pax_global_header00006660000000000000000000000064132420410500014501gustar00rootroot0000000000000052 comment=f9614eaf1aa366f32357cc19e2d68e48a4347dd3 wxmaxima-Version-18.02.0/000077500000000000000000000000001324204105000151275ustar00rootroot00000000000000wxmaxima-Version-18.02.0/.drone.yml000066400000000000000000000003711324204105000170400ustar00rootroot00000000000000build: image: teaci/msys64 shell: mingw64 pull: true commands: - pacman -S --needed --noconfirm --noprogressbar mingw-w64-i686-wxWidgets mingw-w64-i686-gcc mingw-w64-i686-pkg-config mingw-w64-i686-cmake - ./cmake - make environment: - LANG=C.UTF-8 wxmaxima-Version-18.02.0/.editorconfig000066400000000000000000000005421324204105000176050ustar00rootroot00000000000000# This is an adapted copy of the EditorConfig (http://editorconfig.org/) coding style file for # wxWidgets. root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true [makefile.*] indent_style = tab indent_size = 8 [Makefile.*] indent_style = tab indent_size = 8 wxmaxima-Version-18.02.0/.gitattributes000066400000000000000000000000151324204105000200160ustar00rootroot00000000000000*.wxmx binarywxmaxima-Version-18.02.0/.gitignore000066400000000000000000000014041324204105000171160ustar00rootroot00000000000000CMakeDoxyfile.in CMakeDoxygenDefaults.cmake wxMaxima.pot wxmaxima-local .idea .travis-cache /data/wxmathml.lisp /INSTALL wxMaxima.win.zip _CPack_Packages wxmaxima-*.Z wxmaxima-*.gz wxmaxima-*.bz2 wxmaxima-*.xz wxmaxima-*.deb wxmaxima-*.rpm debian aclocal.m4 Makefile Makefile.in config.* wxmaxima.spec missing install-sh depcomp configure autom4te.cache compile wxMaxima.app wxMaxima/ acinclude.m4 texput.log *.tar.gz.asc *~ #* .#* *# wxmaxima-*.*.*.tar.gz dylibs.sh dylibs.txt wxmaxima.key wxmaxima CMakeCache.txt cmake_install.cmake CMakeFiles cmake-build-debug wxmaxima.cbp install_manifest.txt CPackConfig.cmake CPackSourceConfig.cmake .vs build build-* *.asc checksums-md5.txt checksums-sha1.txt checksums-sha256.txt checksums-sha512.txt create-checksums.sh parts wxmaxima-Version-18.02.0/.travis.yml000066400000000000000000000033401324204105000172400ustar00rootroot00000000000000language: cpp sudo: required os: - linux - osx branches: except: - gh_pages - DebianPackaging cache: ccache: true directories: - $HOME/Library/Caches/Homebrew before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install -y libwxgtk3.0-dev libwxgtk3.0 gettext doxygen graphviz rpm; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget --no-verbose -c https://cmake.org/files/v3.10/cmake-3.10.2-Linux-x86_64.tar.gz ; tar xzf cmake-3.10.2-Linux-x86_64.tar.gz ; export PATH=$(pwd)/cmake-3.10.2-Linux-x86_64/bin:$PATH ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH";brew install ccache; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=/usr/local/opt/texinfo/bin:$PATH:/usr/local/opt/gettext/bin ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install wxwidgets gettext texinfo ; fi notification: email: recipients: - andrej.vodopivec@gmail.com on_success: change on_failure: change git: depth: 15 script: - mkdir build && cd build - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CXXFLAGS="-Wall -Wextra -fcolor-diagnostics"; else export CXXFLAGS="-Wall -Wextra"; fi - cmake .. - cmake --build . # OSX builds are slow even without building the documentation and doxygen should # do the same on all operatings systems, anyway as it is based on wxWidgets ;-) - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake --build . -- html ; fi - cmake --build . -- install DESTDIR=$(pwd)/installtest - cmake --build . -- package wxmaxima-Version-18.02.0/.travis/000077500000000000000000000000001324204105000165155ustar00rootroot00000000000000wxmaxima-Version-18.02.0/.travis/wxwin.m4000066400000000000000000001164431324204105000201440ustar00rootroot00000000000000dnl --------------------------------------------------------------------------- dnl Author: wxWidgets development team, dnl Francesco Montorsi, dnl Bob McCown (Mac-testing) dnl Creation date: 24/11/2001 dnl --------------------------------------------------------------------------- dnl =========================================================================== dnl Table of Contents of this macro file: dnl ------------------------------------- dnl dnl SECTION A: wxWidgets main macros dnl - WX_CONFIG_OPTIONS dnl - WX_CONFIG_CHECK dnl - WXRC_CHECK dnl - WX_STANDARD_OPTIONS dnl - WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS dnl - WX_DETECT_STANDARD_OPTION_VALUES dnl dnl SECTION B: wxWidgets-related utilities dnl - WX_LIKE_LIBNAME dnl - WX_ARG_ENABLE_YESNOAUTO dnl - WX_ARG_WITH_YESNOAUTO dnl dnl SECTION C: messages to the user dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN dnl - WX_STANDARD_OPTIONS_SUMMARY_MSG_END dnl - WX_BOOLOPT_SUMMARY dnl dnl The special "WX_DEBUG_CONFIGURE" variable can be set to 1 to enable extra dnl debug output on stdout from these macros. dnl =========================================================================== dnl --------------------------------------------------------------------------- dnl Macros for wxWidgets detection. Typically used in configure.in as: dnl dnl AC_ARG_ENABLE(...) dnl AC_ARG_WITH(...) dnl ... dnl WX_CONFIG_OPTIONS dnl ... dnl ... dnl WX_CONFIG_CHECK([2.6.0], [wxWin=1]) dnl if test "$wxWin" != 1; then dnl AC_MSG_ERROR([ dnl wxWidgets must be installed on your system dnl but wx-config script couldn't be found. dnl dnl Please check that wx-config is in path, the directory dnl where wxWidgets libraries are installed (returned by dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or dnl equivalent variable and wxWidgets version is 2.3.4 or above. dnl ]) dnl fi dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" dnl dnl LIBS="$LIBS $WX_LIBS" dnl dnl If you want to support standard --enable-debug/unicode/shared options, you dnl may do the following: dnl dnl ... dnl AC_CANONICAL_SYSTEM dnl dnl # define configure options dnl WX_CONFIG_OPTIONS dnl WX_STANDARD_OPTIONS([debug,unicode,shared,toolkit,wxshared]) dnl dnl # basic configure checks dnl ... dnl dnl # we want to always have DEBUG==WX_DEBUG and UNICODE==WX_UNICODE dnl WX_DEBUG=$DEBUG dnl WX_UNICODE=$UNICODE dnl dnl WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS dnl WX_CONFIG_CHECK([2.8.0], [wxWin=1],,[html,core,net,base],[$WXCONFIG_FLAGS]) dnl WX_DETECT_STANDARD_OPTION_VALUES dnl dnl # write the output files dnl AC_CONFIG_FILES([Makefile ...]) dnl AC_OUTPUT dnl dnl # optional: just to show a message to the user dnl WX_STANDARD_OPTIONS_SUMMARY_MSG dnl dnl --------------------------------------------------------------------------- dnl --------------------------------------------------------------------------- dnl WX_CONFIG_OPTIONS dnl dnl adds support for --wx-prefix, --wx-exec-prefix, --with-wxdir and dnl --wx-config command line options dnl --------------------------------------------------------------------------- AC_DEFUN([WX_CONFIG_OPTIONS], [ AC_ARG_WITH(wxdir, [ --with-wxdir=PATH Use uninstalled version of wxWidgets in PATH], [ wx_config_name="$withval/wx-config" wx_config_args="--inplace"]) AC_ARG_WITH(wx-config, [ --with-wx-config=CONFIG wx-config script to use (optional)], wx_config_name="$withval" ) AC_ARG_WITH(wx-prefix, [ --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)], wx_config_prefix="$withval", wx_config_prefix="") AC_ARG_WITH(wx-exec-prefix, [ --with-wx-exec-prefix=PREFIX Exec prefix where wxWidgets is installed (optional)], wx_config_exec_prefix="$withval", wx_config_exec_prefix="") ]) dnl Helper macro for checking if wx version is at least $1.$2.$3, set's dnl wx_ver_ok=yes if it is: AC_DEFUN([_WX_PRIVATE_CHECK_VERSION], [ wx_ver_ok="" if test "x$WX_VERSION" != x ; then if test $wx_config_major_version -gt $1; then wx_ver_ok=yes else if test $wx_config_major_version -eq $1; then if test $wx_config_minor_version -gt $2; then wx_ver_ok=yes else if test $wx_config_minor_version -eq $2; then if test $wx_config_micro_version -ge $3; then wx_ver_ok=yes fi fi fi fi fi fi ]) dnl --------------------------------------------------------------------------- dnl WX_CONFIG_CHECK(VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND dnl [, WX-LIBS [, ADDITIONAL-WX-CONFIG-FLAGS]]]]) dnl dnl Test for wxWidgets, and define WX_C*FLAGS, WX_LIBS and WX_LIBS_STATIC dnl (the latter is for static linking against wxWidgets). Set WX_CONFIG_NAME dnl environment variable to override the default name of the wx-config script dnl to use. Set WX_CONFIG_PATH to specify the full path to wx-config - in this dnl case the macro won't even waste time on tests for its existence. dnl dnl Optional WX-LIBS argument contains comma- or space-separated list of dnl wxWidgets libraries to link against. If it is not specified then WX_LIBS dnl and WX_LIBS_STATIC will contain flags to link with all of the core dnl wxWidgets libraries. dnl dnl Optional ADDITIONAL-WX-CONFIG-FLAGS argument is appended to wx-config dnl invocation command in present. It can be used to fine-tune lookup of dnl best wxWidgets build available. dnl dnl Example use: dnl WX_CONFIG_CHECK([2.6.0], [wxWin=1], [wxWin=0], [html,core,net] dnl [--unicode --debug]) dnl --------------------------------------------------------------------------- dnl dnl Get the cflags and libraries from the wx-config script dnl AC_DEFUN([WX_CONFIG_CHECK], [ dnl do we have wx-config name: it can be wx-config or wxd-config or ... if test x${WX_CONFIG_NAME+set} != xset ; then WX_CONFIG_NAME=wx-config fi if test "x$wx_config_name" != x ; then WX_CONFIG_NAME="$wx_config_name" fi dnl deal with optional prefixes if test x$wx_config_exec_prefix != x ; then wx_config_args="$wx_config_args --exec-prefix=$wx_config_exec_prefix" WX_LOOKUP_PATH="$wx_config_exec_prefix/bin" fi if test x$wx_config_prefix != x ; then wx_config_args="$wx_config_args --prefix=$wx_config_prefix" WX_LOOKUP_PATH="$WX_LOOKUP_PATH:$wx_config_prefix/bin" fi if test "$cross_compiling" = "yes"; then wx_config_args="$wx_config_args --host=$host_alias" fi dnl don't search the PATH if WX_CONFIG_NAME is absolute filename if test -x "$WX_CONFIG_NAME" ; then AC_MSG_CHECKING(for wx-config) WX_CONFIG_PATH="$WX_CONFIG_NAME" AC_MSG_RESULT($WX_CONFIG_PATH) else AC_PATH_PROG(WX_CONFIG_PATH, $WX_CONFIG_NAME, no, "$WX_LOOKUP_PATH:$PATH") fi if test "$WX_CONFIG_PATH" != "no" ; then WX_VERSION="" min_wx_version=ifelse([$1], ,2.2.1,$1) if test -z "$5" ; then AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version]) else AC_MSG_CHECKING([for wxWidgets version >= $min_wx_version ($5)]) fi dnl don't add the libraries ($4) to this variable as this would result in dnl an error when it's used with --version below WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args $5" WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null` wx_config_major_version=`echo $WX_VERSION | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` wx_config_minor_version=`echo $WX_VERSION | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` wx_config_micro_version=`echo $WX_VERSION | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` wx_requested_major_version=`echo $min_wx_version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` wx_requested_minor_version=`echo $min_wx_version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` wx_requested_micro_version=`echo $min_wx_version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` _WX_PRIVATE_CHECK_VERSION([$wx_requested_major_version], [$wx_requested_minor_version], [$wx_requested_micro_version]) if test -n "$wx_ver_ok"; then AC_MSG_RESULT(yes (version $WX_VERSION)) WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs $4` dnl is this even still appropriate? --static is a real option now dnl and WX_CONFIG_WITH_ARGS is likely to contain it if that is dnl what the user actually wants, making this redundant at best. dnl For now keep it in case anyone actually used it in the past. AC_MSG_CHECKING([for wxWidgets static library]) WX_LIBS_STATIC=`$WX_CONFIG_WITH_ARGS --static --libs $4 2>/dev/null` if test "x$WX_LIBS_STATIC" = "x"; then AC_MSG_RESULT(no) else AC_MSG_RESULT(yes) fi dnl starting with version 2.2.6 wx-config has --cppflags argument wx_has_cppflags="" if test $wx_config_major_version -gt 2; then wx_has_cppflags=yes else if test $wx_config_major_version -eq 2; then if test $wx_config_minor_version -gt 2; then wx_has_cppflags=yes else if test $wx_config_minor_version -eq 2; then if test $wx_config_micro_version -ge 6; then wx_has_cppflags=yes fi fi fi fi fi dnl starting with version 2.7.0 wx-config has --rescomp option wx_has_rescomp="" if test $wx_config_major_version -gt 2; then wx_has_rescomp=yes else if test $wx_config_major_version -eq 2; then if test $wx_config_minor_version -ge 7; then wx_has_rescomp=yes fi fi fi if test "x$wx_has_rescomp" = x ; then dnl cannot give any useful info for resource compiler WX_RESCOMP= else WX_RESCOMP=`$WX_CONFIG_WITH_ARGS --rescomp` fi if test "x$wx_has_cppflags" = x ; then dnl no choice but to define all flags like CFLAGS WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` WX_CPPFLAGS=$WX_CFLAGS WX_CXXFLAGS=$WX_CFLAGS WX_CFLAGS_ONLY=$WX_CFLAGS WX_CXXFLAGS_ONLY=$WX_CFLAGS else dnl we have CPPFLAGS included in CFLAGS included in CXXFLAGS WX_CPPFLAGS=`$WX_CONFIG_WITH_ARGS --cppflags $4` WX_CXXFLAGS=`$WX_CONFIG_WITH_ARGS --cxxflags $4` WX_CFLAGS=`$WX_CONFIG_WITH_ARGS --cflags $4` WX_CFLAGS_ONLY=`echo $WX_CFLAGS | sed "s@^$WX_CPPFLAGS *@@"` WX_CXXFLAGS_ONLY=`echo $WX_CXXFLAGS | sed "s@^$WX_CFLAGS *@@"` fi ifelse([$2], , :, [$2]) else if test "x$WX_VERSION" = x; then dnl no wx-config at all AC_MSG_RESULT(no) else AC_MSG_RESULT(no (version $WX_VERSION is not new enough)) fi WX_CFLAGS="" WX_CPPFLAGS="" WX_CXXFLAGS="" WX_LIBS="" WX_LIBS_STATIC="" WX_RESCOMP="" if test ! -z "$5"; then wx_error_message=" The configuration you asked for $PACKAGE_NAME requires a wxWidgets build with the following settings: $5 but such build is not available. To see the wxWidgets builds available on this system, please use 'wx-config --list' command. To use the default build, returned by 'wx-config --selected-config', use the options with their 'auto' default values." fi wx_error_message=" The requested wxWidgets build couldn't be found. $wx_error_message If you still get this error, then check that 'wx-config' is in path, the directory where wxWidgets libraries are installed (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH or equivalent variable and wxWidgets version is $1 or above." ifelse([$3], , AC_MSG_ERROR([$wx_error_message]), [$3]) fi else WX_CFLAGS="" WX_CPPFLAGS="" WX_CXXFLAGS="" WX_LIBS="" WX_LIBS_STATIC="" WX_RESCOMP="" ifelse([$3], , :, [$3]) fi AC_SUBST(WX_CPPFLAGS) AC_SUBST(WX_CFLAGS) AC_SUBST(WX_CXXFLAGS) AC_SUBST(WX_CFLAGS_ONLY) AC_SUBST(WX_CXXFLAGS_ONLY) AC_SUBST(WX_LIBS) AC_SUBST(WX_LIBS_STATIC) AC_SUBST(WX_VERSION) AC_SUBST(WX_RESCOMP) dnl need to export also WX_VERSION_MINOR and WX_VERSION_MAJOR symbols dnl to support wxpresets bakefiles (we export also WX_VERSION_MICRO for completeness): WX_VERSION_MAJOR="$wx_config_major_version" WX_VERSION_MINOR="$wx_config_minor_version" WX_VERSION_MICRO="$wx_config_micro_version" AC_SUBST(WX_VERSION_MAJOR) AC_SUBST(WX_VERSION_MINOR) AC_SUBST(WX_VERSION_MICRO) ]) dnl --------------------------------------------------------------------------- dnl Get information on the wxrc program for making C++, Python and xrs dnl resource files. dnl dnl AC_ARG_ENABLE(...) dnl AC_ARG_WITH(...) dnl ... dnl WX_CONFIG_OPTIONS dnl ... dnl WX_CONFIG_CHECK(2.6.0, wxWin=1) dnl if test "$wxWin" != 1; then dnl AC_MSG_ERROR([ dnl wxWidgets must be installed on your system dnl but wx-config script couldn't be found. dnl dnl Please check that wx-config is in path, the directory dnl where wxWidgets libraries are installed (returned by dnl 'wx-config --libs' command) is in LD_LIBRARY_PATH or dnl equivalent variable and wxWidgets version is 2.6.0 or above. dnl ]) dnl fi dnl dnl WXRC_CHECK([HAVE_WXRC=1], [HAVE_WXRC=0]) dnl if test "x$HAVE_WXRC" != x1; then dnl AC_MSG_ERROR([ dnl The wxrc program was not installed or not found. dnl dnl Please check the wxWidgets installation. dnl ]) dnl fi dnl dnl CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS" dnl CXXFLAGS="$CXXFLAGS $WX_CXXFLAGS_ONLY" dnl CFLAGS="$CFLAGS $WX_CFLAGS_ONLY" dnl dnl LDFLAGS="$LDFLAGS $WX_LIBS" dnl --------------------------------------------------------------------------- dnl --------------------------------------------------------------------------- dnl WXRC_CHECK([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl dnl Test for wxWidgets' wxrc program for creating either C++, Python or XRS dnl resources. The variable WXRC will be set and substituted in the configure dnl script and Makefiles. dnl dnl Example use: dnl WXRC_CHECK([wxrc=1], [wxrc=0]) dnl --------------------------------------------------------------------------- dnl dnl wxrc program from the wx-config script dnl AC_DEFUN([WXRC_CHECK], [ AC_ARG_VAR([WXRC], [Path to wxWidget's wxrc resource compiler]) if test "x$WX_CONFIG_NAME" = x; then AC_MSG_ERROR([The wxrc tests must run after wxWidgets test.]) else AC_MSG_CHECKING([for wxrc]) if test "x$WXRC" = x ; then dnl wx-config --utility is a new addition to wxWidgets: _WX_PRIVATE_CHECK_VERSION(2,5,3) if test -n "$wx_ver_ok"; then WXRC=`$WX_CONFIG_WITH_ARGS --utility=wxrc` fi fi if test "x$WXRC" = x ; then AC_MSG_RESULT([not found]) ifelse([$2], , :, [$2]) else AC_MSG_RESULT([$WXRC]) ifelse([$1], , :, [$1]) fi AC_SUBST(WXRC) fi ]) dnl --------------------------------------------------------------------------- dnl WX_LIKE_LIBNAME([output-var] [prefix], [name]) dnl dnl Sets the "output-var" variable to the name of a library named with same dnl wxWidgets rule. dnl E.g. for output-var=='lib', name=='test', prefix='mine', sets dnl the $lib variable to: dnl 'mine_gtk2ud_test-2.8' dnl if WX_PORT=gtk2, WX_UNICODE=1, WX_DEBUG=1 and WX_RELEASE=28 dnl --------------------------------------------------------------------------- AC_DEFUN([WX_LIKE_LIBNAME], [ wx_temp="$2""_""$WX_PORT" dnl add the [u][d] string if test "$WX_UNICODE" = "1"; then wx_temp="$wx_temp""u" fi if test "$WX_DEBUG" = "1"; then wx_temp="$wx_temp""d" fi dnl complete the name of the lib wx_temp="$wx_temp""_""$3""-$WX_VERSION_MAJOR.$WX_VERSION_MINOR" dnl save it in the user's variable $1=$wx_temp ]) dnl --------------------------------------------------------------------------- dnl WX_ARG_ENABLE_YESNOAUTO/WX_ARG_WITH_YESNOAUTO dnl dnl Two little custom macros which define the ENABLE/WITH configure arguments. dnl Macro arguments: dnl $1 = the name of the --enable / --with feature dnl $2 = the name of the variable associated dnl $3 = the description of that feature dnl $4 = the default value for that feature dnl $5 = additional action to do in case option is given with "yes" value dnl --------------------------------------------------------------------------- AC_DEFUN([WX_ARG_ENABLE_YESNOAUTO], [AC_ARG_ENABLE($1, AC_HELP_STRING([--enable-$1], [$3 (default is $4)]), [], [enableval="$4"]) dnl Show a message to the user about this option AC_MSG_CHECKING([for the --enable-$1 option]) if test "$enableval" = "yes" ; then AC_MSG_RESULT([yes]) $2=1 $5 elif test "$enableval" = "no" ; then AC_MSG_RESULT([no]) $2=0 elif test "$enableval" = "auto" ; then AC_MSG_RESULT([will be automatically detected]) $2="" else AC_MSG_ERROR([ Unrecognized option value (allowed values: yes, no, auto) ]) fi ]) AC_DEFUN([WX_ARG_WITH_YESNOAUTO], [AC_ARG_WITH($1, AC_HELP_STRING([--with-$1], [$3 (default is $4)]), [], [withval="$4"]) dnl Show a message to the user about this option AC_MSG_CHECKING([for the --with-$1 option]) if test "$withval" = "yes" ; then AC_MSG_RESULT([yes]) $2=1 $5 dnl NB: by default we don't allow --with-$1=no option dnl since it does not make much sense ! elif test "$6" = "1" -a "$withval" = "no" ; then AC_MSG_RESULT([no]) $2=0 elif test "$withval" = "auto" ; then AC_MSG_RESULT([will be automatically detected]) $2="" else AC_MSG_ERROR([ Unrecognized option value (allowed values: yes, auto) ]) fi ]) dnl --------------------------------------------------------------------------- dnl WX_STANDARD_OPTIONS([options-to-add]) dnl dnl Adds to the configure script one or more of the following options: dnl --enable-[debug|unicode|shared|wxshared|wxdebug] dnl --with-[gtk|msw|motif|x11|mac|dfb] dnl --with-wxversion dnl Then checks for their presence and eventually set the DEBUG, UNICODE, SHARED, dnl PORT, WX_SHARED, WX_DEBUG, variables to one of the "yes", "no", "auto" values. dnl dnl Note that e.g. UNICODE != WX_UNICODE; the first is the value of the dnl --enable-unicode option (in boolean format) while the second indicates dnl if wxWidgets was built in Unicode mode (and still is in boolean format). dnl --------------------------------------------------------------------------- AC_DEFUN([WX_STANDARD_OPTIONS], [ dnl the following lines will expand to WX_ARG_ENABLE_YESNOAUTO calls if and only if dnl the $1 argument contains respectively the debug,unicode or shared options. dnl be careful here not to set debug flag if only "wxdebug" was specified ifelse(regexp([$1], [\bdebug]), [-1],, [WX_ARG_ENABLE_YESNOAUTO([debug], [DEBUG], [Build in debug mode], [auto])]) ifelse(index([$1], [unicode]), [-1],, [WX_ARG_ENABLE_YESNOAUTO([unicode], [UNICODE], [Build in Unicode mode], [auto])]) ifelse(regexp([$1], [\bshared]), [-1],, [WX_ARG_ENABLE_YESNOAUTO([shared], [SHARED], [Build as shared library], [auto])]) dnl WX_ARG_WITH_YESNOAUTO cannot be used for --with-toolkit since it's an option dnl which must be able to accept the auto|gtk1|gtk2|msw|... values ifelse(index([$1], [toolkit]), [-1],, [ AC_ARG_WITH([toolkit], AC_HELP_STRING([--with-toolkit], [Build against a specific wxWidgets toolkit (default is auto)]), [], [withval="auto"]) dnl Show a message to the user about this option AC_MSG_CHECKING([for the --with-toolkit option]) if test "$withval" = "auto" ; then AC_MSG_RESULT([will be automatically detected]) TOOLKIT="" else TOOLKIT="$withval" dnl PORT must be one of the allowed values if test "$TOOLKIT" != "gtk1" -a "$TOOLKIT" != "gtk2" -a "$TOOLKIT" != "gtk3" -a \ "$TOOLKIT" != "msw" -a "$TOOLKIT" != "motif" -a \ "$TOOLKIT" != "osx_carbon" -a "$TOOLKIT" != "osx_cocoa" -a \ "$TOOLKIT" != "dfb" -a "$TOOLKIT" != "x11"; then AC_MSG_ERROR([ Unrecognized option value (allowed values: auto, gtk1, gtk2, gtk3, msw, motif, osx_carbon, osx_cocoa, dfb, x11) ]) fi AC_MSG_RESULT([$TOOLKIT]) fi ]) dnl ****** IMPORTANT ******* dnl Unlike for the UNICODE setting, you can build your program in dnl shared mode against a static build of wxWidgets. Thus we have the dnl following option which allows these mixtures. E.g. dnl dnl ./configure --disable-shared --with-wxshared dnl dnl will build your library in static mode against the first available dnl shared build of wxWidgets. dnl dnl Note that's not possible to do the viceversa: dnl dnl ./configure --enable-shared --without-wxshared dnl dnl Doing so you would try to build your library in shared mode against a static dnl build of wxWidgets. This is not possible (you would mix PIC and non PIC code) ! dnl A check for this combination of options is in WX_DETECT_STANDARD_OPTION_VALUES dnl (where we know what 'auto' should be expanded to). dnl dnl If you try to build something in ANSI mode against a UNICODE build dnl of wxWidgets or in RELEASE mode against a DEBUG build of wxWidgets, dnl then at best you'll get ton of linking errors ! dnl ************************ ifelse(index([$1], [wxshared]), [-1],, [ WX_ARG_WITH_YESNOAUTO( [wxshared], [WX_SHARED], [Force building against a shared build of wxWidgets, even if --disable-shared is given], [auto], [], [1]) ]) dnl Just like for SHARED and WX_SHARED it may happen that some adventurous dnl peoples will want to mix a wxWidgets release build with a debug build of dnl his app/lib. So, we have both DEBUG and WX_DEBUG variables. ifelse(index([$1], [wxdebug]), [-1],, [ WX_ARG_WITH_YESNOAUTO( [wxdebug], [WX_DEBUG], [Force building against a debug build of wxWidgets, even if --disable-debug is given], [auto], [], [1]) ]) dnl WX_ARG_WITH_YESNOAUTO cannot be used for --with-wxversion since it's an option dnl which accepts the "auto|2.6|2.7|2.8|2.9|3.0" etc etc values ifelse(index([$1], [wxversion]), [-1],, [ AC_ARG_WITH([wxversion], AC_HELP_STRING([--with-wxversion], [Build against a specific version of wxWidgets (default is auto)]), [], [withval="auto"]) dnl Show a message to the user about this option AC_MSG_CHECKING([for the --with-wxversion option]) if test "$withval" = "auto" ; then AC_MSG_RESULT([will be automatically detected]) WX_RELEASE="" else wx_requested_major_version=`echo $withval | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).*/\1/'` wx_requested_minor_version=`echo $withval | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).*/\2/'` dnl both vars above must be exactly 1 digit if test "${#wx_requested_major_version}" != "1" -o \ "${#wx_requested_minor_version}" != "1" ; then AC_MSG_ERROR([ Unrecognized option value (allowed values: auto, 2.6, 2.7, 2.8, 2.9, 3.0) ]) fi WX_RELEASE="$wx_requested_major_version"".""$wx_requested_minor_version" AC_MSG_RESULT([$WX_RELEASE]) fi ]) if test "$WX_DEBUG_CONFIGURE" = "1"; then echo "[[dbg]] DEBUG: $DEBUG, WX_DEBUG: $WX_DEBUG" echo "[[dbg]] UNICODE: $UNICODE, WX_UNICODE: $WX_UNICODE" echo "[[dbg]] SHARED: $SHARED, WX_SHARED: $WX_SHARED" echo "[[dbg]] TOOLKIT: $TOOLKIT, WX_TOOLKIT: $WX_TOOLKIT" echo "[[dbg]] VERSION: $VERSION, WX_RELEASE: $WX_RELEASE" fi ]) dnl --------------------------------------------------------------------------- dnl WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS dnl dnl Sets the WXCONFIG_FLAGS string using the SHARED,DEBUG,UNICODE variable values dnl which were specified. dnl Thus this macro needs to be called only once all options have been set. dnl --------------------------------------------------------------------------- AC_DEFUN([WX_CONVERT_STANDARD_OPTIONS_TO_WXCONFIG_FLAGS], [ if test "$WX_SHARED" = "1" ; then WXCONFIG_FLAGS="--static=no " elif test "$WX_SHARED" = "0" ; then WXCONFIG_FLAGS="--static=yes " fi if test "$WX_DEBUG" = "1" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=yes " elif test "$WX_DEBUG" = "0" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--debug=no " fi dnl The user should have set WX_UNICODE=UNICODE if test "$WX_UNICODE" = "1" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=yes " elif test "$WX_UNICODE" = "0" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--unicode=no " fi if test -n "$TOOLKIT" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--toolkit=$TOOLKIT " fi if test -n "$WX_RELEASE" ; then WXCONFIG_FLAGS="$WXCONFIG_FLAGS""--version=$WX_RELEASE " fi dnl strip out the last space of the string WXCONFIG_FLAGS=${WXCONFIG_FLAGS% } if test "$WX_DEBUG_CONFIGURE" = "1"; then echo "[[dbg]] WXCONFIG_FLAGS: $WXCONFIG_FLAGS" fi ]) dnl --------------------------------------------------------------------------- dnl _WX_SELECTEDCONFIG_CHECKFOR([RESULTVAR], [STRING], [MSG]) dnl dnl Sets WX_$RESULTVAR to the value of $RESULTVAR if it's defined. Otherwise, dnl auto-detect the value by checking for the presence of STRING in dnl $WX_SELECTEDCONFIG (which is supposed to be set by caller) and set dnl WX_$RESULTVAR to either 0 or 1, also outputting "yes" or "no" after MSG. dnl --------------------------------------------------------------------------- AC_DEFUN([_WX_SELECTEDCONFIG_CHECKFOR], [ if test -z "$$1" ; then dnl The user does not have particular preferences for this option; dnl so we will detect the wxWidgets relative build setting and use it AC_MSG_CHECKING([$3]) dnl set WX_$1 variable to 1 if the $WX_SELECTEDCONFIG contains the $2 dnl string or to 0 otherwise. dnl NOTE: 'expr match STRING REGEXP' cannot be used since on Mac it dnl doesn't work; we use 'expr STRING : REGEXP' instead WX_$1=$(expr "$WX_SELECTEDCONFIG" : ".*$2.*") if test "$WX_$1" != "0"; then WX_$1=1 AC_MSG_RESULT([yes]) else WX_$1=0 AC_MSG_RESULT([no]) fi else dnl Use the setting given by the user WX_$1=$$1 fi ]) dnl --------------------------------------------------------------------------- dnl WX_DETECT_STANDARD_OPTION_VALUES dnl dnl Detects the values of the following variables: dnl 1) WX_RELEASE dnl 2) WX_UNICODE dnl 3) WX_DEBUG dnl 4) WX_SHARED (and also WX_STATIC) dnl 5) WX_PORT dnl from the previously selected wxWidgets build; this macro in fact must be dnl called *after* calling the WX_CONFIG_CHECK macro. dnl dnl Note that the WX_VERSION_MAJOR, WX_VERSION_MINOR symbols are already set dnl by WX_CONFIG_CHECK macro dnl --------------------------------------------------------------------------- AC_DEFUN([WX_DETECT_STANDARD_OPTION_VALUES], [ dnl IMPORTANT: WX_VERSION contains all three major.minor.micro digits, dnl while WX_RELEASE only the major.minor ones. WX_RELEASE="$WX_VERSION_MAJOR""$WX_VERSION_MINOR" if test $WX_RELEASE -lt 26 ; then AC_MSG_ERROR([ Cannot detect the wxWidgets configuration for the selected wxWidgets build since its version is $WX_VERSION < 2.6.0; please install a newer version of wxWidgets. ]) fi dnl The wx-config we are using understands the "--selected_config" dnl option which returns an easy-parseable string ! WX_SELECTEDCONFIG=$($WX_CONFIG_WITH_ARGS --selected_config) if test "$WX_DEBUG_CONFIGURE" = "1"; then echo "[[dbg]] Using wx-config --selected-config" echo "[[dbg]] WX_SELECTEDCONFIG: $WX_SELECTEDCONFIG" fi dnl we could test directly for WX_SHARED with a line like: dnl _WX_SELECTEDCONFIG_CHECKFOR([SHARED], [shared], dnl [if wxWidgets was built in SHARED mode]) dnl but wx-config --selected-config DOES NOT outputs the 'shared' dnl word when wx was built in shared mode; it rather outputs the dnl 'static' word when built in static mode. if test "$WX_SHARED" = "1"; then STATIC=0 elif test "$WX_SHARED" = "0"; then STATIC=1 fi dnl Now set the WX_UNICODE, WX_DEBUG, WX_STATIC variables _WX_SELECTEDCONFIG_CHECKFOR([UNICODE], [unicode], [if wxWidgets was built with UNICODE enabled]) _WX_SELECTEDCONFIG_CHECKFOR([DEBUG], [debug], [if wxWidgets was built in DEBUG mode]) _WX_SELECTEDCONFIG_CHECKFOR([STATIC], [static], [if wxWidgets was built in STATIC mode]) dnl init WX_SHARED from WX_STATIC if test "$WX_STATIC" != "0"; then WX_SHARED=0 else WX_SHARED=1 fi AC_SUBST(WX_UNICODE) AC_SUBST(WX_DEBUG) AC_SUBST(WX_SHARED) dnl detect the WX_PORT to use if test -z "$TOOLKIT" ; then dnl The user does not have particular preferences for this option; dnl so we will detect the wxWidgets relative build setting and use it AC_MSG_CHECKING([which wxWidgets toolkit was selected]) WX_GTKPORT1=$(expr "$WX_SELECTEDCONFIG" : ".*gtk1.*") WX_GTKPORT2=$(expr "$WX_SELECTEDCONFIG" : ".*gtk2.*") WX_GTKPORT3=$(expr "$WX_SELECTEDCONFIG" : ".*gtk3.*") WX_MSWPORT=$(expr "$WX_SELECTEDCONFIG" : ".*msw.*") WX_MOTIFPORT=$(expr "$WX_SELECTEDCONFIG" : ".*motif.*") WX_OSXCOCOAPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_cocoa.*") WX_OSXCARBONPORT=$(expr "$WX_SELECTEDCONFIG" : ".*osx_carbon.*") WX_X11PORT=$(expr "$WX_SELECTEDCONFIG" : ".*x11.*") WX_DFBPORT=$(expr "$WX_SELECTEDCONFIG" : ".*dfb.*") WX_PORT="unknown" if test "$WX_GTKPORT1" != "0"; then WX_PORT="gtk1"; fi if test "$WX_GTKPORT2" != "0"; then WX_PORT="gtk2"; fi if test "$WX_GTKPORT3" != "0"; then WX_PORT="gtk3"; fi if test "$WX_MSWPORT" != "0"; then WX_PORT="msw"; fi if test "$WX_MOTIFPORT" != "0"; then WX_PORT="motif"; fi if test "$WX_OSXCOCOAPORT" != "0"; then WX_PORT="osx_cocoa"; fi if test "$WX_OSXCARBONPORT" != "0"; then WX_PORT="osx_carbon"; fi if test "$WX_X11PORT" != "0"; then WX_PORT="x11"; fi if test "$WX_DFBPORT" != "0"; then WX_PORT="dfb"; fi dnl NOTE: backward-compatible check for wx2.8; in wx2.9 the mac dnl ports are called 'osx_cocoa' and 'osx_carbon' (see above) WX_MACPORT=$(expr "$WX_SELECTEDCONFIG" : ".*mac.*") if test "$WX_MACPORT" != "0"; then WX_PORT="mac"; fi dnl check at least one of the WX_*PORT has been set ! if test "$WX_PORT" = "unknown" ; then AC_MSG_ERROR([ Cannot detect the currently installed wxWidgets port ! Please check your 'wx-config --cxxflags'... ]) fi AC_MSG_RESULT([$WX_PORT]) else dnl Use the setting given by the user WX_PORT=$TOOLKIT fi AC_SUBST(WX_PORT) if test "$WX_DEBUG_CONFIGURE" = "1"; then echo "[[dbg]] Values of all WX_* options after final detection:" echo "[[dbg]] WX_DEBUG: $WX_DEBUG" echo "[[dbg]] WX_UNICODE: $WX_UNICODE" echo "[[dbg]] WX_SHARED: $WX_SHARED" echo "[[dbg]] WX_RELEASE: $WX_RELEASE" echo "[[dbg]] WX_PORT: $WX_PORT" fi dnl Avoid problem described in the WX_STANDARD_OPTIONS which happens when dnl the user gives the options: dnl ./configure --enable-shared --without-wxshared dnl or just do dnl ./configure --enable-shared dnl but there is only a static build of wxWidgets available. if test "$WX_SHARED" = "0" -a "$SHARED" = "1"; then AC_MSG_ERROR([ Cannot build shared library against a static build of wxWidgets ! This error happens because the wxWidgets build which was selected has been detected as static while you asked to build $PACKAGE_NAME as shared library and this is not possible. Use the '--disable-shared' option to build $PACKAGE_NAME as static library or '--with-wxshared' to use wxWidgets as shared library. ]) fi dnl now we can finally update the options to their final values if they dnl were not already set if test -z "$UNICODE" ; then UNICODE=$WX_UNICODE fi if test -z "$SHARED" ; then SHARED=$WX_SHARED fi if test -z "$TOOLKIT" ; then TOOLKIT=$WX_PORT fi dnl respect the DEBUG variable adding the optimize/debug flags and also dnl define a BUILD variable in case the user wants to use it dnl dnl NOTE: the CXXFLAGS are merged together with the CPPFLAGS so we dnl don't need to set them, too if test "$DEBUG" = "1"; then BUILD="debug" CXXFLAGS="$CXXFLAGS -g -O0" CFLAGS="$CFLAGS -g -O0" elif test "$DEBUG" = "0"; then BUILD="release" CXXFLAGS="$CXXFLAGS -O2" CFLAGS="$CFLAGS -O2" fi ]) dnl --------------------------------------------------------------------------- dnl WX_BOOLOPT_SUMMARY([name of the boolean variable to show summary for], dnl [what to print when var is 1], dnl [what to print when var is 0]) dnl dnl Prints $2 when variable $1 == 1 and prints $3 when variable $1 == 0. dnl This macro mainly exists just to make configure.ac scripts more readable. dnl dnl NOTE: you need to use the [" my message"] syntax for 2nd and 3rd arguments dnl if you want that m4 avoid to throw away the spaces prefixed to the dnl argument value. dnl --------------------------------------------------------------------------- AC_DEFUN([WX_BOOLOPT_SUMMARY], [ if test "x$$1" = "x1" ; then echo $2 elif test "x$$1" = "x0" ; then echo $3 else echo "$1 is $$1" fi ]) dnl --------------------------------------------------------------------------- dnl WX_STANDARD_OPTIONS_SUMMARY_MSG dnl dnl Shows a summary message to the user about the WX_* variable contents. dnl This macro is used typically at the end of the configure script. dnl --------------------------------------------------------------------------- AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG], [ echo echo " The wxWidgets build which will be used by $PACKAGE_NAME $PACKAGE_VERSION" echo " has the following settings:" WX_BOOLOPT_SUMMARY([WX_DEBUG], [" - DEBUG build"], [" - RELEASE build"]) WX_BOOLOPT_SUMMARY([WX_UNICODE], [" - UNICODE mode"], [" - ANSI mode"]) WX_BOOLOPT_SUMMARY([WX_SHARED], [" - SHARED mode"], [" - STATIC mode"]) echo " - VERSION: $WX_VERSION" echo " - PORT: $WX_PORT" ]) dnl --------------------------------------------------------------------------- dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN, WX_STANDARD_OPTIONS_SUMMARY_MSG_END dnl dnl Like WX_STANDARD_OPTIONS_SUMMARY_MSG macro but these two macros also gives info dnl about the configuration of the package which used the wxpresets. dnl dnl Typical usage: dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN dnl echo " - Package setting 1: $SETTING1" dnl echo " - Package setting 2: $SETTING1" dnl ... dnl WX_STANDARD_OPTIONS_SUMMARY_MSG_END dnl dnl --------------------------------------------------------------------------- AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG_BEGIN], [ echo echo " ----------------------------------------------------------------" echo " Configuration for $PACKAGE_NAME $PACKAGE_VERSION successfully completed." echo " Summary of main configuration settings for $PACKAGE_NAME:" WX_BOOLOPT_SUMMARY([DEBUG], [" - DEBUG build"], [" - RELEASE build"]) WX_BOOLOPT_SUMMARY([UNICODE], [" - UNICODE mode"], [" - ANSI mode"]) WX_BOOLOPT_SUMMARY([SHARED], [" - SHARED mode"], [" - STATIC mode"]) ]) AC_DEFUN([WX_STANDARD_OPTIONS_SUMMARY_MSG_END], [ WX_STANDARD_OPTIONS_SUMMARY_MSG echo echo " Now, just run make." echo " ----------------------------------------------------------------" echo ]) dnl --------------------------------------------------------------------------- dnl Deprecated macro wrappers dnl --------------------------------------------------------------------------- AC_DEFUN([AM_OPTIONS_WXCONFIG], [WX_CONFIG_OPTIONS]) AC_DEFUN([AM_PATH_WXCONFIG], [ WX_CONFIG_CHECK([$1],[$2],[$3],[$4],[$5]) ]) AC_DEFUN([AM_PATH_WXRC], [WXRC_CHECK([$1],[$2])]) wxmaxima-Version-18.02.0/ABOUT-NLS000066400000000000000000000000001324204105000163440ustar00rootroot00000000000000wxmaxima-Version-18.02.0/AUTHORS000066400000000000000000000021241324204105000161760ustar00rootroot00000000000000Developers: Andrej Vodopivec Ziga Lenarcic Doug Ilijev Gunter Knigsmann Patches: - Sandro Montanari: xml based document (SF-patch 2537150) - Wolfgang Dautermann Building on a Mac - Tomio Arisaka Translators: - Czeck: Josef Barak - Danish: Jens Thostrup - French: Eric Delevaux, Michele Gosse - German: Harald Geyer, Dieter Kaiser, Gunter Knigsmann - Greek: Alkis Akritas, Evgenia Kelepesi-Akritas, Kostantinos Derekas - Hungarian: Blahota Istvn - Italian: Marco Ciampa - Polish: Rafal Topolnicki - Portuguese BR: Eduardo M. Kalinowski - Russian: Vadim V. Zhytnikov, Alexey Beshenov, Max Musatov - Spanish: Antonio Ulln, Mario Rodrigues Riotorto - Ukrainian: Sergey Semerikov - Chinese TW: Frenk Weng, cw.ahbong Artwork: - Sven Hodapp (http://4pple.de) - Gunter Knigsmann (http://www.physikbuch.de) - The Tango Project The Manual - Gunter Knigsmann - Wilson Mixonwxmaxima-Version-18.02.0/CMakeLists.txt000066400000000000000000000165041324204105000176750ustar00rootroot00000000000000if(WIN32) cmake_minimum_required(VERSION 3.4) else() cmake_minimum_required(VERSION 2.8) endif() project(wxmaxima) set(VERSION 18.02.0) set(PACKAGE_VERSION ${VERSION}) set(GITVERSION ${VERSION}) set(PACKAGE wxMaxima) # Set a default build type if none was specified if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) message(STATUS "Setting build type to 'Debug' as none was specified.") set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build." FORCE) # Set the possible values of build type for cmake-gui set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}") message(WARNING "In-source builds are strongly discouraged. Please make an out-of-source-build instead (which means: run cmake and build the program from a different directory than the one the source package is in).") endif() # should the PDF doku be build from the texinfo source? (requires a TeX installation) option(BUILD_PDF_DOCUMENTATION "Build the PDF documentation." NO) # PREFIX should be defined, since it is used in the sourcecode and # defined by the automake build system, but not defined by CMake by default. add_definitions(-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\") # MacOSX version-min compiler settings if(MACOSX_VERSION_MIN) message(STATUS "Compiling with min macosx version ${MACOSX_VERSION_MIN}") set(CMAKE_CXX_FLAGS -mmacosx-version-min=${MACOSX_VERSION_MIN}) set(CMAKE_EXE_LINKER_FLAGS -mmacosx-version-min=${MACOSX_VERSION_MIN}) endif() # Get the git version, if available. find_package(Git) if(Git_FOUND) if(EXISTS "${CMAKE_SOURCE_DIR}/.git") execute_process(COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD OUTPUT_VARIABLE WXMAXIMA_GIT_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) message(STATUS "Building from git development tree, revision: ${WXMAXIMA_GIT_VERSION}") add_definitions("-DWXMAXIMA_GIT_VERSION=\"${WXMAXIMA_GIT_VERSION}\"") endif() endif() add_subdirectory(locales) add_subdirectory(Doxygen) add_subdirectory(data) add_subdirectory(info) add_subdirectory(src) if(WIN32) install(FILES COPYING README README.md DESTINATION wxMaxima/doc) install(FILES test/testbench_simple.wxmx test/a.png test/b.png test/c.png test/d.png DESTINATION wxMaxima/data) else() install(FILES COPYING README README.md DESTINATION share/wxMaxima) install(FILES test/testbench_simple.wxmx test/a.png test/b.png test/c.png test/d.png DESTINATION share/wxMaxima) endif() # allow local execution (./wxmaxima-local) from the build directory without installation if(UNIX) file(WRITE "${CMAKE_BINARY_DIR}/wxmaxima-local" "#!/bin/sh\n\"${CMAKE_BINARY_DIR}/src/wxmaxima\" \"$@\"\n") execute_process(COMMAND chmod +x "${CMAKE_BINARY_DIR}/wxmaxima-local") endif() # Build Packages set(CPACK_GENERATOR "TGZ;TBZ2") if(UNIX AND NOT APPLE) list(APPEND CPACK_GENERATOR "DEB") # Don't build DEB packages on MacOS endif() # build RPMs only if rpmbuild is installed find_program(RPMBUILD_EXECUTABLE rpmbuild) if(NOT RPMBUILD_EXECUTABLE) message(STATUS "rpmbuild not found - no RPM package will be build with make package.") else() message(STATUS "rpmbuild found - RPM package can be build with make package.") list(APPEND CPACK_GENERATOR "RPM") endif() set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "wxMaxima is a GUI for the CAS Maxima") set(CPACK_PACKAGE_VENDOR "The wxMaxima Team") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md") set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING") set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}") set(CPACK_PACKAGE_CONTACT "The wxMaxima Team ") set(CPACK_PACKAGE_SECTION "science") set(CPACK_PACKAGE_ICON ${CMAKE_SOURCE_DIR}/data/wxmaxima.png) set(CPACK_PACKAGE_VERSION "${VERSION}") set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) set(CPACK_DEBIAN_PACKAGE_DEPENDS "maxima, maxima-doc") # Build a tarball set(CPACK_SOURCE_IGNORE_FILES "build/" ".git/" "Doxygen/html/" "\\\\.gmo$" "\\\\.mo$" "~$" "CPackConfig.cmake" "CPackSourceConfig.cmake" "CMakeCache.txt" "CMakeFiles" "_CPack_Packages" "wxmaxima-.*\\\\.tgz$" "wxmaxima-.*\\\\.deb$" "wxmaxima-.*\\\\.rpm$" "wxmaxima-.*\\\\.bz2$" "wxmaxima-.*\\\\.xz$" "wxmaxima-.*\\\\.Z$" "wxmaxima-.*\\\\.gz$" "${CPACK_SOURCE_IGNORE_FILES}") add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source) # Debian wants to be able to download a signature of the source package from the # project's download directory. If it cannot find it it will still work, but will # issue a warning. For details see # https://lintian.debian.org/tags/debian-watch-may-check-gpg-signature.html find_program(gpg NAMES gpg pgp) add_custom_target(gpg DEPENDS dist COMMAND ${gpg} --armor --detach-sign ${CPACK_SOURCE_PACKAGE_FILE_NAME}.tar.bz2 COMMAND ${gpg} --armor --detach-sign ${CPACK_SOURCE_PACKAGE_FILE_NAME}.tar.gz COMMAND ${gpg} --armor --detach-sign ${CPACK_SOURCE_PACKAGE_FILE_NAME}.tar.xz COMMAND ${gpg} --armor --detach-sign ${CPACK_SOURCE_PACKAGE_FILE_NAME}.tar.Z) find_program(sha1sum NAMES sha1sum) find_program(sha256sum NAMES sha256sum) find_program(sha512sum NAMES sha512sum) file(WRITE "${CMAKE_BINARY_DIR}/create-checksums.sh" "#!/bin/sh\n") # create checksums for binary packages # "make package" must be run before "make checksums" to get them. foreach(ext "tar.gz" "tar.bz2" "deb" "rpm") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} && ${CMAKE_COMMAND} -E md5sum wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} >> checksums-md5.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} && ${sha1sum} wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} >> checksums-sha1.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} && ${sha256sum} wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} >> checksums-sha256.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} && ${sha512sum} wxmaxima-${VERSION}-${CMAKE_SYSTEM_NAME}.${ext} >> checksums-sha512.txt\n") endforeach() # create checksums for source packages # "make package_source" must be run before "make checksums" to get them. foreach(ext "tar.gz" "tar.bz2" "tar.xz" "tar.Z") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}.${ext} && ${CMAKE_COMMAND} -E md5sum wxmaxima-${VERSION}.${ext} >> checksums-md5.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}.${ext} && ${sha1sum} wxmaxima-${VERSION}.${ext} >> checksums-sha1.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}.${ext} && ${sha256sum} wxmaxima-${VERSION}.${ext} >> checksums-sha256.txt\n") file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "test -f wxmaxima-${VERSION}.${ext} && ${sha512sum} wxmaxima-${VERSION}.${ext} >> checksums-sha512.txt\n") endforeach() file(APPEND "${CMAKE_BINARY_DIR}/create-checksums.sh" "exit 0\n") add_custom_target(checksums COMMAND chmod +x ${CMAKE_BINARY_DIR}/create-checksums.sh COMMAND ${CMAKE_BINARY_DIR}/create-checksums.sh) include(CPack) wxmaxima-Version-18.02.0/COPYING000066400000000000000000000431101324204105000161610ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 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. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. wxmaxima-Version-18.02.0/ChangeLog000066400000000000000000000320141324204105000167010ustar00rootroot00000000000000Current: * More tooltips * A menu containing the most important commands for lists. * TableOfContents: A right-click menu item that allows to toggle display of section numbers * The size of images can now be restricted to any amount of centimeters. * On a few operating systems: The network indicator icon now knows how much CPU power maxima uses. * Autocompletion now suggests the names of built-in packages for load(), batch() and batchload(). * Autocompletion now suggests the names of built-in demos for demo(). * wxMaxima can now handle requests to display raw lisp elements. * A drop-down box for changing cell styles * If an input cell is hidden and has no output it now is no more displayed as a blank vertical space. * wxMaxima no more requires the icon files, tooltips and autocompletion files to be shipped as separate files, which makes creating a ready-to-install package of wxMaxima easier and less error-prone. * Autosave is now enabled by default on new installs. * Big code cleanups. * Many bugfixes * Many performance improvements * Dropped the autotools as the cmake build of wxMaxima is way more powerful. 17.10: * Jump to the char containing the error on encountering unmatched parenthesis. * Try to place the cursor near the error in all other cases. * Attempt to mark the whole error message in red. This is bound to fail in some cases as maxima sometimes only sends part of an error message through the error() command. But it is better than nothing. * Detect and mark most warnings. * A "evaluate cells below" right-click-menu item. * Autosave now even works for unsaved documents adding them to the "recent documents" list if needed. * Big parenthesis are now drawn using unicode characters, if available. * Nicer integral, Product and Sum signs, optionally including antialiassing even if no font provides them. * MouseOver tooltips for some of the more exotic worksheet items. * A "Copy as svg" function that is as good as wxSVGFileDc allows us to be. * Worksheet objects now can provide their own ToolTips. * Config Dialogue: An editor for the startup file. * It is now possible to select which formats "Ctrl+C" should place data on the clipboard in. * Now multiple animations can run concurrently and can be told to autostart. * A menu entry that allows to select 1D and ASCII Art Maths * Recent files that currently don't exist are grayed out now. * A command-line switch that triggers evaluation on startup of wxMaxima * Many Bug Fixes and Performance improvements. 17.05: * A config item that allows to disable printing of Cell brackets. * Cell brackets of inactive cells can now be hidden. * Due to popular demand we can now suppress the output of automatic labels. * The option to use a Minus instead of a Hyphen. * Table of Contents: Folded items are now grayed out. * Table of Contents: A right-click menu. * Copy-and-paste now includes hidden cells and folded items. * Eye Candy: An indicator that shows when maxima and wxMaxima exchange data. Double-clicking this indicator opens up the network monitor. * Autocompletion now collects words from the current code cell, too. * Better indentation of if clauses and loops. * If the number is too long to display it now is still possible to copy it. * Documented that box() highlights text in maxima's output. * the with_slider type of commands now uses wxstatusbar() in order to provide * progress information for the user. * Several scrolling fixes, again. * Two concurrent wxMaxima instances now no more overwrite each other's "Recent files" list. * If a error message or question arises or maxima finishes calculating and the window currently isn't active the operating system is asked to notify the user in a non-disrupting way. For the case of the end of a calculation this can be turned off. * The notification can be activated for the case that the window isn't active and maxima finishes calculating, too. * Invalid XML tags are now handled more gracefully * Deduplicated the code for saving .wxm files * content.xml files that have been extracted from a broken .wxmx file (e.G. using a text editor as UTF8-encoded TeXt without BOM can now be loaded by wxMaxima in order to reconstruct the worksheet. * MacOs: Upgrading from a previous version should no more cause crashes due to font issues. * MathJaX export can now be configured to instruct the html export to download MathJaX from a different URL: They moved the URL one can use and might do so again somewhere in the future. * Maximum number of digits and if we use user-defined labels now are no more hardcoded into the worksheet at evaluation time. * Anwers to maxima's questions are now remembered across sessions. * cmake is now our main build system: It is supported under MSVC, XCode, Code::Blocks, its output looks much nicer than the one from the autotools and setting it up uses much more straightforward constructs. The recipe to build a debian package using cmake can be found at https://code.launchpad.net/~peterpall/wxmaxima/packaging * Massive speed-ups * File/Open can now import .mac and .out files from Xmaxima * Many additional bug fixes and stability enhancements. 16.12: * Not a change in wxMaxima, but useful: In maxima >5.38 the load() command can load .wxm files like it would load .mac files. * Better detection and diagnosis for maxima process that terminate unexpectedly even if the OS fails to notify us that the network connection with maxima has dropped. * Incremental search * Automatic line wrap * Bullet lists now use real bullets. * Markdown: Block quote support * A button that temporarily hides all code cells * Massive speedups in the drawing code. * Added a wxstatusbar() command that allows a long-ranging block() to send a string about its progress to the status bar. * Support for cells that are >5000 pixels wide * Better High-DPI support * A Kabyle Translation for users of wxWidgets >= 3.0.1 * Holding the "evaluate" key now evaluates all cells of the document one-by-one * .wxm files now include image cells * Drag-and-drop now handles image cells * Copy bitmap now can generate higher-resolution bitmaps * The application we drag-and-drop to now can select a format to get the data in including RTF, MathML, wxm, bitmap and plain text. * A new "copy as plain text" right-click menu item that copies the input and output of a cell. * An all-new manual and improved documentation of the source code. * More unicode characters in the symbols pane * Several content assistent enhancements for platforms that support it. * Corrected a few scrolling bugs. * Shift+Click now selects text or cells. * Several small editor enhancements. * Even if we scrolled away from evaluation wxMaxima now scrolls back to the cell if an error occurs. * Integrals should now always be saved correctly. * Errors in xml from maxima or in the output cells of .wxmx files now result in error messages, not in silently discarded math elements. * Many additional bug fixes and performance improvements. 16.04: * A TeX-like subscript notation: A_1 is now by default shown as an A with an 1 as subscript * High-quality icons for high-dpi screens. * Some broken .wxmx files generated with wxMaxima 13.04 and older will now automatically be repaired * Tried to make communication with maxima more stable * Debug: A monitor for the xml communication between maxima and wxMaxima * Leading White-space in front of a character that has to be escaped in XML is no more ignored. * jpeg-encoded images are now no more converted to much larger png files on saving .wxmx files and on exporting. * Images will now actually be converted to the target format. * Bumped the minor version of the .wxmx format: Some old versions of wxmaxima will replace .jpg files embedded in .wxmx files by a placeholder on load * Increased both speed and memory-efficiency of image handling * Save the zoom factor at exit and reload it on opening a new file * An option that makes wxMaxima use user-defined labels instead of %o where an user-defined label exists. Works well together with unchecking the "export code cells" config item. * A separate text style for user-defined labels. * The "evaluate all cells" and "evaluate till here" now start with a fresh instance of maxima * TeX export now should work with most unicode chars we have ESC sequences for. * An auto-repair functionality that repairs most .wxmx files wxMaxima 13.04 was not able to open again. * A few new ESC sequences and markdown commands. * "#" now is shown as a "not equal" sign as a "not equal" sign already would be interpreted as "#". * Teach CCL on Windows how to deal with unicode variable names like ü and α. For SBCL the necessary change has been done on the maxima side. * Sidebars for symbols * Printing text cells now works again * The key now works as a shortcut that closes the search dialogue. * A copy-to-MathML feature * Many bug, usability and performance fixes * Most importantly: If it is a cursor it now blinks. 15.08: * Compatibility with maxima 5.37.0 * MathJAX now provides scaleable equations and extended drag-and-drop for the html export. * The table-of-contents-sidebar now shows the current cursor position * Fixed a few instances of cursors jumping out of the screen * Fixed a few instances of cursors jumping to the beginning or end of the worksheet * Better detection which cell maxima is processing and if it still is doing so * Regression: Hiding the toolbar didn't work on some systems * Markdown support for <=, >=, <=>, <-, ->, <->, => and +/- symbols. * An option to not export maxima's input as well as the output. * An option to use High-resolution bitmaps for the HTML export. * Images that are too big for the window now are displayed in a scaled-down version. * Fixed the support for out-of-tree-bulds that was broken in 15.04 * Meaningful ALT texts for the HTML export to provide accessibility * An option to include the .wxmx file in the .html export * Performance fixes that are espectionally effective for MSW * Unification of some platform-specific code * bash autocompletion * A fourth sectioning level * Made entering uppercase greek letters easier and documented how to input special unicode symbols * Syntax highlighting in code cells * Automatic highlighting of text equal to the currrently selected one. * A batch mode that pauses evaluation if maxima asks a question. * A "halt on error" feature * Now evaluation of a new command is only triggered if evaluation of the last command has finished. This means that output from maxima is always appended to the right cell. * Un-broke error and question handling for multiple commands per cell. Sincewe now send maxima's input command-per-command this means a cell with multiple commands is no more evaluated faster than multiple cells with single commands each. * If ever a end-of-evaluation marker gets lost there is a new "trigger evaluation" menu entry in the maxima menu. * On wxGtk autocompletion was replaced by a content assistant that is based on the surprisingly powerful autocompletion feature. * Ctrl+Tab now launches the autocompletion (or content assistant, if available) * Tab and Shift+Tab now indent and unindent regions. * Ctrl+Mouse wheel and Ctrl++/- now zoom in and out of the worksheet. * Allow Extending selection from part of a single cell to multiple cells. * A Autoindent functionality. 15.04.0: * wxWidgets 3.0 is now a mandatory requirement * Various bugfixes * Loads of stability and performance fixes * Adjustable framerate for animations * A version-control friendly flavour of the wxmx format * A mimetype marker at the beginning of wxmx files * Better desktop integration * An offline manual * Autodetection of maxima's working directory on Mac and Windows * Use gnuplot_postamble instead of gnuplot_preamble * Dropped the hard dependency of TeXinfo * Translation updates * LaTeX: Use centered dots for multiplications * LaTeX: Added an option to select if superscripts should be placed above or after subscripts * LaTeX: Allow the user to add additional commands to the preamble. * Export of animations to pdf (via a pdfTeX file run) and html * Now complex conjugates are drawn as overstrike text. * bumped the minor version number of .wxmx: overstrike text is a new feature and therefore a file containing it cannot be read by old wxMaxima versions. * An autosave functionality that makes maxima work more like a mobile app whose documents are always saved. * A table-of-contents pane for faster navigation * It is now possible to scroll away from a running evaluation for arbitrary lengths of time and to choose to follow the evaluation process again. * Now TeX scales down images that are obviously too big for the page. * An undo for cell deletes and for adding cells. * Autocompletion for units from ezUnits wxmaxima-Version-18.02.0/Doxygen/000077500000000000000000000000001324204105000165445ustar00rootroot00000000000000wxmaxima-Version-18.02.0/Doxygen/.gitignore000066400000000000000000000001171324204105000205330ustar00rootroot00000000000000*~ Makefile.in Makefile doxygen_sqlite3.db html index.html latex Doxyfile.real wxmaxima-Version-18.02.0/Doxygen/CMakeLists.txt000066400000000000000000000016141324204105000213060ustar00rootroot00000000000000find_package(Doxygen) if(DOXYGEN_FOUND) # maybe these string commands may be changed to configure_file file(READ ${CMAKE_SOURCE_DIR}/Doxygen/Doxyfile DOXYFILE) file(COPY ${CMAKE_SOURCE_DIR}/Doxygen/wxMaxima.gif DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/html/) string(REPLACE "@HAVE_GRAPHVIZ@" "${DOXYGEN_DOT_FOUND}" DOXYFILE "${DOXYFILE}") string(REPLACE "@SRCDIR@" "${CMAKE_SOURCE_DIR}/Doxygen" DOXYFILE "${DOXYFILE}") file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile.real "${DOXYFILE}") message(STATUS "Copied and patched ${CMAKE_SOURCE_DIR}/Doxygen/Doxyfile to ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile.real") # html should probably be renamed to 'doxygen', 'sourcedocumentation' or something like that add_custom_target(html COMMAND ${DOXYGEN_EXECUTABLE} Doxyfile.real) else() message(STATUS "Doxygen not found. Source documentation will not be build." ) endif() wxmaxima-Version-18.02.0/Doxygen/Doxyfile000066400000000000000000002065551324204105000202670ustar00rootroot00000000000000# Doxyfile 1.7.3 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # # All text after a hash (#) is considered a comment and will be ignored. # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" "). #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = wxMaxima # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short. PROJECT_BRIEF = "A feature-rich gui for the computer algebra system maxima" # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. PROJECT_LOGO = @SRCDIR@/../data/wxmaxima.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = . # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful if your file system # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = YES # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style # comment as the brief description. If set to NO, the comments # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = YES # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 4 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for # Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO # Doxygen selects the parser to use depending on the extension of the files it # parses. With this tag you can assign which parser to use for a given extension. # Doxygen has a built-in mapping, but you can override or extend it using this # tag. The format is ext=language, where ext is a file extension, and language # is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C # (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. EXTENSION_MAPPING = # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also makes the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. # Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate getter # and setter methods for a property. Setting this option to YES (the default) # will make doxygen replace the get and set methods by a property in the # documentation. This will only work if the methods are indeed getting or # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base # name of the file that contains the anonymous namespace. By default # anonymous namespaces are hidden. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen # will list include files with double quotes in the documentation # rather than with sharp brackets. FORCE_LOCAL_INCLUDES = NO # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen # will sort the (brief and detailed) documentation of class members so that # constructors and destructors are listed first. If set to NO (the default) # the constructors will appear in the respective orders defined by # SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. SORT_MEMBERS_CTORS_1ST = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper type resolution of all parameters of a function it will reject a # match between the prototype and the implementation of a member function even if there is only one candidate or it is obvious which candidate to choose by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen # will still accept a match between prototype and implementation in such cases. STRICT_PROTO_MATCHING = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or macro consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and macros in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed # by doxygen. The layout file controls the global structure of the generated # output files in an output format independent way. The create the layout file # that represents doxygen's defaults, run doxygen with the -l option. # You can optionally specify a file name after the option, if omitted # DoxygenLayout.xml will be used as the name of the layout file. LAYOUT_FILE = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # The WARN_NO_PARAMDOC option can be enabled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = @SRCDIR@/../src @SRCDIR@/../Doxygen # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py # *.f90 *.f *.for *.vhd *.vhdl FILE_PATTERNS = *.cpp *.h *.md # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = @SRCDIR@ # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. # If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. # Doxygen will compare the file name with each pattern and apply the # filter if there is a match. # The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty or if # non of the patterns match the file name, INPUT_FILTER is applied. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file # pattern. A pattern will override the setting for FILTER_PATTERN (if any) # and it is also possible to disable source filtering for a specific pattern # using *.ext= (so without naming a filter). This option only has effect when # FILTER_SOURCE_FILES is enabled. FILTER_SOURCE_PATTERNS = #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. # Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = YES # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .xhtml # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. # Doxygen will adjust the colors in the stylesheet and background images # according to this color. Hue is specified as an angle on a colorwheel, # see http://en.wikipedia.org/wiki/Hue for more information. # For instance the value 0 represents red, 60 is yellow, 120 is green, # 180 is cyan, 240 is blue, 300 purple, and 360 is red again. # The allowed range is 0 to 359. HTML_COLORSTYLE_HUE = 220 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of # the colors in the HTML output. For a value of 0 the output will use # grayscales only. A value of 255 will produce the most vivid colors. HTML_COLORSTYLE_SAT = 100 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below # 100 gradually make the output lighter, whereas values above 100 make # the output darker. The value divided by 100 is the actual gamma applied, # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, # and 100 does not change the gamma. HTML_COLORSTYLE_GAMMA = 80 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML # page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. HTML_TIMESTAMP = YES # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = YES # If the GENERATE_DOCSET tag is set to YES, additional index files # will be generated that can be used as input for Apple's Xcode 3 # integrated development environment, introduced with OSX 10.5 (Leopard). # To create a documentation set, doxygen will generate a Makefile in the # HTML output directory. Running make will produce the docset in that # directory and running "make install" will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find # it at startup. # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html # for more information. GENERATE_DOCSET = NO # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple # documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style # string, e.g. com.mycompany.MyDocSet.documentation. DOCSET_PUBLISHER_ID = org.doxygen.Publisher # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. DOCSET_PUBLISHER_NAME = Publisher # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING # is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. CHM_INDEX_ENCODING = # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated # that can be used as input for Qt's qhelpgenerator to generate a # Qt Compressed Help (.qch) of the generated HTML documentation. GENERATE_QHP = NO # If the QHG_LOCATION tag is specified, the QCH_FILE tag can # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to # add. For more information please see # http://doc.trolltech.com/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see # # Qt Help Project / Custom Filters. QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's # filter section matches. # # Qt Help Project / Filter Attributes. QHP_SECT_FILTER_ATTRS = # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can # be used to specify the location of Qt's qhelpgenerator. # If non-empty doxygen will try to run qhelpgenerator on the generated # .qhp file. QHG_LOCATION = # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files # will be generated, which together with the HTML files, form an Eclipse help # plugin. To install this plugin and make it available under the help contents # menu in Eclipse, the contents of the directory containing the HTML and XML # files needs to be copied into the plugins directory of eclipse. The name of # the directory within the plugins directory should be the same as # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before # the help appears. GENERATE_ECLIPSEHELP = NO # A unique identifier for the eclipse help plugin. When installing the plugin # the directory name containing the HTML and XML files should also have # this name. ECLIPSE_DOC_ID = org.doxygen.Project # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [0,1..20]) # that doxygen will group on one line in the generated HTML documentation. # Note that a value of 0 will completely suppress the enum values from appearing in the overview section. ENUM_VALUES_PER_LINE = 4 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. # If the tag value is set to YES, a side panel will be generated # containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). # Windows users are probably better off using the HTML help feature. GENERATE_TREEVIEW = YES # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open # links to external symbols imported via tag files in a separate window. EXT_LINKS_IN_WINDOW = NO # Use this tag to change the font size of Latex formulas included # as images in the HTML documentation. The default is 10. Note that # when you change the font size after a successful doxygen run you need # to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 # Use the FORMULA_TRANPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are # not supported properly for IE 6.0, but are supported on all modern browsers. # Note that when changing this option you need to delete any form_*.png files # in the HTML output before the changes have effect. FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax # (see http://www.mathjax.org) which uses client side Javascript for the # rendering instead of using prerendered bitmaps. Use this if you do not # have LaTeX installed or if you want to formulas look prettier in the HTML # output. When enabled you also need to install MathJax separately and # configure the path to it using the MATHJAX_RELPATH option. USE_MATHJAX = YES # When MathJax is enabled you need to specify the location relative to the # HTML output directory using the MATHJAX_RELPATH option. The destination # directory should contain the MathJax.js script. For instance, if the mathjax # directory is located at the same level as the HTML output directory, then # MATHJAX_RELPATH should be ../mathjax. The default value points to the mathjax.org site, so you can quickly see the result without installing # MathJax, but it is strongly recommended to install a local copy of MathJax # before deployment. MATHJAX_RELPATH = https://www.mathjax.org/mathjax # When the SEARCHENGINE tag is enabled doxygen will generate a search box # for the HTML output. The underlying search engine uses javascript # and DHTML and should work on any modern browser. Note that when using # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets # (GENERATE_DOCSET) there is already a search function so this one should # typically be disabled. For large projects the javascript based search engine # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a PHP enabled web server instead of at the web client # using Javascript. Doxygen will generate the search PHP script and index # file to put on the web server. The advantage of the server # based approach is that it scales better to large projects and allows # full text search. The disadvantages are that it is more difficult to setup # and does not have live searching capabilities. SERVER_BASED_SEARCH = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. # Note that when enabling USE_PDFLATEX this option is only used for # generating bitmaps for formulas in the HTML output, but not in the # Makefile that is written to the output directory. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = @SRCDIR@/doxygen.sty # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = YES # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE =YES # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO # If LATEX_SOURCE_CODE is set to YES then doxygen will include # source code with syntax highlighting in the LaTeX output. # Note that which sources are shown also depends on other settings # such as SOURCE_BROWSER. LATEX_SOURCE_CODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. # This is useful # if you want to understand what is going on. # On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = "wxUSE_ACCESSIBILITY=1" \ "WXUNUSED(x)=x" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition that overrules the definition found in the source code. #EXPAND_AS_DEFINED = WXUNUSED # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all references to function-like macros # that are alone on a line, have an all uppercase name, and do not end with a # semicolon, because these will confuse the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option also works with HAVE_DOT disabled, but it is recommended to # install and use dot, since it yields more powerful graphs. CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = NO # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = @HAVE_GRAPHVIZ@ # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is # allowed to run in parallel. When set to 0 (the default) doxygen will # base this on the number of processors available in the system. You can set it # explicitly to a value larger than 0 to get control over the balance # between CPU load and processing speed. DOT_NUM_THREADS = 0 # By default doxygen will write a font called Helvetica to the output # directory and reference it in all dot files that doxygen generates. # When you want a differently looking font you can specify the font name # using DOT_FONTNAME. You need to make sure dot is able to find the font, # which can be done by putting it in a standard location or by setting the # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. DOT_FONTNAME = Helvetica # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. # The default size is 10pt. DOT_FONTSIZE = 10 # By default doxygen will tell dot to use the output directory to look for the # FreeSans.ttf font (which doxygen will put there itself). If you specify a # different font using DOT_FONTNAME you can set the path where dot # can find it using this tag. DOT_FONTPATH = # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = NO # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH =YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will generate a graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = NO # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, svg, gif or svg. # If left blank png will be used. DOT_IMAGE_FORMAT = svg # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The MSCFILE_DIRS tag can be used to specify one or more directories that # contain msc files that are included in the documentation (see the # \mscfile command). MSCFILE_DIRS = # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of # nodes that will be shown in the graph. If the number of nodes in a graph # becomes larger than this value, doxygen will truncate the graph, which is # visualized by representing a node as a red box. Note that doxygen if the # number of direct children of the root node in a graph is already larger than # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 5000 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not # seem to support this out of the box. Warning: Depending on the platform used, # enabling this option may lead to badly anti-aliased labels on the edges of # a graph (i.e. they become hard to read). DOT_TRANSPARENT = YES # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = YES # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES wxmaxima-Version-18.02.0/Doxygen/Readme.md000066400000000000000000000140221324204105000202620ustar00rootroot00000000000000wxMaxima {#mainpage} ============================================ What is this file about? ------------------------ This is the documentation for the C++ code of wxMaxima. If you are looking on information how to use the program instead you might want to consult the online manual instead that is shipped with the program and (after compilation of the program) can be found at [info/wxmaxima.html](../../info/wxmaxima.html) in the directory the contents of the tarball or the git repo the code is in. What is wxMaxima? ----------------- wxMaxima is a full-featured graphical frontend for maxima, a full-featured computer algebra system that will do numeric calculations, if one wants to. But it is specialized in manipulating and solving symbolic equations. \image html wxMaxima.gif "A random screenshot of wxMaxima" How does wxMaxima work? ----------------------- The main things that are important to know are: - Maxima is a command-line program that can use a network connection in order to communicate with a frontend. - In data/wxmathml.lisp wxMaxima teaches maxima to talk in a XML dialect: Maxima's normal output format is human-readable. But it can be tricked into containing strings that look like input or output labels and it doesn't guarantee that there is a way to transform output from maxima into a valid input again that has exactly the same meaning. - The worksheet is defined in the class MathCtrl. - It is organized in GroupCells that each can contain a cell containing a list of cells containing a label and the user input and a list of cells containing the output label and 2d math from maxima. - All cells contain pointers so they can be used as a part of an double-linked list for the logical order they appear in and a second double-linked list that tells which cell to draw next. The latter is needed for handling the fact that some things (like fractions) can be displayed as 2D maths and in a more linear way. - For every mathematical function, image or piece of text a Cell there is a specialized MathCell type that "knows" how to draw it, how to convert it to a string or how to convert it to Mathml, OOML, RTF or any other data format wxMaxima supports. There is, for example, an AbsCell for the abs() command, an IntCell representing integrate, a ParenCell for parenthesis and a FunCell for all the functions no special handling is needed for. - Configuration is something like a central object keeping the configuration needed for displaying cells. How to get documentation for the code? -------------------------------------- - Install [Doxygen](http://www.stack.nl/~dimitri/doxygen/), - Optionally install [GraphViz](http://www.graphviz.org/) (it generates call graphs, inheritance graphs and caller graphs so it really makes the documentation more usable) - make sure these two utilities are in the search path of your system - cd into the [Doxygen](../) directory of the [wxMaxima sources](../../) and type: make If your system is set up for compiling code and the project has already been compiled on the current system (see the file [INSTALL](../../INSTALL) for details) this should generate a file named index.html that will redirect to the documentation. Where to start reading? ----------------------- This naturally depends on what you want to archieve. - The worksheet is mostly handled by the class MathCtrl - All the cells that are displayed in the worksheet and all the sub- cells that represent individual elements inside one of these cells are child objects of MathCell. This object also contains most of the logic that allows to connect the individual cells to a list as well as the pointers MathCell::m_previous and MathCell::m_next. - The undo buffer and the conversion of cells into characters for drag-and-drop or saving files are handles by the class EditorCell - The menus are generated by wxMaximaFrame and most of the menu actions are handled by the class wxMaxima. One of the most important concepts that are important to know is that everything that is displayed in Things you have to know ----------------------- - C++ provides the magic that allows to attach objects of all imaginable cell types to a list of the type MathCell * - MathCell provides a second list (MathCell::m_nextToDraw and MathCell::m_previousToDraw that represents the order the objects are displayed in: Some things like Fractions and text contained between parenthesis might be layouted differently when they contain a line break. - There are several ways child objects from MathCell can form trees: - Some objects like sqrt() or a pair of parenthesis might contain a list. - Super- and subscripts are lists. - GroupCells allows to move its childs to a separate list that isn't displayed (which enables folding of chapters). - Methods that operate on lists typically start processing the list from the element they were called from. This means that they only will work as expected (in other words: process the complete list) only if they are called for the first element of the list. wxMaxima currently makes sure that this requirement is met by treating the first element of a list as the list itself. Searching the first element of a given list would be simple, though: MathCell *ListStart=this; while(ListStart->m_previous) ListStart = ListStart->m_previous; Naming rules ------------ Keeping the code more or less homogenous increases the readability. In order to archieve that wxMaxima uses a few naming rules: - The names of member variables are prefixed with "m_" for "member". - The names of member functions (aka methods) are written in CamelCase. - The names of enums do not really matter as they are rarely used and if they are they are used in context where it is opvious that they name an enum type so there aren't any rules for the names of enums right now. \def WXUNUSED Tell the C++ compiler that it is OK that one parameter is unused. #define WXUNUSED(x) x wxmaxima-Version-18.02.0/Doxygen/doxygen.sty000066400000000000000000000000751324204105000207640ustar00rootroot00000000000000\ifx\pdfpagewidth\undefined \pdfsuppresswarningpagegroup \fi wxmaxima-Version-18.02.0/Doxygen/wxMaxima.gif000066400000000000000000047536221324204105000210510ustar00rootroot00000000000000GIF89a : %6`:H@A"_ $') 1qF)YU$014525?06G.6R0B68-9f$/9;8<>;7=t>@=Z;76D[BC@H{W92ˑd\d F* Ίݞ{f "ĴW {B 0B$ +yjw (k̽ @h;{#%8@=Qoe췲be@f%̯;^aA )<Z> Wk]o9MorU B"HL&:PH*ZX̢.z` H2hL6pH3 ӧ oA FEBL".c9򑐌$'IJZ̤&7Nz (GIRRL*WVYE@$ >^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:sd@.ȁv̧>~ @JЂM1f^ڀB'JъZͨF7юz 2PAHWҖ0LgJӚth( N*7 PJԢHMR* ` h&0/eVծz` XLoGJ˾0Dʬ5ֺ.S^׾ ΚVQX@ 6^o̫F9ͫN2K Hv0x}v>9]7[Y-`D^㪽`hG[ jA [@Nq_@ h-07ܻ M77; Dwfg= `!XȮ΋n-Au=f7|o{d !o3b4M}gJP' bc+Qn//=X(N,ln/7^Bmp7c,^%B Z76a@ȱcb D򂱀djַ@FŁW]p'6`.ax>gq|6ȁ@yNh ]DKoɝy2PgBp\x&xAf.O.מH;Q^0/!Ou%+'qnru xkc w8g-q׻uG_rC<>yzNz0zK |╵uz'fNxϻv7`l ʛץ;n~[3ߍ7b JW@(p'ٽ ysc{` 2zD;9C  ak\[Ƃ s p_#<;~4;W!o{`w"d.g'\/n6]}I[}G:ǚ^y'}D~7yG~der{~w؁ ow F6Wb%-P-bFoV|EyFo'odDs7Wcw VqzC~}7҄v'^}|*X/9c FvP(zWe|^vk_'PX?tEd뷄o'VqvXms^6 ׆Abxe|k@`SdOxc tf"8Xx&x~7W_XDւ! ;hGyETb<o!fl5!glngzE.\~9.^XpfIt(|r%HiQvh׈eqDi|\ri&c}a6,Ŷ_)X~/~jH@`1frvzAM&mW :X)k56،{i294Y6y8ƊvCvx: @:Fxy"i{9qtfcFvp vt^GiY^ׄGå/tUb5Ӈd&5ivD$G yj%y"؋8o eCv-dsHDZ(kgLztd՝oUE(ySckO~[֞yeɇncdHuV^JMǗj^lcci\v؅] §fVq zB 9Y|SF|xǢک@_d70ȂGirtvH:8ptOYxe7zp'/qȆED$>;'Y`yנqzk]jy99ƭ?9g^5MVzzIʝ{ < I@Uo86hƷ^w|ڮgV&_BO*mi5'{Hy/k,˨z&M:e 馁JJwk7:MC;\Eykk7"[5| Ƙj Y r;t[~ǓG6hy~i糭rjZՠ@gLzޥU:tZ V|V`GKdxSٚepJs[{꺈[6iåDڲX͛^[pk؛ڻܫlx{zh'Dh[Dgͥj\He/'jgKG{姿2˯^aVq0vAG ,/{WdsGp:*9&b`~mK|Uy5f9rMдŧSYҷ տ={HJ̽k+g:DSDU jCwv1';v]\_lpewsg\pk@B=D]F}HJLNPR=T]V}XZ\^`b=d]f}hj,pr=t]v}xz|~׀؂=F@ք؊،؎ْؐ=ٔ]ٖ}Im؈ٜٞ٠ڢ=ڤ]ڦ}{:ڬڮڰ۲=۴]۶Ӫۼ۾=ܳ}ȝʽAmP VP g Mm ݖP |-Mލh]=_-J- 0 ;]}H0 ] N. |@^>`!0 P[ᠽhm,~<A @UM?@~9ӒD? ;:n >" D*^>OMS>>@GN;p>J=$U~Y].[! UN ,PAXP- E"{oԜ@Y<c~֊.4;6 E->봾<24Vߠ \.M>A-^\npԨӱ`f ;0V-@) wNMc.nISm@Vr -0( nPv^~C^6}aj@=,~.?3/QD?]KPf "`^E &0 T] t}ODMa}Y]OMOp <_nT7Nn>^=~@ h5), E`>;mi ԰ːv=A͐ӎO]<;](@ ".#o1 < =1v Aib >1" n$>  "42B(1P!C!'@9>&=q5jqgχҔ M!lTi0ƎA2Lb5'(\֩STPëYmMZġHM47Ȓ' E܈L)fV\2B A9iP1MAcv,ŇPS]W'{"C(n=$å=-z`AaǮmKl3NJ[*7\1ԪěDǟ_~0@$@DМ 2&,RQ 60b/ċaA +`$  CKڻ/~{Y+qS\ќ0(.(2 =)i PTՂ ,+s`l-@.©9Zc-+ZȅA[19-\ϝ m:5nDR+% m9 łIdH,/؜DQ'@5E޼IJ L} "Ѵ,t$5KmkcWͶDhĚ%TFU8]V{#́ wHRRCG 3 !}t[=C5WU]ucGVcps_*Vˋm=5bNde_9fgf6Uf ƕ&$&g6æ(2 ըjxi`(G9Jk㓱5@My&ˈQŪ,k&jL{7 ۈԌoYyƄY?mq{c!"aˢmP͂;I ;+>磛`I~ \;J/hGKFwkJ="URKdܠ'pڰ"F&j"'hޜ-5{凿O3'yW4 j[>UЂ`5ABg:& aA^("0s:|$֧v)Ro:GUz^cCb0:E9 u}h*0щP^ЊV|!D1XI"`'A.ˌA*6>$7Dxأ %^)K@d B#? 2> :bGNFPIdѳܤ2V#DQҒEjlvɔl"1,e(hI H.?7,I(8Sa _Bq1~f9OzӞق0 A@(-0BP7;,cuQ}Hxovc;CPuV:|$ZctRh &1t%p(_bT3eQj4rYDe:C"F7ͩ#QߥI$> F P9@%Ԓ'h%Ls<9ەN TeS_iML!F\} ɀmL闵Bt5tYHO)i1Č(:YarNU {Tkgnu[6?'=#pGP :r(&+d}-*ͤr4e;] |5LñH9[vKhLCf`U)uA.(ς{h$P`E+ScBELhf'˦vN!5ncl]sl) ҲK6%JbXαlA\̆ LE!pl4-Zw-!F_k?ʶ,>^ews 6P>` qC 6r(̟^bDDP`sC_E$a~t6ͧt@ sG8*xR'sZ֓4D78J~t99R bSg$R׼V4cbg˾ݟXbFbq2MǦI\u?r%cV/ LnfuSq9{yE>rٟDF>˅i5ʿݹdFsk~L`&êA$:uH\UlsccCv]p-A|[i۱ܔ<ŏp#P^ۨS]M)kV-;.CRtW{\)<zJ 1pWv_$UyC0@Sl11lDx EF[\Eh AQq6h*Rӈht4-P  !%hi2HrfylF8Б LrV:ĉkG~t&;XP~,5nFa؎{] x4G@(4%Xv$TȿG#ǞH ɃȢIPGP78 G|8@I n\o-$JA>|h44ȠIVyFǟ4 ]L`4F+Ptǔ^̦L7˄'?'TLƄ9TKX@WacML|=sN'<L|xʁM欧<K$9,N\LDTdt4NLԄ]OҤO5EUePP?Pl %LP'%5EUeu !%"5#E$U%e&u`xP){u-./0uP*,4U5e6uSR*)R,7<=>89:ES?5CEDUE@A%;eIJKRGH=SIOPQEOMT;%TUUeVLSHuYZ['X-SY^_`]5STcEdUVZ%V:ehUgV=`YVm gXVkqokxluevo5"X}V nPp`kg`jݏh}U؅er=kL8X8UWAWjieVhFhXe(=\$WshYmkpeosPW ؟ڠAםfzUpeZpPC0MphZ{jڮڬ%؄u ^]ڈ۸[L(Z gQP[Xu" YXh7p,p,pF`XYۇW YٜE=EW֙u5͵[sssY\ڝ U Zݾܵ BZ^kQ /R`0AWRXWZV`XX^ VUX_^},Yk^uvU^A0_[}^VuVu``uPDnݏm, 7m ΍\š-eau؝]]Z΅Wo]n%DR]UAA@^5%^]L`p)bu`+buP8_&Uڹ@H4P3F4-)_0_M 'vYM ݝX%d% >g(X8\LxG?VA\,*V^duHhQn4_4 6PKU`zbn`DVXXx `@"07`*P7uclUE^=֏^LnnbhM]s_p޵Yq X!uu^"&blvfg̽+.g c,22-a+V`pZ:pÅh8A,`vƂUglMdń`gG~e8FueibbUhP@TI cL^XUNefshb^@U} Fc^^c.NfHXqelZRzmAXvW6H>0̶lvN]~ef b׭g>kgg]bVuHhޠ >kx0FhBd]APmֿU^LhTXhV_PI@T@o®b@kYh=Fih$"X9HpkdlRmg-"!w\ʆlulͦaƄ{P|F=m^Gvm^*q`^R=ѿFh.^ .%Pn6@A?cSn#V֝neFL_mY,UYiq^t(!vdGflWwnFV~Yݛ~NsIHdłG:xjiHXľuue`k9Xk^fwNjje[fhf{C7 W-PAXL$a.]~a^HhʞxA+g}QIV+DŽupdKo[1s)N:gvs.a9j;ssW5'z@z5^j}ucW0nqaU@8(-n&z z,_& QIƂmfkjMWmoy^uǏ]إ^[ru_Fnk \uek?Xpc7vi#P vweKx8b0Ar],xVrx7il{o+w- 8Gg0s^xupxH~auzbuo!g0G\Oד7X"ҦN{p_n.l^[ ,s 2l!Ĉ'Rh"ƌ7r# F,${]@&%if4f,:w)3Ɓ^+ ΐ!_ mi0/{9 8f H@j([8zaĊkg5 YY5UV%.&bA<%&A'l(uvU.Mz5ut~*NЮm6'u=hFj'HK="㉰QJYDS[g*9EriZ/eTfjAz&y:Z&x ؃ r(˄$j!@b·˘b=9Ѓ=>x3p}V"EU &@5gQ 14 &ѳbB:$QJ9%L]>UTQtkUy&i"&J)K1єp }i(aDTA9 SN]L/MEa*]YheGlDgѥ]z Z-/$ pj*ѕ]scmv j eh 7 jj`Zk zۭ(FN)#\骫q@QU,PЯXQDuQAj{, 5.\:d8 * & kFTx! :}h"X+:1CdAnX9w߾"ّI& 4QKfeICD*=SN~ݑ95e}nIR'ĒK$LMh1yG Fd%Tp3x..I(}R[z(O<j0ăsuU!p k/pB @`RbE;TuDN1eƦ8cOiY"_]{is2= ){DΝndBd! r?>%ա`Khӌ $R">dr^CE} PlH()NQmk@6:M tS"mPS\M0IY SQD* ]'lMZ3qp2BLU+zJ Z$']2Ng7]0P=9K1}GPOt&"%.oI$>Y#ƹ=a8Nypov U, " 8o\FRGst4 *[d̚f,A"2CT&f2{бV#AK8hE!D14*RufE""b kƉ!~F2B.ҕIV\[7ċ^IbRke$ 6HyQ :"x h𣷩N\e<,5@H/P%L [YuOgm3) rN3% 4*X2zcF,_>C q9=8,0׈ Ҥf3M!l`{쒫;&FP%SXjp =x!}hyj TAEH-HyD!ޕb֖gxgE2(a Mt+zpjLdA;^9|7j)RXǢ* >\ӚI^YnMsnCsH9l! DJu/ Uɣb]0h,df3ŰCbtWpY|&,i W<IޓGʸDq-#e +h Ԥi0W-Z~ ˝:ߩ&(; t-z Сّ.2msIȅK|VÌh&9LkC-QԦ>5SUծ~5c0?$C,GS K >):`-=6+j_wN3n9W.h€X .RMDx"QGB^a+_y]X=,`aˈ2XH_5ZNY="~xϑd%ENXZ;Xrqf ,yWфt'0llA=}c `f.RBPT&uAhl 37DAtQ5k.wn;.ӽv;{=~;&Uv8apC ELv Ygdm-w1]ݟ "V/PGuaYVD 89Ȗ: ]nioe5H.V>ԕ(T 5QY `~(̴hăT#??#@d? [ lW/0h 4Q9TCME^LhetqM B J BR.ȄE8Jf B(AR0aLJJ,, R&e%}N *"PօxdŞ BT%rHB',ilg`)^ib)a()$d`4Vpa*0CL%Ĝ,C9dX ` +^CwP\iɅ\ e@;I ex]=!#lnP;NH}<{HlcdFgOf=fw))='uV'FL@`Bt^R+z'{'{@(^)&4%i6LPbZ& a &4 ȁVU2FWBDhvM` ̂Y~h)B^(e S]’,FO^* *c"a‚2 )iO.1V!rS/Deff*q(|9eD\ȇjB :Vl\=@mfF ^gh8y[gujK!AJT9pE"80htN$N쉦B xE Mz$(`|Rd9OBDz@8*7B7h Ъpd"5](bWslheD(&* t^i+]rޥ kFOUăC!fb^!\BkExG հA9GC70sTff`3Aɚ)&f ELomkq @(HxȞ> AJJBGMRQ{Av }X^ENav`H4^ zٞ' Ps$WNgl ]88Lު`ADNM ϦQUJ0|(B`S L\y):蘻ިB/:h`ڟb/HA )JbA TG1x@ 4 ,M,֕v<2,ceZaRP% ̂$F&lkfG\FoUoZ:M(գ`^-OMҮvu!C*8cCcd'|mv- jB]~ЇPDE =>yWNc8w0&TZKQlPn5Hm(dnPjlf_~H^!%뢂$ Y\GXyaB l'JC/ /@ @ Mnw*DV] * eBRcP)|ס/X52JȲ*VE/EobCmE(?e0@%0@ {B! 0I5wWcTH~pA09' #|VkSdpLZ<08WD9ׇŐQ\9;cB70,d_Y,IhaFW^- C1M1/G#&pI,DL(A.@ 4QmVJ}e Et&hV m*pq(}̶4BZWZum&K >1FJ.Nb 59a!CdB&.D3JT_76e6 xD|L3f'MPEt )既!R(NOXSL4[%3z/5P4&%pJq/ /[x.L =xC[M,񁒕Ŗj<ĭ4`Z/0x24A/hAq9*(, El3R#mshz459Td̽Uɮ{OYc$wL)ǬogDg|Lj;D aqE8O `?$"40&sSt8dFR6Ljf9+J_LR@ h Y( xФ>ŧFBr@A[]&y]b=E(V9oFAwo(tIo^uvJwl74:ăj54{c" w}B$DXZv!9)Pht\=pq{5Щ`K8i9^CȜK(hv8%;$U?@ 3E\=rh8"_}$"4>DwﶯxI4@35;Y!Nv@KTH.iI0z/l@ܷQoʦ_xX/x5|+`8Hd -͒x=DHԁ|AwSiJR6Mּ%`e lLYpvd$_J2UQ$;}܏g܅::;{b0t1^EF߳STx%y%֐^ԹGJYG>0n-@ Ȼ=ARv燎aإ"Diϭ0־>T; Y+g|pkfgJK^fN\[]p. ԀO| K4G[ĥ7" uq洝=@[wYU U'2dzUb2wpfe3潃 nq6yb"lcnYz f03) TaOJh0fJȬ0 &E,GBXlaQFqm<ey}d@! ڛ' qƢB1,& fGz7s5z*0QqF%4usg*+2Mԩj`[,IUsPUR/cѧC zBʢJY =pOHШFQHX_; =VdgVZ/k#kii,#ۂK.tTuQ&WyU_!N}uf6*UOY v vEx1 > Y5XsMÍmaYfcyy9\q"snNz[de|Ѧ꫱Z뭹:&EFN[n[;!m'I\ /ãn go!\)1|+qA]I/Qo>7a]ivW'r%jہ^/sҀ>㡏^驯ݗJ_/"z'_Gx@>K_=` !A N1A n_ ECe$%4 QB-t aCΐ5 qC=D!E4c8 )IɃ A5c1ؑ%n]F1e41DmtG9ΑuG=}$ƅ挅4d!11EqcȑCN%142k<JQ4)QJUdiBfLy(0H-Lasw&Ʌ}E@4 lk aꡯhn5P]lLh`b@ A aȥ?'!nn fk V!a I~`| pP /ڢ Ї.JNbR,NO"o*T XT`h/il/pOud-%.b "@n&>o\Bc, . B=EBQ*dCq.*-ȬGZw1 @*@e/Q-Ez/!R M Mx-HЏO8H *t\tA6Κ5ڢ4ܢe)M:P$4p:҅ Vg{@t)!m #S)"ˣMrv u@ (()(Px uΣ'ϐ 2+Jp*/ic JSq*qAko1aάd# PA8<kl)003I_B2Q3fPW1Yo,/15a\`n.ibqq<-@i+cha1 ( 8jQq0L/A t-\˯ž"{2#C=!,$G( $KF2RVW %c\s > *m-Pn TnB*ߡCz`j`)Vk*ts^U8ˠ̶;b85ԑ9)So:I:: FGXh WPi0f2Y_,07ɥg&pҷz2EmxCɥCACE]W 7؋,sEx~ٸjW|Ņ|ǁʫ!8}Iv`6fóؠI/plء-:!XRUS)oaVEkVsMhyNMD_dUh)W١~0ж-yT N@%W\مWn uu0@ i Y(2t 0 iRuk! 61zԘwA:UzY~ 2t4~$AR8b(mڔ- r jv9=@X9މ;gA.GHp ԉ\غ6?WZB XP O*:T"l!H[n*,[|n$-;]hɉZW|Ձ.hFj;{b^a2o(-2xU([mȺGȻQd(ٻD¬$qO;{ߛ{~ nS9reH|# <9[( {čb/#Y]e!S(!ku΁ X~KIhJ{#ʶpw~I`-&/ҽO! Bc!`i@A읝2z  Hp'.A'~J¤ >)cĈUNLGhl\8Sq(I<%.YOb@ ޣL1篡pT2 b;zH$%BZɕ@2pz9/i,iRLc}GGu,H֭\z 6رd˚ݺ 27<"A2mv o+?>jٺG0ₑ ~ +cj‡KV[7wڎb5;l֭G1rభyk/u /[IEfΏ ώw+X,~,aUfM{m*_{t|"}§! ؜|SpgMHa^ana~b"n5,&Y%&#Y`6`* W%U}EMa0T, *IN0JrB 6,8m *aA&Lq2,PP$8\ Q mUz7Ȑ.3`F64 2͢`XN5w]́N\ʜ?PV 0\qjwU?pcFmciC~bxꕳ(25ԣ?z0[.E7]Xނ+.i7C#[W(1B AMq/UL?{qs۟~p8r,V' Y<-G\m tBMtF] brx43xcpb@[,9EЌ ēzBz-Jr$eNBd8\TSILN6NXҩ~BUU_b?ymg]tAAciWpJްn1iW o.iCP%U\񣈴 ҉|1VrX+d]Xm  =Hol=YTs=|U>d"?#.B> T!cx0p$,!6 5iQ^d ]tG Dj!$T2͢`/䠊)N&G9glH=ޘ XcGl*7.T@K qIܤ t 2GF3x]+;S ;إq ޮH @y ,3I@+c8" 2xC9x?*1|:_`tc 6g`A-Ħ87N@yG+ w"?y$-ǀ t-hPO/4Y6L@-;&C !CC_"hK4@n8E 6 DmШ @'85y2*|и הҨJ5+ͣ$(2)MAt!M⅔$I}i!Ŋ(+1j:JO”q+xW.[²cϓ-t1+,%Aq̯Gt(L]6_bx C4SV{l? }g0]fs0Nm\O iu-qЄZaՎ땫9mP,ѯ0HXhG10U QO (.ц UR{RX9)KH !E)bU]]>Bׄ,C.JR0?6'0A$%' `@Wv!(뒏+_YV4ە[qlE"hxc+h? Śřb gie\$KprNqҶ 'A\Kϭ<n1csΆ= y|ϒP:~ڍ}P*012wYc܁ )@RGJ^4 #?0Am]ַuG1IZSJ BXv֟>vi㭫 C9]2V1*GǴ8Afao{+'XO/7붞E<-&qbObG͂z$/ h{"t C+"KWBx*>.d`/8`tu)S ߎWMPB}?UF๽.cyiQQj.PUr/9DcXy D*Ử)RچW8%zeVOX#k1( ,3zeޯ+pL"}Ǯm\l+sPP  ?1AGk[516a`7MyPY<6F!Ri OT@gK0&]E@A &d'8WTh%;Tg%YG9FAkGby! |b oUmn95h!W đNP+bla;XtV&DD P-lpP,l_%tCXZKh=DdM&ц / P.^u)ff[ <`T!艟Dc˵r ".g'$%a'xb,jjHiE2PTS@  `7Kn6Ȩ';GA vDGxTUHBG0 $t+v!=e!gQ]q2w#1'' ) 4D4' jU_b &)U-'!>j&ڠ9U*iSsUZx9C^0’#TNyRnX59]()CIX1\Wh47"(s𔑐4gs% &߀"3 `Ea hA`\IԸuEY4*C 9!vBsl0ח)IG9 %iϵXӔ)ڰ)P%əa 'i)Ii!rLٔt!hZיɛ-Ո)Ii,gh6`hٛi tkɝ 4i-gٔI AI9⩟ɟIIY @` ڛ}:hjS)A !+ʢIʡ1*3J5ZB1w5D-*C 6;JFLZr``ccT҇{!ð zy!W*YZomd!deg1e!|Х5yꥇ{_eڟ8:0 6I*fۉ]lqe `l+J̢z4ǔ ||`Z!RzWa] C|W$/@0ZGްi0|`'0 ~(0|W+K éI;h5ʮY^"Bk^Jr]p!Zf0W1P DQye`poz"Es芛튲9!lrk{/؄AngUAX1񳏔;`[Zz*K Wu11JK{W[ՁͶcAkx/)~KM{K9 j)&=9 I2:)*ƒ)y%,r*wbVxW+,:Ƃ,2=xI-ւ-4g2.bߠ  j9EPVhީ9s:::9bAlmjVtH^ᤔS?džٿ̩g)s|IeF,a+d JPAL3 i8HTH#HMTc1 x6{l*Vkˆ{,mCm*߰ ʒXImzNK4LcPLsdL5lbwcz KuYOMCMt|Mw|?{ljIT =) 1qs$j؉%"Б@qjUHdeV Σ$WZ\|[QWLŽ\JԶ^ b΄cʜlLf%Y:-ݶ%1WKz Q̰<- f'N500f,֡媸RH%m0nDm$\|@ thʒva{ab#b0|E\Hݔ&K@R$Q׀Y 2! |E_ʐV^ mTKU-nn K5ouv3vgjvvqxt7vwzx40w^,x fxc~Loتӫy{|/J,>x鍇yڟ-ꢧM|Q].{^{{W|׫Ʒg[F/䁆j׍*6P~M 'RB)6;R&Uf #PR% ^S_y-['(),(JULJ8&o(O@HEGx)B'/ٽC ]}ͥ.!Wا[CRb)PFI-3SK`\xoMejqGow(zȇzto\խg]%6' 7<" oВ i7W ?U}^X2N1jxYtYB#/BhP/"8/o!/ O\?ȅ? k tc7Un%T!iG4D@6-o%^E,ѹOb$WA .' C%J̗ 5nNJVQ#IQ~\2,eΤYM9uO G"jQ-579LN8 YnMxk 01cSi}H!-[p;ld3[j,&w Xo!a#R}*DzFcsy7w :-$U4ԧN"@m[=3?muz<ΡO^uٵOZѤF*֭~ ;vK}u]ц ߿I0̱p!13 )X-6DB$yJͽd[bqFkFsqG{Ѷf>аUZW=I(pdyݫ ~Dv>Z{ 5?xb+b3Veo W\rۃ`$K[-g_X`_+4J1ǖY6hVzi"ّ1-ӜzkLx-Q0*ӬV{mvm{H^ IpЃ4O|W!U.*@;YNKh ;QD b2:1H>XA fvH$H7uVo>]Z]"OO=i?v_wʛw4nA0Qe` )`M\7| xŊF>hys6|'&%o s0^AA+x>$Lh{`C;@Ã%HA2ЁW?P֑&7aO{ħr,}C$bHnџ8 ӏ)p!RE 8.j!iW"og \Ǹyε޺4%x}tz`7/%UxlU%wJVpVy3%mF䂀#akp1ܹNB˜{rVlJr+%BTn᥌ }hѸ6zbUž-HwYO gZӦ@a#Qj6sAqr'.^7 23$H~& 7Z `6TձF!qŴe]B#Z֘99ޱ]{ls׼ik[7Z~o:}.Ʈwԉb/WwnE[oߴO`$a1q' ^-%kX1Ń<]|cMNn'Zau ݂ͮE M,?pBaL@. e`5dSW.p:xV.ѩU{AQ1XcPG*4"/\1`pUxs o#?ʧʄiA2XR"R 5()X8CːC^79x~=XzG_"cƕ{ͫqY\°J r`>DŽ?΅˰= [tgXMI껃993<&0) ={CPIH(_#ܳ,.; @6bDH0$klbR[ $>#<@awj4+QzK  ʀ/,ɿ)2t9ARЉ"CCÏÜ(B$DB%tK#y陴ӠD11ħ !CI3Č4\û?7\ycG6Н Xł\`xXEr"œEЁBFiԎCtFSD:C 3XiyPE(0ٙ{_8R 2$S?;7yPKҹ۰h)c42かӉ~Oȏ8Ȃ܎FHFt!uc i,4 +-4RAE`/ CLطAyM菀{L|VH\Jll%LĽAJ$<<@ ,*KDwtI@ d ^0))tA!/OsJLL\LHz:eLʤLXx3d9ɧPKKő p,pzLgxM|as6JL!I˼4̣cLLN\NpL;aiN^bod CKhŖ@?b1 O0O`|cIt RMĿ| L 8XD,P=P :DŽ(C  K.lG9-Gr#ML טO ,GG6dLPQMN缱2*$0 Χ 5 м2Mz,xqQ#5ǤQ1S2-ƽN5N?(}NNؓ+ukp-l5,$:ΉɼE`_2TJFYPy4L5N6P SG1c;󌋆y sur?9;W)TdԉSHTe]Vf5L>4tVk`A? 85 ,WxQW WTǰ?E lf8GEo,9lV=X=SkEJ+ U1L|U|._oHDX}YeUXTĆuɼ6Rӌ/ 0@%R jq؅7pdYe LYQ} sDW y| ׏MZbϩC؅.؆ZZڭZ:&XU=yq8X9 Wj+KP[\[[܇ R=BPMv95*ϭ]۝FeҽY|D ^Q]=H4Ȅm^-N\?^+]jVT~Fp-_%}!ފc-_ڔ._5͊UJM ފ'oXX` ngu'DٽLW8-HLT`>lZ`: `A`WP%(P.xialq[nb'vNM7 x#h[5b,`[C"Z,X%Ak}b9㤉$a7@ XehMb[8h  j`P؀ 2~ 6cNd+V^.M[JN[dʋYuHS@:QGH_}11o0׷de^fKeeaR" ڡ-ZMeAKXIp45Xr&4yQ6P\(uM5Q;D:dfhQge&bm=!X0 8TyAiy, hN[A`A i D e))IjF΃>6?.إL nקg1Wcj5Ej x(KEQvM0)L^ec>jl,9jPhAKP<4|dS ͧ86:XM ,0 BvPʎ;I ԾWMfmFnLQiȀȾf.e/epqvG` y^nUn tQm)[)>ގo>ΑV Nme.%Nk~ bDEnjPoXBI|VdPE+_ >fW !헸HsX󿾛o;O:_Ƒ\X@a!~C ;ID_mHERmنsW GtiNssSW<"֩`$?wnAw&X0UVgV^Z7nj`0.ttt7OQTOj?ulk=7D ^t(`Pu_wU腀 Ai8Pvow 8jVvtg(楰I1ljmvUۡqo_&uuPis B ZX@`?E0x!Ex6 >Pm PpYߎx_7ӌ]$AwɖGZ]鱇pcw Ov 8vV;@mgAv9A'z+e&yOٙgWQ q"e=z1d99ͅFUԴ4*v,ٲfϢMv-۶giScǟv怜2z+q#&u#xSƉCXqds-Wά2e%.Gjq(0+ 8…:5.ĖW3{c݋;O,oے3F.y9Ǒ罸8֛>}8q9_0uܱ^Ï/c˗1a)S5TQJd c4DEnQXbcU~Ue#5_=!d /x2hD .!sFDA#F|F_ܘQ!h#1BSRYW޵Hmz&cW,~9G|eRJ-Xv{٧i!]nFׄA_pL!E RqѥLt>BYͦq=9>=gQql˒ã5ΦϦeұ-+k]BP6rF^ĭOނ;mJki/~Y/IfiE~qɓxXH01YwFXS TٰCVń 7gEYrFxR;T>qX2Zl:x dFFC]#-^wdҋI*cc ]Q{?8wo Kr_M}S2~-lb#(ֶ"0Z0>}"a%~,<ԊtH! QT"f2lwXTKF,a ׵2D2Od2sah#"FĐO&j—MD8)bͦ/1:a`MD4$,^ҧ>{!F #qHV5L{#* -7('\G d8#S@F I $]!Z: (40ufFvW,5ύhYK9f$T<򙫍|q9r}ļ,sYLdɄ3/DڼHD*G_WJ8uhab\';2mfe2Zjx.#/3>,AsBS PץbE%_S *2T:3*]iѮlԈݴVEq:$ --BΣ"CdL+ThQTPXVUլ^KGVVzլZ#VuXYչ~n5V GThnd\n-]׊\ XUa@:Kx2AUuX^C 9WPǭhTR[R 5WսuE)W\\nV3ղzi륺JV-{UW-jUƫ:nW57otV*aK׺ne F*j}.t #8nY&+.EcLc:}Ȋ9%NXA嘆'tI`(0jRw25OmQej$ U^2?Qr c#%HrT )̌ .X3F 1bAqVhB&"QcGg=_\ST:)sS)-؁2aS#T cKR=XJ™9χ32yx>Rnšxn\G˼OrhPf6*V|<,#)#F,fؕtH:u8B^hh e\E0_ԓw:Ƥ | !:၅lN WAWqWKV>bCt20v:ᮡB1P*nxyo7pKq7]Ή@J?!@.FVޖon0 8vF-P`eY K85|Hz̔¥6HhFd "а| ›/"\5I\DH)^XYĂ5X`A L^ ldA6E8̂2ZAZ+E+Ղ9L YĂ L@E9\۾D|THaD mNcֹa;Я;LY] ί ;!G- E9B4 ]YBJJ+f,ޅ,֢Ңb-/DTJͥN^q ~E >YPVD8,X,L4 `Y :4Yd^7 (Aaꑅ+!]9^?EV!a?YE C]D4*AN R$b%2) e$DԏE:ۯC!eTC(yB5bX?XI"cTJe M% 82"e1YHÄ 9@HaWh \#Ǚ R X "A^#>N^C$& B=VY=Md4eU&.\`':t$LҥEz]Pz>k YJ"iL3DTmNΌT$~_FCYlRP~C.Iejff4߻y-m'e~''y6/ez,^eem%ę`3vZXDP 7hA܇57C Z@h\L5fNeuY_vh4fMH`[0fLV&X<$GOF\YPC?&T##b'fd%Y噑ݯ9P~ fMi C"QzNsC]M$߫ 2hgiTi'=ye3`ڰ ޥ l2j5_EZ(ޥ*>XhaCVNދbavEF BsiUeURW*tt)W䪱m5=)(]u )x)nQұP:T+\%= WXB9je`ԊWCujIBhI e'kû֦U932V=T 9Ae*N4,]+V ֱXA.+/l-XҜ+l:ȫjUq iZ-8mюUlUtΆlzmz+iXsU[%v.؂^ͦsmqŭRk!f-v npUB129OZeÀCta,`@E:A:㥂B*=Zh"a&:&@di^,]!0j0HFm A"Ù)SCud0D'!K a=ﯘP*\E@^0 b ܙCu`Dm.#+FhN\).I݃/.Y$6F`xz|'v .g|ge(/0mr3i2x~rԧgO){r+|fM&#֘](4 0]$ @A"d E9d(Ahv9  wa39E6.K 1@%FDACirkPjmE"IF@_DEnK_giv iNAh"?Hr*N^DNugL'y([0N/*O0O2VWsV0YS Z45Tc˧HJ<;${/{1;;RL^#P FDCM CV_ι?" N!+ۢoiCk !I\" ᦨΒx \'Xf?bq:E$Yj elFxgaY=Fz埼|z|xs3{gnY7} jm"z&$Pba d²' x9'UhyrI9hlWg}"Ye]9+2huF 9LDJ9lxksʾ=wf}G߽8 xf;gJ@>KXӾ{ J1#j9Y(wfF Δgj) Ј tbUrUY#n+UԫdzJZNbEܙfז׼^U\‰j|v߳)0fVKxgkVtgŚpvld׶}wnݻyxڣfryY昛Q©W> ۹w|x1Լٷw~|׷?o6lS{,i T,I5R͙t-h&|R!5T)^)w^rJDƟڧ)\( 4z BK^& #!1ޑIBr'B&׾g-GP}H\RH\HzhqG%ajQيu$rOHMǥ3c)XA VpY9A NqVU7^JrXh͉1 Cf'TyӺ5Q U.< EQdGwg5םהLF|ޣHRE,AM1GA"RL/ySLEk`[w*˪3DFCG9/5DAzzR4<`BnP픅c*U嶾m\ NXٶ핞sy[ަn2:FȜ=.I k^Ȁ ~ cFS8̍{|*S4DmQCl?)G" U 21%SBd׾<Ʊ; IQC#Ht^?*bߋ>'$E$r4KxBU@2%:T>:̍:ZU`-3WVsiUaeXQBfNiUZCNΫ;cc v<: TP6&=_48Iz;G§4 =P8c'ڇB!D0 Ge$ZKe=U{hY`ʐI4""4%:_|vy2.&=$-J>ԁmAKm+mym Tm{5W6{_[旾@}iH7TQj&dmBbӬve9aW\jH ]H$]_zBPDQhTm^K4E@HFD8q$b?ХBmBhCSd *CWxrf;\X(~‘iTmSh`.W3IL {]CRB5+㸓Ì q%?T2$vO/-f/K x\M[hCG{YG=:mSAT^\TMi8+-e|=nJtVŒ5ϕ9yΧCQG g(jss5b21Cb %#D"3ۦ, DFDxȄtCDFQJN4TEEHBb"uQ L;򞊼]b7K)i)Q$LMAt ѼrlɅ;bU_ 9Dz[bJ`ibN 3PU?7ذϠĠǾs~L_A~O_&-OUaТPXV.9Zn| -cjYsa&Cp*`>@E0>->>n.n骃`CaV k! A]̞BGA_vkG͖``BhGdv].4f~"wmahmDN0{OT {\$g}ex}y؇D@ e /&]#_D Q0!|P:*I1^䨤Ǐe (T"iRB)-erqqL`Ү=A B(Wހr,m CL[0a>dag)5|(٧ǎ̉&$nk"3~^5[GvO G&Ko(`#DmEeGIN`.-rA1Q~,Ac/q))| +"pa:h%-w0+K !Ќ(Md'J&hD 4E,M6}S5!K\ħ~ +#m34z'J O$[CʞjL *9D fd!,Ox& ĐL_A;fe=%(PdP[)=P#Q:3^`@A %`HҚ28p=6TRUUW !>( 4: ,%.qJ0@rZN:qE| ^jODFCB h|~(ꨱN.„4G fsyRSax dHBxd(_^faf( f~L`h(j1_&Ƈ9%gp f6H! Li.E6f T=ŋ:bvdfLNR#YmXTa c, T TG`T3oR0S- A6BcB>R>! j` !~ r#~5X?'AXEź()^cJ(F"[W {4kdʄRxa-I]_CIxLE Ha$a}|^Ef()rN`WMdeJ[|vmCL]J{Hc!w|w$i,Le@e QTJVxPkǗfS<&77tg7vhNRRImiw4!`;ljr>pvVXzVWyU>~(@J`60`'@VcC8:U٣M؅&WV>Y}Xerlj@IJ,K'N J*JvP|!0kKT3!x|:r@ rT$a6Ba #/>$aMwe$wUF~f.ΐ!,b z1' x'h0G{%~+ْQ-h*'i  8Rv 9l=8IA?Vc鲂+ݣ¡ ( c>pكXy@ۣٚ9+lkXpos(-+⠾ls;bnGV'BB E"PG $J 0yty _VG0veGcAtiRBFF xz 'A0$."u\Iʎ!$kE`Qi(!DΠT(^CO|Lk NQ,(3 ՖdqSOA>11z4 /kO})Mn2/7:yRR#zaCc! TkU0lW`luY.=ւA !+ > >`?v p2Y5s"DA uE4ʝu Kxd 7$&%)FZ6!ey&=I| d Sb0<&jfJudN_WxF EGGIrOtddIO|v()NDLB&kDIAҎ|IQS~uSűzfkܯue=y\.闰ѰW{;V *Xx,]X V8Q#r)B6 ́͋Cpsf>j='wA?Y*au"ȜxBH!VPH~L%\\D"|'a@JG\)dKbHc XyHWt(a^lFMиPy]6TR܄v@`=H85KF$wldQ+ydʜ DJŚ9fkh]~/.DѾ~|۽}&ށ\6D\q>?{; WP >5pƶy9g Q>$hsj{hU Wa j,MtBW(~ {v!wnG%ڸPtMF]G,ՄǶ._!q}G „d;jhMF({Gwm '\JlD& K睫B1OR$Fi/~ >ޱÚR<@C,_UC-qY7>L{!>;>R;th?lXYpg3(]$K(d^OHDO9&Y^'F·TD캄uu'\d:]gַD왟!>ܐlxKJDe)Ud҈) !󇬚?#7}R+?ߥwf:< MRz7\h,'rfCnD>G *G!SFEziUCf5iWO^5:զa~%6Vo}%:7苦A˷߿ L8Y(^xFA6iT˘Ġ 6 ӦS` 2k31)Ŏ  iCmc) ̧:KNؗ,OË 0 sq$}M,D\Et$BNC!!EY2{YD|rP:EF2HBAU$|d>DN#ˆ#h"%>(A6C D1PGT|X C&x'@%%B-h>`TM**XML_VHAq:ޢ6裐F*)QwUޤfif%bMcmjf h jdeG]8\L trIsF+vZA-G$N{1hDE3Ay2=qՌf9Q /A=MH~sYeDO.I&E/%PC"d:=L~yM SؤaԢ~ GS% '"3"iDdGx$~1vII?tᢄL9&UVh5HiնOq}U^mwb͍USqdxsuyӍT}e⌟ا"&d6)`,zJ7;f[AqǙuBg\~g-޾0&4Q7FD2FES|$ߨ`5*r̦%<"%m`5Fd{?YCh!$K%rQ4]FИt@cKZ&;9HLOEF PDСw8̡w)%x< ҩY@ ,3DNqr(@Љ4V ^ǔ` #%pB12ȸ5pcvxc_*G$p19{W8uD SE0vQIA Rp`CbrG%;"E 0&Y6wXF )DD.:A+|1%iASLX%@E#+QUI'Cg (o2 H>NS- =2}:dɃdž: E*TȩQuޙ&zA[wtSLР#!_69nZ3IP"X|괹7=<ctKPw.Uuɔ^ٍ/͝| 旼UQo}_9!|_x^vUY(^\;Shd*`TՇWxcRIgL*K`=R ᪲lމDaP7kPG󈎘~Q'7h3PXkh#dG*bHp7 E n8}PMrgtCg!r(I@xS2xoHÍ{l؃n6B&DҐ 3'KX@=hx0'n&?Pr!n9F& Bć/=ip t'|d0N{3U q(6lc((ncdGњ)OY^Q~&<9DFb)vE\ҡ=I蓣fF}1UCeXdShN%!R0 tr6 yBLlVU$Ge~d&Strsf1y #V1'i@j~g g%1!aY)#oz tH+C52psqsa'txґxdb [#i>\7׹wrw >%4IE#31Wp { p'w& \c<ddR<6=4/rf148"LJ!YAq *}1N"=iB208$2y} 'g'"rgYnr7{b>H&+w&(4QqgiGB| RnyyR>q>\ڢs> D FjӷhHKjM:mpXp'̢4%/v5%5S$//h]C/ "^wHh#|.n1r=|iϙE&$xGP =Rq'r{-q$.or"'1TzMDM BpL cUݤ'10Nk=c oACl )zn7ʦ{ʸZܜ cCVx0B>@,vԽ̊I{0.aFFT߷c*c$gA=H!ל%{$0$"!J !2$㔨1 "$&>Yx'+j r0>Gr$T6!$ #-] r>O{4])@,"!Q>LuW4!&p",W$O$Syӎ4qb'( 0biO )&7^AڤE/Q(jU.$28eLFpӐvN|K"yrH )V5яni&e8 i}mB/?O7p(k)gpLz E-*# noNġ#My h)Ës"HFx֋E&p2aghrCB>&Ae,GA3طq r&'X/U#5"905sHa}'f,|?gK t"8HП"h>KRJ%Ը;O!84<ޗ?:ኲOF> RUR}թV\~zئRF}:(cb4)#YX`… 5Kƍ2(0:YQZ>ҥ37+a ܼƝ[n޽}\pYK,٨͝kd>RK(=.Dt趢CG~|y%:,"|?ƟB@8hjr" "-LCM~n+[o7\qvtYuJ0LV-)ǟ{pQ!G rpOA-{\ʼnâaOPuA/SB^98pzuٟ%er5Fo{ 'A99c&aFc/Vq|鉦(O~ϧ!1HPw#7A}ZGdthĻ}8h.dRz!ÄB։*IPaҡr{emɩh[z`|Cnh_VQ5N~jE䥥z_^'՟^to?}㦾=o{?u!Q@,Tb$."74GPKֵAvY),˃zV5-}&5L l6auC+YX A`B#Ar}cxB'"?%#3B(j ҌDYE$+J4w`I`@c9c.AA›sD B*!^N z5D(,%)jF8ґ&5ԄF"FKA H)B9OMldXu ס3PB7G:Hd`)Њp$?<"@%ѥR8C] TUR9'JQSTTY9Oy)4 >uwLDx GYyC؃# BhD}5Y BN 1#щzFa %c75 yRԥṠ >t,FA%vf AS4E1ňBx)"%#i!I UjH'( $*U ه~5]*4dHD!V)#qH++)+YeU**KZHv>J3byM(JVDC!>ƇJ el6"OKr&4$h?F4nN!WUַzGRtR RhL 7CEhWl[V)(F#CZ0)(hXjP9& JR׽ފyg^M+8jpI$BEe'*vYJ ך<ըQUL?iuR=HΨu'& 9EOkX4"&PeY{SXv H9 ܊qQ&!T8*G^xpIj|zaHLEUC!:0?"ǯiS -跥4H嘫NpRk6@_JE##Y7Ui$O1q<C3P$T U+]mIYG-y 9숞F*oij\鮬WŖllȭ5 KX/͖ ~%򫆊\tK.QN&]QM|Fm:)J [ ֩IZ1NfLnN%1ގ(8v'cÄF/H#@H_dF?)sb' YDF$zryd eET#hIN٥B&^r%%&4X'ߩQ*%loPHFŌmV-䘦DP:Ƥ$~v>kzF.,.dlodv@*oJ׹e1'`"t ÎiBȁFSQPh>tu"t2"-IFIf׼DsO AD}pL#ŵ㒬=.xk]!d+wȤ< c*_-d`ބ:+GT.ЛT/ϬՏdJ D #N"R24zZд{z4LOA'1`Q!i+qt(5#'P,[>p5v Z+[.cA൏b;K { ?M2<Qk()&<>ڇ`$@1z7H*i;"+ijn# 7r1iy+?ܻ˒b>C$s*$)b"Nb)0A#.Y=|:3H:=-El^ r Nki"I ;_FpA8ҨitTpǕW+ #L˯jB,21IX :I8w%Y"(2 &?!2u@BH9(6(œ~҉YJr-q纇9IS p@4> *6Ę#뀦*+?&@"MRk"+)ixr sEk—*ҢДiz(щE uIG4t@ <˽tZԉB`$Y"*5}!ˊ]9,j!@;es_+q$rDTAف'I1"&+ֺ7Z [> 917gCK88QIChlȤ9 +24:y,A)?*RoS@icDʺzLģhBlIrjƺ$5dFZ3LxG1 `TM̦P\zE,uL̠Q̋[L ͸2&uR@dMUJ, A z@"9zI)q򏩡 ;z8*2ey<Td !zKzЗl?Ȟ$dP{䚪SDcza.0ZFrqByx[Ь\mSmu ӓAx/xK F#y>zՋr &YhinQkvƲ&Rm`ϰ9PPФw&Ȅ' 7_&Y{uo+(EF&{8I~&A"J!,/FӔ: mR/8#] fc zQ) ҦJa0?Y , |l` П #; 9/ξwLzt+Г2@zx^W"qyOj&?K>\3u%Lץ{b]o[p%>4n_X7{pkT2V{wu 9d$('O=轌HO@g0^|7.ײgӮm6ܺw;jp+‡eQa9ܣ01Iլ`hp;xMc y 8׳GNY#aO8.(n_χ$ 8 x s)XE 9X=/0RcN93@[qlu)%R-m5XRI[i[4XD[d yD?Ȑ\8cUS͕[UZxd)TyO:IUx 5=_<ԣ%-EʌL"CJQo9dIxUAהt69b`8v=JVdLJ F>܃[N]i[}tPHT;_B }x' uhh yr3K"SBSM(5dPBF%D 9̉k"ꨣN'Q$2zCH=GuZa9+ciJK ׇq @'!V-qcKA˫"ҫ}D\|ARm嚄3A -o '\q .M6]u;&, 7^y?!L BpbP4J2A`A) >8^q :8o6=d(5 jipWM((hI"EJ4dR)GhEWm%5'Lr:'V㌚г[%̅@;??]:SG:I JkV:tDJzbQ!ieDKoi)9c|pFT:?TW ǐql :HUCI!\L,TnfesE9@ g@ =Gk@0֣sT3(Ig@9d đ7W򨼰(QP-9 Bhs@#>.9\ /)P5hB/6!H$ !LD 5Zi]֦.x)LbZ!iAs^A-l@/LjÚ]( G(`Lo*0~WqUwY`(ia$lTl]J&d %%mZbOmIa2PTZ Y,gZˑc,y-XXc+TLI &d!ؙ\ȰD_f+4ђ+mAUV)Fх[獘uI.m"q:%y4g}o3IO|P8` >6q4@4G:moSa?M"vlCj*8G1J:Ih´4}kMfB_ UHJh-Wu_N;hZ5-R`@rحr7%Keo˥w& } $Wԓu4S`u*L-N\yS:]NhPlcѤ/oғD H3lт 6ǗMvg>>k&lJPe-QY B L]"YJì /5XX }Ze5 ND4䐬_J(KN-+WI(*HDciI%YVATSXN"+VfEFUJfeQԋ! Z|遖_Բ$lhH%]a`MWcHEi)aUt&n')fy9٦ d@\6^{x#W\9#} 0|@_uuL9wg_&cٌuHf8E|IJx#,bP %RE*0sdo Ư3(tTI)M- Hy(aEL 9HĉNS&D!&jp]Y5dhDEChIڢ]dXEJfU-C.EDFP4^!a8\4"eDAJ InW:5fTBcC&i4DNXLxFT@fy*6 Bz%S֮š^Gvl &<}}M}_u*}h ,}*}u-}|}mw `͔SlŐtHi]LE^֏9\舮?HSEG<.DKC8>ԏ.=8=خM^ꞈz֏n再OZd=Xo~o:8O>oVSԄ9C懲ރ00įJ\뾄Z.:DUP= L\n5OdD:D'ՏVN.)d )E4bȊ:.DDED9:XBKSXo!C: zLo9|:ār b<0T/82of3';B)]/H0DEJ\D qZ=F1Q1)CHd{KLmgE"qѲE9N3d]0.o8dQF@SX[̪oyq-4I@(8٢6j{ Lܧ~#} HX$7;ª2?FHޏ CpˈE[D fUq .Td`ZxP\ԠHl̠Qdk\$F ^EtC:Q-ŊYHi_K=WO= 5lP5"ChˡhL eūXXq p R &3]T:? ܤ%Kmʱ/8heӅkniq` [ѸAn`utT`s5\E͸GeiXǂ"搖 AD S00 rAv] t} h ^O`߻o4r=q2}MP2.gkן⃯u&ԝ+;O9C!QkT2$i=14'Īqv{7a5 3sh"މ̠iϠk,Z,3p9yǰbI,QLQYlqQfъiqsp4gd Q0a#LR%'sa+ L S1,3L)s1GFR9IEL"JEC[ 63˟R*JnK1R ME&KOR'=2ˠjqfOEqxë2=)TԶ 4P&TtfCv,LTs&ڧXPoUg[B(עa(hLiF (ё[@s.J_1,C7R5huhdWZ!k3Ԃîh'T; BXW. PfD;5YiFiFǚ~$&MsjCM3ÙHXy꫱Z2֑G8[(WsWQ G92ID9ci^in")ipo< qə80OB=ВTg(|u-ejBٗe9l'W }r[\TU$6uM L1JCIm(9(x+wi?^M^C+M5=?T׈D. ]" $ztN-& ?GI g\D=j2R&>h9n=Qu̇%NwS#&- JiBt(?iLZӜ5Y=Sִ1 =8jNZVիC QZҥr8%jOuBW Nzբ5]%[QT4AL ȰU<H } I㰎 eqm̊ DO8[A{ sHMrq|ԑ&(1DŽќ $Qጟ&XjjS,'&ӡHJR"eHrB*NVw#i̱d(1),V~WQV"g4? =<ޘD`=[9,sD\ Jee'[У*59RQucCې0aVܣI<_FQ-o9D!?qDrE :mvsPS%&BCuUaɜ)@2hFgE/EI5r\K8[>=QeL)FaHHv}Q,L:T#bWܮJ\p 5DYKOn9 i]mxhM+t@Z tͅqB<]9ע\: }.Qh9r4ihg> f9y@sl1e )= E()p9ᆚYY&% <0PDa C!33E&QUvUB ^\D5`TdubQI: 8O~lIbsO'n@{Cm2v@6 [ c@:TVB"ɾ;ô=E5*esF\:{F3g.7|҆q/>(&}\( )!Y(!"mlDN!ri@8jD2ns&Lr&P-ٞS`- "% p;&" ")o +?myR 06 a&7ٴMAʭ3 Bp.p'<(,bP9R dBEXi.M- A^nTSG-$Q-QԶ. ?KfycCGC _ ߉ɒ\@{8;OFF5g0'Z!HmB"w"m75 G8J$9I 9e9Kgv,l=$5b.爲sxbroNpB(b&T&(gH&U"2N:`p B ! Ƈ20 14#C~a:75B c3%̐X D@3\|_ҡ J("D.D[nD%cbB<+4 ǎTE"" i[&EapbTF%bdd0h#H;;+6#J%.a`a@@j !Z+2tJ Z%JJꫴ *JԊT(꯴vSwhvuJ`ZwvWu.uסƎvmƒvz*v8$b$J'K{ŷ{yWv ċ%*tSԡ&a&b%JeLTP$.l#\%ij¿!j- G6b"ɶt~J^%! 1 Hb:JOaC,@\˱C>k!Ɓס wԢ&2b 0qv*=dX'vha9>:h&jRf8vB9DmRb!k1\yc6 -vbG0|X'`&n 5l#Ã/7pspGz3h6J'q98wKs^ TP.$ /4ШH4TUbV-"g#3f0lclVCΗ.[|Y4@8I4\4oשQHY6vY-/C%"\꥕Vce"48܍(#p0hMeFB~V+,$ ĝ? SnS"#b+c9_]Is7489R.A?BE4J#8BR JGpAfPM(T*t'k:O4PB1(sga:'XR!A,V<||0Ubj#yx2)Yt Y%0n9@h016 W0"\/E_Aٞ1f4SbZ'/BiCwpCBj n3o4TC1-GE,D+bɭ9A:]Ff6X-!'7+.I/Dq1B1n%W0AOƩe Ш.;[pRaT)Cbނ,$fB\{ [ƺEsTvI.02;\lH&Z:wh5f[z^ƛ{cMGs(, ;R4FBA@@O1Zi_BHUፐyO(G/W"!RV|q1Y}ƛKNs%Q.`S'oi:{N\ɇOȥ|(ȑ#—T#TFӻ%2m#C48SC@C@λkYE`9$3fbV޺4%4(ЦGa!@YQ2ʖPRaBf\mWƑ%@CggBN% 4i-!AEKdY\\pIe<9`q8mlI#,!vn,,d̿mD4wAg!Z]Acx.cO&2HT01V eZdw(-YBAZp'6?Rq=vO uB%F[}_.dOC|#Єe9aڅ3l5yJ Q RN ]ʡPܧ&>)ȟ|kMJ- zUCtkoVOM6CSunbBHTf=h_]-qPؕCeN>^i7*mPfs15:qy~q>rbppHH뙜z[D쓼ʙr)%%,cBx*D0%V5(얙-Ÿ})X\TY*,]8*h?,T?GbAd 9SYwxߙx RwΆx/K9YjE+̚O7LYfjĥpiArGnL֣X. g^D ۼ$Eȋ81b;~ 9ɔ+[9sQ:[ ,s͍*m(ͬ[kٴk뻍;^Yk]=)m8 {} }zMDyYO*(CP%T^; TE. %FZ-҆.>PWVx]6"Kk];?)(XQx$;#)NuTF]"SVUFGHUAmB!E>&X]{~ zyg6i(bV[[oљSmi~ j!ZuXfI4*=xC=jkc+,ޓ+j,bmR챽[,f.y[bnKm;,l֫o| >7= %$Uޗ$Qk:4 КH)Q:2уaz=xѫ!RjB2uO:p)O#I=oHD[DcPۚ))1RSYktTD# Ľ.|O!v ӟ3H =:S5Ⱖ2ն^P;~1U5HEE#S6 +zÊL9\`JXfd{VZڢhNnVJ}_=pVbǣ*f\Rx}~ꯏ WSHx6x9bmx`Qs\䴑M BD P[KZĤ#4+Q8# }d*GD\$@(+KJB%v3~F#0DN',[2O:Cl(!IQN%K FB'9I|a*>q,gCI5#u<0yuĨ2|L#D21/{L%sd21$#?N"F$%!cJĤ`c)Ix딏%-K# /U!W3) $\ "Ƞ?QΤB*b:  F85w%IV Y|P?71pD=lM~$-6In< R& L" GLF޴jDgb^$E r,ѨF- 9:R}Oz?v//fJCϨLmSwDLqg`XP5BP+K*8h~ED͟,L"Dz&iʉ7yjڄxD(x2I$ J!e~?d0ҬgHF"GJD$EGH@cO`|myŔ{[m%s8괎PGw$oLl䕮l ,CJVZܵd-!]\71%x^Lv7tducKiW%/b _!Ig:OBroOõ %B+j΍$)D5>w4P== Y {violZrҟ(ix QQ冢DE L-9Ȳo;>wnr1Upw))wl>.sI#1S<7fG".Dtm4!dVARIҼ~Zk $srAc ыˤ)E-2Y|›Xfp@ &`;X }Sf O,kҦ[R{M6?7yۯrv;Sn˛Ng>Nh &R=bj,s+oYlm{{nE8ݹ/BMJ''ĵyij3s2`=w6IuBY.'M#;xx' HE3*[}%dU$Ytk1v;D| 3fUxrxUxyyq0^bp]pxqop',^UH#^ K[Ms#dE!!`-MsV_Od~RNxi{!"it% A|BNǧu-t#R}Cu4 $QQ%O3|$UMĄ-?9'BcU$QOZw"!NP޶f'obr0 F)h=Hñ׀ ,Ԋ$h^⊼oh؋悁̨È8ˈx+ Ȃ d+W 4`R(+7Ȳt6+}qA1912!4t:6!24L44"Dw_51}MOsWuHwu)b7>TD1q6C6*E8XuAQZ%C::[a65vP6xZOS ZC'f 0 1gSwTeYXxgjG_wK 8q聞&!Xvٗyp|1؂ IYyZKFQd%P>&nWKAE/v &$!MGX4Pop2/j&bWзWVA"ٗ$l@PGd|96"&wO'uE%h$A@j%U@ R)TI< 0;( abnfc֟ᖂ)xYH^> gi߁Q5a %y~FwDDsPtw: " Q&VCq4朜i<1rqlItYs %&.JvGai}6Q"ĆQZu1%AaQ:dN[4rC~{syOR/wSFnm@H D@Y\wx[: ,h jz>s>a#USlRq`&ѥZm2ri Q!& uL U}V%$/& fawfvwX?ctc5d@VEOX3 R@s&Bdgy{A?0dJfz癦Ux(1@ s Ffxmاyzs q) uyȰy{ KJ ;_zq`-$Ampe,cLm#}P(M& EtZ{cuc!6+uAdUrw{Ǚ5&LQa7  u" Ϻ Zsw(5X8LvJj%Z:n nǦ ள Aݓ\Zj븼1~f Y]:aUCt6[@;jF$Bmj=DC6io{ɜ2a,9Xh;Y!#eBSgZyaRQ4'Q^zy2l D슷jٷ𷁛S kXy~{&۰ZJ+w.鿒1& l0*;aJ_p}hNDAh@L˼$$X(d#T&\E=ae{VZd##d;'m(Z= $c$w5[8w{x勮kc)vqGyKy4ߪ4~!!V5!% WsSM5/WeҚl9\c% E[Ǥ#Ҝ~vkMs2JuM R($\e'$!z(q wy{֦aqƷxnrAfOeǘ0=U``+/2 /GHIJ+pllHl*DHL,lmLа]@L,2lM.L,]mӣ,0#2r+Hb+spӰ..|U"`,_؋~ڧi{ZL i_OIKVC!BVOe@:4V'E1V!#ew&Tc8;K95:~[~ 칕]0N7e ^p 灮 獮p n_{~(JKH_A ]z(.Zs e%QAynnR:dU⺛ NzME/浲Z}RFcO~2c7r9Lĝ$U@#1qJߑf;h4؉snur.И~>P ^c]:e4X("sG"Tez#.? l@mR#%$VUA`:;O5\|X*B'  5V$M)` dT^꺷8%_,yNo^ \;pf>[lto|m|鑑]D ȩ `-,gZ"Mu]r$q`Ra3+d>wK"$tP/|:#rȔ%a#T PQ@@$hh&iE {`k6i &VvR^! MLeVkKn`o~/Cy2` N,?@hazm #Ad9]4 ׾ !kņ09|G_5=syУtV+&N&WhRЈJ|9,EJ̓<ӆ6gφŜۏ^@_&\aĉ/.ogJ n|.Qq@Z+%ɱHʼnV=!ҟ3&lr rDFʣ+-i!.ACLKl(\4ST#x;gS0ωPCՇ5`Q,Uye[vYE1˔-;@>g/>>gnH郘ZN/Ԩ%</R(}]kj=BEj( QY9zoZu([,9 wGY L%Vȥn,}r<(hr7wһFRg r. g~/bO4x>4GNdR~zמ4GS0LpNunW{na?eq?}_?ͯ~H0^?Oc`4?Pl`2Aeg~ ư*Zؿң1wb00$  >O CO|"tJH 0~wB}8hD! |_ ? }_2 o7 `7}|Lz(Gd#@F9,A@Y0z}>r5MT ӠbC>R;ESM`zE^YdHfBal#Q*sJv!q[H{K79772h$:+ 8rXُB-tpqCpl YZ529VEC>|?<C 0DFDI<|,P- 6!񰢕4i# 8J.2:J!bIIIɦ : :I JI*IlIxI%4ʠ,Jpɫ̎%z"J%J2J B6KJ"<"$JˢTʧLʡ|I#g|hBi{uHpb-I9 IBJҒT@N +R8B}x\J躧)P - <fPeePk]=hhkVoiEQ֥#\H5ٕu(zᮧCdŴwH60vhyJJNu3j{y:K(8:kz0Wc9UU@R<2=S0`6R9bЬmٝ5EYmZڢmPPr-‹/@X]a6ʝt3d, I@%G]S&)ˡ 2hS&!8Ia g9CWYgR $YZAȓAAT4dY3ϙO\Y-U\ ]{/ .#Jrj+\,%1B@%<=*q,4q[z3RxC<Ætbċ88j`Y]Uh\+U\$ĕόlDL8_M_]_m_}_____M_E_ `ed=Ygu~f cYq`_>~^pY,:HjTh?ffSX swu7X(إYWILu&iWӺh8/sA`∼USu-Mb8c3aݭWUUƒ%, f^[\U(-T,^<ځ)}S96/c1Ֆ-ߗ} 5nebcY\# 6Še ^Z5q fn`e`ne,P fZ "tN qAt`v?ᎈaRuuf4ԢKe~,N-eeRnO<2V3feW~h =Ä`hKʶLtɎ ~h^๔EV]FipIiiKnKjL>﬽iKVI`iNi~.<飬&iihfjąljT j,x?N+*LNDW BP6FA˖xKxN^?$戧ΨjVmd6,&eOZ_2-S>AhE_fU\EX]VLfƵOnd h[, cbnci`[|ZfoD`T)X8B`u M@^$2Q`:6j!&~ sM(*Pnnvڮ>h0m\\Oq_qoqqqqqqqXvcKp r{Y>M0(JC{5R8BT= T8:"oUc@S\.2n!nP7Ns_&f@b Gfa^CEH'ZEtBg@goa^t Z>j35C4/qs:oIaqbvjo1R;} T8FʁI]U@sߍ<|>"w;j5?v6O|s8gvgv fFDOFxLoIx^`g`NxNZvnAe7]rXW"<\/Ra䈸א}8FIWx7R&cUfzJ< Ux8AMQR1{@'P{Qqx2I+R/)RQDښZ3ad'G zgzq0\_˿|||o_/kh%j'/h>V ^e^Z^N} 5e^8F}k@g[gWgq|c7zeʷ c/?O_oց_)&&Yk RO{3O@ 3H!EELCl(P>x:"+231cheK!C,#Şn4qɗ(3x)CRS^΃2Y3͂C-RKLwauU΂5Mt"_2qΝ$M+OxDRh[L#LYc_>'N:)V Wh?Vĕ?9>Tr` 7.Úhv\uJ۴_ 7l^K~={Ï/>ϯ?fS9h&נ L`>rOXs'{zIkg"(bq/ p'rǹ$ʹD,<;ܳ?t/LǠz;0= CڴWc[sݵ_}=gר G BĚZ|ol1`+m!,22Lx/ ޸C>F1 BKhU {n:-;羳 ;:_(ץ~{<]s)skh1ƟX z,r ы$"Wp CAbv1&`%40@?W`d$hF:AUC[U>YG R [02! =:tP=w7P! Ѐf01EX,X2-nY<""h;1z#&$340I|Bמ*ӝPuK&5RezBWNz%O@K$%-INg|Tc>(KOyAFX;p>T$7p|b@\b @h""fLԡ'81fQ̧=34t͢9(E+GB* !sĹnjA)IKjғ4M˦|Rn~D,)9Ws1o"* 43pbDڀ$NfG%O]% *WzGAR:?Rg&Vk2iKbm55DMjQ]n]aWiꕯy][SU{,g)KW4>h}c:Ei@Eq|cOb\Q{(d/b[ނ K h [..<}[ pEbw(wzBt d,EI1jB(d3JbA؋K*`F:~Kd%-Bb2e0SK`0DeKWra)#5Z&-i! bm'btUxw1_F^ؾoR <"3h`_/8 i2v" eHI&c%ypS81M\Fg#ΰu9uqq4pFԋ'Y >%- M+ ԂT:=#XFFL<#F 6 Vo0B`!\,@1kH EUj ,^6gC;Ҟ6C kvJIG'#LYLba^U&3V:3\YobKK},O6uwP7o^O#nJ8%D!9<29kln7FYE =Bz ;sgZa7JK~)KLթͫnc=1dsjm87~(tRB;1Ox5,^k]?v?]Xn]v+RZ: SG|: ږk=oc?>E _ N 3Ѡ ^`J~|A`MM]|RaZJ_ za!hV&M _JAaaaaޡ``5\![gA=/ )b"`_c!" $!!V"i(F"[""#F$.")Nbʐ2a_!ka//c0 #"i] WEٓ=ڡ)5nDYYEWhفq.ZaR}ݙ:؋ݣ>љڟ%Yi3FI#,6׍9Z6E7fؕe$\Gedy#⺡fb(*&\[$]SnSZMT6 9-!.^Wjfrfg!XAhfi8id-dfzfmm #hhf0-be-!`0oeX"SQ% r[ڥ\rƥ9%%+fg]>%xYbfVfYJUbD9"n~g&Jua{ h`,(ؼ'eRell%8A LA#l/AP 2&H m X((Iho g*&'z.* tgx[!Yq⥏Jg#uh_aw'Fgf*(glv%8p=y%0|X`ACmi`Bm4ዚTri*ꢪ2,el^^V@6H"WdA/ ܂m 9Hw^X `Fxvbi[*vR\b)j.JN@'&>*Dkflb&z #vrX&T$8 ̩jj bijw%le^% >lUl}PlҞGƶ~pkF2'JPjh$C0B@!Ak/|a8B^ di4mBa8К̫NjI]0ȂMLXX1Zt,ʙ:_Lƙ|EGtH܂XVE#f .I&n]<٢j-! Sln@^.dF}#4IEڲNXM*.8n.6jݒIv#љIّ%9/enV؋Z#~|7*CX~RNDȊ|T.R$P Xm!@j 4/@`+*,6!f!)N@aEQ0S, lĪ\b wZ>.ӥ A 0Ҫ( ~9j- z1!@m/>+0.JX[,҇+Ҋ S"1"8r}qgikgk9Lq!}J֒2r) Naܱ9p0 D&(3&dzԬ&2lb'Z>q2kq*$GeZsw7gbsa+6ksc"(&#&2qk<0.2a0 3,@Ko*r2̲jɥ@3衾f׆p HjoLؒsKK%ts'!C)4Hw2'NtkjD(QO**a-/u4Hު7gƎ` }X:Y5Y pub'>LJM+>?(-O0J 3p lpG(+@tUUW3s3vkkLv)lr4Huޠ+iPȫ>4ei5t+UC6+cWcPXo™8k6by̳#(=ykwrV}y޷5wVFws9=Ƿ_l+Jm7tYS@DT@`RsC*XP)AF+hT_whgv71 ..X ےWno5yb ܓ[p9zCyOə}1[/{yboy9[yIy:9cc۹:oy+:Lj:SkyOz3:?[9K:z[/{oY7zo>KxPx[a2Tժ(t7, 4ow1kB,rҪgRȇa0cmN s95>+&"[`&\& YC|]v7Ȳg'}¡ #B*[UλW~u77|<~ls2a[60|BQ|k|W<7ͼΨw<6|S=O}G=Z`>))k$:zC)<#d>ڶoH)29?s~? 4 "laĆ Rhbn$bȊIN4yr$JA l 1J%eJ|yf͇/VhPC8jVRKsjnSsFju&[Lu>c37&un\sֵ{o^{}iAW  Cz^q̃14He 1L0kgʐfZ惩9jmٳu{ޠ yur˙7DTN60+۹wK,Z|ɗ7}z}%z|kbjRUu߻G/O@Zl1'x1Aȣc)Gu g[?\ ;$qDEPA K|qKȿQ?oE9qDRGD1J'qJ=,'h yA$ԑɄ l3H4{2:1idCSE$S (eQQ ]RG'sdq$:pl0]xl5,)rN;t7TSKJ<4FQP&6XFwCB6)8t`c}-?!bt&-$ KVS=skmA*iD2/D 6@dsSck:L`X B$$wC[ڰ9,["NajGGЕ|!Bƅ2sCcH8/.. 4jҏk:_džє bi(Z^ngp42` a 80XKDgR >x5_JCrƘt#KixWIk*:{ΧAuݠUHT!Ag=c(G T(i|"/6|?!t3$iuSī;]b|8"\p 4MU63ť`:L4ϔ+A̖<"Cte,7)^sN'T&J!,uz|Vj-~Ta%XE*'zJ [GS9."AYh79sD-#?no.u$ ` 6ZnİlIf.h.du*DLjP^ w}t+L`[P[D'4#iܞP82,dJ 9; ё(?Y^*CHΑ:LIq:PIUp5ьt8K?h3we-H's :CRbX Y#2Q @4AYAm6me0?YYFr,AZˆa#i\&~f1,\l#9Ab,#zn[]G"=Z?>JD8X4MLZݣӇkW앭QT9=6. 0 0|8}ʃ2I$@"r*0* O7; Hc:9 !Bp-S- !"/0RN1NQ%1. &2'f'Rk(! 0!#/Z.pJ !& B2I.ʡR(eѵв!:AG/4xp;&gh2\N\( \U:#V !^vrG^: B:&RG2237g&f[[7vz698f#gmUЎ#ihѳZx vtK a2?Jbq"aa >Vn!wv^b "oU'Nv Da-6(Sqk xFpC3`+7x=[#a zu@+6:ݖb!Av an!n bHv9Wv֗!iMKi{g7B%Iqr(i)sQn'kW|}e2}Gs=wv@ KSQmgdanQAnV FcwwVfW9(PzӮ$!~__'n&tP.wwcN(L8r0p~7v4}rtXx/vdwnyab#p5NVsHLJE"0WDX$x!8qX[VVXuwsG?6v!TGw"x !CXsP%29qC‡=p >I9,#l3cN{Ix fQ&jxkX4E`(s9X"8vw"yc_ BCRNTkDIc#"ʘQ%"yC0bٙ9z8iZPz9ٝ)Y/ž)Ơ!z+Mߨa٦aqU!Nz#t"Vzڧڟ⎁nvl##Y#™9@v?dš B  4DX{.A bgqfv~f ScM~i~}f}Hyƃ({֯7}E+]nO;! ov'8պ oȒdqif@|&W"D 6xV_[YD6(qT!Y!Y}c|A{M81[{z{#xkzvۛy{| 痞 Q‰փԮ[>;z5ٺO\[okWdwab_oX(" vxLx]:YJ=:@|9>I<ů|\T xp ƧctGy<$ "k \-g/΋ }'h3!y=趮% ;\B|꼮ʃLu#\#{藝.ʁ#۳,EB4V9E^ 7{*>4[.O8񏭥z!KH>4 ?E=W2NVNA=X2>UzF@TCsI,?ngZ % }!Tz-K_sM@DWEmL Gu48#J`ŋ3jȱǏ C8jɓ(M[inKsFIs(L Sϟ♛HqŠ 2!M4@ȑk*pb@4,X(,h_ku vJ2\ ńہߕjٚSaJ>6 bH<(K,%VIt31-4ͺ|l๞M>6jn;xHl+#УKX2WƜ^fNJԳp⺵me)3$O6샍i%[Ig M6ԑ_k=cMF_`h}hdy-$w='&fhjHO4)dVڐ!yjv#tJH3INI%F@z4[eZ\G*暺UgJؽy^xPE?hX_\T`*f[p񅨢.6~ H8Y ~qE{*gE&kFEÒ 9tDT,Rl B -lFDCV.J vAJ mqD.{Ѽ3ɑ&Gngrʴ0kv޹SzgheqU*`6٣1 !9uLj*b\@|z#Һ҉Z0ibċ)ECόOO#:Ze-afFm ;l4LmN_9!$+):)|1i 6`_Ίϭ Q~FL.b- ظ-Gh;mdӉYP;#Ӧe[}ӥͭ뭗]o=U8Ƅo|^zKS\2K=w`r&a$8Nl0BN5T ;~ ȡRCU7 LV?)ސƾ/#+!M6FG_.M'L#p@ :-q1~{1G,002@& 2PC T/ܢ<Ǘ)+ {Pl BABfY@! L/,ZAB$#@R(Bbđ'udĒAD|h^ˈ$'2MEP/]Om)e,iʉҖHXiG/%rKb֋z8LD}6wjsgNK%g'/3>ˆ?H9ɍ`\egI|ϛ6ԗ S0e/^}yrlݑxu:T=;/|NxKEt8th?#) m_7VnHw_5OS"8s3{g/lsrW'T{@{! { 8&8MT% MWrE8g5!TywxDŷ~wN17DXG8i%#фZ}#&X.r}z7{ g (6cHhXJx$ s.R~Αė~FuFԃ\~@FXxH:Glm!~0lU7C;xtwD|sYxX,"b6da` hetVZ% afUbvd]dʵ 0d!cxageIؘ_6a abffᨍ&F_aec6pehb&E[_fV\Ehhe'Vf\ɐt8v9X`؎gpdȏ$f$ƍ#!]i(v ƅ<]hge\ Ya\2F^YhRj&i `J=F\-ɏE $%PC|\|Nn|#Uw4$d3X=i7а<(&#H4sh~q)|wh(?ԗ]iYr,7r#.8M<pVSd;pds.1)y ;p(pr6P5II06oٚYBsSY5OXOH"9鉮Y}ڷ턅GU! TCU(*9jxWɠ%:74҉4v *"9'I١]#(:7z1v8kH%h5  ypE?:+a{ Jti|Z5Yy (;s9"X54p ezAFlq [T9&q?AAG(q`X0Vp-IY ~TYV:TWʙ7tvWF0_r~QLaVQzVP 4H,A UMqGxpIs ǭ©pK/ .霍ԭ}Pܱ]KQ!Wnz5|ڪ!̍T> B[ע8}E;>ٖ}ԇ/HS{-wԈKS]ȡޢ!}>S]~V|=?^Q ҌX@ڛ3G.[RͼvljUxѺӊܙH[>[a 7 Aӭ3>vV=\sgjJVVqR͔.ҒD~=QX0VD '9޾G<]7<\{ ,1 ;,IN(D4$nK0,{[_, 6ñ~tBI&#@~Zç5 ĩέ>쾧6 2|ҔH* 5X~N4qtUWըz|YؠI@~W8_ؖp K<*}ҍ1 FH/.Cҵ|6瀹⤛Q?doMycX 1To[/ =I`ưLd3D_' ϞT;._N_(Mato0đ a0O|ȥދ_y}R<Ɉ\=שNZN faO6rOa .چ!c/uO\,ٿ kOF$0=}fPߴ// DPB IPD-^ĘQcEYm0h!MDRs^B,T <3'Oz5$.7l,-DiL2B|2>$͕I#}D )!*q#HQG%T 0ыzƟf;lV[ -4Wzh5WY *-VVdcc6¢ʤ=6\۴]YbYYG2BŶ_bYv]xUX^w]d}Yz 6{e7uW_q%Бx]x\s$oVXu!^X U 7N}]\csec]n1EjNhay0-:.f^>Q\e5%TE;7ilFS离Q% $LAE/ ǽ'MQVt:Dub]ޓ#5Ё[]T@鎂ztv/昧m'L>x1Ӊ?v(6RA8D"*D BÆ(I!-c"E/!TbC6-ro}1ং`O5"y#ú3KAX=!wDc~da 6 c8@QL()Rr0k8ʃT΃d&*8J.u燠j '&蒗EPPZ B,NP  `|`p!p^ӝU5AW qb=N'YzCCAAֳrhHZbd gCQ%U`-"[.>e;iX|P$00d,MM ,4MgeZBRjFe;@#`:=.]T+Tbgф䓎D&Rfҭy\2(:T'܈I.Uq\!>6d  C2D8Yʞuj#[Zط5$fiP/BdMH<GDtlEBVN@%C)tF[K(2imE&2h~3 (tB-B &Q~kb3)EJ0$ӕ=Yk{NHA-H>2η#aB##] :]>! )P4;M|RʣmE:QG)YE&7?3zR mnPH#,@^`b@+j \eV ^Wكp!8G h28/ c7`lhXM[eѪ JQ2::GcX:! Cddg>oҒy,W!nQ/c{Ka j>q4y)f9ep+1|@CAlC xkq`Oҋ6hA:z˕^s w?j\-k:ݎ7Ν yIjL?>Eu}= ?/;ľڈ-9C1@LۿP,Ċx02B!%pC)(L 6] PkBo[`.07tkxx>L;MD mDBGnjFqnu vdG-)GxRST,WrE[E%tZưhFx.0, 4 2_LC (ď! #\2CjA̳!lǔTɕdGklI 19BHB` &0&ĶhrƱ 7pЦ\+ cI0#FD KADN[DC#5(cE#uTz8*==Jm.mRq{RORPT-=193R=MU5]NmUTT%:Zӵ{@Q=>T]1@uAU҅ә3VIFGR?r}#-쟛\ѝ|p׵LN+5PWwϲ Lv55Ѻ3[WRK*ivDBD׿WFL}׃ ,GP{P84a.)Fqb89)yb95c.,->d6%62vaHnd*;&Nd(cEcC.a XUQYF\߽P PJrPu e}圀]жL\P[&eOe`no5TfY̅fmf`nֈgVaea f6(k>WXN`,fѪ]N_]6?bG#Xg#dNhF̟gERٰoJ'ϳ&,꺮ToRM@4&2,e"FʱlisB'uYQE׉ꨖjR}\h% 8a: hZ7g# P(4 `0TsSeHi\& –N&MM!djs=ɧ3zlF/Я=ЦݪNׂUܽ}Ё[^谵`M\QSUjhݭiɡ=J |l n6 fͳ8'kl JXNf\.޴opgRX. ȯ66ann6 HHg*L],J.FPl:qsϥ=^mֶ]]g~qԆ5ϝPYmw%6r&!-_f.8Np Uo &CpN \$'JNvh `pہ X& /:`kN!;H6 &b"AJ3dKN&t>tQWNd3tO?u ]uSWuJt̚TgutXuR/Z/PvE_ubc3u\WK7da/sNi[\:)6J8GԄ@sXA*D `q^ioie,*J4y' ]$w s C(ؕ,sm,Z6 y {֊ѠGޤ y,?<#^ʈrܹF‚& )"Ss0tEG czw7/ Kt^n}~gs?o7wYk7?@N^gQ lp5nw >kle:Oh' c5+lz{͞Qx\pl`sҗG>WK8`c. ݆vۏhG{`u{ .g{{78ϴ(l#{w@߁ qR'!{g,Hwlϧ} o  }^7}wߧ414_È8Mp#"FsvTcC4AD ɋLpq \VJ>L Džϔc + (Sb6a\pTćZh+ذbǒ-kvYc6mڶb冽7nݻo҅/ؾ_{%հ{f,Wȅ'C$wW\ʖ\әAmZqb_*6ܺw:jGӨq 9iMH)j)z):*Y@%)I $Cȭ[SRY5%DyE K~ifnN(C+ic{OE^ \18u)X댥κ<(O2b;#;_^ 6_;hw%VafqW?1L0+/a챋_j,jwUDlYFW>fC}4I+.λ|&\sfXۅXX_cZZft5fvo{5`ig lםxf{Ýnx׋}7y^k?^9oM\?8jgf9rۭz]Ng-xNzߨ88閷n7meM5l3}Z=, 4髿>9Mv}Y&"34&)+f0mll#V!J0Y6@5_1n0"̟'6A6{}cπ&4l}>!UʆYe%2N|"؛R"l*1 th>Jf<#>Hϋ_Z",udJH";GR+ ߌE9ȯa$!G;ry !/Bx,G'G!Aűэ^&]a YkDe~E|&4)iR. 3iD\/S>,5ʘ舑rNU5Є,jtU4keUfL:ժ֔[=-jS/(;AP4J%njFa[n 6:5D̥9-eJU/.IVOp&&g":.vaԥ.s׽[G[^~o{a`z8 Ʈ:f^Gg`b/}Cv_Wp[<_$n/D X_!k2܍_i:[dz1~/Cc_Fp.?np 7k0]b6;12euS~쏫#3mdv92e'YVbBSZ&eJWep[|'8rڢ]}8VWDX.9F-q 6xA^r &tiS{v#qmkV{U)+Ӎd/;{pTlogk|VvݷMl+O2_ p.F5]%׽mۨYe75k>)4ò%-JOuweLXNqu޻ԟmjsfԷ)^{x5\j.{Wznbs*j)?,Ji͓w=׫s.Ґ6DVoY~jojۭ_ձ*Cmٟ뭕MO):u6MK>ݻX,YSܣ\/ٮH߽L?JvgSr~)UB!}ՏJÇ?Gߪ^ő[!_i16AYʵ^ f`K=  B/ mƒ͍~ֈMYȨKK| YyM_j X MLڼvYbM*Oy!ߴv\` r]2X|6Xݡ`` ! j<N۰!#z={) d Ma0t!]<' r'" ,O&ʡ|C,!Y/~"n*ʒq xV6rgE FA8#9c _ۍT5 m<*K >`E>]^{Ynu^ ]\Bх_e_!CcC m+93cH#_5FG4#K&M==L$M>9֤.ϤJ]Ky$Cd%!%-Wb(S&\r5SNeYaT\TĥT_$N:NRܙ %\fQzQVR]~YY9\W%)R&%!iW2`rXF\%eJĥg&H7LBQ~Ur$TCn_n aZF䉸&S^%doŦb.anf^:Y%e>N~O [^c9}sL^BhĦn?ƦiVvnvZrq'ylV'CRw^HսIF9s:\b5!}h'}``[e^؍}yW|EN-Mp5 ,ZdDblN H D("Dݰ(x(bj! +~( NhbΗNO'n)8Lٌ)4Xrܼ蚢1Mdd ֨NJO(2e~`r.;vW~*ކjb4Zc6'zfJQNjZZ$ildpvBe>ʪaAbn ^FE۲'bG6Ш*\ZV[ eFѫb++^fJcBѸ_j)f:+^lςE˺Cv,PlKի׮-Z`z-g;k6<9!j>ƙbFF&rxFnHd_X\b-nad=.X.ㆈRdFL.(n` 8b Dn@i֦F.ҾbxF"j|-Xm̦0.`]pnRRq'6N.2+v/>i0nFĈօFdoEaNg p.ڮfnc` :/&BIN#fJoP2&pn_VeQfcV ' fd>&f`%mek>- k# 3J ﰯ W-kq0qo1w0okVۺl [?`// 11vfG+H+El^E߰>j? PY@Z-{!,"o"sf#S1>u2/r!+ ϲ Ah {-/#2CdUFe(4?V A:3\43ws4oLlvHN/m dm1^2P =߳r 3 s+_<<h0iB*ψ&in v iC Ӓj΃pLi#.NFMFNC)lNb4zߠtN;QANThQ),#WLu5"Ub|i5z)ʍ>s,?T-p@q.t4>`GQ]]ˏ?q^s@ *D^djbF5c5;,{f636o6oT876g?gf'kNvk,0/a]^36v=6E`6pPakmgObnoooߪd,j=a2+dńv*c_9cwе2tc- K{7w0-757\_nf1/ǂq%q|+/}G}'7cw7>wppL'_ns8xy7mx+xtF+Ɍ˰;8ԸpVx۞̤8< W;브38븈CVRCEǶ'xWCF wד3w_ۣZ:B{W> څ)֨:6~#ÒMC:(z9E:=×,P":BC>1\L} ?6Ȃ!C>Câ:t=|؟9ySݶbֆwEԥ1$WdV\9xzW8w6@W\6xzWtK?w{WwtWx9@?31x}Ww:\@@什_Cx,'Bp8Dw!B}J1"*G"sr(J VTC:JK1P %4($v҂#a^hPJB8fH}1*dQ 'fY"AtT*4K<>48Rp[ hT!6*LN VNrekTI6y”G.&YC>xqǑ'WyfE>=9F]7isߝ@yW/i 0]cΟv׿ P .벻8lä-Q) L(uf uY CР<2hh- יɫADA F"3łPN2))3)R+$MYlt K0 C!Yp 2G/jJ%2ux,*ˋ :8͇F >pH $ Y #1L-4MASU' bB r$ ! YRWDa2:B9ԤQ:@i+4LK}Xm<p JUܟT\.Q\$GEy#RrASLۂj/-9Ay8+YN䕙`Vo;к YymNY.;Z#Cxv^ذɲ Ddj^ ΃&ډl9`w(rf4 n#Yɦs2u%`3=`Cΐ 裐 rV})D'ڍ ׫i:1IS(!HD9:(I. \T '#ctnpĥ"q2 QHYHDr.b cKfDr|LMlr:%R%1SN\ FtJv1(&\NӉ{ #)uÕt۶0XGU"6 FE'2Δ5 h(LyVB:5O T.?7y*'`ApY7lB,!Sv[&68z& #2Vph @źɼ ^arr< +L!:bkx+\:1WmrE`kݠ ԕ}jjˌ5:dqEDːh!bNOD89VDkS2JҒV,\]/9fajjq`LaИbnM`^@\bW5qt)u2CTa 38uT6aj k&0%6 jXFNUv" t#BDС4!Q: ;UXrX<Ee(1x1h) 2tLcPˈ\FgRVF!dr `[%i+(xj|acŕ ;?BǕHD]7%Y*u9̫ud`u@D˼Vyj86az޶$ cA5 JB A%fq{;6^0<-bk-њ"^äB@V88.f! )#a)<C Nr12RBoDa A ;G@C]5Ԣ3И]όH)7.ʧd3k닰scBKNus>cHzu^G<Cڮ>M w9,4O݈> Um7u5+N%)C^!~]&\[08`= G$#v5kbVl()Ȣn9qfa!_Bƨ.t"V~-c n,7A&n2bo7qS|A+/&$]44I/ I/̤dD /X($LʮsNK:o*}Em-xNN6s!(pTu*5j0v_džkxl`r]]@- EWs* XBA~yǹ(kK^cSbX_(B vDvn͙TMF A1C\-b$R ~: !p*FYX4䄲^%aA}I/2PVPKੳdk /5,2L~JB1*N8q80fp`r$DHbQFHrWDR1wn s$GvO')D!h!]JirDHAHj,,M"-$ $1ؠAJ"q 1Zb!k z2c#1 !h!vn#LÄ́xb! % BHxE"sgD(K+2"A_Br0x e.a2Q!F NBF%1oRVG",q:!m(%$8R՚iIH cڑ~,D CK HH8rFlDR*M*c-82jd!["i~V|2臲) 1')n\2Qve0Er/m2HXe%#A7 Bh,A:>C=h(97hYVd+GNlF(|&F$FHhB]ʇ,|~B%brSۖڸL*XO 0p( DLHrl+D.dF .v /<碕26aGi(Ǽ*>N`ngv(ˉ~l32)rika,ӉJ2x'ANȊN|g)&Hgt4 =$،.0pEi݄h1kyY($J7ꐔZH$Nv_G^5#:p7108C `$D_k욕g'~$ 2_n uŋ!U)vG+Ix/WmfuV@xD0wvd:Q3Oq&H{~[Y2M]dXV HcrNpJuȻ <\`r{%dƿ"Ȍ= ʡՂ0dQVv$z<%z [hʵ`|6棼a oeXy.IBKyXF/K ׸ NVG=Gx#^)!cX_sEbI~ԁU4#x˦qCˢp3yأ׃lI][TŹqKpn}\ 7)%;VĿ?t%pM5M#ksFcXqC Bf.J*MQXk.(2Ly+ +&F.c=>;a2:v.G$ֈ!@0HζXͽQ_!;} ƋgnLր0ĉ+Z1ƍ;z2$È$;yʕ,[| 3̙4Q{::C%r(u1cx)_'=5x(; %4^L,'H_^CIG+ٓPy=MVZ=yn>yC) T: zR?6\7o^|'BeA(]IGݓJ5Ix4g~8(Momy"YxV!?g?RA3,R/v|&džW+'>=ldJZfAI$! JxdC?@[y x8?MTUgl䓄P8Cb|9ؼ%p+:(QH="4|H(u: 1(Y EeŅS^f;Z'уo k6pcEYn۪byƕWMod O\hvAn|XGT3#σ9XN]Rz<Q,ӧ{RDWSoqE^=a`3սn|״PJ6Ќs=ILt<ɒ#J3؞2&c$SXD"*nmG}$?I\3ƔCPC&Gb۵zL\9OHT+w¡eJ(%mgM s3r'kf$+AOFc +:r1j4C%@;Ĉ"=L5 jn- ۡ%E!3&= rl#s<`LPƒ0$-Ii@v"IC@6ЁoӜT$,%_ G]DF([^(/L*3ƐК*-M饫4jb:)'ple<#ȦHt(㰘^n=a'F@%a.IҘ5c!ƒNkOq9 y?WQ'IJ1u}&ATs 0nQ,QXKK✤71liQ41tkm5i:.S;xT,>e:e5nXǝ[qdIk7DBhq=OζPGC P 4<.ԡGA(]fB[h.$/~%!H /*I R /2QSZ9";m_|A"kBTM?OɜD0\Wu5C7"+~X#EsS"/=5%tu#Oh'fJGgZI:N(S #gZ),9z捗ei!5}\&\֚/vӾ̧[n&EYj`WF?{+Z&^_cJFfp/km{^-!⟪}=ta9To|JO֧}udb3q Ǖ7 Q9MчS  âZyAr'bDAgr-S6#s3cxAaJceao|JF6Vw oQ:E]Mw2cavW4vf$eOrya0$[q'Ah:mu! D&9WWHu-axOIUA'zŅh^vYCC$"v/W"S[v{"iEAjsQo7QewEGNdCBbD|Wd|lk`Dqn!d4DfOx]sQ^s>ʷV1o:tiI5tk~c#F&B|Ne~`V Hp*q%&$(A xK)Q2cZ"\8.'|%zQizi&!CQv3#(H#FKG#wUO0XpDȓuwCx=nxہ&be'nYEh'wbMxAy/cWnsqUFhsd`.W׉&~|g'NB=&v7{f{3l5(!)WaX.Ӆ/YDqK(/u'u%X!sޡWjym¡|CfuAPҘ?鈚w ,Ϡ 'I,@8r,A b/1юG"T!i{,"#A^Q?v=v%QBIDwM{j_Y?d%o_f_b"{nKe%gD!y+9$F9=dPG9UM]e$Wu#Szhu/Cg'c}| mˆF{ҕCC:3f \N!dx\0^U6Fwيtbn1sqAh|IhTG^~Yቘ0o68zs!mFoQZ`$boQa3q  (.q)Sț2AIrGZ)2Qnќ#y"vz5Kxt^[YqhԙAXC6b{jtkRH{ΑN՟Y}3wx|XXG;"Pv%qE+ u&o$PхCAQ1^}Wn!){!ZQCErWc!ⓣnQG4IU~᤟t#@Dž6FwWq`+fb \FRڅ [sm^W6th"DRi$b{q:H`&1|:*$5',S 6rbgXۚ(T\+)p (bZ#qH7tJ͋ 5hbF+VfeaqF%u/IoIU޵Vųsv @w#^O%PVq5A_5#>"Ȳ窮MPMSen$Pd0H N+LJڌBnGt2GC6ԧ2h 1qv!a*c[rI/f̀!j|jJHcb4pϏa M`4mo]# XAD٥W۶y:|PjZKBu1I檺|?MV}e#ˮ GʏV pQqֻ&ć5QUrEI9Bv9\^5<$;g$h^HD]VqE!L9lQ3 ^Mfne5$B_Mi%nHK\d+qW:GBߌ[-,g=FF_KB]qMG_- /k14(1ҳ[\)r+(f 29P LqMNA]}CSIsmN_.CTw_'S]kէWlGvQM7L|wױJGAhLl8vLCz]uf(mNT>f5.@w53䆂X#;!C2 mYt^Q \K"HG o J"-Cb `<=k%I8y|=1qj\hMNfdFM^#q0k;Ma\r~ݶc sCGk {!D{p|mSqm]XFq2Le`(FnwLkP(GHw:(A>j>GEY6ħtgOu\ڹ,ϋaJ3&WO8L{M`9#ມ8s~eF;"B"Hdx/}.ɻDCp?@]vꞮ_jHk%dM#&͇NC{YI!z/( 쉯rʞRc.#{|mah{] EF֥>D`LT6.6R'(:p?ıV0x?qy|PU!2ێ$E67E'ootP64F ;p~=LV'ԜDRMvdh1C'A/ _'A"<ԇß!%'AYDg|#ң#Sm\2+/E}IʍC]UѡZtSkݍHmu(پ&]ϟe|0e;,މ^h ܟx2L?pi&mA]sjߩ/8[\L ư8L6 -fc)q2P+da C<f"8LCz-#X: p{X [IsBZR}G`OWY@@MN20kkh9u@$B:Ɉ82ұh#qE$| NG*:TQ<"A<ǁH1ud-Dȉ% #󑴁1y@g$S"XX2,Y|:(cOUKIxLİH?99$DcZt&*0Gmi̇yLl1b/+. г湦 U1I#1{dF$$Zċ@ņ!\1c Cɇ#(J4D'%Pj҇;'dDk}G?PK1ؚĐLMCc.jWUe"I*U_VV`bPD]#RZ5 9(>E=\COU!jiIr%0[׈en| Uj\C 4mCU')::R?e,QeQ$S ~A\.nAN `ǝ"-!eA SZT"kBƾ(4d?B8O)t`Kf|M gx\*PTu+I3Za7W aǶg[t )zB;[r?8J;R1r_/-Xq{oǑ%{6KX 9ňS\+SYWS3 ֆrld$LO&yM~(fOX9e2p< >JMHo7 Oib=$s'}vC~#.-V/4ܲ$­I"dS2c/ҧ"rfh20uT^qF^;+l+ZWN>!{(#̲_D[>m_rm{B\럋{J S$Y$f:Z75x+!݊vZM#RZv\̎1cix>Վ%Y!;y򔓡q̀93 h [ZkzD)@P(+*#. K 2:d4xx39 c;|0 \5V{" Zcl;X0=j`S)Pw f5/<ҧ2 paa:52=; 9c3K/SQ 4#J>6ţa#0OÞ}k>F2->_3?#@\8k1EϨ?฿ ;Fd,\9`ܘE h,:9Xˆs@ґK4<9bRkC0GIţ'aS擭wSER G}Ey{0f˪8ՀE< !+23`dLɄ2d hTKq\j5 [ómQ.ӊx2&.b52+G|b<D(fA4< k-Gn$ sV+.5hƺH HRI(,5l2ڭѕaÔ5I1/58{" 6ÀPIٲ+Et>):6< IT G̣hDA$+ #:KLRE SRF`?R-ݎe@(и,F B3Xc%O+J$MwDt&Qͺ ;~<;c sjDyq͒-L1HT  9 $q|λ9MMu ROqT+9B:89:P"9 1sYcz+]B} l$TL|IiJdN~aͲLG~ $إKBs>eNkQ E,%+ZEPB1 H-W% e ck'<ֻ5 < G[g%}"d9V"]A8DuMTqYŔ<`Sμs5QK\6% ՊSVJO~%.e &eTQS`bhWnt`rb^& &8?*u׀-l=_H4@LP NǛzjzMjԑ:=H8- L^t ^8cݡ`׳d%WjٺLR Ϳ0ȱZXER[muZ(nbk;:>Y9ZОN9YbqSGͷR;D!Nm\]Zc5mQWqZl֝ooNlԡ`V~DJ5U%3`mGW뻾Xkkl51l"LV4@z(8l֝ QmsUS?e'si pSHnWL48mp]ڤcWtWЛ׋jͽU5nfM]XDQRK)މ_Zڝ1;>5jS5\HG;-'(K{G*?bTET;#653TFc LNbym2O^< O=0a%.Bt[PZ<,HX0xn[ qkqv^kļ* ?,r~G#ow/ @ Lr曓7P1QK)%й$U6I|΋ uD޵PV~stJJ]Wys1FLJoz51u5KpJO^[IWF;Ws6MSl,En?M?-ty1q=ыX ͛(씱#TiQ/DaN;PpD`NYL HzN^G=#| v^kU6Ϧt^(k|_}w}$7\Sxɝ8tՑ{=wA<$3<û9Jx%c9[|ݹ7_«<;czJ;JK$Kĵ̜gL*)*=)'H 5c6'ş|lO AY )<8Q@E$D|I%N"=)#ذ-L2SAu :LIG:hqS?OEA^!8*WlDPh졿bKPc>Y(V$9 2Nّ9?lV)e?GtHĆ|=' \o 7޾.|8Ə#=jΙnntsJ}{q/~375T/>ϯ?vw"xaTL1&BhUX rfTU%ڄiCGevib1 Y^"`y% F0!Thc!t^9Huaj`ėFy<ِSEdC":iZe}&U1ZuCL_E"z$Je 5KYS!:#[X]uaNlaZ^شOGER%SL8juV9%NS*W$T3R^@>^=?uZn6Z^*S|4D`[ta+.Sl3֥?ZY-ͪ?MUq &\po=puE^vC,w7杗z#\x wX5XOJd ]+1/VH($垚:[!Сp c?V^]J5^UL_TDڙU4ՙhsz4ڦ|y+T|MJfL(4'/+l c8p, $s8*^1[821kLB_61{9B2ld㘋 瑛'C9R2l+'1/9b3f-s4379r3rz3?:PymC#:ъ^4L<hD+mKcϒth5g$F8R@4 #` @5N[:׺YjX˚֑錭9>؁J!pp{)Vک^uC T pB->0J.6n0KDFt}q[cckl!*A[|'&maci(DPbXhQyp Pxz;^: $\ Җ7v@KwnapBjPF7yG缬w'!981{sa A3Xo;7U? 9j~}/}x^uPM[佟 q^IG^_a|dA]t@ @QX `8ԁ- 9@l@ B I՝`Ň a6C՝ 6! }Y NuʁH at_UlaaB [^Å_"*"=]tt! !!F`!! !NE+$CBCR_%#1|` Q.[ bt<4`י'$NrAd"8*%S8J෡:1CYJR6eUJǾ$LVnctԞ[e[b^J:XeCHDa"&t\ Xe0͙V*]"\fdA$[%h@0z%XEd$Wʤt%ib`:OPrZ.p۲ݣlUGLgN@v' S֥$|kJiu]tq 4׹Gy~x^ _.'1#Qf+&%~gvQEwvq"pN9z>yczNcM*(CZ'vvEf@ftgk'O&2&cg* B[|[$`Blet,\2'xsd(Rgk~C@ե in%{-U eJb gMz(Jgś- ݓ(h.hm\ÖjtTh29$-iB_()rə~]VX`=\s6]`棢 :ͭ%GNrVn]%͝埊& :9 扲iJՍ|ee~9jh$H N^+>s??t@ @tAْ94Lsd:CCtDKDGX%3EkFstG{GtHHtIItJJtKKtLLtMtd,tOOuP PuQQӳ%%\BOBOSCuTKTSuU[u#778YwKx7B<,B#Æsx{xxxxxxxx89\7x#y3y;W8:(CV[cyksy{o=Ð+yyOy#yyy9zqy+%9CzKSz[z$sz{a/z+zӹmép,wzW;Ƭz{CL¥oS;q{:;A{5?#?p4/ z{!,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(Vhaa fv -ؗ3aI Ha~,08~_ `$X.ȡ+Q#FĈ K/+ &&D$^&,#aDdd؞^chGhY&`uޙgbHxh:ť`U饘6:检Y,Ba^%e%*무`뭸뮼+k&6F+Vkf+l /B 2#2K,a‹.l O_6k<H,¼g) Lj{oS0W d!۟;]T/@1K'amkYA6@ Z̠7z GH(L W0 gH8̡w@ h Qjbӗ@AኢH*ZX|.z` H2hL6pØ:x̣h+  p:3~*4j0򮫍jϺ@k'`YGU ڒkX(J@mm{&A@rr\n;In @cwKl-$6[o ` rje$/qm'7$ Wr ._%:ۄ E1'i],łG$Yw3~&3o}qYp \Ahp\ L8!chNeКVx>f]Z|n 0f8ψN4[l,V 0a9Ɩ4m|KV3^`PԨIXu!qgMZָεw^Mb63Vv$s.(m]dJhr<baL5+{\U-L׸'fjO^ufq Uh@Ѽpo7S׀'7\m{ux7iOXj? w;;۰WpSpWJ/Nd;PԧN[XϺַej@0 ]‰pK[mW  t-GqJ<{f9Jo:?1{9GMG)W gK ^Go5rMn=L?=D]F}HJLNPR=T]VAW\^`b=d]f}hjnpr=t]v}x l|~׀؂=؄]؆={}؊،؎ْؐ؉=ٖ}ٜ٘ٚٞ-ѕҿ` أ]ڟ֮M0Ա-ڤ-ַӻ۾MӡђPu; `2=SԍGmsK$@M !m9' F=+}{Z]ќY\@n̝M - P ={0ܰp : Aэ ;`.>.7>-m37>0N..=4M&* ~QLN> Aڝ*X$- E"OJ^>.Ҝ@Y2Yn6 }ݲBMV菞ߠ +!=+N?Ѩ}.ѱ@: ;0V-@ nP>ҪӘҠ.ӧ>) F>!7NP'M*r-0( j~PE>uN>چ ;-=5 - &0 /Vm2GmN-5#_'#"p r.(m>-8 [m~hO9HY\?b@oj] ip.0}h$ hNy}D|Jo~OѕߗcAeo ѿMAPۮ~ @.¯+> @-"Ůo^ЉoOEPdx0У/K(b~1BX>"* (Itx0†TDiB(ҡJ]4,M EajN0ܯ&)PHjel:":A J^>䶃DP&C^EB יc'0V ,PzHsʖgf**ԫ)bF,N [dGF6˘lc[KƝ[n޽}\pōG<͝?/</jQdCGTv!#l#5O0UT"G%ֺc͍̩O 3"p(.(`pvt #<<w, `l- ©&<̡ Šr*E+7$0/P132$O?NC1.Ģ'\H,|-d+PP(21@L>,*qZE+-IBҜ>R4[3"2v\HH $RG~r6R 4G.$v[Ve Ü)K:/LU)uBZOoȖYWJE7]ue]w߅ \cP(^DJnڪ `qqrpN܂U761lJy0ΆM+i(a<ֆ6ka.m6^ uE"%B oQR:؇Vr嘘Z!6yYFGul㐩!IfX ebYvA\?6dUbe7l4NKJDJzis6j\B,Ds^|( WFs$ l) <(UY `{䙕Ҽiy矇>z駧 DYb~v^#J`5৴*|h "d=}'~Ę_0W7.jrx(b?OL9`x=%p*'>_$0j.5Å!5b`;pQ(Q޺7p 9& F*&Kb +҄C]fC8&:7HC|4CBYސn0 n磦#3"Z bxɪ ^;zYT54f}j09dCe*UJVz`!p |#0B}`@colkC9f.Ň @;dK l2B5sXnf\8sCt l]!K @+'=(Ha(!BzkaJ;FxJ#ԆQvFWNEȏ(b&*о(+'H:f5E3Q݄,>ixs >N,=cl㡐Dbbt>GRל' lu,IJծw]78u=gN nQ(&$+Yg[G촂6Lx>le;rw}6@XBp pe#\E 4x“WC :i5M\%e/z+4Ł'n{_Qn/DM' L˕n-^h_j  \a0;9?JÖ/r/rm8+ frڻ=K*#$S)<1о >& ?=Fs'q ,U1ĩ ¾Èp%>c$A?Aj @;;PAS>6 e8)@15ݩ6\3[ý3=>?A?@ Ӟh==06h !': PN1,ԍTUId[β" *0(b&sˉPr#%+ :iӉ iF)Q$Ž  E- y$]k|; P` a*7Fg XŽXFaG ǧ4Fm\Ɔ4tÈK>RC% B0!6E#ǍPTRÈ@*ybft:$qLHb7mZɇEIIAʨʨz4(`DP˰9ˠg,r5L˵t˸˹HJy˾K K%T3齿1)@пC5=ńɤd FJL ̴Hxl%(+G?K$vi78_E(I~FZ^HWu(TU#ލ]LTVT-Q-`[Y_ܛ-YVu\ `R&܋g(bF5V ( ga@fnm܀k Nr8{|zUg%PU hń`f-c8c5^@dVj UN@IVmiNILh ^^ڽw}EI^^I.5YhMj@^iSFAXnYeksee꽆`[U fkfd޺CdgFUl|u漮 Q1Rlob56C~UAtb!nFUdƈ$~9ӏFNLmHcވhWebD^ksbvm,,VkfUU\LhTXuUmubL@T@> ej>RUY@ih$p"X9Ho]_s ]V2Nupj0`ւ^YxpX%`skuʖƄ{bkk-ܸ\bf^Qhϣ6lAlTel%of6'9+ռuk砰\҆LV]Y,޽Ygmo~MYs>hc8ഖ[%bsG}YX܀c4rIH ڀQW,nTVkwQl{XCg En䝖H8 Q+d]c4XpuUXAfp5jj ump A7fQW/VDŽubCMxIㄾ^]ؿn5gn !"_#$a&gr%HWRluubWnWM>8]ֽ&PWy Py,+& 7?X/櫾RU-n_YZMk,k nAPCO\Fknt#g}64Nz`ZE׶wh yFo9-O>HiȂ7 ./#έhOT0dݞ8v- |g|ifwq.>Pn/}m&YWT&q?Y-n`weuRz]EYUkHQ{HkVT~%7xxATk`x^gr#`gxGluUxyQGwF|J go+U,h,8p*,YbE*+",ilkT2ɜRPР@g]SpVΤ"eA6RRi@ϔV#5bǎmҥ`Ӟʕ IQJY]+ngҴ㾽Wu,جQTTܬ^_c9HQ0A` =Jtmh[sG$ƒ_e\T̷ zٶujٜ+c瘐̙o ´.Iǽ>_qxIdx |5gJ8!Zh!x=L6W2)i "EJ`n{=L_qc!b&L/zY6Z%dpl6H@Xy%5h Dp׋M4R - {3Kp a,AC^~gRJ9J+t QzewKNa6 UQ ZSN= zکY[F*VYaez1,P&VQW#8D6e=^dSh뱄 jZla2iNoFpBNș9dNtUG(vgRό9| 0KKOLCUg981%|2oe!(5$'DM`aĉ82i`0pst.@ Id(M gMXh,~yY0Y/aWf iG9!pg/pB @̔'IUv[ n1ʓnY^欓P1nfxcqDz9 lFhmndBd!FZN%u`L=.Ŗ daFI*vZiZNM qo:nz<t.;,㙓q`x/lƧ4); b0 PD) 2me шJD3)aL~f#EG& H@D(F$.jV^8&%ZF86leRH`v%u$&,IOgy[)Yzv b3Ba 2X<,d{\MT{p ؉UDLf8B*UDBxBEȣ#pBQP@kw-R[Z|Jr4wK~|g4E36. :13"4OS7hQm [P"tL@f=T=uE;Q!4e.yiq =B& )%}dX `3>LSv\x-:yR#euܣȣɴW*(Da1-~HVbŒKZ^`^0:jx+RR!Kh(lC&r\!-XNWe`4+a,>5RAqֲp F?:ғ숴ς.SV:ֳu#:.[>†M k` \} uwCss"=$:f=`w/wykͤ>31mq,5[-MĖAbc9'(%JP3E;dQ8Dta|?0_܄+gֳA$H7JU.Iec2ndCɵq㏀li+;-S^Vc凘} Xd,N P RM`ҽӉMn b}etݐPm<=|,V5u `] ] H~)K(WmS0vwQ^[, D/d^ Tѵ@ uT `BAK޳L,FDAO,KCC<DG̜h5<8]`ٛR`FmiS/E] O]_ᕢR :\b]rdM `߄P bG/1` Kǜ5ޙm\`HFu7~#88#A \VډS8<`, =c @ABHhlZ B(A@w1D8a,,A@,$IhMՀ]iaֈNNČ H0Fj*!̂OZTz섔@9O #=⇁ Y\9W}2x44\,C9H_ eg2Pl_/՟K 0_ b_1.v`G2.f9#4J%66ZgvP9PZ_CE9p}kz蠆( H3AȊ(ofop ŵ9DFmJ"FAl֍BmiՎ`BL' AHDd\&j,'~DW^8hS>`+A%m- Q%QPdeWQ&~%,(V(yb],iB$% ,QɥI IX&- g/ بP5=b0^^$ `zeIʀfL`NLhc/CN%; &=敖((A?֦N Bo(Nq⥟EahQ/t$j X84*7B7O4 $p۠JɅydN[0,~'&*ܧ Y%[eȈtDe:4bT"h$"ct]Q 6Y ,Iî'{08@,Ao?)gM%!^@ (Ey'.l@N3" 2PDž hvzsǀ0ze `un>^:~*CUIet"i[ {@ p [W[vy5DLQ[}]rzNs:o8}wGm$7AJ9 vb@<80&8SaC!F8bE1fԸcG2p!g(PiPe{]c0ZQԹgO8f=KhA8X~* N1RjA6 '++ M^On `Z0d^]{ Sos(Rq6~ b2siժAB ,0X/Ėl"/UpY73.8^r:k* Ρ?/3nk \.ͧG~Ǘ?~}VA P ,@TJPAZr &(͵Y( -<.9fitBj PLQWlb`ދhF$m l^{Q73zf%*'Uy&2zR'aH@ 𣒵(lrho,1*UCnC + .*IHQCKP }TH4K1TMOm$J9-SQlb)*iVD]yuW=ˈ-X$!sg%(`[UV[m[lvq-\my[Mr; ]D͉MU}c܁*_NXVeu%WapaL{#iX7=I.QNYYa$`emqYy矁ZhL_9Ay桙n駡Zꩩꄋ6Q[.&0ke:[3]hc\ /{ ' nH-b܋XTM~rd'/$e03pg D%$w#,]6XrJxDK:4Zpw] hHCԤeE)%8Tk-u[X0Zpqmtv;[v0,Fw~Ӯ6ev8WanabnImaTwm0Aց |N_ V0Nh/z j20Q=:~f ߪ;bA.p{w(Ba|"a`qԣz8׏+"ƍa1Ђ2@AځUor$n a`%* [B!a!U0S~`| kt`ۡ x"0:>\Jn\ Tb/ %|nZ.b "@n&b, .  P0p\1$̂ΰn NF8 o P% O*k.  0Mx%hARt&ޭAnIƋ~UtA͔5X4Z]e|iM:|ıԪ~f!z@IA \`)ʝmͱr2u@ "1")")mP%!a$Q2%/䞐1ppT`LVQo\L fdR" PAb8Nq 1q*a*R ,3fP +閁&r+5\`n'\ Yܨ%H%h8aQ$1j1ز~qq~ҋ(/A/tz%NU᯼ʩB-k7+' ~V  U7 ($ [b;iij#Mޡ=ݳ<ӳΝ"N2͠>?TYB\\P*&`r'U`0OArZa2Vʐr.q C' +O4Rt,5jT,.aZbA|rN2F N*@ 'T0/AR1K3@b \O$Z33Q35u5JU7DD޴\6NˏbZ Q39';s$s:YA$U)>;u?ӱL<3?WP[Н;BըlL}W!l@+@@G'I.ZCrY'%\ZZRK (`xn! eH)`M LJUF+]^K]YbLP (j_#+9X.굢$Bz!ZHdMd@ RVeYv s^X1lv5Y"25&dQ3B~FJUo$)i46i>~~s~O;'lg9V4 -S8E;K+? 7dq!B Z8&O]b c_ Z6Z HwPtKveW\Y2UU` {N!Nvwyw}w7j xxd_7Zeu*f#lVrq21 d,3O%a)NT'j;5W}A|*~7p~ g~ ] ,%xƍ>l98 x ! "!-]%>S>S}_ER8qX&w*x}d a@)x^8hy-_@I`,/jOfءZ& bhn!YzhL)}o}P6jVmvQs!JP?aI8U\aN\gY:1Up3 Z~"~ .Hѥݠ#ЀA_\! >`a5cA)Nm6!H/( b(u釿 U(Q쳉-<Խ\Nj4~!Av3"h}P7v 4_"/A j' 0 !"b5Ÿ <0… :|p d`o xu!%p˃:e@+h灻$ @@C_A~|&V˘u|`At|eSá.a2D 5J:khX<):Vbu&1OF ^ ю] KWTC~êpcV`˙*kpD MVY!nB[{ <ċ? 0aWi2$bnYP?pcW iChbX(25#?zFs.Bb) C#}jB(21B@Mq/ULA?lRjhp8Cn>߆S<im&ۨn<ދooksϩ2V tHvw]xM g9Ќ҃\)9|dp\!Iӆm X d`,p rv GPO\?"#HADAYTAm)HB؞nA6T#P%4񣈢V ҉kxNJQ-Ao)]ɺM^yCM =HϮotCTG]2 ڼz;f@|ggUSϱS}~T "򎊄CdŘu{ E0d-uf)eGs xdVr7-aӘV@u$b.C$T14<YГ( i(.ц YiQ o9 iqe A:A4، dPzQ A菫PQi۞E}m2@U]H"ySwpBh,M*[8  *Y$CVKb8.Y2Xv<)Ʋ Qj1A q1Z<ӱd#F1uV2 k` 2{ .SdBm8 `tr^y"g,#*G@=m#wdё0ѥa꒏Vnx{ ľ/hHO 9.\)L1Ӄ@TC/(G]/0UbaغZ Z+q#!uAv]!fwLHOo1,W:£P)bȮύt DǜF#9ɜ-H6=K-g0/X  Zy*vp\ͬ-31OA!mdԳ6MPӨE;=Ak=IF֤i+ZZG # ck^SI  @Hs5Ja饓>q J b%)<$,F6:E9@QԱ삂;P WpvbjQR #XG+UAn1Y`ֶ%- vb85`oktcl QMJ㴯n7{3 ̧~06_BM%2Gǥ~GpEI_$J^2q(nG;i5Qa5!WmN&a]KRƀhȒ(jipX(@h!tC0T$HG29Daq r+ )(iB1!q%`3b!bA<`뇆i{n{u{d"Nov p|E~"O3-" " "B$B+Pw"A 3C5\8DtD;hŢ>oihXx(m{ad7Bp?0|\lfU!Hp$R2e-( t!…f"UQn85>(ݡN v8aCiؐ)o]{Hp0 i0|& \ AO8p0  3 !\74X/> iDirlЂM Q)SI{9 L`%ڰ)PTŇgi懕?Io q)sIuIVcsd`ݴyWg )I=ƗcOQ )IŘCɚ隯/ o{יA{0 US)0mɩɜ)rx @@aߩIi牞EV9IV )A w'Ǚ *>Gy&X ՟IS4@qF:`@ "rI)ð CwJWCH%':i2a!|^GʢPE-J3ZUJZɕu?_ 2e  i3qe khF2pl䊄 |x.FzT ] sxlztTj*6,:ްi0J`'0 H+x&Geꪑ)[I\ʝ#wf#z!sJƲ</**X֪2Al ' lFl Xnxٞ<cc~~7QhhZ#$Qw,0E6a)vuQ 8WqIу9ѰL$Nr7S ѭrja=WbVCvC&њl77J;FSCѱYW~a !5*Py%L[*uщ{zp"W\$$_c$HB!'Q5TTzD%_&=W&(&RwtQ;1'ur'yb&d'B_:]`(")=5*),0F2k?xB&p'(u.*ò_b*!+b+r+ge#; UjoƷkPt*ߠ Ѥ <EPbjʚV5c5]Ӷ[6i#Z56R1gFE|CHR8I7긇8oTr9lGj} :]R+&u:E6{7 ,i@{C6üa::CVo:3VELMһMe "cV JPA'[=3@eD@$DOQ\RIt$:8,^ SŠEEh~luAv xo (KETqxVG42] HtbtiCEə\7,:9컍HÔ$ijÄj̋HI w4_, =C) P =\ "ؾd!tGdR(\^PYxzS•5y 0;@uIt bR%6Γ^U_3=k =ي ѻ"fx4VbV,̳L- W|!d;-΢ #6$ j$~B猘|@}(霯y]U']U: F|;[U(˃b5;]*a<ӥX(W{M&< ( e`2gMN --NJM"'٘ܚ|%zggV*VϬ\hr^h 1ald}{vyޓ&`x QގQ߱l]嶁>N˄lӭ঍rCfYםR-WQ-׌AmPB+eU %P,P\P% s!#5&'%jrpr/W'2GsRwsrs;sQG6EzKtuEf t}pv`1wgjGp+J,@:$lSo>g>ut̚u[u^vS3{uٓw{w0x7N뚹֮mˆtvhTŲ-SKP_ NHQ1?mN | 1Z`0:C>QIOmqh"对G2lW(DBeh$?N:OOB&\(ۀu1pKZ'{)3 7*W%1o4hfq$?+PyԄKFh@>z=]{O2 ;"N q/sn 3 ʰ4 k>A E/2 FÎ B>#=8L_8ަQ5ڄ JS"21eNn#R6@# 2P5V^O ώΏ2RZ۫+>#= L_i9У;i?LN\PLn6!4s bC'paj\@=Q\,!J"LC+Q&raØ3kiVRpS!c@SQNZUYn% 5 |eM-sl[m]rUw._&\aĉ5˱ȑJӨřGabgRSwRLZ,xpu‚E D(2\0ܹsK@g6(i|fmؠVy†-Œ9Ak i pmuB>{ϧ_}߿}"lʎ?6 4E#ʹc6ʓ"*Z-_LAÅh;`qC qK(*rH"4H$TrI&tR*gp@ L'RbJ#0`&3!4פqN١W^I %lhF:ТX Z/KJ+RL3tSN;2) P!2-A0# N g}N\kcph! \hQA B7&@s5l)(4HOv[n[pE )GEϲ1MU BI5J0^yfۈɡcŗN;3@&hC)RjW\#xb+b\sJ=U]Ux6dW3ٔqmX'fsyg{Rcɪ$]MU0e5䢂I~^hfG1ښʖ)y@cjJ9V!jnB[N?`m[pĻr9Jʆ6EFk6tԝ[-ŊF :6;+'FloVHcǙ\d7*o){=猪'qėzw췯v㗟EQ M0eZڣ`wPq^%W̥$Uc%)-0+`UHJQ B? qMl^s}TxC #XթQUW._uGGzX'!@(hFL0nMg7D΃ wPuV)v\ bjSjT(njEp)6%++ZҶ]pZƖ}J?ر}c*ms&V}b;+R g`l+/a1dmiܩ֮m-#*QxPޤQLVx}Vt`#a0u%X ,]Uq ۃ%*a/+XBޫvn {d$_νX93eDfY<,/AI]QQ5|1S2YM$9:V{ j?t.s c3^t6fY*F˱Mrt#'Yԣْ=_BK4rlZĒDr \:׶}-=e\z`?lG[=Dfm?.B ^P8lo|*DcOzm s#٥_5n* I}p5|+ zAE b wR тs%Ď'B@5Ȫ:J̪3NMCj4iZvq580"~s8&\VO}P9.OWz,\w2_*F[Y|w 1iSU ;R7<٧??(?2[@kSrURQHXV%[GP ()= s (+c8$yc# 4 0ȇ@C>l nȅ*79D+C< @Tı$DJ%ܼ&ћQ [XBPx(y=#8Ci0Ck`řٹy'ʷİhe\FH Ëb\O@FxfghDqGDT;%M/9y`SsE\5aՈE0w4_` ] E ܐ ǔIC_ƬFrHHsl8D$HD!@,ˑ~\ 4Nx Ȃ,Yt(Ȟx׸^(J \CͫHJ'&QeJJX w0HɛII )S䉆gKKޠs6XHL FLʬL,ǒbBtBU DQ Y$4zT<͠P{ ٴ9h\K NL`LE^͑E,6LNNJsC 3 G\ i@0\MǗ{x ];9ΡLN5A6-OOΎ M< dMNܐCP !  9̕tȕE}LˠHMQ]QPtьQҌBԻI¦OQ`h_kUJ攔䖮[Z`Q,R-U)MQќQ ] 3 ؽM;$O )\=9ȹ9YRdA=`-]TFmq̠yetTL`S qP4#xKmĔTJW8Ҟ"]`$(f8*o,9ptTdMVe.DKKB SLWlSUb=ā._oHm\VxdmDhEiў({,mT @}҆oq؅7pEWXeׇNJ NTX P  ZUnAl]mXYRNJ_h6-YE=WaYL"+KPcYڪٟX|M[LqZ`P8P[[۫$0ۮ,ڄK\apA +4}\ȭHuXܚ!\5j3+@hɋ\=ʛ&ܲ\m(@T]_+E]]RS]&aݾu]=MށnpLPpZb^^łTa۠\W8-HL\U^ ]]_%]=p 5X hRM`y_mC'D_ _%_p@*p8x]N_!ł%Xo[ a N vDȀEPiЄ>|&^%PZA hY؀ Hqc1Fa*P^aKXˑeY(u.֩0@1GDqEb? TcG~F-c%[peR؂=U=Lg@HP׬9 4xO`1f a4efNht"bs R59 PUfxQNbOS䅀c EQvMh LH(ddVh^^TRQPhAKpc60j6i h0KT p+#(}OBf_1k/Ff0fjndhdb@p (ZNQT͒ ͸ )V*܁Q7,@KElbtl.˃lKNW&=h剓Nhn^Hm*msI:T>fF^ Moooooopp/p?pOp_poppL6F[g@6 Ep`VW>xo!WA.j}26n Gp}}4fK8ʣ䵟 iKP@r)o2,VqV(E`$hW 6q87\.%Lש6>Hv߈Ž3W題YE5`hk2q6ŕ(׈aM8uqr(r 'aUxuXW^pwqp5uYuޠ c&oJf9iDNd8hO!uQJ4@hMrE =PHguW~jSS\DsV u'XX@`Tҽ}Vv 8qt:჻OMvmIv / ;Aϐ_GHthv3J@(lLxy$PTZVz%[e܍s%7͒j'U~Y`k﫠YUz#yP{`,0g\R*ߐ6L]ǔ 8XY|Țʒ6XUwR m-a|{7NJ`A_+}?}O}_}}؏}ٟ}گ}ۿ}}}}}~~?} |4|.,үZ_ |zNiA({h LP?_`wWK@sH/Xr@u0P'p As*tbͪ^ +v,ٲfϢMYnvF5iھ~׎Ġo1Ӟ1jʖ/cάy3Ξ?-zt^v/iW _/8Bdz}[qjG+/q9ΟC.}:7iKkYغ:Ѯ{/zV>/>}mƅ;7/{`!hc֠BZfZ]5!l0/<[Xb_U!]EO4,fw%UBUD֑[-UY=yՐhEY#{W~5VZBYdyU&X DANv i aFxf_`XIԽWV"ht͒~nW_B'`@P)5AFZVR*gU7UhUZw`k5"˶VāLvdkV1x-ȬhaJ֬ߢk+Ziۗ`,L|: ZX?\cf]/oUWEWO*F!-rga?:xRUNzX}U8r|"_sX"9naU@VDk5=UKU3D2=Xb&Vqd,g)؜N$}U[]M;-`9UYmx]X;|:J~.*qa #K0fcIL9a?xgI*d ."(C;fEN#VxX o39 [G>5;/lo%`n:0+;ˑaeE~:P[ I7Np[[*+`!Xpp[rT 8!r q {2lV \ bВ-)00 y‰h[?Fq+ hGP.?otߨJ5C"tHg\;tbKb(?Rqh9_Wŋ*YV g\x zOհY4}l08%32GԱẉ\ .Mʏ $HC`@D3Yd]`'M^%BziagVO~=j >A?`j ;PDuY!9Hz#XRG90 [?'JA#氨z$S}SJE)KiӼ]4 :z {DjNiz55L.]*Pg~<:JA1V损1MQ[:U0.5=,%TY$EI:Hׇ#C(Qj - 职^#oW ^J]ODW*UT%V־6BifZӭvP>U-jСY3w⏚5i wrL$0@S]eؙ4x[NX|28\`lEfboz7A7΃Svwֻdwû{2Ɛ k-^Uym5/MWn3n<0pc{ld .M3 ( xX﮿ؾҬ=:IaJXø4.9Ka ǛAbހe3F8 P u8Qf]8ha3؁ !B ؃] d!3@lsj zgBL:#EXeYbJC*UX M?f4,j/i4ʣ43pI3`ydяr|s?\L,>@sP `B64Y(zgꐁ[&z_џg\-meF,1/T@f]#1Y _ Ɍ<d;V daB:t>&H ^UCǹb[9IGrPv9dE[4T =0 Fޙ}n_aq=_u9ˉF}fPH](`A^2LH/i8 p"| ȁqFU`9>]fB%CԙWӵez]""n^90Znp'Uҵur`!` r5#rh'cLTM)H ]q%`a%]Uܜ^8?VE^P_!q L8pT" Z6$$!^ iX!-"b*/bֹ/)O01ͬ͝GVDK5LY?h.V,yI5?2ia)i=PЈ PbZQP¥kpcā92 =HQ!T^}̤#RB:ԛ fKV>x%Z%gb^հeb@—@OIߪah4$ օ8qu7h!b7CWg5\e4\LEŢtnѩtANօ$INV$NR@ҵO3ek|x|3> VeRYHYٜe ?'4:C ;duBT #AaJʼ0` n;pb?xxTr@OAN_ѦZ)iD l@ 鐒]5Az-J~h``*'flX/6Hy&`zJud#]X}ZYC^rLe>EMUQ%*_.C>Oi9%\yB9OhU3›(C{hȕYizjrTo\N*JT)G*=SvΪnԛPTr*MXqr.҃Z =UX*JhɪrM˨W zC)=]C!̪B9BGǏȕTS0ƤGBAVʰT ÉI*2TUTqokpjN.mkp1+MӳU^*q]OT^UV Ը ^+Jhόdfmަxy 8 gh'rb(6)(j ux+rgd[Lav`<5 'yXţ,E= i 2ee^ *mx#ٴ -VVǛRXb#e-\5 eUUrX7BKeE*tcoh.$mӢVX!8Anf3@oFuJx-BXNڅG$H$hX)f,-ydroe/*g5S{ND p Cb^ODB%W|`ԐQ"M %֘phT{!. >e9B2 F.!h) 9W5a.^Vxˀ"N _ֈ { 'gF ++ah.J-*^:d8v~oH" Ԁ-`^F98's2u!9,*խeP.N`/NzͤnC1 {P:,5p JQ i~8iE1rK&}G*t1no`\>pqh>T"2{471BNrq8$G!㦒E$or<l g<ӳf?ӳ(~FMfflni#{0zWd h'!I0-Gh!|TC~:_Hb6|tLϥhv&hhqP )_] u^28w,Ԁb1 ?LS0l~(&r8CU"N(̀ iti&P0^g/Y(993Cvծ7bh2ifTvH^:beUƲSUtYH}N*7uHcީ , z]Hkn` 񀡎,a \ҍ 2T&a6hWMf޶YҀLm1W09w{/ bf5v!u'`ݑzItaG'5Qό]06,q(p`V4b ʤ*+؀ =pTɠGPe_u^W:Cn ʌ BK0Yow^EhHjZ z>D8`ݸQ׸`S9]fVķ|' }ߘbڅn2+xw'Ri_bf.4r\ z#%݅ߧ vS?:*wggK5Jƚ= |a~Z`w"Z1I3vK>X= `ZPgZ AVwy04s m_`§xB*lf4H&E!rt(Iy5V)/fG_(Kyvo/nmi%n2ϵX vʐV\Y=1M2.;t#[x C46rƙN:3 !:{w(4""v@Z` ʂYJ X. 1nr=Y>Q.)~Ar qz=TH+?09MTHM%Wm=U**)l]Vj[jپRIUk&kȾ~?IKr  -TvG3@=\، 93U`h<3(z%YHEIRH{!{G }qKxou 'FD! ǎ7$aȒ=(dF"/9$G:m,(5QK6ujTSVt,Vv:\XsĚ4jZWGabn\֍4րSp` 6|qbŋ7v Xb&]{sUi15.ξѪYZiѨ "#پ?DYgiBo'D!(Õ;?rQ~h5riM>D!+tDgF(|ҿl3ޙåHy՜ ;EӮ)d7P O6MC$j6dnwy͠Q#Dpi?RHO #RL&|˲ڪ+*kΊ˨zK0 /"3/[6|8ʺS:cjr,8r QDI(d.4͓~K-Ar4!IgC"(j 3C WTף⳩`;dUئ]آ/\'wE[zA'O]M[V\ا]dz;t SRע!?8/dZU<ᐐ]Xb/)%bϒM>R+,e 3L l S8}蠅.l,ͱ3椉"=BfǢ rT\r#tfzjf+EvMS\z3XB κ-%wJL1^8|7;r{Wp<|3رg)4a A)Hf"^J >O6hK\ HyOn\$9)v| hTBCi=">dXFw@;r4?R\1VTi.dCӟ#ڸ^ /wT)~92EM*SD9RڬbQzeHu¥),:8*nҁ?O@j!uBO?TX|uN@u{³+u$v9n0~\mJYB-*e`jZг)l*Sˣ-SJmp;܇vUMVX0$N$g:^ Hή:CL#u,ܶv8PA*l.wɅ(v-;_YoBWmnL֠CmNtM߸˽nL!~^<ݎC-5<_2%-q@Uϖ%ϟ?z1ōS, I1H4FtKR0AӐQdIf.b;xոL]tQw5H9왍R櫅US]/ZYϡX pYߠ!:B*<.բv(gjsIfwM]9z9۪njېu˒.C`ɰ*:(Ve*iFozfQ^,(_*ʍۀoSJkH`*S:;8 6FMZDP"mڌ* JA<< @V& 0me (ǘ*:v\*4eW4r0:<%n9©;gPÓd6. 23 s+A &P/&>%%UX28 vk*)E5d[>E c, 5_XE  4c41ôL@tVlC 47CPuE1f̱ me]&LssP~딲B$<(:.@AS*n*GK3~Xs-^30Af!raJJGJk%OR , c8մ%T03&c&cҠJ(q1ANh~O:i# C,iV7hBGo2d]ixD~fi,׃K4K +j*GFZ9='C*5A]ǰ\mO 6ا6J#~XAG~v +eEEk`֥Sdo#Z#Z/ _8RA~}4V]ӢlVH&UHHdKa  _51L XMsM90~(@J`P60'L#:?+7Lz{&LRKeOc6đ6=UIm2)>6BQvþ`v<'C9rV[(i7G;RtkC\Rk#oCS#4$VD_CP`f9dQxC#s=L%r5LBw`1/e@:x"tL5'- R"r37#ws71T,%w9w0a!@,Y yoYYa˷eS&k6%ʁC.ǧg:qP.اBhni)js 1lLZ.&HWd]R4\,aCQonwl=?9.{%"ԡbtOm?Λj.EA,:$"bA8 f hsH1^d2GH 1PdyG O4QC٩DjQJ ‰6օB >`|veOO(`p=lC$G^/g9& Rf:&zX+J!9mR|ʙ@~9D7d/?WfVls{{)w"p|8N.Y%;BٹcT>QCXqU/@U_v[ᐿܿ#^a_fP-@<ȄaKA168;0,v`=C@|&Lse׏;B7ȁKID R(odq ZnuQڬ0=SSh#v񇮶:Xg7giC(iB sHCu(;)fEC;%{gl#BXQQ&rp0747܆[TkkcI!@d޿USw0. Pa!RƸ,:{01Or*azhʚ:}\4[%jMX լ[ң :BHRjYP#EyƒmWlDvh,Fq}^ňk =)O,+_jd+dKQE%GزH;6Z{*Z͙dI3ۼ{Kn?SE˛xIX%j^-Nwh˯q>JJ:Ergnzpa 諃ϫ7Z5o^U.ȼY`18 ooVg-ui-GxV@wjԦY,a(.," K <*O2)g\J2VX8:*qЀ< (M]xh䎈j30ѽI;+ ;@1 w2I ^gaR H eLG*^6,)L(^ڑCJ OHb>~΄33C>+4 x@$"AyrԙTghQ,j-X)j ܩB՜ 3ȓ~N%z]}CË\X` q>Ю@Ky'ZYwĩ(Ѣܣ qZbqXij,Qx:neM}A)Rx2U5m*S] Tn\R:J갔 Kŧ9c\mM F'ũC_TLV֩gSq- {̇?r:.:9 Vt<]`U)9c,VeVO+NSX:\ աjrj"׷aqt'DIfbwf8fA#昆*Rp& [ȺO=ElAȲNމQyk \ =zlg&xx!/Tz{gn;Oz'B'Q-eKx)F4ryFE.rD&QX*zEMupƂC8x$ ތ3]8\)p8Dwq7D]׾>vm]smgM4k]Z|'MJ{i4a3.k( 7+OC~(pS=y2q]ϻ |)u n^d-tW}4Re;A&˓3ŕ&G WŤuUQ8}~J7 Ec:nE3=ozkZ0yI6M<8_jgNkȽ2Gl5,)fަTčb፱ٵkMpqm'JYlɄf_-<0b 8Nml^uSK"-/AΖ-vGޒxfS;㠞̹sUY6l +Z%xp23kQ2 }hg)&/Hcs"2O݋}RNoB!5)ϻgYahJye!=M=(_?T/p{m?-,v_pT xg1FKpd+:IsoS !!R`u20P4xpQjޣ(gAHCR;V>'bQ')GCG*'ef-B7cT8zc#FLV1NA{M!}Rq""&J|4|rd|r8 |gC.և;OG/P0<8xAz)VuF84Zd9V`u//auv"7a3Zad7je g3&Fwq7%(Dj/`XT7!(R~(e~C9BY4FXvNφ|mNJ}sE7V|.HIF5Sq97%C+@Hv*1y6x#Cl7ηi6\M|Ƞ>zԉ6uBQ0Xv, 8d(2F:Vfq,.cRiqr!(% 'f("&9h_ौ-Sm^O?iFNQ;Å1օJj{8ԡG_#ٙwzXgP! 'x>wХr "*xu*+9OP$(b +0+Z+q+gJ@ [S4E[Q, , '*x-+S,PYg+*>ų"\:A۳,PHN7I봱MBSk>\X崖P<[Sx00I3+5S7崘CQ8o .0X! 3[bqg[vQY+Oe+ńrPp" ZGK8,L€ BW+zQPpfA;[5@KM۳P[SU[Z˴^YTTWk`;\X;TaKeRkKqjNJhuPBp |q(6~#-葉Sk X9AV/EXR1dl x(w[X841b'fCuI=ֹ-Y-p+\p UXy@٫FmٍRAZp!JRj]EoRo)Ѧ=)t)u8T/'(4|I3p { ,r|7iI{C ,Q.67_FD&m[$WH>f6h;#tuB8wXd`TX܌LjDi~.\E~Y"m [:ckE<H3:."dfQp"3^g ц784h;Dwak~-qGB ο1ҊyghLzrpW,|//,a*8&ըzL*Ղ1'C8ww"vfo{HUjC*-;Hhؼ:b0 ^\)C,*IL{³lmq( 92ϳ90g%ЫKuQh01lŃowqQ7-&ń$,vꀇiAJB\2$IhNJ҈ć^ZUA 5:Mñ6<(x#/<8ǔpWmǩl'gmCuH_ϓtYGRБa'r(lHm-3-,_lPi7/ DQ.TV *_C #XCcnE6-a[Q> eC>rv[dDF`ӑ.i2Tϙ (C_5c mɟLʗI5rNv#^{dX * e|[~c2'c!lD`QҌCol d|ױрx^.e(8 b)nXȎ= mfL>ҧSv)6*zjj,rAzGc:~}Ӛe󋇛\^|(1 <1">Xf/ #(?)8JrO%'//1AH{bY.r6]-MD! ^hV8_6T.\?8NmQh?qzGП@r"{/wH2rYQa!x<~! 菥?Eg)Ĝ L;K|ԩPM-uUԦPZ5V]@Xe͞EVZhG͂kE\57 9L\v& FOxMci/}y7=ZhҥMFZhxXlcb:qO!=-s m<3sHӥ'F,+ĵ/]GΪr|c.?P{`C %9S g&g܇4u*ڧKL(Ѩ%v BHz)A lo'9j"rL)w*<w\H(H)G!rz'݆8HnO<f&<ى%G$e#h}n*D$tC,.SO? 쭸撫^/PW0^`1.lVW_6Xlk6e5YMYh uz#i; ױw}H֟tc\$Bw}IGCzǠ%{? g38[KCapyu.'( =I@ !eqmt%oܒyPCkoH_>Dw)tFZ|Fz᧞2ay)髟Pi?qcߝrVw0b\N a!#=(E3s~e$5\p?Yj]zXp=%)&pMݥ ih;e u\R9apvwnHfj^jk齞hu6=q 3- Ye?DR:^T? 0:ӘD/5hp˂`5H,T#6BL$&z$Oԝ4g#trPLsD 7h$G^xE~5 .R3$8IӟteCN4n(Dl*rEJC:%9:eDJ:hQNQ2%i@4B;\JehmAZDt OЃсh\rW+9:PI6KL1['_Oʒh<9kmz|fUN IסQ޸< 8#ΘcŶ)ܑ2]`5LGe7d!| yd$S!QIkBfP[a*n5Et8w&.BŬNgI|{g 鸖Ki&y&eᙢ`G Z@qGSV{b:H5KsUQ`|cAS!tuI481vd/ԎAN7%<_;f{!jx/N1K''_X4lXw|MRT)(T3٨pfe*gJDT9GC-['43PCQc&¸ c!l3p)1J+0'ybΪ$p"ۻx6211I9p2X .H@ʝuHBʥ)zhQ9y rp}ɗ @R2%9E힥aTGUBE'|9<H=qpF^ Y uTYJ0U_E^ Y,Ipà a)?ç(Z-]̿!]Ӊe|72Ţ7/C+N7$ Aԉ/[\3Zh ص`P/iaR`еМjلBK z3Ębq+# "DLj w3x&HB`%;,([!i"hcl+kc#1N^FBAd\]% &AWX|H%9= [NHYg<"ደ ?i9xݧt%2jbK)ZI! 9 (鷎ݵ_̓c*7bxS 0/eERpA6d HЕQ+6FzdIde4D||EP٢eH2bsCed??N eRtv/BHObZAX`@( 7=틬J Hg0/1^\ې'v84]g21&;A8N2&G0=f ?^O0(8BQ*֦l.Dx7!ft*Ak r"hzMԗVOdj-=WL˥6 N:v\$njbc&RJđksTRzb6<= wshDPJXl(5pH3r@Lp6'u񸝳8"Xf"4Vd;O6gnq(}Frj"r;@7/+&T&1!s@kmx>v|pt, s s?ڬ}w(M &=4+IL6jD45پjj-p6{hP|>%]b$۽+G B)- m"<5s ͆ ɴ^>C"Fbiv ɤLo+z,$&lP:@ s(ןt+=1"ݼl G(\vеwy?P&wƃNPP 0CA8;e+2*A4v]ps&_# ϊzPuoKГ% Hp4p&Ȅ'bdA`gŢ-/^I}qLR`8l#uHr9F($3u0 U iA" wl,wB+0vc%reKmN`ɯJ|8/h?Ia[b!:6Fʺ8+믙,#p6I: qZ!kъi(0m8W{-S}ERZ5$)22𝧊KIASYH9pߟuC߽86ݧPeJ>GkuH>R,Y*xo?O{,(џO/-/.l0Ċ ȎglnesF-1&0,n/i 0Y'3ܖ)7p˱0 ŭP9ҧSל?sx;az/J z t;B#A.OZqUrA.Y nAuցހa* x3r?TԁD;W \g MS 9 !N)dUw;B!_* z>]8]$%))9]Y!M^~iɀoD,X`~PŤC8]5?<JCҕ=!H=W;2S#20u>BZ֗8dŀ4IfR̀#UQO=ރE,HN{^tboגZ2SZ3?@iOgPt\x h; T_K>i+ 6${J'ч9BؖexI<1[WcEde!'6Jhj3jlVm(F0AE=P BD'YHǜsY}5Y\vi'2؞E,x`.G^5>|u0IꤐC.\Dnh=CUMϕr޳2^U>W3BEK*dRW'40 #xDPh;T D=4!HсbUToRqW9 @Wȇ~v8`r;T;pd}Cx4q.u1)%RTfĒaP*G!6'DȘаA} Ye4hxRn c[ 'ZJD l &P)gCGx_T9 BhFt_*s:T4)Ml2|H$AlEMf)cmZ䈌%Ru!-$?XKD{ .%6і?Nb$/9r(EwDB%aOIH =OO3$'=d-(U'^ z2Fv1P%#aq"(OD%2GBd&YhT#$H^tv'\)=qAЂ (A@򨼲W|%&0%]YyKc]Ш(I%O}7IZb!RA 2` 䑄6s[P^2Ve6l4,Ӥ&le`Q@$0KԚ:׊YAtt7|UsJr^P"qktk=g!i%XD}j)n+c/{LƷͶf'={r F@ ԜrZrc л2rr.PuoUf/>wv{|02"s |c8&g49hv:&ĄшH#@Pt\\dF*MLVE YB\% DLEb˒z֥CC`ޥyN$""R ] UXމEJ!~d %ZQ[q%EgVu)O1䛁ݝC5()NhVBBDcDf4+ Ft>fjexfa0 B0HB) &tm1&Gve9#4G0edg3rR)^ s.N9b)_`B]HE!YE8ÑguV!FGT$)d:{^cQEY`"PĒ4őh;*PaPQ9PJN=1P =E5@U@Yj-IW]GD>OVE5&U?֪`H%($t'ϯi-^^ʥLaf衰*;GY)ND)dP<! ;eB 'ou)q,R4"(01jph ,Tpdjpdpmp0||צttjzev&@ BuD8C9O9@TT(N=(D?tPMW4Nt(E]jb= 8E*O`nȅRCR}Xx:L9 Ѓ >rRA9:PUa([|TޡD`h>A:o9`/ R؇~5.U!D-NOZL,hλRuk8::`XRD:mJD* A@YRz.Vư.2 O/}LQ "ELoN)UF,~,.=4"OWA~RW4A/Qu0  ))GC& vRN4WٯR) "̄RMH[H4܅.N(ř­(g2Xj@ 9*2GvQ@  tԁxMB02.3p2~!#I ]4@ `n!V[=AjR 0"~!OaiKEqVyޘYiKZYe";{{V>ZJ& yΙn ɩQl脽LEaIÈ؋`]{\CB%ÂENY"xz`4C OI]ԯؚ]TbV0DII!V\D(~RC3}KAJKV|iB^{F)-hrB?`|\`zN=sJ6l_,;X9Ghe%/U6N\RTFS \&!@7Ӿ}Kl_8𞥃V{GJTբ%,g")S[9 Ugq`9 8С}l80@Gݾ3ޟ}_^#WP&4GNIܺwJu4޼XGYdDg?Of~.%bd8OT]ZҤV8!9_!|MbgpAL*HƘq[N2&EC*N_ @{w?|yqGRo}{77J9L}& P@},0x̙Lk!&p2P 9A Q>nYNE0.zȒ"yN 7NKXBH\02\lZʟjl #rBKrH60l!+B9p<,tzʌ"0"ʄ2:8LǦJيj'Č)H*d"$:-z u8<=KS4{G' =33T^$(J("0ʤ(2\ Kw4긓q pUw L{Qumݓ[=ޫ{W__ 4AK48F0Ye!X)KqߍR?uH" 0j.㺍.z.q-!_M <4TI6)*}"'sf CәQEeu,l"۔s5|͟rRu?^.:,!#ASeͨfҟ{r bYJ ?dƣ-94?I0gsʉnuRm G\I}^uni',|jޙTRl܀|(;uM!)Bɽb/1Y2z+GiTys1 TrNԼQB"OwֳLg9;0:?w^'JiΝޤR s6-[b8#FZp%=rZ,d- C.T i:oJ!3jA~jUCiw`#U#$,}gNJruyPHCYHO܃JpQwL O8e|x GX/&@c%&q *D'âSESFYpb\<Q W!ԉ (^&V)T|l EC8#NtT31^h0cqVLo|*(Q6T8ʬ -BbrݘcD\C$HF]Z!$vXOBvrX-%qq%]<oLKtȌj K`.1h._`3m8*.~Z̗JWH+371K/{rM&O!_3%WNcRkÔ%Kglr .^1{$\fNėr8Ңip:N(%BȹanHghVEhYȬp2+vH4^$iB֡(%F$-S#+NYbg.=ZqO%]k'v;~rط|wͿd/`x|!3>y~Ks[:g .xwWm# 7#)XM\2_"eBbB`0 OPp<.bdfǃn`e^D*:&$he&Xnp$2D&9En≒u"h$ MEQW&ɪHx'N9j⎌" +%hoE6-pׄY\hNM$zʅJ(O.de1#700PmV|HtdFx"֮c{Dgi0̖|_@,.Fh r-0AH‹&6/Qʯt1sO,!n( Kb0PhXX>c yTohY.R:w%(~$&S'"-Iw/o|NӮ1Ԧ l2sЯXRo>s{FhDǨB6mgx-p70&F(boӄXN+Nbj1!1w1/=C-N-U_XP`.b,ߡ-njbe]ҁHh,/FY %"(lNRΜ"rP\oHt!6:mp"$LI+,5'T4 62N,#dINB7>Mh]A)R\.M> (k2:(%Ԗ#2V"t(e^1NL"NHxO^0y19?„QL09r@rATC/""BCQ0D"tL.8t2(|(JPl)|2N2w)23!K Eub ͌O$!A'n3O6RLhȤpkҎ)lbL(%p2pgd*O-BDg/Ho&C%_.CɡP ug!S!oS''b͢/\6R 3'Sg2wH>RN$ʪ^ñb:(>_/#US?-@ݒ@AkAuuW5,?X8]u] 2|f!$iLpv.M2E)^B}Q &nO p)PLjf_%4x׊C*7P*.Y$R(NL P2tɊHϜ 3”LBBր7S LԦ( X.rT5]fے@y)`WVhڒUX  a!AInKjOxIiiVbȩlmivk݉VkIj C26"1kmbPGrW un .""""rp#+"d#D! bRR^'vE myݿJN.[ޭy@{VWp]0>H]U $^Y"oY~ἥU%=hT:Ȍt2uuvNKo^#QL,'nveъ5;soW5ȗ1?i1e̋N$u7+YK RR4)c1bgWp6,(L)D+~;Ÿ <0… :|1ąfY1Y:QK<Րij}aI;Kd_ u@N#gv_\貅@WtR&%@ȪQ6O޼g3帤CKX`:\|-̛OdKw-Cܓ?Ӕv=ɓ>>yeƧ.oO^=^kaǙr9ZrqDU9a6WEaQHMu4҄K/(L5ݴ95T.c2(!=a=XHCBC=id鏑M>Oޓ$CNKY[:)PT)$D )%)uek2ITl9sؓq㉘=K:Az=bd*d5~VIcQv*93@JFdXJa+2adfE^U=s^#d9&=&AYfhCVJɥԦi'Uyny:S[kdOIobJN*H*睘xL5Ʊk\Fdmx+tѓʻZćKaeIy׮j*-;Sf [ :cV_ Fbhus!HbdNn wrG7c-&z x{QvFŝy~)k^}^6(z2=caiJY]1z4>VzݕW4fEGYW)ȁ_G!7;S|Vg^f`/O4I^hyMf8u $Zn\e;ҝSڽ7C|i 1%$`_TF6l'RS6JpI6dp9/*$ALXt!DaA\ȯ $x\; yub;eayjjPLWX=@RE<A+4LWuTYl δHUP3l`V͸u@ÙVr6L$B0!lB kH2|V-"Vox)i=33/(@['X3ME#g&Iq|Lv6ācTK8H45$sX*r%aP߼<*=ʺt{)PGEONT ?]3:bu@31`NSy-p:ֲB>Zִmtj׎h)gCgxA|KuQ$[YǬr7\,ҎQuhaBh*ccꙆ;Ԭ[0zIhr+, MMDx7vßs]&9SG;-=Z(:2J]ղLtmg=tJVR͖D8/ go^i VtIVMH {!>u ty%X&4yYg #OُqL\an!m/d"'.F6IݱH k]$ &Ȼ۶|/aЍK}3ޛedLmL3vbˈOL?LNJ*;r&ka4Dt oiz)➣]^fsRD9R6ϸڔAs9iA␖gx-nO gzP?pkSɅdC1՜5;[?ZFL:N 1y 8~&ael5+re u]nᩥjy?W?a]|w`d|pL_f@tƨ{R rPj;g%C ZNeìIߤooG|4{H]&oS)|;BT t=T!SWZ_9K ffcK4DmTGcs;`z=7zTzfr"  iGsn6${O=A{xe{{ %3G…&&[XaXfXjX0`%^SG %n18HBSEٳ=C#_L1^f+4gQ4RQYG@+xkt1MCNvށ$\M{$qCf(l8^ȆiHns؅؆XBYRq;t$%Q@?dM^_,)_mO#9J1M򍷡EY4$T#:(׃rh" 0 @DŽSsw{ tt| (VXg ؀%Ib` ҷ&P58nI9vu= s}5y!N;%gUgPfuSSN.t}qpRrtR{aiw#ɑbi]Y&a tbcȱ G-gNF~=#= ;Itq~⧏؏Brd &+1;0 &9b9d nŨR^uOpS4Yu^EPœ)yq_Cg=g գC)UWp\#W]@gS%pGq1u#Z?fPl)O!d>E>uUIa8&P'),5AH+  @䐢pEs 6rx8,Pbo))L'5i)L:Z>I8?HJZ_gө<;؉+@e^+SA V*Ǧ%0}/3f8E pÖgWdGNSa^ i J "z""  ɐ0i6Ga &iaY]Icjp32D)3]pR 8Uy9S> [Ij^eU'^Q$NDB![9|"c 𖢭ɪzz9Q`BP ʳ4],ppDJJ:>uvPkF>H;89Qo15u yꏓ`w ` Z7+KWZV^7`TCwx[SY?.qm7K>4y۵Dٚ_k1ip;Ux9U;mV\&Fgi~\D9_:u>_U䠨뵆;D 0İ,vWqii (*&隁QCRya9.7IhP_wE)K jy2(K 6(sIcH7YA_ Zѽ& &nn/C}Q=Q[\p&8D;1CDOwD2Հ ѹ+M["H ) ۡ#LA+t<+cN ++EpdbLx8k^GC#fo DKp­ WXUZK2lD^'&K-ƿCI!xa? Wa y.İ 1 lJ,7&s(,oA`0AgrB-$p/<&olc$TB%D-XH$˹FBʞ.¬ˣL̦LK&\ʼ@r\ˬ&6 1@rˤ:EB8Tr-E @Q;AR[@,pm Ԓm(R1p-< زޑ1J}qɺ kDb$ M\Tr r ʹLװEB%0ԾҮ˗?"3{?BHNERͧL-AMQAH}/oHLH .m$Ō ՠ+v {P n@}0 Rm3r(xP3gR؂J`4`,`,1MP RkNMz |L[s+  @ ilp)'´?<%<_6L!K,l)Ld@,5I+tZ<O|bم pR]٣=&_KDSiF u @ q ˝߁*;9 *}-6ɍrGvfiKvAI;TcDձmp$Ky]&J E?) i޿y_t2024ˮB.4>+@Nt.r>A40J٪$}F_Y;+F=pTy%C^U1D.Ѹ6J!R#r%~rJaJi*".-&>N3XFqAq#h9Ph<]:ÒjG5}sr)׺5 $9]:LxtF=sFT=hUpTZť 5.VNh5>?i|-Ea V%aᡯQ9VG]PpVJ2`>.ETlZ7t*?,/J;腅Ba)е4m.HQճ︔b8;/t!\w NєziĭC&N8<_Sa1{YfHYd 7=B8Qkgw;<> W'=ӧW~yAOC?a ?|񑦡yO<$XA .d@CқXEjDxOǎ-"䈑!ȂBw$E03*Bҥhiρ302b;Pm*&Rՠݹը{qNM8J#K&y߄ .^ *Hc gV#.p!,ѮT-ÃrP%U`g='VrWS [ihf޽ O^uGnw̍779L_? W~x1Dp@ 4@TpAt#< = 112CC'v &:#9JG7<9&8cjwtC殙ʊ 8#Md9dSd"jRD.KxJMwHJTFi34+JТ pI )rD,IQn}P*?hC0+R;;ôKTo? cuVZkV;Q1TI X ,= CȾ8`N V$}1jr4r}K H'E ^GŪr3}YdMYݨXل!K6ȌZ^72ځq ρdѭPnZ8-'Q<4^V8픻OuiK=TO?vV{l Tsx_MGY։ֹǣ{[u[o["3q[=|3Ϩ#u:Ǽo/o!pua-q׉Cz@#-iIc3d_Y={)²BGz4RهuX|XWrʕ;7suै(tqDtPoqӛ.oL<Ƿɉr9:qK[F;еr3]xkp: nLnȷfduGA'8po6:TRE5O%`S>BrD-r+.a[Ty{ΐ-OjI:uIMf4+xjBRS#c'kZ[UIPR:6K V*]0G+82ђޕ$QF@pA-I8VQqk)+Zijӂ@)S3)(19_h+8V{COܤKHPij4J&F鋐Ù/\+mIOY9iy& څX4d^RV xԆڽxv!*mod ASET-ѽc$k+Qe9jɬ`Sl3%oykV"l CNj(~&mK8j+zprDBEN4(| ѭy\Ѧj4m%<^\˕@fai+\Dn Y1BZֳ2Vb>,!$Faט ~I68(qp:$r,)GS{\NaKlk 2{w-!G93.)DŽVX!u^\;#1&4)jXr')I'rX%&Wޑ Rm*C,/ɂ` i%jagkҨ'Ck`tķA`[8IוA.=34*R軲&Yv /V(f֪/wlx/'Ix@g+p ٪gE'N6I+u&q)4AZ-nZgduMU vM.ҨȱlY3-}A$珡y7 &:,aWĦ\m|*M"RFMdmns\7 - c;/:Зv>=x]\Aw_X5 %Fq >|6::BE[ peO2d%$Px(*\_Tl lxy} ,wA`z'gKLԏ Q¯Ɲ)j2 /9%t$Kgn&& s~x/*ʡdh?kop8j?xcHڸ҂={ =_#1 A<[9C11P`A;9ʱK[ =Aٙh_J5΀xw0(Ns>>i`1cp e1,;4t>;;9; CB0s#%K)<)Iaj*C' (+<ij< { ϣ `s@e@[8Y HT\AW|EI9+,P  ڛi]AJ`t]!dLYFiF_dFh";jl kܛhm! a/pF\AFgpbIjڛȬѥ?602pE""_TJȅ)Ft qqF1IiDj zLHl!Bc"yFuIs\i$ JHHuoBx%zgw@xr6|/QxT(S Kl[25q*O$kH# 2ք:d}|ϊO #O%) S`CP,3 )cICeaS}Dd6yFکP'hO&~B28Z_`э2`&\dRY/}``,0 6ZD=]564c^XL,;^ur<>܇sSC^cTcF^81T4~]I6]xmj(BBP:bKUܵ㴻U f&~'Ӓ=YgYb_-L)L"iSTJ ccff(ʦl b慙f`[NV)_~k ڔ7<3GfI&159;0L$䱉'3,i>F+vswC( qJdk-Ce l7kGn]^AW0H2^mն;7@ߑ].αŅ?hzS1o%^ ^nWzBaڬ v_wKvo'PYBl?ҳ7HnrbZ>k)nvkO]vm.q6q^MmC)WNq+ O+uBH?zP4m2ֶJdG$:%g/~m p3Qup J,R4/TH?fr q  ׋ben+p?p9W M3C޴KNz‚PBJH}Qj\"=^8Ts<_ ?u[ at4r-rOZ?+GK^qt@›Bm4nXCc[Ԯv&vd!߃YAA标>m4<6nR7uFBu[Vp>eu~YPdO 3 3DrD= ix1C h@{\&wmn(mu}yzz/UX7X&u hEWyͰ#JxaЄւSG ׋~ #/(H8)yGkR/_|o||ȏ|ɟ|ʧu&&Yơ" J( r})i}OuO}ʩ}?ݟ'}ٹ 9I~~9~ٜQ~//i7~o*(`3(֙!/}w=uGpuC(aAz&D=s jLhq='gDŽ'd8q:=xMJ3KpKp +]-ۮB %oaV+3" 3ܰC κZc?zkiuvjݶcvhXvկ6e{ݑ(|]xװUZO30yȍ62%?OVA+7gm ы$V0l(>n3z/10J&n:ꮰP- ݼ4e[obR.e߽߃/kۗ~qEYNɚ u4Ќ#Ȃb`P D෼9h RЋ`"! Kh0*!ץ[>8SMLpBMLSDjnzLCDȈ#"jxyL\b֒8)ƊPܓr-zF_b DԠQUQ,?SGTUэCM7$J4wl (ĥ8\$jǝMnKR昴9&_`P#,:R9A ,e&.xYD\ W0&1M(C.O{(4;|&5ikb3cB$j9r;$1w,Koe*v 40ـzz$'I|;]% \(CZBЅdf&MofkF 9'61c"8\)IhGkd]QMxRR*H*PQpߜ߸OsKBs2\w3(0^Ģou  @PPYD).Qխ{Zӡ]0[Nz&FEg3W!dBլGx~" FRZD*-i@Z(ݭPZ0" nj b^d%m s; D[# G"[F[S֞;]-oKIJ>&ae]嶠/kI\wfor[ﷶŭwڶms{J_g$ov땒X$९{-A1w^"(fԆ5ZF4‰q>C<#XƴL_<C>򍇺gLq]Nu5GuSzGm7G1_{kj/DZCy~i}azFgEwrޝKvL"`*^Y^`IR`[EO 8&vS ` ` JZ B[}=煚O!Q]iߨ FҚm_!!!*a`TiaVn`\y`]ߙa P d}Dg~a-XVn!j#Dms-XpQqY"tQ&.׆9׌y$jX]SԗlEw_fq*-X+x Yz"j-m5"l="mE2N"O8،a$ (Nㅁ)Zn9(yU1*jW+9."."yUbm;W{c;"+1V2Jk?~ [BdDJDR$VIVpd\q!Gz᪁᱉a $H!9aaƮ^K$NdJdd a6&_EJTReUfplQreWzW*LQ> XIRBFS C Z[e\!VR Va-[N .HTaD}OZa`KadM%J_F)I]JB!dGR^eȘe.$TZlfm ]^]nfofloJj.ekR*_DC@4T([Qe8sv n^Sg RPV$i|vPc&ez}v]f%`Mҧ'|Tp> q_Z2ZT``A RE1/A@)e8t X` HU^dFJh 鐂epP(ZrZfrbAd,` dnH)T$*`@ئ9 -$l)& ` G^)i٩iMH⩩)橱)E"LJq![awƈb)E~&7(\ALnfe]I"pIMd$cIݭ***p6 fC6xP@tN ^$C0B`w*/|v`8uB dB nh Bl'`8:5a\jM~|XgVƲR j"} +%g]kEW+J#qltFc!FX;nvWv4JҢˢ n,xm:6bw=2X2F#-22|,_@B"bXn mz;'2Ϻ,jW6&-r!ϒ-^hlc2-έ,n' >-c-'jm)2eI[``L+L5 h 6 L B&(xhܮ ^j ^~ * :%Oo6}_äoo|.JS:iXeti,|즫xRD:!lÚ뻲Ti7 !h n멪 ꚺ]nƪf*kkpꬾ0"  np FЯn^k^Yvj9/)p J2 jq L`0 J9p4p . D&1&t/xR6FªV~"$b6ՂNOL>$h"ohq} qaqq&e/ c 4.is ] 4 j(zn00j/{p|#ut+;"};m.ׯj=W7+ikٛnuk)W0 3> B'~/k{_ߏ쏾Ӝ~kDO9KCX ##҇zlleKJe*MaOq?`ƩGg_c7k JGJ\ۿD~S/<[g=kΠ? )81ŏ+*Qbă!^T0ˌh c$Ñ.n“C# Ux!̅2l|v3jCXI:JH+"U&ݎ(2k9lt:ۢra K%Kʞ#*m9GyaWq iHF,سcCw:zh[vG޸,ȸ s_tөP{v۹w|xc5 }z͵77ʽ9L׷_~&ǜiĽ|% - 5dAsDA AA@"jN!rF사!#9G):(;*:,NK鬜2G؀sL)SS"s3K.UɧIc`D)xK،nШN"̮P}t”|K2T:u\Ts"5N,=U!;m\u|ەϿd@;4gA6jl}/־ZKQ;Y؀|0v3 t }ܽw,_ ;yhw9BqȔ&x+ӌ UCn[$ bltϏN4IOaSG:qre#4JElr}/0+`)/m>6o/mogGnWg.%_QĹ1dk`G0 >}Bv:fK@+hP% =·aup?H!<oG4y}q;RHs/\@MW͍'<^osasOh2HodE*cvro2,$>$Db,dؔn| Ɗ*rf@(aIp"oDPDPC kDn>o4б8=hMB\BBk 0*gX+cpBp.C~pق p͹O OxjRȟ OSF3(NM܎7E!.N:ԮPB\Ѐʱ4#ڠvS. zAЀI+` D ZB֩2$nSB! 849 *#Hx!τ F%Al0"~!ԁG ֡,c+H/MLlHk#4)n¢L6HC"l\ K N 9PLî-L`GsL˒b!tL\(`꫼ k4G9"͐ "> # M4ԫ>$OA3]Z *cDS;!yՕ[{]-;0:cffuV:@z:tr9W.ϰ+yix:UW疨ٹ?|}Xjʋo9X@6[x2+;:sM2û:F_NU>S>][_[z9p[{w4X<W}\\*0]bwp]rB[x]ɴ9vIPp) l8syX#{G>:#AbşK6]쮼ۧ;L9|l|e8\<9 A7odJȡIÇŗ+ᔗS|i'qg?A$ {w)\> &)ӏ>6xMy%۝'DVDo458- s@ܕ ;eQ}W}cpNu4dC:M; A,;wcw]CA΀ `Ha eQC谎о0RrBrd%-FkZ65E 2QR< /~ٮ5M=%U"%h -oA[=D'r9~-tդ )C8$E)u-dHN*,?]d>=Z)ym&J>F%ӛdxtά! iJf896)z#,[J!jm/F$h& BK[j)YG#Ab`xC2M $'&P+q BT$^#:P60,!E0QhaŠSۙl-Y 9-Ik"SDqqwd QJRYLQB͡VNRaKJ],݋\FWA,LCsW4.PiFuWCX@FdAekz Ө&JdښkT۔D%b{7%nW۔%A?cDl&Jݕ<$VMG3늄  wO^b3%HqIϓ|$y(s^DIz_W$oK:$+j'̢`(9#b҄@BCh`$$iIH@T{AC#ҔOR8$Kh'$>v!0e2'#?U -h2殗@Ux9-64Sny`ζ-s_ܰNEn  ݼADĭ~%Kx98 YA dA=2 (yIHC&5D~%\§K4v \_:ƴh):2fZ,X&ө:Ա鼦>Ppr \CRZl+'Q=pG :sx{ƎwdUo(Ƿ~HE+F7ot5?,0No#0\ "TNn|**xÑⓝNpѲ<>IOP~ y |(;gyMt/p Vn'VKÙ~tx9]1, d?C8" *Z(O1ӥN<蠉Ȍ y(a8 ~aQXyX6 *2 2-Z7,T8,(AE7DAT,ׄ'ё Z ɷa&ryHGt~?GsJ\Tu"j:{*MX::Ovt!&eSapBq!Go/jzF FBjQڢG1;ꙠYo%h8:}z!=I$!Abb[rU2ò2),Xկ"U!!J ؝ j-ɭ [K234fgKhЕ*.[%a "HTHй^YP!";9=ݨ(``hJ>ز!T6[K2k`g*`K ˝ *ihj坒!*+,H9H'Ax6,ۨHؐBFҷ~g_aI {|h≶8ɶ[왲qBRT(` miG\CsORW !Qf8Sm+a(;z4ࣄ(7II4qD{*j,cjj8W&*X-$Æk1Rп;a(jWb&1e2D.t Fv WҹBBdR䊻rMSdT®"Ѹ[ Jᩭ-eW5A p0kCc1REbPljqcCNP.\IM.%>)T[IKf Ɏ $R便k\f~/^&N~/2($/fD $ i>`,H<.E/NH7A>n`:GMփYO.Gd5"htO)!¾ϐ~Aw_Up`3Xj}Q7O}`&-@".5/p<.rӡ !yKV;)GOPK)\V*LV)^{}x~%Ydټ}K,}wLο`GAO견 Kcڲl)3 j ٘HOGO>5Q"ć+"džaD;zdċM,0|RV|)c{Ѝ(q&0IB'EdΓ Ma@K>UTU'U֬漚QV͞8 mݾWnx1bQa) iB9p@4ĉ'ٜ .|mdl-:eBj֮cKe;&TX2!*h?G|*&Tfvl|n ZwCVfzA7fzK.>$)BP,"@b- 嚫3/ & A,6` D̹E:LF'GMG Jt+͵p1" Xl9d*LQȜ$sfL02s,SLG ʇ<Zώ.=<;KCKEMt KuM/C1ӒF; ҁb]s /DtTSms/yQs 74x.VHciԟk:%3Xn5[fdUmMhZRy|ku|h迢IJa;P )ԇ.rCG&dOF9eWfbX@D ?䌹*g,lz*6sٹ*hHfkX⮒⯩Xc8BY;n离]϶j泌H߆GpQ#u$Za($2O(? }9t: ii<}!qjk/i9s."ўS * c>bG;JL]FP1t=[I4넎C'GFJtvtpA5W層8a >^yh@miBhQL"2.ƴQAfD_iV;:#R@spԴir_\է^ lHںg?Zؿ*|RVwQfxAv`b[nsӭƭ@][Zށo}ڟUc1;$/\"]!^'ƭ&cJ0Zsev!l 7Z'Xr@ZQSl/elSF}Vx4(yPuLo.;EHp/>Fx)E&rGzɿF4 qs-{9+31@>+66w';wCt#ۨpJGB4F `G'[H4io$$4n72]zshEd1ڑ 5 >$#p`H"NP R ohHxQ8@Ѥ# R<[Kwn<\t'8St0.s98x; C6ړ=dk =@@yIH><  #X- h Ȃ @ـk*B?8<#9Rr(<[ܒ#x?@Z&ܺ~s;BA85SºcS- 03 m0 L.H([ź)>=sp> = ¾(?$L?6?(4|^?G脎26Pý2ja<ؿ^3KdN S.ģB8 E F#'U?#aő=$s  |e `hE|Hȍ'+C¾9$C2S<Ap Io;C.N9,<2,Jz3,)S/:Jx$RA;)0k^p 71J-C@)4)=,˙4"r ҇LGL<̩N=D:HZH@7@>.n ׈:E XeL4IQ>[A LtƖ̸Ƭ8P&Z$W8F tKmEԾN{4Qu*_ ğ-IY3YH4KDʡ=쨼+UYKGdUUuU\uLZRڧc-΁5΃m9=jEE}>Ő PnLьME@ߔٗFK MU›E“ ʵ \4u]a}ҍU]Z[[Nz:hSLM5Z$@ ECm] 0ɯ wM\z"Y|6j%_z򵸂[a݂,6BS[޾e^atpT=荛abT5@`L 5M#޵^ƽWdY%<=8>#Hs߳]XD q`>eEI~G۾VTcX&y ]:| CA᧐$ V~e Na^~^歭ed3c@Afڵ]bsݪfji+ *Cy*2,3g&vuf"xř4N/g}2K}N0g1Y}&~>h6g&s{^N#Ѕ.hu焘Ҍ{2 g1$i9;Łigzg^4 zf"dmN.h֕fꁦrNQghhjt(1/}0kV鑮jvskj"h&viřfj~k&[BNX<䏣op gɩLͦe,f&0ӽ%Bemlԉ$Lacm>mF[v&TlalBVȖʖnonN]]$6[hVV`;zCF]&tcv>Lݎe>-~opp=f=pMf+Ynl$m2 !g&p 7coFpvspnfq3$JwaM?a`^np}p>ImrqQ %ֵ&34? 5/6%7$rrNbOwWXP;fE]U rєPZ93psac/[/qy2hiWlH2J˕9#:Qmx6+vwZv0 }1awJffdo3z?PcO?lKwf7ly3x}_y0xN#_4%^Wyh`&u bF Zeyg7nI%o@toy^Yyu8u_uTy{?&7eV;rf6(.IMr{.^_\^U8IyZk3fOzo_Q7䓗+ LqQ֌8 ,EcĠ^_.ȀRHʸޖ% ͌[%:dO޾KO5 ^u?韈ʧ|h ,h = Ψ7ALxT -}xWMY4H ̙$ сX(!e;&XҤ Ba$iᨅV%̘2gҬi&N.sTϠ4$:S]M4d:^M4N-jhӤZg*t&էQfס]c[ 3̳2ΤSتz)oٺ4tk᱂ɚݚxh6KF\>hc5b* j$J"))LJ駞*KL*h2&k$bN|y,h,Z 8#5s[n)?F'H $AI*4$|ݭޕ\dI5rN' A(a_IuPB,\Ek1ĖD<2ə]rf !Fe0!b +HB;4]H:%W LI4B 2 (o]nf03 {w2.^5њQ-Ro-->x$$g;7ij%qmwa|K"LA3> وXM^WbUykz+ח0Vv+[ 릮翻|j~2ٰmsņػ#x;YʪN#'#-ISҖ@%'_m *fک񒽗hfuJ굼ZԨ먻j5wujj[[eU{vfk'Ԛ`Ue>uviӏܴF`i{ՇVv=on=p)wN46b8C.u6Ӝ"1<1Kz2rʀ^IEsprgn>KXb3q'ݮ3p/ELrN\Wx6A?A{~xI?1}ӏt pyc+3=~"޷kB3e_So;s~Oa 3B E r`Fi`ATa-r 8 Ne!BYv͡f5,A$N"HaieC :uyseu vt(b_5*)b*btbvѢ"f! -!#yQ1-2W5aD3P=Q R4==S09t#9:@6P`8Rc;Zcm=c[R`#Pc[Xc=#=c@*=:c5c:7^#@?BAc8Cc:7rdA lc@GZ$@cc6Dd5O8=d>6>~ceEIcKzcO:< eIZNd[7;b?ASx#P~eTV$8j$I%ɰM)dAv\bJUKeb!VQv("nhg a!fhR!z^t)iZ ȎH 5i!)]("b/b#ᩣF*UOINi(\jpBThPf]*>jE*M a% „̩nJ2J))FN +F|9~+5~V AEQjO#Tj̩Tf%k̬_k+T2$Id<䨭1Rm ګTK+6%#†kck."dZZOƦZ%n,R$~~ƺk6Ǝcmݣ_d+JjOϢd›ˌc&&ǾLYڙF~mԚڻF"PڲdQے>dВLzV&-TX.H&+B*FV^.fn N6ߣIF2(_jj2HB^*-it.~/)4@3~/.3*ofp.N^qvi/vjՒ+¢yFoy',F)p-ݪppFeD.v/g~0ŝr:06p+R0z'p &z0 00DzpNXD/U0v)u0.VqumsɰkY^/31Gm!|/.1+-#[q[q1B1:i2gvm, #+ *!ȤqoP+""į/I~2, ,Q(vH,ڮu#YYZ+ִ)1_$],0sE12'4gQY3IY14kmi7Z54E\`Q4RgoN @z0__`hUY#VkZWaX3W/ev2j1Ui56]q)nccQdӶp7v-6)R/hBQdjvZS VoV_wb>(vlGhxcr.[gwuZwIk27$sKoQp㷁,#7br 8tiCB Ъ<,fWta-cg\)[ۆGEZ}8eҤՖx0 ˞[ʎ ڏ­X JW!ٸTh![MpQh%L 4 !p39nCn뀋QYjqOMyjB9yxM1ʟC_9xO k4hȻ"<ܷur 6C77c[}1>_ӿqk=o ~\/ګ5:c8C~[8kLĈ ?糩?f6GR~[C3w:9Hs?[' >ZB>w >3;JZ/&Dūe-44 Q`>Ӑ?EZDDMަGmɘ~tmה?@'_AsC(=&DXp1f@cGA9dI'Q8jVK/[inLsFԹS(L :T_Q♛MOF:jUWfպԦ3kȑgY(l[oƕ;n]wջo_K;_0 +ga>lhҥ_ՀӕsgϟA}Sͱ N ֯U#m ?({7l{QwrxFglqzSq{K̽o=Vdv>QD׆0Iը {.$2}R6g 1P Œ&6RNbMQLQYlo$a0 ,$A-P, 9LR% Gh,D2=洔o.#u@"s0LK5r2dO9׬ͷ Ͻˏ͌tSPsP/Ў/NB44RDHFRr4pGsT$ `/kRUYI)TTd=ӬDuJUWJ6@cB5e:gbvWh KCum1 ە~*5SLVm]^=2qM[W}_~߁%po_RDWB*|WٍWX-jõaWw6dG-;U/McSYnyQ #{3qru8#)n$-rޠޘd3ʧ$^by>fq&[竹F UeV-=}NpeA|Z1Zc XSQ!ua\SGrY!LAG"u)2GL=/1ݡ{G!2A93o xY"t^<:,xN)yh9utL<w#!9AlOw <䎂<2cC ]Q0z˜D΁!Tѕ#|i#b<]C?u!4tw,ĻF@Q#ri>a!ۜ)H(V`)2x }䁋a"CZ@!us8 !|O"m|fB!Z( &r>>j'$:I";)8MaCZ0ԊiVHB.5\0^b8@B rldD H'RRM-LJU2,c ]f~-Zc [G mS2|>U?_'!qAK/Fn% >Q %kQJׂ5feS'âY@w$-0ppPBqjC n0wϕ4 +V+ S|5x7ϱax#WK^dᯪn܄|pJuH^Ţ0ַI=–e*Y#lh-=Ld8)= (#ȫb8aKfRț`沒4 8zLA٩7 Xe:1e6Ҷ.\y7yݩ޿`KX0 DZ5V 4nxxȂfvA@^ԱւPb7<ż&PcNqQ A96HnXA\R ?&0psTն$7><@ԗrcCkN$`ؒGhnhb7G7W:#^.1 6{")Rcs'w*n:hز+۹Ay`O Yt*ϻVO^=ln`Rg"^cWoձJؽ8F+|FvF6ˣzpL}=to7_[-#E'$sYHsS6uADkY,8G]آ&[Ed[# Zɲ:"G Aj/J}d:@ܒ@0BHO;Nnv,ǜK2$ D!o:h,KrD ,0J!;a Ng: ̀Dbl M,/Ίh$jD0N6rЪM>ց\ M P/ ݯoDItok~Or0 R@27DЍ/h >TMM&eqqOSV` D(Ln$x(P:G}0dA3b0@Q򀸺 [y뜫U"db Tͱґ j!!O΋"nv"'Kx`ϲdA 0d w p*M RLA@Í` 'If()iRj#1VL%1qeѧ)rP PP 4kFnqiTa( q2 GR;PBɌ J(1$A̲3 8,ՖxPt K2TpLZk.̰SxJP\: p6<:D dT0j)On6 .PD7oDa;9!:/-#5U(Ǯ15) K G;xP!m)"dt#8p`*%dJdcv_ 8! rAi7:J=;}R4~ d +xx`pht! QT+'y6숊$+"_s1&1b2],2hPDA1 ؓ"x-tO̻99Lm"@/@3~ӧT.9t ) y-5n+Vr .u7OsUdG)(-+'9AKP̠չ&Z(+∭j@AR.ƐMt juUvR^ p_m^Ѯ8ܐ*gA)Ԉ0J !66 ջJ$P]MM*2th%O)ec>Xp16Pvr3rE)p9A>A Qtジ3>4UkU`$٠D%J=ـbU6ZBCk?sNr? r3r"f!5ˀ"_ ,ce7'Ǫn At{|.;(k21Ȣjv& 墓7stGqQxз `-w vw{ ްPʢιf諐ܷr[Lfʹi}:x'cWΟ Rw nGZQ)ЯjuͭϿϪvt^"* ύn ouKi*h@ZNHOCi* 0m=;7b׃F[ a~Ǿ><;WI{}W BiyΕ|Q oܓOt(o&6ށ3Í8_uw"HdƠuyqs[PIpNT0e{ hve]v@Qf}::'6Ig$HtOJ> B0_'cK"Rb}ves4O6c*92ASΘs & F5(<^2̃N|y$dsBAU!tHdxl樭?xO12ǯAh:/*ӹt ]hYƩPxg~G1 4։Zo3[6)nTu?`ijTt$uEYKQ|I)>A$m97ߎ9Ls6̞~Ls1`FSXA/> uROMuL H`Boxlb9-YTzhRdŤ9Z_PWfrL;joƣ*¹ۤnD[_#dYΕű" 9dB 3$ɯT]ԐBԉ2O91}WE+%9cuZ>n6,kP96AnkeE D:3gy: +0dwc+3GbL/5".$"n3:40GѤrXaџAb0z4$IO.F6lKQaxAC֑+`ᡷQE8A#{|NKYSC"k\83?=сFhGC>,! UmtȢlbGm/]8|"=ljnax'9E3l#($LyD&I ZJ2եFɥ"GɒMR:JʴL]F3#T$qD4 ` . 'KWNt_i 8%Α̗dI\3F.ՙ Q\P"x&h\YŘYi+!hif0;fp%$MixTF]1\ \4ODne2`!a%2I_<`1(+^LAiYIaR,'lS(1GFf|jFJ#j!;<}* QNy#aܙuf!II>4ѵ1i)-)H!Ҵ,x"|/c~Lcbia}i#(HcFNI>8)ЙVzp3<Վ`ʇȴi+<:ȣb|ج >gR%#U|HYrW2K~?kf VNjƩO!, le>'"l:Sa1?dE^,EY2w=i$)ɨMpk%U vՓ%R]0;;"3X~,hTa&4-upӒqE_!b40` A g% :&18WKj )a0q d$'0b3a 9>eQ@%bI,-C3%8 c`27A'<v2\`=*x{<,b"q` DŽjwyQ6ectyx{ exqt5Ȉgy 3 2Hy'+{t(V7@P|4-\Dj0g% .0|Vq|G$6[r[02'IR7%0L RkEK4(2.$a:`cea$(P_usPW=qyqQr`AՏP/TW2Q|2tqSx|4&a4Tcw2@fxOTHr(Xb[H>A2$'YeQa{[(b;F"KGr+*GEJ5ׇj2'G*w$CԜWJ%wz'z)iQl_긨/dWPUxSjfEeL yP *R:ճB-4$+4eZ~F^'d0R.#mr:N `20U03՚iyQ!tڔ&HRr% /%J23E!YkE%~ST)q%zQQ%z} 'HHծ=TT>(`j~tX. 'Yۘ:0zz~íXj{I'92-ԵY%G{?";1"9''%OG:D %XBG=hѳ%*bAױ{U ;UGOF^֤ዾ;" [q4~1r/p.#̑)C8$>Զb{"C:[aA 6()RG5ؘ_+t,BQӧbsaTȐ?!YCb'*' qS!NkJFJ){W_,#:SZ2+'u?K; IL@bV.;j$ʼ[ssv4yafxTqR"$yMӜ$sxR1z:ܜBxm(e(,$s ,˳LofexxV˾}5 M5{h,00b`̱a{`a20u9DI lI>-XZ+K\)6ɋ2j Yb1$ι6,}xAP".g[E '&J%*ea[o2GEtǒI&^':ȠMP"()k(O@I{reŜ"z!K01\2L>SͩKӢ>J`mrɾKqD`B ;w 9jx # ֱ`cˈfˋ-x,rkL0⪜_ `QWqB/\?̱+~3i"ѷd̃}|7C -aP3E% A 3Sh/,lٰ>љg":$&? -8-* Y.u}ە  ?Sm4[Qؒ^np C'a1,LBsƛM& h%i#m&aC&tˊQ(8ćDwtdAuQX!E q$7a$SrF4grhŧsB,[xK`jB"qg a&}@pFKbQv'Ò!@;,% %1kv'gR&z>BuHqQ{6^͊n:{T^c0-!E%ዒb!w?|YճB?u?,0>je!zaVMjeэhOpmx'-t|gY dGEK޽Xce{32|廼ShFϱ1H5b`hL}[4,/Ul>/-)PTh)Tt 1 NTH*O( -(^pO(bH2Ar.B_SJ/C'o$RrR uL{jb$ٶ޹Y?w9bIʲx'R.TprFL[[(@ $4,[%ކ9N[ YC7fבvSj~2 :CK=6yO<8*3/OE I)UdK1e<9jM9oinTOsxY(̟A`ԩ>Q37P5WaŎ%[Yir:HGΕ(&'Nsl+,N>R"6YL!\,aGycc)V/^.sh> t:5/l+ŘcOc_ B4̔3L"A!+$#԰Y):}? 9RC'8Q8hH*Ŋo6XGBq٘[Pɉ(JF6cd"g#`\AlD?/tPHC3I}kD!T(DL ]63p 1 %rUXc%txŠY{m))Lrjبʪg-fuYh-*Wlju&x̲V:K kŽ;m2'Q5r k(%5L?(9zu;<% aP*w&{kDGK1 q9C3ǿ*#׊LIÔ!J2C.΍/HL(B PbZ-0r J/!zE6p˂3rJNq&Reg(QҞ5H2P!$,40l <97`;!Q"# FزU]6[꫷Zm Wvz`bv}w}cV-ABnȤF_V5ʀR3.R! KΤ&( 5'Oan`pː¼TO "k^г9GG't@'~!3@ܺeh1h`Mn @.ԲS{|G FF*ܕ ;؃?nr\]2u8k},zY|yk]k/P=ssދ>;SK3Bs8# ?3{[ј `2>l88.;%BȠ=Q:BL Cs3,;?2>* 䢆č{ؤS;c(`+ӽ{̌k;APOkBh(,5V۬@,0Lw+ٓ>k&9iԳˀJ[.': -)Aj&86ȸsd<YX#jR8ܓi{lʶ*hd!Cl:SEiLR lsr eIL'}ҵE+RS{L΀Q5"6J=L 132s)OWPӯibʰI wZ- X1RHsXHCMJDer;GyHH$@ R' ʠ!(.TU˘3|y }z% H ~ }~_Fzj:-\!n3˗) -TiZ "Q<ݎǬˍ_L־L R} m5@E8؊8ҦHW$LRذRwr5 4ΰ!(=jـQ439iSL:%G 8%e D$K%MVȠ,3N͹<]JmTVFq !\3H!֦ۍh}im GʭUrDѰ7~ZOUI,]~x;W Q0" !15iվࢁ=^KmZkXXb5^ nYϒw-1+<[Pٯ\S=/u_(S1qL45e95D׎$_MYZ\|`IӬqST4K Tq@=Y^M_`Mc_? %}\ :˾Uz/" hmJim"&&q &6\Ӎ '1+l=׽2 t#]X9W  )ޓ^]Sl^^qX5^P0d’#Jٰ%U棯 ; /e_|ЁV9]HN<ɛq`۰4йS χGhñba!1a ^ΈचMRMBW(|Q/6dJ'"ލ qȠa-KyO nKbҸݎuN "$T9ٰx$sB?3`9cА[(Jl%"њče2iܾ*D& O^UYR4IPkRMj䦮KPfi},+"O<`+g0e/7<y{ YBT?,9i@,rՑ$ 7,ehϹ#f ifCgBramhٰ4T-?q:%" }& 9d 1x/먧5>'y/PࠋZhg$hz]ݎ.:c y (Q\*"њh:vl;b=yc}ZjtjgF^jaH>تjE~DFX8k(iގѧ"GQ֕Vf~;豓|RoUS^v^I]v_Lfwv^PsWk8sY:Pz(seks>^s AE6PhǸݠzQg>zz@Yk`zAsȃgkpxXָQ,15G(zPc8kwuX{/C8xyGw<y*\hy6(ֺ͸uz<˗:cELjbxIiG9ωZ.rt"Bg}ʉj"Ξ?z4ҦONz5֮_c⬏Ngt!U>tTgMc1M(~Y&nx_9AQ!!gRF>t# xnh)H`>vfhQ=ҩ-v("͋$ H9J( l:DD׏ ߓv4d+:cJj!٬cg?b_'\?_ b릐`KZbڈCvgɰt$ /"|\'llܛqU\3f&-sE7zQC]Gn}62O=%~nx!hg8&X,-+~=جkK[Q&j bcvF^bɊݦn__D6}g!߷xHO}ז tH7 n)%؉ gAYۑi=].h6S•7Mq7Jnl4(*\=B{D("=#:Z)kCm"S|Sdw!+Fv*,*$˾b"$`VHKP 1 E^ Yw;0̀op9>~bs8œܬ)kj0:0EYҠ"}8ᲫLmx:?8jw%dJ*2Ke"( &4U_Z/1_d[딄h|հP.I";[(7\xk֝.[4щU'|U'1ت5w> }+("tyBZB'~eAԮ'f[jd'U@#h؞)V>u¸ak&BΊrN'o:JvܭJy >?#ԇ.ko~[i)8Of>??o?_???o??` _y1k8_A)A`TZb`jr`z`` ` ` ` ` ֠*n$`q蔾ۇ)z\2a:BaJRaZbajr !`Qnvaaa~a "b"v҆* @b$J$Rb%Z%bb&j&rb'z'b((b))b**b++b,,b--b.F Bmo! >""c2j##3Bc4J4Rc5Z5bc6j6rc7z7N "y i2#"2#8>c?8G99q!⿥;2ƣ?BdDJDRdEZEbdF#@G9A$i*#bCd13jKdLLdMM8T@3dHH>CIIQ:6KdS:SBeTJTR%4"GG9OP:L!eYZ3aZZe[[e\eZ2TQe_ Ze` `faa"fbFa]%wA&$&HdRfeZebffjfrfgzgfhhVfvTbfjjfkkja]l&mC^%(Qcfoogp pgqq"q⦇n&sBgtJtRguZubgvbr*GBjwgxxgyyYrg6t{g||g}}6z":gh ywh*2h:B(FhZbhjZ然'(8`B#ph艢(}(htznIBLBhR0|LxǍ"i*(( )&.mB&8vP ͗R@ih5@AԂРPItiivJLPA#i5~©"c՝}(v@6d)|*(j \'L@M pijq 4A L Hjx**N}Vj]jvh LdBo|ifx+xHi""kk+RnL"ꚊǶvu~+~.iln+/@R@Bn 9,kn®nJ) ,nGÚ2A L1d/`A D, ,8$9hrnȺ@`\npjf-8̪2kʮ> i+^F'9AN 4ømۺb@6n,Άllٚmo m.m>-R-lo-ي-B->n-:,2nת&6kodAHkn| RXDn8j) 09x@TnnzႮ`AfF6,jjZ/ ѺZANBϲi*oʁHF/&:o趎z.V.^cp U,rƩ#ln// ү2Ưpm6t,+ pp"BpNTp^j+`jm ̬VZ-0(0*kǶV.ónwx,Whǖmf n:i//jiGhkp'{' Wʱr%?r (!-*rn0r:r2񨖲9q+"WrSdž%;&^1hvP햂4ki pn<4Į 1sAc6nrG.1-t-<#&O*,/3(StE[tojjK'4$kG;t~tH :n4L4Dtr23"~6i.2l@FLK3$t:BuN57$|*OƳmҪWK5U?+3k+\t\NBg5jq4 u^tb+v*RZ5U[nTu^w3]]0cf5hg&Yd5)#tnN25ov@F&A:熖 *.VKw$pX7,. @c6 7e,tKw:\;s4h)׮_s/kla/}wrwe~wpG7qwf,717ZGh&u*vwwO޺ri|6*m#6}sJnsj*nf;7V@ lMs67W-1k>vvAcuox:@kA@38L Co8$÷qqCDv~{WiBjoǑ>+9;C9t0gL#3xnx8hcuw|xrr*(x]O/|5;7xKkwr1Zpj)r:2-[7r8r/4.{g([[[pz-6F!7 \ñj/L9^{Q#n?8 7¡~+jUzr;uW6|*7p;e/q8cNp jv,Wy)o |+(/6|nL|Ń31˰#&p޼<{/ȗ|*"|<˃/7)yiSr Jp=ZknĊXM;m=0 7m6tS*f ,s8R@1̣~(͓, - (9rgC|ol=j{:kcެ燾m3+K{~b{r3h8gW۲?"9 4xa„|(LRbD)VxcF9vdH#I4yeJ+YTnjÛ;yBdhP4=6ujTSVzkV[v,ŸB5TiXkٶun\sֵ{oӱd5Ҽ 6|qbŋ7vlx/_~SAf͛9wthѣI6}ujիYvvlٳi׶}wnݻyxpÉ7~9r})5WY^TU~{v۹5ȗ7}zٷw~|׷~ ^~%-5ޘ=EuT|\wU^]~Dx—mn$t`i{|蠅袍>餕^馝~ꨥꪭ묵ޚ뮽찿^ǜkR^mte~exޛ ?_%-5{QEMWU;gemuߝ}s>?Օ_2]襟ꭿo<БwwW0Y}Y`{0?F&@굃 πk &0qoIXBV( !,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(E ,T!` v ( -ؗ3aI Ha~,48~_ `(X.ȡ+#JxAD2 (JF|e}I`(\2fvg/|ީZ"I/m餎J3<#`뭸®+k&6F+Vkfv%p %|-8,&c..vg/xYؙ6on,ueBn~ nA|cK۾& dor ,22ZŃ w_*C'3„<7+&6>zTW}ͬ\w`-dmhlp-tmx|=H{W2_ DY m~RjVUzQl'H Z̠7z GH(L W0 gH8̡w0RMx&:P*ZX̢.z` H2hL-NpH:ꁨE#N VI IBL"F:򑐌$'IJZ̤&7Nz (GIRL*WV򕰌%+.CM9 ^ 0IbL2f:d_p$=K6nz 8Ir$z4 A:Iz̧>~S#+p8#2LBІ:D'zȾP0% HGJҒ(MClj}a.K8dMyӞ@ Pٗ Qy)PXLWyN>}UyZuTEWzHt\aEOҚӮ^up\:SZ/XP J`8pl%%ZȮFV!hBKʮ"r_ Us/X6ba(fKpYp  cZ-r nj+ta@kE_\,ttK}եWlVp{y(Wy^zr5x-_r}sEb*[f~@ ~&X(g5}ř.dEms-\0ughwʱkx챏dr`Ȃ+&;Y.K\=-de&o k1N>06s}A``rr1=S9[Nw+c.h ]Mјδ7N{ӠGMRԨNWVzIZ^qf"Yp5#^$?]Esvcv[ŀjp.[nBV[UAa״'^+,?J׼djsL x]uM\tUlsrnj[O">oa[]v1ڻĮUZJK~]M8Ϲw@za s8űu^Qpp?C61l5. Asa6J~p-`q l}pz8zA2U;%˝qtlh}ů}?K+K;y9ۈn[٬~=쏯eb0;u^з{O0/  gKռ%`@ jT=5Z&lr`o0zZz \vvcw eyw}"s&Zb6y|'v@_7|Up|a|Zs1\/{pā惮7s*(ƃu\HlGx38p[ǂ[_pPFWfxhjl؆Ft~@5@!`Rgud^lZh5hz&}r.YXhn uRe(vpWS׀^6n;6sew_ffWu+'brhEf~Zd٧u׋匈nvq68Fi ˆ:I&gu{vcedx؏n`PTc}8XW' zwXmg7p(b_ցnōQl͕pZ`Dž ؑgmx*HXoySXy>H fa8g -(hp9Di>zxb;Oye%9Zn3YSE.̦}npr9tyj)gH Їk{kkiu&vƀfm9|'_9vv)7ǨfBP^5%w`ՎPgnf. U|q盽JZ#XCؔ*,GըfVxIXTwmV9y Gfp՚uٞiw OYWu&2o|F`enȃr)9Ǜ 7YsxJlhJz&Gx){Z{ȩsh 8*3J rY'vm) eSLu`b:dj@ ktAkkTǐuov斉BwƛAWZ>p! 5[h~@{ZV;ᢔw R6ڂ乣&ZeUX {YةՓy\ඌ B`yjheˈg|WʺڬyEcvcb[xy8(Fx3麮*i|hYg+OjFH>8Ɏ(4(yZ6 aץYOʍ*g r˩y}ʒK7ZfǞZ6{8@aЈVdJ$uBeR'o6nggʠ`E|vũ=)Zyjfy\We AȴPǩa6Ȱ5z-Jx>JF(*sb* zUۃNUvK_Ƕ𺷒b(멳۹i<{>[k5d5AB6dE@k eg8}IGX Vפֲ] h xYz%b_ˊ++(xx6{5 nu{ m{_ErpWO np \nM ۰5*;X Wl&s;QuuozA uXp)7o(U1'>qn&L0|l1\o-dqr5|p[fml'd&7q?-m1v3qLwp^%ooٶq<_]Lo(Z'qԖoEl4r@B=D]F}H =ӮNPR=T]V}XZ\ L]]b=d]f}hjl_mr=t]v}xz|׀؂=؄]؆}x׈،؎ْؐ=}Ϝ  VP - ٜmM[] BR .-ۦд]۸%- 0 ]H0 Mm½ϭ}m|@ =ݽ՝]ݿ`!0 !e.޺  @=?q]В  ; =" } 6} ]m#.ލ!=]ӀPN ,PAX0- E"FA~5Nќ@Y )P]6 zrmVpߠ "]舞Ƚ"6ѨuNб`, ;0V-@pM] ^ѢҐ ҘNйӟ>) = )MꦎG> -]r-0( bпPM*?V1Ov>b?  E iP r/ːg;=ATOoxH^(-Mn? o =p; c޿"O7-"^goІoE^?u+РKP^O(@ G 2PB Qa@!aB "LX$ B4J)DaOƍ KLreiJ,BlNsLh6~5i 5XfEJ*SЭNȠDBn;Hi> `uuh -/]D9hըN2\v%RĒ b\Bl~M2j.XѵmƝ[n޽}\pōa,|@ xQH"xJeѲ`mXj Hz6B9r.-^{>s+/ғ, 42(/b :,B.,X"F +΃Hpꠀ- K"\ fq8ӭ,+ 4,&Œūp$K"@D t 0'8= M 2(3h%3P™ܓ1 cP4G&1tMdl! *r"1>!Tq ܜu@\H2]?Q@S~LU#g Q*6x55s]6Vi'9ue]w߅7^y-n@\^DJ_ P ?sgNԚ7.1rLLuΈSr+"'y/=|a b.-6^ {EjoSRXnrZ!.GMU㒯8!Il( [b6V=[\jmf6셼ޔLj7jis;6\b2t:_2l*o2Gs$*ϼ0[[5"Ra䛋o7z駧z~4{k:M &g^'RK \F~M3t* C~ƏrC; O1 ^࿇6+SCNDSɜJ!B o!Ϙ(+mj`O:%*w vMqS Kto\bTt7$$:qB6hKC p4c  ΉP/@1s2{7%z0sӛ 3h )ˆHE Y:Z`>0kſMiMvy cTJVҕӋ@(-s/]dfQ֮jTvt2 8-WB)J LbZriXht }&cf,N+$#!)ΟƇ4+?YOyF*BxfI|`)pmG塙:8G!@$T(@gƝ-6t&hFqPZdFЉЏ;34|"M>:y[3`q;1aHB0V3h!֯N%}&,:Wծu^e%<#vjKˎ0EA$0ŊLG豸ty|aLX6r̴ 6A9D윃k /LQW%1hPqWiY6 jxMn ]P1)S2#p=i ;Yo{=tՏ3GvA]߬i%@n6ޣ°_$dGc*DT$({K"!o*v4"}6|W/q׀Y||{6t;ȍ_K0ͤlwuB3FnHH AThh,@!mC2LY)t b-abUp* 0jƍ.GGW!x^nsXLry A/ tZ-ȑ"%>gN-?t"OIsTC4FVX #ЕNj3k#zħ!%Kr09;v Wl1aIdѴv:NMdيþ{'RSRGfM[[H0:iӔCb!T4@w}~Ĺ(sFJ|qC?v';3ŭdP3.ޖ} .m .=zOˆԁ3 dbBBP;\x1ayp4Nd}z:`ĵu3B hALe>g.y,2:uVƖsN_}懝s̗lRmW򗏞/l`8zc h&Aj-䀕e`Sy@P!fyYVcE3=Siq V` V@ &c+~ ^0OY-y6>CrV4@ۿz 烾 & d=A @)Q<"W1A@Aq;3[ >D*(`={B A[ V^buHh3n4^h4@6P-ne^z`}^T:ۘXx^@"P7`(RuMUU ]LPP>k_W0VVk* mY}-a5AP8WE`dd ]8xډabkE_׵ a f^pp`KF݆80 yzxU gONuń`e)㆐U8 (ucK`c}fP@TI@a.nVuNds`^hv r}EE^^E.mXR=j0Xfe_ke۷]^~_oa~]f2f NfM^P]gkíRe/lfl$b?Pdz gat`M 材g 6mӆ>c^hփm`fU6)脨Ƃ^Up^kO Zuhń6@XkY]V#PI@T@nbXk(Yi ih$("X9Hl^޽ԣbEP Oe-7Zjuj_^Ƅ{k_~uk)۸}\ 6El7kdeϢnf)<\6_LP"oFVcK )gFVnϕ^m8b]-ǝA ژ|N^fۍ-mڭ`88`>"bsɆbUg9cuX4 ~v~V,pnT.kqMeu{X@ggiX 䜖HY Q+}Y~heFtv{c&OsjuUXAcx%ujv ߍ9{_V)ibupLX)b۶ٞUo11.hP8F_p 6Ėm!w"W/r%HGKgp(XWH_P%pRO\U>80f& 'y y,^&3+ƂkyKeN[s @ǂdnS5k(k>si- DE7{g#pt牠 u57KxX`x`m]rd@,xrK\VN0pa x|d|feG_iWj|X>Pp;Rn?t~=onVuwdQ@`j4'~qyx$k0x]/r#0yvxvklsnxQGy@|J go+ѐVU+d^i'2h58 Z٨0mdNË*#>4JCU2gʜuM,8VĈ *T$)jQNAzsBtjj#.lӧƇ"V" u=S%Y.M;kn[Np^5JYur﵎iТ! #3AF]fi.ks}Am6u^fDoMj Q)ǖ N!m;x0+,\zYo=_sB}x * } 3!sODa`2"%bi(aDv޹L0pEč!Š!3eԒX M$@$F:TىM4RO9Pn3ȑKp a,aX$ eIVs}4Hwc:h[7d~7PAq(F*L8_;*CUziVTbmYV^(!G#&VV#}J=SaxJL&y6hi ]8͆mBN[fdNq%g3pcntp<]7d2X KQ/z b|0DcMn#y0k1<9!Vx5އv؄Iĺ2`a_0ps.5ޘc(A dKM؉X8!bbM/SZr ]9!pPf/pB @Ԧ) UqW aKQ[欓&>X*E)88&XY!YFTG?u Z(XAһ]]haC\!dz hlh̓icRk kNF~*}Ѽww|5^f뿿K3w a9 &@!U@{ #(| dل,! LeJV2fڏ+BF8Q6Q_C6

T3qp$`ֲ-KIKRJ6L$JV–⦕PvQWG'iidKi &Ƣ2ˉCL4"3'c*b1=qQH7M {CUFWP-/_:AEYQ. LʣkG(Lxr `H#gian]H=a[g :狝%jv)'ؚ^~Dm&d5G'9QuX|'< TA `8J@c'=Y֠!@!1(|.5n~3,g~+=~3-Avq}ꘟ3"OBFQMsڝ O^U@,@~tz#ZW5ݛ%-hЄf TӐ'"I!~n5`@Ԏqq߃SM2Ca6թаа4qM|Fa %aH0j}2q; Ap| H\.ql^>[5l7pd]rd CdX:3*>9Ѓ.7'F'3N:ԣ.u:ֳ=dw~LI k` \^nn.w}ZB&pW2ӟsT]B ϩeIp^ *Y]v:XHcHpᝆ A X[$(6[|Irck!B Z2ZB+`9XH,kZS-7, B]_x( n%vI٠}4Lò pHF]aͺM43&g-p/&w 23\^:OS ΄MЃ%VB o24ȁA/vUꧺx@54Q FQ!+ iiH\2!ܗݰ~fIODf`|E@Zۣ(܆]xz b.wXT lc+`ChRcJ-=4l@5`E)aV}N2gL`}w}juQK|z8$.:^{=s 6(݉ >xAIsBDKɶSU>ۅowO0[mzF~;>Ȼu^%*'Τj+CgK!{7wB!e)P|bA[ ;@ ~X1 C$+SGCTgD]Һol{DN4APkD˴=pb{@%i-?@8`A&TaC!c à0f=z1Xx-بApPT%L]{x J,.U >1RjpTEd NO'D:uSZ/-4*҆ςi LZzvXl{Һ,AUp~ 2grT|.MG˕.^z\&n=p2s?lb vݵBzyyѧW}{ >Z9׿3 #:($^lluSYz3nA QD$JXlEP4/Td<L\-FJȡt*HUh% & R4R &L.$r$כ˳X JvЬtF'%͑IP? Ϙ=TDG!TI#I61 $OA !Ԉ@<I$lWU2hVZO$O'_yұӃ: &MVY5MEQT?auj_UYcoEKdZ5'w Wy{ur6&y X!"TNEU ~!).H]uɊ9AYI.=ΈER=aYiqYE9elga.裑NZ饙n}q~꫱Z뭹?:啫N[nmzN9hU߮[9PO\o w1\9r eRQO]Yo] qq]y_vqt|{/O^ogtR`^Q:O_o__@4@.Ń4> 1;cz AB%4 QBCΐ5 qC==P.KVD%&G 7t!KE-nA-^H e4јF5mtHHğedjR@Ń4!g3yQ ` Ic@܁>J@d'OD2aOϔ*а 0VaK.u>y!*)ژ hL^rPtqL5MI4gB:wTdGm3Ah@qAp^ E.O."AІ4EUD' RCOJ+FÑ9ɎtBH>~4hL1$OGTri(7P20=\ *Va|(slg:ѧd1n"H(XhA0" d! &Ɨ5 ;ux0CA WHUOh"L@υGݱHPo4#u(1l w ߻d]ц c[@ ƣ&P?ҡyZoW@'Aח9=EQOuxC(w]?_`|0oS BM mbޡ~~{5QN_??*g@ x+ޠ}D`ĩr m ߦm#9!aA;)~`| +t ۡ xo m("&[IN됮[ T b.N i#dXh.b "@tn&.b, . Ґ  հҐ[ 0,R P1 P7"@7. #c Mxa#X@Tj`.-k6+'z K~ܫV T|6 #9":mش"=ޡ<3;sN Ώ1͠= >IAL[P)ݒ%_r&U`/.@vXz`~>,ĶrA-1 1&*?4Bt+5!ZT+.XbAlrN@2Eْ `j0 T/.#B1J3?J FO$22;2u4e4{꺠 h@\͒rLs4Q@t-#M:t73a8J8O}j89$Q@ؓRs;S3<@<0Apũ; -#A ْUVmA[jD!T*5IiRAeY'tZPi#<H`n eG) 7!!LIUE*\ѕ]3j\+Yb!L09j^*L`7@.5$BzaY8c=c 9BVdIYNV0ˀ\v47"15dQ2I)L;/3g3I3 vA NSs#V9B,u}qS}x3anO:'kg85" R(73:9;GmcT-@2"!r"W>=+> Ġ7TpruAIY8%O\a b^LY&UY 8w@s;vdGL7Y"T~a0civmvqw!rw}w9tExO֥R6qVhY3 @M(8h{ag1@(6}tvi+4w|a{*7}65o7a P-P R˾6O@n }-0T9<<ճn==ׄ9X# y]hqgqmxx=xƁ[o88w u8FY`@t/z Z4d@ZV@Ah| `͸x#W! N/Ԗx䘎NTmϩj̖j5"A4ax P9$Yt~0`v#.S ޑ@Q`*TNPPu0@ li{Y!tOpY\6ȹ9xy#,4miR$Ҥ8f ~*# r rJ,I`z24ע1z9!fI4:GO\T`:7sV :8§ O 8ϙɭf{Z6l 3-zڴZ|Nجz#z(yp 0!vWW@ZW\94 ;{e2(|,n7"|}<[~B{6}FO[U{Ǯi;e[c:@:$VJ qdy}t#݇{{ ~}K)~;ۺ;[~\`;[ke~x;{{I ԇA[zۈ <|[ ;]e@lyA`C3@*"č7\tzJv3W6?;{}꛼v1}*!V ~vGȪԊ`H6S|[TA  *HD> X~!~ .F҅B`3Ѐ^\! >@abAAbٳ<Mkh5(b>}Tا3mѾiν| p^>TaH^?"n't,a"bC"@ j  0  !bB=b xB u@D;I,N4]Ǐ 2aɍ,l^Č;^kVcμ؎b|jkԥ<=ݩt*b#?cTJg獮"*u[T[푰[p-Q^;;V &^X4`|OOV3gύZ)~p= ;ٴk۾;ݼ{ G^V?\vL.RfSKS(djv5܄">l*Q{N<chj;k3 oKoqũ2V qεt[umT'y+^{欇B3)KBrhq-s$;NB1b8\aI|8 |E0,tW A+WJSEOE5HX_a;O}}SP%D$4E ݸ۬Ef)Yd-8l–BD#7Dq=[7UaGR.ў"Ge?]. O%E,+MOO}_}n;K+0=o c]A<^yG~+' lބҠȡ frlfl=H XcS*3.T@HWT@ ( Oxi.RZ^8yH%٠G$]d!Ma9v[&mRDnId>'~oLd(x8"$-x,?*saRetc6N񍰱$2?%)h"7J~K+;ZP2,$PI dAr-ǽ}/|!ss$lX0\Obˉ?3?j 0D}`$Al@APڀ `P&(Zqk40C6*t;JnrH$SWt**7i8vˎG24%t]׼*ԥxɜsOf1gqd#ícJ14gKze7Ax"G8[l`Dsdj@rE- N 5njiJTDQL"e?`EBR]"H:‘ѽ4SH|BA`\;/RM$"չ16u$1rVK^p[M)ԡxn08Le x.K|k2ݗ"`*$77Ɖ,DPF "q;!vf)nJ=mN6-@@AH>!,0[J OhY$TЄM=}^7I7rrPB|e鏐OQpAV,?%8KjF֙y_d"!^Yde;o"4k{vAl(`1{؋4ʁl2BPxbMˢL"+LHb(E6;̼Ђ4b05&lX#pDSyJQ( У-*/a"^oA^q+U4,4͗t}0HڑG kdcR2ʹG㋙ú4v 0$:>G#=p'V0+tdwүa=XJ cX:`mؔ&:16aEH#Nԫ~p,Xm?3wķ%bO&7>Å p0 i \ aNxo0 ( 'y [+y4}y/X> 8rlAIEiGz9 KW$ڰ)PLŒ[ɕ]&}fHIeigiL9 !n{ɗ}ɕa9k)IiWa1 c*Q #~舘 )IҖɐ6A{0 0 ?iÔY雿 9 ްTXI_ٙc)٩ɝمĩvP IY{)qIi90ݡ I&0q 77S!E=Xy: =ð L4v>w D*Z@h*t:!|0v|@`6%z+O I;gXC [ ڠPzWPzDf]ki^Q i `o``7k:z1b_T +s@!vp :~xdkJRjeXꃆѩ\JةAWD(}t,+h1P Bs1szpJ= VJɪi ꥽}wh,wS GDֵ)!&A.(!'b4R8+Q]E6#spVL)^¬}iѰ9^R0qo!W=q_apq"労kyMɮ{ !S1JQ#X#?R~ A'H5HwjqB&@%V%2$Q%&4 &;'#66&n'ltb'8zB((b("(2)z_G0)[jro%z;|{'|t=ɸբ)&*3 I2"R+X+[K>vid˼PԼ!ߠ  0 Epb4X5Tc5aZ05b]u ]}h!4CWQD47ucDyû*7UF'm]+5 w֨08=4AL±9D9#:U:TEH Y\nn( ZWFG=FP@{@!Zp}i3PH֥陠C4dC*~]-C@rï~K*Q$wxL.S||߰ B~C路{~~D&%C\!h$J(߄q #8 ΃b 0*$!H^+qsaHh;ȁ̡(*X>25xz:߃ZQ~c ɟ¼pۼN)N ;"  ikf_3 @4 k7m%큿1? ܼi6=8#=L??o*WZnn?(2 ZK\@(bd3?A%# =}[#D~!ԝ,<3rӏұ x!1G֘?<ʤPc $ˑP2W`X#Ըa $ {N6XBMDDs,&$YrB5@&$J+e㶃(iQ  QI.eSQNztwUn=L>S [v96̮:ٴoEv]y_Uaąg=i`ȣ01P詻=)~H!MtA`xK]ze`e˖apm0PL7J2qAHp-WOtir$-KB? $j3AA5 yկg{ϧ_߾y†V’ ln4DÂX# c) Ѯ Onh@!&PlYMXP&"JH#tRJ+RL3I'Ϡ͙R+-Rsn6G{5VBk)=I(pE$ }D>vZҜ5Zlv[n/N4TSy$J]'I@]z{ 癃` V&5^B@ĕhF#Jova#xb wq us'K2TxdK̈́bM5Z=ixfkfsĠ\K$ ˂Tyim 7`ju|TgQD b:!J>XAfvH$vnN;SP)ߎ۩>o.p+rLy~r z290Q DisVzu[_V7(+A81klΞY!9j"zp)W杇^zF ?`x>ś:쟏~r5gr='uAtX: PG-VN dɲ=3wUz8Z-%?>x=P"|:22GAO;aNelcԀ@ѕSPD(2!Q1*` QO"SP[;ΊX"]ؔ.C@]R?xǡqG!Tym Y8FiY(g "]FdJǨx#WXEXRkџ? q1](Sb`;:d#xkp#j8a5T&3˶xSᄟ?L>2OzG;>*O`;IW6 ?gFsF2 3,RZl5Hdv g96%DXg;JR+e钀(.ie .&DuiO[WRYg3ͣ.lC5"DUQGi(Oz|HN(iMPCJ7~pV djQ˶ϴŌgTZU VP:V|elk!~ )mWXw\DDIYIњYwY@-,U; W)khWōr.:=4= x("tkcʍk^yBlfLnr`2 VH)RHYȖc8VD2H/d(`X `)ƞW3*AVy d+k&WUUe1CЂΆ?1'E`t9I[wgns!gZ3+r+Y(2ThrAvZr\#XHjXúugeM8CyzԓExH8W kpbK-Snt+(]:nu5N~xgJ2MY1/+QM8VIjl2 LzLZ@=U?r7 #.˂XNEXz2{(ZagUgcBntRq!_9]+gS?P44tHTE5ΘLΞ묎sKMH4BJet|ppЕ;f8!Eo,9gS]U^e%MďYDuʈ&S@RT2@x\/] MlQCjXXD8^Wr_=LEVt M G tVypKؐoU9]xwr=Xs5Tļ|اlDw-ѓyX^ @W]ÖQA؅.MX}Y#]Xlyئ7&RYp8U9(վ$oyX$P8eUZ JݙCuX]JMcYe M v95][ ȪUt1Z$ѯ۟2Zo9= "4Ȅ\ȷMڬZ[Dž"3"@h+\;\$Iܚ[}\҅\(ӡ{_"\ٝM#˘[e`,]߭{8'xoUXZm^u@# NUW8-HL`ܨ]͖܅}^]Y]#]WP%(Px̉_}5t@lY=`- 7 x#h[G_,Y'W,X%p `k M`nY`"i`pDȀEPi ϮmuPaSh}؀ IlUb->XV^ X(Xbj1 TBp$pO<8ySW@8bV-.dC.-7X_-@[J{W}TÄA@KFYN645UP 4VP60e<(OLK8"~:S);Ce`ݟA@&*PP^!hRрdeэ l [AfpKkfnof@H,&U4@^y_fL aasR.: MЉ)esI%h&d@6fyb aWiW` eyo8^>W$dja%DDW HF X3M%,h!@ ZJF:XPS,0 ~Us㒶I.+l†F@p ZjJ8NYLeѰlTb=ށ.m.:dQ;׿mΟE^Tuu>iB1Ngj^ k^6n9׮LheEKQD>oNo^ono~oooooooooomCm][P-$K$ml pmҦW>G7 qВmoH _}} !Yx}I@!߁n*N`AqЂg/q107ܣ6ʤfX ]хLlƍXk҈64:7Pip)7*f+> ^Amk)1t t>b>J ;p`npUXuVW^56gmΗPVwuX Z7^tkt@dueY/Ntjǜi/y<ʲRWpp.wqǜd4poV rמX@`h=M0C^k8 VDOLjqA0"Q#ŭSK|sxy>7~D+x`fqyxpGu i)LqzkkPzyAvX\"6/ݚ8VYz+I68w7oV ^oY8 z5||·T|}}/}?}O}__}}؏}ٟ}گ}ۿ}W{{˨/x@Hw/Ǐ^u~k~O8rr~WsXwGW_~0n  D|QCu a9a~D(ȉ&ON,PB! ieA(ƤrrQt'O36̙(ĥ7"|o*ժVu+׮^ +v,ٲf ۶jgkn\sFͫ(L PaH!NLq3N+y2ʖ/cάy3Ξ?X.]VM,^Vog讚*8Ə#O^< 9,YEG9֯'W7eqU=Wb[/>شk۲}[tܻW`!hc֠BN6Z\s§5!l/^cc7c^BZdU:vTVd9IUSudzEqc&=VU5g;_LzqhUb~#Cyᆋ2j}ZW``b 6fa pPXjVVX%gɕURwՐ'xQ Ú%2Vq+U|tR[-u}%SȲTթs[! kZiW`,Ca"΂ꏪ#•Y8d{ܺaѺU\]9LK) .4S閱V*_W.UrEsZV:fBk>8"ZG:sCU<[sUVޟznT^Cԅ\sWC t>Ww뤂w鐢tQLv]M^ogW~5qď/n^H/eݛ >裓.ajxjU^|gXe'LXTԾmeӺV pCOm*c #CT 7YENǸW>nGr>WrZ |`?g?*⺫*g8:!)qt{T) 7pj03n*aZr;>6B8k*qΐ!7@~;KׄX6C 8 RyTYs#CrCxK3# ND!2@‘,sˤ?Kű*_<70$*Q]{9`^@ *qEsH]UtIdxGrIVV)v!v%Y Q*ۊx6Rtl*$-cbѓ{ `@ B31d\R%_%Bzimz[sc=X{xg5a yF)4hJuLXGDqP:,y܁?BݡL|h蕞j n ʠ ʙ݃'P.epD q9DxBAIR(Q 28;Ġu4^<^IЙL, NwqL Ea9,A_HYf\_a54E8,L e,L4 e A%_fj!(vI Y+<]98v))RA b*J fTT|` YqV<U\#,V<2$ qÊhϹqOnXDc % QR{-0Ac9Z> ]8_ٚf #@dh ,E.!$΅ԅb bb+H^]IF ,ԢI"S/V`.;D%Q BadeURr%d[ObObYL*#U<)9t j埡Ea^F֠G**MrE\1NhR]I0K]OI^fN Yf#U OzNzYu~RˇVU^,܌3SBpphꢉiQ@ZAaTefh( ePt҉$g`]usN!iuVt2`\b_m}iB9YCqcMRΞJeiOY*[!֤ VO˦Ɠ6pN]Sk*CGXjF껎jjEVJ*nꥎ*뷚CxoiB9+.LVyIe}CIp;L=aǗƢk+LTD+d lKq֩*Km+Cy+b‘?)sɵ&g(C `,`e$A`b%j"f'fdآt_Iڜ׊^[WMUDC5tX4%qX@?G}hg Y>T`X5xV |:˝˥Edτ.ʸ3nDZ Uâq X'6 ­>kk\\lbf38>osJ\-BPoLEEbEjdgLie +zFwjdd-)o'iZ;^gC!L]:޳qORR*(+\UC*اgn%_NṲᗽ q`%DOtVq 9\ZY6Z:aTf[0\} %d`.,?pOQE9 꾞Q.=jn59̉`F _wpWU6? @s)fSlZfv/F@" +RF9pgs$ï9ٮ-+*d8,6-ƯL)Mr#(Mqp P~/G*d.QRnHq܎|%|a%W2}Y'M11.i-s3AR2dq5hG_S1Jhm@k_` tg@ sC;4g8D]\UU^fbʭbNdL|T4X X4|Vq< .d:XBJ?QWf~ 1`1fN{%2B$ C9<# N(If)\(! Q1XB;P/̝݃9kO}uYЍYsb4ⴡ< =7_>B1x}*z wZhch!2eDd88ot:yEpt()ig URL.OߎP5TZdWtLqP1CngoR 7O4rSG}-h<;'UK[noT~zcaOcd5n߄8tm3鶸CR.9>HY]^9G ϡ8ӘANFAg|Lzl&< -8;98;ޒ:Ç9ǒ~;g=(eʓŭ[;YDYL hwsms}A^)OO{O!XrXUN+7V㸓\ ȧ{mɄG' V{>{v($| BHȴlĒ3 CSz<)nCC4Јn]oi%)򰹖{귢~llFPվYݾ`%˕~q=tȞ 3[Cҟ_-p I k*VF>+lVU>ʔw(k;}+h\}Z.u s=rYHo'9q{+} E\gT㽠N ѠM&cf$ҧ@32iiҩLlX5{mZkٶun\fGͲko^57ʯ9L6@bsѷ+4k .3tOA~ꨥP594:ѯ,1,I5.f=>IS%tI&RU[N?]0"m<{ gpMŅ0u׍гd;nTgdpݶs{ӐtAoу?y 4]ƐނޞOj2^zwk q\"'$Gv)F+{$2yB%+} VTVA0=qFX^`m$odTptlB9j\ ؼZ`!HH/ N@4U\`P aS}Vlv]:N}j6?LY|39/V C$ 2I3S"&,qca$CC*x[ئ(ʯDCB$>g)όt/[.ϒ 4@&J0 u' B(Х(Ko%V_yr.VT Cv9e)(ncM*Q-@dǝP~#Aߤ?2fEtF^-#5EiI_lrl2, …"8fIK8`SwW.X7QXT\ -HmТ8OuYBryB~р'Ȅ!nG$ N=Ogδ-D]Θfq!Rs=,JRӢTѨcQ舱Rt6.WmR462B t%Ȇ3)ةf p O|Q,PTTLQm j&1zE'ARpQnMp )Zw& a-Nn4Ft݄.v xc8}Dɝ#DFrVJTU0TdunNe GM-.)P9BfuӴM#Orqא~&hp N @Ӳ\M;hϞ%o \ *Eh$p$B?q=㳸,z@a$0 ]Z_/0[ٍbS+L\TYZ:W-ӳ"O `5$+/%qaG;$bT ێ2!Jw`R,X<1TPk|`Bš 5e u8Ĥ*j;PЖ\ Nvel[zֱxH&jƺٽi~hbԡd19~2zqa#"E2BgAF*AA^!(Kcj()SrDCa |`.iP$Xs;e-0d)|F!$d p{͓@\&u"3o\.c.qΩ2w+/{!tuaDΈH ޹ǣhQ2y<šL9Xpz:~wȵ.pǸLKtc1(4p`ї*0ӟ~ ,z;ߨw=MfTy~^u+$^ B،0˷KS֦ ^ UNXlRd`hG ,ac/"u'hȓil6ʡ ;ETm,x^kp"f&dUA`' HST<ϥ@sDF "OjK/-O)`̍P36QI@#`\`g@`g |Џbâk& ƔXU*\Sbd@l'B&űk#Fdn@lf0>-9ZZzȱ&FJʥI]q9?4^}~/"QgllL3A Lޠ:r,Nl`BL4OPq+Vq8Ц#JFZhh^Ddc,E$fdĈ 62->`uq8 gA:k)Fc $%T##,,E+Q+kc0 U,E ^ DQH)TlACC1<ȁ"TI&,M/1AV-8VuREDD0A5@UPk,RS#fqLEE]BIFl4:X Q[cA2"j:L8K55bkIӯIeI,J ,KKG@K9%ORE, J9%3S&M&GcҠL*4NjO; ;WQ HGhHG)ut^6A+ť$AþL2a2" j U?ID"9>U tFՅ.?[gv<m^'`W!g.5$2:8JuYڠv6,',Ec1[pxTL)\LDgƞp`BHH]R^s?ov5^_P"P0P_u#IC4PN49ߴoNGXD&ecq3$ Z@y˴3wz7/`P$O]6's q6qY {Ud 0"[y;/fK,0B,#뮺|#s.,T Tłq҈8PWYc0Af!! 2@v/TbvV4 p3"'6xs&S4/2a 5~ja*`Xv"0fԣ:*&c"7F:QX'nK7 R%a"(+Yt-yX==hiCn <:ⱡiW%cv󀭛ӎ)AonUo&wcD5T@vQ;E}H4KbEeѓB@̉*z_7-A)mV<ij%A#Kfz;k86Sw6T1@P1 #W Qb?êYXCB0` D3W:LOCiS;_vbvw&eb J"Bڮ鰛dqƦ(;0X6%,o"!5+[ %0CHdTnoF]D2.7ڒlZT0@?%j ֢5 6+wp WXBZЂQnx7̒BX=ŵIhCE-W]`iˣtuI)ҿC}LjL#ÕsCb (_4$iz0$oUŊsB-XG1=E)=K)fhCfll,AvJ-%"RR~A9F.AhpɓfAF@rjN8~S,TZqt(:9ֲI6Gm밯,u4's.d;ު!nI`yKyD}=3<{44QҌ7t1*zj:;wN!";ISb ޑYql<"{^ECh-!ʅ0,yKtp[,!f&OpI"'⦞rC;qFA>K=%,(`FHA=Dp)#].D(Z.u;fsxԳAX1}#?SjaKq_u]_# 3G6*\Y}@! EmL{x0Eŋt Vȓ(S\ɲKszfM6sɳϟ@ shOL6ɑǦhpn?5gwj"jV]+T;^!LMO^kXRyYxBN5ʸǐq?lM˖Ɲښ" jԷazODʡ5=WZqqr uȥV`ɪrF5\5YÚwWepmypڴ37E\讗Y]Sz*lC.w{fgdRggY!sOQ8?yrlkۀgN؍㛖~ xWk|W֮Cu-/h,(0 G$ +7R 0L pBq2x=Kv5hi~"3P&ؤzp34=E4a[k6捧a~rgFP}1.4*xI!14bưlĊ;b[9kMհ5ʙ3)%1&<UG!HFb%=RflKMȐB+iƜu>8)J[JKLt#2&j)*CX}#RG4bI*c)XRWv4EaWulu]*ae /پf^ D"/sijG<1 mb̯~Ax 5/|L[ Mضf NOmQW&o. 6! 1RbH#1rGϪ++FlZT*GQ-ɜe^eWudȡ bt9B_xb7b '4DeM|fX|bS9g~^|=lOo6mdhJz)zyBʀL魑ez+wE|[5ԨNN'hG[ܣ0㽦 lhe6&Ǹ\GUݺәbiqc^ddY<8G]AO՞E+sMa8E~2u*kY|1{mj/̩w&- pqzEZ Y m;kx'A^mmr9.ʍp#Kr"X4M|(t+_wЇ2sfqNַ-NKlǪCְMcxSx&Z&RveF -W6G0a\ᚈLV52cM)6y4폞_<318KploX!73įJx}#t47'1m֪1$%N9LPY^$ݹ>zNp~~W}V;ZѕDL}U:h vȦhG+^L < Jtq/Ŗb-nYײ)wq6Eakowdgv2fC@'Ba1Jx̓DbP=qDE:xEtȀoΐRq݃Bv`Bh(xz†.CzQIn,Xm2&vKSkm,J}vhL4w^w<}$}g_}x}t~X>5{q(~~7PWaS&Ȣ7GDžv/GfcQ68_y]1;3f(rҁ{&Ac++QR&=Q/`>]o0HtDb+/ =L8ǘ'Xqh9^.(pZJ:b.IA*f|suYyi|sXj8)%xtIHq|If2>TB؎Ϣ7>BCd{lQچFS 1 XRڲ<)g0p0u*V拙3,RQŸdŒғѸ[ѓ}mB=Xhp)%mg(UkB+w*FfE~uw/uhyE9؀q9~yB{i}xIM8j?G@Y `5ygyQBS0&0'R J0WaՀ+hׁ.u20ib6`S!Z=je2fb3bWY/6H70Iu{8{=ƃ{X~ #.q<{3'Y١Jxsgv svLJÐi%wFz0at7Z_C[!'|7K\{ơb9I KqDo8h?IFsBgn?d'Y,e/~R/h".`=xl7Q+ HoKsjn9xP 4V wnGha2Jg&Ym&&0/ڪuKQ w EܒI>Q;Ѥ8j|:jNԐ'i)>W5;Z}8 HBE[P " g2)b+ TEհPR{9#K Z=.0r[,Rn9)9=kS>;S1ESGIHC;)uWA ;0Y$H[\Krub 2 q@(k(][a"PQR]Ax_R놩0)AOVհq,%U] nSq³=kDX1;)CP ۺ @/{[n1QB PjbBUl({Ap0C6)ZAVl.C$R:$WA_b+ū ˳, ފz0ף _ E n @xZnѧN [K o.0ˏv.z~&kbksz8)vrypyY(Ƶ*n+.k:H0/,}7bM,Ӂ,9FyѱҶ&Y6q J)@ :Hqh<1 0=Fyh,Cy>7+eSas7/YwuABn,z;AA KD;5QK< >ڈ _0]0*0OS*'(ŨF=ó72x6xW7;X×r3ul(],y/YV/cvЁ,y"e8qd,idk9T*l2CqW cIѧ\(0!% eE|75'T^b19eƖ']lLjБQnx3,}1fb;]Íy>>N嵚^ p| ,@ 1~.AJԻiVdrXPĩ,ys*!.6N+ۚ Zx ;wԓR'v+vi+36Mb^1JNu9hLqm^]QQAP g/FFv)uLfkRb]AɄG[AQmg6f}n1;O!='iO "L&q+4Jq0~:j<,x]W,uKqa Z͢+W'6Fha|nA;d NAgY2o_*E<7_}%8keY^Tv1J+zpdyz}\{D2\,*¶&ҸTֱӟuNĤI* "z QE!)BN*d#$Yf#,#&M6 Z&}n0 wRҡ(BaȡL?Sfg0"s"ǙEKkr lgOB./TBN/8<~gZ{/̓{FBvv& YW;l .;lvmZ^bKj*><ϖQZ狮o=)ȺGӉojx7j^6%k"H İ`!dcYǍ 5AHf`b6hYUl_kَnlͫVkV0І,܌8a ŮvKvS8^)8E*Vъ#9D.6@Aޱ>H"JW@/C,ZP]0Ԣ1&F Q*u,1 hih$P g(n $5IEG:"2FC3"¦-0YLz׼]oNRdMKa "1^ixx׿PEjYYn4ȨF$q9-mBFR|rDE|Z'2q+Nz""c"E7&Cj|XFi 'E![JDd㷰^T%"dOhp N)@FEETi49n$zm>rLhtRxPYQ։5cJU ^B` {3T  F*, hI ֑rd!ȳ# )G1e9pm^ {=´4{tj/W\ec+ئIpS;haP2 Dm"B%Lfui[UPADYV]_<$XmUdo1/Z$5 iG;4փLMD 9ib>jNVDpaUbbLiţoQNz-d721&.h̄bJ 1Y%W,zt:*vܹXlp۽,;lMg'Q^Lv?x8[{rL*2&BWjA2LdDQ ^hfzެfbTo4a+Guhp\7 1sɮ7"(a/8 .<(($Y:q1gDPf*TV5l#rde'}Dϼ;sӛVa?KB c'᮸{9i"D 2 ^A`2#,k;鿌=^XAR/c!J6ػ"r)s)c&6ã1!<)< Lp Bأc-k9%vM32:Z A@#yz=Y5B ײ[_j4;кĹ>8^餙5I˩(@x@:j+<3B?4 Q+ `AؓS # z'zG [E4;8}ظ0b⮰ 8rr!l2hzszǞBkG ,:XTCBYa*Iá9rX{(Y=2ȨË˨(6*(޳w4 0# hأ5t-k&%Y,›틽ux '{ ɌOw0N3>{@ cVTij=co @΀(<0@]0*K(N*\KȈCT^F  ^RwBݣA_}$MmAG ,!,͈(B0"${|$~$3l3q['#zd @b-ʸHYȋHBનz9/!eiyȉC*y0>+L(xPW:1N{,%GZ,+mdH WRxN%z' )ɍh::⾧hD -M+}0%lt@$c3&^r s  U [$&}͘Mh/,R)l*dzuD!4rT T B0(y: N*`)2` D΍%;1BA#c7[%'<Ϗp  eۥp]2I(}em4̘= QYI2߳( *ガjSX vD}:DD\⍈?VpɟP`[fNu B Zg`a .Gd6Lh -@@zDDPJX7uI1 $#ߍ"J8ѨU[$M 70^<k M 7;L#, ĺ)̹qch݅ 22 %T.vi: YfRٰ3[8_,&ˋ+Sh53B4C3)ΌBYOǫ_>0Ge1ZjK`FwZG\Vke- `GsRbz4feBƄXдmXPB(" 54ӷ=+'>W7?{=,w@ƴp.pp^~Rp`>B GWwl3^{hPPqMV:=B2^t>WrQ`r|2T0%M3#ź}Y,%f)sk l D 'D!@Y\}:0B3h@>?AU桘2c&F#5RX0$#K@, ;3,A2 ghJj ۛx@@D G l,\Lc v %Tno;Z(kuo_hL||t봾śAp#|M[V^!5_&؉\bBTe RP./ҿ k4Axwc^J4*Й~۟';^a1W_d8n[!NyCXN!'*ZeQKy9,d.7SL:'+Q^<͕IIl]K*ULQfӊ3D9|/&8)FATcjμU`;`ۦQ%&"9Rq&L xI/6Ǜ8\UH!A =42r1נtoqwGy\{(F0AEP B(Y ( 7o휃A5Yvx'(|VL&1cYM!#c4MVݳ:R;BVH9*I31D3WSxOpVFiQ".eje$Czgg|΍襢:?]ZC4%i)|U ef"g:RcIZ2豎{`:wGͥHL.(dJ{Ag+g%47x )Q41!X4:RԤ@38\$4&@oU4PGxN* N4#Fd8ΨFrCG:dw+aLq'bJͤ$QY.3Hg(UZ5(1jQQeV(c!R&ꯍl^4Rdh:ʄN2QH, HN 2 iAPd״LQMeb "CZri5)qce:1Dy5F#_ (UdVoVct(+9G#y-cD-`8Bb$eC֪LpTcorM:݅ U")Mjj@wI``2Ͻ h>IÝטڵ3fq`"!e( Q 9 'lO,;Xu⦃X&Xd>\*d!a8t mf*K$gHP%U#TnCpqRTBC@iu24^%%bRObDh L\!ay.vmCU/qNJ<, BZ:êԐ#`KQR;b}eف&!dҪߝ-MpVoɭO⚉֋`50hpj֯MKkRDڋ&*YHA\Ts`0۴ ̓u/f^vMjipfWW5)s~| m8˙ 49Áis8ȝ~b$ySaf1)MӃDB'M[:3ǖ"frZ$+KrkqT輅bU鸱$&k_2WЩyҞ6iLC g9*ۻ!+B{&تZ gp8d~N"& b~dC*Wlt^GGEJR61R[%,q‡&'>Ĝw#vGn4 M}|p]{(qpcA @ 5s\\/| _-܃SMXNC!,A8PnjLk%VMX5TlպHY(BWh<F Er 9KYEOX%X]@x MD  ^ΗmtL!NԆl RLfH FR4ZfGVLT@ZĆClH^YhƪKl%MkQ3Zl$-VmjM l&F u lK5Ū^SŸHCBECZ-Q ȄQMI!P EKY_^#6/WW1epHMw_{܍Ù8pA'LpH d@ 8RTe̝@ ͮTY4blڲKxi O4O`ۓ= ZBDLBp9fV^\]Q# iMDVRX:!JdByTKR\M,üb!Xj ]XFLf8,.1 &΋-J^f!O`E$GhDpLFbJK$_1E1K1J1g*EX&R`ZչB&$m60fvl8RW}ԟÅCT >5 d9hS>Vc@xޓd&v̦m\NY>`4X#.0^1DuEC 'bmF(_48y'X]ePQJ%5.Vԝ\a@(E]@yBaUɒNIQjޜ ^b(XiUYEezUP%FfGFV KOMI"E-2SAՕNAJUgJhE&b9ZEjVe_.Vlz mr_n*o(ĀaM5 8e<9sdj'(QfA.O XXi穩AK:E!.[ (ȢY'KxkC5آ-Ǣzȁv{2Xjp)!\}h ,8G~}v}|XFn*-]&@ XBADy C9KM.=Ą疃ރ皠C$zCx,CЃ@S8 9nb\8o!)K0AZFR9UE$PzҳT:Cbh/)JP~IoP΅R.M0JoW0 ZTy.I:CSM +'%_nAA%żVx0'Õ/.x.CeLR:hoB24R4QS V$GT\O< 7i0  gi0`KC*n=(T9Ү\2n*û00TKD98'o!D^QGFDNE jn&3m05n62ԤS$( t g{ x} HX$9K=j42&4NQd\A&4r-#:VZh]1ބbcd ZAԥ-EQĝWVDBMLKFHAbP|HD1)V"#aFZbeo]--EG@|all(I Z,%^TZğ5 %@ I2$PDQuBC^InAX4AVllB/Yrj|DL5N 3?3iG33jږ6np#7Q2A 6>\s.n83rAy6j3jސT[iD;+MX^Ψ}źXYIx1X)=L_K6L̤H.. L]b@m`1q`RKJbՉXhUV 4Kg (.iNUBFݱ5JIu-5ֺ]xB7`I9w^`hP6Ba49Vf hW8/3(jjmyԼwm7 \{*xSH81HQ XpG= u&rWtc&ĸMXymX.fm`2fIt Ja֤ih F,Z S^6P34D77:AjH yCbiTiX.7C6H&(k %G E+_CUVP.ޙ;߬0y!\fH6j=X0IBԡ;_DxKTUX`J8Hb9I)Q(ERD9K4l(,} r?imw$4# PHt +ͻN&_k" :@I}jPz*1r6̕7?U>j;pW4pIݰ$BR\*6XZ}*KߓQNYe\QiԑMy\fZ }0]w^/t, TqYxWϲS;V r;W*mլѢ!x/o;#c켍?8ú>2P@xisK 1 -##:xC1DZ Qƒl/ًdpeB"ΌԳ$1IP5!E46Ä4YK S r`Ũ)C!JiUdq$DTD/bMG8nQ㉽Ǽ!"G5ұ:\)Qb&8+fqsŕd=p;V:B8qy9HwHh8ğ D_!TJYr`>D_`U&F*vmQkN^T L$T̎V *K9IDP$9ѩ" 1[ {N?9!V ?6ĜSAE ($$1Hzpd2:qc2QFͣщiFAucVѐL()Fː<gXGHRd= Ժ#QArx=,uÙLJґAdː"LEu {LdB!:ru0-LtO!jHHx<(E[jz4h[؉Ԣ[D'YU9uu$(S9J a2(WTK@)mIRg(K9:V4K"8*!Q =‘LF\psjOȱ3\6'PI)їɄ$ 0FKxִ)y&[Ze~[zb(:쇕\#S0:u<$TQf돾r]RzҫtLqQV4H=rL#BA偬Ӆg(eѳ<|P1cN> d-HV !sYrӠ<$_s)DMA ̸DŜxG-;dٕ&ss]٨5 V49ݻ$f32gOu ] RLo^ITf vO";IkfPz;a\WNbY`6H!j9/^ǓppʢbfƅbJWdv H,mP*TQ]".SgF2/ ?әDvd#'8 \Y>g\.aBD0_,8:bOZ\K\|IK9U|E :Bȑg%"_{.z9|<ۇPI$7* M=E^&6b`[3zq{O!0CvYp!2~,7VGBjgʅp.&?ΨLyɻȦC띸'E4pAÁ|L6UTq`"vȡH #E}}q^UD6d$GS1fAiBQ|.=] P2 %װ#v!8Nr!pGT5ʇZ\b9H4HBV><'b6*Rn(GAnb.TOO@,LyoW#pweo8o_aN#4.$*0*b&xbrhn\ 6,k oF^Fjfn Bvlj2b ⌏D 00<P;ևWg6z /bbfBh7M~"Z*v R,Vc; [.f\S85J+&x',wH΂ƒp$4( c "9'e-pN 1!ۉ rr12#H# x# bMW@B*b/>%tp:I'zC:qIOC3B4Qdry%mNbQc1oy`*.RLr0wjIC.*sP$,W)!,QC)A PcBPCΈ5Er•ҁmvmNLl .X2Ya&$o-拉|$F_hR$@2"aEh 6Pg*2ldh47i8b#^3!V!2( BSy]3']VGSrZXLєrN:Qezh‘2 c'Eu-#` i@E: e-pcb e#(%dL娨9b'i}\.36-a*"'By>&BB('%4Ksu#A(mqZ83HS!k"47,,8Id8 QH8#,,B$ v !Ɣl,8bTsnovEDBF5΀>LgS*Fa ABפöLsܓ:K #B#CB,al >bnQqV'J'bTL|~cbF *cR NyA.v4 lS-CSLK2LKIA>{h>?:%$}204D)lbQ[ >~#J HPHԞz J6`o;^AG=" "M5{tN0//(4;G#Zy"(/&Fd#[dAr 4FU.`ݢXDuuPi\V]lE.?$oQcC47t&HIRFO(}Fm " 46!un*P*s#u!t-u@j>87M0~M-Tv"* CFGfZT'e2b2x*`b#v'p2vBcJ)~Jr7tWrJN7rY1@ rr/0w~'~ajtC"H 4J,*4R*xA~C,paBOLc*QC-w2B&5ZG\*"1`B(H7! *~} آCktG#N+w,L~+>%WJ-̅r n`{Ղ#1fz[Jw냇x(Ʒ"s:J quk.&8Fwl6^moo(puo7 75pwJ;/-lU:.be;(Ub&U4NւAnVz4@@6*m,S' 8/\'fd #n@&tp.TSؑN܎狎Ê,xv"n 2ÊX3ą5%\$`'( +BCmyv6#r_d74ȓZ ¤u+ͦYYZ2 c.!rUӓ{TBcdi.3Xyx/Ε-xB%RT2S;̣Bdtx+f"эn.x09EaO(7&l.@.by*T8[ꪫ:+1R3":dOc+-1i>2jy"tZ]%Yn6w ppwOp"<u7/":n|SN[τUS4`X)Qpf#Hиblt!ˣ`A$[⫗Bd pma#ǹ/T/EŒ`b?^oƥ*&,OL˅-3Sβ2_2Gf9,.}镵6_P/ҶYp[YSONR5pgf!򲟖6/{1~Yo,%CG+c86,5+1q*i< 2,Df%{&Fb9m:1\&B#)Rƈ 3ԙ~{b7Hi B+>l[m5эʏY< )lyr;l'@|JE| H7u]^|w[SA>բXNtudP_+.䃎lQ.<;M>䁲E<Ӣ4)#dD5-&fQ%#-(-pMedoW<.T.v <+%= PwCK5HDC^T]b4E>wȖb4mթ%jgn8zaz=q zE]}wV/̢B@" e~V"(Yl+41ɯ:O.of"lk @Uy>Ѿ<;Zӥ(p/vIB_D_C>vc%|9ݙ:'&F ,(v>U+)ߪ] *v0%;gà f"AH]]Q\7U_ch^Ntqs*OW05v-G>g"6> Ұ'ۯ~o$dQc.M9xD"_+!]%7H(P)-RNaW:,3Y>&C6]Ր4AK)D`?bLpߙw"cy0΃vgPCWt$.E$9kȉpR- Bq99E#0A!S7 >8qQ[y ,s͍l(Ŝ; ѤK;:^ܯĘ&=}+$R}j4vbT E.A ׳J_yyU_No]USyAEӅɅPX8A zb@]G[ͧUDIDӕ|}ANMFՃJ"ITVZٞW$tX!Z8S>nb2u_-dvcAd Gfxzh(jZpoNJi^ifbVDa=Rs=@ԓ*Tj =zR*R񪫰THeͨCϮSEʞL=ӁTӸHO#RQ:n ]Oz KHmxOJx/zrƮ·* , g0ƷZǦ!կݙiJ[S:d=SRmKc*HIRJ=lFl9sճ"^.}.yaOts_tt>,Z1~-û1ض>L1RMܸ>uިBE^ӍȼԔu &3oSzRb=VOr ꧦNgcV&(JhkU?|qSשFcG<^F!A#Lp ҷGMi"L!ѶBu:?+ǜ(I) urˆk}C/d$k e_3E@IV6-2igNJl4ҦX$WR i.CօBDHB/^Qƌ:1"exE"F[@sר3t,^025JgZqYh>~3A1o#""[#-Q-lTVT4%$)s'["LNOKfG'U.h!gV<RHE`y"VuD]+iX/=IZ>Ʌ{ CɧsJiQ>yxiC-􋎂TKoak9SӢܴgQ +Ӗ=HDTcK ]M`%g/ȪOuuO.!@ʒ/MALJ:7(Iq\ 8Th!8JdTH3jzDI}\$ nz)ݳ*ȍ;_`òĝsq,u N?icK#DDAҒTTj#*P MIG3[9w-o[ʰ˅ Pΐ5 uQ/ZvueH//G)(MAժ\`Oq~N43DBdqZ`G{ ӁH9Zv;d&%P#C'Ε~PX뀖)t 4L.}Z59eͽg$#ՂԵnHlk攆nӼ[9N|D2P{xC GayD02lFȠ)W̟-y]YbD*_ۓwhI_|1rsV*(/Lg:/櫀4Mؙ\z5T_vn]K 2' I[>XwQn~I0]BŴO" J.Nܺh9Pm(ݔEnRgWX<_&SP쭏 "GR ar u jU1IBL!vS댍} CaC߹a;H_Z'AxSeeEWng#y)''ox3N57p>\_e_&B?Ch.p^AIVe!P&g dt7{2K v-b _vChc:Q,q"7~(3ח!V W'jA%%QiET W#jΥ_'v}o"Ȅ4WQLE  ~fH0bdvW"Aj!{=-0xnuxǀA6ydFh:jv: 07GH7:ዻNӋdsH`=α+;f/Z7T/5aU,qL,#5Av0"S5q(?2DHgcK }9B5q?c=t^3pW 34$ %=mAtPO5mMr؏y8=D"870T./CT/%5W3w.jH(n ^VR)ƃs(hGN|XPK5XqwnH%Ph(acWh!G?a`Q|!F{HX;1ScA 7A%MtLf3~7rwKY;&gA;N$AIK& $XkTp=EM rSIUFqadfyZ8nky([H[sYxzY\f&7.gdtGM#dUvqv-5A"At!!@LJ)R#J9rJt}ENb?3~NWݵ>#Dslt jvaA&I0,ZX4Q9X#i;@Q? "}IAS )g( 0 P`ƟbV}ZyyIMPΐ"trHKtDħ-l]BV5-Dfx![:jP?d`rgr!d=jNcYݵw\ZDw 4WwhwMEsǵB3RV4qbUbWZjU'U?CGfcwze[榡1  ן~fJeڗYyG?kt=1'ADsuqVFESa`31qL~[Q KL 'u  f=b[ uAtae #SuتZR(1 Z+TUpk w@F"[T4/g5aihZw m0(znկ{Jdr.=C]wAKd7>I7TDwwm8a&sW&^6@ae#T;IWl1m`>T9=7m7.V6뺝._ c  >;v@K<D% Q HXI!n wjRynոw90Kv y+Sv5r""QuFDQ?Zt#C Ub"#A4 ⵃNSȬ&<P &D*g%'4dtjk2UOoJ~SAX![ۜėO,g``o!!TPLKB2(lA:e[xyx @ۀfؿl Q_~Ɇ=V"lQ>-XP"$$moT0%A Sg%\5A6X8ÙE=0S:5kPVqJ&Xt DH %%wfLb>Ƽknsnۊknzy;07kD3k1-Bl0srP,rξ+FزB sc7u241+% €-ؒ,-}F,*cdމ1a=4(* AΤ *l#Υr*++P1id*\V=rkT,=Ac 5 Ds3%ϲsMP#,csCvS2x@4fkuRYw$f ϐ ,a]|m7o[*L1kWrL`]c=7ռ-Muh\ C3EF@ А a Rq ,A3D%4;b-KDfR ; {@i>5z+V_R?.R? iX8^5 z%NJVDx 5MfT&`T[~qܮ s;!p9 -۵xiq@ʚSYw Vwr3z[#C<T2NYwk) s,`P$O1'P9Y qZLwN[!.;\kŰp.0iCRQ_LS!tمaRDl~Znަm.0 ipa y.>r'LMnI5q韴=iv^ū9LX\@( = c EWt@j.79q8evYQ_nÙT_<UdpqvT5RT?ĵ_. >B3dbd>&i2NU/RWYeko`!G"W~k bdx/$AHC~NqCubdq X5$XP"#W w @g}H?ߑ?]hIᙎ!Bf܇AA%ZQI`}$L9jr\9ЩC&HiݻI,[]y5˯2W(0رQ\ٲ>̙37ġE&]iԩUfkӠ #6\pcܹo4o ƃ)\gmһq?RL龝-'^_*]q0cj[cq / .(Ꚉ ga)tH9,`$:wN%O"k ITr@8ɛ.Q T1G<㦧9렫* :[RHh&$pIAmL24S Δ/,43̩tPB 5PL̶9=jzst2 YP%<*KL CN?ȓ: {!dػB'JsՕj2,rv(XU?JD~* EIIZߩ֟(.[p}jExw{44QM=`2jϓkDq{97{_IrqǑؽ/r0 D3~1XD$qxBQg0>Yu Ä+.w%F°>zxXG+d)+^;u^YOS~Otc@yϻ()Ch;p aQ{rxu%'QLJ )<5TvF%t8?1$`sDKDJjr%ؔ@8!E3@4QTtYf}"tcU<4ϐ%1d5J>k1}Ο~@zWa![P0t?[Ԉ3Q \Rnr)@Ţ (H GJOUYD>"VfX n:J`IG$(DqzDvhbNt Z4` C8pkjMMmkYږDcKWD=)W]ZZӨRFU0{ZK'_ە}آL;~!EЖF.MQX$!Ҫ[ƾ  (l$ 1:D+WѰWQ9n7w Ƣqh!?V%$S^ X[&| Fi\v*W $kfsY(Z <9(zj<>A4v_sk ױW(ȵ.Y&/ݰ@rMQ9B%.uůIҔ% lq{ G| V~uMo񞲄zwQxxҹ U7)= ѠD!~KC?C3}5s"+UCƒ -P):ux <Hs29MV[3! <B9"-s8؇N L6<E=R=9^l.tX-Q*J*)2HBtؽBB9,$8.d Bx2\4G\Cpǁ,P( 1Z P!!Rꡄ"#2/*H_ꟀH"%j=1 H"c! ؟ Jnr@u8(%$K1P:K"aȏ! J ʀ8J "\rd$Rb%l"1J*z/ } B4ak\Ii62r{ iA?/\@HOH2 Ɇ$,̤$%ʀYʤʪHdLLJ_*%̧}̚YK@ RxC# Y[;눓:4p)M)S-):'IϞ,SS2N-T [N$0%ռb켋d=һ bP;$j[ϫvpf88hP-< EXc PÍw&/&cP)8L1.0CaLiU BXPP[W߰d Vsъ c;'pY!T/+M]cO%x#m}S2I-'UvAXA?$3ԉ U[2Xu 2d`0zAk!J50jk^j釖Aă؞ ,# \"n.P]vw>d'#bm,{ngdTEF^ xffN PHl^Fk֬d.Kn.aSnێ‚Hg໔AJk*+5 7{K6wcloNol+_!=#Kă|م#3?pnϞ&TwTm(Qp p pppqq/q?qpmb}Nj9ܧxR?1+^bOg338זF]8H#wv0KdeGpvm2r"_3fgfv&Fb{x৸,u@ݖf9mC_l7][(yBx9keKeEtjnMwO/`P;rh ٝ + 43i~p s2B9}\ [P+6e9=v f#uci6.808)PZ7[uD6mNEm _zv{bmhfALNVmkN3cc ԅDx=F~ 䆱/c RxB/NotfNa^ՋK7ƅr̚t_v-.GԦ{OwL Ux8 xx4]ivo+ Zأ ]]O63)ٺ(I{G(g?副'gb- ?b]|o||ȏ|]qIn&~z{R<|D OxegvSaym{8 psָ_PgUݧG\@rpFxt/w'|/b0y[|~~~~\,&&HYLJL$s!.[$Tgߵ{[GPk;xo@Lp㺈-{ƈ6:t= I']J[I_9O;nFCÇB$ 3š**ZSdR$OZE3+ʜN<[T캓IHB TNQ=m꒥F?= wU V1HK"-rMaF( *zQeݦj$Rpf]kڴ'%dKك_fu[v\u}8|Y= ޿ϣO~=Ï_~Ԭ7ܨ0"7 & L0 r`@a<3 !~rء#X'_x&SNa=>9#x?GyFJzwRzG?V h%iBeA9\z _ i. grzW|ݵW{٧1-g 2 JH+f_br! "؞95x=Px;ǫxkJ+SfZ,>w˂wɂm^K-㊧mҢ$9.N[+i^Zh n裐3aV_/0PܱOKKL+]R1)3\7:SL)/ 3C3ݴOCSS]n޻^Wsݵ?zpz=&( K q ҆8S,22z8ރ^)s+ދτt{ny{yQ.y:׫lsyN^./|^U>Nݡ={g# ;<~5Œ w"Hqw/z['w?"0 hd\ 3PSL=EF! Kh0*,°@!b!Lmk'#uh@3h`Yb,F&jOVqoF"D'rJb zY1j\#71j@CE`1w^hr≜yYC/Iy9G vA$E%GJ~R$$E#E(sp\+$zZؽ;dyr9+ْ!ۖ\M=-DLTC4̞3qبA*|nӏwc!)&HY u8i2 Y<7ٹw:ыDg&D@#A jЃ12bGIiy)ыb4(GỎv4߉憦yQkzoaaDT81h?8`4 0 `F- 7>rPnЧB5lxćr3y,Ғ05Ng$YI7ְ6Xǜk\QWܕgQ,EIL6[ +X®M'zX^mw>jt$ŏI%Ra" 43"1=xmlȅ3[CrmoE`Œ@*s[P:.4WV9Y`8 C.p4laPĒ@ҋ$CZҫW9ʑFːW,m b_%D^cDVKu(j)/Y$"S΄#.(!owL4@w'pI~Dbh `>D/|bvq *V%a Jq0CS.ZW#pl 6s@3,[fOgYM=~ag,bA&aK|F#hept. W@5ȅZB֟&52K;6mc#;ٖ/gmn5 _9[sY8̽?5(0":ыnw܎ ɫQ{ձ}Ӟ-Y/Գ.#~:뺥ψdb>I5w s.0jl>_ŧf< QPx~VlpׯȻ Ҽ{8O򡏏Q>|z>}>5jo>={?>|{$\]g &狝Jd~>J้hչڎe/ w_[]P~z~6T_?L7`"`* ! [M|Yuiڍ^U ]9GZ^_ea 5`*2_5 ݍIߕOKyaa⩜rୀb ZI[!ա^`Ze \EBE`)b_![>bQ$\y` vyY.DY|)X~]0җcI~9}=D)2BXؖȃX]X!AxX6ٜqY(řď.=Y. c/>ِc0#A؏!ccSW<6%cBFYQc%Px㔉U$8Ƙ8Z$9~9;HWI1dy㓽J֘.d@ CcMΗ@C':'6\( "b,*R2eS:Q܀D.m`"r%$%:%n&bb]"z$zԛZ &XWr\e&e_jWZO!P֠%%"S:cBfd!-NT%abffjf:`r(Vg-6&Ifjj"eZWjɦXbel_~_#% "^&of!⹝%^Vm֥:w[VgW/ g%!Xfoڋ}fلPb *zg{k>l|g}'}Rx"fy)V*FSC@4c(CjQf8~!|jvgX^hR'n2Mgv ٵN]U>->guߌ`$q"geprb~(f)2&zLS@`A S1/@)f8T X` HhF*azf>Mf*e,` d~8*<%*`@9 -f@$\F'"U)"-)fb߬f% %*ϺzP*nkYy *6b*"\~):rZ{rX&T$8 {Of%ƈ 벾籇bՍWޫ&,| G:@ %&&ehh l$肂!NB8(xV뺶PL((8(@&aVϒ/4N@C9Ԟb5A~yD NXmzXNc2.rn2ُcڮ6/5Al&& 6k.`jR$P -~aj 4/@`|Z*,6!f!iNa@QӾ`jOj^ s> Ð PᅠVinjVJ ԯn(T:9X*, A:!,+0Ϣ/fR!f[n^p+1q 7i pa eNyf!OeHf@ʚ~d{$Я9$$a(SrrpXa&'La@$`B.cc(&DIeZvhV1*_*3s "q1g\)"13(*i3h!K/2blVELr%qr,4/~)*(s(aN\ 4Ck,~DqkAG+q@E9ctFk4 F :#*:{=%BKp2'rK~CӒ+jD(LJ[%!)tTD]_!&d +$"jsV3S5+l5HqrWU7KG{441r,HˢNt,˂a"~H2%{ak3DDuP9obhq[kfs6ԸugH\\hl*g4`kdgвKkis`eCs u_azq8x2QgR?SS -ͦwR%+ FgZBsm~3ZuS7V&)vw)gugTKszwxw#/vjnz(}6hhW,iVJR@pO?T@`Roxqn*)KiA'whOc#2wxW6^|R 嚣yIX--$Qؐ# xrn?897.jow笗s/d99 xc9Ս9y׹*yyzO9Ca_yJ:3/{pzեy 9WzySzx7 +H#2hѪ(p6, 4k71+,rΪ&H!,?vnV|`N3þ{{ sVuӻyZW X+""3euU!i[;)ψoi荾lVg>h~Hy ~ :J~+} IwÚ竾re~2?s++?T |ʵ:>jC(c6?N?_?ksc>}?#xПA 6|p!)VxcF9f5 dH ͕47ʤ9L:t &Դ9A_N♛SJ)5ziRK6ujT)Diė[^Dzbv8!Z Ev!\nB{ٲmH `y 6$,?zV\,qB'5r˃+LB͟=7~qjիYw8vʫ%WmqTLyֹϪS7~yrTe %vt-15a:6lG:ⱋ_wwʳO=x'?=vGHlo>O{O>;NF Ϡ.LLh\6seamW+۲בtmUX߈5V8'ڼޛ͜%ngpyz t`q: !YD\9w)}􆰡|(9$ocyvC=Ŧލ?ִgY[o w#V ᄉߞ{VoIrZDRV7hK}':f;xLe fƐtcz{)c+Wb4/gl u_<`BݱbCv.u N-ؙlg!C7nK^ژǫ(j$zң=/~KuŮ.$~$Aсl#B/ ٚ4ҙ"LV$qbpge(@ TBh(LR)c,>I Qt&d UDcʏ!t2hBE&1L }j3fü8EDYSȿ2 !-I4(Ofa9LsCo4`xNrA  ^D<&EVP Ш_)Q%" d/IژM*TdI4O" nr}bU]lwG ص&,gX[1ҪSO㙒+*sFn'ϣQӹOmV{& Q}7Df7U=uc}Fb7F_Af7:pEn b?L{qK& Zj<{7~BW"W~?7BLH_so 7y$1d0l-{YN Xx9X$Pv&&JB0ϜJ*Ʈ Aį#B+1>+>,+f&vB.*U |tVC FB.">op#K ]Gϰ*B4,n&O1͘B )ajI"l),̬$$-/4P ǰ%o"hp]⃄!~l"L Ï'Tt[B.+ mV |qx p A(w.F"Bp1 Ö/(" 3 00/&)Q)*P)nP@ )1161Kp6Bq+"s"s#jt"bppD $qln,lo!xs%#gDZѰtCz0L')) )T 0*2 !MB!/ 2bНdpiց̫t-مw0khQ2.驼IKg\"9!~̾ 2f6.DP/+Dx3i1%&=+' Ŏ!U''9ؑ,>,(N*a)R*,$3827'-/"frVP#f / Tr"Hr3#֫r<*G""HqZ3#rVf3kv;}2n7p9(1L'&)$C),Yr;;1B;A3)<;>9/U 4'h?RH꼰j/3$iQJff0IK 7V/Fo=a! DŽf2-+4H.N/ JTABv'- ˔L)8@4"(*q tq)"qtN;RZ0;Ap0$F&5<\6MF"V4+>n"spe#lP#BfpT#VP5P jJ) Z`T¡vJ  ڮ$q*` D *), "A>U)! VmTV>,<^=:F.LEꪤ=! oԡ<,n!p djײPnxJFQkMTdVP; ;B'm=*-ڀBvf."T(M~ci-w M1lvcdA:Ӹvfe/=JhoO?qaA-;Qs6cMmaqCzn\`nHЄxV1\g@slѰGuIRLRuwB-K[U7'7\e(((F5bz"l#FZ7"CZ5#uq${Wy5{e=3‱%X3=f13bYezoSrt\BE{w*5 V|׷V'0!!^v6G^n}R f,N^l Ie86>TNK QPw~-qMH5ԷB-TFDx,wOwK!X4)b),\ Ճ7h8U}i6+bva+y!6PaV 89?]b+XCZbWf3?Ϧ)V>uV#lDA/~[9beo;B[%X'']KE)˄#!NAvP bp6VK!q1o#yx0R9}MNJIԌxtKs##_HhQ#/kHLXXxyωH x!Lt`1':C66XX.t:n,*^Aeyْu[SOʸ!/-z!#rxU#n 9 5+ WZ BFA73ɺ1L-a@#xK{՚{+by&Y8a"e{5z" XVp#蠉]"{%9W;ˆZ?V%Ρ~kE;{9Y+[ в:Xz;H7g8v! Ɲ Bokښ K3"/RLu9"\# % C"(ۻ%[n Y.>"`xAt_B6LUD ` ̽8%3K!IIބFsK SNq->U\}|Z |Y^ӡ$_DYkۿ5be_¬C HfLC{Hs,VOG:}tȦȓA0:(i9'g( Ί/<IHŴS梚%QI`K6^"A!AAiYg$hbVK=bUEuՉ0ĕWaHVYgW_<@)_,UЈyqYiKfZ!9Rh(ub*% w'4>N8s t<(4&\S>R 8!Z$e&A)TRh3hZRǐ*ꨤTFt(BY? ٪QٝC0w%1f&]AdX_UH9k!C|V{+:qBxatd簻'u.>k*(Jmqmu@@oA z0þ&ThENI5(T(veXjTV4{[1taA)RAxF 06H6dS褛GDwIB&oIAp@sS aI0lÚgvoj>n軯pyaO:ϟ?萏{Ok_=1}S/  g>oC  }4>u_TS)ۻUr_y'!DpA SE lp ^hYc[uAЄ8G'6/ұ?ac`@A[(#qCp 6K\hd6r4ol0!ԓ,e7G*|%M8pv\`#`ȣ 8v0! 8 ͅw;]цh.8g4Ipԁn02Qp w tn ټ[FY%B00Bm$J‹iEiE,'D2 N$Ic¶=(-vB>B 8@jE*:_nGrwt1.4rOsuuQl_|܁nQ \5t^>}ϨN h ɧQ9hPЃ YY:!PCY"yh'Yt'bGu2Lal[Ǵfص=,<&=nQqsfnvw´Ӽ@/:NmC6ɢb}۩Oٽ]\&gLswVvsuoyWk5je']G;h? j*~a)a@3KF <6+YFɍtGquV Z;aChA)C;CX}_, |7vGsvvy^.]~͕.Gx١s94̊M˥h};xFEp9܉wSEz7fq41GqrF 0^+&rA[S r8 a{tȁMed>s'[/Ȃ+ H Ts"02!0tv Idg#1" XC {`HG|f|&gqtLv;@dLh9\@APF43Nt#~v1i'<VadzhotU-Pڤua{SMǥH=hX&Y[IcZG&Q-Y'w4&waHԘcf^|afcgN8Քw3 ˠ@8ːM.xq! uv(09C:FЎS qp5Ոq p0 =!I4!I_TQJ=_ =C$Iu3 r 0JIt>$&nD| 2JCh$IE??ӐOI.)HYALIBs 0!@ >aihH ?G b'ÔRyT=a@$d1ztB="'C)x,;=r 8$$40?.YMia>~YI1ٔ Ly2?9zF `[1ib9=/yp)Cא4Y S)Pji@|y9 Ĕ%ei cyPy 2d}Y=Ĝl`@ B>Iyh'y٠pSh,dIuvjg3 t֡W33J=pPȈ/z+I,5Qw#)3(.YA6YaqYW#ڠ*Zx8r]k^:R43_HtI …txQSNrׁҁNgr,1@%(uXSا`/ 3FPZykM}ZCHxB,%7W^͆P/„3s`Wx]'nWG`gJJ_b ߗgiu,jYtzmVmG)ƣr/j%&YϘGXm 60Ěj2ڥ 3{ԥ+hbeR ArhPt?pb:Q,EZJ 6Kq:s&(X&$ 늲DHH6vY5`6y `Y |8L^Y'5J8:QM?%2\EaY)*x.Z"$zgUS"uȠT[#f7{|bg`*b˸lZyjQRe,hVȺ>hAHKGC/Ikde0c nKSQe wڽP,J ٫ظahˍ۬m=ҹ훭۱5GtEAe͈c:wr2ǂouaz{S"Y{POKV `mkƛ(L;me qY[T[{*[Fß+q?5FAEd%"Q@ʄ$74zk"{S*uGVsk&D%Tfw|$ڠZ9r2 .,94F=F2TbAɩR٣Jhɜ1F,A,*|ÒIʣtA79L=Q 0%FYF̬?cȿ B10yY)t@@L'qQTnh4SլJ> Iˢ٬07[ʵL,B0 }̒Μ/ٶ ^A'LSBH60ʕ.p,[C 3J}IUvnt$#C{Tm_5}%[r[\"m۽cTLkQZv"&">@=|>}wZTЎQu ̔NM`L װZqւ*  v؛X,0YAݪ^~ r [~*8{Xr/ M`<?(>K~Vj۞ZRx''at k1dl G}.`QLL?#jQ#fhPoG;N/h菓ĠA\E~봮g}s]"&w">Pn"zXR*(sR8%?e&|˵{YOoW~|1iȴ}\ra:Z_B R*. F~$J7fn̖,Usi9)샍l5wgEGU5*U^ŚUV]J5+g;{jZmF= ۷R麭/ݺpZ ]}tV8rbаU/#54sގ,`?S ^מGcoضS'p^ްszgY>]Qq~u_O}ӎ^1hm_~0@G@,(d0Q0a 8!jꡨZA,|2G,E40@B#Ij|H R7!I0Ur '4ɢZ _ReTBYêL3 YsDM1 OˊOtL+͢=:0AծΪ*|sAkϭ"EͨI>y4OS*$SܫUq!"4 [S؜"y)e=BK/,{?5nJܷ*Agdy^k:/5S^.2 ^t$߿MOlyьY3:zO}?vmj] -ANi巿a(pD$’X|`d+DRs +RNDlI tLȣ=D(DQ… v3@UJQBT&M*lC"`Q+p>eelQ܊eTD6qOj1+kI*x+7jučx:4KZzG`*o u8IJJȀxC* !^\4TGA,A!XMZXt"!B Q#` FK _:(I 3l\#\mn*mYܞxinOpV4:fnhЈ63OЀ7l?Iz}2_ G PKAѡb)PEVEf0E7̜ȄBPE~])7 4rE^}=~x4QY8GYzvkyoN^xo/nb:Cꊮ <8!$A';B0I3&|BGDHD- .l*7 y;#60 +C }5BzAT P:l<3|ˊ? ZECHLp] ]lSFPPSD+ ; |"DB4Y°Zd&[FDMìDF4AEm\ƨj4Ft+?EF^<<@Ȏt"EtBuYɿ̐jz/lgYc 3h zL=sĴLLH2<5\ 6c4{@>T*͔ 15LLDŽyMt LG|40MhLМM9SkLȪ4G5 ȌNTè/AO*$MdϜPMC\L (ŰZK< 9y34O`L̴MMMz4Z+ ]]tAK$$%zaF Q1J$BôҊ!$" GARo  읃=+ ܊b VŪh@]E5-(,:y|w#K42eKF[a&J?ݏSJ[A}Lٳ3ᓷ+|aԵ!% |UFSJ9KQ!dSˎ ?=;Ep4wHPCJII**E9J. 0!@ :R)Oˊ~!/5S c_KC$ǻ\SӒ\(LրUeG9MŴCX3aXH@Wp/`qs <;ʈMUYNYI[Y٨l@*h0yYY :Rҏ-ԇ9cHxRBMDY lOadW L{`MĐ̒S`1X(۰ ]RU&f}cIZڬPRJVJ֪I&\gRXRA]Wsѝ-'6x˶lݍU]S|ɼW ceG:m1]‰ BC#-bJ=W r[X--'i:.Mz(\#Q=G\LY:;N#ژ Y-* !R;@ZiD_UBxU=__' j}Ud@& ^X\Ϳн h eQ8uSm cze P YL.0#}9B)b)i1}BCwSW) xHЇʮjl6h>knLFo>sk̫ %I2ݕWQj=!-m-"YժqX& +.,-ա @A![~S]I ծtVpT `y DfJw rqYTU%D"q&od}Un LnApipZ ߃Z Ѻ0(^hRj@meVB7CGt.Nto&rKW$pMV6* {ޏX\AyXsYOgr*bBzF?r[a?bWvMmrf &!ev_q`wAmEFw+,]U#rQ& y %昸] v~[ruZ'=mqlU[ex|x;w珆xU_p_qqwCHt]asP0Q(%6[} YO Ws32@_je~/F2\}znbeiL6[VNiG6)Useb5۲suF>Wa{Vfb?|\[vvr}h/|eO|m#W/d?h|?vƇ|qyv[zzxz-ttdjZ~@yioyu95}^B 8)u@]>oYߤ?wObiu}\oRUO䧈sd$AM@N< DrG G,i$ʔ*W)IL)ͬ =4ueN6O<(JI.E*'TRK*=YdQ7Fө%MyYdI^١^j-[uÚ|q%.lQ3nCLSq&6s3xMcQ` 8Wn5زgӮmile߁1MscGӧtǩ;ItC3ݟrԛ~ϧ^}{_u^sew\zs ^˙7 >{ir ~h_׍wbyX^xYx x!w|'wCާ`y} ^v4%R ȠIǥȟjZ9~D߄ʸc8f]Xp9(cB6djfu)hVZnw*9 ۦV2ܮ)JHitJHx%+|u&E[Ҵ$U 6{үwUVW%u+8exn;yEnj mJְׂﺫn`  pbҢں0 Di]do駠hѩ<2%ŵ -<35|393[%= 3?6ʙMs1ǣ~|2U[}um)ҿR\l\ZȂd lHW6o{j^pMky+v?Gf x3.w~-']rFOlңoմ@15^ּ v ?<< };U R{}lϺ{@܇9c[ؒ8[N8mY&d9g@Os|_W9Kp  Xcy)i^BY iy V cCL<4p0g AaE$*%D hC:fz( 5*MM^hH+)wz(! w(D 0 CI1xҸqS@0O*J̄$3ӺͰ0vQ C)ʑG$K +|%,cG$%c f3B6a6Z+m9LC9ՙ\YHSPmݨl<~.kV4#8NlV:Nhsf;,wEG9ƳsҧR)gHByl6Ԝ '?YO`M8@`S"I2P&@ ;ck7pFtYm1,SCƥ*iKw'Ƿ@pB &e; f1!` a̙ >L4P`YF<`65a(Ylø5ЄlBjt[3$"ɧK֯.RV;۪9j]Ӻ6]o\x}}kkcp]6os=jV:2ڻ>6ka#Yj~6h 4ma8+Hrȳ`.Y F!bx n e,8w1^28C޵"OUvm'KC-pX3ͻ=/[  ;÷1ޚ_"&1k膷ޫQ'v_ֽ5LfoKV?b׮~]٦~XZ׭#ۡM]a~+{Vn7"};k;1&ʓiP}316-p$E97J@ 0\ѥgM "јuaC}-ϷgSj~R@vK!>{#O\_Q`1Qn=Dʭ幐09 ^$km&׵@$AX@)L%@H$9M HN`s=J!-ݫZmۍ԰ma2!(NZpu8 2)Y4A,~yYm~lޡ^( l%@P pbFXyiq\%"//bKH#p,"a ='ܞLl-ΆŠ k8UB!}*)fcmi. X`#?r!@@ N?rd $B$q?6$A2>0c#LT')9dD| m06R#)Zl eb6>ĠeEhk0݂:Cda"!.nuCZDVd8VIdSJ%!Q@%L`hepJ\$FތFRO&e }ΔMm ZJ Jҁ%<ѹB`4+NC āY$@@ݢ=QyաeWy-XaT^gbfi&r&emfy iVW&j.faeXXrx䓁[ZIFm%me 1غ앣б]@<c>#]׳-wx!a($D:yfxWBRAR!2VHog|Z$"f9oF%ɆEdFJ^m+  cb†[:=flblX磱QFQ6R򧋾(mhg#Wbh[҆DT\Vl gvcll Qlh igwG |] >i%b⁩F&mza)i^ HΌ(2(ZFYSᖣv.5XHNII]5ٔTCU;}:}Hq*EzjLJ*ΉFb*CjKAq*Ӯjj~Ey*@*F+vWjZntj+TR*EQT6+7+k*Jv9 bki`N֣,E.NFleFi!Bl z>ݕ^9Vl:JɊlY&c mv`|)-̬cב% Y~0׎ڎNfw.RRl~:Pآږmy!vlzfBaV-}mf)g>>YRΪF.d-Rf^.f v$:2Pr,*%ʎ&n)N?mjΝm¬gv.b|n=9 ^/ɠnv~~^~$$h , ͗jD]۲ib,h-m-ҝ\w]ޝ//x ,mQ#&*.P$C ,|, ozr~~g 0{ Wx0 o ϰ0WL0D&0JP$aT3؉X =} rX H|l I{ Gxp9sp#G{1G11sɥv1ˉu$G";OvL\2Wɗ!ɏ\r$;rrkL2shGy+`-2_rOr!0IpH}"cq&ӇWly|6߱w|7qrr3+s;kq2x@H-1dXpc5noN/c/lK9_qj3:㸟ùND v/I8/;+ֆCuϰorJod#8]y/^j+o_w.֑5XZ^{;wGPIo4_wg;m{/<ҳ{4N _ۇ>y>哧>~/T|/=X6<~q=@L{f~,T B 1Nk.zHB9+4 zRFYI5l8<ɸv2F:9?>HTE1@o?ﭣGB=tPA-^F-.XÁ́pC+IOJ2SeȆmf̍?+TiT)͋AeYTBk"l:Ӥ]*C|m[ƕ;n]wջQ \as 4oc}Gabre0g4Lֽ{oƘx>xqǑ'WysϡGϻoױK;{bۅgWye5sL[v{Ǘ?*o/p tj%tK# PbP -plAFlC7LQE%+Dz-l- rDJѠkH3" r.O)m;ϰ$첸:=? TA.< MT;,<K0)@134yOA մ8K HuC.=uU$IY<2V5]ĕ-"gWZ_UW<*d?QX`HӠv XM!X)кXce^.5ΗKtQNo;uckxYgNBsq.WoUgr6gdyYq4֡y>7 ifZiY!5kzѵ9n{-meb2~YފELCSGpۭݒo!am);LJfI/M% 1 5:` #u(xg )wt[j)q~ۧ5 BbI}'$j2W>ruG59r\4%Mse: n0>+|Mލj6<(HR@w/$g#Px#߮~&<V d+"8>@W[}ьKX,6P|fta@=0K|*X)N4!cA9.Q\FHxp. :6&4OޥY&OJfi*۶<N{W`HPJ$҄HasT #cJ͒2JS-49MJ^^M3/tnfٖF֒P|ĥrTJ|*Ru L&;PI1 1w .y zT("yg(4AZOm%$FIomVKf0⯤^#[JUYJ!4XsnSf/l,Ήӏ>6unʃ.2[:A2-EeydUњVS'[xKTDK{oa+ƺNTP}ZYԥt0UJʻԨN,cR6gm*fUِjmS[V~Vm,,V5rƸ*Qltm[Ж5q#%["r*]7'ψtlo;ӬM:;É !/ ie ="D(Ď Eyr#^!)&bx @z"%Ѱ?lZW*"xDŦ{"߁E!ʀX"ҩ7 w泊NxGxЕ Z_޳S͸DϚ6e})ZNƭ 4&Uѝmtk%f񔧉Ute_InIݮi)3jzFlm*N[wuUGTbv]Ph.= foђ8)%29<^)x_]<Ϟu׾B簑(.s赌yџCsg9osoE!m[z˹q|a-7]6WfW6~qBlgOWםQs=qI>:! \d/g v?҇suGs5~ͳEq6a@:! c`T[Ac)Ёu1<! 0~G򐏅Td q^@U˧Cz :PŃAV"G/Я|A1:#ԡС axL& #O Z%AaZ!"wۯ%DD"!"J0#(PB$x֡"RAR|,a .[!EoP[zPA0"(jN Cp aj:T"*Bj/"0Qʡk!.0:"xЁ ++K" r'hB!"x[j!%P!q.RA.ʱ!AS{"P *1)aSΡ .crt.b!fKΆ $! ".`@΁-pTQ%2r#-@T~$QR%4UPQ%-D n$- UB0R%42TbO%$-&A"*9$f$+ T$>'a$D!(U. %p%U'$Ρ/m2.AB'B+"*S'A" 2& -2]2+A-A1A.r, -R/51Œ,ق .r2& ,R0A"|r/m32 1G22 $r%[03$:+ b(W<%as47SS.s%w$`7d- 29Ү(h,D' 2focN6S 9 s0ǂJ$!A9_Q+K󨠡l2AGDlp<A B@ A P%@;0S ." =`DL-OGCA -dt @<$Rx!9+T 2؀FF*4<< lM2,A@$sBGO!b(EO%`7!ETOQgO5;!Da>Mp3b)٢#&@Fsr*Or S: B< b+uRu,(0t@|5H B"uBCC" q$7sΡJߒ.ZO;4u#>#?ΪsTcN&P%LaY]s>ϕ pUZ3`U,OT) `*!ZEu. 6p4>`GR cccOZt$`*m2.%gV;U-V%1Ca` `*SChaa< ’Xe%3`ah٠d<75, DvJ؀I] Б$ =(G pt#IIF]R t%9rP%(-#XIx;Kx:ܠXZ3yAp-l2M3$暮î׺gzbdEVgK`E $mR-9RAy7߱%8O:Z%bn15/DY:WwQwX!`'h[;a7M{3v3Uċ2ML} BԼ)1Q52z _z>;&q/dqE55Xgp{G}U|7#ۇA4ڙu]b/:V zMUvR 1&ϡaj{S>RXAlVfyڳʱ|7<]^\@HW+B؀}@V@]FS؀e6`d{\Ӵ_V٠I_5IB \yfk5 ro@ա=K]6Hs^.ū$L%}6;顛 ྷUs2o_}!aYɾ`P;Ga>!eqE^l7K5Y>[qwAkQ:grW}$ڹ@ZǩʇDaU*(yVI[A/[3z;E%8,5 ;K^XnF\b fDu= eð 4}It#VZѓ5/jAE9IBASH!`L&aVSX6xM'>R|z /i)l >I|$?94Ľ%h%E\jd]D,7?ب=82\VfǐAI`B/ h" h.h> i:,^lj((Jꤣ`ʪ>OWAjQFQnHC(\Ɗa.lȲQ8PCFW/2Vg^ eaZ0 :%bR&tbSa=R| FI[s0:%(:/)DR7dOGt #b5GCkx-ӱ1Hg#Kabyio]eIL^˂eX 6<V2#=w nA l4 ϊS;$ 8<2/t ςJ0c{ȱ:ViXzØyǃ!RK~柏fnjGzj*H* p,שOAk~ $$-vH 2T;G^8n1m^9ZކBcgP'< ({|a;z<)wY IsѲ(o-2&-1YaD$/y@>±q3D1d'fw8"i.B 1X1xWsy*U" x^<=$ǓHRBSDQ] t%؇)-KTm?w?OU ьjt=ߗ@ԡ$"hs0n& ۋF",5ס@ /·8E U|螕4} !Pƀȋf !./M 4)8kY">J\<^ִ2ց.4*V;mB5Ɩm 6mX)L\Li\GDW_.1x=)ݮYNxϦ+RPjBмݞESo׈ 5ضItQ;&@t z%/Z d&9o]:*N5تֻSZ;]igOb?&䁔G%3ŬXk1޺5^$MFvȮZbSalΎFgِ5%M;l(yqs~MYЈ"hb;t?қ\SK_}NUVվ! |/k?}OJs=|i )v!\$V#5er>'55u(P&Fku :/zCCg:bJ09@"vHfQ=gxu֤uBv/ AcVErTKs43i,H&r'9AyZi0%<&UuS)AI<B4HtAx+BHwIeMbuh/T^`y)AWf<{p (%U81\1'sHx44ٲ&?Ѩo f&a֍G(I-h(`󅀲5 YRHw5ۖU?rFKmxrN;SSjmj$G ;kRMMQ!U+TF1]9-LyOOitJ/M<$rSARՔerH(:RyWB^S Yd%hZ/n3B^ɋ\^aqZ:{_k!wr.xG%pdx^5s&&e&s^Bct4FuaWJk$S.ꄱ| }a)Xo~(Qa+՚ D" !yԁa2B!5?!#tI!@K0aO6| :l.1sU uzDb'  1 n1H OfM3&'!21OQErDxC"vJ z/P)ОB 11)QJ \s1j(c5[ 7u'D'QC@s"{(E.Tj #!1U1.'#+U S"0q0Y/s%JsotBϑ"'&Q:1bU1,Cc11'wk1AZE)F;7qRjַ) 5>Ԙo~kH*g4c/WT +c!;7[Xa PcOGctFTSSzUka3{$NPDtc{;1OÅ((ŭ󭊣J&ˁdz%3t^ee;?U2(e ((TD%Uӭ23аUj<]*r-1z{vu/Ц59aTw<9۳^!PįwLѶLbP#r۶V#KgG?a@,Fc ~VDRܨTSm;w;d͌y41|~\|RyCу98%R42;CFeh8(m;t߬>Ԓ(Q 83~ި:>>(%2EmNSJ)SY6e GcYUUeN &;:LBEt4iɅCѴb*1^! kt 8\7N˿-yV7\J҄$^C$6t\XY22TVUVM٭ tr8jU<j#M[c6~\QLߣj{tÜ촜2-Eǣ1k 5e<9]R Y˯o~j({L&WS?X(Ch:Nm".>2UU?O4PУUUwU<S y 4tpϔ?/ I $b("ذ)g0_'t1h,A)b)!HKR#y.mA/2E10At;c'ȟaƐLe|äTЋ> jWײ~Z94(]r 窳!CjU˞{ 4@TpAtA#\pY* МQ64 QeK4DSTqE[\Qg6ĄjF}r1x̙54H$TrI&tI(r"԰ ,PB.R-Ą!cΙs4^Ȭ rD"$l6R3H,+Cᱪ"Nu"l\Mܦk3NωBm{XQwC 8ʎ3 Tͬ m ?h ܤMܯް(%=4zѼW~TsV -#;YT<@>ԕ/u =.%l0/zkB K QfP˦Fuܱ$*{oo+9PK AG7~hM@B4teCgLv#͍Nɼg,EtR 4*"-(dէ^$^^ҧҍZ &+zc8߸jw0i1H@)q$8qjZ@o24#ѹONcB%[txCTDYE/blc<ᕴ{镥+F]$Pz4Pf$N c\-{WlAu[B.c7eCRCCcޤfy&JD ':?N -@_c< ƖOt[! :ˁLIM=啼 w$=* 'tg _iP+8&@e%3(vrgcK(-VI@ht>l-P$nxL BmD7pbAgK"HfVj3Ei5fGяuCdk]ZNIdeIF2hL(GƘ=4|J)!1Z>EY^θ# tzHT!S.ț O&ǖxwCTBxk;&bUg"d >띯̺VT)R>}.MM؇&((W\zCT %tŐ%DRKI ]BL`j29'j+Mn=;D91+71ʲwZ1X Ml&xD(”=!Z{8C"rdɡ[C(Fk 5U1W[ S| x? 4޻ku:趴ppZy 63jyBY4,I̪B BT.4/!CIQ3CkI/!ikjđȼCQķЊ';ӨE?x Ѷ=29[[! D[Q?0R\ SFK K|+E6gJR=wtڡ 2+ )c>M?HK!4 덈'V K0ǚX G@4G|'Cy CQUAk麺8 -+X 5~ (9ʣLcZ-M@۞@闧荌¸cm,@BKM4j"62Qztԃ <IT|+4϶ˣ.T/ܐ!I}RSɜ4Pi5&sʢԸ ɠm i㽂 xʋ=0Q@Jijh s[n !<¥ĕ!9ӗ kE:?7 K̔TlLӨLP:WQLH RCI0#h!,ŧL0ULɩ8MM}&ѥZSGs XӵG1LLjl\ q3`z/-ڻh+'=km:;a!LdDg OqG{H붩x4 PeeDd- ;Vm- Eh5#/i8a \ ޘ p7HT㈓gI j }(& 'X% ,&A#]? ;&R;K:m1`*Gʼn/=. 2TyӲ$A Xt4zUJxL} '[N.- ~<11 TQ˴TtUKTճ܉rMJcI0K[=WX=hz/<[x*;d\s{EHqQ<Io ,,,P5iգjջ3V %Io\(LF{ c4_BN [" p |e,qڝW}B(| ALjyR*`]2'c˦WJY`(:ʽ_ByJOBވS*(%A'%@q 03/jgQUxݮ8''ʔҁUWrwZt%y(o 5!KzL6^քZ(Ŧ_QZ{06~ܰ8'b].ҝWNBP)o-^ iZ m(5M'0'U]WA,&e [NZu0J̜k_bTp5]Jf,%2#ɻ]Qe+J~p](F8☩ ">Q<O I9&+6b!ɀ6mjEiSXוX3tf~]TDX@<;s p2I),_*S zSN3!g%.Ó"N[G92"H&حc!?졫 e +MXPڨf9 Yʼn3z Q1zD+9̆0SB(R<|tlI5@ LPdpZab`Ht zv-ͧ /?+  $t`<1(nKvZ9#.?|Оz1M~p` h ?ױ$iX hӟnXo|CoP-8 ]STk oc|>Ӷnd&=s>@ cIph? иppWP ,qvT@e"t)sa(JgSZ(2 qEEG1ה^r~30/;+"CB%˩`рH ,s/ȶr.О .77BEJٸrލ@9BםC˨8P`sJ ގcYlWi AyQw &oyh^㖦szK{9_hcVuo|ti2́r[[ppЗǟ<4EИ1 a> BqaEDsDZɏy N"Ws^& !| ʤϔO"h ?IYeQFSJhU.lAte)%ּsXRģ,JxKQ/cLΞ?-z4ҦONyԬ֮_6'ܨ0z7oӵo3 |!O/i pˮ6֯cϮ};޿/:ܶ3s~=1ԧX<e3sQ9AoEPMD9fA:&LsNXt_ЄCF|A(Մ EWaUGabrR `JSR L*V>scQC>Dd_UYA#cQI!c'4d%uUUY؄Ea>e`M7eYaItU9rLZJU}H"UCYBqF  P]YӉ"9@Bx] = 9YM#DO|a:cYR(M)Ԛ+TRF S1UX֫U}G/aI?…i{MQat^QP(K eǞ[&thaq1r9WtS\Gy+v 5wYOecUMpYP|gы)psvWY"?)SryH-5vQeaWay?sUkNKkG0sٵ`w\_8l12yVE!̷E[J Q6ȸ.MIc<}AEw i˛6f GaYNsA0 ~=ܠgQ9Z3O:[ vh%h*_夫di۪^RoGK`dPy2FX1L~MjZar+--Gʐ@3, 12DN4%lVrDO*pSU#oSzƹ$ѯ,pzԜ9$cT2@tGl7'sJT |*}9ތ;4v*ŌX< }VvRRŎՀHAGJ")kx9Œk \Ti{-ҮWD BTVB!IO"ϽaIhn.C&Y&%l7jwĸ1{j`H^5&5lm:|w|-`#^þ =J, LmS\S#^DBđ82%ܵ48%y_cRR#i۟4]؉ lMݭ]IMY@8)XPݨe^< I!j( 5Peda@!AVf`(YE(!8E&9a6줉qJR 0!NE8) !DE U4ߌN\]QígDl\EX% K "Wp\J~L 2eW3шTд %5a㲥UH|$ |+^ԠɷYMtȔ_` 6>[`IHN `C5!aE"FZqdIFb^Gz&8 _O! K]N#OdŸc!})Ra?2" }, WЅ 9^i $"h̕ *ɜT@d I/0RcX0#XSa!}!5_\p8 Ȑ 8v8F7ZB2 ;vc_21J )D_ J 7zSVD@Di؉ Kv FGr'|͚ZyHIg{Fx o`)$$ᮀD] EeG4"attKGХOdSf|ˮ W"@e4M%V>N-^܊R`*e]aEb}TP%Nˍ I^bM df8^cgf(decȡeH.a;\kδJjjirܟ>H_PoܩR @(pun4'[hN~7U'_\'EgwFb"H:@'ihf`ZIeQ`G4hGϨ(a_裔`ݮ|TR $J WZd(Zf]Aa 4Gh"4 )ǖ!iXDa =~2)i ]ҚeL,_Ph>cՐEjeȑ7n2J \ (*EIu$dl e  k=.gƖEP & :2m*Q|j:v'<}y'me*BLfmn n"n*2n:BnJRnZbnjrnzn蒮ge n^!xʆnno o"o*2o:BoJRoZboF~&P~l욯ݚaoooo.-¤l0{*3p;CpKSpW0->0I&, X p p p p ppq q#q+3q;C1 *~oyppqqqq˱ B{jjHCzq q!!#r"+"3r#;#C"qw1s0?^ &!G'r((r))#O2wp*ښ*1>ar-.r//s0 0q33401cs6k6ss7{7vp9(sb*83m4.53s==s>>s?3^<3 AcFB3tC;CCtDKD/@oAyv;cBG{GtHHtIItJJtKGSQLtMMtNZKO9$4t!Q#uR+R3uS;SCuTKRu;sLuVkVsuW{WuXXOPU5YZu[[u\\[YU3]^u__v` vxu5Vvb+b3vc;cC6Fud[ecvfkfsv_O6vvhhviigGs`&4jvllGuk6mSF6IBLo!0|LwpGpvtKtSxq#r3s-tGjW6uX@)TG8pĠ7{wq7wP T@|^-DL|$yWx#$`L@4B}CuCvw~7?5xv^S}O du{O7„CxIxwp7Ÿ?Ayx{񌻀A4DPsnj׸޸?8﵇/PU6X@&z+xoPwmx*8pywwk5{n@|F,yq/rS@l 9݇ݳ@}l~~/<;~lp|٣~ܳ~ۏ=[Gzo;{;ˁի37L .u3EϦeF- a7p'=Ȥt2 uvw+q\oMY~9'?>qu6GT F <\|¬ B8ha;{N<=aϾ拏H-(n@,!#RM*Ie^]]V+džU_{17*GZwzK+PU,]s>P=]_ Gnp56M](%>G#dL=4 X ` vtPiKBzMT*YJ0MܐG@a#! D^på#!iDpw\;}c$XV:O~ +R\IcH攂d # Mnc#xR`3/z|@ s8Ђ T <9p lA2NaN>hL,zK[ Œ Q SA-!,*:'EzQj1ґ/)KCИ"1GhDM A$ *K]ϭΔ!6WN U6֠` ؾ𯅝9$,*V)eAf9*R6g"LlgzWmU4ZҾlZеeiNp[\Ӵ^\>ѕtY[:VP'u]~T66 Pz^|[_~_ \` V`?)\a _pr[r<#*H\b)V0H\B jŌi\c9ycA\d#IVd'?Q\e+Oģue/a\f3iVf7qfssc Ξg?ЁF|  щVhG?ґ)]iK_ә9iOԡI^B\YjWֱi]94xk_^Plg?і]mk_mo]nsVu]o{w˶S0`qF Wp?)^q_9q!I^r)WQ.kCi^sh7sA:7 X4Pҙt?Q^u_Yֹua^viWvψy^wy_9t:`ъFWx?)_y_9yI_zӟWSs\czi_{ߛy/xt(_|W|?ї_}_}_~߃~n?P Ԝ/#0+pm/P7;?CPGoOSPW_10p Ojo`o /p"` 9P  ͯ p pp + !,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(E ,T܅^ ($Ђ} K0s& h#׋+_0p؋1 " ;̍K/MH0h~_DRefIy, {`sR睁0 Iqɘ@i$|0|Xo)2Ev)(Fj !b_V eJJ)a< %kȆ6F+Vkfv+k覫km /B )2ј ,`( L0š 9K00 _B01Rlc  x_}!؀H"HL&:PH*ZX̢.z` H2hL6p#GWar(n>bIBL"DžF:򑐌$'IJZ̤&7Nz (GII.L*WV*Kh,Ҥ7yC<^ 0IbL2f:Ќ4IjZ̦6nz 8IrL:iN! &?̧>~ @JЂMBPcB/ hg|i ͨF7юz HGJҒ~&jO0LgJӚ8ͩNwjOtEHMRԦ:P fyNpdF` XJֲK&7`<#I)jݞ(:We} `KVXB$F#rP« RgzviA {`^Ob~ͭnw{&j/, -xZP%"W/`C 71p_V~ A\oVӢ6xB@^| @ [z%/{y_2C_f j_c歆7Է3:_Pn1+fj_r-3w_ s_<hU ,2~O"[8Io6"Ffe1[ T&k!_osA[axγQ F$&Mz +h)Zh4\J[Ҙ&4(A5 ]QQ;h Z5@B9f%TpYc8:ŸGԌȌ،HȒqt"fdR=7"9וyEz}!g5rp\ܷsjO6v]h8l]fCs'TXp e](J(g;y{iiaRGjnٙFqt6/XHٛynFiOI˨ 09(pCTHz2g[wc6c0|9|I~6uVڇf{Xlu|ZA Yv07iahuۉ_Y_7_S؈ƆxIV`؉dr~iiG#Jk9IutIy8:@B=D]F8=|aLNPR=T]V}XZ\^`b=d]f}hjlnpr=t]v}xzzЮ׀؂=؄]؆}؈؊،؎ْؐ=WKMٜ٘ٚٞ٠ڢ=ڤ]ڦՖڬڮڰ۲=۴]۶ة}ۺۼ۾=չ]ȝʽ ]}؝ڽ տ` =]0VߝՒPu`x `~oᐝnMᱭልa ^Mvd F"&(38hm{Ӫ-՜Y\@n nA DnL- P ]{ܰp E~w A^~V ;`VXQt>jMqunNYl q-dnhI^֊> n~p֒^ .HR_ ihx}cv n`Յ\m J/|Q.` .OҞ[ O ~˰@K`M$@ .՛> .`u}~kO {m@ՇN誮N֣^K@_-I~.ʐWm>0Nx=a}N/B?O b  ; ?RZVP-\]s /pkW &0 `OoMoTr=ei` _p Ml.eD^zKN뽮Dol H% EPML-$i  պː䂏=A͠ԛ~/.M (0Q/0o_> M ==>?냍lPdܯ&-6PpƕLSG RRȑ&!2 D,iR!9QؓqcǏ!L:D3Cc9e!:T44%&(B,V> JPd "m)"HiZDjAf1=qS Ysh9›9-I&NTbx6)w5+SfTn붲.=h RZQGuRCu\t%HH0p5FWi" 8P4]G-VC}UYTw܀Oo2Fy]}kT _9fgfo c@Fpjxayv(aDOʤFZSW,yФR|#-c%p_ˮN%q l]U\ ^:W0p#l nI[Ȣ_1a:sF]jk`k9Xr3bM~v^@Ųr,^uC¾1U+Ȕxgq^G ]e6'Ku\!%ps[IMܬI>?=՟/=@͑d#^ ?MǶy1tY5(xVӛYƇ%+g`5AvЃ 0Y#@Ic!x^d7000;nK HqmaC ʉ ɚ^p1>FdIHÈLr5ӈE(ЎVO"WRgXhPpJG$[L+fh9/Fvà5AzӞg>3%(@ 7  iX9j3;g䉆Tb#DiO"D$.>dF&q>̐\2#\$qPL/v7L0YuSPG)+XіF?CeӞf=U&LHiDCѩ !Ko%ʔ*R{Z7Wr%I5SkUҫ`k ,Wp&Y>3 9$"YĖ~ 1; qSnZ>@AR1ngnu[ַ  ` {ߒF,$LcfMH`ºօR .HlWʮM]5(p4 u$Ruޚa*AY䠆T^2S&8J 8fB՛q0dUh Z^Ls@(ݤ;ƾK[?\e|bc'ڹe8ŋRNTƚq,k +d7$qŒ)ɧ%{U SRӶ*og> n0T\eGL"?LЕ YW%tM@jjG$Y"A(LP״Fit@h@7f_Y8L.\FNcl\sَƞ4*'bT +`8(hE ʘc P{4dԧ&y'RNFnP&/1DfX[%!Ni+#j%NI3w }9.d?'G9oBt%@ bhDAX ow[Aη`&5v٢9C|JoMOjm3N}lN(Lr_O>V@q6rhe_X)?W?$(>ª%T ? 3oY)4=9Ra2a +@=Rq )@@U&e69#B9>6$ʡ $,Dy)q@ @4&H$ܔI#+BBDÖ ~Cbc@L&À#6 D6'ٮ?|[TI?4| 3=EKI$_` *`xW8([6h.xb'cmt &Px Iѩ1mtnT&!pGnjF X3 p$j)$H\Ho!PBHh: P8AHˊ:to0;䒎`iGXIH4zGT8sNJJ\ȜJpIz$Đ8C\ 91ǎHGR zʄJ=}I8@ɖpJ̱żmǥ˫adt_ܙ#Єd\gzL ܊?5TJ*3DtׄM Z9 ͬL= 2Xrj;u+;ΔM$(LΜʈ`Nħ礫<9TtOǬNOڜO5EUe O N$P%5EQ`P  !%"5#E$U%e&u'()*+,-. 0{u M4U5e6u7!M12=S8<=>O0S S3ES?5CEDUE-@ASFIJKeGSBNOPSM SH-TQETUUe$UASmYZ[%W5U\^_|X b5cEdEaTeughUfThkgV?`YWpEFiEk9s%Wgpxzu-jz nPpkg`m-k}u؇XukL8X8!UiWmieVhFhXeX=`LWsYkpzsP ء%ڢA؟'| suZYsPC0MpxZ)X}zگۭ E؆`^A۹۹ńus}U[^p!XYr۱Fp7Ȃ7`FEM seݞYvkYWYܼ5L0A0UUZPAP9@fkQR`HiWrXWZV`=XŽnU5[ dĂν}kyWU^%򽮋ٽ.dTzp^Vu0=Mm,7am= &5\5^\ڕ٥aڵ]e+9\aexl֍]uz\s(!& 6^ab8 -V/VUbzbZ@H4P6v4}=W-_0_MX ^ &*" ޽XUdEZ AgHX8X#\LxJB I/b.V^2N`pHhUn4` 4`6PNN }`z W\Xx`@"p7` +:ucoUu^@&^Lr6rVkaae]w_޶s-$u%^bpj.dgcM.cS>h HQXc@h^㌞!k l8B,隶Ƃ Ugoim5Je(!8gO^^f-.FX>UN@I5.e[8kNIh[j6-j3GA.7ap%%p"h6a-=שv`e35! >XgruʦtrasksΦgXj_$]~Vj' YٞhJ+fnަz]mTnVR檫W_=^-Vl Hl#6o9d 夝X-dvWNj&:],APWU^LhTXEF._PI@T@pbhk Y뢦ih$H"A/aNϗnZmElPV2}l~ւ^Y80lHmVlL_vjɮ_+MMd"jD6SQÆ1*nFn;Un%x6pBocWm'upL8XE_Y,⥎Yi=q5^_,%_u]u+dUg[e;WmX48fX,hpTkl}{X_IߊbFfH Q@oiqnhuQNUu"WAXL&F]^HxrζA-hQLV-\(B$n2 N7Ynbs ss3s_%cA7to oXW@=vF Vchjǂf[8h9Xj d,XoVwV䨞,]zXMdʾ^ѹae Ov#i6YiO|bf(s'^'oq9!.mHkȂ7lqjm`op2-ruЂQL?x~6W~x+$Ys0Wb\%suwMyQXb2j>y^왺u2!Ĉ'Rh"ƌ7r#Ȑ"GB$ʔVGOݵ aRM#Mv6ϛ6z<൤ Ц^Ϧ+FΨYvҤ,/֨^4YpwBr,{Mrz En:8Fiyʏ;>4J_UWuM^#iA6wv@@2Fʕ7B~Rif (",5>|i֙{JN!>\փ譃YjYFš,u f(` B0=H \fN.Ӈ:t!9$.c+i B&TXac&fV35Ht$IB4 &7(JZy%Y#E4iTa9URIBi&m&G,RL3ՄSF1& :\XjfEpÔSPIu3wUV@XmBEW]*|yP0&/lE\ZtM_]5w "i9,Z kGv';LI rY!'G$W)FBr`ۣCbbE5GNT9tX qBGar`:!HX !!2$Q9'0e.H!hNiG>&dB_ǹG`dQ7L[}5 G%BS`L9&i6XI'JvL2mUM75}m*X1GF7S+wu>'ԟyKT^}a1_u !&X9DZS$$kQ6GUYA>:zJ(iDoZ k `R$QǮnBjȋa\9Fl|n>ɏ́))5qHCrUh d @!4ˉHL/Slxp~ !qHZE׈Ԣ5 C1 a Jh3"E" n?薧)!oJH*|DPJ(Fifz0 j:^]#e\^Fы|PV "#4#Jh7K yXD C2Lr/~{:Mz*OSU1EQvP0w\ Qm F5nSp@+Vp@x#JV [?P/4>rX"69 )Miw:h,=rp3 >qEK,G A35Y`ްayj-U3"%9.J;BsoO*?GdBn Azww jD/?bH.QԦ>5SUԠ/]DYӺֶ5s]׾5m<*&8i*!U^A!V@p^yBd,aVUE^$FfF[8j:W/0h PQ9TIGKd¡  0(M8xiĤx TE1F"f,%XWv%'OЅ%zEp_(| ܟU*VQ HB,,i@|Ditlݚ_Fk DiO.´M!}Chf2T"R4\!B9x@mkEF+MфeY;L jmS 2>' HDZ]rAd},AFDgQKgxC+H+Œ}i'z'GthM~MzDHW+~'gA0_AA& TÊUR[B&8Nc&4%[]BV%E&9&(,(`cUa0*9üjheNb‚2TV9 UK6n!BtS/DBjUk˽D',h;#= ة]2W>iq^ %As6'G|hj:EuFAjqnT9E"0|yyZ*, {a̡홣 N~$(tҬ!aD/pk 4(rC./ڤ&mgiɕgN<Ӫ j>) x(XQ_5 aLy9YIP}kJ?8IxɴI͔=wbIG}ABYЂƒaKVCVe l|[' &RXOҲ5nh$h{(iE?>,NK,C,f^pc#py1ڀT``|}N9ÿLѽ~0@3 ?_W>?c#2v}O:\0'n^S?F 30d'YM^ɓ)2ZrpT'/^xFEv,R &L`ҫgZLν{PJI+E κ.4D$RB؀Q7<(fY 9Úr; T!"2 I,fɡ0L,RQDb1,3Ls>8!1ՌS94SlMJEA -Pܩ' [QK14& &Qԃ.QI%5O̸ F饡NgRgJʵx2@ V`Lrcy/\kĠ;-Xtדk Ϳ`UQTQ3T=jjjwV y}_yѭS .`o}+UaR!x;Onm㏃-[H.=wFb#lQ5`BIp"`|99=菁9%:i1'לZ[Ɛ3nnk+b24iDi쫯Fpa.O\oq㮘E1\9A]G4ww塏^驯S8_/|ķs%x_Ӏ>@4;_,O)!A NMX#.B%42;]o < aCΐeK8@` D!E4D%.fA.MUE-n]F1e4јF5mtG9Αu8 Cʉa$=GE.t#!IIN$&h(⑓'AJQ4)QJUTc#3YX%&n@n@dGlLa40i'jORl3MiNմ5MmR󕌌9fyLqӟ81;OybwJfAYMnW c>hP^lX!c bD'ZTa1A"(a"|:őGU-;8C1|'Mt-:5tSUn:ᜧ8IrS$$ڙb $,zuk Wqkf0@$k_O׾*u`Ȓȧ9)U#vhAPf?O8@)j.D@ > Ec?!M+-zciCL(;`Hi3"h{\6hjjԋ׼{_±*rQ< @ ߿>d\`@J`M V;RaEX#7Xkb`UHcE,_V '^6ݦgԮ`0nrpP"B,,b%N S&;6Scz߈f*mv<*%Ye<`ǸCm ߸dޝөvR It Hp K"@B#`Y$[5 @ vd>;P .MH0"݋XU~ugjWe`3#'AIЅf]6hcPxLPv!t|`폀 h@eڠc+Cgcnbx|E[ Lu|Gp)|<S~C67yEQAQ\|>AOsC/ej:-j C ~9$&ii`ՊOfmlb` nr[ǹDm!hl!'$`xlYƝlMCu} d/O@?@E꓏z>/hbk"]#C*!$b38m!0#D@Oҁ=6 apg02'̀. ,k#GC*愴/ZII)J͊4IO/Ӊ T̀JKTP3"P72wsi3U`3"v< cjqp3;q3;ï 585a&8#.!bA>sNzQ/aUuqqNVi=uAsS$T#L砠Cju4BdZpbjõ{)݋\ITEFGSTV4 HqF ӐO5dJUKHt`1Hےxn$W5vclLL!LaSZq!07Y34"ofkfVIWMX 4 .7cT)` a׸ Siilתv~k6#Մ@3-CvkS\ B2ajJ0;rfp p ,qwq/v6ؓc=-AiC>54r?*$Q2YP@@@ a$X uUBiu#e(CJtnBpG(xE,^uiEGH`%1b`iCak./bvH)V0t@ }Ar7~cp"lnqlpFofq9ݠ pWq74#'5A`7 =A8C8*MMQxp!8gVq!׊5 3r> d*6<kuKatY>O(vDvBmm+zDs7xn `]8ʐ$n_L̐w/ŋ,вK׊YI/IITw7819~g~SA }v"UyMQjY9Uywpƅ1 5ynH0N *B4b*Wʁ=pP `aه5a̬Zo5ه[Uztk׊ !X[5?{jD\aN\siCF*r++CO /F8QW !0UN%,W,adn3a /A::E=Yڃiy}V8OS:zUٖMaMJ2MM' NX97 n-躮kC m.`(0 sSYK{8ʣt,{dziO ;G .fOpX76R sj˳A!k뺎6z_y툊YX.i÷{ZWe)8n,X!0f;{黾ƫq(?WiB0iciP܌ |"#)(ɏ{9|pλb[7*_MQhMnNhru<<|ŕ|ɻ-KW<$Qٽ<˵|˹ڣՃ\:O3X "n+! B@z1^&a04=@@ 0~<#9KtX* 474g󵈶ߨi#2V`]H˺r[6(є) >y ! % ? _'~ . ?E1Ѐa\! >a oAA]htŸ ʙ;G<͛`S c j!ɗ@Ţ _Ä:FH>9a:`@CC ԏoDfbI5i&gԭ$?T!? tdKӓ5u' 9a%Kjc]OSRqn grIgU]UaXvRqW]v@3n<֛9`e (,pVW|GЂ yN!+iXmL 0($j{6J.7Ȑ.3'642ʹx,|h^A)[`?]9xl0 RFޢ˴D/AÍj !U?|bA֌SqbA#H\)ۨF!+Ġ2>IJIT1B@XNq/ULanmaY5܄"> }lWt|?qm2Kxxr9*Xa duW~*TJ\uff(4S/=ihz|dpK\! 鞅ӆmPj1t[ {6ņ)y M^G\A-vؼ=A9!\>١1U ~DTtDl7,Pe# @ VgYH*AgDE,ii `P#ݨ tlo:v"EB>.6\`L\⒎H$. BY3 DYo\&=rpr90j$Pip[Q@BܢBW<*R&Q)HjXf~!UxJxjd7-nwX;dWPqf`כWT@ h+_Y@O|I8kG3hHu?d" “?+ Iߊ~9?($d΂:0dC@Z #菋Sb@ H:yG aFHؤ+xҴB9QBDyXD$Q$Vtn=,;ZҐDX*ј`Q 7ܨ@z˘t4)HF3viiA5LL.XF  ;N/|#a#_"`eF5 vE 6 mB 8385,I졭2*|<4]$m 6[e2".>!@t!hbGy"^v\U&4( 1:͊pӛzYuˁ!d~IlbVc0.?I>g> W4iᭅjTԥ/ Y*]rԤgiĎ>(BwawSVp 9Frdo\ Hbi8TF / ,x T 0Pbi3D*PWHRl+W/[,Q!!,2*0=s 0@2JQ^4wKZ%։ZS pZX zլn@n_ 8`10<`HaNNdAq  3LfٽB=WI~?muh}ǔIP="(7asJMd%s? ߨ7`trPB$rEp0@Fn.ˆ1rJ6Q$"'K=iY#4yZ1c85i=_[ߺs͑va Wa/c_fBu;e Fz>8,զ0b {={ܼt׭D,tD®# ;_H8ApRW@]5zisg4Q11,h%kdCe ̞>|"Qߵ+pLپ*n\$ 7YP`\ZȵVbp @R:f3AW 8_s ǰ Cp$vȁAu9>'X'_ZuT] SvWkGK0*IA &T,cWWD*f~*XԁeˡGc"R!! ae, 1XKp΁=cH!W1"N"bqdi8tY9 h)kB^!!f }4oH$?g{&  BC4 B2ux"Tb%L$U%` HE(% HCFd!&Hh(_!SWd&u,,mm4(l2PW>Vpu  P;@:X,fGA JLXK@&2Lo  y8bpHoSoy !IV`uiql!' ) nD_7mXb;y+:6u-+!mĶ*E9XZlhtXYx!9' 8 Uᕆ#B%adyicilpsI8%9')Y((s ( iuac^ Z1V;I0  PWyAUo• MQ 't隡)I3uָ_y_(Pڰ)PwT.ljɩ4NX )Iyp=Uy.I`+؄i牞i9W )Fי$_xk694*vi ʠ :k9kzɗI3 G %j')*)bc @@,T!ʣ=**CJEj U'ظ{34(>Yz@(x_ a*cZ,z&٤Z/1Y(o :Jup! }`p h04I1 @P8 D04Z:Qq*f:%jW *jr!|P :}Z*f.J)ɍ]q*J\ꥷo'reԬewIѺJ  HGzZ#] '~Jتz":@z3oްi0`'0 x4("p ѩu9j-H˱"ڢWvT&+2/*#=Z1qHd\!q*-1r"r.G+I ٢ڙܹKԱUʠQ&=ٱх{XYai>e2ل ނ?q%<$e3!Cq!AGrx {@r^f^o#R"A3"V@M@҇Kˤ*hgւ-X .pKs0dn.2/e/BzđQMC0C/0 f1CpB]p11+3(2#0~2;;03T6cۋ&SiJ&cPeL23!3AsF]I4E ','x3L I!4+6vX T p KP3cgڄt:>=[0>#ܣ{x:oPeZ6@X{?4.1 2AT[@ [;hX]YG`W??l,tt 6ABwB)-BE(LZº|yeJdd JPAJE1l ZLK鑆du-cȫ7`,1Zx[=U, {ew{TOcpOpӁO{A-[}ypu\]5P1$Z!̫RkƉ0quһLd=2M"OYۥ >e\YY곬YͤYueh{e6Vи7 p !њih&¯O־$Տ-b sO|81"6xfSpA-k@MQ~pmW^Nb~rN>k(O+?2AJmwX_$+u}(ශQ4]! D̾6a^ nWuX>aN7T,W xxxrܕwyy{w{כ{z+b!{e4gxZ3+_@g!ɷ|􇯄|DD">{n{N쟷y g17;"}'~B~3xn5%/S1ݍ8˛ VK0J<S)X(mUYeU BY:Z0 #ae>Ea1b<KSXrw[(@-xXz2f`obRnsu-,"amp1Њ\!x؈x"`DhAqsu/xDHA[}H߉gu ؃*xȊkooSu u 9\g9<"0 OO$I;07k`?]16**.8Y_8E? t@ <@%N*PC3LB ˉR72+'p;STt(A F;m\FnQG|rH"4H$n뮋)KR$ /z'4oȰ K L4є (8%p"41p0 3  mLuϦtSN;SPCuTRK]n&.{Ԅ(TQ23s2",Ȉ@,evA MBiq5'O 2 [m˪aw\r5\tUw]PmrU{\Yg,ɋj*ѢI#*v*5zyƕ4>@!êDTX vamĪ,GDLUye[vec9$w(YkXAf Sǿ/D.o#_4BA"D>HJp'Q?2Ƈ`R'菂\(A)W"dBI\R#v}gV68$#yLdjȑ<؏aTAS  |Ҝ@&7iIX!?pb;Nx DDH*9M?Q}Sh6Mih BH9yN"+Abώ-UKt< ! QKSshycB6j n~70NآI]EtGb(^qhQ'Ukm[yˉC@;@UR 34l5[Э*b +Y WNDP+[jRV!di< řrV, ZP}[ 5xyiTlb!ANqKk"ӥtYYƕ m[ځo.j9MZdxL.ҍ${܋ufz[]^W=FF']mҥNͭvHXĆn8&4Ձ|܁|G+l|c 96KZB>&/y\I*z_pmj[*GZcXFH?ر}! H#?Xs[Z2FSgz#&tVQ+.cb,gY2'tkHZN6!k2+B8jJɋ5(Ҝ4:! .F6_QCtfvafgD4۟U_vqYn4_>{pk$g8R}t^[tjC ~c +sy(8l~wqrzd&ymٕxr <6ω}sox&&/ b=~0c?@:RP¿kALֻVG<EšN/t> $azH=ޣ)nr'~g6IU Sg AE  b*ZSYbr IW'n!M 5z =y<*WqXU ?#Lv Wp:9"ןWr +̯r+hJYFu%?N5D%c>>>@4+?ec0ŋ@ s<-:eЄ̳ 29x -|A!A=/iС;<(jTõpR1C`˴O 6(< Jd8h;"`B 2/,LSSyPi?BB,t|(B C.C0Û@DL#@6 # )U48b)НK( N E s- c<HCHSY,Z [D\TDcEfF]fbtVevU@EiG{c1oWiWjf!fMYe:R=[ϵeAxKDٹ茖45Ye42Q6i$f(zfY`Ɠ:@?%hi"QX˔fPb!hV_uonW/ ^aέu oE7N[Hr.xithWIPEiS o_xQx!uuv`PxU챾j^55 'lw wiF+~Ɖ-r.^gx?F NlS]_Pjj폮AeV ۲X@`Ay_ix\~#gzT/zG7Ƥב𵁦wWGPșĿu We{Isv< dƘ^T~O$Iy[E|nzkkPz}⇙чT `0]XqsGG.h!| }sg8@ (~gOĿw ۰=A/_B7| d0'p b"8 8(q"Ŋ/b̨!D4_Lr%˖._Œ)s&͚6oΞ> *t(ѢF"M4ƇMB*u*ժV1 ׮Zg)$iղf+`+v=z1H(9z#9jZNx1ƎC,yA,Κ3~ _{1KzծFV0\o:z.\ݸ~6WnkՋcW~=vo-~w}#,o컳N~{sݿϝ(cS~'`{!H Om晃BTYmW_5XrQZ @<'4Ő_3Xc@ucS VZ/pSif}D⣓OvDq".@gsᡤD_nYOuID_TsEXdZ-w XxV"DV}b"9+hBc_9(JtM DEQcIZJERDJīJSH &ZK+E:QCT˵kM;,F-2s EQ =ֹ"E{iYe}m1(1 D(.ʢe55'rcěZejTd6oqD|ϞE:CqatCʎIYvEktkgp_&lo 2K0,||:Z׋*#⎲t[F2WD6EQc?QuCR!n\EJ4as[=߉|Ȅ ,*W 3PFH*Ӝr2iA \xAy+)֌5{u=]/%XT!V=AZeϱvY_#Wh-,bwnf V+ZQ`ʩTޣ}J kkήq,a!\rrhˊ6aYȞ.U;EjBl4٥#l9U~;^zL3՞N,q_B/l_L]%; TTku⇇uֻ0w[9V>q]4BvHR/1{|rLj$0@hZWeֱ9p/RWP) 搡&:h!KBxsDX5'mb54 -S E <,*(}"/Mud'c8r 7v`Ll9\˄ #*_4'jjk\{p8~ -?K]*LG^# jۇ$WY5! E:P+قk!ŴYMw,d|l.Zi̅j[{e2E~m굡zL Sն'@H`|xL91@9ḹbae @W+QaRQ=+ki%M2IhϐN*WqJR2͸&?7EоHvy&M,rtAl!}4#Qx"'+-䃔[}cQ.\_s$X5 !p85t|-pb40,# Bb!Cp-M٩ tWwH9H v+Gs7t{^陡n½Th(YFП_yF~-\^9LCA_]\  Lf\5Y%E֊3DC~M!2_gTa=}EYuɝ艞}bcP P@db,(m5Fd-@F8bhMcB^-Cm%F,La/T@\bS 9 9ܭP yMȖH /a(mbU\.8ݽ|55b2DCNe 'bg o-ܠ-^qI'rU"'TQPmY5uC8T1)`3n\ ۤڑad$.5@(`A!2LH/*8 ($| ȁ.`"X! _bB %YmAFF=z$!.!Ր9y[9ە?9h8rBא "",6O UPD}P#cCL qTBEdCG$T*`%leCLTX^MjXɱBU;@cɄ @@Ah ddcAQFM!=^$뱤Hag6g",$hVd_}"*׼]cC+"ZLѭXOKޠ78`K[m$蕦[DTC* 'z`"4TLZ!\U}ΐyw*g72'51`y>A&+AmnֽAagy8ș_.Y!*acp4Ap9$!5z\e4\iD~$.Fm&ցj $&fNFjV$CjRK^$FB4]DlmE-\!lD@^b2LPRtVaá)U<#](v$F LLRja:%]fNІ^:(a &j* APdqc8BafF@ $!9iJie&"fU`h'KgPW_ۉ93Y]i*:A[p҉9m:]阂уEWEFk6+i+ wq*hYd.ΉaYa {j+)$ f 2hkžV]v]I,V,Bcm+[տiiϢ 4:,u\,Nlԕ:PhkZB9V*ֲl5j5V-.J쌉Yy)m.sx5~l"D=%‰9'2h[5~AmXRϮmMV,[vuuR+J^j__BFN 8c AC*C*(a6 L5RoGi~fhB%A%ɒLQ,*\N)9UbNKtNoEԬYR~[y EQoSmC%6D:C)CUYG}%b`nIU]C K$Ӎnڈ?).F=0$b@ A@idf$ R`I]6'ȯCY\.\;KOۭRCԒ3Q~gҎ|bDd%//>WMVC|[OgDC\g\D&_R<2& $:E^ 9YDCg?g{2y6 Эp%ų2\C4@p%~,h-`( _ Z_^(c$Kf ĪIB IBAj>roH*~A A4cP)L¦?DC}7+I\E78JEG[-7/?&JC 3+WNoECHTFÙAT:?++/u'IC͸+0qRbI#%کԱ WR; 8* s f:,Z/d8 dcZ5]5DZL 3a8_Bcץ?E:G"$MC6/wrhqVCXs$"y.LJb>DsC+WF#v؝iנ$g6w~cr94μ"Sl+)&&660 7x/gCt`i-} BJaIPT:6lJ~~/wpW[ Xw(!YKcV}HF:+&K71?]b ]A]d4R UvvCRvEkvJsCzs!b%scO4L*O=%[Ci!e} [Y:xCЛ$ћjx9Zn̫ 2= 557g^9Z9p!x?5',9@}xx VY¶Ӱ!Y5C}]x-%ciGwsTCNAd3"И;)S68Y^hwOx7[ Pz00\JLNJ^2rrksJ&moM9EsK#,\FA".C;?w;Dy  *j+@ўoIz[>6jѱ:"3{6gKF rC)O3;D^!zm :WCiğGE\Yr7z7W2P_ʹ*!"4'"c'D<d%ߥ:61sOLbNcj{ļ;o9j(= ;M$sQLYQVoɛzY5;wC.@nf jX"wk@jH[˫+?L- Eg%T|NzmYQY4oO;Wz σ w48^VJ}P{_?6>K}„}:5nc>}/3hYg-^#C,EAitzX1iիWЎuV?g: "\(-jH$zEa<ҝ;0]uq,j(rJlU>Qը(=s> 6-ֵ^t!u{yޫ& !Uq-ToV VmWf料*w.wɗ7}zٷw/~,Vח?\~s4|oLԇǜiD 5ܐ=EMĐBϻ|\ {^7j.}}LrnGe@ﲌq0/T Q쑯!'Hb;dӻ/vKPhQKdqgGV305avZA1@QE6x󇢔gscgt7Qs}`4Ħ5bيQѰ^vG :Agģ1E⌃@ʱdUz3$wBFl{F-'D-oٞZT: 1?Nj;D%' 2'BT@ *<+;gz/%ܱ_Xc#&w4pظPYcuagX̓x%DjIN WY2{eՒY:T5(n.9U;xBLȀN! 1QQr 3uM`9J'$YR_J<$kqN{P߁ #aNAz)CfI sA",.KC7D$Oys(g&/JC @8cR(MJTML9&9HLR}ؾ-v)sf{S߼!_%g|˧,' B!Vbl *O lRoO菏/O#ܮH>~m$ ]xa&{p*`:>}0tCnʎD..TP0Ct2!D|]A_5HISDLC! j` ~ G$^GG__Jp(@x]よ*+a3Hb1 b|pX3@cE`ƶAK~7Ħ>yL}ew%(&R5f5f}٣M6RFhņpdUl悜'Li )~ uzP9/M69Ԫb섀wyxbd7l9ҁnUnXMmT1d4Zp 1A.ԕCP`^Gݵ!P^?XD&ucqUCT2 Z5C8ø>`P 3_G owg/Vamexxv;7:/.-%.G>dffV'+k-ޡ;nb7gA+Hb|Sf7TLRk0 Kh͘Cb%d$u OYcƖBy}|;ćR8JWօ ` `ahxpS p92y8Dt{U?X4HxCr!ڀ@?aY@zx5rјvXo-]#Θz垤$B|e&b=4!w128Oo XK@;G /~b x6 l!D.Y&'mL] fkA$R!QxzF6bdO 4@sW[c0I9 OiĀOvclR2T' C)zae4\m0HDxOںtVb/(tvX;!, dr3q.Wu@Ӡn6Yy0Af!c!pX[3qPr=^5sYsHKH=CA + > J>v`v U)o{ W`P:J tfhS{U$kӌRZ'v>*LkQR[ *=i#g AR ѩDr*DWGRqC0~dX>iQL%e(/N>Σ(IzByo+&Ev!#-=u`t=aϲ?"ƂrѠz}"]ᝂ|Z{Xe`ȣ:?r :]fפg{}A'Ͽ(hŁ89 3J`2V(04 *@ $Hb (0Ip !ژ04֘B3/(H h4Ƙ@6GAPF)TVie+6`5g`edNO:ZtVj`1DsQXs;ʥVXbKa >7V;Iw&DXY4yUpZAI!Q$*&i&>@>*5.ޡTFPeDZk WEkFCN ;JHɆ?x䫟54P41i[y[wDoFQO*a}|-"xnɠGL (h h"*BHЕRAȡʰ@)$ $K6$8@fɠù$D4eyNI%r*>Hj%F Nq9OFvPyݰBVq9gl⢖l>u: *JW!SkL{44m>QNP|v{H$%rXq'^DUEy&}yi>f`|*!_NHo)z^N]CzFȌՉOwtO?³(p C 0Y#pE gI`Sƈn]m-e\;-7Yu )\4{*7MmCMq$HaOe՛aZP驴8Cf_[ZO nЄbJO^5Zӕo{Yi[wO]I:Ae eHӛ4?QPT͠]@; 1cw/O !$wyC?Z%u"ϸzuXܩe 9Nշ_oAB.OL#J_:E}dJ,[u̒?Y Q.\a!v,aTQs$+)qv}D*g\xTuoD2ugmm"+R:'{kn`kB$A6 Q`y7@owM!Cq%."F?hG! my*x"%Ew}A A-]An," f1*恅;*k`6*Fw|i 2K4Dׇ5a~H~tXB!EuA{ȇX,1Oqa:q1vv*ck5ї9 G3<7$/Q3.;qIq dCBnaIFk& -(oReWR Ս5Q q07)&E)f-r(_,2+yR!."67qF89VHqy|aJ]%/?k"gpdrT1_m[+*&;Nup³4!1AQQ(X=qCY0:o+䦀tZOʁӗ)5f78qE4|}19M3-jZʦojJ&55j1G]!<A 95_ipeR )j-D7OX;Qf2`yՋ^idَVAWhff5ZA7}",ab|YQ )!؉!Uz'YqP ;6R;H#s?جk;4"FáwOQ%A* %eX;1;Q}V!𺈤f*4 MP&*a6uA])8X0`6-17cGQg3uZ7QCPEQ+u\p8Ka6k <{` ܋u3Uxp仓sdeSb~ qBVR1liVZs%&@GRA \7PkeWFQ&k7{Sث)5“c0HBUQ[ۤǨ7A8*ipqvZѨ{zu l-[1m_!4gkaIFQa@rox .r .Le*LPƇxF܇+wW ^̄3iI3ه@dՆH`:!"LԾw1@%c:}'{ dЄ9Z7i7g{gph(Đ K#VɩTpT&L,I.E+QY#ݧT,K,ϕ{@}\prgnnTtsFǞ(L |^{Šq#LG]>OF~0@$@見޴0BXD!~gqƠ3NB茜*!ށkz^l0C,y̶|Țzw2h0gCRa*5Y#13H( K[R"\H*LTڌNrH 8!cK/K r魁a022>4`hjh́pyQ&?()c$3QkhI&C `KG%3bəyZsUH+Y=3gҁ 'K)s Sɔ,^Lu%n.OҚۚZC*Jɓ#'MMIIB0Im-⇟>ze\r3twwzE8@~`g}WA8LJzZfKc@Q;jx93r8kF+c09sBa# f oBD+D!b6Bf*͐=rCLH%31I:Hqȥb&Hl )H9 EA6fͤ' lZdGU!"Î8d}8dW# >qHEׁ8tZʌ) ,Z"BL_2&B 0sd! w`=-h=Q{ f^jL("q qR(*LYh1DbUfRrxdEI1j"q[IAI$"BE!42r&3 >26Σ_D%-Y Z3ny{ /=>ԥ/^0BD*CiԞuL nGJb)+IGQ) B0Ѥ7QG*lJȠb5efMRlO4G!勸]I֬l Bi©u^؄l5&WiR8h$=.CӔ>tALmiS!B<㱔f->mħR܄Jvm:V2,DbKkJʡjn E!m98!!' fdǪNKe%Oݺ3걧jL ׾٩007B(BJ"=>6ES~릸Z>%;ٶhMkY˪R%Z%tR(/Qd&*D5kUSV}BdzÐf6fHQ ԴIh=DH#Z]2Wd*ԩ*3'ZTfJ?T&5RɁU. J5*x tlV3!ՈFx4$`zlsOѐeuqW:uqWSBF6d l :BK#ͧpYgTJnSIǪ*Ǟ1˕AD㩑u iea41ǡ}iN)I[1\%Ȗqku3t;(GHL48cpEUvRl6+QXD!Zt&#]fȻ9*%e(YٌHdƖ[ķ]I!]e̲V!V*2]in,k~yaʦn#xzm V|Die4: ؙ/=K!mƏ5;51Gȕx׃* uG$yAߨHDG[SK͗8HMHyHP4z)4Ԑ[-/9Ky,A;ýБzæsȭ< xp*J.1ۮ*ɚ a`7&Ǚ bkQBt p++;<{ W,3;雙 < N|* =8I)e.ft8X-"LBd 90 L#Q3;pd1͌4N‰Ezpۇ&$2("D:ZS@ $( S' +´T&Å^+~R+BB("!ˡ?u\pK > 1ja`5 @ ! ͔%Z$H6X؅4,.ٓF qOrc iPZU=9Rbap/!Cpj d㕊>uې  PRM mcA+5W}Ċ:NQ [5Ta?mNL8 66. ^ ']1԰̉BRyTRVn> ).ܠoKHb!.բcc, Ea,ؙ8Xl6MȆl^X55"&wHφL 3vY БX-3[Q79@.`\@ 1Ʌ@2f |=P$9nk+N7 %# 9C)^ؙ8Tx=yoԨop*&N:ڸXc p DÅ#۫Wb9Ҋ@7=Jmܑ}bTA,? Pf eplv&4rvl'wʃurLP5~&} +U]Ypq8-%8a?h mwʞwM G~f&xUX LԦL ?_ 39GKTy9 #+DžTXwsJ 9 CBrq+.KK jRDV_W%Hq? q/gqa!ߥJ%!.q VKϙH\F)HE& &9rrsLO"YY5Ӈ ^jIM!F;Śm_ȲV$oƇ A; 28Dqy]X W\~bAOfd{+Le;Rf \3o9ҧS>jv+ڷceQaU<01D` g~x14? 8 x/Mdr : x)2\s r aOnCJ9t?XWd%tX5Sd0$E]O:rSF ^ yǏe9и'Γf'"UL8?hNS%_5A"A7;b=ɤ3UtQXXS]'e*c1 =ѳOYRi0O5zgG{YP4HuURV:J dB dcLT⒝ڤkatRUqڲ)M[δ;QI2U뻯B&'P)AAvG’BBq"2QDN*lik!AaM;&VՐqTXȍ/{B9ǡ-2._vu7^ߕ3ϭמ{D"}܇~MhN p@2B { 8H5aKtx]3ұ=/0ԏI?HJOaQ~۔3=u%ZEDu?•ozU厸Ԧ%墤bGB<#9#Z?tRPCFdPݔh ? *=.S=)Mp/8bٔg"{fqt9=B"JqWJ!qYZ?5PKG5VgHz-n?޷@e-}ѥ8"qHެ'$ܑHsSF& J{E?x7reK(H~x-$qRqV# ^ yx"vGCMτ T֜~#zf6 ;8 ȟ=|s4}g?1p! .d@k2( "HA@ bk].sKDB "` f= q OHs)GRȸbW *K\fH qqt8\8{/\W=Q \:RES *ȉ9 m NrZb5R#F-Cwa?xms(RrF4MaP;‰D'~fj "ZERLc=!3n3&YUDp1DWDzMҭ|*g?$7)orR|y;a{CDֻe?&T1` o%v YR@Q$0` q:s<@#66y(&>" 1Y:]b\ Ed(K&DWeW@rL(Q2)XǪ-PPHicLupɲx(K 41{QrEdLy8.sL"*T_ASS HɐΰKLjB&B{+L/O G,Q .c|$ ";B?ǚs!d$HT@FL9I4tGB6z('h}*#F]0Ӌ F816E.dwogJPX% -M*`@ w ҁp‚5؃-Ah9< 8`Ǖ.}/D_uqm}_uZxDGP CʛHKi Iŝ9gXJ44T8FiL^`٣-p`GDLj_MFC|5u.!-o` ZQXh< ˜FphYݎ R ,JCY8HBHIH,JXw}E*`_Fhݕ xBXLzBXO[EDyL&qDYIBν` f_߾ŗ6N#5R4C$Zd\ xwpd <h`-}G~-? B ~لc`` K`DYD9HL3hỸDqP=ZĒ/vIDŐ\ıJ4IuneCU,a|ٵ]d0RBJHPEt醷0 DF$,xB,kXEAA"A`e"ZS -Jx/h el<eHDFݕР9Eݔ]K:%f ImE^n<"ODTFfH}uV\FEK_|$ h5 D:$s7r!cs:8:~@NRCj8p'LH`##u fMBBw`ur&!L0La|dHSabc̤TT CF HccaPnFDmL9Bh6ZhGl kx%! ~5B,pTe]jD]hDOքG,_pfXLC̢4 |Z K I$]^ Ľ<ı!2XA^MLX%F<]SF[HO'ܚ|DC&gM h֪E{4c$w#CT< | 5 d9Xx|n @p~'FBtKuٺQjH), yNLI5.E m&ud<#/kZ<-IhdĂSWV*gĢĖM+^F& V|NstK4YX AM 3șUDBA4ZÜ b0옉S+0hQKqA⥣`,ˆ1fJ D܄O,\Fmd&?qj @%`jbFO4EƁbQރlܘIpl^hm1jmM mirHH0^Z$&CMEMpALƁs.vqG/v2h*K:8@PJrÓt2QIBȐu axMl2C2>3Qs93RGASԩB05B(ECKr]>t=< , 3*3Rà:HT\S_U|9A4GC9X@áBPup\Qr')3UF2+4'#JeD\5]XӈIY%otM?A*(RfG2p~cp 7{(hq:*@ xHQ@  4 -@Nƒmw#7/1oj|cP<#_ Fk3t 4ʉ }NN;P`IJg[Kx,ekљKÏ}A5ݺe)Q ZSFł =v֦Bgeh (iD~緉=eec<栖͞E5 ɀ`bdDf#IЙ^ UA9E(nޤX>5Dq,% 73p{#uk#EwHyNB |.,C/p³nP v0e:P Q*(O$B&jξZId5!Ih{͢\l8N(]Ĺo%jemh7lkP/Ue ʅڭ#L!D8d َ POdΡĂ[ȲDŜiō+)ۦ\Ô ElѹVҙMZYC27}Mlzqwzp:1`wh.*5 2H810IYpij@-m\ιƶ3ley&f\[Q h Fmy^ҫ>DLM`X0n:mvO6_8\.tDlx"T<\$p9MLP?gdqp/hOF q\DrA ŷل'HF(3-'㼘PKQ[+>@8=݋S>RՐ L1>ȪۇKw#߻TRxf%!eQ?2ij/hQG&UiSOG͒jjUe57J9L gѦշmx19]D4 oaYXu4)ĸ0 QaeϟA=\\:u릫b/A<]'Grt;@<$%E5o69K^1qzreˁY9[u Y|6,k Okbh8I%Np:hr҈r!o m'RO$6vJ'ҹI)8<$zr2BfASp dqfI !DXZI!:J;@" nܪ!)THzJQNj z%$ۧ?~R 68)Kj+Բ QPފ˴:,H -.%PX Z Va-խRe)L\Ҳh"ڠ 2)'E<Ө;,,i.ētU/a>JMd&z[LO>zRja u( ʓ?u/9@Hh;BȤt-ujjT"ߞC$R>cc p !Z(å멜|''Aw1)7°hR ޜJ,-2 My5&K: l#ҎA?\23gcQea*N;ӮDYSJUr . &H~&+硏cAuYa)hߑt쓠+vI4KN~#7Å43E\fYbT،6SH@&2OG IDA1ۜS~OgpE9, duHǚ܀7Ct҉L*Tp6HI:Y27 QI6 uIZ"-G'\ Ab|jL|H~Vhϋ}#45 YSXX)wRHO+ᘅ`A+Jn$ E>&RL &HjAi%P^nU $n:&-/} "d9=S0 \S!tVEz ԸdX"cqX@QmR A&f:qzB(>p)hC-M?QW2O -)Hc3ThO&ypPūL: S:24$<.*4KxӡVC5Rι,?fB9(HFRFN:I]K YȬT/w^u"*GxY]<WΕ]jDiVL)Xi D:zF"p>2LZGL`O0hr:N@_9KClh]%rn6vNQ~3TZbd"-!qMf"0Y4?F/'!;k"->VX &1)6'lc,>@XE!2:𠒏9 < J2yFQ83V-bz#Bn2,d5@ئ!3@D4[fɹR (.=60fw`98"5gt) =Pz'Hq̑umj\[ ǘ 92 1q6NC,ݡG![ ]5 k.׆1~I z 9D0Jՙd[\Ge6V?1HJB5ZN|cyLQ)lj(Sr]u|Au0P< (#`N-{S" WXv~_gw׉ $0 Ch7`Ӝs!&)! OHP$b IeuB &F(oHBodH6} @5 \B_F@B&HNB0"T/*V>VJLhDJqj" ;!f$ Q৚)?X*>'t(?FL)hp"J>K"(ܐp ndG:H|@`d k9o,paGk+ 0TBQUJy7_c,0$o '((1,&FrOBoKd&f#V (Jr[ ,L lQ-*@ +A;;F9B2/8c|P#( =dÎqCHdM//óF5MeD VAF&edV&<ŊCU?)5,7e*V"itTIw7( ѬQ$ZVEmd8z= uF%eoE5BrBR",A6*PDntNH)dc C8e7 Y3$*adUʁ4m^'6$O=4EH 2LtƃPiEʈ>ⰖbO ouu (V5US?,+Sb--lK5fT.d26U g v6VT(B <%FCD C'>~#4Xkc~CIf.ivAf#DU1ȹFt] e!6q'ӫb mK6n b{GԥG)adH=Wdf<B.Ri`}4חp"G„d8:Q]^j7Čf: LÁfÄ"y ,|x P6SUReۮ{Jv0TZ lΌ[p:f 햶 \( 'p!Z/rʤ &U6FI Fca%_: n,hpNǰjٌ9-xq$iHAjmA`6ƨg&-90Bjxn`m>fcšfolbqܶELr O;y` #B8=:k \ 8[X V͈z b y! ֘8xY.!.nl3!m$9NbRc\,A=fd"xz+fdR-x!Ø|Ϯp!C3G0E4zO=և;#m ⠇ CGCYh$,8DzdF7 ;xcb9, dR2Ebf0Y7#Z(#rr^IJnF'Gz 9&@QDGHF⭻T ?_.:έ8#潭giaR="{CblHd&Gr0Kְ() n aq"r+6mZX Q;l0;Ne%#DbCcnL ,'\ir\QjHCjP gL'IbxGm bȁkPH~lrE"Dχ,SaI{,+e ǂѶUhjprP!{Ͽϩ?W6p=7,wщrrvÂ=OB o4i8 5}/!6ni=U=Ǜ{Ǭ@BTPߣE*ޥde8^d2D>BW'Ȯc&C]n"z¹q,Ǧ,^q8sH(KCZ*bHC&ǺaP##l+~2bSded/b6넳boOLյy_wZS</i 0{ǜ+Z1ƍ;z2ȑ#RUџJV| 3̙4kڼ%NhңΡ?߽EϾKJ e4"ZnO%4qiɟ?T!NfUx-ElIUvYʼn[_C xSZc: cɢܙJ`#? h*Ai|m*9 [5l jjt&X"s=`yS] ifY%^[UΐÖVI^khm)y t!EU\XaTi/iɖt`8R?!%p6b0XcE8*L1M>)@DCTJ r"LG[)KW̲L+I-XM5p% [a*}?tg4 Zܽ&h]Z-^qL,;Ru~窛ˡQۖJoX8gjmp*՜zZ[egAڜVDw-'m:jtf6\sKTJխfN/^ !<0N/{,3<9kSTCD%OO}{tr9!8??.=Vk!/>~{O68|#(\}C,?LHfAإ'+iߤ^([ P\͐~Bh!ňӡ!߅hʋHe'e+,ͻ,G=ӛ|(/qF5{0qd~Bo ;҇P oK#⯈_.>dR! O+ωS)68#MǽtE voZRD$! "? Pe"Xgi0t(3ׅs[S 'NP*y>|h=PӬQn$ f^ATSJr!n)v3S  ɭRc)G 8R*ʒB+rBܒv(Pasjb-t(%NU)׶iulY%y6E\Ϗ$eMV+l[,M_D2!mr?-q2(7;Z]ek!'g%eo3 G(mi#׼$Ԯrͭp:w*ҟZbh*(`)ąwXb L58FMXՆՎ&SZ8':(YW`t(D ]Vèc)dyhb%˥E4xqhʥ:ij1 0Ěe1FD.%ٔm+1O B\ҩʫPUc6.-pU@̧5i囐WuVW8mpYi;5ey4.|Xik򔔢*/jTƆmYR46aN6!K\3C9=.TmYG}&ە1M`2"^<'YHB>#K{fl-M6 qqIZ6z/1g>oԶ-9T8DID]m "OukQ?cdjVwV ٥=yqޅK Yrw[𖎮2ryM!0p#ۥ59U,xgŸڋ,mdm.=<!=6{~tO|"T?JfumasizY^< je*mtl[Զ#Iz1w36L4!O\1Q U 9#xK, QT 5Q T^P\n+r_*,8_KtJs)Fa/!u6d+QuVp{'C!_RV8C>R0/S^gs=H|AgqV8kH/qW+_3T8)w_Hx` 1762|'4x!jqG0G;~:c{G<=IVPX'LR'fr\YDV9X!s%4qV5)'uW5HHU&b;x~,EOS.lsU>6*]K8V4"}&H3)x7q}x2qc~pwOl&Y|w / .XX؇1AEK kS"^q6uy)7YAr%|XB5LRrx; %Y|ghژgZ"9+#ypB$U.vF^#95()J%K%&eF@~;WHgYh*+Q' W}b,g =UQZa甐#3NX$  YwdiY. KƤOYAS3cUbI-1.eDSbhJpYDdiCyId FUbqMAFlWZQ.RdQ9@e{6>é 뙡y5q'Wg]@RIcfV`x3 NaՠqZ)3IDʣi`#iMQ.f46Rg9J(zg`(vYj~lX ɚr1$yGئ'pcC!_ IaQKT7!*s^%e,i WA9Z+aB 2Nqb*yQ|qgeeEqp++bvzeer5'9E^|5-g6.]:(7tzJey..jl96OCHf6f/rIv16ZU5D -2q[&6jQOxabqo<'T/|5d09v 0  d  Dvl|*&R)IGa%5 8qkQ{Qc93u!x%J HS}bnuZ17F6P-l;%Ry%Jv(n-L9HAQ-Kurvo CpK D-m@D -]'TT MSRzgPqp搄TAs=B0? =_PC=߽wLC9>?y=.4PC>=5=yAFGP@b I1A U, G^@xJN߅!x^}1?D>_0?{]0_K=?A1_ >AZD_€ 7p@>E UB<^.8OH>ʮ>n@߀K>>Cs(xTfJ#sa>R  Rq_˽͝vh}ǚ f YJP _tܯnWMQ7s5V ;8+ ׁW.H{$FMx&b, 3s%KA*W[ 񸜝roT-bB;-xQИL(qEh#r BJX9M~ϭv̾ ?d o{y {r~tML=U[49;f"Q\b3rPh).HZ BOq|RsEKl!5pK:u }/ѿtm^puA!|-2o*Rn+r /[FjR v4:QD6c_fovd=^? G q? w $XA .d@C NX}AVm;Kd?dn,i嗒0Ɉg`5H#jg,%Zh2#G\ }Lڻ.MSJECЁ,<[RHڏG $5Z!)pTa&.;Mp%OPՁR)?aD2j\R]fY愛5Q3ѥ^=^c5枓nN;>b5XdU6X⌳Vhoŏ' *K)R$7\Cƒ$`1Ndֵ݃h,tT+yq '*ʟKyʟyk}^5Z ݱ\3dpI,ڳɬr\x/O04LW chڕ"Wg5f/uW^{Sjz;nz2)2T(&,Y+K} G3 tЌRtů\6*37LIbJz\hǭ2o-tK_qG(Ktj`;cӁ@ YjHqjkޠ?9yq&󕢢`:o{}*h+doz褞W;P$`z欰Տ2eH}|)t#]YoYnW/q&Qc$@IK敧lc) 4SAlgD`KŻІÓkU<oBxU.wiS( `{HN3+^;5["G5`u;c'r, !Rz,LeҌ6:PrЅIh=RTtj=΅n1]I-4,E+xNJ֙;4UJ1W )j%\]Ғ?Bʩ>zV4/+Z!GR06 auRBTH]@`kRnEZ9~JSl dٶU)o(L A(fjY4OQi"iF*Ax%)I Ӧp]L]ߝV;J\׹kr[H#JIn)0}٭D;) kH ki <'(]x:Rs8j ϼ8%pHT>#EB(s\cHňFbЯ eۭ+ >UOeqWFhgq d&pu;Iqh"a)~o&H$<$yoIӧã4Ńˣ@dɛ9<뛂(iY!39?('2s4s :} #<Z򶺰)2LJ[ o8 p¡P:8#;kCB@96@;b<R@>ZQ; =C=E?j{xALI$g::rHþ?F㽷!ҋ}9> u8vB}B9"#5{8 [쓔CFđ?h)S*ĔKBXAA0Ec4Q\?a,E,Y -O`:pqC8d59@ @QS9?< Ai74B A=; R d{\hE % =B#, ɢH:Ɏ,;$#whBjBRXX xD~AzÏK1}Nsʯ$ȁZ9,KSHh~RK0#=DbLES$zy@=ɴ$DdDLFpT SPLv)+ Y<gT_L!}PkơL ƶ:F;>P4 ( #mt| m%MwH`3q[<. OLɷkCnRVR*K?6'+IQ-AP/@0a `5YeZe[e\e]e^e_e`fafZ4. Mf,_طe08Q!u\g.GgofgXr RH  Lg#6f"HȚwH~)a(Y:l`Z.ihR4G\ b {`a OP~/Cc$H3~i>:f8@&ȲUixtHXj#ddpF1QEK%BR{ϓNU1`kiAiBkM^\pE|6I^GىA :Cu@Bh k!炨pt4B lra#95mfINygpوVV[V~kXnZBĄ`]6RT. :QUPi}No E$M)9.j.uKN)0oQ&ImI5pFp!T.H pMTd-( C?6 v+ppV V"oẓX R TKq#qq /RsoK0Go$p-wT4 fn6i V&VbuiNd|V5Fo>mcbLa? t$sjH4NJNԿir@]rr=iMVkuI7tځЦ* ZuqNSv6H>>q\ =>V@B7twwxwywzw{w|w}w~wwyܙ渚In%p8pAx,(hYtRH) \0ͱ<5dnT(=d.9NNOCDWt'F4*xTv7v_Gmx(ǒ?!m'FжsmJvdl9[ֈB4h|n_ve&ZܩoPuWu{Œx{ƒqN?iW0n|yGWf݈ăһr~|Q*N/5}(wq}HT,Kpy>|@?ʿCko~|~z{iOWB\P~mK2|.]1׍eCl̬,l7bXo  "0BqÆ SH]!r+ a*\/&6r%˖._Œ)s&͘f̩F4iT͢Fmbb0a†>'ujx1u+׮^ +v,ٲfϢ- 'BG}֥p bBކ}ectXBH.Nu@ɕ)ed8蚖xc3 !u:u鉳kϼqp߾rq#O͝΃9t9.mjԩR^ei<ϣO~=Ï/>Ѓ\ך#Ay6ZCBiF;Bp )藁qYP- ..De(a.BaA2BD"BQ P5X!K-dKS6N4ݔaǔSyUXa╕gk٦ooSt~P@4W5=sxz9D iDJ(Ө`*R*=)ҳ" )9N*=zkJ,49,*{(n{Ci*>CNJlڊ.. RD㽉.ڨNZ饙"ZmfZ3(*Ÿq +2+0O+*޶J|r{h?;  'Q3|ñ"S#Nħk Yhb)QmcvR^nfix=ݙ'ɩ &Sh䏃8GRXype~Y{\訝:MԹ#:4RBxtBdD;R>Env(ҿp~Nх@v i`CGA>P#mg e iz/#%dyxi:+v0!hD"8b."#]+b1Z"^a'>Ry&05 41r#h;DŽ(Q#>NAy"CІc^W mPw%O%{J2%8F0(cB(k9\FH2]!22S1c?]F AZaJ8W20N\8@Vk@XuSm@j`&9Ru 0[P8Zr_{XbuæpFRn7[]jWqnלfvF.I =3j[ڜhH-%m2Xp> foq{ҧ@(o#?_>3y1;~u}_zҘֳ6K[0 y*WL2W5Y͟FBADqٔI^v ̘"Zci`` " bzXMQ` ` քƒ ’hvpq "a*_ ` Y`ʏ7e!h\ap!l!a~L dF^Re !S}b *!ʡwm_ZNn(YR#&%Z&R&vrh"Lġ?x " < .+N29d^O\-b..b//c0 0c11!%!ZDI"o5z46Nڥ!Z#np7c4c7bcc:() *Q+b,,VO c@ @dAA25CzJ&0KcF"rD 4Hv#::$$9¢,PP NdOOB2dQQ"dRQLb>M=SZXUbeVjVrP""Q: R_XY[eecJOJ"KX]ږ3^aZ6Z[%K*R2%9%>ZMF+O"WbffjfrWx&Ԁ޻]^!^%I]5]f1\uݿU \n&iA\ۡ ܀>g eg{.hxvgv\܄BwxBin辵~jѡ c6& =&E&MRTvfhX|fP5%% YN#av%&e2 <&EY57Z:ڢ))~吂i`bwca*BIfhii iƅ⴨MRTZUi*ꢊET%}_Z8&RRjiy*]ji%Fh~I6i[nH6bI*;*jǟOΤ:be2j:2k:kcRIޣ)hfC@4(C>Ri8·E( 阾3j[J^B$bj¦e8r*lZvFƢ2lNDJk*jNv&8p@}(0|X`ACm`BC4|放RmՒZr,TfRf@6D"Ad -ȩڀӚ$n[貆imQ#7rȒ)~C&Za*65 Nণ"f-sPLwlT)n%OvfۆrX@)T$8 lW@-NIm~5b^]$zdbF.^/$*nj/9az/i*luP@kX$C0B܂EAn/|E8 dYl4pYBԫE8ܮg!fM`Blщ("޺\  WfЭۺ5 oҡK1Em* /1X@Յ' p)񦰎tqvݭ0 pm 0M(lh1:{\_kqs2pu2 '3(b (q ]z1$2 2qҩ 'hȩ\{q 1a)?.^+ʨZ`L/L5G0Xl Э6 LCXB&(Eڂl,3YnLsYn8sY. XU1pf_oNeLcy:t:ղ->v-UXO!Wm,|11#RWhCoG3X_%47YoO<02Of o/Wro%rL3>Pu>/@'o R׆S"b ,/nOn9PEELWH05XX#:REY9pX 3 DBy34=޳r&F)DljlZoklQZ)<^vfZdV7U.o.+Cw AV@]uE_[EoK2-X5ݾ5ĵXh+@3fV5w17`m12_OXEUwCxK8+9 s/) ycFKy Tze> W5G74xWn{KE v,9&wbw9Gx;t8kgNorzeGR7PjqQ6 eiϪw6eZuŜnoV 3A~A17O@P00:OKEۢb@wL@LwYu2{9{W ehB/(,rS._Y/c0;vh5W){vvߊ˺Nj;c8ho UV[km//9W _0 EөN/qxӿupK;-9f 4xaW$tbDCTdQ, dJ+YtfL&Ql饺;]{鳥N^OA<ѨN2u)eRPYJekU@ŪJS\jӖdWz[\p-ҮݻM57vrdɓ)us"bEt薣01`0uX4! Q c}pxQxFGNXtt'uҳ&LJ7ӷo~{&ۄ>~5l3#4 l5d[.|B$)-쿂TO8l:D4l::L+ [Ē`LokT1sF\dE< }LBІIM4%T%%̠2J RA- 1U]V"3;.R|smC\4QD}mW`-P9]tPcU;vGculc&1) rT,t]BX 谅VܺwVŭe%~S8? .`>΀>oib2v_b/-Ey]=nSm"mRd}]3y2]¤Ctz|"馛ҩjj<чkzjӖڧ{l켮j>'^ j|niv{DO&jqF\o,WMчpГZt:uzD|VAߜ?;n7Ǒ&|yx [q|;o kđryƚwʡ]՝GG|{1tSss]0=sTˇ) x5qKs;hDt\Lu&f#| nœei9\ iسcC*LYNpY,@DA}(.Y1c& ӕ@B>#%`:!61)I{r/юmMBȒ 8G=*A) c)J!l x<"&ؒN~ XV^:JG`-KxC_B/]:kLg9$}&N6XYB@|31D! t$и~0S??x̏>c%3G3?t@sDlh$xvْ^N0 &Nf<&i*3=)mW RV'%%!qE\2-dȖ4%thh?I4%]Ӗ5%zhJӃ)$՚Z5,)<}%`IxQVW 6U /Zhy&Sb |+^bT`&y^UHI=HXT%ufKQ "=fIwRӞv7єgWY 1xsV>d%t:i|!?U<(.ןJ:6$l {]?5I&*lkYޙ]A!kEB+ˤ2lF*i6!D 6@d{W[Un̤Iܙձ#BMTT AQ|[ ~XK/S\2rqJS5>\/cq$Yb c1csl.m+DesS n"pJRy%Ŕ|=JҌ hi f.F` pఄ[$ fkKR/cl=mrmܚRnrWi w%ӛtS\D%@5w]Z>TIta=ynPU C9og<;@) ]X`vA|f[2Gtd^ðNrOӨ_HƮ&3 Mh|'W mWS|A^S%W~ٯK*·d rN{\wMZ<  ̕K͒>7mN;{,М@q] 3=^i]=VɥkvV>\,Rw(ҫtnKCt,@)BɍA40 BHOo:8n@eTzDleHZ zwVá::6}@l? {nϾƵ{kQN}QC{iSUOljp:qf }Gjp(qh)䦃@眴vgς/)s!Pp&wp2Po.psHP:).(PpmwHk؀ sP m'! &npp}V Pq&jp y0{n t ' tp}wnPAq}!/Psjn"*Ak9L"6TB<ۆ;(b#0 R2+z!>" F6"@`$",b 6FfZbQn<\aL&&N%^B~JLdF$X$#aԾ"N@ǎW;LAF1͞=Rվ#ʦ2LP1 oSZj>"7Bo<"\Y#2X (w 57& B0#Ocfc@Chv%~V;0,r:V`CKQE67L6b?!4Fm T",".Isv8**V3JbJYVLD "!I Ut<4t9NCW,sKqs*fˣj̪vXf!7iB{n%6)B+7kO"tW%t͌ ;!-K/l5v̶Va+$0dY!U}t G4$6#6qqIQiUګeKk1afσtg.ek#reCMg⼴4%VN-6:J7&<%d$#UDz6 v6RI" Z}}Támo U!`(@@|?m7m}<`z/dC8':^@xyfpup}(p vئ=1UjMqfPpqfp=G"qspub&`Pm<ƕðio Pfe}> t ( Cs x}>oBa*ԆyQp Dž!OmP )YuD.mYꪘf0+'Y} PgYa&1>&P?{9'qzơ9)Gk)9lmxpQ[z]6Alcܞ{@ WW,w%nNI%vWM84 t&<~&6ͣOe-CmqM#zASe4a2xxMbP97%*8y[s8:6FY S&nZ`Zڰ׾b BF!F{78%a$,[Yav^S"4xV;Z&Pw;x+Aî+ڂ6&z:@&W:F|2PX&z;b&^L;bV&6 gdjxɛ &Z/oRŽOm[e煱a̮U;%a#q~<;N),3A[_E|u_us1SB&Y/q{.^[UV[e[>.7:_鬣{>;ȝm[6{jSכɾYBaQA$4=[<ʜ2%^:&>\:.ٝ2\&1\=Ek2a/{5}U˷K-;v!j[B}]%<=E]e~Eֳ1c᧝*1cbczIdC_'D_Š.D@M$ȝ)%&`g;^%&{a^_a;~?ݞ=P; u.lp'N dF|E.,';  (ПA Cyać.P6 b'%_C QtXǕ!-c 3iGҁwD'+H:}zӨNJstUiNa2U^ :X[yiŅit}ҘH|/ޘn=Y _˘3k̹ϠC" 6&v)(j)EbOpZ pjgrvCR据yC?B?+O6rKd:ġadPڄA|j94Vf`\ =gF5]mfj]PxcmW.\x33o"8}89۽+.^Β;~uPrfs¤nevv: 3k*j;s;jwJ9Î<ֺK:c˯ h+wsf萍m(]F ϗkha{蹢qh>~ tfч.B3*T6ӽYJ (aWhMw(L E3ex1 ?t"x WQfx0D$ sw۶rN\Ex59E%r`{CDyDB\G4ŲAZ@n2{Z g[Hh]qA޸X'G+v4A`~>VJJ lƩb)mI(F솺#m>w2PM#'TViUȓPիxB 4]hQ&\DC W)hs0$*0$< 60tP, zt0n[ԡoAlt#}9,e'o"5Df{oT,{.TaԠ Iɻ݀t-?/;AIn O~o$QJV`NOU`JrFv[V[G}"::# wy QXs5| t|+g7t6{/wq8DGz Aa6a3b;WaO3uÔb}X4"4^#fqF$m("qYeU 7g|s@uD$UwZaOm\6cJ$凗Qx#T|U'D"!jV7O Hx(%8 w SyyDz Ρt]H\MDŽ@zC{IgHtQиaTxtWܰ$ zDž+=Guof'}c%By7C(XOy%1EUDB[a[q%E9ʥu}O7̅WvY$Y\"7(+8B-yBa|3Y,Ex|6xҁqV|h|?OW[A,62 "听EfY䃏i>؁xX1xhH&Y%ڔ!d[!AE& ɊxfW`rkhli4]pywpx(Q3CX<)8،_ҡt|Ёqܘ7r;Pq1CYJuF b2xE(7pgWВ~! '!'7({XZNkQ4wYA)y9X0s!AbP(԰Yz_#aa(ЌqӀ{(͡t(ys! |s1BJFY[T!G[z@b!Iu\gx3v^F!MbVqeqjL驦t4WgZGy"a JftSLUAv'Xawa'J㉇I}יdP3J> :Z'Pap4MGq9H7q^\@Az0a0' `-@K^6㸣 67{`sFFDWA0q.zrʎQ`iAw u )~7xqA$1Vџ K(phvH\^/j1j(B9h`s^"W 6 Fˠ@ːFM.! 7_eO{`Fp3WYXP26<c wflaRnAj]eã3;b&hR{ olAJ3<۸cj븢Ki˹3{l:#fqbc;(Aq/qR[Aq]W.eqhW+ΛM-4 㤘LEۊj'ۊײq-5)A8I>1W\4;1@=%pa, j0ۣ'N>y 噱@ngbd}>ᇕl澾q^߇҉ƅ;  m@ю_N{>{9bCߛᅂӵnvnnQ.QҾ۹fmvf" ~f:s苺 ?Jjwco+6{ŬKk\+b־R!o*ovMvd7ż!eB?c ϻ4FҤk%YFBe+\cJl~hh?h1ϺR_"*۾vKLo־bWڻFo{oj4Ϻ,?f`Zd {ĝߺ\k!lZ^!ezb!mRY>=}iNkQl[7A'MRq` + \mtZt5+>Lv.u-4qM? D| C(^ĘQF=~p,%M4(0 SfQS>=37[ETRM>UTU[URA3~$EPõw\fCЮBz !] 믭6<ء`-#ϋZ u/߄Rq]_\9on&rP4 j٠v^17gAp'uz̓ʂ˝ w5_~G%Rz?7&'* 'B /*2?Î(d $S\kELF?)˃ǎE?>BD#tP[,c2H:GɎI2D5d34iC ldA}~ j(j#CA%PCp% J:ՈDZkH<JB<64e:Vdϸ"C(HQMV۴NTZN5X2EP[ 3BG!(C%`rvmCc>C7R~ɎG͐v8i]ч2r/2#Xw(K Ɵa[\F9h٦!X&19MyN`tّ2FR4$\OLDU2$QBXBy@&bwH)|YHDaj4u*=AZSY0"qAN0!CEjG}ER)#yOXR0d\;,p@Q,:Rɸ%>J*)CR)##h]M?tQF[7w=1NN?*;Jli !D !Wf)O"Kec[@ٍ-'%A͘χVw%fmWR^$!!KD<ݟPDvSJS{9fFܜ#ԆnLd_ɔAxXz!M "[`?##XI&5+q=,zBN%8@D5@#s$j4P{@HX *<*У=;  =4@ X2&#3Һk#w 7{ `0 #"')(Bݳ|B 9 %()=3ÈӈۏW`鏅ˈ SX8;Ì<1Q$:dń BS9$ëk 1t,AC"Cؙj 4`:w,J$FzHʂk#|CVñH"F l8RKU4t*Hn0stLJ(Gǐ%$"FK=3ÿQA4H\\DŽp9p@]mDI˽YY+33qJ (ف,Ȫ@22/3 ߑGZ籂T~zٞ),9,UlESċ5St8TGQ8@SDˈ9|Ĉ\< HGD>L`E\D!QmLV|E4a9Z\¼"K pL-,Y뛊5R7 ɚ|>uJ,@`  hkl;1|ѭ˿{00A-Xj<0.z{-z( j U.u@-Q0-- Ḯ/hO N퐕:O 0 ޺8 {X.PK NNdO0k`PP@ 2-C-mPQ/j m--pd M / l̘dB8/0S1K;dET!Z94{  T&Nd6돮ˆxD8ݏDc/KH}RVtI15SEUB!?JI"h&naGsG8{vHAJ DHSSԡ֤&:VI- $ӯ5W 4^JMT _GT Z4I]!\X]ٵ_UNԕ+բbpTZf`*8T7?NF߆ GM Wi`t\ **`a%;ȱcm-[X&ڀ@N]"|uy޳۔{SWN}߂-Z=ŸUڢ(b*Fm5`S5 =E59[]LDa@ZK6Ee45JT0~uG8#$֥׍'>J8ld B,IRޢJLP` 6]Af^]5] Wu pݏ]^ճWAPbf(F4^Zjgl^)NfyCDVd$=&RJx*XQx`ZOg_Ԣ$ג}/Z D聦q }h%Ѕhgzf r/hl R>h聶KSDVnijiz@ᐋHj(jU~j֋{ ijhhHVl9jj!jP %j k>|k_1X>iVHl-k&|0D-s>g$d̛KB_yfxge+<` Q6`޹TfTZ7V5n4: rY]WuZDgu@]DHks?asfw\V-Pwthcu@`A?f]5 ]Mu`΃š۪ckGb[_o-fVTOFk`Q8لo:5;'E1£#Al Eځ d4,;Ft_Qvr atw tu:#_+ do&_cH2?TF8tܞ6Yxx"qjs_l6:ۜJC|l s2,aKBXJJCJJy^M)xpCv Vј${[<^qMŸjrf{SWu],{ۦtc(]d5I̅\?QPx0eיiWywy=-y+4w ¤'Fɧ[^W 7FwHbwoymSr9{Y1bG%OHT ?xA5_7ty1!S,X X!Ĉ'Rh"ƌGcGs"͍i(*Wj2gi3^uh, Hft$A>6rV$WR¢H4Jm{ҀftlRQ9Ȅ Y.qJL-6 <𤔃xCu5圿|!{H里;xfә7'-4t^~ꂂt˟>AU[dAwԪrҲ EPsy&hASg0uAhB݇A1gB-t?谑?CUaz!!:H%H("F.46ݔN~%Q7R(c8\$UuXHAZ 6Xn,e\Ŗ]IA}Y^9Q6Aa,a*v?ѣ?yeex]٧yfhޓFVڣRhF裒> y )Z)~:|ig>g hz,=8BmF(:ʧA*:{OJ, ((*줴& eWٴ;jʯ:,֊,61v_° hvhkxF'ֆ̯z-㖆 ?R&=s$&4c2ꃓNv)6Y'`:Y~LcEXv*D\Pʖ2pP$ dqΫH* r C("y SQ/q)ž 3={P  U&iG_[RxNz9\_\8A0N+B}wKp5yzcPDjTg=tdQ GCqIdA 9ܹ1yk "H9r'G0"d,#*¡h gC kfZ$ e/|ܞ‡#HP’ɅpcIT $b-_ P31(dSANwĤNsf rg&GNvFYA}g=N+)%D9΅h&H\PĒi2@Sim OAC И[3Ym &(jDA#Qԥ2N}B q(HZ CVi2a1mnphy 5X`&qLWwbG:*~1*R =(Q ժBI6&7YIY1(fhvҏ,:Cyʲg=$DNu"AYNm$O;[*Du,raI=-$[}jWi4'eU*|C t'm\Q(v|],c` 6Ku .>03"]dLT2W$(t_BØ\X4VÚ$HJZyM.((Vb`6.X#`"ްMNp"  mW+Mޭe7;ʵmuHi혽Le'ٷQV-f,5"IB):6ݛ.-V2ю~4#-o*. sA0||1Y+R׬43@Ԧz=*VG19dkիӶNkYcOuukY&6%_[kOvjL.6b͘lߣUmVۭصK3nWzy*Q1f֮u=:߹6;[.pi _v)nж s [fwG.pG\8[X7;kP)/̓ z^5u~:ԣ._Ҍ=21M%d AN=A ż:Ǡ3B5ܵΞМ/;Q~dnx!v/;eqNs#xɧ69 \Yڪ01C}[>K3=s}gK_0=|ֺ?yΎ/SPY-z)$$^^W%Hh'>#4'+ #6f6n9'rc #ҙ^2Z&E:SL#Q00Ʊ̣K٣>?B< > u??=nAoCQ@CBd@=FdF>FJ$F^V#%$=V$EcD#IrJrdGFj$$# dĤ$Ĥ?Fd$OM*KnQRh$G&$NeOB%QJ֤ONI.uhNP^7R#88R"9Z9.);[aօbf!%,.]:a+ Z_b+(ff`5f>@"H X#$P%nXi;m&kkEh&lzPYY6fC]f;#fbDfed%-!"(⊼"b`~^f"rl u&ah.9 . Xd  xqAPLfNՍ||=E]TV@30G NU(}%5r(2E@H@9s"Z$3Ppsjp''0ZjMP"-GȘq2 \3-Bk󎄮VŗXHi$t_1^pӮ-ϞqjBgv*lyyg`@qFvF"/tt4vft'bFpr88gX9pgb3o_3`)QHCaR2D-27Sbr.VcEpe2We$2X2[gDxuZKglLCqgzM^:WSTi-P2Py+ AB1NiAAW\WYo1o!]6i&۵iDM _Xͧ)t+P Tx=t;OSI ,ݏgGvBf^^fZ?@lvu*!][jweeY7wx!yi`jjMrNp ;&*\CN.UdO ~$H$xU8we$(u _dot8wE*>$xk%xֈw8N"BxVPvW_xΊǸ哧xS;y;OG>W~{7MGqD*27깶}91S4n60WzibtyȮl,Gw5a's9jX3z; {ykϷnS 3w^:z8˴[5k(9v):!~OtF.pC,ή9:2*Wޣ6G/fW*MN*jDdh::3߭c5Eϻ:+y;Յ6{S7[;c(&72*tw4s͚/|W;ksED|ܿj~5UAl՜< =ə=̾:dm݃Oʨy~[oxJ >Ⱦ>?yڶ?ɕ+X_ǝǝS[X[yJ?>@g9GOຂ.琞: "8џ%Th"Ǝ ݳbʉ#[f7SeLjiSh亐3?&K Fx&BF!Zԉ2MKބ8ֆ C:VjeڐM&64tJ(ZaL(RgTqc<qUv9vwg41{ѧW}{Ǘ?_y7۟ʊ5 Ͽ ,ПJKpNkf w73A QD3LmO@Tä21Ñ116}| \ow,#LI,JƮVl/_C0A\A0ӋpB +ԧ߂;;TD jK422 tlQ}LD2(ôMQEAKII%C5P'4I\e,Tj4FoUV!5UT4QXe}EvƶLP@114 ;3]665׼M7/3sMWi ^ {W}h/߁62Q;` qp֭lW;?/zmYxզ[QL69˅p9egUYg_]uCe'5˕iZ砓{m1:i 0%sۄڱÅ 7~NP4[ڏ[o6xL,[oT[%w 5\2;G:]I/t[wv tEyc-ulnZ{ܝǙl}Yɀc/`=u܍zcozƾl6\q6+\c5GC@ | 5r&e83e zal!IKC|$t$qIF(Bf N¤L'aDb$$I!ahBx]7,qb RD%/]%%0"_ThŅIb('QMӢ6={5Zٓ} t>fDuSͤrO\PUn՝|LUڤzj:T mbPu+@ W]I24GRח d~ͫaUbxuaXgqO P*SQͷւq :Lc_ZvVmm[vG-_y+Y0VT-/jZ''N~RS9.f<~wEOx =!nE^#Wޑz;UPj"57\ύ[`Y胗vф] '=nwx%.9א¨a o"+Mg,RО 6\P`9ve0WRr{Yuv0rd1+T,KT:EfdLW%E; 1eZh}T2sJτR"-f>'O LBDmdi=3Ђt, =i8c:i)uNhY;ЈVLW{ͭ}`;ź3 7 [/ubgY4I[mm'9R5D l5/[Q#Okxa~Fn>W`y7g}݃n߽8}79(pzcJS N3P\=Abϼ1LY\sϘ!9O[^TAM>&|hj55|EI$|M.e=EO7+Ѻ&P]Xw{u0Nu9un4$'K6ӟ6=hGNx&ƻѩ}y2{k/^䅗<=5n ;}'.ݷϞ]Z7zD}>?pti|>f:Ay8oCOo>+|]s~>'sw?їo?e~|ߨhfˬNPOOeo%=Ƕ"( pl,JhjFCkR#jxLGF Ihv$x*WbYvjfR MJPZoHćjVpnY&0fn+/2ƫΑڣ1Q3 0Qʑ3#q2G˶\˽:2"M6$ѸQ  2mQo%q2'u=r'i&q3讧)o:/nO%2lL**)/!ߏRt甮uz'=% (9&&/30c.3R()b2oR)RR-rV0S^&23>Fs,43q3>B+3r% . 1R1C+sso"6804rv~,18i)osz)zXq!Jiv6I@GtX 3!³ J1kSX)+"٬H ⳑ^m:> <͉L t3%,dz@1m֦-CsMjئA;Eq׀HCD=͖pۂ-rvm?дE HtIFy-D\)l ~M9l^ˬSSo4LtL:rrK-K8+SL25]uT[nO3MN4=N_*OcO-O2,O5M4dL Jώ7a7 8ٴMrREuT LL):/0KmN:nt6A-t.OOY3OiPUNPo+)O|u6IJ 2SY^blfU"$$#"1$53%\"#]/C\+2u])^TULUEM[[fV5aua4\``&\G$鵯U$$͵\-2Wu\C\Gv5d_#S'VaV,0`'(-v0c46d#Qd=6fu$eEdhaI>Vf/dujC:ƀjaf1g%v[{~va dDAm lxL`F֡!"@Jh& $ Vx)"lB8M'ZH ЁB"!DI:l&Gpn !B I!:Z0:#@.xEW DhTu#xa%TB)abuKȆA"q"AwaxaI@W.ZWAHw+*$2Wʡ @;A.,x Šd!~27' rB6v!B!0.[`w-:"rBx&bxv/bnyArXvX.ZA|LAA@bX}Z)*!"#d!X}ax]v~0u_l;F'vM6ږ``h/h1pt1hٖ1n1ڷ1p@ :1LA pk#1p и1da.!1 s#~1ÝY.`C L1y1ࡖr1D.`up1L21!yiy# yz101:ٞ1z1ؠ٢&z1d181 /ڥZ #51Zk1:!ÛZ_: ZMy9QyaTYm7b[^y`Pnڂ@>@!BKYX eCQp;[@U!& x# >D:#:k QLa xu[; 1d;k z1@h{جU⻮ `qQ xX๿: ڌـŚ͛e 1Awq`! :AUapul[ږ9 dQ8ȝ; {1?x7<š5EK!y[;e%bozEی#9';-:36_1 \{Az-F[ y G; ;r%];@cd]dha# һρ}9\<ϑ9Z_zտ6/`yoֿBI= 9eC;`a1@g nu}ȉ+l_{v@`ՙ d(u ׭8ـӽ [ k`ԉ`j6a}`*[7&(aS1Tcq:A].n'~ ZȱoY|Da/ZȻǺ1A 2 @D.GwjoW?Ρ* < 1ae:w[ Z8dD!!k6R8&`'Bs8hsN+($lۺ} 7ܹtڽwԬ|5ܨ0‹81Qx 9ɔ375 :ѤK>:լ[xp`k۾61t'̄LzPJI{ȋhNIm2].巣N2ӑ#y{M}@h&<*}'Fzq/Dfx @ OL=$ t>4z%y:`ch>4'&C@sν@C=tb;RN'/h ;RkN) LN1C$! x/:x>c1%ī\kc%YahIkZ҇e0smK\/AҐKY5yB|.чR"@`uE,'=;+rж<8 s4B6= QlXʞҪэPC ĝ|SѳPz6NƠQˌQh)>< r%:R9 x{_6XFY.Nګ6GJ^4;[֦9GOw!t# 47lHsi,Dɨ y@GOB/yyT'|8d> E QG1DG>btTΫQf6u}PX1 bl($ Ŭ8I8܎9'R~Ǝs*P "F9NTB1lq\*R٠($k؀ N;$WWqeiʬQOӄckbǐyf# 3t\P>XQ>L#@\91RږEI*{/YILy/. U{ߛxʓ1 |O}g‘- %@Ѓ-;@r N$AD,G/z p>D席\@1$f|?.셭zwepQp>c6tSN7/JhazA&9#4btH53؀"gt`=ZUW.wgxB:H2avC3SĖ9|fFVI8969b0( ሧSWdbMDd/2T\L8DQ,|9 ɝ\ E$([nq (s(܁X=:j./B,nFy\&NnϪɅw,(TΓ,qVAqsRFksRN_G58J,T_NgSAZgGu\AՃvm1vH/t'zRАIw t)(d%{_6%dX".Zl@y ]u}k\fDyO$8()7˴yWyBF1\.xo8a".GlBWBdqI&{rd4|Ls5WsDd'ãxćYeU)pE6B7af`4URM56Uf# s(ypb^y8&%e>3@Mb3"Rl`"ZFlb9<шL8V&5GAOš:hSW 1&8#6M+T2toM(~t#?B_H1yuJu*.1v~bx7I2kUnbQ AVxh8e(K1J9Rd Z^Ab|s&wJxXF1>Azqj3xz`1%xMݤz^;7j)*c ;}Brk %?#ZY%X~"XX?U)E( Q'&VVD6b),#Wh"#'%{؁Ǔ1l'1c8V8M{ 52"wy4h=X\2#\#VYGqU"twWc*P!i_4@:tѢ_.O2ɠ Z`'Y:Q2ȥd" LXNXF(dQ<|Y lUs9~ATz 1, ţ=E8n%3nY-&|91s&I4^#c(0rf(#d,&-ʙwQ"c 4M|K@Dʚ12+4E <'0%(iwyde5~ЩLe'(c1eD(Wd2| o3*T*Hr'E|3c>q3šME/K+jS d_׊Q@Zu5jAJF";Z<Xie ))\"2Ӧ=Y|EnɃ&~MVօuW"O! arL4\Pe D@7K#¹и,#R4B[R?[2[c2_h%2Q1+7{be@(K KQk"l':+3mzs&DK 2Xp,ǨGJ2Dk.(D2*E#Z<+$ 0 !'#u+N# GV*ŏ2G9 QсXpWnKCe:x¼<<5(M"V{/(6*G;s I^@bѸ(8E4'V>8PZ847 3/-%4+Hm|qʺ@bi%QB]ft[&"L+~#Yf$kz "$(h b3M\b3[$GIRBܐ 5HcSQzx;hn۹W¬CA%#'h;8C/v9+2!;lK2#:3(IY:^$IrO1~+:R«"z=o:G7kS ;K# 'ŘXr,z! #IY&e[·&:U岃lɒT_,ֵ1z +BmJ{l`E שj CmPJCрik}|&Zel$5ZtR*X(4Lcg0 vbHC*\${6"T(ΐr^Sa0L&'L# 㵱R1>VRdqyl8J&-yz&5Ć{o\NSDjZ7Ui;P+g'K QPc'#Ʒ"f' *1"QܑcK Q-ZR`l#*5|["imYͭ)i]O_=auc- Z"Tj P7Gsै=Cp|1G؈&M@q\}Vh6~ p2f2bو2+F07Y_Arv(Px(>Wpa!Pn>aM2)(aI25 b\G6/aA@!4:aiI@&zbwkCbaCbʦ=]^1Eć(0ӌ_*6' fܱVe|Q<$QJtupРv&7aZj)(QòDbř!A<&~ʡ(d n h$2.Giq0:^<>]7ACHX4ޟ\_ʼh24 YEbK˱ߘC A 1?(RRq^ +IVó AR!%3Mz-5Tv,l,0UL 1ﱧ4fZ2H6'Eہ(4ܡ"RYQJN*:l&"54v -> z$"Y 5XGi;ؘ+U< !澄$˓-^]$q[bYvd ZXGr^Iwg Chr#z,wp}$tTClurX& y)'r{a3|::Q0UYnWaUٲԚQb; yox1aĉ/fcȑ%OڶkV3Xr19Dg,_4<$%TFE-sˠhWV@͇Rr' sy,Y|J@#ݦg:,1#TDb3}Ut[ViOǛb64) a"s5QdJ!F`:aO<Ƈt&BIDG"9B)2MlHA~k}[MLH&8Y$J\##W1M%[XJaNi}m+(/D ENٸa?ˆCÙ5^s*V05˳0pUM ज>ҔUt(d^Ari21 @Id[abdqQ2.:R8M(Q3t\E+GXGI萒 Z -Dd&ieR\f8L_)%Ԍ#@VŢ|Q <ę9nS,a͇#B1'#ckp1˱M2$ݫQ8]G5dS,y"VOS' W,͔ Cm^Jwd^3K"nGmJ\K.LK,T$"jj$֮Nx]? n橅 5/V7cƆCuXl&喲D* hKV{֦C#p3%"9%C ;zY˫C6@ 9칔cRa%:;,1:h;/᫋8뮑 -2R<î:a;/+;-@ɯiK)M񳽱Z@Z3[].!Z8/м ;O!#S 8ߨLsӖ;0sPLO>ˋ0>U\ ھJP L廓{Hq-2!#љ 纇љCEq9{@{-J|XB{0@ة{n .HFEl5hF]@(iY 1¢i\T Bp*& ᅕ 2{}MC=TƠMXSP!.${vR0.] AA'pYyñ,qr6IO|20#@.\ %՞\ "qH^ul˦AOPMЌY+eU-ɯV\Z)$䚔@rԦ@2MLq ?I%i$zC ,(!$jAJ3!cA+ 83OţTT+@b'CF:SeY3B,R!3g9 :eT3 Ӡ?-ABTZO ;ګ͉zSj@U;+&%L'zZNPe 5lWUԐsےHH}bñҸY%:p4Sb u@3[.^%;V< (Pl/u5NݐO1VyR]U' :*\5brW噕r,錳fGO۸y-/-иHI"͢4]A٪#Kx͘0q8/|KVx(+3[қ0d r` t$3\ d͏Ŋ=Z <%NT7Լ-EZ6TE 7GgޢN%e#myUCUz9vR&Z[]ܢˏY*\պ5b\X'a/쥲+P3'/ʕT.. Fӓ\E] )Z 5݉hϓ|O#-%E)wM-f.b wҒpljN-] y^r2?tԌY- A앖U\x`3+#51f- #)9`T NaoΉ V(E>nMͷ^gD=af]aJQ[@Uz9^R&RcBhAUӞX!bbeYtf(3k/~0F b,0VS\ (Ņ \"1dWb1-$ (CPW +:?hbMNUGL`>(Q(ٿ1J_@Y W#(ۿRN[ۉP&aD9zp Oa@\pjYU(H 3q )1jfSb;l[d֍bJEmngsZq!r` >{Kg[Beg޾>w fyw&YK|e RKi)$$7^ U{1&fAby'W2Fi*4Hi#g*ICq?8ХnA"1؆X)1ɱ0V,꣚b[?ML.ɏK?3m4?Uv,$ TfQ- 8?֢D(\ڈ 8B^F33/vs8p ;'E|? y {B]m, nFi3tcPJЙd}F8w.sYЙ`ȢgI$x| ] U̽hsm 4uJdlә+ήl/{AncFvj8G%L$c,F?xz^_̿_I"i{Ԑ1~I‡G|סe bK1LЙ+NԓoOJ#!yP{xu, y'j= +(+"4c񺗯? 5oHG6:X, ޓ°?%>wOԹZєAAIqgy :i [ زfϢMv-۶n[vԬv5ܨ0%w0a}2x1c}Njgn~/cάy3Ξ?-z4қ-l֮i]$Y>i̢?tPp}G$ԓjfo|nkՇMB/ꏗtk;NG*wYB͡8g׆JsTC#mdBœ#udPTRtxDaQv/}OqACC[bo8 >Cxc:@ {t}H}4Jʩ s3_L+ p_$NLǠFҀ'"^Qw@Q#'b(|%VX#o6Є}^(0U'GrK:b #Bg&4HJAq@^5JWmrۭfх~e}Zac5cIFj5aۯV&_}(gng:u 7krBu'aoȨ%?D,AOwΨ--MswbnS g~|~tܛ ӫ`1s'CZb'u! .82Y#ErMy|*a>l.#%x%~N\J+iosN~t*tsks81TJ\ވyGRUK:;U'IYv2ɡv+`!HA_*T4,VE_Ɲ\uZq->rVWm>6*"M|X<$OwYpZ$RǐuH3UK~sm>Y;VDm :s².RɐɮD2i7sH<4s#K}ddR7y]69J0̣gᮓZ?"h=ҼyOo#Q9±7Np8j16\D Sw*ӇvQC_C>^]xm!xA dkP*M?tZɨ^7Ë z#-ۓ@9xVw2j`[g:&'o66FXI~:q\p51긪Scx6SjWMXV:f܇xPtj-t&yG`=DŽ@uDZYAWGP ~k-h)Gń}T˲ =i]2AHDХIC`ZJHޥE] ՏtQ5^=IQ9XxXˈø3`oI eQ|QE4ǿ-5؃чtG%Gy$ƛxNH՟1"Mᆻ٥|_#r bѤ} ùy rH_4UKw6[tDaJ.o,]UJa٬-!8 &Q]'i/xLJؔ~<$Moށ0Jԙu਱ o젌Hܭҥp]Q] Y}[~GHK"vaKa[H ?S&AO65C+:Ё:YC'(?\=/Ѓ9HA9C05hm=2@.5 =Ѓ!I<65(=z\,,5V =܃ X935C:V5$:=CC#c=15TW::D3xBX^ƃ(Om(5L3R9:@f`C'ngq>C'0i>C<mTqu8慨ChF:\3= }U'Cy|>Cfgȧ'Ϩ)l&heˀ& (':xhC90⏫Ij!JJ^KZ뵒FLd[`*C!3>RѤ׍DZ#qst6J$9G| :W'Y c 3-,O0Jiu\J :icpQT1^ bn5'O# "~c(H%+=M/V]YQ.fU"-F""2ڟA%:~'~YRL˕b4e1~H$p"RF*UQyݿ6X0&@+"nFSCȹ1_p)RQ䛾Uև ʈ1HM[6\ Q1M[q o1qnq?ES21!KS^B_q?w[`P1U%25v[=aQa9r1bpR٠ObIm$ՙAY|NֱLm,--aWVlSV>lrܨIVgŝh= #X?C՗י}kTB Grv#F2 ˹T$=.ٹs)b0G)[R! L[%|(QS+!M M3Ctm@6qACH1KV+C K:?t1X`g]D¹Tx\8HAʍyB1OH;Ϧ Eq>M`8kWrf5g\!u 1ŖIu6f _5 L]0KQ_Poem56L#z_eٙ |\@4C#[T-Muʙy[~6L.5ԆPp!v7T0cPwPgcQuRQFQٔ2ᐒv똝 ~mXn4Vpywr#+! 1 թ"iNYwH'b(8Qiym)I*6j=/"4lӥYt8 EUIu#_]6u厂KJ1[Peϗ4AbdYcyxMXruTv(,θ85Q } njQxЛ\\є](9膣xQ!j?L)R9є;SM*QGHG9n;7FBOqy{ (ȓ|ɛɣ|ʫʳ|˻||||} }#}+ҷhSI6bxjS37Ι5lXcɖ5{mZesKsֵ{o^{p` U:S(7vS)SLjkۮvthѣۚ;l`իYvvlٳi׆]i=9UR~jYjիYkztŖ> wm۹w|xcÔ[gÁwOT3Ə#Wz~6&U# <\AQ7tiQ, 5ܐ=CU䛏ÌT\E emuܑ} "<$\&|(* K%+9}K2<˒6|8圓:<ܓO440D]F}H%J-Li>=PERM=TQ1M]}Us+\uݕ^}`b=duV Eqhjlݖnf){Vp=t]v}xw2r|ݗ~ިjw^~%,s5ޘ=Ӫ){U^]~XMڏuޙ}WfICZi4iň&鵘뮽ݧꫳvk*mg J).(ó)pC:vjɢ Z:[?I@[%gI0` Ds7qŇeA$=P3igbz P ;ci(DPbXh QCpz P1Ր&9ܡ $\ w 7v@҄\nap"jPH/(Ԉp3I98EsA A3WHC] $hF$ґN PъX9ŚQd4#&E7Z_/Kd%4n0  LA3[79vnm =gD%9,kx[Q\w%n 7ݝlC5gO+)^(r\=߽on5pb <ypdKWś7q|' 7wy xk-8c7ۓwLt׹Ӎ ۅ&{ް 8B {xk4r9ɿ^=YY-wO\CW~v3zlX{v$8yrh+cv _rϳ|w:ЖUѳ+[ôӝuֻftduB]=zoʝě&3N;NWŠLw?4%T}ݷw⏟|.'j¯x(?leϏhu &<~i ڌnfNܲN'̈́ zv v>]mv)򨬪z2墏p pʏV yhJhpZjCp&f JIkŸBJHvV0 ]0 &8/i ]I mX.Θ̵(sDG6inkϓQs1$fID@ \ ȗQhx>Ȕtؖz6^i6rPo BqВ2(]`&!+`}815'Osq13ݪSt% R Ǣ_c( w R"'R ! pgRmeW""G$+n@]De8rK%_&cR ILR&o'sR'[&Aʡ%wR((RmzR))*R***+R+++,R,ǒ,,-R-ג--.R.../R/j!zT0 01S1S F!.A @U&2+2/33S30GP 4CS4G4K4O5SS5W5[5_6cS6g6k.C̡0q78S8`0/2S999:S:::;S;;;S>>>4Ärsvs@T@@ @z9AB#TB'B+B/C3TC7C;C?DCTDGDKDOESTEWE[E_F]0{=FoGsTGwG{=BrL:'`aHIIJTJJJKTKKKLTLǔLLMTMהMtMgF}NNOTOH*PUPP OsF`QR#UR'R+R/S3US7S;S?TCUTGTKTOUSUUWU[U_V[urtOoWsUWwWQOOPUX`YYZUZZZ[U[[[\U\Ǖ\\]U]ו]]ulW^_>__XA= `aVaaab#Vb'b+b/cAU_?dCVdGv5dOdv`!c[e_fcVfgfkfogs16cdhVhehDe VgiijVjjg=vhVnkkmhhegv ~Blc`ܣm߶jb ~"nvn"`foqVopnpp%qo7 byv|k;s?t)# !,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(ᄙ Y`R!f ($h -ؗ3aI Ha~,88~_ 8`,X.ȡ+#N[ `,jc$$A\Rᩧ`i} ˓eɕi -i|E%Fex %`BZPj/ @ !+k&6F+Vkfv&[ PBr)bb8 narレ9K௑(/,. ϛX߽g"1Ȑ2FB$Hfrƀ2%A)S@!x),Kd873%5K i|z`}YkZhlp-tmx|߀.n' !^! 2~5G*+B/yi~хu. , PŦ_XT4+ϼɝ%8@fx=7C&j <~Q?+"} -@?|; `@ cUO?50z3*:Xy&!؀GH(L W0 gH8̡w@ H"HL&:P"9P#jxF̓!H2hL6pH:x̣> I9L"FJ~%6 j0 )ʶx (GIRL*WV򕰌,gIZ̥.w^ 0IbL2f"S'a4h҃p6nz 8IrL:vR4A0XӋYE'~ @JЂMBW >$=XZͨF7юz 92TDҖ0LgJӚt! ! pb}HMRԦ:1&'X TJuQ]P ++MhMZ: TiT`z ,YQM.&u^*BU' JJV KJPV,[7z " ]ڋ>",A ^`e \vA/. L h6XCЄ&%|;ӂR^,w]łu7P@q\OrW :ו@yQNX|? ` 0z=<8! v0wK @|{XzX>@XHz;b'oY&l(.oS\baE/n\K%&8%2.{Y ݪh^0lz`͏kL9xγ%`/L̅N47@\.h4{k=Ɗδ^뾀JZF>5}dDǽ41Cָ5CڅxWlbNf;ЎMj[ζ湎q%pLhVz];93O ibXW}6Vsw+F3Vɻړ`}{\sYs90 wp5"do -.Ns}`NhO+ۀ+nKqumbe#kL׶@/wSy낸nu {ҕqu;oC,}!7xyKXyutE#o`cg=hB f5~Z=oEzOy&6IoƢ6xۄwǤh+^wd5@c/G~uvx ؀UAW9 iWV 5 x*"BVg7]``rc!j|x|c F}El&5xhӧ|={"hX:т(b~9g'GFpe-օg6'By'nGJ{\W%_bo{pF6(fdE(FV(_,_:gm8Xxlp ` @@T8!wNVh􇆇t5t_u@Ń6.[x"hمVxs/GUyg'yyVG}&DYb^b4iјZ(+XeBki舁7]撎khiUcbtl|}q ȃʈqFbi_yٸ "9$Y&i)W.ي$Tnn^ȐGy/wyP^,Vcrpy{xoUsxhׇVYJIepiNB`a%w޸cBX8$(mjFB|oJ9b yy8qƏOyduiiWUXg gt|^eX猻g6tgw&ę;HfxVYIpiY؞,fxdbzyW/`~j&sx)Yz 9Qa xw x#v63ق/G&cq<2X!ߙu6:Gc؜bqWxWVUFw95𷆀UΗz9DZ]NxG;* uU\ ¦UFpş>B(٧;GV_ڨ֡-w&{WqNJ}''Tx. :c7qؘsLbcFVC]z V {]韩啯jk";1})_Koajj͵\Y9.zz9nwjj񸚂p6&~χJ{VuZzz)F+5Ia'xpJagi]ʷ{ \9]7就::PXfȱ9zFyi^sk\) |uFb[*;z2?i) :c\۵^`))n1Ygrh疶g g+iGijxh=\r]u[E6GEGd'hEBw/`1{xyw J65˟LKo7\ɹŰJ\jBJr[JZka;[{6Q-9a"fpTgiX[8 f瞬Ku ȴՌ{ eaGrkvsz}5`qG|3Ɨevy}yّ9{0K~/WqM˕ګBX˻V{d'ܿ+2<4|kے*$wsUr\XF>ApJF&"Wt{qFGsVgY;ARs&p}R 7TŷtsqHrwt3tL6ue<&wo'^5ɒ<ɔ7\9~U2|Ge8<ʤ\ʦ L,nJt6do ɮ\˶|˸l<˾\lMlF˿\|ż <؜ڼ͙X̓'E<\|<\-ddK=]}/˫ =]} |a "=$]&}(*,.02=4]6}8:<>@B=D]F}HJLNN  T]V}XZ\^`b=d]f}*-lnpr=t]v}xzj~׀؂=؄]؆}؈a׊؎ْؐ=ٔ]ٖ}$ؘٜٞ٠ڢ=ڒ٤}ڨڪڬڮ#m2 VP L M۶m y5 `-ܳ]sN=E-,- 0 ]H0 =M]M]|@-޿`!0 P@߂MmԽ )& @:M?%}Ғ$$ ; >" ) #4M3 'N T#/=^5~9=-@ :jN ,PAX5- E"`[nO>Ӝ@Y!Cj~ 6 * >)S]Vꡮߠ <.2>&-]ұ`K ;0V-@&p"%NӼԪӲ>Թ>) WN2H.na.8m Ӿ;r -0( |ٞPV^^(^oU+ ;&M.*$]00.F >.+ &0 2ogCX}(MF]7;4-3p !?N9~ML>"l|_ M] E0$m M i ӎːT=Anh/o]!bP(p%o ! =}T ľۯ<1Q-"nҢo؟ECPB> qh#:&% "d˜j%CaH² bz@!K=€dO8u4W"Œ,DcTBN T0TU[&A>HѬgʥtƕNCe c2(e}r'kJoB4'Pa ,P,Uꮉwnݻ!G:&GjT4 #N,Rsn]tխ_Ǟ]vݽ^x8PAͲ (</jQdCYȒk10br?a.+`$ CK.rjB(XJ 4$@(.(`28h:]Dʢ. qтUX/s :(:( N."\ RJiN$)LE*ҜMs,PÉ|5QL, 1P pJaC OGDLC1Ȁ -<׬T*'0ɪdIFSn3TȷБ^3qDȡʒW2 7Kyܓ\wّ5+MSLVFRRn?Ȝ{ٍ $a8b'b3=I١B1Y`Y?wr1\ 372 '\Ӓf.|<[ 謂+Z\y. ۇꯊ"V] @Ch]Q1 rc|*wGyڠҒiԎW(@͙[\Zf/طj6p[7GjbЮKfg۷Cې=Ajn0"3d$$vwlw.=_Y~бVڋ?ۀ0Y'pO Ic!x~^@3HÃ[.؁,F [wŨi`I\9%"Cy\W")-eP!Ϙb$6(n %Rl'@BK!j3a=]A(8v$GZaWC<)JDŽB,ۘ:D2{ޮ" DyC-O-FyC(v3[Ɠ H^v<ժ{aLIR.XӈD7MjVӚĦ61pl"܂> Gcȅqld٩QD*|cuwgHxip3cO*mf\rF-!a6`8#%*zf <RρQOR*F9by74I|.tF8?^ Zc$H,4LОij^Ln+=iPP_ uHH5ЄT6Dq Vђ$ R^LC _f5 Hꙥ{Վ&RSYvֳ-B6C8m=k&O ԹɎ2+gA71[LG?DMS(Z'kb`p[$[Z>@6EFZry[Z C+q 7?9E8|Tb׊^Nf* .d[F^XiS$Bv8Zn[` **xI'9ajN[,S'PWA+kQrA5ou,"Զ+p_ij=B1 _x.OIǁrs$_s 3hR }0h~_ 뽿`_` &C'd] B XHBZHv-0""ANG9&Sxa32J{LginZx;=8A2D}')C"itM4GZqtuI/w]$o;LgV Uǔ6qƞcV䚕5WH=dֶq-cFxpЖ9 >@|`%`gڋ,='m;ఱDm[3d5aUj o ZNn8zqmq/> Q,N&Fѩ-ghԕuwuꦷ$x2v$Fnps#{4_ן#(zohJ_DI%PH  t9|ѭ%`jetR W^EXk饖E>xFo1Ogx?|[l>U9bEɐ4}: T5р c"AKI YAYQ1ц#?A03ʠ>q Cc\%* ?lPaA틥8A9q+CIA#A?Yb3D B8 U + qQBiF B27,,1?,htC+"7Cv+NO؀A`>a6hp0҈[tPa6ŎE΁;+HF\DpEYWp =b;c#)GN]$p&к0 8ylƜ F(#)1Q뉬al4 L[\Fi\ǻrFi }HHsHG0In|{tɃ|ÉtX H:?.{LI Hs]R͊ɖDD kHLFr+jeFIPd˶tKOQ0'Vz˾KA +̄SرdDŽğ  ˽8Μ 9X?_ArLG ti;MKה٤͞LˬLlE ɸpM߼؜*4CttMMMOkDTdt LO$5EUP  %5EUeu L "zPk8e&u'(l"5R$U)-./N!L+%#M%4U5e6uS/p"S0,};<=S2s9S4A%B5Cu8u@RAEGHINEF=SJMNԿTLO%R5SEUS2 TuWXUUVmY\]5ZVkxak^e]`x^aiVgPVfnzk,_L pPpQx`^A(g}~YARTpl׆5֊iPXhFhVXPj5ׇWYyQ0UXq`X٘قxel"2U֞}XVpM0Cny&uڧU`ZxzH 8L(؁۱[LYgحQPmہ텞ݎxm؆XXh7p,,pF`XXڄVYHUY<֕VuEE[sss@YHܛu UYuׅݷE]mZ_YѸ^K -Ul}ueV0ZzPdUߥ5۸}ޥ},pٟek]VoU^^"AޏUۃQpVuu_uPsWzu޼m,f7pm͎ںWW᥎]e $1\0v}e`b`]uze\sf Pa8&"VE$VUiY:]ǘ@H4P,4 V"_0_PMh&a %ؙ㘭u 7VlW8xWgd!xA$Fb#V^PduHhJn4u46PC_zPb_^VQƹ7PF([~F[>f #^5NVUeuzhgvf&V&aͽkAZVyAP8XNf'>>._8x5^ܞ8b&vbx( wb@ h^ k8b5c a6`8?,ƂU8gQeMmcń5@e( 88Du0a&b8zgP@TIbE׭Nes-bN^c}F[^^[.e ^ikSNR `zՎenAX쿖f6H>0Fnvea]5gk@^hwfgВ gdӶg]}m-khm>h;VdVƹgEe2>.bdmQ&V9v\ L8ndjؚw^왶ał^HdU_>mf[u ń6@X6[g9PI@T@Xﲈ[6>.~蘆F@Y.%Aϐv`&Hofdk@RƎe6g-V\Æ^luPl.a^Ƅ{lul@^M_%:&EѦ$W |n׮R[MnLP>7o-,bMמU.Un8zM__A 蘅F^x] Zso쬥a7db@AP~YxݔGs(_IHM\OiF:@xb7iWuXX岖H`[Qv`^~gkfGsL߿V-PAXLavEa^HA#_ QXBV#DŽudQoe[rv_$uY%P./m vX^X's1sU5t67s%H-bo}u>cWoguqhU@8_&&pwz pz,߭&HWYBz beUq&YѥzjDkHGdTW ƎY/p[7i#vȇKxa7p  crU,x~vhhfNVwvaFoQLݟݿrrNk ~WW~'xNZ"7VxPiUo'arFummYW>ҟ{_Oӆ'`1Ηhs#z,XҤQf 2\ٳ&3d+CzAȱW"(+X5I @bʬf@ N+T8`pxRT%K^SeE^Db"Z4׆(]7hg^Tv9]2|6h;뚺~m*N0n1'u=#P+:XpܹKM{62_aᣈH$^3Erie=TGo:@5jl+8kg2J&C$vzPb> ͯO:H/3+ahg `rzm `Zvjb2iIz!:vm8J-"VXT[i%8N4995XA 9$Ey$M$ГaeAi x%? @PD<ÍEi52H(]*K2YSN@Dž>\_JR\> ,-/t p_&Zԝ)5Yq]l r wI:&؎rhbq+dNHGl6 frDlv o(!lj.D&VZ#iH<^3gөuIwߑGyava|w} CNgEiw*B3_3݉?|4I+4]J64QNyMai4׼]{=*XavB 8ܨKm ܮ]QЉ)|sYh0za-((RJ!p`i/pB @) \GV5D"n1CsTaBaE+;&fniʪY!Y1Zvuk(X'&Ǹ>acmnN)"WO"hxyکWp SG1 ylx#Hq)DNA B'SX3 ~';K5! P<0V48M>!=IQ{daI I^'62.hrE(6-^$#F1':nMl~F5F8¡HpB h2XK`,0+ vuLB L%:}B0y)Dn;TBn<)G䥵gPܰ=py-C* Uj$ĉD V%Rifl-I$d<"4 ^ Ա,8jaTrreIL(PL/IkX0 a8(:vЍrA"bpD$jK֌8;$#BEӜnu"r|Ee !*pI x ,d BK\U3nq FRD"º6|pF8}.x+^q%RD&G8NL#ao_Cm2o/hɌ 6p^PGH15UCvvQ́ą ҪHEP|j%b\6]Clb*QC|K"'B]7F@kPPY:ǩV^b37|c s :TlU=q/t'i*բKю~4#-ISҖ4# 嚐@4C-QԦ>5S]'3;CS K 9)`5;J^'EJ1eML9Dߚ7H:35z"&%\Ԇ 73$NqZ@+C B+4gőuܣ(ht1*@㨥7Bd#3b@_7Sd,˅Am$Ѯjy q茟tƹau-geI6@DMzWWPf?;Ӯn; }^pP~{yGk#"qx'X|svR^el~gSC} lg[#p m+Hxk{/g)@ >!4 9BbШ0@bЦb?|K (^cM/陁<8̌a.6#E@$ o0e܌ŏٚX]B5 mVYLUB%.qץHr} ֠ ` :PU\`K!!e:tP]4Y` bG/yѰe?#@?vB&B.$CZ "-A0h P9PE\~$HtIᒘY LBAĽ5b B(A^F0A *$N<%TJLP "$R(Jt r'V0xw*"̂Z֏,E%R_b ]a(ZɬQI& =dUfb*1HL%,C9ە` '5" E%eQ 7K~E֕ڙ:fc"GNHҌ(VqS*!sيbUmC% H%w-vngL@8T, ,^=Jɖ(ħ|g|}g+=D-EpOmUQz&$!*`QmUD`Bb P$SteI%[bx B[~h4)R(% B^~._%EIpb‚2)iuR2!iTS/DfH'&]5mGkB 6-k5(<Ĉ`΅W@rpwO ׀֠PsJd/K$F CXgGfg^**w'A04z6 d B|$(N~Bҧ䧝F8&CBzrC.M.pC8Rzd~ȿ%,0 mDCɐ0@GavN0lP ,I *Ч|۾gIyuVOb#y$݅Mڨ 8Ìb p-$HT+& r`'(~+jkjE*YRO (i &%"eZH0l 2n@ T ,LՖH@m<2MIKg"XX7,hul΂:̇nnܯ*eO+@>z퐜/iǖ :0Ci42BV&=Xo01@$+F︭ܰ jYu8 IBD=6Gs.DHY8 nm@䄀feLs fMȶBpxx(ֹf&4Kʫ._.*H nɬ"dlap/1cB l@):\[ A*@ @ Lo! 'vV DĈd/fLZjc3҅ М#m/ЯT90-2,22.or@RO -GA@ YB hW* Ch2os1 X&IDNB 0;穦%NQsxVgG(V0Z`A Y%]]e㷪/t|sx+i3ZUƉ]!c.km=ܱa0~F#0&p oic%_E(_4_z24A/um[*H6nKTx@@Gu ۉUSSΜ[QIu6M 2u Pl2]vP]sX4/;xsيs0y6y@*k V!#lJUsxlh#?THLùY aվPkHJ|qz=0aBԁ}A˴[KIԫ,N^Ӳ{ LD RֻvsO)g;]T?L@GCIRVm∍(QF^(>??%]H /E{AjC lg_Ch*@%뷾~'"! _L ysLJ(z3ɣ*!h_p$UQCʂmO &ſ R!,H!?#R)d +c" .Y S1I%EH99N;ǭ3m?43r Yd&tPY&TӶO!4MItOJU)M"/O :01%&u?%R%C6꣎+JYD uiHlvR* Wq啲@tbmw+\1$ }WN!N Gk n"G%h!戥B8u_DSJYAqXUnЖ*yd5g۝cޟZߝxSgnZhyE^#!DZkvim.O.N[nmJ:߷[\ +n..!\)1p0@3]I/QO]6GnW]iqW_݁^/@ߑ^驯W>1@n_/y_@,я_ykp@4 9q{{!A NdZ=׎ `@B%4 QB#(R/L5 qC=D!E4D%.MtE)NU(QL/$H bP_ApmtG9Αu /DYHA4!HE.td = Px%- 2L4)Q&=| KYΒ-qK]'iJԤyl0LH1MiNs*J!?f<4' s^H;0 <\IOƠ +Q'c9Ԡ9m!੍9 EBE@<maҩ*KaSm 0ILk?@' =H/܋XT~t'hG/deP31#Fe&,]6sNx,Fb:4[Шׇ lhCg)x18tkwX0[m$uxK[v0%-xj8.Åv8garbgL7naTwk0YK8ׁ͵ |4iR_KV2N h$=zu'\]YX4[;׮_&zFgK." +h*H/@aebZ|v!_A<:pʥA`+|糋+o@3Z8GHk7@,)_.+EoH@ mH >cا?~_L?.cO0??/  ^OA V,~J-^b㦎~.B ~blơKjNPRp9pjFvK6*@t@Aځ^\cprn a`xn1 C~!a! 0 ө~`| k t` ۡ xB1뺈(e$/TRtFo(O.z ~TOk/j1$/b "@ o&dnc, / faQi1f1.1gR ԂN-Wo;FO\@:"ͱ6#.ұF MǦڨ Z 4$M kohh E4̉ Ra1*A1^v˟6~ lm$KJy%(oh|p2Aߠ^`R )\pK))PĠp!2+򤤒 PK*c22-2qLn qc n1wQ.AבF! .  W!)(2$B3iqea  =o49SA s8Sf;ϕRIf  "RK3 2V"N#mH!W!&&O =a~˳N, OrTRd!b|&mhL@Ǻap@~R@i#͠*˒ 1p>T&nD,ZEaELTE\*ID l94H--~15/6R3F7R&8S0I01jڬ1A ! 2qWQ1F }?Mc@MISzozNGS.@H"/>36N/L1J3C5q94-tA1Ss s3D,U SKM V =SKp-|1+WCSR璕@tj44AWkA&C)0 dZu(BNKj[yD\CTEuTKp հ ]DA)N,ٍ*^C_ʈ4L4.tuMt3VRrJb!,c/607c?8-N.V JѼ-:&f>e_6fkp> ha"фX݂xVj? <2fJ06.llBm׶m"9 v ns1S:au :UUO q $V؉ʡoڀ*`ady1,ˡLWPUtxٗa8Xuv06k^suoDujJY٣T~0v1y,T p2[w'{+?% P P AРEN0(z(a(a ,9M xY+y~ Y8K mq:cٚM RMm#WMHTэ۠MĤzC1.O-oZUI+:?֓(; -NK:C@%[jTp[14r:n1<hvC;x\y`JJI[CnĘ}zyTtz~$dՁNbl;{dxT{;VR؇Ix1Rw}Hxђ{~;{Ƹ#HQ <;9[{:h)2uhó^<0\s1"3 ڽ@7pD/ݯZ'˞ о&~ .U,Ѐ]\! >a!lA1}V9> sbƪup,iǎ^hr G?ijʀw~7 /{]cɜD8I.Y0r!Aȑ#pC2EPHS "HW`7qREX=;p?\YbBE( " 6رd˚=6ڵ]w@AfЀPQ <W4vN4mܹ/nuEw`LW5ʬcc ,h]1ѡC >pC\Yۿu(5_Za?;otuj+|v]wElʙ7 ;Ɵ__aU7:|B|SGX6vtMAȱana~b"Hb&(b+Ebi $6ŐCqeIp$(]e2;U 51y0$'.`T=FBJd'%L@Q !a)QV(X_Hhz# 2Cg i#A@JCs[ :4 ^BU?ltW@Ѕ0 dc!c0p$,!6 = jSJhdBe- 804_j@M"$t3͢b/䠊*&L!9gl\=ޢ XcG*7.TKIܮ tI!ctjBax:axdY4WU"Ic=]WB6Y> a8 Bzp%,CT#XBZq<1G%#>CLna^7T<)3(0!h;hc8!3 E7Ѐ t= W]K #ˈð]"EM_"h[L4@n=E 6 XmШ @'85X{2*|8۔ҨJ5+#."T3QBt!Le$G}i!(ܲ+Y l*JP颔qkywZcϻ,d-S,T%Aq̯؇u(\2S_gz*Co5 cXWg? ?}֞'0aV1)n\ iu-q{PZA昜Վ;@P(p CjGEYX(9 @`|jM@q6TM(/SƤˁ L&ZBH $T`@ .rB&dd~aP&d@@!95h]$'IP  +7eZs8y屐 w=&ts6yO0Sx|\2׹0sֶ>#H 0L0``4?k|D=DDwpT^$EiB}=J+!&Amcd8tQ뢓_v+)$)lhOh)l?-q2kBt:(Gt/(VbRcUi+q# !7X Oh_p-= xbގP*O'$ }QTh?:<M$`j XM7OG Fv>W$e`:PS9< 'xn|.E}@vTK!pUU;awOi pwW\I䄼BQ ksN+{j{63i^g6ȸƹZ>~[,T9+Yk?~9pBj1kj}D8DWpb |\N,۸8AO ǰ/;cxZjx.! b A jMxH(h4\.P2s}4gsDx'+v v$E5>TQ! "v$EFn|sr`GtG*YE$H~lS"HBmlܣ"(((!hrhBpPC7`jQ&ȐnWPUQr 0ib ^`SRV5Wu#H1Q#/9B!j6); "4X>)BEiG͵#wp0R i@` -2S 0 VD1 iT )q]GӒ1 !{I4fH)ui󧔳\NP *ڰ)P>Qᖝ陟 d9*i "٘)sO `uɛ雿)#IiljIr|fQ V٩B7 )ICÜs(7yA{0 ֵ8iy9ɟ yL4מ @) ʡjJhPV)A P A-ꢞi3J5j7:B ڔ9+)CJ)t4JԖN`hhVJ~!ð z0|!Yz[ztmiAfelQj!|𥜅{ ~ag:Z)(\YJQJWPTZb,1lJhLi '2e]~e>!zJd qi +sf!vp >|rjڣ'X"z"6D(*#Rsz`4! [Ape 'apGpK;,\Ș x+[Z&8v9~q!g=V!rf:\E 1QvXB+J)3=Q{aޘX=Ryqz QW`qMPG[Uc[ m^wRr_z뱇" 6Bds,Ks()҂},2:P,Ip**|*f%+gx ?]+,+,2c3]>]ւ--Atf/r.ca0QJgb*k,,˪˫ybZ/ c¼/iAb/00žX[[yZ E7 L' t- Q6 ЖD KPa9s:::9{<6b]l+kЛ4P:IcLTS?Elj)Ϲgѹ5)ˮ$ Z\FhBFP@"l@!Z#)8P.+THTH>cHTm*;9lb/(W:9זˮ ˰|o,߆XĺZL4Ѭ] nLMDtSL}̸PhA@ВCaL;= Z" YD۶_xDVfe|b;na|`QWOW6}PWwXTiHdlYeCB-Awc ҏ18=o?g1aV|ZCZ LEڸ]%S0nDm)|@@tXʗ;ia+a!?5)m,B,˶\bX1ֻ&W3cl: nBdFdJO`fId4&ΔԜMd<"gղ{UZ 3u?E.e\Mgj\q}`D}_!G2`6dk}R P|Lb &Pg}Ϣkl"l$fPzl#8܎Vþ}m*ɦ6mT}aavjZ"Zb 1!1%⩄]A;o46mu' }hЋMp YY.qW,iu`Ft$Q-& `T&)- v vSvilvwsyvxw|y4Pw3xw+xc^,r誰z!{|ɪ<0J,>}.yۘJ7-4 }=N{~{{w.|ǭ͇`!G2䂶!ڭ֏+6,PnM .,ARB)6;R&0f #`"R5^c_zΟ0*),/B(MUOH;(*aChCHJ)r)/à޵F _Χ~!Z^ȵ7.Te*R7L/]ThWXma`aMJ+d`ۇhOwX-7:\ݺ  |Sr QϠ }F&}3U80 |EkHS%0%?7z%6"Ď5'R5h̿]OÅ< ݎ#EA7vcxN!!iG4D?`6}OO浏%^G"1 479 PC%NXE56F!;0FdF&O/|,eL9˘]yqgO?gPMI.eSQNm8jU+Y^u ALM8 iծ}xk ]>/6/5/f<,bPjǐ0LxD)BDčWP9ĪY~HSpS܁_:dHq?"ǘLЦΡ3Wx6+;=;ŏ'_y2b՚׃a4voG7MK fA: ( YCp"6JM f-T.T0@b1?G rH"4H$Tr֛=,s-zѯ XphM~1[Zf3:1WL/‚L!tQH#tRJ+RL#rJ+#hG,2Kl-4ݴ^h66>_ig,jqn{爐+ UݯUUV|q]aH;ܮE-q7_-_hi^?Ht-2}lzf4̡y z N 8@ \H C(@M _ ]Bd/eJZ9|;a׆]0t Jw5`%N~01Yb(B`!LDTqcCE):#bƐp{*-gl>c+ ʯFt0BN!'a)LЁBB2`#ƄGȉ.V $eBLʆ" ;70ґL6 aHaz/ Ȅd򐛌!*IxR#*YYSpf7Ypj+@ HjD@#Ug=ȧw8!tL02F(Rpp L-nhE)BH!,v`Gѐ4۔H?MrA o0.zfP|?َ*i&jъbT$D8JTd7p\ 'UA`BXP.S^k]χO͵q)@Іԯ'{Ţ"$VTXRz!}UQɾ\#iPL >ѝֈ+\ڄL]bčP"W}Cf7ҮUݛX68% P 67ku{6ҭ`B-W!U-QhwBUoOjcX,*_B_zvd%U ۀ7="]ez݋[G> ۊw/qM|b7p1ִ pߵX8ˮh&Q!old<*7 tՄ2 Sًo r2GXP0j,` V,p?d60 VJ""KZPS1YY58jA#4YBl {hG}E2X8{GhHdH\ eDqF (Ӿ) X+F{_` x{P7q ЄiɵqOC+ÉJ,Jtp*9:fd$xJD!#'AB4NJlG,=Q Ap ^p/ɼo J;JL,qIJYJ @T|DŽ=*ĻHH<(IX̃g>O ` iI M جMml<ͻ PPlHX2t``׬BrnDNxIYK|Kx,PQ5E@\2|P>p ̓/aD $8@huD~9Q J|G EyQ.R/mJRN2NB47CQQIBdh_ 5 k*+ɵ [ZRFmTG0@$4Ӎ録: VᔬP?#O }rRC?9P\ ]IԮpу΃E}T_U`=HeLAc= K}:JdLkUT -;W< ҴT-na@TA+K`W{ea;"d5ȴĉ ҔIU-<ۗ$UsGt._oHWX.W,Wt33I8MXqKpo uB b]xwUZRM\Z n֗Z WUaC؅.-Z]=ZHQеXZl\&U[q8W9W$Ýdd+KPze[}=tG[[m€[!}v95*=]AuM uL 4\% 1܆PTyHLH] []Kڸ}؅]ǹ]p"RST~F>^%.eUe^m^En]M_ٌ.X_]ߜq^o! 'xoWXhM`֛UUW8-HLH^_ 4]`i$=p 5X hRT @m!I[aFu@*p8P>_壚ł%X}֖o0c1 >!F XehMhnR{ jZMK'؀ )\B1^dF2636be%fɜ7ڭuC+OlK$CU]s AYmd[/}d4^peX~RϔYYŋeA`Kɲig45Wi4pXQ6(T^;:;:QeUd\gz>N]&e &e:pdX ^ MAhKP VUhh@H̤LF4Šw̜Zg¼!y`XXcshR:Xh,Ddu~Ihe>0ꁘQiP x(aYkW` Єo8^V̑gk>F6^v]PhAKd6ycɂ~j ~vq'|l p+#ϕUeQlD>kٞm0Mο9.}ۼiȀ .fhaQ mFcCd8NReZi,AKumxN䰥mnomkml< Tߌ vXLgyD)RR6nT]BDxRі@ppqq/q?qOq_qoqqqqqq7L\}g@֕" n`$>pW?nvkUj9mp1wo3'2gZ ]}~!Ky}:I@< cLor k˗kQ4?sKJG5\Xߧ5l!s VM.;M$iTixrD'ETFFl$ w-&K/v7tmYNT_'.W_I[WUvlW^pxfp 5vm w/0i\[/mU\A YvI6׆ؾd7vMO6gZ rhhLjF Ph%9}e8+uf.XL9y=LxX%lޜvygP Hu9zVz\PyeVayAó8tZvz'hwŽ*Y2YU/{UqB}e> jOqi!hyzJ)g8 0|^WLYs.z+@OciҺ }mI`(Az{~~~~~~~~~/7t;_oh}+{x11 L="Lp!ÆB(q"E:oF? )r$ɒ&Od08WGLny-gBvDVN'ϢFzRuL>5UjSFZ.Pfm:5,ԲfbM*vRn%4mӺvq˶-߾Wy/ϱR%|xnUdmk8d/}Ξ?-z4ifz5YbUz6푣01(`7m .g .Xq9ΟC>y?};$[^@H 2/;qϯ}  GPG~`CMf9ء~tZjk~ƛh"wt7☣;>G9ԝr5!l/=_stFevfFz.(;lG|wh䧛OHܷe ht(v|N % iJ)9n',$ډH{,n 1J 4#p4G] pR@#yGs%ۢҪRzWH|;Dc3k cͷnsGXGQ`Z:6agja۫Ơ8&L0@@ NAO7㜳jaҷ#M;21xHQ*DT!IV˹)IOĵr.ǹ!a-Rh4uHr *HisG36H$6^:gnUk@\G3~uQ]d .>7$m~'!R?!Ǹ~\l.*qnc_שT|i4~D.qlIEDQ5/XZ ΟJoH>r), \Tc`bOrw-0i$,r ({*\!  ,"ן!S)uXGֶ8!to@B~ 9;,qF]FDQ_ST|"%h&D \2CRJH޸C.G6>FV7.΋]d;) 2Z1xKț j!-kMHj(3~$ [VUƇXxc~lDvpA6U2`T$>j`;G0\@e*^ӌ(KKu@V҄ѣQ Q E -PR[hhN$(X;hBd(Qs!Y=TApIR(C=ֱӕ0(~'zlK9BҴO3TFW41SHfT`=RuLԚ*UKUtnj IzXGבA4Ti>ͭ.])Y{U7ըʹPmSN 0ShT3Иu|2|H M-M"Z(e˯/%m\!Iܾm*geՙʶMMm,vg:ԦJ}l=Irω"SrM?Q&rLO$0@0 ^9"Cvo4h)ITM1x3N?´9LnhQ,ѐ%.a>W|1J7r"9w^)IV9r5FsH:yJΠ|=O7o("؁27?~T;QNI:C )9ըq徰Kߎ6^' hFM`&ôA ; #ҩbSh,EǙ ZD q}n"94j|: ER-˨'5278h%`)3ԍ9nH9n X q2"~OgWT7K1lz×0#ߜA@֋#vq6ϦǨvqB!-VLl"۟5zyH,A8/ʨϐdZU;$vc(!,[LA"4cZ+ @ \Јy/J 4` @PC!"gxw(dr$Hha;1uTEH?2hsOhІEtqRF9` zz=uj y|#x1EO~ KfqQT0I:EO̼*]ª_)CA5X`A ] ldA64D8̂2"DAD+DF+Ղ9L CĂ.^L@A5y-HC!yBD湉g=v\2DHDHkeߐy"elThXQ>PGrGNmYGߗB:xGA˝i"!G8Z؜ ~1~UDvCPHA(`*2LH/68 #| A :bC%]B,jB|ƹG`B._*l! GSQ!}"IȞ?FA "F ]J-SLHp]䇕GV&B =GƗ)ӥ"[:KJK8p"  &6/*%/C 19 ,Ncء7U^V ,VF#cKBX;nD4:\9GqD9HӪ"^!'"":xBސ#8!`ґ&"A&'ڇ%ͥ=MOˉFe^ݜ}A]hWcGJ^"mjm%!I& C!Tїbo%#'dd$)Ad+:7hAǐ,.7C"D5[L5xA<էC]UgeAHVJreL9%ȝ 圉ZbXPU,28J2%a^1qa]mY(C#G kn)8t~A؋nlFSHtp*!^Q'JJt_uSAѤvd* |i) BP$YDN~ᱩV.`AAcs`( A.hB!,C_aFa X^W"GL^N"Uȩz`LժQ]neNj"TS%p::zaǪk=ĚZɩ괢*FUXVFT*VPkX_D?S_ '\jӲ|jUgMLj,#+VHj&Rꯦ j[U\>\mcT͑ ,d6V>,MŞqmP+bTVlguͮWSUa uî\݃}͒+x,XƎ*g,s K:(P(֗J]MR]rDⴀC`,`@=1A$1.#B 32Dhf`VqejBУ#] .֣}(a[~a(G_ݫ5aևjAVRbL#-B. ̕hd߄R.xmJ|"vbAC{>o$@b@ AA R*eSNa@.݁#E$V"D# V#!EO:.AƮG: 2uRL-NV$ϝmDP` $DDKt#GK43"L@ B^-;#j@uIPSS$H08C:NW;RA5ܳ0N5D2@r$ [ #5# ;L!TU#PIr3 CH 3[*`!W7ROq|q7Yj/O0LXhQqW/R]Kؽ89؅nC`& "5"rL r*BkiAD*7p#ET)CRv⢾1Ŀ!Q.G301A֋;Q?TuaI0$󹠚\5؇-E4̸#`3/SC-Hyp⫁ts?8SMH1Ѩf 2(q_vii#t5=rACpBYqC._HIvjs8M&6_ڈ!#MWt,A֚lz éW.3X%2Ɓ3º>$mj-~W~q==V+))* [9N},xpJ>j~L>VUC?z!g=RKUN?Uˈkt ;c)uWJ'%ˌ T)&̙7IԹraK6{ ]Q"P $Gbj4|_} ṇ̋0uR*ZN;_{o^p` 6|q⾣f5rY(UQ9wV< Iwux1T̳i׶}wnݻyxٯ+_g'n}XeBȥ]ƭEA5Z0W#D?po53}0"N!uZ,o5}ȋwUU2^r@Ro% g ļ[&cћ&O#ήk37WWqEqۙ~1˻yrTF\D2n"ތ|@4`k78|̢ l? ٖw):ZGDv`FsU0{;oq,Bx=40ҧh:z,q/2Dv^)eK^>07EhP%\2Pt%M)qڎ#Imh-!G2rpEӻGQ0ZaSEd0LHG|SKe܆G*} 8Id TlWJS2m;^yIϴR0v{<ae-(/3yTD^b3 t@(mDs 9'LnH"+ O*#J5;c:\-=31rv)N΀/p@<;>|?W()7Eh"yI2ha2 ?OPR7 FJ$F^A3zJr]f~nCRC>/o#-rmrgJ,"7z DS28a^ꗶ. 0)]ALN39g:"3tm&n[YTER<L[O%t$>ZJ^F)ڥ|br#] vK9̡PAHER{zH3LFk\Gu42US_H\k(J S~׻2e,sxmWDRTAh/ꋆ3Tl"4)Tb/~är#9\gW"8c Ƌ3`"7ʊ~( *ZB'6\C?\Jyڍt:gL"Uw0q!.LPHtV.dT+=n9~SщBzh>ZHF{{ .DM Q)}HٮWXp T~%yq0¦bd=mcɟV8iLml_ T`o97$,70N6~:ϼnjDiWLM䪞H#q&(Ө rmMD @ *+LDgwbޭ/֢I. NI$ Gzl_IN!*F2M> KB&cr[Tnb6!rN< 0 OK M삱JF|Jc8GIVV=&J~"bo@/44i4<)Tp66@WIn#`\`j@`j/&..0f=3d)"#xfFlf"b($4B sLK HztGϭf)^&sD,|kMضp W+(z*ðgrF!c 骚V;~ʀg=aD KF*! !'Ns!Ue0_$|ί>n>RL`J6A Pr,|cl(CL 7 Gk+nJge5NR R9&=# ?bt rʩHPC;Hڑv&yJWuRP0k- #=bR ԋ`;N .?3h3G.$%^ *wc)r=oCѥ~(h#+b:@;l/E$mc>7R7! j` ~ }#BuT&=O5UQNU_; FVa׆xt|"#AvB#|H3g4Dz-6C^Wkfp y&;ĵ=&2F̕wHG[誂H^sdqUN-$\t<0Gbyҩ _277 XvUa/ahM 憆^0; M {yp @9dMV&%)/;=Pe_'wN,6PS/=5SuXD&jcTq(6S( Z!682`P )EUJpDl'pTlDG)wI ,ל+B0r#CD .>D)]p*z%;kr \3DH {pLWP=PuywB KWnǶCEVr LwppԠgRedzdSO-R\@FJ#tfa >цv`kxUka%NlPqL )=vIG`q߲ITcLZF̙)?zc=y=pd0yQ庎 &Z@l4wqbɡ)xӯʇeo.rjzٛV־Bl -"U!FZZDXBz&FBKCX@ ESS6;YP!@@Af 9z38q6)}g0` 262;L }c+l.;?[(rgH:lDj-xHHtp \qӮjՖpyf@JMb:0[ۈa%L~X?;ygۣZDz@V{(wV#zRD ')KB= ;DGN!BtY!:X c]t7ܫ=:D\{}zf}ƹLmzzS- l߫7$l&{,Yu@\?*j@=AtH^Mt;w5w V?p:ʫ|[?h.:5#HM$$z"=˶`F' өck`nw 湋asCKPɖn=]/Ǽ2З$Lx۹]=TUϬZaV'Sf|}3R7bR7q_*s#q%\+OBZw=|V{Աm0yp!ڪh^֩㷡!GMchb$$y-/ߐć$'ÛBLEub>#S[(1 dXf B{`0?ж#f#Ôv HຂL8C4ƻ)G@jǁp c.Ɂ+D\t* |Qbч/$2ӧPJJթfiµYš%QWӪŊApƵA.(` ǜa@4Ő21#ӁXCMӚ%+!ӵcG}}R]3'DFn wj6\r؝I>RoJgd͏-qKGje߯t}:|1 M6xvJ-f>9OM_YRtMs{3RH҈N '`H7Llđ;My+wSJL2Axe$"A%5\veUW\}UkaҖ @Kvم^eMhp1Arj(,MVXeg礔Vjid_槮e| .n^bI+Gz{B)C2+BP5iꂫ޻ȶ4R Jn+DOFL҂[j@FDSPy<`QAڷ;9.,Ѹ쏹 :X"-[y#vl^P-ܪ?-ZySu4)$HI)TWmYVg] 2K0P\yֵgjV$~@e&`6-C TzBY^ξ(L[U;V,)9!i!.0Rݑtt'jDPdH>7<# dR9;_'rM-$Yq今Iy"p9/߂R<$hBF>( {~x b(^.MI< }XT@9]"LKBD!zX5UoElrI'Dh/=';8ybakht*5yj=s*."X&"kt8ģEGDFze=>R*%GQzEVm{<2#xrrz4 Od,e)IiZRr54IDZҴGxrU'̈́%%NHV4%~ IDzryzy.dT$%LՒ”]]CX*YV#|KVu׈ iZyH8UUGDZG?lK:YrrbE)Ycu!=փҪ6G4.B&$gN$:9PD +p[[t?IЅSkK9[t3.sLOħ`y3,/lL4!^ޒJ<+bL)0ũTG䡟GyH~ʪ`=H-IU FٮX6}|oBj؊ H>JOJTR?Aaݲ(F&79\~9f}["ľ ny˶bȡφ%MKZoVifBzDyBf$j#dz똓0 i9#ka%vn缣;Un5)Q9~ ?I^O;佩Qd({ox{gBS?F5z^+]U5=MI?BN~_NV|EeeSmv" 60m #wxq@.4+Hhf#hOfCpR}aֵ,&J]dx2g0Jq0Q;fy"Ԧy+2@2[ Mf1/1@d6hZ4+x%pft:/A1rFbreH,;>@1|9!g7#+h!iD 1}r Cew!:"=q#:Xqƅɘy#Ȅz%E-aL(#'D%q#axPv=(!֓9ȗ;9a;BtmT J3FSe(AHH1!h}$___HNHkX29r\WKb17YRrUQ2;f 1HIfL#!QThy80䈪7M]ɧ,Mhqn(JH4<%a!9XoNPÅlLH-Q -19ڷD72NP-;x!PAnob1]2"!ӂTplu"X_ɉQWB'Da1]gъ !I=94f$a٘ebDb4"E-7"KxMiWpaHo#SC-(=a!Apu]6@b}) 92Xx;9aMh b-eݑҢ#c#i!ER;{4}[R_:+'2x$[Rb`4%;Yr?G!mԸ6Zhꀹ Z;@ ]9&'jSX` E n  4f4m!p,څGh$GZًе} Zhv"<3i/yrx."{fZӗ$LI5q#l#(ìJ9 3*]Ie%B2J/G1  TC1e S+#W%R>:EQ0Emif0!/WG8wH9lzS J쁠;rZ7,&`0] uT'<46DAc<8+9g8mf3' ұZ{],KZ G*1b% *(9*)Bt+ qK+W %;ִL *(#d0gK#]4r54 e$">uiJ5.Q*9tɚae9&Ի)# |~fQh±n~ u\ju|z:!" :@D @%:K7KSRJq2JF7ϓV@R*9y)BpA :DsHi=1DQ91@18 iԶ"Jbr:Ѕ02!>r"T'ݠqiA11p"]q2H4ݢ&v$)&"p !NrKTǎMp;}1}Ybl"5"r@f6@WY-[Mt`{~Cp>Ckȳ f*143"ܹeH[ 64*-a2/:q%ָ>*K;i!?#!w%F7'b!NDmSm !)> r~"-=3%M ;sDEpg|<E2\Tr}VMEˬ`| 0yS뷞X?)˅='Wn "2ʞv>-ОmJӎ. I>ŧc4+_ 1}1S, #:q\v*1olMbbxQimkn}B2mlbsY@Eck6Ƹ7 jWeyEa#QvDcf9_Q+N4QND_c"HO ͌*.^[O+_/O wR G׾8YgBp |GJ`X-Bd,MtR=-tf̘$,dž?Bj;d$(0>͉ɏ }̹!wxdD̵H}fK]BrV>rX`Ԭ%-,fwZlczv Z'e 2ƯnmZ$B:qPN9T{78_u9h?辮"aCd*OVk [@r_DRʌK?@D0AdPQf 'ps.4g d?Q0aODQW'sa ڰF`> (pF2H!$H#D2I%C 1t2-)d/>1R)()3'XV;-2J.pI'jLϵZƓ(CNkJ֜)Úw .xH#ƴRIEkTJr?J˩L/]۫K&?ш1/b/)媩'`Tc64 !εR\x3LgDŨS׫&:nngΨ6=ӊЖMrrݻ.X5&Mș3Qr&avy:?dj0e_#P 7|cYKD1Yt&Q{\i:j<:[bgALE+{X\\'#Dђ\{2cKmytKX:'MzHOn|%glA&r$-4lXˉ?P*eɯunZǧt\uL=EqdQޙt=s!gz#g{8b4j(ء׵wCpq(Ň%EF/u\I8mtiBKW9ror=U !(FQ4 NO%GIB$ xyWg]v"?A=tsƾ= VN8e8O)qC3!jC(3R$H-R K4e&}bg1(S5AMӓʸ5F6ґ2Pl!mhglς&E/j!%MGGPX; 4wqSRoҶ1%@&RMYmPJb+rhWP*5 d]>zȼ(WS֥gW$]RdΤ'GyK,I'[ CQN9+?jCļs,3hc2KEo Dlp1S[_ii2[qXWK}h ƪ-4:ܕR=ZWfqR1/~Ej|Djؑ{~2rQvH f{q|")@ĶnܻyOK3K09A+Yɳ(wmq9zYH]yZ~?A3dAyQ|!YJW-ȉ{:a:":d4k{>i +TTJ*+?U2Q,X]ŝ?Y:YdK {#R?҉%T fJ r3r ;fI +ȴPH7䐳()'O16; ` j9!% htgɌy4#fQ ab&q/Ⱦ*!}c(t:t{G r\IspTt<+jBCخEy>i ڳSY=7p,Rwbt(Ċr0<9y6 {?x+uC +0.*y6Ւ6ȴ&WaA_"@<"{J˺Q$s'35KZ[\Kt_?]$JX[Zk8 ٜT qR3Xsz. *J)$B!/ {;iB*mɟ ˈ/XG'ױ Y"ʑ"SE)|{h=z8#!*أ/ױYw }=`{̉ل&(Zü3C"8A)ː+Ȟ?y0 J풠!/YFE܋}+m)` 5 YYı,ܱM!R]]E*Ҽ`bQoU^jV[^VƢVޟK`cKEL=gq4 oR x=| {1](r6U mIvt-yK1aJǥB{sHӔӻtRT9 i<챉x EE>ƗZN rH㌀g zehps@T"?1rtXa13)b;bӫ 9 aċ`XۉL![  D=Cd>kA6.F-JM]]?-GVnKBd|z RJM6[OQ> i+ cjܫy"W:>V c;(ja a ``ʠ $1B02A=ԨXX9-XۼB7_UI ,"bLt [*OM1B9BFL'X \ɾ w0ҢȨtG!#(e`GC0v%l(E-̫fAVVaְ4QX^E2FEHunUL\]d<̝bܣzӒ:TR6|M1ƉcQ鯝`1U< 1 時HbܭƠ'ewA%l/03j@k<`61v< N 1 e[cv.Żh8OkĊt=̉Z}~i++ԠA-h$nOlft _n 0;hT<lnSi `OPA^emEvV!BV*cQk˞AJ0 EIgycȷZ&PIX)PJ} ff0kNN6}hhm? l0 iþmvӍؼ88-0mM4&ƅƅPB lL؉l8{pV gc &},(K1g 12D%1h@ ; hD̀l讋dniC~^DV^nEoFԋ+(VV c kZ̘9&E@,lbx8@{+` _9v|ɉX.9&Vv瘰U` (419l`!/uuk(4e*{،# EO. <R9Ҥ 2`X?H).s =A: g8#48Z\],K)A](GL} Gԧ3.$/ؼB_(g;vOI ʺC|gtS.iy{.mpv2q֧'W+\x,hߋ X!Ĉ'Rh"ƌGh#Ȏ̑479L4lq&fҤIEΜ♛ʠB-j(ҤdJ)ԨR-y$CZflHq֠{ b*Ҿ}Yg8XT5S w -vߙfY*;dr"gpߍ} ҋc d #/NArߙ Gjq/ zMpͲ&߸7hժDj4i9􌛱3ʥwoqO<_#GAmF\\yb`ᆚuݓ?UsHFP:YVPhzE 2DdOsEJ}FjU%#Faq2ΐGu~9;'EVu24DO!J*4"o1#AwVC?9Z!GS 2tO)VwXjn;&6f},:7.ݣ %TW\y)GH(]EJL2TM9SO?TRTRłp-PA$:,VEҪd*,u*=/0YSfe'xqFyH9xXn۔y‘YȮ{)^E}fq|'k⒖6=;i!:˩v*Jƿ?Z lu+dZGQ #`",d) HbY,P e1+Z&WCa oh~H:HTięOic>֋h*9~od(DM#g4ܩ"r7)/!jT#yNA#RyBTw) aMjcQ0fO r5OF:@잋Qۼ{zHk wʮYl~`6JdQ:&d4ӮvTplIvĊ T~& +) I~|`I_4$S m< +]ق}r &%Y.21۵5!tOH--3628I'ME&QGQ,l4i\dx9#Nr_/:2,P̫Hٗa%xYԼG52xe󰆏FM ݝpr~E] nˡXQjEס qˆ i bؑǑMfXEV zxUWENޘDe]HW]XiKB/PYP `Ip aRSPe^  #B!`C`B\FɌܩV,XsXl:B5ByZHۗg`z{Ly=DVr8àoiW{lIiQ,` k"kZA etmȟptn-D}I9ЇN ݆Yf݇Eq<`H7a70XPyX#Al&~BxЈyHXc\Ըy"DhIo$Dyu0=AX1D9Bma}O9X}N BX%JUjHpU]eEٝY0, dUP8p'L$šԕHR顢1!K##I\WDU.%A)0:B,VQ Y)IlXpCI*4Yj"I:N2eۜK܃d6 o Bi m@͈DC Z ylBPx,Db۠(xcGY& \}tLzBt 4M'x:BcAT` vgZpsY؉2ő&hMBfQEd 9xLu*qYp w YlPOyMYTrbhVqJhDJڊ":^8A+`%QP @6\Uce"`&Ų aTWN}+~mqZ8axi:DiV/ńY05,Y!!!Qh ,İQQ|4FQbo¢ :P=S[P(;u'$aC C9 %9aC5ýS $282C*\:B98S ;`!ņɤp3 s033!!l%S&YK9 tp91):%%%H5D ;GFGőt099qfN݃#[!S 020)ǕlӸrC,{0cXF{0.m!;"r= .mLcNG1 ,3d NZh2[C*QcE4_+F*3YPlkqJ1lFetnS>K3)tf$@o02[l[ LՔ3|ܬlrC,r$q)?H .DZRn-uDYYίoe E@ l[šQ@  SA %!N`ϵ i&55&Lh-D'\P tQڜӼ'\YB؎kWq_r=5*Ā _5nf|d knGTZ 򑗢@H6 A &Vd!8n ztȔnp(kZ*f7T҇q3`\m$E:h[u@)a^_+BmHMqt*G9Z Ҳ#ghG,.yyx^G/wRH(@5_DS/WbNhuqĬQ@:2A 8#'P7˰5]9 ]8R^)NE 4m؈u<6l'5X4HvkqdAAf o|Ƈόbd~P} zTIVWsryN bI}-pp|,@&P6$+o9oB-ni`uӡ[vk\ mF>b{3u?R;E,,P=%X)TPa4A9IP<+y3^{JXxY"zG՝m ɠhpkw)ݎ&oM>k$@Ծ8"{TH b #Uh-Y*ΕM XΘe6L[d!`Jպw$I?.9ä>6 #v攻ՊvZDUHғJ@2x !2 \!g(Lr E1 $(iQ|V8FUYdO Ol1 J&Wm&Sg%!1TJ4 rDuciaJ,2E h {:Ȑq1l[)͐2.#$ba^$'0$GҖ+ 9ҁ./6`K~Y{V'~/|"v>31Lde^9$*C"clÒ7ҐIdr aB$2lKd7.a % ) Dp$qE*>µtȫJ J_DIU AHW!uϦ# "W9WcD#^ G<:Fmj+\|+fhɄu^']-wK`^U/{ _Ob&S[c2@'3k¢yL h(DuD.?uDpђ&1J!Ԥr%pB́ )U?%"Mq`? 6H%ʑ4ID8^խ`,V+ĮH=Kr$Emc=X}_ֱ:fKatWDaIi3ޱ(ȴsl}@/m9xREE$$OJpa k]sֺKǒ &رܥ_1nB`f*uX,Pۢbf&-GTf8nmGdRGj\z$3-3X~X5~ٺ]pu_h&`)ABYGGF/TgOf)XR9%9%Y5ٺ^,jūa~ːEsw{*X Rc# 4Cq TfƖ(uwޕkZuؾAk/Lɕն6芜5{_. &z&I-y'5"^R/("EyGDَq@+ўD(K (Ο(RRWtEʿ6P *vR5@S\F3n~*#3J^nB-%PF{/\>iEWIicZHAƺPDQ8,i47S$N&(X8Λg/Xw~۫3 v1I?l1K`vjيD:wD "$PI( NQ=Q,/B6<-Y*>^U%ҧt|wX;RZbve[6hTew/0&DwKvvZop!|B,a#V*ݴ)j8偨#n ̮,/4{m::ꮭBnYMD:2P%0a1p,RZ"A1"j-2"x6x/x8NTLP%H#HZJ8!jp"(V*PYvOx gnnGfs$hEDi/Ł((fK :/pWQs#3BF:G(NG-(fcFTC2 )pZNG8 S>+nbp8`BbaJZQ~^pۘQ7f0%j //$ & 'oCHjpG-ii6Lav+ h3lHq:L>gy)-*VpޢZG.*@צ/H&"pYmUch$b\'8aC!N,p7nFn "Q$@Q5rB"$Fxeddhgf&aXDGnH-e2eіnri,Wc|qڮ1.cѮ2,{p/e6v%.ڍ("O*V`+i+$d6 $BU"im^X .TftnyDC!0/ H#Mqxd/TB7T XV \{ B%UCvkdOv/40SYj !Hv1RYt`F /P6. f2*Dֆb`o8)" pmFSBFO JrgDA'gwA>JO"bId',I$`rO g$"nN(!pdS|zxbh-Riw.v@̺R@KJ 뺸E: L !ցtrfLJ,G@dE˰Z$2dE- 0 "O HAJR l};WHLK6j* DEkFN \!P+mPETd+eP @$|@XSm|C' H^K }pxH ˌ:bQKE֡3xk7Ӂ20"Ȭ)k̔RQk!XhL|fT:+X\$*( HCLWHĢ" bT| J (̜7؃7kCm<شHK"(Ĺ˰̧!P@yY%TcyVnzzc0{ vwM qb(n ]t]Y̩d "#F4E"*h~-,ox&,"0JDłwpd4N[!!6/$g^&ixRN|Bq?¬ʒ6N$L4uD$d>Ґ!wMn$Ndx홡z 9hIwbDu:9IBlS#"IBQ A1mpB 7Ddŝ(K6tc %N꓊`._pnZbTceHNw݅F]OZo'&n$I0Z^dXSB =Z^$"Et ą/TZ§js>Gb˙ť^^(6')="$(a ]Q)ŃLbHeg}wgjy%9EpA*ݪھZMbH҈ÉSC3wdRI5M\!&T+r") ;#2(V40K:j'3N^F=yE %w²a)a&5ܶmkD踇KnM4͠ΏiXgm0лRyݻA:f.*y]6%aWFVZ2xN=NO _4:FXe΁[ihz/DgvJH]'C0/pPoaZ, A=G5Q#ʪ^̕(0293C%%}Qq${s)K "lBB$dM{1H!x&!:p!:D<"?od)[%{̋KiB#@^K^K^e?:&Q+gY3^F'[[D^5NI1DPs擲FM<4Y+ؙՑ(6H/[͖)IqUJ^uyhR%q%mrV-A!Ba^r7'nmgoFem2u+ɽ=_ %φÅ=M^\VAhœ@sF;0… :|1Q137<2ʕ,[| 3̙4k9pI$ 4(ОBbzHҠ(wUKwZU#w;[BujA{G Ydr&u{Zr{p_^^V/3YÅZξ/кՌ6Ap-DʲB i. 895\g#[}2,shxJ>;Fۺ*!!}SIyidXۼwxw8w6_bwzǐmxR{?7upy)5Pb.#CB6H,$4PA1"EeD$G}N6-dN> e7SBDW mYOAvZ}Vi]0WTYm%'of&FJ_HJqΉ{Dӟ3rCUccwuA'x6}EduwbNڟȕuӽ#מ FjȕbT^A~89vNif1,~VBϬ[ӖoX6He˯Di>$@5!e_q()ipVX3$?Ca̲|2=)7||:gwΖZ +]ݓ2_i-Ͷٜ3RrR=#-뼲̸rZ&=μCfP;5dCT\у:fk*/g(a2|rjK-u4nj3rWZ(`EO>VvIi$yߤU%_j]?yI_29Bk(*?7Ȑsɩ`u}D#ԯa2tRaehuOt樇3Qso?ѸPgJR Ex0D `hT0H_R00!)b?4$*q*J22A9&9^cvt3s~U. \KL!sE11둓ޓ/.ɏUt 9!#Z 銣Cv:"$MJ*?1k;U6R'@YM|/4?A"<2ׁEM\Lq(U`Ǐ *2.Đ:K5,C"Mq^K %Bcjs2ʑ @`\ >,IUb; O(9Jf9YdOX!sH?IgG9D3IEkqU=9g42I^'C<*Ѐ&D| !)C0xFVF1WSnNIW!D#c$yb҅Dh jBH^ "V%Yc㵧P *!SʶT!c=HnUeX,ØJ#zeE0fkZ"%XQ%;AJT& FU\9k, jQkF$ip ;lQCuclk_yd}g#cLAvr6 Muƽ^!㸢Y[W ! rZm)8<,傔YN*IP,yM8jd' 5fgHA6/!I)OJYي]5e@ s rOp9dVg1Y6,7m(ڎ@AT 1%M Uh31Ǚ1"dBweQ;f`:Ժ?b_* ߗt5nyuȰկ;"ģA!E6IQ}}"v'.mcm5c Cn%w(4AwB u 1oqTW>bx1Wiu&!{b7 &,]_zQ3flf)abkKёk,a,ZEW7KPK b7,}6]-LW+-5;RKb]aL- eou__\ȇa0#ݦCf7 DZC1ȈD9wnhVwXRa ]5 lTge`KFZzsuJ{v?y"/ >wqdh)ӱy4bQ 2 &gKaV zDG Fi5)ܑetGFsVKG[dՈf х}sB`DHGP*sEua'Cj(T؎6Rx cv_ph-և#(cƇTvvnȒXu%π=4cjcfu:fcV9%A #3xa9t!S>#dє]&a88R<\y9`9lmA4Ax?E8tejq]rrƘ>]]=(|d6;Y*R7j/HipHiW>>t5!DԒ!铀Y9!^)Jc9AE8)twDK!wւ1\hvOٍd*g4f$KϖPdaq8 ` Bi 5ܑbFb.m:b9؇&i) 穧qОC9C* H{4g*.smeI*Ci2,W-.Z#W =J% vpU'Qpab! 僩2r+ $pzƴWP*CXI*{cft4Did(mufkzwn N"YvuZ.  JP 8n(;n}4{,7m?:YW%H}0R[KaۢZͦzQlwJeFn]p``UPȀ^,@%kaL3HDL}xa EG RqZSuu蚮pʝXZ ($ 0 'pJETʷY* Ꮗ M۰|pѪf  ?V] .݅vn-:k0~*"&Q.Z{Ө@ pZ!{.%_cƳJ 0+̛hTp?V'GW[_*k T,*2,f*{R',dY,B P4md}nPLTYBS^-m逨ZŁFcW&V>U#nR-2fPiѣfцa7QHƴcQmգ]QPߖQHj&fuB{ˮpƃ `w O ܦ|-B"(` ]WӤPM祚ۼڹ+T !_5]^ -{pr!KWK3@!Ozbol$[Y&qĭL̢ˀla7Ncqz;iJB ʜ\YH%+b|/kƦrڮ%Yp+ ˰kw妯xǝP-M]4.L u0!b'A= 򰖻|Þ  gxý.ݗ&7hvg ,K,cFJlt_v5%<4&zX팝̶(BRJL/0և=%AA=Sqssvm:=Cz]tm~ ؤ(%c"fSѠ!z2?,E=` _== 2~ 7/Sتֶ}۬=۝C=`ׅA,Cq`PٹARv2A~%ys}St}4ʭ9X޶]$ׅ׭9y}M׸]*cت߄p@PźGgRؖ9*# ,=5mpj@-=ؿ}&C6~]h&=sک-߅v /s,U+samv}ة\qNHQ *ީM=&#[=32T`}Ľhq6Q׋,s|Q]en1ՂH\mwBPKY֓>w(hwedGCX8,ҕqJ/cF)hr4zmwRaLP'.po}P19WÙuR`Zl!RUa!uvÉzren j\s ԰\F.On.!j7X^ԡ.ۋUPoKfѻ{DjGӋ!WT Ԩ"AH<>h^.c}O=#Xw?:/uUɵͯ:yR&u:TKՅ^/Uħ qǫ* [γ-%%D껤Щ@gСE&]iԩUkحgmnTmsF[(L '^\q♛nO^uٵow׾];gՃFz0!ۓ?ޭ!L#K#FCL-tH(O j?rLT é*.ˡ ,EQ?wRa#pkHHlijL2*2ړrL2L5`{M6ʣM73ND./<>O@T6I8EԴfj+MrR1IFR(*J*?8"\ʂUMՑ`e>~̔$ H?$0mX-r|)"J"&c,%I!eWAgWHZ2 \%(2$_)Jf#-ՙ%USb} $\p!0G[4Q+S65lഘ9N}cιjcP[ve6CoQEKhFH@s@rP'cʡʞQDb*Mhx.ت$ [2 "I81(R$KWono̷j2.;ǫ"t/||sKCs`eG Rtܤ'ٸMBt;AcHyӕ7WR/E!b:bHղP4Tb[/&5f3[G#Du3cb_8\E1]$CM3_8ʣ4d\J[FpJ,P2'*T[Rd*L:Zr@04?#y 0Dr Kd[:;$p'\%N KnBJب;ZLY#Lq dr@ʔBH nJDP]B7ͲNj<,)|W2MM4ph 0"gt0 0TeK;Lʦ2Dͣ)WjL)D4{ ВaMAN4#ŌAʝMJl̜t4%'yLq3j/ImŻ:+DʤJaJ3JBQPLR H!-q    0 qg 8N GĔAԟR[Q㌉Y5"l HOQI'R3F+F=Ӗ ‘P I9P {30JUJsxԿ:fC8  ig0Ӷ iiKa\Aӹ.ڭ/][]K!JR@FgUiTрU/=NDeEI6GE e4TL4NmW&4EǕScѺ?YYKAk5@)S^m4{q2\8(S>MX#RMkr R3B,5j`5{l[-ÅS׍5؎U?ZjV"n5o7FW^d&2a[yu3<଄I^^EGR@?DH3*^a0ƕ[_e\pwcE&SÅBx[ȯ~̱Ϫv͸jjު9x#xz1扭jͩlklkp&WăkMlFͷOپl~#жj<ČolO.yllv|nގnlή^XLT2~6kJfoATH^Iwd Y3-ŕu'nw$H `3ɼW-F W+1D?YH\h,h/@B8oNZoGnH]d],r-r.r/r0s1s2/s3?s4Os.MFN֯I/qKepUETV+gr(VSt  SYF~T~ NdH+'od(ooPv]Ja Sw:NJ3qObz^? O&hcXO.֊!g{~USSpK8='wҥh4w\y=- LkZz qt ۇxo y)GV?W*={P[%5WO Ԋ'O+sK'b8Е՟]i?{{ dzG{<}~~/~ fsovsѸ&OFL:~Шh՟qTH5p\\R*&R{WIr~.Kt}'p "LYBthnQap#ǎ?  NrHR˖♛Śo̩s'Ϟ> *t(ш4)ZXȦNd Mbjuk]=szj:̪-[zg={[qv˶-cɖ+ {{w=Ā]__! .q΀͂+:9av~]'λVl<}6l^̳55xp^.+qg}.Yz<׵++7ȸpFxn͑yfÒk]Wu_U.glI\%tqav#Rwu*5_'yǗY GRACY5EIMёO)I&-LG4QQ_c)&]kB F O v Bܙ'x&'B~D(@(T:z&CФ}r*饃~ZdzOhBfGnZ:P;-yZ%WbK1%Ee2۬ϒ NkTJkّ۪95V P۔nAt"AK&$Ako0 İ@q psLd1Iz,jBv-/sH=]ۤF2+ZYZ&9݋+;8 \ROCMt. hu.uѮt]kc]g a]L-035sݷ^8,sT ~N5ct3O>CJ $4Jj]UC}uaKkvj}{/o)G*>Ud1(|'_p˫|A"S?AޟO+>F߯7F̎rS ƥ"EP紩ՀB$VQЂ;P@9 `/b X@ '̀&DHBJ,P Atkڤ;A[4#"1J\"D-NSI be.hHY&3֡8#dጱZ0 ;֑jS[ &Fձv<(H=)E0fGB2$%+iKBg&3[I!$nT*3!!cGVsAdɼ |_]̖@9gNOr1͋Y|&7k^b,9sr~3>GZ'x,sS Ͼ0I ac(Rh$,:0$?bDHH64\ b2*])K'iDσ!)O{ӟ5Br*T*3",!L5a#*xF4 tiDi0x$ gB @(ah)]jWIvl#Mqi& ;%ahrc\'/+Lwv]fb]i^BC_aK#YbMb~ִe2yZFvmgYL&$GebR!|6)qk0ZHbQ{e/b!] bh yݙ. B;]N p#zW)}D Uz{Acܤ-IЉšF fBV05 hBKX3%.~ы %Є'$BΰM?8,+P2tyQ9T 2&q.B #Kx/n X1,i 0)A'bQ΄%+)oòvBst|iXRܳ6WmmMvX~Q m8MQW-*Y:ыn#=Jwy77ͫnc=녓A|9 \sB[:蜤V>N#; ^ݵwɃXXEU!ZIڟUmEڐy#EbZEW#y9N$: M;֣IY>&=Xd> A F@AژiBQX%E2DVX=S6q)THndd=9}? #\22b\\e]]D6J]"".bb-bab/` &0aV\Zf%bI&`b&%"b"-Ya[2[a\kfl eifnn2iﬥ"j~ \6l*r25OI.[ˁ-",j'}\&^eft`9Q ngk%c4}S_vf,&u*z&| b'z^$Bo2Np[gkm_s:Bj΍FN.c35ARġ]+A(7XrALEJha$fh+yȮb'~lI!Ⱥiҧ& a ɪkva)q9cMlh lhNB8(+!ިPb,!Ph"(@&,V&/4N-"Cm9n5FW^Z5.]GM."`4GsrZYyXU#i=.ȅnS.6aĄfl!6kD(bW[3U/2SDut>=WBO=뵾N_S=^v_^_&V1u6"uΤ&rbD.oTpOcp hm!LSD. 2:"FZt[59 v9 gJ:_pwq Qw(N431BcPW5 n!l3V*ODj@osNi#&r8[%5ʕ'&g ĴsB;6g'~g6tJ⵳8U[>ki&c e'wRg.ussT^ S@j^IcT@`Ry$!n*7VhK'b1Ym!76T B//^YSQ09Rәy09].9 :2ZSٜ{١:7zy9A/6'yyOLFzSzz :9ɉ/Wg:C:z[z9';z{{+c#WQfQ!.ƭB7vS@#\7s&b{([hI!^3n+Ѿvy^fg;6*dz`ta`ǫd|^CI@'v1E;<|3t08G,25E8eG[s kĿ!B<^5=ݵKS=G{# O)c@Q-W#'+l'6b]xg'4tv󽈟)e%n}s_^S8e`}=i}+hc ]="qx _]})]Z]++7#O~B,ϲk~~O$45~Kp?(2Ǭ&>GHԾ~E{7bS]S?+?c2?j!?orW'? 4x=.lB _L,bF9vdȎf4y9F4iH35Ā;w3^Y:YmF(c@j6hr޹g^Hjh7:Nj^["ͣj/d&P&AMFzil>$ *YM\-9M ^r #6Ru]DH<<A:RcL3lFy)#5/3S3lNǘ>?{SQNjMN9'?kXDw=9$: E0$fک6Iر x2rMe~3zv}OrDA: p ~ B@" _Ɔ( BuX)da"sg{b #6kHcZx(/;T{o*LE/LcAq2ols@&Q"JZ1.N4a IY B/`)9up6 *,iYKߡp d%dz;'nnYo " qG29LFz3V#4;ĆG,G|1f8ov5=sv@. SfuYeA'JqvX-W T@ ҠhUl.FrKIc EHJDQ\G'nS,)tK^@12G\ n 4fH'6ՐG 5$\nRjAC.i,b*h٧oYGӊ*A1ovֱupk@! t=4]/XQ1P.*-MTn q( XRvI2` a$ 80XKnbRV9N:v`)17t Ĉ @ʺk)GL>])xAfXvz:yv1_g:I43UpRg.tY-Z G؁JAܧ6ȆKF؁ftsTw< lOݞn|9WྪQSyYXhs{fc:7>p+͆fz%wV^P7A 9)79P%=oL9'ғPC-ǜ~15{B8l ?R? Npi dv-D=(K8 %R8A7)MZ(GȜu^ew} @%fL\yzHb9Z,}^rfl.PMFgxOœe.:T`Vn_Ý 7v@bPe7E@4P`+ 2Zh &5(+|pL UR6K !eG()Xu\MY9,SZ=gCUL΋+2y(Gr$#ISbUW1X@rHa:nģ{<=JF:s{ [Gӗ!>R:$+FRu"QUJ);/y%Vc_ tD2׋% Jڽ? dsN&tFQo1Ow=[(YWM,r#d"-i>J ! hoh!p  ,-!DOLW ( m, DB*MT8j\j%⨂XA%w`'& TB0 bULlV1 &'C1 n# 1#q>41 = 10 NR-!CBB2" Biڍ/, I7" Qf݄ QK&R1Y&]qX,m9H`*tQ5,`Np&~Q*qZ*6(!@)bv .AԤ2T+F -b- Q.#KiPr|$3i 2#Lg"Mq/Po!PhQ"?BܼXe aR$"B/? Ll.75 L3R:M4wm&dh7%vm*R'2*6n\0*_)QbL+b*,%0q7i- "2.j g .L .Vӿ01S$l>r&֩r&P2.. s,FS=3,3,4>-z7m`"L8{nG*,*4,::s*z4+ d4j5ؐ?5 t#lC֔ +-/6q<3Tʸ) 1T#461ͮPPf1#0TB?0iMPΐ0-r2Ci!t-EtDD12 CwZ4bߔEbSG +?8eQI̳TyZGRɭ> % a<(7485$[9UgдSV 23#^3ʮ !Dxohvn-(μ5&C"n>n? 495abYDS'3p.VE%ߠ0!YQ)SHB~ lkGb&VM+˶pcoHv=5p&v!(1`5@ ؕ='B`BUiW$z ii ji"mbh onBurW$ ~ezo!W#2wsWsS58Aw0Ew Zve,ánk; bH)(@@uD +lҀL,w)ay^bOr!̇_A L^o̡WN)ԡG4FzdOp辎*0oPoNZ=nz$GGGQ~`Nt |"/>Ó eFE"yIB/Jx茡$)nF.Y_FzOdj䆦dd*o}}뎛79!0$ yBJfI=(KFVQ oDV¹#)/FzM9)h$_0DXxbcq!FcP @f= 5z #8Ƃ? Bł$@`?Bq^="%Q_)%e&z%bS5e̩'BBa.u#"!:$أ?ZbqxUYcQZTfЅQ-58 !^vJ^>Hqx!7#"w 7o6/JRq é0h`,/$PUl# Un\D5zl QF{ MC~7ds>U0AZ':8DR;8z)h3bv! Pa ۬e"w|˷ X&$lڦER~QĢh-}ї*5Cp'bgq-bk3eBaeg-mUƇj6{;'e*-pf[gx":Av  b3";vmjݐKqøZU gب!P.44rk;(lKp5b=zN ]j]z g%w1!2H1 ׶J eQs:z'Q[ ];[\xW=rSb5.2!(5 b= ,!|"*=/3"*-C1?ª0߹rŚ޽iIܖj%Bw{]*MS؏]"a꛿a⯫=~3"Ub?>"WW3E"ÿ*,V|"X&"<;,݋#zۜ~fk!#r{"$R|u)-"E~@K^Y'''J\=Ӂ~az!\ ]Uf=}Ir!# \=Ul-4"×~jog~j~pb5¹_!v-7$a}&~š &vۖO|CP&Xߖ?#~ {A0_ B H \hS0sE'_D%jQƋu2,lKfq=}lnTΑG;X1#ȉI2OPT }Q2%S2_'.}$\%U6s^'قr5T^| mx,WF/b|uMIÜ}=Y8k{lThU^0L8ȓ+_μsfIN]Fa7i_/i 0mϿ(ɇvPq c@IJ 9h.3+d=-sÒ?: f:Ɛe %FL 9BIYA<$EMDyXurlaɤ?AȢ֎1A+:^PeE ٗ VY([I)#ʙ~11ڗ,AqY'uҡQ":966::xj' ܉%+Pt%ugˍWzԮǞ{Hv[B OhK(І *;{rfx-&xz\߉u#}>iq\sy=yurlqI,>y gxxj0aq^̜ L7 -RG.v:muAR[^|dmhۧmvA䋐7*[P?q Ͼ\YC/txR$ITڋ jHINV癧ȸ:SCA$A9kXeS 2=:BWF$hLZ~POCOld83@x~ O !mWZԬsyN˚õa l?F ZY b.~Ӑ3!x $n`;,·W0F-pc9ZBJN8hsJʾS1( Nj͹qL/{>KZ?g ײU. :&=C@H wEP+2Y 1 Bdys$1x鄋 Ή#HQ=رEu ze~ A Y %KƦw|ԬJؤi3j_ RbfS1ZAv8p*{A֤*te#fIzf]:R; X )s5Ar"EB00L3u8z[хRLN>v=H$s,Z7*rar7!> szU9\u:VՆ9!{#/9kUM֙9 ђӔX H5;+]`K-iM|]Ϻ+[fQggj/F@kf;9POAg?#|J:lu3'.'1, @9-9"zb:f~ zt1D=2:\QU[-K:lW|=~{,NǤUs~M[rg<: -~Ȑi}=g2ZJ\3zV)άڜc"GϹbr-*KUNC9Hšh&GK *BH19kt!GRev[nf-> Z0   y؃~;߹,P Y/jPbH:A63BugH$0@a.Q p/5:0\Sf:lܣ׻)ڱ'^ˈ)Ȧ:HB>mk30Hd"^Ox3%o菹X>vȿa$\=o7PbhlIMe>jO&CذΘӣH}v z?\ 4`rP(H.N GN#T~Q G-cOzԥ6L@@ׇ,M ;g`c*99TN@cVUFfVb 9t[ 9b4I!w42 MlVRЀű~{+xu`"HefyXqhiͰ|0H@{j 6 |ph&f{gPFh|}88gؗ\8._a)7&Rp_l!g^mEp3>CZ%}TUbŁcH*vgM2b0 q䆁uOrVʁ"0< eFphPDQad#G*ˁxiX_ddrHHQ|v|i|@hB|Xz͗_( ijHjV|֍biXT}7ŌJ ޔUXGZCpc 'S]&~'Hb 9VAr3AUsu xWReUAa(=&ftYB]ArVGI!A9G/AA`1}\8hgu|Q|i}xܰ$p`GXg}h9 w B3ًA1S9~ H2Z$ђ'1ZY89pA:R QqE RYc`I9тp㩖XypI׈zIח898zxXYv䩙цy0^9}h ;gA99Ya"Y8(9$U9Kyc‰9[W.^5ʔț QM6C9:*aTx՝"(08IZegdlXc瘍ӷA ^XGYʍ7}g㈟ancd +C2 #e[A UjccDAHT <$ë1NAZ6 W'1ʩ:$_i yɦ)`1h PAjYPFA ɨ:(|(gy9 Mj3iw0Uhjd5J9o; qEPUY!:){p (૶dTZ7+ ; $]sE; Y:EXde[_ ᚌlSXi-؞6y—IyOg\@A۸`i' -@Kfi6G{F Fp@XAy. {hS }~q;T)UQWʁoإ ʱϪP߳dIz̩J= VJPƬ7¾q1ja7 4y扞 "{lf'6  ˠ@ːu M.! \X@gvƸhFo` SPXLj7lwv5gn3 tmwr|wPLF*tnRL1 ^Z\\sAE`"fG93JLqU|8j,ti3*\| p86qj7vlh,Ę+7qnT#Hl Ӏ9"TC|Csi|r#0eʞ|@|m 4[ly`,p8B,tLƔL{, L̀,wLˤ${L:ƿˉ:y2l\<Ɉ|s̖Q, e˶ #A˲,_5*=kv"ml ЯkCU0%]Ŝ)-==m> [>o#pmqݦYY!s+9)%:o\=n0 `GaS갾}٭f E! AA+d&ŃAȱ^;~ؼ.;U If"c@ا'MORU#-y*s^Z;}9Ťݓ.$ *m=DZYA!OIJ+Ip-Lʹ+OAᾚ#<*>uD~ >I޷K~Sq' )0c+djNs26r+bKUԽ溘'hq+5&81>]λJY;?ű^c/paέJNdPZٝ5dݾO 0>$>Aw1b//_([&ߤh}a1w7y=3٦ϸU걟 6ު50Ο@sуߺ =.ÊQ‰iX!ĉ<'^ȉJT&=}C^ xdH '=?'_NWrd&P)-?~_FWU~Jr五 ADLORQ,kn˻yY/%"V-c3$ů" XSIʂtO'52iޗLjߵUmdCլRIQG^4ߪhiosw _3kfMBwU2OVܼudQ"rD4a0B `B /0C 7C?1D-eODDsV4gdgqQ0awQ'saE%dI'2J)J+ĒE#YtE +1L1CsFL4ǔ )}1َF>̧ SQ;gG lQ)tFGATtDt|h|D^4R#tsRAjDi'5/S@Cxq2$XcESd.W1YiC1GH!r7\q%\sm/eaE<CPP CwV 4B,tD Wx^N}0zE_ /t /E3Hz/$?ƐQz ρe =pxA|qWgp}d B$ O$chkcx|a9j{Y^2AFyBhd wo]Y}1ڿkV ,\'r˭Dق"q;0^ 0%0iٵCQΩ1N=-L)PziPE4g_}U%L39̦?}?)iGCё5T}F֩G'oA}\p,\U|w|W.7@ЀRʜ8wC١$5 Z! v!j:'#hEL8JHv5ld ]W*Kն i%n {v!]Mlp7A驄:\ZU i 8!5 e ~ 4௞HcjЫxD1g6@Ґb%X8n)IN(*ŢD5LCJ@*U*QPJU"P҆ h#JtdCJB \I 7Bn$;XmCF cLgu"42&tCͫ 91ѐdv\$LqFRPD7Y-LPS7#xv 9MvTYQ(:'H4 MhP S(V*PkQ%IWiP)C J`ڌ_N /QLKh0@,I4If*X,9 # 'D#b@# jwPAz%@zh!SNm^-T;r1etwFf b샴R51 -턈 {J9خ)mdeNM=lAΧ U/M?Z Q*hjC u=d"Hh562IS 9tE)\Ȁ`9S \oU{%nJ@)jUr) Ub2X JBkg{^aխԆPǽZ 9`1t0ݑC;$HzNz*]! {ҕʧ!Y*Ĩ!:N?g)_0|86K Vt0U?e*_pnp-qYDg(9%WE;Xz/3Aw\{jrF;齬TWZ# x0񌂐|ΧX j;:{w%zԣ6o":ԙnu9f~T}tu/!zԟWsGx.T;*=&!&}`NbU~M.^?t]oՅ[W;Q p?1v/ٔ=U=U#{S9ͅ?tE31peߜ\yT?gAYF/T +9lJI5CS*O*V6iҟ~e5W+0{{)35^1,ϒ1qI5ʇ @C7`.7}"w-z"ɇ: Aâ-zB')2 +Q5} <*rCJy62#1B ]!}ٔԪ2 >4 )9;aik'/>;ۥ LP&+2\"Y^aBIK=Lcb8U WA02T8Q,@ 1 6 )uӗ7ZXs1ɇmTِusAyE:a$Ԑ67E1Ab(skCkt 4ut$z09=HLH#0WJD|/BLLRȅ4J\c4P|Q8R\7؂:S'E+bEqB(_ƒ̷lB ^hI@ ːIE|t_ܐoI9BqŏB|6Q 6qJtƨJjdEz9Ƿv5Lt|C$[XI%DHD{?Dc))ƄH y9N9cHJsKL)BBSZ7!-|^?:=.cS\ö&9_E,ReCu,PI:P7W83 5}\zA}+PYb ,ChH S$@lC$9|O$UL1vkIgKOL!`4UcU^V:#SUl+'qV-VhMYaI\ ImA_%ϝOjqei}]O'\c{SO|}Ӻldc95I%1h<."3pk(b h_i y3n='@vC9K}> ~1daq ktv3gDZ1FmeOKgꚥv7feW@("פ63w"F+fJdvxi]..ѫ,NM5׭~pO~k`EZF i4gkYhaFԖפnS@1<c1ҝ=}2>ZNE5}c 1]cㆦxYjE,m.٦(枖#Ζ[:mGmg!mVqaHg[,S#mULT Nl*)@N~崔e`땙"3WFF>Ip W Qh 1pMKYc>Ɩo99Bq An6FWmyz{)&oUaڠ|h{bi.~bv4>{zmpNc1pD.@&1s:>>ҙ{}v>F HzrNd*tMr9umeV)r3oqKuN /ps;Zn(vAgqQy2Ê!B|uy (FQ'/q rRv>'8nb^fF!u sߴ2#MrIgoѾJGd>Mw*tQx ?eG79u aO8Ֆ< `˃xW g޽< _o=z!޽wᅯݲ`Pxߡ'ˏ? 7'! .;" zHp/z GB7m`֓z{{ϐ `xg _ƀs6ꈡ{{k{+jʃ|g牼9u_w3lcrx{}|o4 n*U1c/( qi9bIsM6~\pc~[Ssvbhn1ױ"wӷv_IW/(اtU}ah)T01l3%1!ņj | IwRɗ(D巟BMcS|aAH8x | hP>H (cy =cg yu# mMކnQ7@Yy%Yj%SvvIYӎG: Ë@ix _0&菛ؼhМSӟ -KbTS %&~0$hG,*H Y:J yئ@ذТvi:BhC7؍bѢ@tjEAhP|AŨ(*$xxh-znvB5!揬jZ:K=4B9BV껯AA өoK6[oq2=1i`2QB0B\8\PrP4á!r|05OrbD%<4yYdp KKSvdV^~!G.{iIz$Ξ1'ȷA4ӕ[Vg Q6/Q\s -)I#vDOs\њK;k^Cpy<?CgBzo8{#\aMUs_nOuzKU=eoSah6jwyxxdov%ˀYݷpw.xTڕlBH `n*j9E&IZjG{l kx`뉞f(F`Qy}څiZ} GqAĝnqAѹiL nBC}@AH@ a? v~!!`ChNW ֵl`: Πql _q#O8L\W@#=9D$P&Y?ai!^e&jb }L) ()F [*^"*>N-v"'ʢ=.r`-U,* @6_fjձ`$\E=9pqVD}C/ ;)Ʋ}7P4p%s13V^b2$AA!@"d5cuVǹi`j=brplLGG#iЌ!G8L8EǵE?:]@nF&^0^'$/n c/1.eO"SbRT.T+&"(QB%2S>X"RݞB$C`Cz J$:Q: "%^^^ -da"GIpx׍Wp &`˂X(y!fɂWdK|9 ee.d&9Ycv9؉fnfijW{y&zWc:&&{flj&|l&wWb&=Wfoރ'$'xXqXQdrftV&Xwn's6n~&tffW~ucj&mk:ؘj'a&XwnpXjo'8'!gnNx"&(Wugvʧx2w>~emNf%[%} \F$L$](h__\ՏScY%&^Ld YF>\UʕeXWVI)/~iTziT]6iW*APiN)XB~%Z*NCM#'娠*%%Zt .*6"$^V\J46\֌*v*ǎ *jbѩec>%©Vb%Orꑚ>UY"iF.ekjΩ&+nNjU*Df4Rd ΧvhJ*+fVVb(fA ~++"+)XzeSiYl*F , , Y",jlHfֻi\iZ,MjF])efL--w -(m1-֭+,hZj\ʬl5,vskfުn -mТmfFb,ӲF~,#bݖ"jkbJF3^mj+p>.^Ίbm.fn.N+^N_ihnׂ-bb0=nJ{aW.DboF8YnjJ E/.:8/>6/BNč]Xb//N~WB% /UoJЮ=D/U/oo}o2/JQ*0o~n 麠zI. ,lʾS mbV Kp)nb{瀰Z㦰 WB1w1H1R6e8AbW0N qnSm1q%1"o0?Gq.ýGЌϸL&̤͍# "K2!!s|<C%q ՠH.CW-f-&O35Ws]5&SΫmM `A L$l 0Aĝ)@!r129L=2rԎЁ10sB@> >N3Ob"/:-/©&rtJkiV4OtG'’,t)4PƴQj6gsP :Fa' q&G4h,411k5+O#2Fb[j$#`6a6{lvsk5%q8Wŀ5sd5tsrNّuDr\ǓCuqj0ơjt`, jT-.lQ* klĂWR,%#7#-QŢu^rppk"6(S36 ;\Mmךe!;_C/GfLaymGAy6k@0?T}5,~q_n5N_H#oioO+o뙸gp8vopxk0[̸8p8*9"_x8rSyxoycyCu sdOTi#rq`6t &hPl^#!OCa;Wd%a9 P4FU wCX:r+Nn)M`Y )rJx:_h^vO7NE:q*u;o)ny!y49,{#C) q[#Wӟ- 7멄 ;ǻQϻft9z0rX5:ǴCWo܅Ly"h ďT|;ql;ށc ӄe;{'ɱws 4/G;?Gi%<ނ+9i4U$(xO$|09M|;hoKS2t0%/'"|)_3~h%}7s2_+۷$ ,">9l_R;X4^>ܗ>@8`A0xO@ 6(1/8C:$q!E"Er$ē U2K65&ǘ?u4Т7b4*JKF:jՃfeպ59F}5iUQGabm[ƍ4ր#/ n +&X0 G ɒùĢH.{d 6eicdvP"MjxZYTMxysϡG>zuױgwTdrʕX^Ɇm{qҵ ^~' l?(s@"[ 5F+5 M{KK,ԋλShԁ1\ņ!wLu, " b2Ir# ,$ ²(reT#42K1WRɂl M-,L+RVLQ=E+=>Jk-ڂTI)K--Gk9K{#G|KO]Yoa'HdHvqZcVT1ϑO^CS'}" !žo Gi{'.ݎ_HzWo}w>mpIHInӼ'64dvуq %/7ʟ򅳨 PgCڱ,QI׿1#5)>m!HЏ#7Mq~毶q2촦Ex+X*n*ʦlIC>#|0!L7:J@e]Q*$GGʴ1)>Q*Je)Tj0t)5@΢C%ۃɚIM0IݧTXCbC0Ջ^drhIXʩmiݪ9JrbUNzk\ֿ6=u^jjV" cՊSU[dzˢhF_O;Wj*-m NS YZg 5>5kD RplY_1*{}pMX^Zn5-g]U,v7vA*6,|i^5om[vf-&+_JE쮀+vq=f[/ʖ>hPo7ԢV!RͱIΘƂh(A 3Ad0741;OR,^D^Uv*TGILbp@6Zd3M,ӝSTNgٙkniyR%Gf2IeN\墼KYŲTUÿjcN)OKkV)G3}2´ztPz)'?_1ϬXyԢg??GЁAMACk#h-նmde;uK&eԷ4[{9)CetINXOikwzU kIo浾9wv伝lJŗ$!nP=F/rv[#Ԩ)xR?|y%">[ 8p]u%ȴP]ԗnXw7(~J<}Pg"-4_6Ch7}f7@^ße=h˘ߙ-AbIn?V Ud bE*B2lwfz-oWezaJ' KV9oOko3oeeSJfa]j#q!WgIy16ǥW w=+OS]^e+cyp=^<2Y[V]G5Ug'x lT۾tyGCcIY9t{%:)W/ڂ+xCo88Pn-NYxUm} b?e/:u8}[G=1ΦsvS#f=F:؃NHZEELMzCjW4U:rvq|zeXuuLO#}3:E [$R:q9Zqz=]&t*x~3[8~򯉷v}c;gwszc*i}#S؎M8mS [O[):SEt۵{wB~*DJI[L5ѹ !Da* AA֡ +@r Z x"⡹H>SZ*y! X&P:~kELA!K TO>Z :AH̪aEDv{ˬ\TxЁrAh+FÃ%!Ρ!AP\Z\AtO|< 8||N<ˡ(;bO&dM N2= +ˡ=>\l>ԁ!!*본\aA!\ZL!ίA`^dLZK!Ay\Jd*ۡzX{0! { . d  p`^ . B  :> ".    [ ^ ؠ B  bN ~ ~  ~ a ~ Da .@ !~ !ǾB>5~^   L h 8? (?Mm! `" >q"{Ⱦw_ ^Ÿ@ A,]Ͱ Y( ug 6#cHuMB 9CzlċlIt(#/9F:}lP'R3_݈HHCrp8<OGKxy 1&w A.UGZAI"#sNy7oy19^XSPFjNH1ŪT9EUW_*XeSlKl TʬU@4yO%@l  %m$з BǸqmC!y( ]c @$,6'~IAH#y9P],;QQ׭@^ 1.J#Dt;Բubژ3yd/|l4;SPֲ9tbDzLwmA@ a),mRhcB( O#}IALx[>N_p :+D1:10x8"Cq9(vAȭMt ?B("st\31Cq@" dE(9^(@dvg@Ȇ22΋m1#PNBCf[t@C G>H"mk  ' +^b`$+#N2::;ĥظ q AE HG f4??"PhN䝃1CeH']ND0%N+ v’$#&\ ]D]c^جyƏ |>JJ$#CwaI AqFt nlL|sOQo>*RlP2I [G";Bh\q)I `q'qPch6ea'Q"/!왍ŹdQ#l:~i'dѭ[V5aNYbwڇ󵬦{n`1QQ,4QV<*iPG-&~̸0Y,=5^ 7ڄIIq;#uޖ}7'Ÿ0u>h !5a52wf\{1خƶb +>/E62\5%36g1{|cX_h3y6!|@WGVVI8:ަRAׁuӉ%V9a#s3t/YI;WӢ4[@ٌm[E67S\D i?[GsÖ7Qd砭@H@{K óqΫ8B2e178$r B-OIper8%f6'ZVeT9L!csނ @$c0< B3B"l # q,G#"AT6&6.]e` srZe'EJ2v'R9JG`! I:|C6D4rgv!#EC{+;ҀGA"E5k"zsXk[t(GZRI"b+CCU"D*m8p-q^? !70#7d>U6729AD. |O]Ol5@iVsE#aPAy74f d6Z4wYG79"?/e RQ S:1$Wt-s?Of%Ӟ IY6UL-da0[N!=y(71TO z*;B))-4|B#^A@;hƢ8UJZJ36s&cQA$U* :!I0:s`G=c6ǟ e5 $AeV)W8i1i*2CbLC)"&W)#u.% 2]lBN-ugdXVyq RD_娒Iq-*2XFX|ޢBhpP%@ 44LC$ەOOt֯aj^?Y#4d{Rtb8Mw1Qqx EJ]y%yA: 1\)kKBZ+=;7t0tȤtGȪ/\/TrXSu$3/%I(fV):0c6g>Jg2pU:BI4B>2d(`аqwoH]rq/-h2B(GoC)=%D3);7U+407HFL%"q_DOIc8]B]&%H_H7{A+79_Ф&f1&0]5I[$N7s{68[-nKXQö2;Q6ћSaժiưlϹ:1HFc>#S.Y[y#7/0׆-CtڽrBG-ľC-"Be*;WR?Dش`1@p: , 췧p/e21ZAE31MMZuzʾ;Bk 0/AS9=IEP:B4l6%%6-04\hDAՙ7) [$"'UlFBB^G6hkEyl>1 r%X.@2ɤnSdtU 4Qr"ikŴ/M+MM/=Ƌ ȹ;ݸ+q@//n;7DG$v>""VxOl"rmue~%TɌմтl]Ŋ.8h(pZB4l"9 Y%:[m˴YlEi:(O$4 xk36,јW.E}rg Rk6;B!˚])3JLrL0(Bltrx]29__ IY Q2ۏ0mў/r-2= 7]ƌ z x@i nwB1Q)B.",iG#Jዥ(aN$B2mj*AB#58W m[!\X徜.Ժ) M ""%RT#]4H W>q}ff?d%4 DX\M-82upgҢB%r^c/ւWT=n9j"bjdf7h.征tLsWE@AB]BGپqJU٪)t^Z}zs$q--[IhB"?wcj۝rfc*&4y=>>,铰"?\j>.BCUi$3{.?]<"y ӽɆV .yפMr88Z2EEt489| ^II/U"%94BUϵHҬ]r^6AL>f@ W0N Ls0|^f?G:[h4c эdQJƏRѷ0)x aƋ,,'E̅ijɂ<ɲ"]HOe3(4tɇ r!/x-g ^%Y?3E2-X6LǺ[޳jJaAhA,Om4 8c]sN3kZpK6=jx-=&<93urAtcՖFߋ0yկg{׏UQp@FTpA}t0x̙LpC;CCqDK4Dp <c>Dg3A"; 3yS%Ԓ2'AA)-}PK }|HRª'x** )H1=) z$%3I6JOD +Yx2%ȕL2<#AJ4Ƥܰ袟Xm M: 0O{#h")Dq(%i|m+H}4j|p 44J= + =CΙ*Lk0pʂ՟жl@Ms:BhDW,J$|G1LЋBO\c'Mgyq4{g$9̋|~0k{i_z8aYBZGsJO^1+Ȱ: uJV $WY:v8Qg{o<ܿo3w'\QRr3|s'Ͽ}Ä/^֌,:&͟VY/asi$h"}.#:y4G$5 Nguz le<'$┨  6!*!S ]2V$~ PB콪 4pEy r4d!B& ] 4&OrK9xg'=坋,I3R_l![LѲ-*MPF6ЅJ/ Y%לkYH c FHP[TD'×9۷eP؁| A)/de,aή,cÕ8ddJj^O-$Ld 'H/~N$_EJf.S+_ɒ%.]FΗ[W"2&>يyYǝ0٩jC[C%1]US_MRyMKKLԔn_ō0jZ9aϑmgʼnKK xpK?4 AՋnIaJ 20#ؤUsP]?3_$Tf6F#^XpXW-!eɮ Ӡ#NAH1;tQ*`>ÕGdhlvkDŠ05>D/6_R2E"I=TSg%ucr?E]jXZֳum}Xȶ%/%g! W&v0㚚NOsuW#r&}ܾ|;`']{zzŋP)T'a&xJ ݉H${y!/ ~!,׆MaԈ 3*Du Q3Ѧ{A2; mzyqX勩Ip jIJN s3r 0%K㴂l8f$W`;`bC-@vr)oVS~]KM bc a|f`u " ;8%pN4Wί|yȂS.4Kn f7i|Xo> zxś-y6\=]-2yԧ^:li.O<^l2y?nXQܛ?œ25,eH_}TpJd{7a7gg wX5"gĬK"M#%wɡ睅J;ᓇ/Èk34Su91Jpp2[㪋I6@;rȚR1-'8+Р* ɸ62x K"2>KRZ.@`!<xtc !8<ج5 ӼU[]=D|DH( $4 $zEB=Y'7t: ];iՓLhLB?0ׁ̙)` .) L xLaXf%-8QDMKX`K`KЩ W63[%*EriuR!)vHP+% ޱ>=I e(ݓ+[VX2lgY7Z:{ #jn a`̲˫/<$}O^>8kLT@^)z[lL {Fid?|9o&q!E ǒƱf>g.grVl=s`5 gqvsnCV e0sQ8q ;$ -PA~PV 1b~ K<(m4]ˣoXu΍,jLΘ@j! N Cl t nigT89VdDcxmaT2 P*r[#οki[,bޱڰϸl.if-Zm;wVr( "n|e鰮4 :1n~G%ho(Nznm 30 [o>nXtxV~l;4bK !ڴ>ŬPVҗ1V E'gx#>{yEp ; x[%< m4ş=QðLx>ڴF4҈ xV kv(8[L'E Hj|l;)˄HF8W }qۘ?* :a# *s:@$h$3yJeSFY귒 ý$~>Dkyy.oyG'P "lJQPD.3&^Gx S .eTNl:_'&FytSyvh?lωi>&ɦt(hwfXOT^\>xS9%޹jDQ-jX}OIYrՊ-;)Hx;ML-0OIM[GrQ9{4FzUO? tP|ыآUnj}y ؟.k|q I9dTȄRT=Xc L CJIUTDɥMCIRLub~tvᕄC, HDC t_[ G?%OT@/$?IYWb[r٥_&4,cYi(i X&g<3 n 92ڨBRZIlD土_.ēY-昅y> xRYBa LHc9ixdT-FTUQ6S\5uyEZED\mvXb=)Q`rCx8}FUXr*l'-`NJUW܁\D*6HN6' 4?|`WunJWIud4Q[lIa!ϙKb~ݤO!GDgm!嫛ɇaKC ru{IݒIumJA~fq)bI@fh$.+pa3sq?4>娡BSfbfh g[Y'&wYz~*"Ͼ8k;s(,N߈2ݣ`R܃tHl4։ZUSlRCq)=?>xOݖ,t:5Tû<|1aWA/|2^< yZIM/s|!5/pDo,͓=揾 p :*)D/;!Wǜc6q3/[\ gI}^hie|LV6!Kzͻ "(8חƉ,\bA"L`A8$曟R*b#y+F=Z ^Vpۙw{(}z% Iw p$U8}t=aHI Dl^Ɵe3!2FKPJ]SzPm2FLV]6U4VF7Jhi.a,+mkCߣ!1 }R^[:bG_*"Ǯ|K$F-ZB[D-U\4ÜiG4fݹlMzKl;{'=,"H5';AaVpT J*j:].s n)M\s)GNs@>ԩ4P/ykH3M.>R1>XnSZ,B COQd΋WVrhe~;Vچ, X6Bz|BK*;s4Qw`ҵ9yN_N <;/c l|!CHlƣN #$>!}iu+}߻ʓ;ZRD LڞZV(!Rg I, `͚:Zn^S$YgsdV@D.aDxb)ZI($W=DKqqlV]R!EFTU\Rt%`q_5PU5Y.VVOEPޑwWd,M aM ȟ\TFLP Q_e*`KL o9`bi(VfJm u eڬ$P[eQѽA]hEFMշNxap *K: !uUr; <"bPoFaIaJfSud!v:iJxNdy^da\nyGɑG"hܤw|uȗ)MwpM`$RD%VpRLLE+u.!Qȑe܅ ^M=0 T!VQ9L R]khlȊeրp vL 8E/N@Y JV lceT)[_W,XKhU?[HI#a?R 6$v$@=w9!;ڋ B/C lхA>5C+:Ё:CC'(?\=? \@Ѓ?(4T\G=\š<3=CN\,5A*=܃ 935HO<\nC\ރ ԙ#=15::J3xvƃ( cO?5 3Q 4/o9t=]9F?9=C To0::*aP C?)pqǤ?<Gƒ93::4C9ЁR겁94=1\ánC.v 3$1$oă?L*B35\=x\^r)9YoP.I(poC`S̲#H11 1,tC=C#16r(=0:: 5fr0 3tB+:Vp9:`L'R :xP3 U1n9x E3=:@1=ST`+t$.K"k.+MB$4M;h4*CtC\e{$"P *RئX0m*%YHD9mȜͤLdZrR4E͆FYmY,.etTj+ݺ*vL]^*K-lWibТc0@Ǘo#8lLCV+P+VDȇn@EbYDTǢU+%̦iDj"qhd,l?ڶQsmRi )ٞ޺%hDzE^s+Z)~`huE?@KtNw,,& hM޴7B %=`AF8P\/oEΊJfIhzcƭOvD#[$#v )0lmQ۰hV0iԪWbhF0Lg"-m7l|$PQbo CE6!fZm%~{ Mͫ~_! 66 ZwO6VlN\VMGJM-nbVKDP/ƞ_ Iw܆+g \ d6t}wNzwK_{t%h}:Ob +Ăl`crDjf}l7:օfi}&第ݛFrvp8 zu[v"kwFDzx y+-g3!#brFk'dZtwo$LSC[vl5(ǎ%`hVWa刉gdXW>#P{%R);վQߒW1z_cGR1ڟh#/wcbۗR#0zzDJ!縴0z3hn}z5v6U[j!56Rc:Abc<2fVhsBa߭rav*բxC"6FFDKEN FqF_2y &vth4aUy[.˄._" I%ZE&v%[.eiLե/6a7-m̓.̜~"v$_/2N_9cy!6t)VxcF9vqY#IiQ)aB9 dLWdgNx4.QրiRK6ujTSVK%cט' :S/A6 5u x"h ۸ubVtW`^%tLW<046П( b/tTY4|N܃鲱ן *+9õ-ܟs{/4:YW`|.ypl:54c@L D-hxI2xS>kנ @t GKDcp넡{NBD' H 9Qb͟s{q0AF Wl.FHL)!t$3ѬYP&ϟ$ⅴQ39.:6Z42Kòg!ִ.uC2.5 { :ps,H,,L5H$(ɜEv{g]d/-c}+^he/8иŖC+!$4;bcMD>l-͚.pnӶyMcfmu|5+#`=-Ӓ@eiTSGUUsjW]}wPU_襟ꭿߞ?_e?vw]wXUǒ T@>)XA ^9A~!IXB)Tap(GyC0%+XD#ITD'>Qb[TNjxXcV> diTF7qX*X̢ E (!H YHB$Q HG>$)YIK^&9IO~(IYJST*YJW,iYK[:r [G=nJ[" yeHc$ #oLg>є4YMk^6MHbS/`ˊQNwuA7YO{>OS8URN`TgJdN>*ʜ'@)ZQ^F9~ 4*U: )sLR2HM,Q9NyS' ,'}FJ*/Q]LS^YVhP!hQU!bLBY*UFuu\ZWy^b5*#H֡qbX>dWNE ]P0Y~hI[ZӞUjYZ~)ƣli[[-ZZ7{YUr\>ѕt;Ცv]~x[^wNy^|[_Z}_ Q+`?r`9apaC\b)VqZ lQ .M Kl )JJa,%a!D pqOcPܖB+ %אBّvSBӠQ%!+!o)R/ 3K-1K$Or*x-M 2 ڊ*"!qLq!/'52B 1`R&q1%`.)S"N .Dz,-Y`0}R0m#r0q rPR373y-(`Pb/,OO,M 1ݱ0)1Ss536b.l4%$)+s ̀L'ެ|n-0! %lҬ z-I1:)P(25Q:?ēo{sʈS13TAMR =A+>s<>Ut ?A?R414%h@WBӳ@st8`؊33 *\-Y6;a͎E;۲a7 0J12-YI"'r $Cr@ECQ@S7oF8NOԶT)&KLTLT(qM2C4 5IQFcSMٔ*EM F,Qغ. J s~ 2M\w{US'W!ȑ\#aa&i| Bʥƽ!&\#Rʿ u? U }v!,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(x„FV& ($&`_B $86@ *a@b3xl~~+'"ba *,cc=cm,(Xe`aY`DBehFLH0|zɤ_m`(\B٧[+؝9FY0,$j(XF2.b% k&6F+Vkfv+l /B b(2͘K,(/9Kٰً_BK0j+ ;&|,o5` d:r΀R,5ϽyiL]s8}#<_|/8[#VĊQqh}3lp-tmx|߀.n'7G !e^! "2~5Qc)B:ׁbT*(]ƂN‚ IƦ?X춉I 0%8@9DbʠXc~y^:`6hz.ceȠ,@ b4+(2U LHTG  U׾Q,x, y06P`0 gH8̡w@ H"HL&:PH*ZX̢.zR@ 2Khc! 6p-`x̣> IBL"F򑎐$'IJZRX0@(g"I~Aٞ xL*WV򕰌,gIZ̥.w^ 0IbL2f:Ќ4IjZ30+"TlIm5IrL:v-hhl[ "юz HGJҒlQ>0LgJӚ8ͩNYOeAHC&0/ݩRԦ:PTk눺0D|W5ղR4Zֶ@0QN*PR"ӚPjaӪvmcw`]mO2k hG G_)[Y/XP Ja`pM&>!hBhƶrÝkSXȮs/X ba(rKp\p ˝)]rߍo{Kxa@,+_, Lv0D}ж^0i Omj]re.G^$bU ,ĽEwN1n6.v%{c% πn3+ėAN4ۻfE;Hn|!f H:5uG{ӎv_[M y]%@%Նfr[-da:xo^!B<ЫY[6Ff;ЎMj[ζn{6s`z mzXxNtc5 'խb1],dZfgf|+]{Xb퉱\RzB6]N@E^|kc@p*B7ӗpBVbٷ]iq@}W{C(i']e|2b1{s;{Gh|Ii ~^p_(cbX;}4s0y}}Yd|]vj]uFW3^5d8bF(kKdEcs&Xx؉Vw~6Gn!`/7-/nmhFG[PqFGvcWd^AHj{Ջ_dh.]Xe(g~gdGCi-[FfbeU+^֎}ص.FbAƎ%֏Fqy'6)h :AGj)VHv{$Y&y(*Ri0x9X98(C|Qv9ypGsWec:&%7_:猌&y] M8Ә/4rEIV[(|l8@v G(j2qZ=GvY lcħZlGsAidCreEv. Ȓٙm. $8;C擮qq@8d|z%֛k׍'kILv_\I| =ƕbEzEȖMWy.]uX}˹sO7}^gǙ j9iI% [XcV%fhܹpitwhfi7ח9ڡX*wa%w%Ț(8Ƃ8)4LvcrA7/u:dE(vh}(X Zdž>֟څ)V9H]SȆޗ@ǥj:uʥ\ Zp BGh@V_ ڨ&+ 1w}wqw5x2J?dq(sQ)c6dՍKH8aʆY[Y(|^ 95k'G;hy_ɦO*pej]>H2ʠn{jJ)qȬJ;fJǥ{6v*ʙ.G/%7jWʬ!~zc|^falx"sGxGs9>aOoxվLܽʼ6|829xX[&x6thsZWr]X>pPL|'trKs[_l W;WGt+'qXwZutErM)r t8GGuRÃ7‡jʪʬ\L|nX;dsKlɴ˼˾@B=D]F}HJLNPR=T]Tm%mZ\^`b=d]f}hjl0r=t]v}xz|~׀]p؄]؆}؈؊،؎g=ؐ=ٔ]ٖ}ٜ٘ٚ*-ٞڢ=ڤ]ڦ}ڨژ ڪڮڰ۲=۴])8 VP R ۼmm]; fܹyT-]؝K2- 0 &]-H0 -|@M ]߿`!0 F߈S..$, @=@?q+]nҒp** ;  >"/}):9$&N-&Z} )]5 ;?C.F=^Ӏ@pN ,TpýӒ] .`!,]9 B~hR =Onm^>ᘞ6 J.œ+.`n 䗎Ӥ~(ު.n5 @) ˰@K`M$@ .t>:OE})Uj`^Ǟ~N{^K]-`."Ԥ.w1>R;]T ;>,4M0=*6M6L> D~1 &0 6mI-^.L;?:m9Mp '>E?P_$~(=r0ҠH Ep*& i@ nӎːgX=A@ntl/o'h.(p+o o' =p}X ɾcۯB7W-"._oҢo؟ECPB> qh#:&% "d˜j%CaH² bz@!K=€dO8u4W"Œ,DcTBN T0TU[&A>HѬgʥtƕNCe c2(e}r'kJoB4'Pa ,P,Uꮉwnݻ!G:&GjT4 #N,Rsn]tխ_Ǟ]vݽ^xGF xQH"B:ܦ'jX #0 |C 䦋܀r0 /< , Nl .Ez qDǥ,$sR`lj⿠  $g )'llrA+*Ir52<Ӝ'p"ߪLL< osB,Ȫ.JGv PqСIP 2s@hfN3aQůzIG[Kl`5ǫuPR[L$--L0&1 t: W !CsB4rrK?B 2dV[=vbRkf]$2Gs}w:C8afa86pAQ@Qjxayv(A>{U+NVC,]*R:"Ij\Vd f!}': nT?`^˦{7vŴ+of2Bf$p尙^!Z]g[ g$祪<$;`)v0$KenyFmZ:YRp[iW2V6ċw<׍;?̸tO7Y*$a]V}ZW#_MĀ1_շpvVb秿~?6Uf /N aA^0'Ғ,Fx v yQB!]z,BڥdAb`08e @ \'Ѕ0TդF1JT3#uM{.B%`m Q" x0`;C=,.GZ@H5fV9 I~Qfؕ0qҹ$!˒3N ެg8:Hp#>NƐSKN0G)c.b#,/Gžd#P$d`IK.F"")F5әτf4 `z E{@ Oy!S!) cHPCmbβX&Ȓ@ƞ쓋,Z̦c9jBUB  l p1"i?A %E/w&z^Ҋ^tIc$7f-?]:xoxL dsr#X2R>=aH%Ԩ5WpSR'`6ʎ2fC2 !l̉җ%7D@ 4ktG3F >~uM"- B#NӲlf5Yl p zA` {GB6s!dV΂H`¶N;sg%̶OU%3 _Ptdt]ÇSP 4Mfkk;(šumJŢt{1a^43)H:8|8(p2TLC5m˓rA5/j*d~kU㔺J0utjԚXAhÁ-PY`4z!`w..\ '._ۺr ,ge.we<ǁ6>`ɝپ+ I Ba=ڡ7ε?/$;Nԣqk*дCǵ pf{>[:~,)Ww Ν(DXOY9(FtGm윫m-EGΥvTrKJ;"ޭH/>9cH2TnJa12Jk.z+-J{n_e@ f*$j MD8,lOV c fX:|BѻS䪟V8lk$[+cosh[8әkZ%c:.!}m+:\᠞6QRӿ[(BA[6q'BAI A#AXSh!D!`+BCPkA,BlrC(AcC4TtKL jX(i`p ".",E@wy  WYC81 b aEUS";u8PH~QZ U&\5&ZLHZspcHfkn^;uYatUP@TI(b?ץ]Nu喆4N 7_@%%@"UwEVf_ EW^uXfka`c`sksnf ~܎\klv`}UuެNgrեl%uHgΟ 8FuwNѮg{.c?dN&Kfib+&n.~9۵ޖ+ Lm㓍߅xiǨWNƢ^@l>a ił^`cUxɦ`[uń6@Xya}W1PI@T@۱apkY`ih$"X9H`p ~[]<~߰F=kekւ^Yq뼝kHkVk NmXkLö^>i~㦞k^؝]Z2vN&_.Wjta^RQVnLPҶ/o$s$>d Od]m\MXזn.m8tEA F^X5&jr:^b7^kG/ghH)5X4(ߪT|F:oxZip׳u:rdQj9`mgc or^VY~{c3OW-PAXL6p^HhvqA}QW9VDŽupM6\*rc^_YzN&=`gu*+Oug%'/W4PrUvWWh+vaClZZ8h9 !t9,^j]}V`iYȥqfZe^6fk^LW'?ХOiv-.u#6EoX7O^ؿsNwF8p9.YHjȂ7j8~fY__:ev- HpWr򊽆 ^wupwHܿ}y-rk&a|tbEVg_APgYX$]kіf{޸Nl_xx-r#oh#>ybw֘}moysxm,pFԤ  #xaF pTU 47k`p6RR%KB^SeE^#UbY`BQn:8F sE{ l(u)Uqu5u'gU-KiT8Ij-ܷO`5RF}/] 6٬xSⅥƇ"V" Zu=YD,-t5SW`f*:&{6} uZFi8rMoޜn:Hٷk9̹rA0݃}380=Ozռӥa"˙mI7 x :if7JZxaiR=!!^H)"-0#5s#f9DAa`r$IzEJbo= fqc!b&\L/ŖYW%*E&EuQTu*)iY0,&/l`igUD%5`U&_pJ "`oWQ,*b$Zkq*j]Tⷘ*X_rD[ed h(!GeU&VY#Eo[ׄmnh5 o"p%rapIuuGxGoD}U9魍J,Tx1 RB!k1-::Gh5P9e%|39댗5c;^㆘(dMD%.M F e7Y炥\+Vb'REڶ$mvr̒K@gzb1 ! !S6|^FRQ@`6lwsJڦj1WDz: fqi骆ndBd!Fa[%`S>jF9cFؚV H}Zǩo\NT4xڟ:VtT1zS)L) Vcq0["(]c|o&A$RA! PԦ0dFSm.|! 3h7|d4)N$C&,mKXD(FH*Qq165 wJ3, %8&`!O< PVu!ŀ\0t9# $m( I,RתX䂎Ĕbڃ/2hhǂXq  Ny0`?PA@`3"X!zDK9t"Ы~߽5U ,QW:lSu pK܌!<ԑ sY<5ʁ|p3"ְa| MaQ|2M iCюf:sD )"Ҕnd`~چ85^&pH N ,Xd qCT@NQ)8L($&8h$I(ٽC$]ωbS|2`!J/{``1Y`B+c9K<斐.-) (\)!d95uM|a_߀$sa4g911 1Csۛt:mƠk@2Na #-k R!E-J(ͪDd/^ F(Ċ&tX6!6,DVg @_I7 /0#,R'?͒?Kc}yXT_'W#B$M[SHJxƈ=&M,q !>6%^ڑ3,f][JO b$ 6lb|&3hFJi:mަ,0Sy-lKSpC`lTѬ]>4E3ю~4#-I#:* MsӞ4C-jQ? OXA'HPD,.s̆Ũw41, hMH7w'|+)Z'}SbmocXh SAfMQIDִ ;APX)XXSkUT^Z=~IbI(R$;1`N<,hV#z^b}DPF]e,v-OR5;ټM Z-9JgLˏ+$ʲO-A{,(ֳs^:.ZM..8n;.ws{ns;<CtC5q O.1W׎xm#_ m(F9겸WC$yGfSkXJJ&>.BEčFrND6G:\|Tr ,(}ÊȂF#ksihAk>xof?{+߅ *xѤ|C+G2="@hA \ΥϱLhґ119 WT]Y\٥ ٔT ٠Am<͂ArA6aHތPAvUa q,Ai;W%Ƙƴ^F` @ YD `*`_E S|[D4 ·bX19D04A0`3HbQDrFTԓ9`_\EqY*g`۝ƽ U/<d$AF"`c ŔQ:ĜfEg=JQGh6 HʇT0F/0Elˠ!HQ;#<ƣ#? ҩ B8B @!dg:!DF$@!H!І A %}$(4  !e Tm B#V[I bdOE܀ U bȎB "b@X#O0 p*H"̂V\᧭V|(vbBQ  i?\E2آ4\B!B9óؒ@<MDTY7}[7RU}3>*fVS6YY9ck$eH$p=: _0`ʨP _f^*t&s6'P L!FBf9AF9 (l'wvvx''YF[D,KmtLeA$FmՔ`Bħ>" DSU:Ly%&Gq,t4(@KAОvhZ/%$_ RWԥ[F,%,((}"d,B$,& ,U=l&gtDp(gzfL (4h&jc\\e\kfo'UDV8CuDn6diS94D"$0r:rҩ@L (ͯ!(L* lG^j%쌧!AGj>~zrC.|M.pC8hJzNѧԄ(S6#)FUo Pb „.kq]GGNGtN%aOj]X$L>JXUEV8PbD8p(R H< ^,N½XciiejJǚF*C[ (Psl mȭ,6 ] E^4 x'wb*jjI ĕ}HfNy!ۅb d 8a p nQl!DZ[&+,kj,ki8~&Gt(*B/(&V^a/BEdA|<ĊYCmX1-C؜8&RT= ̂&fcij:U76cro:tDNL cǼo/IU/eЏ/t嘄9 ('2(ofoOF q? ʹ*#,W C0W* Cp-n1I/P6 (P_3wJj18d=&y _9+%j dDQqD=Xq[bZhqĬ" =],F#ep@nAL(ڮ@ dߪ@j5,a;p:OfoMJe6Nޒd?zU 0m|ƾ>@~hj!złX٪++wN|m!C{D[l`wu*A2ů jY ;?lu& @;| @ݾ Geɶ=P=}*@Ru9&T2s!\^S ά&=j"H$ 1J |9fM7qԹgO?Er3LpT=STeSK(jUWfպ 9FJ@Ygޣׂn]w4Y׎WXL%Ni*U FZ5 0Oм3g &KZ/yQ4(g`R&-z| ĩ骺yQ-~^,͒^nu֪u/o"/:^<,ҽ/xV`}wkT 4Qo'Hk!'d `6=ܐ`QLQY4ӸKmYJlqGGJkfϼYLR%@CLl z /lb1LSMjI:5Ǥ͛qO TФp"C)0A̚駡Zꩩ꫱fig}$`Z.N[nmG2[\eı{o!\)pV9A]O\n%]Yoa}j}@O]y߁w{4]o硏^jqeRP^_kq܉Zoᗜ=ԏ_o6?ĵzH4/. t!A N 2 | HAB%4 QB-t aCΐ5 qC=D!`2 .8q#9E-n]F1~I<F5mtG9ΑuGQf4^HAO 7T"t#!IIN2Ie<ꑓ'AJQ4)A,+YH(` X,$KA#*9B~x;>LҤvkz0`>NhvhAV$:*s`*|gS8>ӹClSsX:9zЁx "lC+Ln *JWT,ɇ8DwTrh7h WtEhS];OJT]h TBRZUn]W5Ls(Gّ;<3W(6Ku[>ČsM^J ހWCbpǚ=7V9ӄ  I, B\ 5!?搢hlg{V!H(Re@weuL* $kNk&CҸ.ML#7UV+BXRSޗu]լEZ]~Ugd{ଂ;au0 iaP'+qVgpk;~+q=nQLW8^BTZp@x^H1@+X \12n$ aF` : tlf4qff1Y|uѠ^?3:ߙνx*,*$hF-,Kv2+  qi,@(β2ƷvH?P[n6f>`gAWH[@KƢ2hŷxx1j[ h1䷿ypқˏS+x7ZNp 9q}A >nFA krZEx(et=bcMz̛&j9ӡvZխ^Ҭ8HSrO HXNU4 H{ҚF߉:<=O Ow#ҁ+/w)F&S~w< O\$}/|:h>DsehN5IzC2H.fhCal~ #OYqtAx)_\9S[02PX׏s>! B!>A( bk abA)=Fȴb@ a3P!aahn \ -V嬁BAp V rNxAN0 P.I&fEn(\AF ɥT"! 4햡 0`kN@362b!/17U5nb- =PQmx1 ?+Cˢ)C`-pmxz Z /4΢DmD>E4⢉Q,*A -[L+~@l m!N"UHEȴNpVV[0 `2xrK&m&Pp!2(Rt0H w'ςj22*pID*Q_c @QI)Ac&#.@ގ@V)/0/dQ%S;ba d n1 SA r5' o/bIf 1Hn3 ґ,M CH)=HگO :aT+ L $r34򃒁2R#CȴL`ĺadд@Nr=; ͠' ^-pmA)ZB1BTB2JjIAs <6Q4Eװ**P123R0eF4R&5[s|-U-.Yʬ.A !/A)qRQϒC*O1Jc@JSLozK)@T",03SR /IGWSzDq6UMtA-3ss,R 3Hƭ S:3H@{-N -*T{@#rb=Ӄ4>-k>[#@`PdWK.H:XIAsYTBE4H 3A&cN)[\5X4I\)`ԧJt0UOrGbA`5-`q8a. b) *V ޔJX1, cb/6c@ e1"΄UHVg 2cJ03iiBjj"6 Մn k,tS7aK 7RRO9A99 0PwAU60 YE!!2=C==ht3n'nXSR,N%sY YZA?w\('2([M4tAԶDt@ vakq7wuk]D,6fcCha_2ݠy zijzBHy&aa jɷ||}ҷ}}{F~VwnO~3 @z׊Bnqm<5H(8o!'Xb@Apѳ=8؃ WS[ZQWb]*YSlse؅]% bRrtmZB3C7tC'x)s8;wgwx~~Ɓ !x}a;x`78H/ ;mq VЏVJ`14,^LT} DHٔ18UausU k.piAAYVՃIV9s~0,ٵS @2XG$Q+<꘿%pP~0 НwBMP s%y%a- a )9߈x)|x{X8H帢=A:ςlM ܱMm )mQrmtzB.n-lZR+:I% -H:@%1jSUpZ - H͚ᮟR, ;:s[xYy J[n_ςMzI$ Dzϗ{%aՁraailq;u{y}aHQK&"؄kh,"LSHeU{{N{ƵBɻ;&ς6ێZvhH@Kh[ \\s0;%x H1G;"Ax*`n>`MD3@u360<**¾9x<ބˢYq RKb`D8qx0K"< DM+W+HZk`[H>7j' ,4  :! 4A鳀_@am1V x HL?'.Av&Ͽ:s_4! =WM(JUW#WYƐǓ i |*}ŗAve}qBa& (;0Bv 0pz(1(,5^1!#X0 ш%! DYKJ/gN:{ 4СD=4i]0@-'4ԅ@T-8ͧ| }>i4iꤛ6m=\ UVXMepvLtϨ-˜-7rg<̗G4$]+xݹ4J*}duO~v_]X'jH bϣOi:!S /tm,]} ڿ?`H`>2K .M a25 & |=s 5!SDB`L - 8Q0 >É -Lj@A Pp1C> =4aj2$ {复aS' m |#o9UVO]]A)9kCU9)S2# "e(U':)\8ܘQ]('U+8La8'UkKoFT&n5ṟB Z(So賏>OB+T?twL.ВxSKS Ov Âם5܄">LLĉ1|U^Jߚ&r*r*#*Xa y.KX!,|(~fO"h+hΊ(43/=q树V-Cr$LNBe8\8S D/PL@vi9't:sÕomju\1V`{xO59yréJz5Oh+19UAX:? M:3k)S]{TśCk,у4 oOM~Ɩډ/vOxKtǪP_?;)p l(8bf4ҷE@ D>9ZV8Hdi&19iHRK~!Um-H̡6dK=p Xc0<*F6.T@HiH| \W# 8)1A'+$GYvhP*7-}'`DtqUyB>NqC~Gw?0ICnHcAQ 0(γOE+=ĔLu2\2syI;f^L;Zlbs5L fNlq4sl;Y& V|{I! aHF0 D#:!BT/P-$@EIĢAd6``PԆ &#jER19u@xJO{0⬌gg;DV9mTW=ѩ=B({"8&,.կgvd& t<^-BLGZ}-Upg.۞x$эONs}#'d9Mob5R`F謏Q_ v9F{V(=pt%,hpB&|@)́CUT̛u1KSzsDf4$*8^lDPTCb'EXR X9iF.]kT U7>nN,bB hV^8ñc+8z(*?يD /W/v(wM-B 3ȫNy3̜h>+_& boS-όfV%쏞mD#(h7#hu^ A'D{q %$ՕIhf2n}, dXU1|@8 5%ZLN'vp![&6J\ϙbbŽtŽoH9D9^c(xJ 1m$[I}BO8tד:Բi cmn_J,zPnj?|l~4˙sAk  S@!#_CC FP#>p7!͝ݼmxY' ZJ8qXz@@v#Q!pG@R:Ai ¸vO0✼Mjj̞)g62[[E9vl<~<(9ު4>VWk?~9 pN:O0`jzD8Wpb zQ+"f@O ǰ7u{ f>uM}C=s}>;)N68 fܽ!@/`RӕEKAT#`F.S@8br(sc2t~ޗ2LpQ9'6)'I`_##px9)i"{k/q/N;MA!BfЃ T1L0mukTC9cZ,@."=@.;̲M8YT,qb Б@vhT~wpLb耋Ȉ2w[WOwOhV~qu)"`iאiw]+28$*R^#   #VT5h5&GA[^ `DCi@tFF/)æf"Ph.-%!ai$ڀyS5^ _8AK( Nx[#@amؒ 1)=[H~b~D#(sГr ߰ * CO Hds_JITE7, pQg2P}la)sIW0Tg:` pgUFY h^9u )IiqyYgVtW!qɘY隯 )i b[Aȗ;iQ tIi*ǚ`Iɜ '7if9gy `*tIـѩɞ99} ްTyg*pF ʠ79כ懟A)A 8TYڠ#J%j'@fYfI4y@0j7ؚ(j:z1Iv@Ӣ`@F!FH*墆jð muyqЅfKZMRQlGaXdJqH!|em*hSYʣ{ڞ*:~Z}($8j*#!ʧBkmqe`CJkvI |@{T=zVDA] zQکV-+&/wްi0pJ`'0 k.#{)JJJ8 9PJ&*F & FRf2:lnC '?nnJ ki[{;V8\OS55;AIkLkeRMhuk:9w$(k5'S'wr[*8:H+G()dG)Ru)yv:1>=!*b*R)*ac=p=]p+,z@^-,CO{0;FIUn"2)* ++xT-ȢBbق-G!@.R.Ҭ.Fkx[YX\iGh D-$%r  XyE%_I898s98;`K;kj{rBGK~:ًL] s;$W;9,JۻӢ ]]UN)':0:6= o8k,_.z~:aBڭ2${R * @rj0 $"ٜ2KewsUR<qaճdbV Sjexsv@<.fe|%Dv9|3$=Vw""eF\߻dL./5Y *5# A z& #6$ j$P1 L|@0h],W7`+8` =%#a2<ʧaFaC4*YC֮N-+.c2FcTRX=c5f(aӬl ԞOα>:M-qdf6]-_MCr8 /tT" T46EcB`שp]%8'J M+Vj:qjF-`P(9}kC.\:n"k:Q 1lA+J kUXC, N;pm/*.B+Vΰn4,2?N~]q9n|{Kg}Kvh@ۭp UnU°@gυ 5St !lr"7(;ʜHJ8M(uMuVG*Yuyu vbGvxG]'9kv°rGw6H]ʅ:+@IxǫJ}@(J^~KT}K,SZ"m`QO5Q Z0bjSpRth@}+h'x0'7T9(%&(_`-H24''/0 Qjͤ^DH=΄FOХk(P36->>HA8W?>AK+>A{iȬfa8-m=s@R/Q@oN$%e31q7 Dke]?Qk^$֕~M<: t+F_1=qI~a85^#uN$pm|C,& k-#rm oCյ"l@ $XAACp/E*dQĊ'qdɋ'="rʕ1eΤYM9uφf RY攚Q@BYGO51Y>-6S-5;,bPj0 LwD)B:Dڼ}VP99{(SpSӦK Z-ݖLKFx694<ϥO^u# %j(RNjYV\+۬kuۺVۚg߿$ j,60@f ,?j`4;+3&͵Pi>kOؔ<cqFkFsqG{YnB/*,>>,J Dt@ev) ތ2L.,D:TH I@tPB 5PDUt: Z|*E[r&׃R l-459[\Pg\IHl35/9]?bVdʩuYhvZjVFE(UKRz/2d,ԝUx#pphA/ \h] _&]5:-=#ek#xb+bֻm5D w\63I@d? 7 eWLf1e%m6c6hVzi6>H?vVKIg3^cI ld, bV{mv2:[% 'Kӯ`o &Ε (~clN9sq4VPcܠK? Yw A6B(vQ ux}rwG[+{L,û{x]~*!9IAɛҘx!WpboD? blw;@^WOx`P wB:똤U-{~lxC~q y@~)`%X F Bx$c %&- 1"OlbCH$* }xF4',2DQmIVSVxGP>TpAJ?C #H?C(+~(x!π<&0K Ը)-Pb <8F(n:FG萋!5͸MflN E0u*\dk['PI>yP%s" V]^SRzC}SQžV!iP,.}|+RY8` +D@3"Q}Cd'kҫjUeW8Ze 4d%5tks5 `,jW| z+EwB/J ;jcRul^ɲAQ߃Zv$$EZ~^m!,2ya[~cAd m=آu KM"Hn,'S:x51bwq9r>Vj/P`,ȅB[%y p휶{u +& 'W\+^Q;_|hD&\cj 9V!g4=IUΖLe59ꪔP2Aa?rJu6nv v9&^*bxԟ.uB;G[˳7+C7M{[+5Uf7}v݉~{Fƭޮjz fp+i@3R=UVx G\U 0%@X0Mjr|&0HŋO[;V]C h9$X,}D–R}]ʀjƖ.{s"MqOݏr5p>b~s8&\209.O<< 7!`+"M{]~B1jj# < l=?ynj?Xʟe)Xn`8y11jR&vSiA'P;ٹ`gazf 9H>̐1y`k5+CHAH W#T&#tx5 'A?d@e:C  t4@A'>L,`[.Cs؁NBrY{˦K\ +*4<(236 ABC!. /C1tP8kX{ܹ 呈\)Q,E rU4XfCc<ï?>; I҈*B O, ?#-!?kD$ {hG|F2@z~GGhGd|H e6:7)a&,>(, RG*Lh7At 0.aNtG ňI JĖB?$XJD!%ѓp;4HN q I\F6 lɫ ^K‰Dnt{K L̑%Q\ńYb9AtKLIJF.PG ;yNλ`t cILLtBMmv CPKOO0ʮ6DNDC  EdM)F-lLD ̐D ͽa4@=p 5X hR`@Ea QaDެp@*p8xޚ_ł%X@o@]!.c3F"F vDȀEPiЄ(Q&H`='PƠCDxR ( b3~dH4# 6Vbe'7Z=duFn.0U"%5 $ot UWsAYEQd^e~oC 7X.@aLYVS3V̚ef9H P{AUhn()oD4=:(Upd_g{fI e &aJeq֏ hh)upAhK@Gnhmnh@HD%Q4нTNzgiCمcsRߩ:sƲx0\惥VXivj@(E EQ(vM((LH坝ikg~hAKtFA>,`j!jql0qdB:M,0 0i-h~\vI ܉kmC@p Z0lfӐ^ @hQpXdX`nQiBiT,ŎAKm]^Wھmnmke@LYᮣ)5jt^ >HhpdKOp WBCtUVQ?ppqq/q?qOq_qoqqqqqqN&J`̽ov"Xs(Q8 $h@VAiF /XK| xp* WnWn ]og `NsmBsq﹅d:)n*iK˺|xYGK >l_KԞ1FބnT]6WsN?Mlb=O*z<<1q*sJ'T϶o=yiaszkkPzP{'Ap:+hS?lx'th!(=Eag80 h|طȟ:.AK oU7r 1}E`XAx~~~~~~/?O/7or`}1;1ȵAޣL1!pH5-6 )r$ɒ&OLr%ː)x 6o̩s'Ϟ>o AwN^{LR^ͪuB漂uثr*6lֲmپ]K6SdWVYr ,Xr_½Vbtduή +G^ʼn ?sVK67E-y?i-{6ڶo9jo+1&ELr#Os&0 RK AcWgnڳ2' /~<ϻ`Pls^p腘?7o36 28)_4 J{;ش>R*k3δ[ozGc1AAA!]w/פOBeJLCC(#7]D3D>OSmgN+$MtL_bgd;qmvET3',RZgG|MTLDj~2AJMi'2?mǾg,8ێ@: AbuH^w['QiD3+N; 㮴AM_&G1FsMX>fix2qZ#LEm@>,L up9wG#d&{'$oNcC 2"_;SٵjPxg䵢#t6Nv߄MbJ? #wxh2 *dw~j=tʼn EMzAC7N2cIiZb3n)iOrݖwn?Ӹ2.?n`%9ܳ@/]磟>JKS%9ϓ9!TS;τ_p럀Y^8Rl&@|&*XH2 CfR͈y=[zUY\T'Y<'41B4.ʆ:_p r̤ ߾E%lˉ E)y)d?D >i ̨:^.hpҽ1o @"<;H:\=q"H4"$%Ǧ5Z`wDHel`gG tCI"1Y"NHTMxR8q98q;9ҁ&mN"'GΟ!LV &&8w cyb>u>2`flpr !#4X(1iғJk UMj=ajB)JA̡ӃP)) sE) .)P*BBirWMjSφP)R 9sDuPA(!Bmj(KG'uTz{u:,Sʄ5pִ%R *ejZWzlHGhUOaW!mSw#ci՚6+U"WS{*ö RS)tZtK=o[ J`))3:'fγ Xl$q26"M+ UCٖg贏T׺f52er\!Cj5>iMNOjdXȾ .}u<7,'Ndqb7PxW(3a|1ɿ4`%n"4\Y @ %\ЈJ(4` # @PCd&3KGsԘ9L+osʟ z1%:GeNJٻrBF"Bg*j=roTؖ;^=98[)gJ:D9E)r]KK]OF]>I؝IP ޕP@dI,( Dd-D8G M J]-mD,U/TE^ӝZѩR Ҷ28C=B|W5XIDA D!B0PB:ܤ ҷY"nx¯āe%"=92Dd={4= Й[پD~`IPFT(`A2LH/ 8 x#| ȁETAc9@HB%䕘cHXD~^8a!Ihn̏%8A%У %Z"98+_Aإ)A0P݋!R5bn=]$U)9ahMI䢋EN cQ01K8p\# 65%52f ]x\ "A>.W%XJ\H0>?e֥nIjAXQ=H$V$9ԑ (c~=e? l44oqN$yylEQn9?PIqe)TC* gyZ'N ǴӊD9iYMmUgiMa.Tfa&m1qbܼq '_:v]5HC=CH qɼi{ޒ'):%D~2pIppe >B >pH^C27hx(Ixn ף oZb4 sA#ӵ$$Mڵ Z,2H MFqTҧ"@t9jӎCjXҵK69g?9kFQjDE19K)QrF+KE|-#Ee.otnOwp XJOtR+uJHTC.drs r8XQ9BD;uQ*O [A ݉܃ASjqD(g-1\1ab(iO41QR[wf%$7?(g]9M'&;|R!5Pʖ6#bFC\'c6kOPѩ%_G>& L)oK+STL',7Jr/HwX7čmŭ7wu rF/GDn8 eNHHrOS!R/F D()@A&S̩=-bA)^=˳!%R6'g;JHtKwtu#LӒgvIpBړ|K_G~?:o``rcr}Ad @,e[q(CҤEG7YhGlҹFnQ h$yfqvyvz$$z;R)S9f4>:t$ASu,:MWM˝@*;HyzxkPkJkPΆ)&CšZ5h6OPh[;HSܬ;O?%HϢYm_U߄!B ȼD@okN=0~:l o z,)vij k݂>{УOAZK̆ۓ')J ۹w|x1Լٷw~|׷?o6wRşbry-HymJPĚ0C^̧תqR`D-Rׂ:5<¦,A I0J+p!+"7/u 9hpBެRt"61ROپ8:gI|C+â#s'3 j3^p&1jHO\@I]}X]%8S:N^}N/яf}hE9[Z q)a |J,AR4nȉn׶lAy'Q gܐyq6zƗD*pɗ5a@zKd 6e3ZD8RO'TR@փbߊyu;CNWT"5u7]|aK[on8 <`ݯV߅u Y;shpKj9!u'z*b;{-^ɹAUPĿ5-+1@j!C@Dг bsA{AeЃ\!_:ˤ&5NcݝڙRDX+F V3u웜M]l+3V, I?H4<3x>&QfuQ_ ܪfu4uSXqhQ rPOT )4hc[ &GeHҡwА4 e釠M%qjYQT^4l,u&j3̓Xwa 7 2&"d=ɺņMw[5yJf5%c hڜ6iNuf-λ3QyP]q ӈYrĨC#"<49.EhZ $&QC<66 RH/nՉYQ2w#g6&Ea/za|Ra# H2H,LB6z|x[*CmiDBQ:Pe^ zLO翮{EGq]I†\ u/K}yk[{\xwTC:sozCXC*3mok#5wIAw<;i;@EY*v`'&>Sdp.@hN"ndBԅ]_ƨwMDh-j#^<%JAG:}H흢DBDI(s6DfbPJ}D)l<>ܞ-'6By]Fm#Ӳ+n bm{pJ(I א& tˊa&6HP%CKGhL"KbdF<;)BZ=6@I#`\ p"@ p,bnj> GD7ZH1g.㒬|fPPg'~BFDyP0rllI3I'J:E{DeěNĂjC'~ N Q6)^m|`JLVwGH(0 ]>1JF\MUZQ(BϨ4lq)Z܃l .*wn>$\9qBp6E A`)% ~c bB-^Gy,y6괺d SvCZ QMN\ jR"yc01ѽcfrr'ȪuD*Q B($+DR3)ŤƝe QdJRE0/37ֆ\n'['ǫJz$K7^Q.,)1)PA &PDN=.'>-C,̲?#~a+/.<%:Z]~_-.\j*^2efsTt"IdD9sFthΐ73l'Z*CqDITi&t+^W|S7į&F|fM\ ".IDDyzHLJ|ssB2ůx:}Im#Ը0DpjBa"s(sB'<)k1-@ "FN`;2`v@*)ףAS?T #@q,C@@R=p$UEQA PdH7΀ņO$9#A$K & (ynPP3.:6e4Af!v,,u05|q=̒)01>2>UVۣ@ײ>R>! j` ~ l#hV-g?uWy(/X[IQE,IIĞIJ$ÀcG|N44R [Wɠ,!qswCIb# 2/N\'2I-dZw``[5bTS\*ġ2jFama6HV6 Iz-.A2_5-~GxM57b7vFNR'S`DB|4Jf2gqgPX2@eP@i*XR=P@VU@[50VXD&`ncqN=4+ ZG=@8S9`P,wW6m /P$dgp:{}L%KJ IrPzT Bt9QRr洄,dO|FacAR°H9iʌwa Ί'牐H}\TJG$cM-:P ձȪt,9[\2mVP(w){v=`0ahb`; ri>y==#??`UÁtݣ¡ ( cЃ7`=agroa"fS6ĝtlXtvmI$}ܨDnn6b21&T%ή#Hc9Oy^)FcomA)){BХ GD ^$rO#&$ kA>RE!!8xDz23b!5D%NʕaNFEĎ̆^C)o[9!H!,6PZPC7WTԮA@*C΀g 'lo159:Cy 2Y96k6>h = -4>ʡ92a?~\ra*`V~}uB&MTN^XH`3vx+N`ȪfsY)JMᴞhvʹuÐ$E3צ@iMC$Jy"219}`C,rE$^%b]0F^6Sż hfι_n]siA6 d[";7HBxE^u`!Pmg $a}㒰 {rI)Q~@ql@@iQ9$;&:P8=<,A[E>! @́`̋cs`>d+Ƕq@#4X4'966T,AH}:R#'P4p[&BkF'5Z eљ 5SԹ\xlxz9 0[aCϕAUN&Ad/coF֗ 7EsWQfs.4 NfeBt; }Z't `&eS⠯t)Ǜ+i~ȏqP-<0kK><@>¶C@+G UKpڤF EW]k,aiEr`dSެ]HCHhm3MIAxR[v|z!.%طUM]' {Tʖ<^dݕ&JTsaEdЖR,?pS8́oKx'͜YWfFdUlGY|xC |h©P/*۷pʝK]f·Y%Qw+~;  L˘/@`8 fbӨS4-Xƴ¤SĞ-Obu:Nȓ,lK6]L&_GBc4ݤÍW(@)^`DU)TőH,e@$b0x%9;CSx]taWII@GQ˄av!bGF,8?x4x9v .WЂxXbJ#Hcw#}"52y>QTH^iT}YUCw!JBwufj衇W_|Usx9dM6@fmYa)G\8\L p&Xn p‰j뭸:sA?R*ZaGXIH@g`DeL^SL:q{`Y@pbRZ3أ3ф,hV拯BȬw#[;yѸI!V&>fD%/BNdP5PyOGӧ.x@z YQFO5eMԳBE<Љ\q›I帡dz@T@?k\=ȼOW$Gtߝv|;F^MuY|@hz=Z`,reb)V$~`n&Vܬeˆ%rl:h;Kӊ|~W0$/2ݝU<. C$|c x|lvDP;C$'ne1X̶IaIͺg7qASZGhK6 WU,Dyim URQAxFDwЏ.ys @%ps8p:k"7T3U @ӺX"]5pB2ժhLr^*y[l7G}N 5ZP$Đ AA )<( DMA3|@MiRL'$ԧ+MYy+!!}yvCSr:{ ƄB]]*etKk_*peq`SFh0EPO5l¶RO뉟&36dzLtù:pLBo WE\hbgBƎƌ HgQ[01k`=h cWZ B(qP"[*e*AujQ͒W˨=m]ڣ'>QZY=rV5zpffeI,.ڇ_"֪V}}jgr{)%0*KFznbz f"'=܎!qMm\IڊPo|b 1*ۜ46#rT%$b"{9M-]RE( ʨ&" E-J}9)8αGhҁ8z+VR;:(z,X=$AR р[I{1ZZ0lKY?ȼv={m ZNv*\V9 d 7dM}/,j٣T:1I!6mOfNs"AՐJFRKp1.ˏl%&/i9{;je:1& Q)WΏ> 'zm\Πf7AD:#G4=K vVj]ZZi[J?fm22?$yyz40%C/t*fWAZKu탐A XHhsw'rlLKIe5PqA.pD̴P\{2vqg\csL1܀^RrrQ;M2<ƈ4@dΏr|{G(-sZ{5~:>'%#Va%z' Ƕ9yZ/$%u’C$ º13Ah`RGr’| Aςkx9AS4e/Sh!pRl;At|aiggɦxCPpQrgDxby{mW&8R+Hw+hfKJMDNߣ>9C- ?']15!7-q=I!{ZR%/7=9 36焒s%hDD30$=PB(\{#Cq@!GTt-/d%q>kj"s-,[aGp1y52g0{r,"u7т4vq)ȌЁ!w q؍UFX,&aKD%38#4deqv0'~#5f$'"kJH';dR<&IdkfKg 3.f@'w,Q2"I)6h4(+0adK؉f0S6egk9$1!@ 7qJI"3!9R#02>[QR&H(Bt'^YvwwظmlٖWrA\A!)U8'gHv1_He"}p,F%41u!AgAGvJJIWkβKCVj]`  b %;7WIx, >2< (M&Èߡ=례ޔVNN)3&!zreidpx'DknR<8i5q Ib BC0>&l؅R ȇ:s)`m(&XQiwRDEn :pcuQUyi$~/7<}D7BG2&%tc~ShsBqsKžJ@5bta cs㱒ĩ,AvsjtOd$4'7$h0#qpI9BNb!Z'02!49-E)S%&6Xr"A ѕqhėS0jv+ZcQ @4Ě)vP06#BВ1e! Ha9$# 9tB,De!apib #!MfN sB%3:9R BL=Ah|mhh3$$q0c'hy #zšuaz=Z gym©@ ,5Kt0T21ڢP`ET%;Tc 3` Z3aE61h-velg+W'A _-+]DK0K}x=CP 3! `3QqSNRYs7Zm[EWZNk_tg@[U>0 _AEXWtk[[+q0N$ p".fXqkT6aEȹNQ۹FUr[ qڲT70Y>aYkk _Q\b 6QKeTl뿥EhW16QTZ˶aC\U+@eS",d rK RfѼKһZc{;֫ć$_ '41y_U%kcZ06ﰽ51|dZ3 EkvЈXb.vPBp krC &g%qd'e&Mh<1k݂ fL)Dy` hks3™T9X9cNJ#q:,A) cc,,q;ʷy` ]JIJ3qKs\:㱦UB9hi1ҊM63v.K3'y\UR}㩇|<ⲊfH_=P6sCCxf ^7i`(:cY^yxb0]w7͍u\.4).OVf981fI w.N3$9{0CQ҅tM#â$OgH| I걄 %qd\)@ְ30+,QQL%C2qYK86hvk'XA6{h3<J#oiP-Ћzfn wzѤ=x]y4LȈ{It:M^VC<,1mkjhuڊՀNmk7.7ȸf-M "%]A(Ѯ% }z& h*!Qz B. 24?g 'j4L<-B H3zbA/@kjʄہy6ľf7^g2 $F2.=>/Wbpaf/Ae~N*@35m ZeB":RCEzN^/i Ѱq[UZpG %-!h1yMM#:/>V>9gI4$Kh T%8>fs7} Co+ţMi>eBsI/,QlMJq9UMX}0;Yy)O!3|(a*2ê½0#];Z1$ 9O O+gv4ITe|͉=U8J4|܋Jɥl-!Rc?@q5p_x{I%Ȫ|!A; %MDRJ-]9jL+5mΜeNQ;aSИ@T>F5v1V`&|@Ve͞EVZmݾΞ;;$WKB1]Lp`}ĕ.#j bX-@d,cnLxϤ蒤ZLY-=LY}ALnŁ(Ѽ_b1-ʈ =Zz31| .H֜ꝿٴqox_*^+xi;VXfCΣ׾ȟ : D>Zpwm2h?xSon3B92M< {ZhFN"Y6#L8x<\{H܌eEKuQ}a6Ta}[bWoy==?-D}RVj9<0/VD31!CC<:@ Vv1=j#dv0L^ I =05pyʫ'Hѫ;40"+ѠBJӢLh c]; }8,6tCf2󶷾YAOt \PI*!.qc\OBAR!$S ! r%8Bpf }=[?L2j'-I94| =C)c Tz(G080R$FC$$XLȨ=V$8W9R U)#f-hHI %hһۨEvT4gN*Dn<|*1bUṲ8&W\S֔MO{GCxA9ZF7#λ{LybXB>3YZX9N$6\xZXYb޾+U42Si3${S]v1{F1˧K9@Ϡ;f"ݑ~%h7\&h;=@Bɺ@ۦn Et*$ , L uMu y2ȑC`I9) z+ zqq <% RQ/"b<0 UI1%*+$r0i/a/Hw#u[5d#!-9*6 1=2rP(gdqMJ`TP}:3"9DAJCDڪ)z \:j4$lO r4GrG@n4ЧۓȵԌ>t\3s. ; d ktí3̒ƥpܜstd9 L(+6GAAƈ R`'<[נ8 =xY)`͵[[1Eca+R#8P/,ɵ5K;PQTՈ?mQIЄQ, 5䠪֠׸ڹbfu8ז)p j2cG'xY-x{$lЄH1% (880AhYF}zrQ/񀹁Xy< Wi^>&A:BdR FgL$TbV/Y4ʘ T f]:?P2AY3&l6dey#hc KQ_ aF>A26ԒK A WԌ,f\7' !y/sR Fr(^1Nߧ=08txdC]ՓX/8֍P60x"!fT h/FG . hefl\L&E`bXel+efͬk} L`[ RuN(- J_X h1*z¥PX{cR Iods8 8?X{i.?PpĻ62RRf ɕĐ7K=govDc\qnU`33qFOHp(0; ykg@ *E3)8AnK萠? "p;\RB4THYe?_&٧qྖY!<;0Z5:Le#8,H$xJD`*dZ-$T E0UWͧ?AIt`"/@KȠ$4B"Ip>Ȗz`wD"&m6ܺwQ[)n|,s͍Zn(ҧ j"Ɠ4o=$Or-Pmxm6 p&E;NB4:LEdbݴ2u)E^dJ" 2M)jqUY5鐲Y9 %D3x$.dIUTIJsRFZWrBȘц\H h[G5dL22n`qUѐ9ZA =鐌#%B]qg?Ԓ_!cCQ)g-E#%F>]Ix=*9'TTuFe=U :9fX vEX Y_$989QC_d;v┖hEP=KՈ !=VV^fl) k1g\q9'rq|n10& sG^y95_8_,(ܲL3M;39G UvlP a;ʒU݃KK cIBVY*vO8qegp-g՜[U@9D+]O;Xj+tᢑکXJֿ5(y[礹 }zot:QP x9nI8ZHh =MU:N i?u@ s6Te^kkq._:{CE#qTp9q9x_^EJ1P瘽%69n&܊&tYJK&}HG!47tN!39[ʶPg='Q(x\ɱ(^$LEn m⣘nf5,@9&sULv0J1"sf" L%Ha탌BrdvE&K'鈘M3($TA؈ `t+G*Gww+ޗ7<)Hz9QR@>S$0y| =n/A) ϘE0!PzXXE*nST\PU]G'K*{3T&՝Ȕ<Hq:A%¢G:TNT,LC K_Vt{u?"/ 8| y˶ DF|"oǃFGOET>W$lW]xKkeITddPtL83&=VJq*2*R-xU.@ΉqQ 2-AFn-u6䝳H' '_C@R}4_`X G@D D\ R(ɕK*HY¨ Wـe eTCaZ!ʍZTɉ`Zp ^L;0 [nATHJ]hMHٍQEEFPJ`T5YݤCXF]uɺXq`L J0ihq᫐d0EeS:xT8uD ^T=Y Q≍RƜ]ٳi!JD8.Cdqvu_w"&_(R{ rp D#}[~)) *7&::*#@ SDHD:\,dXjB(XtYkSL< ޒE)e L:qY Sԅ bXAD^%G\F&\#AA)JQFp$C8aI! la?at" lF1E`}ȗաHhN}EM")T(IbQ\MJV.N~DXT⫘ML3 ;qe^*bT:m؅|^̙ S|9 2aat](~O\AbtkZ/Qrc kc2RE@(ݟ99p }[|86̟Ѭ#w+#,&uR`S(0Exɐ\AEi\qK}TBMJ.dZMDD?gBC\L &=L& eTNZ\Z"LhgEܑX׫L hB>d,Z`nY Mi'Ч\GmpUADA*`܃Sl EbH<]( KKE: LZE͑c5hh<$]F-2әY HZ N( d(dHPCHF h&QՍb#&zWlf0wMju#2zfE{PCT4 t5 d9W0u8^'}$vv'G;N?'p`Bi0oTPɢP!!ۥm1DLz:A~ ;m.&k8ʼnF5\@ʺ\ ~^ ZOINb`D [̆f+7s&GgM5Ur=G'P5FU\q_аW6Alb0Z@ xqUa | GR$k1om+ekjp& C%=CW8EdXBDF\f!: a ^!N:prkeXxTKܩF!WY Zi2f*DNb~uTDFsJMLJ3}p(k}hk8DJbd"P+\o V%d^b2\P8 MI!VxNܖ_h tT5Jd"W|_ ) xY H[d3ps cw>Gf-cˇqNm~,C|pªmnMj6LOCzo`o,D$LޝJ aZBuڄs "xG _GĂMRd>MHd&؊bbSap$r>X):pbEj@vE.YtJ&vāFNhxMhpUW$ %b,~GF"0&ZH;J_]/EG۲o{ǹ1fݲ3r}eR`~ | C~P#`z|\8j67K:o`BFA_HCՏ5YDuZ`)2F D 7D$ ؂I͹/ՃJ襠܊Hee7FH{EOr”M>*KH)=AT!ը{I(2ᬃ@LMgEdĨ~C/@, eD nēUFG̻̕ wOAJiGhE<:DD*ijIQWn]oLUI _Jl_f0g|ӹ1{@PH "\faCp bE0Ŋ|(LbnG=QTeKr&M5qԹgO?yS(OLH+&wՌo_,|W;dR9sV]tjVG *MrhV -M^ T3lk&T׭4)8W폜i,E&,Ol/[,۸"[_eމΛuM\Jxj6$|Pyw5]i} wJsn9[4o;AS2L&(|: \o\%d('C|ra!Ҝ#GgvF ӂRIM+xBlmlYJ,{B'4*j+*ۥ$߱sX.z:}JV,;Eg]&d%pߊ9

a2?.q#-xpy?Fё>'6?L1)=Nh-BӚF0F1'̌9,!.pHv^iFdaϳQnSU6=f5ylue92*ja5˥F}ŪIfZOnW*G絑I%* %VFnlA֐ș%'>oRdHFΔ5= vFNIBD` t1@Y'4sZ`@5Qtuɚ\Glk[ZWeg}B )? UJDJE,jVLt&AfZbzrpQ (e|)*\8ƢLHzʶ6Kg0,!Yvbiӂ@F6wo.7/6Wƒz>/3ȁH0Dd.L.؊ȧ1?p\ {&eU8iVG8ɬg#BC/VCRZ 'BÜO~+r#/;I>~N1(̏O^/5ъr"q@q'o'Jju2F8 E٢].<y hg@`Rㅌ;v\2p}M5I2L.LP;|'1'qrB}JDCelr*41bu|E6*Wfk 0*Sz^+ XBP)0E4a݉,H?|'7Z8r"+ ua' &^z+P_N:j(_:3}nD'&&\6)RO:ꎲ'cu+ \AF^qu4Þ>'B?pQ6BI2 B+g2*`_vkŸGj R**h0P(DH 7K:-::%5F <>Br62@" /c j*;VfG2O/R+FLgG;pQXn+07 MGArp(mtɴ7c'k"2<"(A*(œm*)=3p1"eY: W=z*+CW]pafe6?)")'[F S#JѺoQh==կ3S5!r$'3'rJ4c 36f,9*@=4:@ 1&B:4*8C"DIk0FbuJtGQRr1QlHFB"3_A6@)쩛35p-n=nm"YquDXn2jHnp e\A[.Pm`+o QmS9)#URrK)65e3Smcw"TqbTq`fV@C^gruP)$eUGY<0Lmv[l985BC/塀tS5C):R6?u *H\?-ikG[\1*A W0̂l`\Z't>h*^s;5@B>lp{'XV.<cc8f^.l%IzktBToSȇ8;}f]6=?QcGVJKe*YdVJ'C{4<Ȃ*X=S`=s8H# r?/8RC9dS\+BHOl-4î.k:R66ak6D#)syHee'2:xk5.|+jR%mT3V6&hN-CuC4zz1T^_ꌌ7ʆ@<FLmfr . t-i_зAIaHlkftL8(ŌlbTX֡9,* A*fxZCXn8A!i+D# ,29]l_  MSTCb M.8f4PXZ-.| 6hMր9oM`&M3beD1E>.Daڐ_bci9d+hTrИklV6ۍ,?*Lj9fS- Ɛai/n89W *ӘklmNZfl<"`p!ivFa(gey‹)a8ٯ˺eU${F/]<&XžRÁP9^{/riаiАNczzO*t{C-5Xs+-2',1Ņ8k& 0EPсlfIpYwsqjC:ndb#Vù#:{glwBYb0F균&hjBh1^HGis;k#0c&ӊv['Zɏ>pľ)ݦr4u9C4LiF@kۥ4*cGH+y+L'k*cFA)Vod^j_6SUC:1>*|]w[)&(xf\F#*FE9lP䥅:h'%Z+;VUvE \1d]1z>+,Y7(3(x2h [TT:$+GX&|0͞4*5Ԥ2fixv+B'C?0)z̢Ÿ < e 9d@K"'EƒF<2ʕ,[|rԬVjڜ9˜Nsv4 С1114R}LƋgnL;3֭\z 6رd˚=Ξ; $ 7ʷ017r]ޑH(;t$K`q:ި1F[,4H mpGKU ?#zt]HG՜ T{H-6Hi 1)+>;wXŀ$_@\l=L #>wuW@hz@ Q5=g<Uw5> Zf qq_ix ExDK5 AbXbGU3p#\rMIeV^YL4TN>PX(F)&M9Tj$ZrIgvމ<~DKv$B?䛅 &5`G. сZe__)׎L: ѥ*2> LV%t(Av;Q쓝j܁{妤y5?yEz Ұ& . ٶ Wm~w-MXXGG:K=BA:3gMVc EJt1A<_4ّP*2QZe3}VP-lQi&&SOE5BMtF'WN4Kl<&ΖJmm'". W=P}IDm#l%z;mGl͢ގlsCǞM-vEMXusY4;P_`~}QQe~*bM"gYOƮhڶtF@6Qo?1[Z5se;nTUG4Lr*?x{Ѓ4@P,7h8B9=C UC^ g)x $ 5VC60: |`y$C+2D =#=@HQTC4^ҁ lHhBX!DL i(60DCjy =E"f v*\/ZXsXь3|IHx`!^ p Ik'G+\p#M$Nr٥?Ĩ&1i%j1/qX1 }񨹉 LETVq 1! be?L0(`1ErLSKrho5b>(MLΧ)h: Vьjthk%dP7Ãt8x#Έd\K0 f]y9yjFR)vFzI-E)8Ksy60$2SJmZ٪~V0 RUJK~=-D E93ZK&îl*RxE~eT$9WE.R;,BID \JvP>GQ8]tmQm oGB҃c$MHqJ5ɮB>g\zTr\8giZjyx};j<ԵQ_NkzY@SA~"c*(*rC*ybִ@HepLJq.,9Lb6IX3McQ70A\D O澪d*wtPre0j>x/LaҔJ?; eDJݷU/A~sQ GqS߈[sZ;lpIJ@p> C_6MiyY+b>آc9 ۲L|D_P#yhyhf?!QYCzfтS-* Q<YgXӑ2C:W/HHtw 8(n R;,Wwl-}Zsv qb2A!BTWe}-v Rv}A52_wT"W"q$w!MNR|8pqp5SsSeFq1))'.vr+TOf8hyHKqf#dAz~jSw63Xb"wG*f#j768=2mxWXŇ6P@8;gXiVUpSo؎a2w5 b{ vspe ?&j +V8_zW-1,P8;mp9kx qHhn$&>1)?Qz%#o8r?ia7DgWӦju:ϳR!օMF1Ј2)$kM,)cO1+-xU/A+k :12!g/qAjmrl)ca8aV("q#TGB`;2Bk*1'xvpRFT7/Beey<+sUQAH8q8Bf`)-1XF&nf*y& 'z3 "87ɛ C約݉1ERNEDoDN]uS$!qɝqN8$PqPJ-1!%!!Y(LҟゟVGE"Qthq0 {fpR@2=ꉢB @*DM7j3ڤV Q@b1"+^ †,W ڡṟhZC+*-_zX{P'yy 0 s[K:z 5|J4v! Q QX6Vkr:; r)Fq]`6,EbC0aYpxX&zqPkalrRpsc*[FL"!kSwaY7|Vr{g͓GnsttL BTC;Y?y&3 u :3٨J':in(Xm(9y9w vRrjTҮ&1s]rpxuZn)=<|r!7*u:N{B8Z/BB(=t($ c!zForb)4d8 mSmH%Kf:` 1 %빶u ƪuU0biѐrXhAS"r6kixr"2)*جPh)h "dށCq!tLٯZ6)ۻ!{mSr᷆+gshg+Ӯ+8WP׸Ř3[)Uqk;O/@ruci\R r$gE.\as1wr cS]Y2##bI}Qkh!3{81mPmq1R@8gXvjeY+auZɭZLNf#d|c3PF2 mt xx $^3@ qÕA@* @)1\ 6 t#?hWPc94a?ntCWq {NsR Id01\?H !߻7txaN{CǮ'}AM͛thsr{jРv68n]=We1;B~azqh5fA8A!2)ocV:%!9 0fWk$g(oa׶:<"euDg(I^Zv|ڒuo'_s8p6lltR*x)oB)v-_|Ѧ+fv{Wb1Ӂ8"f-cƛ6y.81GK5O10^"`Xg㧡˪ j_E!M+;PS +=ʏQ;γ-egnmnoqQs:QovcO Wp%g {tybHj"#.BHYI)ULi}qXO? b,*b΅qbCQI"{W}CPhAFJDH̦JŎ%BrY,茜9t † *YSLtlȂGqa5kv9>r3B)ͩUfZY̦{9F6ikGabq/4r1uٵowŏ'_ܻsD}1TG~{'-̟q‚̟/y쩪IC0D“,Qh+[ x'<  aCh,IÓp4 SZ'tǓʟfzHƆ,gtqƕ,HUu,atRyI j |Ǚk!uH$+ 3F.U=$&oj/LP0SKاNsRi$)"Ǯ*BuTR M6f7pTXA8j]9CW`vXbwՍ7bUoٓpA͡ P-5T/&m "EhS#%40͌D2*qi$,wj̫$܇<2-#Q4D&y+} `$rPBI#D%0܌8x,<[ԗsSgIUX=﷝]V[oէ#izm:-=z-O {DZF^#![ Ƅ݅pQK[p]b_0`@*ʒUk{R\74xB7a"/H+4i$J(&z8q$R2覑M*[,\bYr7~bJ}=1zk_短X5WhSz\ƭꨶ~jdV߽)kk!m[ B[ 2 dp_*J癪GyG5<,d+*r>1#!K4.!ȆB$P9[ A D&[*(OhCHPqPP+QgpsWQ)k4]M:c5jL2@Uz%P,JׁhZ9HTAPbUxm u~M-83.k! apV9ߕ1C20h4 HuBN3fNXCj}D1QqJ8U$< 94}8CBxOe1Ufk4h,> WЦ;qȫ=)e V/I*_qʛf$Q^>xp~*ZE+Jt-.FHBAp?DCʝVlw Ÿ 1{W0R@10(ڣGX,*rYb&ƮM%Ё8_M}k4K#Cw L!e@FcOLR1D*URbu0-P9S"H$*2F*a[sC!s94#s@kGq(_[F[5vi3yRӕNt7{$ZSґvf)kAdAǹس 36FgX+gT,3K3Y!%99vDAHFH4t$BE T ( /abARI@_ 焄S2XK%nQllƤ+꺿\*8?iOzN#ag.+QS/yUvHhj|, epI `V}p.sA# ɵTKU&sBzN_mK$G1%'#A7@4[;8K)<S< @`c@x59b8R V8C3q;(A*B )"sc?0"𾃘3g(;O7ȞbB u2 ;\~ⴘ@@ @8Cr( @ *k8;.Z9 ?p2@?>@KrD>x؇p)`d8%FdH=Cl3 K yڥjr3=qA E[ LO ]4L`2.bL\KL̒G #pM ϻ ds98=m)Nަ:I*IQm;Q =nJL5ӌ}PƛS f=<o.nHnn#8 XJƒno.n|lG鮬&ov8 #K P7ULp:Eopo==qN[Zz+_q"7>r "_1 p+>m!KmvꏍdYm1'JLs 4&gu\6l56ݫ9Q\p8_ ggؓ8Fu C LL;]gx\R RHJoM|eQlMN MLCR7+X,jfus/rdOve_vfovgvhvivjvkvlvfwߌv;^" nǃ(8(?8Dr欆ݙh`Zv\Iw%]G^#-gj.d,0s2\>vSO:2Ll6a]^[esG?`~Nc@L1ڻ{E ce3>TypH!Q1޿_tWG+Xd9E-ϯ?_}R Ua1waM@քsMs:c?"j9clHe(>&&"=+a(a9Q 8bS:=nX"%i?yb褓K(V:e"rhh$vXxϙ,~g'ZMn:)v$zZy%$|jء!z牀)Ϥ(s7yhjڈ;*P"I:Ƥ)%2&Y6! &I&BlȞ納r3(H%(n驉ҩJZPv=ؠT gA+CQtD-Qfr_}%agp{GqaqT!]w {SU *{dN xC).ĸB4M~tEcMstǁxq.8/tzw ;機^[}{^N{yB\c3mV6m1}rGՋ 0%ߣ璀&A J?߿0Wdag`E+h b0 ;]ā!o蝍 {=> 6ak폇h#"~< ^$0p'SMD%DwYQ5Qw#]ʘ.~b&4ыgWGۉ1%5}庨5AT\dx1R)]y\H1pp$1}5z!U Dey>R~;%Rً`PB.3 ZRt Gf$1aF@5[`$6 V3&7n&r!V&9bB <& [8`rdQTa:4g0rQ,3 @5QP}8A)}<@#3,я4")IKjҏ|Ki0Xj(fK) ѩՈ *l! r9#AȠ2ĩKM o @DY;^֞p 8)KWR~ebӃUw+jVATn]+LaNntᭂ(.*VS]1V򕯹0?L/(%,ubn*mTjIs4|o0KQbT{xi/be.+ -m e1ee4pF;;)-<yp$5$]8ZV&(T)ZtXMt"5E(ӡ$}Oӣ+IjC/C.VqfZI/t?UR[1海,=j9sĶVq'eTQE8Ѵ2Q]iE{.:XJԤ}G%NvXk׮&=*f/jGNADt{V/ݡp:5])lcܮk3c:\z,2Tҩun3ɖc2O<#XL<#B% 3B`!\,@Z$ԛ1u `Eוt B_;=r;݃ {Lә\ ] ~1^ /Ixq}Vw^6n<2ֺV~1Jc z yis\j.^_>C?n{۩w@6!"u'N͍""b88c9,5Y:c;7M!"hub7~&q?d@ @dAA"dB*ܠcrWImEބq^F&cYd`%JFQQGGHe&.cFaLr$]UmddM^&V5Σcɤ >~9B2eS:SBeT&dC"@q\qZ˥Z]Iŕuڲ͛y=[ZܥYɥɉܺ ¥H=mܣ5۲HƱ%!\Vəۧ}u&Y۩%YܼZf\Z[ej^[`_m9aU&=\em*fddYFrV>g%yU'5Zr)c&Tzg{}PeHf}}dO'M~MMI^$'L핤Jj`b"dLgE~KNDV(Nz'xnx#m>#{h d|f|hhwh267ȴ ")T((D>^Nih}b(gKޓb):iF~dQ"^h(KZY^NV^)]鈩Evhb=(yiR.e"*,i9=d:BhfhRzC@4B(A)Ri8§䢒S䔊)OΩ"*I`X.Ʃ8+~$NR*Xj^r+ I&RXjQ ߉fꐶ(8pf'0|X`Al`C4$~kZ~bk "FEg,` dCT,'*`@$9 -)Ě$l:dv b $`rҪ$b8-K"m^$V-)mR-'Lih?jTJ{!*7ALT*RaU -F!JF)]A4b1!F&aBib0nrKh؆Vzj@P@@$C0Bd-/|d8 dBk!cDRk./h7.7rrr6 s6ձ7 鎧e7&%fL r*A).9/ Ar$H/SB"dFEmA">mbj"fD1#@tN3NBCaA_Cs"8%225yqғ}m9T5(%fm5EWiF-Ect2 kG @2N5dP 5Ld_K"l@޴4@ro@3df,G8RTt=3$-Q\vjvj#3svaKIf-@4'tm_ޭ@lD(7mdzn,J dMKE:wƌo7v.kJz&w-Bm悷yѾu6mv+zLm%XNkvht54WH /nh ur @"eKH4@.d_6PKg6S"kxSTxM6Gvrڊat7687]; d5o+)G&@ag)8u $s84i8NrB)^d"H零y%xW}dyCKfSJ{9uƸ8z 2~j*16O@X/09O<̢*b@vLLAt6t$:+P15 B/qA%;a +{XQɉ%'k;SAL;p{S{/;S{ c0WZfw;Ž{rW;gc_{{g;ɩ{绳{K{OE0|AUS{_{+;gS[hSgjoy 5=hҦFZpxpÃ5iZ<%WJy0tַc/(Gi/~#h˓׷u{36fs6}ʪx|'n#o/J1#DL$:[\dK1F{( }-re@oK.%**7#G$I !22s%4tO8D̓MN'Os,32@q5όEENE<NBTNrH SbTUm@ܮ|X!̒5s,,U%N¤g~z 6_%12TGYDcu'gX^:Zc Ol}X2E֘Nav]e=Xr5ZhD)']muWk5_ݽ67fK8]c߫Nd+>7bAޗOgC܂=Ǒ|T !^ܙKZn ADŽ7Xb}ןqzeiׁhu:|ΙfD\gA^NQ;]+VbGnŻm>|&_‡jNG]k@Ggs HЩH!Uԥ@9;+^uRȑ!*S0yhJNh@Ap%m#/7TE17AFLBcL&y81G  YD<(b SDm\0a?NJڃ 6>lI.2ICO[D\*tOD%`ɜ+ĥ_bĖ$ǐAaeg;l45Kȼ4ztp2j7GP9V; R,9zRaAU)A|C=b| s9ͩ}@_ ApE)A;JZhcOD~}@BP6lœq(VAOw~ρt:L)R$'J ҧ 3H9֋ 1vxJ=QTUڦͰmne@4ppa.p*\oIf` iב9GhJS%$(O{$Ivz HЪWeݣMW>DZ$y+;R`duHKQw Fx3Ȯ}#*Kޒ2 =l`'7˅39 =_y,{9^<}LH_iK 4kǔt apl'0AgA$x<\ 6ٽKt:FGrv|#c=}$}D0J>ൿݶa v1wHqT[;Q<,P9؜!oq2W6FrH)èph IlGJMzdl؎%,VRV !$AݑyA<xYqf ̕^z62ΟHuJ*07/X/; Zz՛CY ( x=X=> h]cjLKsci.A2-u @#a+X~WGa%Ac! XʫOk&00e eخ"ZOoaOeJp&/e&:P[ /ZffE-Ap*fJ0 %iEjZ f E [)i[[!AZ`7^إʰYm%rүO0lX!&L[W![dPhѰo `% Qp|\a O%sըdf-,n <6IA+Hj/VO,-r/,t zBL |+,"a,z0@Q &b SEMd<!VFH 1bNLLMr<.}x!5"$@NMrl/>=ԤBR$&g.ؠ%.!'.>ޮMH4BMԮR$8 4(ON߬" 1Lt-JFN/XĢ\{X'-w)2,O,l'8OR& "͊ $,%>"΃`R'21)!%#<E^r"HD'7Q"4!E5 4B%CC%j =# ($N8)n"+1Oi砑,Q-5,ึq&+s/1@ 3,aK"+b/h TB'˳'%s* k6_$&!MԍDc܎&$$&1!rb9#"!aBbGk#5c3#B)$!0!,F" B|S{B'D*!L!GE3v=x!L3B2MՍ&(<+ӓR7Do0'|O,//+S,.@`T,R>/t1191sFbG-M$. IS#X<# V# LTt$&kl#֔|X7S L13G,5#}/IAĦ#4o# '!uBcNStƲӪH>4, UzmsSQQA2.R/Rq@@_5011eN (}MzSKļ+:xK7 DaMFvیxh(a6* }UA˚ֿK"$sl܇4L;[ZKM6mN B3~C{6]"HĶ!9݃<.]=R Oвvb"v^U`ǂ!,V-('0^'S5S6 Eue"L2![ ["m;bm [58U\Ѵ"8HU!v#lT#N5U\[#`5Hl5e9BJ B+-BW{+u6N5oqon UpâzO-Mp-rQsl, 5>0BO$0)pssՊ(cmiZi|aZ# bmn%w[6Ƈ!Cv!x]\Cv۴|m|=jzwjz-')iO8/Ӗye6Xȉq WX WM'!@jUւ}וo}~+8@60Qa/ 6Q'  +o7,x,QˢW6+6t;TtM#\U7#\m"\"T,!YuT9D"5+J"3S5ub:Bd9ԖV7S#e[u!dV$X"g1B/KNx7ɺڠ q75@ +O@*` D y,"!YO,! o$ړ9'bAcsa աǯ' aХ dOס{~E4PÉhPzqf0048)kE]X*i'}YZ }~%|ƺn"FId01jpV!؆mQidZ@X!0PXZN&=&O.U{Ke%W&X43[mY ꬯2: o0];'e]T[4nj̡2;qlo oLo-FkG4}im}9󔏍IJN+zpe@a8Dy1cx"+b#! <#\տ"(U-! d5#W!wWI" #X!X<#4p"`me" ZoYw{"VZ"WxU"d!m-;09vqm,!!^vK^"cQ0"V'nB#Q\ى%!|< Ƶ88zt"|LNx8ȩ nm2vLsdyhj7җކ 3!ɉ,WOqʳp"aa !v^ 5\$ޜ-"B73"vÙ!V"j!~y/!]#Y!7߱7\#;"x#L‹!ً;b9|Y½o[?x❛=~x+s<AvI !۽ b؜(|+iZ;̣I kv|6\s]"Hv8̕.av"*~#֫|UJ9XTH]-]e9aqÛGy#X!dObOY>X}G%٩jW?!֜^b\ۗ>uivRI9 *$E [V3" ț"B"MΓT!Ns!~8 %0I EBy6WH"eQУf ݟ Gག\ȰB) lD1c'tCɓ(S\ɲ˗0EMrQ1 M9 H*Ǵix1ԳիXjʵׯ`ÊN:HP0jb*/Ō!щɢ|lbyKLY"Ki 0A /ILhH M/ϙ:}x%N$VNI:]sRgI:z2zN_Cєi1Z5Ic[T8hsϿeѣJؔSPIe95Aւ 6F~=%va +/D^4+4[bBaT#AtvC S::tAA4DG2HG7LH=S ٤)ađJQʒ\8vɒ15tOffAds#CݩCCAȹA?|:ɐjz3l_687Ӌ )uksH*JwMT lR[i%.U.(]K?ܒÎ63iHC+_*aD(NH3=yҟHQ=FTA }* I RsIOH9>d?q_CෑSh{F(z̍}eL?q [HEBH#xS80}`6?ig Aa/F  El@Gf˝yˢce"t>c u266v* CxhR1 FVԟ9F1HRM)Y#ӤxL1$BDOQHa$KDJd6!^E#r0"02l/yL`5l Xs401תrK90J)и%ȍL:1wt7RTv)f!*:B2Ђ|j!eLBR"YA#J=Fo!j(BYaL)nP<&BIjT GQ6$^0:dt;TĩQTt4>]̓Czh({Z C\S@UaKd#/?ȑ:9I0_J+̫^[yS{8EbYLbΜX$''">C0BoxYsLlHG_Q%g;JscAbL2}JѼĕ$jKAaeu)kJU[bD]u= %t1[ކ<(9J}ғo& ր:Ǻn{wDCg;!olHņ&\+$mXJ;*02V -- # W?D%nHPLC9 zvJWDQl]LZ!_6b82NS$49Y3[63bь 1G1a)զH {hҸfpRXj:}uG$K%N{ZB~,IBf8&$H1U"e:%<ɫQ2ސ(%AɭY^$w>WZo!AZ[\ʓ%U>OjObr(J̒4-r1"6S2wR]o-MFW]c3"j9?M%ԸCȟzb0I?Ϳi!$1" nDW0qMH".!:Tr KTH83C)vLcx)I(C9(ZZ 6Hw)ݪPC5x)2Tb"Cdyf BثwMw`u.eYAQ"tĊ"qDfې2'9KKd! 6K+pDNJt s5&$Q,'tvBٔK.wd$󣍪>5BwLGq0$w ;-- F? A+@ [P : _ i .6 96 \ h|P|^! V! Fv~71=5P3=U8_C2p@86CX1pDxt?BtqPSMȄY(<Ȅq@@5BjHCh/MX_Cw8)U3/H]фe6p" Bx<؅]*4Ԅ Ї4~=@17/(/NX4tMePu8 s?7?HHhcP.hSa/M1`7 8rs7Ș6TH52P=ch҄Ҵ4h8Y.(T}}68E{W~E ~g~ .`F[;0. i rPY2" 0FPF (P栒(p ]$h(\ &@X^9W^q# {(@}m!a onI\y@n֗|ZQg R+!E5k y,! z+a)%>w-Ar(A{+yl!z'kvg9gɑ_ ) [=Y2Vi \B? 0 p uPy XIZy)ГhE Ghj]Wr5lc{*I%fv%WmGJK9gw#w,{5bnB#Ƒc6R*&wS*q Q¢q)*l).]A*/'w$7R)%J_EYio֛ExX'xY@9=iY\JA;9ad"Hp!ȥ%)XXn,hx+xKS-s&K)(\xQ&|Cz8c3r6jg{2r)q8z6Ja r!1ifAgF&:tv$# ģ9:qAbddb HYd@h,7gV}礸Y_Pzu;Y1急Z\_9f*iZ[ij_Qh:{~zܰ$`:ZyZ#se)Sb{#Z#f-a"*k)Q#q @{It*=H9ZCT9ڲ#|ܶŖ} a{DHj|_#X:`ꯇJɥ*rꉷYړz -Jy~[GTg]K)q=9^#T iQ!2J!k]kMVkQ#Kȳ qgg AO{)顢# w*~yQW)CJf \R|a7[6 Jɶ۶MJ~ [Zۦ:\]1x ^ pJ59K˷L9cie±뱝KVgk+{Y*!s7*{&|&$6l{Q;}FM4$ {[Db+[ IRl[|76KnLi_VK YYp0x^A ,[(P"; ܉\ O0iMVxvwj-,s]e56'PL&,d1+@4{fjHUL&S$gr<Ƶ]jy]$:nU( c4uceB2y̳Zq"cvKzfJ1K9Ku ѭ&Ͱu eC&EP߁hkJiq,fDh@A@&X10%p\A&=(%]1`׉Hi+m ۷[%-P9wp [I\clU|SeY)u9L%R[7uu}yKkB|SaŮlllwϵ˚j=lñ*]-- =Ni>74 8 ˠ@BːM.`X! 9 WҹF`X}^X, H.5}nHCHD޾(xޛxJv .b߻hExJFD/  s= 0.8P 8$>㎳EH  ߸3~4_> />SƱ8=*A)S=(∸>>=TװS.H>n ]==}eg:b5 ިd>,R^ W,l0_}. ~lЃiqf8==ߎ>CWH^ϣCMxI~:N8lo.NxHG.GyX^φݙor: ijx Bk丱c~w%=-*׋đ! EsyySjHϥS{I]Sv#υz syI1{eGL&fUˢ?AلeJ L/;N:P_*yMzz9*Җ9J6lk4oPkkܿ*x-mg]vY g riO@LD0 pQD-^ĘQFf}9F4iG-;bb@Llތ4PTPEETRM,y$B.^X%R'1?6_u(%Ų6De-mx!z#̓w`](h.a(^D8a;avXٟ)Ќ"CY1huQF@v8"bv.7N[qx?aTAW>q^Pg!:z駷NJ~O-bz h9{"75:#)2H#tj;͞oix|{'ΝA4,0#ڪ62E#uhpHhWYtB){/!F^3A y1p(} z8D">F `\Q?GÊzIUz#HKUXIYЋ:ETC/Ȣ?ZTqэVbq(tpca:Q7|cFTlGzZ`AcH6Z,oQd3Yhh *㌯dcò+<EYb3\TA²@12 0%3BF42+hfXN*,2э`DU YD2SrIy|aT$*DRb9`E1Uh$1-Fr1=іRCC_)F|Cl oJـa2,?nHf'(;MPn ,)>^r@mMN,SbTz(4<B*bX*DM%Y)=e^A>j)mĭIFN"{,"ŠI#mJDlARڇBCm.a>ԗSQ=mKӷ*$S<!F"FURI&|EԊVj {k*۔@ƺ\$9pE UKHwG(RW4AZU(! Fh:r̶+헾Q {! 2/@L2 L05F);Xvl"i,h9o& !FzZ"ٮxp/xr)%.!PŸJ:qBB6TlWA}Ԧe.oH7[T,t["K$|BA x"۽Hg'"^|*H_'^)Ja'҉SYl/^l #ظD1!6S>;|BRk>00#Ay4#+f#ɷkpIӣ 8pA[-6`Y1r &0 2tSsBSs {,*/3A)š*(B,2j7ӈ30LCɇ;Í6"8BË` >9*.%;4 EE@%RؿĐ_   Re(_` L;M9"c{D3,X7V#4OF (mt@q53!2+ljBt3{=ǿb @T69CGK`ĈpcԹH9N9GD6;$`@]$ N(Œ:$0E A pC IE ŒȢIYE0SHd$u BB[9r)!Ax6$U4cvhԘ2l3|9xJҩuB J:@`aoƘ#/)/p={{ B68?+‘q7}KY8 ?EAԯ`M]YDB p@VV̺$ >xɡHɦDZ\:ZDM.a?ɡD$Q-Te ɋL@KA` V=Y|Fl W:42V|a1M2-&;ӔԜH-# I`T$?ȶd:DsX;8(;{;;IحԠH V| 8Ib@B/z_ԛm[[ \{H$\^3X-]S\ْB= :EY[\ ]\|`XNkNܜd݀u]ۄcuKm*! /UF0ʱML3ŗr[KyiՕԛr:K6w;f ޸0 Yu 5Bk#B]Іh$XH<[ͣ3+@ 8TD# F]4`MW, cYW|tԚNխY>A "T9[8m[qbz9өfq 23qoޣ-Y(chiZH5Fp!6d`2Nk# [\:HMYS&I@ IdC\T:_ ,XY]Qi]b0VzՕ([bD0Ř_fu\uΎⴄ ^E?aif0A! rfft$+-$jfmx֕`i藱ߪХkh2R4˓ gg~FdhQqd  I}X,ܥ TTM-F T_, оhh@ @ Gc,zF% ~L_Xs2@6ح 榈vFe l[ eej0x1所_v^PQf'iu^p\lgSӅ\KD].H::Xē:>N >Yڬl oZ.m 댢%8D-5'sOՋϊ"n8OE\7/ ϱPP/"O,RO.,O=U\ |O 7hp'M =#|';P$5Q!a$s1ԋNe2#Odf),^@(A I3QnOz;t}tYϨQPCDξ~aCdTP..«Q▨v TroD̿ Qgx,iZyFhfqvuw;f[!>成.FNŽdn lV9_c܀nӁ~Sef2$^68Iҳ.N7^Q֟(9F5D-;.`k"&CZ.?ݍb7\  0(sm~leW|% .B7?LijWwھHcG&.Xb?Fa_ ".Sww,ݖeRsui(0xl ޽ɳoѕkfb_ף1y}w@}@Z`{H{N?65vs8w*|FGr9d^,i1PQUA\v)wIQDf9rA I]b$TLQ[WPiO-Xez0)PAmF`9dA#a9(Fq>QӖrq QMJ''!{^nR,DlՏ>*,q\9%b͚bcIvW p8.{e/cA@Vh yvYZ Bw~ڬ76`[.Z1փf1ns~3?6A&UB+rAy3Adτf.AW,ufZ_Bx-m.%?Z}5Yg.欦4?5\Pzj:Ĩ.Ю%|sB爢ݻ%< *l `Y>߳ys6N[I(㍑U5'Ld9U8FtT>( ]ulE)sYb==]!&]LcQZZ>4r.AsaQt=-m=`ңKh(zo_>t"{=h?A?u0rt?;Q~>!wA~\(  /&8r(! ?PR`rܔD1 <[ 'N੺t@t06.+=QD#B2K&̇ب/eMtLX1M*TCAz"NkmB?VG(J-&WV$`gz0A+{{ٞ0=l1`[j'iR3#_9CBFf;f![ *#8Qʌ +Nh˙~3 qͨFb:_ Fs(5p+:fbp~ Ʊ5m !6-dT-Ė3pU>5/d֕W֑QTIx?HsKY,‹s(f[A $fp(Wy:eJҶ~[ֶpBgLn~_xV$y7WU=[*9lUfa ҰpVѢ%S֦iar QՂ0Q1H55\s5{-HI!܃tAI%I@WIpރ͒ +gk 'u}J߶HfrWb))en\, J)]I-(ҭUr3P)b$iHv3h8œjfHldW7g[qQBc ʁQV9rA++)HXsHc萜) q?qN/Oi|՝WQBh`ZXĞv ekMa0,5pbnM_}X` 5XPI|;@)..P`0 ˠ؝& iO ( 5mm7ĦQ`Bf%m7&o[goר,A*e!C:*Aj!Cr *@=(26פVBGlaף)\-4ٗ >7̻[H1 #UG5emX|$00d,Xzm }3`sfZnFtf;@#` QL] v+}1qoR8OsOb$rIjq72x;Fh^Wo/vsH *zo CvX{XZ?u(׫]<ۉbUKs-l};n浟:v!: n_ٝц &`Le±IiQܚ] $۲]ٝe[ލFtB]Hdi 4z%yLm`yՆDӚ `D nͅ|\HD Du]HR> z]t`x!B)\H4ACB}mV_}F}ư7 Cga 9* 1 CK^#^O]J"!Zb)0c3i:+R)+2ȣM(ʻ+Œ&.=V鏚)nYĪΪ˭hE*F%ݰzdf[([kL  (dO*P~^6ޫ)`<Ϋ_8kH-Ӟi*Զ MF-V-׺Eٖm[Xb*Җj9}ZMfA+AJr] [ $!~@:h"訖#hҲ~.膮-\i])""fE`օCqf]q*90 nnQvnYؚ^imÆ-+:#2|*,JVrzf>mVa隮ƭE^df$.J.⋚'`KfFH7Lfk&" >^܁Teکl֤?/ڪP-$R/0gJwl.0ph GjZFU.RE- ņef htkm/ ,op.l1/qF,!;koޯ"co1Qqq1mԂz)rhDo&sQlg:Nezye% xTzF2Q-C/ QDC,Qe R2s3+U0raz- 36+QU~sQlr3r6ל=T;'1s'EWsFOt4k35_5?944?ߏ?4@.474.OeBF`rj&kDҩ/N2Wwkn*O/r$vc##'rYܽ  Ak@N~2AOSf$]_F+ى@,iRc!%TQ E@bE1fԸcG)~̈i'5ۨ2.5(3#65̹g˙/fd)eF5oO)^QM1̨"N;>{+٥[5zHjѵI*emʍ/D o_yT%>ٮ;n{}.dy69嚑9iYiyZg~盉# .tU14góvˊ5dc5gJZ_kwۄ|dtkܱ^34(r#5, +!f `!nJ#z:STg*uRYT+~iKoY *:թS%I>UT-U]Պ7zS:?{fϡ'";Һ pBiS[Fmn۱J#Ӹ XhB &X`].ږL:RW8sP\šrԛK$渠ј& O@#mD%.MtG">1*Zs{LfM Ԡf6!a{chM92#-cqU5"8H(>ݰ5|Ph64mql1" Q 'JM?bELȔ$T9JW2'kmFHIarB8.Ȋϲد5)^!\C-,q[cB:8pG1`qDFuQ6 9A2`F9\ieɠf *ejh*_͕xuL_Ytv&o#>iӤq%9WAFbڍ A%p0( 5kq6ҷ|X& NĢ'F.IL>_@jUJJXzR*Kf~Ik?˱F+YJ2/Om=,r2 L3#Xb:npgT-.:IAIJchd=EM$:/Q]}敶&gяvUնbmG0ujf$ؐ(E a@` |WmR` Z.[H r-=Y(9ZԨWĵu!a C׹Y8 L@LD3,m#JVLMUmMh_ ]Qg 1zH#bUw2+`[֊OMvU^%eRY{뜜[ot>jzaԕL[.9d3{b^[u7VdhE/эn4j"[R׈Jl0$=W2NlӢ&FRcqP>=5Vwza65f3[׮٪/=RӚi5j^'>YE_ڰI}n ٝ6Yli[վ +hZ.=jz>-Zk6 r[c?*|#Y~;1q" e9KImtLR>)>r7Y}>X6:k塳n.˙N@eJ܋wBqeQ Wmw9Ut8ķݮ x_T_iw/-t,~J~Y1_=0Gs͗wPJyj52wz2ay="E<}Oúg*{@ aR叟wېw۾˼_y0"N=jDF pMDbjN/"Oθ0 ib P  P#hpl@pm.n kbJ*"~k+1 #1Ί6Q9Q,FEIM";~ ˁHq1 `LaT%\bA!dB&w&~LB}Ab*\BMϑ'ӱQqz11q&2qz!}!!qGG͔qz#zQ1$1g!2~2r?$cwȑ&/2V2&"˱ '5$%2 1Q)Q%de2* "!-&+Q$9)R)92>*'(>pRQی$] !22'r(?,lq/t13uQi"04M3MH\4 2ApkД%56 3N$Ta 4% )1?V353Y19O@V51AS9=R995]W`Sn6o1op pf0 kkS p4 =S ;Vh<9 tt4>#1STBVT2E?2Cj4MF}0K4NPtN $L3tFJM4?3hO'n4Ke&/A'P QLTo~6U 3Q/SS#!uBN0yL}4W͎MC4GV5X`tXOCPBsKEs3U+sYu T UKTUST/H>en^Wto]UnwXt2hsrw*ע.7xwz7/znsnwy37|.Pw3G5v/s2w}w@◖}7@UQ~3z_{C{iwCT|7=A}s%KKw J;+;?sAEX1X/gEkywCubm8$zGSӷt~~x>5#TzẌ%uaWP"K =XVwxsCwXXooq8Uwv8#LJ QX@xxQ?wJg kX$ |؆B^95ypw%ËPL27'Y+Bn,-֞Q. + +ARVeM vඕzYgjemh ?-헉&V{5M-hٜid hej*6ۖqklrvkd9RhvǜGΠdes: +J%jd(zjڕw9="xcȸOGyYԣ]BzLG2LNSyttUwCwv>tA[\G|xs:vU?v8I׫1-]zGxI5xc:ɺͺZJ6ٺyݚzut^wjww'pᳩw)zvs=Aú#Y#:e;HMHYSM[Az2+s:={Mױ7 ) -[B>y?VfA92t:!$yֵ;jۓorMս(\w%ai(HGOzMhG*_ *mc'gp(6|gRf#**LS\UYmQ:%-kd(GkTţxـnƏTeT*kL&9;ڦa ۻwjRw߄"]Ik&kGSI5ˊ[wif\|{fOj(<NjR#l3ޏMzuߛ( ;[oiYש{z{Ͳ[5S9[Ǻc'~y~e}C痨OުzTTs^Jt?{t]^*_)K4+ h;H{~a>WkT(z$mڔfb=0;f/ uI 7FMa`a M-&Yd=؜\T2i~bd:bv߶F% g!z :vkߡ RiJڮqjYzxWsU=Ӓ8Ÿ <0… :|1ĉ+Z1ƍ;|Ǒ$K8jʕ,U{inLsFp&z/xMc f 83:} 5ԩTZ5֭M” HdI:l)KBzsa\w&n`x& `u\vc 6V\81vXph=o>93f/<4Df#۾bʖg}Y3wY<:Q =ԫ[gsXRL=˛?>i;>|y=3čGQF!s` .(v~'xzqvi&yBB%fЈ!j(2h6B$(F 9$$HcH*I=y%={ Q(agK_gO Igvj`D|>da=y(d*JI)QJa:6z gdY&~0gjN;&.Swފk AЯ  ll.2 Eڧ*piF&o*gs nZKF [> *f)Fn9nt"/pUp9NLдfqb'и",rJA' P>*.0& l>69%, H'rZR4i,y< v$M6&k@U i(H:bR:)8:`S"k =yCWӷËކAPCGtZ+b =t O'õ BG,t9RӁ hJwƫdIBES$ ='AgZҁ XyQTaCM3zTY}iL B dGqɃB ֞oVUskS:NT (L;urMkX]{^baT3;gDkث`%٦u˕,HdVJ@UaAJ":t <ƻ!ֳyR*hHN} "VRh 6|H8X^Y V $\Rx)v9 w3Eo0A/PV R}w^d‹|ݽQiD^zTb!&AYQC;` UUoG>۾v1:TRt@vc5.ZNHj_E'*$1tX:yRp , 䤞ŠIeWJ0!Rؽ{L>[$i]9^ӠմrV돹z^ nH\%jnמ-Y}@ح=! ?  ^SW _ɍ آ>VA5uߙC`Ck}^<\t7mˆ$ӝG&Nf}6%7!^m] 6ܘLW ڥؐ@lQ`roU 3ʆ΢_Ome#Z7lpxǸuJTRmsa Nx^c@5*eς\[4"]{Jն 1/:ٍd eٟЋGXK/'(ZTQX%H'_kx0D1:apdZtY u}zt@| k Q` =}7UyX$W#q`ccFt.% ev#N` 0c# MhgR f`wlMQO @|Zpwcvo}2ew'dǷtx7Z`&n! gp_n!WɸF8S(hp;oHc} }r% 3nNG q1hQ,tEf f|@&C9őmsO-9|x2ꖑ.EwgP.e ICGoF(7rUSw0_ӎtVꅀ$M(MeL̆&XVMF]rwM؊Ҋru2W8_}4Dch|.EZ0_NfhyЍrAyW hR F5VdI"Y4G{χnw䷃(  0kVv.eǁ5XNFjN{#i 00][`L9$ijx>Vk )O?Hpwn[ohYUk8rc& eP;i%697~7(% u^n8J}rJ ^ aIа} &OR`s\)զU%h_sff9$DHu'a fVg |%86?si`oQ5VSC`w36 .oqh '8Cxy?*hUy.%JOo Yg[}E54fZTmVzl\Yl_b#+;2d]FtRŚeՑJȈ Oyu)餑*%p OW|Ev n +H#?gj97 :I7ca>WS]W~:$nYk~Q]'Owol ;N Zs~l*\p`p{0cC\ֈk=H[|*AIo17 R/8RReoފeT~ rlHTvB p|Z`RWRCSzl K1X%]R,+ԗp0 Fk8^FCpot _=G'btAP7` _:>p :od=ƓHfwB28tGtU=Јd?^@H]^I ?, U= UHճy0úӑd:mkFd GRWQntD^ٸyBC Gׁ"x;DOBV6}_L8 QƗذN'>w\#js7Hj:M8/F9?9lKG:|=;$D>k`C>G8DS=h8퇞3As6$ǔ7JJo9X=JcFޚB7?gF8y„ʈ %?iy;IPtᱸk)G,+s){ui vRԗ}ȉz7}S5_qZENiq)5w.u#&EnH *:V"J fj(\$jpR 1^%Q0 $i;E?r|Wh S]kpXx|<W$cjC:V˕E[b'dLR`$}Hq7juyZlꙬwS>_kΌ>7AXHI-ZGiS `Uvi5~a7nha}aѪ-x5'KMq+- ߤ{Gyث,ZQDVx^0zE<$CHq9ᔆvfu;=6VN`3fu9cm +s ^iK[23U]mLg-Q*S4cVruR>NJkUN qVl6Ai>Md}܎pq}1=$ )QyP@ܪ!YoW:$no =8|Ken2u7y~ ($Vy ۇ(c@K%EV JYi7z7Kchx Ѵq&=sRVE۳}7`pź~pWCfʭq2~+µNS:u뼵c3r@;ⰽo~[PlM ۺ9YVOn~viV؃kلJnjQVg?7_uqVܶhp^ņ'Oi@;V4G}?%GwQNd~QV7[2=i%8Zj:f mWPaƤ]?7).;j>=!8n^Nw5Ѯ߰l+ێ)>~|:-d…ƦˌlaD5h;Hz7/_Y Q0[&x&~oBR,_VVN Nq^u:gjV >#O6c &H=)(g | uN1Rm(A꣚\Ȱ訒v+mu'3 JǢL0UH;DS%,JeeQ+ K(s,M[VHK#rtLZʤle|'23ԧ8 (_M[B3xcn;Ã:6yso>#Akfs9“dͻ: _j즙T$# -1P2Ki9TH$QrtW)Vf2tF$JEJvM6 *(εrDN-LiШ5r)e֟r{JHyBk]u0W3AY *G [Q5aƽ5ja˘B[!up PG|إZG!U;Tcѩ7i5^+єW@$h(GlgZcnF=ɋ `_v5c3F 1: w YGKUO|[ZΥLONSv#/ *t4 Qȴ#gKGVƲc>άxE,fQ G2QaNxx0ݡ ŋs8!ڇ6 Hr!4O"Hڕ"nG EOŻEG#W(X3UK'%sfcAF8Qd%,ZW9ټ RTӶuD#]j:CVft9 & `sڱ%4S*p!kւ rb>(BGL-p1X٢7MYdC S!,I>7ZL3iM)RD#rAIiМDQ/bwj-&UKej3@s0A 4H%ldA#w_QzfLl[H ꏐ2lB/!dZx!J*$A'h%hWcDH CGcdP4׵ȲEdV8ڊ%%bOdH3ExlnJtib7wA5Wq*숙|.bfrkBe/D,liGS+Ֆym_a}vݴ7kX&Z[z:z[WOWo~I>1~ {xGYh/; !i08dy|@03HXu:!񁘍>Ӗ$,z 8 x0 2!QA1 !a#Xl-@Щgj$4xZr!+C3$ 걻;CQ!c"<;C,sߋa㿁џUy!/DQ45ɨ )o8 p {iԉF{#CٚsJ! ao\h r:tl F싉ti/0!3r[\#B9♋8і|8!/{ P ]DA$~𔾐D!@C`> J(<Jл'C#3*CJCJL,@\ HBR0D\JӇ|N2BмsH?%Ur{0{h|1E+D+vq_ Fd$Q@|P8 [FcY|F•jԴZ(F¿sT L(@eد=&<:ь-l0rIH@B朝̡# r Y|l8= )+yQ1-HFr]B9'lHIQr zK}=th%/i̒Zz$}@J)Gx1Q"#ZC]QmQ}QQQuQ8C,*sJQ+ʟ!J0D:NXȇdMp񁒽4?U\sDa< WM0 ۋq$yyG@&`MȰ@ a2XգY4Hl@JDI3r V TyЋt+)IO\-ӘDRв7GGtR DIbݟ CW1"R~ʜ::RQ!QQ]X=!~ 0Gu{1r?*>N3SzSd*)8(}),؂(̴+DK&9U | 7 YȬZ̄T+TSX-(+H58s# X|v *<)/&I}eՄH\N(eCWU >HQ Z)}B"OI։0,YV+t m‰WY`Q%l\+ -=rřt*Y8s= ѥ:KP֕ɞ؈m^ 0ʆݻ(*2^^yX0R~_06諿1  ~4p884Q1%m =}XFdY B%8Rs;qT (M%E1 Ӱ͈p6hG}|)`{4 d| Lm${ԉIT zI uUT#{6qŝub$j m-^bMWZ#]۽:К֭ H 3Ց]]. 'ҴՇMX ԥ2ޱYE8I_d^ gP-eS>eTS޾^Y^#Nn F՟/%tJ3_h[h/y߉VPѧ^tU I`0tق >[MlgKU8YMk$a`B}FAGs܌ &|C|9a[AUlI=b]/b 57V#$9ܮJ38tEh]2,D`$]cqQ,% Չ&6i}cv޽i|ѕaObnA7OJPєKf[Nk0EQQV/~UUVޖޘY녭SkdQ& _֖Oݥ$}Ņ dw%,fpbthj7M`k ]PY"uFjUϷ! t& Ɣb@"($VlS`&ʀiuBڙV]ۑЮa݄H(P*I3 <ѫOpi 2,YD`I)iBIuRK_HEzjU .>6ٚ8U[zc •^xp%6 \&C`OU~5U ^JWCk%Q&$lLk Mqԉ 9ˇ>6Qj47rF :U`EJ4HYm{{xm4Fg${hM:´ȷ<ȹdnR3 ol62  SUs`2Of[!Sc4P 1˃EwvFsH:HᅦLoU {K{Ne? F”Xpʰ%AV5J!u4MqFCZk\+!UB&t] @6F ֖893i^^qg[5~%m҉e+Y &jBSZ=bUU5?$,jі$>8_2e@y&)ψ\¹Iҥ 'O%'%' v0PӖ{8&7JI$ΒJuzׇ3S -zZ`oHD<8DG YăaMܒX-7q #uoV;=_x/p͢PzL'O4=ńwn jqqӉT`%y }_XM` L^'z"oy`` "4A"Ŋ/b̨q#ǎ? )r$ɇGUR%._Œ)s&͚6olS&KO1c:S ϑsV񗏩J:I TUd3T 茪Yc^OfE:hW6|GOyV}5_:2Z@#J86J\o˩tVXc)UeAftOi*TaJ ^5JB3eIh|]QutW?2BRi͎)E>plC4WsؤX_YcU]Šo5^I5X>5BpSN4"2(@VE&Ҩd)&*B -ԐILIڪkFc)D/ʩ+=$V]bO5ndAV \J1jv\WYǥiUN$KbyuT{k3e6zUD;VhƑ,ͱ]VZaS!b]`nTTqqm}GPU8mCVR5w"|DͅEm+=QUbbEԷ!w"$UySab%`lX)aRh1;JCdZPG]YUE#xC^NtOT>R+Oɂc(~,X9Lsmo2v(s XWV> t$%Tv%Nn裓_iE^L*ACS_oDjn(ؕyͦ!u\ .q/+nu 39ӿ]s2A`WwxEAR6)c:-JGI &FC5o<kYr3|(c+^pvº&72: M$I:Pd&"h.T3c>(>ʉ p_њ\Hx Bh퍮y#/"GcIdЗ2G`AyԤ6\+4K\Ga)tT4KvGcaJ I+6&ĩv8 z_w.LwSA.eCk%,\ˁ itf q&̐pةK +;=U2<3[q6 QSEJF&ALX[vqbKJ}Pqi\2:< #5%!`d!Qu5q B QPEԶƉBFa!7 tbP;gУ7B?{*cYݸf$\Er8mkҕ) 6^)I{r/˛r9LJdxǤ-́0Oτ^D&R"7^r[_'s72%v4'ϘΤkll,?ZpG_YÛf634 ΠT@0xPj1Ss&#OjMJ!t4F7C cuLbcLH-6PNKY\`F"~uDQU>#d><7iIL :@iAܔ3:e+[;hlB\L93Itr d׎7Yy;J%>R&u |ϝ47e^ī י".S:a.EE&CFN Mvnާ/Ȭ,egKUJd뺧u $Cm1M˭9x`GxCT=M뫂%LR& d*.O̠~sKF&f(X1kgmMC#$/䷓_D"UFN ]tmȟcUj53YН+8罸4QnȦN>~`7鹉FRx~/( FF;Kޚҡlݫ\zwRέ;bmL{\ʞ{?ӵN+ҹ'?={g4>]eG(sgQ{\Ćv@ʯ7d'c>~66wZ g?Uq즡A_gVGM*{xC?_y̘>ʉIo/}Q^L^qQR獅10]=$A^P9$,4R{٭SEiZpEy]iɐ Tp<V#f2Ʊh@$[ $ŗ.F:uXI㴭dFn#IY[0ƉHd$ do哻YN\P mM~Sޒ !8 %81FT0J c4~bMe]%19e$DZ%4ADep"](W*J^ܨR!}AUᦃȈX\mf>f㑸,=FR_b5Y9\NmdҧY,&j#v_yy#g\=f!QI^0iSs:K~Fyϒ ?V*.Xxgƶ㽸vK9I z^ʦuX~>9ϺDTz"^AF9q NKhEav5yE>:HPE;%n9 (hΊFXB[FώkrDz"V7MU^kȘM"2ݮY rqLKooXVt)hkst~2/tZ㈈,*A>(ȚIY??k/̯\XV9V͖_ 0򲋛it$=r㍾[&,j+#U aFUӈM϶`cE?S ;*~I P W}0[`A_ Q9$^ 1FYm1#b@q22ZHKI۰1t srC' UPLV!4N,ȫ+( 5\27崏=@ ?,kEtD 5gQ¯=3[HS#%РSI)ّ`M^2KW&mf&*_WXyjrdNRm-t^ pMo Vu vm&tE9;;Pl ~|BƚSt_ԳH@/SvUДld@#ˍau,j moq(H#SE^reQYp-']k-W6=Gɹŧ[9űL$R߮kjڋ4Pu]R  /T7D5j9:{$ HKͺGup9H1ʎȲ^o7Zge$bw_wvf9n{k l䱜#5xdPQ(sF([ikVf@3k옍Ͱy3U4\o1ZLpWPlk ޶7md1bB2AU,#yt#3K:,t,mwo yDMv CZtaK?po|7";N4u%*x%w ?@H58{T\9(:Ё:CC'(?\=M05P)=2@X5=Cp<q:5¶_Y=BߘC,tB==64|ip(>\W5AbVֱyYkDSͺ&z/Ͻ{Щӗ5lfTOнkAx{ؔDQ9S@R1x5}?sy'ş:SRxNԺuyj:sWN0 6|qbŋ7vrQ(WL\fs4ÔyTdѣs@jիv/i >gsnݻyxpÉ7~)>'C?d/D}DGz/D<'KA:C<M4Jc@GH GQDI uȤTPes#IBѻ+±"UpBcT> V 'MU^ye6c19:),oZ@90(WsJ=XUSR$)J~P8էNPNv+x&YV9T).(_ 05y9|d?5P;T#Y>5ž>@#߱,'ET!(ckMrHGLWk5rD(FHaP")ZъP MhQRL+l a()Uqv3Lԣic0AX{&jH%Rn)rլGd&#$C[OrVVVұÕ*yJ]IIYSk`gTFC[e%G*zi%o^ʋJ@QmK}̹E3F W1^j^?ApB[2_!Aaá/7ٵ+ȪK$0f1~ьP3/tRB֐4d2 nV`?؆-Ls,S`7=N@D])$ -CcЩʌ9F.R qX2goR ?Ա?|z>Z e1ȿ~(pxX׻ [(.&>`S(+VBJ,՝ 16qV-;۽v~J[6 搁:^2WR7=MiC.[uJ{R K( T\W!JaQ-D$)Sug}=&Pt6b+BS 4&M ꣤ 6 nw[8 0l+Rm;u'[D|+FX"'yV)uT ]4CJɊ)˥q7scsϸ7fnͧ N]ξtr2 4݋ kIs:s9>?S??ӆ3=S@@ @A@0TB'B+B/ tAOs;!L*`p(DG4` &L9JBkFoGQFmE_4FDC2@;vJA7 (`NI) n(JDStEX g69TGA@IsLM3@E'@8Ĵ6KH@;L7tl rEeA䴆UQ EUT88a4e ITS7SmS0  9,6%R#Het@47&23t& Q7\1L;YUYrK-4#U:X}UT3P4>@P5#>[@3~^2#\m@[Z3Hu(\_ K]u7! JMrҠ`T ޕ^uu]5`I5vV3`Ww5bA@ \bY63^bq^_U38de'aYVji5V7vch4fg5hfMq57>6ai3Ci43fbE:no)b1`mava]ecm!n3ZHT7bn53Vl KA "kPUlg vc]u[sAWtI77HU@awwdx!e5tco7tGe_@t'@EQadW;CX@WzWvsWu]xk[Dx@y[x+VwwqKjWwRvyswa\3jߕ`u]vw'57z{m3nH!؂awaK])wք;x{WA~q VM7^ {5eSoWTnW7}Y^uweYV97XuIt{tKW6}WS!`u#H`á wE_XnXe_/AZkWx=xܘzWUg3u)ه 4uU%bUC47sK!jsAr ?@DyY@5cYYwKQ@mSveA%A;'R6xWxDVuoew`ؓYq9u~Xי۹7~! 0o]sq5ve4lᶙ5c93$ٟyց39yJ3$ڇ?xrx Hoy6W;&Gza ֤QZ$5NYFii_izWmx[UEـM/ ,+ZmJ8YǺהڗO:́z5CZsCy:K%;5zz:wAYteU{lr$6 0!ey  bZe5hvPcqQ`s]O{;W%wUِ5kZIAY[{wp; ٩z)53sw]3;ֽa[3Zw3+@m%7P{]U;4;I{ewUs5 X9;“T/\ٛ :;:U_ƗeqX\ CzKz[©wdE|A|I'<MȵXT5mr1YQy>0VG[ueW#ýUQu] Z\lEfp~;Cr]_7>_>yɾYb5m͞5A_o Z g? eݔ31_caOsן;5Zۿ8ʟ_sVM H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ%BbʜM}ԕcಧϟ@ JѣH*]ʴӧPz9M91ʵׯ`ÊKٳhӪ]˶۷pʝKݻx˷߿ LÈ+^\U̕{W/U3k̹jFEFͬӨS^ͺװc˞M۸sͻ Nȓ+?y&KNسkνËO|/iɟO|t(h& 6F(Vhf2*Щ'$h(,XMc4Lc8<8M#_#iH&L6PF)TViXf\v`)dihIY/!p)tI狐(cKL ,4Πj衈&袌6裐F*餔Vj饘f馜v駠*ꨤj]Lv꫰* c{뮼ꫮ ,4Bϱ&6F+Vkfv+k覫 +k^H5h?n騧~G^݄`@1A#;Kϳ"TλKa;A;J{$oX O|MS?(*+.6o @*?"6 '6묶K !l`gw ,$l(,0,4l8<@-D=kPG-TWXg\w`-dmhl^[-tmxciJz.n'7G.Wngw砇.褗n騧ꬷ밯a}A/o'VĀ3/Wogw;ö觯/H30 HAҚDπ'H Z @Z"r\vV q# W0 A,g(0{Wh1!P'F ~x8%p Ax8PHb .z13 L؋>+A ^cjd qA/8: hpH# CЄ&qtH<83NK^,PĂ%7PB@! qR R42r@)X,^ #` 0V:TӉSba%9QԞ87q$(07юz{ 1=(]&5i͋y`j8SpM48ͩNw%`%xJwҤEM*N7@HV.h*+kӞJͪVJKUgJvU=+ZzPX*Q1p˶x+JCƅx`JnbMb:d'KZͬf%Rfj\fMgJT$VP;9)O U#bXq{,6-#4QkGؓ|QYAYXip90ܜv;B$v5IZg4I,.s^nJK"u}v}m 5~cxe[ ,$@uԮrx GL(NW+ nZ\sbQNk47@%[~RtqNC vUg%RnQCOVB ql.;P Bx+ɠ.t%Ne{mBf"mBoيK@7:%s?uVtk S2VчX[WV6!˝'YXhPJ$gAWfq)dy7Nf;Ў`_5vY-`Ed1ִΓD3Lm[ @ΖKRZiFy؆*J>|щN=:/mmPqpYhoN\oK5Tr–ܒync珿{6(9@ xч*KvR=崴N[XϺַz m6\}G<ݮYwi*otaרWD==0/8:$Lbw}kw9PΩOO-ƥp6S|I%@CtJtEeTSJO2P״h^i/<[eE;^޾'yO[y]'{9J=0nbsO?_0thUvKbߎҶ/rG-ݟo ueJTO EWsKV*d@woyhUIo|vqoDz%My4z~rOW|hFp+Vf15T[)8yK{#D,O%*~^P GIwo SFxPAs7}病Z\؅^~~f7jmgu1AwOV]OhfഇPFW[FhGe_dDg#eKDNnUOW6]vՃ'GzaXih#` `xSLxPxq{X؀(AXI(khRQsidd)NAfާWՂȌnU_Iؘڸ؍['CMvcᦆwndnk%OG%\wVrpa؏Xw4THTp')xpu^i 剁Wor gW)`Xe65xqu#ɐJaTH r@H\ez 9XgiW@S)dUJLٔNRckccdnc1EOTeUx1h1f6^(srC8yTl|G{&>!t;V=t)!iHturƒUQ)K(\ci\le7uUPYy\YZ?v0nRɆ+egVdh}yiQwUtxUzY^UjWUwșK8WvPטGxTfPɉ_%|U_EnəĜIٚsZZ5 ":Y5%SLuZ,0U1Y%hTUdOqekK|H)*`c9sVKu&Ty1gHʙuwp|ْ{ %rzy1YIyWp\٥:ל HgʘəBo;gF&WeZ9jIXIzW&z(~DMۤ1/S,j1Rz4uGgeDkxHz8io$K$h7)mumfFXIE\ߤY:hO*oVVVgܕjF[(jMxiDgzɺeOy4gG%8ʪ`IyIzڨchGc3n@t_^HHYDKɰ5aEU`;]F_Ʊ S_][%^%Ey _M7D^0Ke\6_$[&#[[`e^+˲UdXZYȯC\{6ʡ$Zr9jl۶3ne;hW[|۷~![5겆۸ZqV[{:;u+Cf4ۺ;[{ۻ!ùJ;[{țʻۼ#_+{؛ڻ۽K|a蛾껾۾;[{ۿ<\| <\||@ "<$\&|(*,.0<1\6|8:<>@B<;KHJLNPR<)l@XZ\^`bܾVLM } ,m\/*,= -|pܿH .  h|l %`Y J'~.`nև _lprS  }=˰@K`M$@ ^u;=,|x} l@1' ؏ٓJm C]K`I-Ψ X=l-?ʐkv=0RM<{ܜ -=Yh. +] 0 - &0 0L !L>p Q]  ~5L[&ND^|\ kEK i RːA=A`;}2nX,/+(+Lmz- =޽N j jА.锞]р.K@#}ꍝk<"^][A YmЕX`듾~"P$լ>";A(⹎NW~ @킞j F~̛<*FT|>ݾqY?腾uxo6ԠVp#^%?cnmO `)o?`hPgm]&̣?A XM=/S~X0E }l)OƏ/^O# aK (3W$|(0400 $=~77p!Bp;(b[T(R=?r&)͡PfR4D S+<5e8F&m8&"Bl)V`>},i(OQ~5ñ X`… FXbƍ?Ydn7Ys(Q nG´Z ϳB#sR|B6bpR-]!ԽN&gJsX|)Ɖt{6*!~R b "0$!jm-,!b s; !I.ʨ5sZZIN@T0 b=0 Wmª<KCpkŌ#Hh+I`d -ð ;r1Jd ۬ }?sd@ӡ ;-5CeѼ,,RI'RK/4SM3L3Ob~v^( Ve5<|M+05θd*|C\,Ψd%`lE j|5[ 뵦uZF)ْ:\i=X8(aeö:]x) vji=jNuD_P^QI%Y^k``V- ?r8^n ][)Nc~I @PCa=ķ/_`lO|c&P, 8ggV})ٓWnf7uŅkݴo`lĨ qc#H](u--`[e^u?@@[^ wkO`]?^:7*Z 1$F$zu||0]cqLbsvz[Cj끲E8j3έCt}" `@\}$[oHP[$EN݌ RjB[`uP`.E/RvP BeѠք]uD[ķo JoAVq^Tʎ|oi)" )1434]Ȋφtq h0*gXMpضe g*WKYnrO9=\>p= psSՄPV H$@DHuV"݄I{r6|NK거Ep4œ+fň͜!sZKX`'Ӕ[kB]:LT96"jR70 MVm]`<,v58dI^ P -eb[NLoL ?!kBvplO\c )i;h (8dιwL u-wfCn+T68VCfIg+a6pbsgG{'h͔A4i#GZFst.Bb# T)#y{L0VB}~S7s> DWp9ŏLcշR4U{4A A냰ګ9| oo}h~уD rɟ@ݚiKr+;hBY4;B">>嘾c! m cًX@#9/ٗR9cٿc?H> X>zJ+|Tlj΋<7;4$ұ<@ @ S#D$T`̀;D%*p*B%\P.C243ܭ& (B))48< ,;$A4CDDPC`øDAC3h@HB4 DP$R4El(|DSdVtWXY3DTtZ]^_`[l\cDdTedftF!F64gjklV\DŒ ppq$r4sDtTudvtwxyz{|}~Ȁȁ$Ȃ4ȃDȄTȅdȆtȇ E􇉤{u7ƍȎȏɐ ȉHHTɕdɖtɗF,ɓHɛɜɝ%U-=kQLMU PE Le#OUON6DTza]bUu0J5 Yl,i7&m(] g65W6E6}Sȸe\eWLLNLPAA/O޼W?ƒeLL`8ևXu(։XuP8PU@Y4H%ّM@ MD5_0_MMdMYf U{,X ;uNZP\U}4ӏ`gHچY-؉Xu腩RW66H[MLmIYڐ@a=VcMV\[YsXxiV@"7`$ĸ[%NόuYT XEr]LW7kWwu2-Sѽ_X eULAP8kX\H\U;eU8xҞ؋Xݍלnm^eCVS%ݼVpxPpXMVU84,@UłKUgʜ_e`ݤUېXM8R=ux[}؏,^P@TIة5- NU L`cX^ |jE]^-k-\mX\s@`aHZAVd AX$V$ue ϼMyks)F2~55US64D]sޞ]Lc-eߝLcsu ^7 KĤ V-Y%䏅^ں[l\zޗYɼ]Pg 5NdO5PJ cЂ]eZYH%ih$"X9H`gakVPTf^H"V ˅]-&x5Hb+V*wU@bL4FTM55cu8bU¸X=ԉ>Y,cE=^(?VLPޟ.ۑj 5.cȼޘ yvd8߄UNCA E^pfc vUmX8W SMZ$nkEc}YU[i4fd45uN,8fTkkɞ${X_]aXHe Q+ak=f-zۤb5jsguUXA8hu0ↆuH~腖PA݀UQXN^W]Mʬa1li9^<(?J@^e.Y4X_f~WXjupL~@V\Oثi  ǂ[-Q8h9tZ,NWҴ\n]gk,`Sz]M=$\搸kuigAaDV V]6U_#([jn [-Kx( srpܼ,xj|ET_e}qދ\ĸm- t&t~]ilWs>P憄HtvnwPE]nW#gϐANVYέ{]'NX]9L:^VVr"Hji#p(G_U4ufGMegeU @w)&XT9wi+a9TжNQnVuIzJzKgѭ[4̽hnPQX UռVJB{a~vva>h^#UfX,Y#uLʼۃ=ZqAh\Twjpf x(2 _(T%__kkP6~ݣS`pU$ Ջ~jxD\VFP%~% OmsSw XyLL@i]m$~LqXTfzĨ ,aA= Z7Z0s'R(1\ǐ12s-sag1k6ڵ,# e ,uA5JˢRRj*֬ZfՐ޺bǂԋ+ڴjNɧ:Jլ`) ,.l0ą'hȒSwmB[LJd9uGV ΁} ع ЦP]*[43[,ʗ/7Wɗ<: *sñ (+!8 ΋%`8SPϼ1{|,3IL/Fw\7& :V'Xxh!&OEeUN4ndBd!x3YU%>5"G>1 V; :`iEЙXJWVhA!DBUAtHqQI$L2dS;ٴOp VG׀ܕW|9(RXVʐR$o=5( (`**c*d]f)&Z jJZ&5[mі(uq:T7H^t-BL8ׄ3 Iu]v:5ŅWz b{ 5PN2Ld 9]G p81&W5af%<ʃ[7{j(s2%8Sr AI@/SH4PE6 id@g& _Fp)%TtyLk蠄^nvU]]\=+G &*.ykz6EnT0D?#嘗:e8饛~UQffRfF[䁹Gw,Uk4/Ak*w\DI?9Oa_5P`` Kֳ vM-5LC( &B'(aQq"4OB,1E] J`3L {ь`3L\(YІ%MK r)HeSr8d!="Ah jIPr mmHINr'&IO~⿖pOU5#hp;#YҞ-.Lab(g,sC2Q$a s(ARR[ZJvIR?KPІ"' l,TlHdJx h@xA k]C; -iY90>[IA } Tq Ҭ-C&2W<`haAȲ(CS%h& f lNlG>xЊB%uyT %YJP8 C)P*ԡF=*RzTаQq2!T*թRV>Nr%Q*DxCD0تBn!WHFNЇ΢ }\#qIvmōPcHC1\0 e+Y,A缴l Ћ (q䜝йrw09HP0B0LB$%De"a߇|(ote}H]LET 5Ȥoy.:C%.-G1 ) P1>f[p@(f”jno4E!94p$š6EDΤ& `mAkƓ d LD )DhWLtF[*U͛g/j㖤mvd9XۚJ:ܪeN+uՐ0| B!0"-gIC,0 pD}P]:pn!Y20B"\9PF0__Rf Bgp"V:9Edƙ*t 8j$EkL4|eG1 xXoS5Ufo~-M/Fi17]M, QVAutV l2&g24A/Hm/ W*x poJPjX$WNwv 16򉪄IAB{*DHGYd32^)DD&Sz)9@cNkK2>83-1"5q庒VN^k=t|r\/CEsf7y|G9c$\%@Uuءu@nj6n&LK3ZRLPC""iRMOmQL:QO:Ch> AV6kv\K^| ] WW9w0Ǻ6Ys40h0V90yഩfS+mT1ejAijLw1v xHwXIWA&tg &@d)JwEGh@r+w @FA[H4hi i긎 c]^TJ]uLs `и 7A/dVƒG;[qtCv8w`4y=9D;c9;P@&! $';绲]&{92aFJw (|dvc _{.ǘ]bz|7G jbn% ,88V s:P3p|Ӹvɺ {_COj{4=;v]WǢw{%ʸˎѹoܸ8TDk}ua7}g%[8=C;PT )UUQQtk}w} ϼ`2 h1tkBwNI'}T4[@t!7ak?@8`AKC %LxbE1fԸcGA9dI'QTY0/aƌpJ7qԹEh{]cГΆ2BeؔjUW#fպkĪ]ּ:lYgѦUm[oSh]MTn_jܿ>xqǑ+ֽɡG>zuױ;^nwg?|yѧ/uxë?~}O^_ J!>,LPA k 1P wj;qtyo 9,QLQE< v iqQy R!,#u$h" &R)+R-/ S1,3LS5l7S9N,GE=SI TA1i1~"t+G!TI)K1TMρ|QI-SQMUUYmWaUYsO„]yP>'DpQzMVem==hIPkVmo WmmWst}V^651cZ{w:=7q@w}Ta(wI(c|tˊ/. 4VaD0nsUJn䔯UFKCᐉca^6QDxM[裛Xꩩr#=7]}v{5sYMFC$ΎlW\`[o[o\YpHp <)rқҘ,A@d!W8^u_pMv}CkHF `o[,7.0 K4׷lyX. pC/\qo3%@W "DDpLiC - 9s.+];M ̓SX~TzID^Q=[bm%]R l6*Ep7uGOnX[ xB˅p: CU4PU8FHA/$с ,`/ы`EdlP\p@#0 z$)JP`dBi@> hd/b7Ͳ̥,i^$h5aL4$ҋt_#v@@ A] @D0O@JGR;$PA|'=*tb-XFc+CŢ -Jb!OJ(h%[Pߔ"MGpP<)t>"AG;(}9b6 Bh1:(Ft]8MoZ V &Џݎ*R+akYi}ZLt.uns[ u k7m6?K{ lD1KP!p2ڀ 8nw; lm, @`7r.wmc48d oyB+*r81lf7(o;bY vO &xA7) U6IcP %]h 95` TB-JС-̺ge"k)]JY$Ҁל1g<JcR71xQ)Jց`,WZ &xJ|v$Mªh$X캈Kn͈¨V@ A J|pd @ K&04ޡ c *j ^͠ p@oOD%P!޾RoO&/T`O&O(Kal"io۪K&MᨏB1F^1`.%bAhoNXoُ ،1oKpo?NZ0K,tA̟*p.*J,0 hI@`V UQQJt!ʨ(jgnp0 w0$ 0zPͨ$| p IK樚 +r~< 0$8m<-j ϭ*Otj\2m&hbא]׫dabR*2*QE(8A2Ȓ,W JmApAƩ@.o--4.-,! Ȳ,r1'P2%+2o$>IzA1M4Q35U,[5a,Z'ts"5LN'x1,d? LvAfS(ϊbz.J~rKPJ""RX?&/!fheT?cF5\aN\7Bdӧ `]dDf5ZmM-6 d i o eJ@Mi-at* a A6[6mSWy2WmZFQ+. voovYԖ(i4)J0$AN8(¸8ԡʞ`r1( (קr T xs/wQytM7L9dDF JjD`v:J|jWVywygL .g~{wx]ʬb|ݪlA|JT5 i7}З|ATȗ(wp8m;PnnՁE,",$x)-185x9x[K PVt<Ϥ]Eb(ԴȲDՅeMC8uL887X-xksdcEx_MU~ 秚KXc)&8L͘iKzX0X8X(q5 9IK8VAؘLQE)19'tx=9,+BVd$ DNY]ayW)EkFmq9uyy}u9ot/FkN9$Rycyyx]F!tFD/X$9y{$II9y99Wйjԙ9ؙKݹ#๞ 7ٚJ1 6"'~a`a,EzIF1!O䡑GCL 8X 'JEb0䠨,"B:99 Wbc Je~bD OgfV!gDfggFeZMF~e>Wؤ[PZfw#~hz ¡,2b (a#~${B*`8> wb3`?@\۵ɩ":G84w29eІuRGwfkҊҳIb`OkJzzJg{{ggG6M֧TcEzz @D@; T"~ .BGA B HP#B.A#f[m[M[MVNxJVzb=lJh^g?MJUěi\9Y XAv@'z;¦|#lzP ?v ""l#^ " ˱ .a/">@*#&*W =SJŠn:fdv jj u iJԱd=Ŭ=֥ҭ}W &xhՊLhg]j ?k|gżәB a"0 7bv\#!@#@{8\l@͹ B@TM#8aԀr(@3#<[LNq*Lm{:Lu@LHPlwhI;rlD~,Ȫʸ?Lʨ_̬,:]GjfՕ L ţ,dL,r]Vi!mu. %S^iT\-Tɤ^D `T9u|y/Q8ⲅ;™# {#`$! |#`@ 6qz#@ 9K.fNXdNRIpT/\.Kϡ.i޷;FJ鱤õD֥$jn <}{On^!%N@"@qu!_ Z)_z2ȑ$K<2ʕ,[| 3̙4kڴ9jAVzZsF5iͥ2Gab ԩ Sw&5= nG(LkX!f6/9@@7p` F6heᣱ|Xqv(\APn;R4LU5J>})oڭDٴΓF_Ay3r3܂@C+[dw;G;CACB;|c-4sBod$B̏#x-&@x85D巟G AGB84UrBI&xR%*lswJtQm^~ fbIff֖N>Q ԙ`:TvVuUV?i55, DezhA(cY8m`0ehcE`{J Q(azFꠃʉ+zYQIH@fW.tG\sȩ7a?̥ m-HP+0$+pQ[{y4.)ңG_ Ͻ+?5.@,7D>2!,-I&fXot2 ( %Xz\BB#>߄#8@B]zBF9K"Q?1 DŽÎo(:D9c(x!A $H"9ɐP쒒&!U$'FNfr!ݨfS(K2g1[%yעW=4{3 hBӂN`25ij! 0Q~!\ 9Wõ-17Q"s;6L\A,M̑<@J|9a"U @!v)G91EA) "R(!G+z yCssS㍃<8Y?| -?al /^v*w1F61ѕ UB6tn+kG HA=)\sxMox+x/k~u;wvnso_Hމo~5WS5~nNݴt*a'v~o~gOyKԯOs_:-bf`P(' Ŏ}p=/_ @xC1\퇀 |wP([6{wg(th h'y E-/1svW|qn&ʇ?P,(&%/sJb`r%'R8;NFelð R4V!PdO6w,Q&qSx<*bT()!|wȅR]cXh{}~wwh#TtAHD5H{Xqt-WPPHQ$lKH+Q i ,> jUW{%*ъT/&qhްi0zh`'0 UWX˨؂4s85'g(G$ታa!1_ҏ!aJԸθA$1P g1A2#1)q!Ip TJTy#I昁׈hR8^_C5 ^T:P_Eǒ,iT_5)-I,p^d,J: .R) db0k:gc 1a8 E4:Ur`V3YFѕAv;cbmYo3id) =>ͲXrpIY|6Xhx5+|N1y Q3PQ.!@RN2-p,/%-CS =Q9P! ;y% /v fk@T,rt;p&{H*0#zE?3bC -볯y@BEHqA ((N~0nCm@u,0 ||@]*9rSFC@:*1;wk$˾ Ѹ&.<<5=s=Q"փ=;۶'!>)$Ay>3볙x'(Ij=6i fn Yxap(Bi(̛z༛Ǜ+~ۀBW[Ea-n˶iԦnYlJ#AH}a۪Ėaerd \GG腕0y/jǝp Iԧdq,3(F$x£hQ`ʧlP;l@BeC Cú¼?|˖8RG Pu4Q"QU1Q!5RCUSƩR,R03ET6S)S8T!T\Sx{TId(sRigVZEXƈdH,P1]R%2ES" b {TMT#X"V -lVpկv5"(XPs%ғL¦m9*Bl-ΚԺ@KkpʌͰ\q Z@0M=̠ۼ%Peh`7_f _>uQ F`Ey` & ` `bfa_ї+b1@eb9b'c: W&pc g*j aaXg(F4&xd<;&bdWYd( e(cͲ]Mm7}ŁD؎0A)| PPԨ`) (D|PົMg7l ^FXvl^RHlOt᳑Zl'1m(11֍VvAC &V;_խBg(zՑ" ‹8#@Dbmົ Bл6aaxN5%\~4)D^.`SX'h.d/o^h+w->/^2On{eDXZN5k%~4rM..[緞k}ڭRAW{ND`~l_)@B 2) 6@ \++6pt긎^&.UDi16<˞n`˰ji6m'9y( xNi I#o PBaQ.  ߮.+,.dp\ gWnI#2Σx_(M]CQw˧){iB.U /ouowMo x' ?ϰXgʋGIOP]sxOo;F hCu> mi]k̚"@&=w8Xxi^O!ϟ?eӟO$8ʥoÿ`FFeL$=#mE9*$8HWVEZtQ"E9 I)UdS& t1šor|qbE"I|YQI.eSQNZUY]W]g#knTYsFier&Υ{=u`BK_&\aĉ/f-߲g^e,m(2f+mdX~qMiԪ/R*ٶF[n"l]Mqɕ/gs-zU,ZdF6.]vyկg{_WoXSqfM'B¤vA1b>P ~8BA]Vh B2Т\*Qd w@Mt8[x?b0?Ш_C 56rJ*J):z4;»讼*8sM8̂!ļҿ;!DFk Ť~ƌ-F?lx*Rp;:t}iF8tS}BTd:(PM`Gh_[?{l  W(L47<%TQI}8=w\r59-[\,s.,Mw_~̡ T@k$p *bmv7eSۗXSXae6y X`mWb3$On\zj&7].%+0w<B<5lN¶y@؄uaE>(yfK[Zm7Y_Q|&wXe;>v箙Ёſ/ꇝ}G^Sǝfķ{w 괶w l%;m裗>'OxAQjfGtZj*ZuqP_¹{v]as̅o$-Uu VNծ%??eP/ yVڼ&iz+daGuP+vLn|ЈqjcaR$"BKN1Я!f#`k01!тxy|CȔ5$ZI#ڝdxGEn8%kC5Ӂq@Dc+pLO,r\4)NuSTPPzsk}8Dz,/Ͳp ^)9_JzӜ!NjMz#m0?zW4)5B"cC` (EC?`l; C -A)r({KfY GcפH?#_4RU@BHsX3$C@oD5.rc.׺t4/2?d$bs7[ZDs;$vm ;6yMI4 8v[.mz8a6Ymk;Q<x)ϴMYBRHu=@jJ).F e]YCƒV-u9x XāP*_YN$0Sdgl"VX)G(aT61 *S)|.nXY]~>!BSzΛtmcwmDp5OHŸle ~w}u0zqv"A9`J g?{s{~<֜60 >x2"#L߇:OBOG eͅ)FIF=y//>0x &0rL` {Ɏ~{^wMC~/ QVS'wc>ټ`؉!}͏ 0nsޝ8?ȇ # 3[?.İi58,ɣcC(X=<ǰ0d{8s?ڋ?,KK NC +h3 @À 46 l 49`fTA,B-wcsA#>14C¢;89 ¿P8h#> 6 DkH'L )8f+ EP_.\DFlFB0;>3C,u r0W@Drp-9(CXs*$AB =x*HDGE` DQ+tHFe@@#ɳEǪU+R˜<0{CWCL:f8Co,9vF|G}4b77Xd<[@Ht 2$`sH<9/sKxoۻuĞ]xwœLJ\rJIIdJ«Kƚ7 Ph  ;ɀ J #]m@JKKqJ0ʨt&EK7 WyrLGHQwP8eGL˼)Q{AKT0 Mt+ < v95x#|M،LcLLʲ2͚$\ܠhLHDyHLM\N ڼcLMM0 D@hjN,Ob$Nb%^b&nb'~b(b)b*b+b,b%6I K^n?U8$_THcspڿ`aax n^}6S?Ş`ED./]Q2A3 /KH3ɚ.K@dO05%L Y@À5fZCv`D^d]FvG= 6P0NQC2na:XޮĿP5Eڮ@gNy`0:csx0V(dŰTSX]^g,TgFe*d SMߔfs8Ug~V^peٖde5gh/ VhnP8,ceqgv>i3i. fڂ$:{v;<:PYYG\ueEʘU NKnfeA]6VQ tFiBB>4z>f@X f0v:Űhc deF]tvb͚&檬d$Iikahj^ zk kPz lӞ°y0NԙMR,PN6SN"ig8ȗ 8mㆹզu%XH]ETE׭i m9 `AK:kP$^ono~ooooooooopp/poHn,\(SQY@`j(Wn gvnA({`LPOqO(Okxqqqqsquru(dPq!$#&O'rr7T( r_r0qERrpqq4Osr//(0s'g5W,w0sws&sr#o?s'/8s;_7l(ľxtLixpOG~^z og}}wxVK JrTuه/HهhubY?vX(f_ G/ WAtl7MOvuik n8xgLt0v(mw_ gO zgd{rc xl8x0xxO hB o}dxyGt`uyGyzw fltmtvW pu_h wRR8Bz9nO u@\{w|?}_ fWԿKzcyѿٿOG?܏@v7y g'}O? 3x{3weo~߇T }H'_ g'dwXwW~';x0@dq #EjB* 1F/:*r$ɒ&OLr%Kf"s&YnQ--9 F"ti m޾eⒻ7 ).߿R̋RT$0@ ` \ "0K a;A #1H T#`g U!>!!HdTAcaG@QEf .z\lHCD.a-?T;(ߍ[bI3 >TbdK3JI]cH?C^ 7v`L40zR5$?,1Ca ȠPU4T\1RWߢ8'ҕb|Sྲྀ v,4@pB E2mR ,pkۈHȲmW\qZ\Ǭȷ/0 !Z-HQrU9[~PIFpk5U Ejm bhh+]DJ 1MNYʦ~?&4!2Í C/fgn')zENTIA;C85)אv:2?rroN ,,Ar2v0 A`A!p peHͲ]AaƙYq{ sրUUٚqv>h<.9kMc}ՏAF4iSk 3S1BlRT3UIXŭYR^|aIyD7Ɖno dc1bor΢~ H7 !p*0nnEpdɲZ #6xc7q++3,2xljyrɐ?Eq+ 1#mzh~'C+;#UdUchL Oaea{W=[k AXG|앰o"ć_?;b3ShݿW>(K\)m'IXE|؍UV!u9Wp rVpD9uE9\5TL5DNcVl`\MHBXX^L9XxUY} DC& Yˆ^@p׭?GP -\ŊL 7PqP!_5qpE*ϭzA J YӌW](" TUP$h%WEN"!\bMmvxYc%h^5!p,l_.M9 McCFACΤOЍ7n_Xݠ$MB7M#; Y_k(N9~#>x 9ʣ?BӔL#X;9 389TWBC"!мgcXAd4@؍ MGLD*ˤ 2B(E9%9j$>j~R|$Dq aDC CL BB%ʐc\ HɨLBˠ=|V!ElL]"f8FLv %Sr%&C]D9BccA(>NL$Rؙ%R]YQ`}'F 8Wܛ囿"(|/ nu2'1cQ!'29m'ƨ(TɊZe 0՚@n( {XfCTň>T0DFCέI!$h1F>e!img-d,])1 [2fU^X=U &r'v W3h J'B(]X#Vą:qiU yUis$#\wާ?aJ}!SlޠxU( Io,J *ĚڅUD@DFA:G5p5!O9R_n REbd(HZƱx%i!YK @ܪ@C mFF3bR*|B||CuRJŁJ≢(kʓO\=Ŧ>jmjߥ)V eY^E9` BmtR')]UűmieFeڪ:> -2|!~N@4i URXxQ,* v萜PTl4d,Ȓh 5~Vi`L9|y~PlLk lJjkq^iQf (} gY $W-q}iM@jĒV.z^$Jl)~ZKynuD4j=4z窚* rh*9I&B#Vh ԧ6n9IGdѐ.* Rȩ.Ā'2!=@-~/ `Ȋ)GF؂\mӸjq(Ce7<\X둶bV`YrQͥ4!jb>T/&g2T!C*ڟ/AR {T"ȗD`37{D1ly%(ڥhvkŹ a?o' Mn}*]Ґ81}_JHF 6e+{ 0"P IDrhpNFK+t%C ,c4D Ӿv Fr}t~cD"S1;3(l14 [5=,B[wh9%CU &T 91KB Dg@,AIQG5eIdž译3@^GG:&6kxdډO4GԥOtu_:vKD'eBiIW`Sǒ6)3ԜV-UX9[uk3۳~([\wz\1u ?<ݍ܃!Ic[& :Bi%c><偳dTCaeB_Gv %fSR@%EƤShMa bB9`XF<^MQF;N$RM .FN> eUD 9{xi*xb.A#|9=lH:TFS9e8GTxox‹ Y0W(~ڝy+ߥ9we8f[AEL]FDGOivs&&ͱzzcgkgVyF>9@' AdKR]EpuҞfBIH^|Aȴ|\uTˎD\܀<=9 ,i,Hݗ|7BJ>\v#*/x}aP ,9t-ov1j<6Ih Z}b7kY_`Z+ȏ@˺ȑ$bOsj:)2vR|hӵJ݃fP):|/_9pujSKa,e#7229|Fȅ 8K~WA|)e85)ػ -+g3}9``*BTn!>6S}4Lh0Ƌkwkw&Z@{Wmɓ>z<8R)F+=urK Q<_fȚULW@ MaCĊ Jq@${Sˇ%m` X *Q1P؇K|5mS=c!Zv? 4xaB 6tbD GͲhcFu47ʣ9L&4y(L tBL3` ygN;yhPCi#Httbӓ#@dz'p% Ҿm¸"*Qjv`:\&l<0;<gW`!~=w_NF lvKF/wqYv-\[nfb饻}p' ^=Vjv할?,a KǽA R!Hkͤ M<E+(#6 IFJFTbQؑG2<<$\I` ,Ē?¯,49~84,D¥,"mLrr#)R/<;>>4 Cϒ9/K5 nPdg S2ђ t;:.t"<h*dP/В{Ο8e1OO*PM2 qD`ZVE-zңu\!;*ҟ&]vݽ b4'oYr++K>.rSRG!O@p HͪaBM>(B"} 7QLW jp cH+8a-} {3 <gA @n,mxM\+ S!|֊ K W\-7^ߝm)yU]J#h7FKǼ͈WBԹ+V+ "ZRLWާebTW{6uF<шu9NOU+>Pz, q@A8+}'5C&+ _!Z:)s6.[HBux]uŢ͐DDHÇIID$Ot& @;z!Y^&TȔ`rG]N}_Ӑ?gdd[f0,Yih2(]T($ p1Rp{yIՕ.-Ӡv4(j8f#wf:FaB}(8ز $ezămiQU0i p3\䙙ӣA" qbSYn3%BT)BӂadS"8lyC">9 :@:t(81nq#IL*_ cŌdTDƗIE-.%Ki:Eƴg>7ι,DkKRtL"lhI=SE&-;=0{Ќ6,5+`ԓB.USӂ'ThSu jme4URYZNTtFHyN 蹣K][ T`<k '5(BP:L\EX3s#9\h y, .:ɧAM[ZZLq&?q @fga gf`.mPĹ4j$$SC,Z$N08!ElcvJKZ0 SWlvYBҠ ?9 FD=296ʁUZR ˝Fs.w*ȶN׭!׎R7v4 5L[$hNQ [r~?lhAЅ"8ՙQ=j#_Y`)\A-x fIÜfڻ1kBdOuF  ٍCPRcm7ca9 %CGbHJVn8H9ijC7 {V q)T@dRC@l]_i X&i\AőRB_ңNҵ ,p 6L3B102X}p"7|{t[N>ern\{nrnPg6um ;n0oa: KŴY桡C}]#+O.gJqSUYBf,xgA H/e(WqIJF.ƿǂbX\8p5#W1<yBw# M~0%FR0z,PH%>~.wB͡~!po>zcOPƂ}b43/!W(҂nW5|4/ܤ"S!V"D9ۼ' I"Z"`HnG2'2PV[ '( .$P J0@vqI 6uM.Q گ %ncD%z&>t)|(43>9ݖfoC=P2!x7hf 2G/cPԤ^fRڰDj>N&~ڈBbB,U:"*bU򐃀L c`%L"; EX< hC&B"!.ϝW"ZFFqJd&Ȯ+v'2(0ˎs".('! j` A~ Zd؄"q1Bp`AD le1$ ~P SM"B X0nB*S { 2 m44L˖&rP"% D/"+l/zoΏ6pm<1͒e@%m&'&q!S"E{xrF&`(sS? b);Q*' wX~Pm|'~(@J`20&s"#:SLE3&NF)B_hF#,DCHe@'?C>d#wibUl0E-Ph/H*\tDCM(ҨO t(dL7DMCP_>N@&?'-n1F;,N4w&i=$43f@48! rt?? N@Sֆq"A( p#&*t!T'`,!ڀ#aF'pY7t-'YZȲFsS-xKG"#E <: #lZC=Nj^5Srū!>B:aa]2 a 7㓴"C>GO"X$j>`3,\2jg v24#2ҡQ.3|/.z8a)2 l-,0%22gyj4lTJ֪ Xm#"`*^jhv d櫴 @T,V 8 S+TsTT 2@W\Pq+M+ ,{"`As,o-)TՎ{ >`Fׅv 0s0q́-n3KJ;@6G/ LjY'I ~6O(OwB!f8P+iYS|6$N9C&g"b֮ h7lv70M`z/5ʳ'H;fTGdNL؆|Ƿ V UP ɖ}EЯlm+3;6S~צa( IgH;W4^ ,< w[xW)2*TSrߎE_T VP -ubtǮtsty0` ĸxU'0z7LvvsW]vwuGc4Taoy/9>72/3IrzBE,6dTc>Afd)j\#deޠ̳iv,M/M^96`fm8Op^1$斦hf9&GY L^xMFT Q fF))q$b ډ]IJ"pyb-} 8($hT]nwl9) KlV|6 Y$t9X7f>OMLH6|ELg;ā~mMoZ @_*L/1#XrvCb,GU3F{Y7 _8nZ >ż5u9C'PH}; L&2B ҟ+HslM5p^y׆jUB#uա!BWueu9F[xa7d4Ģ Aq !1m?>dB-7+p\Qv2SAL0rrmTƊ ! c#9nzXMA|m RY+ʂCD8~k֙)`fºBNVNli&͛tK;Y ,-ng"-yr0 Y1B27{O@mȃ3#+s7AI,P'&'FZ ӤY|4Pz'Oh4kU㸕O4;1ri1j 9-ZXp! 8CR^d%K{T-𮛯zLY<S\1'uiwz-S \;%52%?hC_yKL/U2cfr7A#nd ltSs\b)!;@'u\ȉ|%`W1/IղwʛSt7Y:tOv֦GSTHy:H愞9<='x_dh|Zm|G~"dɲZUmJ?EH!ˠIhj^N>c[ZAs*2-evf_,xtzS nJ9MZs)hXOΡ 9,rlT3THACA| =v35C4A!HGDI5(UqVl uEFVnyMN>9%8ZwPT$M$𦖫Q7Y6MFsNr~DHf#7C}@lSoBگ2iKzv-j;}vF'! F@gKF;iٖ0v㺎95!-\%fL&Dzˍ]hm7Ѩ:zA~lL*h&q]:$_xU_@E*L"Js3绮BA>^y` (7x )M%Nc+{'aIR)vzu'Ő,˙Np@DO</N/Zs7kY:Ʊw &t}]@GI^C ͤ) crLǒx:*"OSyCZSSp2NȑJ~="mND9ӟO(q:6!I0T4:SfKܕ_3I؝؞.ϲlѝNjIvp0nV@Qu!=b7tqXfc=MA;fQ7A!KtS]YQXz:ܑFĈA&oDAImG+c()!Qwh9CunפQՀȈx%'4~dbA6h?_@2S1VHX%aqRk@aR"qe57R)I7QU-?o]QBpc9<{FֳvG=( ~JplD*pUsfh&L~;F!Wϕ(q?tp wQ1<2!_uh!Q:tLa,3ֈ1src#;08[w,c,={n(c)_QԶKʑwn2<¨VD c1X1= oq`U\:Fu:&g~sTqaA)0֕9zj: e7ZpH DL!HDۆ2 [qkXo!)usF[7?6UIB鷇;foWE+J6Ts` y'*-L]=o^@S!Z&9&W1V2ϱaVu$XX0"U SWAi1?7U`g%cRޘA < tAѠd_)[º@aַM|6ң'\H[u 0<IGØ@rj'ctZ W@`LiSoL^4 l){K#piQU#;Qvr:cC|d f,F1<ƒ 2<}1Fe)zu?9{س[@^KV 0Qeq:"X!u}Ӄ,e$cKvq!iJ+,d k;=fgLg/L|4@̈́pv7z pz|\ه{rc !ia]y@fЮS:Q!diKflb >%ń}Tqk,Pɜ}UQ^Gat9uZ%IycaH c:9cG@A U]pdQ;z&~Kv&ޑR҃) 4 ( z,:cx%L̓]PttFJʤ{$l8}у'_'J,HkPxrw_=-daIߴRG":NsGa&c!!㏷U!%,~d=uGӹӴjN$+-ZB&r9ebAIG0j|,b+:X mM9u#ǕN\Nc4P!W<]QBJ^e!^nd`#B%.(^;  u4>7ھ$l:oj|t lMAGc=jrњ. L4Wuh=k ˨-tQ]zb=8Js$];nQxN+qhzG$2d 2ƬG-!a~ TF>* bS̢px,?) ɶqQSWzG9ΐ5)utA!E¹AcSqm d웵̞6>Jz+psΔ턿زbhL,(޳O,SK)Ң3{0xuBCΒPIsQd_ :(=3ĿVӼ GT{񙍏ƓXpb(ӠBӠs&E隢G!(g Lt5tGꞥ}i{9\3~Xљ0des>0U{ΪÕ޾T0tYe\y˓_Y9Ǔ/R5*=rHaםDf0Sd6M3_2,"PuhpՊX+)}q}Lw JR SKRztXYxCZtn޽}[pōG\r͝ 5Kե2(0z^Q@^>37&5to؇ 'Pp#?$@D0AdAӎ;| n< /l0Ixc$ތ*7Yi7RDl7< * FhN*b$ٍ23),ۍH}p-vM< G ,h1vDv.3-KZL2%n+r8Kl8zsiI4%wx;RTrMKLv'T,57D;s+'T/\FiW:l7ik7rB!(ysX,U!V+̈́vƭx [ceQމVS1XIeŷHQa,g: ]tדBqyZNWM+bM9 18c7x覫뺓0:FS܃O>͹g:gޮ; SFZCdY a1? 2Cjb qHlRNV,F<π1Kϴ~Mwܺz,k7_@+kX"mHZw&}Lr0ф19SZ!0Ixu? [ԯe\t+kLqA'?s!WH}(]g`b~5n`Ċ8>!MSL Fиont`7q_%3O"j)U2ge)iO{VFa!v{[iG !+, uT="Ik7ꍌ`%c{{H(.(&owAbض>$o.Xb֣EL v;. j9,aZy% sP(#E\SτH@+,BO<@hEhBV7g LH= !ExnD4֢1sq@Ķ"Snj!AzRo9EY6K|^-L^@-D r I(SEi:vGnE<sjK ٳR R Fb,Tv g d%0=S7ߒ<^[U}#' RP[팉@MIbgDYQVV{SN;w)eL#wRQzzw:KYM/;ͥsZW=)|Z<>u'HgG{~dLx]cTN<'l}W LL\Aᾚ ն@AA,k&ǔ'=d> fRtHn(uQVhxIdqV ͜tҷ^J\\cZnr ;py)|񐦗R9H)6B9MOׯqotY:u8#8jV8s9#Ι>+s+ ::T'c<5  L(6r8ϑN@u[& 1$.1),ʒ q8$q@JZ") I< ;)0鵛t4$/8 ZZA?/X6AIp+ ?R%.q9)<.q*YK@:i@ah!ۋj6M`Z:@Q$j4'PAA2r4GALxkx`xI5lӜ/DpH zXҋ28EƐ$jhޡ0J#Y(FAj1Cd*!G,9#s!!ë雀)ҒJ`8Hz[lD#1B‘<9yAtJOuUo|OPcWo|Y.q̣_M܍VFb9͡8pv08Y*Mە˨9)˨i&Q9!\Q@cќ}1(OBѹ2MQEiV,<<"!)&< [ qЁߨZ3"dSg(\1+V걡]<L$Pȣ9A?Ъ%(pک5JI8v3'F*鍴 I K$•#y9RY V[e@zml[]%`۽amv j3%+Z2:"J]%\9q%HsZq8)ʨI[8eF)ke6MV"ٶ9JZaQ$ 3߈ۚ20D@]G4ABkբ0 ݇IA+h}8ѹ?R3N-FsBY^q)ʴȳ0q9qȬ1sDmilЕ[d8AEx[mO[[Uk.۵AcU<㡛 >è%Ry9;)لBPશ)ԝ4#eQ^ DTݴ71$ћDMw=E7!/b׫ r?쑟aEH!*2hU=ς߁ '"RTdx/KҧM-e뫯ȓQұr=' e:*b>8`y c;<4auLkVX:OCF;`6gal>a0g鍛|]A:B#9S<~Br&aC"፲@>Q/jg(ިw3WBDNYr s-sfs99>㳊;>@0mC>Pӆ :ə%yK{gE6F{YXd֡2xqһ`/>Q,/)yuSoSeyQd!c^BK!d#NH/g[C5#(fUξUmNf5 :նtE{hPHGQ:E2(!dF3VfC08`b9ª}E8^^@!v ^KIJܓ]>TcQx m*i;T/ ۇ6ܜe\!VӪңj7\`Y$/"RɒMOF9C^,%6s1*3y%f)Tܖn; F=hrmfZnUpNU>_hL0rmϦY{NmSJX?m fέ}=]^%>3%*@Dn ,{ꭌ< : 0sK?5Yd2$IǦfB48q1_NɢWIXsjΦ:zx:/s7ˆsx0H>"(qйXƒ~mlL0/Xd֩ N4ȑDMEsl̬8ɔhOep/zo(Xrɝ 8}I!2ܼ Hd1He*kt~%)ةGti&@}rI  _4}{\<6Y[)zU%5"c0\,^򉹯wM3G{ FH%< +bArå;B~睥E!Y2]5B4^},/T2mӨRRj*֬Zr:jX+bǂeQha-ܮ01`.^}zƋgnLhp8PFBL SF "HY҄,vX(3 Nn5ز) F-Sqwު+&zTbS.κqSX. C.gAHS ;Q)x{7A EtܳN*>->_YHyI(݁`w9>.I}.$=lOR XMw =aXI;S=x $匉+YeFaK YRC_(D=R҅ Sx ɗ>zb!X}H."BT)5 zB闎B)$=|:PG#ԘģDGF)D=ՠtD_\)]!v9m{n SH:m:;TcɁ7ݻG?xFQzTV1{qT_5XeuYmVsՅ{`eme0AK4aP4 rN0EC=[jv5Yk͚iaå1U4ĵAQ!9X [Z(A3]CY|E42rRy,Lą*dTցDuã@"H ȭ~F'X"!I'i!J龠?Hr|+JA;b a17N)GD!3x֛CS=[^M hD!  jfOn97-.L |>.Ft? A<"IVXx!ӧ PŸ5vxVe|pa)B]! V9SL9)~!{M>%Z IHg4=MQgJѾ,D 5[%է;ޙ"gkhs]ZFcYs }4'&1F4J{{Td-ѓ~VdWf`8%IҬKs[‘<9빫H:Қ9؝\fqd#sO #}wl]8ݔ6>{25姁.(hp'STN_SiJ厒̈4518QAtA埾@{qŶ9>4=G_-Ŭ` AёSJO_vmD ϻ Gu_)yɄA|[썒ɝ\aQeޑrQQxYV8A+`hgP @6Tl^g]Fj "͘nI&lV A U%%'ZN<Myx\ E4 )(OCH|>)Vi- ]U W4qY¨UdYPDJDN~l؁cW9O|ICG8vD(Y}=PLPؖUKϕ}`O9 Z}O~;v5FEPD\ew˟@YN*>iمyY]E`J ۟PCU#$uU!!9(Ve(dQhVM^k0|@ MU"V"&Az5]*[\DPt(OB7W4Sb I!dXI 4aUX 3AF#JZ`X5&uĔ}SΊ@lE$ v 'awcĎ^O@* 0>evU=?wJI1׎e[]uW vp @PEGHsI%7Xx-dx8YX&h]^}aYa iA֠Qkh ,E,`@VTB^ Fj,m%QWMrX6&CaIaDȗ$Gr=IrDz}PD.%Bp+銑CH:=xhҵ C )H٩ЎZ)mi`JP$˜Gr)uOa4տxC5܋:Aa.NDHxBƘC*HAǐf)=T )Ǒ}ѩtwpF:: ӵ\L+G*fO!` R㨃C9$wT`):|9 @FAt韺jª: tÔ:(Pr@ $0 ){t.$N,+r''+lɘE))LǨH\w rA *׉*äftRiInk`iPhD@l9*i]Uh-^$]]T(Pca S.^k cFhUf$֨ƍ2"(\`±T$YSEDWbPUID7RA5O&ŔX)TLN8cHv̏HP}Wӥ[hTi1ab ]o&5.ϸY#TGĤL&M|Y(qNNP}K-*@EcQ++\Ԋxn9vSy> Bz&iĔ!3V*׆OhƯT\%ۙMER~.O-61^nzFMn PQ2A h^"eF n-"IDžIo/?蚎DuDہA. F8M;֓87jM }3Cq㠐 )t]$ |䰉 E@X 36]]ECGO:HEO3{vN>bFu))D(YDQJE of۠EPA!Ļِ DaO6sboS`P`*?D9)*iS=eY;gs}AکO/=Ĉkb9E$ A@[NP!G ʻ6QMł0ŀ 9 Yo 2 `>Ú0Cl!h 9T J]S{DaA:xG=7ߝwz[!U^tht[?<]#WP"Np<#_}@ )#/=z}q.z?,9T*ǵ딊8(j4^*:MK*/^@ɟ| R!,#e%h%g LFA+?/ Sx1g&s7S93M*# ύR>=$e#jən0ћ~*zIgr`%)X*dNI?ZG{K6ױDWg{sӹA2'Tah'ۤ4r@<䨋9)m\?Tnm{wF6lS)Wp&t`09Y1iS:@Ӡ{U:: ,_xAYMw&gy27݃&,YIV6],f%!M Jeд%yIja"5iN,c2(|-'7P:&aӪPÚw'8W9 u _Z|.RTGcBp8!^SVbt.t.f') 9=s>J*Z)`5f+e Z3ˀ R4TaH:!Ӌ?iԕ``9ijS~<՜h)t}ʨ YҜ[۴]`Zh 9`%sl36ɚucM=iSL+I)x=([2q(zsk-mNR*JrrT.ʩW)4[-OiJ]UP5Gz#f&0\l$!ZҠjafe:" 9I`qSv4?mJ5JQqI\L^d[;ªRגZ+N)t * +"#֧BVH*s5[eq#5}Ӕc,Q;,բRBMvr$+6 gIf;⢍hAh ٳR PN Եq⏨Xhn *eV?55)UOD#.C{g-s)tfY,| ]FVc>V%^'?/eƝ4QnEps{·0TL4sȽBES`SbZezЩkX9!^I+EO/sa{'7|lStwQHw^QHÊO']UU;D͚klVI>K7pzR*@xHYQ)Snz7ycHXM>M[pD3$$6`lƌ-,tm&(0(Jb88@1e͜O|03ޥv$^½"oT#R!e>BbcBlo )JN/i KbNK D ;⎄F:f7:dJNeVPkliN]n"Qg!cC΢V(8Td&CBOpLPe4%^ŭ$%?gE0X։5 YjD%:<>OdF4pQ*vp '.nޢ؂&?J="˸cnEZD#:!:e>l-Um$P JLǤG  Nkʈ27 1; c( o+nTKcK=d ##$DdP%16ffZ"R0E@$bR: #% 8DʍfN>F6b&= k(d c)p2+M'xpĂ>b:R1.Mv9~T*p,s ###H".0. &0J#1 "#*fH`*PMcj? q4Q"ߦ4}iLk16e!TD . `@d*(BV8㠢7i$#cBA//"OA@>%4('n$i"hl1>gRXTr*QkQNk;L|&%R_Ҩ9b2#4Re- hNWzѨ扠Z: ~rb@Rë:Z 4=B4oF;4בPF1q6tH6G07@,H:hاIfzm% +M{lr%bXIoNDX".%3%l'4F)H}d|Xq L F9,a SXB0mnB,+G؇oNN;I{5A.(CcoاS-H,fJ|<(JH"b;yN{GF?Ao+*.a1tQyB{r2]1(4 a\ ,v7HTnÓΣX5%mºl6 5 F(k(;^븍f2NKW-ZmЈTf^#~")8-e'dҢ ˀΌK9[GQi{ n{{!9Z(0B8ۦq2mE«v3>RMa;Ni]Bʫ^;S-?BLI::$jB'ޅcn5aD( D2-+c$1#?3X-19r6CDLR=·v="Cpa2K9|Dž]q;i5zY"!laAuEw934C(r7Ї'3vQS.*m- BP1xcyP L [Z;$@?qUxT(ڶCTΏ(˭%w*ͥօ&l+SzBz"M/݇۵Bnįms{,Gݿ! %E0WŬ7 o7DQ>-[]4pw7pP™0]^'dp1\C9j$7( Jq,|Rk2fV}C:B.݅-Aa#LM%'P#[j<415Rx+S=3hGT p9W|G(|hpw}B\_z#|b>./x:o;l'J4v.T?KAɲ`;q)R/,,bE#afq"q ċw ̛;=ԫ[W>jv+ܻke.Qau=01?|}NjgnLW^H`` .`>X'qɭa]&6N5>IWSPtS܈ CquFS탌SPpcL|N3wP=ZwF:K:O5L5N}T5=sPgKM>)EW6E"=Esre0ɴN@Q9]WCe9ujDv=T@~De@zT.fwVWĥuEYgIǡ.le]w}Wlǵ|g~ISnnW\yȜ:8)v6Wvb2jդN*/r1wrP!GِK:SD:uC Z_)bɬeqTe9i_LCΙnY);Nlj4ss6KOZ:\]ee(QRƹ&uψ,S<9Ŗ}(l]]Ya~Zh+1vV$pdu3NO6dpO{A;jWm,~ >_|7:F?vM \zOY45\֑ŭ*Csi~+ \liXӲM0q3UHH94$EpB9:@+\x]wi >-i}Tt2u)ԜB<)n ^+0Ja0;B+oCJq@ 鎊<ቫxᩁ4q j^zX妺%EVJ`~&3c 81nXãq n`R(ê"mI?ASDjk,&#EyqCx@ QTUeT)rteΔMio:[7YP!R5H$2N?6^!V d&V)Ĺ`&GY3t9ˍhe@X+FCh(kA'qlCcEe1)sJЬ4B5HHa0 )Q:XRM)0RLM̉d˔>^uO $ V҉-U8Q&nR\̋9}r/%]A jPYiJ/KňJkE1h>EԪvmIcYR'iq*IAV[Wɦ{WD˱5u#6Q)Ks);q\d`8%NnV\) QYª*ڪ17́n#㙴\ qZTj2jM>wҵN9U,޴I#rvUїî/+49E*'/Ȁ'KL/xC1zӕldj;Ӣgwd%޻X,k٤BiC[N5aN w 哪K듐;m:9CNIOz8876ք[/Z4ɽht~Ȓ0/T$o+:,9`}joEF֗ͻ%7e!CmqE@XwQɍw_ HAPx/$Y@hw 7|5k-dM%5T y0BD  I:PYEA4"x&([ x0p{Hsh?<2bOњ\CQuOI@2䏘ĠԔJ]V7*5iVآHtPixR!CxVFቦ7֦NAL7 v z Rɫ/א(İa]ܼL 1мwyp $ @|3ь?~l~\+ ~%\QK7x/hbc@Oж`$ЛŲ ԌVaͻ. +{ K[լ9۝gFË]:+p ,vCTA^!h{IykEXrUN+$s }uhuV 9E`W2(5=&s1(&xS 1|Q8c DTK4%2d7& :tj&kP]3LP:mKW=RfctG̱c7% A$"l*SJ^SHw9P"cRڟ' )ٜ#0e Mm?+ME=81c+SEU7ZaMDMݺ;l-9] L`'ݗ8Rݭ/Z;&#n7Wsȍ-3KaGQ vyyb"-+7ܣ>ߜxPGEuaMdJ.^Ea%>RuNb 1} &gT^R箞i`=-7PS-ѪwZyRC.RyC9Iڔ7P"yC0vQ_ဌ"`>7E"Zط2uf7FyYО'?ȥ`'B_S)52J0Z 5@X5ݸ9.wսU=OjբM}>3s7Dl#1,@s_C'5/Y!&(zLi!'B)ݲ_ҷuf2Ipk\8#2&=a"T%{cs=>#4${ %_qAv"P/=FjocS;0tpةEp/lqbqX,?Y *~/Cb}Bzގdgҿ4RŢhy#St|P2a2I4*svw۶PZX d6=/wA~_ N6/D$i ْpg`X A &,HAU },]|Ow3r.\K1!VC`},}j RaL #\*S&q Zޥ*k;\ l 3ihc6eHXUJS`j6[)ө:m ;~T+ \í_ z/gPfkرe5˶ܹm2(0]ܸQ`ܹ>37owŏ'_yc wBg6& Ϝ?z֡u)?u{ tȜ3K'j!AƜ? ?o,PTBzӱ?z$E aT'F Kp/BsqƒrL$$%rHK@zALFMG4s$mD4@r(AaRupJ% QK<'ʱDRf$0MsROs5Qt0H S Gw ,{rұ?s )DFJqOPy6)4N^Tk FJ6d]p-8z.eJn9rN:cO=zh6z=3䚛vsڠ z'}b&gieےmO9gwg8~{S G|ԤF &ɒ|^g.*+˥}C$te'@HP\%zkg7}t<шncS6%<2Aj4.>Q)8sMgM=D&RNbfpS# zP͑KM?3OX! E]b(愆$N⨑.g(C VтKZ d︁:u>!KNo$_J˨T*LJc2T`3fY%$xE*Ѩu IѨҊ^Ҝ N~%>.kąRjUF.! e(*Rc*5!UnY9޳eZ(!ZƖ< }O$Q+D˚2b# 9Ϭ14-H5XWM@w=?HƊxM!zPqŭYJy揊k}[,:%!+\!~ G4>0&qMhZk3V-m{&0mezQ*pBޡC*(b Ѫ@,-9M* @>űKn,'в ,4&dF;uٮծkS'0S5RD-Nhd!L$ù8Yc6cJ$qa of9v1Y&l=2#7i?M@`u7`̐u6oMN"k" U :~Vw xKtM$1R gCC~QK(-jcMۚԈeuzRZ]% A.8]8Gf@BPC-~q*öM8LF_k'&f{B褁SxH.o "aa?1\7-B?'>OnTDh)iJ@I̋nse!=zXZI2ENҜHǺA^!֮C.t0Xr~iX nQYH!BJeqB ow\!8iij@;?qb\WA<|!*d#SMXbT vMF3ö\Y}* T9p)anJӰ^|ɞGU]֧h竃*=hX? J LLҟOg&~ G:>r+ 0py=K 竽=cý̾4铎هA!SQ{S yc;heP k>ē!T3B ԓ/ G_r H@<@ܳ@B.<4 R7yB=6<3*Ӽ <= C?6ԵX܉yY#92c;(, OXBDPR:`9DZ?+x/8@˘Y,ER C8P%$0Kػ`:b|/*6_GcjX#Y$2Bx1KhDtDݰ#C8ɣC;< YC|@$t$9'F #J4W \ w6:eBx10d3ʷ 0(!J6[i/hX+Kxst|Q;8{GX:G=,|GDcFs/HbR7zpz3K<&3P;7؊rj43QƪrJHYJ `˹Re4Bx¤˻S˄erHRC<:L;\+(;q#H,ƺX?N#ʢ\G|˛åçJC 4\Ht S'C$ˤZr,tS?S@ TATB-TC=TDMT=ݎG:tQI92XQ4Q(p,O%MJu_E TlUPN&iIIIPD[ OŴW=MZ(3O_eծHrbntUQj?*?yEIKּV]Ճ1SC4 veW  N;UQhQ|%FD5!RVπk 3Hx"hXvnƒ,0q%J6+Ɛ%3@5Tumv}W~Jy=QWW}~TL׭U`eO UTrqUǢ ںcشV U0 {8nzϔڮ-n *XۦeZr}XOX:fkV3B!K(4LPtu9YxݵݙYҥ6ZL$d Q y?z]%]A!a K<d`ֵ]b]btA]%Y ;zTj)zM^^ ? _}?4 Yue׭_E^E@R$ B %k]M!\,nmrxz!A f``}Na%?]K T^@6^]v`|a &b%^<mY\uWRWߜSC++]-ENڑ 㛣=cECgӡ[\16K/aS<=ZK|)KLMf11a ;W49mcڂK <^|Q7z5cJ7滑N["1i *=&܇BXib+'>8b9+bb.fc>fdNfe^ffnfg~fhfifjfd~WGEG0.?0,+,D 55ɽ؀_6_Zڀ7ÅTeT\&]~bΝb`,bF.hXFśϮEu&WC KH8ec;;E YF.F&ˤA},z1h(Kz|C飦hR Rh-_`NkEj/Rg["3U; %R鄋W vF(HȎÅ3ɻjje8eCh%kF$Y6iܔ)=i ԼکZVoa,~m=Zʤ3ӎivja|1mklen<6jq5Ovf9͍<ɞl;NG] Ux8`N2PԘ+˸}0_Ev \hjpvLMoÊ(X\o˄%cFpsltȦV kUT_qoqqSlEkhoM~pq3 ǠIӶ Mrj|n>'p׀F⩹r*cqyq^ͯ>qz5s:s;szzzwl?l@(h17-Zh{!w G ΒɅO$w~Obgʫ?|˿|̷s kױo0qm薉^+nnl}ه\9k}iէַn׮v}rm>|M|Ws~||a^^pp`υυ~WX~o^%F4oB B(q"Ŋ/bd0g=q$ɒ&OLr%˖._Œ)s&͚6oȍ: ZrԬFM QB`„ V9`Ūo+xMc@0aB\ ql5f+0WMrsE$,]},x0† Pf\ZϧO+I^uer\1DUDMԮK-zjڟ[S-Q7D}C yD&34P?ҡg. $O-O(J6Uo3ԪV7dװkQ@ `\tHŠҗ+;^zn (!bxH!  b3Xacb:26{Q&_P瑤G"K2٤OBSyHQ?ߕ&G}eV^%AcP0o@3oL.df,u&~Y]` }ɧ g 3Kbrکb 9:jP_T%GFJENDkwIE6]rZyUtZ[&isB,DEnqBCfgCޮk)l7VoMTZ&edxpFawUf韪mDgszBIdRUHPzh^A|2*Ǚ0ڧ.ȑ2;ܳϛ:jt&0JbOCSS]u^Ĵ[40\" 1m"KoꖞD즫o訯N{3B.BD:COGnt[{?n:ý_֝s^>oi0|bs^}gCˤw0r7J h8(.MeHT1Wp /#`H[:AT"<ؒf>fh?@zcgr&c up6잶ECЇ HzxCmiH &PB<(ЉYbHChˋ<cE"Pov30X5Dze$bQeCDЎ gX:>r8#$RE0h<=C&qw*#] F9rE\ђ!.XJ3=iLJVe!DVgT I=BӒ0")hCQ(90aZ_ &<#Xd`Ԍg44F\: bh" 2D\-B mjCUW bb6,g;YԥdzXӦĨ]-k[1,lFO) {Ud,qk"W[nKI;,N Q`ZݗhXЃIvc]Vmwޜw%xoU.I/y{]Dnmv[,|o)]0:/C{^%MφWbXTʇiRb7%'NYDpYEf}J}csM 15l##9J^2'C9R2v4֔xgMqK2f%i1~滶u8{EUspg8ς³'bsۥn>=1U|ʚ4;OXk=ST0{ꓔ%Y B5NWjz'S,k8"[Vt]v/ \2ǞcNc|"rx9d#=J_:ӛt+` ʼnr>1Xg'˨"<%!UIVLI(Q%hM12uw qtuLlNLl.2p'Gӛ {+^vr>d%XQ4ۿwB&{YGԔr1/N8ϼ|.!O9ZY4Oyi3W<˙DS;9{>;UіЇnoR_?}C]*0Yk<%;tpuhqNΙ FƵǭ\Q }]cM` \` `x`ՠ9ZHۤQ` j  !y) KRIU= UDxUM!`U6aܡB!uaZ F]=Vћ?!!"b"#Bb$Je$6` P8A LA#/AP 2!P "b1a9bBJ`rU]qY J1ޟE/YRrc06a\_aY!=" `A 1/@@)a8 X` H19ZEbdF9j䑤#m"#:],` dCA$ *`@(bA -a>@D$ĤDbEf8%[8\-~SJL0\G14ZRz#2#6^XVYD%v$`B̛ d Y9ȢAK_M""rXB!T$8 Md<6 s\dI&BeMfzWgf&gb2ff&fqdZG F d'bb l)]NB8(dfb.fP((@&\l꘢;"Ye9+A+IByl mjjOE@\(9p+i* D&h-& ,. %E>Ac45*cXfũf2Sc1Z Vve7FI0e9܆0-08#lzu֛mJ*[J-[Jd-O- c@3 bf@z*jbA8[c"+QnV.N$nH.:iAl.K~^[r" Hn8`OA$,+%6/L⬿Aī OQrʯWBٚXWaoioDYT܇1`~-Fĵzhkleռ%'6j!X6^JO^j 0i,b"].Ԗ ך"걾^#q[+1M / _Z̒Ӻ"A]0A`@Fl8 z- c̩Wyݾa#0C(NQ2r\bo"r:200Fp_ t,FB0q˦[RUh*="nO@'qO@[MbCbGoLC,./ۮW343o+ B/(4hg7;4sB;=3>G?ҕ?> 4C)橙FNt=h@?tCS;F'=3Hsr􋚴CQHdz3KBsJLӨA'ONo?óNth(Oc4I 4DJF_R3uZRKtFA'uVOuV75G4Q 2,Ä,o0tpm޲p2x(w1,( 4+ѵ_,P-rvA0-R0\Ԃs8K6yᗘ9pȎ%r+Oh7jTڗmLRvjpmOTXZK5;%0Y.L\8$]6 o:qpkvs7Lwwplqѩr +Ps\^\uus(;w%v%7B 8V263ǝ47mjor~70i7x%q{q_*w{ |}}[mܸZ8tx/yy$#.g_ gJȢɎD[9NxnMt9(wg_ݢJyo\ar38иSyu,yF9+ǚv엗\Khcďdpq[qz/2JXX%?O:k z}%:GyKz/:{7^zgFN12]z;{{%r J#)/o3z!6Pd}ʡU6홷W{JX[Dkr-;>{{Ú|ZBi~#<(<(R(:8B>8ifRb)(Cg:94tB:'<MgC(J|=(<[|V):tƷ<ѨC>@C`6u?4#_ DJ:)>4B'`/:~)?$6r?|4:4H`BccBM,X 67>)Jwjy."o5넮1yt4w;<,T+3ZB ګ.3DM<Rk ]FI9n)˯>h ٯ BNE"L!l\Ij4jrH LIF6}m$,HpϠ7/7xS),u1m=CJȒXsLAI̧MET{#8hVr><"cY>J QM*}Ztp,-k+h/P /Pr=W2#՟f}]ft <+uK}HK#(G5KݒE˒Rs;+Q)*_s+X#HT R6┠sd{K+UMXܸ$tϬ*w^:i- k~q[n5Н  *PC6L6Q] Jz jމI '6фNjV$<@5!h-L{1R:-C;粠q s }a!rΓta;mrbY".S)?=!Q?Q&K)h ~ڳ&?AUV5pyH0yd#L X pX-&8ifn|ݨ7 s /xF[T50yey;yH1*Tw{p#HʚROv㊯ EfTʽ|ij,oy]?|ȕͅj\AUA-tJˌy? aKp`h@(Dt 8v`R(D I}D! (*jH pה⭑vbɾ2a"Rh%?wKQé3:& =ĽX3r~TxMKJAt,yiA0]/d2D|D|nUմȑ RYh4q L̐$.0iuT7YQ&yѭ .fH2 4d8A7TDdW'=Z |R+y(ZBPjeQ;| Viss+ȝ1n8ŪRb+Wtjfŧo!"zjt⫼ʂ-23Bł[nc]!hRдVFǵtTq C]sL*05/X:; 1Zњ#lYx ( 8c$ʠ1>LubdڢȾ QGE>¨#X=rЃ!=+w{! I/zG{0y G!KnWa~C]r.x{?bk8+2d1v`uDlL$o9^eHn{c"^H뎤Hm 6#۝q9cáȎjqa<1dUpa=H|dWIBb萍W0.BZ+06uMc(<^:'ş#dz@5 Fh:M&OoCcZUnr٠œ'y2 c&\{9ߊItm1Z%pL`a:Ƶen!#;gc†h)(c*8H"a$۬` V2 ( T1$`Ĕ.pV XΧ&d}ĠZƓXUss+¤R7g9h. !onG%OVy %/B)V% λʯZa8*o"znNrfQ e7`Xmq; bqR "ٽw6u$d߯ݷc4, N f| xgcw%NgOj]$\JnPt; ~rh[J8Z*W*BH"DiЯ7/u+3 hX cb%n.+iuﴧ!"Jz.쯰(>۞&b] M2.(@XܦF``` d1pk! cvm .A#2 t/xoNp"jXB&ؤ&($pf rhIf*owA|"ʫ*-}#G~ eg.TN70^ Bb/dɯ0䰫0?N&p Ψnf0pHB@P "f!"&,41\ƶ N>cU1\2NrC "9n J+ hQ+ ʪ* z.+aB<b  DBޯmE0OJ0"(B *~"1Oga ($b0*O1ߖ1Qit yp#!lޑ>&N+,qmr(o"dLrR !'bO@J!PR)>B\]WE2DO` f.|DA:!wDn"jt& rtTXn'Mȉor^iGBi!)e%dѩ 7'"!H6$dA$|wx)L qtc%*2qv0"S!r".}((j)3); &!>--21@228+rkc-)c bA_PS*nJ4ͨ#N!*/B^+I!:*J*f B;oB"g&"'+p`"qu3)N*ȫ|*RN!P*2Sd3Ѫ8"D953bF *V#Jh|x4%&;)ůֈY'h?`d)2S`(Nj>~ xmmؗҌ(غfM˺̀Np ~ígʩb؂͉sp8x!ŀ_,A :0f0 >x$j͜!y[#гB7`6 qP0w,QGv;9&T`/5x*!R$44!FO"'OJL!IL8尶 Dgt0V$KH*ƵJ*/#($OVF%E*"*( yH$jXnE7`rpܬ&Y\JF( Cf;A!!^v6F^\Rǝ ",0_GTKV%U}s }ښ}S~y~֡3 K I]#qXG9_߷߅1=y k^q-7;:v!ʃ-b1=!>mYR^oy{,#>{0ZB}P š̛z`'b]n[.9;%}KR"|}y#ϝ@L()'"a9`). [q~Aw!3_!fd O@V`BlEQ,>D'{Ah jXQ|ޓ`H% &wNLD_$2m sbQ IJeқ=“(Ԡ1'wSH^n JTM:{pQϭS(MNnہFWCR&sϓERVB6a= Q GTBwhrVBcӡtdCh>fCdĥGtsh9X GtfuOJ?4u@3&sJQodZ,GQ,ELŪQsHvW޸ax^{ |~k; EVǡ6ˌ⇨pA3naR92q<>rGض]E]\ԡvU :ܡ#Ku|L65QGv\u?'_+u,\]EM^47:n,)tGɂv؈:܉YubGZW_jmv߀/z ._gHoz67tH<7*Q?[\K8vGTg)u'ӓRjMn ݙR7>I?$5*ZB$|cR+k9ҶwS?k՗Ozt#Ee-#e xtgޛVp665|dp8Nn98 Pu&Q(>]A0*> IA*162,$! lik yOrxVK'8@wR`C\yҠ$eLշ.ka澣dxbV=)=~E^AtCBMiц\F㌬d=iNtRq hGyStq*8{Z'wؐ$vAI;ccT-?止Tg^f줴e=Ls\^y6uxjBqvi763uiJvҦBeڑuwچylu\:%ӈQ:e9Z¢5yxochCoTF2Eؐ5|V$.(phఈ.![X9(vH"/%MZ ET`$ d@j?[&0 GPA#36YG>{ݯX #(w:b:ٽzw26z=|ـ~Jco#;^SxCIwG-(}{+*Wcs  "{3c'^SbaUzG|{Ĭ~5Ř|7+G~~|a~!GyW{ 7 q~3wvwx4s{$a FoxuWrv1a7au:MIpFi/9 +V``W;0. i rq `ZE KGs6 XFPnQ P; gtOuS `$rB ,p\wY^' 7ّc2o!glcbء^TI72&_7+6}UITnl35EKvvJXϖ^Qet6c;dKqS;7- 7`HD(EF8as9 RsHgtͰ |0HPNu  C7 Ps7 Y'Ew| zhP0'sQM78xhe/ jᘎ)>;ژdHVXgfVv$nvUC[b>fuP RI%'VpCGlU=SՍCD1dm2K|Q*X6UР]pYt\X'f@v*%:{qTor)BoCy`S04QB]YF)3,U+>/L7!IFfMkQH2mC[Aǿ2\Q_f(`W[` ZEMs eJLq\@A @tj( -@Kq( Rupphl]ʭ N-aHm\kp0v$ӛ* `_lgUױjD9*%m( K]+ۯջ6E΋AѠP3ϛqH<]F;дӸ]ܽ :܎:pqgIsAt J i0r s Kp i "Gr 8g8qP-Ej!]i˜f IFxa;` Рv'@)x}*xjEGo׀m,n װ+H`)o%AC( `jG~#` @׀ٞڱ; ٰm9"PRpyu۔m?0~~ ^ڕ}kيRimGe# vjvs =wmx}|p}ey3xҢٹv֡סVj<AC"@vxn&qAaۙR/EE\k0]Āe%;N@EcF%R@)Cak3FLr(XOiAK?Ssc+ĺ31BJJTQYE7#/S1u$BeRZƑ&Sᙟnfx U6<371?^qg;S[tY^rKm+\ۋԼўnu]ϴ#a,K~?ʻm61H> % <Õ2d^T1C (V;" I@a^/!d_8"+ iH+&Ckư)7?g0<şTKT(k%2-jf&hqgƿ@k0t-`fml2bNA@: w1l CvBWx7>|F>pRJ-]Ṡfę9F4iMEYRM=/i 0V]~VXe͞Ev՞?{*LiT\qgbZmǕ' 'jFJlZJYK}Uv2ߑy 'X%'ω-e=OJGGC͒JtW&Y|}2哎JWPe;fMipvG^y:uSz.*mjԩUٚ$@D0| ɼ2 Z"x#tSINS"V;HŇH yM"2  i#xNƃs")p7!~lџsHLIrQ!cx LLJA*r$2ڈ݄H<sZj:(4V:SI-T ĕWҁ!QPH?W$0kPKA =) sTh3M(1]OWXb\G_GR3cnhc GM`%ԺM%i&(p$&UH&cÆtqITgͦ^ZiTֱ0D'K*7if%}>+:׹=X@z b[@ :XV"^σ`tTSHEҾP}3;b()aJR 5~m#i( 8B3ZlPdZ"i^$#*j+=VV!9[g:SDuRA!N~Uop!aÑA(:D22WP5j~!OSliW4(zUQg=X *l5R43aJԬ%/VB ]cRֺK#\Һjù$Kj>NO-B"TĬ.ARlZ;%D4S#*MlJN6x#\- sPv{t`90q,]g#0nAn^9TݚtQeWr P(`D'*y64}m7CF/h,J0`Zf(Xxr9 N~t$Gig G&{>N&˽n21q37$̒s3N,SxcCYbт L"p1NLY L"-Ǒh)x!a+ 1p!x.-B'~cKM,D)7m+[kx/uμxS,B0Հ=w#.3SXh?⧑zvDK|Y*1fԟzӽDɺfv蟇Ii9&+R t<rCZ0>,w/ZE9Z?|7b,`79Pp,c` P ;J~x#`[M"n;~!V25w4+ i;+QisH}("6p66=I 6ꯄ:0 +/31x0`3@# G<)c7"/q,NԮlC)ʂ:^O<༺`3$ ћK= 3p P= >sp8==D nP (þȀ[DԾCC!P0?[c4 J,{ l:8ʻ( ;묳)¦xS\<{ z Ur EEE4 ưF)ܜC;಍8`2l?PǗPC673Ȋ9$ؾI NÞ8$A p[9D ȄڃĞǰHٻ9FtDPOGua\#q"´`RkD#*II3#\3[ )0ŸI .A)A`闈h `$+^:G9FySs037c2Sx:a,VaId/#Ä̊<)6XlP1|pP >[8=UL?7J=|y] <$IҠSS*i<</(t@bLB04PB첛5u!.y7O 丑iU4:]E/O5:.)(kUCVaQ-uKz:t1/DL/|c(HFU(N@읏25"F\*Wt=ޝ?ýR G-5X /@ =#459a0C쉑{ِMSDN ԍMR ]g\ +V%fx9İ`>+0H +?!T^jŕ'9ા92x[0gۗ0V en3(;`2n[,<^^$4\\nē>g \q$pN*뗀 цfҎǎ3RR> pX[8 > :TُciݜGa=M~N@ F|fX}Κ1B(P%@N^JNz8$4TJ/XPNܟ ,D^Pt!?wRR,W; 4- #ˆD!"!u!3}ONDrot< i~t"%ݟC^痭JDdN,|*EkpQP"9OQ"+wRTp(7+V=L1~wI%jAq.vΨbZ(2R̮n&fR0ps7Mny?BT}~l7kizzywzz z}Wd@ː w ($z^p^pVgXK)ƿ Gۘˊt`%iǛ g]FY,h|R딏!ă00"sч#4^?b >$!:+ i&Μ:wsԬB5gܨ0QjZ37pSj,ڴjײm-ܸrUhңkB7"_b3OGd\Иp2DL,d# =1gAY3Lu#._$ jFG #ijx$B1D~ACeyyH;O}]wA> O79PqSB4 ae4#?2_18#NEJeS58TT]eUhUW_eAu9$QJ9%K"^?j: P>*H;w1)D}dLgY}݆Ӝ%k ]N^(OxgPe<壝AYAM NI;9r?gA Ai(<,ċ.{N78v5AIGÕW`Q-z\VHAB7}P мdh|+qMQM|OEPB1IeE1Yfdpҫ$J8kA#ıA1CLlLr|IMF?ry\iqDp:Ц1ݔq]s(iIjkT c{8+X7pϴA\ M\ӁJS>M脜8aq2vDA |ӫrNR>L?uK=a=mwG~|O*)Y?8<~ZRI(''x+8zoc\%eN'F*2"<eNG '*HD5X 3:"&_"ڝ ?Ĉ(O GTrf]s7 CZɑv+^HI/e&NĸN' ?S>D'1+ACx<)^g}AĺĪP'Р^AVSD<, bV|$lA}ĪAw/Y)/'--}bjk_-1k~nN׷ nI+z?F /`|@]e:ڤ^d6h ?${cڨ6/ A%2jb?lܩ|r10aS՘xF"Sm F܄ckqg\.k2i Xɥ" eL//3Ht " NY#/]@r~a&xEl-i,T/\%Hf;AK jSF+OAPj>EV?'faOHTq#4G^O:Yq}+GDDCN< liA9f9I5Aٹt݌2.3!iҚG@9SuaoMӧ1~ >ѳwRBEr NAG&{τ"OMC=v7FqZLӔL-H{3!X5m~hu;Emp&8.u5+Xk: le>Ë{7C=qöt5L |G97G[dGmS].s[Ngc% '&}GP P[ ,NP 0 `|`?p!p #G 7"=SR̝$NXJoG(Lt < uxN]B;>%Oerz t£MX{O9G{yͽA͓}Ȟ˿uMFyRvʛ `I``6۱RZ]R^ݱ2hL ZA#2T4`@ [ T|E1DqCCrXJ-BE 1c<5dQF: Hr! =dY!|(|X,ǨJCPΐZ X!B$ < !GT_ u`94ο9LOM] ~JQq]UױZ[-൅6X@&(^bޢ/@Y] (" D @eOhgEPYO_%HZOTNHVD5CءeyhT:EO#OVOȖ$>EI}pb=YC#O0MIݶeH:bbU4I4"`K[P#}@|N~@5" Q8 4eL&4*556UC7mN{!W)dд%ì1DDWp(aX 5Hwp :Bt֝0FpBJ]DaE!!aL9.b\FIuÄLa6z`ɽ^lfYD^nEI:p$ɵFBGjXdbGbi¥F|c༁%)VaDdHڙ(vM)xŅ+ Ģ7 C[d9|* @cRQzKEvTbiHf%&*g@HAqT}T$(MqyoHh')TIMŃ NyF+1C(G(:x.Gi?9h29xA٨B,1x/(MFvTҔ)xA,i*)(Tu (RSjhf):N+U2.(4uif((LfhA…b|/ul韚i1%(4x,ғb(N,x[MR.jiI FB3C<–jb@xA9pӆh6gi>*HKskA<'yRd֡$QKu[h(9+``Jd}/` 6{9%&EaOOv\]`&mD-,B_PY>lV`,džbzOlYƦ !ʎlɾS( "+*k] [ JQYg+^+Pw] 4+8pѧ1RVNExYV, ,6+۾-ƭܞj~΢2u" -A`[+yn-Zޙk.4xV5# CrK>RښERZ%!2fBƬʒ, nĺX.llڮnѝn.ڄ&vl˚l}Dfݒ_ޚ$Rm]i'[P{MdeugpR}2/J(zH.j,TL"nASHZCNG;[t~ﳖ:k!}Y RT'-U@ |20qѺ`2'|90 1J0sptt 9-Z-"#CnZ.>1@2.943٢p61fZ:lRaf/ Wo1l'j6'$2*,r r)or(C[ΰϒ/H$Vq!콚'`@{w>7{vn!R +żA6En`$|[c&?3@4 4|-sRJB\.T"Fr~fYpF7E7qQk׮E8M@٫jqsq%%//D0o1+,ϮP2Pۜ(NRS-So+Ko M.M4B4 4*I:sݰ*氵[EUv( f'©JS"F_^1qaaF`b/6gE֩uL6c]c6Ld[z6bWhhdvh(b6Z_3v,bj;vԶfvjmO)}v&e5n#/bOah/6ec47gW6rgvwwe#hjGwi3]Dh6<h6lfogq n~RsphqSva#_srOgXY/ S #ZqR34Xbi 3_%d"!/7݌sS75gFfVDَom&9.C5qQ7NPco-C91l.yYgWKYquu.5?s[9k y}9CGC98_\;TK56{uW7(2R#9g :'0/Sc+szyc5Vz3z&^ٹY/ß畉7'&:;z6s?Y:7ҟ:_[{:[[9kzosz"o_uN#Iz;{D UȱGдlzWp_u{6BU-~=(QiJ>W>C[~ -1=, ~C}=駾V{~޷>A9~.~>{ ~k8K~Ͻ==(zzc;nW){Pw{uU2@7`ACp!Az BP %bBbCA9dI'Q49jVK/[inLsFԹs%&hxMcfSOF:jUWfպU*ә5g"ȓlYcUb2m[oƕ;n]w՛ٽf M2q;ʧPEԫpfּYk6Enq=ie6*֋6Z!n(,m QŎ_{뎺'ϨR831znx^ w޿_|_^7uӍLJ϶H֪_;K6ӯ-~z,Ȉ:*f$` (F &pB*.<7q,ڐb Jɰ 3m Q*pvX>@b:*$EP .)3'5$װ/ S1,D5f M4@ d&@AO+elDQ, F3фg  j4R H2IR&" I%ZFQh (Bܓ 54 YlJ(ZkHeO[hZoMl\quoo֠=Z޼;v "78xO]hÝw!}wtB`&. id9^M0CNDQ&_>@AGx5+>Vq d 5ؠETxFBfb#uJE!i(yJ8e6ٳn[nJJ{;conDPt:%NaN54NA@c< :O!$)7K#c: HO.@(*ZVV QȆU>)|R 3ѪxQ`wmekfFхUUUYT"R*6Zͣ \D:DO еf8K*Vxfȩ)|+Xl >XIIyg˂M']iA 4$b-j[զvmm"[6Unq[p"* Pf- Z$i\1]_jL\ЅVQհ@#)ʄ^JӕhBMM;5a2U&Ul;,o ݂$ #_rAV_@gʭJViVQ+8XRg%/A#` u:"a汬_W;N[z[NQ.yL~ʳpͥa˼4WY~]3pќPxwL6'8VT9v1]2;;sаV!*V$*M)֑0Y)plꔀ';U kjkTvv]=sd(sZeVgq hT@ާ*)J8\1$U!1|18A\Z4+KQ0d)pOxے=Vҹ nAc=jUmos%NMmiUE&ԡ8DrUͽ|I|Bok*Gܔ9Asќcgf}M'WLGսuVo_k?S}1!SIwuʧr[hBRD!>$[,//'=C|c_WHNv%|kx>RU[mN lN0Ո| F禎~|10..0pRpA0*jloN0.Mwb0 p B O!Jp pFMiaN,`pnPN 'JΚ{^‰ڐ a g.PuQa$pM% Op(/ļ0E 211UqY.,q[Q.n* guqϙPJP;p+ )QyXqԼC QqѠP1^1d,혍>112 r 1 2?JkP%r"/Hbjq1Q$ %I2$QL֬&Y&*',>R?rl)r)2*,֡8%J*Ard*+r+ ,-=Lb+Ӓ r((DR2)/-PJ2  1|aZE A!B ̡2 !$32351K1g2a4^251[S43_s6sSb^Ns3P;JA8s4}27C677338o3427u&379:73S;33.3q5!4s6/S;:I5;/6;4@@s3k3<J3;2_3=67N ,>ӳ9@{s3;;H=33B=<F%ɆC<2>0B=6T4s91D#E-3?s5s>R5R0t"0Gb!0(4MՔ$n2ntMJk o!tOy1L1r$TaL ,RR+5,4.*$tMQ!USPK%TNN2/NtUwOŐM-oZ2$#0$cǒ2CWuNWLSR&c2.S&l"pVW0[ ?Yq.E.H/TU5]u߮\5]$TUpNSpµ^p\yU1W9l2q_r''Y5`iau%qWuURY# Ǯ]=FuKOd_5K_9veYe]]v?c)EHduPTVa0h-Vqb X% bujjbvX_rnY#&%vBX fc,u4AmgzM߶oo;m7%6KfժKvq9#op!S /3]4 o\oE.87ts Ϟo9);4tor&uNpW ZwOwI2sv_sIsvyv7D:S!wrUStcx=@xEJ'wMyWsu#tmTu7_}rJ^gw[yk3}=DowH/<&肉([z8Oy7Кb5>tȚd27 &*xI7: o {::jװ6{E/܋C7o˔=(]}{㹯]*Q˛<|;:-lɈc5!&=˱ {=]0k':ͨ]Ib7hzݯ>^DݑO˷h]…=]][̈́/sxφR: ]9쭹۞6MBԵ^>e=Z?}~ޛݾBAB|dnd]Dn.uv;X<_o Mс?x#[ҹʛ_37SկZ9a_?d_i_Ll4K}Pu= g0? k"A)*|(qD9*Q?ELxF+LR̙7lASh2(PoJ9Qd̟ ., uԐGEY֭\z 6Xf=֬F5iعte޽|/i 0cŌ;~ 9ɔ+[9[lݲMCD:լ[~ ;ٴk۾խslo= ݼ|,05[=ܧ} :9_1Fs _ȾSz)2wO,{wB DDJ!_1S|>Pg|b=\A#:! P("x!Z,R =Tz9Zޏ,&UߍO`c $cu+SX:)mzY"$&EGJ8Pb%Ԧi$%eIPbKbnX'^%ph\\s=O`]jyg\QijrIk lK4JleZuVFZ5 j~ dg;jDMUXH-ECTU$TEQ5ēJFkKJԾ9 l/SuA:To0clpBLd*l"MK-֚*as>:gU3KtJ/tN?2 u y4ތwLvfP4!-pLw+wD}qzCwC.r;!Lxa-1Ȗ_n3T ->>s~xCRUcMܳ0sע}wg|AS77I>aIIxӛiuyzt?ˋ?ϾDv]U^-?ëP!k*Ѐxmv[wl1?π4H|fRXXؐCXǂb tH(6#x8bȦ!W :Z&ze9ă񠇊"ň@^DsàcI:\:h`?D)9|!FC@5 z dA=TIr!5S' t@0*鈇fȟ@XW2HGL(#:qԞ}H< %kRs,:GO) hT@GO L92:@-G'p9NPTEd{dR\'=A*qN5Y&>qOf~T hph1JJc"U#aӅ@CL5G(Y}BC` Iw'l)LR0DxA 1ŗׁg- †V#J@5 :G[O0:pMC'' D؝,sc!8˗aFB}9|kC= ǥ-r/+L[w7U {mF ^z>p|}lzjgw@f6 t@dvrGf0'nô`sE&C&SR@lIaI@dR$}FV}A[^^0DbcF {yaؖA(nll`^ma!XNxFxy mHbucGgiglmnl}y`>$vZ bdlqyla` umOec&^maSwr$ưpnd~nc_c3;nj`6`F7' P%䇊ljdj''l' f@tkR@tei P%`sBqNq^}I! !KkGsΦId@ pk8f(+` d` \7*1ei0/qTu,oha vhl"p-i 0u % lzd< ~vWlhHc a"ưy(V{LvݸtNx&vWx^`L֒p ؇׍%]+avv5jzNd@p`dHq! 0~87?;ʈ?_͈3,&g^ p_c`hf 0u I|DaNa uF' ч f͹y@lId|ɜ$YF%{om`gjٹZyeIc:i Hap{')7aI S`9Hm`;m8'i}lGdyV]  c)8aHpBbx Wqפ;i ޹ cd/9fyHbiu 4hEo)EHEL3E}AAidw^7Zjeh8atf ^]IqvǣS'lG5Kf %i j%qFcjXxJl֨ q 'a<zlv Jjn* +*ǝEsb⹩6؍vcWxƋ؇=x+vGh8`&Z@ns&]@eq/^sY* g/aR`ƭ5_ƱsEl@ vCpj* aO\u_Hd`'iyʧEApK2bSoߒWF6V' pa^p{[Vw]:Yuvxf })׉kc<[zxXYq#[Y: ` Pwc:Pb(Td:pDQ .R%PZt\Wu?=i:j`P $p0]X ]'Pmb0POZU!tJ[ц:PHy⦛:LG1M{!3עuwU,,#~:3M4Le <%Je 7NX3MNLQ(P j-;]1rJ) ZKWE6$)~PK]bLPrPc%5Yتqr!v[ܽtKRAX  @U׉FZRyP!q- %z,Y-"}&YPR{MI4.nƨ~(I&-:5F]gD!,j76p^ˋY akdHbڷICKl 6kh]`.k(G|Jn0PGl p$з xYXg2d@' Ow^_߇v㕶Y؊ư`lO!艭ݸ fON|\xʍkxuݍʼn4ц']@I hOYF|Jd ʀhSڋmsYOL VSWs97$N4&^WclpΦmMGcG4]wJ>pRʋL 'CpZ}K񱧘.!xO䦾"gh"R(vKF}$ v>x'Uw[{e"=aGc ,,(pNii`Q VWߺ fO{TbA PFhtE@}\Ov[MaЪ5Þy~cĞsvjOVVNSxh)Ȱ!y0hHyp&uPhJtPJh4DCop+~zOõio2Dp X1 trOӹ?y9ZO cLg,D wchK]P-bA:2Q:Lۦ 8wZ=z9 / 3f4}:" ͔ R/xK&/[26CCqDK4DSqYZt͑ќQf4QTqGGrH}42x̙LfrJ*J,rK.(3G4DL1وt(c#xM1AZ'62L"* @9OТ򧧅 : 0tj"z:xSírZhI#: -YxYB*KVMu!cС3Q sѪ/:+{T,u:lVIJȫcjL|Ը@y$tlpՌWlb+1^4%V6✭6x'/TC^N dap#nS.V Y+ȬĠ"gSZ=C_G&4Ȱ|//T:Tk{lYlɔGFG #\RLsLoom4mw:E7["OeF02E١SF T5RL*[% YΠYtV H_ؘwôV( תh0džŕ+Ly <'G6XA^dF΃PC,R@AQy{TCWnuIG!ݿh8I,\@cw1=d-b2`jF›<9 ~2<4s "Cjѩj!߁HLQs9 4^ 3I{ 5-.qc$cf(m6bmnt$Mp{cG+Nm8 Y65f'[lB2HGƑ.[@6h# _4UӓTEXD-e<=zANm3cP, a1}kP4cUˍ2g‚2IQ=X 1a$JϤ6!,#J5 j)uey:X:@B5 + 90D"+GLIC+QZA<"$/GOh؇8iNcHVAjYU!tއc͜Iô\Kn>* #!zW711sWQBcG@&VeDžl'>KxrìDQ6JI2ȰR FE`0vyhS7X8y:h3AA!]N9S&D2w͋RwiPMdK1rV+!k r;l@)>7$>,~%x"Mx(W 20!JcSA5 bRa'Jb ӑB5 JdvxN"CԞk9LZ;' xsz~H*;Y,gGzgF-M@ax7'Akfs2AaۜE zD1.\:QI?f-XvpEY\;Cx;s d򉄘%N@zFC3;;2C2:9;":ClK93C,DKt3E;ԑF˪C[ GO\ \_!hNqɄF [Q WUF!^d"Xtjk2ٌC "p*ɑAn[r ՀZ |zXGs ^ΑЪ\0:"\j *0PIIE $ EaKI׀0iGAXj@8 ^Y .M}/P[<赴G L"T="! D4'K*7K\ҵL$'ǩL LGaIӂ Pª|(MpDBRf#&1`:Kfnf`fgálcA!aXɇ9bՅMЙk|ٍ[x06 :88K\t Ex n0tZ 0mݬB)[*wf$P\!]hc\ϑS P!dW]Xd1azX · GHfƴ^`=" J>b*4e@kM# W X& ۅ=ߑ:YsgE߸ l c_ݚ- g~h6$yUYm.mklƺ4foܐ [{#f{^)aycg`ьH )&Ny"\&XNYky\SN# ? Ԉ`NyhOkizVL}UJhF Ib=O >VreK;p7\&HnaʉD(@WX /n:13_vk- X n RmV5lXF\E%~~jeWvq߹4cև[d4!ˎ>Y8YmYu8I@\A}m=خ i ٵ~% 8%+2 & LSn4SXYβuí-&ܾHZI98M F  \osoPZu!pb 7eA dPre0XȻN|ȴoϏ_Wa̼`eL2q[YS!ڝ>h lhi]Fw7iecq l~\ɉrRfyGS2Y4yQs67Ux󻬛;=zDskp(HkREI ;d3e0NQ>H\**1TS !ҳSU:ZonPX+`[ѹγNܹ|Bv ,\="tڸx;{C@{X?TS Q͸  W_x Ώ=C r ☻oWχ|>}0uǽ<^ H㯌ge/}@ACw~VJю Bܓ脻Ww!taS> A r/O|Rޓsw"Bc܃ xTL:aGa{lhR/4b֮͊^ +v,ٲfϢMuԬn߶5'ܨ0v/_u2 x0a}NjgnvC,y2ʖ/cάy3Γ絛kҦђދIc't:˟d;7a|@iDRlc3pÈ(/CA59\3nvt}'ECc0tC/FWʺ.0{tr)CmQQTa3GDtÙQЋ T+bkqTPt'EO13/ڐ$ xDFƛ/m(^G/HPRƌdCd }$ugGU'F.0/uC#(J6t3CSn -Y6Ov/#QKO)C ]UVj[pk_r9W&Va)h5ᙿ|m|}jDS-<+I*jk>:J)8Ќ"+'ˍGyI2/#5P;h`ʟmJ)^FwoD(P/DYBMfcz^X2?''wVmn'9b kI3t8C]2TA\Lx8d'P}*C8K$oL>rzhqSk- J5PzBCZkߊPN'aIkj]9ȟúɵᎬ $gʚ+P:9C5N-Y /{.ol.Ez ^Ib3~` +hǀ.At,l ib*|CMq,&=4fOB h#TtH69$;IKҀIZ&$bł#\ .JUŖraKDY }+P}W7g9">賐5 HR`j@ȤB,sU:cdK\v:d#HR'Q#z&Y%C@-U rMģ yRhL(ɘzäc|ҎFZAY (`ƺ ijpdN9V:Z/ؼ+(#8 H,YBԃ_\.%2  @ a(E+jQdQ?InmN-,e:/dY~Ee&o<ʉ9j eZ9JqWOr`DȈt *LLa<\2[~^9 HlJQS sGspMՏ\ V E:ΐBو,^2'X,0h-IYYi.1ZW 4bJRkRي!RD1o4pW %<(2iq|.=DZzl1F*kP yN!+N⽡(dCk܉ /C^Ԡ|:u#yu 4ڶ|͞4ţ]/{M3P]yioP(PuER0!}^pv2T&Cֈ7N3Oi^F& TLXR9a0Q!&ȋdVSUT8kȜ`+-hiU*"):b[Yɑcn(M]2`,O,7"?A$#{ni@'(ˡe1b)\|.Q"16HJ񸄷?U羉YB9?ab5a"l7e - m$S(PcK!O9"$9Yt6 n:829 rc&sj̸a4h<դp+#.9.wCϖFHb8.˻E^o749  m{e 2<=. 4*+9=ĵ]ƽUovb7uߐ#H+FwU /Rl˴A=TDF%>ÐA=>AApHH = 6DLZOhİAATH(0FcEcSbC8kAF #NctDp`QC*MJDe1AW\b%J&"\MW  Q hQ !1fk~ f̀rH ї*u(Q $)~dѐ 2SڌLU* z0G0MvEɊEef[hbBC)ild) xS']̕jG(NlyX܎6jULeyuzw&H]1RBjzF}jkx!B@*]B dhQU6رKb#5 35MJb(Q0ƈ`+uLzlCyP 0Mv4!G GzrJ* } -~J,ÖIE֭e"iN,zڑJȲSϲ{iA|v"JTo,/,h,uiQ:oC 0eElQ'oNt RVZR*_Õojmi`LN]mpJ6午fq'L֐K~mLX )XyfHm[5 Ƅn1=\UQ+1G{ZȈ6G񮅸ktzSYorHǥGW HZQ!3&Ur~'VEXuҢG֐Vʒ olڲ?d|ҫ1fdiV&m0eH"\^( 3ŝ0E=iIK`aZER{0%[H O;Úۜ䓮I =)+SZڶK2x4 qfag:VLy61u` .sL~d[P[IIqUTv1M9sְ4u0yQ0#QW=yzVőqHY1'4ʹrN#mQD(oZ})*uʾ,2Ph\-uh.Kf/Tǐ|xjdI.JGz80Rړ] hdo3Z(1O =:wH:{L;3}0zrҌ kh%\n&to'q?l`H/yL |,k1y$̈́1MԀ1zQTNJS\oIUPtG֠'uI"ӇؤU7zsP`sHQoKH52Pg5d ?6"yoZZo[,0͂u^Y=@ ?2ݐTNWI 7uڝaV~C6l.{ܚWEڦ6D%nQyLZ5JmzyoQ6t4o6Q ^nkP xz0mKΛI~SEPUҨJLJwSwG(3`P .~y4Q|WovH|[o uFE 9~J5tv<.|e ?o4aUxnPgwJ5x,Z*}-$F8rYjxVw]I);䔙J 3'2GO tyQ>rsJi[ y&F> [́l[Hɛʨ炣v6HZډޞs~ksʑFwe%m>lU|3GCG> |6tTwxZH83_,ҫG( :yyTtW)J2}4k;,A4[zfI/q70 tCl~ zGHZ>;y3˷s;{2jP˶8xϞu B/C $A5=9t25 90#/Ѓ9HA2 \&Ѓ?(4Lbp\y=$F38o=R\,H5 =܃ D9<'ܵ{I;'?6cOs]4O@G8ҡX+פThݺ<=b!h8лON ^f ں{^( tIkl d)tWf,"ӏyvJ/@lѣs5kad!ݭ' =sIke*"}66.gL)i.Y]'yQc:uشjP1G/_'z:M}g+c17MPDG)Zd_޺װE :a ,{<"B(")&{ȧ@lFi%:b2h Nxnr $uH|qj%A 2NGxPꬴt#GdgZG|g֞9cCn:#Wgl.NM7vC5i:_^vicaמAwd{߈Y89F;o#I{sN8^d[UΒFݕ ~yq9Efs-fg>%jm:qD{zVo8JСV:W=-Fq`KgWe6a41`lf4\ X@VJTR j*bT0q+]]Wu\ !IXfKUrT%Bpm%]XܒE 4 Ja|X~G'~dSYƲ0+}Jݭeb[VmQ#Z0c7؇06 y:4שl}S'Kcd1HɍGnWP34Ki8ɫLAͬUdX4AQ!EѲdHWČ!]jd+oCZ!Qe%Z'3.b؈b2R1UD)h Jկ5,)UJY,6'+L)BLQ %c =YpL]ڻAJ%p`T%mw6U} }(Z\0p{;,6'3Qi <fl.Q7}q[ތǬt1K3XQ$ط1qr"dKV c</XѥQiu0ȴs8>8Pjj3_B^/unpå􂻯bV2(<+9ҡiE}Mv4Shs{&1fdGdžnʦ4\Q*U0()@~4"%)[Za _z `GÜR#z"`<Ԙl|JD^qQuy'Y Y$>54Ow,*97i<XHf<:{Gu4j$ɽ:ͱ ;89Fv}Jk&|'eh?M]ҕFIv"j\G@[WdSrg5L۱#[ha6~:p:}jz=EZ:NkCU]vCeʒ@kNZW}h{:s has>0FS`tݕ7hb+UTq &Xѡؾ56-ٌ5Lj88fMe8qņT+i_Y1cP[-_e)w\Th\9Jk[UUJt,K)N# U& {sK9K65Kt`v%;=#r҂[:_?ciW׶8NUsuI ɭ5\UXQK&y;}eGPewEٻc-Xۻ0O+y_5~WmHs4#BpS(**ƕH1a{Ã- ?`E7,ŭ^>/Ofր/'8XYc9[y\ml nn`@m.JPwh~Jt4E.iv>bϺ I,N됩HӜƳ~H"  {q,$ $kg,X0bxTb`$/tjK͆ר)k$ugE%tžmw~rm0ǜ|nf OiJ_ˬf]ohMil j/ffJ&E(2*SOPQKOUFAW[_cQgkosQw{QQQE67  LQPQבQQ R   QU%io譤X"/߈#;#?$CR$G$K$O%SR%W%Q! 2"q"S%0R'wR4%(R((()R)%!erh%x+YqTTa,R,ǒ,,-R-ג--.R.../R///0S00 013,AH)[%&33[|rTR1?4CS4G4K4O5SS5W5[5_s,1R2-e?&*R3+r`889S999S9gSZjns2m"`7/';-R8S<Ǔ<<=S=93ZjS:'T2u2E*?KQ8==T@@ @AT1es!>Q?3<9sRA?DCTDGDKDG1Zj Q*B-BQCos)wG{GHTHHw1Gs;4ItHJJKTK4$JeIk2?1LLMTMהMMNTNNLTOOOPU%N P  ?k޾QR#UR'R+R/S3US3UQ/QKjSCUTGTKTOUSUUWuU;F5TYUVgVkVoWsUWwF]5WWUXXXYK}5"?UXZUZZZ5WU;-[[\U\Ǖ\WJ[\U]ו]]Uϕ[0_U__U^O*`X`` &Z_7c;c-Lc7ub+bV`t^YvJ!Y (`BHf) Vfsa6bX`ZvdAf?iii5@b'@~ZVSvhdQ]VYvl aqVA6na!6Z8axvepWp7U0 ZVSVod1V]vY&2Udv& lnY(7+viu_vo4h-R%LWQWuerSVL 6Y6>mS%>`x U~*Pxm@xVwQw(({gyWY! JjҠ,V W{w7zS}ЀfSv7U tC7jaA@ ay~%Uw{=X{w|QX7U8['!vos#57l8Y7ѷcd́YVj=Y }ׅQkU2xEX׋w}w}8~)/QwVeYb:UdVlgA m[jSw 7][ YeW~Cy0ٔ;Y{'bQ!tYu@YF?)X'aQW'Y8[xhV9xMW?9~yYyQW}zxR9YFYM֊ce홟!9~[hzᗡ:YcxrsY0 ~n8eod8YLxC'X5WO'eli9 |g6YEg n7Y޹[l7@#٫Ixp}Gwwuٛ!7sM Ye'yizKeqn)7+Ƕ` e{Ya]Dmֈkb:U,Z8}w#8b[UL;3@Kקֈ!ٳxt[ ۭᘶ:uZƸ/sáce؊i;UTQ%[陸Y嵉!asVY%Kڰ-wknsg[8'`DU`ۭ [}3;A>{1VsgzC͡S嗏bvM ;;g[ؿۿɓyaњr\S]ɘ%GgYeSQ<ʿHE|;5/Qֈe 03;í 0]o4xP`?\Q 4z=]s\ֽ8r[SeWwf;oGy<ٚƛQe˼ˑeҭ9z|Zo\ғ-։|wɵ7:UР6m{eY{[#a}sz1=U}==xm_w[/c?wzʃ6]'~X{cVU^y[>rcYokagze|~P=!9Óޛ:xWz!eAfGA{|1≸p:u~AX8_5zewf>3[x;~g ~ؕ%7zn9Y$x3-:ۅ^i7UօZ)~9ǵ@г mq_Uj:+=!'`heocaAq=|x]` @q+ I3!LA>&=~D 8<9p4mVsXHS'7c6\ɓ)CER$D[9 ' 8ׯ`ÊKٳh2[}pƋgn 3 eiJL ECIhܡӉPáilLذǿzBʹGKba5E5\ApZwn4 _S;z5 GMqss1B\b FM8pS(+\ Ӫ_Ͼ˟OϿ(7VrmFgł A&A9KFL HqWiqw]z`1n"ha-"mF Ys^z)Zn @\reאLMdcTViXf\v`WiMed[H5W]wyf8 4XN)|矀*蠄'46Ajydo.h`]駠*ꨤe,-XekOqj뭸뮼 g&6F+E:*v+gR+k,l' 7G,Wlgƒe-]<L/b(,(\l8<@-DmH'L7PG-TWmXWm(`-dmhlp-t:3߀.Q%27G.Wngw砇.褗nz̢u.nr;u=/o|#x#4G/Wogw/o觯/r/ns:6FL#D#:'H Z̠7z GH(L WF08̡w6ݹ)@ H"7ʀE#A&:PH*ZX̢.z` H2hL6pl: x̣ǸRF وxh=F:򑐌$'IJZ̤&7Nz (GIRL*WV05Ze^D2bL2f:Ќ4IjZ̦6nz 8Ir,=衎Y<_40~ @JЂMBuD'J<U0Ўz HGJҒt;+Җ˨L1Qb*t(1SFs X6*TFsp1JTBSCڎ~Ī7ԩNS?*Uk h@W9@p\*!,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(ᄸ Y!% ($&`_B $86@ *a@b3xmI/h_=c`a$ 9dGxp,XJ<1O f/q%R _`|`])&`ȡ,r_ ؝y袍>X`ץ: ~,as A+G(卂yL*bamkJA6@ Z̠7z GH(L W0 gH8̡w@ hgj+@12ЁV E*ZX̢-[y` H2hL6pH:x̣>Wf`hmh Ƶ x$'IJZ̤&7Nz (GIRL*WV򕰌,gIZ̥.w^2TEJgX!R~f:Ќ4IjZ̦6nzL_Ќc.Jr$8v\~1r݄ukڼEz| m7ʑ7weaHm xIwsܼlT|_qqGV:OϿ[0c yg`%-P-o_mcz5mm'2gb&6Au7'o*`G\Vhp@ u|y+t'2\}Vd|X.a}傛6z/z1h}F&oIaL}#{|4wŧf7w3vc|a\tTH\}W@8c xrSǁ!8 c:arՃׇ~8Xu~`5-=HA!(ld`ÇJozEYo/'bg])hBp)Hr3gDžCXr7ȕgyƊwpVvwmGzuY5EUaRd=6+f]vhHYiΘrӘb`بHxXa}k& /g茷ֵ،򗌉wyv|ؐ9 jP4vK׉sAh{(x'=f]&bp jXn5rufz\'o<8\x+(z Le`5HXg(~֎tAyp7&xz(B Ub/(8(d;aMȒ `[Uh:f7jrny٘v imՀ#ɑVA&ٙ|7p(bMׅ놓Py }'jgW{IreYIhFTWj"ւiis{]GFNjgTseTιõթ ɝ%fv2HΙaqfgIoYh[Icw{%g WZz~5f` v 'Hx'GcFj bT8A8G(:=i]by֛R`X$ 6}B&7}Y õ`(hI''z{k&ipM仄狼Ghp ",k mڨTr“Fq!Gs3p;1}xtBYú&prp4 fxoBlAf@rB&9LUI\WB q5\oG\rMWr@m*rKn;@ F}HJLNPR=T]V}X=E^`b=d]f}hjl\ mr=t]v}xz|-o}؂=؄]؆}؈؊׌ْؐ=ٔ]ٖ}وؘٜٞ٠ڢ=ڍЫ % VP = ڬmMk]& R#b >-ܶ]ȝ5 - 0 ]H0 Mmҽ߭}m|@ =]޿`!0 1u>  @=+?q]ђ  ; ="}%)F} ] m+/3.1=]Ӏ+`N ,PAX0&- E"VQ~ENҜ@Y 9` ]6 rn Vpߠ 2#]阞ؽ2FҨNѱ`< ;0V-@pM]^ҲӠ ӨNԯ>) M# 9M붎W> )-,]r-0( rPL}n^@M O %* ;D^~Ѥ^dn> \0BG M``-?Y!?% J ~,0o ^I_dn .]K> ? M:?fAO> r_~A&?5 E iP ҂/ːgK=*hpMK.|UѫoѡߣApoo`-ѿMAۺ@.%rA"*TN܄!¶3kTV $3 $]\lB XbƷ7u 9d߿?Fz bԅ;M,[pōG\r͝?]tQ7`&Td)</jQdCTW)d##l&ޞ$5]`$j CKr+.P3i@sZ/CȤ, 642x9#  , `l-蠟©DL Š*gl1d#U.$Syp{)T*TL;tE4bbK)w2U{UCD}KP%Am b͜mt+[G;\z1^4*0P[U^5+4{%`'aEy=F%QJ*Nk~B!}u_i:w6,<[x4l̖(OkY&KhUrLҗ܉SrI\ uy}9m8+ sc/1AP*?kG B}?S ΠA,# dA4p?T ۴>?FB E9FݓIJ, gpHxX8>I>6h)*ꨚ`Ep>LpӞUV4 K6$VtA g, ɊX_ty#Mq31tR WT:viK xIGm̙pE00Z (! LI((gLEJШE`4&dLx|H*cDr4HGπDŽt șhCEDUE-]L%&eIJKBSLNOTI R5SEUJU3=kpUxWͲk^[MLpk_]kx[cEd͟gVs=T nPpkg`XEW}sEtU`kL8W8U`V VuWY%ieVhFhXepIVsXXvkpfsPmV x׎؏A֌USՔׇUpM0Cn=o&ٝYVq=B 8LXpWxuڧuZLgQPZx텔eoW}YWXh7p,`,pF`XYY]Y5Yؾ؋E<%VuՈuM^_ss[ UYܭ˥\1YQ.R` [ VAWWYV` Wײu&ZUޕڮЅMĂĽ-^5kZeMVU0]=ݕxeXWEMTz ]Uu0o -%m,7߷mU| [t՟p]E`UǍ縆e@ ؑ\`mee(`X]_5LPAAoЭN\L`Hau8auP8`^^ѕY4H% "N@V_apCmUu_`aF`x0X߽b}qn`ńgXbHcauAaW66He׍MAnIYcPN_][}#i7E(R~FP[J3|eb^*UU8uz^\| `>-k66EڊoAP8([ Vab煃g% >fY Qb@gxwN>Xb._p(pe]b܅ nVfh,8P9~Q U&a3n^L(ZsXcGj6^uXᐠaqEgP@TIb>Nף=N]esHia^(c}ER^^R.EeY8W_EiIQQp]\AXV 6H>0e>\m]ƥ6յfgHNgfgZE^Pf]s^lgŎhRv. Жyc>cJFi~b)hUm ~9ݖ7= wY.b-laПƂ^BU8_Ȏl\Zupiń6@XxM@T@>k b입ᘆF@P.H0j_$h﮾QN\f- O޶[kuk Ƅ{0l5n\Vfm^M]ԣcjpQomЭ6gl2%y6(-'BD ~brMYnpaۆLW]MY,Y5^hsn.^c6tOcUHgͥhGc&oX4^uW,oTkeVs%{XIW4 N䧖H Q_UnfUd5X>{/MkuUXAlqV us7wGG{xqQpW8qx_5~ڬ_=э*+}%&7'() U#x,!XEsu2YWMp_U?8>&y y,ޣ& =X8Ƃy=FX-[ht,6YǥpFZ`M4Nkn&GtEjսvN7^h#Hd>ud{l2xlwyo!reI,xXbdZuZepj }m}owp}`s wu8wHpueqjxOt_>}xbxr-QMiukZxwTW*x#yOh!xs sWemfny/QpQ|5Q &VT]3!D ,UUYd5UV<"W[58 Z٨0dNfʗB Jκn,RWl 'Imrʕ:MjFjֲeHK=EÖeaᣈH=t:s8#˥ix!{:z]+XYFjY&SVs:-4`P6A{7(2W:Hɗ+o9̹R9A0380Iz1EU,taӯo>W´N3b"FvwTIM= fXCij!z~0"%s"eD1a`r#9"EJp=aqc!b&L/}ƚ.ep6H@x% %PAM5*HX0h&/lMTUNu15M &l7 pD,Z:SPQ|U]':E$z9ZYo%G$ F%^8Br`9abE~5"YAif}V5Q>{:GF_M6n&v|gr1.$9әdLhGwg PJ {iD0 ;L_/5( LBP9Da2-%ʌb+^⠘(cMT-AW F$7M炤L2+vd?dQ5#avf̎KVnb1YbE /P< pDZd޴6|ggf:٨#iwMVXz 衋 `0/ŪnBjȪr]5^<IU]ru0%L9fG4_Ti}m:> tЩ>[ܼ 8og e< C5ċ 9(FALB&C&HdF"HE,rx4UK(+D"`$&!iE"$F٥gN"钗6 \j6yTiWphSlUf)DʤqshCT)\&,9"GuQg&dB n妘M%s}S׻3J̯~Iʳ-OYমQ8i'<':ssX:+bț$ƂX$a3:RρJ Bf0Ό&qJ#$W@A MkLO؊b3n65xA B ,K0#z9AoN,8 $ ljbTQ)t !9W(83 Mki\ XJUe\TOI&='Y I;_.g 9NSM퐖& 7yo늛KViҖ_h'FP%'> aS5#2E P-(Mb$`ԗSqR0B$V ѣ5y .U j@]W6 /"z&9`Em{#AX|BO~B$Ҵa gZ|Y~UQQs ~3-AІ>4E3>ISҖt{LyẑL', '"n:ծ.(tg>ꓵېY4hx9^zTI=zڗ @;+*iG Mx~gG|7 (T#9LrD`^N},LUK9i=V͞95#YM 8BK5ӸmZWr*p0 ٦;3좨 &$HPcX,[ OXc]bv4ѥf[CkhfiTrBheA.SV:ֳs^:NuՂҮgXrl $5m(u3 ga!V'aM4kQW(;1uS"'9ؐF!aǖOڛX>Kի^ )_t)Mu/F4Ѩwx,r ,$&qxjDdEN0諜31*"6KpT_t܅  {IHb2$g54eT9GhAV\Ć΍ٻ,`Ofi 6ɜ($Mԉ `ҏٵO zFE IYFǨC0?=, 7w¤ |*$& H=FBȸMkS] B(Apޒ0@I J,,5@$N͵@ KRXdUQAJ) lFB#,LhgQhI]EStb\Xa(eX!cHUZ]*+KL,C9t\$_ A!-5j PYS B\n1 MD&35 1 hNGѡhy#8nƐLQB&;M]٠_"F9Qa,l'qB &B@@C9^/@D(\'vfuwr'%F]DHmPftYdMAmՐ`Bz %p(@%JhQES"b]%&m,X,@FHY\nXr-!礥RYm*%,(d̢_,@`:F Db߭1[(F/1@\` H 2nNfNc\a@ipN(Qt'"Af,@` c9 U"0op)CL($r6EK Ȉub6(wѤa䤑zE/ܧj 4(rC.LM.pC8E@z؍Lux(MPE](^ G2(&*D(҆ Y㼠g h:x5eLEƍ LIC CY© CW* +3m1@4@3,Jޤ(PO3vFj1 ! !$9I] PT@Dڶ8؋;MSTG1&H/i qJh.)eYYTqUdbЃ*E#ep@KL(nM-Jľ!gAEiC ]-"*01SM4c hb\hQk_SaVӑl#9OS08)1Cĉ , V2&`0`91^2r2s^mPa_ u*F䶞*tNɃL4|۵ O*@n/qY<@cV:lˬu̷Ѓ3E#R4oF%Z,4s+:L1qw,Q.ntDl3MnhnF̓VNLX0#Rv4nh2xE l,e3_ёYG {LH]8S-'F@" ]6 (3`7 6GذJS@I|P7Sl :lFB\A@!NDf8eJD|"?gAK(Ok/O}LPb\;=6+DSt=]U!(wx6O:C<<$]I1*d, B$D}ݢsEfE܈]ҎIH"2|DS6m8Yt>q7\C5KU[ƣL&M(x"UʃCnFxq͆SŇ#F" ýL;k.j3;^;ޡ FWj '63@xGxLSWE BhUĢ!1& 1:xBsAySk-:hQGM2X"g#_U詻`;lYp0zS5pU5j&L4JAX N'$Vxa yس/R`Z0d^]{|JV N^Ū"\־lf'.0ృP#M]3X/ؾm"/g:,;wV`kQEX'8x1'fVJm0  ?0P 9#zƲ0d ALQY\`QFj+ȳny݃o$ıD'RJ)zζ-r3W)-FD+Og/謓RS`暫?R$8;R,0ONqκj)j|r/U{O( :HL>UC GHHA%,lt#!IIN%1Iqp4 J:z<?bDt+a9QdDI]V3@ 1]$"0 "sόUP`& oX9N ʃT62mVMu,"t(Ѓ uC7DO2eHYʽcz[E@A^ E.PRΔbKa*Ӛ4ߚE; WNwT.MZ%Dʎt!üByA~|5 I#f$VT" V0a }k4N0PH›Uz N5% E,t%(BEKZu 9ĉ&KiSd@VTU,1(EBa'p@JHut]I$ +MwyZ\n=iUNW}&Y{ B*DcWc,5h8A-"XJ_hڂ6Z"QbQ!$Aַ]+N2z&]#@ &E 0 "FpIj@@J<\+cY\.@=HV.P\40)LѬf6i6s/ 4"|f c>5F=QI lT. lu@ Fe1>:իGLdpUq1!l`[8 ZhO{-nV`Z #8/ o`?p# mz{èB@nCU11&Ө:!>GРxKLbwVц!*rRϜ57cl8oXr `f]0;=_vtD?$\D1EVRU< 6FN^,#0&ڮAƠ395t ኼ1 "/{nw q'ހfL.@z!*}N@Fڼސ 8*ڐ@a{2@7flFH]~\].` 7~:_le a ~{tb\vĂ] P ?Ă Dk a!FNA `*b@ a%!Ln >e h*:N㬁BAИV@lVN\dp p.&`ڎO/*.'0 4TDfH/LQA>*!.b "@n& 8c, . ' (3>IIF` hDBw5CT?Bidp?Srz ިO[U,D{dDqDaK_jM-/F2]T+a4'o^^O5K|N +8-#$&q'V ȔJ:Q,rtbraa,6c6v"*̈́S k4f 2bcJ00ehhjivim4qiX įj*^S 6-5QQQ7%(8o8 wA@жSvW)( ;'H`"m"/2x9ZR [u g@  %t@ P@ҜCݦP6rx :xZ{yX8aGx)-јٷPM`tOhMn 9PV`:B- RjmssQˁ{#39!F> 9p*:@)*K-6*znr~Xy -C~ҭB9:5;:1z]FzՁV`EhT{Y]a;e_4O7ۃ5 xOhͨ* 0h7ȸI?o:[)hFb0;{ɻ{"5rZˈޜ`ͬ/m9Z۾s׻ \ۖxȼ[Fی%)-¯A|A{B|g`/ U]_7j13["l~BB9Ɓ<ȅ|ȉܑdP|əɝɡ|w5mΪx#|ȹ˽\Fv`fjz#<<||̗!̕Sl F|$ޜ =3Jύe>eEuG# ]9=ә?!\&Щh F"aC~a`AE6}ׁ=J(,"}FL HX aCJaUbdBȝAݜO{ m-a*lꟶuҩ[Y,8ޱiV䉛IiS([lar1I}؏= @s$~]"¡,Bb (a$~l~R*`H>33O1:\j^8 ;;޻ =p/b`.ok^+&/˚9F #~ .~ %ЀAY\! >aMgAA݁13_ph-W`]^TF+rlD1tR Y1q7GX|9p4KcL_ѵWNˑ3nG>g]r̓߰*Pn9q&Lxn:>">eMֱfHqvɧ٧ۻ?ۿ?QߟJa2~4 & J 0=s ) C@`I - ҘP8 h{8'.`Ì,FBJd#'%L@A8(3B 1t`b2$ oa& m |l-]ULZ]A)-hT9)"S2# "e(RQ':i[8ܘN]('}*8La8hgThKlS;k4ṟB Z(Ro賏>L"kS?DwL.uSKSOsڋR5܄">,}|U:^Ҋޘ r"Lr"ן*Xa '@l` 6@30H@fIH(4/=bNGdb8mцp!#uLB& B4St&zTRrŚOi-1IQT曾&*[IӺ2AoWƴTUL(+atj7qKNb&ZLNlzޔBD#7Dq2S7U1X:1̑"?f?Ե.Oǽ!Fm,l+cY`6ѭ@ X A|! p" L"K,z#BQٺ 4 6Ɣу[d G5vBm]Bn$n jSzEԀ,jq IX q'pS_1N TT0,+{?`:8nY}Lpi*,@%D?V?0lQ;L~b#,% 8B)Na&M7V.qizٓI(Gd bw>u|גwbԜgM1̖Bc,9ωtlt 4 A &^}P& J`Aai'J(-؀`y `6L 7Q"ƶbI>p[H JESRCoSJt!_K6r-|q.$ǧ r#"T.v\cRcN.] U'](Z 눥IJKvv6;X._'b@^_X^+'YG\ ]'nә,eTgj%1aLeǙvmkN+kkbbJ>cO!ᘅI`Rc8hCf#Kp q` $n*0^x[ o![F @[藧RΎxk)%Cc4zlT4qL/8\$[&l#>}1iN'*6+5b!vkz o[bfw(\8f W $<جF_@> … bR#D!K"iJc.m=d'Vptz.1I̸Ji Wc1e=:fIbb©:p; +s8!vp P={ħŪoڜjtjA ZYi3i5Ha4nZK.V1P #ӭ!-w<Ѯ7vp:vnqsɞrfʰyǩejIajR1HZU%dAMֱ1T(Qwg1su937AwAkAZY-hx(z\xiqH/Uq1AZZ:Rh-j'b1 $$װs;5[&&oOQ*xb8xWbG@((a(M(vv.=1))(S*as1=]R++ @Y6-B,sB06HH fB(;** wE*-ºaѢ[-;Q4--R.9ݫk;؞sO?髾@S赾P¾%'ߠ  RyE0 ɜA78C898`.jkQeUKF-Ux4:G䤢:cImI3,p+S91U#:-f,;*d{cH Z̓z#=փ=%ޫn fЙq[ Z[Fg@FP@˝@!Z@ 96Pz"v;qtFi"JGna|vjig2zkk(߰ W)LloUy.ItJcJJ!˨J`yaԪdʩ JZ X/TKKTKW=iH[o ,7lD$ `) 0 r j@ 7"pz:i%F5wnTMu|Hjɣ:'\=ɉk]`ʼV#[QvWcS"]?QГLd쮭Ь9FzƄXX҄E|n+ƞ95| A u #1$ j$h̛|@rxlȹ_)`6F=AU21a9-=z}X71xn̟b.b-bMXb0'aL̡ɤkHk7q3zk(V]lޚm9L†2l 5Mp.7 mH54XF:@-ՍɚԼ \Oe6=%hŽp A.A( 䁌g5p 7M'^!Sŋj-YtpttyN'Q7ubuXgw[g]uaWw4u>v;K wiga~}/=V(Txqy7{-J,(Bسp7I':-80HoŌ*(9;xQ8f7J25_+LcثR Ȯ5>&7뛾s uQ/p$^3%7۝#kQmQ9/U%pӾ#hWIlʕdR$t2a:911k⋰a 14R5W۵bn%xB'( W^#^'NC!Ϣ@y O@&9O/*٣97A!)xZ!XP,s ͍Rh(%NXE5n8 !Exk 0)c_C1}H!-Mp;ld37Mj,& %Zt X7H!aأRKl(DBFUsAǖ=6&$uƭÆ R_&\ߖ /L>C\996,o;3E̚?iԩUfkجG,hP`ކcr'SnB6δۓrMN]Võ@AH3e "ӲhS l%*8LTLkOKH@TpAtA#pB +‹f6+M!0$߀$TÂpXHʭpK(ǻ~1[`Zfz(+w‚L{2?,pDrK.K0sL2ˌPY86t"3+"DKQZRj-84"o 3&=.\Pg\I ,5n/(&湘bOG\!TuUV[uUXcuVT6s9r"c%fQ YE%=I(pR/ 4]D,u> .̵8~]xw^zlu}W:qђ VpiHl[oV4 ܪ2TydK6dS>M=]YDUfsv˄nunVT+]ReVzivKmCh݄B#_CO=}kE;Q.*D'cT~5~2lN9`oq$4VPA4c;"W|"ިq ׈'<1mSWWe_hLT%H Dl6%~x `ŊF<.:O{nƛ#'noVHc#\d7٨gO_"{#~q}3tc`henfWnwꝩ"R<P>c"zy;&J'L?bP4 J/Vzs!GtCq"3 )PSbk"j1[Uo _mmc$cU+0)n>A7No`t@=1r,bFx'Fv8etV%Xd##HN)(uc CQw8-x71"#! g?/ $2J:OyLdz38DJ%,Ɍ&7h45w8!t QF(pp -VYsmg?y@"_v _AqЄ.TH?Ktd; rcfe= jTħ,Q#$>O HA`P*QLfQzԈ,u/ۢ@;C$nfU&JXuDG7PsEVNKlOӄa)]ߐס'NGVQ? ?Uxa#G¶ok K ~DTԦVJ"ST#8D0bXJ[mouUqLd=ǪVWVDWѥ\%"Zm{O/'>K*׍~#d-N|H^OBwҭg)vch7]UepڢUXI@ppuaz-׹sMS˨P9F4~#Y*B8j.#/^έ7q!1FDcKd&sa֙*PN Ѧ|gǴ/7\}*f7Z9"d03\0'{QQ@RHs-p:7.@Gѓ~tDlf`dh֢曐Xó-VuVkd 5}kS&涶]k7\UnPVW%{K{@ C~w0_M}VE7-S wWޟu]6vM>/bVªl`Vkrn%KhR8a.lhQX20gGshDKWRsW<`q۱:C=܈N̵pN W3Dq {m{^@vWmc{t3{!RCl"wKyg#?Ozu-[* F֌6MuM)偑Uf {҂|#*|>&+B˂m)2ZWs-yc7ݨ @ȇ(0DMnJF|HL,DK OD2EYٓ89# sXi(XY>#(I :$dƛ3X)Z@k {hIGutŊ2 G?2pGv|wxE 8Y3d DAPA $th FL@lTIMon %LDqBIIDZCC :A J$H)@ hȏ,HC;H g ,^idyI&>IK.!Ȧ2H5T˽q6pH`ȑ I(.(B`(yL̼f6@ILQLF.ؾnɶ 1MٜM<4TiM^9ƟJH@)LaOAP>pdʛlEMHPˆ o\pLO\O\\d3:q1t`Nʌ O.XF1Fdg \ɘPʫ;CJtڲ(MfqPt p MR%]ҀP\ʬHJAĢ[|ҬR)R \1u >Q>qΜH(m꓃K6U -8== =>mUW}UpRtU[`oN=3 `4Rc4MKWHSx3Ql f8;o,9Us=Wt?eLCZUtˣO ,DT!,K l}Lāš._oHsLWWUwxWK*%.WőpKБop8Ɂ}]xw`UYuvͬKضaÐ-Zj րeSB؅.Y$XKm_hH5Z>Wph5RS {n%P8e(W[I0][#[nv95\Žؿ]i\{ћ<4Ȅ}]؝͍U9]1z "ES~F`=^P,]ލޱ]zU_(م.^--:^{8'oWX_]m-UUW8-HL*]_n _ 5_lWP%(P07l`^&pWZ a  7 x#h[La,Z2:Y,X%Xa: ˝a+┩a1apDȀEPi!N& *P[ 9 n ( @o[$bAs0b/ae=Aڦu?歠(ҩc/5 $h˖U3Y@QclZBneWvUCD^a.@0ahL5Y%ÄAKHYav45Wc4S6`ф(P!96f:MUW>gt^X  *PP `!hUWei gހ!EJ>K&@Hd4j!<t.ifu.X162.ΘFkm>(o~I 93Ti xc8a@YjW` qYoh e4!s>i>kLlg HF XGvI:,!hk)fk l p+#PNYjٖhlrPVFk.m@`:c@p (Zk]~7mĊщg&FNm8nf-HAY.rdn.9撕VxmR l L` A}^FocAFosEA9,@WQCOp_poppp p p p p pppq-%o:isO@FOqd7n`N>pVWDkn*O)I7CU`u~q!4Kmľ 3O8!ODm$ͶbF4mY*?t*2trAC%&R툅^N`|ctsi;7O q (>pDuR&E4O}* jbSUHveW^phg 5Xvfw poT'Un'qTN!ixu[ԑ_$\ʠ`v40qP8hGhaTl4xV /YX@`=r7=O:|m XB{wgEF/>߻wq ^ԛz,D)r?L_=wPD @luWz2 yh`vvq-Ipw䢅&VrzkkPzz/Cܻ 8\XPqyܪXh!v{Vg8x {ǗOވي9܂Ŀx0w|}%ⅱU`An~/~?~O~_~o~~~~6~~~~~GҧQ k/oq@xʇw}({LPP'pk $x-a… B*FPF~dQdF LeɖC60eziq'O(y%I a(\O+4RrO"-uhGW)Y/Mv?l+w.ݺvͫwQZ ,,s͍:l( BUx?_&hNz5֮_Î-{6ڶ>Z[n08zB-n .7j/(ۿ>S "ZCᡋhڧKud` MH\Zr>ƒq,N0P(gIRVP! E + jP0s[;tsaa(xZu'H}ҎQ)e=a-S('ƟtL$=Rst@(PHT֐NJ)=6.ʔUYjQhkKT4HgF3tg)HaӨSj UTh iT:Sh5sq))饙s+ZT,T?䈆jȟub`aꢯEp*U"R#֩5\[EٍFm`IZ\vgGJH >Ug'.e;0O '>z`# P=(m 0s m-Ѩ6Fc1׆cb3F42ZCZ!ӂjIךXtէ&HYG3j]5F@ P Xw8Qf]wm5؁ AoB a d5@psj;lN2-_D>SceL޴8CHj)XNm ֓TKP8nk(j&|Q/=tH80^Pcpi2+~VdL~a}}^þ…Е%# .uS-F=eykkP ڕP@dCk,(û}Fd-F8]#F]``l]-mF,\/T@P^kX,I]Ɍ|ӤEDI9IuZ̖E=B`ҼU]AZP*>$W!FM!8I}^aڸDYh!rb=%x9I4pߵ< `Y! Xl454F8,$j,L4 l`k A4k]60z (!߱+a]98 b9"k, 1S5TˈҰ=^HZ B 1<(N&&>#JSUdZ}SdE:B4l%>ZXE*2*"a8 Ηe,[l"Ʉ 2@`jh cV"3݆] c/z#c:`Y*Y!,#Zr e>]CV3<_`. `MEܑnj9HѵQi!a;<"9`Z_'a5抡 {@1_iy&%>K&JP.fʟ&"V2$`$= fv&#զ09Mf&gN]:BL}֨QM@O_+Z+b],Qbȸk,kp8 jp94F9\5[L5bD9kXhȥaHZmeL9%݃ե*ea 1abnˑa9M!?@PH&{C5dZϤO.ލhzZ~ pC&UM lZ)"PxO.i[& " : lP liܩ5Yl,࠮ 8Nj8k Up( YïzѪZqejjgCAZ.C=kʪjL ̭ރX֐:AC:(շGJ\KZXJ9eAqUA8R+akUfηmGex*9Ï>,}l4 ^>f*wUgHyWOL,Z,Ocyny%zz)m籀C`,`3APc4Z㠂 R6NlThユY]evjy~*}e(s@¦:d(~dsҙL@NK:$@r^B`x1(&椘> ⤞L^ިU-¢m~a{i>C '$@b@ a\Vf%WΆaޭ#mdhZbnFc GH䜵n.٬ ō$2x"I ]=Y:&:Kf۠Kz?x51'$"5 %`iC:R!YvdE98Mݨ%$q$a'M%'GGO(yl4}9҆+Csk%tO0kjB6!5WGB K0Ӑ#bga\dt }HS5¤%y>XJ YC(!W!.=αZl8 mLﳓMpo~y4Vz) o?kpَ3R64uutQ9MB?b\vf&^x[v({pha':4!C%9o{g{>7DZGͤ9 ŋK"xGScd$m r5$4n9dDC4t@fVZTCؿZ &nƱumIb\Ywҋ/qkqS+#5G)$?~c#)4KPX\,{^@/>#JH1%yE)q$\a֮.A:Ȫҩ:3K]d)&{8_õ跿{bmbs2Fz& nq׸,`; (< ;S>S{ $ _Ǘ,E9_]@ߔrv؞RoVߜ{ˏhhB? 4=[HiÆ;ų=}( < j%km9J-?PF)s9=P9">g>TT=,ĜԑE|ax7upA?-Fu,HrCx׻}Õߟ}ڇ'} +"J+MaK/C<(w DT9sپT`Is7S6mYjϫ3UB$rE.cw۔S.{giv1Jv%1Vd]) VAspQD(~Z 3Rz- /X+Sxɋ}Iww4AY*x7lar$$ĎEtwpiyGKӚ4~f#ۊLCadmʼn-@7 T`xV7i|e']9 ,][@6ԝ,жZ.ta1xo%8} bO%qy"knd<4LTD*D!֤hVb 0q\,(\ GE6""jHA,h3v,ƃ|(`z>[Tf{,3_O^Eo4(IO[J(,Q 0UY.yK5=e+{3TIYuB*|+ WhKsPa`Clك|Gϋvĕ0(_X ƭ#( ' v_!#+TxY 2@׹ .t:*cCXTȴK®IdW4<)e)ɖJ[ن*E+HK/ySv!L׃ Dә&*N+$ u檒KS3δCgJ֡Y1.:[^d<虫>)^әT<ÄY1tpIt'Fk+Iϒ,}2X5qž ZJ "Qxd;``,,~fb60A8JW˒3FhJTꊥr*wдm7eNS׼Aluz۫֓2&*j;npܳIa G$}qpaHVs}45Pl}#RHo~:SL~>H|FоG 0/L;2n:<>.DH/lEH'œ(0[8 4#3CԊ 6K3l0@#I2#GfH-L̢:ȵKo04D(K(+a܊0ݲbԅ`㞄-<ɋ1J xJ[m`X`jA2 W"Z(bΝ bt$D|pkБ^3A ӡ(AF@<(PM K^ F8h)V:6sQI#`\l@l4< 0&&PAi?q)P$!v ,  F)bJJpG|3%) "ODԪ WtJDGEG )ꚶP *8FP0 zXH2J1Qmx$hIGcc,qtXG1]P>it|,L?hrQN{4/NTciRLj:A Rr,cmjCL;PH9',5*]΄q\lX,OT#MΈ(:ɚ fE@sP5q1egj.S#M$LrJ i 005E:0 35RqAB -4?X!EGjAsGQH/Pu!a2Q5?D[Mt OK 4>q3B1- (F(A &Pn:&>+#+>C~A*,N 9?$OjkڐKJ0ӅF4 I0- M k1Np,wrƚ7e`N8CKf 9k+6-!n4# -RD`:,ǤN.<3S(S2`HR2 :TR# A;( 27s*3,yJ0@>UVmQJO4B_L/RNw7l6$v,J4FL|KEWEEF#@ $N4 ЅMKX/45d}TJF>2C?2IDBbI{K}3< zhetK*YX/7MM]KPVjwDa;AX$BDjN)/tkTeWˈR8`8,PPG Qɋ; SC, #?}??;r;! j` ~ .#JT>WUoTVVCD59.oIaW#% aH(vN e_Pc>ERo=Aʈ $bLEOB7]ӊU4"G^&-Z3"*Emq@ #L$ K4cpDaf05pW]Kcr#%LpK#ev,xreO_u#ҏ nf;"NSXFuSSqEu;~(@J`60'S@6Rcc&S\lc5e,``rk.}@CѾ`'G] p_%P*ʢAI`J,"(mrOYĚpcdnw䞪K68ib'"8%3qgZf Xm@N_G*]p6;{eۏcJ F  g=e1::}C??Sm#r~¡ ( lc/X@{yc}+h7l ebJp5G) 0D&D/Xcbv ı  " Y6(؎ B V bx $',!hd:C9p3Ɯ$I] wunj BP)mB SbI+* 5d(Lp(gÄ b{ Enz)dx.s EA0"vǞsKoNA,&`qnBXSg{ '7Be0Af!!c!֗kQ}h phT ~#iQ+Q:lC@ + > > v`laUqOe!NBr* ,rMMM$#+_YI(y4Z3O $~ڟ[]QQY_Yk=0 K'9X"-93 @R,Jڼd[H r<{73Fb$$J E60Hc7f#<DWNvF{b(F?Ɋ#NB#ZVW8@P8tS_U <:6+;[h0` мZ:j;LcofsAԻ6bd22XB VLIlUQvDXDH#"P27{Pț=|\rʡ0 -:LzJ=ʈD K=(K& Der$6QpÈ-M3İň$AC1ϚX$ًeH" `D]Z0$:t|;@ۧ!2[;F{ox<8Uie[:qѓA$CsÚ]~% bj0 XLN[EiM\a~H dBΧZxŵ1\`8&Pױ xowo, >gt g֡4r?z.„!K'Nj={hQ/UKu1Ae?|$F*oiPY\T.g:7i5=9V(F\x A<,((sOK_6%c'r-|cњPֶG4D=F>n;X/."JtO(F@Y-r$lbV>%C$GNx&;saXrdsߘϼUE8=M =@(FVёFw j&7q[L(siG\+=$œ8'M*rk>ҹ'sxcjL\z#Lb;a>Qa7Jk Z~Gb[C?%w/7)"${W [g 2fWrxRn'ng.x-y0y&Sy8Ko"e.h||$ssCK cJ bKGqzv5t5UO2#Ac}}u2gP.YiCC5MWmT# MTJuiXJd1!->0$Au 18OX2wi&jR2!](lQt(%@%2Zx,Wh-sCq],a U2"h 6!̆PiSn?xN:-F2H-:xF<pH14C .G"rb#vKkq."/2Z xbD4(сM iaD6niw|BR$< @Ox(?¤k6G u!ՠQwZ2fl‹| /N$(%&iZql5@'KԎdڨ;Ƃe90Rho嘎r9ֲ!.@hbD߶@b5_(Q6t (pMdf(tņoEv( `K?t#77=0d> BH If mmQ=5G"q|4!Ӓt>d(S CO11OKq wj5b"G2)wk045+ h2 Rd!1nF6( v{(L7-u31GZM8xxqmioIyfFt١JvA_qsN@j2 RuWI$B9CNX4&6x4 5ys!EbOcAT2wpPSi5ě-TN'h"aF1HDc b )&_&yfd! $0OF4M4a"lx)H @/ (1#yтdyAy-qʎ*@jeNT#cu+уk$&1 ?J !4HN5.JB|('$'ט>DlzV=xi=!2-S#}$Q:t"6iZSjfT e 'p*%69v"dwn&dș ;6Z3), pg(jp" Y=13; 8!# Fh&R#5 &٩cYR{xjZJ^K!jS+~* T5BPqo `]0Hն*qy1PWP[p3Z&1PP= z^;VP`eC|U0A g1bH"0g l@ *6Im(UP_# v(# Ƞ]P5PCDJ(kU]4Wg쫻xRž! (;ԃMQBKUez@ 1b *"0&.@ caV[ͻ[R/;2Pq==0QOKFۼ{1Y_d &1E*šU"|7)/BU\LbtU:Xz6d E n _rp. BK9b5 (\]"s{"i,$GMx($xZsk?r$_!v`Q=]ѫI7i` "7ʙ僴zG%14L=#!_a"$|뢄rWsh=8hW(KrI,+Y|B ]. gItQwQJjL+aw#Q#l)$QQRiY}8oB >p { wy\9Ȑ\9-P! u*k '{vnFR lZNKp#LAa)obl4{ ܝ[-(OI]FzmzAiEfUb!9a5m =i>i")d1a!RB#|{-״QZRWL!}642)5iQt"$͍ڎ*p3Xת6ݙx 0M }q~ý'Z$2PMBIᏴ]s$qE rB(:Zm]Қ歲SC$Vs>sA1+pRG8ړiiu۵<ŭȽ3hdZPG tNt$x;=֍`!fQ'qIwJGVQeQLa΅ mA#AKqwប¦'%ii@FwQ\A43''8ABD6j'G#a>N$ɶ!Z>$==J}rټߡr~;5 !|Ȯ Q&~I=fՀQ1adnf'B܋0܈ϑyu9w}~>\Azް&}FX>ASiB?>m-Wi3z$Mz}צWARBc.MR$Ƕ6 (B+Q 5j1K3DeN!b'm52"RCbKX&Oޏ)3ZjXC/t>t M$%qPw&~ y+2cG/S:>HhG">)>yw iF"}C2G~ƪ1!r!$#}AM 1DMty5%^Q",8љ\G -;C AqÅ_#%оI1ȑ mxE(9E?d 5]*$~4iȍ_CM /N YUժIeR E.]DgV#l}P%";+.-\o*BR%h@dʕ-_ƜYfΘGmEhг̝67 9L:]y&lƭO=aEv&p[؇ 'Pp\tխ_Ǟ]vݽ['Z5jɱ͟<3&q%N"w_v&žK#&i#zx ,d俍s"!ʟx ' ; F/u2TBθh*/: B( !h{qC'dџtLŽK2$g@ A8/ˢHKV|%(z(*;'F P9򐤗b0}۪E1yh}-K\j!I}͜yG?"SKA*S L=E6Ye,D+mNkmYk/6ܶխ[}ǜi[ sc]w߅7^;m@2Z}1W3L2Z>gʑh<0 ~@ȤZ%򄠆B+a+ /DV,uZ9~&+la<@h}(bOPR;[dI_rȈ3VDȽ]y>HبAB&͈b,! 5r`jV*R$kp\q!M|DEUbB,'oiN'N Ș,tLռ]N TQp:tp*̫)$~9YؠhUV^s@lXG:7b {<0 RF{G5>8z|>+3 .BP>HGBR b+  R| +vaց W(I"T!AO8R )Hz1< 02 6z0qpK>Usa.aG ;R,xZ+Sb|"8 ":1JzHE0e,dHT D¿ b )(3z1q%uة&A"-@2b)!`DRBܣ#08WYY\tfl'46v̉bGIGJI$@d {ġ0S^z7QVTzԳBă=TZm>q450ιcuϥ/iLw=ˣcf0͇#O:NǦ5ͧHdp+r0e[:)DO!ajR:,%рu8$IcOU:q ]`G8aYD0K؜; dʖd+tLJT3"ЖRQJ'ؑBq?x Lf'jpi/I4w$DZfLA O<Ñ3/QH:QP#ܹx!,.;vo2kCAa]&7o~csQi^o@R\%qC5|2p%.˦}-Sre+=E8t"؅^ Q]~O#\v{&\!\l$"jM*r38EdkYa.cJ,d3ԌE\3`I'UPR7BIW=Kk҄!wbP Nn S i,T\{. SqsDph5VI8RT$o0Dă;1t`]Q*jeYIZuwΤ/z(qٮ>BȐxgi|pXT WmzVKP9 fGnYKµW!(ȳ0 J?!< 1&ٌw: k ТR¬È20rۋ;? 5%48D0=Bq<ҰB B˨D91k9r-KHGC*<%ҫ! ;@T 0Bds ,kE؈k@ ;"2/᝺k(rh?J!<-e$p#35>=o3 (1CaG)( 'r l$ɴ!,X[,DH*:ŽJXBsP)ȍ*7ˆ$ L.$*ybT3T@ôȺ!2=4tE!9?QɁˌ B0CkF3QI\ g ;aиTK3w /#ɪ@ ý) ڶ(@QEC|(P1@ĕßÀ@  ㌡M7XK޲A I$1 #,N{Nyi΃\0N`œ认DQ/ .<\y+rp?2CB\GKik:BEO;+! GӸXS;d1%#А,(/cI$l5L."L X;(?i&FKae\Тz˓Y Bȿ٩˱ZD(&\#;gAy@ ΤdT8ΌjH]{FMhT| LL o+TՊN3@8Z 9's QFɘxI \X9phY4y+*" @NRxGX1Y,܋\  51/Ad؝s"8U2qṞKwQ;4[.)͚%S@jl1.7Uu?4I)FP^P,kX[xfՂѢV{xy&8|>הh %NN\N$~ԉ6h.FH.3\KK; ^VPK_ᐗX*/a aZ7?? 1T^VJqFY O &EzSP/?HWFxGdٶ RՍ3[Nl4FVɲZ.jۋ~)k;)"9@C/0Jƶي ޳mmv=PmtV8>:iܶ/VFh"mI (6(<;^s^..?@K< p.Ʀ+WOPXeK~aIղ fًZ  QGY K!> *GS}xYOK8򿩪1 " (RhvA!1ԬkO#):uj`3z(J +{O;3 ̌۱#4R(冠=rdO4 u3b4=_s~6hbJ8ƈ%8 ,r @}513BȐ8|Ei̹uT/?gәTȋJj|P(Y*^@2~A!BvWEuInh,J= /زv'[ 4}@ة; {a=s(3Rޱ#w#u؈z551h9 ÃkaO/i6aJ"-ix-GQ22'+N)/NsWsWN&0ⶰwfky5{hP Uj743!*Rߙ-CeiT aWH}Q,DAd_P?ޑ:X`5PV{'sėW~rL +jtC|F& ZjEq0]4 /^h3btW]|h)1[.}'r&Ȳ`:゚e9,y`:dw_6㬷Z/ю.^Lxrw`0dMwPDPx!j!zᆣ2%8,h(+( 8#`9긣>=O_-rmdDY^!X7mIgȹ'Qڰ4ՠK89$cy6i$X".r"kۭ8?9Ǖ(啱`G8\pK|P0 [~9⁳袗w{ޡB I:xH=qk2.z"\k~uINHsC:_sOq(9TܪzOp<45 U)chg*__PxIg [R޴ʖ?İ]g%@v-PdV>IgqDv6J?Dٯ;* s5rzmMD[ѓLz9IOVə%|ȷ9MR ;hQ>|\by؞zoÐ%TعwUAiAa{s[*pٰE Q3`پ2虃P?t]FyY{ObTC\DBXP`ʉM8 4CH\ N7/ |59 'ِY ӊPҙC@:ԵԩX`BNJZ ÙqkDV=Y@=MZV&FdYd&k)<ǴbBVQ . RfHtdFH΁đ8pљ'L8adM>PhPPrقH&ЄucPKPIGTGT!! JM˟Jo`NFkڥ(Z]v.C'مxh"g\.}&J ۰MD`<Yڵ[K%$R$fVsK&\Jp9t v5V_l\/LB .,-ҍD ( F軮V ev2IdM,"lI>RI%^`lk^eUP\ ~İguŪJc!_,[HHc*vm+A4#]OwtgҚ#MhhC.JH{a+)0fukRB4H)OI  " ~͙)V&`[GHb4jG[`hZJؚZ0xOxKxlpGtnci`Eaoɡq^b"nȭ/#MF6r-˜ҘDa$26 (N2 ++,ҝ./I(%hpjqP$31_gï 3E4ԮO1%4خ g0=CHI*V;N%j]P=P˯ҚcUYq_N4ޥ>gVIxS4LQ[?ƙVL݅+ʹyd9\JɣZ:\obm_BK9 zHum\h%Eω I998CgP0rFKk;BŤϝK9{ ļEӒzZ>@>ґhП%qtP;RW"Ȫ (AQw-Y;+AW r;HꝥrBI #84ab=r},L\q_*zû).\{ s[6{A_ @re˗1gּsgϛGmtiѳ̥67J9L>ǖ qַwx19UD4 yuXu4)DĽ: RQayǗ?pլU<?$6<JvbʟTD(&`ȟ$).zjpjILB R BF!H@,yǮ{\ȟBf22jyYr$#"b)8;…!kvT(hPg! Q|Tɴfム)ņh$jȪ1Y4#2^Bp}lBtAj"uSPxl65=QR2 J'2$KlRT]?Vim)J#Kjlr+z-8R`5p`@abX`vWkMp @ 8 _F z0& i¯/l+aTs #r WqfGGzrU0˪,Z!'0H'+F(-#j}Nb@<1\:0Hs&$o!1 {oaV7I=n2"b-H gXiT<<+o*bከ)'nz& U/Q ȓ3zZR=I#˙xN(bMi /Tt.gvl־Eqm37tw 8& `<3[# naҌ'(U(Xd!AjoG4ĖIou:AfF©N ٜbJ*risk T!}&StEkeZ8| 6G`v/ŦF+c9eTꉓR]!V,Vs[4u&%VwGwq!4>qM;)PpA@(d",qC99@j "-/3XD2=`l EHBF3-qy> ۺ`p~ß֥G ,x5մ&}h0R&f*6ɬ#Y mO4"+!#z8t$qlՠFmzaPBS0 2$qJ&'U?LuĉGcŧD-TBDe10;3IrbfbR?Y(7$mT+nDUڗ $ ڍ@N%*;bǔ?1n*Q?Re)MJHkPi#H+*e Җ( +,R]ݴecK25 fEb_jskuޗm|L89~fhCc -điDw2H4OЈzDE?}DE K#bFPpWl39ѕ^BٵtB4=jͅV=TKdSAXl$` O@єFĤ0t4j(}$I K+]# *ˆ4GNl"?Rbx(TGQlU4LcHW2m-mek-j>+eو2O.վe6)ۃk#xN'@b9׶Jgh/-Hc$ãy3j_xtSaT`AO\l^Fi\=%cDHFs3JݭKH]ci'jGԁ1Bq:L'k+qy4N:w)-u~.M=@&Wmv}75-+{6 e0̽ﯓf1jVpf#Yt"YB-hvN wT_M`uɭP!{WN l"hqNe"OlLHB.%+Z Bf C."b JJNbdcLBbgWhl,Kbꞈ$6LjXDkS(V(H)BVO2|b4痰03p\tϴe/ ̄ρ?&O{B&jmtfo{bFڊLaFM.DJk(xD$j$b.F!ށQEگ%ѣv ̯(1)2Wzl.3P/LD'"R҈f|.eZI3.Q" chFDqgT @^nw0ن TfLʢSg*Jj&lp3  FbMhr#DuB12҈ttB'b # C6 ; 3\p%!!`bc Y*" n!z\@PлJ(#TFrwJ (^!q"qB$P0e)J*n$W"l _i(-ꈲhOFxS fR30<*YHN)BO"Fz 2#/.D#PLQ]0%@1Xo. LVQbXb$)/4[BF+5oO e [6a"!uR"73`&rp +%6Ob)J0.L*BK?%DjR1p1hg&f"LKZ\eWr'*-PZR$UtfFĒcf2R@i85HPbT$KCL"&2?C<*zrfrU|$ڋe6'\,C )qfkFCHgBt5'8tZ}P m3Is\Fk!)8Je8J8_K[".9J$"Ĩ@#鄾Cp"GH{y+C,ǔp%9T,\%*x3gJ P"9S*ށG4l,bU+41̏?ID'fTd"qf?ktC>s*,50>KHŌ&\K hU tӘe4_~bk"]`#?#.b uURMU#NQG|eWZAD(`]%6l$gA$U."1@$GZ"qS B$'?i$1b 'VUOt~2^+Ldn`! *#vHL!!kZH!q6K Wll[9vLZSKÊ8uoE6I v^oJ!5qTKo"%tz& 4]6RB'ȏ#\VLY"@)B"u+)`Uw4q&#{Xv]6t"j)q5 b2fg %%x50֡X"UP1d*16\`0 K$N0.\eVd^DЖ!|%\Y$*>.MIU!"4 <X"od!NR#R#wƒoV㎫iY7%]g pI^7q%H3@BDĊ4e<=ad*R5\DXCOgm5Z!^*Ew)GWRbfZzW*!Dq x ffdJ.IbA1kt-LVP↤eAvGJXJd+wPe1DPI(-Ε"uo_]6 lx#@d.ߦ i B%M&d#|"Okm ({nΘ͜A&HΠy&zIyZ0'"RiZyaY]]x]q7; }99Z4~x(C=5B\ ODLdJlGDꢠBk&\ez7/tBZ$QK*$OkZ O<ugۨ1C>aBjpe,DL"i%e$c?!X?-dDP3#S$~混4[pkWJ 8;{a9ki1aPH@;- bW:ti+ԒTRȉd(Xy{"b b"L f/2IEńA(,~tkL|KA [{*=X0H&/z.5+X'a+c#d$31UKL!yJV<֧1(,m|`; U$ܚx\o\<`EjMͱ‹Vh&U s*\aHDkweǢbZY<\ bMlCC^j$5HeG/fLJFYbtBSĔ6M|+l!' \`2/ NudI?|hfh BUoCcY!d'^**>J^vqǝ܍e7=ɐ]Y}45&Dl=_Lw#:R~Y/Xħ+5XB AF2<+ "1HM*^"dB,/s%1 dV1TqIRe '[T6xu}O(zz+*[!L@>[by=LBjZ3؉SOIM1$% O3agCw`EqN1cS sUi9˸>[_"UŸ $j%  LGN wU.w0vgbtʕ, @}G`NRJo85wM2RD-%@-V@EHHD]_բM %E1ϧɑz+yM Y`j$ZsƆ< ThԌ:͌.^d}|=6wW/z)%ʶa{֡i=݊gnnxsFU?}&ڻ/xMc <s`H`` .x'x9^Q&,:b5 F3_e5ZaLVcA EAtAQ5'GJ$vZP:$djp\MqJ9ڸA&";t6D9U:lqMQ䈨RmVSג]Wxu>FGMi=#Gu؋@щΈu@$vOOApGVZS!XYM*VO9F:v\Vp#f)Z= J%o׊1^mt]vix~W޶{+|w5Hoދox 0KbR4Q*96;XFtƚ?CVDqA1GȧEdp)Uh E+} @Ei7C,ώ5vCΉIe7W>O%]+.ƺl:%)QD MjMw)AdtRPiͲ];)j[)YF =(e>lēuY=\Ұsz*u;˷b'湞mۮ>هO|+406&LcLop xTY9{=Lm>;|g`2%BݴƜ-@CWܘHpcw.Ĥ.q@"{.5+8&ɇ cE $5siS) WҡOj n %T]"LCr[?cR؂ԭzΫ;Y!\+ݹw{WSoll <1{NyѸs=T@.CƐ|z9 8fF;WFSŸ5CU {x)gZT / {U0whEOI6ڵ3#.嵘!7K̽iXd7xǎۤpBk"(*@  ɦ4i+_aPO1΂JDr;K׌U I\U2Xҽ|F/s83"HQi,w 7=ͤʷ,XZl-7YG2g*oE4HM3ӏCBDtHNS)L5_~ѦPJv8V7;ޑuuhXmgG(Cu_14}+(Q7z. 87zzspplM1LRx$I&1:sZ$}@#B~a{+p)\(ʷwo6 LgI#7^l2\as$8= x(A[39^vڶA)҉kSdGu'o!^3'[uc(1:CR>s_gzڈ0=#Qr$C 8qa=wz@q1uYV?c(DMrq8r{Gt.06ڴDC$` ro=\"uGiQ:ɓc#d7ibfwx)BNI*SAQfK+@He=D?i!@ 7> 8i9@!hiQ |5z1dDT&TZC8yƋ")d=%xAO3l* 5K@aBry)p6Aзo%GJ&/Q(-ɣ,7)mXxIE)NJ PRJLj.QcW>uN1$KcIZqN#LPZ:WڦMc %?3@9 ɕ"qVyXQ2yvW?HM{LQMRZGF&AIH޷H3E&̤ K|Hgf*@,5z\&%Bz:ZaE5 rSMca#7!4VA%f$)3NXglJZꬸ *;ڣZ?juBJe$J*gǤx1G_$US}?@Qq>)xY n"XC#T(إ%22vIef^Տ#[$ɰIgd&Qƞ{F2[!a4tCSA4_=;4mӅ42\Q+t6"z)P].C 1_^bCz+% q$ljI CJ:ۛj7# FgNC'3F1XU,I1 WAS 0o+Rף 2a- 2\5Z81dz1P[eҥhpW +kx6ˡA)qh=ձ.cdegQ](`AׂS?z 0 P0Fj$b{TwM%`Aerݘ3||V@]mDЭDAtT&b;@#*i^Dºua,Ws2aKQ&UhX3$V!+IwrZz2%~-1ŀ|ˣ9y2  [hHlb|ܰay!~W$D؇U8VZ>KK\s6˷`SQ:I\&Qf!q^ ƸNV%+C91>5&O[hcW[k75;yU'usöί&*/DF1ȱu\<ȍa@ښ3.i ( L`'!v=r)B?Z54ni t" {S`dISq!$IZȌ;^8][#oDR|Rc}6!WaѼT~m|!n X|"nɆ{Һ̲3RK{@ǂ墳)ٞݽ'9M%֜\il|Р .k4H3㵥EF"(ƿ:QT$"z}u6[Q V:S\5BM2= ZҼM I#}¡nk'>|-2 &L~ܽ˙Q1 }|͛~M=FI',WdfM]Zf ::VYK-(*ZP׭xdD}1@m}:!уD=>+!*Zr-'(ڼD+/}%-P:IJqb>2.~m/o/ nvx`V!~n-eqL 5-eS! apQPDV-eR|nJU|D87nJ!b . "3 ~$&xP驞x}#0Dn)G!p} h2~Q`!Yܞx$~NTx|.OCAf0nf! kM `G;L|nJpnTP5*-e* sNgpQj"NwRx$HGˮJ-n蒃 HpQGbr qtx]e7nx|nR x Q 4ZOoz|GZOwqG`L Wa .npN"&؂dZ1>tXE ?2tCYѵ΃gvrUqe6*:q7BiQDq˧;X71V21W3CC0]!3=Y}[A![#g;5Q.dC%Np&0,ز#Y2^H届A zG"Ӡ664&2x3F)crc {3#D.#ڼ|zR°7_)CS:J5BƤe!Bpq(E&Fs5rJaȤ!>)JG$g9ٓ!`4+/٥ &(B-B<q bZ*OXRº2X"P 7DW(X* u 1 k^T9˕وNB%tcD>Y d|\d .k]kQ|oI:gWJ$eU];)O2є' O|˱X=H B裐rhEQuKbfF>+Vf9e*r6'AXGw,1dUIQcYtr~E#`aJufj?ʱ.lR)ήFDRaHV4]rq W @^u"BSc [؂ vcg#Ҏjf\HL{'~11>A>Ԫ<@CRR1=05R&:~a K&z >2a-h2A"()C )ړ1B,(xB࿼@.@o*@<lB@+9.ܰ Rt ssg=@ r= / Ll7PIr #39İк. 2*yDdH@vc$ʼnE@APSB@sBxcCs/?-C "CCCy|' I" IO$LʜK, ,X99: ް 2rS7̪ {$IM$.}c@ S$T - 5Jv|@(RUMU8|GULU2Mn"U_ 8hB`?Hd=5{Ӳ-Sրl{ Q*#` _ٵh35Z53 7zlKa43O9V3rl;43*]]:ke0ureBx%9/(fA2\=s2fV\MVr=8V [chMqXj5:WeיW^0ɩ_UF?sX`آ׍Euƹ!?0Fcؘ4gZ6LMeN] CUS=Ux qRUCC?1*V \>#%8مK኿`|=`713QYR\MܒҍIɍ R KR=-h y]\Dڕ4]-ζԻ&u;eQ պEU[ Wкw+V+d1[k8 rgFQ頖T%ETZKąT Z? 3-;)azӏ&R^ s|[%J^5UTUaP<+̇ˌzmIʃ^]%Kl _0Vd*]$$ąڜR+f\,F\̫9-9apO ~D/&rC%^1>#0!AQ%.cBlUPH_f*CVNaa~9_1.?ЧBqᥨ1JcǠR=.RԾh1>X,* !Fă ag e`TIjNj Xf;vO1cf:t&N 䉠J&t/JPENdOeQIR?8Tɱ঺SId'.OCv*>1 `<t83bmrgx&QzA|aNj^jnj~jjjjjnashS< %ժB6L%dK]F .+^ʊڍ WG ͎ l;dfbV 9z*f8R807I%^irg }߻gnU[rGi*R8Zzm*к8(:{f63 Mðhz↰׆ؖmmJ5碶[%p, n{忽fmPjI^gTkaIB \8༻fF#a)qY⍂;E.%ctq[#HA efU wmMojM^pp"p0wJe73\݈1Њh )x>7#tttݵaƱ Q5h}]8TisOwuK7#VF BKOt^U@uL_XwZهA_At87ǐvCNvWR>ǃ(fQZtlcst/XUsYe' 0IcwnvP^w`Wvoܾ.N;^ s߉1N%S涟WahJŰq-pufŀFlܫ(mM!naqk'KA*.]hӍTcSܝWY\`7)Jw TCF yq 64xD{M~xQ{{{{{||/|?|{V=pxq1AdCC:dY8X!e|&Oo*rXGq,[n*j_8+o-~f*yGue {4yGVgՓU ŕ(o;d.{|)q@,.*B\ 6$!Sp(U~'߽oB {0D-^,xF/:Jr$ɒ&OLr%Kf)F4iT˞>K`„ 8 Mo)xMcs*ժVbͪu+׮^ ͇"M;,KLj{ܷv;C0)wu{p!Ew›&?UyH^GI $= ]"iL'kI>fU&CYz1Bj/Ѱ'+&((ZrL7M@b0$'LU1_D 1-Q2e4X5$QXD[Gܑ I?慳MNHؐU"sUɊH!B2d`K^r&<?έBS@ĨUnQQ-M:²ne+ktR]t.my=2Ǩ`6@|1wyL#$7}"șАtPtC䰑W;{8 %i{ⓝH&"tE`΂ 4 ](CЇBHD۹ɜ d6 1q")IKjғt#܈FSoKi"qH*9r* 6!g?π&PPԧBUDI^\XuiEZi ȗo%3QKY>gufֲ^3T&1IVaU2wm&LDy`ZWR^%Þd*WI Әs&M$҉S9i$PT{B/$  *Q߉Ԟel{LJn4ަv`%ْr7MD;#uh@3`Yo,k>WqU0 `So zY7"1Kl8"@~1`8Yv]H!Ȏ/hnrbj Qb +"#V"P~Ȕk$wɄkJTV<0 rĚ͖뙑7ح[s:H]M/w;Ҵ|wh,wm . ID2]MHpiOop5 X.Ul[:%%`X7sLc#;^gfoe~h09/* _4Tu0r[> @(a5o-ok\bWF2`ֆ7sr,:ܯr؅Ghl\!%rhWeg:}B IhetA`Aƽԥ`.ԁpՁ\zԽOn[r'v;bstя ;Af>nםs?8k=~8$kJOx^םڢw=wmkA8o<'?x _{mj/yno;qݿ>%ze|z~}3}S_o>Vk__Dٳ!9A5 YҘGEDmTɔ %nX| gՄ}33,<d3]83 s2pAB@62@qqb<#2 u;c`A4c5Z8npxc FrdGz9#G#vbAA~$k䣠fILDM$NCC5,nP6nE58SBeTJTReUZUbeVjVreWzV;b&"Z|ܕݙ_%IpKŵeKe\R]KY%RBYO%PDLQ\Y2?$@]`OMڅ¼@fhm*JĥK&la"f e66QBfiMlr2gs:sReg.#IguZub'ngvVp 'RF9d䖘ygzVtuz{j%\(d '&'~Ɯ$$$2A!Y\*big}h5(n|b\+rgx'cPgR"Rޗz艢q'x[ V]vs y _Yٍ콟i^__m`E`tΗiP`i`>(n_)( ))ߑ6F)M) Adn)"_vঢi)~)q )zލ*j fvn(t cJfjz5{'||g&iFbՄ!*fb[2ާš"6>k+zԪD%⪈`.jk~k l+Q"gyk:6bRZ`z*Z)b[&(%flȚ+`r,q"jln˶,&BGg* >2-rD,WJRm lղjŽa 8A LA#/AP 2(<& -mV'i)Nj6[4,9K,Cza"^]. qrVS`L1L5%?rVn ܯ6 LVB&( wnuWp/>Y>4~߾K_;>{>~E_+H+kC~soO>'?&>S~7>Hۿ? 4xaB 6tbĈfUx9Fm4iD#I +Yfx1geiZLfTrCaIO.M+Z4 >ݩ4P0ai[s뺲XRՈ CeTFƎ (pI%1KN!$ #TX! #|1f r&٠ţz&hz 肪OoN(!lͤ;dzkʮi-5ޫs}C4o/ }{vR^ x2eK0cά\ 8s{l[?' _?W1bꃏ#2B$ - 5ܐ=5!D<ڼ<"/SI=G&lh>>_`@BA\Ay0M„QhK-.{̂d4CsL{Ӳ/  :ӭM8$΂%L=*P5s2 u5 ΟAT8IqSn<RRME\SF=}|> /X}*J["ژ(K(m6Pk0me[DmppTgYuuX'Gv<|J"d"wɝL̮[I.)+v /kc:f,㑦xde`U.TݕCX}ٗ:54d:X%Z鈘V!h~)ڡR&ZfV&(^oqX6Z l kǯ:hJ24 ::Np5! }PtAJ/"=[0t=zU~<=Ґ\dQJRu?!|Ҋܣ!csas~-_?҈|O|@G:)1%h(?a 60Qn6qy AGaa@!<4BG1Ҏ 8I՗H< 6OB Uʽ|HQD/DU M<0W=QɌX ©4l[t(` AUa1VNy,(l]NsEvgO~6`B#hd!F 4PhH$}_I@)p t($/5_:<kILq|$%_xev_!|$A%A/Ě^C}[S^Gc%)?K#%vkş(;O%^g+^ a% (tڧX GaW X5MA{ރna xQxA TR^6cc@/~1z)x!oq*׮IonAzTP1QؕÜhnrV\S:L0#NQALAg^Ǘ Q]iƣ ]i 9AM6#v",amVatZf&iZy$H~s-]"-,V #p_J"Q@<(,cп@n4P]h[$5kG^$JN/6[$=6Iɒ䗔6f5;厤$~Ȧ Ȃz]0+aToKZj+ aWC*K@hΝ^s¦ &H'bN=)qxpNu 1r$ƍa7w[#SN=l&7QTr UL=8+y0c磰}F,8X4㩓:VAu@!^Y3 h5Y.BSX .LVnꓯ]oyCnLGDw$  vygЀD!Hܜw8~ǾOk"Pu<#juG v_$瀭# $"#bߪ̿ؔLү$!!BFOJON/V vJbl <#D+L(KEḚ!J1K6EɪJKɐC,|, ʻ6 Dw*P M"0P Ą `ךPf m xmdi 1 6 ܚQx`Kq1|L *Ӧ#t4,4BJFJ-T0LT(X<n%jM"xp O0"!P$ ˍ "F"L$0"BȚi$$"o1EBL " |"D1"F#$bE" _7#NQ% CPtf.`*#H~Pv`(#HI d#"Nr.Tpz.jm%ӄG9gcR6N2</%c$5P Rx 7SH<>#,7h qhPN3) tI2r0A(+? D("Qn"OMO\6rV* ,@rW>H&CIue#^r-I4BL :n.l/-"?Jp0$(@T & b2pj61B|+GL,m ^S6x|B? * rm ME6x 8O ^+8P {Nb4R!D nVR**A-5Q"MO xbpN  [ b /s*GubwHERWH]IwEJɂX-%Lw%% $r>ZT(ީ?b!ԑэ2W3 E:SU!Ods2XUS+b!l-R DUy gkOg#B""&YJ&Ğ-v9pU! k/[ʶ"\U\;GQ]c]4?ba&A?Pp-Z^"*7]cv` ."%3_as;^7ba4'"2si eo^v9"b!*PWke_Ʉ^2u3E j!B*Y p.[c1yՖ7N~!F 7[AcUS5 j)*vlw8Awp 1lmy} k3m Fon/~2b14$vDH UIH_A,$_v.3>XRatF vNN$h%YJx8kӭXU"E ZL""mB#"P"P,!*$BcK$X!"8!W!@P!0 U䶁/no6o#9Hoex 0@p͡W,_ℛaXÅuWjՆGnzOkil1hlĤ[ϊ\KLʖx S"/3q8NqDy b2'K152plיƘk2wCQP3d -(KTvRW=6fS+,1V2T?$%9o5v,HWWz5r3*b]? >Z?>w#xocagasP!h!%˚lPwkBwz!Y pќ 0 "ymm."ڶ Q" ٫q͢-gx̀6" u `W"Bv! |W9ADZ`o?R&T&;nwl,$5wp' V# aeI'LWwXt-31%f!1 ?2{g y5Ĺɨ05.3Y:5V3#M[ {QdCz 1Rΐ *"V ڼ':|O6Xv7~dy_6v7OeR 26 OpKW}DcµV2zb+[u>z'|8ᣂ0`Q@KBJWH&`L@H,bV> '0?4LaYt:h:I Bِ+Q  fwΏ \! Œ;BxMc :! [9y#IzѵqWOA B!mћ ‣ ,о'DH|vnUy䒫ڠE8`r(͡q+ )|\w[?̂@|\>'|B 5B'RA4I}u,a4RԩaE*{S.=+L=.Y(ArC-/A#pOs7im6kPS(,8A3)@,alh>U6'躘,?kE:S큳{>́ ^:%~KL9H`4cUL#5b}`\) g@M}| C" BEfb!:R! ] xaG`N*ThBxyJL C:30_ČZ#HLrr!:3a>63m:3'ABC}(A *M/pʵׯ`Ê:jٳh͚[kn[sFKW(L W߿♛È+^̸c|*LzLbm&ld̹blݲUuf?oՈRKP^WvZPޫwu'uA/7 $MB {c.+,/xNT{SښmNX lKcGT!ET' .L`P-ҮB$DQKYQEK95*TO"|LB. Q/I/VZݩ&hVO{٧> V[#4\/Eb͔iΥ-Mΰ.ֺ;ziBfg\E¥Dt˚=.(D[;kvK=d>TAa_(>j{]Uh Bx^~ݷ6HP=vkQ,H/Xb~çdL,qKםț 3+$K- ]<ђ^z"'B4nwDVh#(,h2,hϖ&DD)*+@EH 8iDijYl7z n"Z A»MCoepms{OvnݰoܔB"t8BBהOq"p4/k.'鱖,Xkk .g h!p4Ņ@Ì'aDFvH$b-1SN xB2MBC)}Z(Yh7Li;DvC"I`d&B'Hs&KTp2ҸjHJfAG)bKn2 I;t3D~WaOX%117:r!qNK27_ZL#x\ւZrE\$-Iъ% $\gQ@R}t_ɒ 2Q8MJM:]DC?JHP>0,  -\HCx)%鱅Wt`>dG 1XRqn9摺UCih8-Sy,TjRQ %L+$ az&R=>GGjL7$C?{Ă>VJ,YК(W+O`C;DԣvK| ۚ ޞI6nIuPɳ+0ak$[2!ظ,}VtgHQrr$$Cx_V f6#{Ekt;Z|3_$%zm%BRq3҉x" KYϒaD0A0][!wk&IG"6h 豦K> /cCp%6ql aW>c >{i(|_g'SGu@5x apvtBNhw1!'C-/8Q%1F$)j:oPEj %/3a y'AU AQe9 Px $'( tr)j3!@&p1V'׏Hn38B7XiDQ~I9W/ǓUR0vg#- "dPNFz?rN_ɢ"sGp'[g AP-W*ƟTGi}gFFX+HX &K$eE)ȜJZNhr[Kz2kIm[YXXIIU'& I8 +Wx7ڋXDZ3X0k BT'w~v7 ^WT:m+Tv3ytMdo94MCQz'ɌgYԸ-0"@F@{ @ P l ) i`.@bҰڭk(*! ! 0ѥpRH ڕ1q"aA hU5&:13b [ FP@dp & KB<8y:@-;&yv\Fv";v(#ƪ6;b!5R]TeA۰ CZYfBcW$R;`j+`+y"aF;#n5׷ZW~-+3r#k"v[2Q^F{c&3lV2I c#;8,᷍[гPV:װoP_s'gN6@MT{?g8y f ˹ n`.`Frr ɺ (o޺*mK`+ \;:\qAz(^@EA  ?є?<%3J%GgLTGnjTe} p!aƚUwzh,x ]'AH /{ɘ q a1|˫Q{iW{ө) %60  B! p uP|j)`hˇ!\{=B$B @FH,&OC6ON $CƀKZm[Z]ócY\ؓT-CLvhu$]\ZZZSl\${L?D$$$UFq7旚 Xq~JȌxv&GKrg ; VibպˊL\ʧ :@"H`ʏ#˹պkA N ՛sͼ"g "z?!8BBm/?Ύ'_el>C3.Ŏn:8lLl0<.yQ*Ty0,S^UΜW>-g\Ӊ!򝭔B\Ӝ0r.;I {ˁK.*F)|)\戡=*^A^KѠ>o Ґz<ӈ3KY+Ewxk #⚘6 .}s'^'#AJďMGG׃܎TҼX(Ӈ׽POM԰ɦ\S\Ɋ((݌a(j.ꯖ 0l}DqMiW.y߱" +(q1-6wii* #CD67~/C.9+9oeW14O!8xkg-s ?e;Ҭ CsxT23.rA<+Xhw=#-=O@DPB >QDQƌ<QM8 -]Sfx1$RHh&Tb x5mB1Tj8.i$URB'ؐUd8I~TG>( C%F!*^s>ߡPA-W<&L;\8'>/nu^5G nz5ptz3lݐNҧc3!:vCGvWC ;WPwB=BYRo CAb :gao!lx.>1!S$zA.C?q!8"Q$<")D)R^in04ZK " 4!ei%8.I# @PcH"&raK!R k''`*))ԑǣjI'6\1O"Y>,H"QgzŦDUǜ{GxIQ1QEUKIBS)Qx94uu{dkUKt4DuGc\]_AǑZ;%X/1SE5Nu VMա'Avmk'}qwEP{)'pQtʑmg]i\K`mVt]6Qz U_5zDA'ST%'L=`cDˑBו}g5ztXQEXzk}Vs86ԝ5&\/.W }viY>tDk1c9.~Vd1ݷզPS5sT؆NTidxѼi/:D^:pS4V'UF1-8Q'UCdT SOwIDRxZ|&>а5>멷^{`ﯧDD4>}rg8@2!cT?9Fbh0@9 F LBСt" Al2!hp!B^#-DY/J|Ȧ!+n q!C!8!!CZ ZB?H+8qbq.d9BD@ϋ_ב $`1oF%ώwRx=>ox)>4ꎐ ǟ<#y!DS1EWA0g1E r II=+,ȣщR @. I̒ 0B8)Xd_[0i_d1z9N?`Y+ y1n(SʃHA("l3g3r !h[1 .B 1e ɇt(xɇ  Pȓ ŧ?Nсd ѧ:!0Q4@XJbAqc;ѨHOӂ.",dNuZ1Qx!N=5ͣ?6Lu[(>P `G@qGeC8ؐ笷|@c!6RW6vU^)؂(d4]gLCܸ@f!m6M09{X$VDk+5.(CTRWllb $ IT'=K!A&BQ+.$ حu1xe*q̢"WΫQf6jul>3eȑ燠3:ttB=Fą՘~H%}c,:n"1?!D]㙓a7Uk1 bJ{9@FhG3㕰x oc[ ^2;4Bo];eC㝏$H)W6tCL3LHYRr bޅϻ;1Y!|)щk@]uꄆ1__+/FH;?7y^)򙅋X! 4TCCЇs)Z"$ӵۚ@;e:sMUS&@à,Ds ICB!JK+CNML 21+ BMcS4 )U]<9]4\@>Q +\S-|YB0um35;g4a%?j-@j :χQJbϵ2ρ>nR2A%3 TzO181RW&u:"b,MmBPY8OxU'9c  "UQVů G:4/P'=yRʃü$8a"]<+aR.5ְT?- Ӹ[ֹKK"4P. N%/Yj`?%[E m0%[7 ðl p3tiEZE<"MpTJiR>A4P>{8e%]#T"J\tUi2T]\ YᄭUOUuQ%P(-Գ2L-Y9LܓވH Y !`}M\ScKLX H 9+a  m +_+5ы߬ ph `X%hH iUy%T&Ц6]Y"/m],D|4Wb8 :ap}%>o9OOXR,uꎂ8: 9XUU4(-fj&E) 6WCԐ Q2cjz%ka5E ؗ8X e2ʠ8$R% VцcHr%|a# ^:^-e,B5*]%P۰6=eFe %};V۷Pe!6a$9FK齧L4J ̆(ނ`U š]ȭbPS#J!r\*N%{t(t\@0&̝c]W݂#`{cg >S^ G䆸dL~6M/ߧu?!SpV0 $][$eA p}[Q ]n\.抶6dN7H8K"$#U]Rt) EC$Ku)u-&OPt77jvYuJ2g ÎaP%RNYSfW8'L܋->55hH (NJ̫Gho2g1s{VVn Wj&u ';d/#g~ C'֎Nb߮N@]ni%[^P4xn&IG )` 侅_GteHindNdFڒN-bIunu}kN]=(wPN;1һu2)]SuZ9&Mv8L>UJk6>l٫d;+ N ҍ͖vSD)5nV#$uAk'ڄ& mgj,iG($7W-sPM B m[Fƞ:P[%t]pgtP y i.u6]STh5D%%%Bzm ޷Hqo~wBG;VY!$̰/Ղm*(g\tpl&k~VGU`jz-b|a@UUU$- UǝoΈ΍NV1nV0Dn!H ?[``RftC'i> N P9 j\z = oMG焰¦$MM$'sOᵦNTMf\uw%.)0OjJ az({,(p`>S KBt ċ ZxMƌe#D:BL/C} !JRE|oC:^\(ҤJ2m)TfQjFi5iT԰bڴjm/i 0ic_׮>Lwlys+n iƒke$& ?w؇qg0kÍjܺ| xFA TyAzE-_(=(Eaw=eAYuxHYB[!FY ^76?zH~9لM !{,NօtN 3с=aA-(!Lqda>$9(K S!䢌@>yPw}W"E:2TS48_HJ$!9%}Y CCd$>D)ni&jNu]ٖWmڹTYgg[n%mY $!raqViV$=)iYfA)]QBdե (j*ujUf4ylrv۝:SdpRT &e1R@ z u,R\PsKa Dt.F-ԇAnQ#W`R+R+AtHhbEa:%SDl?'2u+qA>8HqHIQ#Sl !I.B3b UjUg='}V\se) j=*V|룮 )Z*rAiڭb `B(5 d`nkA9=?3%@u̼4_7y@8;As&nϴ6eŋ91'Bz7BD]1yKeFD>^=)1*2A^҅1g=i_A^L1C1.q!)I0_OIsQ)S(Z"03 C0d ^PiLT]U*/&gbт ",2Q/׌xt}ߖFوRјV$/"PEVtTD 9Pº<<! F5RыD`>{AF4u&߹5JpI B҆d)}wP2N'$miAWOQN9~: CKzf%#%]T' lFʇD3Jɍx1Fd zOX:g9twwu@? D:@F:A:xw1?z.iOPDF[yI>t+IrOTEYTN{h{$ .=.r@V+LϖL`b۲r.6m2nO0,,Dq#"+'I)8x? )#%i1mt (a֔R&u01$A`r #)qy$ٓĕlC9IG2œޒ^QSqO&cɼF>@ JM 3AV2]N zaE1A=``_S19)$EO Q3D@|H󰳈2eҬ 6B9#K*^$τi]su;.8ҦeV Ņ%0tt†9:4疥|^$_>Δ':Rn9etP7Q1wFl%MfЈ\O =X&l <\L m޷GHOJ!BZee)G,?JR6rpF&%tG󵹖$5h4 E{ﴉ3s= u@قRnZ}n7osű*,c6$Bi\fMBk99Eu8kx7.CO Y|~(7LJЦ/l"m`!BZ"%|o^BB6o ]cH98wꗗ$%c} +MἺN083+mRv4gܽ M@)BUXS2OSԚX(%RY) LXO L4BXKS5 Q S,+"5E{ `R%EV-S(IL-UE؍r۞]W!a^ y% "o` <\A8t_EDdN-ݏ9N "htT !<(RJ|FD^@D<-| `'?A*‡jBD@KSC{|e/ʈeA<~ =$8&K|aF#A__Zy>:B:Ę]Q]F dR9E fё\)Bj_RE'R6.P!-Y!ύR(I `OIAxRhXAZ ^Śyd!pS`5L"S0^NQtٳ A#@#UJ1!#ZcXWI>%YZY?]USCŽH!}TګQ<͑ݥEHuc]!,A`B`@t$.:U-fAfR3xRcF,fQЃ.%RfAy ezlf$yuч1XRICdZ;#WW=`YxeuRW<_lpwA=Dl(4HGliP$=g'dgv FacY F~GF=HAlgh'O'>Ճj(Pe]|jDhу'4(B(lC+J:h'=4KZDcg=LIɎr4V$ r)r'h,wCs>HGɁiă=@~r:C`cU=Դ'qUi>Hmh-:Ee6SDە C'Cxfϥ_+ H-,RXư*Z+^gvRW=9[~, MCdK$k tȘl 3o.^.zCou?X%.wT 6F0&},2Ku@C#jZ#&uZҒ+1˄X"LOq>$59[BfA>NmP#4ūr'TPH,RlZlVV!j4]VxRɚz" "QN"S+<+ՒI*ơShf PCn`S"A0SīQBa1*%R5xkS@In}սe^!n**v6nBn|弁Xbj1Ĩ!:[H"ZÿZHC"(Opc$*Zo_ă=ЁuP|c呮?ϳ]gm^(bB0>bvKmBp qn0(# ^qRhԞ-g֯*#j'ƺᨌQ,` g| dS^k9sjdJ8=yS\ٸS_r'ɞn CjR.&){$B :NXGE,TfrvUC.S+ / G kqdQl?SSQHj*8ڪH.c`J;k^@8e$` = ܳaW@k wg, 51A e= Ir?1nZڳU#rpߤ5-?q %Dtt'`F`z0yeB5-C9`ʢG+pH+;-~44KBī xNtD|LH&J0? K\nbpcqGINLbSg88ߟ9!:9]<=rdijF3@LdBWSՈ;a6@2M/,^`E&n^,G&~,33_eR f̡K. n6+D;Em3>xqvN27HTV7OS`5'oM`CĶ>.`T>z>ISE*{{s_8Ŧc"vZ6gcJ#AgF<@ Q@ ]"S"_I˸5CG?{ \ ʑ0kDEˊ;,yZZfy &0y`KN-QKq۰$! @S9?DuB^Q1D%k/)Q@~`Iws<3"s$FԐFe 7dEgO?x^$[8':tO(OiK{@L9{,@SIj˂D{Fu;/@{Ψw|4H6'|.;'y{S; <6H4w<胞(#|{9x/,D1f\];ɗ̋ɍb|V<W49➸f I58S'V>5.d*2Xm'_ >>k9q3a:*?r_I. 8ܘX fqc{ ;;zPd]SǎŽfu.>J%Y"Wy%sY:~xu[J_%ڗ_On}|U*{w=Lr|쿿?zkOj-|**\Ԫ-kz$L08(!h/>*Ĝp@ L/s8B18 !!0ڰ6R20Bĩ7RP$/I'1ń33̣D˦֜2L7.٤s(;(eRA Ŋz %j -P+8MI2B(JC9c|3B2HT0A&SNbR6Q*rgVik4&A햬CBvQQHӒt -E(S8Er9BAֻaZ(r/Ҁ,pH7IZw\u=M`!I4 R֎Mt$eۘU鼔FF/4YXDN$yeQ4~&dٿ4h>wvoizq:k];.ۨJ5s@]J5}QWTƟƻO>9[zG;ʍ-YY7QAQ^Ӻ9jo—6`]YHk=Q!O3>r_|{wI~LI7G+5WJ]a@o/mh  gɈ $h^`q & %H!FJ}<"X f2D5vF<2GT@}/.b TpYk\P^/HkvL+]/&"f0b\r .̧r( ,gDLz_Nc}H0!B| =00G4!8Estj`tJ'uήgjWɈQ0" K L+11n Q,1A%`0dϾ0$V0 >^HUPHb2RtS* "a,@t#F!D,0 ?c̡ E!&!'cLHY1qm1ֶJd-Ry1=^4|ap`eU8S21`D5C4q.p3q">XzѮ[R%/k^ńj/Qz`ގ%]r~r?1&% i/ ^V?M# PHax Jg``F3#.ϒT JZB.p.?$Nf1H2n1)s2K 2/L1=8s2d433M3233-sR47s6msj5G3 3w6 5eS5a$)*3O*z gG˧_,!.V4!.b.GX p:C%#a%rHD/F/~Fʪ֬(&(Nk j+&m K`KBt@=tMT%ŭjLLq'9T)s˜xn*`OCyQWSWW0h="_*@ `a2 @t;//QL ko%A'V-'TqU}2SWU/fBuT dMFt{ by84aTHxE9d JHR!08H4s21UsL'?1E5VUBU^cB^^uW^uUNUu'WMe/GcqG*4p>YwE~8!]!V\! 0`O#SH*f+A0t0R>|$;,ojOA%m86g~ֹ$htViּ`iT``tTyH#$Ck ŇtV.(!Q=S!8G$G-յDq_suhVmTݵgNpo&qup׵pwBԄqٕWjjVNa#@ Z-"lOcl(\aXQUav +I.V LvsPp~dVVs7y*vyss1@Ja0[4UTl)kru{w6nu1L TS"/f]ǔf/ArlwArRjoErxb ^4fr(ͫYhy%q2Y|/njSWTblRRX_d儮tN[X:tx|X%.}^8UyΈm璸霸~dxs؋wNnmNm]i81SxXXiX庸ؐ8ߚyz'`sE8IY&'!j$8(X8ko{&rQ1rA{YG-%P -ك!~Mٵ8Y?y¶ꂱy58X0*yY+S?V[DպםE1cA%1;(~OMGCe( zE%:UB%(rA=:y~I٢MZ%2z3?-~Gڝat)#(mځM&RYD :٧y^󷨓zq)%/9cb v]a()QzziX:H}'f^Yne@[Lq ez [)8{x.%W:٘:8Z:LZ(jJ`wn5o  MY)w[SC1%׷C;sG&Y]ڵ:'0IiԡZ)۟HH$ɛiH^Ɋ۟i^Ɏ6I>i Ȍ6h5l^Z⻛q$}b9ݟ9[a~/bk޼n>zֱc%g}O=EM+宭O֥7~^ޤ?^ڶYgYuZzhVTuZ@^꟣#Z=~y٫þ\B~QvB,>E_v/ƞK~m'RHɅ%KF\)cAiD3u"IC"TR(͛1GśORXĬo*TYOz0;Dȹt`7޽| 8 5+ʼn9679L [lx&:{/xMc1[~ ;ٴk۾;ݒS?.^ċn̛;=ԫ[=F=x 15s _ҧ};;od v^)ׂz ^%^ |mht]vXsHsuhue' ja_.^6X#_C%#]I#8>i!R굤HUV4%NF9aM`Hf˕gbVιg 4#_hzg~`z75*X.h> iNJf!Jiᡙfc`p usg}հڟ k: )`#:k_2',zr6׫V,*l7qZqNik>޸~uc$k޻'٪na+L&|ٶ"0f '0=쬱0ņi\Xm_Krqyzm|fJ{ތsδ[\#3fG|=#MrNSҼB}uvW]mqSOmY72_?v`')+-+w~UK}$o/'? Jq2/ e){g7Yr2IRehkRK*AiKCݕ԰D!_vsa&3fӒ権#iu$fIN&L]_ZN`))Tseg`Y>rE- mC .P9 Fm@%it$BsIaJd<O3H;yN2n+c1s S$46%*7%uS=mؕ qTTm珠SZ/mEQe/h$i6(U}&*ꏅ~ut]U\\t7h]aVVp+ҭ&QRhԝjg'Y̺T?-M T5}jM5VALBje)[.y=^)ֿwdYêJo]l{jw5SqH%wr \հfWu*4sHQiF2$"5KN~4"!/~1"EH?;d,:Z 2)'[*rLJXD EbhZMӦKWc׹ZPy\R6@ie^5V"1[T /KD#sz,vys0,!+s}l) 9Zy& .&=&f\oxBO1јt/1g=xGYŔfҦec" yAuL.&gTe?0+^YNhrZ bm{ C]نcq6[1f90f[r0dAYRNct(U(۱wmڃT xgu]oy?qmOo7 ܫ5nkyW]k|?21r"^|?^wqL1}o׼½m^մ6giG[Ie{6=ح́[K\ӗ9Ԝ yF䒓^Y~P05wN<䑵X}^\o/mZW'^tw}ՐW:nVySoltdꨍjGjNQ߰;ߵvq=(CO/2#=~yϋۋ:(E[+Y!s(D$=A1/$S F4 0BlD}}Ct-C j@FD}`@:~PDFjx`N}S%EGZdA21G%Gxd(D+AvA/Gv4GvT:$Wv|Lw}mG}WX}qdZ&4n_aX '͑{xU7$PXW;zXxK7`u7sb#{8z[}X5g{~y0XyVOQqQ&7>kPg3n|pH;rXdȊ=IRG)Hz̄ySd[(Lu4hm%4l7z3t{x(T{O\XXH}88yWmuHmH(lw sFpxi@xhxH7鑬 Ii'l({6iŦm9'm)/yf5e1(~2(ADdUoǒlV@<@y4CY6o؏=y5G9YvȐ7oƆepKM\kyS_ ʡ ~;1P@a @ edPGCp0Yt0~t@A @D@` 'F9Ѐ !` Iјy`Htg# Y 4Pl@!9/ i)? p@7aI f$y` ` Bi GpJ  %IE 9栟% bQ I ! $ DA&Щɜ$`9?g G&F6q ` $栘#q X:yI  נy k:Z 0*'tpЪ Bqjy} Grz%z|ى~YI3)*W@xƐYy]9puIt 8* u!I誮ttqJ^ ua RPs)sPlt! Jpt1Iypsa :ˮp;R` u:@"J:@t tAWJ@sqB6˯:";`ܺ";0+A[5sa ^PsQ*+lв%۶ "uA<+Zp'E;y@{5ˮЯ.["CK)+^;"apuZh X{7[+"p4ʬ|{N PɎ3qZq2' `;R8VBk j !-Ұj[MP$g8 6 k rKII+:&;^ $b 3˚kPӛl0u! 8!&^"!3K# Y8@"#렽!l븑*{l@hVb[KIlɴ8I`#p080ܵ-u R`V4@"tʡn[+ !Hlڰ""kՔݛZ`4rɩ{Ir^୺uᬶ5b+%xZаt^Ys{ < trKǜ[ ̂0+,C΂ ,!\IP{yŦ |y\CK|t,Iy@ u lPʩ\,\m̮*{t hL똴,l <6L=PK7JJ n˲7+!̮LSU]N6nhXV˷Ʌ6l [ϲ86W oY+9/" ʸtRpt}4 F8 ta+ ! Md PΠ,͍@[ }I@Pjk Ɛ¯4Cq-hˤ"̻* Pݝ0Vm ) 9{z! Rł0:l#+`pTl* Ùtַ=L+^! ޼` jٯ 42݊Kͷ|Ǚ]K $l! ݬp ]ã$xx̮Ps 0"M[k ȍΎy̮ ta ~J@[.ޜ.-s! - = >`.^B̠  \ީnh+ K-|ղP8]̦pl䦌y1 ϜO ||ή^` pt́g.pZ}mu +W[7˂!Usku/*)ZJư· K":- 4ۡkV=0 ;+".+١]̎-G _Jl+ :] tQpܝ:Ҏ@BLΔN{L>ΙM*m+|~-ʀ>M, @#>``6} {, != >$I 0Ϳ* I 3, ! [CBϠ?Yx;呢?6t] EI)UdK1e5M6479Lf%:s&.exMcYnWaŎ%[ٟVy)dQqc颔N8*h DA1E/>tEh\A6y6bNx4QɢCYm6H9xT9Sy(.G'OolD7ƌ6NE}lA7pϡZ/ ?4= ^$Nį)(cc9LaG-;h&K.ܼ.:YI2)H-:c!ь' AV "tѠ|}":ΩG#B pX28t 4H!Lqёs&4s,$A`<)d렼d +. # Ql9.A\dC;^K.L3tSNO)'Pbk:55bjէ*ВuVZkV\.=׹䞃P Q cTGJYSGHX8'Jf Tx su1lG?F/:tE/C9gt乃UIǰGok< =Y'lED<3>A*H; G~cKԡcD4x4p# ' K"cC ^ B|12\G ;tEd$fN D99e kv&\0ixԠxuqicnQ{H/htkx#|Dଗ]s] +ܳ;!4. %_U~y1Tv'UYmUu|7|b׃}_Y$Ɓh/[wf]v.ĺ(@6G؀@6`=$A!&z@j_. *~Psǎ@NX /?/l6ya|?c`lu J ؀A0b' :6‰a"l@):Pl+#hBџBi2%e"4d0"@̈́8&Hs" a"5bC 'n K;,b& p նCg_>s)F8d)k]ш!'lkp4;d !<\~f:a6z4CDAof IЎ<ڀG:`ؐwŋ,n8.AO_94(QO_$~iOOSjUQ-FN[b"QMYld Ftp¸"I$#/Dk IA7K#P S^F䝋dflYV&ED e:`(R OakW;^@n*<4v!ЙH'x4Yv xe,I.V;#VS6F7CFnxfp*Z.v?#h.63Gym5EzZa`4q/i E$5'36ڬc(衙A~}/x#%DiآF׃'3c^xޥƳW|_5#UQ)&KxeU,gY˷* 'k +8+@|SV<5)L酹q8;ټIx!"U"8@tyS327`=n\#8: ޥK>ۥ ] xx0;?[:u֡lϑ1mŭ@,kqwm.4fN5=3=bI:1t5g^YNmhH38ΖnRDƟEliN;P3vNGh;Ѡ{cl&nJy=; H[nל'Rr1ؑeE:AJ!/;QN=KJ妪oKgzJ\s(N c 57FyQp2.9=+b:|2%& A0A:q:A*3a31N/lȑ:9,mr%" {۸Q{cϋ ł6 œ]9i'y'hqoB+ 903 Ⱥp=+_d 9oj4Èȑ3{B쓏 :SR>D;`;AP݀5i {XBIy ނ#pÒô |a̬edN43YH F j9[;Y` MEUD-mҗL'J$XXق,TFH?fq;vihK`#W R9@>H(:ɗ}RB3eV>I:sͺ쐦1q̍|3^M_Vu Ȫ|܋H֦fuAVܫ*\_ ,E]^DHA>:ӍyF:r|( DqE}鐅U OxjʍḚq61\ x`^&&͢c[O9QTe,#▅j^a99x"h0: ,P!SW-͇["1n!t|.) zEA J'tZ ý!YO rQIWMY%sB 9Qy.D|R]*,怎6sی{O =eۜ)ҍ㸈\bG\ܤ ]@dim. i1~E-dn+ d~A2>>-91]X k)qXV(VdԺŌp3lȰ8 ̋5%$" =-0WXpDՌpLdzfcum.Ƹx>`ɑަtue3xi`3#rlɥH-iAO ͦN9!6|=hOێ̴C6=/!Q̤Yl297Zڈ]cꞑ pcHux.A0qFb]/V;>`Pjl5W Ğbel2TɮsXѕ2kcb=ָ#4t|L46,r=TTZ(Ё,!EܛOHB?ˬ;>qS 5*7 }>8fVUȃx ˠZ4\Etc=HV t7y ]/ ʎ*  l`Iu#Ჺr0Io PHsxA;z6Ϣ>O銟 Fm;I,A%5;Mj kSޑP/YSegC1S3IQ0|={u]p7yg_i/nM X}qeW{ڄpjq(BnwZqҸ6kT.xw5c~o PxȨm ;'|G s NS*/xw?E QFqN=1}˕yOc'p "Lp!ÆB(q"ŊGʨqcFs͍hӨ&OLr%˖._͚6/i 0}cΟȢF"Mt)ӦNB*uHC~,x"׮^ ni9l '} ' @)h*<A;;PEm>PA˗$mp7~N <9qG9t:'X ؉mey $ oYho@Ø?哚@Ɛg?mXH oOpvxZyWk](b G} u`cYƉ)8]} ċYsNpOZ 4?Ɯikw]XhBًwAe׍Y^EV^ֈvcXy_1gmW@p { QX_ڪjF*VYER%MNYzfakcTsu l- ]1q5dZZҜxha5.Q/)H$ҒE>ۨ3!@8|FR?r h-&c4-R*$&3l.#Y&R(t,#.8dʛe8Gkr[8%`QKRww =4<&V%񑖉$Z|q#"GD<.JPK)% Cj'GcH%ɂ5 *Q!3ʬHב#PLikbSH,XPgs}VuE%YR ^h@l# &kMVEbrkr0m,5:^T)#`j$H֐?yB)6`42??L9LjlC81Ls()}$-sV3a,Y~Dšb6HukQdQM>=zogfqZ=irކDKr~"&wq%d 嬏);I)O$Kp`viO&2`+d4?d;WeiXxx~D~tp%MU#R6q5o~SXdGtb7څ:G-&ӷJdAFaBKj5+)4>>C2IjD>軛= :@vϹM_s"٧FW\z4]KVZL洦PJ)ܒ.FMΤٔ}}2N%#(m9ںէ,*fj^e+ݕ ҔyA)zݟ^-v⩤ {'"JpYD[gupOeD)D ,bx}3cɮɋ5PkE =4wQ\[lgXK-IUawL:ծ; W_1* k}v{_xe bCHb 6Ρ10y#ҷТ~,ʟRcGisiƙ&ؽ1bYyNTa}M{o=4[ w;/7"qg0jeb}O9:\]h̥' } 68"j y]_V?IcIty1Ѻ%h*{4i$-ׇDqԓc̬߼Ԯf%SkzΔ?srκMZ=x =%8lzR.yShƨCOy+YFLD !66OVJ񹂕n}m룳ig5|F7},Q8bό??>C*A5=%[-ljHPM߇]P5Xju]tZ1|H=XJP JبW(]ӆ FF S/ I\xRIatu_DܒTa|y]g,푨~M9Fj!զlJ ⍂ I<#2Wy'y 譠jC$Iڧ,kA؞lGEX[\iY`Ψ[R>ޝۚ@GauENXMF-PϔJMdn͆_d{@АyFEZjW?yG6a^AZ є#Qa>[<*6D1c`ޏ+~HC"P9X/Jdq_bv`*X״y C" ʼn(mYKى:K;&Ș&fd*A-wɦ,㢭;w22=z@Ɩ*Xm`` H.\ Ev"H mJK:2Gr Mv#^BFlfgX|0%` Fye{l%RzRoId48قtl™q<{$T@{tةF B#$fqEP-l,\NU%Ch&fr)FGbrAWc;]ei"0^&NĖ"Pmɕkΐ6a܉ G ornMg츧_gTɠyij*ANj1du_Pw'f^Q"zJʇe!~EJz"h2ơaK~ ihhbDh J&hkCÙTim! MԒ$EA8Ѝ~Hl_6g T%o^je?e TԢIX\cp,Lcf.i23FӘE-cVlreSVA,kFzG= IYƖ XR{)~Ə '[. sHکSŋmiayjg%-У['A`NclFk`ng(=ɱf ]d!w:=fziХjƸn#tmv0zȀ=Lj`ګkHi>)ږG-kE[҃pY4Mv⊚ a9GPN##R)"hጦBU1須B/C|3".lz9l)j)z ix   md,R TAmއlu ޭ<jjΏm؋mF>A`Y($ꢇ`8n~‰JcATa[k4lz9P{{YFW~}Wqb ZL&.߿ rg%[E>1{sihX~pcxkl ȃp [1]dlPQV/< 1 oq$g͍?oBį@,i¬tlP #/w2"Q_lU,&g~LɠȕY'Tѝj~݈0<Cng@a$ne$эL5J$݉w@1}]a ]0nB}uٺV4}M=_@{a% )}y~L[:rNb20ꋛ%GL)K'mqBC$g 37&s7cF9vdH#I4yD2sK3iִygN;_iK).Ms)?l\be$.$7ԟs.E%='幧dK.ykllؤ:M5/XR7RlB{<BXp[ 篬K:IAs[Lm]ڥ$#_kK͜e3VQx.8\?nl4|2O$5 :Zi^Skcmll>w}9L76Q>;Gp͘ 8)>Ӈ0&{*xy ARS6A8dy -;*Ƙ;-.(8tP5tB ,sF$;;B2+37/cGr>jt酟<ܓ>QfB͈%TF)Q 2r"&r N=PE#MItS|VU3 EN3%23./tu U!՘LS09,'Dxtmj,ʇ63Dt*ߺ.I:Wy],]݌4SSc#;:qE ǔsL\ 3q(tl*`LB `|nJ3e=J\pԬi 6cQp5Lf0]R?W5^U Gϔ0;d\=5(4[f3Z]Oܹ)C*( gӒ80EU:\S!hpC *5YskwbgsGvB}.z=m\DWH1~XJMcD, L͝~J06sC\ӖDIGesߦKiW1_Vb'GSGϥ2QMsMmV{Qd E5QfW ?IfWfivP&&0!l,d~mکTg"h٭fH9(|2L0htTf2iFƊj暲DSWmF<(N(ڦWmn䈬ǖc h,nɘu%DxA9E`#pԺ2rtYX(y%/GGbZdЮeCN^\u)u~~J]ć]vIԨ ŝĢb_v_8M`ΥK`MkIJb|o}'ʺWL'I{ŷ f}CO)&Q24W@\P&ArAgc:* $~B`@`;E_W[?I^IA._6vJa# (`>E) X=EX 8#S?$FD OG>i~u#l 4TA H澩Ç}@9NXƏX(ɓ(S\ɲ˗0cʜI͛8sɳgJI*,ҤŔ}*=Q:&-J"Xjǵkx10 2aBp7JZDeFj޲N)Fq jdv+t_ʧښ@+X4*;LlFu+QjݩA^1f+4+9fy&i곦h3})P)6Ռ*˨&xi)TetθVT%&Y:4ɊVE@E7Cw(5F e<#l7&%\_-V|l6UPh\#n7HN?b w_mZ#^ʡ,4o"_7+ :tz=K B&}9KpC zT5*ze1o[ε͕ η~$_o觯~E̦6N!LY[qWZc 7钗;m)}{Z@.͗LMdA%7 50L9p'(bsr!tJCcdVOziNħ Ĝ\hIw==S& hBuZ],PJԢ&AK'*ΞV 1:$"3H8Hez_XYꐭJ-\ݚO8PH$,yF"qDxԽ)q =v4?{VHR1vKnl#N [=ZWj8tM (<XaGolgK[1fb):,9 UvdP-]il \[Snq5_+JIzG,19!6UARQl{mX5m r)={E/QG.YIXCe:+;l ȩ$`()0R `H X;{̳m/X? N9b+jT()+M@,`7]h$Ղ*A;W% ^#E>ci}9_V:u`^tM<>Egy = !AڅՅav - Ɍ@` ZͰg wH tVtf!NE-SgGFxkDKzFOAZRZpմf3y/ ceMo ^?چ |OfbAOً[ ׾Af"lp7{'h3hjW07*T8ϹwnL`7χNHW0PԧN[XϺַ{`NhOpNxϻChB`H;W("q 5aϼ7{GOқOWֻgOϽwď OO;ЏO[~DtscoO T/QyOϿ8Xx @0 |8Xxӷ}ܧa}0$X&x(* 284X6x8:<؃>@B8DXFxHJL؄NPR8T( ȁZ\؅^`_SC gpr8tXvxxz|؇~8Xx؈( Y(؉|re8XxX @8Xx؋8XxȘʸ،8и ڸ؍X p8Xx؏9Yy ِp  " (*,ْ.0294Y6y8:<ٓ>@B9DYFyHJHyّR9TYVY}"Z$i`b9dYfyhjlٖnN ytYvyz!ӕ'9Yyɓqx |Y{_ٖ+`Š򰙝IГYIs`y9)ٚiɔY9\ as09Y9|!,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(Vhaa fv -ؗ3aI Ha~,0h ;++0c01>㉃b/"TRY•Xfe\v`)dihlp)tix|hA/p0,L/Βda)\Xx$2*+m< q꩒~ZU:55#+k&6F+Vkfv+*;H{W[-2_ D_F*E+62o!~Xp /o lH ,$l(,0,4l8<@-DmH'L7Cϫƹr Xg\wuj)dmhlp-tmx6|߀.8 'F57G.Wngw砇.褗n騧ꬷ.nnro'7G/Wow/o觯g5/oԄZL:\5~^7z G  DD-Q$\(<8̡w< X@ 7 RNQJ!8#dMN (QrUt"B]Qr> DhL#}bDAV`A-(Ax1e!^ u(x MУ( $rrt\ `!X>Pn,A#=GF2;e)T !X%X/|-_L2FT`X9Ey Eqzt'e(MgFsLLgjof3!MՅSq`(MJԢu %RKpKeLJաnL1[Fh@JֲRՖ|BtjQ#*׹2US+Bd֧b@x`Kؙ@ 0d'KZͬf7z hGKv~yxTU]#{mFFNSv"SlrQ(UWdL}Kj1b-ݺ'Bը" v:TrDEn XׅSwk)uWw^]HVJW ׫[F&ʷUAvIm"\C ɅӪh=iW0gL8*jB a-A.A%C&dא,]z]˻)BrWPP6BEs_h r9hή*A*`AˡeHT^i)u4f = j>von%϶FlQзrҫ^<\+gЍX,d:Z EE10X9zαMj[ζmm$ hA Z&d*=9lS֯ eCP# Kԗ泳d[UD|5nM;(|b2/79`U575­q>w揅y({ t*׷)p;,fzn{`N&r `vv[J8]coB6*`8V)^hgt φ,>?aQ+`1VWu]dw|wwg\__bQtOeqd$fI'\Ä|xUsXt77W] wh"G^ CDHh5zpg{ogxW"]NEgUB/z:8{xU;QsEhu u} xD(UHugJTI''dXfxhjY>wn PwqZ![eEp z\8tNeefr&UK!h/PXz!BjfEWp08aXHxKp#y6B Va BueJ77XȄF1ŅHGWxOQFCTt~(V8XטW\_Fek8Xxhvm1oZnBnun{'[FNq_&Q$UuPo01׊$9p8KpPVpHW\򵐜VQhpЈ 9r v`kh"h%OX$I 5ug揫HECakXVyXZY+@fWCnF^LwHn%eHuP`]ǃ g58Rui`yrxJ'q?hyyp=M#hHPT=ɒ1)QdIr I:b7Z E4K|uWq|N h fb9yE6oS6՜whSVZfJxHhؚ!u}bJbUH|h klVz%g)iUy9)fE|IrxiRNYpkS)LɝVgjUVƟՙP)PXVY*,ڢ.zm|ZT=uUu5SCVUhyW֟I$_hTMI >VlhMŚ!zA: }['zw8yWQ-YǓ0I'VhZtYQ$ITgtAeM*# I4/:Z1MdN$S;u 6UH> Xt~atVwG hE& YWgѨQϥNuJ&O Ugpj5 Dy^iڞՁ6Oܤ竜fbtBJf&`ELD8^M`ysfzI`:ɬG;KjI6w{MHf2dwb5UDfTdU \_[#^fTab'8]Fa &統;,k]\]gc`T^뵳T_%aʥa \e7agJS;d[fK[ It'0Gn[v{xmiKkZH &s+{Y{;} Y;9{e2;k[ۺd׸dPS{ۻ;[{Ȼ2;[{؛ڻ2˫۽;[{蛾껾۾|0[{ۿ<\| <\| "² 1(*,.02<4\6|8:['@B,OY]JͿ n}'~Fm@|)l^DnhP~ȅ1H`G[m>) j i. kh$ hka>e>-M|3>f}PeAMn LLAɖf~鏝@.ͪ) -"=YҲٴ>qsn|⧞˞kEL^`>N找Kp ꖌN(@ : .Eɾj΄N[)@k -)=AnME>d}˷~žY,7N쩾%/挞迀Ndmn$o-R wdZhlОFPnԪnFHoĎr P{#o I=6ۍ.ς`bO閎YPG> ,`M Z`bu ^VyFͫLp/h,~,r>v<ގ~Žko>_}ԞڿL 1@|(Lh0,-&PpE= !J:3Q0 h$]|i+SH3#`@qk AH^SKN`94J JiE6|!ŁzcdԄir O l\T&͚QvT:ԘWbƍ?Ydʕ-_ƜYfΝ=@h5^LD 7l5Ihk8.#4JR\ǪW)jwLER67Qc6)wICw`v߅q snuj9N2n*>&bΜki$n)7R Q ܛ m o0@sl,ѥн%pʠIJ pژ@9;HkCp0QĔJTɚI9=*=5oAsҠ$k~P8/,SM7SO?5TQE 4Sb~v^xM f5o+,4UO֤62+TbD2LO.?t%`| 5_+V(#];ެzl}i}YL,hYK - _uXs%B;$|i-⍀<kCj *miv5e,1ye8_r/6W'>2fn7+d~I @PCB co؍ƼCٱj1X(Ej̶A`ɡA:3AedBexTGJtÄؠUbBk#×(_"-yđ$H2H%ɗ@gcg'm fexҠB _ -fz%cl:Z)%u:ǂLM09o^(dO/VԢhF50FN^A1#r3c#O9bRxCP`;=^<'$0$|CuK<:مųpt$1Z9?sR5i6Cif+G& \@K.%8$I"&G|~1DmdYtܴdg GY!ILt̄hUuf|fڹpͧbJ>)At& !nճl.j2t FniX=vEnr\tT6PWƤI)&=YƥmbYYɀcFd s]H58YSjB. ;&Q1On".Y)/>jjXyf7'AN8UΑnے$: q]hT6ki#ݐ6a R72/AkwQPⰚB|6XR 8QpWz-J,Z`LWC"1qgpόet*GVJ1v+r|dЇFrK lEUlPY]!rfh';J@,܅20zz͢iNukNKBN6kɗw`ђ4, |[U$զb(+L>Qr##r7Wj'QKPWmi)ecPzY>~CbJڄ{݂mM3x]{3\ Mޠ~B] T\e'7`' 9Ι!'3b.U"rٶYn~d `pA9hoOܢGS&Ү4v҆< ih( o# ai/!(B%cx.W|'C ex^໌Pwiga^ ^7@ 묽4~7<¦{4 2d||_ /m/z|!:T5'g!"jKOx |-2}ك>XHI<@>==%p:h1ʋ3>{:(d@#343Ad= Ƀ$T%dʐ;ѰHCH&+"BGBÛˀ/$C+3D4<')B*<)59 -LX69XCC Cɀ.xC%BDDTD`C7*\H,D;DXh !Bċ:+5AMtNR4EDlDGD8\M,$ˌ4^dm^Zůt[ޕmmXɤ2vL9VKd 6TQưZ5֗8`PY%M16߁UƂ^dU V7~cQuPDń6@XuQ$ΜPI@T@e޼vXkY(mih$"X9H0gxjP^}ZbH m]-~}6$w5Hb)V(v5 bL10^U0!>ZOUW5ԆѝV5݌ta؏v;.I=>&eLPAnޜnZ34EMv^@d8|MUCA Ƙ; 5^pSVU~5/-S5u0&ZU0g;}߳ږ_fIH]}~`F:{xviN uCUꥨ[]a9U`95~]L\bn|VAXL聀FW&>hHX6.h{h ԣ\ZuhLpk4vUM]_`HUQ16V9k^FNI΋UUo4tmYW8f̴gTU68Uݴ& p p,&X^Z,xNV~LҬLYVݱ,PSz]LS%"Xf&G>Լ^`XUk#@_5mfѺ**݌qg og9Np-ťHxaȂ7֙C%`E\qN\TguЂQL@@mhmu5xu8nHptG/fmNLYh~ugO&MN^Q׋,`SUNI~[uee"WQ0o>To#%'ߎo^5H=fY^Q` {oB X_o+`_jkT9hasoa9T`n&P.P_8(URck@"UxO5,Yr!k XPi-+Ew/!Ps+9mǀd`U\\Yx_C5 m>s@G@mBCw̄WFtHt\C~Lr܈Nkխ!~usTkM^Axa-igc^on]g k&5]j85ZgLnM`qL%Xv&PE*d wjmNX wHwNM_)X%_|'kek_SUNW%ڵtVrkofTw_~>Teeh5HGR~<'ŀ.QĄіV.{2OOׇ 塗6?Wtk „ " g.> MHu}A2̜C" z,8ɕvmȃ8E>4K:sgRUr'ҤJ2m)ԨRRUk uZr:Wե:^DSrzRjVgnUgVؼz/`.l詻6,&%JPn2Ȝ̚7SdO> \ behSخ\t,`pT,…+rK &G9XQg^`E@0ԍ&RK{X&ܓ3M>{ozG: eSe * :`,J8a,IQG12Y!YF#)z%XJ](XAM"],rA8NȩUt/YuVYef*06JZ `%[f%&=eMQGiQEAҐ&K:4mNZ\v(*hRq)JHe5(v (U]z*`b9d)&OgJ!ڐ&˚k(lQ:ҳ p5 f{3\N8ό2@0s] a2H֋tS%_0'A&}"tpQn9̤sp81&/ B8s<67M{j2)%%2Ir ɏ82%dzM;6 `vEюPlFTIxgM ]cMV<7}3 & Uwz)"k! ]Q9{T+b5ReI&]3KBE+j&czvg+o,ASs eW /pW/Xb,|gK UYn&dbNaYiwV`Bz2abAk+qP)\25AE*0"ɈF9ۙ~4! ) X"Lzaj[r% c8)P*ԡ2cJ^ԥ*TTJ# ǥ@D R4_(ֱU*~] :}uJA :&^r PO߶wsVI3 SLD(iEA l :չeKឣࢎ# ɄËVϿp5l(x/A+"Q7HH[h !b 6zҘA)*(3~0#, S03,a8(ÚB,b䈸ģ.Tը2"Bqx浆'X-kZg} иEVnq*Sms6=xxy Fr g*&'xu3^ea,,De٢-lgK6. ~ͤ}*VU ^&J,T s,42vaW#{=|Yz`4!XxFkg7']hi/n+is:R4ᒝe`I^F>'t ѨF1Y`YL [^k< zއ MH${)QEsiG}tpS?=SScTeE8@3b}"G'ӑe7B <" ˜2q"d]2iHfג5h/9+8I9w2CQҝF0h((`B,4h@~\GFü2AƀW ¹BK :q2r40,C9,ϬZ Š_V04 i9RUHD0ݳy8u]\Og dӻrV $aS/ +#>"$:L$NI\K&_2x<ǰ&F&4)(!uturE`#&,@0@[85QGM#5Xf> |Q`9%ؽ ,(:#:r`tE ,44~D ma8BˁpޘI (B@$,EV5^ą0:ŊSA, nF  C$B !tIN H PQR 8%%ǀX"ü)K D/de 4(WrC.F.pC8n@Vzl H(LG$Z"Э,2 B2#ab }N|D r:\]n7Cc$젅%smڊS#L2D2^Eb!|qE\GN'yXɡ퍂[h0P!z'"EObc0@XH$>R(S% i~̋BxWi85 qd(W]qeeq^>RF0%rj(2GXE)",[d٣YB/x#8E3ngMC\/愚%Ek۽AAmڦ ,A#Z`YvJ\2̆NDDIrBᗨ,hhgS\aEA^GM}Pj^SPLnU@_$MCV5H!C*g҃~' (N̂l(2eBzm[iQ3NjwG,ŏ:C~%+GԒgٍMH %Y(2B |'2E92ami$Bӡĕ k᪜) d@Ջ,@+Be.@BP6Ǡ4P){ נ\Vk8DhhwV+ .gh=i&QBƪE_ cAV _(665 Ŏ3hf# & ;B4)  4A h%݈-ahP>6BY1:݆@ٞD0CЄwHCE[~˳M{2B[9,Fނ0 [*^ PF#Q 阩BO)̶.)R\4LCe5x]Qqj.&P@/cزժnP=z&=*,!+:Lx,>)Ԛx纯p12TLrV ,-LDGAD^F@D:#~{01I2] d ?\W|mP"0jXA39 Q0%#P*A#P+åQ/b*sVuP#5F%\\ R8G+DW\9e.쮾aBMv3OE":=q౓&tV _ 4:ă5lA1 dr&B$DBrlidQipyPED3q/]FևbG@DrD\rCU95a1\3[y/`2+G_#E$ڀ`.K0Zh3"`$">8_O3Z:`AQvgvH\ \`Z,}Jl@p2Mm/n/LR/~]oiqk!_h9aH Y|UW<JZOAtwA*<7tLR 77dbЃ֪\ Lo@ >S=A@P^X bE4'5=H31L?O9w ̴u$|O_\zЦ. % W悁 ?5n\#Zk[^?n'b gǙ#r9yit37& %x;"u6#lI8A-T̈HlI4>oHbјF5}_$5OZ8-eC`fHp ^H1@+X]12Ȃ$ѷ AF` $+yL/  ) P2|@Ѡ^Ămk3%*UR,i" A3ũܔa3 ђ~%@(Z2Ɛt8vH_?Ps /|=-A@WTpIBŢ2hŐ#M1IIF># (Y1wEbKyS&TIpǏbL+KdJS :JTČ@ nhZ9-#͸UZDXW5Tm Gjr$)VQtdsLI7'Y-3?\DlCV06U4 6FN[,# &\6uk0ً`Em݈`B-i @Era{ٮֶj"g؎0m@3VEc<1y4,} kxCzA"v1D>Cl2@7PHH3ڒ~\].` ?xvp::\wR}e a Ep\`tB#+놴vĂ])A"f'XDp|o G=LHX"gыHb-(czDx>vC2;#X?:cu ܫjK*%[Ū5 qvteL8ߟVܹU1 ԥ]4vm\&. 7]o0 J%Zنl61B4ep@ ]v؀2X]kg;vHmBip/Hfk{>w\nU ^/׿vJ^p$Y³h2>` %HRLyHQk-z1Hщu:t /7nա$QO̳q1.3{k~ÐnTf;S|p' 1 3y@´jtw!$TIi-=d!3Cw*pD!!D*ron/{;l|s3;YV6>Q?@+ɯ`G|_c-oHw/ N.sF4 HdN̾rL \BavNКLpHcD뼌Laڌz@̆$R` %lcX Z! 0 ƌ 3 Fƅ p MmܤM~/ď"HO&"V½Z INA !BOޠ NocakքkzA!@"p<++n-نkQ⊥( $ "L$@ A SC.aHdţs2pőDb\uܑniHpHO}P`֬̀gt H! '" H-҈ \*$1%UR0Nq 0"TQm`m5!0avѻ!k((y! qVB|`*k .k *a`)g+jɚ+ʲߞ,4Iвon).r2攄 m!֦- 6@0 +R$$IzA+1335s39`!>4E*Xq%$@X[4o2 ^%  vA`d|s9%\xIQdIl NV ;Il!2 /`=K# HN> S ɇ `4P@ }Zr391.%01(1 CC9t3C34=s4A0K :3FetFiFk4FutGyT3I434%Iz& d%| &rH(Hp39PKKa'H3VHtиK NO˦{xR;N{8tRR3%p sSKG5S:QtUYuYtA{4VeH93H &Ɓf*gW}FWW]3ԆUaŞ4%8`5A`ء LIt(. 4u\ˡ\[bI:.l1]C]uLqdvV`<tƑ<3 fZ~0\%*{P  zF0t&HJ t@Q@ 0&v6אּt`*|gخ8mЎ6ofukS^%YXŖFU+QT32&8A blm6n}5Yk[I XclaI)芈eJitwq]Bpc*s0 _5!Wq 0{L/7s&b*P𦊶HA^ HLwb$vKcPwlWx-%~t!̴@`Ffvm7tx骲%7J=W*!yvF{huj{*Nz[zv~LrDnF>V\2! 8x!"vYIT:$CH%ǘ$ăTK̈́+]8K$igbm8xmxOIvE*LTd pGwIa&Jx銑xIb0ոo3f 8xx8HxITAJ P 9y g!qVэ<$*=A9EUiFQ9UyY]a9Yy,Y 8Eb;y}9Kle(gpHbOGyy&9i@Y'љ~Ui7Y-9$99yo9yHYm1 8"!*~a`+-1:ݹWڛ1#R@ ,&z$@pA^j|^tn HFa$iwzJDFfIشIzyLfIVb\bff:DhʷT5ş1]#9#~Nz ¡,4b (#~ ۹D*`:>3AD["|-7u0KPs8uLQ2H'b`TNQIyHyye-KSIEh:3m ڠ,(; <#~ .*{GA D H8#&.A;#NۚUK4K<0M^pHxb[;HhD'L0 TQZ8Z=Hڲ !Ta,#R9"'X$a/"&:"@ j`1 0  #b ?oJ:\݉䉞Ήpu0*tJi jCJ(x jϹ  $sHLʥHn f*h` BǧޠH*.}IʾR={ F!qJsݫr|׋(3őT9 p| b|#al`7"XA#8Z ;@6&@ X+']# PA̷Y+6d Q :g*2l @D^$ӾT\5Jh8;3IlȊ2\t,ˠ͆6=tte@jn~8(f,!q׋f΄vO M6#A`{>-(u΄ؓMTa AИ##[#i?2@9 @;@Z3&2|9#U1L>.`JN8n/p娴kIkz~N·qNv_sS^a!,$›ԋP ;eMDO$i64U>gs[JrptŸ <0QʠY479Lz2H012J詻p4j#EI&iUzM UX 9Tc8P,b#[ԟzgX>iU ib]")L|̋/02Ō;'!>fHo  nyN 0>oh0ꂙi;Bh$HjMܻ S$vAft@[Sn`? &;h>xJGnZx1CVR HaBt# 6D΃-4 ~g  t@@KAc0Jb!k!YcBIdFdJ.dN*PCEDFYѓZ*TI*}ɒK0 fNMN԰/Fp lEI]w"L[ᴁk nu5GX]W(1Ü[YWlj('wJyFE&FeԎJl"mpꜯ(&]APG+0*CgF?ݚA's&~W]y݈~ t^z@+7D>yGBǡ [!A#9 FXz},ԡ&]j. s2L3Q2%DUQ5/`K1zO(bRA\^E\FX娞b9zKOU'ō5*AQHς# Y~xp͠ wAԖZlq"se;w ]w) b+D B쑺?v ?/ݾG@bt*o'"&~_cA+Ȅ~6 jߏ9[3\i#c&h v`-Yv .jY`t ^EjXKT@T UaBu~\pVEixXjqǴ6N 8RnAr؅v(W.Tzq8~>(q/Kh<x?J @0@8< ~Hd2 |Wl w2lt,9:xX&Bp-o$,p&0p)ژfR\%/X PYpbY*v 7!1¬kq׮vYP1iFx #@DA:~ 00XÎr|C5(<0sA)ЅҠm! ;+{y,Ws8&\.u ,bA#HC4D+87TC-T3 V4c }H7 cXF:^1Tqi_qMFC=QXg? ZrJ/CKa&pǴpFrm ,aVKWM g2-e.dW{& Ι5v D*h\3Ȯ `#N H->< 2n{8 X>rj ^ruoSyhv,+b"BaLf G _<'WC,-&0氂h!`!;x5?0k; r]?lQJcA"Jh'+Ch<ό4dTj|Y@4Vh=t.kz5`x@'X.f2J"Fe. ]4\P r _7Mpjg(*NIƟ*"1f]W֥{ ` ;l֙E8y_ |Cm[Qy{l%P!Am|6!Rl?Eh8l ~?Y1-2H@H 7^c| c g63U"C#l$*E@{w.g@gfsοd"F:]v6xYߺӿU /-|`7X@ tnwc ~/HEd$DIo%Ee:/k)z{?Ћ~/_dp^ XS/a{󴯽~|~OsQ[`P(dKGk&g|PqwޫK?o|zr'ǀ xy}'Hh~W|r& ~Dm %h@P]<3^:! V`p1ɂ hc?vuB2 0EJERb:uу;-E8G3Z(B|TS ;z:D5r0FIOi:!3Ŗ74SPיLxi"8c@Vj0Gȁ Ig~0sHQ'Y!ڡ@*M p DwEibߗOCIJ;zD0EKDNddPJRt):3` Q 3P!OxD)p:9e;a*;(\y+/]0bUI!f,Uz$\IhJlz;xzc_UVc !r{ցZL)wZ3F`aZ JPAe0J}W1@Amq7985uQI9~UO4.` p.2fT[Js #2p%0*%OH"j.\Ȅ wb  *=3vʱǩ:4z{4wQ'*( ' nG1LHj0W'"0o3ۨ{e,9 9ߨEM29ٛx: TmeTZQEs => ΃< j>#Cɭ?];saGj.= C 3۱z %IM)HA   # $ j$\jʥh*}838L9,w;TjU: Ju:[ˡ1{3J0;3#S0j;+BDDFׁ -ОJ#;yʡr":"m ɭƍ  2B u k૛[,g;?Q' ?;gP?$m?fK$}Ęk6$M>vrKTlSX~rJ]y.dlR;q\Aę5ogСEwN%˗5Ƽ9$OAe-zVܹu7WJu]daUtL!6a7)r:Sz;쏟#ZѪbwoٰ~W4B褣 m QN;0|Q9[ ̮ƻ~C0ޭY"yħlr^.a1SVOꪩzag}icz_q#|V>e%i$6fVֶC}~ƙI7siEWrW۟SQGU{@Vgu"P#TDGg;z١:ޮvTqo—o!#Қw,uw}-wIFa5Xk^ IЙ.&؂Yƺ%O!L{ў朋a,^"w_}7"[ 1-n YW41C2̆?"1 2Da9dV}U\W@$&QKLbfs'>w3s4kH4jE/Fc$#2d#kf40$Ē0!G`d"&6ECN&0[BA ucBqB +Lj dɱC"䒫_(JQe/__aeS4Yst$-&Z(4%4*jR L"*MofP&8)6&mhSiBE׊/A%3} `qqA:C=c%.BpN W_D+8:)*PBTE1C2!(CRfR`y:OOTS8F `!mC#QzF*zьўSjUD`ef&4tQB6.X n2 opSW5A+ nf!*$U5"!SAC6AU(ICTh+A" d`gZhc=-BTZwf[H Ebi`XKl!Z$\ʖem]7uX&WSfL)DXRSb$&L[d1f|Ng=S7u)3#T"#ΈC]X#y9)vsVXx-WN 9$0`VPS1wgF+7G(ap3l(s1P#\?,p#IebE猐SsCq;W^%3g5D5׹J%<zS (cBG9bΪ$y\0l7 pC;]z!sERk}vlh{ӦvQLx**X$=E&HA_k^F}B )(T@_J˗)`A2QFN G0 . h6 dGQAv-~qg\m^u #'9l`!LAYLP YT` i]+UxcG42nOӘF/^*oʁ,q)o\[z׽@'fT44qvXԢ{q*9߹Z2IHUt0cxF _x) &ڐpL`TA:ї^3ԊyЇ^Q%>b=G`}[ ,r 9yw{W7Vw~v+TsSQUycJ  &}}$׾MY2v`}0b炦iX*eޅ΂&</4V7>:? @ #?3?n*i=j3| N?; ~@0ÀL5 d>䋉S#AA|{5$B{ZZ@Bb;RdDir4+ 2#CB E]T;1 +iN=sI|m@38-jXXDX6vHȫ'# yDzE{8yK~<Ɇ10@̾ F)Bم7pVHI%wL1&춴+ʵS4gDIp  CL؅.؆I,KLĊ_hGlJpp8 G9FmId+KPt,0KK^ۤ e1\^#\]i ֚`Css tWI3_ԍU_Uہom2,ӵCKxWxeZ]`PUc=ptp[[{[Wq!+_G@Onaaaa b!b".b#>b$Nb%^b&nb'~b(b)b"ƕnK ̗4ZxC=:Ί0~+n`eVax hl+^u\3:^?n`An@n+.1PuMTa/51!:+۽ J/ݩ٘8Č5^<ƊI{5.䓑Ae#<e] >c4a[gWe<'efs(8UgzV^AmYYf9Uzg|1 H~ S6Tlm xC7VXfs&g>Btvuvz`c}ʕmiWMtY%9hi\D@`fTc9 =V@he+fz e]ہg fiƊ~mcm^eFhpj.‘.DeuӅg>̂k]6VBYUlk"k)i4/n#dh!+Klqg8p l߶8ж@^g$X]S ~dNp6~YYPzH#noo.o>oNo^ono~ooooooo.o nyVd g@x'Nn'XV`ʩ({HLPrpqk(qO?7/(DwqWqG/qWTq!q#GqO&/$Gr)_qwg'Wq-r#r u r*O,1r'2)94.25sWsu tj8CxxtHix}pK׍ꈰn8p 3 }w}Tϖ8H\K j\yuYdH awC@otg7IgKv)k m8xgPLPg$@P` *4i`9P&ӦNB*u*ժVbͪUfҗ1_:Ĉs,YbIb*p_jqؖp_ȐE7#9\Fwor3x/ X.z71)d w3w_>L+R#Eo΍$J)Y꒦:yL>Thѣ]B.}:ֹWZlo%Xju,&xz+.tQF |gC  A Cag((}g݃X5YmXЄE!>g<6:D I!AID%x8.XcF=J$cJH%դ3;ID%>@R9FN4 MBX2MOȸXQmq睜s,vRv/G'c%rDK5q2ڨM=v'i@x$A~gDnGJ5] VO!l')bzxlGsaqfCΐ@ q4ћazډyUMh> 9RT E|]™z&<=qBNg 5"=`f;@ܓq %Y'c81D =@l% 1.q9 %=0:+ V{Y2`O|*;\%!F%D :h<_1wC WXH!+l-ma7C=!āTNGd|I{:iǵ˔S^CΑwȣC;*=|Eʡ[:H->gKyΕ=߃BhyCnY.Dpӻ>铿ACoKME "0Rؤ>}rd(k Gʠ4YDjE:k',;pQBOfv/ؐ  b;TTBϠYpp?6!>OR|ZW5oWX  \#@l#F4/DÈA!HE.#EsFԑX&5"YK54B%&wp4'ŘP"!~vX )QJdHڽ&i8UR"dҒ 'Z !AF(o%ʢ·|]a̟wDM4Rgԓ)kcU‘Ϩ:ˀSW()HU66,Đ8Ƙč88ZL.;BI$YM%03J+IJЇ)RR:DeAv݃gtH,MS=Uu"))9?u?1݉u*x4^P`a r0S L@ pp BP %Oůb,w # ̐+ĬKCt1/8*;#G($Y@T̤ DQf;, ~a4c@T[DH- ^jش{.zДFD 1?iQEP=\M7h=7AÊU5\~KQtHY^!!`Ɓ$:&,C9:LVސ_:L ݄|`c8c6V!WC%٤c:MDML8f=L6Ɯ38!>V#7j C>#? Cf,N.8 E$FctLE#= TC4$H9x9,@@#ƔcP K ;6d4n̊C!|AOSd?c:N@#TW?AUHF$$ldUeld]MWG}ïā\Hl@^и>V4|ȥJ^HX|zc6eL#V3FbM"͏j]O\]': 8TA۽"(L/n iQg)^T'2X}&Ahkyɉ!*F]YPZ] !?dSy#Zw~g E!ES.Q|=]b|Ṷ 4Ӂ^-hf\iFi&&by"N==É(ڠ$nb@ AZK]ea1>c1V!2RG2.aU@\yTIcdEHgRZXD9(F!gPRfDǩ?U+dDЩhG4A-C\@F.IɟrO"}"O$AkCH.ZoRFҩCMalC̆9Hd.ܙC[D`yYAahih%J%"G&KhIE(ߥ): 5:E9 >Er2g)=gSā)E2fܓu"CvB wbyM!D cjF(Ѝ !hjߎ d”yz4*^ԊFCۉhY ԯVEZhX-k5k΄UjZ f'n f蘢p U؊-o~mۺUHTKf=g"/kU(!1!k!zTi|9ԩYDe^yEߐ4D XP.Z@h|ObnCf02..rP9TN_tל2/4D\@dFLm9M`~nbTkT|ah+B(T,S VQ\lĕawΐz! 2;@>T;wztyoy!QK-';6M АHF58Cq6@T3$DЯ@BkfK UpBf p\tn!9L]4.DUC*閮H pĆź 3.<[,-hu* C(P#>D4ȌGn!ADі6T!wE[t*יFDd¾)lޖ~34_Gr_GRCq1j1qi֮f\Yf +BoE / !GS]@Mć[L!ggfr F~hEdtFiH-RUƟ W /%!t%9!kaM}X\=TNGHU+F ߕpG`4\D+%s[C33??S"rzh[i-'áA^ CvaW\GD$&kgSD| Ж^Ph,%:t~N>rm߳mq!~bP%GwK9J_:öjKw?ghA447N j(uF)#*9'#"ZE5̨5^\_m?]q@u5K(axcb2 ?5]M5dl?bHd7F} E(O%Rae@&N\x^j\ԄbJHmχdZxISx=J#bqB8"ZLc$&%׬$CA9ddRtyh8 y?.-ރS[, ;fo9P 5Ef:=zPe8WxHNF u#2iTUEzszG^J̨d`N\c|q]׷iZX ~ '!b%ɤ=sD|BEE,+wY mh7y[)(7'C;BEF/0ݰD$jÖK ]qwo~r' 9EOzgrw BvĚvnvvf`2yC,WzB* zD/@f~OWkC7`DQ(O݌#sЈF9,qJ.t1}E Kwz* %3㈸atcP~F:v,ݲ?2,'yΨiO{ߔІHFC4K)c_H򤛢F YB72n#F#gTÞ^,HC7w')=ZFغ ӷұ~|gp}񼦦pwp'=jĜp8lh|Q[K+ka<6Urmrn+u+pF Sn%xxDAdڗCqHhE ldH#I4yeQXZq,s3͍iӨ;y@PC-5zK6ujTSVzkVJiڤicOcO݉aw sR[q hDzeX.["#ܵnG'3WOw ']5px#j-F6k3{;!tR1|ѵYHj_r f_Eq9kq2rhpxKC02tR-כbѢ)4ғ(/xc@\ڧtẹ,;("qR$:C:2"ɬ\|]\\&fIK姡"D! ,H (*)Ǜ˔ZD --gD#!?`CP8 JlL͋Y3!g!)ԟCS# H B=-!Q0칂R(D3 4ԐqfG Bf- A'Ol.V|]0 5؃䄔=ՠ?!v3hőlpqod)KxG R#Eə|ݗ~j&ْL5)́WZ<hb(HpeH&0d;9 ZNK5rٳGЬ7rB3QD MC?#(?[E5k}w5h`>P2, 4G=PDol|[F0^UD`p)iٳ ҵ|3z(;n> a"zϳd} ߹pz&NŒ.y"\+pue]xzg?IK^GJ2W<?ѯXFhFuYܸ7Ic?f艊QV XSz`,}ДȭYx`4m1aMZ`]r*bܣ4J?zdz<#1 &2HE굎EGB;s.` ; xE^"4CEJ8! *~Qy#xLw~8B%,F!!j}RifLBj&m Sav2d`@b(Ur3a҇p4ڲg%?EFB`|51p$_5Rq3H`Ιd!;GT ]o{)©negh#$2O]K'J(J`NW9P6tQyD#*>tuVqb#9PqjN֪JUOhrfs UDOPo מiC r׹#11C*Tn-Ue-{=TRx5"4DlA ;!GQ!*2Tr=Lcۊ;k +7=ȣ#*X#56GAi5Ԣ݊Dc--OdfvL9-c'LЅ$A{ ;< L*@/FU:ѐty#yr_$L&e]łFWE]K"p&(737Y')yD#IN m:ęɵ7geeT;Jِ:tLٲ4a'|/ bT%l4gbH+ 20!2*FN4'* 20ZG 4zRE,j8sSj$u{.wGG<#`EhB lі6 pa.0`\i-QrԣHGU\" vMb 0Anhv6zÅݾ *AEg ްU:n0y){œ,TƸj3}}}~ޱiCe sO 6Rᢁ\38Hb(pS%32Y)n<IwCe,o˶F(Ʌ4I?ՎpAq3RqSR:9cDžtwx4|'%9ةTƒ#PDN6B>CI`t bR`aH@xj_bo*L)28,Bn_A j)+hV:XmkdeLtt3ĢRE?Z(O$"":Of $⦅Up,I<|PNNNU9=zS-@/LM$#@ 6 HU0z<TVT/*vH tDad$m&Pq-zU"&j"`HԮH2@xl)lP !*( R&VZP@J0@J$ p0w؍{""M0<Ȯ5Jɺf-27&PŐqNcp!L&B,1 -"@tRef~0N0C,"="LHƎ.o1ES A/EgBFa*N&t4xo)1!ڀ܀&AX@uښ^_,14S- 0ցU&(!:dhң8>+&cMLS*PPˑLP&C (d0-f'[cfg2+2pdRf6 ; < T,bˆcM9^$k1J3le]+ 9:6Ox d聞j 68L"6#}CDDtL.ucg,.ps8+l6ZTR# >@Kv44`A)P;?CDPH2 2ӂ0Sc%0.շH6$^bTӨLA+TX@v1Vt Ejfqm:rWXtEx&!d6F(}C F:z61Qǩ짳fLJo"ERDC{u;-b¶6AS @i<!u#u vMSv0EY twT P@yx.yw 3 \G,|s*{{7upTD7L #~<# f1Ƽ9%b2W w;Dt#*Ԝ3BlL-DWht1i9c&O>SǒaÃ`S+$?XI:LDR9g,.VGj/bf qpr>qQעפҺ2# rBI)xƒj0U#gDߘ|S(P -x0K* Y9\x~ZB@`Ke{E|K{,U;R珴Q<͙or.ri@հqP_"$B}7NـZmߺ Yi:2DބmLÝ5Gg+Xxl ÖjF B:ֶ TǢL߰GJ".EФLW+WqNC"B+e;tF-B[Qӥ'NTiנhYq:)J*m][sy?,xyK ̔CtNEU"&7 alE   ({pQLiRr"2nhlu;2RR [:*) elAhlec&~!C n#4;rE+;OAk<=Zs."\8N(u.TR ,$VPU0hCwz۷ҟJ\\iBw0ygo" ѥB-ϛ.U,l3G:D40OzdXRqӪ̲b2e;S4UMW+PCh;7.F! lRmHzZGOܙt%DQGL"XaȃBu(WdiBz-'OP;"X#M.|H||%`3 Б1]1D%NCY,=0F%aXtAh=ܒ˻Sq~FN @ <ݙĄܣ Lp}u-x  ?Ǚ2l)m&oG53HAh#+PtәDL "@=o_H0W|"-R~0 qW?z#Q<Y%OL53.-m1E^_wнՐ/)}g_Q+t;i%C {$U]T_Z5$׃]N UW\00 {;/XuKWݽ UD:O!p>he  U{˟A<A 1/?E{) Cϟ}q- ʎ~A Lj#ɳ'}nflo?K/ $C9Ojʵׯ`Ê9jY+hӚeQna5ݞ01_Fp*^̸r"K<ͱp)Ƭes|:ӨS^ٰ[nAfK6a1Q GFy2naī58"Cy _b(B C9dsx$EԦҘHŃ F'd2C#PB-AdJBv3v 7!RC@=E(U N-2M9KR]RD ŁC v\׹ۋ܃{tHGL:=]4 Dm~<YP*;ymK(@_CO!\[[/+ p5gJCf )aʛ+NTt2{8]N|3Ȍ޷G"㴵ϫp 1t=b-M@3$LR7qG۸W ]c =X0̑Ć,qy|34(x:C7ԅG='J;2pAy%=6JY.hwV,NjVqaz>GOunUS:!'D MC`M @bu(|>H@{q?Q%ȂuBQ yt&].\H&;ѰX:d 8 o(ER Ahd:v"~]: bP!Ģ)""Op2ێ28@ڊѸɄFOÁG!?vwgJ&yt缾DOzԳެGR Χ9r+cH".r-7nR!9θG4D\cN(8 h&sO0﨩(*b'衂D/Q"XfDR=/M2ՈEvD$Έv#"V&L$C}\ HL *W" > tR0GELCq啭̩N2Y-SNkNЛ^ĠPjTU V8 & (ZDh~8l=„F SA}=MSM;ʄbIͺ+o(HwxWɦw̆`btPH,? bL46!SP-< P5GWuGrAOqDaWvw),ndGrv ]AD"joRU( MhYnARs[ EL\ z!Q(_@Hq]qnZrH"!P$dbs}'Bw(BD|5vܱBbr ws~T@ σT6*sM_;2bA!!&Yl@"h ["܁ba]?hg'}xf°&f%LC#sgvTLf! P8MxBw#TB86h3|g7~c nXa8vQPxGYmAj4 &E- ;XBB&#T1&H]nj'KEg2i]B(t8ih[ԘM-8 ^?fW6~kAI~7^UDYNד=#BQ~`;9:h`́`2ѕ2с` 1``&YZ:Sz•,}2c)#a OI3P '0X %& .2C`*9E$\)Ø)US/Pz"S \F*.ѱצxѡظaS:`95ph5w6͂'CHI  ?.xFb)_`H,H2PŲ .Qy친U#/95p,͡pa\3֕͡&r-C-IAb*cAi9"o06R ɉy c Ayi.J.\I3"`6RQ1KfS9SW^?w= E n ptF|HIn` # ch#Zg"v"]_ QjHPjga@IqqnGo°Db%@ Lx-HNtQD/jrmB@aW u_`d"Gΰe.1N2`zhe1ŐWB0ڍU?1,!&Q,6gn)wBQ;)GF'ī܁HMab@x6(8)㵦pj >p { V}ڲFQ( NQ`gbBy&jub"()ɩxpqca FHHB1#d;i6.i ""h N{|jcQ QAaC G>FA5Nbֱ߱C8K!)@y&c[Rs9@C{b,|3r@\vQ>C?{A$TPvF#Ak[(c`82{%L2kEq]1WL/%(4w4gB8aB)!d#WLPyw#ankrRW"heqyB]6a7GL g&bS$,4 k @b\oScqie|iڱj̦rQ7pǫ 0=w_KRR#*\lLuuJardb-,e6 ui8&lϯ/‡1 fV1oEYhHP [5ѴR RK[>Q`Luќ o 8%EzA1`&zwdJh"?1d"! tiLƝ#[쀲*K "}  h].LtG2 <ԃ|„*C!e">+CstHvo|AX["Qa`oEOdCx@KEqU c#AcgMr%QYQ&@Qlc#"ɻQE4V6arO|}l@ $g|U@a_{%^gMi=qU] $$: &=9Wےx^=)rJv;>½ȝ氢MAeHƵwUARwaNhl?1dX}YΑlO#9QUMM*MCq`VBCШAXAq+P_AQYn2 &>[;vfL;mdDE^Hƴ'>6(%Duέϖ?<҆z/bb1l[%LXpLXbPnWR傊kܦg埴Sčjg/a#)QfÁ^%4B;p6 8C+"$?CTB ٍ7my7ć"DKBf2sKFbt"V`iV rm^ =j 륈F7Jm Gi󮱄@ ybx"/,A20"žx,쉞R:@:.AwfpS8!QdIF,V艞*@p}xb;MiI:5#B WY4x-(ʠ6c1ϝg{ߺ8uϽ?}jugYG"Ʌ={ƌ6Kk%S%}"CwgȋSR˔YW Yw6"#@ 4Z{g("/Czժ)L%]Z ;Rj;A&8cU{W0].P\E!(quVFNFaJMu_HÃŬ3:ZTiyO i9&ӻGn,/`&ǟ_~0F@+DYaМQ4QBG6C}>1x̙LW4&q `Fo1GwG|0I%DBL,=q &K)=8R(L<,) }y=aY*΁tI(ԫ&̬ON콌Q&1m5DMRt6aZ'/2ϡ#՟wt2FEPGH}3/S`3XQSURּWT>B3TSU W>kuUA݄rLEw5y%e 81)QX(I+2Z=)~Xm{/hFQ$GZ/b#Hs=ށrM.Z)KZ%F:i@&aAkv^J,>3x)ًb= Opv׍a[N5s\nA ~SH^ױāL'TBTo\3sKc=jM`b/El%YI`b?} S vۦ`qJp~$zU]"RB A7dzoJLXZ{{G n)z>"}iQ(\׫ $ ͧ@^şt??G97V$̵ \cM(y) 9~9NK熷'B= nTΕbvLQ.Ve⋆b9)sa.ڷw ;A;)gF`m7,69C[m5-[vnXb31-vVdӋG@&SzAKi Ŷ6. fj6~3JSA]}fL yFh(qYXxP 9x4r}%nN7})no-'CcYZʓ#I:618۹c1I#r52PUZ:z{ɔU2O651T.#Dğ*G—g831$ iCÏV2Zɩ~ aA)H:6roִ+ 6 z^ӹ &{tFT_@Mʨ*::^'jQFd1F2$ԙ:ω8 J|XGOUW`(h!qGi ) 6%oWVylH80*QBqQd'?9bLs9F`83c1R(5@(W>roniҀ[>&{X Z9EVi@gdye1E$e/`%c²Ga3hPӹMk!x-{CY3MM >H¢!2AеA3x&婓y⏠-zMu d8+" Qb-EMՋEhD%87ҝ96BA7<{"?!: ќ;[O@Õ-0(-W\\m6nM-}b~bx[:8V i k@<>$DⱄY83%c^ qD#E|:N^IQw!X>lZ,\$)#87@;cxv FRQ:izr0V뉦Y͍QcZ[#y ]7  tz Z4;NfzY\ibc(P).B}*\\ ]".h b^ K4NA :8ng01Z+͖*A4@B *O '5ɒ ҺTȘm1Ӥr%] u1 Z 动?1*=>uHD[1d){NIPDz&…rHœ`/%~r >Tͳ96yŨQMT+<`3&s0Ժs9R̎O S.F(E=aQ<Δ5hJhȵb'춇‰ &xUL rhM ZQp@LGr32Y#U'IuBzxTwDZK쨓DaŶ|q19$U3۔EIزm Jl%,&l$;/="d0CZ4(ȔDq+Nt*Hz~P0E!4#t5[k7( dEٖ}ik<󇌜3!O;dciN읥P4]5& a,;\ދX>FЌH$Իh!X aڑT͂,JtT"xHRK)Z˂KCu8I Cj>Bk 73ТG.m4ԪI خgmnmsF{(L /n\♛m8D%ím2"Ƴ4! Jgχ¤?Agnio *aB6a" .#;sC@eVCO:EJ` US_2PeEd32c dJ#AetFP_LT5Ȁx=8Q:@,EQ!G DO%=NY2BxBќV91I%#E";1TNL;7.d95b3Acx␩Ő3>$G]bRG'=ZtC+K:OTf PV!CP)NSN.$UBTXQOE٫]sM25Iэ9: 2Ӵ %% 2 P pFxy=L5P5Q hcǭIt7ԨQ*e foaQG2Nm:UٞYk5]k6[nֶipƹr97`mTDF`0nL_, X3ޗ_[~9}[noXJl !*V\TKtOYQtbd_OĒb6WA>IPQafA.?F|(uDQL$.Mٔ"HcTYWFTV`PIL$)i`ZB(M^ JW`aeI΋ ҬTYጊLDvHNdZ٤W*Ȍ4#ߓ20Ҋ&؃)}"G5IE!\]lАB!A4Ӆ:=UB$/1%.n|Z&rSkӖpeFa1grSxi/~'ě$ct1ߛ84x0Q,>aIhS(GDLqZn*H]f\ ~#+%s?D:Ñ2%k*h<$DD+,My+Qmm|IRoͶ@nK9LG<[n@C @ tSV?PpRҤHz4 T>;#H||?%U.} 藉*@h !R \*qYY9U̱:QDEoDh 7F!H2åU2UV)bY[R4s75 )ٙyrwNDX |k4(rӠ.//b ]G޺NΒ5Pd%A$9篺LD }hcW-**M (9G_ڸ4+":eO<5cjsYuz[u\s 4'&2FЛ˟dK7رďq}m3ٞSK B%m՟2t›wQ"s2 )KiĒ}"{Kz/zF m.^?HT 3.Aٽ4IHaiB;]ZpaݑDJAJ!XcCϢBC4ad!!?}F"5PAhb/~e$1"&#M$i^(]o(+esGḁmd,,N&../uZ*WjF0<`\@UDm)ݹDNF'g 9J(ωY*M|D#H֍#iYIVatű=P_=\Fa^#FddHTO(`DBb_ NBS__S`5SZIqeL &k*d4=\dIϽTY`xIFTdD 0ZPЉAi'P 'HR f](։;\jF]YqehilˍЃk!îiLͅXnNϨCN̡櫛blTP\ˈ 9jNl ӶxȶlLdP K@PI,.TjʨVĠ:lTHt`*˯ݏK^pT3MV=E|3ՅPCAjg3#ZggYgU_\D:gPp?Pud_QKxPZm 8D^EI SE \~Qmj~-ؠ˵8 Cg؈_8oPNVBbMxH͙'!DVi1OPgXqhh.YRb%eGM+> P]2A .(%-Y%{"qjR] >FGF/XXZi4ړxoo[Nϓ#im(;HEؔݩ\N Qt4\N).O iDMUMO_dDP ~BQMYI3ٟ==PV8~iB0녩QإSb!PbK4)FSp; Fg%d51g1''͆km'1{aߘ*i | `D~R8%g5/ebtd~ƶ_F ʼn±RԜnn#LUJZ2TB0a:0!\ xNX5g5w& ڝ,\d7{:G*hSE9fi5 s:p\kIc*;ؼ5MXR02$DpFYhd]-"nfDMiD(.!:!dGBw{a'|ՉfxMϱeBb.nZF,`vp%"@Wx rhzA#w'j5Wnr'S 5r*Ψ=NP Q HS]T~$7-o06YOEӍ,WЙs=92HVB}N%J_'JZfĝ J֮$!OUp0Eb7sD RFYUiiDF9.y3Weoeս"T<5UDI7䐣ih,8W'C%J8&{'E[]SݪfI5赩\ƙjsO5VP:LY*RaPGy1Gp2w*Pڝģp8M`O N8Ux @Y_{_5P~a pOɭ2V' \͍1Oʇ:b8Ϙ/P9KhUK$Pܖ:OʎzcAw |Pֶ1>8N-"a_i3K~ox{jHys[!RVuOjB4fLԎ=b$Y=dNV䑄6Ηhٍ\j:dUK!nrj|EiVj&7䙈4U!R\,'lo|!#M('@`A$Pw! $hiA".ժ90aK rLgrd*/\&gO?:hQf%iY栚QFf=_;6^<`9NvI/!.\h$3A\HČ3&w:ΖDV .'\'dEީq%("#Wđ,U0H9_ٟ}499TLI}஠kjm7!R,+މf#!gʭ% s96zgٮ$¥D\p&rfꋍ2?؇?s Bӷ, p!I& %Ԅ2{8">ɱmG!=)Z)ʪH9 ʮ u,B0sgUYmWa5S*Nq-걢"32n̓w ɠt*|Ő@cSM#NΪȷ DH8 /7#hv$&BS+GjARrJt3 7& PlEעbw9]g߫ػ$ϭ65@{P/ \y[&ʐ!zj zbn j\[l&RK”MPEUJVUe[[/Z35ֶ 2 "S'HUGzBl2Y2Y)d2'D/3GBN_'q)Dg:hݕƋw)N"]G/PB!^:hTwt$RDۣ҂D+*#Ҋ`!8h:7!t\ݣK#HUybcN9Ek5VYRYU٩+r[7u Vj3W Jmn^XȘ}$5C WHwD&nXD(&<덼LXXB02b$>B}#Q^5 gj'B,_T!0o& ȡ6w@Itu&C!5̟*J$J}?ȁ2Ɠjf}u%-fL0Vv ?"h*8f_QHeM'e1K6lP 2ۨq椛w<cˆQ >bNHD.c\?5\Aa'!t'eh"!DkQO){P6CrO^/R[XMOjҠ QI4ęzS?12HܖM@6c5TK`$8 )D L})#IPywpe:`O8l"LqJ.l`2]fYX3?"qU5ť+H(Җ]F6ZE^hiZt*UuLVfԖyDw0!*$}FizrCجs*Nqz~5%hH:a6yv\G ׹ks'.H!^]M'Ci cGi6ƲPzysM_xGFRX%)g,2IH%rPiE){b&3ի2_.o uL3+͛d69ڙ N ]dL,ƤZ\"j%+omȣneɁJߴ9FJ# ֪(AN^A(nC@#3$, .jk7*"ON :co6r"$9`A$XDbNg`v.P]<"jNXJFkPO=$!EC"@8bB͹`PJ&L+brBio$#xE)OS]BBnT" _kh(0!(`LF * d?~A<174gXޡavK&_$*hND%."|L 4,-ae}Ā@DY ^zNMJDP. KiB&X].KPBLZ< ޭ <$* IgHe:r80'(𐛘ϳ!+H+V#Ar0,R˲"].'a,Q#,b7r*ԡ> %eBήHo MR"?d%dQ^]#( /icCiFZB,Ba&6cyR%԰"+b4@dn8`ÑHJJ|K"A`R#CA;CEbz%A ũgH1? 2,lD3/ʬd{ O@.cr2 ;cꆣh%$'"*8 InB2:s/F!O+@z[Ѭ|¶ x d'~fkHd. bH4S|Q!e/& + f"4$Opq'RJ6^n]Y+Q$IƾK\&pt1*^%OR` $4Q$bkMf6Q0dF78:"7+&rI959Yn:KgESǴ 0TA}G(GC/!48Ư.bY$j@33cnPjblfBB=J# e>ZI/ЋWʢDBvOHdڋ[EBeLJ,wxW4Iʥ9(CBM &\#H&@`ZϠY)#&CL_܃% ԍ(R :l?w4J9bnSLm]_Xw{D5R"IK<6Q8"IDriwA1n>dRY=z#BHt:+YH"z+ťQwdA{1,]5rocFI$e|A.{b F[^D1L>D<|&&PacH9%$ 8nr[)~{mTIeK;RpWk?:MX& ĺw{:IXC ĐDcuf?OT",%IF✃8ͽty'p[~wA6c]{tx|'`c 0X6cFeqg,alT5HJv*c?DAB#xr0K^xc|`DC#Y!=Ǎ/7;TH ]aOb]e3H@4sLҢ_=ݥd8ccrW"4^*>YbYF(Gb$2tx&aУe~Y6 ,'p\eF$|L<*ً^.D,_AKL %p3Jp(&B DBRy/AxZGv`ՐۋY5Kʝ8iqLW(?>ɸ~µL_IQ gUc54F= ܗ8ly`mBU!A+|o8j T͗vZVw2~OK V~VLDSZ=}&? уKk n!WI-e?qbjR&*b.c2Hc68,:Zc:bN"9rcJ8 & eRCec4 `"$SdbIfffjfnY$B)).g5ޙ$&z~b}M4|]^-H3K`S^;O}4Uhi QOj-Tr* R8HD,4G J6Hyy{}Đ!qU-q chRjzGn꘦K:DܮEPc-u%"7|q{=cty*R\Xj)gs:s>glZGM=_Xۊav5*Lk}lf+&u7ckON"o5ߏ;]y3iԬr nFc JL-m"&c\#yq T꾏!z>l趱ъ'L?*Lhj>dx|蟫WѴDSGrh7 El_U}f5A5͛89_>h\ p+ ,FF2,NH"`Z2LWҖ| jplN%9PGQ4)KSѰZ*$yV+dJ)m_g$bQc!`js2"8`"CEjv9 $Út,oQY'r 3Fպ sc=ID}֢H1I&HGz;C }kMy!? ʁV(ٜnA0Q gv K-o4}Ph"LJHE Y8HVKWUU>#tޞc9\bOCs9kD5Kt?t^D !d#&Ɖ,_:snSsd\,HfH+#5N,ֱ]+$#٢ݑ w%* "JQttZ 6镨d],!H|SSV4Hv1#$9\ЯvkQ:IӗT*F@S )VJ4җrִUS/ڭHyMB)Lr8#jh>NZ`6M sgL(BH'Wy ha%Ġ">Q#PE?·,2v(Q[+Ql)&S+k P\aFeOƏ$1+\kULARW$r W t+HEt5QW_B';5-UI'-HЗn4T7)͑IaDTQj͂la`҆H%K<`jkʑB Kz"ل6)AR,EG^KuW"RL '\`I䴛BSyZs WeE.*mq+Zs{ :4"VP04T waJzOiNF {-zԤn޺%EE]RDN*kP. WT%IE\Tv3$.]a8y^q4"eFǏ^sD۔WlxmFD_MSZTXLp*P[ R6pF\,nY]SdLTK܁N 02MOE`Ks̒$/9ZM Uo|E*_&Qg,Ut>Cmbx%5I53 t?JYWTDӗhH2AO)ӆ"NO+CdcBlJjK>v7m5ўW[<-b*1ᮢ–UՉ"v*J[D1!Em.0vnWc<3* `upvUjwɾDG"⥼VQu|Jyͼ&+DЂOTwg59U )SW٦2 :*04AC˳,*,.1 8 gNX1U?;q"=r'wxCR*>@GN3*'^(c,~ 'BuN1QyD~-))HExs,r.++$I?/m1D9(/S72鐙%"yqi9bU'iȷ3,|8Z"%6B+BAZ9aȤ`7mH)C`7dd`yRmG T-#( ae"/#)aj*#CA;ҳzscDTg[J(ğk}%ÖĨ%bvj"ߦ\/hW;ͲGw*_9ď4.iK:3R:qi2U,:$i!B4*gwA6*BJD~)@lR ǀ.DT, %LY*U4w/qItEG7QXGSotoEn Z˸G[1ՉbaŪ+3;?j(ښFآjê&Wɺq.K*x*1&r< `*&"3MۚGdHgB~/R-R8}̘gTʥM#]GOġY (';w3Xx'"@ٰBhYۣLK@)0ͲXê'  "q$˫.V({;_- 0* Fl1Nr::C@XEs[J[4ŁYR 9;^ΡDS:CT.}w/HE[D6ubFkF1|ہ`! 5F:9q шC;"0QV*#$깶 * .y/r2 V0&V`L%Æ 01PADA~ |"Q|=_7aS~A qPBOCK~!ĵCC\IR1`2PLBL FM__nFBl a!|_N%T>^Q@a޹ `Rl\ʂ|R%8<s+DqQpJp ,|_,3|ʁ1A!+~0a~A̘!_B _0).F,~ RI\ ,2MȊ ^\Q3a QC_,1\Ϩ|Bя|V`a /jZ ^=KlK)` aY/gŲ>"L-)d@5z:8l4@Ŗ6eT4TEw+dP"+B)[4/ykC`@R;nR`]مeEҿØ$2 47M>jԵ*%f@v]Wp7 [xkl(ս XiƝ vD6> 9x*Z8YchJ;sIw4[̍% *GRVSr׽hCn븼M6=)݆ ffY[|a8d ٝKٕ㥫 q(KAmQn--xG6Es6aH2g:B0r0]`fj3D>4zZE%-Imk(9ᖖ5}^Ӛ$ 3 ^"ahv`ԛj:h .:|Q %b;_PahCI` 5A;r0ÐUL#ݴ>JE -QUWNX-h]N:` aIm%BHL%b)\HG "_q>sN"Cw~٢瞶n%3'u;))"eN4AEک @gIr"0\YW]*ey;C V E;E#TlæWM ?i@ _r&[7y.3~Na_#|ABWoC1&aCTd㒂 ﳫrOP xc6CK,;.#9r  ɐT)UUM,LMuqnLDqFo3Q\dԉ ;JDF!uBבTRF,UfeB{eud(Q6-u$%%} y;XPLomtRL %RE;%Z'-[f\a$ԣuGQF۽R-XݎZmoD1u@&BŜBja͹'t^Z J v4׏f9u}T(V6tROU׎XM.fr uiUtpQm},2U2upkMy[T>K7t2ڒ˹L-0ԯ,L4&sw{HOリJ6л?]M:*8l?qxȑ;z2$ߡ8:n&9wx"GFroD3n d%#)*(0c냠SܧgxYFWAp-YХռNpcۭIwzewD$&Q*%(ˋH ă ! 583QLTl'|"bRSH: qM38I,VP$:=ɋiB7#Z!"='PW/9p4J6G0VRopD%,J9Kc.dxLdІ8„Ƈ?T-Q&ؚ'Bs0d  R雊 +OQzcҨ;H!E1$} !QLFx$>E56}!.;Փ=]ENz vt@\}\ 9y)su^Sp@݄n&UKeUJj1C%F$ùQǔ *DJF$iqw.,$DGKJdhd:D$ fq8b6W+y]R IW!UdPD#Ď%Չ`!ݑm O4fU>NuA^y=U'S $}GXO>$ʵ$Z VG m3HvC]tK`vUb4c3f= j>dVcDg=lFS!=I`ڞ:q|k/ky&Gڴ#tg D'/ҳns݋u4Z!}` V [*:E1B1)Ci 閗?Qa(a8t*I/A  ~@!Xyḍ{8l@A_镐qz8 tɫ@);AcAD\"?+tAb (pZq0|®YIa9= Vsۺ"t@DA6 gXZA?z-L~!L) h爙 A#BMJQÒs?Z 36 #?02+FcxӲZ|;3>%ʨJ8L6 >t=zFP+8pH#1RL-+5~ KH HcǃDK+Fh4%4j<1~LH y tFsFEf\Ft2)\,]4 ?` jj/lbcIcjy:+(ڧ"J1t#yA>PH5K 83؉hطr0HۡQ#q=HG%yJwz !:<[ܶ[dqśFpI|7lFxF!HR(@5]QUi!(ߥӭWMMӍ(UeLVyu(JVWfBCFDntd_Qg{g|g}g~gghh.hd4eD>i+;&Rr3TqjҐjҫ(K*3)rDzc:9Nu-wxgHd^"J&dbh 6݋ͳef>ܔS;gte,<Ń,X(x]kk`;FjpT*CؤvZD\6t= Fl91n6Ux8hݔpӽXφ@^ӹkpq9qoo1r(G0`ܨlהqpv6ٚ-7^)V/r0s1s2Մمkh?h'}qpOjGE\(|^(s{EܓV=H9t Fot)*inklO>pU_uVouWuXuY4&&YYQvcJA }jve7kHu`e7v{(mvn/DmrlOp_Uqwi/xy7zr/vX{3`}w_odvs/pvuOv i{HxWbcϗj7xg_zx(Pwfv/yHpzystvysE iwHwkYzow?cyao7_u'vE^I_{Xyco_vGN&tO߮RSYO|_|o|_Z?A`j C7rشs|]%} ԟG8|M{"r 7|.Ox|?~OVW/ s`~n^GQ^pI~֏f&宒~tM@Ri/2ޗT,G>|0'p^{B(`&hAW]`!q$ɒ&OL-b"85̩s'Ϟ> *&ΡaRѦNB*u*ժVbͪu+׮^ +vMMvQV&ALئ rX♛ &Acx認+^qH̽<[-z4i/_4c3DlL}N7ܸ|罟}Fn|p<ry^9|vvfvӭSjyk}{yΜGeQVd%t dׁ`ŗ_m bcI2@fUTB"BT⊕a $j K L`-SȓR>M}5ONF ]uR+n=rӸ:S⥫S9k߻9KBw޹&KĦPZr9@ީPzN!M Ԩޘ$JdR~H F.Aϕ͙j.tSS]մkfh+%2U gkݶEs7qu2̧(*"M+*u0$k6xIg9͈r駣>kֽnL| [NrMOf{pN۰.qO :(ySӕ$As)xꄥ?B2$.K[,?\Q.3@APyG 0x ;z#('U Xj*6å vz T`:jԣ"5J]*SԧrQTQU.KcNa See/[jUW5z+[Vf{5Y#FǛ+.޵M>b}Sd׽6͟OrD$Qd|tW@5-mkkVWEn-Ъ K -qk"7SrCP {K-(ZZ1.wҖu=o}H\Eb"?o7+|V*}DzyɯUKWJ&zsI뚈u1:n"1K nոz9k_EE{b&xWxX@c!^h EB}r_:2hT 2/9b3l39j^Q6Sy]aVw.2}9tGg#[g@Ƌq=i=Gz*Ɋ&{¦2Clj+/pYa3[W:ֲor˹Җ iLCxF2Tt-F:Ƕ4ukL#v*&S-mgS)ac]{9_4sm8j nptjX:׻=ukPD~iڍ?Md2Ib:T;Gw@Rd8<6NSf:S?MѻyʛgY/enިm۸!) ; čM\)[-c1`a![ MMU`ٜQE&]an 6`¥Za R`*25!}[] \azW ^` Z`Nʥ!ѱ :! vR!f FA1"n.׀D``Fi(P a^*b+,I-Zaab(`A 1x/H@)xa8< X` HÉah!!BMdNvA(&2d'NX@6Q"dA) / f Ĥ9HTʤ6a$TXAd"#Za8v\Н %%}^X]"֯Ubr.naD@ddS UT)rXJ~!T$ 8 d$Wd"Y>%k"kl\Ŵ&na&m&¦dbb:CjQc l c1FdNB8(\%=fi&P4cŅ( 0@&\\DV}V/4uN5'ŅK9Ag:\j25]Q2Q,(E^)ۅI(bU,@5!ASv(2͒n($9^(NQh,}х҄ SjQ_'ӐV)Ӓ8 )i M=ɨʨ+*]a:RFn(1#(Q@ ; қ6)+թ?!i']B(S^q)A-jiBYrn sY]A'đf.DevR$P '~B\FVj 4D/@`d&=%,E6RdfVddENVf4Jꁂ弑*gnrl&a>:arz*[-Jݨ և-=le,|@竾g5R8trS'z(e^ġ}r]i@hR\dfr\fnP,XlP+rEXav͆QҬXlOĢīsfcbclf9+> G)IC2-im*J\WVGa\I9p4* D&-&h4j棍ɥZ#:&!d\]fZ@*]a?.`%к *.ҫ'+v"*:J\ڪ-B\JC&%}Vf-l蔥@3Xif. Vki@2.ɂbo2TЖ֍RtP@\rٚ n8gF\WA$,ĝƮSBmu@H,.nΒ!eZ#fZpb0%W%Zm[ &\zƀ/+BgQ*/®JzyF\@,m>fֵqڭ9jmַv {ƸpE6 aY6,"6dVGYl`@۾D6@te1 `5o>pedƆ.r],G=XͣZZ%{$.@'e[jn&"e` e.t+ì#O";&r99(1VqP>g'1\R@Pd0T@`~RdQ2$ dGV^&=9s7g&j6d B/@#a;AM=j@w:@QBgR BDw^tDiC hGjJ꟎ADGt@[4KAGL44H LO#tGN_^Q7)FRC 4S#otSMSHuOtK4WMu`tWtPJ'uFoZZ uLCUWO'0{E1oC*2-0BS@#1†fc,g5r|4p5E4O\Ƴ<f#ޢ>@NSʝ}p{ R+g.r?pXpmMn6f0^5W5vfs.NTsj$Ki!GwzzctULV7^wAfmwŽzUfƑw-_n-å$m#~co6.\ ,Gnz8nv{7Uķ7 kLd+w1/85Ϧ3 TKIGNN2vq&p,r?zpfW/Xoam9q"g.yU49 /zw]fr .͹ woySHn9c.?y[İ %q  [wzK0o9}98 ;vw9SCNaR7C*ss{/p%ee%ok:{小SؼG[G[r3u{ E^xi3| sc%/rn/TR,]|fhn)4‰iha,i:_b9>6iͣ)4C'CAj,4:BiqѳiBճ|ސN>';Q>Γ)n##ѓ<<ǃ#i>Qϋ輴 z|Cw_"?}AE}=<8<'C'ջ#DW>ȯC'PHwng|:>7&<e:|MK>x`><:0-'G>H d?p>HA'`C:քB?xN(@äׄ1$1?#xp?6x@u2EpbD1vF!z%_Ft91Adu:(SʙIDIr`'ct6PT}P+@/I 0}$ *:+-/(@?*xB=cC#G.#}1 $,3Μ 4Hm1t,ܒ.l13CN$p>5?JS>rs G ':Q@hԨs!ǔa$H7Q ,YQ42zL(hFecD2lZ5EGӑB1'9' tl" CR Oa B%S t-qQI|2X+QJm 5X:4֋ՈA!PQq/3ɜ'rHĊM2-f''JU^۾4߁$Bs/9;}QK:\ $(hcƙhjZGYkM٭lMY/Qnn/Q/^^Q^+<<๨r f=c3V7A'7d)O^Z  *PCW6Lt0 t% 爴Qб>{FXr“EYeG>P_5+o݈e#W#mjO!_bTI =Ǫ@ =J?B {/E smP12*B´kVZ'cQOt@nAP rQR: =)g抓<+^QI$,(u!k@3XW)&5ë2` aj80XKT[^^ d_1Xao}G: rFz ON'.OKȗT6pIH|/ -H †Ei=#^ޓL}v cUM/\S26cUS$T YNsjD:vʄIc,d%>;@)X`gX%@HDI!u D΋Hu6bF]\_z2D >8" Y$[9XTY8Q.u Kk $aPABJ;𢔋"U#Bu|dj*s7=*8K (OEG8u{1"×J'_t|-OsJ"/6ž(b:T.S'g923ngZpn0 3@6: CQ*iH˾r,\~m@i.e\Q"]8/h_r[Z/jfmdݢ֗~/^@mEqA^@zMp|E7mr=~$2/=[Y'd0`lv3gԡ ( bs(l6$69jڠ{`L8p Z0A¦bpe`L`Ujzp$!WI Vq#! 1=&`CG`+ZNVafza"mf<2#@j".4Jh#CCI3G̼g-OWUe;oDӘk=Fיv,xhZ !|DyˌF:%zThfOŨ&rWyض.5ES32'Dj2sԹ3,uڐδ hx;SGͲ8 n|åQ2ZcFGso=uS cZN /N@L$;y6=hc"uQ񉔣wex C㯄[ByJz#ֺ^D=8QR)G֘eى cFupLF%Ԩ&6 ld|b6|2K̘ӦvH`6LцD/a| FoC Jj_僺LES^D]ZO" :l A+py/3G\",j, _kH"jW=e$hhmaXBqCm-s1^4Fu #"лErǢZvnT/k#ox!$N#"K N$FbFgfE6G6nJ 6Xoo6HspclHk1$6n18al¤ll0hkJ( Th &6F60*>Ă%MWk$/ kSppCf—j%⦰`# hD/AŰ$*;Y0/B g)&QPBqv!#‡"D{+k ]AX!\%$d*D"{f/@P#Dp 2L0&L ZpucCP6O 61q rƬ\d- #Q/Vҧ%ϧ&/Tl2/&! +r4pc,26=l %h"6)h&s-w |0>s/+';BjQ# Q*glbi(B=5b\a3sIR.َ./Af/q 0i0m,^, rS6jg37( 3C3?P?QLNHl~SS]Fu/[a ?!gWO#"I(!6n Cn +c4^ "3D8[HBvBrD`"8J*p/W(*_r<*4"(%7 k>$!JS4"-`}4 ˱d+EG5/n2@63cD4V_sBm~l6<4713 93!=TrE/V P/쫓z%OZ:K/ !H3$}4Z6"%5/,Q*7. S}o>j.” S$5 Ư"RB\)eh L(vdqc1 (R<B#MtPt.U1jPd5F+'O1e06Qg K I4Y[3_Ke8B>1Z4_▪X ++2Hbc*F$!-yFHIvF&B tqSk<dC`muCt$\$.VY")!"o !pbbÏA,F$v+0o>v(:wL[J=`(`B 5$>EjX?]Nf1r68@ 7C]-1'(T6xlh66.܈lVj35RP:ԫqP< jx`%$#>bbW$QS'mb[VzPb,dvUcEbwi5E/ / g/ ArQv%^QBuρ5x7=nSJ,era!Du5dyyRz$fv1 46 Z@}a áH2Y D5(@{E 6| jҠȎl w51,aM RNSB`-! lM !@YLtr̭,!L F$Γ8ќ9%T XTry0.%؀f,ܦMT囵FNr̓? 5^9 N\n XD]Y޲ݬm$.%nwMDp4sn:-A$0ٰy"Al%W ɦϢ_l<-!ARChִr TJ,,lE%v̦Ձ"ց6sŨcPnpzaL-5rE{V.UG5Q.qU7/ jDδDj!OYI5٫88"lJ@x#VX7"hg5BaU窚ϵsE{ L/[P>I}F.z;"GS'(}qcӔ/Z8^SkuoˊXKSӽ=p7?f0e"ۿ*Mz k!!^vbE^ƤJ8סm/ ۡH[" v9I6q*B1H4vO ,󯷏xr;CPrR‘&R Sn)F3hpbHozn/ u!uTR?Cd(ǪmETu;5p[脣sSS/fqb;.3{ö+>7~-Y/<bAvad Խ b4\y Jr\B¸ 9؂pI]|a`^E>1!n0u~a{_ej%ۏI`@t, e45xu%K=%*!s"P $^<{fOʼ;A$aNJE"Yk3^")IWu㓤c~ xH7%'v-2X~Iv=+7*z?9}@K"v.B>Q k Al$hp!A}R :СEl. DR*.#gȁ.;t0N,M|"@ JHZ5ӧMI57j9Lj*t&ŠxMcɪ۷pʝKݻxwn۩U: T.{ E70Av}yU\NIh'tu* |y˹^젼$bڋPh,sEA%D9Ye Px.:{Px-3I@_w&I \J9C7m=)xLBg( A#zPYḋ&4h,SPhU`RaFyXT6kC:أ[SOWl%$UP&%2#O,XvG%颾Ea9= dsAo3;w;'t?D=|tPD8K}3 6WmP U-Gj:GCTʒmuͲmM(8S$5-086lK^Aج+LOk}15t)piO#n4?k6n5:tZ ڬ;/&pTYU0&X k &eL1c@ȨD2rCWzGb!*q"tY7L#\8E֡\$υ.E 6|QIKhDžè#A]7&@Bfi@qDRئ:Zz"Ȝ5sP`;Bvt%+AEtQ C'oQJE&"а7!oDspxC"O$.^x#$'4To`5*&UW-sB"R4Jֲeyop6o/:/P }5C ;H[Њ2c[ T݃al ;$'s! MMQWu`}RUN$,R1DSv AdlU'Oj T:iT=Dp}B+ ݼ1ܣ"'Vg*棵tWD:Ϊ.nUիh5[¾0!I̬X*(%L" ;aͤ2 ьogkPQKhv!MՈDq;]8F% 1BxzUH,ȠH٥M 9jO,ҳY(jcuvh>Pg!hֹ" &6(u֗ihE][OlC[]ULG+ Y@  *U#*arCVuWS7~`)B65) TA6t9v=FU? qXU#zl Xyv#9JBCQ١j'|#AMhsd@ZYQwbsv f7 :AX7.ktGw%H]Y![biOJw:ԣ& Nk` !GwR2˶\jlˢ:3]]@@Mr_b95 MgR81P>nK ;dѨ <ă)++987 bqdtB:ޮqD zJ{M.L8ӓЏ^Vb7Nw^ OϭO+vddd!ɕ;MQT7 JXEqf[g4.5.uZmeCqAdO6FH~gohoDyE4J5:DBp'P?$4bCoX%5z6:{|w.B|Nt=!a #$u&}f} jA!/bb jl~wg QGRFT=m$w2v'@~5W{xxxSNq* 8!,{8syLjgONi(&ARwc#g%z6:es=h5t'8?Z?Ƨ?]، |^0c1&-0"pF@{0ꨎ@ tP S x i.p6 Rq6 uah|P |w! o! Ў `XGD 9y)䓊8锨Ó#,&>.A\_l >aC>3';S/Дc4QY<}en塕+Ji>䒰5NiU;B}C~:YA LCL "8aVxV``Irr ( %(osvmpK`У'tu@n`!`6*iY`$@nA ,P!i-tH_z0A{,W;! Y=!dQ@7((cGRwj: އzdxe`y{=qDOgfIw\푩J586wFdJsgNX[h ,Nʘ/\ՠz|Ӹ`HZaS!Vr @|0H@ v 9 wѤ栏X) iJj!jP`x:GjX4?"Y}Z`&x*aY1Xb)x BYyY˃zp M..f&$+:n(f_g&e\+WHFZKE+()u,Q1:!v x-qTԲ.wh:{GhK @JjPpQ)ܸR4Zjʤzۭ8 |M* z;w{ط[lض u;mXzϡxJ] PGP(d[{_r"4q+Ĝtq2psO4"PZ!dP v?kouaG< ὗd{$}1%!fzFS}s"0HJtCVHHER{]k˥ǫo+jq+u$jv;Sx`Kz*&MzHu0Pp ;@ϊK)˥f^W|@OہtOX5C+{KXgŋFn|X uxozc;VR.i[Gvhv&`[Ku$ ~7l6T Bɉx)G'fP l۶L!1RwK</L5*É5zw)@<,Xjğ¿1KaʌahM ˃&{z)ri[cX^oj7!y;;r]' u)IK.fJh {WH¸'J&Ss;Xȉu[KNK:qbʎ<+w}AʋFj;h[wܚ<|Dm;:t&ou~8fX4!nNSɣ2.KrD&A I]z̘,q nEgEog՘G(~ G-rSxt,e%2ݖ+OSFFd_&mJ?bڡB*DLʡJ\@AP9* -@K(tAm?jn<,t-0MP\tp ު2 75}M~O[% '-~|w8 X=O{_>ܶtҞm..䦛 9hhn׻ ' `ċc<ؼRGԺZ|i#g8 ˠ@>ːM.pq! J=\p?ߏFpqQ|Ԗv p0 ^E)I3א_B3}=}B p q8h/x:Ӓ D8МAl&F/9)}4wO%! %DX ),HoȄRT)%+ԗ?JAxҤdN]T%W)\pgك%\'ظ: u`IY.rX9GUdk.cz'&/n~8ҡFZ5խ][lڵmƝ[Q|ps4jrGab@t_4׀s\94JG^zݳ/|*LwƉn.@uc68J`Ncb1%6c Q,||* aCǑ ;| Ab$CYb#C_+16} cC=lF:|ѵ|$G(_K"ake),[k 6}$4L"|- }bS,J8t7\36Gl:gN=%M>c+p@EeQGa-8Io4碣ӎ; /UUWUUVWW4Y0IAUȔ@[Cȟ|L-YL9G{RS1iS(Dn[pA'| U˄1EԜ}RkS԰Q\q5~aGuEӜP5P3Q<75gETgMRߒS6Ҭf`PGghkO˃OUc5Xrb ׵N|~`qPOá5Y&AcٶYU3JW]E#8JoٴSO?'T\rףӜZ+u4'ݟqdfyڵcDl'GO+:6SdSw5^xvcCt tX5t…aKsJE6;I6ȗ-n9prlR,}٥j艚-K; 턘fOlx5ilQE(DDfɟ~KzzZsi|)PΤE:ij1,4hkVIEM )Uu!ij^OjNv6 6M6* GUtխoe:qβb*V\a~ lԇ;g̞!uvE]Y@!JڌNdHG<5%?B*l|A+X:@j6bE?:Yw['˖(!uԥ74WLlLW:Eё]T? G'[jT'5L}blT-e`uo~:)t)>Vk`u8`ٓh?b46Y"uV'ҺMY&eˈn SY;Q^,N-&&YV /w㡢tdrWZKt- †x$jdSՌ\y/mFTi*8+kqГ)ܒO1y- oMG[W<ƴ:EZ@ $Fǭ)j:z5E4hgc;y5mgg7Fsg6~|'2C9ۚѦhڪvwjcۜ(}No)}kY5EKD.bfW:DΛF xmΪJt%>MC8k0Q0"7a =a"$DMGv$FN&҉r/(F;Wrr!.1MPa }|4"I{">:-\:G\sLc\ExeZ*iC5A%&M/P*A+tDyzw M]_IcRt|A@$.Fqy{{p"}G@̨"_VsABhB$;$)y }4AGczh|ؘ"$tH}MT.gyI˖ @`C?zȖi񻘻/:lxӇ= c䛂G/T[O 'c+8s `)5{Qx@׀qae "%ti 4yA yuk i3h'jy"*{5Ba^59÷j |;5'5 (D54L S7DA0(tCp01ADn!ЁND idV!R٫-so9-B0*!)zdR,\lA^*\ԩa7[-e3:`Ƒ%|е_3'% ǩB&z>,"y.Qs1A 0|0 $j = G)82 uQӳf;I(@ /L AMŘtO,+I󦆫WɟDE| l `bBz`$b7A6'J_otgdFI5! > (z³{T't.06*At t2DV##5|D =TD4 @T < Bğ;bE45 IM  "JS\!TTqIЬ3#hyoJҳamIAșsGJB0dŻx_L΃zBzB3GA;'G)zāc\dI,(9H IH*rIIbot`L{i,c| L|,1RUK 9Գ%urǕ{J2 0J$ќ8ٽQ' fl]-p6^uQP׵4g$n>L`*gyiAIh*NAh };hFF&,$=Di~hh8·Κicx@i^Z#F8L^ h|;iN~)|5J'ftʣXhatf굾!A{HJg3kA%Fxh0S~VhkoCfPefQ&}΂͂`UH @-mg{~&RIpgV97 hWmt]؁Mr_ڦme'6i7U1KYA12NjfT[2ĽO.#يȤ] cSe]3$?16e^pecMO)ʇa"e`[KcHP!W+YkYGkdM^\HKzFʖ\$MgF8hNe|IPRsH]PmpRvNt֏:pR+%~(R-0Er,RFbf$5W^(S^;DN(^Bq]#IYJBa%\^PZ݌HœbFEGYM.Uu+l1RXrpHLH#N&M.ϭ]~uw]4F|vH{-(C`ie %PF`t "36eiYu.)ttBbĞOzh`Rb|v\D͞Q0 Us2W+>szW{#~]xVyzVn!~_ϷSZOw&U)cJy,7o A;MVbJyu\=x}~A9x" e`)Q-ba˼mqW'[Vz H_1= $MXG}"1>a" /=zP/hf4{kd9 rʁc-s 24ljT" /rB)Xd ֑cƍ'O3J`#[LTlH!C‹bQH2m)ԨRRESLGϙj* [sbCWƠ5Ej>L񪚏NSg3E7OSxzȯyk4^ǒZfrCN/Wzk3V)Vylyv/]] ".NΏ,N;%g:VWÓ/o<׏=|Db>01?8`<3 CdH$dC*OA҂icB =1{t'zT PM7B@ApBE-xyRE?1%T,hHi vSSOSQ|=QѓfLsSiS–Sa.ՙp5%'jznQ6lؤeRvNZOןM&,&muhյTmNI&RZTfJZ>6IQts6FjG5wvMѝS%Tj>ekZ?d)"-SHѫK]$chLBR^VJ"/K^{ Oԉ鿿6?g Mp!@1M/jֻxԃglvR=Lh?݃iRW#\uu)<AdqFh\+=$ l(qKQnH-[.lQgFY-W&?UBKb|u +!cB;o,E4Au^LdS!2RH$"%3 5T\AGRC2Z?HI.鲗iGҴX1XiRLJHWЋreSM*zQp< ҳ^!)zqbLЅ2}(D $sӕI'YLj*ހ&7ӉSv`UL1UVt)rd61E"J疒9PknkۊO9W?머3?flkGA-{PsLN~2 %IDb"ElXI8J6 u[Ċ(عH1p8(MxTHQT<>E0igƦv^H_+N֣CÔIIHӨZ:nŠkUTQ-R<Ӱ2q >Cεy:$H2dSVZ) I|n2BLnvoV +rriZGQo~s=5Q9.KxRc,zBO 77kܚԻʌ76`xed)gx[7ևNhoӫ8ņN?,|<] wT,OIBre{+nձT _/u~a h7ѣ,nC 5+]=Z }bz+œ 6:c; 6-9b{ue\gO/gT:ߤCeY]sTئv 7#ns{5byEtTa.m[ګWZ̴r`=*w;93rΞ½?Ln z `S!!p,*1!T U) Sʽ 斟 yW'Q""ݗH[iv yX GnW\SH]81"K6J̉hL61$J:"BQptKy.:S@9n?P]?6jp(%8%[6T9>W>3XIă|Q^,<& $aH`ƐaeQG>0f$-%% cf$>H =e^v=F &^gk`vf_4G a~=nj_ftIGl¦q&K0fSg$gbjh2=ggޖ,MZgs2By)YhvmcI\HZe^SIII(q&x&&zJ :wW4]=)a~-!g¡Irhlj4Ej[舑hbȨzt V6Vƥ4z>Yc%Yߒ>ɼE )j솗L +}n]x" Qi-f MJ&yQ/ҋQ$yJAZ<HVEyͧ%[_ېG>(Zǵ_UfD"1^tAjijxSFޫEՏ!S,V&)e*DB)*}T9*i)ҜtBL"vă- .#UM?"EDřڬ Q>Z =i~(n%1"eH2^0W;bH+R]_>城d6hʠdUC!q-li bVIAkjmFr`#vQj v)E]#Wڪ0,J kC3dT|*b+E'+nΎBbyx SJqI.:@jgi-aD*nSD ̽i'֩:żQr`+ Ynr[jdy+nDƵi9޹ ^j!nAdv`sBN,%吮aB P,` LLD,PCLD LB DM tH8O\wje,nشzeТcy~dBeFm)yVS"/y I crdxYP-y$*b $yR◌Th’1rT[Ohau쬂c% RYH DΠt$`(J-DOȈI, 4‚$d. 1$QnumsV@SXo*!R琗E{ֹJ&:ua~˗2Kx)վހ [Z'.St᫴@CZ席|=t't7R 5[_J_eC3T]nSҘ-(SiX")G*+'qr DH,ȇLdGŤXBWw؈ HrC05;5,6#R\!#7"]Lh ȂD$BwP@ h[?NOU3]31f.u¤Sw' C8)IeX%+S_䇱I'H7 `_TÍ4Bmy`+Sx ^l}:EǑ,JnNx8&ܙ8i\|RXu3K{n(`Cn%5*71wE/̰QDY+, G7쀃,vX+DX* pGTH f00{D/wxcyj^7.z!:YI~0fY(Kh ɯ&&:͹˺yAk'zbJ#z'˪e'T'*UezWfn& a;aJnv^{&/x};;?&&;zVf:. |wj>ɱ;«9H9'&6XO|W<6|zr{ʻg {ǻ庋M_HI:oVH)ܻ)&9*tיִ!+krh7dJAM }72pz//`1KW|7DFtL|WS_s]6okNR~~8f>An JEa>[z>矹L5~>Ǿ.F<:szs= *U9VګoDMHHL/}NrLG3۽ٛC_3N?׿?!?s?@8P_A♛9{8" n(fhQM 2inGbqPJC>I.H8!' b<"%FHZ0>51bW];lYgѦ,&e˖ٺe+پe;X]x%xl`2拘rs1,va%8s];M v5ĄI ~={l눶}Z틹_K>xqy>4 y012LQI2iU$Z% ̅A;؉'JX2OA)j)+s(,Cs`N'[CG:glDIǹh4Ft4Gr1}c l'Rι)h:( ;λZoB33'xBlۯ)|H JhsAQi(Ҥ* |h,15kDOA UQI-SQM$TWa%K)ԡ+c-n.<1*S"@#@ PS$jXSP.lɨI6𧉘CǫVeBl,Ws5^:ml4{4M,W|L{5#XE2"]at+o;¸` 8aYS8E=8c/E#b5yYi}N++9]yK}~a,ة‘DOFE*Sj@ozzڨ(oE +N 5h&`&؀!^ZI|F O\o\8u͹Vor- Zh_4z3}(sf2bQ{]#;4g &w=D*@ah$^7 ]7'WNDY`WHϾW+v9}7~9cW2$ "M-8YpE-hC+ژ.%4 Q IRu| " ?p=Rc>!\2CPEHNJxú$U*UTXE搋]qE1>?s"5qSt#)X_X<¥u١sS! ҏ=|!HE±!(G?G5FѓT\"?E)eb3&$c,9Ғ>4e:6tIE;6Ҙz!M2Ҏ8V\c] N啧l4UYJ8:p ]XVԜ9+BJ?PP+ʻI {`X*ρbaY.*)0]C he5KI+z@(Ҳta9B'p.DYJ,DmFT7HiQOj2, MhBI%̙#Ee5Y .-"Vݜ[ЫΕu]ڛYu=.Xi5a{صjwXJ6R%da?r],fUٞU!{TR?$lg_ l-ӈx况=g_ ۚVepKUծ~xدvtb}]nWc^D5yћ^R)w,U͜S!]\mW EJnj=%xu-tE0q phCaU%]aX\WgЕ=)X^ylX9&oh3\ srܡ,gi ododz "3mvY_>]p,)'EB%p6™ o:N[Bq{|frkCfQzq^Kխv,W/.[j%SND~XS&ۍav(C9{Ӗ̳0fE~Mf7xvq۱mѝmH*z7po{Fx^8=|/F8{ݩI6!^p~WW"ܐ[7rt `񑗬6yc}Y'>Μt9kO]6o_Y1[bl`H~W[h[]t;شK챩ߙ[ؽ9'im9Ș`w-:Gt/w~ы.}n GG⯾@@c}탎2؉~->_CX-q㱳hp7~O6a^'K~:_D=\w#A3ZvШ8KAO)Gek&Di I!*̡XGx@x/.!klP/(-00V, h&ȅ'n\@m vm( ҆=L@v%Zc@/y!cOPbP$p'! vZmgnjnR p$f*(žŠP^<.ްnDtJ w.T+EJ lRD7U:ǀsྠ'iЅ'~eh\c&R obM* "a,@nXvNN=xb &0 qq!Po| '17PT*04/8y"DoQ#qO-$ϱZc02B+%/f%/pSD!Q O]N0p+G%v4RIQI'rϸFQQJ$UU2&uS]RSI,mJ1J5Q'"FABMEoTTQFX0W/n)e7qM#IsI0 #K} PPTkqcaFcfpD=VaF|oNcMc85]wd]7MUM5:7E_C_exwbE%~TA m$Y- gAkC4R7¶$35FZR%uQ:v\#lTqItڕ6ߕBM^*@@ggLh%\aXN^(2)A mvPhb1u]u_fa8x6'\gX)6) Wthe(IqsBN|QwR(Q B$c4r>{WlMjA<~53B}F|n[r ?Ra^ogCjW6DWj Ȭ<R`΁"N!-c8'?)xxc뭄/8 [X-X)mx8o8"g[NCㆸCx5/hXbڒX؇(-8cd&_XwڈX،˸Xۘ8?d=43g,5Dړ%)" Y""9.WB:|7qo~!2ukqD)&w͡pK16DXyy}y.\yr`yUsw'm9 u%@.B/4,)9̒!>߳|ǗA~'YB$/A!7c8^ˊ2cycǺvCT zY6p! &@SĔ f՗ l9tm1u:9TU"g&J;-:zuq,qZu7ź1lf37>; l %+ >,ݏ:+{][>u>ު_>p 5P@۹ڷyڿ=1ykz̚pUҜ9#ۻۧ!T4>S }&-)}#Z+eힲ~lzci_nȩ(&),_:;-6_ؓC.-2ITn)<мi.*ݘ&3)(3He?#q ")Xsߺ Nߊ_Ɋ?zoBz T{;(!B fLPaF$A28!Hu ="֮[% 92b1I9͜;{ :ѤK>gSʨ[FMl} ,ڵݾ;WV?<¹zu4먖QG£jܞ=}wޅ/޽z?yc_T{B 8 |F%zQ5!PtNJE P%SEb&U%ƛZ 4[[pErBIdF\m5TuNNIeV^eZnbKAecV(S8=cp[pבvމg%iB&SR!zh*eVJii)db6ꇌbRgd9VԚ9cAjuEz lC٘FR:(c*zXJkg.uiTN˭R-:+YI%{lc(Tg&p KpF?d-?1ٸ߆ RZdmȋ6l Ў+R.R 7sSv̓ꛮtN'DV#7#b vac5њ=Peis wr6P"+Zwd9Ԇ 3V~54FJYӖ_'nTEaB碏Nz馟κ??ۿ@ +>⛟PrF]E!jF̟AU;s];ѳ޳J_Qo?EOļOM+Jܻ_Pן?}!_~I׽~k0n :( /jlXRYz JƑz+4x³!%J{:(^ (Dq'7D9('{Ƿ%x;묲YvlŻ4138qt㖴(.ڑK_4V$ƩQ-ֈD"wn41:Cx[P#hndІ d$hD%((LDz#*VZr Q)m6%+K^r(xW&MdZ y;)rܔ#ƱD,9ωΣ4Ug͑̚nsm#KR:te@-[v#"h0P Et 08R5%::6d-e0 :̍NI_ѕƴ:V3iƀ-iD]?ºGd9mS UyQMNcǸ_jQC"+SIS&BqYQU[!ֹZk-ZR>*._3״2%` tcgzqMuUj4@:Χ\ p6MdY; vlkiNShZ5MkvbmRfpbFKEdX䝨z.D Qc)k*Bֻ̊.e-筬}5S4+|k yG[7Bn^fzJd6Nt>fJQ-tVljsCɸ3krw@]׃m̵H1KtcƐݢn‚w:6Q'\Bh06*`!ZyKFY {^H ^ ja2_W0R:a+5`b+:X,geחUf_Fid)6Cg6ͷK;TԑMI}_ryRt4hj9JVP\'C}_:ؖ&v^#mldWzTKtٜ61mmNgWյҽnw۲qk=n{I7=Y[u1Gz3OگK(#>AMZg\ }'q.-.)QB@a~~Dч>n?Cgyy[y#g8f{+Ȃ-"Oyyk$8&85VqluYxv(ojREuIX-w?8H؄wVGwwL~D\GwXvmgw/"t60s0xrXmHҘjqcx_ȅȐIӘYOю(HIWF(T(b5r m’)I*ؒH֨6 я579 ii;A=ɇڨjExyoJ8bV@`@Lܓl P=a CP؀B=f^kIy iI@ +tzt g, @=` 7j Ѐ i d@! E `>DY@) ! @ `p# ,qjĔ{Yy׹pϩP$!p ߩ  { 'АY0 yz! IL i9~,`gYI = y ~If P Otzy, IL q /Ay& 9` y ) + p'Z ?HPq5CPIP)ٔS7s(n yZssƐA?q8P@s ؀AqR@ d9 *@H ^ Aa RFګl@! p@1 y ?a 0?!? p?8ڬ?! p tʮ?q;ʰJ+yI`Κ^ܼ  uF|ׇg w-ڬ۰7 `lh)ɬthm%rasTЩ?  Ak ]cY5@a [;果ujbz`?! ธ} ԮOq tNK<¬\~B =}ҽ] gҽ^6- }Al +N ~>NJ|p-ij N [[z ΤܲnӼ9ʸy_ JyL[NnPXLꆒ=P๛!t0}k ~aM<ܲpYPj m еKʻ+𳄮AKZpףc8N{,0)/Lh]b|Dz }:L(8uwN:D%59.o{򹉰$J ^O>wq#QH#+gN$|s2Kй048T}u[wu؛<9JƁYY^{ UTe {YKT՟@@GzW6X6/Hl'<@^h~10cCΨB^R:?߱`==Y:>}BU {Iw2d0>Gg bA>?yo&sWV9@FA!y&I"O/h_>"@uȡlZI=xAꃇWTBJ}) t1~yJY1 N>ya mٯ ҃}#;rz$#"/ ʠtTu*W%Ise?<ЉN^:NhG=J&)v hCMꏒI&@XXqsp3$'KBUסS%@,rnMPSA?)k?21H=Af2?5`t$X#LA6=%H?Y3)]-wk[C "=R A:'@.NlYCx8b''!*-X3 L·$U5С*"beLh,yVBA$iK#CTLsFu zd1)lyyMmR@|J(Տ){T%CH[B R@T&Az$;1iC!%NtSF?zbXf )Q;34;Z)W{xVi#rR#x䁨\'DXx@K $!$Ln Z \kˏdE!J>sGv)Ͼcx`5lRw%#A T>Y~nU؃s$A:#k糊b2 z`[Ngm뢯=hZDqS":E ʄ&a衽D)cu5h a+=򚻈7+ z*N- 6d3H !Wr4̩aS[|.K(Xq4G\R'Mr0BLҭX#'yG[DX huw3 oJӍ/bO0lp]閼f2<'G-_y/M3)9<@T+͡?y+X H2Xb;: CC-+[BX*0|鎴6Y*x9ZQ(?<INP{ S4#6cɣ;ˈ&ӻ)4z4Eؼi "Bp/<I s=`oI=e{x*0$L-9"Dt *SyPLЫH>`$?>yGm4۰r [Gk#Ռst\Í>pbQ6#H)W|,Ȏ͠cuRTŚXb oD7(6\aer茁0>W 7̈ zI\8TSPģ\܀ CmЇt3̱v W[oBRX阌KɊ& ؂|R\#iJ[{M@E?`T;)0ઃ9yR={ zHȁ(YH3MT` =:㊘PuP 4/RPaIbQ+E3 xhMyhWM?[%TMŰհo\b(Ut[-bۿT)ۄUxw x@iDxȣ%YY%:86 Zi!Rrg%]衞Y-L@X]Z,Ω@9\ _Q㲉7QƥAK`@QiADCYQm""d!·-&hHAYh$"@:V D|ezغZ:%^H!এKq@@l>0 {,DC # iA6h湳7`T9hO> *  dg 6d[c0.kjb')o4)).d0(,15 Pj-XڠH chԨI1]Z15 uSؗ)E(y#{e3\mgA4brXct/`RSjer^Ⱦey su ;gJn3_ gW{ lNH9XO I lpih$hΈbɇ c@ Pް01Məa5{]X/ mxqKÈif1U[B_Wv^<x<Uk$%،%͈+)- kLrx;Ǝ{ Kt+ m\KIs546øSsovݺiy ئ5KA?& 藱2BLxgC# }:ѣQ75]lEԳ"xUEHp֭G>| ` AG,˹@`8W͔pm0 `/DC 3Ki(O*<`[V\PI s}Vz6+Xm0$Nr%Okur%r-ksLr/U,Gk(wXˏq56ِW8NP>t4NA_BexW(>wtyE?2 Lx·\rt`:ST_VgևXGrĎƲll͆^OꆩGz~rUđzA,mݢ`8Dv:oUCg0?La %oWuw ˞%C5Ϫ VLWY/:v !ğ.u:Eױ =` TJ\Avs$~YhQ(?O_obx4,yWǑ+|GP'4^M僗'":h#ۘG!ALA$E6SyG'"lZ ΋47̓R\M`>՝3[#O>iY?lGWf8Zo#$ [Ȉ羢o xA#XFcL3avU5t'JL_M`B 6EAY~6wRq䒉8]$>g1 9Y?K2٤OBSR(`Xӥ9xi&aYgk Yg<3 czIZ&}dBibqb#laAd9E?y/dTDs"fZ&#Jxcn OHQ\W9 uZ]>fNs5ERϸʽF=8޺ v9{QBN'T=gqH?:G=Zt݆+G5CۮRU=M-jdeYa=U~"ȬCi!a돬6L aY<B'\P)!`1E[jA8ubL.*F2LP<<kixMUΆ5{H#GGy6$JZcWnٹa裫馜Px:]I_;Fj_qDf{NjJ}Tf˸Kٗ1^)C<xWS-NO<Ј}Sƚ{p=ʋY9=)[Bȋ$A&uՊgO`yMDV K C&FP `p%šdE[`T2܍xùLhHT>*ǞYXe4?Qf}T3J>LԦp&B0dmDze1S31L:1}8h",m {xgKb2F\9/)KiS2\%+[JU<oB]TG;iO^h_3]rcFRikUƨdE"Y U:>! 4הt.%?O?9]:%(4BE $rA!(PFkql~ ~ҟR*ȇ5 h)t\ xBC:\:?U,HT<[XIaG<E%OVDm9:*43-.zT_TnV !O0 23S|>BŢ74i5WX9bi9Hd A[Eͺd#ZN,}h"JM")d"3l8I.yvb(Yީ]2-dK}u^?idTDyJc,BYDCh|J7'ZjчtŐʛ+>;.)xaʢY`罆v E*F|ML + !R4n)HsԓAu)zR+)__dbږ5VY/“L,G=X/&3ۈ%ǡώ?mKF轧ǟ]D*@ ud=XdAƍX֘b|Rܛ[AkJ{Vz1 톙s& df5A!f,`kD&6ъƤg?vI]4̡β.O:ԃ-&Ei"IiQr$4PFLq-#v;V5}*=7[Kds`KYҝ34&~^G6}bk&DAmpEPƭa}‘|[\nz {4ȱV!y'CGpU{tɎq+FTU(fH>T/[?l,Vx1֟gBDIZEPY4Jv*d{ٍ)-~l| FGb!|1Yikl`9/xeӹ9{ޒ㯣Ji7-8[Bi3 N#=1N>z_*ZMےӮ5ko{Хޘd%FlՍ,iI;!uJ)<5i#+7eg7X ChYey߱,7z(H%8u9Oƙ'DP X&ىTTA M$ݗB@Xވ]X7PB,/GChIab%fHՇ1Ȼ?aJ#Q `]<T I<[=GMfQ [䝃cuBT6@ q<-8A`C+]}QӜSWluW<LDEP 2I(~bW*Z"nI(x^ҦQbЖ&['zbYVW& 3_HB`$T;L+BHi_R- GeFb~ ɕJQ8E<>XUh 6N6JgN#J1)aiŇax JOea41yn!4jSԈA6)~…L@4aLi]@b]hDXxGJ$I4ϳE{ _`LXB=\K=LEMfFI"VKbشCFE+W`E\Y IWD9,F~1FT̸#caY !{HV.]ejXz"R6YFbLb.20垩 )h0Kf`]B̄BGIzI/n > L~tEŌfiRU@w@dZ^ g^f`Nc7h͉l !fn#e] cY 6$Iȅx"D,7a6Ρj}e|pgTg+_,RGTnECŰn KF!y;"RS}gOڼVQ BP$D0P@WHeJQԚu,LqJ없5*ɔF^fX)* FZ"ibl \BJ3ۜ_/>G~E~Ŋu) _3:4hT@%I盒JPB $%F4ֈ&m)*jhH6 a1zF zJ5DQdDr ܪVMi3ժРz:g"5M7%W+Vmpbr#X[4@:=SFxuOċ 6 O>=afʦŤ =tfDȗ|!-4Eg8 E}E!& S2V66#za6ؽLJ8&& zg(2broDP,쩎R/i/hޣ0ͨfmn>=G3fٺD8_tMN(v u94b Dp EFpK*D}Q)*SԭnHr5alQ4WNJW7UW6]`*V`@Mn_$ub\pbfhW eF!cU(d2gFH BĿD֐*/N^jJ P) Po)'Âh#rVerrl R _Qgb͈֜Sx2bPYi)BJ$bmjUt\ c Ot8b:naT4MJE! UX`p "K@ܡnmneHZiEWJSאtH4!>\1v kŸQtE@$E%rUqFQG +E=Pڊ"&4C$[L'/eMf4ipPV?5Сrr.?,@,+˯+r]-DZGiZcB0ts܃-P[`ƭoY`` I1$A`b>Zց,`KP!wZ``Q}yp3_X3`i#}٫ڙv=vOD\H D[[ĭ*pifaKDd݉ \R)\aKxuf =XqX5sfW}X0o[|7wXpٸ ! a1ag6x8Eh+,ikiDhgȏI[SsSLdÃ}O?8¹5w vM5ekv1vek8ZD#ErkN018\CI[5$V,,W"^[yR:Ȝ9՜nM*$$uLbʶ ͬC4Zpqd_[3wb᜵716V،JkvM#Gт(;j_s]K޷hR UBHILMe.3G`e0rgw̢xi\s.>Lupte1nNcnUpW͙8cP h.=F3jC Pcjq"/0ЦѦXFyO>\I4]W%^u9DJ( Y=eȏؓ:ńF|RBT`1*Dǜ%aM"}NcMWy/;z8:ڭ"UyolEQTj<;D;G!_#튬L?5iwzai3N4¡^P E-ֽ\4E'aw뛟ݦeP\ZFQ2ɋ&|*I2É<[v"?0SD3MD|I!(AQω"x|lC A8:Xd D׉ -?^sK7D.b2ŊK2Q)e'pJ$FE5ngk'tĴ2~M͹3zhe>A%*##MEDKU/W=4Ϟi[hRQkl┬{Y&לr{juŀ=Wt5s֚ v6tYͬHntOџdFҼk>E\'SIILrJ+ԒK/ o͹sƙ;?Ϙ*dI.qͼԋ *+HִTۥX}_*hXd5/}deaC*z/*g.͞+@`Gg 0Yƚ2\jS-KoTFR[ۣZ.3XVr*}d4 K{rtFbl iG77TctQ 4Ƣ,keﺉ]X6;lhe*^ξc2Y3o*q!if4/Pچq(xtյFsXƱmm?jۜd2nx-uKCG?$S"7EbA}ETZ\ HsP3QBGn9ڒӒUJHIcߥl!S2 wՖUaț&W>Ri;4x)%!< R!}lI{ҿU4R \ Nhf:c/M%lKu14`F0% -ۣq˩Xr߈b.c:CB-fcؐzA"Qɴ9oVnD8x5}ȣEbį0 NK946)Q*"ј Iqp()1v[GiUZD0rjH $&e(:%(M MUj z(5wCȉL%.Nj U=fR- O􁩷,T&]#F&0i&0{L1h0Lvb- IJUp3SL1ZcM=*F>g_ӞBC30b( j'A ڇhK .j*s鞬"}´%obvY|Jz\mztHJ59j5";>հod뒙¹UH2qQ(CFjMe 2Lr9$-b}PNUD?$mF`fX-CMMs6U-qX|vò<$Me5:TӤi .Zk €У{ҨoJ5`>T KΤb|{b`g:ABdՑ!Hb9 JŚMJCwW YTS5zUih_/o*EnB=]*xQ/v$dcUyz-_RW*#oNI&(/G52^&Ps\:zP?1s9PC(:zCXdzc63kx5d1kAb=tsJ95x!R5IޣgCr P1t~cXX /,Z!$7s +>;(hT y/G'^kR9Fu*=AK:ؠo{0Q`H: SH]+'xTʬJq:NGdžJ!l|zc9)D*&<駘-3XM=fے F` ۄ"f mЀ&fkVE@?>RmJȶn*B:^lN3 L#D]:ƌ.ұ7j$"B䡀eCð \Kv fBFBCHcƪ -4Ϥ4 e-% ~M"~#Z늀F2mfF4ccFLxe$\-E1#؆n<4C1,qjJ@XK@ƂbЙlV%- ЫVk0 Ɠ. S'ꭃ!ŭ"gs&q7R/ ` RP )!$R8RfK0r@%8.ǦF3\,'C"&h󡲈;-n&4F›+!XLBjwr=dsR.˕ެ'+K( dwfm0`.n7IZ9.m2 Brxt ,=˸vcdƇ4R2B D4t"H.H2Jw3;N1J4ǔL KqKF/E0. Ce-)8A}( ҂&Cj&/9ó/+4c~\;x~;l Ôܖ3<Bf*bt>9gkAf'E)c tVy7(G@{B $yr˪czESJI'=tg:7ż3U 4lTaH}KjaKK7c3VpHS#1b;I0A˺ RâA+``*OVufO?H~“/7heP`7cBJ_vrg(.B*h.GPPhCxCxDвvp6l2(S~vexV(+ƒ%l3=XDaZZXBǓ*5\BCS4[IcZT^fCbiy:HăVVxXbYg'gt,%' : "'/8wv>GL$Jcc?xaN(3n7bQHczLKxadx[,Iŀrh7pͺaB^֩8%F?(!9h7j_vmT3l Chrk5itk}f4h4g6ӺbpӨ l 7Zblkl(mVOr4,sCVXzQ?tHZsCug{\<,#TTV'r´fUV~sg%8z4cvExbT#^I/YIz[npA,-/K=Reee9^ x7{YOt*y'y33c b{#5TpFT7+}ًE?8h mMRXXkdjWG fHcR(Sh9+jpf8x|Kś؋؏ٓ]ٗٛ;KKñd؝]۷ۻۿ]ySɧ=3֝]]}Lg^ ዻ͡^[+/3^7;?A3{$OS^W[_Y~O os^w{g^k^闞L>❞^׉^Ǟ^ў^ES{a>~ jL*`)` &_N;?DŽ1/?ӤvJL (`) (w#ׄX`5 _Nz$d?,D !D/~Q_d'aL _Ta(_ _ل& X(e*\ȰÇ#JHŋ3jȱǏ CIɓ(Sb,MZ **s>4:&J4#H*Ǵix1H 2aB`/03" BRHP۷pʝKݻxuH[KlZ@^|MBpl62z@!mHCYႿbnB+#!hzt _[E!li1հE6}qM0 vPnO׮Dݺ2͟/("tb7\q7*g#rʹ^|`mc%SOE5B`EXȅ`NhaF`9AO`)_iV4G PAmgir`A*i3(rmV9LXerH(YiE|gZgYjZFiΔ VhfF+Vk-X:A.\j ůУJȪ.ѭk)iF\,c.elO! nJ`$<P%ɫce U՚ g[YTRŪdMzR¼+^RY67pylmJ%\w`g] a_MvԼ,O>4X{3:m 4|P0,\g)1_4VQ^J"4a"i(* ,y/  49풸{bҾCiP'9:zn~ۼ:ugw}As;Yeӭ.- #w~NȝO^;siAWAfK{yXhG6a{p#(I|]gI|68[8T9e33hLM3\.V7Y.Gm9*ZX̢;PXLa6`nwh4Kwq! q7#cc 69 # QIj[DD=:;ʴKY<'/(S.H!t^AAblDA&1AKLƔ}0}ylt#DyODf:ڣKMΌJw2} a%uPp:!v dYKZR\e+IH"2 Y饄4 4CBu@ vP& 4AYGDT-\\2iA+6Œ&yK" yM/q"IӚ8u{2҃z( i2%oEO kzA>ڐp\ti{#DMDX\S@AЈg΢9mi5ii jZ*4O h["Pt*uh7[ 3bx9諠 hG[pB;0^9Vp.dlegooWMmmƣ_x kYx`09a{FT:AOwWx4m rӝ*?} BЌzǸ +€`.RjO(K;e/%չx4$9#t7{lqb*[uR`4_7Fo|ţ [ B}_jƽ6mǁq0 Fd6tO!LbHf-(k#!0@ЇNHOҗ;PԧN[XϺַ{`NhO:+`ȻW("q 5aO;񐏼'O[ϼ7{GOқOWҍgOϽwOscuO[T/Qx{OOOϿ؋Y"8Xx §|||0Xx "8$X&x(*,؂.0284X6x8:<؃>@B8D(u ȀJL؄NP O|`C W`b8dXfxhjl؆npr8tXvxxz|؇~X I(؈{qU8XxX @8Xx؊8Xx؋8 ʸ،X p8Xx蘎긎؎8Xx؏p   ّ "9$Y&y(*,ْ.0294Y6y8:8yِB9DYFI|JiPR9TYVyXZ\ٕ^> ydYfyjӔpr9tYvyxzɒah lYkOٕ+`Š򰘍IВY{Is`y9t)ٙiɓY)\ Qs09Y){!,H6g LJHŋ3jȱǏ CIɓ(S\ɲ˗0cʜIG8p6Lɳϟ@ JѣH*]ʴӧPJJիOjʵׯ`ÊKٳhӪ]˶۷pʝKݻx֨߿ LÈ+^̸ǐ#KL˘3kϠCMӨS^voͰc˞M۸s NUͼУKNoسkνחWO[Ͼ˟[|bϿ'hjW ED0D(Vhaa fv -ؗ3aI Ha~,0x&,_/#z8 #e$,6VF)a%TiX\v`)dihlp)tix|if /B ~#2ˑK,PBI ȣ+?6)荊dB(_BN)j XDz` # mB<1V`A-(A1d!p^p ht M閨 rj4\8 `!XH$.Ln,A!=C&2d'Ը t!%Tf/ |+[ 0GF4`z8Dy <бgFSiQuA'b `R g'{I:D FDT VBќeԹˋM։J~sqĂ=K,ss=Dqr4%wyaz c&s~g>ծ2Օ| A4jOֵUK]+@գb@p^ו@ @JMb:d'KZͬf7V~9S\;6MK*vRLrI&pUV\Jm{Gi)Ebٚ'e@w)դtSr<l 8ׄK|ukU)sWom\yY]@\T*W +[Bʶ1H֖-"Z3ȁҩ`gGL(NW0n*hB 萴Y-h.=%T3cp\r[P˷'5>2U*PL6:q _h 9`.bAu*^1˝$FT>a]'u4{f{-ivgm=ϲ&lA гRѣ:'GυXӬc6_ZC1T9rf;ЎMmĚl r hA Z"c)-hSݖye39Lǽ |+ӏ%`;UDx}5I: &a2'8_5-4pwEy&ksҚ"'{Jpej[XϺַ{&l @6r[B8]n".W*^8U!hWs~;guBF y7u6aӠOO?_A`0>W]c;_ڻK?xW\W&_Z6QNp\eA[|prP6tV\g'G^BGh-'ztpznpVc]FełTgB'xz2zT;r=h|v7n vixZZw'eoEz\ 8l6N~8ewerTUK8h/PyhBbDWTp(`֕W@Jrp&yhB`v: 刑I؈Hƈ)E@VNIBDTl~xU0؈WTU_dc؍ue+8VDn:FnmxnsZMih&_PTOgo(w1WvxpJON5 7pȂ [5PHhxp17ry%_ jgi O؄H -7_f7)xvy5@BY5kؔNPRY81gXZ6(=mDw@fndȊOXf]Gf浈h0h J _qI˧p7qo5EIhOL5I)PHjɏ2'b/iZŘXKiЕ{)hVi{Fg^b85o7S6.UoRyURIxgX|Z%JZGtIhyXkdVyy%~珟Tyҹe {qh{tJuNo kKDI(VbՈ)VFyPϩ$iޙHUٛ":$Z&ltXZS5T-:SUvU`%yOVI_蘐ԝEɡf6U)lgEEsz9|Sy 0P%ٗG(ɤUх`sPɑYTs9dEɣy'ڨ}gMM#S3.G6W}}Yvtֈ9&GD١ W g(䙄4Q%NmʥNժ*gh%j5<]hZUN$gayt&:ʬ^_K<]Mzsy_źI:ǔʨj AvsM@16dywaTeLT k[^{[[^Sޕ`a+ø\>Ua5$\u\ ]|_L$^5^ɥ`u%ak+F\/ka_UJKf\۵^˅Z+Az(Ǚf۶np[maKc[Z@kx Ys;u;X1e*{믔۹;[{\WadHӺ;[{ۻ;2 {țʻۼ;[2+[ڻ۽;[{t氾۾;[{ۿ<\| <\|  "<$\&|(*,.02<L8:<>@B k \0B ! ]``>Y0MJ MNn>m@!N}.޾<`}HDž1HF[!~ j[ i@.jh$ hӺ]Y]%;| +^u.w>]AEn̾LA`Ɏ^@@.͢ =~ ! -"QmҪ٬iknt^cEp+D޾X>K 鎌N(@ nޞ[~2 .E`ɶ^nbN)~?%!=nL=>\ʯ} v^⽾Q,/۝[>>~\mn^ %JOʿoR.`~ϖF~ӢnFHgN̼r PA6ۅ]&z KZ莎YP? ,` M Z`ZnuPVnnV q^>-ͣ?@?h`$ ׸lv$r˾n>݆ďKo庎c>_`?Oǟˏ2oRj)/p\d+NS㛾|4EM6\ ZDHDm&\bl6"N~\ht-m1+ nIߊHs&H43)j4m)>&bRΜ+>Lm `Ik,Q [蚭ba;>}#*& "rDǐJ 3"`_6&G4(;"21ˏX`Cs:HƊZI6?:R2aHp"7t5nQGҢp3K/4SM7SO?TFI!L{&5/ &W;23X;xȫ N1;U4ֺ\u9.2) ^y=LXvjӃjsRfդgіbE$(%6.14hz V`ԑ$S,%B%T ;Pp1It$f5I~P8 {ّw$Bog9~405rbOFٖ1j"0Xҵ+J71siYejU&t-KXs\T_l7$vÑ$ F<,z|$3`fqtbsڙKJ3tAhH:bpB;dٗ'?q!*{#R<`V Ԡ ]scd_lf{ U<`L"s!cHσ1\8E*VъUD\==1M $wUL3 " 6qk^I E15oLlP,sMôF?1] Ԯ 86 Q84{elzZ8аA#Y8g9+H*)1Ɉq/ "{}ZS R27 t)FaH Yg %$ {=I2QBhik)I903 ZJHGJ+gF.sX$Td&8QVԢI8e#;xAijP1$Q#sR$D#Uj?3;ImH A{gaDTMbx1mmZ%{bbeDI1Eu`p|g@!ɫ1ľFሗ&!,_7Ֆl]+z sTҾ:BOKP 2 Z8jN9sTAC%}= OkUʑz&sL~*jD 1Q׸E.f6:p(LC,dXz.}ͣbA#`5uȮP>VxeL8T`)4 spҦ):m>%i(@ZUbXd N˟qWU NR[{ EL* H7L=_c 1é KX<I-\&R•*]lP⡄ԤIA4[[6C*r\64?@aҎrqv 7&P\}9t}vf@tK6A#Z,4Aj%.cI,-(N UPҘ.X>U/,F"-!aK17zA 'iМW]!*x5W4m®6Qfavjr5T+Fԅ BĒy b8Ev%]C&5.`al-:׻nm |ҿH^΂n##/3).u)3=q8Ka(Яxۤ! "6ΡH9"_Cf% lބ }:= dF{վ3%ni}FH&mhl!6KJV(P7.+\}^xQ ob pl߿yYIs>՜KQ肎JrY`aAXw߱ *ߋz=0~Bd<$UW{iݫ_alcϖ$駿>@>C=<>績S! o2>{?öX Bq 4[ˊ3):ʛ3? @9"@AC hTB?$CDD|56;*TH$:dDGBH0+b5SD}O65D]s޶4>^]^L9>\mc)˚T^`Ւ}AZ[ƥ}٘^L }9SCMN]+5 c5  Н]\k-Ҽ^ØF@-%AuVk Ka-6,ưՂ^Yu*Ws+bub,~D6$Ƅ{@DXeS3V$^ZPXETc0џNYdTt\\ؒ6=n%i٠Y]YD[gXLLMXT^EY,?5Y_=g 5^jV^Ն]1mu`kFZU8g=ߵڙLb6fIH]æĂbF:f~xɦi("u]a[a9]`Oak=\5`zVM-{ڢgUXA0hua1buHvhhXA݀]Q`Χk66VQeMi#N`QuoMNc.oi'TM^\gpPWWdU58Ջ& p p,U&& ϧłLpM4˼eM5Y6=Ь]UkekkrLDkn Vel6m_#0[ivl! -Kx(cpgsrp\,x~¸_eq_dMguЂQLBBnh v5yu`nHtIWnvW W~[`$gO^]6MƔQ؋T`a}= ߍʜ^u`o%wOo-oo6 Y%HaYfLt݄[f[~pQX {tB _o+ߎ ߽NUkpO^iFgk%.u^O%N dY>ke>ۍ?[ nk@#U7yO5/Yr3 XPi-+ּvMV|/!xs'a\ \Eԕ-Vsf m@tBBmDEGHDLs\~knR]s:UmaBs{c^\,鋷{M)9kH`Ui^#ի,Y# efv4ڃEqAh\\ofX 02NN _ńV%WweWEںOu8 WEr7kfT~NTeeh5`_R >GuFQ+(i]'#zq MWue „ ZIQ0Ah {\k8Z"3\uT\R> [fȑ17&z?z3hC8F]˹0Ӆ0RYT+ذbǒ-k,ڴjjHoܸr2kDX.XYT ոZ1Ȓ'S\v̚7=u&ŤDIM@UXnL`eȐ/V6*a  A[bnztqYpTsez,pFY ^p^(SH瘚FeRLa=%53d=#A w&x`r![%^mp ! % `UWaL#jFj!DB1qI0-%>1%5QjL3w[v@bX*dtE &VS6-$I8QɓO@ 5QBK)TeƟeZz)f\vQ`A# (*&bi:+zZmg6ZiD=)amT>+l2ܴ 7očXyt,kvτsM8<3 p^TgT@ {%؇ M,0Gc]Õ`G|G0)hAo5!QŢb⡈!r-vF{ +q4aiNa4=QPc"0yX*)_EْQ%bm J*Bb+"JX0򈠜F)l0M亜$´-@P*ԡF=*Rԥ2N}*T*ըFI KSu."TOsFeȵcYd 4#*Ѧ̢ )Y 2 )IJn 9VzR-Xh j)>uD_tξx~D悖,`bH@t=c=NqD4-V*xAT"6A̳|n~Yp.052)OҔn(ea ačM hb9t %&m}Ob1}J$&1u7@XE4 ?ł*P03 s0C,&.1b7ӭuW'+^oEtOxYg5q+^*.pD3G]s%/볁9W4 )aHĒTqPYً1`^A Z௕}%xHie6ep/[JۑNŚ`g(bs w&檐i@vȂ)4.`5vS6Wz#4݅PkKs5iQu{Țxn&fw&+6A6 OJ-?*Sճ}P?n큪 Kah*|[?>WWpvyÍPeH`e0 }:U]%-9 Y_y:+Ȑtt1CDDD,4 hłuZtHסUV@O *YWTL%`,C9TT0D¬@LcE|]He[Z{aD%Ѱ)ބIma KK艞; a$!ZPueNPWE9PQ Fe\!AM+$F$BbTb%a ȤA<&ܟ]ȅGH&G&4˕@}+Tb T a&LD,@#3` 5Vc5`9y•DŽ#W ` ‚2#;#AZ!B0LC8bW Lr8ꄆ@ ؐ7 1&C> Eq!Fv5c3!:QS0@ JBxOV^/$ Ê!yK$P^#1_ YN R @b=%ˀB`QuZQ_ ex첨UfAFa3vcľxx7c&bE>>~{=H']7Y}FWK[oN~>Ȅo9.rg3 7 \D_$&TF?P@`u\A&TZC!\8q!AϮaԘ9A9dI'QTeK/aƔ9egpԹs'Ə4:hQP?OSwQB3ԪU_Z8OedžUm[oƕ;n]w&Lʔ/SNpaÇ'VqcǏ!G<ʽ}1'jeϟA=tiӧQV-2fqvm۷qֽwoߧ[^WoǑ'Wys T`ױg׾{wK;@RW}{ҿ׿Li> eR/l!2"#3 9A QĘ(4O]cYlaHa0 R!,#LR%l 堧+R-/ S1,3LS5l7S9;S=Qf TA'MTQLh k$ljK1TM9OA UTB11Ԡ+SUYmWaUYi[qU,ԂUaet:Aܘt!bViVR T*So Wq-sMW^3՜`wXc͟ypLYE8REU݃gx,A1#]|0+cBb!fŨH0;bSH`T>ANY/84 awSN``$nB0 I lj"ͅoQm[&+ p:A!DPXp=ozH( 4#qud0f9N`1KD!$b3S!0#R t|!GCԏtpN a 0gPb#qNѻ+%X"ʐEF/|J`G,ЅRI`k(Ba|Y`qCwz8@]ԏ/+"cr%ɡh1Ђ2G7chq%39M1rAS8^:яBVZ>jQzb:*|M}Q#˄=qk:)PaIp[եnwaPu#ire)k D@]F004%r'0 X  >^w[N@L3}Y`sG]@΍ǣ=mj+ſSk6H0A V\/r*x1]'U*,ĸK꠯ lb>߹Jh`OAЇ2)TY7~T[Z]0LP< (@ҳ77\I_F9k:]4ZGx>:pO^Qc<_M%Vw Prя^|AKx;:8y=\"_Js2Ix A\@B-'0މO`@З:'7e,෨h@nosx ޺J-x/bڪM䂁J/MA,Ff lÖJ *z0 vu\궄vL@L agyv(t.Kaf֎La }@NϮ(z> )&me* 1/Z ݰ ?F [Ư  pu%rďxpO&AyB4vKA !jkȍMv("n c@جkzO'@p"`dq櫽+B(%Qͤ< JL$ ?{klёJ`F1vZDbwRK' lKЇ> b,Ш$"djJ#P $ J@mD԰ 2*&'}ҏP 0a' |o]'0Q!&Q'*+"In3XjR V a-m-r)$蘈I+2➁.r\I2r0b!rvIa-0%S3v .32A/G0"5]5a36֒6k62L |,8U) P@/2Pcxn@PKDHKl$nf:: )#D!}ptQ~`fgT*U[) 0UpNoU;=#5TW[<DXJcJ51*ƁO-5ZUIarZ5Z5T4XǞ\0l;=8bءHvPV \^!_KǵbqVY&`kl` N 3όyV?s LAwdF [Hi0~0)R~P N}nvNKr6 t MT@ XҞ0tRmNj!`Ҏ6BhmVu(%[I52y5R*8nwp p[ ,nIe*c J겈> 0lM+*v౉"3 Q hi"U9x@ƷGsdv`'xtLyJާb`PyK{ZKG|g|GhǹUNUq;ϥ%:)ź PL; `$~ .NGA T H\$P.A"<$ry;N޴;NdOJ6{b=LK(rlG KNXV[u|]۹ .Av3:M $xzPQv ."m$^ $˱ .!A">@6$2n)U`Πj0wbj,>ȑݣL 7a*ØNHʡtrDʯdxJꨪƠv jw տD>ӌ>'J׳jӻa~7&ijXXiG=j ?w KʲlVv֬LаsXvtgb=^̒\눀Pl#ٳ(imѬ$ R58^&b&fPЬ ۵KPTa A1_[$$:[$O2I @[@3zC&2!ܧI´$Ўh0gٜFĖ`.TMD{/P{u]xIlD$q3'Q7*%4EF`GD@84UrDDMQS%*lCT*Yhdri)bNUo}>f; @m Iu-Kv5w@J ߂_[@;*- J$0z+PQtExCD+s*.1Q"H?x>h!55DGNO5uc & !>CFC$?gBtN? uRD,v.nU9uP*(KdV,aA) jvK%mT9mfr\Al`i"QvO]T_i@u :Nĕ!Lׇ  @x~Kx4.z[l5w;;s7!1/Ȱ?,$BZ ⏿B2Q1c>gBδHN %L#;"xeL8lXg / jЂU=Y+AmY3A|n4dՍY n$4/+0Ъn,:%\KqlC< l!@"$#Jsvt2@֍R"[2U:G2LH KhoK\ X$ %E%&GhJsԜfBfIkՄ Q9Pja b[T,j̠s;.CWuHous j $]|# D<cF/"^F NaG9r̹ ]1)JiRGF%MSR=櫏05n XLIO% 5<~|ɉs_]*.s8&\:5@<,b2i=p'VPvUkpPJ1|QD6 b85bV%Ҏ0z Lkcvo)BnD DY|(f&XX2A [0XPv8 ?}|?*ZA+rK~Ǹ94k~?'z܄ 8nl `0rN~1~^>/=iT"Pk‡JGh "fQ0ݜo߿kzۯN/;]x_A~T\ Ȁ7}(H}twzxt' h'{HȂ-/7W|ȁȇn|(?u*30yDJ(b`rFx/6R.Ueqð qVOeHdVw83qS?s`(Aerh[15\xe+Ѕ1EhhhuM\?[H~@HHCBHw$.WPP(PhE.a V8Q i ;>-'XG X>(LdHHްi0{8`'0 \6XuX5(lh7v%6"ogHw/qE JY@E01P r?QCˈL51"(p JT#y؈wz,%X-Y`?ޡS0Fu`T,!-F`FA邔Qr,/OӒ /O/\bF?.A4-c(8Gd59RV`U94XF@E0fYG4Gfc9=iJ]Fmy$əgg,${䒫 O0Q3Qe;!RM7E.X]SO@S T?5ף %e .X]v`cw `? TTUΣ#.wiJ0HqFQY墝9<RuS i3 2"Tfe0X%p2,Q֙+{Iz)~*YN˵5jq)7:tߠ ~ u@ KP͑QAQE"TZFIxilGJp)qa 4Fr U$蠧mcd+¦).oq0xyT= 1idVW%X$C1o>S, 5ȎhWcj FP@N@!Z^mP3DPz:`m:jw_zF;哑:yFZT/ 0 Q$S3b23"@#] R!!VTq$-0513!.!#4B%D2<ª?R 7Xnxw6q)J*9  ( p~Njw)"p׺5H}ւ;:YP/oڔjhb%&<fUW}5@!?!8r@Sٶf//-ѱ(AѷYġ/!#32:b2D2+1K7668z4ԳOBk0nCm@U,0 T||@P^֭V 7:s:F@!;2qF] ,TD_5جSpTN%.Q5UU2:UܸW-orEWvWX}uXP8ьlwh}4Hh;N:v1VKO(w,,im)( ;)pʫ #ʿKԸC]6>|2i__a`Q`D`vFa{au͖_bF~]bW<1e cE"c4ad:|c>&.pZ a&bwMb,),V/٢ ;dEfcddMf RWVgZeg' 0ں@7Z"; ۝QQ`E;ި`P* p)<\**D^]8նlr߱0\j:ǖ&5FE>ƯjVJ#)[=  6]ɚ!o p$߀oQ.  ׮+,p4p9M] oG;)T'mq)DNN{-),:ܐ6_CmaI/sO_:yW ue~N>Eߞu/OxOϚ&h Au/oxlN~}Ѐ\@ nUszJ8ט+ȿ!;\ѯ,QOͯ9ҟs~ ɚ/ɲo0ÿ`f{O/3 .iϠyDz⍾%z[!`Ą >ujK#O%@%R80An!6XᄅFZdGߤ06c=lJ/ b(.quQc JkxMbW_({l+F(layeԁW/\6hY+#ǰF}XFG۔7r1șvƮQ|=eЍ>J# gLgZӴ!r:V" L,>'0=( SP0ɓ / ks¢1PZ5/C824`jW#\)j6JݜlCcfwݭNxk5 I:spZ;ʛX3 Š:;B#?c cY;6==KA\A01+H0`(:ø: ƣ:˜ 8 @b  [6;B.B/Դ@+C#{8#$:2{̰)싃# a@øè‡S69• ZZBG|DH0ܻ1T2434`s8T4AvDA3(.jXXD ~,Id9Q}[Ÿ>< >WPa+ 6l~? \`È]Py,b#>b$Nb%^b&nb'~b(b)b*b+b,b-b.b/b(6 KNF=8$Txcsھa`WU3 Z ~datda!VMXxQhU)Dן٘a[5@^- hesete88FgvcS{F'y[IdhPFN6ʜj˅WY%9jE@`,$6[.d9VSxi™den_n6 cqN CB@^h݅gY~slIgL4WsN!I`il8mi5F zk0kPzlچ9¶3޹_L:S>6FLri g8 mfܖ]Lif6ppHޝaYz$oooooCop/p?pOp_popp p Gp(%3Y@jX6{|jtvwh?j/} z/wwx|'88xxxj((xx K(?/ zyB(7y/yHt'dw/k_l_mvRwTorz0Yz z\K}Bd<8< (i8)3 dWu}gxklzvuwzgF^zB{(|? }PPdЏg7' 7ۿ0}x?  u/7 ӏy?8r P}Gyjg~??허}yd~oG'w?/|Bpẅ "TĉD/:Br$ɒ&OLr%˔f"s&YnQ-uFK4i`)p'ժVbͪu+׮^ +vgT:q.t-ۓj[bBXһv!҈}w[3xup}!g<OlkYGoe̙2k<{ܣM`ҦOˎ.}:֯ .u_ RIMdE 9Blu$;?QCٳy_G QHhQBF`G&K* ɂ)tOe^H!NC2"%2~zG~#BFAcP{A?X%z TI}6oNč9qD)gsI9N5{٧UAv٦h4@qBeRZaYb^#ʀ.x%tYjDJbA)> ۊ;Z2)J^2[VgY>1 ԛq9g88uC,I[}ΞMiJb >㓟T9:V`@ kQ=J|;H54?xb@q`H)cI> RRAdjTTRդG"z%貗_Ejy`T(2I7/o'5QK&Wm/,؁2A+bC w vDQFfEQC30@F "B8asAKC`c-B }2p#56,G2lHFSAMy%9GR$I( P6lV@#xiI:Nɖ U:G\x"4cG|0z1v!"M$-$J$LǗnyx 0>`ix@'UΗŮY)u 3+PUϯl&ʦJ 1ƁeH*6K`& 8q qH3c&Z`K)ȑD5$Ȭ塒< *HKCǤB4T2N=NzP0" Bҡ #qfG JЫ~&2"ՅlS97-wmHWB0   ЌsQ 77h;pA#)_({2Ҁ,`%hi>T@ {J@'b;JO࢒4*kJvd0kƃ|a{R u-DZ,)Yj@$HhT.J nLI rHR#6! B. ^jWG,txI۪RU`U̐qHBD wh5U59c-k8㶕X|`[ @`8`o-(ld%P;elY!J8\X6B+tU1eoW$0Gc70X+Pqf #LAlV:;P?(b,veJڷ-C5`lsC/|E)R ȣnJҌ}Z(Iǀŷn~tI2qm\GEXPuRW3.)jHwڒJ(҃XBapHlHZ޴ ePpW@,bP I8@%ȁVY&0!H,pqV19@b1(о-+2\/aĶʐ\n|S@bvV}@L61.EM9>ϤHS n5eye{g;6)2FBRH dxG~Y_,v]$j mHC|pp fAv #WE&07}NlrKcUso8*^˰&{vu^0)BP2\WG$IF~gu}^MRD#"(YK_馍 !D`jGD=f*HhU09D4C4(9Tj$@Pj#nND ;x .)+" TM%N^z""&N|VV<)] "B (ܐYU ` `9t`'wwVŕ9E^^x+إiECz"BMeL^hvw4BPR1] oy,y Ɔ̦ѽR|Ra̞iFi!U yܴkdwPJ}evIjUX`We rvqjrrdx82gڛW ,MP)d]dc12lWa?Q>E~V&b?pjg.XTk֨ {i FRb~c:ژho5 !ɧђS쥀i&FqtQ>k -ђwZ^bh10wą=mVpcap#;F ^_8(AFşJ9^h 2_"~#ܰDn*J , Jc/%a@(~*/)~^ a4KTq )G li$/R3Vwpr2o7k OɮqWS On+ZE+>DSXDry* g&)Dn3 0c3!%Ȭ8 MݲtZru}TIHRֆ.HE0}4et!3=AiIu/9__01=qWZq|H9kqdЫj&ݱj.d-@&AOXm2hB-E Vtc;a]rJGT8 ^t4_Po*ljԊM 9t+9(9 u9'͞9S͢荛 hxlCLW9裕y8.̽hW!lA$>#\y7yG4y!L: (_qA v۲6"(;; ;YbECgXfO5P0Ӯv8ZvvHށv;McHFܲ{wİpLծ{"N=CrM#&+i/yaK;c!AX'jԧ{ yqR/Dc~'JkXCGB?E_ns]öO3wJ {f'.r:_w,>_t j1:x!Q;cʉ3J;F]C57S3bI+d"zi*Odg Cu٤odOu,y&I&*6g;4Ry!S/:(Z r5HR6FjCb,ϴ &Ǚ(' "<ZJ멪2 K 2,j2<4\'8{bCop0Ҧ L)C9Ds̟wnHΉ0t0DDJ%eJH6CE?G{'W%(T #/f+f6UΔ]LBtT(ȕ4vUHYl)7)2K. )2a >az Js̗u}ӟ}%H t&L̟<O@DbƉX scIq{ƊԱhhQp>̾`L! y"#ȡSлVә *"!::08V,IajhTޚ&ò=lkQZiWFL@o'qGyrRNϠp$OBĦ|}Hl|v;ܑw^+k*|ul_~߅?N~-~xx*%b>KxiWc R!W*8wSaX1r$Ԛ]}[RAH3)DR}sG o6a$?xF/@#S" T3ʀpTD%;gTIJW=JM<+3%Az(B3$Q#Ҁ"7AHJU z&OG7RDtC$76oc$t>0QjxDk#4*~)Me"8mO;b $'HO8.1 Q+mxa5:pG7B@ *DBJgUX9 9@Q 6(Z?@1䤂Rg 8bVЉ Èi)!C͋Q1b=D5qKOq Ԡp BзĨC#B=~fe(D/{芍I 2XJǨ151})Li*F8=T 4KeZTåF.PSTg+Gjt~nnJShD-;^h$5␤o]*XkS4SQj@B1*Rgա.eҁՈYHER6W "ՙ҂Ojpr*\-G:%4 -2*r=,MU{w"2h]nӬ{&J-g]{JVAVi؂5:jޱ%!zuO&acoO/j#8v0wD[8Zt D%JQXͨbEgәt$(&1'9ÏcGr?C!8glA/-~TrGF@s,pXgzm*VH:^Ӎxll5J=YUQGZ9,aH/Ȓ5)23!2&Y8fd9$Z3'FiD&} R ?)I}$2^KKK)؃E<&yk4-\0/9Ҁ?4E%H;mAYhfVCu+>Gm⿐rb+Z|T#I="p;wr%36=3 Uwt39 +-Jy}`l;ne΢9 h !Erxqa XM9s[Τ8)"w%B]jO`Y0IcH@`b..a-L4`A j!-O]m"Vp ƃ(*nC9:!fb4v t."jb#ZR kjO e⁌ 0a4<86RhhC|kD 4N \a#2U6{o"31"I JN`2`v$aBcQ " .n",$դP<m(G.3~J6HV0F&.R|ǼOCH!zߘ 1' K' k-E8>N(Eu.hbL%@U`gm @V$$҇fep8`c#$ mo \TbWaP#C$tfwv)K1PPqT-,-2!..BN.-! j` ~ " R c 1S&G*m!F#; k*r0ozP%%CN:b3W>tE9r4$%Rd2Di1!q' Bbb%#!sFL~/4'B=>_n^:i`I(aD@ fS)1(2.rP+2ࢠ v-PylXD& 0cvmrQ-4ꔢ ZDkEkt)`P@wBC.D2EPW10,/%e6$£XxiJZioD3Hb$E%>tIkX(kJ>7AfsL< Q\'\qv?'XjEOj{%kK AJb,lЀA,P-@߸+,KA.-jB@`G y`1GtuÖ$K5Wϒ HhBr:܈Yr!$)#R&RíYs @NbH$W>ʯ4+DX%|5 P6bPPxI~ޡWuZDE.oq$wRdCe2l+k A5 sAa@bޘV]za*-Fi--ZnX3ԦY5*va{T!ԖZP_O LlǗVVI8<^ C2$oU:(HAW: $R5VZf}[ sR6Ѯ/ȁIh>v\`%LC$ZETXT|$*<#eGӕ3#a$72m1<:y7$ֆe^;c[g[*7*Bрmͅ*uaҎxB{-!p-pz.z+׻#@c#PQ+pqG^")J\h6@R!k\}D6&K 9 RC8D1T|(-Rƿ{p(SM 6K8\6+p$ +AZ}(Ku$-AE %< cݕ:8#?lgXvb"٫$jOˡV|&o74"ٓnb{Hd2|֗>zYu~EApSt>}uNH;,$pc<}U2̩@A+<tEt`avuωu>-}szC?̙3" ?C3<}pR V/E[ QOBB=\ب/kE9:1 RB ft%pJ R@\XB =%h3jQ}q&4t:s@RNٱ͍ø>R "-Ɉ,қP;93 k>K'|v]˶۷pʅ;j]+xڝeQ~a5ᛣ01a%+@'H`e(`[NϠC6WӦ6nϭ^mObu:ͻio دF+<.?/t [gMqhr}$[Sz\K} lHjJKvMC)V}5A;|!M|!xViWV DDב9veKLt!"RN$M]t^Sw;b8F?n`7Ą2Kt +L>[)Gͼ=5#|d5,a*HKhο! "ݮ회2xO'q~3v_Qz Sub{=UrI4GOWZeu 4ɫ] .`u=d [ҷ #-y^_HûAPꏦ}<ڣ/[*vX㇟+#c4MKdVfeji &A.ꔫ: iڟ>lGTƓ<0K\BBw%'bӎ8%%@Qu&pz𛒬ӯff,lO)*S1vt);g0֢#B%Tp(i1 d*b$h*.W/!\JW8٪YW`!5b@H )f|tǛ9OY$"IbvBmN#"5Rzef3 N"(D2в>U_Gwf7SἚ7캐 遦B

:ܒ7 BD4MHхxGc?k& 1@$=͓\LRLmjU&k-M> gx~k_Brܠm*-vȶ asKJMT$KNI &!ݓ `fD-A}xEg.@3GI&Js4dK3SJ$E>n8c+kg`qT;TR(v:)SM{*`5n52HH^rA|(\G펻͒ۖ;VpRI[sM0aFC,T2Ob"OJY_D)Yq#X%I)H6#Zzg$ɒY#y,qlcc=Vh !Fκ ˋ]q,%8WXb ufg@;]{ 傦҃}^!B|9Pzxg]7WjccFv`uuOe{Q{I#BfJchTdInx"*t>|qww#XhK~VW74Lg@+x- dpd5H 4Qsq!(%$Fqc尝ikjc46 R5Ǔ⹚a@!2qpcE5y8SYi<ʉ2.qSi<! .tBZlI4ĩ7$pc1:3w4,3[PL(;yTMoSvɎGwNHyzqNQcaXuỌlFRzbE@ P-]Ԍz`1hlʵY qk,#:2$vKqqXҳ&qu>QR EfheqkKC`1Hw)|ʮ~)*V 0d=Ü6hbV̘U^4Rd(1qDPs}MQq Wc$~KA3Jj&|3.QTaeϋ4~d3/#eƱWk#q)95wȁ=!MX!d!ĺ,m q%3!3"r݌3H2O`XN MOVB&% E$rOM~kX߯Kʨ?৞B_,ʭ.qa]}P>ˏi;K~ܪ"OcE6_#7F&CEe*!lMu8Qx!A$bƦEQPnRYFu(0E[q>& 50lE!aZpT$/\ґd 6Q>XKa?!*$vl:IB57 4+*woQMJA3wο:ߵw֥NA?䯘 O0 = I<9S9:qڡ4A:r;iߺC% #ȁ%;y_I5"wfCOPĵo$Fq,D/3μX YC-tɲJ-j).ȪQ$Ūg[v8ɡnGYN%WVB"+pG"G"GđBw>[np@P}M7C%>yEdٴ YMk!W.Vdگ5lFrʂ%ТʤU0a|+Ǧ )6+.MTDԭa(Q9+](K!jT1a )bCXj-.L,0ƾ2錑jV7Zr㖴Z;˪ޮ]F*1|QD /jZ 7y#z4x6c,S%grYU~9g~} KH@+Ya 'U5)6c1g&8)r#o>x-ju@/VUH|kE%Tj$G|h$'7]#p=&ƻߑVR-@cgzf!& U;JzkdSF⨥:z) INr,,T{tW5FݣE-#'qA G;Yo n2y@dNj,O:Gg@:L%R4o t}I;OV2~5oD0)4+1 "X!p% G4UBaG+iڛ1iQKuWQ)>ƀ*^]d9*N,*$cNt8x%:SIGhZ;}ie7Iv*BᴹC”Y/ 2>"(<),T3}6)e\H9'ˑʲݢiS9| @ibS%$kYآ`k}oJ<Wj۳=kMqq-QBrդBj:;T67KհOYρ61>{Rh0˨!/0O!r` kkBIg&jI4z%0Wu0Dp"7'07 aC5=8ܛ"i1>;EdK+D.CḼ//S aq顟 :`!PI jq9-r)f41 [M~ TAp1 HyJ"a  {: Q )#iA RA4^̑wbrC<(ʚ*j"\g(q9+ TȾd' #h?i C*a; ŕėԪ?*CI"9`B-Ӛf,pBo/h&?0wmVA Djx! dcJ:亦h`Z Ց b8e_"dB + oh(3P9Kpc_ ?.^9߫pA&Ȅi+?vٛAңcUOtfY?_z5^u2khUv"\%od@߫ba`K f&l ~*lZk,P N1qYrYf3EgA-]&1{Thnj12jM%&]mزdP)Y ~H\ bfElkőxɪ Ю;MQ2l{mp^1rl9ioQI=zx*->"PŮ{xmƢQ\'baⰦӺK]jᳮg-Go |6&gQj( wߟ9> Yz!$ WDg6"{/. QHp; +6|>d-mIj%8oTSB"yiIf}zC\QBl5k::{7ȹDFہg"vʷM]3TU؈UL)sFor_{Kg b|SȊ2v˳ʲN%W憤ĕY3&$f*qF2t}yyjvFM $ٽCO'X!/\ ɑ'Jp|? x * :`2Z8,hh((8"` b<3 l9xc8" ܲ#bP4IJ)YH)%L%a9&ev&!&x&X":.Ł92T 4NAQ9T79QsGeDug3M|G2GYb`{ JbT2COKGJX3Us:CAtO5[YDK21Zo%@S:B=(MЦh'Sx(koϚS}-)D/fI2iD=?K1LsᲭBgEо_De0H@ռ% F_uOp* qX֚eBn7)\RKPB.bXxpOdBTCcQ#A RB0O*EуR#{be=_QM5'9#KO5`ܝK Iy^*V[XUsäQ<{-8g>;(!Vkj;h",(.8c:$2;LPM1͘|p`!D3e g??/Tф^lO_@ c?*!Mk6BF%(_BC8C$h g4ih9%UZ̬pQ3^b.Oe2Ԉ'f4x<xu# vH sC5QPDIC` >`1q{;L5lPbd xA lsFiRQ &IDHםI6x*٨<rt[Rrl!K3.mϾ'@ʟ!\?  ,4@3hiȕ9(9p T !X J txB5\ݝD-[@CtNIIG_{їDL4RYJ0G,QO]5lE~cPDx GaTYpYH]42=UA)f}VODINF%W \HuAt$4^o ƗuE L&"TCx%{[hyU<ʓydu_mYBF biQfhwϴJMHޠ:^H:-؆:ȉ$܊,<`B?IƭX8Ad+`P @6CT@ I ` n fA1 2 E*6twhn&,RR  i XuL1ߥĥf1:1X.HeKgC6a=6Su&'dԎI81Q X@C AC"sOBϧCRwGVMRs;4mFeТ_R&PvG98cVGB̙i%R{G!1XIHzӖeRpc2qWN Dl%@!Z$P/nS]WV,ui!`MwJ,.i5[|50|Rd>#m Wqq5ܢZHzGóő()jGN`IT_[B'2PR-:j}PvC(1J7HeRRW4xS~~vc됶7i 9Cp6jH\BII>8I s0CzF=OoI|c~ NJ,iw%RfmURK{X;u\TpDatOI$T#$,P})a,^GvVY.|AjIqn]~TОg^ P5~.Y!DOaoPIJDIy )b!0WMPYxEl8:<S{ >KHA|jIqھBQ'e}c0VdeƁ,?#Z5%,jb\r;;߻+4x%KL߇]ga=ߗ}!V,.MzԥI!W-]~Crn}(\w>wia_rd.M,"<2s*l竮>kOV[}16thB"\ c- 춴Њ(B LJj3*!,#ܨYhɅ:$$#BʒNJ(sjC(™#XS5l͞Lh!I!ʢu""e‡ ?= R!O Q4uUJӇ>;PgK8ҊG꭫0{ K;S9GcȚՉ="dÊN.,ͪf)1ѿ&}(wqtD5lQʶKr1c "p)zU7d ο^{h/3ٽwYH\ED +PcwŬgǸ"'ć&tE\PgBu3xxgέkFYI,j)N{rK}LBI%ͻ[a3JsT[pvJOp)![BAIIkPym:8z WRٱ?g2,x.FL^\&2hisWQg۔aEȡWH v/ŝ+?J!X䇢N]¸ۭ݄=K,j5Gf\}d_e:eց?J5 i\v kf"kvT ZhNsd`:FzO\(9PlYa+Ŋ 'c\0pzŠ 5LvW !BġK:GhMr !?"pDG!RUf$?@I0Da)G*yfy).rNI Y .x?ԕe5Nzj|U ir'w? e(XuʊtZKq r_Ģd>D=~WO#?ç/z4i-nQѴK&pO4iy( !jC~mpܒ[V~cC[*W#s 帇E;cNT,la;ˡÙ-W%W[XEg)&CM%h[P$BEDrn)rT:w65c_W0 _ emjS#myKFw`i]rΈE0Z5KD2|́һTZIoմ"FVd@yK y֗?:͚pe̐Iak-Imq &1mvsP|{wC3Fˬ Ly:LsaP(Y߽y&DG._h̦ sHJ0"l}.骖z+5=nsn[݌xz. ;`zJV9\QaW3Spe]}ڹ\fڸ\7X"BvrLn?VA1n1Z߂d6_PJs![.אrʡ#2̷Rr\JKs3>!Y"'HjBaHp*ẈG5ܸIiD1]0m_|"LW4.N2+d۔q:D}pw QeoAh-in"Qk^v~YY~GbĂW`Gi:lei,+hG]#־ 3@>@첐ZV#c\+vjC:6<(2 )RpI✯"mf O"L$MRM8 aC5Bf廠4{k0JnpHhCX*W0 ovLK0QsVc7>Ec2+8(FBu""|v0gMc10Ca?{p1cgq$*E d$[` CpV^P׌$o1;` Аad- WVc0kap%jJ,cZV4"&#5)B=n$m6u"%55)%]"JGPHϠYS@/v!"" POxrv'WƎ+B<&6N3sݘ!(3"3*1[6B\ǀƜ9°,"H!H;| Р3 `eij0LTTL;F?h.bsZ/!W#r+^,+>"xF6J4 ?C:S/ <"Dc DeGe_ ":i`@=4Y74?Tӆ6rKe# fSp3MմH}s%T"#8j'+P9H _`pq.+fb0dD={1{K# LsاDl>p%{3Fh!ղSN$7(+P5jC;.q]G6/|DĈ ?@\td<~j"M1@fٚ'+O]P^Qu$?4\K06A"$lM5MuЕ"T*@䉚ȫ誐.C2:i*l$<鬶Ț(Ԭ9!D+P~J]>,VU46isQObɚ@TeTpÞiJcaJ@b * =MnX;j ` )cIgm9&[_pB\B\z%ʱV)j h瀃Opad/ Eh?qVcImu H(jM֏%8AWe/Hv?spEaU e^vZ(4ɘB\:HDZ yAr]bZizDn5mV&c֑?#XEqgE F Sf.t,9,CZ;n,}n'"r8,Uc4A۪Ju_^Rca'Fs>ܞH 2le~C/2p!0l}vz/#3:K%xQu+V-ٺE±õNҗZ`/ F48d/0 oQ3jORD6Z9LŔY6(eb;}ܡ//,,V-M&aL…4|]MSJXs3l%U\dSrv&<CȽ:$/@}=Tdh$s$7OV;%t KI<'ō;zXć %RwF?qܧw~>OD0$ƃ`|Ҥw> T;C4՘;I]ɨd7C/BY} 7ܹt5+|2ܨ081Qx 9ɔ375 :ѤK>:լ[xp`m۾}\ {MūW.o#zGо '3o߁#ON~끧Kuwt}u!Gq%w\z~o+cIylo=Ȭcz q™p WzDA)\v ݓtqlj.pCX rRzCJ}BsϏyO5Gx%@b2!]DtCLTzqaE'0PxI>ȑ)((da{%Ȑ^~=? OH9Mu{u"WD%9ECNL_iZy,ኛyXfoߎ{[9n!|ӭ“;_\qdG~t5't2BC)mG{TNyb#DBрvDsQmK@v1y!"kg9$ Plg,9F$:6<="5r.9GԋD88 5r4/ETƃ u?@I1|{JIB$=4o@]v밐#e5K7B(lTٓ nyHcl3L3(H:3K3;f Ӣm9 e͜Iv9Κ™bIa8\,`*msAi;’?jcY54a=G(0fQ]@TCM%10x OCmiʁt\`G┕P6 ^!xI'qP ȑҺ7)P{ cΞmj[ =-La$"d?O0Mç-G~D#R=Vʘ[r8IlކE8ZץlIr29],+7WA'n"8m1o|KYKjI$ /~S^C٫udo+N.ΧpI`OͲįHeY:BDkY)9ܮ.f,!pj|;8ps1yd\'yu|IMwGR- &!mNQüTͱ|3i[YS H%)Ih1d)W=]둽a^u6#ղ7ncQM 56">U>,p2<&׺"+21ċ?R=>uq0V{@54aV60VcZ>_t1Wwd^u2f|~7z/G%Q GQ|'QyyA(qov5 &Ԅ7b2CgAFAa@${SY{Y>E3XQ(X+l" e{р*HJ'ుs(B>I!*-$PhXcqo^[]C>css>w75]2ӈuCW NTeH "@_pD,xth \H5WF(*)hd؍w";LjI9FxЂwhG4H]g.:QeQ'5iQ׏7QzqL4A4@|^s32.3eՀ,*7=BDad1CHo u"FW2)0,vs1T0)2A7EWH=$t;S.AgБgYհ4)*<"kAS8bI6!ĕ^$S!G48U\~ )k^f;(w陯ze iXo1X$yh>W,L%Uu ke~6\ahYhd8-x5[3 Uo agIY4Q|vQX2[)9wVNuq\trIwwKyBY*<t4Uyvq6o1YD44e`|2HH ]ee.,0 RICa/ؓ:Abv<3* Ub>6<ЦMIrzU/cGC\;F i`^!9?E$.g~1'LkCMa6JAhEtOw'Z2dKIWR:;V5$9+%T ~ʣ%sa IQz . 0 h?;%ʪwl -:4`Z33Z|ȒIh01v`N(!Nח͚g Ty<6Tz`k{꧹a zg@`)?)34'fWi2iW#$h3$o\T&aKІ{ha6TB Cp;Zw1 s0 G;]F@,QD7lRoLԱ){91z_ZJ_Qڢ%8003.Ƞ4KR@1^ S~RC#TF@79̑U6x/#7,1K-) @/ˏ 7,@éH>@ /0;`*D;p#rPJxPR)Y?ЁP!@A!q+ ͳLML ̴"+P  ,LT,BñDK@ Ҭ7Ab$,z@L)εL2ˆl!}ͥ Idrl/p#̾ 'm@;ɶGe@\x?˜)`}+P%r+dḋB2Os+4D ġqMeh*Id$CQJr | De";]˜؃$E)~p+ZE]kѐԽiMTA Ѽ #R ITs%搆 Ըσm"Pm29ɛf/ 05{9+Y nݍH\LFrnW1Ahi`T9Z5cLY@A\UT\Bb'F>^Z3Pq˙`Av0ƚk-b]D~cKDj(r28Gl<^3ڲ8Νe} J ލޘ*Yag`ZWwY2qT! \[O9ڻ;3PjۘnKngc[SQ?M#&{B8QdZ-=v|nhc !34xiq +TZ^6)N{j80U༾ +0ʶN,QZq9ΐ<.>ީ.=` zy烀IN䉑(#C*k{@WLJƨDȟ N r-W2ktTae'3a8e至J)aO1(B g*|e@XJ4 :4$ 7mC6QF^ÔB;Ne0;;ȃnfJ;ծrsƃ'+04ej7s)x|m$}AYW +5XP~n![>amɚ3EZRcqdCrq*W>p)Ki }.)O|3Ng  Ԯ{$ gN/\1ɞ4hHqLNBoLY'Y| zP+7!O9 rT_8`5jNy%9xB\_c\'Nr9r3Y(~)!qYW\4W}KEPE5nԈRĂH\$'K1_ļM9uOf RY攚Q@N9 Ynkx1Yiծe[qΥҦK1ڤ/G>1Gc VY̾w3iV.wO49\#Ea]N&\5h)DЯZr&A ;S]$3Jr?)VY0NB%fH+js}.S=djdG ʃm.JP I-9,!律0> )0I sEcI(* )R *{*ҫ.sj.&tI(G,sjbI>aL" | ,‚D d$,/ DLH'GR $(@f<#H4jƵ8AHS:%,O-pqMD[TUG47i8˓JE/Z]-mvOir)H!$R"k%r]vu]dʚm5Znߋ>2AȻ}O3XHÂ.M}nٵ ĔlӋ9raJj=gnrK'\RhRqt@4 5S#F1h\;__$S>+e\xg~ :Xk{:Ζnj9cuV_}J(~R/Yo[+p˩n p\#K]x+rђWGsTGqYQqݓTW{LU(; CL&IkSgujYBQJ#A+U {d֛QbHjS : E'1|$L;\2myq+*%4S-qYZV1$>cKWRYՓ#> #9)x&W%Vjq+ӣhpB5N. IzjuԨ*s 'P*: +Ni,Jda a!1PXj'l D{dTb]%Ն[u1Bd7>3$\pWBn u?4]kN;q۹z͸'w/b: #u…cmͳQFq$xL1a@;e5H|))R\YA`cDV%qm-[;ڞS՞rq1*] L6&9Ό%PpD;@LG4MBTcJSzk痘 ;P[?XQ3m+x#Dr26vPjlcKӦ6~fC˻3 _Jʀ*K\8KlP+nпV RikLܪI!BjUiHl+ :f^*^"@Fg$l;#I \f"$/sEjJ{զyr ɫW5? {cp̳Qr:g{@= C> =(@ߣ Ĺ@lXKx3 2-B++È-񠰢K3T…jp>u2?@;+;<4;024rȋ?H8{250<2c, 5` h7AH8ز^zp9:Q3+O=Y[=4ALD&dS \6 = Q@ a5>4=L?ݏ/H?9uɐ>7}RKMd-ϐ 'TLQ@= R!K+R$RRdR0mx_9ӝX̙:9'?:M_Q3bkP g  ?kr QԾ֕8kK rNcuWԋ t?s ؕ@>i{O!ոDAA\UhUxOYlUi$DML9JUTп1-u8i aWÈ1 j?ű۠B>Q]E-UPAPEUUt".LZZZZ [[-[=[M[Z@TҔ`//*4=r/"\4w}jO(g\8J:,EmџX<Gv==/8\PY@gY؅e:4zsmѣ%̤Q8^EOgҹڇ%RsX}*Q1 V90E)b YԸބ/vKHmr_ 58ѓu#{^,^=^UOk^VWlQDӅ۝۷˪{Sӽ-܆\U@S#tP8E+^}`Tb#֩^e(µTa@tF'_E F-/a4 լWf`tDKeX6 `U„`! iHzzzpOhdF#J$CDddDcs$g8<ˠN6G Q.WGE8En _zeGeYf;E`v!cځGOe|TDie_d|0GkvogCpFdiTd \fsU~dNe[eĘtMfsGweh~fyPdOHx$BbgOJOӅ$sj菮eZ9c ]OeՆmX?dA&^B3LD@-ۅ7@UiΝngeu DE3c(:$/6%ۯFcXF:jC-[a8~] i@ jmB~IhJB`kfjƈ*R7ąh `?84׳;`җ~hmm.m>mNm^mnm~m؎mFϷ}@u#(jꦭN̵.{g:>ީ g=<)pΏ{lꚓ(Uп/e)=;~Զoέo޽}% y?hH`de{ nF95Q9POYUn2aR5"s!R&F"MO!ҍxxTHx%2NhTԎEItF"58c**R&u$vLq7w=Ugb7f%G>zW~bg/ pZh$Dz,{Jbri/X Q_)&O=EFQZ⚫ ]RګSfagj ߛ9}vi1 +mᩞ*Z(Z n/z~'K.]TԐ5yܿ_dSbIYpgذN0Vn% #wWL$sUվL!k5[լ%'Ue)h ы$~VЭTw .(4S3Pu/10J&`4Ԯ' ʹ[ނJ;j ̝^#3eU79[圦G&BO0u4ЌKYKI'*'D;{B/̂3߼C zj+VITLMʾ'\2O~ENoG,Qʐ!*cMn(E<*@*F{Q4@(!\Q|T@J lJ̠=)7Lv'h"Ѝt[ MD%2H8u&*1N.g31N`p2S^1z#)vf(@;W-s` `l&eBy b'_ENnp 52lg=чs G~,[!ʄ)bcL 率&)*|f L_23#Mm EW%AԼ&3ͩo\C{r)n6i.!~V-[%@)`E,":QqU , sE:bE%QD=48(gҗzm).K?2)xgl,`Bv2 %Pz }Bd^o 嬟 ԑrGC:Ғ4a_ȀO:ԢVQ/K]!?sh7%4km[+5}>$s6+SϾҲ<[C6tMla*^˶|mP*vZJ`ZX>dCg本bPF:7qk3r}p3vv}1);ōc T̽tKnݳ`5j|&ZX>'k<29kn<:9{. 'Sj`cji3tq;Dxnc]؜:f.֙nx gI^H<+^>< /󡇏GW2n[o+?O8U/o*qCϰث%SSwR={{#[|o#ԫ'zWv'+x=\n_=2>?N9yF3ijo_s;_TL ]5M譟_P_=yI%?9` ` )@OSWQQnI{5ZAU "ZVkkW-eqmDؖZqqpq]r s%waaau1kIvѠb fa zҠhViɡ!2|Avl!mY-ob^]t]s"U#osrEW%ruyWƗy}RKdbz zO ajziP<"I_R- c11"#?qZ }Y-FcM*`vcٙUE 455z#6"%./#]2A"dBf 6cZ<#?BdDJDΊ> E.?j/dAaBH 2$N@=`#PYKVY7B2 Kӡ=¤J5:;cO"dNeSOB45 c<>Ebdh/@֞0`dYY>I[Jne[[%Vhe\JWFWcX~#8A LA#/AP 2$H &,%S$gn6£OIfM2Schci$I^jf6<]eR%V$lB%on&hdQ%]] GzW"#8pAb%#0|X`AHg`Hc4,22_ :r~'E&g sv @6ł"A2dZ/ Hr Ч9H'g=gZ4uonۊr]RYPxhRoBE茾hV'dGX dwF(2bh%7HALXxVKff4p~ޛ!`YFq]xhiice."i^/eGF'НLf l&anߔNB8(l9P0(f`@&uV~/4Neƪ9}#J:cWV[MWV y)bn=V !Vvb,W{uDG8aGnd!VZb*!QrUX!fa,Sy^Mj}+txq+t9lf%+jTkhlU' Ɨ๾kDZEl}־tAVpq+W"J{l_uf!*.dbM.V6lYJ Rv|đ.(szXj_`L@v*L5@qg |6 LB&(z߄\gԭMiM{bq) .+~Zh"jE^nm؂⥓V߁>Hc R&>R*9L(* "j* |-Qi2E ©꜆IrܡJ.gP&..楤G%f@CnioXXf$9k_3V.h A_'Lvܢ@$`B cFzܭ)[>em~foΨP q(=;QYVo q&8fS/{p.ttVjY7r kK6yb0h0+ʥ@3_f2.ZXpމvq$K$Sw|셱>1!?\iq0'p'C~hD(v'g(Oor~8rAmOh )54)񍂇GM3%ޯ1gKءZ%G&s*(-#m m 3pq陒' =r g1:$:StE[E3K#F (#-W˔*U` ru:nX3 4tX\!S04/owbo8XP+ G4NRfSR'8Lj IK8WMNe %TKs㍵nulYY']n5qFqeFOy(H-ufqJO@*tNOr&&|bOrL{Ye2P3.Qf[C;jCB/Ll_bMQY,V5nGUpCl\fq붻*qBFm/7rpWfBwwgdo6*7vozwu7w{6z7vO7}xwGt7~Olr7sOu?wyG7pv}[y :8x+8x۷qGuwvkzoKSx{ow_H^U_on2e(N4,` 4J/,*erb2e…bw jkbCr#Z3y85339.3u3(&66S3('8pF.;ۮ;K(gvZj"5}y23sz:T Т{`YF:=+rߦ#cЧu#31S+<&'Vo5gQcǹ29^+o4_?.#_4nL:B:vV<"3NV:kqA›$' 37{c'[c3q}cō3ivƒ$͛|u ʇ|Wś}oɋ|?[˻||s6zn|؋+}NX~ړu3'K~G΃An-:@CaǪ>tB>X^+bC'`:-b/`ȶVA:Cs?r+p9B;s($,ΎU4: =  $^/"xbA`G9WF-&Ka˜5S8}L)`xt¡D:œx2JЌ N<'^h[_xN{Rj-_{>mf:k6[p'ڛw/k͡WwU6XKĭCQPSo8U{ԟ0G Ml#êo=՟ER^4G-&sNT9-}ΡQEKpu{јs]7 Y:+?Gh:*-҇sPПխs¸iχ,\ª?M{p$lJ"+Fu, n0(0~5ni/7B&Q 9Š6} 9[C 8\Ў.8[Lrt8(04'tF:$gч~mc_qЗ;@V 655Cg!#&XQLh%0G<Ԅd:D,5ĩpXEc;<ۨ7d:EFA*id]D 6@drSg6˝ɢ9(9/|Fw;gnEWAi:U~!DBIgݡPQ@. =W*M3@i8ԩPdiIoQ۱/B&hpjs<}M*( F6y ȋԂxǦJz/ 8W: HP YɄ-kVQгf‰; [X(mV h~͠futgp00˦ \ %Ytg 68$v8'4qXHgf,5HRǍv18hQt$j 8.d j55N&Duⷿxc3tl8`z}^ǣV=Y:AL`qx:FC8dpغUDl~LfX9%Od'x&,P'A6^ Ev7 vօ#|LZGFTdXjۘ#R-D* Vy+vګzFaJNvیigns@P%O̔I"9 NJzG~vˬ쿪šELi0 (";Uם 4V(qW,:ԹjfXaXFۆscg 8"VM%?1΂gNP jq ldۺot?E$JYr5-\]:ܥ8xѝ[m: 'GBp":ڻE/\GF޲852ȌV$x(N8e\6sFN7up"v:ؠGav].D@,@jÍͱ, u p]?1lق @ &wcp7nёs`@HGu$:O0YY,:DD | 5pIB;Pa@{5h@ r8ޞ &H:yGšp#f>(X ޷,r/,!y2H%hC"| On: q7N\L:, ?c찎ގ?b m$c Zģl7 fxf<~xdpþB"ZN#|k k*tmLլtMxj8)fFH&8l^^Fr, islVJEDr&˥6LJpNg ?T1i.zNY'e>'oJ̚)?8.Z?VXMRQ?HC+r*nm:$?>q:8躭(mmRj+E>i8dDR!pJ0eLTm8fRBr/ߊCefQ| !gI*E}$~P&aCNh2EJR'%CDs)p줤-EG46 7m+r8^)EPr"xTnN41yl;r.#(r)ے4,Fq&2?ܲ0 s?aI"-?.n:A2.Q;-.'` 7sՂ$K3-D3e:s8[0g8.an8T`Fq*L+8@nJDTLZhDnc\tJr7)Dw6LJlԃ\T88hjR8f 2P#(}PS)Rni>`??2?R+˒??\S3>%14Pwns6N8!߶K8`19Q6nrT8XOݮ1!ㄣ,߼zi e8lI%xU8@DmS8t4o9Lu8$NBUl%2Z862R555+7b8t&#KU#68uPC#Q+k 7Qs 0?Rn>'4?/5?:iU*?H5 FUCUPi$UGP372RZ9J4pJ UD"hP%TjmBԬ6@jxKEO6)G\ L_)kqwqPK90[j 27%/v)6})p39j~r rGhfH 64r=7ElesVƊ)TC UD}#VV)b3Qc;1e'!>@g7>>.RW?.fBz3U+U/4hq7ǸcVIH:KU\gA:YtCak860V 7hCv1d6 ccrp GV0]i8Z[&kG+q482.k7 K8㠶s5 }ٕV8(U"s~va|xn“P.[H6V=)x-`zScQsl 55?*5>-A-ϒ2g>Z{qvǗ Kj50/ʄ&mE~u/,w4jGH%imMn9J'mUJJj %Y"ƱA6K~#QD RS6 TV;dXB(Zו Ux$ׄ*76OJAG N;rKGh\K8W\) VVwǓ(ci}w)aQ0A{Ӳo>e1ut 6e&xC-.A#Ik|8fÍov.]78|Yut4#5*t݂ÙCy&802.`B:a rU78w28[CB4z8@9où8S#$rƵbgfZ8JΦ/+a}#ّ;2ř+8cϓs:4> ZwBá8KT >g>(@@#f?6k@nBZ@W8_@ԏa(!-Ap"|A(aD"A Bׁ bWpO'.BA9Ws{ B!>O A"..Ea r2"-Я/'0{./tĂaА  6G C _c͡lB {ЅϮpy" ,Fᘐ XO t[0;mJVuAS{ Od<ə0%$oSO}3|0PI|A&0(+<\ȩt=Cyм !O \_uxWD1Sm\;|xCC:F1Qⷆ[ƃXZ At86AbyK]oIj8ZD:57dcZvJ77l8(YWUZ7u#Umpaᒦ58MBHx7L{bL8azi<w;{Weյ9{[{.78!vCb^aȡbnSCB[DL#_+Bj6nF7Zr!4b!nVpJ7xjޖ IxR5}id蓊d#B9mT$1H9}nȜnl맥+[XpC}X'+>I=BƊC>k]8a7`}bv^s9^p7pet}17 7k}?K؃>Ϛe~U>u#ZcIM}C7zc= H A6З0!:GjyQ,KB be0,E#|9 B9:'%!!u2NN. R_Dw 4!_$`ׯ`ÊKQҪ]֜[sޚ4ʬݻ(Gab߿ 41Oǐ#KL˘)*r+ϒ`WE+;mv&;w+8;Or]+~ΘAxy yOAYo4B҃v :S7NjP>3={HKp9RW:d_CӱQ)Ot%ρ cNKx'Emt4P>QP'dLU=LD6^FuraAQ ct-ԞуLI%cAӡh1I:H͒F? :9Olυɚhp*蠄:Zl%*ine__ 6Xa@u駠*ꨑi \$+nAb5nj*qi|Z?dU$ ]B&`D5\A%dBQ]RwO$9P ҶMPRm ])#R!4Q[(%PF|ͲHp>dH>>g}.&dJG ThUBn6eD݁lA+Շ(fsB~n%,H'4&֢r9IJiCa`-g2XAG7۬<6>;4[mh_Q0L$@9F% DJDeѴ$K>5tM>(Ǒ{/2MMdB%aR>-9EnF|Cք:E_H-aKжdJ SE<>JK%,EE8AMsZ[F/iV_5Lu-5X&H Z2eCvҷH?~h$5GoZe,C*#b{CI.)RPDq)YݘRxA'Y05eH &ή6adˊ! ^6:6&~ ;.'3='N#zC1cAG,TH-܋eJ1.wKe47/~#!m(*&DzaY0 L<{=D!21,9tD!qB(N,%d}9HS:g'㉟as\<綮FlC-^lh=MuBϩK&죡E4TP:s'~V  OO tB2= NJ`"t(,z萅U7k94DVwR-TdVTuMx8bЪ4l [DJXVV6ʀ Tg@[>pShGKZ Zl\ 1=Lr! e>3z,M0/a iܕt=e0xa;)$P;vBYQ҆*IӌāPEY 2]eb x0NtCF#NGRyRI|뽚 ANM# iJlEkMn]bruժ~J\ͮؖujiAԡltB!Qp35  ƣ0p%Ύpxo'o:+Sx lO9Rg!1.ڏѦw!-}e#%Y۷tbB[;TNMzCٰCaU:԰2h7DL,=."5d!A\Y=6(sb ȳH;St#JΧ]9(ѓiE>ъ p"46ğ=M}P75rǹF`9Uy7x(mna64mXc)e*xyR y!Aހ+p+Bob4!as9ln asD!~ƒ&!C_@%^DX8{V3FAwPcf>Ⴡ1O'l*CA\vEcPpą&] HDrhdh^5vU\vtG#7;X/VtpuBH$WhqV/t7HF}  hd$e H6%y[FzvB58NMhic>~3.G(Q uVk6a.EH78tÆY=V0w(r~"Fvc(A" qt#lww9` ~ClG~;'~ԎA9lPэB_mX&48@X@'HK$AX698$n4X]}3QI0r^{vMV!~ 9~RvGhCȆ1'z#!8iYitIFgrzru=a_vp`8;f)y%{jlp`}its%f}'-0/Ywie9e4XxDHz8;a2I!|X;|`sVky~) 3Q 1~c1({lGl(l1DPZ"8{zC~IHs9Iy,i-Z5Yn4-0"pFP@{0Fj@ P o  i.p6 n16 !Tj|P|! ! !zCUpqtPiWnM3 $XJ کCWA:NETA#KbcJFYUpU1zMډMZM+NaJUcÊ@2Vy@*OY42J5EnbW )VuBQiUu ؐ#銭NAI0 LL" Lbs 3G+<R1SULRz R0Q%+.:t`1CS%څו<1sUV /msA,Wg.`F;0. i r vf:lZWjtFPKlKP(k:r rJ &@PۧÙnY+mӴ&v/]Yшk99l~~zcVAG?|C_k ګGqݷygۚ#i^wt{,ʈc=+Ji98vCAx~s9:;7k|&\[_;P&%naiz@|0Hoʧ d: 1naXZz*f:K;`PQnʹn<k>5XKyGө]P:9)gF^A8*S{n =򧻺fs`'HiTkS;:fkgYp) 7{~8l'hH}ɗ.9IX!Adw;˗ȗ!Ö}pL-SMFkφ'h)$C)ӌ(>)4䥼,ܓBP> RՒ1Yz ͗A 1澤l( 낶ЎN|,&iNq7_}2O$.ے} s-LEϝ%hAjWpi@piz?ejy;*.ݔkoc]!i-}~_@!#N3RΎ?ٓ )$t9: >BY)Tnɖ#zTg)M>w]slN+a|9cfhO@ DPBGab@D,^4}R$ KZLH 9 "5?.SB! 1=E~ԤK.M3 R= p+_FN`Jt+Ȯ:UMGBP\uƕ{ ,L1Y%?s[G'=7-{=^9Oc*:W̸ud6A{:k|;iuV Y]redZcоB1{Lmuα{Ƈ3Glx6-3x.u ̍r +ϴ1'%4̻t0S-dA<y3G) q$<*CXQx0dM6-kɣߠ GeV쐲<¤Їˇ,kQ+9^9>F1;Lփ&shZMD@,F7ܐ[K|!QliDF ESB3BN[AǴ$;|!+Xa%XcEhYeeCr $LFAZkz("#8b˜ J+]ue%sm7ސ`y לh?ZX( 2bCDNBGY :dX!:b1&-|>VFdNAY!31sLIyQ/!Mv<6̄ir ꂒP(O'WHhKF6 b ^.资pH[E>c6胊>^&oD@|!Hn+'e/h`9yƙSg'Hn=<-bU b 4;>8n+a !kD >"ⷃq_;\( >r09H^xGDb5+tҢ9-UDu[bs΋_ ݍ&@'Eҭq.(!A640fۡ?0NNX:0@ȁH nJ6XS.?Z)@k@DH1 #‚e4H~12LB҃3Pf IѤ(; DKJG)򂻰ћ$.(խ[3c<9Oz :KFDaA?crh2ˆӇ!(ÃpgE 2 1 J{(I 4Yp-KB":ndg7Z2x[7)|45BR!C?7,Qk@zcQ{Z>yOX?2:VKl').rӯ8i *dp I 1UjJ_cRahAlZ!2~iSI bdc $ fA蔶c{ yx cK%?kM$q…f +`o| &tZż3\ l<`|7bj;dAPHR!X*K٬mp}Wzŝ);1$ܣúupAITҁGM2&dk|j5ڄ 1W jЃ#ɋ$Ui*R7D˱Ԥ*"d i wn+}?g_.E][/ЇF\ \X?K a0Bfj̵^8_#&\ꐻ 3f_H- tt(d5<2)ݻqeVIڬ̴nL!*d@)ǫ>P!`d<\Ć|5=]{ ޒ!2 عV=s{['Dlhob=Z!9hx;K24+~Krklx=BPx'^ɬˬaQ&i# A{dMY!䗕n1=V7kOz>( fG>U՚ 3~(t^]̵72.5G,z}!N]qwcv#+cZ:9(|D1& ]b<Ü<șc`UŌu2u(=7Շ=b10~!|1HZ< 'K2GpOb׷p|flj=#$<[jEq{Y1sjSĆ!!By GϷG1 Ƌ(4E)?3=YS=粎cϳۘ Z) s@0+@hc=1 \!1߸(A #p9DؿŐ>a?eؾ z`s tȾ([Q0\{ U9<,T<34s0;Lqb7"zB4v;FC08ɵ:Q}7!J:J$&;háضi B3q8*js*.+I.+y)*†5ӴS05.SEFzL)N,ڹ;ch7;\w|+=$>{G"D|ڢCPex)XNf6V ex`d^kIl†~!.mSB6Ǹv{v.|Qjz8J|&/mjvSՕkJNf>DFan{FFƁmt*+oƛ.fɻcG]iTTmD}$P~YZOa͂`UH @aZNI IWZ97tZaZ۶_ pedٽT[lZ-9 IJ1_}h摻7-Bt6zX w~b&o1lh"Rnl*2+r&"~Sr52 hM}PX H}^De N<}GBhzwfx6 IioHm霵Gߊ __LP0jvU@ۢ Vu9V ^uW5񖸊 ~sy 媎qET_dbfԆtHodPݧ{t֭qhZc1#˓~_L\aXm//c멜TĭwFxUB͎[fП]q^@M24e%}Nt EVF.|^^Vne1Zd1y9$3Bw'JYא'BLBendAU[nCA ad#A4dTAƋS+Yl)gi}p:,:,sIk݌a,yxݚw^zŘ$x8d!.icB +GJ# [0$h!8;P 2YLcԹz\\I8vc(s&KqtNyNQTj6stO n\drX<[E>)tAd$ bXB߃M˦`?w>xo7lޫA[A`aSϦm7-&ݘ/僬p!|;kQkݵm~z7] p, ЌF`k$`}FLP`q|B!֍~0A=L_08&Nv]'4g`F1!Ot.8NH$}+ѽN9|0[\ԲN?  Ҧ=q'\SVeC!Xd›  N`fx W:y(G9e*:9`©'q7DP ()Awё3lx9µ<8!XerAh&0 W& Q*])JXzOx'-,CB0R6{CtjH98xF+Qi4q@6w{\j*I=VbNpC;Ls9a{bS:IzDɔ Nqރd[gONu UܨDMSHdxC,xhcS'\%O3 tW!U9C5fR6o'1rm55tjq% HAF8; _ "`_W5 t+!O$m 6nr7v +99\& 0\#-AxQ24 nFR2$4 k瘺KBa6ʼn !b#|)l0 '% E1:!KT]x6nuwvYIcjX:&Z'Y.7Nr^1]'o+ Nm Z*OAn], TvW1TI x~OdrL#O I[G>Yyjޕ.ܸYN\b&1-':߈ 'ǭD"R#t27[iW'=Hw8*O]2C;wÕ ZH&#cvo/>!tpPn]5nL\fw { $w[JZ?<d*۱;Gxd̅ (6pu]$B Eë#;6%2t#%f|;&IrD>I7B . ⧃@F!RMMQ*"c5XH,IcNP_M!P$6'\sHr(o "L 2j1Q!Iˤ!pALaiNPB؆PWJ"`Qr D  Iep @0%/H P(NXYyQ N^ʝp,1@ O|dMڤf*IR&&fDJJ~KKK%ɤjfd&d;]I>-"{uBTA0SmvWb)Q8c; V٦Y-b !m"ʬ I1 U)N v@ ^]#^q< )Nd@L^ȍHd>YCa:Jf&lvhwd`I&h&o Vfzh &viMUD<?ei&EgH(*E9dDZIATAlJ,^QJv)Ӡ`)tjUJJEů )J1+=dEP&*ZiD$AACE bjuV C4R=+Hqk[=І(,It,$l&0@(>p,+&TuV΅q B eh]pa. 7 :A埘;ҘcUn `NZI[rB qT]њeɍx%zm!qANOMU4a4+XL]Q[a2-Jgj̽u zbn5t$.r(ʦQm;kcpHw. 'y:D=dM b$UY8<ƌ_Dj'ŊкaĤjpp"ᗸi bm吆 X.RP>RImJej#P><'I^B"Κ"f dܺ֯h(ߞKBtf0J,oJ^^}\ I pQ-GL/q.u urD,ŅN $QPWrDԑp4dc* b,p[֒ħ13n˲hh [,[6'qooR.K,` @K|RtAkK8B0R\ -MDg"mc] -q-:EP/YTɲOb`` G-lJsIN%oEC)OPJ'>]eJS\r2+2-$25o.eP);>`M'Р6Nc #fuJ7D2&+ +dPu[ pC+os^v v=9pb,|HA|ȽR&R̋o_Y< @OB3|k6)OJ=\e_Q[#(~Z?JyqlEIU- H:0qxI ɬ9C%pL @To̯ [\T}aaеayx0܍Yt{(k=&'8 y?[̇H(b@'jS@ CH$ -.#Nl1^ 6]y]f#: W4wl0A$ƔNկ'VCeJ]z?߷;GCXw\|.Q:BP89JW{EBU)~?ŗDF3t;PmX1sEK*ID\U358q0y۩sߞx ntb76EspˇzX֯ C/Hȏ44gSBk6_̳t&0BWȂk`9H@ciĻw9HlTNkރ#TGD~9Ef~F18 {*S5D0~Np~`:`Co+=pd~1zt)=;:~ C?NkKK<~g1$AXk~Apv?PEj9$@7: Lo BGl Fd8^B«aB V4h,I9*VD(!{yx2LtI)r&ȃeycK'a4K'ᢂIλPGmȦ֛8樋5sL$oQc0IMUUYmWaUYiUILU] Ŭ,K^K0ԇ4P LՌ65LL/b+;ùrYnH6SQ4yӖ=KS>8+X(s U +ȃa1Vb-8!?d~tY^™?ܸѯ[*x࣑_Oʒc=KV1MUSkΎ8Ԝ=3Pl@;5>!\T5ӵ72:k@)ʑ栛\D|Tc%?w?1c]*#گ֥>KmljzY2UcMyo[Ǵ1!Ш l&tm.*]W=+(l$S;%uv.{__8~4,=fX&h_d/LasK.C?Vi%!e^SdlhJ!5\_k؆Tt <ڣN8aL@A07U8[6D^zYG30?π;dB2 g|(J/qc4'~MbGЊNk4c42r3!ռE5QTN斉iM H)h Jf0 !D*l5% A0Ґ$EjBVxuleKEuPd,u+=V5-h,Z[բlSՕ䫏 Bj׃=jտnV!U^zXp4I-YZłU-melY[kX~|5Wj$+]m X斱1lUAX6w ,JjɞֱX1Jf vIX6U]x6Nj[׽ 3 Tm?*1۩2{SRKu!a {* E F>ьtp^NL҈ziq^^l1vIq]n":bq6CDx.DqHuR8.ˌG&L1lG{.+FD`D>kmv — hg=]gۍi~3dMSqv!! \|(eӚi钊Ԏ/Eͺ4v5 Q:NQ &0G S-7un27:/HYh'XHoݦΤyTKc6ѝn8[p;!`oߐw/Ϳ#VUlP 5-VG)-P^SNuOpPs 8='l=𞶼LD_[F\6x] ul*꾬z.]iOev e0=̣Iԕ>On 6n|׻L] =|q\Ŗ:u yw^HSsf絆v~QzYuWۧ<z^y`&r'Rdgȯ ǜ??KИ|__ba>#_g|_?~c)O&xHOA'oү&|BO'OO&B9G/BZpZ`OUd2/~Di`NBl n W> PKp A( 0 È\ E. ufm򼎏n/Pl@0q IAhOPg,ڠIwi~P 0\ h^{JfC}PH9=v@ne9@A1.A.L eMMq4Lp&d&%\` $ea<( #l'Рd@#ў1Ɲi#=n1챜h艕jbrèrְV Ҫd*2p+rR G-r0.uZn.w .e~rV #s]pㄜ1DCy* "a,@j4s6B(8&S1(Sy`d1ip~ 7}7-!sUswQ""_g\824''%:,=%72; 2]'Q]Z5Ӈm*uQRmH?SN/1S@d 0 ?5R0p@rBK,s wqCs8S8s1ج5)3Rs$2|al J;$5&F;s[Sd6G~s{a,D0KODKO6pK; 4ty1KTKL pHJBߴGtLHMSgLAfMM OEQJNN4RJ1PQTOh@8pOY(R>S5 G1]H|4A=z5(E]t&)(16o3Ug=$ot670RC,o"f"2[ DDM?1t儌BMREPԌ,\y-u, Ċ2@2RC^&dZ@Y8SCSqp0!y04k> @#$N9Xe;:((u4Q>v7CIw2oXeǩdcN`tӗpv.T OC0oUBpoAaFo *0|g$h1F1ME^mGjQgMv8t4c5z2Ccw]QJ:H7m'*\WqSFGxxxyyyzDze`%h6YrK37J|zcDtt&<]{n4;TvZ0##i^6Ikwoܔ,-2ZR_o0bd1ЁׂWpݐ/#rX猖fioUi|}l` i<6u^)>>PQo6pqJXqCzIpJx1#6q[?(7!ri3pք>@$CrugCGld|%Fx(Y W6RRDfs3 ?A9 zE?8Tӎxoڤˑ:Q|F [+tX x 4_-.IߚBNz-Bۮ=wIњ(0Ț{89z=yE{G[I{/*{7]{T U[8jaMˤuvg-]ն4R v`{n}ᐔO;0R[.s3{"_{'쳥w;[rM{碻vÛ[̻w_y[+٘۹{[[~$y_\,܎0ݛ1ZT3{č;?] {hb}Su|Tcj)Yɯlpɷ AQ||\ˠ\Dbƹw!bܽ.5{93n9c.0!}Gz;{Ǯ~$/Ta1M|OyXÌ\U ] yb]D՛gZqm ]|5U3ыZZQ CXAey0qBJmG0?8{M1}ӓ '_\| Ih ʟ_+➿ :xFJϕZJlbjIZb)i jqNis jZj&)S&jiB{qR۪Of;h?OFʚVꓲvkljl&6nک:k1dfH"%qD:XXARO?Ir&K$UKfur2Ls6,sQ};2 /6N? Q)3͐wxm |ugP\kn]'v]w}s yl| iz Av4y8懧xA:?բ^6^L4F@3H+]YԲN~P i{|?^GBͫ+$_OBs~9_M~W~Z5?VtJ)/cf$z{bDJeh%.|Ķ?OH 1A볟GP( @`pM*`G FA 4 4$*)[dC/cE 7,A.Z]#YRH1V=` ׈-jfdEr;·5 I!q UЉ"qڸȑV /yM&ӨJ2T'XFT$$S)8U%,i Szԣ8 6f gȐT/lf_Y'5ljs,d6gLa&P BBgMf#9kKZۧQ.*5(rI59~9tP)S!_\PFTӝ,P1t U: W=-RRʡɂ)ϒtnA7*Ui]<+QsT2*2jjUXSTL!S+'3}=+Ův} 5X)TKLK;)pyLxNsl@v1De/Y% 1Z :Xk)͝uO4KYVrcA|Kr+8W.q[\\ⶕ-sAVשmgMW6JLE]a91#NHBJ}6 W^ {-00y,ucrm&-] 7%G|WU-q J/Fmx1yO?;m{ *:Yb=-c$#QX\a 0"X,Z!.U]\-)pxdǺAb<<L9{[h;+zMy BTρv$bAoZU2<"4'Xu0} wFok//9Q56±.vdfݻךTϟJ3UxA7f;DfN؜J4MsS瘛m򭛔CF ՎZpztnKj4\Sosx* Wx;y_sʌ wfѸ.6#ysww~K^.5Bq]Iũncz}׀V}=䀘o-[c;}@ySxC\lEn|E&1|7} A_;|]eI%_fo֡^;L^"7i^~?cKo ?qz?YxMý{^o}DY]+J~&|vdhjg|h(qwo XiHihȀi~f8 i@hC Xhy}^'_;(3HA(CH"Gda$wX9Xǃ=bX?/|UHoXX`icu_(jFfĂrGkT({FxbXPxx舏~Xfq8XlO vu_BKE8o #VbVԁVHSz& VuODvUWsRhOWSSg5RgujlelmQkË;+UWCqwHUUXeWlER=o(eTWE/`uUE/pVu)0(V)Vh.(Rq"Hx(~LxZQ3i'q)#L{~Y]e8xx(l8&Xp $yؓhQFK zȇǵD?OX)} ,I ~I46ÓfIu9eiQ6W53SipxHFYggPYWhfE`bDi*օXٙ0cy3חŖnpe#sY|G}mE9z1gQ mqg}zɂwy.)NJXN焵rI3siIfI)j59l3V{љ'{Y}S${8Ay|YqI: 78 2_'yHɇ #jI)ʟ'8ɘ.)/j@*詞١x] *v'P%Ѳ &X.%V['p&tt. Q{ t`.X@( )m ؐ%z.y+st%N5% % W27Pla&[r%` 㨎`ar -$%[ ڦl&yp"૬% T0 Ь&p*'mb:%Y x 0 dj&@*؀`.ѮPYZ0qr ۨD0o P.Paծt5.jЭj b עs )` Ъ.P` s k*sSZ y(S >a  (ar% bzz/ %KW09{i2Y13{:؝I g)3g I `q`8@a[؀;q`R0 Wں[pZ8` q8УK8` N[м_ZCK!` ; 8`{! [p{[ta Kp;!{;I0[a\K L۽{2<6ltݛ8[ ;<ᾧ; ;[ÿk[:%˿j <^P` <@9,S疚K:gw%RCpl /l!/[аɁ,<%8ǂ ܁ <( 7ŠZIȝg,vKRL^ a +l <%l0! 8̃^!@ſ\?"7n] L}\omB10ȴ6x0|̎@ G{;3F6YeC6l\G6ɢG<a#x91^G|tZTFPL%NAt&f琎#tu!cM= 9=lR@}^D!/c;I*ЌyqT#Y5c :Gl'u^:!Al9'$ z:3g3E)*%FyA$Hψ$#ˁEye%h,]β2 A1Ɩ#4l3%e$8"-ڹͰf5$?b0%-u:!/Gpp Sht[98dH+:dn Ye3tLΟ{C a&#ŒT %tI(rJ*J,e.Ks4g1d,T3Q0a8S:'sa2*O@tPB 5PDUtQF-O1s5+K&$NSFF"Dq!IQ2Ɣz(3βMP'dMš;*"p7S~8H&Rԁx:5eV;c~!}"-FVw :"\ecұS!ADvT ;10 !GR y8/~N h95:֔J5}$H6VFAǘace}ؗ :aUᑅHgЁ+t̔!HF7I@ | )dsde ġV$A͖m2LFI)&(IYJ0EQh*Z82en^fX氠~)9sP0655!`nF!6A0Bec dQ:v8$gId`cA@1$'CN0AK|Vt$a092L*8Eada\i6Rf:J:x\Gq;C ́;xN̙L&^B V=yh%?F1s3ic`Ƀp خe^ QgY>m¬l:@PV`2 7kiLl~Iy"8NL x5ތد==<(AaUf6i@PiɑWɍFfVDZGjsZIzW΃'cx%ԡIMzggLϯ"F\{>7g$D;\w%NG| ??JT>/^zn0"d!~EgΩ4 97~[4pr8Yq @48(89E'3)k l!eù 6TxɘI693 hV ˻"/@VyAS)2 )I5C"3#_!3 6Gh2xˬS O${S1S{K 2zSY7#θӈSi?T'c7q8"+MlS)$">cRı2SxXc#D@kCѿY[@s<,01oW5C#TI @D8Ż1ȃ#c] x Y62,RD8_J 7,iwlG403mr) %|p#Qˠ :*h(r2%Y$q6yr T϶|Wle S:Yւ ͐<堣SUu@~$,SU-5*X+O)S.Z̠%LQ92UXz\US(Wh 6 9;wjW xR4CuPTeGƺUIuJM \eN]ν-رTЁQӴ]>LOԙZO Ld^7P | gR?(Ap:J8Wh 'I DWt%uPiP5 ?{]ψU'Ѝ=rO\Q {ayV!0id,Och,A-a賈幚KOE+3ri(0Nq9Kh2.f1Qx3(6aGY1̿15}`sp97̸9o>ȃxChFVm=ԭn98k.ϨnAXU!Vw kBli$Xҹʇ{&)ؔuȏS !Bυ":B "RC =Ґf?4p ߈uxTv[ FzCVhcrݴ G$qDrwb%77,8 `D؎L9$ŻK msœN D9 E8:O |7y{\t@Wqff)C(һ.}`Fs{CgR6uz}V]eMyBOs DsoHMO[LoǗiHu߈9Hg%e-|{O r Ԍi{ta\i{?cV ;gV?)AܑM9WbR=L _#NJy[6ry4&.yGǓEnO$ՐKm='Ax!H?:' B6Rh < B_<&g"6Mh*|)-CDK#3OKtϋBtOq(ǰ,9wSA&(¾NouRJuT߬M|J?)ns=Ʀo sOL%cȵ泬<6򼌟/&A?z$yuA0dL[TwC& yfyeXFУX'C6N>NMy ß?MOHG"I2٤OBSRYWF9,[ri(a(gk٦o'0w⩏{90Ip"2ڨBRZ)9fG.:Rb"v9s QBbAsqf{9WsB^#/ExgRFPDؐ_|etlyT1U? j֚Eիlؐfj^UWaGPnBck_}$q!KRdfUg1E$G&U4֩1T>Z7@@IUm~ <UW&S3r}6MoBԓiwVWd<E:xDE[(yaVruD+BWC#5~(l0bوkjNLͲ"j_YˣQ3ajN|SMδ1Eٔ4/SWt>ҌGEr&i'%P3lP^v.LP:ςV+ai:YRuav#(k_~Blw8n>62x|ЁU_-Qh5fA¾v˝Q?[B$S>xS=W,.$}䃓%HrRCI5JV`Т8ԁ?ў̺QDѯ/=Ks(an`kbr\|>r y՜B8TH6/o9_]TvL+`?X5,:V9 j'sXRͤjh]6يGG6Y)¼-LSZv-6?ON\L{ӥ֖`"TbkKcZRe=YNIPJP\ÜB'! ]0OQ.S$|*Hw=/t Fniy DN#b 3I*1h:AwE \S)mZz>0֬L+~L^& OBO #PUOsTd3?6.`$fWjKupeU,"e&0G<ӄRcB3Ŕ(\' idrb |%&X-[kyu2]5|jC}S8O=e)UZ2*G#Hng6SŭG j)a^=:B>RTDKӜ WLTr6:1 ҘGmO"lA=rs#KbmCƩPE₸ǸWL=D]!"lmE 1Ɍw}e(oh^yޘy8sXtxDyGIHK S( ^ѱA}!G5̝iQFёXX|d`v!y`e⸝ ՚QC|ӼŲ9"Q`W  >Z\HP4WBʹ |iT= U(Y\`<,^9U`N0K)DL RD儁H1Ad E#EMNhH' SΈkSvaC+$&[e!dtu׭ա$KDG+>lcE#2TzjޑReaV j!eYN"AHV\o<|W9ϭ ޸dY@(ƐeLQFQBm^S #H]ݢFNF X#1 Betձ 38j!N|b̕iE8mdnVC,PnѮE(gd  ) D.! >$o=d|RZY5UbLYdSDX]RPy4Uh9YBF`;V$.bM} |q^NMɧQzDeLHBeA%%[hdYeaeBIWX "觔h8X+FL9d|N|U+rs\}Udzd*&ELa0F8TfxdzKM䄅u\|Sgdܱ]k072#i$SN^ Q&1EC]\gir=Ft^\>E #vTF *zki(y.Oa K7([%|2D6kPQ&Dc"k'p7;a'?YK+= <$izE=DZQ?W`[MX P7vЉ}-`{NEOhh*(ɿ6 :h:l%lk~D֨`N">H08Ec|ܐ@)y&sh斾äDLLM!v5[N]k0;i&%**^=65j[}3iB4'3I`p#G.푆XJ E)fNȭKDh 6مkC[I.nT'`\bh!^ĜgF?aL~fBRH( <unpz]<&`ہlVؾ:INl^NqI~%j(!>boVB/SmqdyQ >Ӡ,iPȈMifjŔж).ItЅ31 C)ꟖO\5$K.eRRZ' a6%iJ۞hY0Gƪ#uGL+tpp49Z+ ~M9y[ƅbkԥ iJ;ꅮbFlP%Ek\|CMFE[CCN ] X9qpL,Czd 8QɌ jHnYQJs`L\(`dqN80OcVtlOad-x H>o=CTso 3m5Z Ekrށ.I[L%ƅa?Ms䏁b_O={$iNF|LsOPfD[8X73Ejn !1 z]- E[%3%WG/~I'ke&r(jMZr[*wX[+(ro+fpPsfnHL唔)z 0 [pW 8{80ްO7$c+Ϟ'FaOd1ʗLeͼx2='XɖtMس9s~U09aLs@b~P\bC(sV"|8JIWI_D{w7DlC&4LCLUO] iރOXC]\krux\&%("V[ZxWS0 P܃I#˨`QyBptlETؠbDT9I`FBT ET5CaC6l~ST(= 2 DjQנ pXP`y=8ha0`]RME!Sp0S\RLpBTt9,Ty>1\ƀuN纕+ouDnI\ޟ+(bv8_f x;KyK|lxrC9y[[ðh^_EgYo;^9R=̜y?kd$zTFKywcQrq9p ;D\T8X Yx55xb+ɓ0ېQy@(wuĔMSi%mR0W;p$q!mb^v˶F~K[ ec9"SļŻX#E9ucԍ⤊P̠ה MKP =<>F3waC$܆ ;wE̱q\"ܜfK5y%stNF-;LMzq}g0|OOQ=]N0Մh#k?-׍Haz#{tןZ\i}=s=Cls͓X~2˳x4@3瘲|]Б6 '@)McGg<4OPB^:7P<D g_0D?G"$4m1:s!Gq$2Jh(h`>\OJBS"<6,/@sG&Itb)3#ִJ&xĘPDΔK ڪt))c\%!,H5.ф®kD "T5PkR"O4|b3Dc!^Rk2f;k!PCBMEL8Wik6Yn բ.&g˩$;i nhR -"ʷېҋS0Ly.O@b 8j+uf[ʿxp@ YjHC8Tr˜&U1'crGC ]~!I+<3JJLR. s2Ts=_F\.P*Tvn hpn56l@ J bՠ"l5J{O.ZE"'PJZָѥ=l_ $}۟Q$iu\ۘBk>\ Ta[N]͊ufA v6Ȯ-4cCN $k&sIlGPbPc6 Fb2 ^At+6`VqS&ljp)p岆yg\xU35Ap6DgN1K ґ,a$ U$$k.`F>-0F7qmr'(} CLd2YHCxܟdGGֈ>yiBUeu d_h:K|sϠx[v~7.&$_耉>LdTp+ez+U%90? ؔc/&@ÔZbI(Vϗpee6qv-{嚔5;A6ूfnf 'D= (iVʄp(Xd6s ±P})"(ШŬZ&"~#bo6JQ4`֟ieH[HʶMQdKˁжH>Y}$%MoZ՛%/1SR ҔHq"(bCS}42KV•P8%/8sLs"hiJfkn/(IcIJfSBWڬp`IѨGy+- Wə4ό,7IE4AX.P:>BcӻmMx"w4Q !D1례jg*ut: u(iG0T0JMjW㶊?-DC""f\VԓUY49SU91:*);G$$W'?ʆk*d7FxA 675z/J#FÔlMˋ졨 X%dcVɭr)K3'q*6z[JnK̮*ةVhr5o/TT\cv|̔LNLC8ذgVBCǺ4N.(it/Im|5ϻmR42W-j{Q4-a:D3!Ш6D&ELKNЉÌ=cC)U*tiRQ1Iqj羠Ear,x }HUcڬ\qsx)YBrZLE)WL`T\F(+Y0.cYj)b7g71sjY;kiJSo.ҵQ ,(t.,[]ڗe;I$T>֡G]XumQBPbS)2D]x/U$p|N:6s6mQN[4<aofQ,+U=aۉI t0R whsR-X2ܿ'n՘08ݾj%G ȕ|oyῶdzJa@聲̡a!m Ԥ'A#CM %$0d JP!!`! aXCPpM"AWa Zp$0DAM ?N$!:aeA a ـ ˡ4! QJ$́-NP0.@/ԁ a y A! ZJ07A2lQ(f1*?Ap!J1ʁ]" ,AC $(*b 5Jf!UqRie*Af B7ql$D Q%P|BL qY 1ѡDO3-nd㜤63G䯬OO5WDSP0A!pϔ ?4 EL8JP@*8)H/e>,M4d;bceBDöHb*dg:?>T.4NdKְ o"϶)4.cb-3tڂ>(i% 3>p)܎*ecs(`lj.'n0 CE!Z7y%4/&jb ;KV0trH/ԌӔ f;NMVD/26T:BLBNЪ$MN5TN#3L3gG pN% -ҋ?lxbٔB[gp"c\J Ң1xT!\yjHcð(LXQ4 S?X&Rf)L GFw N(ExN8V z-o `ș3.lSv$6IACΞ U,,̧8kEΙꈍ3*Ȯ&*/R!MϬ;2T.i>*ek)8%SiQ&6D3sD6dEL3d_4GLS NfoN\rZGJaڕW!54弜b⢜ .4J+d+Pm"FG/jj.h S,B%XMV/Zĵ?8LLH6uHN 7-Tlv))> Y;s1Dj.‰ R nE ku% C ̼UKfVT)J)\6_/+v EbL_HЊs|f\KK/Ӱ]\ ;i4mt簚f$ֹ 8Dx|&eO^vKbMOg~N_}qdig i!vk &8B"RƄ:IC(@vQ6j<X@_[mho.b#j2 ~ʌo?L W#΄jATCrBzq)U&TU,S2:o듮s\eHto[Mb飔g6>\v"EnM)nwOA8+E$yK><h)Gt]集-۰H||4 y~2GV󗓩|gae͔gwKdR~SY9LMng;F7F0T VX:Ƴ0V4ki"J-lZUP&`(",YFVTڂh*, /0;\N2Pb(HD 汤nA CmEyI-LSe>8d^#Ej%U6E$+i+|'SU8tT.lCyhiiJ z2G>9׷|IYKLOtz~u娚FdhlFleQ8YK**d܉X?c*h1H>M9g[U)y hsl򭩌^&;/,:ȉ\%BՄ> s̤fR0Q4d#@W]Q{H#j\Yoc奛BzCD祝*|yYkDxfZnhx>| ;fcw2Yڿ4}Y9o:MՔ |N[n#\'+/3\7;?C\GKOS\W[_c\gko5OJ[VtpHYɓ\ɗɛɟʣ\ʧʫʯ˳\˷˻˿\ǜ\=Nx W\] w |wfң,]7;?C]GK]}}!4%c5?HTas]w{؃]؇؋؏ٓ]ٟٗٛڣ]ڧګگ۳]۷ۻۿ=AT=|eg͡Hn]]^~UYֽ ) +/3^7;?^N>pֽ#^gA_c^gkoEN\l|AL]pb叞q2]q^꧞wg~ǞiHl^מu~N>Y\쁜pO2 _ YFM\s;?C_G=A)Z_c_gkos_w{_M&_͡3_q__ן>ȕ,_ H*\P!#JGbx1hȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@|(hE5 ]ʴӧPJJիXjʵkNE#x1FhӪ]˶۷pʝK]aWVݿ LÈ+7޾g˘3k̹睿LѱsJ0=}@2/#!&-5 N5k·s^Xx'Ny J Dž)i~|ٵRcQ!,E) e8PM B|{%oXәezؐMAW7"$mq2y&E(4֨$TMH. " =hGBuicdBwLg'@()d z2P8Zƥ iCyQxTj~ KQ,i4+UFzzAL%X1E *8iFJ":ШH\wq GUf&8 j Zmj9` 2; )kP~J.p9N-AвJRī+й TN,B:kpǥ^:9 $%W~ Y@Y 6GVa[ס&]jk-TA]tA^gXS݌ aX MtUj eIA4^O˖]NeFtٲn}r%wVkٶ֨ލ@2P7;yw 0Ɏ9*Ψ`|-4./iaA`'{-E̴M 6'*۴=osEYvgJBeե: U8PD/b'7DgnW:-sC*JtA~7 _pćP 1=Uf!`Jԫ ϘRoCl7o Qb$ T3FIЎ a9leIҲXԱd h72 2F:fE01(JQ9R8@:zR3 H5pxJIZ C,x'&Hz3QrA0PP\%1Q5c&|4$@7NRRX*]D|o3;qƅ *H%Kw(C#!IЂT?aʉLe%d<;9}SaAY)oSJ1*'ӡfQArԫK 7N^ Dbq h_a\ lp`;No*G.&h! ƍD9afܲ.]Dh陦|*ekk,~ff[46`9V ڡˈp2 /ҁT \|J9jVgm vt*c9ȸε', =*7>ߚJ7@ |mhv,mquٚmCےv9Gaэ6wf:tugrME@Jq@B8DXFxHJL؄NJpPZ\؅^Kj_Xfxhjl؆npr8tXvxxz|؇~ :؈RxT8 V8 ؉ 0p ؊8Xx؋8XxȘʸp8Xx(RwH;Q Px蘎긎؎8Xx؏9YyYq 9YFvّ @(*,ْ.0294Y6y8:<ٓ>@B9DYFyHJHT iR9TYVyI\ٕ\ pfyhjlٖnpr9tYvyxz|ٗ~9Yyp Q9YZy d9Yyٚ9Yyٛ9yYʹٜɄ陹@ؙڹٝ9YyƉٞ99{QyٟJ陜y z٠iY+` 0ʚPڡʚs` !,( 3#Z.5J;+ڢ\ ٙs LڤNY;wxmaxima-Version-18.02.0/Doxygen/wxmaxima.png000066400000000000000000000137721324204105000211170ustar00rootroot00000000000000PNG  IHDR77F pHYs  tIME 2hEbKGDIDAThZYs\u>̝aFB+7ѲEJdY^懔󐪼$I%? oI+Nj؎M YDAľ3w=w!E-) U{v}wS>$|R.](Pn4MVϴ ,+h. > `MP[OAEAEQ3\T5K:t._ـ{hpp$͋RQ\WpJr:$ ] +E5HKNgrm6[XGK1h@GN' _hUՀ6;m푮]uM>(ty<CD0t]UB.$זbSKo1-%`,, pK:uzO\5n`~t^V 5wu^ds;D "̀3 tàQN(ɦg'.;>||A.Óc"G?@ yAܐ}bv4:Tjji_}`G0P8m$ {S1Bh --O荫c7qs7>7`}ŋPxV17D05E>3\L1͇{(7[EQ)͉ $/`= >r8 Cxy_8W {{z&2,2i |y &wW{&TFẖHUm%7 TZ>ȳ+K-𚠟$}H df'JH`!(P[ynՋK2; >bw s}{OSwGnߜG.-ܱd^ܾ7X״}pdBC.t?.xZh&Í ! оo]J\N@;AMԢ#ͱ:QTP49F\lW] =Un=dU8{h nFuB^"~gfHYY%CneT ,uz=ZG;a 0rZ!e~T|d%q,ZV)2 *+C4e!TnHmˎ޾F>vSZ\>Ɩ`Iv- ڹ/ z]iF 穳M]|ZSfyPahżGrAK )xTutQ/<9A\ c`u==t/z^ 9`8סUrچ&s u_eɬ8pL7W_WQkMbq?wpu|ҩ ʥ7$ SvrBͯJ)f|u쒛v4j2ItV6Qͤf[f.LTZ^{:u{WP1X [KN.LN/AEbLP|P%B`}6T'$H#Hy衞  e rcztTMAL9|>/ϋiXޝp)&o  pS撜T@Pv$r<^+x+YS],7ZfUU"͎U:}iM pr $yTyPOTvyIO"2=Q饈d{hLMM%@bN"0bQ|BFj[#p$ȰG,dIo}Tuo`VPhP֒iJS1J r(SS^9Ļ`8.xL OP1Zz$GkdC3J:MNIx"r='J@GwO\(a\[`\P֖bO(LR @k%/ƴIv 57Qd>`)Nܛ~9*חʭVޥp{;E::hrnhxvR^; &Mn>[^! C_`)~U-pbe& v#u{Q?p1,&5d&R +b޲CćIo*ie3e-p7nV/߬90U:fU"VL/-Lk&!<Ђ*~oQA={cD>IO#UU*1ypk1$7ժRYq x:k޻wcCvRdԵ\981,1x `^_[#ybtD /SP0ޥ[P7H+i[ڷ|LexgŒܛ̲WgQ+ rbZTl*+lQ5$tZR`>˾e _LQT?sb oIw\>{rc\{6|MS  w}$f1qb[ΠGd|%ΈVx8XNd9X[moGsȌ`m\F.2w@ @li}4*<БȫUM\[ @':[o*@* ,YEPsscˇ3f'VIh}`9/l>)V)c^VSr 66(vV)ֺCr gQ貌IZZMR2C~Tvj^f[2PP0@/6[ryq])->-,+FGnٜ5)6>9wPvyM,1a3w+X$|3V9 t`{ G T}%3p?rŴ`nǯ-L;!RJxG/ xj<_\b, >4d!07hqď.˄[Cioj9+El*j^ç&V/\/P_K mډ)صY"XB[fExx䔏a"ǮXYCMܱխ 8s0{oKONTm?#7e4q:F[h"@Q]v4;gЍf~$R74\GҨk]@ZhUF :cJ ߡOR8wi +޹0i%;oΏݻPfFRU.2pM\Mm]͈%{%-`9ou 9m0 Hv(7>5M rZSYNrbZ2XEF(JS45[8CWC(R㣬CJ)X0?aVY,A;詯}OVYITM.Crz%~by n5_^GNi~x/_[JZPEٴ%uOZ0jDy@'ڈo8{c Ľ:[O'Rpuj);bre=C Px  |ĚPI*U)Sh>$ : dADlI!:IΰuJ@đJ:cπU8޹P-ls ' [Zv+<ƶn|MRc n@l/L& w'z7R=0cg ⭺PT/~F!1b5;QK(iȍ+g÷qv@<֞SRRrwPO>@q!'.w +E7'ZB/: D V+U&[4I-Yɮ=u)g3g0~Q; G]xt[XXeݑ6tފb2kf; ӡtyb:D8/2ɥ|x;s7mWtn*_m6?$||Owʕw: _rA(6󑆄e>HKqTv]NtwF&_Ub`C/]׍ͭAef_ݟ^ pϱq}'cc]FpXGQ0wLܺ.Sill :^_ j,WRk$H= մ⩜-\c[Me-_ w荳##Z`SJ؎ҟ)А͆ٳN7ؾC5[ =5,Z˳ GQ|̖o;3ɵo ~`r#ytų+h˗/O;:Tp숆UcdKh՚v;{v}NM%AOWkW/  ]^wiJ³NXd'cQA]|ċZ0%0rF(2`+hf=ǭQ<2JOSmL%.%}0AxDQP86x;+ lNIg҅BۺYiT*]rVmٟ;q}ovȅV}6#%ctE38lgi'뼥V~=T;}\e'emedEZ<%[}'e?3~yv^wR --with-macosx-version-min=10.7 make make allmo make wxMaxima.app Note that the version specified in `--with-macosx-version-min` should match the version used when configuring wxWidgets. #### Windows specific instructions On Windows execute instead: ./configure --with-wx-config= make make allmo make wxMaxima.win which builds the directory structure necessary for running wxMaxima. Note that this structure might be lacking a few .dll files, depending on the compiler. They will be named libstdc++-6.dll and libgcc_s_sjlj-1.dll or similar. It is also possible to tell the GNU C compiler to try to include all necessary .dll files in wxMaxima.exe while compiling wxMaxima. In order to make this work wxWidgets has to be compiled statically which allows to include it directly into an .exe file: ./configure --with-wx-config= --enable-static-wx -enable-fullystatic make allmo make wxMaxima.win The build system also offers a build target that creates a zip archive whose contents is a self-contained wxMaxima installation that can be placed in the folder maxima was installed in, again with the caveat of the .dll files: make wxMaxima.win.zip Additional information about installing and configuring wxMaxima ---------------------------------------------------------------- - Mac OS X: https://themaximalist.org/about/my-mac-os-installation/ wxmaxima-Version-18.02.0/art/000077500000000000000000000000001324204105000157155ustar00rootroot00000000000000wxmaxima-Version-18.02.0/art/.gitignore000066400000000000000000000000051324204105000177000ustar00rootroot00000000000000*.pngwxmaxima-Version-18.02.0/art/config/000077500000000000000000000000001324204105000171625ustar00rootroot00000000000000wxmaxima-Version-18.02.0/art/config/.gitignore000066400000000000000000000000051324204105000211450ustar00rootroot00000000000000*.pngwxmaxima-Version-18.02.0/art/config/document-export.svg000066400000000000000000000241121324204105000230400ustar00rootroot00000000000000 image/svg+xml wxmaxima-Version-18.02.0/art/config/edit-copy-confdialogue.svg000066400000000000000000000363561324204105000242520ustar00rootroot00000000000000 image/svg+xml Edit Copy 2005-10-15 Andreas Nilsson edit copy Jakub Steiner wxmaxima-Version-18.02.0/art/config/edit-copy_backup.svg000066400000000000000000000357641324204105000231440ustar00rootroot00000000000000 image/svg+xml Edit Copy 2005-10-15 Andreas Nilsson edit copy Jakub Steiner wxmaxima-Version-18.02.0/art/config/editing.svg000066400000000000000000000436711324204105000213410ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/config/images.h000066400000000000000000036754641324204105000206310ustar00rootroot00000000000000/* Automatically generated file using generate_pngs.sh */ /* SVG images are converted to PNG (using inkscape) and then converted to C using xxd */ /* This file is part of wxMaxima. */ /* Copyright (C) 2018 wxMaxima Team (https://andrejv.github.io/wxmaxima/) */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License, or */ /* (at your option) any later version. */ /* 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. */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ unsigned char document_export_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x1b, 0xaf, 0x00, 0x00, 0x1b, 0xaf, 0x01, 0x5e, 0x1a, 0x91, 0x1c, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x1c, 0xc9, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x77, 0x74, 0x54, 0xd7, 0x9d, 0xc7, 0x39, 0x9b, 0x3f, 0x76, 0x73, 0x4e, 0xb2, 0x27, 0xd9, 0xdd, 0x6c, 0xfb, 0x67, 0xd3, 0x36, 0xbb, 0x5e, 0xa7, 0x79, 0xe3, 0xf8, 0x24, 0x4e, 0xf0, 0xd9, 0x6c, 0x7c, 0xd6, 0xeb, 0xb8, 0xdb, 0xc1, 0x4e, 0xb2, 0x31, 0xbd, 0x18, 0x6c, 0x8c, 0x4d, 0x07, 0x1b, 0x90, 0x41, 0x6d, 0x34, 0x2a, 0x20, 0x8a, 0x40, 0x02, 0x84, 0x84, 0x04, 0xea, 0x0d, 0x55, 0x24, 0x24, 0xd4, 0x7b, 0x1b, 0xf5, 0x51, 0x19, 0xf5, 0xde, 0x91, 0x84, 0x00, 0xdb, 0xbf, 0xbd, 0xbf, 0xfb, 0xe6, 0x8d, 0xa6, 0xbc, 0xfb, 0xca, 0xcc, 0x48, 0x1a, 0x0d, 0x7a, 0xe7, 0x7c, 0x0f, 0x32, 0xb2, 0x86, 0xa7, 0xf9, 0x7e, 0x7e, 0xe5, 0xde, 0x77, 0xef, 0x9d, 0x35, 0x6b, 0x56, 0xaf, 0xd5, 0x6b, 0xf5, 0x5a, 0xbd, 0x56, 0xaf, 0xd5, 0x6b, 0xf5, 0x5a, 0xbd, 0x56, 0xaf, 0xd5, 0x4b, 0xec, 0x8a, 0x8a, 0x8a, 0xfa, 0x8a, 0xa7, 0xb7, 0xeb, 0x73, 0x2a, 0x2f, 0x37, 0x6f, 0x4f, 0x2f, 0xf7, 0x1c, 0x4f, 0x2f, 0xb7, 0x46, 0xa2, 0x51, 0xa2, 0x71, 0x27, 0xd1, 0x18, 0xf9, 0xbd, 0x34, 0x44, 0xc7, 0x7d, 0x7d, 0x7d, 0xbf, 0xba, 0xea, 0xb8, 0xd1, 0xa5, 0x52, 0xb9, 0xbf, 0xae, 0x37, 0x1c, 0x1e, 0x07, 0x79, 0x78, 0xb9, 0xe5, 0xb9, 0xb8, 0xb8, 0x7c, 0xed, 0xb1, 0x37, 0xde, 0xdf, 0xdf, 0xff, 0x2f, 0x3d, 0xd4, 0xae, 0xd7, 0x1e, 0x17, 0xe3, 0x4d, 0xa4, 0x76, 0x2b, 0x54, 0xa9, 0x54, 0x5f, 0x7f, 0x6c, 0xcd, 0x27, 0x11, 0xf0, 0x57, 0x18, 0x09, 0x8f, 0xa5, 0xf9, 0x46, 0x10, 0x1c, 0x3c, 0x78, 0xf0, 0xf1, 0x84, 0x80, 0x44, 0x7e, 0xe8, 0x63, 0x6d, 0xbe, 0x41, 0xee, 0x25, 0x24, 0x18, 0xfe, 0xfa, 0x71, 0x33, 0xff, 0x8d, 0xc7, 0x3c, 0xf2, 0x41, 0x65, 0xf2, 0xdf, 0xee, 0x55, 0x2e, 0x7e, 0x2e, 0xdf, 0x78, 0x7c, 0xba, 0xfd, 0xc7, 0xa8, 0xe1, 0xa3, 0x4d, 0x9f, 0xca, 0x95, 0xfc, 0x89, 0x72, 0x5f, 0xf8, 0x7b, 0x15, 0x07, 0xc2, 0x02, 0x04, 0xae, 0x35, 0x1e, 0x1e, 0x1e, 0xdf, 0x74, 0x7a, 0x00, 0x70, 0xa8, 0xc7, 0x7a, 0xa3, 0x22, 0x22, 0x6f, 0x40, 0x41, 0x61, 0x3e, 0x94, 0x55, 0x94, 0x42, 0x8b, 0xb6, 0x19, 0x3a, 0x3a, 0xda, 0x25, 0xd4, 0x46, 0xd5, 0x2e, 0xa4, 0x76, 0x21, 0xb5, 0x1a, 0xd4, 0x26, 0xa5, 0x36, 0x5e, 0x5a, 0x13, 0xb5, 0x4a, 0xaa, 0xc5, 0x42, 0xa9, 0xe9, 0xc9, 0xc6, 0x23, 0x00, 0xd3, 0xe8, 0x37, 0x06, 0x45, 0xed, 0x56, 0x47, 0x86, 0x88, 0x7f, 0xe3, 0xdc, 0x43, 0x3e, 0x3a, 0xce, 0x17, 0x7e, 0x03, 0xf2, 0xf2, 0x73, 0xe1, 0xe1, 0xa3, 0x87, 0xf0, 0xe5, 0x97, 0x5f, 0xca, 0xd4, 0x17, 0x4c, 0x7d, 0xf1, 0xc5, 0x62, 0xeb, 0x73, 0x41, 0x7d, 0x2e, 0xa0, 0x47, 0x8f, 0x1e, 0xc1, 0xed, 0xcc, 0xb4, 0x85, 0xc8, 0xe7, 0x6a, 0xff, 0x02, 0x08, 0x26, 0xd9, 0xc0, 0xbd, 0xc9, 0xdd, 0xdd, 0xfd, 0x6f, 0x9d, 0x37, 0x03, 0x78, 0xb9, 0x65, 0xb3, 0x00, 0x28, 0x2d, 0x2b, 0xb6, 0xca, 0xf0, 0x2f, 0xcc, 0xb5, 0x44, 0x66, 0x8b, 0x1a, 0xff, 0xb9, 0xa9, 0x10, 0x82, 0xd4, 0xf4, 0x14, 0x89, 0x72, 0xe1, 0xca, 0xf7, 0x04, 0xad, 0xde, 0xde, 0xde, 0x7f, 0xe7, 0xac, 0x00, 0x34, 0xb1, 0xde, 0x80, 0x96, 0x96, 0x26, 0x65, 0xc6, 0x2f, 0x43, 0x94, 0x7f, 0x2e, 0xc3, 0x6c, 0x96, 0x1e, 0x91, 0xec, 0x76, 0x2b, 0x35, 0x49, 0x5f, 0x06, 0xdc, 0x4d, 0x7b, 0x00, 0xa3, 0x12, 0xa1, 0xcf, 0x0a, 0x3a, 0x92, 0x09, 0xbe, 0xe5, 0x84, 0x00, 0xb8, 0x0e, 0xb0, 0x00, 0xc0, 0xda, 0xbb, 0x62, 0xa2, 0xdc, 0xcc, 0xdc, 0x07, 0x0f, 0x1e, 0xc0, 0xdc, 0xdc, 0x1c, 0xcc, 0xce, 0xce, 0xd2, 0xaf, 0x85, 0x21, 0x78, 0x04, 0x0f, 0x1f, 0x3e, 0x80, 0x84, 0xa4, 0x38, 0xc3, 0xef, 0xac, 0x12, 0xc9, 0x06, 0x1e, 0x5e, 0xae, 0xdd, 0x6a, 0xb5, 0xfa, 0xef, 0x1f, 0x5b, 0x00, 0x16, 0x3f, 0xc2, 0x6d, 0x8f, 0x72, 0x4c, 0xed, 0x68, 0xfc, 0xf4, 0xf4, 0x34, 0x8c, 0x4f, 0x8c, 0xc3, 0xf0, 0xc8, 0x30, 0x0c, 0x0f, 0x0f, 0x51, 0x10, 0x8c, 0x8d, 0x37, 0x16, 0x07, 0x41, 0xac, 0xf1, 0x5c, 0x00, 0xa8, 0xd4, 0x9c, 0x04, 0x1a, 0xc3, 0x7e, 0x75, 0x80, 0x13, 0x41, 0x20, 0x05, 0xc0, 0xe2, 0x45, 0xb8, 0xc2, 0x28, 0x97, 0x99, 0xd6, 0x67, 0x67, 0x67, 0x60, 0x72, 0x72, 0x02, 0xc6, 0xc6, 0x46, 0x61, 0x68, 0x68, 0x10, 0xfa, 0xfb, 0xfb, 0xa0, 0xbb, 0xa7, 0x0b, 0x7a, 0x7a, 0xbb, 0x69, 0xca, 0x37, 0x37, 0xff, 0x91, 0x5e, 0x0f, 0x08, 0x04, 0xb1, 0xf1, 0x51, 0xe0, 0xe5, 0xed, 0x41, 0xe4, 0x09, 0x6a, 0x1f, 0x4f, 0xf0, 0x26, 0xf2, 0xf2, 0xf1, 0xd0, 0x97, 0x01, 0x57, 0xe3, 0xb2, 0x30, 0x7c, 0xfa, 0xf4, 0xe9, 0x7f, 0x70, 0x7e, 0x00, 0xc8, 0xb0, 0x4b, 0xcc, 0x3c, 0x7c, 0x43, 0x8d, 0xf5, 0xf0, 0xa1, 0x5c, 0x3d, 0x50, 0xa4, 0x07, 0xbc, 0x1e, 0x08, 0x69, 0xde, 0xa0, 0xfb, 0xf7, 0xe7, 0x60, 0x74, 0x74, 0x04, 0x06, 0x87, 0x06, 0xa0, 0xb7, 0xaf, 0x07, 0xba, 0xba, 0x74, 0x74, 0x78, 0xda, 0xda, 0xda, 0x02, 0xcd, 0xa4, 0x9f, 0x99, 0x9b, 0x9b, 0x35, 0x98, 0x8e, 0xa3, 0x1b, 0x7c, 0xcd, 0xf9, 0x87, 0xf3, 0x30, 0xff, 0xe0, 0x3e, 0xdc, 0x9f, 0xbf, 0x0f, 0x73, 0xe4, 0xe7, 0x63, 0xe2, 0xa2, 0xc0, 0xc7, 0x4f, 0x4d, 0xe4, 0x45, 0xe5, 0x4b, 0xbe, 0x56, 0xfb, 0x7a, 0x5a, 0x0c, 0x1b, 0x49, 0x76, 0x18, 0x3b, 0x7f, 0xde, 0xeb, 0x1f, 0x1f, 0x5b, 0x00, 0xf0, 0x0d, 0x1c, 0x1e, 0x19, 0x5c, 0xd0, 0x30, 0x6a, 0x80, 0x6a, 0xc8, 0x42, 0xfd, 0x24, 0x1a, 0xfb, 0x89, 0x31, 0xe6, 0xea, 0x33, 0x68, 0x60, 0xd0, 0x5c, 0xbd, 0x06, 0xf5, 0xa3, 0x06, 0x78, 0xf5, 0x98, 0xa8, 0x8f, 0x57, 0x7f, 0x37, 0x89, 0xf2, 0x4e, 0x68, 0x68, 0xd4, 0x40, 0x5d, 0x7d, 0x0d, 0x54, 0x6b, 0x2a, 0xa1, 0xa2, 0xaa, 0x0c, 0x4a, 0xcb, 0x8b, 0xa0, 0xb0, 0x38, 0x1f, 0x4a, 0x4a, 0x8b, 0x60, 0x6a, 0x7a, 0x92, 0x03, 0x85, 0x1a, 0x3e, 0x47, 0x80, 0xe1, 0x4c, 0x47, 0x30, 0x66, 0x51, 0x24, 0x7b, 0x4c, 0xdf, 0x9b, 0x26, 0x10, 0x44, 0x82, 0xef, 0x19, 0x6f, 0x22, 0x35, 0xf8, 0x9e, 0x26, 0x22, 0x20, 0x60, 0x36, 0xb0, 0x18, 0x1d, 0x78, 0xb9, 0x4d, 0xf9, 0xf9, 0xf9, 0xfd, 0x93, 0x13, 0x03, 0xa0, 0x55, 0x00, 0xc0, 0x80, 0x1d, 0x01, 0xe8, 0xb5, 0x0a, 0x80, 0xae, 0xee, 0x0e, 0xa8, 0xd5, 0x54, 0x41, 0x55, 0x75, 0x39, 0x94, 0x57, 0x94, 0x40, 0x49, 0x59, 0x21, 0x14, 0x14, 0xe7, 0x42, 0x6e, 0x7e, 0x36, 0x64, 0xdf, 0xcd, 0x84, 0xce, 0xee, 0x76, 0x62, 0xf8, 0xac, 0xde, 0xf0, 0x19, 0x6a, 0xf8, 0xcc, 0xec, 0x3d, 0x98, 0x99, 0xb9, 0x07, 0xf7, 0x66, 0xa6, 0xa9, 0x10, 0x80, 0xa9, 0xe9, 0x09, 0x88, 0x21, 0xe5, 0x80, 0x83, 0xc0, 0x9b, 0x66, 0x04, 0x6f, 0x5f, 0x2f, 0x5a, 0x1e, 0x04, 0x46, 0x0a, 0xd3, 0x2b, 0x1a, 0x02, 0x31, 0x00, 0x5a, 0xad, 0x00, 0x60, 0x68, 0x59, 0x01, 0x68, 0x27, 0x51, 0x5f, 0x0a, 0x65, 0xe5, 0xc5, 0x50, 0x54, 0x92, 0x0f, 0xf9, 0x85, 0x77, 0x21, 0x87, 0x18, 0x7f, 0x27, 0x27, 0x03, 0x6e, 0x67, 0xa5, 0x91, 0xdf, 0xa7, 0x19, 0x06, 0x86, 0x7a, 0x61, 0x5a, 0x6f, 0xf6, 0xbd, 0x7b, 0x68, 0xf8, 0x94, 0x41, 0x53, 0xd3, 0xfc, 0xd7, 0x93, 0x30, 0x39, 0x35, 0x01, 0xb1, 0x98, 0x09, 0x4e, 0x73, 0xa5, 0x00, 0x7b, 0x02, 0x0a, 0x80, 0xf0, 0x7b, 0xb5, 0x72, 0x21, 0xb0, 0x1a, 0x80, 0x87, 0x0f, 0xe5, 0xa7, 0x7f, 0xbb, 0x01, 0xc0, 0x30, 0x5f, 0x0f, 0x40, 0x67, 0x67, 0x3b, 0x49, 0xf5, 0x85, 0x50, 0x58, 0x94, 0x07, 0x79, 0x05, 0x77, 0x21, 0x3b, 0x37, 0x0b, 0x32, 0xef, 0xa4, 0x43, 0xfa, 0xed, 0x14, 0x48, 0x49, 0x4b, 0xa2, 0xd3, 0xc0, 0x3d, 0x7d, 0x9d, 0x04, 0x82, 0x3e, 0x6a, 0x36, 0x96, 0x04, 0x34, 0x5b, 0x58, 0x53, 0x5c, 0x26, 0x20, 0x3d, 0x81, 0x9a, 0x34, 0x85, 0x42, 0x23, 0x02, 0xa7, 0x80, 0x40, 0x19, 0x00, 0x0b, 0xdd, 0xb9, 0x22, 0x00, 0x86, 0x24, 0x00, 0x18, 0x94, 0x00, 0x40, 0x32, 0xfa, 0x39, 0x00, 0x74, 0x9d, 0x6d, 0x34, 0xea, 0xef, 0xe6, 0xdd, 0x21, 0x51, 0x7f, 0x9b, 0x46, 0x7d, 0xfa, 0xed, 0x64, 0x48, 0x49, 0x4d, 0x84, 0xa4, 0x5b, 0x71, 0xa0, 0x6d, 0x6b, 0xa2, 0xff, 0x5f, 0xdf, 0x40, 0x37, 0x0c, 0x8e, 0xf4, 0x1b, 0xa2, 0x9d, 0x37, 0x7c, 0xa1, 0x0c, 0x4c, 0x99, 0x28, 0x26, 0x36, 0x52, 0xee, 0x83, 0xa6, 0x95, 0x07, 0x81, 0x28, 0x00, 0xad, 0x5a, 0xe6, 0xf0, 0x0c, 0xbb, 0x73, 0x25, 0xf5, 0x7f, 0x48, 0x24, 0xfa, 0x07, 0x6d, 0x6e, 0x00, 0x39, 0x00, 0x3a, 0x74, 0x5a, 0x92, 0xf2, 0xb3, 0x20, 0xeb, 0x4e, 0x06, 0x64, 0x64, 0xa6, 0xd1, 0x87, 0x3e, 0xb7, 0x52, 0x13, 0x20, 0xf1, 0x56, 0x2c, 0xc4, 0x25, 0x44, 0x83, 0xb6, 0xbd, 0x99, 0xfb, 0x59, 0xfd, 0xeb, 0x0e, 0x8f, 0x0e, 0x52, 0xf3, 0x79, 0xe3, 0xa9, 0x66, 0x51, 0xa4, 0x2f, 0x98, 0xe3, 0x44, 0x9b, 0xc3, 0xfb, 0x33, 0x10, 0x9f, 0x18, 0xe3, 0x9c, 0x10, 0x88, 0x01, 0xa0, 0x25, 0xc3, 0x27, 0xd6, 0xb8, 0xdc, 0x00, 0xc0, 0xb0, 0xbd, 0xeb, 0xbf, 0x75, 0x23, 0x00, 0x54, 0x7b, 0x47, 0x2b, 0x64, 0x12, 0xe3, 0xd3, 0x33, 0x92, 0x21, 0x19, 0xa3, 0x3e, 0x39, 0x1e, 0x12, 0x88, 0x71, 0x98, 0xc6, 0x23, 0x63, 0x6e, 0x42, 0x5b, 0x47, 0x0b, 0xf7, 0x6f, 0x93, 0x7b, 0x1a, 0x1e, 0x19, 0xa0, 0x00, 0x8c, 0x4d, 0x8c, 0x50, 0xe3, 0x67, 0x66, 0x79, 0xc3, 0x67, 0x68, 0x93, 0x88, 0xcd, 0x22, 0x0e, 0x2b, 0x71, 0xb4, 0x30, 0x4f, 0x86, 0x88, 0xf3, 0x64, 0xf4, 0x70, 0x2b, 0x39, 0xc1, 0xf9, 0x20, 0x90, 0x03, 0x80, 0xd0, 0x84, 0x8b, 0x3c, 0x00, 0xfa, 0x97, 0xac, 0x01, 0x44, 0xb5, 0x91, 0x1a, 0x9f, 0x92, 0x76, 0x8b, 0x18, 0x95, 0x08, 0xf1, 0x49, 0x5c, 0xd4, 0x63, 0xfa, 0x8e, 0x8c, 0xbe, 0x01, 0x37, 0x22, 0xc2, 0x40, 0xa7, 0x6b, 0x83, 0x91, 0xb1, 0x21, 0xa2, 0x61, 0x18, 0x1d, 0x1f, 0x81, 0xf1, 0x89, 0x51, 0x18, 0x9f, 0x1c, 0x85, 0xa9, 0xa9, 0x49, 0x41, 0xc3, 0xe9, 0xfc, 0x02, 0x9d, 0x8b, 0xe0, 0x26, 0x90, 0xf0, 0xbd, 0x48, 0x93, 0x7c, 0x80, 0xb4, 0xc2, 0x20, 0x90, 0x02, 0x80, 0x35, 0xe3, 0xb6, 0x00, 0xc0, 0x80, 0x6d, 0xf5, 0xdf, 0x9e, 0x00, 0x90, 0x14, 0x9f, 0x48, 0x6a, 0x3d, 0x1a, 0x1f, 0x1d, 0x13, 0x01, 0x51, 0xd1, 0x37, 0x21, 0x22, 0x2a, 0x1c, 0xc2, 0x6e, 0x86, 0x42, 0x68, 0x58, 0x30, 0x74, 0x76, 0x75, 0x10, 0xc3, 0xc7, 0x60, 0x72, 0x72, 0x1c, 0x26, 0x49, 0x83, 0x47, 0x9b, 0xc0, 0x99, 0x29, 0x32, 0x0c, 0x9c, 0x26, 0x69, 0x7e, 0x56, 0xd0, 0x70, 0xec, 0x7d, 0xf0, 0x01, 0x18, 0x7f, 0xe1, 0xd7, 0x08, 0x99, 0x1c, 0x08, 0x54, 0x5e, 0x6e, 0x13, 0xb8, 0xd6, 0xd2, 0x79, 0x01, 0xb0, 0x43, 0xfa, 0xb7, 0xb9, 0x01, 0x34, 0x02, 0x40, 0xdb, 0xda, 0x04, 0xb1, 0xf1, 0xd1, 0x10, 0x45, 0xd2, 0xfd, 0xcd, 0xc8, 0x30, 0x08, 0xbf, 0x79, 0x1d, 0xc2, 0x6f, 0x84, 0x42, 0xc8, 0xf5, 0x60, 0xb8, 0x7a, 0xed, 0x32, 0x19, 0x26, 0x76, 0x91, 0x74, 0x8f, 0xcd, 0xde, 0x42, 0xaa, 0xe7, 0x22, 0x7e, 0x9e, 0xfe, 0x3e, 0x8f, 0xa8, 0xe9, 0xa6, 0x86, 0x0b, 0x5d, 0xca, 0x20, 0x70, 0x0f, 0x73, 0x62, 0x00, 0x06, 0xec, 0x9c, 0xfe, 0xad, 0x6f, 0x00, 0x51, 0x2d, 0x04, 0x80, 0x88, 0xc8, 0x70, 0x6a, 0x7a, 0x68, 0xf8, 0x35, 0x62, 0xfc, 0x55, 0xb8, 0x16, 0x72, 0x05, 0xae, 0x5c, 0x0d, 0x84, 0xc0, 0xa0, 0x00, 0xe8, 0xed, 0xef, 0xa5, 0x53, 0xbe, 0x98, 0xde, 0xe9, 0x34, 0xf3, 0xe7, 0x0f, 0xe9, 0xef, 0x22, 0x65, 0xb8, 0x8d, 0x10, 0xf4, 0xae, 0x5c, 0x00, 0xb4, 0xcd, 0x4c, 0x00, 0x70, 0x1e, 0x5e, 0x4e, 0xf4, 0x2f, 0x55, 0xfa, 0xa7, 0x00, 0xb4, 0x34, 0x40, 0xd8, 0x8d, 0x10, 0x08, 0x09, 0xbd, 0x0a, 0x57, 0x83, 0x83, 0xe0, 0x4a, 0x70, 0x20, 0x5c, 0x26, 0xe6, 0x5f, 0x0c, 0xbc, 0x00, 0xe7, 0x2e, 0xf8, 0x93, 0x7b, 0x19, 0xb0, 0xda, 0x70, 0xd6, 0x95, 0x71, 0x3b, 0x4d, 0x1c, 0x00, 0x95, 0xeb, 0xa8, 0x13, 0x02, 0xf0, 0x48, 0x02, 0x80, 0x7e, 0xfb, 0xa4, 0x7f, 0x85, 0x00, 0x34, 0x35, 0xd7, 0x43, 0x70, 0xc8, 0x65, 0xb8, 0x1c, 0xcc, 0x45, 0xfc, 0xa5, 0xc0, 0xf3, 0x10, 0x70, 0xe9, 0x1c, 0x31, 0xff, 0x0c, 0x9c, 0xf6, 0xf7, 0x81, 0x91, 0x91, 0x61, 0xb0, 0xf7, 0x85, 0x30, 0x85, 0x91, 0x8c, 0xe3, 0x94, 0x00, 0xb4, 0x50, 0x00, 0x1e, 0x09, 0x0a, 0x1b, 0x26, 0xfb, 0x46, 0xbf, 0x15, 0xe9, 0xdf, 0x0c, 0x80, 0x46, 0x02, 0x40, 0xd0, 0xe5, 0x00, 0x08, 0x08, 0x24, 0xa6, 0x07, 0xf8, 0x53, 0xe3, 0xcf, 0x9c, 0xf5, 0xa3, 0x4f, 0xf4, 0x70, 0x1a, 0x17, 0xd7, 0x05, 0x2c, 0xc6, 0x95, 0x98, 0x14, 0xef, 0xac, 0x00, 0x34, 0x59, 0x01, 0x80, 0x58, 0xf4, 0xdb, 0x3b, 0xfd, 0x9b, 0x02, 0x50, 0x57, 0x5f, 0x0d, 0x67, 0x89, 0xe9, 0xe7, 0xce, 0x9f, 0x26, 0xc6, 0xfb, 0xd0, 0x27, 0x79, 0x6a, 0xa3, 0xa7, 0x78, 0xa5, 0x65, 0x25, 0x24, 0x4b, 0x34, 0xda, 0x5d, 0xd7, 0xc3, 0x43, 0xe8, 0xeb, 0xbb, 0x7b, 0x9e, 0x82, 0x4f, 0x8f, 0x1f, 0xa1, 0x72, 0xf3, 0x38, 0xe9, 0xfc, 0x00, 0x2c, 0x56, 0xf4, 0x5b, 0x93, 0xfe, 0x79, 0x00, 0xbc, 0x7d, 0x55, 0xc4, 0x74, 0x0f, 0x6e, 0x61, 0x87, 0xda, 0x63, 0xc9, 0xf6, 0x1a, 0x7c, 0xf2, 0xe9, 0x61, 0xd8, 0xbc, 0x65, 0x03, 0x6c, 0xd8, 0xf4, 0x2e, 0xd5, 0xa6, 0xcd, 0x1b, 0xe0, 0xc8, 0xd1, 0x83, 0x2b, 0x1b, 0x00, 0x5c, 0x44, 0xf1, 0xc8, 0x68, 0xd5, 0x0c, 0x2e, 0xb7, 0xe2, 0x25, 0x0c, 0x80, 0xb5, 0xd1, 0x2f, 0x3f, 0xfd, 0x8b, 0x02, 0xd0, 0x50, 0x43, 0x17, 0x6f, 0xc8, 0x78, 0x70, 0x63, 0x57, 0x9d, 0x74, 0x3d, 0x41, 0x0c, 0x5f, 0x6f, 0x30, 0xdf, 0x58, 0x07, 0x0f, 0xee, 0x9d, 0x70, 0x0e, 0x00, 0x1e, 0xc9, 0x04, 0x60, 0x68, 0xa9, 0x9a, 0x3f, 0x4b, 0x00, 0x34, 0xf5, 0x35, 0xcb, 0xb2, 0xd3, 0x68, 0xef, 0xfe, 0x8f, 0x04, 0xcd, 0xe7, 0xb5, 0x6d, 0xc7, 0x96, 0xcf, 0x56, 0x2e, 0x00, 0x8f, 0x1e, 0x09, 0xca, 0x12, 0x00, 0x31, 0xf3, 0x17, 0x3f, 0xfd, 0xa3, 0xea, 0x1b, 0x6a, 0x97, 0x05, 0x80, 0x0f, 0xf7, 0xbc, 0x2f, 0x0a, 0xc0, 0x86, 0x8d, 0xef, 0x7e, 0xe9, 0xb0, 0x10, 0x88, 0x02, 0xd0, 0xcc, 0x06, 0x60, 0xde, 0x04, 0x80, 0xfe, 0x25, 0x89, 0x7e, 0x29, 0x00, 0xba, 0x7a, 0x74, 0xb4, 0x07, 0x58, 0x6a, 0x00, 0x76, 0x4b, 0x01, 0xa0, 0x87, 0x60, 0xeb, 0xf6, 0xcd, 0x27, 0x57, 0x18, 0x00, 0x8d, 0x16, 0x0b, 0x3f, 0x79, 0x2d, 0x00, 0xa0, 0xc0, 0x7c, 0xbb, 0x45, 0xbf, 0x25, 0x00, 0xbd, 0x7a, 0x65, 0x64, 0xa6, 0x39, 0x26, 0x00, 0x8e, 0x9a, 0x09, 0xec, 0x02, 0xc0, 0x12, 0xa4, 0x7e, 0xa9, 0xe8, 0xef, 0x35, 0xa8, 0x8b, 0x4e, 0xd1, 0xfa, 0x9f, 0x3b, 0xed, 0x78, 0x00, 0x38, 0x62, 0x26, 0x10, 0x03, 0xa0, 0x49, 0x0c, 0x80, 0xf9, 0x79, 0x45, 0xe6, 0x5b, 0xa6, 0x7e, 0x2b, 0xa3, 0x5f, 0x06, 0x00, 0xb8, 0xf6, 0x8f, 0x5f, 0x1d, 0x5c, 0x53, 0x5b, 0x05, 0x95, 0xb8, 0x48, 0xb4, 0x12, 0x17, 0x89, 0x16, 0x41, 0x51, 0x71, 0x3e, 0x14, 0x14, 0xe5, 0x42, 0x6e, 0x5e, 0x0e, 0xe4, 0xe4, 0x64, 0x41, 0x56, 0xf6, 0x6d, 0x9a, 0x35, 0xd2, 0xd2, 0x71, 0xe5, 0x50, 0x12, 0x24, 0x25, 0x27, 0x40, 0x7c, 0x62, 0x2c, 0xc4, 0xc5, 0xe1, 0x43, 0xa5, 0x48, 0xfa, 0x6c, 0xe1, 0x66, 0x44, 0x18, 0x24, 0x27, 0xdf, 0x82, 0x84, 0xc4, 0x04, 0x88, 0x8b, 0x8f, 0x83, 0xd8, 0xb8, 0x58, 0x13, 0xa9, 0x54, 0xee, 0xf2, 0x01, 0x70, 0x34, 0x08, 0xac, 0x07, 0xe0, 0xbe, 0x7c, 0xf3, 0x97, 0x30, 0xfa, 0x51, 0x9d, 0x5d, 0xed, 0x14, 0x82, 0xe6, 0x96, 0x46, 0x3a, 0x3d, 0x5c, 0x47, 0x9a, 0xc3, 0x1a, 0xfd, 0x6a, 0x61, 0x5c, 0x34, 0x8a, 0x9b, 0x5e, 0x8b, 0x8b, 0x0b, 0xe8, 0xda, 0xc1, 0xdc, 0xfc, 0x1c, 0xba, 0x8a, 0xe8, 0x4e, 0x36, 0x2e, 0x21, 0x4b, 0x87, 0xb4, 0x8c, 0x14, 0x48, 0xd5, 0xaf, 0x29, 0x48, 0x40, 0x10, 0xe2, 0x63, 0x20, 0x26, 0x36, 0x0a, 0x32, 0x6e, 0x67, 0x10, 0x48, 0xd2, 0x20, 0x39, 0x25, 0x19, 0x12, 0x93, 0x12, 0x09, 0x20, 0x04, 0x84, 0xd8, 0x58, 0x2a, 0x4f, 0xa5, 0x00, 0x38, 0x12, 0x04, 0xe2, 0x00, 0x34, 0xd0, 0xd5, 0xbf, 0x42, 0x52, 0x02, 0xc0, 0xc0, 0x12, 0x46, 0x7f, 0x6f, 0x1f, 0x27, 0x84, 0xa0, 0x43, 0xd7, 0x0a, 0xad, 0xed, 0x2d, 0xd0, 0xac, 0x6d, 0x84, 0xc6, 0xe6, 0x3a, 0xa8, 0x6f, 0xac, 0x85, 0xda, 0xba, 0x2a, 0xa8, 0xae, 0xae, 0x80, 0x4a, 0xba, 0x67, 0x80, 0x80, 0x50, 0x52, 0x60, 0x58, 0x44, 0x9a, 0x93, 0x7b, 0x07, 0xb2, 0x73, 0x32, 0x21, 0x33, 0x2b, 0x03, 0xd2, 0x33, 0x52, 0x39, 0x10, 0x52, 0x12, 0x21, 0xf1, 0x56, 0x3c, 0xdc, 0xcd, 0xcd, 0x21, 0x90, 0x64, 0xc1, 0xed, 0x4c, 0xfc, 0x5e, 0x1a, 0xa4, 0x10, 0x10, 0x92, 0x92, 0x92, 0x20, 0x21, 0x21, 0xc1, 0x3a, 0x00, 0x1c, 0x05, 0x02, 0x51, 0x00, 0x9a, 0x04, 0x00, 0xd0, 0xef, 0xee, 0xe1, 0x01, 0x58, 0xec, 0xd4, 0x2f, 0xb7, 0xf9, 0xe3, 0xa3, 0x9f, 0x07, 0xc0, 0x00, 0x42, 0x77, 0x07, 0x74, 0x74, 0xb6, 0xd2, 0xe5, 0x60, 0x2d, 0xad, 0x5c, 0x46, 0xc0, 0xf2, 0xa0, 0xa9, 0xab, 0x86, 0x6a, 0x5a, 0x1e, 0xca, 0xa0, 0xac, 0x82, 0x80, 0x50, 0x5a, 0x48, 0xcb, 0x03, 0x5d, 0x54, 0x9a, 0x9b, 0x4d, 0x40, 0xc0, 0x15, 0xc5, 0xc4, 0xec, 0xdb, 0xa9, 0x34, 0x2b, 0x14, 0x15, 0x15, 0x42, 0x7e, 0x3e, 0xc9, 0x18, 0x79, 0x77, 0x21, 0x3b, 0xfb, 0x0e, 0x64, 0x66, 0x92, 0xd2, 0x91, 0x91, 0x0e, 0xa9, 0xa9, 0x29, 0xa4, 0x04, 0x78, 0x58, 0x07, 0x80, 0x23, 0x40, 0x20, 0x09, 0x00, 0x63, 0x7b, 0x17, 0x02, 0x60, 0xb7, 0xd4, 0x6f, 0xaf, 0xe8, 0x37, 0x03, 0xa0, 0xc7, 0xa0, 0x4e, 0x32, 0x44, 0xec, 0x00, 0x5d, 0x17, 0x9e, 0x56, 0xa2, 0xa5, 0x0b, 0x47, 0x30, 0xbb, 0x35, 0x34, 0xd5, 0x81, 0xa6, 0x1e, 0x41, 0xa8, 0xe4, 0x36, 0x93, 0xe8, 0xfb, 0x04, 0x2c, 0x0f, 0xdc, 0xea, 0xe2, 0x6c, 0x43, 0x79, 0x28, 0xaf, 0x28, 0x87, 0xd2, 0xd2, 0x52, 0xf2, 0xbd, 0x22, 0x28, 0x28, 0xc8, 0x87, 0xbc, 0xbc, 0x5c, 0xd2, 0x43, 0x64, 0x93, 0x6c, 0x91, 0x09, 0x5e, 0x6a, 0x95, 0xf5, 0x00, 0x2c, 0x37, 0x04, 0x62, 0x00, 0x34, 0x9a, 0x00, 0x60, 0xba, 0x5f, 0xef, 0xbe, 0x20, 0x00, 0xca, 0xcc, 0xb7, 0x35, 0xfa, 0x59, 0xe9, 0x5f, 0x08, 0x00, 0x5e, 0xdd, 0x3d, 0x3a, 0xba, 0x7c, 0xbc, 0x9d, 0x94, 0x07, 0x5c, 0x26, 0xde, 0xd4, 0xd2, 0x40, 0x7e, 0xcf, 0x3a, 0x3a, 0x8d, 0x8c, 0x7d, 0x02, 0x96, 0x87, 0x8a, 0xca, 0x52, 0x0e, 0x04, 0x52, 0x1e, 0xb0, 0x61, 0x44, 0x18, 0x34, 0x9a, 0x5a, 0xf2, 0xbd, 0x2a, 0xa8, 0xa8, 0xa8, 0x80, 0xb2, 0xb2, 0x32, 0xf2, 0xbd, 0x62, 0x28, 0x28, 0x2c, 0x80, 0x3c, 0x92, 0x15, 0xbc, 0x7d, 0xbc, 0x98, 0xe6, 0xee, 0xdd, 0xb7, 0x07, 0x3e, 0xd8, 0xbd, 0xd3, 0x71, 0x87, 0x88, 0xe2, 0x00, 0xd4, 0x33, 0x37, 0x6c, 0x5a, 0x02, 0xd0, 0x67, 0x63, 0xdd, 0xb7, 0x6f, 0xf4, 0xf7, 0x0a, 0x98, 0x8f, 0x7b, 0x07, 0x79, 0x75, 0x13, 0xe1, 0x56, 0x31, 0x2c, 0x0f, 0xad, 0xed, 0xcd, 0xb4, 0x3c, 0xe0, 0xe3, 0x64, 0x9c, 0x4d, 0xac, 0x25, 0xe5, 0xa1, 0xaa, 0xa6, 0x82, 0x6b, 0x18, 0xcb, 0x8b, 0x28, 0x0c, 0x38, 0x29, 0xd6, 0xd0, 0x50, 0x4f, 0x4a, 0x87, 0x06, 0xaa, 0x6b, 0xaa, 0xa1, 0xb2, 0xb2, 0x02, 0xca, 0xcb, 0xcb, 0xa0, 0xa4, 0xb4, 0x18, 0x7c, 0x7c, 0xd4, 0x4c, 0x63, 0x8f, 0x9d, 0x38, 0x4a, 0xcb, 0xcc, 0xee, 0x0f, 0x1d, 0x74, 0xb2, 0xc8, 0x5a, 0x00, 0x06, 0x07, 0x07, 0xe0, 0xe8, 0xf1, 0xe3, 0x7a, 0x1d, 0x33, 0xd1, 0x11, 0xa2, 0x8a, 0xaa, 0x0a, 0x9b, 0x52, 0xbf, 0x54, 0xe7, 0x6f, 0x4d, 0xf4, 0x9b, 0x03, 0xd0, 0xdd, 0xab, 0xa3, 0xc2, 0xf2, 0x90, 0x48, 0xba, 0xfe, 0xfd, 0x47, 0x0e, 0xc3, 0xde, 0x43, 0x07, 0xe1, 0xe3, 0x83, 0x07, 0xe0, 0xa3, 0x03, 0xfb, 0x61, 0xcf, 0xbe, 0xbd, 0xf0, 0xe1, 0xde, 0x8f, 0x61, 0x2f, 0xf9, 0x1a, 0x77, 0x19, 0xe3, 0x66, 0x59, 0x9c, 0x1e, 0x6f, 0x68, 0x24, 0x23, 0x8b, 0x7a, 0x0d, 0x19, 0x62, 0xd6, 0x90, 0x66, 0xb2, 0x12, 0x4e, 0x7c, 0x76, 0x8c, 0x69, 0xea, 0xc1, 0x43, 0xfb, 0x48, 0xe9, 0x69, 0x25, 0xe5, 0x46, 0xe3, 0x98, 0x10, 0x28, 0x01, 0xe0, 0x81, 0x91, 0x5a, 0xc9, 0x9b, 0xf1, 0xe3, 0xa7, 0x9f, 0x61, 0x2a, 0x83, 0x34, 0x49, 0x76, 0x49, 0xfd, 0xf6, 0x8a, 0xfe, 0x3e, 0x61, 0xf3, 0x79, 0x9d, 0xbb, 0x78, 0x81, 0xde, 0xf7, 0x8f, 0x7e, 0xf6, 0x73, 0xaa, 0x1f, 0xfe, 0xe7, 0xd3, 0x54, 0x4f, 0x3e, 0xf5, 0x33, 0xf8, 0xd9, 0x2f, 0x9e, 0x25, 0xaf, 0xd9, 0x0b, 0x5d, 0xdd, 0x9d, 0xa4, 0x7c, 0x74, 0xd0, 0x73, 0x13, 0x70, 0xb1, 0x0c, 0x0e, 0x93, 0xeb, 0xeb, 0xeb, 0xe0, 0xc0, 0xc1, 0xbd, 0x4c, 0x43, 0xf7, 0xec, 0xdd, 0x4d, 0xca, 0x4e, 0x07, 0x5d, 0x84, 0xda, 0x46, 0xfa, 0x0f, 0xb9, 0x10, 0x2c, 0x59, 0x39, 0x10, 0x05, 0x80, 0x90, 0xfe, 0xc0, 0xcc, 0x78, 0xe5, 0x00, 0xf4, 0xda, 0x3d, 0xf5, 0xdb, 0x33, 0xfa, 0xcd, 0x01, 0x30, 0x16, 0x0f, 0xc3, 0xd3, 0xcf, 0xfe, 0x1a, 0x86, 0x86, 0x87, 0x68, 0xd6, 0xeb, 0x23, 0x20, 0x74, 0x77, 0x77, 0x81, 0x4e, 0xd7, 0x41, 0x8f, 0xba, 0xd3, 0x6a, 0x5b, 0xe0, 0xc0, 0xa1, 0xfd, 0xa2, 0x00, 0x8c, 0x8c, 0x0e, 0x72, 0xbb, 0x91, 0x1d, 0x11, 0x02, 0x31, 0x00, 0x1a, 0x58, 0x00, 0x3c, 0x98, 0x97, 0x09, 0x80, 0x72, 0xf3, 0x15, 0x37, 0x7e, 0x76, 0x88, 0x7e, 0x0a, 0x40, 0xc0, 0x05, 0xe6, 0xef, 0xf2, 0xf3, 0x5f, 0xad, 0x85, 0x89, 0xc9, 0x71, 0x7a, 0xea, 0xc8, 0xb0, 0x1e, 0x04, 0x3c, 0x79, 0xa4, 0xa7, 0x07, 0x37, 0xa4, 0xea, 0xe0, 0xd0, 0x91, 0x03, 0x4c, 0x23, 0x3f, 0x22, 0x00, 0xe0, 0xde, 0x03, 0x1e, 0x00, 0xdc, 0x92, 0x8e, 0xf3, 0x13, 0x0e, 0x03, 0x81, 0x24, 0x00, 0x8c, 0x13, 0x39, 0xa4, 0x01, 0xc8, 0xb0, 0xad, 0xee, 0x4b, 0xa6, 0x7e, 0xfb, 0x45, 0xbf, 0x14, 0x00, 0xcf, 0xfc, 0xfa, 0x39, 0xba, 0x87, 0x00, 0xb7, 0x93, 0xe3, 0x2e, 0xa2, 0xf1, 0xf1, 0x31, 0xba, 0xc0, 0x74, 0x68, 0x68, 0x08, 0x06, 0x06, 0xfa, 0xe1, 0xc8, 0xd1, 0x43, 0x4c, 0x13, 0x0f, 0x1c, 0xdc, 0x67, 0x62, 0x3e, 0x2f, 0xdc, 0x78, 0xeb, 0x10, 0xa3, 0x03, 0x71, 0x00, 0xea, 0x04, 0x8f, 0x62, 0xb1, 0x06, 0x00, 0x7b, 0x98, 0xbf, 0x58, 0xd1, 0x2f, 0x07, 0x00, 0xba, 0x7b, 0x48, 0x6f, 0x24, 0xee, 0x25, 0xc4, 0x5d, 0x45, 0xe3, 0x13, 0x04, 0x84, 0xd1, 0x61, 0xf8, 0xec, 0x94, 0x0b, 0x7b, 0x14, 0x70, 0xfc, 0xe8, 0xc2, 0x41, 0x14, 0x66, 0x6a, 0x6b, 0x27, 0x10, 0x7c, 0xb8, 0x6b, 0x79, 0x21, 0x90, 0x07, 0xc0, 0xbc, 0x4d, 0x00, 0xc8, 0x31, 0xdf, 0x7e, 0xa9, 0x5f, 0x79, 0xf4, 0xe3, 0xdc, 0xc0, 0x59, 0x09, 0x00, 0xf0, 0xc0, 0x08, 0x43, 0x24, 0xeb, 0x85, 0x26, 0x22, 0x08, 0x2a, 0xb5, 0x27, 0xd3, 0x3c, 0x84, 0x43, 0xc8, 0x7c, 0x5e, 0xb8, 0xa1, 0x75, 0x59, 0x21, 0x10, 0x03, 0xa0, 0xbe, 0x41, 0x23, 0x68, 0x3e, 0x0a, 0xb7, 0x59, 0xbd, 0xf5, 0x87, 0x3f, 0x32, 0x95, 0x57, 0x90, 0x6b, 0x5d, 0xdd, 0x37, 0x8a, 0xfe, 0x72, 0x4d, 0x23, 0x5c, 0x4b, 0xc8, 0x83, 0x93, 0x17, 0x53, 0x60, 0xa7, 0x6b, 0x24, 0x6c, 0x3c, 0x1e, 0x0e, 0x6f, 0x1f, 0xb8, 0x06, 0x9b, 0xc8, 0x9f, 0x1f, 0x78, 0x44, 0x81, 0x47, 0x50, 0x2a, 0xdc, 0x48, 0x2e, 0x84, 0xfa, 0xe6, 0x16, 0x9b, 0xa2, 0x1f, 0x01, 0xb8, 0x7e, 0x33, 0x1c, 0xde, 0x7c, 0xe7, 0x1d, 0x41, 0xfd, 0x71, 0xfd, 0x7a, 0xba, 0x0f, 0xd2, 0x1c, 0x00, 0x5e, 0x57, 0xaf, 0x5d, 0x81, 0xc3, 0x47, 0x0e, 0xc2, 0xbe, 0xfd, 0x1f, 0xd3, 0xd5, 0x41, 0xa8, 0xfd, 0xe4, 0xeb, 0xc3, 0xa4, 0x37, 0xb8, 0x10, 0x70, 0x4e, 0x14, 0x80, 0x65, 0xcf, 0x04, 0x4a, 0x01, 0x98, 0xd7, 0x0b, 0x6b, 0xa2, 0xac, 0x59, 0x3e, 0x85, 0xe6, 0xe7, 0x97, 0x6b, 0xe0, 0xa8, 0x7f, 0x22, 0x3c, 0xbb, 0xfe, 0x2c, 0x7c, 0xfb, 0x77, 0x1e, 0xb2, 0xf4, 0x9d, 0x97, 0x3c, 0xe0, 0xf9, 0xed, 0x01, 0xe0, 0x4e, 0x80, 0xa8, 0xaa, 0x6f, 0x54, 0x1c, 0xfd, 0x28, 0x9c, 0x0b, 0x60, 0x09, 0x27, 0x8c, 0xf0, 0xf5, 0x68, 0xfd, 0x16, 0x00, 0x40, 0xca, 0x60, 0x31, 0xf1, 0xe7, 0x12, 0x74, 0x74, 0xb6, 0x49, 0x2f, 0x2d, 0x5b, 0x0c, 0x08, 0xe4, 0x02, 0x30, 0x6f, 0xa6, 0x05, 0x00, 0x7a, 0xed, 0x62, 0x7e, 0x6a, 0x5e, 0x25, 0x8d, 0x6e, 0xb9, 0xa6, 0xb3, 0xf4, 0xbd, 0x57, 0x54, 0xb0, 0xe3, 0x54, 0x04, 0x14, 0x56, 0xd6, 0xc9, 0x8e, 0xfe, 0x2e, 0x19, 0x00, 0xa0, 0x46, 0xc7, 0x86, 0x4d, 0x1a, 0xb9, 0x59, 0x25, 0x66, 0xcf, 0x18, 0x6b, 0xda, 0xf4, 0x50, 0x0a, 0x1e, 0x02, 0xdd, 0x32, 0x40, 0x20, 0x0a, 0x40, 0xbd, 0xc6, 0xc2, 0x78, 0x53, 0x00, 0x6c, 0x37, 0xbf, 0xb6, 0x49, 0x0b, 0x5b, 0x5d, 0x6e, 0xd8, 0x6c, 0xbc, 0x25, 0x08, 0x9e, 0x34, 0x93, 0x68, 0xc9, 0x58, 0xdd, 0xd6, 0xe8, 0xe7, 0x85, 0x3f, 0x83, 0x47, 0xc6, 0x28, 0x06, 0x60, 0x46, 0x1e, 0x00, 0x3c, 0x04, 0xbb, 0x97, 0x12, 0x02, 0x31, 0x00, 0xea, 0x78, 0x00, 0xe6, 0xcd, 0x75, 0x9f, 0x09, 0x80, 0xa5, 0xf1, 0x6c, 0xf3, 0xa3, 0x33, 0x4a, 0xe0, 0x27, 0xeb, 0x7c, 0xed, 0x6e, 0xbe, 0xb1, 0x9e, 0xdb, 0x7c, 0x1e, 0x72, 0x4a, 0xaa, 0x6d, 0x8e, 0x7e, 0x5e, 0xd8, 0x84, 0x52, 0x13, 0xe5, 0xa4, 0xf7, 0x59, 0xfd, 0x91, 0x33, 0x33, 0x72, 0x35, 0x45, 0x45, 0xcb, 0xc1, 0x47, 0x1f, 0x2c, 0x0d, 0x04, 0x92, 0x00, 0xe0, 0x76, 0x6a, 0x01, 0xcd, 0x91, 0xda, 0x67, 0xcd, 0x24, 0x0f, 0x6f, 0xbe, 0xe7, 0x95, 0x74, 0x5a, 0xbb, 0x17, 0xd3, 0x7c, 0x5e, 0xff, 0xf6, 0x9a, 0x17, 0x69, 0x16, 0x0b, 0x6c, 0x8a, 0x7e, 0x73, 0x08, 0x30, 0x13, 0xb0, 0xcd, 0x17, 0x36, 0x78, 0x8a, 0x8c, 0x24, 0xf0, 0x54, 0x12, 0x8b, 0xef, 0xdd, 0xe3, 0x35, 0x45, 0x85, 0xaf, 0xbd, 0x64, 0x10, 0x88, 0x03, 0x50, 0xcb, 0x04, 0x60, 0xd6, 0x08, 0x80, 0x7e, 0x85, 0xe6, 0x1f, 0x39, 0x93, 0xb0, 0x24, 0xc6, 0x9b, 0x94, 0x84, 0x97, 0x3d, 0x21, 0x30, 0x3a, 0xdb, 0xa6, 0xe8, 0x37, 0x56, 0x57, 0x6f, 0x07, 0x3d, 0x66, 0xc6, 0x32, 0xbd, 0x0b, 0xa7, 0xf8, 0x91, 0xd1, 0x21, 0xba, 0x4a, 0x09, 0x1f, 0x0c, 0x8d, 0x99, 0x43, 0x60, 0x66, 0xfe, 0xb4, 0x01, 0x82, 0x76, 0x02, 0xc1, 0xee, 0xc5, 0x85, 0xc0, 0x56, 0x00, 0xe4, 0xa6, 0x7c, 0xde, 0x7c, 0xd7, 0xc0, 0x54, 0xab, 0x1a, 0xbb, 0xa7, 0xfe, 0x70, 0x1a, 0x7e, 0xb5, 0xf1, 0x02, 0xfc, 0x76, 0x7b, 0x20, 0x3c, 0xbb, 0xe1, 0x3c, 0xfc, 0xe4, 0x6d, 0x3f, 0xf8, 0xee, 0x4b, 0x9e, 0x8a, 0x21, 0x08, 0x4d, 0xca, 0xb3, 0xd9, 0xfc, 0xce, 0xee, 0x36, 0xd0, 0xa1, 0xba, 0xda, 0xe8, 0xe8, 0x00, 0x0f, 0x9b, 0xc2, 0x33, 0x05, 0x8d, 0x4f, 0x1c, 0x45, 0x4d, 0x4e, 0x8d, 0xd3, 0xe1, 0x23, 0xbe, 0x1e, 0x3e, 0x76, 0xee, 0xe8, 0xd4, 0x72, 0x42, 0x08, 0x08, 0x3c, 0x38, 0x45, 0x6c, 0x7e, 0x24, 0x9d, 0xb9, 0x74, 0x8b, 0x0d, 0x81, 0x18, 0x00, 0x1a, 0x09, 0x00, 0x94, 0x9a, 0x7f, 0x3d, 0xa9, 0x40, 0xb6, 0x59, 0xff, 0xfa, 0xaa, 0x17, 0xbc, 0xbc, 0x3b, 0x18, 0xf6, 0x78, 0x25, 0x82, 0x6f, 0x58, 0x1e, 0x04, 0xc4, 0x94, 0x41, 0x50, 0x42, 0x25, 0x55, 0x60, 0x7c, 0x05, 0x5c, 0x88, 0x2e, 0x01, 0x55, 0xf0, 0x5d, 0x78, 0xcf, 0x35, 0x0e, 0x9e, 0xdf, 0x11, 0x28, 0x1b, 0x06, 0x2c, 0x07, 0x39, 0xc5, 0xd5, 0xa2, 0xe6, 0x4b, 0x01, 0xa0, 0x33, 0x02, 0xc0, 0x58, 0x18, 0xe1, 0xf4, 0xe7, 0x49, 0x76, 0xc0, 0xef, 0x73, 0xa6, 0x1b, 0x4b, 0x0b, 0xed, 0x7a, 0x21, 0x04, 0x98, 0x41, 0xa4, 0x00, 0xc0, 0x63, 0xec, 0x28, 0x04, 0x1f, 0x2f, 0x12, 0x04, 0x4a, 0x01, 0xb8, 0xaf, 0x17, 0x76, 0xc1, 0x72, 0x8c, 0xe7, 0xcd, 0x2f, 0xab, 0x6d, 0x82, 0x27, 0xdf, 0xf2, 0x96, 0x35, 0xa6, 0x7f, 0xf1, 0xfd, 0x2b, 0xe0, 0x7d, 0x3d, 0x1f, 0xc2, 0x33, 0x1b, 0x21, 0xb1, 0xb8, 0x13, 0xd2, 0xab, 0x07, 0x20, 0x43, 0x40, 0xe9, 0x55, 0xfd, 0x10, 0x5f, 0xd8, 0x01, 0xa1, 0xe9, 0xf5, 0x70, 0x32, 0xe8, 0x0e, 0xfc, 0xcf, 0xce, 0x20, 0x59, 0x10, 0xac, 0xdd, 0x7c, 0x0e, 0x9a, 0x5b, 0xb5, 0x36, 0x47, 0xbf, 0xa5, 0x5a, 0xa9, 0xb1, 0x06, 0x99, 0x99, 0x6f, 0x0c, 0x00, 0x85, 0x80, 0xfc, 0x3d, 0x0e, 0x2d, 0x85, 0x4c, 0x37, 0x68, 0x9a, 0x13, 0xce, 0x18, 0x7e, 0xb8, 0x47, 0x6e, 0x4f, 0xb0, 0x79, 0xaf, 0x7d, 0x00, 0xa8, 0xab, 0x35, 0x18, 0xce, 0x69, 0x8e, 0x3b, 0x4a, 0xed, 0xfe, 0x9c, 0x11, 0x00, 0x3d, 0x92, 0xe6, 0xa3, 0xde, 0xda, 0x17, 0x2c, 0x69, 0xcc, 0x13, 0x6f, 0x78, 0xc3, 0x89, 0x4b, 0x77, 0x20, 0x36, 0xbf, 0x5d, 0xd0, 0x70, 0x31, 0xa5, 0x57, 0x0d, 0x40, 0x64, 0x4e, 0x0b, 0xec, 0xf1, 0x4e, 0x81, 0xef, 0xbf, 0xaa, 0x92, 0xfc, 0xb7, 0x0e, 0xf9, 0xc5, 0xd9, 0x35, 0xfa, 0xe5, 0x00, 0xd0, 0x6e, 0x2e, 0x1d, 0x07, 0x01, 0xf6, 0x07, 0xbc, 0xe1, 0x53, 0xe6, 0x9a, 0x5e, 0x10, 0x0e, 0x11, 0xf7, 0xc8, 0x28, 0x07, 0x9b, 0x36, 0xaf, 0xbf, 0xb7, 0x6b, 0xd7, 0xae, 0xaf, 0xd9, 0x01, 0x80, 0x1a, 0xce, 0x74, 0x23, 0xe3, 0x4d, 0x01, 0x90, 0x67, 0x7e, 0x48, 0xa2, 0x74, 0xea, 0x7f, 0xe6, 0xcf, 0xe7, 0xe0, 0x72, 0xb2, 0x86, 0x19, 0xed, 0x72, 0x95, 0x56, 0xd9, 0x0f, 0xde, 0x37, 0x4b, 0xe1, 0x3f, 0xde, 0xf4, 0x96, 0x9c, 0x27, 0xb8, 0x5b, 0x5a, 0x63, 0xd7, 0xe8, 0xd7, 0x29, 0x88, 0x7e, 0x1e, 0x80, 0x76, 0x5d, 0x0b, 0x15, 0x42, 0x60, 0x6c, 0x36, 0x4b, 0xf8, 0x11, 0x7c, 0xef, 0xcb, 0x78, 0x8a, 0xf8, 0xde, 0x7b, 0xdb, 0x5e, 0xb0, 0x0f, 0x00, 0xf7, 0xe7, 0x04, 0x85, 0x93, 0x20, 0x92, 0x0f, 0x75, 0x88, 0x7a, 0xc8, 0x90, 0x09, 0xc7, 0xe2, 0x62, 0x66, 0x3c, 0xf5, 0xa7, 0xb3, 0x10, 0x71, 0xb7, 0xcd, 0x26, 0xe3, 0xcd, 0x75, 0x29, 0xb9, 0x0e, 0x7e, 0xf0, 0xba, 0x5a, 0xf4, 0xdf, 0xdd, 0x74, 0x3c, 0x6c, 0xc9, 0xa2, 0xbf, 0x43, 0xd0, 0x7c, 0x0e, 0x00, 0xfc, 0x1e, 0x36, 0x85, 0x96, 0x86, 0x4f, 0x98, 0x08, 0xcf, 0x36, 0x2c, 0x28, 0xca, 0x83, 0xcd, 0x5b, 0x36, 0x4a, 0x02, 0xb0, 0x75, 0xe7, 0xd6, 0xb5, 0x36, 0x03, 0x50, 0xab, 0x61, 0x03, 0x30, 0xc3, 0x00, 0xa0, 0xcf, 0x4c, 0xe1, 0x12, 0x8d, 0xdf, 0x13, 0x6f, 0xf9, 0x42, 0xe8, 0x9d, 0x56, 0xbb, 0x9a, 0xcf, 0xcb, 0x37, 0xa6, 0x06, 0xbe, 0xf3, 0x32, 0xbb, 0x39, 0xc4, 0xc6, 0xb1, 0xa0, 0xbc, 0xd6, 0x0e, 0xd1, 0xdf, 0x26, 0x12, 0xfd, 0xad, 0x22, 0xd1, 0xaf, 0x95, 0x65, 0xfe, 0xa4, 0x42, 0xf3, 0x49, 0x09, 0xe8, 0x59, 0xb7, 0x6e, 0xdd, 0x57, 0x96, 0x14, 0x80, 0x3e, 0x8b, 0x27, 0x7a, 0xdc, 0x53, 0xbd, 0x75, 0xfb, 0xd9, 0xb5, 0x1f, 0xcd, 0xf1, 0x8c, 0xac, 0x5e, 0x14, 0xf3, 0x79, 0x7d, 0x70, 0x26, 0x5b, 0x14, 0x40, 0x9c, 0x93, 0x90, 0x36, 0xdf, 0xce, 0xd1, 0x6f, 0x54, 0xff, 0xc7, 0x27, 0x46, 0x18, 0xe9, 0xde, 0x08, 0x80, 0x29, 0xf9, 0xe6, 0x6f, 0xdc, 0xf4, 0xee, 0xdc, 0x8e, 0x1d, 0x5b, 0x7e, 0x6b, 0x97, 0x26, 0xb0, 0x56, 0x53, 0x6d, 0x30, 0x9c, 0x7e, 0xd2, 0x86, 0x91, 0x78, 0x00, 0xfa, 0x04, 0xcd, 0xe7, 0x1e, 0xe7, 0xd6, 0x34, 0x36, 0xd3, 0xb1, 0x37, 0xeb, 0xcd, 0x7f, 0xeb, 0x58, 0x22, 0xa4, 0x90, 0x9a, 0xbd, 0x98, 0x00, 0xc4, 0x95, 0xf4, 0xc0, 0xda, 0x1d, 0xec, 0x87, 0x4c, 0x3f, 0xff, 0xd3, 0x19, 0x62, 0x6c, 0xbb, 0xcd, 0xb5, 0xbf, 0xb3, 0xa7, 0x9d, 0xae, 0x51, 0xe0, 0x02, 0xa2, 0x97, 0xce, 0x16, 0x72, 0xe3, 0x7f, 0x96, 0xf9, 0x6d, 0x02, 0x91, 0x6f, 0x94, 0xf2, 0xa7, 0x38, 0xa1, 0xf9, 0xf8, 0x91, 0x37, 0x5b, 0xb6, 0x6e, 0x92, 0x61, 0xfe, 0xfa, 0xfb, 0x3b, 0x76, 0xec, 0x78, 0xc5, 0x6e, 0xc3, 0x40, 0x04, 0xc0, 0xdc, 0x78, 0x03, 0x00, 0x33, 0xf7, 0x98, 0x51, 0xcf, 0xeb, 0x62, 0x24, 0x3b, 0xfa, 0x7e, 0xf8, 0x8e, 0x3f, 0x5c, 0xca, 0x90, 0xae, 0xfb, 0xa9, 0x04, 0x90, 0xab, 0x77, 0x3a, 0x40, 0x15, 0xd7, 0x04, 0xc7, 0x6f, 0xd6, 0xc1, 0xd1, 0x70, 0x0d, 0x9c, 0x88, 0xa8, 0x07, 0x9f, 0xc4, 0x66, 0xb8, 0x7e, 0xb7, 0x53, 0x56, 0xd3, 0xe8, 0x16, 0xad, 0x21, 0x23, 0x03, 0x2f, 0xe6, 0xbd, 0x64, 0x14, 0x54, 0x58, 0x37, 0xee, 0x27, 0xdf, 0xc3, 0x3d, 0x10, 0x78, 0xfe, 0xb0, 0x61, 0xf8, 0x36, 0x6d, 0xaa, 0x09, 0xf2, 0x3d, 0xfc, 0x80, 0x8a, 0x0e, 0xdc, 0x95, 0x64, 0x18, 0xfe, 0xf1, 0xe6, 0x5b, 0xa6, 0xf9, 0x49, 0x7d, 0xc4, 0x4f, 0x2e, 0x85, 0xf9, 0x92, 0x00, 0xd4, 0xb2, 0x01, 0xb8, 0x67, 0x0c, 0x00, 0x63, 0x05, 0xcf, 0x36, 0x97, 0x9b, 0xcc, 0x37, 0x7d, 0x9d, 0x4b, 0x0a, 0x24, 0x95, 0xf7, 0x89, 0x1a, 0x17, 0x9a, 0xa3, 0x83, 0xa3, 0x61, 0x1a, 0xd8, 0x1b, 0x5c, 0xcd, 0xd4, 0x89, 0x88, 0x3a, 0x88, 0x2a, 0xec, 0x16, 0x7d, 0x9d, 0xf0, 0xbc, 0x2e, 0x78, 0x7e, 0x0f, 0xfb, 0x5e, 0x3c, 0x2f, 0xa7, 0x2a, 0x8e, 0x7e, 0x8c, 0x70, 0x9c, 0xe9, 0x13, 0x1a, 0xb3, 0xf3, 0x32, 0x8e, 0x6e, 0xfc, 0x7f, 0x7b, 0x07, 0xba, 0xf5, 0xe6, 0x8f, 0x0a, 0x1b, 0x6f, 0x00, 0x60, 0x9c, 0xaa, 0xa0, 0x68, 0x91, 0xcd, 0x97, 0x02, 0x00, 0xf7, 0xd6, 0x5b, 0x98, 0x3f, 0xc7, 0x09, 0xa7, 0x3a, 0x59, 0xc6, 0xf3, 0x62, 0x2d, 0xea, 0xf8, 0xc1, 0xeb, 0xde, 0xe0, 0x42, 0x8c, 0x13, 0x33, 0xed, 0x22, 0xc9, 0x0e, 0xfb, 0x44, 0x8c, 0x37, 0xd6, 0xfe, 0x90, 0x1a, 0x08, 0xcb, 0xed, 0x64, 0x0f, 0x0d, 0xab, 0x06, 0x60, 0xd7, 0xf9, 0x22, 0x26, 0x00, 0xeb, 0x3f, 0xb9, 0xae, 0xc8, 0x7c, 0x8c, 0x68, 0xc1, 0x71, 0xbb, 0xe8, 0x10, 0x8e, 0x33, 0x1c, 0x57, 0x17, 0x1b, 0xd7, 0x76, 0x4b, 0x71, 0xe6, 0x17, 0x2e, 0x85, 0xf9, 0xb2, 0x00, 0x98, 0x9b, 0x15, 0x14, 0x07, 0x00, 0xdb, 0x7c, 0x5d, 0x97, 0x8e, 0x39, 0x3d, 0xbb, 0xf6, 0xbd, 0x6b, 0xd4, 0x60, 0x96, 0x61, 0x68, 0xa6, 0x5c, 0xf3, 0x79, 0x1d, 0x0c, 0xad, 0x21, 0xf5, 0xbe, 0x97, 0xf9, 0x9a, 0x5e, 0xf1, 0x4d, 0xf0, 0x23, 0x52, 0x76, 0x84, 0xee, 0xe7, 0x37, 0x5b, 0xcf, 0xcb, 0x4e, 0xfd, 0x38, 0xfd, 0xcd, 0xa7, 0x7b, 0x71, 0xf3, 0x27, 0x2c, 0x35, 0x65, 0x5a, 0xdb, 0x59, 0x00, 0x2c, 0x99, 0xf9, 0x52, 0x00, 0x54, 0x0b, 0x02, 0x30, 0x43, 0x25, 0x05, 0x40, 0x41, 0x65, 0x3d, 0x33, 0xe2, 0x5e, 0xfb, 0x24, 0x11, 0x42, 0x48, 0x7a, 0x17, 0x9c, 0xd1, 0x23, 0xfa, 0xf4, 0x86, 0x46, 0x91, 0xf9, 0xbc, 0x54, 0xc4, 0x64, 0x16, 0x00, 0xe7, 0x52, 0xb5, 0xf0, 0x5f, 0xef, 0x5f, 0x17, 0xce, 0x48, 0xaf, 0x79, 0xc9, 0x8a, 0x7e, 0x5c, 0x5d, 0x64, 0xf8, 0xa0, 0x29, 0x19, 0xd1, 0x2e, 0x56, 0xdb, 0x97, 0x3d, 0xf2, 0xe5, 0x02, 0x30, 0xcb, 0x7f, 0xc6, 0x9e, 0x99, 0x58, 0x00, 0xf0, 0x2b, 0x77, 0xd3, 0x0b, 0x2a, 0x99, 0x00, 0xfc, 0xd9, 0x33, 0x0b, 0x22, 0x0a, 0xba, 0x04, 0x8d, 0x8a, 0x2c, 0xe8, 0xb6, 0xca, 0x7c, 0x5a, 0x0a, 0xae, 0xd5, 0x30, 0x47, 0x15, 0x41, 0x99, 0xed, 0xf0, 0xca, 0xe1, 0x38, 0xe6, 0x3d, 0xb5, 0xb4, 0x6b, 0x25, 0xa3, 0x9f, 0x3e, 0xc1, 0x93, 0x31, 0x5b, 0x27, 0x58, 0xdb, 0xcd, 0x8c, 0x16, 0xd2, 0x92, 0x9b, 0x2f, 0x09, 0x40, 0x4d, 0x15, 0x73, 0x25, 0x2c, 0x3e, 0xc3, 0x16, 0xdb, 0xb4, 0x11, 0x97, 0x59, 0xca, 0x7c, 0xb3, 0x37, 0xfb, 0xe6, 0x42, 0x7c, 0xa9, 0x70, 0xba, 0xbe, 0x92, 0xd5, 0x61, 0x35, 0x00, 0x28, 0x56, 0x43, 0x18, 0x7a, 0x57, 0x07, 0x6f, 0x1e, 0xbf, 0xc5, 0xbc, 0xa7, 0xea, 0x86, 0x06, 0x51, 0xf3, 0xf1, 0xb1, 0x2f, 0xcb, 0x6c, 0x9c, 0xc6, 0x35, 0x5e, 0x20, 0x4b, 0x9f, 0x91, 0xe0, 0x9f, 0x44, 0x83, 0xc3, 0x03, 0x46, 0x00, 0x98, 0x1a, 0x3e, 0x61, 0xa4, 0x82, 0xc2, 0x5c, 0xd9, 0xe3, 0x7c, 0xd9, 0xd3, 0xbc, 0xb6, 0x03, 0x50, 0x29, 0xb8, 0xab, 0x05, 0x85, 0x8b, 0x17, 0x84, 0x77, 0xeb, 0x70, 0xeb, 0xf6, 0xe3, 0xb3, 0x24, 0x00, 0x60, 0xd4, 0x6b, 0x1c, 0xf2, 0xd9, 0x02, 0x40, 0x4c, 0x51, 0x8f, 0xe0, 0xeb, 0x62, 0xc9, 0x79, 0xf3, 0x58, 0x12, 0xf3, 0x9e, 0x6a, 0x1b, 0x1a, 0x45, 0x1b, 0x3f, 0x3c, 0x11, 0x8d, 0x55, 0xdb, 0x45, 0xf7, 0x05, 0x9c, 0x3c, 0x61, 0x11, 0xfd, 0x13, 0xe6, 0xe6, 0x93, 0xc8, 0x97, 0x63, 0xfe, 0x86, 0x8d, 0xef, 0xce, 0x6d, 0xdb, 0xb6, 0xf9, 0xc5, 0x25, 0x5b, 0x16, 0x4e, 0x01, 0x98, 0x9d, 0x11, 0x14, 0x36, 0x42, 0x42, 0xc6, 0xf3, 0xca, 0xc8, 0xaf, 0x62, 0xbe, 0xd9, 0xff, 0xe7, 0x91, 0xc9, 0x2c, 0x01, 0xd1, 0x45, 0xd6, 0x97, 0x80, 0x03, 0x21, 0xec, 0x12, 0x10, 0x78, 0xbb, 0x1d, 0x5e, 0x3a, 0x14, 0xcb, 0xbc, 0x27, 0xad, 0xbe, 0x04, 0xb0, 0xc6, 0xfc, 0xb8, 0x94, 0x8b, 0xd5, 0xd4, 0x89, 0x1d, 0x11, 0x83, 0x5b, 0xc7, 0x59, 0x51, 0xbf, 0xec, 0xe6, 0x5b, 0x0b, 0xc0, 0x8c, 0x05, 0x00, 0x5d, 0x16, 0xbb, 0x75, 0x8a, 0x44, 0x9a, 0xc0, 0x57, 0x8f, 0xc4, 0xc3, 0x35, 0x91, 0x26, 0x10, 0x27, 0x7a, 0xac, 0x01, 0x00, 0x27, 0x87, 0x58, 0x4d, 0xe0, 0x59, 0xd2, 0x04, 0x3e, 0xb7, 0x33, 0x54, 0xf0, 0x7e, 0xfe, 0xfd, 0x75, 0xb5, 0xe4, 0x74, 0x2f, 0x9a, 0x67, 0xd1, 0xd8, 0xe9, 0x23, 0xdb, 0x45, 0xe4, 0x7c, 0x00, 0xdc, 0x38, 0x6a, 0x02, 0xc0, 0xe4, 0x82, 0xf2, 0x0b, 0xf3, 0x64, 0x9b, 0xbf, 0x75, 0xc7, 0xd6, 0xdf, 0x2d, 0xf9, 0xd6, 0xb0, 0x2a, 0x3d, 0x00, 0x33, 0x02, 0xe2, 0x00, 0xe8, 0x12, 0x39, 0x9c, 0x49, 0x47, 0x97, 0x72, 0x09, 0xbd, 0xe1, 0xbf, 0xda, 0x7e, 0x15, 0xce, 0xa7, 0xb1, 0x1f, 0x00, 0x61, 0x76, 0xc0, 0x86, 0x4e, 0x89, 0xf9, 0x87, 0xaf, 0xd7, 0x42, 0x62, 0x19, 0x7b, 0x18, 0xe8, 0x19, 0xd7, 0x04, 0x4f, 0xae, 0x3b, 0x23, 0x78, 0x3f, 0xbf, 0xdd, 0x1e, 0x20, 0xf9, 0xb0, 0x47, 0xac, 0xa3, 0x3f, 0xfa, 0xe9, 0x61, 0xf6, 0xee, 0xe0, 0x7d, 0x7b, 0xe8, 0x6c, 0xa0, 0xb1, 0xf1, 0xd4, 0xfc, 0x02, 0xf9, 0x35, 0x7f, 0xdb, 0xce, 0x6d, 0x2f, 0xae, 0x59, 0xac, 0x4b, 0x0a, 0x80, 0x05, 0xd3, 0x4d, 0x57, 0xbe, 0x1a, 0x00, 0xe8, 0x63, 0x6b, 0xed, 0x26, 0xe1, 0xc7, 0xc0, 0x38, 0x2d, 0x7b, 0x2c, 0xbc, 0x46, 0x74, 0x22, 0x08, 0x7b, 0x01, 0xb9, 0x10, 0x1c, 0x0a, 0xad, 0x65, 0x96, 0x14, 0x7e, 0x3a, 0x79, 0xfb, 0x99, 0x3c, 0xd1, 0xc7, 0xc2, 0x62, 0xe6, 0x23, 0x1c, 0x62, 0x43, 0xb8, 0x23, 0x9f, 0x1c, 0x12, 0x3d, 0x1f, 0x00, 0xa7, 0x8b, 0x39, 0x08, 0x38, 0x15, 0x2c, 0x47, 0xb7, 0x6f, 0x15, 0x00, 0xd5, 0x95, 0xcc, 0xa5, 0xcf, 0x38, 0x1c, 0x12, 0x33, 0x1f, 0x85, 0xfb, 0xf9, 0x58, 0x6f, 0xfa, 0x1b, 0xc7, 0x12, 0x21, 0x41, 0x24, 0x62, 0xf9, 0x4c, 0x80, 0x53, 0xbd, 0x62, 0xe6, 0xbb, 0xc5, 0x34, 0x32, 0x1b, 0x4a, 0x5e, 0xd7, 0x73, 0x3b, 0x99, 0x73, 0x00, 0x28, 0x9f, 0x90, 0x34, 0x2b, 0x00, 0x58, 0x48, 0xeb, 0x52, 0x00, 0xe0, 0xcf, 0x3b, 0xa4, 0xf9, 0xd2, 0x00, 0x54, 0x30, 0x77, 0xb8, 0x88, 0x01, 0xc0, 0xef, 0xd2, 0x0d, 0x8a, 0xb9, 0xcb, 0x5e, 0x07, 0xf0, 0xfb, 0xd3, 0x70, 0x2e, 0xa5, 0x45, 0x7a, 0xa9, 0x17, 0x9d, 0xcb, 0xef, 0x04, 0xbf, 0x5b, 0x2d, 0xc4, 0xec, 0x06, 0x70, 0x89, 0xac, 0x07, 0xf7, 0xd8, 0x46, 0x5a, 0xd3, 0xa5, 0x9e, 0x01, 0xf0, 0x72, 0x09, 0xaf, 0x86, 0xef, 0xbe, 0xcc, 0x5e, 0x26, 0x96, 0x53, 0x52, 0x29, 0xfa, 0x9c, 0x5f, 0xd7, 0xdd, 0x26, 0x3a, 0x7e, 0x97, 0x02, 0x00, 0x17, 0x7d, 0xe0, 0xca, 0x61, 0x87, 0x33, 0x5f, 0x16, 0x00, 0x82, 0xeb, 0xde, 0x85, 0x01, 0xe8, 0x31, 0xdb, 0xa2, 0x5d, 0xdf, 0xd2, 0x02, 0xdf, 0x7f, 0x85, 0xfd, 0xc6, 0xbf, 0x74, 0x20, 0x0a, 0x6e, 0x49, 0x3c, 0x10, 0xb2, 0x55, 0x91, 0x85, 0x5d, 0xf0, 0xcc, 0xa6, 0x40, 0xe6, 0x3d, 0x3c, 0xbb, 0xf1, 0x2c, 0x7d, 0x40, 0x23, 0xf6, 0x9c, 0x5f, 0x0a, 0x00, 0xb1, 0x61, 0x20, 0x7e, 0x6c, 0x4c, 0x1b, 0x01, 0x00, 0x0f, 0x9c, 0x74, 0x38, 0xf3, 0xa5, 0x00, 0xa8, 0xac, 0x2a, 0xb7, 0xd8, 0xf0, 0xc0, 0xcb, 0x18, 0x80, 0x1e, 0xd6, 0xde, 0x7c, 0xa2, 0x3f, 0x1f, 0x0d, 0x65, 0x2f, 0x08, 0xf9, 0x9d, 0x27, 0x9c, 0x08, 0x29, 0x5d, 0x54, 0x00, 0x36, 0x7b, 0x88, 0xef, 0x43, 0x70, 0xb9, 0x90, 0x28, 0xb9, 0xc6, 0x8f, 0x07, 0xc0, 0xbc, 0x91, 0xe3, 0xd3, 0xba, 0xff, 0xd9, 0xd3, 0xa2, 0x07, 0x44, 0x24, 0xa7, 0x25, 0x39, 0xa6, 0xf9, 0xf2, 0x00, 0x98, 0x16, 0x14, 0x4e, 0x8a, 0x88, 0x19, 0xcf, 0x2b, 0x26, 0xa3, 0x58, 0xd4, 0x80, 0x1f, 0xbc, 0xa6, 0x86, 0x4b, 0x29, 0x8d, 0x8b, 0x62, 0xfe, 0xc9, 0xd0, 0x12, 0xf8, 0xb6, 0xc8, 0xf6, 0x33, 0xcc, 0x4e, 0xa5, 0x35, 0x1a, 0xc9, 0x55, 0x3e, 0x3a, 0x5a, 0xc3, 0x85, 0xcd, 0xe7, 0x00, 0xf0, 0x63, 0x9a, 0xba, 0xeb, 0x83, 0x1d, 0x8e, 0xd1, 0xed, 0x5b, 0x0b, 0x00, 0x6b, 0x23, 0xe3, 0x02, 0x00, 0x9d, 0x6c, 0xe9, 0xb7, 0x67, 0xbf, 0xf0, 0xde, 0x25, 0x51, 0x08, 0x7e, 0xf8, 0x7b, 0x5f, 0x08, 0xb9, 0xdd, 0x64, 0xdf, 0xf5, 0x80, 0x91, 0x15, 0xf0, 0xbd, 0x97, 0xc4, 0x97, 0x87, 0xbf, 0xef, 0x1a, 0x21, 0x6b, 0x89, 0x17, 0xfe, 0x1d, 0xcb, 0x7c, 0x29, 0x00, 0xe4, 0x68, 0x59, 0x22, 0xdf, 0x76, 0x00, 0x26, 0x24, 0x8d, 0xe7, 0x15, 0x9d, 0x5e, 0x2c, 0xb9, 0x2c, 0xfc, 0xc7, 0x6f, 0xfb, 0x81, 0x7f, 0x74, 0x05, 0xa4, 0x55, 0xd9, 0xb6, 0x44, 0x2c, 0xa5, 0xbc, 0x17, 0x5c, 0x82, 0x72, 0xe9, 0x13, 0x3e, 0xb1, 0x7f, 0x0f, 0x27, 0x7f, 0x8a, 0xab, 0x6a, 0x65, 0xad, 0xef, 0x33, 0x05, 0x80, 0x33, 0x7d, 0xdc, 0x48, 0xfe, 0xfe, 0x7e, 0x2b, 0xd3, 0x7c, 0x29, 0x00, 0x2a, 0x2c, 0x00, 0x98, 0x32, 0x48, 0x10, 0x80, 0x5e, 0x61, 0xe1, 0xfe, 0xfc, 0x0d, 0x9f, 0x84, 0xc9, 0xda, 0x0e, 0xb6, 0xdf, 0x2f, 0x95, 0x6e, 0xf0, 0x48, 0x57, 0x08, 0x42, 0x6a, 0x65, 0x1f, 0x84, 0xdd, 0x6e, 0x80, 0x8d, 0x27, 0xa2, 0x64, 0xed, 0x3a, 0x3e, 0x79, 0xf1, 0x96, 0xf4, 0xda, 0x7e, 0x13, 0x00, 0xc6, 0x04, 0xcd, 0xb7, 0x05, 0x80, 0x65, 0x37, 0x5f, 0x12, 0x80, 0xca, 0x32, 0xce, 0xf0, 0x7b, 0x96, 0xc2, 0xb1, 0xb0, 0x1c, 0xe3, 0xf9, 0xc3, 0x19, 0x6a, 0x1a, 0x9b, 0xe0, 0xa9, 0x3f, 0xf8, 0xc9, 0xdc, 0xd3, 0x1f, 0x00, 0x27, 0x02, 0x32, 0x21, 0x24, 0x4d, 0x03, 0xb1, 0xf9, 0x6d, 0x90, 0x5a, 0x21, 0x3c, 0x52, 0x48, 0x2e, 0xef, 0x81, 0xe8, 0xdc, 0x56, 0x08, 0x4e, 0xae, 0x81, 0xc3, 0xfe, 0x69, 0xf0, 0xcb, 0x0d, 0xe7, 0x65, 0xbd, 0xfe, 0x0b, 0xbb, 0x2e, 0x41, 0x6b, 0x87, 0x56, 0x96, 0xf9, 0x8b, 0x05, 0x80, 0x43, 0x98, 0x2f, 0x07, 0x00, 0xd6, 0xa6, 0x45, 0x0a, 0x80, 0x0c, 0xe3, 0x8d, 0x15, 0x9f, 0x59, 0x22, 0xba, 0x4a, 0xd8, 0x7c, 0xcd, 0xfe, 0x6f, 0xb6, 0x5d, 0x82, 0x2d, 0x9f, 0x45, 0x83, 0xdb, 0xe5, 0x6c, 0x38, 0x1b, 0x51, 0x04, 0x17, 0x62, 0x4a, 0xe1, 0x62, 0x6c, 0x19, 0x5c, 0x88, 0x2e, 0x05, 0xff, 0x9b, 0x85, 0xe0, 0x72, 0x31, 0x13, 0xde, 0xfd, 0x34, 0x42, 0xb6, 0xf1, 0xa8, 0x1f, 0xfd, 0xde, 0x07, 0x8a, 0x64, 0xa6, 0x7e, 0x21, 0x00, 0xa8, 0xe9, 0x13, 0xa3, 0x26, 0x3a, 0xa3, 0x10, 0x00, 0x87, 0x31, 0x5f, 0x0a, 0x80, 0x72, 0x85, 0x00, 0x74, 0x4b, 0x9d, 0xc7, 0x43, 0x14, 0x14, 0x9d, 0x63, 0xd5, 0xc1, 0x10, 0x58, 0x1e, 0x70, 0x8b, 0xf8, 0x2f, 0xd6, 0x9f, 0x83, 0x9f, 0xbe, 0xe3, 0x27, 0x6b, 0xff, 0x9f, 0xd0, 0xce, 0xe0, 0xa4, 0x3b, 0xc5, 0x0a, 0xd7, 0xf5, 0x73, 0x99, 0xc1, 0xdc, 0x74, 0x6b, 0x01, 0x58, 0xb6, 0x6e, 0xdf, 0xfe, 0x00, 0x8c, 0x9b, 0x99, 0x2e, 0x6e, 0xbc, 0xb1, 0xbc, 0xae, 0xa6, 0x2d, 0xd9, 0xe9, 0x20, 0x26, 0xa7, 0x84, 0xa4, 0xe4, 0x2b, 0x36, 0x1f, 0xd7, 0xf5, 0x4b, 0x03, 0xe0, 0xbb, 0xf2, 0x22, 0x5f, 0x16, 0x00, 0x15, 0x6c, 0x00, 0xb0, 0x23, 0x56, 0x6a, 0xbc, 0xf1, 0xd1, 0x2c, 0x81, 0x51, 0xd9, 0xa2, 0xb3, 0x84, 0xf6, 0xd4, 0x4f, 0xd6, 0xf9, 0x40, 0x52, 0x76, 0x89, 0xb4, 0xf9, 0x0a, 0x00, 0xc0, 0xa5, 0xdd, 0x9c, 0x46, 0x64, 0x01, 0xe0, 0x90, 0xe6, 0xcb, 0x02, 0x60, 0x7a, 0x8a, 0x6a, 0xca, 0x44, 0x93, 0x7a, 0x00, 0x94, 0x1b, 0x6f, 0x7c, 0x3a, 0x47, 0x46, 0x7e, 0x05, 0xfc, 0xf2, 0xdd, 0xb3, 0x8b, 0x6a, 0xfe, 0xcb, 0x1f, 0x04, 0x42, 0x59, 0xb5, 0xc6, 0x6a, 0xf3, 0x0d, 0x27, 0x7a, 0xa0, 0xe9, 0xbc, 0x8c, 0xcc, 0xe7, 0x00, 0xf0, 0x5b, 0x59, 0x69, 0x5f, 0x3e, 0x00, 0xa5, 0xcc, 0x85, 0x8f, 0x8a, 0x00, 0xe8, 0x61, 0x9f, 0xc9, 0xd3, 0xdc, 0xa6, 0x05, 0x97, 0x0b, 0xb7, 0xec, 0x9e, 0x0d, 0x9e, 0x78, 0xc3, 0x0b, 0xdc, 0x83, 0x92, 0x49, 0xb7, 0xdf, 0x6a, 0x93, 0xf9, 0xed, 0x4c, 0x00, 0x46, 0x0c, 0x0a, 0x0c, 0xba, 0xb8, 0x32, 0xcd, 0x97, 0x02, 0xa0, 0xac, 0xa2, 0x44, 0x04, 0x80, 0x31, 0xc5, 0x11, 0x2f, 0xa6, 0x82, 0x8a, 0x5a, 0x78, 0xef, 0x54, 0x04, 0xdd, 0xb7, 0x6f, 0x93, 0xf1, 0x6f, 0xaa, 0xe1, 0xc8, 0xe9, 0x78, 0xa8, 0xae, 0x6f, 0x90, 0xb7, 0x91, 0x53, 0xc2, 0x7c, 0x53, 0x00, 0x46, 0x4c, 0x8c, 0x47, 0xe1, 0x31, 0x2f, 0xf8, 0x41, 0x93, 0x5b, 0xb6, 0x59, 0xce, 0xf5, 0x6f, 0xde, 0xb2, 0x01, 0x3e, 0x39, 0x76, 0x28, 0x7b, 0x8d, 0x23, 0x5f, 0x76, 0x07, 0x40, 0xa1, 0xf1, 0xe6, 0xaa, 0x69, 0x6c, 0x04, 0xef, 0xe0, 0x34, 0x78, 0x65, 0x77, 0x90, 0x6c, 0x18, 0x30, 0xda, 0xdf, 0x3e, 0x10, 0x0c, 0x17, 0xa3, 0xb2, 0xa0, 0xa9, 0xa5, 0x59, 0xde, 0x16, 0x6e, 0x99, 0xe6, 0xb7, 0x1b, 0x1d, 0xea, 0x24, 0x64, 0x3e, 0x0a, 0x3f, 0x5b, 0xf0, 0xa4, 0xeb, 0x09, 0xd8, 0xf5, 0xfe, 0x0e, 0x83, 0xf9, 0x3b, 0x77, 0x6d, 0x87, 0xcf, 0x4e, 0x1e, 0x27, 0xef, 0xa3, 0x6b, 0xc6, 0x0a, 0x07, 0x60, 0x42, 0x50, 0xf8, 0xd9, 0x39, 0xff, 0xfd, 0xc2, 0xff, 0x32, 0x75, 0x3b, 0x2b, 0x43, 0xb1, 0xf9, 0xe6, 0xdb, 0xb4, 0x9b, 0xb4, 0x2d, 0x90, 0x90, 0x55, 0x02, 0x67, 0xc3, 0x33, 0xe1, 0x13, 0xff, 0x04, 0xd8, 0xa3, 0x8a, 0x82, 0xdd, 0xee, 0x91, 0xf0, 0xb1, 0x3a, 0x06, 0x8e, 0x9d, 0x4b, 0x80, 0x80, 0x88, 0x2c, 0x48, 0xcb, 0x2d, 0x83, 0x56, 0x9d, 0x56, 0x62, 0xef, 0xbe, 0xb4, 0xf9, 0x41, 0x57, 0x2f, 0xc3, 0x6f, 0xc8, 0x7d, 0x0b, 0xe9, 0xc5, 0x57, 0x5f, 0x33, 0x33, 0x7f, 0x98, 0x18, 0xbf, 0x20, 0x04, 0x80, 0x7f, 0xcf, 0xdc, 0x3d, 0x4f, 0x81, 0x9b, 0xc7, 0x49, 0xa3, 0xf7, 0x71, 0x25, 0x03, 0x50, 0xce, 0x06, 0xa0, 0xbe, 0xb1, 0x4e, 0xf4, 0xb8, 0xf8, 0x94, 0xb4, 0x64, 0x9b, 0xcc, 0x97, 0x23, 0x9d, 0xe4, 0xa1, 0x0d, 0xf2, 0x23, 0xff, 0xcc, 0xf9, 0xb3, 0x22, 0xc7, 0xc5, 0xaf, 0x15, 0x34, 0xde, 0x00, 0x40, 0x72, 0x82, 0xc8, 0x87, 0x4b, 0x3b, 0x13, 0x00, 0x46, 0x7b, 0xdb, 0xea, 0x1b, 0xec, 0x07, 0x80, 0x52, 0xe3, 0x0d, 0x0b, 0x38, 0xed, 0x64, 0x3e, 0xa6, 0x7c, 0x29, 0x00, 0xa8, 0xd9, 0x63, 0xc2, 0x72, 0x62, 0x00, 0x8a, 0x99, 0x9b, 0x19, 0xeb, 0xec, 0x00, 0x80, 0x72, 0xe3, 0x17, 0xc7, 0x7c, 0x59, 0x00, 0x8c, 0x3d, 0x8e, 0x00, 0x94, 0x15, 0x33, 0x17, 0x42, 0xda, 0x0a, 0x80, 0x35, 0xe6, 0xeb, 0x64, 0x9b, 0xdf, 0xaa, 0xb8, 0xe1, 0x53, 0x02, 0xc0, 0x88, 0x99, 0x92, 0x9c, 0x15, 0x80, 0x52, 0x0a, 0x80, 0xf0, 0x3a, 0x38, 0x6b, 0x01, 0x58, 0x8a, 0xa8, 0xb7, 0xa6, 0xdb, 0x97, 0x02, 0x60, 0x44, 0xc0, 0x78, 0x4e, 0x43, 0xce, 0x0b, 0x40, 0x89, 0x19, 0x00, 0xc6, 0x5b, 0x9a, 0x34, 0x0a, 0x00, 0xb0, 0xce, 0x74, 0xa5, 0x51, 0x2f, 0xfe, 0x48, 0x57, 0x6a, 0xa8, 0x27, 0x0f, 0x80, 0x21, 0x4b, 0x8d, 0x22, 0x00, 0xf1, 0xce, 0x0b, 0x80, 0xc1, 0x74, 0xb3, 0x35, 0x71, 0xf8, 0x99, 0x41, 0x6a, 0x5f, 0x1f, 0xa6, 0xf0, 0xf3, 0x77, 0x59, 0x1f, 0x28, 0x21, 0x57, 0xfd, 0x83, 0x3d, 0x9c, 0x06, 0xe4, 0xa8, 0x1b, 0xfa, 0xcc, 0x25, 0x72, 0x7e, 0x81, 0xf9, 0xbe, 0xc6, 0x3b, 0x39, 0x77, 0x40, 0xe5, 0xe3, 0xcd, 0xc9, 0x5b, 0x6d, 0x90, 0x27, 0x91, 0xf7, 0x19, 0x3f, 0xa6, 0xf9, 0xce, 0x0f, 0xc0, 0xe4, 0xb8, 0x4c, 0x09, 0x2c, 0x98, 0x98, 0x90, 0x2b, 0xcb, 0x27, 0x6c, 0x63, 0x42, 0x1a, 0x17, 0x12, 0x7b, 0x82, 0xc6, 0x44, 0x63, 0x23, 0xa2, 0x8d, 0x9c, 0xa9, 0x86, 0xa8, 0x46, 0x58, 0xa2, 0xc6, 0x0f, 0x1a, 0xe4, 0xbc, 0x00, 0x94, 0x16, 0x89, 0x1a, 0x6d, 0x62, 0xba, 0x95, 0x46, 0x33, 0x8d, 0x1f, 0x97, 0x23, 0x86, 0xe1, 0x63, 0x42, 0x12, 0x37, 0xdd, 0xb8, 0xa6, 0x9b, 0x47, 0xb8, 0xa5, 0x16, 0xcc, 0xc7, 0x0d, 0x1f, 0x49, 0xb7, 0x9c, 0x1a, 0x80, 0x31, 0x2b, 0x4c, 0x1f, 0x55, 0x2c, 0xa5, 0x51, 0x2e, 0x1e, 0xe9, 0x6c, 0xd3, 0x05, 0x1b, 0xb9, 0x51, 0x5e, 0x43, 0xa2, 0x1a, 0xa6, 0x1a, 0x34, 0xd5, 0xc8, 0x20, 0x24, 0xae, 0x6c, 0x00, 0xdc, 0x74, 0xac, 0x9b, 0x2f, 0x2c, 0x2e, 0x90, 0x30, 0x7c, 0xd4, 0x66, 0x2d, 0xa4, 0xf8, 0x11, 0xa6, 0xd1, 0xd2, 0xe6, 0x0f, 0x2b, 0x88, 0x70, 0x73, 0xe3, 0x59, 0x46, 0x9b, 0x8b, 0x33, 0x5b, 0x48, 0x71, 0x09, 0xd1, 0x4c, 0x00, 0x3c, 0xbc, 0xdc, 0x12, 0x1d, 0x1d, 0x80, 0x62, 0xd6, 0xcd, 0xa7, 0x92, 0x4e, 0xde, 0x5e, 0x46, 0x9b, 0x6a, 0x84, 0x33, 0x9c, 0x97, 0x6c, 0xe3, 0x85, 0xa7, 0x62, 0xe5, 0x99, 0x3f, 0x24, 0x99, 0xde, 0x05, 0x23, 0xdc, 0x28, 0xd2, 0x8d, 0x35, 0x64, 0xd0, 0x00, 0x04, 0x87, 0x5c, 0x11, 0xc9, 0x00, 0x6e, 0x17, 0x1d, 0x1d, 0x80, 0x70, 0xd6, 0xcd, 0x87, 0xdd, 0x08, 0x05, 0x9d, 0xae, 0x7d, 0x71, 0x4c, 0x57, 0x68, 0xfc, 0x98, 0x22, 0xe3, 0xe5, 0x34, 0x71, 0x96, 0xb5, 0x5c, 0x8e, 0xf9, 0x68, 0xb8, 0xb1, 0x6a, 0x34, 0x55, 0x70, 0x31, 0xf0, 0x3c, 0x3b, 0x03, 0xa8, 0xdc, 0x0e, 0x38, 0x36, 0x00, 0x6a, 0xb7, 0x3f, 0xb1, 0x6e, 0xfe, 0x1a, 0x21, 0x3b, 0x2d, 0x3d, 0x05, 0xaa, 0x6b, 0x2b, 0xc9, 0x78, 0xbe, 0x53, 0x7f, 0x30, 0xa4, 0xa9, 0x7a, 0x85, 0xd4, 0x67, 0xac, 0x6e, 0xaa, 0x1e, 0x21, 0xf5, 0x4a, 0xa9, 0x8b, 0xaa, 0x5b, 0xae, 0x7a, 0x50, 0x9d, 0xe2, 0xea, 0xe6, 0xa5, 0x33, 0xa8, 0x4b, 0x54, 0x1d, 0x06, 0x75, 0x76, 0x2d, 0x48, 0xdb, 0xd6, 0x44, 0x0f, 0x70, 0x4e, 0x48, 0x8c, 0x83, 0x0b, 0x01, 0x67, 0xd9, 0x19, 0xc0, 0xf3, 0xe4, 0x93, 0x0e, 0x0d, 0x80, 0x9f, 0x9f, 0xcb, 0x37, 0x08, 0x04, 0xf7, 0x44, 0x52, 0xd8, 0xaa, 0xac, 0x94, 0xca, 0xcb, 0xad, 0x6e, 0xcd, 0x4a, 0xb8, 0x48, 0x9a, 0x72, 0x59, 0x35, 0x6c, 0x11, 0x00, 0x50, 0xb9, 0xbf, 0xbe, 0x22, 0x00, 0x50, 0xa9, 0x54, 0x5f, 0x27, 0x59, 0xa0, 0x75, 0xd5, 0x34, 0x3b, 0x4a, 0xed, 0x96, 0xbe, 0x66, 0x25, 0x5d, 0x2a, 0xd5, 0xa9, 0x27, 0xc8, 0x8d, 0x4f, 0xad, 0x9a, 0x67, 0x17, 0x69, 0x3d, 0x3c, 0x3c, 0xbe, 0xb9, 0x66, 0xa5, 0x5d, 0x5e, 0x5e, 0x6e, 0x3f, 0x25, 0x37, 0xdf, 0xb5, 0x6a, 0xa0, 0x4d, 0xaa, 0xf6, 0xf6, 0x76, 0xfd, 0x97, 0x35, 0x2b, 0xf5, 0x22, 0xe5, 0xe0, 0x9f, 0x49, 0xfa, 0x8a, 0x26, 0xbf, 0xc8, 0x97, 0xab, 0x66, 0x2a, 0xd2, 0x03, 0x4f, 0x95, 0xbb, 0x9f, 0xaf, 0xaf, 0xef, 0x57, 0xd7, 0x38, 0xc3, 0xa5, 0x52, 0xb9, 0x3e, 0x43, 0xba, 0xd8, 0x4b, 0x9e, 0x2a, 0xb7, 0xfe, 0x55, 0x73, 0x45, 0xa4, 0x72, 0x6b, 0xf1, 0xf4, 0x72, 0x55, 0xa9, 0xd5, 0xa7, 0xbe, 0xb3, 0xc6, 0x19, 0x2f, 0x17, 0x17, 0x97, 0xbf, 0xc0, 0xac, 0x40, 0x80, 0x78, 0xda, 0x43, 0x7d, 0xea, 0xf9, 0x55, 0x71, 0x52, 0xab, 0xdd, 0x7e, 0xec, 0xee, 0xee, 0xfe, 0xad, 0x35, 0xab, 0xd7, 0xea, 0xb5, 0x7a, 0xad, 0x5e, 0xab, 0xd7, 0xea, 0xb5, 0x7a, 0xad, 0x5e, 0x0e, 0x7e, 0xfd, 0x3f, 0x1d, 0x83, 0x09, 0x73, 0xce, 0x4f, 0xaa, 0x19, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int document_export_128_png_len = 7500; unsigned char document_export_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x29, 0x86, 0x00, 0x00, 0x29, 0x86, 0x01, 0x22, 0xec, 0xdf, 0x8c, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x2c, 0xdf, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x77, 0x70, 0x5c, 0xd7, 0x95, 0xe6, 0x39, 0x53, 0x35, 0xb3, 0x53, 0xbb, 0xfb, 0xe7, 0x6c, 0xed, 0xee, 0xec, 0x6e, 0xed, 0x78, 0x6c, 0x8f, 0xc7, 0x33, 0xce, 0x96, 0x65, 0x4f, 0xad, 0xc7, 0x63, 0xd9, 0xb2, 0x35, 0x96, 0x2d, 0xcb, 0x96, 0x64, 0x59, 0xb6, 0x25, 0x53, 0x8c, 0xca, 0x81, 0x14, 0x15, 0x49, 0x4a, 0x10, 0x85, 0xd4, 0xdd, 0x20, 0x08, 0x46, 0x04, 0x82, 0x01, 0x81, 0x00, 0x88, 0x9c, 0x33, 0x91, 0x03, 0x89, 0x48, 0xe4, 0x9c, 0x73, 0x8e, 0x24, 0x40, 0x50, 0xd2, 0xd9, 0x7b, 0x6e, 0xf7, 0x6b, 0x74, 0x78, 0xaf, 0xfb, 0xbe, 0xd4, 0xe8, 0x06, 0xde, 0xad, 0xfa, 0x0a, 0x20, 0xd4, 0x02, 0x3a, 0x7c, 0xbf, 0x73, 0xcf, 0xb9, 0xef, 0xbe, 0x7b, 0x76, 0xed, 0xd2, 0x86, 0x36, 0xb4, 0xa1, 0x0d, 0x6d, 0x68, 0x43, 0x1b, 0xda, 0xd0, 0x86, 0x36, 0xb4, 0xa1, 0x0d, 0x6d, 0x68, 0x43, 0x1b, 0xda, 0xd0, 0x86, 0x36, 0xb4, 0xa1, 0x0d, 0x6d, 0x88, 0x19, 0x00, 0xf0, 0x17, 0x7a, 0xbd, 0xfe, 0x7f, 0xf8, 0xfb, 0xfb, 0x7f, 0xd3, 0xdf, 0xe0, 0xf3, 0x4b, 0x3f, 0xbd, 0xf7, 0xef, 0x34, 0x89, 0x17, 0xbe, 0x77, 0x3e, 0x3e, 0x3e, 0xff, 0x5d, 0x73, 0x94, 0x07, 0x8c, 0x33, 0x67, 0xce, 0xfc, 0x27, 0x5f, 0xbd, 0xef, 0xa3, 0x3a, 0xbd, 0x4f, 0xa8, 0xbf, 0xce, 0x67, 0xdc, 0x5f, 0xef, 0x03, 0x9a, 0x14, 0xd1, 0x7d, 0xa2, 0xa8, 0x80, 0x00, 0xaf, 0xbf, 0xd5, 0x5c, 0xe6, 0x86, 0xc3, 0xcb, 0xcb, 0xeb, 0x2f, 0x75, 0x3a, 0xdf, 0xdd, 0xe4, 0x43, 0x1a, 0xd2, 0xcc, 0xaa, 0xaa, 0x3a, 0x75, 0x3a, 0xdd, 0xff, 0xd6, 0x1c, 0xe7, 0x46, 0x43, 0xa7, 0xf3, 0x7e, 0xc0, 0x5f, 0xef, 0xdb, 0xac, 0x99, 0xd3, 0x65, 0xea, 0xd5, 0x20, 0x70, 0x93, 0x41, 0x73, 0x54, 0xbd, 0xcf, 0x1d, 0xcd, 0x94, 0xae, 0x95, 0x9f, 0xde, 0x67, 0xd0, 0xcf, 0xcf, 0xef, 0xef, 0x35, 0x07, 0x6e, 0xe1, 0x20, 0x51, 0xff, 0x3d, 0xf2, 0x61, 0x7c, 0xae, 0x19, 0x72, 0x8b, 0x20, 0xd0, 0xf9, 0xf4, 0x9d, 0x3c, 0x79, 0xf2, 0xff, 0x68, 0x4e, 0xdc, 0x0a, 0xf3, 0x1b, 0x7c, 0x9e, 0xd1, 0xcc, 0xbf, 0x55, 0xf2, 0xb6, 0xfc, 0x77, 0x7f, 0x40, 0x80, 0xf7, 0xff, 0xd5, 0x1c, 0xe9, 0xf2, 0x9c, 0xdf, 0xe7, 0xae, 0x66, 0x44, 0x57, 0x47, 0x7c, 0x6f, 0xeb, 0x9f, 0x19, 0x88, 0x74, 0x3e, 0xa0, 0xd3, 0xfb, 0x6a, 0xe9, 0x90, 0x2b, 0x57, 0x7b, 0xc8, 0x9b, 0xdf, 0xa8, 0x19, 0x72, 0x8b, 0x8d, 0x6f, 0x37, 0x13, 0xf8, 0x8e, 0xe9, 0xf5, 0xfa, 0x2f, 0x6b, 0x0e, 0x55, 0xbd, 0xe8, 0xf5, 0x79, 0x5e, 0x33, 0xa5, 0x3b, 0xa5, 0x40, 0xbe, 0xf4, 0xab, 0x8e, 0x82, 0xe2, 0x3b, 0x4e, 0x6a, 0x82, 0x7f, 0xd4, 0x5c, 0xaa, 0x5e, 0xf4, 0xff, 0x6b, 0x6d, 0x9d, 0x7f, 0xab, 0xe4, 0x6b, 0x34, 0xb9, 0xde, 0x98, 0xf6, 0xd8, 0xfd, 0x77, 0xdd, 0xe6, 0x4c, 0x40, 0xd2, 0xa1, 0x2f, 0x69, 0x6e, 0x55, 0xa3, 0xf0, 0x0d, 0xf0, 0xf9, 0x05, 0xcb, 0x87, 0x15, 0x74, 0x26, 0x10, 0x62, 0xe2, 0xa2, 0xcd, 0xba, 0x1e, 0x1f, 0x03, 0x39, 0x39, 0x99, 0x90, 0x5f, 0x90, 0x6b, 0xa7, 0x3c, 0x21, 0xe5, 0xb3, 0x2a, 0x47, 0x55, 0xe5, 0x8a, 0x51, 0x5e, 0xb6, 0x62, 0x8a, 0x88, 0xbc, 0x62, 0x6f, 0x7c, 0x5b, 0x19, 0x78, 0x60, 0xc0, 0x9f, 0x19, 0x7c, 0xc7, 0x3f, 0xf9, 0xe4, 0x93, 0xaf, 0x68, 0x8e, 0x55, 0x7c, 0xd9, 0xd3, 0x27, 0x84, 0x05, 0x80, 0x38, 0x62, 0xf8, 0x7b, 0xf7, 0xee, 0x51, 0x7d, 0xfa, 0xe9, 0xa7, 0xf0, 0xf9, 0xe7, 0x9f, 0xcb, 0xd0, 0x67, 0xa2, 0xf4, 0x19, 0xa7, 0xcf, 0xb6, 0x5a, 0x9f, 0x8a, 0xd6, 0xa7, 0x16, 0xda, 0xd8, 0xd8, 0x80, 0xd4, 0x8c, 0x64, 0xfe, 0x68, 0x2f, 0x90, 0x0e, 0x91, 0x62, 0xd8, 0x0c, 0x0a, 0x49, 0x87, 0x26, 0x7d, 0x7d, 0x7d, 0xff, 0x49, 0x73, 0xad, 0x42, 0x03, 0x37, 0xb6, 0xb1, 0xee, 0xed, 0x31, 0x02, 0xb0, 0x4e, 0x3f, 0x54, 0xb5, 0xcd, 0xef, 0x3e, 0x86, 0x67, 0x33, 0xff, 0xa7, 0xce, 0xf4, 0xe9, 0xa6, 0x36, 0x36, 0xee, 0x41, 0x72, 0x5a, 0x82, 0x55, 0xe1, 0x2b, 0x38, 0x1b, 0xd8, 0xa5, 0x42, 0xf8, 0xbd, 0xef, 0xb4, 0x4e, 0xa7, 0xfb, 0xaa, 0xe6, 0x5e, 0x05, 0x06, 0xdd, 0xd5, 0xc9, 0x98, 0xaf, 0x22, 0x00, 0xf7, 0xef, 0xdf, 0x57, 0xd4, 0xf0, 0x9f, 0x39, 0x92, 0x87, 0x46, 0x79, 0x3e, 0xd3, 0xdb, 0x0a, 0x03, 0x49, 0x52, 0x6a, 0xbc, 0x73, 0xe3, 0xdb, 0x14, 0xc6, 0x3a, 0x03, 0xbd, 0x50, 0x86, 0x5f, 0x67, 0xfc, 0xfd, 0xfd, 0xff, 0x45, 0x73, 0xb0, 0xdc, 0xd5, 0x9f, 0x93, 0x7e, 0xdf, 0x66, 0x05, 0x20, 0x3e, 0x21, 0x8e, 0x1a, 0x44, 0xf1, 0xd4, 0xc6, 0x03, 0x22, 0xbc, 0xa8, 0x88, 0xff, 0x29, 0x9b, 0x10, 0x82, 0x84, 0xa4, 0xeb, 0x02, 0xf9, 0xbf, 0xf5, 0x12, 0xa9, 0x00, 0x28, 0x73, 0x06, 0x83, 0xe1, 0x6b, 0x9a, 0x8b, 0x65, 0x0c, 0xdc, 0xe2, 0xcc, 0x0a, 0x40, 0x4e, 0x5e, 0x96, 0xfc, 0x68, 0xff, 0x99, 0xe7, 0xa4, 0x35, 0x4a, 0x19, 0xdd, 0x19, 0x04, 0xf1, 0xc9, 0xb1, 0xd4, 0xf8, 0xc6, 0x5c, 0xdf, 0x9b, 0xe7, 0xba, 0x80, 0xfd, 0xca, 0x91, 0x19, 0x0c, 0x83, 0xcf, 0x82, 0xc1, 0xe0, 0xf3, 0x0d, 0xcd, 0xc9, 0xd2, 0xb7, 0x3e, 0x3c, 0xcb, 0x0a, 0xc0, 0x8d, 0xa2, 0x7c, 0xe6, 0x48, 0xbf, 0x1d, 0xd2, 0x9a, 0xcf, 0x18, 0x0d, 0x8f, 0x69, 0x21, 0x2e, 0x0c, 0xac, 0xaf, 0xaf, 0xc3, 0xda, 0xda, 0x5d, 0x58, 0x5b, 0x5f, 0xa3, 0x3f, 0x73, 0x0e, 0xc0, 0x7d, 0xaa, 0x75, 0xf2, 0xf8, 0xd8, 0xeb, 0xd1, 0xe2, 0xae, 0x0d, 0x58, 0x2f, 0x91, 0x2e, 0x92, 0x74, 0xe8, 0xeb, 0x9a, 0x9b, 0x25, 0x6d, 0x7f, 0xf0, 0x7d, 0x8e, 0x1d, 0x80, 0x02, 0xf6, 0xd4, 0xe6, 0x33, 0xcf, 0x4b, 0x6d, 0xa4, 0x44, 0x7b, 0x5c, 0xd5, 0x59, 0x5b, 0x5b, 0x83, 0x3b, 0x77, 0x56, 0x61, 0x79, 0x65, 0x19, 0x16, 0x17, 0x17, 0x61, 0x6e, 0x6e, 0x16, 0x66, 0x67, 0x67, 0xe8, 0xcf, 0x59, 0x00, 0xa0, 0x10, 0x90, 0x99, 0x20, 0xf6, 0xfa, 0x35, 0x0b, 0xa3, 0x7b, 0xdb, 0xad, 0x14, 0x71, 0xf9, 0xbf, 0x3f, 0xff, 0xd2, 0xe9, 0x0a, 0xa9, 0xe7, 0xbe, 0xa3, 0x39, 0xda, 0xc5, 0x00, 0xb8, 0x5f, 0x4a, 0xf3, 0x99, 0x3c, 0xb3, 0x8b, 0x4a, 0x5f, 0xee, 0xc1, 0x9d, 0xbb, 0x77, 0x60, 0x65, 0x65, 0x05, 0x96, 0x96, 0x96, 0x60, 0x7e, 0x7e, 0x8e, 0x1a, 0x7f, 0x6a, 0x7a, 0x0a, 0x26, 0x27, 0x27, 0x61, 0x62, 0x62, 0x9c, 0x46, 0x77, 0x5b, 0xb3, 0x0b, 0x09, 0x67, 0x90, 0xd8, 0xb8, 0x28, 0x2b, 0x93, 0xeb, 0x8c, 0xeb, 0xff, 0xe4, 0xab, 0x49, 0x0e, 0xd2, 0x23, 0x92, 0x42, 0xad, 0x06, 0x04, 0xf8, 0x7d, 0x57, 0x73, 0xb5, 0x5a, 0x00, 0xdc, 0xc8, 0x77, 0xa3, 0x94, 0x46, 0xa1, 0xd4, 0x46, 0x62, 0xee, 0x8e, 0x29, 0xce, 0xea, 0x2a, 0x89, 0xfa, 0xcb, 0x18, 0xf5, 0x17, 0x60, 0x96, 0x44, 0xfd, 0xe9, 0xe9, 0x69, 0x98, 0x9a, 0x42, 0xe3, 0x8f, 0xc1, 0xe8, 0xd8, 0x08, 0x0c, 0x0d, 0x0f, 0xc2, 0xf8, 0xf8, 0x18, 0x93, 0xf9, 0x51, 0xf7, 0x4d, 0xe9, 0xd0, 0xb5, 0x98, 0x48, 0xd0, 0x07, 0xa0, 0xe1, 0xfd, 0xc8, 0x57, 0xa3, 0x0c, 0x27, 0xfd, 0x89, 0x8c, 0x5f, 0x8d, 0x20, 0xf8, 0x0a, 0xac, 0x1e, 0xf9, 0xde, 0xc5, 0x4d, 0x8d, 0x9a, 0xb3, 0x55, 0x00, 0xa0, 0x10, 0x01, 0xd0, 0x8a, 0x58, 0xaa, 0xbb, 0x77, 0xef, 0x92, 0xa8, 0x4f, 0xd2, 0x1d, 0x12, 0xf5, 0x67, 0x66, 0x66, 0xa8, 0xf1, 0x27, 0x27, 0x27, 0x60, 0x8c, 0x18, 0x7e, 0x64, 0x74, 0x08, 0x06, 0x07, 0xfb, 0xa1, 0xbf, 0xbf, 0x17, 0x7a, 0x7a, 0xbb, 0x4d, 0xb3, 0xc0, 0xa6, 0xc9, 0xad, 0xb5, 0x01, 0x1b, 0xf7, 0x37, 0xe0, 0xde, 0xc6, 0x3d, 0xb3, 0x56, 0x57, 0x57, 0x20, 0x2a, 0x26, 0x02, 0x0c, 0x81, 0xfe, 0x10, 0x10, 0xa8, 0x03, 0xc3, 0x29, 0x1d, 0xfd, 0x7a, 0x12, 0x85, 0xdf, 0x13, 0x21, 0x04, 0xd6, 0x29, 0x90, 0xaf, 0xb9, 0x5e, 0x20, 0x60, 0xac, 0x79, 0xeb, 0xbc, 0x1f, 0xd4, 0xdc, 0xbd, 0x85, 0x00, 0xd0, 0x14, 0xc1, 0xe2, 0x43, 0x35, 0x8b, 0x5e, 0x49, 0x5e, 0x57, 0x54, 0xeb, 0x96, 0x5a, 0xe7, 0xd3, 0x9a, 0x64, 0xad, 0xd9, 0xe9, 0x2e, 0xd5, 0xdc, 0xfc, 0x2c, 0x4c, 0x4e, 0x4d, 0xc0, 0xf8, 0xc4, 0x28, 0x8c, 0x90, 0x68, 0x3f, 0x3c, 0x62, 0x34, 0x7d, 0x5f, 0x7f, 0x0f, 0x31, 0x7d, 0x17, 0x74, 0x76, 0xb5, 0x43, 0x47, 0x67, 0x1b, 0x74, 0x76, 0xb6, 0x93, 0x59, 0x62, 0xc9, 0x0c, 0x00, 0x9a, 0xdd, 0x28, 0x52, 0x34, 0x6f, 0x6c, 0x3e, 0x6f, 0xcb, 0xdf, 0x8d, 0x85, 0xf4, 0xca, 0xea, 0x32, 0x44, 0xc7, 0x46, 0x12, 0xc3, 0xeb, 0x21, 0x30, 0x48, 0x0f, 0x27, 0xa9, 0x0c, 0xf4, 0xdf, 0xa8, 0x00, 0x22, 0x0a, 0x01, 0x8a, 0x7f, 0x57, 0xe9, 0x3d, 0x5f, 0x5f, 0xdf, 0xef, 0x6b, 0x0e, 0xdf, 0x22, 0x00, 0xd0, 0xe8, 0xd3, 0x33, 0x93, 0xf6, 0x9a, 0x9e, 0xb0, 0xd2, 0x94, 0xa0, 0xc6, 0x8d, 0x9a, 0x32, 0x6a, 0x92, 0x57, 0x63, 0xd6, 0x9a, 0x1c, 0x83, 0x09, 0x5e, 0x8d, 0xda, 0x69, 0x1c, 0x35, 0x61, 0xa9, 0x11, 0x5e, 0x8d, 0x59, 0x6a, 0x1c, 0x35, 0x4c, 0xd5, 0xdd, 0xd3, 0x0e, 0x6d, 0x1d, 0x2d, 0xd0, 0xda, 0xde, 0x04, 0xcd, 0x2d, 0x8d, 0x70, 0xbb, 0xb9, 0x1e, 0xea, 0x1b, 0x6b, 0xa1, 0xb6, 0xe1, 0x16, 0xd4, 0xd4, 0x55, 0xc3, 0xcd, 0x9a, 0x4a, 0xa8, 0xaa, 0x2e, 0x87, 0xba, 0x86, 0x1a, 0x58, 0x58, 0x98, 0xa7, 0x57, 0x7f, 0x51, 0xeb, 0xf7, 0xd6, 0xa8, 0xd6, 0x88, 0xee, 0x12, 0xb3, 0xdf, 0x5d, 0x37, 0xae, 0x1a, 0xdd, 0x25, 0xa6, 0xbf, 0xbb, 0x76, 0x87, 0xea, 0xce, 0xdd, 0x55, 0xaa, 0xe5, 0x95, 0x45, 0xb8, 0x16, 0x17, 0x49, 0x00, 0x30, 0xd8, 0xeb, 0x94, 0x11, 0x06, 0x7f, 0xdb, 0x99, 0xc0, 0xf6, 0xc4, 0x09, 0x7f, 0xff, 0x1f, 0x6a, 0x2e, 0xdf, 0x12, 0x00, 0xd6, 0x79, 0xcc, 0x3f, 0xc9, 0x68, 0xfe, 0x09, 0x2b, 0xf3, 0xbb, 0x23, 0x00, 0x9d, 0x5d, 0x6d, 0xd0, 0xd2, 0x7a, 0x1b, 0x9a, 0x9b, 0x1b, 0xa0, 0xe1, 0x76, 0x1d, 0x35, 0x7a, 0x6d, 0xdd, 0x4d, 0xb8, 0x55, 0x53, 0x0d, 0xd5, 0xb7, 0x2a, 0xa0, 0xb2, 0xba, 0x14, 0xca, 0x2a, 0x8a, 0xa1, 0xb4, 0xf4, 0x06, 0x8c, 0x91, 0x19, 0xc2, 0x36, 0xc2, 0xaf, 0x51, 0xc3, 0xdf, 0xa5, 0x45, 0x34, 0xa7, 0xd5, 0x3b, 0xab, 0x54, 0x2b, 0x24, 0x05, 0x5a, 0x35, 0x69, 0x71, 0x69, 0x01, 0x62, 0x62, 0xa3, 0xe0, 0xd4, 0xe9, 0x00, 0xa3, 0x88, 0xf9, 0x4f, 0xd1, 0x99, 0x80, 0x93, 0x8e, 0xd6, 0x03, 0x96, 0xd7, 0x06, 0x6c, 0xee, 0x31, 0xd6, 0x20, 0xf0, 0x74, 0x00, 0x26, 0xdd, 0x06, 0x80, 0x61, 0xb3, 0xda, 0xda, 0x5b, 0xa0, 0xb1, 0xa9, 0x1e, 0x1a, 0x88, 0xf1, 0xeb, 0xea, 0x6f, 0xc1, 0xad, 0x5a, 0x93, 0xf1, 0x6f, 0x96, 0x41, 0x79, 0x45, 0x09, 0x94, 0x96, 0x17, 0x41, 0x51, 0x69, 0x21, 0xdc, 0x28, 0x2e, 0x80, 0xce, 0xee, 0x76, 0x98, 0x5f, 0x98, 0xb5, 0x8b, 0xf0, 0xa8, 0xd5, 0x3b, 0x2b, 0x66, 0x61, 0xda, 0xc3, 0x09, 0x97, 0x54, 0x57, 0x56, 0x8c, 0xdf, 0x2f, 0x2c, 0xcd, 0xd3, 0x99, 0x80, 0x83, 0x00, 0x53, 0xa2, 0x40, 0x53, 0x1a, 0x14, 0x10, 0x88, 0xf2, 0x37, 0xae, 0x16, 0xe9, 0x7c, 0x34, 0x08, 0xb6, 0x07, 0x00, 0xe3, 0x0a, 0x02, 0x30, 0xaa, 0x0a, 0x00, 0x18, 0xfd, 0xeb, 0x89, 0xf9, 0x6b, 0x30, 0xea, 0xd7, 0x56, 0x99, 0xa2, 0x7e, 0x19, 0x35, 0x7e, 0x49, 0x59, 0x21, 0x35, 0x7f, 0x61, 0x51, 0x1e, 0xe4, 0x17, 0xe6, 0x40, 0x7b, 0x67, 0x2b, 0xa9, 0x11, 0x06, 0x48, 0xdd, 0x30, 0x63, 0x17, 0xe1, 0xad, 0x4d, 0xbf, 0xb4, 0x29, 0x52, 0x37, 0x18, 0x7f, 0xbe, 0x44, 0x53, 0xa1, 0x85, 0xc5, 0x39, 0x02, 0x41, 0x94, 0x45, 0xf4, 0xd7, 0xd3, 0x62, 0x18, 0x8b, 0x63, 0x7d, 0x80, 0xbf, 0x7d, 0x51, 0xac, 0x41, 0xb0, 0xf3, 0x00, 0x98, 0x70, 0x21, 0x00, 0x4d, 0x24, 0xe7, 0xaf, 0x21, 0x51, 0xff, 0xe6, 0xad, 0x4a, 0xa8, 0xae, 0xae, 0x80, 0xf2, 0x4a, 0x8c, 0xfa, 0xc5, 0x50, 0x5c, 0x86, 0x51, 0x3f, 0x0f, 0x0a, 0x6e, 0xe0, 0xfd, 0x0f, 0x39, 0x90, 0x93, 0x97, 0x41, 0x8a, 0xe1, 0x66, 0x18, 0x1e, 0x1d, 0xa0, 0x9a, 0x9d, 0x9f, 0x36, 0x99, 0xdc, 0x18, 0xe1, 0xad, 0x4c, 0x6f, 0x12, 0x67, 0x7a, 0x5b, 0xcd, 0x13, 0x08, 0x62, 0x08, 0x04, 0xb4, 0x10, 0x26, 0x91, 0x9f, 0x5b, 0x22, 0x75, 0x66, 0x7e, 0x0d, 0x02, 0x97, 0x02, 0x60, 0x5c, 0x7e, 0xe4, 0x07, 0x60, 0xc2, 0x2d, 0x00, 0x18, 0x57, 0x00, 0x80, 0x06, 0x52, 0xf0, 0x56, 0xdd, 0x2c, 0x87, 0x8a, 0xaa, 0x52, 0x9a, 0xf2, 0x94, 0x94, 0x91, 0x94, 0xa7, 0xa4, 0x10, 0x0a, 0x8a, 0xf2, 0xa1, 0xa0, 0x30, 0x17, 0x72, 0xf3, 0xb3, 0x20, 0x27, 0x27, 0x03, 0x32, 0xb3, 0xd3, 0xc9, 0x0c, 0xd0, 0x0c, 0x23, 0x63, 0x83, 0x66, 0xcd, 0x92, 0x99, 0xc0, 0xde, 0xe8, 0xfc, 0xa6, 0xdf, 0xfc, 0x6f, 0x46, 0xd1, 0x99, 0x20, 0x36, 0xd2, 0x6c, 0x7e, 0x09, 0xe7, 0x0e, 0x69, 0x10, 0x48, 0x05, 0xa0, 0x40, 0x10, 0x00, 0xfb, 0xf5, 0x77, 0x3b, 0x00, 0xc4, 0xe6, 0xff, 0x62, 0x57, 0x80, 0x5c, 0x0c, 0x40, 0x5d, 0xc3, 0x2d, 0x1a, 0xf5, 0xcb, 0x48, 0xca, 0x53, 0x4c, 0x0a, 0x5d, 0xcc, 0xf5, 0x8d, 0x29, 0x4f, 0x36, 0x64, 0xe7, 0x65, 0x42, 0x16, 0x35, 0x7f, 0x1a, 0xa4, 0x67, 0xa6, 0x40, 0x7b, 0x47, 0x2b, 0x8c, 0x8e, 0x0f, 0x11, 0xf3, 0x0f, 0x91, 0xaf, 0xc3, 0x30, 0x3a, 0x31, 0x6c, 0x9a, 0x09, 0x16, 0x79, 0xa2, 0xfd, 0x92, 0xa0, 0xb8, 0x34, 0x69, 0x69, 0x79, 0x91, 0x5e, 0x2c, 0x93, 0x71, 0xf8, 0x96, 0x06, 0x81, 0x32, 0x00, 0x08, 0x5f, 0x80, 0x92, 0x0d, 0x80, 0xda, 0x2b, 0x40, 0x93, 0xd2, 0x57, 0x80, 0x50, 0x35, 0x35, 0x55, 0x24, 0xea, 0xdf, 0x80, 0xe2, 0x12, 0x4c, 0x79, 0x8c, 0x51, 0x3f, 0x27, 0x8f, 0x98, 0x3f, 0xd7, 0x68, 0xfc, 0x8c, 0xac, 0x54, 0x48, 0xcb, 0x48, 0x81, 0x94, 0xb4, 0x44, 0x68, 0xed, 0x68, 0xde, 0x04, 0xc8, 0xe2, 0x77, 0xce, 0x99, 0x66, 0x02, 0x47, 0x66, 0x37, 0xd7, 0x08, 0x77, 0x8c, 0x5a, 0xbd, 0xbb, 0x62, 0xfc, 0x9e, 0x80, 0x83, 0xab, 0x43, 0x1a, 0x04, 0x2e, 0x07, 0x80, 0x6d, 0xab, 0x81, 0x74, 0x00, 0xc6, 0xdd, 0x74, 0x05, 0xc8, 0x1a, 0x00, 0x4c, 0x7f, 0x8a, 0x4a, 0xf2, 0x49, 0x5a, 0x98, 0x67, 0xca, 0xf5, 0xb3, 0x8c, 0xe6, 0xcf, 0x31, 0x46, 0xfd, 0xb4, 0xf4, 0x24, 0x48, 0x4e, 0x4d, 0x80, 0xa4, 0x94, 0x78, 0x7a, 0xbd, 0x80, 0xfe, 0x4e, 0x33, 0x7c, 0xe4, 0x79, 0x4d, 0x19, 0x85, 0xab, 0x43, 0xbc, 0xa6, 0xbf, 0x63, 0x6f, 0x7a, 0xe3, 0xca, 0x91, 0x71, 0x15, 0xe9, 0xae, 0x69, 0xd9, 0x14, 0x6f, 0x52, 0xd2, 0x20, 0x70, 0x15, 0x00, 0x85, 0x79, 0xcc, 0xdb, 0x0e, 0xac, 0x00, 0x98, 0x56, 0x3f, 0xff, 0x57, 0x7f, 0x05, 0xc8, 0x1a, 0x80, 0x8a, 0xaa, 0x32, 0x73, 0xae, 0x6f, 0x8c, 0xfa, 0xe9, 0x90, 0x91, 0x99, 0x46, 0xa3, 0x7e, 0x5a, 0x46, 0x32, 0x24, 0x11, 0xf3, 0xe3, 0xcd, 0x2e, 0xf1, 0x89, 0xb1, 0x74, 0x15, 0x88, 0x33, 0xfc, 0x24, 0x79, 0x6d, 0x9c, 0xa6, 0x66, 0xc8, 0x7b, 0x31, 0x3b, 0x49, 0xf3, 0x7a, 0x4b, 0xc3, 0x73, 0xa6, 0x47, 0x83, 0x73, 0x66, 0x47, 0xe3, 0xe3, 0x12, 0x2a, 0x77, 0xfd, 0x00, 0xaf, 0x27, 0xac, 0x9b, 0x2e, 0xa0, 0xc5, 0x27, 0xc6, 0x69, 0x10, 0x6c, 0x35, 0x00, 0xb6, 0x7b, 0x6b, 0x1c, 0x01, 0x30, 0xe5, 0xe1, 0x2b, 0x40, 0xa8, 0xb2, 0xf2, 0x62, 0xc8, 0xcd, 0x35, 0xe6, 0xfa, 0x98, 0xee, 0x18, 0xa3, 0x7e, 0x32, 0x89, 0xfa, 0x89, 0x90, 0x94, 0x1c, 0x0f, 0x89, 0x49, 0x71, 0x10, 0x9f, 0x10, 0x4b, 0x22, 0xf4, 0x35, 0xe8, 0x20, 0x00, 0xe0, 0x6b, 0x43, 0xb3, 0xa3, 0xe9, 0x67, 0xc8, 0xd7, 0x99, 0xb9, 0x29, 0xaa, 0xd9, 0xb9, 0x19, 0x98, 0x5b, 0x98, 0xa1, 0x79, 0x3d, 0x8d, 0xf0, 0x9c, 0xe9, 0xf1, 0x9a, 0x81, 0x85, 0xe9, 0xb9, 0xfb, 0x0c, 0xcc, 0xdb, 0x34, 0x70, 0x1b, 0xc8, 0xc6, 0xe6, 0xb6, 0x92, 0xa4, 0x94, 0x04, 0x0d, 0x02, 0x57, 0x01, 0xc0, 0xb2, 0x59, 0x6c, 0xdd, 0x0a, 0x80, 0x09, 0x75, 0xf3, 0x7f, 0x17, 0x17, 0xc0, 0xa8, 0x92, 0x92, 0x1b, 0x90, 0x65, 0xca, 0xf5, 0xf1, 0x94, 0x07, 0xcc, 0xf5, 0xa9, 0xf1, 0x89, 0x12, 0x88, 0xf9, 0xaf, 0x27, 0xc4, 0xd0, 0xfd, 0xfd, 0x58, 0xac, 0x62, 0x11, 0x6c, 0x34, 0xfc, 0x0c, 0x31, 0xfc, 0x34, 0xcd, 0xfd, 0xe7, 0x48, 0xea, 0x33, 0x3f, 0x4f, 0xb4, 0x38, 0x0b, 0x8b, 0x4b, 0xf3, 0x64, 0x16, 0x98, 0x27, 0x11, 0x7f, 0xd9, 0x2e, 0xc2, 0x73, 0x66, 0xc7, 0xaf, 0x68, 0xf4, 0x0d, 0xd3, 0x9e, 0xaa, 0xfb, 0xf7, 0x37, 0xcc, 0xef, 0x35, 0x17, 0x80, 0x52, 0xd3, 0x92, 0x35, 0x08, 0xd4, 0x06, 0x80, 0x75, 0xb7, 0xa4, 0x19, 0x00, 0x17, 0x44, 0x7f, 0x35, 0x0a, 0x60, 0x67, 0x00, 0x14, 0x91, 0xc2, 0x17, 0xd3, 0x9d, 0xd4, 0xb4, 0x24, 0x9a, 0xe7, 0x27, 0x62, 0xba, 0x93, 0x14, 0x6b, 0x8a, 0xfa, 0xc4, 0xfc, 0x71, 0xd1, 0x10, 0x1d, 0x13, 0x01, 0x91, 0xd1, 0x57, 0xcd, 0x57, 0x82, 0xa9, 0x48, 0xba, 0x83, 0x66, 0x47, 0xd3, 0xe3, 0x36, 0x07, 0x8c, 0xfc, 0x74, 0x35, 0xc8, 0x94, 0xfb, 0x73, 0xc6, 0xbf, 0xc7, 0x45, 0x78, 0xba, 0x87, 0x08, 0xcd, 0xbe, 0x61, 0xdc, 0x50, 0x47, 0x67, 0xdc, 0xcf, 0xcc, 0xf7, 0x66, 0x5b, 0x0e, 0xfc, 0x19, 0xce, 0x40, 0x32, 0x0e, 0xe9, 0xda, 0x30, 0x18, 0x0c, 0xdf, 0xd0, 0x00, 0xd8, 0xee, 0x00, 0xc8, 0xcc, 0xff, 0x51, 0x05, 0x85, 0x39, 0xc6, 0x22, 0x97, 0x44, 0x7c, 0x34, 0x3e, 0x9a, 0x3e, 0x8e, 0x44, 0xfc, 0xb8, 0xf8, 0x68, 0xba, 0x4e, 0x1f, 0x75, 0x8d, 0x98, 0x3f, 0xea, 0x0a, 0x5c, 0x8d, 0xbc, 0x44, 0x00, 0xe8, 0xa0, 0x66, 0x5f, 0x24, 0x66, 0x5f, 0x5a, 0x5e, 0xb0, 0x58, 0xdd, 0x59, 0xa2, 0x5b, 0x20, 0xb8, 0xe2, 0x16, 0x23, 0xff, 0x3a, 0x01, 0xe0, 0xde, 0xc6, 0x3a, 0xdd, 0x2a, 0xbd, 0x19, 0xe1, 0x37, 0x0f, 0x22, 0x70, 0x36, 0xe4, 0x43, 0xe0, 0x33, 0xab, 0x01, 0x20, 0xa0, 0xfc, 0x02, 0x91, 0x00, 0xc8, 0x28, 0x7e, 0xdd, 0x2b, 0xff, 0xb7, 0x07, 0x00, 0x8b, 0xdf, 0x84, 0x44, 0x4c, 0x75, 0x62, 0xa9, 0xf1, 0x71, 0x9b, 0x02, 0x6e, 0x5f, 0xc6, 0x94, 0x27, 0x8a, 0x44, 0xfd, 0xab, 0x51, 0x97, 0xe1, 0x4a, 0x44, 0x38, 0x5c, 0xba, 0x72, 0x11, 0xba, 0x7b, 0xbb, 0x8c, 0x66, 0xc7, 0xed, 0x0f, 0x77, 0x37, 0x0b, 0x5b, 0x9a, 0xdf, 0x63, 0xc4, 0x37, 0xe5, 0xf1, 0x18, 0xe9, 0x8d, 0xa9, 0x0d, 0x31, 0xff, 0xe7, 0x9f, 0x32, 0x9b, 0x5e, 0x69, 0x08, 0x7c, 0x0d, 0xbe, 0x07, 0x34, 0x00, 0x54, 0x00, 0xc0, 0xfd, 0xd2, 0x1f, 0x69, 0xf9, 0x3f, 0x2a, 0x9b, 0x14, 0xc0, 0x78, 0x34, 0x64, 0xcc, 0xf5, 0x28, 0x6a, 0x7a, 0x4c, 0x75, 0x22, 0x89, 0xe9, 0xf1, 0xeb, 0xd5, 0x48, 0x62, 0xfe, 0xab, 0xc4, 0xfc, 0x97, 0xc3, 0x20, 0x34, 0x3c, 0x18, 0x7a, 0x7b, 0xbb, 0x8d, 0x11, 0x9e, 0xa6, 0x37, 0xc6, 0x7c, 0x7e, 0x83, 0x44, 0x79, 0xee, 0xde, 0x00, 0x2e, 0xca, 0xa3, 0x94, 0x1a, 0xb2, 0x20, 0x30, 0x78, 0xdf, 0xd0, 0x00, 0x90, 0x0b, 0xc0, 0xfa, 0xba, 0x0a, 0xc5, 0xaf, 0xfb, 0x00, 0x80, 0xc5, 0x2f, 0x5e, 0x88, 0x8a, 0xba, 0x66, 0x34, 0xfe, 0x15, 0x92, 0xea, 0x60, 0xc4, 0xbf, 0x4a, 0x74, 0x99, 0x44, 0xfd, 0xb0, 0x4b, 0x21, 0x10, 0x7a, 0xf1, 0x02, 0x04, 0x87, 0x9e, 0x83, 0xbe, 0xbe, 0x5e, 0x73, 0x2e, 0xcf, 0x9d, 0x16, 0xb1, 0x99, 0xc3, 0x7f, 0x0e, 0x6a, 0x0d, 0xe9, 0x10, 0x78, 0x37, 0x6b, 0x00, 0xf0, 0x02, 0x90, 0x2b, 0x19, 0x00, 0x65, 0xa2, 0xff, 0x16, 0xa4, 0x3f, 0x02, 0x00, 0x60, 0x01, 0x1c, 0x19, 0x6d, 0xcc, 0xf1, 0x2f, 0x9b, 0xa2, 0x7d, 0xf8, 0xe5, 0x50, 0x9a, 0xf2, 0x84, 0x91, 0xa8, 0x1f, 0x12, 0x7a, 0x1e, 0xce, 0x07, 0x9f, 0x85, 0x73, 0x17, 0x4e, 0xc3, 0xc0, 0x50, 0xbf, 0xf9, 0x2c, 0x55, 0x57, 0x0f, 0xfc, 0x9b, 0x69, 0xe9, 0x29, 0xe2, 0x00, 0xd0, 0x79, 0xb7, 0x6a, 0x00, 0xc8, 0x06, 0x60, 0x4d, 0xfd, 0xf4, 0x67, 0x8b, 0xf2, 0x7f, 0x14, 0x16, 0xc0, 0x57, 0x22, 0x88, 0xf9, 0xaf, 0x84, 0xc1, 0x45, 0x62, 0x7c, 0x34, 0x7d, 0xe8, 0xc5, 0xf3, 0x10, 0x46, 0xa3, 0x3e, 0x9a, 0xff, 0x0c, 0x9c, 0x3d, 0x1f, 0x04, 0xa7, 0xcf, 0x06, 0xc2, 0xc0, 0xe0, 0x00, 0x6c, 0xe5, 0xc0, 0x99, 0x00, 0x6b, 0x15, 0x0d, 0x00, 0xc5, 0x01, 0x70, 0x74, 0xc4, 0xc7, 0x9a, 0x24, 0xf3, 0xbb, 0x5f, 0xfa, 0xc3, 0x0f, 0x00, 0x2e, 0x7b, 0x86, 0xa3, 0xf9, 0x49, 0xaa, 0x13, 0x12, 0x76, 0x1e, 0x82, 0x43, 0xce, 0xc2, 0x79, 0xa2, 0x0b, 0x21, 0xc6, 0xa8, 0x7f, 0xe6, 0xec, 0x29, 0x7a, 0xeb, 0x22, 0xee, 0xd7, 0x1f, 0x18, 0xe8, 0x87, 0xad, 0x1e, 0x95, 0x55, 0xe5, 0x1a, 0x00, 0xca, 0x00, 0x70, 0x9f, 0xf1, 0x8c, 0x9b, 0xb5, 0x2d, 0x8a, 0xfe, 0xf2, 0x96, 0x3f, 0x59, 0xf2, 0x7f, 0x54, 0x42, 0x62, 0x2c, 0x89, 0xf6, 0xc1, 0x34, 0xc7, 0x37, 0xa6, 0x3a, 0x41, 0x70, 0xf6, 0x5c, 0x10, 0x9c, 0x21, 0x0a, 0x3a, 0x73, 0x92, 0xee, 0xd9, 0xc7, 0x23, 0x4c, 0xf0, 0x7d, 0xeb, 0xd7, 0x00, 0xd8, 0xb9, 0x00, 0xb8, 0x43, 0xf4, 0x57, 0x3a, 0xff, 0x47, 0xe1, 0xea, 0xcf, 0x85, 0x90, 0x73, 0x70, 0x2e, 0xf8, 0x34, 0x35, 0x7e, 0x10, 0x49, 0x75, 0x82, 0xce, 0x04, 0x98, 0xa3, 0xbe, 0xe5, 0x4d, 0x2a, 0x5d, 0x5d, 0x9d, 0xf4, 0x94, 0xb8, 0xad, 0x54, 0x69, 0x59, 0xb1, 0x06, 0x80, 0xab, 0x01, 0x98, 0x72, 0xa7, 0xe8, 0xaf, 0x60, 0xfa, 0x83, 0xc2, 0x9c, 0xdf, 0x78, 0x42, 0x03, 0x31, 0xfd, 0x69, 0xd3, 0x2d, 0x8a, 0x27, 0x75, 0x92, 0x6e, 0x52, 0x71, 0x75, 0x63, 0xbe, 0xf7, 0x3e, 0x78, 0x1b, 0x5e, 0x78, 0xe9, 0x00, 0x3c, 0xbf, 0xe7, 0xcf, 0x54, 0x07, 0x5f, 0xdc, 0x0f, 0xef, 0xbc, 0xf7, 0xd6, 0x66, 0xd3, 0x3e, 0x0d, 0x00, 0x21, 0x00, 0x72, 0x9c, 0x9f, 0x6e, 0x76, 0xdf, 0x28, 0xe7, 0x00, 0xc8, 0x88, 0xfe, 0x2a, 0x15, 0xbf, 0xac, 0xe9, 0x0f, 0x0a, 0x0b, 0x5f, 0x7a, 0x68, 0x15, 0xbd, 0x21, 0xdd, 0xcf, 0x7c, 0x74, 0xa1, 0xbb, 0x9b, 0xff, 0x95, 0xd7, 0x5e, 0x82, 0xdd, 0x7b, 0x9e, 0xe3, 0xd5, 0x4b, 0x2f, 0x1f, 0x04, 0x1f, 0xbf, 0x13, 0x1a, 0x00, 0x2c, 0x00, 0x58, 0x9d, 0x6e, 0x76, 0xdf, 0x5e, 0x6b, 0x22, 0x01, 0x98, 0xf4, 0xa0, 0xf4, 0x07, 0x15, 0x7e, 0x39, 0xcc, 0x7c, 0x3f, 0xae, 0xbb, 0x1b, 0x9f, 0xd3, 0xa1, 0xc3, 0xaf, 0x0b, 0x9a, 0x9f, 0xd3, 0x0b, 0x2f, 0x1e, 0x00, 0x6f, 0x1f, 0xaf, 0x36, 0x0d, 0x00, 0x01, 0x00, 0xee, 0x33, 0x98, 0xdf, 0x39, 0x00, 0x6a, 0x44, 0x7f, 0xd7, 0xa5, 0x3f, 0xa8, 0x4b, 0x64, 0x06, 0xf0, 0x14, 0xe3, 0xa3, 0xbc, 0x7d, 0x3f, 0xa6, 0xe9, 0x8e, 0x33, 0x00, 0x50, 0x07, 0x0e, 0xee, 0x5b, 0x3e, 0x78, 0xf0, 0xe0, 0xff, 0xd4, 0x00, 0xb0, 0x11, 0x76, 0x57, 0x64, 0x31, 0xbf, 0x63, 0x00, 0xc4, 0x98, 0xdf, 0x75, 0xd1, 0x5f, 0x4c, 0xfa, 0x33, 0x6a, 0xaa, 0x01, 0x3c, 0xa9, 0x1d, 0xeb, 0xfb, 0x47, 0xdf, 0x61, 0x32, 0x3f, 0xa7, 0xbd, 0xfb, 0x77, 0xf7, 0xec, 0x08, 0x08, 0x44, 0x03, 0x70, 0xff, 0x3e, 0x93, 0x58, 0x01, 0x98, 0x74, 0xc7, 0xe8, 0xcf, 0x00, 0x00, 0xae, 0xff, 0x7b, 0x12, 0x00, 0x6f, 0xbf, 0x7b, 0x58, 0x14, 0x00, 0x3b, 0x06, 0x02, 0xd7, 0x02, 0x20, 0x2f, 0xf5, 0x91, 0x14, 0xfd, 0x55, 0x48, 0x7f, 0x10, 0x00, 0x39, 0xa7, 0x32, 0x6c, 0x85, 0x8e, 0xbc, 0x23, 0x1e, 0x00, 0x0e, 0x82, 0x57, 0x5f, 0xdd, 0xfb, 0x77, 0x1a, 0x00, 0xa2, 0x00, 0xd8, 0xa0, 0xdb, 0x7c, 0x15, 0x4d, 0x7d, 0x44, 0x46, 0x7f, 0xb5, 0xd2, 0x1f, 0x0e, 0x00, 0x3c, 0x0a, 0x65, 0x27, 0x00, 0xb0, 0xed, 0x21, 0x90, 0x0e, 0xc0, 0x86, 0x43, 0xe1, 0xad, 0x7d, 0x76, 0xe6, 0x97, 0x91, 0xfa, 0xb8, 0x2c, 0xfa, 0x33, 0xa4, 0x3f, 0xa8, 0xa1, 0x91, 0x01, 0xba, 0xdf, 0x67, 0x27, 0x00, 0xb0, 0xad, 0x21, 0x10, 0x0f, 0xc0, 0x06, 0x93, 0x78, 0x01, 0xf0, 0x88, 0xe8, 0xcf, 0x06, 0xc0, 0x28, 0x3d, 0x20, 0xb7, 0x89, 0x6e, 0x7b, 0xd8, 0x09, 0x00, 0x6c, 0x5b, 0x08, 0xd4, 0x07, 0x60, 0x8b, 0xcc, 0xaf, 0x62, 0xf4, 0x37, 0x6a, 0x88, 0xaa, 0xb9, 0xa5, 0x81, 0xde, 0x07, 0x7c, 0xfa, 0xec, 0xa9, 0x6d, 0x0f, 0xc0, 0xb6, 0x84, 0x40, 0x5d, 0x00, 0xe4, 0x9b, 0x5f, 0x38, 0xf5, 0xd9, 0xda, 0xe8, 0xcf, 0x01, 0xd0, 0xdb, 0xd7, 0x05, 0xed, 0xd8, 0x28, 0xa3, 0xad, 0x09, 0x9a, 0x9a, 0x1b, 0xa0, 0xb6, 0xee, 0x16, 0xd4, 0xd4, 0x60, 0x83, 0x8c, 0x2a, 0xa8, 0xba, 0x59, 0x49, 0x37, 0xa1, 0x95, 0x57, 0x1a, 0xcf, 0x0f, 0x2d, 0x2d, 0xc3, 0x63, 0x14, 0x0b, 0x69, 0xb3, 0x41, 0xbc, 0xbf, 0xba, 0xa0, 0x20, 0x97, 0xbe, 0xa7, 0x39, 0xb9, 0x59, 0xf4, 0x0e, 0x33, 0xe3, 0xd9, 0x42, 0xdc, 0x89, 0x72, 0x49, 0xf4, 0x66, 0x16, 0x7a, 0xca, 0x44, 0xc2, 0x75, 0x88, 0x8f, 0x8f, 0x83, 0xd8, 0xeb, 0xc6, 0x9b, 0xed, 0xaf, 0xc5, 0x44, 0x41, 0x54, 0x74, 0x04, 0xf9, 0xd9, 0x75, 0x48, 0x49, 0x49, 0x86, 0xe4, 0xe4, 0x24, 0x48, 0x48, 0x4c, 0x20, 0x20, 0xc6, 0x0b, 0xea, 0xfc, 0x85, 0xb3, 0x8a, 0x00, 0xb0, 0xed, 0x20, 0x50, 0x1d, 0x00, 0x66, 0xf3, 0xbb, 0x3e, 0xfa, 0x4b, 0x29, 0x7e, 0x6d, 0x01, 0x18, 0x1c, 0xea, 0x83, 0xae, 0x6e, 0x63, 0x3b, 0x24, 0x3c, 0xff, 0xa7, 0xad, 0xbd, 0x99, 0x1e, 0x9d, 0x7e, 0x9b, 0xc0, 0xd0, 0x78, 0xbb, 0x9e, 0x1e, 0xa2, 0x5b, 0x67, 0xee, 0x1a, 0x53, 0x05, 0xd5, 0x37, 0x2b, 0xa0, 0x8a, 0x40, 0x51, 0x41, 0xa0, 0xc0, 0xb3, 0x85, 0x8a, 0x4b, 0x8b, 0xa0, 0xa8, 0xb8, 0x90, 0xf6, 0x60, 0x2e, 0xb0, 0x38, 0x65, 0x2e, 0x07, 0xcf, 0x1c, 0x42, 0x20, 0xb2, 0xd2, 0xe8, 0x0d, 0x2d, 0x29, 0xa9, 0x04, 0x88, 0x14, 0x23, 0x10, 0x78, 0x10, 0x16, 0xde, 0x8e, 0x99, 0x9a, 0x96, 0x02, 0xd9, 0x39, 0xd9, 0x90, 0x99, 0x95, 0x09, 0xe9, 0x19, 0xe9, 0xe4, 0xdf, 0xa9, 0xe4, 0x31, 0xc9, 0x90, 0x44, 0x80, 0xb0, 0x55, 0x70, 0xc8, 0x05, 0xc5, 0x00, 0xd8, 0x56, 0x10, 0x88, 0x02, 0x20, 0x2f, 0x9b, 0xc9, 0xfc, 0x1b, 0x1c, 0x00, 0x32, 0xcd, 0xef, 0xd2, 0xe8, 0x2f, 0x21, 0xfd, 0xa1, 0x07, 0xde, 0x8e, 0x0e, 0x42, 0x5f, 0x7f, 0x37, 0xf4, 0xf4, 0x76, 0x42, 0x77, 0x4f, 0x07, 0xed, 0x0d, 0x86, 0x27, 0xc1, 0xb5, 0x22, 0x08, 0x6d, 0xb7, 0xa1, 0x89, 0xa4, 0x48, 0xb4, 0x91, 0x86, 0x09, 0x04, 0x73, 0x17, 0x19, 0x32, 0x3b, 0x54, 0x99, 0x66, 0x87, 0x32, 0xd3, 0xe9, 0xd2, 0xf4, 0x9c, 0x51, 0x13, 0x08, 0xf9, 0xf4, 0xd4, 0xb9, 0x6c, 0x33, 0x08, 0x99, 0x59, 0xe9, 0xe6, 0x63, 0x58, 0x38, 0x10, 0xb2, 0xb2, 0x33, 0x21, 0xbf, 0x20, 0x1f, 0x72, 0xf3, 0x72, 0xcd, 0x20, 0x64, 0x64, 0x66, 0x40, 0x5a, 0x5a, 0x1a, 0x99, 0x19, 0x52, 0x20, 0x29, 0x29, 0xc9, 0x2c, 0xa5, 0x01, 0xd8, 0x36, 0x10, 0xc8, 0x01, 0x60, 0xc3, 0x81, 0xc4, 0x01, 0xa0, 0xa0, 0xf9, 0x5d, 0x98, 0xfe, 0x8c, 0x8e, 0x19, 0x85, 0xb3, 0x00, 0xaa, 0x7f, 0xa0, 0x87, 0xa6, 0x44, 0x5d, 0x04, 0x84, 0x0e, 0xda, 0x24, 0x8f, 0xcc, 0x08, 0x1d, 0x9b, 0x20, 0xd0, 0x59, 0xa1, 0xb1, 0x8e, 0x36, 0xd6, 0xd8, 0x6c, 0xa7, 0x54, 0x45, 0x7b, 0x89, 0xe1, 0x31, 0xeb, 0x66, 0x10, 0x4a, 0x6f, 0x90, 0x59, 0xc1, 0x74, 0xda, 0xb4, 0x45, 0x9a, 0x64, 0x9e, 0x11, 0x10, 0x84, 0xf4, 0x64, 0xfa, 0xf3, 0xa2, 0xe2, 0x1b, 0x50, 0x78, 0x03, 0x53, 0xaa, 0x7c, 0xf2, 0xef, 0x5c, 0xf2, 0xb8, 0x6c, 0xc8, 0x22, 0x20, 0x64, 0x12, 0x10, 0xd2, 0xd3, 0xc9, 0xac, 0x90, 0x4a, 0x66, 0x85, 0xe4, 0x64, 0x55, 0x00, 0xd8, 0x16, 0x10, 0x88, 0x05, 0x60, 0xc3, 0x89, 0xf1, 0xa9, 0x36, 0xac, 0x01, 0x10, 0x6d, 0x7e, 0x09, 0xa9, 0x8f, 0xeb, 0xa2, 0xbf, 0x3d, 0x00, 0x28, 0x9c, 0x09, 0x86, 0x86, 0xfb, 0x61, 0x80, 0x80, 0xd0, 0x87, 0x20, 0x90, 0x59, 0xa1, 0xbb, 0x97, 0xcc, 0x08, 0xdd, 0xc6, 0xd4, 0xa8, 0xbd, 0xd3, 0xa2, 0xa1, 0x5e, 0x93, 0x09, 0x04, 0x6c, 0xaa, 0x67, 0x6e, 0xaf, 0x64, 0x6c, 0xaa, 0x57, 0x59, 0x55, 0x66, 0x6e, 0xb6, 0x41, 0x61, 0x30, 0xa5, 0x47, 0xf9, 0xa4, 0x66, 0xc0, 0x19, 0x21, 0x17, 0x0f, 0xe1, 0x35, 0xf5, 0x1d, 0xb8, 0x41, 0x8c, 0x5f, 0x56, 0x5e, 0x4a, 0x6a, 0x8b, 0x12, 0x32, 0x7b, 0x14, 0x91, 0xc7, 0x15, 0x52, 0x10, 0xf2, 0xf3, 0xc9, 0x63, 0x73, 0x73, 0x20, 0x3b, 0x3b, 0xcb, 0x0c, 0x42, 0x68, 0x58, 0xb0, 0x2a, 0x00, 0x78, 0x3c, 0x04, 0x8a, 0x00, 0xb0, 0x61, 0xaf, 0xb5, 0xb5, 0x3b, 0x2a, 0x98, 0xdf, 0xfd, 0xa2, 0xbf, 0xad, 0x86, 0x11, 0x84, 0x91, 0x01, 0x02, 0x42, 0x2f, 0xf4, 0x0f, 0x22, 0x08, 0x5d, 0xd0, 0xd3, 0xd7, 0x49, 0x66, 0x05, 0x63, 0x9d, 0x80, 0x05, 0xb3, 0x75, 0x9d, 0x80, 0x20, 0xd4, 0xd8, 0xd7, 0x09, 0xdc, 0xac, 0x50, 0x4e, 0x66, 0x05, 0x5a, 0x27, 0x14, 0x18, 0x8f, 0x61, 0x37, 0xd5, 0x09, 0x08, 0x42, 0x71, 0x69, 0x31, 0x54, 0x57, 0x57, 0x41, 0x65, 0x65, 0x05, 0x94, 0x97, 0x97, 0x19, 0x41, 0x28, 0x26, 0x8f, 0x2d, 0x22, 0xb3, 0x42, 0x61, 0x81, 0x19, 0x84, 0x1c, 0x92, 0x1e, 0x85, 0x5d, 0x0c, 0x55, 0x0d, 0x00, 0x8f, 0x86, 0x40, 0x0c, 0x00, 0xb9, 0x08, 0xc0, 0xc6, 0x06, 0x93, 0xf0, 0xd0, 0xa7, 0x49, 0x4f, 0x48, 0x7d, 0x24, 0x16, 0xbf, 0x42, 0x00, 0x8c, 0x98, 0x35, 0x48, 0x5b, 0x22, 0x0d, 0x0e, 0xf7, 0x51, 0x18, 0xfa, 0x06, 0x2c, 0xeb, 0x04, 0x32, 0x2b, 0x74, 0x18, 0xeb, 0x84, 0xe6, 0xd6, 0x46, 0xbb, 0x3a, 0x01, 0x41, 0xb0, 0x9c, 0x15, 0xec, 0xea, 0x04, 0x13, 0x08, 0x15, 0xa4, 0x86, 0xa8, 0xa9, 0xad, 0x81, 0x5b, 0xb7, 0x6e, 0x9a, 0x41, 0xa8, 0xa8, 0x28, 0x87, 0xb2, 0xb2, 0x52, 0x28, 0x29, 0x29, 0x36, 0x83, 0x50, 0x40, 0xea, 0x84, 0x8b, 0xe1, 0xea, 0x02, 0xe0, 0xb1, 0x10, 0x28, 0x0f, 0x80, 0xb1, 0x1f, 0xae, 0x73, 0x00, 0x94, 0x31, 0x3f, 0x7f, 0xea, 0xa3, 0x72, 0xf4, 0x1f, 0x77, 0x66, 0xfe, 0x21, 0xab, 0x96, 0x48, 0x14, 0x04, 0x92, 0x1a, 0x0d, 0x0c, 0xf6, 0xda, 0xd4, 0x09, 0x6d, 0xb4, 0x60, 0xb6, 0xac, 0x13, 0x10, 0x04, 0x6e, 0x56, 0xb0, 0x2a, 0x98, 0x79, 0xea, 0x84, 0x9b, 0xe4, 0xbf, 0x35, 0x34, 0xd4, 0x43, 0x5d, 0x5d, 0x1d, 0xd4, 0xd4, 0x20, 0x08, 0xb7, 0xc8, 0x63, 0xab, 0x49, 0x1a, 0x55, 0x09, 0x15, 0x04, 0x86, 0x32, 0x32, 0x2b, 0x94, 0x94, 0x96, 0x90, 0xd9, 0xa3, 0x08, 0x2e, 0x5d, 0x0e, 0x67, 0x36, 0xf2, 0x9e, 0xbd, 0xbb, 0x77, 0x0e, 0x04, 0xd2, 0x00, 0xb8, 0xe7, 0x54, 0x78, 0xf4, 0x9f, 0xdb, 0xa7, 0x3e, 0x2a, 0x46, 0x7f, 0x3b, 0x8d, 0x0e, 0x6e, 0xd6, 0x09, 0x83, 0xbd, 0xa6, 0x3a, 0xa1, 0xcb, 0x5c, 0x27, 0x70, 0x20, 0xd0, 0x3a, 0xa1, 0xb5, 0xd1, 0xba, 0x60, 0xae, 0xe7, 0x3a, 0x51, 0x56, 0xd2, 0xf4, 0x08, 0xbb, 0x51, 0x62, 0x9d, 0x50, 0x57, 0x57, 0x03, 0xcd, 0xcd, 0x4d, 0xd0, 0xd4, 0x74, 0x9b, 0x3c, 0xb6, 0x01, 0xea, 0xeb, 0xeb, 0xa1, 0xb6, 0xb6, 0x96, 0xc2, 0x70, 0x93, 0xcc, 0x0a, 0x55, 0x64, 0x56, 0xe0, 0x40, 0xc0, 0xb3, 0x8b, 0x58, 0x4d, 0x8c, 0xcd, 0xb7, 0x8f, 0x7d, 0xf8, 0xc1, 0xce, 0x80, 0x40, 0x3c, 0x00, 0xf7, 0x64, 0x02, 0xa0, 0xb6, 0xf9, 0xdd, 0x2b, 0xfa, 0xdb, 0x02, 0x60, 0x06, 0x41, 0xa8, 0x4e, 0xe8, 0xb2, 0xaf, 0x13, 0x1a, 0x04, 0xea, 0x84, 0xc6, 0xdb, 0x0d, 0x24, 0x95, 0x6a, 0x87, 0xb6, 0xb6, 0x56, 0x68, 0x69, 0x69, 0x26, 0xc5, 0xf5, 0x6d, 0x92, 0x46, 0x11, 0x10, 0xe8, 0xac, 0x80, 0x20, 0xdc, 0x22, 0x20, 0xe0, 0x0c, 0x52, 0x05, 0x57, 0x23, 0x2e, 0x33, 0x1b, 0x18, 0xbb, 0xd0, 0x23, 0x94, 0x3b, 0x02, 0x02, 0xd7, 0x02, 0xa0, 0x9c, 0xf9, 0x65, 0xa7, 0x3e, 0x5b, 0x10, 0xfd, 0x39, 0x0d, 0x9b, 0x35, 0x40, 0x40, 0xe8, 0xa7, 0x75, 0x42, 0xff, 0xa0, 0xa9, 0x4e, 0x30, 0x81, 0xd0, 0x49, 0x41, 0x70, 0x5c, 0x27, 0xb4, 0xb6, 0x35, 0x43, 0x4f, 0x4f, 0x37, 0x3d, 0x75, 0x02, 0x41, 0x68, 0x6d, 0x6b, 0x21, 0xd0, 0x34, 0x43, 0x53, 0x33, 0x99, 0x11, 0x6e, 0x37, 0x9a, 0x41, 0xa8, 0x25, 0x75, 0x42, 0x44, 0xe4, 0x55, 0x51, 0x00, 0x20, 0x9c, 0x9d, 0xdd, 0xad, 0x70, 0x74, 0xbb, 0x43, 0xa0, 0x16, 0x00, 0xcd, 0x2d, 0x2d, 0xf0, 0x93, 0xff, 0xf8, 0x85, 0x73, 0x3d, 0xf2, 0x0b, 0x78, 0xe6, 0xd9, 0xe7, 0xa4, 0x99, 0x5f, 0x56, 0xea, 0xa3, 0x5c, 0xf4, 0x97, 0x06, 0xc0, 0x80, 0x9d, 0x10, 0x84, 0xf7, 0x8f, 0x1f, 0x85, 0x87, 0x7e, 0xfe, 0x08, 0xfc, 0xf8, 0x67, 0x3f, 0x87, 0x1f, 0x3f, 0xfc, 0x33, 0xf8, 0x77, 0xd4, 0x4f, 0x1f, 0x86, 0x1f, 0x51, 0xfd, 0x14, 0xfe, 0xed, 0x27, 0x44, 0x0f, 0xfd, 0x84, 0xea, 0x7c, 0x48, 0x30, 0x3d, 0x74, 0xab, 0xb7, 0xaf, 0x97, 0x14, 0xd7, 0xa4, 0xae, 0xe8, 0x26, 0x20, 0x74, 0x92, 0x19, 0xa1, 0xbd, 0xd5, 0x0c, 0x02, 0x37, 0x2b, 0x60, 0x33, 0x6d, 0x56, 0xe3, 0x7e, 0xe8, 0x75, 0x8c, 0x00, 0xd0, 0x43, 0x9e, 0x53, 0x3f, 0x7d, 0xfd, 0xdb, 0x1a, 0x02, 0xa5, 0x00, 0xb8, 0x67, 0xa3, 0x7a, 0xf2, 0xa6, 0x7f, 0xe3, 0x81, 0x07, 0x99, 0xf4, 0xf0, 0xa3, 0xbf, 0x54, 0xc0, 0xfc, 0xca, 0xa5, 0x3e, 0xae, 0x8a, 0xfe, 0x7c, 0x7a, 0xed, 0xf0, 0x21, 0xfa, 0x9e, 0x7c, 0xfd, 0xbb, 0xdf, 0xdb, 0xd4, 0x77, 0x1e, 0x80, 0xaf, 0x51, 0x7d, 0x17, 0xfe, 0xe5, 0xdb, 0x9c, 0xbe, 0x03, 0xa7, 0x4e, 0x9f, 0x86, 0xe1, 0x91, 0x61, 0x52, 0x57, 0x0c, 0x91, 0xba, 0xa2, 0x1f, 0xfa, 0xfa, 0x7b, 0xa1, 0xa7, 0xb7, 0x9b, 0x82, 0xd0, 0xd9, 0xd5, 0x41, 0x66, 0x90, 0x36, 0x3a, 0x2b, 0x34, 0xb7, 0x34, 0x61, 0xf3, 0x0b, 0x66, 0xd3, 0x62, 0xea, 0x83, 0x00, 0x60, 0x4b, 0x27, 0x3c, 0xca, 0x1d, 0xdf, 0xb3, 0x6d, 0x0b, 0x81, 0x14, 0x00, 0xee, 0x31, 0x48, 0x75, 0x00, 0x5c, 0x9d, 0xfa, 0xa8, 0x1c, 0xfd, 0x6d, 0x01, 0xb0, 0x94, 0x25, 0x0c, 0x5f, 0xe3, 0x60, 0x20, 0x10, 0x9c, 0x3e, 0x77, 0x8e, 0xbc, 0x1f, 0xe3, 0xe4, 0x39, 0x8f, 0x92, 0xdf, 0x8d, 0x20, 0x0c, 0xd2, 0x19, 0xa1, 0xbf, 0xbf, 0x0f, 0x7a, 0x7b, 0x7b, 0xa0, 0xbb, 0xbb, 0x0b, 0x3a, 0x3b, 0x3b, 0x68, 0x7a, 0xa4, 0x37, 0xf8, 0x89, 0x02, 0x60, 0x70, 0xb8, 0x97, 0x36, 0xf1, 0xb8, 0x63, 0xea, 0x67, 0x20, 0x17, 0x82, 0x3d, 0xfb, 0x77, 0xf7, 0xba, 0x25, 0x04, 0x62, 0x00, 0xc0, 0x3e, 0xb8, 0xf7, 0x98, 0x01, 0xa8, 0x97, 0x01, 0x80, 0x72, 0xe6, 0x77, 0x5d, 0xf4, 0x77, 0x0e, 0xc0, 0xb0, 0x44, 0x00, 0x84, 0x40, 0x38, 0x17, 0x1c, 0x0c, 0xd3, 0x33, 0x53, 0x30, 0x39, 0x39, 0x09, 0x13, 0x13, 0x04, 0x84, 0xb1, 0x51, 0x18, 0x1d, 0x1d, 0x81, 0x61, 0x32, 0x23, 0x0c, 0x0e, 0x0e, 0x98, 0x41, 0xc0, 0x3a, 0xc1, 0x70, 0x52, 0x27, 0x0a, 0x80, 0x89, 0xa9, 0x51, 0xb3, 0xf9, 0x39, 0xe1, 0x7b, 0xbd, 0xed, 0x20, 0x10, 0x05, 0x40, 0x6e, 0x96, 0x0b, 0x00, 0x50, 0x2e, 0xef, 0x77, 0xcf, 0xe8, 0xef, 0x04, 0x80, 0x43, 0x87, 0x9c, 0xbe, 0x5f, 0x1c, 0x04, 0x17, 0x42, 0x43, 0x61, 0x7e, 0x61, 0x0e, 0x66, 0x67, 0x67, 0x60, 0x7a, 0x7a, 0x0a, 0xa6, 0xa6, 0x10, 0x86, 0x09, 0x18, 0x1f, 0x1f, 0x33, 0x83, 0x30, 0x34, 0x64, 0x9c, 0x15, 0x02, 0x02, 0xf5, 0xa2, 0x00, 0xc0, 0x1e, 0x66, 0x56, 0x00, 0xdc, 0x31, 0x0a, 0x7b, 0x1c, 0x6f, 0x2b, 0x08, 0x64, 0x03, 0x70, 0xcf, 0x56, 0xc6, 0x76, 0x3f, 0xd2, 0x00, 0x50, 0x31, 0xef, 0x17, 0x5d, 0xf8, 0x2a, 0x1b, 0xfd, 0x59, 0xd2, 0x1f, 0x56, 0x00, 0x38, 0x85, 0x86, 0x87, 0xd3, 0x7e, 0x63, 0x8b, 0x8b, 0x0b, 0xb0, 0xb0, 0x30, 0x0f, 0x73, 0x73, 0xb3, 0x30, 0x33, 0x33, 0x6d, 0x02, 0x61, 0x73, 0x56, 0x18, 0x21, 0x75, 0x02, 0xae, 0xec, 0xb0, 0x9a, 0xd4, 0xeb, 0xe3, 0xe3, 0x76, 0xd1, 0x9f, 0x03, 0xc0, 0x0c, 0xc1, 0xf1, 0x6d, 0x52, 0x13, 0x88, 0x06, 0xe0, 0xde, 0x3d, 0x01, 0xad, 0x5b, 0x49, 0x3c, 0x00, 0xca, 0x9a, 0x5f, 0xb1, 0xd4, 0xc7, 0x85, 0xd1, 0x7f, 0x78, 0x44, 0x3c, 0x00, 0xb4, 0x89, 0x36, 0x31, 0xe5, 0xca, 0xca, 0x32, 0x2c, 0x2d, 0x2d, 0x52, 0x10, 0xe6, 0xe7, 0x37, 0x67, 0x05, 0x0a, 0x02, 0xa9, 0x13, 0xf0, 0xd4, 0x6a, 0x56, 0x83, 0xea, 0xf5, 0x7e, 0x76, 0xa6, 0xb7, 0x15, 0x7e, 0x2e, 0x47, 0x8f, 0xbf, 0xef, 0xf9, 0x10, 0x88, 0x01, 0x20, 0x9b, 0x17, 0x80, 0x75, 0x5e, 0x29, 0x05, 0x80, 0x22, 0xe6, 0x17, 0x9d, 0xfa, 0x6c, 0x4d, 0xf4, 0x17, 0x0b, 0x40, 0xc8, 0xc5, 0x30, 0x63, 0xb3, 0x3d, 0x93, 0xb0, 0xe3, 0x24, 0x16, 0xae, 0xd8, 0x7a, 0x15, 0x5b, 0xb1, 0xce, 0xcd, 0x93, 0x19, 0x61, 0x76, 0x9a, 0xd6, 0x09, 0xe1, 0x97, 0xc2, 0x98, 0xcd, 0x79, 0xf6, 0x6c, 0x90, 0x95, 0xd9, 0xf1, 0xf7, 0xf2, 0x09, 0x67, 0x6d, 0x8f, 0xbf, 0x58, 0x26, 0x0f, 0x80, 0x75, 0x41, 0xd5, 0x29, 0x00, 0x80, 0x72, 0xe6, 0x57, 0xb6, 0xf0, 0x55, 0x25, 0xfa, 0x4b, 0x00, 0xe0, 0x42, 0x58, 0xa8, 0x7d, 0xaa, 0x62, 0x12, 0x07, 0x02, 0xb6, 0x67, 0xc5, 0x3a, 0x21, 0x32, 0xf2, 0x0a, 0xb3, 0x31, 0xf1, 0xf6, 0x49, 0x21, 0xd3, 0xdb, 0x41, 0x30, 0xe5, 0xe1, 0x10, 0x48, 0x03, 0x60, 0xdd, 0xa9, 0xea, 0x1a, 0x14, 0x02, 0x60, 0xab, 0xcc, 0xbf, 0x05, 0xd1, 0x5f, 0x2c, 0x00, 0xe7, 0x42, 0x2e, 0x08, 0x02, 0xc0, 0x09, 0x4d, 0x8a, 0x75, 0x42, 0x64, 0x54, 0x84, 0x2a, 0x00, 0x78, 0x3c, 0x04, 0xe2, 0x01, 0x58, 0x77, 0x09, 0x00, 0xfc, 0xe6, 0x57, 0x26, 0xf5, 0xe9, 0xee, 0xed, 0x83, 0xc2, 0xca, 0x46, 0xb8, 0x9c, 0x5c, 0x0a, 0xba, 0xcb, 0x39, 0xf0, 0x71, 0x70, 0x26, 0xbc, 0x17, 0x94, 0x0a, 0x47, 0x4e, 0x26, 0xc3, 0x87, 0xe7, 0xd3, 0xe9, 0xcf, 0x42, 0xe2, 0x8a, 0x20, 0xb3, 0xa8, 0x06, 0x9a, 0x3b, 0xba, 0x5c, 0x16, 0xfd, 0x8d, 0x00, 0xbc, 0xc9, 0xfc, 0xbe, 0x9d, 0x09, 0x3e, 0x4f, 0x23, 0xbc, 0x33, 0x08, 0x50, 0xd1, 0xd7, 0x22, 0x55, 0x03, 0xc0, 0x08, 0xc1, 0x38, 0x1c, 0xff, 0xf0, 0xa8, 0xe7, 0x41, 0xa0, 0x16, 0x00, 0x58, 0x88, 0x55, 0x54, 0x96, 0xf3, 0xa8, 0xcc, 0x4e, 0xb8, 0xf7, 0x5d, 0x4d, 0xf3, 0x37, 0x77, 0x74, 0xc3, 0xa5, 0xa4, 0x52, 0x78, 0xd9, 0xe7, 0x3a, 0xfc, 0xeb, 0x9f, 0xcf, 0xc0, 0xdf, 0x3f, 0xea, 0x27, 0x4a, 0xdf, 0xfc, 0x5d, 0x20, 0xec, 0x3e, 0x16, 0x0d, 0xa7, 0xa3, 0x0a, 0xa0, 0xaa, 0xa1, 0x45, 0xd8, 0xfc, 0x32, 0xa3, 0x3f, 0x6e, 0x90, 0xab, 0xab, 0xaf, 0xa1, 0x5b, 0x9d, 0x9d, 0xa9, 0x88, 0x08, 0xef, 0x2e, 0x9b, 0x9e, 0x99, 0x64, 0x02, 0x00, 0x2f, 0x96, 0xe1, 0xf6, 0x08, 0x4e, 0xcd, 0xad, 0x4d, 0xf4, 0x6f, 0xd5, 0x12, 0xe1, 0xf7, 0x96, 0x1a, 0x1c, 0x1a, 0x10, 0x0d, 0x00, 0x6a, 0xd2, 0x13, 0x21, 0x50, 0x0a, 0x80, 0x75, 0x1b, 0x19, 0x57, 0x0a, 0xd8, 0xaf, 0xee, 0x3a, 0xce, 0xf9, 0xc5, 0x9b, 0xbf, 0x7f, 0x68, 0x10, 0xae, 0xa4, 0x94, 0xc1, 0x1f, 0xde, 0x8d, 0x80, 0x2f, 0xfe, 0xca, 0x5f, 0xb4, 0xe9, 0x1d, 0xe9, 0x91, 0x97, 0x43, 0xe1, 0x54, 0x64, 0x1e, 0xb4, 0x76, 0x75, 0x29, 0x1a, 0xfd, 0x71, 0x63, 0x1c, 0xab, 0x70, 0xdf, 0x10, 0x0a, 0xff, 0x7f, 0x34, 0x9f, 0xb3, 0x34, 0x48, 0x0d, 0x61, 0x9d, 0x61, 0xab, 0xc9, 0xa9, 0x09, 0xf8, 0x50, 0x06, 0x04, 0x2e, 0xbf, 0x4e, 0x20, 0x17, 0x80, 0x75, 0x01, 0xd9, 0x03, 0xe0, 0x1a, 0xf3, 0xf7, 0x0e, 0xf4, 0x13, 0x73, 0x16, 0xc0, 0x03, 0x7f, 0x08, 0x52, 0xd4, 0xf4, 0x7c, 0xfa, 0xf2, 0xaf, 0x75, 0xf0, 0xba, 0x7f, 0x02, 0xd4, 0xb7, 0xb4, 0x2b, 0x12, 0xfd, 0xc5, 0x9a, 0x9f, 0xd3, 0xcc, 0xec, 0x94, 0x83, 0x65, 0x4b, 0x05, 0xcc, 0xbe, 0x6a, 0xa9, 0x65, 0xaa, 0x15, 0x07, 0xc2, 0x03, 0xd1, 0x3c, 0x06, 0x02, 0xa9, 0x00, 0xac, 0x3b, 0xd1, 0x26, 0x00, 0xa3, 0x2e, 0x31, 0xff, 0xd0, 0xe8, 0x10, 0x04, 0x46, 0xe6, 0xc3, 0xd7, 0x9f, 0x3a, 0xa9, 0xba, 0xf1, 0x6d, 0xf5, 0xa5, 0xc7, 0x74, 0x70, 0x24, 0x20, 0x19, 0x3a, 0x7b, 0x7a, 0x64, 0x44, 0x7f, 0xe9, 0x00, 0xe0, 0xcf, 0xe8, 0xbe, 0x1d, 0xa5, 0xcd, 0xbf, 0xca, 0x27, 0xe7, 0x00, 0x98, 0x21, 0xf8, 0xe8, 0x98, 0xfb, 0x43, 0x20, 0x0a, 0x80, 0x9c, 0x2c, 0xa7, 0xc6, 0xa7, 0x5a, 0x5f, 0x37, 0x5f, 0x2c, 0x71, 0x85, 0xf9, 0xf3, 0x2a, 0x1a, 0xe0, 0xe1, 0x17, 0x42, 0x5c, 0x6e, 0x7c, 0x5b, 0x7d, 0x97, 0xcc, 0x3a, 0x58, 0x58, 0xab, 0x19, 0xfd, 0xf9, 0x00, 0x40, 0xe1, 0xfb, 0x41, 0x53, 0x21, 0x15, 0x01, 0x58, 0x61, 0x30, 0xbe, 0xc7, 0x41, 0x20, 0x0e, 0x80, 0x4c, 0x3b, 0xa3, 0xf3, 0x6b, 0xcd, 0x74, 0xa1, 0x44, 0x5d, 0xf3, 0x8f, 0x90, 0x02, 0xd7, 0x27, 0x2c, 0x5b, 0xf1, 0x1c, 0x5f, 0xae, 0xf6, 0x7b, 0xc5, 0x40, 0x67, 0x6f, 0xaf, 0x4b, 0xa2, 0xbf, 0xa5, 0xa6, 0x66, 0x26, 0x9c, 0x5e, 0xbc, 0x62, 0xca, 0xed, 0xef, 0x2c, 0x8b, 0x36, 0xbb, 0xb5, 0x96, 0xcc, 0x72, 0x7b, 0x08, 0x44, 0x03, 0xc0, 0x63, 0x76, 0x3e, 0x39, 0x02, 0x60, 0x5c, 0xc6, 0x45, 0x2e, 0xce, 0xfc, 0xed, 0x3d, 0xbd, 0xf0, 0xd4, 0x91, 0xab, 0x6e, 0x65, 0x7c, 0x4b, 0xfd, 0xdb, 0x9e, 0x73, 0x50, 0x72, 0xeb, 0xb6, 0x4b, 0xa2, 0xbf, 0x55, 0x3d, 0x30, 0x37, 0x25, 0xd2, 0xf0, 0xcb, 0x54, 0x2b, 0xb6, 0x92, 0x03, 0xc0, 0xca, 0x92, 0x59, 0x78, 0x0d, 0x02, 0x21, 0xf8, 0xc8, 0xeb, 0xb8, 0x7b, 0x42, 0x20, 0x1e, 0x80, 0x35, 0x26, 0x09, 0x01, 0x20, 0x27, 0xea, 0x73, 0xaa, 0x6f, 0xed, 0x80, 0x1f, 0xed, 0x3d, 0xef, 0xb6, 0xe6, 0xe7, 0xf4, 0xd5, 0x27, 0x0c, 0x90, 0x9c, 0x7f, 0x53, 0xf1, 0x95, 0x1f, 0x67, 0xc2, 0xe5, 0xc8, 0x15, 0x6a, 0x6c, 0x96, 0x34, 0xc7, 0x79, 0x4e, 0x8f, 0x26, 0xc6, 0xcf, 0x0e, 0x77, 0x88, 0x0a, 0x9b, 0x9e, 0x93, 0xb5, 0xf9, 0x39, 0x4d, 0xcd, 0x4c, 0xba, 0x27, 0x04, 0xae, 0x04, 0x40, 0xae, 0xf9, 0x31, 0xf2, 0x97, 0xd7, 0xb5, 0xc2, 0xf7, 0xfe, 0x78, 0xda, 0xed, 0xcd, 0xcf, 0xe9, 0x1f, 0x1f, 0xd7, 0xc3, 0xb5, 0x8c, 0x72, 0x97, 0x44, 0xff, 0x4d, 0xf5, 0xd2, 0x2b, 0xd9, 0x8b, 0xcb, 0x0b, 0x4e, 0x0a, 0xda, 0x15, 0xa7, 0xe6, 0xc7, 0x6d, 0x14, 0xf8, 0x5c, 0xfb, 0x07, 0xbb, 0xe9, 0xef, 0x5d, 0x10, 0x82, 0xc0, 0x09, 0x00, 0x1c, 0x04, 0x5e, 0x5e, 0x1f, 0xba, 0x17, 0x04, 0xae, 0x00, 0x60, 0x5c, 0x21, 0xf3, 0xd7, 0x34, 0x75, 0x90, 0x42, 0xf3, 0x94, 0xc7, 0x98, 0x9f, 0xd3, 0x17, 0x1f, 0xf3, 0x87, 0xf8, 0xdc, 0x2a, 0x97, 0x44, 0x7f, 0x0e, 0x80, 0x01, 0x93, 0x70, 0x25, 0x0e, 0xf7, 0x04, 0x89, 0x5d, 0xd1, 0xc1, 0xcd, 0x74, 0xf8, 0xbe, 0xe3, 0xa9, 0x15, 0x68, 0x7e, 0x4e, 0xf8, 0x3b, 0x17, 0x16, 0xe7, 0xec, 0xcc, 0xbf, 0xcc, 0x63, 0x78, 0x3e, 0xe1, 0x85, 0x3b, 0xaf, 0x8f, 0xdd, 0x08, 0x02, 0x31, 0x00, 0x64, 0x65, 0x67, 0x88, 0x06, 0xc0, 0xb1, 0xf1, 0xd9, 0xcd, 0xdf, 0xda, 0xd5, 0x43, 0xf2, 0x6a, 0xe5, 0xd2, 0x9e, 0x7f, 0xf8, 0xa5, 0x3f, 0x7c, 0x97, 0xcc, 0x24, 0x3f, 0x7b, 0xf1, 0x22, 0xfc, 0xe6, 0x50, 0x04, 0x3c, 0xf5, 0x76, 0x14, 0x3c, 0xfd, 0x4e, 0x34, 0x3c, 0x71, 0x38, 0x12, 0x1e, 0x79, 0x39, 0x1c, 0xbe, 0xff, 0xec, 0x59, 0xf8, 0xf2, 0xaf, 0xf5, 0x8a, 0xfd, 0xbd, 0x7f, 0xfa, 0x8d, 0x01, 0xb2, 0x4a, 0x6a, 0x5c, 0x12, 0xfd, 0x39, 0xf3, 0xe3, 0xc9, 0x0e, 0x9c, 0x70, 0x9f, 0x13, 0xde, 0xe3, 0xbb, 0xb4, 0xb4, 0x20, 0x18, 0xed, 0x31, 0xba, 0xa3, 0x41, 0xf1, 0x9a, 0x86, 0xd1, 0xf8, 0x3d, 0x56, 0x00, 0xf4, 0x99, 0x84, 0xbf, 0x7b, 0x9e, 0x40, 0xb0, 0x4c, 0x8a, 0x5c, 0xaa, 0x15, 0x71, 0x72, 0x2b, 0x08, 0xd4, 0x04, 0x40, 0x89, 0x7c, 0x9f, 0x5b, 0xe3, 0xff, 0xc5, 0x2b, 0x61, 0xb2, 0x4d, 0xf8, 0x15, 0x62, 0xc2, 0x5f, 0xbd, 0x76, 0x05, 0xde, 0x34, 0xa4, 0x83, 0xfe, 0x6a, 0x09, 0x04, 0x5d, 0x2b, 0x77, 0xa8, 0x93, 0x51, 0x65, 0xf0, 0x4e, 0x50, 0x16, 0x85, 0xe3, 0xeb, 0xbf, 0x0b, 0x94, 0xfd, 0xf7, 0xbf, 0xf5, 0xfb, 0x40, 0xa8, 0x6f, 0x6e, 0x57, 0xd1, 0xfc, 0xc2, 0x00, 0xd8, 0x6a, 0x68, 0xa4, 0xcf, 0x78, 0xf1, 0x8e, 0xa4, 0x4a, 0x43, 0xa3, 0xfd, 0xf4, 0xf1, 0xfd, 0x43, 0x3d, 0x36, 0xc6, 0xe7, 0x07, 0x80, 0x42, 0x30, 0x64, 0x82, 0x60, 0x45, 0x3c, 0x00, 0xcb, 0x64, 0x46, 0x42, 0x08, 0x3e, 0x3e, 0xe1, 0x06, 0x10, 0x28, 0x0d, 0xc0, 0x9a, 0x49, 0x14, 0x80, 0x09, 0xf9, 0xe6, 0x47, 0xbd, 0x73, 0x2a, 0x45, 0x96, 0xf1, 0xbe, 0xf1, 0xbb, 0x53, 0xb0, 0xf7, 0xa3, 0x78, 0x08, 0x88, 0x28, 0x85, 0xd3, 0x31, 0x15, 0x10, 0x96, 0x5a, 0x0f, 0xd1, 0xf9, 0x6d, 0x10, 0x5f, 0xda, 0x03, 0xa9, 0x55, 0x83, 0x90, 0x51, 0x33, 0x0c, 0xd9, 0x75, 0x63, 0x54, 0xf8, 0x7d, 0xfa, 0xcd, 0x21, 0x48, 0x2c, 0xeb, 0x85, 0x98, 0xc2, 0x76, 0xb8, 0x94, 0xde, 0x08, 0x67, 0xe3, 0xaa, 0xe0, 0x54, 0x74, 0x39, 0xbc, 0xe6, 0x9f, 0x0a, 0x3f, 0x78, 0xee, 0x9c, 0xac, 0xe7, 0xf2, 0xeb, 0xd7, 0xc3, 0x89, 0x81, 0xfa, 0x5c, 0x1a, 0xfd, 0xf9, 0xd5, 0x63, 0x34, 0xbc, 0xa5, 0x1c, 0x98, 0xdf, 0x16, 0x00, 0x54, 0x3f, 0x42, 0xb0, 0x30, 0x2b, 0x09, 0x00, 0xd4, 0xd4, 0xb4, 0xbc, 0x99, 0x40, 0x91, 0xbd, 0x43, 0x4a, 0x01, 0xb0, 0x66, 0xa9, 0xb5, 0x35, 0x9a, 0x63, 0x4a, 0x35, 0xbe, 0xa5, 0xf9, 0xe3, 0xb2, 0xab, 0xe1, 0x0b, 0xbf, 0x94, 0x78, 0x85, 0xf6, 0xd7, 0x3a, 0x78, 0xe6, 0xdd, 0x6b, 0x34, 0x92, 0x5f, 0xca, 0x68, 0x84, 0x24, 0x62, 0xea, 0xdc, 0x86, 0x71, 0xc8, 0x6b, 0x9c, 0x10, 0xa5, 0x5c, 0xa2, 0xd4, 0xaa, 0x01, 0x88, 0xc8, 0x6e, 0xa6, 0x30, 0xbc, 0xa1, 0x4f, 0x93, 0x35, 0x23, 0x1c, 0x3f, 0x97, 0xba, 0xa5, 0xd1, 0x1f, 0xcd, 0x2f, 0x16, 0x80, 0x3e, 0x01, 0xe1, 0x63, 0xf0, 0xc6, 0x1b, 0x7e, 0xb3, 0x2f, 0xf2, 0x8b, 0x98, 0x7f, 0xc9, 0x24, 0x2c, 0x8c, 0x4f, 0x9c, 0xf8, 0x48, 0x06, 0x04, 0xcf, 0x37, 0x1d, 0x3c, 0x78, 0xf0, 0xaf, 0x5c, 0x06, 0xc0, 0x9a, 0xad, 0xd9, 0xad, 0x8c, 0x7f, 0xd7, 0x2c, 0x7b, 0x00, 0xc4, 0x9b, 0xbf, 0xbb, 0xbf, 0x9f, 0xe4, 0xe9, 0xd2, 0xf6, 0xf4, 0x7c, 0xef, 0x4f, 0x67, 0xe0, 0x44, 0x58, 0x21, 0x44, 0xe6, 0xb6, 0x42, 0x66, 0xed, 0xa8, 0x68, 0xd3, 0x0b, 0x29, 0xa7, 0x7e, 0x9c, 0xcc, 0x0c, 0x1d, 0x10, 0x10, 0x55, 0x0e, 0x0f, 0xbf, 0x10, 0x26, 0xb9, 0x28, 0x2e, 0xaa, 0x6e, 0xd8, 0xd2, 0xe8, 0x3f, 0x20, 0x33, 0xfa, 0x9b, 0x35, 0xc0, 0x41, 0x30, 0xc3, 0x6b, 0xf6, 0x25, 0x5b, 0x2d, 0xdb, 0x4b, 0x2e, 0x04, 0x07, 0x5e, 0xd8, 0x7b, 0xd8, 0xc5, 0x00, 0xdc, 0xb5, 0xd6, 0x9a, 0xbd, 0x56, 0xcc, 0x00, 0x88, 0x37, 0x3e, 0xa7, 0xb7, 0x03, 0xa5, 0xa5, 0x3e, 0x3f, 0x7f, 0x29, 0x1c, 0x42, 0x53, 0xea, 0x21, 0xb3, 0x66, 0x44, 0x31, 0xe3, 0xdb, 0x81, 0x40, 0x66, 0x92, 0xe8, 0xbc, 0x36, 0x78, 0xf6, 0x68, 0x9c, 0xa4, 0x19, 0xea, 0xb1, 0xd7, 0x2f, 0x12, 0xd3, 0x6e, 0x45, 0xf4, 0xef, 0x55, 0x2c, 0xfa, 0xa3, 0xf9, 0x8d, 0xea, 0xa2, 0x8f, 0x9b, 0x9d, 0x9f, 0xb6, 0x37, 0xbc, 0x80, 0xe9, 0x95, 0x84, 0x60, 0xdf, 0xfe, 0xe7, 0x6f, 0xb9, 0x10, 0x00, 0xc7, 0xc6, 0xdf, 0x04, 0x60, 0x59, 0x96, 0xf9, 0xcb, 0x6b, 0x5b, 0x48, 0xa4, 0xd4, 0x89, 0x36, 0xd6, 0x13, 0x47, 0xa2, 0x20, 0x81, 0xe4, 0xf6, 0x6a, 0x19, 0xdf, 0x56, 0xa9, 0xd5, 0x83, 0xf0, 0x9a, 0x3e, 0x5d, 0x12, 0x04, 0x61, 0xf1, 0x45, 0xee, 0x11, 0xfd, 0x15, 0x00, 0x60, 0x13, 0x82, 0x19, 0x26, 0xc3, 0xdb, 0x6b, 0x81, 0x42, 0x20, 0xe5, 0x46, 0xfb, 0x3d, 0x7b, 0x77, 0x4f, 0xba, 0x16, 0x80, 0x35, 0xe7, 0x12, 0x03, 0xc0, 0x18, 0x8f, 0xf6, 0x7e, 0x14, 0x23, 0xda, 0x50, 0x4f, 0xbe, 0x1d, 0x03, 0xe9, 0xb7, 0x86, 0x5d, 0x66, 0x7e, 0x4e, 0xd9, 0xf5, 0x63, 0xf0, 0xd6, 0xe9, 0x5c, 0xd1, 0xcf, 0xf7, 0xff, 0x3d, 0x7f, 0x96, 0x98, 0xaf, 0xcf, 0xc3, 0xa3, 0xff, 0x26, 0x00, 0xf8, 0x5c, 0xf0, 0xfa, 0x81, 0x33, 0xa3, 0x0b, 0x09, 0xbb, 0x6a, 0x1e, 0x78, 0x61, 0x9f, 0x78, 0x00, 0xf6, 0xed, 0x1e, 0x72, 0x0d, 0x00, 0x59, 0xe9, 0x4c, 0xe6, 0x67, 0x05, 0x60, 0x4c, 0x40, 0xd5, 0x0d, 0x6d, 0xa2, 0x37, 0xb8, 0x3d, 0xfa, 0x66, 0x94, 0xa2, 0xb9, 0xbe, 0xe8, 0x42, 0xb9, 0x61, 0x02, 0x5e, 0xd4, 0x67, 0x8b, 0x86, 0x20, 0x3c, 0xb1, 0xd8, 0xa5, 0xe6, 0x57, 0x2b, 0xfa, 0x3b, 0x37, 0xbf, 0xb5, 0xd9, 0x17, 0x6d, 0x24, 0xd5, 0xfc, 0xa8, 0xfd, 0x07, 0xf6, 0xa4, 0x7a, 0x1c, 0x00, 0x63, 0x0e, 0x6e, 0x60, 0x7f, 0xcd, 0x37, 0x41, 0x5c, 0xc1, 0xfb, 0xe7, 0x10, 0x48, 0xaa, 0x1a, 0xda, 0x32, 0xf3, 0x5b, 0xd6, 0x05, 0xbf, 0x7d, 0x37, 0x5e, 0xd4, 0x73, 0x7f, 0x68, 0xff, 0x05, 0xb7, 0x8d, 0xfe, 0xfd, 0x8c, 0xd1, 0x5f, 0x4a, 0xe4, 0xb7, 0x36, 0x7f, 0x9d, 0x64, 0xf3, 0x13, 0x7d, 0xfe, 0xc2, 0x0b, 0xfb, 0x7e, 0xe4, 0x31, 0x00, 0x8c, 0x39, 0x31, 0x7f, 0x6f, 0x7f, 0x1f, 0x7c, 0xf5, 0x89, 0x00, 0xf6, 0x2b, 0xac, 0x4f, 0x06, 0x42, 0x58, 0x5e, 0xf7, 0x96, 0x9b, 0x9f, 0x53, 0x52, 0xf5, 0x30, 0x3c, 0xb8, 0x47, 0xdc, 0xea, 0x50, 0x4e, 0x59, 0xad, 0xc7, 0x46, 0x7f, 0x7c, 0x1e, 0x8b, 0x4e, 0xcd, 0xbf, 0xc8, 0x6f, 0xfe, 0xa5, 0x05, 0xda, 0xfc, 0x43, 0x86, 0xf9, 0xe1, 0xe0, 0xc1, 0xbd, 0x01, 0xae, 0xbb, 0x0e, 0xc0, 0x00, 0x00, 0xf6, 0x06, 0x43, 0xd9, 0x02, 0x30, 0xe6, 0xd0, 0xfc, 0x9b, 0x27, 0x36, 0x5c, 0x4a, 0x2c, 0x65, 0x36, 0xce, 0x17, 0x1e, 0xf5, 0x87, 0xc3, 0x21, 0x95, 0x6e, 0x63, 0x7e, 0x4e, 0x01, 0x29, 0xad, 0xf0, 0x8f, 0xbf, 0x61, 0x87, 0xf8, 0x90, 0x3e, 0xc1, 0x73, 0xa2, 0xbf, 0x05, 0x00, 0xc6, 0xc8, 0x3f, 0xc7, 0x66, 0xfe, 0xa5, 0x4d, 0x2d, 0x9a, 0xd4, 0xd4, 0xdc, 0x08, 0x07, 0x5f, 0xdc, 0x2f, 0x7d, 0xf9, 0xf3, 0xe0, 0x9e, 0x4b, 0x2e, 0xbd, 0x12, 0x9c, 0x69, 0x01, 0x00, 0x67, 0x74, 0x21, 0xe1, 0x6e, 0x40, 0xe7, 0xc6, 0xb7, 0x3f, 0xb6, 0xe4, 0xa9, 0xb7, 0xae, 0x30, 0x1b, 0xe7, 0x67, 0x87, 0x62, 0x21, 0xae, 0x62, 0xc8, 0xed, 0x00, 0xc8, 0xac, 0x1b, 0x87, 0x67, 0x7d, 0xf3, 0xd8, 0x4f, 0x9d, 0x78, 0xfa, 0x24, 0x31, 0x5c, 0x9f, 0x4b, 0xa2, 0x3f, 0x6e, 0x7f, 0xc0, 0xed, 0x29, 0x93, 0xd3, 0xe3, 0x74, 0x3b, 0x02, 0x0a, 0xf7, 0xeb, 0xe3, 0xd9, 0x3e, 0x78, 0xda, 0x05, 0x7d, 0x1c, 0xb3, 0xf9, 0xe7, 0xd9, 0x0a, 0x5c, 0x1b, 0xe3, 0xa3, 0xb0, 0x57, 0xf2, 0x96, 0x9b, 0x5f, 0x0a, 0x00, 0xce, 0x8c, 0x6f, 0x09, 0x80, 0x18, 0xe3, 0x73, 0xe9, 0xcf, 0x17, 0x7f, 0xcd, 0x56, 0xfc, 0x7e, 0xf5, 0xc9, 0x53, 0x70, 0x22, 0xae, 0x59, 0xb2, 0x49, 0xb3, 0xea, 0xc7, 0xe1, 0x6a, 0xd1, 0x00, 0x04, 0xa6, 0x77, 0xc1, 0x27, 0x09, 0x6d, 0xf0, 0x61, 0x6c, 0x0b, 0x1c, 0x8f, 0x69, 0x81, 0x8f, 0xe3, 0x5b, 0xc1, 0x90, 0xda, 0x09, 0xe1, 0x85, 0x7d, 0x90, 0x5e, 0x33, 0x26, 0xf9, 0xf7, 0x9f, 0xcb, 0xee, 0x16, 0x95, 0x0a, 0xa5, 0x17, 0xdd, 0x14, 0x05, 0x00, 0xbb, 0xf9, 0x8d, 0x5b, 0xa3, 0xf1, 0xc6, 0x79, 0x4c, 0x3b, 0x6c, 0xb7, 0x23, 0xf0, 0x09, 0xd7, 0xf3, 0x71, 0xf3, 0x1c, 0x02, 0xc3, 0x07, 0x00, 0x5e, 0xbf, 0x30, 0x46, 0xfe, 0x05, 0xa7, 0xc5, 0x2d, 0x97, 0xea, 0xb8, 0xa5, 0xf9, 0xd5, 0x04, 0x60, 0x59, 0x08, 0x00, 0x07, 0x27, 0xb5, 0x25, 0xe5, 0xdf, 0x64, 0x36, 0xcc, 0x6f, 0x8f, 0xa5, 0x43, 0x64, 0xf1, 0x80, 0x68, 0x63, 0x66, 0xd4, 0x8e, 0x41, 0x50, 0x66, 0x17, 0xbc, 0x1d, 0x71, 0x1b, 0x0e, 0x5f, 0x69, 0x74, 0xa8, 0xb7, 0xae, 0x36, 0x82, 0x2e, 0xa5, 0x83, 0xe4, 0xf5, 0xe2, 0x2f, 0xa8, 0xa5, 0xd6, 0x8c, 0xc2, 0xbe, 0x40, 0x92, 0xce, 0x31, 0x5e, 0x1f, 0xf8, 0x38, 0x38, 0x43, 0xf1, 0xe8, 0x8f, 0xd1, 0x5e, 0xe8, 0x0a, 0xad, 0x23, 0x00, 0xb8, 0x88, 0x8e, 0x26, 0xc7, 0xcf, 0xcc, 0xda, 0xfc, 0x7d, 0x76, 0xe6, 0x5f, 0x74, 0x24, 0x77, 0x36, 0xbf, 0x4b, 0x01, 0x60, 0x38, 0xa2, 0xf0, 0xe8, 0x99, 0x74, 0xb6, 0xc2, 0xf7, 0x89, 0x93, 0x70, 0x84, 0x18, 0x34, 0x47, 0xe4, 0xbe, 0x9e, 0x08, 0x02, 0xcc, 0xbb, 0x91, 0x4d, 0x4e, 0x8d, 0x6f, 0xab, 0x23, 0x57, 0x6f, 0xc3, 0x85, 0x9c, 0x1e, 0xba, 0x27, 0x48, 0xcc, 0xdf, 0xf3, 0x26, 0x33, 0xcb, 0xf7, 0xf7, 0x5e, 0x64, 0x7a, 0x4d, 0x8f, 0xbf, 0x79, 0x49, 0x31, 0xf3, 0x63, 0x4f, 0x62, 0xdc, 0xfa, 0x2c, 0xb8, 0x1f, 0x47, 0xc0, 0xf0, 0x42, 0xc2, 0x19, 0x01, 0xff, 0x9e, 0x31, 0xf2, 0xcf, 0x8b, 0x30, 0xff, 0xbc, 0x95, 0xdc, 0xce, 0xfc, 0x8a, 0x03, 0x60, 0x71, 0x52, 0xb1, 0x19, 0x00, 0x06, 0xe3, 0x73, 0x7a, 0xfc, 0x8d, 0x4b, 0x6c, 0xb9, 0xff, 0x9b, 0x71, 0x34, 0x4d, 0x11, 0x63, 0xc6, 0x90, 0xbc, 0x5e, 0x78, 0x4b, 0xa4, 0xf1, 0x6d, 0xa5, 0x27, 0xb3, 0x41, 0x4e, 0x03, 0xfb, 0xdf, 0xbc, 0x58, 0xd0, 0x07, 0xbf, 0xff, 0x24, 0x87, 0xf9, 0xce, 0xb1, 0xbe, 0xc1, 0x5e, 0xd9, 0x00, 0x60, 0x1f, 0xe2, 0xcd, 0xcd, 0x69, 0x02, 0xfb, 0x72, 0x24, 0x5c, 0xa5, 0xc5, 0xa8, 0x6f, 0x6b, 0xfe, 0x25, 0x81, 0x28, 0xbf, 0x29, 0x4b, 0xf3, 0xd7, 0xbb, 0x9f, 0xf9, 0x25, 0x03, 0x70, 0xd7, 0xb9, 0x28, 0x00, 0x8c, 0xc6, 0xe7, 0xf4, 0xad, 0xdf, 0xb3, 0xdd, 0xed, 0xb5, 0xef, 0x54, 0x29, 0x5c, 0xbe, 0xd1, 0xcf, 0x6c, 0x44, 0xcc, 0xe7, 0x0f, 0xcb, 0x34, 0x3f, 0xa7, 0x93, 0x69, 0x9d, 0x22, 0x96, 0x44, 0x47, 0xe0, 0x8d, 0xf0, 0x7a, 0xf8, 0xd2, 0xe3, 0x06, 0xa6, 0xd7, 0x55, 0xd5, 0xd0, 0x2c, 0xcb, 0xfc, 0x5c, 0x84, 0xb6, 0x34, 0xbf, 0xb8, 0x7d, 0x39, 0x0b, 0x8e, 0xb5, 0xc4, 0xbf, 0x9a, 0xe3, 0x0c, 0x00, 0xb7, 0x35, 0xbf, 0x24, 0x00, 0xee, 0xaa, 0x03, 0x00, 0x1e, 0x23, 0xc2, 0x74, 0x53, 0x0b, 0x49, 0x7f, 0x0e, 0x5f, 0x6e, 0x84, 0x94, 0x9b, 0xa3, 0xcc, 0x26, 0x3c, 0xc2, 0x90, 0xef, 0x8b, 0x11, 0x16, 0xcf, 0xac, 0x10, 0xbc, 0x17, 0xd5, 0x04, 0x3f, 0xd8, 0xc7, 0x36, 0xb3, 0x5d, 0xcf, 0xae, 0x64, 0x2b, 0x7c, 0x05, 0x00, 0x30, 0xe6, 0xfb, 0x9b, 0x5b, 0x91, 0xd9, 0x37, 0xa6, 0xb1, 0x1b, 0x7f, 0x91, 0x59, 0x1e, 0x60, 0x7e, 0xe5, 0x01, 0x58, 0x35, 0x4b, 0x2c, 0x00, 0x79, 0xe5, 0x0d, 0x6c, 0xfb, 0x67, 0x0e, 0x5e, 0xa6, 0x86, 0x66, 0xcd, 0xc7, 0xfd, 0x92, 0xda, 0x15, 0x35, 0x3f, 0xea, 0x83, 0xe8, 0x66, 0xe6, 0xfa, 0x03, 0xeb, 0x80, 0xc7, 0xde, 0x4f, 0x66, 0x7a, 0x6d, 0x01, 0x57, 0x73, 0x25, 0x47, 0x7f, 0x5c, 0xce, 0xb4, 0x4b, 0x79, 0x18, 0xd3, 0x1b, 0xa7, 0xab, 0x39, 0x4b, 0x62, 0x65, 0x32, 0xff, 0x6d, 0x37, 0x37, 0xbf, 0x68, 0x00, 0x32, 0xd3, 0x78, 0x4d, 0xcf, 0x77, 0x20, 0x2b, 0x2b, 0x00, 0xdc, 0xb9, 0xfc, 0xf1, 0x39, 0xd5, 0x4c, 0x26, 0xf9, 0x8f, 0x23, 0xf1, 0x74, 0xc9, 0x92, 0xc5, 0x7c, 0x29, 0xb7, 0x46, 0x65, 0xe7, 0xfd, 0x82, 0xb3, 0x00, 0xe3, 0x0a, 0x14, 0x2e, 0xb3, 0xfe, 0xc1, 0x37, 0x9f, 0xf9, 0x46, 0x19, 0x29, 0xe6, 0xc7, 0x93, 0xe8, 0x96, 0x44, 0x16, 0xb6, 0xb6, 0x00, 0xb0, 0xae, 0xe2, 0xf0, 0xe5, 0xf7, 0x7c, 0xf2, 0x08, 0xf3, 0x4b, 0x01, 0xe0, 0x0e, 0xf6, 0xa4, 0x62, 0x38, 0x8e, 0x1b, 0x3f, 0x04, 0x31, 0x8d, 0x29, 0xae, 0xa6, 0x95, 0xb3, 0xed, 0xf8, 0xfc, 0x28, 0x13, 0x7c, 0x12, 0xdb, 0x98, 0x8b, 0xd0, 0xc3, 0x2a, 0x01, 0xc0, 0x5a, 0x84, 0x9f, 0xcf, 0xe9, 0x81, 0x03, 0x67, 0x2a, 0x98, 0x5e, 0xdb, 0x5b, 0x86, 0x44, 0x49, 0x00, 0xc8, 0xd9, 0x82, 0xcc, 0x0e, 0xc0, 0x3c, 0xb3, 0xdc, 0x72, 0xb5, 0x47, 0x39, 0x00, 0x56, 0x65, 0x03, 0x30, 0xca, 0xa3, 0xe0, 0xb8, 0x1b, 0x4c, 0x26, 0x79, 0xc6, 0x3b, 0x17, 0xfc, 0x93, 0x3b, 0x98, 0xcc, 0x77, 0x2a, 0xa3, 0x4b, 0x35, 0x00, 0x3e, 0x8a, 0x6b, 0x65, 0x5e, 0x7d, 0x7a, 0x39, 0xf8, 0x16, 0xd3, 0x6b, 0x7b, 0xd9, 0x27, 0x4e, 0x7c, 0xf4, 0x1f, 0x1b, 0x92, 0x64, 0x78, 0x71, 0xe6, 0x77, 0x0c, 0xc0, 0x82, 0x85, 0xdc, 0x3e, 0xe7, 0x77, 0x09, 0x00, 0x77, 0xf8, 0x01, 0x18, 0x15, 0xd4, 0x10, 0x9c, 0x8e, 0x2e, 0x60, 0x32, 0xc9, 0x9f, 0xfc, 0x0a, 0x48, 0xf4, 0x65, 0x03, 0x20, 0x20, 0xad, 0x53, 0x35, 0x00, 0x8e, 0xc5, 0x34, 0x33, 0xcf, 0x42, 0xaf, 0x85, 0xd5, 0x32, 0xbd, 0xb6, 0xbd, 0x1f, 0x46, 0x8b, 0x5e, 0xf3, 0xc7, 0xdc, 0x9f, 0xc5, 0xe8, 0xe5, 0x95, 0x65, 0x10, 0x12, 0x7a, 0x81, 0x2a, 0x98, 0x28, 0x28, 0x28, 0x10, 0x74, 0x7a, 0x3f, 0xf2, 0xb9, 0xfa, 0x42, 0x60, 0x50, 0x00, 0x5c, 0x08, 0x39, 0x6f, 0xfe, 0xef, 0xf9, 0x85, 0xb9, 0x82, 0xe6, 0x5f, 0x70, 0xa0, 0xfa, 0xc6, 0x5a, 0x59, 0x1b, 0xdb, 0xf6, 0x1f, 0xd8, 0x1b, 0xec, 0xd6, 0x1d, 0x62, 0xec, 0x00, 0x70, 0xd0, 0x46, 0xd3, 0x12, 0x00, 0x47, 0xc6, 0xe7, 0x14, 0x72, 0xbd, 0x88, 0xc9, 0x24, 0xbf, 0xf7, 0xce, 0x21, 0x33, 0x40, 0x3b, 0x93, 0xf9, 0xf0, 0x8a, 0xaf, 0x5a, 0x00, 0x78, 0x5d, 0x67, 0x9f, 0x01, 0x5e, 0x0a, 0x66, 0xbb, 0xc2, 0xfd, 0x8a, 0xcf, 0x75, 0xd1, 0x00, 0x6c, 0xee, 0xc7, 0x71, 0xbc, 0x92, 0x13, 0x19, 0x75, 0x95, 0xbd, 0x4b, 0xe4, 0xb9, 0xd3, 0x82, 0x91, 0x5f, 0xc8, 0xfc, 0xb8, 0xab, 0xf3, 0xe0, 0x0b, 0xd2, 0x23, 0xff, 0xbe, 0x03, 0x7b, 0x42, 0xdc, 0xbe, 0x47, 0x58, 0x06, 0x02, 0x70, 0x67, 0x95, 0x49, 0x08, 0xc0, 0x28, 0xa3, 0xf9, 0x51, 0x11, 0xa9, 0x65, 0x6c, 0xb7, 0x3c, 0x7e, 0x98, 0x41, 0x57, 0x56, 0x58, 0xcc, 0x77, 0xa9, 0xb0, 0x5f, 0x35, 0x00, 0x02, 0xd3, 0x3b, 0x19, 0xf7, 0x04, 0xf5, 0xc0, 0xfe, 0x20, 0xb6, 0xfa, 0xe6, 0x48, 0x40, 0x92, 0x28, 0xf3, 0x0f, 0x9b, 0x8a, 0x5f, 0x96, 0x8d, 0x68, 0xe2, 0x01, 0x98, 0xdf, 0xfe, 0xe6, 0x57, 0x13, 0x80, 0x25, 0x41, 0x00, 0x86, 0x78, 0x3b, 0x31, 0xc6, 0xe7, 0xb2, 0xad, 0x02, 0x3d, 0x72, 0x38, 0x0e, 0x8e, 0x33, 0xae, 0x02, 0xa5, 0xd7, 0x8e, 0xd1, 0x6d, 0x0c, 0x6a, 0x00, 0x10, 0x5d, 0x3a, 0xc8, 0xf4, 0x1c, 0xf0, 0xc2, 0x19, 0xd6, 0x2d, 0x2c, 0xaf, 0xed, 0xc3, 0xf3, 0x69, 0xa2, 0xf6, 0xfa, 0xe0, 0xec, 0xea, 0xcc, 0xfc, 0x5c, 0x24, 0x17, 0xd3, 0x26, 0xf5, 0xcc, 0xd9, 0x20, 0x36, 0x00, 0x16, 0x3d, 0xdc, 0xfc, 0x4a, 0x02, 0xb0, 0x6a, 0x23, 0x7b, 0x00, 0x86, 0x04, 0xcd, 0x8f, 0x2a, 0xac, 0x6a, 0x64, 0x32, 0x09, 0x5e, 0x54, 0x42, 0x53, 0xe7, 0x32, 0x6e, 0x49, 0x50, 0xa3, 0x0e, 0xc0, 0x65, 0x58, 0xd6, 0xeb, 0x10, 0x27, 0xe2, 0x5b, 0xe1, 0xd1, 0x77, 0x12, 0x99, 0x5e, 0x5b, 0x50, 0x54, 0x1e, 0xd3, 0x05, 0x2f, 0x4e, 0x78, 0xf4, 0xa4, 0x60, 0x21, 0x6b, 0xb3, 0x6c, 0x19, 0x16, 0x1e, 0xcc, 0x6c, 0x4a, 0x1d, 0xa9, 0x0b, 0xcc, 0xc6, 0x5f, 0x34, 0x6a, 0x81, 0x47, 0x1e, 0x6f, 0x7e, 0xb9, 0x00, 0xac, 0x3a, 0x90, 0x11, 0x80, 0x21, 0xa7, 0xc6, 0xe7, 0xd4, 0xdd, 0xd7, 0xc7, 0x74, 0xb2, 0xc2, 0x97, 0x1f, 0x37, 0xc0, 0xa1, 0xcb, 0x8d, 0xcc, 0x3b, 0x34, 0xd3, 0x6a, 0x46, 0x25, 0x6d, 0x80, 0x13, 0xdc, 0x21, 0x4a, 0x14, 0x5b, 0x3e, 0xc4, 0x7c, 0xa0, 0xd6, 0x3b, 0xe4, 0x6f, 0x3f, 0xf8, 0x3c, 0xdb, 0xb6, 0xe8, 0xa4, 0xfc, 0x2a, 0x51, 0xfb, 0xfc, 0x71, 0x4f, 0x3f, 0xeb, 0x16, 0xe4, 0xb3, 0xe7, 0x82, 0x98, 0x8d, 0xf9, 0x91, 0xd7, 0x31, 0xba, 0xf7, 0x87, 0x33, 0x3f, 0x1f, 0x00, 0x8d, 0x9e, 0xb4, 0xd4, 0xa9, 0x1c, 0x00, 0xa9, 0x0e, 0x4d, 0xbf, 0xa9, 0x15, 0xfa, 0xc1, 0xb0, 0x18, 0xdf, 0x52, 0xac, 0xc7, 0x9e, 0xef, 0x36, 0x14, 0xd1, 0xd5, 0x15, 0xd6, 0xed, 0x08, 0x98, 0xae, 0xe0, 0xd6, 0x66, 0x25, 0x00, 0xc0, 0x5d, 0xa1, 0xac, 0x7f, 0x37, 0xa1, 0x6a, 0x18, 0x5e, 0x0f, 0xab, 0x65, 0x3e, 0xde, 0xa5, 0xb6, 0xa9, 0x45, 0xd4, 0x3e, 0xff, 0x29, 0x21, 0x00, 0x78, 0x2e, 0x5c, 0x05, 0x9d, 0x09, 0x64, 0x36, 0x27, 0x36, 0xbd, 0x9e, 0x9e, 0x99, 0xe0, 0x89, 0xfa, 0x73, 0x54, 0xdb, 0xc6, 0xfc, 0x62, 0x01, 0x48, 0xb7, 0x03, 0x40, 0xb8, 0xf1, 0x82, 0x19, 0x80, 0x31, 0x76, 0xb1, 0xde, 0x0d, 0xf6, 0xd0, 0xab, 0xd1, 0xa0, 0x63, 0xbc, 0x16, 0xc0, 0x09, 0xaf, 0xdc, 0xca, 0xdd, 0x13, 0x74, 0x36, 0xbb, 0x5b, 0xf4, 0x0e, 0xd4, 0x27, 0x3f, 0xca, 0x60, 0x6e, 0xa6, 0x81, 0x67, 0x6d, 0x8a, 0xb9, 0xcb, 0x0b, 0x01, 0x60, 0xdd, 0x9e, 0x20, 0x0e, 0x80, 0xf7, 0xe9, 0x31, 0xee, 0x9c, 0xe1, 0x2d, 0xd5, 0xe8, 0x69, 0xeb, 0xfc, 0xca, 0x03, 0xc0, 0xd6, 0x7a, 0x07, 0x0b, 0x30, 0x31, 0xe6, 0x47, 0x9d, 0x08, 0xc9, 0x64, 0x6b, 0x4f, 0x4a, 0xd2, 0xa0, 0x37, 0xc3, 0xeb, 0xe8, 0x5d, 0x5d, 0x62, 0x0c, 0x19, 0x5f, 0x39, 0x4c, 0x0b, 0x68, 0xb1, 0xc6, 0xc7, 0x0d, 0x6d, 0x57, 0x25, 0xdc, 0x7c, 0x83, 0x4b, 0xa5, 0xdf, 0x79, 0x36, 0x98, 0xe9, 0x35, 0x3d, 0xfd, 0xf6, 0x15, 0x51, 0xd1, 0x1f, 0x01, 0x98, 0x74, 0x0a, 0xc0, 0x66, 0x01, 0x2b, 0x16, 0x00, 0xbc, 0xe1, 0x1d, 0xef, 0x03, 0xd8, 0xd6, 0xe6, 0x57, 0x1c, 0x00, 0x8b, 0xe6, 0x0b, 0x62, 0x00, 0x18, 0x31, 0x29, 0xa3, 0xa8, 0x86, 0xfd, 0x1c, 0xa0, 0x77, 0x92, 0x44, 0x6d, 0x89, 0xde, 0x3c, 0xba, 0xc4, 0x78, 0x71, 0x0a, 0x6f, 0x7f, 0x64, 0x31, 0x3e, 0xde, 0xda, 0x98, 0x59, 0x37, 0x26, 0xe1, 0x74, 0x88, 0x11, 0x78, 0xd6, 0xaf, 0x80, 0xf9, 0xf5, 0xf8, 0x87, 0x67, 0x89, 0x32, 0xbf, 0x35, 0x00, 0xce, 0xb7, 0x27, 0x48, 0x01, 0x60, 0x74, 0x62, 0x58, 0x31, 0xf3, 0xef, 0x3f, 0xb0, 0x37, 0x7c, 0x97, 0x3b, 0x0e, 0x51, 0x00, 0x64, 0xa4, 0x30, 0xf7, 0x93, 0x65, 0x01, 0x60, 0xc4, 0x46, 0x03, 0xc3, 0x03, 0xb4, 0x91, 0x04, 0xd3, 0xc9, 0xcf, 0x64, 0x16, 0x78, 0xef, 0x6a, 0xbd, 0xe8, 0xbb, 0xb4, 0x6c, 0x67, 0x84, 0x50, 0x92, 0xa6, 0xe0, 0x52, 0x25, 0x5e, 0x5c, 0xf3, 0x4d, 0x6a, 0xa7, 0x7b, 0x7c, 0x30, 0xcf, 0x8f, 0x29, 0x1b, 0x12, 0x75, 0xf3, 0x0b, 0xdf, 0x26, 0xb8, 0x6f, 0xfd, 0x89, 0xbd, 0xa1, 0x47, 0x6e, 0x45, 0xad, 0x28, 0xf3, 0xf7, 0x9b, 0x01, 0x98, 0x67, 0x04, 0xe0, 0xa4, 0x68, 0x00, 0xf0, 0x36, 0x48, 0x3c, 0xfe, 0x7c, 0xdb, 0x9a, 0x5f, 0x16, 0x00, 0xab, 0x8e, 0xb5, 0xe8, 0x00, 0x80, 0x11, 0x5e, 0x0d, 0x52, 0xed, 0x3e, 0x16, 0xcd, 0xde, 0x89, 0xf1, 0xc5, 0x08, 0xe6, 0xf5, 0x78, 0x57, 0x0a, 0x6f, 0xa6, 0x7f, 0xe2, 0x58, 0x1a, 0xf3, 0xeb, 0x78, 0xf0, 0xd9, 0xd3, 0xc4, 0x6c, 0x3d, 0xa2, 0xcf, 0xf6, 0x11, 0x03, 0xc0, 0xe5, 0x2b, 0x17, 0x99, 0x0d, 0xeb, 0xed, 0xfb, 0x31, 0xf4, 0x12, 0x00, 0x50, 0xd5, 0x37, 0x2b, 0xb7, 0xaf, 0xf9, 0x25, 0x01, 0xb0, 0xba, 0xc2, 0xa0, 0x65, 0x5e, 0x00, 0x1c, 0x19, 0x9f, 0x53, 0x4c, 0x66, 0x85, 0xa8, 0x43, 0xa5, 0xf6, 0x19, 0x0a, 0x64, 0x45, 0x6a, 0x35, 0xf4, 0x71, 0x4c, 0x3d, 0x7c, 0xf1, 0x31, 0xf6, 0xf6, 0x4a, 0x47, 0xcf, 0xa4, 0x88, 0x8e, 0xfe, 0x8e, 0x00, 0xe0, 0x5b, 0xb3, 0x4f, 0x48, 0x8a, 0x63, 0x36, 0xed, 0xc9, 0x40, 0x3d, 0x35, 0x7f, 0x71, 0xd9, 0x8d, 0xed, 0x6d, 0x7e, 0xf9, 0x00, 0x2c, 0x0b, 0xca, 0x12, 0x00, 0x16, 0xe3, 0x73, 0x1a, 0x18, 0xee, 0x87, 0x6f, 0x3e, 0x1d, 0x28, 0xa2, 0x09, 0x86, 0x01, 0x02, 0x93, 0x5b, 0xdc, 0xc6, 0xfc, 0xd1, 0x25, 0xfd, 0xf0, 0xf5, 0x67, 0xce, 0x88, 0x82, 0xb8, 0xe4, 0x56, 0xa3, 0xa4, 0x93, 0xdd, 0x10, 0x80, 0x05, 0x81, 0x8b, 0x54, 0xb6, 0xab, 0x37, 0x09, 0x89, 0xe2, 0x00, 0xd8, 0x11, 0xe6, 0x17, 0x0b, 0x40, 0x1a, 0x05, 0x60, 0x99, 0x49, 0x08, 0x80, 0x18, 0xe3, 0x5b, 0xea, 0xbd, 0x20, 0x71, 0x7d, 0x01, 0xbe, 0xf6, 0xbb, 0x20, 0x88, 0x29, 0xe9, 0xdb, 0x72, 0xf3, 0xe3, 0x91, 0x2b, 0x3f, 0x79, 0x59, 0x5c, 0xf3, 0xee, 0x5f, 0xbd, 0x7e, 0x51, 0xf2, 0xb1, 0x86, 0xc2, 0x00, 0xcc, 0xc9, 0x02, 0xe0, 0xdd, 0xf7, 0xdf, 0xf6, 0xbc, 0x5d, 0x9d, 0x5b, 0x09, 0x00, 0x5f, 0xc7, 0x41, 0x7b, 0x00, 0x06, 0x99, 0xd5, 0xd4, 0xde, 0x09, 0x5f, 0x79, 0x5c, 0x5c, 0x87, 0xc6, 0x1f, 0xee, 0x0d, 0x85, 0xe4, 0xca, 0xad, 0xab, 0x07, 0x72, 0xea, 0xc7, 0xe0, 0xe9, 0x0f, 0xe2, 0x45, 0x9f, 0x0e, 0x1d, 0x97, 0x5d, 0x21, 0xed, 0x4c, 0x4f, 0x04, 0x60, 0x4a, 0x1d, 0x00, 0xe4, 0xc8, 0x63, 0x22, 0xbf, 0x54, 0x00, 0x56, 0x9c, 0x34, 0x56, 0xb6, 0x07, 0x80, 0xdd, 0xf8, 0x78, 0x6b, 0x1f, 0xa7, 0x37, 0x75, 0x09, 0xa2, 0xcd, 0xf4, 0xd0, 0xc1, 0x30, 0x48, 0x2c, 0x77, 0xfd, 0x4c, 0x80, 0x8d, 0xf5, 0x9e, 0xfb, 0x28, 0x51, 0xf4, 0xf3, 0x7d, 0xe4, 0xc5, 0x10, 0x59, 0x87, 0xda, 0xf2, 0x03, 0x30, 0xb7, 0x65, 0x00, 0x78, 0x9c, 0xf9, 0xd5, 0x05, 0x60, 0x5e, 0x92, 0xf1, 0x39, 0xd5, 0x35, 0xb7, 0x33, 0x2f, 0x89, 0x5a, 0xea, 0x27, 0x07, 0x43, 0x69, 0x5f, 0xb0, 0x5c, 0x17, 0x99, 0x1f, 0xbb, 0xd1, 0xfc, 0xe1, 0xfd, 0x58, 0x49, 0xad, 0x9c, 0x24, 0x47, 0xff, 0x41, 0x21, 0x00, 0x36, 0x0d, 0x3f, 0x6f, 0x23, 0xb5, 0x01, 0xf0, 0x48, 0xf3, 0xab, 0x07, 0xc0, 0x12, 0xdd, 0x2e, 0x2b, 0xc5, 0xf8, 0x96, 0xf2, 0xbd, 0x98, 0x2d, 0xc9, 0x58, 0xff, 0xba, 0xfb, 0x3c, 0x04, 0x5e, 0xab, 0x84, 0x94, 0xaa, 0x01, 0x55, 0xa3, 0x3e, 0xf6, 0x21, 0x7b, 0xf4, 0xd5, 0xcb, 0x92, 0x9e, 0xe3, 0x73, 0xef, 0x47, 0x4a, 0x4e, 0x7d, 0x36, 0x01, 0x18, 0xe3, 0x8d, 0xf6, 0xf3, 0x3c, 0x8a, 0x57, 0x11, 0x00, 0x8f, 0x35, 0xbf, 0x78, 0x00, 0x92, 0xed, 0x8c, 0x2e, 0x24, 0x8c, 0x48, 0x52, 0x8d, 0x8f, 0xc2, 0x9b, 0x3d, 0xfa, 0x87, 0xfa, 0xe1, 0x47, 0x7b, 0xa5, 0x75, 0x87, 0xff, 0xe7, 0x27, 0x4f, 0xc2, 0xe1, 0x93, 0x19, 0x10, 0x9e, 0xd6, 0x40, 0x5b, 0x9c, 0x2a, 0x69, 0xfc, 0xab, 0xd9, 0xcd, 0xe0, 0x15, 0x5a, 0x00, 0x0f, 0x3e, 0x7b, 0x56, 0xd2, 0x73, 0xfb, 0xea, 0x6f, 0xf5, 0x70, 0xeb, 0x76, 0xb3, 0x2c, 0xf3, 0xa3, 0x26, 0x78, 0x00, 0x98, 0x77, 0x31, 0x00, 0x1e, 0x6d, 0x7e, 0x69, 0x00, 0xd8, 0x98, 0x7d, 0x85, 0x5f, 0xbc, 0x00, 0x30, 0x1a, 0x7f, 0x53, 0x03, 0x90, 0x53, 0x56, 0x47, 0xdb, 0x8a, 0x4a, 0x31, 0x1a, 0x6e, 0xaf, 0xc6, 0x08, 0xed, 0x13, 0x5e, 0x04, 0xc1, 0x49, 0x35, 0xb4, 0xbd, 0x69, 0x86, 0x84, 0x1e, 0x62, 0x59, 0xb5, 0xa3, 0x70, 0xbd, 0xb8, 0x1b, 0x2e, 0xa6, 0xd6, 0xd3, 0x66, 0xdb, 0xd8, 0x7b, 0x58, 0x4a, 0x03, 0x3f, 0xf3, 0xbe, 0xff, 0xc8, 0x3c, 0xd9, 0xe6, 0x77, 0x07, 0x00, 0x3c, 0xde, 0xfc, 0x92, 0x00, 0xe0, 0x31, 0x3b, 0x5f, 0x93, 0x64, 0x33, 0x00, 0xa3, 0xd2, 0x8c, 0x6f, 0x29, 0xfd, 0xe5, 0x1c, 0x59, 0xdd, 0xd9, 0xb1, 0x61, 0xf6, 0x6f, 0x0f, 0x47, 0xc0, 0x89, 0xd0, 0x42, 0x08, 0xba, 0x56, 0x0e, 0xe7, 0xe2, 0xab, 0xe1, 0x72, 0xc6, 0x6d, 0xb8, 0x96, 0xdf, 0x0e, 0xf1, 0x25, 0xdd, 0x90, 0x5c, 0xd1, 0x4f, 0x3b, 0xc6, 0xa7, 0x55, 0x0f, 0xd2, 0xef, 0x13, 0x4a, 0x7b, 0x21, 0xa6, 0xa0, 0x1d, 0xae, 0x66, 0x35, 0x41, 0x70, 0x62, 0x0d, 0xfd, 0x7f, 0xfc, 0x2f, 0x17, 0xc3, 0x73, 0xc7, 0xe2, 0xe8, 0xcc, 0x22, 0xe7, 0xb9, 0x3c, 0x7f, 0x3c, 0x4a, 0x7c, 0x23, 0x0b, 0x81, 0x66, 0x16, 0xb6, 0x00, 0x08, 0x99, 0x1f, 0xb7, 0x33, 0x28, 0x0d, 0xc0, 0xb6, 0x30, 0xbf, 0x68, 0x00, 0xd2, 0x93, 0x05, 0x3a, 0x82, 0xf3, 0x01, 0x30, 0x27, 0xdb, 0xf8, 0x9c, 0x86, 0x46, 0x06, 0xe0, 0x4f, 0x24, 0x67, 0x96, 0x63, 0x3c, 0x6e, 0x46, 0xf8, 0xe1, 0x9e, 0x0b, 0xb0, 0xfb, 0xf8, 0x75, 0x38, 0x76, 0x3e, 0x17, 0x4e, 0x45, 0x97, 0x53, 0x73, 0x0b, 0x09, 0x81, 0x39, 0x70, 0x22, 0x91, 0x36, 0xc4, 0x96, 0x13, 0xf1, 0xcd, 0x4b, 0xb5, 0x7b, 0xce, 0x41, 0x5b, 0x57, 0x87, 0x42, 0x6d, 0x8c, 0x10, 0x80, 0x51, 0x6b, 0xf3, 0x13, 0xa3, 0x0b, 0x29, 0x3e, 0x21, 0x4e, 0x33, 0xbf, 0xbb, 0x00, 0x30, 0xcc, 0x68, 0x7c, 0x4b, 0xf5, 0x0c, 0xf4, 0xc2, 0x63, 0xaf, 0x87, 0xcb, 0x36, 0xa1, 0x75, 0xc7, 0x76, 0x1d, 0x3c, 0xf0, 0xc7, 0x33, 0xf0, 0xef, 0xfb, 0x43, 0xe0, 0xe7, 0x2f, 0x5d, 0xa4, 0x0d, 0xb6, 0x1f, 0x3a, 0x10, 0x0a, 0x3f, 0x78, 0xee, 0x1c, 0x7c, 0x45, 0xc2, 0x0a, 0x94, 0x23, 0x7d, 0xeb, 0xf7, 0x81, 0x50, 0x51, 0x7b, 0x5b, 0x91, 0xd4, 0xc7, 0x12, 0x00, 0x47, 0xa6, 0x57, 0x03, 0x80, 0x6d, 0x65, 0x7e, 0x57, 0x03, 0x20, 0xc5, 0xf8, 0x96, 0x6a, 0xe9, 0xea, 0x84, 0x1f, 0xef, 0xbf, 0xa0, 0xa8, 0x31, 0x5d, 0xa1, 0x7f, 0x7e, 0x22, 0x00, 0xf2, 0x2b, 0xea, 0x14, 0x35, 0x3f, 0xb6, 0x31, 0x72, 0x35, 0x00, 0x1e, 0x75, 0x85, 0xd7, 0x5d, 0x00, 0x90, 0x6b, 0x7a, 0x5b, 0x35, 0xb6, 0xb5, 0xc3, 0xc3, 0x07, 0x83, 0x3d, 0xc6, 0xfc, 0xdf, 0x24, 0x91, 0x3f, 0xa7, 0xb4, 0x46, 0x71, 0xf3, 0x8b, 0x03, 0x60, 0x46, 0x36, 0x00, 0xdb, 0x2e, 0xf2, 0x4b, 0x02, 0x20, 0x8d, 0x1d, 0x00, 0xcc, 0x49, 0x95, 0x34, 0x3e, 0xd5, 0x88, 0x51, 0x5d, 0x3d, 0x3d, 0xf0, 0xd4, 0x5b, 0x97, 0xdd, 0xde, 0xfc, 0x3f, 0x78, 0xee, 0x0c, 0x94, 0xd5, 0x34, 0xaa, 0x62, 0x7e, 0xd4, 0x38, 0x03, 0x00, 0xd8, 0x2c, 0x03, 0x8f, 0x4d, 0x97, 0x03, 0xc0, 0xb6, 0x35, 0xbf, 0x58, 0x00, 0x52, 0x1d, 0x01, 0xb0, 0xbc, 0x04, 0x4b, 0x16, 0x9a, 0x5f, 0x98, 0x53, 0xc6, 0xf4, 0x36, 0xe6, 0x47, 0x61, 0x51, 0xdc, 0xd3, 0xdf, 0x0b, 0x6f, 0x48, 0xd8, 0x2e, 0xe1, 0x2a, 0x3d, 0x79, 0xf8, 0x32, 0x34, 0xb4, 0xb6, 0xaa, 0x66, 0xfe, 0x3e, 0x1b, 0x00, 0xe6, 0x2c, 0x35, 0x6f, 0xa9, 0x19, 0xaa, 0xeb, 0x09, 0xb1, 0x9a, 0xf9, 0x15, 0x01, 0x60, 0x79, 0xc9, 0xac, 0x25, 0x3b, 0x6d, 0x9e, 0x4f, 0x89, 0x1f, 0x8a, 0xd2, 0xc6, 0xe7, 0xcc, 0x6f, 0xd9, 0x55, 0xfd, 0x4a, 0x4a, 0x09, 0xcd, 0xb1, 0xdd, 0xc5, 0xf8, 0x5f, 0xfc, 0x95, 0x3f, 0x78, 0x5d, 0x48, 0x83, 0xde, 0x81, 0x1e, 0x55, 0xcd, 0x4f, 0x01, 0x98, 0x1c, 0xb5, 0x36, 0xbe, 0x80, 0xf9, 0x51, 0x62, 0xee, 0x07, 0xd8, 0xd6, 0x39, 0xbf, 0x5c, 0x00, 0x6c, 0x8d, 0x2e, 0x24, 0xd9, 0x00, 0x38, 0x31, 0xbe, 0xa5, 0xea, 0x5b, 0xdb, 0xe0, 0xe0, 0x89, 0xd8, 0x2d, 0x37, 0xff, 0xcf, 0x5e, 0x08, 0x86, 0xac, 0x92, 0x1a, 0xd9, 0x5b, 0x1c, 0x58, 0xbb, 0xb7, 0x3b, 0x06, 0x60, 0xc6, 0x4a, 0x99, 0x39, 0xe9, 0x9a, 0xf9, 0x95, 0x01, 0x60, 0x51, 0x5d, 0x00, 0x78, 0x8d, 0x2f, 0x6c, 0x7e, 0x4b, 0xc5, 0xe7, 0x56, 0xc2, 0x43, 0x5b, 0xb0, 0x4a, 0xf4, 0x9d, 0x67, 0x4e, 0xd1, 0xab, 0xbb, 0x8e, 0xa3, 0xbe, 0x7c, 0xf3, 0x3b, 0x05, 0x40, 0xc0, 0xfc, 0xd8, 0x3f, 0xa0, 0xbc, 0xb2, 0x14, 0x4d, 0xcd, 0x64, 0xfe, 0x57, 0x5e, 0x7f, 0x31, 0x7f, 0xd7, 0x4e, 0x19, 0xe2, 0x00, 0x48, 0x52, 0x0f, 0x00, 0x19, 0xc6, 0xb7, 0x14, 0x36, 0x8a, 0x8b, 0xce, 0x28, 0xa3, 0x5b, 0x8d, 0xd5, 0x36, 0x3e, 0xde, 0xcb, 0x1b, 0x48, 0x8c, 0xdf, 0xd5, 0xdb, 0x25, 0x7d, 0x5b, 0xb3, 0x44, 0xf3, 0x6f, 0x02, 0x30, 0x63, 0xd4, 0x3c, 0xbf, 0x66, 0x4d, 0xaa, 0xac, 0x2e, 0x87, 0xa3, 0xc7, 0xdf, 0x73, 0x6a, 0xfe, 0xb7, 0xde, 0x3e, 0x84, 0x9f, 0xf5, 0x05, 0x0d, 0x00, 0x57, 0x00, 0x30, 0xa2, 0x9c, 0xf1, 0xf9, 0x54, 0x72, 0xeb, 0x36, 0x7c, 0x70, 0x3a, 0x15, 0xbe, 0xcd, 0xd8, 0x7d, 0x92, 0xb5, 0x9d, 0xe9, 0xee, 0x63, 0x51, 0x10, 0x93, 0x51, 0x0e, 0xbd, 0xfd, 0x3d, 0x92, 0xee, 0xe5, 0x95, 0x93, 0xf7, 0xdb, 0x01, 0x30, 0x3f, 0xe3, 0x50, 0x96, 0x00, 0xe0, 0x67, 0xf8, 0xc1, 0xd1, 0x77, 0x61, 0xef, 0xbe, 0xdd, 0x76, 0xc6, 0xdf, 0xb3, 0x77, 0x37, 0xbc, 0xfb, 0xfe, 0x11, 0xee, 0xb3, 0xd6, 0x00, 0x10, 0x0f, 0x80, 0xf5, 0xc9, 0xc4, 0x43, 0xc3, 0x83, 0x10, 0x1b, 0x1f, 0xc7, 0xaf, 0xeb, 0xd6, 0x4a, 0x26, 0xa9, 0x95, 0x92, 0xc6, 0xb7, 0x9e, 0x11, 0xfa, 0x68, 0xff, 0x5d, 0x5c, 0x8b, 0xf7, 0x09, 0xcb, 0xa4, 0xcb, 0xa7, 0xb8, 0x36, 0x2f, 0xe6, 0x22, 0xd6, 0xa3, 0xaf, 0x86, 0x12, 0x90, 0x52, 0x20, 0x31, 0xaf, 0x12, 0x3a, 0x7a, 0x3b, 0x19, 0x4d, 0x2f, 0xcd, 0xfc, 0x79, 0x85, 0xb9, 0x10, 0x1d, 0x7b, 0x8d, 0x28, 0xda, 0xac, 0x28, 0x01, 0xd5, 0x35, 0xd4, 0x31, 0x99, 0x1f, 0x0f, 0xb8, 0xe2, 0x00, 0x40, 0xf9, 0xf8, 0x9d, 0xa0, 0x66, 0x7f, 0xfd, 0xcd, 0x57, 0xe1, 0xf5, 0x37, 0x5e, 0x81, 0x77, 0xde, 0x7b, 0x8b, 0x9e, 0x04, 0x61, 0xf1, 0x59, 0x6b, 0x00, 0x08, 0x03, 0xb0, 0xc0, 0xa4, 0xaa, 0x5b, 0xd5, 0xf0, 0x8d, 0x07, 0x1e, 0x64, 0xd2, 0x4f, 0x1f, 0x7d, 0x54, 0x71, 0xe3, 0x73, 0xe6, 0x17, 0x52, 0x4b, 0x67, 0x07, 0x85, 0x22, 0x2a, 0xbd, 0x0c, 0xc2, 0x12, 0x6e, 0xc0, 0xe9, 0xa8, 0x7c, 0x08, 0x8c, 0xc8, 0x83, 0x90, 0xeb, 0x37, 0x20, 0x22, 0xb5, 0x14, 0xd2, 0x6f, 0xdc, 0x84, 0xfa, 0x96, 0x56, 0xeb, 0xc3, 0x6a, 0x87, 0x7b, 0x55, 0x35, 0x3f, 0xea, 0x95, 0x37, 0xdf, 0x60, 0x7e, 0xdf, 0x2e, 0x84, 0x86, 0xda, 0x98, 0x7e, 0xda, 0xac, 0x59, 0x1b, 0x55, 0x56, 0x97, 0x01, 0xeb, 0xe7, 0xac, 0x01, 0xe0, 0xe1, 0x00, 0x38, 0xef, 0xb6, 0xce, 0x2a, 0xd7, 0x9a, 0x5f, 0x3a, 0x00, 0xc2, 0xc6, 0xd7, 0x00, 0x50, 0x10, 0x80, 0x94, 0xd4, 0x24, 0xe6, 0xa6, 0xca, 0x55, 0x37, 0xb7, 0x06, 0x00, 0xa5, 0x8c, 0xbf, 0x15, 0xe6, 0xc7, 0x5c, 0x5f, 0x2c, 0x00, 0x5c, 0x8a, 0x63, 0xa5, 0x39, 0x7b, 0x69, 0x00, 0xa8, 0x09, 0xc0, 0x92, 0xbd, 0x5c, 0x0d, 0x80, 0x7b, 0x44, 0x7d, 0xf9, 0x05, 0xaf, 0x38, 0x00, 0x42, 0x78, 0xcd, 0xce, 0xa7, 0x0a, 0x0d, 0x00, 0x05, 0x01, 0xb0, 0x31, 0x3b, 0xdf, 0xc9, 0xc4, 0xae, 0x02, 0x40, 0x39, 0xe3, 0xab, 0x6c, 0x7e, 0xc6, 0xa5, 0x4e, 0x0d, 0x00, 0x37, 0x07, 0xc0, 0xf9, 0x59, 0xf4, 0xc6, 0xe3, 0xf9, 0xaa, 0x6e, 0x56, 0xa9, 0x0a, 0x80, 0xd2, 0xc6, 0x77, 0x07, 0xf3, 0xf7, 0xa9, 0x04, 0xc0, 0x0c, 0x02, 0x50, 0xa5, 0x01, 0xa0, 0x12, 0x00, 0xfc, 0x87, 0xb1, 0xaa, 0x05, 0x80, 0xb2, 0xc6, 0x57, 0x2e, 0xea, 0x2b, 0x75, 0x91, 0x4b, 0x0e, 0x00, 0x33, 0x0e, 0x54, 0x51, 0x55, 0xaa, 0x01, 0x20, 0x17, 0x80, 0x64, 0x0a, 0x00, 0xdb, 0x69, 0xc4, 0x4a, 0x03, 0xa0, 0x86, 0xf1, 0xdd, 0xcd, 0xfc, 0x62, 0x01, 0x38, 0x4f, 0x00, 0x98, 0x71, 0x62, 0x7c, 0xa3, 0xa6, 0x34, 0x00, 0x5c, 0x0d, 0x40, 0xa5, 0x42, 0x00, 0x28, 0x6f, 0x7c, 0x9e, 0xa8, 0xef, 0xd2, 0x62, 0xd7, 0xf1, 0x15, 0x5e, 0xe5, 0x00, 0x98, 0xda, 0xd4, 0x2c, 0x01, 0xa0, 0x52, 0x03, 0x40, 0x01, 0x00, 0x12, 0x99, 0x1a, 0x27, 0x2f, 0x28, 0x00, 0x80, 0x5a, 0xc6, 0x97, 0x1f, 0xf5, 0xd5, 0x33, 0xbf, 0x34, 0x00, 0xa6, 0x1c, 0x6b, 0x56, 0x03, 0x40, 0x51, 0x00, 0x16, 0x04, 0x1a, 0x26, 0xdb, 0xea, 0x76, 0x73, 0x23, 0x3c, 0xfb, 0xfc, 0x1e, 0x26, 0xbd, 0x7a, 0xe8, 0x10, 0x8c, 0x4d, 0x0c, 0x53, 0x09, 0xb6, 0x56, 0x95, 0xad, 0x41, 0x18, 0xb1, 0xd5, 0x98, 0x58, 0x0d, 0x98, 0x35, 0x2c, 0x24, 0x87, 0xfb, 0x9f, 0xfa, 0xcd, 0x1a, 0x12, 0x90, 0x3e, 0x30, 0x00, 0xfe, 0xb4, 0xfb, 0x79, 0x87, 0xfa, 0xa3, 0x49, 0xf1, 0x49, 0x89, 0x4c, 0xe6, 0x47, 0x95, 0x57, 0x96, 0x68, 0x00, 0x28, 0x02, 0x80, 0xe0, 0x79, 0xf4, 0xd2, 0x35, 0xef, 0xf0, 0x4c, 0x1b, 0x39, 0x72, 0x70, 0xab, 0xa0, 0x33, 0xcd, 0x0b, 0xdf, 0x5c, 0xc2, 0xb6, 0xff, 0xc6, 0x56, 0xc2, 0x17, 0xa9, 0x1c, 0x6b, 0xca, 0x4a, 0x33, 0xac, 0x9a, 0xb5, 0xd4, 0xa4, 0x06, 0x80, 0x7b, 0x00, 0xe0, 0xe0, 0x14, 0x33, 0xb7, 0x31, 0x3a, 0x9b, 0xf9, 0x67, 0x9d, 0x69, 0xce, 0x52, 0xd3, 0x12, 0x25, 0xd2, 0xfc, 0x16, 0x86, 0xb7, 0x95, 0x06, 0x80, 0x4b, 0x01, 0x98, 0x13, 0x94, 0x5a, 0x46, 0x77, 0x6a, 0xfc, 0x79, 0x29, 0x62, 0x30, 0xfc, 0x9c, 0x33, 0x49, 0x33, 0x3f, 0x7b, 0x74, 0xb7, 0x8f, 0xf6, 0xb6, 0x9a, 0xd6, 0x00, 0x50, 0x08, 0x80, 0x94, 0x44, 0x26, 0x93, 0xcb, 0x37, 0xfd, 0xac, 0x64, 0x49, 0x37, 0xbe, 0x84, 0xb4, 0x46, 0x01, 0xe3, 0x3b, 0x5c, 0xc1, 0x99, 0x15, 0x2b, 0x6b, 0xd3, 0x5b, 0x4a, 0x03, 0x40, 0x31, 0x00, 0x94, 0x32, 0xfd, 0xac, 0xe2, 0x62, 0x33, 0xff, 0x8c, 0xfc, 0x7c, 0x5e, 0xa4, 0xe1, 0x9d, 0xae, 0xd3, 0xcf, 0x5a, 0x4a, 0x9c, 0xe9, 0xa7, 0xcd, 0xb2, 0x37, 0xfd, 0xf4, 0xcc, 0xa6, 0xca, 0x2b, 0x34, 0x00, 0x78, 0x87, 0xbf, 0xc1, 0xe7, 0x69, 0xd6, 0x37, 0x26, 0x31, 0xf9, 0xba, 0x04, 0xc3, 0xcf, 0xaa, 0x2e, 0x7e, 0xe3, 0xcf, 0xc8, 0x92, 0xb0, 0xf9, 0xa7, 0x65, 0x46, 0x77, 0x21, 0xf3, 0xb3, 0x98, 0x5c, 0x48, 0xd6, 0x66, 0xe7, 0x53, 0x49, 0x79, 0x91, 0x18, 0x00, 0x82, 0x76, 0x0e, 0x00, 0x01, 0xde, 0x3f, 0x62, 0x7d, 0x63, 0x22, 0xa3, 0xaf, 0x38, 0x30, 0xfc, 0xac, 0xcb, 0x65, 0x34, 0xfc, 0x8c, 0xd3, 0xfb, 0x62, 0xa5, 0x19, 0x7f, 0x9a, 0x69, 0x9b, 0xb1, 0x78, 0xf3, 0xb3, 0xe5, 0xf2, 0x82, 0x46, 0x77, 0x12, 0xe9, 0xf9, 0x34, 0x45, 0x94, 0x93, 0x97, 0xc5, 0x0c, 0x80, 0x9f, 0xce, 0xe7, 0xdd, 0x1d, 0x03, 0x80, 0x5e, 0xff, 0xc9, 0x97, 0x59, 0xdf, 0x98, 0xe0, 0xd0, 0xf3, 0x30, 0x36, 0x3e, 0xb2, 0x25, 0x66, 0xe7, 0x8e, 0xf8, 0x9b, 0xb7, 0x34, 0xbc, 0x22, 0xc6, 0x77, 0x7e, 0x33, 0x89, 0xf8, 0x02, 0x76, 0x5a, 0xe4, 0x32, 0xa5, 0xad, 0xf9, 0x27, 0xd9, 0xc5, 0x63, 0x76, 0x5b, 0xe1, 0x31, 0xea, 0xd1, 0xb1, 0x51, 0xcc, 0x00, 0x60, 0x5a, 0xbc, 0x63, 0x00, 0x30, 0x18, 0x0c, 0xff, 0x85, 0xbc, 0xe8, 0x4f, 0x59, 0x01, 0xa8, 0xa9, 0xbd, 0x49, 0x53, 0x8c, 0x1d, 0x61, 0xfc, 0x79, 0x35, 0x97, 0x2a, 0xf9, 0x57, 0x6d, 0x94, 0x31, 0xff, 0x84, 0x95, 0x1a, 0x1a, 0xeb, 0xe0, 0x6a, 0xc4, 0x25, 0xf6, 0x19, 0xc0, 0xf0, 0xc9, 0x8f, 0x77, 0xed, 0xa4, 0x41, 0xea, 0x80, 0x72, 0x56, 0x00, 0x8a, 0x8a, 0x0b, 0xe9, 0x1b, 0x8a, 0x1f, 0xbe, 0xcb, 0x52, 0x1b, 0x45, 0x8d, 0xaf, 0x8e, 0xf9, 0x67, 0x5c, 0x6e, 0xfe, 0x09, 0x2b, 0x4d, 0xf1, 0x69, 0x7a, 0x02, 0x9a, 0x5a, 0x6e, 0x43, 0x4e, 0x6e, 0x16, 0x3b, 0x00, 0x06, 0x9f, 0x15, 0x2f, 0x2f, 0xaf, 0xbf, 0xd9, 0x59, 0x00, 0xe8, 0xbd, 0x8f, 0xb0, 0xbc, 0x39, 0xe7, 0x2e, 0x9c, 0x86, 0xf4, 0xcc, 0x34, 0xaa, 0xbc, 0xfc, 0x6c, 0xb8, 0xdd, 0xd4, 0x00, 0x7d, 0xf4, 0x30, 0xa8, 0x7e, 0x05, 0xd5, 0x47, 0xd5, 0xcf, 0xa7, 0x41, 0xb9, 0xea, 0x65, 0xd3, 0x00, 0xbf, 0xf0, 0xb5, 0x4a, 0x55, 0x6f, 0x7f, 0xb7, 0x42, 0xea, 0xb2, 0x52, 0x4f, 0x9f, 0xbd, 0xba, 0x7a, 0x3a, 0xa0, 0xf1, 0x76, 0x3d, 0xe4, 0xe6, 0x65, 0x43, 0x52, 0x72, 0x02, 0xd5, 0xc5, 0xf0, 0x10, 0x56, 0x00, 0x12, 0x76, 0xed, 0xb4, 0xe1, 0xe7, 0xe7, 0xf7, 0x25, 0xf2, 0xe2, 0x3f, 0x17, 0xb1, 0x4a, 0xa0, 0x69, 0xbb, 0xca, 0xe0, 0xf3, 0xc7, 0x5d, 0x3b, 0x71, 0xe8, 0xf4, 0xbe, 0x71, 0x9a, 0x01, 0x76, 0xbc, 0xfa, 0x48, 0xfa, 0xf3, 0xd7, 0x3b, 0x12, 0x00, 0x83, 0xe1, 0x93, 0x2f, 0x90, 0x37, 0xe0, 0x9e, 0x66, 0x82, 0x9d, 0x2b, 0x9d, 0xce, 0xf7, 0xa9, 0x5d, 0x3b, 0x79, 0x90, 0x37, 0x21, 0x50, 0x33, 0xc2, 0x8e, 0x4d, 0x7d, 0xca, 0x01, 0xe0, 0x2f, 0x76, 0x34, 0x00, 0xa1, 0xa1, 0xa1, 0x7f, 0xe5, 0xaf, 0xf7, 0x2d, 0xd6, 0x0c, 0xb1, 0xc3, 0xa4, 0xf3, 0x19, 0xf7, 0x0e, 0xf4, 0xfe, 0x5f, 0xbb, 0xb4, 0xb1, 0x6b, 0x97, 0xaf, 0xaf, 0xef, 0x7f, 0x23, 0x6f, 0xca, 0x80, 0x66, 0x8c, 0x1d, 0xa3, 0x35, 0xbf, 0x00, 0xbf, 0xef, 0x69, 0xce, 0xb7, 0xa9, 0x07, 0x74, 0x7a, 0x9f, 0x16, 0xcd, 0x1c, 0xdb, 0x5e, 0x33, 0x3b, 0xee, 0xa2, 0x17, 0xeb, 0xf0, 0xf2, 0xf2, 0xfa, 0xaf, 0xe4, 0x0d, 0x4a, 0xd6, 0x4c, 0xb2, 0x5d, 0xe5, 0xdb, 0x8c, 0x81, 0x4e, 0x73, 0xba, 0x63, 0x08, 0xfe, 0x12, 0xf7, 0x85, 0xf8, 0xe9, 0x7d, 0x06, 0x35, 0xc3, 0x6c, 0x1b, 0x2d, 0xe9, 0x0c, 0x3e, 0x47, 0xc9, 0x67, 0xfb, 0x9f, 0x35, 0x87, 0xb3, 0x83, 0xf0, 0x37, 0xfe, 0x06, 0xef, 0xc3, 0x18, 0x35, 0x34, 0x03, 0x79, 0xe8, 0x12, 0xa7, 0xde, 0x67, 0xd8, 0x5f, 0xef, 0x6d, 0x08, 0x08, 0xf0, 0xfa, 0x5b, 0xcd, 0xd1, 0xf2, 0xae, 0x1a, 0xff, 0x83, 0x11, 0x06, 0x9f, 0x08, 0x02, 0x44, 0x01, 0xf9, 0xda, 0x86, 0xb9, 0x24, 0xd1, 0xbc, 0x26, 0xb7, 0x51, 0x37, 0x99, 0xb5, 0xcb, 0xc8, 0xd7, 0x6b, 0xc4, 0xf4, 0x1f, 0xeb, 0x74, 0xde, 0x0f, 0xec, 0xf8, 0x25, 0x4e, 0x6d, 0x68, 0x43, 0x1b, 0xda, 0xd0, 0x86, 0x36, 0xb4, 0xa1, 0x0d, 0x6d, 0x68, 0x43, 0x1b, 0xda, 0xd0, 0x86, 0x36, 0xb4, 0xa1, 0x0d, 0x6d, 0x68, 0x43, 0x1b, 0xda, 0xd8, 0xbe, 0xe3, 0xff, 0x03, 0x6d, 0x5c, 0xd5, 0xd7, 0xf2, 0x48, 0xc3, 0xcd, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int document_export_192_png_len = 11618; unsigned char edit_copy_confdialogue_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x0c, 0xa5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0x6c, 0x1c, 0x47, 0x1d, 0x9f, 0xfd, 0xb8, 0xb3, 0x7d, 0x4e, 0xec, 0x6b, 0xd4, 0xc4, 0x67, 0x62, 0x78, 0xa3, 0x08, 0x89, 0x27, 0xa8, 0xc2, 0x03, 0xe2, 0xa9, 0x0f, 0x11, 0x54, 0x42, 0x04, 0xa9, 0x42, 0x48, 0x14, 0xa4, 0x82, 0x9a, 0x8a, 0x07, 0x83, 0x4a, 0x88, 0x8d, 0x9d, 0x20, 0x0b, 0x62, 0xa8, 0xfb, 0x82, 0x64, 0x89, 0x8a, 0x44, 0x3c, 0xf0, 0x00, 0x02, 0x1e, 0x40, 0x3c, 0x34, 0x7c, 0xbc, 0x56, 0x21, 0xaa, 0xca, 0x47, 0x9a, 0xe0, 0x96, 0x20, 0x9a, 0x20, 0x68, 0x5c, 0x92, 0xc6, 0x4d, 0xec, 0xfb, 0xbe, 0xfd, 0x1a, 0x66, 0xf6, 0x6e, 0xee, 0x76, 0xef, 0xf6, 0x7b, 0x67, 0xf7, 0x76, 0xf6, 0x66, 0x94, 0x8d, 0xf7, 0xce, 0x73, 0xeb, 0xbd, 0xf9, 0xfd, 0xfe, 0xbf, 0xf9, 0xff, 0x67, 0xfe, 0x33, 0x2b, 0x03, 0x5e, 0x26, 0xba, 0xc8, 0xbc, 0x09, 0x38, 0x01, 0x6c, 0x65, 0x7b, 0x7b, 0x7b, 0xae, 0xd5, 0x6a, 0x2d, 0x42, 0xd8, 0xe1, 0xe4, 0x88, 0x58, 0x24, 0x49, 0x68, 0x36, 0x1a, 0xfa, 0xee, 0xc6, 0xc6, 0x86, 0xc2, 0x14, 0x01, 0xb6, 0xb6, 0x2e, 0x9c, 0x68, 0x75, 0x6a, 0x27, 0x0d, 0xf4, 0x1d, 0x80, 0x20, 0x71, 0x24, 0x23, 0x16, 0x0d, 0x35, 0xe0, 0xf4, 0xac, 0x50, 0xdd, 0xdc, 0xdc, 0xfc, 0xf9, 0xfa, 0xfa, 0xfa, 0x3d, 0x26, 0x08, 0x60, 0x5a, 0x3e, 0x06, 0xdf, 0x00, 0x1c, 0x79, 0x0a, 0x05, 0x1a, 0xc2, 0x9c, 0x58, 0x00, 0x9f, 0x42, 0xa7, 0x3f, 0x65, 0x82, 0x00, 0xad, 0xd6, 0xc1, 0xa2, 0x01, 0x44, 0x13, 0xfc, 0xcf, 0x7e, 0xe6, 0x73, 0xa0, 0x52, 0x39, 0xc6, 0x51, 0x8c, 0x58, 0xae, 0x5c, 0xbd, 0x02, 0x76, 0x76, 0x76, 0x80, 0x00, 0x84, 0x25, 0x66, 0xba, 0x00, 0x09, 0x15, 0x43, 0x87, 0xe6, 0x79, 0xe5, 0x7d, 0x15, 0x50, 0x9e, 0x2b, 0x73, 0x24, 0x23, 0x96, 0x47, 0x8f, 0x3c, 0x6a, 0xfe, 0x14, 0x04, 0x28, 0x31, 0x43, 0x00, 0x5e, 0x78, 0x14, 0x30, 0x52, 0x0c, 0xe4, 0x10, 0x54, 0xab, 0x55, 0xde, 0x4a, 0x01, 0x4a, 0xb1, 0x28, 0x83, 0x52, 0xe9, 0x10, 0x1f, 0x07, 0xe0, 0x85, 0x13, 0x80, 0x17, 0x4e, 0x00, 0x5e, 0x38, 0x01, 0x78, 0xe1, 0x04, 0xe0, 0x85, 0x13, 0x60, 0x62, 0x0a, 0x0a, 0x98, 0x38, 0x01, 0x26, 0x18, 0x7e, 0xae, 0x00, 0x1c, 0x78, 0x4e, 0x00, 0x0e, 0x3e, 0x27, 0x00, 0x07, 0x9e, 0x13, 0x80, 0x03, 0xcf, 0x09, 0xc0, 0xc1, 0xe7, 0x04, 0x98, 0x18, 0xe0, 0x0d, 0x83, 0x13, 0x60, 0x22, 0xc1, 0x37, 0x0c, 0xae, 0x00, 0xdc, 0xea, 0x39, 0x01, 0x38, 0xf0, 0x9c, 0x00, 0x5c, 0xee, 0x39, 0x01, 0x70, 0x51, 0x94, 0x36, 0x68, 0x36, 0xdb, 0x54, 0x6f, 0xee, 0xce, 0xee, 0x9d, 0xca, 0xc1, 0xfe, 0xfe, 0x11, 0x20, 0x8e, 0xcf, 0xea, 0x61, 0xaf, 0x8a, 0x24, 0x89, 0x40, 0x2e, 0x14, 0x5d, 0xeb, 0x49, 0x92, 0x04, 0x8a, 0xc5, 0xee, 0xef, 0x77, 0x77, 0xdf, 0xc6, 0x09, 0x81, 0xc0, 0x40, 0x1f, 0xfe, 0xc1, 0x8b, 0x17, 0x9e, 0x1a, 0x17, 0xb8, 0x22, 0x14, 0xa1, 0x21, 0x0b, 0xb7, 0x56, 0x9f, 0x5f, 0x7d, 0x5d, 0x10, 0x04, 0x98, 0x28, 0x01, 0x30, 0xf8, 0x77, 0xef, 0xde, 0xa5, 0x72, 0x2d, 0x08, 0xa1, 0xf8, 0xd7, 0x6b, 0x7f, 0xfe, 0x7c, 0xa3, 0x51, 0x7f, 0x8c, 0x55, 0xcb, 0x12, 0x06, 0xff, 0x8f, 0x8d, 0x00, 0x10, 0x61, 0x2e, 0xe8, 0x10, 0x6c, 0xbd, 0xf8, 0xfd, 0xcb, 0x17, 0x2f, 0x5e, 0x3c, 0x75, 0xfa, 0xf4, 0x69, 0x95, 0x89, 0x2e, 0xe0, 0xad, 0x5b, 0xff, 0xfa, 0x18, 0xcb, 0xe0, 0x67, 0x90, 0x8d, 0x4f, 0x3e, 0x3c, 0xd8, 0x7b, 0x16, 0x9d, 0xfd, 0x88, 0x09, 0x02, 0x34, 0x1a, 0xb5, 0xe3, 0xe4, 0xfc, 0xd9, 0xaf, 0x3e, 0x67, 0xca, 0x29, 0x2f, 0x91, 0xa4, 0x14, 0x5c, 0xfa, 0xc9, 0x8f, 0x89, 0x1a, 0x7c, 0x9c, 0x19, 0x02, 0xa0, 0x2e, 0xa0, 0x9f, 0x4f, 0xff, 0xc8, 0x23, 0x47, 0x38, 0x90, 0x34, 0x44, 0xc0, 0x10, 0xa6, 0x12, 0xf5, 0x01, 0x44, 0x11, 0x1f, 0x22, 0x6f, 0xe9, 0x49, 0x8d, 0x02, 0xe6, 0xe6, 0xca, 0xe6, 0x41, 0xa3, 0xec, 0xbc, 0x71, 0x03, 0x80, 0x9a, 0x7d, 0x3d, 0x82, 0xaa, 0xaa, 0xc8, 0xd1, 0x6c, 0x70, 0xc4, 0x02, 0x94, 0x52, 0x69, 0x16, 0x14, 0x0a, 0x05, 0x3e, 0x0e, 0xc0, 0x0b, 0x27, 0x00, 0x2f, 0x9c, 0x00, 0xbc, 0x70, 0x02, 0xf0, 0x92, 0x3c, 0x01, 0x9a, 0xcd, 0x3a, 0x78, 0xf0, 0xe0, 0x01, 0x95, 0x6b, 0xa9, 0xaa, 0xc2, 0x91, 0x61, 0x8d, 0x00, 0x8a, 0xa2, 0x81, 0x7a, 0xbd, 0x49, 0xe5, 0x5a, 0x46, 0x9e, 0x67, 0x5f, 0x52, 0x29, 0x90, 0x77, 0x01, 0x13, 0x09, 0x3b, 0x0c, 0x07, 0x3e, 0x27, 0xc0, 0x04, 0x03, 0xcf, 0x09, 0x90, 0x1b, 0xf0, 0x61, 0xac, 0xcf, 0x53, 0x23, 0xc0, 0xf4, 0x74, 0x11, 0x94, 0xcb, 0x74, 0x46, 0x02, 0x45, 0x91, 0x6f, 0x54, 0x96, 0xa4, 0xd5, 0x27, 0x44, 0x80, 0x12, 0xa8, 0x54, 0x4a, 0x71, 0xdd, 0x3f, 0xf3, 0xff, 0xa0, 0xc3, 0x98, 0x1c, 0xf8, 0xdc, 0x8c, 0x03, 0x70, 0xaf, 0x9f, 0x16, 0xf8, 0xb8, 0x4e, 0x98, 0x5e, 0x41, 0xe6, 0xe0, 0xe7, 0xc7, 0xea, 0xa3, 0xb8, 0x03, 0x32, 0x07, 0x9e, 0x7d, 0x27, 0x6f, 0x50, 0x05, 0x8e, 0x93, 0x00, 0x46, 0xc0, 0xec, 0x59, 0x0e, 0x3c, 0x4d, 0xb9, 0x8f, 0x0a, 0x3c, 0x75, 0x02, 0xec, 0xef, 0x57, 0x03, 0x24, 0x85, 0x06, 0xcb, 0xbd, 0x6f, 0xb7, 0x5b, 0x1c, 0xf8, 0x04, 0xad, 0x7e, 0x0c, 0x5d, 0xc0, 0x64, 0x2e, 0xba, 0xc8, 0x9a, 0xdc, 0x8f, 0x89, 0x00, 0xe9, 0x2f, 0xba, 0xe8, 0x74, 0x3a, 0x40, 0xd7, 0xf5, 0x9c, 0xca, 0x3d, 0x00, 0x53, 0x53, 0x45, 0x73, 0x1d, 0x02, 0x0d, 0x47, 0x50, 0xce, 0xa3, 0xd5, 0xef, 0xed, 0xed, 0x81, 0x5a, 0xad, 0x96, 0x5b, 0xb9, 0x3f, 0x7e, 0xfc, 0x38, 0x38, 0x7c, 0xf8, 0x70, 0xec, 0x08, 0x20, 0x21, 0x02, 0x70, 0xb9, 0x4f, 0x5b, 0xee, 0xed, 0x97, 0x1a, 0xd3, 0x64, 0x50, 0xa9, 0x54, 0x02, 0x4b, 0x4b, 0x4b, 0x54, 0x48, 0xf2, 0xe6, 0x3f, 0xfe, 0xce, 0x9d, 0xbc, 0x00, 0xe0, 0x8f, 0x72, 0x68, 0x6c, 0x61, 0xa0, 0x61, 0xee, 0x96, 0x8d, 0x0f, 0x1a, 0x56, 0x9f, 0xc7, 0xb9, 0x00, 0xda, 0xc0, 0xc7, 0xb1, 0x7a, 0x8a, 0x04, 0xe0, 0x72, 0xcf, 0x92, 0xdc, 0x53, 0x26, 0x40, 0x12, 0xde, 0x3d, 0x1d, 0xb6, 0x54, 0x2a, 0x15, 0xb0, 0xb0, 0xb0, 0x90, 0x5b, 0xb9, 0xef, 0x46, 0x00, 0x70, 0x5c, 0x51, 0x40, 0x52, 0x56, 0x4f, 0x4f, 0x2a, 0xdc, 0x42, 0x24, 0x16, 0x81, 0x0f, 0x6a, 0xf5, 0x29, 0x44, 0x01, 0xde, 0x00, 0x29, 0x8a, 0x62, 0xd9, 0x1f, 0x20, 0x9e, 0x3a, 0x68, 0xba, 0x96, 0xeb, 0xbe, 0x3e, 0x79, 0xe0, 0xa9, 0xe7, 0x04, 0xfa, 0x5b, 0x27, 0x4e, 0x08, 0x0d, 0xb7, 0x3f, 0x80, 0xfb, 0x35, 0x35, 0x55, 0xe5, 0xde, 0x3d, 0x48, 0x1e, 0xfc, 0x80, 0x04, 0x48, 0xaf, 0xaf, 0x67, 0xd5, 0x61, 0x4c, 0xdb, 0xc9, 0xa3, 0x01, 0xbc, 0x37, 0x01, 0x02, 0x00, 0x91, 0x65, 0xe0, 0xf7, 0xf7, 0xf7, 0x41, 0xbb, 0xdd, 0x49, 0x0b, 0xfe, 0x54, 0x80, 0x9f, 0x9e, 0x9e, 0x06, 0x73, 0x73, 0xf3, 0x81, 0xfe, 0x7e, 0xe2, 0x09, 0x21, 0x59, 0xb7, 0xfa, 0x46, 0xa3, 0x91, 0xe8, 0x50, 0xf0, 0x38, 0xe4, 0xfe, 0xf0, 0xe1, 0x39, 0x07, 0x02, 0xc0, 0xd8, 0x8e, 0xa0, 0x4c, 0x0b, 0x78, 0xf7, 0xfd, 0x01, 0xc8, 0x87, 0x44, 0xc7, 0x6b, 0xb1, 0xb6, 0xa5, 0x40, 0x56, 0xe5, 0x3e, 0xd1, 0x28, 0x20, 0x88, 0x95, 0x8e, 0xee, 0x0f, 0x10, 0xdd, 0xe2, 0x6f, 0xfe, 0xf3, 0x4d, 0x50, 0xab, 0xd7, 0x32, 0x06, 0x7c, 0x52, 0x56, 0x1f, 0x4f, 0x1d, 0x62, 0x66, 0x85, 0xfb, 0x13, 0x60, 0xd2, 0x9d, 0xbc, 0xac, 0x7a, 0xf7, 0x90, 0x52, 0x62, 0x30, 0xe5, 0xd9, 0xc0, 0x6c, 0x00, 0x8f, 0xf7, 0xeb, 0x9b, 0x99, 0x99, 0xc9, 0x89, 0xdc, 0x77, 0xcb, 0xd4, 0xd4, 0x54, 0x80, 0x7a, 0x63, 0x9c, 0x0c, 0xca, 0x92, 0xc5, 0x1f, 0x3d, 0x7a, 0x34, 0x07, 0x56, 0x1f, 0x46, 0xee, 0xc7, 0x9a, 0x13, 0x98, 0x04, 0xf8, 0xe3, 0x61, 0x4e, 0x96, 0x07, 0x73, 0x82, 0x80, 0x9f, 0x72, 0x5a, 0xb8, 0x1d, 0x24, 0x3c, 0x12, 0xb8, 0xbf, 0xff, 0x80, 0x82, 0xd5, 0x1b, 0xe6, 0x52, 0x73, 0xee, 0xdd, 0x27, 0x0b, 0x7c, 0x0c, 0x02, 0x38, 0x23, 0xac, 0x69, 0x0a, 0xa8, 0x56, 0xeb, 0x74, 0x3a, 0x14, 0x43, 0x9f, 0x30, 0xab, 0x8f, 0x2e, 0xf7, 0x89, 0x47, 0x01, 0x41, 0xe5, 0x9e, 0x4d, 0x0f, 0x7f, 0x32, 0xad, 0x3e, 0x02, 0x01, 0xd8, 0x0a, 0xeb, 0xf0, 0xa4, 0x94, 0xd7, 0x48, 0x60, 0xb8, 0xc6, 0x4b, 0x1f, 0x78, 0x9c, 0xf4, 0x69, 0x8f, 0x62, 0xc2, 0x00, 0x0f, 0xfb, 0xf5, 0x83, 0x10, 0x5c, 0x76, 0x86, 0xdb, 0xb0, 0x6c, 0xd3, 0xc2, 0x5e, 0x4c, 0x8f, 0x53, 0xc2, 0x9d, 0xd2, 0xc2, 0x59, 0x89, 0xe9, 0x07, 0x6d, 0x1f, 0x46, 0xee, 0x61, 0xbf, 0x4e, 0xf7, 0x80, 0x31, 0x14, 0xc0, 0xf0, 0xea, 0x9f, 0xdd, 0x63, 0xef, 0x72, 0x79, 0x8e, 0x0a, 0x39, 0x92, 0xc8, 0x09, 0xcc, 0xb7, 0xdc, 0x43, 0xc7, 0x7a, 0x91, 0x15, 0xc0, 0x89, 0x01, 0x7e, 0xa0, 0xe2, 0xac, 0x60, 0x7c, 0x04, 0xe9, 0x46, 0xfc, 0xae, 0x55, 0x28, 0xc8, 0x14, 0x81, 0xa7, 0x03, 0x68, 0xf4, 0x7a, 0x61, 0x81, 0x0f, 0x03, 0x3e, 0x74, 0xad, 0x13, 0x4b, 0x01, 0x08, 0x40, 0x44, 0x8a, 0x68, 0xc6, 0xf4, 0x69, 0x75, 0x1d, 0xac, 0x0f, 0xe1, 0x46, 0x05, 0xde, 0x0a, 0x7e, 0x4c, 0x05, 0xa0, 0x0b, 0x7e, 0x9a, 0x3e, 0xc3, 0xfc, 0xfc, 0xbc, 0xef, 0x50, 0x70, 0x96, 0xe5, 0xbe, 0xe0, 0xf1, 0x68, 0x1a, 0x3f, 0xf0, 0xa9, 0x29, 0x00, 0x8b, 0xc0, 0x13, 0xab, 0x9f, 0x9d, 0x9d, 0x35, 0x0f, 0x7a, 0x56, 0x9f, 0x94, 0xdc, 0x43, 0x6a, 0x56, 0x3f, 0x5c, 0x37, 0x9e, 0x13, 0xc8, 0xe5, 0x3e, 0x05, 0xb9, 0x87, 0x94, 0xeb, 0x11, 0xe0, 0x29, 0x64, 0x04, 0x19, 0xc0, 0xf0, 0x0f, 0x07, 0x32, 0x63, 0xf5, 0x93, 0xe7, 0xdd, 0xfb, 0xb5, 0x03, 0x3e, 0xa7, 0x12, 0x06, 0x46, 0xd9, 0xf1, 0x63, 0xb2, 0xac, 0x3e, 0x2b, 0x72, 0x1f, 0xbd, 0x1d, 0x03, 0x0c, 0x04, 0xa5, 0x0d, 0xbc, 0x11, 0x1b, 0x78, 0xbc, 0x3f, 0x80, 0xa6, 0xe9, 0xa9, 0xca, 0x7d, 0x9a, 0x56, 0x8f, 0x73, 0x03, 0xf0, 0x73, 0x0c, 0x69, 0x0c, 0x07, 0x47, 0xcc, 0x0a, 0x4e, 0x46, 0xee, 0xfd, 0x48, 0x17, 0x54, 0xee, 0xef, 0xdf, 0xc7, 0xfb, 0x03, 0x54, 0x33, 0x20, 0xf7, 0xa1, 0x34, 0x2d, 0xf0, 0xb5, 0x16, 0x17, 0x17, 0x47, 0xf6, 0x07, 0xc0, 0x45, 0x10, 0x84, 0xfe, 0x11, 0x8f, 0x00, 0xae, 0x0c, 0x48, 0xce, 0xea, 0xfd, 0xaf, 0x95, 0xd7, 0xb4, 0xac, 0xf8, 0x72, 0x6f, 0x05, 0x5d, 0x08, 0xf9, 0x88, 0xbd, 0x40, 0x03, 0x41, 0xc9, 0x59, 0xbd, 0x41, 0xe5, 0x5a, 0x2c, 0x65, 0xe1, 0xd2, 0x70, 0xf2, 0xdc, 0xac, 0x5e, 0x88, 0xf0, 0x7c, 0x45, 0xd9, 0x5f, 0x8e, 0xd3, 0x95, 0xfb, 0x30, 0x8f, 0x9e, 0x9b, 0x04, 0xe0, 0xfd, 0xac, 0xde, 0x6a, 0xf9, 0xd4, 0xba, 0x00, 0x23, 0xc2, 0x5c, 0x40, 0x5c, 0xab, 0xb7, 0x02, 0x2f, 0x08, 0x22, 0x15, 0xf0, 0xf3, 0x2c, 0xf7, 0x4e, 0x80, 0xd3, 0xf3, 0x01, 0x2c, 0xd6, 0x9f, 0x26, 0xf0, 0x41, 0xac, 0x3f, 0x08, 0xf0, 0x78, 0x7f, 0x80, 0x63, 0xc7, 0x16, 0x72, 0x11, 0xd3, 0x3b, 0x81, 0x2f, 0xcb, 0x72, 0xbf, 0xad, 0x9c, 0x48, 0x40, 0xa5, 0x0b, 0xa0, 0x69, 0xf5, 0x7e, 0x72, 0x1f, 0x84, 0x04, 0xf6, 0x11, 0x2e, 0x6f, 0xab, 0xc7, 0xd3, 0xc9, 0xdd, 0xcb, 0xb0, 0x38, 0x84, 0xeb, 0xef, 0xe4, 0x05, 0x95, 0xff, 0x20, 0x64, 0xf0, 0x98, 0x0b, 0x30, 0x52, 0xb5, 0xfa, 0x60, 0x7d, 0x3f, 0x7b, 0x43, 0xb8, 0x71, 0x81, 0x0f, 0x03, 0x7a, 0xa2, 0x3e, 0x00, 0x2d, 0xef, 0xde, 0xcb, 0xea, 0xa3, 0x3e, 0x7b, 0x38, 0x2f, 0x43, 0xb8, 0x61, 0x9d, 0x3c, 0x1a, 0x24, 0x88, 0xbc, 0x3c, 0x9c, 0xa6, 0xdc, 0x0f, 0xbf, 0x27, 0x88, 0x02, 0x35, 0xe0, 0x27, 0x41, 0xee, 0xdd, 0x40, 0x8f, 0xdc, 0x05, 0x0c, 0x72, 0x01, 0x8c, 0xd8, 0x56, 0x1f, 0x04, 0xf0, 0xe8, 0xe1, 0x5f, 0x56, 0xe4, 0x3e, 0x0c, 0xf8, 0xc1, 0xe5, 0x3e, 0x2a, 0x09, 0x62, 0x2b, 0x40, 0x58, 0x1f, 0x80, 0x86, 0xd5, 0x87, 0x8f, 0x02, 0xb8, 0xdc, 0x7b, 0xbd, 0x17, 0x33, 0x0a, 0x30, 0xa8, 0x58, 0xbd, 0x9b, 0x77, 0x1f, 0x95, 0x04, 0xd1, 0xc0, 0xcf, 0x87, 0xdc, 0x27, 0x45, 0x02, 0xd9, 0x2f, 0xfc, 0xc3, 0x5b, 0x93, 0x04, 0x55, 0x00, 0x27, 0xf0, 0x82, 0xbc, 0x37, 0xf2, 0xda, 0xf3, 0xe6, 0x59, 0xb2, 0x7a, 0xf7, 0xa9, 0x5a, 0x1a, 0x56, 0xee, 0xe7, 0x07, 0xc4, 0xf2, 0x01, 0xfc, 0xba, 0x80, 0xa8, 0x61, 0xa2, 0x17, 0xf8, 0x4e, 0x64, 0x19, 0xc8, 0x26, 0x0c, 0x01, 0xe8, 0xf8, 0xe5, 0x3e, 0xce, 0x10, 0x6e, 0x5c, 0x12, 0x38, 0xb6, 0x23, 0x00, 0xb3, 0x9e, 0x04, 0xd0, 0xcd, 0x95, 0x14, 0xdd, 0x0f, 0xbe, 0x73, 0xf7, 0xae, 0x09, 0xb0, 0xe1, 0xd8, 0x2b, 0x18, 0x23, 0x6f, 0x89, 0xbd, 0x73, 0xd1, 0x8e, 0xac, 0xdb, 0xee, 0x30, 0xbd, 0x97, 0xbd, 0x4f, 0x91, 0x7a, 0xe2, 0xe0, 0x77, 0x1d, 0x45, 0x09, 0x04, 0x60, 0x3c, 0x27, 0x2f, 0x7d, 0xb9, 0x4f, 0xda, 0xf2, 0x87, 0xad, 0xbf, 0x9f, 0x1d, 0x8c, 0xef, 0x5f, 0x10, 0x2a, 0x9e, 0x04, 0x98, 0x99, 0x99, 0xff, 0x5f, 0xab, 0x53, 0xd3, 0x11, 0xee, 0xd2, 0xab, 0xaf, 0x5e, 0x05, 0x63, 0x2d, 0x82, 0xf9, 0xcf, 0xd5, 0x71, 0x62, 0xd9, 0xc9, 0x8b, 0x2b, 0xed, 0x41, 0x3e, 0x87, 0xef, 0x03, 0x1b, 0x70, 0xf7, 0x7e, 0x20, 0xf9, 0x06, 0x92, 0x27, 0x01, 0x96, 0x97, 0x97, 0xab, 0x5b, 0x5b, 0x17, 0xfe, 0x28, 0x8a, 0xc2, 0x49, 0x4c, 0x02, 0x90, 0xb9, 0x02, 0xa9, 0x02, 0x9f, 0xa6, 0x93, 0x47, 0x3b, 0xc4, 0xf3, 0x7a, 0x8f, 0x00, 0xdf, 0x3f, 0xc8, 0xbd, 0x40, 0x20, 0xf9, 0xfa, 0x00, 0x2b, 0x2b, 0xe7, 0x5e, 0xdb, 0xde, 0xde, 0xbe, 0xd9, 0x6a, 0xb5, 0x16, 0x21, 0xec, 0x8c, 0xf1, 0x91, 0x72, 0xd2, 0x09, 0x24, 0x01, 0x1f, 0xf1, 0x07, 0x62, 0x32, 0xe4, 0x3e, 0x48, 0x1d, 0x08, 0x0d, 0x73, 0x3d, 0xa4, 0x75, 0x5d, 0xe1, 0xb5, 0xeb, 0xd7, 0xfa, 0xdf, 0x1c, 0x0a, 0x01, 0x08, 0x40, 0x94, 0x00, 0xfd, 0xa8, 0x8e, 0xd3, 0xd6, 0x5f, 0xd8, 0xda, 0x3c, 0xc8, 0xab, 0xdc, 0xd3, 0xb6, 0x7c, 0x7c, 0x1f, 0x18, 0x78, 0x4c, 0x00, 0xd3, 0x6f, 0xeb, 0x29, 0xc0, 0xb5, 0xeb, 0x7f, 0x03, 0xaf, 0x5c, 0x79, 0xc5, 0x72, 0x5f, 0xb0, 0x13, 0x22, 0x0a, 0xc8, 0x90, 0xf0, 0xa3, 0x2f, 0x33, 0x70, 0x68, 0xf2, 0x3b, 0x84, 0x8b, 0x0f, 0x4d, 0xd3, 0xfa, 0x16, 0x8c, 0xa7, 0x7c, 0xf1, 0x33, 0x94, 0xbd, 0x3e, 0x37, 0x00, 0xbc, 0xfb, 0xb3, 0x5a, 0xab, 0x82, 0xdb, 0xff, 0xbe, 0x0d, 0x6e, 0xec, 0xdc, 0x00, 0x7b, 0x7b, 0xf7, 0x87, 0x6e, 0x5b, 0x78, 0xc8, 0x24, 0x01, 0xc2, 0x39, 0x82, 0x61, 0xad, 0x3e, 0x3d, 0xb9, 0x77, 0xab, 0x73, 0xf9, 0x0f, 0x2f, 0x83, 0x5b, 0xb7, 0xdf, 0x72, 0xfd, 0xab, 0x78, 0xd5, 0x35, 0xde, 0xfe, 0x1e, 0x67, 0x02, 0x17, 0x8b, 0xe8, 0x40, 0xa4, 0x90, 0xe5, 0x42, 0xbf, 0x4d, 0x74, 0x5d, 0x03, 0xa8, 0xcb, 0x06, 0x8d, 0x66, 0x03, 0xb4, 0xdb, 0x6d, 0x8f, 0x21, 0x3b, 0xe1, 0x37, 0x8c, 0x12, 0x00, 0x76, 0xc3, 0x82, 0x40, 0xa0, 0xb2, 0x37, 0x84, 0x8b, 0x01, 0xf6, 0x2a, 0x4a, 0x2f, 0x24, 0xc6, 0x20, 0x87, 0x29, 0xa5, 0x99, 0x59, 0xf4, 0xd9, 0x4e, 0x7f, 0xeb, 0x7d, 0x28, 0xc3, 0xdf, 0x32, 0xda, 0x05, 0x04, 0x01, 0x8b, 0xbd, 0x19, 0x3b, 0x27, 0x02, 0xbc, 0xff, 0xf8, 0x07, 0xba, 0x33, 0xa1, 0xe8, 0x6f, 0xea, 0xa8, 0x3b, 0xd0, 0x0c, 0xdd, 0x5c, 0xdf, 0x80, 0xf7, 0x4c, 0x52, 0x55, 0x15, 0x9d, 0xab, 0x40, 0x37, 0x65, 0x5f, 0xb7, 0xdd, 0x8b, 0x2c, 0x75, 0x33, 0x84, 0x24, 0xf4, 0xb3, 0x58, 0x28, 0x82, 0x82, 0x54, 0x44, 0xf5, 0x15, 0xd0, 0x6c, 0x35, 0xc8, 0x77, 0xbd, 0x7a, 0xee, 0xf9, 0x73, 0xbb, 0x4c, 0x2b, 0x40, 0x16, 0x86, 0x70, 0x93, 0x70, 0xea, 0x8a, 0x96, 0x95, 0xc0, 0x8f, 0x7d, 0xf0, 0x43, 0x60, 0x66, 0xda, 0x7d, 0x55, 0x33, 0xf6, 0x11, 0xba, 0x44, 0xd0, 0xcc, 0x03, 0xab, 0x03, 0x5e, 0x04, 0xd3, 0x5d, 0x08, 0x63, 0xff, 0x5d, 0xad, 0x51, 0xb5, 0x3a, 0x80, 0x9b, 0x21, 0x87, 0x82, 0xb3, 0xa7, 0x00, 0xa3, 0x32, 0xcc, 0x66, 0x82, 0xc6, 0x70, 0x1d, 0xec, 0xe8, 0xf9, 0x0d, 0xaf, 0xe3, 0x7b, 0x22, 0x00, 0x63, 0x8f, 0x1f, 0x9f, 0xe3, 0xfe, 0x1e, 0x1f, 0x56, 0xd0, 0xc9, 0x81, 0x2d, 0x5f, 0xd1, 0x14, 0xf2, 0x9d, 0x5f, 0x5b, 0x3b, 0x7b, 0xee, 0xf7, 0x6b, 0x67, 0xcf, 0xb3, 0x4a, 0x00, 0x38, 0x34, 0xa9, 0x91, 0x0d, 0xb9, 0xa7, 0x15, 0xce, 0x59, 0x9f, 0x6f, 0x44, 0x08, 0x80, 0xbf, 0x73, 0xb5, 0x5a, 0xed, 0xd7, 0x25, 0xa1, 0x1d, 0xf1, 0xfa, 0xb1, 0xc5, 0x63, 0xeb, 0x1f, 0xb6, 0x7a, 0xa2, 0x0a, 0x8d, 0x76, 0xa3, 0x7f, 0x49, 0x51, 0x36, 0x9e, 0x43, 0xd7, 0x81, 0xcc, 0x2a, 0x80, 0xdd, 0x2a, 0xf3, 0x35, 0x63, 0xd7, 0xcd, 0xf0, 0x75, 0x56, 0x00, 0xfc, 0xcc, 0x03, 0x37, 0x25, 0x18, 0x3e, 0x6c, 0xd2, 0xdf, 0xac, 0x9a, 0x61, 0x21, 0x2e, 0xb3, 0x87, 0x0e, 0x5d, 0xfa, 0xfa, 0xd7, 0xbe, 0x71, 0xcd, 0xeb, 0xdb, 0x33, 0x41, 0x80, 0xb0, 0x80, 0x26, 0x39, 0x84, 0x4b, 0x5b, 0x0d, 0x44, 0x4b, 0xfa, 0x1b, 0x21, 0x80, 0xf3, 0x0e, 0x67, 0xd0, 0xd1, 0xe2, 0xad, 0x47, 0xbd, 0x55, 0x03, 0x06, 0xd4, 0xc9, 0x38, 0xc2, 0x5f, 0xbe, 0xf4, 0x85, 0x2f, 0xbf, 0x80, 0x08, 0x00, 0x98, 0x26, 0xc0, 0x60, 0xbf, 0x9b, 0x7c, 0xcc, 0xd8, 0x0d, 0xbf, 0xb6, 0x76, 0x01, 0x18, 0x78, 0x02, 0xb0, 0x2d, 0x86, 0x47, 0xc4, 0x70, 0xb3, 0x78, 0x72, 0x34, 0xda, 0x75, 0x14, 0xf2, 0xa9, 0xe4, 0xfa, 0x77, 0x3e, 0xfa, 0xf8, 0xe3, 0x5f, 0x29, 0x97, 0xcb, 0x4d, 0xbf, 0x96, 0x60, 0x28, 0x0a, 0x80, 0x63, 0x1d, 0xc2, 0xa5, 0x6d, 0xf9, 0x64, 0x08, 0xd7, 0x9a, 0xfc, 0xa2, 0x2a, 0x6a, 0xbf, 0x6f, 0xb7, 0x92, 0xc2, 0xcd, 0xe2, 0x09, 0x11, 0x9a, 0x18, 0x7c, 0x43, 0x23, 0x2d, 0xb1, 0xb7, 0xb4, 0x50, 0x39, 0xf5, 0xc4, 0x27, 0x9f, 0x78, 0x1b, 0x04, 0x48, 0xed, 0x62, 0x6a, 0x1c, 0x20, 0xab, 0x43, 0xb8, 0x61, 0xdf, 0x23, 0xce, 0xdc, 0x60, 0xca, 0xb6, 0x47, 0x00, 0xe4, 0xb9, 0x5b, 0x09, 0x40, 0xc0, 0xf7, 0x92, 0x7d, 0x6c, 0xf9, 0xba, 0xd1, 0x27, 0xcc, 0x43, 0x51, 0x34, 0x3e, 0xfd, 0xf4, 0xd3, 0xcf, 0xbc, 0x01, 0x06, 0x69, 0x1a, 0xec, 0x77, 0x01, 0xa3, 0xa9, 0x4d, 0xec, 0xcf, 0xd8, 0x91, 0x31, 0x7c, 0x55, 0x53, 0x6d, 0xd6, 0x8e, 0x09, 0xe0, 0x66, 0xf5, 0x56, 0x22, 0x98, 0x03, 0x3d, 0x9d, 0x06, 0xea, 0xf3, 0xfb, 0x18, 0xbf, 0x8b, 0x5a, 0xea, 0xe4, 0xda, 0x99, 0xef, 0xbc, 0xbe, 0xfa, 0xcd, 0xf3, 0x05, 0xc7, 0x90, 0x89, 0xe5, 0x28, 0x60, 0x38, 0x12, 0x60, 0x6d, 0xc6, 0x0e, 0x8f, 0xde, 0x59, 0x2d, 0x9f, 0x10, 0x40, 0xb7, 0xc8, 0x3d, 0x06, 0xd6, 0xcf, 0xea, 0xf1, 0xfb, 0xed, 0x4e, 0x0b, 0xb4, 0xd5, 0xb6, 0x15, 0xdf, 0xdb, 0xc8, 0x9b, 0x7c, 0x72, 0xfd, 0xcc, 0xda, 0x4d, 0x72, 0x29, 0xaf, 0xd0, 0x8f, 0x51, 0x05, 0x80, 0x20, 0xf8, 0x7e, 0x38, 0xe9, 0xc9, 0xbd, 0x5f, 0x9d, 0xe1, 0x19, 0xbb, 0x61, 0x02, 0x28, 0xaa, 0xdd, 0xe1, 0xb3, 0x5b, 0xb9, 0x3a, 0x02, 0x7e, 0x13, 0xc5, 0xf8, 0xaa, 0x6e, 0x4d, 0x99, 0x83, 0x7f, 0x02, 0x9a, 0x74, 0x6a, 0x6d, 0x6d, 0xed, 0xbe, 0xe5, 0x7b, 0x06, 0x5e, 0xcb, 0xcc, 0x84, 0x13, 0x48, 0xc0, 0xa4, 0x39, 0x84, 0x9b, 0xb4, 0xe5, 0x13, 0x27, 0xcf, 0x8d, 0x00, 0xe4, 0x75, 0xa7, 0xd3, 0xb6, 0x78, 0xfb, 0xd0, 0xd1, 0xf2, 0xf1, 0x7b, 0x1d, 0xa5, 0x63, 0x3a, 0x7b, 0x16, 0xc9, 0xc7, 0xe9, 0x3e, 0x3f, 0x3c, 0x34, 0x33, 0xbf, 0xb6, 0xbc, 0xbc, 0x1c, 0xf9, 0x29, 0x99, 0x0c, 0x0d, 0x05, 0x8f, 0x6f, 0x08, 0x37, 0x0c, 0x59, 0xba, 0x40, 0xea, 0x8e, 0x60, 0x3b, 0xbd, 0x67, 0x9d, 0xe5, 0x83, 0xe8, 0xb5, 0xaa, 0x8f, 0x86, 0x7c, 0xd8, 0xd1, 0xeb, 0x28, 0xb6, 0xa9, 0xde, 0x7b, 0xa8, 0xf6, 0x33, 0x6b, 0x2b, 0xe7, 0x7f, 0x17, 0xb7, 0x7d, 0x99, 0xe9, 0x02, 0xf0, 0x6c, 0x97, 0xf3, 0x1a, 0x05, 0x3b, 0x39, 0x08, 0x11, 0xac, 0x96, 0xe8, 0xb6, 0x7e, 0xde, 0xa9, 0x8e, 0xd3, 0xef, 0xbd, 0x26, 0x82, 0x86, 0xe5, 0xbe, 0xeb, 0xaf, 0x18, 0x2e, 0x04, 0x80, 0xe6, 0xd1, 0xf5, 0x09, 0xba, 0x47, 0xd3, 0x42, 0x00, 0xfc, 0x9a, 0x8c, 0x05, 0x98, 0xc0, 0x37, 0xeb, 0xa0, 0xd5, 0x69, 0x02, 0x68, 0x1d, 0x01, 0x05, 0xe0, 0xd7, 0x82, 0x26, 0x9e, 0x46, 0x92, 0xff, 0x1e, 0x8d, 0xf6, 0x65, 0x6a, 0x28, 0xd8, 0xda, 0xe8, 0x03, 0x8b, 0xb7, 0xe7, 0x0a, 0x0c, 0x03, 0x66, 0xdf, 0x79, 0xc4, 0x79, 0xe1, 0x84, 0xb9, 0x20, 0xd5, 0x05, 0x78, 0x2f, 0x4b, 0x1f, 0x4d, 0xcb, 0x82, 0x1e, 0xd6, 0x0e, 0x2d, 0xaf, 0x07, 0x0a, 0xb1, 0x7f, 0xd0, 0x4d, 0xd4, 0xc1, 0x93, 0x42, 0xe6, 0x58, 0x3e, 0xf2, 0xee, 0xeb, 0x8d, 0x9a, 0x39, 0xa1, 0x63, 0x91, 0x7b, 0xfc, 0x1d, 0xff, 0x0b, 0x05, 0x71, 0x65, 0xfd, 0x5b, 0xeb, 0xbf, 0xa4, 0xd9, 0xb6, 0xd9, 0x24, 0x80, 0x00, 0x06, 0x81, 0xed, 0xc3, 0x87, 0x83, 0xd5, 0xc2, 0x10, 0xd8, 0xac, 0xc1, 0xe9, 0x75, 0x37, 0xa5, 0x5c, 0xe8, 0x73, 0x03, 0x9f, 0xe3, 0x3a, 0x23, 0xc0, 0xf5, 0xea, 0x90, 0xdf, 0x09, 0x96, 0x5c, 0x74, 0xb3, 0x2e, 0xb9, 0x96, 0x03, 0x61, 0x86, 0x89, 0x08, 0x31, 0xb8, 0x26, 0xa8, 0xb0, 0x0f, 0x36, 0x01, 0x79, 0x40, 0x8a, 0x5e, 0xaa, 0x36, 0x06, 0xbe, 0x47, 0x12, 0x6c, 0xe5, 0x07, 0x07, 0x07, 0x3d, 0xf9, 0x87, 0xe0, 0xdd, 0xf7, 0xee, 0x99, 0x52, 0x6f, 0xeb, 0xce, 0x20, 0xa8, 0xa3, 0xfb, 0xf8, 0x9e, 0xd2, 0xd4, 0xb7, 0x37, 0x36, 0xce, 0xb7, 0x69, 0x37, 0x75, 0x46, 0x15, 0x00, 0x5e, 0x47, 0xcd, 0xfc, 0x45, 0x7c, 0xf6, 0x8b, 0x5f, 0xfd, 0x0c, 0xe4, 0xb1, 0x0c, 0x67, 0x38, 0xe2, 0xcc, 0x1d, 0x92, 0xbd, 0xd3, 0x23, 0x59, 0x07, 0xf1, 0xe0, 0x52, 0x51, 0x52, 0xbf, 0x7b, 0xe6, 0xcc, 0xc6, 0x5e, 0x52, 0xf7, 0x91, 0x49, 0x02, 0xb4, 0x9b, 0xda, 0x4b, 0xd3, 0xa5, 0xc2, 0x53, 0xe8, 0xf4, 0x44, 0x7e, 0xc1, 0x87, 0x6e, 0xfe, 0xce, 0x7f, 0xd0, 0xe9, 0x4b, 0x82, 0x2e, 0x5d, 0xfc, 0xf6, 0xea, 0xea, 0x41, 0xd2, 0xf7, 0x92, 0x49, 0x02, 0x6c, 0x6c, 0x6c, 0x34, 0xd1, 0xf1, 0x89, 0xe9, 0xd9, 0xc2, 0x49, 0xd4, 0x2a, 0x1f, 0x86, 0x50, 0x90, 0xf2, 0x46, 0x02, 0xd4, 0xe5, 0xc8, 0x08, 0xec, 0x32, 0xea, 0x14, 0x66, 0x91, 0xfb, 0xa7, 0x21, 0x37, 0x77, 0x47, 0x02, 0xda, 0xcb, 0x2b, 0x67, 0x37, 0xde, 0x49, 0xf3, 0x3e, 0x32, 0xeb, 0x04, 0x22, 0x02, 0x60, 0x3d, 0xbc, 0xdc, 0x3b, 0x78, 0x99, 0x34, 0x02, 0xf0, 0x92, 0x4e, 0xf9, 0x3f, 0x0a, 0x00, 0x63, 0x79, 0xd2, 0xc4, 0x74, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_confdialogue_128_png_len = 3465; unsigned char edit_copy_confdialogue_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x10, 0x41, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0xa8, 0x1c, 0x57, 0x1d, 0x3f, 0x33, 0x3b, 0x7b, 0xef, 0x26, 0x4a, 0x93, 0x36, 0xf1, 0x45, 0x5b, 0x4b, 0x6e, 0x9b, 0x40, 0x41, 0xd0, 0x87, 0xfa, 0x22, 0x7d, 0x48, 0x5f, 0x7c, 0x28, 0xd4, 0x17, 0xc1, 0x87, 0x82, 0x3e, 0xb4, 0xd6, 0x58, 0x2c, 0x52, 0x6a, 0x6e, 0x9a, 0xfb, 0x51, 0xb9, 0x0a, 0xd5, 0x98, 0x14, 0x84, 0x44, 0xc4, 0x16, 0x11, 0x1f, 0x04, 0x91, 0x0a, 0x2a, 0xb5, 0x95, 0xd4, 0x6a, 0x12, 0x63, 0x2d, 0xb5, 0x2a, 0x82, 0xa2, 0xa6, 0xbd, 0x91, 0x56, 0x69, 0x21, 0x96, 0xdc, 0xe4, 0x7e, 0xed, 0xd7, 0xcc, 0x9c, 0xe3, 0x39, 0xb3, 0x3b, 0xb9, 0xb3, 0xb3, 0xb3, 0x3b, 0xdf, 0x33, 0x67, 0xe6, 0xfc, 0x7e, 0x30, 0x77, 0x76, 0xe7, 0xde, 0x99, 0xdd, 0x3b, 0xf3, 0xfb, 0xfd, 0xcf, 0xef, 0x7f, 0x3e, 0x0d, 0x02, 0x00, 0x0a, 0xc3, 0xc0, 0x2d, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x70, 0xb0, 0xb2, 0xb2, 0x32, 0xd3, 0x7a, 0x7f, 0xf3, 0x5e, 0xcd, 0x66, 0x07, 0x89, 0xae, 0xed, 0xa3, 0x94, 0x68, 0xb8, 0x55, 0xf5, 0x83, 0xae, 0x13, 0x46, 0x28, 0xbb, 0xca, 0x98, 0xf6, 0x66, 0xb7, 0x6b, 0x9e, 0xe3, 0xcf, 0xbd, 0xaf, 0xbc, 0x00, 0x4e, 0x9f, 0x3e, 0x3d, 0xdb, 0xe9, 0x6c, 0x3c, 0x4c, 0x6d, 0xb2, 0x9f, 0x09, 0xde, 0x53, 0x10, 0xa5, 0xae, 0x18, 0x04, 0x36, 0x6d, 0x3f, 0xff, 0xb9, 0x7f, 0xd7, 0x2e, 0xe3, 0x20, 0x17, 0xc0, 0xb3, 0xaa, 0x89, 0x60, 0x4c, 0x00, 0xed, 0xfe, 0xe6, 0x61, 0x26, 0x6e, 0x0a, 0xa0, 0x96, 0x18, 0xf8, 0x33, 0xdf, 0xbd, 0x7b, 0xf6, 0x30, 0x7f, 0xf9, 0x92, 0xd2, 0x02, 0xd0, 0x98, 0x7e, 0x90, 0x21, 0xec, 0x2b, 0x2a, 0x02, 0x7a, 0x50, 0x79, 0x01, 0x30, 0xc6, 0x6e, 0x71, 0x5f, 0xb7, 0x66, 0x66, 0xc8, 0x63, 0x8f, 0x1d, 0x05, 0x33, 0x6a, 0x8c, 0x13, 0x27, 0xbf, 0xe1, 0x0d, 0x7f, 0xfb, 0x94, 0xcf, 0x01, 0x34, 0x8d, 0x69, 0x8c, 0x81, 0x18, 0x2a, 0x42, 0x3c, 0x7b, 0xe5, 0x05, 0x00, 0x00, 0x10, 0x00, 0x00, 0x40, 0x00, 0x01, 0x49, 0x12, 0xa5, 0x64, 0x63, 0x63, 0x03, 0x77, 0xad, 0xc2, 0xd8, 0xbb, 0x77, 0x2f, 0x6e, 0x02, 0x4a, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x6a, 0x04, 0x74, 0x73, 0x87, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x00, 0xf1, 0x01, 0x08, 0x00, 0xe4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x02, 0x00, 0x40, 0x7e, 0x08, 0x00, 0x00, 0xf1, 0x21, 0x00, 0x00, 0xc4, 0x87, 0x00, 0x80, 0xba, 0x92, 0x9f, 0x42, 0x2f, 0x10, 0x00, 0x88, 0x0f, 0x40, 0x00, 0x0a, 0xd9, 0x1d, 0x90, 0x1f, 0x02, 0x40, 0xd4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x80, 0x00, 0x60, 0x77, 0x00, 0x08, 0x00, 0x51, 0x1f, 0x80, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x80, 0xdd, 0x01, 0x0a, 0x17, 0x80, 0x65, 0x59, 0xb8, 0xeb, 0x19, 0x46, 0x7d, 0xc3, 0x40, 0x0c, 0xab, 0x8c, 0x00, 0x04, 0xf9, 0x57, 0x57, 0x57, 0x0b, 0xff, 0x27, 0x6d, 0xdb, 0x6e, 0xfe, 0xe3, 0x9f, 0x7f, 0x3b, 0xbc, 0xb9, 0xb5, 0x75, 0xc8, 0xb2, 0xcc, 0x7d, 0x8c, 0x31, 0xac, 0x79, 0x36, 0x84, 0xe6, 0xb9, 0x13, 0x62, 0x5a, 0xfc, 0x13, 0x27, 0x9f, 0x5a, 0xa9, 0x78, 0x44, 0xb9, 0xc4, 0xff, 0xa5, 0x17, 0x3b, 0x6d, 0x73, 0x85, 0x63, 0x4b, 0x79, 0x0b, 0x24, 0xc8, 0xff, 0xda, 0xeb, 0xaf, 0x7e, 0xc1, 0x34, 0xfb, 0x58, 0xf6, 0xa9, 0xfe, 0xd0, 0xf9, 0x76, 0x17, 0xd7, 0xf1, 0x5d, 0xad, 0xdd, 0xcd, 0xfb, 0x4e, 0x9d, 0x3a, 0xf5, 0xf1, 0xf9, 0xf9, 0xf9, 0x6d, 0xa5, 0x05, 0x20, 0x22, 0x3f, 0xc8, 0xaf, 0x24, 0xee, 0xa2, 0xac, 0xff, 0x35, 0xbe, 0x3f, 0xaa, 0xb4, 0x00, 0x84, 0xed, 0x01, 0x17, 0xd4, 0x04, 0x2f, 0x09, 0xee, 0x53, 0x5e, 0x00, 0x3c, 0xfa, 0xdf, 0xe2, 0x7d, 0xff, 0xc4, 0xfc, 0x22, 0x98, 0x51, 0x63, 0x7c, 0xeb, 0x94, 0x77, 0xcd, 0x33, 0x12, 0x1a, 0xfc, 0x54, 0xa8, 0x42, 0x40, 0xc2, 0xab, 0x76, 0x4e, 0xa0, 0xbc, 0x00, 0x00, 0x40, 0x1e, 0x01, 0x18, 0x86, 0x8e, 0xbb, 0x0e, 0xa8, 0x29, 0x00, 0xd1, 0x68, 0x73, 0xe7, 0x9d, 0xc5, 0xe6, 0xa4, 0xbf, 0x39, 0xf7, 0xf2, 0xd4, 0xdf, 0xaf, 0xaf, 0x5f, 0x07, 0x0b, 0x2a, 0x8c, 0x3d, 0x7b, 0xf6, 0x56, 0x47, 0x00, 0x00, 0xa0, 0xbc, 0x05, 0x02, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x65, 0x04, 0x80, 0xf1, 0x00, 0x80, 0xb2, 0x02, 0x28, 0x6b, 0x3c, 0x00, 0x00, 0xc0, 0x02, 0x01, 0xb5, 0x83, 0x18, 0xc0, 0x03, 0x01, 0x00, 0x0a, 0x93, 0x9f, 0x41, 0x00, 0x00, 0x88, 0x0f, 0x01, 0x00, 0x0a, 0xd9, 0x1d, 0x96, 0xe9, 0x75, 0x21, 0x00, 0x40, 0xb9, 0xa8, 0x0f, 0x01, 0x00, 0xca, 0x13, 0xbf, 0x34, 0x01, 0xe8, 0x3a, 0xc6, 0x03, 0x00, 0x72, 0x90, 0xbf, 0x70, 0x01, 0x88, 0xf1, 0x00, 0x87, 0x0e, 0x15, 0x35, 0x1e, 0x60, 0x30, 0x83, 0xd4, 0xb9, 0x0b, 0x2f, 0x83, 0x4d, 0x20, 0xbe, 0x4a, 0x16, 0x08, 0x73, 0x06, 0x82, 0xf8, 0x4a, 0x0a, 0x00, 0xc4, 0x57, 0x8d, 0xfc, 0x68, 0x08, 0x03, 0xf9, 0x41, 0x7c, 0xb5, 0x05, 0x00, 0xe2, 0xab, 0x66, 0x77, 0x46, 0xc9, 0xaf, 0x74, 0x4b, 0x30, 0xc8, 0xaf, 0x6e, 0xd4, 0x57, 0xba, 0x25, 0x18, 0xc4, 0x07, 0xf1, 0x2b, 0x6c, 0x81, 0x28, 0xb5, 0x12, 0x9c, 0x03, 0x02, 0xc1, 0xee, 0xd4, 0xa0, 0x25, 0x38, 0xf9, 0x78, 0x00, 0x2c, 0x1f, 0x84, 0xa8, 0x4f, 0xaa, 0x2f, 0x00, 0x10, 0x1f, 0xc4, 0x8f, 0x4e, 0xfc, 0xfc, 0xc9, 0x2f, 0xb1, 0x00, 0xb0, 0x6e, 0x16, 0xa2, 0x7e, 0x31, 0x30, 0xea, 0x40, 0x7e, 0x10, 0x5f, 0x3d, 0xe2, 0x67, 0xd5, 0x16, 0x60, 0x80, 0xf8, 0xe9, 0x70, 0xf9, 0xf2, 0x65, 0x10, 0x3f, 0x93, 0x24, 0x77, 0x80, 0x3b, 0xee, 0x98, 0x2b, 0x8c, 0xfc, 0x92, 0x08, 0xa0, 0xda, 0x76, 0xc7, 0x34, 0x4d, 0x90, 0xbf, 0x62, 0x51, 0x5f, 0x22, 0x01, 0xc0, 0xee, 0x80, 0xf8, 0x69, 0xc8, 0x5f, 0xc1, 0x96, 0xe0, 0xd1, 0xf1, 0x00, 0x7a, 0x82, 0xf3, 0x93, 0x97, 0x1a, 0x80, 0x2c, 0x76, 0x87, 0x95, 0x4e, 0xfc, 0x52, 0x04, 0x20, 0x16, 0xc7, 0x38, 0x74, 0xe8, 0xce, 0x42, 0xa3, 0xfe, 0xb9, 0x0b, 0xbf, 0x05, 0x73, 0x6b, 0x63, 0x77, 0x2a, 0xdd, 0x12, 0x0c, 0xbb, 0x03, 0xe2, 0xcb, 0x45, 0xfe, 0x82, 0x04, 0x00, 0xe2, 0xc3, 0xee, 0x44, 0x3f, 0xaf, 0xe8, 0xc6, 0x30, 0xa3, 0xde, 0xe4, 0x87, 0x92, 0x60, 0x77, 0x4a, 0x11, 0x80, 0x0c, 0x51, 0xbf, 0x18, 0xf2, 0xcf, 0xcd, 0xcd, 0x81, 0xf8, 0x25, 0xd8, 0x1d, 0x49, 0x1b, 0xc2, 0x64, 0xa8, 0xd3, 0x2f, 0x36, 0xea, 0xcf, 0xcc, 0xcc, 0xc0, 0xee, 0x64, 0x1a, 0xf5, 0x59, 0x21, 0xc4, 0xcf, 0x41, 0x00, 0xb0, 0x3b, 0x88, 0xfa, 0xf9, 0xda, 0x1d, 0x49, 0x1b, 0xc2, 0xe2, 0x11, 0xcf, 0xb2, 0x68, 0xaa, 0xf3, 0x91, 0x20, 0xcb, 0x44, 0xfc, 0x62, 0xc8, 0xcf, 0x72, 0x4c, 0x07, 0x8c, 0xa2, 0x88, 0x3f, 0x20, 0xbf, 0x45, 0xde, 0x78, 0x23, 0xcb, 0xf5, 0x01, 0xa0, 0x86, 0x3a, 0x47, 0xfd, 0x70, 0xe2, 0x97, 0xd6, 0x12, 0x9c, 0xcc, 0xee, 0x64, 0x17, 0xbd, 0x69, 0xe4, 0xcf, 0x04, 0x64, 0x23, 0x7e, 0x16, 0xe4, 0x2f, 0xb5, 0x25, 0xb8, 0x6c, 0xcb, 0x42, 0x41, 0xfc, 0x4a, 0x27, 0xb9, 0x72, 0x10, 0x3f, 0x87, 0x24, 0xb8, 0xfc, 0x24, 0x17, 0xc4, 0x87, 0xdd, 0x91, 0x42, 0x00, 0x65, 0xd4, 0xee, 0x94, 0x45, 0x7e, 0x59, 0xc7, 0x03, 0xc8, 0x30, 0xe9, 0x54, 0x18, 0x71, 0x35, 0x4d, 0x23, 0x07, 0x0e, 0x1c, 0x48, 0x1c, 0xf5, 0xa5, 0x9b, 0x19, 0x4e, 0x45, 0xbb, 0x23, 0xdb, 0x78, 0x80, 0x6a, 0xf5, 0xd8, 0xd4, 0x12, 0xe5, 0x09, 0x52, 0x0e, 0x88, 0x81, 0xdd, 0x81, 0xdd, 0x89, 0x73, 0xbe, 0x38, 0x97, 0x17, 0x00, 0xa5, 0x92, 0x3f, 0x13, 0x01, 0xc4, 0x25, 0xe2, 0xf4, 0xf5, 0x01, 0xdc, 0x8b, 0xe9, 0xa1, 0x9f, 0x89, 0x65, 0x06, 0xca, 0x23, 0x7e, 0x19, 0x49, 0x6e, 0x5e, 0x6d, 0x01, 0x46, 0x51, 0xc4, 0x77, 0x3e, 0x6c, 0xea, 0xfa, 0x00, 0xf9, 0x44, 0xfd, 0x8b, 0xaf, 0x9c, 0x07, 0xf1, 0xa5, 0x4f, 0x72, 0x8b, 0xed, 0xfe, 0x90, 0x5a, 0x00, 0xb0, 0x3b, 0xb0, 0x3b, 0x71, 0xed, 0x8e, 0x4c, 0x51, 0x3f, 0x95, 0x00, 0x40, 0x7e, 0xd8, 0x1d, 0x39, 0xec, 0x0e, 0x2b, 0x47, 0x00, 0x20, 0x3e, 0xec, 0x4e, 0xf9, 0x76, 0xa7, 0xb2, 0xb3, 0x43, 0xd7, 0x8f, 0xf8, 0x45, 0x8c, 0x07, 0xa8, 0x6b, 0x17, 0x06, 0xcd, 0x53, 0x0d, 0x54, 0x34, 0xf1, 0x4b, 0x10, 0x40, 0x3d, 0xa3, 0x7e, 0x9e, 0xe3, 0x01, 0xea, 0xd3, 0x63, 0x33, 0x0b, 0x9f, 0xcf, 0x72, 0xc9, 0x11, 0x0c, 0x10, 0x1f, 0x5e, 0x3f, 0x3f, 0xe2, 0xe7, 0xe3, 0xf5, 0x2b, 0x32, 0x33, 0x1c, 0x9d, 0x40, 0x76, 0x5a, 0x20, 0xf9, 0x29, 0x88, 0x2f, 0x89, 0xdd, 0x91, 0x8d, 0xf8, 0x39, 0x0b, 0x20, 0x98, 0x78, 0xde, 0xf5, 0x01, 0x10, 0xf5, 0xd5, 0x4b, 0x72, 0xcb, 0xb6, 0x3b, 0x05, 0x08, 0x00, 0x76, 0x07, 0x76, 0x47, 0xfe, 0xa8, 0x9f, 0x83, 0x00, 0x30, 0x40, 0xa5, 0x0a, 0xc4, 0x97, 0x37, 0xea, 0x17, 0x4f, 0xfc, 0x0c, 0x05, 0x80, 0xa8, 0x0f, 0xbb, 0x53, 0x0d, 0xbb, 0x93, 0xb1, 0x00, 0x40, 0x7c, 0x81, 0xb8, 0xe3, 0x01, 0xe4, 0xe8, 0xa7, 0x5f, 0x4c, 0x17, 0x86, 0x46, 0xa3, 0x41, 0x6e, 0xbf, 0xfd, 0xf6, 0x9c, 0x88, 0x1f, 0x74, 0x3e, 0xcb, 0x47, 0x00, 0xa3, 0x35, 0x37, 0xb0, 0x3b, 0x5e, 0x44, 0x1d, 0x0f, 0xa0, 0xa2, 0xdd, 0x11, 0x9d, 0x1f, 0xf3, 0x89, 0xf8, 0x2c, 0x15, 0xe9, 0x63, 0x09, 0x80, 0x52, 0x4c, 0x5b, 0x02, 0xbb, 0x13, 0x7e, 0x7e, 0x31, 0x5e, 0x9f, 0x65, 0x5e, 0x22, 0x1a, 0xe9, 0x53, 0xdb, 0x78, 0xc4, 0xd7, 0x13, 0x77, 0xe4, 0xa7, 0x95, 0x13, 0x1b, 0x7a, 0x6c, 0xe6, 0x63, 0x77, 0x4a, 0x6c, 0x08, 0xa3, 0xa9, 0xc8, 0x3f, 0x7d, 0x3c, 0x40, 0x3e, 0xc4, 0x7f, 0xe5, 0xd5, 0xdf, 0xd5, 0x9e, 0xf8, 0xf2, 0x26, 0xb9, 0xac, 0x90, 0xa8, 0x9f, 0xc6, 0x06, 0xc5, 0x12, 0x80, 0x9f, 0x78, 0xf9, 0x47, 0xe0, 0x6a, 0x45, 0xfd, 0x9d, 0xe7, 0x80, 0x3a, 0xfd, 0xf4, 0xe7, 0x45, 0xb3, 0x3b, 0xb9, 0xe7, 0x00, 0xe5, 0xf8, 0x7c, 0xd8, 0x9d, 0xe4, 0x64, 0x92, 0x6f, 0x58, 0x62, 0xba, 0x24, 0x37, 0xdf, 0xe7, 0x66, 0xc8, 0x45, 0x7e, 0x55, 0x89, 0x2f, 0x77, 0x92, 0x9b, 0x86, 0x84, 0x79, 0x27, 0xb9, 0x05, 0x95, 0x00, 0x14, 0x51, 0x7f, 0xc2, 0xc3, 0x9d, 0x9b, 0x3b, 0x00, 0xbb, 0x33, 0xc1, 0xe7, 0x6b, 0x93, 0xa7, 0x7d, 0x28, 0x2d, 0xe2, 0xc7, 0x16, 0x00, 0xcd, 0x9d, 0x85, 0xd5, 0x8e, 0xfa, 0x71, 0xc6, 0x03, 0xa0, 0x0b, 0x43, 0x7e, 0xe4, 0x4f, 0x5a, 0x12, 0x94, 0xb8, 0x4e, 0xb0, 0x3a, 0x76, 0x47, 0xbe, 0xa8, 0x2f, 0x43, 0x17, 0x86, 0xb4, 0xc4, 0x67, 0xc3, 0x35, 0xc5, 0x4a, 0x48, 0x82, 0x41, 0x7e, 0x79, 0x89, 0x2f, 0x7f, 0xd4, 0xcf, 0x22, 0xe2, 0xb3, 0xa2, 0x96, 0x48, 0xa2, 0x19, 0xdb, 0x21, 0x10, 0x1f, 0x76, 0x27, 0x7d, 0xd4, 0xaf, 0xa0, 0x05, 0x82, 0xdd, 0x91, 0x91, 0xf8, 0xd5, 0x89, 0xfa, 0x2c, 0x97, 0x46, 0xb0, 0x98, 0x02, 0xa0, 0x20, 0x3f, 0xec, 0x4e, 0xa5, 0xed, 0x4e, 0x42, 0x01, 0x24, 0xad, 0x02, 0x95, 0x81, 0xf8, 0x54, 0x6a, 0xe2, 0x57, 0xc9, 0xee, 0xc8, 0x14, 0xf5, 0x5d, 0x44, 0xaf, 0x66, 0x4d, 0x21, 0x80, 0xf8, 0xa4, 0xa5, 0x19, 0x5d, 0x27, 0x1d, 0xf1, 0xe3, 0x7c, 0x5e, 0x1a, 0xbb, 0xb3, 0xba, 0x9a, 0xe5, 0xfa, 0x00, 0xb0, 0x3b, 0xa2, 0x5d, 0x25, 0xca, 0x79, 0x82, 0xfc, 0x85, 0x08, 0xa0, 0x5a, 0x51, 0x3f, 0x7e, 0x69, 0x95, 0x36, 0xea, 0x0f, 0xc6, 0x03, 0x60, 0x8e, 0xcd, 0x6c, 0x7a, 0x6c, 0x46, 0x8f, 0xfa, 0x59, 0x90, 0x3f, 0xb6, 0x00, 0x26, 0xd7, 0x02, 0xc9, 0x61, 0x77, 0x92, 0x7d, 0x66, 0x5a, 0xcb, 0x52, 0xcf, 0x2e, 0x0c, 0x49, 0xef, 0x61, 0x51, 0xc4, 0x2f, 0x45, 0x00, 0x75, 0x89, 0xfa, 0xe9, 0x92, 0x63, 0x59, 0x88, 0x2f, 0x57, 0xd4, 0xcf, 0x33, 0xc9, 0xf5, 0x92, 0x5e, 0x22, 0x01, 0x54, 0x39, 0xea, 0x97, 0x49, 0x7c, 0x44, 0xfd, 0xb4, 0x51, 0x3f, 0x4b, 0x11, 0x18, 0x61, 0x09, 0xf0, 0xb8, 0xed, 0xa9, 0x06, 0xf1, 0xf5, 0x8c, 0x96, 0x90, 0xa9, 0x5f, 0x17, 0x86, 0xfa, 0x10, 0x5f, 0x8a, 0x24, 0x58, 0x36, 0xbb, 0x53, 0x4f, 0xe2, 0xc3, 0xee, 0x48, 0x27, 0x80, 0x2a, 0x44, 0xfd, 0x24, 0x62, 0xc0, 0xba, 0x59, 0xf2, 0x47, 0xfd, 0x12, 0x05, 0x40, 0x6b, 0x4b, 0xfc, 0xa4, 0xe4, 0x17, 0xeb, 0x03, 0x60, 0xd2, 0xa9, 0xf4, 0xc4, 0x2f, 0xc3, 0xfe, 0xc4, 0x16, 0x80, 0xec, 0x76, 0x27, 0xa9, 0x10, 0xd2, 0xd8, 0x9d, 0x66, 0x73, 0x26, 0x36, 0xf1, 0xf3, 0x27, 0x7f, 0x35, 0xba, 0x30, 0x44, 0x89, 0xee, 0xd2, 0x08, 0x80, 0x16, 0xca, 0xfe, 0x74, 0xe4, 0x8f, 0x53, 0x02, 0x24, 0x1d, 0xc8, 0x8e, 0x1e, 0x9b, 0xe5, 0xd8, 0x9d, 0x49, 0x02, 0x48, 0x2a, 0x08, 0xa3, 0x4e, 0xc4, 0x4f, 0x6e, 0x7f, 0xd0, 0x63, 0x53, 0xc6, 0xda, 0x9d, 0x28, 0xc2, 0x28, 0xbd, 0x16, 0xa8, 0x28, 0xe2, 0x87, 0x45, 0xf9, 0xe4, 0x42, 0x60, 0xb9, 0x12, 0x1f, 0x76, 0x87, 0x44, 0x26, 0x73, 0xda, 0x7d, 0x45, 0x05, 0x90, 0xad, 0xdd, 0xd1, 0x73, 0x58, 0x42, 0x1e, 0x3d, 0x36, 0x8b, 0x8d, 0xfa, 0x45, 0x96, 0x04, 0x19, 0xf5, 0x05, 0x92, 0xc3, 0xee, 0x24, 0xcd, 0x03, 0x60, 0x77, 0xb2, 0x27, 0x7e, 0x96, 0xd1, 0x3d, 0xcf, 0x3c, 0x20, 0xd6, 0x90, 0xc8, 0xaa, 0xd8, 0x9d, 0xb4, 0xe4, 0xc7, 0x1c, 0x9b, 0xf2, 0xdb, 0x9d, 0xac, 0xda, 0x03, 0x0a, 0x5f, 0x27, 0x38, 0xcb, 0xa8, 0x9f, 0x87, 0x10, 0x30, 0x0b, 0x43, 0x39, 0x49, 0x6e, 0x16, 0xfe, 0x3f, 0x87, 0x12, 0x20, 0x2b, 0xdb, 0x53, 0xac, 0xdd, 0x91, 0x87, 0xf8, 0x6a, 0x26, 0xb9, 0x45, 0xd8, 0x9e, 0x20, 0xb2, 0xe7, 0xb6, 0x40, 0x46, 0x91, 0xe4, 0x4f, 0x6b, 0x77, 0xe2, 0xe6, 0x01, 0xf5, 0x5e, 0x26, 0x54, 0x8e, 0xa8, 0x5f, 0x84, 0xed, 0xc9, 0xad, 0x1d, 0x20, 0x79, 0x69, 0x50, 0xae, 0xdd, 0x49, 0x9e, 0x07, 0xc0, 0xee, 0x14, 0x55, 0xa7, 0x2f, 0x43, 0x7b, 0x40, 0x2c, 0x01, 0x08, 0x52, 0xb5, 0x5a, 0xad, 0x64, 0xe5, 0x80, 0x47, 0x0d, 0x61, 0xe4, 0x4c, 0xf2, 0xfb, 0xf4, 0xb5, 0x3e, 0xb0, 0x3b, 0x69, 0xc8, 0x5f, 0xa6, 0x20, 0x72, 0xcd, 0x01, 0xd2, 0xe4, 0x01, 0x41, 0xe7, 0x4d, 0x23, 0x6a, 0x52, 0x61, 0xc4, 0x11, 0x84, 0xf0, 0x89, 0xe2, 0x46, 0x8d, 0xfa, 0x45, 0xd8, 0x9d, 0xa2, 0xbb, 0x30, 0xe4, 0x71, 0x8d, 0x5c, 0x4a, 0x80, 0xf8, 0x6b, 0x84, 0x25, 0x4f, 0x9a, 0xc5, 0xb9, 0x71, 0xc8, 0x1c, 0xf7, 0x78, 0x70, 0xb2, 0xc4, 0x4a, 0x24, 0x3e, 0xec, 0x4e, 0xda, 0x6b, 0x65, 0x5e, 0x0b, 0xc4, 0x98, 0x26, 0xa6, 0x1c, 0xd5, 0xb2, 0x26, 0x7c, 0x11, 0xd1, 0x3d, 0xeb, 0x56, 0x60, 0x74, 0x61, 0x28, 0x3e, 0xa9, 0x4d, 0x53, 0xfd, 0xe9, 0x0d, 0x6c, 0x4c, 0xdc, 0x1f, 0x5e, 0xd8, 0xc7, 0x16, 0x80, 0xc6, 0xe8, 0x1a, 0x3f, 0x6f, 0xbf, 0x78, 0x6d, 0x59, 0x94, 0x7c, 0xf7, 0x7b, 0xdf, 0x21, 0x55, 0xc6, 0x78, 0x50, 0x10, 0x37, 0x49, 0x9b, 0x4a, 0x62, 0xd8, 0x9d, 0xf2, 0x93, 0xda, 0x38, 0x7b, 0x97, 0xf8, 0xfe, 0x6a, 0xd0, 0x28, 0x61, 0x3c, 0xa8, 0x04, 0x78, 0x93, 0xf3, 0x63, 0x3f, 0xa9, 0x29, 0xa6, 0xcd, 0x03, 0x84, 0x2e, 0x0c, 0x44, 0x8a, 0xa4, 0x36, 0xfa, 0x35, 0x98, 0x43, 0x7a, 0x77, 0x73, 0xef, 0x0f, 0x1b, 0xc4, 0xff, 0x64, 0x16, 0xa8, 0xdb, 0x35, 0xcf, 0xed, 0xda, 0x65, 0x1c, 0xa4, 0xc3, 0x52, 0x40, 0x15, 0xc0, 0xee, 0xc8, 0x19, 0xdd, 0xa7, 0x45, 0x7d, 0xc6, 0xe8, 0x8d, 0xff, 0xc9, 0x7d, 0x1d, 0x87, 0xfc, 0x81, 0x02, 0x58, 0x59, 0x59, 0xe9, 0xf3, 0xed, 0xd9, 0x56, 0xab, 0x79, 0xaf, 0xa6, 0xb1, 0x83, 0x44, 0xd7, 0xf6, 0x71, 0x9b, 0xaf, 0x81, 0xf8, 0xd9, 0x10, 0xbf, 0x2e, 0x49, 0x6e, 0x59, 0x79, 0x80, 0x20, 0xbe, 0xc8, 0x3b, 0x07, 0x84, 0x1f, 0xd8, 0x59, 0x37, 0xfa, 0xaf, 0xaf, 0xaf, 0xc7, 0x9e, 0xe3, 0x2f, 0xb0, 0x16, 0x48, 0x88, 0x80, 0xef, 0xce, 0x0e, 0xb7, 0x4a, 0xe3, 0xc4, 0xc9, 0xa7, 0x96, 0xf9, 0xae, 0x31, 0x5a, 0x0d, 0x0a, 0xbb, 0x93, 0xb5, 0xdd, 0x29, 0xa2, 0xa4, 0x18, 0x10, 0x9f, 0x79, 0xa2, 0xbf, 0x78, 0x96, 0xba, 0xf3, 0xda, 0x34, 0x2d, 0xf2, 0xe2, 0xd9, 0x17, 0xb2, 0xaf, 0x06, 0x45, 0xd4, 0x57, 0x37, 0xc9, 0x95, 0x45, 0x10, 0x2e, 0xe1, 0x29, 0x1d, 0x25, 0xbf, 0xd8, 0x44, 0xc5, 0x5f, 0xbb, 0xdd, 0x21, 0xbf, 0xfc, 0xd5, 0xf3, 0xe4, 0x9d, 0x77, 0xdf, 0x09, 0x0a, 0xe6, 0x06, 0xdf, 0x2c, 0x08, 0x20, 0xa1, 0x5d, 0x89, 0x47, 0x42, 0xf4, 0xd8, 0xcc, 0xc7, 0xee, 0xec, 0x90, 0x7e, 0x20, 0x02, 0xf7, 0xb5, 0x4d, 0x2e, 0xbd, 0xb1, 0x4a, 0x2e, 0x5c, 0xbc, 0x40, 0xb6, 0xdb, 0xdb, 0x41, 0xff, 0x2e, 0x9d, 0x46, 0x7e, 0x25, 0x05, 0x10, 0xb7, 0x25, 0x18, 0x3d, 0x36, 0xe3, 0x91, 0xb9, 0xdf, 0xef, 0x07, 0x7e, 0xee, 0xec, 0xec, 0x6c, 0xac, 0x6b, 0x4d, 0x8a, 0xf8, 0x62, 0x36, 0xee, 0xff, 0xbd, 0x77, 0x85, 0xbc, 0xf5, 0xf6, 0x5b, 0x9c, 0xfc, 0x97, 0xc8, 0xf5, 0xf5, 0xeb, 0x93, 0xff, 0x5f, 0xa2, 0xad, 0xc3, 0x02, 0x4d, 0x10, 0x41, 0x36, 0x89, 0x2a, 0xec, 0xce, 0xef, 0xff, 0x70, 0x91, 0xfc, 0xe5, 0xaf, 0x7f, 0x8e, 0xf4, 0x4d, 0x5d, 0x21, 0x18, 0x46, 0x93, 0x34, 0x0d, 0x83, 0xbf, 0x6e, 0x91, 0x66, 0xb3, 0xe9, 0x6c, 0x62, 0xb9, 0xd9, 0xd9, 0x19, 0x2e, 0x12, 0x7d, 0x27, 0xa9, 0x35, 0x1a, 0x4d, 0x62, 0xdb, 0x16, 0xe9, 0xf5, 0x7a, 0xa4, 0xdb, 0xed, 0x90, 0x8d, 0xcd, 0x0d, 0x4e, 0xf8, 0x75, 0x7e, 0xcc, 0x8e, 0x7a, 0x6f, 0x5e, 0x87, 0x00, 0x32, 0xcd, 0x0f, 0xd4, 0xb1, 0x3b, 0x51, 0x85, 0x11, 0x6f, 0x9d, 0x64, 0xc6, 0x89, 0xdc, 0xe5, 0xaf, 0xba, 0x45, 0xb9, 0xda, 0x5f, 0x40, 0x00, 0x13, 0x2c, 0x50, 0x72, 0x02, 0xa3, 0xc7, 0xa6, 0xf7, 0x98, 0x88, 0xe8, 0x65, 0x42, 0x7c, 0x8f, 0xdd, 0xad, 0xf7, 0x39, 0x13, 0x94, 0x5d, 0xdf, 0x58, 0x1b, 0xb9, 0x49, 0xb6, 0x41, 0x9e, 0x87, 0x00, 0x42, 0x2d, 0x10, 0x7a, 0x6c, 0xa6, 0xd9, 0x0b, 0xdb, 0xe2, 0xff, 0xfc, 0xa0, 0x3e, 0x59, 0xd1, 0x6d, 0x4b, 0x38, 0x0c, 0x61, 0x9f, 0x66, 0x5a, 0xa4, 0xc5, 0xb7, 0x19, 0xfe, 0xf9, 0x8c, 0xe7, 0x0a, 0xd7, 0x46, 0xc9, 0x2f, 0x70, 0x76, 0xf9, 0x2b, 0xcb, 0xff, 0x85, 0x00, 0x32, 0xb1, 0x3c, 0xb0, 0x3b, 0x93, 0xf6, 0xc2, 0xbf, 0x7b, 0xf1, 0xa1, 0x0f, 0xde, 0x4a, 0x3e, 0xfa, 0x91, 0x8f, 0x0d, 0xaa, 0x60, 0x86, 0x1d, 0x25, 0xbd, 0x7b, 0xb1, 0xd9, 0xd4, 0x26, 0xd4, 0xa6, 0xc4, 0xb2, 0x4d, 0x62, 0x59, 0x36, 0xdf, 0x4c, 0x27, 0xb9, 0x15, 0x5e, 0xdf, 0x5b, 0xd7, 0x4f, 0x19, 0x1d, 0x9e, 0xcb, 0xf3, 0x02, 0xa7, 0xa7, 0x70, 0x83, 0xe8, 0x4e, 0xbd, 0x3f, 0x73, 0x04, 0xe5, 0x5c, 0x8b, 0xef, 0xfb, 0x66, 0x9f, 0xf4, 0xfa, 0x5d, 0x5f, 0x02, 0xcc, 0xbe, 0x1d, 0x49, 0x4c, 0x0a, 0x52, 0x9e, 0xb8, 0x9d, 0xe1, 0xc2, 0xc7, 0x90, 0xa2, 0xc7, 0x66, 0xd8, 0xb5, 0xfc, 0x16, 0x48, 0x10, 0xda, 0xfd, 0x7d, 0xa3, 0xd1, 0x18, 0xd9, 0x07, 0xc1, 0x4b, 0x64, 0x77, 0x2f, 0x36, 0xcb, 0xb2, 0x1c, 0x51, 0x88, 0x5a, 0x25, 0xb1, 0xf7, 0xff, 0xde, 0xdd, 0xc4, 0xb1, 0xad, 0xed, 0x0d, 0xff, 0x65, 0xff, 0x7e, 0x7c, 0x7e, 0xf9, 0xd7, 0x0b, 0xc7, 0x9e, 0x84, 0x00, 0x82, 0x09, 0x1c, 0x9f, 0xf8, 0x75, 0x89, 0xfa, 0x59, 0x0b, 0xc2, 0x5f, 0x02, 0xd8, 0xb6, 0x19, 0xd9, 0x86, 0x7a, 0x49, 0xec, 0xdd, 0x0b, 0xc2, 0xbb, 0xe4, 0x0f, 0x22, 0xbc, 0xf7, 0x7d, 0xb7, 0xd7, 0x21, 0x7d, 0xab, 0xef, 0x8b, 0xfe, 0xe4, 0xeb, 0xfc, 0xbb, 0x45, 0xba, 0xeb, 0xa8, 0x05, 0xaa, 0xa0, 0xdd, 0xc9, 0x33, 0xa9, 0x8d, 0xbb, 0x6f, 0x34, 0x46, 0x29, 0x24, 0xfc, 0x78, 0x18, 0x26, 0x45, 0x7d, 0xf1, 0xda, 0x8d, 0xf8, 0x6e, 0xd4, 0x0f, 0x22, 0xbd, 0xfb, 0x5e, 0x58, 0xa7, 0xed, 0xee, 0x58, 0x03, 0xd8, 0x4b, 0x0b, 0xc7, 0x96, 0x9f, 0x8b, 0x9c, 0x4f, 0xa8, 0x5b, 0x0b, 0x94, 0x1f, 0xf1, 0xcb, 0x8a, 0xfa, 0x65, 0x08, 0xc2, 0x6f, 0x6f, 0x2c, 0x5f, 0xb2, 0x2b, 0x88, 0x7a, 0xf5, 0xea, 0xd5, 0xd0, 0xe9, 0x4c, 0xc4, 0xe6, 0xda, 0x1e, 0x7f, 0xd4, 0x9f, 0x24, 0x82, 0xad, 0xce, 0xa6, 0xd3, 0x48, 0xe6, 0x41, 0xdf, 0x66, 0xec, 0xcb, 0xb1, 0x12, 0x6a, 0xd4, 0x02, 0xc1, 0xee, 0xa4, 0xb9, 0x96, 0x5f, 0x00, 0x22, 0xc1, 0xf5, 0x7f, 0x6f, 0x41, 0xec, 0xb0, 0xe7, 0x31, 0x29, 0xca, 0x4f, 0x7a, 0xdf, 0xe6, 0x91, 0xdf, 0xb2, 0x47, 0xaf, 0xbb, 0x67, 0xcf, 0xde, 0x33, 0x5f, 0x3a, 0xf2, 0xe8, 0x25, 0x08, 0x20, 0xf7, 0x5a, 0xa1, 0xec, 0x88, 0x1f, 0xe5, 0x5c, 0x99, 0x7b, 0x6c, 0x1a, 0x3e, 0x01, 0x50, 0x5f, 0x09, 0x10, 0x56, 0xd1, 0x10, 0x94, 0x0b, 0x84, 0xbd, 0xef, 0xf6, 0xbb, 0xdc, 0xf7, 0xf7, 0x46, 0xae, 0xc3, 0x73, 0x91, 0x0b, 0x0f, 0x7e, 0xee, 0x21, 0x21, 0x00, 0x02, 0x01, 0x14, 0x62, 0x59, 0xd0, 0x63, 0xd3, 0xa9, 0xf3, 0xf7, 0x0b, 0xc0, 0x33, 0x46, 0xdc, 0xad, 0xf6, 0x8c, 0x42, 0xfe, 0x69, 0xb5, 0x3c, 0xde, 0xf7, 0x22, 0xe1, 0xed, 0xf6, 0xdb, 0x23, 0xd7, 0xd1, 0x35, 0xfd, 0xdd, 0xc3, 0xf7, 0xdc, 0xf3, 0x68, 0xab, 0xd5, 0xea, 0xc7, 0x7d, 0x0a, 0x8a, 0xe6, 0x00, 0xa3, 0xa4, 0x45, 0x8f, 0xcd, 0xe4, 0xd7, 0x6a, 0xe8, 0xe3, 0x16, 0xc8, 0x5f, 0x4f, 0x1f, 0x84, 0xa0, 0x24, 0x38, 0xec, 0xbd, 0xa8, 0xef, 0xef, 0x9a, 0x6d, 0xff, 0xbd, 0xea, 0xdd, 0xf6, 0xe1, 0x5b, 0x1f, 0xbe, 0xfb, 0xee, 0x4f, 0xbc, 0x47, 0x12, 0xcc, 0xe6, 0xac, 0xfc, 0x78, 0x80, 0x24, 0x7d, 0x7f, 0xaa, 0xd4, 0x63, 0x33, 0xcf, 0x92, 0xc2, 0x49, 0x40, 0x7d, 0x39, 0xad, 0xa8, 0x05, 0x12, 0x9e, 0x7f, 0x9a, 0x00, 0xe2, 0xfa, 0x7d, 0xa7, 0x76, 0xc8, 0x1c, 0x44, 0x7e, 0xdf, 0x80, 0x47, 0xfb, 0xe6, 0xbd, 0x37, 0x3f, 0xf2, 0xc0, 0x67, 0x3e, 0xfb, 0xc7, 0xe1, 0x03, 0x62, 0x10, 0x40, 0x24, 0x22, 0x6b, 0x31, 0x27, 0x52, 0xc5, 0xa4, 0x53, 0xe3, 0x03, 0x54, 0x06, 0xdd, 0x94, 0x35, 0x9f, 0x02, 0x04, 0x41, 0xa7, 0x09, 0x20, 0xaa, 0xd5, 0x19, 0x8d, 0xfc, 0x3d, 0x1e, 0xf9, 0x3b, 0x63, 0x37, 0x95, 0x7f, 0xf6, 0x17, 0x8f, 0x7c, 0xfe, 0x91, 0x9f, 0x7b, 0xc8, 0x0f, 0x01, 0x44, 0x8b, 0xfe, 0xac, 0x92, 0xc4, 0x2f, 0x5b, 0x10, 0x41, 0x03, 0x54, 0xc6, 0x86, 0xa0, 0x33, 0xe2, 0x08, 0xc0, 0x4b, 0x60, 0x2f, 0xf9, 0xa3, 0x46, 0xfd, 0x9d, 0xc8, 0x1f, 0x48, 0x7e, 0xa2, 0x31, 0x6d, 0x69, 0xe1, 0x89, 0xa5, 0xef, 0x1f, 0x9f, 0x5f, 0xbc, 0x69, 0x68, 0x7d, 0x20, 0x80, 0x3c, 0x12, 0x64, 0x95, 0xe6, 0xd8, 0x9c, 0x76, 0xad, 0x49, 0x03, 0x54, 0xa8, 0xaf, 0x2a, 0x52, 0xf4, 0xe7, 0xf7, 0x0b, 0xc0, 0x9f, 0x13, 0x44, 0x15, 0x41, 0xcf, 0x1c, 0xaf, 0xed, 0x19, 0x3e, 0x9c, 0x63, 0x9c, 0xfc, 0x4f, 0x0f, 0xdf, 0x5b, 0xc3, 0x63, 0x14, 0x02, 0x88, 0x9c, 0x04, 0x4f, 0xeb, 0x0b, 0x54, 0x3f, 0xbb, 0x93, 0xe6, 0x5a, 0xfe, 0x41, 0xe8, 0xde, 0x21, 0x89, 0xce, 0x08, 0x2d, 0xcb, 0xdf, 0xf5, 0x41, 0x1b, 0x21, 0xf1, 0xb4, 0x6a, 0xce, 0x69, 0x22, 0xe8, 0xf4, 0xb6, 0x89, 0x45, 0xad, 0xf1, 0x9b, 0xab, 0x91, 0xc7, 0x16, 0xe7, 0x97, 0x4f, 0x7b, 0x8e, 0x59, 0x9e, 0xe8, 0x8f, 0x24, 0x38, 0xaa, 0x08, 0xaa, 0x6a, 0x77, 0x8a, 0x2a, 0x29, 0x02, 0xed, 0xce, 0xc8, 0xb1, 0xc1, 0x71, 0xdb, 0xb2, 0x7d, 0x55, 0x92, 0x3b, 0x25, 0xc0, 0x8d, 0xde, 0x9f, 0x31, 0xa2, 0xbe, 0x10, 0x54, 0xb7, 0xdf, 0x21, 0x94, 0x8d, 0x25, 0xcf, 0x7d, 0xa6, 0x69, 0x0f, 0x2d, 0xcd, 0x2f, 0xfd, 0xc8, 0x77, 0xdc, 0x11, 0x40, 0xd4, 0xbe, 0x3f, 0x10, 0x80, 0x44, 0x76, 0x47, 0x36, 0xdb, 0xe3, 0x2d, 0x19, 0x27, 0x5a, 0x1e, 0x9f, 0x00, 0xc6, 0x4b, 0x00, 0x32, 0x46, 0xfc, 0xa8, 0x22, 0x70, 0xfd, 0x7e, 0x40, 0x80, 0x5a, 0xe3, 0xfc, 0xfe, 0x34, 0x8f, 0xfc, 0xe7, 0x03, 0xee, 0x6b, 0xaa, 0x25, 0x8c, 0x60, 0x81, 0x24, 0x8c, 0xfa, 0xb2, 0xda, 0x9d, 0x20, 0x51, 0x88, 0xbe, 0x3b, 0xa3, 0x39, 0x80, 0x1e, 0xbb, 0x96, 0x67, 0x60, 0x79, 0xda, 0xc4, 0xb4, 0x03, 0xdb, 0xb1, 0xfe, 0xa5, 0xd9, 0x8d, 0xfb, 0x17, 0x16, 0x16, 0x56, 0xf3, 0xe0, 0x83, 0xf2, 0x16, 0x48, 0x95, 0x39, 0x36, 0xc3, 0xae, 0x15, 0x34, 0xe9, 0x54, 0xd0, 0x31, 0xff, 0x71, 0x31, 0x58, 0xdd, 0x0b, 0xd1, 0x30, 0xe6, 0x4f, 0x82, 0xc3, 0x6a, 0x79, 0x04, 0xf9, 0x29, 0xa3, 0x41, 0x65, 0xf3, 0xcf, 0xcc, 0xa6, 0xf5, 0xe0, 0xca, 0xb1, 0xe5, 0xeb, 0x79, 0x71, 0x41, 0xe1, 0x01, 0x31, 0xac, 0x76, 0xcb, 0x84, 0x66, 0x3d, 0xe9, 0x54, 0x14, 0x1b, 0x34, 0x26, 0x80, 0x46, 0x23, 0x52, 0xd4, 0x17, 0x1d, 0xd9, 0x04, 0xf1, 0x85, 0x00, 0x02, 0xd0, 0xe7, 0x8f, 0x68, 0x7e, 0xf1, 0xe8, 0xd2, 0x99, 0xa4, 0xde, 0x1e, 0x02, 0xc8, 0xa4, 0x1d, 0xa0, 0xb8, 0x24, 0xb7, 0xec, 0x39, 0x36, 0x83, 0xec, 0x4e, 0x14, 0x1b, 0xd4, 0xe9, 0x76, 0xc7, 0xee, 0x41, 0x98, 0xf5, 0x69, 0x77, 0xdb, 0x4e, 0xa2, 0xcb, 0x02, 0xa2, 0x3e, 0xff, 0x86, 0x6f, 0xda, 0x8c, 0x3c, 0xb0, 0x7c, 0x6c, 0xf9, 0x4f, 0xdc, 0xf3, 0xe7, 0xce, 0x07, 0xe5, 0xc7, 0x03, 0x4c, 0x5b, 0xf3, 0x6c, 0xd4, 0x2a, 0xb1, 0x50, 0xf2, 0xbb, 0xd7, 0x0e, 0x5b, 0xbb, 0x2a, 0x6c, 0x8d, 0xab, 0xa0, 0xc5, 0x1f, 0xa2, 0x9e, 0x13, 0xe5, 0x5c, 0x6f, 0x04, 0x77, 0xa7, 0x18, 0xf7, 0x4f, 0x35, 0x3e, 0x79, 0xdb, 0x09, 0x24, 0x62, 0xeb, 0xfa, 0x04, 0x20, 0xc6, 0xec, 0x4e, 0x12, 0x40, 0xb7, 0xd7, 0x1d, 0x54, 0x6f, 0xda, 0x81, 0xdd, 0xa3, 0x29, 0xbf, 0x73, 0x67, 0x7a, 0x6d, 0x73, 0x71, 0x65, 0x65, 0xa5, 0x5d, 0x14, 0x1f, 0x94, 0xad, 0x05, 0x72, 0x09, 0x3d, 0x6d, 0x59, 0x1d, 0x6f, 0xa7, 0xb9, 0xf1, 0xd9, 0xe4, 0x48, 0x20, 0xe1, 0xa6, 0x91, 0x3f, 0x8d, 0x30, 0xfc, 0xd1, 0x3b, 0xee, 0xc2, 0x71, 0xfe, 0x29, 0xc5, 0xa7, 0xdb, 0x1d, 0x16, 0x6a, 0x83, 0xdc, 0xe3, 0x9b, 0x9b, 0x5b, 0xa3, 0x02, 0xd0, 0xf5, 0x31, 0xaf, 0xdf, 0xef, 0xf7, 0x9c, 0xc1, 0x2b, 0x41, 0x35, 0x46, 0xc3, 0xb0, 0xbf, 0x4a, 0x98, 0xfe, 0xe0, 0xc2, 0xb1, 0xc5, 0x8b, 0x45, 0xf3, 0x00, 0xed, 0x00, 0x09, 0x23, 0xff, 0x24, 0x41, 0x4c, 0xfa, 0x7d, 0x14, 0x21, 0x44, 0x39, 0xee, 0x27, 0x7f, 0x54, 0xe2, 0xbb, 0x51, 0xdf, 0x8d, 0xf4, 0x51, 0x6a, 0x78, 0x76, 0x3c, 0xbf, 0x7b, 0x8c, 0x8e, 0xfd, 0xed, 0xf5, 0xf5, 0x6b, 0x3e, 0x01, 0x34, 0x6e, 0xf4, 0x05, 0x6a, 0x77, 0xb6, 0x9d, 0x81, 0x2b, 0x13, 0x89, 0x4f, 0x88, 0x88, 0xf4, 0xdf, 0xec, 0x6f, 0x5b, 0x4f, 0xf3, 0xa8, 0xdf, 0x2d, 0x83, 0x0b, 0x18, 0x12, 0x99, 0xc0, 0xee, 0x04, 0x5d, 0x27, 0xe8, 0x9a, 0x51, 0x8e, 0x45, 0xb1, 0x2e, 0x51, 0xec, 0x8e, 0xdf, 0x7e, 0xf9, 0xbb, 0x30, 0xb8, 0xaf, 0x27, 0xd5, 0xe7, 0x4f, 0x3b, 0x3e, 0x49, 0x2c, 0xe2, 0x6f, 0xd7, 0xae, 0x8d, 0xce, 0xc7, 0x23, 0xc6, 0xe9, 0x6e, 0x6d, 0x6f, 0x3a, 0xd3, 0x94, 0x4c, 0x19, 0x0b, 0x20, 0xbe, 0xd0, 0x4f, 0x75, 0x6a, 0x1c, 0x3d, 0x7e, 0xfc, 0xf8, 0x7f, 0xca, 0xe4, 0x83, 0x0a, 0x02, 0x78, 0x9b, 0x6f, 0x73, 0xee, 0x9b, 0x9f, 0x3c, 0xf7, 0x63, 0x1e, 0xa5, 0xb4, 0xd8, 0xa5, 0xc2, 0x78, 0x22, 0x3d, 0xfe, 0x4c, 0xc7, 0x08, 0xcf, 0x02, 0x53, 0xe9, 0x50, 0x91, 0x44, 0xfd, 0x3e, 0x61, 0xa5, 0xd0, 0xf4, 0xe4, 0x9d, 0xdd, 0xb0, 0x42, 0xfe, 0x2f, 0x3c, 0xfe, 0xf7, 0xcc, 0xb3, 0x0e, 0x97, 0xa7, 0xaa, 0xc6, 0xec, 0x39, 0xf3, 0xf2, 0x7b, 0x71, 0x6d, 0x7d, 0x2d, 0xe4, 0x4b, 0x93, 0xb3, 0x9a, 0x46, 0x9f, 0x5c, 0x38, 0xfa, 0xd5, 0xd7, 0x65, 0x20, 0x87, 0x0a, 0x02, 0x38, 0xef, 0x15, 0xc0, 0xda, 0xda, 0x55, 0x02, 0xa4, 0xaf, 0x48, 0x8e, 0xb7, 0x10, 0x91, 0xf3, 0xc7, 0x2f, 0x70, 0x83, 0x74, 0x72, 0x71, 0xbe, 0x78, 0x9f, 0xaf, 0xb4, 0x00, 0x6c, 0x93, 0x2c, 0x36, 0x9a, 0xe4, 0x7e, 0xfe, 0xf2, 0x03, 0xa0, 0x6e, 0x16, 0xe4, 0x67, 0x71, 0x3a, 0x93, 0x6f, 0x68, 0x8c, 0xfc, 0x50, 0xa3, 0x8d, 0x33, 0x79, 0xb5, 0xe4, 0x42, 0x00, 0x21, 0x58, 0x5a, 0x5a, 0xba, 0x72, 0xe2, 0xc4, 0x89, 0xbb, 0x89, 0x6e, 0x8b, 0xf5, 0x5e, 0x3f, 0xc9, 0xb7, 0x59, 0xd0, 0x38, 0x1d, 0xb4, 0x1b, 0x3f, 0xd9, 0x88, 0xd3, 0x73, 0x1a, 0xad, 0x18, 0xbd, 0xc2, 0x98, 0x7e, 0x9e, 0x1f, 0xfb, 0x81, 0xd9, 0x31, 0xcf, 0x85, 0x2d, 0x50, 0x01, 0x01, 0x14, 0x80, 0x61, 0xa2, 0xf5, 0xa9, 0x67, 0x9e, 0x79, 0xa6, 0xb9, 0xb6, 0xb6, 0x76, 0x1b, 0x28, 0x9c, 0x2d, 0x9a, 0x86, 0xb1, 0x45, 0xe9, 0xb6, 0xd1, 0x34, 0x6e, 0xba, 0xf6, 0xf8, 0xe3, 0x8f, 0x77, 0xaa, 0xf4, 0xdd, 0x95, 0xaa, 0x05, 0x3a, 0x72, 0xe4, 0x88, 0xa8, 0x8f, 0xfb, 0x37, 0x28, 0x0b, 0x28, 0x29, 0x00, 0x00, 0x80, 0x00, 0x00, 0xc0, 0x83, 0xff, 0x03, 0xb7, 0x5e, 0xd8, 0xff, 0x29, 0x82, 0x84, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_confdialogue_192_png_len = 4389; unsigned char edit_copy_backup_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x0c, 0xa5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0x6c, 0x1c, 0x47, 0x1d, 0x9f, 0xfd, 0xb8, 0xb3, 0x7d, 0x4e, 0xec, 0x6b, 0xd4, 0xc4, 0x67, 0x62, 0x78, 0xa3, 0x08, 0x89, 0x27, 0xa8, 0xc2, 0x03, 0xe2, 0xa9, 0x0f, 0x11, 0x54, 0x42, 0x04, 0xa9, 0x42, 0x48, 0x14, 0xa4, 0x82, 0x9a, 0x8a, 0x07, 0x83, 0x4a, 0x88, 0x8d, 0x9d, 0x20, 0x0b, 0x62, 0xa8, 0xfb, 0x82, 0x64, 0x89, 0x8a, 0x44, 0x3c, 0xf0, 0x00, 0x02, 0x1e, 0x40, 0x3c, 0x34, 0x7c, 0xbc, 0x56, 0x21, 0xaa, 0xca, 0x47, 0x9a, 0xe0, 0x96, 0x20, 0x9a, 0x20, 0x68, 0x5c, 0x92, 0xc6, 0x4d, 0xec, 0xfb, 0xbe, 0xfd, 0x1a, 0x66, 0xf6, 0x6e, 0xee, 0x76, 0xef, 0xf6, 0x7b, 0x67, 0xf7, 0x76, 0xf6, 0x66, 0x94, 0x8d, 0xf7, 0xce, 0x73, 0xeb, 0xbd, 0xf9, 0xfd, 0xfe, 0xbf, 0xf9, 0xff, 0x67, 0xfe, 0x33, 0x2b, 0x03, 0x5e, 0x26, 0xba, 0xc8, 0xbc, 0x09, 0x38, 0x01, 0x6c, 0x65, 0x7b, 0x7b, 0x7b, 0xae, 0xd5, 0x6a, 0x2d, 0x42, 0xd8, 0xe1, 0xe4, 0x88, 0x58, 0x24, 0x49, 0x68, 0x36, 0x1a, 0xfa, 0xee, 0xc6, 0xc6, 0x86, 0xc2, 0x14, 0x01, 0xb6, 0xb6, 0x2e, 0x9c, 0x68, 0x75, 0x6a, 0x27, 0x0d, 0xf4, 0x1d, 0x80, 0x20, 0x71, 0x24, 0x23, 0x16, 0x0d, 0x35, 0xe0, 0xf4, 0xac, 0x50, 0xdd, 0xdc, 0xdc, 0xfc, 0xf9, 0xfa, 0xfa, 0xfa, 0x3d, 0x26, 0x08, 0x60, 0x5a, 0x3e, 0x06, 0xdf, 0x00, 0x1c, 0x79, 0x0a, 0x05, 0x1a, 0xc2, 0x9c, 0x58, 0x00, 0x9f, 0x42, 0xa7, 0x3f, 0x65, 0x82, 0x00, 0xad, 0xd6, 0xc1, 0xa2, 0x01, 0x44, 0x13, 0xfc, 0xcf, 0x7e, 0xe6, 0x73, 0xa0, 0x52, 0x39, 0xc6, 0x51, 0x8c, 0x58, 0xae, 0x5c, 0xbd, 0x02, 0x76, 0x76, 0x76, 0x80, 0x00, 0x84, 0x25, 0x66, 0xba, 0x00, 0x09, 0x15, 0x43, 0x87, 0xe6, 0x79, 0xe5, 0x7d, 0x15, 0x50, 0x9e, 0x2b, 0x73, 0x24, 0x23, 0x96, 0x47, 0x8f, 0x3c, 0x6a, 0xfe, 0x14, 0x04, 0x28, 0x31, 0x43, 0x00, 0x5e, 0x78, 0x14, 0x30, 0x52, 0x0c, 0xe4, 0x10, 0x54, 0xab, 0x55, 0xde, 0x4a, 0x01, 0x4a, 0xb1, 0x28, 0x83, 0x52, 0xe9, 0x10, 0x1f, 0x07, 0xe0, 0x85, 0x13, 0x80, 0x17, 0x4e, 0x00, 0x5e, 0x38, 0x01, 0x78, 0xe1, 0x04, 0xe0, 0x85, 0x13, 0x60, 0x62, 0x0a, 0x0a, 0x98, 0x38, 0x01, 0x26, 0x18, 0x7e, 0xae, 0x00, 0x1c, 0x78, 0x4e, 0x00, 0x0e, 0x3e, 0x27, 0x00, 0x07, 0x9e, 0x13, 0x80, 0x03, 0xcf, 0x09, 0xc0, 0xc1, 0xe7, 0x04, 0x98, 0x18, 0xe0, 0x0d, 0x83, 0x13, 0x60, 0x22, 0xc1, 0x37, 0x0c, 0xae, 0x00, 0xdc, 0xea, 0x39, 0x01, 0x38, 0xf0, 0x9c, 0x00, 0x5c, 0xee, 0x39, 0x01, 0x70, 0x51, 0x94, 0x36, 0x68, 0x36, 0xdb, 0x54, 0x6f, 0xee, 0xce, 0xee, 0x9d, 0xca, 0xc1, 0xfe, 0xfe, 0x11, 0x20, 0x8e, 0xcf, 0xea, 0x61, 0xaf, 0x8a, 0x24, 0x89, 0x40, 0x2e, 0x14, 0x5d, 0xeb, 0x49, 0x92, 0x04, 0x8a, 0xc5, 0xee, 0xef, 0x77, 0x77, 0xdf, 0xc6, 0x09, 0x81, 0xc0, 0x40, 0x1f, 0xfe, 0xc1, 0x8b, 0x17, 0x9e, 0x1a, 0x17, 0xb8, 0x22, 0x14, 0xa1, 0x21, 0x0b, 0xb7, 0x56, 0x9f, 0x5f, 0x7d, 0x5d, 0x10, 0x04, 0x98, 0x28, 0x01, 0x30, 0xf8, 0x77, 0xef, 0xde, 0xa5, 0x72, 0x2d, 0x08, 0xa1, 0xf8, 0xd7, 0x6b, 0x7f, 0xfe, 0x7c, 0xa3, 0x51, 0x7f, 0x8c, 0x55, 0xcb, 0x12, 0x06, 0xff, 0x8f, 0x8d, 0x00, 0x10, 0x61, 0x2e, 0xe8, 0x10, 0x6c, 0xbd, 0xf8, 0xfd, 0xcb, 0x17, 0x2f, 0x5e, 0x3c, 0x75, 0xfa, 0xf4, 0x69, 0x95, 0x89, 0x2e, 0xe0, 0xad, 0x5b, 0xff, 0xfa, 0x18, 0xcb, 0xe0, 0x67, 0x90, 0x8d, 0x4f, 0x3e, 0x3c, 0xd8, 0x7b, 0x16, 0x9d, 0xfd, 0x88, 0x09, 0x02, 0x34, 0x1a, 0xb5, 0xe3, 0xe4, 0xfc, 0xd9, 0xaf, 0x3e, 0x67, 0xca, 0x29, 0x2f, 0x91, 0xa4, 0x14, 0x5c, 0xfa, 0xc9, 0x8f, 0x89, 0x1a, 0x7c, 0x9c, 0x19, 0x02, 0xa0, 0x2e, 0xa0, 0x9f, 0x4f, 0xff, 0xc8, 0x23, 0x47, 0x38, 0x90, 0x34, 0x44, 0xc0, 0x10, 0xa6, 0x12, 0xf5, 0x01, 0x44, 0x11, 0x1f, 0x22, 0x6f, 0xe9, 0x49, 0x8d, 0x02, 0xe6, 0xe6, 0xca, 0xe6, 0x41, 0xa3, 0xec, 0xbc, 0x71, 0x03, 0x80, 0x9a, 0x7d, 0x3d, 0x82, 0xaa, 0xaa, 0xc8, 0xd1, 0x6c, 0x70, 0xc4, 0x02, 0x94, 0x52, 0x69, 0x16, 0x14, 0x0a, 0x05, 0x3e, 0x0e, 0xc0, 0x0b, 0x27, 0x00, 0x2f, 0x9c, 0x00, 0xbc, 0x70, 0x02, 0xf0, 0x92, 0x3c, 0x01, 0x9a, 0xcd, 0x3a, 0x78, 0xf0, 0xe0, 0x01, 0x95, 0x6b, 0xa9, 0xaa, 0xc2, 0x91, 0x61, 0x8d, 0x00, 0x8a, 0xa2, 0x81, 0x7a, 0xbd, 0x49, 0xe5, 0x5a, 0x46, 0x9e, 0x67, 0x5f, 0x52, 0x29, 0x90, 0x77, 0x01, 0x13, 0x09, 0x3b, 0x0c, 0x07, 0x3e, 0x27, 0xc0, 0x04, 0x03, 0xcf, 0x09, 0x90, 0x1b, 0xf0, 0x61, 0xac, 0xcf, 0x53, 0x23, 0xc0, 0xf4, 0x74, 0x11, 0x94, 0xcb, 0x74, 0x46, 0x02, 0x45, 0x91, 0x6f, 0x54, 0x96, 0xa4, 0xd5, 0x27, 0x44, 0x80, 0x12, 0xa8, 0x54, 0x4a, 0x71, 0xdd, 0x3f, 0xf3, 0xff, 0xa0, 0xc3, 0x98, 0x1c, 0xf8, 0xdc, 0x8c, 0x03, 0x70, 0xaf, 0x9f, 0x16, 0xf8, 0xb8, 0x4e, 0x98, 0x5e, 0x41, 0xe6, 0xe0, 0xe7, 0xc7, 0xea, 0xa3, 0xb8, 0x03, 0x32, 0x07, 0x9e, 0x7d, 0x27, 0x6f, 0x50, 0x05, 0x8e, 0x93, 0x00, 0x46, 0xc0, 0xec, 0x59, 0x0e, 0x3c, 0x4d, 0xb9, 0x8f, 0x0a, 0x3c, 0x75, 0x02, 0xec, 0xef, 0x57, 0x03, 0x24, 0x85, 0x06, 0xcb, 0xbd, 0x6f, 0xb7, 0x5b, 0x1c, 0xf8, 0x04, 0xad, 0x7e, 0x0c, 0x5d, 0xc0, 0x64, 0x2e, 0xba, 0xc8, 0x9a, 0xdc, 0x8f, 0x89, 0x00, 0xe9, 0x2f, 0xba, 0xe8, 0x74, 0x3a, 0x40, 0xd7, 0xf5, 0x9c, 0xca, 0x3d, 0x00, 0x53, 0x53, 0x45, 0x73, 0x1d, 0x02, 0x0d, 0x47, 0x50, 0xce, 0xa3, 0xd5, 0xef, 0xed, 0xed, 0x81, 0x5a, 0xad, 0x96, 0x5b, 0xb9, 0x3f, 0x7e, 0xfc, 0x38, 0x38, 0x7c, 0xf8, 0x70, 0xec, 0x08, 0x20, 0x21, 0x02, 0x70, 0xb9, 0x4f, 0x5b, 0xee, 0xed, 0x97, 0x1a, 0xd3, 0x64, 0x50, 0xa9, 0x54, 0x02, 0x4b, 0x4b, 0x4b, 0x54, 0x48, 0xf2, 0xe6, 0x3f, 0xfe, 0xce, 0x9d, 0xbc, 0x00, 0xe0, 0x8f, 0x72, 0x68, 0x6c, 0x61, 0xa0, 0x61, 0xee, 0x96, 0x8d, 0x0f, 0x1a, 0x56, 0x9f, 0xc7, 0xb9, 0x00, 0xda, 0xc0, 0xc7, 0xb1, 0x7a, 0x8a, 0x04, 0xe0, 0x72, 0xcf, 0x92, 0xdc, 0x53, 0x26, 0x40, 0x12, 0xde, 0x3d, 0x1d, 0xb6, 0x54, 0x2a, 0x15, 0xb0, 0xb0, 0xb0, 0x90, 0x5b, 0xb9, 0xef, 0x46, 0x00, 0x70, 0x5c, 0x51, 0x40, 0x52, 0x56, 0x4f, 0x4f, 0x2a, 0xdc, 0x42, 0x24, 0x16, 0x81, 0x0f, 0x6a, 0xf5, 0x29, 0x44, 0x01, 0xde, 0x00, 0x29, 0x8a, 0x62, 0xd9, 0x1f, 0x20, 0x9e, 0x3a, 0x68, 0xba, 0x96, 0xeb, 0xbe, 0x3e, 0x79, 0xe0, 0xa9, 0xe7, 0x04, 0xfa, 0x5b, 0x27, 0x4e, 0x08, 0x0d, 0xb7, 0x3f, 0x80, 0xfb, 0x35, 0x35, 0x55, 0xe5, 0xde, 0x3d, 0x48, 0x1e, 0xfc, 0x80, 0x04, 0x48, 0xaf, 0xaf, 0x67, 0xd5, 0x61, 0x4c, 0xdb, 0xc9, 0xa3, 0x01, 0xbc, 0x37, 0x01, 0x02, 0x00, 0x91, 0x65, 0xe0, 0xf7, 0xf7, 0xf7, 0x41, 0xbb, 0xdd, 0x49, 0x0b, 0xfe, 0x54, 0x80, 0x9f, 0x9e, 0x9e, 0x06, 0x73, 0x73, 0xf3, 0x81, 0xfe, 0x7e, 0xe2, 0x09, 0x21, 0x59, 0xb7, 0xfa, 0x46, 0xa3, 0x91, 0xe8, 0x50, 0xf0, 0x38, 0xe4, 0xfe, 0xf0, 0xe1, 0x39, 0x07, 0x02, 0xc0, 0xd8, 0x8e, 0xa0, 0x4c, 0x0b, 0x78, 0xf7, 0xfd, 0x01, 0xc8, 0x87, 0x44, 0xc7, 0x6b, 0xb1, 0xb6, 0xa5, 0x40, 0x56, 0xe5, 0x3e, 0xd1, 0x28, 0x20, 0x88, 0x95, 0x8e, 0xee, 0x0f, 0x10, 0xdd, 0xe2, 0x6f, 0xfe, 0xf3, 0x4d, 0x50, 0xab, 0xd7, 0x32, 0x06, 0x7c, 0x52, 0x56, 0x1f, 0x4f, 0x1d, 0x62, 0x66, 0x85, 0xfb, 0x13, 0x60, 0xd2, 0x9d, 0xbc, 0xac, 0x7a, 0xf7, 0x90, 0x52, 0x62, 0x30, 0xe5, 0xd9, 0xc0, 0x6c, 0x00, 0x8f, 0xf7, 0xeb, 0x9b, 0x99, 0x99, 0xc9, 0x89, 0xdc, 0x77, 0xcb, 0xd4, 0xd4, 0x54, 0x80, 0x7a, 0x63, 0x9c, 0x0c, 0xca, 0x92, 0xc5, 0x1f, 0x3d, 0x7a, 0x34, 0x07, 0x56, 0x1f, 0x46, 0xee, 0xc7, 0x9a, 0x13, 0x98, 0x04, 0xf8, 0xe3, 0x61, 0x4e, 0x96, 0x07, 0x73, 0x82, 0x80, 0x9f, 0x72, 0x5a, 0xb8, 0x1d, 0x24, 0x3c, 0x12, 0xb8, 0xbf, 0xff, 0x80, 0x82, 0xd5, 0x1b, 0xe6, 0x52, 0x73, 0xee, 0xdd, 0x27, 0x0b, 0x7c, 0x0c, 0x02, 0x38, 0x23, 0xac, 0x69, 0x0a, 0xa8, 0x56, 0xeb, 0x74, 0x3a, 0x14, 0x43, 0x9f, 0x30, 0xab, 0x8f, 0x2e, 0xf7, 0x89, 0x47, 0x01, 0x41, 0xe5, 0x9e, 0x4d, 0x0f, 0x7f, 0x32, 0xad, 0x3e, 0x02, 0x01, 0xd8, 0x0a, 0xeb, 0xf0, 0xa4, 0x94, 0xd7, 0x48, 0x60, 0xb8, 0xc6, 0x4b, 0x1f, 0x78, 0x9c, 0xf4, 0x69, 0x8f, 0x62, 0xc2, 0x00, 0x0f, 0xfb, 0xf5, 0x83, 0x10, 0x5c, 0x76, 0x86, 0xdb, 0xb0, 0x6c, 0xd3, 0xc2, 0x5e, 0x4c, 0x8f, 0x53, 0xc2, 0x9d, 0xd2, 0xc2, 0x59, 0x89, 0xe9, 0x07, 0x6d, 0x1f, 0x46, 0xee, 0x61, 0xbf, 0x4e, 0xf7, 0x80, 0x31, 0x14, 0xc0, 0xf0, 0xea, 0x9f, 0xdd, 0x63, 0xef, 0x72, 0x79, 0x8e, 0x0a, 0x39, 0x92, 0xc8, 0x09, 0xcc, 0xb7, 0xdc, 0x43, 0xc7, 0x7a, 0x91, 0x15, 0xc0, 0x89, 0x01, 0x7e, 0xa0, 0xe2, 0xac, 0x60, 0x7c, 0x04, 0xe9, 0x46, 0xfc, 0xae, 0x55, 0x28, 0xc8, 0x14, 0x81, 0xa7, 0x03, 0x68, 0xf4, 0x7a, 0x61, 0x81, 0x0f, 0x03, 0x3e, 0x74, 0xad, 0x13, 0x4b, 0x01, 0x08, 0x40, 0x44, 0x8a, 0x68, 0xc6, 0xf4, 0x69, 0x75, 0x1d, 0xac, 0x0f, 0xe1, 0x46, 0x05, 0xde, 0x0a, 0x7e, 0x4c, 0x05, 0xa0, 0x0b, 0x7e, 0x9a, 0x3e, 0xc3, 0xfc, 0xfc, 0xbc, 0xef, 0x50, 0x70, 0x96, 0xe5, 0xbe, 0xe0, 0xf1, 0x68, 0x1a, 0x3f, 0xf0, 0xa9, 0x29, 0x00, 0x8b, 0xc0, 0x13, 0xab, 0x9f, 0x9d, 0x9d, 0x35, 0x0f, 0x7a, 0x56, 0x9f, 0x94, 0xdc, 0x43, 0x6a, 0x56, 0x3f, 0x5c, 0x37, 0x9e, 0x13, 0xc8, 0xe5, 0x3e, 0x05, 0xb9, 0x87, 0x94, 0xeb, 0x11, 0xe0, 0x29, 0x64, 0x04, 0x19, 0xc0, 0xf0, 0x0f, 0x07, 0x32, 0x63, 0xf5, 0x93, 0xe7, 0xdd, 0xfb, 0xb5, 0x03, 0x3e, 0xa7, 0x12, 0x06, 0x46, 0xd9, 0xf1, 0x63, 0xb2, 0xac, 0x3e, 0x2b, 0x72, 0x1f, 0xbd, 0x1d, 0x03, 0x0c, 0x04, 0xa5, 0x0d, 0xbc, 0x11, 0x1b, 0x78, 0xbc, 0x3f, 0x80, 0xa6, 0xe9, 0xa9, 0xca, 0x7d, 0x9a, 0x56, 0x8f, 0x73, 0x03, 0xf0, 0x73, 0x0c, 0x69, 0x0c, 0x07, 0x47, 0xcc, 0x0a, 0x4e, 0x46, 0xee, 0xfd, 0x48, 0x17, 0x54, 0xee, 0xef, 0xdf, 0xc7, 0xfb, 0x03, 0x54, 0x33, 0x20, 0xf7, 0xa1, 0x34, 0x2d, 0xf0, 0xb5, 0x16, 0x17, 0x17, 0x47, 0xf6, 0x07, 0xc0, 0x45, 0x10, 0x84, 0xfe, 0x11, 0x8f, 0x00, 0xae, 0x0c, 0x48, 0xce, 0xea, 0xfd, 0xaf, 0x95, 0xd7, 0xb4, 0xac, 0xf8, 0x72, 0x6f, 0x05, 0x5d, 0x08, 0xf9, 0x88, 0xbd, 0x40, 0x03, 0x41, 0xc9, 0x59, 0xbd, 0x41, 0xe5, 0x5a, 0x2c, 0x65, 0xe1, 0xd2, 0x70, 0xf2, 0xdc, 0xac, 0x5e, 0x88, 0xf0, 0x7c, 0x45, 0xd9, 0x5f, 0x8e, 0xd3, 0x95, 0xfb, 0x30, 0x8f, 0x9e, 0x9b, 0x04, 0xe0, 0xfd, 0xac, 0xde, 0x6a, 0xf9, 0xd4, 0xba, 0x00, 0x23, 0xc2, 0x5c, 0x40, 0x5c, 0xab, 0xb7, 0x02, 0x2f, 0x08, 0x22, 0x15, 0xf0, 0xf3, 0x2c, 0xf7, 0x4e, 0x80, 0xd3, 0xf3, 0x01, 0x2c, 0xd6, 0x9f, 0x26, 0xf0, 0x41, 0xac, 0x3f, 0x08, 0xf0, 0x78, 0x7f, 0x80, 0x63, 0xc7, 0x16, 0x72, 0x11, 0xd3, 0x3b, 0x81, 0x2f, 0xcb, 0x72, 0xbf, 0xad, 0x9c, 0x48, 0x40, 0xa5, 0x0b, 0xa0, 0x69, 0xf5, 0x7e, 0x72, 0x1f, 0x84, 0x04, 0xf6, 0x11, 0x2e, 0x6f, 0xab, 0xc7, 0xd3, 0xc9, 0xdd, 0xcb, 0xb0, 0x38, 0x84, 0xeb, 0xef, 0xe4, 0x05, 0x95, 0xff, 0x20, 0x64, 0xf0, 0x98, 0x0b, 0x30, 0x52, 0xb5, 0xfa, 0x60, 0x7d, 0x3f, 0x7b, 0x43, 0xb8, 0x71, 0x81, 0x0f, 0x03, 0x7a, 0xa2, 0x3e, 0x00, 0x2d, 0xef, 0xde, 0xcb, 0xea, 0xa3, 0x3e, 0x7b, 0x38, 0x2f, 0x43, 0xb8, 0x61, 0x9d, 0x3c, 0x1a, 0x24, 0x88, 0xbc, 0x3c, 0x9c, 0xa6, 0xdc, 0x0f, 0xbf, 0x27, 0x88, 0x02, 0x35, 0xe0, 0x27, 0x41, 0xee, 0xdd, 0x40, 0x8f, 0xdc, 0x05, 0x0c, 0x72, 0x01, 0x8c, 0xd8, 0x56, 0x1f, 0x04, 0xf0, 0xe8, 0xe1, 0x5f, 0x56, 0xe4, 0x3e, 0x0c, 0xf8, 0xc1, 0xe5, 0x3e, 0x2a, 0x09, 0x62, 0x2b, 0x40, 0x58, 0x1f, 0x80, 0x86, 0xd5, 0x87, 0x8f, 0x02, 0xb8, 0xdc, 0x7b, 0xbd, 0x17, 0x33, 0x0a, 0x30, 0xa8, 0x58, 0xbd, 0x9b, 0x77, 0x1f, 0x95, 0x04, 0xd1, 0xc0, 0xcf, 0x87, 0xdc, 0x27, 0x45, 0x02, 0xd9, 0x2f, 0xfc, 0xc3, 0x5b, 0x93, 0x04, 0x55, 0x00, 0x27, 0xf0, 0x82, 0xbc, 0x37, 0xf2, 0xda, 0xf3, 0xe6, 0x59, 0xb2, 0x7a, 0xf7, 0xa9, 0x5a, 0x1a, 0x56, 0xee, 0xe7, 0x07, 0xc4, 0xf2, 0x01, 0xfc, 0xba, 0x80, 0xa8, 0x61, 0xa2, 0x17, 0xf8, 0x4e, 0x64, 0x19, 0xc8, 0x26, 0x0c, 0x01, 0xe8, 0xf8, 0xe5, 0x3e, 0xce, 0x10, 0x6e, 0x5c, 0x12, 0x38, 0xb6, 0x23, 0x00, 0xb3, 0x9e, 0x04, 0xd0, 0xcd, 0x95, 0x14, 0xdd, 0x0f, 0xbe, 0x73, 0xf7, 0xae, 0x09, 0xb0, 0xe1, 0xd8, 0x2b, 0x18, 0x23, 0x6f, 0x89, 0xbd, 0x73, 0xd1, 0x8e, 0xac, 0xdb, 0xee, 0x30, 0xbd, 0x97, 0xbd, 0x4f, 0x91, 0x7a, 0xe2, 0xe0, 0x77, 0x1d, 0x45, 0x09, 0x04, 0x60, 0x3c, 0x27, 0x2f, 0x7d, 0xb9, 0x4f, 0xda, 0xf2, 0x87, 0xad, 0xbf, 0x9f, 0x1d, 0x8c, 0xef, 0x5f, 0x10, 0x2a, 0x9e, 0x04, 0x98, 0x99, 0x99, 0xff, 0x5f, 0xab, 0x53, 0xd3, 0x11, 0xee, 0xd2, 0xab, 0xaf, 0x5e, 0x05, 0x63, 0x2d, 0x82, 0xf9, 0xcf, 0xd5, 0x71, 0x62, 0xd9, 0xc9, 0x8b, 0x2b, 0xed, 0x41, 0x3e, 0x87, 0xef, 0x03, 0x1b, 0x70, 0xf7, 0x7e, 0x20, 0xf9, 0x06, 0x92, 0x27, 0x01, 0x96, 0x97, 0x97, 0xab, 0x5b, 0x5b, 0x17, 0xfe, 0x28, 0x8a, 0xc2, 0x49, 0x4c, 0x02, 0x90, 0xb9, 0x02, 0xa9, 0x02, 0x9f, 0xa6, 0x93, 0x47, 0x3b, 0xc4, 0xf3, 0x7a, 0x8f, 0x00, 0xdf, 0x3f, 0xc8, 0xbd, 0x40, 0x20, 0xf9, 0xfa, 0x00, 0x2b, 0x2b, 0xe7, 0x5e, 0xdb, 0xde, 0xde, 0xbe, 0xd9, 0x6a, 0xb5, 0x16, 0x21, 0xec, 0x8c, 0xf1, 0x91, 0x72, 0xd2, 0x09, 0x24, 0x01, 0x1f, 0xf1, 0x07, 0x62, 0x32, 0xe4, 0x3e, 0x48, 0x1d, 0x08, 0x0d, 0x73, 0x3d, 0xa4, 0x75, 0x5d, 0xe1, 0xb5, 0xeb, 0xd7, 0xfa, 0xdf, 0x1c, 0x0a, 0x01, 0x08, 0x40, 0x94, 0x00, 0xfd, 0xa8, 0x8e, 0xd3, 0xd6, 0x5f, 0xd8, 0xda, 0x3c, 0xc8, 0xab, 0xdc, 0xd3, 0xb6, 0x7c, 0x7c, 0x1f, 0x18, 0x78, 0x4c, 0x00, 0xd3, 0x6f, 0xeb, 0x29, 0xc0, 0xb5, 0xeb, 0x7f, 0x03, 0xaf, 0x5c, 0x79, 0xc5, 0x72, 0x5f, 0xb0, 0x13, 0x22, 0x0a, 0xc8, 0x90, 0xf0, 0xa3, 0x2f, 0x33, 0x70, 0x68, 0xf2, 0x3b, 0x84, 0x8b, 0x0f, 0x4d, 0xd3, 0xfa, 0x16, 0x8c, 0xa7, 0x7c, 0xf1, 0x33, 0x94, 0xbd, 0x3e, 0x37, 0x00, 0xbc, 0xfb, 0xb3, 0x5a, 0xab, 0x82, 0xdb, 0xff, 0xbe, 0x0d, 0x6e, 0xec, 0xdc, 0x00, 0x7b, 0x7b, 0xf7, 0x87, 0x6e, 0x5b, 0x78, 0xc8, 0x24, 0x01, 0xc2, 0x39, 0x82, 0x61, 0xad, 0x3e, 0x3d, 0xb9, 0x77, 0xab, 0x73, 0xf9, 0x0f, 0x2f, 0x83, 0x5b, 0xb7, 0xdf, 0x72, 0xfd, 0xab, 0x78, 0xd5, 0x35, 0xde, 0xfe, 0x1e, 0x67, 0x02, 0x17, 0x8b, 0xe8, 0x40, 0xa4, 0x90, 0xe5, 0x42, 0xbf, 0x4d, 0x74, 0x5d, 0x03, 0xa8, 0xcb, 0x06, 0x8d, 0x66, 0x03, 0xb4, 0xdb, 0x6d, 0x8f, 0x21, 0x3b, 0xe1, 0x37, 0x8c, 0x12, 0x00, 0x76, 0xc3, 0x82, 0x40, 0xa0, 0xb2, 0x37, 0x84, 0x8b, 0x01, 0xf6, 0x2a, 0x4a, 0x2f, 0x24, 0xc6, 0x20, 0x87, 0x29, 0xa5, 0x99, 0x59, 0xf4, 0xd9, 0x4e, 0x7f, 0xeb, 0x7d, 0x28, 0xc3, 0xdf, 0x32, 0xda, 0x05, 0x04, 0x01, 0x8b, 0xbd, 0x19, 0x3b, 0x27, 0x02, 0xbc, 0xff, 0xf8, 0x07, 0xba, 0x33, 0xa1, 0xe8, 0x6f, 0xea, 0xa8, 0x3b, 0xd0, 0x0c, 0xdd, 0x5c, 0xdf, 0x80, 0xf7, 0x4c, 0x52, 0x55, 0x15, 0x9d, 0xab, 0x40, 0x37, 0x65, 0x5f, 0xb7, 0xdd, 0x8b, 0x2c, 0x75, 0x33, 0x84, 0x24, 0xf4, 0xb3, 0x58, 0x28, 0x82, 0x82, 0x54, 0x44, 0xf5, 0x15, 0xd0, 0x6c, 0x35, 0xc8, 0x77, 0xbd, 0x7a, 0xee, 0xf9, 0x73, 0xbb, 0x4c, 0x2b, 0x40, 0x16, 0x86, 0x70, 0x93, 0x70, 0xea, 0x8a, 0x96, 0x95, 0xc0, 0x8f, 0x7d, 0xf0, 0x43, 0x60, 0x66, 0xda, 0x7d, 0x55, 0x33, 0xf6, 0x11, 0xba, 0x44, 0xd0, 0xcc, 0x03, 0xab, 0x03, 0x5e, 0x04, 0xd3, 0x5d, 0x08, 0x63, 0xff, 0x5d, 0xad, 0x51, 0xb5, 0x3a, 0x80, 0x9b, 0x21, 0x87, 0x82, 0xb3, 0xa7, 0x00, 0xa3, 0x32, 0xcc, 0x66, 0x82, 0xc6, 0x70, 0x1d, 0xec, 0xe8, 0xf9, 0x0d, 0xaf, 0xe3, 0x7b, 0x22, 0x00, 0x63, 0x8f, 0x1f, 0x9f, 0xe3, 0xfe, 0x1e, 0x1f, 0x56, 0xd0, 0xc9, 0x81, 0x2d, 0x5f, 0xd1, 0x14, 0xf2, 0x9d, 0x5f, 0x5b, 0x3b, 0x7b, 0xee, 0xf7, 0x6b, 0x67, 0xcf, 0xb3, 0x4a, 0x00, 0x38, 0x34, 0xa9, 0x91, 0x0d, 0xb9, 0xa7, 0x15, 0xce, 0x59, 0x9f, 0x6f, 0x44, 0x08, 0x80, 0xbf, 0x73, 0xb5, 0x5a, 0xed, 0xd7, 0x25, 0xa1, 0x1d, 0xf1, 0xfa, 0xb1, 0xc5, 0x63, 0xeb, 0x1f, 0xb6, 0x7a, 0xa2, 0x0a, 0x8d, 0x76, 0xa3, 0x7f, 0x49, 0x51, 0x36, 0x9e, 0x43, 0xd7, 0x81, 0xcc, 0x2a, 0x80, 0xdd, 0x2a, 0xf3, 0x35, 0x63, 0xd7, 0xcd, 0xf0, 0x75, 0x56, 0x00, 0xfc, 0xcc, 0x03, 0x37, 0x25, 0x18, 0x3e, 0x6c, 0xd2, 0xdf, 0xac, 0x9a, 0x61, 0x21, 0x2e, 0xb3, 0x87, 0x0e, 0x5d, 0xfa, 0xfa, 0xd7, 0xbe, 0x71, 0xcd, 0xeb, 0xdb, 0x33, 0x41, 0x80, 0xb0, 0x80, 0x26, 0x39, 0x84, 0x4b, 0x5b, 0x0d, 0x44, 0x4b, 0xfa, 0x1b, 0x21, 0x80, 0xf3, 0x0e, 0x67, 0xd0, 0xd1, 0xe2, 0xad, 0x47, 0xbd, 0x55, 0x03, 0x06, 0xd4, 0xc9, 0x38, 0xc2, 0x5f, 0xbe, 0xf4, 0x85, 0x2f, 0xbf, 0x80, 0x08, 0x00, 0x98, 0x26, 0xc0, 0x60, 0xbf, 0x9b, 0x7c, 0xcc, 0xd8, 0x0d, 0xbf, 0xb6, 0x76, 0x01, 0x18, 0x78, 0x02, 0xb0, 0x2d, 0x86, 0x47, 0xc4, 0x70, 0xb3, 0x78, 0x72, 0x34, 0xda, 0x75, 0x14, 0xf2, 0xa9, 0xe4, 0xfa, 0x77, 0x3e, 0xfa, 0xf8, 0xe3, 0x5f, 0x29, 0x97, 0xcb, 0x4d, 0xbf, 0x96, 0x60, 0x28, 0x0a, 0x80, 0x63, 0x1d, 0xc2, 0xa5, 0x6d, 0xf9, 0x64, 0x08, 0xd7, 0x9a, 0xfc, 0xa2, 0x2a, 0x6a, 0xbf, 0x6f, 0xb7, 0x92, 0xc2, 0xcd, 0xe2, 0x09, 0x11, 0x9a, 0x18, 0x7c, 0x43, 0x23, 0x2d, 0xb1, 0xb7, 0xb4, 0x50, 0x39, 0xf5, 0xc4, 0x27, 0x9f, 0x78, 0x1b, 0x04, 0x48, 0xed, 0x62, 0x6a, 0x1c, 0x20, 0xab, 0x43, 0xb8, 0x61, 0xdf, 0x23, 0xce, 0xdc, 0x60, 0xca, 0xb6, 0x47, 0x00, 0xe4, 0xb9, 0x5b, 0x09, 0x40, 0xc0, 0xf7, 0x92, 0x7d, 0x6c, 0xf9, 0xba, 0xd1, 0x27, 0xcc, 0x43, 0x51, 0x34, 0x3e, 0xfd, 0xf4, 0xd3, 0xcf, 0xbc, 0x01, 0x06, 0x69, 0x1a, 0xec, 0x77, 0x01, 0xa3, 0xa9, 0x4d, 0xec, 0xcf, 0xd8, 0x91, 0x31, 0x7c, 0x55, 0x53, 0x6d, 0xd6, 0x8e, 0x09, 0xe0, 0x66, 0xf5, 0x56, 0x22, 0x98, 0x03, 0x3d, 0x9d, 0x06, 0xea, 0xf3, 0xfb, 0x18, 0xbf, 0x8b, 0x5a, 0xea, 0xe4, 0xda, 0x99, 0xef, 0xbc, 0xbe, 0xfa, 0xcd, 0xf3, 0x05, 0xc7, 0x90, 0x89, 0xe5, 0x28, 0x60, 0x38, 0x12, 0x60, 0x6d, 0xc6, 0x0e, 0x8f, 0xde, 0x59, 0x2d, 0x9f, 0x10, 0x40, 0xb7, 0xc8, 0x3d, 0x06, 0xd6, 0xcf, 0xea, 0xf1, 0xfb, 0xed, 0x4e, 0x0b, 0xb4, 0xd5, 0xb6, 0x15, 0xdf, 0xdb, 0xc8, 0x9b, 0x7c, 0x72, 0xfd, 0xcc, 0xda, 0x4d, 0x72, 0x29, 0xaf, 0xd0, 0x8f, 0x51, 0x05, 0x80, 0x20, 0xf8, 0x7e, 0x38, 0xe9, 0xc9, 0xbd, 0x5f, 0x9d, 0xe1, 0x19, 0xbb, 0x61, 0x02, 0x28, 0xaa, 0xdd, 0xe1, 0xb3, 0x5b, 0xb9, 0x3a, 0x02, 0x7e, 0x13, 0xc5, 0xf8, 0xaa, 0x6e, 0x4d, 0x99, 0x83, 0x7f, 0x02, 0x9a, 0x74, 0x6a, 0x6d, 0x6d, 0xed, 0xbe, 0xe5, 0x7b, 0x06, 0x5e, 0xcb, 0xcc, 0x84, 0x13, 0x48, 0xc0, 0xa4, 0x39, 0x84, 0x9b, 0xb4, 0xe5, 0x13, 0x27, 0xcf, 0x8d, 0x00, 0xe4, 0x75, 0xa7, 0xd3, 0xb6, 0x78, 0xfb, 0xd0, 0xd1, 0xf2, 0xf1, 0x7b, 0x1d, 0xa5, 0x63, 0x3a, 0x7b, 0x16, 0xc9, 0xc7, 0xe9, 0x3e, 0x3f, 0x3c, 0x34, 0x33, 0xbf, 0xb6, 0xbc, 0xbc, 0x1c, 0xf9, 0x29, 0x99, 0x0c, 0x0d, 0x05, 0x8f, 0x6f, 0x08, 0x37, 0x0c, 0x59, 0xba, 0x40, 0xea, 0x8e, 0x60, 0x3b, 0xbd, 0x67, 0x9d, 0xe5, 0x83, 0xe8, 0xb5, 0xaa, 0x8f, 0x86, 0x7c, 0xd8, 0xd1, 0xeb, 0x28, 0xb6, 0xa9, 0xde, 0x7b, 0xa8, 0xf6, 0x33, 0x6b, 0x2b, 0xe7, 0x7f, 0x17, 0xb7, 0x7d, 0x99, 0xe9, 0x02, 0xf0, 0x6c, 0x97, 0xf3, 0x1a, 0x05, 0x3b, 0x39, 0x08, 0x11, 0xac, 0x96, 0xe8, 0xb6, 0x7e, 0xde, 0xa9, 0x8e, 0xd3, 0xef, 0xbd, 0x26, 0x82, 0x86, 0xe5, 0xbe, 0xeb, 0xaf, 0x18, 0x2e, 0x04, 0x80, 0xe6, 0xd1, 0xf5, 0x09, 0xba, 0x47, 0xd3, 0x42, 0x00, 0xfc, 0x9a, 0x8c, 0x05, 0x98, 0xc0, 0x37, 0xeb, 0xa0, 0xd5, 0x69, 0x02, 0x68, 0x1d, 0x01, 0x05, 0xe0, 0xd7, 0x82, 0x26, 0x9e, 0x46, 0x92, 0xff, 0x1e, 0x8d, 0xf6, 0x65, 0x6a, 0x28, 0xd8, 0xda, 0xe8, 0x03, 0x8b, 0xb7, 0xe7, 0x0a, 0x0c, 0x03, 0x66, 0xdf, 0x79, 0xc4, 0x79, 0xe1, 0x84, 0xb9, 0x20, 0xd5, 0x05, 0x78, 0x2f, 0x4b, 0x1f, 0x4d, 0xcb, 0x82, 0x1e, 0xd6, 0x0e, 0x2d, 0xaf, 0x07, 0x0a, 0xb1, 0x7f, 0xd0, 0x4d, 0xd4, 0xc1, 0x93, 0x42, 0xe6, 0x58, 0x3e, 0xf2, 0xee, 0xeb, 0x8d, 0x9a, 0x39, 0xa1, 0x63, 0x91, 0x7b, 0xfc, 0x1d, 0xff, 0x0b, 0x05, 0x71, 0x65, 0xfd, 0x5b, 0xeb, 0xbf, 0xa4, 0xd9, 0xb6, 0xd9, 0x24, 0x80, 0x00, 0x06, 0x81, 0xed, 0xc3, 0x87, 0x83, 0xd5, 0xc2, 0x10, 0xd8, 0xac, 0xc1, 0xe9, 0x75, 0x37, 0xa5, 0x5c, 0xe8, 0x73, 0x03, 0x9f, 0xe3, 0x3a, 0x23, 0xc0, 0xf5, 0xea, 0x90, 0xdf, 0x09, 0x96, 0x5c, 0x74, 0xb3, 0x2e, 0xb9, 0x96, 0x03, 0x61, 0x86, 0x89, 0x08, 0x31, 0xb8, 0x26, 0xa8, 0xb0, 0x0f, 0x36, 0x01, 0x79, 0x40, 0x8a, 0x5e, 0xaa, 0x36, 0x06, 0xbe, 0x47, 0x12, 0x6c, 0xe5, 0x07, 0x07, 0x07, 0x3d, 0xf9, 0x87, 0xe0, 0xdd, 0xf7, 0xee, 0x99, 0x52, 0x6f, 0xeb, 0xce, 0x20, 0xa8, 0xa3, 0xfb, 0xf8, 0x9e, 0xd2, 0xd4, 0xb7, 0x37, 0x36, 0xce, 0xb7, 0x69, 0x37, 0x75, 0x46, 0x15, 0x00, 0x5e, 0x47, 0xcd, 0xfc, 0x45, 0x7c, 0xf6, 0x8b, 0x5f, 0xfd, 0x0c, 0xe4, 0xb1, 0x0c, 0x67, 0x38, 0xe2, 0xcc, 0x1d, 0x92, 0xbd, 0xd3, 0x23, 0x59, 0x07, 0xf1, 0xe0, 0x52, 0x51, 0x52, 0xbf, 0x7b, 0xe6, 0xcc, 0xc6, 0x5e, 0x52, 0xf7, 0x91, 0x49, 0x02, 0xb4, 0x9b, 0xda, 0x4b, 0xd3, 0xa5, 0xc2, 0x53, 0xe8, 0xf4, 0x44, 0x7e, 0xc1, 0x87, 0x6e, 0xfe, 0xce, 0x7f, 0xd0, 0xe9, 0x4b, 0x82, 0x2e, 0x5d, 0xfc, 0xf6, 0xea, 0xea, 0x41, 0xd2, 0xf7, 0x92, 0x49, 0x02, 0x6c, 0x6c, 0x6c, 0x34, 0xd1, 0xf1, 0x89, 0xe9, 0xd9, 0xc2, 0x49, 0xd4, 0x2a, 0x1f, 0x86, 0x50, 0x90, 0xf2, 0x46, 0x02, 0xd4, 0xe5, 0xc8, 0x08, 0xec, 0x32, 0xea, 0x14, 0x66, 0x91, 0xfb, 0xa7, 0x21, 0x37, 0x77, 0x47, 0x02, 0xda, 0xcb, 0x2b, 0x67, 0x37, 0xde, 0x49, 0xf3, 0x3e, 0x32, 0xeb, 0x04, 0x22, 0x02, 0x60, 0x3d, 0xbc, 0xdc, 0x3b, 0x78, 0x99, 0x34, 0x02, 0xf0, 0x92, 0x4e, 0xf9, 0x3f, 0x0a, 0x00, 0x63, 0x79, 0xd2, 0xc4, 0x74, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_backup_128_png_len = 3565; unsigned char edit_copy_backup_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x10, 0x41, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0xa8, 0x1c, 0x57, 0x1d, 0x3f, 0x33, 0x3b, 0x7b, 0xef, 0x26, 0x4a, 0x93, 0x36, 0xf1, 0x45, 0x5b, 0x4b, 0x6e, 0x9b, 0x40, 0x41, 0xd0, 0x87, 0xfa, 0x22, 0x7d, 0x48, 0x5f, 0x7c, 0x28, 0xd4, 0x17, 0xc1, 0x87, 0x82, 0x3e, 0xb4, 0xd6, 0x58, 0x2c, 0x52, 0x6a, 0x6e, 0x9a, 0xfb, 0x51, 0xb9, 0x0a, 0xd5, 0x98, 0x14, 0x84, 0x44, 0xc4, 0x16, 0x11, 0x1f, 0x04, 0x91, 0x0a, 0x2a, 0xb5, 0x95, 0xd4, 0x6a, 0x12, 0x63, 0x2d, 0xb5, 0x2a, 0x82, 0xa2, 0xa6, 0xbd, 0x91, 0x56, 0x69, 0x21, 0x96, 0xdc, 0xe4, 0x7e, 0xed, 0xd7, 0xcc, 0x9c, 0xe3, 0x39, 0xb3, 0x3b, 0xb9, 0xb3, 0xb3, 0xb3, 0x3b, 0xdf, 0x33, 0x67, 0xe6, 0xfc, 0x7e, 0x30, 0x77, 0x76, 0xe7, 0xde, 0x99, 0xdd, 0x3b, 0xf3, 0xfb, 0xfd, 0xcf, 0xef, 0x7f, 0x3e, 0x0d, 0x02, 0x00, 0x0a, 0xc3, 0xc0, 0x2d, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x70, 0xb0, 0xb2, 0xb2, 0x32, 0xd3, 0x7a, 0x7f, 0xf3, 0x5e, 0xcd, 0x66, 0x07, 0x89, 0xae, 0xed, 0xa3, 0x94, 0x68, 0xb8, 0x55, 0xf5, 0x83, 0xae, 0x13, 0x46, 0x28, 0xbb, 0xca, 0x98, 0xf6, 0x66, 0xb7, 0x6b, 0x9e, 0xe3, 0xcf, 0xbd, 0xaf, 0xbc, 0x00, 0x4e, 0x9f, 0x3e, 0x3d, 0xdb, 0xe9, 0x6c, 0x3c, 0x4c, 0x6d, 0xb2, 0x9f, 0x09, 0xde, 0x53, 0x10, 0xa5, 0xae, 0x18, 0x04, 0x36, 0x6d, 0x3f, 0xff, 0xb9, 0x7f, 0xd7, 0x2e, 0xe3, 0x20, 0x17, 0xc0, 0xb3, 0xaa, 0x89, 0x60, 0x4c, 0x00, 0xed, 0xfe, 0xe6, 0x61, 0x26, 0x6e, 0x0a, 0xa0, 0x96, 0x18, 0xf8, 0x33, 0xdf, 0xbd, 0x7b, 0xf6, 0x30, 0x7f, 0xf9, 0x92, 0xd2, 0x02, 0xd0, 0x98, 0x7e, 0x90, 0x21, 0xec, 0x2b, 0x2a, 0x02, 0x7a, 0x50, 0x79, 0x01, 0x30, 0xc6, 0x6e, 0x71, 0x5f, 0xb7, 0x66, 0x66, 0xc8, 0x63, 0x8f, 0x1d, 0x05, 0x33, 0x6a, 0x8c, 0x13, 0x27, 0xbf, 0xe1, 0x0d, 0x7f, 0xfb, 0x94, 0xcf, 0x01, 0x34, 0x8d, 0x69, 0x8c, 0x81, 0x18, 0x2a, 0x42, 0x3c, 0x7b, 0xe5, 0x05, 0x00, 0x00, 0x10, 0x00, 0x00, 0x40, 0x00, 0x01, 0x49, 0x12, 0xa5, 0x64, 0x63, 0x63, 0x03, 0x77, 0xad, 0xc2, 0xd8, 0xbb, 0x77, 0x2f, 0x6e, 0x02, 0x4a, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x6a, 0x04, 0x74, 0x73, 0x87, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x00, 0xf1, 0x01, 0x08, 0x00, 0xe4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x02, 0x00, 0x40, 0x7e, 0x08, 0x00, 0x00, 0xf1, 0x21, 0x00, 0x00, 0xc4, 0x87, 0x00, 0x80, 0xba, 0x92, 0x9f, 0x42, 0x2f, 0x10, 0x00, 0x88, 0x0f, 0x40, 0x00, 0x0a, 0xd9, 0x1d, 0x90, 0x1f, 0x02, 0x40, 0xd4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x80, 0x00, 0x60, 0x77, 0x00, 0x08, 0x00, 0x51, 0x1f, 0x80, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x80, 0xdd, 0x01, 0x0a, 0x17, 0x80, 0x65, 0x59, 0xb8, 0xeb, 0x19, 0x46, 0x7d, 0xc3, 0x40, 0x0c, 0xab, 0x8c, 0x00, 0x04, 0xf9, 0x57, 0x57, 0x57, 0x0b, 0xff, 0x27, 0x6d, 0xdb, 0x6e, 0xfe, 0xe3, 0x9f, 0x7f, 0x3b, 0xbc, 0xb9, 0xb5, 0x75, 0xc8, 0xb2, 0xcc, 0x7d, 0x8c, 0x31, 0xac, 0x79, 0x36, 0x84, 0xe6, 0xb9, 0x13, 0x62, 0x5a, 0xfc, 0x13, 0x27, 0x9f, 0x5a, 0xa9, 0x78, 0x44, 0xb9, 0xc4, 0xff, 0xa5, 0x17, 0x3b, 0x6d, 0x73, 0x85, 0x63, 0x4b, 0x79, 0x0b, 0x24, 0xc8, 0xff, 0xda, 0xeb, 0xaf, 0x7e, 0xc1, 0x34, 0xfb, 0x58, 0xf6, 0xa9, 0xfe, 0xd0, 0xf9, 0x76, 0x17, 0xd7, 0xf1, 0x5d, 0xad, 0xdd, 0xcd, 0xfb, 0x4e, 0x9d, 0x3a, 0xf5, 0xf1, 0xf9, 0xf9, 0xf9, 0x6d, 0xa5, 0x05, 0x20, 0x22, 0x3f, 0xc8, 0xaf, 0x24, 0xee, 0xa2, 0xac, 0xff, 0x35, 0xbe, 0x3f, 0xaa, 0xb4, 0x00, 0x84, 0xed, 0x01, 0x17, 0xd4, 0x04, 0x2f, 0x09, 0xee, 0x53, 0x5e, 0x00, 0x3c, 0xfa, 0xdf, 0xe2, 0x7d, 0xff, 0xc4, 0xfc, 0x22, 0x98, 0x51, 0x63, 0x7c, 0xeb, 0x94, 0x77, 0xcd, 0x33, 0x12, 0x1a, 0xfc, 0x54, 0xa8, 0x42, 0x40, 0xc2, 0xab, 0x76, 0x4e, 0xa0, 0xbc, 0x00, 0x00, 0x40, 0x1e, 0x01, 0x18, 0x86, 0x8e, 0xbb, 0x0e, 0xa8, 0x29, 0x00, 0xd1, 0x68, 0x73, 0xe7, 0x9d, 0xc5, 0xe6, 0xa4, 0xbf, 0x39, 0xf7, 0xf2, 0xd4, 0xdf, 0xaf, 0xaf, 0x5f, 0x07, 0x0b, 0x2a, 0x8c, 0x3d, 0x7b, 0xf6, 0x56, 0x47, 0x00, 0x00, 0xa0, 0xbc, 0x05, 0x02, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x65, 0x04, 0x80, 0xf1, 0x00, 0x80, 0xb2, 0x02, 0x28, 0x6b, 0x3c, 0x00, 0x00, 0xc0, 0x02, 0x01, 0xb5, 0x83, 0x18, 0xc0, 0x03, 0x01, 0x00, 0x0a, 0x93, 0x9f, 0x41, 0x00, 0x00, 0x88, 0x0f, 0x01, 0x00, 0x0a, 0xd9, 0x1d, 0x96, 0xe9, 0x75, 0x21, 0x00, 0x40, 0xb9, 0xa8, 0x0f, 0x01, 0x00, 0xca, 0x13, 0xbf, 0x34, 0x01, 0xe8, 0x3a, 0xc6, 0x03, 0x00, 0x72, 0x90, 0xbf, 0x70, 0x01, 0x88, 0xf1, 0x00, 0x87, 0x0e, 0x15, 0x35, 0x1e, 0x60, 0x30, 0x83, 0xd4, 0xb9, 0x0b, 0x2f, 0x83, 0x4d, 0x20, 0xbe, 0x4a, 0x16, 0x08, 0x73, 0x06, 0x82, 0xf8, 0x4a, 0x0a, 0x00, 0xc4, 0x57, 0x8d, 0xfc, 0x68, 0x08, 0x03, 0xf9, 0x41, 0x7c, 0xb5, 0x05, 0x00, 0xe2, 0xab, 0x66, 0x77, 0x46, 0xc9, 0xaf, 0x74, 0x4b, 0x30, 0xc8, 0xaf, 0x6e, 0xd4, 0x57, 0xba, 0x25, 0x18, 0xc4, 0x07, 0xf1, 0x2b, 0x6c, 0x81, 0x28, 0xb5, 0x12, 0x9c, 0x03, 0x02, 0xc1, 0xee, 0xd4, 0xa0, 0x25, 0x38, 0xf9, 0x78, 0x00, 0x2c, 0x1f, 0x84, 0xa8, 0x4f, 0xaa, 0x2f, 0x00, 0x10, 0x1f, 0xc4, 0x8f, 0x4e, 0xfc, 0xfc, 0xc9, 0x2f, 0xb1, 0x00, 0xb0, 0x6e, 0x16, 0xa2, 0x7e, 0x31, 0x30, 0xea, 0x40, 0x7e, 0x10, 0x5f, 0x3d, 0xe2, 0x67, 0xd5, 0x16, 0x60, 0x80, 0xf8, 0xe9, 0x70, 0xf9, 0xf2, 0x65, 0x10, 0x3f, 0x93, 0x24, 0x77, 0x80, 0x3b, 0xee, 0x98, 0x2b, 0x8c, 0xfc, 0x92, 0x08, 0xa0, 0xda, 0x76, 0xc7, 0x34, 0x4d, 0x90, 0xbf, 0x62, 0x51, 0x5f, 0x22, 0x01, 0xc0, 0xee, 0x80, 0xf8, 0x69, 0xc8, 0x5f, 0xc1, 0x96, 0xe0, 0xd1, 0xf1, 0x00, 0x7a, 0x82, 0xf3, 0x93, 0x97, 0x1a, 0x80, 0x2c, 0x76, 0x87, 0x95, 0x4e, 0xfc, 0x52, 0x04, 0x20, 0x16, 0xc7, 0x38, 0x74, 0xe8, 0xce, 0x42, 0xa3, 0xfe, 0xb9, 0x0b, 0xbf, 0x05, 0x73, 0x6b, 0x63, 0x77, 0x2a, 0xdd, 0x12, 0x0c, 0xbb, 0x03, 0xe2, 0xcb, 0x45, 0xfe, 0x82, 0x04, 0x00, 0xe2, 0xc3, 0xee, 0x44, 0x3f, 0xaf, 0xe8, 0xc6, 0x30, 0xa3, 0xde, 0xe4, 0x87, 0x92, 0x60, 0x77, 0x4a, 0x11, 0x80, 0x0c, 0x51, 0xbf, 0x18, 0xf2, 0xcf, 0xcd, 0xcd, 0x81, 0xf8, 0x25, 0xd8, 0x1d, 0x49, 0x1b, 0xc2, 0x64, 0xa8, 0xd3, 0x2f, 0x36, 0xea, 0xcf, 0xcc, 0xcc, 0xc0, 0xee, 0x64, 0x1a, 0xf5, 0x59, 0x21, 0xc4, 0xcf, 0x41, 0x00, 0xb0, 0x3b, 0x88, 0xfa, 0xf9, 0xda, 0x1d, 0x49, 0x1b, 0xc2, 0xe2, 0x11, 0xcf, 0xb2, 0x68, 0xaa, 0xf3, 0x91, 0x20, 0xcb, 0x44, 0xfc, 0x62, 0xc8, 0xcf, 0x72, 0x4c, 0x07, 0x8c, 0xa2, 0x88, 0x3f, 0x20, 0xbf, 0x45, 0xde, 0x78, 0x23, 0xcb, 0xf5, 0x01, 0xa0, 0x86, 0x3a, 0x47, 0xfd, 0x70, 0xe2, 0x97, 0xd6, 0x12, 0x9c, 0xcc, 0xee, 0x64, 0x17, 0xbd, 0x69, 0xe4, 0xcf, 0x04, 0x64, 0x23, 0x7e, 0x16, 0xe4, 0x2f, 0xb5, 0x25, 0xb8, 0x6c, 0xcb, 0x42, 0x41, 0xfc, 0x4a, 0x27, 0xb9, 0x72, 0x10, 0x3f, 0x87, 0x24, 0xb8, 0xfc, 0x24, 0x17, 0xc4, 0x87, 0xdd, 0x91, 0x42, 0x00, 0x65, 0xd4, 0xee, 0x94, 0x45, 0x7e, 0x59, 0xc7, 0x03, 0xc8, 0x30, 0xe9, 0x54, 0x18, 0x71, 0x35, 0x4d, 0x23, 0x07, 0x0e, 0x1c, 0x48, 0x1c, 0xf5, 0xa5, 0x9b, 0x19, 0x4e, 0x45, 0xbb, 0x23, 0xdb, 0x78, 0x80, 0x6a, 0xf5, 0xd8, 0xd4, 0x12, 0xe5, 0x09, 0x52, 0x0e, 0x88, 0x81, 0xdd, 0x81, 0xdd, 0x89, 0x73, 0xbe, 0x38, 0x97, 0x17, 0x00, 0xa5, 0x92, 0x3f, 0x13, 0x01, 0xc4, 0x25, 0xe2, 0xf4, 0xf5, 0x01, 0xdc, 0x8b, 0xe9, 0xa1, 0x9f, 0x89, 0x65, 0x06, 0xca, 0x23, 0x7e, 0x19, 0x49, 0x6e, 0x5e, 0x6d, 0x01, 0x46, 0x51, 0xc4, 0x77, 0x3e, 0x6c, 0xea, 0xfa, 0x00, 0xf9, 0x44, 0xfd, 0x8b, 0xaf, 0x9c, 0x07, 0xf1, 0xa5, 0x4f, 0x72, 0x8b, 0xed, 0xfe, 0x90, 0x5a, 0x00, 0xb0, 0x3b, 0xb0, 0x3b, 0x71, 0xed, 0x8e, 0x4c, 0x51, 0x3f, 0x95, 0x00, 0x40, 0x7e, 0xd8, 0x1d, 0x39, 0xec, 0x0e, 0x2b, 0x47, 0x00, 0x20, 0x3e, 0xec, 0x4e, 0xf9, 0x76, 0xa7, 0xb2, 0xb3, 0x43, 0xd7, 0x8f, 0xf8, 0x45, 0x8c, 0x07, 0xa8, 0x6b, 0x17, 0x06, 0xcd, 0x53, 0x0d, 0x54, 0x34, 0xf1, 0x4b, 0x10, 0x40, 0x3d, 0xa3, 0x7e, 0x9e, 0xe3, 0x01, 0xea, 0xd3, 0x63, 0x33, 0x0b, 0x9f, 0xcf, 0x72, 0xc9, 0x11, 0x0c, 0x10, 0x1f, 0x5e, 0x3f, 0x3f, 0xe2, 0xe7, 0xe3, 0xf5, 0x2b, 0x32, 0x33, 0x1c, 0x9d, 0x40, 0x76, 0x5a, 0x20, 0xf9, 0x29, 0x88, 0x2f, 0x89, 0xdd, 0x91, 0x8d, 0xf8, 0x39, 0x0b, 0x20, 0x98, 0x78, 0xde, 0xf5, 0x01, 0x10, 0xf5, 0xd5, 0x4b, 0x72, 0xcb, 0xb6, 0x3b, 0x05, 0x08, 0x00, 0x76, 0x07, 0x76, 0x47, 0xfe, 0xa8, 0x9f, 0x83, 0x00, 0x30, 0x40, 0xa5, 0x0a, 0xc4, 0x97, 0x37, 0xea, 0x17, 0x4f, 0xfc, 0x0c, 0x05, 0x80, 0xa8, 0x0f, 0xbb, 0x53, 0x0d, 0xbb, 0x93, 0xb1, 0x00, 0x40, 0x7c, 0x81, 0xb8, 0xe3, 0x01, 0xe4, 0xe8, 0xa7, 0x5f, 0x4c, 0x17, 0x86, 0x46, 0xa3, 0x41, 0x6e, 0xbf, 0xfd, 0xf6, 0x9c, 0x88, 0x1f, 0x74, 0x3e, 0xcb, 0x47, 0x00, 0xa3, 0x35, 0x37, 0xb0, 0x3b, 0x5e, 0x44, 0x1d, 0x0f, 0xa0, 0xa2, 0xdd, 0x11, 0x9d, 0x1f, 0xf3, 0x89, 0xf8, 0x2c, 0x15, 0xe9, 0x63, 0x09, 0x80, 0x52, 0x4c, 0x5b, 0x02, 0xbb, 0x13, 0x7e, 0x7e, 0x31, 0x5e, 0x9f, 0x65, 0x5e, 0x22, 0x1a, 0xe9, 0x53, 0xdb, 0x78, 0xc4, 0xd7, 0x13, 0x77, 0xe4, 0xa7, 0x95, 0x13, 0x1b, 0x7a, 0x6c, 0xe6, 0x63, 0x77, 0x4a, 0x6c, 0x08, 0xa3, 0xa9, 0xc8, 0x3f, 0x7d, 0x3c, 0x40, 0x3e, 0xc4, 0x7f, 0xe5, 0xd5, 0xdf, 0xd5, 0x9e, 0xf8, 0xf2, 0x26, 0xb9, 0xac, 0x90, 0xa8, 0x9f, 0xc6, 0x06, 0xc5, 0x12, 0x80, 0x9f, 0x78, 0xf9, 0x47, 0xe0, 0x6a, 0x45, 0xfd, 0x9d, 0xe7, 0x80, 0x3a, 0xfd, 0xf4, 0xe7, 0x45, 0xb3, 0x3b, 0xb9, 0xe7, 0x00, 0xe5, 0xf8, 0x7c, 0xd8, 0x9d, 0xe4, 0x64, 0x92, 0x6f, 0x58, 0x62, 0xba, 0x24, 0x37, 0xdf, 0xe7, 0x66, 0xc8, 0x45, 0x7e, 0x55, 0x89, 0x2f, 0x77, 0x92, 0x9b, 0x86, 0x84, 0x79, 0x27, 0xb9, 0x05, 0x95, 0x00, 0x14, 0x51, 0x7f, 0xc2, 0xc3, 0x9d, 0x9b, 0x3b, 0x00, 0xbb, 0x33, 0xc1, 0xe7, 0x6b, 0x93, 0xa7, 0x7d, 0x28, 0x2d, 0xe2, 0xc7, 0x16, 0x00, 0xcd, 0x9d, 0x85, 0xd5, 0x8e, 0xfa, 0x71, 0xc6, 0x03, 0xa0, 0x0b, 0x43, 0x7e, 0xe4, 0x4f, 0x5a, 0x12, 0x94, 0xb8, 0x4e, 0xb0, 0x3a, 0x76, 0x47, 0xbe, 0xa8, 0x2f, 0x43, 0x17, 0x86, 0xb4, 0xc4, 0x67, 0xc3, 0x35, 0xc5, 0x4a, 0x48, 0x82, 0x41, 0x7e, 0x79, 0x89, 0x2f, 0x7f, 0xd4, 0xcf, 0x22, 0xe2, 0xb3, 0xa2, 0x96, 0x48, 0xa2, 0x19, 0xdb, 0x21, 0x10, 0x1f, 0x76, 0x27, 0x7d, 0xd4, 0xaf, 0xa0, 0x05, 0x82, 0xdd, 0x91, 0x91, 0xf8, 0xd5, 0x89, 0xfa, 0x2c, 0x97, 0x46, 0xb0, 0x98, 0x02, 0xa0, 0x20, 0x3f, 0xec, 0x4e, 0xa5, 0xed, 0x4e, 0x42, 0x01, 0x24, 0xad, 0x02, 0x95, 0x81, 0xf8, 0x54, 0x6a, 0xe2, 0x57, 0xc9, 0xee, 0xc8, 0x14, 0xf5, 0x5d, 0x44, 0xaf, 0x66, 0x4d, 0x21, 0x80, 0xf8, 0xa4, 0xa5, 0x19, 0x5d, 0x27, 0x1d, 0xf1, 0xe3, 0x7c, 0x5e, 0x1a, 0xbb, 0xb3, 0xba, 0x9a, 0xe5, 0xfa, 0x00, 0xb0, 0x3b, 0xa2, 0x5d, 0x25, 0xca, 0x79, 0x82, 0xfc, 0x85, 0x08, 0xa0, 0x5a, 0x51, 0x3f, 0x7e, 0x69, 0x95, 0x36, 0xea, 0x0f, 0xc6, 0x03, 0x60, 0x8e, 0xcd, 0x6c, 0x7a, 0x6c, 0x46, 0x8f, 0xfa, 0x59, 0x90, 0x3f, 0xb6, 0x00, 0x26, 0xd7, 0x02, 0xc9, 0x61, 0x77, 0x92, 0x7d, 0x66, 0x5a, 0xcb, 0x52, 0xcf, 0x2e, 0x0c, 0x49, 0xef, 0x61, 0x51, 0xc4, 0x2f, 0x45, 0x00, 0x75, 0x89, 0xfa, 0xe9, 0x92, 0x63, 0x59, 0x88, 0x2f, 0x57, 0xd4, 0xcf, 0x33, 0xc9, 0xf5, 0x92, 0x5e, 0x22, 0x01, 0x54, 0x39, 0xea, 0x97, 0x49, 0x7c, 0x44, 0xfd, 0xb4, 0x51, 0x3f, 0x4b, 0x11, 0x18, 0x61, 0x09, 0xf0, 0xb8, 0xed, 0xa9, 0x06, 0xf1, 0xf5, 0x8c, 0x96, 0x90, 0xa9, 0x5f, 0x17, 0x86, 0xfa, 0x10, 0x5f, 0x8a, 0x24, 0x58, 0x36, 0xbb, 0x53, 0x4f, 0xe2, 0xc3, 0xee, 0x48, 0x27, 0x80, 0x2a, 0x44, 0xfd, 0x24, 0x62, 0xc0, 0xba, 0x59, 0xf2, 0x47, 0xfd, 0x12, 0x05, 0x40, 0x6b, 0x4b, 0xfc, 0xa4, 0xe4, 0x17, 0xeb, 0x03, 0x60, 0xd2, 0xa9, 0xf4, 0xc4, 0x2f, 0xc3, 0xfe, 0xc4, 0x16, 0x80, 0xec, 0x76, 0x27, 0xa9, 0x10, 0xd2, 0xd8, 0x9d, 0x66, 0x73, 0x26, 0x36, 0xf1, 0xf3, 0x27, 0x7f, 0x35, 0xba, 0x30, 0x44, 0x89, 0xee, 0xd2, 0x08, 0x80, 0x16, 0xca, 0xfe, 0x74, 0xe4, 0x8f, 0x53, 0x02, 0x24, 0x1d, 0xc8, 0x8e, 0x1e, 0x9b, 0xe5, 0xd8, 0x9d, 0x49, 0x02, 0x48, 0x2a, 0x08, 0xa3, 0x4e, 0xc4, 0x4f, 0x6e, 0x7f, 0xd0, 0x63, 0x53, 0xc6, 0xda, 0x9d, 0x28, 0xc2, 0x28, 0xbd, 0x16, 0xa8, 0x28, 0xe2, 0x87, 0x45, 0xf9, 0xe4, 0x42, 0x60, 0xb9, 0x12, 0x1f, 0x76, 0x87, 0x44, 0x26, 0x73, 0xda, 0x7d, 0x45, 0x05, 0x90, 0xad, 0xdd, 0xd1, 0x73, 0x58, 0x42, 0x1e, 0x3d, 0x36, 0x8b, 0x8d, 0xfa, 0x45, 0x96, 0x04, 0x19, 0xf5, 0x05, 0x92, 0xc3, 0xee, 0x24, 0xcd, 0x03, 0x60, 0x77, 0xb2, 0x27, 0x7e, 0x96, 0xd1, 0x3d, 0xcf, 0x3c, 0x20, 0xd6, 0x90, 0xc8, 0xaa, 0xd8, 0x9d, 0xb4, 0xe4, 0xc7, 0x1c, 0x9b, 0xf2, 0xdb, 0x9d, 0xac, 0xda, 0x03, 0x0a, 0x5f, 0x27, 0x38, 0xcb, 0xa8, 0x9f, 0x87, 0x10, 0x30, 0x0b, 0x43, 0x39, 0x49, 0x6e, 0x16, 0xfe, 0x3f, 0x87, 0x12, 0x20, 0x2b, 0xdb, 0x53, 0xac, 0xdd, 0x91, 0x87, 0xf8, 0x6a, 0x26, 0xb9, 0x45, 0xd8, 0x9e, 0x20, 0xb2, 0xe7, 0xb6, 0x40, 0x46, 0x91, 0xe4, 0x4f, 0x6b, 0x77, 0xe2, 0xe6, 0x01, 0xf5, 0x5e, 0x26, 0x54, 0x8e, 0xa8, 0x5f, 0x84, 0xed, 0xc9, 0xad, 0x1d, 0x20, 0x79, 0x69, 0x50, 0xae, 0xdd, 0x49, 0x9e, 0x07, 0xc0, 0xee, 0x14, 0x55, 0xa7, 0x2f, 0x43, 0x7b, 0x40, 0x2c, 0x01, 0x08, 0x52, 0xb5, 0x5a, 0xad, 0x64, 0xe5, 0x80, 0x47, 0x0d, 0x61, 0xe4, 0x4c, 0xf2, 0xfb, 0xf4, 0xb5, 0x3e, 0xb0, 0x3b, 0x69, 0xc8, 0x5f, 0xa6, 0x20, 0x72, 0xcd, 0x01, 0xd2, 0xe4, 0x01, 0x41, 0xe7, 0x4d, 0x23, 0x6a, 0x52, 0x61, 0xc4, 0x11, 0x84, 0xf0, 0x89, 0xe2, 0x46, 0x8d, 0xfa, 0x45, 0xd8, 0x9d, 0xa2, 0xbb, 0x30, 0xe4, 0x71, 0x8d, 0x5c, 0x4a, 0x80, 0xf8, 0x6b, 0x84, 0x25, 0x4f, 0x9a, 0xc5, 0xb9, 0x71, 0xc8, 0x1c, 0xf7, 0x78, 0x70, 0xb2, 0xc4, 0x4a, 0x24, 0x3e, 0xec, 0x4e, 0xda, 0x6b, 0x65, 0x5e, 0x0b, 0xc4, 0x98, 0x26, 0xa6, 0x1c, 0xd5, 0xb2, 0x26, 0x7c, 0x11, 0xd1, 0x3d, 0xeb, 0x56, 0x60, 0x74, 0x61, 0x28, 0x3e, 0xa9, 0x4d, 0x53, 0xfd, 0xe9, 0x0d, 0x6c, 0x4c, 0xdc, 0x1f, 0x5e, 0xd8, 0xc7, 0x16, 0x80, 0xc6, 0xe8, 0x1a, 0x3f, 0x6f, 0xbf, 0x78, 0x6d, 0x59, 0x94, 0x7c, 0xf7, 0x7b, 0xdf, 0x21, 0x55, 0xc6, 0x78, 0x50, 0x10, 0x37, 0x49, 0x9b, 0x4a, 0x62, 0xd8, 0x9d, 0xf2, 0x93, 0xda, 0x38, 0x7b, 0x97, 0xf8, 0xfe, 0x6a, 0xd0, 0x28, 0x61, 0x3c, 0xa8, 0x04, 0x78, 0x93, 0xf3, 0x63, 0x3f, 0xa9, 0x29, 0xa6, 0xcd, 0x03, 0x84, 0x2e, 0x0c, 0x44, 0x8a, 0xa4, 0x36, 0xfa, 0x35, 0x98, 0x43, 0x7a, 0x77, 0x73, 0xef, 0x0f, 0x1b, 0xc4, 0xff, 0x64, 0x16, 0xa8, 0xdb, 0x35, 0xcf, 0xed, 0xda, 0x65, 0x1c, 0xa4, 0xc3, 0x52, 0x40, 0x15, 0xc0, 0xee, 0xc8, 0x19, 0xdd, 0xa7, 0x45, 0x7d, 0xc6, 0xe8, 0x8d, 0xff, 0xc9, 0x7d, 0x1d, 0x87, 0xfc, 0x81, 0x02, 0x58, 0x59, 0x59, 0xe9, 0xf3, 0xed, 0xd9, 0x56, 0xab, 0x79, 0xaf, 0xa6, 0xb1, 0x83, 0x44, 0xd7, 0xf6, 0x71, 0x9b, 0xaf, 0x81, 0xf8, 0xd9, 0x10, 0xbf, 0x2e, 0x49, 0x6e, 0x59, 0x79, 0x80, 0x20, 0xbe, 0xc8, 0x3b, 0x07, 0x84, 0x1f, 0xd8, 0x59, 0x37, 0xfa, 0xaf, 0xaf, 0xaf, 0xc7, 0x9e, 0xe3, 0x2f, 0xb0, 0x16, 0x48, 0x88, 0x80, 0xef, 0xce, 0x0e, 0xb7, 0x4a, 0xe3, 0xc4, 0xc9, 0xa7, 0x96, 0xf9, 0xae, 0x31, 0x5a, 0x0d, 0x0a, 0xbb, 0x93, 0xb5, 0xdd, 0x29, 0xa2, 0xa4, 0x18, 0x10, 0x9f, 0x79, 0xa2, 0xbf, 0x78, 0x96, 0xba, 0xf3, 0xda, 0x34, 0x2d, 0xf2, 0xe2, 0xd9, 0x17, 0xb2, 0xaf, 0x06, 0x45, 0xd4, 0x57, 0x37, 0xc9, 0x95, 0x45, 0x10, 0x2e, 0xe1, 0x29, 0x1d, 0x25, 0xbf, 0xd8, 0x44, 0xc5, 0x5f, 0xbb, 0xdd, 0x21, 0xbf, 0xfc, 0xd5, 0xf3, 0xe4, 0x9d, 0x77, 0xdf, 0x09, 0x0a, 0xe6, 0x06, 0xdf, 0x2c, 0x08, 0x20, 0xa1, 0x5d, 0x89, 0x47, 0x42, 0xf4, 0xd8, 0xcc, 0xc7, 0xee, 0xec, 0x90, 0x7e, 0x20, 0x02, 0xf7, 0xb5, 0x4d, 0x2e, 0xbd, 0xb1, 0x4a, 0x2e, 0x5c, 0xbc, 0x40, 0xb6, 0xdb, 0xdb, 0x41, 0xff, 0x2e, 0x9d, 0x46, 0x7e, 0x25, 0x05, 0x10, 0xb7, 0x25, 0x18, 0x3d, 0x36, 0xe3, 0x91, 0xb9, 0xdf, 0xef, 0x07, 0x7e, 0xee, 0xec, 0xec, 0x6c, 0xac, 0x6b, 0x4d, 0x8a, 0xf8, 0x62, 0x36, 0xee, 0xff, 0xbd, 0x77, 0x85, 0xbc, 0xf5, 0xf6, 0x5b, 0x9c, 0xfc, 0x97, 0xc8, 0xf5, 0xf5, 0xeb, 0x93, 0xff, 0x5f, 0xa2, 0xad, 0xc3, 0x02, 0x4d, 0x10, 0x41, 0x36, 0x89, 0x2a, 0xec, 0xce, 0xef, 0xff, 0x70, 0x91, 0xfc, 0xe5, 0xaf, 0x7f, 0x8e, 0xf4, 0x4d, 0x5d, 0x21, 0x18, 0x46, 0x93, 0x34, 0x0d, 0x83, 0xbf, 0x6e, 0x91, 0x66, 0xb3, 0xe9, 0x6c, 0x62, 0xb9, 0xd9, 0xd9, 0x19, 0x2e, 0x12, 0x7d, 0x27, 0xa9, 0x35, 0x1a, 0x4d, 0x62, 0xdb, 0x16, 0xe9, 0xf5, 0x7a, 0xa4, 0xdb, 0xed, 0x90, 0x8d, 0xcd, 0x0d, 0x4e, 0xf8, 0x75, 0x7e, 0xcc, 0x8e, 0x7a, 0x6f, 0x5e, 0x87, 0x00, 0x32, 0xcd, 0x0f, 0xd4, 0xb1, 0x3b, 0x51, 0x85, 0x11, 0x6f, 0x9d, 0x64, 0xc6, 0x89, 0xdc, 0xe5, 0xaf, 0xba, 0x45, 0xb9, 0xda, 0x5f, 0x40, 0x00, 0x13, 0x2c, 0x50, 0x72, 0x02, 0xa3, 0xc7, 0xa6, 0xf7, 0x98, 0x88, 0xe8, 0x65, 0x42, 0x7c, 0x8f, 0xdd, 0xad, 0xf7, 0x39, 0x13, 0x94, 0x5d, 0xdf, 0x58, 0x1b, 0xb9, 0x49, 0xb6, 0x41, 0x9e, 0x87, 0x00, 0x42, 0x2d, 0x10, 0x7a, 0x6c, 0xa6, 0xd9, 0x0b, 0xdb, 0xe2, 0xff, 0xfc, 0xa0, 0x3e, 0x59, 0xd1, 0x6d, 0x4b, 0x38, 0x0c, 0x61, 0x9f, 0x66, 0x5a, 0xa4, 0xc5, 0xb7, 0x19, 0xfe, 0xf9, 0x8c, 0xe7, 0x0a, 0xd7, 0x46, 0xc9, 0x2f, 0x70, 0x76, 0xf9, 0x2b, 0xcb, 0xff, 0x85, 0x00, 0x32, 0xb1, 0x3c, 0xb0, 0x3b, 0x93, 0xf6, 0xc2, 0xbf, 0x7b, 0xf1, 0xa1, 0x0f, 0xde, 0x4a, 0x3e, 0xfa, 0x91, 0x8f, 0x0d, 0xaa, 0x60, 0x86, 0x1d, 0x25, 0xbd, 0x7b, 0xb1, 0xd9, 0xd4, 0x26, 0xd4, 0xa6, 0xc4, 0xb2, 0x4d, 0x62, 0x59, 0x36, 0xdf, 0x4c, 0x27, 0xb9, 0x15, 0x5e, 0xdf, 0x5b, 0xd7, 0x4f, 0x19, 0x1d, 0x9e, 0xcb, 0xf3, 0x02, 0xa7, 0xa7, 0x70, 0x83, 0xe8, 0x4e, 0xbd, 0x3f, 0x73, 0x04, 0xe5, 0x5c, 0x8b, 0xef, 0xfb, 0x66, 0x9f, 0xf4, 0xfa, 0x5d, 0x5f, 0x02, 0xcc, 0xbe, 0x1d, 0x49, 0x4c, 0x0a, 0x52, 0x9e, 0xb8, 0x9d, 0xe1, 0xc2, 0xc7, 0x90, 0xa2, 0xc7, 0x66, 0xd8, 0xb5, 0xfc, 0x16, 0x48, 0x10, 0xda, 0xfd, 0x7d, 0xa3, 0xd1, 0x18, 0xd9, 0x07, 0xc1, 0x4b, 0x64, 0x77, 0x2f, 0x36, 0xcb, 0xb2, 0x1c, 0x51, 0x88, 0x5a, 0x25, 0xb1, 0xf7, 0xff, 0xde, 0xdd, 0xc4, 0xb1, 0xad, 0xed, 0x0d, 0xff, 0x65, 0xff, 0x7e, 0x7c, 0x7e, 0xf9, 0xd7, 0x0b, 0xc7, 0x9e, 0x84, 0x00, 0x82, 0x09, 0x1c, 0x9f, 0xf8, 0x75, 0x89, 0xfa, 0x59, 0x0b, 0xc2, 0x5f, 0x02, 0xd8, 0xb6, 0x19, 0xd9, 0x86, 0x7a, 0x49, 0xec, 0xdd, 0x0b, 0xc2, 0xbb, 0xe4, 0x0f, 0x22, 0xbc, 0xf7, 0x7d, 0xb7, 0xd7, 0x21, 0x7d, 0xab, 0xef, 0x8b, 0xfe, 0xe4, 0xeb, 0xfc, 0xbb, 0x45, 0xba, 0xeb, 0xa8, 0x05, 0xaa, 0xa0, 0xdd, 0xc9, 0x33, 0xa9, 0x8d, 0xbb, 0x6f, 0x34, 0x46, 0x29, 0x24, 0xfc, 0x78, 0x18, 0x26, 0x45, 0x7d, 0xf1, 0xda, 0x8d, 0xf8, 0x6e, 0xd4, 0x0f, 0x22, 0xbd, 0xfb, 0x5e, 0x58, 0xa7, 0xed, 0xee, 0x58, 0x03, 0xd8, 0x4b, 0x0b, 0xc7, 0x96, 0x9f, 0x8b, 0x9c, 0x4f, 0xa8, 0x5b, 0x0b, 0x94, 0x1f, 0xf1, 0xcb, 0x8a, 0xfa, 0x65, 0x08, 0xc2, 0x6f, 0x6f, 0x2c, 0x5f, 0xb2, 0x2b, 0x88, 0x7a, 0xf5, 0xea, 0xd5, 0xd0, 0xe9, 0x4c, 0xc4, 0xe6, 0xda, 0x1e, 0x7f, 0xd4, 0x9f, 0x24, 0x82, 0xad, 0xce, 0xa6, 0xd3, 0x48, 0xe6, 0x41, 0xdf, 0x66, 0xec, 0xcb, 0xb1, 0x12, 0x6a, 0xd4, 0x02, 0xc1, 0xee, 0xa4, 0xb9, 0x96, 0x5f, 0x00, 0x22, 0xc1, 0xf5, 0x7f, 0x6f, 0x41, 0xec, 0xb0, 0xe7, 0x31, 0x29, 0xca, 0x4f, 0x7a, 0xdf, 0xe6, 0x91, 0xdf, 0xb2, 0x47, 0xaf, 0xbb, 0x67, 0xcf, 0xde, 0x33, 0x5f, 0x3a, 0xf2, 0xe8, 0x25, 0x08, 0x20, 0xf7, 0x5a, 0xa1, 0xec, 0x88, 0x1f, 0xe5, 0x5c, 0x99, 0x7b, 0x6c, 0x1a, 0x3e, 0x01, 0x50, 0x5f, 0x09, 0x10, 0x56, 0xd1, 0x10, 0x94, 0x0b, 0x84, 0xbd, 0xef, 0xf6, 0xbb, 0xdc, 0xf7, 0xf7, 0x46, 0xae, 0xc3, 0x73, 0x91, 0x0b, 0x0f, 0x7e, 0xee, 0x21, 0x21, 0x00, 0x02, 0x01, 0x14, 0x62, 0x59, 0xd0, 0x63, 0xd3, 0xa9, 0xf3, 0xf7, 0x0b, 0xc0, 0x33, 0x46, 0xdc, 0xad, 0xf6, 0x8c, 0x42, 0xfe, 0x69, 0xb5, 0x3c, 0xde, 0xf7, 0x22, 0xe1, 0xed, 0xf6, 0xdb, 0x23, 0xd7, 0xd1, 0x35, 0xfd, 0xdd, 0xc3, 0xf7, 0xdc, 0xf3, 0x68, 0xab, 0xd5, 0xea, 0xc7, 0x7d, 0x0a, 0x8a, 0xe6, 0x00, 0xa3, 0xa4, 0x45, 0x8f, 0xcd, 0xe4, 0xd7, 0x6a, 0xe8, 0xe3, 0x16, 0xc8, 0x5f, 0x4f, 0x1f, 0x84, 0xa0, 0x24, 0x38, 0xec, 0xbd, 0xa8, 0xef, 0xef, 0x9a, 0x6d, 0xff, 0xbd, 0xea, 0xdd, 0xf6, 0xe1, 0x5b, 0x1f, 0xbe, 0xfb, 0xee, 0x4f, 0xbc, 0x47, 0x12, 0xcc, 0xe6, 0xac, 0xfc, 0x78, 0x80, 0x24, 0x7d, 0x7f, 0xaa, 0xd4, 0x63, 0x33, 0xcf, 0x92, 0xc2, 0x49, 0x40, 0x7d, 0x39, 0xad, 0xa8, 0x05, 0x12, 0x9e, 0x7f, 0x9a, 0x00, 0xe2, 0xfa, 0x7d, 0xa7, 0x76, 0xc8, 0x1c, 0x44, 0x7e, 0xdf, 0x80, 0x47, 0xfb, 0xe6, 0xbd, 0x37, 0x3f, 0xf2, 0xc0, 0x67, 0x3e, 0xfb, 0xc7, 0xe1, 0x03, 0x62, 0x10, 0x40, 0x24, 0x22, 0x6b, 0x31, 0x27, 0x52, 0xc5, 0xa4, 0x53, 0xe3, 0x03, 0x54, 0x06, 0xdd, 0x94, 0x35, 0x9f, 0x02, 0x04, 0x41, 0xa7, 0x09, 0x20, 0xaa, 0xd5, 0x19, 0x8d, 0xfc, 0x3d, 0x1e, 0xf9, 0x3b, 0x63, 0x37, 0x95, 0x7f, 0xf6, 0x17, 0x8f, 0x7c, 0xfe, 0x91, 0x9f, 0x7b, 0xc8, 0x0f, 0x01, 0x44, 0x8b, 0xfe, 0xac, 0x92, 0xc4, 0x2f, 0x5b, 0x10, 0x41, 0x03, 0x54, 0xc6, 0x86, 0xa0, 0x33, 0xe2, 0x08, 0xc0, 0x4b, 0x60, 0x2f, 0xf9, 0xa3, 0x46, 0xfd, 0x9d, 0xc8, 0x1f, 0x48, 0x7e, 0xa2, 0x31, 0x6d, 0x69, 0xe1, 0x89, 0xa5, 0xef, 0x1f, 0x9f, 0x5f, 0xbc, 0x69, 0x68, 0x7d, 0x20, 0x80, 0x3c, 0x12, 0x64, 0x95, 0xe6, 0xd8, 0x9c, 0x76, 0xad, 0x49, 0x03, 0x54, 0xa8, 0xaf, 0x2a, 0x52, 0xf4, 0xe7, 0xf7, 0x0b, 0xc0, 0x9f, 0x13, 0x44, 0x15, 0x41, 0xcf, 0x1c, 0xaf, 0xed, 0x19, 0x3e, 0x9c, 0x63, 0x9c, 0xfc, 0x4f, 0x0f, 0xdf, 0x5b, 0xc3, 0x63, 0x14, 0x02, 0x88, 0x9c, 0x04, 0x4f, 0xeb, 0x0b, 0x54, 0x3f, 0xbb, 0x93, 0xe6, 0x5a, 0xfe, 0x41, 0xe8, 0xde, 0x21, 0x89, 0xce, 0x08, 0x2d, 0xcb, 0xdf, 0xf5, 0x41, 0x1b, 0x21, 0xf1, 0xb4, 0x6a, 0xce, 0x69, 0x22, 0xe8, 0xf4, 0xb6, 0x89, 0x45, 0xad, 0xf1, 0x9b, 0xab, 0x91, 0xc7, 0x16, 0xe7, 0x97, 0x4f, 0x7b, 0x8e, 0x59, 0x9e, 0xe8, 0x8f, 0x24, 0x38, 0xaa, 0x08, 0xaa, 0x6a, 0x77, 0x8a, 0x2a, 0x29, 0x02, 0xed, 0xce, 0xc8, 0xb1, 0xc1, 0x71, 0xdb, 0xb2, 0x7d, 0x55, 0x92, 0x3b, 0x25, 0xc0, 0x8d, 0xde, 0x9f, 0x31, 0xa2, 0xbe, 0x10, 0x54, 0xb7, 0xdf, 0x21, 0x94, 0x8d, 0x25, 0xcf, 0x7d, 0xa6, 0x69, 0x0f, 0x2d, 0xcd, 0x2f, 0xfd, 0xc8, 0x77, 0xdc, 0x11, 0x40, 0xd4, 0xbe, 0x3f, 0x10, 0x80, 0x44, 0x76, 0x47, 0x36, 0xdb, 0xe3, 0x2d, 0x19, 0x27, 0x5a, 0x1e, 0x9f, 0x00, 0xc6, 0x4b, 0x00, 0x32, 0x46, 0xfc, 0xa8, 0x22, 0x70, 0xfd, 0x7e, 0x40, 0x80, 0x5a, 0xe3, 0xfc, 0xfe, 0x34, 0x8f, 0xfc, 0xe7, 0x03, 0xee, 0x6b, 0xaa, 0x25, 0x8c, 0x60, 0x81, 0x24, 0x8c, 0xfa, 0xb2, 0xda, 0x9d, 0x20, 0x51, 0x88, 0xbe, 0x3b, 0xa3, 0x39, 0x80, 0x1e, 0xbb, 0x96, 0x67, 0x60, 0x79, 0xda, 0xc4, 0xb4, 0x03, 0xdb, 0xb1, 0xfe, 0xa5, 0xd9, 0x8d, 0xfb, 0x17, 0x16, 0x16, 0x56, 0xf3, 0xe0, 0x83, 0xf2, 0x16, 0x48, 0x95, 0x39, 0x36, 0xc3, 0xae, 0x15, 0x34, 0xe9, 0x54, 0xd0, 0x31, 0xff, 0x71, 0x31, 0x58, 0xdd, 0x0b, 0xd1, 0x30, 0xe6, 0x4f, 0x82, 0xc3, 0x6a, 0x79, 0x04, 0xf9, 0x29, 0xa3, 0x41, 0x65, 0xf3, 0xcf, 0xcc, 0xa6, 0xf5, 0xe0, 0xca, 0xb1, 0xe5, 0xeb, 0x79, 0x71, 0x41, 0xe1, 0x01, 0x31, 0xac, 0x76, 0xcb, 0x84, 0x66, 0x3d, 0xe9, 0x54, 0x14, 0x1b, 0x34, 0x26, 0x80, 0x46, 0x23, 0x52, 0xd4, 0x17, 0x1d, 0xd9, 0x04, 0xf1, 0x85, 0x00, 0x02, 0xd0, 0xe7, 0x8f, 0x68, 0x7e, 0xf1, 0xe8, 0xd2, 0x99, 0xa4, 0xde, 0x1e, 0x02, 0xc8, 0xa4, 0x1d, 0xa0, 0xb8, 0x24, 0xb7, 0xec, 0x39, 0x36, 0x83, 0xec, 0x4e, 0x14, 0x1b, 0xd4, 0xe9, 0x76, 0xc7, 0xee, 0x41, 0x98, 0xf5, 0x69, 0x77, 0xdb, 0x4e, 0xa2, 0xcb, 0x02, 0xa2, 0x3e, 0xff, 0x86, 0x6f, 0xda, 0x8c, 0x3c, 0xb0, 0x7c, 0x6c, 0xf9, 0x4f, 0xdc, 0xf3, 0xe7, 0xce, 0x07, 0xe5, 0xc7, 0x03, 0x4c, 0x5b, 0xf3, 0x6c, 0xd4, 0x2a, 0xb1, 0x50, 0xf2, 0xbb, 0xd7, 0x0e, 0x5b, 0xbb, 0x2a, 0x6c, 0x8d, 0xab, 0xa0, 0xc5, 0x1f, 0xa2, 0x9e, 0x13, 0xe5, 0x5c, 0x6f, 0x04, 0x77, 0xa7, 0x18, 0xf7, 0x4f, 0x35, 0x3e, 0x79, 0xdb, 0x09, 0x24, 0x62, 0xeb, 0xfa, 0x04, 0x20, 0xc6, 0xec, 0x4e, 0x12, 0x40, 0xb7, 0xd7, 0x1d, 0x54, 0x6f, 0xda, 0x81, 0xdd, 0xa3, 0x29, 0xbf, 0x73, 0x67, 0x7a, 0x6d, 0x73, 0x71, 0x65, 0x65, 0xa5, 0x5d, 0x14, 0x1f, 0x94, 0xad, 0x05, 0x72, 0x09, 0x3d, 0x6d, 0x59, 0x1d, 0x6f, 0xa7, 0xb9, 0xf1, 0xd9, 0xe4, 0x48, 0x20, 0xe1, 0xa6, 0x91, 0x3f, 0x8d, 0x30, 0xfc, 0xd1, 0x3b, 0xee, 0xc2, 0x71, 0xfe, 0x29, 0xc5, 0xa7, 0xdb, 0x1d, 0x16, 0x6a, 0x83, 0xdc, 0xe3, 0x9b, 0x9b, 0x5b, 0xa3, 0x02, 0xd0, 0xf5, 0x31, 0xaf, 0xdf, 0xef, 0xf7, 0x9c, 0xc1, 0x2b, 0x41, 0x35, 0x46, 0xc3, 0xb0, 0xbf, 0x4a, 0x98, 0xfe, 0xe0, 0xc2, 0xb1, 0xc5, 0x8b, 0x45, 0xf3, 0x00, 0xed, 0x00, 0x09, 0x23, 0xff, 0x24, 0x41, 0x4c, 0xfa, 0x7d, 0x14, 0x21, 0x44, 0x39, 0xee, 0x27, 0x7f, 0x54, 0xe2, 0xbb, 0x51, 0xdf, 0x8d, 0xf4, 0x51, 0x6a, 0x78, 0x76, 0x3c, 0xbf, 0x7b, 0x8c, 0x8e, 0xfd, 0xed, 0xf5, 0xf5, 0x6b, 0x3e, 0x01, 0x34, 0x6e, 0xf4, 0x05, 0x6a, 0x77, 0xb6, 0x9d, 0x81, 0x2b, 0x13, 0x89, 0x4f, 0x88, 0x88, 0xf4, 0xdf, 0xec, 0x6f, 0x5b, 0x4f, 0xf3, 0xa8, 0xdf, 0x2d, 0x83, 0x0b, 0x18, 0x12, 0x99, 0xc0, 0xee, 0x04, 0x5d, 0x27, 0xe8, 0x9a, 0x51, 0x8e, 0x45, 0xb1, 0x2e, 0x51, 0xec, 0x8e, 0xdf, 0x7e, 0xf9, 0xbb, 0x30, 0xb8, 0xaf, 0x27, 0xd5, 0xe7, 0x4f, 0x3b, 0x3e, 0x49, 0x2c, 0xe2, 0x6f, 0xd7, 0xae, 0x8d, 0xce, 0xc7, 0x23, 0xc6, 0xe9, 0x6e, 0x6d, 0x6f, 0x3a, 0xd3, 0x94, 0x4c, 0x19, 0x0b, 0x20, 0xbe, 0xd0, 0x4f, 0x75, 0x6a, 0x1c, 0x3d, 0x7e, 0xfc, 0xf8, 0x7f, 0xca, 0xe4, 0x83, 0x0a, 0x02, 0x78, 0x9b, 0x6f, 0x73, 0xee, 0x9b, 0x9f, 0x3c, 0xf7, 0x63, 0x1e, 0xa5, 0xb4, 0xd8, 0xa5, 0xc2, 0x78, 0x22, 0x3d, 0xfe, 0x4c, 0xc7, 0x08, 0xcf, 0x02, 0x53, 0xe9, 0x50, 0x91, 0x44, 0xfd, 0x3e, 0x61, 0xa5, 0xd0, 0xf4, 0xe4, 0x9d, 0xdd, 0xb0, 0x42, 0xfe, 0x2f, 0x3c, 0xfe, 0xf7, 0xcc, 0xb3, 0x0e, 0x97, 0xa7, 0xaa, 0xc6, 0xec, 0x39, 0xf3, 0xf2, 0x7b, 0x71, 0x6d, 0x7d, 0x2d, 0xe4, 0x4b, 0x93, 0xb3, 0x9a, 0x46, 0x9f, 0x5c, 0x38, 0xfa, 0xd5, 0xd7, 0x65, 0x20, 0x87, 0x0a, 0x02, 0x38, 0xef, 0x15, 0xc0, 0xda, 0xda, 0x55, 0x02, 0xa4, 0xaf, 0x48, 0x8e, 0xb7, 0x10, 0x91, 0xf3, 0xc7, 0x2f, 0x70, 0x83, 0x74, 0x72, 0x71, 0xbe, 0x78, 0x9f, 0xaf, 0xb4, 0x00, 0x6c, 0x93, 0x2c, 0x36, 0x9a, 0xe4, 0x7e, 0xfe, 0xf2, 0x03, 0xa0, 0x6e, 0x16, 0xe4, 0x67, 0x71, 0x3a, 0x93, 0x6f, 0x68, 0x8c, 0xfc, 0x50, 0xa3, 0x8d, 0x33, 0x79, 0xb5, 0xe4, 0x42, 0x00, 0x21, 0x58, 0x5a, 0x5a, 0xba, 0x72, 0xe2, 0xc4, 0x89, 0xbb, 0x89, 0x6e, 0x8b, 0xf5, 0x5e, 0x3f, 0xc9, 0xb7, 0x59, 0xd0, 0x38, 0x1d, 0xb4, 0x1b, 0x3f, 0xd9, 0x88, 0xd3, 0x73, 0x1a, 0xad, 0x18, 0xbd, 0xc2, 0x98, 0x7e, 0x9e, 0x1f, 0xfb, 0x81, 0xd9, 0x31, 0xcf, 0x85, 0x2d, 0x50, 0x01, 0x01, 0x14, 0x80, 0x61, 0xa2, 0xf5, 0xa9, 0x67, 0x9e, 0x79, 0xa6, 0xb9, 0xb6, 0xb6, 0x76, 0x1b, 0x28, 0x9c, 0x2d, 0x9a, 0x86, 0xb1, 0x45, 0xe9, 0xb6, 0xd1, 0x34, 0x6e, 0xba, 0xf6, 0xf8, 0xe3, 0x8f, 0x77, 0xaa, 0xf4, 0xdd, 0x95, 0xaa, 0x05, 0x3a, 0x72, 0xe4, 0x88, 0xa8, 0x8f, 0xfb, 0x37, 0x28, 0x0b, 0x28, 0x29, 0x00, 0x00, 0x80, 0x00, 0x00, 0xc0, 0x83, 0xff, 0x03, 0xb7, 0x5e, 0xd8, 0xff, 0x29, 0x82, 0x84, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_backup_192_png_len = 4489; unsigned char editing_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x1a, 0xd1, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x0b, 0x78, 0x14, 0xd5, 0xd9, 0x7e, 0xf7, 0x92, 0xfb, 0xfd, 0x0a, 0x49, 0x20, 0x04, 0x95, 0x7b, 0x00, 0x81, 0x70, 0xd1, 0x08, 0x82, 0x08, 0x02, 0x22, 0x22, 0x17, 0x85, 0x0a, 0x88, 0x4a, 0x95, 0xd6, 0x5e, 0xfe, 0xfa, 0xff, 0xd5, 0xd6, 0x6a, 0x8d, 0x4a, 0xd5, 0x3e, 0x55, 0x6b, 0xb5, 0x8f, 0x55, 0x69, 0xc5, 0x7a, 0x6d, 0x45, 0x4b, 0x95, 0xdf, 0x8a, 0x58, 0x24, 0xf8, 0x03, 0x05, 0x21, 0xdc, 0x04, 0xc2, 0x25, 0x40, 0x20, 0x17, 0x02, 0xb9, 0x27, 0x9b, 0xec, 0x75, 0x76, 0xff, 0x73, 0x66, 0x33, 0xbb, 0x93, 0x61, 0x66, 0x77, 0x36, 0x3b, 0x33, 0xbb, 0x0b, 0x39, 0xcf, 0x33, 0x99, 0xc9, 0x99, 0x9d, 0x99, 0x33, 0xe7, 0xfd, 0xce, 0x77, 0xde, 0xef, 0x3b, 0xdf, 0x39, 0x03, 0xf4, 0xa6, 0xde, 0xd4, 0x9b, 0x7a, 0x53, 0x6f, 0xea, 0x4d, 0xbd, 0xa9, 0x37, 0xf5, 0xa6, 0xde, 0xd4, 0x9b, 0x7a, 0x53, 0x6f, 0xea, 0x4d, 0xbd, 0xe9, 0x4a, 0x49, 0x3a, 0x25, 0x6e, 0xb2, 0x6e, 0xdd, 0xba, 0x58, 0x8b, 0xc5, 0xf2, 0xb8, 0x4e, 0xa7, 0xbb, 0x9d, 0x6c, 0x43, 0xc9, 0x66, 0x24, 0x9b, 0xfb, 0x01, 0x64, 0xcf, 0xdf, 0xb8, 0x3c, 0x61, 0x72, 0xb9, 0x5c, 0x9e, 0x3d, 0x7f, 0x13, 0xcb, 0x93, 0x73, 0x4e, 0xee, 0x6f, 0x94, 0xb8, 0x87, 0x86, 0xbf, 0x71, 0x90, 0xed, 0x18, 0xa9, 0xbf, 0x4f, 0xc9, 0xb6, 0xe6, 0xed, 0xb7, 0xdf, 0xb6, 0x84, 0x5c, 0x00, 0xba, 0xc0, 0xdf, 0x41, 0x0e, 0xc7, 0x0a, 0xc1, 0x16, 0x82, 0x2e, 0x25, 0x04, 0x62, 0x2f, 0x7e, 0x99, 0x01, 0xa7, 0xc6, 0x73, 0xca, 0x52, 0x53, 0x53, 0x8b, 0x5f, 0x7d, 0xf5, 0x55, 0x6b, 0x30, 0xf8, 0x19, 0x83, 0x15, 0x00, 0xb3, 0xd9, 0xfc, 0x04, 0x01, 0x73, 0x2c, 0x3d, 0x26, 0x05, 0xc2, 0xd0, 0xa1, 0x43, 0x11, 0x15, 0x15, 0x25, 0xda, 0xd2, 0xf9, 0x02, 0x20, 0x96, 0xf8, 0x2f, 0xc9, 0xcf, 0xa3, 0xd7, 0x88, 0xe5, 0x8b, 0x5d, 0x23, 0xf5, 0x3b, 0xa9, 0x63, 0x7f, 0xe7, 0x85, 0xcf, 0x96, 0x7a, 0xae, 0x12, 0xcf, 0xf2, 0xf7, 0x7b, 0xab, 0xd5, 0x8a, 0xd2, 0xd2, 0x52, 0xd4, 0xd6, 0xd6, 0xd2, 0xac, 0x71, 0x4d, 0x4d, 0x4d, 0x8f, 0x93, 0xfd, 0x13, 0x21, 0x15, 0x00, 0x92, 0xe6, 0xd1, 0x3f, 0x31, 0x31, 0x31, 0x98, 0x3f, 0x7f, 0x3e, 0xa2, 0xa3, 0xa3, 0x35, 0xef, 0xc7, 0x84, 0x15, 0xa8, 0xc5, 0xb5, 0xa1, 0x7a, 0xe6, 0x94, 0x29, 0x53, 0xf0, 0xe8, 0xa3, 0x8f, 0xa2, 0xa5, 0xa5, 0x85, 0x0a, 0xe7, 0xed, 0xc1, 0x0a, 0x80, 0x3e, 0xc8, 0x8a, 0xa7, 0xcd, 0x79, 0x18, 0x3d, 0xee, 0xd7, 0xaf, 0x5f, 0x48, 0xc0, 0xbf, 0xd2, 0x92, 0xc1, 0x60, 0x40, 0x51, 0x51, 0x11, 0xf7, 0xef, 0xf0, 0x60, 0xbb, 0xf1, 0xa0, 0x34, 0xc0, 0x53, 0x4f, 0x3d, 0xa5, 0xcb, 0xce, 0xce, 0x36, 0x70, 0x6a, 0x9a, 0x4b, 0xed, 0xed, 0xed, 0xec, 0x26, 0x45, 0xf8, 0x84, 0x2f, 0xc4, 0x49, 0xb7, 0xd3, 0xe9, 0xf4, 0xf9, 0x7b, 0x7f, 0xf7, 0xf2, 0x77, 0x5e, 0xec, 0x77, 0xc1, 0xb4, 0x64, 0x2d, 0x53, 0x6c, 0x6c, 0x2c, 0xe2, 0xe2, 0xe2, 0xba, 0xd5, 0x19, 0x3d, 0x2c, 0x29, 0x29, 0xd1, 0x91, 0xcd, 0x15, 0x12, 0x01, 0xe0, 0xf7, 0xd1, 0xfc, 0xe4, 0x70, 0x38, 0xd8, 0xfe, 0x4a, 0x0a, 0x10, 0x7e, 0x3e, 0xa7, 0x35, 0x28, 0xf8, 0x0c, 0xc3, 0xf4, 0x08, 0x5c, 0x39, 0xc0, 0xcb, 0x15, 0x8e, 0x60, 0xaf, 0x51, 0xab, 0x5b, 0x53, 0x4b, 0xbb, 0x1a, 0xd5, 0x7a, 0x01, 0x39, 0xe0, 0x07, 0x93, 0xaf, 0x06, 0xf0, 0xa1, 0x04, 0x3c, 0x54, 0x65, 0x31, 0x86, 0x1a, 0x7c, 0x2e, 0x4f, 0x4c, 0x15, 0x6b, 0xdd, 0x1d, 0x5c, 0x89, 0xc9, 0x18, 0x4a, 0x69, 0x56, 0xa3, 0xd5, 0xab, 0xd5, 0x1d, 0xa8, 0x2d, 0x30, 0x81, 0x70, 0x11, 0x25, 0x79, 0x8b, 0x51, 0xed, 0x82, 0x6b, 0xd1, 0x15, 0xa8, 0x05, 0xbc, 0x96, 0xda, 0xc1, 0x97, 0x77, 0x34, 0x62, 0x35, 0x40, 0x38, 0xf0, 0x80, 0x48, 0xe5, 0x00, 0xc2, 0xf2, 0x08, 0xcb, 0xa6, 0x94, 0x70, 0x84, 0x05, 0x09, 0xf4, 0xe5, 0x21, 0x54, 0x53, 0x23, 0x44, 0x3a, 0x07, 0x50, 0x42, 0x08, 0x8c, 0x5a, 0x15, 0x42, 0xab, 0x56, 0x7f, 0x25, 0x70, 0x80, 0xb0, 0xec, 0x02, 0x7c, 0xbd, 0x40, 0x24, 0x9a, 0x84, 0xbd, 0x1c, 0x20, 0x82, 0x48, 0xe0, 0xe5, 0xda, 0x1d, 0x68, 0x51, 0x9e, 0xb0, 0x21, 0x81, 0x52, 0x3c, 0x80, 0xcb, 0xeb, 0xe8, 0xe8, 0x40, 0x55, 0x55, 0x95, 0xe2, 0x15, 0x14, 0x6a, 0xd0, 0x87, 0x0d, 0x1b, 0x16, 0xd2, 0x32, 0xab, 0xa6, 0x01, 0x02, 0x05, 0xdf, 0x9f, 0x23, 0x88, 0xef, 0x26, 0xbe, 0x1c, 0x80, 0x17, 0x2b, 0x47, 0x28, 0x78, 0x80, 0x22, 0x1a, 0x40, 0x38, 0x36, 0xde, 0x13, 0x4f, 0xa0, 0xbf, 0x7c, 0xea, 0x0b, 0x4f, 0x4e, 0x4e, 0xd6, 0x94, 0xc0, 0x69, 0x2d, 0x24, 0x6a, 0x99, 0x7a, 0xaa, 0x6b, 0x00, 0xa9, 0x16, 0xac, 0x14, 0xf8, 0x34, 0xd1, 0xd1, 0xb0, 0xbc, 0xbc, 0xbc, 0x2b, 0x96, 0x03, 0xa8, 0x55, 0x36, 0xc5, 0x34, 0x80, 0x12, 0xe0, 0x47, 0x9a, 0x49, 0xd8, 0xd3, 0x7b, 0x28, 0xd1, 0xb2, 0xc5, 0x22, 0x92, 0x42, 0xaa, 0x01, 0xd4, 0x06, 0xdf, 0x62, 0xb1, 0xa0, 0xa9, 0xa9, 0x49, 0x31, 0x40, 0xc2, 0xa1, 0xb5, 0xd3, 0x32, 0x08, 0xb5, 0x9a, 0xd6, 0x3c, 0x40, 0x55, 0x33, 0x30, 0x10, 0xf0, 0xfd, 0x91, 0x40, 0x9b, 0xcd, 0x86, 0xb6, 0xb6, 0x36, 0xcd, 0x80, 0xd5, 0x4a, 0x40, 0x84, 0x02, 0xa0, 0x35, 0x0f, 0x50, 0xad, 0x0b, 0x50, 0x5a, 0xed, 0xeb, 0xf5, 0xfa, 0xb0, 0x53, 0xe5, 0x97, 0x83, 0x2f, 0x20, 0xec, 0x48, 0xa0, 0xd4, 0x0b, 0x27, 0x25, 0x25, 0x89, 0xda, 0xcc, 0xc1, 0x12, 0xc0, 0x50, 0xba, 0x85, 0x43, 0x11, 0x90, 0xaa, 0x69, 0x17, 0xa0, 0x36, 0x09, 0xd4, 0x6a, 0x94, 0x50, 0xad, 0x96, 0x18, 0x8c, 0xfb, 0x37, 0xac, 0x46, 0x03, 0x95, 0xe2, 0x01, 0xbe, 0xae, 0xa7, 0x8e, 0x20, 0xea, 0x0d, 0x0c, 0x16, 0x90, 0x70, 0x32, 0x09, 0x69, 0x70, 0x67, 0x62, 0x62, 0xa2, 0x2c, 0x0e, 0x20, 0x56, 0xc7, 0x61, 0x65, 0x05, 0x04, 0xc3, 0x03, 0xe4, 0x80, 0x40, 0xc1, 0xaf, 0xa9, 0xa9, 0x51, 0x1d, 0x78, 0xad, 0xd3, 0x88, 0x11, 0x23, 0x64, 0x95, 0x3b, 0x6c, 0xfd, 0x00, 0x52, 0x12, 0x1a, 0x0c, 0xf8, 0x3d, 0x8d, 0x01, 0xd0, 0x12, 0x78, 0x25, 0xee, 0x1b, 0x0e, 0x21, 0xe9, 0x9a, 0x38, 0x82, 0x94, 0xe8, 0x0a, 0xa8, 0xaa, 0x94, 0xf2, 0x04, 0xaa, 0xe5, 0x24, 0x52, 0x5b, 0x90, 0xa8, 0x65, 0x13, 0x0a, 0xf7, 0xaf, 0xea, 0x24, 0x50, 0x6c, 0x4e, 0x60, 0xb0, 0x3c, 0x80, 0xf6, 0x97, 0x74, 0x2c, 0x40, 0x6d, 0x72, 0x18, 0xea, 0x2e, 0x43, 0xae, 0x40, 0x44, 0x8c, 0x27, 0x30, 0xd8, 0xca, 0x55, 0xca, 0x65, 0xac, 0xb6, 0x49, 0x78, 0x45, 0xfb, 0x01, 0x7c, 0x49, 0xaa, 0x5c, 0xb7, 0xac, 0x3f, 0x4d, 0x62, 0x32, 0x99, 0x2e, 0x89, 0x07, 0x08, 0x17, 0x7b, 0x3e, 0x98, 0xe7, 0x0e, 0x1f, 0x3e, 0xfc, 0xf2, 0xe1, 0x00, 0x42, 0x6d, 0xa0, 0x24, 0x11, 0xa4, 0x53, 0xc7, 0x94, 0x06, 0x30, 0xd4, 0x2d, 0x5e, 0x4a, 0x7b, 0xca, 0x51, 0xed, 0x61, 0xe3, 0x07, 0x90, 0x9a, 0xdb, 0x1e, 0x4c, 0xbf, 0x2f, 0x96, 0x47, 0xa7, 0x9f, 0xa7, 0xa4, 0xa4, 0x84, 0x84, 0x00, 0x6a, 0xad, 0xde, 0xe5, 0x06, 0x89, 0x84, 0xbd, 0x1f, 0x40, 0x29, 0xf0, 0x69, 0x9e, 0x30, 0x1e, 0x20, 0x5c, 0x02, 0x47, 0xfd, 0xdd, 0x27, 0x58, 0x90, 0xc2, 0x9e, 0x03, 0xc8, 0x61, 0xa4, 0x4a, 0x6b, 0x83, 0x50, 0xcd, 0x21, 0x50, 0x8a, 0xc4, 0x2a, 0x65, 0x46, 0x87, 0xad, 0x19, 0xa8, 0x86, 0x4f, 0x80, 0xc6, 0x03, 0x34, 0x36, 0x36, 0x6a, 0xe2, 0x3c, 0xd2, 0xd2, 0x99, 0x44, 0x17, 0xd6, 0xe8, 0x89, 0x2f, 0x20, 0xac, 0xcc, 0x40, 0xb9, 0xaa, 0xd0, 0x57, 0xe4, 0xaf, 0x3f, 0x4f, 0x22, 0x5d, 0x6f, 0x40, 0x4e, 0x3c, 0x40, 0xb8, 0x9b, 0x75, 0xc2, 0x44, 0x05, 0xa0, 0xa7, 0x1c, 0x20, 0x6c, 0x34, 0x80, 0x2f, 0x33, 0x8e, 0x46, 0xf1, 0x1c, 0x3f, 0x7e, 0x9c, 0xf5, 0x7a, 0xd1, 0x3e, 0xbc, 0x7f, 0xff, 0xfe, 0x3d, 0xd2, 0x06, 0x46, 0xa3, 0x31, 0xec, 0x81, 0xf7, 0xf7, 0x5c, 0x39, 0xee, 0x72, 0x39, 0xf7, 0x64, 0xef, 0xe3, 0x72, 0x40, 0xa7, 0xc0, 0x2a, 0x7f, 0xaa, 0x87, 0x85, 0x57, 0x54, 0x54, 0xb0, 0x1e, 0x3c, 0xea, 0xca, 0xb5, 0xdb, 0xed, 0x2c, 0x90, 0x74, 0x05, 0x91, 0x40, 0xbb, 0x02, 0x7a, 0x3d, 0xdf, 0x66, 0x0e, 0x25, 0x0f, 0x50, 0x5a, 0xc0, 0xe4, 0xb4, 0x72, 0x86, 0xb1, 0x63, 0xc7, 0xe6, 0x0d, 0xd8, 0xb5, 0xf5, 0x63, 0x9c, 0x38, 0xbc, 0x0b, 0x51, 0x76, 0xf7, 0x12, 0x81, 0x15, 0xdb, 0x36, 0xd5, 0x2e, 0x9b, 0x96, 0xf4, 0x25, 0x91, 0x85, 0x37, 0xde, 0xfb, 0xba, 0x7d, 0x67, 0x48, 0xfd, 0x00, 0x62, 0x89, 0x86, 0x73, 0xa7, 0xa5, 0xa5, 0x21, 0x2b, 0x2b, 0x8b, 0x0d, 0xeb, 0xa2, 0x2e, 0x5d, 0xaa, 0x0d, 0xe8, 0x71, 0x38, 0x90, 0xc0, 0x70, 0x88, 0x1f, 0xf4, 0xc7, 0x01, 0x4e, 0x1c, 0xda, 0x8e, 0x8f, 0xff, 0xf2, 0x6b, 0x5c, 0xac, 0x3d, 0x2d, 0x76, 0x79, 0x1f, 0x72, 0xc5, 0x0a, 0xb8, 0xb0, 0x62, 0xd9, 0xd4, 0xc4, 0x0d, 0xd6, 0x18, 0xfd, 0xaa, 0xf5, 0x5f, 0xb6, 0x35, 0x85, 0x54, 0x03, 0xf0, 0x5f, 0x28, 0x27, 0x27, 0x87, 0x75, 0xe2, 0x50, 0xd0, 0xe9, 0x22, 0x47, 0x54, 0x18, 0x1a, 0x1a, 0x1a, 0x02, 0xae, 0x78, 0x1a, 0x0f, 0x40, 0xbd, 0x81, 0x4a, 0xcc, 0x39, 0x08, 0x17, 0x7e, 0x40, 0x1b, 0x03, 0x8d, 0x74, 0xf2, 0xc5, 0x9b, 0xb6, 0x6e, 0x7c, 0x13, 0x9f, 0xbd, 0xfb, 0x3c, 0x39, 0xf6, 0x3a, 0xc2, 0x06, 0xe6, 0xe6, 0x63, 0x70, 0x76, 0x7f, 0xb8, 0x6c, 0x76, 0x1c, 0xae, 0x3e, 0x83, 0xda, 0xb6, 0xfa, 0xae, 0x0b, 0x71, 0x47, 0x8c, 0x8d, 0xb9, 0x76, 0xc5, 0xcd, 0x71, 0x53, 0xdf, 0xf9, 0xb7, 0xf9, 0x9c, 0xa6, 0x02, 0x20, 0xa5, 0x05, 0xfa, 0xf4, 0xe9, 0xc3, 0xee, 0x13, 0x12, 0x12, 0xd8, 0xae, 0x80, 0x82, 0x28, 0xb6, 0x18, 0x94, 0xbf, 0x01, 0x24, 0x7a, 0x1d, 0x8d, 0x07, 0x50, 0x1b, 0x48, 0xad, 0x05, 0x63, 0xe4, 0xc8, 0x91, 0xa2, 0xf9, 0x4e, 0x27, 0x83, 0x4f, 0xfe, 0xf2, 0x24, 0xb6, 0x7f, 0xf9, 0xae, 0x27, 0xaf, 0x78, 0xf4, 0x44, 0x2c, 0x9d, 0xf2, 0x3d, 0xa4, 0x30, 0xc9, 0x40, 0x6b, 0xab, 0x7b, 0xcb, 0x6c, 0x43, 0x65, 0xcb, 0x51, 0xbc, 0x7a, 0x7c, 0x1b, 0x2e, 0x5a, 0x3b, 0xe9, 0x1b, 0x0c, 0x74, 0x32, 0x86, 0xaf, 0xee, 0x2b, 0xce, 0x2c, 0x7a, 0x6b, 0x47, 0x43, 0xbb, 0xbf, 0xe7, 0xeb, 0xd5, 0xd0, 0x00, 0xc2, 0x0a, 0xa5, 0x5b, 0x67, 0x67, 0x27, 0xea, 0xea, 0xea, 0x58, 0x20, 0x95, 0x52, 0xc3, 0x4a, 0x82, 0xe5, 0x6f, 0x15, 0x53, 0x2d, 0x89, 0xa3, 0xd5, 0xd2, 0x89, 0xb5, 0xcf, 0xaf, 0xea, 0x06, 0xfe, 0xbd, 0xb7, 0x2e, 0xc6, 0xea, 0x99, 0x0f, 0x23, 0xc5, 0x1a, 0x0f, 0x50, 0x73, 0x98, 0x6e, 0x34, 0x4c, 0x9e, 0xec, 0x0b, 0x9a, 0x62, 0xf1, 0x4c, 0xca, 0x58, 0xe4, 0xc6, 0xc6, 0x72, 0x3f, 0x1f, 0x6c, 0x8b, 0xb6, 0xbc, 0x10, 0x36, 0x8e, 0xa0, 0x40, 0x5a, 0xba, 0x54, 0x1e, 0x25, 0x81, 0x7c, 0x93, 0x49, 0x69, 0x12, 0x18, 0x0a, 0xad, 0xc0, 0xad, 0xf7, 0xc7, 0xbf, 0x7f, 0x6b, 0xf3, 0x05, 0xbc, 0xf1, 0xec, 0xbd, 0xa8, 0x3e, 0x7d, 0xd8, 0xfd, 0x1b, 0x9d, 0x1e, 0x8f, 0xdc, 0xfd, 0x23, 0x0c, 0xcf, 0x9c, 0x48, 0xc0, 0x6e, 0xf2, 0xb6, 0x7c, 0x6a, 0x12, 0xf3, 0x8e, 0xe3, 0x5b, 0x4d, 0xf8, 0x45, 0x54, 0x16, 0x1e, 0xd6, 0x57, 0xc3, 0xe1, 0x64, 0xb1, 0xb8, 0x7f, 0xd9, 0xd4, 0xe4, 0xdf, 0xbd, 0x57, 0xda, 0x56, 0x11, 0x32, 0x3f, 0x80, 0x1c, 0xb0, 0xe5, 0xb6, 0x74, 0x5a, 0x59, 0xfc, 0xb1, 0x80, 0x60, 0x09, 0xa3, 0x1a, 0x1e, 0xc2, 0x60, 0x53, 0xed, 0xd9, 0x72, 0x16, 0xfc, 0xe6, 0x06, 0x76, 0x2d, 0x60, 0xc4, 0x93, 0x16, 0xfd, 0xeb, 0xe5, 0x8f, 0x20, 0x2f, 0xe6, 0x6a, 0x77, 0x6b, 0x97, 0x00, 0x9f, 0x3b, 0x4e, 0x21, 0xda, 0x75, 0x51, 0x61, 0x02, 0xfe, 0x66, 0x61, 0xb5, 0x2c, 0x91, 0x2e, 0xd7, 0x83, 0x64, 0xff, 0xf3, 0x90, 0x9a, 0x81, 0x6a, 0x68, 0x03, 0x35, 0xa7, 0x9a, 0xf5, 0x04, 0x78, 0x25, 0xa6, 0x86, 0x1d, 0x3b, 0xf8, 0x0d, 0xde, 0xfa, 0xdd, 0x6a, 0x58, 0xcc, 0xee, 0x2e, 0x32, 0x33, 0x2d, 0x15, 0x4f, 0x2c, 0xf9, 0x05, 0xd2, 0x5d, 0x59, 0xb2, 0xc0, 0xb7, 0x9b, 0xcd, 0x30, 0x11, 0xb2, 0x3d, 0xa4, 0x9a, 0x94, 0x25, 0x93, 0x2b, 0x98, 0x6b, 0x96, 0x26, 0x02, 0xd0, 0x93, 0xc1, 0xa0, 0x40, 0x05, 0x84, 0x72, 0x87, 0xb3, 0x67, 0xcf, 0x06, 0xdd, 0x2a, 0x43, 0x7d, 0xbd, 0xf0, 0x5e, 0x94, 0x04, 0xee, 0xfc, 0xea, 0x43, 0x7c, 0xf4, 0xe6, 0x63, 0x84, 0x1c, 0xbb, 0xfd, 0x23, 0x43, 0xf2, 0xf3, 0xf1, 0xdf, 0xb7, 0x3f, 0x82, 0x38, 0x73, 0x14, 0x01, 0xd9, 0x3f, 0xf8, 0x16, 0x62, 0x52, 0x53, 0xf0, 0xe9, 0x66, 0xa9, 0x63, 0x90, 0x95, 0x63, 0x40, 0xbd, 0x9d, 0x25, 0xda, 0x43, 0x4a, 0x4a, 0xa0, 0x27, 0x9b, 0x53, 0x13, 0x2b, 0x40, 0x6a, 0x7c, 0x5b, 0x09, 0x6d, 0x40, 0x2d, 0x87, 0x50, 0x81, 0xa7, 0x56, 0x57, 0x40, 0xcd, 0xe3, 0xcf, 0xde, 0x7d, 0x0e, 0x5f, 0x6d, 0x78, 0xcd, 0x93, 0x77, 0x7d, 0xe1, 0x48, 0xac, 0x9c, 0xf6, 0x13, 0xe8, 0x2c, 0x2e, 0x38, 0x5b, 0x9a, 0xa1, 0x6f, 0x6e, 0xf6, 0x09, 0x3e, 0x05, 0xbd, 0x83, 0x9a, 0xc8, 0x5d, 0x02, 0x60, 0x22, 0xc7, 0xa9, 0xc4, 0x1e, 0xec, 0x32, 0x0c, 0xa3, 0x2a, 0x4b, 0x53, 0x89, 0xc9, 0xd0, 0xd2, 0xa2, 0x99, 0x23, 0x48, 0x0e, 0x21, 0x14, 0x03, 0xdb, 0xdf, 0x35, 0x72, 0xe3, 0x01, 0x94, 0xb4, 0x16, 0xd4, 0xe4, 0x00, 0x0e, 0xbb, 0x15, 0x9b, 0x3e, 0x7c, 0x16, 0xe5, 0xfb, 0xfe, 0xed, 0xc9, 0xbb, 0x6b, 0xe1, 0x0f, 0x90, 0x56, 0x78, 0x2b, 0xf6, 0x70, 0x7e, 0x80, 0x9c, 0x1c, 0x24, 0x37, 0x34, 0x60, 0xc0, 0x81, 0x03, 0x48, 0xa7, 0xac, 0x9f, 0x27, 0x00, 0x0c, 0xd1, 0x88, 0x1c, 0xe8, 0x42, 0x01, 0x68, 0xf6, 0x56, 0xa5, 0xa3, 0x60, 0x6a, 0x4b, 0x1b, 0x4a, 0x43, 0xe8, 0x07, 0x50, 0x82, 0x08, 0xd2, 0xff, 0xa9, 0x13, 0xc9, 0x9f, 0x15, 0xa0, 0xc5, 0x94, 0x73, 0x25, 0x84, 0xa4, 0xa3, 0xbd, 0x19, 0x6f, 0x3c, 0x77, 0x1f, 0x4e, 0x97, 0xef, 0xf1, 0xe4, 0x3d, 0x70, 0x7f, 0x09, 0x5c, 0xfd, 0xc7, 0x83, 0xe1, 0x69, 0x07, 0x5a, 0xa7, 0x4d, 0x69, 0x69, 0x68, 0x9c, 0x3a, 0x15, 0x05, 0x46, 0x23, 0xae, 0xd9, 0xb8, 0x91, 0x05, 0xdf, 0x66, 0xb1, 0xb0, 0x40, 0x8b, 0x09, 0x80, 0x85, 0xb4, 0xf7, 0x46, 0x87, 0x47, 0xe3, 0x9f, 0xf0, 0xa5, 0xfe, 0x55, 0xb7, 0x02, 0x94, 0x32, 0x0b, 0xb5, 0x22, 0x81, 0x5a, 0xb8, 0x85, 0xeb, 0xcf, 0x57, 0xe2, 0x4f, 0x6b, 0x96, 0xe3, 0x62, 0xed, 0x19, 0x37, 0x00, 0xc6, 0x28, 0xfc, 0xe0, 0x87, 0x2f, 0xc1, 0x92, 0x7e, 0x55, 0xb7, 0xae, 0x81, 0x5b, 0x3e, 0x9f, 0xdb, 0x57, 0x4c, 0x9a, 0x84, 0x98, 0x8a, 0x0a, 0x64, 0x94, 0x96, 0xa2, 0xa3, 0xab, 0xa5, 0x8b, 0x09, 0x40, 0x43, 0x81, 0x11, 0x3c, 0x7d, 0xfc, 0xb9, 0x26, 0x9e, 0x40, 0xb9, 0x33, 0x83, 0x82, 0x01, 0xdb, 0x4c, 0x58, 0xae, 0x54, 0x3c, 0x80, 0x12, 0x6a, 0x5f, 0x0b, 0x93, 0xaf, 0xe6, 0xcc, 0x77, 0xd8, 0xf0, 0xe7, 0x47, 0x61, 0xee, 0x68, 0x65, 0xff, 0x4f, 0x4d, 0x4a, 0xc6, 0xca, 0xd5, 0xaf, 0xa0, 0x23, 0x21, 0xeb, 0x92, 0x2e, 0x94, 0x0f, 0x3e, 0x77, 0x7c, 0x64, 0xfe, 0x7c, 0x14, 0xee, 0xdc, 0x09, 0x4b, 0x47, 0x87, 0xa8, 0x00, 0xd8, 0xaf, 0x89, 0xc2, 0x3e, 0xa3, 0xc7, 0xcb, 0x6a, 0xd5, 0x31, 0xc6, 0x3f, 0x69, 0xe6, 0x08, 0x52, 0xc3, 0x2b, 0x26, 0x5c, 0x1f, 0xa0, 0xb5, 0xb5, 0x55, 0x71, 0x30, 0xb5, 0xb2, 0xf5, 0x4f, 0x1f, 0xf9, 0x3f, 0x94, 0x6e, 0x78, 0x09, 0x8c, 0xc3, 0x3d, 0x08, 0x96, 0x96, 0x14, 0x87, 0xfb, 0x96, 0x2e, 0x44, 0x8a, 0xbe, 0x16, 0x69, 0x1d, 0xb5, 0x70, 0x38, 0x53, 0xd0, 0x12, 0xdd, 0x07, 0x1d, 0xc6, 0xe8, 0x4b, 0x34, 0x80, 0xe7, 0x38, 0x36, 0x16, 0xd5, 0x45, 0x45, 0x88, 0xfa, 0xfa, 0xeb, 0x4b, 0x04, 0x80, 0x19, 0x13, 0x83, 0x9d, 0x71, 0x0c, 0x78, 0x43, 0x06, 0x2f, 0xbe, 0xfb, 0x4d, 0xeb, 0x19, 0x4d, 0x34, 0x40, 0x4f, 0x54, 0x7b, 0xa0, 0xda, 0xc0, 0xdf, 0xfa, 0x00, 0xa1, 0x02, 0x5f, 0xce, 0x3d, 0x0e, 0xef, 0xfa, 0x14, 0xff, 0xd9, 0xb4, 0xd6, 0x33, 0xa0, 0x93, 0x97, 0x9d, 0x82, 0x65, 0x8b, 0x67, 0x23, 0x21, 0x91, 0x7e, 0x04, 0x82, 0x98, 0xb6, 0xe4, 0xd5, 0xa2, 0xc8, 0x96, 0x45, 0x4e, 0xa7, 0x5d, 0xcc, 0xc5, 0xb9, 0xb4, 0x42, 0xb6, 0xe3, 0x16, 0x6a, 0x00, 0xba, 0x6f, 0x1d, 0x3c, 0x18, 0x51, 0x5f, 0x7d, 0xe5, 0x15, 0x00, 0xf2, 0x4b, 0xdb, 0xa4, 0x18, 0x7c, 0x0b, 0x07, 0x1f, 0xfc, 0xcd, 0xd5, 0x2e, 0xd3, 0x93, 0x9a, 0xb8, 0x82, 0xfd, 0x91, 0x40, 0xa5, 0x2a, 0x96, 0x0e, 0x24, 0x15, 0x16, 0x16, 0x2a, 0xe2, 0x48, 0xd2, 0xca, 0x49, 0x44, 0xed, 0xfa, 0xbf, 0xbf, 0xf1, 0x18, 0x76, 0x6e, 0x7e, 0xdf, 0x93, 0x37, 0xe2, 0x9a, 0x1c, 0x2c, 0x98, 0x77, 0x0b, 0xa2, 0xa2, 0x62, 0xc4, 0x05, 0x3d, 0xb1, 0x02, 0xd9, 0xdf, 0x1d, 0x44, 0xed, 0x88, 0xa5, 0x70, 0x0a, 0xba, 0x02, 0xba, 0xb7, 0x64, 0x66, 0xa2, 0x93, 0x82, 0x4f, 0x36, 0xb3, 0xd1, 0x85, 0x86, 0xa2, 0x18, 0x94, 0xbb, 0x1c, 0xfc, 0x5b, 0x7c, 0x66, 0x75, 0xc5, 0xdd, 0x5d, 0x5a, 0x6a, 0x72, 0x68, 0x2a, 0x00, 0x4a, 0xb6, 0x76, 0xa5, 0xc8, 0x98, 0x52, 0x43, 0xc7, 0x3d, 0xd1, 0x16, 0x74, 0x40, 0xe7, 0xad, 0x17, 0x56, 0xe3, 0xf0, 0xde, 0x2d, 0x5e, 0x1b, 0x7f, 0xec, 0x35, 0x98, 0x39, 0x7d, 0x0a, 0xd1, 0x66, 0x51, 0xe2, 0xa6, 0xa1, 0xb5, 0x05, 0xed, 0x55, 0xbb, 0xe0, 0x34, 0x9a, 0x91, 0x72, 0x38, 0x0f, 0x8d, 0xc3, 0x8a, 0x2f, 0xe5, 0x03, 0x64, 0xdf, 0x4e, 0xc0, 0xb7, 0xc4, 0xba, 0x50, 0x35, 0x26, 0x0a, 0xe7, 0x9c, 0x5e, 0x9c, 0x09, 0x12, 0xaf, 0x0c, 0xba, 0xd1, 0xf4, 0xb3, 0x92, 0x12, 0x93, 0x53, 0x6e, 0x39, 0x43, 0x32, 0x35, 0xac, 0x27, 0xda, 0x80, 0x46, 0x13, 0xd1, 0x11, 0xc5, 0x40, 0xc0, 0x08, 0xc4, 0x5a, 0xa0, 0x7e, 0x06, 0xee, 0xa3, 0x4c, 0xc1, 0x76, 0x13, 0x74, 0x40, 0xe7, 0xb5, 0x67, 0x56, 0x78, 0x06, 0x74, 0xe8, 0x2d, 0x6e, 0xb9, 0x71, 0x34, 0xae, 0x9f, 0x38, 0x11, 0x52, 0x1f, 0xf9, 0xb2, 0xb5, 0xd7, 0xc2, 0x74, 0x7e, 0x2f, 0x51, 0xe3, 0x6e, 0x12, 0x67, 0x74, 0x12, 0x02, 0x6f, 0x1b, 0x0f, 0xa7, 0xc1, 0xd0, 0xad, 0x2b, 0x70, 0x10, 0x1e, 0x64, 0x26, 0xa6, 0x5e, 0xf9, 0x30, 0x23, 0x9a, 0xbd, 0x93, 0x65, 0x1c, 0x04, 0xfc, 0x9f, 0xbe, 0xbf, 0xd5, 0xf4, 0x1a, 0xb6, 0x06, 0x56, 0x56, 0xd5, 0x47, 0x03, 0x83, 0x6d, 0xfd, 0xdc, 0xff, 0x14, 0x7c, 0xa9, 0xa9, 0x61, 0x4a, 0x4c, 0xf8, 0xa4, 0x1f, 0xbd, 0x1c, 0x30, 0x60, 0x40, 0xd0, 0x1a, 0xa6, 0xa6, 0xb2, 0x9c, 0x98, 0x79, 0x2b, 0xd0, 0x54, 0x5f, 0xd3, 0x65, 0xe6, 0xe9, 0xb1, 0x64, 0xde, 0x64, 0x0c, 0x1e, 0x34, 0x54, 0xf2, 0x3e, 0x96, 0xe6, 0x53, 0xe8, 0xb8, 0xf0, 0x9d, 0xbb, 0x0d, 0x7b, 0x3c, 0x5f, 0x26, 0x18, 0x89, 0x00, 0x39, 0xae, 0x19, 0xe5, 0x01, 0x9f, 0x15, 0x94, 0xc6, 0x2a, 0xec, 0x1f, 0xaa, 0x87, 0xb9, 0xeb, 0xb7, 0xa4, 0x04, 0x4d, 0x8c, 0x1e, 0x8b, 0x3e, 0xd8, 0x62, 0xda, 0xda, 0x13, 0xec, 0xc2, 0x96, 0x03, 0x28, 0x4d, 0xe4, 0x94, 0x22, 0x87, 0xbe, 0xce, 0x95, 0x1f, 0xd8, 0x86, 0xb5, 0xcf, 0x7f, 0xdf, 0x33, 0xa0, 0x93, 0x10, 0x1f, 0x83, 0x15, 0x8b, 0x6e, 0x46, 0x4e, 0x4e, 0x3f, 0xa9, 0xda, 0x23, 0xc0, 0x1f, 0x24, 0x02, 0x20, 0x4e, 0xd6, 0xf5, 0x6d, 0xc7, 0x08, 0xf0, 0x85, 0x9e, 0xba, 0xed, 0x28, 0xdb, 0x86, 0xaf, 0x8f, 0x7e, 0x02, 0xa6, 0xab, 0x08, 0x4e, 0x7d, 0x1c, 0x11, 0x00, 0x66, 0xf2, 0x07, 0x5b, 0x9a, 0x8e, 0xf6, 0xb4, 0xfe, 0x34, 0x75, 0x04, 0x05, 0x63, 0x19, 0xc4, 0xc7, 0xc7, 0xb3, 0x11, 0xc5, 0x3d, 0xe9, 0xab, 0xe5, 0xe4, 0xd1, 0x2e, 0x20, 0x18, 0xef, 0x20, 0x1d, 0xd0, 0xf9, 0xf0, 0xf5, 0x5f, 0x10, 0x33, 0xcf, 0xce, 0xfe, 0x9f, 0x9d, 0x9e, 0x88, 0xe5, 0x84, 0xe9, 0xa7, 0xa4, 0xa6, 0x8b, 0xd7, 0x9b, 0xd3, 0x86, 0xf6, 0xea, 0x6f, 0x61, 0xef, 0xac, 0x97, 0xd6, 0x0c, 0xd6, 0x5a, 0xb7, 0x76, 0x25, 0xad, 0xbf, 0x69, 0xfb, 0x67, 0xf8, 0xe6, 0xd0, 0x06, 0x2f, 0x5f, 0x30, 0xa6, 0xa3, 0x33, 0x66, 0x04, 0xc6, 0x16, 0x4d, 0x3c, 0x86, 0x2d, 0x25, 0x08, 0x4b, 0x01, 0x50, 0x92, 0x1b, 0xd0, 0xef, 0x11, 0x53, 0x35, 0xad, 0x84, 0x15, 0xa0, 0xe4, 0xd0, 0x31, 0x7d, 0xff, 0x7f, 0xfd, 0xfd, 0x25, 0x7c, 0xfe, 0xe1, 0x8b, 0x9e, 0xbc, 0x41, 0x03, 0xfa, 0x62, 0xf1, 0x1d, 0x33, 0x10, 0x1b, 0x13, 0x2f, 0x7a, 0x8d, 0xd3, 0xde, 0x81, 0xb6, 0xea, 0xff, 0x80, 0xb1, 0x4a, 0x47, 0x6c, 0x9d, 0xab, 0xb7, 0xe3, 0x58, 0x55, 0x3d, 0x86, 0x8c, 0x63, 0x50, 0xbd, 0xf9, 0x5d, 0xec, 0x3d, 0xe5, 0xd5, 0xf0, 0xb9, 0x83, 0xae, 0x43, 0x79, 0x2d, 0x31, 0x21, 0x75, 0x41, 0x07, 0x74, 0x69, 0x37, 0x1c, 0xac, 0xb4, 0x76, 0x50, 0x9a, 0x04, 0xf6, 0x04, 0x7c, 0xea, 0xd4, 0x79, 0xe7, 0x0f, 0x3f, 0xc3, 0x9e, 0x6f, 0xbc, 0x2d, 0xb3, 0x68, 0xd4, 0xd5, 0xb8, 0x75, 0xe6, 0x8d, 0x30, 0x18, 0x24, 0x98, 0xbe, 0xb9, 0x91, 0xb4, 0xfc, 0xdd, 0x70, 0x32, 0x56, 0x89, 0xfa, 0x24, 0x5d, 0x49, 0x95, 0x15, 0x95, 0x17, 0xec, 0x44, 0xbd, 0x13, 0x21, 0xd8, 0xf0, 0x32, 0x8e, 0xd5, 0x1d, 0xea, 0xf2, 0x85, 0x18, 0xb0, 0x60, 0xe5, 0xe3, 0x68, 0xb2, 0x67, 0xa0, 0x7c, 0xc3, 0x86, 0xf0, 0x9a, 0x19, 0xe4, 0x6f, 0xd2, 0x83, 0x12, 0x80, 0x06, 0x7b, 0x7f, 0x25, 0x07, 0x8b, 0xe8, 0x80, 0xce, 0xeb, 0xbf, 0xb9, 0x17, 0x15, 0x47, 0x77, 0x7b, 0xf2, 0x6f, 0xba, 0x7e, 0x34, 0x6e, 0xbc, 0x61, 0xa2, 0xe4, 0xb5, 0xb6, 0xf6, 0x1a, 0x98, 0x6a, 0xcb, 0x48, 0x5d, 0x89, 0x7f, 0x21, 0x95, 0x71, 0xba, 0xb0, 0xff, 0x94, 0x05, 0x17, 0x5b, 0x18, 0xd6, 0xdc, 0xab, 0x6a, 0xa8, 0x83, 0xcd, 0xee, 0x8e, 0x0e, 0x8a, 0x89, 0x8d, 0xc7, 0x83, 0xbf, 0xfc, 0x33, 0x46, 0x4d, 0x98, 0x89, 0x0f, 0x3e, 0xf8, 0x20, 0x3c, 0x97, 0x89, 0xd3, 0xc2, 0x25, 0x1c, 0x2a, 0x6d, 0xc0, 0x3f, 0xd7, 0x50, 0x77, 0x16, 0xaf, 0x96, 0x7c, 0xcf, 0x13, 0xa7, 0x6f, 0xd4, 0xeb, 0x71, 0xe7, 0xbc, 0x1b, 0x30, 0x74, 0x88, 0xf4, 0xc7, 0x1f, 0xcc, 0x4d, 0x27, 0xd0, 0x79, 0xf1, 0x88, 0x74, 0x7f, 0x6f, 0x73, 0x61, 0x6f, 0x85, 0x19, 0x6d, 0x1d, 0x4e, 0x58, 0xec, 0x4e, 0x54, 0x37, 0x58, 0x3d, 0xf5, 0x99, 0x96, 0x99, 0x8b, 0x1f, 0x3e, 0xfe, 0x57, 0x0c, 0x1c, 0x32, 0x46, 0x71, 0x12, 0x1d, 0x12, 0x2b, 0xa0, 0x27, 0xf1, 0x00, 0xc1, 0x08, 0x4c, 0xb0, 0xce, 0x20, 0x7e, 0xfe, 0x99, 0xe3, 0x65, 0x78, 0x6d, 0xcd, 0x3d, 0x30, 0xb5, 0xba, 0x07, 0xa6, 0xe2, 0xe3, 0xa2, 0xb0, 0x7c, 0xd1, 0x4c, 0xe4, 0xe5, 0xf6, 0x93, 0xa8, 0x1f, 0x06, 0x1d, 0x75, 0xfb, 0x61, 0x6d, 0x95, 0x5e, 0xdd, 0xa4, 0xd9, 0xc4, 0xa0, 0xac, 0xc2, 0x02, 0xab, 0x9d, 0x58, 0x05, 0x16, 0x07, 0xce, 0x37, 0x79, 0x27, 0xcd, 0x0c, 0x1c, 0x32, 0x16, 0x0f, 0x3e, 0xb6, 0x0e, 0x69, 0x19, 0x7d, 0x7b, 0x44, 0xbc, 0xc3, 0xc2, 0x0a, 0x50, 0x32, 0x22, 0x57, 0xa9, 0xf8, 0x82, 0x9e, 0x80, 0xbf, 0x6f, 0xc7, 0x46, 0xbc, 0xfd, 0xfb, 0x9f, 0xc0, 0x6e, 0x73, 0x4f, 0xcb, 0xca, 0x48, 0x4b, 0xc0, 0x3d, 0x8b, 0xe7, 0x20, 0x35, 0x4d, 0x82, 0xe9, 0x33, 0x84, 0xe9, 0xd7, 0xec, 0x26, 0x4c, 0xbf, 0x41, 0xb2, 0x6c, 0xe7, 0x9b, 0x1c, 0x38, 0x78, 0xc6, 0xc2, 0xaa, 0xff, 0x66, 0x93, 0x1d, 0x8d, 0x6d, 0x5e, 0xcf, 0x5e, 0xd1, 0xe4, 0xdb, 0xb1, 0xec, 0xc7, 0x2f, 0x21, 0x3a, 0x26, 0x4e, 0x35, 0x33, 0x3a, 0x22, 0xe3, 0x01, 0x42, 0xa1, 0x0d, 0xbe, 0xfe, 0x6c, 0x2d, 0x3e, 0xfe, 0x4b, 0x89, 0x67, 0x40, 0xa7, 0xa0, 0x5f, 0x16, 0x96, 0x2e, 0x98, 0x85, 0xb8, 0x38, 0x71, 0xa6, 0xcf, 0xd8, 0x4d, 0x68, 0xaf, 0x22, 0x4c, 0xdf, 0x66, 0x92, 0x7c, 0xee, 0xc9, 0x1a, 0x1b, 0x4e, 0xd6, 0xda, 0x58, 0x7f, 0xc0, 0xc5, 0x66, 0x3b, 0xda, 0xcc, 0xde, 0x39, 0x93, 0x73, 0x96, 0x3c, 0x8c, 0x39, 0x77, 0x3d, 0x1c, 0x39, 0x8b, 0x45, 0xfb, 0x4a, 0x74, 0x2a, 0x18, 0x9d, 0xde, 0x9d, 0x9d, 0x9d, 0xdd, 0xe3, 0xcf, 0xa0, 0xd3, 0x78, 0x00, 0x7f, 0x53, 0xca, 0x94, 0xd2, 0x06, 0xdd, 0x4c, 0x36, 0x27, 0x83, 0xaf, 0xd6, 0xbf, 0x88, 0x03, 0x3b, 0xbc, 0x4c, 0xff, 0xda, 0xe1, 0x03, 0x30, 0x6f, 0xf6, 0x74, 0x36, 0x98, 0x43, 0x2c, 0xd9, 0x59, 0xa6, 0xbf, 0x8b, 0xd5, 0x00, 0xe2, 0xf7, 0x04, 0x0e, 0x55, 0x5a, 0x50, 0xdb, 0xe8, 0x80, 0x83, 0x71, 0xa1, 0xa6, 0xc9, 0x42, 0xc8, 0x9e, 0xbb, 0x21, 0x45, 0x45, 0xc7, 0x92, 0x56, 0xff, 0x22, 0x26, 0xdc, 0xb8, 0x40, 0xb2, 0x91, 0x85, 0xd5, 0x47, 0xa3, 0xb8, 0x02, 0x4a, 0x69, 0x82, 0x63, 0xc7, 0x8e, 0xb1, 0x81, 0x1c, 0xd4, 0xcf, 0xde, 0xd2, 0xd2, 0xc2, 0x46, 0xc1, 0xf6, 0x64, 0x12, 0x89, 0x9c, 0x78, 0x00, 0xa5, 0x07, 0x99, 0xec, 0x56, 0x33, 0xfe, 0xfd, 0xd1, 0x73, 0x38, 0x77, 0x72, 0x4f, 0x77, 0xa6, 0x3f, 0x79, 0xa2, 0xe4, 0xd4, 0x6c, 0x6b, 0x6b, 0x25, 0x4c, 0x75, 0x07, 0xc1, 0x1f, 0x9b, 0xed, 0x76, 0x9e, 0x00, 0xbd, 0xf7, 0xa4, 0x19, 0xad, 0x84, 0xec, 0x39, 0x18, 0x27, 0xce, 0xd6, 0x5b, 0x89, 0x40, 0xb8, 0xeb, 0x23, 0x25, 0xbd, 0x0f, 0x56, 0xff, 0x6a, 0x1d, 0x0a, 0x06, 0x8d, 0x51, 0x0d, 0x70, 0xcd, 0x49, 0x60, 0x73, 0x73, 0x33, 0x32, 0x33, 0x33, 0xd9, 0x80, 0x4e, 0x3a, 0x2d, 0x9c, 0xfa, 0xb4, 0xe9, 0x24, 0x0f, 0xba, 0x0f, 0xa4, 0x35, 0x6a, 0xfd, 0xbd, 0x80, 0x8e, 0xb6, 0x06, 0x6c, 0x7a, 0xbf, 0x04, 0x0d, 0xe7, 0x4f, 0x75, 0x3d, 0x5f, 0x87, 0x05, 0xb3, 0x8b, 0x31, 0xaa, 0x50, 0x7a, 0x6d, 0x5f, 0x73, 0xc3, 0x31, 0x74, 0x36, 0x94, 0x4b, 0x9e, 0x6f, 0xeb, 0x74, 0x12, 0xb2, 0x67, 0x46, 0xa7, 0xd5, 0x45, 0x58, 0x3f, 0x83, 0x9a, 0x46, 0x2b, 0xb8, 0x6a, 0xcb, 0x2b, 0x18, 0x8e, 0x87, 0x7e, 0xfd, 0x0e, 0xd2, 0xb3, 0xfa, 0x69, 0xea, 0x56, 0x57, 0x9d, 0x03, 0x70, 0x6b, 0x03, 0xd0, 0x49, 0xa2, 0x54, 0x8d, 0xd3, 0x49, 0xa2, 0x54, 0x10, 0xc4, 0xa6, 0x87, 0xfb, 0xbb, 0x0f, 0x7f, 0x22, 0x65, 0xb0, 0x01, 0x27, 0xbe, 0xfa, 0xfd, 0x9a, 0xca, 0xa3, 0xf8, 0xe8, 0x95, 0x47, 0x3d, 0x33, 0x74, 0x62, 0xa2, 0x8d, 0x58, 0xb6, 0x70, 0x26, 0x06, 0xe4, 0xf7, 0x97, 0x66, 0xfa, 0xe7, 0xf7, 0xc1, 0xda, 0x56, 0x2d, 0x59, 0xfe, 0xfa, 0x56, 0x07, 0x6b, 0xe3, 0x53, 0x95, 0xdf, 0xda, 0xe1, 0x20, 0xff, 0xdb, 0x3d, 0xe7, 0x0a, 0x8b, 0x6e, 0xc6, 0xaa, 0x47, 0x5e, 0x47, 0x6c, 0x5c, 0xa2, 0x22, 0x56, 0x51, 0x58, 0x09, 0x40, 0x41, 0x41, 0x01, 0xbb, 0xd2, 0x37, 0x05, 0x9f, 0x6a, 0x01, 0xea, 0xd3, 0x97, 0xf3, 0xed, 0x9f, 0x50, 0x7d, 0xb2, 0xed, 0xe8, 0xbe, 0xad, 0x58, 0xfb, 0xdb, 0x07, 0x3c, 0x03, 0x3a, 0x29, 0xc9, 0x09, 0x58, 0x79, 0xe7, 0x2c, 0x64, 0x64, 0x64, 0x8a, 0xf7, 0xe7, 0x8c, 0x85, 0x25, 0x7b, 0x0e, 0x8b, 0x64, 0xe8, 0x3d, 0xeb, 0xd5, 0xa3, 0xde, 0x3d, 0xca, 0xf4, 0xeb, 0x5b, 0x6c, 0x84, 0xec, 0x79, 0x1d, 0x41, 0x37, 0xcd, 0xfb, 0x3e, 0xee, 0xfc, 0xfe, 0xd3, 0x10, 0x0e, 0x13, 0x6b, 0x25, 0x04, 0xaa, 0x07, 0x85, 0xd2, 0xd6, 0x4f, 0x5b, 0x2f, 0x05, 0x9e, 0xaa, 0x71, 0xca, 0x03, 0xc4, 0x16, 0x7d, 0xf4, 0xeb, 0x76, 0x65, 0x18, 0xb4, 0xb7, 0xb7, 0x2b, 0xd6, 0xda, 0xc5, 0xce, 0x7f, 0x5b, 0xba, 0x1e, 0x1b, 0xdf, 0x79, 0xc6, 0x33, 0x43, 0xa7, 0x5f, 0x4e, 0x26, 0xbe, 0xb7, 0xf0, 0x16, 0x24, 0x26, 0x24, 0x8a, 0x97, 0xc9, 0xd6, 0x86, 0x36, 0x02, 0xbe, 0xd3, 0xde, 0x29, 0x2e, 0x1c, 0xa4, 0x4a, 0x0e, 0x13, 0xb2, 0x57, 0xdd, 0xe0, 0x60, 0xc1, 0xaf, 0x6d, 0xb2, 0x12, 0xd5, 0xef, 0x7e, 0x77, 0xea, 0x2a, 0x5e, 0xb4, 0x6a, 0x0d, 0x6e, 0xba, 0x6d, 0xa5, 0x4f, 0xb2, 0x17, 0x31, 0xdf, 0x0c, 0xf2, 0x55, 0x50, 0x0a, 0xb8, 0x70, 0x71, 0x87, 0x40, 0x87, 0x67, 0x29, 0xf8, 0x3d, 0x8d, 0x07, 0x90, 0xf3, 0xac, 0xb2, 0xd2, 0xf7, 0x51, 0xb6, 0x95, 0x17, 0xba, 0x35, 0x38, 0x1f, 0x77, 0xcc, 0xbd, 0x19, 0xd1, 0x51, 0x12, 0x4c, 0xbf, 0xe3, 0x02, 0xb1, 0xf1, 0xbf, 0x25, 0x5c, 0x4f, 0x3c, 0xf2, 0xca, 0xe6, 0x70, 0x61, 0x5f, 0x85, 0x05, 0x4d, 0xed, 0x0c, 0x1c, 0xe4, 0xfd, 0xab, 0x2e, 0x5a, 0xb9, 0x59, 0xbb, 0x44, 0xd5, 0x27, 0x61, 0xc6, 0x92, 0xc7, 0x91, 0x9a, 0x37, 0xca, 0x2f, 0xe0, 0x6a, 0x0b, 0x41, 0xc8, 0xfd, 0x00, 0x6a, 0xab, 0x7f, 0xbf, 0x66, 0x1e, 0x63, 0x67, 0xa3, 0x75, 0x2b, 0xbe, 0xdb, 0xe6, 0xc9, 0x2b, 0x1e, 0x3f, 0x1c, 0x33, 0xa6, 0x15, 0x43, 0x2f, 0x31, 0xda, 0x66, 0x69, 0xa9, 0x44, 0x47, 0xdd, 0x01, 0x74, 0x0b, 0xe0, 0xe0, 0xa5, 0x4e, 0xab, 0x13, 0x7b, 0x4e, 0x98, 0xd1, 0x61, 0x71, 0x93, 0xbd, 0x2a, 0xc2, 0xf4, 0x39, 0x0d, 0x9f, 0x92, 0x91, 0x8b, 0xd9, 0xcb, 0x9e, 0x46, 0x6a, 0x66, 0x3f, 0xc9, 0xf2, 0xaa, 0x69, 0xf6, 0x69, 0x6e, 0x05, 0x28, 0xf5, 0x12, 0x74, 0x29, 0x15, 0x6e, 0x85, 0x31, 0x5f, 0x9a, 0x24, 0x10, 0xf5, 0xdf, 0x69, 0x6a, 0xc1, 0x7b, 0x7f, 0xf8, 0x11, 0xce, 0x9e, 0xdc, 0xef, 0x61, 0xfa, 0x73, 0xa6, 0x4f, 0xc4, 0x84, 0xb1, 0xa3, 0xa5, 0xde, 0x16, 0x9d, 0xf5, 0x47, 0x60, 0x6e, 0x3c, 0x29, 0xed, 0xf3, 0x68, 0x63, 0x08, 0xd9, 0x33, 0xb3, 0x1a, 0xa0, 0xbd, 0xd3, 0x81, 0x0b, 0x2d, 0x76, 0x0f, 0xf8, 0x83, 0x0a, 0x8b, 0xb1, 0xec, 0x27, 0x7f, 0x40, 0x6c, 0x7c, 0x92, 0xc7, 0xb2, 0x09, 0x45, 0xab, 0x0f, 0x3b, 0x0d, 0x20, 0xe7, 0x85, 0xa9, 0xe9, 0x48, 0xe3, 0x01, 0x02, 0x01, 0xdc, 0xd7, 0x39, 0x3a, 0x43, 0x67, 0xed, 0xb3, 0xcb, 0x3c, 0x33, 0x74, 0xa2, 0x8d, 0x51, 0x58, 0xb2, 0x60, 0x3a, 0xae, 0x19, 0x38, 0x40, 0xe2, 0x3d, 0x1d, 0x30, 0xd5, 0xec, 0x81, 0xcd, 0x54, 0x27, 0x59, 0xc6, 0xaa, 0x7a, 0x3b, 0x8e, 0x9c, 0xa3, 0x64, 0x8f, 0x08, 0x02, 0x61, 0xf9, 0x2d, 0x1d, 0xde, 0xee, 0x61, 0xca, 0xec, 0x15, 0x58, 0xba, 0xfa, 0x39, 0x18, 0x44, 0x9c, 0x47, 0x72, 0x84, 0x20, 0xe2, 0x56, 0x0a, 0x0d, 0xc5, 0x07, 0x1c, 0xe5, 0xfe, 0xf6, 0x54, 0xf9, 0x1e, 0x76, 0x21, 0x06, 0x53, 0xd7, 0x62, 0x5a, 0x49, 0x89, 0xf1, 0x58, 0xbe, 0x78, 0x16, 0xfa, 0x66, 0x67, 0xf5, 0x88, 0xe9, 0xd3, 0x2a, 0x38, 0x5e, 0x63, 0xc5, 0xe9, 0xf3, 0x76, 0xa2, 0x23, 0x08, 0xd9, 0x23, 0xf6, 0x3d, 0xed, 0x06, 0xdc, 0xad, 0xdc, 0x80, 0x3b, 0xee, 0xf9, 0x15, 0x66, 0x2d, 0xfe, 0xb1, 0xcf, 0x3a, 0xd3, 0xb2, 0xd5, 0xab, 0x62, 0x05, 0xa8, 0xdd, 0x1d, 0x50, 0x12, 0x58, 0x59, 0x59, 0x19, 0x34, 0xf9, 0xa3, 0x33, 0x74, 0xb6, 0xfe, 0xe3, 0x45, 0xcf, 0x0c, 0x9d, 0x3e, 0xd9, 0x69, 0x58, 0xbe, 0x68, 0x0e, 0x92, 0x93, 0xc4, 0x99, 0xbe, 0xc3, 0xda, 0xca, 0xba, 0x75, 0xa5, 0x98, 0x3e, 0xb5, 0xeb, 0x0f, 0x9c, 0x76, 0x8f, 0xe1, 0x53, 0xcf, 0x5e, 0x55, 0x83, 0x95, 0xcd, 0x63, 0xdd, 0xba, 0x31, 0x71, 0xb8, 0x79, 0xf1, 0x2f, 0x91, 0x75, 0xd5, 0x04, 0x94, 0x95, 0x95, 0x89, 0x96, 0x6f, 0xcc, 0x98, 0x31, 0x3e, 0x5b, 0xfd, 0x65, 0x61, 0x05, 0x28, 0xd1, 0xe2, 0xc5, 0x56, 0x16, 0x0b, 0x34, 0xb9, 0x67, 0xe8, 0xbc, 0xe9, 0x29, 0xeb, 0xe0, 0xab, 0xfb, 0x61, 0xd1, 0xbc, 0x19, 0x88, 0x95, 0x18, 0x9f, 0x10, 0x86, 0x6a, 0x8b, 0x91, 0xbd, 0xbd, 0x27, 0x2d, 0x30, 0x99, 0x2f, 0x1d, 0xc3, 0x4f, 0x4a, 0xeb, 0x83, 0x5b, 0x97, 0x3f, 0x83, 0xd4, 0xac, 0x7c, 0x4d, 0x09, 0x74, 0xd8, 0x92, 0xc0, 0x60, 0x13, 0x0d, 0xda, 0xf4, 0x17, 0x13, 0x28, 0x75, 0xce, 0x3d, 0xa0, 0xf3, 0x02, 0x0e, 0xee, 0xfc, 0xd4, 0x93, 0x37, 0xfe, 0xda, 0xa1, 0x98, 0x33, 0xe3, 0x06, 0x18, 0xf4, 0x06, 0x71, 0xa6, 0x2f, 0x16, 0xaa, 0xcd, 0x4b, 0xbe, 0xc6, 0xf0, 0xf3, 0x06, 0x8e, 0xc4, 0xe2, 0xd5, 0x2f, 0x20, 0x21, 0x29, 0xdd, 0x27, 0xe0, 0xdc, 0xca, 0x64, 0xbe, 0x5a, 0xfd, 0x65, 0x61, 0x06, 0x2a, 0xc1, 0x07, 0xe8, 0x60, 0x52, 0x7e, 0x7e, 0x7e, 0xc0, 0x84, 0x8f, 0xce, 0xd0, 0x79, 0xfd, 0x37, 0x2b, 0x71, 0xe2, 0xbb, 0x1d, 0x9e, 0x73, 0xb3, 0xa6, 0x8e, 0xc7, 0x75, 0x13, 0xc7, 0x4a, 0x0c, 0xe7, 0xd0, 0x50, 0xed, 0x43, 0x44, 0x00, 0x4e, 0x4b, 0x96, 0x85, 0x1b, 0xc3, 0xa7, 0x76, 0x7d, 0x63, 0xab, 0x83, 0x90, 0x3d, 0xaf, 0x5b, 0xf7, 0xba, 0xe9, 0x77, 0xe1, 0x9e, 0x9f, 0xbe, 0x04, 0xa3, 0xc4, 0xd4, 0xaf, 0x70, 0x68, 0xf5, 0x61, 0x65, 0x05, 0xa8, 0xed, 0xf2, 0xdd, 0xf4, 0xd1, 0xcb, 0x1e, 0xf0, 0xa9, 0x25, 0xb1, 0xf8, 0xb6, 0x69, 0x18, 0x3e, 0xe4, 0x6a, 0xf1, 0x77, 0x71, 0xda, 0x61, 0xaa, 0xa5, 0x4c, 0xff, 0x82, 0xe4, 0xfd, 0xb8, 0x31, 0x7c, 0x3a, 0x82, 0x57, 0xd7, 0x62, 0x23, 0xad, 0x9f, 0xe9, 0x7a, 0x0f, 0x3d, 0x21, 0x7b, 0x8f, 0x61, 0xce, 0x5d, 0xff, 0x15, 0xb0, 0xc5, 0x13, 0x8a, 0xbe, 0x5f, 0x71, 0x12, 0xa8, 0xb6, 0x43, 0x88, 0x8b, 0x07, 0x08, 0xa4, 0x0b, 0x68, 0x69, 0xac, 0xc5, 0x96, 0xcf, 0xd6, 0xba, 0xd9, 0x38, 0x69, 0xef, 0x0f, 0xdc, 0xb7, 0x18, 0x39, 0x99, 0x69, 0xee, 0x01, 0x79, 0x21, 0xd3, 0xf7, 0x13, 0xaa, 0x4d, 0x2f, 0x39, 0x58, 0x69, 0xc1, 0xf9, 0x46, 0x07, 0xec, 0x84, 0xec, 0xd5, 0x92, 0xfe, 0xde, 0xd6, 0x45, 0xf6, 0x8c, 0x51, 0xb1, 0x98, 0x7f, 0xef, 0xd3, 0x18, 0x72, 0xed, 0x34, 0x9c, 0x39, 0x73, 0x26, 0xa0, 0x7a, 0xa3, 0x63, 0x25, 0xa1, 0x6c, 0x24, 0x61, 0x47, 0x02, 0xa5, 0x12, 0x0d, 0x28, 0x69, 0xe1, 0xad, 0x75, 0x24, 0xc7, 0x02, 0xd8, 0xbc, 0xde, 0xcb, 0xf6, 0x6f, 0x9d, 0x7b, 0x23, 0x06, 0x8c, 0x9f, 0x49, 0x0a, 0xab, 0x83, 0xb3, 0xb5, 0x06, 0x4c, 0xdb, 0x05, 0xb8, 0xec, 0xee, 0x73, 0x0e, 0x4b, 0x93, 0x7b, 0x52, 0xa6, 0x44, 0xa8, 0x36, 0x7f, 0x0c, 0xdf, 0xea, 0x60, 0x08, 0xd9, 0xb3, 0x79, 0xc6, 0xf0, 0x13, 0x92, 0x32, 0x30, 0x7b, 0x59, 0x09, 0xb2, 0xf2, 0x06, 0xcb, 0x1a, 0xe4, 0x12, 0xd6, 0x1b, 0x27, 0x00, 0x11, 0x6d, 0x06, 0x6a, 0x91, 0xb8, 0x55, 0x35, 0xe5, 0xa6, 0xda, 0x33, 0x07, 0x51, 0x59, 0xfe, 0x1f, 0x37, 0x48, 0x89, 0x71, 0x98, 0x34, 0x73, 0x11, 0xf4, 0x86, 0x18, 0x6a, 0x98, 0x43, 0x97, 0x51, 0x00, 0x5d, 0x52, 0x5f, 0xd8, 0x6a, 0xf6, 0xc3, 0x7a, 0x91, 0x46, 0xeb, 0x1e, 0x96, 0x0c, 0xd5, 0xe6, 0x8f, 0xe1, 0x9b, 0x08, 0xd9, 0xbb, 0xd0, 0x6c, 0xf3, 0x8c, 0xe1, 0x67, 0xf4, 0xbd, 0x0a, 0x73, 0x96, 0x3f, 0x85, 0xc4, 0x94, 0x6c, 0xc5, 0xbb, 0xbf, 0x88, 0x1a, 0x0d, 0xd4, 0x42, 0x10, 0xa8, 0x2b, 0x78, 0xd4, 0xa8, 0x51, 0xb2, 0xbc, 0x7c, 0x34, 0x6e, 0xef, 0xf3, 0x75, 0xff, 0xe3, 0xf9, 0x7f, 0xe9, 0x92, 0x3b, 0x60, 0x8c, 0x4f, 0x76, 0x83, 0x0f, 0x77, 0xc5, 0x52, 0xb7, 0x6f, 0x74, 0xee, 0x48, 0x62, 0x5e, 0x5a, 0xe0, 0x24, 0xa4, 0x4f, 0x0c, 0x8a, 0xba, 0xe6, 0x2e, 0xb2, 0xe7, 0x70, 0xb1, 0x5e, 0xbd, 0x86, 0x36, 0x2f, 0xd9, 0x1b, 0x5b, 0x3c, 0x17, 0xab, 0x7e, 0xfe, 0x1a, 0xa2, 0xbb, 0x66, 0xff, 0xc8, 0x55, 0xd3, 0x52, 0x5f, 0x59, 0xbb, 0x62, 0x49, 0xa0, 0x1a, 0x69, 0xfb, 0xa6, 0x77, 0xd9, 0x65, 0x57, 0x69, 0x1a, 0xd0, 0xbf, 0x2f, 0xae, 0x1a, 0x33, 0xd9, 0x6d, 0xcb, 0xb3, 0x5d, 0x95, 0xdb, 0xad, 0xeb, 0xa2, 0x43, 0xbe, 0x4e, 0x07, 0x62, 0xfb, 0x16, 0x22, 0xc1, 0x74, 0x11, 0x9d, 0xe7, 0x76, 0x77, 0xbb, 0x07, 0x7f, 0x0c, 0x9f, 0xb6, 0x7a, 0x93, 0xc5, 0xab, 0x21, 0xa6, 0xdf, 0xfe, 0x00, 0x96, 0x3c, 0xb8, 0x86, 0x25, 0x7e, 0xfe, 0x5a, 0x77, 0x38, 0xd6, 0x4f, 0x44, 0x0a, 0x00, 0x8d, 0x22, 0xa2, 0x81, 0x25, 0xfe, 0x34, 0x80, 0xb9, 0xa3, 0x0d, 0xff, 0xfb, 0xa1, 0x77, 0xa1, 0xec, 0x05, 0x4b, 0x16, 0xd2, 0x36, 0x0f, 0x97, 0xc3, 0x4a, 0xba, 0x7f, 0x1d, 0x6b, 0xe6, 0xd1, 0xc9, 0x96, 0xa0, 0x02, 0xe1, 0x74, 0xb0, 0xcc, 0x3f, 0x21, 0x7f, 0x3c, 0x2c, 0x17, 0x8e, 0xc2, 0x49, 0x08, 0x20, 0x3d, 0x75, 0xf8, 0xac, 0x77, 0x0c, 0x9f, 0x86, 0x6d, 0x59, 0xed, 0x5d, 0x63, 0xf8, 0xc6, 0x68, 0x2c, 0xbc, 0xff, 0x69, 0x8c, 0x9b, 0x7c, 0x07, 0x9a, 0x9b, 0x5b, 0xd8, 0xc1, 0x1c, 0xa1, 0x6f, 0x42, 0xcc, 0x3c, 0x0d, 0x67, 0x21, 0x88, 0x88, 0x05, 0x22, 0x68, 0x12, 0x7e, 0x3a, 0x56, 0xea, 0x99, 0x3b, 0xff, 0xf5, 0x3a, 0x3b, 0x6d, 0x8b, 0xa6, 0xa2, 0x71, 0xc3, 0x90, 0x99, 0x77, 0x15, 0xc1, 0xd9, 0xca, 0x82, 0xe5, 0x72, 0xd1, 0x6b, 0x9c, 0x6e, 0x4d, 0x40, 0xc7, 0xf1, 0x9d, 0x0c, 0xbb, 0x77, 0x11, 0x56, 0x1f, 0xdb, 0x67, 0x38, 0x5a, 0x4e, 0xef, 0xf2, 0x8e, 0xe1, 0x93, 0xbc, 0x73, 0xf5, 0x6e, 0x0d, 0x40, 0x53, 0x2c, 0xe9, 0x42, 0x6e, 0x59, 0xfa, 0x04, 0xd2, 0xfb, 0x8d, 0x64, 0x99, 0x3e, 0xf7, 0xfc, 0x71, 0xe3, 0xc6, 0x21, 0x92, 0x53, 0xc4, 0x58, 0x01, 0x72, 0x52, 0x4b, 0x7d, 0x15, 0xca, 0xcb, 0xbe, 0x70, 0xbf, 0x18, 0x21, 0x8d, 0x33, 0x66, 0xcf, 0x22, 0xe0, 0x5a, 0x09, 0x58, 0x06, 0xd2, 0xd7, 0xbb, 0x01, 0x63, 0xb5, 0x01, 0xe1, 0x08, 0xac, 0x16, 0x70, 0xb9, 0xb5, 0x80, 0x93, 0x68, 0x81, 0xa8, 0xe4, 0x3e, 0xd8, 0x7d, 0xdc, 0x8c, 0x76, 0x42, 0xfa, 0xac, 0x36, 0x86, 0x05, 0xdf, 0x3b, 0x86, 0x9f, 0x47, 0xc8, 0xde, 0xd3, 0xec, 0x3e, 0xd0, 0x46, 0x71, 0xc5, 0x74, 0x01, 0x6a, 0xbf, 0x28, 0x0d, 0x2d, 0xe3, 0x7b, 0x02, 0xc5, 0xba, 0x80, 0xd2, 0x4f, 0x9e, 0x23, 0x8d, 0xda, 0x3d, 0x04, 0x3b, 0x73, 0xc6, 0x04, 0xc4, 0x25, 0x26, 0x11, 0xd5, 0x4f, 0x4c, 0x36, 0x9d, 0xde, 0x8d, 0xa5, 0x8e, 0x3a, 0x7b, 0x5c, 0x6e, 0x2d, 0xc0, 0xae, 0xbb, 0xc3, 0xb0, 0xdc, 0x80, 0x6a, 0x01, 0xbd, 0x31, 0x96, 0xf5, 0xe7, 0x37, 0xb1, 0xb3, 0x73, 0xbc, 0x63, 0xf8, 0x83, 0x47, 0xde, 0x80, 0xbb, 0x7f, 0xfc, 0xb2, 0x67, 0x0c, 0x9f, 0xff, 0x3c, 0x5f, 0x91, 0xca, 0xe1, 0x0e, 0x7c, 0xc4, 0x71, 0x00, 0xfa, 0xb5, 0x31, 0x7e, 0x7f, 0x2b, 0x14, 0x80, 0x23, 0x65, 0x5b, 0x70, 0xf2, 0xbb, 0xed, 0xec, 0x71, 0x72, 0x52, 0x1c, 0xc6, 0x8d, 0x1f, 0xdf, 0xd5, 0xef, 0x73, 0x41, 0x17, 0x5d, 0x02, 0xe0, 0x66, 0x81, 0xe4, 0x1f, 0x86, 0xd5, 0x02, 0xac, 0x00, 0x38, 0xec, 0xb8, 0x58, 0x7d, 0x1a, 0xe7, 0x9b, 0xec, 0x68, 0x6e, 0xf7, 0x32, 0xfd, 0x9b, 0x6e, 0x5b, 0x85, 0x3b, 0x1f, 0x78, 0x86, 0x1d, 0xd2, 0xf5, 0x6f, 0x79, 0xb8, 0x02, 0xfe, 0x6c, 0xdc, 0x65, 0x37, 0x18, 0xa4, 0x15, 0x1f, 0xb8, 0x94, 0x20, 0xda, 0xf0, 0x8f, 0x75, 0x4f, 0x79, 0xfe, 0x9f, 0x3b, 0xeb, 0x7a, 0x18, 0x0c, 0x3a, 0xb6, 0xef, 0xa7, 0x4c, 0xdd, 0xe5, 0x46, 0x8b, 0x05, 0x9e, 0x76, 0x01, 0x4e, 0x56, 0x08, 0x9c, 0xb0, 0x99, 0x4d, 0x38, 0x51, 0x7e, 0x1c, 0x3b, 0x76, 0x1d, 0x42, 0x5d, 0x7d, 0x3b, 0xcf, 0xe7, 0x60, 0x24, 0xc0, 0xaf, 0xc1, 0xd4, 0x5b, 0xef, 0x0d, 0xe8, 0x7d, 0x7c, 0xbd, 0x7f, 0xa0, 0x60, 0x47, 0x6c, 0x44, 0x90, 0x56, 0x05, 0xe7, 0x57, 0xf6, 0xb6, 0xcf, 0xdf, 0xf2, 0x44, 0xf6, 0x8c, 0x29, 0xba, 0x01, 0x59, 0x57, 0x4f, 0x26, 0xa4, 0xb1, 0x0a, 0xf1, 0x71, 0xd1, 0xee, 0x66, 0xef, 0xe9, 0x8f, 0xc1, 0xf6, 0xfb, 0x0d, 0x17, 0xce, 0xe3, 0xc0, 0xfe, 0xa3, 0xd8, 0xbd, 0xff, 0x14, 0xe1, 0x06, 0xdd, 0xdd, 0xc2, 0xf1, 0x89, 0x29, 0xb8, 0xff, 0xe7, 0xaf, 0x63, 0xe8, 0xe8, 0x29, 0xac, 0xe5, 0x21, 0x37, 0x02, 0x89, 0x9f, 0xcf, 0x75, 0x0d, 0xbe, 0x84, 0x27, 0x5c, 0xb4, 0x81, 0x51, 0x49, 0x40, 0xd4, 0x04, 0x59, 0x2a, 0xb5, 0xb7, 0x36, 0xe0, 0xcb, 0xf5, 0xaf, 0x78, 0xcc, 0xb4, 0x51, 0xd3, 0x56, 0xe1, 0x67, 0xcf, 0xbc, 0x8c, 0x63, 0x47, 0xf6, 0xe1, 0xe3, 0x3f, 0xde, 0x85, 0x9c, 0xac, 0x64, 0xd6, 0xf9, 0x43, 0xa7, 0x79, 0x9d, 0xae, 0x38, 0x85, 0xed, 0xdf, 0x1e, 0x45, 0x4d, 0xdd, 0xa5, 0x9f, 0xa0, 0xcd, 0xce, 0xbb, 0x1a, 0xe3, 0xa7, 0x2c, 0xc4, 0xa4, 0xe9, 0x4b, 0x10, 0x97, 0x90, 0xcc, 0x8e, 0x3d, 0xc8, 0xf1, 0xde, 0xf1, 0x79, 0x80, 0x50, 0x18, 0xc4, 0xf6, 0x42, 0x13, 0x51, 0x2a, 0x4f, 0x2b, 0x4b, 0x2b, 0xe4, 0x1c, 0xa0, 0x27, 0x2f, 0xc7, 0x5f, 0x3c, 0xf1, 0x9f, 0xef, 0x3c, 0x0b, 0x73, 0xa7, 0x5b, 0x7d, 0xcf, 0x98, 0x77, 0x0f, 0xd6, 0xfc, 0xf6, 0x55, 0x6c, 0xdf, 0xee, 0xe6, 0x02, 0x1f, 0x7e, 0x7a, 0x00, 0x2b, 0xe6, 0x14, 0xe0, 0xd0, 0x91, 0x53, 0xd8, 0x7b, 0xb0, 0xd2, 0x63, 0xcf, 0x7b, 0x54, 0x3d, 0x11, 0x98, 0xa1, 0xd7, 0x4e, 0xc5, 0x84, 0xa9, 0x8b, 0x71, 0xd5, 0xf0, 0x49, 0xee, 0x6e, 0x0c, 0xee, 0x81, 0x27, 0x5f, 0xf1, 0x78, 0x42, 0x90, 0x84, 0x2d, 0xde, 0x1f, 0xa8, 0x7c, 0xe0, 0x85, 0xd7, 0xf8, 0xfa, 0x3f, 0x62, 0xad, 0x00, 0x25, 0x24, 0x98, 0x02, 0x4e, 0xa3, 0x82, 0xf8, 0xab, 0x66, 0xd6, 0x56, 0x1e, 0xc5, 0x9e, 0xd2, 0x4f, 0xd8, 0xf3, 0xa9, 0x69, 0x7d, 0xf1, 0xde, 0xc6, 0x43, 0xd8, 0xb6, 0xcd, 0x1d, 0xde, 0x9d, 0x9e, 0x1c, 0x4d, 0xba, 0x85, 0x4a, 0xfc, 0xe9, 0xaf, 0x97, 0x46, 0xf0, 0xa6, 0x67, 0xe7, 0xe3, 0xda, 0xeb, 0x6f, 0xc7, 0xe8, 0xeb, 0xe7, 0x91, 0xd6, 0x9e, 0xc2, 0x96, 0x4d, 0x08, 0xba, 0x3f, 0xb5, 0x2f, 0xd5, 0xba, 0x7d, 0x6d, 0x52, 0xbf, 0xe3, 0xdf, 0x87, 0x2f, 0x4c, 0xfc, 0xf3, 0x7c, 0x8e, 0x15, 0x71, 0x0b, 0x44, 0x04, 0x7b, 0x7f, 0x3a, 0x8f, 0x90, 0x03, 0x9e, 0xaf, 0x01, 0x36, 0xbe, 0xf7, 0xac, 0x67, 0xbe, 0xbe, 0x39, 0x2a, 0x17, 0x9b, 0x36, 0x6f, 0xc1, 0x80, 0x3e, 0xb1, 0x18, 0x98, 0xad, 0x43, 0x6e, 0x86, 0x01, 0x7a, 0x9d, 0x9d, 0x47, 0xec, 0xa2, 0x30, 0x68, 0xd4, 0x14, 0x16, 0xf8, 0xfc, 0xc1, 0x45, 0x9e, 0x8a, 0xa4, 0x2b, 0x90, 0x72, 0x33, 0x95, 0xc4, 0x84, 0x99, 0x3b, 0x16, 0x53, 0xfd, 0xbe, 0xc0, 0xe6, 0xce, 0x8b, 0xfd, 0x96, 0xff, 0xbf, 0xf0, 0x3c, 0xf7, 0x95, 0x55, 0xa1, 0x86, 0xe1, 0x42, 0xe2, 0xb8, 0x72, 0x87, 0xcd, 0x1a, 0x41, 0x4a, 0x0b, 0x80, 0x50, 0x5b, 0x08, 0x81, 0xe7, 0xf6, 0x87, 0x76, 0x7f, 0x81, 0xca, 0x13, 0xee, 0x40, 0x4b, 0x87, 0x3e, 0x09, 0x87, 0xf7, 0x7e, 0x8b, 0xdb, 0x26, 0xc4, 0x23, 0x25, 0xa1, 0xbb, 0x6d, 0x9e, 0x9a, 0x99, 0x4b, 0x40, 0x9f, 0x8f, 0x91, 0x93, 0xe6, 0xb2, 0x21, 0x5a, 0xfc, 0x25, 0xd8, 0xf9, 0x5d, 0x09, 0xff, 0x59, 0xc2, 0xff, 0xc5, 0x5a, 0x2e, 0x37, 0xbb, 0x99, 0x0f, 0x1e, 0xff, 0xd8, 0x3d, 0xe0, 0xa4, 0xef, 0x06, 0x2a, 0xff, 0x9d, 0xdc, 0x9e, 0x49, 0xf1, 0x16, 0x2d, 0x14, 0x3a, 0x7e, 0x79, 0x85, 0xbf, 0x3f, 0x72, 0xe4, 0x88, 0x2e, 0xe4, 0x02, 0xd0, 0x93, 0x3e, 0x5c, 0xee, 0x35, 0xdc, 0x30, 0x30, 0xf7, 0xc5, 0x71, 0x9a, 0x68, 0x98, 0xd7, 0xe6, 0xf5, 0xbf, 0xf7, 0xbe, 0x84, 0xb3, 0x1d, 0x85, 0xf9, 0x46, 0x9e, 0x8a, 0xd6, 0xa3, 0x60, 0xe8, 0x78, 0x8c, 0x9b, 0xbc, 0x00, 0x83, 0x47, 0x4f, 0xf5, 0x0c, 0xda, 0x70, 0xa0, 0x70, 0xc0, 0xf3, 0x55, 0xae, 0x98, 0x90, 0xf9, 0x9a, 0xa5, 0xc3, 0xdf, 0xfb, 0xd3, 0x06, 0xc2, 0xd6, 0x2f, 0x26, 0x50, 0x52, 0xaa, 0x9f, 0x7f, 0x5e, 0xa8, 0x39, 0xe8, 0x7e, 0xc4, 0x88, 0x11, 0xae, 0xf5, 0xeb, 0xd7, 0x87, 0x9f, 0x2b, 0x58, 0x29, 0xe6, 0x4a, 0xef, 0x43, 0x85, 0x80, 0x5b, 0x53, 0x80, 0x6e, 0x5b, 0xfe, 0xb9, 0x8e, 0x8d, 0xf6, 0x11, 0xa6, 0xa4, 0xd4, 0x2c, 0x8c, 0x29, 0x9e, 0x87, 0x09, 0xd3, 0xee, 0x42, 0x4a, 0x7a, 0xce, 0x25, 0xad, 0x47, 0xaa, 0x35, 0xf9, 0x6b, 0x81, 0xfe, 0xcc, 0x3e, 0xb9, 0xfd, 0xbd, 0x1c, 0x0e, 0x20, 0x25, 0x38, 0x5c, 0x1d, 0x88, 0x59, 0x0e, 0x11, 0xef, 0x0a, 0x96, 0x7b, 0x2d, 0x6d, 0x01, 0xad, 0x4d, 0x75, 0x28, 0xdd, 0xf8, 0xe7, 0x6e, 0xad, 0x7d, 0xf0, 0xc8, 0x62, 0x4c, 0xba, 0x79, 0x29, 0x86, 0x8d, 0x99, 0xc6, 0x3a, 0x71, 0xfc, 0x81, 0x2c, 0xd5, 0xca, 0x85, 0x42, 0x2b, 0x25, 0xc4, 0x42, 0x17, 0x70, 0xa0, 0x66, 0x9f, 0x3f, 0xd6, 0x2f, 0x95, 0x27, 0xf6, 0xa9, 0xd9, 0x88, 0xe1, 0x00, 0x4a, 0x69, 0x84, 0x8d, 0xef, 0x3d, 0x0f, 0xbb, 0xcd, 0x8c, 0xc4, 0x94, 0x0c, 0x4c, 0x9c, 0xb6, 0x18, 0xc5, 0x33, 0xee, 0x46, 0x56, 0x4e, 0x41, 0xb7, 0x4a, 0x16, 0x53, 0xe7, 0x62, 0x5a, 0x40, 0xf8, 0x7b, 0xa9, 0x14, 0x88, 0x26, 0x90, 0x2b, 0x10, 0x7c, 0xae, 0x20, 0x14, 0x94, 0x88, 0x5c, 0x21, 0x84, 0x5f, 0x68, 0xba, 0xae, 0xaf, 0x3f, 0xc0, 0x85, 0x66, 0x0f, 0xa7, 0xea, 0x7d, 0x55, 0x3a, 0x5d, 0xa3, 0xaf, 0xbe, 0xae, 0x12, 0x77, 0x3f, 0xf4, 0x3b, 0x62, 0xbb, 0x2f, 0x94, 0x5c, 0x3e, 0x2d, 0xd8, 0x25, 0xea, 0xe5, 0x7c, 0x04, 0x23, 0x90, 0xfb, 0xab, 0xcd, 0xa9, 0x42, 0x26, 0x00, 0x25, 0x25, 0x25, 0xae, 0xb9, 0x73, 0xe7, 0x52, 0xfb, 0xc4, 0xc0, 0xf7, 0x9c, 0xd1, 0x81, 0x1b, 0xba, 0x29, 0x9d, 0x0a, 0x06, 0x8d, 0xc6, 0x93, 0x7f, 0xfc, 0x3a, 0xec, 0xfc, 0xe9, 0x4a, 0x26, 0x39, 0xe0, 0x5b, 0x2c, 0x16, 0xee, 0x90, 0xa1, 0x18, 0x04, 0xf3, 0xbc, 0x60, 0x97, 0x9b, 0xa6, 0x0f, 0x67, 0x63, 0xaf, 0x0e, 0x1e, 0x3c, 0xe8, 0xf9, 0xa2, 0x87, 0x5a, 0x29, 0x36, 0x2e, 0x41, 0x16, 0x19, 0x0d, 0x97, 0xf8, 0x04, 0x35, 0x12, 0xf5, 0x5b, 0xec, 0xd8, 0xb1, 0x83, 0x13, 0x96, 0xa3, 0x90, 0x9a, 0xba, 0xa4, 0xa1, 0x15, 0xf0, 0x4f, 0xb2, 0x15, 0xd2, 0x25, 0xdc, 0x1e, 0x7a, 0xe8, 0x21, 0x5c, 0x77, 0xdd, 0x75, 0x6c, 0x00, 0xa7, 0xda, 0xaa, 0x32, 0xd8, 0x7b, 0x87, 0xcb, 0x47, 0xa4, 0x03, 0x11, 0x54, 0xda, 0xc0, 0xa8, 0xa7, 0xb3, 0xad, 0xad, 0x8d, 0x5f, 0xf7, 0xc1, 0xbd, 0x47, 0xb0, 0x37, 0x98, 0x3d, 0x7b, 0x76, 0x0c, 0xe9, 0xbb, 0xa9, 0x48, 0x8e, 0x43, 0x6f, 0xd2, 0x32, 0x95, 0x31, 0x0c, 0x53, 0xfc, 0xc5, 0x17, 0x5f, 0x58, 0x83, 0xb9, 0x89, 0x21, 0xd8, 0x52, 0x54, 0x54, 0x54, 0x30, 0xb9, 0xb9, 0xb9, 0xef, 0xd0, 0x15, 0x40, 0x49, 0xab, 0x48, 0x23, 0x59, 0x19, 0x0a, 0x74, 0x2d, 0xbd, 0x49, 0x3c, 0x39, 0x48, 0x1d, 0x1f, 0x21, 0xdb, 0x9b, 0x04, 0xfc, 0x95, 0xc1, 0x82, 0xaf, 0x88, 0x06, 0x08, 0x82, 0x7b, 0x18, 0xba, 0xba, 0x20, 0xe1, 0x66, 0x10, 0x39, 0xe6, 0xef, 0xf9, 0xc7, 0x7a, 0x5e, 0x1e, 0xf7, 0x3f, 0x97, 0xa7, 0xe3, 0xed, 0xf5, 0x5d, 0x7b, 0xfe, 0xb1, 0x2f, 0x5e, 0xc3, 0xdf, 0x9c, 0x5d, 0x1b, 0xff, 0x98, 0x6e, 0x0c, 0x6f, 0xef, 0x6b, 0x73, 0x88, 0xec, 0x85, 0xc7, 0xc2, 0x4d, 0x3b, 0xd2, 0x19, 0x06, 0x52, 0x2d, 0x05, 0xb8, 0x14, 0xf8, 0x42, 0xe0, 0xf9, 0xc7, 0x3a, 0x5e, 0x9e, 0x8e, 0x27, 0x10, 0x7c, 0xf0, 0xf9, 0xef, 0xad, 0x93, 0x00, 0x1f, 0x02, 0x01, 0x70, 0x89, 0x08, 0x01, 0xd3, 0xf5, 0x3f, 0xc3, 0x13, 0x06, 0x27, 0x0f, 0x5c, 0x5f, 0x02, 0x21, 0x26, 0x0c, 0xce, 0x50, 0x54, 0xbe, 0x2e, 0xcc, 0x54, 0x9c, 0x41, 0x04, 0x7c, 0x83, 0x8f, 0xd6, 0x2e, 0xa7, 0xd5, 0xf3, 0x05, 0x80, 0xbf, 0xc9, 0xd5, 0x00, 0x10, 0x01, 0xdf, 0xc5, 0x13, 0x00, 0xa7, 0x40, 0x00, 0x18, 0x81, 0x76, 0x70, 0x08, 0xf2, 0x1d, 0x82, 0xdf, 0x84, 0xd6, 0xec, 0x0c, 0xf3, 0x3e, 0x8f, 0xdf, 0x55, 0xe8, 0x25, 0x5a, 0xbe, 0x4e, 0xe4, 0x58, 0x2f, 0x68, 0xf1, 0x7a, 0x11, 0xe0, 0x75, 0x3e, 0x04, 0x00, 0x02, 0xe0, 0x03, 0xd1, 0x06, 0x4e, 0x91, 0xae, 0xc1, 0x19, 0x2e, 0x80, 0x47, 0x9a, 0x00, 0x48, 0x95, 0x59, 0x4c, 0xed, 0x4b, 0xb5, 0x7a, 0xbd, 0x40, 0xe5, 0xeb, 0x64, 0x08, 0x80, 0x4b, 0x42, 0x1b, 0x88, 0x71, 0x02, 0x97, 0x48, 0x77, 0xe0, 0x0a, 0xd6, 0x3e, 0xef, 0x15, 0x80, 0xe0, 0xde, 0x49, 0xac, 0xcf, 0xd7, 0x09, 0xac, 0x13, 0x9d, 0x9f, 0xd6, 0x2f, 0xa6, 0x01, 0xc4, 0xba, 0x87, 0xde, 0xd4, 0x9b, 0x7a, 0x53, 0x6f, 0x8a, 0xd0, 0xf4, 0xff, 0x74, 0x74, 0x0d, 0x44, 0xc7, 0xd2, 0x75, 0x87, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int editing_128_png_len = 6996; unsigned char editing_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x28, 0xd5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x98, 0x14, 0xd5, 0xb9, 0xf6, 0xdb, 0xcb, 0xec, 0x3d, 0x3b, 0xb3, 0x30, 0x2c, 0xb2, 0x0e, 0xab, 0x6c, 0x02, 0xb2, 0xaf, 0x82, 0x80, 0x80, 0x88, 0xb2, 0xa8, 0x80, 0x1a, 0x6f, 0xf4, 0xc6, 0x04, 0x7f, 0x7f, 0xaf, 0x8f, 0xd1, 0x5c, 0x17, 0x88, 0x31, 0xf9, 0x83, 0x51, 0x73, 0xaf, 0x26, 0x68, 0xa2, 0x46, 0x45, 0xa2, 0x02, 0x62, 0xdc, 0x89, 0x21, 0x82, 0x2b, 0x28, 0x20, 0xa0, 0x6c, 0xc3, 0xbe, 0xcc, 0xbe, 0xcf, 0xf4, 0x4c, 0xef, 0xcb, 0x5f, 0xa7, 0x7a, 0x7a, 0xa8, 0xae, 0xa5, 0xbb, 0xba, 0xa7, 0xaa, 0xbb, 0xaa, 0xbb, 0xbe, 0xe7, 0xa9, 0xe9, 0xe9, 0xaa, 0xea, 0xaa, 0x53, 0xa7, 0xde, 0x6f, 0x3d, 0xdf, 0xf9, 0x0e, 0xa0, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0x69, 0xa4, 0x91, 0x46, 0x1a, 0xc5, 0x03, 0xe9, 0xa2, 0x79, 0xb3, 0x17, 0x5f, 0x7c, 0xf1, 0x6a, 0xea, 0xe3, 0xe7, 0x5e, 0xaf, 0x77, 0x86, 0x4e, 0xa7, 0xeb, 0x4e, 0xfd, 0x6f, 0xa4, 0x3e, 0x7d, 0x0d, 0x61, 0x7c, 0xf2, 0xed, 0xeb, 0x6c, 0xb0, 0x4e, 0xb8, 0xc9, 0xd4, 0x75, 0xc3, 0xfe, 0x0c, 0xf7, 0x98, 0x14, 0xe7, 0x6b, 0xd7, 0xe5, 0xec, 0x73, 0x51, 0x1f, 0x55, 0x1e, 0x8f, 0x67, 0x17, 0xb5, 0x3d, 0xbf, 0x79, 0xf3, 0xe6, 0x7d, 0x71, 0xc5, 0x00, 0x5b, 0xb6, 0x6c, 0x31, 0x34, 0x34, 0x34, 0x3c, 0x45, 0xfd, 0x7b, 0x9f, 0xae, 0x03, 0xc1, 0x62, 0x00, 0x1f, 0xea, 0x93, 0x0d, 0x7c, 0x0d, 0xec, 0xd1, 0xbb, 0xae, 0x8c, 0xf7, 0xf2, 0x52, 0xef, 0xf7, 0x69, 0xab, 0xd5, 0xfa, 0xd0, 0xd6, 0xad, 0x5b, 0xdd, 0x72, 0x63, 0x53, 0x1f, 0x0d, 0x06, 0xe8, 0x00, 0xff, 0xff, 0x65, 0x33, 0x5c, 0x30, 0x69, 0x2e, 0x16, 0xfc, 0xa1, 0xae, 0x13, 0xc9, 0x79, 0x91, 0x9e, 0x1f, 0xaf, 0xd7, 0x8d, 0xf2, 0xbd, 0x74, 0x14, 0x0f, 0x3c, 0x90, 0x92, 0x92, 0xf2, 0xff, 0xe2, 0x42, 0x03, 0x6c, 0xdc, 0xb8, 0x71, 0x3c, 0xf5, 0x40, 0x7b, 0xd9, 0x92, 0xdf, 0x64, 0x32, 0x21, 0x37, 0x37, 0x57, 0xd0, 0xc4, 0x09, 0x65, 0xfe, 0x30, 0xff, 0x67, 0x4b, 0x12, 0xe6, 0x7e, 0xbe, 0x63, 0x42, 0xd2, 0x2b, 0x5c, 0xcd, 0x21, 0x74, 0x9e, 0xd8, 0x63, 0x72, 0xb5, 0x37, 0x58, 0xbf, 0x88, 0x6d, 0x93, 0x54, 0xf7, 0x08, 0x75, 0x7f, 0xb2, 0xd5, 0xd7, 0xd7, 0xa3, 0xae, 0xae, 0x8e, 0x7d, 0x7f, 0x42, 0x93, 0x28, 0x73, 0x68, 0xaf, 0x9c, 0xf8, 0x34, 0xca, 0xcd, 0x00, 0x94, 0x4d, 0xb7, 0x56, 0xc7, 0x40, 0x6b, 0x7a, 0x7a, 0x3a, 0x16, 0x2e, 0x5c, 0x88, 0x9c, 0x9c, 0x1c, 0xd5, 0x38, 0x4a, 0x6c, 0xa0, 0x28, 0xfd, 0xda, 0x72, 0xb5, 0x57, 0xce, 0xb6, 0x36, 0x37, 0x37, 0xe3, 0xd9, 0x67, 0x9f, 0x45, 0x45, 0x45, 0x05, 0x43, 0xc6, 0xe9, 0x7e, 0x46, 0x7d, 0xca, 0xca, 0x00, 0xb2, 0x9b, 0x40, 0x7a, 0xbd, 0x7e, 0x06, 0xf3, 0xfb, 0x94, 0x29, 0x53, 0x54, 0x05, 0x7e, 0x8d, 0xa2, 0x43, 0x04, 0x13, 0x77, 0xde, 0x79, 0x27, 0xdb, 0xcc, 0x9a, 0xa9, 0x6a, 0x1f, 0x80, 0xf8, 0x33, 0xd4, 0xd6, 0x9d, 0xb9, 0xaf, 0xb0, 0xb0, 0x50, 0x7d, 0xa1, 0x32, 0x9d, 0x4e, 0x6b, 0x6f, 0x14, 0xa8, 0xa4, 0xa4, 0x84, 0x8d, 0x9f, 0xee, 0x72, 0x9b, 0xe9, 0xb2, 0x9a, 0x40, 0xeb, 0xd7, 0xaf, 0xd7, 0x15, 0x14, 0x14, 0x18, 0x82, 0x85, 0x31, 0xed, 0x76, 0x3b, 0x31, 0x93, 0x12, 0x0e, 0x0c, 0xfe, 0x76, 0xa9, 0xd1, 0x5c, 0x91, 0xb2, 0x0f, 0x92, 0x92, 0x92, 0x3a, 0xaf, 0xcb, 0xf3, 0xae, 0x8c, 0xeb, 0xd6, 0xad, 0xd3, 0x51, 0x9b, 0x57, 0x95, 0x0c, 0x20, 0x86, 0x9a, 0x9a, 0x9a, 0x60, 0xb5, 0x5a, 0xc3, 0x02, 0x2c, 0xf3, 0x9c, 0xe4, 0xe4, 0xe4, 0x80, 0x63, 0x0e, 0x87, 0x23, 0x6c, 0xe0, 0xcb, 0x75, 0x6e, 0x34, 0x99, 0x51, 0x09, 0x8c, 0x1e, 0x2e, 0x83, 0x18, 0x8d, 0x46, 0xe4, 0xe7, 0xe7, 0xc7, 0xb4, 0xcd, 0x31, 0x67, 0x80, 0x70, 0x5f, 0xa2, 0x54, 0xe7, 0x44, 0x0b, 0xf8, 0x52, 0x03, 0x53, 0xc9, 0xe6, 0x0d, 0x5f, 0xdb, 0xe4, 0x0c, 0x20, 0xa8, 0x8a, 0x01, 0x48, 0x47, 0x88, 0x89, 0xfb, 0x47, 0x03, 0xd4, 0xd1, 0x18, 0x0f, 0x90, 0x0a, 0xa8, 0x6a, 0xb5, 0xe7, 0xd5, 0xc2, 0x14, 0x46, 0xa5, 0x76, 0x92, 0x1a, 0xa5, 0xbe, 0x14, 0x60, 0x55, 0x3b, 0xe0, 0xc3, 0x79, 0x46, 0x25, 0x3c, 0xab, 0x31, 0x51, 0xc0, 0xaf, 0x64, 0xe0, 0x27, 0x02, 0xe8, 0x13, 0xda, 0x04, 0xf2, 0x9b, 0x3f, 0xe1, 0xaa, 0x3e, 0x25, 0xfb, 0x04, 0x4a, 0x76, 0x88, 0xe5, 0xbc, 0x8f, 0xd2, 0x6d, 0x7a, 0x55, 0x3b, 0xc1, 0xb1, 0xf2, 0x09, 0xd4, 0xea, 0x10, 0xc7, 0x42, 0x83, 0x84, 0xba, 0x97, 0xda, 0x18, 0x44, 0x76, 0x06, 0x08, 0xe5, 0xfc, 0xc6, 0xb3, 0x4f, 0x20, 0x07, 0x40, 0x95, 0x6e, 0x2e, 0x49, 0xe9, 0xf4, 0x46, 0x83, 0x99, 0x14, 0x13, 0x05, 0x52, 0x32, 0xf8, 0xb5, 0x28, 0x90, 0xb4, 0xcf, 0x90, 0x70, 0x51, 0x20, 0xa5, 0x81, 0x5f, 0x73, 0x88, 0x95, 0x6d, 0xde, 0xc6, 0xad, 0x0f, 0x20, 0xc4, 0xf9, 0xd1, 0x62, 0x8e, 0x44, 0x77, 0x88, 0x35, 0x8a, 0xa1, 0x0f, 0x20, 0xa4, 0x05, 0xd4, 0x6a, 0x16, 0x29, 0xd5, 0x21, 0x8e, 0x26, 0x53, 0xa9, 0x29, 0x8f, 0x49, 0x11, 0x1a, 0x40, 0x8e, 0x97, 0xa8, 0x26, 0x87, 0x58, 0x0e, 0x50, 0xc6, 0x52, 0x7b, 0x08, 0xdd, 0x5b, 0x4d, 0x91, 0x20, 0xc5, 0x8e, 0x03, 0x44, 0x13, 0xfc, 0x6a, 0x01, 0xbe, 0x5a, 0x4c, 0x25, 0x35, 0xe5, 0x04, 0x29, 0x2e, 0x0a, 0x14, 0x2f, 0x3e, 0x81, 0xe6, 0x10, 0x07, 0x7f, 0x16, 0xa5, 0x30, 0x84, 0xe2, 0xc6, 0x01, 0xd4, 0x1e, 0x09, 0xd2, 0x40, 0x2f, 0xfe, 0x39, 0x13, 0x26, 0x17, 0x48, 0xac, 0x09, 0x14, 0x0b, 0xf0, 0x9f, 0x3c, 0x79, 0x52, 0x70, 0x42, 0x8e, 0x5a, 0xd3, 0x15, 0xa2, 0x09, 0xe2, 0xc1, 0x83, 0x07, 0xab, 0x9a, 0x11, 0xe3, 0x2a, 0x1d, 0x3a, 0x92, 0x73, 0xf8, 0xc0, 0x1f, 0x0d, 0x40, 0xc6, 0x83, 0xa4, 0x57, 0x5b, 0xb1, 0x80, 0x98, 0x9b, 0x40, 0x91, 0x8e, 0x03, 0x28, 0x39, 0x0c, 0x9a, 0xe8, 0x26, 0x8e, 0xda, 0x23, 0x41, 0x31, 0x1f, 0x09, 0x8e, 0x35, 0xf8, 0xf5, 0x7a, 0x3d, 0xad, 0x05, 0xe2, 0x7d, 0xba, 0xa2, 0x1c, 0x44, 0xfa, 0x4e, 0x6a, 0xa7, 0x37, 0xda, 0x8c, 0x13, 0xf3, 0x81, 0xb0, 0x58, 0x4b, 0xfe, 0xd2, 0xd2, 0x52, 0xc5, 0x56, 0x96, 0xd3, 0xa2, 0x40, 0x09, 0xe6, 0x04, 0x47, 0x5b, 0x33, 0xc8, 0x65, 0x1a, 0x69, 0x69, 0x11, 0xe2, 0x9e, 0x53, 0x09, 0xa9, 0xd5, 0xaa, 0x1c, 0x07, 0xd0, 0xd2, 0xa5, 0xa3, 0xab, 0x55, 0xe2, 0x6d, 0x12, 0x8c, 0xe2, 0x9c, 0x60, 0x25, 0x82, 0x5f, 0x4b, 0x8b, 0x10, 0x7f, 0x5d, 0xa9, 0x19, 0x24, 0xee, 0x72, 0x81, 0x98, 0x4c, 0x20, 0x67, 0x28, 0x34, 0x12, 0x60, 0x97, 0x95, 0x95, 0x45, 0xdc, 0xe1, 0x4a, 0xcc, 0xc3, 0x89, 0x76, 0x1b, 0x86, 0x0c, 0x19, 0xa2, 0xea, 0x48, 0x90, 0x62, 0x9c, 0x60, 0xb9, 0xc1, 0x2f, 0xf5, 0x4b, 0x8a, 0x36, 0x00, 0x95, 0xe8, 0x1b, 0x84, 0x3b, 0xb0, 0xc9, 0x77, 0x7e, 0xac, 0x99, 0x44, 0x11, 0x4e, 0x70, 0xac, 0xc0, 0x1f, 0x8f, 0xf6, 0xba, 0xd2, 0x1d, 0x5f, 0xb1, 0xc0, 0x8f, 0x16, 0x63, 0xe8, 0x95, 0x22, 0x2d, 0x94, 0xa6, 0x19, 0x62, 0x05, 0x48, 0x7f, 0x74, 0x44, 0x0d, 0xe0, 0xef, 0x6a, 0xb4, 0x2b, 0x21, 0x72, 0x81, 0x98, 0x85, 0x4f, 0xa5, 0x2e, 0x8b, 0x22, 0x05, 0xb8, 0xc5, 0xe4, 0xb2, 0xa8, 0xd1, 0x21, 0x96, 0xeb, 0xfa, 0x72, 0x4b, 0xe6, 0xb8, 0x1b, 0x08, 0xe3, 0x73, 0x84, 0xd5, 0x24, 0xf9, 0xd5, 0x30, 0x71, 0x3e, 0x9a, 0xe6, 0x52, 0x3c, 0x4c, 0x82, 0x89, 0x89, 0x13, 0x1c, 0x4e, 0x27, 0x29, 0x01, 0xfc, 0x4a, 0x07, 0xbe, 0xd2, 0x4c, 0x24, 0x39, 0x26, 0xc1, 0xc4, 0xcd, 0x40, 0x58, 0x90, 0xfa, 0xef, 0x09, 0x03, 0xfe, 0x44, 0x4c, 0x8b, 0x50, 0x43, 0x3e, 0x90, 0xa2, 0x34, 0x80, 0xdc, 0xd1, 0x1c, 0xbe, 0xdf, 0x93, 0x71, 0x00, 0x7f, 0x4a, 0x74, 0xbc, 0xcd, 0xd9, 0x95, 0x3d, 0x82, 0xa2, 0xd7, 0xd3, 0xe3, 0x00, 0x91, 0xf4, 0x85, 0x52, 0x4c, 0xa6, 0xa8, 0x44, 0x81, 0xf8, 0x56, 0x24, 0x8c, 0x36, 0x90, 0x84, 0x7e, 0xaf, 0x81, 0x3f, 0x72, 0xea, 0xca, 0xca, 0x3e, 0x09, 0x15, 0x05, 0x12, 0xa3, 0x01, 0xba, 0x32, 0x48, 0x16, 0x2d, 0x93, 0x47, 0x6d, 0xc0, 0x97, 0xb3, 0x1d, 0xf1, 0x12, 0x0d, 0x52, 0x44, 0x65, 0xb8, 0x58, 0x82, 0x9f, 0xa8, 0x71, 0xa9, 0x3a, 0x3b, 0x91, 0x52, 0x23, 0xf8, 0xc6, 0x2b, 0xa4, 0xe8, 0xc7, 0xb8, 0x9e, 0x0f, 0x20, 0x35, 0xf8, 0xbb, 0xca, 0x38, 0xa1, 0xe6, 0xb4, 0x6a, 0xf3, 0x04, 0xa2, 0xe3, 0xf4, 0xc6, 0x92, 0x19, 0x14, 0x55, 0x1b, 0x34, 0x5a, 0xe0, 0x57, 0x63, 0x24, 0x48, 0x8b, 0x02, 0xc5, 0xa9, 0x06, 0x90, 0x1a, 0x0c, 0xf1, 0x92, 0x2e, 0x1d, 0x8f, 0x4e, 0xb4, 0x12, 0xa3, 0x40, 0x8a, 0xd4, 0x00, 0x72, 0xf9, 0x0b, 0x4a, 0x5f, 0x71, 0x26, 0x56, 0xa0, 0x8f, 0x05, 0x30, 0x13, 0xaa, 0x2e, 0x50, 0x38, 0x1d, 0x1b, 0x6d, 0xf0, 0x9f, 0x38, 0x71, 0x42, 0xb2, 0x11, 0xea, 0x78, 0xb4, 0xeb, 0x43, 0xb5, 0x79, 0xe8, 0xd0, 0xa1, 0xb2, 0xe0, 0x24, 0xae, 0xca, 0xa2, 0x48, 0x21, 0x59, 0xe5, 0x92, 0xfc, 0xb1, 0x06, 0xbf, 0x9a, 0xcd, 0x1c, 0x3e, 0xcd, 0xde, 0x15, 0xe0, 0xc6, 0xa2, 0x2f, 0x62, 0xa2, 0x01, 0xf8, 0x98, 0x22, 0x96, 0xa1, 0xd0, 0x58, 0xbc, 0x98, 0x78, 0x1d, 0x24, 0x93, 0x92, 0x21, 0xa2, 0xa1, 0x05, 0xf4, 0xd1, 0x00, 0xbe, 0xd0, 0x83, 0xc8, 0x3d, 0x42, 0x2c, 0x46, 0x33, 0x04, 0xab, 0x6d, 0x23, 0x07, 0x50, 0xd5, 0x92, 0xeb, 0x2f, 0x0a, 0x3c, 0x7a, 0xbd, 0xe8, 0xe7, 0x0d, 0xe7, 0x99, 0xe3, 0x72, 0x7d, 0x00, 0x39, 0x46, 0x81, 0xa5, 0x30, 0x8b, 0x84, 0xc6, 0x01, 0xe2, 0x75, 0xe2, 0xbc, 0x52, 0xb4, 0x43, 0x42, 0x55, 0x87, 0x0e, 0xf6, 0x32, 0x63, 0x09, 0xfe, 0xae, 0x00, 0x4f, 0xad, 0x91, 0x20, 0xa5, 0x94, 0x45, 0x51, 0xca, 0x72, 0xab, 0x8a, 0x8b, 0x02, 0x25, 0x2a, 0xf8, 0x95, 0x3c, 0x39, 0x46, 0x8a, 0x20, 0x82, 0x12, 0xcd, 0x1f, 0x45, 0x68, 0x00, 0xa9, 0x01, 0x2e, 0x27, 0xf8, 0x95, 0x0a, 0x7c, 0x25, 0xe5, 0x20, 0x49, 0x09, 0xe0, 0xb8, 0xab, 0x0c, 0x17, 0xed, 0x97, 0x21, 0xe6, 0x18, 0x19, 0x07, 0x90, 0xb2, 0x38, 0x6e, 0x22, 0xad, 0xf8, 0x48, 0x9c, 0xe0, 0x61, 0xc3, 0x86, 0x49, 0xce, 0x10, 0x71, 0x97, 0x0a, 0x21, 0x95, 0xf4, 0x94, 0xe3, 0x98, 0x54, 0xe0, 0x4f, 0xc4, 0xa5, 0x4e, 0xc5, 0xcc, 0x07, 0x50, 0xa2, 0xe3, 0xab, 0x58, 0x0d, 0xe0, 0xef, 0x2c, 0xa7, 0xd3, 0x89, 0xca, 0xca, 0x4a, 0xfa, 0x33, 0x27, 0x27, 0x07, 0xdd, 0xba, 0x75, 0x8b, 0x69, 0x7a, 0x84, 0x06, 0x7e, 0x69, 0x35, 0x74, 0x30, 0x2c, 0x24, 0xf4, 0x48, 0x30, 0xa1, 0xf6, 0xf6, 0x76, 0x1c, 0x38, 0x70, 0x00, 0x06, 0x83, 0x01, 0xc9, 0xc9, 0xc9, 0x68, 0x6e, 0x6e, 0xa6, 0xf7, 0xf5, 0xed, 0xdb, 0x97, 0xb7, 0x53, 0xba, 0x0a, 0xfe, 0xae, 0x24, 0xea, 0xa9, 0x09, 0xf8, 0x52, 0xb4, 0x95, 0xdd, 0x4f, 0x62, 0xc6, 0x01, 0x82, 0xb5, 0x45, 0x30, 0x32, 0xe8, 0x71, 0x50, 0x37, 0x73, 0x53, 0x37, 0x48, 0x4e, 0x1c, 0x0d, 0xe0, 0xef, 0x0c, 0x32, 0x47, 0x37, 0x25, 0x25, 0x05, 0x19, 0x19, 0x19, 0x48, 0x4d, 0x4d, 0xa5, 0x3b, 0xd9, 0x66, 0xb3, 0x75, 0x0e, 0x5a, 0xb9, 0xdd, 0x6e, 0x49, 0x25, 0xbf, 0xd0, 0x9c, 0x56, 0xcd, 0x21, 0x8e, 0x9e, 0xcd, 0x5e, 0x5d, 0x7e, 0x1a, 0xdf, 0xee, 0xda, 0x86, 0x83, 0x7b, 0x77, 0x20, 0xa9, 0xee, 0x98, 0x0f, 0xfc, 0x1d, 0x74, 0xfa, 0xf3, 0x1d, 0x35, 0xab, 0x66, 0x9a, 0x3e, 0xa3, 0xee, 0xf1, 0xb1, 0x03, 0xe9, 0xef, 0x6c, 0xdd, 0x5d, 0xd7, 0xa6, 0x4a, 0x0d, 0x10, 0x94, 0xe3, 0x19, 0xfb, 0xed, 0x76, 0x3b, 0x32, 0x33, 0x33, 0x91, 0x95, 0x95, 0x45, 0x33, 0x01, 0x01, 0x3d, 0xd9, 0x47, 0x98, 0xa0, 0xa8, 0xa8, 0x08, 0x4d, 0x4d, 0x4d, 0xb2, 0x83, 0x24, 0x9a, 0xa1, 0xd2, 0xae, 0x82, 0x56, 0x29, 0x45, 0x72, 0x23, 0x61, 0x88, 0xaa, 0x8b, 0x65, 0x78, 0xf7, 0x6f, 0xeb, 0x71, 0xe2, 0x87, 0xaf, 0x82, 0x9d, 0xd6, 0x8d, 0xda, 0x96, 0x53, 0xf7, 0x58, 0x9e, 0x02, 0xeb, 0x53, 0xab, 0x66, 0x66, 0x3e, 0x65, 0xb7, 0x99, 0x9f, 0xdf, 0xba, 0x07, 0x56, 0x49, 0x1c, 0x79, 0xa5, 0x49, 0x0a, 0x02, 0x7a, 0x62, 0xfa, 0xa4, 0xa5, 0xa5, 0xd1, 0x4c, 0x90, 0x9b, 0x9b, 0x4b, 0xef, 0x23, 0xdf, 0x89, 0x66, 0x90, 0xd3, 0x21, 0x8e, 0x36, 0xf8, 0x23, 0x4d, 0x8b, 0x50, 0x7a, 0xf9, 0xc4, 0x50, 0xed, 0x73, 0x3a, 0xac, 0x78, 0xef, 0xf5, 0x27, 0xb1, 0xe1, 0x81, 0xf9, 0xa1, 0xc0, 0xcf, 0xa6, 0x02, 0x0a, 0x45, 0x1b, 0x92, 0x53, 0x4d, 0xfb, 0x56, 0x4f, 0x33, 0x0d, 0x51, 0x05, 0x03, 0xf8, 0xf3, 0x7d, 0xc4, 0x4a, 0x85, 0xe2, 0xe2, 0xe2, 0xce, 0xce, 0x23, 0xd2, 0x9f, 0xf8, 0x02, 0x49, 0x49, 0x49, 0xc8, 0xcf, 0xcf, 0x17, 0x55, 0xc1, 0x21, 0xd6, 0x15, 0xa8, 0xc5, 0x32, 0x48, 0x24, 0x33, 0xe4, 0xd4, 0x98, 0x47, 0xc4, 0x6e, 0xb7, 0xb9, 0xa5, 0x1e, 0xcf, 0x3f, 0xbe, 0x12, 0xbb, 0x3e, 0xf8, 0x2b, 0x65, 0xce, 0xba, 0x04, 0x7f, 0x97, 0x9e, 0x9c, 0x86, 0x24, 0x43, 0x12, 0xff, 0x35, 0x81, 0x61, 0x5e, 0x03, 0xbe, 0x5b, 0x35, 0x23, 0x63, 0x9e, 0x6a, 0x7c, 0x00, 0xb1, 0x1a, 0xa0, 0xb0, 0xb0, 0x90, 0x96, 0xf4, 0x2e, 0x97, 0x0b, 0x16, 0x8b, 0x85, 0x66, 0x82, 0x9e, 0x3d, 0x7b, 0xc2, 0x68, 0x34, 0xa2, 0xa5, 0xa5, 0x45, 0x72, 0xf0, 0x1f, 0x3f, 0x7e, 0x5c, 0x92, 0x85, 0x3b, 0x94, 0xec, 0xbc, 0xca, 0xd9, 0xb6, 0xe1, 0xc3, 0x87, 0x8b, 0x3e, 0xbf, 0xb6, 0xe2, 0x0c, 0x5e, 0xfc, 0xdd, 0xed, 0x68, 0xa8, 0xb9, 0xc4, 0x15, 0x7c, 0xf9, 0xc5, 0xb8, 0x7e, 0xd2, 0x3c, 0x0c, 0x2d, 0x1e, 0x82, 0x5c, 0x7d, 0x1e, 0x74, 0x16, 0xca, 0xc2, 0xa1, 0xde, 0x7f, 0x63, 0x6b, 0x39, 0xf6, 0x5e, 0xfc, 0x1e, 0xef, 0x9d, 0xde, 0x0f, 0x8b, 0xdb, 0xc1, 0xfc, 0x89, 0x89, 0x6a, 0xc0, 0xf6, 0xd5, 0x33, 0x4d, 0xf3, 0x37, 0xed, 0x6a, 0xfb, 0x5c, 0xd5, 0x3e, 0x00, 0x9b, 0x48, 0xe8, 0x93, 0x48, 0xfd, 0xec, 0xec, 0x6c, 0xda, 0x1c, 0x22, 0x8e, 0x6f, 0x6b, 0x6b, 0x2b, 0x1d, 0x0d, 0x92, 0x3a, 0xa7, 0xa8, 0xab, 0xc5, 0xba, 0x12, 0x11, 0xf8, 0x91, 0x38, 0xbf, 0xa7, 0x8e, 0xee, 0xc1, 0x2b, 0x4f, 0xdd, 0x0d, 0x4b, 0x5b, 0x4b, 0xc0, 0xfe, 0xb4, 0x94, 0x34, 0xdc, 0xbd, 0xe4, 0x4e, 0x8c, 0xe9, 0x33, 0x1d, 0x3a, 0xab, 0x8d, 0x06, 0x3d, 0xcc, 0x94, 0x9f, 0x6b, 0xf5, 0x31, 0x40, 0x9e, 0x2d, 0x19, 0x0b, 0x4c, 0x23, 0x30, 0x73, 0x48, 0x2f, 0xbc, 0x70, 0x71, 0x37, 0xbe, 0x6f, 0xad, 0x09, 0xf8, 0x39, 0xd5, 0x82, 0xf7, 0xd6, 0x5c, 0x93, 0x36, 0xe2, 0xf5, 0x9d, 0xd6, 0x8b, 0x8a, 0x65, 0x80, 0x48, 0x96, 0x48, 0x22, 0x63, 0x00, 0xf5, 0xf5, 0xf5, 0x31, 0x05, 0x45, 0xac, 0xa7, 0x27, 0xaa, 0xc5, 0xc4, 0x09, 0xf5, 0x5e, 0xf7, 0x7d, 0xfe, 0x0e, 0xde, 0xda, 0xf8, 0x10, 0xa5, 0xd5, 0x1d, 0x81, 0xda, 0x3e, 0xaf, 0x1b, 0x1e, 0xbd, 0xed, 0x71, 0xe4, 0x18, 0x8b, 0x80, 0xb6, 0xf6, 0x4e, 0xd0, 0x07, 0x6c, 0x1d, 0xfb, 0xd2, 0x2c, 0x4e, 0xdc, 0x97, 0x3c, 0x0a, 0x9b, 0x72, 0x0f, 0xe1, 0x5f, 0x4d, 0x01, 0x4c, 0x90, 0xed, 0x71, 0x1b, 0x5e, 0xa1, 0x3e, 0xe7, 0x10, 0x88, 0x29, 0xd2, 0x09, 0x8e, 0x65, 0xde, 0x7f, 0xa8, 0x63, 0x42, 0xb1, 0xec, 0x58, 0xd5, 0xd9, 0x51, 0x13, 0xf9, 0xfb, 0x8e, 0x69, 0xe7, 0xb3, 0x47, 0x7e, 0x77, 0x6c, 0xf9, 0x23, 0x36, 0x3f, 0xff, 0x5f, 0x1c, 0xf0, 0x97, 0x5e, 0xd1, 0x17, 0xbf, 0xb9, 0x73, 0x03, 0x72, 0xf4, 0x94, 0x5f, 0xdb, 0xd6, 0xe6, 0xdb, 0xcc, 0x66, 0xdf, 0xe6, 0xff, 0xce, 0xda, 0xa7, 0x33, 0xb7, 0x63, 0x55, 0x53, 0x09, 0xc6, 0x9a, 0x32, 0xd8, 0x4d, 0x99, 0xbd, 0x6a, 0x56, 0xc6, 0x4a, 0xd5, 0x6b, 0x00, 0xa9, 0x53, 0x87, 0xc5, 0x1c, 0xe3, 0x1b, 0x07, 0x48, 0xe4, 0x74, 0x69, 0xa9, 0x98, 0x99, 0x00, 0x9e, 0x48, 0xfd, 0xef, 0x76, 0x6f, 0xe3, 0x1c, 0x9f, 0x34, 0x7c, 0x34, 0x7e, 0x7a, 0xdd, 0x03, 0x30, 0xda, 0xa9, 0x2f, 0x16, 0x33, 0x47, 0xda, 0xf3, 0x69, 0x00, 0xff, 0xa6, 0xa7, 0xb6, 0x9f, 0x5a, 0xb2, 0x51, 0x96, 0x6d, 0x85, 0xd9, 0xc9, 0x48, 0xc5, 0xf0, 0xea, 0x1e, 0xa2, 0xfe, 0xbe, 0x15, 0xae, 0x16, 0x88, 0xba, 0x06, 0x88, 0xd6, 0x0b, 0x57, 0x7a, 0xa9, 0xc5, 0xae, 0x44, 0x82, 0x94, 0x4e, 0xc4, 0xce, 0x7f, 0xe1, 0x89, 0x35, 0xbc, 0xe0, 0x5f, 0x38, 0x79, 0x06, 0xee, 0x9e, 0xff, 0x20, 0x8c, 0x16, 0x77, 0x50, 0x69, 0x1f, 0x6c, 0x5f, 0x5a, 0xa5, 0x15, 0xab, 0x74, 0x1c, 0x2d, 0x30, 0x62, 0xd5, 0x0c, 0xd3, 0x74, 0xd5, 0x6a, 0x00, 0xa9, 0x9d, 0xdb, 0x48, 0x7f, 0x23, 0x45, 0xb5, 0x39, 0x29, 0x19, 0x3a, 0x16, 0xab, 0xc7, 0x74, 0xc5, 0x5c, 0x6d, 0xac, 0x2d, 0xc7, 0xc6, 0x27, 0xd7, 0xa0, 0xa6, 0xfc, 0x34, 0xe7, 0xd8, 0x4f, 0x17, 0xad, 0xc4, 0xb4, 0x41, 0x4b, 0x80, 0x76, 0xab, 0x28, 0x69, 0xcf, 0xb7, 0xcf, 0xe5, 0x70, 0xc0, 0x4e, 0xb5, 0x6f, 0xc0, 0x29, 0x20, 0x73, 0xa0, 0x01, 0x66, 0x87, 0x9b, 0xf1, 0x30, 0xde, 0x05, 0xd4, 0xdf, 0xdd, 0x8a, 0x62, 0x00, 0xa5, 0x99, 0x3e, 0x72, 0x5d, 0x53, 0xa9, 0xc0, 0x97, 0x43, 0x48, 0x08, 0xbd, 0xcf, 0x0b, 0xa7, 0x0f, 0xe3, 0x2f, 0xbf, 0xbd, 0x83, 0x8e, 0xf5, 0x33, 0xc9, 0x40, 0xf9, 0x0a, 0x0f, 0xde, 0x7c, 0x0f, 0x86, 0x16, 0x4d, 0xf6, 0x39, 0xbb, 0x61, 0x82, 0xde, 0xbf, 0xcf, 0xe1, 0x72, 0xc1, 0xe6, 0xf1, 0xd0, 0x0c, 0x60, 0x6f, 0xf7, 0x60, 0x32, 0x92, 0xb0, 0x03, 0x6e, 0x66, 0xcb, 0xe7, 0x52, 0x7f, 0x1e, 0x54, 0xac, 0x06, 0x50, 0xa2, 0xe9, 0x43, 0xc6, 0x01, 0xa4, 0x9c, 0x0f, 0x10, 0x4b, 0xbb, 0x3d, 0x16, 0x8e, 0xfb, 0x95, 0x57, 0x5e, 0x49, 0xff, 0x7f, 0x78, 0xef, 0x0e, 0xbc, 0xf6, 0xc7, 0x7b, 0xe9, 0x51, 0x5e, 0x26, 0x65, 0xa4, 0xa6, 0xe2, 0xb1, 0xd5, 0x0f, 0xa2, 0x24, 0xbd, 0xd4, 0x67, 0xca, 0x08, 0x81, 0x3c, 0x04, 0x23, 0x10, 0xe0, 0xdb, 0x28, 0x2c, 0xf9, 0x19, 0x80, 0x7c, 0xf6, 0x68, 0x33, 0x00, 0x81, 0xf9, 0x72, 0x83, 0x14, 0x1d, 0x05, 0x0a, 0x37, 0x9b, 0x33, 0x1a, 0xe6, 0x92, 0xda, 0xc1, 0x1f, 0xcb, 0x11, 0x62, 0xff, 0xfb, 0xdc, 0xfd, 0xe1, 0xcb, 0x78, 0xf9, 0xa9, 0xbb, 0x39, 0xe0, 0x2f, 0xc8, 0xcd, 0xc6, 0xef, 0x7e, 0xb2, 0x0e, 0x25, 0x29, 0xfd, 0x43, 0xdb, 0xf6, 0xfe, 0xef, 0xac, 0x7d, 0x1e, 0x0a, 0xfc, 0x16, 0xea, 0x1d, 0xf1, 0x6d, 0x7a, 0x2b, 0x07, 0x4f, 0xa9, 0xb7, 0xcf, 0xc8, 0xc9, 0x51, 0x9c, 0x06, 0x60, 0x82, 0x40, 0xac, 0x43, 0x1c, 0x09, 0xc8, 0xa3, 0xed, 0x10, 0xc7, 0x0a, 0xf8, 0x4a, 0x71, 0x84, 0xbd, 0x5e, 0x0f, 0xb6, 0xbd, 0xf4, 0x18, 0x3e, 0xff, 0xf8, 0x6f, 0x9c, 0x63, 0x83, 0x7b, 0xf5, 0xc6, 0xbd, 0x4b, 0x1f, 0xa6, 0xcc, 0x72, 0x13, 0xda, 0xec, 0x76, 0x18, 0x28, 0xdb, 0x3d, 0x85, 0x02, 0xb5, 0xbe, 0xbd, 0x5d, 0xb4, 0xd9, 0xe3, 0x72, 0x3a, 0x3b, 0xa5, 0x3e, 0x9f, 0x06, 0xa0, 0xf9, 0x2d, 0x3b, 0xf0, 0xbe, 0x4e, 0xd8, 0x4d, 0xd4, 0x47, 0xb3, 0xa2, 0x7c, 0x00, 0x21, 0xbb, 0x31, 0xd2, 0x85, 0xb3, 0xa5, 0xfc, 0x8d, 0xd4, 0x85, 0x7b, 0xe5, 0x04, 0xa9, 0x92, 0x22, 0x40, 0x2e, 0xa7, 0x1d, 0x9f, 0x6d, 0xfb, 0x3d, 0x2e, 0x94, 0x7d, 0xcb, 0x39, 0x36, 0x77, 0xd6, 0x0d, 0x18, 0x38, 0xf9, 0x0e, 0x1c, 0x34, 0x18, 0x02, 0x4d, 0x61, 0x0a, 0xb4, 0x39, 0xf5, 0xf5, 0x28, 0x3e, 0x73, 0x06, 0x85, 0xb5, 0xb5, 0x64, 0xf2, 0x87, 0xb0, 0xbd, 0xef, 0x76, 0x07, 0x80, 0x9e, 0x8f, 0x01, 0xac, 0xc9, 0x9c, 0xfe, 0xf0, 0x3a, 0x0a, 0xac, 0xb5, 0x8a, 0xd6, 0x00, 0x72, 0x00, 0xa0, 0x2b, 0x12, 0x5e, 0xa8, 0xb6, 0x65, 0x3c, 0x3a, 0xc4, 0x91, 0x5c, 0x8f, 0x4f, 0x38, 0xb4, 0x36, 0xd5, 0xe2, 0x45, 0xca, 0xd9, 0xbd, 0x78, 0xe6, 0x07, 0xce, 0xb1, 0x9b, 0x97, 0xdd, 0x83, 0xcc, 0xa1, 0x0b, 0xe0, 0x60, 0x0d, 0x88, 0x91, 0x8d, 0x44, 0xed, 0xeb, 0xf3, 0xf3, 0x51, 0x97, 0x97, 0x87, 0x9c, 0x9e, 0x3d, 0x31, 0xf4, 0x93, 0x4f, 0x90, 0xe6, 0xf7, 0x0b, 0x3a, 0x18, 0xc1, 0x4b, 0x7d, 0x32, 0x41, 0xce, 0x66, 0x00, 0x3b, 0x63, 0x5f, 0x4b, 0x3a, 0xc7, 0x82, 0x6f, 0xd8, 0xba, 0x15, 0x0e, 0xc5, 0xf9, 0x00, 0x6c, 0xd3, 0x27, 0x5a, 0x2f, 0x5b, 0x89, 0x35, 0x87, 0xc2, 0x79, 0xc6, 0xae, 0xda, 0xf6, 0xec, 0x11, 0xda, 0xae, 0x66, 0xa1, 0x92, 0xad, 0xa6, 0xfc, 0x14, 0x9e, 0x7e, 0xe8, 0x7a, 0x0e, 0xf8, 0xc9, 0x65, 0xef, 0xba, 0xe3, 0x11, 0x98, 0x86, 0x5d, 0x07, 0x2f, 0xcf, 0xfc, 0x00, 0xf6, 0xd6, 0x58, 0x54, 0x84, 0x7d, 0x37, 0xdc, 0x00, 0x0b, 0x49, 0x71, 0xef, 0xb0, 0xf7, 0xdd, 0x41, 0xec, 0x7d, 0xbe, 0xed, 0x8c, 0x89, 0x83, 0xa7, 0x6f, 0x14, 0xe7, 0x04, 0x4b, 0x91, 0x06, 0xa1, 0x14, 0x9f, 0x40, 0xc9, 0xe9, 0xd2, 0x7c, 0x60, 0x95, 0x9a, 0xca, 0x7e, 0xf8, 0x0a, 0x4f, 0x3f, 0xbc, 0x04, 0x8d, 0x75, 0xe5, 0x01, 0xfb, 0x93, 0xf4, 0x46, 0xac, 0xbd, 0xf7, 0x79, 0x78, 0xaf, 0x98, 0xc8, 0x1b, 0x64, 0xe0, 0x63, 0x00, 0xb2, 0x59, 0x33, 0x33, 0xb1, 0x6f, 0xd5, 0x2a, 0xda, 0xd6, 0x77, 0x52, 0x7e, 0x42, 0x38, 0xe0, 0x77, 0x96, 0x18, 0x70, 0xd6, 0x15, 0x98, 0x4e, 0xad, 0xf3, 0xea, 0xde, 0x57, 0x64, 0x14, 0x48, 0x2c, 0x23, 0x44, 0x0b, 0xe4, 0xb1, 0x02, 0xbf, 0x1c, 0xed, 0x8e, 0x56, 0x14, 0x68, 0xef, 0x67, 0x5b, 0xf0, 0xe7, 0x27, 0x56, 0xc3, 0xda, 0xde, 0x1a, 0xb0, 0x3f, 0x37, 0x3b, 0x1b, 0x3f, 0x7f, 0xe0, 0x15, 0x58, 0x73, 0xfb, 0x86, 0x05, 0x7e, 0xff, 0x66, 0xc9, 0xc9, 0xc1, 0xb1, 0xc5, 0x8b, 0x85, 0xc1, 0x4e, 0xf9, 0x02, 0xec, 0x7d, 0x56, 0xbd, 0x17, 0xc7, 0x7a, 0x73, 0x9e, 0xd7, 0x82, 0x64, 0xef, 0x07, 0xe1, 0x3e, 0x97, 0x22, 0xd3, 0xa1, 0xa3, 0xe9, 0x13, 0x1c, 0x3b, 0x76, 0x2c, 0xe6, 0x4b, 0xb8, 0x2a, 0xcd, 0xc1, 0x65, 0xbf, 0xbf, 0x03, 0xbb, 0xde, 0xc0, 0xc1, 0x2f, 0xde, 0xe2, 0x1c, 0xeb, 0xdb, 0xa3, 0x37, 0x16, 0xaf, 0x79, 0x0a, 0xed, 0x29, 0x26, 0x41, 0x81, 0x27, 0x66, 0x2b, 0x9f, 0x3a, 0x15, 0x59, 0x3b, 0x76, 0xc0, 0x5b, 0x5d, 0xcd, 0x71, 0x74, 0x03, 0xfc, 0x00, 0xea, 0xd3, 0x69, 0xf4, 0xa2, 0x61, 0x5c, 0x0a, 0x2a, 0x3c, 0x2e, 0xb6, 0x09, 0xf6, 0xec, 0xa6, 0x4f, 0xdb, 0x6a, 0xc3, 0x7d, 0x3e, 0xc5, 0x4c, 0x89, 0x0c, 0x17, 0xcc, 0x52, 0x49, 0x78, 0x0d, 0xfc, 0xc2, 0xe4, 0x71, 0x3b, 0xb1, 0xfb, 0xdd, 0xa7, 0x79, 0xc1, 0xdf, 0xab, 0xc8, 0x84, 0x9b, 0x97, 0xdf, 0x81, 0x1c, 0xd4, 0xa1, 0xc4, 0x76, 0x01, 0x45, 0x96, 0x72, 0xe4, 0xd9, 0xcd, 0x30, 0xf8, 0x1d, 0x5e, 0x11, 0xd2, 0x9f, 0xe9, 0x1c, 0x57, 0x4d, 0x9a, 0x14, 0xda, 0xec, 0x49, 0xa7, 0x9c, 0xe8, 0x69, 0xa9, 0x38, 0xea, 0xe1, 0xcc, 0x24, 0xab, 0xf1, 0xa4, 0x24, 0x6f, 0x88, 0xe4, 0x19, 0x55, 0xad, 0x01, 0x62, 0x0d, 0x26, 0xb5, 0xad, 0xf6, 0x18, 0xce, 0xfd, 0x6c, 0x56, 0x33, 0xfe, 0xf5, 0xe6, 0x13, 0xa8, 0xba, 0x70, 0x84, 0x73, 0x6c, 0xf8, 0xc0, 0x62, 0xdc, 0xb0, 0x70, 0x0e, 0x92, 0x92, 0xab, 0x29, 0x2e, 0xa9, 0xa6, 0xf7, 0x19, 0xa8, 0x4b, 0x27, 0x53, 0x48, 0x36, 0xd9, 0x52, 0xe0, 0xb6, 0x96, 0xa0, 0x2a, 0x7d, 0x00, 0xec, 0x06, 0xa3, 0x68, 0x26, 0x68, 0x1e, 0x35, 0x0a, 0xc6, 0x2d, 0x5b, 0x04, 0x35, 0x80, 0x37, 0x5f, 0x8f, 0x33, 0x23, 0x92, 0x50, 0xd1, 0xee, 0x64, 0x37, 0xc7, 0x41, 0xdd, 0x7a, 0xc5, 0x1b, 0x9f, 0x34, 0xb6, 0x2a, 0x92, 0x01, 0xc4, 0x48, 0xdb, 0x58, 0x49, 0x7f, 0x5a, 0x05, 0xea, 0xf5, 0x11, 0xad, 0x78, 0xae, 0x74, 0xf0, 0x77, 0xe5, 0xfa, 0xe6, 0xa6, 0x1a, 0x7c, 0xf2, 0xc6, 0xa3, 0x68, 0xae, 0x2f, 0xe7, 0x1c, 0x9b, 0x72, 0x55, 0x7f, 0x5c, 0x33, 0x7b, 0x06, 0xf4, 0x3a, 0x7e, 0xe8, 0x78, 0x61, 0x87, 0x3e, 0xed, 0x1c, 0x4a, 0x9c, 0x17, 0xd1, 0xd2, 0x38, 0x04, 0xf5, 0xf9, 0x3d, 0x44, 0x31, 0x80, 0xb3, 0xa8, 0x08, 0xed, 0xa9, 0xa9, 0xb0, 0xb7, 0xb7, 0x73, 0x18, 0x40, 0xd7, 0xcb, 0x88, 0x1f, 0xfa, 0xe9, 0xd0, 0x6c, 0xe5, 0xce, 0x21, 0xa6, 0xbc, 0x9f, 0xb5, 0x9b, 0x76, 0x99, 0xd5, 0x31, 0x25, 0x32, 0x56, 0x14, 0x0c, 0x0c, 0xb1, 0x18, 0x07, 0x90, 0x6b, 0xf5, 0x7a, 0x29, 0x98, 0xea, 0x5c, 0xd9, 0xf7, 0xf8, 0xfb, 0xdf, 0x1e, 0x40, 0x5b, 0x4b, 0x03, 0x27, 0xcc, 0x79, 0xfd, 0xec, 0x51, 0x18, 0x73, 0xd5, 0x78, 0x1a, 0x76, 0x21, 0xdb, 0x62, 0x74, 0x23, 0x23, 0xf9, 0x0b, 0x38, 0xcf, 0x0c, 0x47, 0x53, 0xdf, 0x61, 0xa1, 0xcd, 0x20, 0xe2, 0x10, 0xe7, 0xe5, 0xc1, 0x6e, 0x36, 0x07, 0x30, 0x80, 0xbe, 0x34, 0x09, 0xdf, 0x16, 0x00, 0x76, 0x07, 0x07, 0x47, 0x2e, 0x9d, 0x17, 0xf7, 0x6d, 0xda, 0x6d, 0xfe, 0x4b, 0x57, 0x9e, 0x37, 0xe6, 0xc9, 0x70, 0xd1, 0x90, 0xfe, 0xd1, 0x04, 0x59, 0x2c, 0xc0, 0x2f, 0x55, 0x9f, 0x1c, 0xda, 0xfb, 0x09, 0x5e, 0x7d, 0x66, 0x2d, 0x27, 0xa7, 0x27, 0xd9, 0xa8, 0xc3, 0xcd, 0x8b, 0xa7, 0xa0, 0xff, 0x40, 0xf1, 0x0b, 0xe2, 0x39, 0xcc, 0x95, 0x68, 0xab, 0xda, 0x0f, 0x83, 0x73, 0x2f, 0x52, 0xea, 0x1e, 0x82, 0x35, 0xbf, 0x20, 0x24, 0x13, 0x58, 0xd3, 0xd2, 0x3a, 0xa5, 0x3e, 0x61, 0x00, 0x0c, 0x4b, 0xc6, 0x9e, 0x2c, 0xe2, 0x4f, 0x70, 0xc0, 0x6f, 0xf6, 0x7a, 0x75, 0xb7, 0xbc, 0xb1, 0xdb, 0xfc, 0x61, 0x57, 0x9f, 0x59, 0x11, 0xe9, 0xd0, 0xb1, 0x90, 0xfe, 0xd1, 0x4e, 0xa7, 0x96, 0x8a, 0x39, 0xe4, 0x32, 0xa1, 0x76, 0x7d, 0xf0, 0x12, 0xde, 0x79, 0x65, 0x3d, 0x9d, 0xdf, 0xc3, 0xa4, 0xcc, 0x8c, 0x64, 0xac, 0xb9, 0xe9, 0x1a, 0x14, 0x15, 0xf7, 0x12, 0xef, 0x3f, 0x34, 0x9d, 0x41, 0x7b, 0xcd, 0x8f, 0xb4, 0x41, 0x04, 0x83, 0x1b, 0x59, 0x17, 0x36, 0xc1, 0x92, 0x7b, 0x1f, 0x3d, 0x55, 0x8b, 0x57, 0xfa, 0x77, 0x38, 0xcc, 0x36, 0xa7, 0x93, 0x76, 0x76, 0x1d, 0xd4, 0x99, 0xd6, 0x71, 0x29, 0x38, 0x6c, 0x74, 0xf3, 0xa1, 0xe9, 0x9c, 0x01, 0xba, 0x45, 0xaf, 0xed, 0x36, 0x1f, 0x95, 0xe2, 0xb9, 0x15, 0x99, 0x0e, 0x1d, 0x0d, 0xe9, 0x1f, 0x09, 0xb0, 0xd4, 0x38, 0x4e, 0x10, 0x32, 0xd2, 0xe3, 0x71, 0x63, 0xeb, 0x4b, 0x8f, 0xe1, 0x8b, 0x8f, 0x5f, 0xe5, 0x1c, 0x2b, 0xee, 0x66, 0xc2, 0xea, 0x65, 0xf3, 0x90, 0x99, 0x95, 0x2f, 0xf6, 0x6d, 0x53, 0xc0, 0x3f, 0x4c, 0x31, 0xc0, 0xb9, 0xc0, 0x7b, 0x98, 0xce, 0x22, 0xed, 0xec, 0x31, 0xb4, 0xf7, 0x1d, 0x22, 0x28, 0xfd, 0x09, 0x59, 0x29, 0xf3, 0xc7, 0x4e, 0xc2, 0x9c, 0x63, 0x92, 0x71, 0x5a, 0xef, 0xe6, 0xc1, 0x12, 0xf6, 0xe8, 0x93, 0x75, 0x4b, 0x5e, 0x8b, 0x20, 0xdc, 0x99, 0x90, 0x1a, 0x40, 0x0c, 0x23, 0x1d, 0x3d, 0x7a, 0x54, 0xf6, 0x14, 0x8d, 0x70, 0xc0, 0x3d, 0x62, 0xc4, 0x88, 0xa8, 0x39, 0xdd, 0x0e, 0xbb, 0x95, 0x4e, 0x63, 0xfe, 0x71, 0xdf, 0x4e, 0xce, 0xb1, 0x81, 0x7d, 0x0a, 0xb0, 0x7c, 0xc9, 0xb5, 0x48, 0x49, 0xc9, 0x10, 0xf7, 0x8e, 0x3d, 0x0e, 0x98, 0xcb, 0xbf, 0x83, 0xd3, 0x52, 0xc7, 0x7b, 0x3c, 0xb5, 0x69, 0x37, 0xda, 0xfa, 0x0c, 0xe6, 0x95, 0xfe, 0xf4, 0xef, 0x49, 0xf2, 0x5b, 0x5b, 0x1d, 0xce, 0x5d, 0x95, 0x84, 0x5a, 0x1d, 0x4f, 0x50, 0x42, 0x87, 0xb7, 0x1c, 0xb6, 0xb6, 0x9f, 0x6c, 0xdd, 0x2d, 0x4d, 0x49, 0xc4, 0xa8, 0x3b, 0xc1, 0xd1, 0x8e, 0x9a, 0x88, 0x3d, 0x5f, 0x29, 0xe0, 0x8f, 0x24, 0x4a, 0xd6, 0x95, 0xfb, 0xb6, 0x34, 0xd6, 0x60, 0xe3, 0x6f, 0x6e, 0xe3, 0x4d, 0x68, 0x1b, 0x3f, 0xe2, 0x0a, 0x2c, 0x98, 0x3b, 0x1b, 0x7a, 0x81, 0xca, 0x6c, 0x1c, 0x2d, 0xe2, 0x6c, 0x47, 0x6b, 0xf9, 0x1e, 0xb8, 0xed, 0x66, 0x61, 0xa0, 0x65, 0x9e, 0xa4, 0x13, 0xde, 0xbc, 0x29, 0x29, 0xbc, 0xf3, 0x43, 0xec, 0x65, 0x47, 0x70, 0x6c, 0xb0, 0x07, 0x66, 0x9e, 0xa1, 0x1a, 0x0a, 0xfc, 0xbf, 0x7e, 0xe3, 0xb3, 0xb6, 0x75, 0x72, 0xe0, 0x53, 0x55, 0x2b, 0xc5, 0xc7, 0x3a, 0x3c, 0x18, 0xed, 0x7b, 0xc9, 0xc5, 0xf4, 0x95, 0x17, 0x4e, 0xe0, 0x4f, 0xbf, 0x5e, 0x8d, 0xa6, 0xfa, 0x0a, 0x4e, 0xa4, 0x67, 0xce, 0x94, 0xe1, 0x98, 0x32, 0x89, 0xe4, 0xf4, 0x88, 0x1b, 0x23, 0x75, 0x59, 0x1b, 0x28, 0xc9, 0xff, 0x2d, 0x3c, 0x6e, 0x7b, 0xf0, 0xb6, 0xe9, 0x3d, 0xd0, 0x5f, 0x3c, 0x01, 0xf7, 0x80, 0x11, 0x5c, 0xd3, 0xe7, 0xc8, 0x01, 0x7c, 0xfe, 0xc5, 0x8b, 0xb0, 0xe9, 0xd9, 0xc8, 0x27, 0xa5, 0x31, 0xb1, 0xea, 0xf5, 0x9d, 0xad, 0x7f, 0x97, 0xeb, 0x1d, 0xa9, 0x26, 0x19, 0x4e, 0xae, 0x08, 0x92, 0x5c, 0x0b, 0x68, 0x74, 0x55, 0x6a, 0x87, 0xeb, 0x10, 0x8b, 0x3d, 0xff, 0xc4, 0xa1, 0x2f, 0xe8, 0x6c, 0x4e, 0x36, 0xf8, 0x0d, 0x7a, 0x1d, 0x56, 0x2e, 0x9c, 0x40, 0x81, 0x7f, 0xb2, 0x68, 0x58, 0x38, 0xcc, 0x15, 0x68, 0xbd, 0xf8, 0x75, 0x48, 0xf0, 0x77, 0x82, 0xad, 0xad, 0x82, 0x03, 0xfe, 0xd6, 0x3d, 0x3b, 0xf1, 0xe9, 0xee, 0xe7, 0x61, 0xf3, 0x06, 0x66, 0x31, 0x7b, 0x75, 0x29, 0x68, 0x4f, 0x1b, 0x8d, 0x7e, 0x53, 0xee, 0x7f, 0x4b, 0x4e, 0x7c, 0x2a, 0x72, 0x85, 0x98, 0x68, 0x4a, 0x6d, 0xb2, 0xc6, 0x95, 0x92, 0x96, 0x70, 0x95, 0xd3, 0x21, 0xfe, 0x66, 0xe7, 0x5b, 0x78, 0x73, 0xe3, 0x2f, 0xe1, 0x76, 0x05, 0x8e, 0xa6, 0xa6, 0xa7, 0x18, 0xb1, 0xfa, 0xc6, 0xd9, 0xe8, 0xd1, 0xab, 0x8f, 0xe8, 0x6b, 0x59, 0x1b, 0x4f, 0xc2, 0x52, 0x7b, 0x34, 0x8c, 0xf7, 0x0f, 0xd4, 0x35, 0x5e, 0x82, 0xc9, 0x0f, 0x7e, 0x6a, 0xab, 0xfd, 0x6c, 0x2b, 0xbe, 0x39, 0xf1, 0x31, 0x67, 0x58, 0xc1, 0xad, 0x37, 0xc1, 0x92, 0x76, 0x25, 0x3c, 0xba, 0x54, 0xd9, 0x71, 0x99, 0x30, 0xa9, 0x10, 0x4a, 0x9f, 0x67, 0x20, 0x27, 0xf0, 0xc9, 0x3b, 0xf8, 0xf8, 0xed, 0x67, 0xf0, 0xd1, 0x9b, 0x4f, 0x73, 0x8e, 0x75, 0xcb, 0xc9, 0xc0, 0xea, 0xe5, 0xf3, 0x91, 0x9b, 0x9b, 0x2f, 0xf2, 0x5a, 0x6e, 0xb4, 0x57, 0x1f, 0x84, 0xbd, 0xe5, 0x92, 0xe8, 0xfb, 0x3b, 0xdd, 0x5e, 0x1c, 0x3a, 0x63, 0x43, 0x63, 0x73, 0x23, 0x06, 0x13, 0x06, 0x70, 0xb9, 0x70, 0xfe, 0xa3, 0x97, 0x71, 0x98, 0xf2, 0x1b, 0x38, 0xe7, 0x1a, 0x0b, 0x60, 0x4d, 0x1d, 0x42, 0x99, 0x3f, 0x86, 0xa8, 0x08, 0x66, 0xc5, 0x55, 0x87, 0x8e, 0x36, 0xa0, 0x95, 0x32, 0xf7, 0x58, 0xae, 0xd1, 0x61, 0x32, 0x75, 0x71, 0xd3, 0xff, 0xde, 0x8f, 0x7d, 0x5f, 0xbc, 0xcb, 0x39, 0xd6, 0xaf, 0x57, 0x3e, 0x56, 0x2c, 0x9d, 0x8f, 0xb4, 0x54, 0x91, 0x91, 0x1e, 0xb7, 0x03, 0xe6, 0x8a, 0x6f, 0xe1, 0xb4, 0xd4, 0x8b, 0xbe, 0xbf, 0xc5, 0xee, 0xc1, 0xfe, 0x53, 0x36, 0xb4, 0x59, 0x3d, 0x14, 0xa4, 0x5d, 0xf0, 0x58, 0x2d, 0x38, 0xf2, 0xfe, 0x73, 0x38, 0x5b, 0x7f, 0x9c, 0x73, 0xee, 0xec, 0xeb, 0xef, 0xc2, 0xbb, 0x9f, 0x9d, 0x82, 0x1f, 0x26, 0x71, 0xb1, 0x4c, 0xaa, 0x58, 0x0d, 0x10, 0x8b, 0xc9, 0xe9, 0x4a, 0x29, 0x4b, 0x28, 0xd7, 0xe8, 0x70, 0x7b, 0x5b, 0x33, 0x5e, 0x7c, 0xf2, 0x0e, 0x9c, 0x3a, 0xba, 0x97, 0x73, 0x7c, 0xd4, 0xd0, 0xde, 0x58, 0x3c, 0xff, 0x1a, 0x18, 0x8d, 0xe2, 0x22, 0x3d, 0x6e, 0x67, 0x1b, 0xcc, 0x97, 0xf6, 0xc0, 0xed, 0x10, 0xbf, 0x42, 0x51, 0xa3, 0xd9, 0x8d, 0xef, 0x4f, 0xdb, 0xe0, 0x70, 0xf9, 0x30, 0xe0, 0xf6, 0x38, 0xf0, 0xed, 0x96, 0xdf, 0xa1, 0xa6, 0x2d, 0x50, 0x7b, 0x18, 0x93, 0x52, 0xb0, 0xe6, 0xde, 0xa7, 0x31, 0x71, 0xf6, 0x0a, 0x6c, 0xff, 0xf7, 0xf2, 0xa8, 0x81, 0x5f, 0x15, 0x1a, 0x40, 0x2d, 0x5a, 0x41, 0x09, 0x3e, 0x01, 0xf3, 0xdc, 0xfa, 0x9a, 0x8b, 0x78, 0x7e, 0xdd, 0x2d, 0xa8, 0xa9, 0x38, 0xc3, 0x39, 0x67, 0xc6, 0x84, 0x61, 0x98, 0x39, 0x7d, 0x12, 0x65, 0x7a, 0x8b, 0x73, 0x76, 0x49, 0x6c, 0x9f, 0x48, 0x7e, 0xaf, 0xdb, 0x29, 0xba, 0x1d, 0x55, 0x8d, 0x2e, 0x1c, 0x3e, 0x67, 0x03, 0x09, 0xf3, 0x93, 0xb7, 0x6e, 0x73, 0xb8, 0x51, 0x51, 0x7f, 0x8e, 0x53, 0xb8, 0xd3, 0x94, 0x95, 0x87, 0x7b, 0x1e, 0x79, 0x15, 0xa5, 0x57, 0x4e, 0x8a, 0xc9, 0x78, 0x51, 0xd4, 0x93, 0xe1, 0xfc, 0x11, 0x00, 0x31, 0x11, 0x0f, 0xb5, 0x94, 0x2c, 0x51, 0xc2, 0x12, 0xae, 0xcc, 0x73, 0x49, 0x42, 0x1b, 0x89, 0xf1, 0xb3, 0x2b, 0xb4, 0x91, 0x53, 0x96, 0xce, 0xbb, 0x1a, 0x23, 0x47, 0x8c, 0x12, 0x7d, 0x5d, 0x7b, 0xcb, 0x79, 0xb4, 0x55, 0x1f, 0x26, 0x23, 0x5d, 0xa2, 0x7f, 0x73, 0xaa, 0xc2, 0x81, 0x53, 0x95, 0xbe, 0xa8, 0x0e, 0xf5, 0xb6, 0xd1, 0xdc, 0xee, 0x42, 0x7d, 0x0b, 0x97, 0x79, 0x0a, 0x4b, 0xfa, 0xe1, 0xbe, 0x27, 0xde, 0x42, 0x51, 0x8f, 0xfe, 0x01, 0x38, 0x89, 0xab, 0x85, 0xb2, 0xa5, 0xd6, 0x06, 0x72, 0x27, 0xcf, 0xa9, 0xc9, 0x27, 0xe0, 0x3b, 0xef, 0xe0, 0x37, 0x1f, 0xe1, 0xd5, 0x67, 0xd7, 0xd2, 0xa3, 0xbc, 0x4c, 0x4a, 0x4d, 0x36, 0xe2, 0x96, 0xa5, 0xb3, 0xd0, 0xe7, 0x8a, 0xbe, 0xe2, 0x23, 0x3d, 0xf5, 0x27, 0x60, 0xe1, 0xb1, 0xd5, 0x05, 0xcd, 0x24, 0x8f, 0x17, 0x87, 0xcf, 0xda, 0x51, 0xdd, 0xe4, 0x4f, 0x5b, 0xf6, 0xa2, 0xbe, 0xd9, 0x81, 0x66, 0x0b, 0x37, 0xad, 0x61, 0xc8, 0xa8, 0xe9, 0xf8, 0x8f, 0x07, 0x5f, 0x44, 0x4e, 0x5e, 0x41, 0xcc, 0xc0, 0x1f, 0x13, 0x0d, 0x10, 0x4b, 0x5b, 0x5b, 0x8e, 0x7b, 0xca, 0x91, 0x6c, 0x17, 0xa9, 0x59, 0xf4, 0xd9, 0xfb, 0x7f, 0xc5, 0xb6, 0x97, 0xd7, 0x71, 0x12, 0xda, 0x72, 0x32, 0xd3, 0xb0, 0x66, 0xf9, 0xb5, 0xe8, 0xd6, 0xad, 0x48, 0x7c, 0xa4, 0xa7, 0xea, 0x7b, 0xd8, 0x5b, 0xcb, 0xc5, 0x6b, 0x0a, 0xa7, 0x97, 0x72, 0x76, 0xad, 0x68, 0x69, 0xf7, 0x74, 0x32, 0x43, 0x45, 0xa3, 0x8d, 0x2f, 0x8d, 0x19, 0x53, 0xae, 0x5d, 0x85, 0x15, 0x77, 0xff, 0x96, 0xf6, 0x3f, 0x62, 0x9d, 0x2e, 0xaf, 0xd8, 0x74, 0xe8, 0x78, 0xd5, 0x0a, 0x72, 0x38, 0xc4, 0x24, 0xa1, 0x6d, 0xcb, 0x5f, 0x1e, 0xc1, 0xe7, 0x3c, 0x09, 0x6d, 0x3d, 0x8a, 0x72, 0x70, 0xeb, 0xb2, 0xf9, 0x30, 0x65, 0x64, 0x89, 0xba, 0xbf, 0xc7, 0x6d, 0xa3, 0x9d, 0x5d, 0x97, 0x4d, 0x74, 0x71, 0x35, 0xb4, 0x5a, 0x3c, 0x38, 0x70, 0xda, 0x0a, 0xab, 0xdd, 0x07, 0x66, 0xa7, 0xcb, 0x8d, 0xf2, 0x7a, 0x07, 0x5c, 0x1e, 0xf6, 0xc2, 0xda, 0x06, 0xdc, 0xf4, 0x1f, 0xeb, 0x31, 0xe3, 0xba, 0x9f, 0x40, 0x29, 0xa4, 0xaa, 0x64, 0x38, 0xb5, 0xac, 0xa0, 0x12, 0x4d, 0x9f, 0xc0, 0x6e, 0xb3, 0xe0, 0xa5, 0x0d, 0x77, 0xe1, 0xc8, 0xfe, 0x7f, 0x73, 0x8e, 0x0d, 0x1b, 0xd8, 0x13, 0x4b, 0x17, 0xcd, 0x41, 0x52, 0x92, 0xb8, 0x15, 0xd7, 0xdd, 0x8e, 0x56, 0xb4, 0x52, 0xe0, 0xf7, 0x38, 0x2d, 0xa2, 0x9f, 0x95, 0x98, 0x3b, 0xc4, 0xd9, 0xf5, 0xaf, 0x5f, 0x6e, 0x75, 0x10, 0xf0, 0x73, 0x47, 0x86, 0x53, 0xd2, 0x32, 0x70, 0xe7, 0x03, 0x2f, 0x60, 0xf8, 0xd8, 0xd9, 0x8a, 0x7a, 0x57, 0x8a, 0x4c, 0x86, 0x53, 0x92, 0x56, 0x90, 0x52, 0xbb, 0x48, 0x0d, 0xfe, 0xe6, 0xc6, 0x6a, 0xfc, 0xf9, 0x89, 0x35, 0xb8, 0x74, 0xe6, 0x47, 0xce, 0xb1, 0xc9, 0xe3, 0x06, 0x63, 0xce, 0x8c, 0x29, 0xb4, 0xd4, 0x15, 0x15, 0xe9, 0x69, 0xaf, 0x81, 0xb9, 0xe2, 0x3b, 0xca, 0xd7, 0x75, 0x89, 0xee, 0xe3, 0xf3, 0x35, 0x4e, 0x1c, 0xbf, 0x64, 0xa7, 0xe3, 0xf6, 0xc4, 0xd9, 0x35, 0x5b, 0x5c, 0xa8, 0x69, 0xe6, 0x3a, 0xbb, 0xdd, 0x8a, 0x7a, 0xe3, 0x9e, 0xc7, 0x36, 0xa1, 0xb8, 0xe7, 0x40, 0xc5, 0x09, 0x2b, 0xc5, 0x25, 0xc3, 0x69, 0x5a, 0x41, 0xdc, 0xf1, 0x8a, 0xf3, 0xc7, 0xe9, 0x3a, 0x3d, 0x8d, 0x75, 0xdc, 0x84, 0xb6, 0x05, 0xb3, 0xc7, 0xe3, 0xea, 0xab, 0x46, 0x8b, 0x6e, 0x9b, 0xad, 0xf9, 0x3c, 0xda, 0xab, 0x0f, 0x41, 0xec, 0xea, 0x42, 0x24, 0xb4, 0xf9, 0xe3, 0x05, 0x1b, 0x2a, 0xea, 0x7d, 0xcc, 0x42, 0xa6, 0x33, 0x36, 0xb4, 0x3a, 0xe9, 0x68, 0x0f, 0x9b, 0xfa, 0x0f, 0x19, 0x87, 0xbb, 0x7f, 0xf5, 0x0a, 0x32, 0xb3, 0xbb, 0xc5, 0xc4, 0xc9, 0x55, 0xa5, 0x06, 0xb0, 0xd9, 0x6c, 0xb8, 0x74, 0xe9, 0x12, 0xbd, 0x52, 0x64, 0x5e, 0x5e, 0x5e, 0xe7, 0xe2, 0xd9, 0x72, 0x80, 0x50, 0xec, 0x7c, 0x00, 0x39, 0x23, 0x42, 0xe1, 0xfe, 0xee, 0xd2, 0xe9, 0x03, 0xd8, 0xf9, 0xf6, 0x6f, 0xe1, 0xb0, 0x07, 0x9a, 0x2a, 0x49, 0x46, 0x23, 0x56, 0x2e, 0x99, 0x81, 0x81, 0xfd, 0xfb, 0x8b, 0x7d, 0x3b, 0xb0, 0xd4, 0x1d, 0x85, 0xb5, 0xe1, 0x94, 0xe8, 0xf6, 0x90, 0x41, 0x2d, 0x32, 0xb8, 0x45, 0x06, 0xb9, 0x68, 0xb3, 0x89, 0xea, 0xbb, 0xea, 0x46, 0x3b, 0x3d, 0xe2, 0xcb, 0xa6, 0x71, 0xd3, 0x6e, 0xc0, 0xea, 0x7b, 0x9f, 0x41, 0x52, 0x72, 0x6a, 0xc0, 0xf3, 0x28, 0x89, 0x09, 0x14, 0xa7, 0x01, 0xc8, 0x7a, 0xc0, 0xfb, 0xf7, 0xef, 0xa7, 0xd7, 0x09, 0x26, 0x6b, 0x04, 0x9b, 0xcd, 0x66, 0x7a, 0x1b, 0x34, 0x68, 0x90, 0x2c, 0x29, 0xd5, 0x4a, 0x5e, 0x1f, 0x80, 0xef, 0x77, 0x27, 0x0e, 0xfc, 0x13, 0x5f, 0x7e, 0xf8, 0x3c, 0xe5, 0xac, 0x06, 0x4a, 0x5b, 0x53, 0x7a, 0x2a, 0x1d, 0xe9, 0x29, 0x2e, 0x2a, 0x16, 0xf9, 0x3e, 0x5c, 0x68, 0xab, 0xd8, 0x07, 0x47, 0x5b, 0xb5, 0xe8, 0xf6, 0x98, 0xad, 0x94, 0xb3, 0x7b, 0xca, 0x4a, 0x81, 0xdd, 0xdb, 0x19, 0xe9, 0xb9, 0x44, 0xd9, 0xfb, 0x4e, 0x97, 0x87, 0xd3, 0xee, 0x05, 0x2b, 0xef, 0xc7, 0xc2, 0x9b, 0x1f, 0x10, 0x7c, 0x2e, 0xa5, 0x30, 0x81, 0xe2, 0x92, 0xe1, 0x4e, 0x9e, 0x3c, 0x89, 0xb4, 0xb4, 0x34, 0x64, 0x64, 0x64, 0x20, 0x35, 0x35, 0x95, 0x2e, 0x5b, 0x42, 0x34, 0x01, 0x59, 0x2c, 0x9b, 0x30, 0x85, 0xdb, 0xed, 0x8e, 0x8a, 0xaf, 0x10, 0xab, 0xf3, 0x85, 0x7e, 0x47, 0x57, 0x68, 0xdb, 0xbd, 0x19, 0x07, 0x76, 0x6d, 0xe6, 0x9c, 0x5b, 0xd4, 0x2d, 0x1b, 0xab, 0x96, 0xcd, 0x47, 0x76, 0x56, 0xb6, 0x38, 0xa6, 0x77, 0x59, 0x61, 0x2e, 0xdf, 0x1b, 0x56, 0xa4, 0xa7, 0xae, 0xc5, 0x8d, 0x83, 0x67, 0xac, 0x70, 0xf9, 0x9d, 0x5d, 0xa7, 0x87, 0x32, 0x81, 0xec, 0x1c, 0x20, 0xa7, 0xa4, 0xa6, 0xe3, 0x8e, 0xfb, 0xff, 0x84, 0x51, 0x13, 0xe7, 0x47, 0x54, 0x08, 0x2d, 0x6e, 0x35, 0x80, 0x58, 0x2d, 0x60, 0xb7, 0xdb, 0x61, 0x32, 0x99, 0x90, 0x95, 0x95, 0x45, 0x33, 0x01, 0x61, 0x00, 0xb2, 0xcf, 0x6a, 0xb5, 0x22, 0x37, 0x37, 0x17, 0x2d, 0x2d, 0x2d, 0x92, 0x3b, 0xc5, 0x4a, 0xb3, 0x4b, 0x39, 0x61, 0x4e, 0xb7, 0x13, 0xbb, 0xb6, 0x3f, 0x83, 0xd3, 0x3f, 0xee, 0xe6, 0x9c, 0x3b, 0xa0, 0x4f, 0x09, 0x56, 0x2c, 0x99, 0x83, 0x94, 0x14, 0x71, 0xa9, 0xc3, 0x2e, 0x7b, 0x0b, 0x1d, 0xe6, 0x24, 0x4c, 0x20, 0x96, 0x2e, 0xd5, 0x39, 0x71, 0xe4, 0x82, 0xdf, 0xd9, 0x05, 0xda, 0xac, 0x2e, 0x54, 0x37, 0x71, 0xab, 0x90, 0xe7, 0xe4, 0x15, 0xe3, 0x67, 0x8f, 0xbe, 0x86, 0x2b, 0x06, 0x8c, 0x14, 0xd5, 0xb7, 0x4a, 0x60, 0x02, 0xc5, 0x0d, 0x84, 0x11, 0xd0, 0x13, 0xd3, 0x87, 0x68, 0x01, 0xc2, 0x04, 0x44, 0xea, 0x13, 0x13, 0x88, 0xec, 0x27, 0xff, 0x4b, 0x2d, 0x71, 0x87, 0x0f, 0x1f, 0xae, 0xa8, 0x88, 0x10, 0x7b, 0x7f, 0xbb, 0xb9, 0x09, 0x2f, 0x3c, 0x79, 0x07, 0x4e, 0x1f, 0xe3, 0x2e, 0x44, 0x31, 0x6e, 0xe4, 0x40, 0x2c, 0x98, 0x33, 0x0d, 0x06, 0x83, 0xb8, 0xd7, 0xe8, 0x2f, 0x55, 0xe2, 0xf5, 0xb8, 0x45, 0xbe, 0x3b, 0xe0, 0xd8, 0x25, 0x3b, 0x2e, 0xd4, 0xf8, 0x22, 0x3b, 0x1e, 0x0a, 0xfe, 0x8d, 0x94, 0xb3, 0xdb, 0xd4, 0xc6, 0x75, 0x76, 0x7b, 0xf5, 0x1b, 0x8e, 0x9f, 0x3d, 0xf2, 0x1a, 0xf2, 0x0a, 0x7a, 0x28, 0x5e, 0xc0, 0xc4, 0x4c, 0x03, 0x88, 0xa1, 0x1e, 0x3d, 0x7a, 0xa0, 0xa1, 0xa1, 0x21, 0xa0, 0x03, 0x09, 0xf0, 0xf3, 0xf3, 0xf3, 0x23, 0xaa, 0xe0, 0xa6, 0xc4, 0x08, 0x92, 0x58, 0xf0, 0xd7, 0x57, 0x5f, 0xc0, 0x73, 0xeb, 0x6e, 0x41, 0x6d, 0xe5, 0x59, 0xce, 0xb9, 0x73, 0xa6, 0x8f, 0xc3, 0x94, 0x09, 0x63, 0x20, 0xf6, 0x09, 0x02, 0x4a, 0x95, 0x88, 0xd1, 0x14, 0x6e, 0x2f, 0x0e, 0x9e, 0xb5, 0xa1, 0xae, 0xd9, 0xdd, 0xe1, 0x2b, 0x79, 0xe9, 0x10, 0x67, 0x9b, 0x8d, 0x0b, 0xfe, 0xab, 0xa6, 0x2c, 0xc2, 0x6d, 0xf7, 0xfd, 0x0f, 0x92, 0x53, 0xd2, 0x55, 0xa3, 0x65, 0x15, 0xa9, 0x01, 0x48, 0x47, 0x15, 0x16, 0x16, 0x52, 0xea, 0x3c, 0x85, 0xb6, 0xfb, 0x49, 0x34, 0xc8, 0x68, 0x34, 0xa2, 0x57, 0xaf, 0x5e, 0x94, 0x94, 0x33, 0xd0, 0x0e, 0x72, 0x24, 0xe0, 0x55, 0xc3, 0xb8, 0x02, 0x9b, 0xce, 0x95, 0x1d, 0xc0, 0x9f, 0x7f, 0x73, 0x1b, 0xa7, 0x42, 0x9b, 0x91, 0x92, 0xf6, 0x37, 0x2d, 0x9a, 0x86, 0xa1, 0x83, 0xc4, 0xc6, 0xd4, 0x49, 0xa9, 0x92, 0x1f, 0x28, 0x06, 0x38, 0x2b, 0xfa, 0x59, 0x99, 0x39, 0xfc, 0x84, 0xc8, 0x84, 0x96, 0x8a, 0x06, 0x1b, 0xe5, 0xec, 0x7a, 0x39, 0xcf, 0x32, 0xf7, 0xc6, 0x9f, 0xe3, 0x86, 0xdb, 0xfe, 0x9b, 0xfa, 0x5f, 0x1f, 0xd2, 0xdc, 0x51, 0x22, 0x13, 0x28, 0xb2, 0x2e, 0x50, 0x76, 0x76, 0x36, 0x0d, 0x7c, 0xe2, 0x0b, 0x10, 0x73, 0x88, 0x38, 0xbe, 0x04, 0xfc, 0x84, 0x21, 0x62, 0x25, 0x9d, 0xa3, 0x79, 0xdf, 0xef, 0xbf, 0xfe, 0x00, 0xaf, 0x3e, 0x4b, 0x96, 0x1c, 0x0d, 0x7c, 0xde, 0xf4, 0xb4, 0x54, 0xac, 0xba, 0x69, 0x2e, 0x7a, 0x96, 0x74, 0x17, 0xd7, 0xf7, 0x1e, 0x4a, 0x62, 0x57, 0x92, 0x48, 0x4f, 0x8d, 0xe8, 0x76, 0x34, 0xb6, 0x75, 0xe4, 0xf0, 0x3b, 0x7d, 0x60, 0xb5, 0x53, 0xce, 0x6e, 0x79, 0x83, 0x9d, 0x53, 0x9d, 0x8d, 0xe4, 0xf0, 0xaf, 0x5e, 0xfb, 0x07, 0x4c, 0x98, 0xb5, 0x5c, 0x34, 0xc8, 0x95, 0xc8, 0x04, 0x8a, 0x4d, 0x85, 0x70, 0xb9, 0x5c, 0x68, 0x6e, 0x6e, 0x96, 0x4d, 0xd2, 0xfb, 0xcf, 0x25, 0xe3, 0x00, 0x62, 0x4c, 0x2b, 0x39, 0x35, 0x0e, 0xf3, 0xfc, 0x1f, 0xf7, 0xfc, 0x03, 0x7b, 0x76, 0xfc, 0x95, 0x93, 0xd0, 0xd6, 0x2d, 0x37, 0x0b, 0xab, 0x97, 0x2f, 0x40, 0x6e, 0x8e, 0xc8, 0x48, 0x8f, 0x88, 0x52, 0x25, 0x1c, 0x67, 0xb7, 0xde, 0x89, 0xa3, 0x17, 0xec, 0x9d, 0x39, 0xfc, 0x16, 0xbb, 0x1b, 0x55, 0x8d, 0x76, 0xb0, 0x5f, 0x5f, 0x6a, 0x7a, 0x16, 0xe6, 0xde, 0xfc, 0x28, 0x52, 0xf3, 0x4a, 0xc3, 0x06, 0x79, 0xc2, 0x8d, 0x03, 0x74, 0x65, 0xa1, 0xec, 0x68, 0x90, 0xd4, 0xe0, 0x8f, 0xbc, 0x1d, 0x6e, 0x7c, 0xfd, 0xd1, 0x46, 0x1c, 0xdb, 0xf7, 0x11, 0xe7, 0x58, 0x9f, 0x9e, 0xc5, 0x58, 0xb9, 0x74, 0x2e, 0xa5, 0x01, 0xd2, 0xc4, 0x09, 0x0f, 0x5b, 0x23, 0xcc, 0x97, 0xf6, 0x8a, 0xae, 0xd6, 0x40, 0x88, 0x9d, 0xc3, 0x4f, 0x1c, 0x5d, 0x32, 0xba, 0xcb, 0xa6, 0xbc, 0xa2, 0x3e, 0x98, 0x7f, 0xeb, 0x7a, 0x98, 0x72, 0x0a, 0x05, 0xfb, 0x4e, 0x4d, 0x4c, 0xa0, 0x18, 0x0d, 0x20, 0xb7, 0xa4, 0x8f, 0xb5, 0x83, 0x1b, 0xec, 0x7c, 0xa7, 0xdd, 0x8a, 0x9d, 0x5b, 0x7e, 0x87, 0x8b, 0xa7, 0xf6, 0x71, 0x8e, 0x8f, 0x1c, 0xda, 0x1f, 0x8b, 0x17, 0xcc, 0x40, 0x92, 0xe8, 0x48, 0x4f, 0x05, 0x65, 0xf6, 0x1c, 0xa0, 0x53, 0x9a, 0xc5, 0x10, 0x19, 0xcc, 0x3a, 0x44, 0x39, 0xbb, 0x35, 0x4d, 0x97, 0x47, 0x76, 0xeb, 0x9a, 0xec, 0x30, 0xdb, 0xb8, 0xe0, 0xee, 0x35, 0x70, 0x2c, 0xae, 0x59, 0xfe, 0x30, 0x52, 0x3a, 0xe6, 0x10, 0xab, 0xd1, 0xe6, 0x8f, 0x99, 0x13, 0xac, 0x24, 0x2d, 0xc0, 0x9e, 0x8d, 0x16, 0xcb, 0x17, 0xd5, 0xde, 0x5a, 0x8f, 0x1d, 0x9b, 0xd7, 0xa1, 0xbe, 0x8a, 0x3b, 0x75, 0x71, 0xfa, 0x84, 0x2b, 0x31, 0x6b, 0xfa, 0x44, 0x52, 0x03, 0x5f, 0xd4, 0xb5, 0x7c, 0xa5, 0x4a, 0x8e, 0x89, 0x8e, 0xf4, 0xd8, 0x1c, 0x5e, 0x3a, 0x8d, 0x99, 0x99, 0xc3, 0x5f, 0x49, 0x99, 0x3c, 0x36, 0x07, 0x17, 0xfc, 0x43, 0xc6, 0xce, 0xc7, 0xd4, 0x45, 0xbf, 0x08, 0x48, 0xae, 0x33, 0x18, 0x0c, 0x21, 0xfb, 0x59, 0xca, 0x6a, 0x77, 0xaa, 0xd5, 0x00, 0x91, 0xfa, 0x01, 0xd1, 0x90, 0xf4, 0xcc, 0x71, 0x80, 0x70, 0x0a, 0x67, 0x49, 0x51, 0x7c, 0xab, 0xf2, 0xc2, 0x71, 0xfc, 0xe9, 0xb9, 0x5f, 0xa2, 0xa9, 0xbe, 0x32, 0x60, 0x3f, 0x19, 0xfc, 0x5b, 0x3c, 0x7f, 0x3a, 0xc6, 0x0c, 0x2f, 0x15, 0x6b, 0x40, 0xa1, 0x8d, 0x4c, 0x60, 0x09, 0xa3, 0x54, 0x49, 0x73, 0xbb, 0x9b, 0x02, 0xff, 0xe5, 0x09, 0x2b, 0x64, 0x61, 0xea, 0xf2, 0x3a, 0x07, 0xcd, 0x04, 0x4c, 0x22, 0x63, 0x0c, 0xcb, 0xef, 0x7a, 0x02, 0x33, 0x17, 0xde, 0x19, 0xd1, 0xfb, 0x55, 0x3a, 0x13, 0x44, 0x3d, 0x15, 0x42, 0xa9, 0xfe, 0x40, 0xb4, 0xd3, 0x2a, 0x8e, 0x1f, 0xdc, 0x8d, 0xbf, 0xfe, 0xfe, 0x2e, 0xd8, 0xac, 0x81, 0x55, 0x16, 0x48, 0x08, 0xf8, 0x56, 0xca, 0xde, 0xef, 0xd3, 0xbb, 0x44, 0x5c, 0xff, 0x46, 0x50, 0xaa, 0x84, 0x4c, 0x58, 0xff, 0xe1, 0x3c, 0x2b, 0x87, 0xbf, 0xce, 0xce, 0x29, 0x50, 0x95, 0x6e, 0xca, 0xc6, 0x7f, 0xfe, 0xea, 0x15, 0x0c, 0x1e, 0x39, 0x55, 0xd4, 0xb3, 0x47, 0xc2, 0x04, 0x09, 0xa3, 0x01, 0x22, 0xd5, 0x02, 0x4a, 0xb4, 0xff, 0xbb, 0x7a, 0xdd, 0xaf, 0x3e, 0xdd, 0x8c, 0xb7, 0x5f, 0x78, 0x98, 0x02, 0x60, 0xe0, 0xa0, 0x52, 0x76, 0x76, 0x26, 0xd6, 0x2c, 0x9b, 0x8f, 0x82, 0xfc, 0x5c, 0x71, 0xf6, 0x7b, 0x04, 0xa5, 0x4a, 0xce, 0x56, 0x3b, 0x50, 0x56, 0xee, 0xe8, 0xcc, 0xe1, 0x6f, 0xa1, 0x9c, 0xdd, 0x3a, 0xe2, 0xec, 0xb2, 0x1e, 0xa9, 0xa0, 0x7b, 0x1f, 0xac, 0x7d, 0x7c, 0x33, 0xba, 0xf7, 0x2e, 0x15, 0xfd, 0xfe, 0xd4, 0x62, 0xf7, 0xc7, 0x4c, 0x03, 0xa8, 0x8d, 0xa4, 0xd6, 0x0a, 0xc1, 0x2a, 0xb4, 0xf5, 0xec, 0x5e, 0x88, 0x5b, 0x6e, 0x9c, 0x07, 0x53, 0x86, 0xb8, 0x48, 0x8f, 0x93, 0x2e, 0x4a, 0xbb, 0x97, 0xd6, 0x00, 0xe2, 0xa2, 0x4c, 0xdc, 0x1c, 0x7e, 0x52, 0xa9, 0xa1, 0xc5, 0xc2, 0x1d, 0xd9, 0x1d, 0x30, 0x74, 0x3c, 0x7e, 0xfe, 0xe8, 0xeb, 0x30, 0x65, 0xe7, 0x4b, 0x06, 0xf0, 0x84, 0x1d, 0x08, 0xe3, 0x63, 0x08, 0xb6, 0x63, 0x1c, 0xcb, 0x8a, 0xcd, 0xc1, 0xc6, 0x01, 0xa4, 0xd4, 0x36, 0x6e, 0x97, 0x03, 0xbb, 0xdf, 0x7d, 0x06, 0x67, 0x8e, 0x7c, 0xc1, 0x39, 0x36, 0x74, 0x50, 0x3f, 0x2c, 0xbd, 0x6e, 0x26, 0x92, 0x93, 0xc4, 0xbd, 0x0e, 0x7b, 0xcb, 0x05, 0xb4, 0x91, 0x09, 0x2c, 0x22, 0x4b, 0x95, 0x90, 0x1c, 0x7e, 0x62, 0xef, 0x37, 0x75, 0xe4, 0xf0, 0x93, 0xb9, 0xba, 0x24, 0x87, 0xdf, 0xca, 0xe3, 0xec, 0x0e, 0x1e, 0x33, 0x17, 0x53, 0x17, 0xaf, 0x45, 0xd9, 0xe9, 0xf3, 0xd4, 0xb7, 0xf3, 0x41, 0xaf, 0x4b, 0x7c, 0x95, 0x51, 0xa3, 0x46, 0xa9, 0xda, 0x14, 0x8a, 0xa9, 0x06, 0x50, 0xc2, 0x5c, 0x61, 0xa9, 0xf3, 0x8b, 0x78, 0x01, 0x6b, 0x35, 0xe3, 0x9f, 0x7f, 0x5f, 0x8f, 0xea, 0x8b, 0xc7, 0x38, 0xc7, 0x26, 0x8e, 0x1b, 0x8e, 0x6b, 0x67, 0x4c, 0xa4, 0xc1, 0x24, 0x2a, 0xd2, 0x13, 0x66, 0xa9, 0x12, 0x76, 0x0e, 0xbf, 0xc3, 0xe5, 0x41, 0x79, 0x3d, 0x65, 0xff, 0x7b, 0xb8, 0x7d, 0x78, 0xd5, 0xcc, 0x5b, 0x31, 0x76, 0xe6, 0xaa, 0x2e, 0xf7, 0x9d, 0x9a, 0x4c, 0x21, 0xc5, 0x0e, 0x84, 0xa9, 0x65, 0xaa, 0x63, 0x28, 0x6a, 0x6d, 0xac, 0xa2, 0x97, 0x1c, 0x6d, 0x69, 0xa8, 0xe4, 0x3c, 0xdf, 0xbc, 0xd9, 0x93, 0x31, 0xe1, 0xaa, 0x61, 0xa2, 0x82, 0x9c, 0xbe, 0x52, 0x25, 0x07, 0x61, 0x6f, 0x15, 0x1f, 0xe9, 0x11, 0xce, 0xe1, 0x0f, 0x3c, 0x8f, 0xcc, 0xd8, 0x9a, 0xbd, 0xec, 0x21, 0xf4, 0x1d, 0x32, 0x51, 0x52, 0x5f, 0x8d, 0xef, 0x3a, 0x09, 0x39, 0x23, 0x2c, 0x16, 0x0f, 0x1c, 0x4e, 0x61, 0x29, 0xb9, 0x56, 0x8b, 0x27, 0x12, 0xff, 0xd3, 0x37, 0x7f, 0x0d, 0x9b, 0x25, 0x70, 0x0d, 0x67, 0x52, 0xa5, 0x61, 0xf9, 0x92, 0xd9, 0x18, 0xd4, 0xaf, 0xb7, 0xe8, 0x48, 0x4f, 0x6b, 0xc5, 0x5e, 0xb8, 0x2c, 0x0d, 0xa2, 0xdb, 0x14, 0x38, 0x61, 0x9d, 0x94, 0x2e, 0x71, 0xa2, 0x96, 0x67, 0xc2, 0x7a, 0x46, 0x56, 0x37, 0xcc, 0x5f, 0xb5, 0x0e, 0x05, 0x25, 0x03, 0x05, 0xfd, 0x96, 0x60, 0x26, 0x90, 0x1a, 0x1d, 0x5f, 0x55, 0x68, 0x80, 0x68, 0x11, 0x19, 0x07, 0xe8, 0x6a, 0xfc, 0x9f, 0x6f, 0x1f, 0x49, 0x68, 0xfb, 0x64, 0xd3, 0x23, 0x9c, 0x84, 0x36, 0x53, 0xa6, 0x09, 0xab, 0x6f, 0x9a, 0x8f, 0xee, 0x85, 0x79, 0xe2, 0x22, 0x3d, 0x61, 0x96, 0x2a, 0xe1, 0xcb, 0xe1, 0x6f, 0x68, 0xe1, 0x9f, 0xb0, 0xde, 0x77, 0xd0, 0x18, 0xac, 0x7d, 0xfc, 0x0d, 0x64, 0xe5, 0x16, 0xca, 0x22, 0xc4, 0xd4, 0xc0, 0x1c, 0x5a, 0x5d, 0x20, 0x19, 0xe8, 0x5f, 0xef, 0x6e, 0xc4, 0x7b, 0xaf, 0x3f, 0xc9, 0x79, 0xee, 0x92, 0x62, 0x12, 0xe9, 0xb9, 0x16, 0x59, 0xa6, 0x74, 0x71, 0x91, 0x1e, 0x4b, 0x2d, 0xbd, 0xfc, 0x90, 0xd8, 0x52, 0x25, 0x24, 0x6d, 0x99, 0x64, 0x72, 0x36, 0xb4, 0x76, 0x38, 0xbb, 0xd4, 0xf7, 0xaa, 0x26, 0x07, 0x5d, 0x98, 0x96, 0x4d, 0xe3, 0x67, 0x2c, 0xc5, 0xed, 0x74, 0x0e, 0x7f, 0x5a, 0x97, 0xc1, 0x1c, 0x2e, 0xd0, 0x13, 0x72, 0x4e, 0xb0, 0x12, 0xc0, 0x1b, 0x8d, 0x36, 0x54, 0x5f, 0x3a, 0x85, 0x0f, 0x36, 0xff, 0x9e, 0xf3, 0x82, 0x07, 0x0e, 0xe8, 0x83, 0x65, 0x8b, 0x66, 0x22, 0x35, 0x59, 0x5c, 0x91, 0x2a, 0xba, 0x54, 0x49, 0x8d, 0xf8, 0xa2, 0xb4, 0xec, 0x1c, 0x7e, 0x97, 0xc7, 0x97, 0xc6, 0xcc, 0x97, 0xc3, 0x3f, 0x6f, 0xd9, 0x5a, 0x2c, 0xbd, 0xfd, 0x11, 0x3a, 0x87, 0x5f, 0x2a, 0x89, 0xae, 0x56, 0x53, 0x48, 0xf5, 0x75, 0x81, 0x94, 0xc6, 0x40, 0xdb, 0x5e, 0x59, 0xc7, 0x59, 0x82, 0x68, 0xec, 0xe8, 0xe1, 0xb8, 0x6e, 0xf6, 0x44, 0x18, 0x0c, 0x62, 0x00, 0x17, 0x7e, 0xa9, 0x12, 0x6e, 0x0e, 0xbf, 0x9b, 0x02, 0xbf, 0x83, 0x37, 0x87, 0xff, 0xf6, 0xfb, 0xfe, 0x88, 0x09, 0xb3, 0x96, 0x49, 0xee, 0xdc, 0xaa, 0xd5, 0x0c, 0x8a, 0xbb, 0x25, 0x92, 0xc2, 0x25, 0xa1, 0x71, 0x80, 0x48, 0xc6, 0x00, 0x2e, 0x94, 0x7d, 0x4b, 0xa7, 0x38, 0x30, 0x69, 0xfa, 0xb4, 0xb1, 0x98, 0x35, 0x7d, 0x32, 0x74, 0x24, 0xef, 0x20, 0x44, 0x7d, 0xfd, 0x48, 0x4a, 0x95, 0xb0, 0x73, 0xf8, 0x5b, 0xda, 0x9d, 0xa8, 0x6f, 0x75, 0x72, 0x22, 0x3d, 0xe9, 0x99, 0x79, 0x98, 0x77, 0xcb, 0xe3, 0x48, 0xca, 0xee, 0x87, 0x03, 0x07, 0x0e, 0x48, 0xf2, 0x4e, 0x89, 0x13, 0x3c, 0x7a, 0xf4, 0x68, 0xd9, 0x84, 0x49, 0x5c, 0x69, 0x00, 0xb9, 0xb4, 0x40, 0x57, 0x3b, 0xb2, 0xab, 0xe3, 0x00, 0xfe, 0xfb, 0xbb, 0x29, 0x70, 0xef, 0xfd, 0xe7, 0x4b, 0x01, 0xc7, 0xd2, 0xd2, 0x52, 0x30, 0xfb, 0x86, 0x95, 0x48, 0x49, 0xcf, 0x25, 0x68, 0x81, 0xa7, 0xbd, 0x05, 0xee, 0xd6, 0x5a, 0x78, 0x48, 0x34, 0x87, 0xd5, 0x15, 0xe1, 0x16, 0xa5, 0x25, 0x5d, 0x59, 0x56, 0x61, 0xc7, 0xd9, 0x2a, 0x67, 0x67, 0xdf, 0xd2, 0x39, 0xfc, 0x66, 0x2e, 0x93, 0xe5, 0x17, 0xf7, 0xc5, 0xfc, 0x55, 0xeb, 0x91, 0x99, 0x53, 0x24, 0x59, 0x9f, 0x33, 0x17, 0xb9, 0x56, 0xb3, 0x19, 0xa4, 0xa5, 0x42, 0x48, 0x44, 0x47, 0xf6, 0xbc, 0x87, 0x96, 0x86, 0xc0, 0x32, 0x85, 0x2b, 0x56, 0x2c, 0x46, 0x4a, 0x46, 0x01, 0x74, 0x14, 0xf8, 0xbd, 0x14, 0x38, 0xf4, 0xa6, 0x7c, 0x6a, 0xcb, 0xa3, 0x19, 0xc1, 0x51, 0x7d, 0x04, 0xfe, 0x05, 0xd1, 0xe9, 0x52, 0x25, 0xe5, 0x7b, 0x45, 0x47, 0x7a, 0x48, 0xc6, 0xe6, 0xc1, 0x33, 0x36, 0xd4, 0x76, 0x4c, 0x58, 0x27, 0xdf, 0x6b, 0x28, 0x67, 0xb7, 0xdd, 0xce, 0x75, 0x76, 0x7b, 0x97, 0x8e, 0xc3, 0x9c, 0x15, 0xbf, 0x12, 0x9c, 0xb0, 0x1e, 0x0d, 0x53, 0x48, 0x4b, 0x86, 0x53, 0x30, 0x11, 0x35, 0xde, 0x55, 0x2d, 0x60, 0x6d, 0x6f, 0xc6, 0xc1, 0x2f, 0x02, 0x97, 0xb3, 0x2d, 0x29, 0x29, 0xc0, 0xa0, 0x09, 0xd7, 0x52, 0x37, 0x30, 0x90, 0x9c, 0x62, 0xdf, 0x72, 0x44, 0xc4, 0xa1, 0xf5, 0xb8, 0xa0, 0x4f, 0xcb, 0x44, 0x72, 0xef, 0xb1, 0xb0, 0x57, 0x1c, 0x84, 0xbd, 0xfa, 0x38, 0x65, 0xef, 0x9f, 0x10, 0x5d, 0xaa, 0x84, 0xe4, 0xf0, 0xef, 0x3f, 0x6d, 0x45, 0x6b, 0x47, 0x0e, 0xbf, 0xcb, 0xed, 0x41, 0x65, 0xa3, 0x83, 0x9e, 0xbb, 0xcb, 0xa6, 0x2b, 0x27, 0x2e, 0xc1, 0xe4, 0x05, 0x77, 0x87, 0xed, 0xec, 0x86, 0xd3, 0x77, 0x6a, 0xa7, 0x84, 0xd7, 0x00, 0x7c, 0x75, 0x81, 0x84, 0x4c, 0x2b, 0xa1, 0x7d, 0x9b, 0x9f, 0xff, 0x2f, 0x4e, 0x9d, 0xce, 0x15, 0xab, 0x6f, 0xa6, 0xb0, 0x9f, 0xd4, 0xf1, 0x1b, 0x02, 0x14, 0x1d, 0x9d, 0x7d, 0xa9, 0xeb, 0xb0, 0x5f, 0xc8, 0xee, 0x94, 0x92, 0x11, 0xf0, 0x52, 0x20, 0xb2, 0x36, 0x94, 0x89, 0x6a, 0x2b, 0x3b, 0x87, 0x9f, 0x5e, 0x77, 0x8b, 0x4c, 0x58, 0x67, 0x75, 0x31, 0xc9, 0xe1, 0x5f, 0x79, 0xf7, 0x93, 0x98, 0xb9, 0xe8, 0x4e, 0xc9, 0xcc, 0x45, 0xbe, 0xf7, 0xa8, 0x86, 0x91, 0x5e, 0x45, 0x30, 0x80, 0xda, 0xd2, 0x1a, 0xc2, 0x69, 0x6f, 0xf9, 0xd9, 0x23, 0xd8, 0xf3, 0xef, 0x2d, 0x01, 0xfb, 0xc6, 0x8c, 0x1e, 0x8c, 0xa2, 0x7e, 0x23, 0x69, 0x3b, 0x9f, 0x4c, 0x6e, 0xd7, 0x51, 0x52, 0x9f, 0x86, 0x84, 0xd7, 0x4d, 0x49, 0x7a, 0x32, 0x34, 0xd5, 0xf1, 0x49, 0x49, 0xfd, 0xd4, 0x6e, 0xa5, 0xf0, 0x0c, 0x59, 0x80, 0xd6, 0xa3, 0xef, 0x07, 0xbd, 0x0f, 0x73, 0xd1, 0x39, 0x42, 0xed, 0x36, 0x17, 0x2a, 0x1b, 0x1c, 0x9c, 0x34, 0xe6, 0x0c, 0x53, 0x0e, 0x7e, 0xf6, 0xc8, 0xdf, 0x44, 0xe5, 0xf0, 0xab, 0xa9, 0x9f, 0x55, 0x6d, 0x02, 0xc5, 0xab, 0x1f, 0x40, 0x9e, 0x6b, 0xeb, 0x4b, 0x8f, 0x05, 0x54, 0x70, 0xd0, 0x53, 0xe6, 0xc6, 0x82, 0xa5, 0xcb, 0x68, 0x80, 0x43, 0xef, 0x82, 0xce, 0xed, 0xb3, 0xff, 0x7d, 0xd9, 0xf7, 0x5e, 0x3a, 0x2f, 0x99, 0x44, 0x7b, 0x68, 0x24, 0x53, 0x9b, 0x87, 0x62, 0x8a, 0xd4, 0x82, 0x41, 0x70, 0x94, 0x8c, 0x84, 0xad, 0xf2, 0x30, 0xef, 0x7d, 0x48, 0x0e, 0xff, 0x89, 0x4b, 0xbe, 0xb4, 0x67, 0x7a, 0x64, 0x97, 0x94, 0x22, 0x27, 0xd5, 0xd9, 0x58, 0xf8, 0x29, 0x2c, 0xe9, 0x8b, 0x5f, 0x3c, 0xbe, 0x19, 0x25, 0xbd, 0x4b, 0x23, 0x06, 0x62, 0x3c, 0x85, 0x38, 0x15, 0x65, 0x02, 0xc5, 0x4b, 0x72, 0x1b, 0x93, 0x0e, 0x7c, 0xf5, 0x1e, 0xa7, 0x64, 0xe1, 0x75, 0x0b, 0xa6, 0x22, 0x23, 0xb7, 0xb8, 0x53, 0xda, 0xd3, 0x28, 0xf5, 0x33, 0x00, 0xed, 0x03, 0x90, 0xfe, 0x70, 0xfb, 0xfc, 0x01, 0x32, 0x71, 0x9d, 0x8c, 0xf2, 0x52, 0x9a, 0xc0, 0x74, 0xc5, 0x24, 0x38, 0x6a, 0x4f, 0x50, 0x5f, 0xed, 0x8c, 0x08, 0x15, 0xe8, 0x99, 0x5b, 0x95, 0x0d, 0xae, 0x4e, 0x67, 0xb7, 0xae, 0xc5, 0x09, 0xb3, 0x95, 0x27, 0x87, 0x7f, 0xd8, 0xd5, 0xbe, 0x1c, 0xfe, 0xac, 0xbc, 0x88, 0xc1, 0x1f, 0x2f, 0xa0, 0x56, 0xa4, 0x13, 0xac, 0xd4, 0x4e, 0x3d, 0x72, 0xe4, 0x08, 0x6f, 0x38, 0x2f, 0x14, 0x91, 0x15, 0xd8, 0xb7, 0xbd, 0xfc, 0xeb, 0x80, 0x7d, 0x26, 0x53, 0x1a, 0xc6, 0x4d, 0x9f, 0xd3, 0x91, 0xba, 0xe0, 0xb3, 0xf3, 0x3b, 0xac, 0x7e, 0x3a, 0x6c, 0xa9, 0xf3, 0x7a, 0x7c, 0x5a, 0x80, 0x7c, 0xd2, 0x81, 0x7b, 0x57, 0xc7, 0xa7, 0x9b, 0x76, 0x96, 0xd3, 0x28, 0x2d, 0xd0, 0x7e, 0xf1, 0x3b, 0xfa, 0x7c, 0xb2, 0xe8, 0x1c, 0x99, 0xb0, 0xde, 0xdc, 0xe6, 0x1f, 0xd9, 0xf5, 0xa2, 0x8a, 0xb2, 0xf7, 0x6d, 0x4e, 0xbe, 0x09, 0xeb, 0xf3, 0x30, 0x75, 0xe1, 0x2f, 0x50, 0x76, 0xea, 0x1c, 0xf5, 0xed, 0x5c, 0x67, 0xfb, 0x99, 0x71, 0xfa, 0x78, 0x14, 0x40, 0xaa, 0x73, 0x82, 0x95, 0xf8, 0x12, 0x22, 0x8d, 0x00, 0x1d, 0xfe, 0x7a, 0x1b, 0xda, 0x5a, 0x6a, 0x03, 0xf6, 0xdd, 0xb8, 0x74, 0x1e, 0x0c, 0x49, 0x29, 0x34, 0x03, 0x10, 0xb0, 0x7b, 0x7c, 0x0f, 0x8d, 0x4e, 0x0e, 0x80, 0xcf, 0x27, 0x40, 0xc7, 0xe6, 0xf7, 0x03, 0x68, 0x6d, 0x41, 0x31, 0x43, 0x72, 0xfe, 0x00, 0x9a, 0x01, 0x48, 0x0e, 0x3f, 0x59, 0x71, 0xd1, 0xbf, 0xe8, 0x1c, 0x01, 0x7d, 0x65, 0x03, 0x5f, 0x0e, 0xbf, 0x1e, 0x57, 0xcf, 0xb9, 0x03, 0xa3, 0xa6, 0x2e, 0x0b, 0xf9, 0x6c, 0x6a, 0xf4, 0xc5, 0xe2, 0x4a, 0x03, 0xc4, 0x93, 0x2f, 0x40, 0x4a, 0x99, 0xfc, 0xf0, 0xf5, 0x3b, 0x01, 0xfb, 0x7a, 0x95, 0x74, 0x43, 0xff, 0x61, 0xa3, 0x7d, 0xe0, 0xd7, 0xf9, 0xed, 0x7e, 0xf8, 0x4c, 0x20, 0xda, 0xfc, 0xd1, 0xf9, 0x2c, 0x78, 0x3a, 0x3f, 0xd9, 0xeb, 0x03, 0x3d, 0x3c, 0x97, 0x4d, 0x25, 0xea, 0x53, 0x67, 0x4c, 0x81, 0xd9, 0x9d, 0x81, 0x6f, 0x8e, 0xd7, 0x5c, 0x9e, 0xb0, 0x6e, 0x77, 0xa3, 0xa2, 0xd1, 0x21, 0x98, 0xc3, 0xdf, 0x67, 0xf0, 0x04, 0x49, 0x83, 0x14, 0x89, 0x64, 0xfe, 0x44, 0x5d, 0x03, 0x28, 0x91, 0x22, 0x19, 0x07, 0xf8, 0xf6, 0xd3, 0x97, 0x69, 0x13, 0x88, 0x49, 0x4b, 0x96, 0x2e, 0xf0, 0x99, 0x3c, 0x6e, 0x17, 0x0d, 0xfe, 0xce, 0xd8, 0xbb, 0x0f, 0xff, 0x34, 0xe8, 0xbd, 0xbe, 0x7f, 0x3a, 0x98, 0xc0, 0x4d, 0xef, 0x23, 0x15, 0xe1, 0x68, 0x6d, 0x41, 0xcc, 0x26, 0xea, 0xd3, 0x8a, 0x6c, 0x0a, 0xfc, 0x35, 0xf4, 0x99, 0x4d, 0x66, 0x27, 0xef, 0xc8, 0xae, 0x29, 0xbb, 0x80, 0x4e, 0x6b, 0xe8, 0x56, 0x32, 0x40, 0x92, 0x28, 0x4b, 0xa4, 0xef, 0x28, 0x1e, 0x98, 0x25, 0xe1, 0x07, 0xc2, 0xc2, 0x1d, 0x07, 0x38, 0x7b, 0x62, 0x3f, 0xce, 0x1e, 0xfd, 0x32, 0x60, 0xff, 0x98, 0x11, 0x03, 0x50, 0x50, 0xd2, 0xbb, 0x33, 0x6d, 0x99, 0x0c, 0x7a, 0xd1, 0x02, 0x9f, 0x76, 0x28, 0xfd, 0xc1, 0x9a, 0x0e, 0xc9, 0x4f, 0xe4, 0x3e, 0x1d, 0x1a, 0xf5, 0xf8, 0x98, 0xc1, 0xe3, 0x73, 0x88, 0x75, 0xb4, 0x19, 0xe4, 0x81, 0xde, 0x98, 0xec, 0x5b, 0x74, 0xce, 0xdc, 0x11, 0xe9, 0x61, 0x51, 0xbf, 0xc1, 0x57, 0xe1, 0x1e, 0xca, 0xd9, 0xcd, 0xca, 0x29, 0x08, 0x0a, 0x72, 0x35, 0x98, 0x3b, 0x4a, 0x60, 0x20, 0x2d, 0x15, 0x22, 0xac, 0x67, 0xf1, 0x60, 0x1b, 0x1d, 0xf6, 0xbc, 0xfc, 0x4c, 0x46, 0xa3, 0x01, 0x73, 0xae, 0x9d, 0xe9, 0x03, 0xbf, 0xd7, 0x57, 0xf7, 0x88, 0x76, 0x7c, 0x69, 0xc9, 0xaf, 0xf3, 0xc5, 0xff, 0x75, 0x7e, 0xb3, 0xc7, 0xdb, 0xc1, 0x10, 0x1e, 0xda, 0xfc, 0xf1, 0x7a, 0x7c, 0x9a, 0x80, 0xd6, 0x40, 0x5e, 0x9f, 0x53, 0x6c, 0xb1, 0x39, 0x29, 0x7b, 0x9f, 0x7f, 0xc2, 0xfa, 0xd5, 0x33, 0x6e, 0xc4, 0x9a, 0xff, 0xf3, 0x6c, 0xc0, 0xa2, 0x73, 0x5d, 0x31, 0x77, 0xe4, 0x78, 0x87, 0x5a, 0x2e, 0x50, 0x1c, 0xd3, 0x9e, 0x9d, 0x6f, 0xe3, 0xe2, 0x99, 0x1f, 0x02, 0xf6, 0xcd, 0x9d, 0x31, 0x06, 0x69, 0x26, 0x13, 0x5d, 0x8a, 0x9c, 0xb6, 0xfd, 0x3b, 0x74, 0x80, 0x97, 0x61, 0xfd, 0x74, 0x0c, 0xff, 0x82, 0x36, 0xf9, 0xe9, 0x3d, 0x9e, 0x0e, 0xb3, 0xcb, 0xc7, 0x00, 0x2e, 0x9b, 0x05, 0xe7, 0x4e, 0x9d, 0xc4, 0x97, 0x7b, 0x8e, 0xe0, 0x52, 0x55, 0x33, 0xaf, 0x34, 0x27, 0x75, 0xf8, 0x97, 0xde, 0xfe, 0x28, 0xef, 0xda, 0x61, 0xe1, 0x80, 0x3a, 0x92, 0xf3, 0x35, 0x1f, 0x40, 0x62, 0x0d, 0xc0, 0xdc, 0xa7, 0x96, 0x0e, 0x26, 0x15, 0xdc, 0x3e, 0xfc, 0xfb, 0x86, 0x80, 0x7d, 0x59, 0x99, 0xa9, 0x18, 0x35, 0x76, 0x14, 0x6d, 0xf7, 0xfb, 0x1d, 0x5f, 0x1f, 0xf0, 0x75, 0x9d, 0xc1, 0x1f, 0x1a, 0xe3, 0xba, 0x0e, 0x76, 0xf0, 0xfa, 0x42, 0xa0, 0x1e, 0xda, 0x1f, 0xf0, 0xa0, 0xa5, 0xb6, 0x0a, 0x87, 0x0e, 0x1d, 0xc1, 0xde, 0x03, 0x67, 0xe8, 0x1c, 0x7e, 0x3e, 0x22, 0x33, 0xb6, 0xc8, 0xea, 0x2b, 0x63, 0xa7, 0x5e, 0x2f, 0x19, 0xd0, 0xc5, 0x32, 0x81, 0x54, 0x15, 0x3d, 0x12, 0x7e, 0x3e, 0x80, 0x9c, 0xf6, 0x68, 0x57, 0xaf, 0x2f, 0xf6, 0xf7, 0x3b, 0xb6, 0xfc, 0x0f, 0x5a, 0x9b, 0xeb, 0x18, 0x52, 0x59, 0x8f, 0x25, 0x37, 0xae, 0xa0, 0x6c, 0xf6, 0x14, 0x5a, 0xfa, 0xa3, 0x83, 0x01, 0xf4, 0x1d, 0xd2, 0xdf, 0x7b, 0xf9, 0xc4, 0x8e, 0xc1, 0x2f, 0x9f, 0xf3, 0xeb, 0x71, 0x5a, 0x71, 0xe1, 0xcc, 0x29, 0xec, 0xfd, 0xee, 0x18, 0x4e, 0x5d, 0x68, 0x0c, 0x7a, 0xcf, 0xec, 0xbc, 0x22, 0xfc, 0xe7, 0x7f, 0xbf, 0x8a, 0x3e, 0x03, 0x47, 0xd1, 0x1a, 0x43, 0xa8, 0xad, 0xc1, 0xfc, 0x00, 0xa1, 0xf3, 0xd9, 0xd7, 0x0a, 0x27, 0x12, 0x24, 0x74, 0x5c, 0x9b, 0x11, 0x16, 0xa7, 0x6a, 0xb4, 0xb6, 0xf2, 0x1c, 0x3e, 0xff, 0xe8, 0x95, 0x80, 0x7d, 0x53, 0xe6, 0xdc, 0x04, 0x6f, 0xf1, 0x62, 0x3c, 0xfb, 0xf6, 0x36, 0x34, 0x56, 0xec, 0xc7, 0xfd, 0xb7, 0x8f, 0x47, 0x7e, 0x4e, 0x06, 0x3c, 0x6c, 0xc0, 0x75, 0xd8, 0x41, 0xe6, 0xc6, 0x5a, 0x1c, 0x3e, 0x7c, 0x14, 0x7b, 0x0e, 0x9c, 0x85, 0xd5, 0x1e, 0x7c, 0x8e, 0x2f, 0x59, 0x6a, 0x74, 0xcc, 0x94, 0xeb, 0x71, 0xed, 0x4d, 0xf7, 0x22, 0x27, 0xbf, 0x3b, 0xbd, 0x4a, 0x66, 0xa8, 0x68, 0x4f, 0x28, 0x67, 0x98, 0x6f, 0xc4, 0x57, 0xe8, 0x3b, 0xdf, 0x6f, 0x98, 0xfb, 0x98, 0xcc, 0x13, 0xa9, 0xf0, 0x51, 0xca, 0xb8, 0x84, 0x96, 0x0a, 0x21, 0x82, 0xde, 0x7d, 0x75, 0x3d, 0x5c, 0xae, 0xcb, 0x25, 0x08, 0x53, 0xd3, 0x32, 0xd1, 0x6f, 0xcc, 0x12, 0x6c, 0xdb, 0xbe, 0x1d, 0xdb, 0xde, 0xd9, 0x4e, 0x2f, 0xea, 0x77, 0xac, 0xac, 0x1c, 0x5b, 0x9f, 0x5b, 0xe1, 0x9b, 0xf6, 0xd8, 0xc1, 0xef, 0x5e, 0xb7, 0x13, 0x15, 0x17, 0x2f, 0xe1, 0x9b, 0xef, 0x8e, 0xe0, 0xe4, 0xf9, 0x7a, 0x84, 0x92, 0x03, 0x85, 0x25, 0xfd, 0x30, 0x76, 0xda, 0x8d, 0x18, 0x3f, 0x6b, 0x39, 0xd2, 0x33, 0xb2, 0xe9, 0x3e, 0x73, 0x38, 0x1c, 0xa2, 0xa5, 0x7d, 0x30, 0x06, 0x11, 0x02, 0xb4, 0x14, 0xe0, 0xf7, 0x33, 0x20, 0xfb, 0x18, 0x9f, 0xa6, 0x49, 0x58, 0x27, 0x58, 0x09, 0x5a, 0x20, 0x1c, 0xdb, 0xd7, 0x3f, 0xe3, 0xe9, 0xe4, 0x8f, 0x5f, 0xe3, 0xc8, 0xfe, 0x7f, 0x07, 0x1c, 0x9f, 0xb3, 0xf4, 0x2e, 0x6c, 0xff, 0xc7, 0x27, 0xd8, 0xbe, 0x7d, 0x7b, 0xe7, 0x8a, 0x96, 0x47, 0x4f, 0xd7, 0xe1, 0xab, 0xfd, 0x67, 0x31, 0xed, 0xaa, 0xde, 0xb0, 0xb4, 0xb7, 0xa2, 0xec, 0xf8, 0x69, 0x7c, 0xb5, 0xef, 0x34, 0x5a, 0xda, 0x82, 0xd7, 0xee, 0x34, 0x18, 0x93, 0x31, 0x64, 0xf4, 0x4c, 0x8c, 0x9f, 0xb1, 0x0c, 0xfd, 0x86, 0x5e, 0x1e, 0xd4, 0x62, 0x03, 0x3f, 0x12, 0x26, 0x60, 0x83, 0x58, 0x08, 0xf4, 0x42, 0xe0, 0x0f, 0xa6, 0x3d, 0x42, 0x31, 0x4a, 0x38, 0xfb, 0x13, 0xc6, 0x09, 0xee, 0xea, 0x03, 0xcb, 0x25, 0x4d, 0xfc, 0x60, 0xf7, 0x6f, 0xfe, 0x36, 0x93, 0xea, 0xcd, 0xef, 0xbe, 0x1a, 0x98, 0xef, 0x53, 0xd8, 0xa3, 0x3f, 0xbe, 0x3c, 0x54, 0x4f, 0x83, 0xbf, 0xae, 0xae, 0x2e, 0xe0, 0xd8, 0xfe, 0xef, 0x4f, 0xa1, 0xe9, 0xe2, 0x31, 0x1c, 0x3d, 0xd3, 0x40, 0x3b, 0xba, 0xc1, 0x28, 0xbf, 0xa8, 0x37, 0x46, 0x4f, 0xbe, 0x01, 0xa3, 0xa7, 0x2c, 0x41, 0x1a, 0x8f, 0xb4, 0xe7, 0x7b, 0xd6, 0x60, 0xda, 0x34, 0x94, 0x94, 0x27, 0xe4, 0x9f, 0xc0, 0x22, 0x74, 0xae, 0x18, 0x06, 0xe0, 0x03, 0xb1, 0xbf, 0xad, 0x6c, 0xa0, 0x0b, 0x1d, 0xf3, 0x7f, 0xfa, 0x07, 0x20, 0x63, 0x59, 0x36, 0x3f, 0xa1, 0x53, 0x21, 0xc8, 0xea, 0x93, 0x64, 0x63, 0x16, 0xec, 0xf5, 0xff, 0x4f, 0xb6, 0x6f, 0x3e, 0xdd, 0x84, 0xea, 0x4b, 0x27, 0x03, 0x5e, 0x76, 0x6a, 0xc1, 0x28, 0xbc, 0xf9, 0xd6, 0x76, 0xd4, 0xd4, 0x5c, 0x5e, 0x79, 0x31, 0x3d, 0xd5, 0x80, 0x81, 0x3d, 0x8c, 0xa8, 0xab, 0xae, 0x84, 0xa5, 0x59, 0xf8, 0x45, 0x92, 0xd5, 0x55, 0xfa, 0x0f, 0x9b, 0x88, 0xf1, 0x33, 0x6f, 0x46, 0xef, 0xd2, 0xb1, 0x9d, 0x00, 0x21, 0x4b, 0xc2, 0xb2, 0xfb, 0x88, 0x0d, 0x76, 0x76, 0xdf, 0x09, 0x01, 0x86, 0x39, 0x4b, 0x2b, 0x98, 0x14, 0xe6, 0x93, 0xca, 0x7c, 0xff, 0x07, 0x03, 0xb7, 0x58, 0xad, 0xc1, 0xfe, 0x8d, 0x7f, 0x1f, 0x73, 0x14, 0x9e, 0xf9, 0x9c, 0xd1, 0x64, 0x86, 0xb8, 0x1d, 0x08, 0x0b, 0xd6, 0x91, 0xa4, 0xd3, 0x09, 0xe8, 0xd8, 0xc0, 0x67, 0x32, 0x40, 0x7b, 0x5b, 0x33, 0x3e, 0x7b, 0x6f, 0x63, 0xc0, 0xef, 0x72, 0x8a, 0x07, 0xe3, 0xb5, 0x2d, 0x3b, 0x51, 0x55, 0x55, 0xe5, 0xd3, 0x06, 0x39, 0x49, 0xb8, 0xa2, 0x50, 0x8f, 0xfe, 0xc5, 0x46, 0x18, 0x0d, 0xc2, 0x2f, 0x2d, 0x33, 0xa7, 0x10, 0xc3, 0xc6, 0x5d, 0x8b, 0x31, 0x53, 0x6f, 0xa2, 0xff, 0xf7, 0x4b, 0x3f, 0xf6, 0xbd, 0x99, 0xf7, 0x67, 0x3f, 0x43, 0x38, 0xf3, 0x6f, 0x85, 0x00, 0xca, 0x07, 0xe2, 0x60, 0x0c, 0x10, 0x8c, 0x61, 0xf8, 0x00, 0xcd, 0x96, 0xfc, 0xc1, 0x80, 0xed, 0xff, 0x9f, 0xf4, 0x03, 0xfb, 0x19, 0xa3, 0xe9, 0x37, 0x2a, 0x76, 0x20, 0x4c, 0x4e, 0x49, 0xc0, 0x04, 0xbf, 0x10, 0x13, 0xec, 0x7c, 0xe7, 0x7f, 0x61, 0x69, 0xbb, 0x3c, 0x28, 0xa5, 0xd3, 0x1b, 0xb1, 0xeb, 0x40, 0x2d, 0x6a, 0x28, 0x29, 0x3f, 0xb0, 0x47, 0x32, 0x7a, 0x17, 0x18, 0xd0, 0x3d, 0xd7, 0x10, 0x04, 0x88, 0x7a, 0x5c, 0x31, 0x68, 0x2c, 0x65, 0xe6, 0x2c, 0xc1, 0xc0, 0x11, 0xd3, 0x3b, 0x17, 0x92, 0xf6, 0x4b, 0x3c, 0x3e, 0x8d, 0x23, 0xb4, 0xdf, 0x0f, 0x28, 0x21, 0x80, 0x84, 0x03, 0xd6, 0x50, 0xe0, 0x17, 0x0b, 0x78, 0x66, 0x1b, 0xc4, 0x98, 0x6a, 0x7c, 0xf3, 0x0c, 0x98, 0xcf, 0xc4, 0xc7, 0xe4, 0xe4, 0xfb, 0xd1, 0xa3, 0x47, 0x75, 0x9a, 0x06, 0x88, 0x32, 0xb3, 0x10, 0xb3, 0x67, 0xff, 0xe7, 0xdb, 0x02, 0xf6, 0x95, 0x37, 0x19, 0x61, 0x70, 0x54, 0x61, 0xc9, 0x84, 0x74, 0xa4, 0x26, 0x0b, 0xdf, 0xcb, 0x94, 0xdd, 0x0d, 0x23, 0x27, 0x2e, 0xc6, 0xa8, 0xc9, 0xd7, 0xd3, 0x65, 0x48, 0xd8, 0xe0, 0x95, 0xb2, 0x4f, 0x62, 0x19, 0x61, 0x91, 0x62, 0xa0, 0x2d, 0xa1, 0xa2, 0x40, 0x4a, 0x79, 0x91, 0xe4, 0x5e, 0x64, 0xf5, 0x79, 0xbe, 0x28, 0x8b, 0x1f, 0xac, 0xff, 0xdc, 0xf2, 0x34, 0x9d, 0xa5, 0xc9, 0xa4, 0x1e, 0xd9, 0x36, 0x6a, 0x13, 0x2e, 0x6b, 0xd8, 0xab, 0xff, 0x48, 0x8c, 0x9f, 0x75, 0x33, 0x06, 0x8d, 0x9c, 0x41, 0x69, 0x0b, 0x03, 0x47, 0x12, 0xb2, 0x25, 0x3d, 0x9f, 0xb4, 0x17, 0xf2, 0x03, 0xc2, 0xa1, 0x60, 0x5a, 0x41, 0xac, 0xdd, 0x1f, 0xcc, 0xe6, 0x67, 0xfa, 0x1a, 0x42, 0xd7, 0x61, 0x3a, 0xdb, 0x7c, 0xbf, 0xe5, 0xd3, 0x36, 0x42, 0x8e, 0xfd, 0xb0, 0x61, 0xc3, 0xbc, 0x5b, 0xb7, 0x6e, 0xd5, 0x34, 0x80, 0x94, 0x44, 0x3a, 0x96, 0x2c, 0x46, 0xe7, 0x77, 0x82, 0x99, 0xe9, 0xd0, 0x47, 0xf6, 0xff, 0x0b, 0xa7, 0x8e, 0x7c, 0x2d, 0xea, 0x3a, 0x24, 0x7a, 0x33, 0x66, 0xca, 0x12, 0xca, 0xb6, 0xbf, 0x11, 0x79, 0x85, 0xbd, 0x04, 0xed, 0x78, 0x21, 0x95, 0x2f, 0xa4, 0xf6, 0xc3, 0xed, 0x37, 0x31, 0xf1, 0x7d, 0xa1, 0x08, 0x50, 0xa4, 0x0e, 0x71, 0x30, 0x06, 0x09, 0x16, 0x06, 0x65, 0x1e, 0x27, 0x6d, 0x62, 0x33, 0x4b, 0xb4, 0xc3, 0xa3, 0xaa, 0x4b, 0x85, 0x08, 0xe7, 0x7a, 0xa1, 0xce, 0x25, 0xeb, 0xdc, 0x92, 0xcd, 0x0f, 0x4c, 0xa7, 0xd3, 0x8e, 0x1d, 0x6f, 0xff, 0x21, 0xe4, 0x75, 0x7b, 0xf4, 0x19, 0x86, 0xf1, 0x33, 0x97, 0x53, 0xa6, 0xce, 0x75, 0x30, 0x26, 0xa5, 0xf2, 0x02, 0x9d, 0x09, 0x78, 0xa6, 0xfd, 0x1b, 0xcc, 0xc1, 0x65, 0x6b, 0x8c, 0x70, 0x88, 0xaf, 0x46, 0x4f, 0x30, 0xc9, 0x1b, 0x4e, 0x18, 0x34, 0x18, 0xc3, 0x08, 0x31, 0x5e, 0xa8, 0xfb, 0x30, 0x99, 0x20, 0x56, 0xe0, 0x8f, 0x9a, 0x09, 0xa4, 0xf4, 0xe4, 0x37, 0xff, 0x0b, 0xf8, 0xf2, 0x93, 0x57, 0x51, 0x57, 0x75, 0x9e, 0x5f, 0xda, 0xa7, 0x67, 0x62, 0xf4, 0x94, 0xeb, 0x31, 0x61, 0xd6, 0x4a, 0x14, 0xf7, 0x2a, 0xe5, 0x05, 0xae, 0x10, 0xd8, 0x83, 0x85, 0x38, 0xf9, 0xfa, 0x26, 0x58, 0xe4, 0x47, 0xcc, 0x88, 0xaf, 0x98, 0xef, 0x42, 0xda, 0x21, 0x58, 0x9a, 0x83, 0x58, 0x26, 0x10, 0xcb, 0x64, 0xe4, 0xbe, 0xcc, 0xc5, 0xb6, 0x63, 0x81, 0x0d, 0x45, 0x0f, 0x84, 0x49, 0x29, 0xed, 0x43, 0x51, 0x6b, 0x53, 0x2d, 0x3e, 0x7d, 0xe7, 0x39, 0xce, 0xfe, 0xde, 0xfd, 0x47, 0x60, 0xf2, 0xdc, 0x55, 0x18, 0x3b, 0x6d, 0x09, 0x9d, 0x87, 0xcf, 0x36, 0x6f, 0x98, 0xe1, 0x4c, 0x31, 0xe6, 0x1f, 0x1b, 0xf0, 0x42, 0x49, 0x68, 0x91, 0x32, 0x81, 0x90, 0x36, 0x08, 0xd7, 0x6c, 0x0a, 0x65, 0xc2, 0xb0, 0x19, 0x46, 0x4c, 0x7a, 0x84, 0x12, 0xcd, 0xe3, 0x84, 0x1c, 0x08, 0xe3, 0x7b, 0x29, 0xa4, 0xa6, 0xbf, 0xdd, 0xda, 0xee, 0xeb, 0x94, 0xa4, 0x14, 0x0c, 0x1f, 0x7b, 0x0d, 0xa6, 0xcc, 0xbd, 0x15, 0xa5, 0x23, 0xa6, 0x88, 0xb2, 0xb1, 0xd9, 0x1a, 0x40, 0xc8, 0x0c, 0x0a, 0xc6, 0x00, 0x62, 0x04, 0x86, 0x50, 0x88, 0xb1, 0x2b, 0xda, 0x20, 0x52, 0x26, 0x08, 0x25, 0x74, 0xd4, 0x10, 0x29, 0x8a, 0xb9, 0x13, 0xcc, 0x76, 0x84, 0xc4, 0x4a, 0x3b, 0x76, 0xc4, 0x81, 0xa9, 0x56, 0xc3, 0x95, 0x98, 0x64, 0x92, 0xcb, 0xbe, 0xcf, 0xb7, 0xd3, 0xc9, 0x68, 0x13, 0x66, 0xad, 0xc0, 0xa4, 0xb9, 0xb7, 0xd0, 0x15, 0xd6, 0xc4, 0xb6, 0x21, 0x58, 0x9b, 0x42, 0xb5, 0x43, 0x08, 0x08, 0xa1, 0xb4, 0x87, 0x58, 0xf0, 0x88, 0xed, 0x8f, 0x48, 0x26, 0xc9, 0x84, 0x02, 0xbf, 0x58, 0x0d, 0x94, 0xd0, 0x61, 0xd0, 0x8c, 0x8c, 0x8c, 0x98, 0x77, 0x42, 0xd5, 0x85, 0xa3, 0x78, 0xf0, 0xa9, 0xf7, 0x51, 0x3a, 0x7c, 0x62, 0x5c, 0x46, 0xbd, 0x34, 0x0a, 0xc2, 0x88, 0x72, 0x5f, 0x7f, 0xe1, 0xc2, 0x85, 0x24, 0xd1, 0xa5, 0xd3, 0xd3, 0xd9, 0xbc, 0x79, 0x33, 0x52, 0x53, 0x53, 0xe3, 0xaa, 0x13, 0x35, 0xd0, 0x4b, 0x43, 0x24, 0x24, 0xbd, 0x62, 0xc5, 0x0a, 0xe6, 0x2e, 0xd7, 0x87, 0x1f, 0x7e, 0x48, 0x06, 0x5f, 0x64, 0xeb, 0x60, 0xb9, 0xeb, 0x5b, 0x93, 0x86, 0x57, 0x31, 0x77, 0x94, 0x95, 0x95, 0xc5, 0x05, 0xe0, 0xf9, 0x06, 0xb6, 0x34, 0xea, 0x1a, 0x9d, 0x3f, 0x7f, 0x9e, 0xa3, 0x9c, 0xe5, 0x04, 0x3f, 0x98, 0x92, 0x59, 0x2e, 0x2a, 0x2d, 0x2d, 0x25, 0xb5, 0xf9, 0x46, 0xfa, 0xbf, 0x1f, 0x3a, 0x74, 0x08, 0xfd, 0xfb, 0xf7, 0x47, 0x4e, 0x4e, 0x0e, 0x67, 0x84, 0x34, 0xda, 0x9b, 0xda, 0x00, 0xaf, 0xe6, 0x49, 0x45, 0xc1, 0xfa, 0x8d, 0x44, 0xd2, 0xce, 0x9d, 0x3b, 0x87, 0x0d, 0x1b, 0x36, 0xc0, 0x6a, 0xb5, 0x32, 0x9f, 0xf7, 0x1f, 0x27, 0x4f, 0x9e, 0xfc, 0x87, 0x9a, 0x4d, 0x20, 0x2c, 0x5a, 0xb4, 0x68, 0x1c, 0xf5, 0xf0, 0xdf, 0x46, 0xe3, 0x5e, 0x1a, 0xc5, 0x9b, 0x65, 0xe9, 0x1d, 0xf7, 0xd1, 0x47, 0x1f, 0x1d, 0x90, 0xf3, 0x26, 0xb2, 0x6b, 0x00, 0x8a, 0x83, 0x2b, 0x07, 0x0d, 0x1a, 0x94, 0x49, 0xfd, 0x3b, 0x49, 0x7b, 0xa7, 0x1a, 0x85, 0x41, 0x4f, 0x51, 0xe0, 0x7f, 0x5d, 0xee, 0x9b, 0x44, 0x65, 0x8d, 0x1b, 0xca, 0xe9, 0xfd, 0x25, 0xc5, 0xcd, 0x7f, 0x90, 0xdb, 0x9e, 0xd3, 0x28, 0x3e, 0x24, 0x3f, 0xb5, 0x6d, 0x18, 0x3b, 0x76, 0xec, 0xc3, 0x51, 0x31, 0x2b, 0xa3, 0xf9, 0x64, 0x0b, 0x16, 0x2c, 0x18, 0x6b, 0x30, 0x18, 0x7e, 0x41, 0x31, 0xc3, 0x4c, 0xea, 0x6b, 0x09, 0xb4, 0xc2, 0x5c, 0x1a, 0xf9, 0x88, 0x94, 0xc9, 0xa8, 0xa4, 0x6c, 0xfe, 0x5d, 0x94, 0x3f, 0xf0, 0x9c, 0xdc, 0x66, 0x4f, 0xcc, 0x18, 0x40, 0xa2, 0xf6, 0x1a, 0x3a, 0x34, 0x97, 0x41, 0xe0, 0x7f, 0xbe, 0x63, 0xfa, 0x30, 0xfe, 0x0f, 0xb6, 0xe9, 0x78, 0xbe, 0xeb, 0x58, 0xc7, 0x74, 0x0c, 0xed, 0xaa, 0x63, 0x7c, 0x67, 0xff, 0x2f, 0x46, 0x12, 0x32, 0x4b, 0x0c, 0x79, 0x05, 0x36, 0x0f, 0xe3, 0x13, 0x1d, 0x9f, 0x1e, 0xd6, 0xfe, 0x60, 0x9b, 0x9b, 0x71, 0xae, 0x9b, 0xb5, 0xcf, 0xc3, 0xb3, 0x8f, 0x79, 0xcc, 0xc5, 0x3a, 0xcf, 0xcd, 0xf3, 0xbf, 0xe2, 0x01, 0xa5, 0x56, 0x62, 0x03, 0xdc, 0x20, 0x02, 0xe0, 0x42, 0x40, 0x37, 0x30, 0x98, 0x8b, 0xef, 0x53, 0xcf, 0xf3, 0xc9, 0xde, 0x17, 0x6c, 0x0b, 0x97, 0x01, 0xbc, 0x41, 0x3e, 0x99, 0x60, 0x67, 0x32, 0x00, 0x9b, 0x19, 0xbc, 0x21, 0x98, 0xc0, 0x0f, 0x78, 0x2f, 0x0b, 0xd4, 0x9e, 0x20, 0x4c, 0xe0, 0x09, 0xc2, 0x24, 0xec, 0x6b, 0xa8, 0x46, 0xa2, 0xaa, 0x9d, 0x98, 0x80, 0x34, 0x0a, 0x80, 0x3a, 0x12, 0x49, 0x2f, 0x06, 0xfc, 0x3a, 0x86, 0x1f, 0x15, 0x4c, 0xfa, 0x4b, 0xcd, 0x00, 0xa1, 0xb4, 0x81, 0x18, 0x26, 0xf0, 0x4a, 0xa4, 0x19, 0x3c, 0x6a, 0x91, 0xf6, 0xf1, 0xca, 0x00, 0x42, 0xcc, 0xc0, 0xc7, 0x00, 0x42, 0x12, 0x3f, 0x1c, 0xf0, 0xeb, 0xc2, 0x90, 0xfc, 0x72, 0x33, 0x00, 0x78, 0xcc, 0x9f, 0x50, 0xcc, 0x10, 0x8a, 0x01, 0xc2, 0xd1, 0x0c, 0x9e, 0x78, 0x00, 0x4c, 0x3c, 0x13, 0x1b, 0xd4, 0x7c, 0x20, 0x37, 0x08, 0x48, 0xf8, 0x60, 0x36, 0xbe, 0x90, 0xbd, 0x8f, 0x20, 0xe6, 0x0f, 0x78, 0x18, 0x22, 0x5c, 0x06, 0x10, 0xa3, 0x05, 0xf8, 0x18, 0xc2, 0x13, 0x86, 0x79, 0xe4, 0x0d, 0xa2, 0x11, 0xbc, 0xf1, 0x16, 0xc9, 0x4b, 0xb4, 0xc1, 0x29, 0x5d, 0x04, 0x66, 0x4e, 0x30, 0x73, 0x27, 0x5c, 0x9b, 0x5f, 0x0c, 0x03, 0x78, 0x83, 0x30, 0x42, 0x30, 0xe7, 0x38, 0x98, 0x5f, 0x80, 0x2e, 0x30, 0x41, 0xdc, 0x03, 0x22, 0xd1, 0x49, 0x27, 0xc2, 0xc6, 0x67, 0x03, 0x5c, 0x4c, 0xb4, 0x87, 0x0f, 0xec, 0x72, 0x32, 0x40, 0x28, 0x2d, 0x20, 0xc6, 0x47, 0x48, 0xc8, 0x97, 0xaf, 0x91, 0x78, 0xe6, 0x08, 0x27, 0xda, 0x23, 0x04, 0xf6, 0x60, 0x4c, 0xe0, 0x0d, 0x61, 0x0a, 0x81, 0x07, 0xfc, 0x6c, 0xa9, 0xcf, 0xa7, 0x05, 0xf8, 0x7c, 0x07, 0x8d, 0x34, 0x06, 0x90, 0xbc, 0x1f, 0x75, 0x2c, 0x53, 0x4b, 0x0c, 0xe8, 0xc3, 0x71, 0x86, 0xc1, 0x32, 0x75, 0x84, 0xce, 0xd1, 0x48, 0x23, 0x8d, 0x34, 0xd2, 0x48, 0x23, 0x8d, 0x34, 0xd2, 0x48, 0x23, 0x21, 0xfa, 0xff, 0x59, 0x1f, 0x18, 0xad, 0x5b, 0x58, 0xbe, 0x5d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int editing_192_png_len = 10584; unsigned char maxima_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0x20, 0x00, 0x00, 0x0d, 0x20, 0x01, 0x11, 0x42, 0xc5, 0xa3, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x3b, 0xaa, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x77, 0x9c, 0x5c, 0x65, 0xbd, 0xff, 0xdf, 0xcf, 0x69, 0xd3, 0x76, 0x66, 0x6b, 0xb2, 0x9b, 0x64, 0x53, 0x09, 0x49, 0x48, 0x48, 0x08, 0x25, 0xa1, 0x48, 0x09, 0x1d, 0xe1, 0xd2, 0x45, 0x45, 0x50, 0x10, 0xaf, 0x08, 0xc2, 0x45, 0xc5, 0xfa, 0xbb, 0xd8, 0x15, 0xf5, 0xda, 0xae, 0xd8, 0x45, 0x45, 0xbc, 0x8a, 0x82, 0x22, 0x28, 0xa0, 0x94, 0x50, 0x42, 0xaf, 0x26, 0x24, 0x21, 0x21, 0x95, 0xb4, 0x4d, 0xc8, 0x66, 0xfb, 0xec, 0xec, 0xb4, 0x53, 0x9e, 0xdf, 0x1f, 0xe7, 0xcc, 0xec, 0x99, 0xb3, 0x67, 0x76, 0x37, 0x98, 0x04, 0xd1, 0x9c, 0xd7, 0xeb, 0xbc, 0x66, 0x77, 0x76, 0x76, 0xce, 0x39, 0xcf, 0xf7, 0xf3, 0xed, 0xe5, 0x81, 0xfd, 0xc7, 0xbf, 0xf5, 0x21, 0xde, 0x22, 0xf7, 0x22, 0xf7, 0x93, 0xea, 0x5f, 0x0b, 0x00, 0x6f, 0xf4, 0xba, 0xfb, 0x81, 0xf0, 0x16, 0x07, 0x80, 0x78, 0x03, 0xd7, 0x97, 0xfb, 0x41, 0xb0, 0xf7, 0x0e, 0xed, 0x4d, 0x20, 0xbc, 0xa8, 0xf2, 0xba, 0x9f, 0xf0, 0xff, 0x82, 0x12, 0x20, 0x8c, 0xe3, 0xfd, 0x27, 0x81, 0x9f, 0xfd, 0x84, 0x96, 0x81, 0x93, 0x90, 0xd7, 0xd1, 0x5e, 0x77, 0x3f, 0x78, 0xde, 0x04, 0x00, 0x88, 0x61, 0x08, 0x2f, 0xe0, 0xfc, 0xba, 0x58, 0x6c, 0xd2, 0xd4, 0x5c, 0xce, 0x1c, 0x0b, 0x5a, 0x06, 0xd2, 0xaf, 0xc3, 0xb3, 0xdb, 0x61, 0xad, 0x0d, 0x38, 0x01, 0xe2, 0x3b, 0xbb, 0x41, 0xfc, 0xfd, 0xb6, 0xc4, 0x3f, 0x81, 0x0a, 0x08, 0x23, 0xbe, 0x02, 0x6f, 0x8b, 0x8e, 0x1d, 0x7b, 0xc2, 0x95, 0x8a, 0xa2, 0xbe, 0x4b, 0x51, 0x94, 0x43, 0x73, 0x39, 0x47, 0x33, 0x4d, 0x89, 0x65, 0x29, 0x40, 0x3d, 0x30, 0x30, 0x0b, 0xd6, 0xee, 0x70, 0x3f, 0x8b, 0xe3, 0x3b, 0x15, 0x1f, 0x08, 0x44, 0x80, 0x80, 0x62, 0x04, 0x40, 0x87, 0xa9, 0x12, 0xb1, 0x1f, 0x08, 0x7b, 0x0f, 0x00, 0x41, 0x82, 0x28, 0x80, 0x68, 0x69, 0xf9, 0xef, 0x4b, 0x6a, 0x6a, 0x62, 0xdf, 0x6c, 0x69, 0x89, 0x8f, 0x19, 0x3b, 0x36, 0xc1, 0xba, 0x75, 0xdd, 0xac, 0x5d, 0x9b, 0xc5, 0xb2, 0xd4, 0xd2, 0xbf, 0xf4, 0xc1, 0x1f, 0x3b, 0x01, 0xdd, 0x23, 0xb6, 0xed, 0xfb, 0x2e, 0x3f, 0x08, 0x46, 0x63, 0x4b, 0x88, 0x2a, 0x2a, 0x43, 0x86, 0x00, 0x41, 0xee, 0x07, 0xc0, 0xde, 0x93, 0x02, 0x0a, 0x1c, 0xad, 0x4f, 0x9c, 0x78, 0xda, 0x2d, 0xcd, 0xcd, 0xf1, 0x77, 0x9f, 0x7c, 0xf2, 0x34, 0x00, 0x7e, 0xf4, 0xa3, 0xe5, 0x64, 0x32, 0xaa, 0x77, 0x79, 0xeb, 0x65, 0xc8, 0xde, 0x0b, 0x6b, 0xee, 0x01, 0x0c, 0x8f, 0xf0, 0x8e, 0xf7, 0xff, 0x96, 0x8f, 0x40, 0x25, 0x10, 0xc8, 0x2a, 0x36, 0x44, 0xd0, 0xb6, 0xa8, 0x66, 0x4b, 0x04, 0x6d, 0x8a, 0x7f, 0x6b, 0x10, 0x68, 0x7b, 0x89, 0xfb, 0xcb, 0xc4, 0x9f, 0x30, 0xe1, 0xb4, 0x7b, 0x5a, 0x5b, 0x6b, 0x4e, 0xb9, 0xf2, 0xca, 0xa3, 0x58, 0xbe, 0xbc, 0x8d, 0xef, 0x7d, 0x6f, 0x95, 0x77, 0x59, 0x7b, 0x1d, 0x6c, 0xfd, 0x32, 0xfc, 0xfa, 0x59, 0x1f, 0x81, 0x75, 0x8f, 0xc8, 0x76, 0x80, 0x78, 0x61, 0xe2, 0x5c, 0xc0, 0x99, 0x75, 0x86, 0x31, 0xf3, 0xc8, 0x62, 0x91, 0x39, 0xa0, 0xd6, 0x03, 0x69, 0xb0, 0x77, 0x40, 0xdb, 0x53, 0xf0, 0xc7, 0x9d, 0x01, 0x1b, 0xc2, 0xf1, 0xa9, 0x11, 0x67, 0xbf, 0x24, 0xd8, 0xf3, 0x00, 0x18, 0xc2, 0x91, 0x2d, 0x2d, 0xa7, 0x7c, 0xbb, 0xb1, 0x31, 0x7a, 0xca, 0x15, 0x57, 0x2c, 0xc0, 0xb6, 0x1d, 0x1f, 0xf1, 0x07, 0x7e, 0x0b, 0x3f, 0xbd, 0x11, 0xfa, 0xa5, 0xc7, 0xf5, 0x0c, 0x23, 0xf6, 0xd5, 0xca, 0xcb, 0x4c, 0xd3, 0xe3, 0xf1, 0xf3, 0x2f, 0x92, 0xd2, 0x78, 0x8f, 0x94, 0xca, 0xb1, 0x52, 0xa2, 0x47, 0x22, 0x0a, 0xb6, 0x0d, 0x96, 0x25, 0xbd, 0x8f, 0xcf, 0x31, 0x61, 0xca, 0xff, 0xc0, 0xb7, 0xbe, 0xef, 0xfb, 0xde, 0xd2, 0xab, 0xed, 0xfb, 0xfe, 0x7f, 0x7b, 0xa3, 0x50, 0xec, 0x85, 0xef, 0x52, 0x00, 0xd1, 0xd4, 0xf4, 0xa9, 0xe3, 0x0c, 0x23, 0xfa, 0xc8, 0xc9, 0x27, 0x4f, 0x16, 0x37, 0xdf, 0xfc, 0x5e, 0x1a, 0x1b, 0xbf, 0x44, 0x36, 0xab, 0x03, 0x85, 0xa7, 0xe1, 0xeb, 0x57, 0x7a, 0x9f, 0x53, 0xbc, 0xff, 0xf3, 0x13, 0xc7, 0xf4, 0x9d, 0xd6, 0x20, 0xf1, 0x5a, 0xd5, 0x64, 0xf2, 0x3d, 0x1f, 0x04, 0xe3, 0x5a, 0x4d, 0x13, 0xad, 0xba, 0x2e, 0x30, 0x0c, 0x05, 0x55, 0x15, 0x38, 0x8e, 0x64, 0x60, 0xc0, 0x26, 0x9d, 0x2e, 0x19, 0x94, 0x8a, 0x47, 0xd4, 0xa5, 0x8b, 0xe0, 0x9e, 0x0d, 0xde, 0x77, 0x58, 0xbe, 0xb3, 0x74, 0xad, 0xd1, 0x78, 0x18, 0x6f, 0x46, 0xb4, 0x54, 0xbe, 0xd5, 0x24, 0x40, 0x90, 0xfb, 0x15, 0xd3, 0x34, 0xbe, 0x90, 0x4a, 0x69, 0xe2, 0x82, 0x0b, 0x0e, 0xe1, 0x6b, 0x5f, 0xfb, 0x2b, 0xd9, 0x6c, 0xe9, 0x52, 0xeb, 0x7e, 0x0e, 0x44, 0x3c, 0x56, 0x2d, 0x89, 0x5e, 0xdb, 0xf7, 0xb3, 0x12, 0x38, 0x65, 0x32, 0x79, 0xed, 0x79, 0xaa, 0x5a, 0xfb, 0x39, 0xc3, 0x50, 0xa7, 0xd6, 0xd4, 0x68, 0xb4, 0xb4, 0xc4, 0x99, 0x3a, 0xb5, 0x8e, 0xd6, 0xd6, 0x5a, 0x34, 0x4d, 0x65, 0xfb, 0xf6, 0x3e, 0x56, 0xac, 0x68, 0x67, 0xd5, 0xaa, 0x0c, 0x96, 0x25, 0x7c, 0xf7, 0x94, 0x98, 0x04, 0x6c, 0xf7, 0x88, 0x6e, 0xfa, 0x00, 0xe7, 0x07, 0x9e, 0x08, 0x48, 0x83, 0xb7, 0xc2, 0x21, 0x77, 0xe3, 0x7d, 0xf9, 0x26, 0x18, 0x81, 0x17, 0xb5, 0xd8, 0x36, 0xc7, 0xc6, 0xe3, 0x1a, 0x73, 0xe6, 0x4c, 0xe0, 0xd3, 0x9f, 0xbe, 0x9f, 0x41, 0xb1, 0xfb, 0xd8, 0x3a, 0x4f, 0xec, 0xab, 0x01, 0x51, 0x3c, 0xc4, 0xb8, 0x8b, 0xc7, 0xcf, 0x9a, 0x18, 0x8d, 0xce, 0xfb, 0xa6, 0x61, 0x18, 0x27, 0xd5, 0xd6, 0xea, 0x4c, 0x9b, 0x56, 0xcb, 0xc2, 0x85, 0x13, 0x59, 0xb8, 0x70, 0x0a, 0xa9, 0x54, 0x8c, 0x2d, 0x5b, 0xba, 0x58, 0xbe, 0xbc, 0x8d, 0xf5, 0xeb, 0xbb, 0xd8, 0xb4, 0x69, 0x80, 0x42, 0xa1, 0xc2, 0x06, 0x74, 0xe0, 0xa5, 0xad, 0x40, 0x0c, 0x28, 0x96, 0xc4, 0x82, 0xf7, 0x81, 0xa2, 0xf7, 0xb3, 0x1d, 0x70, 0x31, 0xdf, 0x8a, 0xaa, 0xa0, 0x9a, 0x41, 0x2b, 0x7d, 0xcf, 0x2b, 0xf7, 0xa5, 0x11, 0x28, 0xa2, 0xd1, 0x69, 0x8b, 0x2c, 0x4b, 0xaa, 0x42, 0xc0, 0xf6, 0xed, 0x3d, 0x74, 0x75, 0x15, 0x3d, 0x7a, 0xcb, 0x22, 0x74, 0xe3, 0x01, 0x40, 0xf1, 0x71, 0xbf, 0x13, 0x24, 0x7e, 0x7d, 0xfd, 0xb5, 0xef, 0x55, 0xd5, 0xfa, 0x1b, 0x52, 0x29, 0xbd, 0xe6, 0x80, 0x03, 0x6a, 0x39, 0xfe, 0xf8, 0xa9, 0x9c, 0x7e, 0xfa, 0x1c, 0x92, 0xc9, 0x28, 0xeb, 0xd7, 0xb7, 0x73, 0xef, 0xbd, 0x2b, 0x58, 0xb6, 0x6c, 0x07, 0x1b, 0x37, 0xf6, 0xb1, 0x73, 0xa7, 0x49, 0x36, 0x8b, 0x0f, 0x53, 0x12, 0x48, 0x3f, 0x0a, 0xeb, 0x2d, 0x20, 0xea, 0xe3, 0xf8, 0xe0, 0x82, 0xf8, 0xa5, 0xc0, 0x5b, 0xcd, 0x16, 0x90, 0xa3, 0x88, 0x9c, 0x8e, 0x68, 0xe4, 0xee, 0x69, 0x23, 0x50, 0x00, 0x4a, 0x3e, 0x6f, 0x4f, 0xd0, 0x75, 0x9d, 0xbe, 0x3e, 0x93, 0xe7, 0x9f, 0xdf, 0x84, 0x10, 0xe5, 0xfb, 0x88, 0xc2, 0x11, 0x53, 0xe0, 0xa5, 0x76, 0xdf, 0xe2, 0x4b, 0x1f, 0x81, 0x04, 0x4c, 0x4e, 0x36, 0x34, 0xbc, 0xeb, 0xab, 0xd1, 0x68, 0xec, 0xed, 0xcd, 0xcd, 0x31, 0x8e, 0x3e, 0xba, 0x95, 0x0b, 0x2e, 0x98, 0xcf, 0xbc, 0x79, 0x13, 0x59, 0xb5, 0x6a, 0x3b, 0x7f, 0xfe, 0xf3, 0xcb, 0x2c, 0x5b, 0xb6, 0x83, 0xf5, 0xeb, 0x7b, 0xe9, 0xe8, 0x28, 0x32, 0x30, 0x50, 0xa1, 0xf7, 0x4b, 0x8c, 0xdd, 0x07, 0xf7, 0xdd, 0xe2, 0xa9, 0x1a, 0x11, 0xf0, 0x04, 0x6c, 0xef, 0xb9, 0x85, 0x0f, 0x7c, 0x4e, 0xb8, 0x97, 0xf1, 0x4f, 0x01, 0x0a, 0x31, 0x82, 0x78, 0x0f, 0x46, 0x4b, 0x9d, 0xdd, 0x71, 0x77, 0xf7, 0x56, 0x20, 0xc8, 0x31, 0x4d, 0x49, 0x67, 0xa7, 0xc9, 0x03, 0x0f, 0xac, 0xa5, 0xae, 0xce, 0xa0, 0xb3, 0xd3, 0xf4, 0xfe, 0xf4, 0xb6, 0xcb, 0xe0, 0xa5, 0xef, 0xfa, 0x08, 0x50, 0xb6, 0x01, 0x52, 0xa9, 0x73, 0x0e, 0x89, 0x46, 0x0f, 0xf9, 0x46, 0x2a, 0x65, 0xb4, 0xce, 0x9c, 0x59, 0xcf, 0x3b, 0xde, 0x71, 0x08, 0x67, 0x9f, 0x3d, 0x9f, 0xee, 0xee, 0x0c, 0xb7, 0xde, 0xfa, 0x34, 0x0f, 0x3f, 0xbc, 0x9e, 0xcd, 0x9b, 0xfb, 0xe9, 0xe8, 0x28, 0x90, 0xc9, 0x48, 0x4c, 0x53, 0xf8, 0x4c, 0x89, 0xb2, 0x96, 0xc9, 0xc3, 0x92, 0x6f, 0xc0, 0xfa, 0xcc, 0xc2, 0x85, 0x17, 0x1f, 0x7a, 0xd4, 0x51, 0x67, 0x5f, 0xbf, 0x7d, 0x7b, 0x4f, 0x71, 0xcd, 0x9a, 0xce, 0x5c, 0x5b, 0x5b, 0x36, 0x97, 0xcd, 0x3a, 0x96, 0x94, 0xaa, 0x6d, 0x59, 0x8e, 0x04, 0x31, 0x22, 0x71, 0x35, 0x4d, 0x2b, 0xaf, 0x9b, 0x10, 0x7b, 0xce, 0x20, 0x94, 0xb2, 0x1a, 0xb0, 0xdc, 0x4b, 0x58, 0x96, 0x55, 0xe5, 0x3f, 0x15, 0xe9, 0x7e, 0x46, 0x75, 0xc0, 0xda, 0x0a, 0x5f, 0xff, 0x68, 0xc0, 0xcd, 0x1d, 0x0e, 0xd4, 0xfb, 0x44, 0x02, 0x08, 0xb0, 0x36, 0x42, 0x9c, 0x6c, 0xd6, 0x66, 0xe9, 0xd2, 0x6e, 0x9a, 0x9b, 0x23, 0x44, 0x22, 0x36, 0x85, 0x02, 0x40, 0xdd, 0xe9, 0x70, 0x8d, 0x0d, 0x7f, 0xba, 0x15, 0x76, 0xa6, 0xbd, 0x1b, 0x55, 0x53, 0xa9, 0xff, 0x7c, 0x7f, 0x5d, 0xdd, 0xc4, 0x2b, 0xc7, 0x8d, 0x8b, 0xe9, 0x27, 0x9d, 0x74, 0x00, 0x57, 0x5c, 0xf1, 0x36, 0xc6, 0x8d, 0xab, 0xe3, 0x8f, 0x7f, 0x7c, 0x91, 0x3b, 0xef, 0x5c, 0xce, 0x2b, 0xaf, 0x74, 0xd1, 0xdd, 0x6d, 0x92, 0xcb, 0xe1, 0x19, 0x7a, 0x6a, 0x88, 0x81, 0x5e, 0x68, 0x87, 0xfb, 0xbf, 0x0b, 0x2f, 0x6f, 0x06, 0xd4, 0x17, 0x5e, 0xf8, 0xfd, 0x9a, 0xfe, 0xfe, 0x69, 0xed, 0x93, 0x26, 0x35, 0x1f, 0x76, 0xfa, 0xe9, 0xb3, 0xd8, 0xb1, 0xa3, 0x8f, 0xa5, 0x4b, 0xdb, 0xe9, 0xe8, 0x28, 0x52, 0x28, 0x48, 0x1c, 0x47, 0x22, 0x65, 0xd0, 0xd0, 0x97, 0x08, 0x57, 0x64, 0xa1, 0x28, 0x02, 0x45, 0x91, 0xa8, 0xaa, 0xeb, 0x71, 0x44, 0x22, 0x0a, 0xba, 0xae, 0x78, 0x12, 0xcd, 0xfd, 0xfb, 0x48, 0x87, 0xe3, 0x0c, 0x5d, 0x7f, 0xdb, 0x76, 0xaf, 0xeb, 0x38, 0xb2, 0xfc, 0x77, 0xc7, 0x71, 0xdf, 0x2f, 0x9d, 0x8e, 0xa3, 0x63, 0xdb, 0xae, 0x70, 0x74, 0x1c, 0xc7, 0xfb, 0x3c, 0x48, 0xa9, 0xe2, 0x62, 0x43, 0x00, 0x7a, 0x9b, 0x27, 0xe5, 0xfc, 0x5e, 0x94, 0x08, 0xb8, 0xba, 0x62, 0x38, 0x29, 0x20, 0xf6, 0x20, 0xf1, 0x4b, 0x72, 0x58, 0x83, 0x23, 0x53, 0x70, 0xc6, 0x6a, 0xa0, 0x01, 0x1c, 0x22, 0x11, 0x87, 0xba, 0x3a, 0x95, 0xfe, 0x7e, 0xc7, 0xd3, 0xd5, 0x0a, 0xe0, 0x64, 0xa1, 0x6f, 0x99, 0x61, 0xe4, 0xb6, 0x26, 0x93, 0x75, 0x33, 0x5a, 0x5b, 0x1b, 0x0f, 0x3f, 0xf6, 0xd8, 0x49, 0x5c, 0x7e, 0xf9, 0xd1, 0x1c, 0x76, 0xd8, 0x14, 0xfe, 0xf0, 0x87, 0x17, 0xf8, 0xd9, 0xcf, 0x9e, 0x65, 0xe5, 0xca, 0x6e, 0xd2, 0x69, 0x07, 0xd3, 0xc4, 0x47, 0xf4, 0xb0, 0xdb, 0xee, 0xfa, 0x3b, 0xfc, 0xfe, 0x17, 0xd0, 0x99, 0xf1, 0x2c, 0xfe, 0xa2, 0x7b, 0x1e, 0x50, 0x13, 0x8f, 0xbf, 0xfb, 0x97, 0xad, 0xad, 0xd1, 0xc4, 0x0d, 0x37, 0x9c, 0xc8, 0x29, 0xa7, 0xcc, 0xe6, 0xb6, 0xdb, 0x9e, 0xe3, 0xf1, 0xc7, 0x5f, 0xa3, 0xbb, 0x3b, 0x8f, 0x69, 0xda, 0xde, 0x42, 0x97, 0x08, 0xe0, 0x94, 0x38, 0xb4, 0xfc, 0xbe, 0xaa, 0x0a, 0x74, 0x5d, 0x21, 0x1a, 0x55, 0x89, 0x44, 0x34, 0x6c, 0xdb, 0x25, 0x88, 0xaa, 0x0e, 0xbf, 0x7c, 0x8a, 0x22, 0xca, 0x60, 0x11, 0x42, 0x10, 0x8d, 0x6a, 0x68, 0x9a, 0x0b, 0xa0, 0x48, 0x44, 0x23, 0x16, 0xd3, 0x89, 0xc7, 0x75, 0x52, 0xa9, 0x28, 0x4d, 0x4d, 0x09, 0x92, 0xc9, 0xa8, 0x0b, 0xe3, 0x82, 0x45, 0x4f, 0x4f, 0x96, 0x1d, 0x3b, 0xfa, 0xe8, 0xec, 0xcc, 0xd2, 0xdf, 0x5f, 0xa4, 0xa7, 0x27, 0x4f, 0x77, 0x77, 0x81, 0xf6, 0xf6, 0x02, 0xd9, 0xac, 0x5a, 0x5a, 0xc3, 0x7e, 0xf8, 0xf2, 0xfc, 0x80, 0x9b, 0x6b, 0x0e, 0xe3, 0xee, 0xb2, 0x8f, 0x00, 0x80, 0x0e, 0x1f, 0xbd, 0x04, 0xea, 0x7e, 0x5c, 0x52, 0x45, 0xba, 0xee, 0x30, 0x79, 0x72, 0x04, 0x80, 0x5d, 0xbb, 0x0a, 0x14, 0x8b, 0xa0, 0x69, 0x82, 0xfa, 0x7a, 0x95, 0xb7, 0xbd, 0x6d, 0x3c, 0x57, 0x5f, 0x7d, 0x3c, 0x33, 0x66, 0xb4, 0xf0, 0xbd, 0xef, 0x2d, 0xe6, 0xb6, 0xdb, 0x56, 0xd1, 0xde, 0x6e, 0x79, 0x22, 0x5e, 0x19, 0xe1, 0x56, 0xb3, 0xdb, 0xe0, 0xb9, 0x3b, 0xe0, 0x89, 0x55, 0x3e, 0x4e, 0x28, 0xfa, 0xce, 0x1c, 0x5c, 0x7e, 0x2e, 0xb4, 0x7e, 0xb4, 0xb6, 0x16, 0x2e, 0xbe, 0x78, 0x26, 0xd7, 0x5d, 0x77, 0x12, 0xeb, 0xd7, 0xb7, 0xb3, 0x72, 0xe5, 0x76, 0x7a, 0x7a, 0xb2, 0xe4, 0x72, 0x26, 0x00, 0xf9, 0xbc, 0x45, 0x7f, 0x7f, 0x81, 0x8e, 0x8e, 0x2c, 0x5b, 0xb6, 0xf4, 0xd3, 0xde, 0x5e, 0x24, 0x9b, 0x95, 0x21, 0xd2, 0x66, 0x4f, 0x17, 0x34, 0x0d, 0xaa, 0xf1, 0x48, 0x44, 0x90, 0x48, 0x08, 0x5a, 0x5a, 0xa2, 0xcc, 0x9e, 0xdd, 0xc4, 0xac, 0x59, 0x63, 0x68, 0x6c, 0x4c, 0xb0, 0x63, 0x47, 0x1f, 0xcb, 0x97, 0xbf, 0xce, 0x4b, 0x2f, 0x75, 0xd2, 0xdd, 0x2d, 0x7c, 0xb1, 0x8e, 0xaf, 0xcd, 0x87, 0x62, 0xd1, 0x07, 0x7a, 0xff, 0x6b, 0x10, 0x04, 0x72, 0x1f, 0x02, 0x80, 0x08, 0x7c, 0xe4, 0x6a, 0xa8, 0xfb, 0x1c, 0x08, 0x0d, 0x1c, 0xa2, 0x51, 0x9b, 0x05, 0x0b, 0x1a, 0xa8, 0xad, 0x8d, 0xb0, 0x75, 0x6b, 0x3f, 0x85, 0x82, 0x4d, 0x22, 0xa1, 0x11, 0x89, 0xa8, 0x6c, 0xda, 0xd4, 0x4f, 0x67, 0xa7, 0xf4, 0xc4, 0xbb, 0x18, 0xe9, 0xd6, 0x24, 0xa4, 0x5f, 0x85, 0x75, 0x4f, 0xc0, 0x83, 0x2f, 0x81, 0xe9, 0x8f, 0xf4, 0xf9, 0xb8, 0x9f, 0x82, 0x7b, 0xc6, 0x6c, 0xf8, 0xc8, 0x2f, 0xc0, 0x98, 0x1d, 0x89, 0x38, 0xcc, 0x9a, 0x95, 0x60, 0xde, 0xbc, 0xb1, 0x28, 0x8a, 0x20, 0x97, 0x33, 0xc9, 0xe7, 0x2d, 0xa4, 0x04, 0xcb, 0x72, 0xe8, 0xea, 0xca, 0xd1, 0xd6, 0x36, 0x40, 0x47, 0x87, 0x8d, 0x69, 0x2a, 0x80, 0x1c, 0xd8, 0x73, 0x71, 0x02, 0x61, 0x80, 0x12, 0x19, 0x3d, 0x58, 0x1c, 0x22, 0x11, 0xa8, 0xaf, 0x17, 0x8c, 0x1f, 0x1f, 0x47, 0x4a, 0xd8, 0xb8, 0x71, 0x80, 0x74, 0xda, 0xef, 0xd4, 0xdc, 0x72, 0x2a, 0x6c, 0xed, 0x1e, 0x7c, 0x56, 0x0a, 0xbe, 0xe7, 0xaf, 0x06, 0x82, 0xbd, 0x02, 0x80, 0x92, 0x62, 0x56, 0x07, 0x01, 0x40, 0x14, 0xce, 0x3f, 0x1c, 0x66, 0xfe, 0x3f, 0x88, 0x1c, 0x09, 0x16, 0xcd, 0xcd, 0x1a, 0x63, 0xc7, 0x46, 0xd8, 0xb1, 0x23, 0x4f, 0x5f, 0x9f, 0xe3, 0x59, 0xf0, 0x62, 0x14, 0xb7, 0x62, 0xa5, 0x21, 0xbd, 0x06, 0xda, 0xd7, 0xc0, 0xb2, 0x97, 0x61, 0x5d, 0x97, 0x5f, 0xd5, 0x06, 0x44, 0x60, 0x89, 0xf8, 0xe6, 0xe0, 0xeb, 0x99, 0xb3, 0x60, 0xc1, 0x6f, 0x41, 0x2a, 0x91, 0x88, 0x64, 0xc2, 0x04, 0x9d, 0x96, 0x96, 0x38, 0x42, 0x80, 0x69, 0xba, 0xf4, 0x35, 0x4d, 0x87, 0xde, 0xde, 0x22, 0x9d, 0x9d, 0x45, 0xfa, 0xfb, 0x4b, 0x2a, 0x67, 0xfd, 0x2f, 0xe0, 0x77, 0xf7, 0x86, 0x18, 0x5a, 0x76, 0x20, 0xbf, 0x20, 0x47, 0xc8, 0x5d, 0xf8, 0xd6, 0x4a, 0x53, 0xa0, 0x35, 0xe1, 0xfe, 0x3c, 0xb1, 0x09, 0xc6, 0x8e, 0x83, 0x64, 0x0b, 0xd4, 0x8c, 0x83, 0x9a, 0x39, 0x60, 0x1c, 0x04, 0x8a, 0x5e, 0x09, 0x04, 0x49, 0x32, 0x29, 0xc8, 0x66, 0xa5, 0xa7, 0x02, 0x4a, 0xeb, 0x75, 0xd7, 0xc5, 0xb0, 0x62, 0xab, 0xf7, 0x9c, 0x79, 0xdf, 0x59, 0xf0, 0x81, 0xc0, 0x7f, 0xbf, 0x15, 0xf7, 0xb5, 0xa7, 0x01, 0xa0, 0xf8, 0x00, 0x60, 0x78, 0x20, 0x88, 0x01, 0x71, 0x38, 0xe5, 0x30, 0x4d, 0x9b, 0x71, 0x6e, 0x22, 0xd1, 0x70, 0xae, 0x69, 0xa2, 0x66, 0xb3, 0x41, 0xd7, 0xcd, 0xec, 0x80, 0xdc, 0x36, 0xb0, 0x33, 0x60, 0x66, 0xc0, 0x4c, 0x43, 0xff, 0x2e, 0xd8, 0xb5, 0x0b, 0xda, 0x76, 0xc1, 0xba, 0xde, 0x40, 0x14, 0xcf, 0xef, 0xde, 0xd9, 0x3e, 0xe2, 0x07, 0x01, 0x60, 0x0e, 0x3e, 0xfc, 0xf5, 0xff, 0x0d, 0xc9, 0x4b, 0xc0, 0x21, 0x1e, 0x77, 0x68, 0x6d, 0x8d, 0x11, 0x8b, 0xa9, 0x48, 0xe9, 0xda, 0x47, 0x85, 0x82, 0xcd, 0xc0, 0x80, 0x45, 0x6f, 0xaf, 0x45, 0x26, 0x53, 0x02, 0x80, 0x93, 0x83, 0xdf, 0x7c, 0x1c, 0x36, 0x77, 0xf9, 0xae, 0x63, 0x07, 0x38, 0xcb, 0x09, 0x09, 0x26, 0xed, 0x4e, 0xd5, 0x52, 0x20, 0x92, 0x3a, 0x3e, 0x05, 0x27, 0x1d, 0x0f, 0x13, 0xdf, 0x01, 0x91, 0x29, 0x25, 0x8c, 0xeb, 0xba, 0x83, 0xaa, 0x42, 0x3e, 0xef, 0x5f, 0xbb, 0x87, 0xae, 0x81, 0x67, 0xd6, 0x78, 0x44, 0xcf, 0xf9, 0x4e, 0x3f, 0x08, 0xac, 0x2a, 0xf7, 0x18, 0x4c, 0xb4, 0xec, 0x09, 0x0f, 0xa0, 0x22, 0xdc, 0x5a, 0x92, 0x08, 0x1a, 0xbc, 0xd6, 0x97, 0x48, 0x2c, 0x3c, 0x39, 0x16, 0xab, 0x99, 0xd5, 0xdb, 0x2b, 0x03, 0x97, 0xee, 0x7c, 0x02, 0x6e, 0xb9, 0x11, 0x1e, 0x7b, 0x14, 0x9e, 0x7f, 0x16, 0x5e, 0x7c, 0x09, 0x96, 0xbe, 0x02, 0xaf, 0x6c, 0x82, 0x4d, 0x1d, 0xd0, 0x95, 0xf5, 0x71, 0xba, 0x13, 0x30, 0x7a, 0x8a, 0x01, 0xf1, 0x57, 0xf0, 0x3d, 0xbc, 0x1f, 0x04, 0x0e, 0xb4, 0xbf, 0x0c, 0xf3, 0xce, 0x03, 0x25, 0x61, 0x9a, 0x0e, 0x8e, 0xe3, 0x10, 0x8d, 0x2a, 0xa8, 0xaa, 0x82, 0x6d, 0x3b, 0xd8, 0xb6, 0x6b, 0xf8, 0x95, 0x8a, 0x54, 0x1c, 0x47, 0xe0, 0x72, 0x62, 0xeb, 0x18, 0x78, 0x61, 0x29, 0x43, 0xd3, 0xcd, 0x61, 0xa7, 0x33, 0xcc, 0xdf, 0xc2, 0xfc, 0xf3, 0x10, 0xa0, 0xf4, 0x9b, 0xb0, 0x62, 0x23, 0x3c, 0xf7, 0x57, 0x98, 0x38, 0x00, 0xb5, 0x87, 0x80, 0x50, 0x1d, 0x07, 0x84, 0x90, 0xa5, 0xfb, 0xf2, 0x3e, 0xbb, 0xe3, 0x19, 0xd8, 0xb4, 0x2b, 0xc0, 0x0c, 0x41, 0x60, 0x56, 0x8d, 0x74, 0xee, 0x69, 0x00, 0xe0, 0x4b, 0x08, 0x29, 0x3e, 0x10, 0x68, 0xad, 0xad, 0x9f, 0xfa, 0xc6, 0x61, 0x87, 0x4d, 0x3d, 0x6b, 0xfb, 0xf6, 0x01, 0x72, 0xb9, 0x92, 0x08, 0x73, 0x8a, 0xb0, 0xea, 0xe7, 0x70, 0xeb, 0x1d, 0x90, 0xb7, 0x87, 0x89, 0x6c, 0xf9, 0x1f, 0xcc, 0xcf, 0xe9, 0x41, 0xc2, 0xe7, 0x42, 0xde, 0x33, 0x07, 0x39, 0xa0, 0xc7, 0x84, 0x03, 0x76, 0x41, 0xed, 0x19, 0x20, 0xb0, 0x6d, 0x07, 0x4d, 0x03, 0xc3, 0x50, 0xca, 0x96, 0x7f, 0xc9, 0x75, 0x2b, 0x16, 0x6d, 0x6c, 0xbb, 0xf4, 0x58, 0xf1, 0x09, 0x20, 0x36, 0xc3, 0xe6, 0x0e, 0xdf, 0x3d, 0xd9, 0x21, 0xf7, 0x65, 0x57, 0x21, 0x40, 0xb5, 0xf7, 0x82, 0x6a, 0x25, 0x00, 0x20, 0x47, 0xc2, 0xf2, 0xb5, 0x60, 0xbc, 0x02, 0xad, 0xc7, 0x83, 0xa2, 0x29, 0x8a, 0xc0, 0x71, 0x1c, 0x1f, 0xe9, 0x3a, 0x5e, 0x84, 0x75, 0x6d, 0xbe, 0x7b, 0x0a, 0x4a, 0xa8, 0x7d, 0x06, 0x80, 0xa0, 0x41, 0x58, 0xb6, 0x0b, 0x26, 0x4d, 0xfa, 0xc4, 0xf5, 0x27, 0x9d, 0x74, 0xd0, 0xa5, 0x47, 0x1c, 0x31, 0x91, 0xfb, 0xee, 0x6b, 0xf3, 0x2e, 0x6b, 0xf5, 0xc1, 0x43, 0x5f, 0x80, 0xc5, 0xcb, 0x42, 0xb8, 0xca, 0x09, 0x59, 0xcc, 0xa0, 0x8e, 0x0f, 0xe3, 0xfc, 0x42, 0x40, 0x07, 0xfa, 0x8d, 0x20, 0xef, 0xbb, 0x97, 0x6d, 0x84, 0xa3, 0x0f, 0x07, 0x6d, 0x92, 0x1b, 0x07, 0x90, 0xc4, 0x62, 0x2a, 0x86, 0x51, 0xf2, 0xef, 0x5d, 0xd7, 0xcd, 0x71, 0x5c, 0x83, 0xd4, 0x71, 0x4a, 0x8f, 0xd4, 0x32, 0x1d, 0x96, 0x3e, 0x01, 0xa6, 0x15, 0x92, 0x5d, 0x0c, 0xba, 0x5f, 0x56, 0x48, 0xf6, 0x31, 0x0c, 0x08, 0x61, 0xbf, 0x3b, 0x43, 0x03, 0x39, 0xaf, 0xed, 0x82, 0x86, 0xed, 0xd0, 0x7c, 0x82, 0xe3, 0x48, 0x34, 0x0d, 0x4f, 0x0a, 0x08, 0xa0, 0x7b, 0x19, 0xac, 0xde, 0xe4, 0xb3, 0x83, 0x82, 0xf7, 0xe6, 0x07, 0xd7, 0x10, 0xd5, 0xb4, 0xa7, 0x01, 0x10, 0xac, 0xcc, 0x51, 0xc6, 0x8c, 0xf9, 0xc0, 0x11, 0x07, 0x1e, 0x38, 0xed, 0x7f, 0x6f, 0xbc, 0xf1, 0x1c, 0xe5, 0xc3, 0x1f, 0xbe, 0x97, 0x81, 0x01, 0x05, 0x70, 0xfa, 0xe0, 0x81, 0x4f, 0xc3, 0x8b, 0x5b, 0x83, 0x71, 0x93, 0x2a, 0x0b, 0x63, 0x0d, 0xb3, 0xe0, 0x85, 0x80, 0xdb, 0x67, 0x85, 0xa7, 0x93, 0xfd, 0xf7, 0xaa, 0xbc, 0x02, 0x53, 0xde, 0x09, 0x8a, 0xe6, 0x38, 0xa0, 0x28, 0x0e, 0xf1, 0xb8, 0x8a, 0xcb, 0x5d, 0x12, 0x55, 0x75, 0xc1, 0x50, 0x2c, 0xda, 0x5e, 0xfc, 0x41, 0x01, 0xb4, 0x04, 0xb4, 0x08, 0x58, 0xb1, 0x2a, 0x70, 0x0d, 0xbf, 0xdb, 0xe5, 0xb7, 0x39, 0xfc, 0x04, 0xb0, 0x86, 0x91, 0x00, 0x61, 0x6a, 0x23, 0xc4, 0x67, 0x5f, 0xd3, 0x06, 0xf3, 0x5a, 0x21, 0x32, 0x55, 0x55, 0x1d, 0x1c, 0xa7, 0xa4, 0x02, 0xfa, 0x5e, 0x81, 0x95, 0xeb, 0xaa, 0xc4, 0x02, 0xec, 0xe1, 0xf4, 0xff, 0x9e, 0x04, 0x40, 0x50, 0x0d, 0x78, 0x3f, 0xd7, 0x69, 0xe3, 0xc7, 0x9f, 0xf1, 0x97, 0xcb, 0x2e, 0x3b, 0xbc, 0xf1, 0xf1, 0xc7, 0xd7, 0xf1, 0xf0, 0xc3, 0x9d, 0x80, 0x34, 0xe1, 0xb9, 0x4f, 0xc1, 0x53, 0x1b, 0x7d, 0x92, 0x42, 0x56, 0xe1, 0xf4, 0x92, 0x4f, 0x1f, 0xac, 0x13, 0x30, 0x7d, 0xfa, 0x3f, 0xf8, 0x7e, 0x40, 0xec, 0x0f, 0x09, 0x84, 0x28, 0xb0, 0xa5, 0x1f, 0xe6, 0xea, 0x10, 0x5f, 0xe8, 0x72, 0xba, 0x83, 0x61, 0x08, 0x34, 0x4d, 0xa9, 0x88, 0xee, 0x39, 0x8e, 0x83, 0x69, 0x4a, 0x1f, 0xb7, 0xd5, 0x4d, 0x83, 0xce, 0x17, 0xa1, 0xa3, 0x27, 0x20, 0x8d, 0x82, 0xbe, 0x77, 0x10, 0x08, 0x61, 0x04, 0x0f, 0x23, 0xba, 0x33, 0xcc, 0xef, 0x12, 0xf2, 0x1b, 0x60, 0xe6, 0x79, 0xaa, 0x2a, 0x15, 0x37, 0x82, 0x28, 0x80, 0x81, 0xb5, 0xf0, 0xf2, 0x0a, 0x1f, 0xd0, 0xcc, 0x2a, 0xb5, 0x0f, 0xa1, 0x00, 0xd8, 0xab, 0x8d, 0x21, 0xcd, 0xcd, 0x57, 0xbe, 0x73, 0xf2, 0xe4, 0xda, 0x69, 0x67, 0x9f, 0x7d, 0x08, 0x33, 0x67, 0xfe, 0x10, 0x50, 0x98, 0xd2, 0xb0, 0xeb, 0x96, 0xcf, 0x9c, 0x3d, 0xbe, 0x25, 0x3b, 0xf0, 0x8e, 0x96, 0xce, 0xf6, 0x76, 0xd9, 0xd5, 0xde, 0x6e, 0x0d, 0xf4, 0xf5, 0x59, 0x66, 0x36, 0x6b, 0xca, 0x62, 0xd1, 0x12, 0x8e, 0x63, 0x4a, 0xd3, 0xb4, 0x74, 0xb0, 0x55, 0xef, 0x14, 0x20, 0x05, 0x48, 0x05, 0x1c, 0x01, 0x52, 0x03, 0xdb, 0x84, 0x81, 0x9f, 0xc3, 0x7a, 0x1f, 0x38, 0xec, 0x80, 0xcb, 0x63, 0x05, 0x16, 0x58, 0xf3, 0xde, 0xf3, 0xec, 0x92, 0xdb, 0x6e, 0x86, 0x0f, 0x9f, 0x09, 0xda, 0xb4, 0x42, 0xc1, 0xa1, 0xb7, 0xd7, 0x24, 0x12, 0x51, 0xd1, 0x75, 0x51, 0x8e, 0xfc, 0x25, 0x12, 0x1a, 0xc5, 0xa2, 0x89, 0x69, 0xda, 0x1e, 0xaf, 0x28, 0x1a, 0x9c, 0xfe, 0x7e, 0x58, 0xf5, 0xc5, 0x80, 0xda, 0xf2, 0x4b, 0xac, 0x12, 0x01, 0xe4, 0xac, 0x68, 0x34, 0x72, 0x49, 0x2a, 0x35, 0xdf, 0xcc, 0x64, 0xec, 0x5c, 0x36, 0x2b, 0x75, 0x90, 0xb6, 0x17, 0xcc, 0x77, 0xdc, 0x44, 0x44, 0xf9, 0xd5, 0x0b, 0xf0, 0x63, 0x82, 0xd0, 0x0d, 0x43, 0x48, 0x55, 0x55, 0x6d, 0xdb, 0xc6, 0x2c, 0x16, 0x15, 0x09, 0xe2, 0x56, 0xd8, 0x68, 0xb2, 0x62, 0x2b, 0x2c, 0x7a, 0x41, 0xca, 0xc4, 0x31, 0x9a, 0x86, 0x17, 0x12, 0xd6, 0x63, 0x01, 0x02, 0x8f, 0xc6, 0x46, 0xdb, 0x27, 0x00, 0x10, 0x9a, 0x16, 0xfb, 0xf8, 0xf1, 0xc7, 0x4f, 0xe5, 0x93, 0x9f, 0xbc, 0xcb, 0xf3, 0xf7, 0xad, 0x55, 0x57, 0x1e, 0xb4, 0x72, 0xeb, 0xfc, 0x39, 0xe7, 0xde, 0x38, 0x66, 0xfe, 0x7c, 0x1a, 0x67, 0xcd, 0x22, 0xd6, 0xd0, 0x80, 0x63, 0x9a, 0xbc, 0xfe, 0xf7, 0xbf, 0xf3, 0xda, 0xdd, 0x77, 0xd3, 0xf3, 0xd4, 0x53, 0x38, 0x6d, 0x6d, 0x28, 0x03, 0x03, 0x28, 0xb6, 0x8d, 0x90, 0xb2, 0x7c, 0xf7, 0x8e, 0x65, 0xf9, 0x6b, 0xc4, 0xec, 0x2c, 0x9c, 0x7e, 0x1b, 0x6c, 0x1e, 0xc6, 0x12, 0xf7, 0x2f, 0x4a, 0x29, 0xbb, 0xe2, 0x15, 0x86, 0xf4, 0x0c, 0xc0, 0xda, 0x2f, 0xc1, 0xc1, 0xb7, 0x82, 0x2a, 0xb2, 0x59, 0x87, 0x4c, 0xc6, 0xa2, 0xae, 0x4e, 0x47, 0x55, 0x05, 0x42, 0x48, 0x74, 0x5d, 0x21, 0x1e, 0x57, 0x29, 0x14, 0x6c, 0x0a, 0x85, 0x12, 0xc7, 0xa5, 0x66, 0xc1, 0xb9, 0xc7, 0xc1, 0x5f, 0x1e, 0x0a, 0x59, 0x58, 0x3f, 0x10, 0xe4, 0xf5, 0xcd, 0xcd, 0x97, 0xd6, 0xda, 0xf6, 0x57, 0x88, 0x44, 0x50, 0x1c, 0x67, 0xc8, 0xf3, 0x0c, 0x71, 0x25, 0x84, 0x40, 0x2a, 0x0a, 0x42, 0x55, 0x91, 0xb6, 0x8d, 0xea, 0x38, 0x65, 0x4b, 0xfa, 0x51, 0x38, 0x76, 0x23, 0x14, 0xe1, 0xf5, 0x87, 0xe1, 0xc0, 0x63, 0x0c, 0xa3, 0x54, 0x02, 0x67, 0xc4, 0x87, 0xf3, 0xf3, 0x47, 0x4c, 0x76, 0xed, 0xad, 0xf4, 0x65, 0x32, 0x79, 0xed, 0xa1, 0xf1, 0xb8, 0x36, 0x63, 0xd1, 0xa2, 0x99, 0x7c, 0xf5, 0xab, 0x2f, 0x78, 0x97, 0xda, 0xfc, 0x93, 0x67, 0x97, 0x2f, 0xdf, 0xd9, 0xf0, 0xca, 0x2b, 0x8b, 0x35, 0xcb, 0xaa, 0xd5, 0x6d, 0xbb, 0x21, 0xaa, 0x69, 0xad, 0xa4, 0x52, 0xd1, 0xc8, 0xdc, 0xb9, 0xcc, 0xf8, 0xc0, 0x07, 0x38, 0xf6, 0xeb, 0x5f, 0x67, 0xdb, 0x93, 0x4f, 0xb2, 0xf6, 0xd6, 0x5b, 0xc9, 0xae, 0x5c, 0x89, 0x4c, 0xa7, 0xa1, 0x50, 0x40, 0x58, 0x16, 0xc2, 0x34, 0x51, 0x8a, 0x45, 0xa4, 0x0b, 0x04, 0xf5, 0x34, 0xb8, 0xec, 0x36, 0xf8, 0xaa, 0x8f, 0xd0, 0xaa, 0x6f, 0x11, 0x04, 0x43, 0x0b, 0x40, 0x4b, 0x6b, 0xef, 0x89, 0xca, 0x3b, 0x9f, 0x83, 0xc9, 0xf7, 0x41, 0xcd, 0xd9, 0xa6, 0x29, 0xe8, 0xed, 0x35, 0x89, 0x46, 0x15, 0xe2, 0x71, 0xad, 0x1c, 0xcb, 0x8f, 0xc5, 0x54, 0x0a, 0x05, 0x07, 0xdb, 0x96, 0xde, 0x82, 0x0b, 0xe0, 0xe0, 0x4b, 0xe1, 0x85, 0xe7, 0xe1, 0xf5, 0xbc, 0xcf, 0xdb, 0x19, 0x12, 0xd7, 0x4d, 0x5a, 0xd6, 0x7b, 0x49, 0x26, 0x51, 0xc6, 0x8c, 0x41, 0x0e, 0x0c, 0x60, 0xa6, 0xd3, 0x08, 0xcb, 0x2a, 0x65, 0x75, 0xc0, 0x71, 0x10, 0x52, 0xa2, 0x58, 0x16, 0xa2, 0x58, 0x44, 0x35, 0x4d, 0x7f, 0xd0, 0xd9, 0x29, 0xc2, 0x96, 0x02, 0x6c, 0x2d, 0x42, 0x47, 0x9f, 0x6b, 0xd8, 0x3a, 0xf0, 0xd4, 0xc3, 0x96, 0x35, 0xe5, 0x93, 0x9a, 0xa6, 0xc4, 0x3c, 0xdb, 0x24, 0x16, 0xd0, 0xf3, 0xce, 0x68, 0x38, 0x7f, 0x6f, 0x4b, 0x00, 0x21, 0x65, 0xf2, 0xb4, 0x64, 0x52, 0x67, 0xd3, 0xa6, 0x0e, 0x4c, 0x53, 0x03, 0x9c, 0x76, 0xb8, 0xfb, 0xd9, 0x7b, 0x33, 0x59, 0xed, 0x5e, 0xf8, 0x4a, 0x29, 0xc0, 0xae, 0x81, 0x38, 0x3b, 0x93, 0x99, 0x78, 0xe2, 0x8e, 0x1d, 0xc7, 0x9b, 0x0f, 0x3e, 0xf8, 0xae, 0x95, 0x8d, 0x8d, 0x89, 0xc6, 0x8b, 0x2f, 0xe6, 0xd4, 0x5f, 0xfd, 0x8a, 0xee, 0x0d, 0x1b, 0xd8, 0xf2, 0xc0, 0x03, 0xf4, 0xac, 0x5c, 0x49, 0xa1, 0xbd, 0x9d, 0xe2, 0x8e, 0x1d, 0x14, 0xb7, 0x6e, 0xc5, 0xc8, 0x64, 0x50, 0xdc, 0x4c, 0xd3, 0x85, 0x0b, 0xe0, 0xa7, 0x2f, 0x42, 0x97, 0x8f, 0x08, 0x7e, 0xfd, 0x29, 0xa8, 0x2c, 0xf9, 0xb2, 0x2b, 0x01, 0x80, 0x0a, 0x0f, 0x7e, 0x03, 0x2e, 0x38, 0x0e, 0x94, 0xba, 0x62, 0x51, 0x90, 0x4e, 0x9b, 0x18, 0x86, 0x82, 0xa6, 0x29, 0x1e, 0x08, 0x20, 0x91, 0x50, 0x29, 0x14, 0x4c, 0x5f, 0xd1, 0xa9, 0x5e, 0x0b, 0xe7, 0x5e, 0x02, 0x3f, 0xfd, 0xbe, 0xb7, 0x86, 0x5a, 0xc0, 0xf5, 0x55, 0xbe, 0x5d, 0x5b, 0x7b, 0xbc, 0x10, 0x62, 0x46, 0x6c, 0xfa, 0x74, 0x26, 0x5f, 0x78, 0x21, 0x08, 0x41, 0xcf, 0xaa, 0x55, 0x64, 0x77, 0xec, 0xc0, 0xea, 0xef, 0x77, 0xcf, 0x8e, 0x0e, 0xe4, 0xb6, 0x6d, 0xa8, 0xd9, 0x6c, 0xb9, 0x40, 0x21, 0x0b, 0x7f, 0x7f, 0x15, 0x6e, 0xfb, 0x0d, 0x3c, 0xb7, 0x01, 0xfa, 0x03, 0xc5, 0x2b, 0x0a, 0xbc, 0x9e, 0x81, 0xfc, 0x4a, 0xdb, 0x8e, 0x2f, 0xf4, 0x34, 0x5b, 0x22, 0xc4, 0xce, 0x70, 0xaa, 0x44, 0x26, 0x45, 0x30, 0x23, 0xb8, 0xa7, 0xbd, 0x80, 0xf2, 0x02, 0x18, 0xc6, 0xa2, 0xcf, 0x4e, 0x9b, 0x96, 0x9c, 0xb2, 0x73, 0x67, 0x2f, 0xaf, 0xbc, 0xd2, 0x0f, 0xe4, 0x1f, 0x85, 0x25, 0x4b, 0x7c, 0x8b, 0x55, 0x32, 0xfb, 0xed, 0x35, 0xd0, 0x75, 0x3f, 0xfc, 0x3d, 0x0d, 0x0f, 0x2e, 0xc8, 0xe5, 0x4e, 0xce, 0x2f, 0x5b, 0x96, 0x58, 0xf7, 0xe0, 0x83, 0x18, 0x2d, 0x2d, 0x18, 0xc9, 0x24, 0x56, 0xa1, 0x80, 0x6d, 0xdb, 0xe0, 0x38, 0xd8, 0xe9, 0x34, 0x62, 0x60, 0xa0, 0xc4, 0x29, 0xfa, 0x64, 0x28, 0xdc, 0x0f, 0x2b, 0xaa, 0x04, 0x69, 0x18, 0xa6, 0xd0, 0xc3, 0x5b, 0xd0, 0x5d, 0x45, 0x98, 0x91, 0x87, 0xe4, 0x09, 0xa5, 0x94, 0xac, 0x61, 0x40, 0x2c, 0xa6, 0x56, 0xa4, 0x73, 0xa5, 0x74, 0x43, 0xc5, 0x83, 0x06, 0x61, 0xcd, 0x01, 0x20, 0x57, 0xc0, 0x96, 0xf6, 0xb0, 0x88, 0xe0, 0xfb, 0x74, 0xfd, 0xab, 0x6a, 0x5d, 0xdd, 0xb4, 0xe6, 0x33, 0xce, 0xe0, 0xb0, 0x6b, 0xae, 0x41, 0x4a, 0x49, 0xb6, 0xbd, 0x1d, 0x3b, 0x9f, 0xc7, 0xce, 0xe5, 0xb0, 0x3a, 0x3b, 0x71, 0x36, 0x6f, 0x26, 0xd2, 0xdb, 0x8b, 0xee, 0x7d, 0x63, 0x1b, 0xdc, 0xf1, 0x01, 0xf8, 0xe2, 0xa3, 0xb0, 0xa5, 0xdb, 0x25, 0xaa, 0x08, 0x29, 0xf3, 0x92, 0x30, 0x6f, 0xaa, 0xe3, 0xc4, 0x0f, 0xf3, 0x96, 0xb1, 0x0f, 0x9e, 0xbe, 0xbb, 0x8a, 0xc7, 0x64, 0x8f, 0x04, 0x0a, 0x65, 0x6f, 0x49, 0x00, 0xc7, 0xe1, 0x00, 0x5d, 0x57, 0x58, 0xbb, 0xb6, 0xdb, 0x7b, 0x2b, 0xb7, 0x39, 0x60, 0xf5, 0x07, 0xc3, 0xb8, 0xf6, 0x83, 0xb0, 0xfd, 0x15, 0xf8, 0x96, 0x66, 0x9a, 0x38, 0xab, 0x56, 0xb1, 0xf9, 0xb6, 0xdb, 0xd8, 0xf9, 0xf4, 0xd3, 0x64, 0xd6, 0xaf, 0xa7, 0xd0, 0xd6, 0x86, 0xd5, 0xdb, 0x0b, 0xaa, 0x0a, 0xba, 0x5e, 0xbe, 0x50, 0x2b, 0xbc, 0xbb, 0x09, 0x6a, 0xdd, 0x70, 0x33, 0x51, 0x2f, 0xfc, 0x6c, 0x30, 0x58, 0x77, 0x18, 0x4c, 0x36, 0x38, 0x43, 0x13, 0x47, 0x3f, 0xbf, 0x1d, 0x0a, 0xcb, 0xdd, 0x70, 0x30, 0xf4, 0xf5, 0x59, 0x14, 0x0a, 0x76, 0x59, 0x0d, 0x68, 0x9a, 0x42, 0x4d, 0x8d, 0x46, 0x3c, 0x5e, 0xd1, 0xab, 0x22, 0xe0, 0xe8, 0x0f, 0x43, 0x24, 0xe6, 0x0b, 0x7b, 0xeb, 0x80, 0xf6, 0x9f, 0xd1, 0xe8, 0x0c, 0x5d, 0xd7, 0x4f, 0x54, 0x1b, 0x1b, 0x69, 0x9a, 0x37, 0x8f, 0x8e, 0xd5, 0xab, 0xd9, 0xf4, 0xd7, 0xbf, 0xd2, 0xf9, 0xfc, 0xf3, 0xa4, 0x57, 0xaf, 0x26, 0xbb, 0x7e, 0x3d, 0xd6, 0xa6, 0x4d, 0x44, 0xfa, 0xfb, 0xcb, 0x1c, 0x98, 0x87, 0xb6, 0x4f, 0xc1, 0xad, 0x56, 0x39, 0x87, 0x82, 0xe1, 0x31, 0x8b, 0x1a, 0x58, 0x33, 0x1b, 0xfa, 0x5e, 0xf6, 0x65, 0x49, 0x6b, 0xaa, 0xc4, 0x1c, 0xe4, 0x08, 0x46, 0xe1, 0x1e, 0x07, 0x40, 0x45, 0x0c, 0xc0, 0xb6, 0x45, 0x2a, 0x97, 0xb3, 0xc8, 0xe5, 0x4a, 0xb6, 0x97, 0x35, 0x10, 0xc2, 0xa5, 0xc1, 0xe8, 0x9e, 0xf5, 0x7d, 0x78, 0x5c, 0xc2, 0x80, 0x6a, 0x9a, 0x14, 0x5f, 0x7f, 0x9d, 0x42, 0x7b, 0x3b, 0x66, 0x6f, 0x2f, 0x76, 0x3a, 0x8d, 0x2c, 0x14, 0x40, 0x55, 0xb1, 0x75, 0xbd, 0x5c, 0xf1, 0xa0, 0x43, 0xc3, 0xb5, 0x70, 0xae, 0x07, 0x80, 0x12, 0x08, 0xa2, 0x01, 0x10, 0xa8, 0x21, 0x7a, 0xda, 0x7f, 0xdd, 0x3c, 0x2c, 0xff, 0xa2, 0xfb, 0xbb, 0x42, 0x36, 0x0b, 0xbd, 0xbd, 0x26, 0x8e, 0xe3, 0xa0, 0xaa, 0x02, 0x45, 0x71, 0x53, 0xd7, 0x89, 0x84, 0x4a, 0x3c, 0xae, 0xfa, 0xd6, 0x35, 0x3a, 0x19, 0x2e, 0x3a, 0xcf, 0x77, 0x2d, 0x03, 0x88, 0x1c, 0xa5, 0x69, 0x1f, 0x94, 0xb1, 0x98, 0x9a, 0x98, 0x31, 0x03, 0x35, 0x12, 0x61, 0xd3, 0xdf, 0xfe, 0x46, 0xf7, 0x4b, 0x2f, 0x91, 0xdf, 0xb6, 0x0d, 0xbb, 0xbb, 0x1b, 0xd9, 0xd7, 0x87, 0xe2, 0x56, 0xb6, 0x94, 0x17, 0x63, 0x33, 0x3c, 0x9b, 0x76, 0x09, 0x5e, 0x02, 0xb0, 0xee, 0x2b, 0x5d, 0x13, 0x95, 0xf7, 0xbc, 0x7e, 0x29, 0xd8, 0x6d, 0xee, 0x49, 0x5f, 0x48, 0xdc, 0x23, 0xc8, 0xf5, 0x55, 0x93, 0x53, 0x7b, 0xcb, 0x08, 0x14, 0xb6, 0x2d, 0xed, 0xae, 0xae, 0x3c, 0xb1, 0x98, 0xee, 0xdd, 0x97, 0x5a, 0x1b, 0x20, 0x82, 0x13, 0x16, 0x05, 0xeb, 0x02, 0xa7, 0x00, 0x9b, 0x74, 0x29, 0x0f, 0xa6, 0x50, 0xc0, 0x29, 0x14, 0xb0, 0x73, 0x39, 0xa4, 0x69, 0x82, 0x94, 0x08, 0x5d, 0x47, 0xc6, 0x62, 0xe0, 0x19, 0x83, 0x02, 0x98, 0x0d, 0xef, 0x54, 0xe1, 0x61, 0xbb, 0x32, 0x71, 0xef, 0x17, 0x77, 0xc2, 0x5b, 0x20, 0x7c, 0x8b, 0x52, 0xaa, 0x08, 0xf6, 0x6c, 0x81, 0xfb, 0x57, 0xc1, 0x81, 0xb7, 0x41, 0xfd, 0x65, 0x96, 0x25, 0x48, 0xa7, 0x6d, 0x62, 0x31, 0x8b, 0x54, 0x4a, 0x47, 0x51, 0x04, 0x52, 0x42, 0x34, 0xaa, 0x12, 0x8f, 0x4b, 0x8a, 0x45, 0xbf, 0x41, 0x38, 0xf5, 0x3d, 0x30, 0xe3, 0x49, 0x58, 0xb7, 0x0d, 0xb0, 0x67, 0x40, 0x4d, 0x4d, 0x24, 0x72, 0x9e, 0xda, 0xd2, 0x42, 0xf2, 0x80, 0x03, 0xd8, 0xfe, 0xf8, 0xe3, 0xf4, 0x2e, 0x5b, 0x86, 0xb9, 0x6b, 0x17, 0xd2, 0x34, 0x91, 0x8e, 0xe3, 0x3e, 0x8b, 0xe7, 0xd1, 0x94, 0x8e, 0x0d, 0xd0, 0xe6, 0x01, 0xd7, 0x0c, 0x64, 0x38, 0x19, 0xaa, 0xdf, 0x5f, 0xde, 0x09, 0x2f, 0x9f, 0x48, 0x65, 0x6f, 0x85, 0x08, 0x09, 0x49, 0x8f, 0x98, 0xa5, 0xdc, 0x6b, 0x2a, 0xc0, 0xb2, 0x9c, 0x9d, 0xbb, 0x76, 0x15, 0x68, 0x6d, 0x4d, 0x7a, 0x6f, 0xc5, 0xe7, 0x06, 0xd0, 0x2c, 0x43, 0x82, 0x17, 0x36, 0x60, 0xe7, 0xe1, 0x75, 0x00, 0x69, 0xdb, 0xc8, 0x62, 0x11, 0x27, 0x97, 0x43, 0x16, 0x8b, 0xe0, 0x38, 0xee, 0x3f, 0xea, 0x3a, 0x45, 0x4d, 0x2b, 0x5b, 0x76, 0x71, 0x98, 0xf0, 0x01, 0x38, 0x01, 0x48, 0xf8, 0xce, 0x78, 0x80, 0x9b, 0x74, 0xdf, 0x82, 0xc9, 0x80, 0xdb, 0xe6, 0xa9, 0x82, 0x3b, 0x6f, 0x72, 0x5b, 0xcb, 0x14, 0xf2, 0x79, 0x49, 0x7f, 0xbf, 0x8d, 0x69, 0x3a, 0x28, 0x8a, 0x1b, 0x17, 0x30, 0x0c, 0xd7, 0x2d, 0x8c, 0x46, 0xa5, 0x6f, 0x7d, 0x95, 0x18, 0x9c, 0x7e, 0x65, 0x49, 0xf2, 0x5c, 0x91, 0x4a, 0x5d, 0xac, 0xa4, 0x52, 0xf1, 0x9a, 0x83, 0x0e, 0x62, 0x60, 0xcb, 0x16, 0x76, 0xfd, 0xed, 0x6f, 0x14, 0xd6, 0xad, 0x43, 0x0e, 0x0c, 0x80, 0xa2, 0x20, 0x14, 0x05, 0x1c, 0x07, 0xc5, 0x73, 0x07, 0x4b, 0xc7, 0x56, 0x48, 0x87, 0x70, 0x3e, 0x01, 0xc3, 0xd6, 0x0a, 0x04, 0x9b, 0x8a, 0xc3, 0x14, 0x81, 0x38, 0xa3, 0x91, 0x02, 0xca, 0xde, 0xe0, 0x7e, 0xef, 0x3a, 0xaf, 0xf6, 0xf7, 0x3b, 0x18, 0x86, 0xea, 0xdd, 0x57, 0xfc, 0x18, 0x38, 0xb4, 0xb9, 0x0a, 0x87, 0x56, 0x20, 0xdc, 0x81, 0x1c, 0x42, 0x20, 0x1c, 0x07, 0xb3, 0xb3, 0x13, 0xd9, 0xd3, 0x03, 0x99, 0x0c, 0x32, 0x9f, 0x77, 0xa5, 0x40, 0x24, 0x82, 0x8c, 0xc7, 0x2b, 0x3a, 0x47, 0x0f, 0x23, 0x7a, 0x19, 0xcc, 0x3e, 0x1c, 0x6a, 0x9b, 0x3c, 0xe2, 0xc7, 0x7c, 0x2a, 0x41, 0xf7, 0x9d, 0x6a, 0x48, 0x2a, 0xd9, 0x03, 0xc1, 0x8e, 0x34, 0xbc, 0xf6, 0xd5, 0x92, 0x70, 0xec, 0xef, 0x97, 0xa4, 0xd3, 0x96, 0x97, 0x2e, 0x76, 0x0f, 0xc3, 0x50, 0x48, 0x24, 0x14, 0x22, 0x11, 0xff, 0x5a, 0xd6, 0x1f, 0x03, 0x67, 0x1c, 0xad, 0x42, 0x6c, 0x42, 0x2c, 0x76, 0x81, 0x31, 0x7d, 0x3a, 0x7a, 0x7d, 0x3d, 0xbd, 0x4b, 0x96, 0xd0, 0xbf, 0x69, 0xd3, 0x0a, 0x7a, 0x7b, 0x91, 0xc5, 0x62, 0xb9, 0xd6, 0x30, 0xec, 0x48, 0xbb, 0x84, 0xd3, 0xa8, 0x2c, 0x61, 0x0f, 0x4b, 0x84, 0x59, 0x81, 0x5c, 0xbf, 0x19, 0x52, 0x00, 0x12, 0x66, 0x0b, 0x84, 0xda, 0x03, 0x7b, 0x4d, 0x02, 0x40, 0xe1, 0xd1, 0x42, 0x41, 0xb2, 0x7c, 0x79, 0x07, 0xad, 0xad, 0x06, 0x20, 0x55, 0x38, 0xf9, 0x63, 0x01, 0x23, 0x44, 0x86, 0xfc, 0x2e, 0x25, 0x14, 0x25, 0xb8, 0xe2, 0xb2, 0xa7, 0x07, 0x7a, 0x7a, 0x50, 0x32, 0x19, 0xc8, 0x66, 0xc1, 0xb6, 0x41, 0xd7, 0x91, 0xd1, 0x28, 0x4e, 0x24, 0x52, 0xfe, 0x82, 0x56, 0xf2, 0xcd, 0xb3, 0x68, 0xf9, 0x22, 0xfc, 0xc7, 0xef, 0xe1, 0xe2, 0x9b, 0x60, 0xd1, 0x89, 0x3e, 0x49, 0x10, 0xf3, 0x71, 0x96, 0x1a, 0xa8, 0xf1, 0x72, 0x2a, 0x53, 0xcb, 0xbf, 0x7b, 0x14, 0xb2, 0x4b, 0x40, 0x60, 0x9a, 0x90, 0x4e, 0xdb, 0x14, 0x0a, 0x4e, 0x19, 0x04, 0x8a, 0x22, 0x88, 0xc7, 0x5d, 0x83, 0x50, 0xd3, 0xfc, 0x8f, 0x30, 0xef, 0xaa, 0x2b, 0x12, 0x0d, 0xa7, 0x47, 0x9b, 0x9b, 0x9b, 0x9b, 0xde, 0xf6, 0x36, 0xba, 0x97, 0x2c, 0x41, 0x6d, 0x6b, 0x93, 0x2f, 0x0d, 0x0c, 0xfc, 0x59, 0xf5, 0x44, 0x3e, 0x8a, 0x82, 0x12, 0x89, 0xe0, 0xfd, 0x63, 0xc5, 0x91, 0xaf, 0x2c, 0x8f, 0x27, 0x84, 0x31, 0x82, 0x86, 0x9e, 0x19, 0xc8, 0x81, 0xf8, 0x25, 0x41, 0x58, 0x08, 0x38, 0xd4, 0x06, 0xd8, 0x5b, 0x00, 0x90, 0xf0, 0xc2, 0xbd, 0xa0, 0xf6, 0x6f, 0xdb, 0x56, 0x64, 0xfe, 0xfc, 0x26, 0x34, 0xcd, 0x06, 0x12, 0x8b, 0xe0, 0x3f, 0xdf, 0x45, 0x78, 0x2b, 0x77, 0xf9, 0xf7, 0x3c, 0x9a, 0x2a, 0x4b, 0xe2, 0x32, 0x93, 0x61, 0x6b, 0x31, 0x81, 0x92, 0xcf, 0xa3, 0xe6, 0x72, 0x90, 0xcf, 0xbb, 0xfe, 0x5b, 0x34, 0x8a, 0x13, 0x90, 0x02, 0xef, 0x10, 0x6b, 0x00, 0x5b, 0x01, 0xe3, 0x60, 0x38, 0xf0, 0xeb, 0x70, 0xee, 0xa5, 0x01, 0x10, 0x18, 0x3e, 0x55, 0x20, 0xaa, 0x18, 0xa2, 0x45, 0x78, 0xf2, 0x46, 0xd7, 0x25, 0x57, 0xc9, 0xe7, 0x05, 0x7d, 0x7d, 0xae, 0x5a, 0xd6, 0x75, 0x05, 0x4d, 0x13, 0xe8, 0xba, 0x20, 0x91, 0x50, 0x30, 0x0c, 0xbf, 0x84, 0x35, 0x9a, 0xe6, 0x24, 0x9b, 0xde, 0x5b, 0x7b, 0xe4, 0x91, 0xe4, 0xdb, 0xdb, 0x51, 0xd6, 0xae, 0xa5, 0xd7, 0x34, 0x5f, 0x58, 0x07, 0xed, 0xd2, 0x53, 0x5d, 0x4a, 0x4d, 0x8d, 0x7b, 0x1a, 0xc6, 0xd0, 0x7a, 0xa7, 0xb0, 0x7a, 0xb0, 0x80, 0x97, 0x14, 0x92, 0xec, 0x31, 0xab, 0x10, 0xdf, 0xaa, 0x92, 0x6c, 0xda, 0xeb, 0x12, 0xc0, 0x27, 0x6a, 0x9e, 0xca, 0x40, 0xfe, 0x37, 0x85, 0x02, 0x2c, 0x5d, 0xda, 0xc1, 0x09, 0x27, 0x34, 0x79, 0xf7, 0xd4, 0x7a, 0x2d, 0x5c, 0x71, 0x51, 0x58, 0xcd, 0x40, 0x34, 0x7a, 0xe1, 0xf1, 0xd1, 0xe8, 0x87, 0xbf, 0xbf, 0x36, 0x3a, 0xe7, 0x5c, 0xa9, 0xaa, 0x48, 0x45, 0x41, 0x2b, 0x14, 0x58, 0x9d, 0x9c, 0x44, 0x5a, 0x44, 0x51, 0x8b, 0xc5, 0x41, 0x29, 0x10, 0x8b, 0x41, 0x32, 0x89, 0x1d, 0x19, 0x2c, 0xb1, 0x3b, 0x52, 0xbe, 0xce, 0x44, 0xba, 0x7d, 0x34, 0x1d, 0x7b, 0x39, 0x44, 0x52, 0x01, 0x17, 0x51, 0x0b, 0x11, 0xb5, 0xfe, 0x85, 0x2e, 0xc2, 0x73, 0x5b, 0xa0, 0xfd, 0x67, 0xe0, 0x96, 0xa0, 0xa7, 0xd3, 0x36, 0x99, 0x8c, 0x5b, 0x37, 0x28, 0x84, 0x1b, 0x1c, 0x8a, 0x46, 0x55, 0x12, 0x09, 0x81, 0xae, 0xbb, 0x6b, 0x3b, 0x4d, 0xeb, 0xa0, 0x75, 0x52, 0x5d, 0xc3, 0x84, 0x93, 0x4f, 0xa6, 0xeb, 0xf6, 0xdb, 0x31, 0x4c, 0x93, 0xc5, 0xf0, 0x37, 0x0b, 0x22, 0x28, 0x0a, 0x42, 0xd3, 0x50, 0xe3, 0x71, 0x94, 0x58, 0xcc, 0xfd, 0x82, 0xa1, 0x0b, 0x17, 0xa6, 0x1a, 0xed, 0x6a, 0xc6, 0x72, 0x00, 0x04, 0x56, 0x48, 0x12, 0x2d, 0xac, 0x3f, 0x60, 0x5f, 0x4a, 0x00, 0x24, 0x2c, 0xb9, 0x09, 0xe8, 0xde, 0xb5, 0xcb, 0xa6, 0xa5, 0xa5, 0x86, 0xd9, 0xb3, 0x63, 0x80, 0x25, 0x60, 0xe2, 0x75, 0x70, 0xf5, 0x95, 0x2e, 0x21, 0xe6, 0x34, 0x47, 0x22, 0x57, 0x5e, 0x9d, 0x48, 0x7c, 0xe2, 0x81, 0x68, 0x74, 0xfa, 0xcd, 0xa9, 0x54, 0xe2, 0xd4, 0x48, 0x4c, 0x53, 0xd0, 0x75, 0x84, 0xae, 0xa3, 0xda, 0x36, 0x73, 0xe7, 0x4f, 0xa4, 0xfb, 0xe8, 0xe3, 0xc1, 0xb2, 0x50, 0x0b, 0x05, 0xd7, 0xa0, 0x12, 0x02, 0xe2, 0x71, 0x9c, 0x58, 0xac, 0xcc, 0x3d, 0x02, 0xc9, 0x39, 0xe5, 0xfc, 0x90, 0x8d, 0xcb, 0xf5, 0xb2, 0x26, 0xc4, 0x28, 0xd4, 0x42, 0x4a, 0xcb, 0xac, 0xca, 0xac, 0xe3, 0x6f, 0x6f, 0x01, 0x73, 0x9d, 0x1b, 0x1b, 0x10, 0xf4, 0xf4, 0x98, 0xe4, 0xbd, 0x9a, 0x15, 0x55, 0x15, 0x68, 0x9a, 0x20, 0x1e, 0x57, 0x89, 0xc5, 0x5c, 0xe3, 0xfb, 0xfc, 0xd4, 0x4a, 0x1a, 0x8f, 0x3b, 0x8e, 0x6d, 0x0f, 0x3c, 0x40, 0xb4, 0xa7, 0x87, 0x34, 0x6c, 0xbe, 0x03, 0x5e, 0xb3, 0xdd, 0x6b, 0x22, 0x1d, 0x07, 0x61, 0x18, 0x28, 0x9e, 0xda, 0x92, 0x43, 0x75, 0x66, 0x58, 0x66, 0xd0, 0xa9, 0x52, 0x3b, 0x10, 0x2c, 0xfa, 0x08, 0x73, 0x03, 0xab, 0xc5, 0x03, 0xe4, 0x3e, 0x04, 0xc0, 0x0b, 0x7d, 0xd0, 0xfe, 0x59, 0xcb, 0x82, 0x67, 0x9e, 0xd9, 0xc1, 0x27, 0x3e, 0x71, 0x1c, 0x53, 0xa7, 0x1a, 0x68, 0x9a, 0x03, 0x34, 0xbc, 0x4f, 0xd7, 0x3f, 0xf5, 0xeb, 0x9a, 0x9a, 0x73, 0xee, 0x6b, 0x6c, 0x6c, 0xbe, 0x7a, 0xea, 0xd4, 0xd4, 0x84, 0x23, 0x8f, 0x6c, 0xe6, 0x5d, 0xef, 0x9a, 0xcd, 0xdc, 0xb9, 0xcd, 0xc8, 0x68, 0x14, 0x61, 0x18, 0x48, 0xcb, 0x22, 0x97, 0x33, 0x79, 0x22, 0x36, 0x9d, 0x82, 0x16, 0x41, 0x98, 0x26, 0x22, 0x93, 0x71, 0x55, 0x81, 0x61, 0x40, 0x4d, 0x0d, 0xb6, 0xae, 0x97, 0x9f, 0xea, 0x14, 0xb6, 0x50, 0x4f, 0xd6, 0x7b, 0xf6, 0xde, 0x35, 0x50, 0x8c, 0x05, 0x62, 0x04, 0xc6, 0x60, 0x99, 0x5a, 0x45, 0xf8, 0x58, 0x56, 0x1a, 0x59, 0x99, 0x1c, 0xac, 0xfc, 0x92, 0x9b, 0xb0, 0x73, 0x63, 0x03, 0xae, 0x14, 0x90, 0xe5, 0x94, 0xb1, 0xae, 0x0b, 0x62, 0x31, 0x41, 0x73, 0x74, 0x80, 0x85, 0x53, 0x4c, 0xa6, 0x9c, 0x75, 0x16, 0x99, 0x3f, 0xfc, 0x01, 0x15, 0x78, 0x02, 0x1e, 0x06, 0xa2, 0x36, 0xe8, 0xd2, 0x71, 0x5c, 0x9f, 0x5f, 0x08, 0xd4, 0x48, 0xc4, 0x4d, 0xf6, 0x0c, 0x2f, 0x41, 0x83, 0x20, 0x08, 0xab, 0x22, 0xb2, 0xab, 0xa8, 0x07, 0xbb, 0x8a, 0x01, 0xb8, 0xd7, 0x7b, 0x03, 0x09, 0xa9, 0x77, 0x73, 0xe0, 0xe6, 0xfb, 0x74, 0xfd, 0xe3, 0x8b, 0xfa, 0xfb, 0x95, 0x77, 0xae, 0x5d, 0xdb, 0xce, 0x19, 0x67, 0x4c, 0xe3, 0xbe, 0xfb, 0x36, 0x90, 0xcb, 0xc1, 0xd8, 0xb1, 0xa9, 0xe9, 0x0b, 0x16, 0x8c, 0xe7, 0x8c, 0x33, 0x0e, 0x62, 0xde, 0xbc, 0x09, 0xc4, 0xe3, 0x06, 0xdb, 0xb7, 0x77, 0xb2, 0x75, 0xd5, 0xdd, 0x10, 0x8d, 0x82, 0xaa, 0xa2, 0x00, 0x6b, 0xd7, 0x74, 0xf1, 0x9c, 0x5e, 0x4b, 0xb3, 0x36, 0x95, 0x33, 0xad, 0x35, 0x50, 0x2c, 0x62, 0xf6, 0xf7, 0xa3, 0x26, 0x12, 0xc8, 0x9a, 0x1a, 0x9c, 0x74, 0x1a, 0xdb, 0x34, 0xbd, 0x7a, 0x74, 0x87, 0xb3, 0x58, 0xcf, 0x6f, 0x39, 0xc4, 0x86, 0x97, 0x1f, 0xf1, 0x08, 0x1f, 0x2c, 0x21, 0xd3, 0xa9, 0x1c, 0x46, 0x01, 0x95, 0x63, 0x69, 0x54, 0xf7, 0x73, 0xf7, 0xbe, 0x04, 0x07, 0xde, 0x0d, 0xc9, 0x0b, 0x4b, 0xaa, 0x20, 0x1e, 0x57, 0xca, 0x61, 0x62, 0x21, 0x04, 0xb1, 0x98, 0xc2, 0xa9, 0xce, 0x2a, 0x1a, 0x8f, 0x5e, 0xc8, 0x6b, 0x77, 0xdf, 0x4d, 0x24, 0x9b, 0xa5, 0x8b, 0x84, 0xfc, 0x3f, 0x8c, 0xcd, 0xd0, 0x13, 0x71, 0xc0, 0x10, 0x52, 0xba, 0x49, 0x1f, 0x5d, 0x77, 0x0d, 0xd8, 0xf0, 0x1e, 0x33, 0x39, 0xca, 0xd3, 0x09, 0x31, 0xec, 0xc4, 0x28, 0x68, 0xb1, 0xd7, 0x03, 0x41, 0xb2, 0x5a, 0x96, 0xd3, 0x34, 0x7f, 0xf5, 0xa5, 0x64, 0xf2, 0xbf, 0x8e, 0x7a, 0xf5, 0xd5, 0x5d, 0x93, 0x36, 0x6c, 0xe8, 0xa5, 0xab, 0xcb, 0xc2, 0x34, 0x21, 0x9b, 0xcd, 0xd3, 0xd9, 0xb9, 0x99, 0x27, 0x9e, 0xd8, 0x8a, 0x94, 0x92, 0x42, 0xc1, 0xa2, 0x58, 0xb4, 0x78, 0x4f, 0xae, 0x8d, 0x63, 0x5b, 0x23, 0xae, 0xbf, 0x0c, 0xf4, 0xf6, 0x5a, 0x74, 0x0a, 0x9b, 0x3f, 0xd8, 0xd3, 0x39, 0x95, 0xf5, 0x68, 0x96, 0x85, 0xd2, 0xdf, 0x8f, 0xac, 0xaf, 0x47, 0x89, 0xc7, 0x71, 0x6a, 0x6a, 0xb0, 0xb3, 0x59, 0x54, 0x2f, 0x30, 0x74, 0x16, 0x1b, 0xb8, 0x1b, 0x16, 0x0f, 0xb0, 0xbe, 0xdd, 0xe3, 0xfa, 0x52, 0xbd, 0x60, 0x29, 0x5a, 0x57, 0xf0, 0x95, 0xae, 0x11, 0xd0, 0xb9, 0xf8, 0x40, 0x50, 0x84, 0xfb, 0xbf, 0x0d, 0x17, 0x9d, 0x08, 0x4a, 0x43, 0xb1, 0x28, 0xe9, 0xeb, 0xb3, 0xca, 0x83, 0x29, 0x54, 0x15, 0x74, 0xe1, 0x70, 0x6c, 0xa2, 0x9b, 0x69, 0xe7, 0x9d, 0xc7, 0x4b, 0xe7, 0x9e, 0x4b, 0x1c, 0xf8, 0x0b, 0x87, 0x88, 0x3c, 0x63, 0xce, 0x82, 0xbf, 0xdc, 0xe9, 0x80, 0x26, 0x1c, 0x07, 0x69, 0xdb, 0x20, 0x25, 0x8a, 0xa2, 0x0c, 0xb7, 0x7e, 0x0c, 0x43, 0x74, 0xaa, 0xbc, 0x17, 0xb6, 0xf6, 0x8c, 0xf0, 0xf3, 0x5e, 0x57, 0x01, 0xe5, 0x23, 0x99, 0x3c, 0xbc, 0xe6, 0xe0, 0x83, 0xaf, 0xfb, 0xdf, 0x23, 0x8e, 0x18, 0x3f, 0x69, 0xf5, 0xea, 0x6e, 0x56, 0xaf, 0xce, 0x91, 0xcd, 0xaa, 0x98, 0xa6, 0x46, 0x36, 0xab, 0xb2, 0x6b, 0x97, 0x60, 0xd3, 0x26, 0xc9, 0xe6, 0xcd, 0x0e, 0xaf, 0xbf, 0x0e, 0x5d, 0x5d, 0x0a, 0xc5, 0xa2, 0x70, 0xc5, 0xbb, 0x5b, 0x90, 0x87, 0xe3, 0x28, 0xd8, 0xb6, 0x4a, 0x2f, 0x35, 0x3c, 0xc9, 0x24, 0xd7, 0x6a, 0x2c, 0x16, 0x91, 0xe9, 0x34, 0x42, 0x08, 0x44, 0x4d, 0x0d, 0x76, 0x34, 0x5a, 0xa6, 0x5e, 0x92, 0x22, 0x97, 0xb2, 0xda, 0x1f, 0x9e, 0xd5, 0x03, 0xb1, 0x75, 0x35, 0x10, 0x45, 0x83, 0xaa, 0x25, 0xe6, 0xaf, 0x76, 0xc2, 0xb6, 0xef, 0xba, 0x06, 0x21, 0x64, 0x32, 0x30, 0x30, 0x60, 0x95, 0x3b, 0x9e, 0x8f, 0x28, 0xae, 0x61, 0xec, 0xfc, 0xd9, 0x74, 0x2c, 0x5f, 0x4e, 0x2c, 0x9b, 0x25, 0x87, 0xc1, 0x83, 0xcc, 0x02, 0xc6, 0x1c, 0x05, 0x07, 0x1e, 0xe8, 0x80, 0x2e, 0xdc, 0xf4, 0x28, 0x8e, 0x6d, 0x0f, 0x17, 0x9c, 0x1f, 0xae, 0x72, 0x98, 0x2a, 0x96, 0xbc, 0x1c, 0xbe, 0x82, 0x68, 0xb8, 0xca, 0xe3, 0x3d, 0x07, 0x80, 0xaa, 0x23, 0x5f, 0x5b, 0x5b, 0xaf, 0x39, 0xee, 0xc4, 0x13, 0x3f, 0xf0, 0xc4, 0x67, 0x3f, 0x7b, 0xc6, 0x69, 0xb6, 0x2d, 0xd9, 0xb0, 0xa1, 0x10, 0x08, 0x72, 0x65, 0x96, 0x43, 0x6e, 0x63, 0xd8, 0x57, 0x09, 0x5d, 0x47, 0x3a, 0x4e, 0xa0, 0xce, 0x54, 0xe1, 0x2e, 0x66, 0x01, 0xc2, 0xcd, 0xa1, 0xa7, 0xd3, 0x38, 0x85, 0x02, 0x4a, 0x22, 0x81, 0x93, 0x48, 0x20, 0x35, 0xad, 0xfc, 0xa4, 0x8b, 0xe0, 0x70, 0x63, 0xa8, 0xef, 0xef, 0x8f, 0x01, 0x28, 0x81, 0xba, 0x01, 0x19, 0xe2, 0x11, 0x78, 0xae, 0xd5, 0xaf, 0xee, 0x84, 0xc2, 0x8b, 0xae, 0x41, 0xe8, 0xd0, 0xdb, 0x3b, 0x98, 0x2c, 0x5a, 0xa8, 0x6e, 0x64, 0xca, 0x05, 0x17, 0xb0, 0xf9, 0xeb, 0x5f, 0x47, 0x00, 0x0f, 0x32, 0x8b, 0x01, 0x74, 0xef, 0x7b, 0x0f, 0x3b, 0xdf, 0x41, 0x35, 0x90, 0xd2, 0xe5, 0x7e, 0x55, 0x45, 0xd1, 0xb4, 0x91, 0x24, 0x40, 0xb5, 0xa9, 0xa9, 0x61, 0x44, 0x1f, 0x49, 0x15, 0x8f, 0x58, 0x18, 0xa2, 0xec, 0x21, 0xe2, 0x07, 0x92, 0x41, 0xd3, 0xf5, 0xe9, 0xd3, 0x3f, 0xff, 0xb5, 0xe3, 0x8e, 0x9b, 0xff, 0xc7, 0x1f, 0xfe, 0xf0, 0x9d, 0x63, 0x56, 0xac, 0xd8, 0xce, 0x5d, 0x77, 0xb5, 0xf9, 0x34, 0x4e, 0x61, 0x2b, 0x3c, 0xff, 0x05, 0xf8, 0xce, 0x17, 0xe0, 0x9b, 0x9f, 0x80, 0x3f, 0x5e, 0x05, 0xaf, 0xfe, 0x14, 0x3a, 0x1e, 0x83, 0xec, 0x7a, 0x15, 0xb3, 0x20, 0x14, 0x05, 0x4c, 0xd3, 0xbb, 0x80, 0x00, 0xa4, 0x05, 0x4e, 0xbe, 0x8d, 0x48, 0xf7, 0x4a, 0x1a, 0x72, 0x0a, 0xa0, 0xe6, 0xf3, 0xc8, 0xbe, 0x3e, 0x50, 0x55, 0x44, 0x32, 0x89, 0x69, 0x18, 0x65, 0xb9, 0x98, 0x84, 0xda, 0x77, 0xc0, 0xcc, 0x40, 0x9a, 0x5a, 0x84, 0xc4, 0xcf, 0xa9, 0x12, 0xa2, 0x0e, 0x80, 0xe0, 0xb9, 0x2f, 0xbb, 0xaf, 0x2a, 0xb9, 0x1c, 0xf4, 0xf6, 0x16, 0x99, 0x96, 0xdf, 0xcc, 0xc4, 0x19, 0x2d, 0x20, 0x25, 0xb1, 0xae, 0x2e, 0x1c, 0x04, 0x0f, 0x19, 0xb3, 0x7d, 0x8c, 0x18, 0x6f, 0xce, 0x30, 0x67, 0xbe, 0x28, 0xe5, 0x93, 0x85, 0x18, 0x69, 0x2d, 0x47, 0x4d, 0xb8, 0x11, 0xec, 0x86, 0x51, 0x1f, 0xda, 0x1e, 0x26, 0xbe, 0xd2, 0xda, 0xfa, 0xb1, 0x89, 0xf5, 0xf5, 0x4d, 0x77, 0x9f, 0x74, 0xd2, 0xb4, 0x83, 0xbf, 0xf1, 0x8d, 0x0b, 0x39, 0xe7, 0x9c, 0x9f, 0xb0, 0x78, 0x71, 0x97, 0x77, 0x29, 0xa7, 0x1f, 0xb6, 0xfc, 0x12, 0x6e, 0x7f, 0x10, 0x0a, 0xca, 0xa0, 0x38, 0x58, 0xdd, 0x0e, 0xab, 0x17, 0x03, 0x8f, 0x00, 0xea, 0x54, 0xa1, 0x5f, 0x89, 0x38, 0xe4, 0x24, 0x69, 0xbb, 0x5c, 0x36, 0x95, 0x67, 0xee, 0x85, 0x67, 0x96, 0x95, 0xc4, 0xf8, 0xa3, 0x30, 0xf9, 0x10, 0xb8, 0x48, 0xb1, 0x2c, 0x44, 0x6f, 0x2f, 0x4e, 0x2a, 0x55, 0xb6, 0x05, 0xa4, 0x2f, 0x49, 0x74, 0x2a, 0x1c, 0xfd, 0x3b, 0x78, 0x61, 0x68, 0x0d, 0x00, 0x61, 0xfd, 0x68, 0xc1, 0xe4, 0x91, 0x5d, 0x59, 0x43, 0xb8, 0x64, 0x1d, 0xcc, 0xfd, 0x35, 0xd4, 0x7f, 0xd0, 0xb2, 0x20, 0x9d, 0xb6, 0x38, 0xa6, 0xe6, 0x55, 0x26, 0x9c, 0x75, 0x09, 0x2b, 0x6f, 0xb8, 0x81, 0x38, 0xb0, 0x34, 0x3e, 0x9d, 0x3e, 0xbd, 0x16, 0xd5, 0x1e, 0xec, 0x38, 0xce, 0x33, 0xf9, 0x48, 0xc1, 0xea, 0xd1, 0x12, 0x93, 0x91, 0x74, 0xf6, 0x9e, 0x3e, 0x94, 0x3d, 0x44, 0x7c, 0x05, 0x10, 0x13, 0x27, 0x7e, 0x6a, 0xde, 0xb8, 0x71, 0x2d, 0x4f, 0x7e, 0xf8, 0xc3, 0x47, 0x1f, 0x7c, 0xc3, 0x0d, 0x67, 0x32, 0x71, 0xe2, 0x57, 0x59, 0xbc, 0xb8, 0xdb, 0xfb, 0x73, 0xfe, 0x59, 0xb8, 0xe7, 0x7d, 0xf0, 0xeb, 0x3f, 0x43, 0xc1, 0x26, 0xbc, 0xfe, 0xdf, 0xf2, 0x02, 0x05, 0x52, 0xf8, 0x8c, 0x25, 0x65, 0xb0, 0x3a, 0xb8, 0x00, 0x14, 0x1e, 0x85, 0xd7, 0x76, 0xc2, 0x8e, 0xb2, 0x14, 0xc8, 0x64, 0x50, 0xa2, 0x51, 0x44, 0x2a, 0x45, 0xd1, 0xa7, 0x06, 0xc6, 0xc0, 0xb8, 0xb3, 0x61, 0x6a, 0x48, 0x99, 0x58, 0xd8, 0x60, 0x49, 0x7c, 0x9f, 0xab, 0xd2, 0x81, 0x74, 0xfb, 0x4f, 0xc0, 0xdc, 0x02, 0x82, 0x06, 0xab, 0x97, 0x19, 0x13, 0x0d, 0xc6, 0xcc, 0x9b, 0x87, 0xb1, 0x76, 0x2d, 0x00, 0x8f, 0xd5, 0x1e, 0x86, 0xa6, 0x81, 0xaa, 0x0e, 0xaa, 0x6b, 0x89, 0x6a, 0xbc, 0x81, 0x35, 0x85, 0x7d, 0x34, 0x9d, 0x4c, 0xd9, 0x53, 0xc4, 0x9f, 0x3c, 0xf9, 0xf3, 0xe7, 0x4c, 0x9b, 0x36, 0xee, 0xf1, 0x1b, 0x6f, 0x3c, 0xb3, 0x65, 0xfa, 0xf4, 0xb1, 0x8c, 0x1f, 0xff, 0x2d, 0x3a, 0x3b, 0x15, 0xdc, 0x90, 0xea, 0x8e, 0xaf, 0xc0, 0x37, 0xae, 0x83, 0x97, 0x77, 0x05, 0xe2, 0xef, 0x66, 0x48, 0x42, 0xa3, 0xa8, 0x08, 0x61, 0x7b, 0xd6, 0x5f, 0xe9, 0x26, 0x2d, 0x2a, 0xfb, 0xde, 0xb2, 0x8f, 0xc1, 0xd3, 0x0a, 0x20, 0x4c, 0x13, 0x7a, 0x7b, 0x71, 0x0a, 0x05, 0x44, 0x2c, 0x86, 0x4c, 0x24, 0x30, 0x7d, 0xec, 0x73, 0x96, 0x9b, 0x25, 0x94, 0x0c, 0x1d, 0x42, 0xa5, 0x30, 0xfc, 0x94, 0xd1, 0x90, 0x6e, 0xa4, 0x8e, 0x01, 0x58, 0xff, 0x4d, 0x90, 0x9c, 0x9b, 0x5a, 0x4b, 0xf3, 0xc9, 0x27, 0xb1, 0xec, 0xcb, 0x5f, 0x46, 0x03, 0x36, 0x45, 0xc7, 0xb3, 0x51, 0x1f, 0x5b, 0xee, 0x33, 0xf4, 0x9f, 0xa3, 0xdc, 0x14, 0x41, 0x30, 0xf2, 0x08, 0xfd, 0x37, 0x1d, 0x00, 0xa1, 0xc4, 0x9f, 0x34, 0xe9, 0x86, 0x6b, 0x66, 0xce, 0x6c, 0xba, 0xfd, 0xbb, 0xdf, 0x3d, 0x2f, 0xbe, 0x6c, 0xd9, 0x36, 0x4e, 0x3d, 0xf5, 0x76, 0x2c, 0x4b, 0x03, 0xec, 0x6d, 0xf0, 0xec, 0x25, 0x70, 0xf3, 0x5d, 0x21, 0x85, 0x20, 0x96, 0xcf, 0x37, 0xaf, 0x68, 0x6c, 0x54, 0x06, 0xdd, 0xb1, 0x92, 0x9e, 0x2a, 0x96, 0x08, 0xef, 0x9d, 0x99, 0x3f, 0xc0, 0x4b, 0xfd, 0xd0, 0xa5, 0x02, 0x5a, 0x3e, 0x8f, 0xd3, 0xdf, 0xef, 0x56, 0x0a, 0xd5, 0xd4, 0xe0, 0xf8, 0xc2, 0xc3, 0xad, 0x30, 0xeb, 0x44, 0x98, 0x40, 0x65, 0xef, 0x62, 0xf0, 0x0c, 0x1b, 0x20, 0x25, 0x43, 0xa4, 0x80, 0x09, 0x77, 0x3e, 0x5e, 0xab, 0x76, 0x2d, 0x39, 0x76, 0x52, 0x86, 0xc9, 0xa7, 0x9e, 0x8a, 0x5c, 0xb2, 0x04, 0x80, 0x25, 0x75, 0x87, 0x61, 0x9a, 0x6e, 0xe2, 0xa8, 0x58, 0x74, 0xaa, 0x08, 0x98, 0x61, 0x17, 0x56, 0xf2, 0x26, 0xcc, 0x24, 0xfc, 0x47, 0x54, 0x80, 0x47, 0xfc, 0xcf, 0x5e, 0x7e, 0xd0, 0x41, 0xcd, 0xdf, 0xb9, 0xe9, 0xa6, 0x0b, 0xb5, 0xdf, 0xfc, 0xe6, 0x39, 0x3e, 0xfd, 0xe9, 0xe7, 0x3c, 0xd5, 0x6e, 0xbe, 0x04, 0xf7, 0xbc, 0x07, 0x1e, 0xda, 0x14, 0xa8, 0xc8, 0xf1, 0xc5, 0xdc, 0x87, 0x74, 0xb4, 0x66, 0x81, 0xac, 0x16, 0xc8, 0x8d, 0xe8, 0xee, 0x67, 0x07, 0x4a, 0xc4, 0x07, 0x32, 0x16, 0xf4, 0xfd, 0x1d, 0x1e, 0x56, 0x00, 0x51, 0x28, 0x40, 0x6f, 0x2f, 0xd8, 0x36, 0x22, 0x91, 0xc0, 0x89, 0xc7, 0x2b, 0xa4, 0xc0, 0xf9, 0x70, 0x8a, 0xef, 0xbe, 0x83, 0x6e, 0x60, 0xb0, 0xaa, 0xb7, 0x5a, 0x9b, 0x5a, 0x59, 0x62, 0x7d, 0xa2, 0xee, 0xde, 0xad, 0xcd, 0x47, 0x1d, 0xce, 0xda, 0xdf, 0xfc, 0x06, 0xcd, 0xb2, 0xe8, 0x54, 0x53, 0x2c, 0x8b, 0x4e, 0x25, 0x9f, 0xb7, 0xbc, 0xf2, 0x71, 0x75, 0xb7, 0x01, 0xf0, 0x66, 0x1d, 0xca, 0x1b, 0xe0, 0xfe, 0xf2, 0x93, 0xb5, 0xb6, 0xfe, 0xf7, 0x45, 0xd3, 0xa7, 0x37, 0xfe, 0xe4, 0xdb, 0xdf, 0x3e, 0x5f, 0xf9, 0xe1, 0x0f, 0x97, 0xf0, 0xbd, 0xef, 0xad, 0xf1, 0xbe, 0x32, 0x77, 0x2f, 0xfc, 0xf8, 0x03, 0xb0, 0x3c, 0x1d, 0x20, 0xbe, 0x7f, 0x82, 0x87, 0x9f, 0xf3, 0xb3, 0x3e, 0x02, 0x67, 0xd5, 0x00, 0x00, 0x34, 0x77, 0xe1, 0x73, 0xde, 0x67, 0x06, 0x4a, 0x20, 0xf8, 0x15, 0x3c, 0x64, 0x42, 0xbf, 0x0a, 0x28, 0x03, 0x03, 0xc8, 0x81, 0x01, 0x37, 0xdd, 0x9a, 0x4c, 0x22, 0x7d, 0x52, 0x60, 0x0a, 0x1c, 0x79, 0x08, 0x34, 0x05, 0x93, 0x4f, 0x21, 0x40, 0xa8, 0x36, 0x68, 0xba, 0x6c, 0x13, 0x44, 0x40, 0x4e, 0x6f, 0xae, 0x3d, 0x7d, 0xda, 0x05, 0x17, 0xd0, 0xfd, 0xab, 0x5f, 0x21, 0x80, 0xbf, 0xe9, 0xf3, 0x28, 0x98, 0x92, 0x42, 0xc1, 0x09, 0x0c, 0xb8, 0x10, 0xe8, 0xec, 0x7a, 0x95, 0xd1, 0xab, 0x80, 0x7f, 0x5a, 0x00, 0x0c, 0x99, 0x04, 0xda, 0xdc, 0x7c, 0xed, 0xac, 0x96, 0x96, 0xda, 0x9f, 0x7d, 0xf2, 0x93, 0x27, 0xa9, 0x8b, 0x17, 0xaf, 0xe6, 0x47, 0x3f, 0x5a, 0xeb, 0xfd, 0x29, 0xff, 0x00, 0xfc, 0xf0, 0x06, 0xe8, 0x11, 0x0c, 0x2d, 0x6a, 0xf4, 0xe7, 0xb1, 0xfd, 0x00, 0xf0, 0x4b, 0x82, 0xbc, 0x16, 0x0e, 0x80, 0x6c, 0x50, 0x0d, 0x74, 0x43, 0xf7, 0x06, 0x78, 0xa0, 0x24, 0x05, 0x64, 0x5f, 0x9f, 0x2b, 0x47, 0xbd, 0xc0, 0x90, 0x35, 0xf8, 0x90, 0xea, 0x25, 0x70, 0x7a, 0x08, 0xf1, 0x55, 0x5f, 0x60, 0x22, 0x4c, 0x15, 0x04, 0xd3, 0xb2, 0xce, 0x8d, 0x63, 0xc6, 0x9c, 0x99, 0x3a, 0xf8, 0xe0, 0xe6, 0x9e, 0xf5, 0xeb, 0x89, 0xe5, 0xf3, 0x64, 0x31, 0x78, 0x4c, 0x9d, 0x41, 0xb1, 0x68, 0x79, 0x43, 0xb0, 0xfc, 0x00, 0xc8, 0x75, 0x26, 0x79, 0xee, 0x99, 0x7f, 0x15, 0x09, 0x50, 0x7e, 0xba, 0x54, 0xea, 0xa2, 0x64, 0x5d, 0x5d, 0xf3, 0x5f, 0x2e, 0xb9, 0x64, 0x7e, 0x4d, 0x32, 0x19, 0xe5, 0xfa, 0xeb, 0x9f, 0x2c, 0x59, 0xfa, 0x0f, 0xc1, 0x0f, 0x3e, 0x05, 0x03, 0x4a, 0x08, 0xf1, 0x1d, 0x2a, 0xfb, 0xf9, 0xfd, 0xd3, 0x2c, 0x72, 0x7e, 0x40, 0x04, 0x6d, 0x00, 0xbd, 0x5c, 0xb8, 0x59, 0x01, 0x96, 0x2c, 0x30, 0x70, 0x1b, 0xdc, 0xe9, 0x40, 0x51, 0x03, 0xd4, 0x81, 0x01, 0x9c, 0x5c, 0x0e, 0x11, 0x8d, 0xe2, 0x24, 0x12, 0x38, 0xbe, 0x24, 0xd1, 0x0c, 0x38, 0x79, 0x12, 0x24, 0x03, 0xd5, 0x41, 0xba, 0x0f, 0x14, 0x61, 0xf6, 0xc0, 0x90, 0x68, 0xdb, 0xf8, 0xba, 0xba, 0x2b, 0x26, 0x9f, 0x7b, 0x2e, 0x1b, 0xbf, 0xfc, 0x65, 0x04, 0xf0, 0x80, 0x98, 0x23, 0x2d, 0xc3, 0xf0, 0x86, 0x4d, 0x55, 0xd8, 0x91, 0x45, 0x78, 0xfc, 0x4e, 0x05, 0xb3, 0xb0, 0x27, 0x83, 0x6b, 0x6f, 0x06, 0x00, 0x86, 0x70, 0x7f, 0x2a, 0x75, 0xd0, 0xf7, 0x8e, 0x3c, 0x72, 0xc2, 0xd4, 0x0f, 0x7d, 0x68, 0x11, 0x27, 0x9f, 0xfc, 0x5b, 0x8f, 0xd6, 0xd6, 0x5a, 0xf8, 0xbf, 0xff, 0xe7, 0x23, 0xbe, 0x52, 0x85, 0xf8, 0xfe, 0xb6, 0x6e, 0xff, 0x24, 0x8b, 0x72, 0x97, 0xaf, 0x12, 0x98, 0xc9, 0xa3, 0x54, 0x4a, 0x8e, 0x0a, 0xe0, 0x2c, 0x87, 0x9d, 0x3b, 0xe1, 0x41, 0x05, 0xd0, 0x8a, 0x45, 0xd7, 0x16, 0x00, 0x94, 0x64, 0xb2, 0x22, 0x3c, 0xac, 0x41, 0xec, 0x03, 0x70, 0x9a, 0x8f, 0xeb, 0x4b, 0xa7, 0x1e, 0xa2, 0x0e, 0x42, 0xa5, 0xf4, 0x57, 0x1a, 0x1b, 0x0f, 0xa9, 0x99, 0x31, 0x63, 0xae, 0x16, 0x8f, 0x13, 0xdd, 0xb5, 0x0b, 0x09, 0xd6, 0xa3, 0x91, 0x69, 0x5b, 0xea, 0xeb, 0x75, 0x8a, 0xc5, 0xa0, 0xf5, 0xbf, 0xea, 0x01, 0xd8, 0xf6, 0xba, 0x18, 0x52, 0xeb, 0x31, 0xac, 0x11, 0xf8, 0x4f, 0x27, 0x01, 0x86, 0xe8, 0xfd, 0xe6, 0xe6, 0x4f, 0xbf, 0x7d, 0xc2, 0x84, 0xe4, 0xa5, 0x9f, 0xfb, 0xdc, 0x99, 0xcc, 0x9f, 0xff, 0x2d, 0x0a, 0x05, 0x15, 0x90, 0x69, 0x78, 0xfa, 0x23, 0xb0, 0xc3, 0x1e, 0x86, 0xf3, 0x83, 0xe3, 0x5b, 0x0a, 0x54, 0x29, 0x6a, 0x0c, 0x01, 0x80, 0x53, 0xc5, 0x65, 0x2c, 0x00, 0xf9, 0xfb, 0xe0, 0xb7, 0x02, 0x1c, 0xbc, 0xf0, 0xb0, 0xcc, 0xe7, 0x11, 0x89, 0x04, 0x32, 0x99, 0xc4, 0xf1, 0xc5, 0x05, 0x0e, 0x86, 0xb3, 0x6a, 0x06, 0xcb, 0xc3, 0x74, 0x1f, 0xf1, 0xfd, 0x00, 0x08, 0xdb, 0xd4, 0x0a, 0x40, 0x4c, 0x49, 0x24, 0x3e, 0xda, 0xfa, 0x1f, 0xff, 0x21, 0x56, 0x7c, 0xee, 0x73, 0xa8, 0xc0, 0x3a, 0xa5, 0x61, 0x9d, 0x3e, 0xb1, 0x75, 0xca, 0xb4, 0x69, 0xb5, 0xde, 0x34, 0xb1, 0xd2, 0xd1, 0xbd, 0x12, 0x9e, 0x79, 0x01, 0x30, 0x95, 0xc1, 0x2a, 0xdf, 0xb7, 0xb4, 0x0a, 0xf0, 0x16, 0x64, 0x4e, 0x24, 0x16, 0x8b, 0x7d, 0xef, 0xcc, 0x33, 0x67, 0x88, 0x25, 0x4b, 0xd6, 0xb0, 0x6e, 0x5d, 0xe9, 0xd9, 0xda, 0xbe, 0x08, 0x8f, 0xbd, 0x1e, 0x20, 0x7e, 0xd0, 0xe5, 0xf3, 0x13, 0x2d, 0xac, 0x9f, 0xdf, 0xef, 0x6e, 0x11, 0x02, 0x80, 0x90, 0xd2, 0x2d, 0xf7, 0xfb, 0xee, 0x85, 0x75, 0x69, 0x78, 0xb2, 0x24, 0x05, 0x64, 0x3a, 0x8d, 0x50, 0x55, 0x88, 0xc7, 0xb1, 0x0c, 0xa3, 0x2c, 0x05, 0x22, 0xd0, 0x70, 0x95, 0x1b, 0x17, 0xd0, 0xa9, 0xac, 0x16, 0x0e, 0x33, 0x08, 0x2b, 0x44, 0xf0, 0x67, 0x52, 0xa9, 0xe6, 0xf8, 0xa4, 0x49, 0xa7, 0x8f, 0x99, 0x3f, 0x1f, 0xed, 0x95, 0x57, 0x00, 0xb8, 0xa7, 0xf9, 0xd4, 0xe9, 0x67, 0x9c, 0x31, 0x9d, 0xb6, 0xb6, 0xb4, 0xef, 0xb1, 0xcd, 0x4e, 0xb8, 0xff, 0x8f, 0x3e, 0x69, 0x56, 0x7c, 0x03, 0xa9, 0xf4, 0x7f, 0x0a, 0x00, 0x0c, 0x11, 0xfd, 0x63, 0xc6, 0x9c, 0xf7, 0xd1, 0x49, 0x93, 0x52, 0x53, 0xae, 0xbe, 0x7a, 0x11, 0xd7, 0x5e, 0xbb, 0xd8, 0x7b, 0xbb, 0xf8, 0x1c, 0xfc, 0xf2, 0xe1, 0x10, 0xe2, 0x57, 0x0b, 0xf6, 0x04, 0x7b, 0xfc, 0x87, 0x34, 0x33, 0x88, 0xa1, 0x55, 0x2b, 0xd5, 0x2a, 0x65, 0xca, 0xa5, 0x50, 0x4f, 0xc3, 0xcf, 0x05, 0xb8, 0xcd, 0x97, 0xbd, 0xbd, 0xc8, 0x7c, 0x1e, 0x25, 0x1e, 0x47, 0x26, 0x93, 0x15, 0x49, 0xa2, 0x23, 0xe0, 0x5c, 0x75, 0xa8, 0x1d, 0x30, 0x9c, 0x14, 0x10, 0x80, 0x32, 0x27, 0x99, 0xfc, 0xd8, 0xd8, 0x45, 0x8b, 0xb4, 0xa5, 0x5f, 0xfe, 0x32, 0x06, 0xf0, 0x9a, 0xde, 0x92, 0x1f, 0xf3, 0xb6, 0x43, 0x8c, 0x39, 0x73, 0xc6, 0xb1, 0x66, 0x4d, 0xa9, 0xe7, 0x05, 0x0b, 0x9e, 0xbe, 0x15, 0x32, 0xe9, 0x92, 0xba, 0x52, 0x47, 0x09, 0x00, 0xb1, 0x7b, 0x03, 0xa6, 0xf6, 0xb9, 0x0d, 0x20, 0x60, 0x51, 0x2a, 0x16, 0x33, 0xae, 0x3f, 0xe7, 0x9c, 0xd9, 0x7c, 0xf5, 0xab, 0x7f, 0xa5, 0x50, 0xd0, 0x3c, 0x9f, 0x7e, 0xe9, 0x37, 0x03, 0xc4, 0x17, 0xe1, 0xc9, 0x94, 0xaa, 0xa5, 0xcb, 0x43, 0x6a, 0xd8, 0xc5, 0xd0, 0x59, 0x76, 0xc3, 0x95, 0x4b, 0x15, 0x81, 0xe2, 0x8f, 0x61, 0x59, 0x16, 0x96, 0x97, 0x03, 0x43, 0x7d, 0x7d, 0x08, 0x5d, 0x87, 0x64, 0x12, 0xd3, 0x07, 0x80, 0x1a, 0x98, 0xf8, 0x7e, 0x58, 0x10, 0x90, 0x02, 0x5a, 0x95, 0x54, 0xb1, 0x02, 0x28, 0x47, 0x43, 0x34, 0x32, 0x76, 0xec, 0x25, 0x93, 0xcf, 0x38, 0x03, 0x6b, 0xf1, 0x62, 0x00, 0x96, 0x1d, 0x78, 0x7c, 0xf4, 0xea, 0xab, 0x4f, 0xe0, 0x86, 0x1b, 0x16, 0xfb, 0x52, 0x2a, 0x1b, 0xff, 0x04, 0x6b, 0x5f, 0xf3, 0xdb, 0x2a, 0xea, 0xe8, 0x25, 0x00, 0xc3, 0x64, 0x03, 0xdf, 0x54, 0x1b, 0x40, 0x00, 0xa2, 0xae, 0xee, 0xc8, 0x0f, 0x37, 0x37, 0xc7, 0xea, 0x2f, 0xba, 0xe8, 0x08, 0x7e, 0xf6, 0xb3, 0xd5, 0xde, 0xdb, 0xd9, 0xfb, 0xe1, 0x81, 0x4d, 0x55, 0xf4, 0xbe, 0x1d, 0x22, 0x01, 0x82, 0xb3, 0x6b, 0x9c, 0xdd, 0xc8, 0x66, 0x39, 0x84, 0xcf, 0x10, 0x2a, 0x5f, 0x6b, 0x2d, 0xdc, 0x52, 0x92, 0x02, 0xa2, 0xaf, 0x0f, 0x59, 0x2c, 0xa2, 0x78, 0xe1, 0xe1, 0xa2, 0xef, 0x8b, 0x8f, 0x83, 0xf3, 0x18, 0x5e, 0x0a, 0x54, 0x80, 0xe0, 0x83, 0x2d, 0x2d, 0x57, 0xd4, 0x2f, 0x5c, 0x58, 0xbb, 0xfe, 0x0f, 0x7f, 0xc0, 0xb0, 0x2c, 0x3a, 0x8d, 0x7a, 0x8e, 0xff, 0xc4, 0x7b, 0xf9, 0xee, 0x77, 0x17, 0xd3, 0x55, 0x9e, 0x56, 0x98, 0x5e, 0x01, 0x0f, 0x3f, 0x1c, 0x88, 0x70, 0x16, 0x34, 0x17, 0x08, 0x6f, 0x59, 0x1b, 0xc0, 0x03, 0xc0, 0xcc, 0x88, 0x61, 0x44, 0xae, 0x5e, 0xb0, 0x60, 0x3c, 0xf7, 0xdc, 0xf3, 0xb2, 0x67, 0xf8, 0x01, 0x6c, 0xf8, 0x13, 0xc3, 0x57, 0xd8, 0x0e, 0x47, 0xfc, 0x11, 0x27, 0x58, 0x0d, 0x93, 0x31, 0x0b, 0x9d, 0x1e, 0xf6, 0x55, 0x78, 0xa8, 0x00, 0x9b, 0x54, 0x40, 0xc9, 0x66, 0x71, 0xd2, 0x69, 0xb7, 0x06, 0x3f, 0x95, 0x42, 0xfa, 0x7a, 0x08, 0x1a, 0x61, 0xce, 0x3b, 0xe0, 0x20, 0x1f, 0xf1, 0x0d, 0xc2, 0x6b, 0x07, 0x14, 0x40, 0x8d, 0xd7, 0xd7, 0x5f, 0x39, 0xed, 0x82, 0x0b, 0xe8, 0xfa, 0xc5, 0x2f, 0xdc, 0xb1, 0x4c, 0xc7, 0x9f, 0x89, 0x65, 0x5b, 0xfc, 0xf5, 0xaf, 0xdb, 0xbd, 0x6f, 0xb4, 0xba, 0xe1, 0xa1, 0x9b, 0x7d, 0x71, 0x8e, 0xf2, 0xc0, 0x2a, 0x75, 0xf7, 0x6c, 0x80, 0x7d, 0x2a, 0xfe, 0x47, 0x63, 0x03, 0x08, 0x40, 0x24, 0x12, 0x67, 0x9e, 0x9d, 0x48, 0x68, 0x2d, 0xe7, 0x9d, 0x77, 0x08, 0x5f, 0xff, 0xfa, 0x53, 0xde, 0xdb, 0xd6, 0x7a, 0xb8, 0x6b, 0x45, 0x40, 0x6f, 0xca, 0xa1, 0xb1, 0xf3, 0xd0, 0x6e, 0x95, 0xdd, 0x1d, 0xaa, 0x38, 0x1a, 0x10, 0x58, 0x45, 0x30, 0xb7, 0xc3, 0xff, 0x29, 0x80, 0xe2, 0x76, 0x75, 0xb8, 0x0f, 0x10, 0x8f, 0x0f, 0xe9, 0x21, 0x38, 0x0d, 0xce, 0xa9, 0xa2, 0x06, 0x2a, 0x24, 0xc1, 0x4d, 0x63, 0xc6, 0xbc, 0x3d, 0x39, 0x77, 0xee, 0x81, 0xe9, 0x2d, 0x5b, 0x88, 0x65, 0xb3, 0x14, 0x8c, 0x38, 0xc7, 0x7d, 0xe1, 0x5a, 0xae, 0xb9, 0xe6, 0x6f, 0xde, 0x63, 0x4b, 0x07, 0x5e, 0xfa, 0x11, 0x74, 0xf5, 0x53, 0x59, 0xa1, 0x5b, 0x92, 0x00, 0xc5, 0x37, 0xf0, 0x6c, 0xff, 0x54, 0x5e, 0x80, 0x22, 0x44, 0xf4, 0xb2, 0xa6, 0xa6, 0x28, 0x13, 0x26, 0xd4, 0xb3, 0x63, 0x47, 0xc9, 0x48, 0xef, 0x7b, 0x34, 0x20, 0x2a, 0x83, 0x51, 0xb3, 0xe0, 0xa4, 0xaa, 0x6a, 0xa5, 0xca, 0x6f, 0xe4, 0xa1, 0xab, 0xcd, 0x10, 0x34, 0xbf, 0x03, 0x7f, 0xb4, 0xa1, 0xb3, 0x2c, 0x05, 0x06, 0x06, 0x10, 0x91, 0x08, 0xa4, 0x52, 0x15, 0x49, 0xa2, 0x71, 0x70, 0xd4, 0x71, 0xd0, 0x1a, 0x22, 0x05, 0xfc, 0x92, 0x40, 0x1b, 0x93, 0x4a, 0xfd, 0xd7, 0x94, 0x0b, 0x2e, 0x60, 0xdd, 0xe7, 0x3f, 0x8f, 0x00, 0x6a, 0x2f, 0xbe, 0x98, 0x8b, 0xde, 0xfb, 0x7b, 0x8a, 0xc5, 0x92, 0x14, 0x6c, 0xbb, 0x13, 0x96, 0xaf, 0x0f, 0x80, 0xbf, 0xf0, 0x06, 0x01, 0xf0, 0x4f, 0xa3, 0x02, 0x7c, 0x99, 0xb3, 0xd3, 0x52, 0x9a, 0xa6, 0x2d, 0x9a, 0x3e, 0xbd, 0x9e, 0x3b, 0xef, 0xfc, 0x3b, 0x83, 0x33, 0x25, 0x76, 0x2c, 0x0f, 0xc4, 0xf9, 0xfd, 0x3e, 0x7f, 0xd8, 0x9c, 0x3c, 0x9b, 0x3d, 0xbf, 0x37, 0xcf, 0x10, 0x10, 0x6c, 0x85, 0xec, 0x2e, 0xf8, 0xbd, 0x02, 0x28, 0x85, 0x02, 0x4e, 0x77, 0xb7, 0xdb, 0x4f, 0x98, 0x48, 0x60, 0x57, 0xf4, 0x10, 0xa0, 0x5c, 0x08, 0x67, 0x87, 0x10, 0xbf, 0x04, 0x00, 0xfd, 0xfa, 0x86, 0x86, 0x59, 0xf1, 0xe9, 0xd3, 0x8f, 0x89, 0xd4, 0xd6, 0x12, 0xdd, 0xb9, 0x13, 0x34, 0x8d, 0x3f, 0xe5, 0x27, 0xb2, 0x79, 0x73, 0x29, 0xd5, 0x34, 0xb0, 0x1a, 0x16, 0xdf, 0x17, 0x70, 0x79, 0xfd, 0x12, 0x20, 0xa7, 0xbf, 0x45, 0x01, 0x50, 0x06, 0x41, 0x34, 0x3a, 0xf7, 0xed, 0x9a, 0x86, 0x71, 0xe8, 0xa1, 0x13, 0xf8, 0xd3, 0x9f, 0x56, 0x31, 0x58, 0x9e, 0xf5, 0xf4, 0xea, 0x2a, 0x00, 0x08, 0x9b, 0x9a, 0x39, 0xaa, 0x1a, 0xf5, 0x7f, 0x10, 0x00, 0xe5, 0x6b, 0xff, 0x1e, 0x7e, 0x2d, 0xdd, 0xa4, 0x12, 0x6a, 0x26, 0x83, 0xf4, 0xc2, 0xc3, 0xc1, 0x1e, 0x82, 0x69, 0x70, 0xd2, 0x0c, 0x68, 0xa0, 0x72, 0xb6, 0x71, 0x19, 0x10, 0x73, 0x13, 0x89, 0xeb, 0xc6, 0x9f, 0x71, 0x86, 0xb2, 0xec, 0xd3, 0x9f, 0x76, 0x87, 0x0f, 0x1d, 0x7f, 0x0a, 0x3f, 0xb9, 0xa3, 0xb4, 0x1f, 0xa5, 0xd3, 0x07, 0x8f, 0xfe, 0xd8, 0x8b, 0xf3, 0x84, 0xa5, 0xb8, 0x0b, 0x40, 0xd1, 0x78, 0xab, 0x03, 0xc0, 0x71, 0xf4, 0x53, 0x0c, 0x43, 0x61, 0xf6, 0xec, 0xf1, 0x6c, 0xde, 0x9c, 0x2b, 0x65, 0x74, 0x5f, 0x87, 0x9d, 0x45, 0xc2, 0xab, 0x6a, 0x77, 0x7b, 0x5e, 0xed, 0x28, 0x01, 0x21, 0x86, 0xc9, 0xb1, 0x56, 0xf4, 0xf8, 0x3d, 0x06, 0x5d, 0xbd, 0x70, 0xb7, 0x0a, 0xe8, 0x96, 0x85, 0xd3, 0xd3, 0xe3, 0x7e, 0x41, 0x22, 0x81, 0x13, 0x8b, 0x95, 0x03, 0x43, 0x0a, 0x44, 0x2e, 0x87, 0xb7, 0xfb, 0x88, 0x5e, 0x3e, 0x8f, 0x49, 0x24, 0x9a, 0x92, 0x93, 0x26, 0x9d, 0xdb, 0x7c, 0xc4, 0x11, 0xa8, 0x2b, 0x56, 0xb8, 0xc1, 0xa0, 0x67, 0x92, 0xa5, 0x4b, 0x3b, 0xf0, 0xf2, 0x4f, 0xdc, 0x6e, 0xe2, 0xd0, 0x44, 0x57, 0x39, 0xda, 0xa9, 0xbf, 0xc5, 0x23, 0x81, 0x42, 0x51, 0xd4, 0xc3, 0xa3, 0x51, 0x95, 0x68, 0x54, 0x23, 0x97, 0x2b, 0xd1, 0xc9, 0xec, 0x08, 0x18, 0x7f, 0x41, 0x09, 0xb0, 0x3b, 0x56, 0xbe, 0x18, 0x81, 0xb8, 0x23, 0x45, 0xcc, 0x64, 0x18, 0x08, 0x1e, 0x82, 0x5f, 0x48, 0xb0, 0x29, 0xf5, 0x10, 0x64, 0xb3, 0x88, 0x68, 0x14, 0x59, 0x53, 0x83, 0xed, 0x8b, 0x0b, 0xcc, 0x82, 0x33, 0x1b, 0xa0, 0xc6, 0x47, 0xfc, 0x08, 0x60, 0x5c, 0xd2, 0xd4, 0xf4, 0xc1, 0x96, 0x53, 0x4f, 0x8d, 0xae, 0xfc, 0xdf, 0xff, 0xc5, 0x00, 0xd6, 0xd7, 0x4c, 0x61, 0x75, 0x7e, 0x8c, 0x77, 0x99, 0x9d, 0xf7, 0xc2, 0x8b, 0xab, 0x7c, 0x31, 0x0f, 0x87, 0xa1, 0x05, 0x2e, 0x25, 0x09, 0xb0, 0x2f, 0x01, 0x20, 0x76, 0xf3, 0x1c, 0x16, 0x00, 0x0a, 0x1c, 0x9e, 0x90, 0x92, 0xe9, 0xb1, 0x98, 0x4a, 0x7f, 0x7f, 0x1e, 0xd3, 0x2c, 0x57, 0x4e, 0x17, 0x02, 0xc4, 0x87, 0xea, 0xed, 0x4c, 0xb2, 0x8a, 0xe1, 0x37, 0xd2, 0x24, 0x6d, 0xff, 0x17, 0x8b, 0xdd, 0x50, 0x03, 0x16, 0x60, 0xfd, 0x16, 0x36, 0x67, 0x60, 0x71, 0x39, 0x3c, 0x9c, 0xc9, 0x20, 0x0c, 0x03, 0x51, 0x53, 0x83, 0xe3, 0x4b, 0x12, 0x19, 0x90, 0xfa, 0x10, 0x9c, 0xec, 0xd3, 0xff, 0x11, 0x1d, 0x12, 0xcd, 0x33, 0x67, 0x5d, 0x7a, 0xc0, 0x79, 0xe7, 0x51, 0xb8, 0xf7, 0x5e, 0x00, 0x7e, 0x9b, 0x39, 0xd8, 0xbb, 0x4c, 0x6e, 0x03, 0xfc, 0xf5, 0xae, 0x80, 0xea, 0xb3, 0xaa, 0xe4, 0x39, 0x4c, 0x3d, 0x90, 0xd9, 0xdc, 0xcb, 0x84, 0xdf, 0xdd, 0xbf, 0x8b, 0x11, 0x24, 0xc0, 0xa1, 0xd3, 0x01, 0x3d, 0x12, 0x51, 0xc9, 0x64, 0xfc, 0x59, 0x4d, 0x25, 0x1a, 0xe2, 0xfe, 0xc9, 0x2a, 0xe2, 0xfe, 0x1f, 0xae, 0x76, 0x15, 0x23, 0xb7, 0x48, 0x39, 0x21, 0x20, 0x30, 0x97, 0xc2, 0xcd, 0x02, 0x50, 0x7c, 0xe1, 0x61, 0x11, 0x8b, 0x61, 0x27, 0x12, 0x15, 0x49, 0xa2, 0x43, 0xe1, 0x6c, 0xd5, 0xe5, 0xfc, 0x08, 0x10, 0xfd, 0xd2, 0xc2, 0x63, 0xde, 0x37, 0xf3, 0xbd, 0x97, 0xa6, 0xd6, 0xde, 0x76, 0x1b, 0x86, 0x69, 0xd2, 0x46, 0x2d, 0x4b, 0x69, 0xc5, 0x9d, 0x73, 0xf4, 0xd8, 0x8f, 0xc0, 0xf4, 0x2f, 0x68, 0xb0, 0xc6, 0xc1, 0x1f, 0xf1, 0x34, 0x8d, 0x51, 0x66, 0x03, 0xf7, 0xb0, 0x2b, 0x58, 0x8d, 0xe3, 0x95, 0xdd, 0x91, 0x00, 0x02, 0x8c, 0x56, 0x00, 0x55, 0x55, 0xc8, 0xe7, 0xfd, 0x92, 0x4c, 0x6d, 0x60, 0x68, 0x69, 0xf5, 0x68, 0xb7, 0x6b, 0xdf, 0xd3, 0x87, 0xac, 0x66, 0x0c, 0x7e, 0x1b, 0x96, 0xe5, 0xe0, 0x45, 0xc5, 0x0b, 0x0f, 0xdb, 0x3d, 0x3d, 0x08, 0x5d, 0x47, 0xf8, 0x52, 0xc5, 0x12, 0x88, 0x43, 0xcb, 0x7f, 0xc2, 0x31, 0x1e, 0x00, 0x22, 0x47, 0x9d, 0x75, 0xf6, 0x15, 0x07, 0xbd, 0xf3, 0x9d, 0x74, 0xfc, 0xe0, 0x07, 0x08, 0xe0, 0x6e, 0xe6, 0x23, 0x71, 0x80, 0xd5, 0x3f, 0x87, 0xad, 0x3d, 0x0c, 0x2d, 0x6f, 0x0b, 0x16, 0xb9, 0x94, 0x81, 0xa0, 0xee, 0xfd, 0x6d, 0x69, 0xc5, 0x30, 0xc4, 0x0f, 0x56, 0x3b, 0x0d, 0x29, 0x7c, 0xd1, 0x86, 0x47, 0x90, 0x31, 0x09, 0x04, 0x96, 0xe5, 0x90, 0xcf, 0x5b, 0x68, 0x9a, 0x28, 0xcd, 0xa7, 0x9d, 0x08, 0xf5, 0x31, 0xe8, 0x29, 0x10, 0x5e, 0xcc, 0xb8, 0x47, 0x38, 0xff, 0x1f, 0xf0, 0x08, 0xca, 0x75, 0xfd, 0x1b, 0xe0, 0xe7, 0x73, 0x61, 0x81, 0xf0, 0x6c, 0x01, 0xa7, 0xa1, 0x01, 0x25, 0x16, 0xc3, 0x49, 0x24, 0xb0, 0xf3, 0x79, 0x57, 0x3a, 0x00, 0xc7, 0xc2, 0x79, 0x3f, 0x83, 0x17, 0x4e, 0x9b, 0x74, 0xfc, 0x07, 0x0f, 0xbe, 0xf0, 0xec, 0xc8, 0x83, 0x97, 0x5c, 0x42, 0x34, 0x9f, 0xa7, 0x97, 0x18, 0x8f, 0x31, 0x15, 0xd8, 0xb5, 0x18, 0x9e, 0x5e, 0x1e, 0x10, 0xfd, 0x76, 0x40, 0xef, 0xe7, 0x03, 0x59, 0x4e, 0xe7, 0x0d, 0x02, 0xe0, 0x8d, 0xae, 0x95, 0x38, 0xfb, 0xec, 0x2f, 0x46, 0x33, 0x99, 0xfa, 0xdf, 0x2d, 0x5b, 0xd6, 0x91, 0xe9, 0xed, 0x95, 0x39, 0x78, 0xfa, 0x63, 0xb0, 0xc4, 0x0c, 0xa1, 0x8b, 0xc0, 0x9d, 0xbf, 0x3c, 0x1c, 0xb2, 0xd4, 0x46, 0x10, 0x14, 0x8b, 0x36, 0x96, 0x65, 0xa3, 0x69, 0xd2, 0xa7, 0x3a, 0x8e, 0x9a, 0x47, 0x78, 0xfe, 0x1c, 0xf6, 0x40, 0x25, 0x8b, 0x14, 0xe2, 0x1f, 0x91, 0x02, 0x65, 0x63, 0xf0, 0xcb, 0xf0, 0x48, 0x11, 0x36, 0x94, 0x02, 0x43, 0xf4, 0xf7, 0x83, 0xa6, 0x21, 0x52, 0x29, 0xac, 0x44, 0x02, 0x53, 0xd3, 0xb0, 0x5c, 0x29, 0x30, 0xed, 0xed, 0xd1, 0xe6, 0xd3, 0x4e, 0x69, 0x89, 0xbe, 0xfd, 0xef, 0xff, 0xf3, 0x3f, 0xe4, 0xef, 0xbc, 0xd3, 0xad, 0xf7, 0x63, 0x16, 0x45, 0x8a, 0x6d, 0xf0, 0xd0, 0x9f, 0x7c, 0x51, 0xc2, 0xe1, 0x44, 0x7f, 0xc5, 0x3e, 0x05, 0xda, 0xbe, 0xdb, 0x98, 0x5a, 0x00, 0x42, 0xd7, 0x27, 0x7c, 0x7c, 0xfc, 0xf8, 0xc4, 0xb9, 0xb9, 0x1c, 0x97, 0x80, 0x32, 0x17, 0x96, 0x38, 0x0c, 0x6d, 0x8d, 0x53, 0x46, 0xa9, 0x02, 0x84, 0xed, 0x38, 0x6e, 0xb1, 0x63, 0xa1, 0x60, 0x91, 0x48, 0xf8, 0x07, 0x6c, 0x4d, 0x3f, 0x89, 0xf0, 0xf2, 0xea, 0x6a, 0xbb, 0x40, 0xed, 0x56, 0x89, 0xac, 0xa2, 0xeb, 0x6e, 0x4e, 0x7f, 0x64, 0x91, 0x37, 0x1c, 0x08, 0xac, 0x3c, 0x14, 0xb7, 0xc2, 0x2d, 0xa5, 0xf0, 0xb0, 0xec, 0xed, 0x75, 0x6f, 0x24, 0x99, 0x84, 0xba, 0x3a, 0xac, 0x9a, 0x1a, 0x4c, 0x6f, 0xdc, 0xcc, 0xc9, 0x89, 0xd8, 0x7b, 0x27, 0x76, 0x6e, 0x10, 0x03, 0xb7, 0xdf, 0x4e, 0x04, 0x28, 0xa2, 0xf2, 0x37, 0xa6, 0x15, 0xe1, 0xe9, 0x9b, 0xdd, 0x0a, 0xb4, 0x8a, 0x0d, 0xaf, 0xed, 0x00, 0xf1, 0x73, 0x21, 0xd9, 0x4e, 0x47, 0xd9, 0xbb, 0x92, 0x6f, 0x48, 0xca, 0x7e, 0xc6, 0x8c, 0xa6, 0xab, 0x1a, 0x1b, 0xe3, 0xde, 0x46, 0xda, 0xf6, 0x03, 0x21, 0xe1, 0x6d, 0xc5, 0x97, 0xb8, 0x1b, 0xc9, 0x08, 0x74, 0x4c, 0x29, 0x05, 0xd9, 0xac, 0x45, 0x77, 0x77, 0x96, 0xc6, 0xc6, 0xd2, 0x26, 0x95, 0x00, 0xf5, 0xc7, 0xc1, 0x8c, 0xb1, 0x81, 0x70, 0x70, 0x58, 0xb9, 0xb5, 0x42, 0x78, 0x1b, 0xd9, 0xb0, 0xc8, 0x13, 0x9a, 0x16, 0x3a, 0x4a, 0x65, 0x14, 0x20, 0x18, 0x52, 0x33, 0xf0, 0x7d, 0xb8, 0xcb, 0x86, 0x5d, 0x2a, 0xa0, 0x66, 0xb3, 0x38, 0x99, 0x0c, 0x8a, 0xa6, 0x21, 0x6a, 0x6a, 0xa0, 0xbe, 0x1e, 0xa7, 0xae, 0x0e, 0x3b, 0x1e, 0x67, 0xa2, 0xd3, 0xa7, 0x47, 0xb6, 0x6e, 0x25, 0xe2, 0xee, 0x12, 0xc1, 0x63, 0x4c, 0xa1, 0x97, 0x6d, 0x77, 0xc0, 0x96, 0x1e, 0x06, 0x8b, 0x47, 0x4b, 0xd7, 0x30, 0x03, 0xe2, 0x3f, 0xc8, 0xfd, 0xc1, 0xc1, 0xcd, 0x7b, 0x9d, 0xf8, 0xf3, 0xe7, 0xdf, 0x78, 0xd1, 0x85, 0x17, 0x1e, 0x32, 0xfe, 0xb1, 0xc7, 0x36, 0x7b, 0xcb, 0xbe, 0xf3, 0xe1, 0x90, 0x6c, 0x67, 0xc5, 0x5c, 0xe3, 0x91, 0x00, 0x50, 0xb0, 0x2c, 0x9b, 0x7c, 0xde, 0x61, 0xfb, 0xf6, 0x3e, 0xc6, 0x8f, 0x4f, 0xa0, 0xeb, 0x25, 0x26, 0x53, 0x0c, 0x38, 0xfd, 0x32, 0x2a, 0x37, 0x87, 0xaa, 0x26, 0x6a, 0x86, 0x6b, 0xc8, 0x1c, 0x72, 0x4a, 0xd0, 0x84, 0xa6, 0x95, 0x25, 0x80, 0xa8, 0x9c, 0x98, 0x19, 0x66, 0xd1, 0xca, 0xe1, 0xc2, 0xc3, 0x9b, 0xdc, 0xf0, 0xf0, 0x6f, 0xcb, 0xd5, 0xc3, 0xdd, 0xdd, 0x6e, 0x27, 0x91, 0x61, 0x20, 0x62, 0x31, 0x44, 0x24, 0x82, 0xb0, 0x6d, 0xb4, 0xfe, 0x7e, 0x74, 0xaf, 0xaf, 0x50, 0x02, 0xf7, 0xd3, 0xf8, 0x0a, 0xbc, 0xf0, 0x32, 0x83, 0xe3, 0xe5, 0x08, 0xcb, 0xf8, 0x31, 0x74, 0x7f, 0xa2, 0xf2, 0x36, 0x35, 0x7b, 0x49, 0x02, 0x88, 0xa1, 0x21, 0xfb, 0x79, 0xc6, 0xf4, 0xe9, 0x4d, 0xdf, 0x9c, 0x39, 0x73, 0x1c, 0xaf, 0xbe, 0x9a, 0x07, 0x68, 0x83, 0x5b, 0xd6, 0x51, 0xbd, 0xe8, 0x45, 0x19, 0x49, 0x02, 0x08, 0xb0, 0x36, 0x95, 0x86, 0x26, 0xee, 0xd8, 0xd1, 0x4f, 0x53, 0x53, 0x9c, 0xda, 0x5a, 0xc5, 0xe7, 0x75, 0x35, 0x9e, 0x08, 0xef, 0x3c, 0x3d, 0x24, 0x93, 0x36, 0x24, 0xab, 0x36, 0x8c, 0x9a, 0x18, 0x72, 0x3a, 0x10, 0x11, 0x91, 0x48, 0x79, 0x26, 0xb0, 0x3a, 0xb8, 0xdd, 0xbc, 0x52, 0x85, 0xfb, 0xc3, 0xaa, 0x79, 0x2b, 0xe2, 0x02, 0xbf, 0x84, 0x5f, 0xdb, 0x90, 0x29, 0xf7, 0x10, 0x64, 0xb3, 0x94, 0xfb, 0x0f, 0x0b, 0x05, 0xd4, 0x6c, 0xb6, 0x4c, 0x7c, 0x80, 0x97, 0x69, 0x2a, 0x6e, 0x60, 0xc5, 0x9d, 0x01, 0xe2, 0x13, 0x88, 0xf7, 0x87, 0x71, 0xbe, 0xe5, 0x77, 0x83, 0x95, 0xd2, 0x5e, 0x54, 0xee, 0xbc, 0xd9, 0x91, 0x3a, 0x84, 0x87, 0x93, 0x70, 0xa2, 0x0a, 0x03, 0x29, 0x80, 0x32, 0x6b, 0xd6, 0x05, 0x9f, 0xbd, 0xe8, 0xa2, 0xf9, 0x13, 0x3e, 0xfa, 0xd1, 0x3b, 0xbc, 0xde, 0x84, 0xfc, 0xe2, 0x2a, 0x39, 0x8e, 0x0a, 0xe6, 0x1c, 0x41, 0x02, 0xb4, 0xaf, 0x2f, 0xcd, 0xcb, 0x6b, 0x6f, 0xcf, 0xa2, 0x69, 0x0a, 0x2d, 0x2d, 0x51, 0x22, 0x11, 0xbf, 0x9b, 0x3f, 0xeb, 0x2a, 0x38, 0xfb, 0x98, 0x40, 0x38, 0xb5, 0x22, 0xa9, 0x52, 0x45, 0x32, 0x54, 0xeb, 0xd0, 0x51, 0x14, 0x55, 0xd5, 0xd5, 0x78, 0x1c, 0x6f, 0x1a, 0x23, 0xc2, 0x75, 0xcf, 0x94, 0x10, 0xd7, 0x26, 0xac, 0x84, 0x2b, 0xcc, 0x2d, 0xb4, 0x9e, 0x87, 0xde, 0x1e, 0xf8, 0x53, 0x29, 0x3c, 0x2c, 0xfb, 0xfa, 0x70, 0xbc, 0xf9, 0x7d, 0x22, 0x97, 0x43, 0x29, 0x14, 0x2a, 0x0c, 0xa2, 0xc7, 0xb1, 0x1f, 0x82, 0xbc, 0xa4, 0x72, 0x96, 0x90, 0xbf, 0xbe, 0x31, 0x6c, 0x87, 0xce, 0xe0, 0x2e, 0x25, 0x28, 0xa0, 0xba, 0xa3, 0xa5, 0x05, 0x42, 0x55, 0xdd, 0x81, 0x16, 0xc3, 0xab, 0x36, 0x31, 0x4c, 0x74, 0x34, 0xe8, 0xde, 0xa9, 0x80, 0x3a, 0x6e, 0xdc, 0xc7, 0x17, 0xcd, 0x9c, 0x39, 0xf6, 0xfa, 0x53, 0x4e, 0x99, 0xcd, 0x6f, 0x7e, 0xb3, 0xde, 0xfb, 0xc8, 0xae, 0x47, 0xa9, 0x5e, 0xf7, 0x28, 0x46, 0x69, 0x03, 0xfc, 0x71, 0x1b, 0xd0, 0x6f, 0x9a, 0x92, 0x5d, 0xbb, 0xf2, 0x74, 0x75, 0x65, 0xa9, 0xab, 0x8b, 0xd0, 0xd8, 0xa8, 0xa1, 0xeb, 0x25, 0x2f, 0x5a, 0x18, 0x70, 0xd8, 0x67, 0xe1, 0x8a, 0x4b, 0x21, 0x11, 0xf7, 0x87, 0x53, 0x83, 0xc9, 0x15, 0xc2, 0x2b, 0x6f, 0xfc, 0x8d, 0x1a, 0xa5, 0xd7, 0x7a, 0xbd, 0xa6, 0x06, 0x35, 0x1a, 0x2d, 0x45, 0xeb, 0x1a, 0xaa, 0xfc, 0x9f, 0x52, 0x45, 0xdd, 0x10, 0x90, 0x02, 0x0e, 0x60, 0xdf, 0x0f, 0xb7, 0x48, 0xb0, 0xb0, 0x2c, 0x44, 0x26, 0x83, 0xcc, 0x66, 0xdd, 0x19, 0x04, 0x85, 0x42, 0x45, 0x9f, 0xfc, 0x4e, 0x8c, 0xfe, 0x87, 0xe9, 0x79, 0x39, 0x24, 0xd9, 0x55, 0xcd, 0xf2, 0x0f, 0xdb, 0xb0, 0xc1, 0x4d, 0xa6, 0x81, 0x21, 0x01, 0xa9, 0xaa, 0xa8, 0x86, 0xe1, 0x4e, 0x3b, 0x0f, 0x39, 0xd4, 0x41, 0x29, 0x13, 0xd6, 0xca, 0x1e, 0x76, 0xaa, 0x80, 0xda, 0xd8, 0xf8, 0xc1, 0xb9, 0x4d, 0x4d, 0x8d, 0x77, 0xbc, 0xe3, 0x1d, 0x87, 0x18, 0x1f, 0xfb, 0xd8, 0x1f, 0xbd, 0xbd, 0x19, 0x64, 0x16, 0xee, 0x5f, 0x46, 0xe5, 0x64, 0x14, 0x2d, 0x24, 0x7c, 0x3f, 0xac, 0x17, 0xe0, 0x71, 0x90, 0xf9, 0x04, 0x28, 0x64, 0x32, 0x92, 0xed, 0xdb, 0x33, 0x08, 0x01, 0x4d, 0x4d, 0x51, 0x1a, 0x1a, 0x54, 0x4f, 0x12, 0x94, 0x54, 0xdd, 0xc4, 0xcb, 0xe1, 0xba, 0x5f, 0xc2, 0xfb, 0xdf, 0x03, 0x87, 0xb6, 0x32, 0x38, 0x97, 0xaf, 0xf4, 0x1a, 0x09, 0x26, 0x5c, 0xaa, 0xa4, 0x62, 0x75, 0x45, 0x55, 0x9b, 0x8d, 0x86, 0x06, 0x44, 0x3c, 0x0e, 0xee, 0x3f, 0x8e, 0xa5, 0xb2, 0x8e, 0xdf, 0x2f, 0x5d, 0xc2, 0x40, 0x11, 0x9c, 0xfe, 0xe1, 0x00, 0xf6, 0x1f, 0xa0, 0x2d, 0xed, 0xeb, 0x21, 0x90, 0xfd, 0xfd, 0xc8, 0x42, 0xa1, 0x3c, 0x5b, 0xa8, 0x74, 0x3c, 0x49, 0xf1, 0x71, 0xaa, 0x4f, 0x14, 0x0d, 0x6e, 0x52, 0x15, 0x9c, 0xc7, 0x57, 0x21, 0xa9, 0x24, 0xc4, 0x51, 0x55, 0x44, 0x34, 0x8a, 0x96, 0x4a, 0xb9, 0x0b, 0xeb, 0xee, 0x00, 0x59, 0xb1, 0xd8, 0xd1, 0x4a, 0x35, 0xa7, 0x86, 0x18, 0xd7, 0xc1, 0x7e, 0x06, 0xad, 0xa1, 0xe1, 0x93, 0x97, 0xd4, 0xd5, 0x4d, 0x7c, 0x78, 0xe1, 0xc2, 0xf1, 0xb5, 0x53, 0xa6, 0x34, 0xf1, 0xbb, 0xdf, 0xbd, 0xe6, 0x5d, 0x3a, 0xff, 0x14, 0xec, 0x24, 0x40, 0x7c, 0x25, 0xcc, 0x6d, 0x1f, 0x69, 0x40, 0x84, 0x84, 0x81, 0x87, 0xa0, 0xfe, 0xac, 0x7c, 0xde, 0x66, 0xd7, 0xae, 0x3c, 0xc9, 0xa4, 0x4e, 0x22, 0xa1, 0x31, 0x66, 0x4c, 0x14, 0x55, 0x2d, 0xd0, 0xdf, 0xef, 0x1a, 0x89, 0x6e, 0x9e, 0x40, 0x9b, 0x04, 0x13, 0x3f, 0xe2, 0x9e, 0x67, 0x76, 0x40, 0x71, 0x83, 0x6b, 0x47, 0x58, 0xdd, 0xe0, 0x74, 0x80, 0xd5, 0x03, 0xa2, 0x08, 0x8a, 0x05, 0x76, 0x9f, 0x57, 0xff, 0xe9, 0xad, 0x84, 0xa9, 0x80, 0xa5, 0xaa, 0x14, 0x35, 0xa1, 0x3f, 0xd2, 0x1a, 0x1b, 0x3b, 0x96, 0x74, 0x22, 0xe1, 0xcd, 0x4f, 0x35, 0x66, 0xc0, 0xec, 0x83, 0xc1, 0xb2, 0x61, 0xfb, 0x36, 0xe8, 0xe9, 0x0f, 0x89, 0xfc, 0xf9, 0x5b, 0xc0, 0xad, 0x80, 0x61, 0x58, 0xfe, 0xdc, 0xb3, 0xf0, 0xcb, 0x33, 0xe0, 0x2c, 0xa5, 0x94, 0x24, 0x32, 0x0c, 0x77, 0xdc, 0x8c, 0xf7, 0xc1, 0x01, 0x18, 0xb8, 0x1d, 0xd6, 0x7a, 0x8b, 0xe5, 0x10, 0xde, 0x25, 0x1c, 0x36, 0x88, 0x51, 0xf8, 0xfe, 0xa7, 0xdc, 0x82, 0x16, 0x81, 0x16, 0xa9, 0xaa, 0x88, 0x44, 0x02, 0x2d, 0x16, 0xa3, 0xd0, 0xd5, 0x85, 0x70, 0x1c, 0x84, 0xa2, 0x54, 0x44, 0xd0, 0x92, 0xee, 0x2c, 0xc3, 0xa0, 0x24, 0xf4, 0x13, 0xbd, 0xdc, 0xe9, 0x16, 0x8f, 0x5f, 0xfd, 0xb6, 0x68, 0xb4, 0xe1, 0xc3, 0xb5, 0xb5, 0x91, 0xd3, 0xe7, 0xcf, 0x1f, 0xcb, 0xfb, 0xdf, 0x7f, 0x34, 0x57, 0x5f, 0xfd, 0x27, 0x2c, 0xab, 0x24, 0x44, 0x3a, 0x9f, 0xf6, 0x18, 0xce, 0x9f, 0xab, 0xb0, 0xc3, 0x3c, 0x30, 0x6d, 0xe4, 0x68, 0xd4, 0xd2, 0x07, 0xe1, 0xe4, 0x1c, 0x68, 0xb1, 0xfe, 0x7e, 0x57, 0x15, 0x34, 0x34, 0x44, 0xd0, 0x75, 0x85, 0x54, 0xca, 0x05, 0x43, 0x2e, 0x67, 0x93, 0xcd, 0xda, 0x14, 0x8b, 0xa5, 0x5d, 0x35, 0x40, 0x4a, 0x31, 0x06, 0xa2, 0x63, 0x40, 0x1c, 0x3d, 0xfa, 0x71, 0x36, 0x0e, 0x53, 0xc4, 0x4e, 0xd4, 0x58, 0x84, 0xd8, 0x98, 0x31, 0xe5, 0x4f, 0xd4, 0x62, 0x8e, 0x4b, 0x72, 0xd0, 0x0f, 0xfb, 0x89, 0x00, 0x0b, 0x24, 0x88, 0x5d, 0xe0, 0xac, 0x81, 0xf6, 0x7b, 0xe1, 0xf1, 0x47, 0x21, 0xeb, 0x5f, 0x4b, 0xff, 0x88, 0xf5, 0xa0, 0x77, 0x60, 0xff, 0x08, 0x5e, 0x3d, 0x40, 0x1b, 0x9b, 0x9e, 0x6e, 0xed, 0x4a, 0xe9, 0xc5, 0x22, 0xb6, 0x6d, 0x57, 0x58, 0x78, 0xcf, 0xc3, 0xdf, 0x0b, 0x83, 0xd1, 0xc4, 0x60, 0x96, 0x31, 0x6c, 0x47, 0x32, 0x11, 0xf0, 0xad, 0x4b, 0xef, 0x69, 0x80, 0x1a, 0x37, 0x8c, 0xc9, 0x8e, 0xae, 0xa3, 0x24, 0x93, 0x98, 0xe9, 0x34, 0x85, 0xb6, 0x36, 0x9c, 0x4c, 0xa6, 0x3c, 0xf9, 0xbc, 0x74, 0x4c, 0x74, 0xa5, 0xdc, 0xfa, 0x00, 0x08, 0x0c, 0xf7, 0x5a, 0x0b, 0xc6, 0x46, 0x22, 0xb3, 0x0f, 0x86, 0xd4, 0x7c, 0x5d, 0x8f, 0x9f, 0x10, 0x8d, 0x1a, 0x07, 0x36, 0x35, 0x19, 0x2c, 0x58, 0x30, 0x9e, 0x4b, 0x2f, 0x5d, 0xc8, 0x9d, 0x77, 0x2e, 0x65, 0xe5, 0xca, 0x6c, 0x89, 0x9c, 0x0e, 0x3c, 0xfd, 0xbc, 0xf7, 0xbf, 0xfe, 0x69, 0xa3, 0x4a, 0x48, 0xc8, 0x7e, 0x44, 0x00, 0x38, 0xf0, 0x74, 0x0f, 0x1c, 0x73, 0x07, 0xc4, 0x2f, 0x2f, 0x14, 0x1c, 0x3a, 0x3a, 0x4c, 0x6f, 0x48, 0xa7, 0x86, 0x61, 0xa8, 0x08, 0x01, 0x35, 0x35, 0x3a, 0x96, 0xe5, 0x20, 0x84, 0xbb, 0xf1, 0x62, 0x3e, 0xef, 0x8e, 0x59, 0x77, 0x37, 0x5a, 0x72, 0x90, 0x52, 0x41, 0x4a, 0x59, 0xde, 0x9a, 0xd5, 0x7d, 0xad, 0x88, 0x48, 0x96, 0xff, 0x76, 0x82, 0xb3, 0x19, 0x51, 0x53, 0x43, 0xb1, 0xbf, 0x1f, 0x73, 0xc7, 0x0e, 0x22, 0xb8, 0x13, 0x40, 0x4f, 0x30, 0xb6, 0xf2, 0xa0, 0x9c, 0x8e, 0xe3, 0x08, 0x61, 0xdb, 0xa2, 0x19, 0xa2, 0xcd, 0x70, 0xe0, 0x09, 0x70, 0xe0, 0x56, 0x58, 0xf3, 0x69, 0x78, 0xa8, 0xb4, 0x03, 0x69, 0xd1, 0x17, 0x0a, 0x76, 0x82, 0xa1, 0xea, 0xba, 0xba, 0x0f, 0x5c, 0x73, 0xbf, 0xd6, 0x95, 0xba, 0xae, 0xf3, 0xcf, 0x6e, 0xf5, 0xb0, 0x35, 0x98, 0xab, 0x29, 0xa2, 0x38, 0xb7, 0x70, 0x78, 0x23, 0x18, 0xa7, 0x7b, 0x9d, 0xe4, 0x0e, 0xe8, 0x16, 0xe8, 0x36, 0x18, 0x45, 0x88, 0x98, 0x83, 0xaf, 0xba, 0x05, 0xaa, 0x0d, 0x9a, 0xed, 0x7e, 0x8e, 0xc0, 0x43, 0x39, 0x80, 0xa5, 0xf4, 0xa9, 0xf7, 0x1d, 0xd7, 0x18, 0xcd, 0xa1, 0x48, 0x49, 0xcf, 0xb3, 0xcf, 0x22, 0x77, 0xec, 0x40, 0xcb, 0x66, 0x2b, 0xae, 0x0b, 0x10, 0x67, 0xec, 0x19, 0x30, 0x67, 0xae, 0xaa, 0x46, 0xa5, 0x94, 0x11, 0x55, 0x51, 0xe2, 0x09, 0x29, 0xa3, 0x75, 0x42, 0xc4, 0xeb, 0x14, 0x45, 0x33, 0x34, 0x4d, 0x27, 0x12, 0x51, 0xa9, 0xaf, 0x8f, 0x32, 0x79, 0x72, 0x8a, 0xe3, 0x8e, 0x9b, 0xc6, 0x69, 0xa7, 0xcd, 0xe6, 0x85, 0x17, 0x36, 0xf1, 0xcb, 0x5f, 0xae, 0xf2, 0x39, 0x2a, 0xf9, 0x57, 0x61, 0x4d, 0xd6, 0x03, 0x80, 0x7f, 0xaf, 0xa4, 0x50, 0xae, 0xd3, 0x46, 0x17, 0x55, 0x5b, 0xfe, 0x53, 0x38, 0xe6, 0x12, 0x50, 0xf5, 0x4c, 0xc6, 0x42, 0x51, 0x8a, 0x34, 0x36, 0x42, 0x24, 0xe2, 0x6e, 0xb4, 0xe8, 0xee, 0xaa, 0xe1, 0x4e, 0xd1, 0x8e, 0x46, 0x35, 0xa4, 0xc4, 0x9b, 0xad, 0x6f, 0xe0, 0x38, 0x0e, 0x8a, 0xe2, 0x7e, 0x4e, 0x08, 0x77, 0xcc, 0xaa, 0x1f, 0x00, 0x2e, 0x30, 0x24, 0x52, 0x3a, 0x44, 0x8a, 0x19, 0x16, 0x2d, 0xdd, 0x08, 0xa6, 0xc6, 0xa6, 0x9b, 0x6e, 0x42, 0xd9, 0xb6, 0xad, 0x7c, 0x43, 0xef, 0x62, 0x25, 0x1b, 0x26, 0xce, 0xa2, 0x3b, 0x03, 0x03, 0x03, 0x90, 0xcf, 0x3b, 0xd8, 0xb6, 0x03, 0xe8, 0x93, 0xe0, 0x90, 0xff, 0x83, 0xe6, 0xaf, 0xc3, 0x6f, 0x7e, 0xef, 0xd3, 0x75, 0xfe, 0x22, 0x54, 0xaf, 0xb4, 0xfd, 0xdd, 0x0b, 0x22, 0x91, 0xfa, 0x0f, 0x65, 0xa6, 0x8e, 0xa7, 0x18, 0x79, 0x19, 0x7d, 0xfb, 0xe6, 0x0a, 0x99, 0xf8, 0x88, 0x98, 0xac, 0xf4, 0x2b, 0x13, 0xe6, 0xa8, 0xde, 0xbb, 0x8a, 0x62, 0x20, 0xa5, 0x3a, 0xc4, 0x93, 0x12, 0x42, 0x23, 0xbc, 0x9f, 0xb4, 0x92, 0x77, 0x9a, 0x94, 0x02, 0x93, 0xf4, 0x34, 0xa2, 0x28, 0x91, 0xab, 0x57, 0xa3, 0xe7, 0xf3, 0x08, 0x6f, 0xa3, 0x88, 0xe0, 0x7f, 0x1c, 0x4a, 0xba, 0x25, 0xa9, 0x27, 0x5a, 0x8a, 0x4a, 0x0c, 0xd0, 0x50, 0x55, 0x03, 0x4d, 0xd3, 0x30, 0x0c, 0x41, 0x3c, 0xae, 0xd3, 0xd0, 0x90, 0x60, 0xd2, 0xa4, 0x7a, 0x0e, 0x39, 0xa4, 0x95, 0xc3, 0x0e, 0x9b, 0x44, 0x6d, 0x6d, 0x8c, 0xa7, 0x9e, 0x5a, 0xcf, 0xcf, 0x7e, 0xf6, 0x77, 0xfa, 0xfb, 0xfd, 0x4f, 0xd1, 0xf9, 0x9c, 0x27, 0xfe, 0xfd, 0xa2, 0x9f, 0x6a, 0x89, 0xba, 0x51, 0x48, 0x00, 0x1c, 0x78, 0x68, 0x1b, 0xcc, 0xbe, 0x19, 0x6a, 0xaf, 0x01, 0x8d, 0x74, 0xda, 0xc4, 0x71, 0x8a, 0xa4, 0x52, 0x1a, 0xd1, 0xa8, 0x3b, 0x41, 0xdb, 0xdd, 0x55, 0xc3, 0xe5, 0x7e, 0x55, 0x15, 0xc4, 0x62, 0x2e, 0x10, 0x14, 0x45, 0xe0, 0x4e, 0x48, 0xd7, 0x10, 0x02, 0x74, 0x7d, 0x70, 0xcb, 0x15, 0x4d, 0x53, 0xca, 0x00, 0x88, 0x15, 0x7b, 0x39, 0x72, 0xc5, 0x6d, 0xc4, 0x7a, 0xbb, 0x50, 0xb2, 0xd9, 0xf2, 0x46, 0x4a, 0xa5, 0xa3, 0xbe, 0x98, 0xe6, 0x9a, 0x9e, 0x47, 0xf8, 0xfd, 0xb4, 0xb3, 0xe8, 0xca, 0x40, 0x47, 0x87, 0x45, 0x3a, 0xed, 0x60, 0x59, 0x0e, 0x20, 0x75, 0x18, 0xff, 0x39, 0xb8, 0xd4, 0x82, 0xdf, 0xde, 0x45, 0x79, 0xc8, 0xa3, 0x7f, 0x01, 0x66, 0xd5, 0x6a, 0xda, 0xa4, 0xef, 0x37, 0x35, 0x19, 0xfa, 0xa2, 0x13, 0xa7, 0x33, 0x3e, 0x79, 0x15, 0x9d, 0xff, 0xfd, 0x19, 0x9f, 0x9c, 0x17, 0x2c, 0xa9, 0x3d, 0x88, 0x06, 0x3d, 0x82, 0x10, 0x02, 0x45, 0x51, 0xd0, 0x34, 0x03, 0x21, 0x34, 0x84, 0x30, 0x50, 0x14, 0x1d, 0x21, 0x74, 0xef, 0x55, 0x45, 0x08, 0x17, 0x00, 0xee, 0x1e, 0x00, 0x95, 0x65, 0x11, 0x52, 0x4a, 0xa2, 0x32, 0xcf, 0xa5, 0xbd, 0x4b, 0x88, 0xf5, 0xf5, 0x07, 0xb7, 0x83, 0x0b, 0x3d, 0x1a, 0xc8, 0xf3, 0x71, 0x63, 0x25, 0x77, 0x8c, 0x3b, 0x0e, 0x2d, 0x56, 0x43, 0x34, 0x1a, 0xa5, 0xbe, 0x3e, 0x49, 0x7d, 0x7d, 0x8a, 0xc6, 0xc6, 0x14, 0xe3, 0xc7, 0x37, 0xd2, 0xd4, 0x94, 0x22, 0x12, 0x89, 0xb0, 0x75, 0x6b, 0x37, 0x6b, 0xd6, 0xec, 0xe2, 0x99, 0x67, 0xb6, 0xb1, 0x6d, 0x5b, 0x31, 0x10, 0xa6, 0x58, 0xbe, 0xd4, 0xe3, 0x7e, 0x3f, 0xf8, 0xab, 0x66, 0x69, 0xc5, 0x30, 0xfe, 0xa8, 0xdf, 0xd2, 0x8e, 0xc2, 0x98, 0x24, 0x7c, 0xf0, 0x6e, 0x77, 0x14, 0xbb, 0xab, 0x5a, 0xa2, 0x51, 0x48, 0x24, 0xdc, 0xa1, 0xc9, 0xee, 0x28, 0x75, 0xa5, 0xcc, 0xe5, 0xee, 0xe6, 0x8b, 0x6e, 0x2a, 0xb9, 0x24, 0x21, 0xdc, 0x49, 0xdb, 0xc2, 0xe3, 0x5c, 0x48, 0xe8, 0x0e, 0x07, 0xea, 0xdd, 0x4c, 0x1a, 0xd8, 0xc0, 0xb4, 0xcd, 0xcf, 0x60, 0x74, 0xb4, 0x7b, 0x22, 0xbf, 0xfa, 0x91, 0xd6, 0x13, 0x3c, 0xd9, 0x74, 0x18, 0xcb, 0xb4, 0xc9, 0xac, 0xcd, 0xa4, 0xe8, 0xef, 0x57, 0xb1, 0xac, 0xd2, 0x10, 0x70, 0x51, 0x80, 0xa7, 0x2e, 0x87, 0x27, 0x57, 0x7b, 0x41, 0x9a, 0x92, 0xd5, 0x2e, 0x1b, 0x1a, 0x3e, 0xf5, 0x8b, 0xba, 0xba, 0xc8, 0xe9, 0x27, 0x9e, 0xd8, 0xca, 0xd5, 0x57, 0x1f, 0x47, 0x57, 0x7b, 0x17, 0xbd, 0x17, 0x9d, 0x4d, 0x22, 0xeb, 0x76, 0x13, 0xbf, 0x92, 0x98, 0xc4, 0x2d, 0x13, 0x4e, 0x21, 0x1e, 0xd7, 0x48, 0x24, 0x74, 0x34, 0x4d, 0x23, 0x1e, 0x8f, 0x11, 0x8b, 0x45, 0xd1, 0x34, 0xc3, 0xe3, 0x48, 0x03, 0x55, 0xd5, 0x51, 0x55, 0x0d, 0x45, 0x51, 0x11, 0xc2, 0x05, 0x40, 0x79, 0x23, 0x08, 0xc7, 0xa1, 0xa1, 0xd8, 0x45, 0x53, 0xfb, 0x6a, 0x1a, 0x97, 0x2e, 0x26, 0xd9, 0xbe, 0x75, 0x08, 0x90, 0x47, 0x3a, 0x7a, 0x92, 0x8d, 0x6c, 0x98, 0x79, 0x24, 0x9d, 0x53, 0x0e, 0xc6, 0x19, 0x33, 0x01, 0x5d, 0x8f, 0x60, 0x59, 0x0a, 0xee, 0x76, 0x83, 0x0a, 0x99, 0x8c, 0x49, 0x77, 0x77, 0x9e, 0x9d, 0x3b, 0xb3, 0x6c, 0xdd, 0x9a, 0xf7, 0x9a, 0xa1, 0x4b, 0x00, 0x30, 0x3b, 0xe1, 0xc6, 0x2b, 0x7d, 0xa1, 0xea, 0x52, 0x07, 0x76, 0x69, 0xa6, 0x82, 0xbf, 0x1b, 0xdb, 0x04, 0x2c, 0x6d, 0x14, 0xd6, 0x99, 0x67, 0x01, 0x77, 0xe4, 0xe1, 0x85, 0x8f, 0xb9, 0x93, 0xd7, 0xd4, 0x31, 0xee, 0x2c, 0x7d, 0x77, 0xef, 0x9c, 0x5c, 0xce, 0xc6, 0x30, 0x6c, 0x0c, 0x43, 0x94, 0xc7, 0xa8, 0xfa, 0x09, 0xee, 0xdf, 0x8f, 0x17, 0x24, 0x0d, 0x4a, 0x96, 0x46, 0x65, 0x80, 0x7a, 0x32, 0x64, 0x0a, 0x05, 0x56, 0x14, 0x74, 0x5e, 0xd6, 0x8e, 0x43, 0x8c, 0x73, 0x2f, 0x27, 0xa5, 0x83, 0x94, 0x96, 0xf7, 0xea, 0x94, 0x99, 0x58, 0x08, 0x77, 0x3e, 0xaf, 0x90, 0x0a, 0x13, 0x8a, 0x9d, 0x24, 0xf4, 0x01, 0x36, 0x19, 0x49, 0xda, 0xac, 0x14, 0x45, 0x12, 0x80, 0x12, 0x81, 0x05, 0xd7, 0xc3, 0x93, 0x1f, 0xf1, 0x64, 0x73, 0x11, 0x50, 0x1a, 0x1a, 0xae, 0x7d, 0x5f, 0x4d, 0x4d, 0xf4, 0xf4, 0x83, 0x0f, 0x6e, 0xe2, 0x92, 0x4b, 0x8e, 0x42, 0x08, 0x85, 0xbf, 0x3e, 0xb8, 0x06, 0x9a, 0x8e, 0xe0, 0xb4, 0xad, 0x0f, 0x03, 0xf0, 0x70, 0x72, 0x1e, 0xa6, 0x29, 0xc8, 0xe7, 0x25, 0x8e, 0x63, 0xa3, 0xaa, 0x50, 0x2c, 0x16, 0xc9, 0x64, 0x40, 0x55, 0x6d, 0x14, 0xc5, 0x42, 0x51, 0x4c, 0x14, 0xc5, 0x4f, 0x7c, 0x57, 0x98, 0x27, 0x9c, 0x01, 0x6a, 0xec, 0x01, 0x52, 0xc5, 0x3e, 0xb2, 0xc5, 0x1c, 0xaf, 0x15, 0x1c, 0x36, 0x8e, 0x5b, 0x04, 0x2d, 0x12, 0x29, 0x6d, 0x1c, 0xc7, 0xc6, 0x71, 0xac, 0x8a, 0x53, 0x4a, 0x07, 0xc7, 0xb1, 0x2b, 0xec, 0x54, 0xf7, 0x3b, 0x55, 0x44, 0xaf, 0x44, 0xac, 0x58, 0x4d, 0x5e, 0xdd, 0x4c, 0x8f, 0x5e, 0x4f, 0x9f, 0x56, 0x4f, 0xce, 0x89, 0x00, 0x2a, 0xb6, 0x2d, 0xc8, 0x66, 0x6d, 0xd2, 0x69, 0x9b, 0x81, 0x01, 0x27, 0x60, 0xc6, 0x75, 0x94, 0xb8, 0xdf, 0xf4, 0x19, 0xc3, 0xc3, 0x15, 0xeb, 0x30, 0x4a, 0x15, 0x50, 0xb2, 0x7c, 0x1f, 0xde, 0x08, 0xf6, 0xe5, 0x70, 0xec, 0xaf, 0x41, 0x6d, 0x72, 0x6b, 0x05, 0x5c, 0x10, 0x64, 0xb3, 0x36, 0x9a, 0x26, 0xd0, 0x34, 0xc7, 0x53, 0x09, 0xb2, 0xbc, 0xe3, 0x56, 0x49, 0x1a, 0x94, 0x38, 0x25, 0x8d, 0xc1, 0x66, 0x0c, 0xa0, 0xae, 0x2c, 0x32, 0xa5, 0xb4, 0x3d, 0x82, 0xdb, 0xde, 0xa2, 0x0d, 0x7a, 0x5c, 0x42, 0xd8, 0xb8, 0xb9, 0x21, 0xe1, 0x8d, 0x6a, 0x77, 0x89, 0xe0, 0x38, 0x2a, 0x19, 0x1b, 0xa4, 0x29, 0x7c, 0xc5, 0xb9, 0xb1, 0x05, 0x70, 0xec, 0x5c, 0x78, 0xea, 0x15, 0x40, 0xad, 0xad, 0x3d, 0x6b, 0x4e, 0x22, 0xd1, 0xf0, 0xe9, 0x69, 0xd3, 0x6a, 0x39, 0xff, 0xfc, 0x79, 0x38, 0x8e, 0xe4, 0xa6, 0x9b, 0x1e, 0xe5, 0xc5, 0x17, 0xdb, 0xc8, 0xe6, 0x67, 0x70, 0xac, 0x78, 0x92, 0x76, 0x25, 0xc9, 0x4b, 0xf9, 0x66, 0x64, 0xce, 0xf1, 0x46, 0xbc, 0x59, 0x1e, 0x91, 0x2d, 0x84, 0xc8, 0x7b, 0x3a, 0x5f, 0xf3, 0xd4, 0xc1, 0xa0, 0xee, 0x1f, 0xdc, 0x02, 0xa6, 0xe4, 0x08, 0xd4, 0x01, 0xb5, 0xde, 0xa4, 0x30, 0xf7, 0x59, 0xc0, 0xf6, 0x9e, 0xc9, 0xf4, 0x40, 0xed, 0xbe, 0x82, 0xe5, 0xfd, 0x5d, 0x56, 0x84, 0x83, 0x5c, 0xf5, 0xa2, 0x21, 0x84, 0x8e, 0xe3, 0x94, 0xec, 0x8f, 0xd2, 0xfe, 0xd9, 0x2a, 0x52, 0xba, 0xd2, 0xa0, 0x50, 0x00, 0xd3, 0x0c, 0xee, 0xb7, 0xb1, 0xbe, 0x14, 0xbc, 0xb2, 0x19, 0xda, 0xa6, 0x17, 0x56, 0xaa, 0x27, 0x77, 0x13, 0x00, 0x98, 0xf0, 0xd8, 0x7a, 0xc8, 0xbf, 0x1f, 0x4e, 0xf8, 0x1a, 0x44, 0xe7, 0xfa, 0xe3, 0x0a, 0x96, 0x55, 0xda, 0xcf, 0x76, 0x70, 0xea, 0xaa, 0xbb, 0x03, 0xa7, 0x53, 0xe6, 0xe0, 0xf0, 0x5a, 0x4e, 0xe9, 0x71, 0xba, 0xf4, 0xfd, 0x2e, 0x7c, 0x9c, 0x01, 0x8a, 0x22, 0xd1, 0x34, 0x89, 0x61, 0x28, 0x44, 0xa3, 0x60, 0x18, 0x02, 0x21, 0x14, 0x0c, 0xc3, 0x0d, 0xb1, 0x0f, 0xd6, 0x2b, 0x02, 0xcc, 0x3c, 0x1d, 0x9e, 0xda, 0xa8, 0x69, 0x8d, 0xd1, 0x64, 0x72, 0xfe, 0xb7, 0x9a, 0x9b, 0xe3, 0xc6, 0x41, 0x07, 0x8d, 0xe1, 0x89, 0x27, 0x36, 0xf2, 0xc4, 0x13, 0x5b, 0xd8, 0xb1, 0x23, 0x87, 0x69, 0x3a, 0x40, 0x84, 0xcb, 0xe4, 0xfb, 0x70, 0x6c, 0x87, 0x42, 0xaf, 0xfb, 0x0c, 0xaa, 0xaa, 0x0c, 0x89, 0xb6, 0xba, 0x9c, 0x1e, 0x56, 0x02, 0x09, 0xa1, 0xfb, 0x3a, 0x86, 0xd4, 0xad, 0xba, 0xcf, 0x13, 0x8c, 0xe2, 0x06, 0xbf, 0x47, 0x54, 0xc4, 0xb1, 0x5c, 0x55, 0x69, 0x07, 0x22, 0xdc, 0x4a, 0x20, 0xae, 0x53, 0x4e, 0x51, 0x14, 0xe0, 0xf9, 0xf5, 0x84, 0x57, 0x69, 0x07, 0x7b, 0x29, 0x77, 0xd7, 0x0b, 0x08, 0xf6, 0xe6, 0x3f, 0xbb, 0x11, 0x96, 0x7f, 0x00, 0xde, 0xf3, 0x7e, 0x18, 0xff, 0x5e, 0x50, 0x6a, 0xaa, 0x4d, 0x35, 0x71, 0x01, 0x31, 0x5c, 0xd1, 0x8b, 0xdf, 0x9d, 0x0e, 0x66, 0x4f, 0x35, 0xdf, 0x62, 0xb9, 0xe3, 0xd7, 0x8a, 0x45, 0xb7, 0x42, 0x29, 0x1e, 0x97, 0x44, 0xa3, 0xae, 0x51, 0xa9, 0xeb, 0x0e, 0xb9, 0x9c, 0xe3, 0x5b, 0xd4, 0xd4, 0x1c, 0x20, 0x56, 0x5f, 0xff, 0x9e, 0xeb, 0x2d, 0x4b, 0x9d, 0xdc, 0xd6, 0x36, 0xc0, 0xea, 0xd5, 0x6b, 0xc8, 0x66, 0x4b, 0x81, 0x3a, 0xbd, 0xfc, 0x58, 0x16, 0xc9, 0x0a, 0x06, 0x71, 0x27, 0x7c, 0x8a, 0x80, 0x7b, 0xaf, 0x86, 0xa5, 0xd2, 0xab, 0x94, 0x3c, 0xc8, 0x10, 0xb7, 0x5b, 0x0d, 0xf9, 0x9c, 0x1a, 0xa0, 0x85, 0x08, 0x09, 0xfc, 0xa9, 0xc3, 0xe4, 0xd3, 0x82, 0xd7, 0xef, 0x5e, 0x05, 0x59, 0x8b, 0xea, 0x1b, 0x4d, 0x85, 0x49, 0x80, 0x61, 0xb7, 0x8e, 0x15, 0xc3, 0xa4, 0x1f, 0x3d, 0x99, 0xbb, 0x74, 0x15, 0xbc, 0x7a, 0x0f, 0xd4, 0xf6, 0x40, 0x7c, 0x0c, 0xe8, 0x75, 0x43, 0x57, 0x45, 0x8c, 0x50, 0x34, 0x24, 0x46, 0x91, 0xf1, 0x1c, 0x5c, 0x18, 0xc7, 0xd1, 0x28, 0x16, 0x41, 0x4a, 0x15, 0x55, 0x55, 0x50, 0x14, 0x15, 0xdb, 0x56, 0xbc, 0x92, 0xf5, 0x32, 0x67, 0x18, 0x89, 0x44, 0x63, 0xff, 0xc0, 0x40, 0xeb, 0xbb, 0xd3, 0x69, 0xc8, 0x64, 0x54, 0x4c, 0x53, 0x25, 0x64, 0xee, 0x43, 0x95, 0x2c, 0x73, 0xb5, 0xcc, 0xb6, 0x12, 0x52, 0x56, 0xb7, 0x3b, 0x55, 0x5d, 0xa2, 0x4a, 0xc9, 0x5e, 0x58, 0xf0, 0x4f, 0xad, 0x92, 0x2f, 0xab, 0xb6, 0x9e, 0x6b, 0x1e, 0x80, 0x75, 0x9b, 0x18, 0x5a, 0x9d, 0x9c, 0x0f, 0x24, 0xad, 0x2a, 0x24, 0xc1, 0x68, 0x4a, 0x89, 0xfd, 0x2b, 0xe2, 0xef, 0xa0, 0x89, 0xe2, 0x8e, 0x5b, 0xf1, 0xbd, 0x4e, 0x1a, 0x0b, 0xf3, 0xe6, 0x41, 0xcb, 0x5c, 0xa8, 0x19, 0x07, 0x91, 0x26, 0x30, 0xea, 0x41, 0x8d, 0x57, 0x5f, 0x98, 0xb0, 0x5d, 0xdf, 0x2d, 0x6f, 0x9b, 0x2d, 0xdb, 0x04, 0xdb, 0x72, 0x8d, 0x3b, 0x25, 0xee, 0xd5, 0x8a, 0x94, 0xd5, 0x4b, 0x32, 0xa9, 0x52, 0x5b, 0x6b, 0x50, 0x28, 0x48, 0x7a, 0x7a, 0x84, 0x37, 0x9c, 0x52, 0xa0, 0x28, 0x52, 0x0a, 0x91, 0xdf, 0x62, 0xdb, 0x7a, 0xcc, 0x4b, 0xc6, 0xc9, 0xc0, 0xfc, 0x47, 0x2f, 0x04, 0x6d, 0x7b, 0x05, 0xc7, 0xb6, 0x32, 0x38, 0x97, 0xa2, 0xb4, 0x26, 0xe5, 0xc7, 0x97, 0x3e, 0xce, 0x97, 0xee, 0xef, 0xd5, 0xc0, 0x3b, 0xe4, 0x1a, 0x7e, 0x09, 0xec, 0xfb, 0xdd, 0x0e, 0x99, 0x07, 0x11, 0x04, 0xbc, 0x2a, 0x07, 0x09, 0x5e, 0xfe, 0x59, 0xb8, 0xf7, 0x50, 0x31, 0xf0, 0xd4, 0xfb, 0x92, 0x5f, 0x7f, 0x05, 0x76, 0x74, 0x06, 0x2c, 0xff, 0xd2, 0x58, 0xbd, 0x92, 0x07, 0x50, 0x51, 0xae, 0x36, 0x5a, 0x00, 0x0c, 0x07, 0x82, 0x12, 0x10, 0xa2, 0x0c, 0xdd, 0xb7, 0xd7, 0x97, 0xf9, 0xab, 0x8d, 0x41, 0x22, 0x06, 0xf1, 0x98, 0xfb, 0x5d, 0xb5, 0x71, 0xf7, 0xda, 0x05, 0x1b, 0xf2, 0x26, 0x98, 0x36, 0x64, 0x8b, 0x90, 0xb3, 0x61, 0xc0, 0x0e, 0x2f, 0xfa, 0x68, 0xa8, 0x81, 0x43, 0x66, 0xc3, 0x9c, 0x93, 0x21, 0xda, 0x08, 0xee, 0x86, 0x4d, 0x0d, 0x0d, 0x2e, 0xd7, 0x77, 0x75, 0xc9, 0x32, 0x00, 0xc0, 0x91, 0x70, 0xe3, 0x65, 0xbe, 0x8c, 0x5d, 0xc1, 0x17, 0xbe, 0x15, 0x54, 0x36, 0x84, 0x56, 0xdb, 0xaa, 0x95, 0x40, 0x28, 0x55, 0x06, 0x72, 0x0e, 0x23, 0x49, 0x4e, 0xa5, 0x4a, 0x65, 0xee, 0x70, 0x72, 0x3c, 0xc8, 0x09, 0xc1, 0x7c, 0x43, 0xb5, 0x79, 0x0a, 0xc1, 0x2c, 0xa5, 0xdf, 0xf5, 0xf3, 0xbb, 0x7f, 0xc5, 0x60, 0x02, 0x4b, 0x1b, 0xa5, 0x1c, 0xab, 0xb6, 0x27, 0x7d, 0xd5, 0x69, 0x9a, 0x95, 0x00, 0xe8, 0xcb, 0x43, 0x5f, 0x5f, 0x95, 0x32, 0x31, 0xa5, 0x4a, 0x95, 0x50, 0x60, 0x91, 0xba, 0xb3, 0xf0, 0x58, 0x07, 0xbc, 0xf0, 0x1c, 0x5c, 0x7c, 0x39, 0x34, 0xcd, 0x33, 0x4d, 0x41, 0x36, 0x0b, 0x35, 0x35, 0x8a, 0x8f, 0xb6, 0x12, 0x90, 0xf9, 0x10, 0xc5, 0xed, 0xd7, 0x7d, 0x16, 0x43, 0x36, 0x64, 0xc6, 0x0c, 0xb1, 0xce, 0x82, 0x8b, 0x0c, 0xa3, 0xeb, 0x6d, 0xac, 0x26, 0xeb, 0x47, 0xd3, 0x05, 0x15, 0x24, 0xb6, 0x13, 0x42, 0x87, 0xa0, 0xd8, 0xf4, 0xb7, 0xe3, 0x17, 0xaa, 0xd4, 0x2a, 0x84, 0x6e, 0x24, 0x39, 0x92, 0x17, 0x50, 0x8d, 0xd0, 0x55, 0x8b, 0x30, 0xbd, 0x8b, 0x1a, 0x54, 0x1f, 0xc1, 0xe6, 0x5f, 0x64, 0x31, 0x4c, 0x99, 0x58, 0x15, 0x40, 0x0c, 0x64, 0xe0, 0x77, 0x3f, 0x80, 0xab, 0x3e, 0x0f, 0xd1, 0x89, 0x95, 0x46, 0x5b, 0xe9, 0x5f, 0xf2, 0xdd, 0x55, 0x80, 0x14, 0x34, 0x84, 0x4a, 0x2e, 0x53, 0x21, 0x90, 0xfe, 0x0d, 0x9b, 0x19, 0x0c, 0xd5, 0xdb, 0xd2, 0xc4, 0x08, 0x25, 0x5b, 0x82, 0xd1, 0xb7, 0xc0, 0x85, 0x75, 0x50, 0x39, 0x55, 0x5c, 0x0d, 0x08, 0xdf, 0x55, 0xb4, 0x10, 0xe0, 0xf8, 0xaa, 0xbb, 0x8a, 0x8f, 0x66, 0xbf, 0x00, 0x19, 0x30, 0x6f, 0xa9, 0x72, 0x83, 0x96, 0x8f, 0xf3, 0x8b, 0x23, 0x55, 0xa3, 0x56, 0xa9, 0x1e, 0xae, 0xb6, 0x38, 0xfe, 0xcf, 0xaa, 0x6e, 0xe3, 0xef, 0xab, 0x77, 0xc0, 0x61, 0x9f, 0x70, 0x1c, 0x37, 0xa4, 0x6c, 0x59, 0xa5, 0x4b, 0x03, 0xe4, 0x5f, 0x0f, 0xab, 0x07, 0xf0, 0x9d, 0xf8, 0x7c, 0xaa, 0x30, 0x40, 0x56, 0x33, 0x52, 0x86, 0xb3, 0xf2, 0x46, 0x5b, 0xc6, 0x35, 0x9a, 0xc2, 0xd8, 0xb0, 0x86, 0x1a, 0x51, 0xe5, 0x7d, 0x3b, 0x84, 0x01, 0x8b, 0x21, 0x75, 0x8a, 0xc1, 0x82, 0x95, 0x11, 0xe3, 0x00, 0xc1, 0x0b, 0x07, 0x45, 0x94, 0x15, 0x10, 0x53, 0x7e, 0x31, 0xa4, 0x8d, 0xd2, 0x94, 0x55, 0x42, 0x16, 0x46, 0x8e, 0xc0, 0x45, 0xde, 0x77, 0x3d, 0xba, 0x04, 0xe6, 0x5f, 0x07, 0xc2, 0x88, 0x44, 0x54, 0x1f, 0x5d, 0x05, 0xd0, 0xb5, 0x91, 0xf0, 0x6d, 0xd6, 0xcc, 0x40, 0x3a, 0x37, 0x78, 0xdd, 0x6a, 0xce, 0xfe, 0x70, 0x3f, 0x0f, 0x07, 0x82, 0x7f, 0xa4, 0x34, 0x5e, 0x0e, 0x63, 0x35, 0x13, 0xa2, 0x26, 0xc2, 0x26, 0xb3, 0x84, 0x5a, 0xfe, 0xff, 0x88, 0x04, 0xa8, 0x96, 0x54, 0xf0, 0x8b, 0x53, 0x6b, 0x18, 0xc2, 0x2b, 0xbb, 0x29, 0x0e, 0xab, 0x79, 0x24, 0x9a, 0x17, 0x0b, 0xdb, 0x6e, 0x18, 0xd1, 0xa9, 0x2e, 0x00, 0xfc, 0xe9, 0x96, 0xd7, 0x56, 0x07, 0x0a, 0x37, 0x82, 0x8b, 0xe2, 0x04, 0x16, 0x44, 0x19, 0x46, 0x9c, 0x8f, 0x86, 0xf0, 0x6f, 0x04, 0x08, 0xa3, 0x05, 0xc0, 0x70, 0xae, 0x53, 0x58, 0xc0, 0xae, 0x62, 0x7c, 0xde, 0x30, 0xfa, 0x5f, 0x8e, 0x16, 0x00, 0xc3, 0x49, 0x82, 0x30, 0x3b, 0xa0, 0x5a, 0xd1, 0xe6, 0x68, 0x8c, 0xa0, 0x91, 0xbc, 0x12, 0xbf, 0xa3, 0x6c, 0xe8, 0xba, 0x26, 0x6b, 0x6a, 0xd4, 0x40, 0x46, 0xce, 0xec, 0x85, 0x17, 0x37, 0x10, 0xbe, 0x1b, 0x49, 0x70, 0x9b, 0xf5, 0xa0, 0x5a, 0x13, 0xa3, 0x24, 0x08, 0x6f, 0x10, 0x08, 0xff, 0xe8, 0x21, 0x87, 0x89, 0xa4, 0x85, 0x45, 0xfd, 0x82, 0x95, 0x4b, 0xff, 0xd0, 0xbe, 0x81, 0x23, 0xc5, 0x3e, 0x9d, 0x00, 0xa1, 0xc3, 0x38, 0x5e, 0xa9, 0x22, 0x0a, 0x47, 0x9a, 0x8d, 0x27, 0x42, 0x00, 0x60, 0xeb, 0xba, 0x5a, 0x37, 0x6e, 0x5c, 0x9c, 0xf6, 0xf6, 0x9c, 0xef, 0xb6, 0xba, 0x9f, 0xf5, 0x08, 0xec, 0x54, 0x11, 0x87, 0x7e, 0xeb, 0x38, 0xb8, 0x30, 0xfb, 0x74, 0x46, 0xdf, 0x1e, 0x02, 0x44, 0x50, 0x12, 0x0c, 0xd7, 0xa6, 0x2f, 0xdf, 0x88, 0x0a, 0x18, 0x8d, 0x34, 0xb0, 0x03, 0x96, 0xf6, 0x68, 0xac, 0x5f, 0xb1, 0x9b, 0x9c, 0xe4, 0x07, 0x80, 0x13, 0x8d, 0x9e, 0x7b, 0x40, 0x32, 0xa9, 0x36, 0x2c, 0x58, 0x30, 0x9e, 0x5f, 0xfd, 0x6a, 0xad, 0xcf, 0x85, 0x5f, 0xf6, 0x88, 0xcf, 0x3e, 0x09, 0x8a, 0x42, 0x3f, 0x18, 0x82, 0xe3, 0xea, 0xde, 0x8a, 0x87, 0xac, 0x22, 0x0d, 0x24, 0xa3, 0x9c, 0xc1, 0xa8, 0xfd, 0x83, 0x17, 0x0e, 0xeb, 0xca, 0x11, 0xa3, 0xb0, 0x80, 0x47, 0x8a, 0x05, 0xcb, 0x2a, 0x81, 0x95, 0x72, 0x89, 0x57, 0x2c, 0x76, 0xc0, 0x3b, 0x0f, 0x3a, 0xa8, 0x9e, 0xda, 0xda, 0x28, 0x85, 0x42, 0x49, 0xb0, 0xe4, 0xd6, 0xc2, 0xf3, 0x6b, 0x7d, 0x40, 0x0c, 0x56, 0xf0, 0x16, 0x19, 0xba, 0xcb, 0xb6, 0xf3, 0x2f, 0x00, 0x80, 0x30, 0x10, 0x84, 0xfd, 0x3c, 0x44, 0xb2, 0x69, 0x7b, 0xe8, 0x06, 0x44, 0x15, 0x97, 0x65, 0x77, 0x88, 0x2f, 0x86, 0x11, 0xff, 0x15, 0x41, 0xa9, 0x9a, 0x9a, 0xb3, 0x1a, 0x26, 0x4c, 0x68, 0x7a, 0xf7, 0x87, 0x3e, 0x74, 0x34, 0x9f, 0xf9, 0xcc, 0x83, 0x3e, 0xcd, 0xb2, 0xfe, 0xf7, 0xbe, 0x20, 0x8f, 0x53, 0xc5, 0x18, 0x0a, 0x8e, 0xaf, 0xdb, 0xd3, 0x93, 0xcb, 0xfe, 0x19, 0x01, 0x51, 0x55, 0xa5, 0x69, 0x7b, 0xe1, 0xc2, 0x62, 0x14, 0xa1, 0x52, 0x39, 0x8c, 0xdf, 0x3c, 0x92, 0x8b, 0x25, 0x9a, 0x9b, 0x8f, 0xf8, 0xf1, 0x85, 0x17, 0xce, 0x4e, 0xd6, 0xd6, 0xc6, 0xd8, 0xb2, 0xa5, 0x64, 0x77, 0xe6, 0x5f, 0x81, 0xbb, 0x9e, 0xf2, 0xf9, 0xf4, 0x41, 0xd1, 0x6f, 0x31, 0x74, 0x8b, 0x75, 0xe7, 0x5f, 0x0c, 0x00, 0x23, 0xb9, 0x8d, 0x7b, 0x0d, 0x00, 0xc3, 0x45, 0x10, 0xab, 0xed, 0xd5, 0x37, 0xda, 0xa0, 0x88, 0xef, 0x33, 0xb5, 0xfa, 0x94, 0x29, 0xd7, 0xfd, 0xf4, 0xd8, 0x63, 0x27, 0x2f, 0xfa, 0xfc, 0xe7, 0xcf, 0xa1, 0xa1, 0xe1, 0xf3, 0xde, 0x23, 0x48, 0x07, 0x5e, 0xf8, 0xae, 0xcf, 0xfe, 0x90, 0x21, 0x56, 0xff, 0x70, 0xc4, 0x77, 0xfe, 0x45, 0x89, 0x3f, 0xe2, 0xa1, 0xed, 0xa3, 0x1b, 0xf3, 0x3c, 0x80, 0xf3, 0x12, 0xd0, 0x3a, 0x07, 0x44, 0x02, 0xac, 0x34, 0xb4, 0xbf, 0x0e, 0x77, 0xf5, 0x8c, 0x60, 0x0b, 0x08, 0x80, 0x54, 0xea, 0xfd, 0xb3, 0x52, 0xa9, 0x89, 0x3f, 0x9c, 0x3f, 0x7f, 0xdc, 0x11, 0xdf, 0xfc, 0xe6, 0x85, 0x1c, 0x7f, 0xfc, 0x77, 0xe9, 0xeb, 0x2b, 0x31, 0x7b, 0xcf, 0x5d, 0xf0, 0xe8, 0x06, 0xef, 0x79, 0x82, 0x79, 0x89, 0xb0, 0x31, 0xb5, 0x4e, 0x95, 0x58, 0xfb, 0xbf, 0xdd, 0xa1, 0xed, 0x03, 0xc2, 0x8b, 0xa6, 0xa6, 0x2b, 0xc7, 0x4a, 0x39, 0xf6, 0xdb, 0x85, 0x02, 0x17, 0x9a, 0xa6, 0x8c, 0xd8, 0xb6, 0xf0, 0xaa, 0x79, 0x1b, 0x81, 0xd9, 0x19, 0x90, 0xdb, 0xc0, 0xde, 0xe0, 0x0e, 0xfc, 0x2e, 0xac, 0x83, 0xec, 0x0e, 0xe8, 0xe9, 0x82, 0x44, 0x6d, 0x24, 0x52, 0x77, 0x90, 0xae, 0xc7, 0xcf, 0x48, 0xa5, 0xe2, 0xa7, 0x1c, 0x76, 0x58, 0x93, 0xfa, 0xd9, 0xcf, 0x9e, 0xce, 0x55, 0x57, 0xfd, 0x8e, 0xa7, 0x9f, 0xee, 0xf7, 0xbe, 0xde, 0xee, 0x84, 0x7b, 0x7e, 0xc1, 0xd0, 0xe4, 0xce, 0x70, 0x20, 0xd8, 0xd3, 0x03, 0x2b, 0xdf, 0xb2, 0x87, 0xd8, 0x8b, 0xdf, 0x29, 0x00, 0x31, 0x79, 0xf2, 0x67, 0x27, 0x15, 0x8b, 0xca, 0x63, 0x86, 0xa1, 0x4e, 0x56, 0x55, 0x51, 0xae, 0x1f, 0x2c, 0x14, 0xdc, 0x76, 0x32, 0xdb, 0xc6, 0x2b, 0x97, 0x52, 0xb0, 0xbc, 0x66, 0x09, 0x4d, 0x53, 0x11, 0x42, 0xa2, 0xaa, 0x10, 0x8b, 0x09, 0x9a, 0x9b, 0x23, 0x1c, 0x79, 0xe4, 0x78, 0xce, 0x3e, 0x7b, 0x2e, 0xdf, 0xf9, 0xce, 0x12, 0x9e, 0x7d, 0xb6, 0x9f, 0xc1, 0x41, 0xcd, 0x2f, 0x5f, 0x07, 0x7f, 0x59, 0x41, 0xe5, 0xf4, 0x8e, 0xe0, 0xdc, 0x1e, 0xff, 0xe0, 0xa6, 0x30, 0xeb, 0x7f, 0xbf, 0x04, 0xd8, 0x1b, 0xc4, 0x07, 0x94, 0x6c, 0x56, 0xfc, 0xb4, 0xa6, 0x46, 0x9b, 0x3c, 0x7b, 0x76, 0x03, 0x0b, 0x17, 0x4e, 0x44, 0xd7, 0x55, 0x36, 0x6c, 0xe8, 0xa4, 0xad, 0xad, 0x8f, 0xce, 0xce, 0x1c, 0x03, 0x03, 0x16, 0xf9, 0xbc, 0x4d, 0x3e, 0x6f, 0x63, 0x59, 0x1a, 0x52, 0x4a, 0x14, 0x05, 0x0c, 0x43, 0xa5, 0xae, 0xce, 0x60, 0xca, 0x94, 0x5a, 0x16, 0x2e, 0x9c, 0x48, 0x2e, 0x57, 0xe4, 0x43, 0x1f, 0xba, 0x87, 0xae, 0x2e, 0x7f, 0x2d, 0xdc, 0x8e, 0x9b, 0xe1, 0x2f, 0x2b, 0xa9, 0x4c, 0xe1, 0x86, 0x85, 0x42, 0x87, 0xe3, 0xfe, 0x7f, 0x6b, 0x29, 0xb0, 0x37, 0x55, 0x80, 0xa8, 0xaf, 0xff, 0xc4, 0x41, 0xc5, 0xa2, 0x3c, 0x35, 0x12, 0x51, 0x78, 0xfb, 0xdb, 0x67, 0x71, 0xd5, 0x55, 0x27, 0xb2, 0x74, 0xe9, 0x66, 0x14, 0x65, 0x8d, 0xd7, 0xed, 0x92, 0xc5, 0x34, 0x6d, 0xa4, 0x84, 0x42, 0xc1, 0xc2, 0xb2, 0xdc, 0x22, 0xd2, 0x48, 0x44, 0x23, 0x16, 0xd3, 0x88, 0xc5, 0x74, 0x8a, 0x45, 0x9b, 0xbb, 0xee, 0x5a, 0xcd, 0xea, 0xd5, 0x59, 0x5f, 0xf3, 0x23, 0x40, 0xcf, 0xfd, 0xf0, 0xf3, 0x3f, 0xf8, 0x9e, 0xa1, 0xda, 0xa8, 0x7a, 0x73, 0x34, 0x21, 0xd1, 0xfd, 0x00, 0xd8, 0xb3, 0xea, 0x44, 0x00, 0x22, 0x9b, 0x55, 0x8f, 0x13, 0x02, 0x51, 0x28, 0x38, 0xa4, 0xd3, 0x79, 0x1e, 0x79, 0x64, 0x35, 0x8f, 0x3f, 0xbe, 0x8e, 0x35, 0x6b, 0x3a, 0xe8, 0xef, 0x2f, 0x90, 0xcf, 0x5b, 0xe5, 0xc6, 0x11, 0xc7, 0x91, 0x68, 0x9a, 0xe2, 0xed, 0xbf, 0x6b, 0xd3, 0xd6, 0x96, 0xa6, 0xbd, 0x3d, 0x47, 0x7b, 0xbb, 0x49, 0x3e, 0xef, 0xcf, 0xd8, 0x02, 0xf4, 0x3d, 0x09, 0x3f, 0xfd, 0x01, 0x6e, 0xfe, 0xb7, 0x4a, 0xe1, 0xea, 0xa8, 0x77, 0x28, 0xd9, 0x0f, 0x80, 0xbd, 0x61, 0xf8, 0x01, 0xa2, 0x50, 0x70, 0x1a, 0x35, 0x4d, 0xa1, 0xa3, 0xc3, 0xe4, 0xce, 0x3b, 0x5f, 0xe1, 0xb9, 0xe7, 0xb6, 0xd0, 0xdb, 0x5b, 0xa0, 0xb7, 0x37, 0x8f, 0x65, 0x49, 0x1c, 0xc7, 0x5d, 0x7f, 0xc7, 0x01, 0xc7, 0x91, 0xe5, 0xc6, 0xd2, 0x6c, 0xd6, 0x61, 0x60, 0xc0, 0xc1, 0x34, 0xfd, 0x25, 0x04, 0xa5, 0xa3, 0xfb, 0x49, 0xf8, 0xe9, 0x77, 0xdc, 0x0d, 0xb9, 0x80, 0xc1, 0x32, 0xad, 0xe1, 0xfa, 0xf7, 0x83, 0xe9, 0xd0, 0xfd, 0xc7, 0xbe, 0x50, 0x01, 0x20, 0xb6, 0x59, 0x16, 0x64, 0x32, 0x92, 0x55, 0xab, 0x32, 0x6c, 0xda, 0x34, 0x80, 0xae, 0x0b, 0x5f, 0x97, 0xb0, 0xdb, 0x15, 0xec, 0x38, 0x6e, 0xf9, 0xb8, 0x3b, 0xb1, 0xa5, 0x34, 0x8c, 0x52, 0x0b, 0xb1, 0x51, 0x5f, 0xff, 0x1b, 0xfc, 0xe2, 0x16, 0xb7, 0xa8, 0xb2, 0x9c, 0xc2, 0x95, 0x84, 0xa7, 0x7c, 0x83, 0xbe, 0xff, 0x7e, 0xee, 0xdf, 0x87, 0x00, 0xf0, 0xa4, 0xc0, 0xda, 0x87, 0xe1, 0xd0, 0x3e, 0x10, 0xb5, 0x85, 0x02, 0x14, 0x0a, 0x83, 0x2e, 0xb8, 0xa6, 0x0d, 0x8a, 0x74, 0xd7, 0x25, 0xac, 0x56, 0x27, 0x09, 0x60, 0xe7, 0x60, 0xf9, 0xad, 0x70, 0xcf, 0x13, 0x0c, 0xe6, 0x04, 0x20, 0xbc, 0x12, 0xa6, 0x1a, 0xf1, 0x9d, 0xfd, 0x84, 0x1f, 0x7a, 0xa8, 0x7b, 0xc9, 0x03, 0xf0, 0x4c, 0xf5, 0xb5, 0x26, 0x1c, 0xd6, 0x0e, 0xd1, 0x33, 0xbd, 0xfe, 0x9e, 0xf2, 0x9f, 0x1c, 0x47, 0x94, 0xcf, 0xa1, 0xb3, 0x8b, 0xfc, 0x47, 0xcf, 0x4a, 0xb8, 0xfb, 0x26, 0x78, 0x76, 0x0d, 0xe1, 0xf5, 0x87, 0xc1, 0x12, 0xa8, 0xc2, 0x08, 0xdc, 0xcf, 0x7e, 0x10, 0xec, 0x33, 0x00, 0xa0, 0xc2, 0xb3, 0x6b, 0x61, 0xf6, 0x7a, 0x88, 0x1d, 0xed, 0x46, 0x00, 0x61, 0x74, 0xc5, 0x40, 0xbd, 0x6b, 0xe1, 0xb9, 0xdb, 0xe0, 0x8e, 0xbf, 0x40, 0x77, 0xa6, 0x8a, 0x85, 0x5f, 0xa0, 0xfa, 0x56, 0xb4, 0xd5, 0xb8, 0x7f, 0x3f, 0xf1, 0xf7, 0x52, 0x20, 0xc8, 0x0f, 0x80, 0x8a, 0xca, 0x1d, 0x20, 0x02, 0xd3, 0x9a, 0xe0, 0xc4, 0xf3, 0xa1, 0xe1, 0x34, 0x88, 0xce, 0x01, 0xb5, 0xae, 0xf2, 0xdf, 0x8b, 0x7d, 0x30, 0xb0, 0x1d, 0xda, 0xd7, 0xc0, 0xf2, 0x97, 0xe1, 0xd5, 0xd7, 0x7d, 0x86, 0x9d, 0x4d, 0xf8, 0xde, 0xc3, 0x85, 0x90, 0x40, 0x4f, 0x21, 0xc4, 0xf8, 0x93, 0xfb, 0x83, 0x3e, 0xfb, 0x26, 0x12, 0x18, 0x52, 0xbb, 0x57, 0x9a, 0x2f, 0x50, 0xee, 0x20, 0x8a, 0xbb, 0x67, 0x7d, 0x1d, 0x34, 0x34, 0xb8, 0x2d, 0xea, 0x9d, 0x26, 0x0c, 0x48, 0xc2, 0x47, 0xbc, 0x85, 0x71, 0x7d, 0xd8, 0x19, 0xc6, 0xfd, 0xf6, 0x7e, 0xc3, 0xef, 0xcd, 0x01, 0x80, 0xa0, 0x72, 0xc2, 0x55, 0xa9, 0x8b, 0xc8, 0xdf, 0x4a, 0x16, 0xa3, 0xb2, 0x2b, 0x47, 0x1d, 0x01, 0x00, 0xc5, 0x11, 0xc4, 0x7e, 0x91, 0xe1, 0xf7, 0x27, 0xdc, 0x4f, 0xfc, 0x7d, 0xec, 0x06, 0x06, 0x77, 0xf0, 0x28, 0x8d, 0x6d, 0xf1, 0x97, 0x5e, 0x97, 0xf4, 0xba, 0xc6, 0xd0, 0xa1, 0x8c, 0xfe, 0xa4, 0x4e, 0xd8, 0xd6, 0xf1, 0x41, 0x8b, 0xbf, 0x5a, 0xc4, 0x6f, 0x3f, 0xf1, 0xf7, 0x31, 0x00, 0x82, 0x45, 0x8a, 0xa5, 0x8a, 0x0d, 0x93, 0xa1, 0xbd, 0xeb, 0x25, 0xce, 0xd6, 0x42, 0x22, 0x3e, 0x41, 0x09, 0x10, 0x16, 0xe4, 0xf1, 0x17, 0x7a, 0x8c, 0x76, 0x87, 0xb2, 0xfd, 0xc7, 0x5e, 0x04, 0x40, 0xb5, 0x76, 0x32, 0x2b, 0xe4, 0xfd, 0x12, 0x67, 0x87, 0x8e, 0x30, 0x65, 0xf8, 0x5a, 0xf7, 0xb0, 0x5d, 0x49, 0xab, 0x71, 0xfd, 0x7e, 0x10, 0xbc, 0x09, 0x2a, 0x20, 0xd8, 0xcc, 0x28, 0x3c, 0xa2, 0x05, 0x41, 0xe1, 0x6f, 0x20, 0x09, 0x1b, 0xf8, 0x1c, 0xdc, 0x86, 0x2e, 0xd8, 0xec, 0xe1, 0x8c, 0x10, 0xe5, 0xdb, 0x4f, 0xfc, 0x37, 0x49, 0x05, 0x84, 0x71, 0xbb, 0x0c, 0x89, 0xde, 0x85, 0x8d, 0xbd, 0x80, 0xf0, 0x89, 0xdf, 0xc3, 0xed, 0x49, 0x18, 0xd6, 0x3c, 0xb9, 0xff, 0x78, 0x13, 0xbc, 0x80, 0xb0, 0x98, 0x80, 0x3f, 0x38, 0x54, 0x6d, 0x02, 0xf6, 0x48, 0x4d, 0x99, 0x61, 0x0d, 0x0f, 0x72, 0x3f, 0xd7, 0xff, 0xf3, 0x02, 0x20, 0xf8, 0xdd, 0xa3, 0xda, 0xc3, 0x8e, 0xd1, 0x6f, 0x41, 0x17, 0xd6, 0xae, 0xbd, 0x9f, 0xf0, 0x6f, 0xe0, 0xf8, 0xff, 0x0f, 0x8e, 0xce, 0x4f, 0xe3, 0xa5, 0x16, 0x5d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int maxima_128_png_len = 15405; unsigned char maxima_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x13, 0xaf, 0x00, 0x00, 0x13, 0xaf, 0x01, 0x63, 0xe6, 0x8e, 0xc3, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x69, 0x4f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0xbd, 0x79, 0xbc, 0x1d, 0x75, 0x7d, 0xff, 0xff, 0xfc, 0xcc, 0x72, 0xf6, 0xbb, 0x6f, 0xd9, 0x13, 0x92, 0x90, 0x8d, 0x40, 0x80, 0x90, 0xb0, 0x85, 0x25, 0x08, 0x88, 0x80, 0x80, 0x3b, 0x58, 0xaa, 0x75, 0xad, 0x4a, 0xd5, 0x6a, 0xb5, 0x6a, 0xad, 0x5d, 0xd4, 0x6f, 0x6d, 0xfd, 0xb5, 0xd8, 0xda, 0x56, 0x5b, 0x54, 0x44, 0x44, 0x54, 0x5c, 0x50, 0x41, 0x28, 0xfb, 0x22, 0x10, 0xf6, 0x35, 0x3b, 0x21, 0xfb, 0x72, 0x93, 0xdc, 0xfd, 0x9e, 0x7d, 0x96, 0xcf, 0xef, 0x8f, 0x99, 0x73, 0xee, 0x9c, 0xb9, 0x33, 0x73, 0xce, 0x4d, 0x22, 0x44, 0xb9, 0xf3, 0x78, 0xcc, 0xe3, 0x9c, 0x7b, 0xef, 0xb9, 0x67, 0x66, 0x3e, 0x9f, 0xf7, 0xeb, 0xbd, 0x2f, 0x30, 0x79, 0x4c, 0x1e, 0x93, 0xc7, 0xe4, 0x31, 0x79, 0xbc, 0x3e, 0x0f, 0xf1, 0x3a, 0x7f, 0x0e, 0x39, 0x49, 0x02, 0x93, 0x00, 0x98, 0xbc, 0xe7, 0x49, 0x20, 0x4c, 0x02, 0xe0, 0x8f, 0xe4, 0x3e, 0xc5, 0x61, 0x10, 0xf8, 0x24, 0x08, 0x26, 0x01, 0xf0, 0x07, 0x75, 0x7f, 0x87, 0x73, 0xef, 0x72, 0x12, 0x00, 0x93, 0xc7, 0xd1, 0x0e, 0x00, 0xd1, 0xc0, 0xef, 0xa2, 0x7e, 0xae, 0x47, 0xe4, 0x93, 0x20, 0x98, 0x3c, 0x8e, 0x4a, 0x00, 0xd4, 0x23, 0x7c, 0x11, 0xf2, 0xda, 0x08, 0xb7, 0x97, 0x21, 0xaf, 0x93, 0x00, 0x98, 0x04, 0xc0, 0x51, 0x4f, 0xfc, 0x22, 0x82, 0xf8, 0xeb, 0xe9, 0xfe, 0x41, 0xaf, 0x87, 0x0a, 0x82, 0x89, 0xac, 0xd9, 0x24, 0xa0, 0x26, 0x01, 0x70, 0xc8, 0xf7, 0x12, 0x46, 0xf8, 0xa2, 0x0e, 0x28, 0xa2, 0x08, 0x3e, 0xea, 0xe7, 0x57, 0xe3, 0x98, 0x04, 0xc4, 0x51, 0x76, 0x68, 0x47, 0x31, 0xd7, 0x0f, 0x22, 0x7a, 0xd1, 0xd4, 0xf4, 0xc9, 0x15, 0x52, 0x26, 0x2f, 0x02, 0x75, 0x85, 0x65, 0xd9, 0x9d, 0x86, 0xa1, 0xf4, 0x98, 0xa6, 0x14, 0xa0, 0xec, 0x07, 0x79, 0x10, 0xec, 0x47, 0xe1, 0x6b, 0xd7, 0x86, 0x10, 0xbb, 0x0c, 0xe1, 0xf8, 0x62, 0x02, 0xc4, 0x79, 0x38, 0x12, 0x40, 0x4c, 0x82, 0x61, 0x12, 0x00, 0x8d, 0x10, 0x97, 0xa8, 0x3d, 0xdf, 0xd2, 0xda, 0xd1, 0xb1, 0xe4, 0xe3, 0xaa, 0xaa, 0x7e, 0x50, 0xd3, 0xc4, 0x14, 0x45, 0x11, 0xd8, 0xb6, 0x24, 0x97, 0xb3, 0x31, 0x4d, 0x09, 0x28, 0x80, 0x32, 0xcd, 0xf9, 0x57, 0x73, 0x3f, 0xa0, 0x06, 0x10, 0xbd, 0x5d, 0x87, 0x50, 0x45, 0x00, 0x61, 0x8a, 0xc3, 0x24, 0x7e, 0x51, 0x07, 0x0c, 0x93, 0x20, 0x78, 0x9d, 0x03, 0x40, 0x44, 0x13, 0xff, 0x72, 0xbd, 0xab, 0xeb, 0xe2, 0x2f, 0xea, 0xba, 0xf8, 0x78, 0x26, 0xa3, 0x37, 0xb5, 0xb6, 0xc6, 0x49, 0xa7, 0x75, 0x72, 0x39, 0x83, 0xbd, 0x7b, 0xf3, 0x14, 0x8b, 0x60, 0x18, 0xc2, 0x05, 0x40, 0xe5, 0xdf, 0xcb, 0x9b, 0x7d, 0x00, 0xb0, 0x7d, 0xd2, 0xc0, 0x9e, 0x00, 0xd1, 0x36, 0xf2, 0x3e, 0x8c, 0xeb, 0x87, 0x11, 0x78, 0x10, 0xc0, 0x26, 0x81, 0xf0, 0x3a, 0x04, 0x40, 0x24, 0xf1, 0xb7, 0xb6, 0x7e, 0x7c, 0x69, 0x32, 0xd9, 0xf6, 0xfd, 0x4c, 0x46, 0x5f, 0x36, 0x65, 0x4a, 0x8a, 0x05, 0x0b, 0x3a, 0x68, 0x6f, 0x4f, 0xf1, 0xf0, 0xc3, 0xdb, 0x59, 0xbf, 0x7e, 0x94, 0x6c, 0x56, 0xba, 0x74, 0x5e, 0xa5, 0xa1, 0x32, 0x98, 0x8f, 0xc2, 0x9e, 0x87, 0xdd, 0xe7, 0xaa, 0x10, 0xbb, 0xf0, 0x10, 0xbd, 0xed, 0xa2, 0xc5, 0x9e, 0x00, 0xf1, 0xd7, 0xfb, 0x5d, 0x18, 0x08, 0xea, 0xa9, 0x56, 0x72, 0x52, 0x1a, 0xbc, 0x7e, 0x01, 0x10, 0x49, 0xfc, 0x6d, 0x6d, 0x9f, 0xb9, 0x28, 0x91, 0x48, 0xfd, 0xb8, 0xa3, 0x23, 0x91, 0x5e, 0xbc, 0xb8, 0x83, 0x55, 0xab, 0x8e, 0x61, 0xef, 0xde, 0x61, 0x6e, 0xbe, 0x79, 0x1d, 0xbb, 0x76, 0x99, 0x3e, 0xc2, 0x37, 0x9f, 0x84, 0xa1, 0x9f, 0xc0, 0x3d, 0x77, 0xc0, 0xa6, 0x9c, 0x4b, 0x48, 0xaa, 0x87, 0x00, 0x85, 0xef, 0x7a, 0x36, 0x8d, 0x07, 0xd8, 0xa2, 0x8c, 0xef, 0x30, 0xe2, 0xad, 0x67, 0x6c, 0x8b, 0x43, 0xb0, 0x3b, 0x26, 0x8f, 0x3f, 0x72, 0x1b, 0xa0, 0x4a, 0x60, 0x1d, 0x1d, 0x5f, 0xb8, 0x32, 0x99, 0x8c, 0x7f, 0xb7, 0xab, 0x2b, 0x11, 0x3b, 0xe5, 0x94, 0xa9, 0x5c, 0x7a, 0xe9, 0xf1, 0xdc, 0x7f, 0xff, 0x26, 0xbe, 0xf3, 0x9d, 0xb5, 0xe4, 0xf3, 0x9a, 0xe7, 0x96, 0xcb, 0xbf, 0x83, 0x6d, 0xd7, 0xc2, 0x8f, 0x9f, 0xf7, 0x3d, 0x4f, 0x85, 0xf3, 0xdb, 0x75, 0x74, 0x70, 0xbb, 0x0e, 0xe1, 0x7b, 0x88, 0xfd, 0xb2, 0x36, 0x98, 0x36, 0x03, 0x62, 0xed, 0x40, 0x1c, 0x64, 0x01, 0x7a, 0x77, 0xc0, 0xcf, 0xf6, 0x85, 0x70, 0xfe, 0x7a, 0x67, 0x90, 0xf1, 0x3d, 0x09, 0x88, 0xa3, 0xc4, 0x03, 0xf3, 0x6a, 0x73, 0x7f, 0x0f, 0xf1, 0x7f, 0xfe, 0x1c, 0x4d, 0x8b, 0xdd, 0xd1, 0xd9, 0x19, 0xd7, 0xcf, 0x38, 0x63, 0x06, 0x1f, 0xfc, 0xe0, 0x2a, 0x6e, 0xbf, 0xfd, 0x45, 0xbe, 0xfe, 0xf5, 0x67, 0x28, 0x95, 0xaa, 0x5c, 0x3f, 0x07, 0x07, 0xfe, 0x01, 0xbe, 0xf5, 0x4b, 0x9f, 0xf2, 0x8f, 0x8f, 0xf8, 0x6d, 0xc0, 0xf2, 0xbc, 0x5a, 0x9e, 0x9f, 0xed, 0x00, 0xfb, 0xc0, 0x73, 0x4f, 0xa7, 0x27, 0x13, 0x89, 0x33, 0x2f, 0xb6, 0x6d, 0xfd, 0x62, 0x29, 0xd5, 0x53, 0xa4, 0x64, 0x3e, 0x28, 0xc2, 0x34, 0x2d, 0xf7, 0x72, 0x95, 0xcb, 0xca, 0x3d, 0x50, 0xfe, 0x05, 0x3c, 0xfd, 0x1f, 0x70, 0xef, 0x50, 0x80, 0xd1, 0x1d, 0xf4, 0x1a, 0x06, 0x86, 0x49, 0x5b, 0xe0, 0x75, 0x00, 0x80, 0x20, 0xf5, 0x42, 0x71, 0x74, 0xfe, 0x6b, 0xa6, 0x69, 0x5a, 0xfb, 0xe3, 0x4d, 0x4d, 0xfa, 0x94, 0x53, 0x4e, 0xe9, 0xe1, 0xb3, 0x9f, 0x3d, 0x9f, 0x03, 0x07, 0x46, 0xb9, 0xea, 0xaa, 0x9f, 0x33, 0x3a, 0x5a, 0x21, 0x7e, 0x7b, 0x10, 0xd6, 0x7f, 0x10, 0x7e, 0xbe, 0xd6, 0x43, 0x89, 0x7e, 0xee, 0x1b, 0x45, 0xfc, 0x95, 0xd3, 0x4f, 0x90, 0x00, 0x24, 0x93, 0xd7, 0x2c, 0x83, 0xe6, 0x8f, 0xdb, 0xb6, 0x72, 0x89, 0x10, 0x34, 0x57, 0x6e, 0x53, 0x4a, 0xc7, 0xd3, 0x64, 0x59, 0xce, 0xab, 0xe3, 0x79, 0xf2, 0x62, 0xd7, 0xde, 0x0d, 0xcf, 0x5d, 0x0e, 0xb7, 0xed, 0x0e, 0x00, 0xa1, 0x1d, 0x02, 0x3a, 0x3b, 0x40, 0x65, 0x9a, 0x04, 0xc1, 0xeb, 0xd4, 0x0b, 0x24, 0xa0, 0xe5, 0xbf, 0x55, 0x55, 0x4c, 0xe9, 0xee, 0x4e, 0x70, 0xe9, 0xa5, 0xc7, 0xb1, 0x60, 0xc1, 0x14, 0xde, 0xff, 0xfe, 0x9f, 0x32, 0x3a, 0x5a, 0x65, 0xf2, 0x36, 0x6c, 0xfb, 0x2c, 0xfc, 0x7c, 0x03, 0xa0, 0xfb, 0x28, 0x50, 0xfa, 0x8c, 0x5e, 0xbf, 0x21, 0xea, 0x3d, 0x15, 0x8f, 0x31, 0x2c, 0x01, 0x52, 0xa9, 0x6b, 0xce, 0x51, 0x94, 0xd6, 0x4f, 0x81, 0x58, 0x0d, 0x08, 0x5d, 0x07, 0x55, 0x15, 0x68, 0x9a, 0x40, 0x71, 0x21, 0x66, 0x59, 0x12, 0xc3, 0x10, 0x94, 0x4a, 0x16, 0xa0, 0x62, 0x9a, 0xde, 0xc7, 0x50, 0x66, 0xc0, 0xd2, 0x2f, 0xc1, 0x6d, 0x7f, 0xe1, 0x7e, 0xa7, 0xe5, 0x03, 0x62, 0xe5, 0xda, 0x96, 0xcf, 0x8e, 0x98, 0x54, 0x7f, 0x5e, 0xc7, 0x46, 0xb0, 0x27, 0xb8, 0xf5, 0x57, 0x2b, 0xa5, 0x54, 0x2e, 0x4e, 0x24, 0x54, 0x16, 0x2d, 0xea, 0xe4, 0x92, 0x4b, 0x96, 0xf1, 0xfd, 0xef, 0x3f, 0xc2, 0xc6, 0x8d, 0x79, 0xcf, 0x2d, 0x16, 0xee, 0x85, 0x1f, 0x3e, 0xee, 0x12, 0xbf, 0xe2, 0xd3, 0xd3, 0xc3, 0x88, 0xdf, 0x0e, 0x00, 0x40, 0x05, 0x04, 0x32, 0x99, 0xfc, 0xd0, 0x12, 0x55, 0xed, 0xfe, 0x8a, 0xa2, 0x28, 0xe7, 0x29, 0x0a, 0xe8, 0xba, 0x20, 0x91, 0x50, 0x48, 0x26, 0x55, 0x9a, 0x9a, 0x62, 0x34, 0x35, 0xe9, 0xa4, 0xd3, 0x31, 0x84, 0x80, 0x62, 0xd1, 0x62, 0xff, 0xfe, 0x1c, 0xfb, 0xf7, 0x17, 0x19, 0x1c, 0xb4, 0x7c, 0x86, 0x38, 0x80, 0x76, 0x2a, 0x10, 0xf3, 0x79, 0x9a, 0x2c, 0x0f, 0xe1, 0x43, 0xfd, 0x08, 0xf5, 0xe4, 0x11, 0xed, 0x59, 0xfb, 0x83, 0x06, 0x40, 0x68, 0xc4, 0x57, 0xca, 0xc4, 0xdf, 0x09, 0x21, 0x44, 0x3a, 0xad, 0xb1, 0x6c, 0xd9, 0x74, 0xd2, 0xe9, 0x38, 0x37, 0xde, 0xf8, 0x1c, 0xa6, 0xe9, 0xd5, 0x70, 0x76, 0xdc, 0xea, 0xde, 0xaf, 0xea, 0x03, 0x80, 0x9f, 0x80, 0xc2, 0x88, 0xde, 0xa3, 0x32, 0xad, 0xee, 0xc8, 0x64, 0x4e, 0xfd, 0x92, 0xa2, 0x68, 0x57, 0x6a, 0x9a, 0x50, 0x13, 0x09, 0x95, 0x74, 0x5a, 0xa5, 0xb3, 0x33, 0xc9, 0xd4, 0xa9, 0x19, 0xa6, 0x4f, 0x6f, 0x66, 0xfa, 0xf4, 0x16, 0xda, 0xda, 0x52, 0x18, 0x86, 0x45, 0x5f, 0x5f, 0x96, 0xdd, 0xbb, 0x87, 0x31, 0x4d, 0x9b, 0xfe, 0xfe, 0x32, 0x52, 0x06, 0x39, 0x92, 0x64, 0xd9, 0x31, 0x90, 0xab, 0x84, 0x6f, 0x06, 0x00, 0x55, 0x78, 0xfe, 0xee, 0x37, 0xc4, 0x27, 0xa3, 0xc4, 0xd1, 0xcf, 0x2e, 0x1a, 0xfc, 0x9c, 0x3c, 0x5a, 0x01, 0x40, 0xb0, 0x4b, 0xf1, 0x2d, 0xad, 0xb6, 0xad, 0x9c, 0x2b, 0x04, 0x34, 0x35, 0xe9, 0x2c, 0x58, 0xd0, 0xc3, 0x33, 0xcf, 0x6c, 0x63, 0xdb, 0xb6, 0x9c, 0x4f, 0xc5, 0x7f, 0x62, 0x9d, 0xcb, 0xfd, 0xd5, 0x10, 0xee, 0x5f, 0x01, 0x82, 0xd7, 0xcf, 0x3f, 0xce, 0xe0, 0x6e, 0x6e, 0xfe, 0xcb, 0xab, 0x85, 0x48, 0xff, 0xbd, 0xaa, 0x2a, 0xad, 0xb1, 0x98, 0xa0, 0xa5, 0x25, 0xc6, 0x94, 0x29, 0x29, 0xe6, 0xcd, 0x6b, 0x67, 0xd1, 0xa2, 0x6e, 0xe6, 0xcf, 0xef, 0xae, 0x12, 0xfe, 0xe8, 0x68, 0x91, 0x9d, 0x3b, 0x07, 0xd8, 0xb7, 0x6f, 0x94, 0x2d, 0x5b, 0x06, 0xd8, 0xb1, 0x63, 0x94, 0x81, 0x01, 0xc3, 0x05, 0xa6, 0x7f, 0x3f, 0x8a, 0x1b, 0x5d, 0x00, 0xf8, 0x09, 0xdf, 0x7b, 0xaf, 0x7e, 0x49, 0x20, 0x02, 0xec, 0x81, 0xd7, 0xca, 0x39, 0x71, 0xb4, 0x10, 0xbe, 0x68, 0x80, 0xa8, 0xc3, 0x22, 0xf7, 0x13, 0x56, 0x27, 0x5f, 0xeb, 0x40, 0x98, 0x48, 0x26, 0x17, 0x9c, 0x6f, 0x59, 0x52, 0x07, 0x41, 0x22, 0xa1, 0x11, 0x8f, 0x6b, 0x3c, 0xf6, 0xd8, 0x2b, 0x14, 0x0a, 0x35, 0x4c, 0x3d, 0x07, 0xdb, 0x8a, 0x1e, 0x09, 0x20, 0x02, 0xdc, 0x99, 0x36, 0x11, 0x3e, 0xfc, 0x64, 0xf2, 0xd2, 0x39, 0xba, 0x7e, 0xc2, 0xd7, 0x55, 0x55, 0x5d, 0x15, 0x8f, 0x2b, 0x34, 0x35, 0x69, 0xf4, 0xf4, 0xa4, 0x98, 0x37, 0xaf, 0x8d, 0x65, 0xcb, 0xa6, 0xb3, 0x74, 0xe9, 0x34, 0xba, 0xbb, 0x9b, 0x29, 0x97, 0x4d, 0x7a, 0x7b, 0x87, 0xd9, 0xb1, 0x63, 0x80, 0xcd, 0x9b, 0x0f, 0xb0, 0x75, 0xeb, 0x00, 0xbb, 0x76, 0x8d, 0xd2, 0xdb, 0x5b, 0x60, 0x78, 0xd8, 0xa6, 0x54, 0x52, 0x7c, 0xc0, 0xac, 0xec, 0xc1, 0xde, 0x47, 0x5c, 0x15, 0x48, 0x71, 0x41, 0x20, 0xea, 0x6c, 0xa6, 0xf0, 0x00, 0x57, 0x4c, 0xaa, 0x42, 0xa1, 0xdc, 0x3b, 0x8a, 0xd8, 0xc3, 0xfe, 0xb7, 0xe1, 0x08, 0xfb, 0x6b, 0x1d, 0x08, 0x13, 0xa6, 0xa9, 0x9e, 0x06, 0x60, 0xdb, 0x12, 0xdb, 0x96, 0x0c, 0x0c, 0xe4, 0xd8, 0xbc, 0xf9, 0x20, 0x76, 0x8d, 0x97, 0x5e, 0x08, 0x8f, 0xee, 0xef, 0x05, 0x80, 0x97, 0x73, 0x06, 0x71, 0x7e, 0x01, 0x88, 0x4c, 0xe6, 0x2f, 0xde, 0xab, 0xeb, 0x6d, 0x7f, 0xa3, 0xaa, 0xa4, 0xd2, 0x69, 0x8d, 0xae, 0xae, 0x04, 0x73, 0xe7, 0xb6, 0xb2, 0x72, 0xe5, 0x6c, 0x4e, 0x3d, 0xf5, 0x18, 0xa6, 0x4f, 0x6f, 0xa3, 0x58, 0x34, 0xd8, 0xb1, 0xa3, 0x8f, 0x4d, 0x9b, 0xf6, 0xf3, 0xca, 0x2b, 0x7d, 0x6c, 0xdf, 0x3e, 0xc8, 0x9e, 0x3d, 0xa3, 0xf4, 0xf5, 0x95, 0x18, 0x1e, 0x36, 0xc8, 0xe7, 0x83, 0xd2, 0x2e, 0x2a, 0x97, 0x36, 0x76, 0xc2, 0x2f, 0x1f, 0xf1, 0x18, 0xe7, 0x4a, 0xc0, 0x26, 0x78, 0x37, 0xc3, 0xf2, 0x19, 0xe4, 0x61, 0x31, 0x82, 0xd7, 0x3b, 0x00, 0xc2, 0x6c, 0xa6, 0xa0, 0xe0, 0xe3, 0x21, 0xa5, 0x95, 0x68, 0xaf, 0x36, 0xc1, 0xfb, 0xdf, 0x1b, 0x86, 0xec, 0xd2, 0x34, 0x81, 0x61, 0xd8, 0x0c, 0x0f, 0x97, 0xd9, 0xbc, 0x79, 0x3f, 0xc3, 0xc3, 0xc5, 0xaa, 0xf7, 0xc5, 0xfd, 0x68, 0x0a, 0x4e, 0x9c, 0x0e, 0xcf, 0x1f, 0xf4, 0x10, 0x57, 0x90, 0xde, 0xef, 0xbb, 0xd6, 0x71, 0xed, 0x2d, 0x2d, 0x97, 0xfe, 0xb3, 0xa6, 0xc5, 0xce, 0x8b, 0xc7, 0x15, 0xda, 0xda, 0x62, 0xcc, 0x99, 0xd3, 0xc2, 0x89, 0x27, 0x4e, 0xe3, 0xcc, 0x33, 0xe7, 0xb1, 0x74, 0xe9, 0x74, 0x4c, 0xd3, 0x66, 0xc7, 0x8e, 0x3e, 0x36, 0x6e, 0xec, 0x65, 0xed, 0xda, 0x7d, 0x6c, 0xdf, 0x3e, 0x48, 0x6f, 0x6f, 0x8e, 0x81, 0x81, 0x12, 0x23, 0x23, 0x06, 0x85, 0x02, 0x94, 0xcb, 0x02, 0xd3, 0x0c, 0x0a, 0x2a, 0x4b, 0x40, 0x58, 0xf0, 0xf8, 0x37, 0xa0, 0xa8, 0x7a, 0x40, 0x6a, 0x04, 0x10, 0xb6, 0xed, 0x31, 0x90, 0xbd, 0xa2, 0x5a, 0xf8, 0x3e, 0x37, 0xe9, 0x11, 0xaa, 0x5f, 0xbf, 0xd1, 0x68, 0x66, 0x6f, 0xdd, 0xb5, 0x7c, 0xcd, 0x25, 0x00, 0xd0, 0x6a, 0x9a, 0x36, 0xaa, 0xaa, 0x30, 0x30, 0x50, 0x62, 0xfd, 0xfa, 0xfd, 0x48, 0x09, 0xf1, 0xb8, 0xa0, 0x54, 0xf2, 0x02, 0x7b, 0xe5, 0x9b, 0xe0, 0xf9, 0x1f, 0x85, 0xe8, 0x1f, 0x8a, 0xdf, 0xf8, 0xcd, 0x64, 0xde, 0x73, 0xae, 0xa6, 0xcd, 0xfc, 0x6a, 0x2c, 0xa6, 0x76, 0x36, 0x37, 0xeb, 0x4c, 0x99, 0x92, 0xe2, 0xb8, 0xe3, 0xba, 0x39, 0xfd, 0xf4, 0x39, 0x9c, 0x7a, 0xea, 0x5c, 0x3a, 0x3a, 0x32, 0xec, 0xd9, 0x33, 0xc8, 0x33, 0xcf, 0xec, 0x60, 0xed, 0xda, 0xbd, 0x6c, 0xdd, 0x3a, 0xc0, 0x9e, 0x3d, 0x59, 0x06, 0x07, 0x4b, 0x64, 0xb3, 0x26, 0xf9, 0xbc, 0xa4, 0x54, 0x92, 0x18, 0x06, 0x01, 0x5a, 0x97, 0xf7, 0x78, 0xe5, 0x07, 0x70, 0xff, 0xcb, 0x80, 0x3e, 0x73, 0xe6, 0xf1, 0x4d, 0x9a, 0xd6, 0xa2, 0xe7, 0xf3, 0xc5, 0x92, 0x61, 0xd8, 0xa5, 0x7c, 0xbe, 0x54, 0x2e, 0x16, 0xcd, 0x32, 0x68, 0x65, 0x50, 0x2d, 0xd0, 0x4c, 0xf7, 0xd5, 0x02, 0x45, 0x82, 0x90, 0xce, 0x2b, 0x80, 0xe6, 0x91, 0x79, 0x8a, 0x04, 0xfb, 0x10, 0x24, 0x80, 0x72, 0x94, 0x03, 0x27, 0xec, 0x99, 0x14, 0x59, 0x7b, 0xef, 0x95, 0xf7, 0xa3, 0x65, 0x78, 0x34, 0x47, 0x70, 0x80, 0x31, 0x2c, 0xcb, 0x77, 0x42, 0x20, 0x78, 0xcd, 0x6d, 0x00, 0x10, 0x03, 0xa0, 0x50, 0x2a, 0x59, 0x0c, 0x0d, 0x49, 0xd6, 0xad, 0x3b, 0x48, 0x4f, 0x4f, 0x9a, 0x54, 0x4a, 0x61, 0x64, 0xc4, 0xeb, 0x42, 0x9f, 0x72, 0x25, 0xac, 0x7c, 0x0c, 0x9e, 0xdc, 0x1d, 0xc0, 0x09, 0xec, 0x31, 0x95, 0x22, 0xa5, 0x36, 0x37, 0x7f, 0xe8, 0xd3, 0xba, 0xde, 0x72, 0x75, 0x3c, 0x2e, 0x94, 0xb6, 0xb6, 0x18, 0x73, 0xe7, 0xb6, 0x72, 0xfa, 0xe9, 0xb3, 0x59, 0xbd, 0x7a, 0x21, 0x8b, 0x17, 0x4f, 0xa3, 0xbf, 0x3f, 0xcb, 0x83, 0x0f, 0x6e, 0xe4, 0xb9, 0xe7, 0x76, 0xb3, 0x6e, 0x5d, 0xaf, 0x8f, 0xf0, 0xed, 0x00, 0xc2, 0x0f, 0xa3, 0xc5, 0xdd, 0xbf, 0x82, 0x1f, 0xfe, 0xb6, 0xb2, 0x8e, 0x73, 0xe7, 0x9e, 0x7f, 0xc6, 0xb2, 0x65, 0x2b, 0x3e, 0x9b, 0xcb, 0x95, 0xe9, 0xef, 0x2f, 0xb0, 0x7b, 0xf7, 0x08, 0x7b, 0xf7, 0xe6, 0x19, 0x19, 0xb1, 0x28, 0x95, 0x24, 0x52, 0x2a, 0x8c, 0x45, 0x93, 0x1b, 0x5d, 0xa2, 0x70, 0x67, 0x87, 0xa6, 0x69, 0x47, 0x89, 0xb0, 0x18, 0xff, 0x3c, 0xa6, 0x69, 0x36, 0xf0, 0x9c, 0xa2, 0x8e, 0x92, 0x60, 0xff, 0x0e, 0x1e, 0x7d, 0x8b, 0x8f, 0xf0, 0x15, 0x6a, 0x03, 0x8b, 0x70, 0x18, 0xc1, 0xc4, 0xa3, 0x20, 0x17, 0xc8, 0xdc, 0x55, 0xb1, 0x6d, 0x8b, 0x45, 0xc1, 0xf6, 0xed, 0x79, 0x0a, 0x05, 0x8b, 0x64, 0x52, 0x25, 0x1e, 0xb7, 0x28, 0x95, 0x2a, 0x5a, 0x83, 0x92, 0x84, 0x0b, 0xbf, 0x06, 0xf1, 0xff, 0x07, 0xbf, 0xdb, 0xec, 0x03, 0x80, 0xab, 0x16, 0x2d, 0xee, 0x6e, 0x6d, 0xbd, 0xf4, 0x9f, 0x12, 0x89, 0xd4, 0x09, 0x99, 0x8c, 0xc6, 0xd4, 0xa9, 0x29, 0x4e, 0x38, 0x61, 0x0a, 0xe7, 0x9f, 0xbf, 0x90, 0x33, 0xcf, 0x3c, 0x96, 0x54, 0x2a, 0xce, 0x53, 0x4f, 0x6d, 0xe5, 0x9e, 0x7b, 0x36, 0xb0, 0x69, 0xd3, 0x41, 0xb6, 0x6d, 0x1b, 0xa2, 0xaf, 0xaf, 0x44, 0x2e, 0x67, 0x51, 0x28, 0x58, 0x18, 0x06, 0x0d, 0x12, 0x3e, 0x12, 0x36, 0xdf, 0x0c, 0x37, 0xdf, 0xee, 0x7e, 0x18, 0xc0, 0x7e, 0xe8, 0xa1, 0x6f, 0x3c, 0xd0, 0xd7, 0xf7, 0xc5, 0xd5, 0x9d, 0x9d, 0x1d, 0xa7, 0xb4, 0xb7, 0x27, 0x59, 0xb2, 0xa4, 0x8b, 0xee, 0xee, 0x3c, 0xdb, 0xb7, 0x0f, 0x73, 0xf0, 0x60, 0x89, 0x42, 0xc1, 0xae, 0xda, 0x11, 0xb6, 0x5d, 0x7f, 0x8f, 0xa4, 0x1c, 0x23, 0x0c, 0x21, 0x9c, 0xcb, 0x2a, 0x8a, 0xb3, 0xff, 0x42, 0x08, 0x14, 0xc5, 0x42, 0x51, 0x04, 0x8a, 0x22, 0x10, 0x42, 0x22, 0x84, 0x70, 0x3f, 0x77, 0x84, 0xf4, 0x10, 0x89, 0x1b, 0x05, 0xaf, 0x58, 0x62, 0x4e, 0x54, 0x5c, 0x4a, 0xe1, 0xfe, 0xdd, 0xb9, 0x26, 0x48, 0xf7, 0x79, 0x44, 0xf5, 0xb9, 0x62, 0x31, 0x15, 0xdb, 0x96, 0x54, 0xfe, 0xbd, 0xf2, 0x77, 0xaf, 0xba, 0x3e, 0xf6, 0xd5, 0x15, 0xc6, 0xa0, 0xf8, 0x01, 0xd1, 0xea, 0xaa, 0x95, 0xfe, 0xe8, 0xba, 0x60, 0x7c, 0x96, 0x6f, 0x90, 0x21, 0x5c, 0x57, 0x0a, 0x88, 0x57, 0x99, 0x45, 0x78, 0x0d, 0x44, 0xd5, 0x39, 0x3f, 0x72, 0x2a, 0xf4, 0xdc, 0x37, 0xc6, 0xd5, 0x20, 0x91, 0xb0, 0x69, 0x6e, 0x56, 0x29, 0x95, 0x6c, 0xb2, 0x59, 0x28, 0x95, 0xf0, 0xaa, 0xce, 0x16, 0xf4, 0x3f, 0x08, 0xcf, 0xdd, 0x01, 0x6b, 0x36, 0x80, 0x65, 0x02, 0x66, 0x3c, 0x7e, 0xc9, 0xc9, 0x99, 0xcc, 0x89, 0x7f, 0x9b, 0xc9, 0xc4, 0x5a, 0x3b, 0x3a, 0xe2, 0x2c, 0x5e, 0xdc, 0xc9, 0xea, 0xd5, 0xc7, 0x72, 0xc1, 0x05, 0xc7, 0x31, 0x7d, 0x7a, 0x1b, 0x2f, 0xbd, 0xb4, 0x8b, 0x7b, 0xee, 0x59, 0xcf, 0x43, 0x0f, 0x6d, 0x65, 0xdb, 0xb6, 0x61, 0x86, 0x86, 0x0c, 0x46, 0x46, 0x4c, 0x0c, 0x43, 0x60, 0x59, 0x78, 0x0a, 0x6b, 0x44, 0x9d, 0x65, 0x31, 0x47, 0xe1, 0x89, 0xef, 0xc0, 0x3d, 0xcf, 0xf9, 0x7c, 0xfe, 0x06, 0x60, 0xc5, 0x62, 0x8b, 0x9a, 0x9b, 0x9a, 0xde, 0xf6, 0x9d, 0xe6, 0xe6, 0x78, 0x7a, 0xc9, 0x92, 0x76, 0xce, 0x3e, 0x7b, 0x2e, 0xed, 0xed, 0x29, 0xd6, 0xad, 0xdb, 0xc7, 0xf3, 0xcf, 0xef, 0x63, 0xdf, 0xbe, 0x3c, 0xb9, 0x9c, 0x49, 0xa9, 0x64, 0xfb, 0x0c, 0xfd, 0x00, 0x85, 0xc1, 0x25, 0x26, 0x21, 0x9c, 0x53, 0xd3, 0x14, 0x54, 0x55, 0x10, 0x8f, 0x2b, 0x38, 0x9e, 0xac, 0x18, 0xa9, 0x94, 0x46, 0x2a, 0xa5, 0x93, 0x48, 0x68, 0xa8, 0xaa, 0x82, 0xa6, 0x29, 0x47, 0x64, 0xc3, 0x74, 0xdd, 0xf9, 0x1e, 0xc3, 0xb0, 0x11, 0xc2, 0x21, 0xd6, 0xca, 0xef, 0x8a, 0x45, 0x13, 0x55, 0x15, 0x58, 0x96, 0x43, 0xf8, 0x95, 0x02, 0xa5, 0x72, 0xd9, 0xa2, 0x54, 0x32, 0x29, 0x95, 0x2c, 0xca, 0x65, 0x9b, 0x52, 0xc9, 0xa4, 0x5c, 0xb6, 0x31, 0x0c, 0xe7, 0x2c, 0x97, 0xed, 0xaa, 0xb3, 0xc3, 0xb2, 0x9c, 0xe8, 0xba, 0x13, 0x61, 0x97, 0x58, 0x96, 0xe2, 0x32, 0x3b, 0xd5, 0xb3, 0xd7, 0xd6, 0x0e, 0xf8, 0xca, 0xd9, 0x84, 0xe7, 0x77, 0x79, 0x5f, 0x6d, 0x82, 0xf3, 0xad, 0x22, 0xa5, 0xc2, 0x6b, 0x05, 0x00, 0xc5, 0xe3, 0xd1, 0xd1, 0xe1, 0x4b, 0x8f, 0x80, 0x72, 0x9c, 0xd7, 0xad, 0x1f, 0x8f, 0x43, 0x26, 0x23, 0xd0, 0x34, 0x85, 0x5c, 0xce, 0xa6, 0x58, 0xc4, 0x4d, 0x3f, 0xf0, 0x1a, 0xfb, 0x66, 0x56, 0xd7, 0x8d, 0xdd, 0xb1, 0x98, 0x9d, 0x6f, 0x6a, 0x6a, 0x3a, 0x71, 0xea, 0xd4, 0xa4, 0x72, 0xec, 0xb1, 0x6d, 0x9c, 0x75, 0xd6, 0x3c, 0x2e, 0xb8, 0x60, 0x09, 0x0b, 0x16, 0x4c, 0x61, 0xdd, 0xba, 0x3d, 0xdc, 0x76, 0xdb, 0x0b, 0x3c, 0xf8, 0xe0, 0x2b, 0x6c, 0xda, 0x34, 0xc4, 0xe0, 0xa0, 0x49, 0xa9, 0x24, 0xb1, 0x2c, 0xe1, 0x23, 0xfa, 0x46, 0x96, 0x63, 0xf0, 0x45, 0xf8, 0xf5, 0xf7, 0x61, 0xfb, 0x00, 0x63, 0x29, 0x0f, 0xa6, 0xef, 0x2c, 0xc3, 0xbb, 0x2f, 0xd5, 0xf5, 0xb9, 0x9f, 0x4c, 0xa5, 0x60, 0xc9, 0x92, 0x56, 0x3e, 0xf6, 0xb1, 0xd3, 0x79, 0xdb, 0xdb, 0x4e, 0xe1, 0x95, 0x57, 0x0e, 0x70, 0xff, 0xfd, 0x1b, 0xd8, 0xb0, 0x61, 0x3f, 0x7b, 0xf6, 0x8c, 0x30, 0x32, 0x52, 0x72, 0xf3, 0x8b, 0x82, 0x8f, 0x72, 0xd9, 0x72, 0x89, 0x45, 0x62, 0x9a, 0x0e, 0x11, 0x99, 0xa6, 0xac, 0x72, 0xd6, 0x0a, 0x61, 0x56, 0x88, 0x50, 0x08, 0x50, 0x14, 0x51, 0x05, 0x8f, 0x3c, 0x04, 0xed, 0xc8, 0xff, 0x1d, 0x80, 0x9b, 0x12, 0x22, 0x50, 0x55, 0xe7, 0xf7, 0xaa, 0xaa, 0x90, 0x4e, 0xeb, 0xe8, 0xba, 0x42, 0x3c, 0xae, 0x92, 0x4c, 0x6a, 0xb4, 0xb4, 0x24, 0x68, 0x6f, 0x4f, 0xd1, 0xdc, 0x9c, 0x20, 0x9d, 0x8e, 0x91, 0xc9, 0xc4, 0x89, 0xc5, 0x34, 0x84, 0x80, 0x5c, 0xae, 0x4c, 0x3e, 0x5f, 0x66, 0x74, 0xb4, 0xc4, 0xf0, 0x70, 0x81, 0x5c, 0xae, 0x4c, 0x2e, 0x67, 0x30, 0x3c, 0x5c, 0x64, 0x78, 0xb8, 0xc4, 0xd0, 0x50, 0x99, 0x83, 0x07, 0x4b, 0x8c, 0x8e, 0xe2, 0x8b, 0xb1, 0xd8, 0x43, 0xf0, 0xe5, 0x15, 0x3e, 0xe2, 0x0f, 0x3b, 0xeb, 0x81, 0xe0, 0xa8, 0x05, 0x80, 0x06, 0x7f, 0x7e, 0x26, 0x4c, 0xbd, 0xdd, 0xf9, 0xbb, 0xac, 0x4a, 0x35, 0x5d, 0x97, 0xb4, 0xb6, 0x2a, 0xb4, 0xb5, 0xe9, 0xe4, 0xf3, 0x16, 0x43, 0x43, 0x15, 0x8e, 0x2d, 0xdd, 0x8d, 0x92, 0x24, 0x93, 0x0a, 0x9d, 0x9d, 0x31, 0xe6, 0xcd, 0x6b, 0xe1, 0xc2, 0x0b, 0x17, 0x70, 0xd9, 0x65, 0x27, 0x32, 0x6b, 0x56, 0x07, 0x8f, 0x3d, 0xf6, 0x32, 0x3f, 0xfa, 0xd1, 0x53, 0x3c, 0xf6, 0xd8, 0x6e, 0xf6, 0xec, 0x29, 0xb8, 0x6e, 0x4c, 0x26, 0x48, 0xf0, 0x55, 0x52, 0xec, 0x87, 0x67, 0x7f, 0x0a, 0xff, 0xf7, 0x34, 0xe3, 0x13, 0xee, 0x2a, 0xdc, 0xdf, 0x1c, 0x7b, 0xaf, 0x59, 0xf0, 0xa9, 0xff, 0x82, 0xf8, 0x71, 0xf1, 0xb8, 0x60, 0xda, 0x34, 0x9d, 0x77, 0xbe, 0x73, 0x31, 0xef, 0x7d, 0xef, 0x19, 0x24, 0x12, 0x3a, 0x1b, 0x37, 0xee, 0x63, 0xd3, 0xa6, 0x5e, 0xf6, 0xec, 0x19, 0x26, 0x9f, 0x2f, 0x3b, 0xbc, 0xce, 0x05, 0x82, 0x65, 0xd9, 0xae, 0x0e, 0x6d, 0xd3, 0xdf, 0x9f, 0x67, 0x74, 0xb4, 0xcc, 0xe0, 0x60, 0x91, 0x83, 0x07, 0x8b, 0xae, 0x2d, 0x01, 0x86, 0xd1, 0xa8, 0xb4, 0x7a, 0xb5, 0x3c, 0x96, 0x63, 0xa6, 0x98, 0xa6, 0x29, 0x68, 0x9a, 0xe3, 0xc4, 0x48, 0xa7, 0x55, 0x5a, 0x5b, 0x75, 0xa6, 0x4d, 0xcb, 0x30, 0x7d, 0x7a, 0x13, 0xd3, 0xa7, 0xb7, 0xd0, 0xd5, 0x95, 0x41, 0xd3, 0x54, 0x46, 0x47, 0x8b, 0x0c, 0x0f, 0x17, 0x38, 0x70, 0x20, 0xcb, 0xf6, 0xed, 0x43, 0x6c, 0xda, 0x34, 0xc4, 0x81, 0x03, 0x16, 0xa6, 0x59, 0xe3, 0x70, 0xb0, 0xe0, 0x1f, 0x4e, 0xf4, 0x10, 0xb9, 0x19, 0xf0, 0x6a, 0x36, 0x00, 0x82, 0xa3, 0x1d, 0x00, 0xe8, 0xf0, 0xc9, 0x0f, 0x40, 0xdb, 0xd7, 0xc6, 0x3e, 0xeb, 0xdc, 0xbb, 0xae, 0x5b, 0x4c, 0x9d, 0x1a, 0x63, 0xce, 0x9c, 0x26, 0x2c, 0xcb, 0xa6, 0xaf, 0xaf, 0xc8, 0xf0, 0x70, 0x19, 0xd3, 0x84, 0x58, 0x4c, 0xd0, 0xd5, 0x95, 0x60, 0xe9, 0xd2, 0x2e, 0x56, 0xac, 0x98, 0xc5, 0xb4, 0x69, 0x2d, 0x3c, 0xf7, 0xdc, 0x6e, 0xee, 0xbe, 0x7b, 0x0b, 0x2f, 0xbf, 0x3c, 0x4a, 0x3e, 0x2f, 0x5c, 0xa9, 0xa1, 0x1c, 0xe2, 0xe3, 0x1a, 0xc3, 0xb0, 0xf9, 0xb7, 0xf0, 0xdb, 0x87, 0x20, 0x6f, 0x78, 0x16, 0xd4, 0x2b, 0x7e, 0x8d, 0x8a, 0xfa, 0xe3, 0x79, 0x6f, 0xc0, 0xb9, 0x73, 0xe0, 0xec, 0x1b, 0xc0, 0xb1, 0x55, 0x9b, 0x9a, 0x24, 0xcb, 0x96, 0xb5, 0xb1, 0x6a, 0xd5, 0x1c, 0xda, 0xda, 0x52, 0x0c, 0x0e, 0xe6, 0x19, 0x1a, 0x2a, 0x50, 0x2a, 0x99, 0xae, 0x1a, 0x60, 0xb9, 0x2a, 0x87, 0x85, 0x65, 0x49, 0x4a, 0x25, 0x93, 0x83, 0x07, 0x0b, 0xf4, 0xf7, 0x17, 0xe8, 0xef, 0x37, 0x18, 0x19, 0xb1, 0x43, 0xe2, 0x10, 0x7f, 0x08, 0x9e, 0x4c, 0x0b, 0x5d, 0x17, 0xa4, 0x52, 0x82, 0xf6, 0x76, 0x9d, 0xae, 0xae, 0x04, 0xdd, 0xdd, 0x29, 0x9a, 0x9a, 0xe2, 0x98, 0xa6, 0x4d, 0x6f, 0x6f, 0x96, 0x4d, 0x9b, 0x86, 0x19, 0x18, 0xc0, 0xe3, 0x6e, 0xae, 0x1c, 0xd7, 0x9d, 0x05, 0x7b, 0x47, 0x03, 0xa4, 0xad, 0xe1, 0x03, 0x80, 0xe9, 0x53, 0x89, 0x82, 0xd2, 0xdd, 0xe5, 0xd1, 0x0a, 0x00, 0x17, 0x04, 0xd7, 0xbc, 0x1b, 0x3a, 0xbf, 0xe2, 0xf8, 0xfd, 0xc7, 0xd4, 0xa1, 0x54, 0x0a, 0xe6, 0xcc, 0x49, 0xb0, 0x68, 0x51, 0x07, 0xb6, 0x2d, 0xd9, 0xbf, 0x3f, 0xc7, 0xf0, 0x70, 0xa9, 0xaa, 0x9f, 0x0a, 0x21, 0x18, 0x1d, 0x35, 0x18, 0x1a, 0xb2, 0xc8, 0xe7, 0x65, 0x23, 0x46, 0x6c, 0x9d, 0x9d, 0x1b, 0xdd, 0x02, 0x9b, 0x1f, 0x80, 0xfb, 0x9e, 0x86, 0xbc, 0x89, 0xf7, 0x66, 0x6a, 0x17, 0xd9, 0xbf, 0x11, 0xae, 0x0a, 0x54, 0xd9, 0x90, 0x4f, 0x7e, 0x02, 0x5a, 0xaf, 0xae, 0x10, 0x41, 0x26, 0x23, 0x98, 0x35, 0x2b, 0xc9, 0x9c, 0x39, 0x2d, 0x24, 0x12, 0x8e, 0x7a, 0x50, 0x2e, 0x5b, 0x14, 0x8b, 0x26, 0xa6, 0x69, 0x7b, 0x3c, 0x28, 0x36, 0x85, 0x82, 0xc9, 0xd0, 0x50, 0x99, 0x81, 0x81, 0x32, 0xa3, 0xa3, 0xd2, 0x43, 0xfc, 0x32, 0x0f, 0xd2, 0x3e, 0x94, 0xa0, 0xcf, 0xe1, 0x1d, 0x6a, 0xd3, 0xe1, 0x03, 0xc2, 0x59, 0x07, 0x47, 0x3a, 0x08, 0x5a, 0x5b, 0x75, 0xd2, 0x69, 0x0d, 0xc3, 0xb0, 0xd9, 0xbf, 0xbf, 0xc4, 0xe0, 0xa0, 0xed, 0x92, 0x82, 0x77, 0xdf, 0x7e, 0x71, 0x05, 0xbc, 0xb4, 0xcf, 0x47, 0xf8, 0x86, 0x67, 0xdd, 0x8d, 0x08, 0x49, 0x50, 0x57, 0x0a, 0xbc, 0x16, 0x00, 0x10, 0x1e, 0xe2, 0x57, 0xc6, 0x88, 0x1f, 0x0d, 0x88, 0xc1, 0x85, 0xc7, 0xc2, 0xc9, 0x5f, 0x86, 0xc4, 0x99, 0x95, 0x7b, 0xd7, 0x34, 0x49, 0x6b, 0xab, 0x60, 0xe6, 0xcc, 0x14, 0xba, 0xee, 0xc4, 0x0b, 0xfa, 0xfb, 0xcb, 0xe4, 0xf3, 0x78, 0xbd, 0x44, 0x87, 0xf1, 0x38, 0x56, 0x01, 0x46, 0x37, 0xc1, 0xfe, 0x0d, 0xf0, 0xd4, 0x53, 0xb0, 0xa5, 0x3f, 0x20, 0xe2, 0x25, 0x03, 0xf4, 0xd0, 0x20, 0x00, 0x18, 0x63, 0x7f, 0x9f, 0x96, 0x80, 0x0f, 0xfc, 0x02, 0x94, 0x29, 0xae, 0xcd, 0x42, 0x26, 0xa3, 0xd0, 0xdd, 0x1d, 0xa3, 0xb3, 0x33, 0x41, 0x32, 0xa9, 0xb9, 0x7a, 0xbd, 0x8d, 0x94, 0xa0, 0x28, 0x60, 0xdb, 0x8e, 0x91, 0xe9, 0x38, 0x00, 0x2a, 0xa0, 0xae, 0x10, 0x86, 0x02, 0xec, 0xfc, 0x11, 0x5c, 0xff, 0x53, 0xea, 0x17, 0xde, 0x84, 0x15, 0xe0, 0x1c, 0x66, 0xed, 0xc1, 0xf4, 0x14, 0xc4, 0x54, 0x48, 0xc7, 0x20, 0x91, 0x80, 0xf6, 0x16, 0x68, 0x6a, 0x87, 0xa6, 0x0e, 0x48, 0x4d, 0x87, 0xd4, 0x6c, 0x88, 0xcf, 0x05, 0x7d, 0x7a, 0x7d, 0x20, 0x40, 0x2a, 0xe5, 0x18, 0xf4, 0xf9, 0xbc, 0xc5, 0xc8, 0x88, 0xcd, 0x58, 0x30, 0xbd, 0x72, 0xdc, 0xfd, 0x3e, 0x78, 0x6c, 0x4b, 0x00, 0xf1, 0x97, 0x03, 0xc0, 0x60, 0x46, 0xa8, 0x42, 0x81, 0xcf, 0xab, 0x1d, 0x25, 0x32, 0xd2, 0x73, 0xde, 0xbd, 0x1d, 0xee, 0xfe, 0x10, 0xbc, 0xf9, 0x14, 0x58, 0xf8, 0x41, 0x48, 0x9e, 0x01, 0x42, 0x2b, 0x97, 0x25, 0xfb, 0xf7, 0x17, 0x30, 0x4d, 0xc9, 0xc8, 0x88, 0x63, 0x14, 0x57, 0x1d, 0x49, 0x13, 0x73, 0xbb, 0x0e, 0x41, 0xa9, 0x17, 0x0a, 0xbd, 0x30, 0xb8, 0x03, 0xb6, 0x6c, 0x84, 0xe7, 0x76, 0x42, 0x59, 0x86, 0xa0, 0x48, 0x86, 0xe8, 0xfd, 0x56, 0x84, 0x28, 0x76, 0xc5, 0xf1, 0xde, 0x51, 0xd8, 0xfe, 0x2f, 0x30, 0xf7, 0x1b, 0xce, 0xd7, 0x6a, 0x14, 0x8b, 0x36, 0x03, 0x03, 0x06, 0xaa, 0xea, 0x44, 0xbf, 0x2b, 0x5e, 0x11, 0x21, 0x1c, 0x23, 0xb3, 0x5c, 0xb6, 0xaa, 0xc6, 0x6e, 0xc5, 0xe0, 0xad, 0x95, 0x66, 0x33, 0xde, 0x09, 0xc7, 0x3d, 0x0e, 0xeb, 0xf6, 0xf9, 0x88, 0x3d, 0xaa, 0x08, 0xa7, 0x5e, 0x25, 0xda, 0x04, 0x8e, 0x3d, 0x45, 0xf7, 0x4d, 0xce, 0x7d, 0xed, 0x0d, 0x8e, 0xef, 0x2c, 0x6c, 0x83, 0x65, 0x27, 0xc0, 0xb4, 0xb3, 0xa0, 0xf9, 0x4c, 0x50, 0x52, 0xb5, 0x3c, 0xd0, 0xa9, 0xad, 0xb0, 0x6d, 0xdb, 0xb5, 0x69, 0x1c, 0x5d, 0xb1, 0xb6, 0xce, 0x02, 0x20, 0xd5, 0x1a, 0x80, 0x8a, 0xa0, 0xca, 0x3f, 0x25, 0x28, 0x20, 0x5a, 0xef, 0x19, 0x5f, 0x2b, 0x09, 0x20, 0x3c, 0x12, 0xc0, 0x63, 0x07, 0xa0, 0x3b, 0x52, 0x80, 0xf8, 0xd8, 0xeb, 0xdc, 0x1e, 0x38, 0xfd, 0xe2, 0xe6, 0xe6, 0x39, 0x1f, 0xd6, 0x75, 0x55, 0xcb, 0x66, 0x25, 0xa5, 0x92, 0x08, 0x08, 0x08, 0x03, 0x18, 0x83, 0x30, 0xf2, 0x3c, 0x94, 0xb3, 0x60, 0x64, 0xa1, 0x3c, 0x0a, 0x85, 0x2c, 0x14, 0xb3, 0xd0, 0xdf, 0x0f, 0x9b, 0x7b, 0x61, 0xa0, 0xe4, 0x53, 0xc5, 0x44, 0x84, 0x45, 0xe9, 0xe7, 0xa8, 0x7e, 0x63, 0xcc, 0xab, 0xfb, 0x9b, 0x01, 0x5e, 0x09, 0x97, 0x7a, 0x3f, 0xf7, 0xdf, 0x90, 0x38, 0xb7, 0x62, 0xdc, 0xc7, 0xe3, 0xd0, 0xd4, 0x04, 0xed, 0xed, 0x31, 0x12, 0x09, 0xad, 0xea, 0x7d, 0x91, 0x72, 0xcc, 0xf3, 0x53, 0x2a, 0xd9, 0xe4, 0x72, 0x4e, 0x44, 0xba, 0x56, 0x02, 0x00, 0x0c, 0xbd, 0x08, 0xff, 0xfe, 0xcf, 0xbe, 0xfb, 0xb2, 0x27, 0xe8, 0x1e, 0x3c, 0xdc, 0x2a, 0xb4, 0xa8, 0x4e, 0x7e, 0xbe, 0xbd, 0x6e, 0x8e, 0xc3, 0x65, 0x17, 0xc1, 0xac, 0x77, 0x40, 0x6c, 0x5a, 0xed, 0x65, 0x2d, 0x74, 0x5d, 0xa2, 0xeb, 0xc2, 0x4d, 0x39, 0xf1, 0xf3, 0xa0, 0xa7, 0xff, 0x01, 0x6e, 0x5f, 0xe3, 0x61, 0x36, 0x65, 0xf7, 0x2c, 0x79, 0xde, 0x97, 0x23, 0xa4, 0x40, 0x54, 0xea, 0xc4, 0xd1, 0x28, 0x01, 0xfc, 0x9b, 0x77, 0x60, 0x34, 0x93, 0xe9, 0x5a, 0x96, 0x4a, 0x69, 0x5a, 0x2e, 0x67, 0x45, 0x10, 0xff, 0xf0, 0xf3, 0xf0, 0xcb, 0xff, 0x82, 0x1d, 0x83, 0x04, 0xa7, 0x18, 0x13, 0xc2, 0x45, 0xfc, 0x01, 0x93, 0xa0, 0x28, 0xb3, 0x5d, 0x07, 0x00, 0x7e, 0x1d, 0xd4, 0x7b, 0x7d, 0x01, 0x8f, 0x7c, 0x19, 0xce, 0x5f, 0x09, 0xa4, 0x2a, 0x9c, 0x4f, 0x55, 0x05, 0xb1, 0x98, 0x63, 0xf8, 0xc6, 0xe3, 0xaa, 0xab, 0xfb, 0x4b, 0xd7, 0xfd, 0xe8, 0x80, 0xc1, 0xa9, 0x4a, 0x73, 0xfc, 0xff, 0x0e, 0x67, 0xac, 0x48, 0x83, 0xd6, 0x13, 0xe0, 0xe2, 0x55, 0x70, 0xc7, 0xe3, 0x1e, 0xee, 0x57, 0xb9, 0xb6, 0x5f, 0x72, 0xf9, 0xeb, 0x26, 0x8e, 0x54, 0x5b, 0xc8, 0xa0, 0x35, 0x0b, 0x61, 0xa8, 0x23, 0x65, 0xb8, 0xe9, 0x36, 0x48, 0xdd, 0x05, 0xef, 0x7a, 0x3b, 0xcc, 0xba, 0x1a, 0x44, 0xac, 0xc2, 0x07, 0x0d, 0xc3, 0x44, 0x51, 0x40, 0x08, 0x19, 0xf0, 0x35, 0xf1, 0x66, 0x0f, 0x9d, 0xda, 0x1e, 0xb1, 0xaf, 0xfa, 0xec, 0x49, 0x7f, 0x0a, 0x7a, 0x43, 0xa1, 0x75, 0xf5, 0x35, 0x90, 0x00, 0x61, 0x81, 0x31, 0x31, 0xfe, 0x81, 0x9a, 0x13, 0x5d, 0x5d, 0x1f, 0xfb, 0xaf, 0x9e, 0x9e, 0xb6, 0x53, 0x63, 0x31, 0x85, 0xbe, 0x3e, 0x0b, 0xdb, 0x1e, 0x97, 0x0d, 0x6d, 0xc0, 0x86, 0xef, 0xc3, 0xf7, 0x6e, 0x80, 0xe1, 0x62, 0x83, 0xd2, 0x4d, 0x86, 0xa8, 0x37, 0x41, 0xbe, 0x66, 0xd3, 0x67, 0x70, 0x55, 0x38, 0x8e, 0x19, 0x60, 0x8c, 0x19, 0x3e, 0x8f, 0x84, 0xfb, 0xdd, 0xbb, 0x72, 0x70, 0x82, 0x84, 0xe4, 0xe9, 0x95, 0x47, 0x75, 0x7c, 0xf4, 0x36, 0xf1, 0xb8, 0x4a, 0x3c, 0xae, 0x22, 0xe5, 0x98, 0x2b, 0xd4, 0xb6, 0x1d, 0x89, 0xe0, 0x04, 0x9b, 0xec, 0x80, 0x40, 0x1d, 0x40, 0xf7, 0x02, 0x58, 0xff, 0x28, 0x14, 0xcc, 0x06, 0x99, 0x4a, 0xd4, 0xfb, 0x28, 0x55, 0xa9, 0x91, 0xee, 0x16, 0x61, 0x29, 0x09, 0x7e, 0x09, 0x6d, 0xc3, 0xf3, 0xeb, 0xc0, 0x78, 0x12, 0x66, 0x9f, 0xea, 0x55, 0x8b, 0xc6, 0x9e, 0x17, 0x1f, 0x83, 0x1b, 0x7c, 0x09, 0xd6, 0x6e, 0x09, 0xd9, 0x2f, 0x59, 0x47, 0xe5, 0xab, 0x0b, 0x70, 0xf5, 0x55, 0xe4, 0xf8, 0x11, 0x22, 0x32, 0x08, 0x00, 0x31, 0x6d, 0xc6, 0x8c, 0xbf, 0xfc, 0xcf, 0xf9, 0xf3, 0xbb, 0x4e, 0x5b, 0xb2, 0xa4, 0x93, 0xdd, 0xbb, 0xb3, 0xf4, 0xf5, 0xd9, 0xbe, 0xc5, 0x31, 0x87, 0xe0, 0x81, 0x7f, 0x86, 0x3b, 0x9f, 0x22, 0xbc, 0xa2, 0xca, 0xbf, 0x18, 0x61, 0x0b, 0xe7, 0x27, 0x7a, 0xbf, 0xd1, 0x15, 0x65, 0x7c, 0x95, 0x7d, 0x86, 0xb0, 0x57, 0x8a, 0xb9, 0x5c, 0x67, 0xcb, 0x4b, 0xb0, 0xfc, 0x42, 0x50, 0xda, 0x9d, 0x94, 0x01, 0xbb, 0x1a, 0xf9, 0xae, 0x44, 0x58, 0x85, 0x10, 0xd5, 0x48, 0x6e, 0x25, 0x20, 0x65, 0x59, 0x4e, 0xc4, 0xd8, 0xb2, 0x84, 0x27, 0x72, 0x2c, 0x00, 0x35, 0x01, 0x53, 0x13, 0xf0, 0xdc, 0xda, 0x08, 0xa2, 0x8f, 0x52, 0x8b, 0xac, 0x3a, 0xf6, 0x83, 0xd5, 0x80, 0x8d, 0x11, 0x44, 0x8c, 0xf5, 0x0c, 0x6f, 0x60, 0xd7, 0x10, 0x0c, 0xad, 0x81, 0x63, 0xcf, 0x06, 0x35, 0xe9, 0x80, 0xde, 0x46, 0x51, 0x2a, 0x36, 0x8f, 0x17, 0xe8, 0x23, 0x9b, 0xe0, 0x85, 0xf5, 0x75, 0x98, 0x95, 0x5d, 0xe7, 0x3e, 0x8e, 0x3a, 0x00, 0x44, 0x49, 0x02, 0x05, 0x10, 0xd3, 0xa6, 0x7d, 0xfa, 0x4b, 0xb3, 0x66, 0x75, 0x5e, 0x7e, 0xe1, 0x85, 0xf3, 0x69, 0x6e, 0x4e, 0x70, 0xd7, 0x5d, 0xbb, 0x7d, 0x41, 0x92, 0xe2, 0x6e, 0xf8, 0xf9, 0x97, 0xe0, 0xb9, 0x5d, 0x01, 0xc4, 0x1e, 0xc6, 0x29, 0xac, 0x3a, 0x04, 0x6f, 0xd6, 0x71, 0xb7, 0x79, 0x41, 0x60, 0x7a, 0xc0, 0xe0, 0xf7, 0x43, 0x5b, 0xe3, 0x3d, 0x10, 0x05, 0x09, 0x3d, 0x5b, 0xa0, 0xe7, 0x2d, 0xce, 0x43, 0x88, 0x6a, 0xd0, 0x4b, 0x51, 0x1c, 0x35, 0x27, 0x16, 0x53, 0xaa, 0xb9, 0x3c, 0x63, 0xd1, 0x5e, 0xe7, 0x73, 0xa6, 0x69, 0x7b, 0xb8, 0x63, 0x65, 0x0d, 0x9a, 0x67, 0x43, 0xf6, 0x25, 0xd8, 0x37, 0x44, 0x63, 0x2d, 0x61, 0xea, 0xfd, 0xae, 0x1e, 0x68, 0xc2, 0x40, 0x52, 0xef, 0x73, 0x01, 0x5c, 0x79, 0x7f, 0x0e, 0xec, 0x97, 0x60, 0xce, 0x1b, 0x40, 0x68, 0xe0, 0x34, 0x20, 0x50, 0x14, 0x05, 0xdb, 0xf6, 0x92, 0x48, 0xfe, 0x15, 0x78, 0xf6, 0x85, 0x06, 0xc1, 0x3a, 0x61, 0x29, 0xa0, 0xf0, 0xda, 0x1c, 0x41, 0xf9, 0xde, 0xd5, 0x07, 0xe8, 0xee, 0xfe, 0xc4, 0x25, 0xed, 0xed, 0x6d, 0xef, 0x5d, 0xbe, 0x7c, 0x1a, 0x97, 0x5e, 0x7a, 0x02, 0xb7, 0xdd, 0xb6, 0x89, 0x62, 0xd1, 0xbb, 0xf1, 0x85, 0x57, 0xe0, 0xe6, 0x2f, 0xc2, 0xe6, 0xbe, 0x08, 0x8e, 0x63, 0xd7, 0xf1, 0xdc, 0x18, 0x21, 0x5c, 0xbe, 0xec, 0x3b, 0x4b, 0x40, 0xd1, 0x7d, 0x2d, 0x79, 0x8c, 0xaf, 0x52, 0x80, 0x54, 0x28, 0x07, 0xd8, 0x03, 0x1e, 0x42, 0xfa, 0xf9, 0x53, 0x30, 0x7a, 0xab, 0x87, 0x8b, 0x53, 0x2a, 0x41, 0x3e, 0x6f, 0xb9, 0xea, 0x8f, 0x70, 0x13, 0xd0, 0xa8, 0x02, 0x43, 0xd7, 0x15, 0x74, 0x5d, 0x10, 0x8b, 0x39, 0xf6, 0x40, 0xed, 0xbe, 0x0a, 0x05, 0x56, 0xbf, 0x07, 0x74, 0x95, 0xf0, 0x2e, 0x19, 0x51, 0x60, 0x0f, 0x7b, 0x76, 0xa3, 0xce, 0xe7, 0xcc, 0x80, 0xef, 0x0b, 0x63, 0x24, 0x11, 0x51, 0xdc, 0x47, 0x36, 0xc2, 0xce, 0xef, 0x7b, 0xe3, 0x1f, 0x8e, 0x1d, 0xe0, 0x25, 0x0d, 0x3d, 0x1d, 0xa1, 0x31, 0x84, 0x9d, 0x0d, 0x1f, 0xca, 0x51, 0x42, 0xfc, 0xd5, 0xb3, 0xa9, 0xe9, 0xc2, 0xf6, 0x54, 0xaa, 0xfd, 0x9f, 0xe6, 0xce, 0x6d, 0x11, 0xef, 0x7e, 0xf7, 0x4a, 0x6e, 0xbb, 0xed, 0x05, 0x5e, 0x7c, 0x71, 0xd4, 0xb3, 0xaf, 0xa5, 0xed, 0xf0, 0x83, 0xcf, 0xc3, 0xce, 0x81, 0x90, 0xa8, 0x9f, 0xac, 0x63, 0xc8, 0xfa, 0x41, 0x61, 0xd6, 0x91, 0x00, 0x61, 0x12, 0xc1, 0xf4, 0x11, 0x83, 0xff, 0x35, 0xe4, 0xbc, 0xeb, 0xdf, 0x9c, 0xfe, 0x46, 0xce, 0x9e, 0x1a, 0x86, 0xa4, 0x58, 0x94, 0x14, 0x8b, 0x96, 0x4b, 0x00, 0x54, 0x33, 0x3c, 0xab, 0x66, 0x60, 0x5c, 0x25, 0x16, 0x13, 0xc4, 0x62, 0xb8, 0x5f, 0xef, 0x3d, 0x32, 0xb3, 0xe1, 0xf2, 0xd5, 0x13, 0x70, 0xdf, 0x46, 0x3d, 0x9b, 0xe9, 0x8b, 0x68, 0x9b, 0x11, 0x41, 0x26, 0xab, 0x0e, 0xd7, 0x6f, 0x44, 0x62, 0x58, 0x70, 0xd3, 0x2f, 0x21, 0xff, 0x72, 0xc5, 0xf8, 0x75, 0x0a, 0xa1, 0xbc, 0xa5, 0xd3, 0x6a, 0x6a, 0xbc, 0x8b, 0xb5, 0x2e, 0xd1, 0x37, 0x9c, 0xeb, 0xa2, 0xbc, 0x06, 0x84, 0x4f, 0x88, 0x7e, 0x0e, 0x20, 0x53, 0xa9, 0x53, 0xbe, 0xd6, 0xd9, 0x99, 0x6c, 0xbb, 0xf0, 0xc2, 0x85, 0xa4, 0xd3, 0x31, 0xfe, 0xfd, 0xdf, 0x9f, 0x71, 0xbd, 0xa3, 0x00, 0x76, 0x1f, 0xfc, 0xe6, 0x0b, 0xd0, 0x3b, 0x5a, 0x47, 0x97, 0x0f, 0xcb, 0x15, 0x31, 0x23, 0x24, 0x40, 0x39, 0xc0, 0xad, 0x16, 0x26, 0x29, 0x02, 0xf2, 0x7f, 0xc6, 0x71, 0xba, 0x10, 0x62, 0x59, 0xdb, 0x07, 0xfb, 0xbe, 0xe1, 0x95, 0x02, 0xe5, 0xb2, 0x60, 0x74, 0xd4, 0x49, 0xc9, 0x1e, 0xf3, 0xfd, 0x3b, 0x40, 0xd0, 0x34, 0xe1, 0x26, 0x9d, 0x29, 0x24, 0x12, 0x4e, 0x26, 0xe8, 0xf8, 0x08, 0xff, 0xe2, 0xb7, 0xc2, 0xac, 0xb6, 0x08, 0x37, 0xae, 0x1d, 0xc1, 0xb1, 0x8d, 0x10, 0xf5, 0xce, 0x0a, 0x30, 0xec, 0xad, 0x90, 0xf7, 0xf5, 0x1a, 0x91, 0x45, 0x80, 0xcb, 0x2c, 0xc3, 0xc6, 0xeb, 0x3d, 0x4e, 0x0d, 0x8f, 0x79, 0x02, 0xa0, 0xa5, 0x02, 0x54, 0x9a, 0xa8, 0x99, 0x12, 0x51, 0x4d, 0x8d, 0x8f, 0x1a, 0x15, 0x28, 0x10, 0x08, 0xad, 0xad, 0x1f, 0x39, 0x29, 0x95, 0x4a, 0x5e, 0xb6, 0x70, 0x61, 0x07, 0x57, 0x5c, 0x71, 0x32, 0x9f, 0xf9, 0xcc, 0xad, 0x0c, 0x0f, 0x7b, 0xd3, 0xa0, 0x9f, 0xf8, 0x22, 0xac, 0xdb, 0xcf, 0xf8, 0xee, 0x6e, 0x56, 0xc8, 0x26, 0x84, 0x89, 0x7f, 0xff, 0xc6, 0x18, 0x21, 0x51, 0x5d, 0x2b, 0x80, 0xc0, 0x83, 0xf4, 0x7d, 0xcb, 0xb7, 0x73, 0x56, 0x88, 0x34, 0x70, 0x7f, 0xfe, 0xee, 0x2f, 0xa0, 0xf4, 0x4c, 0x65, 0x6f, 0x4c, 0x13, 0x8a, 0x45, 0x18, 0x1d, 0x35, 0x28, 0x97, 0x1d, 0xbb, 0x40, 0x55, 0x1d, 0xc2, 0x57, 0x55, 0x87, 0x2b, 0xc6, 0xe3, 0x2a, 0x89, 0x84, 0x42, 0x3c, 0x1e, 0xa4, 0x0a, 0xa9, 0x49, 0xb8, 0xf4, 0x2a, 0x82, 0x6b, 0x36, 0xc3, 0x6c, 0x03, 0x33, 0x42, 0x65, 0x09, 0x93, 0x6e, 0x56, 0x88, 0x8d, 0x63, 0x85, 0xd8, 0x5b, 0x51, 0x41, 0x43, 0x0f, 0xf8, 0x6e, 0x7b, 0x14, 0xf2, 0x9b, 0x2b, 0x52, 0x40, 0xd7, 0xbd, 0x5a, 0x9c, 0x96, 0x0a, 0xd1, 0xed, 0x1b, 0x6d, 0x57, 0x1f, 0x79, 0x1c, 0x55, 0x03, 0x32, 0x34, 0xad, 0xfd, 0x1f, 0x9b, 0x9b, 0x35, 0x65, 0xf5, 0xea, 0x63, 0x79, 0xf2, 0xc9, 0x57, 0x78, 0xf0, 0xc1, 0x3e, 0x8f, 0x9d, 0xde, 0x7b, 0xdd, 0x0f, 0x3e, 0x38, 0xeb, 0x98, 0x58, 0xec, 0x63, 0x27, 0x99, 0xa6, 0x29, 0x46, 0x87, 0x87, 0xed, 0x91, 0xfe, 0x7e, 0x33, 0x3b, 0x30, 0x60, 0x16, 0x73, 0x39, 0xab, 0x34, 0x3a, 0x6a, 0xd9, 0xa5, 0x92, 0x61, 0x19, 0x86, 0x65, 0x15, 0x8b, 0xa6, 0x06, 0x96, 0x55, 0x2e, 0x5b, 0x0a, 0x58, 0x8a, 0x53, 0x8b, 0x27, 0x15, 0xb0, 0x35, 0xf7, 0xbd, 0xfb, 0xb3, 0x74, 0xb9, 0x80, 0xed, 0xae, 0xa2, 0x54, 0xc0, 0x56, 0x40, 0xde, 0x0f, 0x2f, 0x3e, 0x06, 0xc3, 0x75, 0xc4, 0xb9, 0x15, 0xe2, 0x75, 0xa8, 0x14, 0x6b, 0x28, 0x01, 0x86, 0xbe, 0xdb, 0x36, 0xe5, 0x89, 0xbf, 0x87, 0xb3, 0x7f, 0xe9, 0x04, 0xfc, 0x9c, 0xd8, 0x80, 0xae, 0x2b, 0x94, 0xcb, 0x36, 0x89, 0x84, 0x8a, 0xae, 0x2b, 0xd5, 0xfc, 0xa0, 0x4a, 0xc1, 0x4b, 0x3c, 0xae, 0x62, 0x18, 0x92, 0x52, 0xc9, 0x72, 0xe3, 0x02, 0xde, 0xed, 0xeb, 0x3e, 0x15, 0xce, 0x3d, 0x1e, 0x1e, 0x7c, 0x86, 0xf0, 0xb1, 0x51, 0xb6, 0x0f, 0xa0, 0x35, 0x31, 0x8b, 0x0b, 0x9a, 0x9b, 0x9b, 0xde, 0x94, 0x4a, 0xad, 0xb2, 0xf3, 0x79, 0x93, 0x72, 0xd9, 0x2e, 0x15, 0x8b, 0x52, 0xba, 0xdf, 0xa1, 0x3a, 0x1f, 0x12, 0x72, 0xac, 0x4d, 0x5f, 0xf5, 0x3d, 0x0e, 0x15, 0x2b, 0x1e, 0x1e, 0x2e, 0x24, 0x08, 0xdd, 0x69, 0xb1, 0xa7, 0x58, 0x8e, 0xb1, 0x82, 0x2d, 0xa5, 0x62, 0x94, 0x4a, 0xb6, 0xe5, 0x98, 0x37, 0xe2, 0x7b, 0xf0, 0xdc, 0x40, 0xb5, 0x41, 0x40, 0xef, 0x6d, 0x30, 0xfb, 0xaf, 0x2c, 0xcb, 0x46, 0xd3, 0x24, 0x86, 0x51, 0xd9, 0x77, 0x35, 0x5d, 0x27, 0xbf, 0xa7, 0x51, 0x10, 0x88, 0xa3, 0x2d, 0x10, 0x56, 0x73, 0xb4, 0xb4, 0x5c, 0xb3, 0x30, 0x16, 0x8b, 0xad, 0x9a, 0x31, 0xa3, 0x89, 0x33, 0xcf, 0x9c, 0xcf, 0x9f, 0xfc, 0xc9, 0x8d, 0x9e, 0x45, 0x30, 0xb7, 0xc2, 0x0f, 0x6e, 0x5c, 0x34, 0xef, 0xef, 0xee, 0x6e, 0x3f, 0xfe, 0xf8, 0xa6, 0x8e, 0xc5, 0x8b, 0xc9, 0x4c, 0x9d, 0x8a, 0x1a, 0x8b, 0x51, 0x1e, 0x1d, 0x25, 0xdf, 0xd7, 0xc7, 0xc0, 0xe6, 0xcd, 0x1c, 0x7c, 0xe1, 0x05, 0x06, 0x5f, 0x7a, 0x89, 0xe2, 0x2b, 0xaf, 0x60, 0xf6, 0xf6, 0xc2, 0xf0, 0x30, 0xa2, 0x54, 0x42, 0xb1, 0x2c, 0x14, 0x29, 0x1d, 0xea, 0x33, 0xcd, 0x50, 0x7f, 0xac, 0x97, 0x5a, 0xe7, 0xc3, 0xf7, 0x1e, 0x83, 0x7f, 0x69, 0xc0, 0xf7, 0x6d, 0x87, 0x78, 0xa0, 0xf0, 0x10, 0x1b, 0x1e, 0xae, 0xeb, 0x5e, 0xea, 0x81, 0x57, 0xe0, 0xf8, 0x1b, 0xa1, 0xed, 0x83, 0x95, 0x5f, 0x15, 0x8b, 0x92, 0xd1, 0x51, 0x13, 0x4d, 0x13, 0xa4, 0xd3, 0x9a, 0x5b, 0xf5, 0xe5, 0xc4, 0x07, 0x2a, 0x76, 0x41, 0x32, 0xa9, 0x52, 0x2e, 0x3b, 0x6a, 0x92, 0x61, 0xf8, 0x31, 0x76, 0xda, 0x9f, 0xc1, 0x53, 0x6b, 0x21, 0x67, 0x44, 0xd8, 0x04, 0x7e, 0xef, 0x58, 0x55, 0xdf, 0xb8, 0xaa, 0xb9, 0xf9, 0xc3, 0x69, 0xd3, 0xfc, 0x0c, 0xaa, 0x8a, 0x50, 0x14, 0xd4, 0x78, 0x1c, 0x2c, 0xcb, 0x89, 0xb2, 0x79, 0xd6, 0x2d, 0xd0, 0x9d, 0xe8, 0x88, 0xa5, 0x31, 0x94, 0xa9, 0x2a, 0xb6, 0x63, 0xd0, 0xb8, 0xf2, 0xdb, 0x72, 0xf6, 0xc1, 0xb3, 0xd6, 0x0f, 0xc0, 0xea, 0x01, 0x18, 0x75, 0xbe, 0xe1, 0x81, 0xff, 0x83, 0xf7, 0x7e, 0x1c, 0x88, 0x39, 0xff, 0x52, 0xcd, 0xf1, 0x4a, 0x87, 0x78, 0x95, 0x0e, 0x27, 0x88, 0x77, 0xd4, 0x00, 0xa0, 0x4a, 0x83, 0xb6, 0xdd, 0xf2, 0xe7, 0x89, 0x84, 0xa2, 0x2c, 0x5d, 0xda, 0xc3, 0xe6, 0xcd, 0xfb, 0x79, 0xe9, 0xa5, 0x9c, 0x87, 0xfb, 0x6f, 0xfb, 0x06, 0x14, 0xac, 0xad, 0xb7, 0xdc, 0x52, 0xd8, 0xf9, 0xb3, 0x9f, 0x35, 0x09, 0x5d, 0x47, 0x49, 0x26, 0xd1, 0x9a, 0x9a, 0x88, 0x77, 0x76, 0x92, 0x99, 0x3b, 0x97, 0xee, 0xe5, 0xcb, 0x59, 0xf6, 0xe1, 0x0f, 0x93, 0x68, 0x6d, 0x65, 0xe0, 0xe5, 0x97, 0xd9, 0x71, 0xdf, 0x7d, 0xf4, 0x3e, 0xf4, 0x10, 0x85, 0x8d, 0x1b, 0xb1, 0x0e, 0x1e, 0xc4, 0xce, 0xe7, 0x11, 0xa6, 0x09, 0xaa, 0xea, 0xb0, 0x02, 0xdb, 0x76, 0x58, 0xb5, 0x0b, 0x0c, 0xdb, 0xdd, 0xe0, 0xca, 0xd9, 0x01, 0x57, 0xae, 0x84, 0xff, 0x79, 0xd2, 0x91, 0x02, 0xf5, 0x26, 0xcb, 0x10, 0xc2, 0x99, 0xac, 0x31, 0xe6, 0x59, 0xb5, 0x5e, 0x95, 0x31, 0x95, 0xe0, 0xe7, 0xdf, 0x86, 0xf7, 0xbf, 0x09, 0xd4, 0xe9, 0x95, 0xb2, 0xc0, 0x7c, 0xde, 0x46, 0xd7, 0x4d, 0x34, 0x4d, 0x21, 0x91, 0x50, 0xab, 0x11, 0xe1, 0x4a, 0x80, 0x4c, 0xd3, 0x9c, 0xf6, 0x8d, 0x86, 0x61, 0xba, 0x00, 0xf0, 0x6a, 0x3d, 0x89, 0x29, 0xf0, 0xf6, 0x2b, 0xe0, 0x07, 0x37, 0x13, 0xdc, 0x95, 0x4e, 0xf8, 0x80, 0x5b, 0xe5, 0xa8, 0x19, 0x10, 0x49, 0xd3, 0x7c, 0x37, 0x8a, 0x02, 0xc9, 0x24, 0x52, 0xd3, 0x30, 0xcb, 0x65, 0x84, 0x61, 0x60, 0xdb, 0x36, 0x42, 0x55, 0x91, 0x6e, 0x20, 0x42, 0x78, 0x5a, 0x76, 0x54, 0x7e, 0x67, 0xfa, 0x95, 0x71, 0xcb, 0xaa, 0x26, 0xf0, 0xd8, 0xa6, 0x59, 0x43, 0xf8, 0x9e, 0xcf, 0xd9, 0x63, 0x6b, 0xb3, 0x77, 0x14, 0xb2, 0xcf, 0x40, 0xe6, 0x74, 0x1f, 0x00, 0x32, 0x75, 0x24, 0xed, 0x61, 0xa5, 0xf7, 0x1c, 0x2d, 0x43, 0xf2, 0x84, 0x10, 0xca, 0xa5, 0x99, 0x8c, 0xc6, 0xf1, 0xc7, 0x4f, 0xe7, 0xa6, 0x9b, 0x9e, 0xc4, 0x30, 0x14, 0x0f, 0xf7, 0xbf, 0xf9, 0x51, 0x40, 0x7b, 0x66, 0xdd, 0xba, 0x7f, 0x6f, 0x93, 0x72, 0x46, 0x12, 0x5a, 0x53, 0x52, 0xb6, 0xe8, 0xa6, 0x39, 0x2d, 0xa3, 0x69, 0x33, 0xb3, 0x42, 0x74, 0xee, 0xd5, 0x75, 0x9e, 0x69, 0x6a, 0x42, 0x9f, 0x3b, 0x97, 0x8e, 0x55, 0xab, 0x98, 0xf7, 0xd6, 0xb7, 0x72, 0xdc, 0xd5, 0x57, 0xd3, 0xb7, 0x61, 0x03, 0x3b, 0xee, 0xbe, 0x9b, 0x81, 0x27, 0x9e, 0xa0, 0xb4, 0x67, 0x0f, 0x32, 0x97, 0xc3, 0xc8, 0xe7, 0x11, 0xb6, 0x8d, 0x34, 0x4d, 0x84, 0x65, 0x61, 0x1b, 0x06, 0x4a, 0xa9, 0x84, 0x74, 0x2a, 0x66, 0x2a, 0x37, 0x95, 0x7e, 0x3f, 0xbc, 0xeb, 0x49, 0xf8, 0x2e, 0xb5, 0x43, 0x37, 0x20, 0xb8, 0x8d, 0x49, 0x58, 0x73, 0x2b, 0xcb, 0xf3, 0x9c, 0xbe, 0xb6, 0x89, 0x7b, 0x73, 0xb0, 0xe5, 0xab, 0xb0, 0xf0, 0xdb, 0x15, 0x6c, 0x58, 0x96, 0xe3, 0x15, 0x2a, 0x95, 0x2c, 0x34, 0x6d, 0x3c, 0x13, 0x57, 0x14, 0x51, 0xed, 0x61, 0xea, 0xd4, 0x0d, 0xf8, 0x41, 0x30, 0xfb, 0x72, 0x58, 0xf6, 0x30, 0xbc, 0xb0, 0xcd, 0x97, 0x2e, 0x10, 0x65, 0x24, 0xca, 0x7f, 0x69, 0x69, 0xb9, 0x42, 0x48, 0x39, 0x4d, 0xa4, 0x52, 0x28, 0x2d, 0x2d, 0x88, 0x58, 0x0c, 0x59, 0x2c, 0x62, 0x17, 0x0a, 0xd8, 0x85, 0x02, 0xb2, 0x54, 0x42, 0xf8, 0x4b, 0xcc, 0xa4, 0xa4, 0x52, 0x48, 0xad, 0x98, 0x26, 0xaa, 0x69, 0xa2, 0x78, 0x88, 0xdd, 0x4b, 0x64, 0xa6, 0x93, 0x84, 0xb5, 0xbe, 0x08, 0x7b, 0x0a, 0xd0, 0x97, 0x85, 0x7d, 0xdb, 0x20, 0xeb, 0x61, 0x2c, 0x26, 0x0c, 0x3e, 0x6c, 0x9a, 0xc9, 0xd3, 0x9d, 0x9a, 0x80, 0xaa, 0xbd, 0xab, 0x43, 0xb3, 0xe2, 0xa4, 0x53, 0x34, 0xd4, 0x6a, 0x3e, 0xc8, 0x30, 0x3e, 0x2a, 0xba, 0x42, 0x84, 0x0e, 0x9c, 0x4b, 0x24, 0x3e, 0x79, 0x8a, 0xaa, 0x8a, 0x69, 0xad, 0xad, 0x09, 0xda, 0xdb, 0xd3, 0xac, 0x59, 0xb3, 0xcf, 0xf3, 0xe7, 0x81, 0x9f, 0x55, 0x3e, 0xf7, 0xaf, 0xe5, 0xf2, 0x43, 0x8c, 0x65, 0x85, 0x29, 0xae, 0xf3, 0x98, 0x63, 0x21, 0x75, 0x85, 0x61, 0x9c, 0xbc, 0x28, 0x9f, 0x3f, 0xa7, 0x75, 0xff, 0xfe, 0x33, 0xfa, 0x9f, 0x7e, 0x3a, 0xb1, 0xff, 0x07, 0x3f, 0x20, 0x79, 0xea, 0xa9, 0x2c, 0xfd, 0xc4, 0x27, 0x38, 0xe3, 0x6f, 0xff, 0x96, 0xa1, 0x1d, 0x3b, 0xd8, 0x71, 0xef, 0xbd, 0x0c, 0x6d, 0xda, 0x44, 0xa1, 0xb7, 0x17, 0x73, 0x74, 0x14, 0x73, 0x74, 0x14, 0x7b, 0x74, 0x14, 0x7b, 0x68, 0x08, 0xf3, 0xe0, 0x41, 0x94, 0x5c, 0xce, 0x01, 0x85, 0x7b, 0xbd, 0x29, 0xf0, 0x9e, 0x2e, 0xf8, 0xd1, 0x41, 0x27, 0x0e, 0xe0, 0xed, 0xf0, 0x4c, 0xc4, 0xe2, 0x47, 0xf5, 0x2b, 0xc5, 0x97, 0xb7, 0x63, 0xc2, 0x4f, 0x1e, 0x82, 0xcf, 0xde, 0x0b, 0xa9, 0xf3, 0x1d, 0x83, 0x58, 0x52, 0x2a, 0x41, 0x2e, 0xe7, 0xe4, 0x0b, 0x25, 0x12, 0x6a, 0xd5, 0x35, 0x5a, 0xf1, 0x0e, 0x25, 0x12, 0x4e, 0xc1, 0xb9, 0x69, 0x5a, 0x9e, 0x34, 0x89, 0xaa, 0x99, 0xa1, 0xc3, 0x79, 0x1f, 0x84, 0x17, 0xfe, 0x8e, 0xda, 0xb4, 0x73, 0x95, 0xda, 0x4e, 0xd5, 0x35, 0x9e, 0x93, 0x36, 0xf8, 0xb0, 0x50, 0x55, 0x94, 0xd6, 0x56, 0x9a, 0x4f, 0x3a, 0x89, 0x96, 0x85, 0x0b, 0xb1, 0xcb, 0x65, 0xf2, 0xfb, 0xf7, 0x63, 0x0c, 0x0e, 0x52, 0xea, 0xef, 0x47, 0x96, 0xcb, 0x48, 0xc3, 0xc0, 0x2e, 0x97, 0x91, 0xa6, 0x89, 0x9d, 0xcb, 0x61, 0xf7, 0xf5, 0xa1, 0x16, 0x0a, 0xa8, 0xc5, 0xe2, 0xb8, 0x94, 0xcd, 0x3c, 0x3c, 0xbf, 0x0b, 0x7e, 0x7d, 0x1f, 0x3c, 0x7a, 0x07, 0xec, 0x0b, 0xe1, 0xdc, 0x1e, 0xa1, 0xf0, 0xca, 0x13, 0x30, 0xcd, 0x93, 0x11, 0x5a, 0xf9, 0xe8, 0x94, 0x14, 0x8c, 0x14, 0x7c, 0x2a, 0x5b, 0x98, 0x3d, 0x30, 0x21, 0xb5, 0xe8, 0xb5, 0x8c, 0x04, 0x57, 0x53, 0x1f, 0x34, 0xed, 0xdc, 0xab, 0x62, 0x31, 0xf5, 0xbc, 0x05, 0x0b, 0x5a, 0x99, 0x3b, 0xb7, 0x83, 0x1f, 0xff, 0x78, 0x33, 0x96, 0x55, 0x59, 0x97, 0x27, 0xbf, 0x06, 0x3b, 0x72, 0x8c, 0x6f, 0x8a, 0x5b, 0x25, 0xae, 0x01, 0x28, 0x3d, 0x06, 0xdb, 0x7f, 0x03, 0xf7, 0xef, 0x85, 0xdb, 0x4f, 0xb2, 0xed, 0x59, 0xc9, 0x5c, 0x6e, 0x96, 0xb1, 0x6d, 0x1b, 0xbb, 0x1f, 0x78, 0x80, 0x03, 0xdb, 0xb7, 0xd3, 0x7c, 0xcc, 0x31, 0xb4, 0xce, 0x9d, 0x8b, 0x88, 0xc7, 0xd1, 0xd3, 0x69, 0x94, 0x54, 0x0a, 0x2d, 0x9d, 0x46, 0x49, 0x24, 0xb0, 0x2d, 0x0b, 0x2b, 0x9f, 0x47, 0x14, 0x8b, 0x08, 0xcb, 0xf2, 0xde, 0x5c, 0x7a, 0x01, 0xec, 0xbb, 0x07, 0x36, 0x47, 0xf8, 0x9c, 0xeb, 0x35, 0x69, 0x15, 0x11, 0xee, 0x3a, 0xf7, 0x2c, 0xbd, 0x00, 0xc7, 0xbe, 0xad, 0x92, 0x20, 0x66, 0x59, 0x0e, 0x9d, 0x56, 0x5c, 0xa0, 0x9a, 0xa6, 0xb8, 0x11, 0x61, 0x59, 0xcd, 0x99, 0xa9, 0xfc, 0x6c, 0xdb, 0x04, 0xd8, 0x02, 0x89, 0x1e, 0x68, 0xd9, 0x07, 0x9b, 0xb6, 0x47, 0xa4, 0x2d, 0x54, 0xef, 0xf1, 0x2b, 0xe9, 0xf4, 0x89, 0x5d, 0x8a, 0xf2, 0x39, 0xd1, 0xd4, 0x44, 0xfc, 0x98, 0x63, 0x98, 0x7d, 0xf9, 0xe5, 0x1c, 0xfb, 0x96, 0xb7, 0xd0, 0x3c, 0x7b, 0x36, 0x6a, 0x2a, 0x85, 0x12, 0x8f, 0xa3, 0xc4, 0xe3, 0xe8, 0x2d, 0x2d, 0xa8, 0xa9, 0x14, 0x08, 0x81, 0x5d, 0x2c, 0x62, 0x0f, 0x0e, 0xa2, 0xf4, 0xf5, 0x11, 0x2b, 0x16, 0x6b, 0xca, 0x58, 0x0c, 0x38, 0x70, 0x2f, 0x7c, 0xea, 0xb3, 0xf0, 0xbf, 0x77, 0xc3, 0xa6, 0x97, 0x9d, 0xd4, 0xe9, 0xa0, 0x14, 0x65, 0x9f, 0x91, 0xbe, 0x7b, 0x14, 0xce, 0xb8, 0xd2, 0xb6, 0x65, 0xa2, 0x56, 0x70, 0xf5, 0xfe, 0x1a, 0x76, 0x0f, 0xd3, 0xd8, 0xe0, 0x93, 0x86, 0xb2, 0x40, 0x8f, 0x06, 0x37, 0xa8, 0x47, 0xff, 0x17, 0x27, 0x0b, 0x21, 0x68, 0x69, 0x49, 0xb0, 0x65, 0xcb, 0x01, 0xb7, 0x21, 0x16, 0x80, 0xec, 0x83, 0x87, 0x77, 0x07, 0x70, 0xad, 0x50, 0xf7, 0xde, 0x23, 0x70, 0xe0, 0x83, 0xf0, 0x99, 0x1c, 0x3c, 0xaa, 0x1b, 0x06, 0xda, 0x9e, 0x3d, 0x1c, 0xbc, 0xe5, 0x16, 0x5e, 0xf8, 0xd7, 0x7f, 0x65, 0xdb, 0x9d, 0x77, 0x92, 0xdb, 0xb3, 0x87, 0xf2, 0xc8, 0x08, 0xe6, 0xe8, 0x28, 0xe5, 0x91, 0x11, 0x2c, 0xa7, 0xe5, 0x04, 0x42, 0xd7, 0x91, 0xba, 0x3e, 0x4e, 0xd1, 0x9f, 0x07, 0xef, 0xd1, 0xc7, 0xd2, 0xb3, 0x2b, 0x85, 0x3b, 0xba, 0xe7, 0x54, 0x43, 0xc0, 0x29, 0xea, 0xa4, 0x67, 0x78, 0xdc, 0xb2, 0xcf, 0xec, 0x83, 0xfd, 0xdf, 0xf6, 0xf2, 0xa5, 0x72, 0x19, 0x0a, 0x05, 0xab, 0xda, 0x55, 0xa1, 0x52, 0xf8, 0x3e, 0xe6, 0x1a, 0x15, 0x6e, 0x84, 0x18, 0x74, 0x9d, 0x80, 0xd8, 0xc0, 0xf1, 0xef, 0x83, 0x9e, 0x16, 0xc6, 0xd2, 0xcd, 0x55, 0x6a, 0x2b, 0xf0, 0x2a, 0x3f, 0x8b, 0x39, 0x52, 0x7e, 0x04, 0x55, 0x85, 0x64, 0x92, 0xe4, 0xcc, 0x99, 0x74, 0x9f, 0x78, 0x22, 0xf1, 0xa6, 0x26, 0x8a, 0x83, 0x83, 0xe4, 0xf6, 0xee, 0x25, 0xbf, 0x77, 0x2f, 0xa5, 0xbe, 0xbe, 0xea, 0x69, 0xf4, 0xf5, 0x61, 0xee, 0xdd, 0x8b, 0xd8, 0xbf, 0x9f, 0x58, 0xb1, 0x58, 0x3b, 0xb1, 0x0d, 0x86, 0xbe, 0x0d, 0xd7, 0xfc, 0x27, 0xac, 0xf3, 0xac, 0x91, 0xc6, 0xf8, 0xec, 0xcd, 0x20, 0x37, 0xad, 0x09, 0xe5, 0x75, 0x63, 0x1f, 0xad, 0xfc, 0xb9, 0x29, 0x45, 0x63, 0xb5, 0xbf, 0x13, 0x36, 0x8a, 0x5f, 0xeb, 0x38, 0x80, 0xdb, 0x1e, 0x5d, 0x99, 0x59, 0xd9, 0xe0, 0x6d, 0xdb, 0x06, 0x3c, 0xb7, 0x65, 0x6e, 0x25, 0xb8, 0x19, 0x67, 0x90, 0x27, 0xa3, 0xba, 0x30, 0x05, 0x30, 0xbf, 0x0b, 0x5f, 0x11, 0x50, 0x56, 0x4d, 0x13, 0x75, 0x70, 0x90, 0xfc, 0x4b, 0x2f, 0xd1, 0xff, 0xcc, 0x33, 0x8c, 0xbc, 0xfc, 0x32, 0xd9, 0x1d, 0x3b, 0xc8, 0xef, 0xde, 0x8d, 0x71, 0xe0, 0x00, 0x46, 0x5f, 0x9f, 0x63, 0x20, 0xab, 0x2a, 0xb6, 0xae, 0xa3, 0x68, 0xb5, 0x5a, 0x61, 0x1c, 0xe6, 0x7d, 0x1c, 0xce, 0x75, 0xde, 0x56, 0x4f, 0x3f, 0x18, 0x82, 0xd2, 0x73, 0xfd, 0x12, 0x23, 0xaa, 0xb3, 0x81, 0x09, 0x37, 0xfd, 0x10, 0x8c, 0x8d, 0x63, 0xb1, 0x01, 0x49, 0x3e, 0x2f, 0xc9, 0xe5, 0x4c, 0xb7, 0x60, 0x86, 0x2a, 0xe1, 0x57, 0xd2, 0x24, 0x9c, 0x4c, 0x52, 0x27, 0x48, 0xe6, 0xd8, 0x0b, 0x5e, 0x1a, 0xd0, 0x5a, 0xe1, 0x2d, 0x57, 0x7b, 0x08, 0xde, 0x4f, 0xf8, 0x0a, 0xa0, 0x5c, 0x01, 0xd3, 0x62, 0x8a, 0x72, 0xa9, 0xd4, 0x75, 0xb4, 0xce, 0x4e, 0x9a, 0xe7, 0xcf, 0x47, 0x8d, 0xc7, 0xe9, 0x7d, 0xfe, 0x79, 0xf6, 0x3d, 0xf1, 0x04, 0x43, 0xeb, 0xd7, 0x93, 0xdb, 0xb6, 0x8d, 0xe2, 0xbe, 0x7d, 0x14, 0xf7, 0xec, 0xa1, 0xbc, 0x7b, 0x37, 0xd6, 0xfe, 0xfd, 0x88, 0xc1, 0x41, 0x94, 0x7c, 0x7e, 0x5c, 0xcf, 0xbc, 0xe7, 0xe1, 0xfa, 0xbb, 0x61, 0xc0, 0x5d, 0xa3, 0x98, 0xef, 0xba, 0x4a, 0xfd, 0x94, 0x8d, 0xe2, 0x8b, 0xe3, 0x85, 0x66, 0x32, 0x1d, 0x92, 0xb7, 0x54, 0x8f, 0xf8, 0xe5, 0xd1, 0x0a, 0x00, 0xdf, 0x13, 0x8a, 0x1e, 0xdb, 0x76, 0x8a, 0x41, 0x06, 0x06, 0x0a, 0x5e, 0x7e, 0xd2, 0x17, 0xa2, 0x7a, 0x04, 0xd5, 0x0e, 0xd4, 0x04, 0x6c, 0x1e, 0x80, 0x03, 0x59, 0x78, 0x5c, 0x00, 0xaa, 0x65, 0x61, 0x0f, 0x0c, 0x50, 0xea, 0xed, 0xa5, 0xd4, 0xd7, 0x47, 0xb9, 0xaf, 0x0f, 0x73, 0x68, 0x08, 0x2b, 0x9f, 0x77, 0x0c, 0x3c, 0xd3, 0x44, 0x2a, 0x0a, 0xa8, 0x2a, 0xa6, 0x10, 0xe3, 0x78, 0xe9, 0x29, 0x70, 0x75, 0x00, 0xf1, 0xeb, 0x01, 0xc4, 0xa5, 0x05, 0x00, 0x20, 0x68, 0x13, 0x02, 0x22, 0xb3, 0xb9, 0x12, 0xbc, 0xf0, 0x8f, 0x63, 0x46, 0xa1, 0x42, 0xa9, 0x24, 0xc9, 0x66, 0x2d, 0xf2, 0x79, 0xc7, 0xec, 0x88, 0xc5, 0xc6, 0x34, 0xd6, 0x4a, 0x1b, 0x14, 0x5d, 0x17, 0xc4, 0xe3, 0xa0, 0xaa, 0x56, 0x80, 0xa3, 0x6a, 0xca, 0x9b, 0xe0, 0xec, 0x25, 0x3e, 0xb0, 0x6a, 0x5e, 0x49, 0x70, 0x71, 0x2a, 0xf5, 0x41, 0x14, 0x45, 0x57, 0xd2, 0x69, 0xe2, 0xd3, 0xa7, 0x93, 0x99, 0x39, 0x93, 0xd1, 0x3d, 0x7b, 0xe8, 0x7d, 0xe2, 0x09, 0x06, 0xd7, 0xae, 0x25, 0xbf, 0x73, 0x27, 0xa5, 0xde, 0x5e, 0x8c, 0x03, 0x07, 0x30, 0xfb, 0xfb, 0xb1, 0x87, 0x86, 0x90, 0xa3, 0xa3, 0x88, 0x52, 0x69, 0x5c, 0xf5, 0xae, 0x0d, 0xe5, 0xef, 0xc2, 0x63, 0x1e, 0xe2, 0x0f, 0xba, 0x6e, 0x90, 0x34, 0xf7, 0x70, 0xf4, 0x81, 0x17, 0xc7, 0x2f, 0x59, 0x3a, 0x79, 0x18, 0xea, 0x8e, 0x3c, 0x5a, 0x25, 0x80, 0xf0, 0x48, 0x80, 0xb8, 0x65, 0x49, 0x72, 0xb9, 0xb2, 0xaf, 0x63, 0xda, 0xb8, 0x7a, 0x40, 0x41, 0x48, 0x02, 0x5d, 0x50, 0x84, 0x72, 0x07, 0x3c, 0x40, 0xc5, 0xc5, 0x59, 0x2e, 0x63, 0x0d, 0x0f, 0x63, 0x0c, 0x0f, 0x3b, 0x44, 0x6f, 0x18, 0xd8, 0xa5, 0x12, 0xb2, 0x5c, 0x06, 0xc3, 0x70, 0xa3, 0x3d, 0x2a, 0xe8, 0x7a, 0x4d, 0x55, 0x09, 0x40, 0x33, 0x2c, 0x7b, 0x17, 0x9c, 0x10, 0x20, 0x05, 0x62, 0x01, 0x62, 0x5e, 0x25, 0x20, 0xbb, 0x35, 0x44, 0x1d, 0xf2, 0x81, 0xe0, 0xb7, 0x2f, 0xc0, 0xf0, 0xcf, 0xbc, 0x71, 0x33, 0xc3, 0x10, 0xe4, 0xf3, 0x8e, 0x2a, 0xe4, 0xd8, 0x00, 0x62, 0x9c, 0x41, 0xec, 0x74, 0xd1, 0x13, 0x41, 0xaa, 0x90, 0x80, 0xd3, 0x3e, 0x02, 0xf1, 0x98, 0x0f, 0xb0, 0x3a, 0x4e, 0xd1, 0x6e, 0xa6, 0x45, 0x55, 0xdf, 0x29, 0x63, 0x31, 0x94, 0xf6, 0x76, 0xd2, 0x33, 0x67, 0x82, 0x94, 0xec, 0x7f, 0xea, 0x29, 0xfa, 0x9e, 0x7a, 0x8a, 0xdc, 0xd6, 0xad, 0x94, 0x0f, 0x1e, 0xc4, 0xce, 0x66, 0xb1, 0x4b, 0x25, 0x30, 0x4d, 0xa4, 0x63, 0x75, 0xa3, 0xd8, 0xf6, 0x38, 0xe2, 0xe9, 0x83, 0x17, 0x77, 0x3b, 0xcf, 0xe3, 0xbf, 0x96, 0x5f, 0x32, 0x06, 0xb9, 0x62, 0xdd, 0x3d, 0x5c, 0xf7, 0x2c, 0x18, 0x8f, 0x41, 0xe9, 0x71, 0x28, 0x3f, 0xee, 0xbc, 0x5a, 0x23, 0x84, 0x27, 0x19, 0xca, 0xc3, 0x51, 0x85, 0x5e, 0xcb, 0xee, 0xd0, 0xde, 0x9f, 0x2d, 0xd3, 0x94, 0xf4, 0xf5, 0x15, 0x68, 0x6f, 0x4f, 0x78, 0xac, 0x7f, 0x25, 0x13, 0x20, 0x01, 0xbc, 0x91, 0xd6, 0x48, 0x2e, 0xb0, 0x13, 0xb6, 0x2c, 0xa9, 0x62, 0xc9, 0x46, 0x5a, 0x96, 0xe3, 0xcf, 0x96, 0xd2, 0xf1, 0x5f, 0x1b, 0x86, 0xe3, 0xfa, 0xac, 0x24, 0xda, 0xeb, 0x3a, 0x96, 0xab, 0x06, 0x49, 0xd7, 0x15, 0x51, 0xb9, 0xe8, 0x05, 0xf0, 0xae, 0x9f, 0xc2, 0x3f, 0x85, 0xe8, 0xfb, 0x41, 0xa9, 0xb7, 0x15, 0xdf, 0xbf, 0x37, 0x18, 0xe6, 0xf5, 0x08, 0xd9, 0xc1, 0xae, 0xd1, 0x5f, 0x7d, 0x03, 0xfe, 0xf4, 0x3c, 0x50, 0xba, 0x1c, 0x00, 0x98, 0x14, 0x8b, 0x82, 0x5c, 0xce, 0x44, 0x55, 0x21, 0x16, 0x53, 0xaa, 0xad, 0x09, 0x2b, 0x0d, 0xab, 0x62, 0x31, 0x47, 0x0d, 0x72, 0x9a, 0x67, 0xf9, 0x5b, 0x0c, 0x26, 0xe7, 0xc1, 0x5b, 0x2f, 0x85, 0x1f, 0xdf, 0xea, 0x5e, 0x27, 0x56, 0xb9, 0xc7, 0x4f, 0xa4, 0x52, 0x6f, 0x41, 0x51, 0xda, 0x45, 0x53, 0x13, 0x89, 0xd9, 0xb3, 0x49, 0x4d, 0x99, 0xc2, 0xe8, 0xf6, 0xed, 0xf4, 0xbf, 0xf0, 0x02, 0xa5, 0xdd, 0xbb, 0xb1, 0xf3, 0x79, 0xfc, 0xed, 0xeb, 0x84, 0x6d, 0x3b, 0x41, 0x2d, 0x29, 0xc7, 0x29, 0x2a, 0x07, 0x61, 0xb7, 0x8f, 0xe0, 0x2b, 0xc4, 0xee, 0x07, 0x00, 0x01, 0x6a, 0xac, 0xbb, 0x6e, 0xeb, 0xfb, 0x61, 0xfd, 0x9f, 0x79, 0x18, 0xb4, 0x37, 0x7c, 0x20, 0x08, 0x9e, 0xc1, 0x76, 0xc8, 0xde, 0xa0, 0xa3, 0x42, 0x05, 0x32, 0x4d, 0x6b, 0x54, 0x4a, 0x85, 0xa1, 0xa1, 0x12, 0x99, 0x4c, 0xdc, 0xe3, 0xff, 0x8e, 0x1f, 0x1b, 0xe2, 0x79, 0xb1, 0x09, 0x4f, 0xf7, 0xad, 0x2e, 0xce, 0x8b, 0xb0, 0x43, 0x7a, 0x1e, 0xb4, 0x42, 0xd4, 0x38, 0xfa, 0x96, 0xc3, 0xfd, 0xbd, 0x1b, 0xac, 0xaa, 0x48, 0x5d, 0xc7, 0x52, 0xd5, 0x71, 0x52, 0xa0, 0x07, 0xce, 0x38, 0x0b, 0xe6, 0x04, 0x70, 0xff, 0x8a, 0x44, 0xf0, 0x8b, 0x7b, 0x11, 0x20, 0x0d, 0xc2, 0x92, 0xd4, 0x3c, 0x20, 0xd8, 0x3e, 0x04, 0xbb, 0xfe, 0xcd, 0x6f, 0x10, 0x67, 0xb3, 0x4e, 0x9f, 0x54, 0x27, 0x59, 0xce, 0x0e, 0x34, 0x88, 0xc7, 0x27, 0xcb, 0x55, 0x9e, 0x7e, 0xfe, 0xd5, 0x70, 0x6c, 0x0f, 0xb5, 0x75, 0xd7, 0xda, 0x34, 0x55, 0x7d, 0x37, 0x89, 0x04, 0x6a, 0x67, 0x27, 0x89, 0x29, 0x53, 0x28, 0x1e, 0x3c, 0xc8, 0x81, 0xc7, 0x1e, 0x23, 0xbf, 0x71, 0x23, 0xe6, 0xc0, 0x80, 0xe3, 0xe9, 0x31, 0x0c, 0x87, 0x59, 0xb8, 0xa7, 0xb4, 0x6d, 0x84, 0x6d, 0x63, 0x8f, 0xaf, 0x5e, 0xe7, 0x20, 0xf4, 0x07, 0x48, 0x43, 0xd5, 0x07, 0x06, 0x11, 0xa2, 0xc6, 0x86, 0xe5, 0x6b, 0x45, 0x25, 0x37, 0x1e, 0x72, 0x1d, 0xc0, 0x51, 0xe5, 0x05, 0x02, 0xb6, 0x59, 0x16, 0xf4, 0xf7, 0x97, 0xd0, 0x75, 0x85, 0x58, 0xac, 0x42, 0x94, 0xca, 0x34, 0x38, 0x6d, 0x5a, 0x80, 0xf7, 0xc7, 0x9f, 0x6a, 0x10, 0x58, 0x14, 0xf1, 0x28, 0x0c, 0x4a, 0x28, 0x6b, 0xae, 0x61, 0x2b, 0x2c, 0x0b, 0x6b, 0x74, 0x14, 0x73, 0x68, 0x08, 0x3b, 0x97, 0x73, 0x82, 0x38, 0xd6, 0x18, 0xa9, 0x0b, 0xa7, 0x32, 0x05, 0x5b, 0xd7, 0x91, 0x9a, 0xe6, 0x77, 0xee, 0x2b, 0x6f, 0x83, 0xcb, 0x81, 0x84, 0xef, 0xac, 0x80, 0x21, 0xee, 0x31, 0xfa, 0xd4, 0x00, 0x83, 0x33, 0xa8, 0x62, 0x2d, 0x24, 0x5f, 0xff, 0x86, 0xdb, 0xa0, 0xf8, 0xc8, 0x98, 0x41, 0x0c, 0x85, 0x82, 0x64, 0x64, 0xc4, 0xac, 0x49, 0x96, 0xf3, 0x1b, 0xc4, 0xe3, 0x93, 0xe5, 0xaa, 0xdb, 0x9c, 0x84, 0x8b, 0x3e, 0xe0, 0x55, 0xd9, 0x3e, 0x12, 0x8f, 0xaf, 0x8a, 0xc5, 0x62, 0xf3, 0x44, 0x6b, 0x2b, 0xc9, 0x39, 0x73, 0xc0, 0xb6, 0xe9, 0x5f, 0xb3, 0x86, 0xe2, 0x4b, 0x2f, 0x61, 0xef, 0xdd, 0x2b, 0x65, 0x7f, 0x3f, 0xf6, 0xf0, 0xb0, 0xd3, 0x98, 0xd5, 0xc7, 0xed, 0xa5, 0x6d, 0x07, 0x86, 0x5b, 0xf7, 0xc3, 0x88, 0xef, 0xd9, 0x03, 0xdd, 0xd6, 0x84, 0xd7, 0x2b, 0xd4, 0x4b, 0x49, 0x0f, 0x4b, 0x35, 0x6f, 0x34, 0x30, 0x76, 0x54, 0x7a, 0x81, 0x00, 0x6b, 0xb3, 0x69, 0x4a, 0x46, 0x47, 0x2d, 0xfa, 0xfa, 0xf2, 0x74, 0x76, 0xea, 0x9e, 0xfb, 0x5f, 0xfe, 0x96, 0x10, 0x15, 0xca, 0x9f, 0x8f, 0x13, 0x58, 0x1f, 0x6a, 0x39, 0xe9, 0xbd, 0xd5, 0xc8, 0xa5, 0x9d, 0xcb, 0x61, 0x8d, 0x8e, 0x22, 0x0b, 0x85, 0xaa, 0xfe, 0x8f, 0x61, 0x20, 0x2a, 0x61, 0xfe, 0x98, 0xd3, 0xee, 0xc6, 0xd2, 0xb4, 0x9a, 0xa4, 0x5c, 0x80, 0x63, 0x60, 0xf5, 0x3c, 0xe8, 0x74, 0x89, 0xbd, 0x02, 0x00, 0xbf, 0x71, 0x1c, 0x0b, 0xe1, 0x82, 0x6a, 0x88, 0x3d, 0x10, 0x52, 0x8a, 0xb9, 0xe6, 0x6b, 0x54, 0xef, 0x5d, 0x60, 0x18, 0x0e, 0x08, 0x8a, 0x45, 0xab, 0x9a, 0x1b, 0x34, 0x56, 0x38, 0xe3, 0x18, 0xc4, 0x8e, 0x57, 0x48, 0xa0, 0x69, 0xb6, 0x4f, 0xeb, 0x02, 0x68, 0x5b, 0x05, 0x17, 0xae, 0xac, 0xdc, 0xe3, 0xc9, 0xf1, 0xf8, 0x55, 0xa4, 0xd3, 0xc4, 0xe6, 0xcc, 0x21, 0x35, 0x6b, 0x16, 0xf9, 0x5d, 0xbb, 0x28, 0x6d, 0xde, 0x8c, 0x3c, 0x78, 0x30, 0x5f, 0xcc, 0x66, 0xb7, 0x50, 0x28, 0x54, 0x7a, 0x49, 0x56, 0x3a, 0xf3, 0x8e, 0xe5, 0xf5, 0x84, 0x6c, 0x66, 0x61, 0x2c, 0xf5, 0x43, 0x09, 0x21, 0xfe, 0x30, 0xe7, 0x45, 0x50, 0x8a, 0xb5, 0xbf, 0xbc, 0x34, 0xa8, 0x06, 0xa3, 0x9e, 0x41, 0x4c, 0x3d, 0x40, 0x1c, 0x25, 0xe9, 0xd0, 0xb9, 0x87, 0xc0, 0x69, 0x8b, 0xb1, 0x63, 0xc7, 0x08, 0x0b, 0x17, 0xb6, 0x7a, 0xb2, 0x4b, 0x3a, 0xde, 0x0e, 0x4b, 0x3b, 0x88, 0x1e, 0x39, 0x44, 0x08, 0x07, 0x90, 0xd2, 0x6d, 0xf8, 0x53, 0x51, 0x7d, 0xec, 0x52, 0x09, 0x99, 0xcd, 0x42, 0x3e, 0xef, 0x9c, 0x85, 0x02, 0x14, 0x8b, 0x8e, 0x71, 0xe7, 0x28, 0xd9, 0x10, 0x8b, 0x21, 0x03, 0xa4, 0x80, 0x0a, 0xb1, 0x95, 0x2c, 0xf9, 0x2f, 0x78, 0xeb, 0xb5, 0x70, 0xd9, 0x67, 0xe0, 0xdc, 0x8b, 0x61, 0x4a, 0x8f, 0x0f, 0x10, 0x31, 0x9f, 0x0b, 0x50, 0x8d, 0xb0, 0x1b, 0x82, 0x8c, 0x79, 0x77, 0xa3, 0x1f, 0xde, 0x0a, 0xfd, 0xd7, 0x7b, 0x0d, 0xe2, 0x72, 0x19, 0x72, 0x39, 0xdb, 0xed, 0x88, 0x27, 0xaa, 0xad, 0x54, 0x2a, 0x20, 0xd0, 0x75, 0xc5, 0x63, 0x10, 0x8b, 0x00, 0xaf, 0xd0, 0x49, 0x1f, 0x84, 0x4c, 0xfa, 0x1c, 0x5d, 0x9f, 0xdd, 0x92, 0x48, 0x2c, 0x57, 0x3a, 0x3b, 0x69, 0x39, 0xee, 0x38, 0x4a, 0x7d, 0x7d, 0xe4, 0x9f, 0x7f, 0x1e, 0xb5, 0xbf, 0x9f, 0xde, 0x62, 0xf1, 0x0e, 0xa3, 0x5c, 0xce, 0x61, 0x59, 0x4e, 0x3b, 0x74, 0x21, 0x50, 0x62, 0x31, 0x67, 0x78, 0xb2, 0xa6, 0x21, 0x14, 0x25, 0x94, 0xb5, 0x16, 0xc6, 0x3a, 0x54, 0x44, 0x79, 0xee, 0xea, 0x95, 0x36, 0xfa, 0xdd, 0x9d, 0x41, 0x55, 0x68, 0x61, 0x8d, 0x71, 0x27, 0x6c, 0x07, 0x1c, 0x25, 0x00, 0x78, 0xe0, 0x51, 0x10, 0x79, 0xd3, 0x84, 0xdd, 0xbb, 0x8b, 0x08, 0x01, 0xad, 0xad, 0x15, 0x97, 0x9f, 0xc8, 0xc0, 0x45, 0x9f, 0x0a, 0xc9, 0xed, 0x88, 0x2a, 0x92, 0xa8, 0xfc, 0xad, 0x24, 0x01, 0x29, 0x04, 0xd2, 0xb2, 0x90, 0x23, 0x23, 0x28, 0xa3, 0xa3, 0x28, 0xd9, 0x2c, 0x4a, 0x2e, 0x87, 0x70, 0x66, 0x20, 0x39, 0x00, 0x10, 0x02, 0xa1, 0x69, 0x88, 0x44, 0x02, 0x19, 0x8f, 0x63, 0xa9, 0xea, 0x38, 0x97, 0xe8, 0x25, 0xbc, 0xa2, 0xc5, 0x10, 0xb3, 0x20, 0x73, 0x36, 0xcc, 0xfa, 0x24, 0xbc, 0xe9, 0x26, 0x78, 0xe7, 0x67, 0xa0, 0xab, 0xdd, 0x03, 0x84, 0x20, 0x57, 0x69, 0x94, 0xf1, 0x1c, 0x54, 0xc3, 0x60, 0xc2, 0x4d, 0xd7, 0x81, 0xb9, 0xbd, 0xb2, 0x55, 0x15, 0x55, 0xc8, 0xf1, 0x0a, 0x59, 0xd5, 0x2e, 0x12, 0x4e, 0xb4, 0x78, 0xcc, 0x30, 0x76, 0xd2, 0xa9, 0xa5, 0xfb, 0x3b, 0xef, 0x13, 0xc4, 0xa6, 0xc0, 0x15, 0xef, 0x78, 0x73, 0x2a, 0xf5, 0x0e, 0xd1, 0xdc, 0xac, 0xa4, 0x16, 0x2e, 0x44, 0x6f, 0x6e, 0x66, 0xf8, 0x89, 0x27, 0xd0, 0x0e, 0x1e, 0x44, 0x29, 0x95, 0xac, 0x9f, 0x9a, 0xe6, 0x6f, 0x14, 0x10, 0x4a, 0x45, 0xef, 0x77, 0xea, 0x32, 0x51, 0xdc, 0x88, 0xb0, 0x8c, 0x90, 0x02, 0xe5, 0xda, 0x54, 0x8b, 0xa8, 0xe2, 0x1c, 0x19, 0x14, 0xbf, 0xa9, 0xa3, 0x0e, 0x99, 0x84, 0xf7, 0x5f, 0xb2, 0xc3, 0x8d, 0xea, 0x3f, 0x08, 0x00, 0xac, 0x2b, 0x41, 0xf9, 0x97, 0xa0, 0x90, 0xcf, 0xc3, 0x96, 0x2d, 0xc3, 0x2c, 0x5c, 0xd8, 0x84, 0xa6, 0x55, 0xc4, 0x78, 0xfa, 0x3c, 0xf8, 0xe0, 0x55, 0x21, 0x09, 0x5d, 0x22, 0x24, 0xf5, 0x40, 0x00, 0xa2, 0xba, 0xfd, 0x95, 0xbe, 0x83, 0xb9, 0x1c, 0x6a, 0xb9, 0xcc, 0x76, 0xbb, 0x19, 0xcd, 0xb2, 0x50, 0x0c, 0x03, 0xc5, 0x30, 0x10, 0xe5, 0xb2, 0xd3, 0x7f, 0x5d, 0x4a, 0x67, 0x93, 0x63, 0x31, 0x64, 0x3c, 0x0e, 0xbe, 0xc0, 0x58, 0x2b, 0x25, 0xde, 0xc0, 0x56, 0xaf, 0xea, 0x19, 0x83, 0xe6, 0x37, 0xc3, 0xe5, 0xdf, 0x81, 0x99, 0x53, 0x02, 0xdc, 0xa4, 0x9a, 0x27, 0x17, 0x47, 0x65, 0x7c, 0xa7, 0xde, 0xb0, 0xfa, 0x65, 0x13, 0x86, 0xf2, 0xb0, 0xf1, 0x2b, 0x4e, 0x7a, 0xbd, 0xb3, 0x5d, 0xc5, 0xa2, 0x4d, 0x36, 0x6b, 0x93, 0xcd, 0x3a, 0x4d, 0x75, 0x35, 0xcd, 0x3b, 0x14, 0xa3, 0x12, 0x2d, 0x86, 0x44, 0x42, 0xf1, 0xc5, 0x06, 0x1c, 0x9a, 0x48, 0xd2, 0x73, 0xc5, 0x94, 0x54, 0xfa, 0x1c, 0x7d, 0xfa, 0x74, 0xba, 0x4f, 0x3b, 0x8d, 0xa1, 0x97, 0x5e, 0x42, 0xd9, 0xb9, 0x13, 0xb5, 0x54, 0xa2, 0x0f, 0x1e, 0x79, 0x0c, 0x06, 0xa4, 0x94, 0x42, 0xba, 0xbd, 0x59, 0x14, 0x5d, 0x47, 0x49, 0x24, 0x10, 0x9a, 0xe6, 0x0c, 0xc4, 0x08, 0x70, 0x7f, 0x7a, 0x94, 0x7b, 0x11, 0xc1, 0xa4, 0xc2, 0x7a, 0x3f, 0xc9, 0x08, 0xce, 0xee, 0x2f, 0xd2, 0xf1, 0xb7, 0xaa, 0x69, 0xa4, 0xf9, 0x97, 0xfc, 0x03, 0x00, 0x00, 0xc0, 0xde, 0xeb, 0x2b, 0x06, 0x5f, 0x6f, 0x6f, 0x99, 0xe6, 0xe6, 0x38, 0x73, 0xe6, 0xc4, 0x3d, 0xba, 0xec, 0xf4, 0x8f, 0xc2, 0x95, 0xe7, 0x06, 0xb8, 0xc7, 0x44, 0x48, 0x04, 0x56, 0x49, 0x24, 0xae, 0x58, 0x95, 0x25, 0xd9, 0x82, 0x10, 0x48, 0x45, 0x41, 0xba, 0x04, 0xaf, 0x5a, 0x16, 0x77, 0xc6, 0x16, 0x62, 0x9b, 0x26, 0x9a, 0x94, 0x88, 0x52, 0x09, 0xe1, 0x66, 0x3c, 0x02, 0x08, 0x55, 0x45, 0xc4, 0xe3, 0xd8, 0xb1, 0x18, 0xa6, 0xeb, 0x11, 0xf2, 0xae, 0xe2, 0xdb, 0xc5, 0x66, 0x94, 0xea, 0x1c, 0xbc, 0xea, 0xec, 0xbb, 0x69, 0xb0, 0xfa, 0x53, 0x1e, 0x29, 0x10, 0xf7, 0xd9, 0x04, 0x6a, 0x80, 0x7e, 0x2c, 0xeb, 0xd8, 0x03, 0x06, 0xfc, 0xe2, 0x71, 0xc8, 0xde, 0x39, 0x86, 0x99, 0xe0, 0x42, 0xfa, 0xb1, 0x1a, 0x62, 0x49, 0x22, 0x51, 0x31, 0x88, 0x2b, 0xf8, 0x1d, 0x93, 0x02, 0x6f, 0x4a, 0xac, 0xd5, 0x62, 0x2d, 0xcd, 0xb1, 0x96, 0x93, 0x4e, 0x42, 0x89, 0xc5, 0xc8, 0x3e, 0xfa, 0x28, 0x5a, 0x3e, 0x8f, 0x06, 0xdc, 0x05, 0x77, 0xb8, 0xf7, 0x2b, 0x14, 0x97, 0xd3, 0x4b, 0x21, 0x50, 0x92, 0x49, 0x94, 0x54, 0xca, 0x71, 0x21, 0x2b, 0x4a, 0xdd, 0xbc, 0xf0, 0x88, 0xa8, 0x7d, 0xa3, 0x9d, 0x25, 0xfc, 0xdc, 0x3d, 0xcc, 0x2b, 0x14, 0x65, 0x08, 0x37, 0x14, 0x0c, 0x7b, 0xad, 0x01, 0xe0, 0xb9, 0xb1, 0x1b, 0xd7, 0x82, 0x71, 0x27, 0x08, 0xf2, 0x79, 0xc9, 0x86, 0x0d, 0x83, 0x9c, 0x7a, 0xea, 0x54, 0x3a, 0x3a, 0xaa, 0xd3, 0x4f, 0x15, 0x58, 0xf4, 0xf7, 0xf0, 0xce, 0x37, 0x84, 0x10, 0xbf, 0xfb, 0x7e, 0xd9, 0xd4, 0x78, 0xfc, 0x03, 0x9f, 0x48, 0x24, 0x3e, 0x79, 0xaf, 0x10, 0x73, 0xff, 0xd7, 0x10, 0x5a, 0x4a, 0x2a, 0x0a, 0x32, 0x16, 0x43, 0xa8, 0xaa, 0x63, 0xd8, 0x99, 0x26, 0xf6, 0xcc, 0x19, 0xec, 0x6e, 0x9e, 0x8e, 0x34, 0x4d, 0x54, 0x37, 0xad, 0x57, 0x96, 0xcb, 0x8e, 0x57, 0x48, 0x08, 0xa4, 0xae, 0x23, 0xd2, 0x69, 0xac, 0x80, 0xc0, 0x58, 0x8f, 0xcc, 0x71, 0x86, 0xb2, 0x37, 0xc0, 0x05, 0x9d, 0x3c, 0x0d, 0x52, 0x19, 0x5f, 0xc0, 0xcc, 0x1f, 0x7d, 0x55, 0x42, 0xd6, 0xdd, 0x0e, 0x57, 0x05, 0xee, 0xfd, 0xff, 0x40, 0x8e, 0x8c, 0x19, 0xc4, 0xc1, 0x85, 0xf4, 0x15, 0x41, 0x57, 0xa9, 0x19, 0x88, 0xc7, 0x15, 0x62, 0xb1, 0xb1, 0x04, 0x56, 0x81, 0xcd, 0xf9, 0xcd, 0xaf, 0x10, 0x9b, 0x31, 0x83, 0xa9, 0x67, 0x9d, 0xc5, 0x9e, 0x3b, 0xee, 0x20, 0xd1, 0xd7, 0x87, 0x06, 0x0c, 0xc2, 0xfa, 0x5f, 0xc2, 0x36, 0x40, 0xb7, 0x84, 0x50, 0xa4, 0xd3, 0xaa, 0x0d, 0xa1, 0x69, 0x68, 0xc9, 0x24, 0x5a, 0x2a, 0x85, 0x88, 0xc5, 0x50, 0x74, 0x7d, 0x22, 0xfb, 0xda, 0x68, 0x83, 0x82, 0xa8, 0x9a, 0x62, 0x93, 0xe8, 0x61, 0x18, 0x61, 0xea, 0x4f, 0x43, 0x40, 0x50, 0x5e, 0x7b, 0xc2, 0xf7, 0xde, 0xec, 0xe6, 0xaf, 0x82, 0x62, 0x80, 0xca, 0xc1, 0x83, 0x06, 0x07, 0x0e, 0xe4, 0xb8, 0xe8, 0xa2, 0x59, 0x64, 0x32, 0x55, 0x2e, 0xa6, 0xc2, 0x92, 0x2f, 0xc1, 0x7b, 0x2f, 0xaf, 0xe5, 0xa8, 0x29, 0x2d, 0x1e, 0xbf, 0xea, 0x7c, 0x5d, 0xff, 0xe4, 0xb7, 0x52, 0xa9, 0x8b, 0xee, 0xd1, 0xb4, 0x8e, 0x8f, 0x25, 0x12, 0xb1, 0x69, 0xa9, 0x94, 0x40, 0xd7, 0x55, 0xa4, 0x93, 0x33, 0x80, 0x94, 0x12, 0xc5, 0xcd, 0xf6, 0x3c, 0xf5, 0xd4, 0x39, 0x0c, 0xae, 0xbe, 0xd0, 0x61, 0xc3, 0xa6, 0x89, 0x6a, 0x59, 0x4e, 0x4d, 0x40, 0xa9, 0x04, 0x8a, 0x82, 0x92, 0x48, 0x40, 0x3c, 0x0e, 0xf1, 0x78, 0x35, 0x49, 0xce, 0x7b, 0xd3, 0x6f, 0xb3, 0x37, 0x05, 0xd0, 0x2d, 0x31, 0xb7, 0x82, 0x29, 0xe1, 0x53, 0x83, 0xfc, 0xaa, 0x50, 0x54, 0x50, 0x28, 0x40, 0x05, 0x78, 0xbe, 0x17, 0xf6, 0xfe, 0xa7, 0x57, 0x0a, 0x04, 0x15, 0xd2, 0x57, 0xda, 0xa8, 0xd4, 0x26, 0xcb, 0x49, 0x37, 0x36, 0x60, 0xb1, 0x2a, 0xfe, 0x32, 0x9d, 0xad, 0x0a, 0xad, 0x27, 0x9d, 0x84, 0x91, 0xcd, 0x52, 0x7c, 0xf8, 0x61, 0x54, 0x37, 0xfd, 0xfb, 0x21, 0xf8, 0xbf, 0x8a, 0xdd, 0x62, 0x55, 0xe8, 0xa2, 0xd2, 0xa3, 0x45, 0x51, 0x1c, 0xa9, 0xa8, 0x28, 0x87, 0xb2, 0xc7, 0x8d, 0x74, 0xa9, 0xb3, 0x09, 0xaf, 0x5d, 0x0e, 0x6b, 0x78, 0xd0, 0x68, 0xef, 0xd3, 0xa3, 0x56, 0x05, 0x0a, 0xb0, 0xd6, 0x7f, 0xbe, 0x15, 0x46, 0xbf, 0x05, 0x50, 0x2a, 0x49, 0xd6, 0xad, 0x1b, 0x60, 0xee, 0xdc, 0x0e, 0xce, 0x3d, 0xb7, 0x87, 0x54, 0xaa, 0xea, 0xf2, 0x57, 0x61, 0xf6, 0x67, 0xe0, 0xa3, 0xd7, 0xc0, 0x89, 0x33, 0x74, 0xfd, 0x23, 0xd7, 0x24, 0x12, 0x9f, 0xb8, 0x53, 0xd7, 0xe7, 0x7e, 0x23, 0x95, 0x4a, 0x9d, 0x9d, 0x4a, 0xa9, 0x6a, 0x7b, 0xbb, 0xce, 0xb4, 0x69, 0x49, 0x16, 0x2e, 0x6c, 0x25, 0x96, 0xd0, 0x91, 0x8a, 0x82, 0x92, 0x4c, 0x3a, 0x51, 0x4c, 0xb7, 0x60, 0x23, 0x93, 0x89, 0xb3, 0x7f, 0xda, 0x3c, 0x86, 0x5a, 0xbb, 0x9d, 0x20, 0x59, 0xc5, 0x0e, 0x28, 0x14, 0x1c, 0x3f, 0xb7, 0xae, 0xa3, 0xb8, 0x00, 0xb0, 0x75, 0x7d, 0x5c, 0x33, 0x92, 0x63, 0x19, 0x64, 0x09, 0x07, 0x7d, 0x7b, 0x50, 0x1a, 0x84, 0xac, 0xe2, 0x73, 0x8f, 0x46, 0x65, 0x8e, 0x2a, 0x8c, 0x1f, 0xe4, 0x16, 0x62, 0x0c, 0xde, 0xf8, 0x53, 0x28, 0xbf, 0x38, 0x16, 0x1b, 0x90, 0x6e, 0x09, 0xa5, 0x11, 0x11, 0x1b, 0xa8, 0x48, 0x01, 0x1b, 0x4d, 0x83, 0x37, 0x65, 0x36, 0xa0, 0xf5, 0xf4, 0x30, 0x75, 0xd5, 0x2a, 0xb6, 0xde, 0x7c, 0x33, 0xfa, 0xf0, 0x30, 0x02, 0xc8, 0xc1, 0xfe, 0x1b, 0x60, 0xad, 0x07, 0xa8, 0x42, 0x54, 0x22, 0xe7, 0x15, 0x37, 0xa8, 0x0b, 0x82, 0x09, 0xa8, 0x3d, 0x32, 0x82, 0xf8, 0xeb, 0x81, 0x40, 0x86, 0x44, 0x7c, 0x1b, 0x6d, 0xbe, 0xd5, 0x70, 0x20, 0x4c, 0x7b, 0x15, 0x89, 0x5d, 0x84, 0xbc, 0xf7, 0xdd, 0xec, 0x4d, 0xff, 0x01, 0x1f, 0x58, 0x0d, 0xca, 0x09, 0xa3, 0xa3, 0x16, 0x1b, 0x37, 0x1e, 0xe0, 0x92, 0x4b, 0x96, 0x30, 0x32, 0x52, 0xe6, 0xd9, 0x67, 0x07, 0x28, 0x16, 0x9d, 0x42, 0x10, 0x4d, 0xeb, 0xbc, 0x52, 0x55, 0x2f, 0xbd, 0x32, 0x16, 0x93, 0xa4, 0x52, 0x0a, 0x99, 0x8c, 0x46, 0x4b, 0x8b, 0x4e, 0x5b, 0x5b, 0x8c, 0xa9, 0x53, 0x33, 0xcc, 0x9e, 0xdd, 0xca, 0x8c, 0x19, 0xcd, 0xa4, 0xfe, 0x31, 0x86, 0x55, 0x28, 0xa3, 0xb4, 0xb4, 0x60, 0xe5, 0x72, 0xd5, 0x0b, 0x6f, 0xde, 0x7c, 0x90, 0x5d, 0x86, 0x46, 0xb9, 0x6d, 0x09, 0x97, 0x0d, 0x1d, 0x70, 0xea, 0x16, 0x2d, 0x0b, 0xbb, 0x58, 0x74, 0x40, 0x10, 0x8b, 0x39, 0x9b, 0x9e, 0x48, 0x20, 0x93, 0x49, 0x27, 0x77, 0xc8, 0x30, 0x6a, 0x0a, 0x28, 0xde, 0xc6, 0x46, 0xd6, 0xd3, 0xe5, 0xd9, 0x83, 0xbe, 0x67, 0x5d, 0xe2, 0x0f, 0x12, 0xd9, 0x5e, 0x83, 0xce, 0xdb, 0xca, 0x3b, 0x2c, 0x38, 0x56, 0x61, 0x50, 0xa6, 0x03, 0x9a, 0x72, 0x19, 0x9e, 0xfd, 0x32, 0x9c, 0xf6, 0x13, 0x67, 0xdf, 0x14, 0x4a, 0x25, 0x13, 0x5d, 0x57, 0xdd, 0x42, 0x7a, 0x05, 0x5d, 0x57, 0x6b, 0x0a, 0xe9, 0xdd, 0xec, 0x0e, 0x12, 0x09, 0x85, 0x39, 0xf6, 0x3e, 0xe6, 0xb7, 0x97, 0x68, 0x3e, 0xe1, 0x04, 0xb4, 0x44, 0x82, 0xd2, 0xa3, 0x8f, 0x52, 0x69, 0xb8, 0xf3, 0x24, 0xdc, 0x6f, 0x39, 0xb4, 0x20, 0x6b, 0x82, 0x5d, 0x52, 0x22, 0x85, 0x70, 0x98, 0x81, 0xaa, 0x36, 0x02, 0x80, 0x46, 0x5c, 0xd3, 0x41, 0x44, 0x1b, 0xd6, 0xdb, 0xc9, 0x9f, 0x3e, 0xd2, 0xa8, 0xaa, 0x45, 0xa3, 0x76, 0x80, 0xf6, 0x1a, 0x70, 0x7d, 0x11, 0x2d, 0x22, 0xf7, 0x1b, 0xf0, 0xcc, 0x5f, 0xc1, 0xc9, 0xb7, 0x5a, 0x96, 0x92, 0xd9, 0xbe, 0x7d, 0x98, 0x5c, 0xae, 0xcc, 0xd9, 0x67, 0xcf, 0x61, 0x78, 0xb8, 0xc4, 0xae, 0x5d, 0x79, 0x4c, 0xd3, 0x69, 0x14, 0xd5, 0xd6, 0xa6, 0x33, 0x75, 0x6a, 0x9a, 0x79, 0xf3, 0xda, 0x59, 0xb8, 0xb0, 0x8b, 0x05, 0x0b, 0xba, 0x99, 0x3a, 0xb5, 0x99, 0x54, 0x2a, 0x86, 0x6d, 0x5b, 0x1c, 0x38, 0x30, 0xcc, 0xa8, 0xeb, 0xd5, 0x51, 0xd3, 0x69, 0x4c, 0x4f, 0x04, 0x73, 0xd3, 0xa6, 0x7e, 0xf6, 0xda, 0x71, 0x5e, 0xb1, 0x7a, 0x58, 0xa5, 0xa6, 0x68, 0xb3, 0x9c, 0x9a, 0x61, 0xd5, 0x30, 0xb0, 0x8a, 0x45, 0x64, 0x3a, 0x8d, 0x88, 0xc7, 0x21, 0x99, 0x74, 0xdc, 0xa4, 0x85, 0x02, 0x96, 0x61, 0xd4, 0xe8, 0x2d, 0x2b, 0xd9, 0xcb, 0x2c, 0x86, 0xd9, 0x49, 0x3b, 0x60, 0x14, 0xe0, 0x89, 0x87, 0x5d, 0x2e, 0xea, 0xef, 0x81, 0xe3, 0xb5, 0x01, 0xbc, 0xba, 0xae, 0xf0, 0x00, 0xc1, 0x5f, 0x41, 0x86, 0x07, 0x2c, 0x6e, 0x9e, 0xd0, 0x5d, 0xeb, 0x61, 0xf1, 0x8f, 0xa1, 0xe5, 0x4f, 0xc7, 0x0c, 0x62, 0x49, 0x36, 0x6b, 0x12, 0x8f, 0x57, 0xc6, 0xa5, 0x3a, 0x85, 0xf4, 0x95, 0x91, 0x4b, 0xc9, 0xa4, 0x86, 0x10, 0x06, 0x17, 0xdb, 0x6b, 0x51, 0xbb, 0xba, 0x98, 0x7e, 0xde, 0x79, 0x6c, 0xfc, 0xce, 0x77, 0x88, 0x67, 0xb3, 0x08, 0x20, 0x4b, 0xcc, 0xbe, 0x1e, 0xfb, 0x39, 0x30, 0xf5, 0x1a, 0x69, 0xe4, 0x4c, 0xdf, 0xab, 0xda, 0x44, 0x4a, 0x2c, 0x56, 0x75, 0x81, 0x1e, 0x86, 0x04, 0x90, 0x87, 0xf0, 0x39, 0x3b, 0x24, 0x8d, 0xa2, 0x1e, 0x10, 0x8e, 0x6a, 0x23, 0x58, 0x46, 0x83, 0xe0, 0xae, 0x57, 0xe2, 0xf1, 0x3d, 0x9f, 0x89, 0xc5, 0x84, 0x6d, 0x59, 0x36, 0xbb, 0x77, 0x0f, 0x32, 0x3c, 0x5c, 0x74, 0xd3, 0x24, 0x9c, 0x9c, 0x97, 0xa6, 0x26, 0x8d, 0xe9, 0xd3, 0x33, 0x1c, 0x7f, 0x7c, 0x0f, 0x2b, 0x56, 0xcc, 0xe2, 0xd8, 0x63, 0xbb, 0x9d, 0x54, 0xaa, 0xf5, 0xfb, 0xf8, 0xd5, 0xaf, 0x9e, 0xe3, 0x5b, 0xdf, 0x7a, 0x88, 0x6f, 0x7e, 0xf3, 0x21, 0x46, 0xb3, 0x8e, 0x4e, 0xaf, 0x66, 0x32, 0x4e, 0x12, 0x97, 0xbb, 0x8a, 0xfd, 0xfd, 0x65, 0x06, 0x07, 0x0d, 0xfa, 0x86, 0x24, 0x77, 0x8a, 0x79, 0x55, 0x96, 0xac, 0x59, 0x16, 0xe4, 0x72, 0xc8, 0x62, 0x11, 0xa1, 0x28, 0x4e, 0x10, 0x28, 0x16, 0xc3, 0x8e, 0xc5, 0x82, 0xd2, 0x23, 0xb8, 0x9c, 0x4d, 0x80, 0x29, 0xe1, 0x85, 0x5b, 0xa1, 0xaf, 0xc8, 0xf8, 0x2c, 0xd1, 0xb0, 0x58, 0x80, 0x12, 0xb2, 0xa1, 0x75, 0x1a, 0xf6, 0xfe, 0xf4, 0x3f, 0xc0, 0xde, 0x5b, 0xd9, 0x3e, 0xc3, 0x80, 0x7c, 0xde, 0x49, 0x93, 0x28, 0x16, 0xad, 0x1a, 0xd5, 0xdd, 0x09, 0xde, 0x4a, 0xda, 0x94, 0x3c, 0x27, 0x36, 0xf7, 0x93, 0x59, 0xbc, 0x98, 0x58, 0x26, 0x43, 0xee, 0xee, 0xbb, 0xab, 0x92, 0xec, 0xb7, 0x9c, 0xa0, 0x0c, 0xb2, 0xea, 0x74, 0xef, 0xbd, 0x4a, 0xb7, 0x8d, 0x09, 0x52, 0x3a, 0x6b, 0xe0, 0x34, 0xed, 0x9c, 0xe8, 0xfe, 0x46, 0x45, 0x64, 0xeb, 0xfd, 0x1d, 0xc2, 0xa7, 0xc2, 0x1f, 0xd1, 0xa1, 0x1f, 0x47, 0x55, 0x5f, 0x20, 0xef, 0x43, 0x94, 0x4a, 0x37, 0x3e, 0xd0, 0xd5, 0xf5, 0xf9, 0x7b, 0x9b, 0x9a, 0x62, 0x17, 0x6e, 0xd9, 0xd2, 0xcf, 0xb6, 0x6d, 0xc3, 0xec, 0xdc, 0x59, 0xa0, 0x50, 0x70, 0x36, 0x7e, 0x60, 0xc0, 0x60, 0xf7, 0xee, 0x01, 0x1e, 0x7f, 0xbc, 0x1f, 0x4d, 0xdb, 0xe8, 0x0e, 0x8a, 0x96, 0xee, 0x20, 0x67, 0xb0, 0x2c, 0x0b, 0xdb, 0xb6, 0xb8, 0xcc, 0xb6, 0x49, 0x26, 0x55, 0x47, 0x9f, 0xaf, 0xe8, 0xb4, 0x40, 0x2e, 0x27, 0xc9, 0xb9, 0x97, 0xbb, 0x8d, 0x79, 0xbc, 0x85, 0x8d, 0xa4, 0x30, 0x1c, 0xd7, 0xa8, 0x61, 0x60, 0x66, 0xb3, 0xd8, 0x6e, 0xf0, 0x87, 0x64, 0x12, 0x99, 0x48, 0x20, 0xcb, 0xe5, 0x6a, 0x7b, 0x90, 0xca, 0xf7, 0x9c, 0xc7, 0x0e, 0x7e, 0x8e, 0xbc, 0x73, 0x1f, 0xdb, 0xb7, 0x32, 0x6e, 0xdc, 0x13, 0x65, 0x1f, 0x00, 0xfc, 0xc6, 0xaf, 0x08, 0xc9, 0x73, 0xf2, 0xcc, 0x16, 0xf0, 0x66, 0x8a, 0x62, 0xc0, 0xbe, 0x2c, 0x6c, 0xff, 0x57, 0x98, 0x77, 0x6d, 0x25, 0xd1, 0xd2, 0x34, 0x21, 0x9f, 0xb7, 0x49, 0x24, 0x9c, 0x61, 0x74, 0x52, 0x4a, 0xcf, 0x58, 0x53, 0xc9, 0x39, 0xe6, 0x8b, 0xe8, 0x53, 0x5a, 0x99, 0x76, 0xee, 0xb9, 0x6c, 0xf9, 0xd9, 0xcf, 0x88, 0x8d, 0x8c, 0x20, 0x00, 0x13, 0x85, 0x3b, 0x59, 0x02, 0xc4, 0x2e, 0x86, 0x75, 0xeb, 0xe0, 0xe0, 0x20, 0x4e, 0xcf, 0x24, 0x51, 0x55, 0x81, 0xdc, 0x8e, 0x10, 0x8d, 0x18, 0xc0, 0x22, 0xba, 0x3c, 0x54, 0x46, 0x38, 0x40, 0xa2, 0x3e, 0xdf, 0x28, 0x51, 0x1f, 0xd5, 0x05, 0x31, 0x62, 0x02, 0x37, 0x2e, 0xd3, 0xe9, 0xe5, 0x4d, 0xf3, 0xe6, 0x7d, 0xf1, 0x9b, 0x0b, 0x17, 0x4e, 0xbd, 0xa0, 0xb9, 0x39, 0xce, 0xc6, 0x8d, 0x83, 0x6c, 0xde, 0x9c, 0x67, 0x74, 0x54, 0xc1, 0x34, 0x55, 0x4c, 0x53, 0x60, 0x9a, 0x2a, 0x86, 0xa1, 0x52, 0x2c, 0x6a, 0x64, 0xb3, 0x0a, 0xa3, 0xa3, 0x2a, 0x23, 0x23, 0x2a, 0xa3, 0xa3, 0x2a, 0xd9, 0xac, 0x42, 0xa1, 0xa0, 0x52, 0x2a, 0x69, 0x48, 0x29, 0xaa, 0x7e, 0x7d, 0x6f, 0xe2, 0x5b, 0x75, 0x44, 0x31, 0x1a, 0x05, 0xe2, 0xdc, 0xcd, 0xdc, 0x31, 0xd6, 0x6c, 0x59, 0x88, 0x62, 0x11, 0x59, 0x2c, 0x3a, 0x76, 0x40, 0x2c, 0xe6, 0xc4, 0x05, 0xdc, 0x74, 0x00, 0xef, 0x0d, 0xeb, 0xd8, 0xbc, 0x87, 0xed, 0x9d, 0x8c, 0x1b, 0xf8, 0x57, 0x93, 0x14, 0xa6, 0x11, 0x3e, 0xcc, 0x21, 0x8a, 0xfb, 0xd9, 0xbe, 0x94, 0x00, 0x17, 0x0c, 0x3f, 0xbc, 0x0b, 0xf2, 0x0f, 0xfb, 0x0d, 0xe2, 0x5c, 0xce, 0x49, 0x96, 0x73, 0x5a, 0xa9, 0xb8, 0xdd, 0xa7, 0x4c, 0x83, 0x93, 0x95, 0x1d, 0x24, 0x8f, 0x3d, 0x96, 0xd6, 0xf9, 0xf3, 0x19, 0xbc, 0xed, 0xb6, 0x2a, 0xf7, 0x7f, 0x88, 0x05, 0xf4, 0x91, 0x06, 0x94, 0x38, 0xac, 0xba, 0xac, 0x7a, 0xdf, 0x52, 0x3a, 0x1d, 0x20, 0x5c, 0x43, 0x58, 0x4e, 0x6c, 0xe0, 0x70, 0x3d, 0x75, 0x84, 0x10, 0x35, 0x27, 0x6a, 0xde, 0x40, 0xa3, 0xb3, 0x0a, 0x98, 0x20, 0x68, 0x8e, 0x8a, 0x40, 0x58, 0x8d, 0x1a, 0x30, 0x63, 0xc6, 0x47, 0xcf, 0x3d, 0xf1, 0xc4, 0xab, 0xee, 0x3d, 0xef, 0xbc, 0x05, 0x6f, 0x3c, 0xe3, 0x8c, 0x59, 0x62, 0x70, 0xb0, 0xc8, 0xae, 0x5d, 0x65, 0x0c, 0x43, 0x23, 0x7c, 0x92, 0x51, 0x58, 0xe7, 0x75, 0x41, 0x25, 0x0d, 0x42, 0xd1, 0xb4, 0x6a, 0xc2, 0x5b, 0x6d, 0x2c, 0xcd, 0x39, 0x7f, 0xc3, 0x02, 0x4c, 0x14, 0x67, 0x41, 0x4c, 0x13, 0xe1, 0x44, 0x9b, 0x1c, 0x10, 0xb8, 0xd6, 0xa4, 0x8c, 0xc7, 0x31, 0x03, 0xd2, 0x23, 0x56, 0xc2, 0xb2, 0x56, 0x48, 0x52, 0xdb, 0x81, 0xc1, 0xef, 0xee, 0x0c, 0x4b, 0x12, 0x0b, 0x2a, 0x11, 0xac, 0x97, 0x2a, 0x6c, 0xc0, 0x43, 0x5f, 0x05, 0x59, 0x18, 0x8b, 0x0d, 0x50, 0x2d, 0xa1, 0x34, 0x4d, 0xbb, 0x9a, 0x2c, 0x77, 0x72, 0x61, 0x2d, 0x99, 0xd6, 0x04, 0x3d, 0xab, 0x56, 0xb1, 0xf3, 0xde, 0x7b, 0x89, 0xed, 0xdf, 0x5f, 0xbd, 0xf0, 0xaf, 0x39, 0xc1, 0x73, 0xa9, 0xf6, 0x13, 0xe0, 0x84, 0x25, 0x80, 0x26, 0x2b, 0x05, 0x07, 0x38, 0xed, 0xd9, 0x27, 0xe0, 0xfe, 0x0c, 0xe3, 0xdc, 0xb2, 0x41, 0x2e, 0x2d, 0x8f, 0x90, 0x16, 0xd1, 0xf0, 0xf7, 0x28, 0xaf, 0x32, 0xf7, 0x8f, 0xe8, 0xda, 0xbb, 0x30, 0x35, 0x77, 0xee, 0x97, 0xbe, 0xb9, 0x60, 0xc1, 0xc2, 0x9b, 0x2e, 0xba, 0x68, 0x41, 0xf7, 0xfb, 0xdf, 0x7f, 0x06, 0x83, 0x83, 0x79, 0x9e, 0x7d, 0x76, 0x90, 0x52, 0x29, 0x68, 0x76, 0x9d, 0x35, 0x0a, 0x3b, 0x7e, 0x04, 0xfd, 0xf7, 0x82, 0x95, 0x8d, 0xbc, 0x01, 0x45, 0x71, 0x6a, 0x7d, 0x65, 0x50, 0x37, 0x3d, 0xe7, 0xec, 0x27, 0xc5, 0xc3, 0xcc, 0xaa, 0x2a, 0xe7, 0xba, 0x65, 0x81, 0x5b, 0x09, 0x25, 0x54, 0x15, 0x25, 0x99, 0x84, 0x64, 0x12, 0x3b, 0x1e, 0x1f, 0x67, 0x0b, 0xc4, 0x21, 0xfe, 0x27, 0x4e, 0xc5, 0x98, 0xb7, 0x06, 0x20, 0x28, 0x42, 0xed, 0x6f, 0x63, 0xee, 0xaf, 0x19, 0xae, 0x17, 0x45, 0xf5, 0x80, 0xe0, 0x89, 0x5d, 0xd0, 0xf7, 0x1d, 0x7f, 0x6c, 0x20, 0x97, 0x33, 0xab, 0xe3, 0x63, 0x41, 0x72, 0x1a, 0x2f, 0x93, 0x9c, 0x37, 0x8f, 0x9e, 0xe5, 0xcb, 0xd9, 0xfd, 0xc3, 0x1f, 0x56, 0xdb, 0x0c, 0xbf, 0x20, 0x66, 0xb0, 0x95, 0x36, 0x9f, 0x4a, 0xbd, 0xf4, 0xcd, 0x90, 0x48, 0xd8, 0x96, 0x75, 0x24, 0x9d, 0x1d, 0x34, 0x00, 0x82, 0x30, 0xfb, 0xe1, 0x50, 0x6c, 0x8e, 0x09, 0x1d, 0xda, 0xab, 0x48, 0xfc, 0x61, 0xec, 0x5a, 0xf4, 0xf4, 0x7c, 0xf4, 0xb8, 0xa6, 0xa6, 0x29, 0x3f, 0x3c, 0xe6, 0x98, 0xd6, 0xf9, 0x97, 0x5d, 0x76, 0x1c, 0xef, 0x7b, 0xdf, 0x2a, 0xbe, 0xf1, 0x8d, 0xbb, 0xb9, 0xfe, 0xfa, 0x0d, 0xe4, 0xf3, 0xfe, 0xb2, 0x6b, 0x69, 0xc2, 0x81, 0x3b, 0xe1, 0xb6, 0x9f, 0xc0, 0x6e, 0xb7, 0xdd, 0x46, 0xf2, 0x7f, 0xe0, 0xec, 0x65, 0x30, 0x63, 0x19, 0xb4, 0x2c, 0x80, 0xe4, 0x5c, 0x57, 0x07, 0xaf, 0xae, 0x8e, 0x12, 0x8b, 0x41, 0x4d, 0x1e, 0xbb, 0xbf, 0x3b, 0x0b, 0xfc, 0x92, 0x45, 0xac, 0x66, 0x7b, 0xb5, 0x85, 0xa2, 0x52, 0x2a, 0x61, 0x67, 0xb3, 0xc8, 0x64, 0x12, 0xa1, 0x69, 0x8e, 0x2d, 0x50, 0x2c, 0x62, 0x96, 0x4a, 0x08, 0x9f, 0x2d, 0x70, 0x36, 0xac, 0xf8, 0x1e, 0x3c, 0x5e, 0x1c, 0x63, 0x2c, 0x41, 0x91, 0xea, 0xa8, 0x35, 0x09, 0x02, 0x82, 0xbf, 0x6a, 0xac, 0xf2, 0x7d, 0x2e, 0x10, 0x7e, 0x70, 0x3d, 0x7c, 0xf2, 0x22, 0xd0, 0x17, 0x38, 0x82, 0xcb, 0x51, 0x85, 0x0a, 0x05, 0xc7, 0x2b, 0xb4, 0xd0, 0xd8, 0x4e, 0x67, 0xda, 0xa2, 0x63, 0xe5, 0x4a, 0x86, 0xb6, 0x6c, 0x41, 0xdf, 0xba, 0xb5, 0x7a, 0x91, 0xdf, 0xea, 0x27, 0xa0, 0x5a, 0x63, 0x63, 0x99, 0x9c, 0x23, 0xd6, 0x06, 0xa7, 0x9d, 0x2b, 0x79, 0x50, 0x08, 0x70, 0x72, 0x7f, 0x8e, 0x9c, 0xa3, 0xe3, 0x50, 0x5c, 0xa8, 0xbf, 0xf7, 0x43, 0x7b, 0x15, 0x89, 0x3f, 0xb0, 0xaf, 0xfb, 0xb4, 0x69, 0x5f, 0xf8, 0x40, 0x5b, 0x5b, 0xe6, 0x9f, 0x17, 0x2e, 0xec, 0x48, 0x5e, 0x7d, 0xf5, 0x29, 0x5c, 0x7e, 0xf9, 0xc9, 0x7c, 0xe4, 0x23, 0x3f, 0xe4, 0x86, 0x1b, 0x5e, 0x76, 0x7b, 0x83, 0x7a, 0xbf, 0x66, 0xf4, 0x71, 0x78, 0xf0, 0x7b, 0xf0, 0xcc, 0xde, 0x5a, 0x8f, 0x4a, 0xc1, 0x86, 0xbb, 0x9e, 0x07, 0x9e, 0x77, 0x01, 0xa1, 0xc3, 0xdc, 0x29, 0xd0, 0xde, 0x15, 0xa7, 0xf8, 0x09, 0x48, 0x64, 0xfc, 0x37, 0x14, 0x67, 0xc7, 0x1a, 0x88, 0xe5, 0xa1, 0x6c, 0x83, 0x61, 0x41, 0xae, 0xb8, 0x83, 0x91, 0xdc, 0x2b, 0x28, 0x67, 0xcf, 0xc7, 0x9e, 0xa9, 0xe0, 0x14, 0xd3, 0xcb, 0x5c, 0x0e, 0x99, 0x4a, 0x21, 0x9a, 0x9a, 0xaa, 0xb5, 0x02, 0xe8, 0x3a, 0x56, 0xa9, 0x54, 0x13, 0x13, 0x48, 0x43, 0xd3, 0x3b, 0x61, 0xf1, 0x8d, 0xf0, 0x34, 0xe1, 0x1d, 0x8c, 0xeb, 0xf5, 0xad, 0x97, 0x21, 0x71, 0x01, 0x41, 0x60, 0xf9, 0x64, 0xae, 0x08, 0x1b, 0xfe, 0x09, 0x96, 0x7d, 0xdf, 0xb1, 0x5d, 0x15, 0x4a, 0x25, 0x8b, 0x5c, 0xce, 0x46, 0xd3, 0x0c, 0x4e, 0xe3, 0x25, 0xe2, 0xc7, 0x4c, 0xa7, 0x67, 0xc5, 0x0a, 0x9e, 0xfd, 0xdb, 0xbf, 0x25, 0xee, 0x56, 0x71, 0xf5, 0x6a, 0x6d, 0xac, 0x4f, 0xce, 0x44, 0x2d, 0x58, 0xae, 0x59, 0xe4, 0xbd, 0xec, 0xac, 0x55, 0x26, 0xda, 0xbe, 0x0a, 0x8a, 0xa5, 0x6d, 0x1f, 0x2a, 0xe1, 0xd7, 0xb3, 0xfd, 0x8e, 0x8a, 0x43, 0x7b, 0x8d, 0x88, 0x5f, 0x81, 0xe5, 0x89, 0xe9, 0xd3, 0x2f, 0xbd, 0xae, 0xbb, 0x3b, 0xf9, 0xce, 0x53, 0x4e, 0x99, 0xca, 0x87, 0x3e, 0xb4, 0x8a, 0x99, 0x33, 0x3b, 0x38, 0xed, 0xb4, 0x7f, 0xe5, 0xa9, 0xa7, 0x46, 0x7c, 0xb7, 0x66, 0xec, 0x81, 0x97, 0xae, 0x85, 0xdf, 0xbc, 0xe0, 0x31, 0x2c, 0x23, 0x38, 0x4c, 0xc1, 0x84, 0x75, 0x7b, 0x80, 0x5e, 0x1d, 0xad, 0x04, 0x64, 0x84, 0xdb, 0x13, 0xb4, 0x72, 0x34, 0xf1, 0xc4, 0x63, 0x38, 0x8d, 0x59, 0x6b, 0xda, 0x85, 0xdc, 0x09, 0x4f, 0x7c, 0x1c, 0x66, 0x0a, 0xd7, 0x16, 0xa0, 0x54, 0x72, 0xec, 0x80, 0xa6, 0x26, 0x14, 0xb7, 0x66, 0xd8, 0x76, 0xf3, 0xe3, 0x2d, 0x37, 0x30, 0xe6, 0xa9, 0x1b, 0x3e, 0xe3, 0x26, 0x78, 0xca, 0xae, 0xf5, 0xec, 0x88, 0xe8, 0x75, 0x08, 0xed, 0xe4, 0xec, 0x57, 0x83, 0x44, 0xb0, 0x14, 0xb8, 0xf5, 0x29, 0x98, 0xfd, 0x1b, 0x68, 0xbe, 0xbc, 0x22, 0x7c, 0x4a, 0x25, 0x49, 0x53, 0x61, 0x80, 0x79, 0x1d, 0xa3, 0xb4, 0x9e, 0xb4, 0x1a, 0xab, 0x5c, 0x46, 0x3c, 0xff, 0x7c, 0xf5, 0x02, 0xf7, 0x35, 0x9f, 0x8c, 0xae, 0x2a, 0xe8, 0xa6, 0x93, 0x50, 0x57, 0x2b, 0x05, 0x84, 0x9a, 0xa3, 0xa5, 0x03, 0x86, 0x1d, 0xe2, 0x9f, 0x80, 0x01, 0x2c, 0x22, 0x27, 0x45, 0x1e, 0x9d, 0x87, 0xf2, 0x5a, 0x70, 0xfe, 0xb6, 0xb6, 0x0f, 0xf7, 0xcc, 0x9d, 0x7b, 0xd9, 0xfd, 0xb3, 0x66, 0x35, 0xbd, 0xf3, 0xd2, 0x4b, 0x17, 0xf2, 0xd5, 0xaf, 0x5e, 0x41, 0x7f, 0x7f, 0x96, 0x65, 0xcb, 0xae, 0xe5, 0xa9, 0xa7, 0xb2, 0x5e, 0xe2, 0x97, 0x30, 0x7c, 0x2b, 0x7c, 0xf7, 0xbd, 0xf0, 0x9b, 0xa7, 0x03, 0xf4, 0xbd, 0xba, 0xf3, 0xaa, 0x84, 0x2f, 0xba, 0xe9, 0xb9, 0xa9, 0xc0, 0x61, 0x78, 0x77, 0xc3, 0xd6, 0xfd, 0xb0, 0xaf, 0xa2, 0xb0, 0xab, 0x4e, 0x12, 0xbe, 0xd3, 0x15, 0xc1, 0xf5, 0x08, 0x91, 0x48, 0x60, 0xc7, 0xe3, 0xe3, 0xd2, 0x23, 0xda, 0xa0, 0xe7, 0xcd, 0x30, 0x97, 0xf1, 0x7d, 0x43, 0xa3, 0x54, 0x1e, 0x22, 0x40, 0x50, 0x6f, 0x5c, 0xab, 0xfb, 0x0c, 0x77, 0xf8, 0xa6, 0xce, 0xd8, 0xbc, 0x41, 0xbe, 0x88, 0xd6, 0xd5, 0xc9, 0xf4, 0xd5, 0xab, 0xd9, 0xf0, 0x3f, 0xff, 0x83, 0xee, 0x66, 0xba, 0x66, 0xd5, 0x24, 0x4f, 0x37, 0x2d, 0xc0, 0xed, 0x02, 0x83, 0x10, 0x36, 0xfe, 0x89, 0xaa, 0x06, 0xb1, 0x64, 0xc5, 0x76, 0x9a, 0x20, 0xeb, 0xff, 0x83, 0x22, 0xfe, 0xdf, 0x07, 0x00, 0xea, 0x12, 0x7f, 0x57, 0xd7, 0x5f, 0xad, 0x6c, 0x6f, 0x9f, 0xf9, 0xe4, 0x31, 0xc7, 0xb4, 0x9c, 0xfc, 0xee, 0x77, 0x9f, 0xc8, 0x17, 0xbe, 0x70, 0x31, 0xd7, 0x5e, 0x7b, 0x37, 0x57, 0x5c, 0x71, 0x0b, 0x07, 0x0e, 0x78, 0x1b, 0x00, 0x58, 0xfb, 0xe0, 0xa5, 0x6b, 0xe0, 0x1b, 0xff, 0x0c, 0xfb, 0x0b, 0x8c, 0x6f, 0xa4, 0x14, 0x95, 0x3f, 0xee, 0xcd, 0x21, 0xf7, 0xec, 0x90, 0xf4, 0xde, 0x58, 0xd0, 0xe0, 0xbb, 0x12, 0x50, 0xbe, 0x1f, 0x9e, 0xa8, 0xde, 0xbc, 0x69, 0xa2, 0x14, 0x0a, 0xc8, 0x5c, 0xce, 0xf1, 0x0e, 0xe9, 0x3a, 0xa4, 0x52, 0x48, 0x57, 0x15, 0x1a, 0x5f, 0x30, 0xc3, 0xd9, 0x04, 0x4f, 0x34, 0xa9, 0x35, 0x38, 0x82, 0x2b, 0xa6, 0xfc, 0x91, 0x60, 0x51, 0x9f, 0xf8, 0xb1, 0x60, 0x73, 0x3f, 0xec, 0xfe, 0x8f, 0xca, 0xbf, 0x24, 0x31, 0x58, 0xd9, 0xd4, 0x4b, 0x66, 0xf1, 0x62, 0xd4, 0x58, 0x8c, 0xc2, 0x03, 0x0f, 0x54, 0x2f, 0xfa, 0xbb, 0xe6, 0x65, 0x94, 0xe4, 0x58, 0xd6, 0x43, 0xc5, 0x58, 0x9e, 0xc0, 0x54, 0xa1, 0x7a, 0xfb, 0x2f, 0xfe, 0x90, 0xd4, 0x20, 0xe5, 0xd5, 0x24, 0xfe, 0x9e, 0x9e, 0xcf, 0x5e, 0xd8, 0xd6, 0xd6, 0x7a, 0xe7, 0xa2, 0x45, 0x6d, 0x3d, 0x1f, 0xfb, 0xd8, 0x99, 0x7c, 0xe0, 0x03, 0x67, 0x71, 0xe5, 0x95, 0xdf, 0xe5, 0x5f, 0xfe, 0xe5, 0x79, 0x4a, 0x25, 0x6f, 0x6b, 0xd5, 0xec, 0xad, 0x70, 0xf3, 0x3b, 0xe0, 0x17, 0x4f, 0x12, 0xde, 0x45, 0xcc, 0xab, 0x0f, 0x07, 0xcd, 0xed, 0x32, 0x00, 0x43, 0x84, 0xd7, 0x82, 0x06, 0x8d, 0x45, 0x2a, 0x03, 0xa5, 0x5b, 0xe0, 0x85, 0x51, 0x18, 0xa8, 0x5a, 0xb0, 0x4e, 0x5b, 0x86, 0x31, 0x29, 0x10, 0x8f, 0x3b, 0x52, 0x20, 0x20, 0x55, 0x7a, 0x1a, 0x2c, 0x38, 0x0f, 0xa6, 0x05, 0x70, 0x7e, 0x25, 0x40, 0xf5, 0xf1, 0xbf, 0x97, 0x11, 0xf1, 0x81, 0xb0, 0x6e, 0x78, 0xee, 0x73, 0xdf, 0xf0, 0x2b, 0x28, 0x3d, 0x07, 0x92, 0x8b, 0x53, 0xeb, 0x49, 0x77, 0x39, 0x81, 0xaf, 0xad, 0xbf, 0xfc, 0x25, 0xf1, 0xac, 0xe3, 0x24, 0x33, 0x85, 0xca, 0x9a, 0xd6, 0xe3, 0x01, 0x27, 0x7b, 0xd4, 0x99, 0x44, 0x19, 0x4c, 0xfc, 0x87, 0x48, 0xb5, 0x51, 0x6d, 0xcb, 0x8f, 0x4a, 0x40, 0x28, 0xaf, 0x16, 0xf1, 0x4f, 0x99, 0xf2, 0xb9, 0x2b, 0xdb, 0xdb, 0x5b, 0x7f, 0x7e, 0xc2, 0x09, 0xdd, 0x99, 0x4f, 0x7d, 0xea, 0x5c, 0xce, 0x3a, 0x6b, 0x01, 0xa7, 0x9d, 0x76, 0x2d, 0xbf, 0xf9, 0x4d, 0x2f, 0x63, 0x33, 0xc0, 0x30, 0x60, 0xdf, 0x97, 0xe0, 0x5f, 0xff, 0x1e, 0x5e, 0xc9, 0x13, 0xde, 0x4e, 0x24, 0x48, 0x7d, 0xf1, 0xce, 0xf6, 0xaa, 0x72, 0x73, 0xc2, 0x01, 0xe0, 0x9f, 0x04, 0x59, 0x39, 0x8b, 0x26, 0xe4, 0x9f, 0x84, 0x47, 0xab, 0x54, 0xeb, 0x7a, 0x84, 0x64, 0xa1, 0x50, 0xcd, 0x8b, 0xc1, 0x2d, 0x9b, 0x94, 0x9a, 0x36, 0xce, 0x7f, 0x79, 0x05, 0xac, 0x0e, 0xe0, 0xfe, 0x44, 0xe8, 0xff, 0x44, 0xd8, 0x01, 0x41, 0x6e, 0xd1, 0x90, 0x39, 0x5c, 0x8f, 0x7e, 0x55, 0x60, 0x97, 0xdf, 0xd0, 0xb2, 0x8d, 0xe4, 0xbc, 0x79, 0xb4, 0x2f, 0x5e, 0x4c, 0xdf, 0xad, 0xb7, 0x56, 0x15, 0xca, 0x67, 0x5b, 0x8f, 0x63, 0x58, 0x49, 0x61, 0x59, 0x12, 0xc3, 0x70, 0xd2, 0xa8, 0xa5, 0x0c, 0xea, 0x58, 0xf8, 0x07, 0xa7, 0xc9, 0x1c, 0x75, 0x36, 0x80, 0x8f, 0xf8, 0xbf, 0x70, 0x55, 0x7b, 0x7b, 0xf3, 0xf7, 0x8e, 0x3f, 0xbe, 0x33, 0xfe, 0xe9, 0x4f, 0x9f, 0xc7, 0x82, 0x05, 0x53, 0x58, 0xb1, 0xe2, 0xdf, 0x79, 0xf1, 0xc5, 0x02, 0x63, 0x0d, 0xaa, 0xed, 0x41, 0xd8, 0xf0, 0x41, 0xf8, 0xdf, 0x5f, 0x11, 0x5e, 0x3f, 0x1b, 0x35, 0xed, 0xd0, 0x4f, 0xcc, 0x86, 0xfb, 0x1a, 0x78, 0xa8, 0xb5, 0x9f, 0x2d, 0xfa, 0x5f, 0xbf, 0x0f, 0x0f, 0x97, 0x21, 0x57, 0xa5, 0xd4, 0x52, 0x09, 0xb2, 0x59, 0xa7, 0xb7, 0x90, 0x5b, 0x23, 0x2b, 0xe3, 0x71, 0x64, 0x2c, 0x36, 0xae, 0x62, 0x6c, 0x0e, 0x2c, 0x3f, 0x11, 0x3a, 0x7c, 0x1c, 0x51, 0x21, 0x7c, 0xc2, 0xa1, 0xbf, 0x4a, 0x2c, 0xaa, 0xac, 0x90, 0x70, 0xb5, 0xe8, 0xd1, 0x57, 0x2e, 0x4f, 0x3e, 0xf6, 0x44, 0x57, 0x67, 0x8c, 0xae, 0xd3, 0x4f, 0x67, 0xd7, 0xfd, 0xf7, 0x13, 0xeb, 0xed, 0xad, 0xfe, 0xc3, 0xfd, 0x4d, 0x27, 0x52, 0x2a, 0x59, 0x14, 0x8b, 0x06, 0xe5, 0xb2, 0x74, 0xbb, 0xc2, 0x8c, 0xaf, 0x24, 0x15, 0x47, 0x9e, 0x21, 0xfe, 0x51, 0x03, 0x40, 0x44, 0xf9, 0xf8, 0xbb, 0xbb, 0x3f, 0x7f, 0x49, 0x5b, 0x5b, 0xfa, 0xba, 0xa5, 0x4b, 0x3b, 0xb5, 0xcf, 0x7c, 0xe6, 0x7c, 0x7a, 0x7a, 0x9a, 0x39, 0xed, 0xb4, 0xff, 0x64, 0xc7, 0x0e, 0xef, 0xd4, 0x77, 0x63, 0x23, 0x3c, 0xf0, 0x0e, 0xf8, 0xe9, 0xb3, 0x44, 0x17, 0x8c, 0xf8, 0x6b, 0x42, 0xfd, 0xdc, 0xbe, 0x14, 0x00, 0x04, 0x22, 0x54, 0x20, 0x2f, 0xe7, 0x2f, 0x78, 0x40, 0x50, 0x18, 0x86, 0x91, 0x0d, 0xf0, 0x70, 0x75, 0x91, 0x0c, 0xc3, 0x29, 0x9b, 0x1c, 0x1d, 0x75, 0x52, 0x2a, 0x54, 0x15, 0x91, 0x4c, 0x62, 0x05, 0xa4, 0x47, 0x28, 0xa0, 0xbe, 0x1b, 0xce, 0xf7, 0xa9, 0x3e, 0x30, 0x3e, 0x1d, 0x42, 0x09, 0xb0, 0x09, 0x44, 0x1d, 0x1f, 0x78, 0xe4, 0xd8, 0xd1, 0xcb, 0x5b, 0x5f, 0xee, 0xae, 0x04, 0xbe, 0x76, 0x5c, 0x77, 0x5d, 0x55, 0xb6, 0xae, 0x4b, 0xcc, 0x61, 0x8f, 0xda, 0x86, 0x6d, 0xdb, 0x98, 0xa6, 0xe3, 0xe0, 0x1a, 0x3f, 0x78, 0xdb, 0xb9, 0xbc, 0x8a, 0x59, 0x3e, 0x4c, 0xe6, 0xf7, 0xba, 0x91, 0x00, 0x51, 0x9e, 0x0c, 0xd1, 0xdd, 0xfd, 0xf9, 0x73, 0x5b, 0x5b, 0x33, 0x3f, 0x5a, 0xba, 0xb4, 0x2b, 0xf6, 0xa9, 0x4f, 0x9d, 0x47, 0x47, 0x47, 0x86, 0x33, 0xcf, 0xfc, 0x6f, 0xf6, 0xee, 0xf5, 0x7e, 0xac, 0xf8, 0x20, 0xdc, 0x70, 0x15, 0xfc, 0x6e, 0x3f, 0xd1, 0x2d, 0x44, 0x82, 0xb8, 0xbf, 0x5f, 0x8d, 0xf1, 0xbf, 0x86, 0xda, 0x00, 0x6a, 0xf0, 0xff, 0x15, 0x5d, 0x20, 0x14, 0x80, 0xc2, 0x8d, 0x70, 0x87, 0xe5, 0x7c, 0x87, 0x93, 0xcc, 0x63, 0x18, 0x4e, 0x3f, 0xa1, 0x4a, 0xbf, 0x9c, 0x78, 0x1c, 0x19, 0xd2, 0x43, 0x68, 0x21, 0x9c, 0x3d, 0x03, 0xd2, 0x8c, 0x8f, 0x08, 0xfb, 0xfb, 0x04, 0x29, 0x81, 0x54, 0x58, 0x6b, 0x04, 0x07, 0xa9, 0x41, 0xe3, 0x3a, 0x2b, 0x7c, 0xaa, 0xb9, 0x79, 0x69, 0xba, 0xa5, 0x79, 0x61, 0xe7, 0x69, 0xa7, 0x31, 0xb2, 0x63, 0x07, 0xfa, 0xf6, 0xed, 0xd5, 0x2f, 0xba, 0x23, 0x76, 0x02, 0x96, 0x65, 0x57, 0x67, 0x8b, 0x39, 0x45, 0x34, 0x41, 0x81, 0x69, 0x59, 0x6e, 0x62, 0xe0, 0x00, 0xaf, 0x13, 0x29, 0xa0, 0x1c, 0xe1, 0x07, 0xac, 0x8a, 0xf4, 0x96, 0x96, 0x8f, 0xcf, 0x4c, 0xa5, 0x92, 0x37, 0x1f, 0x73, 0x4c, 0x73, 0xf2, 0x43, 0x1f, 0x3a, 0x83, 0x59, 0xb3, 0x3a, 0x38, 0xe7, 0x9c, 0x6f, 0xd3, 0xdb, 0xeb, 0xdd, 0xdf, 0xf2, 0x23, 0x70, 0xfd, 0x5f, 0xc2, 0x1e, 0x33, 0x84, 0x20, 0xc2, 0x2a, 0xa4, 0xc2, 0xa6, 0x9b, 0x97, 0xfc, 0x67, 0x04, 0x00, 0x4c, 0xc6, 0x4f, 0x7f, 0xf7, 0x4e, 0x84, 0x2f, 0x6c, 0x86, 0x03, 0xbb, 0xe0, 0x77, 0x95, 0x07, 0xd3, 0x2c, 0xcb, 0xf1, 0x08, 0xb9, 0xa9, 0xd2, 0xc2, 0x4d, 0x95, 0x96, 0xb1, 0xd8, 0xb8, 0xee, 0x11, 0x2a, 0x24, 0x3e, 0xe4, 0x48, 0x81, 0xca, 0x03, 0x7b, 0x81, 0xed, 0x4f, 0x8b, 0x56, 0x02, 0xd4, 0xa4, 0x30, 0x03, 0x33, 0xc8, 0x20, 0xb6, 0x01, 0xeb, 0xf8, 0x44, 0xe2, 0xfd, 0xfa, 0x94, 0x29, 0x74, 0x2f, 0x5f, 0xce, 0xe6, 0x6f, 0x7d, 0x0b, 0xdd, 0x0d, 0x7c, 0xed, 0x10, 0x1d, 0xac, 0x55, 0x67, 0x60, 0x59, 0xb6, 0x4b, 0xfc, 0x92, 0xda, 0xd9, 0x28, 0x5e, 0x00, 0xbc, 0xf8, 0x7f, 0x2a, 0xa6, 0x71, 0x88, 0x16, 0xf0, 0xeb, 0xd6, 0x0d, 0xea, 0x63, 0x23, 0x67, 0xc6, 0x9b, 0x9b, 0x3b, 0x7f, 0x31, 0x7d, 0x7a, 0xba, 0xe3, 0xaa, 0xab, 0x4e, 0xe2, 0xf4, 0xd3, 0xe7, 0xb3, 0x7a, 0xf5, 0x7f, 0xb3, 0x7b, 0xb7, 0xd7, 0x41, 0x50, 0x7e, 0x0c, 0x7e, 0xf0, 0x71, 0x38, 0xe0, 0xed, 0x26, 0xa6, 0x86, 0xf8, 0xc2, 0xeb, 0x11, 0xbf, 0xdf, 0x00, 0xf6, 0xbe, 0x8f, 0x92, 0x00, 0x46, 0x88, 0x21, 0x5c, 0xb5, 0x0d, 0x7e, 0x0d, 0x3f, 0xc7, 0x19, 0x9f, 0xea, 0x8c, 0x4f, 0x2a, 0x16, 0x91, 0xae, 0x2d, 0xa0, 0xb8, 0x43, 0x25, 0x64, 0x32, 0x19, 0xd8, 0x3d, 0xe2, 0x78, 0xb8, 0xa8, 0xcd, 0x49, 0xc9, 0xf0, 0x02, 0x5b, 0xf3, 0x49, 0x83, 0xb0, 0x99, 0x02, 0xf5, 0xa4, 0x40, 0x4d, 0xd9, 0xe0, 0x95, 0xa9, 0x54, 0x57, 0xba, 0xa5, 0xe5, 0xdc, 0x96, 0x13, 0x4f, 0xc4, 0x2c, 0x14, 0xb0, 0x9f, 0x7d, 0x76, 0x2c, 0xe9, 0x4d, 0x39, 0x11, 0xe9, 0x9a, 0xea, 0xce, 0x88, 0x55, 0x19, 0x72, 0x99, 0xbd, 0xcf, 0xc3, 0x53, 0x2f, 0xf2, 0x3a, 0x3a, 0x94, 0x23, 0xc0, 0xfd, 0xc7, 0x19, 0x74, 0x53, 0xa6, 0x9c, 0x77, 0x7d, 0x67, 0x67, 0x7c, 0xd9, 0x05, 0x17, 0xcc, 0xe7, 0xea, 0xab, 0xcf, 0xe0, 0xa2, 0x8b, 0xfe, 0x9b, 0xcd, 0x9b, 0xbd, 0x93, 0x3b, 0xcb, 0x8f, 0xc3, 0x0f, 0xae, 0xf1, 0x70, 0x7e, 0x95, 0xf1, 0xbd, 0xe3, 0xc3, 0x88, 0xdf, 0x0c, 0x21, 0xf4, 0xb0, 0x09, 0xef, 0x81, 0x87, 0x16, 0x0e, 0xa4, 0x1a, 0x10, 0xdc, 0x0b, 0xdb, 0xfa, 0xe0, 0xc9, 0xca, 0x62, 0x55, 0x0b, 0x66, 0xf2, 0x79, 0xe7, 0xe1, 0x13, 0x89, 0xaa, 0x47, 0xc8, 0x2f, 0x05, 0x62, 0xd0, 0xf2, 0x01, 0x27, 0x2e, 0xe0, 0x9d, 0xce, 0xa2, 0x06, 0x9c, 0x61, 0xc6, 0x71, 0x90, 0x04, 0x20, 0xc8, 0x53, 0x74, 0x7e, 0x2a, 0xf5, 0x61, 0xad, 0xab, 0x4b, 0x9f, 0x79, 0xc1, 0x05, 0x6c, 0xbe, 0xe1, 0x06, 0xe2, 0x6e, 0xe0, 0x6b, 0x88, 0x14, 0x8f, 0xa9, 0xf3, 0xdc, 0x96, 0xea, 0x36, 0xe5, 0x32, 0x01, 0x7c, 0x46, 0x00, 0xf9, 0x3e, 0xb8, 0xf7, 0x2e, 0x7f, 0xf0, 0x70, 0x82, 0x44, 0xf1, 0xba, 0x88, 0x04, 0x8b, 0x28, 0x29, 0xd0, 0xd9, 0xf9, 0xf9, 0xf7, 0x36, 0x37, 0xc7, 0xdf, 0xbe, 0x7c, 0xf9, 0x54, 0x3e, 0xfe, 0xf1, 0x37, 0xf0, 0xf1, 0x8f, 0xff, 0x98, 0x47, 0x1f, 0x1d, 0xf2, 0x1a, 0xbc, 0xeb, 0xe1, 0x47, 0x1f, 0xf3, 0x11, 0x7f, 0x58, 0x13, 0xd5, 0xa0, 0x4e, 0x61, 0x46, 0x80, 0x14, 0xf0, 0x13, 0xbd, 0x51, 0x2f, 0x0e, 0xa0, 0x46, 0x77, 0x1e, 0xf3, 0x1a, 0xd7, 0xa5, 0xdf, 0xc1, 0x4f, 0xaa, 0x8b, 0x65, 0x9a, 0x28, 0xc5, 0xa2, 0xd3, 0x5c, 0x17, 0x9c, 0x36, 0x21, 0x6e, 0x7a, 0x44, 0x50, 0xaa, 0xf4, 0x0a, 0xb8, 0x4c, 0x1d, 0x9f, 0x26, 0xad, 0x06, 0x48, 0x02, 0x95, 0xe8, 0x82, 0x99, 0x20, 0xc2, 0x97, 0x80, 0x5c, 0x0a, 0xb1, 0xa6, 0x74, 0xfa, 0x1d, 0x99, 0x45, 0x8b, 0x48, 0xb4, 0xb7, 0x93, 0xbb, 0xf7, 0xde, 0xea, 0x6a, 0xdf, 0xad, 0x2c, 0x18, 0xb4, 0x35, 0xa7, 0x69, 0xae, 0x69, 0xda, 0x58, 0x56, 0xa0, 0xe7, 0xd5, 0x84, 0xdf, 0xfd, 0xd2, 0x99, 0x57, 0x3f, 0xee, 0x11, 0x0e, 0x95, 0x41, 0xca, 0x3f, 0x66, 0x09, 0x10, 0xc8, 0xfd, 0x5b, 0x5b, 0x3f, 0x32, 0x2d, 0x99, 0x4c, 0xfe, 0xf3, 0xec, 0xd9, 0x4d, 0x5c, 0x73, 0xcd, 0x39, 0x3c, 0xf0, 0xc0, 0x46, 0xae, 0xbf, 0x7e, 0x23, 0x63, 0xa9, 0x0d, 0xf6, 0x41, 0x78, 0xe8, 0x1a, 0xd8, 0x61, 0x44, 0x6c, 0x7a, 0x14, 0xf1, 0x07, 0x01, 0x20, 0x88, 0x90, 0xbd, 0xff, 0x13, 0xe6, 0x06, 0xb5, 0x02, 0x00, 0x63, 0x06, 0x81, 0xea, 0x7a, 0x78, 0x3a, 0xeb, 0xcc, 0xbc, 0x72, 0x6e, 0xd6, 0xb2, 0x10, 0xa5, 0x52, 0x4d, 0x7a, 0x44, 0x58, 0x0f, 0xa1, 0x34, 0x4c, 0xfd, 0x00, 0x2c, 0x0f, 0x21, 0xfe, 0x46, 0x46, 0x2b, 0x85, 0x49, 0xdd, 0x2a, 0x08, 0x3e, 0xd6, 0xd6, 0xf6, 0xa7, 0x6a, 0x7b, 0x7b, 0xeb, 0x94, 0x55, 0xab, 0xd8, 0x7c, 0xf3, 0xcd, 0xc4, 0x47, 0x46, 0x2a, 0x8b, 0x58, 0xba, 0x3b, 0x36, 0x6f, 0x4b, 0x26, 0x23, 0x68, 0x6e, 0xd6, 0x31, 0x0c, 0x59, 0x6d, 0xa6, 0x55, 0xbb, 0x7d, 0x6b, 0xef, 0x80, 0xed, 0x7b, 0x2b, 0x6b, 0x26, 0x0e, 0x8f, 0x78, 0xe5, 0x1f, 0x0a, 0xf1, 0x1f, 0x0a, 0x00, 0xa2, 0x54, 0x1f, 0x91, 0x48, 0x74, 0x5f, 0xdf, 0xd9, 0x19, 0x6f, 0xbb, 0xe4, 0x92, 0xc5, 0x4c, 0x9d, 0xda, 0xca, 0x27, 0x3e, 0x71, 0x3b, 0xa5, 0x52, 0xd5, 0xd8, 0xb2, 0xe0, 0xe5, 0x4f, 0xc3, 0x23, 0x07, 0x03, 0x36, 0x3e, 0xca, 0xcd, 0x17, 0xc4, 0xa1, 0xcd, 0x06, 0x08, 0xdf, 0x06, 0xac, 0x88, 0x48, 0xb0, 0xbf, 0xcf, 0x4c, 0x10, 0xb8, 0xaa, 0x60, 0x58, 0x0b, 0x37, 0x57, 0x1f, 0x3a, 0x28, 0x3d, 0xc2, 0xd3, 0x42, 0xc5, 0xcf, 0x42, 0x57, 0x39, 0x6d, 0xd5, 0xfd, 0xde, 0x9f, 0xa0, 0x16, 0xea, 0x61, 0x06, 0x71, 0xa4, 0x5a, 0xd1, 0x96, 0xc9, 0xbc, 0x3f, 0x39, 0x7f, 0x3e, 0x6d, 0x0b, 0x16, 0x70, 0xf0, 0x96, 0x5b, 0xaa, 0xe6, 0xed, 0x0b, 0xa2, 0x73, 0xbd, 0x99, 0xe9, 0x59, 0x31, 0x63, 0x46, 0x9a, 0xf6, 0xf6, 0x04, 0xc5, 0xa2, 0x1d, 0xe0, 0x75, 0xed, 0x5f, 0x0b, 0x8f, 0x3e, 0xe9, 0x5d, 0x87, 0xc3, 0x00, 0xc0, 0x1f, 0x0c, 0xe1, 0x1f, 0xe9, 0x38, 0x80, 0xe8, 0xec, 0xfc, 0xfc, 0x7b, 0x33, 0x19, 0x7d, 0xf5, 0xf1, 0xc7, 0x77, 0xf3, 0xee, 0x77, 0x9f, 0xca, 0x87, 0x3f, 0xfc, 0x23, 0xf6, 0xee, 0xf5, 0x72, 0x9b, 0xa1, 0xeb, 0xe0, 0xc7, 0xcf, 0x85, 0x70, 0x7e, 0x11, 0x40, 0xfc, 0x66, 0x00, 0x71, 0x9a, 0x11, 0x9c, 0xdf, 0x4b, 0xcc, 0xde, 0xc9, 0x21, 0x61, 0x37, 0xed, 0xf7, 0xa2, 0x04, 0x75, 0x69, 0xae, 0x5e, 0xeb, 0xeb, 0x70, 0x5f, 0x19, 0x76, 0x85, 0xa6, 0x47, 0x68, 0x5a, 0x15, 0x00, 0x7e, 0x29, 0xd0, 0x0e, 0x8b, 0xdf, 0x0e, 0x8b, 0x08, 0x9f, 0xd4, 0x18, 0x25, 0x09, 0x60, 0x7c, 0x8a, 0x44, 0x75, 0xdd, 0xff, 0xab, 0xa5, 0xe5, 0x8d, 0x5a, 0x6b, 0xeb, 0xbc, 0xee, 0x33, 0xcf, 0xa4, 0xf7, 0xa9, 0xa7, 0xbc, 0x15, 0x5f, 0xf2, 0x96, 0x96, 0xf3, 0x97, 0x4c, 0x9f, 0x9e, 0xe2, 0xe4, 0x93, 0xa7, 0x91, 0xcb, 0x95, 0xa9, 0x14, 0xb7, 0x8d, 0x7d, 0x4d, 0xa9, 0x1f, 0xee, 0xfc, 0x05, 0xe3, 0xa5, 0xe1, 0x91, 0x24, 0xe4, 0x3f, 0x9a, 0x5c, 0xa0, 0x08, 0xee, 0xbf, 0x2a, 0xad, 0xaa, 0xf1, 0xbf, 0xef, 0xe9, 0x49, 0x72, 0xe5, 0x95, 0xcb, 0x79, 0xf2, 0xc9, 0x6d, 0xdc, 0x79, 0xe7, 0x3e, 0xcf, 0xd7, 0x9b, 0x1b, 0xe0, 0x3b, 0xdf, 0x8e, 0x50, 0x7b, 0xfc, 0xee, 0x3d, 0x93, 0xf0, 0x0e, 0xc1, 0x8d, 0xb4, 0xcc, 0xf3, 0xbe, 0x8f, 0x32, 0xd8, 0x82, 0x06, 0x6c, 0x58, 0x8c, 0xef, 0x4b, 0x6f, 0x18, 0x50, 0xda, 0x06, 0x3f, 0xaa, 0x86, 0x8e, 0x4c, 0xd3, 0x09, 0x8c, 0xe5, 0x72, 0x4e, 0x03, 0x29, 0x4f, 0x92, 0x9c, 0x1d, 0x30, 0x6e, 0xf5, 0x8d, 0x70, 0x19, 0xe3, 0xeb, 0x84, 0xa3, 0x66, 0x08, 0x88, 0x08, 0xaf, 0x50, 0x75, 0x2f, 0xda, 0x52, 0xa9, 0x6b, 0xe2, 0xb3, 0x66, 0x31, 0x65, 0xe5, 0x4a, 0xb6, 0x7d, 0xfb, 0xdb, 0xd5, 0xc0, 0xd7, 0x4b, 0xfa, 0x8c, 0x7c, 0xa9, 0x7b, 0x4a, 0x7c, 0xf9, 0xf2, 0xa9, 0xcc, 0x98, 0xd1, 0xc2, 0xb6, 0x6d, 0xa3, 0x7e, 0x4d, 0xd3, 0x86, 0x35, 0x37, 0x43, 0x36, 0x47, 0x6d, 0x1b, 0x97, 0xc3, 0x55, 0x81, 0x5e, 0x37, 0x12, 0xc0, 0x93, 0xde, 0x7c, 0xd6, 0xdf, 0xa4, 0xd3, 0xea, 0xb4, 0x53, 0x4e, 0x99, 0xce, 0xe9, 0xa7, 0xcf, 0xe7, 0xd3, 0x9f, 0xbe, 0xdd, 0x2d, 0x66, 0xa9, 0x2c, 0xf4, 0x86, 0xaf, 0x38, 0xb3, 0x92, 0x23, 0x07, 0x45, 0x84, 0x64, 0x3a, 0xd6, 0x55, 0x77, 0xa2, 0x86, 0x24, 0x34, 0x02, 0x80, 0x7a, 0x29, 0xc7, 0xd5, 0xf7, 0xff, 0x0e, 0xbf, 0xb2, 0x60, 0xb0, 0x22, 0x05, 0x54, 0xc3, 0x70, 0xd4, 0x20, 0xdb, 0x76, 0xfa, 0x66, 0xfa, 0x00, 0xe0, 0xa5, 0xa2, 0xa9, 0x70, 0xea, 0x59, 0x30, 0x23, 0xc2, 0x1b, 0x14, 0x16, 0x25, 0x0e, 0x23, 0x7e, 0xf1, 0xe5, 0xd6, 0xd6, 0x63, 0xf5, 0x96, 0x96, 0x55, 0xed, 0x2b, 0x56, 0x30, 0xb0, 0x79, 0x73, 0x4d, 0xc5, 0xd7, 0x7d, 0x1d, 0xa7, 0xa7, 0x97, 0x2c, 0xe9, 0x64, 0xf5, 0xea, 0x05, 0x3c, 0xf0, 0xc0, 0x16, 0x1c, 0xb3, 0xc0, 0xfb, 0x35, 0x5b, 0x7e, 0x0d, 0x1b, 0xb7, 0x06, 0xa9, 0x7d, 0x87, 0xe9, 0x05, 0x3a, 0xac, 0xc9, 0xed, 0x47, 0x2b, 0x00, 0x42, 0x2b, 0x9b, 0x5a, 0x5a, 0x3e, 0x3c, 0x23, 0x16, 0xd3, 0xaf, 0xe9, 0xe9, 0x49, 0x72, 0xf9, 0xe5, 0xcb, 0xb8, 0xe1, 0x86, 0x47, 0xd8, 0xbc, 0xd9, 0x3b, 0xea, 0x34, 0xfb, 0x0b, 0xf8, 0xc5, 0x4b, 0xd4, 0x9f, 0x1c, 0x12, 0xd6, 0x18, 0xb5, 0x91, 0xb9, 0x50, 0xf5, 0xfa, 0x43, 0x06, 0x3d, 0x78, 0x23, 0x0d, 0x5b, 0x6b, 0x0c, 0xf1, 0xdd, 0x90, 0xdb, 0x07, 0xb7, 0x54, 0x17, 0xce, 0x30, 0x50, 0xdc, 0xee, 0x11, 0xa2, 0xd2, 0x41, 0x2d, 0x91, 0x40, 0x06, 0xf4, 0x10, 0x02, 0xc4, 0x3b, 0xe0, 0xcd, 0x01, 0x6a, 0x90, 0x16, 0x02, 0x04, 0x41, 0x9d, 0x1c, 0xa2, 0x63, 0x62, 0xb1, 0x4f, 0xeb, 0x3d, 0x3d, 0xca, 0xb4, 0x33, 0xcf, 0x64, 0xcb, 0x77, 0xbe, 0x33, 0x16, 0xf8, 0xd2, 0xbb, 0x29, 0x2f, 0x58, 0xc8, 0xa5, 0x97, 0x1e, 0xc7, 0x81, 0x03, 0xa3, 0xac, 0x59, 0x73, 0xc0, 0x17, 0xf8, 0x1a, 0x5e, 0x07, 0xf7, 0x3d, 0x10, 0xe6, 0x01, 0x13, 0x60, 0x4f, 0x4a, 0x80, 0x86, 0x02, 0x5e, 0x08, 0x45, 0xe9, 0xfa, 0x5c, 0x22, 0xa1, 0x26, 0x97, 0x2d, 0x9b, 0xc2, 0x92, 0x25, 0xd3, 0xb8, 0xf6, 0xda, 0x35, 0x1e, 0xaf, 0x8f, 0x2c, 0xc2, 0xc3, 0xff, 0x43, 0x63, 0x29, 0x0e, 0x56, 0x03, 0x6a, 0x4f, 0xe8, 0x3c, 0x30, 0x0e, 0x6d, 0x46, 0x94, 0x4d, 0xf4, 0x24, 0xf7, 0x71, 0x80, 0xbc, 0x01, 0x6e, 0xb2, 0xa1, 0x50, 0x0d, 0xe7, 0x96, 0x4a, 0x30, 0x32, 0x82, 0xe5, 0xc6, 0x05, 0x64, 0x2c, 0x16, 0x9a, 0x1e, 0x31, 0x1b, 0x56, 0x2f, 0x71, 0x92, 0xe4, 0xd4, 0x00, 0xaf, 0x90, 0xd6, 0x80, 0x57, 0xa8, 0x7a, 0x5e, 0x09, 0x2d, 0xf1, 0xe6, 0xe6, 0xb7, 0x36, 0x2d, 0x5d, 0x8a, 0xb4, 0x6d, 0xe4, 0xd3, 0x4f, 0x57, 0x17, 0xf5, 0xf1, 0xa9, 0x2b, 0x39, 0xf7, 0xdc, 0x79, 0xcc, 0x99, 0xd3, 0xc9, 0xb5, 0xd7, 0x3e, 0x42, 0xb9, 0xec, 0x25, 0x7e, 0x6b, 0x10, 0xee, 0xba, 0x21, 0xca, 0xf8, 0x3f, 0x02, 0x5e, 0xa0, 0xd7, 0x45, 0x20, 0x4c, 0xc0, 0xe5, 0xdd, 0x9a, 0xa6, 0x5c, 0xdd, 0xde, 0x1e, 0xe7, 0x4d, 0x6f, 0x3a, 0x8e, 0x9f, 0xfd, 0xec, 0x69, 0x76, 0xed, 0xf2, 0x06, 0xbc, 0x46, 0x6f, 0x81, 0x27, 0xfb, 0x1a, 0xd4, 0xfb, 0x1b, 0x69, 0x8b, 0x1d, 0x36, 0x12, 0x27, 0xaa, 0xd3, 0x5c, 0x94, 0xb8, 0x0e, 0x72, 0xdf, 0x45, 0x01, 0xc2, 0x7e, 0x02, 0xfa, 0x07, 0xe1, 0xb6, 0xca, 0x22, 0x68, 0x52, 0x06, 0xf6, 0x10, 0xaa, 0x04, 0xc6, 0x7c, 0x23, 0x96, 0xf4, 0x3f, 0x85, 0x8b, 0x1a, 0x90, 0x00, 0x6a, 0x84, 0x2a, 0x24, 0x00, 0xe5, 0x8d, 0x1d, 0x1d, 0xd7, 0xa8, 0xdd, 0xdd, 0xa9, 0xe9, 0xab, 0x57, 0xb3, 0xf1, 0xbb, 0xdf, 0x25, 0xe6, 0x06, 0xbe, 0x86, 0xb5, 0x0c, 0xb1, 0xd5, 0xe7, 0x70, 0xf1, 0xc5, 0xc7, 0xf3, 0xb5, 0xaf, 0xdd, 0xc5, 0x9e, 0x3d, 0xde, 0xfd, 0x10, 0x36, 0x3c, 0xfb, 0x3d, 0x18, 0x18, 0x0e, 0xf1, 0xb0, 0x95, 0x81, 0xf2, 0x11, 0x94, 0x00, 0xf2, 0x8f, 0x09, 0x00, 0xe3, 0x82, 0x33, 0xcd, 0xcd, 0x8b, 0x3f, 0xa5, 0xeb, 0x4a, 0x72, 0xe1, 0xc2, 0x0e, 0x4e, 0x3a, 0x69, 0x16, 0xdf, 0xfe, 0xf6, 0x13, 0x1e, 0xee, 0x8f, 0xe5, 0x18, 0x59, 0xa1, 0xaa, 0xcf, 0x44, 0x89, 0xbf, 0x51, 0x8e, 0x2f, 0x8f, 0xe0, 0xe6, 0x05, 0x4a, 0x85, 0x3b, 0xe1, 0x7b, 0x12, 0xec, 0x6a, 0x7a, 0x44, 0xa9, 0x84, 0xcc, 0xe7, 0x9d, 0x16, 0x2a, 0xce, 0xb4, 0x3a, 0xec, 0x44, 0x22, 0x30, 0x30, 0xb6, 0x08, 0xde, 0xd4, 0xe3, 0x24, 0xc9, 0x45, 0x79, 0x84, 0x82, 0x5c, 0xa2, 0xd5, 0x9f, 0x67, 0x41, 0x2c, 0x91, 0x4e, 0xbf, 0x2f, 0xb3, 0x68, 0x11, 0xa9, 0x9e, 0x1e, 0xb2, 0x77, 0xdd, 0x55, 0xdd, 0xc8, 0xf5, 0xf3, 0xcf, 0xe4, 0x2d, 0xef, 0x58, 0xc1, 0xed, 0xb7, 0x3f, 0xcf, 0x83, 0x0f, 0xee, 0xf7, 0x6d, 0xf1, 0xce, 0x5f, 0xc1, 0xb3, 0x1b, 0x22, 0x02, 0x8c, 0x87, 0x1b, 0x07, 0xf8, 0xa3, 0x77, 0x83, 0x7a, 0x40, 0x70, 0x7a, 0x5a, 0x55, 0x63, 0xef, 0x6b, 0x6a, 0xd2, 0x39, 0xfd, 0xf4, 0xd9, 0xbc, 0xf4, 0xd2, 0x6e, 0x5e, 0x7e, 0xd9, 0xab, 0xfb, 0xe7, 0xef, 0x87, 0x35, 0xbd, 0x0d, 0xea, 0xfd, 0x76, 0x03, 0xc4, 0x1f, 0x35, 0x19, 0xfc, 0x48, 0x06, 0x60, 0xa2, 0x6c, 0x03, 0x0b, 0xb0, 0x7e, 0x0a, 0x3b, 0xb2, 0x70, 0x5f, 0x65, 0x01, 0x35, 0xcb, 0x42, 0x54, 0x06, 0xee, 0xa9, 0x2a, 0x22, 0x91, 0x70, 0xba, 0x4a, 0x07, 0x24, 0xc9, 0xe9, 0x90, 0xf9, 0x20, 0x9c, 0x17, 0x60, 0x0c, 0x87, 0x19, 0xc6, 0x7e, 0xd5, 0x51, 0xfd, 0x52, 0x67, 0xe7, 0x3b, 0xb4, 0xb6, 0xb6, 0xa9, 0x53, 0xce, 0x3a, 0x8b, 0xad, 0xb7, 0xde, 0x5a, 0x0d, 0x7c, 0x95, 0xd5, 0x18, 0x73, 0x3e, 0xf2, 0x5e, 0x0c, 0xc3, 0xe4, 0x9b, 0xdf, 0x7c, 0x12, 0xcb, 0xf2, 0x6e, 0x6f, 0x7e, 0x23, 0xdc, 0x73, 0x3b, 0x81, 0xd5, 0x64, 0xb5, 0x29, 0x21, 0xe2, 0xc8, 0xad, 0xe3, 0x1f, 0xaf, 0x0d, 0x90, 0x4a, 0x9d, 0xf9, 0x0e, 0x55, 0xa5, 0xb5, 0xa7, 0x27, 0xc5, 0x99, 0x67, 0xce, 0xe7, 0x7f, 0xff, 0xf7, 0x51, 0x0c, 0xc3, 0xfb, 0x75, 0x7b, 0x6e, 0xa3, 0xfe, 0x30, 0x88, 0x28, 0x7d, 0x3b, 0xca, 0xe0, 0x3d, 0xd2, 0x11, 0x47, 0x19, 0xf1, 0x1a, 0xe8, 0x1d, 0x7a, 0x02, 0xbe, 0x53, 0x5d, 0x40, 0x37, 0x3d, 0xa2, 0x62, 0x0c, 0x57, 0xd3, 0x23, 0xdc, 0x4e, 0x72, 0x7e, 0x5b, 0xe0, 0x24, 0xb8, 0x2c, 0x56, 0xdb, 0x3e, 0x51, 0xab, 0x13, 0x18, 0xab, 0x49, 0x9e, 0x4b, 0xc7, 0xe3, 0x1f, 0x4d, 0xce, 0x9b, 0x47, 0xeb, 0xfc, 0xf9, 0xec, 0xbf, 0xf9, 0xe6, 0xaa, 0x79, 0xdb, 0xbf, 0xfc, 0x1c, 0x4e, 0x38, 0x7d, 0x11, 0x9f, 0xfb, 0xdc, 0xed, 0x8c, 0x8c, 0xd4, 0x04, 0xd6, 0x47, 0xe0, 0xbe, 0x6f, 0x81, 0x31, 0x2e, 0x83, 0x94, 0xe0, 0x32, 0xd2, 0x49, 0x23, 0x38, 0xc4, 0xf0, 0xad, 0xfc, 0xac, 0x28, 0x4a, 0xfc, 0xea, 0x58, 0x4c, 0x61, 0xde, 0xbc, 0x36, 0x9a, 0x9b, 0x93, 0x3c, 0xfa, 0x68, 0xaf, 0xe7, 0xeb, 0xec, 0x11, 0xb8, 0x7d, 0x0d, 0xe1, 0xe1, 0xfd, 0x7a, 0xe5, 0x7d, 0x51, 0xae, 0x4d, 0x5e, 0x25, 0x57, 0x5b, 0xa4, 0x8b, 0xf4, 0x3f, 0xe0, 0x85, 0x3c, 0x3c, 0x5b, 0x59, 0x44, 0xd5, 0x34, 0x9d, 0xc0, 0x58, 0xa1, 0x50, 0x37, 0x3d, 0x22, 0x01, 0xdd, 0x1f, 0x82, 0xd3, 0x03, 0x0c, 0xe1, 0x30, 0xa9, 0x50, 0x05, 0xc1, 0xb5, 0xed, 0xed, 0xa7, 0x6a, 0x6d, 0x6d, 0x27, 0x76, 0x9f, 0x79, 0x26, 0xfb, 0xd6, 0xac, 0x21, 0xd6, 0xdb, 0xeb, 0xe4, 0x45, 0x08, 0x85, 0xe3, 0xbf, 0xf0, 0x09, 0xbe, 0xfa, 0xd5, 0xdf, 0xb2, 0x79, 0x73, 0xde, 0xbb, 0xd4, 0x12, 0xd6, 0x7d, 0x07, 0xf6, 0x0e, 0xf9, 0x9e, 0x23, 0x2c, 0xb5, 0xc4, 0x38, 0x02, 0x12, 0xe0, 0x8f, 0x32, 0x15, 0xc2, 0x43, 0xc4, 0x57, 0xcd, 0x16, 0x42, 0x9c, 0x9e, 0x4a, 0xa9, 0x1c, 0x77, 0xdc, 0x54, 0xd6, 0xac, 0x79, 0x85, 0xe1, 0x61, 0xef, 0x47, 0xf3, 0x6b, 0x60, 0x58, 0x4e, 0xd0, 0xf0, 0xb5, 0x23, 0x82, 0x59, 0x51, 0xb3, 0x9f, 0xe4, 0x21, 0xee, 0x90, 0x68, 0x80, 0xf0, 0xa3, 0x54, 0x22, 0xeb, 0x65, 0xf8, 0x5e, 0x55, 0x2f, 0x34, 0x4d, 0xd4, 0x52, 0x29, 0x30, 0x3d, 0x42, 0xba, 0x20, 0xf0, 0xde, 0xe8, 0x99, 0x70, 0x45, 0x03, 0xc4, 0xef, 0x4f, 0xa3, 0x56, 0xbb, 0xe2, 0xf1, 0x4f, 0xc6, 0x67, 0xce, 0x64, 0xea, 0xe9, 0xa7, 0xb3, 0xf3, 0x07, 0x3f, 0xa8, 0x06, 0xbe, 0xd4, 0x55, 0xe7, 0x70, 0xff, 0x86, 0x61, 0xee, 0xba, 0x6b, 0x37, 0xb5, 0x83, 0x67, 0x0e, 0xdc, 0x0e, 0x8f, 0x3d, 0x4f, 0x6d, 0x63, 0x81, 0xc8, 0x1c, 0xab, 0xc9, 0x40, 0x58, 0xb4, 0x01, 0x2c, 0x12, 0x89, 0x99, 0x57, 0xaa, 0xaa, 0x50, 0xdb, 0xda, 0xe2, 0x2c, 0x5a, 0x34, 0x85, 0xdb, 0x6f, 0x5f, 0x87, 0x69, 0x7a, 0xe9, 0xa9, 0xaf, 0x1e, 0xf7, 0x6f, 0x64, 0x48, 0xb2, 0x9c, 0xa8, 0x6f, 0xff, 0xf7, 0x28, 0x05, 0x02, 0xef, 0xf5, 0x2b, 0x70, 0x6f, 0x19, 0x5e, 0xa9, 0x36, 0xfd, 0xf4, 0xa4, 0x47, 0xf8, 0x47, 0x2c, 0xf9, 0xa5, 0x40, 0x33, 0xcc, 0x7b, 0x37, 0x1c, 0x1f, 0x40, 0xfc, 0x41, 0xde, 0x21, 0x0d, 0x50, 0x3f, 0x9c, 0x4e, 0x4f, 0xd3, 0x9b, 0x9b, 0x2f, 0x68, 0x3b, 0xe9, 0x24, 0x46, 0x76, 0xee, 0x44, 0xdd, 0xb4, 0x69, 0x6c, 0x63, 0xde, 0xfa, 0x2e, 0xbe, 0xfe, 0xf5, 0x47, 0x28, 0x97, 0xbd, 0x5b, 0x5a, 0x78, 0x05, 0x7e, 0xfb, 0x0b, 0xc6, 0xd7, 0x17, 0x47, 0x66, 0xd9, 0x2a, 0x87, 0xa7, 0x02, 0xfd, 0xd1, 0xba, 0x41, 0xab, 0x84, 0x2c, 0x84, 0xfe, 0x46, 0x4d, 0x13, 0x4c, 0x9d, 0x9a, 0xa6, 0xbb, 0xbb, 0x89, 0xe7, 0x9e, 0x3b, 0xe0, 0xb3, 0x6f, 0x5f, 0x59, 0x4b, 0x70, 0xb9, 0x5f, 0x23, 0x4d, 0xad, 0x1a, 0xe1, 0xfa, 0xaf, 0x26, 0xf1, 0x87, 0xaa, 0x42, 0x25, 0x30, 0xf7, 0xc0, 0x0d, 0xd5, 0xc5, 0xf1, 0x24, 0xc9, 0x49, 0xc3, 0xa8, 0x1d, 0xb1, 0x14, 0x10, 0x1d, 0x3e, 0x7f, 0x4c, 0x0a, 0x68, 0x75, 0x5e, 0x55, 0x40, 0x3d, 0x35, 0x93, 0xf9, 0x78, 0x7c, 0xca, 0x14, 0x7d, 0xda, 0x59, 0x67, 0xb1, 0xe9, 0x5b, 0xdf, 0x22, 0xe6, 0x06, 0xbe, 0x62, 0xc7, 0x2d, 0xe5, 0x73, 0xdf, 0xdf, 0xc2, 0xd0, 0x90, 0xf7, 0xb6, 0xad, 0x3c, 0x3c, 0xfc, 0x5f, 0x4e, 0xdb, 0xc7, 0x9a, 0xe7, 0x09, 0xe2, 0xfe, 0x65, 0xdf, 0xcf, 0x87, 0x13, 0x09, 0xfe, 0x83, 0x02, 0xc4, 0x21, 0x48, 0x80, 0x4b, 0xdb, 0xa5, 0x64, 0xb9, 0xa6, 0xc1, 0xac, 0x59, 0xad, 0x14, 0x8b, 0x06, 0x07, 0x0e, 0x94, 0x3d, 0x1f, 0xb1, 0x73, 0xf0, 0xf8, 0x6e, 0x82, 0xd3, 0x9c, 0x89, 0x20, 0xfe, 0x28, 0x95, 0xe7, 0xd5, 0x58, 0xcc, 0xa0, 0x26, 0x56, 0x41, 0x29, 0xda, 0x35, 0x52, 0xe0, 0x5f, 0xe1, 0x56, 0x13, 0x0e, 0x56, 0x7d, 0x95, 0x6e, 0x7a, 0x84, 0x34, 0x4d, 0xa7, 0x41, 0x7f, 0xa5, 0xab, 0x74, 0x80, 0x14, 0xe8, 0x86, 0x93, 0xce, 0x87, 0x39, 0x3e, 0x62, 0xd7, 0x03, 0xb8, 0xbf, 0x36, 0x0f, 0xd2, 0xe9, 0x4c, 0xe6, 0x9d, 0x4d, 0x4b, 0x97, 0x22, 0x14, 0x05, 0xeb, 0xc9, 0x27, 0xab, 0x37, 0xf7, 0xbb, 0x9e, 0x15, 0xbc, 0xf8, 0xe2, 0xa8, 0xef, 0x76, 0x37, 0x7d, 0x0f, 0xb6, 0xf7, 0x05, 0x3c, 0x83, 0x0c, 0x08, 0x82, 0x59, 0x93, 0x2a, 0x50, 0x83, 0x20, 0x48, 0x24, 0x96, 0x5c, 0xa8, 0x28, 0x42, 0x4f, 0x26, 0x35, 0x66, 0xce, 0x6c, 0x63, 0xf3, 0xe6, 0xfd, 0xe4, 0xf3, 0xde, 0xf5, 0x32, 0xf7, 0xb8, 0x75, 0xe4, 0xf5, 0x8c, 0xdf, 0x46, 0xa7, 0xfd, 0x4d, 0x44, 0x02, 0xd4, 0xab, 0xaa, 0xaa, 0xf7, 0xf9, 0x46, 0x80, 0x56, 0x23, 0x0d, 0x76, 0x42, 0xe1, 0x80, 0x27, 0x49, 0xae, 0x9a, 0x1e, 0x51, 0x2a, 0x8d, 0x4d, 0x59, 0x77, 0xa7, 0xce, 0x07, 0xa5, 0x47, 0xbc, 0x75, 0x2c, 0x49, 0xce, 0x4b, 0xfc, 0xde, 0x41, 0x1b, 0x3a, 0xa0, 0x7d, 0xb2, 0xb3, 0xf3, 0x4f, 0xf5, 0x9e, 0x9e, 0x96, 0xe9, 0xab, 0x57, 0xb3, 0xf9, 0xc6, 0x1b, 0x89, 0xb9, 0xa9, 0x9d, 0x66, 0x47, 0x37, 0xff, 0xf6, 0x68, 0xc5, 0xa1, 0x54, 0xb9, 0xad, 0x83, 0xf7, 0xc0, 0xef, 0x9e, 0x08, 0x51, 0x3d, 0x6b, 0x12, 0xdf, 0xdc, 0xf7, 0xe5, 0x23, 0x14, 0x07, 0xf8, 0xa3, 0xb6, 0x01, 0x04, 0x20, 0xa4, 0xd4, 0xce, 0x00, 0x48, 0x26, 0x55, 0x7a, 0x7a, 0x9a, 0x78, 0xe1, 0x85, 0x3d, 0x98, 0x35, 0x65, 0x27, 0xc6, 0xc1, 0x10, 0xee, 0x2f, 0xeb, 0xf8, 0xd8, 0x65, 0x84, 0x8f, 0x7f, 0x22, 0x5e, 0xaa, 0x57, 0xcd, 0x13, 0x54, 0x79, 0x7f, 0x23, 0xfc, 0x48, 0x42, 0x3e, 0x32, 0x3d, 0xc2, 0xed, 0x21, 0xe4, 0xd7, 0x2f, 0x66, 0xc0, 0xd9, 0x27, 0x43, 0xb7, 0x8f, 0xf0, 0x35, 0x3f, 0x18, 0x3a, 0x33, 0x99, 0xf7, 0x64, 0x16, 0x2d, 0x22, 0x3d, 0x65, 0x0a, 0x23, 0x77, 0xde, 0x59, 0x75, 0x7d, 0xfe, 0xb4, 0xb8, 0x80, 0x7c, 0xc9, 0x3b, 0xe0, 0xb1, 0xbc, 0x0b, 0xee, 0xba, 0xd9, 0xb7, 0xb7, 0x61, 0x31, 0x17, 0xc3, 0xa7, 0xfe, 0x18, 0x44, 0xd4, 0x50, 0x1c, 0xa5, 0x87, 0x98, 0xe0, 0x79, 0x78, 0x71, 0x00, 0xdb, 0xe6, 0x44, 0x45, 0x11, 0xc4, 0xe3, 0x2a, 0x4d, 0x4d, 0x09, 0xb6, 0x6e, 0x1d, 0xf0, 0x7d, 0xaf, 0xd1, 0x57, 0x87, 0xb3, 0x86, 0x11, 0xfb, 0xe1, 0x72, 0xff, 0xdf, 0x97, 0x4a, 0x54, 0x37, 0x2e, 0xf0, 0x28, 0x0c, 0x0c, 0xc2, 0x2f, 0xbc, 0x52, 0x80, 0x7c, 0x1e, 0x99, 0xcf, 0x3b, 0x33, 0xb6, 0x3c, 0x23, 0x96, 0x64, 0x40, 0x0f, 0xa1, 0xab, 0xe0, 0x92, 0x10, 0x23, 0x58, 0x03, 0xb4, 0xbf, 0xed, 0xe8, 0xb8, 0x20, 0xde, 0xdd, 0x3d, 0x67, 0xda, 0xea, 0xd5, 0x6c, 0xff, 0xed, 0x6f, 0x89, 0x0d, 0x0c, 0x00, 0x50, 0x52, 0xe3, 0xfc, 0x3a, 0xb7, 0xd0, 0x7b, 0x5b, 0x25, 0x78, 0xe4, 0x9b, 0x90, 0xb3, 0x3c, 0xc4, 0x21, 0x03, 0xdc, 0x9f, 0x61, 0x25, 0xa4, 0xe6, 0x1f, 0x80, 0x0a, 0x74, 0xb8, 0x2d, 0xec, 0x6a, 0xfe, 0x77, 0x82, 0x71, 0x80, 0xf9, 0x1a, 0x88, 0xe3, 0x84, 0x90, 0x24, 0x12, 0x2a, 0xf1, 0xb8, 0x4e, 0x5f, 0x5f, 0xde, 0x77, 0x1f, 0x66, 0x31, 0x42, 0xfd, 0xf1, 0xdb, 0x00, 0x41, 0xef, 0x5f, 0x2b, 0xa2, 0x8f, 0x6a, 0x45, 0x12, 0x66, 0xc0, 0x57, 0x23, 0xd7, 0xf7, 0xc0, 0xf5, 0xd2, 0xe1, 0x9e, 0x0e, 0x25, 0x1b, 0x86, 0x53, 0x62, 0x6b, 0x9a, 0xce, 0x7c, 0x5d, 0x37, 0x3d, 0xc2, 0x76, 0x5b, 0x29, 0x7a, 0x1f, 0xee, 0x58, 0xb8, 0x70, 0x16, 0x34, 0xf9, 0xec, 0x80, 0xca, 0x19, 0x9b, 0xdf, 0xd6, 0xf6, 0xfe, 0xf4, 0x92, 0x25, 0x74, 0x2f, 0x5b, 0xc6, 0xde, 0x1f, 0xfe, 0xb0, 0x9a, 0x6c, 0x72, 0xbb, 0xb5, 0x88, 0x3c, 0x71, 0xcf, 0xb7, 0x6d, 0xb9, 0x1e, 0x5e, 0xee, 0x8d, 0xf0, 0xba, 0x05, 0x25, 0x1b, 0x96, 0x19, 0x9f, 0x56, 0x7e, 0x34, 0x13, 0xfe, 0x11, 0xfd, 0xce, 0x09, 0xda, 0x00, 0xab, 0x17, 0x82, 0x48, 0x2a, 0x0a, 0xa4, 0x52, 0x3a, 0x8a, 0x22, 0x18, 0x1d, 0xf5, 0xb7, 0x90, 0x51, 0x12, 0x75, 0x0c, 0xe0, 0x46, 0x86, 0x9d, 0x4d, 0x64, 0xb6, 0xec, 0x6b, 0xe5, 0x11, 0xaa, 0x91, 0x02, 0x37, 0xc1, 0xce, 0x2c, 0xdc, 0x55, 0xd9, 0x29, 0xcd, 0x37, 0x62, 0xa9, 0x9a, 0x1e, 0x11, 0x20, 0x05, 0x34, 0x48, 0xfe, 0x19, 0x5c, 0xc0, 0xf8, 0x41, 0x7b, 0xfa, 0x95, 0xdd, 0xdd, 0x4b, 0xda, 0x8e, 0x39, 0xe6, 0xa4, 0x99, 0x6f, 0x7c, 0x23, 0x3b, 0xee, 0xbd, 0x17, 0x7d, 0xf7, 0x6e, 0x77, 0x50, 0x80, 0xc2, 0xed, 0x9c, 0xe0, 0xe1, 0x19, 0x43, 0x6b, 0xe0, 0xfe, 0x47, 0x09, 0xcf, 0xb9, 0x0a, 0x22, 0x7e, 0x23, 0xe0, 0xe7, 0xa3, 0x51, 0x05, 0x12, 0x87, 0x20, 0x19, 0x8e, 0xa8, 0x0a, 0xe4, 0xfe, 0x73, 0x72, 0x11, 0x38, 0x53, 0xc8, 0x13, 0x09, 0x8d, 0x6c, 0xb6, 0xe8, 0x76, 0x18, 0xf3, 0x1e, 0x6a, 0x92, 0xe8, 0x06, 0x4f, 0x70, 0x68, 0xc9, 0x6c, 0x72, 0x82, 0xdf, 0xd5, 0x08, 0x40, 0x26, 0xfa, 0x3f, 0x81, 0x19, 0xa2, 0x15, 0x9d, 0x7a, 0x0d, 0xfc, 0x0f, 0x9e, 0x1e, 0x42, 0x4a, 0xa5, 0x9f, 0xa8, 0x65, 0x39, 0xe9, 0x11, 0xf1, 0xb8, 0xd3, 0x43, 0x28, 0x40, 0x0a, 0x9c, 0x00, 0x97, 0x64, 0x9c, 0x29, 0xf3, 0x5e, 0xe3, 0x57, 0x7f, 0xe3, 0xe2, 0xe3, 0xff, 0xa2, 0xe3, 0x8c, 0x33, 0xc4, 0xf4, 0x33, 0xce, 0x60, 0xdb, 0xff, 0xfc, 0x4f, 0x75, 0xee, 0xd3, 0xef, 0x98, 0xc7, 0x41, 0xd2, 0xee, 0xb7, 0x94, 0x7b, 0xe1, 0xce, 0xeb, 0x09, 0x2e, 0x36, 0xb2, 0x03, 0x3c, 0x3d, 0x41, 0xa5, 0xa5, 0x86, 0xc7, 0x36, 0x78, 0xb5, 0x54, 0xcb, 0xdf, 0x87, 0x64, 0xa8, 0x47, 0xf8, 0x35, 0x3f, 0x4f, 0xd0, 0x06, 0xd0, 0xe7, 0x57, 0x5a, 0xec, 0x3b, 0x33, 0x68, 0xc7, 0x5e, 0x3d, 0xfc, 0xac, 0x95, 0xe8, 0xa2, 0xee, 0xa8, 0x39, 0xb1, 0x13, 0x9e, 0xf4, 0xfd, 0x2a, 0x1b, 0xbe, 0x61, 0xea, 0x9b, 0x0d, 0x58, 0xff, 0x09, 0xeb, 0x72, 0x9e, 0x1e, 0x42, 0xaa, 0x65, 0x39, 0xb6, 0x40, 0x36, 0x0b, 0xb6, 0x3d, 0x36, 0x73, 0xd8, 0x4d, 0x92, 0xf3, 0x3e, 0x7c, 0x02, 0xda, 0x3f, 0x08, 0xab, 0xbc, 0xc6, 0xef, 0x71, 0x6d, 0x9d, 0x53, 0xe6, 0x9e, 0x79, 0xfa, 0x8a, 0x85, 0x57, 0x5e, 0xc9, 0x8e, 0xfb, 0xef, 0xaf, 0xa9, 0xf8, 0xfa, 0x0d, 0x4b, 0x2b, 0xb7, 0x60, 0xc0, 0xe3, 0xff, 0x05, 0xc3, 0x65, 0xa2, 0x73, 0xae, 0xfc, 0xc4, 0x6e, 0x10, 0x5c, 0x47, 0x6d, 0x73, 0x74, 0x49, 0x00, 0xd1, 0x00, 0xe1, 0xd7, 0x2d, 0x1e, 0x22, 0xa4, 0xb4, 0x74, 0x42, 0x12, 0x40, 0xd7, 0x13, 0xd3, 0xc1, 0xc9, 0x2e, 0x31, 0x4d, 0x49, 0xb9, 0x6c, 0x05, 0x00, 0x20, 0x7e, 0x2c, 0x8d, 0x75, 0x34, 0x08, 0xcb, 0xed, 0x39, 0x1a, 0x16, 0xbf, 0x11, 0x69, 0xe3, 0x4f, 0x2a, 0xb3, 0x00, 0xeb, 0x15, 0xf8, 0x6e, 0x75, 0xd7, 0xdc, 0x4e, 0x72, 0xb6, 0x1b, 0x17, 0x10, 0x9a, 0x56, 0xed, 0x21, 0x64, 0xb8, 0x49, 0x72, 0xde, 0x8b, 0xad, 0x74, 0x7a, 0x08, 0x55, 0x07, 0x6d, 0xbf, 0xe7, 0xd4, 0x37, 0xfe, 0xf3, 0xdc, 0x4b, 0x2f, 0x16, 0xcd, 0x33, 0x67, 0xb2, 0xf1, 0x5f, 0xfe, 0xa5, 0x5a, 0xf1, 0xb5, 0x96, 0xa9, 0x6c, 0xa6, 0xd3, 0xbd, 0xf4, 0xf6, 0x1f, 0xc1, 0x86, 0x5d, 0x21, 0x5e, 0xb7, 0xa8, 0x92, 0xd2, 0x20, 0x15, 0xc8, 0x7e, 0x15, 0x24, 0xc0, 0x91, 0x04, 0x85, 0x20, 0x7c, 0xe6, 0x42, 0x23, 0x95, 0x75, 0x0d, 0xcf, 0x08, 0x13, 0x80, 0x30, 0x0c, 0xb3, 0x43, 0xd3, 0x74, 0xa4, 0x74, 0xfa, 0xcb, 0x8f, 0x8e, 0x16, 0x51, 0x94, 0xca, 0xec, 0xb6, 0x0a, 0x96, 0xb4, 0x36, 0x98, 0xd7, 0x01, 0xaf, 0x0c, 0x86, 0xb8, 0x29, 0xc5, 0x11, 0x20, 0xc4, 0xd7, 0x02, 0x04, 0x41, 0x60, 0x1d, 0x37, 0xc0, 0xee, 0x8b, 0xf0, 0xc0, 0xcf, 0x61, 0x53, 0x1c, 0x16, 0x56, 0x92, 0xe4, 0x64, 0xb9, 0x0c, 0x42, 0x20, 0x12, 0x09, 0x14, 0xd3, 0xc4, 0x2e, 0x97, 0x9d, 0xd3, 0xb2, 0xb0, 0x4c, 0xb3, 0xea, 0xc1, 0x6f, 0x82, 0x99, 0x57, 0xc1, 0xc9, 0x37, 0xc1, 0xb3, 0xc9, 0xd8, 0xb2, 0x13, 0x57, 0x9e, 0xba, 0x68, 0x76, 0xd3, 0xf4, 0xe9, 0xac, 0xf9, 0xca, 0x57, 0x88, 0x6d, 0xd9, 0x52, 0x5d, 0xb8, 0x5f, 0x71, 0x9c, 0xfb, 0x1f, 0xc3, 0x4f, 0xc3, 0x3d, 0x0f, 0x32, 0xbe, 0xd5, 0x5b, 0xbd, 0xd6, 0x32, 0x65, 0x1f, 0xf1, 0x5b, 0x1e, 0xe3, 0x57, 0xf9, 0x03, 0xf0, 0x02, 0x01, 0x88, 0x0b, 0x2f, 0xfc, 0xef, 0x6b, 0xfb, 0xfb, 0xb3, 0xef, 0xdf, 0xba, 0x35, 0x67, 0x0d, 0x0e, 0x9a, 0x12, 0x54, 0x03, 0xd6, 0x2e, 0x86, 0x5b, 0xb3, 0xd4, 0xb6, 0x9a, 0x0f, 0x8b, 0x50, 0x8b, 0x89, 0xba, 0x41, 0x5b, 0x2b, 0xf7, 0x60, 0x18, 0x36, 0xa6, 0x69, 0x93, 0x4e, 0x6b, 0x01, 0x8e, 0x83, 0x13, 0x8e, 0x8f, 0x42, 0xdd, 0x21, 0x00, 0xe1, 0x68, 0x39, 0x64, 0x23, 0xf6, 0xc0, 0x6e, 0xf8, 0x7e, 0x45, 0x0d, 0x12, 0xa6, 0x89, 0xc8, 0xe7, 0xb1, 0x47, 0x47, 0xab, 0x2d, 0x54, 0x70, 0xd3, 0x23, 0xac, 0x58, 0x0c, 0xdb, 0x2d, 0x9d, 0xac, 0x7c, 0xc1, 0x39, 0x9a, 0xf6, 0x66, 0x45, 0xe9, 0xea, 0xbc, 0x64, 0x5a, 0xcf, 0x27, 0x74, 0x61, 0xf1, 0xd2, 0x77, 0xbf, 0xcb, 0xfe, 0xeb, 0xae, 0x43, 0x73, 0xb9, 0xff, 0x5e, 0x9a, 0x79, 0x82, 0x99, 0x40, 0x79, 0x00, 0xee, 0xbf, 0x81, 0xf1, 0xe5, 0xa6, 0x51, 0xb9, 0x3e, 0xe5, 0x10, 0xbd, 0x3f, 0x28, 0xe3, 0xf6, 0x68, 0x54, 0x7f, 0xaa, 0xc4, 0xdf, 0xd3, 0xf3, 0xa7, 0x89, 0x29, 0x53, 0x52, 0xef, 0x69, 0x6b, 0x4b, 0x64, 0x0c, 0x43, 0xb6, 0x80, 0xda, 0x0a, 0x62, 0x2d, 0xdc, 0x9a, 0x27, 0xbc, 0xb9, 0x80, 0x72, 0xa8, 0x6e, 0x50, 0xf7, 0x55, 0xe8, 0x20, 0xb0, 0x6d, 0x49, 0xa1, 0x60, 0x30, 0x34, 0x94, 0xa7, 0xa9, 0x29, 0x8e, 0xae, 0x2b, 0xbe, 0x75, 0x9b, 0x73, 0x2e, 0xd1, 0xcd, 0x5e, 0x45, 0x83, 0x3e, 0x5d, 0x71, 0x14, 0x11, 0x7c, 0x23, 0x1e, 0x21, 0x0b, 0xb0, 0xbe, 0xee, 0x74, 0x8f, 0xe8, 0xf5, 0x76, 0x8f, 0x60, 0x74, 0x14, 0x99, 0xcf, 0x3b, 0x43, 0xbb, 0xe3, 0x71, 0xa7, 0x83, 0x44, 0x2a, 0x85, 0x95, 0x48, 0x60, 0xb9, 0x9e, 0x21, 0x5b, 0xd3, 0x68, 0x55, 0xd5, 0x45, 0xcb, 0x9b, 0x8e, 0xfd, 0xab, 0x73, 0x5b, 0xb3, 0xc9, 0xbe, 0x35, 0x6b, 0xd8, 0xf3, 0x9d, 0xef, 0x90, 0x18, 0x1c, 0xf4, 0x4c, 0x77, 0x5f, 0x82, 0xc4, 0xb6, 0xe1, 0x99, 0xeb, 0xa0, 0xbf, 0xec, 0x4a, 0xf1, 0xa0, 0xde, 0x4a, 0x41, 0x9d, 0xef, 0xc2, 0x54, 0x1e, 0x3f, 0x08, 0x8e, 0x7a, 0xb5, 0x67, 0xc9, 0x92, 0x53, 0x3e, 0xb1, 0x60, 0x41, 0x67, 0x6b, 0x6b, 0x6b, 0x02, 0xa7, 0x5b, 0xbd, 0x02, 0x18, 0xff, 0x47, 0x74, 0x69, 0xe9, 0xf8, 0x9a, 0xf6, 0x89, 0x5d, 0x5c, 0x51, 0x41, 0x60, 0x59, 0x92, 0x72, 0xd9, 0x66, 0x74, 0xb4, 0x44, 0x2a, 0xa5, 0xa1, 0xeb, 0x7e, 0xc6, 0xd1, 0xb4, 0x12, 0xa6, 0x37, 0x11, 0x3d, 0x0f, 0x2b, 0xac, 0xfd, 0x5f, 0xbd, 0xb6, 0x80, 0x13, 0x74, 0xf4, 0x3a, 0x4d, 0xab, 0xb4, 0x74, 0x1a, 0x29, 0x44, 0xa3, 0xcf, 0x2a, 0x1a, 0x50, 0x87, 0x82, 0x6c, 0x01, 0x1b, 0xb0, 0xf6, 0x42, 0x69, 0x3f, 0xfc, 0xb0, 0x2a, 0x05, 0x0c, 0x03, 0x91, 0xcf, 0x3b, 0xaa, 0x90, 0xae, 0x3b, 0x53, 0xe7, 0xe3, 0x71, 0x48, 0xa5, 0xb0, 0x53, 0x29, 0xcc, 0x64, 0x92, 0x72, 0x2c, 0x86, 0xe9, 0x16, 0xd4, 0xff, 0x49, 0x72, 0xff, 0x9c, 0xee, 0x91, 0x5e, 0x4a, 0x4f, 0x3e, 0x49, 0xbc, 0xb7, 0xb7, 0x1a, 0xf5, 0x1d, 0x25, 0xc6, 0x7d, 0x1c, 0x03, 0xec, 0xf8, 0x35, 0xac, 0xdb, 0xee, 0xdb, 0x68, 0xbf, 0xcb, 0xd3, 0x8a, 0x70, 0x75, 0xfa, 0x41, 0x50, 0x13, 0x90, 0x3c, 0x4a, 0x54, 0xa0, 0xc8, 0xc1, 0x2b, 0x53, 0xa6, 0xa4, 0xff, 0x7c, 0xe5, 0xca, 0x39, 0x0c, 0x0e, 0x16, 0x28, 0x95, 0x2a, 0x9a, 0xce, 0x81, 0x7b, 0x08, 0x6e, 0x3e, 0x1c, 0xda, 0x74, 0x6c, 0xa2, 0xb9, 0x40, 0x65, 0xd3, 0xb4, 0xb0, 0x6d, 0x41, 0xa1, 0x60, 0x92, 0xcf, 0x97, 0x69, 0x6f, 0x4f, 0x91, 0x4e, 0xab, 0x3e, 0xe6, 0xa1, 0xe8, 0x70, 0xc1, 0xa5, 0x04, 0xf7, 0xc0, 0x17, 0x44, 0xf7, 0xbf, 0x09, 0xb3, 0x19, 0xc4, 0x6b, 0xb8, 0x01, 0x51, 0xb6, 0x40, 0x60, 0x27, 0x89, 0xef, 0xc2, 0xcd, 0x16, 0x64, 0xfd, 0x49, 0x72, 0x76, 0xb1, 0xe8, 0x4c, 0x60, 0xd7, 0x75, 0x44, 0x32, 0x89, 0x68, 0x6e, 0x86, 0xe6, 0x66, 0x64, 0x53, 0x13, 0x76, 0x2a, 0x85, 0xad, 0xeb, 0x4c, 0x35, 0x87, 0xa1, 0xb7, 0x97, 0xd8, 0xe0, 0x60, 0x8d, 0x91, 0x76, 0x07, 0xc7, 0x52, 0x24, 0xbf, 0x01, 0x1e, 0xbe, 0x9f, 0xda, 0x62, 0x19, 0x02, 0x3c, 0x3f, 0x86, 0x2f, 0xd8, 0x55, 0xf6, 0x49, 0x84, 0xb0, 0x22, 0xa4, 0xa3, 0xdd, 0xe0, 0x55, 0x96, 0x2c, 0xf9, 0xc7, 0x2b, 0x96, 0x2d, 0x9b, 0x3a, 0x7b, 0xfe, 0xfc, 0x1e, 0x36, 0x6c, 0x18, 0x72, 0x97, 0xc1, 0xde, 0x04, 0xdf, 0xdb, 0x1e, 0x41, 0xf4, 0x81, 0x4d, 0xc7, 0x26, 0x9a, 0x0d, 0x3a, 0x5a, 0xf1, 0x02, 0x15, 0x0a, 0x16, 0xc3, 0xc3, 0x45, 0x34, 0x4d, 0xa1, 0xa9, 0x49, 0x43, 0xd3, 0xfc, 0xf4, 0x32, 0xf3, 0xed, 0x70, 0x4c, 0x7b, 0x80, 0x0e, 0xa6, 0x86, 0x10, 0xbd, 0x52, 0x47, 0x55, 0xaa, 0x17, 0xec, 0x08, 0xbb, 0xf1, 0xc0, 0x67, 0xd4, 0x82, 0x7f, 0x5f, 0x6f, 0x68, 0x5d, 0xbd, 0x4e, 0x12, 0x55, 0xe3, 0xf3, 0x29, 0x18, 0x1e, 0x82, 0x9f, 0x55, 0xb9, 0x8c, 0x61, 0xa0, 0xb8, 0x2e, 0x51, 0x59, 0x2e, 0x83, 0xa2, 0xa0, 0xa4, 0x52, 0x0e, 0x08, 0x92, 0x49, 0x67, 0x02, 0xbd, 0xa6, 0x21, 0xa4, 0x44, 0xc9, 0x66, 0xd1, 0xf3, 0xf9, 0xaa, 0x6e, 0x03, 0x60, 0xa2, 0x70, 0x07, 0x73, 0x72, 0xf0, 0xc8, 0xcd, 0x60, 0xfb, 0x5b, 0xab, 0x7b, 0x8d, 0x5f, 0xcb, 0xe7, 0xe2, 0x34, 0x02, 0x5e, 0xfd, 0xaa, 0x8f, 0xff, 0x19, 0xc6, 0x90, 0x2e, 0xc4, 0x6b, 0xcd, 0xfd, 0xc7, 0xed, 0x7b, 0x67, 0x67, 0xd3, 0x97, 0xcf, 0x3c, 0x73, 0x3e, 0x4f, 0x3e, 0xb9, 0x95, 0x03, 0x07, 0x2a, 0xb3, 0xc3, 0x8d, 0xbb, 0x09, 0x6e, 0x37, 0xa3, 0x46, 0xd0, 0xdc, 0x44, 0x8d, 0x60, 0x7b, 0xd0, 0xb1, 0x01, 0x1c, 0x00, 0xf4, 0xf7, 0x17, 0xb0, 0x2c, 0x9b, 0xf6, 0xf6, 0x38, 0xb1, 0x98, 0xf4, 0x49, 0x01, 0x35, 0x09, 0x6f, 0xba, 0x9a, 0xf0, 0x16, 0xe0, 0x61, 0xbf, 0x0b, 0x2b, 0xa4, 0xa9, 0x17, 0x0a, 0x0f, 0x04, 0x86, 0xa2, 0x28, 0x3a, 0xaa, 0x8a, 0x96, 0x4e, 0x3b, 0x06, 0xa8, 0x7b, 0xc4, 0xc6, 0x06, 0x57, 0x4c, 0xd4, 0x7f, 0x5c, 0x2f, 0x56, 0x50, 0x25, 0xae, 0xdf, 0x38, 0x15, 0x63, 0xd5, 0x11, 0x4b, 0x6a, 0xb9, 0x0c, 0xf9, 0x7c, 0xb5, 0x93, 0x5c, 0xa5, 0x60, 0x5e, 0x4a, 0xe9, 0x0c, 0xec, 0x72, 0xdb, 0x2d, 0xaa, 0xc5, 0x62, 0x0d, 0xf1, 0x03, 0x3c, 0xc4, 0x4c, 0xfa, 0xd9, 0x72, 0x13, 0xf4, 0x17, 0xea, 0x10, 0x7f, 0x94, 0xc7, 0x27, 0xcc, 0xf7, 0x5f, 0x13, 0x04, 0xb4, 0x41, 0x54, 0xa7, 0xfb, 0x29, 0xca, 0x6b, 0x49, 0xfc, 0xe3, 0x66, 0x4f, 0xcc, 0x9d, 0xfb, 0xa5, 0xf7, 0x2d, 0x5e, 0xdc, 0xb5, 0x68, 0xe5, 0xca, 0xb9, 0xfc, 0xc7, 0x7f, 0xfc, 0x0e, 0xd3, 0xac, 0xdc, 0x5f, 0xdf, 0xbd, 0x84, 0x37, 0x18, 0x50, 0xc2, 0xb4, 0x91, 0x09, 0xaa, 0x40, 0xf6, 0x1e, 0x10, 0x48, 0x29, 0x30, 0x0c, 0xc9, 0xd0, 0x90, 0x93, 0x92, 0xdb, 0xd6, 0x96, 0xa0, 0xa9, 0x49, 0x75, 0xf7, 0xd3, 0xcb, 0x24, 0xbb, 0x2f, 0x84, 0x77, 0x9c, 0x4f, 0xfd, 0x19, 0x59, 0x61, 0x37, 0x59, 0xb7, 0x41, 0x54, 0x3d, 0x69, 0x20, 0xa5, 0xd4, 0x85, 0xaa, 0x12, 0x6b, 0x6a, 0xaa, 0xd9, 0xcc, 0xa4, 0x67, 0x36, 0xeb, 0x04, 0xc5, 0xb0, 0x7f, 0x63, 0x82, 0x26, 0xb6, 0x58, 0x80, 0xf5, 0x4b, 0xd8, 0x3b, 0x0c, 0x77, 0xfa, 0x03, 0x63, 0xb6, 0xdb, 0xc3, 0xc7, 0x3b, 0xb8, 0xbb, 0x12, 0x39, 0xd6, 0xca, 0xe5, 0x71, 0xc4, 0x0f, 0x70, 0x37, 0x4d, 0x4f, 0xc1, 0xa6, 0xed, 0x9e, 0xcd, 0x0d, 0x33, 0x7c, 0x83, 0x74, 0x7d, 0xbf, 0xde, 0x1f, 0xc4, 0xfd, 0x83, 0x0f, 0x45, 0x41, 0x4d, 0x24, 0x9c, 0x7c, 0xa6, 0xdf, 0x2f, 0xd1, 0x8b, 0x3a, 0x92, 0x5e, 0xe9, 0xec, 0xbc, 0xb2, 0xa3, 0xb3, 0x33, 0xf3, 0xd5, 0xb3, 0xce, 0x9a, 0xc7, 0xfa, 0xf5, 0x7b, 0x78, 0xf6, 0xd9, 0xe1, 0xca, 0x16, 0x0c, 0xc1, 0xcf, 0x9f, 0xa7, 0xb1, 0x06, 0x03, 0x87, 0x13, 0x09, 0x2e, 0xef, 0x72, 0xe2, 0x3b, 0x36, 0x86, 0x01, 0xc3, 0xc3, 0x25, 0xb2, 0xd9, 0x32, 0xf1, 0xb8, 0x4a, 0x4b, 0x8b, 0x46, 0x22, 0x01, 0xe3, 0x9b, 0x32, 0x2f, 0xfe, 0x73, 0x38, 0xf5, 0xd8, 0x10, 0xc3, 0x64, 0x22, 0x5d, 0x92, 0x1b, 0x8d, 0xf6, 0xd5, 0x2c, 0xa0, 0x04, 0x5d, 0x2a, 0x0a, 0x7a, 0x26, 0x53, 0xa3, 0xe0, 0xc6, 0x20, 0x4e, 0xf4, 0xd8, 0xd2, 0x89, 0x4e, 0x6c, 0x09, 0x0c, 0x8e, 0xad, 0x71, 0xba, 0x47, 0x48, 0x81, 0x2f, 0x3d, 0xc2, 0x8d, 0x0d, 0x48, 0x29, 0x11, 0x96, 0x85, 0x70, 0xeb, 0x08, 0x14, 0xd3, 0x1c, 0x77, 0xa1, 0x75, 0xb4, 0x15, 0xd7, 0xb1, 0xfe, 0xf6, 0x00, 0xa6, 0x21, 0x7c, 0xdc, 0x3f, 0xac, 0xcc, 0x31, 0xa8, 0xc3, 0x5e, 0x54, 0x0a, 0x88, 0x70, 0xb4, 0x1f, 0xe7, 0xeb, 0x85, 0xaa, 0x22, 0x34, 0x0d, 0xa5, 0x8e, 0x34, 0x90, 0x13, 0x4f, 0x4d, 0x8e, 0x72, 0x84, 0x8c, 0x63, 0x86, 0xa9, 0xd4, 0xa2, 0x6f, 0xcd, 0x9b, 0xd7, 0xde, 0xf1, 0x86, 0x37, 0x2c, 0xe1, 0x1f, 0xff, 0xf1, 0x4e, 0x4a, 0xa5, 0xca, 0xfd, 0x94, 0xef, 0x87, 0x41, 0x49, 0x70, 0x39, 0x69, 0xa4, 0x37, 0x68, 0x82, 0x00, 0x18, 0x5e, 0x5b, 0xf9, 0x5f, 0xc3, 0x90, 0x8c, 0x8c, 0x18, 0x0c, 0x0e, 0x3a, 0xad, 0x40, 0xda, 0xda, 0xe2, 0x64, 0x32, 0x82, 0x78, 0x5c, 0xf8, 0x40, 0xa0, 0x24, 0xe0, 0xc2, 0xff, 0x07, 0xe7, 0x2d, 0x23, 0x20, 0xd5, 0x97, 0xfa, 0xcd, 0xa1, 0xa2, 0xba, 0xa5, 0x29, 0xf5, 0x0c, 0x6c, 0x29, 0x84, 0x8e, 0xa2, 0xa0, 0xa5, 0xd3, 0x35, 0x5c, 0x4c, 0xab, 0x9d, 0xdd, 0x25, 0xa8, 0xd3, 0x8c, 0xaa, 0x01, 0x0f, 0x56, 0x50, 0xca, 0xb4, 0xf5, 0xdf, 0xb0, 0x21, 0x07, 0x8f, 0xf9, 0xa5, 0x80, 0xac, 0x78, 0x85, 0x4c, 0xd3, 0x91, 0x08, 0xa5, 0x12, 0x18, 0xc6, 0x38, 0xbd, 0x06, 0xe0, 0x77, 0x14, 0xff, 0xcf, 0x71, 0xce, 0xd4, 0xac, 0x4d, 0x90, 0x21, 0x1e, 0xe6, 0xf9, 0xf1, 0x7a, 0x7c, 0xc2, 0xd2, 0xcf, 0xab, 0xcc, 0x43, 0x80, 0x26, 0xc1, 0xf1, 0x9a, 0x29, 0x0a, 0xb6, 0x33, 0x50, 0x18, 0x69, 0x59, 0x55, 0xa9, 0x20, 0x0f, 0x4f, 0x7a, 0x86, 0x71, 0xff, 0x20, 0xbb, 0x50, 0x01, 0x94, 0x9e, 0x9e, 0x2f, 0x7c, 0x72, 0xca, 0x94, 0xd4, 0xe5, 0x17, 0x5e, 0xb8, 0x88, 0xbd, 0x7b, 0x07, 0xb9, 0xfb, 0xee, 0x3d, 0x9e, 0x65, 0x18, 0xba, 0xbf, 0x01, 0xe2, 0x0f, 0x74, 0xae, 0x4c, 0x04, 0x00, 0x12, 0x1e, 0xd8, 0xe4, 0xe8, 0x94, 0x02, 0xcb, 0x12, 0xe4, 0xf3, 0x36, 0x23, 0x23, 0x8e, 0x38, 0x4f, 0x26, 0x35, 0x9a, 0x9b, 0x75, 0x52, 0x29, 0xe1, 0xba, 0x45, 0xbd, 0x4c, 0x46, 0x4d, 0xc3, 0x59, 0x5f, 0x86, 0x77, 0x5e, 0xe8, 0x21, 0x78, 0x9d, 0x80, 0xc2, 0x8f, 0x10, 0x80, 0xa8, 0x0d, 0x80, 0x61, 0x5c, 0x43, 0xa9, 0x37, 0x42, 0xab, 0xa2, 0x28, 0xba, 0x88, 0xc5, 0x48, 0xf7, 0xf4, 0x20, 0x3d, 0x00, 0x68, 0x81, 0x4e, 0xc2, 0x87, 0xd5, 0x29, 0x11, 0x21, 0xf6, 0xa8, 0xb1, 0x45, 0x41, 0x45, 0x3e, 0xd6, 0x7a, 0xb7, 0x7b, 0x44, 0xa5, 0x87, 0x50, 0x35, 0x3d, 0xc2, 0x30, 0xc0, 0xb6, 0xc1, 0xb2, 0x50, 0x4c, 0x33, 0x30, 0x2c, 0xdf, 0x87, 0x36, 0x72, 0x07, 0x85, 0xb5, 0x04, 0xf7, 0x58, 0x0a, 0x8b, 0xf8, 0x7a, 0x13, 0xdf, 0xc2, 0xba, 0x6e, 0x78, 0x41, 0x5b, 0xf3, 0x4c, 0x02, 0x37, 0xe7, 0x4e, 0x08, 0x94, 0x44, 0x02, 0x25, 0x1e, 0xc7, 0xae, 0x54, 0x3d, 0x09, 0x11, 0x4a, 0xfc, 0x6a, 0x2d, 0x3d, 0x89, 0x08, 0xae, 0x1e, 0x34, 0x20, 0x3c, 0x54, 0xfd, 0xed, 0xec, 0xfc, 0xab, 0xb7, 0xb6, 0xb4, 0xa4, 0xbe, 0xbc, 0x74, 0x69, 0x37, 0xe7, 0x9c, 0xb3, 0x90, 0x2f, 0x7d, 0xe9, 0xb7, 0xe4, 0xf3, 0x55, 0x1e, 0x60, 0xc2, 0x43, 0x8f, 0x11, 0xde, 0x64, 0x2c, 0x72, 0xe0, 0x88, 0xd2, 0x38, 0xf1, 0x03, 0x6c, 0x37, 0xc0, 0x7a, 0x16, 0x9c, 0x79, 0x53, 0x85, 0x82, 0xcd, 0xe0, 0x60, 0x89, 0xd1, 0x51, 0xa7, 0x25, 0x60, 0x26, 0xa3, 0xd3, 0xdc, 0xac, 0x91, 0x4a, 0x09, 0xe2, 0x71, 0x18, 0xab, 0xaf, 0x96, 0xae, 0xd6, 0xb1, 0xf8, 0xaf, 0xe0, 0xb3, 0xdf, 0x80, 0x53, 0xe7, 0xe3, 0xcb, 0x7a, 0xf4, 0x9d, 0xf5, 0xc0, 0xa0, 0x46, 0xa8, 0x54, 0xd5, 0x9f, 0x97, 0xc2, 0x34, 0x1b, 0x50, 0x62, 0x31, 0xf4, 0x4c, 0xa6, 0x66, 0xf3, 0x5a, 0xa1, 0x87, 0xf0, 0x4e, 0x6c, 0xde, 0xb6, 0x24, 0x22, 0x00, 0x64, 0x41, 0x80, 0x20, 0x24, 0x15, 0xc1, 0xfe, 0x32, 0xfc, 0xae, 0x04, 0x1b, 0xa8, 0x7c, 0xb1, 0xdb, 0x4e, 0x11, 0xcb, 0x02, 0x29, 0x9d, 0x62, 0x7a, 0x37, 0x25, 0xc2, 0xff, 0x65, 0x8f, 0x60, 0x3e, 0x62, 0x87, 0xb7, 0x96, 0x0c, 0x33, 0x7e, 0x83, 0x1a, 0x0a, 0xfb, 0xd3, 0x37, 0x88, 0x50, 0x1b, 0xe3, 0x52, 0x08, 0xa7, 0xcb, 0x9d, 0xa6, 0xa1, 0xa5, 0x52, 0x28, 0xb1, 0x18, 0x42, 0x55, 0x91, 0x8a, 0x82, 0x08, 0x91, 0x00, 0x71, 0x67, 0xef, 0x1a, 0x51, 0x79, 0xc2, 0x8c, 0xd2, 0x71, 0x4c, 0xad, 0xa3, 0xe3, 0xb3, 0xef, 0x4b, 0xa7, 0x9b, 0xbf, 0x3f, 0x7d, 0x7a, 0x46, 0xbf, 0xf0, 0xc2, 0x45, 0x3c, 0xfd, 0xf4, 0x36, 0x5f, 0xcb, 0x47, 0xe3, 0x69, 0x58, 0x9f, 0xf7, 0xd1, 0x88, 0x52, 0x4f, 0xf7, 0xaf, 0x3c, 0xb3, 0x36, 0x31, 0x15, 0x08, 0x09, 0xe5, 0x87, 0x21, 0x79, 0x1a, 0x28, 0x94, 0xcb, 0x92, 0xc1, 0xc1, 0x32, 0x99, 0x8c, 0x4e, 0x26, 0xa3, 0xa3, 0xeb, 0x0a, 0x99, 0x8c, 0x86, 0x6d, 0x4b, 0x34, 0xcd, 0x42, 0x08, 0xdc, 0xa9, 0xe4, 0xde, 0x94, 0x99, 0xd4, 0xf1, 0xf0, 0xa6, 0xef, 0xc0, 0x59, 0xcf, 0xc2, 0xc1, 0x7b, 0xe1, 0xc9, 0x07, 0x60, 0xc3, 0x81, 0x10, 0x6e, 0xe1, 0xf5, 0x52, 0x04, 0x35, 0xc7, 0xf2, 0x73, 0xaf, 0x9a, 0xc5, 0x4b, 0xc1, 0x34, 0x54, 0x15, 0x25, 0x91, 0x20, 0x96, 0xc9, 0x80, 0x47, 0x02, 0x24, 0xc7, 0x00, 0xe0, 0x9d, 0xe2, 0x5e, 0x93, 0xd7, 0xe3, 0x2e, 0xa8, 0xff, 0xda, 0x95, 0xc5, 0xf5, 0x72, 0x79, 0x11, 0xa2, 0x0a, 0x55, 0xef, 0x7f, 0x1b, 0x7c, 0x7f, 0x11, 0x7c, 0xbd, 0xda, 0x43, 0xa8, 0x50, 0xc0, 0x1a, 0x1d, 0x75, 0x88, 0xac, 0x5c, 0x46, 0x98, 0xe3, 0xc7, 0x99, 0x15, 0x21, 0xff, 0x63, 0x07, 0x38, 0x4a, 0x80, 0x9b, 0x32, 0xac, 0x93, 0xb5, 0x7f, 0xc8, 0x87, 0x3f, 0xd0, 0x25, 0x7c, 0x20, 0xc0, 0x4f, 0x78, 0x9a, 0xae, 0xc7, 0x51, 0x14, 0xa4, 0xae, 0xa3, 0xa4, 0x52, 0x4e, 0x2a, 0x77, 0x03, 0x2e, 0xd1, 0xd8, 0x78, 0x00, 0xa8, 0x0d, 0x10, 0xbb, 0xf4, 0xec, 0x83, 0x67, 0x7f, 0x4f, 0x4d, 0xb7, 0xb6, 0x9e, 0xf7, 0xb5, 0x78, 0x3c, 0xfe, 0x67, 0x9d, 0x9d, 0x09, 0x71, 0xc6, 0x19, 0xb3, 0x39, 0xf6, 0xd8, 0x1e, 0x3e, 0xfc, 0xe1, 0x5b, 0xc8, 0xe7, 0xbd, 0xf7, 0x31, 0xf8, 0x10, 0xb5, 0xd7, 0x85, 0xf1, 0x19, 0xbb, 0xa1, 0x1e, 0xc4, 0x89, 0x02, 0x00, 0xd8, 0x7f, 0x0f, 0x1c, 0xf3, 0xd7, 0x15, 0x63, 0x38, 0x9f, 0x97, 0x0c, 0x0f, 0x97, 0xd1, 0x34, 0x05, 0x4d, 0x53, 0x88, 0xc5, 0x54, 0xd2, 0x69, 0x89, 0xa6, 0x29, 0xa8, 0xaa, 0x49, 0x3e, 0x6f, 0x63, 0x18, 0xc2, 0xf5, 0xf2, 0x59, 0x95, 0x67, 0x56, 0x21, 0xb5, 0x02, 0x66, 0xaf, 0x80, 0xd9, 0x5f, 0x00, 0xfb, 0x00, 0x94, 0x5e, 0x86, 0xe2, 0x26, 0x28, 0xef, 0x00, 0x73, 0xbf, 0x33, 0xb6, 0x73, 0xe4, 0x00, 0xf4, 0xf7, 0x39, 0xb5, 0x26, 0x7b, 0x4b, 0x01, 0x00, 0xf0, 0x26, 0x3c, 0xf9, 0x17, 0x58, 0x6b, 0x8f, 0xc5, 0x66, 0x49, 0x45, 0x41, 0x6d, 0x6a, 0x22, 0xde, 0xd4, 0x54, 0xd3, 0xa7, 0x33, 0x05, 0x53, 0x3d, 0x5c, 0xde, 0xcb, 0x19, 0xa5, 0xbb, 0xa0, 0x61, 0x29, 0x0f, 0x6a, 0x88, 0x84, 0x14, 0x51, 0x81, 0xb2, 0xaf, 0xc1, 0x6f, 0xbf, 0x0b, 0x9f, 0xd2, 0x61, 0xaa, 0x02, 0x8e, 0xfe, 0x9f, 0xcb, 0x41, 0x2c, 0x86, 0x28, 0x97, 0x03, 0xb9, 0xff, 0x13, 0xf0, 0x5c, 0xce, 0x21, 0x66, 0x25, 0x20, 0x48, 0x15, 0xd6, 0x5c, 0xcc, 0xf0, 0x31, 0x8d, 0xa0, 0xe0, 0x96, 0xe2, 0xb9, 0x67, 0xc5, 0xf3, 0x3b, 0x87, 0x60, 0xa5, 0xec, 0x46, 0x55, 0x9d, 0xa1, 0x1f, 0xf1, 0x38, 0x76, 0xb9, 0x8c, 0x59, 0x19, 0x07, 0x65, 0xdb, 0x0e, 0xc5, 0x6a, 0x1a, 0xbe, 0x62, 0x70, 0x92, 0x4e, 0x3d, 0x43, 0x85, 0x39, 0x84, 0xd9, 0x70, 0x15, 0xe9, 0xea, 0xcf, 0x3c, 0x75, 0xd7, 0xbe, 0x59, 0x49, 0xa5, 0xde, 0xf7, 0x8e, 0x58, 0x2c, 0xf3, 0xc5, 0x54, 0x4a, 0x9b, 0xd9, 0xd3, 0x93, 0x60, 0xe5, 0xca, 0xe9, 0x5c, 0x74, 0xd1, 0x71, 0xfc, 0xe4, 0x27, 0x4f, 0xb9, 0xdd, 0x2f, 0xbc, 0x64, 0xfb, 0xd2, 0x23, 0x9e, 0x74, 0x10, 0xff, 0x5e, 0xd8, 0x44, 0x27, 0x62, 0x4a, 0x6d, 0x02, 0x2a, 0x90, 0x7b, 0xde, 0xf8, 0x12, 0x7c, 0xe9, 0x15, 0x50, 0xe6, 0x81, 0x82, 0x61, 0x48, 0x86, 0x87, 0x0d, 0x12, 0x09, 0x95, 0xa6, 0x26, 0x87, 0x53, 0xe8, 0xba, 0x82, 0xa2, 0x08, 0x84, 0x80, 0x44, 0x42, 0x52, 0x28, 0x58, 0x94, 0x4a, 0xce, 0x8c, 0x5a, 0xd3, 0xb4, 0x7d, 0x12, 0x01, 0x40, 0x74, 0x43, 0xa2, 0x1b, 0x12, 0x67, 0x86, 0xa7, 0xe0, 0x54, 0x6f, 0x65, 0x38, 0xfc, 0xf6, 0xaa, 0xe0, 0x17, 0x20, 0xd9, 0x6c, 0xdf, 0x93, 0x98, 0xa6, 0xed, 0x46, 0x6f, 0x69, 0xc1, 0xb6, 0xed, 0x1a, 0x00, 0xe8, 0xc4, 0x57, 0x09, 0xde, 0x7e, 0x9d, 0x04, 0x1b, 0xac, 0x1c, 0x58, 0xfd, 0x50, 0xde, 0x07, 0xd9, 0xcd, 0xb0, 0xfd, 0x45, 0x78, 0x65, 0x6f, 0x00, 0x21, 0x87, 0xa9, 0x0d, 0x5e, 0xce, 0x1c, 0x24, 0x0d, 0xac, 0x01, 0x30, 0x76, 0xc3, 0x4d, 0xc7, 0xc0, 0x67, 0x15, 0xc0, 0x36, 0x4d, 0x54, 0xc3, 0x70, 0x28, 0xc5, 0xb2, 0xc6, 0xe9, 0xa2, 0x16, 0x58, 0x3f, 0x81, 0xe7, 0xa9, 0xcd, 0x66, 0x14, 0x75, 0xe2, 0x10, 0x56, 0x80, 0x91, 0x1b, 0x44, 0xf8, 0x32, 0x84, 0x71, 0x28, 0xa7, 0x40, 0x8b, 0x10, 0xa2, 0xd9, 0x52, 0x14, 0x44, 0x32, 0x89, 0xea, 0xc6, 0x4f, 0xac, 0x72, 0xd9, 0x01, 0x80, 0x6b, 0x08, 0xdb, 0x01, 0xfa, 0x5f, 0x57, 0xad, 0x5d, 0x15, 0x64, 0xa3, 0x69, 0xae, 0x64, 0xf2, 0x76, 0xc1, 0x70, 0xfb, 0xb7, 0xbf, 0x79, 0x7a, 0x22, 0x31, 0xff, 0x9d, 0xaa, 0x9a, 0xb8, 0x32, 0x16, 0x53, 0x67, 0xa7, 0xd3, 0x2a, 0x53, 0xa7, 0xa6, 0x59, 0xbe, 0x7c, 0x2a, 0x97, 0x5d, 0x76, 0x3c, 0x3b, 0x76, 0xf4, 0x73, 0xe3, 0x8d, 0x6b, 0xbd, 0x93, 0x87, 0x00, 0x63, 0x1b, 0x3c, 0xb2, 0xcf, 0x07, 0x00, 0xaf, 0xd4, 0xab, 0xdb, 0xed, 0x43, 0x6b, 0x90, 0xf8, 0x7d, 0x3a, 0x67, 0xee, 0x16, 0x68, 0xfa, 0x42, 0xc5, 0x1b, 0x94, 0xcb, 0x49, 0x86, 0x86, 0xca, 0x28, 0x8a, 0x40, 0x55, 0x85, 0x9b, 0x22, 0x0d, 0x89, 0x84, 0x8a, 0x10, 0x4e, 0x07, 0x09, 0xc3, 0xb0, 0x29, 0x97, 0x6d, 0x8a, 0x45, 0x8b, 0x72, 0x59, 0xc1, 0x34, 0x25, 0xb6, 0x2d, 0x91, 0xd2, 0x49, 0xae, 0xab, 0x75, 0x8b, 0x47, 0xc6, 0xbb, 0x5a, 0xc2, 0xd3, 0x74, 0x64, 0x8d, 0xf6, 0xb4, 0x38, 0xde, 0x87, 0x8c, 0xc7, 0x89, 0xb5, 0xb5, 0x61, 0x55, 0x7c, 0xef, 0x55, 0x23, 0xb8, 0xa4, 0xcc, 0x24, 0x37, 0x77, 0x27, 0x2d, 0xee, 0x3e, 0x54, 0xf6, 0xa9, 0x07, 0x38, 0x56, 0xc2, 0x1b, 0x36, 0xc3, 0xf0, 0x6f, 0xe1, 0x81, 0x5f, 0xc0, 0x81, 0xa1, 0x90, 0x5c, 0x21, 0xaf, 0x61, 0x19, 0xb6, 0xd0, 0x55, 0xf5, 0xe3, 0x9f, 0x93, 0xe7, 0x1f, 0xb8, 0xb6, 0xf8, 0x3b, 0xd2, 0xb2, 0x44, 0x55, 0x0a, 0xd8, 0xf6, 0x38, 0x4e, 0xea, 0xb8, 0x3e, 0x59, 0xbb, 0x0b, 0xf2, 0x8c, 0x9f, 0x18, 0x1f, 0xe4, 0x6e, 0x0d, 0x6b, 0x2b, 0xe3, 0x27, 0xf0, 0x20, 0xa9, 0xe5, 0xfd, 0xbb, 0xb6, 0x12, 0x8e, 0xb1, 0x5d, 0xf5, 0x47, 0x24, 0x12, 0xa8, 0xb1, 0x18, 0xe6, 0xe8, 0x28, 0x46, 0x5f, 0x1f, 0xd6, 0xc8, 0x08, 0xb2, 0x58, 0x44, 0xb1, 0x83, 0x33, 0x26, 0xba, 0xa0, 0x2b, 0xc0, 0x21, 0x51, 0x21, 0xfc, 0x8a, 0x5a, 0xa6, 0x41, 0x97, 0x0a, 0x27, 0x2d, 0x86, 0x9e, 0x05, 0xba, 0xde, 0x7a, 0x82, 0xa2, 0x24, 0x4f, 0x55, 0x55, 0x75, 0x9e, 0xa6, 0x09, 0x91, 0x4c, 0x6a, 0xb4, 0xb4, 0xe8, 0xcc, 0x9c, 0x99, 0x61, 0xf9, 0xf2, 0x19, 0x9c, 0x7f, 0xfe, 0x22, 0x00, 0xfe, 0xf7, 0x7f, 0xd7, 0xb0, 0x7f, 0xbf, 0x45, 0x6d, 0xf8, 0x66, 0xf8, 0xd1, 0x00, 0xee, 0x8f, 0x47, 0x55, 0x15, 0xf5, 0xe8, 0x7a, 0x22, 0x12, 0xc0, 0xc3, 0x79, 0x9e, 0xf8, 0x11, 0x5c, 0xf0, 0x97, 0x8e, 0xd4, 0x53, 0x30, 0x4d, 0x18, 0x19, 0xb1, 0x50, 0xd5, 0x32, 0xe9, 0xb4, 0x86, 0xa6, 0x29, 0x08, 0xe1, 0x48, 0x02, 0xdb, 0x96, 0xc4, 0xe3, 0x82, 0x44, 0x42, 0xc5, 0xb2, 0x24, 0x42, 0xe0, 0xa6, 0x52, 0x3b, 0x00, 0x30, 0x0c, 0x1b, 0xc3, 0xb0, 0x91, 0xd2, 0x49, 0xb2, 0xab, 0x80, 0xc0, 0x0b, 0x0a, 0x29, 0x9d, 0xbd, 0x92, 0x72, 0x4c, 0x0d, 0x1d, 0x7b, 0x5f, 0x0b, 0x6a, 0xe7, 0xff, 0x25, 0xed, 0x72, 0x94, 0x1e, 0x2d, 0x8f, 0x68, 0xea, 0x46, 0x4d, 0x26, 0xe9, 0x5b, 0xbf, 0x1e, 0x4c, 0xb3, 0x46, 0x3e, 0xae, 0x50, 0xf7, 0xb0, 0x4f, 0x69, 0x41, 0x4a, 0x89, 0x94, 0x12, 0xab, 0xe2, 0xe6, 0x43, 0x11, 0x10, 0x5b, 0x08, 0x3d, 0x0b, 0xe1, 0xdd, 0xef, 0x87, 0xfd, 0xdf, 0x80, 0x1f, 0xff, 0x32, 0xc0, 0x5b, 0x61, 0x7a, 0x74, 0x6a, 0x19, 0x60, 0x13, 0x54, 0x25, 0x47, 0x32, 0x79, 0x5a, 0x4f, 0x2e, 0xb6, 0xf0, 0x6f, 0x1e, 0x56, 0x06, 0x79, 0x53, 0xee, 0x19, 0xaa, 0x52, 0x20, 0x20, 0xa4, 0x2b, 0x81, 0x1f, 0x30, 0x2f, 0x0b, 0xc9, 0x65, 0xce, 0x9f, 0x04, 0xce, 0x70, 0x0b, 0xc5, 0x72, 0x4e, 0xcd, 0x74, 0x72, 0xdf, 0x75, 0x03, 0xb4, 0x32, 0xc4, 0xdc, 0x57, 0xdd, 0x70, 0xfe, 0xa6, 0x99, 0xa0, 0x9b, 0xa0, 0x9a, 0xa0, 0x5b, 0xce, 0xff, 0x0a, 0x09, 0xaa, 0x74, 0x83, 0xbc, 0x5e, 0x6c, 0x0a, 0xe7, 0xb4, 0x04, 0x98, 0xaa, 0xd0, 0x1e, 0x5b, 0x25, 0xd5, 0x5d, 0xc8, 0x58, 0x0c, 0x45, 0xd3, 0x28, 0xee, 0xdd, 0x8b, 0x95, 0xcd, 0x62, 0xee, 0xdd, 0x0b, 0xb9, 0x1c, 0xa2, 0x58, 0x74, 0x62, 0x16, 0x01, 0xfe, 0xd3, 0x66, 0x12, 0xc7, 0xc3, 0xd2, 0x61, 0x97, 0xe6, 0x2d, 0x88, 0xc7, 0x20, 0xa6, 0x42, 0x2a, 0x03, 0x89, 0x36, 0x45, 0x49, 0x35, 0x0b, 0x11, 0x6b, 0x13, 0x42, 0x6b, 0x16, 0x42, 0x41, 0x51, 0x34, 0x14, 0x45, 0x45, 0xd3, 0x04, 0xf1, 0xb8, 0x42, 0x3a, 0xad, 0xd1, 0xd5, 0x95, 0x64, 0xc1, 0x82, 0x0e, 0x4e, 0x39, 0x65, 0x26, 0x2b, 0x57, 0x1e, 0x83, 0x61, 0x58, 0x5c, 0x7f, 0xfd, 0x1a, 0x9e, 0x7b, 0x6e, 0x28, 0x80, 0x5c, 0xb7, 0xad, 0xf1, 0xe8, 0xff, 0x7e, 0xfb, 0xc8, 0xaa, 0x93, 0xb6, 0x32, 0x21, 0x15, 0xc8, 0xf7, 0x05, 0x8f, 0x0e, 0xc0, 0x99, 0x3f, 0x81, 0xe4, 0xfb, 0x2a, 0x1e, 0xa1, 0x62, 0x11, 0x46, 0x46, 0x4c, 0xa4, 0x84, 0x74, 0x5a, 0x23, 0x16, 0x73, 0x18, 0x8e, 0x65, 0xc9, 0x6a, 0x9e, 0x90, 0xae, 0x2b, 0x24, 0x12, 0xce, 0x76, 0x2b, 0x0a, 0xe8, 0xba, 0x5a, 0x25, 0x76, 0xd3, 0xb4, 0xab, 0x84, 0x6e, 0x7b, 0x38, 0x4c, 0x85, 0xd0, 0x9d, 0x2a, 0x34, 0x1b, 0x4d, 0x73, 0x96, 0xbe, 0x02, 0xa6, 0x6a, 0x2a, 0x01, 0x15, 0xc0, 0x38, 0x34, 0x78, 0x5e, 0xdf, 0x53, 0x50, 0x8a, 0x21, 0x12, 0x09, 0x0a, 0x7b, 0xf7, 0xf2, 0xf2, 0x0d, 0x37, 0x20, 0x46, 0x47, 0x6b, 0xe0, 0x72, 0xa9, 0xd8, 0xc4, 0xa3, 0xad, 0xc7, 0x51, 0x34, 0xc0, 0x30, 0x24, 0x8e, 0xbb, 0x5b, 0x62, 0x59, 0xb6, 0x57, 0xc8, 0xb7, 0xc2, 0xf4, 0x7f, 0x84, 0x6b, 0x56, 0xc1, 0x2f, 0xfe, 0x16, 0x7a, 0x87, 0x03, 0x8c, 0x6f, 0x33, 0xc0, 0xc0, 0xf4, 0x70, 0xdd, 0x84, 0xa2, 0xeb, 0xcb, 0xbf, 0xa1, 0xeb, 0x7a, 0xdb, 0x53, 0x9d, 0x2b, 0xb8, 0x70, 0xdb, 0x0b, 0xa8, 0xb6, 0x59, 0x03, 0x02, 0xef, 0xf1, 0x2c, 0x3d, 0x6c, 0x62, 0xe9, 0x99, 0xb5, 0x9a, 0x8b, 0xa0, 0x7e, 0x33, 0xe9, 0x30, 0x6f, 0x6e, 0xbd, 0xdc, 0xbe, 0x31, 0xfc, 0x76, 0xea, 0x12, 0x59, 0xf1, 0xf8, 0x8c, 0x8e, 0x52, 0xea, 0xef, 0x87, 0xe1, 0x61, 0x94, 0x42, 0x01, 0xc5, 0xb6, 0x51, 0xa5, 0xac, 0xba, 0x44, 0xc7, 0x65, 0x7f, 0x51, 0xea, 0xec, 0x52, 0x3b, 0xaf, 0x18, 0x20, 0x85, 0xa7, 0x9f, 0x2f, 0x42, 0x38, 0x0e, 0x1a, 0x45, 0x71, 0x9e, 0x54, 0x55, 0x9d, 0x52, 0xda, 0x58, 0x0c, 0x92, 0x49, 0x85, 0x54, 0x2a, 0x46, 0x47, 0x47, 0x92, 0xd9, 0xb3, 0x5b, 0x59, 0xb2, 0x64, 0x0a, 0x4b, 0x97, 0x4e, 0xa3, 0xab, 0xab, 0x99, 0xe1, 0xe1, 0x02, 0x77, 0xdc, 0xb1, 0x8e, 0xfb, 0xee, 0xdb, 0x49, 0x36, 0xeb, 0xf7, 0x35, 0xd8, 0x23, 0x70, 0xdf, 0x26, 0x0f, 0x2a, 0xa4, 0x0f, 0x08, 0x51, 0x65, 0xb8, 0x87, 0x24, 0x01, 0x7c, 0x3a, 0xe7, 0xef, 0xfe, 0x13, 0x2e, 0x78, 0x27, 0x88, 0xb4, 0x23, 0x05, 0x6c, 0xf2, 0x79, 0x1b, 0x45, 0xb1, 0xdc, 0xfa, 0x80, 0x31, 0x6e, 0xed, 0x78, 0xfb, 0x1c, 0x20, 0x38, 0x43, 0x1b, 0xa4, 0x1b, 0x55, 0x94, 0xe8, 0xba, 0x4a, 0x2c, 0xa6, 0x62, 0xdb, 0x92, 0x44, 0x42, 0xab, 0xfe, 0xaf, 0x03, 0x18, 0x15, 0x45, 0x11, 0xd5, 0xb3, 0x5c, 0xb6, 0x88, 0xc5, 0x54, 0x14, 0xc5, 0x01, 0x84, 0xa2, 0x08, 0x57, 0x42, 0xd8, 0x55, 0x20, 0x48, 0x69, 0x93, 0x19, 0xe9, 0x65, 0xf9, 0xde, 0x4d, 0x20, 0x04, 0xf6, 0xc0, 0x00, 0xa3, 0x0f, 0x3f, 0x8c, 0x18, 0x1a, 0x42, 0xcb, 0xe7, 0x6b, 0xf4, 0x80, 0x2e, 0x73, 0x84, 0x77, 0xe8, 0x2f, 0xf3, 0xd0, 0xd4, 0x13, 0x29, 0x16, 0x6d, 0xb2, 0x59, 0x93, 0x6c, 0x56, 0x52, 0x2c, 0xda, 0x94, 0xcb, 0xa6, 0xcf, 0x51, 0x91, 0xbe, 0x00, 0xde, 0x3d, 0x03, 0x6e, 0xff, 0x73, 0xd8, 0xdc, 0xef, 0xe6, 0xd8, 0x54, 0xa4, 0x80, 0xe2, 0x53, 0x85, 0xbc, 0x54, 0xa7, 0x66, 0x32, 0xef, 0xff, 0xb4, 0xae, 0x27, 0x57, 0x64, 0x32, 0x82, 0xce, 0x05, 0x5d, 0x14, 0xba, 0xcf, 0x26, 0xb3, 0xe6, 0xfe, 0x50, 0x19, 0x7d, 0xbb, 0x36, 0x1f, 0x5d, 0x28, 0x01, 0x4e, 0xb1, 0x31, 0x42, 0x17, 0x22, 0x78, 0xa6, 0x86, 0x10, 0xf5, 0xd2, 0xa9, 0x08, 0xf0, 0x23, 0x38, 0xef, 0x67, 0x29, 0x03, 0x2c, 0xd6, 0x7a, 0x11, 0x52, 0x20, 0xb3, 0x59, 0x94, 0xa1, 0x21, 0x14, 0xd7, 0x43, 0xe5, 0xd5, 0xa1, 0xd4, 0x50, 0x67, 0xbf, 0xe4, 0x22, 0xb6, 0x73, 0x8b, 0xb6, 0xb8, 0xba, 0xff, 0x8a, 0xe2, 0xbc, 0xaa, 0xaa, 0x40, 0x55, 0x41, 0xd3, 0x14, 0x12, 0x09, 0x9d, 0x64, 0x32, 0x46, 0x4b, 0x4b, 0x82, 0x29, 0x53, 0x9a, 0xe9, 0xee, 0x6e, 0x66, 0xda, 0xb4, 0x16, 0xe6, 0xcf, 0xef, 0x66, 0xea, 0xd4, 0x56, 0x00, 0x36, 0x6c, 0xd8, 0xc7, 0xf3, 0xcf, 0xef, 0xe6, 0xa1, 0x87, 0x76, 0x72, 0xf0, 0xa0, 0x15, 0xe0, 0x7b, 0x18, 0x7a, 0x12, 0x8a, 0xde, 0x0d, 0x0a, 0xf2, 0xc8, 0x05, 0x39, 0x25, 0x38, 0x02, 0x12, 0x00, 0x09, 0x6b, 0x0e, 0xc2, 0xca, 0xff, 0x82, 0xb6, 0xcf, 0x55, 0x54, 0x2e, 0xc3, 0x90, 0x64, 0xb3, 0x12, 0xcb, 0x2a, 0x93, 0x4a, 0x29, 0xa4, 0x52, 0xb5, 0x59, 0xa2, 0x96, 0x05, 0x85, 0x82, 0xc3, 0x3d, 0x0c, 0x43, 0x41, 0xd7, 0x15, 0x34, 0xcd, 0xa6, 0x5c, 0xb6, 0x10, 0xc2, 0x91, 0x24, 0xb1, 0x98, 0x03, 0x88, 0x0a, 0xf7, 0xf7, 0xd6, 0x1c, 0xdb, 0xb6, 0x74, 0x7f, 0x16, 0x55, 0xe9, 0x32, 0xa6, 0x22, 0x39, 0x12, 0x24, 0x55, 0x18, 0xe0, 0x94, 0xe7, 0x7e, 0x84, 0x5a, 0xc8, 0xa1, 0x18, 0x06, 0x4a, 0xb9, 0x5c, 0xf5, 0xb1, 0x07, 0x71, 0xad, 0x0b, 0xf6, 0xad, 0x21, 0xdf, 0xd1, 0xcd, 0xfa, 0x8e, 0x39, 0xa4, 0x52, 0x16, 0xa9, 0x94, 0xc5, 0xf0, 0xb0, 0xc5, 0xe8, 0x28, 0x55, 0x89, 0x30, 0xf6, 0xd8, 0xb1, 0xc5, 0xf0, 0xe6, 0x6f, 0xc1, 0x4f, 0x3e, 0x04, 0x7b, 0x46, 0x3d, 0x94, 0xe6, 0x57, 0x85, 0xaa, 0x46, 0x6b, 0x32, 0x79, 0xe5, 0xa9, 0xb1, 0x58, 0xe6, 0x63, 0xa9, 0x94, 0x60, 0xda, 0xb4, 0x34, 0x2b, 0x57, 0xce, 0x66, 0xc6, 0x82, 0x8f, 0x32, 0xf4, 0xf8, 0x03, 0x08, 0x29, 0xc7, 0x59, 0x69, 0xbb, 0xd4, 0x56, 0xb6, 0x64, 0xa6, 0x93, 0xc6, 0x91, 0x70, 0x4e, 0x3a, 0x82, 0x70, 0xb9, 0xa7, 0x8a, 0x94, 0x0a, 0x42, 0x68, 0x08, 0x51, 0xe1, 0xac, 0xaa, 0xfb, 0x7e, 0x4c, 0x02, 0x38, 0x20, 0x70, 0xfe, 0xaf, 0xf2, 0xff, 0x61, 0x00, 0xa8, 0x48, 0xdd, 0xa4, 0x28, 0xf3, 0xb1, 0xfc, 0xfd, 0x28, 0xc5, 0x32, 0xaa, 0x69, 0x22, 0xdc, 0xc0, 0xdc, 0x44, 0x9b, 0xf1, 0xbc, 0xd5, 0x7e, 0x99, 0x6d, 0x99, 0x69, 0x6c, 0x4b, 0x4c, 0x41, 0xd3, 0x74, 0x74, 0x5d, 0x47, 0xd7, 0x63, 0x24, 0x12, 0x31, 0x12, 0x89, 0x04, 0xe9, 0x74, 0x92, 0x96, 0x96, 0x14, 0xcd, 0xcd, 0x29, 0xda, 0xda, 0x32, 0x4c, 0x9b, 0xd6, 0x46, 0x32, 0x19, 0x27, 0x9d, 0x4e, 0xa0, 0x69, 0x0a, 0x5b, 0xb7, 0x1e, 0xe4, 0xc0, 0x81, 0x2c, 0x1b, 0x36, 0xec, 0x67, 0xe3, 0xc6, 0x7e, 0x76, 0xef, 0x2e, 0xba, 0x05, 0x2f, 0xfe, 0x63, 0xf7, 0x53, 0x1e, 0x06, 0x6e, 0x07, 0xb8, 0xb2, 0xa1, 0x81, 0x8e, 0x21, 0x8d, 0x3c, 0x9b, 0x12, 0x10, 0x65, 0xd3, 0x1c, 0xb7, 0x6f, 0x4b, 0x12, 0xfe, 0xe2, 0x37, 0xa0, 0x2f, 0xf1, 0xda, 0xc8, 0x9a, 0x26, 0x49, 0x24, 0x20, 0x95, 0x52, 0x88, 0xc7, 0x95, 0xaa, 0x57, 0x48, 0x51, 0xa8, 0x1a, 0xc8, 0xaa, 0x2a, 0x5c, 0x57, 0xa9, 0xa8, 0x21, 0x76, 0x07, 0x14, 0x4a, 0xf5, 0x67, 0x6f, 0x17, 0x0a, 0xc7, 0xc0, 0x1e, 0xaf, 0xef, 0x3b, 0x3f, 0xd8, 0x2c, 0xcb, 0xaf, 0xe5, 0x84, 0x1d, 0xf7, 0x93, 0x1c, 0x3c, 0x88, 0xc8, 0xe7, 0x89, 0x35, 0xb8, 0x81, 0x52, 0x08, 0x1e, 0x9a, 0xba, 0x92, 0x87, 0xbb, 0x4f, 0xa1, 0x8c, 0x4e, 0x2e, 0x67, 0x31, 0x38, 0x68, 0x92, 0xcb, 0x09, 0x0a, 0x05, 0xe1, 0x3c, 0x6a, 0x4d, 0xbb, 0xfe, 0xec, 0x5d, 0xf0, 0x9f, 0x7f, 0xc3, 0xf8, 0x4a, 0x2b, 0xab, 0x56, 0x17, 0x3d, 0xa1, 0xa3, 0xb9, 0xf9, 0xa2, 0xbb, 0xd3, 0x69, 0x75, 0x6a, 0x4f, 0x4f, 0x9c, 0xd3, 0x4e, 0x9b, 0xc6, 0x3b, 0xde, 0x71, 0x12, 0x53, 0xa7, 0x36, 0xb3, 0xfe, 0xaa, 0xab, 0x89, 0xbf, 0xf0, 0xd4, 0x38, 0x50, 0xfe, 0xa8, 0xeb, 0x4c, 0x9e, 0x68, 0x9a, 0x87, 0xa6, 0x09, 0x54, 0x55, 0x71, 0xd7, 0x49, 0x23, 0x16, 0xd3, 0x50, 0x55, 0x67, 0x1b, 0x54, 0x55, 0x73, 0xf5, 0x67, 0xad, 0xaa, 0x47, 0x0b, 0xa1, 0xba, 0xaf, 0x8a, 0xe7, 0x14, 0x1e, 0x20, 0x04, 0xaf, 0x9b, 0x94, 0x92, 0x9e, 0xc2, 0x1e, 0x4e, 0xdf, 0xfc, 0x6b, 0xda, 0x0f, 0x6c, 0x45, 0x31, 0x8c, 0xaa, 0x99, 0x79, 0xa8, 0x89, 0xd0, 0x65, 0x45, 0xe3, 0x81, 0xf9, 0x67, 0xf1, 0xca, 0xdc, 0x93, 0x51, 0xf5, 0x18, 0xf1, 0x78, 0x8c, 0x54, 0x2a, 0x49, 0x32, 0x99, 0x20, 0x1e, 0x8f, 0x93, 0x4a, 0x25, 0xd1, 0x34, 0x9d, 0x44, 0x22, 0x86, 0x10, 0x0a, 0xb9, 0x9c, 0x51, 0x7d, 0xed, 0xeb, 0xcb, 0xd3, 0xdf, 0x5f, 0x60, 0xcf, 0x9e, 0x51, 0x7a, 0x7b, 0x4b, 0x0c, 0x0e, 0xda, 0xee, 0xe4, 0x21, 0xaf, 0xec, 0xb6, 0x2d, 0xf8, 0xdf, 0x3f, 0x85, 0xfd, 0x59, 0x5f, 0x02, 0x62, 0x65, 0x2f, 0x4a, 0x8c, 0xd5, 0x40, 0x94, 0x3c, 0x19, 0xb1, 0x86, 0x2f, 0x2d, 0xc4, 0xd2, 0x0e, 0x4d, 0xfd, 0xa9, 0xbc, 0x0e, 0x1b, 0xf0, 0xd4, 0x5f, 0xc2, 0x69, 0xb7, 0x82, 0x92, 0xae, 0x48, 0x82, 0x8a, 0x4d, 0x60, 0xdb, 0x92, 0x52, 0xc9, 0x24, 0x16, 0x53, 0x70, 0x9a, 0xa3, 0xa9, 0x55, 0x15, 0xa7, 0x62, 0xe4, 0x96, 0x4a, 0x8e, 0x31, 0xac, 0x28, 0xa2, 0xaa, 0x0a, 0x95, 0x4a, 0xb5, 0xf6, 0x8b, 0xaa, 0x2a, 0x2e, 0xe1, 0xd7, 0x1a, 0xbc, 0x6d, 0x4a, 0x89, 0x63, 0xe3, 0xfd, 0x4c, 0x97, 0x7d, 0x4c, 0xed, 0xdb, 0x48, 0x62, 0xef, 0x56, 0xb4, 0xd1, 0x51, 0xd4, 0x90, 0xa8, 0x6a, 0xa8, 0x5f, 0x49, 0x4a, 0xce, 0xdd, 0xfb, 0x04, 0xa7, 0x1c, 0x78, 0x89, 0x67, 0xdb, 0x16, 0xb3, 0x29, 0x31, 0x83, 0x8d, 0xc9, 0x29, 0xd8, 0xb6, 0x86, 0x6d, 0x0b, 0x4a, 0x25, 0xbf, 0x47, 0xb1, 0xf9, 0x8d, 0x70, 0xd5, 0xd3, 0xf0, 0xe3, 0x5f, 0xfb, 0xdc, 0x7c, 0x35, 0x20, 0x68, 0x69, 0xb9, 0xf0, 0xdf, 0xe2, 0x71, 0x7d, 0x6a, 0x4b, 0x8b, 0xc6, 0x92, 0x25, 0xdd, 0x9c, 0x7f, 0xfe, 0x62, 0xe6, 0xcc, 0xe9, 0x66, 0xdd, 0xba, 0x9d, 0xbc, 0x34, 0xff, 0x2c, 0x56, 0xb8, 0x00, 0xa8, 0x1c, 0x23, 0x5a, 0x8a, 0x17, 0x5a, 0x8f, 0x25, 0xae, 0xa9, 0x24, 0x93, 0x9a, 0x1b, 0x57, 0xd1, 0x48, 0x24, 0x1c, 0x62, 0xd1, 0x34, 0x07, 0x04, 0x15, 0x00, 0xa8, 0xaa, 0xee, 0xbe, 0x57, 0xab, 0xa7, 0x03, 0x84, 0x31, 0xe2, 0x1f, 0x7b, 0x1d, 0x23, 0x7e, 0x55, 0x5a, 0x74, 0x94, 0x0e, 0xd2, 0x32, 0xb4, 0x93, 0xb6, 0xed, 0xcf, 0x90, 0xda, 0xba, 0x0e, 0x3d, 0x97, 0x43, 0x75, 0x55, 0x9d, 0xc3, 0xad, 0x00, 0x88, 0xd9, 0x26, 0x6f, 0xdc, 0xfc, 0x00, 0xf9, 0x5d, 0x4f, 0xf3, 0xca, 0x9c, 0x65, 0xec, 0x99, 0xba, 0x80, 0x61, 0x66, 0x90, 0xb3, 0x15, 0x0c, 0x03, 0x06, 0x07, 0xc7, 0x3a, 0xb8, 0xe4, 0xf3, 0x8e, 0x43, 0x44, 0x55, 0x55, 0x46, 0x46, 0xca, 0x8c, 0x8c, 0x94, 0xc9, 0x66, 0x0d, 0x46, 0x46, 0x2a, 0x31, 0xa4, 0x20, 0xad, 0x26, 0xbb, 0x1e, 0xf6, 0x97, 0x3c, 0xde, 0x25, 0x19, 0x90, 0xde, 0xd1, 0x48, 0xf3, 0x35, 0x0e, 0x55, 0x05, 0xf2, 0xb8, 0xdd, 0xee, 0x7e, 0x05, 0xa6, 0xfe, 0x0d, 0x1c, 0xf3, 0x8d, 0xb1, 0xe4, 0x3a, 0xc7, 0xcd, 0xe9, 0x18, 0xad, 0x8e, 0x81, 0xa9, 0x69, 0x12, 0xd3, 0x04, 0x4d, 0xb3, 0x50, 0x14, 0xe1, 0x7a, 0x88, 0xc6, 0x80, 0xa0, 0x69, 0x60, 0x59, 0x36, 0x96, 0x55, 0x51, 0x3b, 0xc6, 0x5f, 0xbe, 0x55, 0xe4, 0xe9, 0x10, 0x79, 0x3a, 0xf4, 0x02, 0xed, 0x5a, 0x91, 0x26, 0x3b, 0x8b, 0x31, 0x50, 0xe2, 0x40, 0xae, 0xc0, 0x01, 0x23, 0x83, 0x25, 0x16, 0x23, 0x9a, 0x1c, 0x5d, 0xb4, 0x56, 0xc4, 0xdb, 0x35, 0xef, 0xc7, 0x38, 0xa0, 0xac, 0xea, 0xaa, 0x42, 0xb8, 0xc4, 0x62, 0xda, 0xcc, 0x19, 0xdd, 0xc5, 0x4c, 0xf6, 0xb0, 0x57, 0x69, 0x67, 0x7f, 0x3c, 0xc3, 0x5e, 0x3b, 0x4d, 0x9f, 0xd5, 0xc2, 0xa8, 0x9d, 0xf2, 0x2c, 0xc5, 0xec, 0x8f, 0x41, 0xcf, 0x83, 0xb0, 0x7f, 0x38, 0x20, 0xd4, 0x2f, 0x33, 0x99, 0xbf, 0xf8, 0x33, 0x5d, 0x8f, 0x5f, 0xd8, 0xdc, 0xac, 0x31, 0x6f, 0x5e, 0x2b, 0xe7, 0x9d, 0xb7, 0x80, 0xe3, 0x8f, 0x9f, 0xc9, 0xee, 0xdd, 0x03, 0x3c, 0xfe, 0xf8, 0x76, 0x5e, 0x2a, 0x77, 0x32, 0x2d, 0x3d, 0x95, 0xe9, 0xb9, 0x7d, 0x63, 0x49, 0x6f, 0xcd, 0x4b, 0xc8, 0x1b, 0x2a, 0x3a, 0x82, 0x62, 0x51, 0xa2, 0x69, 0x36, 0xb6, 0x6d, 0x61, 0x59, 0x02, 0xa7, 0x9e, 0xde, 0x72, 0x4f, 0xd3, 0xe5, 0xfc, 0x06, 0x42, 0x68, 0x1e, 0xe2, 0x1f, 0xe3, 0xfe, 0x5e, 0xe2, 0x4f, 0x99, 0x39, 0x32, 0x76, 0x8e, 0xb4, 0x5d, 0xa0, 0xc9, 0xce, 0xd2, 0x6c, 0x8d, 0x62, 0xe6, 0xf3, 0xe4, 0xf3, 0x05, 0x72, 0xe5, 0x26, 0xec, 0xce, 0xe5, 0x28, 0x5d, 0xae, 0xc3, 0x01, 0xc7, 0x8e, 0xaa, 0xd8, 0x53, 0xc1, 0xa7, 0xf4, 0xac, 0xa7, 0xac, 0xf1, 0xce, 0x55, 0xae, 0x29, 0xa5, 0x23, 0xc1, 0xe4, 0x48, 0x91, 0xa6, 0xe1, 0x97, 0x68, 0x52, 0xd6, 0x31, 0x9c, 0x6a, 0x27, 0x9f, 0xee, 0x62, 0x98, 0x0c, 0xf9, 0x58, 0x13, 0x39, 0x25, 0x43, 0xa9, 0x24, 0x11, 0xc2, 0xa1, 0x85, 0x52, 0xc9, 0xa6, 0x54, 0x72, 0x00, 0xe1, 0xc4, 0x8e, 0xa4, 0x2f, 0xef, 0xaf, 0x02, 0x84, 0x7d, 0xcf, 0x7a, 0x82, 0x69, 0x41, 0x31, 0x98, 0x46, 0xfb, 0xcd, 0xca, 0xc3, 0x30, 0x82, 0xbd, 0x51, 0xc8, 0x1f, 0xfc, 0x1f, 0x7c, 0xb8, 0x1b, 0xa6, 0x7d, 0xb1, 0xf6, 0x3e, 0x54, 0x17, 0x08, 0x16, 0xba, 0xee, 0x18, 0xb1, 0x8e, 0x68, 0x07, 0x4d, 0x1b, 0xf3, 0xe8, 0x54, 0xd4, 0xa1, 0x52, 0xc9, 0x21, 0xce, 0x0a, 0x28, 0x2a, 0x71, 0x85, 0xca, 0x2d, 0xec, 0x27, 0xc1, 0x7e, 0x12, 0x50, 0xc0, 0x43, 0xe0, 0x38, 0xb9, 0x8b, 0x9a, 0x84, 0xa4, 0xe3, 0xc1, 0x91, 0xd2, 0x46, 0x51, 0x2a, 0xc4, 0x6e, 0x55, 0x5f, 0xbd, 0xef, 0x1d, 0x43, 0xdc, 0xf9, 0x0e, 0xc7, 0x58, 0x13, 0x1e, 0xfd, 0x59, 0x41, 0x55, 0x35, 0x4c, 0x13, 0xf2, 0x79, 0x49, 0xd6, 0x80, 0x82, 0xe1, 0x77, 0xa3, 0xab, 0x6d, 0x70, 0xc9, 0x95, 0x70, 0xfd, 0x0f, 0xfc, 0x09, 0x73, 0xa9, 0xd4, 0x9b, 0x17, 0x26, 0x93, 0x6d, 0x7f, 0x9d, 0x4e, 0xab, 0xcc, 0x9a, 0xd5, 0xcc, 0x59, 0x67, 0xcd, 0x63, 0xc5, 0x8a, 0x63, 0x18, 0x18, 0xc8, 0xf3, 0xd0, 0x43, 0x2f, 0xf3, 0xe2, 0x8b, 0xbd, 0xec, 0xd9, 0x93, 0xe5, 0xae, 0xf4, 0x72, 0xde, 0x9f, 0xbb, 0xdd, 0x51, 0x1b, 0x84, 0xc6, 0xbd, 0xb1, 0xc5, 0x6e, 0x52, 0xa8, 0x44, 0x55, 0x2d, 0x14, 0x05, 0x54, 0xd5, 0x91, 0xf0, 0x42, 0x18, 0x2e, 0x71, 0xab, 0x81, 0xa7, 0x57, 0xf7, 0x1f, 0xb3, 0x01, 0xc6, 0x52, 0x9a, 0x1d, 0x35, 0x2e, 0xe6, 0xa4, 0x01, 0x7a, 0x3d, 0x67, 0x9a, 0x44, 0xaa, 0x63, 0x36, 0x54, 0x65, 0x9d, 0x6a, 0x4f, 0x13, 0x29, 0x2d, 0x6c, 0xdb, 0x11, 0x70, 0x0e, 0x08, 0x2c, 0x8f, 0xf7, 0xad, 0x36, 0x46, 0x38, 0x06, 0x44, 0xc7, 0x66, 0xb1, 0x6d, 0x05, 0x4d, 0xd3, 0x10, 0xb6, 0x86, 0x35, 0xa4, 0x20, 0xa5, 0x13, 0x1f, 0xb2, 0xed, 0x5c, 0xcd, 0x7d, 0x1b, 0x86, 0xac, 0xd4, 0x05, 0x51, 0x28, 0xd8, 0x9e, 0x62, 0x77, 0xff, 0xf1, 0xdc, 0x8b, 0x1e, 0xab, 0x58, 0xa9, 0xa3, 0xf3, 0x47, 0xce, 0x9c, 0x98, 0x28, 0x00, 0xbc, 0x2e, 0x3e, 0xcb, 0xf3, 0x6a, 0xc2, 0x75, 0x3f, 0x82, 0x0f, 0x0b, 0x98, 0xf6, 0x79, 0xe7, 0xf7, 0xa2, 0x26, 0xde, 0xe6, 0xb8, 0x19, 0x6d, 0xd7, 0x46, 0x70, 0x54, 0x22, 0x21, 0x4c, 0x8f, 0x6d, 0x60, 0x55, 0x09, 0xd1, 0xe1, 0xc8, 0x8e, 0xde, 0x2f, 0xc4, 0x58, 0xa0, 0x2c, 0xca, 0xb8, 0xaf, 0xe5, 0x4a, 0x0e, 0x08, 0x6c, 0x7b, 0x2c, 0x35, 0xc6, 0xf1, 0x14, 0x8d, 0x05, 0x4b, 0x15, 0x45, 0xba, 0x1e, 0x0a, 0xe9, 0xa6, 0x71, 0x08, 0xf7, 0xe7, 0xb1, 0x6b, 0x0a, 0x31, 0x66, 0xa8, 0x6b, 0x9a, 0xc0, 0x34, 0xfd, 0x9b, 0xdd, 0x75, 0x29, 0x68, 0xb7, 0x38, 0x9a, 0x4f, 0x65, 0x5d, 0x3a, 0xb4, 0x74, 0x7a, 0xe9, 0x37, 0x52, 0x29, 0x25, 0x3e, 0x65, 0x4a, 0x92, 0x15, 0x2b, 0x66, 0xb0, 0x62, 0xc5, 0x1c, 0x76, 0xed, 0x1a, 0xe4, 0xee, 0xbb, 0xd7, 0xf1, 0xcc, 0x33, 0xbb, 0xd9, 0xb7, 0x6f, 0x94, 0x6c, 0xb6, 0xcc, 0x4e, 0x63, 0x0e, 0x97, 0x28, 0x2d, 0xf4, 0xd8, 0xc3, 0x3c, 0xa4, 0x2f, 0x60, 0x7f, 0x3e, 0x0e, 0xd8, 0x08, 0x21, 0x3d, 0x3a, 0xbb, 0xed, 0x12, 0x89, 0x70, 0x0d, 0xde, 0xb1, 0xfd, 0x14, 0xc2, 0xf2, 0x79, 0x7e, 0x84, 0xe7, 0xb3, 0x61, 0x19, 0xc8, 0xfe, 0x75, 0xa3, 0x86, 0x91, 0x7a, 0xd7, 0xc9, 0x61, 0x14, 0x96, 0x87, 0x79, 0x58, 0xbe, 0xb5, 0x94, 0x35, 0x2e, 0xe8, 0x5a, 0xa3, 0x5b, 0x71, 0xef, 0x55, 0x75, 0x81, 0xe0, 0xcd, 0x24, 0xb1, 0x5d, 0x50, 0x2b, 0xee, 0xdf, 0x05, 0x52, 0x2a, 0x6e, 0x50, 0x54, 0xb8, 0x4d, 0xd7, 0xc2, 0xac, 0xb7, 0xc2, 0x5e, 0xd8, 0x78, 0xb0, 0x4e, 0x8d, 0x46, 0xa3, 0xf3, 0x26, 0xe4, 0xe1, 0xa8, 0x40, 0x0a, 0xe3, 0xfa, 0xcf, 0x5c, 0xf7, 0x63, 0xb8, 0x6a, 0x00, 0x8e, 0xfd, 0x07, 0x50, 0x32, 0xe3, 0x37, 0x41, 0x78, 0xa4, 0xc2, 0x98, 0xdb, 0xb6, 0x22, 0x09, 0x2a, 0x6e, 0xb3, 0xca, 0x65, 0x84, 0x9b, 0x9c, 0x2b, 0xa5, 0x74, 0x17, 0x56, 0x7a, 0x8a, 0x32, 0xa4, 0x6b, 0x4b, 0xd8, 0x55, 0xdf, 0xbf, 0xd7, 0x10, 0x1f, 0xfb, 0x5d, 0x50, 0xf6, 0x82, 0xed, 0x5e, 0xc7, 0x76, 0xa5, 0x8f, 0xa3, 0xaa, 0xc5, 0x62, 0x4e, 0x55, 0x9b, 0xc3, 0x79, 0x9d, 0xff, 0x71, 0xfc, 0xd5, 0x4a, 0x35, 0x8d, 0xa3, 0x36, 0x6c, 0xa5, 0xf7, 0xc0, 0x59, 0xcb, 0xe0, 0x81, 0x67, 0x2b, 0x14, 0xd8, 0xd9, 0xf9, 0x9e, 0x2f, 0x27, 0x12, 0xb1, 0x39, 0xed, 0xed, 0x09, 0x8e, 0x3d, 0xb6, 0x83, 0xae, 0xae, 0x0c, 0x0f, 0x3e, 0xf8, 0x32, 0x4f, 0x3c, 0xb1, 0x83, 0xcd, 0x9b, 0x07, 0x18, 0x1a, 0x2a, 0x53, 0x2a, 0x39, 0xaa, 0x9e, 0x6d, 0x2b, 0xfc, 0xb5, 0xf2, 0x76, 0x12, 0xa2, 0xc4, 0xb0, 0x9d, 0xa0, 0x98, 0x57, 0x02, 0x3c, 0x76, 0x61, 0xf5, 0x23, 0xd2, 0x13, 0x08, 0xf4, 0x6f, 0x89, 0x20, 0xbc, 0x2f, 0x94, 0x6c, 0x88, 0x59, 0xd6, 0x12, 0x76, 0x58, 0xfa, 0x7e, 0x54, 0xca, 0x7f, 0x54, 0x1b, 0x28, 0x2f, 0xc0, 0xa5, 0x47, 0x22, 0x39, 0x9f, 0x73, 0x68, 0x43, 0x09, 0xe1, 0xfe, 0x07, 0x5e, 0xf0, 0xb8, 0x3e, 0xad, 0x10, 0xe2, 0x6f, 0x14, 0x04, 0x1c, 0x42, 0x36, 0x68, 0xe0, 0xa0, 0x08, 0x73, 0xcc, 0x10, 0xfc, 0xf1, 0xbd, 0x70, 0xda, 0x36, 0x38, 0xe7, 0x1f, 0x20, 0x79, 0x7c, 0x78, 0x6d, 0xc4, 0xd8, 0xe2, 0x3a, 0x71, 0x15, 0x19, 0x52, 0x47, 0xc1, 0xf8, 0x7c, 0xa9, 0xba, 0x9f, 0x55, 0xa2, 0xd2, 0x3f, 0x6a, 0xf2, 0xa4, 0x1c, 0xef, 0x92, 0xc4, 0xc9, 0xed, 0xb2, 0xd1, 0x75, 0x51, 0x0d, 0xe2, 0x39, 0xf1, 0x38, 0xe1, 0x82, 0x04, 0x57, 0x27, 0xf5, 0x1f, 0xd3, 0x4f, 0x02, 0xd6, 0x03, 0xc5, 0xb6, 0xb6, 0xab, 0xdf, 0x94, 0x48, 0x34, 0x9f, 0x1f, 0x8f, 0xab, 0xa8, 0xaa, 0x60, 0xe7, 0xce, 0x61, 0x9e, 0x79, 0x66, 0x1f, 0xfb, 0xf6, 0x15, 0xc9, 0x66, 0x2d, 0x57, 0x02, 0x7a, 0xf3, 0xcf, 0x34, 0xfa, 0x69, 0xc2, 0x19, 0x1c, 0xef, 0xdf, 0xaf, 0xa0, 0x6c, 0x05, 0x41, 0x74, 0x09, 0xb5, 0xd2, 0x40, 0xfd, 0x49, 0x58, 0x83, 0x3b, 0x49, 0xfd, 0x1e, 0x03, 0x82, 0xf0, 0x91, 0xcd, 0x84, 0x64, 0x3c, 0x37, 0x5a, 0xd7, 0x14, 0x94, 0xcf, 0x18, 0x74, 0x1f, 0x1b, 0x5f, 0x68, 0xa0, 0x0e, 0xa3, 0xde, 0xcc, 0x39, 0x0e, 0x45, 0x05, 0xc2, 0x97, 0x61, 0x67, 0xfb, 0xd4, 0x20, 0x0f, 0x10, 0x1e, 0xdf, 0x06, 0x8f, 0x7f, 0x18, 0xae, 0xbe, 0x02, 0x66, 0xff, 0x99, 0xc3, 0x29, 0xa9, 0x43, 0xb4, 0xa2, 0xce, 0x65, 0xa3, 0xf2, 0x7f, 0x64, 0x40, 0x54, 0xd3, 0x9b, 0xd9, 0xec, 0xdf, 0x9c, 0xb1, 0xb5, 0xa8, 0x44, 0x7e, 0x2d, 0xcb, 0x29, 0xf2, 0x31, 0x4d, 0xc7, 0x18, 0xb7, 0x6d, 0x85, 0x58, 0x4c, 0x54, 0xa3, 0xd6, 0x8a, 0x22, 0xd1, 0x34, 0x35, 0x20, 0x6d, 0xa7, 0x6d, 0x11, 0xa0, 0x27, 0x12, 0x27, 0x4f, 0x53, 0x94, 0x59, 0x9f, 0x28, 0x16, 0x6d, 0x8a, 0x45, 0x9b, 0x03, 0x07, 0xca, 0xae, 0x1e, 0x5b, 0xb9, 0xa6, 0x16, 0x41, 0x6c, 0xfe, 0x0c, 0xf0, 0x20, 0x80, 0xd7, 0x2b, 0x97, 0x56, 0x68, 0xac, 0x03, 0xa5, 0x5f, 0x32, 0x48, 0x5f, 0x2c, 0x49, 0x09, 0xe0, 0xf6, 0x96, 0x8f, 0xf8, 0xc3, 0xc6, 0x38, 0xf8, 0x33, 0xcb, 0xa3, 0xf2, 0xe2, 0x82, 0xea, 0x60, 0xea, 0xdd, 0xbb, 0x99, 0x83, 0xa7, 0x5f, 0x89, 0x70, 0xca, 0x84, 0xe5, 0x45, 0x85, 0x4e, 0x1d, 0x6d, 0xd4, 0x0d, 0x1a, 0x34, 0xe5, 0xc5, 0xbf, 0x3a, 0xe6, 0xf8, 0xf0, 0xe3, 0x4d, 0xbf, 0x82, 0xf4, 0x3d, 0x70, 0xd9, 0x1b, 0x61, 0xe6, 0xa5, 0x90, 0x5a, 0x3c, 0x31, 0x81, 0x23, 0x42, 0x80, 0x20, 0x22, 0xb2, 0x90, 0x45, 0x44, 0x69, 0x81, 0x77, 0xa1, 0x6b, 0x81, 0x53, 0xf1, 0x3e, 0x99, 0x66, 0xc5, 0x83, 0xe1, 0x78, 0xaa, 0x1c, 0x17, 0xac, 0x74, 0x6d, 0x96, 0xa0, 0x7b, 0x8c, 0x4f, 0x81, 0x64, 0x5c, 0xd3, 0x56, 0x7f, 0x2e, 0x9b, 0x15, 0x49, 0xe7, 0x3b, 0x08, 0x10, 0xe1, 0xe3, 0x2a, 0x0f, 0x03, 0x88, 0xcd, 0x26, 0xb8, 0x95, 0x65, 0x58, 0x99, 0xec, 0x91, 0x9e, 0x0e, 0x15, 0x56, 0x93, 0x1e, 0x14, 0x95, 0x96, 0x11, 0xd2, 0x38, 0x4a, 0x12, 0x34, 0x22, 0xa5, 0xc2, 0x7e, 0xd7, 0xf7, 0xa2, 0x3b, 0xf5, 0x32, 0xa8, 0x0e, 0x22, 0x6a, 0xd6, 0x74, 0x68, 0xeb, 0x7b, 0xf5, 0x08, 0xac, 0x14, 0x11, 0xac, 0x47, 0x80, 0x61, 0xc3, 0xda, 0xad, 0xf0, 0xe8, 0x3d, 0x30, 0xf2, 0x08, 0xc4, 0x06, 0x41, 0x53, 0x41, 0x6f, 0x03, 0x71, 0x04, 0x5b, 0x0d, 0x84, 0x89, 0xfa, 0x28, 0xfd, 0x54, 0x19, 0x97, 0x66, 0x20, 0xa5, 0x70, 0x4f, 0x50, 0x14, 0x05, 0x55, 0x55, 0xab, 0x09, 0x9b, 0x4e, 0xf2, 0xa6, 0xbf, 0x05, 0xbf, 0xd0, 0x12, 0x89, 0x63, 0xda, 0xcb, 0xe5, 0xf6, 0x15, 0x86, 0x21, 0x7c, 0x7f, 0x8f, 0xe2, 0xc8, 0x51, 0x4b, 0xa8, 0x44, 0x10, 0x7d, 0xbd, 0xa6, 0xc7, 0x13, 0x0d, 0x61, 0x45, 0x35, 0xc1, 0x6b, 0xa4, 0x9b, 0x65, 0x18, 0x77, 0x8f, 0xaa, 0x34, 0xad, 0xd7, 0x8d, 0x26, 0xec, 0x19, 0xd6, 0xff, 0x16, 0xb6, 0xec, 0xa2, 0xb6, 0xb5, 0x8b, 0x11, 0x71, 0xfa, 0x3b, 0x60, 0xd8, 0x87, 0xea, 0x05, 0xaa, 0xe7, 0x15, 0xb2, 0x22, 0x56, 0xc8, 0x83, 0xbe, 0x67, 0xb7, 0xc2, 0xb3, 0xbb, 0x80, 0x9f, 0x3b, 0xf3, 0x43, 0x4f, 0x9c, 0x07, 0xd3, 0xe7, 0x43, 0xeb, 0x74, 0x48, 0xf7, 0x38, 0x35, 0x01, 0x7a, 0x33, 0x68, 0x99, 0x60, 0xb1, 0x4d, 0x1d, 0xb1, 0x1e, 0xb4, 0xb1, 0xb6, 0x01, 0xb6, 0x09, 0x86, 0x9b, 0xcc, 0x6e, 0x16, 0x41, 0x89, 0x83, 0xa2, 0x41, 0xac, 0xb9, 0x96, 0x0d, 0x0b, 0xd7, 0x26, 0x71, 0x8c, 0x34, 0x4d, 0x73, 0xe2, 0x17, 0x8e, 0x14, 0xb0, 0xab, 0x51, 0xec, 0x1a, 0x6b, 0x43, 0x51, 0x92, 0x86, 0xd1, 0xba, 0xd0, 0xb2, 0x0a, 0x5b, 0x3d, 0xd9, 0x96, 0xb2, 0x12, 0x62, 0xf3, 0xe8, 0xd9, 0x95, 0x50, 0x94, 0x9b, 0x7d, 0x69, 0xbb, 0x67, 0xf5, 0xbd, 0x32, 0xd6, 0x99, 0x30, 0xe8, 0x41, 0x04, 0xa0, 0xc8, 0xb1, 0xaa, 0xc5, 0x9a, 0x9f, 0x19, 0xbb, 0x5e, 0x23, 0xc9, 0x6f, 0x35, 0xdb, 0x28, 0x7c, 0xf6, 0x80, 0xf0, 0x69, 0x17, 0xa2, 0xf6, 0xbe, 0x6a, 0x4a, 0x0d, 0x44, 0xc8, 0xba, 0x4b, 0x1f, 0x81, 0x7b, 0xee, 0x53, 0x09, 0x79, 0x5f, 0xef, 0x19, 0x84, 0x84, 0xa7, 0x9e, 0x27, 0xb8, 0xd8, 0xdf, 0xf2, 0x81, 0x22, 0x48, 0x15, 0xb2, 0x8f, 0x84, 0x17, 0xa8, 0x11, 0x10, 0x08, 0xa2, 0x4b, 0x04, 0x5d, 0xd1, 0x54, 0xb0, 0x61, 0xcd, 0x7a, 0x60, 0x13, 0xb5, 0xb5, 0x9c, 0x0a, 0x24, 0x74, 0xe8, 0x6a, 0x71, 0xd2, 0x69, 0x75, 0x0d, 0x52, 0x09, 0x67, 0xa3, 0xd2, 0x69, 0x37, 0xbb, 0x32, 0xe9, 0xf0, 0xe3, 0x4a, 0xc4, 0x2c, 0x57, 0x00, 0x5b, 0x3a, 0xd2, 0x26, 0x5f, 0x86, 0x42, 0x19, 0xca, 0x36, 0x0c, 0x16, 0x43, 0x58, 0xbe, 0xbb, 0xba, 0x99, 0x04, 0x2c, 0x99, 0x0b, 0x0b, 0x4e, 0x84, 0xee, 0x13, 0xdc, 0x90, 0x98, 0x9b, 0xab, 0x64, 0x51, 0x2e, 0x0b, 0x92, 0x49, 0xe1, 0x26, 0xe5, 0x05, 0x89, 0x78, 0x89, 0x6d, 0x0b, 0x09, 0xd7, 0x7e, 0x19, 0x28, 0x12, 0xdc, 0x86, 0xc4, 0x5f, 0x4a, 0xe9, 0x9f, 0x07, 0xec, 0x7d, 0x0d, 0x2a, 0xe4, 0x8e, 0x8a, 0xc3, 0x04, 0x75, 0x74, 0x93, 0x87, 0xa9, 0xef, 0x84, 0x89, 0xc8, 0x46, 0x59, 0xb5, 0x6c, 0x20, 0x18, 0xe5, 0xaf, 0x54, 0xb3, 0x09, 0x1f, 0x85, 0x05, 0xb5, 0x03, 0xfe, 0x82, 0x7a, 0x1f, 0xf9, 0xb9, 0xbd, 0xd5, 0x88, 0xfa, 0x73, 0xa8, 0x12, 0x40, 0xfa, 0x12, 0x90, 0xea, 0xc9, 0x53, 0xff, 0x43, 0xd8, 0xee, 0x66, 0x5b, 0x9e, 0xbc, 0x22, 0xb3, 0x76, 0xf3, 0x8b, 0x06, 0xec, 0x2a, 0x46, 0xc8, 0x7a, 0x02, 0x64, 0x73, 0xbd, 0xcd, 0x14, 0x3e, 0x17, 0x91, 0x80, 0x6c, 0x09, 0x9e, 0x7c, 0xde, 0x39, 0x17, 0x4d, 0x87, 0xf3, 0xdf, 0x0d, 0xa9, 0x69, 0x95, 0x8f, 0x19, 0x86, 0xa4, 0x58, 0x94, 0xc4, 0x62, 0xb8, 0x3e, 0xeb, 0xa0, 0xb0, 0x7c, 0xd5, 0x15, 0xa7, 0x78, 0xf2, 0xa6, 0xbc, 0x0a, 0xbf, 0x15, 0x42, 0x14, 0x66, 0x80, 0x94, 0xd4, 0x82, 0x6d, 0xa9, 0x40, 0x4b, 0x3f, 0xa8, 0x46, 0x5a, 0x1e, 0x22, 0x00, 0x1a, 0x05, 0x82, 0x6f, 0xfd, 0x1a, 0x02, 0x40, 0xd4, 0xa0, 0xc1, 0x20, 0x3a, 0xf2, 0x83, 0x59, 0xd6, 0x01, 0x80, 0x1f, 0x04, 0x66, 0x88, 0x17, 0x48, 0x1e, 0x8e, 0x17, 0x28, 0xca, 0x20, 0xf6, 0x4b, 0x01, 0xea, 0x70, 0xff, 0x8a, 0x71, 0xa2, 0x7b, 0x1e, 0xa6, 0xd1, 0xc6, 0x58, 0x4a, 0xb8, 0xad, 0x11, 0xe8, 0xbe, 0x10, 0x1e, 0xee, 0x1b, 0xa5, 0xcc, 0x02, 0x1b, 0xb7, 0x42, 0xef, 0xbf, 0xc1, 0x55, 0x7f, 0x0e, 0x2d, 0x0b, 0x1c, 0x55, 0xc8, 0xa6, 0x5c, 0x76, 0x22, 0x94, 0x42, 0x84, 0xf9, 0xbd, 0xcb, 0x59, 0x1f, 0x00, 0x82, 0xaa, 0x05, 0xbd, 0xeb, 0x61, 0x06, 0x70, 0x76, 0xd3, 0xb3, 0xc1, 0x51, 0xa3, 0xa5, 0xea, 0x0d, 0x15, 0x3c, 0x52, 0xb6, 0x5c, 0x1d, 0xc6, 0xd1, 0x90, 0x91, 0x21, 0x23, 0x7c, 0xae, 0x04, 0x10, 0x79, 0xd0, 0x7b, 0xaf, 0x74, 0x08, 0x6a, 0xfc, 0x55, 0x26, 0xba, 0xf9, 0xd7, 0x11, 0x8b, 0x03, 0xc8, 0x08, 0x97, 0x8c, 0x37, 0x02, 0xd3, 0x48, 0xdc, 0xc0, 0x6b, 0xbd, 0x87, 0xb5, 0x3a, 0x09, 0xf3, 0xef, 0x29, 0x75, 0xa2, 0x30, 0x61, 0xd2, 0x21, 0xaa, 0xdb, 0xb4, 0x67, 0xa3, 0x87, 0x8a, 0x70, 0xcb, 0x37, 0xe1, 0x7d, 0x5f, 0x86, 0x58, 0x3b, 0x54, 0x5b, 0x76, 0x7a, 0x02, 0x74, 0x8a, 0xcf, 0xee, 0x28, 0xf6, 0x51, 0xbf, 0xab, 0x75, 0x4d, 0xeb, 0x6c, 0xcf, 0xcf, 0x4a, 0x80, 0x0a, 0xa9, 0x04, 0xb8, 0x5e, 0x64, 0x1d, 0x42, 0x39, 0x9c, 0x76, 0xe6, 0xf5, 0x1c, 0x1a, 0xf5, 0xfa, 0xb3, 0x36, 0xda, 0x4a, 0x9e, 0x06, 0x9e, 0x23, 0xec, 0xf3, 0xfe, 0x81, 0x84, 0x7e, 0x09, 0x10, 0x64, 0xf8, 0xd6, 0x8d, 0x01, 0x1c, 0x4a, 0x32, 0x5c, 0x54, 0xdd, 0x2b, 0x75, 0xb8, 0x95, 0x3d, 0x3e, 0x72, 0x5c, 0xb7, 0x2d, 0xe2, 0x44, 0x75, 0xd0, 0x89, 0x6c, 0x94, 0x12, 0xec, 0x16, 0xea, 0x2f, 0xc2, 0x73, 0xdf, 0x87, 0xd3, 0xfe, 0x0a, 0x54, 0x37, 0xd2, 0x8c, 0x27, 0x02, 0xed, 0xff, 0xea, 0x7c, 0x7f, 0x84, 0x4a, 0x26, 0x03, 0xa2, 0x5b, 0x5e, 0x82, 0x57, 0xdd, 0x4d, 0xab, 0xbc, 0xd6, 0xab, 0x62, 0x89, 0xd2, 0x93, 0xeb, 0xd9, 0x6c, 0x62, 0x82, 0x20, 0xa0, 0xc1, 0x90, 0x2f, 0x75, 0xf2, 0x54, 0x0e, 0xf7, 0x35, 0xc8, 0xcf, 0x6f, 0x86, 0x80, 0xc0, 0x7c, 0x35, 0x6c, 0x00, 0x42, 0x62, 0xec, 0x76, 0x1d, 0xc4, 0xfb, 0x25, 0x80, 0x1a, 0xa0, 0xfe, 0xd4, 0x8b, 0x92, 0x34, 0x62, 0x84, 0x85, 0x49, 0x01, 0xd9, 0xb8, 0x4f, 0xef, 0xbe, 0x35, 0x70, 0x72, 0x2f, 0xc4, 0xa6, 0x48, 0x29, 0x50, 0x14, 0x85, 0x78, 0x5c, 0x0d, 0xe0, 0x01, 0x02, 0x18, 0xda, 0x1e, 0x12, 0x56, 0x0d, 0xe3, 0x42, 0xde, 0xf5, 0x33, 0x7c, 0xea, 0x93, 0x60, 0xe2, 0x93, 0x35, 0xa1, 0xf1, 0xa9, 0x9a, 0x62, 0x02, 0xbf, 0x6b, 0xd4, 0x49, 0x2f, 0x26, 0x70, 0x2f, 0x61, 0x84, 0x1e, 0xf5, 0x59, 0x3b, 0x44, 0x83, 0x88, 0x1a, 0xfe, 0x17, 0xd5, 0x28, 0xe0, 0x90, 0x6b, 0x82, 0x83, 0x54, 0x21, 0x11, 0x12, 0x25, 0xa6, 0x0e, 0x00, 0x1a, 0x6d, 0x77, 0x58, 0xaf, 0x19, 0x6e, 0xbd, 0xcd, 0x08, 0x0a, 0x7f, 0x46, 0x05, 0x05, 0x3c, 0x86, 0xec, 0xc1, 0x87, 0x60, 0xfa, 0xbb, 0x2a, 0xa9, 0xd2, 0x9a, 0xe6, 0x4f, 0xca, 0xab, 0x7c, 0xe5, 0xee, 0x6d, 0x3e, 0xbd, 0x36, 0xac, 0x6b, 0x83, 0x19, 0x21, 0x8a, 0xa3, 0xf4, 0x6c, 0x59, 0xc7, 0x17, 0x3c, 0xd1, 0x91, 0xb2, 0x13, 0x19, 0x45, 0xd5, 0x08, 0x93, 0x99, 0x88, 0xd7, 0x30, 0xea, 0x1e, 0x65, 0x88, 0x66, 0x11, 0xc6, 0x40, 0x83, 0x6c, 0x82, 0xba, 0x7e, 0xff, 0x23, 0xe5, 0x05, 0x8a, 0x02, 0x01, 0x21, 0xa8, 0x53, 0x02, 0x24, 0x80, 0x42, 0x63, 0x0d, 0x6f, 0xeb, 0x19, 0x66, 0x8d, 0x6e, 0xa8, 0x8c, 0x90, 0x00, 0xbe, 0xf6, 0x87, 0x23, 0x9b, 0x61, 0xba, 0x5b, 0xa8, 0xa3, 0xb8, 0x19, 0x8b, 0xe3, 0x34, 0x2b, 0x13, 0xd6, 0x6e, 0xf3, 0x18, 0xb2, 0x16, 0x01, 0x23, 0x93, 0x7c, 0x46, 0x6e, 0x58, 0x12, 0x8d, 0x64, 0x62, 0x43, 0x04, 0x65, 0x83, 0xbf, 0xe3, 0x10, 0x08, 0x9e, 0x43, 0xfc, 0x3b, 0x87, 0x70, 0x4f, 0xf5, 0xe6, 0xb0, 0x41, 0xc8, 0x28, 0xaa, 0x88, 0xb3, 0x21, 0xee, 0x7f, 0x24, 0x54, 0xa0, 0x20, 0x10, 0x48, 0xc2, 0xeb, 0x32, 0xbd, 0xed, 0x16, 0xac, 0x08, 0x8e, 0x1f, 0xd5, 0x90, 0x56, 0x84, 0x70, 0xcd, 0x43, 0x35, 0xfc, 0x82, 0xab, 0xce, 0x19, 0xd8, 0xe1, 0xd4, 0x2a, 0x28, 0x24, 0x93, 0xaa, 0x5b, 0xb3, 0xec, 0xdf, 0xab, 0x91, 0x4d, 0x30, 0x5a, 0xf4, 0xf9, 0xfb, 0xad, 0x10, 0x83, 0xcd, 0xf4, 0x00, 0x25, 0xa8, 0x79, 0x95, 0x20, 0xb8, 0x09, 0x56, 0xa3, 0x04, 0x25, 0x0f, 0x71, 0x0d, 0x7e, 0x1f, 0x40, 0xa9, 0x77, 0x3f, 0x8d, 0x80, 0x42, 0xd6, 0x89, 0x81, 0xd8, 0x01, 0xc6, 0x71, 0xbd, 0x00, 0xd8, 0x11, 0xb3, 0x01, 0x26, 0x22, 0x09, 0x04, 0xe3, 0xfb, 0x52, 0x46, 0xc5, 0xc5, 0x1b, 0xed, 0xff, 0x5f, 0x4f, 0x4c, 0x37, 0x62, 0xc8, 0x87, 0xa8, 0x3f, 0xa8, 0x10, 0xb7, 0x35, 0x4d, 0x45, 0x55, 0x25, 0x4d, 0x4d, 0x31, 0x86, 0xab, 0x83, 0xd8, 0xbd, 0x47, 0xef, 0xb3, 0x1e, 0x82, 0xf6, 0xf6, 0xdd, 0xb7, 0x23, 0x80, 0x60, 0x87, 0x18, 0xc6, 0x41, 0x6a, 0x8e, 0x38, 0x42, 0x5c, 0xf6, 0x48, 0x73, 0xf5, 0x46, 0xfe, 0x57, 0x1e, 0x22, 0x4d, 0x35, 0x92, 0xbb, 0x6d, 0x87, 0x48, 0x84, 0x7a, 0x84, 0x2f, 0x8f, 0x24, 0x00, 0xc2, 0xdc, 0xa3, 0x61, 0xd2, 0xc0, 0xdb, 0xb6, 0xcd, 0x5f, 0x5c, 0x33, 0xa1, 0xf1, 0xf6, 0x13, 0xf4, 0x6c, 0xd4, 0xdb, 0x40, 0x7f, 0x42, 0x90, 0xeb, 0x9e, 0x8d, 0xc7, 0x55, 0x55, 0x92, 0x4a, 0x29, 0xb4, 0xb7, 0x27, 0xd8, 0xb3, 0xa7, 0x10, 0x00, 0x80, 0x17, 0x9f, 0x66, 0x7c, 0x1f, 0x4e, 0x93, 0xf0, 0x61, 0x15, 0xfe, 0xbf, 0xfb, 0x1b, 0x3a, 0x1d, 0x69, 0xf5, 0xe2, 0xd5, 0x06, 0xc4, 0xef, 0x4b, 0x3d, 0x0a, 0x8b, 0x2e, 0xdb, 0x21, 0xea, 0x91, 0x0c, 0x09, 0xa8, 0x8d, 0xbb, 0xae, 0x76, 0x84, 0x1e, 0x42, 0xd4, 0xf1, 0x10, 0xf9, 0x7f, 0xef, 0xcf, 0x4d, 0x6e, 0x94, 0xe8, 0x8f, 0xe4, 0xa0, 0xed, 0x08, 0x03, 0x18, 0x1b, 0xda, 0xa6, 0xeb, 0x3a, 0x74, 0x74, 0xc4, 0x69, 0x6e, 0x4e, 0x30, 0x32, 0x62, 0xfa, 0x96, 0x2b, 0xbf, 0x09, 0xd6, 0x7b, 0xfb, 0x87, 0xfa, 0x45, 0xb0, 0x15, 0x61, 0xac, 0x59, 0x01, 0x1b, 0x25, 0x1a, 0x24, 0xe8, 0xa3, 0x79, 0x8a, 0xfb, 0xef, 0x13, 0x24, 0xf5, 0x2a, 0x79, 0x64, 0x88, 0x6a, 0x19, 0xb9, 0x5e, 0xda, 0x11, 0xbe, 0xc9, 0x30, 0x69, 0x10, 0xa4, 0x2e, 0xd5, 0x0b, 0xb6, 0x44, 0xf9, 0x9c, 0x1b, 0xf5, 0x64, 0xc8, 0x09, 0x02, 0xa0, 0x9a, 0x9d, 0x9a, 0x48, 0x74, 0xad, 0x4c, 0xa5, 0x14, 0xe6, 0xcc, 0x69, 0x41, 0xd7, 0x55, 0xca, 0x65, 0x7f, 0xe9, 0xe9, 0x8e, 0x7b, 0x7d, 0xde, 0x1f, 0x3b, 0xc4, 0x2b, 0x11, 0x36, 0xa3, 0x4b, 0x72, 0xf4, 0x4e, 0x68, 0x3f, 0x9a, 0x08, 0x3f, 0x4c, 0x1d, 0x0a, 0x03, 0x83, 0xac, 0xe3, 0x6e, 0x95, 0xbf, 0x0f, 0x00, 0x44, 0x49, 0x83, 0x20, 0x20, 0x48, 0x1a, 0x8f, 0xd2, 0x46, 0x11, 0xff, 0x91, 0x90, 0x02, 0x0a, 0xe3, 0xda, 0x9e, 0x77, 0xc5, 0xe3, 0xf1, 0xf8, 0xca, 0xee, 0xee, 0x04, 0x27, 0x9e, 0x38, 0x95, 0x07, 0x1e, 0xd8, 0x8a, 0x69, 0xd6, 0xb4, 0xe5, 0x2b, 0xc0, 0xfd, 0x8f, 0x30, 0x96, 0xfa, 0x11, 0x34, 0xa3, 0x2b, 0xca, 0x43, 0xe1, 0x37, 0xd6, 0x98, 0x04, 0x41, 0x43, 0x40, 0x90, 0x75, 0x0c, 0x65, 0x42, 0x00, 0xf0, 0x7b, 0xb3, 0x01, 0x1a, 0x91, 0x06, 0x51, 0xae, 0xae, 0x28, 0xff, 0x3c, 0xaf, 0x02, 0xf1, 0xfb, 0x73, 0x85, 0x00, 0x44, 0x53, 0xd3, 0xbb, 0xde, 0xde, 0xda, 0x1a, 0x6b, 0x5d, 0xba, 0xb4, 0x93, 0x39, 0x73, 0x3a, 0x58, 0xbf, 0xfe, 0x39, 0xdf, 0x52, 0x1d, 0xbc, 0x03, 0xfa, 0x46, 0xa9, 0x9d, 0x2d, 0x10, 0x64, 0xf8, 0x06, 0x8d, 0x24, 0xf5, 0x7f, 0x46, 0x4e, 0x02, 0xe0, 0xb0, 0xa4, 0x01, 0x44, 0x07, 0xdb, 0x22, 0xb5, 0x01, 0xed, 0x55, 0xb8, 0x69, 0xd1, 0xc0, 0x8d, 0xc8, 0x10, 0x17, 0xa0, 0x08, 0x31, 0xae, 0x27, 0xea, 0x2d, 0x09, 0x0a, 0x3c, 0x49, 0xc6, 0x97, 0x8b, 0x49, 0xe8, 0xd0, 0x52, 0xa9, 0xb6, 0x0f, 0xcd, 0x99, 0xd3, 0xc4, 0xe5, 0x97, 0x9f, 0xc0, 0x7d, 0xf7, 0x6d, 0x62, 0xb8, 0x66, 0x22, 0x81, 0x34, 0xe1, 0xe1, 0x5b, 0x3d, 0xdc, 0x3f, 0x28, 0x57, 0xc5, 0xdf, 0xaf, 0x3f, 0xe8, 0xef, 0xfe, 0x79, 0x5d, 0x4c, 0x02, 0xe0, 0x90, 0xdd, 0xa8, 0x8d, 0x06, 0xd9, 0x5e, 0x55, 0x00, 0x04, 0x5d, 0x5c, 0x4c, 0xe0, 0x21, 0xa3, 0x38, 0x77, 0x98, 0xcd, 0x71, 0x38, 0x2e, 0x5c, 0x47, 0xf9, 0xe9, 0xfa, 0xe0, 0x67, 0xbb, 0xba, 0x92, 0x73, 0xcf, 0x3f, 0x7f, 0x3e, 0x0b, 0x16, 0xf4, 0xf0, 0x97, 0x7f, 0x79, 0x47, 0xad, 0x76, 0xc4, 0xd0, 0x3d, 0xb0, 0x7e, 0xbf, 0xc7, 0x63, 0x34, 0x6e, 0x3e, 0x30, 0xc1, 0x99, 0x89, 0x41, 0x63, 0x8b, 0xec, 0x3a, 0x22, 0x7b, 0xf2, 0x68, 0x8c, 0x5e, 0x0e, 0x39, 0x36, 0xa2, 0xbd, 0x86, 0x0f, 0x20, 0x1a, 0x20, 0xca, 0x7a, 0xbf, 0x6b, 0xc4, 0x7d, 0x17, 0x96, 0x76, 0x30, 0xce, 0x06, 0x69, 0x6d, 0xfd, 0xe8, 0xaa, 0xb6, 0xb6, 0xf4, 0x35, 0xa7, 0x9c, 0x32, 0x95, 0xf7, 0xbd, 0x6f, 0x15, 0x5f, 0xfd, 0xea, 0x6f, 0xd9, 0xbf, 0xdf, 0xf6, 0x2c, 0x93, 0x2c, 0xc2, 0xbd, 0xd7, 0x07, 0x78, 0x6e, 0xc2, 0xea, 0x53, 0xed, 0x08, 0xfd, 0x3f, 0x6a, 0x4e, 0xef, 0xe4, 0x71, 0x78, 0x1e, 0xb0, 0x86, 0xd7, 0x52, 0x7b, 0x8d, 0x1f, 0xa6, 0x11, 0x10, 0x10, 0x62, 0x2c, 0x37, 0x92, 0xa7, 0x22, 0x89, 0x8e, 0x66, 0x56, 0x3d, 0x40, 0x1d, 0x1d, 0x1f, 0x59, 0xde, 0xd2, 0x32, 0xf5, 0x87, 0x0b, 0x17, 0x76, 0x68, 0x1f, 0xfd, 0xe8, 0xd9, 0xec, 0xd9, 0x33, 0xc8, 0x4d, 0x37, 0x6d, 0xf6, 0x2d, 0xd1, 0xfe, 0x9f, 0xc0, 0xba, 0x3e, 0xc6, 0x57, 0x85, 0x47, 0x19, 0xbf, 0x61, 0xd5, 0x5b, 0xf6, 0x24, 0x00, 0x5e, 0x75, 0x60, 0x1c, 0x55, 0x00, 0x68, 0x94, 0x40, 0xa3, 0x8a, 0x35, 0xfc, 0x60, 0x38, 0x14, 0x23, 0x58, 0xb4, 0xb6, 0x7e, 0xe2, 0xad, 0x4d, 0x4d, 0x1d, 0xff, 0x7e, 0xcc, 0x31, 0xcd, 0xcd, 0xef, 0x7d, 0xef, 0x4a, 0x96, 0x2c, 0x99, 0xc6, 0x8a, 0x15, 0xff, 0x46, 0x36, 0xeb, 0xb5, 0x8d, 0xcd, 0xfd, 0xf0, 0xcb, 0x9b, 0x09, 0x2e, 0xd8, 0xa8, 0xe7, 0xfb, 0xb7, 0x43, 0xc0, 0xd0, 0xb0, 0xbf, 0x7a, 0xf2, 0xf8, 0xfd, 0x1c, 0xda, 0x51, 0x76, 0x3f, 0x21, 0xc4, 0xfe, 0x9e, 0xae, 0x58, 0xac, 0xfb, 0x94, 0x72, 0x59, 0x76, 0x39, 0x45, 0xee, 0x0c, 0x41, 0x79, 0x10, 0xb6, 0xef, 0x86, 0xdf, 0xf6, 0x35, 0x00, 0x82, 0x90, 0xde, 0x1d, 0x6f, 0x9a, 0xda, 0xd6, 0x76, 0xe2, 0x97, 0x9a, 0x9b, 0x93, 0xef, 0x9a, 0x33, 0x27, 0x23, 0xae, 0xbc, 0xf2, 0x44, 0x2e, 0xbe, 0xf8, 0x04, 0xde, 0xf6, 0xb6, 0xeb, 0xd8, 0xb8, 0xb1, 0xe4, 0xd3, 0xfd, 0x37, 0x7c, 0x1d, 0x0e, 0x14, 0xdd, 0x5f, 0x7a, 0x89, 0xf6, 0x70, 0x93, 0xb2, 0x26, 0x8f, 0xd7, 0x31, 0x00, 0x44, 0x34, 0x67, 0xfe, 0xfc, 0xa5, 0xa6, 0xa9, 0xfe, 0xb5, 0x69, 0x8a, 0x95, 0x52, 0x0a, 0x45, 0xd3, 0x2a, 0xed, 0xd7, 0x2d, 0x9c, 0x6e, 0x6a, 0xed, 0xc0, 0x49, 0x39, 0x90, 0xbb, 0xc1, 0xde, 0x01, 0xe6, 0xcb, 0x60, 0x6c, 0x82, 0xc1, 0x4d, 0xf0, 0xe2, 0x26, 0x78, 0x2e, 0x3f, 0x1e, 0x00, 0x33, 0x63, 0xc9, 0xe4, 0xa5, 0x67, 0x42, 0xe6, 0xb2, 0x54, 0x2a, 0xf9, 0xf6, 0x4c, 0x46, 0x4d, 0xcc, 0x9f, 0xdf, 0xcc, 0x5b, 0xde, 0xb2, 0x94, 0x8b, 0x2f, 0x3e, 0x81, 0x0f, 0x7c, 0xe0, 0x46, 0xee, 0xb9, 0xe7, 0xa0, 0x8f, 0xf8, 0x47, 0xee, 0x82, 0x5f, 0x3c, 0xe1, 0xfb, 0x65, 0xbd, 0xcc, 0xc4, 0xb0, 0x19, 0xc7, 0x8d, 0xe4, 0xf3, 0x4f, 0x1e, 0xaf, 0x21, 0x01, 0xbe, 0x56, 0xd7, 0xf6, 0x70, 0xfc, 0xe5, 0xb1, 0xce, 0xce, 0x4b, 0xae, 0x93, 0x92, 0x3f, 0xa9, 0x4c, 0x81, 0xb1, 0x2c, 0x89, 0x6d, 0x0b, 0xf7, 0x15, 0xa4, 0x14, 0x2e, 0x10, 0xc2, 0xcc, 0x01, 0x29, 0x41, 0x1e, 0x04, 0x79, 0x00, 0xcc, 0x83, 0x9a, 0xa6, 0x69, 0x42, 0x88, 0x1e, 0x45, 0x11, 0x33, 0x54, 0x55, 0xa6, 0x92, 0x49, 0x95, 0xf6, 0x76, 0x9d, 0x63, 0x8f, 0x6d, 0xe3, 0xc2, 0x0b, 0x17, 0xb0, 0x7c, 0xf9, 0x6c, 0xae, 0xbd, 0xf6, 0x7e, 0x6e, 0xbb, 0x6d, 0x0f, 0xa6, 0xe9, 0xe5, 0x0b, 0xe6, 0x5e, 0xf8, 0xc1, 0xfb, 0x60, 0x57, 0x25, 0x19, 0x48, 0xf8, 0x00, 0x50, 0x51, 0x73, 0x0c, 0xc6, 0x6a, 0x54, 0xbd, 0xb5, 0xaa, 0x41, 0xfd, 0x69, 0x26, 0xa5, 0xc1, 0xeb, 0x5c, 0x02, 0x44, 0x10, 0x3f, 0xa2, 0xbb, 0xfb, 0x92, 0x9b, 0x85, 0x10, 0x97, 0xeb, 0xba, 0x33, 0x5d, 0xb2, 0x32, 0x29, 0xc6, 0x30, 0x6c, 0x4a, 0x25, 0x67, 0xe6, 0xb0, 0x61, 0x80, 0x69, 0x2a, 0x2e, 0x20, 0xa4, 0x9b, 0xab, 0x3f, 0x96, 0x65, 0x61, 0x9a, 0x96, 0xd0, 0x34, 0xad, 0x1b, 0x64, 0xb7, 0x33, 0x91, 0xd0, 0x19, 0xce, 0x16, 0x8b, 0x09, 0x52, 0x29, 0x95, 0xae, 0xae, 0x04, 0x4b, 0x97, 0x76, 0x71, 0xce, 0x39, 0xf3, 0x49, 0x26, 0x75, 0x3e, 0xfd, 0xe9, 0x5f, 0xf3, 0xdc, 0x73, 0x59, 0x1f, 0xf1, 0x63, 0xc0, 0x93, 0x7f, 0x17, 0x40, 0xfc, 0x44, 0x78, 0x7f, 0xa2, 0x0c, 0x60, 0xef, 0xff, 0x4e, 0x12, 0xfe, 0xa4, 0x0a, 0x34, 0x5e, 0xef, 0xef, 0xe8, 0xf8, 0xe2, 0x47, 0x6d, 0x5b, 0x5e, 0x9e, 0x4a, 0xa9, 0x74, 0x74, 0xc4, 0x99, 0x3f, 0xbf, 0x8d, 0x99, 0x33, 0x5b, 0x11, 0x02, 0x06, 0x06, 0xf2, 0xf4, 0xf7, 0xe7, 0x19, 0x1a, 0x2a, 0x91, 0xcf, 0x1b, 0x64, 0xb3, 0x86, 0x67, 0xf6, 0xb0, 0x03, 0x04, 0xdb, 0xc6, 0x9d, 0x11, 0xe0, 0xb4, 0xe1, 0xae, 0xcc, 0x18, 0x70, 0x08, 0x5f, 0xa3, 0xb5, 0x35, 0xc6, 0xf4, 0xe9, 0x19, 0x16, 0x2e, 0xec, 0x62, 0xe6, 0xcc, 0x36, 0x36, 0x6e, 0xdc, 0xcf, 0xcf, 0x7e, 0xb6, 0x81, 0x5d, 0xbb, 0xcc, 0x80, 0xe5, 0xd8, 0xf9, 0x9f, 0x70, 0xf7, 0x66, 0x6a, 0x33, 0x56, 0xa3, 0xea, 0x9c, 0x1b, 0x6d, 0xca, 0x34, 0xa9, 0xfe, 0xbc, 0x8e, 0x01, 0x10, 0xe1, 0xc3, 0x3f, 0x37, 0x5e, 0x2e, 0xf3, 0x85, 0x78, 0xdc, 0xe1, 0xd2, 0x4b, 0x96, 0x74, 0xf2, 0xb6, 0xb7, 0x9d, 0xc8, 0xb2, 0x65, 0x33, 0x19, 0x1c, 0xcc, 0xb1, 0x71, 0x63, 0x2f, 0x5b, 0xb6, 0x1c, 0xa4, 0xb7, 0x77, 0x84, 0x5c, 0xae, 0x4c, 0x3e, 0x6f, 0x50, 0x2e, 0x5b, 0x14, 0x0a, 0x26, 0xb9, 0x9c, 0x81, 0x65, 0x39, 0x33, 0x87, 0x1d, 0x89, 0xe0, 0xd0, 0x96, 0xa6, 0x39, 0x3d, 0xfe, 0x9b, 0x9b, 0xe3, 0x74, 0x74, 0x24, 0xe9, 0xec, 0x4c, 0x93, 0x4e, 0xc7, 0x18, 0x19, 0x29, 0x71, 0xf3, 0xcd, 0xcf, 0xb3, 0x76, 0xed, 0x30, 0xf9, 0xbc, 0x1a, 0xb0, 0x14, 0x03, 0xb7, 0xc1, 0xf5, 0xbf, 0x61, 0xac, 0x1f, 0xba, 0x3f, 0xcd, 0xbb, 0x91, 0xca, 0xa4, 0x28, 0x95, 0x67, 0x92, 0xf0, 0x27, 0x25, 0x40, 0x2d, 0xf7, 0x4f, 0x26, 0x4f, 0xbd, 0x58, 0x4a, 0x65, 0x8a, 0x33, 0x6b, 0x58, 0x67, 0xd1, 0xa2, 0x6e, 0x4e, 0x3f, 0x7d, 0x3e, 0xad, 0xad, 0x29, 0xfa, 0xfb, 0xb3, 0x0c, 0x0e, 0xe6, 0x19, 0x1a, 0xca, 0x93, 0xcb, 0x95, 0x29, 0x95, 0x4c, 0x54, 0x55, 0x90, 0x4c, 0x6a, 0x24, 0x12, 0x1a, 0x4d, 0x4d, 0x31, 0x84, 0x10, 0x18, 0x86, 0x93, 0xa1, 0x10, 0x8f, 0x8f, 0x0d, 0xec, 0x8e, 0xc7, 0x35, 0xe2, 0x71, 0xe7, 0x51, 0xfb, 0xfb, 0xf3, 0x3c, 0xfe, 0xf8, 0x6e, 0xb6, 0x6d, 0xcb, 0x32, 0x3c, 0x8c, 0xab, 0xf2, 0x8c, 0x9b, 0x41, 0xf5, 0x04, 0x5c, 0xf7, 0xcd, 0x80, 0xf5, 0x91, 0x11, 0xaa, 0x8f, 0xd9, 0xa0, 0x07, 0x68, 0xf2, 0x78, 0x1d, 0x03, 0x20, 0x2a, 0x82, 0x2b, 0x6c, 0x5b, 0x5d, 0x65, 0xdb, 0x36, 0xaa, 0xea, 0x0c, 0xda, 0xb3, 0x6d, 0xc9, 0xde, 0xbd, 0x83, 0xac, 0x5d, 0xbb, 0x9b, 0xa7, 0x9e, 0xda, 0xce, 0xd6, 0xad, 0xfd, 0xf4, 0xf7, 0xe7, 0xc9, 0x66, 0xcb, 0x6e, 0xab, 0x12, 0xdc, 0x9e, 0xfb, 0xce, 0x20, 0xbd, 0xca, 0x64, 0x7a, 0x70, 0xe6, 0xd1, 0x5a, 0x96, 0x33, 0x82, 0x55, 0xca, 0x12, 0xa3, 0xa3, 0x25, 0x0e, 0x1e, 0x2c, 0xd0, 0xd7, 0x57, 0x62, 0x78, 0x58, 0xba, 0x93, 0x07, 0x83, 0xbc, 0xa7, 0xb9, 0xe7, 0xe1, 0x7b, 0x5f, 0x75, 0x67, 0xd0, 0x42, 0xe3, 0x2d, 0x5e, 0xa2, 0x74, 0xff, 0x30, 0x2f, 0xd0, 0x24, 0x20, 0x5e, 0xc7, 0x12, 0x60, 0x9c, 0xcf, 0xdf, 0xb2, 0xc4, 0x34, 0x70, 0xa6, 0x32, 0x0e, 0x0c, 0x94, 0x78, 0xe1, 0x85, 0x7d, 0x48, 0x09, 0xd9, 0x6c, 0x89, 0x9d, 0x3b, 0x07, 0x19, 0x1e, 0x2e, 0x91, 0xcd, 0x96, 0xab, 0xb3, 0x86, 0xc1, 0xf1, 0x0e, 0x55, 0x0a, 0xd7, 0x2b, 0xf3, 0xc5, 0x1c, 0xf5, 0xa7, 0x40, 0xb1, 0x68, 0x62, 0x18, 0x92, 0x7c, 0xde, 0x64, 0x74, 0xd4, 0xa4, 0x58, 0x84, 0x52, 0x09, 0x08, 0x9d, 0x21, 0x99, 0x5b, 0x0b, 0xd7, 0x7f, 0x05, 0x06, 0x2b, 0x45, 0xfb, 0x61, 0x25, 0x78, 0x8d, 0x72, 0xfe, 0xc9, 0x7c, 0xff, 0x49, 0x00, 0x34, 0x0e, 0x02, 0xd3, 0x94, 0x99, 0x4a, 0x76, 0xc2, 0xe0, 0xa0, 0xc9, 0x8b, 0x2f, 0x1e, 0xe4, 0xc0, 0x81, 0x1c, 0xf1, 0xb8, 0x4a, 0x36, 0x5b, 0xa6, 0x58, 0x74, 0xa6, 0xac, 0x94, 0xcb, 0xb5, 0x15, 0x84, 0x8a, 0x02, 0xb9, 0x9c, 0xd3, 0xd5, 0xb9, 0xe2, 0x2d, 0x72, 0x4e, 0x49, 0xb9, 0xec, 0x4c, 0x76, 0x19, 0x1b, 0xb8, 0x16, 0x16, 0x33, 0x1b, 0x7d, 0x1e, 0xbe, 0xfb, 0x4f, 0xce, 0xe8, 0xd7, 0x2a, 0xf1, 0x07, 0xa5, 0x30, 0x04, 0x25, 0xbc, 0x35, 0x9a, 0x02, 0x31, 0xc9, 0xfd, 0x27, 0x01, 0x10, 0x09, 0x86, 0x1d, 0x95, 0x11, 0xab, 0xc5, 0xa2, 0xc2, 0xde, 0xbd, 0x65, 0x06, 0x07, 0x0d, 0xe2, 0x71, 0x05, 0x6f, 0x02, 0xa8, 0x65, 0xd9, 0xbe, 0x5e, 0x9d, 0x54, 0xe3, 0x03, 0x95, 0x01, 0x15, 0x86, 0x61, 0x57, 0x27, 0xbe, 0x44, 0x13, 0x3e, 0xc0, 0x81, 0x07, 0xe0, 0xfb, 0xdf, 0x86, 0x42, 0xa5, 0x51, 0x57, 0x50, 0xa1, 0x8a, 0x1d, 0xc2, 0xfd, 0x1b, 0x21, 0xfe, 0xc9, 0x63, 0x12, 0x00, 0x91, 0x84, 0xef, 0x52, 0x66, 0xe9, 0x31, 0xd0, 0x3f, 0x5c, 0x19, 0x94, 0x56, 0x99, 0x16, 0xe8, 0x4c, 0x93, 0x74, 0xfc, 0xf8, 0x63, 0x83, 0xf2, 0x24, 0xb6, 0x3d, 0xd6, 0x4c, 0xa1, 0x12, 0x1c, 0x73, 0x00, 0x20, 0x69, 0x6c, 0x82, 0x8a, 0xb4, 0x61, 0xeb, 0x2d, 0xf0, 0xc3, 0x5f, 0x55, 0x84, 0x09, 0xb5, 0xcd, 0xbd, 0xfc, 0x9c, 0x3f, 0xa8, 0x03, 0x99, 0xf7, 0xb5, 0xa1, 0xc1, 0x6c, 0x93, 0xa0, 0x38, 0xba, 0xb8, 0xee, 0x6b, 0x75, 0xbd, 0x80, 0x7a, 0xdc, 0xe3, 0x12, 0xf0, 0xb6, 0x27, 0x41, 0xcc, 0x0b, 0x76, 0xbe, 0x84, 0xd1, 0xd0, 0x44, 0xa6, 0x8c, 0x54, 0x8e, 0xf2, 0x00, 0x3c, 0xf2, 0x6d, 0x78, 0x78, 0x3d, 0xb5, 0xad, 0x0c, 0xa3, 0xea, 0x7a, 0x83, 0xa2, 0xbc, 0x95, 0x33, 0x68, 0x40, 0x43, 0x58, 0xc2, 0xdb, 0x24, 0x00, 0x8e, 0x92, 0x43, 0x3d, 0x0a, 0x00, 0xe0, 0x01, 0xc2, 0x41, 0x09, 0xc7, 0x6f, 0x83, 0xf4, 0x5b, 0x9c, 0xf1, 0x49, 0x51, 0xe3, 0x78, 0x1a, 0xe9, 0xa6, 0x1e, 0xcc, 0xf6, 0xe1, 0xc0, 0xe3, 0xf0, 0xc3, 0x6f, 0xc2, 0x86, 0xbd, 0x13, 0x50, 0x73, 0x82, 0x8a, 0xdb, 0xfd, 0x52, 0x20, 0xca, 0xed, 0x39, 0x49, 0xfc, 0x93, 0x12, 0xa0, 0x9e, 0x04, 0xa8, 0x0c, 0xcc, 0xf8, 0xc4, 0x5b, 0xa1, 0xfd, 0xdb, 0x47, 0x5e, 0x45, 0x1b, 0xdd, 0x0e, 0x8f, 0xfc, 0x18, 0x9e, 0xd8, 0x42, 0x70, 0x57, 0xb1, 0x20, 0x62, 0x8f, 0xe2, 0xfa, 0x46, 0x80, 0x0a, 0x14, 0x16, 0xfc, 0x62, 0x12, 0x00, 0x93, 0x00, 0xa8, 0x07, 0x80, 0x0a, 0x08, 0x62, 0xf0, 0xce, 0x13, 0x61, 0xc1, 0xbf, 0x80, 0xb6, 0xec, 0x30, 0xaf, 0x29, 0x61, 0x70, 0x03, 0xbc, 0x74, 0x3f, 0x3c, 0xf4, 0x22, 0x58, 0x41, 0x05, 0xec, 0x5e, 0x22, 0x36, 0x18, 0xdf, 0x76, 0xbb, 0x1c, 0x42, 0xf8, 0x61, 0x0d, 0x59, 0xc3, 0x4a, 0x1d, 0x27, 0x89, 0xff, 0x75, 0x0e, 0x00, 0x18, 0xef, 0xff, 0x0f, 0x02, 0x80, 0xee, 0x9c, 0xf1, 0x24, 0xbc, 0xeb, 0x0d, 0x30, 0xe5, 0x1d, 0x90, 0x3a, 0xdb, 0xfd, 0x7d, 0x23, 0x34, 0x6f, 0x43, 0x76, 0x1b, 0xec, 0x79, 0x11, 0x5e, 0x78, 0x0e, 0x36, 0xf4, 0x12, 0xdd, 0x61, 0x38, 0x4c, 0xdf, 0x0f, 0xcb, 0xec, 0xac, 0xc7, 0xf9, 0x27, 0xf5, 0xfe, 0x49, 0x00, 0x4c, 0x18, 0x00, 0xca, 0x78, 0x00, 0x10, 0x73, 0xcf, 0x38, 0xb4, 0x37, 0xc1, 0x8a, 0xe3, 0x60, 0xca, 0x52, 0x48, 0x4e, 0x05, 0xb5, 0x19, 0x94, 0x66, 0x87, 0xb0, 0x8c, 0x22, 0x94, 0xf2, 0x30, 0xd4, 0x0f, 0x7b, 0xf7, 0xc2, 0x96, 0xbd, 0xd0, 0x5f, 0x08, 0xb0, 0xa0, 0x83, 0x00, 0x10, 0x45, 0xfc, 0x51, 0x5c, 0xbf, 0x1e, 0xe7, 0x9f, 0x54, 0x7d, 0x26, 0x01, 0xd0, 0x10, 0x00, 0xbc, 0x7d, 0x39, 0x95, 0x31, 0x3b, 0xa0, 0x06, 0x00, 0x2e, 0x08, 0x6a, 0x5e, 0x75, 0xcf, 0x19, 0x34, 0x5a, 0xc9, 0x7b, 0xd8, 0x0d, 0x1a, 0xb9, 0x66, 0x1d, 0xc2, 0x0f, 0xf3, 0xf6, 0x4c, 0x12, 0xff, 0x1f, 0xe8, 0x71, 0xb4, 0xd4, 0x04, 0x47, 0xcd, 0x85, 0xf2, 0x12, 0x6a, 0x10, 0x81, 0xcb, 0xc3, 0x00, 0x40, 0x98, 0xee, 0x1f, 0xf4, 0x1a, 0x35, 0x84, 0x6d, 0x92, 0xf8, 0x27, 0x01, 0x70, 0x58, 0xc4, 0xef, 0x6d, 0x2f, 0x22, 0x08, 0x1e, 0x87, 0xe3, 0x0f, 0xe7, 0x7a, 0x3b, 0x32, 0x68, 0x8c, 0xf7, 0x85, 0x12, 0x00, 0xa8, 0x46, 0x24, 0x80, 0x59, 0x47, 0xdd, 0x99, 0x48, 0xb6, 0xe7, 0x24, 0xf1, 0x4f, 0x02, 0xa0, 0x61, 0x30, 0x04, 0xe5, 0xdc, 0xd4, 0x1b, 0x19, 0x5a, 0xe9, 0xe9, 0x69, 0x52, 0x3b, 0x5b, 0xac, 0x1e, 0x00, 0xec, 0x00, 0x09, 0x10, 0xe6, 0xdf, 0xaf, 0x97, 0xec, 0x36, 0x19, 0xe5, 0x9d, 0x04, 0xc0, 0x21, 0x71, 0xfe, 0x30, 0x10, 0x78, 0xdb, 0xa5, 0x5b, 0x75, 0x08, 0xda, 0xf4, 0x70, 0x7f, 0x95, 0xf1, 0x13, 0x65, 0x64, 0x88, 0x0a, 0x14, 0xa6, 0x06, 0x05, 0xbd, 0x86, 0x35, 0xb5, 0xaa, 0x47, 0xfc, 0x93, 0x40, 0x98, 0x04, 0x40, 0x43, 0x60, 0x88, 0x02, 0x81, 0x15, 0xf0, 0x3f, 0x41, 0x93, 0x26, 0xbd, 0x00, 0x88, 0x02, 0x4c, 0x50, 0x9f, 0xce, 0xa8, 0x3e, 0x3e, 0x8d, 0x70, 0xfd, 0x49, 0xe2, 0x9f, 0x04, 0xc0, 0x11, 0x05, 0x84, 0x1d, 0xe2, 0xa1, 0x0a, 0x4a, 0x57, 0x08, 0x32, 0x7e, 0x83, 0x1a, 0xeb, 0x86, 0x0d, 0x59, 0x0b, 0x03, 0x43, 0xd0, 0xd8, 0x9d, 0x46, 0x53, 0x9b, 0x27, 0x89, 0x7f, 0x12, 0x00, 0x13, 0x52, 0x83, 0x64, 0x1d, 0x20, 0xf8, 0x6d, 0x04, 0x3f, 0xe1, 0xfb, 0x55, 0x9f, 0x7a, 0xea, 0x55, 0x90, 0x24, 0x08, 0x23, 0xf8, 0xa8, 0x99, 0x53, 0x93, 0x46, 0xef, 0x24, 0x00, 0x7e, 0x6f, 0xea, 0x90, 0x1d, 0x62, 0x1c, 0x7b, 0xc7, 0xad, 0x5a, 0x34, 0x96, 0x05, 0x17, 0x26, 0x05, 0x64, 0x08, 0xb1, 0x87, 0xcd, 0x9b, 0xaa, 0x67, 0xec, 0x4e, 0x12, 0xff, 0x24, 0x00, 0x0e, 0x4b, 0x0a, 0x44, 0x0d, 0xdd, 0xf6, 0x03, 0xc0, 0x3f, 0x4e, 0xd5, 0x3f, 0x4a, 0xb5, 0x9e, 0x97, 0xa9, 0xde, 0xa0, 0xb5, 0x7a, 0x46, 0xee, 0xa4, 0xca, 0xf3, 0x47, 0x72, 0x88, 0xa3, 0xec, 0x1e, 0xa2, 0x1a, 0xe1, 0xfa, 0xd5, 0x9c, 0xb0, 0xe9, 0x92, 0x51, 0x80, 0x93, 0x34, 0x36, 0x64, 0x6d, 0x92, 0xeb, 0x4f, 0x02, 0xe0, 0xa8, 0x00, 0x41, 0x14, 0x18, 0xa2, 0x88, 0x5f, 0x84, 0xa8, 0x40, 0x34, 0x48, 0xe4, 0x8d, 0x64, 0x72, 0x4e, 0x12, 0xff, 0x24, 0x00, 0x7e, 0xef, 0x20, 0x80, 0xc6, 0x26, 0x4a, 0x12, 0xa1, 0x02, 0xd5, 0x1b, 0xbc, 0x4c, 0x1d, 0x82, 0x9f, 0x24, 0xfc, 0x3f, 0xe2, 0xe3, 0xff, 0x07, 0x27, 0x53, 0x95, 0x13, 0xbe, 0xf5, 0x8b, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int maxima_192_png_len = 27090; unsigned char media_playback_start_confdialogue_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74, 0x02, 0x70, 0x23, 0x16, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x14, 0x1f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x69, 0x70, 0x54, 0x57, 0x76, 0xf6, 0x8c, 0x1d, 0x8f, 0x33, 0x95, 0x54, 0xaa, 0x92, 0xaa, 0xd4, 0xe4, 0xc7, 0xa4, 0x2a, 0x3f, 0x52, 0x95, 0x8a, 0xab, 0x52, 0xf9, 0x33, 0xae, 0xf2, 0xd4, 0x84, 0x90, 0x41, 0x12, 0x18, 0xb3, 0x9a, 0x30, 0x0c, 0xb6, 0x21, 0xb2, 0x8d, 0xc1, 0x06, 0x6c, 0x0c, 0x06, 0x64, 0x8c, 0xc7, 0x96, 0x8d, 0x31, 0x08, 0xc4, 0x66, 0x8c, 0x41, 0xec, 0x12, 0x20, 0x21, 0x21, 0xc9, 0x02, 0x61, 0x30, 0x60, 0x04, 0x02, 0x6c, 0x40, 0xfb, 0xbe, 0xaf, 0xad, 0x6e, 0x2d, 0xad, 0x56, 0x6b, 0x17, 0x48, 0x20, 0x9d, 0xdc, 0x73, 0x97, 0xf7, 0xee, 0x7b, 0x5a, 0xd0, 0xc6, 0xaa, 0xf3, 0x55, 0x7d, 0xd5, 0xaf, 0xd5, 0xdb, 0xeb, 0xf7, 0x7d, 0xf7, 0xdc, 0xe5, 0x9c, 0xbe, 0x7a, 0xea, 0x29, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x61, 0x38, 0x88, 0xfe, 0x2e, 0x72, 0x46, 0x4c, 0xdc, 0xf1, 0x83, 0x31, 0xa7, 0x8e, 0xff, 0x8e, 0xae, 0xc6, 0x18, 0x04, 0x13, 0xbf, 0x95, 0x11, 0x18, 0xbb, 0x19, 0x0f, 0xc5, 0xc4, 0x1c, 0xf9, 0x27, 0xba, 0x2a, 0x63, 0xcb, 0x00, 0x60, 0x63, 0x4b, 0x74, 0xdc, 0xf1, 0x8f, 0xce, 0x9c, 0x39, 0xf3, 0x2b, 0xba, 0x3a, 0x63, 0xd3, 0x00, 0x8a, 0x25, 0xd8, 0x3d, 0xd0, 0x15, 0x1a, 0x23, 0x06, 0x48, 0xcf, 0x4c, 0x01, 0x57, 0x75, 0x15, 0xc4, 0x9f, 0xfd, 0xce, 0x6e, 0x84, 0x84, 0xe8, 0x93, 0xe1, 0xff, 0x41, 0x57, 0xea, 0x09, 0x37, 0x40, 0x66, 0x4e, 0x1a, 0x20, 0xba, 0xee, 0x74, 0x41, 0x7e, 0x51, 0x2e, 0xc4, 0x9e, 0x8a, 0xd4, 0x4d, 0x80, 0xe3, 0x83, 0xb0, 0xd8, 0xd8, 0xb0, 0x7f, 0xa4, 0x2b, 0xf6, 0x84, 0x1b, 0x40, 0xa1, 0xbd, 0xbd, 0x0d, 0xae, 0xdf, 0xbc, 0x66, 0x8f, 0x06, 0xde, 0xd8, 0xb8, 0x88, 0x80, 0xa8, 0xa8, 0xa8, 0x67, 0xe9, 0xca, 0x3d, 0xe1, 0x06, 0x50, 0xf0, 0x78, 0xeb, 0xe1, 0x7c, 0xc2, 0x59, 0xbb, 0x11, 0x0a, 0x63, 0x4e, 0x46, 0xbc, 0x4c, 0x57, 0xef, 0x09, 0x35, 0xc0, 0x1d, 0xd6, 0x0d, 0xe8, 0xe8, 0xee, 0xee, 0x86, 0xf2, 0xca, 0x12, 0x38, 0x75, 0x3a, 0xc6, 0x6e, 0x84, 0x0b, 0x51, 0x71, 0x51, 0xff, 0x4e, 0x57, 0xf1, 0x09, 0x33, 0x80, 0xc3, 0x59, 0x0e, 0x15, 0x55, 0xa5, 0xd0, 0xd9, 0xd5, 0x69, 0x31, 0x42, 0x17, 0xbb, 0x9f, 0x93, 0x97, 0x69, 0x37, 0x41, 0x57, 0x74, 0x5c, 0xe4, 0x0e, 0xd6, 0x2d, 0xfc, 0x1d, 0x5d, 0xcd, 0x27, 0xc8, 0x00, 0xd9, 0xf9, 0xe9, 0x90, 0x5b, 0x90, 0x09, 0xb5, 0x6e, 0x17, 0x8f, 0x00, 0x3a, 0x5a, 0x5a, 0x9b, 0xe1, 0xea, 0xcf, 0x97, 0x6c, 0x46, 0x88, 0xf0, 0x44, 0x9f, 0x3c, 0xbe, 0x8c, 0x19, 0xe1, 0x69, 0xba, 0xaa, 0x4f, 0x88, 0x01, 0x14, 0xf3, 0x8b, 0x73, 0xa0, 0xa1, 0xd1, 0xd3, 0x6b, 0x7c, 0xe0, 0xae, 0xaf, 0x85, 0x1f, 0xce, 0xc7, 0xdb, 0x23, 0x42, 0x5a, 0xcc, 0xc9, 0xc8, 0x71, 0x74, 0x65, 0x1f, 0x63, 0x03, 0x54, 0x3a, 0xcb, 0x20, 0x33, 0x37, 0x15, 0x32, 0x72, 0x52, 0x20, 0x3d, 0x3b, 0x19, 0xd2, 0xb2, 0x92, 0x20, 0x35, 0x33, 0x89, 0x4d, 0x0f, 0x73, 0xa0, 0xad, 0xbd, 0xd5, 0x62, 0x82, 0xbb, 0x77, 0xef, 0x40, 0x49, 0x59, 0x11, 0xc4, 0xc5, 0x9f, 0xb0, 0x18, 0x81, 0x45, 0x83, 0xf8, 0xa8, 0x53, 0x51, 0xff, 0x42, 0x57, 0xf8, 0xb1, 0x59, 0x08, 0x4a, 0x36, 0x44, 0x2d, 0x2c, 0xc9, 0x83, 0x1b, 0x29, 0xd7, 0xe0, 0x66, 0xca, 0x4f, 0x90, 0x94, 0xfa, 0x33, 0x24, 0xa5, 0x5d, 0x87, 0xe4, 0xf4, 0xeb, 0xcc, 0x04, 0x37, 0x39, 0xcb, 0xd8, 0x80, 0xd0, 0x3e, 0x3e, 0xb8, 0x75, 0xfb, 0x16, 0x64, 0x64, 0xa5, 0xd9, 0xa3, 0x41, 0x47, 0x4c, 0x5c, 0xe4, 0xc6, 0x93, 0x27, 0x4f, 0xfe, 0x2d, 0x5d, 0xe9, 0xc7, 0xc8, 0x00, 0x25, 0xe5, 0x45, 0x90, 0x92, 0x71, 0x83, 0x8b, 0x8d, 0xad, 0x1f, 0x89, 0x91, 0x20, 0x23, 0x3b, 0x85, 0x45, 0x85, 0x54, 0x4e, 0xec, 0x1a, 0xea, 0xea, 0x6b, 0xa0, 0xa7, 0xc7, 0x3a, 0x3e, 0x68, 0x6e, 0x69, 0x84, 0xc4, 0xab, 0x17, 0xed, 0x46, 0x70, 0xc5, 0xc6, 0x1d, 0x9f, 0xcf, 0x1e, 0xfe, 0x05, 0x5d, 0xf1, 0x47, 0x0c, 0x27, 0x62, 0xc3, 0x01, 0x89, 0x4b, 0xc1, 0x0a, 0xe5, 0x8e, 0x12, 0x21, 0xb6, 0x14, 0x1c, 0xbb, 0x83, 0xac, 0xbc, 0x34, 0x4e, 0x7d, 0x6c, 0x90, 0x9d, 0x97, 0x0e, 0x05, 0x25, 0x39, 0xd0, 0xd8, 0xd4, 0x60, 0x31, 0x41, 0x4f, 0x4f, 0x0f, 0xd4, 0xd4, 0x55, 0xc3, 0xe9, 0x1f, 0xe2, 0x40, 0xbd, 0x3f, 0x32, 0x2a, 0xf6, 0x58, 0x52, 0x54, 0x6c, 0xf8, 0x8b, 0x74, 0xd5, 0x1f, 0x21, 0x44, 0x46, 0x1f, 0x05, 0xa4, 0x6e, 0x80, 0x8a, 0xaa, 0x32, 0x43, 0x70, 0x25, 0x7a, 0x4e, 0x7e, 0x06, 0x17, 0xdc, 0x62, 0x00, 0x8d, 0x65, 0x95, 0xc5, 0xac, 0x1b, 0xe8, 0xe8, 0x35, 0x3e, 0x28, 0x2c, 0xce, 0xe7, 0xe2, 0xab, 0xcf, 0x61, 0xec, 0x89, 0x8a, 0x39, 0x1a, 0x15, 0x11, 0x17, 0xf1, 0x5b, 0xba, 0xfa, 0x8f, 0x00, 0x22, 0xa2, 0xc2, 0x00, 0xa9, 0x77, 0x01, 0x7c, 0x16, 0x30, 0x80, 0xd8, 0x03, 0xb1, 0xaa, 0xba, 0x12, 0xee, 0x30, 0xe1, 0x2d, 0xe3, 0x83, 0x5b, 0x1d, 0x70, 0x33, 0xf9, 0x67, 0x50, 0x9f, 0x25, 0xd9, 0x16, 0x11, 0x19, 0x1a, 0x78, 0xe8, 0xd0, 0xa1, 0xe7, 0x48, 0x85, 0x87, 0x88, 0xa3, 0x11, 0x87, 0x01, 0x99, 0x9a, 0x9e, 0xd4, 0xef, 0x34, 0xb0, 0x37, 0x33, 0x20, 0xa7, 0xa0, 0x7f, 0xe6, 0x17, 0x65, 0x43, 0x7d, 0x43, 0x1d, 0xef, 0x0a, 0x74, 0x78, 0x59, 0x57, 0x71, 0xf6, 0xfc, 0x69, 0x50, 0x9f, 0x29, 0xe9, 0x38, 0x72, 0xfc, 0xf0, 0x7c, 0x52, 0xe2, 0x21, 0x21, 0xec, 0xd8, 0x41, 0x40, 0xa6, 0xe8, 0x06, 0x70, 0x55, 0xd8, 0x44, 0xcd, 0xe4, 0x8b, 0x42, 0xb9, 0x85, 0xfd, 0x31, 0x8b, 0x33, 0xcf, 0xc6, 0x92, 0xf2, 0x42, 0x68, 0x6d, 0x6b, 0xe9, 0x35, 0x3e, 0x70, 0xba, 0x1c, 0x10, 0x15, 0x13, 0x0e, 0xea, 0xb3, 0x25, 0x13, 0x42, 0xc3, 0x43, 0x29, 0xed, 0xfc, 0xa0, 0x71, 0xf8, 0xc8, 0x3e, 0x40, 0x26, 0xa7, 0xdd, 0x34, 0x44, 0xaa, 0xaa, 0xae, 0x30, 0x84, 0xe5, 0x62, 0x16, 0xe9, 0xcc, 0xe6, 0xcc, 0xd7, 0x59, 0x6c, 0x67, 0x8e, 0x85, 0x0e, 0x57, 0x39, 0xdc, 0xee, 0xbc, 0x6d, 0x31, 0x02, 0xe6, 0x1b, 0x70, 0x59, 0x39, 0xec, 0xd8, 0x7e, 0x50, 0xe7, 0xc0, 0xd8, 0x1d, 0x7a, 0x74, 0x6f, 0x58, 0x58, 0xd8, 0x6e, 0x4a, 0x3b, 0x3f, 0x28, 0x1c, 0x3c, 0x1c, 0x02, 0xc8, 0xe4, 0xd4, 0x1b, 0x86, 0x38, 0xce, 0x6a, 0x87, 0x4d, 0x58, 0x21, 0x64, 0x81, 0xce, 0x92, 0xdc, 0x5e, 0x2c, 0xec, 0x83, 0xf8, 0x5c, 0x65, 0x94, 0x5a, 0x77, 0x35, 0xdc, 0xed, 0xbe, 0x6b, 0x31, 0x02, 0x2e, 0x2c, 0x25, 0x5c, 0xbe, 0x00, 0xea, 0x3c, 0x24, 0xbd, 0x87, 0x42, 0xf7, 0x50, 0xda, 0xf9, 0x41, 0x60, 0xdf, 0xc1, 0xdd, 0x80, 0x4c, 0x4a, 0xb9, 0x6e, 0x88, 0xe2, 0xaa, 0x71, 0xf4, 0x2d, 0x6a, 0x69, 0x1e, 0x67, 0x81, 0x26, 0x2c, 0x46, 0x88, 0xdc, 0x82, 0x2c, 0x36, 0x4b, 0xc8, 0x64, 0x03, 0xc7, 0x0c, 0x36, 0x6b, 0xc8, 0x90, 0xb7, 0xe9, 0x9c, 0x99, 0xb9, 0x69, 0xc6, 0x31, 0x8e, 0x1d, 0xd0, 0x48, 0x98, 0x62, 0x16, 0xe3, 0x03, 0x41, 0x3c, 0xae, 0xf7, 0xb8, 0x21, 0x36, 0x2e, 0x0a, 0xd4, 0xf9, 0x70, 0x1e, 0xf8, 0xb6, 0x70, 0xff, 0xfe, 0x6f, 0x29, 0xed, 0x7c, 0x3f, 0x11, 0xb2, 0x7f, 0x17, 0x20, 0x6f, 0x24, 0xfd, 0xcc, 0x85, 0x40, 0x56, 0xb1, 0x31, 0x40, 0xb6, 0x9c, 0xf6, 0x65, 0xe5, 0x32, 0x11, 0xb3, 0xd3, 0x20, 0x5d, 0xae, 0x0b, 0xa4, 0x67, 0x25, 0x33, 0xa6, 0x70, 0x66, 0x64, 0xa7, 0xca, 0x75, 0x82, 0x34, 0x31, 0x6b, 0xc8, 0x13, 0xd3, 0x45, 0x34, 0x44, 0x5e, 0x61, 0xb6, 0xc1, 0xfc, 0xc2, 0x1c, 0x93, 0x45, 0x82, 0xb8, 0x9a, 0x88, 0xe3, 0x03, 0x5c, 0x48, 0x12, 0x9f, 0xdb, 0xcd, 0xa6, 0x8d, 0x77, 0xf9, 0xb2, 0xf2, 0xa1, 0xb0, 0xfd, 0xa0, 0xce, 0x8b, 0x73, 0xdf, 0xae, 0x0b, 0x7b, 0x0e, 0xee, 0xa1, 0xb4, 0xf3, 0xfd, 0xc0, 0xee, 0x90, 0x9d, 0x80, 0xbc, 0xf6, 0x53, 0x22, 0x17, 0x00, 0x59, 0x5a, 0x5e, 0x0c, 0xa9, 0x19, 0xc9, 0x90, 0xc6, 0xa6, 0x86, 0x4a, 0x78, 0xcc, 0x15, 0x20, 0xb3, 0x65, 0x0b, 0xcf, 0xd6, 0x84, 0xb6, 0x0a, 0x9c, 0xcb, 0x59, 0x50, 0x6c, 0x52, 0x45, 0x0e, 0x64, 0x51, 0x59, 0x3e, 0x14, 0x95, 0xe6, 0x43, 0x71, 0x59, 0x01, 0x67, 0x75, 0xad, 0x13, 0x3a, 0xd9, 0xf8, 0x00, 0x33, 0x8e, 0x8a, 0xb7, 0x6f, 0xdf, 0x86, 0x94, 0xd4, 0x9b, 0xa0, 0xce, 0x4d, 0xb2, 0x6b, 0x77, 0xc8, 0x37, 0x3b, 0x42, 0x42, 0x42, 0x28, 0xed, 0x3c, 0x9a, 0xd8, 0xb5, 0x7b, 0x3b, 0x20, 0xaf, 0x5e, 0xbb, 0xcc, 0x06, 0x66, 0x77, 0x38, 0xcb, 0x2b, 0x4b, 0x79, 0xcb, 0xe7, 0xd3, 0x3d, 0x16, 0xda, 0x91, 0x4a, 0xec, 0x02, 0x14, 0x57, 0xb1, 0x38, 0x8f, 0x13, 0x73, 0x07, 0x45, 0x25, 0x56, 0x61, 0x71, 0x06, 0xa0, 0x58, 0x5a, 0x51, 0xc4, 0x89, 0x8b, 0x45, 0x8a, 0xb8, 0xda, 0xc8, 0xc9, 0x22, 0x41, 0x85, 0xa3, 0x14, 0x3c, 0x0d, 0x6e, 0x3e, 0x30, 0x54, 0x26, 0x44, 0x36, 0xb7, 0x34, 0xc1, 0xd9, 0x1f, 0xe2, 0x41, 0x9d, 0xa3, 0xa4, 0x67, 0xd7, 0x9e, 0x1d, 0x94, 0x76, 0x1e, 0x2d, 0x7c, 0xbd, 0x6b, 0x2b, 0x20, 0xaf, 0xfc, 0x74, 0x89, 0x17, 0x84, 0x22, 0x71, 0x1d, 0x00, 0xc3, 0xb4, 0x2e, 0x76, 0x21, 0x13, 0xb8, 0x50, 0x8a, 0x2c, 0xc8, 0x44, 0x2e, 0xb3, 0x0a, 0x6c, 0x8a, 0x8c, 0xe2, 0x96, 0x72, 0xa2, 0xb8, 0x95, 0x55, 0x65, 0xfc, 0xb6, 0xc2, 0x51, 0x66, 0x10, 0xff, 0xc6, 0x1f, 0xc7, 0xc7, 0xf8, 0x71, 0x09, 0x9f, 0x7d, 0x60, 0x2e, 0x01, 0x17, 0x92, 0x0c, 0x32, 0x43, 0x62, 0xb5, 0x72, 0xe8, 0xd1, 0x83, 0xa0, 0xce, 0x55, 0x32, 0x6d, 0xfb, 0x37, 0xdb, 0x29, 0xed, 0x3c, 0x52, 0x6c, 0xdf, 0x19, 0x0c, 0xc8, 0x2b, 0xd7, 0x98, 0x01, 0xba, 0xba, 0x38, 0x9d, 0xec, 0x82, 0x9b, 0x62, 0x5b, 0x5b, 0x74, 0x69, 0x05, 0x13, 0xb8, 0xc2, 0xda, 0x8a, 0x95, 0x88, 0x28, 0x2a, 0x9a, 0x07, 0x6f, 0x2b, 0xf1, 0x56, 0x12, 0xa7, 0x81, 0x98, 0x62, 0xc6, 0xf5, 0x05, 0xf3, 0xb8, 0xdc, 0x4a, 0xa7, 0xc9, 0xea, 0x3a, 0x17, 0xb4, 0x77, 0xb4, 0xf1, 0x88, 0xa0, 0x88, 0xdd, 0x44, 0x7e, 0x41, 0x2e, 0x8b, 0x00, 0x5f, 0xf3, 0xf3, 0xdd, 0xfe, 0xb5, 0xe4, 0x8e, 0xe0, 0xf8, 0x9d, 0x3b, 0x37, 0x53, 0xda, 0x79, 0xb8, 0xd8, 0xba, 0x7d, 0x13, 0x20, 0x13, 0xaf, 0x24, 0xf0, 0x14, 0x2f, 0x96, 0x7d, 0x61, 0xbf, 0x6c, 0x88, 0x6d, 0x84, 0x6c, 0xb3, 0x35, 0xa3, 0x80, 0x42, 0xd8, 0x0a, 0x53, 0x38, 0x97, 0xb8, 0x8f, 0x4b, 0xc1, 0xea, 0xd6, 0xc9, 0x88, 0x03, 0x4a, 0xa7, 0x3c, 0xee, 0x8f, 0x55, 0xbd, 0x58, 0xc1, 0x5f, 0x57, 0xef, 0xa9, 0x63, 0xe3, 0x81, 0x5b, 0x46, 0x64, 0x42, 0xe2, 0xc0, 0xf1, 0xca, 0xd5, 0x4b, 0xa0, 0xce, 0x5b, 0xb2, 0x63, 0xdb, 0xf6, 0xcd, 0x1b, 0x83, 0x82, 0x82, 0x28, 0xed, 0x3c, 0x54, 0x04, 0x6f, 0xdd, 0x08, 0xc8, 0xcb, 0x89, 0x17, 0x59, 0x2b, 0xeb, 0xe4, 0x26, 0xc0, 0xf9, 0x7a, 0xb9, 0x4d, 0xec, 0x2a, 0x25, 0x36, 0x6f, 0xc5, 0x15, 0x16, 0xf1, 0x9c, 0x6c, 0xda, 0xc8, 0xc9, 0x8e, 0x71, 0x0a, 0x29, 0x58, 0x65, 0xb2, 0x76, 0x00, 0xea, 0xcf, 0x33, 0x5e, 0xeb, 0x30, 0xde, 0x13, 0x9f, 0x83, 0xd9, 0x46, 0x65, 0x4e, 0x45, 0x34, 0x47, 0xd4, 0x89, 0x70, 0x50, 0xe7, 0xcf, 0xb9, 0x6d, 0xa3, 0x6b, 0xcb, 0x96, 0x8d, 0x94, 0x76, 0x1e, 0x0a, 0x82, 0x82, 0xd7, 0x03, 0x32, 0x21, 0xf1, 0x47, 0x1e, 0x66, 0x3b, 0xbb, 0x6e, 0x83, 0xdb, 0x53, 0xdb, 0x87, 0xd8, 0x0e, 0x2e, 0xb6, 0x45, 0x60, 0x29, 0x62, 0x35, 0xa7, 0xd3, 0x64, 0x9d, 0x60, 0x8d, 0x85, 0xae, 0x7e, 0x28, 0x1e, 0xaf, 0xd6, 0x69, 0xbc, 0x97, 0x78, 0x6f, 0xfc, 0x8c, 0x1a, 0x66, 0x4a, 0xac, 0x45, 0x44, 0x23, 0x18, 0x64, 0xe7, 0x5b, 0x5e, 0x51, 0x0a, 0x7b, 0xf6, 0x7e, 0x03, 0xea, 0x7b, 0x20, 0x37, 0x05, 0xaf, 0x4f, 0xda, 0xbc, 0xf9, 0x2b, 0x4a, 0x3b, 0x0f, 0x06, 0x1b, 0x82, 0xd6, 0x01, 0xf2, 0xc7, 0x4b, 0xe7, 0xf9, 0x05, 0xc5, 0x25, 0x5b, 0x6c, 0x5d, 0x3c, 0x74, 0xab, 0xd6, 0x58, 0xed, 0xe8, 0x2d, 0x74, 0x5f, 0xc2, 0xba, 0x5d, 0x3c, 0x7a, 0x8c, 0x0e, 0x7b, 0x1b, 0x05, 0x3f, 0x13, 0xcf, 0xad, 0xbd, 0xa3, 0x5d, 0x98, 0x55, 0xb2, 0x83, 0xdd, 0x4f, 0x66, 0xd3, 0xc6, 0x4d, 0xc1, 0x5f, 0x81, 0xfa, 0x3e, 0x8c, 0x3d, 0x8c, 0x51, 0x5f, 0x6e, 0xf9, 0x92, 0xd2, 0xce, 0x03, 0x61, 0xfd, 0x86, 0xcf, 0x01, 0xf9, 0xe3, 0xc5, 0x73, 0x4c, 0xfc, 0x5b, 0xc2, 0x00, 0x0d, 0x75, 0x46, 0x0b, 0x57, 0x82, 0x5b, 0xc4, 0xb6, 0x09, 0x5d, 0x57, 0x5f, 0xcd, 0xab, 0x83, 0xec, 0xc4, 0xa2, 0x51, 0x8c, 0x26, 0x83, 0x26, 0x7b, 0x7e, 0x5f, 0xef, 0x63, 0x37, 0x07, 0x7e, 0x3e, 0x16, 0xa9, 0x62, 0xfd, 0xc1, 0x6d, 0x69, 0x5a, 0x64, 0x63, 0xb3, 0x17, 0x4e, 0x9f, 0x39, 0x05, 0xea, 0x3b, 0x49, 0xb6, 0x31, 0x06, 0x32, 0x50, 0xda, 0xb9, 0x2f, 0x7c, 0xb1, 0xfe, 0x33, 0x40, 0x9e, 0xfb, 0xf1, 0x2c, 0x1f, 0x70, 0xa1, 0x09, 0x3c, 0x5e, 0xb7, 0x55, 0xf4, 0x5e, 0x82, 0x6b, 0x22, 0xdb, 0x44, 0xc4, 0x16, 0x8a, 0x06, 0xea, 0x4d, 0xf7, 0x00, 0xec, 0xe3, 0xf9, 0xec, 0x7d, 0xdc, 0x8c, 0xba, 0x09, 0x8c, 0xe8, 0x53, 0x23, 0x6e, 0xd1, 0xa4, 0x5e, 0x66, 0x84, 0x8e, 0x5b, 0xed, 0x8c, 0x1d, 0xbc, 0xee, 0x00, 0x6f, 0xab, 0x9c, 0x0e, 0x38, 0x70, 0x70, 0x2f, 0xa8, 0xef, 0x26, 0x18, 0xe8, 0x60, 0xa4, 0xb4, 0xb3, 0x1d, 0x81, 0x5f, 0xfc, 0x05, 0x90, 0xe7, 0xce, 0x9d, 0xe1, 0x85, 0x9d, 0xc8, 0x06, 0x6f, 0x3d, 0x17, 0xbe, 0xaf, 0x16, 0xde, 0xbf, 0xd8, 0x6e, 0xbe, 0x98, 0x83, 0xe6, 0x11, 0xac, 0xe7, 0xef, 0x63, 0xb0, 0xd1, 0x24, 0x3e, 0xce, 0x5f, 0xdf, 0x50, 0x67, 0xb6, 0xf0, 0x3a, 0x76, 0x5b, 0xc7, 0x5a, 0x77, 0xad, 0x8b, 0x89, 0xeb, 0x32, 0x07, 0x86, 0x6c, 0x4a, 0xea, 0xe4, 0x74, 0x68, 0xf7, 0x1d, 0xc6, 0x7d, 0xbc, 0xc5, 0x73, 0x6d, 0x69, 0x6d, 0xe2, 0x06, 0x50, 0x26, 0xc0, 0x6e, 0x21, 0x27, 0x2f, 0x8b, 0x75, 0x0b, 0x1b, 0xd8, 0xf7, 0xfb, 0x44, 0xe3, 0xda, 0x84, 0xc0, 0xc0, 0x8f, 0x29, 0xed, 0xac, 0xf0, 0x69, 0xe0, 0xc7, 0x80, 0x3c, 0x7b, 0xee, 0x34, 0x0f, 0xa9, 0x48, 0x0c, 0xaf, 0x7a, 0x4b, 0x37, 0x45, 0x37, 0x05, 0x37, 0xc5, 0x16, 0x02, 0x7b, 0x64, 0x4b, 0xae, 0xc3, 0x30, 0xee, 0xae, 0x31, 0x05, 0xad, 0xab, 0xe6, 0x82, 0x0a, 0x51, 0x9d, 0x5c, 0x40, 0x45, 0x6c, 0xc9, 0x2e, 0xde, 0x9a, 0xc5, 0xe3, 0x35, 0xf2, 0xf9, 0x68, 0x82, 0x1a, 0xfd, 0x3e, 0x9a, 0x51, 0x3b, 0x16, 0x34, 0x8f, 0x45, 0xb4, 0x72, 0xb1, 0xf3, 0x73, 0xf3, 0xec, 0xa2, 0x32, 0x02, 0x12, 0x57, 0x13, 0x13, 0xaf, 0x26, 0x40, 0xe0, 0xe7, 0x7f, 0x01, 0xf5, 0x5d, 0x19, 0xbb, 0x3f, 0x0d, 0x5c, 0x1b, 0xc6, 0xba, 0x05, 0x4a, 0x3b, 0x7f, 0xf2, 0xe9, 0x47, 0x80, 0xfc, 0xfe, 0x6c, 0xbc, 0x61, 0x00, 0x0c, 0xab, 0x7a, 0xe8, 0x55, 0x17, 0xb9, 0xba, 0xda, 0x29, 0x66, 0x03, 0x2e, 0x07, 0x2f, 0xea, 0x70, 0x38, 0x2b, 0xd8, 0x54, 0x91, 0xd1, 0x51, 0xce, 0x6f, 0x1d, 0x4e, 0x36, 0x2d, 0xe4, 0x74, 0xf0, 0x56, 0xcb, 0xc5, 0xd5, 0x58, 0x53, 0x5b, 0xcd, 0x29, 0xcc, 0xc1, 0xde, 0xdf, 0x5d, 0x6b, 0x21, 0x1f, 0x33, 0xf0, 0x71, 0x80, 0x30, 0x9b, 0xbb, 0xbe, 0xce, 0x76, 0x5f, 0x7b, 0x5c, 0xde, 0x72, 0x83, 0xba, 0x85, 0xe9, 0xb8, 0xf1, 0xd8, 0xf9, 0x7a, 0x1b, 0x1b, 0xf8, 0x40, 0xd1, 0x88, 0x06, 0x8c, 0xb5, 0xec, 0x39, 0xc7, 0xc2, 0xc3, 0x40, 0x7d, 0x5f, 0x49, 0x2f, 0x63, 0x00, 0x33, 0xc2, 0xd8, 0x4d, 0x3b, 0xaf, 0x59, 0xbb, 0x1a, 0x90, 0x71, 0xf1, 0xb1, 0xd0, 0xda, 0xda, 0xc2, 0xa7, 0x5a, 0x28, 0x64, 0x51, 0x49, 0x21, 0x67, 0x71, 0x69, 0x21, 0x94, 0x96, 0x15, 0xf3, 0x04, 0x11, 0x4e, 0xb9, 0x30, 0x4f, 0x50, 0x81, 0x82, 0x3b, 0xca, 0x7b, 0x09, 0x2e, 0x84, 0x96, 0xad, 0xb9, 0xd6, 0x65, 0x11, 0xda, 0x2d, 0xfb, 0xf4, 0x7a, 0x49, 0x8f, 0xea, 0x32, 0x0c, 0xd6, 0xf7, 0x4f, 0x8f, 0x7e, 0xec, 0x96, 0xd1, 0xc6, 0xcd, 0x53, 0xc8, 0xd8, 0xea, 0x31, 0xf2, 0x88, 0xf7, 0xaf, 0x35, 0x06, 0x9e, 0xf8, 0x19, 0x4d, 0xcd, 0x8d, 0x72, 0x7c, 0x20, 0x88, 0xab, 0x8b, 0x45, 0xc5, 0x85, 0xb0, 0x75, 0x7b, 0x30, 0xa8, 0xef, 0x2d, 0x18, 0x90, 0xbb, 0x76, 0x6d, 0xc0, 0xef, 0xc7, 0xa4, 0x01, 0x02, 0xd6, 0xac, 0x04, 0x64, 0x4c, 0xec, 0x09, 0x68, 0x6a, 0x6a, 0x64, 0x17, 0xad, 0x89, 0x0b, 0x8b, 0x69, 0xd9, 0xd2, 0xf2, 0x12, 0x28, 0xab, 0x28, 0x81, 0x8a, 0x4a, 0xb1, 0x7e, 0xef, 0xe0, 0xad, 0x5c, 0xb4, 0x74, 0x8c, 0x00, 0x46, 0x0b, 0xaf, 0x15, 0x21, 0x9a, 0x0b, 0xee, 0x16, 0xa3, 0x7f, 0x14, 0x87, 0x53, 0x8a, 0xdb, 0xd0, 0xe0, 0xb1, 0xd2, 0xdb, 0x60, 0x10, 0x5b, 0xac, 0x4e, 0x5c, 0xf8, 0xb1, 0xfc, 0xcd, 0xb8, 0xef, 0xe1, 0xdd, 0x93, 0x7e, 0x2c, 0xc6, 0x17, 0xe2, 0x56, 0x8d, 0x43, 0x84, 0x39, 0x84, 0x21, 0xf0, 0xef, 0xd8, 0x2d, 0x08, 0x03, 0x30, 0xb2, 0x5b, 0x5c, 0x4d, 0xbc, 0x78, 0xe9, 0x02, 0xa8, 0xef, 0x2e, 0xb8, 0xaa, 0x74, 0x4c, 0x1a, 0x60, 0x55, 0xc0, 0x0a, 0x40, 0x46, 0xc7, 0x44, 0xf2, 0x16, 0xd3, 0xcc, 0x0c, 0x80, 0xad, 0x19, 0x5b, 0xbb, 0xbd, 0xa5, 0x3b, 0x55, 0xff, 0xcd, 0xc3, 0xb9, 0xe8, 0x87, 0x79, 0xf8, 0xae, 0x97, 0x03, 0x42, 0xbb, 0xe0, 0x5e, 0x4f, 0x2f, 0x91, 0x1b, 0x9b, 0xbc, 0xfc, 0x73, 0x74, 0x62, 0x3f, 0x8d, 0xb4, 0xdf, 0xc7, 0xc4, 0x90, 0xf1, 0x58, 0x8b, 0x7a, 0xac, 0xd1, 0x38, 0x46, 0x63, 0x70, 0xb3, 0x34, 0xe9, 0xe6, 0x10, 0xb7, 0x62, 0x8c, 0x52, 0xcf, 0xa2, 0x5a, 0xb3, 0x25, 0x0a, 0xa0, 0x19, 0x32, 0x32, 0xd3, 0x60, 0x1d, 0x9b, 0x19, 0xac, 0x0a, 0x58, 0xae, 0xf1, 0x83, 0xd0, 0x31, 0x69, 0x80, 0x0f, 0x57, 0x2e, 0x03, 0x64, 0x54, 0xf4, 0x71, 0x2e, 0x3e, 0xb2, 0x86, 0x85, 0x71, 0x2e, 0xba, 0xab, 0x52, 0xf4, 0xf7, 0xac, 0xdf, 0xb7, 0xb4, 0x74, 0xd9, 0xca, 0xb1, 0x8f, 0x56, 0x2d, 0x5d, 0x6f, 0xd9, 0xba, 0xd8, 0x42, 0xf0, 0x26, 0x4d, 0xd4, 0x26, 0xde, 0xcd, 0x08, 0xb6, 0x70, 0x62, 0x8b, 0x54, 0x44, 0x81, 0xda, 0xda, 0x5a, 0x2d, 0xf7, 0xd5, 0xb1, 0xf9, 0x5a, 0xbb, 0x41, 0x1a, 0xc5, 0x67, 0x35, 0x7b, 0x0d, 0x43, 0x08, 0xe1, 0xd5, 0xac, 0x40, 0x88, 0x5f, 0x51, 0x59, 0x0e, 0x3b, 0x77, 0x6d, 0x07, 0xf5, 0x9d, 0x25, 0x9d, 0x2b, 0x56, 0x2d, 0xc3, 0xe9, 0xe1, 0xd8, 0x5c, 0x3e, 0xfe, 0x60, 0xc5, 0x7b, 0x80, 0x8c, 0x8c, 0x0a, 0x37, 0x04, 0xc2, 0x41, 0x9f, 0xd3, 0x25, 0xfb, 0x75, 0x36, 0xf8, 0x53, 0xa2, 0xf3, 0x81, 0x96, 0x0a, 0xef, 0x46, 0x4b, 0xaf, 0xef, 0xa7, 0x85, 0x2b, 0x91, 0x9a, 0xf9, 0xd8, 0x42, 0x88, 0xd8, 0xca, 0xb7, 0x9e, 0x31, 0xc8, 0xfa, 0x64, 0x2e, 0x4e, 0x87, 0x46, 0x29, 0x18, 0x3e, 0xde, 0x26, 0x9f, 0x23, 0x8e, 0x5b, 0xf9, 0xb1, 0x32, 0x04, 0x1a, 0x41, 0xdd, 0xa2, 0x21, 0xf8, 0x67, 0x32, 0x23, 0xe8, 0xc2, 0xe3, 0x80, 0x16, 0x8f, 0xf1, 0x7c, 0x4f, 0x44, 0x47, 0x82, 0xfa, 0xae, 0x92, 0x1d, 0xcb, 0x57, 0xbc, 0xb7, 0x71, 0xf5, 0xea, 0xd5, 0x63, 0x3b, 0x81, 0xf4, 0xfe, 0x07, 0x4b, 0x00, 0x19, 0x11, 0x79, 0xcc, 0x08, 0xbf, 0xd8, 0xba, 0xab, 0xb5, 0xa9, 0x98, 0x31, 0x42, 0x97, 0x61, 0xde, 0x1e, 0xe2, 0xcd, 0x96, 0xde, 0xc8, 0x05, 0x57, 0xad, 0x5b, 0xb4, 0x60, 0x25, 0xb6, 0x10, 0x58, 0x08, 0x73, 0xcb, 0xa0, 0x5a, 0xc5, 0x33, 0x8e, 0xf1, 0x56, 0x3d, 0x26, 0x6f, 0x55, 0xff, 0xad, 0x06, 0x72, 0x48, 0x3d, 0x3a, 0xb4, 0xb4, 0x09, 0x33, 0x74, 0xe0, 0xca, 0xa0, 0xf1, 0xde, 0x1d, 0x3c, 0x92, 0x5c, 0xb9, 0x7a, 0x19, 0x56, 0xae, 0x5a, 0x0e, 0xea, 0x7b, 0x72, 0x2e, 0x5f, 0x12, 0xbf, 0x74, 0xe9, 0x52, 0x4a, 0x21, 0x23, 0x96, 0xbe, 0xff, 0x2e, 0x20, 0xc3, 0x8f, 0x1f, 0x35, 0x22, 0x00, 0xf6, 0xe7, 0x35, 0x75, 0x72, 0x11, 0x08, 0xc3, 0xbd, 0x21, 0x3c, 0x52, 0x0a, 0x2f, 0x07, 0x63, 0xd6, 0x7e, 0x5b, 0x08, 0x81, 0x17, 0x9e, 0xb7, 0xd8, 0xf6, 0x36, 0xad, 0x35, 0xde, 0x92, 0xc9, 0x26, 0x33, 0x91, 0xa3, 0xea, 0x0f, 0x04, 0x3b, 0x79, 0xde, 0xbf, 0x4b, 0xe6, 0xfe, 0x6f, 0xcb, 0xc4, 0x94, 0x30, 0x88, 0x29, 0xaa, 0x3e, 0xa2, 0x57, 0xe6, 0xc2, 0xcf, 0xe8, 0x54, 0xcf, 0x43, 0xb2, 0xfb, 0xd9, 0xd9, 0x99, 0xf0, 0xd9, 0xe7, 0x6b, 0x41, 0x7d, 0x3f, 0xc9, 0xb4, 0x25, 0xcb, 0x96, 0x50, 0x11, 0x89, 0x8e, 0xc5, 0x4b, 0x16, 0x01, 0xf2, 0xc8, 0xb1, 0x50, 0xa3, 0x8f, 0x45, 0xb1, 0x6b, 0x8d, 0x70, 0x2f, 0xc5, 0x97, 0x53, 0x31, 0x25, 0x7c, 0x63, 0x93, 0x68, 0xf9, 0xfc, 0x35, 0xb2, 0xd5, 0xf3, 0xfe, 0x5b, 0x85, 0x76, 0x6c, 0xed, 0xb2, 0x15, 0x2b, 0x41, 0x79, 0x2a, 0xd7, 0x28, 0xf2, 0xb8, 0xc3, 0x4b, 0xc4, 0xbb, 0xbb, 0xef, 0xf2, 0xdf, 0x10, 0x62, 0xf5, 0x8f, 0x28, 0x05, 0x53, 0x95, 0x40, 0xb2, 0x06, 0x40, 0x9a, 0x45, 0x45, 0x07, 0x15, 0xd6, 0xd1, 0x04, 0x78, 0xcc, 0x53, 0xd8, 0x9d, 0xa6, 0x51, 0xaa, 0x5c, 0x55, 0xb0, 0xf3, 0x9b, 0xed, 0xec, 0x3b, 0x2d, 0xd4, 0xe9, 0x59, 0xbc, 0xf4, 0xed, 0x65, 0xb3, 0x67, 0xcf, 0xa6, 0x32, 0x32, 0x3b, 0x16, 0xbd, 0xbb, 0x00, 0x90, 0xa1, 0x47, 0x0e, 0x19, 0x06, 0xc0, 0x96, 0xae, 0x16, 0x5f, 0x3c, 0x1e, 0x35, 0x47, 0x17, 0x23, 0x6c, 0x6f, 0x53, 0x83, 0x16, 0xee, 0x9b, 0x8c, 0xbe, 0x18, 0xa9, 0x84, 0x57, 0xe1, 0xfa, 0xb6, 0x0c, 0xeb, 0xbc, 0xb5, 0x4b, 0xd1, 0xb9, 0xf8, 0x4c, 0x60, 0x2c, 0xfe, 0x54, 0x15, 0xc1, 0xe2, 0xb8, 0xc7, 0x28, 0x0a, 0x45, 0x23, 0x0c, 0x64, 0x02, 0x14, 0x5a, 0xd5, 0x07, 0xa8, 0x68, 0xd2, 0xd8, 0xe8, 0x85, 0xc8, 0x13, 0xc7, 0xe1, 0x9d, 0xc5, 0x6f, 0x83, 0xfa, 0x4e, 0x8c, 0x5d, 0xef, 0x2c, 0x5e, 0xb0, 0x63, 0xe1, 0xc2, 0x85, 0x54, 0x48, 0xda, 0x1f, 0xde, 0x5e, 0xf4, 0x26, 0x20, 0x0f, 0x87, 0x1e, 0xe0, 0xa3, 0x69, 0x14, 0x14, 0xe7, 0xce, 0x96, 0xb0, 0x2f, 0x97, 0x7b, 0x75, 0xf1, 0x9b, 0xe4, 0x73, 0xd5, 0x40, 0x4c, 0x0d, 0xd2, 0xec, 0xe2, 0x73, 0xb1, 0x34, 0x03, 0xdc, 0x95, 0x75, 0x7e, 0x5c, 0x6c, 0xa3, 0x24, 0xbc, 0xc7, 0x28, 0x0d, 0xe7, 0x06, 0x50, 0x51, 0x81, 0x3d, 0xcf, 0x30, 0x00, 0xa3, 0x1e, 0x45, 0xd4, 0xdf, 0x3a, 0xd8, 0x67, 0x26, 0x5e, 0xb9, 0x04, 0xef, 0x7d, 0xb0, 0x18, 0xd4, 0x77, 0xe1, 0x7c, 0xe7, 0xcd, 0x0b, 0x8b, 0x16, 0xbd, 0x41, 0xa5, 0xe4, 0xf7, 0xc2, 0x5b, 0x0b, 0xfc, 0x01, 0x79, 0xf0, 0xd0, 0x3e, 0x23, 0x9c, 0x63, 0x1f, 0xef, 0x56, 0xab, 0x75, 0x46, 0x32, 0xc7, 0x23, 0xc5, 0x17, 0xd3, 0x2d, 0x7d, 0x3a, 0xa7, 0x5a, 0xbf, 0xa2, 0x08, 0xff, 0x1d, 0x9a, 0x09, 0x6c, 0xe1, 0x5f, 0x85, 0x7b, 0xd9, 0x05, 0x98, 0x25, 0xe1, 0x77, 0xfb, 0xed, 0x06, 0xc4, 0x18, 0x41, 0xfd, 0x4d, 0x88, 0x9f, 0x9f, 0x9f, 0x0b, 0x9f, 0x7c, 0xb2, 0x06, 0xd4, 0x77, 0x90, 0x2c, 0x58, 0xb0, 0xc0, 0x7f, 0x32, 0x29, 0x3b, 0x48, 0xf8, 0xbf, 0x39, 0x1f, 0x90, 0xfb, 0x0e, 0xec, 0x15, 0xeb, 0x00, 0x4c, 0x58, 0x8f, 0x5a, 0x55, 0xf3, 0xba, 0x45, 0xa2, 0x07, 0x5b, 0xbf, 0xea, 0xf7, 0x9b, 0x45, 0x04, 0xc0, 0xa9, 0x97, 0x39, 0x9f, 0xd7, 0x23, 0x40, 0x9b, 0x99, 0x9e, 0xd5, 0x4c, 0xa0, 0x06, 0x80, 0xd6, 0x71, 0x80, 0xec, 0x16, 0xb4, 0x0a, 0x60, 0x53, 0xe4, 0x2e, 0xcb, 0x73, 0xc5, 0x7d, 0x59, 0xb4, 0xea, 0xac, 0x82, 0xad, 0xdb, 0xb6, 0x80, 0x3a, 0x77, 0x49, 0xaf, 0xff, 0x5b, 0xf3, 0x03, 0x58, 0x3f, 0x4f, 0x3f, 0x27, 0x1b, 0x0a, 0xe6, 0xfb, 0xbf, 0x0e, 0xc8, 0x90, 0x7d, 0x7b, 0x8c, 0x15, 0x36, 0x95, 0xa3, 0x57, 0x11, 0x40, 0xef, 0xfb, 0xd1, 0x04, 0x4d, 0x6a, 0x01, 0x46, 0x2e, 0xc8, 0x58, 0x16, 0x71, 0xa4, 0x11, 0x3a, 0x64, 0x57, 0x70, 0xcb, 0x62, 0x04, 0xab, 0x19, 0xec, 0x75, 0x7e, 0x5d, 0x5a, 0xbf, 0x8e, 0x42, 0xdf, 0xd1, 0x8a, 0x41, 0xf1, 0x3e, 0xce, 0x32, 0xa2, 0x63, 0xa3, 0xe0, 0x8d, 0xb7, 0xe6, 0xb3, 0x73, 0x7e, 0x4d, 0xb1, 0x9b, 0x31, 0x6c, 0xde, 0xbc, 0x79, 0x94, 0xd9, 0x1b, 0x0e, 0x5e, 0x9f, 0x37, 0x17, 0x90, 0xbb, 0x43, 0x76, 0x09, 0x71, 0x59, 0x0b, 0x17, 0xeb, 0xea, 0x66, 0x9e, 0x1f, 0x73, 0xf8, 0xca, 0x04, 0x78, 0xab, 0xa2, 0x80, 0x5a, 0x89, 0xd3, 0xbb, 0x02, 0xbb, 0x11, 0xcc, 0x88, 0x60, 0x9a, 0x41, 0xcd, 0x0e, 0x4c, 0x53, 0x98, 0xe3, 0x85, 0x5e, 0x03, 0x3c, 0x46, 0x7c, 0xcd, 0xe5, 0xcb, 0x97, 0xf8, 0xc0, 0x4e, 0x9d, 0x2f, 0x72, 0xde, 0xbc, 0xb9, 0x09, 0xf3, 0xe7, 0xcf, 0xa5, 0xdc, 0xfe, 0x48, 0xf0, 0xea, 0x6b, 0x73, 0x00, 0xb9, 0xeb, 0xdb, 0x9d, 0x42, 0x60, 0x46, 0x51, 0xb0, 0x61, 0x56, 0xe6, 0xe8, 0xe3, 0x00, 0x6f, 0x93, 0x47, 0xeb, 0x0a, 0xbc, 0x32, 0x1a, 0x0c, 0x6c, 0x04, 0x63, 0x45, 0x4f, 0x8b, 0x0c, 0x26, 0xcd, 0xdc, 0xbd, 0x3e, 0x65, 0x54, 0xcc, 0xcb, 0xcb, 0x85, 0x35, 0x6b, 0x56, 0x81, 0x3a, 0x4f, 0x49, 0xc7, 0xab, 0xaf, 0xcf, 0xa1, 0xea, 0x9e, 0xd1, 0xc0, 0x9c, 0xb9, 0xb3, 0x01, 0xf9, 0x35, 0x9b, 0x3b, 0x7b, 0x65, 0x32, 0x45, 0xa4, 0x57, 0x6b, 0x8d, 0xaa, 0x9d, 0x7a, 0xbd, 0xf8, 0xa3, 0x51, 0xef, 0x12, 0x34, 0x23, 0x68, 0x11, 0xa1, 0xb9, 0xb5, 0xb7, 0x19, 0xac, 0x86, 0x68, 0x35, 0x96, 0x82, 0x55, 0x84, 0x50, 0x91, 0x41, 0xd1, 0xe9, 0xc2, 0x7e, 0x3e, 0x18, 0xd4, 0xf9, 0x49, 0xb6, 0xfd, 0xf9, 0xd5, 0x3f, 0x05, 0xfa, 0xfb, 0xfb, 0x53, 0x7d, 0xdf, 0x68, 0x61, 0xf6, 0x9f, 0x66, 0x01, 0x72, 0xdb, 0x8e, 0x2d, 0x86, 0xc0, 0x28, 0xbc, 0xbd, 0x1a, 0xa8, 0x2f, 0x23, 0xa8, 0xec, 0x5b, 0x2f, 0x33, 0xb4, 0xd8, 0xcd, 0xa0, 0x1b, 0xc2, 0x1a, 0x21, 0x8c, 0xa8, 0x20, 0x23, 0x43, 0x03, 0x1b, 0x6c, 0x46, 0x44, 0x86, 0xb3, 0x56, 0xfe, 0x67, 0x50, 0xe7, 0xc6, 0xd8, 0x33, 0x7b, 0xce, 0xac, 0x30, 0x36, 0xc0, 0xfb, 0x0d, 0x29, 0x36, 0xca, 0x98, 0xf5, 0xbf, 0x33, 0x01, 0x19, 0xbc, 0x75, 0xb3, 0x1c, 0xf8, 0xd5, 0x19, 0x95, 0x35, 0x7d, 0x95, 0x85, 0x19, 0x25, 0x61, 0x5e, 0xeb, 0x14, 0xd1, 0x2b, 0xbb, 0x87, 0xbe, 0x22, 0x83, 0x69, 0x08, 0x33, 0xbd, 0xdb, 0xda, 0xce, 0xa6, 0x8e, 0xed, 0x66, 0x72, 0x08, 0xcd, 0x71, 0xe1, 0xe2, 0x79, 0x78, 0xf3, 0x2d, 0x7f, 0x76, 0x3e, 0x33, 0x4c, 0xce, 0x9e, 0x91, 0x34, 0x7b, 0xf6, 0x4c, 0xaa, 0xf1, 0xbf, 0x5f, 0x98, 0xf9, 0xca, 0x34, 0x40, 0x6e, 0xda, 0xbc, 0xc1, 0xa8, 0xa6, 0x11, 0xf5, 0x76, 0x4e, 0x59, 0x18, 0xea, 0xea, 0xdb, 0x08, 0x9e, 0xba, 0xde, 0x51, 0xa1, 0x8f, 0xc8, 0x60, 0x18, 0x42, 0xa6, 0x6b, 0x8d, 0x05, 0x24, 0x4c, 0x16, 0xc9, 0x84, 0x51, 0x6a, 0x7a, 0x32, 0x2c, 0xff, 0x70, 0x19, 0xa8, 0x73, 0x91, 0x74, 0xce, 0x9c, 0x39, 0x7d, 0xec, 0xa6, 0x69, 0x1f, 0x14, 0xa6, 0xcd, 0x98, 0x02, 0xc8, 0x0d, 0x41, 0xeb, 0x85, 0xd8, 0xf5, 0xa2, 0xfc, 0xda, 0xf8, 0x4d, 0x40, 0x1f, 0xa5, 0xe1, 0x03, 0x9a, 0x41, 0x33, 0x84, 0x3a, 0xe6, 0x33, 0x09, 0x9c, 0x4e, 0x7a, 0x3d, 0x86, 0x19, 0xd0, 0x18, 0xc5, 0x25, 0x45, 0x10, 0xb4, 0x69, 0x03, 0x4c, 0x9b, 0x3e, 0x45, 0x67, 0xc7, 0xf4, 0xe9, 0x53, 0x37, 0x4e, 0x9b, 0x36, 0x8d, 0x7e, 0xe7, 0xf7, 0x20, 0x30, 0x65, 0xea, 0x64, 0x40, 0x7e, 0xb9, 0x7e, 0x1d, 0xd4, 0xc8, 0xea, 0x5a, 0xf5, 0xdb, 0x3c, 0x57, 0x8d, 0xf5, 0x17, 0x41, 0x18, 0x15, 0xcc, 0xdf, 0xf0, 0xc9, 0x52, 0xed, 0x6a, 0xf3, 0x56, 0xff, 0x1b, 0x1e, 0x8b, 0xd7, 0x54, 0x8b, 0x12, 0x31, 0xde, 0xbd, 0x88, 0x84, 0x12, 0xd6, 0x0d, 0x1e, 0x0e, 0x3d, 0x04, 0xaf, 0xcc, 0x9a, 0x01, 0xea, 0xf3, 0x25, 0xe3, 0xa7, 0x4e, 0x9d, 0x4a, 0x69, 0xda, 0x07, 0x89, 0xc9, 0x2f, 0x4f, 0x02, 0xe4, 0xe7, 0xeb, 0x3e, 0x83, 0xca, 0xaa, 0x72, 0x5e, 0xfb, 0x87, 0xbf, 0xfb, 0xc7, 0x9f, 0x85, 0x17, 0xe2, 0x06, 0x10, 0x45, 0xb8, 0x09, 0x44, 0x3e, 0x14, 0x16, 0xe5, 0xf3, 0x5d, 0x3f, 0x45, 0xa1, 0x28, 0xd6, 0x0b, 0x16, 0xf1, 0x42, 0xd1, 0x32, 0xbe, 0xc1, 0x43, 0x19, 0x7f, 0xad, 0xf8, 0x11, 0x69, 0xa5, 0x51, 0xb7, 0x6f, 0x14, 0x92, 0x68, 0x95, 0xbc, 0xf1, 0xdf, 0x9f, 0xe2, 0x03, 0x3c, 0xf5, 0xb9, 0x9c, 0x53, 0x26, 0xa5, 0x4d, 0x9e, 0x3c, 0x99, 0xd2, 0xb4, 0x0f, 0x03, 0x93, 0x5e, 0xf2, 0x03, 0xe4, 0xc7, 0x6b, 0x03, 0xf8, 0x0f, 0x29, 0x72, 0xf2, 0xb3, 0x20, 0x2b, 0x57, 0x6c, 0x03, 0x83, 0xc7, 0x79, 0x05, 0xd9, 0x7c, 0xcb, 0x97, 0xc2, 0x22, 0xdc, 0x05, 0xa4, 0x80, 0x19, 0x43, 0x54, 0x0a, 0xe3, 0x86, 0xd2, 0xb8, 0x4f, 0x00, 0x56, 0x09, 0x8b, 0x5f, 0x12, 0x97, 0x73, 0x8a, 0x1f, 0x93, 0x3a, 0xcc, 0x9f, 0x94, 0xb1, 0xae, 0x03, 0xbb, 0x8b, 0x1b, 0x49, 0xd7, 0xe1, 0xfd, 0x65, 0x4b, 0xd8, 0x67, 0xf9, 0xea, 0xf4, 0x4c, 0x9c, 0xec, 0x4b, 0x69, 0xda, 0x87, 0x09, 0xbf, 0x89, 0x3e, 0x80, 0x5c, 0xfd, 0xd1, 0x4a, 0xc8, 0xcc, 0x49, 0x37, 0xf6, 0x00, 0xc2, 0x3d, 0xfc, 0xc4, 0xb6, 0x30, 0x39, 0x62, 0x9f, 0x1f, 0x6c, 0xfd, 0x48, 0x14, 0xbf, 0x4c, 0x46, 0x00, 0x6e, 0x80, 0x12, 0x51, 0x2a, 0x5e, 0x25, 0xa2, 0x80, 0xa8, 0x23, 0xac, 0x94, 0x5d, 0x48, 0x15, 0x7f, 0xfd, 0x17, 0xeb, 0x02, 0x61, 0xe2, 0x24, 0x5f, 0x50, 0x9f, 0xc5, 0xd8, 0xe5, 0xe7, 0xe7, 0xbb, 0xc3, 0xc7, 0xc7, 0x87, 0xd2, 0xb4, 0x8f, 0x8a, 0x01, 0x56, 0xae, 0xfe, 0x90, 0x6f, 0x02, 0xc5, 0xf7, 0x06, 0xca, 0xcb, 0x30, 0xf6, 0x05, 0x52, 0x5b, 0xc5, 0x60, 0x77, 0x80, 0x11, 0x00, 0x5b, 0x7f, 0x71, 0x99, 0x88, 0x00, 0x68, 0x02, 0xec, 0x02, 0x90, 0x6a, 0x57, 0x10, 0xbe, 0x39, 0x04, 0x23, 0xfe, 0x6d, 0xdf, 0x81, 0x10, 0x3e, 0xb0, 0xd3, 0x84, 0x47, 0x5e, 0x78, 0xe9, 0xa5, 0x09, 0x94, 0xa6, 0x7d, 0xd4, 0x0c, 0xf0, 0xe1, 0xaa, 0x15, 0x96, 0x9d, 0xc0, 0x0c, 0x03, 0xc8, 0xdd, 0xbf, 0x30, 0x02, 0x88, 0x6d, 0x63, 0xd0, 0x04, 0x6a, 0xcb, 0x98, 0x22, 0x6d, 0xbb, 0x18, 0x73, 0x07, 0x91, 0x53, 0xa7, 0x4f, 0xc2, 0xdc, 0xd7, 0xe6, 0xd8, 0x85, 0x2f, 0xf0, 0xf3, 0x9b, 0x30, 0x45, 0x4e, 0xeb, 0x86, 0x4b, 0xc2, 0xfd, 0x8b, 0x00, 0x2b, 0xf8, 0x9e, 0x7f, 0xf6, 0x08, 0x80, 0xdb, 0xc2, 0xf6, 0xb5, 0x51, 0x94, 0xbe, 0x41, 0x14, 0x1f, 0x0b, 0x38, 0x4a, 0x20, 0xf1, 0x5a, 0x02, 0x2c, 0x59, 0xfa, 0xae, 0x5d, 0x78, 0xaf, 0x9f, 0x9f, 0xcf, 0x47, 0xe3, 0xc7, 0x8f, 0xc7, 0xe5, 0xdb, 0x5f, 0x0e, 0x91, 0x64, 0x92, 0x07, 0x69, 0x00, 0xd1, 0x05, 0xc8, 0x08, 0x50, 0x90, 0x29, 0x37, 0x7d, 0xce, 0x96, 0x9b, 0x3b, 0xca, 0x3d, 0xff, 0x4a, 0x72, 0x8d, 0x9d, 0xc2, 0x8a, 0xa5, 0x09, 0xb2, 0xd8, 0xd8, 0x61, 0x63, 0xd0, 0x57, 0x7c, 0x30, 0xa9, 0x09, 0xdf, 0xed, 0xeb, 0x37, 0xe1, 0x08, 0x13, 0xfe, 0x37, 0xc3, 0x10, 0x7e, 0xb4, 0x8d, 0x42, 0x18, 0x9c, 0x01, 0x52, 0xf9, 0x96, 0xae, 0x39, 0xf9, 0x5a, 0x04, 0x90, 0x03, 0xc1, 0xbc, 0xa2, 0x1c, 0xcb, 0xc6, 0x8f, 0x68, 0x00, 0x3c, 0xde, 0xbb, 0x7f, 0x0f, 0x4c, 0x9f, 0x31, 0xd5, 0xd2, 0xea, 0x7d, 0x27, 0xfa, 0x5c, 0xf2, 0xf5, 0x1d, 0xff, 0x9f, 0xec, 0xed, 0x9f, 0xbe, 0x8f, 0x1c, 0x89, 0x31, 0x08, 0x12, 0xbf, 0xb0, 0x18, 0x20, 0x57, 0x46, 0x00, 0x6e, 0x00, 0xb9, 0x49, 0x64, 0x41, 0x96, 0x19, 0x09, 0xe4, 0x46, 0xd1, 0xb8, 0x31, 0xe4, 0xa9, 0xef, 0xbf, 0xe3, 0x85, 0x24, 0xb6, 0x70, 0xef, 0xf0, 0xf5, 0xfd, 0xa3, 0x3f, 0x7b, 0xdf, 0x67, 0xee, 0x13, 0x47, 0x62, 0x0c, 0x8a, 0x10, 0xba, 0xf0, 0x8a, 0x56, 0x03, 0xc8, 0x7d, 0x7f, 0xb5, 0x71, 0x00, 0x8f, 0x04, 0x72, 0xdb, 0x78, 0xdc, 0x1c, 0x3a, 0xf1, 0xa7, 0x04, 0x58, 0xbe, 0xe2, 0x7d, 0xbb, 0xf0, 0x6d, 0xbe, 0x13, 0x27, 0x7c, 0xf1, 0xfc, 0xf3, 0xcf, 0xff, 0x4d, 0x1f, 0xa2, 0xfd, 0xd5, 0x08, 0x39, 0x52, 0x63, 0x0c, 0xc5, 0x10, 0x63, 0x47, 0xf8, 0xde, 0x06, 0x58, 0xce, 0xff, 0x4f, 0x60, 0x26, 0xdf, 0xfc, 0x59, 0x6c, 0x12, 0xad, 0x76, 0xf8, 0xc6, 0x7f, 0x16, 0x81, 0xff, 0x45, 0x2c, 0x28, 0xf8, 0x2b, 0x78, 0x69, 0xf2, 0x44, 0x5d, 0xf8, 0x1e, 0xec, 0xe7, 0xc7, 0x8d, 0xfb, 0xdd, 0x6f, 0x87, 0x20, 0xe8, 0xb3, 0xf7, 0xe0, 0x68, 0x98, 0x63, 0x28, 0x66, 0x18, 0x13, 0x46, 0xe8, 0xeb, 0x4b, 0xf2, 0x0b, 0xa0, 0x1b, 0x00, 0xff, 0x35, 0x1c, 0x37, 0x80, 0xf6, 0x9f, 0xc2, 0xf0, 0x76, 0xdf, 0x81, 0x3d, 0xf0, 0xca, 0xac, 0xe9, 0xd6, 0x7e, 0xde, 0xcf, 0x27, 0x79, 0xc2, 0x84, 0xff, 0xfe, 0xaf, 0x61, 0x08, 0x3c, 0x52, 0x8e, 0x86, 0x19, 0xc6, 0x94, 0x11, 0xfa, 0x15, 0xdf, 0x6a, 0x80, 0x15, 0x96, 0xff, 0x0b, 0x88, 0xc2, 0xc7, 0xc4, 0x45, 0xc1, 0xff, 0xbd, 0x31, 0xcf, 0x1a, 0xee, 0xfd, 0x7c, 0x5c, 0x3e, 0x3e, 0x7f, 0x7c, 0xc3, 0x26, 0x46, 0x7f, 0x62, 0xfd, 0x6a, 0x94, 0x38, 0x1a, 0x66, 0x18, 0x8c, 0x11, 0x9e, 0x38, 0x13, 0x0c, 0x28, 0x7e, 0x2f, 0x03, 0x48, 0xe1, 0x2f, 0x26, 0x9e, 0x87, 0x55, 0xec, 0xbe, 0x4d, 0xf8, 0x0e, 0x1f, 0xbf, 0x09, 0x9b, 0x5e, 0x7c, 0xf1, 0xf9, 0xbf, 0x1f, 0x40, 0xf4, 0x81, 0x44, 0x7c, 0x6e, 0x88, 0x1c, 0xaa, 0x21, 0x06, 0x63, 0x84, 0x31, 0x67, 0x82, 0x01, 0xc5, 0xc7, 0x0b, 0x60, 0x18, 0x20, 0x60, 0x05, 0xff, 0xf7, 0xb0, 0xc1, 0xdb, 0x82, 0xe0, 0xe5, 0x29, 0x93, 0xec, 0xd3, 0xba, 0xd3, 0xe3, 0xc6, 0x8d, 0xfb, 0xd7, 0x7b, 0xb4, 0xf8, 0xc1, 0x8a, 0xfe, 0xd7, 0xf7, 0xe0, 0x60, 0xcd, 0xf0, 0x20, 0x4d, 0xf0, 0x64, 0xb6, 0x7e, 0xdd, 0x00, 0x58, 0x6d, 0x8b, 0xa5, 0x61, 0x36, 0xe1, 0xd3, 0x58, 0x3f, 0xff, 0x3f, 0x83, 0xe8, 0xe3, 0x87, 0x2b, 0xfc, 0xaf, 0x25, 0x87, 0x6b, 0x84, 0xc1, 0x98, 0x60, 0xcc, 0x46, 0x81, 0x21, 0x19, 0xc0, 0xc6, 0x5a, 0x1f, 0x3f, 0x9f, 0x85, 0x6c, 0x5a, 0xf7, 0xec, 0x20, 0x07, 0x79, 0xc3, 0x31, 0xc0, 0xaf, 0x6d, 0x7c, 0x50, 0x06, 0x78, 0x86, 0x0c, 0x60, 0x35, 0x40, 0x8f, 0x26, 0x7c, 0x27, 0x9b, 0xcf, 0x6f, 0x79, 0xe1, 0x85, 0x17, 0xfe, 0xe1, 0x1e, 0xf3, 0xf8, 0xe1, 0x86, 0xff, 0xe1, 0x76, 0x01, 0x83, 0xed, 0x06, 0x68, 0x1c, 0x30, 0xe4, 0x41, 0xa0, 0xdf, 0x84, 0x44, 0x21, 0xfe, 0x84, 0xf8, 0xf1, 0xe3, 0xc7, 0xff, 0x9b, 0xbc, 0x20, 0x83, 0x59, 0xcc, 0x19, 0xca, 0x20, 0xf0, 0xb9, 0x61, 0x92, 0x06, 0x81, 0xf7, 0xdb, 0x04, 0x18, 0xe6, 0xff, 0xe0, 0xf3, 0x87, 0x7f, 0xee, 0xe3, 0xc2, 0x3c, 0x33, 0x02, 0x23, 0x8c, 0xe6, 0x14, 0x70, 0x38, 0x53, 0x41, 0x9a, 0x06, 0x0e, 0xa3, 0x3b, 0xf8, 0x65, 0x3f, 0x17, 0x69, 0xb0, 0x46, 0x18, 0xea, 0x42, 0xd0, 0x60, 0x05, 0x1e, 0xca, 0x4a, 0x21, 0x2d, 0x04, 0xdd, 0x47, 0x23, 0x3c, 0x3d, 0xc0, 0x6a, 0xdb, 0x68, 0x2c, 0x01, 0x0f, 0x67, 0x49, 0x98, 0x96, 0x82, 0xef, 0xb3, 0x11, 0x86, 0x63, 0x86, 0xd1, 0x4a, 0x02, 0x0d, 0x35, 0x29, 0x44, 0xc9, 0xa0, 0x51, 0x32, 0xc2, 0x70, 0xcc, 0x30, 0x14, 0x63, 0x3c, 0x8a, 0x29, 0x61, 0xc2, 0x53, 0x03, 0xe7, 0xcb, 0xef, 0x55, 0x78, 0xf1, 0xf4, 0x43, 0xe2, 0x48, 0x2a, 0x85, 0x08, 0x23, 0x30, 0xc4, 0x60, 0x4c, 0x31, 0x12, 0xa3, 0x50, 0x59, 0xd8, 0x63, 0x6a, 0x8a, 0xd1, 0x30, 0xc9, 0x68, 0x14, 0x87, 0x12, 0x1e, 0x13, 0x83, 0x50, 0x79, 0x38, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0xe1, 0xc9, 0xc2, 0xff, 0x03, 0x48, 0x6a, 0xd4, 0x67, 0xf2, 0xd5, 0x29, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_start_confdialogue_128_png_len = 5455; unsigned char media_playback_start_confdialogue_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74, 0x02, 0x70, 0x23, 0x16, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x1f, 0xf5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x7b, 0x70, 0x15, 0x55, 0x9a, 0xc7, 0x51, 0x47, 0x67, 0x6b, 0x66, 0x6b, 0xa7, 0x6a, 0xb7, 0x76, 0x6b, 0x6a, 0x6b, 0x77, 0x76, 0xc7, 0xda, 0xda, 0x2a, 0x77, 0x6a, 0x77, 0xff, 0x72, 0x6b, 0x65, 0x5d, 0xca, 0x84, 0x20, 0x88, 0x8a, 0x20, 0x22, 0x20, 0x6f, 0x45, 0x41, 0x31, 0x8a, 0x82, 0x22, 0x8a, 0x17, 0x14, 0xc5, 0xc7, 0xa0, 0x80, 0x3c, 0x02, 0x8e, 0x08, 0xf2, 0x8c, 0x84, 0x00, 0xf1, 0xb1, 0x33, 0xbe, 0x05, 0x11, 0x48, 0x20, 0xef, 0xdc, 0xe4, 0xe6, 0xfd, 0xba, 0x79, 0x3f, 0x21, 0x21, 0x0f, 0xc2, 0xb7, 0xfd, 0x9d, 0xee, 0x73, 0xfa, 0x9c, 0xd3, 0xdd, 0x37, 0x21, 0xb9, 0x79, 0x7f, 0xbf, 0xaa, 0x5f, 0xdd, 0x7b, 0xfb, 0xde, 0xdc, 0xdb, 0x7d, 0xf2, 0xfb, 0x7d, 0xe7, 0x3b, 0xa7, 0xbf, 0x3e, 0x3d, 0x66, 0x0c, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x30, 0xe6, 0xc8, 0xb1, 0xc3, 0xf7, 0xc4, 0x1d, 0x3b, 0x54, 0x1e, 0x77, 0xec, 0x70, 0x30, 0x2e, 0xfe, 0xd0, 0xd3, 0x31, 0x31, 0x31, 0x37, 0x52, 0xab, 0x10, 0x46, 0x0d, 0x4c, 0xf1, 0x1f, 0x02, 0x89, 0xfe, 0xf8, 0xf8, 0x43, 0x13, 0xa9, 0x65, 0x08, 0x23, 0x1e, 0x00, 0x70, 0x9d, 0x26, 0x7e, 0x99, 0x5f, 0x1e, 0x39, 0x71, 0xe0, 0x56, 0x6a, 0x25, 0xc2, 0x68, 0x35, 0x00, 0xb2, 0xc3, 0x48, 0x91, 0x36, 0xc6, 0xc7, 0xc7, 0xff, 0x15, 0xb5, 0x16, 0x61, 0x34, 0x1a, 0x80, 0xb3, 0xee, 0xc8, 0xf1, 0x43, 0xd1, 0xb1, 0xb1, 0xb1, 0xd7, 0x53, 0xab, 0x11, 0x46, 0xb4, 0x01, 0x7e, 0x3a, 0x7b, 0xd2, 0xd3, 0x08, 0x47, 0x8e, 0x1d, 0x4a, 0xfe, 0x24, 0xfe, 0xe0, 0x38, 0x6a, 0x39, 0xc2, 0x88, 0x35, 0x00, 0xa2, 0xb6, 0xbe, 0x06, 0xbe, 0xfc, 0xf6, 0xff, 0xbc, 0x8d, 0x70, 0xfc, 0x50, 0x42, 0x5c, 0xdc, 0xfe, 0x7f, 0xa6, 0x16, 0x24, 0x8c, 0x48, 0x03, 0x20, 0xba, 0xba, 0xba, 0xa0, 0xb8, 0xb4, 0x10, 0x12, 0x3e, 0x8b, 0xf3, 0x32, 0x42, 0xbb, 0x31, 0x3e, 0xd8, 0x74, 0xfc, 0xf8, 0xf1, 0x5f, 0x51, 0x4b, 0x12, 0x46, 0x9c, 0x01, 0x38, 0x3a, 0x3a, 0xda, 0x21, 0xd3, 0x9f, 0x06, 0x47, 0x8f, 0x1f, 0xf6, 0x32, 0x42, 0x79, 0x5c, 0xfc, 0xa1, 0xc5, 0x3e, 0x9f, 0xef, 0x67, 0xd4, 0xa2, 0x84, 0x11, 0x67, 0x00, 0x8e, 0xe6, 0x8b, 0x4d, 0x70, 0xea, 0xf4, 0x77, 0xa1, 0x06, 0xca, 0x89, 0x71, 0xc7, 0x0f, 0xdf, 0x4e, 0xad, 0x4a, 0x18, 0x91, 0x06, 0xe0, 0xa8, 0xa9, 0xad, 0x82, 0x3f, 0x7d, 0x99, 0xe0, 0x65, 0x82, 0xab, 0x06, 0x63, 0x63, 0x13, 0x62, 0xff, 0x81, 0x5a, 0x97, 0x30, 0x22, 0x0d, 0xc0, 0xc7, 0x07, 0x45, 0xc5, 0xf9, 0x70, 0x3c, 0xe1, 0x13, 0x2f, 0x23, 0xb4, 0xc4, 0xc5, 0x1f, 0xf4, 0xed, 0xfe, 0x76, 0xf7, 0xcd, 0xd4, 0xca, 0x84, 0x61, 0x6d, 0x80, 0xd6, 0xd6, 0x16, 0x4f, 0x23, 0xb4, 0xb5, 0x5d, 0x86, 0xe4, 0xd4, 0xc4, 0x50, 0x69, 0x51, 0xc9, 0xd1, 0x63, 0x87, 0xe6, 0xe2, 0xef, 0x50, 0x6b, 0x13, 0x86, 0xa5, 0x01, 0xd2, 0xfd, 0xc9, 0x50, 0x52, 0x56, 0xc8, 0x06, 0xc3, 0x5e, 0x68, 0x6a, 0x6e, 0x84, 0xef, 0x4f, 0x7d, 0xed, 0x69, 0x04, 0xc3, 0x04, 0xdf, 0x1e, 0x3d, 0x7a, 0xe8, 0xdf, 0xa9, 0xc5, 0x09, 0xc3, 0xd2, 0x00, 0xc8, 0xcc, 0x9c, 0x54, 0xa8, 0xaa, 0xa9, 0x80, 0xae, 0xab, 0x5d, 0xae, 0x26, 0xb8, 0x7a, 0xf5, 0x2a, 0x54, 0x56, 0x05, 0xe1, 0xf3, 0x3f, 0x79, 0x8e, 0x0f, 0xba, 0x0c, 0xee, 0x3d, 0x7e, 0xfc, 0xc0, 0xdf, 0x52, 0xcb, 0x13, 0x86, 0x9d, 0x01, 0x38, 0xb3, 0x73, 0x33, 0xa0, 0xa1, 0xb1, 0xce, 0xb3, 0x37, 0xb8, 0x72, 0xa5, 0x13, 0x02, 0xf9, 0x39, 0x10, 0x7f, 0x22, 0xd6, 0xcb, 0x08, 0x0d, 0x47, 0x8f, 0x1d, 0x7c, 0xfe, 0xf3, 0xcf, 0x3f, 0xbf, 0x89, 0xfe, 0x03, 0x84, 0x61, 0x67, 0x00, 0xce, 0x82, 0xe2, 0x5c, 0xb8, 0x7c, 0xb9, 0xd5, 0xd3, 0x08, 0x97, 0x8d, 0xf1, 0x41, 0x52, 0xf2, 0xd9, 0x50, 0xe3, 0x83, 0x1c, 0x23, 0x2d, 0x9a, 0x4c, 0xff, 0x05, 0xc2, 0xb0, 0x34, 0x00, 0x67, 0x69, 0xb0, 0x18, 0x3a, 0x3b, 0x3b, 0x3d, 0x8d, 0x50, 0xdf, 0x50, 0x07, 0x5f, 0x7f, 0xfb, 0x27, 0xa0, 0xb2, 0x6b, 0xc2, 0xb0, 0x34, 0x40, 0x5a, 0xd6, 0x05, 0x48, 0xcd, 0x38, 0x0f, 0x29, 0x19, 0x49, 0x70, 0x21, 0xed, 0x1c, 0x24, 0xa5, 0x9c, 0xb5, 0x78, 0x06, 0x12, 0x93, 0x7f, 0x62, 0xc4, 0xd7, 0xe5, 0x15, 0xa5, 0xc6, 0x38, 0xc0, 0x7b, 0x7c, 0x50, 0x16, 0x2c, 0x85, 0x84, 0x2f, 0x8e, 0x79, 0x96, 0x5d, 0xc7, 0x1d, 0x3f, 0x14, 0x93, 0x90, 0x70, 0xe0, 0xaf, 0xe9, 0xbf, 0x42, 0x18, 0x52, 0x06, 0x38, 0x7d, 0xee, 0x07, 0xc6, 0x33, 0x49, 0xa7, 0x18, 0xcf, 0x26, 0xfd, 0x08, 0xe7, 0xce, 0x9f, 0x86, 0x73, 0x17, 0x7e, 0x62, 0x34, 0x0d, 0x70, 0x06, 0xce, 0xa7, 0x9e, 0x85, 0x8c, 0xec, 0xd4, 0x90, 0xe3, 0x83, 0x8e, 0x8e, 0x0e, 0xf0, 0xe7, 0x64, 0xc0, 0xd1, 0x13, 0x87, 0xa9, 0xec, 0x9a, 0x30, 0x3c, 0x0c, 0xc0, 0x04, 0x2f, 0x89, 0x1d, 0x89, 0x62, 0xe7, 0xc4, 0x5e, 0x01, 0x99, 0x9c, 0x9e, 0xc8, 0x98, 0x92, 0x9e, 0x04, 0x79, 0x85, 0x39, 0xc6, 0x18, 0xc0, 0x7b, 0x7c, 0xd0, 0xd2, 0x7a, 0x09, 0xce, 0x26, 0xfe, 0x18, 0x2a, 0x2d, 0xca, 0x3a, 0x72, 0xec, 0xf0, 0x04, 0xfa, 0x0f, 0x11, 0x06, 0xdd, 0x00, 0x3c, 0xba, 0x7b, 0x89, 0x9d, 0x91, 0xa5, 0x48, 0xe7, 0x21, 0x35, 0xd3, 0x24, 0xa6, 0x4d, 0x38, 0x3e, 0x28, 0xaf, 0x28, 0x61, 0xb3, 0x42, 0x5e, 0xa8, 0xad, 0xa3, 0xb2, 0x6b, 0xc2, 0x20, 0x1b, 0xe0, 0x48, 0xfc, 0x41, 0x90, 0xa9, 0xa3, 0xa7, 0x82, 0xe7, 0xa2, 0xe7, 0x8f, 0xc8, 0x0c, 0x7f, 0x0a, 0x64, 0xe5, 0xa4, 0x41, 0x6d, 0x7d, 0x35, 0x1b, 0x07, 0x78, 0x95, 0x55, 0x14, 0x97, 0x14, 0xc2, 0x89, 0x4f, 0x8f, 0x80, 0xbe, 0x2f, 0x16, 0xdb, 0x8f, 0x1c, 0x3b, 0xb8, 0x69, 0xdf, 0xe7, 0xfb, 0xfe, 0x92, 0xfe, 0x63, 0x84, 0xb0, 0x1b, 0x20, 0x36, 0x6e, 0x3f, 0xc8, 0xd4, 0xe1, 0x25, 0x76, 0x2f, 0xc1, 0xa7, 0x67, 0x25, 0x3b, 0xb6, 0x23, 0x03, 0xf9, 0x7e, 0xb8, 0x78, 0xa9, 0x29, 0xc4, 0xf8, 0xa0, 0xdd, 0xf8, 0xdb, 0x54, 0xf8, 0xe4, 0xe8, 0x01, 0xd0, 0xf7, 0xc9, 0x62, 0xb9, 0x41, 0x2a, 0xbb, 0x26, 0x84, 0xd7, 0x00, 0x87, 0x8f, 0xec, 0x03, 0x99, 0x6e, 0xb3, 0x40, 0xdd, 0x89, 0xfd, 0x5a, 0x58, 0x54, 0x9a, 0x0f, 0xed, 0x1d, 0x6d, 0x9e, 0x46, 0xb8, 0x74, 0xe9, 0x22, 0x9c, 0x3c, 0xfd, 0x2d, 0xe8, 0xfb, 0xc5, 0x19, 0x7b, 0x64, 0x7f, 0xe2, 0xe1, 0xb8, 0x7d, 0x54, 0x76, 0x4d, 0x08, 0x8f, 0x01, 0x0e, 0xc6, 0xee, 0x05, 0x99, 0x5e, 0xe7, 0x01, 0x7a, 0x2b, 0x78, 0x37, 0x66, 0x64, 0xa7, 0x40, 0xb0, 0xb2, 0xcc, 0x48, 0x7f, 0xae, 0x78, 0x1a, 0xa1, 0xba, 0xa6, 0x12, 0x12, 0x3e, 0x8f, 0x07, 0x7d, 0xff, 0x2c, 0x5e, 0x35, 0x18, 0x1b, 0x1b, 0xbb, 0x97, 0xca, 0xae, 0x09, 0x7d, 0x33, 0xc0, 0x81, 0x43, 0x7b, 0x40, 0xe6, 0xb5, 0x9e, 0x08, 0xeb, 0x0b, 0xfd, 0xb9, 0x19, 0x50, 0xd7, 0x50, 0x0b, 0x57, 0xc1, 0x7b, 0x7c, 0x50, 0x50, 0x98, 0x87, 0x51, 0x1f, 0xf4, 0xfd, 0x44, 0xee, 0x3f, 0xb4, 0xa7, 0x65, 0xff, 0xc1, 0x3d, 0xbe, 0xdd, 0xbb, 0xa9, 0xec, 0x9a, 0xd0, 0x4b, 0x03, 0xec, 0x3b, 0xb8, 0x1b, 0x64, 0xf6, 0xce, 0x00, 0x29, 0x2c, 0xaa, 0xf7, 0x96, 0xf9, 0x45, 0x39, 0x6c, 0x6a, 0x34, 0x54, 0xd9, 0xf5, 0x85, 0x94, 0x44, 0xd0, 0xf7, 0xd5, 0xe6, 0x47, 0xa5, 0x1f, 0x1f, 0xfa, 0x88, 0xca, 0xae, 0x09, 0xd7, 0x6e, 0x80, 0x8f, 0xf7, 0x7f, 0x08, 0x32, 0x9d, 0x06, 0xe8, 0x4e, 0xc0, 0xa9, 0x8c, 0x99, 0x9c, 0x39, 0x3d, 0x65, 0x9a, 0x83, 0x58, 0x56, 0x81, 0x27, 0xcb, 0x42, 0x95, 0x5d, 0xff, 0xf9, 0xeb, 0x2f, 0x40, 0xdf, 0x67, 0xc1, 0x03, 0x1f, 0x7e, 0xfb, 0xf1, 0xc7, 0x7f, 0xa4, 0xb2, 0x6b, 0x42, 0xcf, 0x0d, 0xb0, 0x67, 0xdf, 0x07, 0x20, 0x53, 0x47, 0x46, 0xb7, 0xc2, 0x36, 0xc5, 0x9b, 0x25, 0x33, 0x10, 0x8a, 0xe9, 0x21, 0x99, 0x9d, 0x9b, 0x09, 0x55, 0x46, 0xfe, 0x8f, 0xe9, 0x8f, 0x57, 0x59, 0x45, 0x45, 0x65, 0x39, 0xae, 0x51, 0x04, 0xfa, 0xbe, 0x5b, 0xec, 0x32, 0xb8, 0xf7, 0xc0, 0x81, 0x5d, 0x54, 0x76, 0x4d, 0xe8, 0xde, 0x00, 0x1f, 0xed, 0xdd, 0x05, 0x32, 0x75, 0x28, 0x02, 0x0f, 0x21, 0x66, 0xbf, 0xce, 0x5c, 0x9d, 0x19, 0x3d, 0x62, 0xb6, 0x45, 0x3c, 0x9b, 0xdc, 0xd4, 0xdc, 0x10, 0xa2, 0xec, 0xfa, 0x0a, 0xf8, 0x73, 0xb2, 0x8c, 0xc8, 0xbf, 0x1b, 0xf4, 0x63, 0xb0, 0xd8, 0xb0, 0xe7, 0xe3, 0x9d, 0xcf, 0x6f, 0xde, 0xbc, 0x99, 0xca, 0xae, 0x09, 0xde, 0x06, 0xf8, 0x70, 0xcf, 0x4e, 0x90, 0xa9, 0xc3, 0x55, 0xe0, 0x2e, 0xa2, 0xce, 0x76, 0x63, 0x1e, 0x67, 0x66, 0x8f, 0x98, 0xe3, 0xc2, 0xe2, 0xb2, 0x82, 0xd0, 0x65, 0xd7, 0xc6, 0x7b, 0xa7, 0xcf, 0x9e, 0x34, 0xf6, 0x3d, 0xc6, 0x8b, 0x01, 0xe3, 0xb8, 0xa8, 0xec, 0x9a, 0xe0, 0x6e, 0x80, 0x3f, 0xee, 0xde, 0x01, 0x32, 0x75, 0x78, 0x0a, 0xdc, 0x45, 0xd8, 0x39, 0xae, 0xcc, 0x82, 0x9c, 0x7c, 0x77, 0xe2, 0xdf, 0xc8, 0x06, 0xc3, 0x54, 0x0b, 0xa7, 0x5b, 0xcd, 0x29, 0x57, 0x83, 0x99, 0xc9, 0x6c, 0xea, 0x35, 0x2d, 0xf3, 0x02, 0x94, 0x96, 0x15, 0x75, 0x5b, 0x76, 0x9d, 0xf0, 0xe9, 0x51, 0xd0, 0x8f, 0x47, 0xf0, 0xa3, 0xed, 0x5f, 0xee, 0xfc, 0x68, 0x27, 0x95, 0x5d, 0x13, 0x54, 0x03, 0xec, 0xfa, 0x70, 0x3b, 0xc8, 0x04, 0x36, 0x25, 0x69, 0x12, 0xf3, 0x6d, 0x6f, 0x81, 0x3b, 0x05, 0x1d, 0xc0, 0x47, 0xfc, 0x2c, 0x9a, 0x86, 0x09, 0x3a, 0xcd, 0x10, 0x73, 0x2a, 0x63, 0x9a, 0x21, 0xe8, 0xb4, 0x4c, 0x3c, 0x99, 0x96, 0x0c, 0xa9, 0x86, 0xa0, 0x93, 0xa5, 0x92, 0x0a, 0x14, 0x38, 0x27, 0x3b, 0xd7, 0x60, 0x11, 0x8d, 0x90, 0x29, 0x0d, 0xb0, 0xf1, 0x3b, 0xab, 0xad, 0xf1, 0x01, 0xee, 0x9b, 0x93, 0x5d, 0x50, 0x52, 0x56, 0x8c, 0xd3, 0xa3, 0xa0, 0x1f, 0x97, 0xc5, 0x8e, 0x5d, 0x1f, 0xee, 0x88, 0x31, 0x40, 0x65, 0xd7, 0x04, 0xd3, 0x00, 0x3b, 0x3f, 0xd8, 0x0a, 0x32, 0x75, 0x51, 0xf1, 0x48, 0xed, 0xb7, 0x44, 0x8d, 0x63, 0x01, 0x14, 0x26, 0x8a, 0x39, 0x35, 0xfd, 0x02, 0x13, 0x30, 0x8a, 0xf9, 0x42, 0x5a, 0x22, 0x5c, 0x48, 0x35, 0x99, 0x9c, 0x96, 0x24, 0x98, 0x92, 0x7e, 0x9e, 0x31, 0x35, 0xe3, 0x02, 0x23, 0x1a, 0x80, 0x33, 0xdd, 0x8a, 0xf6, 0x5c, 0xe0, 0x59, 0xda, 0x60, 0xda, 0x9f, 0x93, 0xae, 0x32, 0x90, 0xc1, 0x98, 0x57, 0x18, 0x60, 0x33, 0x42, 0xee, 0x26, 0xb8, 0x0a, 0xed, 0x1d, 0xed, 0x90, 0x96, 0x9e, 0x0c, 0x1f, 0x18, 0xa2, 0xd7, 0x8f, 0xcf, 0xe4, 0xfb, 0x75, 0xc6, 0x23, 0x95, 0x5d, 0x93, 0x01, 0xe0, 0xba, 0x1d, 0xbb, 0xde, 0x07, 0x99, 0x18, 0x5d, 0x6d, 0x5e, 0x81, 0xc4, 0x0b, 0x67, 0x0d, 0x9e, 0x31, 0x99, 0x7c, 0x16, 0xce, 0xa7, 0x9c, 0xb3, 0x28, 0x89, 0x3d, 0xdd, 0x24, 0x5e, 0x38, 0x93, 0xca, 0x22, 0x7a, 0x32, 0x23, 0x4b, 0x63, 0x2c, 0xf2, 0x9e, 0x00, 0x7b, 0x05, 0x73, 0x50, 0x9d, 0xce, 0xa8, 0x8a, 0x3b, 0x53, 0x10, 0x67, 0x83, 0x38, 0x59, 0x6f, 0x23, 0x31, 0x60, 0xf5, 0x36, 0xa5, 0xc1, 0x22, 0x56, 0x76, 0xad, 0xee, 0xb3, 0x4d, 0x2c, 0xab, 0xf8, 0xe6, 0xbb, 0x2f, 0x41, 0x3f, 0x46, 0xce, 0x98, 0x5d, 0xef, 0x67, 0x6d, 0xdf, 0xb9, 0x85, 0xca, 0xae, 0x47, 0xb3, 0x01, 0xb6, 0xc7, 0x6c, 0x06, 0x99, 0x38, 0xbb, 0x22, 0x13, 0x85, 0x2e, 0xc4, 0x6e, 0x55, 0x83, 0x9a, 0x42, 0xb7, 0x22, 0x3a, 0x17, 0xba, 0x3f, 0x45, 0x8a, 0xe8, 0x69, 0x8c, 0xb6, 0xc8, 0x33, 0x54, 0x72, 0xa1, 0xe7, 0x4a, 0xe9, 0x94, 0x10, 0xb7, 0x5f, 0x61, 0x6e, 0x41, 0xb6, 0x42, 0x9c, 0x1d, 0xe2, 0xcc, 0x2f, 0x0a, 0x40, 0x41, 0x51, 0x2e, 0x54, 0xd5, 0x56, 0xb0, 0x62, 0x3a, 0xdd, 0xbc, 0xfc, 0x39, 0x96, 0x5d, 0xc7, 0xc6, 0x1d, 0x84, 0x6d, 0xc6, 0xf1, 0xb9, 0x72, 0xc7, 0xa6, 0x84, 0x6d, 0xdb, 0xde, 0xa5, 0xb2, 0xeb, 0xd1, 0x68, 0x80, 0xad, 0x3b, 0x36, 0x81, 0x4c, 0x1c, 0x68, 0x76, 0x5e, 0xb1, 0x68, 0x3c, 0xe7, 0x42, 0x17, 0x62, 0xb7, 0x44, 0xae, 0x44, 0x74, 0x49, 0xec, 0xd9, 0x18, 0xbd, 0x65, 0xe6, 0x66, 0x09, 0xea, 0x91, 0x3c, 0x37, 0xdf, 0x5b, 0xdc, 0x5c, 0xe0, 0x9c, 0x78, 0x11, 0xbe, 0xcc, 0xc2, 0x92, 0x3c, 0x41, 0x34, 0x41, 0x51, 0x49, 0x01, 0x34, 0x34, 0xd6, 0xb3, 0xeb, 0x0f, 0x98, 0x79, 0xbb, 0x2c, 0x5a, 0x46, 0xc6, 0x63, 0xc1, 0xb2, 0x8a, 0x3f, 0x7e, 0xb4, 0x13, 0xf4, 0x63, 0x46, 0xbe, 0xbf, 0x63, 0x53, 0xfb, 0xd6, 0xed, 0xef, 0x6d, 0xda, 0xbc, 0x79, 0x33, 0x95, 0x5d, 0x8f, 0x26, 0x03, 0x6c, 0xd9, 0xf6, 0x2e, 0xc8, 0xec, 0xec, 0xec, 0x50, 0xc8, 0x85, 0x2e, 0x8b, 0xdd, 0x9c, 0x0e, 0xcd, 0x70, 0x15, 0x7b, 0x4e, 0xae, 0xdf, 0x10, 0xb7, 0xbf, 0x9b, 0x48, 0x9e, 0xc3, 0xf2, 0xf8, 0x7c, 0x89, 0x5e, 0xe2, 0x46, 0x62, 0x05, 0x29, 0xa7, 0xb9, 0x2d, 0xdf, 0x66, 0xb1, 0xb1, 0xbd, 0xc4, 0x64, 0x41, 0x71, 0x1e, 0x94, 0x05, 0x4b, 0xe0, 0x52, 0xcb, 0x45, 0xad, 0x27, 0xeb, 0x14, 0xc4, 0xd5, 0x2a, 0x12, 0xcf, 0x9f, 0x85, 0xf7, 0xb7, 0xbf, 0x07, 0xfa, 0xb1, 0x5b, 0x2c, 0x7f, 0x7f, 0xdb, 0xbb, 0x54, 0x76, 0x3d, 0x5a, 0x0c, 0xb0, 0xf9, 0xfd, 0x8d, 0x20, 0xb3, 0xc3, 0x10, 0xbd, 0x4c, 0x4f, 0xa1, 0xe7, 0xf9, 0x05, 0x55, 0xb1, 0x1b, 0x91, 0xbc, 0x20, 0x54, 0x24, 0xcf, 0x13, 0x2c, 0x34, 0xc8, 0xc5, 0xcb, 0x89, 0xf3, 0xfe, 0x48, 0x5b, 0xf4, 0x05, 0x82, 0xfa, 0x7b, 0xc5, 0xb8, 0xcd, 0x22, 0xfb, 0x5b, 0xe9, 0xb3, 0x95, 0xd5, 0x15, 0xac, 0x86, 0x48, 0xf4, 0x66, 0x1a, 0x9b, 0x9a, 0x1a, 0xe1, 0xb3, 0x2f, 0x4e, 0x80, 0x7e, 0xfc, 0x12, 0x13, 0xb7, 0x6c, 0x79, 0x97, 0xca, 0xae, 0x47, 0xba, 0x01, 0xde, 0xdb, 0xf2, 0x0e, 0xc8, 0xc4, 0x5a, 0x1c, 0x99, 0x5e, 0x62, 0xe7, 0xe9, 0x8b, 0x33, 0x6d, 0xc9, 0x65, 0x29, 0x09, 0xd2, 0x19, 0xc9, 0x0b, 0x14, 0xe2, 0x92, 0x8b, 0x48, 0x5b, 0xc8, 0x85, 0x82, 0xec, 0xbd, 0xf2, 0x42, 0x21, 0x7a, 0x7c, 0xce, 0x68, 0x7d, 0x9e, 0xff, 0xad, 0xce, 0x62, 0x85, 0x45, 0xec, 0x6a, 0x34, 0x1c, 0x1f, 0xb0, 0xd4, 0xce, 0xc1, 0x0e, 0x28, 0x0f, 0x96, 0xc2, 0x9e, 0xfd, 0xbb, 0x41, 0x6f, 0x07, 0x8b, 0x57, 0x0d, 0xc6, 0x6e, 0xda, 0xb4, 0x81, 0xca, 0xae, 0x47, 0xaa, 0x01, 0xde, 0xdd, 0xf4, 0x36, 0xc8, 0xc4, 0x29, 0xc4, 0x0e, 0x89, 0x5e, 0x62, 0x17, 0x42, 0x57, 0xd2, 0x16, 0x33, 0x2d, 0xe1, 0xd1, 0xb8, 0x58, 0x8a, 0xda, 0xa6, 0x80, 0x8b, 0x14, 0x81, 0x72, 0xd1, 0x96, 0x1a, 0xdb, 0x91, 0xfa, 0x6b, 0xbe, 0x2d, 0xd4, 0x6b, 0x37, 0x96, 0x68, 0x2c, 0xab, 0x28, 0x86, 0xc6, 0xe6, 0x7a, 0xd6, 0xa3, 0x75, 0xba, 0xb0, 0xbd, 0xbd, 0x0d, 0xb2, 0xb2, 0x33, 0x61, 0xeb, 0xb6, 0x4d, 0xa0, 0xb7, 0x87, 0xc5, 0x16, 0x83, 0x3e, 0xdf, 0x6e, 0x1f, 0x95, 0x5d, 0x8f, 0x34, 0x03, 0xfc, 0xe1, 0xbd, 0x37, 0x41, 0x26, 0x1a, 0x40, 0x66, 0x28, 0xb1, 0x17, 0xc9, 0x62, 0x67, 0x42, 0xb7, 0x84, 0xad, 0x09, 0x9a, 0x8b, 0x9f, 0x6d, 0x0f, 0x16, 0x33, 0xf2, 0xcf, 0x94, 0x19, 0xcf, 0x39, 0xf5, 0xd7, 0x7d, 0x61, 0xa9, 0x83, 0x45, 0x50, 0x59, 0x55, 0xce, 0xca, 0xae, 0xf5, 0x34, 0x8f, 0x13, 0xc7, 0x0e, 0x27, 0x7f, 0xfc, 0x0e, 0xf4, 0x36, 0xe1, 0xdc, 0xf8, 0xde, 0x9b, 0xa5, 0x7f, 0x78, 0xef, 0x2d, 0x2a, 0xbb, 0x1e, 0x49, 0x06, 0x78, 0x67, 0xe3, 0x06, 0x90, 0x89, 0x97, 0x2b, 0xca, 0x06, 0x70, 0x8d, 0xec, 0x92, 0xd8, 0x95, 0xe8, 0x2d, 0x45, 0x5d, 0x59, 0xcc, 0xe6, 0x67, 0x8c, 0xe7, 0x15, 0x25, 0x82, 0x28, 0x4a, 0x5c, 0x35, 0xc2, 0x9d, 0xa5, 0xd7, 0x40, 0xf7, 0xef, 0x28, 0x73, 0xa3, 0xb5, 0x3f, 0x35, 0xb5, 0x95, 0xec, 0xfc, 0x41, 0x87, 0xd6, 0xdb, 0x71, 0xd6, 0xd4, 0x56, 0xc3, 0x27, 0x47, 0x0e, 0x82, 0xde, 0x36, 0x9c, 0x6f, 0x6f, 0x7c, 0xe3, 0xbb, 0xb7, 0xde, 0x7d, 0xeb, 0x3f, 0x48, 0x41, 0x23, 0xc0, 0x00, 0x6f, 0xfd, 0xe1, 0x75, 0x90, 0x89, 0xe9, 0x80, 0xa0, 0x21, 0x06, 0x2e, 0x78, 0x59, 0xd8, 0xde, 0x62, 0x2f, 0x11, 0x11, 0xb7, 0xcc, 0x4b, 0xd4, 0x95, 0x36, 0x83, 0x0e, 0x96, 0xf5, 0x91, 0xea, 0xf7, 0xc9, 0xbf, 0xa5, 0x1b, 0x06, 0xdf, 0xaf, 0x6f, 0xac, 0x63, 0xc7, 0xa9, 0x1b, 0x80, 0x99, 0xdf, 0xd8, 0x5e, 0x58, 0x5c, 0x00, 0x31, 0x1f, 0x6c, 0x03, 0xbd, 0x8d, 0x2c, 0x76, 0xbd, 0xbd, 0xf1, 0xf5, 0xbd, 0xeb, 0xdf, 0x5b, 0x4f, 0x65, 0xd7, 0xc3, 0xd9, 0x00, 0x6f, 0xbe, 0xbd, 0x1e, 0x64, 0x9a, 0xc2, 0x6f, 0x13, 0x22, 0xb0, 0xd3, 0x18, 0x97, 0xc8, 0x6e, 0xd1, 0x4b, 0xe4, 0x9e, 0xc2, 0xae, 0x32, 0x59, 0xa1, 0xb0, 0x3c, 0x8c, 0x34, 0xbf, 0x33, 0x28, 0xd3, 0xc5, 0x28, 0xb8, 0x8f, 0x15, 0xd5, 0xe5, 0xec, 0xfe, 0x67, 0x7a, 0xea, 0xc7, 0xd9, 0x7a, 0xb9, 0x05, 0xce, 0x5f, 0x48, 0x64, 0x91, 0x5f, 0x6f, 0x2b, 0x8b, 0x0d, 0x06, 0xa9, 0xec, 0x7a, 0xb8, 0x1a, 0xe0, 0x8d, 0xb7, 0x5e, 0x03, 0x99, 0x6d, 0x52, 0x0f, 0x80, 0xcf, 0x4b, 0xe5, 0xdc, 0xdc, 0x91, 0xba, 0x84, 0x10, 0xbb, 0x22, 0x72, 0x17, 0x91, 0x56, 0x9b, 0xac, 0x64, 0x0c, 0xf6, 0x03, 0xed, 0xdf, 0xf0, 0x32, 0x89, 0x6c, 0x8e, 0x6a, 0x23, 0x2d, 0xc2, 0xf1, 0x81, 0x69, 0x7e, 0x8b, 0x52, 0x5b, 0xe0, 0xb4, 0xe9, 0x9f, 0xbf, 0xfa, 0xdc, 0x68, 0xa3, 0x57, 0xbd, 0x18, 0x30, 0xda, 0x6f, 0x3a, 0xa9, 0x6a, 0x98, 0x19, 0xe0, 0xf5, 0x0d, 0xeb, 0x40, 0x66, 0x9b, 0x25, 0x7c, 0x4e, 0x9e, 0x3f, 0xbb, 0x0b, 0xbe, 0x1b, 0xb1, 0x77, 0x27, 0xf0, 0x9a, 0x20, 0xbb, 0xe9, 0x46, 0xff, 0x31, 0xb4, 0x49, 0xdc, 0xcc, 0x51, 0xdf, 0x50, 0xc3, 0xc6, 0x07, 0x4a, 0x2a, 0x28, 0xb5, 0x47, 0x45, 0x45, 0x39, 0xec, 0xfd, 0xf8, 0x43, 0xd0, 0xdb, 0x4d, 0xe2, 0x97, 0xeb, 0xd7, 0xfb, 0xfe, 0x8d, 0xd4, 0x35, 0x4c, 0x0c, 0xf0, 0xda, 0x1b, 0x6b, 0x41, 0x66, 0x5b, 0xfb, 0x65, 0x85, 0xa1, 0x44, 0xaf, 0x0b, 0xde, 0x55, 0xec, 0xdd, 0x88, 0x1c, 0xcb, 0x9b, 0x31, 0xfa, 0xf6, 0x17, 0xf1, 0xf2, 0xca, 0x6b, 0x33, 0x48, 0x39, 0xdb, 0xe7, 0xc6, 0xa6, 0x06, 0x76, 0xfc, 0xba, 0x01, 0x90, 0x78, 0x36, 0x39, 0x3b, 0xe0, 0x87, 0x4d, 0x9b, 0x37, 0x82, 0xde, 0x7e, 0x16, 0x3b, 0x5e, 0x7b, 0xc3, 0x17, 0xe3, 0x7b, 0xc7, 0x47, 0x65, 0xd7, 0x43, 0xdb, 0x00, 0x63, 0xae, 0x7b, 0x75, 0xfd, 0x2b, 0x60, 0xd3, 0xc7, 0xce, 0x9e, 0x32, 0x5a, 0x06, 0x90, 0x45, 0xef, 0x1e, 0xe1, 0x55, 0x01, 0x5d, 0x9b, 0xc8, 0xab, 0xd8, 0x6d, 0x57, 0x19, 0xeb, 0xfa, 0x81, 0xd6, 0x77, 0x57, 0x33, 0xba, 0xfc, 0xbe, 0x65, 0x0e, 0xd1, 0x23, 0x18, 0xc7, 0x84, 0xc7, 0xc9, 0x4c, 0x1f, 0x2c, 0x65, 0xaf, 0xb1, 0xec, 0x1a, 0x7b, 0x04, 0xbc, 0xf2, 0xac, 0x55, 0x63, 0xf3, 0xc5, 0x66, 0xf8, 0xf1, 0xa7, 0x93, 0xb0, 0xfe, 0x8d, 0x75, 0xa0, 0xb6, 0xa3, 0x60, 0xdd, 0xab, 0xeb, 0xd7, 0x44, 0xc7, 0xc6, 0x4e, 0xa7, 0xb2, 0xeb, 0xa1, 0x6a, 0x80, 0xb5, 0xaf, 0xad, 0x01, 0x9b, 0x3e, 0x16, 0xdd, 0xda, 0x24, 0x06, 0xbb, 0x89, 0xf2, 0x55, 0x2e, 0x11, 0xde, 0x53, 0xe8, 0x0e, 0x91, 0x56, 0x33, 0xd6, 0x72, 0xd6, 0x77, 0xc7, 0x1a, 0x8d, 0xa1, 0x3f, 0xcf, 0x8c, 0x67, 0x10, 0xcb, 0x22, 0x82, 0x95, 0xb8, 0xff, 0x41, 0x61, 0x66, 0x14, 0x79, 0x59, 0x79, 0x09, 0x9b, 0x9e, 0x95, 0xe9, 0xb6, 0x0d, 0x8f, 0xf3, 0xe2, 0xa5, 0x66, 0x66, 0x02, 0xd9, 0x08, 0xfc, 0x35, 0xee, 0x7b, 0xdc, 0xd1, 0x58, 0x58, 0xfb, 0xea, 0x1a, 0x2f, 0x66, 0xad, 0x5d, 0xbb, 0x86, 0xca, 0xae, 0x87, 0xa2, 0x01, 0x7c, 0xeb, 0x5e, 0x02, 0x9b, 0x6b, 0x98, 0x01, 0xb8, 0x09, 0xf0, 0xd1, 0x2d, 0xd2, 0xeb, 0xa2, 0x77, 0x15, 0xbc, 0x97, 0xd0, 0x5d, 0x04, 0x5d, 0x27, 0xb3, 0x41, 0x67, 0xad, 0x20, 0x7e, 0x96, 0x7f, 0x17, 0xfe, 0x06, 0x0a, 0xbb, 0xa2, 0xaa, 0xc2, 0x7a, 0xb4, 0xa3, 0x37, 0x4e, 0xc7, 0xa2, 0x90, 0x31, 0x8a, 0x23, 0xf1, 0xe6, 0x1c, 0xe5, 0x15, 0x65, 0xea, 0xf9, 0x03, 0x63, 0x5b, 0x90, 0x6d, 0x73, 0x6e, 0xd7, 0xcf, 0x35, 0xe0, 0xf7, 0xe1, 0x23, 0xfe, 0x7e, 0x4b, 0x6b, 0x8b, 0xa3, 0x27, 0xe0, 0xc4, 0x45, 0x7e, 0xb7, 0xef, 0xdc, 0x02, 0x6a, 0x9b, 0x2a, 0x4c, 0xf0, 0xf9, 0x7c, 0x54, 0x76, 0x3d, 0x74, 0x1c, 0x30, 0xe6, 0xba, 0x35, 0xbe, 0xd5, 0xc0, 0xe9, 0xf3, 0xbd, 0x6c, 0x76, 0xf7, 0x96, 0xf8, 0xf1, 0xb9, 0x57, 0x7a, 0xa3, 0xa7, 0x35, 0x6a, 0x84, 0x77, 0x17, 0xbb, 0x53, 0xe4, 0xa6, 0xa8, 0xf1, 0xb3, 0x2c, 0x55, 0xc1, 0x94, 0xc4, 0x10, 0x33, 0xde, 0x6d, 0xd2, 0xec, 0x71, 0x82, 0x2c, 0x72, 0xa3, 0x48, 0xcb, 0x2c, 0x21, 0xeb, 0x2c, 0x17, 0x22, 0x2e, 0x63, 0x9f, 0x65, 0xa9, 0x1a, 0x46, 0x7b, 0x89, 0x41, 0x8b, 0x15, 0xe2, 0x7b, 0xd5, 0xf7, 0xe4, 0x6d, 0xe2, 0x3b, 0x94, 0x6d, 0x65, 0x52, 0x1a, 0x58, 0xce, 0xca, 0xae, 0x5b, 0x5d, 0x7a, 0x03, 0x7c, 0xc4, 0x99, 0xa4, 0xd4, 0xb4, 0x14, 0xd8, 0xf0, 0xd6, 0x6b, 0x20, 0xb7, 0xad, 0xc4, 0xf6, 0x57, 0x7c, 0xab, 0x37, 0x19, 0x46, 0xa0, 0xb2, 0xeb, 0x21, 0x80, 0xeb, 0x5e, 0x7e, 0x65, 0x15, 0x70, 0x1a, 0xff, 0x18, 0xb3, 0x5b, 0x6f, 0xb3, 0xe9, 0x10, 0x7e, 0x0f, 0x44, 0x8f, 0xaf, 0xab, 0x2d, 0x41, 0x3b, 0xc4, 0x1c, 0xb4, 0x53, 0x0f, 0xbc, 0x7e, 0x97, 0xb3, 0xd4, 0x22, 0xbe, 0x67, 0x46, 0xef, 0x32, 0x45, 0xdc, 0xaa, 0xc8, 0x65, 0x41, 0x07, 0x59, 0x0f, 0xa0, 0xb0, 0xca, 0x34, 0x11, 0x9a, 0x89, 0x93, 0xbf, 0x57, 0x65, 0x99, 0xac, 0x4a, 0xf9, 0x1b, 0xeb, 0x18, 0xa5, 0xd7, 0x8c, 0xe2, 0xbb, 0xed, 0xd7, 0x66, 0x1a, 0x18, 0x64, 0xc7, 0x8f, 0xe7, 0x0f, 0x2e, 0x8b, 0x54, 0xa8, 0x45, 0x79, 0x8e, 0x83, 0xe8, 0xaf, 0xbe, 0xf9, 0x33, 0x6b, 0x53, 0xb9, 0x8d, 0x25, 0x96, 0xbf, 0xec, 0x7b, 0x81, 0xca, 0xae, 0x07, 0xdb, 0x00, 0xab, 0x5f, 0x7e, 0x01, 0x38, 0x5f, 0x7e, 0xe5, 0x45, 0x45, 0xfc, 0x48, 0x59, 0xfc, 0x62, 0xa0, 0x88, 0x62, 0x0c, 0x9a, 0xa9, 0x41, 0x29, 0x13, 0x70, 0x11, 0xbb, 0x20, 0xa5, 0xc8, 0x48, 0x01, 0x0a, 0x8b, 0xf2, 0xa1, 0xa0, 0x28, 0x8f, 0x9d, 0x45, 0x45, 0x62, 0x5a, 0xc0, 0x58, 0x5a, 0xc4, 0x58, 0x2a, 0x89, 0xbd, 0x14, 0xc5, 0x6e, 0x45, 0x72, 0xfc, 0x4e, 0x9b, 0xe5, 0x8c, 0x15, 0x95, 0x41, 0x57, 0x91, 0x9b, 0x33, 0x3b, 0x4e, 0x9a, 0xa6, 0x93, 0x59, 0xa9, 0x0d, 0x84, 0xd5, 0xed, 0xd5, 0xca, 0xf6, 0x4a, 0xab, 0x57, 0xab, 0xd2, 0x06, 0xc9, 0x95, 0xe2, 0xbd, 0xaa, 0xea, 0x4a, 0x87, 0xa9, 0xb0, 0x07, 0xbb, 0xd4, 0x72, 0x49, 0x12, 0x7f, 0x2b, 0x3b, 0x79, 0xc6, 0x89, 0xc7, 0xf0, 0xf1, 0xbe, 0x8f, 0x40, 0x6e, 0x67, 0x85, 0x6b, 0x56, 0x25, 0xae, 0x7a, 0x79, 0x15, 0x95, 0x5d, 0x0f, 0x96, 0x01, 0x5e, 0x7c, 0x69, 0x25, 0x70, 0xbe, 0xb4, 0xe6, 0x05, 0x63, 0xb0, 0x77, 0xd1, 0xe4, 0xc5, 0x66, 0x16, 0xe1, 0xf2, 0x0a, 0x02, 0x10, 0xc8, 0xcb, 0x81, 0x9c, 0xdc, 0x6c, 0x08, 0xe4, 0xe6, 0xb0, 0xe7, 0xb9, 0xf9, 0x39, 0x90, 0x5f, 0x90, 0x0b, 0xf9, 0x85, 0x9c, 0x79, 0x4c, 0xf8, 0xe6, 0xc5, 0x29, 0x85, 0x8a, 0xe8, 0x4b, 0x5c, 0x04, 0x5f, 0x2e, 0x04, 0x6f, 0x0a, 0x9d, 0x47, 0x74, 0x16, 0x71, 0x19, 0x2b, 0x2c, 0xb1, 0x99, 0x64, 0xa2, 0xad, 0x75, 0x92, 0x8f, 0x07, 0x04, 0x6b, 0xab, 0xd9, 0xe5, 0x8f, 0x2a, 0xf9, 0x20, 0xdb, 0x7a, 0x5d, 0x8b, 0xac, 0x36, 0xe9, 0xb2, 0x0d, 0xbf, 0x83, 0x7f, 0x57, 0xb5, 0xa0, 0x36, 0x9b, 0xa4, 0x98, 0xce, 0x7c, 0xc4, 0x7b, 0xa3, 0xc9, 0xc2, 0x97, 0x89, 0xe3, 0x06, 0x5c, 0xc4, 0xeb, 0x0f, 0x1b, 0x37, 0x80, 0xdc, 0xde, 0x12, 0xaf, 0xae, 0x7e, 0x69, 0xe5, 0xde, 0x95, 0xbe, 0x95, 0xbf, 0x21, 0x49, 0x0e, 0xb0, 0x01, 0x5e, 0x78, 0x71, 0x05, 0x70, 0xbe, 0xf8, 0xd2, 0xf3, 0xd0, 0xd8, 0xd8, 0x60, 0xb3, 0xa9, 0xd1, 0x14, 0xbc, 0x41, 0x34, 0x02, 0x92, 0x0b, 0x9f, 0x45, 0x79, 0x43, 0xf4, 0x45, 0xc5, 0x66, 0xe4, 0x47, 0x96, 0x58, 0x82, 0x2f, 0x91, 0xd3, 0x19, 0x2b, 0x4f, 0x17, 0x82, 0xe7, 0xe9, 0x0b, 0x13, 0x7c, 0x85, 0x20, 0x8f, 0xb4, 0x66, 0xc4, 0xae, 0x76, 0xd0, 0x29, 0x6c, 0x93, 0x75, 0xf5, 0xb5, 0x26, 0xeb, 0x24, 0xd6, 0x3b, 0x59, 0xeb, 0xb1, 0xcd, 0xde, 0x2e, 0xcd, 0x2e, 0x19, 0x06, 0xd0, 0x5f, 0x8b, 0x81, 0x7c, 0x7d, 0xb5, 0xf4, 0xba, 0x4a, 0x4c, 0xa5, 0xf2, 0x94, 0x10, 0x57, 0xb3, 0x73, 0x37, 0xc1, 0x25, 0x31, 0x6d, 0x8a, 0x3d, 0xad, 0xdc, 0xee, 0x36, 0x57, 0x06, 0x57, 0xac, 0x58, 0xf1, 0x77, 0x24, 0xcb, 0x01, 0x34, 0xc0, 0xf3, 0xab, 0x9e, 0x05, 0xce, 0x55, 0xab, 0x57, 0x08, 0xe1, 0x73, 0x0a, 0xe1, 0x1b, 0x51, 0x1e, 0xaf, 0xa9, 0xc5, 0x28, 0x8f, 0xa9, 0x0d, 0x0a, 0xdf, 0xbc, 0x78, 0xa5, 0x48, 0x08, 0xbf, 0x54, 0xcb, 0xdf, 0x75, 0xd1, 0xf3, 0xe8, 0xae, 0x0a, 0x5e, 0x12, 0xba, 0x14, 0xad, 0x15, 0x41, 0x2b, 0xe2, 0xae, 0x33, 0x06, 0xcf, 0x2a, 0xeb, 0x3d, 0x88, 0x83, 0x55, 0x93, 0x75, 0xac, 0xf0, 0xcd, 0x6b, 0x9b, 0xb9, 0x5d, 0x7e, 0x5d, 0xcb, 0x58, 0x67, 0x3d, 0xd6, 0x8b, 0x59, 0x28, 0x3e, 0xce, 0xa9, 0x71, 0x18, 0x41, 0x1e, 0x0f, 0xe1, 0xe7, 0x51, 0xf0, 0x3c, 0xfa, 0xcb, 0x3d, 0x01, 0x12, 0x7b, 0x34, 0x1c, 0x24, 0xcb, 0x6d, 0x2f, 0xf8, 0xe2, 0xf2, 0xb9, 0x24, 0xcb, 0x01, 0x34, 0xc0, 0x8a, 0xe7, 0x97, 0x03, 0xe7, 0xf3, 0xab, 0x9e, 0x63, 0x83, 0x37, 0x9b, 0x8d, 0x2c, 0xd2, 0x17, 0xe8, 0xe9, 0x8d, 0x25, 0x7c, 0x33, 0xad, 0x29, 0x16, 0x69, 0x8d, 0x2c, 0x7c, 0x9e, 0xbf, 0x2b, 0x29, 0x8d, 0xab, 0xe0, 0x6b, 0x54, 0xc1, 0xd7, 0x5b, 0x22, 0xaf, 0x0f, 0x25, 0x6c, 0xbb, 0x97, 0x6a, 0x10, 0xac, 0xd7, 0xf6, 0xdd, 0x24, 0x9e, 0xc8, 0x42, 0x3a, 0xb7, 0xeb, 0x9f, 0xad, 0x97, 0xbe, 0xc3, 0x78, 0x6e, 0x50, 0x98, 0x41, 0x98, 0xc3, 0x9e, 0x92, 0x35, 0x67, 0xb3, 0x6a, 0xcd, 0xd9, 0x2c, 0x31, 0x3d, 0x5b, 0xc5, 0x8c, 0xc4, 0xc5, 0xaf, 0x0b, 0x1f, 0x89, 0xc1, 0x63, 0xcb, 0xd6, 0xf7, 0x40, 0x6e, 0x77, 0x89, 0x9d, 0xcf, 0xbd, 0xf8, 0x1c, 0x95, 0x51, 0x0c, 0xa4, 0x01, 0x9e, 0x5b, 0xf9, 0x34, 0x70, 0xae, 0x7c, 0x61, 0xb9, 0x2d, 0x90, 0x26, 0x53, 0x38, 0x66, 0x8a, 0x53, 0x20, 0xa5, 0x38, 0x45, 0x22, 0xd2, 0x8b, 0xa9, 0x48, 0xcc, 0xe9, 0xc5, 0xb4, 0xa3, 0x39, 0x60, 0x35, 0x07, 0x8a, 0x66, 0xfe, 0xae, 0xa4, 0x35, 0x7a, 0x84, 0x77, 0x11, 0xbc, 0x1d, 0xa5, 0xeb, 0x35, 0x61, 0x9b, 0xbd, 0x52, 0x93, 0xc5, 0xe6, 0xe6, 0x26, 0xc1, 0x26, 0x8b, 0x38, 0x6e, 0xe9, 0x09, 0x9b, 0x2e, 0x36, 0x3a, 0x5e, 0xbb, 0x9b, 0xc3, 0x34, 0x43, 0xa3, 0xc5, 0x86, 0x26, 0xb3, 0xf7, 0xa8, 0x93, 0x7a, 0x08, 0x7c, 0x6c, 0x68, 0x32, 0x84, 0xdf, 0x72, 0xd1, 0x9a, 0x16, 0x6d, 0x91, 0x1e, 0x0d, 0x1a, 0xc2, 0xc7, 0x36, 0x38, 0x7c, 0x78, 0x3f, 0xc8, 0xed, 0xad, 0x31, 0xb0, 0x7c, 0xe5, 0x53, 0x11, 0x24, 0xc9, 0x01, 0x36, 0xc0, 0xf2, 0xe7, 0xa2, 0x81, 0xf3, 0xb9, 0x95, 0xcf, 0xa8, 0x42, 0x33, 0x0c, 0x80, 0x82, 0x17, 0x03, 0xd9, 0x72, 0x29, 0xcd, 0x91, 0x66, 0x6d, 0x78, 0xa4, 0xe7, 0x51, 0xde, 0x9c, 0x35, 0xb1, 0x06, 0xaa, 0xb5, 0x2e, 0x51, 0xde, 0x4a, 0x65, 0x84, 0xe0, 0x1b, 0x74, 0xb1, 0x37, 0x8a, 0xc8, 0xcd, 0x69, 0x0a, 0xb5, 0x99, 0xf1, 0xa2, 0x44, 0x5c, 0xfc, 0x8a, 0x93, 0x0f, 0xe0, 0xf1, 0xca, 0x2e, 0x85, 0x6c, 0x7b, 0xb3, 0xb2, 0x0d, 0x5f, 0x73, 0xf1, 0xcb, 0xcf, 0x99, 0x19, 0xc4, 0xef, 0x35, 0x4a, 0xc6, 0xe0, 0x46, 0x68, 0x50, 0x8c, 0x80, 0x8f, 0x78, 0xf3, 0x3f, 0x79, 0xfa, 0x58, 0x16, 0x3f, 0xee, 0xef, 0x0f, 0xa7, 0xbe, 0x67, 0xbd, 0xab, 0xdc, 0xd6, 0x12, 0x2f, 0x2d, 0x7f, 0xee, 0x69, 0xdf, 0xb2, 0x65, 0xcb, 0xa8, 0x9c, 0x7a, 0x30, 0x0c, 0xf0, 0xcc, 0xb3, 0xcb, 0x80, 0xf3, 0xd9, 0x15, 0xd1, 0x22, 0xf2, 0x73, 0xb2, 0x88, 0x5f, 0x66, 0x5e, 0xec, 0xa2, 0x47, 0xfb, 0x4a, 0xeb, 0x2c, 0x2c, 0x8f, 0xf6, 0x55, 0x35, 0x3c, 0xe2, 0xab, 0x33, 0x2f, 0x6e, 0xa2, 0xe7, 0x91, 0x5e, 0xef, 0x71, 0x4c, 0x36, 0xd9, 0x22, 0xbf, 0xc4, 0xc9, 0xc5, 0x7d, 0xc9, 0x88, 0xb4, 0x2a, 0x31, 0xc2, 0xb6, 0xb6, 0xaa, 0xa9, 0x86, 0x92, 0x86, 0x58, 0xdb, 0x50, 0xf8, 0xb8, 0x1d, 0xff, 0x46, 0x37, 0x83, 0x9b, 0x31, 0xec, 0x5e, 0xc2, 0x34, 0x82, 0xb9, 0x6f, 0xc6, 0xfe, 0x36, 0x9b, 0x26, 0x10, 0xe5, 0x11, 0x7c, 0xda, 0xf8, 0xb2, 0x24, 0x7e, 0xe3, 0xf7, 0x32, 0x32, 0xd3, 0x60, 0xdd, 0x6b, 0x6b, 0x40, 0x6e, 0x63, 0x89, 0x5d, 0x06, 0xf7, 0x46, 0x47, 0x47, 0xd3, 0x05, 0x35, 0x83, 0x69, 0x80, 0xe8, 0x67, 0x9e, 0x04, 0xce, 0x67, 0x9e, 0x7d, 0xca, 0x91, 0x3b, 0x97, 0x96, 0xf3, 0x0b, 0x5d, 0xac, 0x33, 0xac, 0x55, 0x52, 0x6e, 0x6f, 0x89, 0x5f, 0x8e, 0xf6, 0x7c, 0x20, 0x1b, 0x2a, 0xbd, 0x51, 0x72, 0xf1, 0x26, 0x3b, 0xc2, 0xeb, 0x82, 0x17, 0x22, 0x47, 0xd1, 0x4a, 0xe2, 0x96, 0xe7, 0xdc, 0x65, 0xb6, 0x89, 0x33, 0xd8, 0x97, 0x85, 0xf8, 0xd5, 0xfa, 0x1d, 0xdb, 0x0c, 0xb2, 0x39, 0x6c, 0xf1, 0xab, 0xa6, 0xd0, 0x7b, 0x86, 0x66, 0xcb, 0x04, 0x2c, 0xe2, 0xb7, 0xb5, 0x8a, 0x7a, 0x29, 0x5d, 0xfc, 0xa5, 0xa5, 0x25, 0xb0, 0x75, 0xdb, 0x16, 0x90, 0xdb, 0x56, 0xe3, 0x99, 0x65, 0xcb, 0x97, 0xfd, 0x17, 0xc9, 0x6f, 0x08, 0x18, 0xe0, 0xa9, 0xe8, 0x27, 0x80, 0x33, 0xfa, 0xe9, 0x27, 0x1d, 0x69, 0x07, 0x4b, 0x73, 0x2a, 0xcb, 0xec, 0x1c, 0x9f, 0x9f, 0x61, 0xd5, 0x52, 0x1d, 0x7b, 0xf6, 0xa6, 0x46, 0x11, 0xbf, 0x9e, 0xd3, 0xdb, 0x06, 0xb3, 0x85, 0xc5, 0x85, 0x6f, 0x8a, 0x4f, 0x15, 0x7d, 0x2b, 0x17, 0xbc, 0x24, 0x6e, 0x2e, 0x3c, 0xa5, 0x5e, 0x5f, 0x54, 0xb1, 0x4a, 0xa5, 0xcb, 0x52, 0x4d, 0x93, 0xb9, 0xcd, 0x7c, 0xcd, 0x85, 0x7a, 0x59, 0xcb, 0xd3, 0xf1, 0x37, 0xf5, 0xf4, 0xc9, 0x36, 0x64, 0x93, 0x88, 0xf8, 0xfc, 0x7b, 0xda, 0xa4, 0x92, 0x11, 0x64, 0xbd, 0x71, 0xbc, 0x47, 0x8f, 0x1d, 0x61, 0xed, 0x28, 0xb7, 0xab, 0xc4, 0xd2, 0xe8, 0xe8, 0xa5, 0x38, 0xcb, 0x43, 0x17, 0xd5, 0x0f, 0x15, 0x03, 0x3c, 0xf9, 0xd4, 0x12, 0xe0, 0x5c, 0x16, 0xbd, 0x54, 0xcb, 0xbd, 0x9b, 0x84, 0xe8, 0x2b, 0xa5, 0xb3, 0xb1, 0x2c, 0xea, 0x8b, 0x0a, 0x4f, 0x29, 0xdd, 0x91, 0xe6, 0xd8, 0x45, 0xaa, 0x63, 0xe4, 0xc9, 0x7a, 0xaf, 0xc2, 0xc5, 0xcf, 0x44, 0x2f, 0xa2, 0xae, 0x95, 0xce, 0x58, 0x03, 0x48, 0x59, 0xf4, 0x42, 0xec, 0xf2, 0xe5, 0x8a, 0x96, 0xf0, 0xdd, 0xae, 0xe7, 0x15, 0x2b, 0x3d, 0x58, 0x9f, 0xe3, 0xe2, 0x97, 0x9f, 0xb7, 0x49, 0x3d, 0x85, 0x6c, 0x04, 0x9e, 0x3e, 0xc9, 0x66, 0xb8, 0xd8, 0xd2, 0xcc, 0xde, 0x53, 0xaf, 0x0b, 0xe0, 0x26, 0x68, 0x65, 0xc7, 0x70, 0xea, 0xf4, 0x49, 0x36, 0x86, 0x92, 0xdb, 0x53, 0x62, 0xcb, 0xb2, 0xe8, 0x25, 0x1b, 0x96, 0x2e, 0x5d, 0xfa, 0x4b, 0x92, 0xdc, 0x10, 0x33, 0xc0, 0x13, 0x4f, 0x3e, 0x0e, 0x9c, 0x4f, 0x2e, 0x5b, 0x62, 0x8b, 0x94, 0xe5, 0xbd, 0x4d, 0xa2, 0x8e, 0xc7, 0x35, 0xea, 0xd7, 0xca, 0x27, 0xa5, 0x24, 0xf1, 0x37, 0xd6, 0x39, 0x23, 0x7e, 0x53, 0xa3, 0x32, 0xe8, 0xe4, 0xe2, 0x97, 0x23, 0xbd, 0x5c, 0x62, 0x6c, 0x5f, 0x9a, 0x29, 0x0b, 0xde, 0x16, 0xb7, 0xbc, 0xae, 0x8f, 0xbc, 0xf4, 0xa1, 0x2d, 0x7e, 0xf3, 0x3d, 0xc5, 0x0c, 0x92, 0x79, 0x54, 0x23, 0x68, 0x83, 0x57, 0xc9, 0x04, 0x42, 0xf8, 0x1d, 0xee, 0x3d, 0x4b, 0x76, 0x8e, 0x1f, 0xd6, 0xae, 0x5b, 0x03, 0x72, 0x3b, 0x6a, 0x4c, 0x78, 0xe2, 0x89, 0x27, 0xfe, 0x91, 0xa4, 0x36, 0x44, 0x0d, 0xb0, 0xe4, 0x89, 0xc5, 0xc0, 0xb9, 0xf4, 0xc9, 0xc7, 0xd8, 0x20, 0xcf, 0x9e, 0x05, 0x69, 0xb2, 0x0a, 0xc1, 0xb4, 0xa8, 0xcf, 0x4b, 0x09, 0x6a, 0xd5, 0xb3, 0xb1, 0xe6, 0x49, 0x23, 0xf3, 0xa4, 0x92, 0x1e, 0xf5, 0xf9, 0xf7, 0x29, 0x11, 0x5f, 0x4e, 0x73, 0xac, 0x2a, 0xd4, 0x36, 0x39, 0xea, 0xf3, 0x88, 0x6e, 0x45, 0x75, 0x53, 0xf0, 0xf6, 0xe2, 0xb7, 0x5d, 0x5d, 0xea, 0x4a, 0xd6, 0x5d, 0x8e, 0x05, 0x71, 0x3b, 0xc4, 0x22, 0xbf, 0x9d, 0xba, 0x11, 0xc4, 0x95, 0x5e, 0x6a, 0x2a, 0x23, 0xa7, 0x47, 0xa2, 0xd7, 0x71, 0x5c, 0x15, 0x76, 0x19, 0xca, 0xcb, 0xcb, 0x58, 0x9e, 0x2f, 0xb7, 0x9f, 0xc2, 0x27, 0x1f, 0x4b, 0x5a, 0xba, 0x74, 0xf1, 0x58, 0x92, 0xd8, 0x10, 0x37, 0xc0, 0xe3, 0x4b, 0x1e, 0x05, 0xce, 0x25, 0x4b, 0x17, 0x3b, 0xc6, 0x00, 0x66, 0x21, 0x9c, 0x5d, 0x28, 0x56, 0xc3, 0xf2, 0x7d, 0x3b, 0xea, 0xd7, 0x4a, 0x29, 0x4f, 0x43, 0x23, 0x1f, 0xe4, 0xda, 0x91, 0xdf, 0x2d, 0xea, 0x9b, 0xb3, 0x31, 0x2d, 0xf6, 0x7c, 0xb9, 0x15, 0xfd, 0xe5, 0x1c, 0x9e, 0x8b, 0x8f, 0x2d, 0x6b, 0x28, 0x22, 0xfc, 0x15, 0xeb, 0xb9, 0xb5, 0xf4, 0xf9, 0x55, 0xf5, 0x4e, 0x31, 0x7c, 0x1b, 0x5f, 0x1e, 0x9d, 0x9b, 0xa1, 0xc3, 0x32, 0x8e, 0x9b, 0x09, 0xf4, 0x9e, 0xc0, 0x4c, 0xb7, 0xda, 0xd5, 0x1e, 0x43, 0x32, 0x01, 0x4e, 0xd9, 0x1e, 0x8d, 0x8f, 0x83, 0xa5, 0x4f, 0x3c, 0x06, 0x72, 0xdb, 0x49, 0x0c, 0x2e, 0x59, 0xf2, 0xc8, 0xe2, 0xe9, 0xd3, 0xe9, 0x2a, 0xb0, 0x61, 0x61, 0x80, 0xc5, 0x8f, 0x2f, 0x02, 0xce, 0xc7, 0x96, 0x3c, 0xe2, 0x48, 0x81, 0x64, 0xe1, 0x2b, 0x91, 0x5f, 0xd4, 0xf6, 0xdb, 0x91, 0x5f, 0x08, 0xbf, 0x59, 0x8d, 0xfc, 0xf2, 0x34, 0xa3, 0x3d, 0x05, 0xe9, 0xcc, 0xf7, 0xcd, 0xa8, 0x6f, 0x0b, 0x5f, 0x8e, 0xfe, 0x57, 0x84, 0xf0, 0xaf, 0x28, 0x42, 0x47, 0xe1, 0xcb, 0xb7, 0x50, 0xe5, 0xb7, 0x4a, 0x12, 0x26, 0xb0, 0x56, 0x87, 0xe6, 0x3d, 0x01, 0x4f, 0x8f, 0xdc, 0x4c, 0x20, 0xc6, 0x0f, 0xd6, 0xfb, 0xe6, 0x67, 0xcc, 0x15, 0x22, 0x70, 0x3f, 0x7f, 0x3c, 0x7d, 0x0a, 0x9e, 0x5e, 0xfe, 0x14, 0xc8, 0x6d, 0x26, 0xb1, 0x63, 0xf1, 0xe3, 0x0b, 0x37, 0x2d, 0x5b, 0x36, 0x9b, 0xea, 0xfc, 0x87, 0x93, 0x01, 0x1e, 0x5d, 0xbc, 0x10, 0x38, 0x17, 0x3f, 0xb6, 0x48, 0x19, 0xa4, 0x36, 0x0b, 0x03, 0x54, 0x3a, 0xeb, 0x75, 0x0c, 0xf1, 0xcb, 0x29, 0x0f, 0xcb, 0xf9, 0x2d, 0x03, 0xc8, 0x29, 0x8f, 0x3d, 0x95, 0x28, 0x99, 0x80, 0xe7, 0xd7, 0x56, 0xea, 0xc3, 0xaf, 0x41, 0xbe, 0x2c, 0xcd, 0xe4, 0xe8, 0x69, 0x0f, 0x17, 0xb0, 0x6e, 0x02, 0xb7, 0x5b, 0x24, 0x75, 0x85, 0x30, 0x80, 0x6b, 0x2a, 0x24, 0x0f, 0x9c, 0x3b, 0xdb, 0x1d, 0xe3, 0x05, 0xcc, 0xf3, 0xd7, 0xf8, 0x5e, 0x02, 0xb9, 0xad, 0x14, 0x3e, 0xb6, 0x30, 0x61, 0xf1, 0xe2, 0x79, 0xbf, 0x23, 0x39, 0x0d, 0x43, 0x03, 0x2c, 0x7a, 0x74, 0x3e, 0x70, 0x3e, 0xb2, 0x78, 0x81, 0x3d, 0x06, 0x68, 0xe6, 0x06, 0xe0, 0x65, 0xc0, 0xb6, 0xf0, 0xcd, 0x2b, 0xbb, 0x78, 0x29, 0x40, 0x9d, 0x54, 0x2a, 0xd0, 0x20, 0x1e, 0xe5, 0x52, 0x03, 0x91, 0xfe, 0x58, 0xe2, 0x6f, 0x6d, 0x6d, 0x71, 0x14, 0x8a, 0xd9, 0x17, 0xe2, 0xdb, 0xf9, 0xb6, 0x9b, 0x09, 0xe4, 0x1b, 0x60, 0xc8, 0x77, 0x81, 0xd1, 0xa9, 0x8c, 0x05, 0x5c, 0xc4, 0x6f, 0x52, 0xfa, 0x6e, 0x17, 0x03, 0x54, 0x55, 0x55, 0xc2, 0xf6, 0x1d, 0x5b, 0x41, 0x6e, 0x23, 0x99, 0x0b, 0x1f, 0x9d, 0xef, 0x5f, 0xf8, 0xe8, 0xdc, 0x89, 0x24, 0xa3, 0x61, 0x6c, 0x80, 0x85, 0x8b, 0xe6, 0x01, 0xe7, 0xa2, 0x47, 0xe6, 0x1b, 0xe9, 0x8b, 0x34, 0x06, 0x30, 0xa8, 0x5e, 0xf9, 0x65, 0x9d, 0xe4, 0xe2, 0x69, 0x4f, 0x63, 0x9d, 0xdd, 0x0b, 0xb8, 0xa6, 0x3f, 0x8d, 0x8a, 0xf8, 0xe5, 0x54, 0xa8, 0x55, 0x1a, 0x03, 0x98, 0x83, 0x4f, 0xa7, 0x09, 0x78, 0x04, 0x56, 0x8d, 0xd0, 0x21, 0xd6, 0xf8, 0x17, 0x66, 0x70, 0xa5, 0x7a, 0xa7, 0x1b, 0x87, 0xf8, 0x3b, 0xf5, 0x59, 0x22, 0x3b, 0xf5, 0xc1, 0xde, 0xea, 0xd8, 0xf1, 0x78, 0x23, 0xba, 0x2f, 0x02, 0xb9, 0x7d, 0x24, 0xd6, 0x2d, 0x5a, 0x34, 0x37, 0xda, 0xe7, 0x1b, 0x77, 0x03, 0x49, 0x68, 0x98, 0x1b, 0x60, 0xfe, 0xc2, 0x39, 0xc0, 0xb9, 0x60, 0xd1, 0x5c, 0x47, 0x59, 0x82, 0xe3, 0x1a, 0x5f, 0xeb, 0x51, 0x36, 0x01, 0x4f, 0x81, 0x78, 0xef, 0xc1, 0xa3, 0xbf, 0x9b, 0x09, 0x78, 0x2f, 0xa0, 0x0e, 0x84, 0x5b, 0xa4, 0x92, 0x82, 0xcb, 0xee, 0x46, 0x90, 0xa2, 0xb6, 0x73, 0x2a, 0xd4, 0x7d, 0xed, 0x7f, 0x7d, 0x1a, 0x54, 0x08, 0xff, 0x8a, 0xbb, 0xf8, 0xf1, 0x37, 0x7f, 0x3a, 0x73, 0x9a, 0x9d, 0xad, 0x95, 0xdb, 0x85, 0x73, 0xde, 0xc2, 0x39, 0x9d, 0x0b, 0x16, 0xce, 0x89, 0x59, 0xb0, 0x60, 0xc1, 0xdf, 0x90, 0x74, 0x46, 0x88, 0x01, 0xe6, 0xcd, 0x7f, 0x18, 0x38, 0xe7, 0x2f, 0x98, 0x63, 0xd6, 0xb9, 0x48, 0x51, 0x9c, 0x5f, 0xf5, 0x24, 0xe7, 0xfe, 0xfc, 0xc2, 0x76, 0x21, 0x7e, 0x5e, 0x18, 0x66, 0x8d, 0x03, 0x6c, 0x13, 0x58, 0x69, 0xd0, 0xa5, 0x26, 0xc7, 0x60, 0x58, 0x1f, 0x0b, 0xa8, 0x03, 0x62, 0x0f, 0x23, 0x68, 0x27, 0xc3, 0x3a, 0x7a, 0xc8, 0x76, 0xad, 0x07, 0x71, 0x8b, 0xfa, 0x78, 0xb5, 0x1b, 0xae, 0x8a, 0x21, 0xb7, 0x87, 0xc6, 0xaf, 0xe6, 0xcf, 0x9f, 0xfd, 0x7b, 0x92, 0xcc, 0x08, 0x33, 0xc0, 0x9c, 0x79, 0xb3, 0x80, 0x73, 0xee, 0xfc, 0xd9, 0xea, 0x1c, 0xbe, 0x41, 0x79, 0x99, 0x13, 0x59, 0xfc, 0x75, 0xd2, 0x2c, 0x10, 0x37, 0x81, 0x3a, 0x0b, 0xd4, 0x20, 0x7a, 0x00, 0x7d, 0x2c, 0xa0, 0xcf, 0x0a, 0x39, 0x8d, 0xd0, 0xa2, 0x5d, 0x9c, 0xaf, 0x2e, 0xd6, 0xa5, 0x4c, 0x95, 0xf6, 0x80, 0x76, 0xaf, 0xd1, 0xee, 0x18, 0xe4, 0x62, 0x11, 0xdf, 0xce, 0x9d, 0x3b, 0x40, 0x6e, 0x07, 0xa5, 0x4d, 0xe6, 0xcd, 0x0a, 0xcc, 0x99, 0x3f, 0x8b, 0xd6, 0xfc, 0x1c, 0xa9, 0x06, 0x78, 0x78, 0xce, 0x4c, 0xe0, 0x9c, 0x33, 0x77, 0x96, 0x15, 0xc9, 0x2d, 0x41, 0x1b, 0x22, 0xe6, 0xf9, 0x7f, 0xb5, 0x34, 0x0e, 0xb0, 0x97, 0x36, 0x91, 0xea, 0xe1, 0x95, 0x99, 0xa0, 0x7a, 0xc5, 0x04, 0x7a, 0x6f, 0x20, 0x8c, 0xd0, 0x22, 0xf7, 0x08, 0xb6, 0x11, 0x94, 0x62, 0x35, 0x47, 0xcf, 0xd0, 0xea, 0xa8, 0x09, 0x6a, 0x73, 0x18, 0xc4, 0x2e, 0x9f, 0x50, 0x96, 0x3c, 0x97, 0x88, 0xe7, 0x23, 0x3e, 0xfd, 0xec, 0x53, 0x58, 0xb0, 0x70, 0x1e, 0xc8, 0x6d, 0x20, 0xf1, 0xd2, 0xc3, 0x73, 0x67, 0xf9, 0x96, 0x2d, 0x9b, 0x48, 0x65, 0xca, 0x23, 0xd9, 0x00, 0xb3, 0x66, 0xcf, 0x00, 0xce, 0xd9, 0x0f, 0x3f, 0x04, 0xf5, 0x4d, 0xa6, 0xf8, 0xeb, 0x2d, 0x13, 0xe8, 0x0b, 0x5d, 0xd5, 0x5a, 0x57, 0x3e, 0xd5, 0x6a, 0x26, 0xa8, 0x6f, 0xac, 0x55, 0x52, 0x22, 0xb7, 0xde, 0xc0, 0xd3, 0x08, 0x7a, 0x6a, 0xa4, 0x98, 0x41, 0xed, 0x19, 0x1c, 0xa6, 0x70, 0x98, 0xa3, 0xd5, 0x9a, 0xd3, 0x77, 0x5f, 0xdc, 0x16, 0x8d, 0x71, 0xe6, 0xec, 0x4f, 0xac, 0xec, 0x43, 0x3e, 0x76, 0x89, 0x5d, 0x06, 0xf7, 0xce, 0x9c, 0x39, 0x93, 0xca, 0x94, 0x47, 0x83, 0x01, 0x66, 0xce, 0x7a, 0x10, 0x38, 0x51, 0x00, 0xfc, 0xf2, 0x3f, 0xde, 0x13, 0x28, 0x17, 0x7d, 0xcb, 0x6b, 0x00, 0xd5, 0xab, 0xe3, 0x01, 0x65, 0x66, 0xe8, 0x5a, 0x8c, 0xc0, 0x52, 0x23, 0x6f, 0x33, 0xb8, 0x19, 0x42, 0xa9, 0x1f, 0x92, 0xd3, 0x26, 0x4b, 0xfc, 0xfa, 0x0a, 0xd7, 0x6d, 0x6d, 0x26, 0xf3, 0xf2, 0x03, 0xb0, 0x76, 0xdd, 0x2b, 0x20, 0x1f, 0xb3, 0xc2, 0xd9, 0xd3, 0xcf, 0xcc, 0x9e, 0x3d, 0x83, 0xca, 0x94, 0x47, 0x93, 0x01, 0x66, 0x3c, 0x34, 0x1d, 0x38, 0x1f, 0x9a, 0xf9, 0xa0, 0x39, 0xb8, 0x95, 0xc4, 0xec, 0x5c, 0x10, 0x4b, 0xed, 0x0d, 0x7a, 0x6a, 0x84, 0x9e, 0x9a, 0x41, 0xef, 0x19, 0xdc, 0x0c, 0xe1, 0x4c, 0x9b, 0x5a, 0xb4, 0x15, 0xed, 0x54, 0x56, 0x1b, 0x79, 0x7e, 0x8c, 0x91, 0xe7, 0xe3, 0xf1, 0xc9, 0xc7, 0xcb, 0xf9, 0xe0, 0x43, 0xd3, 0x4b, 0x67, 0xcc, 0x78, 0x80, 0xca, 0x94, 0x47, 0xa3, 0x01, 0x1e, 0x9c, 0x31, 0x0d, 0x38, 0x67, 0x3c, 0xf4, 0x80, 0x58, 0x0e, 0x84, 0x8b, 0x59, 0x5d, 0x19, 0xce, 0x6d, 0x55, 0xb8, 0xea, 0x9e, 0x1b, 0xa1, 0xd1, 0x69, 0x84, 0x90, 0x66, 0x10, 0x86, 0x70, 0x9a, 0x82, 0xd3, 0xac, 0xd8, 0x74, 0x5f, 0xab, 0x13, 0xbf, 0xf3, 0xd3, 0xcf, 0x12, 0xd8, 0xe0, 0x5e, 0x3e, 0x4e, 0x89, 0x2d, 0x0f, 0x3e, 0x38, 0x6d, 0xc3, 0xf4, 0xe9, 0xd3, 0xa9, 0x4c, 0x79, 0xb4, 0x1a, 0xe0, 0x81, 0xe9, 0x53, 0x81, 0x73, 0xfa, 0x83, 0xd3, 0x94, 0xf4, 0x06, 0xe9, 0xb6, 0x36, 0x68, 0x75, 0x8d, 0xfb, 0xf2, 0x88, 0x21, 0x8d, 0x10, 0xd2, 0x0c, 0x7a, 0xcf, 0xd0, 0xa0, 0xd4, 0x24, 0x39, 0x4c, 0x61, 0xcd, 0x28, 0xb9, 0xa5, 0x45, 0x9c, 0x89, 0x49, 0xe7, 0x58, 0x39, 0xb2, 0x7c, 0x7c, 0x2a, 0xa7, 0x25, 0x4c, 0x9d, 0x3a, 0x95, 0xca, 0x94, 0x47, 0xbb, 0x01, 0xa6, 0x3d, 0x30, 0x05, 0x38, 0x1f, 0x98, 0x7e, 0xbf, 0x21, 0xe4, 0x4a, 0x49, 0xd0, 0x55, 0xce, 0xd5, 0xa1, 0x6b, 0xba, 0xeb, 0x11, 0xe4, 0x31, 0x42, 0x4f, 0xcd, 0xa0, 0xa7, 0x49, 0x6e, 0x3d, 0x44, 0x83, 0x6b, 0x71, 0x9d, 0xce, 0x40, 0x20, 0x1b, 0xd6, 0xbc, 0xb2, 0x1a, 0xa6, 0x1a, 0xc7, 0xe3, 0x46, 0xe3, 0x38, 0x93, 0xee, 0x9f, 0x7e, 0x3f, 0x95, 0x29, 0x13, 0x4c, 0x03, 0xdc, 0x3f, 0xf5, 0x3e, 0xe0, 0x9c, 0x3a, 0x6d, 0x8a, 0x54, 0xfc, 0x66, 0x8a, 0x5a, 0xb9, 0x13, 0x8c, 0x63, 0x99, 0x74, 0x8f, 0x45, 0x73, 0xeb, 0xdc, 0x7a, 0x05, 0xa7, 0x19, 0xf4, 0x19, 0x24, 0xc5, 0x10, 0x56, 0x0f, 0x21, 0x9b, 0x82, 0x9d, 0x55, 0x76, 0x5c, 0x2c, 0x6f, 0x32, 0x18, 0x2c, 0x87, 0x1d, 0x31, 0xdb, 0x0c, 0x81, 0xdf, 0x0f, 0xf2, 0x31, 0x49, 0x0c, 0x4e, 0x99, 0x36, 0x85, 0xca, 0x94, 0x09, 0xaa, 0x01, 0xee, 0xbb, 0xff, 0x1e, 0xe0, 0x9c, 0x32, 0xf5, 0x5e, 0x23, 0xc2, 0xdb, 0xd1, 0xbd, 0xca, 0x10, 0xb3, 0xb8, 0x43, 0x8c, 0x76, 0x4b, 0xa4, 0x9e, 0x2d, 0x9b, 0x5e, 0xd5, 0xbd, 0x19, 0xdc, 0x0c, 0x21, 0x2f, 0x46, 0xd5, 0x68, 0x96, 0x59, 0xf3, 0xda, 0x24, 0x5e, 0xa4, 0xc7, 0x16, 0xbb, 0x32, 0x7a, 0x05, 0x7c, 0x3f, 0xfe, 0x44, 0x3c, 0xcc, 0x9c, 0x3d, 0x03, 0xe4, 0x63, 0x91, 0xd8, 0x61, 0x70, 0xd3, 0xc4, 0x89, 0x13, 0xa9, 0x4c, 0x99, 0xe0, 0x34, 0xc0, 0xbd, 0xf7, 0x4d, 0x06, 0xce, 0xfb, 0xa6, 0xdc, 0xa3, 0xdc, 0xd8, 0xae, 0xca, 0x20, 0xbb, 0x39, 0x9e, 0x76, 0x7f, 0x30, 0xe5, 0x56, 0x49, 0x3d, 0xec, 0x15, 0x9c, 0x77, 0x89, 0x51, 0xef, 0x21, 0xc0, 0x6f, 0x7a, 0x61, 0x9f, 0x78, 0xab, 0xb4, 0x4c, 0x22, 0x5f, 0x63, 0xac, 0x1a, 0xe4, 0xe4, 0xc9, 0xef, 0x61, 0xf1, 0xe3, 0x8f, 0x82, 0x7c, 0x0c, 0x0a, 0xef, 0x9d, 0x9c, 0x30, 0x65, 0xca, 0x44, 0x2a, 0x53, 0x26, 0x78, 0x1b, 0x60, 0xf2, 0xbd, 0x93, 0x80, 0xf3, 0x9e, 0xfb, 0xee, 0x86, 0x8a, 0x4a, 0xf5, 0x96, 0x48, 0x6e, 0x77, 0x89, 0xf4, 0xee, 0x15, 0x9c, 0xf7, 0x0c, 0xb3, 0xef, 0xdc, 0x62, 0xdf, 0xc0, 0x82, 0x2f, 0xb3, 0xa2, 0xde, 0x89, 0xc5, 0x5e, 0x79, 0xc2, 0x5c, 0x7f, 0xdf, 0x5e, 0xfd, 0x59, 0xb9, 0x83, 0x8c, 0x61, 0x86, 0x2c, 0x7f, 0x26, 0xbc, 0xec, 0x7b, 0x09, 0xe4, 0x7d, 0xd7, 0xe8, 0xbf, 0xe7, 0x9e, 0x89, 0x54, 0xa6, 0x4c, 0xe8, 0xde, 0x00, 0x77, 0x4f, 0x9e, 0x08, 0x9c, 0x93, 0xef, 0x99, 0x64, 0xdd, 0x11, 0xd2, 0xbe, 0x13, 0x64, 0xa9, 0x75, 0x53, 0x6c, 0xb6, 0x30, 0x16, 0x9a, 0x21, 0x68, 0xde, 0x0f, 0xc0, 0x5c, 0x1f, 0xd4, 0x5c, 0x20, 0x17, 0xd7, 0x0d, 0x2d, 0x28, 0xc6, 0x85, 0x73, 0xf3, 0xd8, 0x5a, 0xa2, 0xe6, 0xea, 0xd1, 0xb9, 0xd6, 0xba, 0xa2, 0xe6, 0x82, 0xba, 0xfc, 0xb3, 0xe6, 0x4a, 0x73, 0xe6, 0x6a, 0x73, 0xe6, 0x62, 0x5b, 0xf6, 0x0d, 0xb6, 0x71, 0x09, 0x16, 0x91, 0x46, 0x69, 0x2b, 0x45, 0xe3, 0x55, 0x68, 0xc5, 0xc5, 0x45, 0xb0, 0x75, 0xeb, 0x16, 0x16, 0xdd, 0xe5, 0xfd, 0x96, 0x58, 0x37, 0x79, 0xf2, 0xa4, 0xe8, 0x71, 0xe3, 0xa8, 0x4c, 0x99, 0xd0, 0x43, 0x03, 0x4c, 0xbc, 0x7b, 0x02, 0x70, 0x4e, 0x9a, 0x7c, 0x17, 0x14, 0x96, 0x14, 0x40, 0x21, 0x13, 0x71, 0x00, 0xf2, 0x0c, 0xfa, 0x73, 0x32, 0x21, 0x2b, 0x3b, 0x1d, 0x32, 0x0d, 0x66, 0xf8, 0xd3, 0xd8, 0xf3, 0xac, 0x9c, 0x0c, 0xf0, 0x07, 0x32, 0x21, 0x27, 0x37, 0xcb, 0xa0, 0x1f, 0x02, 0x79, 0xd9, 0x8c, 0xb9, 0xf9, 0xe6, 0x4a, 0xd2, 0xf8, 0x77, 0xf8, 0xf7, 0xc2, 0x00, 0x25, 0xb6, 0x01, 0xb8, 0x09, 0x4a, 0xd9, 0x5d, 0xe7, 0x55, 0x13, 0x28, 0x4b, 0xaf, 0x48, 0x69, 0x14, 0xde, 0x07, 0x2c, 0xee, 0xe8, 0x27, 0xec, 0xa4, 0xd5, 0xc4, 0x49, 0x13, 0xdc, 0xd8, 0x39, 0x71, 0xe2, 0x5d, 0x31, 0x46, 0x9e, 0x4f, 0x65, 0xca, 0x84, 0x6b, 0x33, 0xc0, 0x5d, 0x13, 0xa3, 0x80, 0x13, 0xc5, 0x84, 0x22, 0xcf, 0xcc, 0xb6, 0xe8, 0x4f, 0x87, 0xb4, 0x8c, 0x64, 0x48, 0xcb, 0x4c, 0x36, 0xb7, 0x4b, 0x06, 0xc8, 0x46, 0x03, 0x04, 0x6c, 0x03, 0xe0, 0x4d, 0x33, 0xd0, 0x00, 0xb9, 0x9a, 0x01, 0xd8, 0x72, 0xea, 0x25, 0xb8, 0xb2, 0x74, 0xbe, 0x30, 0x00, 0x52, 0x36, 0x80, 0x3c, 0xb6, 0xd0, 0xc7, 0x13, 0xdf, 0x9f, 0xfc, 0x16, 0x16, 0x3f, 0xf6, 0x28, 0xc8, 0xfb, 0xa9, 0x72, 0xc2, 0x57, 0x93, 0x26, 0x45, 0x52, 0x99, 0x32, 0xa1, 0x77, 0x06, 0x88, 0x9a, 0x10, 0x09, 0x9c, 0x13, 0xee, 0x1a, 0x0f, 0xe9, 0x99, 0x29, 0x90, 0x9e, 0x65, 0x32, 0x23, 0x2b, 0x55, 0x3c, 0x4f, 0x37, 0x9e, 0x33, 0x03, 0xe4, 0xd8, 0x06, 0x60, 0x26, 0x50, 0x7a, 0x00, 0xc3, 0x04, 0x05, 0x39, 0x96, 0xf8, 0xad, 0x14, 0xa8, 0x38, 0x4f, 0x18, 0x00, 0x57, 0x99, 0x66, 0x06, 0x28, 0xc3, 0x5e, 0xa0, 0xd0, 0x91, 0xfe, 0x54, 0x54, 0xda, 0xcb, 0x2f, 0xa6, 0xa5, 0xa7, 0xc0, 0x9a, 0x35, 0xab, 0x41, 0xde, 0x3f, 0x8d, 0xb9, 0xe3, 0xef, 0x1a, 0x4f, 0x65, 0xca, 0x84, 0xf0, 0x1a, 0x20, 0x35, 0xe3, 0x02, 0x63, 0x9a, 0x61, 0x84, 0x0c, 0x7f, 0x2a, 0x8b, 0xfe, 0x5c, 0xfc, 0xd8, 0x2b, 0xc8, 0x06, 0x10, 0x29, 0x10, 0xef, 0x05, 0xa4, 0xe8, 0xcf, 0x88, 0x26, 0xb0, 0xc6, 0x06, 0xdc, 0x00, 0x45, 0x46, 0x2a, 0x54, 0x52, 0xce, 0x53, 0xa0, 0x22, 0x91, 0x02, 0xe1, 0xf8, 0x02, 0x07, 0xd7, 0xf8, 0xd9, 0xed, 0x31, 0x5b, 0x61, 0xd2, 0xdd, 0x77, 0x79, 0x09, 0xff, 0x52, 0xd4, 0x5d, 0x91, 0x3e, 0x23, 0xdd, 0xa1, 0x32, 0x65, 0x42, 0x3f, 0x18, 0x20, 0x1d, 0x0d, 0x90, 0xcc, 0x0c, 0x90, 0x2e, 0x7a, 0x80, 0x54, 0x91, 0x16, 0xc9, 0xd1, 0x5f, 0xe9, 0x01, 0xf2, 0xb3, 0x59, 0xf4, 0x47, 0xe6, 0x59, 0xbd, 0x00, 0x1a, 0x00, 0x59, 0x28, 0x4c, 0x50, 0xc0, 0xa2, 0x3f, 0xb2, 0xb4, 0x5c, 0x1a, 0x07, 0x18, 0xe2, 0xc7, 0xc1, 0x76, 0xec, 0x91, 0x43, 0xac, 0x46, 0xc7, 0x43, 0xf8, 0x5d, 0xe3, 0x27, 0x44, 0xee, 0x8d, 0x88, 0x88, 0xa0, 0x32, 0x65, 0x42, 0xff, 0x19, 0x20, 0x25, 0xfd, 0x3c, 0xeb, 0x01, 0xec, 0xd4, 0xc7, 0xec, 0x09, 0xe4, 0xe8, 0xef, 0x0f, 0x64, 0xb8, 0x1a, 0x20, 0x90, 0x6f, 0x1b, 0x20, 0xaf, 0x30, 0x47, 0x18, 0xa0, 0x80, 0x9b, 0xa0, 0xc4, 0x4a, 0x87, 0xd8, 0x80, 0xd8, 0x24, 0x0e, 0x88, 0xbf, 0x3f, 0xf5, 0x1d, 0x5b, 0x68, 0x2a, 0x44, 0xba, 0x73, 0x26, 0x72, 0x62, 0x24, 0x95, 0x29, 0x13, 0xfa, 0xdf, 0x00, 0xc9, 0x69, 0x49, 0x86, 0x01, 0xce, 0xb3, 0xd4, 0xc7, 0x4c, 0x7f, 0x52, 0xec, 0x41, 0xb1, 0x41, 0x3f, 0x1a, 0x40, 0x4b, 0x81, 0x72, 0xf2, 0x0c, 0x13, 0xe4, 0xfb, 0xcd, 0x5e, 0xc0, 0x20, 0x8a, 0xdf, 0x64, 0x40, 0x18, 0x80, 0x99, 0xc0, 0x32, 0x00, 0x9f, 0x15, 0x4a, 0x49, 0x3b, 0xcf, 0xd6, 0xdb, 0xc1, 0xdf, 0x75, 0x17, 0xfe, 0xf8, 0xd2, 0xa8, 0xa8, 0x88, 0x79, 0xc6, 0x7e, 0xe2, 0xbd, 0x74, 0xaf, 0x1b, 0x20, 0x12, 0x46, 0xb5, 0x01, 0xd2, 0x93, 0xa4, 0x71, 0x00, 0xce, 0xfe, 0xd8, 0x3d, 0x00, 0x33, 0x40, 0x40, 0x4b, 0x81, 0xf2, 0xfc, 0x82, 0x68, 0x82, 0x5c, 0x96, 0x0a, 0xa9, 0x26, 0x60, 0x06, 0x28, 0x36, 0x89, 0xe2, 0xc7, 0xcf, 0xee, 0xd8, 0xb9, 0x0d, 0xee, 0xbd, 0xef, 0x6e, 0xaf, 0x88, 0xdf, 0x62, 0xa4, 0x3b, 0x1b, 0x6e, 0xbf, 0xfd, 0xf6, 0x5f, 0x85, 0x10, 0xea, 0xcf, 0x34, 0x92, 0x41, 0x08, 0xe1, 0x48, 0x81, 0x92, 0x84, 0xf8, 0xd3, 0xb2, 0xb0, 0x07, 0x48, 0xb6, 0x0d, 0x90, 0x63, 0xf7, 0x00, 0x8c, 0xb9, 0x86, 0x09, 0xb0, 0x17, 0xc8, 0xb3, 0x89, 0xe2, 0xe7, 0xb4, 0x7b, 0x81, 0x80, 0x30, 0xc0, 0xb1, 0x13, 0x47, 0xe1, 0xa1, 0x99, 0x33, 0x3c, 0xd3, 0x1d, 0x43, 0xf8, 0x9f, 0x46, 0x45, 0xdd, 0xf1, 0x4f, 0x2e, 0x02, 0x1f, 0x28, 0x92, 0x31, 0x46, 0xf7, 0x2c, 0x90, 0x39, 0x06, 0x48, 0xcd, 0xbc, 0xc0, 0x0c, 0x20, 0x7a, 0x80, 0x1c, 0x1c, 0x03, 0x98, 0xe3, 0x00, 0x61, 0x00, 0xec, 0x0d, 0x98, 0x09, 0x32, 0x85, 0x01, 0xcc, 0x54, 0xc8, 0x2f, 0x4c, 0x90, 0x6f, 0x19, 0xe0, 0xbb, 0x1f, 0xbe, 0x32, 0xf2, 0xfc, 0xc7, 0x43, 0xe5, 0xf9, 0xe7, 0xef, 0x8c, 0xba, 0xf3, 0x0e, 0x0f, 0x51, 0x5e, 0xdf, 0x4b, 0x0e, 0xb6, 0x39, 0x08, 0xc3, 0xb2, 0x07, 0xc8, 0x34, 0x0d, 0x90, 0x2e, 0x19, 0x20, 0x23, 0x3b, 0x15, 0xb2, 0xb2, 0xad, 0x13, 0x61, 0xc8, 0x80, 0x69, 0x00, 0xd9, 0x04, 0xd9, 0x79, 0x99, 0xc2, 0x00, 0xdc, 0x04, 0xe7, 0x53, 0xce, 0xc1, 0xba, 0xf5, 0x3e, 0x76, 0xd2, 0xca, 0x43, 0xf8, 0xc1, 0xf1, 0xe3, 0xef, 0x7c, 0xfc, 0xd6, 0x5b, 0x6f, 0xfd, 0x79, 0x1f, 0x84, 0x1e, 0x2e, 0xf6, 0xb7, 0x31, 0x08, 0xc3, 0xc5, 0x00, 0x3c, 0xfd, 0xe1, 0x29, 0x10, 0xeb, 0x05, 0x58, 0x2a, 0x94, 0x6e, 0xf4, 0x06, 0x26, 0xfd, 0x81, 0x74, 0xdb, 0x04, 0x79, 0xd8, 0x0b, 0x64, 0x8a, 0x5e, 0x00, 0xb7, 0xc5, 0x7c, 0xb0, 0x9d, 0xd5, 0xed, 0x78, 0x08, 0xbf, 0x23, 0x2a, 0x2a, 0x72, 0xf3, 0xd8, 0xb1, 0x63, 0x7f, 0xdd, 0x8d, 0x28, 0x6f, 0xe8, 0x23, 0x07, 0xc3, 0x1c, 0x64, 0x88, 0x61, 0x82, 0x9f, 0x39, 0x52, 0xa0, 0xcc, 0xf3, 0xa6, 0x01, 0xac, 0x1e, 0x20, 0xdd, 0x8f, 0x4c, 0x11, 0x26, 0x60, 0x25, 0x11, 0x39, 0x69, 0x22, 0x25, 0xe2, 0x06, 0xf0, 0xe7, 0x66, 0x58, 0x06, 0xc8, 0x84, 0x23, 0xf1, 0xb1, 0x30, 0x6b, 0xf6, 0xcc, 0x90, 0x79, 0x7e, 0x44, 0xc4, 0xd8, 0x7f, 0x09, 0x83, 0xb8, 0xc3, 0xc9, 0xfe, 0x34, 0x05, 0x19, 0x61, 0x28, 0x45, 0x7d, 0x79, 0x26, 0xc5, 0xd1, 0x03, 0x64, 0x24, 0x19, 0x3c, 0xcf, 0x0c, 0x20, 0x4c, 0xc0, 0xca, 0x22, 0xec, 0x54, 0x08, 0x69, 0x8f, 0x09, 0xd2, 0x98, 0xf8, 0x91, 0xdf, 0x9f, 0xfa, 0x86, 0xad, 0x9f, 0xef, 0x9d, 0xe7, 0x47, 0x64, 0x47, 0x44, 0x8c, 0x9b, 0x7c, 0x0d, 0xa2, 0xbc, 0x31, 0x4c, 0x1c, 0x28, 0x63, 0x90, 0x19, 0x86, 0x89, 0xf0, 0xbb, 0x35, 0x40, 0xaa, 0x64, 0x02, 0x7e, 0x3e, 0x00, 0x7b, 0x02, 0xd6, 0x1b, 0xa0, 0x01, 0x70, 0x4c, 0x80, 0x06, 0x08, 0xa4, 0x41, 0x52, 0xca, 0x59, 0x58, 0xff, 0xfa, 0xba, 0x50, 0x79, 0x7e, 0x5d, 0x64, 0x54, 0xe4, 0x33, 0xbf, 0xfd, 0xed, 0x6f, 0x6f, 0xee, 0x07, 0x71, 0x0f, 0x86, 0x49, 0xc2, 0x61, 0x06, 0x32, 0xc2, 0x20, 0x0a, 0xdf, 0xd3, 0x00, 0xc9, 0xe9, 0x89, 0xc2, 0x00, 0x8c, 0x6c, 0x40, 0x6c, 0x9d, 0x14, 0xf3, 0xdb, 0x29, 0x11, 0x1a, 0x00, 0x7b, 0x87, 0x0f, 0x76, 0xc7, 0xc0, 0xd4, 0x69, 0xf7, 0x79, 0x09, 0xbf, 0x73, 0xfc, 0x84, 0x88, 0x5d, 0xb7, 0xdf, 0x7e, 0xfb, 0x6f, 0x7a, 0x29, 0xca, 0x9f, 0x87, 0x89, 0xfd, 0x69, 0x8a, 0xbe, 0x9a, 0x81, 0x8c, 0x30, 0x08, 0xc2, 0xe7, 0x27, 0x92, 0xae, 0x77, 0x37, 0x40, 0x92, 0x6d, 0x00, 0xde, 0x13, 0x64, 0x99, 0xe4, 0x06, 0x38, 0x7a, 0xe2, 0x13, 0x98, 0x3f, 0x7f, 0x8e, 0x77, 0xba, 0x13, 0x15, 0xf1, 0xf5, 0x1d, 0x91, 0x77, 0xfc, 0xe7, 0x00, 0x8a, 0x7c, 0x20, 0xcc, 0xd1, 0x57, 0x33, 0x90, 0x11, 0x86, 0x42, 0xd4, 0x97, 0xe7, 0xd7, 0xdd, 0x66, 0x81, 0x04, 0x0d, 0xf1, 0x8b, 0x74, 0xc8, 0x32, 0xc0, 0x37, 0x3f, 0x7c, 0x09, 0x2b, 0x9e, 0x5f, 0x1e, 0x2a, 0xcf, 0xcf, 0x8b, 0x88, 0x8a, 0x78, 0x28, 0x4c, 0x62, 0xbf, 0x29, 0x4c, 0x0c, 0xb7, 0x29, 0x06, 0xcb, 0x08, 0x84, 0x30, 0x8a, 0xdf, 0xdb, 0x00, 0x96, 0xf0, 0x99, 0xf8, 0x33, 0x4d, 0x26, 0x26, 0xff, 0x04, 0xef, 0xbc, 0xfb, 0x66, 0xc8, 0x32, 0x65, 0x23, 0xdd, 0x59, 0x77, 0xeb, 0xad, 0xb7, 0xfe, 0xb2, 0x17, 0xa2, 0xbf, 0x69, 0x90, 0xd8, 0xdf, 0x66, 0x20, 0x13, 0x0c, 0x61, 0xf1, 0xbb, 0x1b, 0x40, 0x13, 0x3f, 0xa6, 0x43, 0xbb, 0xf7, 0xec, 0x62, 0xeb, 0xed, 0x78, 0x95, 0x29, 0x47, 0x46, 0x45, 0xec, 0xbb, 0xed, 0xb6, 0xdb, 0xfe, 0xfe, 0x1a, 0x85, 0xdf, 0x53, 0x91, 0xde, 0xdc, 0x47, 0x86, 0xcb, 0x0c, 0x64, 0x82, 0x11, 0x26, 0x7e, 0x4f, 0x03, 0xf0, 0xa8, 0xff, 0xe9, 0x17, 0xc7, 0xd8, 0x5d, 0x10, 0x43, 0xcc, 0xe7, 0x9f, 0x1b, 0x17, 0x39, 0x6e, 0x6c, 0x98, 0x85, 0x7f, 0x73, 0x3f, 0x73, 0x30, 0x8c, 0x40, 0x26, 0x18, 0x44, 0x03, 0x84, 0x6a, 0xe0, 0x1b, 0xdc, 0x4e, 0x84, 0xfd, 0x70, 0xfa, 0x6b, 0x58, 0xb5, 0x7a, 0xa5, 0x67, 0x99, 0xf2, 0xf8, 0xa8, 0xc8, 0xb2, 0xc8, 0xc8, 0x3b, 0x17, 0xb8, 0x08, 0xa2, 0xb7, 0xc2, 0xef, 0x4e, 0xb4, 0xbf, 0xe8, 0x25, 0xfb, 0x62, 0x86, 0xa1, 0x6e, 0x02, 0x42, 0x1f, 0xa3, 0xbf, 0xab, 0x01, 0xde, 0xde, 0xb8, 0x81, 0x2d, 0x31, 0xe2, 0x59, 0xa6, 0x3c, 0x3e, 0x62, 0xed, 0x2d, 0xb7, 0xdd, 0xf2, 0x97, 0xd7, 0x38, 0xc8, 0xed, 0xad, 0xf8, 0x7f, 0x11, 0x26, 0x86, 0xdb, 0x04, 0xe1, 0x4e, 0x87, 0xa8, 0x17, 0x18, 0x8c, 0xf4, 0x47, 0x37, 0x40, 0x28, 0x62, 0xf9, 0xc2, 0x9d, 0x77, 0xfe, 0xf7, 0xef, 0x7a, 0x39, 0x9d, 0xd9, 0x1b, 0x03, 0x84, 0x12, 0xf4, 0x5f, 0x78, 0xb0, 0x37, 0x26, 0x08, 0x77, 0x2f, 0x10, 0xee, 0xf1, 0x00, 0x19, 0x60, 0xa0, 0x7a, 0x00, 0x0f, 0x26, 0x45, 0x44, 0xfc, 0xef, 0xff, 0xf4, 0xf0, 0x0c, 0xee, 0x40, 0xf7, 0x00, 0x3d, 0x11, 0x3e, 0xf5, 0x00, 0x34, 0x06, 0xe8, 0x95, 0x01, 0x58, 0x99, 0xf2, 0x2d, 0xb7, 0xdc, 0x72, 0xd3, 0x98, 0x9e, 0xd7, 0xe7, 0xfc, 0x7c, 0xcc, 0xd0, 0x4b, 0x83, 0x68, 0x0c, 0x40, 0xbd, 0x40, 0xc8, 0x59, 0xa0, 0x8b, 0x9a, 0xf0, 0xdb, 0xc6, 0x4f, 0x88, 0x78, 0x73, 0xec, 0xd8, 0xdf, 0xff, 0x7a, 0x4c, 0xef, 0x8a, 0xd4, 0x86, 0xf2, 0x0c, 0x50, 0x38, 0x66, 0x82, 0x06, 0x72, 0x3a, 0x94, 0xa2, 0x7f, 0x7f, 0x9b, 0x20, 0x2a, 0x2a, 0xd2, 0x27, 0x89, 0xff, 0x98, 0x55, 0xa6, 0xdc, 0x93, 0x5a, 0xfc, 0x1b, 0xfb, 0xd1, 0x08, 0xe1, 0x36, 0x44, 0x38, 0xce, 0x05, 0xdc, 0x48, 0xe2, 0x1f, 0xa1, 0x26, 0x18, 0x37, 0x6e, 0xdc, 0xbf, 0x22, 0xc7, 0xf4, 0xee, 0xa2, 0x94, 0xbe, 0xd6, 0xfa, 0xdc, 0x34, 0xc8, 0x1c, 0xac, 0x33, 0xc1, 0x24, 0xfe, 0x21, 0x38, 0x28, 0xee, 0xcb, 0x95, 0x59, 0xe1, 0xac, 0xee, 0x1c, 0xcc, 0xd2, 0x87, 0x9e, 0x16, 0xc8, 0xdd, 0x30, 0x86, 0xce, 0x00, 0x8f, 0x48, 0x13, 0xf4, 0xd5, 0x08, 0xe1, 0x36, 0xc3, 0x50, 0xaa, 0x0a, 0xbd, 0xa1, 0x1f, 0x85, 0x4f, 0xe2, 0x1f, 0x66, 0x46, 0x08, 0xa7, 0x19, 0x06, 0xca, 0x1c, 0x83, 0x75, 0x4d, 0x00, 0x09, 0x7f, 0x08, 0x9b, 0x20, 0x1c, 0x46, 0xb8, 0xd6, 0x8b, 0xd7, 0x6f, 0x1c, 0xa2, 0xa4, 0xab, 0xc2, 0x46, 0xb9, 0x11, 0xc2, 0x65, 0x86, 0xbe, 0xac, 0xe6, 0x30, 0x94, 0x44, 0xde, 0x9b, 0x6b, 0x83, 0xc3, 0xb1, 0x62, 0x04, 0x61, 0x98, 0x98, 0xa1, 0x37, 0x8b, 0x56, 0xdd, 0x30, 0xc4, 0xd9, 0x1f, 0x2b, 0x43, 0x90, 0xe8, 0x47, 0x89, 0x19, 0xfa, 0xba, 0x92, 0xdb, 0xf5, 0x63, 0x86, 0xe6, 0xf2, 0x27, 0xfd, 0xb5, 0x36, 0x10, 0x61, 0x98, 0x9a, 0xe1, 0x5a, 0x0d, 0x11, 0x0e, 0x63, 0x0c, 0xf5, 0x15, 0xe2, 0x68, 0x31, 0xac, 0x51, 0x6e, 0x88, 0xde, 0x9a, 0x62, 0xa0, 0x4d, 0x32, 0xd0, 0x6b, 0x84, 0x12, 0x46, 0xb1, 0x21, 0xc2, 0x6d, 0x0e, 0x5a, 0x25, 0x9a, 0x30, 0xe2, 0x8c, 0x31, 0x50, 0x86, 0xa1, 0xfb, 0x04, 0x10, 0x46, 0x94, 0x41, 0xe8, 0x46, 0x18, 0x04, 0x32, 0x0d, 0x89, 0x99, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x8c, 0xf9, 0x7f, 0x3c, 0x57, 0xf1, 0xbb, 0xce, 0xd8, 0x05, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_start_confdialogue_192_png_len = 8485; unsigned char options_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2e, 0xda, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x78, 0x54, 0xd5, 0xd6, 0x1d, 0x12, 0xc5, 0x02, 0xca, 0xc3, 0x2e, 0x08, 0x0a, 0x2a, 0xf6, 0xca, 0x53, 0xff, 0xa7, 0xbe, 0x67, 0x7d, 0x3e, 0x29, 0x49, 0x48, 0x9d, 0x92, 0x5e, 0x08, 0x10, 0x20, 0x20, 0x08, 0x82, 0x8a, 0x06, 0x98, 0x99, 0x34, 0x52, 0x08, 0x84, 0xde, 0x21, 0x09, 0x84, 0x90, 0xde, 0x40, 0x10, 0xa4, 0xf7, 0x96, 0x50, 0x82, 0x80, 0xf4, 0xa6, 0x28, 0xd8, 0x00, 0x29, 0xe7, 0x3f, 0xeb, 0x72, 0xf7, 0x9d, 0x33, 0x97, 0x99, 0x64, 0x12, 0x12, 0x44, 0x99, 0xfb, 0x7d, 0xfb, 0x9b, 0x92, 0x99, 0x3b, 0x37, 0x77, 0xad, 0xb3, 0xcf, 0x6e, 0x67, 0x1f, 0x8d, 0xc6, 0x79, 0x38, 0x0f, 0xe7, 0xe1, 0x3c, 0x9c, 0x87, 0xf3, 0x70, 0x1e, 0xce, 0xc3, 0x79, 0x38, 0x0f, 0xe7, 0xe1, 0x3c, 0x9c, 0x87, 0xf3, 0xf8, 0xfb, 0x1f, 0x6e, 0x6e, 0x6e, 0xb7, 0x7b, 0xeb, 0xbc, 0x5f, 0xf3, 0xd5, 0x79, 0x47, 0xfa, 0x69, 0x7d, 0xd2, 0xfc, 0xb4, 0xde, 0xd9, 0xbe, 0x3a, 0xaf, 0x25, 0xbe, 0x5a, 0xef, 0x4a, 0x5f, 0xad, 0xcf, 0x31, 0xfe, 0xf8, 0xa3, 0x2c, 0x27, 0xb9, 0x54, 0xf1, 0xbf, 0xad, 0xe4, 0x8f, 0x19, 0x3e, 0x7e, 0x5e, 0x5f, 0xf2, 0xe7, 0xee, 0x9e, 0x81, 0x9e, 0xf7, 0x39, 0xef, 0xe2, 0x55, 0x1e, 0xb1, 0xb1, 0xb1, 0xcd, 0x63, 0x47, 0xc4, 0xb6, 0x8f, 0x4d, 0x34, 0x7a, 0xc6, 0x26, 0x18, 0x7d, 0x21, 0xf1, 0xf1, 0xe6, 0x2e, 0x09, 0x09, 0xa6, 0x17, 0x63, 0x62, 0x62, 0x9a, 0xd6, 0xe7, 0x6f, 0xf9, 0xfa, 0xfa, 0x36, 0xf5, 0xd1, 0xfa, 0x78, 0xf9, 0x69, 0xbd, 0xa6, 0x70, 0x20, 0x77, 0x72, 0xb9, 0xc0, 0x85, 0x5d, 0xa5, 0x54, 0x70, 0x42, 0x98, 0xf8, 0xb9, 0x5f, 0x74, 0xa2, 0x59, 0x8b, 0x23, 0x2e, 0xd1, 0xa4, 0x8b, 0x4b, 0x30, 0xfd, 0xc0, 0x85, 0xd5, 0x20, 0xdf, 0xc5, 0xc5, 0x1b, 0x27, 0x70, 0x62, 0x78, 0x73, 0x42, 0xdc, 0x5e, 0x07, 0xd0, 0x5b, 0xfb, 0x68, 0xbd, 0xa2, 0x38, 0x50, 0xe5, 0x5c, 0xce, 0x56, 0x07, 0xa6, 0x9f, 0xce, 0x87, 0x05, 0x06, 0x1b, 0x2e, 0x46, 0x44, 0x86, 0x5d, 0xec, 0x15, 0xdd, 0xe3, 0x52, 0xdf, 0x7e, 0xd1, 0x0c, 0x12, 0xfd, 0x51, 0x2f, 0xd6, 0xad, 0x7b, 0xc4, 0xa5, 0xc0, 0x60, 0xff, 0x4b, 0x35, 0x90, 0x61, 0x2d, 0xd7, 0x0c, 0x21, 0x91, 0x91, 0x91, 0x37, 0x3b, 0x11, 0xae, 0xe6, 0x88, 0x8f, 0x37, 0xf6, 0xe2, 0xc0, 0x5e, 0x74, 0x00, 0x7c, 0xb5, 0xfc, 0x18, 0x97, 0x60, 0x8c, 0x8f, 0x8b, 0x8b, 0x6b, 0x6d, 0xef, 0xdc, 0x9c, 0x24, 0x2e, 0x1c, 0xf4, 0x57, 0x39, 0x98, 0xc3, 0x39, 0x20, 0x9b, 0x6a, 0x33, 0x9a, 0x23, 0x7b, 0x44, 0xb0, 0xd8, 0x78, 0x23, 0xcb, 0xc9, 0x9b, 0xcd, 0x16, 0x2c, 0x2a, 0xb5, 0x29, 0x25, 0x65, 0x05, 0x2c, 0x63, 0xf6, 0x74, 0x96, 0x3c, 0x32, 0x91, 0x7d, 0x32, 0x78, 0x00, 0xf3, 0x0f, 0xd4, 0xdb, 0x3a, 0xd7, 0x1e, 0xae, 0x69, 0x82, 0xf8, 0xe5, 0x34, 0x72, 0xa2, 0xad, 0x56, 0xf9, 0xf1, 0xa6, 0x61, 0x04, 0x68, 0x7c, 0xa2, 0x99, 0x95, 0x2f, 0x28, 0x63, 0xcb, 0x57, 0x2c, 0x67, 0x1b, 0x36, 0xac, 0x63, 0x1b, 0x36, 0xae, 0x67, 0x6b, 0xd7, 0xad, 0x61, 0x2b, 0xf8, 0xeb, 0xe2, 0x92, 0x22, 0x96, 0x91, 0x35, 0x8b, 0xa5, 0x8d, 0x4e, 0xb5, 0x45, 0x84, 0x33, 0x9c, 0x08, 0x43, 0x93, 0x93, 0x93, 0x6f, 0x53, 0x9f, 0x5f, 0xa7, 0x73, 0x6f, 0xe1, 0xe7, 0xe7, 0x1d, 0x8c, 0x39, 0x5d, 0x9e, 0xb3, 0x7f, 0x17, 0xc1, 0x31, 0x04, 0xe8, 0xce, 0x07, 0x05, 0xfb, 0x9f, 0xf1, 0x0f, 0xd0, 0x9f, 0xc7, 0x88, 0xb7, 0x47, 0x86, 0x7e, 0xfd, 0xfb, 0xb0, 0x29, 0xd3, 0x27, 0xda, 0x25, 0x02, 0x49, 0xf9, 0x57, 0xc5, 0x6c, 0xf2, 0xb4, 0x09, 0x6c, 0xe0, 0xa0, 0xfe, 0x4c, 0xab, 0xf7, 0xb5, 0x3e, 0x8f, 0xce, 0x6b, 0x99, 0x56, 0xeb, 0xf9, 0xac, 0x13, 0x75, 0x7e, 0x64, 0x67, 0x67, 0xbb, 0xc6, 0x27, 0x98, 0xc6, 0x12, 0x88, 0x09, 0x23, 0x62, 0xd9, 0xe6, 0xcd, 0x9b, 0xd8, 0x89, 0x13, 0x27, 0xec, 0xca, 0xb1, 0x63, 0xc7, 0xd8, 0xa1, 0x43, 0x87, 0x58, 0xe5, 0xb6, 0x4a, 0x56, 0x58, 0x94, 0xcf, 0x52, 0x47, 0x26, 0xa9, 0x89, 0xb0, 0x9b, 0xdb, 0x0a, 0x2f, 0x57, 0xf7, 0xbb, 0x6f, 0xbf, 0xfd, 0xf6, 0x4d, 0xbd, 0xfa, 0x76, 0x7f, 0x97, 0x8f, 0x48, 0x0f, 0xae, 0x19, 0x5a, 0xaa, 0xb5, 0x85, 0xb7, 0xde, 0xfb, 0x99, 0xc0, 0x90, 0xc0, 0xbe, 0xe1, 0x91, 0x61, 0xdb, 0x74, 0x06, 0xbf, 0x2b, 0x6c, 0x82, 0xde, 0x7d, 0xa2, 0xd8, 0x8c, 0x59, 0x53, 0x6a, 0x24, 0x02, 0x24, 0xb7, 0x60, 0x2e, 0x1b, 0x12, 0xf3, 0x19, 0x53, 0x11, 0xeb, 0xac, 0x9f, 0xce, 0x3b, 0xfa, 0x86, 0xd7, 0x06, 0x7c, 0x0e, 0xd7, 0x8a, 0xe0, 0x2d, 0x5c, 0xf4, 0x55, 0xb5, 0xe0, 0xab, 0xe5, 0xf8, 0xf1, 0xe3, 0x6c, 0xdf, 0xbe, 0x7d, 0x6c, 0xc1, 0x57, 0xf3, 0x59, 0x72, 0x6a, 0xa2, 0x48, 0x82, 0xdf, 0x60, 0x4f, 0xd4, 0xc7, 0x35, 0x76, 0xe8, 0xd0, 0xe1, 0x16, 0x6d, 0x80, 0x4f, 0x50, 0x70, 0x68, 0xe0, 0x77, 0x6a, 0xdb, 0xe0, 0xd3, 0xcf, 0x3f, 0x61, 0x05, 0x25, 0xf3, 0x1c, 0x22, 0xc2, 0xdc, 0x79, 0x59, 0xac, 0xcf, 0x47, 0xbd, 0xd5, 0x5a, 0x65, 0x5e, 0x60, 0x60, 0x60, 0x93, 0x1b, 0x7c, 0xee, 0x37, 0x0d, 0x16, 0x35, 0xc0, 0xfa, 0xf5, 0xeb, 0xac, 0x40, 0x3e, 0x78, 0xf0, 0x20, 0xfb, 0xee, 0xbb, 0xef, 0xd8, 0xfe, 0xfd, 0xfb, 0xd9, 0xe1, 0xc3, 0x87, 0x25, 0x0d, 0x60, 0x8b, 0x08, 0xbb, 0x76, 0xed, 0x62, 0x19, 0x99, 0x33, 0x45, 0x12, 0x5c, 0x8a, 0x4d, 0x30, 0x45, 0xd4, 0xe7, 0xb5, 0x6a, 0xb5, 0x5e, 0xaf, 0xf0, 0xa9, 0xc2, 0xca, 0x86, 0xe0, 0x06, 0x22, 0x9b, 0x34, 0x75, 0x9c, 0x04, 0x72, 0xd9, 0x82, 0xa2, 0xf3, 0xe9, 0x63, 0xd3, 0xf6, 0x8d, 0x9f, 0x94, 0x7e, 0xa2, 0xb8, 0x2c, 0xff, 0x82, 0x9a, 0x04, 0xf3, 0x17, 0x96, 0xf0, 0xe9, 0x2b, 0x99, 0x71, 0xad, 0x22, 0x4e, 0x09, 0x6b, 0x6e, 0x78, 0xd7, 0x91, 0x83, 0xd5, 0x53, 0x34, 0x00, 0x57, 0xae, 0x5c, 0x61, 0x05, 0xf0, 0x81, 0x03, 0x07, 0xd8, 0xb7, 0xdf, 0x7e, 0xab, 0xc8, 0xde, 0xbd, 0x7b, 0xa5, 0x69, 0x40, 0x4d, 0x04, 0xbc, 0x57, 0x5a, 0x56, 0x22, 0xd9, 0x11, 0xf2, 0xb9, 0x2e, 0x70, 0x4d, 0xe0, 0x57, 0xdf, 0xd7, 0xcb, 0xed, 0x89, 0xf7, 0xf5, 0x01, 0xba, 0x13, 0xa2, 0x36, 0x18, 0x6e, 0x1e, 0x4a, 0x20, 0x5f, 0x32, 0xc7, 0x0e, 0xab, 0x0c, 0x0c, 0x09, 0x58, 0x6b, 0x32, 0x0f, 0x3d, 0x96, 0x9d, 0x9b, 0x75, 0x5e, 0x4d, 0x84, 0xac, 0xb9, 0xb3, 0x58, 0x78, 0x44, 0x88, 0xa8, 0x09, 0xaa, 0xd4, 0x53, 0xd1, 0x8d, 0xe8, 0x02, 0x1a, 0x38, 0x60, 0xe7, 0x89, 0x04, 0x5f, 0x2f, 0x5e, 0x74, 0x85, 0x26, 0x10, 0x49, 0x00, 0xd9, 0xbd, 0x7b, 0xf7, 0x15, 0x44, 0x38, 0x72, 0xe4, 0x88, 0xf4, 0x5d, 0x41, 0x13, 0x9c, 0x4d, 0x4c, 0x34, 0x3d, 0x5f, 0xdf, 0xd7, 0x2b, 0x4d, 0x0d, 0x7a, 0xbf, 0x34, 0x51, 0x1b, 0xc0, 0x03, 0x80, 0x01, 0x88, 0x91, 0x3e, 0x22, 0x39, 0x7e, 0xa7, 0xc1, 0x5f, 0xbb, 0x2a, 0x28, 0x24, 0xb0, 0x6a, 0x98, 0x29, 0xe6, 0x74, 0x41, 0x91, 0xf5, 0x54, 0x51, 0x50, 0x3c, 0x8f, 0x45, 0xf5, 0xea, 0x26, 0x92, 0x60, 0xd7, 0x0d, 0x4f, 0x82, 0xf8, 0x78, 0xb3, 0x17, 0x00, 0x23, 0xf0, 0xca, 0xcb, 0x4b, 0xad, 0xc0, 0xc5, 0x14, 0xa0, 0x26, 0x01, 0x04, 0x53, 0x04, 0xa6, 0x01, 0x91, 0x04, 0xd0, 0x04, 0x74, 0x1e, 0x3e, 0x15, 0x6c, 0x49, 0x4b, 0x4b, 0xbb, 0xa5, 0x21, 0xae, 0x99, 0x6b, 0x83, 0x8e, 0x5c, 0xa5, 0x9f, 0x21, 0x20, 0xfb, 0x0f, 0xe8, 0x2b, 0x91, 0x00, 0x20, 0x9b, 0x63, 0x8d, 0x15, 0x7a, 0x83, 0x6e, 0x65, 0x60, 0x90, 0xff, 0xce, 0xae, 0x91, 0xe1, 0x27, 0xc6, 0x4d, 0x4c, 0xbf, 0x68, 0xe5, 0x3e, 0x96, 0x17, 0x70, 0x83, 0xb2, 0xa7, 0x93, 0x04, 0x56, 0x9a, 0x20, 0xce, 0xf4, 0x3f, 0xc9, 0x88, 0x93, 0xc1, 0x2b, 0x28, 0xcc, 0xbb, 0x02, 0x5c, 0x8c, 0x7c, 0x35, 0x09, 0xf6, 0xec, 0xd9, 0x63, 0x65, 0x1f, 0x40, 0x33, 0x4c, 0x9b, 0x31, 0x45, 0xd0, 0x04, 0xe6, 0x2f, 0x1a, 0xea, 0x9a, 0xe1, 0x35, 0xe8, 0xf4, 0xbe, 0x3f, 0x10, 0x90, 0x9f, 0x7f, 0xf1, 0x29, 0x81, 0x7c, 0x69, 0xe0, 0x27, 0xfd, 0x56, 0xe9, 0xfd, 0xb5, 0x2b, 0xb8, 0xad, 0xb0, 0x23, 0x34, 0x3c, 0xf8, 0x98, 0x39, 0x76, 0xf8, 0xf9, 0xb2, 0x05, 0xc5, 0x0a, 0x09, 0x4a, 0xe7, 0x17, 0x4a, 0x41, 0x25, 0x27, 0x09, 0xac, 0x48, 0x60, 0x7c, 0x93, 0x83, 0x76, 0x8a, 0xc0, 0x9b, 0x33, 0x37, 0x8b, 0x1d, 0x3d, 0x7a, 0xd4, 0xca, 0x15, 0x04, 0xe0, 0xb6, 0x48, 0x20, 0x92, 0x65, 0xd7, 0xae, 0x2a, 0xd1, 0x3b, 0x38, 0x6d, 0x36, 0x9b, 0xef, 0x6e, 0xa8, 0x6b, 0xe6, 0xa0, 0x3d, 0xc6, 0x7d, 0xfe, 0x53, 0x04, 0xe4, 0xa8, 0x31, 0x29, 0x12, 0xc0, 0x45, 0xa5, 0x79, 0xbf, 0x06, 0x06, 0x19, 0xca, 0x75, 0x06, 0xed, 0x72, 0xae, 0x09, 0xb6, 0x87, 0x84, 0x05, 0x1f, 0x1d, 0x30, 0xb0, 0xdf, 0xb9, 0xc2, 0xe2, 0x5c, 0xa7, 0x26, 0xa8, 0xee, 0x80, 0x2f, 0xcf, 0x41, 0xfb, 0x9e, 0x48, 0x90, 0x91, 0x35, 0x53, 0x1a, 0xfd, 0x35, 0x91, 0x00, 0xd3, 0x81, 0xe8, 0x1d, 0x88, 0x53, 0x41, 0x5c, 0x82, 0x31, 0xb6, 0x21, 0xaf, 0x19, 0x49, 0x24, 0x6e, 0x10, 0x9e, 0x07, 0x88, 0x88, 0x06, 0xe6, 0x15, 0x66, 0x4b, 0x00, 0x8f, 0x1a, 0x9d, 0xb2, 0xd9, 0xd7, 0xcf, 0xab, 0x50, 0x6f, 0xf0, 0x5b, 0x16, 0x10, 0x68, 0xd8, 0x16, 0x12, 0x1e, 0x74, 0xe4, 0xa3, 0x7e, 0xd1, 0x67, 0xf3, 0x0b, 0x73, 0x9c, 0x24, 0xa8, 0xee, 0x30, 0x8f, 0x30, 0x3f, 0xcd, 0x81, 0x3b, 0x4c, 0x00, 0x4e, 0x9d, 0x36, 0xd9, 0xca, 0xe8, 0x03, 0xc0, 0xb6, 0xa6, 0x03, 0xf1, 0x33, 0xf0, 0x18, 0x52, 0xd3, 0x28, 0x58, 0x64, 0x3c, 0x1a, 0x13, 0x13, 0x73, 0x53, 0x43, 0x5e, 0xb3, 0x8f, 0x9f, 0xd7, 0x60, 0x02, 0x11, 0x01, 0xa0, 0xcb, 0x6a, 0xbe, 0xe8, 0xac, 0xc1, 0x5f, 0x97, 0xe1, 0xe3, 0xeb, 0x55, 0xa0, 0xd3, 0x6b, 0x97, 0xfa, 0x07, 0x19, 0x2a, 0xb9, 0x26, 0x38, 0xdc, 0xfb, 0xa3, 0x5e, 0x67, 0xe6, 0xe5, 0xcd, 0x71, 0x4e, 0x07, 0xd5, 0x06, 0x8b, 0x62, 0x63, 0xdb, 0x72, 0xf0, 0xf6, 0x12, 0x09, 0x26, 0x4e, 0x1a, 0xc7, 0x0e, 0x1e, 0x3a, 0x68, 0x05, 0xb0, 0x2d, 0xef, 0x40, 0x24, 0x49, 0x6e, 0x5e, 0x8e, 0x45, 0x0b, 0x70, 0x1b, 0xa3, 0x21, 0xaf, 0x17, 0x51, 0x46, 0x0e, 0xdc, 0x6e, 0x00, 0x08, 0x7f, 0x9f, 0x02, 0x45, 0x89, 0xc9, 0x71, 0x8b, 0x3c, 0x3d, 0xdd, 0xa6, 0xf8, 0xf8, 0x7a, 0xe7, 0x73, 0x4d, 0xf0, 0x4d, 0x40, 0xa0, 0xbe, 0x22, 0x24, 0x34, 0xe8, 0x50, 0xcf, 0xe8, 0x1e, 0xbf, 0x67, 0xcf, 0xcb, 0xac, 0x56, 0x13, 0x20, 0x94, 0x7d, 0x83, 0x7b, 0x07, 0xf1, 0x2d, 0x38, 0x78, 0xdb, 0x08, 0xc4, 0x8a, 0x8a, 0xad, 0xd5, 0x12, 0x40, 0xad, 0x05, 0xb6, 0x6c, 0xd9, 0xa2, 0x10, 0x20, 0x3e, 0xc1, 0x34, 0xbe, 0xa1, 0xaf, 0x97, 0x7b, 0x06, 0xdd, 0xd5, 0xb6, 0x40, 0x46, 0xd6, 0xf4, 0x2a, 0x37, 0xb7, 0x4e, 0x23, 0xba, 0x78, 0xba, 0x4f, 0xf6, 0xf6, 0xf5, 0xca, 0xd3, 0xe9, 0xfd, 0x96, 0x70, 0x4d, 0xb0, 0x35, 0x38, 0x2c, 0xf0, 0x60, 0xf7, 0xa8, 0x6e, 0xbf, 0x65, 0xcd, 0x99, 0x59, 0x1d, 0x09, 0xaa, 0x9c, 0x24, 0x88, 0x37, 0x87, 0x12, 0x88, 0x1b, 0x37, 0x6d, 0xa8, 0x91, 0x00, 0x78, 0x5f, 0xf4, 0x08, 0x2c, 0xd3, 0x80, 0x79, 0x6b, 0x43, 0x5f, 0x2b, 0x57, 0xdb, 0x0f, 0x58, 0x3c, 0x82, 0x41, 0xca, 0x34, 0xe0, 0xee, 0xde, 0xd9, 0xdc, 0xc9, 0xad, 0x43, 0x62, 0x17, 0x2f, 0xf7, 0x49, 0x7c, 0x3a, 0xc8, 0xe5, 0x9e, 0xc3, 0x62, 0xae, 0x09, 0xb6, 0x70, 0x4d, 0x70, 0xa0, 0x5b, 0x8f, 0xae, 0xbf, 0xcc, 0xc8, 0x98, 0xea, 0x9c, 0x0e, 0xaa, 0x21, 0x40, 0x17, 0x22, 0xc0, 0x9a, 0xb5, 0x6b, 0xd8, 0x0f, 0x3f, 0xfc, 0x20, 0x09, 0x42, 0xc4, 0x30, 0x06, 0x6d, 0x09, 0xc0, 0xc7, 0x67, 0x30, 0x0d, 0xcc, 0xcc, 0x98, 0x4e, 0x5a, 0xe0, 0x62, 0x4c, 0x5a, 0xcc, 0x9d, 0x0d, 0x4e, 0x02, 0xad, 0xf7, 0x51, 0x29, 0x71, 0xd4, 0xb7, 0xa7, 0x02, 0x6a, 0x78, 0x78, 0xf0, 0xcc, 0x8e, 0x9d, 0x3f, 0x34, 0x77, 0xee, 0xdc, 0x31, 0xc1, 0xc3, 0xd3, 0x6d, 0xa2, 0xb7, 0x8f, 0xe7, 0x3c, 0xad, 0xde, 0xef, 0x6b, 0x6e, 0x30, 0x6e, 0x0e, 0x0e, 0x0d, 0xdc, 0xdf, 0xb5, 0x5b, 0xf8, 0xcf, 0x53, 0x85, 0x6c, 0xa3, 0x53, 0x13, 0x58, 0x79, 0x05, 0xe6, 0xb7, 0x88, 0x00, 0x2b, 0x56, 0xae, 0x60, 0x27, 0x4f, 0x9e, 0x94, 0x84, 0x72, 0x05, 0xb6, 0x04, 0x9e, 0x02, 0x7d, 0xae, 0xac, 0xdc, 0xe2, 0x0d, 0xd4, 0x94, 0x2d, 0xac, 0x27, 0x02, 0x1c, 0x02, 0x68, 0x7d, 0xfa, 0xf6, 0x52, 0x00, 0xed, 0xd5, 0xbb, 0xc7, 0x7c, 0x0e, 0xfc, 0x38, 0x4e, 0x82, 0xd8, 0x8e, 0x9d, 0x3b, 0xc4, 0x7b, 0x78, 0xba, 0x4f, 0xe0, 0xd3, 0x41, 0x0e, 0xd7, 0x04, 0x8b, 0xfc, 0x03, 0xf4, 0x9b, 0x82, 0x42, 0x03, 0xf7, 0x45, 0x76, 0x0b, 0x3f, 0x3d, 0x71, 0xf2, 0xb8, 0xbf, 0x0e, 0x09, 0x18, 0x63, 0x8d, 0xf8, 0xe8, 0x0c, 0x44, 0x6a, 0xb7, 0x21, 0x7f, 0x07, 0xe1, 0x5c, 0x02, 0x70, 0xc9, 0x37, 0x8b, 0xd9, 0x8f, 0x3f, 0xfe, 0x28, 0x09, 0x5c, 0x43, 0xe4, 0x0a, 0xa0, 0x09, 0xd4, 0x82, 0xd8, 0x01, 0x7d, 0x0e, 0xf9, 0x85, 0x6b, 0x65, 0x08, 0x72, 0x55, 0xdd, 0x8c, 0x03, 0x25, 0xb9, 0x83, 0x03, 0x07, 0xf7, 0x57, 0xc0, 0x8c, 0xea, 0xd9, 0x7d, 0xa5, 0x97, 0x8f, 0xe7, 0x5c, 0xf7, 0x2e, 0x6e, 0xe3, 0x3b, 0x75, 0xea, 0x10, 0x07, 0xc1, 0x73, 0xbc, 0xa7, 0xd5, 0xf9, 0x2e, 0x34, 0x04, 0xe8, 0x37, 0x06, 0x87, 0x04, 0x7e, 0x17, 0x11, 0x19, 0x76, 0x6a, 0xcc, 0xf8, 0x51, 0xd7, 0x3f, 0x09, 0x00, 0x7e, 0x6c, 0xa2, 0x29, 0x5d, 0xbe, 0xb1, 0xf9, 0x0d, 0x15, 0x6e, 0xc5, 0x61, 0x4c, 0x32, 0xb6, 0x22, 0x00, 0xbf, 0x5a, 0xb8, 0x80, 0x9d, 0x3a, 0x75, 0x4a, 0x12, 0xaa, 0x0f, 0x10, 0x05, 0x5a, 0x01, 0x02, 0x02, 0xfc, 0xf4, 0xd3, 0x4f, 0x92, 0xa0, 0xce, 0x40, 0x21, 0x40, 0xa2, 0x29, 0xa0, 0x41, 0x5d, 0x41, 0xad, 0x8f, 0x17, 0x81, 0x35, 0x72, 0x54, 0xb2, 0x02, 0x64, 0x48, 0x68, 0xc0, 0x66, 0x8c, 0x76, 0x8c, 0x7a, 0x8c, 0x7e, 0x68, 0x81, 0xce, 0x5c, 0x1b, 0x40, 0x2b, 0xf0, 0xe9, 0x20, 0x5b, 0xab, 0xf7, 0xfd, 0xca, 0x3f, 0x40, 0xb7, 0x21, 0x28, 0x24, 0x70, 0x6f, 0x58, 0x44, 0xe8, 0x4f, 0x49, 0x29, 0x09, 0x2a, 0x12, 0x44, 0xa9, 0x13, 0x48, 0x0f, 0xfc, 0x69, 0xe0, 0xa3, 0x70, 0x22, 0x2e, 0xde, 0x38, 0xc9, 0xaa, 0x18, 0x23, 0xde, 0x54, 0x5a, 0x97, 0x1a, 0x3d, 0x07, 0x7f, 0xaf, 0x29, 0xfd, 0x4e, 0x69, 0x59, 0x31, 0x3b, 0x7d, 0xfa, 0xb4, 0x24, 0x14, 0x1e, 0xb6, 0x25, 0x98, 0xfb, 0xf1, 0x19, 0x10, 0x05, 0x05, 0x24, 0x8a, 0x27, 0xc0, 0x0d, 0xca, 0x06, 0xd5, 0x00, 0x7e, 0x3e, 0xc5, 0x94, 0x25, 0xcc, 0xcd, 0xbf, 0xec, 0xe7, 0xcf, 0xcd, 0xcd, 0xba, 0x88, 0x79, 0x9e, 0x5b, 0xfe, 0x9b, 0x30, 0xef, 0x63, 0xfe, 0x87, 0x1d, 0x00, 0x7b, 0x00, 0x76, 0x81, 0x87, 0x47, 0xe7, 0xb1, 0xde, 0xde, 0x5d, 0xe6, 0xf8, 0xe9, 0x7c, 0x17, 0x18, 0xfc, 0xf5, 0xeb, 0x83, 0x43, 0x02, 0xf6, 0x84, 0x77, 0x0d, 0xf9, 0x11, 0x24, 0x40, 0x72, 0xc9, 0x0e, 0x09, 0xd6, 0xfd, 0x29, 0xf5, 0x04, 0x12, 0xf8, 0x09, 0xa6, 0xa9, 0xb6, 0x6a, 0xf4, 0x62, 0x13, 0x4c, 0x4b, 0xe3, 0xe2, 0xe2, 0x9a, 0x35, 0x48, 0x88, 0x38, 0xc1, 0xf4, 0x07, 0x7e, 0x23, 0xaf, 0x60, 0x1e, 0xfb, 0xf9, 0xe7, 0x9f, 0x25, 0x81, 0x91, 0x07, 0x2d, 0x60, 0x4b, 0x40, 0x0e, 0xfa, 0x5c, 0x45, 0x65, 0x85, 0xa8, 0x01, 0xfc, 0x1a, 0x94, 0x00, 0x5a, 0xef, 0x73, 0x00, 0x08, 0x56, 0x3c, 0x8d, 0xe0, 0xb4, 0xd1, 0x29, 0x8c, 0xab, 0xf6, 0x5f, 0x60, 0xf1, 0x73, 0xcb, 0x1f, 0x9a, 0x60, 0x31, 0x3c, 0x81, 0x2e, 0x5d, 0xdc, 0x27, 0xc1, 0x33, 0xe0, 0xd3, 0x81, 0x89, 0x4f, 0x07, 0x63, 0xbc, 0xbc, 0xbb, 0xcc, 0xd6, 0xea, 0x7c, 0xe6, 0x1b, 0x02, 0x74, 0xeb, 0x82, 0x42, 0x02, 0x76, 0x87, 0x45, 0x84, 0x9c, 0xe4, 0xd7, 0x6b, 0xa5, 0x09, 0x7a, 0xf6, 0xee, 0x2e, 0x92, 0x20, 0x9f, 0x6b, 0x02, 0xd7, 0x6b, 0x06, 0x3e, 0xe6, 0x7a, 0x7e, 0x13, 0xa7, 0xd3, 0xcd, 0x4c, 0x4d, 0x4b, 0x66, 0xdf, 0xee, 0xde, 0xc5, 0xa6, 0xcf, 0x9c, 0x2a, 0x12, 0x61, 0x83, 0xd9, 0x6c, 0xbe, 0xb7, 0x7e, 0x6d, 0x80, 0xc4, 0x26, 0xfc, 0xbc, 0x3f, 0xe3, 0xfc, 0xb3, 0xb3, 0xb3, 0xd8, 0xaf, 0xbf, 0xfe, 0xca, 0x7e, 0xf9, 0xe5, 0x17, 0x69, 0x7e, 0xb7, 0x57, 0x31, 0x04, 0x72, 0xe0, 0x33, 0x90, 0xad, 0x5b, 0xb7, 0x88, 0x04, 0xe8, 0xd4, 0x50, 0xf7, 0x07, 0xeb, 0x0a, 0x94, 0x48, 0xe0, 0x97, 0x83, 0x15, 0xe0, 0x62, 0x86, 0x0d, 0x61, 0x91, 0xdd, 0x23, 0x58, 0x78, 0xd7, 0xb0, 0x5f, 0xe1, 0xfb, 0x07, 0x04, 0x19, 0xb6, 0x20, 0x16, 0x80, 0x98, 0x00, 0x62, 0x03, 0x6e, 0x6e, 0x1d, 0x46, 0x74, 0xe8, 0xf4, 0x3f, 0xa3, 0x87, 0x47, 0xa7, 0x74, 0x2f, 0x2f, 0x8f, 0x2c, 0x3f, 0xad, 0x6f, 0xb9, 0xc1, 0x5f, 0xbb, 0x36, 0x28, 0x38, 0xe0, 0xdb, 0xb0, 0xf0, 0x90, 0x1f, 0x8c, 0xb1, 0x43, 0x2f, 0x51, 0x96, 0x11, 0xc1, 0xa5, 0x30, 0xa1, 0x9e, 0xc0, 0xc7, 0xcf, 0x3b, 0xee, 0xda, 0x85, 0x67, 0x93, 0xcc, 0xed, 0xe8, 0x46, 0xa6, 0x8c, 0x1c, 0xc1, 0x0e, 0x1d, 0x3e, 0xc4, 0x7e, 0xff, 0xfd, 0x77, 0x69, 0x9e, 0xcd, 0x9c, 0x3d, 0x4b, 0x24, 0xc1, 0xf6, 0xf8, 0xf8, 0xf8, 0x87, 0xea, 0xe3, 0x37, 0x47, 0x8c, 0x88, 0xb9, 0x87, 0x9f, 0x6f, 0x35, 0x9d, 0x7b, 0xf6, 0x9c, 0x4c, 0xf6, 0xdb, 0x6f, 0xbf, 0x49, 0x02, 0x15, 0x4f, 0x96, 0x3e, 0xb9, 0x86, 0x24, 0x20, 0x07, 0x88, 0x02, 0x59, 0xbd, 0x66, 0xd5, 0x35, 0xf1, 0x02, 0x50, 0xfe, 0xcd, 0x41, 0x91, 0xd2, 0xc3, 0xfd, 0x3e, 0xee, 0xa3, 0x10, 0x20, 0x75, 0x54, 0x92, 0x44, 0x00, 0x08, 0xd7, 0x04, 0xbf, 0x21, 0x0a, 0xc8, 0x49, 0xb0, 0x15, 0x51, 0x41, 0x1f, 0x5f, 0xcf, 0x7c, 0x44, 0x09, 0x3b, 0xbb, 0x77, 0x4c, 0xea, 0xd8, 0xf1, 0xc3, 0xe1, 0xee, 0x1e, 0x9d, 0x47, 0x7b, 0x7a, 0x77, 0xc9, 0xe4, 0x53, 0x48, 0x99, 0xc1, 0x5f, 0xb7, 0x26, 0x28, 0xc4, 0x7f, 0x57, 0x58, 0x44, 0xf0, 0xf7, 0x46, 0xf3, 0xd0, 0x4b, 0x74, 0x3e, 0x44, 0x0f, 0x03, 0x82, 0x94, 0xea, 0xe3, 0x8b, 0xbe, 0x7a, 0xcf, 0xff, 0x5e, 0xcb, 0x24, 0x8d, 0x74, 0x23, 0xd7, 0xad, 0x5b, 0xcb, 0xce, 0x9c, 0x39, 0xa3, 0x08, 0x54, 0x6d, 0xce, 0xbc, 0x6c, 0xab, 0xfa, 0xfd, 0x84, 0x84, 0xe1, 0x8f, 0x5e, 0x95, 0xda, 0x8f, 0x8b, 0x6b, 0x0d, 0x32, 0xd1, 0x39, 0x27, 0x4f, 0x9d, 0x24, 0x81, 0x0b, 0xd2, 0x41, 0xf0, 0x9b, 0x64, 0xe8, 0x89, 0x02, 0xf0, 0x31, 0xf7, 0x13, 0x51, 0x50, 0x69, 0x4c, 0x55, 0x42, 0xb6, 0x2a, 0x87, 0xeb, 0x35, 0x12, 0xa8, 0xf3, 0x5c, 0x2b, 0x57, 0x1b, 0x33, 0xca, 0xfa, 0x21, 0x05, 0x1c, 0x33, 0x7c, 0x88, 0x42, 0x82, 0xae, 0xdd, 0xc2, 0x7e, 0x0f, 0x09, 0x0b, 0x3a, 0x1c, 0x10, 0xe4, 0x5f, 0x81, 0xfc, 0x00, 0xf2, 0x04, 0x5d, 0xbc, 0x3c, 0xa6, 0x76, 0x72, 0xeb, 0x98, 0xcc, 0x35, 0xc1, 0x30, 0x77, 0xf7, 0xce, 0xa3, 0xb8, 0x26, 0xc8, 0xf0, 0xd5, 0xfa, 0x94, 0xea, 0xfd, 0xb5, 0xab, 0x03, 0x83, 0x03, 0xaa, 0xb8, 0x26, 0x38, 0x11, 0x9f, 0x68, 0x56, 0x6a, 0x0a, 0x26, 0x4e, 0x19, 0x2b, 0x14, 0x9b, 0x7a, 0x1d, 0xf3, 0xf4, 0xf4, 0xbc, 0xbb, 0xc1, 0x09, 0x10, 0x37, 0xc2, 0xf8, 0x1f, 0x02, 0x63, 0xf3, 0x96, 0xcd, 0xca, 0x0d, 0x86, 0x10, 0x20, 0x05, 0x45, 0x79, 0xa2, 0x61, 0x78, 0xc4, 0x94, 0x68, 0xaa, 0x53, 0x19, 0xb4, 0x9c, 0x0c, 0x3a, 0xa8, 0x64, 0x04, 0x33, 0x67, 0x4a, 0x23, 0x9e, 0x08, 0x47, 0x1a, 0xc0, 0x9e, 0x40, 0xf5, 0xd3, 0x67, 0x33, 0xb3, 0x94, 0x7a, 0xc1, 0x5d, 0x0d, 0x66, 0x1b, 0xf9, 0x6a, 0x1a, 0x27, 0x1b, 0x5c, 0x3e, 0x1d, 0xa8, 0x7b, 0x5c, 0x29, 0x3b, 0xff, 0xf8, 0x93, 0x7e, 0x4a, 0x81, 0x08, 0x8c, 0xb9, 0xb8, 0x04, 0xa3, 0xa8, 0x09, 0xce, 0x70, 0x12, 0x1c, 0x09, 0x0c, 0x32, 0x54, 0x22, 0x53, 0x88, 0x8c, 0xa1, 0xa7, 0xa7, 0xfb, 0x34, 0x37, 0xb7, 0x4e, 0x29, 0x9c, 0x04, 0x43, 0xdd, 0x3c, 0x3a, 0xa5, 0x79, 0x7a, 0x79, 0xcc, 0xf2, 0xd3, 0x7a, 0x97, 0xe8, 0xfc, 0xb5, 0xab, 0x50, 0x58, 0x12, 0x1a, 0x11, 0x7c, 0x7c, 0x54, 0x7a, 0xea, 0x45, 0x71, 0x6a, 0x51, 0x4a, 0xd3, 0xb4, 0x5e, 0xe9, 0xd7, 0x20, 0x22, 0x67, 0x7a, 0x8f, 0x00, 0x59, 0xbf, 0x61, 0xbd, 0xe2, 0x8e, 0x7d, 0xff, 0xfd, 0xf7, 0xca, 0x8d, 0xc7, 0xe8, 0x2b, 0x2d, 0x2b, 0x12, 0x35, 0xc1, 0xc9, 0xf8, 0x78, 0xe3, 0xab, 0xb5, 0xfb, 0x1d, 0xe3, 0xff, 0xe1, 0x7b, 0x74, 0x8e, 0x79, 0xb9, 0x73, 0xd9, 0xa9, 0xd3, 0xa7, 0x14, 0x95, 0x0e, 0xa2, 0x91, 0xea, 0x27, 0x21, 0x9f, 0x9f, 0x04, 0x9f, 0x01, 0x29, 0xf1, 0x9c, 0xdf, 0x34, 0x39, 0x17, 0x60, 0xce, 0x6c, 0x88, 0xfb, 0x92, 0xec, 0xab, 0x69, 0x99, 0xa2, 0x77, 0x5d, 0x99, 0xa2, 0x77, 0x61, 0xc9, 0xfa, 0x9b, 0x58, 0x90, 0xf6, 0x7f, 0xcc, 0x52, 0x25, 0xf4, 0x11, 0x0a, 0x46, 0x2d, 0xd3, 0x41, 0x5a, 0x92, 0xa0, 0x09, 0xc2, 0xcf, 0xa2, 0x46, 0x20, 0x20, 0xd8, 0x7f, 0x1b, 0x6a, 0x06, 0x7c, 0x7c, 0xbd, 0x8b, 0x38, 0xe8, 0xd3, 0xf9, 0x74, 0x90, 0xca, 0xa7, 0x83, 0x18, 0x37, 0x8f, 0xce, 0x23, 0x3d, 0xbd, 0xdd, 0x67, 0xc2, 0xb3, 0xe0, 0x24, 0x59, 0x19, 0x18, 0xec, 0xbf, 0x83, 0xbb, 0x88, 0xc7, 0x66, 0x65, 0x4d, 0xbb, 0x24, 0x87, 0x98, 0x59, 0x58, 0x78, 0xb0, 0x65, 0x2a, 0xf0, 0xf5, 0x7d, 0xba, 0x41, 0x09, 0x80, 0xd1, 0x4c, 0xa0, 0x7c, 0xb3, 0x74, 0x89, 0x04, 0x3c, 0x84, 0x2a, 0x77, 0xf1, 0x1c, 0x2a, 0x1a, 0x46, 0xd8, 0x82, 0xaf, 0xca, 0x45, 0x12, 0xfc, 0xca, 0xc9, 0xf3, 0xdf, 0x5a, 0x90, 0xec, 0x67, 0xfa, 0x2e, 0xea, 0xff, 0x69, 0x4e, 0x87, 0x7a, 0xa7, 0x1a, 0x41, 0x88, 0x3a, 0x06, 0x80, 0xb2, 0x31, 0x12, 0x7c, 0x07, 0x84, 0xac, 0xaa, 0xda, 0x89, 0x1a, 0x3d, 0xd9, 0x05, 0x34, 0xfa, 0xd7, 0xf7, 0x3d, 0x49, 0xd1, 0x6a, 0x9e, 0xe2, 0xc0, 0x1f, 0x06, 0xf8, 0x90, 0xf4, 0x90, 0xdb, 0x59, 0xae, 0xe9, 0x1d, 0x16, 0x16, 0x62, 0x59, 0x14, 0x82, 0xe5, 0x64, 0x88, 0xef, 0x13, 0x09, 0xc6, 0x4d, 0x48, 0x67, 0xdd, 0x7a, 0x74, 0x95, 0x35, 0x41, 0xf8, 0x39, 0x54, 0x0b, 0xa1, 0x60, 0x04, 0xd5, 0x43, 0x5c, 0x13, 0x14, 0xf3, 0xe9, 0x60, 0x86, 0x9b, 0x5b, 0xe7, 0x91, 0x1f, 0x76, 0xfc, 0xe0, 0x4b, 0x77, 0x4e, 0x06, 0xbc, 0xe6, 0xe7, 0x29, 0xd2, 0xa1, 0xba, 0x88, 0x7f, 0xae, 0x67, 0xef, 0xa8, 0x13, 0xf0, 0x08, 0xa4, 0x73, 0x4d, 0x1c, 0x2d, 0x6a, 0x81, 0x59, 0x0d, 0x4a, 0x80, 0xe4, 0xe4, 0x98, 0xbb, 0x2c, 0xfe, 0x78, 0x89, 0xe4, 0x6b, 0x43, 0x90, 0x7c, 0xa9, 0xaa, 0xaa, 0x92, 0x1e, 0xe9, 0x3d, 0xc8, 0xa2, 0xaf, 0x17, 0x8a, 0x24, 0x38, 0x2f, 0xad, 0xeb, 0x4b, 0x34, 0x2d, 0xc3, 0x48, 0xe4, 0xea, 0x30, 0x31, 0x3e, 0xd1, 0x18, 0x8d, 0x5a, 0x40, 0x73, 0xa2, 0xf9, 0x35, 0x39, 0xeb, 0x17, 0x44, 0xee, 0x9e, 0x54, 0x17, 0x38, 0xbf, 0xd4, 0xea, 0x7c, 0x88, 0xfa, 0xa1, 0x04, 0x9c, 0xc4, 0x56, 0x2a, 0x98, 0x04, 0x9f, 0x07, 0x09, 0x96, 0x2e, 0xfb, 0xc6, 0xe2, 0xa6, 0xc6, 0xc6, 0xb6, 0xad, 0xcf, 0xfb, 0x91, 0xaa, 0xd7, 0x3c, 0xcf, 0x41, 0x3f, 0x4e, 0xe0, 0xcf, 0xec, 0xd3, 0x92, 0xed, 0xcb, 0x0b, 0x67, 0xc7, 0xe7, 0x47, 0xb3, 0x8a, 0xec, 0x28, 0x16, 0x19, 0x6a, 0x29, 0x01, 0x47, 0x5e, 0x00, 0xcb, 0xc8, 0x88, 0x04, 0x53, 0x67, 0x4c, 0x62, 0x3d, 0x7a, 0x76, 0x23, 0x4d, 0xf0, 0x47, 0x68, 0x58, 0xf0, 0xf1, 0x20, 0x3e, 0xc2, 0x51, 0x47, 0xe8, 0xeb, 0xe7, 0x5d, 0xc2, 0x0d, 0xc1, 0x99, 0x98, 0x06, 0x24, 0x4d, 0xe0, 0xde, 0x29, 0x05, 0x9a, 0x81, 0xbf, 0x5f, 0xa8, 0x33, 0xf8, 0x2d, 0x87, 0xc6, 0x18, 0x91, 0x12, 0x77, 0x9a, 0xce, 0x85, 0x73, 0xc8, 0xb1, 0x87, 0x0b, 0x5a, 0x6d, 0x97, 0x47, 0x1b, 0xd6, 0x0e, 0x90, 0xd6, 0xe3, 0x99, 0xd8, 0x8c, 0x59, 0xd3, 0x14, 0x0d, 0x80, 0xd1, 0x48, 0x37, 0x1e, 0x8b, 0x35, 0x44, 0x77, 0x6c, 0xd9, 0xf2, 0xa5, 0x62, 0xa9, 0xb6, 0xc3, 0x02, 0x0d, 0x23, 0x9e, 0x07, 0x1a, 0x46, 0x04, 0xdf, 0x96, 0x80, 0x84, 0x10, 0x3c, 0x27, 0xd2, 0x2c, 0x58, 0x50, 0x2e, 0xc6, 0x29, 0x96, 0xd4, 0x97, 0x11, 0x98, 0xac, 0xd3, 0xfc, 0x93, 0x83, 0x7e, 0x92, 0xc0, 0x9f, 0xfb, 0xc9, 0x63, 0xec, 0x68, 0x69, 0x4f, 0x09, 0x7c, 0xc8, 0x91, 0xa2, 0x48, 0xb6, 0x61, 0xaa, 0x96, 0x75, 0x8f, 0xb0, 0x90, 0x00, 0x3e, 0x7c, 0x51, 0x69, 0xbe, 0x42, 0x82, 0xcc, 0x39, 0x33, 0x58, 0xcf, 0xe8, 0x1e, 0x34, 0x25, 0x9c, 0xe7, 0x9a, 0xe0, 0x44, 0x60, 0x88, 0xbf, 0x54, 0x51, 0xcc, 0x3f, 0x5f, 0x0a, 0x1b, 0xc0, 0xdd, 0xbd, 0xd3, 0x28, 0xc9, 0x26, 0x70, 0xeb, 0x94, 0xcc, 0x5d, 0xc6, 0x69, 0x5c, 0x43, 0x14, 0x70, 0x12, 0x2c, 0x0b, 0x0d, 0x0b, 0xdc, 0x5e, 0x54, 0x92, 0x2b, 0xad, 0x3f, 0x40, 0xe8, 0x58, 0x88, 0x0d, 0x4c, 0x6a, 0x68, 0x02, 0x14, 0xe2, 0x66, 0x26, 0x26, 0xc5, 0xb1, 0xe3, 0x27, 0x8e, 0x2b, 0xc1, 0x18, 0x8c, 0x7e, 0x12, 0x71, 0x3a, 0x80, 0x20, 0x85, 0x9b, 0x5f, 0x90, 0xcb, 0x66, 0xce, 0x9a, 0xce, 0xc6, 0x8c, 0x1d, 0x5d, 0x2d, 0x21, 0xb0, 0x40, 0x64, 0xdd, 0xfa, 0xb5, 0xca, 0x77, 0x71, 0x1e, 0x8c, 0x7c, 0xca, 0xf2, 0x89, 0xa3, 0xdc, 0x9e, 0xe0, 0x1a, 0x88, 0x9c, 0x47, 0x8f, 0x1e, 0x61, 0xb3, 0xb3, 0x33, 0x05, 0x12, 0x18, 0x8b, 0xc6, 0x8f, 0x1f, 0x7f, 0x55, 0xab, 0x75, 0x47, 0x6a, 0x35, 0xcf, 0x8a, 0xe0, 0xe7, 0x7e, 0xf6, 0x04, 0x3b, 0x5a, 0xd6, 0x4b, 0x01, 0xff, 0xbb, 0x39, 0x7e, 0x6c, 0xf3, 0xe8, 0x57, 0x58, 0xe5, 0xf8, 0x37, 0xd9, 0xea, 0x31, 0xef, 0xb3, 0xa8, 0x08, 0xcb, 0x74, 0xd0, 0x23, 0x2a, 0x92, 0x15, 0x96, 0xe4, 0x29, 0x24, 0xc8, 0xc9, 0x9d, 0xcd, 0xfa, 0xf4, 0xeb, 0x4d, 0x9a, 0xe0, 0x02, 0x9f, 0xd3, 0xbf, 0xe7, 0xfe, 0x7f, 0x95, 0xde, 0x5f, 0xb7, 0x9a, 0xcf, 0xfd, 0x65, 0x5e, 0xde, 0x5d, 0x32, 0xe0, 0x1a, 0x76, 0xea, 0xd4, 0x61, 0x18, 0x5c, 0x45, 0x78, 0x0b, 0x28, 0x2c, 0xd1, 0xe9, 0x7d, 0x97, 0xc6, 0x8f, 0x30, 0x1f, 0x21, 0x03, 0x33, 0xa2, 0x6b, 0x28, 0xfd, 0xc6, 0x79, 0x2f, 0x83, 0xd7, 0xc3, 0x0d, 0x48, 0x00, 0xe3, 0xc7, 0x74, 0x33, 0x77, 0xee, 0xdc, 0x21, 0xcd, 0xcd, 0x30, 0xc2, 0xd4, 0x49, 0x19, 0x68, 0x05, 0x00, 0xa8, 0x36, 0xd6, 0xc8, 0x67, 0x3f, 0x7c, 0xf8, 0x10, 0xdb, 0xb3, 0x77, 0x37, 0xab, 0xa8, 0xdc, 0xca, 0xd6, 0xac, 0x59, 0xcd, 0x16, 0x2f, 0x59, 0x24, 0xcd, 0xf7, 0x28, 0xf8, 0x10, 0x3f, 0x57, 0x5d, 0xc6, 0x4f, 0x2d, 0x22, 0x09, 0x71, 0x3d, 0x44, 0x22, 0x84, 0x86, 0x85, 0x94, 0x30, 0x27, 0x81, 0x79, 0x16, 0x22, 0x9a, 0x75, 0x9a, 0xf3, 0x0d, 0x9a, 0xb6, 0xe2, 0x9c, 0x5f, 0x30, 0xe4, 0x69, 0x76, 0xac, 0xbc, 0xb7, 0x02, 0xfe, 0xb7, 0xb3, 0xdc, 0xd9, 0xe6, 0x51, 0xed, 0x25, 0xf0, 0xb7, 0x4d, 0x78, 0x4b, 0x7a, 0x5c, 0x95, 0xfa, 0x06, 0x8b, 0xee, 0x66, 0x59, 0x1f, 0xc8, 0x81, 0x66, 0xf9, 0x45, 0x73, 0x85, 0x75, 0x02, 0x39, 0xec, 0xb3, 0x21, 0x83, 0x49, 0x13, 0x5c, 0xe4, 0x9a, 0xe0, 0x07, 0xae, 0x19, 0xbe, 0x1b, 0x38, 0xe8, 0xe3, 0xed, 0x03, 0x06, 0xf5, 0x5f, 0xdb, 0x2d, 0x2a, 0xb2, 0x18, 0x91, 0xc2, 0x8e, 0x9d, 0x3f, 0x1c, 0x8e, 0xc2, 0x12, 0x0f, 0x4f, 0xb7, 0x29, 0x5c, 0x13, 0xe4, 0x19, 0x02, 0xf5, 0xcb, 0x72, 0x0b, 0xe7, 0x9e, 0x93, 0x6a, 0x0f, 0xc7, 0x8c, 0x14, 0x6c, 0x01, 0xdf, 0xf2, 0x06, 0xf4, 0x04, 0x86, 0x3f, 0x45, 0x37, 0xb2, 0xb8, 0xa4, 0x50, 0xf1, 0xbd, 0xa1, 0x05, 0xc8, 0x38, 0x23, 0x81, 0x31, 0x46, 0xc6, 0x9b, 0xda, 0x4f, 0xaf, 0x49, 0x40, 0x00, 0x7c, 0x1f, 0x40, 0x92, 0xd8, 0xca, 0xfa, 0x55, 0x27, 0x00, 0x9e, 0xce, 0x87, 0x73, 0x4d, 0x99, 0x36, 0xd9, 0x42, 0x82, 0x44, 0x53, 0xad, 0xdd, 0xa6, 0x04, 0x5f, 0xcd, 0x03, 0x1c, 0xf4, 0xdd, 0xca, 0xc8, 0x1f, 0xdc, 0xce, 0x02, 0x7e, 0x79, 0x34, 0xab, 0x9a, 0xde, 0x91, 0x6d, 0x4a, 0xb3, 0x06, 0x7f, 0x6b, 0xfa, 0xff, 0xb1, 0x2d, 0x5c, 0x1b, 0xac, 0x4a, 0x7e, 0x8d, 0xf5, 0xed, 0x66, 0xd1, 0x04, 0xdc, 0x0d, 0x64, 0x79, 0x85, 0x73, 0xad, 0x16, 0x8c, 0xa0, 0x28, 0x64, 0xd2, 0xd4, 0xf1, 0x36, 0xd7, 0x1c, 0x96, 0x96, 0x17, 0x9c, 0x9b, 0x30, 0x69, 0x5c, 0x65, 0x9f, 0x8f, 0x7a, 0x4d, 0x91, 0x0a, 0x4b, 0x3c, 0xdd, 0x27, 0x23, 0x9c, 0x3c, 0xe4, 0x8b, 0x41, 0x95, 0xb4, 0x2a, 0xb9, 0x3b, 0x37, 0x2c, 0x85, 0x65, 0x67, 0xe1, 0x0d, 0xa7, 0x05, 0x12, 0x4d, 0x2b, 0x70, 0x13, 0x51, 0x76, 0x4d, 0x2e, 0x20, 0xdc, 0x41, 0x31, 0x19, 0x43, 0xd6, 0x38, 0x9e, 0x83, 0x1c, 0x54, 0xb2, 0x4d, 0x53, 0x03, 0x00, 0x06, 0x19, 0xc8, 0x95, 0x14, 0x85, 0x52, 0xbd, 0x6a, 0x2b, 0xbf, 0x26, 0x51, 0x13, 0x10, 0x82, 0xdf, 0x26, 0xe2, 0x21, 0x72, 0x39, 0x61, 0xd2, 0x58, 0x0b, 0x09, 0xe2, 0x4d, 0x46, 0x47, 0xff, 0xe7, 0x31, 0x06, 0x4d, 0x73, 0x0e, 0xfa, 0x16, 0x02, 0x7f, 0xf6, 0xc7, 0x0f, 0x73, 0xb5, 0xdf, 0x53, 0x01, 0x7f, 0xe7, 0xd4, 0xf7, 0xed, 0x82, 0xbf, 0x39, 0xed, 0x65, 0xb6, 0x31, 0xf5, 0x79, 0xb6, 0x22, 0xf1, 0x45, 0xf6, 0x71, 0x94, 0x85, 0x04, 0x08, 0xe9, 0xce, 0xce, 0x9e, 0xe9, 0xd0, 0x02, 0x53, 0x51, 0xa6, 0xcd, 0x98, 0x5c, 0x11, 0x10, 0xa4, 0x1b, 0xd5, 0xa5, 0x8b, 0xdb, 0x24, 0x1f, 0x5f, 0xcf, 0x79, 0x93, 0xa7, 0x4d, 0x38, 0x26, 0xd9, 0x14, 0xfc, 0x5c, 0xb4, 0x24, 0x9d, 0x3f, 0x5e, 0xf4, 0xf1, 0xf3, 0x1e, 0x1d, 0x18, 0x64, 0xd8, 0xcd, 0xdd, 0xc7, 0xd3, 0xa1, 0x61, 0x41, 0x27, 0xbb, 0x45, 0x75, 0xcd, 0x35, 0x18, 0xbc, 0x1f, 0xbf, 0x6a, 0x02, 0x70, 0x63, 0x2a, 0x8c, 0x6e, 0xe2, 0xd2, 0x65, 0x4b, 0x94, 0xa4, 0x0b, 0x40, 0xb5, 0x97, 0x9c, 0x11, 0x05, 0xa9, 0x5a, 0x51, 0xd4, 0x04, 0xb1, 0xf5, 0x19, 0x88, 0xbd, 0xcc, 0x5f, 0x4d, 0x82, 0x73, 0x12, 0xb9, 0x0e, 0x1e, 0x3c, 0xc0, 0xc6, 0x8e, 0x4f, 0x17, 0x72, 0x03, 0xc6, 0x7e, 0x35, 0xfd, 0xbf, 0xe3, 0xdd, 0x34, 0xb7, 0x27, 0xeb, 0x5d, 0x57, 0x28, 0xd6, 0x7e, 0x74, 0x0b, 0x76, 0xb8, 0xa4, 0x87, 0xa2, 0xf6, 0x77, 0x4e, 0xfb, 0xb0, 0x46, 0xf0, 0xd7, 0x27, 0x3f, 0xc3, 0xd6, 0x25, 0x3e, 0xc9, 0xd6, 0xa4, 0xfe, 0x93, 0x0d, 0x8e, 0xb6, 0x34, 0x91, 0x40, 0xf1, 0x28, 0x6c, 0xa2, 0x7c, 0x61, 0xf9, 0x18, 0xe6, 0x74, 0x34, 0xa5, 0x98, 0x32, 0x6d, 0x02, 0x9b, 0x99, 0x39, 0x8d, 0x15, 0x0b, 0x86, 0x23, 0x49, 0x51, 0x59, 0xde, 0x2f, 0xd1, 0xd1, 0x3d, 0xa6, 0x20, 0xab, 0x18, 0x10, 0xe4, 0x5f, 0x90, 0x5f, 0x3c, 0xf7, 0x0c, 0x85, 0x9d, 0xab, 0x6b, 0x7a, 0x01, 0x82, 0x44, 0x74, 0x0d, 0x49, 0xbb, 0xda, 0x8c, 0x60, 0x63, 0x7e, 0xf3, 0xf6, 0x90, 0x16, 0x38, 0xc1, 0x8d, 0x41, 0x4a, 0xd0, 0x80, 0x04, 0xb5, 0x59, 0xe6, 0x6d, 0x6b, 0xb5, 0x6f, 0x5d, 0x04, 0x04, 0xd9, 0xb1, 0x63, 0x07, 0x5b, 0xbb, 0x76, 0x2d, 0xb7, 0x29, 0xd6, 0xb0, 0xad, 0x5b, 0xb7, 0x2a, 0x2b, 0x8a, 0xa9, 0x3a, 0x88, 0x88, 0xba, 0x6f, 0xff, 0x3e, 0x36, 0x3a, 0x7d, 0xa4, 0xb8, 0x92, 0x38, 0xac, 0xba, 0x08, 0x5f, 0xaa, 0xbe, 0x51, 0x19, 0x81, 0x3f, 0x25, 0xea, 0x5e, 0x76, 0xb0, 0x30, 0x52, 0x98, 0xf3, 0xdd, 0x1c, 0x06, 0x7f, 0x6d, 0xc2, 0x63, 0x6c, 0x6d, 0x7c, 0x3b, 0x76, 0xa0, 0xb8, 0x17, 0x8b, 0x1d, 0x14, 0x70, 0x45, 0x3b, 0x9a, 0xf0, 0xc8, 0x50, 0xd6, 0xad, 0x47, 0x84, 0xf5, 0x0a, 0x62, 0x19, 0x34, 0xac, 0x3d, 0xc4, 0x32, 0x73, 0xab, 0x69, 0x61, 0x7e, 0xe1, 0xd9, 0xbe, 0xfd, 0xa3, 0x67, 0x78, 0x78, 0x74, 0x9e, 0xd0, 0x2b, 0xba, 0xc7, 0x7c, 0xfe, 0x5a, 0x5a, 0x8c, 0x3a, 0x74, 0xf8, 0x17, 0xca, 0x77, 0xfd, 0x83, 0xf4, 0xac, 0x3b, 0x77, 0x37, 0x85, 0xdc, 0x81, 0x24, 0xdc, 0xd0, 0x4c, 0xbc, 0xda, 0x69, 0x40, 0x67, 0x89, 0xd4, 0x65, 0x4b, 0xe0, 0x23, 0x3c, 0x0b, 0x22, 0xd0, 0x1c, 0x6e, 0xcf, 0x00, 0xac, 0xab, 0x90, 0x65, 0xaf, 0x16, 0x10, 0x67, 0xe3, 0xc6, 0x8d, 0x6c, 0xf9, 0xf2, 0xe5, 0x6c, 0xc5, 0x8a, 0x15, 0x92, 0xac, 0x5c, 0xb9, 0x92, 0xad, 0x5b, 0xb7, 0xce, 0x6a, 0x41, 0x09, 0xa6, 0x01, 0xca, 0x10, 0xc2, 0x68, 0x44, 0xc1, 0x46, 0x75, 0x2b, 0x89, 0x63, 0x62, 0x34, 0x2e, 0xa9, 0x7a, 0x97, 0x2c, 0x02, 0x7f, 0x42, 0xd7, 0x7f, 0x28, 0x7e, 0x3e, 0x64, 0x4f, 0x96, 0x57, 0xad, 0xc0, 0x5f, 0x13, 0xdb, 0x86, 0xed, 0x9e, 0xe5, 0xa1, 0x7c, 0x7f, 0x54, 0xff, 0xb7, 0x98, 0x4e, 0xeb, 0xee, 0x70, 0xcb, 0x1a, 0x4e, 0x8c, 0x4b, 0x63, 0xc6, 0xa5, 0xa9, 0x49, 0x70, 0x26, 0xaa, 0x57, 0xb7, 0x49, 0xa8, 0x2e, 0x1a, 0x30, 0xa8, 0xdf, 0x92, 0xf9, 0x0b, 0x8b, 0x2f, 0x42, 0x83, 0x20, 0x0c, 0x6d, 0x8a, 0x1b, 0xa6, 0x84, 0xa2, 0xf1, 0x88, 0xb4, 0x34, 0x91, 0x8b, 0x13, 0xee, 0xd2, 0x55, 0x75, 0x2b, 0x41, 0x45, 0x50, 0x5c, 0x82, 0x79, 0xb1, 0x25, 0x34, 0xbc, 0x56, 0x49, 0xd2, 0x80, 0x08, 0x50, 0xb7, 0xb6, 0x12, 0x35, 0xd5, 0x89, 0x23, 0xc6, 0xa1, 0x2d, 0xd9, 0xb9, 0x73, 0xa7, 0x04, 0xf8, 0xaa, 0x55, 0xab, 0x24, 0x0d, 0xb0, 0x7e, 0xfd, 0x7a, 0xb6, 0x7a, 0xf5, 0x6a, 0x49, 0x13, 0x80, 0x18, 0x62, 0x7d, 0x20, 0x34, 0x00, 0xe5, 0x2f, 0xb0, 0x7c, 0x2c, 0x25, 0x75, 0x04, 0x91, 0xe0, 0x9c, 0x3a, 0x5a, 0x99, 0xa2, 0x73, 0x19, 0x43, 0xe0, 0x8f, 0x0b, 0x6b, 0xca, 0xf6, 0xe4, 0x04, 0x5b, 0x5c, 0xbd, 0x6c, 0x6d, 0xad, 0xc1, 0xaf, 0x9c, 0xf8, 0x96, 0xf2, 0xfd, 0xfd, 0xf9, 0x11, 0x6c, 0x54, 0xd0, 0x2d, 0x6c, 0x84, 0xbe, 0x31, 0x1b, 0xa4, 0x6b, 0x7b, 0x4a, 0xca, 0xed, 0x6b, 0xbd, 0xd7, 0xc9, 0xdd, 0xca, 0x4a, 0xfd, 0xb4, 0x3e, 0xf1, 0x7e, 0x7e, 0xde, 0x61, 0xfc, 0x79, 0x3f, 0xf9, 0x7d, 0x19, 0x38, 0x6f, 0x96, 0x9a, 0x36, 0xc2, 0x7a, 0x3a, 0x28, 0xcd, 0x3f, 0x1d, 0x18, 0xe2, 0x9f, 0xe6, 0xe1, 0xe1, 0x36, 0xee, 0xcb, 0xa1, 0x9f, 0xaf, 0xc0, 0x32, 0x75, 0x2b, 0xe3, 0x72, 0xd6, 0x14, 0xd8, 0x0d, 0xd2, 0xf3, 0xd1, 0x63, 0xd3, 0x2c, 0x5a, 0x47, 0xef, 0x73, 0x75, 0xa1, 0x71, 0x63, 0xb2, 0xb1, 0x25, 0x75, 0xf6, 0x82, 0xff, 0x5e, 0xc5, 0x6f, 0xe8, 0xd9, 0xb3, 0x67, 0x25, 0x41, 0x12, 0x06, 0x23, 0x8d, 0xd4, 0x2e, 0x49, 0x75, 0x09, 0x9c, 0xea, 0x04, 0x84, 0x82, 0x76, 0x21, 0x72, 0x89, 0x82, 0x91, 0x0e, 0xe0, 0x01, 0x36, 0x34, 0x02, 0xc8, 0x84, 0xe9, 0x00, 0x44, 0xd8, 0xb0, 0x61, 0x03, 0xdb, 0xb4, 0x69, 0x93, 0xf2, 0x3e, 0x04, 0xe7, 0x21, 0xb2, 0xee, 0xd8, 0xb1, 0x9d, 0xa1, 0xf2, 0x46, 0xe9, 0x2e, 0x12, 0x67, 0x7c, 0x53, 0x02, 0x5f, 0xef, 0x62, 0x54, 0xc2, 0xbb, 0xc1, 0xb7, 0xb1, 0xaa, 0xd9, 0x06, 0x0b, 0x78, 0xf3, 0x02, 0x24, 0xa0, 0x6b, 0x03, 0xfe, 0x16, 0xfe, 0xf7, 0x63, 0xe5, 0xbd, 0x14, 0xa3, 0x31, 0xfb, 0x93, 0x47, 0x19, 0x9d, 0x9f, 0x4b, 0xef, 0x1a, 0x6e, 0x75, 0x23, 0x1f, 0x3f, 0xaf, 0xfe, 0x52, 0xbc, 0x5f, 0x06, 0x0f, 0xe1, 0x64, 0x11, 0xe4, 0x9c, 0xfc, 0x39, 0x47, 0x3d, 0x3d, 0x3d, 0x13, 0xdc, 0x3d, 0x3a, 0x8f, 0x1d, 0x6a, 0xfc, 0x62, 0x15, 0x16, 0xa7, 0x42, 0x92, 0x52, 0x13, 0x4e, 0x46, 0x74, 0x0d, 0xfb, 0xb1, 0xbb, 0x10, 0x7f, 0x80, 0x1b, 0x2a, 0x4f, 0x2d, 0x3f, 0xd6, 0x83, 0x47, 0x60, 0x74, 0x93, 0x54, 0xa8, 0x1c, 0x1c, 0xda, 0xfb, 0xdd, 0x1e, 0x76, 0xee, 0xdc, 0x39, 0x45, 0x40, 0x04, 0x4a, 0xe2, 0xd4, 0x24, 0xa4, 0x9e, 0xd5, 0x82, 0xbf, 0x11, 0xb1, 0x44, 0x72, 0x41, 0x40, 0x0e, 0x10, 0x00, 0x82, 0x08, 0xa0, 0x48, 0x34, 0x68, 0x06, 0x90, 0x02, 0x04, 0xa8, 0xac, 0xac, 0x54, 0x92, 0x44, 0x94, 0x28, 0xa2, 0x73, 0x6d, 0xdd, 0xba, 0x59, 0xc9, 0x17, 0x20, 0xd2, 0x99, 0x14, 0xda, 0x22, 0x91, 0xc0, 0x49, 0x0b, 0x6c, 0xcc, 0x2a, 0x67, 0xfa, 0x2a, 0xe0, 0x1f, 0xcc, 0x0b, 0xae, 0x35, 0xf8, 0x88, 0x0b, 0x1c, 0x2f, 0xb7, 0x44, 0x09, 0xbf, 0x8a, 0x7b, 0x4d, 0x04, 0x7f, 0x3b, 0xec, 0x0c, 0x87, 0xaa, 0x8d, 0x74, 0x5e, 0x81, 0x44, 0x02, 0xa8, 0xf0, 0x8c, 0xac, 0xe9, 0x56, 0x24, 0xc8, 0xc8, 0x9a, 0xb1, 0xc7, 0xbd, 0x4b, 0x67, 0x33, 0x62, 0x06, 0xc3, 0x86, 0xc7, 0xac, 0xe4, 0x76, 0xc3, 0x3a, 0x43, 0x80, 0x0e, 0x85, 0x25, 0xbb, 0x13, 0x92, 0x62, 0x7f, 0xa3, 0xcf, 0x0d, 0xfe, 0x6c, 0xa0, 0xa2, 0x05, 0xb0, 0x9a, 0xa9, 0x1e, 0x62, 0x03, 0xe6, 0x60, 0x18, 0x53, 0xd4, 0xe9, 0x6b, 0xfd, 0x86, 0x75, 0xec, 0x8f, 0x3f, 0xfe, 0xb0, 0x12, 0x22, 0x03, 0x8d, 0x3c, 0x47, 0x04, 0x9f, 0xc7, 0xf7, 0xe8, 0xfb, 0xa2, 0x00, 0x3c, 0x52, 0xe5, 0x15, 0x15, 0x15, 0x12, 0xc8, 0x9b, 0x37, 0x6f, 0x96, 0xe6, 0x7a, 0x7a, 0x1f, 0x04, 0x41, 0x68, 0x18, 0xab, 0x83, 0x60, 0x14, 0x42, 0x2b, 0x80, 0x18, 0x44, 0x38, 0x9c, 0x83, 0xce, 0x87, 0x8e, 0x64, 0x20, 0x70, 0xe2, 0x20, 0x3f, 0x0e, 0x8a, 0xab, 0x04, 0xce, 0x48, 0xff, 0x9b, 0xd8, 0xc6, 0xc9, 0x96, 0x39, 0xfb, 0x50, 0x41, 0x18, 0x1f, 0xc9, 0xaf, 0xd5, 0x0e, 0x7c, 0xfe, 0xfe, 0xd1, 0xd2, 0x28, 0xe5, 0x1c, 0x4b, 0x53, 0xde, 0x16, 0xc1, 0xff, 0x25, 0x59, 0xaf, 0x79, 0xa6, 0x96, 0x25, 0x67, 0x03, 0x94, 0x16, 0x35, 0x41, 0xfe, 0x17, 0xf3, 0x84, 0x45, 0xa6, 0x97, 0x73, 0x0c, 0x93, 0xb7, 0x75, 0x76, 0xef, 0x38, 0xdc, 0xcd, 0xa3, 0x53, 0xba, 0x54, 0x58, 0xa2, 0xf5, 0x2e, 0x37, 0x9a, 0x62, 0xf6, 0x50, 0x6d, 0x21, 0x44, 0xa8, 0x32, 0xfe, 0xb5, 0x3e, 0x43, 0xc4, 0x7d, 0x88, 0x04, 0x52, 0x90, 0xa8, 0xb4, 0x50, 0x02, 0xe0, 0xc2, 0x85, 0x0b, 0x56, 0x72, 0xfe, 0xfc, 0xf9, 0x2b, 0x88, 0xa1, 0x16, 0xbc, 0x8f, 0xcf, 0x89, 0x02, 0xb0, 0x90, 0xd9, 0xc3, 0x23, 0xbd, 0x87, 0xcf, 0xe1, 0x35, 0x40, 0x07, 0xf8, 0x04, 0x34, 0xd4, 0xbd, 0x58, 0x37, 0x80, 0xf0, 0x30, 0x34, 0xc0, 0xb6, 0x6d, 0xdb, 0xa4, 0xa4, 0x11, 0xc0, 0xa7, 0xbf, 0x8b, 0x04, 0x2b, 0xc9, 0x4c, 0x60, 0x29, 0x86, 0x9b, 0x24, 0x70, 0x52, 0x39, 0x09, 0xd6, 0x8e, 0xed, 0xa0, 0x00, 0x77, 0xb8, 0xb8, 0x1b, 0xab, 0x18, 0xfb, 0x7a, 0xad, 0xc0, 0xdf, 0x9a, 0xfe, 0x2a, 0x3b, 0x26, 0x84, 0x88, 0x57, 0xa4, 0xbd, 0xc7, 0xcf, 0xaf, 0x80, 0xff, 0x07, 0x77, 0x2d, 0xdd, 0xea, 0x54, 0x74, 0xa2, 0xf5, 0x9a, 0x4e, 0x24, 0xe0, 0x5e, 0xc3, 0x25, 0xa4, 0x85, 0x45, 0x12, 0xa4, 0xa5, 0xa7, 0xae, 0x40, 0xe8, 0x18, 0x21, 0xe4, 0xcf, 0xbf, 0x18, 0xbc, 0x44, 0xb4, 0x09, 0xd0, 0xea, 0x4e, 0x29, 0x24, 0xf1, 0xf3, 0x29, 0xab, 0xe7, 0x28, 0xa1, 0xb9, 0x0b, 0xb7, 0xa6, 0x7f, 0x11, 0xcb, 0xc6, 0x50, 0x92, 0x0d, 0x90, 0xd4, 0x44, 0x70, 0x54, 0xf0, 0xdd, 0x6d, 0xdb, 0x2a, 0xd9, 0xa4, 0x29, 0x13, 0xa4, 0x73, 0x62, 0xb1, 0x27, 0x00, 0x53, 0x13, 0x0a, 0xae, 0x20, 0x81, 0xbc, 0x7d, 0xfb, 0x76, 0x69, 0xae, 0x17, 0x35, 0x0f, 0xac, 0x7e, 0x68, 0x00, 0x4c, 0x0b, 0x78, 0x4e, 0xe0, 0x43, 0x70, 0x8e, 0x7d, 0x15, 0x8b, 0xb8, 0x51, 0x76, 0xbb, 0x32, 0x3a, 0x97, 0x8d, 0x7c, 0xc7, 0x92, 0xd8, 0x29, 0xe9, 0xce, 0x2a, 0xc6, 0xbd, 0x59, 0x2b, 0xf0, 0x2b, 0xc6, 0xbd, 0x61, 0x95, 0x1f, 0x58, 0x39, 0xea, 0x3d, 0x89, 0x54, 0xf2, 0xf9, 0x2f, 0xa4, 0xea, 0x5c, 0xb5, 0x75, 0xae, 0x3a, 0xf2, 0xf3, 0xee, 0x28, 0x7a, 0x07, 0xa2, 0x67, 0x50, 0x5c, 0x9a, 0x7f, 0x2e, 0xb2, 0x47, 0x64, 0x9e, 0x9b, 0x5b, 0xc7, 0xe4, 0xfe, 0x03, 0xfa, 0x4e, 0xe6, 0xd6, 0xff, 0x1f, 0x62, 0xa4, 0xd1, 0x10, 0xa0, 0xa5, 0xef, 0x5d, 0x42, 0xbf, 0xa3, 0x86, 0xa9, 0x19, 0x88, 0x37, 0x6e, 0x14, 0x13, 0x3c, 0xe8, 0xe7, 0xb7, 0x6c, 0xd9, 0x52, 0x0e, 0xd2, 0x31, 0xe9, 0x66, 0xd7, 0x04, 0x3a, 0x80, 0x3b, 0x76, 0xec, 0x28, 0xb7, 0xe2, 0x57, 0xb1, 0xf1, 0x13, 0xc7, 0x5c, 0x91, 0x30, 0x42, 0x62, 0x49, 0x24, 0x01, 0x01, 0x0d, 0x97, 0x8f, 0x08, 0x00, 0xa0, 0xa1, 0xee, 0x45, 0x4d, 0x83, 0x4c, 0x25, 0x65, 0x0b, 0xf1, 0x1c, 0xe4, 0xc2, 0xdf, 0x0e, 0xee, 0x58, 0xce, 0xd2, 0x43, 0x9b, 0x29, 0xe0, 0x2f, 0x4a, 0xf8, 0x97, 0x02, 0xdc, 0xb1, 0xb2, 0x9e, 0xac, 0x52, 0x06, 0xdd, 0x51, 0xf0, 0xb7, 0x4d, 0x7c, 0x9b, 0x1d, 0x9b, 0x6f, 0xc9, 0x0f, 0x2c, 0x4e, 0x7a, 0x53, 0x1c, 0xf9, 0x97, 0x52, 0x0c, 0xae, 0x21, 0x75, 0xae, 0x3a, 0xc6, 0xda, 0x43, 0x9d, 0xb7, 0xd2, 0x91, 0x04, 0xae, 0x9e, 0xa5, 0x6a, 0xb8, 0xf0, 0x42, 0x74, 0xdf, 0x5e, 0x9b, 0x90, 0x36, 0xee, 0x1d, 0xdd, 0xb3, 0x10, 0x6b, 0x12, 0xe9, 0x6f, 0x08, 0x28, 0x19, 0x02, 0x75, 0xd7, 0xa6, 0x98, 0x54, 0xae, 0x1e, 0xc6, 0x94, 0x70, 0x5a, 0x0d, 0x1e, 0x7c, 0x6f, 0xb4, 0x7e, 0x59, 0xb1, 0x62, 0x19, 0xab, 0xdc, 0x56, 0xc1, 0x76, 0x56, 0xed, 0x60, 0x3b, 0x76, 0x6e, 0xe7, 0xc0, 0x55, 0xb0, 0xe5, 0xfc, 0x3d, 0x80, 0x3b, 0x66, 0xec, 0x28, 0x5b, 0x99, 0xc2, 0xd3, 0x58, 0xe3, 0x4f, 0xaf, 0x8b, 0x8a, 0x0b, 0x6c, 0x92, 0x00, 0x01, 0x21, 0x91, 0x04, 0xf0, 0x12, 0x44, 0x83, 0x54, 0x4d, 0x82, 0x83, 0x55, 0x6b, 0xd8, 0x98, 0x88, 0xbb, 0x15, 0xf0, 0x4b, 0x87, 0xbf, 0x64, 0x05, 0xfe, 0xf6, 0x89, 0xef, 0xd4, 0x0a, 0xfc, 0x1d, 0x53, 0xde, 0x57, 0xbe, 0x0f, 0x6b, 0xbf, 0xdc, 0xd4, 0x5e, 0x9c, 0xf3, 0x2f, 0xa4, 0x1a, 0x5c, 0xaf, 0x2a, 0x46, 0x2f, 0x35, 0xa2, 0x96, 0x41, 0x1c, 0x66, 0xfc, 0xd2, 0x6a, 0x41, 0xe9, 0x27, 0x83, 0x3f, 0x3e, 0x89, 0x82, 0x91, 0xee, 0x3d, 0x23, 0x37, 0x14, 0x95, 0xe4, 0x29, 0xe0, 0xa3, 0x95, 0xad, 0xd8, 0xc2, 0x56, 0x2e, 0x1f, 0x6b, 0xf8, 0x46, 0x95, 0x29, 0x29, 0x31, 0xff, 0x88, 0x4b, 0x30, 0x0f, 0x14, 0x6b, 0xfb, 0xea, 0x20, 0xfb, 0xf9, 0x39, 0x3e, 0xc5, 0xb9, 0x62, 0x63, 0x63, 0x1f, 0xe3, 0xaf, 0x0f, 0xd1, 0xdf, 0x4a, 0xca, 0x8a, 0xad, 0xec, 0x05, 0x32, 0x0e, 0xd5, 0x9a, 0xc0, 0x16, 0x09, 0x40, 0x80, 0xcd, 0xab, 0xbf, 0x62, 0x63, 0x23, 0xef, 0x67, 0x62, 0x66, 0x0f, 0xa0, 0x49, 0xe0, 0x73, 0x97, 0x0d, 0x60, 0x3a, 0x0a, 0xfe, 0xea, 0xb8, 0xb6, 0xec, 0xdb, 0x19, 0x9d, 0x2c, 0xe4, 0x29, 0xef, 0xcd, 0x0a, 0xbf, 0x7c, 0x4e, 0x04, 0xff, 0x1c, 0x07, 0xdf, 0xb7, 0x1e, 0xd6, 0x1d, 0xac, 0x93, 0x23, 0x7c, 0x97, 0xc4, 0x52, 0xb3, 0x98, 0x61, 0x5f, 0x48, 0x85, 0x25, 0x3d, 0x7b, 0x77, 0x3f, 0x91, 0x5b, 0x30, 0x57, 0x51, 0xfb, 0x59, 0x73, 0x66, 0x48, 0xd1, 0x40, 0x61, 0xca, 0x18, 0xaf, 0xb9, 0xd6, 0x5d, 0x4a, 0x91, 0x7f, 0x8f, 0x4d, 0x1c, 0xfe, 0x6e, 0x7c, 0xa2, 0x29, 0x01, 0x5d, 0xbb, 0xc4, 0xaa, 0x1f, 0x1b, 0xf2, 0xd3, 0xe5, 0x64, 0x93, 0x71, 0xa8, 0xad, 0x12, 0xee, 0xf8, 0xf8, 0xe1, 0x4f, 0x88, 0x9a, 0x00, 0xdd, 0xc4, 0xec, 0x91, 0x00, 0x04, 0xc0, 0xbc, 0x0f, 0xb0, 0x31, 0x1d, 0x90, 0x1b, 0x09, 0xc3, 0x70, 0xfb, 0xa6, 0x15, 0x6c, 0x5c, 0xf7, 0x87, 0x14, 0x80, 0x72, 0x06, 0x3d, 0x6e, 0x95, 0xd6, 0xad, 0x9a, 0xde, 0xc1, 0xf1, 0x91, 0x1f, 0xf7, 0x28, 0xdb, 0x93, 0xe5, 0xa9, 0x7c, 0x17, 0x49, 0xa2, 0x79, 0x83, 0xdb, 0x89, 0xe0, 0xff, 0x9a, 0xac, 0xbd, 0xe9, 0x83, 0x7a, 0x5a, 0x78, 0x72, 0x40, 0x32, 0xfe, 0xa2, 0x22, 0xac, 0x9a, 0x51, 0x22, 0xca, 0x87, 0xe2, 0x92, 0xb9, 0xb9, 0x59, 0x8a, 0xc1, 0x87, 0x44, 0x53, 0x40, 0x90, 0x41, 0x1c, 0xf9, 0x53, 0xea, 0x9a, 0x06, 0xaf, 0xf7, 0x29, 0x82, 0x8f, 0xe6, 0x47, 0xb0, 0xea, 0x97, 0x13, 0xe3, 0x7d, 0x08, 0x2a, 0x8e, 0x4d, 0x29, 0xa6, 0x07, 0x1d, 0xaf, 0x18, 0x36, 0x1f, 0x27, 0x12, 0x2c, 0x58, 0x38, 0xdf, 0xca, 0xb3, 0x20, 0xff, 0x1e, 0x19, 0x42, 0x91, 0x04, 0xd0, 0x04, 0x78, 0xff, 0x87, 0x23, 0x7b, 0xd8, 0xe4, 0x68, 0x4b, 0x20, 0x06, 0x41, 0x19, 0xc5, 0x60, 0xe3, 0x1a, 0x60, 0xd7, 0xcc, 0x4e, 0xb5, 0x00, 0xff, 0x31, 0xb6, 0x77, 0xb6, 0x8f, 0xc5, 0x5b, 0x28, 0xe9, 0x21, 0x65, 0x0a, 0x05, 0xf0, 0x7f, 0x4c, 0xd1, 0x6b, 0xfe, 0x55, 0x8f, 0x2b, 0x8f, 0x36, 0x5c, 0x2e, 0x3b, 0xd7, 0xff, 0x61, 0xab, 0x51, 0x35, 0x3d, 0x9f, 0x33, 0x37, 0x43, 0xea, 0x64, 0x2a, 0x8c, 0xfc, 0x19, 0xd7, 0x05, 0xf8, 0xf5, 0xe6, 0x76, 0xc6, 0x0d, 0x7b, 0x4e, 0x6c, 0x24, 0xb5, 0x68, 0xf1, 0x57, 0x76, 0x49, 0x40, 0xd6, 0x3f, 0x5c, 0xc0, 0x13, 0x87, 0xf7, 0xb2, 0x69, 0xfd, 0x9f, 0x51, 0x00, 0xca, 0xea, 0xd7, 0x9a, 0x1d, 0x11, 0x4a, 0xb9, 0x76, 0xcf, 0x72, 0xaf, 0x45, 0x62, 0xe7, 0x71, 0xb6, 0x6f, 0xae, 0xde, 0x12, 0x24, 0x2a, 0xea, 0xc6, 0x66, 0x46, 0xb7, 0x14, 0xc1, 0x3f, 0x92, 0xec, 0xaf, 0x79, 0xae, 0x5e, 0xd7, 0x1d, 0x68, 0x7d, 0x52, 0x08, 0xd4, 0xb4, 0xd1, 0xc9, 0x97, 0x6c, 0xa5, 0x8b, 0xe7, 0xe4, 0x64, 0x22, 0xd9, 0x63, 0x31, 0xf8, 0x74, 0xde, 0x99, 0xd7, 0x74, 0x09, 0xd9, 0xb5, 0x23, 0x41, 0xdc, 0x0b, 0xe2, 0x26, 0x13, 0x8b, 0x97, 0x7c, 0xad, 0xf8, 0xf5, 0x10, 0x0a, 0x3c, 0xa1, 0x2e, 0x00, 0x04, 0xa8, 0xdc, 0xb2, 0x9e, 0x4d, 0xe9, 0x6f, 0x99, 0x97, 0x01, 0xd6, 0xe1, 0x62, 0x4b, 0x5a, 0x77, 0x77, 0xa6, 0xa7, 0xc3, 0xe0, 0xe3, 0xf1, 0x60, 0x5e, 0x90, 0xf2, 0xdd, 0x7d, 0xf9, 0xe1, 0x6c, 0x6a, 0xd4, 0xbd, 0x22, 0xf8, 0x7b, 0xd2, 0xb4, 0x9a, 0x7a, 0x2f, 0xd0, 0xe4, 0x40, 0x3e, 0xc1, 0x41, 0xfd, 0x43, 0x8e, 0x06, 0x9e, 0x9b, 0x30, 0x71, 0x8c, 0x15, 0x09, 0x30, 0xf2, 0x83, 0x43, 0x03, 0x04, 0xb5, 0xef, 0x9d, 0x5d, 0x2f, 0xd1, 0xbe, 0xeb, 0xf5, 0x88, 0x4d, 0x8a, 0x7d, 0x89, 0x0a, 0x55, 0x2f, 0x17, 0x93, 0x2e, 0xb6, 0xd2, 0x04, 0x14, 0x0c, 0xda, 0xb7, 0x67, 0x17, 0x9b, 0xf6, 0xc9, 0x2b, 0x0a, 0x40, 0xd3, 0x7a, 0xde, 0x2f, 0x8d, 0x58, 0x02, 0x10, 0x6a, 0xdc, 0x51, 0xf0, 0xd7, 0x27, 0x3d, 0xcd, 0x0e, 0x15, 0x0a, 0x59, 0xc1, 0x9c, 0x60, 0x36, 0x31, 0xb2, 0xb9, 0x08, 0x7e, 0xc5, 0x28, 0x9d, 0xa6, 0xc1, 0xd6, 0xf0, 0x8b, 0xdd, 0xc8, 0xa4, 0x12, 0xb3, 0xee, 0x11, 0x67, 0x63, 0x86, 0x7f, 0xc1, 0x06, 0x7d, 0x36, 0xd0, 0x3a, 0x95, 0xec, 0xe7, 0x93, 0x7b, 0x43, 0xec, 0x56, 0x22, 0x2f, 0x24, 0x51, 0xd6, 0x12, 0xac, 0x5a, 0xbd, 0xc2, 0x2a, 0xb2, 0xf8, 0xf3, 0xa9, 0x93, 0x6c, 0x4e, 0xcc, 0x5b, 0x0a, 0x40, 0x53, 0x55, 0x39, 0xfd, 0xef, 0xb2, 0x75, 0x1c, 0xf8, 0x7f, 0x3b, 0x04, 0xfe, 0xa6, 0x94, 0xe7, 0xb8, 0xd6, 0xe8, 0xaa, 0x7c, 0x77, 0x47, 0xa6, 0x8e, 0x8d, 0x0d, 0x6d, 0x22, 0x80, 0xef, 0xfa, 0x4d, 0x9c, 0xaf, 0xa6, 0x59, 0x43, 0xff, 0xcf, 0xf2, 0x0e, 0x28, 0x76, 0xb7, 0xac, 0xe1, 0x6a, 0x7f, 0x0e, 0xd7, 0x16, 0x8d, 0x35, 0x37, 0xca, 0x11, 0x17, 0x67, 0x7c, 0x5d, 0x24, 0x01, 0x82, 0x48, 0x92, 0xdb, 0xf7, 0xfb, 0xaf, 0x2c, 0x37, 0xae, 0xa3, 0x02, 0xd0, 0xa4, 0xc8, 0xbb, 0x24, 0x75, 0xad, 0xa8, 0x6e, 0x3e, 0x87, 0x57, 0x8e, 0x77, 0x0c, 0xfc, 0xcd, 0x23, 0x5f, 0x92, 0xa2, 0x82, 0xf4, 0xdd, 0x8a, 0x19, 0xde, 0x2c, 0x3d, 0xf8, 0x56, 0xe5, 0xdc, 0xc9, 0xba, 0x46, 0x45, 0xc9, 0xbe, 0x9a, 0xdb, 0xae, 0xd5, 0xff, 0xcc, 0x01, 0xfe, 0x17, 0x07, 0xbb, 0x90, 0x96, 0xa4, 0xd3, 0xa6, 0x55, 0x48, 0x23, 0x6b, 0x6e, 0xc4, 0x0d, 0x29, 0xa4, 0x36, 0xb3, 0x42, 0x28, 0x7a, 0xcd, 0x9a, 0x95, 0xac, 0x20, 0xc9, 0x4b, 0x01, 0x68, 0x42, 0x44, 0x33, 0xb6, 0x37, 0x37, 0xd4, 0x2a, 0xad, 0xeb, 0x30, 0xf8, 0xa3, 0xda, 0x5b, 0x25, 0x75, 0x36, 0x4e, 0x74, 0x63, 0x69, 0x01, 0x37, 0x5b, 0x46, 0x7e, 0x48, 0xf3, 0xf2, 0x98, 0xb7, 0x35, 0x7f, 0xca, 0x5c, 0x2b, 0xf5, 0x27, 0xf4, 0xf5, 0x6d, 0xed, 0xee, 0xee, 0x7e, 0x87, 0xe6, 0x46, 0x3f, 0x24, 0x97, 0x12, 0x7b, 0x08, 0xc5, 0x0f, 0x67, 0x49, 0x51, 0x2f, 0x28, 0x00, 0x8d, 0x0b, 0xbf, 0xc3, 0xaa, 0xa0, 0xe3, 0x00, 0x37, 0xe0, 0xb6, 0x4d, 0xf8, 0x8f, 0x43, 0xe0, 0x6f, 0x19, 0xf5, 0x8a, 0x15, 0xf8, 0x6b, 0xc6, 0x7e, 0x28, 0x65, 0x0a, 0xe9, 0xdc, 0x23, 0xa2, 0xdf, 0xc0, 0x42, 0xd8, 0x53, 0xd8, 0xda, 0x4e, 0xe3, 0x3c, 0xfe, 0xfc, 0x23, 0x21, 0x61, 0xf8, 0x87, 0xc9, 0x3d, 0x5e, 0xb8, 0x40, 0x00, 0x8d, 0xe1, 0x73, 0xf4, 0xb7, 0xd9, 0x01, 0x02, 0xf8, 0xa1, 0x52, 0x7c, 0xdf, 0x11, 0xf0, 0xb7, 0x8e, 0x79, 0xcd, 0x3a, 0xa3, 0x67, 0x9d, 0xd4, 0x61, 0xf9, 0x63, 0xa2, 0x84, 0xa6, 0xd4, 0xe6, 0xe3, 0xe8, 0xa1, 0xe0, 0x44, 0xe0, 0xcf, 0x0c, 0x32, 0xf9, 0x6a, 0x5c, 0x39, 0x30, 0x99, 0x22, 0xf8, 0x55, 0xb3, 0xfd, 0x2d, 0x81, 0x1a, 0x6e, 0xbd, 0x6f, 0x9b, 0xe8, 0x18, 0xf8, 0xc8, 0x00, 0x2a, 0x55, 0x3c, 0x5c, 0xbe, 0x49, 0xfe, 0x8f, 0x25, 0xa9, 0x63, 0x70, 0x65, 0xeb, 0x8a, 0x53, 0xa4, 0x78, 0x03, 0x76, 0x36, 0x13, 0xaa, 0x8a, 0xf6, 0x60, 0x9d, 0xa3, 0x13, 0x89, 0x3f, 0x09, 0xfc, 0x64, 0xbd, 0xcb, 0xcc, 0xea, 0xc1, 0x7f, 0xdb, 0x21, 0xf0, 0xf1, 0x19, 0x31, 0x34, 0x2c, 0x65, 0xf4, 0xe4, 0xf3, 0xa6, 0xfa, 0xdf, 0xcc, 0xd6, 0x97, 0x8d, 0x51, 0xaa, 0x8a, 0xf0, 0xb8, 0x62, 0xe5, 0x72, 0xa9, 0xa0, 0x44, 0xd6, 0x04, 0x95, 0x0d, 0xd9, 0x9e, 0xde, 0x79, 0xd4, 0x05, 0xfc, 0xa2, 0xae, 0x6c, 0xfb, 0xa4, 0x77, 0x1c, 0x02, 0x1f, 0x9f, 0x53, 0xd2, 0xb9, 0xaa, 0x8c, 0xde, 0xc8, 0x80, 0xc6, 0x6c, 0x4d, 0xc9, 0x18, 0xa5, 0x56, 0x91, 0x2a, 0x97, 0x10, 0x6b, 0x58, 0xb2, 0x74, 0xb1, 0x54, 0x1b, 0x29, 0x6b, 0x82, 0x35, 0x5c, 0x13, 0x38, 0x8d, 0xb2, 0x3f, 0x0f, 0x7c, 0x83, 0x15, 0xf8, 0x3b, 0x26, 0xbd, 0xeb, 0x10, 0xf8, 0x3b, 0xa6, 0xfe, 0xd7, 0x2a, 0x9d, 0x5b, 0x3a, 0xfc, 0x45, 0x0b, 0xf8, 0x81, 0xb7, 0xb2, 0xd5, 0x65, 0x93, 0xa4, 0x65, 0x6a, 0xa8, 0x42, 0x42, 0x6e, 0x01, 0x24, 0xa0, 0x0e, 0x29, 0xa8, 0x80, 0xfa, 0x6a, 0xe1, 0x7c, 0x61, 0xf1, 0xab, 0x79, 0x51, 0x4c, 0x4c, 0xcc, 0xad, 0x4e, 0x84, 0xfe, 0x4c, 0xf0, 0x8b, 0x23, 0xf9, 0x88, 0xae, 0x3d, 0xf8, 0x50, 0xff, 0x48, 0x0f, 0x2b, 0xc5, 0xa1, 0xc1, 0x4d, 0xd8, 0xd6, 0x65, 0x39, 0x56, 0x6b, 0x0f, 0x51, 0x6e, 0x4e, 0x6b, 0x1f, 0x89, 0x04, 0x20, 0x44, 0x69, 0xb9, 0x65, 0xf7, 0xb2, 0xd8, 0x04, 0x53, 0x41, 0x43, 0xef, 0x53, 0xe0, 0x04, 0x5f, 0x28, 0xdf, 0x46, 0x64, 0x4e, 0x29, 0xe5, 0x02, 0xf8, 0x93, 0xdf, 0x73, 0x00, 0xfc, 0xc7, 0xd9, 0xae, 0x19, 0x9d, 0x55, 0xe9, 0xdc, 0xc7, 0x15, 0xf0, 0xd3, 0xc3, 0xfe, 0xc1, 0x76, 0xac, 0x2b, 0x95, 0xd6, 0x15, 0xa0, 0xf4, 0x4c, 0x4d, 0x02, 0x6a, 0x51, 0x43, 0x65, 0xeb, 0x78, 0x8e, 0xa2, 0x17, 0x21, 0xc5, 0x3d, 0xf3, 0x6f, 0x95, 0x89, 0xfb, 0x6b, 0x80, 0xdf, 0xcd, 0x21, 0xb5, 0xbf, 0x8e, 0x83, 0xbf, 0x3b, 0xc3, 0x52, 0xf9, 0x8b, 0x26, 0x0f, 0x62, 0xcd, 0xfe, 0xe8, 0xb0, 0xe6, 0x6c, 0xd3, 0xf2, 0x02, 0xab, 0x95, 0x48, 0xa8, 0x3a, 0x42, 0x51, 0x09, 0x84, 0xfa, 0x12, 0xd3, 0x82, 0x57, 0x2a, 0x63, 0xc7, 0xeb, 0x9c, 0x5c, 0xab, 0xae, 0x69, 0xa3, 0x9d, 0xa8, 0xd5, 0xd3, 0x81, 0x88, 0x5b, 0xaa, 0xc1, 0x25, 0x43, 0x54, 0xfb, 0x3b, 0xb3, 0x0c, 0x75, 0x1a, 0xf9, 0xbb, 0x33, 0xdc, 0x2d, 0x65, 0xdf, 0x25, 0xdd, 0x59, 0xe6, 0x47, 0xad, 0x14, 0xf0, 0xc7, 0x46, 0x3e, 0xc0, 0x36, 0xaf, 0x2a, 0x57, 0x9a, 0x5e, 0xa8, 0xf7, 0x28, 0x24, 0x02, 0xc0, 0x26, 0xa0, 0x25, 0x68, 0x00, 0x1e, 0xeb, 0x0e, 0x40, 0x04, 0xd4, 0x40, 0x66, 0xcd, 0xce, 0xb8, 0x26, 0xbb, 0x97, 0xdd, 0x38, 0xe0, 0x87, 0x68, 0x6e, 0x4d, 0xd1, 0x35, 0xca, 0xb7, 0x0f, 0x7e, 0x37, 0x3e, 0xe7, 0xd7, 0x1e, 0x7c, 0x64, 0x06, 0x67, 0x44, 0xb7, 0xb0, 0x84, 0x8d, 0xa3, 0x5a, 0xb3, 0x5d, 0x15, 0x2b, 0x95, 0xae, 0x24, 0x78, 0x24, 0x95, 0x4f, 0x0b, 0x52, 0xb1, 0xf8, 0x94, 0xa6, 0x02, 0x22, 0x01, 0xde, 0x87, 0x96, 0xa0, 0x05, 0x28, 0x68, 0x84, 0x31, 0x43, 0xec, 0xa4, 0xea, 0xc0, 0x6a, 0x64, 0xe7, 0x61, 0xe7, 0x40, 0x96, 0x2d, 0x45, 0xef, 0xba, 0xc4, 0x1e, 0xf8, 0x92, 0xb5, 0x3f, 0xf9, 0x5d, 0xc7, 0xc0, 0x17, 0x16, 0x69, 0x02, 0xfc, 0xe9, 0xbd, 0x1e, 0x50, 0xc0, 0x9f, 0xd2, 0xb7, 0x1d, 0x3b, 0xb0, 0x7b, 0xab, 0xb2, 0x24, 0x5d, 0x4d, 0x02, 0x71, 0xc9, 0x3a, 0x0a, 0x4e, 0xc4, 0xe9, 0x00, 0xaf, 0x69, 0x9b, 0x3b, 0x18, 0x84, 0x20, 0xc1, 0xfe, 0x03, 0xfb, 0xd9, 0x94, 0x69, 0x93, 0x94, 0xd5, 0xc8, 0xdc, 0x40, 0x0c, 0x77, 0xa2, 0x59, 0xcb, 0x23, 0x55, 0xaf, 0xb9, 0x3f, 0x55, 0xef, 0xb2, 0x91, 0x40, 0x1a, 0xdf, 0xb5, 0x19, 0xdb, 0x95, 0x1d, 0xa8, 0xf2, 0xf3, 0xaf, 0x1e, 0xfc, 0xc9, 0x1f, 0x3d, 0xc5, 0x8e, 0xec, 0xaf, 0x92, 0x5c, 0xbc, 0xcb, 0xad, 0x6c, 0x0e, 0x4b, 0x05, 0x25, 0x6a, 0x12, 0x88, 0xfd, 0x07, 0xf0, 0x77, 0x35, 0x09, 0x48, 0x1b, 0x90, 0xab, 0xb8, 0x77, 0xef, 0x6e, 0x69, 0xd3, 0x2b, 0x5a, 0x8d, 0x1c, 0x1f, 0x6f, 0xf6, 0x71, 0xa2, 0xea, 0xe0, 0x31, 0xd2, 0xa0, 0x79, 0x3c, 0x45, 0xe7, 0xf2, 0xad, 0x02, 0x52, 0x8f, 0x7b, 0xac, 0xb2, 0x7a, 0x88, 0xf0, 0x39, 0x12, 0xe4, 0x81, 0xc1, 0xb7, 0x27, 0xb3, 0x8b, 0xb5, 0xda, 0xef, 0x6d, 0x01, 0x3f, 0x39, 0xf4, 0x41, 0x96, 0x9e, 0x16, 0xcb, 0x47, 0xec, 0x3e, 0xab, 0x26, 0x98, 0x00, 0x14, 0x2a, 0x9e, 0x9a, 0x50, 0x81, 0x04, 0x58, 0x5c, 0x22, 0x76, 0x27, 0xc1, 0xdf, 0x45, 0x12, 0x50, 0x8b, 0x1c, 0x22, 0x01, 0x04, 0xab, 0x91, 0xc7, 0x4d, 0x50, 0xd6, 0x39, 0x9c, 0x6b, 0xe8, 0xcd, 0x2b, 0xfe, 0x1e, 0xe0, 0xeb, 0x34, 0xaf, 0x73, 0x70, 0x4e, 0x10, 0x48, 0x00, 0xec, 0x40, 0x81, 0xa5, 0x20, 0xe3, 0x60, 0x7e, 0xa8, 0x83, 0xe1, 0x5d, 0xf5, 0xc8, 0xef, 0xce, 0xcf, 0xf5, 0xa0, 0x25, 0x9d, 0x1b, 0x74, 0xe7, 0x0f, 0x71, 0xa6, 0x41, 0x12, 0x38, 0x63, 0xc7, 0x8f, 0xe6, 0x20, 0xee, 0x53, 0x56, 0x13, 0x03, 0x44, 0x00, 0xaa, 0x26, 0x81, 0xb4, 0xae, 0x40, 0x68, 0x47, 0x03, 0xe0, 0x45, 0x12, 0xe0, 0xf3, 0xea, 0x36, 0x35, 0xd8, 0xbb, 0x60, 0xcc, 0xb8, 0x51, 0xe2, 0x6a, 0xe4, 0xd7, 0x9d, 0x28, 0xdb, 0x39, 0x92, 0xf5, 0xae, 0xc1, 0xa8, 0xa7, 0x57, 0xaa, 0x77, 0x07, 0xb4, 0xb1, 0xaa, 0xe1, 0xdb, 0x3f, 0x2f, 0xd0, 0xc1, 0xac, 0xde, 0x95, 0x6a, 0x5f, 0x1c, 0xf9, 0x28, 0xe1, 0x4a, 0xf3, 0xd5, 0xdc, 0x8b, 0xb2, 0x75, 0x32, 0xd6, 0xc6, 0xf3, 0x91, 0x8a, 0xb9, 0x9b, 0x7a, 0x10, 0x60, 0x5e, 0x27, 0x80, 0x69, 0xc3, 0x4a, 0x3c, 0x52, 0x97, 0x54, 0xb1, 0x91, 0x95, 0x9a, 0x04, 0x10, 0x0a, 0x1a, 0x41, 0xb6, 0x6c, 0xdd, 0xcc, 0x46, 0x8f, 0x51, 0x3a, 0x94, 0xfc, 0x80, 0x2a, 0x67, 0x27, 0xda, 0xc2, 0x91, 0xd6, 0x41, 0x73, 0x4b, 0xb2, 0xc1, 0x65, 0xa4, 0x00, 0x10, 0x2b, 0xfa, 0xf2, 0x39, 0xab, 0xb5, 0x76, 0xa8, 0xe4, 0x71, 0x2c, 0x9f, 0x5f, 0xfd, 0xc8, 0xe7, 0x76, 0xc5, 0x0e, 0x74, 0xff, 0xc2, 0xef, 0xaa, 0xb6, 0xc1, 0x91, 0x1a, 0x4a, 0x01, 0x3c, 0x6a, 0x2e, 0x41, 0xae, 0x9f, 0xb8, 0x5d, 0x1d, 0xf5, 0x25, 0x24, 0xd0, 0x21, 0x62, 0xeb, 0x3a, 0xf1, 0x7d, 0x90, 0x88, 0x82, 0x46, 0x58, 0x8d, 0x8c, 0x5a, 0x7e, 0xf9, 0xb7, 0x0e, 0x27, 0x26, 0x0e, 0x6f, 0xe3, 0x44, 0x9e, 0x1f, 0x49, 0x5a, 0x4d, 0x3b, 0x0e, 0xcc, 0x26, 0x05, 0x20, 0x83, 0x2b, 0x5b, 0x9a, 0xfa, 0xb6, 0x25, 0x3e, 0x2f, 0xb5, 0x66, 0xf1, 0x76, 0xb0, 0x86, 0xef, 0x4a, 0x57, 0x6f, 0x7a, 0xaf, 0x07, 0xad, 0x46, 0x7e, 0x62, 0xa0, 0xe6, 0x3e, 0xf1, 0xf7, 0x2f, 0x77, 0x3e, 0x31, 0x8d, 0x23, 0x12, 0x60, 0x51, 0xea, 0x81, 0x83, 0x96, 0x9e, 0x83, 0x98, 0xef, 0x01, 0xb8, 0xb8, 0x77, 0x31, 0x91, 0xc0, 0x5e, 0xff, 0x42, 0x91, 0x14, 0x44, 0x02, 0x9c, 0x0b, 0xfb, 0x18, 0x58, 0xf6, 0x34, 0x34, 0xed, 0x76, 0x74, 0x5d, 0xc4, 0xdf, 0xf6, 0x48, 0x31, 0xb8, 0x7a, 0x71, 0x50, 0x7e, 0x52, 0x02, 0x31, 0xdc, 0xcd, 0xdb, 0x32, 0xd5, 0x53, 0x88, 0xcf, 0xf7, 0xaa, 0xc5, 0x8a, 0x1d, 0x1b, 0x23, 0x5f, 0xf0, 0xf3, 0xc5, 0x91, 0x7f, 0x45, 0xac, 0x21, 0x26, 0xc6, 0x25, 0x36, 0xd1, 0x38, 0x43, 0xd9, 0xb7, 0x78, 0xfa, 0x24, 0xa5, 0xf1, 0xa5, 0xd8, 0xb9, 0x54, 0x9c, 0x0a, 0xc8, 0x2e, 0x50, 0x0b, 0x01, 0x8f, 0xe9, 0x80, 0x9a, 0x58, 0x52, 0xe4, 0x10, 0xe7, 0xc2, 0x1a, 0x49, 0x6a, 0x53, 0x13, 0x9f, 0x60, 0xaa, 0x40, 0x3f, 0xe6, 0x1b, 0x0e, 0xf8, 0xcb, 0x6d, 0xd8, 0x5c, 0x26, 0x88, 0x2a, 0x1f, 0xab, 0x6b, 0xf6, 0x0b, 0xc6, 0xde, 0xd1, 0xd2, 0x1e, 0x52, 0x68, 0xd7, 0xd1, 0xd2, 0xed, 0x5d, 0xc2, 0x3a, 0xbd, 0xcb, 0x73, 0x7e, 0xf5, 0x23, 0xff, 0x8a, 0x50, 0x33, 0x56, 0x2f, 0x25, 0x98, 0x67, 0x11, 0x09, 0xb0, 0x2d, 0x0e, 0x34, 0x01, 0x85, 0x83, 0x01, 0x28, 0x01, 0xaf, 0x26, 0x81, 0xd8, 0xb6, 0x96, 0x48, 0x40, 0xd3, 0x00, 0xfd, 0x1d, 0x24, 0xc0, 0x79, 0x60, 0x60, 0x22, 0x8d, 0x2c, 0x14, 0x94, 0xac, 0xc6, 0x26, 0x59, 0x37, 0x92, 0x7f, 0xff, 0x3c, 0x07, 0x7f, 0x9b, 0xa8, 0xf2, 0xbf, 0x4e, 0x7c, 0xdd, 0x6a, 0x79, 0x35, 0x2c, 0x7d, 0xac, 0xb7, 0x77, 0x14, 0xfc, 0xaa, 0xa9, 0x1f, 0xd8, 0xb7, 0xf6, 0x1d, 0x00, 0x5f, 0x24, 0x41, 0x5c, 0xbc, 0x29, 0x8b, 0x48, 0x30, 0x2b, 0x73, 0x86, 0x92, 0x0a, 0x06, 0x70, 0x00, 0xd6, 0x5e, 0xf7, 0x72, 0xf1, 0x35, 0x4d, 0x0f, 0x64, 0x18, 0x12, 0x69, 0x28, 0x7c, 0x0c, 0x03, 0x71, 0xe1, 0xa2, 0x05, 0x62, 0x9b, 0x9a, 0x85, 0x0d, 0xb9, 0x0d, 0xdf, 0x75, 0x71, 0x30, 0x8d, 0xa6, 0x11, 0xf7, 0xed, 0x7b, 0x72, 0x55, 0x7c, 0x46, 0x09, 0xee, 0x84, 0xdf, 0x29, 0x95, 0x5a, 0x8b, 0xf3, 0xfd, 0xde, 0xd9, 0xde, 0xb5, 0xea, 0xc9, 0x03, 0xc3, 0x90, 0x56, 0xf8, 0x1e, 0x29, 0x89, 0x62, 0x19, 0x7d, 0x5b, 0x89, 0xe0, 0x57, 0x3a, 0x0a, 0xbe, 0xa2, 0x9d, 0xc6, 0x8f, 0xbf, 0x19, 0xfb, 0x22, 0x12, 0x09, 0xb0, 0xfb, 0x08, 0x9a, 0x4d, 0x52, 0x38, 0x18, 0x23, 0x5a, 0xec, 0x52, 0x2e, 0x92, 0x80, 0xde, 0x87, 0xa8, 0xed, 0x04, 0x22, 0x0d, 0x05, 0x8c, 0x10, 0x33, 0xc0, 0x42, 0x57, 0xa1, 0xa0, 0x24, 0xef, 0x6f, 0x9b, 0x46, 0xe6, 0x20, 0x34, 0x49, 0xd6, 0x37, 0xca, 0x11, 0x55, 0xfe, 0xdc, 0x81, 0x8f, 0x5a, 0x2d, 0xd6, 0x38, 0xc2, 0x55, 0x3e, 0xda, 0xaa, 0xd5, 0xa6, 0x15, 0x5b, 0xe5, 0xd8, 0xd7, 0x95, 0x32, 0x2e, 0x78, 0x0c, 0x73, 0x06, 0xb4, 0xb5, 0x04, 0x79, 0xb8, 0x96, 0xa9, 0x2d, 0xf8, 0x82, 0x4d, 0xd0, 0x98, 0xba, 0xa4, 0x43, 0xe6, 0x64, 0x67, 0x29, 0xae, 0x1d, 0x54, 0x39, 0xc0, 0xa6, 0xf5, 0x87, 0x00, 0x95, 0xd4, 0x3f, 0x9e, 0xe3, 0x3d, 0x12, 0x72, 0x1b, 0xa9, 0xb1, 0x35, 0x91, 0x83, 0x02, 0x46, 0x30, 0x30, 0x4b, 0x4a, 0x8a, 0xc4, 0x6e, 0xea, 0xd3, 0x61, 0x94, 0xfe, 0xbd, 0x7c, 0xfb, 0xcb, 0xdb, 0xab, 0xac, 0x53, 0x0a, 0x2d, 0x02, 0x6e, 0x66, 0x4b, 0x53, 0xde, 0x52, 0x46, 0xad, 0xa4, 0xb6, 0x73, 0x83, 0x38, 0xf0, 0x2f, 0xd7, 0x0a, 0x7c, 0x7c, 0xfe, 0x98, 0xb0, 0xc2, 0xb7, 0x70, 0xc8, 0x33, 0xe2, 0xc8, 0x3f, 0x30, 0xd2, 0x57, 0xd3, 0xfa, 0xaa, 0x92, 0x50, 0x20, 0x41, 0xbc, 0xa9, 0x98, 0x48, 0x90, 0x9d, 0x33, 0xc7, 0x8a, 0x04, 0x00, 0x9b, 0xfa, 0x11, 0x88, 0x9a, 0x00, 0xaf, 0xf1, 0x3e, 0x09, 0xde, 0x13, 0x5b, 0xdf, 0x13, 0x71, 0xa8, 0xab, 0x29, 0x02, 0x50, 0x68, 0x92, 0x21, 0x90, 0x20, 0xed, 0x6f, 0x03, 0x7e, 0x8a, 0x56, 0xf3, 0x32, 0x57, 0xf9, 0x47, 0xc5, 0xce, 0x9b, 0x62, 0xf5, 0xce, 0xe5, 0xa5, 0xd9, 0x9d, 0xd9, 0xfa, 0xa4, 0x67, 0x6a, 0x05, 0x3e, 0x9e, 0x23, 0x0b, 0x48, 0xe7, 0x41, 0x97, 0x0f, 0x01, 0xfc, 0xe3, 0x70, 0x2d, 0xeb, 0x85, 0xbc, 0xc9, 0xc9, 0xb7, 0xa1, 0xcc, 0x8b, 0x48, 0x90, 0x9b, 0x9f, 0xa3, 0x64, 0x01, 0x21, 0x00, 0x12, 0x8d, 0x29, 0x68, 0x39, 0x3a, 0x19, 0x87, 0x78, 0x8d, 0xf7, 0x49, 0x44, 0x2d, 0x01, 0x0d, 0x40, 0xdf, 0x01, 0x09, 0x40, 0xa6, 0xbd, 0x7b, 0xf7, 0xb0, 0x9c, 0x79, 0x73, 0x2c, 0xbb, 0x9d, 0x26, 0x9a, 0x3e, 0xfb, 0xeb, 0x83, 0xaf, 0xd3, 0xbc, 0xcd, 0xc1, 0x38, 0x45, 0xc0, 0xcc, 0xea, 0xd3, 0xd2, 0xca, 0xca, 0x07, 0x80, 0x5b, 0xc6, 0xbc, 0xca, 0xd6, 0x8d, 0x78, 0xba, 0x56, 0xe0, 0x23, 0xbe, 0x7f, 0x20, 0x3f, 0xc4, 0x5e, 0x1b, 0xb6, 0xd3, 0x23, 0x0d, 0x9a, 0xf6, 0xf5, 0xf9, 0x7f, 0x60, 0x7b, 0x5c, 0xb1, 0x43, 0x6a, 0x5e, 0xfe, 0x3c, 0x29, 0x62, 0x48, 0xdd, 0xcd, 0x31, 0xca, 0xd1, 0xb6, 0x0e, 0x8f, 0x64, 0x17, 0x40, 0x00, 0x32, 0xde, 0x87, 0xa0, 0x99, 0x95, 0x68, 0x2c, 0xe2, 0x35, 0x84, 0x48, 0x80, 0x73, 0xed, 0xde, 0xfd, 0x2d, 0xcb, 0x9e, 0x3b, 0x5b, 0xdc, 0xed, 0xe4, 0xa3, 0xbf, 0xba, 0x7f, 0x7f, 0x56, 0x59, 0x4c, 0xf1, 0xf9, 0xd3, 0x96, 0x56, 0xeb, 0xd2, 0x0e, 0x1b, 0xbe, 0x1c, 0xcc, 0x76, 0xb5, 0x06, 0x1f, 0x6d, 0x59, 0xf0, 0x5d, 0x65, 0xb9, 0xd6, 0x64, 0x0f, 0xc9, 0x8b, 0xa0, 0x96, 0x2c, 0x20, 0x5d, 0x43, 0xfc, 0x3f, 0xa8, 0xf6, 0xa5, 0x96, 0xf9, 0x52, 0xbf, 0xa2, 0xa2, 0x7c, 0x49, 0x13, 0x50, 0xe6, 0x10, 0x60, 0xa2, 0x5d, 0x1d, 0x8d, 0x76, 0xda, 0xce, 0x86, 0xde, 0x07, 0x09, 0x88, 0x1c, 0x00, 0x1d, 0xef, 0x91, 0x80, 0x38, 0xb4, 0x01, 0xd6, 0x8e, 0x9d, 0x3b, 0x58, 0x86, 0x65, 0xcb, 0xbb, 0x8b, 0x7f, 0xc9, 0x0c, 0x22, 0x07, 0x24, 0x08, 0xcd, 0x91, 0x08, 0xfc, 0x32, 0xe3, 0xcb, 0x56, 0xf3, 0x7d, 0x15, 0xf7, 0xd7, 0x57, 0xc7, 0xb6, 0xa9, 0x35, 0xf8, 0x68, 0xc8, 0x84, 0xf4, 0xaf, 0x72, 0x9e, 0xd9, 0xfe, 0x6c, 0x74, 0xa0, 0xb0, 0x50, 0x53, 0xef, 0x1a, 0xdc, 0x90, 0xff, 0x57, 0x4c, 0x5a, 0xcc, 0x9d, 0x28, 0xfd, 0xa6, 0xe6, 0x98, 0x25, 0xa5, 0x85, 0x4a, 0x2a, 0x18, 0x8f, 0x00, 0x13, 0xbd, 0x0b, 0x01, 0x3a, 0xa6, 0x06, 0x32, 0xf8, 0xc8, 0x4e, 0xa0, 0xd7, 0xf8, 0x3b, 0xfa, 0x1b, 0x8a, 0x22, 0x92, 0x00, 0x24, 0x9a, 0x36, 0x5d, 0xd9, 0xe8, 0xe2, 0x77, 0x73, 0xa2, 0xf9, 0x5f, 0x7f, 0xa5, 0x91, 0x1f, 0xc2, 0xc1, 0xb8, 0x78, 0x79, 0x25, 0x8d, 0x0b, 0xfb, 0x7a, 0xc4, 0x1b, 0x56, 0x51, 0xbd, 0x8a, 0xb1, 0xff, 0xe2, 0xe0, 0x3f, 0x52, 0x27, 0xf0, 0x37, 0x8e, 0x7c, 0x81, 0x9f, 0xa3, 0xa7, 0x52, 0xca, 0x35, 0xb9, 0xfb, 0x5d, 0xa2, 0xea, 0x37, 0x5e, 0x93, 0xff, 0x4f, 0x6a, 0x82, 0x65, 0xda, 0x40, 0x24, 0x28, 0x2b, 0x2f, 0x51, 0x48, 0x00, 0x9f, 0x1f, 0x60, 0xa2, 0x83, 0x29, 0x46, 0x3c, 0x46, 0xba, 0x5a, 0x00, 0x3e, 0xfe, 0xae, 0x16, 0x10, 0x07, 0xc0, 0x53, 0xaa, 0x79, 0xcb, 0xd6, 0x2d, 0x6c, 0xc2, 0xc4, 0xb1, 0x34, 0x15, 0xec, 0xc3, 0x5e, 0xca, 0x7f, 0x85, 0x91, 0x1f, 0x2e, 0x82, 0xbf, 0x3c, 0xed, 0x5d, 0xa1, 0xfd, 0x5a, 0x2f, 0x69, 0xb5, 0x6d, 0x5d, 0xc1, 0x5f, 0x13, 0xff, 0xa8, 0x54, 0x03, 0x40, 0xe7, 0xc3, 0xa6, 0x4d, 0x96, 0x10, 0x6f, 0xa3, 0x5c, 0x76, 0x0d, 0x97, 0x46, 0x63, 0x05, 0x50, 0x5c, 0xa2, 0x71, 0x33, 0x35, 0xcc, 0xc6, 0x56, 0x77, 0xd8, 0x8f, 0x00, 0x53, 0x02, 0xdc, 0x3d, 0x80, 0x89, 0x7e, 0xc5, 0x20, 0x03, 0x75, 0x2e, 0xc3, 0x23, 0x34, 0x04, 0xde, 0x27, 0x59, 0xba, 0x74, 0x29, 0x2b, 0x2d, 0x2d, 0x65, 0x85, 0x85, 0x85, 0x6c, 0xc1, 0x82, 0x05, 0x52, 0xf3, 0x6b, 0x7c, 0x8e, 0x52, 0xcd, 0xc8, 0x1b, 0xd0, 0x1a, 0x44, 0x64, 0x2d, 0xaf, 0x6f, 0xf0, 0x75, 0xae, 0x5d, 0x45, 0xf0, 0xb1, 0xa0, 0xd2, 0xd2, 0x75, 0xb3, 0x07, 0xdb, 0x90, 0xf2, 0x5c, 0x9d, 0xc1, 0x5f, 0x65, 0x6a, 0xcd, 0xf6, 0x66, 0x79, 0x5b, 0x2d, 0xd6, 0x14, 0xdb, 0xb2, 0xa4, 0x84, 0x68, 0xfe, 0x71, 0xad, 0xff, 0x5f, 0xec, 0x96, 0x8e, 0x38, 0x3e, 0x35, 0xcc, 0xc6, 0xa6, 0x99, 0xd0, 0x00, 0x94, 0x33, 0x40, 0xc7, 0x72, 0x74, 0x2e, 0xb7, 0x25, 0x00, 0x3a, 0x2f, 0x2f, 0x8f, 0x4d, 0x9f, 0x3e, 0xdd, 0x4a, 0x66, 0xcd, 0x9a, 0xc5, 0x96, 0x2c, 0x59, 0x22, 0x69, 0x0a, 0xa9, 0xd8, 0x84, 0x93, 0x0a, 0x5d, 0x52, 0x69, 0x2a, 0x88, 0x8d, 0x8d, 0x6d, 0x7e, 0x9d, 0x5a, 0xfb, 0xae, 0x3e, 0x22, 0xf8, 0xea, 0x96, 0xab, 0xeb, 0x47, 0x3c, 0x79, 0x55, 0xe0, 0x63, 0x3d, 0x3f, 0x9d, 0x6f, 0x17, 0x9f, 0xf7, 0xd1, 0xcd, 0x9b, 0x7a, 0xef, 0x26, 0xf9, 0x6b, 0xfe, 0xef, 0xcf, 0xfa, 0xbf, 0x4d, 0x26, 0xd3, 0xfd, 0x1c, 0x98, 0x1d, 0x44, 0x82, 0x85, 0x0b, 0x17, 0x58, 0x85, 0x7e, 0x01, 0x36, 0x75, 0x35, 0x17, 0xa5, 0xa4, 0xa4, 0xe4, 0x0a, 0xf0, 0x45, 0x12, 0x60, 0x1f, 0x04, 0x2a, 0x43, 0x43, 0xdb, 0x5d, 0xca, 0x19, 0x60, 0xd3, 0xcd, 0xeb, 0x2f, 0x95, 0xcb, 0x01, 0xe0, 0x40, 0xfc, 0x4e, 0xe0, 0xaf, 0x1c, 0xfd, 0x5f, 0x2b, 0xf0, 0x37, 0x24, 0x3d, 0x75, 0x55, 0xe0, 0xe3, 0xf5, 0x31, 0xb9, 0xa3, 0x17, 0xda, 0xb1, 0x4d, 0xee, 0x66, 0xe9, 0xf0, 0x99, 0xaa, 0x73, 0xf9, 0xd3, 0x6f, 0x88, 0xbc, 0xfb, 0xe9, 0x2e, 0x00, 0x84, 0xb8, 0xfe, 0xa2, 0xc5, 0x0b, 0x95, 0x1c, 0x00, 0x2c, 0x7e, 0xda, 0xce, 0x46, 0x94, 0x19, 0x33, 0x66, 0x48, 0x60, 0xcf, 0x9d, 0x3b, 0x57, 0xca, 0x10, 0xa2, 0xd7, 0x21, 0x34, 0x06, 0x91, 0xa0, 0xb8, 0xb8, 0x58, 0xb2, 0x21, 0x28, 0x9b, 0x48, 0x3d, 0x93, 0xb1, 0xff, 0xe1, 0x75, 0x05, 0x7e, 0x9a, 0xbf, 0xe6, 0x4e, 0x0e, 0xc4, 0x3e, 0x02, 0x04, 0xab, 0x69, 0xeb, 0x13, 0xfc, 0x95, 0xc6, 0x56, 0xec, 0xa0, 0xe0, 0xef, 0x8b, 0x91, 0xbe, 0x6b, 0x3d, 0xef, 0x57, 0x77, 0x18, 0x93, 0x8c, 0xad, 0x68, 0x3f, 0x25, 0x8c, 0x56, 0x74, 0x2e, 0xa3, 0x82, 0x11, 0x58, 0xfd, 0x00, 0x1d, 0xbb, 0x99, 0x40, 0xa0, 0xe2, 0x09, 0x68, 0x18, 0x84, 0x74, 0x5c, 0xba, 0x74, 0x89, 0xcd, 0x9e, 0x3d, 0x5b, 0x7a, 0x3f, 0x27, 0x27, 0x47, 0xd2, 0x14, 0x94, 0x4d, 0xb4, 0x4c, 0x03, 0xc6, 0xa3, 0xd7, 0x97, 0xea, 0xd7, 0xbb, 0x4c, 0xb4, 0x6a, 0xb9, 0x2a, 0xcc, 0xf9, 0xeb, 0x93, 0xae, 0x4e, 0xed, 0xaf, 0x18, 0xd6, 0x42, 0xda, 0x90, 0x91, 0xce, 0x89, 0x36, 0xee, 0xca, 0xbc, 0x6f, 0x70, 0xd9, 0x8f, 0x2d, 0xdd, 0xae, 0xa7, 0x7b, 0x31, 0x62, 0x84, 0xf1, 0x61, 0x58, 0xeb, 0xb4, 0xa9, 0xd6, 0x12, 0x4e, 0x02, 0xa8, 0x71, 0x10, 0x01, 0x73, 0x3a, 0xb6, 0xb6, 0x81, 0x7c, 0xf3, 0xcd, 0x37, 0x0a, 0x01, 0x30, 0x45, 0xd0, 0x81, 0xee, 0x66, 0x19, 0x19, 0x19, 0xd2, 0xfb, 0xf3, 0xe6, 0xcd, 0x93, 0x48, 0x43, 0x39, 0x84, 0xd2, 0xb2, 0x62, 0x65, 0x2f, 0xe6, 0xeb, 0x27, 0xbe, 0x1f, 0xa0, 0x79, 0x8c, 0xe6, 0x7d, 0x84, 0x77, 0x0f, 0xc9, 0x8d, 0x94, 0x60, 0xed, 0xc3, 0x5d, 0xbb, 0x5a, 0xf0, 0xa5, 0x0c, 0x9f, 0xd0, 0x92, 0x4d, 0x68, 0xcc, 0x74, 0x3e, 0xc5, 0x5f, 0xf3, 0xc6, 0x35, 0xfc, 0x57, 0x1b, 0xc9, 0x82, 0x75, 0x7e, 0xae, 0xb2, 0xdc, 0x24, 0xc8, 0xcd, 0x24, 0x83, 0x07, 0x0f, 0x6e, 0xc7, 0xd5, 0xf4, 0xa1, 0xcb, 0x6d, 0xf3, 0x93, 0xd8, 0x37, 0xcb, 0x96, 0x28, 0x24, 0x80, 0x75, 0x4f, 0x9b, 0x5b, 0xcd, 0x9c, 0x39, 0x53, 0x99, 0xef, 0xa1, 0xea, 0x61, 0xf0, 0xcd, 0x9f, 0x3f, 0x5f, 0x21, 0x06, 0x3c, 0x03, 0x68, 0x00, 0x2a, 0x26, 0x29, 0x28, 0xca, 0x57, 0x0c, 0xc1, 0xeb, 0x69, 0xf4, 0xa7, 0xd1, 0x88, 0x5c, 0x37, 0xde, 0x52, 0x88, 0x21, 0xed, 0x9d, 0x7b, 0x95, 0xe0, 0x6f, 0x1a, 0xf9, 0x92, 0x92, 0xe1, 0x43, 0x7a, 0xd7, 0xaa, 0xa4, 0xcb, 0xe0, 0x32, 0xa4, 0x81, 0xc1, 0x76, 0x11, 0x40, 0x26, 0x70, 0x1b, 0xcb, 0x82, 0x7c, 0xfd, 0xad, 0xb2, 0xdc, 0x26, 0xc8, 0xed, 0x24, 0x7d, 0xfa, 0xf4, 0x78, 0x3e, 0x36, 0xde, 0x78, 0x44, 0x6a, 0x99, 0x9f, 0x96, 0x2c, 0xed, 0x64, 0x4e, 0x89, 0x20, 0x80, 0x8d, 0x5d, 0xce, 0xca, 0xca, 0xca, 0xec, 0x1a, 0x81, 0x99, 0x99, 0x99, 0x6c, 0xd9, 0xb2, 0x65, 0x92, 0xcb, 0x48, 0xdf, 0x9b, 0x3c, 0x75, 0x02, 0x11, 0x60, 0xbb, 0xe6, 0x7a, 0xe9, 0x04, 0xc6, 0xc1, 0xf8, 0x8e, 0x16, 0x6b, 0x10, 0x58, 0xfb, 0x73, 0x0c, 0x6c, 0x75, 0xdc, 0xd5, 0x81, 0x0f, 0xbb, 0x41, 0x69, 0xce, 0x54, 0x1e, 0xcd, 0xf2, 0x3e, 0x7b, 0x52, 0x88, 0xf4, 0x35, 0x5a, 0xf2, 0xf6, 0x23, 0xd2, 0xcd, 0xa7, 0xd1, 0xe7, 0x2a, 0x03, 0xe6, 0x52, 0xc7, 0x1b, 0x63, 0x0b, 0x70, 0x11, 0x68, 0x11, 0x60, 0x04, 0x62, 0x9a, 0xca, 0x72, 0x87, 0x2c, 0x77, 0xca, 0xd2, 0x4c, 0x94, 0xee, 0xdd, 0xc3, 0x5f, 0xe5, 0xf3, 0xb5, 0xd4, 0xd7, 0x18, 0x45, 0xa0, 0x68, 0x89, 0x4f, 0x89, 0x20, 0xc4, 0x06, 0xe0, 0xff, 0xc3, 0xd0, 0x23, 0x4d, 0x40, 0x92, 0x9d, 0x9d, 0xcd, 0x16, 0x2f, 0x5e, 0x2c, 0xa9, 0x7f, 0xaa, 0x2c, 0x42, 0x40, 0x88, 0xb2, 0x84, 0xe6, 0xb8, 0xe1, 0x13, 0xe4, 0x6b, 0x14, 0xff, 0xf7, 0x6b, 0x4f, 0x08, 0xa9, 0xb0, 0x43, 0x56, 0xff, 0x58, 0x52, 0x4d, 0xa3, 0x1f, 0x7d, 0x78, 0xae, 0x06, 0x7c, 0xf4, 0xe1, 0x3d, 0x5a, 0x62, 0xc9, 0xf0, 0xa1, 0x4a, 0x48, 0xf0, 0xf7, 0x0f, 0x06, 0xbf, 0x2e, 0xb5, 0x61, 0x6d, 0x22, 0xcb, 0xed, 0x02, 0x40, 0xb7, 0xca, 0xa0, 0x35, 0x76, 0xe0, 0x06, 0x35, 0xaa, 0x01, 0x70, 0x11, 0x6c, 0x35, 0xc8, 0xff, 0x90, 0x05, 0xf6, 0xc7, 0x5d, 0xb2, 0xdc, 0x2d, 0xcb, 0x3d, 0xa2, 0x84, 0x44, 0x84, 0xfc, 0xdb, 0x1c, 0x6f, 0x3c, 0x09, 0xe0, 0x46, 0xa5, 0xa7, 0x4a, 0x75, 0x80, 0x94, 0x29, 0x24, 0x12, 0x00, 0x6c, 0xa8, 0x7e, 0xb8, 0x85, 0x0b, 0x17, 0x2e, 0x94, 0xec, 0x03, 0x80, 0x2f, 0x66, 0x0e, 0xc5, 0x85, 0xa6, 0x83, 0x3e, 0x1f, 0xf0, 0x81, 0xf0, 0xff, 0x36, 0x16, 0x34, 0xd4, 0x35, 0x23, 0x83, 0x72, 0xf3, 0x38, 0x20, 0x3f, 0x03, 0x18, 0xac, 0xac, 0xb5, 0xda, 0x63, 0xa7, 0x16, 0x65, 0x5c, 0x22, 0xf8, 0x98, 0x36, 0xc4, 0x48, 0xdf, 0xaa, 0xf4, 0x0f, 0x2c, 0xcd, 0x99, 0x74, 0x2e, 0xbf, 0xf5, 0x7a, 0x5f, 0x4a, 0xf2, 0xd0, 0x4d, 0x6f, 0x2e, 0x80, 0xd1, 0x4c, 0x06, 0xe8, 0x0e, 0x19, 0x34, 0x91, 0x1c, 0x22, 0x31, 0x6e, 0x11, 0x54, 0xb9, 0x23, 0xa0, 0x37, 0x53, 0x81, 0x4d, 0x20, 0xdf, 0x2b, 0x0b, 0x0a, 0x4d, 0xee, 0x97, 0xe5, 0x01, 0x59, 0x1e, 0x14, 0x25, 0x2c, 0x2c, 0xe8, 0x7d, 0x4e, 0x82, 0x9f, 0x00, 0x5e, 0xfa, 0x98, 0x34, 0xa9, 0xa7, 0x10, 0x25, 0x8a, 0x90, 0x1b, 0x40, 0xc4, 0x10, 0x73, 0x3d, 0x40, 0x87, 0x1b, 0x48, 0xfb, 0x1b, 0x91, 0xcc, 0x5f, 0x50, 0xa6, 0x80, 0x6f, 0x8e, 0x1d, 0xb6, 0xc8, 0xce, 0xff, 0x68, 0x8f, 0xf8, 0xf5, 0x0b, 0xb8, 0xfc, 0x03, 0xca, 0x4d, 0x4b, 0xd2, 0x36, 0xfa, 0x9a, 0xea, 0xf9, 0xac, 0x56, 0xea, 0x72, 0x63, 0x70, 0xe7, 0x94, 0x0f, 0x6a, 0x05, 0xfe, 0x2a, 0xf3, 0xc3, 0xd2, 0xd6, 0x6c, 0x74, 0x8e, 0x4d, 0x93, 0xdd, 0xc5, 0x9e, 0x7c, 0x17, 0x06, 0x74, 0x70, 0x0d, 0x93, 0x6f, 0x2a, 0xdd, 0x68, 0xba, 0xf1, 0xf7, 0xc9, 0x60, 0xdc, 0x23, 0x03, 0x24, 0x92, 0xa3, 0x99, 0x7c, 0xc3, 0x9a, 0x09, 0xa3, 0xf8, 0x0e, 0xd5, 0xf3, 0x3b, 0x54, 0xea, 0x5c, 0x04, 0x5d, 0x04, 0xfc, 0x3e, 0x01, 0x68, 0x02, 0x18, 0x5d, 0xc1, 0x5a, 0x72, 0x79, 0x48, 0x96, 0x56, 0xb2, 0xb4, 0x16, 0x25, 0x20, 0x38, 0xa0, 0x93, 0x39, 0xce, 0x28, 0xed, 0xa2, 0x82, 0xad, 0x6b, 0x61, 0x13, 0xec, 0xdc, 0xb9, 0xc3, 0xaa, 0xae, 0x50, 0x2d, 0x20, 0x07, 0x0c, 0x3f, 0x4b, 0x81, 0x88, 0xf1, 0x64, 0x70, 0x70, 0x70, 0x7b, 0x1b, 0x84, 0x57, 0x93, 0x5d, 0x4d, 0x84, 0x3a, 0x6b, 0x04, 0x17, 0x1b, 0xa0, 0xd3, 0x28, 0x91, 0x6e, 0xd6, 0x10, 0x77, 0xd7, 0x00, 0x52, 0xcf, 0x19, 0x7d, 0x1f, 0xb2, 0x5a, 0xba, 0x05, 0x12, 0x60, 0x3a, 0xa8, 0x0b, 0xf8, 0xd8, 0xaf, 0x4f, 0x88, 0xf4, 0xb1, 0xc1, 0x9d, 0x5d, 0x3e, 0xe7, 0xbf, 0xf7, 0x08, 0x97, 0x87, 0x65, 0x69, 0x2d, 0xdc, 0xec, 0x87, 0x64, 0x10, 0x5a, 0x08, 0x04, 0xb9, 0x5f, 0x18, 0xa5, 0x6a, 0xb9, 0x47, 0x78, 0x14, 0xe5, 0x6e, 0x95, 0xd0, 0xe7, 0x44, 0xd0, 0x45, 0xc0, 0x09, 0xe8, 0x87, 0xe5, 0x6b, 0x6b, 0x23, 0x4b, 0x5b, 0x2e, 0x8f, 0xaa, 0xc5, 0x10, 0x68, 0xf0, 0xe2, 0x86, 0xe1, 0xcf, 0x14, 0x31, 0x44, 0xba, 0x77, 0xf9, 0x72, 0x18, 0x7a, 0x5b, 0x24, 0x17, 0x91, 0xb2, 0x84, 0x30, 0x12, 0xbf, 0xfe, 0x7a, 0xa1, 0xb4, 0x41, 0xa4, 0x65, 0xb7, 0x73, 0xe3, 0xb9, 0xe8, 0xe8, 0x9e, 0x1e, 0xc2, 0x75, 0x36, 0x57, 0x11, 0x41, 0xd4, 0x08, 0xa2, 0xc6, 0xab, 0x93, 0x36, 0xa0, 0xd1, 0xde, 0x58, 0x50, 0x8f, 0x4d, 0x84, 0x11, 0x62, 0x35, 0x3a, 0x12, 0xfc, 0x1a, 0x95, 0x70, 0x35, 0xfd, 0xdb, 0xe8, 0xa0, 0x5b, 0x2f, 0x4e, 0x8d, 0xba, 0xcf, 0x8a, 0x04, 0x98, 0xcb, 0xb1, 0xe5, 0x5a, 0x6d, 0xc0, 0xdf, 0x3e, 0xcb, 0xcf, 0xaa, 0x0f, 0xef, 0x10, 0x77, 0x97, 0x51, 0xfc, 0x77, 0x9e, 0xe0, 0xd2, 0x4e, 0x16, 0x6c, 0x83, 0xfe, 0x98, 0x70, 0x73, 0xdb, 0xca, 0x37, 0x5e, 0x24, 0xc6, 0x43, 0x02, 0x58, 0xa2, 0x3c, 0x28, 0x10, 0xa5, 0x85, 0x4a, 0xa3, 0x88, 0x2a, 0xfc, 0x01, 0x3b, 0xc0, 0xab, 0x41, 0x27, 0xb0, 0x1f, 0x93, 0xaf, 0x8b, 0xae, 0x11, 0xd7, 0xfb, 0xa4, 0x5a, 0x3c, 0x3c, 0x3a, 0xbb, 0x99, 0x62, 0x87, 0x1d, 0x16, 0x77, 0x4a, 0xc1, 0xda, 0x00, 0xec, 0x95, 0x04, 0x81, 0x9d, 0x20, 0x14, 0x87, 0x5e, 0x56, 0xfb, 0xf1, 0xc3, 0xf7, 0x85, 0x87, 0x87, 0x7c, 0xa8, 0xd2, 0x76, 0xa4, 0xe9, 0xec, 0x69, 0x83, 0x3a, 0x93, 0xa0, 0x26, 0xe0, 0xef, 0x52, 0x8d, 0x8c, 0x07, 0x5f, 0x68, 0xab, 0x69, 0x97, 0xa8, 0xb5, 0x2c, 0xdf, 0x96, 0xda, 0xb1, 0x8b, 0x45, 0x9e, 0xdc, 0x26, 0xd8, 0x34, 0xaa, 0xbd, 0xed, 0x39, 0x3f, 0xae, 0xad, 0x54, 0xfa, 0xad, 0x74, 0xe0, 0xce, 0xd0, 0x5a, 0x81, 0x1f, 0xe3, 0xe1, 0x32, 0x9b, 0xff, 0xc6, 0x73, 0x82, 0x60, 0xd3, 0x63, 0x6c, 0xb8, 0x88, 0x35, 0x75, 0x4f, 0xc9, 0x37, 0xf6, 0x09, 0x81, 0x18, 0x22, 0x21, 0x1e, 0x11, 0x1e, 0x1f, 0x56, 0x49, 0x6b, 0x1b, 0x9a, 0xa4, 0x95, 0xa0, 0xca, 0x45, 0xb5, 0xde, 0x42, 0x18, 0xf1, 0xe2, 0x68, 0x57, 0x03, 0xff, 0xa4, 0x7c, 0x4d, 0x4f, 0xcb, 0xd7, 0xf8, 0xac, 0xea, 0xda, 0xa5, 0xeb, 0x7f, 0xf0, 0xc1, 0x07, 0xdb, 0x7f, 0x3c, 0xb0, 0xdf, 0x28, 0x53, 0xdc, 0xb0, 0xef, 0xab, 0xdb, 0x33, 0x89, 0x8f, 0xfa, 0x1f, 0x3f, 0x1b, 0x32, 0x28, 0xbd, 0x7d, 0xfb, 0xf6, 0x4f, 0x0a, 0x64, 0x25, 0x12, 0xdc, 0x63, 0x87, 0x04, 0xa4, 0x09, 0x6c, 0x4d, 0x07, 0x0e, 0x19, 0x88, 0xa2, 0xaa, 0x6f, 0xaa, 0x02, 0xfe, 0x6e, 0x11, 0x78, 0x71, 0x44, 0xbc, 0xda, 0x46, 0xf3, 0x42, 0x82, 0xd6, 0xa5, 0x92, 0x80, 0xc3, 0xba, 0x7b, 0x2b, 0x12, 0x14, 0x45, 0x4a, 0x5a, 0x40, 0x04, 0x1f, 0xc9, 0x21, 0xab, 0xf6, 0xeb, 0x12, 0xf8, 0xb7, 0x59, 0x46, 0xbe, 0x47, 0xa3, 0x3c, 0x7e, 0xe5, 0xaf, 0xf0, 0xf3, 0xff, 0x93, 0x4b, 0x7b, 0x59, 0xb0, 0x97, 0xd0, 0x4b, 0x5c, 0xd0, 0x9b, 0xf7, 0x05, 0x2e, 0xcf, 0xcb, 0x37, 0x96, 0x48, 0x41, 0x84, 0x78, 0x5c, 0x90, 0x47, 0x6d, 0x68, 0x8c, 0xb6, 0x02, 0x51, 0x44, 0x92, 0xa8, 0xa7, 0x19, 0xb5, 0x3c, 0xac, 0x52, 0xf3, 0xb6, 0xc0, 0x27, 0xe0, 0x5f, 0x90, 0xaf, 0xf3, 0x25, 0xe1, 0x9a, 0xe9, 0x7a, 0x9f, 0x6d, 0xd2, 0xa4, 0xc9, 0x73, 0x81, 0x81, 0x86, 0x90, 0xfe, 0x03, 0x3e, 0x1a, 0x31, 0x24, 0xe6, 0xd3, 0xfc, 0x98, 0xa1, 0x43, 0x4a, 0xbf, 0x8c, 0xf9, 0xbc, 0x68, 0xf0, 0xa7, 0x03, 0xd2, 0xa2, 0x7a, 0x77, 0xef, 0xda, 0xa6, 0x4d, 0x9b, 0x27, 0x54, 0xda, 0x8c, 0x34, 0x93, 0x5a, 0x0b, 0x34, 0xaf, 0x61, 0x2a, 0xa8, 0x95, 0x3d, 0x60, 0x6b, 0xd4, 0xd3, 0x7c, 0x78, 0x9f, 0x7c, 0x01, 0x34, 0x22, 0x5a, 0x8b, 0xa3, 0xe1, 0xa5, 0x56, 0x9a, 0x7f, 0x26, 0xf8, 0xb9, 0x6c, 0xb7, 0x90, 0xc0, 0x5a, 0x13, 0xa0, 0x91, 0xc3, 0x7a, 0xee, 0xdf, 0xaf, 0x1c, 0xde, 0x52, 0x32, 0x0e, 0x8f, 0x09, 0xdb, 0xb5, 0x6c, 0x93, 0xd4, 0xbe, 0x05, 0xfc, 0xcf, 0xdd, 0x1a, 0x15, 0xdd, 0x74, 0x93, 0xe6, 0xdf, 0xfc, 0xbc, 0x88, 0xf6, 0xbd, 0x2e, 0x0b, 0x2a, 0x62, 0x90, 0xf5, 0x7b, 0x4d, 0x63, 0x4d, 0x0c, 0xf5, 0xcd, 0x7d, 0x46, 0xd0, 0x0e, 0x4f, 0xd9, 0x98, 0x3e, 0x44, 0xb1, 0x35, 0x95, 0x10, 0x21, 0x1e, 0x51, 0x69, 0x8b, 0x87, 0xab, 0xd1, 0x00, 0x4f, 0x38, 0xaa, 0x01, 0x54, 0x1a, 0xac, 0x3a, 0xed, 0x45, 0xda, 0xa9, 0xe5, 0xb5, 0xd4, 0x00, 0xb6, 0x46, 0x7e, 0x75, 0xe0, 0xb7, 0x95, 0x6f, 0x82, 0x34, 0x0a, 0x5e, 0x6c, 0xad, 0x79, 0x83, 0x93, 0x60, 0xa7, 0x65, 0x83, 0x06, 0x6b, 0x9b, 0x00, 0xbd, 0xfb, 0x44, 0x37, 0x0f, 0x82, 0x08, 0xa2, 0x68, 0xf0, 0x7d, 0xe6, 0xd6, 0xa8, 0x94, 0x83, 0xff, 0x1e, 0x3f, 0xdf, 0xbb, 0x5c, 0xde, 0x91, 0x05, 0xee, 0xdf, 0x7f, 0xb8, 0x80, 0x14, 0x6f, 0xca, 0x84, 0x10, 0xc9, 0x40, 0xda, 0x81, 0x88, 0x60, 0x6b, 0xaa, 0x20, 0xed, 0x60, 0xcb, 0x9e, 0x78, 0x4c, 0xa5, 0x1d, 0x6c, 0x91, 0xa0, 0x3a, 0x4d, 0x20, 0x4e, 0x05, 0x4f, 0xd8, 0xb3, 0x01, 0x6c, 0x4c, 0x59, 0x22, 0x01, 0xdb, 0xa8, 0x7e, 0xef, 0x21, 0x3b, 0xe0, 0xdb, 0x1b, 0xfd, 0xf5, 0x62, 0x03, 0x34, 0x11, 0xdc, 0xa6, 0xe6, 0x82, 0xda, 0x27, 0x63, 0x48, 0x9c, 0x0b, 0x45, 0x35, 0x48, 0xec, 0x7f, 0xf6, 0xf9, 0x56, 0x9a, 0x7f, 0x27, 0xf8, 0xba, 0xec, 0x10, 0x1b, 0x3b, 0x88, 0x9a, 0xc0, 0xe2, 0x25, 0x44, 0x5d, 0xee, 0xc6, 0x69, 0xd9, 0x59, 0x93, 0x0d, 0xea, 0xd8, 0xa8, 0xd4, 0xd5, 0x55, 0xd3, 0x81, 0x9f, 0x07, 0x02, 0xc3, 0x07, 0x9d, 0x34, 0x10, 0xf8, 0xf8, 0x2f, 0x97, 0xf7, 0x64, 0x32, 0xbc, 0x65, 0x83, 0x08, 0xaf, 0xca, 0x1a, 0xa1, 0x26, 0x12, 0xd4, 0x04, 0x7e, 0x1b, 0x1b, 0x76, 0x83, 0x2d, 0x8f, 0xc3, 0x9e, 0x17, 0xd0, 0xd6, 0x9e, 0x17, 0xa0, 0x12, 0x5b, 0xbf, 0xd5, 0xba, 0x1a, 0xaf, 0x46, 0xed, 0xea, 0x36, 0x98, 0x17, 0x50, 0xe7, 0xd1, 0x2f, 0xcc, 0x7f, 0xcf, 0x3f, 0xf9, 0x80, 0xe6, 0xad, 0x38, 0x5f, 0x69, 0x3a, 0xb8, 0x30, 0x36, 0xbc, 0xe9, 0x79, 0xf4, 0xec, 0x47, 0xaf, 0x7d, 0x68, 0x83, 0xdd, 0x39, 0x41, 0xd2, 0x82, 0x10, 0x24, 0x8f, 0x84, 0x08, 0xdf, 0xa5, 0x9e, 0xef, 0xb9, 0x4c, 0xe5, 0xdf, 0xc5, 0xa6, 0xca, 0xee, 0x5c, 0x3c, 0xe4, 0xe7, 0x9d, 0x64, 0x32, 0xfc, 0xcf, 0x0e, 0x09, 0xde, 0x90, 0xa7, 0x06, 0x51, 0x13, 0xbc, 0x24, 0xcf, 0xbf, 0xe2, 0x74, 0x40, 0x04, 0x68, 0x67, 0x43, 0xfd, 0x13, 0x68, 0x8f, 0xa8, 0x54, 0xaf, 0x08, 0x86, 0x1a, 0x10, 0xf2, 0x0c, 0xd4, 0x6e, 0x61, 0x2b, 0x3b, 0xda, 0x42, 0xad, 0x45, 0x6c, 0x19, 0x9d, 0x2d, 0x84, 0xf8, 0xc2, 0x03, 0xd5, 0x8c, 0xf8, 0x06, 0x8d, 0x03, 0x34, 0x15, 0x34, 0x00, 0x19, 0x7e, 0xb5, 0x26, 0x00, 0x46, 0x21, 0x27, 0xc1, 0xdb, 0x66, 0x6f, 0x97, 0x0d, 0xe2, 0x32, 0x30, 0x5b, 0xc2, 0xa7, 0x8c, 0x1f, 0x7c, 0xda, 0x4b, 0x7e, 0xfe, 0x87, 0x32, 0xd8, 0x1d, 0x65, 0x11, 0xb5, 0x00, 0xc0, 0x7f, 0x5f, 0x9e, 0x16, 0x68, 0x3a, 0x70, 0x44, 0x03, 0x3c, 0xad, 0x02, 0x5e, 0x04, 0xfd, 0x91, 0x1a, 0x46, 0x5f, 0x8b, 0x6a, 0x02, 0x4e, 0x14, 0x18, 0xba, 0xaf, 0xba, 0x28, 0xa0, 0x8a, 0x28, 0xea, 0xf7, 0xed, 0x05, 0xb4, 0xaa, 0x0b, 0x6a, 0xdd, 0xd9, 0xd0, 0x91, 0x40, 0xd1, 0x00, 0x14, 0x23, 0x61, 0xf7, 0x0b, 0x24, 0x68, 0xe5, 0x28, 0x09, 0xee, 0xba, 0x4d, 0xf3, 0x7f, 0x9f, 0xbb, 0xbb, 0x64, 0x89, 0xe5, 0xe1, 0x24, 0x49, 0x3a, 0x97, 0xdf, 0x07, 0x75, 0x6a, 0x94, 0xdb, 0xe6, 0x1e, 0x69, 0xa4, 0xbf, 0x2b, 0x8f, 0x6e, 0x5b, 0xf2, 0xae, 0x30, 0xea, 0xff, 0xa3, 0x1a, 0xf9, 0xf6, 0xc0, 0x17, 0x47, 0xff, 0x13, 0x82, 0x91, 0xd5, 0x46, 0x35, 0x1a, 0x45, 0xd0, 0xd5, 0x23, 0xcf, 0x56, 0x84, 0x51, 0xcc, 0x03, 0xd4, 0x94, 0x0b, 0xa8, 0x2e, 0x10, 0xa5, 0x0e, 0x3e, 0xd5, 0x14, 0xde, 0xae, 0x29, 0xc4, 0x5d, 0x2b, 0x43, 0xcf, 0x51, 0x2f, 0x40, 0x6d, 0x07, 0xdc, 0xef, 0xa0, 0x26, 0x78, 0x4a, 0xbe, 0xf9, 0xcf, 0x11, 0x11, 0xde, 0x7a, 0x52, 0xe3, 0xd6, 0xef, 0x7f, 0x2e, 0x29, 0x43, 0xdc, 0x1b, 0xcd, 0xfb, 0xa4, 0xa3, 0xcb, 0xa4, 0x1e, 0xef, 0xb8, 0x0c, 0x6d, 0x7b, 0xbf, 0x34, 0xa2, 0x5f, 0x97, 0xc1, 0x7c, 0x53, 0x96, 0x7f, 0xab, 0x84, 0xde, 0x7f, 0x43, 0xe5, 0x09, 0xbc, 0x6a, 0xc3, 0xf8, 0x7b, 0xc1, 0x86, 0x4b, 0xd8, 0x4e, 0x18, 0xf5, 0x04, 0x7e, 0x2b, 0x01, 0x70, 0x11, 0x6c, 0xb2, 0xae, 0xef, 0xb2, 0x33, 0xf2, 0x9a, 0xd6, 0x26, 0x1b, 0x28, 0x00, 0xa9, 0x16, 0xf5, 0xe7, 0xee, 0xb4, 0x01, 0x74, 0xd3, 0xab, 0x4c, 0x76, 0xd5, 0xf9, 0xb8, 0xa5, 0x86, 0x00, 0xd0, 0x7d, 0x82, 0xaa, 0x6b, 0x29, 0x18, 0x84, 0x6d, 0x54, 0x44, 0x78, 0xc2, 0x86, 0x5f, 0xfc, 0xbc, 0xe0, 0x17, 0xbf, 0x2c, 0x83, 0xf7, 0x4f, 0x19, 0xc8, 0x57, 0x64, 0x50, 0x6d, 0xc9, 0x2b, 0x2a, 0xb7, 0x4f, 0x1d, 0x0b, 0x10, 0xdd, 0xab, 0xa7, 0x6a, 0x00, 0xfe, 0x21, 0x95, 0x6a, 0xbf, 0x57, 0x30, 0xaa, 0x9a, 0xa9, 0x46, 0x9a, 0x2d, 0x15, 0x7b, 0x8b, 0x9d, 0x7a, 0x80, 0xdb, 0x05, 0x69, 0xe2, 0x80, 0xdc, 0xae, 0x12, 0x11, 0xe4, 0x5b, 0x55, 0x49, 0xab, 0x9b, 0xaf, 0x65, 0xfa, 0x57, 0x8c, 0x04, 0xde, 0xae, 0xb2, 0x09, 0x9a, 0xdb, 0x88, 0x09, 0x3c, 0xa8, 0x0a, 0x91, 0xd6, 0xd6, 0x47, 0x7e, 0x5e, 0x96, 0x17, 0x04, 0x79, 0x51, 0x00, 0xf7, 0x05, 0x21, 0xe0, 0xf3, 0xbc, 0x00, 0xf6, 0xb3, 0x76, 0xac, 0x7b, 0xf5, 0x1c, 0x5f, 0x13, 0xf0, 0xa4, 0xd6, 0x69, 0x84, 0x8b, 0x80, 0xdf, 0x2c, 0x18, 0x51, 0xd5, 0x55, 0x04, 0xdd, 0xac, 0x92, 0xc6, 0x0e, 0x8a, 0xfa, 0x7b, 0x62, 0x7d, 0x83, 0x08, 0xf4, 0x35, 0xcd, 0xf5, 0x53, 0xe6, 0xef, 0x66, 0x1b, 0x51, 0x41, 0x91, 0x08, 0x77, 0xd9, 0x48, 0x96, 0xd8, 0x8b, 0x97, 0xb7, 0x11, 0xdc, 0x1f, 0xb5, 0xbf, 0x2c, 0xfa, 0xc7, 0x4f, 0xd9, 0x11, 0x5b, 0x3e, 0xb4, 0x2d, 0xa3, 0xce, 0x5e, 0x3e, 0xc0, 0x56, 0x00, 0xa5, 0xb9, 0x9d, 0xe0, 0xc9, 0x2d, 0xaa, 0xf9, 0xf4, 0x6a, 0x4b, 0xc8, 0xec, 0xc9, 0x75, 0x7f, 0x34, 0xaa, 0x26, 0x29, 0xd4, 0x54, 0x98, 0xf3, 0x9a, 0xab, 0xc2, 0xc4, 0xf7, 0xd9, 0x20, 0x84, 0xda, 0x45, 0xb2, 0x95, 0x3d, 0x6b, 0x6b, 0xc3, 0x87, 0x6e, 0x5b, 0x43, 0xd8, 0xb6, 0xae, 0xbe, 0xb3, 0xbd, 0xa0, 0xc9, 0xcd, 0xf5, 0x9d, 0x47, 0xff, 0xbb, 0x1c, 0x2e, 0x82, 0x56, 0x68, 0xac, 0x2a, 0xa0, 0x68, 0x6a, 0x23, 0x4b, 0x78, 0x57, 0x35, 0x79, 0x74, 0x5b, 0xb9, 0xf4, 0x96, 0xaa, 0xe4, 0x8b, 0x5a, 0x5a, 0xaa, 0x7c, 0xf1, 0x16, 0x36, 0xdc, 0x28, 0x47, 0x6a, 0x02, 0xd4, 0x61, 0xd2, 0x5b, 0xea, 0xd3, 0x7a, 0xbe, 0x51, 0x0e, 0xbb, 0xc5, 0x21, 0x0e, 0x54, 0xd4, 0x34, 0xaf, 0x83, 0xcb, 0x64, 0xcb, 0x7d, 0xb2, 0xe7, 0x3a, 0xd9, 0x72, 0x9b, 0x6c, 0xb9, 0x4c, 0x37, 0x39, 0x47, 0x7a, 0xc3, 0x56, 0xd0, 0xda, 0x2a, 0xb5, 0xb2, 0x57, 0x50, 0x29, 0xba, 0x51, 0x6a, 0x77, 0xea, 0x4e, 0x1b, 0x72, 0x87, 0x0d, 0xbf, 0x58, 0xed, 0x1b, 0x37, 0x88, 0x7f, 0xec, 0x3c, 0xea, 0x4e, 0x8c, 0xea, 0xca, 0xab, 0x45, 0x97, 0xaa, 0x26, 0xb9, 0x45, 0x90, 0xc6, 0x2a, 0x80, 0xff, 0xdc, 0x0a, 0x59, 0xe7, 0x71, 0xd5, 0x64, 0x71, 0x44, 0x9c, 0x87, 0xf3, 0x70, 0x1e, 0xce, 0xc3, 0x79, 0x38, 0x0f, 0xe7, 0xe1, 0x3c, 0x9c, 0x47, 0x03, 0x1c, 0xff, 0x0f, 0x8e, 0x0b, 0x91, 0x05, 0x8b, 0x95, 0xf0, 0x90, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int options_128_png_len = 12202; unsigned char options_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x4b, 0x43, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x78, 0x54, 0xc5, 0xda, 0x5e, 0x02, 0x7a, 0x2d, 0xd7, 0x6b, 0x6f, 0xd8, 0x40, 0x91, 0x8b, 0xbd, 0xfb, 0xab, 0xd7, 0x82, 0xe5, 0xde, 0x2b, 0x25, 0x81, 0x94, 0x4d, 0x76, 0x37, 0x95, 0x1e, 0x40, 0x90, 0x0e, 0x02, 0x6a, 0x80, 0xec, 0x26, 0x9b, 0x4e, 0xa8, 0xa1, 0x93, 0x42, 0x48, 0x42, 0x49, 0x08, 0xbd, 0x4b, 0xef, 0xa1, 0xf7, 0xde, 0x45, 0x10, 0xac, 0x88, 0x0a, 0xf3, 0xcf, 0x7b, 0xd8, 0xc9, 0x9d, 0x9d, 0x33, 0x67, 0x77, 0xd3, 0xc8, 0x82, 0x67, 0x7c, 0xbe, 0x07, 0x93, 0x3d, 0x5b, 0x72, 0xf6, 0x7d, 0x67, 0xbe, 0xfe, 0x19, 0x0c, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0xab, 0x8a, 0x96, 0xd1, 0x68, 0xbc, 0xd9, 0x64, 0x6a, 0x5e, 0x87, 0xfe, 0xfb, 0x6e, 0x70, 0x70, 0xa0, 0x2f, 0x15, 0xb3, 0xd1, 0x14, 0xd8, 0x36, 0x28, 0x24, 0xa0, 0x0b, 0xfe, 0x65, 0x12, 0x14, 0x12, 0x64, 0xa2, 0xff, 0x7d, 0x1c, 0x12, 0xe2, 0xff, 0x92, 0xbf, 0xbf, 0xff, 0xbd, 0xfa, 0x9d, 0xd3, 0xd7, 0x75, 0xb5, 0x42, 0x43, 0x43, 0xff, 0x61, 0x34, 0xfb, 0x7f, 0x64, 0x0c, 0x09, 0xfc, 0x3c, 0x38, 0x24, 0x60, 0xa4, 0xd1, 0x14, 0xb0, 0xd4, 0x18, 0x1c, 0x78, 0x92, 0xfe, 0x7c, 0x85, 0x0a, 0x29, 0x87, 0x9c, 0xa3, 0xb2, 0x86, 0xbe, 0xd6, 0x38, 0x4a, 0x8e, 0x76, 0x94, 0x40, 0x2f, 0xc4, 0xc4, 0xc4, 0xf8, 0xe8, 0x77, 0x5a, 0x5f, 0x5e, 0xb1, 0xcc, 0x66, 0xbf, 0x07, 0x29, 0xc8, 0xc3, 0x83, 0x4c, 0x81, 0x13, 0x28, 0x50, 0x77, 0x52, 0xb9, 0x5c, 0x4e, 0xa0, 0x97, 0x45, 0x2e, 0x04, 0x87, 0x04, 0xe6, 0xd3, 0xf7, 0xb5, 0x34, 0x6f, 0xde, 0xfc, 0x2e, 0xfd, 0x5b, 0xb8, 0x41, 0x56, 0x46, 0x46, 0xc6, 0x4d, 0xf1, 0x89, 0x56, 0x4b, 0x7c, 0x82, 0xed, 0xab, 0xf8, 0x04, 0xeb, 0x44, 0xfa, 0xff, 0xcb, 0xe9, 0xbf, 0x27, 0xa8, 0x10, 0x41, 0x2e, 0x53, 0x39, 0x42, 0x65, 0xb1, 0x3d, 0xc1, 0x3a, 0x3a, 0xce, 0x6e, 0xed, 0x1d, 0x97, 0x38, 0xe8, 0x23, 0xba, 0x33, 0xde, 0x5c, 0x45, 0xea, 0x4b, 0x4d, 0x2a, 0xf7, 0xe0, 0xff, 0x1b, 0x36, 0x6c, 0x58, 0x2b, 0x38, 0x38, 0xe0, 0xfd, 0xa0, 0xe0, 0x00, 0x2b, 0x05, 0xe2, 0xc6, 0x0a, 0xec, 0xec, 0x95, 0x25, 0xbf, 0x53, 0x29, 0xa4, 0xa7, 0x43, 0x23, 0xfd, 0x64, 0xb8, 0x8e, 0x17, 0xfd, 0xf2, 0x6e, 0xb3, 0x27, 0xc4, 0xce, 0x92, 0x80, 0xdd, 0x73, 0x49, 0xb4, 0xfe, 0x44, 0xff, 0x9d, 0x61, 0xb7, 0xc7, 0x76, 0xb0, 0x5a, 0xad, 0x0f, 0x56, 0xd6, 0x67, 0xb3, 0x58, 0x2c, 0x77, 0x3b, 0xc0, 0x76, 0x80, 0xca, 0x0f, 0xe5, 0x01, 0x6a, 0xb0, 0x29, 0x88, 0x44, 0xb6, 0x88, 0x20, 0x1d, 0x3b, 0xb7, 0x27, 0xdd, 0x7b, 0x76, 0x21, 0x7d, 0xfa, 0xf6, 0x24, 0x5f, 0xc6, 0xf4, 0x23, 0x03, 0x63, 0xbf, 0x56, 0xfe, 0x65, 0xd2, 0xeb, 0x8b, 0xee, 0xe4, 0xf3, 0x2e, 0x9f, 0x91, 0xb6, 0xed, 0x5b, 0x13, 0x73, 0x68, 0x48, 0x59, 0xdf, 0xe7, 0x20, 0x25, 0x66, 0x77, 0x5f, 0x5f, 0xdf, 0xdb, 0x74, 0x44, 0x5d, 0x47, 0x2b, 0x25, 0x25, 0xe6, 0x1e, 0xba, 0x93, 0xaf, 0xaa, 0x10, 0xf8, 0xd5, 0xf2, 0x5b, 0x5c, 0x62, 0x6c, 0x26, 0x25, 0xc3, 0xeb, 0x95, 0x48, 0x80, 0x72, 0x0b, 0x00, 0x1d, 0x97, 0x10, 0x4b, 0x26, 0xe7, 0x67, 0x91, 0xf9, 0x8b, 0x66, 0x7b, 0x2c, 0xd3, 0x67, 0xe4, 0x93, 0x09, 0x59, 0x63, 0x48, 0x62, 0x4a, 0x3c, 0xe9, 0xd1, 0xab, 0x1b, 0x09, 0x8f, 0x0a, 0xf5, 0xe0, 0xfd, 0x82, 0x4e, 0x2b, 0xc6, 0xb5, 0xd1, 0x78, 0xab, 0x8e, 0x2e, 0x2f, 0x5f, 0x76, 0xbb, 0xfd, 0x51, 0xaa, 0xf2, 0x6c, 0xaf, 0x64, 0xf0, 0x3b, 0x09, 0x25, 0xd7, 0x0a, 0x4a, 0x84, 0xb7, 0xaa, 0x93, 0x00, 0xbc, 0x44, 0x77, 0x6c, 0x47, 0xd2, 0x87, 0xa5, 0x91, 0xd9, 0xf3, 0x66, 0x94, 0x89, 0x0c, 0x90, 0x79, 0x0b, 0x67, 0x91, 0x9c, 0xc9, 0x13, 0x89, 0x35, 0x6e, 0x20, 0x69, 0x1b, 0xdd, 0xda, 0xdd, 0x7b, 0x1d, 0x0d, 0x0e, 0x0e, 0x6c, 0xae, 0xa3, 0xcc, 0x4b, 0x97, 0x2d, 0xc9, 0xd6, 0xc0, 0xa1, 0xcb, 0x3b, 0x01, 0x36, 0x67, 0x52, 0x16, 0xd9, 0xb6, 0x7d, 0x2b, 0xd9, 0xbb, 0x77, 0x0f, 0x39, 0x72, 0xe4, 0x08, 0x39, 0x75, 0xea, 0x94, 0x22, 0x27, 0x4e, 0x9c, 0x20, 0xc7, 0x8f, 0x1f, 0x27, 0x87, 0x0f, 0x1f, 0x26, 0xdb, 0x77, 0x6c, 0x27, 0x2b, 0x57, 0xad, 0x20, 0x73, 0xe7, 0xcd, 0x21, 0x79, 0xf9, 0xb9, 0x24, 0x7d, 0x68, 0xaa, 0x3b, 0x22, 0x5c, 0x86, 0xbd, 0x60, 0xb3, 0xd9, 0xee, 0xad, 0x2c, 0x02, 0x84, 0x98, 0x8d, 0x7f, 0x84, 0x86, 0x99, 0xcf, 0x87, 0x45, 0x5a, 0x4e, 0x84, 0xb7, 0x08, 0x3d, 0x1d, 0x1a, 0x6e, 0xfa, 0x99, 0xfe, 0xce, 0x63, 0x23, 0x38, 0x34, 0xdc, 0x4c, 0x06, 0x59, 0x63, 0xc8, 0x8c, 0x99, 0xd3, 0xca, 0x4c, 0x04, 0x26, 0xd9, 0xb9, 0x13, 0x49, 0xff, 0xaf, 0xfa, 0xb8, 0x56, 0x97, 0x82, 0x83, 0x8a, 0xe8, 0x69, 0xf0, 0xb8, 0x8e, 0x38, 0xaf, 0xda, 0xf9, 0x63, 0xdf, 0xa4, 0xa0, 0xfc, 0x4e, 0x04, 0x6a, 0x7e, 0xc1, 0x64, 0x72, 0xea, 0xf4, 0x29, 0x72, 0xe6, 0xcc, 0x19, 0x8f, 0xe4, 0xf4, 0xe9, 0xd3, 0x0a, 0x31, 0x40, 0x8a, 0x4d, 0x25, 0x9b, 0xc8, 0xac, 0xd9, 0x33, 0xc9, 0xd0, 0xe1, 0xe9, 0xae, 0x88, 0x70, 0x96, 0xda, 0x0a, 0xc1, 0xe5, 0x20, 0xc0, 0xee, 0x88, 0x48, 0xcb, 0xb8, 0xb0, 0x08, 0x4b, 0x6f, 0xaa, 0xcf, 0xf7, 0xa6, 0x80, 0x7a, 0x1b, 0x06, 0xb1, 0xec, 0xfa, 0x80, 0xb0, 0x80, 0x87, 0x8d, 0xa6, 0x00, 0x3f, 0x0a, 0xca, 0x84, 0x88, 0xa8, 0xb0, 0xfd, 0x46, 0x93, 0x6b, 0x43, 0xd9, 0x12, 0x66, 0x52, 0x76, 0xf4, 0x19, 0xb3, 0xca, 0x4f, 0x84, 0xe2, 0xd9, 0xd3, 0x89, 0x2d, 0x7e, 0x10, 0xb1, 0x84, 0x9b, 0xb4, 0xde, 0xe7, 0x07, 0x7a, 0x1a, 0x04, 0xeb, 0xc8, 0xf3, 0x0a, 0xf0, 0x5b, 0xff, 0xed, 0x30, 0x58, 0x9d, 0xc0, 0x39, 0x6d, 0xfa, 0x14, 0xf2, 0xed, 0xb7, 0xdf, 0x7a, 0x0c, 0x7e, 0x99, 0x80, 0x0c, 0x87, 0x0e, 0x1d, 0x22, 0x2b, 0x56, 0x2c, 0x27, 0x13, 0x26, 0x8e, 0xd3, 0x22, 0xc1, 0x15, 0x7b, 0xa2, 0x35, 0xfe, 0x5a, 0x79, 0x4d, 0xcc, 0x66, 0xf3, 0x7d, 0x94, 0x10, 0x51, 0xa1, 0x61, 0x96, 0xd5, 0xae, 0xbc, 0x46, 0x38, 0x11, 0xd2, 0x86, 0x24, 0x97, 0x9b, 0x04, 0x10, 0x90, 0x08, 0xa7, 0x0a, 0x3d, 0x89, 0xb4, 0x88, 0x30, 0x3c, 0x2a, 0x2a, 0xea, 0x16, 0x1d, 0x85, 0xd5, 0xb8, 0xe2, 0xec, 0xd6, 0x81, 0x32, 0x60, 0x6e, 0xdf, 0xb1, 0xad, 0x42, 0xe0, 0xe7, 0x05, 0x2a, 0x13, 0x88, 0xb0, 0x7a, 0xcd, 0x2a, 0x32, 0x62, 0xe4, 0x50, 0x0d, 0xdb, 0x20, 0x76, 0x56, 0x7c, 0x7c, 0xfc, 0x9d, 0xd7, 0xf2, 0x6f, 0x87, 0x2a, 0x02, 0x17, 0xaa, 0xc9, 0x12, 0xac, 0xe9, 0x4d, 0xea, 0xf0, 0x59, 0x34, 0xc9, 0xcd, 0xcb, 0xac, 0x10, 0x11, 0xf2, 0xa6, 0xe4, 0x90, 0x4e, 0x9f, 0x77, 0x90, 0x93, 0xc0, 0x14, 0xb8, 0x81, 0x7e, 0x8e, 0x87, 0x74, 0x24, 0x56, 0xe3, 0xa2, 0x86, 0x6f, 0x1f, 0x11, 0x90, 0x49, 0x29, 0x76, 0xb2, 0x65, 0xeb, 0x66, 0x29, 0xa0, 0x8f, 0x1d, 0x3b, 0xa6, 0xa8, 0x39, 0x47, 0x8f, 0x1e, 0x55, 0xec, 0x00, 0x00, 0xdc, 0x53, 0x22, 0xec, 0xdf, 0xbf, 0x9f, 0xaa, 0x46, 0xc5, 0x24, 0x31, 0x39, 0x5e, 0x46, 0x84, 0x0d, 0x31, 0xe9, 0x31, 0xff, 0xb8, 0xd6, 0x7f, 0x7f, 0xa3, 0x46, 0x8d, 0xfe, 0x16, 0x14, 0x12, 0xd0, 0xc9, 0x64, 0x0e, 0xfe, 0x5e, 0xcb, 0x6d, 0x4a, 0x4f, 0x49, 0x41, 0xcd, 0x99, 0x76, 0x71, 0xf0, 0x90, 0xe4, 0xfd, 0x13, 0x32, 0xc7, 0x9c, 0xa5, 0x06, 0xf4, 0x65, 0x4f, 0x0c, 0x66, 0x9c, 0x28, 0x94, 0x6c, 0x52, 0x97, 0x69, 0xa0, 0x39, 0xb0, 0x81, 0x8e, 0xc4, 0x6a, 0x3d, 0x09, 0x62, 0xa3, 0x1d, 0x41, 0xad, 0xff, 0xed, 0xca, 0x89, 0x36, 0xb2, 0x7e, 0xc3, 0x3a, 0x29, 0x98, 0x41, 0x80, 0x7d, 0xfb, 0xf6, 0x39, 0x09, 0x76, 0x79, 0x90, 0xc3, 0x9d, 0xea, 0x04, 0xe2, 0xac, 0xdf, 0xb0, 0x5e, 0x6a, 0x2c, 0xc3, 0x05, 0x9b, 0x98, 0x98, 0x78, 0x7b, 0x75, 0xdc, 0x03, 0xb8, 0x2a, 0x29, 0xd8, 0x7b, 0x50, 0xf9, 0x55, 0x46, 0x84, 0xcf, 0xbb, 0x76, 0x22, 0x85, 0xc5, 0x53, 0x4b, 0x41, 0x3d, 0x73, 0x4e, 0xe1, 0xa5, 0x3e, 0x5f, 0xf4, 0x5c, 0x17, 0x16, 0x11, 0xba, 0x32, 0x66, 0xe0, 0x97, 0x07, 0x73, 0xf2, 0x32, 0x7f, 0x75, 0x47, 0x84, 0xdc, 0xbc, 0x6c, 0xd2, 0xba, 0x6d, 0x4b, 0xd9, 0x49, 0x70, 0x36, 0xc8, 0x14, 0xf4, 0x8e, 0x8e, 0xc4, 0x6a, 0x3d, 0x09, 0xac, 0x11, 0x54, 0xfe, 0x10, 0x41, 0xb9, 0x6a, 0xd5, 0x0a, 0x4d, 0x20, 0x8b, 0x24, 0xe0, 0xc9, 0x70, 0xf2, 0xe4, 0x49, 0x4d, 0x12, 0xe0, 0x31, 0x78, 0x8f, 0x46, 0x8f, 0x19, 0x29, 0x55, 0x87, 0x10, 0x89, 0xae, 0xae, 0xfb, 0x60, 0x32, 0xf9, 0xd5, 0x0e, 0x42, 0x7a, 0x83, 0x84, 0x04, 0xd4, 0x90, 0x56, 0xbc, 0x3d, 0xdc, 0xce, 0x7e, 0x65, 0x50, 0xec, 0xd7, 0x5b, 0x4c, 0xe6, 0x90, 0x65, 0x96, 0x70, 0xf3, 0xa6, 0x2e, 0xdd, 0x3a, 0x1d, 0xce, 0x18, 0x33, 0xf4, 0xe7, 0xb9, 0x0b, 0x8a, 0x35, 0x49, 0x30, 0x6b, 0x4e, 0x11, 0xe9, 0xde, 0xab, 0xab, 0xec, 0x24, 0xf8, 0x89, 0x92, 0xe0, 0x3d, 0x1d, 0x89, 0xd5, 0x49, 0x82, 0xc4, 0x58, 0x5f, 0x0a, 0xc2, 0x8b, 0x22, 0x28, 0x17, 0x2f, 0x59, 0xa4, 0xa9, 0x0e, 0x69, 0x91, 0x00, 0x72, 0xf0, 0xe0, 0x41, 0x4d, 0x22, 0x40, 0x25, 0xda, 0xbb, 0x77, 0x2f, 0x19, 0x33, 0x76, 0x94, 0x9a, 0x04, 0x89, 0xd6, 0x84, 0xea, 0xbe, 0x17, 0x48, 0x69, 0xa0, 0xa7, 0xc1, 0x77, 0x22, 0x50, 0xe1, 0xe6, 0x1c, 0x3b, 0x3e, 0xc3, 0x49, 0xbd, 0xa1, 0x9f, 0x77, 0xa7, 0xd9, 0x12, 0xfc, 0x4d, 0x68, 0x98, 0x69, 0x63, 0x78, 0x64, 0xd8, 0x9e, 0xce, 0x9f, 0x77, 0x3c, 0x3d, 0x3e, 0x73, 0xf4, 0xef, 0xae, 0x54, 0x22, 0x44, 0x9b, 0x75, 0x12, 0x78, 0xa7, 0x67, 0xe8, 0x43, 0x99, 0x67, 0x68, 0xce, 0xdc, 0x59, 0x52, 0xf5, 0x06, 0xde, 0x1e, 0x57, 0x24, 0x80, 0x40, 0x65, 0x92, 0x3d, 0x17, 0xae, 0xd3, 0xdd, 0x7b, 0x76, 0x93, 0x8c, 0x51, 0xc3, 0x55, 0xb1, 0x02, 0xe4, 0x14, 0x55, 0xf7, 0xbd, 0x50, 0x12, 0xec, 0x42, 0x02, 0x17, 0x48, 0xe2, 0x0e, 0x64, 0xe8, 0x88, 0x74, 0x27, 0x50, 0xdb, 0x93, 0x6c, 0xdb, 0x43, 0x40, 0x82, 0x70, 0xf3, 0x86, 0xf0, 0x88, 0xd0, 0xdd, 0x51, 0x2d, 0x22, 0x8e, 0xf7, 0xed, 0xdf, 0xfb, 0xa7, 0x82, 0xe9, 0x93, 0xaf, 0x68, 0x11, 0x01, 0x6a, 0xa6, 0x4e, 0x02, 0x6f, 0x3c, 0x09, 0xe2, 0x63, 0xdf, 0xa5, 0x20, 0xbc, 0x20, 0x92, 0xa0, 0x70, 0xc6, 0x34, 0x29, 0x90, 0xb1, 0xcb, 0xc3, 0xc0, 0x75, 0x45, 0x02, 0x3c, 0x2e, 0x33, 0x98, 0xf1, 0xbb, 0x1d, 0x54, 0x1d, 0x4a, 0x1f, 0x9a, 0x26, 0x92, 0xe0, 0x58, 0x5c, 0x5c, 0xdc, 0xdd, 0xd5, 0x7d, 0x2f, 0xe0, 0xa2, 0x0d, 0x0a, 0x0e, 0x18, 0x28, 0x33, 0x8e, 0x47, 0x8d, 0x1d, 0xce, 0x03, 0xfa, 0xca, 0xd7, 0x03, 0xfa, 0x6f, 0xa4, 0xc6, 0xf4, 0x52, 0x4b, 0xa8, 0x79, 0x43, 0x44, 0x64, 0xe8, 0xae, 0xc8, 0x96, 0xe1, 0xc7, 0xa8, 0xce, 0x7f, 0x3e, 0x35, 0x3d, 0x49, 0xd3, 0x50, 0x46, 0x6a, 0x85, 0x8c, 0x04, 0xa8, 0x57, 0xd0, 0x91, 0x58, 0x9d, 0x86, 0x71, 0x52, 0xdc, 0x6b, 0xb2, 0x00, 0x59, 0x41, 0x41, 0x9e, 0xb2, 0x73, 0x6b, 0x79, 0x79, 0xdc, 0x91, 0x40, 0xa6, 0x12, 0xe1, 0x77, 0x6b, 0xd6, 0xac, 0x56, 0x76, 0x44, 0xe1, 0xfd, 0xc6, 0x7a, 0xcb, 0xfd, 0x40, 0xfc, 0x80, 0x02, 0xf3, 0x4f, 0x1e, 0xa8, 0xf0, 0xea, 0x64, 0xe6, 0x8c, 0x2f, 0x05, 0xf3, 0x9c, 0x05, 0xc5, 0x97, 0x3f, 0xef, 0xd6, 0x71, 0xb9, 0xc9, 0x6c, 0x5c, 0x62, 0x09, 0x33, 0xad, 0x0f, 0xa7, 0x24, 0xa0, 0x27, 0xc1, 0xd1, 0x56, 0xad, 0xa3, 0xbe, 0xa7, 0xe4, 0xf8, 0x63, 0xf6, 0xbc, 0x22, 0x29, 0x09, 0x92, 0x52, 0xed, 0x32, 0x12, 0xfc, 0x4c, 0x4f, 0x82, 0x86, 0x3a, 0x12, 0xab, 0x71, 0x39, 0x52, 0x24, 0x8e, 0x89, 0x24, 0xc8, 0xcc, 0x9e, 0xa0, 0xa8, 0x3e, 0x32, 0x95, 0xe6, 0xc0, 0x81, 0x03, 0x6e, 0x55, 0x22, 0xd9, 0x73, 0x61, 0x54, 0x17, 0x16, 0x4d, 0x13, 0x09, 0xf0, 0xa7, 0xdd, 0x3e, 0xe8, 0x19, 0x2f, 0x22, 0x81, 0x3f, 0x3d, 0x0d, 0xfe, 0xe0, 0x81, 0x4a, 0x41, 0x4e, 0xa6, 0x15, 0xe6, 0xfd, 0x2f, 0x69, 0xae, 0xa8, 0xe0, 0x47, 0x6a, 0x0b, 0xcc, 0xa6, 0x6a, 0xd2, 0x12, 0xfa, 0xef, 0x3a, 0xaa, 0x0e, 0xed, 0x8c, 0xa4, 0x24, 0x68, 0xd9, 0x3a, 0xea, 0x5c, 0xb7, 0x9e, 0x5d, 0x7f, 0x2f, 0x98, 0x36, 0x59, 0x3f, 0x09, 0xae, 0xab, 0x93, 0x20, 0x2e, 0xee, 0x49, 0x0a, 0xc4, 0x83, 0x22, 0x09, 0xc6, 0x4f, 0x1c, 0xab, 0xc4, 0x01, 0x44, 0x20, 0x43, 0x45, 0x82, 0xf1, 0x5b, 0x1e, 0x75, 0x08, 0xbf, 0x1f, 0x2e, 0x06, 0xcb, 0xec, 0xd6, 0x3c, 0x6f, 0xba, 0x1f, 0x28, 0x7e, 0x11, 0xa3, 0xc8, 0x9d, 0xbb, 0x7e, 0xa6, 0x18, 0xb6, 0x0c, 0xcc, 0xa3, 0xc7, 0x0e, 0xdf, 0x67, 0x0c, 0x0e, 0x9c, 0x11, 0x62, 0x0e, 0x5e, 0x6c, 0x09, 0x35, 0xad, 0x0b, 0x8b, 0x0c, 0xdd, 0x11, 0xd9, 0x22, 0xfc, 0x08, 0x48, 0xd0, 0xa1, 0x53, 0xfb, 0xdf, 0x72, 0x35, 0x32, 0x51, 0xf5, 0x93, 0xc0, 0x4b, 0x57, 0x6c, 0x4a, 0xec, 0x23, 0x14, 0x8c, 0x3b, 0x45, 0x12, 0x8c, 0x1a, 0x33, 0x92, 0xee, 0xdc, 0x47, 0xa4, 0x5e, 0x1e, 0xb8, 0x42, 0x5d, 0x91, 0x00, 0x27, 0x85, 0x68, 0x4f, 0x80, 0x14, 0x4b, 0xbf, 0x59, 0xa2, 0x4a, 0x97, 0x48, 0x48, 0xb0, 0xbe, 0xec, 0x55, 0x24, 0x08, 0x09, 0xec, 0x27, 0x02, 0x55, 0x48, 0x9d, 0xb8, 0xd2, 0xf9, 0xf3, 0x4e, 0x73, 0x40, 0x02, 0xaa, 0x0e, 0x2d, 0xa2, 0x24, 0x58, 0x1b, 0x16, 0x6e, 0xd9, 0x11, 0xd5, 0x22, 0xfc, 0x70, 0x8b, 0x56, 0x51, 0x67, 0xa3, 0x3b, 0xb4, 0xfb, 0x2d, 0x7b, 0xd2, 0x04, 0x29, 0x09, 0x12, 0x92, 0xe3, 0x64, 0x24, 0xf8, 0x51, 0x3f, 0x09, 0xaa, 0x79, 0xa1, 0x56, 0x80, 0x82, 0x71, 0xad, 0x48, 0x82, 0x61, 0xc3, 0xd3, 0x95, 0x1d, 0x5f, 0x46, 0x02, 0x64, 0x90, 0xba, 0x22, 0x01, 0x1e, 0x97, 0x11, 0x67, 0xd4, 0xe8, 0x11, 0xc2, 0x29, 0x10, 0x3b, 0xc6, 0xdb, 0xee, 0x07, 0x05, 0xe5, 0x2c, 0xd1, 0x3d, 0xca, 0x07, 0xca, 0x72, 0x72, 0x33, 0x8f, 0xf9, 0x07, 0x36, 0x9f, 0x64, 0x0c, 0x0e, 0x28, 0x0a, 0x36, 0x19, 0x17, 0x99, 0xc3, 0x4c, 0x6b, 0xc2, 0x23, 0x2c, 0xdb, 0x23, 0x5a, 0x84, 0x1d, 0x6e, 0xd9, 0x3a, 0xf2, 0xbb, 0xb6, 0xd1, 0xad, 0x2f, 0x4e, 0xc8, 0x1c, 0xab, 0x93, 0xe0, 0xfa, 0xf2, 0x0e, 0xc5, 0xdf, 0x89, 0x9c, 0x7e, 0x91, 0x04, 0x43, 0x86, 0xa5, 0x29, 0x80, 0x96, 0x91, 0xc0, 0x9d, 0x3a, 0x24, 0x1a, 0xc5, 0x38, 0x05, 0x96, 0x2d, 0x5f, 0x26, 0x9e, 0x02, 0x17, 0x62, 0x62, 0x62, 0xbc, 0x2a, 0x71, 0x0c, 0x01, 0x33, 0x47, 0xa1, 0x7c, 0x29, 0x48, 0x91, 0x49, 0xca, 0xfb, 0xfa, 0x3b, 0x74, 0x6a, 0x57, 0x10, 0x10, 0xd8, 0x2c, 0x27, 0xc8, 0x18, 0x58, 0x18, 0x62, 0x32, 0x2e, 0x34, 0x87, 0x9a, 0xd6, 0x84, 0x45, 0x84, 0x6e, 0x8b, 0x8c, 0x0a, 0x3f, 0xd4, 0xb2, 0x15, 0x25, 0x41, 0xbb, 0x36, 0xbf, 0x8e, 0xe1, 0x62, 0x0a, 0xba, 0x3a, 0x74, 0x1d, 0x2c, 0x94, 0x4c, 0xc6, 0x27, 0x5a, 0xe7, 0x8a, 0x24, 0x48, 0x4b, 0x4f, 0x26, 0x3b, 0x76, 0xec, 0x28, 0xb3, 0x2a, 0x24, 0x3b, 0x3d, 0xf0, 0xbb, 0xc1, 0xe9, 0x29, 0x4e, 0xaf, 0x1f, 0x97, 0x10, 0x6b, 0xf4, 0xb6, 0x7b, 0x11, 0x14, 0x12, 0xd0, 0x81, 0x07, 0x68, 0x58, 0x84, 0x85, 0xcc, 0x9a, 0xfb, 0x3f, 0x4f, 0xcf, 0xe8, 0x71, 0x23, 0x4b, 0xfc, 0x9a, 0xfb, 0x66, 0xf8, 0x07, 0x34, 0xcb, 0x56, 0x48, 0x60, 0x36, 0x2e, 0xb0, 0x84, 0x86, 0xac, 0x0e, 0x0b, 0x37, 0x6f, 0x8b, 0x88, 0x0a, 0x3f, 0xd8, 0xa2, 0x55, 0xe4, 0x99, 0xd6, 0x6d, 0x5b, 0xfc, 0x3a, 0x62, 0xd4, 0xd0, 0x32, 0x9d, 0x04, 0xc1, 0xc1, 0x01, 0xff, 0xd2, 0x91, 0x58, 0x8d, 0x2b, 0x3d, 0x3d, 0xfd, 0x6f, 0x14, 0x94, 0xd3, 0x64, 0x36, 0x81, 0xb8, 0xa3, 0xbb, 0x23, 0x80, 0xec, 0x14, 0x80, 0x97, 0x08, 0x29, 0xd9, 0xce, 0x04, 0xb0, 0x16, 0x79, 0x9d, 0x1a, 0x64, 0x34, 0xde, 0x4a, 0xf5, 0xfc, 0x6f, 0x79, 0x80, 0x0e, 0x1e, 0x9a, 0xc2, 0xe7, 0x0b, 0xfd, 0xe8, 0xe7, 0xe7, 0x9b, 0xd4, 0xcc, 0xdf, 0x77, 0x24, 0x48, 0x40, 0xd5, 0xa1, 0xe9, 0xc1, 0x21, 0xc6, 0x05, 0xf4, 0x24, 0x58, 0x45, 0xc9, 0xb2, 0x35, 0x22, 0x2a, 0xec, 0x60, 0x8b, 0x96, 0x91, 0xdf, 0xb6, 0x6e, 0xdb, 0xf2, 0x17, 0xad, 0xf4, 0x6b, 0x9d, 0x04, 0xde, 0x7b, 0x12, 0xd4, 0x42, 0xad, 0xaf, 0xb3, 0x2a, 0x34, 0x58, 0x05, 0x66, 0x59, 0xe2, 0x9c, 0x2c, 0x77, 0x48, 0xf4, 0x24, 0x6d, 0xdc, 0xb8, 0x41, 0x55, 0x68, 0x8f, 0xf7, 0xf4, 0xba, 0x53, 0x20, 0x38, 0xe0, 0x6b, 0x1e, 0x9c, 0xdd, 0x7a, 0x76, 0x71, 0x02, 0x70, 0xe7, 0x2e, 0x9f, 0x65, 0xf8, 0xfa, 0x36, 0x4a, 0x6a, 0xd6, 0xac, 0xe9, 0x08, 0x6a, 0x13, 0x64, 0x05, 0x19, 0x03, 0xa6, 0x51, 0x9b, 0x60, 0xbe, 0xd9, 0x12, 0x0c, 0x12, 0x6c, 0x89, 0x8c, 0x0a, 0x3b, 0x10, 0x45, 0x49, 0xd0, 0xaa, 0x4d, 0x8b, 0x9f, 0x53, 0x06, 0x27, 0xca, 0x49, 0x90, 0xa4, 0x93, 0xc0, 0x2b, 0x97, 0xcd, 0x66, 0xbb, 0x9f, 0x07, 0x69, 0x72, 0x6a, 0xa2, 0xca, 0xc7, 0xef, 0x09, 0x01, 0x20, 0xa2, 0x47, 0x08, 0xcf, 0x83, 0x5a, 0xc5, 0xbf, 0xbe, 0xb7, 0x79, 0x83, 0xb0, 0x42, 0x42, 0xfc, 0x9f, 0x11, 0x8b, 0x69, 0x78, 0x97, 0xa8, 0x3d, 0xc9, 0x36, 0xff, 0xd3, 0xc6, 0xff, 0xf9, 0xba, 0x89, 0x6f, 0xa3, 0x44, 0x3f, 0x4a, 0x82, 0x80, 0x80, 0x66, 0x99, 0x20, 0x41, 0x88, 0x29, 0x68, 0x1e, 0x35, 0x9c, 0x57, 0x52, 0x75, 0x68, 0x0b, 0x55, 0x87, 0xf6, 0x53, 0x75, 0xe8, 0x34, 0x48, 0x80, 0x60, 0xa0, 0x4e, 0x82, 0xeb, 0xe8, 0x14, 0x80, 0x9b, 0x92, 0x4f, 0xa1, 0x06, 0x01, 0xbe, 0xfb, 0xee, 0xbb, 0x52, 0x81, 0xa7, 0x07, 0xfe, 0x7d, 0x77, 0x22, 0x3e, 0x0f, 0x31, 0x06, 0x04, 0xdc, 0x9c, 0xd4, 0x20, 0x7b, 0x6c, 0xb4, 0x37, 0xde, 0x07, 0x0a, 0x44, 0xa7, 0x5a, 0x02, 0x74, 0x90, 0x60, 0xc0, 0x1d, 0x33, 0x6e, 0xc4, 0x0e, 0x80, 0xbf, 0x71, 0xe3, 0x4f, 0xbf, 0x6e, 0xea, 0xd7, 0x38, 0x81, 0xda, 0x04, 0xc3, 0x9b, 0x2b, 0x24, 0xf0, 0x9f, 0x6a, 0x0c, 0x09, 0x9a, 0x67, 0x0a, 0x0d, 0x59, 0x41, 0x49, 0xb0, 0x39, 0x22, 0x32, 0x6c, 0x3f, 0x55, 0x87, 0x4e, 0xb5, 0x6e, 0xd3, 0xf2, 0x27, 0x18, 0xd3, 0x3c, 0x89, 0x74, 0x12, 0x78, 0xb3, 0x67, 0x28, 0xc1, 0xfa, 0x23, 0x0f, 0x52, 0x64, 0x88, 0x9e, 0x3d, 0x7b, 0xb6, 0x54, 0x00, 0x64, 0xf8, 0xfc, 0xdd, 0x09, 0x88, 0xc2, 0x3f, 0x0f, 0x27, 0xc2, 0xec, 0x39, 0xb3, 0x44, 0x6f, 0xd0, 0x78, 0x2f, 0x25, 0xc0, 0x26, 0x1e, 0x94, 0x93, 0xb8, 0x40, 0x57, 0x56, 0xce, 0x84, 0x63, 0x50, 0x7f, 0xa0, 0x06, 0x51, 0x12, 0xc4, 0x34, 0x6d, 0xda, 0x38, 0xa1, 0x59, 0xb3, 0x26, 0xc3, 0xa8, 0x4d, 0x30, 0x31, 0xd0, 0x18, 0x30, 0x85, 0xda, 0x04, 0x73, 0x4d, 0x96, 0xe0, 0x15, 0xa1, 0x11, 0x96, 0x12, 0x4a, 0x82, 0x7d, 0x51, 0x2d, 0x23, 0x4e, 0xd1, 0x93, 0xe0, 0xc7, 0x01, 0x83, 0xbe, 0xba, 0x32, 0x77, 0xc1, 0x4c, 0x9d, 0x04, 0xd7, 0x01, 0x01, 0x9c, 0xba, 0x49, 0x1c, 0x3a, 0x74, 0x90, 0x9c, 0x3b, 0x77, 0xae, 0x54, 0x58, 0x6d, 0xb0, 0x3b, 0x81, 0xca, 0xc3, 0x9e, 0xc3, 0x48, 0xb0, 0x6e, 0xdd, 0x5a, 0x91, 0x00, 0x6b, 0xbc, 0x94, 0x00, 0x6b, 0x78, 0x40, 0xf2, 0x35, 0x03, 0x79, 0x53, 0x72, 0xce, 0xc2, 0x00, 0x86, 0x21, 0xec, 0xeb, 0xdb, 0x24, 0xa9, 0x51, 0x93, 0xff, 0x0e, 0x68, 0xdc, 0xb4, 0x91, 0xdd, 0x17, 0x24, 0xf0, 0xf7, 0x9b, 0xa0, 0x90, 0xc0, 0x14, 0x34, 0x87, 0xda, 0x04, 0xcb, 0x43, 0xc3, 0xcc, 0x25, 0xd4, 0x30, 0xde, 0x1b, 0xd5, 0x2a, 0xe2, 0x24, 0x48, 0xd0, 0xff, 0xab, 0x2f, 0xae, 0xc8, 0x5a, 0xb6, 0xe8, 0x24, 0xf0, 0x26, 0x02, 0x24, 0xc6, 0x6e, 0xe6, 0x41, 0xba, 0x6f, 0xff, 0x3e, 0xf2, 0xfd, 0xf7, 0xdf, 0x97, 0x0a, 0x8c, 0x62, 0x80, 0xdb, 0x13, 0x81, 0xea, 0xc3, 0x93, 0x67, 0xf7, 0xee, 0xdd, 0x22, 0x01, 0x0e, 0x7a, 0x29, 0x01, 0x0e, 0xf1, 0x60, 0x2c, 0x98, 0x96, 0xcb, 0x55, 0x81, 0x65, 0x7d, 0x0f, 0x17, 0x28, 0x48, 0x00, 0x97, 0x28, 0x55, 0x83, 0x92, 0x41, 0x02, 0xaa, 0x16, 0xc5, 0x53, 0x9b, 0x60, 0x68, 0x73, 0x4a, 0x02, 0xaa, 0x0e, 0x15, 0x18, 0x83, 0x83, 0xe6, 0xb0, 0xc2, 0x9a, 0x88, 0xc8, 0xd0, 0xbd, 0xd4, 0x30, 0x3e, 0xd1, 0xb2, 0x4d, 0xd4, 0x0f, 0xbd, 0xbf, 0xe8, 0x79, 0x79, 0xe6, 0x9c, 0xe9, 0x7f, 0x6d, 0xef, 0x50, 0x5c, 0x52, 0xdc, 0x1b, 0x14, 0x68, 0xe3, 0xe0, 0x7e, 0xf4, 0xbe, 0x13, 0xc0, 0xb6, 0x84, 0x07, 0xe9, 0xce, 0x5d, 0x3b, 0x9d, 0x08, 0x80, 0x04, 0x39, 0x24, 0xba, 0x79, 0x22, 0x50, 0x7b, 0xf8, 0xe7, 0x1e, 0x3d, 0x76, 0x54, 0xe5, 0x09, 0xf2, 0x42, 0x57, 0xe8, 0xfd, 0x7c, 0x6e, 0x10, 0x6a, 0x05, 0xe6, 0xcc, 0x2f, 0xe6, 0x55, 0xa0, 0xf3, 0x08, 0x82, 0x51, 0xc3, 0xb7, 0x08, 0x41, 0x31, 0x90, 0xa0, 0x89, 0x6f, 0xe3, 0x94, 0x26, 0x4d, 0x1a, 0x0d, 0xa4, 0x12, 0xef, 0xe7, 0xd7, 0x74, 0x08, 0xb5, 0x09, 0xc6, 0x07, 0x06, 0xf9, 0xe7, 0x53, 0x9b, 0x60, 0xb6, 0xc9, 0x6c, 0x5c, 0xc6, 0x0a, 0x6b, 0xa8, 0x3a, 0x74, 0x82, 0x9e, 0x04, 0x17, 0x7a, 0xf5, 0xee, 0x7e, 0x19, 0xed, 0x56, 0x3c, 0x25, 0xc1, 0x0d, 0x55, 0x5e, 0xe9, 0x48, 0x4b, 0x3e, 0xe7, 0x00, 0xc1, 0x62, 0xbb, 0xdd, 0x7e, 0x87, 0x97, 0xa9, 0x40, 0x4e, 0xf1, 0x80, 0xad, 0xdb, 0xb6, 0x90, 0x0b, 0x17, 0x2e, 0x28, 0x72, 0xfe, 0xfc, 0x79, 0x05, 0xd4, 0xb0, 0x0b, 0x3c, 0x11, 0x5c, 0x8b, 0xe7, 0x30, 0xc1, 0xcf, 0x62, 0x01, 0x7d, 0x4a, 0x4a, 0x8a, 0x57, 0xb5, 0x19, 0x0c, 0x0e, 0x0e, 0x6c, 0xe3, 0xdc, 0x49, 0xa2, 0x9d, 0x13, 0x48, 0x47, 0x66, 0x0c, 0x39, 0x87, 0x34, 0x88, 0x60, 0xb3, 0x71, 0x11, 0xd2, 0x22, 0x90, 0x1e, 0xd1, 0xac, 0x99, 0xdf, 0x28, 0xaa, 0x0e, 0xa5, 0x50, 0x9b, 0x60, 0x10, 0xb5, 0x09, 0xe2, 0xfc, 0xfc, 0x9a, 0x0c, 0xf1, 0xf7, 0xf7, 0x1d, 0x07, 0x12, 0x04, 0x87, 0x04, 0xce, 0x2a, 0xad, 0x2e, 0x8b, 0xba, 0x5a, 0x58, 0xd3, 0xaa, 0x75, 0x8b, 0x0b, 0xdd, 0x7a, 0x76, 0xfd, 0xb3, 0x88, 0x4b, 0xb5, 0xf8, 0x4b, 0x90, 0xc0, 0x96, 0x68, 0x7b, 0x9b, 0x7e, 0xe9, 0x3f, 0x88, 0xed, 0x05, 0x53, 0x53, 0x63, 0xee, 0xf2, 0x22, 0x02, 0x8c, 0xe5, 0x3f, 0xdf, 0x86, 0x8d, 0x1b, 0x4a, 0x09, 0x00, 0x81, 0x5a, 0x03, 0x3b, 0xc0, 0x9d, 0xc0, 0x58, 0x06, 0xe0, 0xc5, 0xe7, 0x8a, 0x11, 0x61, 0xba, 0x01, 0xd4, 0xf6, 0xa2, 0xdd, 0xbf, 0x26, 0x05, 0xdb, 0x5e, 0x1e, 0x7c, 0x00, 0xa4, 0x53, 0xd5, 0x17, 0xdd, 0xbc, 0xc2, 0x22, 0x2d, 0x3b, 0x90, 0x10, 0x47, 0x4f, 0x87, 0xc5, 0x48, 0x90, 0x53, 0x48, 0xe0, 0xef, 0x3b, 0xda, 0xd7, 0xaf, 0x49, 0x6a, 0xe3, 0xa6, 0x9f, 0x0e, 0xa2, 0x62, 0xa3, 0x36, 0x41, 0x7a, 0x33, 0x85, 0x04, 0xcd, 0xf3, 0xe8, 0x35, 0xb3, 0x94, 0xc2, 0x1a, 0x47, 0x75, 0x59, 0x64, 0xcb, 0x88, 0x63, 0x2d, 0x5b, 0x47, 0x9d, 0xef, 0xd2, 0xad, 0xf3, 0x1f, 0xd3, 0x8a, 0xf2, 0x3d, 0x25, 0xc1, 0x79, 0xfa, 0xf9, 0x9e, 0xbd, 0x7e, 0x75, 0xeb, 0xf8, 0xd8, 0x77, 0x44, 0xf0, 0xff, 0x4f, 0x6c, 0xdb, 0xad, 0xa9, 0xd6, 0x87, 0xbd, 0xe1, 0x73, 0xd2, 0x2f, 0x38, 0x89, 0xff, 0x6c, 0x28, 0x6c, 0xf9, 0xe1, 0x87, 0x1f, 0x4a, 0x05, 0xc6, 0x2c, 0xec, 0x00, 0x4f, 0x04, 0xfe, 0x7f, 0xfe, 0xb9, 0xb0, 0x03, 0x52, 0x07, 0x27, 0x09, 0x27, 0x40, 0xcc, 0x3d, 0xde, 0xf2, 0x1d, 0x61, 0x97, 0x15, 0x4b, 0x25, 0xf9, 0xda, 0x00, 0x48, 0xb7, 0x9e, 0x5d, 0x2e, 0x20, 0x15, 0x1a, 0x29, 0xd1, 0x48, 0x8d, 0x46, 0x8a, 0x34, 0xb5, 0x09, 0x8a, 0x03, 0x82, 0x9a, 0xe5, 0x82, 0x04, 0xd4, 0x26, 0x48, 0xa3, 0x36, 0x41, 0xec, 0x55, 0x12, 0x34, 0x1d, 0x4c, 0x6d, 0x82, 0xb1, 0x94, 0x20, 0x94, 0x04, 0x41, 0x33, 0xa9, 0x3a, 0xb4, 0x94, 0x15, 0xd6, 0xa0, 0xba, 0xac, 0x55, 0x9b, 0xa8, 0xef, 0x3b, 0x7f, 0xde, 0x51, 0x5a, 0x53, 0xa0, 0x41, 0x82, 0x43, 0x28, 0xeb, 0xbc, 0xee, 0xc0, 0x9f, 0x90, 0x60, 0x7b, 0x4f, 0x56, 0x97, 0x2b, 0xc8, 0xee, 0xd8, 0xe4, 0xd8, 0xc7, 0xaa, 0x9d, 0x00, 0x89, 0xd6, 0x7e, 0xfc, 0xe7, 0xfa, 0x66, 0xf9, 0x37, 0xe4, 0xc7, 0x1f, 0x7f, 0x2c, 0x15, 0x66, 0x07, 0xb8, 0x12, 0xd6, 0x73, 0x54, 0x24, 0x00, 0xd4, 0x20, 0x51, 0x05, 0xf2, 0x26, 0x3b, 0x88, 0x02, 0xac, 0x0f, 0x0f, 0xb8, 0xbe, 0xfd, 0x7b, 0x0b, 0x1d, 0xa5, 0x0b, 0xd0, 0x06, 0xe5, 0x12, 0xea, 0x00, 0x50, 0x14, 0x83, 0xe2, 0x18, 0x14, 0xc9, 0xa0, 0x58, 0x86, 0x5e, 0x5f, 0x1c, 0x10, 0xd8, 0x7c, 0x72, 0xf3, 0xe6, 0xbe, 0x63, 0xfc, 0x28, 0x09, 0xa8, 0x3d, 0x60, 0x85, 0xf8, 0xfa, 0x52, 0x12, 0x04, 0xf8, 0x8d, 0xc1, 0x63, 0xb8, 0xa6, 0xb4, 0xba, 0x8c, 0x3e, 0x37, 0xea, 0x6a, 0x61, 0xcd, 0xf7, 0xed, 0x3b, 0x45, 0x5f, 0x92, 0xd5, 0x14, 0xd0, 0xef, 0x42, 0x46, 0x82, 0x75, 0xd7, 0x55, 0x9b, 0x76, 0x0a, 0xfe, 0x0f, 0xe8, 0x17, 0xfd, 0xb3, 0x08, 0xf8, 0xec, 0x49, 0x99, 0x2a, 0x12, 0xc4, 0x25, 0x58, 0x0f, 0x27, 0x24, 0x0c, 0x7a, 0xba, 0x5a, 0x09, 0x60, 0x8f, 0xed, 0xc0, 0x7f, 0xa6, 0x85, 0x8b, 0xe6, 0x3b, 0x11, 0x80, 0xe9, 0xf2, 0x9e, 0x08, 0x4e, 0x0b, 0xf1, 0xb9, 0xc2, 0xdf, 0xfc, 0x87, 0x97, 0x79, 0x7f, 0x32, 0x5c, 0xd4, 0x04, 0x28, 0xbd, 0x8f, 0xd0, 0x39, 0xba, 0x4d, 0xbb, 0x56, 0xbf, 0xa3, 0x2c, 0x12, 0x00, 0xc6, 0x6e, 0x0e, 0x40, 0x63, 0x77, 0xc7, 0x2e, 0xaf, 0x90, 0x80, 0xee, 0xfa, 0x00, 0x3e, 0x08, 0x80, 0xd3, 0x00, 0xa7, 0x02, 0x35, 0x96, 0xc7, 0x04, 0x04, 0xf9, 0xe7, 0xe2, 0xb4, 0x50, 0x0a, 0x6b, 0x4a, 0xab, 0xcb, 0xae, 0x16, 0xd6, 0x44, 0x7f, 0xd6, 0xf6, 0x12, 0xba, 0x53, 0x8b, 0x24, 0xf8, 0x7a, 0x60, 0x7f, 0x19, 0x09, 0xa6, 0x5f, 0x17, 0x43, 0x3b, 0xd0, 0x09, 0x81, 0x7e, 0xc9, 0xbf, 0x88, 0x40, 0x47, 0x83, 0x2a, 0x00, 0x62, 0xd1, 0xe2, 0x85, 0xb2, 0xba, 0xd9, 0xd3, 0x89, 0x89, 0xd6, 0x17, 0xab, 0xf1, 0x04, 0x88, 0xe7, 0x3f, 0xcf, 0xec, 0x39, 0x33, 0xc9, 0xcf, 0x3f, 0xff, 0x5c, 0x2a, 0xd8, 0xc9, 0xf9, 0x08, 0xaf, 0x28, 0x7c, 0xfa, 0x03, 0x54, 0x9e, 0x9f, 0x7e, 0xfa, 0xa9, 0x54, 0x40, 0x08, 0x31, 0x2d, 0xda, 0xab, 0x0c, 0xe0, 0x90, 0x80, 0x71, 0x3c, 0xd0, 0x86, 0x8e, 0x48, 0x73, 0x02, 0xe3, 0xe0, 0x21, 0x29, 0x0a, 0x01, 0x18, 0x09, 0xa0, 0xc7, 0x43, 0x95, 0x41, 0xc1, 0x3c, 0xf4, 0x7b, 0xe8, 0xf9, 0xd0, 0xf7, 0xa1, 0xf7, 0x2b, 0x24, 0xa0, 0x76, 0x00, 0x54, 0x21, 0x90, 0x00, 0xf6, 0x01, 0x54, 0xa4, 0x80, 0x80, 0x66, 0xb9, 0x57, 0xab, 0xcb, 0x8c, 0x8b, 0x95, 0xc2, 0x1a, 0x54, 0x97, 0x45, 0x51, 0x12, 0xb4, 0x8a, 0x3a, 0xdb, 0xbe, 0x43, 0xdb, 0xdf, 0x26, 0x66, 0x8f, 0x53, 0xb5, 0x5c, 0x41, 0x3e, 0x92, 0x84, 0x04, 0x5f, 0x79, 0xbf, 0xde, 0x6f, 0xb7, 0xce, 0x16, 0xc1, 0x0f, 0x9d, 0xfa, 0x97, 0x5f, 0x7e, 0x51, 0x04, 0x80, 0x5a, 0xb6, 0x6c, 0xa9, 0x8c, 0x04, 0xdf, 0x57, 0xa4, 0xef, 0x7e, 0x79, 0x16, 0x21, 0xa4, 0x46, 0x9c, 0xdd, 0x1a, 0x2b, 0x7e, 0xde, 0xe9, 0x85, 0x53, 0x9d, 0x08, 0x00, 0xe2, 0xf2, 0x11, 0x5e, 0x57, 0x02, 0x75, 0x89, 0x7f, 0xee, 0xf1, 0xe3, 0xc7, 0x54, 0x6a, 0x9f, 0x77, 0x11, 0x20, 0x28, 0xd5, 0xc9, 0x00, 0x4e, 0x72, 0x36, 0x80, 0x27, 0x66, 0x8d, 0x2d, 0x25, 0x80, 0x22, 0xed, 0x5a, 0xff, 0xd1, 0xb2, 0x75, 0x8b, 0xf3, 0xf0, 0xec, 0xc0, 0xb8, 0x45, 0x0b, 0x15, 0xb4, 0x52, 0x81, 0xe7, 0x07, 0x1e, 0x20, 0x78, 0x82, 0x1c, 0x24, 0x88, 0x83, 0x87, 0xc8, 0xd7, 0x17, 0x24, 0xf0, 0x1b, 0xc5, 0x0a, 0x6b, 0x58, 0x75, 0xd9, 0xd5, 0xc2, 0x1a, 0x54, 0x97, 0x45, 0x9e, 0x45, 0x61, 0x0d, 0x5f, 0x98, 0xcf, 0x9a, 0x6f, 0x45, 0x77, 0x6c, 0x23, 0x12, 0xe0, 0x0f, 0xaf, 0x8f, 0x11, 0x50, 0x95, 0x66, 0x19, 0xff, 0x85, 0x2f, 0x5f, 0xb1, 0x8c, 0xfc, 0xfa, 0xeb, 0xaf, 0x2a, 0x59, 0xb3, 0x76, 0x95, 0x72, 0xb3, 0x45, 0x1f, 0x39, 0x3d, 0x41, 0x3e, 0xb9, 0x16, 0x9f, 0x33, 0x3f, 0x3f, 0xbf, 0x66, 0xbc, 0x3d, 0x76, 0x94, 0x08, 0xfe, 0xe4, 0xd4, 0x04, 0xb2, 0x7f, 0xff, 0xbe, 0x52, 0xc2, 0x42, 0xb0, 0x93, 0xf3, 0xbe, 0x7d, 0x5e, 0xf8, 0xa0, 0x17, 0x04, 0x2a, 0x0f, 0xff, 0xdc, 0xdd, 0xbb, 0x77, 0x89, 0x7f, 0xe3, 0x54, 0x2f, 0x73, 0x81, 0x46, 0x3b, 0x65, 0x82, 0xf6, 0xf8, 0x5c, 0x05, 0xc4, 0x5e, 0xbd, 0xbb, 0x3b, 0x91, 0x80, 0x9e, 0x04, 0x7f, 0xc2, 0xb7, 0x1f, 0xd5, 0x92, 0x92, 0x20, 0x32, 0x6c, 0x0f, 0xdc, 0x9d, 0xf0, 0xfd, 0x23, 0x06, 0x00, 0x12, 0x20, 0x26, 0x80, 0xd8, 0x00, 0xdc, 0xa3, 0x88, 0x15, 0xf8, 0xfa, 0x36, 0x4e, 0x69, 0xd6, 0xac, 0xe9, 0x28, 0xaa, 0x2a, 0xe5, 0x20, 0x96, 0xa0, 0x14, 0xd6, 0x38, 0xaa, 0xcb, 0xa8, 0x3a, 0x74, 0x08, 0xd5, 0x65, 0xed, 0xda, 0xb7, 0xb9, 0x28, 0xda, 0x04, 0xd3, 0x67, 0x4c, 0x51, 0x3a, 0xd9, 0x09, 0x24, 0x38, 0xec, 0xd5, 0xc3, 0xfc, 0x28, 0xa8, 0x36, 0xf1, 0x5f, 0xf8, 0x99, 0x33, 0xdf, 0x92, 0x8b, 0x17, 0x2f, 0x4a, 0x65, 0x53, 0xc9, 0x46, 0x59, 0x93, 0xd9, 0xdf, 0xec, 0x76, 0x5b, 0x95, 0x4e, 0x22, 0x41, 0x65, 0x96, 0xac, 0x16, 0x00, 0xc7, 0x3d, 0xea, 0x83, 0x45, 0xb2, 0x62, 0x27, 0xe7, 0x7d, 0xfb, 0xae, 0x04, 0xa7, 0x05, 0xff, 0xdc, 0xb5, 0xeb, 0xd6, 0x08, 0x7f, 0x5f, 0xec, 0x00, 0x2f, 0x0b, 0x82, 0xfd, 0x53, 0xf4, 0x02, 0x4d, 0x11, 0xbc, 0x40, 0x33, 0xe7, 0x16, 0x91, 0x7e, 0x5f, 0xf6, 0x51, 0x91, 0x00, 0x51, 0x5e, 0x44, 0x7b, 0x23, 0x28, 0x09, 0x10, 0xfd, 0x45, 0x14, 0x18, 0xd1, 0xe0, 0xa0, 0x20, 0xff, 0x02, 0x85, 0x04, 0xcd, 0x9a, 0x0e, 0x45, 0xb4, 0x98, 0xaa, 0x43, 0x03, 0x11, 0x3d, 0x46, 0x00, 0x8d, 0xaa, 0x43, 0x8e, 0xea, 0xb2, 0xa0, 0x85, 0x4a, 0x61, 0x8d, 0xa3, 0xba, 0xac, 0x45, 0xab, 0xa8, 0x33, 0xed, 0x3b, 0xb6, 0xbb, 0x28, 0x7a, 0x87, 0xc6, 0x4d, 0x18, 0xa5, 0xf4, 0x2f, 0x12, 0x48, 0x90, 0xe9, 0xcd, 0x2a, 0xd0, 0x1e, 0xfe, 0x0b, 0x87, 0x5a, 0x20, 0x3b, 0x01, 0x98, 0x6c, 0xdb, 0xb6, 0x55, 0xe9, 0xe4, 0x2c, 0x1a, 0x8a, 0x94, 0x04, 0xe1, 0x55, 0xe3, 0x9a, 0x8d, 0xbf, 0x53, 0x8c, 0xfc, 0x42, 0x86, 0x8f, 0x1c, 0xa2, 0x78, 0x73, 0x44, 0x92, 0xe2, 0x33, 0x02, 0xd4, 0xbc, 0x67, 0x07, 0xc2, 0xfb, 0xfa, 0x79, 0xc1, 0x69, 0xc1, 0xff, 0x7d, 0x98, 0x3a, 0x23, 0x9c, 0x00, 0x5e, 0x33, 0x58, 0x62, 0xb0, 0xc5, 0xf0, 0x74, 0x8a, 0xb9, 0xc6, 0xac, 0xa8, 0x90, 0x8f, 0x9d, 0x00, 0xd6, 0xe9, 0xf3, 0x8e, 0xaa, 0x91, 0x4b, 0x48, 0x6a, 0x1b, 0x18, 0xfb, 0x95, 0xb3, 0x3a, 0x14, 0xdd, 0xfa, 0x32, 0x3d, 0x09, 0x28, 0x09, 0x22, 0x4e, 0x46, 0x44, 0x85, 0xee, 0x0d, 0xa3, 0x24, 0x40, 0x3e, 0x10, 0xf2, 0x82, 0x90, 0x1f, 0x84, 0x14, 0x09, 0x90, 0x00, 0x79, 0x43, 0x48, 0x9d, 0x00, 0x09, 0xf8, 0xc2, 0x9a, 0xd2, 0xea, 0x32, 0xa5, 0xb0, 0xe6, 0x6a, 0x75, 0x19, 0x7d, 0xef, 0x5f, 0x8b, 0x66, 0x39, 0x07, 0xcb, 0x30, 0xa3, 0x40, 0x20, 0xc0, 0x15, 0xaf, 0xad, 0x2d, 0x16, 0x47, 0x91, 0xc2, 0x48, 0x64, 0x1e, 0x11, 0x80, 0x83, 0xfd, 0xcb, 0x0b, 0x52, 0x0f, 0xa0, 0x7a, 0x48, 0xc6, 0x97, 0x76, 0xac, 0x5c, 0xef, 0x54, 0xc2, 0x43, 0xf4, 0x35, 0x4b, 0x44, 0xf0, 0xa3, 0xb7, 0xe7, 0xd9, 0xb3, 0xdf, 0x95, 0x82, 0x96, 0x07, 0x3f, 0x0f, 0x7a, 0xde, 0xbb, 0xa3, 0x25, 0x50, 0x7b, 0x7e, 0xfb, 0xed, 0x37, 0x45, 0xf0, 0xfc, 0x89, 0x99, 0xce, 0x83, 0x35, 0x6c, 0x49, 0x36, 0xaf, 0x08, 0xec, 0xa4, 0x9a, 0x6b, 0xb6, 0x4e, 0x33, 0xfb, 0x5c, 0x4c, 0x35, 0xfb, 0x90, 0x7e, 0xa6, 0xc7, 0x55, 0x06, 0x27, 0xe6, 0x01, 0xf0, 0xa5, 0x91, 0x7c, 0x2b, 0x44, 0xe1, 0x24, 0xb8, 0x82, 0xa4, 0x37, 0x24, 0xbf, 0x51, 0x75, 0x68, 0x1f, 0x92, 0xe1, 0x14, 0x12, 0x84, 0x04, 0xce, 0x05, 0x09, 0x90, 0x31, 0x8a, 0xcc, 0xd1, 0xa6, 0x94, 0x04, 0xc8, 0x24, 0x45, 0x32, 0x5d, 0xb3, 0x66, 0x94, 0x04, 0x81, 0xcd, 0xb3, 0xe8, 0xe3, 0xd3, 0xaf, 0x16, 0xd6, 0x98, 0x56, 0x85, 0x52, 0x12, 0xa0, 0xb0, 0x06, 0xd5, 0x65, 0x5f, 0xf4, 0xeb, 0x75, 0x91, 0xcf, 0x22, 0xc5, 0xff, 0x4b, 0xec, 0x81, 0x4d, 0x08, 0xe2, 0x79, 0x1d, 0x01, 0xec, 0x09, 0xd6, 0xa3, 0xfc, 0x17, 0x8e, 0xe0, 0x10, 0x53, 0x0f, 0xb0, 0x43, 0xc2, 0x57, 0x0e, 0x5d, 0x59, 0xdc, 0x39, 0x91, 0x34, 0x96, 0x3a, 0x38, 0x59, 0x16, 0x30, 0xeb, 0x5b, 0x39, 0xe0, 0x1f, 0xf4, 0x14, 0x7d, 0xbd, 0xfd, 0xe2, 0xeb, 0x67, 0x65, 0x4f, 0x50, 0x4e, 0x29, 0x9e, 0x90, 0x5a, 0x9e, 0x1f, 0x2d, 0xc3, 0x97, 0xb7, 0x01, 0xf0, 0x7c, 0xa6, 0xff, 0x9f, 0x3c, 0x79, 0x42, 0xec, 0x11, 0x74, 0xba, 0xba, 0x5d, 0x79, 0xe9, 0x8d, 0x0c, 0x7f, 0xa3, 0xa0, 0x1f, 0x0d, 0xe0, 0xf3, 0xd2, 0xc6, 0xf4, 0x9e, 0x7a, 0xb8, 0x46, 0xa7, 0x68, 0x32, 0x73, 0x76, 0xa1, 0x8a, 0x04, 0x28, 0x99, 0xa4, 0x3a, 0x3b, 0x4f, 0x04, 0x4a, 0x82, 0x96, 0x3f, 0xa1, 0x16, 0x00, 0xe9, 0xd0, 0xd4, 0x30, 0xde, 0x6c, 0xb2, 0x84, 0xac, 0x40, 0xad, 0x00, 0x55, 0x87, 0xa6, 0x82, 0x04, 0xa8, 0x21, 0x40, 0x1a, 0x35, 0x48, 0xc0, 0x0a, 0x6b, 0xfc, 0xfd, 0xfd, 0x1c, 0xd5, 0x65, 0x41, 0xf3, 0x59, 0x61, 0x8d, 0x42, 0x82, 0x56, 0x91, 0xa7, 0xed, 0x49, 0x71, 0x97, 0xf8, 0xf7, 0xcc, 0xa2, 0x46, 0xb2, 0x4a, 0x15, 0x32, 0x05, 0x84, 0x7b, 0xe3, 0x09, 0xb0, 0xc6, 0x29, 0xb3, 0x72, 0xdf, 0x3e, 0x27, 0xb0, 0x20, 0x67, 0x1e, 0xa9, 0xc3, 0x50, 0x37, 0x44, 0x10, 0xed, 0xdb, 0xb7, 0x57, 0xe9, 0xce, 0xa0, 0x8a, 0x15, 0xd8, 0x6d, 0x83, 0xe1, 0xb1, 0x29, 0xef, 0x67, 0xb2, 0x26, 0x5a, 0x9f, 0xa7, 0xaf, 0x73, 0x5c, 0x7c, 0xdd, 0xdc, 0xbc, 0x1c, 0x0a, 0xec, 0x33, 0x2a, 0x32, 0xe2, 0xf3, 0xc8, 0x52, 0x1d, 0xb4, 0xa2, 0xbf, 0x2c, 0x08, 0x06, 0xc1, 0xf3, 0xd9, 0x89, 0xb1, 0x65, 0xeb, 0x16, 0xb1, 0x22, 0xac, 0x5a, 0xdb, 0x24, 0xa6, 0x87, 0x1a, 0xfe, 0x41, 0x77, 0xfe, 0x65, 0x22, 0xf8, 0x21, 0x13, 0x3f, 0xaf, 0x4b, 0x3e, 0x6f, 0x13, 0x20, 0x99, 0x42, 0xd9, 0x46, 0x3a, 0x78, 0x6f, 0xf4, 0xd8, 0x91, 0x24, 0xba, 0x43, 0x5b, 0xa7, 0xd3, 0xa0, 0x75, 0x5b, 0x4a, 0x02, 0x0a, 0x5e, 0xcc, 0x32, 0x43, 0x81, 0x0c, 0x40, 0x8d, 0xaa, 0x31, 0x80, 0x1c, 0x05, 0x34, 0x20, 0x01, 0xc0, 0x5f, 0x5a, 0x5d, 0xc6, 0x15, 0xd6, 0x70, 0xd5, 0x65, 0x9b, 0xf1, 0x7c, 0xbc, 0x4e, 0x56, 0xee, 0x84, 0x3f, 0xf9, 0xf7, 0xa4, 0x27, 0x83, 0xf8, 0xf9, 0x76, 0x7a, 0x5d, 0x6c, 0x00, 0x5e, 0x0e, 0x1e, 0x64, 0x5b, 0xb6, 0x6c, 0x71, 0x0a, 0x14, 0xa1, 0x5b, 0x02, 0x76, 0x7b, 0x08, 0xcb, 0x9d, 0xe1, 0x05, 0x24, 0x18, 0x36, 0x62, 0x88, 0x9a, 0x04, 0x89, 0xb1, 0x99, 0x71, 0x09, 0xb1, 0x21, 0xb6, 0x04, 0xdb, 0xbf, 0xa8, 0x1e, 0xff, 0xb8, 0xa7, 0xfd, 0xf7, 0x1d, 0x41, 0x39, 0x55, 0x93, 0xdc, 0xe9, 0x45, 0xd3, 0x4a, 0x03, 0x57, 0xbc, 0x00, 0xd0, 0xf8, 0x8c, 0xae, 0x72, 0xfe, 0x65, 0x02, 0x62, 0x23, 0x1b, 0x94, 0xf7, 0x10, 0x2d, 0x59, 0xba, 0x48, 0xec, 0x0a, 0x11, 0x58, 0x5d, 0xdf, 0xcb, 0x70, 0x8b, 0xe1, 0x6e, 0x0a, 0xfe, 0xb5, 0x22, 0xf0, 0x87, 0x86, 0xdf, 0x42, 0xd6, 0x8e, 0xf8, 0x94, 0x7c, 0x3b, 0xaf, 0x33, 0x39, 0x5c, 0xdc, 0x89, 0xf4, 0xee, 0x64, 0x56, 0xcf, 0x25, 0x8e, 0x6e, 0x45, 0x0a, 0x8b, 0xa7, 0xa8, 0x48, 0x00, 0xff, 0x3d, 0x35, 0x5c, 0x9d, 0x48, 0x80, 0x92, 0x48, 0x80, 0x17, 0x3b, 0x39, 0x76, 0x74, 0x80, 0x1a, 0x3b, 0x3c, 0x48, 0xe0, 0x1f, 0xe8, 0x97, 0x85, 0x9d, 0xdf, 0x51, 0x5d, 0xa6, 0x14, 0xd6, 0x80, 0x04, 0x38, 0x21, 0x70, 0x52, 0x5c, 0x2d, 0xac, 0x09, 0x59, 0x11, 0x7a, 0xb5, 0xba, 0x6c, 0x5f, 0xe7, 0x2e, 0x9d, 0xce, 0xf0, 0x59, 0xa9, 0x53, 0xa9, 0x71, 0xae, 0x9a, 0x57, 0x66, 0x0a, 0xf0, 0xf7, 0xb2, 0x40, 0x98, 0x6d, 0x88, 0x53, 0x0c, 0x60, 0xed, 0x6a, 0x55, 0xa3, 0x29, 0xf4, 0xd4, 0x67, 0xc2, 0x5a, 0x13, 0xf2, 0x24, 0x38, 0x70, 0xf0, 0x00, 0x19, 0xa9, 0x6e, 0x37, 0xae, 0xb6, 0x11, 0xec, 0xd6, 0x93, 0x8e, 0x46, 0x57, 0xd3, 0x70, 0x4a, 0xc4, 0xd9, 0xad, 0x3d, 0xed, 0xf6, 0xd8, 0x50, 0xa4, 0x61, 0x24, 0x26, 0x0e, 0xaa, 0x4b, 0x0d, 0xe9, 0x20, 0xd9, 0xac, 0x80, 0x59, 0x73, 0x66, 0x2a, 0x27, 0x90, 0x48, 0x3e, 0x7c, 0x36, 0x46, 0xce, 0x3d, 0x7b, 0xf6, 0x48, 0x85, 0xff, 0xec, 0xbc, 0xb0, 0x16, 0xea, 0xfc, 0xdf, 0x39, 0xbd, 0x68, 0xaa, 0xd3, 0xfb, 0xe2, 0x24, 0xaa, 0x8e, 0xef, 0x24, 0x31, 0xdc, 0xf0, 0x00, 0x05, 0xfb, 0x66, 0x11, 0xfc, 0x63, 0xdb, 0xdd, 0x4b, 0xf6, 0xe5, 0x85, 0x29, 0xe0, 0x67, 0x72, 0x6c, 0x56, 0x27, 0xd2, 0xbf, 0xab, 0x45, 0x45, 0x82, 0x96, 0xad, 0xa3, 0x14, 0x00, 0xaa, 0xe6, 0x87, 0x15, 0x64, 0x2b, 0x46, 0xb3, 0xd3, 0x49, 0xd0, 0xa6, 0xe5, 0x2f, 0xd0, 0xe5, 0x41, 0x02, 0xe8, 0xf6, 0xd0, 0xf1, 0xd1, 0x49, 0xc2, 0x48, 0x75, 0x7e, 0xe8, 0xfe, 0xb0, 0x01, 0x60, 0x0b, 0x5c, 0x25, 0x41, 0x23, 0xfb, 0xd5, 0xea, 0x32, 0x3f, 0x47, 0x75, 0x59, 0xe0, 0x5c, 0x56, 0x58, 0x03, 0x9b, 0x82, 0x6a, 0x04, 0x3f, 0xf3, 0xef, 0xd7, 0xef, 0xcb, 0xde, 0xe2, 0x67, 0x5b, 0xe9, 0x65, 0x2a, 0x50, 0x6c, 0x0f, 0xe7, 0x9e, 0xfc, 0xb3, 0x9d, 0x22, 0xa6, 0xb2, 0x5e, 0xfc, 0xb2, 0xfe, 0x9c, 0x87, 0x8f, 0x1c, 0x26, 0x63, 0xc6, 0x8d, 0xaa, 0xf4, 0x41, 0xd7, 0x4b, 0x96, 0x2e, 0xd6, 0xec, 0x00, 0xc7, 0x03, 0x5a, 0x8b, 0x00, 0xae, 0x04, 0xaf, 0xc1, 0xc8, 0xb4, 0x67, 0xcf, 0x6e, 0x32, 0x29, 0x37, 0x5b, 0x7c, 0xff, 0xbd, 0x56, 0xab, 0xf5, 0x9a, 0x26, 0x76, 0x0d, 0x31, 0x19, 0x6a, 0x53, 0xb0, 0xef, 0x14, 0xc1, 0x9f, 0xf5, 0xf9, 0x23, 0xe4, 0x58, 0x71, 0xb4, 0x13, 0xf8, 0x99, 0x1c, 0x2e, 0x6c, 0x43, 0xbe, 0xea, 0xae, 0x26, 0x41, 0x0b, 0x4a, 0x82, 0x29, 0x12, 0x12, 0x4c, 0x9d, 0x9e, 0x47, 0xba, 0x76, 0xeb, 0x2c, 0xaa, 0x43, 0xbf, 0xc0, 0xab, 0x03, 0xef, 0x0e, 0xbc, 0x3c, 0xf0, 0xf6, 0xc0, 0xeb, 0x43, 0xd5, 0x9d, 0x42, 0x56, 0x5d, 0xc6, 0x0a, 0x6b, 0xe0, 0x25, 0x62, 0x85, 0x35, 0xac, 0xba, 0xcc, 0x44, 0x49, 0x00, 0xaf, 0x52, 0xbb, 0xf6, 0xad, 0x0e, 0xcc, 0x9e, 0x3b, 0xe3, 0xca, 0xff, 0xaa, 0xd3, 0x26, 0xa9, 0x6d, 0x01, 0xa3, 0xf1, 0x6d, 0xaf, 0x21, 0x80, 0xa2, 0xa2, 0x70, 0x5f, 0xfa, 0xb8, 0x09, 0xa3, 0x55, 0x75, 0xb2, 0xb2, 0x7a, 0x5a, 0x10, 0x43, 0x54, 0x47, 0x10, 0x45, 0x15, 0xbd, 0x28, 0x15, 0x91, 0x55, 0xab, 0x57, 0x4a, 0x53, 0x18, 0x3c, 0xed, 0xfa, 0x50, 0xd6, 0xde, 0x40, 0x28, 0x87, 0x54, 0xbb, 0x78, 0x6d, 0x5b, 0xaf, 0x55, 0x36, 0x68, 0x6a, 0x98, 0xe1, 0xe1, 0x54, 0x93, 0xcf, 0x3e, 0x11, 0xfc, 0x93, 0xba, 0x3e, 0x46, 0x4e, 0xcc, 0x6c, 0xaf, 0x02, 0xfe, 0xf1, 0xa2, 0x96, 0x64, 0xc7, 0xa8, 0xf7, 0xc9, 0x96, 0x61, 0xff, 0x47, 0xb6, 0x8f, 0xfa, 0x88, 0x0c, 0xe8, 0xa6, 0x1e, 0x88, 0x17, 0xd9, 0x22, 0x4c, 0x99, 0x1a, 0xa9, 0x1a, 0xa9, 0x4a, 0xed, 0x84, 0x5e, 0x7d, 0xba, 0x8b, 0x24, 0xf8, 0x15, 0xfe, 0x7d, 0xf8, 0xf9, 0xe1, 0xef, 0x57, 0x48, 0x60, 0x0a, 0x5a, 0x88, 0x38, 0x00, 0xe2, 0x01, 0x5c, 0x75, 0xd9, 0xc0, 0xd2, 0xea, 0xb2, 0x80, 0x66, 0xe3, 0x11, 0x47, 0xb8, 0x5a, 0x58, 0x73, 0xb5, 0xba, 0x8c, 0x1a, 0xdd, 0xe7, 0x9c, 0xb2, 0x53, 0x7b, 0x7c, 0x2e, 0x7e, 0xae, 0x79, 0x5e, 0x43, 0x00, 0x6a, 0x94, 0xdc, 0xcc, 0xe7, 0x02, 0x21, 0xda, 0xcb, 0x3c, 0x3f, 0x4c, 0x98, 0x21, 0xcc, 0x0b, 0xf4, 0x6e, 0x19, 0x09, 0x00, 0xaa, 0xb5, 0x14, 0x48, 0x8b, 0x97, 0x2c, 0xa6, 0x37, 0xb9, 0x50, 0xd9, 0x55, 0x31, 0x8d, 0x45, 0x63, 0x4a, 0xa3, 0x54, 0xf0, 0x19, 0xb6, 0x6c, 0xd9, 0xac, 0x7a, 0x6d, 0xd6, 0xf1, 0xc1, 0x93, 0x82, 0x77, 0x5e, 0x3c, 0xed, 0x0a, 0x01, 0x12, 0xac, 0x5c, 0xb9, 0x5c, 0xf5, 0x59, 0x51, 0x0f, 0x81, 0xee, 0x74, 0x55, 0xaf, 0xf3, 0xfb, 0x6c, 0x15, 0xc1, 0x9f, 0xd7, 0xb3, 0x0e, 0x39, 0x39, 0xab, 0x83, 0x0a, 0xfc, 0x87, 0x0a, 0x4c, 0xa4, 0x64, 0xc8, 0xab, 0x57, 0xc1, 0x9f, 0xf1, 0x2e, 0xd9, 0x31, 0xba, 0x21, 0xd9, 0x96, 0xf1, 0x01, 0x19, 0xd8, 0xcd, 0x5f, 0x4e, 0x82, 0x02, 0x35, 0x09, 0x64, 0x01, 0x33, 0x4a, 0x82, 0x8b, 0x88, 0xf4, 0x22, 0xe2, 0x8b, 0xc8, 0xaf, 0x52, 0x58, 0x63, 0x32, 0x2e, 0xba, 0x5a, 0x5d, 0xd6, 0x3c, 0x07, 0x11, 0x62, 0x5f, 0x47, 0x75, 0xd9, 0xd5, 0xc2, 0x1a, 0xbe, 0xba, 0x2c, 0x70, 0x36, 0x0a, 0x6b, 0x5a, 0xb5, 0x8e, 0xda, 0x32, 0x6b, 0x6e, 0x51, 0xe9, 0x80, 0x8e, 0x09, 0xd9, 0x63, 0x55, 0x9f, 0xc9, 0xab, 0xda, 0x2d, 0xd2, 0x5d, 0x6e, 0x91, 0xd3, 0xcc, 0xde, 0xed, 0xdb, 0x9c, 0x08, 0xe0, 0xaa, 0xc6, 0x16, 0x8f, 0x89, 0xe9, 0x05, 0x5a, 0x72, 0xea, 0xd4, 0x49, 0xc5, 0x5e, 0xc0, 0x74, 0x96, 0x75, 0xeb, 0xd7, 0x29, 0x5d, 0x99, 0x31, 0xdd, 0x3d, 0x2f, 0x7f, 0x12, 0x19, 0x3d, 0x26, 0x83, 0xa4, 0xa4, 0x25, 0x2a, 0x02, 0x9d, 0x5e, 0x7c, 0x2e, 0x08, 0x00, 0xa3, 0x55, 0xcb, 0xd8, 0x05, 0x21, 0xcb, 0x23, 0xa2, 0x77, 0x0b, 0x82, 0xcf, 0x25, 0xa6, 0x7d, 0xd8, 0x13, 0x62, 0xe7, 0x60, 0xb3, 0xa8, 0x22, 0x9d, 0xff, 0x76, 0x6a, 0xf0, 0xae, 0x12, 0xc1, 0x3f, 0xa5, 0x4f, 0x3d, 0x72, 0x6a, 0x4e, 0x47, 0x15, 0xf8, 0xf7, 0x4f, 0xf2, 0x27, 0x9b, 0xd2, 0x5e, 0x76, 0x02, 0x3f, 0x4e, 0x02, 0xfc, 0xff, 0x96, 0xe1, 0x6f, 0x93, 0xb8, 0xee, 0x7e, 0xea, 0x41, 0xdc, 0x11, 0x66, 0x92, 0x93, 0xab, 0xce, 0xe4, 0x84, 0xd1, 0x6a, 0xb3, 0xc7, 0xaa, 0x48, 0x80, 0x9c, 0x1f, 0xe4, 0xfe, 0x80, 0x04, 0xc8, 0x05, 0x32, 0x5d, 0xad, 0x2e, 0x73, 0x14, 0xd6, 0x28, 0xd5, 0x65, 0xac, 0xb0, 0x26, 0x0e, 0xb9, 0x44, 0x7c, 0x75, 0x19, 0x72, 0x8d, 0x92, 0x07, 0x27, 0x9c, 0xe0, 0xdf, 0xa7, 0x4b, 0xb7, 0x4e, 0xe2, 0x67, 0xda, 0x8d, 0x2e, 0x77, 0xde, 0x42, 0x80, 0xaf, 0xf8, 0x2f, 0x7b, 0x46, 0x71, 0xa1, 0x93, 0x77, 0x84, 0x81, 0x4f, 0x4b, 0x70, 0x62, 0x68, 0xe5, 0xde, 0x94, 0x45, 0x00, 0x74, 0xec, 0xc4, 0xe2, 0xef, 0xd9, 0xfb, 0x7b, 0x5a, 0xe8, 0x5e, 0x16, 0x01, 0x79, 0xa0, 0xe6, 0xf1, 0x64, 0xc3, 0x67, 0x58, 0xb0, 0x68, 0xbe, 0x3a, 0x01, 0xd0, 0x6e, 0xcd, 0x43, 0x4e, 0x52, 0xa5, 0x9e, 0xc0, 0x46, 0xc3, 0xcd, 0xa9, 0xe6, 0x1a, 0x73, 0x45, 0xf0, 0xe7, 0xf7, 0x7e, 0x8a, 0x82, 0xff, 0x33, 0x15, 0xf8, 0xf7, 0x66, 0x35, 0x21, 0x9b, 0x06, 0xcb, 0xc1, 0xbf, 0x75, 0xc4, 0xdb, 0xca, 0xef, 0x37, 0x0f, 0x7d, 0x93, 0xd8, 0x7b, 0xa8, 0x49, 0x10, 0x46, 0x49, 0xa0, 0xd5, 0x22, 0x1d, 0x1e, 0xa2, 0x6e, 0x3d, 0xbb, 0x2a, 0x04, 0x68, 0xdf, 0xb1, 0x2d, 0xf9, 0x32, 0xa6, 0xef, 0xef, 0xe9, 0x43, 0x53, 0x7f, 0xcd, 0x99, 0x9c, 0x79, 0x71, 0x5a, 0x61, 0xfe, 0xa5, 0x99, 0xb3, 0x0b, 0xff, 0x28, 0x2c, 0x9e, 0xf2, 0x2b, 0xd5, 0xe9, 0xcf, 0x61, 0x16, 0xc1, 0x20, 0x5b, 0xcc, 0x12, 0x4a, 0x8c, 0x11, 0xff, 0x2b, 0xac, 0x69, 0x92, 0x8e, 0xec, 0xd2, 0x40, 0x47, 0x61, 0x4d, 0x58, 0x78, 0xe8, 0x32, 0x7a, 0xfd, 0x6f, 0xec, 0xf5, 0xd1, 0xb5, 0x42, 0x92, 0x22, 0x91, 0xe0, 0x15, 0x04, 0x70, 0x0c, 0xa4, 0x28, 0x6d, 0x36, 0x85, 0x5d, 0xf8, 0xf4, 0xe9, 0x53, 0x4e, 0xbe, 0x76, 0x80, 0x1c, 0xc6, 0x2f, 0x44, 0x56, 0x5b, 0x8b, 0xc7, 0x3d, 0xcd, 0xbf, 0xd1, 0x12, 0x19, 0x29, 0x00, 0x7e, 0xbc, 0xbe, 0xa7, 0x45, 0xee, 0x32, 0x81, 0xda, 0xe4, 0x4e, 0x44, 0xe2, 0x7d, 0x77, 0xf6, 0x3b, 0x32, 0x67, 0xde, 0x6c, 0x15, 0x09, 0xe2, 0x12, 0x63, 0x27, 0x54, 0x24, 0xc6, 0xe1, 0xac, 0x7e, 0x1a, 0x7c, 0x52, 0x2d, 0x3e, 0x93, 0x45, 0xf0, 0xe7, 0x50, 0x9d, 0xff, 0xe4, 0x6c, 0xe7, 0x9d, 0xff, 0xf4, 0xbc, 0x4e, 0x64, 0xf7, 0xf8, 0xff, 0xb8, 0x05, 0xff, 0x96, 0xa1, 0x6f, 0x28, 0xaa, 0xd1, 0xa6, 0xb4, 0x57, 0x48, 0x4a, 0xcf, 0xa6, 0x2a, 0x12, 0x58, 0xc2, 0x4d, 0x24, 0x53, 0x48, 0x67, 0x76, 0x1e, 0xc8, 0x3d, 0x9d, 0xc8, 0x7a, 0x03, 0x69, 0x4c, 0x9e, 0xbc, 0x9c, 0x95, 0x33, 0x7e, 0x6f, 0xf7, 0xee, 0x5d, 0xc6, 0x97, 0x16, 0xd6, 0x50, 0x12, 0x28, 0x85, 0x35, 0x94, 0x04, 0xfd, 0xbf, 0xee, 0xbb, 0x8d, 0xbf, 0xfe, 0xab, 0x01, 0xaa, 0x29, 0x95, 0x97, 0x8d, 0x66, 0xff, 0x4f, 0xbd, 0x25, 0x2b, 0x74, 0xa9, 0x58, 0x0f, 0xc0, 0x13, 0x80, 0xf5, 0xdb, 0x71, 0x25, 0x20, 0x01, 0x9b, 0xe5, 0xc5, 0x22, 0xb1, 0x78, 0x1e, 0x00, 0xa5, 0x95, 0x8b, 0xe3, 0x4a, 0xd8, 0x7b, 0x32, 0xe2, 0x69, 0x89, 0xa7, 0x05, 0xf0, 0xae, 0x04, 0xaf, 0xc3, 0xb2, 0x43, 0x99, 0xe0, 0xef, 0x28, 0x2e, 0x2e, 0x92, 0x06, 0xfa, 0x2a, 0xe3, 0x9e, 0xa7, 0x59, 0x7c, 0x46, 0xa8, 0x02, 0x5c, 0x9f, 0x3d, 0x44, 0x8e, 0xcf, 0x8c, 0x56, 0x81, 0x7f, 0xe7, 0x98, 0x8f, 0x3c, 0x06, 0x7f, 0xc9, 0xe0, 0x57, 0x28, 0x01, 0x5e, 0x24, 0x1b, 0x53, 0x5f, 0x20, 0xe9, 0x7d, 0xd4, 0x24, 0x50, 0xc6, 0xae, 0x4e, 0x1c, 0xe5, 0x11, 0xc8, 0x3d, 0x95, 0xec, 0x49, 0xe3, 0x77, 0xb7, 0x68, 0x11, 0x39, 0x04, 0x95, 0x66, 0xa8, 0x38, 0x63, 0xd5, 0x65, 0x63, 0x27, 0x8c, 0x3e, 0xcd, 0x67, 0xaa, 0xc2, 0x33, 0xa5, 0x9a, 0x50, 0x19, 0x12, 0xd4, 0x2c, 0x38, 0x24, 0xc8, 0x1e, 0x6c, 0x36, 0x2e, 0xa6, 0x9f, 0xed, 0x50, 0x68, 0xb8, 0xf9, 0x68, 0x58, 0x54, 0xe8, 0x0a, 0x93, 0x25, 0xb8, 0xab, 0xd9, 0x6c, 0xbe, 0xef, 0xda, 0xa4, 0x44, 0xd8, 0x6d, 0xe1, 0xfc, 0x97, 0x9c, 0x31, 0x7a, 0x38, 0x05, 0xee, 0x39, 0xa7, 0xdc, 0x1a, 0xd6, 0x4b, 0xdf, 0x95, 0xb8, 0xab, 0xc1, 0xc5, 0x35, 0xac, 0x27, 0x27, 0x4f, 0x12, 0x96, 0x7a, 0xc1, 0xde, 0x8b, 0xf5, 0xf7, 0x61, 0xe2, 0x49, 0x91, 0x7b, 0x79, 0x84, 0x27, 0x12, 0x7e, 0x16, 0xc9, 0x8a, 0xcf, 0x89, 0x7a, 0x03, 0x49, 0xca, 0x47, 0x9f, 0x0a, 0x81, 0xdf, 0xe4, 0x63, 0x95, 0xf9, 0xf9, 0x8f, 0x16, 0xb5, 0xa9, 0x34, 0xf0, 0xaf, 0x4f, 0x7a, 0x96, 0xac, 0x4f, 0x6c, 0x40, 0x46, 0x0f, 0x50, 0x7b, 0x87, 0xa0, 0x8e, 0xc0, 0xce, 0xf1, 0x74, 0xb7, 0xf7, 0x44, 0xe6, 0xcc, 0x2b, 0xbe, 0xf8, 0x65, 0x4c, 0xbf, 0x7c, 0x54, 0x97, 0x29, 0x85, 0x35, 0x41, 0xcd, 0x72, 0xc3, 0xc3, 0xc3, 0xe6, 0x14, 0xce, 0x2c, 0xb8, 0xc8, 0xd7, 0x2b, 0xa8, 0x82, 0x63, 0x2e, 0x84, 0x5e, 0x7b, 0x25, 0x22, 0xd2, 0x32, 0x2e, 0x3c, 0x3c, 0xfc, 0xf6, 0x2a, 0x25, 0x00, 0x5a, 0x7f, 0x70, 0xad, 0x50, 0x9c, 0xaa, 0xc2, 0x98, 0x00, 0x98, 0x00, 0xaf, 0xbb, 0x7a, 0xdb, 0xf2, 0x08, 0x4f, 0x22, 0xbc, 0x87, 0x3b, 0xa2, 0x79, 0x2a, 0x9e, 0x16, 0xc7, 0xf3, 0x04, 0x05, 0x19, 0x79, 0xe2, 0xe3, 0xf3, 0xe4, 0x17, 0xe4, 0xaa, 0xc6, 0x28, 0x95, 0xb7, 0x6f, 0x28, 0x05, 0x7b, 0x37, 0x11, 0xfc, 0x19, 0xad, 0xef, 0x24, 0x87, 0xa6, 0xb6, 0x50, 0xe9, 0xfc, 0xbb, 0xc7, 0xff, 0xb7, 0x42, 0xe0, 0x5f, 0x97, 0xf0, 0x34, 0x29, 0xa1, 0x06, 0x73, 0x4e, 0x52, 0x4b, 0x29, 0xc0, 0xda, 0x75, 0x68, 0x4b, 0x46, 0x8e, 0x1e, 0x26, 0x25, 0x02, 0xea, 0x8b, 0x33, 0xc6, 0x0c, 0x27, 0xc9, 0x69, 0x09, 0xca, 0x40, 0x3d, 0x54, 0x9f, 0xc9, 0xbc, 0x49, 0x82, 0x5a, 0x74, 0xc5, 0x9e, 0x14, 0x37, 0x9b, 0x55, 0x97, 0xc1, 0x68, 0xee, 0xd6, 0xa3, 0xcb, 0x0a, 0xfc, 0x9e, 0x5d, 0x93, 0x96, 0x9e, 0xe4, 0x31, 0x01, 0x4a, 0x8d, 0xf8, 0x30, 0xf3, 0xe9, 0x00, 0x4b, 0xc0, 0x13, 0x55, 0x6d, 0x0c, 0xf7, 0xe2, 0xbf, 0xe4, 0xa1, 0xc3, 0x06, 0xab, 0x12, 0xcf, 0x98, 0x6a, 0x50, 0x1e, 0xf1, 0xb4, 0x4e, 0xb7, 0xac, 0xe2, 0x29, 0xc9, 0xb0, 0xcb, 0x6f, 0xdf, 0xbe, 0x9d, 0x6c, 0xdc, 0xb8, 0x91, 0xac, 0x5b, 0xb7, 0x8e, 0x6c, 0xdd, 0xba, 0xb5, 0xd4, 0x13, 0xc4, 0x0b, 0x6b, 0x95, 0xc2, 0x93, 0x00, 0x36, 0x51, 0x8e, 0xba, 0x46, 0xfa, 0x72, 0x7c, 0xa2, 0xd5, 0x54, 0x26, 0xf0, 0x5b, 0x6a, 0x46, 0x51, 0xc0, 0x5f, 0xe1, 0xc1, 0x3f, 0xbc, 0xc5, 0xed, 0x64, 0x6f, 0x7e, 0xb8, 0xc4, 0xe0, 0x6d, 0x5a, 0x61, 0xf0, 0xaf, 0x8d, 0xaf, 0x47, 0xe5, 0x29, 0xf2, 0xed, 0xdc, 0x8e, 0xa4, 0x20, 0xad, 0x15, 0x09, 0x31, 0xc9, 0x01, 0x66, 0x09, 0x33, 0x29, 0x19, 0xa5, 0xbd, 0xbf, 0xe8, 0x41, 0x3e, 0xef, 0xda, 0x49, 0x99, 0x44, 0xa9, 0x05, 0x46, 0x90, 0x06, 0x43, 0xbb, 0x5d, 0x9d, 0x1e, 0x43, 0x86, 0x0d, 0x5e, 0x8a, 0x3e, 0x44, 0xe8, 0x47, 0x04, 0x12, 0xd8, 0xe2, 0x06, 0x6e, 0xe6, 0x1f, 0x1f, 0x18, 0xfb, 0x75, 0x99, 0x49, 0x40, 0xd5, 0x23, 0xb4, 0x5d, 0x79, 0xa8, 0xaa, 0x0b, 0x4f, 0x9c, 0xfa, 0x6e, 0x2e, 0xf9, 0x66, 0xb1, 0x53, 0xc9, 0x20, 0x2b, 0x36, 0xd1, 0xca, 0xb4, 0x74, 0x55, 0x8b, 0x5b, 0x5e, 0x29, 0x2f, 0xe1, 0x78, 0x41, 0xe0, 0x6b, 0xd5, 0xaa, 0x55, 0x64, 0xc5, 0x8a, 0x15, 0x8a, 0xac, 0x5c, 0xb9, 0xb2, 0xf4, 0xff, 0x41, 0x04, 0x76, 0xf2, 0x30, 0xe1, 0xd3, 0xc2, 0x99, 0x9c, 0x38, 0x79, 0x82, 0x4c, 0x98, 0x38, 0x56, 0x24, 0xc1, 0xef, 0xb6, 0x04, 0x5b, 0x63, 0x0f, 0x53, 0x9a, 0x9b, 0x53, 0xc0, 0xff, 0x21, 0xe6, 0xf6, 0xec, 0xcc, 0x31, 0xa9, 0xc0, 0x7f, 0x20, 0x37, 0xa0, 0x72, 0xc0, 0x1f, 0x57, 0x97, 0x6c, 0x1f, 0xf5, 0x41, 0xe9, 0xeb, 0x2e, 0x1b, 0xdf, 0x8e, 0x44, 0x45, 0x04, 0x95, 0x19, 0x7c, 0x32, 0x89, 0x6e, 0xdf, 0x86, 0xe4, 0x4f, 0x9d, 0xa4, 0x49, 0x82, 0xc1, 0x43, 0x52, 0x16, 0xa0, 0x23, 0x9d, 0x52, 0x58, 0x13, 0xd8, 0x2c, 0x67, 0xf0, 0xd0, 0x94, 0xdd, 0x7c, 0x1d, 0x71, 0x8f, 0x5e, 0xdd, 0x4a, 0x5f, 0xeb, 0xb3, 0xce, 0xed, 0xe9, 0x49, 0x34, 0x54, 0x79, 0xbd, 0x9c, 0xc9, 0x99, 0x24, 0x89, 0x9e, 0x38, 0x51, 0x2d, 0x23, 0xd5, 0x24, 0xb0, 0x18, 0x4b, 0xaa, 0x34, 0xa1, 0x8e, 0xda, 0x02, 0x91, 0x62, 0x50, 0x6a, 0xdf, 0xfe, 0xbd, 0x4e, 0x65, 0x83, 0x8c, 0x04, 0x9e, 0xfa, 0xff, 0x3d, 0x11, 0x4f, 0x6b, 0x78, 0xcb, 0x2a, 0x00, 0x32, 0x52, 0x25, 0x18, 0xd8, 0x19, 0xf8, 0x99, 0x80, 0x14, 0x90, 0xcd, 0x9b, 0x37, 0x97, 0x02, 0x9f, 0x09, 0x4b, 0x97, 0x76, 0xaa, 0x19, 0x3e, 0x71, 0x9c, 0x8c, 0x55, 0xa7, 0x7c, 0xfc, 0x1a, 0x9f, 0x14, 0xfb, 0xbe, 0xab, 0xfb, 0x9a, 0x6c, 0xa9, 0xf5, 0x21, 0xcb, 0xe7, 0x67, 0x92, 0x1e, 0x76, 0x13, 0xd9, 0x3a, 0x21, 0x50, 0x1d, 0xe4, 0xca, 0x0b, 0xd6, 0xf4, 0xf3, 0x97, 0x15, 0xfc, 0xeb, 0x93, 0x9f, 0x25, 0xa7, 0x66, 0x39, 0x47, 0x91, 0x17, 0xa4, 0x7c, 0x42, 0x3a, 0x9a, 0xde, 0x20, 0xc1, 0x95, 0x40, 0x02, 0x18, 0xd4, 0x23, 0x47, 0x0d, 0xd3, 0x52, 0x87, 0x70, 0x6f, 0x66, 0x94, 0x56, 0x97, 0x05, 0xf9, 0x67, 0x8f, 0x1e, 0x97, 0x71, 0xa4, 0xd4, 0x28, 0x9e, 0x5b, 0xa4, 0x00, 0x1f, 0xea, 0x95, 0xac, 0x35, 0x3b, 0x8a, 0x7c, 0xfa, 0xf4, 0xed, 0xa9, 0xb6, 0x5f, 0x82, 0x03, 0x5b, 0x56, 0xe5, 0x29, 0xe0, 0x23, 0x4e, 0x66, 0xc4, 0x54, 0xc6, 0xb3, 0xe7, 0xd4, 0x95, 0x62, 0xac, 0x8f, 0x4e, 0x79, 0x5d, 0x9c, 0x95, 0x15, 0x3b, 0x70, 0x25, 0xd0, 0xeb, 0x57, 0xaf, 0x5e, 0x5d, 0x0a, 0x74, 0xfc, 0x3f, 0x93, 0x35, 0x6b, 0xd6, 0x94, 0xca, 0xda, 0xb5, 0x6b, 0x95, 0x4c, 0x58, 0x06, 0x7c, 0xad, 0xa2, 0x79, 0x08, 0xf2, 0x9e, 0x54, 0x53, 0x25, 0x13, 0xac, 0x17, 0xe2, 0x92, 0xe3, 0x5e, 0x91, 0xda, 0x57, 0x26, 0xc3, 0xeb, 0x14, 0xf0, 0x3f, 0xf0, 0xe0, 0x1f, 0x1c, 0x5a, 0x8b, 0x6c, 0x1c, 0xdd, 0x54, 0x05, 0xfe, 0x23, 0x53, 0x2c, 0x74, 0xe7, 0x7f, 0xa5, 0x52, 0xc0, 0x0f, 0xd5, 0xe7, 0x58, 0xa1, 0xb3, 0x5d, 0x81, 0xd8, 0xc2, 0xd8, 0xe8, 0x7b, 0x94, 0xcf, 0x60, 0x33, 0xdd, 0x49, 0x3a, 0x9b, 0x5e, 0x21, 0xa6, 0x10, 0xbf, 0x0b, 0x1a, 0x00, 0x3f, 0x6f, 0x34, 0x05, 0x2c, 0xa5, 0xff, 0xa6, 0xc1, 0x4b, 0x43, 0xff, 0x9d, 0x41, 0xe5, 0x77, 0x99, 0x41, 0x3d, 0x6c, 0xc4, 0x60, 0x4d, 0x57, 0xe9, 0x17, 0xfd, 0x7b, 0x65, 0x2b, 0x85, 0x35, 0xfe, 0xbe, 0x23, 0x83, 0x82, 0x03, 0x27, 0x65, 0x4d, 0x1a, 0x7f, 0x8a, 0x27, 0x89, 0x48, 0x1a, 0xb8, 0x69, 0x59, 0x85, 0x1b, 0x7e, 0xee, 0xde, 0xb3, 0xab, 0xf0, 0x7e, 0x81, 0x7b, 0xaa, 0x3a, 0x2e, 0x50, 0x4f, 0xec, 0xc1, 0x5f, 0x30, 0x35, 0x9f, 0x7e, 0xf9, 0x3f, 0xa9, 0x4a, 0x10, 0xb1, 0x43, 0xba, 0x2b, 0x3b, 0xac, 0xa8, 0xb8, 0xab, 0xe9, 0x75, 0x75, 0x0d, 0xd4, 0x1b, 0x1e, 0xe4, 0xeb, 0xd7, 0xaf, 0x57, 0xfc, 0xfe, 0x20, 0x06, 0x76, 0x7d, 0xfc, 0x0e, 0xf6, 0x00, 0x13, 0xd8, 0x08, 0x0c, 0xf8, 0x4c, 0xf0, 0xfa, 0xfc, 0x09, 0x08, 0x41, 0x44, 0x7b, 0xb8, 0x2a, 0x0d, 0xdc, 0xf6, 0xad, 0xdd, 0x3e, 0xe8, 0x9f, 0xfc, 0xbd, 0x4c, 0x32, 0x1b, 0x1a, 0x50, 0xb0, 0x9d, 0x71, 0x32, 0x7a, 0x2d, 0x3e, 0x64, 0xd5, 0xb0, 0x7f, 0xab, 0xc0, 0x7f, 0xac, 0x30, 0x52, 0x95, 0xde, 0x50, 0x5e, 0xf0, 0xaf, 0xb1, 0xd5, 0x25, 0x87, 0x0b, 0xcc, 0xaa, 0xf7, 0x58, 0x9c, 0xf8, 0x8e, 0x58, 0x5b, 0x70, 0x29, 0x3d, 0xd4, 0xf0, 0xa8, 0xc9, 0xd4, 0xbc, 0x8e, 0xd1, 0xec, 0xff, 0x51, 0x50, 0x48, 0x90, 0x91, 0x4a, 0x23, 0xaa, 0x6b, 0x3f, 0x2e, 0xc3, 0x46, 0x40, 0x68, 0xc0, 0xa3, 0xc1, 0x21, 0x01, 0x13, 0x65, 0x84, 0xd1, 0x1a, 0xbc, 0x47, 0xc1, 0xfc, 0x5b, 0xc7, 0x4e, 0xd1, 0xc3, 0xd9, 0xd8, 0x26, 0x4a, 0x98, 0x49, 0xd9, 0xb9, 0x99, 0xa7, 0x55, 0xf9, 0x49, 0xb3, 0xa6, 0x5f, 0xee, 0xdb, 0xbf, 0xf7, 0x45, 0x04, 0xe3, 0xd0, 0xf0, 0x8b, 0xd9, 0x18, 0x28, 0xb6, 0x37, 0x59, 0x9c, 0x3d, 0x59, 0x21, 0x21, 0x01, 0xaf, 0x56, 0x75, 0xa1, 0x4c, 0x84, 0xe8, 0xfa, 0x2b, 0x2c, 0x9a, 0xe6, 0x54, 0x42, 0xc8, 0x97, 0x12, 0x7a, 0x52, 0x7e, 0xa8, 0x25, 0x62, 0xfd, 0xae, 0x27, 0xc2, 0x8a, 0xd9, 0x65, 0xa5, 0x90, 0x7c, 0x97, 0x37, 0x80, 0x9a, 0x07, 0x39, 0x2b, 0x82, 0x81, 0x00, 0xdc, 0xdb, 0xb6, 0x6d, 0x23, 0x1b, 0x36, 0x6c, 0x50, 0x04, 0xc6, 0x31, 0x64, 0xd7, 0xae, 0x5d, 0xa5, 0x6e, 0x59, 0x26, 0x62, 0xf1, 0x3c, 0x04, 0x6d, 0xd9, 0x87, 0x0e, 0x1f, 0x2c, 0x9e, 0x04, 0xc7, 0xe8, 0x06, 0x52, 0x47, 0x51, 0x7b, 0x4c, 0x86, 0xc7, 0x28, 0xc0, 0x8e, 0x8a, 0x1e, 0x9f, 0x6f, 0x52, 0xde, 0x97, 0x24, 0xb6, 0xb5, 0x20, 0x9b, 0x87, 0xbc, 0x5e, 0x39, 0xe0, 0x8f, 0xab, 0x43, 0x0e, 0x4c, 0x0e, 0x52, 0xbd, 0xc7, 0xb6, 0x89, 0x01, 0xca, 0xc9, 0xc3, 0x7f, 0x16, 0xc4, 0x22, 0xca, 0x83, 0x0f, 0xaa, 0x86, 0x44, 0x8a, 0xa7, 0x01, 0x40, 0x9a, 0x99, 0x23, 0x0f, 0xb2, 0x51, 0x70, 0xff, 0x10, 0x11, 0x69, 0x49, 0x64, 0xd5, 0x65, 0xd4, 0x18, 0xcf, 0xc9, 0xc9, 0xcb, 0xfc, 0x96, 0x3d, 0x3e, 0x39, 0x3f, 0xfb, 0x97, 0xf6, 0x1d, 0xa3, 0x0f, 0xb3, 0xb1, 0x4d, 0x20, 0x01, 0x52, 0xb7, 0xd9, 0xe3, 0xbd, 0xbe, 0xe8, 0xee, 0x9c, 0x4b, 0x14, 0x12, 0xd4, 0xee, 0x1a, 0x04, 0xc7, 0x6c, 0xd9, 0x22, 0x09, 0xd0, 0x84, 0x0a, 0xa0, 0xbb, 0x74, 0xe9, 0x92, 0x93, 0x80, 0x08, 0xcc, 0x3e, 0x90, 0x89, 0x58, 0x57, 0x5c, 0x11, 0xf1, 0x94, 0x84, 0x50, 0x65, 0x00, 0x7a, 0xec, 0xfa, 0x10, 0xec, 0xf8, 0xe2, 0x35, 0x00, 0xfa, 0xce, 0x9d, 0x3b, 0xc9, 0xa6, 0x4d, 0x9b, 0x9c, 0x04, 0xe9, 0xd2, 0xa2, 0x27, 0x08, 0xef, 0x2d, 0x9e, 0x80, 0x3b, 0x76, 0x6e, 0xa7, 0xc6, 0x5e, 0xaa, 0xaa, 0x97, 0x50, 0x6a, 0x97, 0xf7, 0x9f, 0xa1, 0x3a, 0xff, 0x2e, 0x11, 0xfc, 0xf3, 0xe3, 0xde, 0x54, 0x01, 0xf3, 0xc4, 0xcc, 0x36, 0x14, 0xe0, 0x6f, 0x56, 0x0a, 0xf8, 0x57, 0xdb, 0x9e, 0x20, 0xfb, 0xb3, 0x9b, 0xa9, 0xed, 0x8a, 0xa9, 0x2d, 0xc8, 0x88, 0x96, 0x7f, 0x17, 0x77, 0xff, 0x33, 0x43, 0x23, 0x0c, 0xf7, 0x96, 0x17, 0x1f, 0x08, 0x60, 0x51, 0x30, 0x5e, 0x72, 0x4a, 0xb7, 0x88, 0xb4, 0x90, 0x29, 0xd3, 0x27, 0x4b, 0x49, 0x30, 0xad, 0x30, 0xef, 0x74, 0x70, 0x70, 0x90, 0x8d, 0x8d, 0x6d, 0xc2, 0x49, 0x90, 0x5b, 0x90, 0x75, 0x66, 0x78, 0xc6, 0x90, 0x23, 0x61, 0x11, 0xa1, 0x2b, 0xf9, 0xb1, 0x4d, 0x89, 0xc9, 0xf6, 0xdf, 0x5c, 0xf5, 0x21, 0xa5, 0xaa, 0x54, 0x7c, 0x95, 0x13, 0xe0, 0x6a, 0x6c, 0x40, 0xdd, 0x91, 0xa1, 0x78, 0x56, 0x11, 0x05, 0xe1, 0xcf, 0xe4, 0xf7, 0xdf, 0x7f, 0x2f, 0x15, 0x9e, 0x08, 0x00, 0xa3, 0xa8, 0x32, 0x94, 0x57, 0x78, 0x12, 0xe1, 0x67, 0x19, 0xf9, 0x98, 0xe0, 0x31, 0x91, 0x78, 0x25, 0x25, 0x25, 0xca, 0xae, 0xce, 0x80, 0x0d, 0x8f, 0x90, 0x48, 0x48, 0x00, 0x1d, 0x24, 0xc0, 0xb5, 0x20, 0x09, 0x13, 0x64, 0x8c, 0x8a, 0x4d, 0x01, 0x64, 0xe4, 0xdb, 0xb2, 0xa5, 0xc4, 0xa9, 0x3e, 0xda, 0x1e, 0xf7, 0x15, 0x49, 0x69, 0xf1, 0xd0, 0x2f, 0x22, 0xf8, 0x67, 0xc6, 0xbc, 0xa8, 0x02, 0xe6, 0xc9, 0x99, 0xed, 0xc8, 0x96, 0xe1, 0x6f, 0x55, 0x1a, 0xf8, 0xf7, 0x66, 0x36, 0x56, 0xdb, 0x15, 0x45, 0x6d, 0xc8, 0xd8, 0xf6, 0xf7, 0x89, 0xe0, 0xbf, 0x9c, 0x62, 0xae, 0x55, 0xe1, 0x34, 0x04, 0x6a, 0x23, 0x58, 0xf8, 0x59, 0x05, 0x90, 0x36, 0xd1, 0xad, 0xa4, 0x05, 0xfa, 0x8e, 0xe9, 0x35, 0x47, 0xfd, 0xfd, 0x9b, 0xc5, 0xb2, 0xb1, 0x4d, 0x01, 0x81, 0xcd, 0x33, 0xc5, 0xb1, 0x4d, 0xb1, 0xb6, 0x01, 0xa7, 0x45, 0xdb, 0xc0, 0x9e, 0x64, 0x13, 0xed, 0x8e, 0x41, 0xd7, 0x28, 0x42, 0x6c, 0xbf, 0x83, 0x7e, 0xa9, 0xeb, 0x44, 0x12, 0x8c, 0x1b, 0x3f, 0x9a, 0xee, 0xb0, 0x67, 0x9d, 0x48, 0x20, 0x12, 0x02, 0xe0, 0xd0, 0xea, 0x31, 0x24, 0xb6, 0x32, 0x71, 0x25, 0x0c, 0xf4, 0x5a, 0xef, 0x25, 0xbe, 0x2f, 0x7b, 0x1e, 0xc0, 0x8a, 0x9d, 0x1c, 0xc0, 0x66, 0x02, 0x43, 0x17, 0x3a, 0xbe, 0x48, 0x34, 0x00, 0x1d, 0xaa, 0x0f, 0x6c, 0x06, 0x08, 0x54, 0x23, 0x08, 0x92, 0xe5, 0x18, 0xf9, 0x18, 0x21, 0xf1, 0xda, 0xe2, 0xe9, 0xb7, 0x61, 0xc3, 0x7a, 0x25, 0x87, 0x2a, 0xde, 0x3e, 0x90, 0x24, 0xb7, 0x7d, 0x9a, 0xc8, 0x32, 0x3b, 0x4f, 0xcf, 0xed, 0xe4, 0x6c, 0x90, 0xce, 0x6e, 0x4f, 0xb6, 0x8d, 0xfc, 0x57, 0x95, 0x82, 0xff, 0x58, 0x71, 0x3b, 0x32, 0xf1, 0xb3, 0x07, 0x55, 0x9f, 0x27, 0xc5, 0xe2, 0xd3, 0xb7, 0xb2, 0x30, 0x12, 0x14, 0x1c, 0xd0, 0x5f, 0xb4, 0x07, 0x60, 0xb8, 0xca, 0x3c, 0x3b, 0x57, 0xd3, 0x26, 0x26, 0xec, 0xf5, 0xf5, 0x6b, 0x32, 0x50, 0x36, 0xb6, 0xa9, 0xdf, 0x97, 0x7d, 0x76, 0xf0, 0x41, 0x33, 0x26, 0xdd, 0x85, 0xd6, 0x8b, 0x68, 0x10, 0x76, 0xed, 0x8a, 0x66, 0x6c, 0xb6, 0x7b, 0xd1, 0x1e, 0x5d, 0xd6, 0x98, 0x0a, 0xfe, 0xf5, 0x3f, 0xff, 0xfc, 0x53, 0x53, 0xfe, 0xf8, 0xe3, 0x0f, 0x27, 0x42, 0x78, 0x2a, 0x0c, 0xf0, 0x78, 0xbe, 0x96, 0x5c, 0xdd, 0xe5, 0x7f, 0x92, 0x92, 0x80, 0x91, 0x0b, 0xbb, 0x3b, 0x40, 0x8f, 0x1d, 0x1d, 0xff, 0x42, 0x00, 0x6c, 0xa8, 0x3e, 0x22, 0x11, 0xf1, 0x7a, 0x70, 0x99, 0xc2, 0x10, 0x86, 0x60, 0x0a, 0x3d, 0x04, 0x59, 0xa3, 0x00, 0x3f, 0x4f, 0x4a, 0x7c, 0x46, 0xf1, 0x3d, 0x57, 0xad, 0x5a, 0x4e, 0x52, 0xdb, 0x3f, 0xaf, 0x02, 0xdb, 0xe4, 0x1e, 0x75, 0x54, 0x69, 0xcd, 0xa7, 0xe9, 0xcf, 0xf0, 0xcf, 0x57, 0x96, 0xce, 0x2f, 0x53, 0x7b, 0x50, 0x41, 0x86, 0xdc, 0x22, 0xf1, 0xf3, 0x50, 0xd5, 0x2c, 0x97, 0x18, 0x0c, 0x35, 0x2a, 0x11, 0x22, 0x35, 0xa8, 0x61, 0x9c, 0x2b, 0x92, 0x60, 0x90, 0x6d, 0x80, 0x66, 0x8c, 0x60, 0xec, 0x84, 0x51, 0x5b, 0xa9, 0x3d, 0xe0, 0x34, 0xb6, 0xa9, 0x47, 0xcf, 0x2e, 0x4b, 0xe6, 0xcc, 0x9f, 0xf9, 0xa7, 0x8a, 0x30, 0xb9, 0x13, 0xd5, 0x29, 0x12, 0x21, 0xfe, 0xd7, 0xb6, 0x5c, 0x15, 0x55, 0x51, 0x14, 0xf4, 0x0b, 0x65, 0x05, 0x2c, 0x53, 0xa6, 0xe6, 0x53, 0x40, 0x7d, 0xef, 0x92, 0x08, 0x5a, 0xe4, 0xe0, 0xc5, 0xd3, 0xe7, 0x01, 0xac, 0xdb, 0x77, 0x6c, 0x27, 0xc3, 0x46, 0xa4, 0x2b, 0x65, 0x98, 0x00, 0xa7, 0xec, 0xb5, 0xd9, 0x0e, 0x8d, 0xe8, 0x2e, 0xdb, 0xd1, 0x99, 0x40, 0xe5, 0x01, 0x39, 0x44, 0xe2, 0x31, 0x12, 0xe0, 0x71, 0x26, 0x38, 0x19, 0x90, 0x27, 0x24, 0x5e, 0xeb, 0x44, 0x50, 0xfa, 0xff, 0xb3, 0x87, 0x46, 0xa8, 0xc0, 0x96, 0xd5, 0xf9, 0x11, 0x72, 0x42, 0xf0, 0xc3, 0x9f, 0x9e, 0xfb, 0x99, 0x92, 0xdf, 0x53, 0x59, 0xde, 0x1e, 0x99, 0xc1, 0x8b, 0x0a, 0x32, 0x94, 0x51, 0xaa, 0x3b, 0x4a, 0xd4, 0x28, 0xca, 0x68, 0x6b, 0xb8, 0xa9, 0xb2, 0xf1, 0x81, 0x76, 0xe8, 0x14, 0x98, 0x25, 0x22, 0x50, 0x11, 0x31, 0x96, 0x11, 0x20, 0x37, 0x2f, 0xfb, 0x44, 0x33, 0x7f, 0xdf, 0xc1, 0x6c, 0x6c, 0x53, 0xa7, 0x4e, 0x1d, 0x26, 0xcd, 0x9a, 0x3b, 0xe3, 0x92, 0x78, 0x1d, 0x66, 0x9f, 0x45, 0xb6, 0x08, 0x17, 0x09, 0xb0, 0xba, 0xba, 0xaa, 0xc7, 0x6a, 0x89, 0x45, 0xf4, 0x4c, 0x50, 0x45, 0xb5, 0x62, 0xe5, 0x32, 0x45, 0x95, 0x28, 0x2b, 0x11, 0x3c, 0x15, 0xec, 0xbc, 0x00, 0xbe, 0x58, 0x7b, 0x3c, 0x21, 0x73, 0x9c, 0xf2, 0x98, 0xd6, 0xe9, 0x03, 0x41, 0x90, 0x8b, 0xdf, 0xd5, 0x21, 0x28, 0xbc, 0xc1, 0xe7, 0x15, 0x4f, 0x10, 0xbc, 0x16, 0x2a, 0xc9, 0xc4, 0x62, 0x7b, 0x78, 0x90, 0x44, 0xbb, 0x83, 0x11, 0x77, 0x69, 0x66, 0x57, 0x15, 0xd8, 0xc6, 0x77, 0xb8, 0x5f, 0x51, 0x41, 0x9c, 0xc0, 0x39, 0xb7, 0x33, 0xd9, 0x3d, 0xe1, 0xbf, 0x95, 0xe4, 0xe7, 0x7f, 0x52, 0xa9, 0x0c, 0x53, 0xed, 0xfc, 0x33, 0xda, 0x52, 0xe2, 0xd5, 0x96, 0x81, 0x7f, 0x7e, 0x4c, 0x94, 0xe1, 0x96, 0xaa, 0xc0, 0x06, 0xdd, 0x91, 0xeb, 0x1b, 0x4d, 0x81, 0x67, 0x45, 0x02, 0x60, 0xfe, 0xb0, 0x08, 0xea, 0xfc, 0xa9, 0x93, 0xce, 0x9b, 0x42, 0x83, 0x0b, 0xd8, 0xd8, 0xa6, 0xd6, 0xad, 0xa3, 0x86, 0xce, 0x9c, 0x53, 0xf8, 0x93, 0x78, 0x1d, 0x8c, 0xe9, 0xa8, 0x96, 0x2a, 0xf0, 0x5f, 0xa6, 0xea, 0xcf, 0x27, 0x86, 0xea, 0x5c, 0x71, 0x09, 0xd6, 0xd6, 0xb2, 0x79, 0x02, 0x6c, 0x70, 0xf5, 0xac, 0xd9, 0xc5, 0x4a, 0xf5, 0x57, 0x59, 0x76, 0x75, 0x57, 0xa7, 0xc4, 0xb7, 0x67, 0xbe, 0x25, 0xab, 0xd7, 0xac, 0x54, 0xda, 0x21, 0x6a, 0x95, 0x51, 0x66, 0x65, 0x4f, 0x54, 0x4e, 0x06, 0x57, 0x24, 0x80, 0xef, 0x9f, 0x81, 0x9f, 0xed, 0xee, 0xd8, 0xed, 0xb1, 0xeb, 0x6b, 0x91, 0x40, 0xec, 0x2e, 0x81, 0xd3, 0x44, 0xbc, 0x76, 0x55, 0xc1, 0xd7, 0x2a, 0xb0, 0x8d, 0x6e, 0x7b, 0x37, 0x39, 0x5c, 0xd8, 0x4a, 0x05, 0xce, 0x3d, 0x99, 0x4d, 0x2a, 0x05, 0xfc, 0xeb, 0x12, 0xea, 0x91, 0x23, 0x53, 0xc3, 0xd4, 0x05, 0xf2, 0xd3, 0x5b, 0x91, 0x71, 0x94, 0x78, 0x6a, 0xf0, 0xd7, 0x5c, 0x96, 0xe1, 0x6b, 0xa8, 0x92, 0xb2, 0x4e, 0xc7, 0xee, 0xbf, 0xcd, 0x13, 0x15, 0x68, 0xda, 0x8c, 0xfc, 0x8b, 0x2d, 0x5b, 0x45, 0xad, 0x60, 0x63, 0x9b, 0xc2, 0x22, 0x43, 0xb3, 0x0a, 0x67, 0x4e, 0xfd, 0x5e, 0x55, 0xb8, 0x5f, 0x98, 0x47, 0x5a, 0xb4, 0x8a, 0x90, 0x05, 0xe7, 0x62, 0xbd, 0xa2, 0x7e, 0x20, 0x29, 0x29, 0xf6, 0x09, 0x4a, 0x84, 0x22, 0x57, 0xb5, 0xbd, 0xf0, 0x91, 0x2f, 0x58, 0x38, 0x9f, 0x02, 0x69, 0xbf, 0xa2, 0xa6, 0x78, 0x4a, 0x08, 0xec, 0xca, 0x87, 0x0f, 0x1f, 0x52, 0x4e, 0x94, 0xb1, 0xe3, 0x3d, 0xef, 0x34, 0x91, 0x93, 0x9b, 0x25, 0x25, 0x01, 0xef, 0xa5, 0xc2, 0x2e, 0xce, 0x9f, 0x02, 0x20, 0x01, 0x00, 0x0e, 0x0f, 0x8f, 0xb8, 0xbb, 0x83, 0x18, 0xb0, 0x71, 0xc4, 0x36, 0x2b, 0x20, 0x01, 0xbb, 0x66, 0x6d, 0xa1, 0x5d, 0x05, 0xb6, 0x91, 0x2d, 0xef, 0x20, 0x07, 0xa6, 0x44, 0xaa, 0x4b, 0x19, 0x73, 0x9a, 0x55, 0x4e, 0x7a, 0x43, 0x62, 0x7d, 0x72, 0xac, 0x30, 0x4a, 0xfd, 0xfa, 0x53, 0x22, 0xc8, 0xa8, 0x36, 0x77, 0xc9, 0xc0, 0xbf, 0x16, 0x4d, 0xb6, 0xaa, 0x0a, 0x0b, 0xd4, 0x08, 0xee, 0x2e, 0x02, 0x15, 0xc9, 0x6e, 0x22, 0xa8, 0x0b, 0x8b, 0xa7, 0xfe, 0x11, 0xdd, 0xa1, 0xdd, 0x5e, 0x36, 0xb6, 0x09, 0xa9, 0xd2, 0x53, 0xa7, 0xe7, 0x9d, 0x57, 0x67, 0xa1, 0xe6, 0x93, 0x56, 0xea, 0xba, 0x01, 0x82, 0xd9, 0x08, 0x5e, 0xd7, 0x58, 0x0b, 0x9d, 0xa1, 0x31, 0x35, 0xc6, 0x13, 0x80, 0x82, 0x10, 0xb9, 0x93, 0x27, 0x91, 0x39, 0x73, 0x67, 0x91, 0x65, 0xcb, 0x97, 0x2a, 0x5d, 0x1f, 0x56, 0xae, 0x5a, 0xa1, 0xd4, 0xe0, 0xce, 0x9b, 0x3f, 0x87, 0xe4, 0x15, 0xe4, 0x4a, 0x3b, 0xcd, 0x69, 0xc8, 0x39, 0xb1, 0xb3, 0x35, 0x64, 0x72, 0xfe, 0x24, 0x45, 0x3f, 0x77, 0x45, 0x02, 0x76, 0x12, 0xf0, 0x7a, 0x3e, 0x80, 0xad, 0x45, 0x02, 0xb8, 0x43, 0xc5, 0x1e, 0x43, 0x50, 0xa9, 0x36, 0xce, 0x19, 0x42, 0x52, 0x2d, 0x35, 0x9d, 0xc0, 0x36, 0x2c, 0xea, 0x36, 0xb2, 0x67, 0xb2, 0x45, 0x05, 0xce, 0x83, 0x79, 0x41, 0x95, 0x02, 0xfe, 0x0d, 0x49, 0xcf, 0x90, 0x13, 0x33, 0xd4, 0x27, 0xcb, 0xee, 0x5c, 0x0b, 0x25, 0xde, 0xdf, 0x65, 0x6a, 0xcf, 0x92, 0xaa, 0x04, 0xbf, 0xe2, 0x0a, 0x0d, 0x09, 0x3c, 0xcc, 0x03, 0xb5, 0xff, 0x57, 0x7d, 0x65, 0x81, 0xb0, 0x2b, 0x5d, 0xba, 0x7d, 0x76, 0x81, 0x8d, 0x6d, 0x8a, 0x8c, 0x0a, 0xdf, 0x30, 0x39, 0x3f, 0xfb, 0xbc, 0x2c, 0x05, 0xbb, 0x55, 0x9b, 0x16, 0x92, 0x22, 0xfa, 0xc0, 0x09, 0x5e, 0x3b, 0x71, 0x06, 0xc5, 0xe2, 0x4a, 0x41, 0x8d, 0x04, 0x90, 0x55, 0x20, 0xfb, 0xed, 0x89, 0xb1, 0x5d, 0x62, 0xd2, 0x63, 0xfe, 0x81, 0x4e, 0x0d, 0xb2, 0x38, 0x45, 0x5e, 0x7e, 0xae, 0x42, 0x02, 0xd1, 0xc8, 0x66, 0x9e, 0x28, 0x76, 0x12, 0xf0, 0x46, 0x2e, 0x04, 0xbb, 0x3d, 0x00, 0x2f, 0x23, 0x01, 0xd4, 0x21, 0xbe, 0xa9, 0xd6, 0xd2, 0x29, 0xc9, 0x24, 0xcd, 0xe2, 0x1c, 0x55, 0x1d, 0x12, 0xfe, 0x37, 0xb2, 0x3d, 0xcb, 0xa8, 0x56, 0x4b, 0x0a, 0xcc, 0x95, 0x02, 0xfe, 0x8d, 0x29, 0xcf, 0x93, 0x93, 0xc5, 0x6d, 0x55, 0xaf, 0xbf, 0x33, 0x27, 0x44, 0x21, 0x9e, 0x04, 0xfc, 0x33, 0x52, 0x8c, 0x86, 0x2a, 0x2d, 0x3c, 0x37, 0x1a, 0x8d, 0xf5, 0xc4, 0xb4, 0xea, 0x62, 0xa1, 0x3f, 0x29, 0xd5, 0xef, 0x49, 0x8f, 0xde, 0xdd, 0x4a, 0xc7, 0x36, 0x51, 0x15, 0xe8, 0xe8, 0xc4, 0xac, 0xb1, 0x3f, 0xa9, 0x4f, 0x88, 0x02, 0xd2, 0x5a, 0x02, 0x7e, 0xba, 0xf3, 0x67, 0x7b, 0x65, 0x63, 0x5d, 0xf9, 0x89, 0x60, 0xfd, 0xd0, 0x9e, 0x60, 0xcb, 0x97, 0xb5, 0x37, 0xac, 0x80, 0x5c, 0xc0, 0xd0, 0x6e, 0x0c, 0xe3, 0x10, 0x77, 0x01, 0xfa, 0xf3, 0xdf, 0xd1, 0xb6, 0x44, 0xe6, 0x99, 0x72, 0x45, 0x02, 0x08, 0xea, 0x03, 0x44, 0x6f, 0x0f, 0x23, 0x81, 0xe8, 0xf1, 0x81, 0x5a, 0x86, 0xc7, 0x40, 0x80, 0xe5, 0x33, 0x46, 0x90, 0xb4, 0xd0, 0x9b, 0x9c, 0xc0, 0x96, 0x1e, 0x7e, 0xb3, 0x92, 0x6a, 0xa0, 0x02, 0x3f, 0xd5, 0xd3, 0xb7, 0x0e, 0x7b, 0xab, 0xc2, 0xe0, 0x2f, 0x49, 0x7f, 0x95, 0x9c, 0x9a, 0xa3, 0xee, 0x0d, 0xb4, 0x75, 0x7c, 0x00, 0x19, 0x12, 0xf1, 0x37, 0xb5, 0x9f, 0xdf, 0xec, 0x93, 0x55, 0x15, 0xde, 0x1e, 0x49, 0x4a, 0x84, 0x2f, 0x0f, 0xd6, 0xae, 0xdd, 0x3b, 0xab, 0x76, 0xff, 0x49, 0x93, 0x33, 0xf9, 0xae, 0x13, 0xbf, 0x8f, 0x1e, 0x37, 0xf2, 0x92, 0x44, 0x3d, 0x02, 0x41, 0x64, 0x3b, 0x7f, 0xde, 0x75, 0x03, 0x7e, 0xd1, 0x63, 0x84, 0x3e, 0x9f, 0x8e, 0x79, 0x5e, 0x1b, 0xa9, 0x5c, 0x2a, 0x03, 0xe0, 0xbf, 0x47, 0xab, 0x16, 0x65, 0x1c, 0x52, 0x52, 0xec, 0xfb, 0xee, 0xfa, 0x8a, 0xe2, 0x34, 0xa0, 0xcf, 0x59, 0x2d, 0x1b, 0x9d, 0xe4, 0x29, 0x09, 0xd8, 0x29, 0x00, 0x81, 0xca, 0x23, 0x8b, 0xf8, 0x82, 0x04, 0xab, 0xe7, 0x4e, 0x24, 0x83, 0xc3, 0x6f, 0x21, 0xce, 0x99, 0x9d, 0x37, 0x91, 0x4d, 0x63, 0x9b, 0x49, 0x93, 0xdb, 0xb6, 0x0d, 0x7f, 0xbb, 0xc2, 0xe0, 0xdf, 0x32, 0xfc, 0x4d, 0x72, 0x5a, 0xd2, 0x21, 0x62, 0xdd, 0x88, 0x46, 0xaa, 0xdc, 0x1e, 0x05, 0xfc, 0x26, 0x9f, 0x21, 0x28, 0xb8, 0xbf, 0x16, 0xdf, 0x33, 0x92, 0xe7, 0x78, 0xc0, 0xf6, 0xee, 0xdb, 0x43, 0xea, 0xf6, 0x44, 0x3b, 0x7d, 0x10, 0x60, 0xa8, 0x24, 0x6b, 0x14, 0xf3, 0x05, 0xf0, 0x98, 0xc4, 0xe0, 0x9d, 0xda, 0xb0, 0x61, 0xc3, 0x5a, 0x86, 0x1b, 0x61, 0x81, 0x10, 0xb6, 0x24, 0x5b, 0x83, 0xb8, 0x84, 0xb8, 0x4f, 0x51, 0x73, 0x40, 0xd5, 0x98, 0xce, 0x14, 0xe0, 0xbd, 0x51, 0x85, 0x46, 0x6d, 0x88, 0xb6, 0xf1, 0x89, 0x56, 0x0b, 0xba, 0xd4, 0xc5, 0xa6, 0xc4, 0x3e, 0x52, 0xae, 0x32, 0xc3, 0xd4, 0x98, 0xbb, 0x28, 0xe8, 0xd7, 0x8b, 0x24, 0x28, 0x9a, 0x31, 0x5d, 0x15, 0xb4, 0x82, 0xf0, 0x51, 0x6a, 0x14, 0xc5, 0x8b, 0xea, 0x10, 0x54, 0x1e, 0x91, 0x04, 0x87, 0xb7, 0x2f, 0x21, 0x43, 0x22, 0xff, 0x2e, 0x24, 0x93, 0xd5, 0x24, 0xeb, 0x32, 0x1a, 0x4b, 0xbb, 0xb6, 0x6d, 0x1b, 0xf1, 0x4e, 0x85, 0xc1, 0xbf, 0x6d, 0xe4, 0x3b, 0x4a, 0xdc, 0x40, 0x7c, 0xfd, 0x15, 0xe9, 0x1f, 0x91, 0x34, 0x73, 0x4d, 0xb5, 0xda, 0x63, 0xf2, 0x89, 0xbf, 0x96, 0xdf, 0x6b, 0x70, 0x70, 0xc0, 0xfb, 0xce, 0x8d, 0x79, 0x5b, 0x5f, 0xd1, 0xee, 0x38, 0x51, 0x28, 0xb3, 0x0d, 0x94, 0xc2, 0x1a, 0x09, 0xf8, 0x0b, 0xdb, 0xb6, 0x6d, 0x7b, 0x93, 0x41, 0x5f, 0x65, 0x26, 0xc1, 0x06, 0x91, 0x04, 0xe8, 0x73, 0x24, 0x4b, 0xa5, 0x60, 0x24, 0x80, 0xcb, 0x13, 0xed, 0x53, 0xf8, 0x53, 0x00, 0x31, 0x00, 0x90, 0x00, 0xea, 0x10, 0xae, 0x39, 0xb2, 0x63, 0x19, 0x19, 0xd6, 0xe2, 0x4e, 0xa2, 0x4a, 0x6b, 0x1e, 0xaa, 0x4e, 0x6b, 0x86, 0x91, 0x8a, 0x14, 0x87, 0x8a, 0x82, 0x7f, 0xc7, 0xe8, 0x0f, 0x94, 0xa2, 0x78, 0xf1, 0xf5, 0x97, 0x24, 0xbf, 0x2b, 0xd1, 0xf7, 0x95, 0x32, 0xcb, 0x2e, 0xd7, 0xfa, 0x9e, 0xa3, 0x6b, 0x83, 0xd2, 0xde, 0x84, 0x03, 0x2f, 0x82, 0x57, 0x9e, 0x14, 0xd1, 0xa3, 0x05, 0x4b, 0xfb, 0x0e, 0x6d, 0xd5, 0xe0, 0x0f, 0x0e, 0x9a, 0x49, 0xd5, 0x9e, 0x9b, 0x75, 0x44, 0x97, 0xcb, 0x3d, 0x1b, 0x73, 0x1f, 0xfa, 0x79, 0xaa, 0xb2, 0x58, 0xe7, 0xce, 0x74, 0x4b, 0x02, 0x9c, 0x04, 0x0c, 0xfc, 0x4c, 0x90, 0x0b, 0x74, 0x6c, 0xcf, 0x5a, 0x32, 0xbc, 0xf5, 0xbd, 0x2a, 0xf0, 0x63, 0x17, 0x56, 0x81, 0xbf, 0xb8, 0x0d, 0x05, 0xff, 0xbb, 0x15, 0x06, 0xff, 0xae, 0xb1, 0x9f, 0xa8, 0x1b, 0xe1, 0xce, 0xed, 0x4c, 0xe6, 0xc6, 0xbe, 0x26, 0x03, 0xff, 0xa5, 0x34, 0x53, 0xcd, 0x90, 0xea, 0xba, 0xe7, 0x14, 0xb4, 0x8b, 0x79, 0x00, 0x77, 0xee, 0xf2, 0xd9, 0x15, 0xad, 0x3c, 0x20, 0xfe, 0x34, 0xe8, 0xf0, 0x59, 0x3b, 0xd9, 0xce, 0x3f, 0x37, 0x2a, 0x2a, 0xea, 0x16, 0x1d, 0xc9, 0x15, 0xcb, 0x5d, 0xba, 0x5f, 0x96, 0xbb, 0x34, 0x77, 0xde, 0x6c, 0x29, 0x09, 0x18, 0x01, 0xa0, 0xf2, 0x88, 0x2d, 0xd7, 0x4b, 0x56, 0xcf, 0x27, 0x23, 0xda, 0xaa, 0x93, 0xc9, 0x96, 0x24, 0xbd, 0x2b, 0xc9, 0xec, 0x6c, 0x4b, 0x76, 0x64, 0xbc, 0x57, 0x21, 0xf0, 0xaf, 0x89, 0x7f, 0x52, 0x9a, 0xd4, 0x86, 0x44, 0xba, 0x19, 0x5f, 0x3d, 0xa7, 0x06, 0xbf, 0xc5, 0xe7, 0x97, 0xd4, 0x90, 0x9a, 0x8d, 0xaa, 0xf3, 0x7e, 0x8b, 0x76, 0x80, 0xe2, 0x0a, 0x8d, 0xe9, 0xab, 0xa9, 0x0a, 0x21, 0x53, 0xb4, 0x63, 0xa7, 0x68, 0x19, 0xf8, 0x17, 0x7a, 0x4d, 0xbb, 0xc4, 0xeb, 0x7d, 0xa1, 0xad, 0x39, 0x05, 0xfd, 0x4e, 0x91, 0x04, 0xf3, 0x17, 0xcc, 0xf3, 0x88, 0x04, 0x00, 0xff, 0xe6, 0xb5, 0x4b, 0xc8, 0xc8, 0xe8, 0x47, 0x55, 0xa0, 0x5b, 0x94, 0xf0, 0xb6, 0x1a, 0xfc, 0xb3, 0xda, 0x2b, 0xc9, 0x6d, 0x15, 0xed, 0xde, 0x80, 0x60, 0x99, 0xf8, 0xda, 0xa7, 0x66, 0x77, 0x24, 0x53, 0x7a, 0xd7, 0x93, 0xed, 0xfc, 0xe7, 0x53, 0x43, 0x0d, 0xde, 0x30, 0x87, 0xb7, 0x06, 0x05, 0xef, 0x37, 0x22, 0xa0, 0xdb, 0x7f, 0xd6, 0xee, 0xb2, 0xd8, 0x85, 0x0e, 0xa3, 0x93, 0xda, 0xb5, 0x97, 0x1a, 0xbc, 0x4b, 0x10, 0x51, 0xd6, 0x91, 0x5b, 0x89, 0x0b, 0x06, 0xb5, 0x6c, 0xce, 0xd8, 0xd2, 0x6f, 0x16, 0xbb, 0x25, 0xc1, 0xae, 0x2d, 0x6b, 0x48, 0x46, 0x87, 0x27, 0x54, 0xa0, 0x9b, 0x3d, 0xe8, 0x15, 0x09, 0x40, 0x3b, 0x90, 0x9d, 0x63, 0x3e, 0xac, 0x20, 0xf8, 0xeb, 0x91, 0x83, 0x1a, 0x49, 0x6d, 0xb9, 0xdd, 0x1e, 0x97, 0x65, 0x74, 0x9e, 0x4a, 0x0e, 0x31, 0xbc, 0xe4, 0x2d, 0xf7, 0x1a, 0xa5, 0x92, 0xc6, 0x90, 0xa0, 0x13, 0x1a, 0x2d, 0x57, 0xae, 0x44, 0x77, 0x68, 0x43, 0x22, 0x22, 0xc3, 0xe4, 0xc5, 0xf5, 0xa6, 0x80, 0xe5, 0x55, 0xde, 0xf8, 0xea, 0x2f, 0x4b, 0x82, 0xe4, 0xd8, 0xc7, 0x28, 0xe8, 0x0f, 0xaa, 0x49, 0xb0, 0x44, 0x5a, 0x54, 0x03, 0x02, 0x9c, 0x3b, 0x7d, 0x84, 0x8c, 0xef, 0xf6, 0xac, 0x0a, 0x74, 0x50, 0x41, 0xa0, 0x87, 0x3b, 0x17, 0x99, 0x77, 0x24, 0xbb, 0xc6, 0x7c, 0x5c, 0x21, 0xf0, 0xaf, 0xb3, 0x3f, 0x2d, 0xad, 0xdf, 0x45, 0x21, 0x8b, 0x34, 0x97, 0xdf, 0xe4, 0x73, 0x30, 0x25, 0xcc, 0x50, 0xcf, 0xdb, 0xee, 0x75, 0xa0, 0x39, 0xf0, 0x45, 0x0a, 0xe8, 0xa3, 0x65, 0xea, 0x2c, 0x41, 0xc1, 0xef, 0xe7, 0xe7, 0x77, 0x87, 0x8e, 0xd4, 0x2a, 0x5c, 0x98, 0x51, 0x46, 0x41, 0x7f, 0x48, 0x24, 0xc1, 0xea, 0xd5, 0x2b, 0x55, 0x04, 0xf8, 0xf1, 0xfc, 0x19, 0x92, 0xd5, 0xe7, 0x55, 0x15, 0xe8, 0x0a, 0xfb, 0x3f, 0xa3, 0xf2, 0xc8, 0xc0, 0x37, 0x0f, 0x63, 0xb5, 0x22, 0xe0, 0xdf, 0x90, 0xd4, 0x40, 0x89, 0x17, 0xa8, 0x52, 0x27, 0xa6, 0xb5, 0x28, 0xed, 0xde, 0x20, 0x04, 0xb8, 0x76, 0xa4, 0x18, 0x0d, 0x8f, 0x78, 0xeb, 0xbd, 0x36, 0x9b, 0xfd, 0x1e, 0x34, 0x06, 0x07, 0x15, 0x79, 0x02, 0xfe, 0x20, 0x53, 0xe0, 0xd8, 0x46, 0x8d, 0x1a, 0xfd, 0x4d, 0x47, 0xe8, 0x35, 0x58, 0x8e, 0x4e, 0x17, 0xaa, 0xc9, 0x93, 0x98, 0x89, 0x56, 0x9a, 0xf2, 0xf0, 0xe3, 0xf7, 0x64, 0xf2, 0xd7, 0xef, 0xa9, 0x40, 0x57, 0xd0, 0xbb, 0x9e, 0xaa, 0x55, 0x39, 0xc0, 0xbf, 0x7b, 0xdc, 0x7f, 0x2a, 0x08, 0xfe, 0x67, 0x95, 0x62, 0x78, 0x11, 0xfc, 0x98, 0x03, 0x86, 0x56, 0x89, 0xb2, 0xa4, 0xb6, 0x8a, 0xd4, 0xf0, 0x5e, 0x53, 0xcf, 0x90, 0xd1, 0xf8, 0x01, 0x05, 0x78, 0x96, 0xd2, 0x5a, 0xc5, 0x19, 0xf8, 0x68, 0xc1, 0x32, 0xd5, 0xab, 0xc6, 0x24, 0xfd, 0x55, 0x56, 0x42, 0xc2, 0xa0, 0xa7, 0x1d, 0x83, 0xfa, 0x9c, 0x48, 0xb0, 0x6e, 0xfd, 0x5a, 0xf2, 0xcb, 0x4f, 0x17, 0x48, 0xde, 0x80, 0x0f, 0x54, 0xa0, 0xcb, 0xed, 0xfe, 0x84, 0x62, 0x84, 0x3a, 0x83, 0xb4, 0x13, 0xd9, 0x33, 0xb1, 0x51, 0xc5, 0xc0, 0x9f, 0xf2, 0x9c, 0x34, 0xa9, 0x0d, 0x5d, 0xe2, 0xd0, 0x2a, 0x51, 0x5d, 0xc2, 0x58, 0x63, 0xe1, 0x30, 0xa3, 0xe1, 0xef, 0xd7, 0xe3, 0x7d, 0x37, 0x99, 0xfc, 0x6a, 0x87, 0x84, 0xf8, 0xbf, 0x44, 0x41, 0x5f, 0xf7, 0xba, 0x4c, 0x6b, 0xb8, 0x91, 0x16, 0xfa, 0xf6, 0xc4, 0x27, 0xc4, 0x9e, 0x72, 0x22, 0x41, 0xfc, 0x00, 0x32, 0xb1, 0xdf, 0xbf, 0x88, 0xb4, 0x4f, 0xbf, 0x64, 0x3c, 0x11, 0xdc, 0x94, 0x15, 0x01, 0xff, 0x26, 0xfa, 0xbb, 0x13, 0x33, 0xdb, 0x7a, 0x9c, 0xd7, 0x93, 0xdc, 0xe1, 0x25, 0xfa, 0x19, 0x63, 0xfa, 0xe8, 0xdf, 0x9e, 0xbe, 0x2a, 0x65, 0x25, 0x26, 0x5a, 0x5f, 0xa4, 0xc0, 0x3f, 0x7b, 0x75, 0xea, 0xcb, 0x40, 0x92, 0x1c, 0xad, 0x36, 0x78, 0x33, 0x3b, 0xd7, 0x26, 0xc7, 0x67, 0x45, 0xab, 0x02, 0x51, 0xfb, 0xb2, 0x7d, 0x2b, 0x04, 0xfe, 0x8d, 0xa9, 0x2f, 0x52, 0xf0, 0xb7, 0x53, 0x81, 0x1f, 0xb9, 0x44, 0x68, 0x95, 0x28, 0x7e, 0x8e, 0xa4, 0x4e, 0x6f, 0x51, 0x92, 0xc6, 0x2a, 0xdd, 0xa8, 0xe3, 0x13, 0x6d, 0x6d, 0xf4, 0x6f, 0x4f, 0x5f, 0x95, 0xa4, 0x0e, 0x59, 0x5f, 0xa6, 0xa7, 0xc1, 0xb9, 0xe4, 0xe8, 0xe7, 0x24, 0xa5, 0x8c, 0x0f, 0x28, 0x65, 0x85, 0xea, 0xd9, 0x5c, 0xcd, 0x2b, 0x04, 0xfe, 0xcd, 0xf4, 0xb1, 0x53, 0xb3, 0xd4, 0xa3, 0x4e, 0xd7, 0x8f, 0x94, 0x27, 0xb5, 0x8d, 0x1f, 0x14, 0x28, 0x4e, 0xa8, 0xf9, 0x33, 0x3e, 0xd1, 0x1a, 0xac, 0x7f, 0x7b, 0xfa, 0xaa, 0xf0, 0x8a, 0x69, 0x68, 0xa8, 0x95, 0x1c, 0xf1, 0xf7, 0x85, 0x22, 0xe8, 0xc6, 0xb5, 0xbf, 0x5f, 0x35, 0xa4, 0x42, 0xe9, 0xd6, 0x3c, 0xc9, 0xbf, 0x62, 0xe0, 0x1f, 0xf2, 0xba, 0x12, 0x2f, 0x10, 0x5f, 0x77, 0xf5, 0xd0, 0x4f, 0x94, 0x84, 0x3a, 0xe7, 0xe8, 0x6e, 0x4d, 0xb2, 0x6e, 0x46, 0x92, 0xd2, 0xc3, 0x68, 0x5a, 0xe1, 0x14, 0x91, 0x04, 0x97, 0xe2, 0x93, 0xac, 0x8d, 0xf4, 0x6f, 0x50, 0x5f, 0xe5, 0x5e, 0xf9, 0x46, 0x43, 0xcd, 0x34, 0x8b, 0x4f, 0x8e, 0x6a, 0x42, 0x4b, 0xf4, 0x3d, 0xd2, 0x3a, 0xde, 0x83, 0x79, 0xc6, 0x0a, 0x81, 0x7f, 0x2b, 0xbd, 0x4e, 0x96, 0xce, 0xbc, 0x7c, 0xf0, 0x87, 0xaa, 0x8c, 0x4e, 0xd4, 0x19, 0x6c, 0x5e, 0x90, 0x51, 0x9a, 0x81, 0x7a, 0xf2, 0xe4, 0x09, 0xa5, 0x52, 0x4e, 0x30, 0xdc, 0x7f, 0x89, 0x8f, 0x8f, 0x7d, 0x57, 0xff, 0x26, 0xf5, 0x55, 0x2e, 0xf0, 0xa3, 0x58, 0x44, 0x04, 0xff, 0x98, 0x76, 0xf7, 0x28, 0x05, 0xe5, 0xb2, 0x6a, 0xae, 0x1d, 0xa3, 0xde, 0x2b, 0x3f, 0xf8, 0x87, 0xbf, 0x25, 0x05, 0xbf, 0x2c, 0xa3, 0x13, 0xe0, 0xdf, 0x34, 0x7f, 0x94, 0x12, 0x91, 0xe6, 0xd3, 0xb0, 0x8f, 0x1e, 0x3d, 0x42, 0x26, 0x4d, 0xce, 0xf6, 0xb8, 0x1b, 0xb5, 0xbe, 0xf4, 0x25, 0x57, 0x7b, 0x30, 0x95, 0xd1, 0xec, 0x33, 0x51, 0x04, 0xde, 0xa8, 0xd6, 0x77, 0x2a, 0x81, 0x27, 0x35, 0xf8, 0x2d, 0x14, 0xf0, 0xe5, 0x07, 0x3f, 0xae, 0xff, 0x56, 0x92, 0xce, 0xbc, 0xd0, 0xfe, 0x96, 0x0a, 0xfc, 0xe9, 0xe1, 0xb7, 0x90, 0xad, 0xdf, 0x4c, 0x2a, 0x6d, 0xc5, 0x28, 0x92, 0xe0, 0xe0, 0xc1, 0x03, 0x24, 0x33, 0x6b, 0xbc, 0xdb, 0x6e, 0xd4, 0xfa, 0xd2, 0x97, 0x74, 0xa1, 0x13, 0x1a, 0x05, 0xda, 0x48, 0xd5, 0x6c, 0xae, 0x36, 0x14, 0xfc, 0x53, 0xd5, 0x1d, 0x16, 0x8e, 0x4e, 0x0d, 0x55, 0x32, 0x3b, 0xcb, 0x0b, 0x7e, 0x3c, 0x4f, 0x95, 0xcb, 0x3f, 0xb7, 0xb3, 0x92, 0x4b, 0xa4, 0x02, 0x7f, 0xe4, 0xed, 0x64, 0xc3, 0xa2, 0x49, 0x4e, 0xb3, 0xc9, 0xf8, 0xee, 0xd7, 0x4c, 0xf6, 0xee, 0xdd, 0x43, 0xc6, 0x0b, 0x13, 0x6a, 0xec, 0x09, 0xd6, 0xa3, 0x88, 0x74, 0xeb, 0xdf, 0xb0, 0xbe, 0xdc, 0xed, 0xfc, 0xa3, 0x3d, 0xdd, 0xf9, 0xd1, 0x6f, 0xa7, 0x22, 0x3b, 0x3f, 0x12, 0xe3, 0xc4, 0x9c, 0x21, 0x25, 0x9d, 0xf9, 0x4b, 0xb5, 0xc7, 0x69, 0x68, 0x8b, 0x3b, 0x49, 0xc9, 0xf2, 0x69, 0x4a, 0x41, 0x0e, 0xca, 0x33, 0xf9, 0xb6, 0xec, 0x20, 0x82, 0xd8, 0x27, 0x75, 0xe7, 0xce, 0x1d, 0xea, 0x09, 0x35, 0x76, 0xeb, 0x9e, 0xc4, 0xc4, 0x98, 0x07, 0xf4, 0x6f, 0x5a, 0x5f, 0x72, 0x83, 0xd7, 0xec, 0x33, 0x4e, 0xb5, 0xf3, 0xb7, 0xfa, 0x87, 0xb4, 0x77, 0x4f, 0x45, 0xc1, 0xbf, 0x6b, 0xbc, 0xba, 0x42, 0x0c, 0x69, 0x14, 0xc8, 0x25, 0x52, 0x81, 0xbf, 0xe5, 0xdd, 0x14, 0xfc, 0x85, 0x4a, 0xfa, 0x35, 0x1b, 0xea, 0x8d, 0xa2, 0x1c, 0xcc, 0x2d, 0x60, 0x03, 0x3e, 0xd8, 0x70, 0x0e, 0x9e, 0x04, 0x5b, 0xb7, 0x6d, 0x91, 0x4d, 0xa8, 0x59, 0x87, 0x46, 0xc6, 0xfa, 0x37, 0xae, 0x2f, 0x27, 0xf0, 0xcb, 0x74, 0x7e, 0xf4, 0xc9, 0x97, 0x4d, 0x65, 0x04, 0xf8, 0x01, 0xfa, 0xf2, 0x82, 0x7f, 0xcf, 0x84, 0x4f, 0xa5, 0xb9, 0xfc, 0x05, 0x92, 0x5c, 0x7e, 0x14, 0xd9, 0xec, 0xdf, 0xb6, 0x5c, 0xe9, 0x39, 0xca, 0x4f, 0xac, 0x67, 0x27, 0x01, 0x1b, 0x30, 0xae, 0x35, 0xa1, 0x66, 0xd3, 0xa6, 0x8d, 0x64, 0x44, 0xc6, 0x50, 0x91, 0x04, 0x8b, 0x31, 0xe8, 0x50, 0xff, 0xe6, 0xf5, 0xa5, 0xf8, 0xf9, 0xd1, 0x05, 0x59, 0xb6, 0xf3, 0xef, 0xcb, 0x8f, 0x50, 0xeb, 0xfc, 0xd3, 0x22, 0xca, 0x0f, 0x7e, 0x7b, 0x3d, 0xb2, 0x2f, 0x5b, 0x3d, 0xef, 0x0b, 0x4d, 0x71, 0x27, 0x75, 0x57, 0xe7, 0xf2, 0x8f, 0xee, 0xf8, 0x04, 0x39, 0xbc, 0x67, 0x43, 0xe9, 0x2c, 0x32, 0x90, 0x00, 0x1d, 0xa8, 0x79, 0x22, 0xe0, 0x24, 0x60, 0x43, 0xc4, 0xd9, 0x20, 0x71, 0xbe, 0x4d, 0x3b, 0x0c, 0xe5, 0x75, 0xeb, 0xd7, 0x28, 0xf3, 0xdb, 0x9c, 0xa6, 0xd8, 0x27, 0x58, 0x8b, 0xd0, 0x80, 0x40, 0x47, 0xc0, 0x5f, 0x78, 0xa1, 0x1f, 0x4e, 0x8a, 0xb9, 0xc6, 0x14, 0xd9, 0x30, 0x6a, 0xb4, 0x0f, 0x54, 0xb5, 0x2f, 0x99, 0x5e, 0x11, 0xf0, 0x3f, 0xad, 0x44, 0x88, 0x65, 0xad, 0xc9, 0x65, 0xdd, 0x99, 0x47, 0x75, 0xac, 0x43, 0xc1, 0xbf, 0x51, 0x35, 0xcd, 0x12, 0x80, 0x07, 0x09, 0x78, 0x22, 0xe0, 0x24, 0xc0, 0xd0, 0x3e, 0x76, 0x0d, 0x23, 0x01, 0x13, 0xa5, 0x4d, 0xcb, 0x9a, 0x55, 0xca, 0x3c, 0x67, 0xe1, 0x24, 0xc8, 0xf2, 0xda, 0x2e, 0x6a, 0xfa, 0xaa, 0xe2, 0x9d, 0xdf, 0x68, 0xb8, 0x39, 0xcd, 0x5c, 0x63, 0x9a, 0xcc, 0xdb, 0x23, 0xd3, 0xf9, 0x2b, 0x02, 0xfe, 0x75, 0xf6, 0xfa, 0xd2, 0x2a, 0x2e, 0xa4, 0x51, 0x64, 0x76, 0x7a, 0x58, 0xbd, 0xf3, 0x77, 0xae, 0x4f, 0x76, 0x94, 0xac, 0x52, 0x5a, 0x33, 0xca, 0xe6, 0x21, 0xcb, 0x48, 0x80, 0xdf, 0xf1, 0xd7, 0x88, 0x53, 0x2b, 0x61, 0x28, 0x2f, 0x5f, 0xf1, 0x0d, 0x49, 0x1f, 0xea, 0x3c, 0xa6, 0x29, 0x2e, 0xd1, 0x3a, 0x4c, 0x47, 0xc3, 0x5f, 0x10, 0xfc, 0xa9, 0xa6, 0x1a, 0x85, 0xaa, 0x5d, 0xb7, 0xcd, 0x5d, 0x52, 0x57, 0x27, 0xc0, 0xbf, 0x7d, 0xf4, 0x07, 0xe5, 0x03, 0x7f, 0x42, 0x7d, 0x72, 0x28, 0x3f, 0x58, 0x1d, 0x3b, 0x28, 0x6c, 0xad, 0xb4, 0x45, 0x57, 0xa5, 0x58, 0x74, 0x7f, 0x91, 0xec, 0xda, 0xb6, 0x41, 0x69, 0xb5, 0x02, 0x81, 0xda, 0x23, 0x0e, 0xf3, 0x46, 0xbf, 0x51, 0x00, 0x5e, 0x66, 0x13, 0xf0, 0xd7, 0x89, 0x27, 0x01, 0x66, 0x33, 0xa0, 0xc2, 0x2d, 0x2d, 0x3d, 0xd9, 0x99, 0x04, 0x76, 0x6b, 0x8c, 0x8e, 0x8a, 0xbf, 0xc8, 0x42, 0xae, 0x7c, 0xaa, 0xa5, 0xc6, 0x3c, 0x59, 0x7a, 0xc3, 0xa1, 0xe9, 0x2d, 0x2b, 0x55, 0xe7, 0x57, 0xc0, 0x9f, 0xa7, 0x06, 0x3f, 0x48, 0x86, 0xb6, 0xe8, 0xe2, 0x67, 0xc8, 0xee, 0xf7, 0x36, 0xd9, 0xbd, 0xe3, 0xea, 0xcc, 0x31, 0x46, 0x80, 0x83, 0x07, 0x0f, 0x2a, 0xc0, 0xe6, 0xa7, 0xd3, 0x43, 0xd0, 0x79, 0x1a, 0xa0, 0x97, 0xd9, 0x04, 0x78, 0x8c, 0x27, 0x01, 0x3f, 0xbb, 0x0c, 0x2a, 0xd2, 0xa2, 0xc5, 0x0b, 0xae, 0x8e, 0x69, 0x72, 0x26, 0x41, 0x77, 0x1d, 0x1d, 0x37, 0xf8, 0x42, 0x95, 0x54, 0xaa, 0xb9, 0xe6, 0x1a, 0xd5, 0xae, 0x1b, 0x7d, 0xaf, 0x34, 0xbd, 0xe1, 0xe8, 0xf4, 0x8a, 0x82, 0x3f, 0x44, 0x5d, 0xc5, 0x45, 0x0d, 0x6b, 0x59, 0x15, 0xd7, 0xe4, 0x01, 0x1f, 0x92, 0x13, 0x47, 0x0f, 0x29, 0x00, 0x06, 0x01, 0x98, 0x30, 0x12, 0xe0, 0x24, 0x00, 0xb0, 0x79, 0x41, 0xe3, 0x5e, 0x80, 0x5e, 0x66, 0x13, 0xf0, 0x64, 0x81, 0x3a, 0xc4, 0x4f, 0xbc, 0xc4, 0xef, 0xd0, 0xfa, 0x05, 0x6d, 0x08, 0x39, 0x12, 0x5c, 0xb1, 0x27, 0xda, 0x5a, 0xe9, 0x28, 0xb9, 0x41, 0x57, 0x6a, 0x98, 0xe1, 0x61, 0x0a, 0xb4, 0x2d, 0x9e, 0x82, 0xbf, 0x22, 0xae, 0xce, 0xf5, 0x14, 0xfc, 0x87, 0xf3, 0x25, 0xe0, 0x2f, 0x08, 0x27, 0x23, 0x5b, 0xdd, 0xa1, 0x1e, 0x8c, 0x67, 0x6b, 0x44, 0x4e, 0x9d, 0x3c, 0xa6, 0x00, 0x1a, 0x22, 0x92, 0x80, 0x11, 0x01, 0xc0, 0x66, 0xd7, 0x30, 0x81, 0x9d, 0xc0, 0x48, 0x20, 0xaa, 0x43, 0x3c, 0x59, 0x44, 0x12, 0x9c, 0x3c, 0x75, 0x52, 0x19, 0x50, 0x82, 0x89, 0x3d, 0x7c, 0x1a, 0x75, 0x5c, 0x42, 0xac, 0x51, 0x47, 0xcb, 0x0d, 0xb6, 0xd2, 0xc2, 0x0c, 0xff, 0xa4, 0x40, 0x3b, 0xac, 0x2a, 0x66, 0xe9, 0xf4, 0x90, 0x34, 0xa5, 0xf9, 0xc8, 0xd4, 0xd0, 0x72, 0x07, 0xb9, 0xb0, 0xf3, 0x1f, 0x9e, 0xa2, 0xee, 0xdc, 0xb0, 0x37, 0x2f, 0x54, 0x36, 0x7f, 0x97, 0xcc, 0x48, 0x0d, 0x26, 0xe7, 0xbf, 0x3f, 0xa7, 0xf8, 0xf0, 0xb1, 0x33, 0x03, 0xd0, 0x10, 0x80, 0x18, 0x5d, 0xa6, 0x21, 0x22, 0x09, 0xd8, 0x35, 0x4c, 0x58, 0x8c, 0x40, 0xa6, 0x0e, 0xf1, 0x64, 0x01, 0x09, 0xf8, 0x79, 0xc6, 0xc7, 0x8f, 0x1f, 0x53, 0xda, 0x41, 0x26, 0x24, 0xc5, 0x39, 0xa7, 0x51, 0xc7, 0x5b, 0xff, 0xab, 0xa3, 0xe6, 0x06, 0x59, 0x83, 0x2d, 0x86, 0xd7, 0x30, 0xe8, 0x59, 0x04, 0x1e, 0xfc, 0xee, 0xc7, 0x25, 0x45, 0x27, 0x15, 0x05, 0xff, 0x91, 0x29, 0xea, 0xa1, 0x17, 0x18, 0x84, 0x21, 0xab, 0xdf, 0x2d, 0x1a, 0x1c, 0xa6, 0x18, 0xa6, 0xfc, 0xa4, 0x79, 0x00, 0x15, 0x80, 0x86, 0x68, 0x91, 0x00, 0xc0, 0x66, 0xd7, 0xf0, 0x44, 0x90, 0xa9, 0x43, 0xb8, 0x96, 0xbf, 0x46, 0x24, 0xc1, 0x91, 0x23, 0x87, 0x95, 0xee, 0xd8, 0x42, 0x2d, 0xc1, 0x2f, 0x68, 0x40, 0xac, 0xa3, 0xe7, 0x7a, 0xdf, 0xf9, 0xcd, 0xb5, 0xfe, 0x4d, 0x81, 0xf6, 0xa3, 0x7a, 0x16, 0xef, 0xd3, 0x92, 0x02, 0xf6, 0xab, 0x29, 0xcd, 0xe5, 0x06, 0x7f, 0xe2, 0x3f, 0x95, 0xac, 0x50, 0xf1, 0x35, 0x77, 0x4d, 0x32, 0x4b, 0xc1, 0x8f, 0x12, 0xc6, 0xec, 0x9c, 0x4c, 0x45, 0x15, 0xe1, 0x09, 0x00, 0xa3, 0x15, 0x40, 0xc5, 0x4e, 0x0f, 0x01, 0x98, 0x45, 0x55, 0x08, 0x02, 0x72, 0x30, 0x12, 0x30, 0xc1, 0xf5, 0x3c, 0x09, 0x18, 0x11, 0x98, 0x4a, 0xc4, 0xae, 0x43, 0xc0, 0x8c, 0x7f, 0x4f, 0x8c, 0xa6, 0xc2, 0x9c, 0x04, 0x81, 0x04, 0xe7, 0x51, 0x0d, 0xa7, 0xa3, 0xe8, 0x7a, 0x05, 0xbf, 0xa5, 0x66, 0x2b, 0x0a, 0xb4, 0xdf, 0x55, 0xbb, 0xee, 0x97, 0xcf, 0xaa, 0x5a, 0x97, 0x40, 0xe0, 0xaa, 0x2c, 0x2f, 0xf8, 0xf1, 0xaf, 0x6c, 0x10, 0x1d, 0xc0, 0x2f, 0x9b, 0xc8, 0x92, 0xd4, 0xe9, 0xff, 0x48, 0xbc, 0x3d, 0xf6, 0xea, 0xa8, 0xa6, 0xbc, 0x1c, 0x85, 0x04, 0x2c, 0xa7, 0x07, 0x82, 0x5d, 0x1a, 0x40, 0xc5, 0xee, 0x0d, 0x41, 0xe3, 0x5d, 0xfe, 0x14, 0x80, 0xc0, 0x30, 0xc6, 0x63, 0x8c, 0x28, 0x4c, 0x98, 0x7b, 0x54, 0x54, 0x87, 0x18, 0x09, 0x18, 0x11, 0x44, 0x12, 0xec, 0xd9, 0xbb, 0x87, 0xe4, 0xe5, 0x4f, 0x52, 0xa5, 0x51, 0xdb, 0x92, 0x6d, 0xf5, 0x75, 0x34, 0x5d, 0x47, 0x4b, 0x49, 0x67, 0xb6, 0xf8, 0xc4, 0x48, 0xfa, 0x63, 0x92, 0xd9, 0x83, 0x5e, 0x56, 0x65, 0x5f, 0x2a, 0x6e, 0xc9, 0xc9, 0xe5, 0xaf, 0xe4, 0x52, 0xd4, 0x1e, 0xaa, 0x36, 0xa9, 0xc1, 0x6f, 0x92, 0x82, 0x3f, 0xa5, 0xfd, 0x73, 0x25, 0x0c, 0xfc, 0xa5, 0x53, 0x6a, 0xa6, 0xe4, 0x95, 0x1a, 0xaa, 0x4c, 0x00, 0x50, 0x80, 0x95, 0x25, 0xbf, 0xf1, 0x24, 0x60, 0xa7, 0x00, 0x3b, 0x09, 0x18, 0x51, 0x78, 0x11, 0x4f, 0x01, 0x46, 0x02, 0xf6, 0x38, 0xcb, 0x23, 0xe2, 0x89, 0xb7, 0x63, 0xc7, 0x76, 0x32, 0x29, 0x57, 0x55, 0x50, 0x73, 0xc0, 0x6e, 0xb7, 0xd7, 0xd6, 0x91, 0x75, 0x1d, 0xac, 0xc4, 0x70, 0xc3, 0xed, 0xb2, 0x00, 0x17, 0xca, 0x09, 0x97, 0xa5, 0x7e, 0xa0, 0x6e, 0x23, 0x3e, 0xaf, 0x53, 0xc5, 0xba, 0x37, 0xd8, 0xeb, 0x4b, 0xd5, 0x9e, 0x1d, 0xd9, 0x46, 0x32, 0x2c, 0xf2, 0x16, 0x59, 0x93, 0x5a, 0x3b, 0x21, 0xa4, 0x06, 0x05, 0xd5, 0x70, 0xf5, 0xa8, 0x26, 0x35, 0x09, 0xe0, 0xb3, 0x07, 0x68, 0x19, 0x80, 0xb1, 0xeb, 0xcb, 0x5c, 0xa4, 0x7c, 0x96, 0x28, 0x2f, 0x20, 0x8d, 0x16, 0x11, 0x18, 0x19, 0xf8, 0x64, 0x3a, 0x08, 0x32, 0x48, 0xb3, 0xb2, 0x27, 0x88, 0xb5, 0x04, 0xdb, 0x6c, 0x36, 0xdb, 0xbd, 0x3a, 0xc2, 0xbc, 0x78, 0x0d, 0x09, 0x37, 0xd4, 0x4d, 0x33, 0xfb, 0x6c, 0x12, 0x41, 0x87, 0x81, 0x74, 0x1b, 0xc7, 0xf8, 0x4a, 0xda, 0x88, 0x7f, 0x46, 0xf6, 0x4e, 0x6c, 0x5c, 0xa1, 0x9d, 0xff, 0x50, 0xbe, 0x7a, 0xf8, 0x34, 0x86, 0xdf, 0x0d, 0x0d, 0x57, 0x83, 0x3f, 0xcd, 0xe4, 0x63, 0x2d, 0x3d, 0xa5, 0x28, 0x09, 0x28, 0xa8, 0x32, 0x44, 0x12, 0x14, 0xce, 0x98, 0xa6, 0x90, 0x80, 0x25, 0xb6, 0x41, 0x90, 0xd6, 0xc0, 0x93, 0x40, 0x4b, 0x1d, 0xe2, 0xd5, 0x1d, 0x5e, 0x70, 0xbd, 0x16, 0x11, 0xf8, 0x64, 0x3a, 0x9e, 0x04, 0x9b, 0x4a, 0x36, 0x92, 0x09, 0x42, 0x41, 0x0d, 0x95, 0xb5, 0x98, 0xb3, 0xa6, 0x23, 0xcd, 0x0b, 0x57, 0xb2, 0xa5, 0x66, 0x63, 0x0a, 0xb2, 0x73, 0xb2, 0x39, 0xbc, 0xe8, 0xa0, 0xa6, 0x02, 0x3f, 0xda, 0x15, 0x8e, 0xff, 0x4f, 0x85, 0xc0, 0x2f, 0xf3, 0xf3, 0x2b, 0x6a, 0x4f, 0xe4, 0xad, 0x1e, 0x8d, 0x23, 0x42, 0x12, 0x1a, 0x92, 0xd1, 0x64, 0x53, 0x6a, 0x64, 0x24, 0xe0, 0x8d, 0x5b, 0xec, 0xfc, 0x32, 0xef, 0x10, 0x0f, 0x72, 0x5e, 0x18, 0x09, 0x44, 0x22, 0x30, 0x01, 0xc1, 0xf8, 0x8c, 0x52, 0xc8, 0xfa, 0x8d, 0xeb, 0xc8, 0xb8, 0x09, 0x63, 0x44, 0x9b, 0x60, 0x91, 0x9e, 0x46, 0xed, 0x65, 0xfa, 0x7e, 0x9a, 0xc5, 0xa7, 0x37, 0x05, 0xd9, 0x65, 0x59, 0xcf, 0x9e, 0x43, 0x53, 0x5b, 0x48, 0xfa, 0xf3, 0x47, 0x57, 0xa8, 0x4b, 0x33, 0x12, 0xdb, 0x64, 0xe9, 0x0d, 0xbb, 0x73, 0xe5, 0x06, 0x2f, 0x05, 0xff, 0xd7, 0x5a, 0x9f, 0x3f, 0x3f, 0x3f, 0xbf, 0x26, 0x05, 0x56, 0x8e, 0x48, 0x82, 0xe2, 0x99, 0x45, 0x2a, 0x12, 0x20, 0xad, 0x81, 0x07, 0x33, 0x4f, 0x02, 0xde, 0x36, 0xe0, 0xc1, 0xee, 0x4a, 0xd8, 0x49, 0xc0, 0x7e, 0x16, 0x49, 0x80, 0xff, 0x5f, 0xbb, 0x6e, 0x35, 0x19, 0x33, 0x36, 0x43, 0x3c, 0x09, 0x0a, 0xf5, 0x34, 0x6a, 0x6f, 0x50, 0x79, 0x4c, 0x86, 0xda, 0xa9, 0xe6, 0x1a, 0x8b, 0x64, 0xc6, 0x2e, 0xdc, 0x9c, 0xe8, 0x97, 0x2f, 0x9b, 0xc9, 0xc5, 0x00, 0x5f, 0xde, 0x94, 0x66, 0x59, 0x56, 0xa7, 0x16, 0xf8, 0x53, 0x2c, 0x3e, 0x7d, 0xdd, 0xfd, 0x1d, 0x0a, 0x09, 0xec, 0xd6, 0x5c, 0x27, 0x9d, 0x3b, 0xd1, 0x46, 0x66, 0xcf, 0x9d, 0x45, 0xbe, 0xfd, 0xf6, 0xb4, 0x53, 0x2a, 0x34, 0x02, 0x65, 0x00, 0x2b, 0x54, 0x1e, 0xd1, 0x1e, 0x10, 0xed, 0x02, 0x2d, 0x11, 0x4f, 0x01, 0xfe, 0xf5, 0x40, 0x08, 0x3e, 0xad, 0x1a, 0xa4, 0x5b, 0xb5, 0x7a, 0x05, 0xc9, 0x18, 0x3d, 0x5c, 0xc8, 0x20, 0x8d, 0xcd, 0xd4, 0xd3, 0xa8, 0xab, 0x71, 0xa5, 0x58, 0x6a, 0x36, 0xa3, 0x00, 0x3b, 0x2b, 0x02, 0x0e, 0x5d, 0xd3, 0xd0, 0x46, 0x44, 0xe6, 0xe9, 0x39, 0x32, 0x2d, 0x8c, 0x6c, 0x1b, 0xf1, 0x76, 0x85, 0xc0, 0x7f, 0x40, 0x02, 0x7e, 0x54, 0x8c, 0xc9, 0x22, 0xbc, 0xae, 0x76, 0x7e, 0x71, 0x61, 0xbc, 0x2b, 0x0a, 0x54, 0x78, 0x90, 0x21, 0x3a, 0x3b, 0x6f, 0xfe, 0x1c, 0xe5, 0x24, 0xe0, 0x49, 0x80, 0x9f, 0x79, 0x2f, 0x10, 0x40, 0x2f, 0xda, 0x04, 0xcc, 0x2e, 0xe0, 0xaf, 0xe3, 0x93, 0xeb, 0x44, 0x75, 0x88, 0x9d, 0x28, 0x10, 0x91, 0x04, 0x20, 0xe1, 0xf2, 0x15, 0xcb, 0xc8, 0xf0, 0x91, 0x43, 0x05, 0x12, 0xd8, 0x86, 0xe8, 0x48, 0xbc, 0xc6, 0x2b, 0xc3, 0xd7, 0x70, 0x1b, 0x55, 0x79, 0x46, 0xc8, 0x76, 0xfd, 0x91, 0x14, 0x84, 0x5b, 0x27, 0x06, 0x4a, 0x3c, 0x3d, 0x57, 0xdd, 0x9c, 0x5b, 0x2a, 0x32, 0x84, 0xda, 0x5e, 0x4f, 0x3a, 0x92, 0x08, 0xed, 0xc9, 0x47, 0x48, 0x82, 0x5c, 0xbc, 0xc1, 0xeb, 0xe9, 0xa2, 0x3b, 0xea, 0xcd, 0x71, 0x09, 0xb1, 0xc5, 0x22, 0x09, 0xe6, 0xcf, 0x9f, 0xab, 0x80, 0x9e, 0xcf, 0xf5, 0x47, 0xb4, 0x58, 0x04, 0xbc, 0x68, 0x13, 0xb0, 0xd3, 0x40, 0xeb, 0x84, 0x10, 0x49, 0xc0, 0x9f, 0x28, 0x8c, 0x04, 0x8c, 0x08, 0x08, 0xcc, 0x2d, 0xf9, 0x66, 0x31, 0x19, 0x3a, 0xdc, 0xb9, 0xa0, 0xc6, 0x9e, 0x68, 0xfd, 0x52, 0x47, 0xe5, 0xb5, 0xda, 0xf5, 0x4d, 0x86, 0xd7, 0x29, 0xb8, 0x76, 0xcb, 0xc0, 0x8f, 0xb4, 0x06, 0x59, 0xa7, 0x36, 0x78, 0x7a, 0xf6, 0x4c, 0x6c, 0xac, 0x80, 0xbc, 0x22, 0x1d, 0xdb, 0xf0, 0x1a, 0xb2, 0xac, 0x4e, 0x18, 0xd9, 0x92, 0xc1, 0x14, 0x09, 0xe5, 0xfd, 0x1b, 0x41, 0x02, 0x7b, 0x42, 0xec, 0x2c, 0x1e, 0x64, 0x48, 0x56, 0x5b, 0xb8, 0x78, 0x81, 0x53, 0x8a, 0x33, 0x04, 0xc1, 0x2c, 0xde, 0x06, 0xc0, 0x64, 0x7a, 0xd1, 0x26, 0x10, 0xc9, 0xc1, 0x0b, 0x4f, 0x02, 0x99, 0x5d, 0xc1, 0x93, 0x00, 0x72, 0xe2, 0xc4, 0x71, 0xb2, 0x68, 0xf1, 0x42, 0x55, 0x41, 0x4d, 0x7c, 0x62, 0x6c, 0x37, 0x1d, 0x9d, 0x55, 0xb8, 0x1c, 0xad, 0x4a, 0xbe, 0x90, 0x45, 0x75, 0x15, 0x95, 0x27, 0xe9, 0x5d, 0xe9, 0x8c, 0xdc, 0x93, 0x33, 0xdb, 0x29, 0x60, 0xaf, 0x28, 0xf8, 0x77, 0x8d, 0x51, 0x8f, 0x38, 0x45, 0xc5, 0x58, 0x46, 0xeb, 0x7f, 0xc8, 0xfc, 0xfc, 0x69, 0x15, 0x26, 0x7a, 0x4a, 0xca, 0xad, 0xf0, 0xb6, 0xf0, 0x20, 0x4b, 0x4a, 0xb1, 0x93, 0xc5, 0x4b, 0x17, 0xa9, 0x48, 0x80, 0x60, 0x16, 0x80, 0x2f, 0x8a, 0x48, 0x04, 0xad, 0x6b, 0x78, 0xbb, 0x80, 0x09, 0x4f, 0x18, 0x90, 0x80, 0x7f, 0x3f, 0x18, 0xca, 0xf3, 0x17, 0xcc, 0x25, 0x69, 0xe9, 0x29, 0x4e, 0x69, 0xd4, 0x54, 0x7d, 0x6b, 0xa9, 0x23, 0xb5, 0x0a, 0x56, 0xba, 0xd1, 0x70, 0x7f, 0x9a, 0xb9, 0xc6, 0x1c, 0xd9, 0xae, 0x8f, 0x02, 0x16, 0x99, 0x8b, 0xf3, 0xaa, 0xbe, 0x1f, 0x4e, 0xc1, 0xfd, 0x66, 0x85, 0xc1, 0x8f, 0x56, 0x87, 0x22, 0xb9, 0x70, 0xd2, 0xc8, 0x8a, 0x59, 0xd2, 0xcc, 0x3e, 0xc3, 0xe0, 0x95, 0xaa, 0x1c, 0xd2, 0xc7, 0xdc, 0x46, 0x49, 0xb0, 0x44, 0x24, 0xc1, 0x92, 0xa5, 0x8b, 0x15, 0x12, 0xf0, 0xb9, 0xfe, 0xf0, 0xe3, 0x63, 0x52, 0x25, 0x2f, 0x32, 0x22, 0x88, 0xd7, 0x40, 0xf0, 0x7b, 0xde, 0x68, 0x66, 0xea, 0x10, 0x4f, 0x1a, 0x80, 0x9e, 0x27, 0x01, 0x1e, 0x47, 0x2d, 0x41, 0x6a, 0x5a, 0x92, 0x98, 0x46, 0x1d, 0xa8, 0x23, 0xb6, 0x12, 0xd7, 0x60, 0xb3, 0xe1, 0x5d, 0x0a, 0xac, 0xe3, 0x32, 0xf0, 0x17, 0xc7, 0xbc, 0xa0, 0x74, 0x52, 0x90, 0x45, 0x76, 0xf7, 0x66, 0x35, 0x25, 0x9b, 0x28, 0xa8, 0x2b, 0x0a, 0x7e, 0xf4, 0xea, 0x14, 0xdb, 0x15, 0x1e, 0x2b, 0x6e, 0xa7, 0xb8, 0x57, 0x25, 0x6a, 0xcf, 0xa8, 0xca, 0x02, 0x3f, 0x5b, 0x89, 0x89, 0x89, 0xb7, 0xd3, 0x9d, 0x75, 0x19, 0x4f, 0x02, 0x54, 0x71, 0x2d, 0x5b, 0xfe, 0x8d, 0x62, 0x03, 0xf0, 0x24, 0xe0, 0x67, 0x16, 0x43, 0xb4, 0x4e, 0x01, 0xfe, 0x1a, 0x7e, 0xc6, 0xb1, 0xcc, 0x7d, 0xca, 0x93, 0x06, 0x24, 0xe0, 0xdf, 0xef, 0xc0, 0xc1, 0x03, 0x64, 0xf6, 0x9c, 0x99, 0x62, 0x41, 0xcd, 0xa5, 0xb8, 0x84, 0xb8, 0xff, 0xe8, 0xc8, 0xad, 0x84, 0x95, 0x6a, 0xa9, 0xd9, 0x56, 0xa6, 0xf2, 0x20, 0xab, 0x72, 0xd3, 0x18, 0x3f, 0xe9, 0xae, 0x8f, 0x49, 0x2a, 0x5b, 0x47, 0xfe, 0x8b, 0x82, 0xff, 0xe5, 0x0a, 0x83, 0x7f, 0xf3, 0x90, 0xd7, 0x54, 0x8d, 0x6a, 0x31, 0x01, 0x26, 0x5b, 0xd2, 0xbd, 0x21, 0xd5, 0xe2, 0x93, 0x09, 0x35, 0xad, 0x2a, 0xee, 0x43, 0x7c, 0x7c, 0xfc, 0x9d, 0x88, 0xc0, 0x8a, 0x24, 0x58, 0x4e, 0x49, 0x00, 0xc3, 0x94, 0x2f, 0x78, 0xc1, 0xce, 0x8c, 0xe9, 0xf5, 0x4c, 0xd8, 0x49, 0x20, 0xea, 0xfe, 0xfc, 0x35, 0x6c, 0xda, 0x3d, 0xae, 0x13, 0x55, 0x21, 0xfc, 0xcc, 0x93, 0x46, 0x24, 0xc1, 0xde, 0x7d, 0x7b, 0x95, 0x78, 0x05, 0x4e, 0x26, 0xee, 0xf3, 0xfd, 0x1c, 0x1f, 0x1f, 0xfb, 0x8e, 0x8e, 0xe0, 0x72, 0x2e, 0xa5, 0x41, 0x95, 0xc9, 0x27, 0x5e, 0xb6, 0xeb, 0xa3, 0x7b, 0x82, 0xac, 0x60, 0x9d, 0x65, 0x72, 0x62, 0xa2, 0x4a, 0x65, 0x80, 0x7f, 0x53, 0xca, 0x0b, 0x4a, 0xb0, 0x4c, 0xec, 0xd8, 0x96, 0xd7, 0xb3, 0xae, 0x64, 0x0c, 0x69, 0x8d, 0x62, 0xf4, 0x15, 0xaa, 0xd2, 0xcd, 0x20, 0x35, 0xe6, 0x2e, 0x0a, 0xac, 0xf5, 0x3c, 0x09, 0x52, 0x07, 0x27, 0x93, 0x15, 0x2b, 0x96, 0xa9, 0x48, 0x00, 0xd0, 0xee, 0xdc, 0xb9, 0xb3, 0x54, 0x64, 0xea, 0x10, 0xfe, 0x9f, 0x3d, 0x2e, 0x12, 0x46, 0x16, 0x37, 0xc0, 0xef, 0xd9, 0x35, 0x20, 0x01, 0xff, 0x7e, 0xbb, 0x77, 0xef, 0x22, 0x45, 0x33, 0xa6, 0x8b, 0x55, 0x65, 0x67, 0x6d, 0x49, 0xb6, 0x67, 0x75, 0x34, 0x97, 0x71, 0xd9, 0x5b, 0x1a, 0xee, 0x00, 0xa0, 0x24, 0x3b, 0xac, 0x92, 0xc5, 0x29, 0x4b, 0x61, 0xbe, 0x3a, 0x78, 0xfa, 0x23, 0xb2, 0x21, 0xf9, 0xd9, 0x4a, 0x01, 0x3f, 0x72, 0xfa, 0x8f, 0x17, 0xb5, 0x54, 0x35, 0xaa, 0x45, 0x0a, 0xb5, 0x64, 0x12, 0xe3, 0x2a, 0x24, 0xdf, 0x5d, 0x8b, 0x7b, 0x13, 0x17, 0x17, 0x77, 0x37, 0x05, 0xd6, 0x46, 0x9e, 0x04, 0x83, 0x87, 0xa4, 0x90, 0x55, 0xab, 0x57, 0x2a, 0x24, 0xe0, 0xab, 0xbe, 0xa0, 0xce, 0xec, 0xd8, 0xb1, 0xa3, 0x54, 0xd8, 0x0e, 0xcf, 0x13, 0x01, 0xa0, 0xe6, 0x89, 0xc2, 0x04, 0xd7, 0x8a, 0x71, 0x03, 0xa8, 0x4f, 0xfc, 0x35, 0x22, 0x09, 0x76, 0xec, 0xd8, 0x46, 0xa6, 0x4d, 0x57, 0x0d, 0xe7, 0x38, 0x9e, 0x98, 0x38, 0xa8, 0xae, 0x8e, 0x6a, 0x4f, 0x3d, 0x1f, 0x46, 0xc3, 0x23, 0x14, 0x54, 0xdb, 0x54, 0x89, 0x6c, 0x11, 0x7f, 0x23, 0x1b, 0x47, 0x37, 0x95, 0x1b, 0xba, 0x53, 0xc3, 0x14, 0x10, 0x57, 0x16, 0xf8, 0xd7, 0xc6, 0x3f, 0x25, 0xad, 0xe6, 0x92, 0x75, 0x69, 0xa6, 0x52, 0x12, 0x6f, 0x34, 0xdc, 0x79, 0x2d, 0xef, 0x91, 0xcd, 0x66, 0xbb, 0x9f, 0x1a, 0xc6, 0xdb, 0x79, 0x12, 0xc0, 0x25, 0xb9, 0x7a, 0xcd, 0x4a, 0x55, 0x89, 0x24, 0x40, 0xbe, 0x7d, 0xfb, 0xf6, 0x52, 0x61, 0xba, 0xbe, 0x78, 0x12, 0xf0, 0x44, 0xe1, 0x09, 0x23, 0xc6, 0x0e, 0xf0, 0x3b, 0xfe, 0x1a, 0x90, 0x80, 0x27, 0xdd, 0x96, 0x2d, 0x25, 0x64, 0xea, 0xb4, 0x02, 0x91, 0x04, 0xfb, 0xad, 0xa9, 0xd6, 0x87, 0x75, 0x74, 0xbb, 0xd5, 0xf7, 0x0d, 0x4f, 0x52, 0x40, 0xed, 0x97, 0xb5, 0x26, 0x44, 0x72, 0x99, 0x0a, 0xfc, 0x74, 0x47, 0xde, 0x9b, 0xd5, 0x44, 0xc9, 0xc9, 0xa9, 0x34, 0xf0, 0xc7, 0xd5, 0x25, 0xfb, 0xb3, 0xd5, 0xb6, 0xc5, 0xaa, 0x21, 0x1f, 0xcb, 0xc0, 0xbf, 0x3f, 0xc1, 0x68, 0x78, 0xa8, 0x3a, 0xee, 0x15, 0x3a, 0x3b, 0x53, 0x60, 0xed, 0xe0, 0x49, 0x30, 0x64, 0x58, 0x9a, 0xd2, 0xf5, 0x4d, 0x24, 0x01, 0x00, 0xbe, 0x6d, 0xdb, 0x36, 0x45, 0x18, 0x09, 0x44, 0x75, 0x08, 0xa4, 0xe0, 0x89, 0xc2, 0x13, 0x86, 0xb7, 0x1b, 0xf0, 0x33, 0xff, 0x38, 0x23, 0x01, 0xff, 0x7e, 0xc8, 0x20, 0x2d, 0x98, 0x32, 0x59, 0x4c, 0x9e, 0xdb, 0x9a, 0x92, 0x12, 0x73, 0x8f, 0x8e, 0x72, 0x2d, 0x4f, 0xcf, 0xd5, 0x7a, 0xdd, 0x6f, 0x45, 0x90, 0x65, 0x75, 0x7e, 0x84, 0x1c, 0x29, 0x6c, 0xad, 0xf6, 0xed, 0x17, 0xb7, 0xa5, 0x60, 0x7e, 0xed, 0xea, 0xfc, 0xdc, 0x4a, 0x04, 0xff, 0xce, 0xb1, 0x1f, 0xab, 0xde, 0xab, 0x64, 0x5c, 0x73, 0xd9, 0x40, 0xba, 0x13, 0x48, 0xbb, 0xae, 0xce, 0x7b, 0x16, 0x9b, 0x12, 0xfb, 0x48, 0x7c, 0xa2, 0x75, 0x1f, 0x0f, 0xb4, 0xe1, 0x23, 0x86, 0x28, 0x33, 0x8c, 0xc5, 0x12, 0x49, 0x00, 0x7c, 0xeb, 0xd6, 0xad, 0xa5, 0x24, 0xe0, 0x6d, 0x02, 0x26, 0x00, 0x37, 0x23, 0x0a, 0x13, 0x00, 0xdc, 0xdd, 0x35, 0x78, 0x3d, 0x9e, 0x04, 0x78, 0x3f, 0x7c, 0x86, 0xc9, 0x79, 0x42, 0x55, 0x59, 0xa2, 0x75, 0x25, 0x3c, 0x5a, 0x3a, 0xda, 0x45, 0xf0, 0x9b, 0x6a, 0x7d, 0x2c, 0xad, 0xd7, 0xc5, 0xb4, 0x75, 0x49, 0xbd, 0x2e, 0xd4, 0x93, 0x75, 0xf6, 0xa7, 0x2b, 0x1d, 0xfc, 0x25, 0xe9, 0xaf, 0x29, 0x11, 0x63, 0xe7, 0x22, 0xf6, 0x50, 0x59, 0x4e, 0xff, 0x8f, 0x69, 0x66, 0xc3, 0x8b, 0xde, 0x70, 0xef, 0x62, 0x93, 0x63, 0x1f, 0x43, 0xa5, 0x96, 0x13, 0x09, 0x46, 0x52, 0x12, 0xac, 0x5b, 0xeb, 0x54, 0xfb, 0x8b, 0xff, 0x07, 0x78, 0x41, 0x02, 0x46, 0x04, 0xd1, 0x26, 0x80, 0xc0, 0xc0, 0x65, 0xd7, 0x40, 0xc4, 0x6b, 0xa0, 0xfb, 0xf3, 0x8f, 0x33, 0x61, 0x24, 0xe0, 0x49, 0xb7, 0x76, 0xed, 0x6a, 0x92, 0x33, 0x29, 0x4b, 0x9c, 0x4b, 0x30, 0x13, 0x49, 0x7f, 0x3a, 0xea, 0x99, 0xce, 0x6f, 0xaa, 0xe9, 0x4f, 0x01, 0xf5, 0x9b, 0xaa, 0x45, 0xc8, 0xd7, 0x2f, 0x28, 0x03, 0x22, 0x54, 0x63, 0x47, 0x73, 0x9a, 0x91, 0x35, 0x71, 0x75, 0x2a, 0x1d, 0xfc, 0xeb, 0x12, 0xeb, 0x2b, 0x11, 0x63, 0xb1, 0x65, 0x21, 0xfa, 0x83, 0x0a, 0x9f, 0xed, 0x4f, 0xd4, 0x1c, 0x78, 0xd3, 0x3d, 0x84, 0x91, 0x49, 0xc1, 0x75, 0x84, 0x07, 0x1a, 0xb2, 0x36, 0x37, 0x6c, 0x5c, 0xef, 0x54, 0xfb, 0x8b, 0x7f, 0x01, 0xe0, 0x2d, 0x5b, 0xb6, 0x28, 0xc2, 0x00, 0x2e, 0x06, 0xc5, 0x40, 0x02, 0x00, 0x9a, 0x79, 0x84, 0x78, 0x01, 0x71, 0xd8, 0xf3, 0x45, 0xc1, 0x63, 0x3c, 0x09, 0xf0, 0x7e, 0x2b, 0x57, 0xad, 0x20, 0x13, 0x33, 0xc7, 0x89, 0x69, 0xd4, 0x69, 0x3a, 0xf2, 0xaf, 0x82, 0xdf, 0x42, 0x01, 0xf5, 0x87, 0x08, 0xfe, 0xf9, 0x71, 0x6f, 0xaa, 0xb3, 0x38, 0xe9, 0xcf, 0xbb, 0xc6, 0x7e, 0x44, 0x56, 0x59, 0x1f, 0x57, 0x40, 0x0b, 0x10, 0x57, 0x16, 0xf8, 0x41, 0xa8, 0xa3, 0x42, 0x2d, 0xef, 0xa9, 0x39, 0x1d, 0x15, 0xf5, 0x4b, 0xa2, 0xf7, 0x77, 0xf2, 0xc6, 0x7b, 0x19, 0x17, 0x17, 0x57, 0x0f, 0x1e, 0x17, 0x1e, 0x68, 0xa3, 0xc7, 0x8c, 0x24, 0x1b, 0x37, 0x6e, 0x50, 0x15, 0xca, 0x43, 0xad, 0xd9, 0xbc, 0x79, 0xb3, 0x22, 0x00, 0x2e, 0x8b, 0x01, 0xb8, 0x13, 0xfe, 0x79, 0x5a, 0xc2, 0x48, 0xc0, 0xde, 0x0f, 0xff, 0x8f, 0x0c, 0xd2, 0xd1, 0x42, 0x2d, 0xc1, 0x5f, 0xbe, 0xf3, 0x5c, 0x9a, 0xb9, 0x66, 0x18, 0x76, 0x53, 0xd1, 0xcd, 0xb9, 0x34, 0xf9, 0x3d, 0x69, 0xd5, 0x16, 0x80, 0x5c, 0x15, 0xe0, 0x5f, 0x6d, 0x7b, 0x42, 0x29, 0x87, 0x14, 0xdf, 0x73, 0xd6, 0xc0, 0x97, 0xa4, 0x51, 0x5e, 0x6f, 0xbe, 0xa7, 0x09, 0x09, 0x83, 0x9e, 0xa6, 0xe0, 0x3a, 0xc1, 0x03, 0x0d, 0xa3, 0x91, 0x36, 0x6e, 0xda, 0xe8, 0x44, 0x02, 0x80, 0x12, 0x40, 0x2d, 0x29, 0x29, 0x51, 0x04, 0xc0, 0x15, 0x63, 0x01, 0xa2, 0x00, 0xfc, 0xec, 0x7a, 0x77, 0x22, 0x92, 0x00, 0x81, 0xb9, 0xc5, 0x4b, 0x16, 0x91, 0x61, 0x23, 0x9c, 0xe6, 0x12, 0xfc, 0x00, 0x1b, 0xe6, 0x2f, 0x0a, 0x7e, 0x9f, 0x76, 0x14, 0x50, 0x57, 0x9c, 0xf2, 0x67, 0x2c, 0x35, 0xc9, 0x9a, 0xe1, 0xff, 0x91, 0xfa, 0xf7, 0x01, 0xe0, 0xaa, 0x02, 0x3f, 0x22, 0xbd, 0xe2, 0x69, 0xb3, 0x76, 0xc4, 0xa7, 0x92, 0xfc, 0x9e, 0x1a, 0x73, 0x10, 0x9c, 0xf3, 0xf6, 0x7b, 0x8b, 0xc0, 0x13, 0x5a, 0x98, 0xf0, 0x24, 0x40, 0x39, 0x23, 0x3c, 0x33, 0x7c, 0xa7, 0x08, 0xa4, 0x4c, 0x40, 0x05, 0xda, 0xb4, 0x69, 0x93, 0x22, 0x00, 0x2e, 0xd4, 0x1e, 0x59, 0x4c, 0x80, 0xbf, 0x8e, 0x97, 0xf5, 0xeb, 0xd7, 0x93, 0xc5, 0x8b, 0x17, 0x93, 0xb9, 0x73, 0xe7, 0x92, 0x79, 0xf3, 0xe6, 0x91, 0xa5, 0x4b, 0x97, 0x92, 0x0d, 0x1b, 0x36, 0x28, 0x8f, 0x31, 0x12, 0xb0, 0xf7, 0x83, 0x0b, 0x15, 0x79, 0x43, 0x7c, 0xa0, 0xcc, 0x9e, 0x60, 0x9b, 0xfc, 0xd7, 0x73, 0x75, 0x9a, 0x6a, 0xb6, 0x14, 0xcb, 0x16, 0xe1, 0x61, 0x59, 0x9f, 0xa1, 0xde, 0x85, 0x4f, 0x14, 0xb7, 0x25, 0x1b, 0x92, 0xfe, 0x59, 0x65, 0xe0, 0x5f, 0x67, 0xaf, 0xa7, 0xd2, 0xfb, 0xf7, 0x52, 0xa3, 0x17, 0xc5, 0xf3, 0xce, 0x51, 0x5e, 0x9f, 0x83, 0x29, 0x46, 0xc3, 0x75, 0xe3, 0xc2, 0x4b, 0x4c, 0xb4, 0xbe, 0x88, 0x28, 0x2c, 0x4f, 0x02, 0xe8, 0xe1, 0x25, 0x9b, 0x37, 0x39, 0x75, 0x8a, 0x00, 0x09, 0xa0, 0x02, 0x6d, 0xdc, 0xb8, 0xb1, 0x54, 0x40, 0x04, 0x66, 0x1f, 0xe0, 0x64, 0x00, 0x98, 0xf9, 0xc7, 0x21, 0x00, 0x7e, 0x71, 0x71, 0x31, 0xc9, 0xcc, 0xcc, 0x24, 0x13, 0x27, 0x4e, 0x74, 0x92, 0xec, 0xec, 0x6c, 0x85, 0x0c, 0x20, 0x82, 0x48, 0x82, 0xad, 0xdb, 0xb6, 0x92, 0xec, 0x49, 0x99, 0xce, 0xf6, 0xc0, 0x5f, 0x29, 0x5d, 0x82, 0x82, 0x3f, 0x5c, 0x04, 0x7f, 0x7a, 0xd8, 0x4d, 0xd2, 0x9c, 0x1e, 0x44, 0x61, 0x11, 0x90, 0xaa, 0x2a, 0xf0, 0xe3, 0x75, 0xc5, 0x7a, 0x5e, 0xe4, 0xf8, 0x8c, 0x6b, 0x7f, 0xbf, 0x98, 0xd9, 0x79, 0x31, 0x35, 0xc4, 0xf0, 0xea, 0xf5, 0x76, 0xaf, 0xe3, 0xe3, 0xe3, 0x5f, 0x12, 0x49, 0x80, 0x16, 0x27, 0x25, 0x25, 0x9b, 0x54, 0xed, 0x52, 0x00, 0x7a, 0x00, 0xd6, 0x13, 0x59, 0xb3, 0x66, 0x0d, 0x99, 0x3c, 0x79, 0xb2, 0x0a, 0xf8, 0xa2, 0x4c, 0x9f, 0x3e, 0x5d, 0xb9, 0x9e, 0xe5, 0x0e, 0x31, 0xc1, 0x60, 0x0e, 0xa1, 0x1d, 0x7b, 0xd6, 0x5f, 0xc3, 0xe0, 0x35, 0xd7, 0xfa, 0x54, 0x34, 0x78, 0x07, 0x87, 0xca, 0xc1, 0x7f, 0xac, 0xb0, 0x85, 0x62, 0x98, 0x56, 0x15, 0xf8, 0x57, 0xc7, 0x3e, 0x46, 0x76, 0x64, 0xbc, 0xaf, 0xd6, 0xfb, 0x07, 0xbc, 0x24, 0x29, 0x67, 0xac, 0x79, 0xdd, 0xe6, 0xb7, 0xc7, 0x25, 0xc5, 0xbd, 0x81, 0xe9, 0xf0, 0x3c, 0x09, 0xe0, 0x96, 0xdc, 0xbc, 0xa5, 0xc4, 0xa9, 0x1d, 0x0a, 0xf2, 0x7c, 0xd8, 0xce, 0xee, 0x4e, 0xa6, 0x4c, 0x99, 0xe2, 0x16, 0xfc, 0x4c, 0x66, 0xcf, 0x9e, 0xad, 0xbc, 0x2e, 0x2b, 0xb4, 0x87, 0x20, 0x67, 0x68, 0xa2, 0xf3, 0xf0, 0xee, 0xdf, 0x92, 0x92, 0x62, 0xee, 0xbb, 0xa1, 0xc1, 0x9f, 0x1c, 0x62, 0x78, 0x49, 0xf4, 0xf3, 0x2b, 0xe0, 0x1f, 0xed, 0x5b, 0x2d, 0xe0, 0xdf, 0x90, 0xd4, 0x40, 0x95, 0xe1, 0x59, 0x32, 0xd6, 0x4f, 0x31, 0xc2, 0x85, 0x5a, 0xde, 0xf1, 0xd7, 0xfb, 0xbd, 0xb7, 0x25, 0xda, 0xde, 0xa6, 0x20, 0xfb, 0x91, 0x27, 0x41, 0xee, 0xe4, 0x1c, 0x25, 0x65, 0x81, 0x27, 0x01, 0x72, 0x7d, 0xb0, 0x63, 0xaf, 0x5b, 0xb7, 0x4e, 0x53, 0x16, 0x2d, 0x5a, 0x24, 0xdd, 0xe9, 0xa1, 0x26, 0xe1, 0xf1, 0xbc, 0xbc, 0x3c, 0xa7, 0xc7, 0xb2, 0xb2, 0xb2, 0xc8, 0xaa, 0x55, 0xab, 0x14, 0xdb, 0x82, 0x7f, 0xaf, 0x85, 0x8b, 0xe6, 0x8b, 0x43, 0xfa, 0xda, 0xde, 0xb0, 0xe0, 0xbf, 0xda, 0xb1, 0xc1, 0xe7, 0x98, 0x68, 0xf0, 0x6e, 0x90, 0xe4, 0xf5, 0x5c, 0x0b, 0xf0, 0xaf, 0x1a, 0xf4, 0xa8, 0x32, 0xe6, 0xc8, 0x29, 0xb0, 0x56, 0xd8, 0x5a, 0x5d, 0xcf, 0x6b, 0xf2, 0xd9, 0x87, 0x09, 0x32, 0x37, 0xc2, 0x77, 0x40, 0xf5, 0xec, 0x77, 0x95, 0xf4, 0x64, 0x0e, 0x74, 0xe8, 0xfd, 0xb9, 0x65, 0xeb, 0x16, 0xa7, 0xae, 0x10, 0x30, 0x54, 0xb1, 0xcb, 0xaf, 0x5d, 0xbb, 0x56, 0x2a, 0xd3, 0xa6, 0x4d, 0x73, 0x02, 0xf8, 0xfc, 0xf9, 0xf3, 0xc9, 0x9f, 0x7f, 0xfe, 0x49, 0xd8, 0xc2, 0x3c, 0x62, 0xf1, 0x84, 0x80, 0x81, 0x8c, 0xd7, 0xe4, 0x9b, 0x70, 0x41, 0x0d, 0xe3, 0xeb, 0x07, 0xec, 0x09, 0xd6, 0xd1, 0x37, 0x24, 0xf8, 0x95, 0x5e, 0x3d, 0x92, 0x2a, 0xae, 0x65, 0x69, 0x0d, 0xab, 0x05, 0xfc, 0x2b, 0x07, 0xd6, 0x26, 0x7b, 0x33, 0x9b, 0xaa, 0xe2, 0x0b, 0x79, 0x3d, 0x9f, 0x14, 0x55, 0x9f, 0x3f, 0x92, 0x43, 0x0d, 0x6f, 0xdd, 0x48, 0xdf, 0x85, 0x8c, 0x04, 0xf9, 0x05, 0xb9, 0xf4, 0x24, 0xd8, 0xec, 0x44, 0x02, 0xe4, 0xfb, 0x60, 0x37, 0x87, 0xae, 0x2f, 0x4a, 0x6e, 0x6e, 0xae, 0x13, 0xb8, 0x51, 0x24, 0x2f, 0x2e, 0xe8, 0xfc, 0xfc, 0x35, 0x85, 0x85, 0x85, 0x0a, 0x79, 0x10, 0x45, 0x66, 0xef, 0xb1, 0x6b, 0xd7, 0x4e, 0x32, 0x22, 0x63, 0x18, 0x7f, 0x0a, 0x94, 0xdc, 0xa0, 0x81, 0x2e, 0x9f, 0x68, 0x75, 0x53, 0xda, 0x57, 0xaa, 0x0d, 0xfc, 0x28, 0x8d, 0x14, 0xdf, 0x7b, 0xf9, 0xe0, 0x86, 0xe5, 0xea, 0xe1, 0x73, 0x3d, 0x2e, 0xbb, 0xdd, 0xfa, 0x6f, 0x0a, 0xb6, 0x8b, 0x7c, 0xcf, 0x21, 0x64, 0x6e, 0x6e, 0xa5, 0x27, 0x01, 0x5f, 0x00, 0x83, 0x88, 0x2f, 0x00, 0xbf, 0x7a, 0xf5, 0x6a, 0x27, 0xc9, 0xc9, 0xc9, 0x71, 0x02, 0x37, 0x76, 0x7c, 0x71, 0x41, 0xcf, 0xe7, 0xaf, 0xc1, 0x89, 0x80, 0xd7, 0x82, 0x3b, 0xb5, 0xb4, 0x9b, 0xdd, 0xc1, 0x03, 0x64, 0xcc, 0xb8, 0x51, 0x4e, 0x15, 0x64, 0x37, 0xa0, 0xc7, 0xc7, 0x50, 0x87, 0x82, 0xe9, 0x27, 0xb1, 0x63, 0x83, 0x58, 0x57, 0x7b, 0x7c, 0x46, 0xcb, 0x6b, 0x02, 0xfe, 0xb5, 0x09, 0xff, 0x54, 0x62, 0x0a, 0xce, 0x4d, 0xac, 0x2c, 0x8a, 0x17, 0x4a, 0xc8, 0xed, 0x5f, 0x76, 0x3d, 0xf8, 0xfb, 0xcb, 0xb8, 0x6a, 0x30, 0xb1, 0x25, 0x0c, 0x6a, 0x0c, 0xc3, 0x93, 0x27, 0xc1, 0x94, 0x69, 0xf9, 0x8a, 0x8b, 0x92, 0x2f, 0x7e, 0xc1, 0x4e, 0x0e, 0xd0, 0x43, 0x87, 0x67, 0x22, 0x7a, 0x7f, 0x70, 0x9d, 0xb8, 0xb0, 0xdb, 0x8b, 0x27, 0x00, 0x5e, 0x07, 0x81, 0x34, 0x9e, 0x64, 0x63, 0x9d, 0x09, 0x40, 0x6e, 0xb8, 0x36, 0x8b, 0x29, 0x66, 0x9f, 0x2c, 0x1e, 0x58, 0xe8, 0x90, 0x2c, 0xb6, 0x27, 0x3c, 0x39, 0xab, 0xbd, 0x92, 0x83, 0x53, 0xd5, 0xe0, 0x5f, 0x65, 0x7d, 0x82, 0x1c, 0x13, 0x8a, 0x5b, 0xd0, 0x2d, 0x0e, 0x33, 0xc1, 0x84, 0xdd, 0xff, 0x02, 0x88, 0x7b, 0x9d, 0x81, 0xda, 0x87, 0x93, 0x9a, 0x82, 0xd4, 0x92, 0xc8, 0x4d, 0x31, 0x83, 0x62, 0x9a, 0xf2, 0x24, 0x40, 0xcf, 0xa1, 0xe9, 0x45, 0x53, 0x95, 0x93, 0x80, 0x27, 0x01, 0x22, 0xc0, 0x00, 0xfe, 0xca, 0x95, 0x2b, 0x15, 0x99, 0x31, 0x63, 0x86, 0x13, 0xb8, 0x41, 0x08, 0x64, 0x7f, 0x62, 0x5d, 0xb9, 0x72, 0x45, 0x39, 0x39, 0xc4, 0xd8, 0x00, 0xec, 0x04, 0xbc, 0x06, 0x08, 0xc5, 0xbf, 0x76, 0xc6, 0xe8, 0x11, 0x4e, 0xdd, 0x24, 0x6e, 0xa8, 0x16, 0x8b, 0x49, 0x16, 0xc3, 0x13, 0x62, 0x9a, 0xc3, 0xaa, 0xa1, 0xff, 0x56, 0xa5, 0x37, 0x6c, 0x4c, 0x7d, 0xbe, 0xca, 0xc1, 0xbf, 0x72, 0xd0, 0x23, 0xca, 0xb4, 0x17, 0x51, 0xf5, 0x99, 0xde, 0xaf, 0x81, 0x44, 0xf5, 0xa9, 0x69, 0xf2, 0x52, 0xa0, 0xcb, 0x00, 0x5e, 0x0a, 0x68, 0x4e, 0x6e, 0x16, 0xe4, 0x6f, 0x82, 0xdc, 0xc2, 0x64, 0xc0, 0x80, 0xaf, 0x42, 0x28, 0xf0, 0xfe, 0xe0, 0x7b, 0x0e, 0x15, 0x15, 0x4f, 0x57, 0x4e, 0x02, 0xbe, 0x0a, 0x0c, 0x3b, 0xf7, 0x8a, 0x15, 0x2b, 0x14, 0x59, 0xb2, 0x64, 0x89, 0x34, 0xf8, 0x05, 0xef, 0x8f, 0x68, 0x1f, 0x40, 0xa0, 0x32, 0xe1, 0x79, 0x20, 0x00, 0xeb, 0x50, 0xc7, 0xea, 0x8b, 0x85, 0x4e, 0x12, 0xe7, 0x6e, 0xa8, 0xdd, 0x3f, 0xcd, 0xe4, 0xd3, 0x9f, 0x07, 0xd6, 0x84, 0x8e, 0x0f, 0xa8, 0x54, 0x9f, 0x9d, 0x63, 0x1a, 0x96, 0x82, 0xbf, 0x32, 0xb3, 0x3a, 0x79, 0xf0, 0xaf, 0x18, 0xf0, 0x90, 0x52, 0x30, 0x23, 0x82, 0x1f, 0xf3, 0x01, 0x24, 0xed, 0x0b, 0x33, 0xbc, 0x14, 0xec, 0x22, 0xd0, 0x65, 0xe0, 0x66, 0xc0, 0xbe, 0x95, 0x93, 0xdb, 0x04, 0xb9, 0x5d, 0x94, 0x2f, 0x63, 0xfa, 0x46, 0xa0, 0x8d, 0x09, 0x4f, 0x82, 0x19, 0x33, 0x0b, 0x55, 0x24, 0x40, 0x44, 0x77, 0xf9, 0xf2, 0xe5, 0x0a, 0x98, 0x67, 0xce, 0x9c, 0xe9, 0x71, 0x1c, 0x60, 0xc1, 0x82, 0x05, 0xca, 0x73, 0x10, 0x68, 0xe3, 0x5f, 0x0f, 0xb9, 0x49, 0xce, 0x73, 0x89, 0x63, 0x97, 0x3b, 0xfe, 0x66, 0x76, 0xaa, 0x5d, 0xe7, 0xfa, 0xbf, 0xb9, 0xe6, 0x52, 0x1e, 0x5c, 0x2b, 0x87, 0x7c, 0xac, 0x1a, 0x3e, 0x07, 0xa0, 0x56, 0x35, 0xf8, 0x77, 0x4a, 0x1a, 0x59, 0x6d, 0x96, 0x17, 0xb7, 0x6c, 0x69, 0xf9, 0x2f, 0xc3, 0x1d, 0x12, 0x15, 0xa2, 0xaa, 0xbf, 0x14, 0x11, 0xf0, 0xae, 0xc0, 0x2e, 0x82, 0x5c, 0x06, 0xee, 0xbf, 0x73, 0x72, 0x07, 0x27, 0xff, 0x90, 0x08, 0xca, 0x38, 0xef, 0xec, 0xf7, 0x65, 0x9f, 0xb6, 0x14, 0x84, 0x97, 0x19, 0x18, 0xe1, 0x9e, 0x9c, 0x39, 0x6b, 0x86, 0x02, 0x7a, 0xbe, 0x14, 0x92, 0x91, 0x00, 0x82, 0x34, 0x08, 0x57, 0xc0, 0xc7, 0x29, 0x01, 0xf7, 0x27, 0xae, 0x85, 0xfe, 0xcf, 0x7a, 0x0e, 0x31, 0x29, 0x2c, 0x9a, 0xee, 0x44, 0x00, 0xab, 0x7d, 0x50, 0xbc, 0xe3, 0xef, 0xad, 0x75, 0x0d, 0xef, 0x7d, 0x55, 0x12, 0x80, 0xea, 0xd2, 0x1c, 0xc0, 0xc4, 0xa9, 0xeb, 0x5b, 0x86, 0xbd, 0x59, 0xe5, 0xe0, 0xdf, 0x36, 0xe2, 0x1d, 0x69, 0xf3, 0x5a, 0x49, 0xcf, 0xfe, 0x0b, 0x7d, 0xfd, 0x94, 0xe2, 0x16, 0x06, 0x30, 0x7e, 0x67, 0x65, 0x00, 0xbc, 0x89, 0xfb, 0x82, 0x2a, 0xfa, 0x25, 0xd5, 0x90, 0xec, 0xf0, 0x3c, 0xe0, 0x65, 0xbb, 0xba, 0x16, 0xd0, 0x45, 0x80, 0xdf, 0xc9, 0xc9, 0x5d, 0x9c, 0xdc, 0x2d, 0xc8, 0x3d, 0xbc, 0xf4, 0xeb, 0xd7, 0xe7, 0x33, 0x9e, 0x04, 0x48, 0x55, 0xc0, 0xdc, 0x60, 0x91, 0x04, 0xc8, 0x11, 0x5a, 0xb6, 0x6c, 0x99, 0x22, 0xd8, 0xdd, 0xe1, 0xe1, 0x41, 0xb0, 0x8b, 0xcf, 0x03, 0x42, 0xac, 0x00, 0x09, 0x72, 0xb8, 0x06, 0xbb, 0xbf, 0x58, 0x57, 0x8c, 0xa0, 0x98, 0xd0, 0x3e, 0x85, 0xf4, 0xeb, 0xd7, 0xfb, 0x5d, 0xc9, 0xfd, 0xe6, 0xef, 0xb5, 0x0f, 0x77, 0xaf, 0xbd, 0xdf, 0xf7, 0xcf, 0xe7, 0xfb, 0x20, 0xe8, 0x25, 0x02, 0x71, 0x43, 0xd2, 0x33, 0x55, 0xa6, 0xf3, 0x03, 0xfc, 0x9b, 0x87, 0xbc, 0xa1, 0x52, 0xb9, 0x8e, 0xcd, 0x68, 0x4b, 0xc6, 0xb4, 0xbb, 0x47, 0x55, 0xdc, 0x12, 0xe3, 0x57, 0x33, 0xc0, 0x01, 0x22, 0x7e, 0xf7, 0x64, 0x40, 0x63, 0xc0, 0x63, 0xbb, 0xae, 0x48, 0x12, 0x91, 0x1c, 0x22, 0x31, 0xca, 0x02, 0x7a, 0x2d, 0xc0, 0xcb, 0xc0, 0x2e, 0x82, 0x5c, 0x06, 0xee, 0x7b, 0x39, 0xb9, 0x8f, 0x93, 0xfb, 0x65, 0xd2, 0xa7, 0x6f, 0xaf, 0xee, 0x30, 0x46, 0x4b, 0xdb, 0xad, 0x50, 0x1d, 0x7d, 0xce, 0xdc, 0x59, 0x14, 0xb0, 0xce, 0x24, 0x40, 0x92, 0x1c, 0x76, 0xf6, 0x6f, 0xbe, 0xf9, 0x46, 0x11, 0x64, 0x80, 0x02, 0xf0, 0x10, 0xf6, 0x3b, 0x08, 0x76, 0x7e, 0x11, 0xfc, 0x38, 0x09, 0x26, 0x0b, 0xc3, 0xf7, 0xe2, 0xe2, 0x07, 0x6d, 0x90, 0xdc, 0x63, 0xf1, 0xfe, 0x8a, 0x64, 0xf0, 0x3a, 0x22, 0x94, 0x7e, 0xc1, 0xaf, 0xd1, 0x0f, 0x2c, 0xba, 0x3f, 0xd1, 0x45, 0x8d, 0x07, 0xe3, 0xd1, 0xe9, 0xe1, 0x0a, 0xb0, 0xab, 0x02, 0xfc, 0x9b, 0xe8, 0x75, 0xb2, 0x46, 0x56, 0xb2, 0xe2, 0x96, 0x41, 0xfe, 0x3e, 0xfd, 0x04, 0xf0, 0x30, 0x40, 0x31, 0x80, 0xb1, 0x9d, 0xf5, 0x0e, 0x81, 0x24, 0x3c, 0x41, 0x44, 0x62, 0x88, 0xa7, 0x06, 0xaf, 0xca, 0xd4, 0xd2, 0xd8, 0xe9, 0x65, 0xa0, 0x77, 0x07, 0x78, 0x11, 0xe8, 0x22, 0xc0, 0x1f, 0x70, 0xc8, 0x83, 0x9c, 0x3c, 0x24, 0x91, 0x87, 0x99, 0x7c, 0xf1, 0x45, 0xcf, 0xbe, 0x3c, 0x09, 0xd2, 0xd2, 0x93, 0x95, 0x14, 0xe6, 0x6d, 0x94, 0x04, 0x62, 0xf3, 0x5d, 0x9c, 0x06, 0x70, 0x79, 0x32, 0x32, 0x80, 0x08, 0xd8, 0xf1, 0x11, 0x44, 0xc3, 0x2e, 0x2f, 0x6b, 0xc2, 0x3b, 0x6f, 0xfe, 0x3c, 0xb1, 0x32, 0x8c, 0xee, 0xfe, 0x7d, 0x8c, 0xc2, 0x7d, 0x95, 0x91, 0x41, 0x3c, 0x19, 0x6a, 0x56, 0x37, 0x19, 0x6a, 0x68, 0xe8, 0xad, 0xca, 0x17, 0x9b, 0x62, 0xf2, 0xd9, 0xcc, 0x03, 0x4d, 0x96, 0xe7, 0x7f, 0xac, 0x30, 0x92, 0x6c, 0x1f, 0xfd, 0x41, 0xa5, 0x82, 0x1f, 0xd7, 0x88, 0xbe, 0x7e, 0xad, 0x46, 0x56, 0xb6, 0x40, 0x9f, 0x1c, 0x0e, 0x24, 0x0c, 0x34, 0x0c, 0x44, 0xfc, 0xee, 0xc9, 0x80, 0x26, 0x12, 0x84, 0x27, 0x87, 0xf8, 0x05, 0xca, 0x0c, 0xcf, 0xdb, 0x24, 0x72, 0xab, 0xc6, 0x4e, 0x2f, 0x82, 0x9e, 0xdf, 0xdd, 0xb5, 0xc0, 0x2e, 0x82, 0xfc, 0x61, 0x4e, 0x6a, 0x73, 0xf2, 0x88, 0x20, 0x8f, 0xf2, 0xd2, 0xfb, 0x8b, 0x9e, 0x03, 0xc4, 0x9e, 0x43, 0x0a, 0x09, 0xa8, 0x3a, 0x24, 0x6b, 0xac, 0xeb, 0xa9, 0x2c, 0x5e, 0xb2, 0x58, 0x6c, 0x95, 0x42, 0x62, 0x6d, 0x03, 0xe7, 0x68, 0xdc, 0x4b, 0xd9, 0x06, 0x23, 0x3b, 0x15, 0xae, 0x29, 0x11, 0x44, 0xd0, 0x8b, 0xc7, 0x77, 0xe9, 0x97, 0x99, 0x60, 0xf4, 0x89, 0xe3, 0xc1, 0x86, 0x06, 0xb2, 0xd2, 0x29, 0x2d, 0xc5, 0xad, 0xc8, 0x4e, 0x4a, 0x80, 0xca, 0x02, 0xff, 0xc9, 0xd9, 0xed, 0x55, 0x69, 0x0e, 0xd3, 0xfb, 0x3f, 0xa3, 0x02, 0x7f, 0x42, 0x70, 0x8d, 0x15, 0x0f, 0xdf, 0x65, 0x78, 0x82, 0x03, 0x05, 0x03, 0x0a, 0xbf, 0x33, 0x32, 0x40, 0x89, 0x04, 0xd1, 0x22, 0x86, 0xa8, 0x7f, 0xdf, 0xa9, 0x21, 0x52, 0x63, 0x54, 0xf8, 0xd9, 0x1d, 0xe8, 0x45, 0xc0, 0x8b, 0x40, 0x17, 0xc1, 0xfd, 0x98, 0x43, 0x1e, 0xe7, 0xe4, 0x09, 0x2d, 0xa1, 0x24, 0x88, 0x13, 0x5b, 0x30, 0xa2, 0xf5, 0x21, 0xbc, 0x37, 0x65, 0x05, 0x3e, 0x62, 0x09, 0x45, 0x33, 0x0a, 0x55, 0xe0, 0x8f, 0x8b, 0x8f, 0x3d, 0xd9, 0xb8, 0x71, 0xe3, 0xfa, 0x92, 0xfb, 0xa7, 0xb5, 0xa9, 0xb8, 0x3b, 0x11, 0xaa, 0x8c, 0x04, 0x1e, 0x81, 0x9e, 0xdf, 0xbd, 0x3a, 0x34, 0x34, 0xbc, 0x4c, 0x81, 0x76, 0xc9, 0xa9, 0xc8, 0xfd, 0xcb, 0xe7, 0xa4, 0xad, 0xcb, 0x91, 0xf7, 0xbf, 0x75, 0xe4, 0xbb, 0x95, 0x0f, 0x7e, 0x2a, 0x73, 0x62, 0x5f, 0x55, 0x81, 0x3f, 0x31, 0xc4, 0x67, 0xdb, 0x4b, 0x8f, 0x1b, 0x9e, 0x73, 0x7c, 0xd9, 0x0c, 0x0c, 0x8f, 0x71, 0xc2, 0x40, 0xc3, 0x40, 0x24, 0x12, 0x44, 0x24, 0xc6, 0x7d, 0x12, 0x3d, 0x5b, 0x76, 0x92, 0xdc, 0x2b, 0xd1, 0xcb, 0xef, 0x15, 0x0d, 0x52, 0x8e, 0x54, 0x3c, 0xf0, 0x45, 0x95, 0x46, 0x04, 0x3d, 0x0f, 0x78, 0x1e, 0xec, 0x0c, 0xd4, 0x75, 0x1c, 0x52, 0x97, 0x93, 0x27, 0x5d, 0x49, 0xef, 0x2f, 0x7a, 0x25, 0x8b, 0xa3, 0x9a, 0x10, 0xbd, 0x5d, 0xb0, 0x70, 0x9e, 0x52, 0x67, 0x2c, 0x2b, 0x98, 0xe7, 0x05, 0xf1, 0x03, 0x94, 0x41, 0x0e, 0x1f, 0x39, 0x4c, 0xa5, 0xf6, 0xc4, 0xd9, 0xad, 0x17, 0xa2, 0xa3, 0x5b, 0x37, 0x14, 0xee, 0x81, 0x2b, 0x22, 0x88, 0xf6, 0xd8, 0x2d, 0x55, 0x7d, 0x1a, 0xc8, 0x76, 0x7b, 0x97, 0xa0, 0x17, 0x76, 0xae, 0x7b, 0xe2, 0x82, 0x7c, 0x86, 0x31, 0xd0, 0x0d, 0x0d, 0xbf, 0xe5, 0x0a, 0x7a, 0xe8, 0xcf, 0xf8, 0xfa, 0x79, 0xe9, 0xc8, 0x22, 0xe4, 0x02, 0x6d, 0x1d, 0xfe, 0x7f, 0x95, 0x0a, 0xfe, 0xc5, 0x89, 0xef, 0xa8, 0xa7, 0xb2, 0x87, 0xf8, 0x1c, 0x7e, 0xbb, 0xbe, 0xe1, 0x4d, 0xfa, 0xf9, 0x9e, 0xe2, 0x84, 0x7d, 0xe9, 0x0c, 0x18, 0x0c, 0x2c, 0x32, 0x82, 0x3c, 0x2a, 0x90, 0xe2, 0x21, 0x37, 0xf2, 0xa0, 0x20, 0x0f, 0x08, 0xa2, 0xf5, 0x7b, 0x5e, 0x35, 0x93, 0x01, 0x9f, 0xdf, 0xe9, 0x1f, 0x15, 0x76, 0x77, 0x11, 0xf0, 0xec, 0xef, 0x63, 0x7f, 0x6f, 0x3d, 0x87, 0x3c, 0x2d, 0x48, 0x7d, 0x41, 0x9e, 0xee, 0xd1, 0xab, 0x6b, 0x3c, 0x6f, 0x13, 0x30, 0x19, 0x36, 0x3c, 0x9d, 0xe4, 0xe4, 0x66, 0x29, 0x9e, 0x22, 0x74, 0xa8, 0x5e, 0xb3, 0x66, 0xb5, 0x22, 0xab, 0x56, 0xad, 0x50, 0x66, 0x06, 0xe4, 0xe7, 0xe7, 0x2a, 0x3d, 0x4b, 0xc5, 0xe7, 0x39, 0x7c, 0xfe, 0x67, 0xda, 0xb4, 0x6f, 0xd3, 0x48, 0xb2, 0x81, 0xc8, 0x88, 0xe0, 0xe9, 0x69, 0x50, 0x69, 0x86, 0xb2, 0x08, 0x7c, 0xad, 0xdd, 0x9e, 0x37, 0xd0, 0xee, 0x92, 0xed, 0x58, 0xcf, 0xd5, 0x36, 0x3c, 0x9e, 0x18, 0xec, 0x53, 0x82, 0xce, 0xce, 0x69, 0x96, 0x5a, 0x3f, 0xf3, 0xed, 0xcc, 0xe5, 0x24, 0x88, 0x52, 0xfa, 0xf2, 0x54, 0x06, 0xf8, 0xbf, 0x49, 0x79, 0x5f, 0x05, 0xfe, 0xe4, 0x10, 0x9f, 0x33, 0xff, 0x7d, 0xc1, 0xf0, 0x09, 0xfd, 0x6c, 0x0d, 0x1c, 0xf2, 0x4f, 0x87, 0x94, 0x7e, 0xe1, 0x0e, 0x61, 0x00, 0xe1, 0x09, 0x52, 0x57, 0x83, 0x14, 0x8f, 0x6a, 0x08, 0x7f, 0x7a, 0xb8, 0x93, 0x87, 0x35, 0xf4, 0xf6, 0x87, 0x85, 0x93, 0x47, 0xdc, 0xf1, 0x1f, 0xd5, 0xd8, 0xe9, 0xeb, 0x4a, 0x00, 0xcf, 0x83, 0x9c, 0xfd, 0xdd, 0x0d, 0x38, 0x79, 0x46, 0x43, 0x1a, 0x44, 0x77, 0x68, 0xdb, 0x95, 0x82, 0xf6, 0x17, 0x19, 0x98, 0xcb, 0x2a, 0xb1, 0xb6, 0x01, 0x9b, 0x02, 0x02, 0x7c, 0xdf, 0xe0, 0x36, 0x87, 0x07, 0x24, 0x44, 0xd0, 0x22, 0xc1, 0x1d, 0x1e, 0x92, 0xa0, 0x42, 0x31, 0x04, 0x77, 0x3b, 0xbe, 0x74, 0xb7, 0xe7, 0x80, 0xef, 0xb4, 0x53, 0xf9, 0xbe, 0x68, 0x78, 0x95, 0x02, 0xef, 0x88, 0x08, 0x46, 0x54, 0x5e, 0xc9, 0x48, 0x70, 0x74, 0x5a, 0x38, 0xd9, 0x98, 0xf6, 0x92, 0x47, 0xe0, 0x47, 0x0c, 0xe1, 0x94, 0x04, 0xfc, 0x2b, 0xd2, 0x3f, 0x52, 0x15, 0xb6, 0x50, 0xa3, 0xfc, 0xa7, 0x66, 0xaf, 0x18, 0x82, 0xe8, 0x67, 0x7a, 0x81, 0xca, 0xf3, 0x0e, 0x79, 0x8e, 0x93, 0x67, 0xf9, 0x2f, 0x9d, 0x23, 0x48, 0x7d, 0x09, 0x29, 0x44, 0x42, 0x88, 0xf2, 0xb8, 0x87, 0xf2, 0x98, 0x0b, 0xe2, 0xc8, 0x0c, 0xd4, 0xda, 0x2e, 0xc0, 0xef, 0x0a, 0xf8, 0x22, 0xe8, 0x9f, 0x71, 0xfc, 0xbd, 0xcf, 0x72, 0x7f, 0xff, 0xf3, 0x1a, 0xa2, 0x3c, 0xfe, 0xc6, 0xdb, 0x6f, 0x7c, 0xd0, 0xff, 0xcb, 0x2f, 0x0a, 0xf8, 0xa8, 0x71, 0x59, 0x84, 0x12, 0xe8, 0x6c, 0x9f, 0xbe, 0x3d, 0x62, 0xee, 0xbe, 0xfb, 0xee, 0xc7, 0x05, 0xd2, 0x6b, 0xd9, 0x58, 0xae, 0x4e, 0x02, 0x4f, 0x8d, 0xe3, 0x72, 0x9d, 0x02, 0x4c, 0xc7, 0xd7, 0x52, 0x75, 0x64, 0xc0, 0xbf, 0x5f, 0xe3, 0x88, 0xc6, 0x17, 0xf5, 0x98, 0xf1, 0x0d, 0xc3, 0x07, 0xc9, 0x26, 0x9f, 0xd3, 0x6a, 0x12, 0xbc, 0x2c, 0x27, 0xc1, 0xf4, 0x70, 0x05, 0xdc, 0xae, 0xc0, 0x0f, 0x35, 0x09, 0x7d, 0x7b, 0xc4, 0xe7, 0x22, 0xe2, 0x2c, 0x01, 0xff, 0x2f, 0x21, 0xff, 0x67, 0x68, 0x41, 0x3f, 0xcb, 0x2b, 0x0e, 0x79, 0x99, 0x93, 0x97, 0xa8, 0xbc, 0xe8, 0x90, 0x17, 0x38, 0x82, 0x3c, 0xc7, 0x81, 0xe4, 0x19, 0x0d, 0x42, 0x3c, 0x25, 0x91, 0x27, 0x05, 0x3d, 0xbb, 0x2e, 0x07, 0xce, 0x3a, 0x12, 0x91, 0x11, 0xe8, 0x31, 0x0f, 0xa5, 0x2c, 0xe0, 0xe7, 0x81, 0xcf, 0x03, 0xfe, 0x05, 0xc7, 0xdf, 0xfe, 0x92, 0x44, 0xf8, 0xfb, 0xa2, 0xdc, 0x93, 0x86, 0x0d, 0xdf, 0xfd, 0xa4, 0x5b, 0x8f, 0x2e, 0xc9, 0x83, 0xac, 0x03, 0x76, 0x7b, 0x00, 0xfc, 0xcb, 0xb1, 0xd6, 0x98, 0x92, 0x9e, 0xbd, 0xbb, 0xf7, 0xaf, 0x5f, 0xbf, 0x7e, 0x03, 0x0d, 0xbb, 0xea, 0x21, 0x0d, 0x7b, 0xca, 0x53, 0x9b, 0xc0, 0x93, 0x53, 0xa0, 0x4c, 0x4b, 0xdc, 0xf5, 0x45, 0x1d, 0xdf, 0xe5, 0x8e, 0xef, 0xf8, 0xc3, 0x54, 0xbb, 0x53, 0xd0, 0x1b, 0x86, 0x8f, 0x29, 0x10, 0xcf, 0xa8, 0x6b, 0x03, 0xe4, 0x24, 0x40, 0xaa, 0xc4, 0x5a, 0x7b, 0x7d, 0x29, 0xf8, 0xb7, 0x53, 0x83, 0x59, 0xd6, 0x31, 0x6e, 0x79, 0xda, 0x87, 0x32, 0xf0, 0xff, 0x16, 0xf2, 0x96, 0x4f, 0x7b, 0xfa, 0x19, 0xa0, 0xf7, 0xbf, 0xc1, 0xc9, 0xeb, 0x0e, 0x79, 0xcd, 0x21, 0xaf, 0x0a, 0xe4, 0x78, 0x49, 0xfc, 0xf2, 0x35, 0xc8, 0x50, 0x5f, 0xa2, 0x42, 0x3d, 0xe5, 0x82, 0x1c, 0x32, 0xa9, 0x2b, 0xb1, 0x3f, 0xea, 0x78, 0x78, 0x9a, 0xc8, 0x08, 0x50, 0xcf, 0x43, 0x02, 0xf0, 0xe0, 0x7f, 0x99, 0xdb, 0x20, 0x5e, 0x91, 0xdc, 0x03, 0xd5, 0x7d, 0x78, 0xee, 0xb9, 0xe7, 0xde, 0x8c, 0x88, 0x08, 0x0d, 0xeb, 0xda, 0xfd, 0xf3, 0x01, 0x3d, 0x7a, 0x76, 0x4b, 0xec, 0xd1, 0xab, 0x7b, 0x02, 0xa4, 0x67, 0xef, 0xae, 0x03, 0xda, 0x44, 0xb7, 0x89, 0x7a, 0xe5, 0x95, 0x57, 0x5e, 0x12, 0x4e, 0x45, 0x2d, 0x1b, 0xca, 0xab, 0x08, 0xc0, 0xc0, 0x2f, 0x1a, 0xb8, 0xee, 0x76, 0x7d, 0xf1, 0x68, 0xe6, 0xbf, 0x18, 0x05, 0x00, 0xfe, 0xaf, 0x1a, 0x3e, 0xa5, 0x27, 0xc1, 0x77, 0x9e, 0x9e, 0x04, 0x68, 0x79, 0xbe, 0x36, 0xfe, 0xc9, 0xff, 0x65, 0x75, 0xc6, 0x3e, 0x2e, 0xed, 0xda, 0x5c, 0x9a, 0xdc, 0x66, 0x51, 0x35, 0xb1, 0xfa, 0xdd, 0xfc, 0x96, 0x0f, 0xa6, 0x16, 0xbe, 0xc3, 0xc9, 0xdb, 0x0e, 0x79, 0xcb, 0x21, 0xff, 0xe7, 0x20, 0xc7, 0x9b, 0x1c, 0x31, 0x44, 0x42, 0xb8, 0x22, 0x83, 0x4c, 0x65, 0x12, 0x09, 0x21, 0xda, 0x16, 0x32, 0x1b, 0x43, 0xeb, 0xe4, 0x70, 0x75, 0x52, 0x3c, 0xe1, 0x42, 0xf7, 0x97, 0x11, 0xc0, 0xd5, 0x29, 0xf0, 0x02, 0xb7, 0xe3, 0x6b, 0x9d, 0x88, 0xcf, 0xb9, 0x39, 0x11, 0xeb, 0xb9, 0xb0, 0x99, 0x64, 0xe0, 0x2f, 0x0b, 0x01, 0xca, 0x6a, 0x0c, 0x97, 0x9b, 0x00, 0xae, 0xc0, 0x2f, 0xba, 0xe4, 0x54, 0xea, 0x0e, 0xb7, 0x2b, 0x89, 0x5f, 0x86, 0xf2, 0x45, 0xf8, 0xbe, 0x62, 0x68, 0x24, 0x23, 0x81, 0xd2, 0x07, 0x54, 0xe2, 0x22, 0x3d, 0x54, 0x60, 0x56, 0x7a, 0xf7, 0x6c, 0xcf, 0x78, 0x8f, 0x9c, 0x28, 0x6e, 0x23, 0x6d, 0x8f, 0xbe, 0xd0, 0xfe, 0x96, 0xac, 0x83, 0xdb, 0xef, 0x61, 0x6f, 0x29, 0x55, 0x5d, 0x1f, 0x50, 0x79, 0x9f, 0x93, 0xf7, 0x1c, 0xf2, 0xae, 0x43, 0xfe, 0xc5, 0x11, 0x83, 0x27, 0x84, 0x16, 0x19, 0x5c, 0x11, 0xe1, 0x19, 0xc1, 0xb8, 0x76, 0x67, 0x64, 0xd7, 0x93, 0xa8, 0x52, 0xe2, 0xe9, 0xe0, 0x09, 0x01, 0xca, 0x6b, 0x07, 0xc8, 0x6c, 0x01, 0xd1, 0x2e, 0x12, 0xd5, 0xc0, 0x06, 0x92, 0xbf, 0xa9, 0x9e, 0x84, 0xc8, 0xae, 0xc0, 0x5f, 0x96, 0xdd, 0xff, 0xae, 0x32, 0xee, 0xfe, 0x15, 0x26, 0xc0, 0x6d, 0x1e, 0xee, 0xfc, 0x65, 0x06, 0xbf, 0xe3, 0xe6, 0x3d, 0xdb, 0xfc, 0x65, 0x43, 0x73, 0x6a, 0x18, 0x9f, 0x93, 0x0d, 0xbb, 0x93, 0x9d, 0x04, 0x5a, 0x82, 0xf4, 0x86, 0x82, 0xde, 0xf5, 0xd4, 0xde, 0x1e, 0xaa, 0xf6, 0x04, 0xbd, 0xee, 0xd3, 0x8b, 0xbe, 0xd7, 0xc7, 0x82, 0x7c, 0x44, 0xe5, 0x43, 0x87, 0x34, 0xe4, 0xc8, 0xf1, 0x9e, 0x0b, 0x32, 0xc8, 0x88, 0x20, 0x3b, 0x11, 0x9e, 0x93, 0x00, 0xa5, 0x81, 0x06, 0x11, 0xea, 0x6b, 0x78, 0x9b, 0x9e, 0xd2, 0x00, 0x52, 0x1d, 0x37, 0x46, 0xb6, 0x2b, 0x4f, 0xd0, 0x93, 0x1a, 0xae, 0xcf, 0xfa, 0x02, 0x29, 0xdc, 0x89, 0x8c, 0xc4, 0x32, 0xbb, 0x47, 0x04, 0x7e, 0x79, 0x77, 0x7e, 0x4f, 0x0d, 0xe0, 0x4a, 0xdd, 0xfd, 0x0d, 0x1a, 0x06, 0xaf, 0x96, 0xce, 0xaf, 0xa5, 0xf6, 0x68, 0x82, 0x9f, 0x1d, 0xbd, 0xbe, 0x94, 0x04, 0x49, 0x26, 0x9f, 0xb3, 0xea, 0x93, 0xe0, 0x79, 0xe9, 0x49, 0x20, 0x0a, 0x86, 0x65, 0x88, 0x0d, 0xac, 0x1c, 0xe0, 0xff, 0xd5, 0xef, 0x55, 0x05, 0xfc, 0x9f, 0x72, 0xf2, 0x5f, 0x87, 0x60, 0x6a, 0xe1, 0xbf, 0xa9, 0x7c, 0x22, 0x10, 0x82, 0x91, 0x41, 0x24, 0x82, 0x78, 0x22, 0x78, 0x42, 0x82, 0xe7, 0x3c, 0x38, 0x09, 0xea, 0x7b, 0xa0, 0x0a, 0x69, 0x19, 0xcb, 0x3c, 0xe0, 0x45, 0x2f, 0xd2, 0x63, 0x2e, 0xc8, 0x20, 0x8b, 0x07, 0x3c, 0x25, 0x39, 0x8d, 0xea, 0xb9, 0x39, 0xa1, 0x5c, 0x11, 0x54, 0xe6, 0xdd, 0x72, 0x07, 0xfc, 0x8a, 0xea, 0xfd, 0x95, 0x0a, 0x7e, 0x83, 0xc4, 0xd5, 0xe9, 0x6e, 0xf7, 0x7f, 0xd4, 0xc5, 0xee, 0xcf, 0x76, 0x1a, 0x5e, 0xf7, 0x2c, 0x35, 0xbe, 0x3e, 0x7d, 0xde, 0xe0, 0x9f, 0x14, 0xe2, 0xac, 0x0e, 0x8d, 0x6a, 0x7d, 0xa7, 0x92, 0xba, 0x70, 0x5c, 0x18, 0x4c, 0x57, 0xba, 0xeb, 0xcf, 0xee, 0x48, 0x16, 0x25, 0xbc, 0x2d, 0xcb, 0xe7, 0x27, 0x09, 0xc1, 0x3e, 0x67, 0x3f, 0x68, 0x60, 0x40, 0xe7, 0xe6, 0x26, 0x54, 0x9a, 0x72, 0x82, 0x9f, 0xd1, 0xce, 0xbc, 0x11, 0x47, 0x08, 0x91, 0x08, 0x9e, 0x90, 0x80, 0x3f, 0x09, 0x98, 0x6d, 0xa0, 0xe5, 0x35, 0x7a, 0x46, 0x03, 0xfc, 0xae, 0x54, 0x1f, 0x57, 0x81, 0xb8, 0xc7, 0x25, 0x91, 0x6a, 0xd1, 0x3d, 0x5a, 0xdb, 0x4d, 0xfa, 0x83, 0x18, 0x15, 0xae, 0x23, 0xb1, 0x3b, 0xea, 0xba, 0xb1, 0x45, 0xea, 0x48, 0x4e, 0x22, 0x71, 0xa7, 0xf7, 0x34, 0x7a, 0xee, 0xa9, 0xca, 0x53, 0xe5, 0x6a, 0x4f, 0x65, 0x11, 0x80, 0x37, 0x7a, 0xd9, 0x71, 0xfb, 0x4f, 0x2d, 0x02, 0x00, 0x44, 0xff, 0xa6, 0x24, 0x48, 0x0c, 0x71, 0x78, 0x87, 0x2c, 0xb5, 0x7e, 0x4e, 0x0f, 0xbf, 0x59, 0x69, 0x98, 0x9b, 0x41, 0x89, 0x00, 0x7f, 0x3e, 0x26, 0x41, 0x22, 0x93, 0x14, 0x43, 0xb0, 0xa1, 0xeb, 0x8f, 0x6c, 0x75, 0x87, 0xac, 0x5d, 0x39, 0x12, 0xdb, 0xf6, 0x3f, 0xf3, 0x90, 0x21, 0xc2, 0x01, 0x78, 0x5f, 0x2a, 0xcd, 0x1c, 0xe2, 0xe7, 0xf8, 0xb9, 0xa9, 0x40, 0x02, 0x76, 0x1a, 0xf0, 0x27, 0x01, 0xaf, 0x12, 0x95, 0xf5, 0x14, 0x60, 0x04, 0x68, 0xa0, 0xa1, 0x2b, 0xcb, 0x40, 0xaf, 0x05, 0x32, 0x1e, 0xf4, 0x8f, 0x4a, 0x76, 0xd3, 0xda, 0x1a, 0xba, 0xb4, 0xab, 0x9c, 0x20, 0x19, 0x31, 0x1e, 0xd3, 0xc8, 0x11, 0x7a, 0x5c, 0x23, 0x45, 0xe4, 0x31, 0x37, 0xc1, 0x3e, 0x31, 0x9f, 0xea, 0x41, 0x37, 0xbb, 0xbd, 0xbb, 0x1d, 0xbf, 0x2c, 0xbb, 0x7e, 0xa5, 0xa5, 0x40, 0x78, 0x42, 0x80, 0x07, 0x3d, 0xd4, 0xff, 0x5d, 0x9e, 0x00, 0xcc, 0xf5, 0xf6, 0xd1, 0x33, 0x06, 0x7f, 0xba, 0x7b, 0x9f, 0x48, 0x11, 0x7a, 0x86, 0x7a, 0x2a, 0x5f, 0x34, 0xa9, 0x31, 0xe7, 0x81, 0x3b, 0x0c, 0xfe, 0x0e, 0x70, 0x37, 0x76, 0xec, 0xf8, 0xbc, 0xf0, 0xc0, 0xff, 0x54, 0xa2, 0x0a, 0x69, 0xa9, 0x41, 0xae, 0x6c, 0x01, 0xd9, 0x09, 0xc0, 0xab, 0x3e, 0x4f, 0x6b, 0xe8, 0xcb, 0x75, 0x25, 0xfa, 0xf2, 0x13, 0x1a, 0xa0, 0x7f, 0x44, 0x23, 0xed, 0xe2, 0x61, 0x21, 0xbd, 0xe2, 0x7e, 0x17, 0x29, 0xd0, 0x5a, 0x11, 0xe6, 0xda, 0xe5, 0x94, 0x87, 0x3d, 0x48, 0x1c, 0x2c, 0x6b, 0xf2, 0xa0, 0x57, 0x65, 0x82, 0x96, 0xc5, 0x06, 0x78, 0xd8, 0x03, 0x1b, 0x40, 0x3c, 0x05, 0x78, 0x1f, 0x74, 0xa9, 0xff, 0xf9, 0x8d, 0x3a, 0x86, 0x4f, 0xe3, 0x8c, 0xea, 0xc9, 0x90, 0xae, 0x24, 0x91, 0xaa, 0x3c, 0xc1, 0x6f, 0x2a, 0x9e, 0x9e, 0x4f, 0x1c, 0x80, 0xfe, 0xb7, 0x03, 0xdc, 0xff, 0x15, 0xe4, 0x3f, 0x12, 0xd0, 0x8b, 0xaa, 0xcf, 0xfb, 0x2e, 0xc0, 0xff, 0xa6, 0x1b, 0x43, 0x98, 0x37, 0x80, 0x79, 0xd7, 0xa0, 0x96, 0x8b, 0xd3, 0x15, 0xe0, 0x6b, 0xbb, 0x50, 0x1f, 0xc4, 0xdd, 0x54, 0x4c, 0xd9, 0x76, 0x55, 0xfc, 0xa2, 0x95, 0x83, 0x54, 0x56, 0x79, 0x40, 0x02, 0x72, 0x59, 0x1a, 0xf9, 0x3d, 0x12, 0x83, 0x56, 0xb6, 0xd3, 0xdf, 0xe1, 0x61, 0x7d, 0xc5, 0x4d, 0x86, 0x6b, 0x94, 0x02, 0x7d, 0x5b, 0x19, 0x4e, 0x81, 0x87, 0x34, 0x4e, 0x01, 0x57, 0x86, 0xf0, 0x33, 0x92, 0x40, 0x8c, 0x42, 0x82, 0x7b, 0xfe, 0x61, 0x78, 0xab, 0x6f, 0x13, 0x9f, 0xb1, 0x29, 0x26, 0xe7, 0x2c, 0x52, 0x99, 0xa1, 0xdb, 0xab, 0x91, 0x4f, 0x76, 0xdd, 0xfb, 0x14, 0xd5, 0xa6, 0xa1, 0x43, 0x3e, 0x74, 0x00, 0xda, 0x95, 0x68, 0x79, 0x80, 0x18, 0xf0, 0xdd, 0xb9, 0x43, 0x65, 0x71, 0x01, 0xd1, 0xfb, 0x23, 0x82, 0xbf, 0xae, 0x1b, 0xb5, 0xe6, 0x51, 0x0d, 0x75, 0x46, 0x96, 0x27, 0x23, 0xf3, 0x94, 0xdc, 0xe9, 0x61, 0x75, 0xd8, 0x3d, 0x1a, 0xd9, 0xa8, 0x9e, 0x8a, 0x2c, 0x9b, 0xf5, 0x1e, 0x17, 0x40, 0x77, 0x57, 0x54, 0x74, 0xbb, 0x46, 0x86, 0xe7, 0x2d, 0x1e, 0x94, 0x46, 0x56, 0x69, 0xde, 0xff, 0xad, 0x65, 0x70, 0x85, 0x96, 0x85, 0x04, 0x32, 0x75, 0x48, 0x7a, 0x1a, 0xbc, 0xf5, 0x94, 0xa1, 0x51, 0x8f, 0x4f, 0x7d, 0x06, 0xdb, 0x02, 0x6b, 0xac, 0x87, 0x7d, 0x40, 0x01, 0xff, 0x43, 0x82, 0xd1, 0xe7, 0x70, 0x4c, 0xf3, 0x1a, 0x0b, 0xda, 0x7f, 0xe8, 0x63, 0xad, 0x7d, 0xaf, 0xb2, 0x8b, 0xbf, 0xe3, 0xd8, 0xa9, 0x99, 0x3f, 0xff, 0x3d, 0x4e, 0xde, 0x97, 0xc8, 0x7b, 0x02, 0xd8, 0xff, 0x25, 0x71, 0x7b, 0xca, 0xf4, 0xfd, 0xd7, 0xdc, 0x04, 0xc4, 0xc4, 0xa0, 0x90, 0x18, 0x0c, 0x12, 0x7d, 0xe1, 0xa2, 0x1a, 0xf1, 0xa0, 0x8b, 0xf4, 0x6a, 0x1e, 0x64, 0x3c, 0xb0, 0x64, 0x85, 0x38, 0xb2, 0x02, 0x78, 0x59, 0x2d, 0xc2, 0x5d, 0x1a, 0x72, 0xb7, 0x86, 0x68, 0x5d, 0xef, 0xaa, 0xc6, 0xc1, 0x55, 0xf5, 0x9c, 0x56, 0x79, 0xe9, 0xcd, 0xd7, 0x7a, 0xa7, 0x77, 0x17, 0x09, 0x2e, 0x4f, 0x1a, 0xc4, 0x23, 0x1a, 0x46, 0xf1, 0x93, 0x6e, 0x0c, 0x63, 0x57, 0xa1, 0xf9, 0x57, 0x1d, 0x20, 0x64, 0xa9, 0x0b, 0x6f, 0x38, 0x00, 0xfa, 0x7f, 0x0e, 0x61, 0xc0, 0x7d, 0xdb, 0x43, 0x79, 0xcb, 0x83, 0x28, 0xb0, 0x2c, 0x12, 0xcc, 0x47, 0x45, 0xdd, 0xe5, 0x07, 0xc9, 0xfc, 0xe1, 0xa2, 0x2e, 0xff, 0x80, 0x1b, 0xa3, 0x90, 0x07, 0xd9, 0x1d, 0x2e, 0xf2, 0xe2, 0x5d, 0x75, 0x88, 0x10, 0xbb, 0x44, 0x88, 0x44, 0xa9, 0x88, 0x88, 0xaf, 0x7b, 0xbb, 0x0b, 0xa0, 0x6b, 0xd5, 0x52, 0xbb, 0x02, 0x7c, 0xb5, 0x95, 0x3a, 0xde, 0xec, 0x41, 0x06, 0xe8, 0x3d, 0x1e, 0x44, 0x85, 0x3d, 0x21, 0x82, 0x27, 0x79, 0x2a, 0x32, 0x42, 0xbc, 0xca, 0x01, 0xf5, 0x75, 0x81, 0x1c, 0xae, 0xe4, 0x75, 0x49, 0x0e, 0x90, 0xbb, 0x3c, 0x20, 0x77, 0xb9, 0x40, 0xa2, 0x81, 0x5b, 0xc7, 0xc5, 0xae, 0xcf, 0xfb, 0xc0, 0x65, 0x2e, 0x40, 0x57, 0xe5, 0x95, 0x5a, 0xc6, 0xa0, 0xab, 0x1e, 0x41, 0xb2, 0x5e, 0x41, 0xb7, 0x6a, 0x94, 0x66, 0x7a, 0x2a, 0xb7, 0x4a, 0xe4, 0x16, 0x83, 0xeb, 0x8e, 0x1a, 0xee, 0xba, 0x6a, 0x78, 0x55, 0xfb, 0x13, 0x59, 0xc5, 0xd7, 0xed, 0x1e, 0x9c, 0x06, 0xf7, 0x6b, 0x64, 0x83, 0xba, 0x4b, 0xdb, 0x2d, 0x6f, 0xce, 0x0a, 0x9f, 0xb5, 0xc8, 0x67, 0x77, 0xbe, 0xa2, 0x21, 0x2f, 0x4b, 0xb2, 0x40, 0x5f, 0x2a, 0x47, 0xde, 0x8b, 0x2c, 0xfc, 0xcf, 0x03, 0xff, 0x31, 0x8d, 0x1d, 0x9f, 0x57, 0x71, 0x98, 0x7a, 0xc3, 0x7b, 0x43, 0xd8, 0xce, 0x2a, 0x1a, 0x82, 0xae, 0x5a, 0x84, 0x68, 0xb5, 0x40, 0xbc, 0xc9, 0xe0, 0xba, 0x5b, 0x9c, 0x56, 0xd7, 0x38, 0x57, 0xa2, 0xf5, 0x1a, 0x37, 0x49, 0xa4, 0xd6, 0xf5, 0x00, 0x74, 0x4f, 0xea, 0x01, 0x6e, 0xe6, 0x98, 0x7d, 0x5b, 0x19, 0x88, 0xf0, 0x40, 0x39, 0xc9, 0xe0, 0x2a, 0x77, 0xc5, 0x55, 0xfe, 0xca, 0xf3, 0x65, 0x14, 0x59, 0xbe, 0x8b, 0xab, 0x5a, 0x80, 0xa7, 0xdd, 0xd4, 0x02, 0x78, 0x92, 0xe9, 0xe8, 0x49, 0x92, 0x97, 0x2c, 0xd0, 0x53, 0x16, 0xe3, 0xaf, 0x86, 0x41, 0xde, 0x2f, 0x54, 0xd6, 0x33, 0xd4, 0x55, 0xef, 0xd0, 0x5a, 0x1a, 0x20, 0x96, 0x89, 0xf8, 0x3e, 0x35, 0x0c, 0x37, 0x40, 0x77, 0x37, 0x9f, 0x72, 0x10, 0xe1, 0xae, 0x72, 0x92, 0x41, 0x46, 0x08, 0x19, 0x29, 0xdc, 0xe5, 0xb1, 0x34, 0xf0, 0x50, 0x5c, 0xe5, 0xe6, 0x3c, 0xed, 0x26, 0x35, 0xc1, 0x13, 0xc0, 0x7b, 0x92, 0xe0, 0xe5, 0x49, 0x62, 0x97, 0x57, 0xf7, 0xc0, 0xf9, 0xab, 0xac, 0x32, 0x17, 0xc3, 0x97, 0x81, 0x0c, 0x22, 0x21, 0xca, 0x52, 0xd0, 0xfd, 0xa4, 0x46, 0x5e, 0x4b, 0x59, 0x45, 0x2b, 0x1f, 0xdf, 0x5d, 0xa8, 0xdf, 0x93, 0xa4, 0x2e, 0x4f, 0xab, 0x9a, 0x78, 0xdd, 0xf9, 0x26, 0x1d, 0xf8, 0xde, 0xb9, 0x6a, 0xb8, 0x39, 0x15, 0xca, 0x42, 0x06, 0x57, 0x5d, 0x0e, 0x5c, 0x75, 0x3a, 0x78, 0xd4, 0x4d, 0xe8, 0xfe, 0x89, 0x32, 0x88, 0x56, 0xa8, 0xdf, 0x55, 0x88, 0xff, 0x21, 0x83, 0xeb, 0x8e, 0x10, 0x95, 0x59, 0xcb, 0xaa, 0x2f, 0x2f, 0x27, 0x43, 0xcd, 0x32, 0x9e, 0x0c, 0x22, 0x21, 0xb4, 0x48, 0x71, 0x9f, 0x9b, 0x70, 0xfe, 0x43, 0x1e, 0x84, 0xf3, 0x1f, 0x71, 0x21, 0x55, 0x1d, 0xd6, 0x77, 0x07, 0xf8, 0x4a, 0x4f, 0xdd, 0xd5, 0x97, 0x77, 0x9e, 0x0c, 0x95, 0xdd, 0xf2, 0xcf, 0x55, 0x6f, 0xcb, 0x07, 0xca, 0x29, 0xf7, 0xbb, 0x09, 0xe5, 0xbb, 0x0b, 0xe7, 0x6b, 0x05, 0x7c, 0x3c, 0x01, 0xbc, 0xbe, 0xd3, 0xff, 0x45, 0x08, 0x21, 0x3b, 0x21, 0xc4, 0xf6, 0xde, 0xb7, 0x4b, 0x88, 0x21, 0x8b, 0x66, 0x7a, 0xdc, 0xe9, 0xd8, 0x03, 0x71, 0x15, 0xed, 0xf4, 0x34, 0xb2, 0xe9, 0x69, 0x08, 0xbf, 0xda, 0x7b, 0x58, 0xea, 0xab, 0x7a, 0x09, 0xe1, 0x8a, 0x14, 0x5a, 0xad, 0xc0, 0x65, 0xed, 0xc0, 0x5d, 0xf5, 0xbe, 0xaf, 0x8a, 0x88, 0xa6, 0x56, 0xd8, 0xde, 0xeb, 0x42, 0xf7, 0xfa, 0xba, 0xfe, 0x89, 0xe1, 0x6a, 0x30, 0x84, 0xbb, 0x28, 0xa7, 0x2c, 0xd2, 0xe9, 0x4e, 0x6e, 0xd1, 0x90, 0xb2, 0xcc, 0x05, 0xd0, 0x81, 0xae, 0xaf, 0x6b, 0x42, 0x10, 0xad, 0x20, 0x8e, 0x56, 0xd0, 0xe6, 0x26, 0x17, 0xe2, 0x69, 0xa0, 0xe7, 0xba, 0x89, 0x5a, 0xea, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0xa5, 0x2f, 0x7d, 0xe9, 0x4b, 0x5f, 0xfa, 0xd2, 0x97, 0xbe, 0xf4, 0x55, 0x86, 0xf5, 0xff, 0x68, 0xf8, 0x26, 0xac, 0xf4, 0xe6, 0x3c, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int options_192_png_len = 19475; unsigned char styles_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0c, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x54, 0x68, 0x65, 0x6d, 0x65, 0x73, 0x1a, 0xb9, 0x14, 0x8c, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x22, 0x84, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x79, 0x90, 0x1d, 0xd5, 0x79, 0xef, 0xd7, 0xcb, 0xdd, 0xef, 0xcc, 0x9d, 0x99, 0x3b, 0xfb, 0x68, 0x34, 0x5a, 0x40, 0x80, 0x36, 0x90, 0x2c, 0x8c, 0x40, 0x02, 0x62, 0x16, 0x83, 0x59, 0x12, 0x57, 0x3d, 0x3b, 0x2f, 0x71, 0xe1, 0x24, 0x38, 0x76, 0x1e, 0x71, 0x05, 0x17, 0xa9, 0x57, 0xe5, 0x7a, 0x65, 0xa7, 0x2a, 0xfa, 0xe3, 0xb9, 0x2a, 0xa9, 0xd4, 0x4b, 0xf9, 0x61, 0x43, 0x62, 0x03, 0x11, 0x04, 0x3f, 0x53, 0x49, 0xd5, 0xcb, 0x03, 0xcb, 0x08, 0x90, 0x21, 0x32, 0x90, 0x80, 0x31, 0xb6, 0x64, 0xb0, 0x34, 0x12, 0xd2, 0x48, 0x1a, 0xcd, 0x68, 0x66, 0x74, 0x67, 0x9f, 0xbb, 0x2f, 0xbd, 0xbc, 0xf3, 0x9d, 0xee, 0xd3, 0x7d, 0x6e, 0xcf, 0x5d, 0x67, 0x91, 0x46, 0xa3, 0xfe, 0x46, 0x47, 0x7d, 0xba, 0xef, 0xb9, 0xdd, 0x7d, 0xcf, 0xb7, 0xfd, 0xbe, 0xef, 0x9c, 0x3e, 0x0d, 0xe0, 0x92, 0x4b, 0x2e, 0xb9, 0xe4, 0x92, 0x4b, 0x2e, 0xb9, 0xe4, 0xd2, 0x55, 0x47, 0x82, 0xdb, 0x05, 0xb5, 0xd3, 0x1f, 0x7d, 0xeb, 0xb9, 0xcf, 0xe8, 0x00, 0x9b, 0x41, 0x17, 0x42, 0xcb, 0xc7, 0x10, 0x6d, 0x4e, 0x12, 0xc5, 0x83, 0xfb, 0xbf, 0xf3, 0x95, 0x61, 0x57, 0x00, 0x56, 0x00, 0x3d, 0xf6, 0x3f, 0x5f, 0xe8, 0x99, 0x9c, 0xd5, 0x5e, 0x9a, 0xc8, 0xc8, 0xb7, 0xa6, 0xf2, 0x82, 0x7c, 0x49, 0x98, 0x42, 0xb8, 0xd2, 0xe2, 0x57, 0xe3, 0xd1, 0x80, 0xba, 0xff, 0xc7, 0x7f, 0xfb, 0x95, 0x27, 0x5c, 0x01, 0xb8, 0x6c, 0x1a, 0xff, 0x4f, 0x8f, 0x9c, 0x9d, 0x91, 0x5f, 0xc8, 0x2a, 0xa2, 0x78, 0xb9, 0xee, 0xa1, 0x2d, 0x58, 0x98, 0xe8, 0x6b, 0x13, 0x77, 0xfc, 0xe3, 0x5f, 0xfd, 0xf1, 0x88, 0x2b, 0x00, 0x97, 0x90, 0xfe, 0xe4, 0xdb, 0xcf, 0x7e, 0xf1, 0x93, 0x49, 0xff, 0xbf, 0x14, 0x34, 0xa3, 0x8f, 0x02, 0x3e, 0x19, 0x36, 0xae, 0x69, 0x81, 0xd6, 0x48, 0x00, 0xbc, 0xb2, 0x4c, 0xb5, 0x54, 0x30, 0x7b, 0x4f, 0x27, 0x7e, 0x41, 0x23, 0xff, 0x69, 0x9a, 0x0e, 0x2a, 0xa9, 0xab, 0xb8, 0x25, 0x15, 0x05, 0xb7, 0xa4, 0x28, 0x66, 0x1d, 0xb7, 0xaa, 0xa6, 0x59, 0x75, 0x6b, 0xcb, 0xb5, 0xd5, 0x74, 0x0d, 0xd4, 0x7c, 0x0e, 0x94, 0x6c, 0x0e, 0xcf, 0x4c, 0xcf, 0x1f, 0x0d, 0x6a, 0x73, 0x6b, 0x9a, 0xf3, 0x1b, 0x9e, 0xdb, 0xf7, 0xd5, 0xe9, 0xa5, 0xfe, 0x9d, 0xb2, 0xcb, 0xea, 0xf9, 0xf4, 0xa7, 0xfb, 0x9e, 0x6d, 0x39, 0x37, 0xe9, 0xfd, 0x11, 0x63, 0xfe, 0xa6, 0xbe, 0x56, 0xb8, 0x73, 0xe7, 0x3a, 0x08, 0xf9, 0x65, 0xf0, 0x4a, 0x02, 0xc8, 0xb4, 0x88, 0x20, 0x9a, 0x02, 0x40, 0x99, 0x6c, 0x32, 0x33, 0xaf, 0x68, 0x50, 0x50, 0xc8, 0x56, 0xd5, 0x20, 0x47, 0xea, 0x79, 0x72, 0x12, 0x3c, 0x96, 0x53, 0x74, 0x73, 0x6b, 0x1c, 0xa3, 0x5b, 0x73, 0x3f, 0x57, 0xb0, 0xeb, 0x28, 0x4c, 0x10, 0x0a, 0x83, 0xa6, 0x28, 0x90, 0x9e, 0x99, 0xa2, 0xdb, 0xa9, 0xb4, 0x18, 0x09, 0x7b, 0xa4, 0x9f, 0x90, 0x4f, 0xf6, 0xba, 0x02, 0x70, 0x09, 0x28, 0x9d, 0x95, 0x9e, 0x8c, 0xe7, 0x44, 0x2f, 0xd6, 0xd7, 0x77, 0x37, 0xc3, 0x67, 0x76, 0xad, 0x07, 0x9f, 0x2c, 0x82, 0x2c, 0x1a, 0xcc, 0xf7, 0x92, 0x3a, 0x32, 0x26, 0x36, 0x31, 0x49, 0x35, 0x9a, 0x69, 0x79, 0x81, 0x6e, 0x4d, 0x01, 0x20, 0xa5, 0x80, 0x75, 0x5a, 0x4c, 0xc1, 0xc0, 0x36, 0x26, 0xe3, 0x69, 0x5d, 0xd5, 0x68, 0x3b, 0x15, 0x24, 0x90, 0x43, 0x4d, 0x44, 0xda, 0x04, 0xa2, 0xf3, 0x86, 0xd6, 0x8b, 0xc4, 0xca, 0x84, 0xa2, 0xad, 0x90, 0x9c, 0x18, 0x07, 0x9d, 0x5c, 0x63, 0x38, 0x2e, 0xef, 0xf9, 0x93, 0x6f, 0x3f, 0xb3, 0xfb, 0xf9, 0xef, 0x7c, 0xed, 0x17, 0xae, 0x00, 0x2c, 0x33, 0xc5, 0x92, 0xe2, 0x17, 0x28, 0x13, 0x88, 0x96, 0xef, 0xbe, 0xb1, 0x97, 0x6a, 0x3a, 0x9a, 0x7b, 0x44, 0x02, 0xe3, 0xe3, 0x13, 0xf0, 0xca, 0x81, 0x43, 0x70, 0xe4, 0x68, 0x3f, 0x68, 0x94, 0x59, 0x02, 0xe7, 0x4c, 0x85, 0x0a, 0xde, 0x55, 0x77, 0xec, 0xea, 0xf6, 0x71, 0xf2, 0xcf, 0x1b, 0x0c, 0x43, 0xcf, 0xf6, 0xbd, 0x10, 0xee, 0xe8, 0xb3, 0xcf, 0x20, 0x4a, 0xe0, 0x6b, 0x6c, 0x84, 0xec, 0xec, 0x2c, 0x71, 0x0d, 0x02, 0xa4, 0x0a, 0xd2, 0x3e, 0x72, 0xf8, 0x7e, 0x57, 0x00, 0x96, 0x13, 0xf8, 0xfd, 0x8f, 0x67, 0x77, 0xf4, 0x4f, 0x49, 0x3e, 0xac, 0xaf, 0xed, 0x68, 0x22, 0xbe, 0xdf, 0x63, 0x7d, 0x36, 0x32, 0x7a, 0x11, 0xfe, 0xfe, 0xbb, 0x3f, 0x84, 0x6c, 0xae, 0x80, 0xdc, 0x31, 0x31, 0x80, 0x60, 0x14, 0xa1, 0x1e, 0x48, 0xa5, 0x9b, 0xf2, 0xa0, 0x9b, 0xb2, 0x40, 0x2c, 0x44, 0x36, 0x0d, 0x83, 0x1f, 0xfe, 0x0c, 0xfa, 0x76, 0xdd, 0x0b, 0x0d, 0x9d, 0xb6, 0x10, 0x78, 0xfc, 0x41, 0xc8, 0x09, 0x73, 0xb4, 0xcd, 0x4c, 0x5a, 0xba, 0x7d, 0xa9, 0x7f, 0xaf, 0xe8, 0xb2, 0xbc, 0x98, 0x0a, 0xba, 0xf0, 0x28, 0xab, 0x77, 0x44, 0xc3, 0x26, 0xc0, 0x33, 0x14, 0xf6, 0x8d, 0x43, 0xef, 0x42, 0x2e, 0xaf, 0x51, 0xcd, 0xc4, 0x42, 0xec, 0x34, 0xd9, 0xca, 0xe6, 0x3e, 0xbf, 0xad, 0x54, 0x8a, 0xdb, 0x00, 0xb7, 0x8f, 0xec, 0x18, 0x3d, 0xf6, 0x1e, 0x31, 0xf9, 0x2a, 0x17, 0x12, 0x12, 0xb7, 0xe3, 0xf3, 0xd3, 0xfa, 0x5c, 0x4e, 0x0a, 0x3e, 0xb1, 0x6f, 0x7f, 0x93, 0x6b, 0x01, 0x96, 0x88, 0xf6, 0xed, 0xd3, 0xc5, 0x61, 0xe5, 0xf9, 0xdf, 0x4d, 0xe5, 0xf5, 0x3f, 0x48, 0xab, 0xe2, 0xce, 0x54, 0x5e, 0x5c, 0x33, 0x30, 0x2d, 0x06, 0xd8, 0xe7, 0x8d, 0x61, 0xbf, 0x81, 0xe8, 0x4d, 0x90, 0x37, 0x33, 0x97, 0x34, 0x18, 0x2f, 0x08, 0x9c, 0xe9, 0x17, 0xa8, 0xef, 0x2e, 0xb6, 0x00, 0x42, 0x79, 0xcd, 0xe7, 0x5c, 0x00, 0xfe, 0x09, 0x96, 0x3b, 0x30, 0xa4, 0xac, 0x40, 0x22, 0x80, 0xcc, 0xdc, 0x14, 0x04, 0x9b, 0xdb, 0x6d, 0x2d, 0x95, 0x65, 0xeb, 0xdb, 0x47, 0xc6, 0xe5, 0x89, 0x87, 0xfe, 0xf2, 0xf9, 0xb1, 0xa0, 0x47, 0xff, 0x38, 0xe8, 0x85, 0x57, 0xbc, 0x72, 0xfe, 0xff, 0xfc, 0x70, 0xdf, 0x7f, 0x4b, 0xbb, 0x61, 0x60, 0x8d, 0xf4, 0xe8, 0xbe, 0x7f, 0xda, 0x9c, 0x49, 0xc3, 0x37, 0x13, 0x79, 0xe9, 0xb3, 0x33, 0x19, 0xb1, 0x33, 0xaf, 0x09, 0x65, 0xfb, 0xe0, 0xfe, 0xbd, 0x37, 0x40, 0x34, 0xe2, 0xa7, 0xa0, 0xcf, 0x43, 0xf0, 0xc0, 0xc1, 0x83, 0x3f, 0x83, 0xf7, 0x3f, 0x38, 0x6a, 0x32, 0x9c, 0x99, 0x7e, 0xc1, 0xd2, 0xd4, 0xe2, 0x2e, 0x15, 0x8a, 0x7b, 0x57, 0xd7, 0x8b, 0x04, 0x41, 0xb7, 0x5c, 0x80, 0x6e, 0x09, 0x00, 0x9a, 0x79, 0xac, 0xf7, 0xdd, 0x7c, 0x0f, 0x84, 0x5b, 0xbb, 0x6c, 0xab, 0x44, 0x6e, 0x38, 0x33, 0x3b, 0x53, 0x5a, 0x83, 0x89, 0x0d, 0x6f, 0xf2, 0xa9, 0x33, 0x8d, 0x7e, 0xed, 0xfd, 0xa0, 0xa8, 0x7e, 0xef, 0xf9, 0xbf, 0xf9, 0xea, 0xeb, 0xae, 0x00, 0x38, 0xe8, 0x77, 0xf6, 0xed, 0x93, 0x7b, 0xb2, 0x6b, 0xf6, 0x4d, 0xa5, 0x3d, 0x5f, 0x9f, 0xca, 0x48, 0xcd, 0x7a, 0x99, 0x76, 0xe8, 0xef, 0x3d, 0x5e, 0x19, 0xe2, 0x89, 0x0c, 0xdd, 0xbf, 0x8f, 0x08, 0x40, 0x24, 0xec, 0x23, 0xa1, 0x1f, 0x11, 0x00, 0x59, 0x80, 0xd9, 0xe9, 0x49, 0xf8, 0xfe, 0xd3, 0x3f, 0x32, 0xa0, 0x5f, 0x91, 0x00, 0x08, 0xe6, 0x3f, 0xc1, 0x01, 0x0a, 0x4b, 0x19, 0x00, 0x13, 0xe7, 0xeb, 0x3c, 0xf3, 0x71, 0xa3, 0xd1, 0x7d, 0xf4, 0xc9, 0xb7, 0xfe, 0xee, 0x1f, 0xc0, 0x4c, 0x56, 0xe0, 0x04, 0x20, 0x43, 0x04, 0xc0, 0x48, 0x01, 0x04, 0xfc, 0x1e, 0xc8, 0x20, 0x06, 0x29, 0xf3, 0x23, 0x1a, 0x7d, 0x5a, 0xae, 0x35, 0xa8, 0x1c, 0xe8, 0x8e, 0x78, 0xbe, 0xf1, 0xdd, 0x6f, 0x7f, 0x79, 0xac, 0x5a, 0xdf, 0x48, 0xab, 0x9d, 0xf9, 0x4f, 0x7c, 0xe7, 0xc5, 0xae, 0xa9, 0x89, 0xe6, 0x91, 0x0b, 0x09, 0xcf, 0x3d, 0x69, 0xc5, 0x36, 0xef, 0xc8, 0xac, 0x86, 0x86, 0x00, 0x6c, 0xe8, 0x8d, 0xc2, 0xb6, 0xeb, 0x7a, 0xe0, 0x96, 0x6d, 0x7d, 0xb0, 0x73, 0xcb, 0x1a, 0x50, 0x14, 0x15, 0x46, 0xc7, 0xe3, 0xb4, 0x4d, 0x77, 0x7b, 0x13, 0xf8, 0x39, 0x10, 0xd8, 0x1c, 0x69, 0x80, 0x54, 0x22, 0x0e, 0xa3, 0xb1, 0x69, 0x03, 0x04, 0x8a, 0x66, 0xa1, 0x80, 0x50, 0x32, 0xfc, 0xb9, 0x59, 0xb7, 0x8f, 0xf3, 0x45, 0x30, 0xc1, 0xa3, 0x60, 0x16, 0xe3, 0x38, 0xb0, 0x7d, 0xf2, 0xb7, 0x76, 0xfd, 0x7a, 0xb8, 0x7e, 0xeb, 0x16, 0x98, 0x88, 0xe7, 0xac, 0xeb, 0x6a, 0x4a, 0x01, 0x94, 0x6c, 0x96, 0xd6, 0xef, 0xba, 0x65, 0x13, 0xdc, 0x72, 0xe3, 0x3a, 0xe8, 0x6c, 0x6f, 0x84, 0x70, 0xd0, 0x4f, 0xc3, 0x50, 0x04, 0xa5, 0xcc, 0xc0, 0xe4, 0x54, 0x41, 0x9e, 0xc9, 0x4a, 0x9b, 0x63, 0x49, 0xfd, 0x2f, 0xef, 0xb9, 0xef, 0xe1, 0xf3, 0xbf, 0x79, 0xf7, 0x95, 0x8f, 0xae, 0x6a, 0x0c, 0x30, 0x16, 0x2f, 0xfc, 0xef, 0x99, 0xac, 0x37, 0xcc, 0xb4, 0xb2, 0x87, 0x20, 0xfb, 0x75, 0xdd, 0x51, 0x58, 0xd3, 0x11, 0x81, 0x50, 0xd0, 0x63, 0x6a, 0xad, 0x4d, 0x7e, 0x8f, 0xcd, 0xf0, 0x74, 0x4e, 0xa1, 0x71, 0xbb, 0x4e, 0x42, 0x30, 0x0c, 0xc3, 0xb4, 0x4c, 0x01, 0xbe, 0xf0, 0xf9, 0xcf, 0xc2, 0xa9, 0xb3, 0xa3, 0x30, 0x97, 0x48, 0x73, 0xfe, 0xbf, 0xd8, 0x1a, 0x08, 0x65, 0x22, 0x02, 0x34, 0xf1, 0x02, 0x53, 0x5d, 0xce, 0xec, 0x0b, 0xa8, 0xfd, 0xa6, 0x0b, 0xd9, 0xb5, 0xfb, 0xd3, 0x15, 0xa1, 0x83, 0x44, 0x62, 0xd2, 0x00, 0xb1, 0x52, 0x18, 0xa1, 0x60, 0x01, 0x22, 0xb4, 0xd9, 0x82, 0x02, 0x17, 0x27, 0xe2, 0x70, 0x7e, 0x74, 0x06, 0x06, 0x2f, 0x4c, 0x83, 0xa2, 0xaa, 0x90, 0x53, 0x44, 0x71, 0x2c, 0x21, 0xfe, 0x2f, 0xf2, 0x95, 0x17, 0xae, 0xea, 0x28, 0x20, 0xaf, 0x08, 0x9b, 0x58, 0xfd, 0xa1, 0xdf, 0xd9, 0x02, 0xf7, 0xef, 0xb9, 0x1e, 0xae, 0x5f, 0xdf, 0x46, 0xb4, 0xc7, 0x5b, 0xc4, 0x7c, 0x4c, 0xe5, 0xa6, 0x90, 0xe1, 0xdc, 0xb1, 0x64, 0x3a, 0x47, 0x93, 0x36, 0x79, 0x33, 0x7b, 0x97, 0x25, 0x11, 0x00, 0x01, 0x8b, 0xf0, 0xe8, 0x23, 0x0f, 0x11, 0x46, 0xc8, 0x96, 0xd6, 0x83, 0x20, 0x59, 0x91, 0x01, 0x8b, 0x0e, 0xa0, 0x02, 0xda, 0x17, 0xcc, 0xf6, 0xf4, 0x7b, 0xd4, 0x92, 0x18, 0xf5, 0x6d, 0x37, 0x6e, 0x83, 0xf6, 0xce, 0x76, 0x98, 0x4d, 0xe5, 0x8b, 0x7e, 0x83, 0xa6, 0x2a, 0x56, 0x5d, 0x25, 0x82, 0xa8, 0x68, 0x9a, 0x43, 0x68, 0x65, 0x22, 0xd4, 0x2d, 0x70, 0xe7, 0xae, 0x8d, 0xf0, 0x87, 0x0f, 0xee, 0x20, 0xe0, 0xd5, 0x30, 0x74, 0x19, 0x55, 0x8a, 0xb8, 0x51, 0x00, 0x47, 0xd1, 0xc6, 0x40, 0x11, 0xc3, 0xb3, 0x79, 0x15, 0xd2, 0xa4, 0x64, 0x72, 0x44, 0x63, 0x0a, 0xaa, 0x01, 0xc9, 0x04, 0x5b, 0x27, 0xe2, 0xc9, 0x2c, 0x4d, 0xcf, 0xaa, 0x1a, 0xe9, 0x74, 0x49, 0xa0, 0xda, 0x37, 0x36, 0x9d, 0x81, 0x0d, 0x5d, 0xdd, 0xf0, 0xe0, 0xe7, 0xf6, 0xc2, 0x81, 0xd7, 0xdf, 0xb3, 0x4c, 0x78, 0x69, 0x6b, 0xe0, 0x00, 0x5b, 0x9c, 0xdf, 0xa7, 0x9a, 0x2f, 0x68, 0x78, 0x41, 0xea, 0xff, 0x3b, 0x3a, 0xda, 0xe0, 0x96, 0x3d, 0xb7, 0xd0, 0x8c, 0x62, 0x6c, 0x2e, 0x5b, 0x52, 0x00, 0xf0, 0xfc, 0x69, 0x52, 0x3d, 0x17, 0x4b, 0x51, 0x60, 0x1a, 0xf0, 0x4a, 0x46, 0xf1, 0x49, 0x20, 0x93, 0xfb, 0x40, 0x74, 0xe1, 0x91, 0x25, 0x68, 0x0c, 0x79, 0xc9, 0xbd, 0x67, 0xdc, 0x30, 0xb0, 0x6c, 0xaa, 0x97, 0x68, 0xfa, 0xe8, 0x4c, 0xa6, 0x18, 0x98, 0x9b, 0xe4, 0x23, 0x20, 0x4b, 0x22, 0xa0, 0x4f, 0x55, 0x35, 0x48, 0x99, 0x16, 0x40, 0x25, 0x8c, 0x97, 0x34, 0x43, 0x00, 0x44, 0xc2, 0xd8, 0x81, 0xb1, 0x04, 0xdc, 0x76, 0xcb, 0x4d, 0x04, 0x2f, 0xe8, 0xf0, 0xc6, 0xe1, 0x0f, 0x4d, 0x86, 0xdb, 0xbe, 0x9c, 0x1a, 0x56, 0xa1, 0x44, 0x26, 0xd0, 0x44, 0xf9, 0x3a, 0x68, 0xe4, 0x63, 0x3b, 0x12, 0x68, 0x8d, 0x36, 0xc3, 0xfd, 0x0f, 0xdd, 0x4b, 0xae, 0x2b, 0xc1, 0xa9, 0xd1, 0x24, 0x15, 0x02, 0x9e, 0x54, 0x45, 0xb1, 0xee, 0x4d, 0x14, 0x05, 0x2a, 0x3c, 0x28, 0xb0, 0x58, 0x66, 0x93, 0x06, 0xac, 0x6c, 0x0e, 0x7b, 0xa1, 0xad, 0xc1, 0x67, 0xa5, 0x92, 0xdd, 0x3c, 0x40, 0x05, 0xd2, 0x74, 0xbd, 0x24, 0xf3, 0x99, 0x96, 0x05, 0x83, 0x3e, 0x48, 0x90, 0x48, 0x20, 0x9d, 0xce, 0x12, 0xff, 0xaa, 0x92, 0x50, 0x4b, 0x34, 0x98, 0x6f, 0x0a, 0x00, 0x0a, 0xc5, 0xa9, 0xd1, 0x38, 0xec, 0xb9, 0xed, 0x26, 0x68, 0x6d, 0x6d, 0x82, 0x03, 0x6f, 0xfc, 0x82, 0x6a, 0x9c, 0x61, 0x0d, 0x6c, 0xb0, 0x67, 0xe3, 0x00, 0x9b, 0xf1, 0x60, 0xc6, 0xfe, 0xa8, 0xf5, 0xd8, 0x7e, 0xc3, 0xc6, 0x5e, 0xb8, 0xfd, 0xce, 0x5b, 0xc0, 0xe3, 0xf1, 0xc2, 0x74, 0x32, 0x0f, 0x63, 0x33, 0x99, 0x79, 0x82, 0xa3, 0x13, 0x10, 0x68, 0x44, 0x00, 0x5e, 0xd0, 0x98, 0xf9, 0xd7, 0xc1, 0x66, 0x36, 0xd9, 0x14, 0x08, 0x78, 0xd5, 0x74, 0xbd, 0x64, 0xd6, 0xd9, 0x15, 0x80, 0x3a, 0xa9, 0xb1, 0x21, 0x48, 0x05, 0x00, 0x07, 0x76, 0xe2, 0xc9, 0x1c, 0xc1, 0x0b, 0x3e, 0xca, 0x78, 0x43, 0x00, 0x8c, 0x10, 0x10, 0x5d, 0xc3, 0xc9, 0x0b, 0x71, 0xd8, 0xb0, 0x61, 0x2d, 0xfc, 0xc5, 0x9f, 0xf5, 0xc0, 0xc8, 0xe8, 0x24, 0xa4, 0x32, 0x39, 0x0a, 0x18, 0x75, 0xd4, 0x6e, 0x93, 0x4f, 0x38, 0xa0, 0x88, 0x48, 0x1d, 0xf9, 0x86, 0x02, 0xa0, 0xa9, 0xba, 0x31, 0x74, 0x4c, 0x1a, 0x34, 0x37, 0x45, 0xa0, 0xa9, 0x39, 0x62, 0x5a, 0x25, 0x15, 0x4e, 0x8e, 0x24, 0xe6, 0xdd, 0x8b, 0x9a, 0xb7, 0x11, 0x7e, 0x43, 0xd8, 0x4f, 0xce, 0xab, 0x17, 0x31, 0x9e, 0xd5, 0xe9, 0x71, 0x5d, 0xb3, 0xb3, 0xcc, 0xae, 0x00, 0x2c, 0x9c, 0x22, 0x44, 0x00, 0x46, 0x60, 0xca, 0xc0, 0x01, 0x04, 0xed, 0xfb, 0x89, 0xe6, 0xd1, 0xac, 0x9d, 0x0a, 0x54, 0x10, 0x04, 0x33, 0xe6, 0xcf, 0x16, 0xf2, 0x04, 0x38, 0xce, 0xc1, 0xb5, 0x5d, 0x0d, 0xd0, 0xdd, 0xd3, 0x4e, 0x7b, 0x9e, 0xea, 0xb8, 0x06, 0x74, 0xa0, 0x48, 0xa3, 0xe3, 0xfb, 0x60, 0xce, 0x13, 0xd0, 0xa9, 0x10, 0x18, 0x63, 0xfe, 0xc5, 0x2c, 0x4a, 0x66, 0x15, 0x38, 0x36, 0x34, 0x47, 0x23, 0x0e, 0x27, 0x29, 0x79, 0x3b, 0x1c, 0x0c, 0x87, 0xfc, 0x96, 0x05, 0xd0, 0x39, 0x4e, 0x53, 0x91, 0x20, 0xc7, 0x51, 0x08, 0x5c, 0x0b, 0xb0, 0x14, 0x02, 0xd0, 0x18, 0x32, 0xac, 0x37, 0xe9, 0xc8, 0x64, 0x2a, 0x0b, 0x91, 0x66, 0x9d, 0xba, 0x00, 0xb4, 0x08, 0xb6, 0x00, 0x18, 0x84, 0x40, 0xf2, 0xe8, 0xb9, 0x19, 0xe8, 0x6d, 0x0d, 0x42, 0x84, 0x84, 0x95, 0x7a, 0x91, 0x00, 0x00, 0xd5, 0x7e, 0xe4, 0xb7, 0x6a, 0x0a, 0x42, 0x11, 0x73, 0x4d, 0xc0, 0x37, 0x34, 0x99, 0x9e, 0xf7, 0x99, 0x6d, 0x01, 0xf2, 0x56, 0xa6, 0x31, 0x14, 0xf0, 0x51, 0xcb, 0x51, 0x9c, 0x51, 0xb6, 0x07, 0x94, 0x34, 0x5d, 0xaf, 0xfb, 0xb7, 0xba, 0x02, 0x50, 0x82, 0x3c, 0x1e, 0x09, 0x82, 0x7e, 0x1f, 0xa4, 0x89, 0x49, 0xcf, 0x65, 0xb2, 0x74, 0x00, 0x28, 0x1c, 0x90, 0x68, 0x28, 0xc8, 0x32, 0x7e, 0x3c, 0xc6, 0xcb, 0x92, 0xe3, 0xc7, 0x87, 0xe2, 0x54, 0x13, 0x99, 0xc6, 0x23, 0xa3, 0x66, 0x27, 0x67, 0x40, 0x23, 0x56, 0x22, 0xd4, 0x1c, 0x05, 0x9d, 0x00, 0xbc, 0x7a, 0xf9, 0x83, 0xd7, 0x50, 0x4d, 0x0b, 0x10, 0xc2, 0xb0, 0x55, 0x00, 0x4b, 0xcb, 0x75, 0xee, 0x64, 0xba, 0x39, 0x1b, 0x09, 0x4c, 0x6c, 0x53, 0x0f, 0x10, 0x74, 0x05, 0xa0, 0x82, 0x15, 0x40, 0x01, 0xd0, 0x54, 0x15, 0x12, 0x64, 0x1b, 0xf4, 0x07, 0x29, 0x7c, 0x43, 0xe4, 0x2d, 0x14, 0xe5, 0xfe, 0x6d, 0x26, 0xe8, 0x26, 0x88, 0x24, 0xb0, 0x1d, 0xa6, 0x27, 0x26, 0x88, 0xf9, 0x36, 0xc0, 0xdb, 0xec, 0xf8, 0x38, 0x44, 0x5a, 0x5b, 0xc0, 0x17, 0x08, 0xd2, 0xef, 0xd7, 0x4a, 0x92, 0x5a, 0xb0, 0x18, 0x1d, 0x69, 0x0c, 0x96, 0xf5, 0xff, 0xd4, 0xf5, 0x10, 0x81, 0xd3, 0x74, 0xdd, 0x1a, 0x5e, 0xa8, 0x95, 0xdc, 0xe1, 0xe0, 0x72, 0x02, 0x10, 0x09, 0xda, 0x1a, 0x4e, 0xa2, 0x01, 0x54, 0x30, 0xaf, 0x47, 0xa4, 0xd3, 0xb7, 0xb2, 0xb4, 0xa8, 0x45, 0x25, 0x4f, 0xcc, 0xb9, 0x8f, 0x58, 0x0e, 0x41, 0xc9, 0xc1, 0xe4, 0xd8, 0x98, 0xc5, 0x7c, 0x13, 0xa1, 0xc1, 0xdc, 0xc4, 0x24, 0xa4, 0x67, 0x67, 0xa0, 0x39, 0xe4, 0xa1, 0x31, 0x7c, 0x35, 0xc2, 0x73, 0xf1, 0xfe, 0x1f, 0x47, 0x26, 0x91, 0xc9, 0x28, 0x04, 0x88, 0x03, 0x4a, 0xd5, 0x2d, 0x20, 0x08, 0xae, 0x00, 0x2c, 0x88, 0x74, 0x33, 0x41, 0x83, 0x25, 0x12, 0xb6, 0x93, 0x46, 0x6a, 0x2e, 0x4b, 0xc1, 0x5b, 0xc8, 0x27, 0x83, 0xc7, 0x64, 0x9e, 0x6e, 0x8f, 0xe3, 0x40, 0x98, 0xc4, 0xe7, 0x5d, 0xcd, 0x3e, 0x48, 0x4d, 0xcf, 0x40, 0x6c, 0x34, 0x66, 0xf9, 0xf3, 0x96, 0x5c, 0x02, 0xfa, 0x52, 0xe3, 0x96, 0x4a, 0xa6, 0xe2, 0x09, 0x18, 0x1d, 0x1a, 0x85, 0x06, 0x9f, 0x00, 0x6d, 0x8d, 0x3e, 0x3a, 0xbd, 0xac, 0x9c, 0xe9, 0x6f, 0x21, 0x71, 0x7d, 0x2a, 0x91, 0x34, 0x5c, 0x92, 0x8c, 0x09, 0x1f, 0x6f, 0x45, 0xc6, 0xd3, 0xba, 0xeb, 0x02, 0xea, 0x63, 0x76, 0xa9, 0x3a, 0x33, 0xad, 0x32, 0xd1, 0xc0, 0x00, 0x01, 0x5d, 0x19, 0x62, 0xfe, 0x95, 0x7c, 0x96, 0x02, 0x40, 0x1c, 0x11, 0x6c, 0x0c, 0x78, 0x60, 0x2a, 0x91, 0x33, 0x19, 0x2f, 0x43, 0x2b, 0x61, 0xa4, 0x52, 0x50, 0xe0, 0xec, 0xc0, 0x05, 0xc8, 0x66, 0x8d, 0xe3, 0x02, 0x39, 0x5f, 0x6f, 0x2a, 0x46, 0x98, 0x3f, 0x49, 0xc0, 0xa3, 0x08, 0xcd, 0x85, 0x34, 0x9c, 0x68, 0xec, 0x81, 0x9c, 0xe8, 0x81, 0x02, 0x01, 0x75, 0xe7, 0xce, 0x5c, 0x80, 0xce, 0xee, 0x76, 0x58, 0xdb, 0x16, 0x81, 0xb9, 0x74, 0x9e, 0xc6, 0xff, 0xfc, 0x2d, 0x20, 0xf3, 0xf3, 0xe4, 0x5c, 0xaa, 0xa2, 0x9a, 0xe6, 0x3f, 0x50, 0x04, 0xfe, 0x4a, 0xdd, 0xbb, 0x21, 0x08, 0x5a, 0xdd, 0x51, 0x80, 0x78, 0x75, 0x31, 0xdd, 0x48, 0xc0, 0x68, 0x9a, 0x6e, 0x02, 0x27, 0x8d, 0x16, 0xaa, 0x39, 0x25, 0x4c, 0x6b, 0xb3, 0xe9, 0x06, 0x70, 0x3f, 0x45, 0xa2, 0x01, 0x1c, 0x16, 0x46, 0xe6, 0x20, 0xe3, 0x37, 0x74, 0x84, 0x61, 0x2d, 0x41, 0xfe, 0xc9, 0x44, 0x0a, 0x4e, 0x7e, 0x32, 0x68, 0x31, 0xdf, 0x43, 0xfc, 0xf6, 0xe6, 0xc9, 0xd3, 0xd0, 0x9b, 0x88, 0xd1, 0x0b, 0xe2, 0x79, 0x1a, 0x88, 0x25, 0xb8, 0x69, 0xe2, 0x34, 0x34, 0xe7, 0xe2, 0x96, 0x4b, 0xb8, 0x38, 0x72, 0x11, 0xce, 0x0e, 0x8e, 0x42, 0x73, 0xd8, 0x03, 0xd7, 0x74, 0x36, 0x40, 0x53, 0xc8, 0x18, 0x84, 0x42, 0xf7, 0xd0, 0xd6, 0xe8, 0x87, 0x99, 0xd9, 0xb8, 0x75, 0xdf, 0x4d, 0x0d, 0x81, 0x79, 0xf7, 0xeb, 0xac, 0xeb, 0xec, 0x77, 0xe8, 0xba, 0x9b, 0x07, 0xa8, 0x68, 0xe2, 0x39, 0xe6, 0xf3, 0x71, 0x74, 0xa9, 0x3a, 0x02, 0xc1, 0xd1, 0x8b, 0xc6, 0x44, 0x8c, 0x54, 0x32, 0x05, 0xa2, 0xd8, 0x02, 0x41, 0xc2, 0xa0, 0x8d, 0x9d, 0x61, 0x1a, 0xde, 0x0d, 0x9c, 0x8b, 0xc1, 0xf8, 0xb8, 0x3d, 0x55, 0x3f, 0x94, 0x9c, 0x83, 0x4d, 0xf1, 0x73, 0xe0, 0xd3, 0x54, 0xd0, 0xe8, 0xb3, 0x24, 0x3a, 0xcd, 0xf5, 0x53, 0x40, 0xa7, 0xab, 0x70, 0xdd, 0xe4, 0x19, 0x18, 0x09, 0xb7, 0xc3, 0x70, 0xa4, 0x9b, 0xc2, 0xc5, 0xf8, 0x6c, 0x02, 0x8e, 0xf7, 0xe7, 0x61, 0xd3, 0xb5, 0xbd, 0xd0, 0xd7, 0x16, 0x22, 0xc2, 0xa5, 0x58, 0x53, 0xcd, 0xe7, 0x66, 0x13, 0xa6, 0xf9, 0x17, 0xc1, 0x4f, 0x5c, 0x8c, 0x15, 0xff, 0x97, 0xb1, 0x5c, 0xec, 0xd9, 0x84, 0x7a, 0x4d, 0xc0, 0xd5, 0x25, 0x00, 0xa8, 0xd9, 0x92, 0x9d, 0x34, 0x29, 0xc7, 0x78, 0xd6, 0xb9, 0x38, 0x62, 0x88, 0xf3, 0xff, 0xd1, 0xfc, 0xe7, 0x49, 0x38, 0x88, 0x89, 0x1a, 0x3f, 0x71, 0x01, 0xe9, 0x5c, 0x01, 0x8e, 0xf5, 0x0f, 0x41, 0x32, 0x65, 0xcf, 0xc4, 0x6a, 0xbd, 0x78, 0x1e, 0xa2, 0xe3, 0xe7, 0x41, 0x6c, 0x24, 0xbe, 0x9a, 0x84, 0x7c, 0x02, 0x9e, 0x1f, 0xd3, 0xc2, 0x8c, 0x1d, 0x28, 0x74, 0xa4, 0xd6, 0x19, 0x1f, 0x01, 0x79, 0x66, 0x06, 0x86, 0x7b, 0x36, 0x81, 0xe2, 0xf1, 0x42, 0x8e, 0x58, 0x8e, 0x63, 0xc7, 0xce, 0x40, 0xdf, 0xba, 0x6e, 0x58, 0xd7, 0xdd, 0x4c, 0xf3, 0x0c, 0x43, 0xb1, 0x39, 0xcb, 0x9c, 0x47, 0x88, 0xf6, 0x83, 0x23, 0xc6, 0xd7, 0x1d, 0x29, 0x5f, 0x1a, 0x7e, 0x52, 0x81, 0xd6, 0xdd, 0xb1, 0x80, 0x4a, 0x84, 0x9d, 0x28, 0x99, 0x99, 0xb8, 0x52, 0x19, 0xb5, 0x52, 0x1a, 0x86, 0x43, 0xab, 0xd3, 0x73, 0x29, 0x3a, 0x29, 0x23, 0x49, 0xfc, 0x75, 0x36, 0x93, 0x81, 0xfe, 0x4f, 0x86, 0xe9, 0x60, 0x11, 0x03, 0x68, 0xbd, 0x9e, 0x02, 0x78, 0x89, 0x00, 0x20, 0x65, 0x92, 0x05, 0x08, 0x36, 0x98, 0x83, 0x42, 0x82, 0xce, 0x8d, 0x06, 0x18, 0x96, 0xa7, 0x90, 0x53, 0xc1, 0x97, 0x9e, 0x86, 0x75, 0xa9, 0x23, 0x30, 0xba, 0x71, 0x2b, 0xa4, 0xfd, 0x61, 0x7a, 0x7c, 0xf0, 0xdc, 0x08, 0xc4, 0xe3, 0x69, 0xd8, 0xb2, 0xa9, 0x0b, 0xc6, 0x27, 0x66, 0xad, 0x7b, 0x68, 0x08, 0xfb, 0x2c, 0x6b, 0xc5, 0x87, 0x7d, 0xce, 0x7b, 0xd7, 0x4c, 0xd7, 0x66, 0x1d, 0x77, 0x05, 0xa0, 0x94, 0x05, 0xd0, 0xe8, 0xc4, 0x0e, 0x9d, 0x13, 0x80, 0x52, 0x31, 0x35, 0x5f, 0x6f, 0x6c, 0x30, 0x04, 0x00, 0x69, 0xe0, 0xec, 0x05, 0xc2, 0x40, 0x7b, 0xac, 0xbe, 0x21, 0xe4, 0x87, 0xbe, 0x9e, 0x28, 0x45, 0xf3, 0xf9, 0x53, 0x51, 0xd0, 0xa6, 0xf0, 0x49, 0x1e, 0x1d, 0xd2, 0xf1, 0x3c, 0x78, 0xfc, 0x22, 0x48, 0x18, 0x16, 0xb2, 0xc7, 0xc7, 0xf0, 0xe1, 0x90, 0xac, 0x4a, 0x00, 0xa3, 0xc1, 0x4c, 0xb9, 0x90, 0x87, 0xf5, 0x04, 0x43, 0x8c, 0x7b, 0xc3, 0x30, 0x39, 0x9d, 0xa4, 0x57, 0x9c, 0x9e, 0x9a, 0x81, 0x0f, 0x8e, 0xa6, 0x21, 0x9f, 0x33, 0x42, 0x48, 0x2f, 0xf9, 0x3e, 0x8e, 0xf5, 0x57, 0xb2, 0x56, 0xac, 0x5e, 0x14, 0x02, 0xba, 0xa9, 0xe0, 0xca, 0x42, 0xc0, 0x00, 0x53, 0x25, 0xc6, 0xb3, 0x3a, 0x0e, 0xc0, 0x30, 0x33, 0xce, 0x98, 0x8f, 0xc9, 0x9e, 0xf6, 0xd6, 0x06, 0xe8, 0x6c, 0x6d, 0xa4, 0x03, 0x3f, 0xd4, 0xb2, 0xec, 0xfa, 0x34, 0x68, 0x87, 0x5e, 0x33, 0x92, 0x32, 0x84, 0xd9, 0xb9, 0x14, 0x26, 0x8c, 0x54, 0x0a, 0x01, 0x04, 0x80, 0x92, 0x59, 0x40, 0x2d, 0x99, 0x84, 0xb6, 0x8d, 0x5d, 0x10, 0xf0, 0x4b, 0x30, 0x12, 0x4b, 0x50, 0xab, 0x92, 0xcf, 0xda, 0xb1, 0x7f, 0xc4, 0x8c, 0xfd, 0xab, 0x61, 0x15, 0x7a, 0x2e, 0xf6, 0x9b, 0xea, 0x24, 0xf1, 0xea, 0x72, 0x01, 0x46, 0x5e, 0xbe, 0x5a, 0x32, 0x85, 0xaf, 0x23, 0x96, 0x0b, 0x85, 0x7c, 0xb6, 0xc6, 0x10, 0x4c, 0xb0, 0xbe, 0x37, 0x4a, 0x04, 0x20, 0x6c, 0xb7, 0x23, 0x27, 0x55, 0x87, 0xcf, 0xdb, 0x0c, 0x11, 0x38, 0x45, 0xd4, 0x8b, 0x99, 0x8f, 0x63, 0xfe, 0x2c, 0x8b, 0xa8, 0x9f, 0x3c, 0x41, 0x5d, 0x4b, 0xd0, 0xe7, 0x25, 0xfe, 0xbf, 0x89, 0x4e, 0xf8, 0xb4, 0x73, 0x01, 0x24, 0xe4, 0x24, 0x11, 0x87, 0x75, 0x7f, 0x9a, 0x36, 0xaf, 0x3e, 0xff, 0x33, 0x96, 0x12, 0x76, 0x2d, 0x40, 0xd9, 0x38, 0x90, 0xa5, 0x4c, 0x9d, 0x66, 0xb5, 0x12, 0xc2, 0x46, 0x1c, 0x90, 0x4c, 0xe5, 0x20, 0x14, 0xf0, 0x42, 0x6f, 0x57, 0x0b, 0xc8, 0xb2, 0x60, 0xe4, 0xe4, 0x99, 0xa5, 0x40, 0xd4, 0x7f, 0xe6, 0x8c, 0xa1, 0x51, 0x44, 0x62, 0xa2, 0xad, 0x11, 0x12, 0x16, 0x16, 0xa0, 0x50, 0x28, 0x90, 0x8f, 0xf0, 0x41, 0x12, 0x81, 0x7c, 0x47, 0x02, 0xaf, 0xd7, 0x0b, 0x3e, 0x72, 0x8e, 0x64, 0x3c, 0x49, 0xc2, 0xc7, 0x0c, 0x00, 0xd1, 0x76, 0xfd, 0xfc, 0x79, 0xd0, 0xfb, 0xd6, 0xd1, 0xc1, 0xa6, 0xde, 0x8e, 0x46, 0x98, 0x9c, 0x4d, 0xc3, 0xcc, 0x5c, 0x06, 0xc2, 0x01, 0x0f, 0x95, 0xa3, 0x52, 0xe8, 0xbf, 0x94, 0xb5, 0xd2, 0xad, 0x39, 0x07, 0xba, 0x8b, 0x01, 0xca, 0x5a, 0x00, 0x0d, 0x87, 0x73, 0x75, 0x33, 0x17, 0xa0, 0x55, 0x65, 0x3c, 0xab, 0x37, 0x12, 0x0b, 0x50, 0x68, 0x09, 0x43, 0x7b, 0x34, 0x6c, 0x27, 0x5d, 0xf8, 0x3c, 0xfc, 0x20, 0xd1, 0xfe, 0x9c, 0x61, 0xba, 0x83, 0x04, 0x17, 0xc8, 0xc4, 0x6f, 0x87, 0x3d, 0xd8, 0xb5, 0x81, 0x92, 0xf7, 0x11, 0x0c, 0x07, 0x49, 0x58, 0x99, 0x35, 0xce, 0x3f, 0x70, 0x1a, 0xf4, 0xde, 0x3e, 0xeb, 0x7c, 0x2d, 0x8d, 0x7e, 0x9a, 0x72, 0xc6, 0x04, 0x12, 0x8b, 0xeb, 0x6b, 0xc1, 0x2a, 0x86, 0x15, 0xab, 0x73, 0x32, 0xc0, 0xa5, 0x12, 0x80, 0xa7, 0x9f, 0x7e, 0xfa, 0x11, 0x72, 0x83, 0x8f, 0x91, 0x1f, 0x73, 0x3d, 0x31, 0x6d, 0xb8, 0xbc, 0xca, 0x72, 0x4d, 0x47, 0xc7, 0xb9, 0x53, 0x19, 0x72, 0x9d, 0x53, 0xa4, 0x3c, 0xf9, 0x8d, 0x6f, 0x7c, 0xe3, 0xa5, 0x62, 0x03, 0x80, 0x9d, 0x24, 0x5a, 0x66, 0xbb, 0x1a, 0xe3, 0x59, 0xe7, 0xa2, 0x1b, 0x68, 0x6b, 0x09, 0x95, 0x1f, 0x8c, 0x39, 0x33, 0x60, 0x99, 0xfe, 0x50, 0x38, 0x50, 0xf5, 0x26, 0x91, 0xb9, 0x7e, 0xcc, 0x32, 0xa6, 0xb3, 0x20, 0x10, 0x1c, 0xa0, 0xc7, 0xc6, 0x40, 0x6f, 0xef, 0xb0, 0xae, 0x1b, 0xf4, 0xca, 0x96, 0x5f, 0xaf, 0xe6, 0xff, 0x8b, 0x41, 0xa0, 0x3d, 0x22, 0xb8, 0x22, 0x04, 0xe0, 0xc9, 0x27, 0x9f, 0xdc, 0x41, 0x7c, 0xde, 0x41, 0xf2, 0x43, 0x3a, 0x99, 0x5f, 0x5b, 0x66, 0x42, 0x27, 0x1a, 0x20, 0xd7, 0xd9, 0x8d, 0xe5, 0xfb, 0xdf, 0xff, 0xfe, 0x77, 0x7f, 0x7d, 0x51, 0x9b, 0x1b, 0x8e, 0x73, 0x8c, 0xd5, 0x99, 0xaf, 0xd4, 0x6a, 0x4a, 0x09, 0x57, 0x05, 0x60, 0xc9, 0x38, 0x08, 0xb3, 0x46, 0xd8, 0xe6, 0xf7, 0xfb, 0xa8, 0x0b, 0xa8, 0x85, 0xc2, 0x24, 0xba, 0x40, 0x01, 0xa0, 0x6e, 0x63, 0x78, 0x18, 0x0a, 0xad, 0x6d, 0x35, 0x33, 0xbb, 0xd4, 0xfd, 0x6a, 0xfc, 0x84, 0x90, 0x95, 0xe0, 0x02, 0x9e, 0x7a, 0xea, 0xa9, 0xfb, 0xc9, 0x0d, 0x1e, 0x20, 0x45, 0xe6, 0x01, 0x50, 0x30, 0x18, 0x24, 0xfe, 0x50, 0xae, 0x9a, 0x9f, 0xaf, 0xe7, 0x18, 0xdb, 0x57, 0x55, 0x95, 0xf8, 0xde, 0x2c, 0x6f, 0xde, 0xdb, 0x77, 0x76, 0xa4, 0xdb, 0x27, 0x93, 0x22, 0x8c, 0xa5, 0x3c, 0xe6, 0x54, 0x2c, 0xbd, 0x38, 0x0c, 0xac, 0x12, 0x5f, 0x57, 0x63, 0x80, 0x38, 0x7c, 0xc1, 0xda, 0x0f, 0x04, 0x7d, 0xb5, 0x77, 0x3c, 0xe9, 0x03, 0x0f, 0x71, 0x13, 0x85, 0x82, 0x02, 0xc2, 0x78, 0x8c, 0x84, 0x18, 0x05, 0x9a, 0x40, 0xaa, 0x97, 0xf1, 0x8b, 0xa5, 0x65, 0x11, 0x80, 0x1f, 0xfc, 0xe0, 0x07, 0xad, 0x04, 0x00, 0xbd, 0xcc, 0xce, 0xdf, 0xd2, 0xd2, 0x02, 0x37, 0xde, 0x78, 0x23, 0x74, 0x74, 0x74, 0x58, 0x1a, 0xc2, 0x8f, 0xbc, 0xf1, 0x61, 0xcc, 0x42, 0x0a, 0xff, 0x5d, 0xac, 0x4f, 0x4f, 0x4f, 0xc3, 0xd9, 0xb3, 0x67, 0x21, 0x91, 0x48, 0x50, 0xab, 0x73, 0xef, 0xc6, 0x14, 0xfc, 0x6b, 0x7f, 0xa3, 0x61, 0x1e, 0x69, 0x5b, 0x5b, 0x5b, 0x16, 0xa2, 0x6d, 0x45, 0x0c, 0x18, 0x1b, 0xb3, 0x50, 0xbb, 0xcf, 0xe7, 0xad, 0xab, 0x9f, 0x50, 0x60, 0x0a, 0x73, 0x44, 0x00, 0x88, 0xe0, 0xc2, 0xc4, 0x24, 0x71, 0x03, 0xed, 0x15, 0xef, 0x61, 0x39, 0x68, 0x59, 0x04, 0x80, 0x30, 0xff, 0xff, 0x91, 0x0d, 0x55, 0x87, 0xae, 0xae, 0x2e, 0xb8, 0xfd, 0xf6, 0xdb, 0xad, 0xf0, 0xa7, 0x94, 0x1b, 0x30, 0xe6, 0xc8, 0x0b, 0x55, 0x35, 0xbf, 0x1c, 0xe1, 0x77, 0x59, 0x7b, 0xac, 0xa3, 0xc0, 0x35, 0x35, 0x35, 0xc1, 0xf1, 0xe3, 0xc7, 0x61, 0x72, 0x72, 0x92, 0xe6, 0xd7, 0xef, 0x5a, 0x97, 0xb2, 0x87, 0x4b, 0xcd, 0x50, 0x6f, 0x31, 0x8c, 0x67, 0xee, 0x44, 0x4e, 0x18, 0x39, 0x7b, 0x2f, 0x09, 0xe1, 0xea, 0x75, 0x71, 0x5e, 0xee, 0xb1, 0x33, 0x21, 0x11, 0x07, 0xad, 0xb5, 0xf5, 0x92, 0x03, 0x63, 0x79, 0x99, 0xb4, 0x7f, 0x8f, 0xe1, 0x13, 0xfd, 0xb0, 0x7b, 0xf7, 0xee, 0x79, 0x7e, 0x31, 0x93, 0xc9, 0xc0, 0x79, 0x12, 0xfe, 0x24, 0x93, 0xc9, 0xaa, 0x66, 0xbd, 0xa2, 0xf6, 0x99, 0xfb, 0x81, 0x40, 0x80, 0x5a, 0x17, 0x9e, 0x01, 0x58, 0xbf, 0xee, 0xba, 0xeb, 0x20, 0x1e, 0x8f, 0x43, 0x3e, 0x9f, 0x87, 0xf6, 0x90, 0x0a, 0x33, 0x4a, 0x0e, 0x34, 0xd9, 0x67, 0x87, 0x81, 0xd5, 0xfc, 0x7f, 0x95, 0xba, 0x90, 0x4a, 0x02, 0x9b, 0xfe, 0xeb, 0x91, 0xeb, 0xef, 0x4a, 0x59, 0xe6, 0x04, 0x20, 0x9d, 0xba, 0x2c, 0x91, 0xd1, 0x92, 0x0b, 0x00, 0xe9, 0xec, 0xff, 0x2e, 0x98, 0x9c, 0xd8, 0xb8, 0x71, 0x23, 0x8d, 0x7d, 0x79, 0xa0, 0x32, 0x30, 0x30, 0x00, 0xc3, 0x04, 0xf4, 0x68, 0x9a, 0xb6, 0x64, 0xd7, 0x44, 0x53, 0x3f, 0x37, 0x37, 0x07, 0x7d, 0x7d, 0x7d, 0xc4, 0x0c, 0xfb, 0x8a, 0xfc, 0x6c, 0x4f, 0x4f, 0x0f, 0x9c, 0x3b, 0x77, 0xce, 0x30, 0xb9, 0xf9, 0x8b, 0x90, 0x93, 0xd7, 0x5a, 0xc9, 0x93, 0x85, 0x32, 0x9e, 0x59, 0x0a, 0x31, 0x63, 0x3f, 0xc1, 0x83, 0xcb, 0xc9, 0xf0, 0x02, 0x58, 0xc9, 0x82, 0x09, 0xd6, 0x23, 0xe5, 0xdc, 0x31, 0x55, 0xbd, 0x2c, 0x02, 0xb0, 0xe4, 0x99, 0x40, 0xf2, 0xe3, 0xee, 0x61, 0x75, 0xec, 0x7c, 0xde, 0x57, 0x7f, 0xf2, 0xc9, 0x27, 0x54, 0xf3, 0x97, 0x92, 0xf9, 0x8c, 0x72, 0x24, 0x0e, 0x47, 0xbf, 0xaf, 0x28, 0x4a, 0xd1, 0xf1, 0xb6, 0xb6, 0x36, 0xdb, 0xe4, 0x2a, 0xb3, 0xd6, 0xe4, 0xc9, 0x6a, 0x73, 0x01, 0x2a, 0x65, 0x09, 0xad, 0x4c, 0x1c, 0x37, 0xfd, 0xca, 0x7e, 0xe2, 0x57, 0xa8, 0xa5, 0x8f, 0x6a, 0x6e, 0x7b, 0x45, 0x58, 0x80, 0x67, 0x9e, 0x79, 0xa6, 0x83, 0x68, 0xfe, 0xe7, 0x49, 0x67, 0xde, 0x45, 0x7e, 0xd4, 0x0e, 0xec, 0x54, 0xd4, 0xbe, 0xc6, 0xc6, 0x46, 0x4b, 0x1b, 0xb0, 0xd3, 0x46, 0x46, 0x46, 0x96, 0xf5, 0xc7, 0x20, 0xf3, 0xc7, 0x08, 0x28, 0x5b, 0xb3, 0x66, 0x8d, 0x75, 0x0c, 0xdd, 0x90, 0xc7, 0xe3, 0xa1, 0x59, 0x39, 0x51, 0xcb, 0x41, 0x20, 0x3b, 0x0c, 0x59, 0xd5, 0x4f, 0x67, 0xed, 0x68, 0xfa, 0xe2, 0x40, 0xa0, 0xa0, 0xcf, 0x67, 0x6a, 0x4d, 0xf8, 0xc5, 0x5a, 0x4b, 0x00, 0xae, 0x4c, 0x01, 0x20, 0x21, 0x5e, 0x2f, 0xf9, 0x91, 0x7f, 0x4e, 0xca, 0x7d, 0xe4, 0x47, 0x5f, 0x47, 0xb4, 0x2f, 0xe4, 0xec, 0x1c, 0xec, 0x78, 0x7e, 0xbf, 0x16, 0x50, 0x57, 0xc9, 0xd7, 0x0b, 0xf3, 0x56, 0xe2, 0x28, 0x4d, 0xa9, 0x54, 0xaa, 0xe8, 0x1c, 0x58, 0x30, 0xf4, 0x44, 0x17, 0x41, 0xef, 0x2b, 0x1f, 0x03, 0x5c, 0x7b, 0xa3, 0xab, 0x4d, 0x80, 0xbc, 0x26, 0x42, 0xa2, 0xe0, 0x85, 0xf1, 0x6c, 0x00, 0xc6, 0xd2, 0x81, 0x9a, 0xee, 0xa3, 0x22, 0x53, 0xd9, 0x6c, 0x0e, 0xad, 0x5a, 0x53, 0xc1, 0x6e, 0x7b, 0xa5, 0x08, 0xc0, 0x8b, 0x2f, 0xbe, 0xd8, 0x45, 0x00, 0xd5, 0xdf, 0x11, 0x4d, 0xc6, 0xf8, 0x3e, 0x5a, 0x8d, 0x19, 0x68, 0x01, 0x9c, 0x9d, 0x17, 0x8d, 0x46, 0x29, 0x2a, 0x77, 0x32, 0xdd, 0x59, 0xaa, 0x09, 0x80, 0xb3, 0x14, 0x65, 0x82, 0xcc, 0xe7, 0xfb, 0xf9, 0xef, 0xf3, 0x38, 0x84, 0x77, 0xf8, 0x5e, 0x51, 0x85, 0xa8, 0x2f, 0x43, 0xcb, 0xf5, 0x11, 0x80, 0x74, 0x41, 0x86, 0x51, 0x22, 0x08, 0xc3, 0xe9, 0x30, 0xd4, 0xeb, 0xa5, 0xe8, 0x03, 0x23, 0x35, 0x32, 0x15, 0xdb, 0x5d, 0x31, 0x02, 0xb0, 0x7f, 0xff, 0xfe, 0x26, 0x82, 0xd6, 0x5f, 0x23, 0x1a, 0x74, 0x8b, 0xd1, 0xff, 0xc5, 0x37, 0x8e, 0x9d, 0xdb, 0xdb, 0xdb, 0x4b, 0xcd, 0x2e, 0x32, 0xf8, 0xf0, 0xe1, 0xc3, 0x30, 0x33, 0x33, 0x43, 0x93, 0x32, 0xba, 0xf5, 0x18, 0xb4, 0xf1, 0x9d, 0x0d, 0x1b, 0x36, 0x50, 0x01, 0x28, 0x17, 0xc3, 0x97, 0x4b, 0xcf, 0x3a, 0xb5, 0x9f, 0x31, 0x5e, 0x14, 0xc5, 0xa2, 0x3a, 0x0b, 0x3b, 0x51, 0xe3, 0x4b, 0x45, 0x18, 0xd8, 0xee, 0x81, 0x07, 0x1e, 0x80, 0xf1, 0xf1, 0x71, 0x8a, 0x45, 0x26, 0x26, 0x26, 0xec, 0xcf, 0x48, 0x09, 0x79, 0x14, 0xb8, 0x36, 0x92, 0x80, 0x6b, 0x22, 0x49, 0x18, 0x4a, 0x86, 0xe0, 0xf4, 0x5c, 0x43, 0x3d, 0xe0, 0xa7, 0x66, 0x9f, 0xbe, 0x52, 0xfc, 0x7f, 0x4d, 0x02, 0x90, 0x4e, 0xa7, 0xdf, 0x24, 0x37, 0xfb, 0x29, 0xfe, 0xe6, 0x91, 0xe1, 0x88, 0xf0, 0x31, 0xf4, 0x0a, 0x87, 0xc3, 0x45, 0x3f, 0x86, 0x99, 0xfe, 0xbc, 0xf9, 0x48, 0x13, 0xcf, 0x50, 0x8c, 0xcf, 0x5b, 0x49, 0xac, 0x1b, 0x8b, 0xc5, 0x8a, 0x27, 0x34, 0x56, 0xb1, 0x02, 0xe5, 0xb4, 0x9f, 0x09, 0x97, 0x68, 0x0e, 0x9c, 0x60, 0xae, 0x61, 0xd3, 0xa6, 0x4d, 0x34, 0x2a, 0xe0, 0xcf, 0xa5, 0x9a, 0x08, 0x1b, 0x3f, 0xef, 0xee, 0xee, 0xa6, 0xe5, 0xa6, 0x9b, 0x6e, 0xa2, 0x98, 0x01, 0x85, 0x15, 0xb1, 0x09, 0x02, 0x54, 0x0c, 0x19, 0x0d, 0x61, 0xd0, 0xa1, 0x2f, 0x9c, 0x84, 0x64, 0x5e, 0x82, 0xb1, 0x4c, 0xb0, 0x56, 0xfe, 0xd7, 0x9c, 0x06, 0x06, 0xab, 0xad, 0xbe, 0xf2, 0x05, 0x80, 0x74, 0xe0, 0x8d, 0x4c, 0xd3, 0x31, 0xa1, 0x83, 0xcc, 0xf7, 0x70, 0xcb, 0xa8, 0x38, 0x89, 0x17, 0x00, 0x9e, 0x09, 0xc8, 0x28, 0x8c, 0xff, 0x77, 0xee, 0xdc, 0x09, 0xaf, 0xbf, 0xfe, 0xfa, 0xfc, 0x59, 0xad, 0x0e, 0x61, 0x28, 0x17, 0x3a, 0xf1, 0x5a, 0x4f, 0x53, 0xb1, 0x26, 0xf3, 0x71, 0x7b, 0xc3, 0x0d, 0x37, 0x40, 0x43, 0x43, 0xc3, 0x3c, 0x37, 0xc3, 0x04, 0xc0, 0x79, 0xdf, 0xe8, 0xa6, 0x30, 0x4a, 0xc0, 0x82, 0x02, 0x81, 0x56, 0x03, 0x93, 0x47, 0x1f, 0x7f, 0xfc, 0x31, 0xfd, 0xbc, 0xb7, 0x21, 0x53, 0xb3, 0x00, 0x40, 0x3d, 0x2e, 0x80, 0xb5, 0xbd, 0xfc, 0xfc, 0xaf, 0x29, 0x0c, 0xa4, 0xbf, 0x6a, 0xed, 0xda, 0xb5, 0xd4, 0x84, 0x3b, 0x3b, 0x11, 0x3b, 0x1f, 0x35, 0x09, 0x19, 0x8e, 0x79, 0x78, 0x34, 0xbf, 0xec, 0x38, 0xee, 0xf3, 0xa6, 0x1e, 0xdb, 0xe1, 0xf7, 0x51, 0x08, 0x98, 0x00, 0x20, 0x73, 0x9c, 0x5b, 0x2c, 0xd8, 0xd6, 0x59, 0xd8, 0x67, 0xac, 0x2d, 0x5f, 0x22, 0x91, 0x08, 0x6c, 0xdf, 0xbe, 0x9d, 0xa2, 0x7d, 0x62, 0xb5, 0x9c, 0x56, 0xcc, 0x18, 0x80, 0x21, 0xd6, 0x0a, 0xc3, 0x45, 0x6c, 0xa3, 0x96, 0x88, 0xbb, 0xf1, 0xf3, 0x4f, 0x7d, 0xea, 0x53, 0xdc, 0x0f, 0xaf, 0x2f, 0x1b, 0x59, 0x77, 0x18, 0x28, 0x8a, 0x2b, 0xdf, 0x02, 0x58, 0x92, 0xc2, 0xdd, 0x2c, 0x63, 0x66, 0xa9, 0x69, 0x48, 0xc8, 0x08, 0x46, 0xb3, 0xb3, 0xb3, 0xd4, 0xdc, 0x62, 0x87, 0x33, 0xa1, 0x40, 0x34, 0x7e, 0xcd, 0x35, 0xd7, 0x50, 0x73, 0x8b, 0x9a, 0xc6, 0xcf, 0x71, 0x2f, 0x8a, 0xcd, 0x39, 0x4b, 0xc0, 0xfb, 0x79, 0xa6, 0xed, 0x3c, 0xa1, 0xd0, 0xdd, 0x71, 0xc7, 0x1d, 0xf4, 0x38, 0xfa, 0x77, 0xfe, 0x1c, 0x28, 0x98, 0x2c, 0x37, 0x80, 0x61, 0x29, 0x9f, 0x04, 0x62, 0xe7, 0xc6, 0xef, 0xa1, 0x60, 0x2e, 0xc6, 0x2f, 0xf3, 0xcc, 0xe7, 0x53, 0xd3, 0x2b, 0x1d, 0x03, 0x2c, 0x48, 0x04, 0x99, 0x36, 0x96, 0xfa, 0x91, 0xcd, 0xcd, 0xcd, 0x56, 0x1d, 0x4d, 0x31, 0x76, 0x2c, 0xcf, 0x50, 0xfc, 0x2e, 0x0e, 0xd6, 0xec, 0xda, 0xb5, 0x0b, 0x6e, 0xbe, 0xf9, 0x66, 0xab, 0xb3, 0x9c, 0xc0, 0x90, 0xb7, 0x02, 0xbc, 0xc6, 0x3b, 0x85, 0x03, 0xb5, 0xf6, 0xbe, 0xfb, 0xee, 0xa3, 0xcc, 0x45, 0xed, 0x76, 0x82, 0x4c, 0x74, 0x3b, 0x8c, 0xb0, 0x4d, 0xa9, 0xeb, 0x30, 0x8b, 0x50, 0xce, 0xfd, 0xd4, 0xe8, 0xd6, 0x8d, 0x05, 0x24, 0xc4, 0x5a, 0x2c, 0x80, 0xd1, 0x76, 0x25, 0x44, 0x02, 0x4b, 0x9e, 0x0a, 0xc6, 0x4e, 0x46, 0xb0, 0x85, 0x1d, 0x3a, 0x35, 0x35, 0x55, 0x32, 0x39, 0x82, 0xb1, 0x3a, 0x62, 0x8a, 0x6d, 0xdb, 0xb6, 0x51, 0x4c, 0x81, 0x7e, 0x17, 0xc1, 0x58, 0x39, 0x2c, 0xe0, 0x44, 0xfd, 0xb8, 0xc5, 0xd2, 0xde, 0xde, 0x4e, 0xcd, 0x3e, 0x9e, 0x0b, 0xdb, 0x62, 0x8a, 0xd9, 0xc9, 0x40, 0x06, 0xec, 0x90, 0x70, 0x80, 0xa8, 0x5c, 0x98, 0xb9, 0xe8, 0x21, 0xd6, 0x05, 0x60, 0x80, 0x95, 0x60, 0x03, 0x96, 0x5c, 0x00, 0x90, 0xf9, 0x0c, 0xe9, 0xa3, 0x0b, 0x40, 0x13, 0x8c, 0x0c, 0x62, 0x9a, 0xc8, 0x34, 0x9e, 0x09, 0x07, 0x32, 0x65, 0xcf, 0x9e, 0x3d, 0x8b, 0xba, 0x26, 0x63, 0x3e, 0x5e, 0xc3, 0x69, 0x4d, 0x12, 0xe6, 0x68, 0x1d, 0x5e, 0x0b, 0xc3, 0xd4, 0x72, 0x5a, 0xbe, 0x18, 0xed, 0xb7, 0x62, 0x7b, 0x41, 0x58, 0xf2, 0xb6, 0x57, 0xdc, 0x58, 0x00, 0x12, 0x86, 0x87, 0x0c, 0x2b, 0xa0, 0xb9, 0xc7, 0x01, 0x9a, 0x52, 0x71, 0x3f, 0xc6, 0xe1, 0x68, 0xb2, 0x17, 0x33, 0x36, 0x80, 0xe6, 0x7b, 0x70, 0x70, 0x90, 0x62, 0x8b, 0x52, 0xe1, 0x24, 0xb3, 0x00, 0x28, 0x68, 0x88, 0xfa, 0x4b, 0x85, 0x9d, 0xe5, 0xe6, 0x07, 0xd6, 0xef, 0x02, 0x0c, 0xcb, 0x54, 0x5d, 0xb5, 0x4d, 0x6b, 0x76, 0x25, 0x81, 0xc0, 0x7a, 0x88, 0x1f, 0x80, 0x19, 0x1d, 0x1d, 0xa5, 0x49, 0x22, 0xb4, 0x0c, 0xce, 0x81, 0x1a, 0x24, 0x64, 0x1c, 0x32, 0x09, 0xc3, 0x47, 0x06, 0xf2, 0x18, 0xa1, 0xf0, 0xe0, 0x50, 0x2f, 0x7e, 0xe6, 0x4c, 0x10, 0xb1, 0xf8, 0x1e, 0xdd, 0x49, 0x29, 0x6c, 0xc0, 0x5c, 0x0d, 0xbb, 0x26, 0x5a, 0xa5, 0x52, 0x82, 0xe6, 0x74, 0x09, 0x0b, 0x16, 0x80, 0x85, 0x64, 0x02, 0x57, 0x40, 0x18, 0xb8, 0x6c, 0x02, 0x80, 0xcc, 0xc4, 0x0e, 0x47, 0x53, 0x8f, 0x4c, 0x40, 0x2b, 0xc0, 0xa2, 0x81, 0x52, 0xda, 0x86, 0xcc, 0xe2, 0x7d, 0xfe, 0x89, 0x13, 0x27, 0xa8, 0x59, 0x47, 0xe6, 0x6f, 0xd9, 0xb2, 0x85, 0x6a, 0x30, 0x3f, 0x84, 0xcb, 0x33, 0xac, 0x54, 0x02, 0xc9, 0x09, 0x00, 0xd1, 0x2a, 0x55, 0xf3, 0xfb, 0x8b, 0xc2, 0x01, 0xf5, 0x64, 0x02, 0x01, 0x56, 0xb7, 0x0b, 0x40, 0x53, 0x8b, 0x59, 0x3f, 0x16, 0x0a, 0x22, 0x3a, 0x47, 0x01, 0xa8, 0x14, 0xee, 0xe1, 0x3e, 0x03, 0x79, 0x47, 0x8f, 0x1e, 0xa5, 0xcc, 0x47, 0xc2, 0x5c, 0x02, 0xee, 0x5f, 0xbc, 0x78, 0x91, 0x5a, 0x91, 0x4a, 0x53, 0xc3, 0x78, 0xe6, 0x63, 0x68, 0x88, 0x2e, 0x86, 0x85, 0xb0, 0x68, 0x01, 0xaa, 0xa5, 0xa0, 0x17, 0x85, 0x01, 0x38, 0x70, 0x5a, 0x8b, 0x05, 0x30, 0xda, 0x0a, 0xab, 0x53, 0x00, 0x90, 0x10, 0xa1, 0xb3, 0x90, 0x11, 0x85, 0x00, 0x7f, 0x30, 0x43, 0xeb, 0xa5, 0x3a, 0x1d, 0xc3, 0x39, 0x04, 0x8c, 0x38, 0x96, 0xc0, 0x18, 0xa7, 0xaa, 0x8a, 0xc5, 0x2c, 0x8c, 0x14, 0x4e, 0x9f, 0x3e, 0x0d, 0xa1, 0x50, 0xc8, 0x1a, 0x68, 0x2a, 0x57, 0xe8, 0x5b, 0x36, 0x48, 0x1b, 0x36, 0x02, 0x88, 0x16, 0x89, 0x17, 0x9e, 0x52, 0xc2, 0xb7, 0xd8, 0x28, 0x40, 0x10, 0xb8, 0x04, 0x4f, 0x15, 0x10, 0x60, 0x27, 0x82, 0x56, 0x89, 0x00, 0x94, 0x02, 0x55, 0x4c, 0x00, 0x90, 0xc6, 0xcc, 0x89, 0x93, 0xe8, 0xcf, 0x9d, 0x8c, 0x47, 0x13, 0x8f, 0xd6, 0x02, 0x27, 0x73, 0x20, 0xf3, 0x99, 0x9b, 0x48, 0xa5, 0x93, 0x30, 0x3e, 0x19, 0x83, 0xb9, 0xc4, 0x34, 0x15, 0x04, 0x24, 0x1c, 0xc0, 0x79, 0xfb, 0xed, 0xb7, 0x69, 0x6e, 0x01, 0x5d, 0x42, 0xa9, 0x1c, 0x02, 0x16, 0xcc, 0x45, 0xa0, 0xc5, 0x60, 0xd7, 0xc0, 0x01, 0xa2, 0x6a, 0xcc, 0x5f, 0x2c, 0x06, 0x60, 0x61, 0xa0, 0x20, 0xd6, 0x98, 0x09, 0x5c, 0x21, 0x91, 0x80, 0xb8, 0x58, 0xa6, 0x97, 0xeb, 0x50, 0x14, 0x00, 0xd4, 0x3a, 0x24, 0x1c, 0x6c, 0x41, 0xc0, 0xc6, 0xa6, 0x6b, 0x61, 0x1b, 0xac, 0xa3, 0x59, 0xc6, 0xed, 0xcf, 0x7f, 0xfe, 0x73, 0x2b, 0xff, 0x8e, 0x34, 0x3e, 0x71, 0x11, 0x2e, 0xc6, 0x46, 0x89, 0x45, 0xc8, 0x41, 0x22, 0x99, 0x80, 0x91, 0xb1, 0x0b, 0x90, 0x4c, 0x19, 0xe1, 0x1c, 0xe6, 0xeb, 0x0f, 0x1d, 0x3a, 0x44, 0x85, 0x8a, 0x0d, 0x46, 0xf1, 0xd7, 0x47, 0x2b, 0x83, 0x82, 0xc6, 0xa6, 0x81, 0x61, 0x27, 0x33, 0x01, 0xa8, 0x85, 0xf9, 0x0b, 0x07, 0x81, 0x75, 0x64, 0xf8, 0x56, 0x90, 0x05, 0x90, 0x17, 0xab, 0xf1, 0xe5, 0x40, 0x14, 0x4b, 0xd4, 0x20, 0xa3, 0x30, 0x16, 0x47, 0x40, 0x86, 0xe6, 0x1b, 0x13, 0x45, 0xa8, 0xc1, 0x58, 0x30, 0x6d, 0xfb, 0xce, 0x3b, 0xef, 0x50, 0x8c, 0x80, 0x44, 0x27, 0x8b, 0x0e, 0x9d, 0x83, 0x7c, 0x21, 0x07, 0x32, 0xf9, 0x1c, 0x85, 0x06, 0x3b, 0x0a, 0x27, 0x71, 0x0e, 0x0d, 0x0f, 0x42, 0x63, 0x43, 0x04, 0x7a, 0xba, 0x7b, 0x29, 0xe3, 0x7e, 0xf5, 0xab, 0x5f, 0x51, 0x57, 0x81, 0x19, 0x45, 0xf4, 0xf7, 0x18, 0x31, 0x20, 0x5e, 0xc0, 0x58, 0x9f, 0x45, 0x16, 0xcc, 0xfc, 0x33, 0xfc, 0x51, 0x2e, 0x02, 0x58, 0x8a, 0x44, 0x90, 0xb0, 0xa0, 0x44, 0xd0, 0x15, 0x26, 0x00, 0x45, 0xab, 0x52, 0x3a, 0x3a, 0xb4, 0x54, 0x07, 0xe2, 0x38, 0x00, 0x0a, 0x00, 0x8b, 0xf9, 0x91, 0x51, 0xcc, 0x0d, 0xf4, 0xf7, 0xf7, 0x53, 0x70, 0xc7, 0xe8, 0x3c, 0x01, 0x7d, 0x47, 0x8e, 0x1c, 0x85, 0xce, 0xce, 0x28, 0x15, 0x0e, 0x3a, 0xde, 0x20, 0x1a, 0xcf, 0xd7, 0x1b, 0x21, 0x9f, 0x06, 0x63, 0xa9, 0x31, 0xca, 0xe8, 0x0d, 0x1b, 0xae, 0x85, 0x30, 0x11, 0x26, 0x74, 0x09, 0x18, 0x65, 0x60, 0x22, 0xa9, 0xb3, 0xb3, 0x93, 0x0a, 0x12, 0x7e, 0xf7, 0xc2, 0x85, 0x0b, 0x45, 0xf7, 0x50, 0x8d, 0xf9, 0x4b, 0x92, 0x08, 0x12, 0xb8, 0x34, 0xb0, 0x50, 0x5b, 0x5b, 0xfd, 0x4a, 0x0d, 0x03, 0x9d, 0xa0, 0xa9, 0x5c, 0x66, 0x0d, 0x99, 0xc2, 0xe3, 0x00, 0x9c, 0xb5, 0x8b, 0x5a, 0xfa, 0xfe, 0xfb, 0xef, 0x5b, 0xb8, 0x00, 0x2d, 0xc5, 0xa9, 0x81, 0x33, 0x70, 0xf8, 0xdd, 0xff, 0xa0, 0xfb, 0xf8, 0x1a, 0x97, 0x40, 0xc0, 0x4f, 0xc0, 0xa3, 0x64, 0x45, 0x05, 0x56, 0xde, 0x5e, 0x51, 0x61, 0x62, 0x72, 0x06, 0x8e, 0xfc, 0xf6, 0x24, 0xdc, 0xb9, 0xe7, 0x36, 0x58, 0xdf, 0xb7, 0x96, 0xba, 0x84, 0x37, 0xdf, 0x7c, 0x13, 0x76, 0xec, 0xd8, 0x01, 0xeb, 0xd7, 0xaf, 0xa7, 0xa0, 0x73, 0x68, 0x68, 0xc8, 0x3a, 0x77, 0xbd, 0xe1, 0xdf, 0x62, 0x85, 0xa0, 0x1e, 0x77, 0x71, 0x45, 0x85, 0x81, 0xe5, 0xc2, 0xad, 0x72, 0x99, 0x35, 0x36, 0x5f, 0x9f, 0x4d, 0x0c, 0x45, 0xad, 0xc4, 0xf4, 0xf0, 0xc1, 0x83, 0x07, 0x8b, 0x40, 0x21, 0x8e, 0xe2, 0x6d, 0xdd, 0xba, 0xd5, 0xfa, 0xee, 0xd0, 0x68, 0x0c, 0x66, 0xe3, 0x09, 0xba, 0x76, 0x4e, 0x8e, 0x08, 0x4b, 0x36, 0x93, 0xa5, 0x42, 0x83, 0xf5, 0xa9, 0x99, 0x39, 0x18, 0x8d, 0x4d, 0xd0, 0x68, 0xe1, 0xad, 0xb7, 0xdf, 0x81, 0x16, 0x62, 0xee, 0x91, 0xc9, 0xe8, 0x2a, 0xd0, 0x25, 0x60, 0x41, 0xf0, 0xc7, 0xe6, 0x05, 0xa2, 0xf9, 0x77, 0x0e, 0x46, 0x55, 0xc2, 0x01, 0x8b, 0x65, 0xbe, 0x50, 0x63, 0x76, 0xcf, 0x6e, 0x7b, 0x85, 0x63, 0x80, 0x5a, 0x92, 0x29, 0x08, 0xc0, 0xd8, 0xc3, 0x19, 0x6f, 0xbd, 0xf5, 0x56, 0x51, 0x62, 0x06, 0xfd, 0x37, 0x82, 0xb6, 0xcf, 0xde, 0x73, 0x37, 0xbc, 0xf2, 0xd3, 0x57, 0x89, 0xff, 0x1f, 0x22, 0x1a, 0xac, 0x11, 0xd0, 0x37, 0x09, 0x3e, 0xaf, 0x07, 0x02, 0x3e, 0x2f, 0xed, 0x24, 0xfa, 0x62, 0x24, 0x22, 0x10, 0x79, 0x6e, 0x99, 0x55, 0x9c, 0x87, 0xbf, 0x75, 0xcb, 0x56, 0x1a, 0x21, 0x1c, 0x39, 0x72, 0x84, 0xe2, 0x07, 0x04, 0x7e, 0x0c, 0xfc, 0x21, 0xb1, 0x69, 0xe9, 0xf5, 0x68, 0xfe, 0x82, 0x41, 0xa0, 0x58, 0xff, 0x94, 0xb0, 0x95, 0x60, 0x04, 0xc4, 0x85, 0x30, 0xbe, 0x56, 0x6d, 0xc2, 0x7d, 0xf4, 0xc1, 0x45, 0x17, 0x24, 0x92, 0x8f, 0x99, 0xbd, 0x5b, 0x6f, 0xbd, 0xd5, 0xf2, 0xf5, 0x58, 0xd2, 0x99, 0xe2, 0x17, 0x25, 0xe4, 0xf2, 0x05, 0x98, 0x4d, 0xa4, 0xe8, 0xcb, 0x1a, 0x71, 0xc9, 0xf6, 0xbc, 0x63, 0x8d, 0x5d, 0x5c, 0x9c, 0xf1, 0xdf, 0x5e, 0x79, 0x85, 0x86, 0x7c, 0x38, 0x53, 0x89, 0x4f, 0x3f, 0x23, 0xa1, 0x60, 0x21, 0x08, 0xad, 0x47, 0xf3, 0x17, 0x65, 0x01, 0xc0, 0x0e, 0x03, 0xab, 0x09, 0x82, 0x1d, 0x06, 0x8a, 0x57, 0x96, 0x0b, 0xe0, 0xeb, 0xb5, 0x30, 0x9f, 0x2e, 0xb9, 0x1a, 0x89, 0x50, 0xf4, 0xcf, 0x62, 0xfe, 0xdb, 0x6e, 0xbb, 0x8d, 0x4e, 0x08, 0xe1, 0xdb, 0xbc, 0xf7, 0x8b, 0x0f, 0xac, 0xe4, 0x4f, 0x38, 0x14, 0x80, 0x50, 0x30, 0x30, 0xaf, 0x13, 0x51, 0x70, 0xf0, 0x45, 0x0e, 0x7d, 0x3d, 0x24, 0xbc, 0x94, 0x8d, 0xf0, 0xf2, 0xb5, 0x37, 0x0e, 0x51, 0x0c, 0x80, 0x49, 0x1f, 0x9c, 0x5b, 0x80, 0x8f, 0x82, 0xb1, 0xef, 0xe1, 0xf8, 0x03, 0x8f, 0x1f, 0x96, 0x33, 0x0b, 0xc8, 0x80, 0x5f, 0xed, 0x61, 0x20, 0x5c, 0x99, 0x0f, 0x86, 0x94, 0x8b, 0x97, 0xab, 0x3d, 0xc2, 0x8d, 0x60, 0x10, 0x43, 0x33, 0x9c, 0x6e, 0xc5, 0x8f, 0x0c, 0x32, 0xfa, 0xc9, 0xab, 0xaf, 0xda, 0xe3, 0x08, 0xd1, 0x26, 0xf0, 0x7a, 0x64, 0x1a, 0xfa, 0xa1, 0x96, 0x6b, 0xe6, 0x0c, 0x20, 0xaf, 0xc7, 0xbe, 0xd5, 0xe6, 0x46, 0x5c, 0x59, 0x6b, 0x0e, 0x32, 0x04, 0x17, 0xbc, 0xf1, 0xe6, 0x5b, 0xf0, 0xf9, 0x87, 0x1f, 0xa2, 0xc7, 0x71, 0xca, 0x1a, 0x26, 0x88, 0x3e, 0xfa, 0xe8, 0xa3, 0xa2, 0xa7, 0x92, 0xea, 0x89, 0x00, 0x16, 0x33, 0x18, 0x54, 0xeb, 0xa4, 0x50, 0x96, 0x0a, 0xd6, 0x75, 0xfd, 0xca, 0x12, 0x80, 0x5a, 0x3b, 0xcc, 0x79, 0x0c, 0x35, 0x9e, 0x4d, 0xb9, 0x72, 0x32, 0x65, 0xf0, 0xfc, 0x10, 0xf4, 0x9f, 0x38, 0x49, 0xeb, 0xa8, 0xf9, 0x8c, 0xd1, 0x38, 0xcf, 0xde, 0xeb, 0x2d, 0x3d, 0xf9, 0xb4, 0x39, 0x12, 0x86, 0xe9, 0x99, 0x38, 0x15, 0x8e, 0x9f, 0x1e, 0x7c, 0x0d, 0x1e, 0x7e, 0xe0, 0x73, 0x56, 0x87, 0xa2, 0x00, 0xec, 0xdd, 0xbb, 0x97, 0x26, 0xa1, 0x6a, 0x0d, 0xff, 0x96, 0x24, 0x14, 0x14, 0xa0, 0x66, 0x9f, 0xee, 0x7c, 0xdf, 0xc0, 0xaa, 0xc1, 0x00, 0xe5, 0xcc, 0x2d, 0xff, 0xb0, 0x86, 0xf3, 0xf3, 0xff, 0x24, 0x21, 0x21, 0xa3, 0xa6, 0x48, 0xa8, 0xb6, 0x9b, 0x26, 0xcc, 0xa6, 0x6f, 0xf5, 0x20, 0x34, 0x35, 0x3d, 0x0d, 0x1f, 0x1f, 0x3b, 0x5e, 0x74, 0x5e, 0x36, 0x12, 0x59, 0x2f, 0x66, 0x59, 0x09, 0x1a, 0x79, 0xc5, 0x62, 0x80, 0x7a, 0x70, 0x01, 0x5f, 0x7e, 0xf1, 0xcb, 0x5f, 0x5a, 0x4c, 0x6d, 0x08, 0x05, 0xad, 0x11, 0xb5, 0x6a, 0xa5, 0xa9, 0xd1, 0x7e, 0x68, 0xe3, 0x3f, 0xde, 0x7b, 0x6f, 0x41, 0x82, 0xb9, 0x5c, 0xcc, 0xc7, 0x08, 0xa5, 0x9a, 0x0b, 0x58, 0x29, 0xb4, 0xe0, 0xf9, 0x00, 0x0b, 0x19, 0x5b, 0x77, 0x1e, 0x1b, 0x1f, 0x9f, 0x20, 0xa1, 0xdf, 0xb0, 0x09, 0xfe, 0x82, 0x16, 0xb8, 0xab, 0x85, 0x70, 0x35, 0x2e, 0x2f, 0xb1, 0x2c, 0xf9, 0x42, 0x01, 0x3e, 0xf8, 0xf0, 0x43, 0xf8, 0xb3, 0xaf, 0x3c, 0x5a, 0xb4, 0xfa, 0x48, 0xb5, 0x7b, 0xa9, 0x89, 0x91, 0xc4, 0x4e, 0x87, 0x03, 0x15, 0x56, 0xfd, 0x48, 0x71, 0xdd, 0xc7, 0x5d, 0xa2, 0xa3, 0xb7, 0x1d, 0xc6, 0x06, 0x2f, 0x52, 0x0c, 0xe3, 0xa4, 0x48, 0xb4, 0x11, 0x82, 0xe6, 0x42, 0x52, 0xfc, 0x6d, 0xe1, 0xfa, 0x83, 0x15, 0xaf, 0x55, 0x85, 0xfc, 0x5e, 0x79, 0xf9, 0x05, 0xc0, 0xb9, 0x9c, 0xcb, 0x62, 0x98, 0x4f, 0x1f, 0x17, 0x3f, 0x7d, 0xca, 0xee, 0x18, 0x82, 0xf0, 0x25, 0xb1, 0xbe, 0xc5, 0xc3, 0xd0, 0x0d, 0x4c, 0x4c, 0xcd, 0x42, 0x2a, 0x95, 0x86, 0x11, 0x9c, 0x79, 0xe4, 0x88, 0xfb, 0x17, 0x4b, 0x3e, 0xaf, 0x04, 0x1b, 0xba, 0x9b, 0xca, 0x7e, 0x9e, 0x81, 0x1c, 0xb0, 0xd7, 0x73, 0xc7, 0x86, 0xc7, 0xa1, 0xa5, 0xb5, 0x09, 0xfc, 0x41, 0x1f, 0x5d, 0xf9, 0xa3, 0x7b, 0x7d, 0x17, 0x15, 0x82, 0x02, 0xf7, 0xe6, 0x90, 0x70, 0x53, 0x18, 0xa2, 0x9d, 0x51, 0x8b, 0xf9, 0xa3, 0x83, 0xa3, 0xd6, 0x67, 0xa1, 0x80, 0x07, 0x3a, 0x2a, 0x5c, 0x6b, 0x45, 0x60, 0x80, 0x85, 0xe4, 0x02, 0x2a, 0xb5, 0x19, 0x1d, 0xb5, 0xdf, 0x6e, 0x1e, 0x0c, 0xfa, 0xa9, 0xe9, 0xac, 0xa7, 0x60, 0xca, 0x98, 0xd1, 0xc5, 0x58, 0xec, 0x92, 0xfb, 0x70, 0x99, 0xdc, 0xb3, 0x60, 0x8e, 0x78, 0xa6, 0x92, 0x19, 0x38, 0x7e, 0xe4, 0x13, 0x48, 0x9b, 0xaf, 0x9e, 0xc7, 0xd7, 0xd0, 0x77, 0x6f, 0xe8, 0x02, 0xaf, 0xdf, 0xd0, 0xea, 0x50, 0x63, 0x10, 0xda, 0x7b, 0xda, 0x2c, 0xf0, 0x37, 0x7a, 0x7e, 0x0c, 0xce, 0x9f, 0xb1, 0x7f, 0xbf, 0x27, 0x1c, 0x5e, 0xb2, 0xfb, 0xca, 0xe4, 0x0c, 0xcb, 0x23, 0x8b, 0x5a, 0x61, 0xc9, 0x2c, 0x40, 0xb9, 0x69, 0x58, 0x0b, 0xd1, 0x7c, 0x46, 0x49, 0xee, 0x51, 0x6e, 0x5c, 0x60, 0x49, 0xaa, 0x73, 0x92, 0xa4, 0x87, 0x0b, 0x0d, 0x33, 0xd9, 0xec, 0x92, 0x33, 0x18, 0x3b, 0xf2, 0xf8, 0xe8, 0x54, 0x65, 0x0d, 0xba, 0xf9, 0xd3, 0xe0, 0x3b, 0xf2, 0x6b, 0x7c, 0x16, 0x0e, 0x32, 0xa9, 0x2c, 0xf4, 0x13, 0x21, 0xb8, 0x61, 0xc7, 0x26, 0xca, 0x70, 0x5c, 0x1d, 0xb4, 0x6b, 0x5d, 0x27, 0xcc, 0x4e, 0xcc, 0x12, 0xcd, 0x6f, 0xb1, 0x99, 0x4f, 0x2c, 0xc3, 0xe0, 0xa9, 0x0b, 0xf6, 0xea, 0x66, 0x9d, 0xc4, 0x5a, 0x74, 0xf6, 0x11, 0x8b, 0x31, 0xb5, 0xe8, 0x7b, 0x4e, 0x65, 0x15, 0x48, 0x66, 0x0c, 0xbe, 0x37, 0x78, 0xf5, 0x33, 0xcb, 0x86, 0x01, 0xea, 0x0d, 0xb1, 0x4a, 0xed, 0xab, 0xdc, 0x39, 0x24, 0x49, 0xa6, 0x43, 0xc0, 0xd5, 0xc2, 0x31, 0x3e, 0x81, 0xc2, 0xe6, 0x1b, 0xcc, 0x73, 0xa8, 0x4b, 0x44, 0xf8, 0x7e, 0x80, 0xf3, 0xb1, 0x64, 0x35, 0x31, 0x04, 0xdf, 0xc6, 0xed, 0xb0, 0xe6, 0xcc, 0x31, 0xf0, 0xe4, 0x71, 0xdc, 0x22, 0x0f, 0xbf, 0xfd, 0xf5, 0x49, 0xd8, 0x4c, 0x84, 0xa0, 0x91, 0x98, 0x7c, 0x14, 0x82, 0xd6, 0xae, 0xa8, 0x6d, 0xa9, 0x86, 0xc6, 0x61, 0xf0, 0xb4, 0xfd, 0xfc, 0xc2, 0x6c, 0xb4, 0x13, 0x62, 0x1d, 0xd7, 0x82, 0x3e, 0xbe, 0xb4, 0x6b, 0x04, 0x79, 0x45, 0x5d, 0x6f, 0x6b, 0xd0, 0xbf, 0xbc, 0x2c, 0x61, 0xe0, 0x52, 0x45, 0x00, 0x3c, 0x93, 0x31, 0x54, 0x44, 0x50, 0x87, 0x8b, 0x2d, 0x21, 0xf8, 0x92, 0x44, 0xb1, 0x64, 0xa1, 0xf9, 0x01, 0xb3, 0xad, 0x2c, 0xad, 0x8c, 0x95, 0x6e, 0x73, 0xbe, 0x20, 0x9c, 0xbf, 0x76, 0x07, 0x64, 0x83, 0x86, 0x19, 0x57, 0xf2, 0x0a, 0x75, 0x07, 0xb3, 0x53, 0x73, 0x45, 0xed, 0x62, 0x17, 0x26, 0xe0, 0xcc, 0xc9, 0x41, 0x6b, 0x5d, 0xff, 0x99, 0x68, 0x17, 0xc4, 0xd6, 0x6c, 0x62, 0x2f, 0x15, 0x59, 0x12, 0x92, 0x04, 0x1d, 0xda, 0x82, 0xca, 0xc4, 0x35, 0xd1, 0xfc, 0xdd, 0xcf, 0xec, 0x7b, 0xf4, 0x37, 0x4b, 0xea, 0x02, 0xca, 0x25, 0x4c, 0x96, 0x62, 0xb6, 0xad, 0xc7, 0xeb, 0xa1, 0x16, 0xa0, 0x96, 0x37, 0x60, 0x32, 0x4b, 0x21, 0xc9, 0xcb, 0x2b, 0x00, 0x41, 0x31, 0x7d, 0x6e, 0xf6, 0x57, 0x3f, 0xfe, 0xa6, 0x92, 0xcf, 0xcb, 0xba, 0xae, 0x49, 0xe4, 0xde, 0x24, 0x5d, 0xc3, 0xad, 0x51, 0x27, 0x37, 0x2b, 0x92, 0x9e, 0xc0, 0x0c, 0x14, 0x35, 0x45, 0x89, 0x70, 0x73, 0xd3, 0xa7, 0xdb, 0xb7, 0x7f, 0xb3, 0x30, 0x5b, 0x08, 0xa9, 0x05, 0x95, 0xb8, 0x83, 0xd3, 0x70, 0xdd, 0xf6, 0x8d, 0x10, 0xed, 0x68, 0x86, 0x89, 0xb1, 0x29, 0x18, 0xe8, 0x1f, 0xb4, 0x0c, 0x95, 0xa7, 0xcd, 0x33, 0xfc, 0xd1, 0xe9, 0x97, 0xff, 0x4e, 0x1f, 0xd0, 0x15, 0x7c, 0x8f, 0x3c, 0xb1, 0x6a, 0xaa, 0x20, 0x88, 0xaa, 0x20, 0x92, 0x62, 0xd6, 0x65, 0xaf, 0x57, 0x11, 0x8d, 0x63, 0x9a, 0x28, 0xc9, 0x05, 0x62, 0x25, 0x15, 0x51, 0x96, 0x15, 0x49, 0xf6, 0x28, 0x1e, 0xaf, 0xaf, 0x40, 0xb6, 0xa4, 0x8d, 0x5f, 0xf1, 0xfa, 0x02, 0x8a, 0x3f, 0xd4, 0x50, 0xf0, 0xfa, 0x82, 0x6a, 0xa4, 0xad, 0x6b, 0xe8, 0xf9, 0x7d, 0x8f, 0xd6, 0xec, 0x0f, 0xeb, 0xee, 0xc1, 0x6a, 0xf3, 0xe8, 0x17, 0x0a, 0xc4, 0x50, 0x9b, 0xe9, 0x64, 0x4f, 0xa2, 0x1d, 0x8a, 0xa8, 0x54, 0x6e, 0x6b, 0x32, 0x5e, 0x96, 0xa5, 0x65, 0x15, 0x00, 0xa2, 0x98, 0xb9, 0x81, 0xa3, 0xef, 0x9e, 0x01, 0x63, 0x09, 0x5a, 0xbc, 0xa8, 0x64, 0x5a, 0x4d, 0xbe, 0x2e, 0x19, 0x4d, 0x41, 0x22, 0x98, 0x7e, 0x68, 0x38, 0xf4, 0xd1, 0xd7, 0xbe, 0xb0, 0xf7, 0x91, 0xef, 0xe6, 0xa7, 0x95, 0x76, 0xb4, 0x7a, 0x27, 0x3f, 0x1e, 0x80, 0xce, 0x35, 0x24, 0x2c, 0x1c, 0x8e, 0x59, 0xa1, 0xa2, 0xa7, 0x4d, 0x38, 0xb9, 0xff, 0xe0, 0x53, 0xdf, 0x04, 0x63, 0x31, 0x19, 0x95, 0xdb, 0x2a, 0x8e, 0x3a, 0xdb, 0xb2, 0x52, 0xe0, 0xea, 0xaa, 0xb9, 0xcf, 0x8e, 0xe5, 0xcd, 0x63, 0xcb, 0x9b, 0x09, 0xac, 0xe6, 0x0a, 0x16, 0x4a, 0x08, 0xe8, 0x30, 0xf5, 0x8b, 0xe8, 0x59, 0x22, 0x08, 0xbf, 0x52, 0xc1, 0x76, 0x58, 0xe4, 0x65, 0xb6, 0x00, 0x44, 0x13, 0x91, 0x19, 0x39, 0x1a, 0xf1, 0x11, 0x7c, 0x45, 0x4a, 0x9a, 0x2b, 0x29, 0xb3, 0x24, 0xcd, 0x7d, 0xdc, 0x26, 0xe3, 0xa9, 0xf8, 0xd4, 0x3f, 0xbf, 0xf5, 0xc3, 0x3f, 0xf6, 0xb7, 0x7b, 0x68, 0x7e, 0x1b, 0x05, 0x7a, 0x6c, 0xc8, 0x66, 0xbe, 0xaf, 0x5d, 0xfa, 0xcd, 0xfe, 0x83, 0x3f, 0xf8, 0x0b, 0xee, 0xbb, 0x29, 0xee, 0xdc, 0x19, 0xee, 0xdc, 0x99, 0x12, 0x25, 0x6b, 0xde, 0x4f, 0x8e, 0xdb, 0x67, 0x65, 0x41, 0xeb, 0xcc, 0x2d, 0x2a, 0x15, 0xbc, 0xa4, 0x21, 0x95, 0xec, 0xa1, 0x05, 0xc1, 0xa0, 0x28, 0x4a, 0x15, 0x0b, 0xdf, 0x76, 0x59, 0x63, 0x64, 0x62, 0x7a, 0x39, 0x26, 0xf1, 0x42, 0x90, 0xe4, 0x0a, 0x1e, 0x4b, 0x98, 0x05, 0xf7, 0x13, 0x8a, 0xa2, 0xc4, 0x9f, 0x7d, 0xf5, 0xa9, 0xaf, 0xfa, 0x3a, 0xa5, 0xc3, 0xfc, 0xf4, 0x30, 0x7f, 0x87, 0xfc, 0xde, 0x73, 0xaf, 0xfe, 0xc3, 0x9f, 0x73, 0xed, 0x53, 0x8e, 0xf3, 0xa4, 0x1c, 0xd7, 0xe2, 0x05, 0xa3, 0x5c, 0x29, 0xc0, 0x22, 0x9e, 0x31, 0x5a, 0x31, 0x6f, 0x0c, 0xc1, 0x35, 0xf6, 0xd1, 0x0a, 0x20, 0x08, 0xac, 0x66, 0x01, 0x3c, 0x66, 0x5b, 0x59, 0x92, 0x2e, 0x85, 0x05, 0x48, 0x97, 0x60, 0xba, 0x93, 0xf9, 0x29, 0x07, 0x33, 0x29, 0x83, 0x9f, 0x3b, 0xf0, 0x0f, 0x4f, 0xc8, 0x1d, 0xfa, 0x73, 0x82, 0x24, 0x40, 0xa0, 0xcb, 0xfb, 0xef, 0xcf, 0xfe, 0xf4, 0xe9, 0xc7, 0x1c, 0xcc, 0x76, 0x0a, 0x01, 0x5f, 0xd2, 0x9c, 0x00, 0xf0, 0x82, 0xc0, 0xea, 0x8b, 0x62, 0xfc, 0xa2, 0xc3, 0xc0, 0x25, 0x17, 0x00, 0xc2, 0x4c, 0x8f, 0xec, 0xa1, 0x23, 0x65, 0xd5, 0x86, 0x55, 0x3d, 0xe6, 0x12, 0xab, 0x92, 0x24, 0x5e, 0x0a, 0x0b, 0x90, 0xe2, 0x7c, 0xbd, 0xc4, 0xfb, 0x7c, 0xf3, 0xb8, 0x50, 0xa1, 0xc0, 0xf3, 0x07, 0x9e, 0xf9, 0xce, 0xc3, 0x77, 0x7e, 0xfe, 0xff, 0x1e, 0xf8, 0xc9, 0xcb, 0x27, 0xc0, 0x7e, 0xb5, 0xb3, 0xb3, 0x30, 0xbf, 0xaf, 0x3b, 0x30, 0x81, 0xc6, 0xf9, 0xfb, 0x65, 0x59, 0x4a, 0x74, 0xc5, 0x08, 0x00, 0x86, 0x81, 0x14, 0xdd, 0x0b, 0x8e, 0xf8, 0xfe, 0x32, 0x46, 0x01, 0x26, 0x43, 0x32, 0x9c, 0xb5, 0x14, 0x39, 0x61, 0x10, 0x39, 0x01, 0x70, 0x0a, 0x02, 0x70, 0x5b, 0x38, 0xf0, 0xf6, 0xcb, 0x1f, 0x72, 0xda, 0xea, 0x64, 0xbc, 0x73, 0xcb, 0x80, 0xa0, 0x76, 0x49, 0x14, 0x6f, 0xa5, 0x08, 0x80, 0x44, 0x7d, 0xbb, 0x5c, 0x72, 0x09, 0x98, 0x72, 0x51, 0x80, 0xb4, 0xcc, 0x2e, 0xc0, 0x99, 0xfb, 0x2a, 0xc3, 0x14, 0x81, 0x13, 0x90, 0x79, 0xcc, 0x2f, 0x21, 0x50, 0x50, 0xc2, 0x02, 0x5c, 0x3e, 0xcb, 0xbb, 0x72, 0x30, 0x80, 0xd7, 0x30, 0xed, 0xb8, 0xdc, 0x5b, 0x95, 0x41, 0x21, 0xe6, 0x02, 0x64, 0x71, 0x45, 0xdc, 0x3e, 0x63, 0xa0, 0x0a, 0x57, 0x20, 0xad, 0x18, 0x01, 0xa0, 0xeb, 0xeb, 0xe0, 0x20, 0x8f, 0x5a, 0x7d, 0x81, 0x05, 0x36, 0xde, 0x2e, 0x4a, 0x57, 0xd5, 0x5b, 0xef, 0x56, 0xbb, 0x00, 0x88, 0x35, 0xaf, 0x9a, 0xc1, 0x5c, 0xc4, 0x4a, 0x79, 0xb8, 0xc2, 0x15, 0x80, 0xa5, 0x10, 0x00, 0x49, 0xaa, 0xf9, 0xf9, 0x7a, 0xd6, 0x46, 0x14, 0x5d, 0x0b, 0xb0, 0x7a, 0x04, 0x80, 0x2d, 0xb0, 0x50, 0x83, 0x56, 0xdb, 0x02, 0xe0, 0x5a, 0x80, 0x55, 0xe5, 0x02, 0x24, 0x51, 0xaa, 0x49, 0xab, 0x19, 0x48, 0x14, 0x5c, 0x0b, 0xb0, 0x9a, 0x04, 0x40, 0xaa, 0x1b, 0x03, 0x88, 0x82, 0x2b, 0x00, 0xab, 0x28, 0x0f, 0x60, 0xa4, 0x79, 0x6b, 0xb2, 0x00, 0x26, 0xfa, 0x17, 0x5c, 0x17, 0xb0, 0x7a, 0x04, 0xc0, 0x78, 0x5a, 0x46, 0xaa, 0x49, 0xab, 0x45, 0xd3, 0x05, 0xb8, 0x16, 0x60, 0x55, 0xba, 0x80, 0x7a, 0x40, 0xa0, 0x2b, 0x00, 0xab, 0x48, 0x00, 0x58, 0x14, 0xe0, 0x86, 0x81, 0x57, 0x6d, 0x14, 0x50, 0x7f, 0x1e, 0xc0, 0xc5, 0x00, 0xab, 0xce, 0x05, 0x88, 0x75, 0xb8, 0x00, 0xc1, 0xc5, 0x00, 0xab, 0x2b, 0x0a, 0x60, 0x33, 0x7e, 0x6a, 0x06, 0x81, 0xae, 0x05, 0x58, 0x4d, 0x51, 0x80, 0x68, 0x2d, 0x0a, 0xe5, 0xe6, 0x01, 0xae, 0x52, 0x0c, 0x50, 0x7f, 0x1e, 0xc0, 0x15, 0x80, 0x55, 0xe6, 0x02, 0xdc, 0xc1, 0xa0, 0xab, 0x3c, 0x0a, 0x90, 0x6a, 0x74, 0x01, 0xe6, 0x58, 0x80, 0x3b, 0x1c, 0xbc, 0xf8, 0x7e, 0x77, 0xbb, 0xc0, 0x15, 0x00, 0x97, 0x5c, 0x01, 0x58, 0x39, 0x84, 0xeb, 0x09, 0xb3, 0xd5, 0x45, 0x4b, 0x11, 0xae, 0x30, 0xee, 0xd2, 0x65, 0xc6, 0x00, 0xf8, 0x7a, 0x56, 0xb6, 0xf6, 0xdf, 0x62, 0x08, 0x97, 0x8a, 0x65, 0x34, 0x39, 0x35, 0x45, 0x97, 0x7e, 0xc7, 0xa7, 0x7d, 0xb6, 0x6e, 0xd9, 0x06, 0xc7, 0xfb, 0x8f, 0xc3, 0xdc, 0xdc, 0x6c, 0x51, 0x7b, 0x5c, 0x14, 0xf2, 0xfa, 0x4d, 0x37, 0xd8, 0xdf, 0x99, 0x9c, 0x28, 0xba, 0xa7, 0xc5, 0x08, 0x87, 0x2c, 0xcb, 0xae, 0x00, 0x94, 0x21, 0x3a, 0xeb, 0x55, 0x2b, 0x7a, 0x96, 0x5f, 0x5a, 0x92, 0x29, 0xd9, 0x3c, 0x8a, 0xff, 0xd1, 0x4b, 0xff, 0x0a, 0x8f, 0xfc, 0xe1, 0x17, 0x61, 0x5d, 0xdf, 0x3a, 0x2a, 0x04, 0xdb, 0x88, 0x10, 0xf4, 0x9f, 0xec, 0x87, 0xe9, 0x69, 0x63, 0xd1, 0x04, 0xb4, 0x0a, 0x37, 0x5c, 0xbf, 0xd9, 0x0a, 0xfd, 0x4e, 0x9c, 0x3c, 0x01, 0x6f, 0xfc, 0xec, 0xb0, 0x7d, 0x4f, 0xb2, 0x5c, 0xf1, 0x9d, 0xc6, 0xb5, 0x12, 0xff, 0xc8, 0x1b, 0x3e, 0xa5, 0x7b, 0xd5, 0x0b, 0x00, 0xe9, 0x84, 0x59, 0xd2, 0x29, 0xad, 0xf8, 0xf6, 0x2f, 0x5c, 0xaa, 0x7d, 0x29, 0x34, 0x9f, 0xd1, 0xef, 0x3d, 0xf4, 0x20, 0x7c, 0xf0, 0xcb, 0x0f, 0xe1, 0xc2, 0xc8, 0x08, 0xd1, 0xf6, 0x04, 0xec, 0x7f, 0xe1, 0xc7, 0xf0, 0xe5, 0x2f, 0xfd, 0x3e, 0x5d, 0x57, 0x10, 0x19, 0xbd, 0x99, 0x30, 0xfc, 0xe4, 0x27, 0x27, 0xe8, 0xea, 0x1f, 0x5b, 0x36, 0x6f, 0xb5, 0x9e, 0x05, 0x3c, 0x7d, 0xfa, 0x14, 0xbc, 0xf4, 0x2f, 0xff, 0x46, 0x8e, 0x1b, 0xef, 0x19, 0xd8, 0xba, 0x65, 0x33, 0xec, 0xda, 0xb9, 0xd3, 0x7a, 0xef, 0xc0, 0x62, 0x08, 0x5f, 0x41, 0xc7, 0xd1, 0x6f, 0x57, 0xbb, 0x00, 0x54, 0x8d, 0xa3, 0xbe, 0xf7, 0xbd, 0xef, 0x3d, 0x49, 0x84, 0xe0, 0xf1, 0xe5, 0xba, 0x81, 0x5c, 0x3e, 0x0f, 0xaf, 0xbf, 0xf9, 0xef, 0x10, 0x1b, 0x1f, 0xa7, 0xfb, 0xb8, 0xf0, 0xc3, 0x97, 0xfe, 0xeb, 0x7f, 0x81, 0x2d, 0x84, 0xa9, 0x86, 0x46, 0x1a, 0xaf, 0x77, 0x95, 0xcd, 0x67, 0x01, 0xce, 0x9e, 0x3d, 0x03, 0xfb, 0x5f, 0x7c, 0x89, 0xae, 0xc4, 0x81, 0xd4, 0xd5, 0xd9, 0x01, 0xf7, 0xdf, 0x7d, 0x77, 0xd1, 0x72, 0x31, 0x4b, 0x44, 0x1a, 0x71, 0x0b, 0xdb, 0x1e, 0x7b, 0xec, 0xb1, 0xfe, 0xd5, 0x2c, 0x00, 0x55, 0xed, 0xf8, 0x6b, 0x84, 0x1e, 0x7c, 0xf0, 0xc1, 0xfb, 0x49, 0x75, 0xcd, 0xb2, 0x98, 0x20, 0xe2, 0x4a, 0xae, 0x59, 0xbf, 0x0e, 0xa6, 0xa6, 0x67, 0x60, 0x2e, 0x1e, 0xa7, 0xcb, 0xc6, 0x7c, 0x7c, 0xac, 0x1f, 0x9a, 0x9b, 0x1a, 0xa1, 0xbb, 0xbb, 0xcb, 0x5c, 0x82, 0x55, 0x32, 0xb5, 0xf3, 0x1c, 0x3c, 0xfb, 0xfc, 0x8f, 0x89, 0xa6, 0x1b, 0xcc, 0x5f, 0xbb, 0xa6, 0x07, 0xee, 0xbb, 0xfb, 0x2e, 0xfa, 0x40, 0xe9, 0x52, 0x33, 0x9f, 0x94, 0x6f, 0x7d, 0xfd, 0xeb, 0x5f, 0x7f, 0xf9, 0xaa, 0xb7, 0x00, 0x9c, 0x25, 0xf8, 0x22, 0x71, 0x05, 0x5f, 0x22, 0xd5, 0x6e, 0xb2, 0x15, 0x74, 0x5c, 0x1d, 0xc3, 0xd8, 0x5a, 0xcf, 0xc3, 0x11, 0x4d, 0x15, 0xd9, 0x3e, 0xf7, 0x19, 0xb0, 0x7d, 0x6e, 0x8b, 0x98, 0xc2, 0xfa, 0x1e, 0x1e, 0x43, 0x46, 0x1f, 0xf9, 0xf8, 0xb7, 0xbd, 0x03, 0x67, 0xcf, 0x59, 0x8b, 0xe5, 0xfd, 0xde, 0xc3, 0x9f, 0x83, 0xbd, 0xb7, 0xdd, 0x4a, 0xeb, 0xf8, 0x12, 0x88, 0x1f, 0x3e, 0xf7, 0xcf, 0xd4, 0x62, 0x20, 0xf5, 0x74, 0x75, 0xa9, 0xbb, 0x77, 0xed, 0x3c, 0x4f, 0xb0, 0x08, 0x7d, 0xae, 0x8e, 0xe0, 0x09, 0x3c, 0x89, 0x6e, 0xba, 0x2d, 0x06, 0x58, 0xe8, 0x31, 0xf3, 0x38, 0xdd, 0x72, 0xed, 0x4a, 0x7d, 0xa6, 0x90, 0x72, 0x8c, 0xdc, 0xdb, 0xdf, 0x3f, 0xfe, 0xf8, 0xe3, 0x27, 0xaf, 0x06, 0x10, 0xb8, 0x90, 0x54, 0x1a, 0xa2, 0x30, 0xaf, 0x89, 0x1f, 0x3c, 0x25, 0xb6, 0xfc, 0x6a, 0x1a, 0x7c, 0x9d, 0xed, 0xf3, 0x2b, 0x6b, 0xf0, 0x4f, 0xdd, 0x52, 0x81, 0xb8, 0xe7, 0xbe, 0xcf, 0x7d, 0x6b, 0x62, 0x7a, 0xfa, 0x26, 0x06, 0xc6, 0xee, 0xfa, 0xcc, 0xed, 0xb0, 0x7d, 0xcb, 0x0d, 0xf0, 0x8f, 0xcf, 0xbc, 0x00, 0x59, 0xd3, 0xc7, 0xb7, 0x46, 0xa3, 0x93, 0xbf, 0xfc, 0xcf, 0x77, 0x1f, 0x4f, 0x26, 0x93, 0xb8, 0x30, 0x02, 0xbf, 0xaa, 0x06, 0x5b, 0x35, 0x83, 0x3d, 0x64, 0xc9, 0xaf, 0xa6, 0xc1, 0xaf, 0xb2, 0x51, 0xa8, 0x50, 0xbf, 0xaa, 0x48, 0x58, 0xc4, 0xf7, 0x4a, 0x31, 0x5e, 0x32, 0xf7, 0x9d, 0x45, 0xe4, 0xea, 0xa5, 0x04, 0x80, 0x59, 0x03, 0xfa, 0x80, 0xe5, 0x67, 0xef, 0x7f, 0xe0, 0x89, 0xd8, 0xd4, 0xd4, 0x3d, 0xfc, 0x9b, 0x44, 0x59, 0xbd, 0xbd, 0x35, 0x3a, 0xf6, 0xde, 0x3b, 0x6f, 0x7f, 0x2d, 0x9d, 0x4e, 0x33, 0xc6, 0xf2, 0xcc, 0xe7, 0x9f, 0xae, 0x55, 0x1c, 0x02, 0xc1, 0x18, 0xac, 0xc2, 0xfc, 0xe5, 0x56, 0xf2, 0x70, 0x89, 0x9e, 0xc6, 0xbd, 0xe2, 0x30, 0x40, 0x15, 0x3f, 0xa9, 0xc0, 0xfc, 0xe7, 0xdb, 0xb5, 0x12, 0x8c, 0x51, 0x1d, 0x1d, 0xaf, 0x56, 0xd0, 0xc2, 0xfc, 0x99, 0x81, 0xd3, 0xef, 0x6e, 0xdb, 0xb6, 0x5d, 0xcf, 0x15, 0x0a, 0x3b, 0xf8, 0xf0, 0xb3, 0xab, 0xbd, 0xed, 0xfc, 0xe1, 0x9f, 0x1d, 0xfa, 0x23, 0x82, 0xf6, 0xd3, 0x26, 0xd3, 0xb0, 0xe4, 0x1c, 0xdb, 0x02, 0xb7, 0xcf, 0x7f, 0x56, 0xe0, 0xbe, 0xc3, 0xda, 0xb1, 0xe3, 0x3a, 0x5c, 0xa5, 0x24, 0x2c, 0xe1, 0x79, 0x64, 0x87, 0x96, 0xf3, 0xda, 0x2f, 0x41, 0xf1, 0x02, 0x4b, 0xa2, 0xa3, 0x38, 0x9f, 0xad, 0xa7, 0xc7, 0x3e, 0x73, 0xef, 0xbd, 0x0f, 0xa4, 0xd2, 0xd9, 0xbf, 0x26, 0xa6, 0x5f, 0xec, 0xec, 0x68, 0x3f, 0x7b, 0xf8, 0xd0, 0x1b, 0xbf, 0x5f, 0x28, 0x14, 0x54, 0x8e, 0x61, 0x9a, 0x43, 0xf8, 0x94, 0x32, 0x16, 0x41, 0x75, 0x58, 0x04, 0xe5, 0x6a, 0xd5, 0xf8, 0xe5, 0x12, 0x80, 0x72, 0xc2, 0x20, 0x71, 0xc2, 0xc0, 0x9b, 0x7d, 0xa1, 0x8c, 0x00, 0xcc, 0x7b, 0xc6, 0x7e, 0xcf, 0x1d, 0x77, 0xec, 0x6e, 0x6a, 0x6e, 0xf9, 0xd3, 0x57, 0x5f, 0x79, 0xf9, 0xab, 0xe6, 0x71, 0x95, 0x4b, 0x50, 0x69, 0x8e, 0xe2, 0x14, 0x02, 0x1e, 0x0b, 0xb0, 0xba, 0x4b, 0xcb, 0x2c, 0x00, 0xce, 0xf3, 0x8b, 0x0e, 0xcd, 0x97, 0xca, 0x68, 0xbe, 0xe4, 0xb8, 0x1f, 0xa1, 0x54, 0x46, 0x12, 0xe6, 0xaf, 0xae, 0xc1, 0x2f, 0xab, 0xc2, 0x17, 0x85, 0xb3, 0x0c, 0x2e, 0x5d, 0x26, 0x01, 0x28, 0x77, 0x4d, 0x5e, 0xdb, 0xa5, 0x12, 0x2e, 0xa0, 0x9a, 0x00, 0x00, 0xc7, 0x78, 0xdd, 0x61, 0x01, 0x5c, 0x72, 0xc9, 0x25, 0x97, 0x5c, 0x72, 0xc9, 0xa5, 0xea, 0xf4, 0xff, 0x01, 0x61, 0xa2, 0xea, 0xa8, 0x0b, 0xbd, 0x0a, 0xeb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int styles_128_png_len = 9068; unsigned char styles_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0c, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x54, 0x68, 0x65, 0x6d, 0x65, 0x73, 0x1a, 0xb9, 0x14, 0x8c, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x36, 0xda, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x98, 0x24, 0xd5, 0x71, 0x66, 0x64, 0x66, 0xdd, 0x57, 0xdf, 0xc7, 0xdc, 0xd3, 0xc3, 0xcc, 0x30, 0x07, 0x30, 0x08, 0x10, 0xe2, 0x18, 0x40, 0x08, 0x0c, 0x08, 0x59, 0x20, 0x19, 0x1b, 0xdb, 0xc8, 0x5e, 0xcb, 0x92, 0xbd, 0x96, 0x2d, 0x4b, 0xf6, 0x7a, 0x25, 0xd9, 0xbb, 0xd6, 0xb7, 0x9e, 0xf5, 0xe2, 0x4f, 0xb6, 0xb5, 0xbb, 0x96, 0x86, 0x5b, 0x12, 0x02, 0x49, 0xb6, 0x64, 0x6b, 0xb5, 0xba, 0x90, 0x18, 0x2e, 0xb1, 0x16, 0xe2, 0x12, 0x02, 0x63, 0x98, 0x7b, 0x7a, 0x66, 0x7a, 0xfa, 0xbe, 0x8f, 0xaa, 0xea, 0xba, 0xab, 0x32, 0xf7, 0xc5, 0xab, 0xca, 0xaa, 0x97, 0xaf, 0x32, 0xab, 0xeb, 0xea, 0xee, 0xaa, 0x9e, 0x17, 0x43, 0x52, 0x79, 0x77, 0x1e, 0xf1, 0x47, 0xfc, 0x11, 0x2f, 0xde, 0x4b, 0x00, 0x21, 0x42, 0x84, 0x08, 0x11, 0x22, 0x44, 0x88, 0x10, 0x21, 0x42, 0x84, 0x08, 0x11, 0x22, 0x44, 0x88, 0x10, 0x21, 0x42, 0x84, 0x08, 0x11, 0x22, 0x44, 0xc8, 0x5a, 0x15, 0x49, 0x3c, 0x82, 0xe6, 0x96, 0x3f, 0xfd, 0x9b, 0x6f, 0xac, 0x9b, 0x8b, 0x24, 0x7f, 0x35, 0x93, 0x81, 0x6d, 0x29, 0x4d, 0xda, 0xa8, 0x81, 0xec, 0x5d, 0xed, 0x6b, 0x92, 0x25, 0x2d, 0xa8, 0x80, 0x36, 0xaf, 0x48, 0xda, 0xdb, 0x4e, 0xbf, 0xfb, 0x7b, 0x5f, 0xf9, 0xcb, 0x7b, 0x26, 0x05, 0x00, 0x84, 0xd4, 0x4d, 0x3e, 0x7c, 0xe0, 0x31, 0x57, 0x22, 0xa6, 0x3d, 0x30, 0x1f, 0x53, 0x3e, 0x38, 0x17, 0x97, 0xdb, 0x54, 0xad, 0x71, 0x5f, 0xa3, 0x44, 0x2e, 0xad, 0xdd, 0x9d, 0x59, 0xe8, 0x70, 0x67, 0xbe, 0xdd, 0xed, 0x92, 0xfe, 0xfc, 0x0b, 0x07, 0x7e, 0x77, 0x41, 0x00, 0x40, 0x48, 0xd5, 0xf2, 0x5b, 0x7f, 0xf1, 0xd8, 0x5f, 0x8d, 0x2d, 0x2a, 0xff, 0x35, 0x94, 0x90, 0x1d, 0xcd, 0x76, 0xed, 0x3e, 0x87, 0x9a, 0xda, 0x14, 0x48, 0x7d, 0xe6, 0x1b, 0x9f, 0xfb, 0xe8, 0x17, 0x04, 0x00, 0x84, 0x54, 0x2c, 0xbf, 0xf6, 0xe9, 0x47, 0x7f, 0x70, 0x6e, 0xc1, 0x79, 0x87, 0xd6, 0xcc, 0x9c, 0x9b, 0x68, 0xdc, 0x96, 0x96, 0xe4, 0xf3, 0xdf, 0xf9, 0xfc, 0x47, 0x6e, 0x12, 0x00, 0x10, 0x52, 0xb6, 0xfc, 0xea, 0xa7, 0xbe, 0xfa, 0xb3, 0x73, 0x41, 0xc7, 0x7e, 0xb3, 0x6d, 0xed, 0x2d, 0x1e, 0xe8, 0x08, 0xb8, 0xc1, 0xe7, 0xb6, 0x83, 0xdd, 0x2e, 0x17, 0x5e, 0xaa, 0x3e, 0xa3, 0xd1, 0xff, 0x40, 0xcb, 0x21, 0x47, 0x25, 0x33, 0x38, 0x8f, 0xbf, 0xaa, 0x8a, 0xdb, 0xc8, 0x2f, 0x2e, 0xab, 0x5a, 0x61, 0x1b, 0x59, 0xaf, 0x42, 0x76, 0x3b, 0xdd, 0x4f, 0x63, 0xe7, 0xf5, 0x63, 0xd9, 0xe3, 0x98, 0x6d, 0x19, 0x72, 0x24, 0xd9, 0x39, 0x93, 0x4e, 0x81, 0x9a, 0x4e, 0x9b, 0xde, 0xcf, 0xb6, 0xb6, 0xd4, 0x93, 0xdf, 0xfe, 0xfb, 0xdf, 0x7d, 0x9f, 0x00, 0x80, 0x90, 0x25, 0xe5, 0xb7, 0xff, 0xcb, 0x57, 0x3e, 0x7b, 0x62, 0xd6, 0xf5, 0x3f, 0x34, 0xc6, 0xf4, 0xcb, 0xb2, 0x04, 0xbb, 0xfb, 0xba, 0xe0, 0xf2, 0x5d, 0xeb, 0xa0, 0xcd, 0xef, 0x02, 0x85, 0x2c, 0xeb, 0x13, 0xf9, 0x8f, 0x58, 0x5a, 0x89, 0xd5, 0xff, 0xbc, 0x02, 0x67, 0x88, 0x86, 0xea, 0x53, 0x1a, 0x7f, 0x33, 0xd9, 0xdf, 0x34, 0x51, 0xda, 0xec, 0xaf, 0x06, 0x29, 0x76, 0x5d, 0x26, 0xb7, 0x2e, 0xb7, 0x0d, 0xd7, 0xa5, 0x72, 0xeb, 0xd2, 0x2a, 0x33, 0x4f, 0x8f, 0xcb, 0xed, 0xaf, 0x16, 0x2e, 0x54, 0x4d, 0x67, 0x20, 0x19, 0x5d, 0x84, 0x64, 0x64, 0xb1, 0xe8, 0xbe, 0x76, 0xb4, 0x27, 0xee, 0xfb, 0xd6, 0xdf, 0x7d, 0xf4, 0x93, 0x02, 0x00, 0x42, 0xac, 0x03, 0xde, 0xcf, 0x3e, 0xbc, 0xe3, 0xf4, 0xac, 0xf7, 0x44, 0x3c, 0x2d, 0xc9, 0xfa, 0x3a, 0xa7, 0x43, 0x81, 0x5b, 0xae, 0xda, 0x01, 0x9b, 0x7a, 0x02, 0x60, 0x23, 0xda, 0x6e, 0x53, 0x24, 0xfa, 0x9b, 0x07, 0x00, 0x03, 0x02, 0x6a, 0xdf, 0xa9, 0x75, 0xe6, 0x94, 0x3f, 0xaf, 0xe4, 0x59, 0x45, 0x4e, 0xb3, 0x8a, 0xcc, 0x2c, 0xa7, 0x32, 0x05, 0x70, 0xa4, 0x78, 0x45, 0xd7, 0xe7, 0x99, 0x6d, 0x3a, 0x40, 0x78, 0xc9, 0xa4, 0x92, 0x10, 0x9d, 0x9d, 0x25, 0xd7, 0xa2, 0xe6, 0xd7, 0x39, 0x14, 0x4d, 0xdb, 0xdb, 0xab, 0xee, 0xfa, 0xf2, 0x81, 0xdf, 0x39, 0xb5, 0x6a, 0x19, 0x2b, 0xa1, 0x62, 0x8d, 0x2d, 0x8b, 0x09, 0xc7, 0xc3, 0xac, 0xf2, 0xa3, 0x72, 0xdf, 0x76, 0xf5, 0x4e, 0xd8, 0xd0, 0xe5, 0xa7, 0x4a, 0x2e, 0xeb, 0x0a, 0x8f, 0xca, 0xaf, 0x64, 0xc1, 0x60, 0xa7, 0x93, 0x4c, 0x14, 0x2c, 0xfb, 0x8b, 0x13, 0x05, 0x0a, 0x03, 0x12, 0xdd, 0x53, 0xc8, 0x32, 0xa6, 0x2d, 0x25, 0x3a, 0x49, 0x52, 0x96, 0xa3, 0x67, 0xe7, 0x0b, 0xcb, 0xba, 0x37, 0xc9, 0x4f, 0xb9, 0x6d, 0x60, 0xb2, 0x0d, 0xff, 0x2f, 0x99, 0x98, 0x55, 0xc5, 0xee, 0x00, 0x4f, 0x47, 0x87, 0xc1, 0xe6, 0x26, 0x33, 0x92, 0x34, 0x1b, 0xd1, 0xbe, 0x21, 0x3c, 0x80, 0x10, 0x53, 0xf9, 0xd0, 0x81, 0x83, 0x81, 0x73, 0x93, 0xad, 0xf3, 0x89, 0xb4, 0x9c, 0x07, 0xc0, 0xe5, 0x7b, 0x36, 0xc0, 0x65, 0x17, 0xae, 0x23, 0x8a, 0x2e, 0x53, 0x45, 0xb7, 0xe5, 0x95, 0x3e, 0xab, 0xe4, 0x23, 0x23, 0x63, 0xf0, 0x8b, 0xd7, 0xdf, 0x82, 0x73, 0xc3, 0xa3, 0xb0, 0x18, 0x8d, 0x65, 0x5f, 0x71, 0x8e, 0x3b, 0xe9, 0x14, 0x4a, 0x43, 0x9e, 0x9f, 0x5b, 0xd6, 0x34, 0x89, 0xc6, 0x00, 0x5a, 0x2e, 0x4e, 0xc8, 0xc6, 0x0b, 0xb9, 0xe5, 0x7c, 0xec, 0xa0, 0x16, 0xf6, 0xcf, 0x9d, 0x88, 0x7a, 0x95, 0xfc, 0x3a, 0x95, 0x80, 0xcf, 0x01, 0xfe, 0xae, 0x0d, 0xd0, 0xb1, 0xed, 0x22, 0xd0, 0xc8, 0xbc, 0x66, 0x11, 0xa9, 0x27, 0x08, 0x15, 0x4a, 0x84, 0x82, 0xf9, 0x65, 0x12, 0xb2, 0x68, 0xdb, 0xfd, 0xe1, 0xde, 0x6f, 0xfc, 0xcf, 0x3f, 0x9c, 0x5a, 0x8d, 0x67, 0x6c, 0x13, 0x6a, 0xd6, 0xb8, 0xa2, 0xc6, 0xbc, 0xf7, 0xb2, 0xca, 0xef, 0xb0, 0x2b, 0xb0, 0xa7, 0xaf, 0x3b, 0x67, 0x79, 0x73, 0x16, 0x38, 0x6b, 0x73, 0x61, 0x61, 0x21, 0x08, 0xff, 0xf4, 0xcf, 0xdf, 0x87, 0xb7, 0xde, 0x3e, 0x0e, 0x05, 0x13, 0x2c, 0x19, 0xd3, 0x2f, 0x4b, 0xd8, 0x3d, 0x76, 0x17, 0x73, 0x05, 0xe6, 0x56, 0x1a, 0x76, 0xd2, 0x20, 0x38, 0x3d, 0x06, 0x13, 0x67, 0x0e, 0xc3, 0xa6, 0xcb, 0x6f, 0x02, 0x5f, 0xe7, 0x46, 0xd3, 0xbf, 0xe1, 0xf4, 0x78, 0x21, 0xb9, 0xb8, 0x48, 0x82, 0xe4, 0x0c, 0x5d, 0x4e, 0xa9, 0x20, 0xa5, 0x15, 0xe7, 0x5f, 0x93, 0xd9, 0x8f, 0x09, 0x00, 0x08, 0x31, 0x48, 0x2c, 0x2d, 0x1b, 0x52, 0x85, 0xdb, 0x37, 0x77, 0x80, 0xcd, 0x56, 0xcc, 0x5a, 0xe7, 0xe6, 0xe6, 0xe1, 0x1f, 0xbe, 0xf8, 0x15, 0x98, 0x9d, 0x5f, 0x20, 0xfc, 0x45, 0x31, 0x28, 0x79, 0x56, 0xa9, 0x4d, 0x94, 0x5f, 0x2a, 0x1f, 0x0c, 0x79, 0xc5, 0xd7, 0xb8, 0x65, 0x09, 0xf2, 0x31, 0x86, 0xbe, 0x2e, 0x9d, 0x4c, 0xc0, 0xe0, 0xab, 0x4f, 0xc1, 0x96, 0x2b, 0x6f, 0x03, 0x5f, 0xf7, 0x46, 0xd3, 0x13, 0xdb, 0x3d, 0x1e, 0x02, 0x82, 0x70, 0x7e, 0x55, 0x38, 0x29, 0xdf, 0x2e, 0x62, 0x00, 0x21, 0x45, 0x12, 0x4a, 0x28, 0xdb, 0xd8, 0xe5, 0xf5, 0x5d, 0x2d, 0x05, 0x9a, 0xa2, 0x41, 0x3e, 0xbd, 0xf9, 0xad, 0xff, 0xf3, 0x04, 0xcc, 0x2e, 0x84, 0x40, 0x22, 0xce, 0x42, 0x92, 0x98, 0x09, 0x9d, 0x87, 0x44, 0x00, 0x21, 0xe5, 0x7e, 0x11, 0x1c, 0xb2, 0x9c, 0xdb, 0x4f, 0xc9, 0x4d, 0x72, 0x19, 0x53, 0x76, 0xdf, 0x6c, 0xc0, 0xc0, 0x9e, 0x33, 0x3b, 0x5f, 0x38, 0x5f, 0xf6, 0x17, 0x03, 0xee, 0xa1, 0x37, 0xff, 0x15, 0x32, 0xc9, 0xb8, 0xe9, 0x7d, 0xd9, 0x5d, 0x2e, 0x23, 0x80, 0xa3, 0xca, 0x46, 0x01, 0x00, 0x21, 0x06, 0xf9, 0xa3, 0x7b, 0xbf, 0xba, 0x29, 0x9c, 0x90, 0x5d, 0xac, 0x45, 0x6e, 0x6f, 0xf5, 0x30, 0xbc, 0x3c, 0x9b, 0x9b, 0x5f, 0x8c, 0xc4, 0xe0, 0xf8, 0x89, 0x33, 0x54, 0xf9, 0x8c, 0xca, 0x6e, 0x54, 0xca, 0x02, 0x38, 0x14, 0xa3, 0x02, 0xcb, 0xca, 0x12, 0x93, 0x9c, 0xdf, 0x37, 0x0f, 0x1a, 0x0a, 0x22, 0xc5, 0x00, 0x10, 0x16, 0x18, 0xb8, 0x5d, 0x4d, 0x25, 0x61, 0x76, 0xe0, 0x98, 0xb9, 0xd2, 0xd9, 0xed, 0xb9, 0x0c, 0x55, 0x2e, 0x18, 0x56, 0x25, 0xe9, 0xc3, 0x7f, 0xf9, 0xe5, 0xab, 0x04, 0x05, 0x3a, 0x4f, 0xe5, 0xc0, 0x01, 0x4d, 0x1e, 0x4c, 0x3d, 0xf6, 0xfe, 0x44, 0x5a, 0x7a, 0x7f, 0x2c, 0xa5, 0x5d, 0x11, 0x49, 0xc9, 0x5b, 0xdf, 0x1c, 0xb6, 0x05, 0x58, 0x86, 0xed, 0xf3, 0x38, 0x49, 0x90, 0x2b, 0x67, 0x15, 0x1f, 0x1b, 0xa4, 0x88, 0x02, 0xa1, 0xa5, 0x9d, 0x9f, 0x0f, 0x12, 0x40, 0xd0, 0xd4, 0x0d, 0xe4, 0x33, 0xff, 0x6c, 0x0c, 0xc0, 0x50, 0x20, 0xc9, 0x40, 0x7f, 0x2a, 0xc8, 0x7f, 0x48, 0x0c, 0xf5, 0xd1, 0x03, 0x61, 0xfc, 0xbf, 0x54, 0x88, 0x03, 0x24, 0x6e, 0x59, 0x93, 0x34, 0x08, 0xcf, 0x8c, 0x42, 0xf7, 0x85, 0x97, 0x99, 0x9c, 0x4e, 0x02, 0x85, 0x80, 0x20, 0x9d, 0x4c, 0xe6, 0xd7, 0x0d, 0x2c, 0x38, 0x7f, 0x76, 0xe7, 0x9f, 0x3d, 0x3e, 0xe8, 0x54, 0x32, 0x87, 0x5d, 0x76, 0x78, 0xde, 0xee, 0xd0, 0xfe, 0xe9, 0xd1, 0x03, 0xbf, 0x37, 0x27, 0x00, 0xb0, 0x06, 0x05, 0x8b, 0xd9, 0xa4, 0x94, 0xf6, 0xeb, 0x8b, 0x49, 0xed, 0x57, 0xa2, 0x69, 0xe5, 0xca, 0x67, 0xc6, 0xff, 0xb1, 0x27, 0xa9, 0x3a, 0x4a, 0x6a, 0xa4, 0xc3, 0x6e, 0xcb, 0x35, 0x66, 0x11, 0xc5, 0x97, 0xb2, 0x0d, 0x5b, 0x19, 0x02, 0x04, 0x7f, 0xc0, 0x9f, 0xb3, 0xfe, 0x92, 0x41, 0xe1, 0x25, 0x4e, 0xf9, 0x0b, 0xdb, 0xcc, 0x94, 0x5f, 0x2a, 0x11, 0x04, 0x73, 0x81, 0x2f, 0x51, 0x6c, 0x89, 0xdd, 0x96, 0x53, 0xfa, 0x3c, 0x28, 0xa0, 0x00, 0x88, 0x54, 0x74, 0xd1, 0x1a, 0x53, 0x0a, 0xaa, 0x5e, 0x01, 0x00, 0x91, 0xa4, 0x6c, 0x23, 0xd3, 0x05, 0x44, 0x25, 0xc9, 0x04, 0x1f, 0x90, 0x25, 0xed, 0xe0, 0x2d, 0x9f, 0xfc, 0x5a, 0xc8, 0xef, 0x54, 0x8f, 0xb9, 0xed, 0xea, 0xd3, 0x76, 0x49, 0x7a, 0xf4, 0xb1, 0xbf, 0xf9, 0xc8, 0xb0, 0x00, 0x40, 0x93, 0xca, 0xc7, 0xee, 0xfd, 0xda, 0x86, 0x50, 0x38, 0xf3, 0xe9, 0x70, 0x4a, 0xf9, 0xc0, 0xa9, 0x09, 0x65, 0x73, 0x32, 0x53, 0x59, 0x0a, 0xda, 0x4e, 0x82, 0x5f, 0x54, 0x78, 0x09, 0x15, 0x50, 0x2d, 0x28, 0xab, 0xc3, 0xe9, 0x82, 0x4d, 0x9b, 0x37, 0xc0, 0xf0, 0xc8, 0x44, 0x4e, 0xe9, 0x2d, 0xac, 0xff, 0x92, 0x99, 0xa1, 0x52, 0x41, 0x30, 0x97, 0xf1, 0x91, 0xf4, 0xb4, 0xaa, 0xc6, 0x81, 0x42, 0xcb, 0x6e, 0xcb, 0xa5, 0x52, 0x6d, 0x0e, 0xa7, 0x35, 0xf7, 0x56, 0x94, 0xd2, 0x19, 0x30, 0x4d, 0x82, 0xb9, 0x98, 0x12, 0x20, 0x13, 0x52, 0xa3, 0xab, 0xc8, 0xf5, 0xfc, 0xd5, 0xad, 0x7f, 0xf2, 0xf5, 0x60, 0x8b, 0x33, 0xf3, 0xa2, 0xcf, 0xa1, 0x1e, 0xfc, 0xea, 0xbd, 0x1f, 0x7d, 0xa6, 0x1e, 0xef, 0x45, 0xb4, 0x03, 0x2c, 0x33, 0xb5, 0x39, 0x1d, 0xff, 0xea, 0x5f, 0xce, 0xc6, 0xe4, 0x4f, 0xcc, 0xc6, 0x6c, 0x5d, 0xb5, 0x94, 0x2d, 0xaf, 0xef, 0x6e, 0x81, 0xab, 0xf7, 0x6d, 0xcd, 0x36, 0x76, 0xe9, 0x8d, 0x5e, 0xb9, 0x06, 0xad, 0x23, 0x6f, 0x1d, 0x86, 0xef, 0x7c, 0xff, 0x19, 0x00, 0x06, 0x00, 0x92, 0x24, 0x31, 0x19, 0x1f, 0x4e, 0xf9, 0xf5, 0x7d, 0xca, 0x52, 0x03, 0xcd, 0xf8, 0x7f, 0xde, 0x33, 0x68, 0x05, 0xab, 0xaf, 0xb1, 0x91, 0x39, 0xf9, 0xdf, 0xe6, 0xbe, 0xad, 0xd0, 0xb2, 0xeb, 0x5a, 0xda, 0xf2, 0xcc, 0x0b, 0x66, 0x81, 0xe2, 0xe1, 0x50, 0xd5, 0xcf, 0x23, 0xe0, 0x54, 0x93, 0x1d, 0x1e, 0xf5, 0x27, 0x1e, 0x2d, 0xf1, 0x89, 0xaf, 0x7d, 0xfe, 0x0f, 0xce, 0x08, 0x00, 0x34, 0x98, 0xdc, 0xf3, 0x99, 0x47, 0x1f, 0x9a, 0x88, 0xda, 0x3f, 0x52, 0x6e, 0xd9, 0xb2, 0xdd, 0xa6, 0x40, 0x67, 0xbb, 0x1f, 0x7a, 0x3a, 0x7c, 0xd0, 0xd5, 0xee, 0x85, 0x54, 0x5a, 0x85, 0x7f, 0xfd, 0x79, 0x7f, 0x7e, 0x7b, 0x67, 0x9b, 0x0f, 0xf6, 0x5f, 0xbe, 0x8d, 0x2a, 0x3c, 0xdf, 0xa2, 0x1b, 0xf0, 0xd8, 0xe0, 0xef, 0xff, 0xd7, 0x97, 0x61, 0x76, 0x3e, 0xc4, 0x29, 0xb9, 0x94, 0xfb, 0xcf, 0x0c, 0x0c, 0x66, 0x29, 0x51, 0x4b, 0xfd, 0x67, 0x66, 0x0a, 0x0a, 0xae, 0x19, 0x3c, 0x43, 0x21, 0x35, 0xa5, 0xa7, 0x45, 0x6f, 0xbc, 0xe5, 0x26, 0x50, 0x5b, 0x36, 0xc2, 0x74, 0x30, 0xb1, 0x24, 0x00, 0xb6, 0x6d, 0xea, 0x84, 0x2e, 0x72, 0xef, 0xd3, 0xb3, 0x61, 0x98, 0x98, 0x09, 0x41, 0x34, 0x96, 0x2a, 0x8f, 0xc2, 0x10, 0xf6, 0xd7, 0xeb, 0x4b, 0x1f, 0x6b, 0x75, 0x68, 0x77, 0x3d, 0xfe, 0xb9, 0xdf, 0x3d, 0x21, 0x28, 0x50, 0x03, 0xc8, 0x5d, 0xff, 0xf9, 0xb1, 0x57, 0x4e, 0xcd, 0xdb, 0x4b, 0x66, 0x35, 0xec, 0x84, 0xd3, 0x77, 0x75, 0xf8, 0x89, 0x65, 0x0f, 0x40, 0x2f, 0xf9, 0x6d, 0x6f, 0x71, 0x83, 0x9d, 0xa1, 0x05, 0x73, 0x0b, 0x51, 0xc3, 0xfe, 0x89, 0x64, 0x9a, 0xd6, 0xda, 0xb0, 0xea, 0xa8, 0xb7, 0xce, 0x22, 0x35, 0xba, 0xeb, 0x8e, 0xf7, 0xc0, 0x97, 0xbe, 0xfe, 0x43, 0x8e, 0xf2, 0xb0, 0x34, 0x88, 0x8d, 0x0f, 0x96, 0x8a, 0x09, 0x38, 0x8e, 0x9f, 0xd7, 0xff, 0x9c, 0xd2, 0xe7, 0x68, 0x8e, 0xc4, 0x51, 0x1e, 0xfd, 0xaa, 0xf0, 0x10, 0xb7, 0xc7, 0x05, 0xdb, 0x77, 0xee, 0x84, 0xe9, 0xc5, 0xb4, 0x29, 0x00, 0x34, 0x2e, 0xb6, 0x68, 0xf1, 0xb9, 0xe0, 0xa2, 0x0b, 0x7a, 0x01, 0xc8, 0x84, 0xf1, 0x4d, 0x28, 0x92, 0x84, 0x29, 0x02, 0x86, 0xf1, 0x69, 0x04, 0x44, 0x10, 0x16, 0xa3, 0xf1, 0xa2, 0x70, 0x04, 0x85, 0xd8, 0x09, 0x18, 0x09, 0xd9, 0xf6, 0xcc, 0xd9, 0xb5, 0x23, 0x1f, 0xfe, 0xec, 0xc3, 0xbb, 0x1f, 0xbf, 0xf7, 0x63, 0xfd, 0x02, 0x00, 0xab, 0x28, 0xbf, 0xf3, 0xe9, 0x47, 0x2e, 0x38, 0x19, 0xb2, 0x99, 0x2a, 0xbf, 0xc7, 0xe3, 0x84, 0xad, 0xeb, 0xdb, 0x60, 0xd3, 0xba, 0x36, 0xe8, 0x26, 0x4a, 0xef, 0x50, 0xac, 0xb3, 0xd0, 0x4e, 0x87, 0xf1, 0xd5, 0x24, 0xd3, 0x99, 0x3c, 0x95, 0xc8, 0x97, 0x29, 0x60, 0x39, 0x82, 0xac, 0x41, 0x30, 0x9a, 0x82, 0xcb, 0x2f, 0xdd, 0x03, 0x17, 0xbd, 0x7e, 0x14, 0x8e, 0x1e, 0x1f, 0x28, 0x58, 0xff, 0x1c, 0x25, 0x92, 0x58, 0x8f, 0x60, 0xe5, 0x05, 0xa0, 0x54, 0x4b, 0xb0, 0x96, 0x6f, 0xf4, 0x2a, 0x70, 0x7d, 0x86, 0xf2, 0xe8, 0x59, 0xa0, 0xdc, 0x84, 0xff, 0xf6, 0x5d, 0x7e, 0x19, 0xd8, 0xec, 0x78, 0x0f, 0xe6, 0xe5, 0xd0, 0x1a, 0x47, 0x8b, 0x9c, 0xf6, 0x02, 0xf8, 0xb1, 0x16, 0xa9, 0xd5, 0xe7, 0xa4, 0xd3, 0xce, 0x2d, 0x9d, 0x59, 0x40, 0x44, 0x93, 0x30, 0x3e, 0x15, 0x82, 0x81, 0x91, 0x59, 0x98, 0x9c, 0x0e, 0xd2, 0x75, 0xac, 0x44, 0x53, 0x92, 0x82, 0x75, 0x53, 0x64, 0xf6, 0x26, 0x01, 0x80, 0x55, 0x94, 0x94, 0x62, 0xff, 0xd3, 0xb4, 0x2a, 0x19, 0x5e, 0xe6, 0x8e, 0xad, 0x5d, 0xb0, 0xeb, 0x82, 0x1e, 0xe8, 0x08, 0x78, 0x0c, 0xf9, 0xef, 0x52, 0xe2, 0x74, 0x1a, 0x83, 0xc4, 0x54, 0x2a, 0xeb, 0x01, 0x58, 0xcb, 0x8f, 0x4a, 0xa0, 0x90, 0xb8, 0x42, 0x55, 0x55, 0x58, 0x20, 0x16, 0xf3, 0xb7, 0xef, 0xbe, 0x1d, 0xfe, 0xfa, 0xf3, 0x8f, 0x41, 0x34, 0x9e, 0x28, 0xce, 0x04, 0xe5, 0x00, 0x20, 0x95, 0x99, 0x19, 0x92, 0x24, 0x96, 0xe7, 0xb3, 0x51, 0x80, 0x95, 0xd2, 0x4b, 0xf9, 0xf9, 0x8e, 0xce, 0x36, 0xb8, 0xe4, 0xd2, 0x4b, 0xe8, 0x3e, 0xa1, 0xa8, 0x39, 0x95, 0xd1, 0x32, 0x19, 0x63, 0x96, 0xcb, 0x61, 0xad, 0x8a, 0x14, 0x10, 0x5e, 0x02, 0x88, 0xbe, 0x2e, 0x5a, 0x02, 0x1e, 0x27, 0xcf, 0xe2, 0xdc, 0xc8, 0x1c, 0xbc, 0x7d, 0x72, 0x0c, 0xc2, 0x91, 0x42, 0x63, 0xdb, 0x7c, 0xdc, 0x76, 0x75, 0xa5, 0xef, 0x4b, 0x34, 0x84, 0xd5, 0x59, 0x88, 0x4e, 0xda, 0xd9, 0xe5, 0xbe, 0x4d, 0x1d, 0xb0, 0xff, 0xb2, 0x6d, 0xd0, 0xd9, 0xe2, 0x5d, 0x52, 0xf9, 0xd1, 0xa2, 0xc6, 0x08, 0xd5, 0x99, 0x0d, 0x27, 0x60, 0x62, 0x21, 0x01, 0x0e, 0x7b, 0xe1, 0x54, 0xd8, 0xe9, 0x04, 0x5f, 0x36, 0x5f, 0xb2, 0x9c, 0xca, 0x95, 0x24, 0x8f, 0xcf, 0xc7, 0xc1, 0xe3, 0xf5, 0xc0, 0x47, 0x7f, 0xfb, 0xfd, 0xa0, 0x48, 0xb6, 0xec, 0xdf, 0xa2, 0x93, 0xde, 0x88, 0x25, 0xe7, 0xd2, 0xa5, 0xb2, 0x49, 0x63, 0x99, 0x52, 0xa2, 0x05, 0x58, 0x36, 0x36, 0x86, 0xc9, 0x66, 0xe7, 0x92, 0x73, 0x15, 0xa2, 0x12, 0xc8, 0x24, 0x96, 0x79, 0xf7, 0xcd, 0xef, 0x06, 0x59, 0x91, 0x29, 0x48, 0x67, 0xc2, 0x49, 0xd3, 0x7b, 0xcd, 0x64, 0x8c, 0x9e, 0x41, 0x25, 0xe7, 0x08, 0xc7, 0x53, 0xc4, 0xcb, 0xa9, 0x4b, 0x3e, 0x63, 0x17, 0xf1, 0x2c, 0xbb, 0xfa, 0xba, 0xe1, 0xa6, 0xab, 0x77, 0xf2, 0xbc, 0xaa, 0xe2, 0x98, 0x56, 0x78, 0x80, 0x65, 0x16, 0xaf, 0xcb, 0x5e, 0x52, 0xe1, 0xe3, 0x29, 0x95, 0x2a, 0x7d, 0x34, 0x91, 0x21, 0xf3, 0x19, 0x03, 0xf5, 0xf0, 0x78, 0x1c, 0x90, 0x0c, 0x16, 0x2c, 0x68, 0x28, 0x92, 0x00, 0x97, 0xcb, 0x41, 0x53, 0x84, 0xd4, 0xf2, 0x63, 0xfb, 0x17, 0x01, 0x06, 0x96, 0x42, 0x67, 0xd4, 0x0c, 0x8c, 0xcd, 0xc5, 0x60, 0xc7, 0x05, 0x9b, 0xe1, 0x83, 0xef, 0xbf, 0x1e, 0xfe, 0xef, 0x8f, 0x5e, 0xc8, 0x59, 0x7c, 0x09, 0xf8, 0xea, 0xb9, 0xa2, 0x74, 0xa9, 0x55, 0x4a, 0xd4, 0xa4, 0x91, 0xcb, 0xcc, 0x03, 0xb0, 0xfc, 0xff, 0xda, 0xeb, 0xae, 0x81, 0xae, 0xee, 0x2e, 0xba, 0x7d, 0x72, 0x21, 0x4e, 0xfb, 0x07, 0x98, 0xde, 0x7b, 0x9a, 0x07, 0x80, 0x02, 0x13, 0xf3, 0x59, 0x6b, 0xee, 0x20, 0x91, 0xad, 0xdb, 0xa1, 0x80, 0x9b, 0x78, 0x41, 0x0f, 0xf9, 0x55, 0x64, 0xb9, 0xe8, 0xb9, 0x65, 0x81, 0xa0, 0xd4, 0xfc, 0x7e, 0x04, 0x00, 0x56, 0x58, 0xb0, 0xf3, 0x49, 0x38, 0x86, 0x0a, 0x9f, 0x26, 0x8a, 0x9f, 0xb1, 0x2c, 0x1b, 0xa6, 0xe0, 0x21, 0x31, 0xc3, 0x42, 0x30, 0x92, 0x5f, 0x46, 0x0f, 0xd0, 0xd6, 0xe6, 0x23, 0xca, 0x9f, 0xed, 0xe0, 0x22, 0x13, 0x42, 0x4e, 0x6b, 0xf9, 0xd5, 0xec, 0xef, 0x74, 0x30, 0x4e, 0x94, 0x42, 0x86, 0xfd, 0x57, 0xed, 0x23, 0x34, 0x28, 0x09, 0x4f, 0xfd, 0xe4, 0x35, 0x46, 0xf1, 0x25, 0x46, 0xf1, 0x19, 0x4a, 0x64, 0xa5, 0xfc, 0x3a, 0x36, 0xf2, 0x4a, 0xaf, 0x9b, 0x58, 0x56, 0xe9, 0x0d, 0xbb, 0xc1, 0xde, 0x4b, 0xf6, 0xc0, 0x9e, 0x8b, 0x76, 0xe5, 0xb1, 0x33, 0x34, 0x13, 0x35, 0x3d, 0xad, 0x9a, 0xc9, 0x14, 0xda, 0x10, 0x72, 0x19, 0x30, 0x9b, 0x4d, 0x61, 0xe2, 0x1d, 0x95, 0x4e, 0x18, 0xdb, 0xe0, 0x7e, 0x08, 0x08, 0x8f, 0xd3, 0x46, 0x8c, 0x09, 0x02, 0xc2, 0xc6, 0xd1, 0x31, 0x01, 0x80, 0xa6, 0x12, 0xe4, 0xc4, 0xb3, 0x16, 0xb4, 0xa0, 0x28, 0x68, 0x76, 0x1b, 0x8b, 0xc6, 0x22, 0xd1, 0x04, 0xa5, 0x3d, 0x68, 0xf9, 0x15, 0x4d, 0xcb, 0x75, 0x5c, 0xc9, 0x81, 0x00, 0x1b, 0xa3, 0xc8, 0xef, 0xe0, 0x74, 0x94, 0x56, 0x8c, 0xbe, 0xe7, 0xfa, 0x2b, 0x08, 0x0d, 0xb1, 0xc1, 0xa1, 0xe7, 0x7e, 0xce, 0x79, 0x00, 0x1e, 0x08, 0xc6, 0x98, 0x40, 0xca, 0x77, 0x1f, 0x60, 0x1b, 0xb9, 0xb4, 0x22, 0x75, 0xa3, 0xc9, 0x1f, 0x9d, 0xf6, 0x93, 0xdf, 0xbd, 0x7b, 0x77, 0xc2, 0x35, 0xfb, 0xaf, 0xcc, 0x6f, 0xc7, 0xeb, 0x40, 0x80, 0x9b, 0x02, 0x80, 0xb3, 0xfe, 0x6e, 0x02, 0xf4, 0x42, 0x26, 0xc9, 0x18, 0x7b, 0xe3, 0xba, 0x04, 0xf1, 0x8c, 0x38, 0x05, 0x23, 0x12, 0x6c, 0xef, 0xf5, 0xe5, 0xf7, 0xd3, 0x34, 0x01, 0x80, 0xb5, 0x4d, 0x9f, 0xbc, 0xc6, 0x96, 0xd4, 0x28, 0x01, 0x00, 0x72, 0x7e, 0x45, 0xd2, 0x28, 0x0d, 0xd2, 0x3d, 0x80, 0x94, 0x53, 0x7e, 0x5c, 0x26, 0x7a, 0x02, 0xfd, 0x63, 0x8b, 0xb0, 0x63, 0x9d, 0x0f, 0xae, 0xbb, 0x7a, 0x1f, 0x74, 0x92, 0x80, 0xf4, 0xbb, 0x3f, 0xfc, 0x29, 0x44, 0x62, 0x49, 0xa3, 0xf2, 0xe7, 0x83, 0x62, 0xd6, 0x23, 0x70, 0x6c, 0x48, 0x63, 0xac, 0xbd, 0xa6, 0xd1, 0xbf, 0x43, 0x3d, 0x82, 0xa4, 0xe6, 0x41, 0x20, 0x11, 0xfa, 0x75, 0xe5, 0xbb, 0xde, 0x01, 0x17, 0xef, 0xdb, 0x53, 0xf0, 0x54, 0xc4, 0xc3, 0x59, 0x59, 0x7f, 0xca, 0xff, 0xd3, 0xc6, 0xc0, 0xd8, 0x4d, 0x69, 0x9d, 0x6a, 0xaa, 0xfc, 0xdc, 0x2a, 0x63, 0xf6, 0xa7, 0x0e, 0xc3, 0x63, 0x08, 0x00, 0x34, 0x32, 0x00, 0x3c, 0xae, 0x7c, 0x6e, 0x05, 0x25, 0x9e, 0x4c, 0x42, 0x3c, 0x91, 0xa2, 0x75, 0x41, 0x3a, 0xf7, 0xd7, 0x3d, 0x00, 0x52, 0x13, 0xbd, 0xab, 0x62, 0x9a, 0x04, 0x98, 0x27, 0x47, 0xc3, 0xb0, 0x7d, 0xbd, 0x1f, 0x76, 0x6c, 0xdb, 0x04, 0x7f, 0xf2, 0xb1, 0xbb, 0xe1, 0x67, 0xaf, 0xbc, 0x0d, 0x27, 0xcf, 0x8c, 0xd0, 0xea, 0x51, 0x4d, 0x93, 0xf3, 0xdd, 0x19, 0x81, 0x01, 0x44, 0xa1, 0xc1, 0x4c, 0xcb, 0xf5, 0xdd, 0xd5, 0xf2, 0xa9, 0x4e, 0x8d, 0xc9, 0xbd, 0xe2, 0x3c, 0xfe, 0xed, 0xde, 0xde, 0x4e, 0x78, 0xc7, 0xe5, 0x17, 0x43, 0x7b, 0x7b, 0x6b, 0x81, 0xe2, 0x11, 0x80, 0x1e, 0x1d, 0x0e, 0x95, 0xb4, 0xce, 0x6a, 0xd2, 0xe8, 0x01, 0xb1, 0xd0, 0x4f, 0x33, 0x51, 0x6c, 0x03, 0x00, 0xf0, 0x4f, 0xcb, 0xcc, 0x3a, 0x0d, 0x00, 0x84, 0x07, 0x58, 0xdb, 0xa2, 0x28, 0x32, 0x78, 0x7d, 0x2e, 0x58, 0x5c, 0x8c, 0xe7, 0x5f, 0x7a, 0x98, 0xcc, 0xb7, 0x04, 0xbc, 0xd9, 0xc4, 0x8c, 0xaa, 0xf7, 0xe1, 0xd5, 0x95, 0x5f, 0xcb, 0x33, 0x1a, 0xf4, 0x14, 0xc7, 0x47, 0x42, 0xb0, 0x9d, 0x78, 0x02, 0x87, 0xc3, 0x0e, 0x37, 0xde, 0x70, 0x39, 0x9d, 0x0a, 0xfd, 0x09, 0xb4, 0x82, 0x45, 0xd5, 0xbb, 0x37, 0xe6, 0x86, 0x42, 0xc1, 0x1c, 0xbd, 0x0a, 0x50, 0x3c, 0x24, 0x4a, 0x2e, 0x1b, 0x65, 0xa5, 0xdc, 0xd8, 0x4e, 0x71, 0x78, 0x28, 0x48, 0xe9, 0x4a, 0x29, 0xc9, 0x24, 0x8d, 0x0d, 0x63, 0x01, 0x9f, 0xbb, 0x70, 0x4e, 0x83, 0xce, 0x1b, 0xd7, 0x69, 0x86, 0x7e, 0x99, 0x75, 0x71, 0x00, 0x02, 0x00, 0x8d, 0x2e, 0x7e, 0x9f, 0xa7, 0x00, 0x00, 0x1a, 0x07, 0xc4, 0xc0, 0xe3, 0x75, 0x83, 0x5d, 0x52, 0x72, 0x56, 0x5a, 0x1f, 0x01, 0x42, 0xcb, 0x66, 0xfe, 0xf3, 0xd5, 0x0d, 0xd9, 0xf4, 0xe8, 0xb1, 0xe1, 0x20, 0x5c, 0xd0, 0xeb, 0xa7, 0x59, 0x95, 0x7c, 0x7f, 0x5e, 0x60, 0xfb, 0xfb, 0xea, 0xf3, 0x05, 0xc5, 0x2f, 0x00, 0x81, 0x1b, 0x07, 0x48, 0xd3, 0x2c, 0x8d, 0x2e, 0x5a, 0xfe, 0x23, 0x44, 0xf9, 0xad, 0xf2, 0xfe, 0x2c, 0xfd, 0x51, 0x99, 0x54, 0x27, 0x66, 0x78, 0xdc, 0x2e, 0xa7, 0x35, 0x00, 0x34, 0x63, 0x52, 0x4a, 0x63, 0x01, 0x20, 0x3c, 0xc0, 0xda, 0x97, 0x16, 0xbf, 0x1b, 0xc6, 0x27, 0x98, 0x38, 0x20, 0x12, 0x87, 0x54, 0x3b, 0x89, 0x03, 0x94, 0x6c, 0xf4, 0x89, 0x69, 0x46, 0x39, 0x97, 0xda, 0x94, 0x72, 0x55, 0x9a, 0x12, 0xd3, 0xb8, 0x85, 0x2d, 0xc8, 0x87, 0x07, 0x17, 0xa0, 0xaf, 0xc7, 0x07, 0x6d, 0x5e, 0x07, 0xc3, 0x1c, 0xd8, 0x8e, 0xf1, 0x85, 0xa1, 0x53, 0x34, 0x5d, 0xf1, 0x41, 0x1f, 0x34, 0xab, 0x30, 0x60, 0x96, 0x95, 0x44, 0xe2, 0x19, 0x42, 0x7b, 0x82, 0x96, 0x41, 0x6f, 0x29, 0xfa, 0xe3, 0x27, 0xf7, 0xa7, 0x82, 0xca, 0x56, 0x52, 0x9b, 0x2a, 0x3f, 0x00, 0x14, 0x01, 0x50, 0x64, 0x81, 0xce, 0x07, 0x0f, 0xe0, 0xf7, 0x18, 0x96, 0x13, 0x89, 0x24, 0x2d, 0x94, 0xc3, 0x4c, 0x8f, 0x9d, 0x68, 0x7e, 0x3a, 0xad, 0xe5, 0x68, 0xbc, 0x96, 0x1f, 0xb2, 0x24, 0x9f, 0xd7, 0xc9, 0x01, 0x22, 0x95, 0x06, 0xe2, 0x09, 0x42, 0xd0, 0xee, 0x77, 0x40, 0x4f, 0x8b, 0x8b, 0xa6, 0x15, 0xf5, 0x5e, 0x65, 0xc6, 0x1e, 0x66, 0x59, 0x65, 0xcf, 0x2a, 0x5b, 0x61, 0x9d, 0x95, 0xee, 0x63, 0xbb, 0xc5, 0x74, 0x28, 0x01, 0xe3, 0xf3, 0xb1, 0xb2, 0xe9, 0x78, 0x9a, 0x07, 0x00, 0xa1, 0x78, 0xac, 0x55, 0x2f, 0x05, 0x00, 0x8a, 0x13, 0xf6, 0x0f, 0xa9, 0x20, 0x00, 0xb0, 0xd6, 0x05, 0x33, 0x24, 0x18, 0xf4, 0x26, 0x53, 0xd9, 0xd4, 0x21, 0x0e, 0x39, 0x88, 0xd9, 0x20, 0x1c, 0x16, 0x45, 0x71, 0x28, 0x39, 0xbe, 0xaf, 0xe6, 0xe9, 0x8f, 0xc4, 0x14, 0xb0, 0x49, 0x5c, 0xb2, 0x04, 0x1b, 0x9a, 0x70, 0xd2, 0x98, 0xa1, 0x4f, 0xf2, 0x8a, 0x4e, 0x66, 0x82, 0xb3, 0x73, 0x90, 0x8c, 0xc7, 0xc1, 0xdf, 0xd1, 0x01, 0xb2, 0xc3, 0x41, 0x47, 0x8d, 0xab, 0xab, 0x10, 0x40, 0xf2, 0xfd, 0x84, 0x7d, 0x5e, 0x57, 0x51, 0x5d, 0x90, 0x29, 0xbd, 0xc1, 0x45, 0x19, 0x8a, 0x46, 0xa2, 0x10, 0x00, 0x38, 0x1f, 0x68, 0x50, 0x8b, 0x07, 0xa6, 0x67, 0x0a, 0xa5, 0xc3, 0xb1, 0x58, 0x14, 0x9c, 0x6e, 0x27, 0x38, 0xed, 0x32, 0x05, 0x02, 0xb6, 0x22, 0x67, 0x53, 0xa1, 0x59, 0xb5, 0x2f, 0xea, 0xf1, 0x68, 0x28, 0xe9, 0x61, 0x63, 0x80, 0x5c, 0x12, 0x3f, 0x93, 0x86, 0xb9, 0xa9, 0x19, 0x48, 0xe5, 0xac, 0x73, 0x70, 0x6a, 0x0a, 0xbc, 0xad, 0x2d, 0xe0, 0x6d, 0x09, 0x90, 0x80, 0x56, 0xab, 0x0b, 0xd7, 0xa6, 0xca, 0xa6, 0x65, 0xe8, 0xb8, 0xa1, 0x2c, 0xff, 0x2f, 0xca, 0x00, 0x59, 0x28, 0x3f, 0x5e, 0xab, 0x8c, 0x63, 0x18, 0x69, 0x46, 0x4a, 0x24, 0x00, 0x70, 0x1e, 0x48, 0x6b, 0xab, 0xcf, 0x00, 0x80, 0x64, 0x3c, 0x01, 0x31, 0x42, 0x3f, 0x7c, 0x6e, 0x1b, 0xe5, 0xff, 0xa8, 0x1c, 0xe9, 0x1c, 0xfd, 0xce, 0xc7, 0x01, 0x50, 0x6c, 0x40, 0xf3, 0x83, 0xe4, 0xe6, 0xd6, 0xb8, 0x89, 0x67, 0x49, 0x10, 0x30, 0xcd, 0x4c, 0x4c, 0x17, 0x29, 0x5d, 0x64, 0x21, 0x08, 0xa9, 0x44, 0x02, 0x3a, 0x7b, 0xbb, 0xa9, 0x97, 0x58, 0xaa, 0xd5, 0x7a, 0x49, 0x45, 0x23, 0x40, 0x55, 0xb9, 0x1a, 0xff, 0x96, 0x80, 0xdb, 0x52, 0xd9, 0xcd, 0xd6, 0xe5, 0x41, 0x2b, 0x82, 0xe0, 0xf3, 0x4b, 0xda, 0x02, 0xde, 0x22, 0x1e, 0x9d, 0x21, 0x71, 0x00, 0xa6, 0x1d, 0xb1, 0x38, 0x0d, 0x4b, 0x09, 0x62, 0xd1, 0x54, 0x8e, 0x02, 0xe5, 0xd4, 0x5f, 0x2a, 0x2a, 0xe5, 0x07, 0xbd, 0x8c, 0xd9, 0xed, 0xb0, 0x81, 0xc7, 0x29, 0xc3, 0xd4, 0xf8, 0x0c, 0x84, 0x83, 0x61, 0xcb, 0xbf, 0x9b, 0x8c, 0x11, 0xca, 0x34, 0x34, 0x0a, 0x9d, 0xeb, 0xba, 0xa1, 0x93, 0x04, 0xab, 0xa1, 0x58, 0x7a, 0xc9, 0x14, 0xa7, 0xa5, 0x17, 0xf3, 0xd8, 0x61, 0x64, 0x66, 0x91, 0x0b, 0xf0, 0x3d, 0x65, 0xe5, 0xff, 0xf5, 0x75, 0x14, 0x00, 0x6a, 0x7d, 0x69, 0x99, 0x00, 0x40, 0x13, 0x88, 0xd3, 0x69, 0xa7, 0x53, 0x22, 0x91, 0xd2, 0x4d, 0x1f, 0x1d, 0x6c, 0x56, 0x55, 0x9d, 0x60, 0xb3, 0x4b, 0xe0, 0x77, 0xd9, 0x20, 0x1c, 0x4b, 0x31, 0x29, 0x72, 0xcd, 0x94, 0x1e, 0x7b, 0x9c, 0x0a, 0x51, 0x44, 0x07, 0xa1, 0x3a, 0x29, 0x18, 0x1e, 0x18, 0x81, 0x64, 0xa2, 0x38, 0x65, 0x29, 0x63, 0x3c, 0xc0, 0xb4, 0x0a, 0x63, 0xdd, 0xce, 0xd4, 0xc8, 0x04, 0xc4, 0xda, 0x5b, 0x61, 0x7d, 0x6f, 0x07, 0x8d, 0x37, 0xb0, 0xf4, 0x3a, 0x5d, 0x41, 0x7c, 0xe0, 0x23, 0xd7, 0x87, 0x29, 0xdb, 0x74, 0xbc, 0x10, 0x00, 0x23, 0x51, 0x0b, 0xe8, 0x01, 0xb0, 0x15, 0x00, 0xb8, 0x8c, 0x8f, 0xa6, 0x72, 0x31, 0x40, 0x1d, 0x3c, 0x80, 0x28, 0x87, 0x6e, 0x24, 0xc9, 0xa7, 0x24, 0x99, 0x29, 0xd7, 0xf0, 0xd4, 0xda, 0x62, 0xf4, 0x02, 0x29, 0x12, 0xac, 0x26, 0xd3, 0x1a, 0xed, 0x1e, 0x99, 0xad, 0x9e, 0xb4, 0xb6, 0x65, 0xd8, 0x06, 0xb0, 0xbe, 0xdd, 0x0d, 0xdd, 0x2d, 0x2e, 0x08, 0x87, 0x16, 0x61, 0xe0, 0xec, 0x70, 0x91, 0xf2, 0xa3, 0xe2, 0x5f, 0x18, 0x1c, 0x81, 0x2b, 0x67, 0xfb, 0xa1, 0x25, 0x15, 0x2d, 0xba, 0xb0, 0xf0, 0xdc, 0x3c, 0x0c, 0x9c, 0x1b, 0xa5, 0x41, 0xf6, 0x86, 0x76, 0x0f, 0x74, 0xf8, 0x1d, 0x65, 0xf5, 0x6d, 0xc0, 0x16, 0xe3, 0x76, 0x9f, 0x03, 0x16, 0x43, 0x11, 0x03, 0x26, 0xdd, 0x6e, 0x07, 0xc8, 0x8a, 0x54, 0x74, 0x9f, 0x58, 0x12, 0xc1, 0x2e, 0x1b, 0xd6, 0x69, 0x85, 0xba, 0x53, 0x15, 0x34, 0x41, 0x81, 0x9a, 0x5a, 0xd7, 0xb5, 0xf2, 0x32, 0x1f, 0xba, 0x35, 0x44, 0x00, 0x4c, 0x4e, 0x15, 0x3e, 0xaf, 0x95, 0x21, 0xfc, 0x1c, 0x73, 0xfc, 0xd8, 0x27, 0x18, 0x05, 0xfb, 0x05, 0x63, 0x85, 0xa9, 0xc1, 0x73, 0xd8, 0x15, 0x42, 0x5d, 0x1c, 0x14, 0x00, 0x58, 0x85, 0x3a, 0x34, 0x34, 0x09, 0x0b, 0xf3, 0xc1, 0x62, 0x80, 0x64, 0x12, 0xb0, 0x7b, 0x7e, 0x18, 0x7c, 0x99, 0x38, 0x89, 0x29, 0x64, 0xb8, 0x34, 0x38, 0x08, 0xe7, 0xdc, 0x1d, 0x30, 0xe4, 0xed, 0x36, 0x28, 0x6d, 0x32, 0x1a, 0x83, 0x81, 0xd3, 0x43, 0xb0, 0x6e, 0x63, 0x2f, 0x74, 0xb7, 0xfb, 0xc0, 0xef, 0xb6, 0xd3, 0xc2, 0xbe, 0x70, 0x89, 0xfe, 0xbb, 0x9d, 0x7e, 0x27, 0xed, 0xc0, 0x1f, 0x5c, 0x30, 0x52, 0xad, 0x56, 0xbf, 0xab, 0xac, 0xc6, 0x2f, 0x76, 0x1d, 0x2d, 0x85, 0x28, 0x8c, 0xf0, 0x2b, 0x00, 0xd0, 0x8c, 0xca, 0xae, 0xf3, 0x58, 0xab, 0x40, 0xcf, 0x8a, 0x0e, 0xb4, 0x06, 0x3c, 0xd4, 0x9a, 0xea, 0x79, 0x7a, 0x6c, 0x51, 0x8d, 0xc5, 0x53, 0xd9, 0x22, 0x38, 0xa2, 0x18, 0x2d, 0x44, 0x19, 0x67, 0x42, 0xd9, 0x6a, 0x51, 0x0c, 0x38, 0xd1, 0x42, 0xb7, 0x12, 0xde, 0x8d, 0x9c, 0x3f, 0x4a, 0xf6, 0x3b, 0x73, 0x76, 0x04, 0xe2, 0xd1, 0xe2, 0xbe, 0xb9, 0x9d, 0xb1, 0x39, 0xd8, 0x1e, 0x1c, 0x05, 0x3b, 0x8d, 0x0f, 0xe4, 0xec, 0xdf, 0x23, 0x7f, 0x63, 0xcb, 0xe2, 0x14, 0x78, 0x93, 0x31, 0x38, 0xd5, 0xb2, 0x01, 0xd2, 0xb2, 0xcd, 0x40, 0x89, 0x46, 0x07, 0x47, 0x61, 0x71, 0xb1, 0x1d, 0xfa, 0x36, 0x75, 0x11, 0xcf, 0xe2, 0x82, 0x78, 0xd2, 0x01, 0x53, 0xc1, 0x78, 0x51, 0x43, 0x18, 0x02, 0xaf, 0xcd, 0x6b, 0x87, 0x85, 0xc5, 0x04, 0x09, 0xa8, 0xe3, 0x1c, 0xff, 0x77, 0x97, 0x9d, 0xff, 0xd7, 0xd8, 0xd1, 0xad, 0xb5, 0x42, 0x25, 0xa8, 0x26, 0x8a, 0xe1, 0x9a, 0x41, 0xf9, 0x8d, 0x26, 0xae, 0xe0, 0xca, 0xcb, 0x0f, 0xfe, 0x28, 0x95, 0x20, 0x8a, 0xee, 0xf7, 0xba, 0x20, 0x18, 0x8e, 0x15, 0x82, 0xe1, 0x44, 0x8c, 0x78, 0x81, 0x00, 0xad, 0x93, 0x47, 0x69, 0xf7, 0x39, 0x69, 0x56, 0x08, 0x29, 0x87, 0x1e, 0x01, 0x4f, 0xce, 0x84, 0x60, 0x70, 0x70, 0xdc, 0x90, 0x7e, 0xa4, 0x1c, 0x9c, 0x5c, 0xc3, 0x16, 0x42, 0x79, 0xd6, 0x45, 0x66, 0x28, 0x88, 0x34, 0x4a, 0x67, 0x54, 0x3a, 0x5c, 0xba, 0x5e, 0x81, 0xd7, 0x1e, 0x0f, 0xc2, 0xa5, 0xc9, 0x08, 0x9c, 0x6c, 0xdb, 0x02, 0x61, 0x87, 0x91, 0x82, 0x61, 0x9b, 0xc1, 0x09, 0x42, 0xc3, 0xb6, 0x6f, 0x5b, 0x4f, 0x3f, 0xcd, 0xd4, 0xe7, 0xf2, 0x42, 0x30, 0x92, 0x82, 0xc9, 0x60, 0xb6, 0xd7, 0x1a, 0x9e, 0x0e, 0x69, 0x17, 0x5a, 0xff, 0x39, 0xce, 0xfa, 0xbb, 0x5d, 0x76, 0xda, 0x05, 0xb2, 0xdc, 0xfc, 0x7f, 0xa1, 0xfc, 0x99, 0x01, 0x83, 0x08, 0x82, 0x9b, 0xd4, 0x03, 0xa8, 0x1c, 0x00, 0x4a, 0x14, 0x7f, 0xf1, 0x16, 0xb1, 0xb5, 0xc5, 0x67, 0x04, 0x40, 0x3c, 0x41, 0x5b, 0x63, 0x31, 0xc3, 0x82, 0xd2, 0xdb, 0x5a, 0xe8, 0x3f, 0x80, 0x94, 0xe7, 0xec, 0xb9, 0x29, 0x98, 0x9a, 0x9a, 0x2d, 0xba, 0x1e, 0x07, 0x01, 0xce, 0xce, 0x85, 0xb3, 0xe0, 0x4d, 0xc5, 0x88, 0xe2, 0x67, 0xc3, 0x40, 0x55, 0xd3, 0xbb, 0xd1, 0x1b, 0x87, 0x3f, 0x74, 0x20, 0x3d, 0x9a, 0x3e, 0x05, 0x43, 0xc4, 0x13, 0x4c, 0xf8, 0xba, 0x0c, 0x09, 0xd6, 0x78, 0x24, 0x0a, 0xc7, 0x8f, 0x0f, 0xc0, 0x96, 0xad, 0x1b, 0x60, 0x5d, 0xa7, 0x8f, 0x78, 0x1d, 0x27, 0xb4, 0x7a, 0xb3, 0xde, 0x00, 0x77, 0xf3, 0x3a, 0x6d, 0x34, 0x68, 0xe6, 0xe9, 0x0f, 0x5a, 0x7f, 0x5a, 0xfe, 0xac, 0x55, 0x48, 0x0b, 0x35, 0xb6, 0xfd, 0x42, 0x94, 0x42, 0x34, 0x4d, 0x64, 0x6b, 0x4c, 0x5c, 0x68, 0x85, 0xda, 0xf7, 0x0a, 0x94, 0x9f, 0x2a, 0x4e, 0xc0, 0xcd, 0xa5, 0x43, 0x13, 0x10, 0x89, 0xa7, 0x41, 0x69, 0x33, 0x06, 0xa3, 0x11, 0x02, 0x8c, 0xa3, 0x27, 0x46, 0x20, 0x16, 0x8d, 0x15, 0x5d, 0x8d, 0x7f, 0x61, 0x1a, 0xd6, 0x8f, 0xf6, 0x83, 0xdb, 0x6f, 0xcb, 0x5b, 0xfd, 0x82, 0xea, 0x4b, 0xc6, 0xf6, 0xb3, 0x9c, 0xb2, 0xa1, 0xb7, 0xd8, 0x3c, 0x3f, 0x08, 0xbe, 0xf8, 0x02, 0x0c, 0xb4, 0x5f, 0x00, 0x19, 0xb9, 0xd0, 0x7b, 0x2b, 0x43, 0xe2, 0x10, 0x8c, 0x0b, 0xc2, 0x8b, 0x5d, 0xb0, 0x63, 0x4b, 0x17, 0x0d, 0xc8, 0x37, 0x76, 0x14, 0xca, 0x37, 0xb0, 0x97, 0x1a, 0xc6, 0x2b, 0x46, 0x00, 0x98, 0xb4, 0xfe, 0x96, 0xc8, 0xff, 0x17, 0x8c, 0x87, 0x71, 0x24, 0x0a, 0x51, 0x0e, 0xdd, 0x2c, 0x99, 0x1d, 0xb6, 0xf1, 0x86, 0xcd, 0x5e, 0x94, 0x19, 0xfc, 0xe9, 0xe2, 0xc2, 0x74, 0x28, 0xa1, 0x0e, 0x38, 0x46, 0x90, 0xae, 0x00, 0xa1, 0x50, 0x04, 0x94, 0x0d, 0x81, 0x7c, 0x01, 0xdc, 0xe4, 0x4c, 0x18, 0x8e, 0x9f, 0x1a, 0x86, 0x0c, 0x37, 0xea, 0x82, 0x4c, 0xb4, 0xa7, 0x6b, 0x6c, 0x00, 0xda, 0xa6, 0x47, 0xb3, 0x59, 0xa4, 0x94, 0x04, 0xf6, 0x5c, 0x9f, 0x5a, 0x8d, 0x81, 0x80, 0xc6, 0xb4, 0x1e, 0xe4, 0x8b, 0xe6, 0x72, 0xb4, 0x2d, 0xb0, 0x38, 0x07, 0x5b, 0xa7, 0xe6, 0x61, 0x6c, 0xeb, 0x6e, 0x88, 0x79, 0x02, 0x06, 0xb6, 0x36, 0x3d, 0x31, 0x0d, 0x8b, 0xe1, 0x28, 0xec, 0xd9, 0xb9, 0x81, 0x0e, 0x67, 0xa2, 0xcb, 0x14, 0xa1, 0x60, 0x1a, 0x47, 0x7f, 0x70, 0xfc, 0xa3, 0x4a, 0xf2, 0xff, 0xf9, 0xe7, 0x28, 0xe7, 0x9f, 0x60, 0xde, 0x9b, 0x8a, 0x34, 0x68, 0xe3, 0xdb, 0x7f, 0xc8, 0x57, 0x94, 0x31, 0x1d, 0x4a, 0xd8, 0x34, 0x9f, 0xe9, 0xb2, 0xc5, 0x3e, 0x2d, 0x01, 0x63, 0x71, 0x5c, 0x32, 0x16, 0xcb, 0x77, 0xa6, 0x3f, 0x7e, 0x66, 0x1c, 0x8e, 0x1c, 0x3f, 0x57, 0xa4, 0xfc, 0xc8, 0xb7, 0xb7, 0xc6, 0x67, 0xf3, 0xca, 0x4f, 0x8f, 0x23, 0x7c, 0x1d, 0x03, 0xda, 0x6c, 0x8a, 0x31, 0x3b, 0x61, 0x99, 0x32, 0x2e, 0xab, 0xb9, 0x79, 0x4d, 0x9f, 0x47, 0xaf, 0x85, 0x5d, 0x13, 0xc9, 0x31, 0x76, 0xe2, 0x75, 0x36, 0xf7, 0xbf, 0x05, 0x1d, 0x53, 0xc5, 0xe3, 0xd4, 0xc6, 0x22, 0x11, 0x78, 0xf3, 0xed, 0xb3, 0x30, 0x34, 0x99, 0x6d, 0xb5, 0xc6, 0xa0, 0x38, 0x34, 0x1f, 0x32, 0x0d, 0x7e, 0x4b, 0x4e, 0xaa, 0x49, 0xfa, 0x33, 0x9f, 0x12, 0xd5, 0x1b, 0xc4, 0x44, 0x7f, 0x80, 0x26, 0xcd, 0x02, 0x69, 0x15, 0x07, 0x7f, 0xac, 0x45, 0x44, 0x05, 0x9a, 0x62, 0xca, 0x22, 0xd2, 0x89, 0x38, 0x4c, 0xcd, 0x47, 0x61, 0x62, 0x74, 0x0a, 0x16, 0x23, 0xc5, 0xdd, 0x10, 0x91, 0x36, 0x6d, 0xd9, 0xd0, 0x09, 0xb0, 0xe0, 0x84, 0xe4, 0xa9, 0x13, 0x79, 0xda, 0x80, 0xa5, 0xce, 0xb1, 0x70, 0x1a, 0x5c, 0x3e, 0x1b, 0x48, 0x8a, 0x54, 0xc8, 0xe9, 0x6b, 0x12, 0x14, 0x11, 0x33, 0xc2, 0xe3, 0xe3, 0xd1, 0x34, 0x64, 0x52, 0x5a, 0x3e, 0x80, 0x46, 0x6f, 0xe2, 0xee, 0xed, 0x86, 0x31, 0x70, 0xe5, 0x33, 0x53, 0xd9, 0x2c, 0x51, 0x1a, 0xfa, 0xfb, 0x87, 0x20, 0x14, 0xee, 0xa6, 0x7d, 0x7d, 0xf9, 0xee, 0x8f, 0x01, 0xaf, 0xd3, 0xd8, 0xfd, 0x71, 0x89, 0xc6, 0x2f, 0xc3, 0x3e, 0x7c, 0x7f, 0x00, 0x01, 0x80, 0xa6, 0x61, 0x41, 0x05, 0x05, 0x31, 0xe9, 0x51, 0x55, 0x49, 0x3d, 0x0c, 0x16, 0x8f, 0x29, 0x74, 0x18, 0x14, 0x2d, 0x9f, 0x96, 0x3c, 0xd3, 0x3f, 0x58, 0x74, 0x0e, 0x54, 0xe8, 0xf5, 0x3d, 0xad, 0xd0, 0xd5, 0xe6, 0xcb, 0x8e, 0xe2, 0xd6, 0xd6, 0x06, 0xca, 0xae, 0x5d, 0x90, 0x39, 0x7e, 0xdc, 0x70, 0x2d, 0xd1, 0x70, 0x0a, 0x6c, 0x76, 0x19, 0x14, 0xa7, 0x0c, 0x32, 0xe1, 0xef, 0x32, 0xb0, 0xca, 0xac, 0x92, 0x38, 0x83, 0x4c, 0x09, 0xb5, 0x98, 0x6e, 0x7b, 0xbc, 0xd0, 0xb2, 0x6d, 0x33, 0xb8, 0x49, 0x0c, 0x30, 0x3c, 0xb1, 0x00, 0xf1, 0x78, 0xda, 0x10, 0x3c, 0x4c, 0x8e, 0x4f, 0xd2, 0xb1, 0x81, 0x58, 0xd1, 0xaf, 0xbd, 0x9c, 0xde, 0x5f, 0x66, 0x14, 0x50, 0xe3, 0xbb, 0x41, 0x8a, 0x18, 0xa0, 0x39, 0xac, 0x7f, 0x91, 0x07, 0xe0, 0x33, 0x1b, 0x95, 0xa4, 0x44, 0xa5, 0x6c, 0x17, 0xc2, 0xf9, 0x50, 0xd4, 0x12, 0x40, 0xc8, 0xed, 0xb7, 0x6e, 0xe8, 0x00, 0x8f, 0xdb, 0x51, 0x68, 0x44, 0x22, 0xff, 0x94, 0x8b, 0x2f, 0x01, 0x75, 0x6c, 0x0c, 0xb4, 0x60, 0xd0, 0x70, 0x6e, 0xaa, 0xe4, 0xc9, 0x5c, 0x47, 0x77, 0x59, 0xca, 0x2b, 0x57, 0x49, 0xfd, 0x22, 0x54, 0x48, 0x23, 0xc1, 0xad, 0xdd, 0xe9, 0x84, 0xbe, 0xf5, 0xed, 0x30, 0x41, 0x62, 0x8f, 0xf9, 0x90, 0x31, 0xe8, 0xe6, 0x53, 0xaf, 0x2d, 0x7e, 0x67, 0x21, 0x03, 0x56, 0x41, 0xfe, 0xdf, 0x10, 0x94, 0x73, 0xcf, 0x52, 0xc4, 0x00, 0xcd, 0x81, 0x02, 0x7d, 0x2c, 0xc3, 0xa5, 0x79, 0xbf, 0xb6, 0xf4, 0x3e, 0x48, 0x83, 0xac, 0x04, 0xc1, 0xb1, 0xa3, 0xaf, 0x9b, 0x06, 0x9b, 0x66, 0xe7, 0x21, 0xd1, 0x6f, 0xe9, 0x4b, 0x55, 0xf5, 0x7d, 0x97, 0xb8, 0xa7, 0x74, 0x1a, 0xb4, 0x53, 0xa7, 0xf2, 0x74, 0xae, 0xa7, 0xd3, 0x07, 0xeb, 0xbb, 0xfd, 0xb4, 0xb1, 0xce, 0xd4, 0xd2, 0x12, 0xef, 0xe2, 0x73, 0x67, 0x47, 0x7f, 0xe0, 0xef, 0xc9, 0x74, 0x9d, 0x6a, 0xc2, 0xff, 0x55, 0xd5, 0x30, 0x2e, 0xaa, 0xf0, 0x00, 0x4d, 0x96, 0x06, 0xd5, 0xf4, 0x7f, 0x9a, 0x56, 0x76, 0xe6, 0xc3, 0x8c, 0x22, 0xf8, 0x7c, 0xae, 0x6c, 0xe3, 0x15, 0xa3, 0x00, 0xb8, 0xdc, 0xdb, 0x15, 0x80, 0xce, 0x36, 0xaf, 0x69, 0xdc, 0x41, 0x2d, 0xf2, 0xc0, 0x00, 0x68, 0xd1, 0x68, 0x75, 0x96, 0x12, 0xbf, 0x4b, 0x6c, 0xb7, 0x43, 0x22, 0x5e, 0x48, 0x69, 0x6a, 0x67, 0x4e, 0x03, 0xec, 0xd8, 0x41, 0x5c, 0x4e, 0xd6, 0xd3, 0xf8, 0xbd, 0xd8, 0x47, 0xc1, 0x06, 0x63, 0xd3, 0x21, 0x48, 0x70, 0xad, 0xc2, 0x2d, 0xde, 0x12, 0xd6, 0xbf, 0xdc, 0xb2, 0x10, 0x99, 0xbb, 0x2f, 0x11, 0x03, 0x34, 0x8b, 0xf1, 0x67, 0x1a, 0x6e, 0x34, 0x0b, 0x00, 0x54, 0x90, 0x12, 0x45, 0x23, 0xeb, 0xf7, 0x39, 0x49, 0xa0, 0x99, 0x2d, 0x2f, 0xc0, 0x72, 0xe8, 0xcd, 0xeb, 0xdb, 0xb2, 0x94, 0xa7, 0x54, 0x4b, 0x6a, 0xff, 0x29, 0x8e, 0xc6, 0xbb, 0xc1, 0xe9, 0x74, 0x40, 0x3c, 0x16, 0x87, 0x64, 0x32, 0x05, 0x19, 0x8e, 0xb2, 0x60, 0xeb, 0xb3, 0x83, 0x6c, 0x77, 0x92, 0xf3, 0xba, 0x73, 0x83, 0x74, 0x4d, 0x4f, 0xce, 0x15, 0xb2, 0x4c, 0xe8, 0x05, 0xce, 0x9e, 0x01, 0xd8, 0xb9, 0x2b, 0x7f, 0x7d, 0xf8, 0x25, 0x9b, 0xcd, 0xbd, 0x2d, 0x30, 0x43, 0x02, 0xf3, 0xf9, 0xdc, 0xf5, 0xa1, 0x4f, 0xf0, 0xeb, 0x00, 0xd0, 0x2a, 0xcf, 0xff, 0x1b, 0xd3, 0xfe, 0x4c, 0x5a, 0x54, 0x94, 0x42, 0x34, 0x5b, 0x16, 0x48, 0x2b, 0xca, 0x02, 0x55, 0xcb, 0x87, 0x5b, 0x08, 0xd5, 0x41, 0x00, 0xf8, 0x3c, 0x0e, 0xd8, 0xd8, 0xdb, 0x46, 0x29, 0x46, 0x51, 0x8d, 0x11, 0xeb, 0x79, 0xa6, 0xa7, 0x0d, 0xdc, 0x1f, 0x95, 0xd2, 0xe7, 0xf7, 0xd0, 0xa1, 0x57, 0x5c, 0x6e, 0x47, 0x5e, 0xc1, 0x74, 0xea, 0x81, 0xeb, 0xcd, 0xaa, 0x3d, 0x3d, 0xe4, 0xef, 0x86, 0x83, 0x85, 0xba, 0x7e, 0xe9, 0xcc, 0x59, 0x50, 0x2f, 0xd8, 0x9e, 0x6f, 0x51, 0xd6, 0xa5, 0xb3, 0xcd, 0x43, 0x3f, 0xec, 0x3d, 0x4d, 0x80, 0xe0, 0x76, 0xd9, 0xe8, 0xd7, 0xec, 0xab, 0xa9, 0x81, 0x2a, 0x35, 0x2a, 0x84, 0xa0, 0x40, 0xcd, 0xa2, 0xfc, 0x4c, 0xfd, 0x8a, 0xa6, 0x6a, 0x4b, 0x06, 0x72, 0xe5, 0x58, 0x49, 0xe4, 0xd3, 0x3d, 0x9d, 0x7e, 0xe8, 0x6c, 0xf5, 0x66, 0xb3, 0x3c, 0xaa, 0x56, 0x9a, 0x52, 0xf5, 0x1b, 0xbf, 0x1b, 0x81, 0x5d, 0x2a, 0x15, 0x2e, 0x4b, 0x83, 0xfa, 0xae, 0x28, 0xa5, 0xc3, 0x42, 0xaf, 0xd7, 0x45, 0x1b, 0xbc, 0x34, 0x7d, 0x68, 0x93, 0x44, 0x1c, 0xb4, 0xa1, 0x21, 0xd0, 0x36, 0x6f, 0x29, 0xba, 0x07, 0x9f, 0xc7, 0x4e, 0x40, 0xe0, 0xcb, 0x66, 0xbe, 0xaa, 0x51, 0x7e, 0x6e, 0x9d, 0x84, 0x5d, 0x22, 0xd9, 0x0c, 0xaa, 0xa6, 0xae, 0x5d, 0x00, 0x90, 0x07, 0x28, 0x3f, 0xf4, 0xd0, 0x43, 0xf7, 0x10, 0x8b, 0xf4, 0x5b, 0x64, 0xb1, 0x8f, 0x2c, 0xb7, 0x10, 0x8b, 0x64, 0x6f, 0x90, 0x6b, 0xcb, 0x90, 0x6b, 0x09, 0x93, 0xe9, 0x38, 0x99, 0x3f, 0x34, 0x33, 0x33, 0xf3, 0xc8, 0x81, 0x03, 0x07, 0xd2, 0xa5, 0xd2, 0xa0, 0xf9, 0x6c, 0x4c, 0x11, 0x25, 0xaa, 0x8e, 0x0f, 0xa3, 0xc1, 0xed, 0xc0, 0xef, 0x06, 0xeb, 0xa3, 0x5a, 0x95, 0x52, 0x7e, 0xe4, 0xfd, 0xe3, 0x63, 0x46, 0x45, 0xf6, 0xb9, 0xab, 0xba, 0x77, 0xf4, 0x0a, 0x1e, 0x8f, 0x0b, 0x22, 0x8b, 0x85, 0x58, 0x42, 0x3e, 0x73, 0x06, 0xd2, 0x1b, 0x37, 0x15, 0xc6, 0x63, 0x61, 0x14, 0xdb, 0x9e, 0xfb, 0xb2, 0xfd, 0x92, 0x05, 0x80, 0x65, 0xa4, 0x44, 0xb3, 0x8d, 0x5f, 0x6b, 0x3c, 0x06, 0x38, 0x78, 0xf0, 0x60, 0x80, 0x3c, 0xe4, 0xc7, 0x1e, 0x7c, 0xf0, 0xc1, 0x3b, 0xc9, 0x43, 0x53, 0xd8, 0x07, 0xdf, 0x28, 0x92, 0xbb, 0x96, 0x2e, 0x72, 0x7d, 0xf8, 0x25, 0xf7, 0xf7, 0x75, 0x76, 0x76, 0x7e, 0xe1, 0xfe, 0xfb, 0xef, 0x7f, 0x81, 0x04, 0x89, 0xbf, 0xfe, 0xaf, 0x67, 0x8b, 0xb5, 0xdf, 0xe0, 0x05, 0x18, 0x1e, 0x5c, 0x13, 0x1f, 0xae, 0x44, 0x99, 0x06, 0xcf, 0xe5, 0x06, 0xb8, 0xd5, 0xd3, 0xa4, 0x36, 0x3a, 0x5a, 0x5c, 0xb5, 0x82, 0xa3, 0xd5, 0x45, 0xb0, 0xd1, 0x4d, 0x1f, 0x3f, 0x77, 0x31, 0x0c, 0xb0, 0x30, 0x0f, 0x5a, 0x6b, 0x5b, 0x4d, 0xc1, 0xfd, 0x52, 0xb4, 0x50, 0xe3, 0x68, 0xcf, 0x9a, 0xeb, 0x0f, 0xf0, 0xc0, 0x03, 0x0f, 0xfc, 0x3e, 0xb1, 0xf8, 0x0f, 0x12, 0x05, 0xb3, 0xd5, 0x6b, 0x24, 0x82, 0x15, 0x12, 0x7c, 0x8e, 0xef, 0x49, 0xa7, 0xd3, 0x63, 0x7d, 0xed, 0xda, 0xeb, 0xfd, 0x73, 0x0e, 0xe3, 0xbb, 0xe7, 0x94, 0x5e, 0xe7, 0xb1, 0x35, 0xf1, 0xe1, 0x0a, 0x14, 0x47, 0x1e, 0x1d, 0x2d, 0xe2, 0xf1, 0xb5, 0x88, 0xa2, 0x28, 0xe0, 0x72, 0x39, 0x49, 0xf0, 0x5c, 0xc8, 0x08, 0xc9, 0x23, 0x23, 0x90, 0x0e, 0xb4, 0x56, 0x75, 0x7d, 0x4b, 0xe6, 0xff, 0x0d, 0x1d, 0x62, 0xea, 0xfb, 0xe2, 0x1a, 0xa6, 0x1d, 0x80, 0x58, 0xd0, 0xbf, 0x25, 0x37, 0xfe, 0x25, 0x54, 0xfe, 0x26, 0xe6, 0xfb, 0xf6, 0xf5, 0xde, 0xf4, 0xd5, 0x57, 0x6d, 0x8c, 0x17, 0xbd, 0x50, 0xc3, 0x17, 0xb4, 0xca, 0xac, 0xfb, 0xb1, 0x6a, 0x1b, 0x58, 0xb2, 0xdb, 0x20, 0xbb, 0x2e, 0x44, 0xac, 0x73, 0x88, 0xa9, 0xc7, 0x21, 0xce, 0x0b, 0x3f, 0xb2, 0x51, 0xab, 0xb8, 0xb9, 0xa1, 0xdb, 0x65, 0x42, 0xb1, 0xb4, 0x5c, 0x00, 0x5d, 0xd1, 0xf5, 0x95, 0x91, 0xff, 0x07, 0x6d, 0x79, 0x2d, 0xd7, 0xaa, 0xcb, 0x7d, 0xf7, 0xdd, 0xf7, 0x19, 0xf2, 0xf3, 0xe7, 0xfc, 0x7a, 0xcc, 0x3b, 0xaf, 0x5f, 0xbf, 0x1e, 0xba, 0xbb, 0xbb, 0xc9, 0x03, 0x77, 0x53, 0xcb, 0xc3, 0x5b, 0x09, 0xb3, 0x80, 0xd2, 0xac, 0xf5, 0xd5, 0x6a, 0x7d, 0x25, 0xfb, 0xe5, 0xf3, 0xe9, 0xe4, 0x25, 0xc5, 0xe3, 0x71, 0x08, 0x06, 0x83, 0x30, 0x3d, 0x3d, 0x5d, 0x54, 0x7c, 0xb6, 0xab, 0x23, 0x4e, 0x87, 0x29, 0x7f, 0x63, 0xdc, 0x95, 0x1d, 0x78, 0xb6, 0x54, 0x7f, 0x80, 0x3a, 0x5a, 0x7a, 0x33, 0x4b, 0x2a, 0x8f, 0x8e, 0x18, 0x83, 0x5f, 0xa7, 0x03, 0x64, 0xb9, 0x76, 0xbb, 0xe7, 0x74, 0xd9, 0xe9, 0x79, 0xf4, 0x71, 0x3e, 0xa5, 0x64, 0x12, 0xe4, 0x19, 0xf2, 0x2c, 0x3a, 0xbb, 0xaa, 0xb6, 0xf4, 0xab, 0xe5, 0xba, 0x57, 0x55, 0x1e, 0x7e, 0xf8, 0xe1, 0x3d, 0xa9, 0x54, 0xea, 0x73, 0xfc, 0xfa, 0x5d, 0xbb, 0x76, 0xc1, 0x9e, 0x3d, 0x7b, 0xc8, 0x0b, 0x73, 0x9a, 0xf2, 0x7f, 0xcd, 0x8c, 0x56, 0x58, 0xcc, 0x2f, 0xd7, 0xb6, 0x0d, 0x1b, 0x36, 0x00, 0xa1, 0x3d, 0x70, 0xee, 0xdc, 0x39, 0x18, 0x1e, 0x1e, 0x36, 0xbc, 0xd0, 0x8b, 0xbb, 0xe3, 0x30, 0x1a, 0x52, 0xf2, 0xb9, 0x7f, 0x36, 0x97, 0x57, 0x6d, 0x87, 0x98, 0x6a, 0x32, 0x47, 0xd2, 0xc4, 0x84, 0x61, 0xb5, 0xcb, 0xed, 0xac, 0x5b, 0x1c, 0x84, 0xe9, 0xd3, 0x28, 0xf3, 0x91, 0x3a, 0x04, 0x40, 0xba, 0xa3, 0xb3, 0x61, 0x95, 0xbd, 0x21, 0x01, 0x40, 0x94, 0xff, 0x90, 0x24, 0x15, 0x92, 0xc8, 0x68, 0x55, 0xae, 0xba, 0xea, 0x2a, 0xd8, 0xb2, 0x65, 0x8b, 0x21, 0xf8, 0x65, 0x41, 0xa0, 0x3f, 0x4c, 0xb6, 0x35, 0x94, 0x6f, 0x19, 0xe5, 0x5f, 0x56, 0xbd, 0xb7, 0xb1, 0x7c, 0x78, 0xdb, 0xb6, 0x6d, 0x10, 0x08, 0x04, 0xe0, 0xe8, 0xd1, 0xa3, 0x86, 0xfd, 0x6f, 0xec, 0x8b, 0xc1, 0xbf, 0x85, 0xb8, 0x9a, 0x76, 0x16, 0x00, 0x55, 0x5a, 0xc9, 0xb2, 0x83, 0xe7, 0x74, 0x0a, 0xa4, 0x90, 0xb1, 0x13, 0x3c, 0x72, 0xf7, 0x7a, 0x89, 0xd3, 0xc5, 0x01, 0x60, 0x61, 0xc1, 0xb4, 0xa7, 0x57, 0xa3, 0x07, 0x6f, 0xab, 0x26, 0x8f, 0x3c, 0xf2, 0xc8, 0x7e, 0x02, 0x80, 0xcd, 0xec, 0xba, 0xbd, 0x7b, 0xf7, 0xc2, 0xe6, 0xcd, 0x9b, 0x8b, 0x14, 0x51, 0x07, 0x00, 0x4b, 0x43, 0x32, 0xb9, 0x6f, 0x4d, 0x95, 0x43, 0x71, 0x6a, 0xb1, 0xf8, 0x3a, 0x30, 0x4b, 0x49, 0x67, 0x67, 0x27, 0xec, 0xd8, 0xb1, 0x03, 0x4e, 0x9d, 0x2a, 0xb4, 0xb6, 0x3a, 0x15, 0x15, 0x7a, 0x9c, 0x41, 0x72, 0x8e, 0x4e, 0xc3, 0x68, 0x66, 0x96, 0x3d, 0xc2, 0xea, 0xa9, 0xfc, 0x68, 0xfd, 0xf1, 0x4b, 0xec, 0xcc, 0xfe, 0x36, 0x9b, 0xcd, 0xb2, 0x56, 0xa7, 0x1a, 0xe1, 0x33, 0x49, 0x52, 0x34, 0xda, 0x54, 0xca, 0xbf, 0xea, 0x00, 0x48, 0x26, 0x93, 0x07, 0x59, 0xcb, 0xde, 0xd6, 0xd6, 0x06, 0xbb, 0x77, 0xef, 0xb6, 0x0a, 0x30, 0xe9, 0x34, 0x39, 0x39, 0x09, 0x43, 0x43, 0x43, 0xb0, 0xb0, 0xb0, 0xb0, 0xa2, 0xd7, 0x8a, 0x16, 0x7e, 0xd3, 0xa6, 0x4d, 0x54, 0x89, 0xac, 0x64, 0xdd, 0xba, 0x75, 0xf4, 0xfa, 0x82, 0x4c, 0x8b, 0xeb, 0x7a, 0xd7, 0x02, 0x24, 0x54, 0x6e, 0x54, 0x08, 0xad, 0xfe, 0xca, 0x6e, 0x16, 0x4f, 0xc8, 0x71, 0x63, 0x30, 0xae, 0xd8, 0xeb, 0x9b, 0xf3, 0x90, 0x25, 0x19, 0xd8, 0x4f, 0xd8, 0x48, 0xe9, 0x64, 0xa1, 0x7b, 0x59, 0x93, 0xc8, 0xaa, 0x65, 0x81, 0xb0, 0xa1, 0x8b, 0x28, 0xff, 0x3e, 0x76, 0xdd, 0xce, 0x9d, 0x3b, 0x8b, 0x2c, 0xbd, 0xae, 0xf8, 0xa1, 0x50, 0x08, 0x5e, 0x7d, 0xf5, 0x55, 0x78, 0xfb, 0xed, 0xb7, 0x57, 0x5c, 0xf9, 0x51, 0xf0, 0xef, 0x9f, 0x3c, 0x79, 0x92, 0xfe, 0x96, 0x12, 0xde, 0x7b, 0xb9, 0xe4, 0x34, 0x79, 0xc8, 0x19, 0x36, 0x07, 0x54, 0x75, 0x6f, 0xb0, 0x4a, 0xf7, 0xe1, 0x2b, 0x3f, 0x65, 0xa9, 0xce, 0xaf, 0x5b, 0xca, 0x8f, 0xc0, 0xce, 0xe6, 0x7c, 0x9b, 0xca, 0x03, 0xac, 0x1a, 0x00, 0x1e, 0x7c, 0xf0, 0xc1, 0x9b, 0xd9, 0xbf, 0xef, 0x70, 0x38, 0xa8, 0x85, 0x35, 0xcb, 0xf0, 0x60, 0xa6, 0xe5, 0xb5, 0xd7, 0x5e, 0x83, 0x70, 0x38, 0xbc, 0xaa, 0x0f, 0x0b, 0x03, 0xde, 0x81, 0x81, 0x01, 0x98, 0x9f, 0x9f, 0xb7, 0xb4, 0xd6, 0xad, 0xad, 0xad, 0x84, 0x67, 0x1b, 0x53, 0x84, 0xb6, 0xf8, 0x78, 0xcd, 0x25, 0xd0, 0xd5, 0x02, 0x84, 0xd3, 0xd7, 0x3c, 0x9d, 0x64, 0xa7, 0x4a, 0x02, 0xdf, 0x6a, 0x8f, 0x15, 0x00, 0x28, 0x56, 0x98, 0xdf, 0x60, 0x97, 0x3b, 0x3a, 0x3a, 0x0c, 0x41, 0xa7, 0xfe, 0x1b, 0x8b, 0xc5, 0xe0, 0xc8, 0x91, 0x23, 0x86, 0xcf, 0xea, 0xac, 0xb6, 0x8c, 0x8c, 0x8c, 0x40, 0x24, 0x12, 0xb1, 0x54, 0x12, 0xa4, 0x72, 0x86, 0x74, 0x6e, 0x2a, 0x54, 0xe8, 0xc7, 0xca, 0xe7, 0xc3, 0x55, 0x2e, 0x47, 0x6e, 0xd6, 0x1f, 0x56, 0xd5, 0xaa, 0xcb, 0xaf, 0x9b, 0x29, 0xb0, 0xcc, 0x4c, 0x65, 0x04, 0xf9, 0x45, 0xf7, 0x27, 0x1b, 0xcf, 0xd1, 0xec, 0xb2, 0xe2, 0x31, 0xc0, 0x81, 0x03, 0x07, 0x5c, 0x24, 0x60, 0xbc, 0x95, 0x3c, 0xf8, 0x3b, 0x58, 0x0b, 0x82, 0x00, 0x60, 0xad, 0xa9, 0xfe, 0x72, 0x46, 0x47, 0x47, 0xa9, 0xe5, 0x6d, 0x24, 0xc1, 0xeb, 0x42, 0x10, 0x60, 0xd0, 0x6b, 0x66, 0x05, 0x31, 0x5e, 0x18, 0x1f, 0x1f, 0x2f, 0x58, 0x99, 0x4c, 0x14, 0xa4, 0x4c, 0x02, 0x54, 0xd9, 0x61, 0x0c, 0xd4, 0x97, 0x31, 0xff, 0x9f, 0x0f, 0x38, 0x78, 0xca, 0xc2, 0x10, 0xf4, 0x4a, 0xc7, 0xd5, 0xa1, 0xed, 0x0a, 0x6b, 0xac, 0x0f, 0xd5, 0xb2, 0x03, 0x20, 0x97, 0xe9, 0xc1, 0x82, 0xb6, 0xeb, 0xc8, 0x84, 0xb9, 0x4d, 0x2f, 0x9f, 0xd6, 0x44, 0xf1, 0x7a, 0xbd, 0xa6, 0xd6, 0x28, 0xce, 0x05, 0x72, 0x8d, 0x22, 0x24, 0x80, 0xa7, 0xde, 0xc9, 0xe3, 0xf1, 0x14, 0x29, 0x1e, 0xde, 0x8b, 0xd1, 0xcd, 0xaa, 0xd0, 0x1a, 0x39, 0x4c, 0x87, 0x1c, 0x09, 0x90, 0x20, 0xba, 0x2b, 0xa0, 0xc0, 0x74, 0xdc, 0x0d, 0x53, 0x49, 0x5f, 0xee, 0x3b, 0x5c, 0xf5, 0x2b, 0x1b, 0x28, 0xc7, 0x82, 0xe7, 0x8f, 0xad, 0x62, 0x58, 0x11, 0xc3, 0xf1, 0x9a, 0x26, 0x00, 0xc0, 0xcb, 0x03, 0x0f, 0x3c, 0x70, 0x0d, 0xa1, 0x2b, 0x7f, 0x48, 0x14, 0xfc, 0x5a, 0x8c, 0x09, 0x89, 0xf2, 0x2b, 0xe5, 0x1c, 0x87, 0xad, 0xbe, 0xbc, 0xf5, 0x47, 0xc1, 0x16, 0xe0, 0x4a, 0xad, 0x94, 0xd9, 0xcb, 0xe1, 0x7b, 0x4f, 0x99, 0x51, 0x17, 0xab, 0x6d, 0x56, 0x82, 0x00, 0x30, 0xbb, 0x3e, 0x6c, 0xbc, 0x33, 0x8f, 0x19, 0x35, 0xf2, 0xc0, 0x53, 0xd0, 0xe1, 0xc4, 0x29, 0x0e, 0xbb, 0x60, 0x1e, 0x52, 0xaa, 0x0c, 0x91, 0xb4, 0x1d, 0x26, 0x63, 0x2e, 0x18, 0x8f, 0x67, 0x01, 0x51, 0x76, 0x56, 0xa8, 0xe2, 0x98, 0x55, 0x2a, 0xb9, 0x5c, 0xf1, 0xf9, 0x24, 0x41, 0x81, 0xa8, 0x1c, 0x3c, 0x78, 0xf0, 0x37, 0xc9, 0xc3, 0xf8, 0x03, 0x32, 0x5d, 0x49, 0x5e, 0x92, 0xbb, 0x9a, 0x07, 0x83, 0x41, 0x30, 0xaf, 0xfc, 0x38, 0x8f, 0xf9, 0x75, 0x0c, 0x3c, 0xcb, 0x51, 0xf8, 0x52, 0xe5, 0x11, 0xe5, 0xbc, 0x44, 0x16, 0x04, 0xe5, 0x00, 0x82, 0x05, 0x2d, 0xfb, 0xf7, 0xb2, 0xf9, 0x76, 0xb9, 0xac, 0xb8, 0xc5, 0x2e, 0x13, 0xef, 0xe0, 0x48, 0xd0, 0x69, 0x67, 0x20, 0x08, 0xb1, 0x0c, 0x7a, 0x07, 0x17, 0x0c, 0x86, 0x7d, 0x90, 0x54, 0xeb, 0x4f, 0x37, 0x6a, 0xb5, 0xe0, 0x06, 0xde, 0xdf, 0xfc, 0x0e, 0xa0, 0x7a, 0x00, 0x60, 0xd9, 0x32, 0x79, 0xc9, 0xff, 0x40, 0x66, 0xef, 0xc1, 0x6c, 0x5f, 0x25, 0xc7, 0xfa, 0x7c, 0x3e, 0xca, 0xeb, 0x59, 0x7a, 0xc3, 0x37, 0x62, 0xe9, 0x40, 0x40, 0x8a, 0x81, 0x41, 0x25, 0x9f, 0x79, 0x29, 0x2a, 0x98, 0xaa, 0x10, 0x04, 0x56, 0x8a, 0x6f, 0x06, 0x00, 0xab, 0x8c, 0x07, 0xb6, 0x56, 0xcf, 0xcd, 0xcd, 0x99, 0x82, 0x92, 0xdf, 0xbf, 0x9c, 0x80, 0x13, 0x0f, 0xf1, 0xd8, 0x32, 0xb0, 0xc5, 0x17, 0xa1, 0x53, 0x38, 0x65, 0x83, 0xd3, 0xc1, 0x00, 0xcc, 0x26, 0xea, 0xd4, 0x7a, 0x2b, 0x99, 0xdf, 0x77, 0xd5, 0x56, 0x5f, 0x3a, 0x4f, 0x01, 0x70, 0xdf, 0x7d, 0xf7, 0x7d, 0x9e, 0x3c, 0x88, 0x3f, 0x2b, 0x27, 0x8b, 0x84, 0xa5, 0x02, 0xbd, 0xbd, 0xbd, 0x54, 0x59, 0xb0, 0xa8, 0xad, 0xa5, 0xa5, 0x85, 0x5a, 0xfb, 0x43, 0x87, 0x0e, 0xd1, 0x40, 0x52, 0x97, 0x44, 0x6e, 0xfc, 0x48, 0x33, 0x25, 0xc1, 0xc6, 0xb1, 0x97, 0x5f, 0x7e, 0xd9, 0x54, 0xf1, 0x4b, 0x81, 0xa0, 0x12, 0x0f, 0xb0, 0x94, 0xf2, 0xf3, 0x40, 0x68, 0x6f, 0x6f, 0x87, 0x9e, 0x9e, 0x1e, 0x0a, 0x4c, 0xb3, 0xbe, 0xae, 0xbc, 0x72, 0x7d, 0xe8, 0x43, 0x1f, 0xc2, 0xb2, 0x0f, 0x98, 0x99, 0x99, 0xa1, 0x81, 0xfd, 0xe0, 0xe0, 0x20, 0xa5, 0x50, 0xa5, 0xc4, 0x6f, 0x4f, 0xc3, 0x3b, 0x3a, 0xe7, 0x20, 0x4e, 0xbc, 0xc2, 0x1b, 0x33, 0x1d, 0x10, 0x4b, 0x2b, 0xb5, 0x63, 0xa0, 0x06, 0x00, 0xf0, 0x86, 0xe0, 0xbc, 0x8c, 0x01, 0xee, 0xbf, 0xff, 0xfe, 0x8f, 0x90, 0x9f, 0x4f, 0x95, 0x7a, 0x48, 0xa8, 0xf0, 0x17, 0x5c, 0x70, 0x01, 0xfd, 0xc5, 0x8c, 0x08, 0x5b, 0xc5, 0xa9, 0x0b, 0x9f, 0x2b, 0xc7, 0xa0, 0xd2, 0xaa, 0xae, 0x07, 0x81, 0x83, 0x5e, 0x60, 0x76, 0x76, 0xb6, 0x22, 0x00, 0x58, 0x76, 0x3c, 0xa9, 0x41, 0xf9, 0xf5, 0xe9, 0xc2, 0x0b, 0x2f, 0xa4, 0x34, 0x07, 0xe9, 0x4e, 0x32, 0xf7, 0x75, 0x45, 0xf6, 0xef, 0xf0, 0x99, 0x2b, 0x8c, 0x0b, 0x30, 0x5e, 0xc0, 0xe7, 0x81, 0xb5, 0x43, 0xfb, 0xf7, 0xef, 0xa7, 0x00, 0xc0, 0x36, 0x0e, 0x6c, 0xd9, 0x46, 0x9a, 0x97, 0x48, 0x24, 0x4c, 0xaf, 0xd3, 0xa5, 0x64, 0xe0, 0x8a, 0xce, 0x19, 0xf8, 0xd9, 0x44, 0x4f, 0xcd, 0xca, 0x6f, 0xd0, 0x79, 0xa9, 0x9a, 0x73, 0x9c, 0xe7, 0x31, 0x00, 0x79, 0xc9, 0x7f, 0xc5, 0xdf, 0x38, 0x2a, 0x02, 0x2a, 0xfc, 0xf6, 0xed, 0xdb, 0xa9, 0x55, 0xd4, 0xb9, 0x71, 0x29, 0xe1, 0x03, 0x45, 0x56, 0x61, 0x78, 0x85, 0x45, 0x45, 0xb9, 0xfc, 0xf2, 0xcb, 0xe1, 0x99, 0x67, 0x9e, 0xb1, 0xac, 0x19, 0xaf, 0x84, 0x0a, 0x95, 0xe2, 0xfd, 0xfa, 0xa4, 0xd3, 0x98, 0xec, 0x07, 0x28, 0x8c, 0x8e, 0x0e, 0x1b, 0xbb, 0x36, 0x6e, 0xdc, 0x48, 0xe7, 0xf5, 0x7a, 0x24, 0xf6, 0x6f, 0xf0, 0xe5, 0xd1, 0xf8, 0x3c, 0xf8, 0x73, 0x64, 0xbb, 0x16, 0x7a, 0xa8, 0x67, 0xc4, 0x09, 0x01, 0x81, 0x2d, 0xdc, 0xe8, 0x15, 0xb1, 0xa8, 0x8e, 0x6f, 0xf4, 0xc3, 0xba, 0x22, 0x0c, 0x9c, 0x67, 0x13, 0xae, 0x55, 0xf3, 0x00, 0xfc, 0x31, 0xda, 0xf9, 0x18, 0x03, 0x90, 0x07, 0xd0, 0xcb, 0x2e, 0xa3, 0x62, 0x5e, 0x7c, 0xf1, 0xc5, 0x65, 0x29, 0x7d, 0x29, 0x0f, 0x80, 0x2f, 0x1c, 0x3d, 0x05, 0x6f, 0x39, 0xf1, 0x81, 0x23, 0x00, 0x10, 0x58, 0x58, 0x2a, 0x71, 0xec, 0xd8, 0x31, 0xf3, 0x4e, 0x22, 0xb9, 0x80, 0xd3, 0x0a, 0x10, 0x4b, 0x79, 0x80, 0x52, 0xad, 0x9c, 0x78, 0x6e, 0x7d, 0x1d, 0x5e, 0xe3, 0x15, 0x57, 0x5c, 0x41, 0xe7, 0x31, 0x86, 0xd1, 0x95, 0x9d, 0xfd, 0x1b, 0x7c, 0xea, 0x96, 0x4d, 0x95, 0x96, 0x52, 0x2c, 0xf4, 0x72, 0x38, 0x5d, 0x74, 0xd1, 0x45, 0xd4, 0x33, 0x3c, 0xff, 0xfc, 0xf3, 0x06, 0x20, 0x74, 0xb8, 0x12, 0x35, 0x01, 0x40, 0x92, 0x38, 0x13, 0x5e, 0xf5, 0x49, 0x8a, 0xbd, 0x41, 0xb3, 0x4a, 0xcd, 0x69, 0x06, 0xac, 0xd9, 0x2f, 0x47, 0xf9, 0x51, 0x41, 0x50, 0xb9, 0x91, 0x2e, 0xa0, 0x82, 0xf0, 0x4a, 0x81, 0x35, 0x36, 0x4a, 0x6e, 0xd8, 0x6c, 0x5e, 0x79, 0x51, 0xc9, 0x16, 0x17, 0x17, 0xe1, 0xd2, 0x4b, 0x2f, 0xa5, 0x0d, 0x66, 0xac, 0xd2, 0xeb, 0x13, 0xbf, 0xac, 0x4f, 0x78, 0xac, 0xfe, 0xab, 0x4f, 0xfc, 0xb6, 0x52, 0x13, 0x0f, 0x28, 0xec, 0xa7, 0x80, 0x99, 0x29, 0x14, 0x2c, 0x7a, 0x33, 0xf3, 0x30, 0x51, 0x6e, 0xf0, 0x29, 0xbf, 0xdf, 0x4f, 0xe9, 0x0d, 0xc6, 0x00, 0xe5, 0x64, 0x86, 0x10, 0x0c, 0x48, 0xfb, 0xd0, 0xab, 0xd6, 0x3d, 0x0b, 0x54, 0x63, 0x29, 0x83, 0xe1, 0x78, 0x10, 0x00, 0xb0, 0x2c, 0x13, 0xd6, 0x15, 0x57, 0x57, 0x78, 0x9c, 0x50, 0x01, 0x74, 0xca, 0x80, 0x34, 0x82, 0xf7, 0x00, 0xb4, 0xa5, 0x91, 0x9c, 0xcf, 0xac, 0x4c, 0x59, 0xb7, 0x84, 0xd7, 0x5f, 0x7f, 0x3d, 0xe5, 0xd2, 0xbc, 0x72, 0x96, 0x52, 0x62, 0x5e, 0xd1, 0x4b, 0x29, 0xbe, 0xf9, 0x70, 0x7c, 0xd9, 0x79, 0xf4, 0x42, 0x08, 0x42, 0xdd, 0x2b, 0xe8, 0x99, 0x29, 0x1e, 0x04, 0x7c, 0x70, 0x8b, 0x00, 0xc0, 0xfd, 0xd1, 0x00, 0x20, 0x10, 0x70, 0xbb, 0x0e, 0x08, 0x9e, 0x2e, 0x99, 0xa5, 0x59, 0xeb, 0xa8, 0xfe, 0xd9, 0x6f, 0x09, 0x33, 0x53, 0x35, 0x0e, 0x20, 0x3f, 0xc9, 0xa2, 0x16, 0xa8, 0x48, 0xf0, 0xa5, 0xea, 0x0a, 0x8f, 0xca, 0xcf, 0x73, 0x64, 0x56, 0x29, 0xd8, 0xe0, 0x18, 0xf7, 0x47, 0xc5, 0xc0, 0x0c, 0x91, 0x19, 0x95, 0xc1, 0xf3, 0x20, 0x47, 0xc6, 0x56, 0xd6, 0x5b, 0x6f, 0xbd, 0x95, 0x82, 0xa0, 0x54, 0x40, 0x6c, 0x05, 0x04, 0xd6, 0x23, 0x98, 0x29, 0x3d, 0xbf, 0xac, 0x5f, 0x0b, 0x02, 0xf6, 0x86, 0x1b, 0x6e, 0xc8, 0x5b, 0x4d, 0x4c, 0x7f, 0xa6, 0x98, 0x6a, 0x4b, 0xf6, 0x1e, 0x79, 0x00, 0x60, 0xe6, 0x8b, 0x17, 0xfc, 0x3b, 0x78, 0x3c, 0x02, 0x01, 0x3d, 0x06, 0x4b, 0xa7, 0x96, 0x53, 0x8c, 0xd6, 0x5f, 0x5a, 0xf1, 0xe3, 0xd7, 0x3c, 0x00, 0xd0, 0xca, 0x95, 0x93, 0x1e, 0x43, 0x4b, 0x8f, 0x20, 0x60, 0x05, 0x95, 0x4a, 0x6f, 0x10, 0x33, 0x9b, 0x90, 0x06, 0xa1, 0x72, 0x61, 0x26, 0xe5, 0xbd, 0xef, 0x7d, 0x6f, 0xde, 0x8b, 0x94, 0xd3, 0x09, 0x86, 0xb7, 0xfa, 0x4b, 0x05, 0xd1, 0xec, 0xf9, 0x90, 0xf2, 0x20, 0xe8, 0xf4, 0xc0, 0x1d, 0xef, 0x11, 0x39, 0xba, 0x55, 0x90, 0x6d, 0x46, 0x81, 0x96, 0x0a, 0xd8, 0xf5, 0xeb, 0x5b, 0xce, 0x14, 0xa3, 0xc4, 0x99, 0xff, 0xaa, 0x38, 0x3c, 0x7b, 0xbc, 0xf0, 0x00, 0xb5, 0x09, 0x4f, 0x83, 0x90, 0x52, 0xa0, 0x12, 0x60, 0x6a, 0xd1, 0x4a, 0x41, 0x31, 0x8f, 0x8e, 0x0a, 0x88, 0x56, 0xf5, 0x8e, 0x3b, 0xee, 0xa0, 0x6d, 0x04, 0x66, 0x34, 0xac, 0x54, 0x67, 0xf7, 0x72, 0x95, 0x4b, 0x4f, 0x77, 0xde, 0x7e, 0xfb, 0xed, 0x86, 0xa0, 0x7d, 0x6c, 0x6c, 0xcc, 0x00, 0x74, 0xf6, 0x7c, 0x78, 0xfd, 0xbc, 0x07, 0x40, 0xc0, 0x5a, 0xb5, 0x61, 0x94, 0x5a, 0xbf, 0x2c, 0x2f, 0x1c, 0xb3, 0x5a, 0xb9, 0xa9, 0x1a, 0x04, 0xb0, 0xc7, 0xaf, 0x85, 0x18, 0x60, 0x55, 0x7b, 0x84, 0xa1, 0x65, 0xc5, 0x0e, 0xe5, 0xba, 0x20, 0xc5, 0x41, 0x5a, 0x80, 0x96, 0x56, 0xcf, 0xad, 0xf3, 0xa9, 0x37, 0x54, 0x30, 0xb4, 0xbe, 0x7a, 0xba, 0xf5, 0xda, 0x6b, 0xaf, 0x85, 0x4b, 0x2e, 0xb9, 0x04, 0x4e, 0x9f, 0x3e, 0x4d, 0x01, 0xa4, 0x2b, 0x66, 0xa9, 0xc6, 0xb1, 0x72, 0x72, 0xfe, 0x08, 0xce, 0xbe, 0xbe, 0x3e, 0x43, 0x95, 0x2a, 0x0a, 0xb6, 0x45, 0xb0, 0x3d, 0xbe, 0x78, 0x10, 0x60, 0xac, 0xc2, 0x5a, 0x72, 0x6c, 0xf5, 0xc6, 0xfb, 0x59, 0x2a, 0x23, 0x65, 0x76, 0x8d, 0x75, 0x07, 0x02, 0xc7, 0x5a, 0xa4, 0x6a, 0xcf, 0x71, 0x3e, 0xb7, 0x03, 0xd4, 0x1b, 0x00, 0xbc, 0x07, 0x40, 0xc5, 0x47, 0x8b, 0x69, 0xd6, 0x37, 0x40, 0x17, 0xe4, 0xcd, 0xd8, 0xf5, 0x10, 0x41, 0xa0, 0x53, 0xa9, 0x77, 0xbc, 0xe3, 0x1d, 0xcb, 0x7e, 0xbd, 0x98, 0xa9, 0xd2, 0xcb, 0x9c, 0xad, 0x3c, 0x0c, 0xdf, 0x63, 0x0c, 0xef, 0xb1, 0x12, 0xc5, 0x5e, 0xee, 0xd6, 0x55, 0x63, 0x29, 0x43, 0x8d, 0xa5, 0x10, 0x22, 0x0b, 0x54, 0x9b, 0x60, 0x39, 0x01, 0x1b, 0x08, 0x23, 0x75, 0xd0, 0xb3, 0x3d, 0xba, 0xd5, 0xb4, 0x9a, 0x30, 0x68, 0x44, 0x65, 0x4c, 0x2d, 0xf1, 0xc1, 0x87, 0x7a, 0x09, 0x5a, 0x7d, 0x6c, 0xb1, 0x5d, 0xaa, 0xc1, 0x8d, 0x07, 0x40, 0x57, 0x57, 0xd7, 0xaa, 0xd3, 0x1e, 0x83, 0xd7, 0x23, 0x06, 0x23, 0x3f, 0x55, 0x93, 0x05, 0x32, 0x1c, 0x2f, 0x62, 0x80, 0x9a, 0x53, 0xa8, 0x08, 0x02, 0x3e, 0x10, 0xc6, 0x80, 0x70, 0x29, 0x00, 0xe0, 0x84, 0x9e, 0x00, 0xf9, 0x38, 0x2a, 0xdd, 0x72, 0x29, 0x10, 0x5e, 0x0b, 0x02, 0xcd, 0x4c, 0xf9, 0x79, 0xab, 0x8d, 0xd4, 0x07, 0x03, 0xf5, 0xa5, 0x00, 0x60, 0x35, 0xe8, 0xd6, 0x8a, 0x80, 0xc0, 0xc0, 0x84, 0xa4, 0xda, 0x8e, 0x17, 0x14, 0xa8, 0x3e, 0x34, 0x48, 0xcf, 0xa8, 0xb0, 0xe9, 0x45, 0x0c, 0x3a, 0xcd, 0x5a, 0x86, 0xcd, 0xb2, 0x4e, 0x78, 0x3c, 0xd2, 0x27, 0x6c, 0x5c, 0xb3, 0x1a, 0xb5, 0x41, 0xcf, 0xcf, 0x23, 0xb0, 0xf4, 0xa0, 0xb9, 0x14, 0x35, 0xd1, 0x01, 0x86, 0x1e, 0x49, 0xbf, 0x06, 0xb3, 0x1a, 0x23, 0x76, 0x1e, 0xb3, 0x3f, 0xec, 0xf5, 0xe2, 0xdf, 0xd2, 0x33, 0x5d, 0xe5, 0xd0, 0x9e, 0x65, 0xa7, 0x3f, 0x60, 0xcc, 0xdd, 0x57, 0xe7, 0x01, 0x44, 0x39, 0x74, 0x5d, 0x05, 0x79, 0xfc, 0x71, 0xe6, 0xcb, 0x85, 0x18, 0x64, 0x62, 0x1c, 0x80, 0xca, 0x83, 0x53, 0xb9, 0x14, 0x07, 0xf7, 0xe3, 0x47, 0x8b, 0x60, 0x15, 0x0a, 0xc7, 0xeb, 0xc1, 0x0a, 0x4c, 0x2c, 0x35, 0xc0, 0xd6, 0x5c, 0xbd, 0x25, 0xda, 0xaa, 0x70, 0xae, 0xdc, 0xdf, 0x52, 0xf4, 0xa7, 0x12, 0xfe, 0xbf, 0x52, 0x20, 0xe0, 0xa2, 0xd8, 0x9a, 0x8e, 0x97, 0xa4, 0xe6, 0x47, 0x80, 0xdc, 0x08, 0x00, 0x60, 0xb9, 0x24, 0x52, 0x08, 0x9d, 0x46, 0xa0, 0x17, 0x58, 0x72, 0x74, 0x84, 0x12, 0xdc, 0x5a, 0x17, 0xec, 0x54, 0x8f, 0xca, 0xaf, 0x07, 0xda, 0xb8, 0xac, 0xc7, 0x1a, 0xa5, 0xaa, 0x47, 0xcb, 0xf9, 0xd5, 0xe7, 0xf1, 0x5a, 0xf9, 0xbe, 0x01, 0x38, 0x4e, 0x50, 0x25, 0xfc, 0x7f, 0xd9, 0x95, 0x9f, 0xef, 0x14, 0x5f, 0xcd, 0x29, 0xb8, 0x4e, 0xf5, 0x02, 0x00, 0x35, 0x0a, 0xa6, 0x32, 0xf9, 0x38, 0x00, 0x33, 0x3c, 0xc8, 0xa7, 0x91, 0xaa, 0xe8, 0x0d, 0x63, 0x66, 0x29, 0xc3, 0x52, 0x8a, 0xa4, 0x97, 0x11, 0x60, 0x3f, 0x02, 0xb6, 0x83, 0x3a, 0x0a, 0x2a, 0xff, 0x9b, 0x6f, 0xbe, 0x49, 0x2d, 0xb6, 0x59, 0xac, 0x51, 0xa9, 0xf2, 0x53, 0x57, 0x4a, 0xa8, 0x17, 0xef, 0x01, 0xb0, 0x1c, 0xbc, 0x9a, 0xdc, 0xff, 0x72, 0xc6, 0x04, 0x2c, 0x87, 0xaf, 0xaa, 0x16, 0x68, 0x8d, 0xc5, 0x00, 0x0d, 0xd1, 0xc5, 0x1f, 0x15, 0x85, 0x0f, 0x84, 0x75, 0xea, 0xa3, 0xf7, 0xb9, 0x2d, 0x27, 0x80, 0xd4, 0xbb, 0x23, 0x22, 0xcd, 0xc1, 0x73, 0x3c, 0xf7, 0xdc, 0x73, 0x96, 0xc3, 0x97, 0xe0, 0xf9, 0x7f, 0xf1, 0x8b, 0x5f, 0xd0, 0xf6, 0x03, 0x4c, 0xbb, 0xb2, 0xdd, 0x1b, 0x2b, 0xf5, 0x38, 0xd8, 0x66, 0xc0, 0xc6, 0x31, 0x28, 0xec, 0xf8, 0x40, 0x95, 0x80, 0x60, 0x39, 0xbd, 0x80, 0x5e, 0xbf, 0x93, 0x1f, 0xd2, 0xa4, 0xca, 0x18, 0xa0, 0x16, 0x0f, 0x22, 0x00, 0x60, 0xc2, 0x7d, 0x91, 0x06, 0xf1, 0x00, 0xd0, 0x3b, 0xc8, 0xe8, 0xa3, 0x43, 0x2f, 0xa5, 0x44, 0x18, 0x30, 0x63, 0xeb, 0x30, 0x06, 0x9d, 0xa8, 0xd8, 0x38, 0x8a, 0x5c, 0x51, 0xfb, 0x41, 0x32, 0x51, 0x54, 0x8d, 0x89, 0x00, 0x78, 0xf1, 0xc5, 0x17, 0xe9, 0xdf, 0xd1, 0xd3, 0xb2, 0x95, 0x78, 0x01, 0x04, 0x0e, 0xc6, 0x13, 0x6c, 0xef, 0x36, 0xde, 0xfa, 0x97, 0x6b, 0xf1, 0x57, 0x42, 0x24, 0xf6, 0x5f, 0x55, 0x1e, 0x80, 0xf9, 0x27, 0x4a, 0x21, 0x2a, 0x53, 0x74, 0x2b, 0x25, 0xc0, 0x54, 0x21, 0x5b, 0xce, 0x80, 0xd9, 0x1a, 0xb6, 0xb5, 0xb5, 0x54, 0x2c, 0xa0, 0x37, 0x84, 0x61, 0xc0, 0x89, 0xa0, 0xc1, 0xae, 0x96, 0x6c, 0xeb, 0xb2, 0xfe, 0xb7, 0x17, 0x82, 0x73, 0x30, 0x1f, 0x9c, 0x81, 0x85, 0xd0, 0x2c, 0xb1, 0xfe, 0xc9, 0x22, 0xc0, 0x3d, 0xfd, 0xf4, 0xd3, 0x30, 0x35, 0x35, 0x45, 0xcb, 0x90, 0xf5, 0xd2, 0x85, 0x72, 0x40, 0x80, 0xa0, 0xc1, 0x98, 0x85, 0xe7, 0xff, 0x08, 0xea, 0x4a, 0x2c, 0xfe, 0x8a, 0x80, 0x40, 0xaa, 0x7d, 0x50, 0x2b, 0xa3, 0x07, 0x10, 0x00, 0x28, 0x5b, 0xd9, 0x4b, 0x6d, 0x43, 0xab, 0xcb, 0x7b, 0x01, 0xcc, 0xef, 0xeb, 0xdb, 0xcd, 0x2a, 0x3f, 0x51, 0xb0, 0x32, 0x14, 0xc1, 0x83, 0xbf, 0xa8, 0xf4, 0x4f, 0x3e, 0xf9, 0x64, 0x51, 0x4f, 0x2a, 0x4c, 0x4b, 0x8e, 0x8d, 0x8f, 0x40, 0x30, 0xbc, 0x00, 0x99, 0x74, 0x86, 0x7a, 0x81, 0x99, 0xb9, 0x29, 0x08, 0x2f, 0x86, 0x8a, 0x28, 0xd1, 0x4b, 0x2f, 0xbd, 0x04, 0x6f, 0xbc, 0xf1, 0x06, 0xfd, 0x7b, 0x68, 0xc1, 0x59, 0xfa, 0x65, 0xf6, 0x8b, 0x7f, 0x17, 0xc1, 0x89, 0xd7, 0xca, 0x7a, 0x16, 0x3c, 0x0e, 0x81, 0x51, 0xc9, 0x33, 0x58, 0xea, 0xb9, 0x2d, 0x47, 0x10, 0x50, 0x55, 0x10, 0xcb, 0x1e, 0x2f, 0x46, 0x86, 0xab, 0x2e, 0x9d, 0x67, 0xb6, 0x0d, 0x3f, 0x36, 0xc1, 0x06, 0xab, 0x68, 0x8d, 0x51, 0x29, 0x91, 0x62, 0x20, 0xaf, 0xc7, 0x49, 0x8f, 0x0b, 0x90, 0x72, 0xa0, 0x95, 0x46, 0xeb, 0x8f, 0x0a, 0x8e, 0x4a, 0x8b, 0x54, 0x86, 0x97, 0xc5, 0xc5, 0x30, 0x8c, 0x4e, 0x8c, 0x52, 0xee, 0x6b, 0xa3, 0xd4, 0x06, 0x47, 0x69, 0xcb, 0xd2, 0xa9, 0x99, 0xf8, 0x14, 0x2c, 0x46, 0xc2, 0xd0, 0xd3, 0xb5, 0xce, 0xe0, 0x7d, 0xf0, 0x3c, 0x98, 0x8a, 0xbd, 0xfa, 0xea, 0xab, 0x69, 0x1d, 0x10, 0x2a, 0xb9, 0x1e, 0x93, 0xb0, 0xf7, 0x86, 0xc7, 0x60, 0xac, 0x81, 0x5e, 0x67, 0x94, 0xfb, 0x06, 0x17, 0xde, 0x4b, 0x35, 0xcf, 0x60, 0x45, 0xe8, 0x4f, 0x1d, 0x4b, 0x21, 0x34, 0x10, 0x03, 0x63, 0x2d, 0xf9, 0x62, 0x97, 0xca, 0x7b, 0x5b, 0x05, 0xc2, 0x98, 0xd3, 0xc7, 0x72, 0x07, 0x3d, 0x38, 0x45, 0xab, 0x8a, 0x0f, 0x1f, 0x79, 0xbe, 0xbe, 0x0e, 0xb3, 0x2e, 0x2f, 0xbc, 0xf0, 0x82, 0x81, 0x2e, 0xe9, 0xe7, 0x1e, 0x27, 0x8a, 0x3f, 0x35, 0x3d, 0x49, 0xbc, 0x0b, 0x82, 0x27, 0xcb, 0xeb, 0xe5, 0x5c, 0xd7, 0x46, 0xc8, 0xd5, 0xfd, 0xeb, 0x0d, 0x5d, 0x9b, 0x36, 0x6c, 0x26, 0xe7, 0x2f, 0xf4, 0x50, 0xc3, 0x54, 0xe9, 0xb3, 0xcf, 0x3e, 0x0b, 0xef, 0x7a, 0xd7, 0xbb, 0xa8, 0x32, 0xe3, 0x67, 0x9a, 0x70, 0x3f, 0x5c, 0xaf, 0xd7, 0xec, 0x63, 0x90, 0x8b, 0x9e, 0x0b, 0xaf, 0x93, 0xff, 0xfb, 0xb8, 0x7f, 0x39, 0x23, 0x53, 0xac, 0x0a, 0x08, 0xd8, 0x2e, 0x8d, 0x35, 0x1e, 0xbf, 0x16, 0xc4, 0x56, 0x2f, 0x85, 0x2f, 0x65, 0xf9, 0xcb, 0x51, 0x00, 0xb4, 0xb4, 0x68, 0xd5, 0xf5, 0x54, 0x22, 0x6e, 0xc3, 0xcc, 0x0a, 0x56, 0x53, 0xea, 0xdb, 0xf5, 0x21, 0x07, 0x71, 0x1b, 0xe6, 0xf5, 0x31, 0xd0, 0xe5, 0x3b, 0x91, 0x44, 0xa2, 0x51, 0x38, 0x72, 0xf4, 0x30, 0xe0, 0xc7, 0x73, 0x0b, 0x75, 0x46, 0xba, 0xf2, 0x17, 0xea, 0x5f, 0xf0, 0xe3, 0xcd, 0xb4, 0x6f, 0x40, 0x26, 0x01, 0x27, 0x4e, 0x1d, 0x87, 0x8d, 0xeb, 0x37, 0x11, 0x3a, 0xd5, 0x6d, 0xa0, 0x44, 0x18, 0x1c, 0xe3, 0xf8, 0x9f, 0xfb, 0xf6, 0xed, 0xa3, 0x71, 0x06, 0x7a, 0x1e, 0x1d, 0x98, 0x7a, 0x8d, 0x3f, 0xd2, 0x1f, 0xf6, 0x1a, 0x10, 0xa8, 0x08, 0x8e, 0x6a, 0x0c, 0xc1, 0xf2, 0x17, 0xc2, 0x89, 0x62, 0xb8, 0x65, 0xf1, 0x00, 0xb5, 0x5a, 0x3b, 0x7d, 0x1b, 0x36, 0x1c, 0xb1, 0xb9, 0x74, 0x54, 0x2e, 0x2c, 0x49, 0x66, 0x05, 0x95, 0xcd, 0x8a, 0xf2, 0x8c, 0x8c, 0x8e, 0xc1, 0xf3, 0x3f, 0x7b, 0x11, 0xbc, 0x2e, 0x07, 0xf4, 0xf6, 0x74, 0xe8, 0x5f, 0xa3, 0xa0, 0xca, 0x2e, 0xd3, 0x86, 0x9b, 0x2c, 0x00, 0xf4, 0x8f, 0x54, 0xe0, 0x57, 0x0d, 0x33, 0xb9, 0xde, 0x61, 0xfd, 0x67, 0x4e, 0xc1, 0xf8, 0xe4, 0x24, 0xec, 0xbe, 0x70, 0x37, 0xfd, 0x8e, 0xae, 0x2e, 0xfd, 0xfd, 0xfd, 0xd4, 0xf2, 0xa3, 0x37, 0x40, 0x30, 0xea, 0xdc, 0x1e, 0x05, 0x81, 0x80, 0xd7, 0xc8, 0x5b, 0xff, 0x4a, 0x0d, 0x81, 0x55, 0x9a, 0x77, 0xb9, 0x40, 0x50, 0x83, 0xfe, 0x73, 0xc7, 0x88, 0x20, 0xb8, 0xa2, 0x20, 0x78, 0xa9, 0x2c, 0x08, 0x02, 0x80, 0x0f, 0x84, 0x59, 0xeb, 0x8a, 0xd9, 0x16, 0x1c, 0x1a, 0xc5, 0x4c, 0xf9, 0xdf, 0xf8, 0xf7, 0xb7, 0xe0, 0xd0, 0x73, 0x3f, 0xa1, 0x4a, 0xb9, 0x10, 0x8e, 0x50, 0x6e, 0x8e, 0xf1, 0x41, 0x0a, 0x27, 0x62, 0xcd, 0xf5, 0x29, 0x99, 0x4c, 0x19, 0x96, 0xd3, 0x38, 0x91, 0x7d, 0x70, 0x7a, 0xfb, 0xe8, 0x31, 0xf8, 0xde, 0x8f, 0x7e, 0x0c, 0xb3, 0x73, 0xc6, 0x51, 0xe8, 0xb0, 0x13, 0x0e, 0x52, 0x22, 0xe4, 0xfa, 0x6c, 0xb0, 0x8b, 0xd4, 0x87, 0x6f, 0xfc, 0xd2, 0x87, 0x4b, 0x69, 0x94, 0xdc, 0x7f, 0x51, 0x16, 0xa8, 0x8e, 0x5d, 0x22, 0xc5, 0xa8, 0x10, 0x55, 0x66, 0x34, 0xac, 0xb6, 0xa1, 0x75, 0x65, 0x3b, 0x82, 0xa3, 0x82, 0xea, 0x59, 0x1d, 0x54, 0x3e, 0xcc, 0xf2, 0xf0, 0x43, 0x24, 0x62, 0xfe, 0x1e, 0xad, 0xf3, 0x89, 0xfe, 0xd3, 0xf9, 0xf3, 0x20, 0x68, 0x46, 0x27, 0x66, 0x20, 0xc1, 0x2a, 0x3b, 0xce, 0x13, 0x50, 0x64, 0xe7, 0x93, 0x0c, 0x08, 0x88, 0xf2, 0x93, 0x69, 0x6a, 0x66, 0x1e, 0xa2, 0xb1, 0x04, 0x2c, 0x10, 0xa5, 0xfe, 0xc1, 0x8f, 0x9f, 0x84, 0x23, 0xc7, 0x8e, 0x1b, 0xfe, 0x0e, 0x02, 0x0a, 0xb3, 0x44, 0xf8, 0x85, 0x1a, 0x1d, 0x94, 0xf8, 0x65, 0x48, 0xbe, 0xf3, 0x0b, 0xd2, 0xb8, 0x5a, 0x9e, 0xc1, 0xb2, 0x83, 0xa2, 0x9e, 0x5d, 0x22, 0x45, 0x4b, 0xb0, 0x35, 0x20, 0xca, 0xcd, 0x7b, 0xf3, 0x39, 0x7d, 0xcc, 0xc3, 0xb3, 0x82, 0x8a, 0xff, 0xfa, 0xeb, 0xaf, 0xc3, 0x4f, 0x7f, 0xfa, 0xd3, 0xa2, 0xca, 0x50, 0xdc, 0xf7, 0xa6, 0x9b, 0x6e, 0xa2, 0xb4, 0xe3, 0xee, 0xbb, 0x7e, 0xc5, 0xb0, 0x0d, 0x95, 0x79, 0x78, 0x6c, 0x8a, 0xc4, 0x04, 0xb1, 0x82, 0xf5, 0xcf, 0x29, 0x7f, 0x52, 0x07, 0x44, 0x2a, 0x3b, 0x3e, 0x29, 0x82, 0x65, 0x6e, 0xa1, 0x90, 0x3e, 0x4d, 0x13, 0x05, 0x8f, 0x92, 0x00, 0x19, 0x47, 0x80, 0xe0, 0xbf, 0x4d, 0x8c, 0x9f, 0x49, 0xc2, 0xc0, 0x1b, 0x33, 0x56, 0x58, 0xb2, 0xc1, 0x5b, 0xff, 0x6a, 0x72, 0xff, 0x56, 0x4a, 0x5f, 0x6f, 0x10, 0xe8, 0x31, 0x40, 0xde, 0x03, 0xd4, 0x38, 0x2c, 0x8a, 0x28, 0x87, 0xae, 0x73, 0x26, 0x48, 0xe7, 0xd0, 0x6c, 0x5a, 0xf1, 0xad, 0xb7, 0xde, 0x32, 0x7d, 0x09, 0xd8, 0x57, 0x17, 0xab, 0x3a, 0x75, 0x2b, 0x74, 0xd7, 0x07, 0xee, 0x84, 0x17, 0x5f, 0x7e, 0x19, 0xfa, 0x4f, 0x9f, 0xc9, 0xef, 0x87, 0x1e, 0x60, 0x78, 0x6c, 0x9a, 0x7e, 0x19, 0xdd, 0xeb, 0x72, 0x82, 0xd3, 0x61, 0x27, 0x0a, 0x2d, 0x13, 0x0b, 0xae, 0x11, 0x25, 0x4f, 0x53, 0x90, 0x44, 0xc8, 0x64, 0x76, 0x1d, 0x97, 0xec, 0xd9, 0x4b, 0x3f, 0xd9, 0x84, 0x01, 0x2d, 0x02, 0x90, 0xad, 0xf3, 0xc7, 0xe0, 0x9c, 0x2f, 0x7d, 0xc0, 0xeb, 0xc0, 0x8c, 0x51, 0xa5, 0x31, 0xd0, 0x4a, 0x06, 0xc1, 0x45, 0x31, 0x40, 0x8d, 0xc7, 0xaf, 0x85, 0x18, 0xc0, 0x56, 0x4f, 0x65, 0x2f, 0xe5, 0xbe, 0x2b, 0x49, 0x87, 0x96, 0x1a, 0x5a, 0x1c, 0x29, 0x0f, 0x8e, 0x46, 0xa7, 0x7b, 0x0a, 0xf6, 0x33, 0xa6, 0x97, 0x11, 0x8b, 0xcd, 0x02, 0x40, 0x97, 0x78, 0x3c, 0x49, 0xa7, 0x4a, 0xe4, 0x89, 0xa7, 0x9e, 0x82, 0xf7, 0xff, 0xf2, 0xed, 0x94, 0xd6, 0xe0, 0xb0, 0x85, 0x58, 0x41, 0xca, 0x97, 0x3b, 0xb0, 0x82, 0x0d, 0x72, 0x7a, 0x8b, 0x75, 0xb9, 0x86, 0x61, 0xe5, 0xd3, 0xa1, 0xd9, 0x44, 0x40, 0x2d, 0x19, 0x1d, 0xc9, 0xf0, 0xa1, 0x3d, 0xb5, 0xe9, 0x01, 0x50, 0x17, 0x0a, 0x54, 0x8f, 0x96, 0x4e, 0xb6, 0x98, 0x0d, 0x95, 0xc9, 0x4c, 0xb0, 0x61, 0xea, 0xc6, 0x1b, 0x6f, 0x34, 0x28, 0x3f, 0xdb, 0x45, 0xf2, 0xd0, 0xd3, 0xcf, 0xd4, 0xaa, 0x1f, 0x79, 0xc1, 0x58, 0xe3, 0x69, 0x12, 0x54, 0xa3, 0x20, 0x0d, 0xc2, 0x54, 0x28, 0x76, 0xbe, 0x37, 0x1b, 0xe8, 0x17, 0x05, 0xbf, 0x0e, 0x59, 0xaf, 0x67, 0xb0, 0x9c, 0x31, 0x80, 0x91, 0xc2, 0xd4, 0x76, 0xbc, 0x24, 0xc9, 0x02, 0x00, 0x56, 0xd6, 0xac, 0xda, 0x4c, 0x10, 0x4e, 0x7a, 0x2a, 0x91, 0x7d, 0xe8, 0x38, 0x2e, 0xe8, 0x35, 0xd7, 0x5c, 0x63, 0x28, 0x5f, 0x66, 0x8f, 0xf9, 0x7f, 0x3f, 0x7d, 0x01, 0x42, 0x4c, 0x19, 0x04, 0xa6, 0x3d, 0xdd, 0x65, 0x7e, 0x15, 0xdd, 0x61, 0xb7, 0x41, 0x4f, 0x57, 0x2b, 0xb4, 0xb7, 0x18, 0xc7, 0x29, 0xfa, 0xc1, 0x13, 0x3f, 0x32, 0xf4, 0x06, 0x43, 0x8e, 0x8f, 0xd7, 0xc0, 0x7f, 0x02, 0x09, 0x2d, 0xbf, 0xde, 0xf9, 0xa5, 0xdc, 0xba, 0xff, 0x72, 0x32, 0x41, 0xcb, 0x11, 0x03, 0x18, 0x4a, 0x19, 0xa0, 0xb6, 0x52, 0x88, 0xf3, 0xf6, 0xfb, 0x00, 0xe5, 0xd0, 0xa0, 0xa5, 0x5e, 0x60, 0x29, 0x3a, 0xc0, 0xd2, 0x20, 0xec, 0x0f, 0x70, 0xd9, 0x65, 0x97, 0x19, 0x8a, 0xcb, 0xcc, 0x8e, 0xf9, 0xd1, 0x93, 0x87, 0x0c, 0xeb, 0x5a, 0x03, 0x3e, 0xe8, 0xea, 0x68, 0xa5, 0x01, 0x6f, 0x24, 0x12, 0x87, 0x58, 0x22, 0x49, 0x83, 0xdb, 0x4c, 0x5a, 0x05, 0x85, 0x9c, 0x5b, 0xb1, 0x49, 0xe0, 0xa2, 0x43, 0x96, 0x3b, 0xc1, 0x93, 0x03, 0x0a, 0x66, 0x77, 0xe6, 0x83, 0x8b, 0x85, 0xcf, 0xb3, 0xce, 0xcc, 0xc0, 0x4b, 0xaf, 0xbc, 0x0a, 0xd7, 0x5d, 0x7b, 0x4d, 0xfe, 0xef, 0x20, 0x25, 0xc2, 0xa1, 0x58, 0x0e, 0x1f, 0x3e, 0x9c, 0x2f, 0xdd, 0xe0, 0x3f, 0xef, 0x5a, 0xae, 0x12, 0x2f, 0xfb, 0x30, 0x28, 0x66, 0x16, 0x4f, 0xae, 0x2d, 0x08, 0x60, 0x8f, 0x57, 0x55, 0x01, 0x80, 0xb2, 0xe8, 0x50, 0xa5, 0x20, 0xd0, 0x3b, 0xc9, 0xa0, 0xf5, 0x7d, 0xe7, 0x3b, 0xdf, 0x99, 0x2f, 0x86, 0xb3, 0x3a, 0xe6, 0xc8, 0xb1, 0x63, 0x30, 0x90, 0xeb, 0xf1, 0xa5, 0x4b, 0x5b, 0xc0, 0x9f, 0xb3, 0xee, 0x76, 0x70, 0xb4, 0xda, 0xa1, 0xad, 0x8c, 0x6b, 0xa7, 0x25, 0xd5, 0x7e, 0x2f, 0x2c, 0x84, 0x0a, 0x01, 0xef, 0xf7, 0x9f, 0x78, 0x02, 0xf6, 0x5f, 0x73, 0xb5, 0xe1, 0x9a, 0x11, 0x9c, 0x48, 0x89, 0x90, 0xaa, 0xe1, 0x50, 0xe6, 0xa5, 0x1a, 0xbf, 0x1a, 0x87, 0xff, 0x43, 0x51, 0xee, 0x5f, 0xaa, 0xb9, 0x4b, 0xa4, 0x00, 0x80, 0x65, 0x6f, 0xad, 0x5a, 0x15, 0x00, 0x87, 0x5c, 0xc7, 0xd2, 0x03, 0x76, 0xb0, 0x5c, 0xab, 0x63, 0x7e, 0x7c, 0xe8, 0x69, 0xc3, 0xb2, 0xcf, 0xeb, 0x01, 0x9b, 0xbd, 0xba, 0xaf, 0xa9, 0xb4, 0xb7, 0xfa, 0x21, 0x18, 0x8e, 0xe4, 0xff, 0xc6, 0x99, 0xb3, 0x03, 0x70, 0xe4, 0xe8, 0x31, 0xd8, 0xbb, 0x67, 0x77, 0xd1, 0x35, 0x60, 0xc3, 0x1d, 0x16, 0xc4, 0xb1, 0xc1, 0x6f, 0x2d, 0x20, 0x58, 0xe9, 0x96, 0x60, 0xa8, 0xb9, 0x25, 0xb8, 0xf9, 0x65, 0xd9, 0xda, 0x01, 0x2a, 0xed, 0x0b, 0xcb, 0x4f, 0x48, 0x35, 0x74, 0xe5, 0x2f, 0x75, 0x4c, 0x38, 0xbc, 0x08, 0xaf, 0xbe, 0xf6, 0x9a, 0xd1, 0xfa, 0xb7, 0x7a, 0xab, 0xbe, 0x7e, 0x2c, 0x83, 0xf0, 0x7a, 0x8c, 0x5f, 0x7e, 0x7c, 0xf6, 0x27, 0xcf, 0x5b, 0x5e, 0x03, 0xdf, 0xa5, 0xb2, 0xd6, 0x20, 0x78, 0xb5, 0xbc, 0xc3, 0xf9, 0x2a, 0xb6, 0x7a, 0x29, 0x7c, 0x3d, 0x5c, 0x7e, 0x35, 0xc7, 0xbc, 0xfc, 0xea, 0xab, 0x86, 0x06, 0x32, 0x87, 0xc3, 0x4e, 0x38, 0x7d, 0x6d, 0x5f, 0x51, 0x69, 0x6b, 0xf5, 0xc1, 0x62, 0xa4, 0x30, 0xc0, 0xed, 0x2f, 0xde, 0x78, 0x83, 0x56, 0x8e, 0xea, 0x23, 0x57, 0x2f, 0xe7, 0xfd, 0x08, 0xa5, 0x5f, 0x43, 0x31, 0xc0, 0x4a, 0x80, 0xe0, 0x95, 0x9f, 0x1b, 0xad, 0x3f, 0x72, 0x78, 0xab, 0x6f, 0x16, 0x94, 0x2b, 0x3e, 0xe2, 0x01, 0xec, 0xd8, 0xff, 0x20, 0x07, 0xac, 0x58, 0x3c, 0x0e, 0x6f, 0xbc, 0xf9, 0xef, 0x70, 0xd5, 0x95, 0xef, 0x14, 0xca, 0xbe, 0xc6, 0x64, 0x59, 0x29, 0x50, 0x39, 0x2e, 0xbf, 0x96, 0x5c, 0x79, 0x22, 0x99, 0xa4, 0x01, 0x30, 0x2b, 0x01, 0x02, 0x80, 0xa5, 0x3e, 0x70, 0x57, 0xce, 0x14, 0xf0, 0x1b, 0xbf, 0x60, 0xf3, 0xd2, 0x2b, 0xaf, 0xd4, 0x95, 0xe2, 0x35, 0x82, 0xf2, 0xbb, 0xbd, 0x6e, 0x70, 0x79, 0xca, 0xff, 0x04, 0x6b, 0xa0, 0xdd, 0x2f, 0x3c, 0x40, 0x25, 0xca, 0x5f, 0xab, 0x15, 0x5c, 0xca, 0xaa, 0x9e, 0x38, 0x71, 0xd2, 0x30, 0x8a, 0x34, 0xf2, 0xf7, 0x72, 0x73, 0xff, 0x4b, 0x49, 0x6b, 0x8b, 0x1f, 0x66, 0xe7, 0x0b, 0x95, 0x9e, 0xff, 0xf6, 0xef, 0x6f, 0x51, 0xaa, 0xa5, 0x37, 0x84, 0xad, 0x46, 0x56, 0xc7, 0xed, 0xb0, 0x41, 0x47, 0xc0, 0x5d, 0xf6, 0xfe, 0x99, 0x79, 0x07, 0xb0, 0xd5, 0x53, 0x58, 0x16, 0x6e, 0xcc, 0x7a, 0xc9, 0xb0, 0x6e, 0xeb, 0x3a, 0x98, 0x18, 0x9c, 0x80, 0x58, 0x24, 0x5e, 0xf2, 0x5c, 0x7e, 0x42, 0x0b, 0x3b, 0xd7, 0x19, 0x47, 0xca, 0x56, 0x33, 0xc5, 0xf7, 0xda, 0x1e, 0x70, 0x2f, 0x5b, 0x91, 0xdc, 0x72, 0x9c, 0x76, 0x59, 0xdb, 0x01, 0x96, 0x3b, 0x2e, 0x38, 0x7d, 0xf6, 0x6c, 0x51, 0xf6, 0xa7, 0x5e, 0xfd, 0x54, 0x3d, 0x1e, 0x97, 0x81, 0x06, 0x21, 0xd0, 0xce, 0x0d, 0x0e, 0xc1, 0xb6, 0xbe, 0xad, 0xab, 0x46, 0x61, 0x7c, 0x6e, 0x07, 0x6c, 0x08, 0x94, 0x6f, 0x85, 0xc3, 0x73, 0x2e, 0x60, 0x2b, 0x96, 0x42, 0x73, 0x21, 0x98, 0x9d, 0x5a, 0x80, 0x8e, 0xee, 0xc2, 0x77, 0x19, 0x30, 0xaf, 0xdf, 0xbb, 0xa5, 0x17, 0x26, 0x87, 0x26, 0x21, 0xba, 0x68, 0xfe, 0xdd, 0x62, 0x6f, 0xc0, 0x03, 0x5d, 0x1b, 0x8c, 0xad, 0xf3, 0x08, 0xa6, 0xf1, 0x73, 0xe3, 0xa0, 0xe1, 0xe3, 0x66, 0x1e, 0xc3, 0x86, 0x2e, 0x7f, 0x53, 0x55, 0x89, 0xca, 0xf5, 0x54, 0xfe, 0xa5, 0xb2, 0x41, 0xf5, 0xa6, 0x44, 0xe7, 0xb8, 0xdc, 0xbf, 0xd7, 0xed, 0x02, 0x59, 0x92, 0xeb, 0x36, 0x79, 0x3d, 0xc6, 0x60, 0x7a, 0x70, 0x78, 0xb8, 0xa1, 0x28, 0x4c, 0xa5, 0x82, 0xc5, 0x81, 0x67, 0x8f, 0x9f, 0x83, 0x99, 0x09, 0xe3, 0x08, 0x16, 0x59, 0x10, 0xf4, 0x50, 0x45, 0x2f, 0xf2, 0x3a, 0x3e, 0x37, 0xf4, 0x6c, 0xea, 0x36, 0x58, 0x5f, 0xda, 0x13, 0x8e, 0x28, 0xff, 0x30, 0xf1, 0x1c, 0xab, 0xda, 0x2d, 0x58, 0xe3, 0x81, 0x56, 0xf9, 0xc5, 0xac, 0x4a, 0x4b, 0x70, 0xbd, 0x82, 0xe0, 0xd9, 0x59, 0xe3, 0x8b, 0x44, 0xfa, 0x23, 0xd7, 0x71, 0xa4, 0x02, 0xa7, 0xcb, 0x41, 0xcc, 0x66, 0x61, 0x99, 0x1f, 0x7b, 0xb4, 0xd1, 0xc5, 0xd9, 0xd9, 0x01, 0x32, 0x79, 0x26, 0x6a, 0xbc, 0xf0, 0x01, 0xee, 0x44, 0x3c, 0x49, 0x41, 0xa0, 0xa6, 0x33, 0xd0, 0xbd, 0xb1, 0x8b, 0xa1, 0x17, 0x12, 0x51, 0xf4, 0x1e, 0x98, 0x1a, 0x9d, 0x86, 0xc5, 0x85, 0xdc, 0xd0, 0x94, 0xc4, 0x00, 0xf4, 0x6e, 0xee, 0x29, 0xfa, 0x36, 0xf0, 0xf8, 0xe0, 0x24, 0x8c, 0x0c, 0x8c, 0xd1, 0x56, 0x75, 0x83, 0xd7, 0xdc, 0xb4, 0x7e, 0x45, 0xab, 0x23, 0x82, 0x8b, 0x46, 0xda, 0x66, 0x97, 0x21, 0xd6, 0x50, 0x59, 0xa0, 0xe5, 0x4e, 0x13, 0x2e, 0x46, 0x8c, 0x43, 0x91, 0xdb, 0x08, 0x47, 0x96, 0xe4, 0xfa, 0xc5, 0xf5, 0x36, 0xae, 0xf0, 0x8d, 0xff, 0xf6, 0xd7, 0x4a, 0xcb, 0x62, 0x3c, 0x05, 0xa3, 0xa1, 0xc5, 0x8a, 0x5e, 0xaf, 0xed, 0xdd, 0x37, 0x40, 0xea, 0xc5, 0x97, 0x41, 0x63, 0xca, 0xb9, 0x93, 0xc9, 0x34, 0x9c, 0x3d, 0x39, 0x48, 0x69, 0x0c, 0x6b, 0xdd, 0xf1, 0xb7, 0x9b, 0x50, 0x1d, 0x29, 0x07, 0x14, 0xf4, 0x0a, 0xbc, 0x41, 0x99, 0x1c, 0x9e, 0x82, 0xc1, 0xd3, 0xa3, 0x90, 0xc9, 0x18, 0x95, 0x5f, 0xee, 0xed, 0x85, 0xcc, 0x3b, 0xaf, 0x80, 0xd1, 0xb9, 0xc8, 0x8a, 0x3c, 0x8b, 0x78, 0x22, 0x03, 0x67, 0xc6, 0x8c, 0xbd, 0xf1, 0x3c, 0x8e, 0xcc, 0x89, 0x15, 0x07, 0x40, 0x39, 0x2d, 0xc1, 0xcb, 0x05, 0x02, 0xec, 0xde, 0x68, 0xb8, 0x19, 0x59, 0x01, 0x45, 0x56, 0xaa, 0x0e, 0x4a, 0x79, 0xee, 0xda, 0x68, 0xd5, 0x8e, 0x33, 0xc1, 0x18, 0xbc, 0x35, 0x3a, 0x5b, 0x39, 0x90, 0xb7, 0x5c, 0x0c, 0x1b, 0xcf, 0x1e, 0x01, 0x57, 0x8c, 0xe9, 0xf4, 0x43, 0xac, 0x37, 0x82, 0x20, 0xa3, 0x66, 0x60, 0xfd, 0x96, 0x75, 0x06, 0x10, 0x20, 0xdf, 0xc7, 0x3a, 0x2c, 0x0c, 0x92, 0x59, 0x19, 0x1f, 0x9a, 0x82, 0x81, 0x93, 0x43, 0x45, 0xa5, 0xea, 0xe1, 0xd6, 0x4e, 0x18, 0xeb, 0xd9, 0x01, 0xda, 0xd9, 0xd5, 0xf3, 0x90, 0x76, 0x59, 0xd3, 0x5a, 0xec, 0xf0, 0x9f, 0x1a, 0xce, 0x03, 0x2c, 0x67, 0x10, 0xcc, 0x8b, 0x62, 0x53, 0x8a, 0x5e, 0x9a, 0x5a, 0x41, 0xc5, 0x16, 0xdf, 0x7e, 0x20, 0xcb, 0x6b, 0xa3, 0xdd, 0x3f, 0x6d, 0xb7, 0xc3, 0xd0, 0xf6, 0x4b, 0x60, 0xc3, 0xe0, 0x71, 0xf0, 0x86, 0xe6, 0x0c, 0x81, 0xec, 0xb9, 0x53, 0x23, 0xd4, 0x9a, 0x6f, 0xda, 0xb6, 0xc1, 0x00, 0x02, 0xfe, 0x39, 0x22, 0x35, 0x1a, 0x38, 0x55, 0xac, 0xfc, 0xa1, 0xb6, 0x6e, 0x18, 0xdb, 0x7c, 0xe1, 0xaa, 0xd7, 0x48, 0x6c, 0x6d, 0x4b, 0x3d, 0xfa, 0xd8, 0xe7, 0x3e, 0xf2, 0xf3, 0x55, 0x8f, 0x01, 0x96, 0x9b, 0xf6, 0x94, 0x12, 0xc5, 0x66, 0xa3, 0x53, 0x3e, 0x0d, 0x98, 0xc9, 0x54, 0x44, 0x89, 0x70, 0x5f, 0x16, 0x04, 0xb2, 0xa2, 0xc0, 0x5a, 0x11, 0x95, 0xdc, 0xcb, 0x70, 0xdf, 0x5e, 0x58, 0x37, 0x72, 0x1a, 0x5a, 0x66, 0xc7, 0x0d, 0xcf, 0x76, 0x88, 0x50, 0x9a, 0x34, 0xa1, 0x45, 0x7d, 0xbb, 0x36, 0x9b, 0x66, 0x70, 0xa6, 0xc7, 0x66, 0xe1, 0xf4, 0xb1, 0xc1, 0x86, 0x54, 0x7e, 0x97, 0x4d, 0x53, 0x37, 0x07, 0x12, 0xff, 0xfb, 0x9b, 0x7f, 0xfb, 0x7b, 0x9f, 0xae, 0x8a, 0xe6, 0x2e, 0x87, 0x07, 0x58, 0x29, 0x8b, 0x5f, 0x04, 0x00, 0x62, 0xb1, 0x59, 0xde, 0x8e, 0xc3, 0x9e, 0x54, 0x92, 0x17, 0xa0, 0x65, 0xd2, 0xcc, 0xf1, 0x72, 0x83, 0x15, 0xbc, 0x7b, 0x94, 0x74, 0xac, 0xd3, 0x11, 0x41, 0x1e, 0x23, 0xe5, 0x1e, 0x8a, 0x64, 0xcc, 0x81, 0x68, 0xc5, 0x17, 0xac, 0x81, 0xc4, 0x3e, 0xbb, 0x64, 0x5f, 0x0f, 0xc4, 0x5c, 0x5a, 0xc0, 0x3d, 0x3a, 0x61, 0x78, 0xf7, 0x63, 0x43, 0x93, 0x74, 0xe8, 0xc8, 0xed, 0x17, 0xf5, 0x19, 0x40, 0x30, 0x33, 0x31, 0x0b, 0xfd, 0x47, 0xcf, 0x16, 0xb5, 0x21, 0x24, 0xbb, 0x3b, 0x33, 0x89, 0x4d, 0x1b, 0x82, 0x1d, 0xf2, 0x62, 0xd1, 0x23, 0x96, 0x40, 0xe2, 0x3f, 0xc9, 0xa9, 0xf1, 0x69, 0x9a, 0x5c, 0x83, 0x23, 0x77, 0x6c, 0x6e, 0x59, 0x62, 0xf6, 0xcb, 0xad, 0xcb, 0xf5, 0x41, 0xd6, 0xf4, 0xfd, 0x6c, 0xb2, 0x36, 0xef, 0x52, 0xb4, 0xb7, 0xec, 0xce, 0xcc, 0x7f, 0xfb, 0xc6, 0xbd, 0xbf, 0x3f, 0x50, 0x75, 0x9c, 0xb7, 0x5a, 0x41, 0xf0, 0x72, 0x94, 0x08, 0xe0, 0x28, 0x70, 0xac, 0x07, 0xc0, 0xfa, 0x7f, 0xa8, 0xe0, 0x5c, 0x68, 0xf1, 0xd9, 0xe3, 0x1b, 0xcd, 0x03, 0x78, 0xd2, 0x93, 0x4f, 0x3c, 0xf5, 0xc0, 0x7f, 0xff, 0x02, 0xde, 0x2a, 0x64, 0x53, 0xd8, 0xec, 0xaf, 0xc4, 0x2c, 0x4b, 0xcc, 0x3a, 0x99, 0x59, 0xa7, 0x2f, 0xc3, 0x3d, 0xb7, 0x7c, 0xf8, 0x0f, 0x94, 0x05, 0xc7, 0x0d, 0xec, 0xe3, 0x99, 0x1c, 0xc3, 0x6f, 0x30, 0x67, 0xe0, 0xc2, 0x4b, 0xb6, 0x93, 0x7b, 0x97, 0x60, 0x6e, 0x6a, 0x01, 0x4e, 0x1d, 0x1e, 0x28, 0x52, 0x7e, 0x47, 0x87, 0x32, 0xfc, 0xad, 0xa7, 0xfe, 0xee, 0xd3, 0xc4, 0xc3, 0x62, 0x23, 0x89, 0x9a, 0x53, 0x6c, 0x9c, 0x32, 0xb9, 0xe5, 0x8c, 0xc9, 0xb2, 0xfe, 0xab, 0xcf, 0xa7, 0x99, 0x7d, 0xd2, 0xcc, 0xba, 0x8c, 0xc9, 0xfe, 0x69, 0x8b, 0xf9, 0xda, 0x13, 0x1d, 0xf5, 0xb6, 0xf8, 0xf5, 0x6c, 0x09, 0xae, 0x1c, 0x00, 0x8a, 0xc1, 0x82, 0xe3, 0x7c, 0x25, 0x31, 0x00, 0x7f, 0x7c, 0xa3, 0xc5, 0x00, 0x84, 0x9e, 0xe1, 0x4b, 0x4f, 0xe5, 0x5e, 0xbe, 0xcc, 0x29, 0xbc, 0x2d, 0xa7, 0x1c, 0x0a, 0xa3, 0xec, 0xfc, 0x3c, 0xe8, 0x20, 0xf8, 0xe6, 0x33, 0x8f, 0xdf, 0x77, 0xf7, 0xcd, 0xf7, 0xcc, 0xbb, 0x16, 0xfd, 0x1f, 0x60, 0x5b, 0x74, 0x67, 0xa7, 0xe6, 0xe1, 0xf8, 0x9b, 0xfd, 0xd0, 0xb3, 0xb1, 0x13, 0xfa, 0x8f, 0x9c, 0x2d, 0x7a, 0x7e, 0x8e, 0x2e, 0xa5, 0xff, 0xab, 0x4f, 0x3e, 0xf4, 0x19, 0x46, 0xc9, 0x35, 0x8b, 0x79, 0x5d, 0x89, 0x55, 0x0e, 0x04, 0x69, 0x13, 0x70, 0xa4, 0x2d, 0x00, 0xa2, 0xff, 0xf2, 0x00, 0xa9, 0x5b, 0x57, 0x9c, 0x15, 0x6b, 0x09, 0x5e, 0x99, 0xde, 0x4e, 0xb2, 0x81, 0x02, 0xa5, 0x2a, 0x1c, 0xba, 0x03, 0xbf, 0x7e, 0xce, 0x1e, 0xdf, 0x68, 0x2d, 0x9a, 0xe4, 0xfe, 0xf0, 0xc5, 0x27, 0x18, 0xab, 0xce, 0x7a, 0x80, 0x0c, 0x63, 0xe1, 0x4b, 0x2a, 0xbf, 0x4e, 0xa1, 0xbe, 0xfd, 0xdc, 0x37, 0x1f, 0xbd, 0xe3, 0xfa, 0x0f, 0x0e, 0xb6, 0x66, 0x7a, 0x3e, 0xa9, 0x26, 0xd5, 0xfc, 0xcd, 0xce, 0xcf, 0x2e, 0xd0, 0x89, 0x17, 0x67, 0x97, 0x72, 0xf2, 0xd1, 0x27, 0x1f, 0xfa, 0x53, 0x86, 0xca, 0xf0, 0x0a, 0xaf, 0x31, 0x1e, 0x41, 0x35, 0xf1, 0x00, 0x9a, 0x89, 0x85, 0xb7, 0x52, 0xfc, 0x0c, 0x67, 0xf5, 0x59, 0xcf, 0x02, 0x0d, 0x03, 0x80, 0xd5, 0x52, 0x76, 0x73, 0x0a, 0x23, 0x1b, 0x68, 0x0b, 0xfd, 0x96, 0x6d, 0x45, 0xc7, 0x2b, 0x86, 0xe3, 0x15, 0x59, 0x6e, 0x34, 0x00, 0xa0, 0x02, 0x24, 0x39, 0xca, 0x23, 0x99, 0xd0, 0x20, 0x89, 0xa3, 0x3d, 0x92, 0xc9, 0x3a, 0xfa, 0x88, 0x7e, 0xf8, 0xc2, 0xf7, 0x7e, 0x74, 0xcb, 0xd5, 0xb7, 0x4f, 0xac, 0x77, 0x6f, 0xb9, 0x37, 0x1d, 0xcb, 0x58, 0x72, 0x3e, 0x67, 0xb7, 0xf2, 0xc6, 0xa3, 0x3f, 0xa6, 0x96, 0x5f, 0xe3, 0x68, 0x8f, 0xc6, 0xad, 0xe3, 0x3d, 0x80, 0x66, 0xe2, 0x05, 0xf8, 0x5f, 0x5e, 0xf1, 0xf9, 0xe5, 0x34, 0x2c, 0x53, 0x9b, 0xf3, 0x8a, 0x8d, 0x0d, 0xba, 0x12, 0x82, 0xd6, 0xdb, 0x66, 0xa0, 0x40, 0x72, 0x45, 0xcf, 0x0d, 0xf7, 0xb7, 0x71, 0x00, 0x6a, 0x60, 0x0f, 0xc0, 0xf3, 0x7d, 0x5e, 0xe1, 0x15, 0x0b, 0xe5, 0x07, 0x28, 0x94, 0xc0, 0xd0, 0xe5, 0x67, 0x5e, 0x79, 0xf2, 0xc5, 0xab, 0x2e, 0xb9, 0xf6, 0xa3, 0x7b, 0xbb, 0x2e, 0x7d, 0x24, 0x11, 0x4a, 0x39, 0x8d, 0xf1, 0xab, 0x04, 0x8e, 0x1e, 0xe5, 0xc5, 0x47, 0x9f, 0x78, 0xf0, 0x2f, 0x2c, 0x14, 0x5e, 0xe3, 0x94, 0x1c, 0x38, 0x85, 0xd7, 0x4c, 0x94, 0x5d, 0xb5, 0x00, 0x45, 0xc6, 0x84, 0x1a, 0x2d, 0xab, 0x42, 0xd9, 0x60, 0x0d, 0x09, 0x36, 0x82, 0x19, 0x38, 0xbc, 0x24, 0x83, 0x56, 0xc1, 0xa7, 0x3c, 0x8b, 0x8e, 0x6f, 0x4c, 0x0f, 0xc0, 0x52, 0x20, 0xb9, 0x8c, 0xa0, 0x57, 0xe2, 0x15, 0xde, 0x6c, 0xdd, 0xab, 0x6f, 0xbf, 0x74, 0x74, 0x61, 0xeb, 0xc2, 0x9d, 0xd7, 0xef, 0x7a, 0xcf, 0xb7, 0xa2, 0xb3, 0x89, 0x36, 0x5d, 0xf9, 0x5d, 0xbd, 0xb6, 0xe7, 0xbf, 0xfc, 0xc3, 0x07, 0x3e, 0xc3, 0x28, 0xb7, 0xc6, 0x51, 0x20, 0x9e, 0xf6, 0x68, 0x16, 0x8a, 0x5e, 0x8a, 0x1a, 0x99, 0xfd, 0xae, 0x88, 0x25, 0x5d, 0x53, 0x00, 0x90, 0x14, 0x63, 0x1a, 0x93, 0x7e, 0xc6, 0x47, 0x2b, 0x9f, 0x04, 0xe1, 0xfe, 0x4a, 0x03, 0x7b, 0x00, 0x9b, 0xcd, 0x96, 0xce, 0x51, 0x20, 0xc9, 0xc2, 0xf2, 0xcb, 0x16, 0x9e, 0x00, 0x38, 0xea, 0xc3, 0x03, 0x82, 0xce, 0x9f, 0x38, 0x77, 0x74, 0x74, 0x7c, 0x7e, 0xf2, 0xe6, 0xdf, 0xb8, 0xee, 0x9e, 0xef, 0x44, 0xa7, 0x12, 0x7d, 0xee, 0x75, 0xb6, 0xa7, 0xbe, 0xf4, 0x83, 0x07, 0x3e, 0xc5, 0xa5, 0x30, 0x55, 0x8b, 0x18, 0x80, 0xf7, 0x04, 0xfc, 0xba, 0x8c, 0x45, 0xa6, 0x88, 0x8f, 0x01, 0x56, 0xf6, 0x99, 0xae, 0x25, 0x00, 0xd8, 0x68, 0x1a, 0xd4, 0x98, 0x05, 0xaa, 0x84, 0x92, 0xd1, 0x2c, 0x90, 0xcd, 0xe8, 0x41, 0x1a, 0x90, 0x02, 0xc5, 0x4c, 0x3c, 0x80, 0x6c, 0x02, 0x00, 0xb0, 0xf0, 0x00, 0x12, 0xb7, 0xdd, 0x20, 0xc1, 0xe0, 0x4c, 0xec, 0xf1, 0x67, 0x1f, 0xb9, 0xe5, 0x37, 0x6e, 0xf9, 0xad, 0x0f, 0x7c, 0xe9, 0x07, 0x8f, 0x7c, 0x97, 0x53, 0x7e, 0x8d, 0xf3, 0x00, 0xaa, 0xc5, 0xb6, 0x8c, 0x49, 0x6a, 0x54, 0x33, 0xa1, 0x46, 0xcb, 0x4e, 0x71, 0xce, 0x2b, 0x00, 0xc8, 0xb4, 0x25, 0xd7, 0xc6, 0xf0, 0x57, 0xb9, 0xa2, 0x7a, 0x1e, 0x99, 0x50, 0x20, 0xf6, 0x78, 0xb9, 0x31, 0x3d, 0x40, 0xdc, 0x24, 0xe0, 0x95, 0x38, 0x10, 0x48, 0x26, 0x40, 0x90, 0x4d, 0x14, 0xdf, 0xd4, 0x3d, 0x62, 0xff, 0xe7, 0xaf, 0x3d, 0xf1, 0xe8, 0x37, 0xd9, 0x30, 0xcf, 0xe4, 0x57, 0xb5, 0x58, 0x56, 0x4d, 0x62, 0x84, 0x8c, 0x09, 0x30, 0x1a, 0xe3, 0x99, 0xae, 0xad, 0x18, 0x00, 0x83, 0x58, 0xa6, 0x94, 0x81, 0x50, 0x9a, 0x4a, 0x72, 0xf9, 0x66, 0xc7, 0x37, 0xa0, 0xa8, 0x1c, 0x55, 0x90, 0x4c, 0xbc, 0x80, 0x64, 0x42, 0x79, 0x24, 0x13, 0x2a, 0x54, 0x0a, 0x0c, 0x9a, 0x05, 0x00, 0x78, 0xa5, 0x07, 0x8b, 0xe0, 0x58, 0xe5, 0x40, 0xd2, 0x98, 0xac, 0x61, 0x4d, 0x79, 0x00, 0x1b, 0xd7, 0x92, 0xcb, 0xd5, 0xf6, 0x2c, 0x9d, 0x06, 0x95, 0xb9, 0x96, 0xe0, 0xa6, 0x18, 0xfb, 0x92, 0xcd, 0xad, 0x83, 0x85, 0x62, 0x9b, 0x59, 0x7f, 0xb9, 0x94, 0x17, 0x30, 0x51, 0x7e, 0xd5, 0x02, 0x0c, 0xaa, 0x09, 0x60, 0x9a, 0x87, 0x36, 0xaf, 0x39, 0x0a, 0x24, 0x19, 0x47, 0x3e, 0xab, 0xa4, 0x31, 0x4b, 0x92, 0xb8, 0xe3, 0x9b, 0x7b, 0xf0, 0x4b, 0x33, 0x4b, 0x2d, 0x64, 0x4d, 0x53, 0x20, 0xce, 0x82, 0x57, 0x55, 0x0a, 0x61, 0x6b, 0xdc, 0x18, 0x40, 0x88, 0x00, 0x40, 0x45, 0x16, 0xbc, 0xf2, 0xe3, 0xa1, 0xc8, 0x83, 0x08, 0x11, 0x00, 0x68, 0x22, 0x00, 0x48, 0x35, 0xe5, 0xee, 0xf9, 0xe3, 0x05, 0x00, 0x04, 0x00, 0x9a, 0x2b, 0x06, 0x20, 0x0a, 0x5b, 0x9b, 0x05, 0x97, 0x84, 0x07, 0x10, 0x00, 0x68, 0xee, 0x20, 0x58, 0x78, 0x00, 0x21, 0xe7, 0x35, 0x05, 0xaa, 0xa5, 0xf5, 0x36, 0x1b, 0x03, 0x30, 0x00, 0x10, 0xfa, 0x21, 0x00, 0xd0, 0x74, 0x31, 0x40, 0x0d, 0x14, 0xa6, 0xf8, 0x78, 0x91, 0x05, 0x12, 0x00, 0x68, 0xba, 0x20, 0xb8, 0x16, 0xbb, 0x6d, 0x3c, 0x5e, 0x30, 0x20, 0x01, 0x80, 0x26, 0x03, 0x80, 0x5c, 0x5f, 0x0a, 0x24, 0x3c, 0x80, 0x00, 0x40, 0x73, 0x05, 0xc1, 0x52, 0x4d, 0xf5, 0x3b, 0x34, 0x86, 0x10, 0x1e, 0x40, 0x00, 0xa0, 0xb9, 0x63, 0x80, 0x1a, 0x3c, 0x00, 0xf7, 0x21, 0x69, 0x81, 0x00, 0x01, 0x80, 0xa6, 0xa3, 0x40, 0xf5, 0x0c, 0x82, 0x65, 0x01, 0x00, 0x01, 0x80, 0xe6, 0xa3, 0x40, 0xb5, 0xb5, 0x03, 0x18, 0x8e, 0x17, 0x00, 0x10, 0x00, 0x68, 0x3e, 0x0a, 0x24, 0xd5, 0x72, 0x02, 0xe1, 0x01, 0x04, 0x00, 0x9a, 0x9b, 0x02, 0xc9, 0x35, 0xb4, 0xe4, 0xd2, 0xc2, 0x79, 0x83, 0x07, 0x11, 0x00, 0x10, 0x00, 0x68, 0x32, 0x0a, 0x24, 0x49, 0xb5, 0x65, 0x81, 0x8c, 0x31, 0x84, 0x50, 0x10, 0x01, 0x80, 0x26, 0xa3, 0x40, 0x35, 0xd5, 0xf0, 0x73, 0xc7, 0x8b, 0x76, 0x00, 0x01, 0x80, 0xf3, 0x2a, 0x06, 0x10, 0x1e, 0x40, 0x00, 0xa0, 0xe9, 0x63, 0x80, 0x9a, 0xd2, 0xa0, 0xdc, 0x31, 0xc2, 0x03, 0x08, 0x00, 0x34, 0x57, 0x0c, 0x50, 0x44, 0x81, 0xa4, 0x4a, 0x11, 0xc4, 0x51, 0x20, 0xa1, 0x20, 0x02, 0x00, 0x4d, 0x47, 0x81, 0xe4, 0xfa, 0x1d, 0x2f, 0x10, 0x20, 0x00, 0xd0, 0x54, 0x00, 0xa0, 0xc3, 0xa0, 0x54, 0xcf, 0xe1, 0xb3, 0x69, 0x50, 0xd1, 0x0e, 0x20, 0x00, 0xd0, 0xcc, 0x14, 0xa8, 0x46, 0x0f, 0x20, 0xaa, 0x41, 0x05, 0x00, 0x9a, 0x9b, 0x02, 0xc9, 0x52, 0x4d, 0x31, 0x80, 0xe8, 0x0f, 0x20, 0x00, 0xd0, 0xc4, 0x00, 0xa8, 0xb1, 0x3f, 0x00, 0xf0, 0x03, 0xe2, 0x0a, 0x04, 0x08, 0x00, 0x34, 0x55, 0x0c, 0xc0, 0x77, 0x6a, 0xaf, 0x1c, 0x40, 0xec, 0xf1, 0x6b, 0xe5, 0x3b, 0xc1, 0x42, 0x4a, 0xd0, 0x66, 0xf1, 0x08, 0x84, 0x08, 0x00, 0x08, 0x11, 0x22, 0x00, 0x20, 0x44, 0x88, 0x00, 0xc0, 0xda, 0xba, 0x39, 0xb9, 0xb2, 0x0f, 0x5d, 0x4b, 0x82, 0xf3, 0x0b, 0x00, 0xac, 0x25, 0xd9, 0x75, 0xe1, 0x2e, 0x70, 0xb9, 0x5c, 0x65, 0xed, 0xdb, 0xd2, 0xd2, 0x02, 0x1b, 0xd6, 0x6d, 0x10, 0x1a, 0x71, 0x9e, 0x49, 0xdd, 0xb3, 0x40, 0xad, 0xad, 0xad, 0x2b, 0x76, 0xf1, 0xec, 0x07, 0xed, 0x50, 0x22, 0x91, 0x45, 0xe8, 0x68, 0xef, 0xc8, 0x2f, 0x3b, 0x9d, 0x2e, 0xb8, 0xe4, 0xe2, 0x4b, 0xe1, 0xc8, 0xd1, 0xb7, 0x21, 0x1a, 0x8d, 0x5a, 0x9e, 0xc7, 0xe7, 0xf3, 0xc3, 0xde, 0xdd, 0x17, 0x19, 0xbe, 0x11, 0x0c, 0x9a, 0x06, 0xc1, 0x60, 0xd0, 0xb0, 0x1f, 0x82, 0xa9, 0xad, 0xad, 0x6d, 0xf9, 0x5e, 0x86, 0xcd, 0x26, 0x34, 0xb2, 0xd9, 0x01, 0x50, 0xae, 0xc5, 0xad, 0x87, 0xf0, 0xd5, 0x9e, 0x4f, 0x3f, 0xfb, 0x3c, 0xdc, 0xf9, 0xbe, 0xdb, 0xa1, 0xbb, 0xa7, 0x87, 0x01, 0x81, 0x93, 0x80, 0x60, 0x1f, 0x1c, 0x3e, 0x72, 0x98, 0x02, 0x84, 0x17, 0xaf, 0xd7, 0x0b, 0x17, 0xef, 0xbd, 0xd8, 0xf0, 0x5d, 0x00, 0x94, 0xfe, 0xb3, 0xa7, 0xe1, 0xf0, 0xd1, 0xe3, 0x45, 0x0a, 0xba, 0x92, 0xf7, 0x27, 0xa4, 0x31, 0x29, 0x90, 0xe1, 0x8b, 0x13, 0x95, 0x7c, 0x80, 0x62, 0xb9, 0xe5, 0x54, 0xff, 0x00, 0x7c, 0xfb, 0xbb, 0xdf, 0x83, 0x89, 0x89, 0x71, 0xc3, 0x7a, 0xbb, 0xdd, 0x01, 0xfb, 0x08, 0x08, 0xfc, 0xfe, 0x40, 0x11, 0x58, 0x2f, 0x22, 0xca, 0x6f, 0xb3, 0xdb, 0x0d, 0xeb, 0xcf, 0x10, 0xe5, 0xff, 0xfe, 0xf7, 0x7f, 0x0c, 0xd3, 0x33, 0x73, 0xab, 0x7a, 0x3f, 0x99, 0x0c, 0xff, 0xd5, 0x23, 0xfa, 0x8d, 0x60, 0x21, 0xab, 0x09, 0x00, 0x62, 0x75, 0x0d, 0x66, 0x74, 0x70, 0x70, 0x70, 0xd5, 0x2e, 0xfe, 0xe3, 0x1f, 0xfb, 0x8f, 0xd4, 0xc2, 0x1b, 0xae, 0x67, 0x68, 0x0c, 0xbe, 0xf1, 0x4f, 0xff, 0x02, 0xc3, 0x23, 0xc3, 0x46, 0xba, 0x44, 0xac, 0x37, 0x5a, 0xfa, 0x40, 0xa0, 0x25, 0xef, 0x19, 0x2e, 0xbe, 0x68, 0x1f, 0x38, 0x1c, 0xc6, 0xe3, 0xcf, 0x9d, 0x1b, 0x80, 0xef, 0x7c, 0xef, 0x09, 0x98, 0xe2, 0x94, 0x7f, 0xf3, 0xa6, 0x4d, 0x70, 0xd7, 0x07, 0x3f, 0xb0, 0x62, 0xf7, 0x96, 0x4c, 0x26, 0xe1, 0xec, 0xd9, 0xb3, 0xfc, 0xb3, 0x3f, 0x2e, 0x54, 0xb6, 0xce, 0x2c, 0xa2, 0xd2, 0x03, 0xee, 0xbb, 0xef, 0xbe, 0xef, 0x91, 0x17, 0x61, 0xd0, 0x84, 0xde, 0xde, 0xde, 0x15, 0xe5, 0xfe, 0xac, 0x0c, 0x0d, 0x0f, 0xc3, 0x97, 0x1f, 0xff, 0x3a, 0xa1, 0x37, 0x11, 0x63, 0x2c, 0xd2, 0x12, 0x80, 0x0f, 0xfd, 0xe6, 0x5d, 0xb0, 0x75, 0x4b, 0x1f, 0x67, 0x55, 0xd3, 0xd0, 0xdf, 0x7f, 0x0a, 0xb6, 0x6c, 0xd9, 0x0a, 0x6e, 0xb7, 0xc7, 0xb0, 0x6d, 0x78, 0x78, 0x08, 0xfe, 0xf1, 0x5b, 0xdf, 0x81, 0xb9, 0xf9, 0x05, 0xc3, 0xfa, 0x9e, 0xee, 0x2e, 0xf8, 0xa3, 0xdf, 0xff, 0x3d, 0xe2, 0x41, 0xfc, 0x2b, 0x72, 0x4f, 0xe9, 0x74, 0x1a, 0x46, 0x46, 0x46, 0x20, 0x1e, 0x8f, 0x1b, 0x9c, 0xed, 0xcc, 0xcc, 0x8c, 0xf7, 0xc0, 0x81, 0x03, 0x71, 0xa1, 0xb6, 0xab, 0x08, 0x80, 0x83, 0x07, 0x0f, 0x06, 0x48, 0xf0, 0x39, 0xa9, 0x69, 0x5a, 0xc3, 0x90, 0xe1, 0x50, 0x38, 0x0c, 0x4f, 0x3e, 0xf3, 0x1c, 0xfd, 0x65, 0xc5, 0xe3, 0x76, 0xc3, 0xaf, 0xdf, 0x7d, 0x27, 0xec, 0xd9, 0xb5, 0x67, 0xc9, 0x73, 0x8c, 0x8d, 0x8d, 0xc2, 0xd7, 0xfe, 0xf1, 0x9f, 0x89, 0xf2, 0x1b, 0x03, 0xdf, 0x8e, 0xf6, 0x76, 0x78, 0xdf, 0x2d, 0x37, 0xaf, 0x3a, 0xf7, 0x27, 0x46, 0xe7, 0xfe, 0x8f, 0x7f, 0xfc, 0xe3, 0x9f, 0x10, 0x2a, 0x5b, 0xe7, 0x44, 0x4a, 0xa5, 0x07, 0x1c, 0x3a, 0x74, 0x28, 0x71, 0xdb, 0x6d, 0xb7, 0x9d, 0x25, 0x2f, 0xe4, 0x83, 0xd0, 0x20, 0xd5, 0x62, 0x48, 0x67, 0x2e, 0xd8, 0xd6, 0x07, 0xe3, 0x13, 0x13, 0x10, 0x8d, 0xc6, 0xf2, 0xeb, 0x53, 0xc4, 0x92, 0x1e, 0x3b, 0x76, 0x12, 0xba, 0x3a, 0xdb, 0xa1, 0x87, 0x09, 0x8c, 0x79, 0x99, 0x98, 0x9c, 0x80, 0xc7, 0xbe, 0xfe, 0x2d, 0x98, 0x5f, 0x30, 0x2a, 0x7f, 0x57, 0x67, 0x07, 0xdc, 0x7e, 0xcb, 0x2f, 0x35, 0x42, 0xe0, 0x7b, 0xea, 0x8f, 0xff, 0xf8, 0x8f, 0x6f, 0x17, 0xea, 0xda, 0x00, 0x00, 0xc8, 0x81, 0xe0, 0xc8, 0xad, 0xb7, 0xde, 0xfa, 0x5d, 0x59, 0x96, 0xef, 0x20, 0x8b, 0x81, 0x46, 0xb8, 0x11, 0x3b, 0xe1, 0xf8, 0x3b, 0xb6, 0x6d, 0x83, 0xd9, 0xb9, 0x39, 0x08, 0x86, 0x0a, 0x9e, 0x20, 0x43, 0x82, 0xf4, 0xa3, 0x04, 0x04, 0xad, 0x01, 0x3f, 0xac, 0x5f, 0xbf, 0xbe, 0xe8, 0xb8, 0xa9, 0xe9, 0x29, 0xf8, 0xca, 0x57, 0xbf, 0x0e, 0x0b, 0xc1, 0x10, 0x47, 0x7b, 0xba, 0x89, 0xe5, 0xff, 0x25, 0x70, 0x3a, 0x1c, 0xab, 0x79, 0x5b, 0x2a, 0xf1, 0xb4, 0x07, 0x3f, 0xf1, 0x89, 0x4f, 0xfc, 0xb2, 0x50, 0xd5, 0x06, 0xa1, 0x40, 0xbc, 0x7c, 0xf1, 0x8b, 0x5f, 0xbc, 0x88, 0xfc, 0xe0, 0x0b, 0xea, 0x55, 0x55, 0x55, 0xce, 0x64, 0x32, 0x32, 0x79, 0x69, 0x12, 0x4e, 0xb8, 0x8c, 0x93, 0xbe, 0x8c, 0x7f, 0x8f, 0xf0, 0x5b, 0xfa, 0xd1, 0x66, 0x7e, 0x3d, 0xb3, 0x4c, 0x03, 0x73, 0x7d, 0x5e, 0xdf, 0xce, 0xee, 0xab, 0xcf, 0x93, 0x09, 0xf4, 0x75, 0xfa, 0x31, 0x08, 0xea, 0x81, 0xa1, 0xd1, 0x6b, 0x06, 0x47, 0x86, 0xbd, 0xfc, 0xb5, 0xbe, 0xff, 0xf6, 0x5b, 0xe0, 0xfa, 0xfd, 0xd7, 0xe6, 0xcb, 0x44, 0x11, 0x2c, 0x0f, 0x7f, 0xf9, 0x31, 0x58, 0xe0, 0x2d, 0x7f, 0x47, 0x47, 0x7a, 0xf7, 0xce, 0xed, 0x2f, 0xd8, 0x14, 0x25, 0x96, 0x1b, 0x29, 0x42, 0xc3, 0x09, 0xff, 0x84, 0xc9, 0xbc, 0x9a, 0x5b, 0x06, 0x7d, 0x9e, 0xdd, 0x87, 0x18, 0x09, 0x15, 0x27, 0x7d, 0x7f, 0x42, 0x1f, 0x69, 0xda, 0x4c, 0x5f, 0x9f, 0xdb, 0x46, 0x97, 0x71, 0x1b, 0xee, 0x43, 0xe6, 0x63, 0x64, 0x3a, 0xda, 0xdd, 0xdd, 0xfd, 0x2f, 0x77, 0xdf, 0x7d, 0x77, 0x52, 0xa8, 0x69, 0x03, 0x03, 0x80, 0xf3, 0x26, 0x38, 0xd9, 0x98, 0x79, 0x76, 0x59, 0xe6, 0xd6, 0xb1, 0xcb, 0x32, 0xb7, 0x4e, 0x66, 0x26, 0xf6, 0x58, 0xc9, 0xe4, 0x97, 0xfd, 0x12, 0x3a, 0xfd, 0x25, 0x8a, 0xa4, 0xdc, 0x78, 0xf3, 0x2d, 0x9f, 0x9d, 0x9a, 0x9d, 0xdd, 0xcd, 0x5f, 0xe4, 0x8d, 0x37, 0x5c, 0x0b, 0xef, 0x25, 0x96, 0x7d, 0x21, 0x18, 0x84, 0x87, 0xbe, 0xf4, 0x28, 0xa1, 0x3d, 0x46, 0xcb, 0xdf, 0xde, 0xde, 0x16, 0x3e, 0xfc, 0xc6, 0xeb, 0x9f, 0x9c, 0x9d, 0x9d, 0x45, 0x54, 0xe8, 0x1f, 0x9b, 0xc6, 0x7c, 0xa4, 0x9a, 0xfb, 0xd5, 0x98, 0xdf, 0x74, 0x6e, 0xbd, 0xca, 0x6c, 0x57, 0x73, 0xeb, 0xf5, 0xed, 0xec, 0x3a, 0x95, 0x3b, 0x26, 0xcd, 0xad, 0x67, 0xe7, 0x85, 0x34, 0x19, 0x00, 0x80, 0x51, 0x54, 0x9b, 0xc9, 0xfc, 0x52, 0x4a, 0xaf, 0x98, 0x28, 0x3c, 0x0b, 0x04, 0x89, 0x5b, 0x27, 0x95, 0x00, 0x02, 0x95, 0x9b, 0x6f, 0xbd, 0xed, 0xcf, 0xa6, 0xe7, 0xe6, 0xaf, 0x43, 0x4f, 0xc1, 0xca, 0x3b, 0x2f, 0xbb, 0x14, 0xfa, 0xcf, 0x0e, 0x14, 0x59, 0xfe, 0x8e, 0xb6, 0xb6, 0x85, 0x7f, 0x7b, 0xed, 0xd5, 0x8f, 0x05, 0x83, 0xc1, 0x48, 0x4e, 0x81, 0x59, 0x65, 0x57, 0x19, 0xa5, 0xd6, 0x2c, 0x14, 0x9f, 0xfd, 0xcd, 0x98, 0x80, 0x42, 0x35, 0x01, 0x03, 0x3b, 0xaf, 0xef, 0x2b, 0xa4, 0x49, 0x01, 0xa0, 0x0b, 0xaf, 0xf4, 0x66, 0x5e, 0x40, 0xe6, 0x80, 0x20, 0x71, 0xdb, 0x24, 0x13, 0xeb, 0x5f, 0xae, 0xf2, 0xeb, 0xbf, 0xf2, 0x7b, 0x7e, 0xe9, 0xd6, 0xdf, 0x99, 0x0f, 0x85, 0xee, 0x36, 0x69, 0x54, 0xe2, 0x68, 0x4f, 0xfb, 0xec, 0x6b, 0x2f, 0xbf, 0xf4, 0xd1, 0x70, 0x38, 0x1c, 0x63, 0x94, 0x9d, 0x05, 0x00, 0xab, 0xf4, 0x1a, 0xe7, 0x0d, 0xac, 0xbc, 0x80, 0xca, 0x6d, 0x4f, 0x73, 0x00, 0xc9, 0x70, 0xeb, 0x34, 0xa1, 0x92, 0x6b, 0x03, 0x00, 0xc0, 0x29, 0x30, 0x4f, 0x8b, 0x96, 0xa2, 0x3a, 0xf2, 0x12, 0xd6, 0x9e, 0x55, 0x7c, 0xb3, 0x09, 0x58, 0x40, 0x5c, 0x77, 0xc3, 0x0d, 0xb7, 0xc5, 0xd3, 0xea, 0xa7, 0x12, 0x89, 0x84, 0xe9, 0xfd, 0x76, 0x77, 0x76, 0x4e, 0xbd, 0xf6, 0xf2, 0x8b, 0xff, 0x21, 0x14, 0x0a, 0xc5, 0x18, 0x65, 0x07, 0x0b, 0x20, 0x98, 0x01, 0x22, 0x63, 0xa2, 0xec, 0x19, 0x8b, 0xed, 0x19, 0x0e, 0x24, 0x42, 0xf1, 0xd7, 0x28, 0x00, 0xac, 0x80, 0x20, 0x73, 0x9e, 0x40, 0x62, 0xd6, 0x4b, 0x16, 0xbc, 0x5f, 0xe2, 0x3c, 0x83, 0x64, 0x02, 0x0a, 0x60, 0x8e, 0xe7, 0xef, 0x4d, 0xba, 0x66, 0xff, 0xfe, 0xab, 0x34, 0xd9, 0xf6, 0xf7, 0x91, 0x68, 0xd4, 0x90, 0xf9, 0xea, 0xed, 0xea, 0x1a, 0x79, 0xe5, 0xc5, 0x17, 0x7e, 0x93, 0x58, 0xfe, 0x34, 0xa3, 0xf0, 0x60, 0xa2, 0xec, 0x50, 0x86, 0x07, 0xc8, 0x94, 0x00, 0x86, 0x99, 0x67, 0x10, 0x8a, 0x7f, 0x1e, 0x00, 0x80, 0x0f, 0x94, 0x79, 0xca, 0x23, 0x5b, 0xd0, 0x1e, 0xd9, 0x84, 0xf6, 0xf0, 0x96, 0x5f, 0xe6, 0x94, 0xde, 0xaa, 0x47, 0x3b, 0x9d, 0xdf, 0x77, 0xd9, 0x65, 0x3b, 0x5b, 0xda, 0xda, 0x1f, 0x5f, 0x08, 0x86, 0x68, 0x62, 0x7f, 0x5d, 0x77, 0xcf, 0xb9, 0xe7, 0x9f, 0x7d, 0xea, 0xd7, 0x52, 0x44, 0x98, 0x7d, 0x59, 0xeb, 0x0e, 0x26, 0xd4, 0xc7, 0x6c, 0x9e, 0x5d, 0x2e, 0xc7, 0x0b, 0x08, 0xc5, 0x3f, 0x4f, 0x01, 0x60, 0xe6, 0x15, 0x78, 0x7e, 0x6f, 0x96, 0xf1, 0x91, 0xad, 0x32, 0x3e, 0x9c, 0xe5, 0x97, 0x4c, 0xe2, 0x00, 0x36, 0x40, 0x87, 0x6d, 0xdb, 0xb6, 0xb5, 0x6f, 0xdb, 0x79, 0xe1, 0x0f, 0x6c, 0x76, 0xfb, 0xdc, 0xf3, 0x4f, 0x3f, 0x75, 0x67, 0x32, 0x99, 0xe4, 0xad, 0xbe, 0x9e, 0xf5, 0xe1, 0xc1, 0xa0, 0x71, 0x94, 0x88, 0x07, 0x80, 0xd9, 0x24, 0x94, 0x5e, 0x00, 0xa0, 0xac, 0x6b, 0xe0, 0xf9, 0xbd, 0x95, 0x07, 0xb0, 0xe2, 0xff, 0x60, 0xb2, 0x0c, 0x26, 0xcb, 0x54, 0x3a, 0x3b, 0x3b, 0x9d, 0x33, 0x33, 0x33, 0x09, 0x13, 0xc5, 0xd7, 0x38, 0xca, 0xa3, 0x99, 0x28, 0xfc, 0x52, 0x5e, 0x80, 0x8f, 0x15, 0x84, 0x08, 0x00, 0xd4, 0x0c, 0x08, 0x33, 0xda, 0x23, 0x99, 0x70, 0x7e, 0x89, 0xb3, 0xf8, 0xe5, 0xdc, 0x1f, 0xcb, 0xef, 0xc1, 0x04, 0x00, 0xaa, 0x09, 0x00, 0xcc, 0x52, 0xa4, 0xaa, 0x50, 0x78, 0x01, 0x80, 0xe5, 0x06, 0x85, 0x6c, 0x31, 0x0f, 0x4b, 0x78, 0x02, 0xf6, 0x3c, 0x9a, 0x05, 0x08, 0xb4, 0x12, 0xf3, 0x56, 0x20, 0x10, 0x22, 0x00, 0xd0, 0x50, 0xf7, 0x20, 0x2d, 0x01, 0x80, 0x52, 0x5e, 0x40, 0x33, 0x51, 0x6c, 0xa1, 0xe4, 0x42, 0x84, 0x08, 0x11, 0x22, 0x44, 0x88, 0x10, 0x21, 0x42, 0x84, 0x08, 0x11, 0xb2, 0x86, 0xe4, 0xff, 0x03, 0x74, 0x5f, 0xb8, 0x87, 0x06, 0x6c, 0x03, 0xa9, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int styles_192_png_len = 14274; wxmaxima-Version-18.02.0/art/config/maxima.svg000066400000000000000000000067121324204105000211650ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/config/media-playback-start-confdialogue.svg000066400000000000000000000357101324204105000263440ustar00rootroot00000000000000 image/svg+xml Media Playback Start Lapo Calamandrei play media music video player wxmaxima-Version-18.02.0/art/config/options.svg000066400000000000000000001075661324204105000214150ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz preferences settings control panel tweaks system wxmaxima-Version-18.02.0/art/config/styles.svg000066400000000000000000001312201324204105000212250ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz Themes skin color theme customize flavor wxmaxima-Version-18.02.0/art/generate_pngs.sh000077500000000000000000000037401324204105000211010ustar00rootroot00000000000000#!/bin/sh # convert SVG images to PNG and then to C Sourcecode (using xxd -i) for d in config statusbar toolbar ; do cd "$d" || exit cat >images.h </dev/null && optipng -o 7 "$PNGIMAGENAME" # optimize image, if optipng is available xxd -i "$PNGIMAGENAME" >> images.h rm -f "$PNGIMAGENAME" done done cd .. done wxmaxima-Version-18.02.0/art/license.txt000066400000000000000000000012321324204105000200760ustar00rootroot00000000000000 LGPL Toolbar Icons ------------------ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. https://www.gnu.org/copyleft/lesser.html Version: 03-29-2004 Author : Jens Neuwerk Contact: jenne@stockicons.org wxmaxima-Version-18.02.0/art/maximaicon.xpm000066400000000000000000001774661324204105000206150ustar00rootroot00000000000000/* XPM */ static char * maximaicon_xpm[] = { "179 169 256 2", " c None", ". c #000000", "+ c #0C0B1B", "@ c #160909", "# c #110D1A", "$ c #151115", "% c #1C100F", "& c #0D0C23", "* c #100E23", "= c #161426", "- c #1A1736", "; c #100E33", "> c #230E0E", ", c #271414", "' c #371716", ") c #25100F", "! c #201E3C", "~ c #221B28", "{ c #2E201F", "] c #282526", "^ c #2F2A36", "/ c #1C1946", "( c #1C1958", "_ c #211E4A", ": c #221E52", "< c #262449", "[ c #282555", "} c #302D5A", "| c #36335D", "1 c #353145", "2 c #2A2665", "3 c #2C2775", "4 c #312D65", "5 c #312D74", "6 c #393566", "7 c #383376", "8 c #1E1974", "9 c #481A1A", "0 c #551C1B", "a c #50201F", "b c #492525", "c c #5A2625", "d c #4D3134", "e c #691C1B", "f c #62201F", "g c #652827", "h c #6A302F", "i c #683131", "j c #762B2A", "k c #743534", "l c #73302F", "m c #413D6F", "n c #6A3860", "o c #6B413E", "p c #534747", "q c #4D4768", "r c #764C4A", "s c #756F6F", "t c #6C615D", "u c #231C98", "v c #322C88", "w c #332D95", "x c #3A3488", "y c #3A3496", "z c #2B2592", "A c #322CA4", "B c #342DB7", "C c #3B35A7", "D c #3B34B8", "E c #2B24AC", "F c #271FA7", "G c #342CCB", "H c #342CD7", "I c #3B34CA", "J c #3A32D6", "K c #2D25DA", "L c #352CE8", "M c #372DF8", "N c #3A32E5", "O c #3C31FA", "P c #2E25EC", "Q c #423C88", "R c #433D99", "S c #423CA9", "T c #433CB8", "U c #433BC8", "V c #433CD5", "W c #443CE6", "X c #463BFC", "Y c #4A4485", "Z c #494398", "` c #554E8E", " . c #4A44A5", ".. c #4A43BA", "+. c #514BA5", "@. c #524BBB", "#. c #5953A5", "$. c #5A52B8", "%. c #675795", "&. c #635ABB", "*. c #655CAB", "=. c #726796", "-. c #7067B3", ";. c #4A43C8", ">. c #4A43D5", ",. c #534BC7", "'. c #534BD6", "). c #5A52C9", "!. c #5A53D6", "~. c #4B42E7", "{. c #4C42F9", "]. c #544BE8", "^. c #554AFD", "/. c #5B53E5", "(. c #5C52FC", "_. c #625ACB", ":. c #625AD7", "<. c #614ED2", "[. c #635BE7", "}. c #655AFC", "|. c #6854FF", "1. c #6A62D9", "2. c #756AD0", "3. c #6B62E8", "4. c #6C62FC", "5. c #746BE8", "6. c #756AFD", "7. c #7B73E7", "8. c #7C72FE", "9. c #9F1D1C", "0. c #8B201F", "a. c #882928", "b. c #883635", "c. c #992B2A", "d. c #97302F", "e. c #993635", "f. c #8C302F", "g. c #B6211F", "h. c #A63938", "i. c #B92C2B", "j. c #B7302E", "k. c #B83937", "l. c #A42B29", "m. c #92403F", "n. c #A8403E", "o. c #B8403E", "p. c #954544", "q. c #8C514F", "r. c #9A605E", "s. c #90716F", "t. c #A94544", "u. c #B84846", "v. c #B8504E", "w. c #BA5251", "x. c #A95653", "y. c #B8605E", "z. c #B96763", "A. c #B67A76", "B. c #C8302F", "C. c #C63938", "D. c #D62E2C", "E. c #D6302E", "F. c #D63937", "G. c #C52E2C", "H. c #E53936", "I. c #F92E2B", "J. c #FB3936", "K. c #ED2F2D", "L. c #C8403E", "M. c #D6403E", "N. c #E9403E", "O. c #F9413E", "P. c #C74746", "Q. c #C7504E", "R. c #C95553", "S. c #D64846", "T. c #D9504E", "U. c #D75755", "V. c #D6605E", "W. c #C9605E", "X. c #D86663", "Y. c #D0716D", "Z. c #E64947", "`. c #E8504E", " + c #E65855", ".+ c #FA4946", "++ c #FB514D", "@+ c #FC5955", "#+ c #E6605D", "$+ c #FE615D", "%+ c #E86764", "&+ c #E97875", "*+ c #FD6965", "=+ c #FD716D", "-+ c #FD7873", ";+ c #E2716F", ">+ c #897DBB", ",+ c #837A85", "'+ c #8477CF", ")+ c #816CFF", "!+ c #8379E9", "~+ c #8578FE", "{+ c #927DFF", "]+ c #B8817E", "^+ c #FD827C", "/+ c #E5817C", "(+ c #918C8E", "_+ c #9186B2", ":+ c #A8928E", "<+ c #A399BD", "[+ c #BFBEBE", "}+ c #978CD2", "|+ c #8C81FE", "1+ c #9589FE", "2+ c #9D92FD", "3+ c #958BEA", "4+ c #A08CFF", "5+ c #A598FE", "6+ c #AA9AF2", "7+ c #ADA2FD", "8+ c #B6A8FE", "9+ c #BDB1FF", "0+ c #B2A6EC", "a+ c #A698DF", "b+ c #DA918D", "c+ c #CEAFAA", "d+ c #FE8984", "e+ c #FD918C", "f+ c #FE9A95", "g+ c #E9918D", "h+ c #FEA29C", "i+ c #EEA29C", "j+ c #FEAAA5", "k+ c #FEB2AB", "l+ c #FFB9B4", "m+ c #E5AEAB", "n+ c #DAA39C", "o+ c #C6B7FF", "p+ c #D2BCFF", "q+ c #C1ACF9", "r+ c #C2B0D4", "s+ c #FEC3BC", "t+ c #D6CDCE", "u+ c #CDC0FF", "v+ c #D7C7FE", "w+ c #DDCBF1", "x+ c #FECAC4", "y+ c #FFD3CC", "z+ c #FDD9D3", "A+ c #EDD2CF", "B+ c #E8D7FF", "C+ c #E8D5FA", "D+ c #FDE2DC", "E+ c #FEEBE6", "F+ c #FEFCFC", "G+ c #F7E9F3", " ", " ", " ", " ", " ", " ", " ", " ", " ", " . . . . . ", " . . . . . = < - . . ", " . . . + 2 S ....D T C T . ", " . . + 2 w C ..T ..T ..D T . . ", " . . < C C @.).,. .S C ..T y . . . ", " . . _ T C C ..@.).@...D 2 = . . . . . . . . . . ", " . . _ C y A C C .@.@.5 + . . . . . . . . . . . . + [ [ [ + . . . ", " . + C w z A C C w w & . . . . . . . . . . . . * 4 y ;.;.;.;.U U D x * . ", " . . 8 u u z C D ....+ . . . . . . . . . . . . - 7 U ;.;.;.;.,.;.>.U U I D * . ", " . - z A A @.1.).).Y . . . . . . . . . . . . + 5 U U U U ;.;.;.;.;.>.;.V I I v . . ", " . 2 A w T ).!.,.,.+ . . . . . . . . . . . 2 U U U U U U U ;.;.>.,.;.;.V U U J . . . ", " . v A C ,.).,...D . . . . . . . . . + C T U U I U U ;.;.V ;.;.'.;.>.;.V V I . . . ", " . . y T C ,.,.T T C . . . . . . . . < U U I U U U U U U U ;.;.;.>.'.;.>.V V I . . . . ", " . . S ..T ..,...T T - . . . . . . . . x I D I U U U U U U U ;.V >.>.;.>.,.>.>.>.v . . . . ", " . C S C ..,.@.D D 5 . . . . . . * S U D U U U I I U U V V V U >.;.>.'.>.'.>.>.+ . . . . . . . . . . . . . . $ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . y .@.,.....T T D = . . . . . . < D U ;.U U I U I I U U U V U V V ;.>.>.'.'.>.5 . . . . . 6 q q q q 6 | | 4 2 2 2 2 4 2 4 2 4 6 6 4 4 6 6 } | | | | | | | | } } } 2 [ [ [ ( [ : [ } 6 6 | } [ [ [ / ; [ [ : / _ / / < < < _ - _ _ _ / [ } [ [ & ", " . ` 1.).).@.....T T C + . . . . . . . [ ;.;.;.U U U V U U V U J V V V >.V >.>.>.'.'. .. . . . . . } 7.6+7+3+3+!+5.[.].~.~.W ~.~.~.]././.[.[./.[.3.3.3.5.2.7.7.7.5.1.3./.>.>.~.J N >.'.!.1.1.:.,.).).,.T D B U V U U U U T ...... .....@.T C .... .A z / . ", " . < ).$.@.....T D T U T 2 . . . . . 5 T ;.;.;.U U U U I U U J V I U V V V >.>.>.'.R . . . . . . . . =.6+0+3+3+!+6.[.].{.~.{.W ~.{.(.(.[.}.[.}.3.3.3.5.5.7.7.'+7.5.:.!./.].>.J J ~.>.'.1.1.1.:.,.;.;.I D U >.V >.>.>.;.).,.,.,.).).).).,.@...,...D w C 5 . . ", " . Y ......T ..T ..D T D I v 2 < x U U ..;.;.U U U I V U U V V U V V V >.>.>.~.x . . . . . . . . . 3+0+6+|+|+5.}.].{.{.W {.{.].].[./.}.[.3.3.3.5.5.7.7.!+7.7.3.3.!./.~.V N >.>.'.!.1.1.!.1.1.:.:.'.U V >.>.'.!.!.!.!._._._.1._.:.).).).).).)...D ;.Z . . . ", " . # +...........T T U T T D U I U U ;.;.;.;.;.I U U V U I V V V V V V V V U - . . . . . . . . . q 0+7+3+|+5.4.].{.{.{.~.{.].(.}.}.[.[.3.3.4.5.7.7.7.7.7.5.3.3./.].V W N >.>.!.1.1.:.1.!.:.!.'.V U >.>.~.'.'.!.!.)._._.:.).).,.).,.,.,.;.@.....).Z . . . ", " . + +.@.....T ;...T T T U I T T U U U U ;.;.;.;.V V V V V V J V W V V 5 . . . . . . . . . . . }+7+2+|+6.4.^.{.{.{.X {.^.[.}.[.4.}.3.4.7.8.7.7.|+3+7.7.3././.~.W N W ~./.[.3.1.3.!.:.'.>.>.U J >.>.'./.!.,.).).).!.).,.,.,.;...;...;.,.D D T x . . . . ", " . * x @.@.......T U U U T U I U U U U ;.;.>.>.>.;.V V V V V V U 5 & . . . . . . . . . . = 0+2+3+8.}.^.{.{.{.{.{.(.(.[.4.[.4.4.-.&.-.-.*.-.-.*.$.#.+. .S C C S .+.#.#.#.+.Z Z y v w w w ...'.!.!.).!.).).,.,.,.,.,...;...,.;.,.B C U x . . . . ", " . . . - Z ....U ..;.T T U U U U I V U ;.;.>.;.;.>.V V V U v / . . . . . . . . . . . . . =.7+1+8.}.^.{.{.{.{.^.(.}.4.4.4.4.8.#.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - } m .;.,.,.,.;.;.,.;.;.T T E D ,.$.. . . . ", " . . . . - Q ..;.T ;.D ;.I I U I ;.V U >.>.>.R y 5 [ + . . . . . . . . . . . . . . . 3+2+8.4.^.^.^.{.{.^.}.4.4.4.4.6.8.7.< . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [ R ;.,.;.;.;.T T E A I '.,.. . . . ", " . . . . . . @.;.;...;.;.;.I y : : . . . . . . . . . . . . . . . . . . . . . 1 2+8.4.^.^.{.{.^.(.}.4.4.4.6.6.8.8.2.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . - S ;.U ;.U ;.B U ,.,.T . . . . ", " . . . . Q @.T ;.;.;.;.U < . . . . . . . . . . . . . . . . . . . . . . . . -.8.6.^.^.{.{.^.(.4.4.4.6.6.8.8.|+|+` . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 I T D I F E U >.U . . . . . ", " . . q ).).,.,.;.;.;.< . . . . . . . . . . . . . . . . . . . . . ] 7.4.^.^.^.{.^.(.4.4.6.6.6.8.8.|+|+3+] . . . . . . . . . . . . . . . . [ ;.U B E D ;.;.I . . . . . ", " . ! !.).,...).,.,.[ . . . . . . . . . . . . . . . . . . . . ` 6.(.^.^.{.(.}.4.6.6.6.8.8.|+|+1+2+=.. . . . . . . . . 5 I E B ;.>.>.B . . . . . ", " . . Z @. . .@.).!.} . . . . . . . . . . . . . . . :.^.(.^.^.(.4.6.4.8.8.8.|+|+|+2+5+5+1 . . . . . . . w U '.'.'.'.T ; . . . . ", " . - ).@.@.@._.1.Z . . . . . . . . . . = |.^.^.^.(.4.8.8.8.8.|+|+1+2+2+7+2+!+. . . . . ; G U >.U U T < . . . . ", " . . Z ,.).).1.2.2.. . . . . . . . . . S (.(.^.}.6.8.8.8.8.|+|+1+2+7+7+2+1+Y . . . . . ..>.;.B B B [ . . . . ", " . + ;.,.,.).:.1.! . . . . . . . . . /.(.(.4.6.8.8.8.|+|+1+2+5+7+7+2+|+6.= . . . - >.>.I D U [ . . . . ", " . [ U ;.'.).).$.. . . . . . . . 5 ^.}.4.8.8.8.~+|+2+2+5+7+9+5+1+|+4.@.. . . . . T U D D U [ . . . . ", " . x U U >.;.,.6 . . . . . . . . @.}.6.8.|+|+|+1+2+5+7+9+7+2+|+8.4.^.2 . . . . 5 U U T U 2 . . . . ", " . S T U ;.;.'.# . . . . . . . @ . @ @ @ . @ @ . @ . @ . @ . . @ . @ . = }.6.|+8.|+|+2+2+7+7+9+7+2+|+8.(.{.~.. . . @ . @ . @ @ . @ @ . @ @ @ . @ . . @ @ . - I D ;.;.Z . . . . ", " . . U ;.;.U >.;.. . . . . . b g g g g c g h l g g h h h h l h l l l l j ' . . Y 8.|+|+|+2+2+7+7+9+9+7+1+|+4.(.{.}.#.. . . . 9 j f j l i k i h k k i i i i g i i c i h . . U ;.;.).Z . . . . ", " . . ..;.,.'.'.Z . . . . . . @ f.e.h.e.e.h.h.u.t.d.l.o.u.u.u.u.u.v.v.u.u.u.g . . . . 5.|+|+1+2+5+7+9+u+9+7+1+8.}.^.^.4.~+= . . . @ h.j.k.o.o.u.v.t.u.w.x.t.t.t.t.t.t.t.t.e.t.@ . . Z !.).,.Q . . . . ", " . . ,.,.).!.'.y . . . . . @ b.h.h.e.h.h.k.h.h.h.t.w.u.t.u.u.u.v.u.u.u.o.e.) . . . < |+1+2+5+7+9+9+u+9+2+|+6.(.{.4.~+2+'+. . . a j.j.n.o.v.w.v.v.u.w.v.t.t.t.t.t.t.t.t.t.e.@ . . Y ).).).Y . . . . ", " . . ....,.;.;.x . . . . . c g h a.d.h.h.h.h.h.u.w.R.v.k.k.u.u.u.v.u.u.P.g @ . . . =.2+2+7+7+9+u+u+7+2+|+4.^.(.8.1+5+2+| . % e.k.L.o.P.v.v.n.v.w.w.v.t.t.v.t.x.e.j k c i @ . . . } ).@.$.Y . . . . ", " . . ,.,.).,.). .. . . . . . . . { a a.9.c.l.h.h.o.n.k.u.u.u.P.Q.Q.v.P.n.) . . . ~ 3+7+8+9+o+v+o+8+1+6.}.^.6.|+7+2+1+&.. g k.k.L.v.Q.v.u.n.Q.w.w.w.u.t.t.b.g ' @ . . . . . . = $...@.,.. . . . ", " . Z !.,.!.:.!.. . . . . . . . . . @ 0 c.l.k.h.k.o.u.Q.Q.P.u.v.Q.Q.P.P.g . . . . ` 7+9+o+v+B+o+5+|+6.^.4.~+7+5+2+1+[ , h.P.S.R.Q.P.v.v.v.w.v.t.t.h.h.k ' . . . . . . . . . . . . . . . . . ", " . Q !.'.!.!.:.< . . . . . . . . @ h v.R.R.U.R.Q.Q.u.P.u.P.u.Q.Q.P.u.@ . . . . a+o+u+B+v+9+5+~+|.}.8.5+7+5+1+7.@ g L.P.Q.Q.Q.Q.R.R.w.R.w.u.u.t.g @ . . . . . . . . . . . . . . . . . . ", " . 6 1.[.3.1.3.#.. . . . . . . @ f.k.k.k.k.k.P.o.u.P.P.P.Q.Q.R.Q.l . . . = u+B+B+u+8+1+6.(.6.1+9+7+2+1+- % k.L.L.P.P.Q.w.v.v.Q.v.v.u.u.e.% . . . . . . . . . . . . . . . ", " . . !.!.>.'.!.!.! . . . . . ' h.k.k.k.k.k.P.u.P.P.P.P.R.R.R.u., . . . . _+G+B+o+7+~+}.}.|+8+8+5+2+&.+ g L.S.P.Q.v.Q.Q.v.Q.Q.u.u.u.u.b . . . . . . . . . . ", " . x >.,.>.>.'.,.. . . . . . . . @ l.j.j.k.C.C.k.L.P.P.P.P.Q.S.R.Q.j @ . . . w+B+o+5+8.|.~+5+o+8+5+1+7 @ k.L.P.P.Q.Q.Q.Q.Q.u.u.u.u.u.h.@ . . . . . ", " . + >.;.>.>.'.'. .. . . . . . . ~ ` m . f.k.j.j.j.k.C.L.L.P.P.S.P.T.T.U.t.) . . . p v+9+1+6.6.4+p+9+7+5+$.. g M.S.T.Q.T.Q.Q.Q.u.P.u.u.P.t.f.. . . . . ", " . x '.'.>.>.~.'.R . . . . . . . x '.}.4.8.< j k.k.C.k.G.C.C.C.P.P.S.S.P.T.U.U.c . . . . <+7+~+}.|+o+p+q+5+!+5 ) o.T.U.R.R.R.Q.Q.Q.Q.P.P.u.o.o.f.. . . . ", " . . @.'.>.'.].>.>. .# . . . . . . . < $./.^.^.^.(.4._ g k.k.C.k.B.k.B.C.F.P.S.S.S.T.U.U.v.@ . . ] 2+6.~+8+v+o+8+4+3.@ g T.U.U.U.U.R.T.Q.Q.P.P.u.L.u.P.l . . . . ", " . } !.'.'.'.>.>.~.'.* . . . . Y ).6.6.4.4.(.(.^.(./ c k.C.k.C.B.B.B.B.C.F.S.S.S.T.T.`.U.i . . . . ` 6.5+v+v+o+5+~+_ > o.U.U.U.U.U.Q.T.Q.S.P.P.P.P.k.u.c . . . . ", " . . Y !.!.!.'.'./.].].[ * Z /.(.3.4.6.6.6.4.4.}.(./ c L.k.C.C.C.B.C.B.E.F.F.S.S.S.T.`. +R.@ . . . . 2.p+B+p+8+1+:.# g `.#+U.U.U.U.T.Q.S.Q.P.P.L.P.u.u.c . . . ", " . . +.!.:.[././././.].].].(./.(.[.4.6.6.8.6.4.}./ c u.P.L.L.C.C.E.E.B.E.F.F.N.T.`.`. + +h . . . 1 G+v+o+5+~+: > Q.#+#+#+U.U.T.T.S.P.P.P.L.P.P.P.P.c . . . ", " . . +.:.3.3.[.[./.].(./.(.].(.(.}.4.4.8.8.8.8./ c u.P.P.L.o.k.C.F.E.E.E.H.F.Z.Z.`.`.@+v., . . . . _+w+8+|+@.* k #+%+%+ +U.R.T.T.S.S.S.P.P.P.P.P.P.c . . . ", " . . . .:.3.:.3.[.[.[./.(.(./.(.(.}.4.4.8.8.|+_ g L.P.L.P.e.f.L.F.F.F.D.D.H.H.Z.`.++ + +g . . . ] 0+5+6.Y % R.%+%+%+ +m.e.T.S.S.S.P.S.P.P.P.P.C.c . . . ", " . . . 7 :.3.[.[.1.3.3.3.3.4.}.}.(.(.(.4.4.6.8._ 0 L.P.P.S.e.' k.S.F.F.H.K.D.K.H..+`.@+@+R., . . . . q ~+-.. p.%+%+*+$+U.a f.T.T.T.S.S.P.P.S.L.L.L.c . . . ", " . . . .!.[.[.[.[.[.3.6.6.6.4.4.4.4.4.}.(.}.4.6.! g P.L.L.P.e.@ l S.S.H.H.H.K.K.K.K..+@+@+@+l . . . . }+q ' R.=+*+%+@+m.. f.Z.T.S.T.S.S.S.L.L.C.k.c . . . ", " . . = ,./.!././././.3.4.5.&.6.6.8.6.6.6.6.4.4.}.4./ c C.C.C.P.d.% > P.S.S.Z.N.H.K.K.I.J..+@+@+R.. . . ] . k =+*+*+#+@+' . d.T.`.T.T.S.S.F.F.C.P.u.c . . . ", " . . } ,.'.!././.[.[.3.3.1.< . . 6 #.2.8.8.8.8.6.6.6./ f G.i.G.S.h.% . j T.`.S.Z.O.H.J.I.I.J..+@+*+a . . . . , X.=+*+$+@+t.. . f.`.T.N.S.L.F.C.P.P.Q.R.d . . . ", " . . } '.'.].!.!././.[./.Y . . . . . . . . 1 6 6 Y &.&.- g B.C.F.S.d.> . ' L.Z.`.`..+.+J.J.J.I.J..+@+R.@ . . q.-+=+*+@+ +9 . . d.Z.Z.Z.F.S.S.P.R.R.W.W.i . . . ", " . . x '.'././.!./././.,.* . . . . . . . . . . . . . . . . c C.F.S.Z.l.@ . . j S.Z.++`.@+.+.+J.J.J.J.++ +c . . . > ;+=+*+*+@+h.$ . . c.Z.Z.N.S.`.U.V.X.X.W.W.i . . . ", " . . .!.!.'.!.!./.!./.7 . . . . . . . . . . . . . . . . . . g S.S.S.F.l.% . . 9 F.Z..+++`.@+++++.+J.J.J.++t.@ . . . r -+*+*+$+ +c . . . c..+`. +#+%+X.X.X.R.W.U.i . . . ", " . . Z !.!.!.!./.!./.!.} . . . . . . . . . . . . . . . . . . . g S.S.S.M.h.% . . . d.N..+++++@+@+@+@+++J.J.J.Z.c . . . , Y.=+*+*+$+t.@ . . . e. +%+;+;+X.X.X.X.X.U.R.i . . . ", " . . 7 ).:.:.:.!.[./.!.* . . . . . . . . . . . . . . . c L.S.S.S.h.> . . . ' H.J.O.++@+@+@+*+@+@+.+.+O.k.@ . . . r -+=+*+*+#+b . . . . p.&+&+&+;+X.X.X.U.U.U.U.i . . . ", " . . } _.:.:.:.:.:.1.$.# . . . . . . . . . . g T.S.S.S.e.% . . . . h.J.J.J..+++@+*+*+=+*+++.+O.9 . . . ' W.-+=+=+*+u.. . . . . x.&+-+&+%+%+V.U.U.T.T.S.c . . . ", " . ! ).:.:.:.:.:.:.#.. . . . . . . . . . h T.S.P.F.e.% . . . . ' O.O.O.O..+++@+$+=+-+=+@+@+L.. . . k ^+^+-+*+@+9 . . . . . p.-+&+%+ +T. +`.T.S.M.C.0 . . . ", " . . $.:.:.:._.:.1._.. . . . . . . . . . c P.Q.S.T.n.> . . . . @ e.++.+.+O..+.+@+$+*+-+^+-+$+9 . . . , /+d+=+$+$+x.. . . . . . p.*+ + +Z.M.S.M.S.F.C.C.0 . . . ", " . . Z ).:.)._.:.:._.# . . . . . . . . . i T.U.U.%+t.% . . . 9 S.@+++++++++++++$+=+^+d+^+x.@ . . r d+=+=+^+g+d . . . . . . e.@+++`.Z.Z.Z.S.S.P.S.T.h . . . ", " . ! ).:.:._.:.:.:.# . . . . . . . . . h S.T.U.U.t., . . @ h.@+@+$+@+$+@+@+@+$+=+^+e+b+^ . . . @ ;+-+e+j+s+]+$ . . . . Y . h.++`..+Z.`.Z.Z.Z.S.T.T.h . . . ", " . . @.'.,.'.).!.!.[ . . . . . . . . . l N.Z.Z.Z.h.) . . c %+*+*+*+*+*+*+*+$+$+*+^+e+r.@ . . . r h+l+z+y+m+p . . . . . *.. e.++++Z.`.`.`.`.`.`.`.T.g . . . ", " . 4 >.;.>.,.>.'.Z . . . . . . . . . g F.F.E.H.l.> . . $ w.-+-+-+=+-+-+-+-+-+=+=+^+/+d . . . ] [+F+D+x+k+z.@ . . . . . # . h.++++.+.+.+`.`.Z.Z.S.F.f . . . ", " . . T U V ;.V >.;.+ . . . . . . . . g F.F.F.H.l.> . . . c *+=+-+d+e+e+d+d+d+e+e+d+d+q.@ . . ]+G+z+l+h+^+b . . . . . . %.. d.++.+.+`..+Z.Z.N.M.S.S.c . . . ", " . 2 I I J I V J 2 . . . . . . . . g F.F.F.H.l.@ . . . @ C..+@+*+-+^+h+j+j+h+h+h+j+i+{ . . . ] [+m+h+f+e+z.. . . . . . q }+. c.++.+.+.+`.Z.Z.Z.M.S.S.g . . . ", " . . D I I J I J I . . . . . . . . g S.S.F.Z.l.% . . . 0 O.O..+O..+$+=+^+j+s+s+y+y+:+. . @ t k+k+h+f+d+b . . . . . ~ 5+2.. e.++++.+++Z.Z.Z.S.F.M.F.c . . . ", " . - I I I I I J 2 . . . . . . . g S.S.S.S.h.% . . . % k.++@+@+@+@+@+@+$+-+e+k+x+s+^ . . . , n+k+h+e+d+r.% . . . . . 2.{+_.. l..+.+O.O..+H.H.H.H.F.F.g . . . ", " . . w I I J I J J . . . . . . . . g P.T.T.`.t.% . . . i %+=+=+-+-+-+^+^+^+^+^+e+h+s.@ . . t s+k+h+e+/+c . . . . . =.4+4+2.. l.J.J.J.H.J.H.H.F.F.F.F.f . . . ", " . . I I I I J I w . . . . . . . i U.U. +U.t.% . . ) y.d+d+e+f+h+h+j+s+s+y+z+D+t+p . . % b+h+e+^+-+v.> . . . . m 7+4+{+2.. 9.J.I.K.J.H.H.K.K.H.E.E.f . . . ", " . _ I I I I I J : . . . . . . . i T.U.U. +t.> . . . i g+f+f+j+k+s+s+x+D+E+F+F+F+]+. . . q.^+^+*+$+ +9 . . . . $ !+{+)+)+_.. 9.I.I.I.I.K.K.D.K.D.D.D.0 . . . ", " . y I I U I I V . . . . . . . i T.T.U.U.t.> . . @ X.d+e+f+f+j+k+s+s+D+D+F+F+t+^ . . . ] c+x+s+k+f+y.@ . . . . %.~+)+)+)+<.. 9.J.J.J.K.H.H.H.D.E.F.E.g . . . ", " . . T I U U U V S . . . . . . . g S.T.T.`.h.% . . . r d+e+f+f+j+k+k+s+s+x+s+k+m+s . . . s E+s+k+h+h+d . . . . 1 8+5+4+{+{+<.. l..+.+.+Z.O.H.H.H.F.F.F.g . . . ", " . + U ;.;.>.;.;.R . . . . . . i S.T.T.T.t.% . . . % ;+d+d+d+e+^+^+-+=+^+k+E+E+G+$ . . ] [+E+D+y+s+]+. . . . @ w+v+p+q+8+4+'+. h.@+++++.+Z.Z.Z.F.Z.S.F.c . . . ", " . [ ;.,.;.>.,.>.7 . . . . . . i S.T.T.T.h.% . . . l $+@+++@+@+=+h+z+E+E+E+F+F+,+. . . ,+E+D+s+s+i+d . . . . s F+G+B+C+v+q+}+. c.++@+`.`.`.`.Z.T.S.S.S.g . . . ", " . 4 ,.,.,.,.'.,.[ . . . . . . g T.T.T.T.h.> . . , L.++=+f+k+x+x+s+s+D+E+E+E+t+] . . . $ A+F+F+E+s+]+% . . . @ F+F+F+F+G+B+w+^ . l..+.+.+.+Z.Z.Z.S.Z.S.S.c . . . ", " . Q ..,.,.,.,.,.[ . . . . . . g S.S.S.S.h.% . . . q.i+k+k+h+h+j+s+x+x+s+s+E+F+s . . . t s+E+D+F+E+p . . . . :+F+F+F+F+F+F+,+. . l..+J.J.J.H.N.H.Z.S.F.L.g . . . ", " . . R ,.;.;.,.,.).[ . . . . . g P.S.S.Z.h.> . . , Y.^+d+e+j+k+k+j+h+k+D+F+F+[+^ . . % [+s+j+s+x+:+$ . . . * t+B+B+C+C+C+r+. . . e.@+@+`.Z.Z.H.F.H.F.F.F.g . . . ", " . . ,.,.,.).,.).!.< . . . . . g F.F.E.H.l.@ . . . k d+e+f+f+f+e+d+j+D+F+F+E+k+t @ . . l ^+s+k+e+g+d . . . . =.p+p+v+v+v+q+, . . . e.@+ + +`.`.`.Z.S.F.S.F.c . . . ", " . . ,.$.).).).!._.[ . . . . . f B.D.D.D.9.> . . . $ &+d+d+^+^+^+h+x+E+F+F+h+h+c+, . . . { Y.@+^+k+h+z.@ . . @ ^ r+p+q+q+q+q+q . . . . l.@+++++`.`.`.T.T.S.S.S.c . . . ", " . . ,.,.,.).).).).Z . . . . . f G.D.E.F.d.% . . . x.-+-+=+-+f+l+z+E+D+k+^+s+k+d . . . o e+^+O.^+h+d . . . . 5 7+p+p+8+5+=.. . . . . c..+Z.`.Z.`.S.Z.S.S.T.S.c . . . ", " . . @.,.).!.,.).!.Z . . . . . c F.S.S.U.t.% . . . , #+*+-+f+l+s+y+y+h+*+h+j+e+n+@ . . ] c+^+^+$+O.x.@ . . . ' 8+)+{+4+q+}+. . . . . . c..+J..+Z.N.Z.S.S.S.S.S.c . . . ", " . . ,.@.).,.,.).,.).. . . . . g R.U.X.X.p.% . . @ m.-+d+j+k+s+s+h+$+^+h+e+d+s+o . . . r z+d+^+^+`.0 . . . . n p+q+~+|.)+~ . . . . . . e.++.+Z.H.S.Z.F.S.S.L.S.c . . . ", " . . ,.).).,.).,.,.,.- . . . . i U.R.U.T.h.% . . { &+f+j+l+s+h+=+$+d+f+=+e+k+A.$ . . . $ X.l+j+$+^+n.% . . . . {+{+8+p+{+m . . . . . . . t.%+`.`.Z.N.H.Z.F.S.F.C.g . . . ", " . . ,.,.,.,.,.,.).).Q . . . . . c R.S.S.S.e.% . . @ r.f+j+j+h+=+++-+e+^+=+f+h+i+r . . . . s ^+e+x+^+ +c . . . . +.)+)+{+4+>+. . . . . . . . p.&+*+ + +Z.S.S.M.F.F.L.g . . . . < } } 4 - ", " . Y ).,.,.).).).).).. . . . . g S.P.P.M.h.% . . { b+h+e+=+.+$+^+^+$+-+f+d+j+A., . . ] [+l+@+l+^+o.@ . . . $ !.)+|.6.!+. . . . . . . . p.%+%+%+%+U.U.S.S.F.P.C.c . . . . . ,.,.,.;.= ", " . Z ,.,.).)._.).:._.6 . . . . f P.S.M.S.e.% . . . r.e+-+.+++=+^+*+$+^+e+d+j+^+i . . s A+s+@+f+h+b . . . @ =.1+|.|.|.= . . . . . . . . m.%+;+%+%+X.X.U.R.T.P.P.g . . . . } ).;.,.R . . ", " . 4 @.@.$.)._._._.1.&.. . . . . g P.P.P.S.e.% . . . , =+++O.$+-+=+$+@+^+d+d+f+-+W.@ { c+z+s+*+*+]+. . . . ^ t+8+~+|.6 . . . . . . . . e. +#+%+X.U.U.U.U.T.Q.P.c . . . . . +.).,.,.4 . . . ", " . 1 ).).)._._._._.1.1.q . . . . c P.Q.P.T.e.% . . . h.O.++*+=+$+++$+^+-+d+e+=+-+p r s+y+s+^+.+b . . . . q F+F+4+&.. . . . . . . . d.`. +U.X.X.X.W.U.R.R.U.c . . . . - ).,.,.,.- . . . . ", " . . $.).&._._.1.)._.).!.- . . . . g P.P.P.T.e.% . . . 9 N.@+*+*+++++*+^+*+d+^+*+-+c+b+l+s+l+e+h.@ . . . & |.G+F+w+= . . . . . . . d.Z.T.T.T.U.U.U.X.R.R.R.d . . . . . +.).,.,.+.. . . . . ", " . +.)._._._.).'.'.,.,...+ . . . c P.P.S.P.e.% . . @ h.@+*+++O.@+=+-+=+d+-+$+=+l+j+k+l+l+g+i . . . . ` )+)+F+d . . . . . . . . a.Z.Z.Z.T.T.R.U.U.R.R.R.c . . . . . } ).,.,.,.7 . . . . . ", " . } @.,.,.,.).,.,.;.>.;.;.# . . . c P.P.P.P.d.% . . . c #+@+.+O.@+=+*+$+^+*+$+=+k+h+h+k+j+A., . . . . a+~+|.` . . . . . . . . a.Z.Z.S.S.S.S.Q.Q.R.R.R.d . . . . * ..,.,...,.[ . . . . . ", " . + ,.).).,.;.;.;.>.I V V I * . . . . c L.P.L.L.d.@ . . @ n.++.+O.$+-+$+*+-+$+@+*+j+f+f+j+g+d . . . . _+p+1+&.. . . . . . . . a.F.S.S.S.S.S.P.P.Q.Q.Q.c . . . . . R ;.,...,.,.. . . . . . ", " . . .;.U U U I I I U I V V U [ . . . . c P.C.L.C.d.% . . . b J.O.++*+$+$+*+=+$+++*+j+e+e+h+A.# . . . = '+C+a+= . . . . . . . . 0.F.F.F.S.F.P.S.P.P.P.Q.c . . . . . 4 ;.;.;.;.;.x . . . . . ", " . 4 U D I I D I U I U V >.>.~.T & . . . . . c k.C.C.P.d.@ . . . k.O.++$+@+@+=+=+@+++*+f+e+d+f+d . . . . m )+p+1 . . . . . . . . a.E.E.F.L.P.M.L.L.P.P.P.c . . . . . . _ U U U ;.U .._ . . . . . ", " . . C D U I U U ;.U V >.>.>.>.>.>.T [ . . . . . . . . . . . . . . . . . . . c P.L.k.C.d.@ . . . . . 9 O.@+$+@+@+*+$+++O.$+f+d+^+A.@ . . . ^ !+|.>+. . . . . . . . a.F.E.F.F.F.L.L.P.P.P.o.a . . . . . . . y ;.>.;.;.;.;.;.+ . . . . . ", " . 2 I U I ;.>.>.>.>.>.>.V V V W V N N J A w 2 2 2 . . . . . . . . . . . . c C.C.C.C.f.% . . . . . . . . . . . k.@+$+++@+$+@+++.+*+e+^+-+b . . . . m 4+:.. . . . . . . . . a.S.F.F.C.C.C.C.C.k.k.L.c . . . . . . . . [ ..>.U ;.;.;.,.,. .. . . . . . ", " . . C U ;.;.>.U >.>.>.J V V V J V V N J N L L N N L N M M O X ^.(.(.6.8._ 0 k.k.k.L.e., . . x 8.&.&.#.m . . . . 0 @+@+++@+*+@+++O.@+e+-+x.% . . . . 1+3+= . . . . . . . . . . . b.S.S.M.B.G.C.C.k.k.P.u.g . . . . . . . . . . . . * 5 U ;.>.;.;.U >.,.'.;.4 . . . . . ", " . _ U >.;.>.U V U V V I J J J J N H N L N N N N M M N X X {.(.4.4.6.6._ j k.k.o.L.n.' . . Q 6.6.6.6.4.(.T : . . ) P.++.+@+*+++.+O.@+d+&+g . . . . R )+q . . . . . . . . . . . . . . . . . > e.S.S.S.C.B.C.C.k.k.C.o.l . . . . . . . . . . . . . . . . . & 2 [ C U V V V >.V ;.U ;.,.;.;.;.- . . . . . ", " . . y ;.U ;.I U V I I J J J J J J L J N H H L N N W X {.].(.4.4.6.8.Q . b.L.o.P.u.u.' . . Q 6.6.6.6.|.X O X +.= . . . g .+.+@+@+++O..+@+d+w.$ . . . + <.3.-.-.$.&.'+>+2._.@.U @.>+[+<+-.)...v , l.L.P.P.k.C.C.C.C.L.k.k.b.. . . E B G D D D D D S . .>.~.~.V J V V V V V V U U V ;.;.>.;.;.... . . . . . ", " . * ..;.I U I I I I I J J J J H J H N N L N N W {.~.(./.3.4.4.6.8.7 . e.u.o.P.Q.R.b . . [ [.6.4.(.X M X |.~+3+1 . . @ k.++@+@+.+J.J.@+&+d . . . . %.6.|.~+4+4.^.~+8+4+)+|.X O 6.o+F+9+{+|.. ' k.M.S.P.P.P.P.L.C.k.k.L.k.@ . . L O M P P L N O ~.W ~.~.>.>.~.V >.>.W V V I I I U U >.>.;.;.5 . . . . . ", " . [ U I I I I J G J J I H J J H N H N J W ~.~.].]./.3.4.4.6.6.1.- , t.u.u.Q.w.Q.b.@ . . @.4.^.X M X ^.6.{+4+9+q . . . f `.@+++.+N..+@+x.@ . . . - }+)+^.6.4+)+^.}.1+6+~+4.^.X X {+v+B+5+8.. 0 i.i.k.L.P.Q.P.L.k.k.k.o.k.' . . 3 X O M M P M N N N W V ~.~.>.W V V V V I I I I V U >.;.U U < . . . . . ", " . . : I I I I G I I J H J H H J H J N V W ~.]./.[.3.4.3.6.4.8.$.. g u.u.u.u.u.o.n., . . ..^.X X O {.}.~+1+7+8+1+m . . . @ P. +`.O.N.O. +c . . . . 4 7+~+^.}.|+~+|.^.~+7+|+6.|.X X ^.2+B+v+m . 0.g.i.i.j.k.P.Q.u.L.k.k.k.k.j . . & {.X O M L P P L L N W W >.~.>.>.V V I V I U V >.U ;.U U U . . . . . . ", " . . v I I G I J G G J G J H J J W V ].]././.[.[.3.3.4.5.:.* . 9 h.u.u.u.w.u.v.R.t.@ . . H M M X |.8.|+2+8+2+~+6.< . . . c `.Z..+H.Z.t.@ . . . ; 6.4+{+|.}.)+{+|.X }.|+2+~+}.^.X M }.}+t @ e i.B.F.S.S.P.P.P.u.o.o.k.k.h.h.0 . . / ~.{.N N L L L L L N J W V >.>.>.V U U U V U >.U V ;.U x . . . . . ", " . . w I I I G I G H J J J V V >.~.'././.[.[.3.3.3.R y - @ 9 m.t.v.v.u.v.R.R.R.R.b.' . + u H ^.4.~+1+5+5+|+6.6.!+= . . @ n.Z.H.H.F.9 . . . . 3 6.1+1+|.^.4.{+6.^.(.8.5+~+6.(.J u u . % e B.B.S.S.S.S.Q.P.u.o.u.u.k.k.k.k.d.g @ . ( w ~.W N L L K K L H H J V V V U I U U U >.U U U ;.I _ . . . . . ", " . . / I G I G J J J V V V >.'.'./.!./.[.[...2 2 . @ ' g n.t.t.t.v.u.u.v.v.v.w.Q.p.k , . - 2 Q |+2+5+|+6.4.8.|+=.. . . . g S.N.N.l.@ . . . . {.}.{+1+4.{.}.~+6.(.X }.|+|+x 2 ; . > i e.C.S.M.F.k.j.j.k.k.k.o.o.u.u.u.k.h.k.h.e ' @ . ( 8 B N N H K K K H H H J I I I U U V U U U ;.>.U + . . . . . ", " . . / B I I J I V V >.>.'.'.!./.!.[.[.<.b ' b g b.e.h.t.t.n.u.t.t.v.v.v.u.v.Q.u.v.h.d.a.b a =.5+1+8.4.6.~+1+1+1 . . . ' o.N.C.0 . . . . z ^.|.~+2+4.^.^.6.)+|.{.^.6.%.9 9 e c.k.P.S.S.F.C.B.j.j.j.C.k.j.o.o.t.o.u.k.h.k.h.h.n.e.j 9 , d U J N N H K K H H J G I G ;.>.'.>.,.;.U U y . . . . . . ", " . . + w I I V U ;.>.'.!.!.!.:.[.[.:.$ b.t.n.e.n.t.n.n.t.t.v.v.v.w.w.v.u.u.u.P.k.k.C.j.j.C.e . $.4.4.6.~+1+1+-.. . . . . g F.c.@ . . . + J {.^.6.1+6.^.^.4.~+}.{.X R e G.F.B.C.M.S.S.P.C.j.j.j.j.j.j.k.k.o.o.o.t.t.t.n.h.h.h.h.h.c.h.t.v.% & I J N J H H H G G G J >.>.>.;.>.;.U D 2 . . . . . ", " . . . - C ;.>.'.,.'.!.!./.!.:.:.[.% b.t.n.p.t.t.t.t.x.w.w.w.v.v.v.v.u.v.u.u.k.k.C.j.B.C.e . + }.4.8.|+1+1+2+= . . . . . ..d k.' . . . . z X X ^.6.{+6.(.X |.6.6.(.X w c C.C.F.B.C.S.P.C.k.k.j.j.j.j.j.j.k.k.o.o.n.t.v.t.t.k.h.h.h.c.h.t.t.@ . 3 W V V W N H G G G V >.>.U ;.;.;.T U - . . . . . ", " . . . . - Z ,.'.!.).!.!.:.:.!./.Q k b.b.b.b.p.p.p.p.p.m.m.p.m.m.p.b.b.e.e.d.d.d.d.h.e.0 . . v 6.8.|+|+1+|+Y . . . . z }.'+k @ . . . - V X X ^.}.{+8.|.X (.4.6.(.X V n h.h.h.h.h.h.h.h.h.d.c.c.a.a.f.f.f.f.d.b.e.e.e.b.b.b.b.b.b.j b.b.b.@ . & D V W J J G K G H I V J U I I I ;.T . . . . . . ", " . . . . . . [ Z ,.!.:.:.!.!.!.'.7 @ + @ . @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ . . . : 6.8.|+|+1+~+_.. . . . . 3 M }.7+a++ . . + /.{.X X X |.8.~+}.X X }.)+}.{.X ].~ @ @ @ @ @ @ @ @ @ @ @ @ . @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ . @ . . . w V I J G G H G J J J G G I I I ;.5 . . . . . ", " . . . . . . . . [ [ Q . .S C / . . . . . . . . . . . . . . . . . . . . . . . . . . . : 8.8.|+|+|+8.}.. . . . . E I &.>+_+=.^ ! 1 _.;.U U ;.$.&.-.)...;.@.).$...D U < = . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 w y y y y y w w y w v z v w v y = . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + .8.8.|+|+~+6.}.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . } T T ..6.8.8.8.|+6.4.}.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 (.4.6.8.~+~+~+4.}.(.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 4.6.8.8.8.8.4.(.(.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . 1.6.8.8.8.6.}.^.(.4 . . . . ", " . . < 6.8.8.6.4.(.^.^.[ . . . . ", " . . :.6.8.6.}.^.^.^.2 . . . . ", " . . #.8.6.4.(.^.^.^.= . . . . ", " . [ 6.4.(.^.^.{.^.. . . . . ", " . 6 6.4.(.^.^.^.~.. . . . . ", " . m 6.4.^.^.{.^.,.. . . . . ", " . . Y 4./.^.~.{.^.4 . . . . . ", " . . $.[.(.{.{.{.{.# . . . . . ", " . # 3.(.].~.~.].~.. . . . . ", " . . #.4.].].{.~.~.y . . . . . ", " . . = [./.].~.~.~.{.* . . . . . ", " . . . . . . = _./.].].~.~.~.;.. . . . . . ", " . . . . . . . . . . . . . . . . . = _././.~.>.W ~.~.- . . . . . ", " . . 2 C >.,.>.,.Z Z +.} - . . . . . . . . . 7 ).!./.!.~.>.~.>.U . . . . . . ", " . + D I ;.;.,.,.!.)._.).).'.>.;.y 5 } [ 7 Z !.!.[.:.!.].~.W ~.W - . . . . . . ", " . . D U ;.;.;.,.).).).).!.,.'.;.V >.>.'.'.!.!.!.[.!./.].'.>.V W T . . . . . . ", " . 2 I U ;.;.;.,.,.)._.).'.>.;.>.V >.>.,.'.'.!.!.!.:.!.'.>.>.>.>.& . . . . . . ", " . D U ..;.;.,.,.).).).,.,.>.;.U >.;.>.'.'.!.!.!.!.!.!.'.>.V >.5 . . . . . . ", " . . T ;...;.,.,.,.).).).).;.>.U U >.;.'.,.).,.!.).!.'.'.'.V V T . . . . . . . ", " . . T ..;...@.,.).).).,.;.;.U U ;.;.'.,.,.'.).'.!.!.!.'.;.G D * . . . . . . ", " . ;.;...,.@.,.$.).).,.;.;.U U ;.>.>.,.'.,.,.).!.).;.'.>.B + . . . . . . . ", " . .;...@.,.@.).@.,.;.;.U U U ;.;.,.!.).!.!.).).'.'.>.;.[ . . . . . . . ", " . 4 ..@.,.,.@.,.@.....;.U U ;.;.,.,.).,.,.).!.).!.;.T _ . . . . . . . ", " . .,.@.$.$.,.@...;.U T U ;.,.,.,.;.S D T ..,.'.T + . . . . . . . . ", " . + +.@.@.,.,.@.T ;.U T ;...;.,.T T ;.,.).,...v + . . . . . . . . ", " . + Z @.,.,...T U T ;.;...;...@.,.!.1.1.).< . . . . . . . . . ", " . . = Z ....;.T U T ..;...,.).).,.+.[ . . . . . . . . . . ", " . . . . + 2 x y ..T ;...,.Y x [ # . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . ", " . . . . . ", " ", " ", " ", " ", " "}; wxmaxima-Version-18.02.0/art/readme.txt000066400000000000000000000012761324204105000177210ustar00rootroot00000000000000Toolbar icons (in toolbar/ subdirectory) and the config icons (in config/ subdirectory) are from the Tango project (http://tango.freedesktop.org). They originally were released under the Creative Commons Attribution Share-Alike license (https://creativecommons.org/licenses/by-sa/2.5/) but since then have been released to the public domain. They were renamed to match the names of the gtk system icons they replace. wxMaxima icons (wxmac.icns, maximaicon.ico, wxmaxima.png) were created by Sven Hodapp (http://4pple.de) and are under GPL. wxmaxima.svg was an attempt to make a scaleable vector image that resembles these icons by Gunter Königsmann (http://www.physikbuch.de) and is under GPL, too. wxmaxima-Version-18.02.0/art/statusbar/000077500000000000000000000000001324204105000177255ustar00rootroot00000000000000wxmaxima-Version-18.02.0/art/statusbar/.gitignore000066400000000000000000000000051324204105000217100ustar00rootroot00000000000000*.pngwxmaxima-Version-18.02.0/art/statusbar/images.h000066400000000000000000045457251324204105000213710ustar00rootroot00000000000000/* Automatically generated file using generate_pngs.sh */ /* SVG images are converted to PNG (using inkscape) and then converted to C using xxd */ /* This file is part of wxMaxima. */ /* Copyright (C) 2018 wxMaxima Team (https://andrejv.github.io/wxmaxima/) */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License, or */ /* (at your option) any later version. */ /* 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. */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ unsigned char network_error_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x33, 0x11, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x90, 0x1c, 0x57, 0x99, 0xe6, 0x9f, 0x59, 0x47, 0x57, 0xf5, 0x7d, 0xb7, 0xce, 0xd6, 0x61, 0x49, 0x96, 0x2d, 0x4b, 0x96, 0x64, 0xf9, 0x66, 0x7c, 0x60, 0x66, 0x1c, 0x0c, 0x5e, 0x66, 0x31, 0x88, 0x98, 0x59, 0x73, 0x6d, 0xc0, 0x02, 0x36, 0x8c, 0x19, 0x66, 0x81, 0x0d, 0x36, 0x02, 0xc6, 0x13, 0x1b, 0xb3, 0x30, 0x8c, 0x0d, 0xac, 0x77, 0x19, 0xd6, 0xde, 0x19, 0x58, 0x62, 0x59, 0x08, 0xec, 0x80, 0x01, 0xb3, 0x2c, 0x18, 0xb0, 0x3d, 0xbe, 0xd6, 0x96, 0x4f, 0xc9, 0x92, 0x75, 0x75, 0xab, 0x5b, 0x47, 0x1f, 0xea, 0xbb, 0xab, 0xba, 0xba, 0xeb, 0xcc, 0xcc, 0xfd, 0xff, 0xf7, 0xf2, 0x65, 0xbe, 0xbc, 0xaa, 0xb2, 0xba, 0x4b, 0xed, 0xa1, 0x45, 0xda, 0xa9, 0xaa, 0xce, 0xaa, 0xcc, 0xca, 0x7c, 0xff, 0xff, 0xbe, 0xff, 0xfe, 0x5f, 0x14, 0x7e, 0xbf, 0x5d, 0xd4, 0x5b, 0xf4, 0xf7, 0x43, 0xf0, 0x7b, 0x06, 0xf8, 0x17, 0xbb, 0xdd, 0x77, 0xdf, 0x7d, 0xd1, 0xb6, 0xb6, 0xb6, 0x4d, 0xa5, 0x52, 0x69, 0x6b, 0x24, 0x12, 0x69, 0xa8, 0xf5, 0xf5, 0x35, 0x4d, 0x0b, 0x75, 0xac, 0x9a, 0xef, 0xd6, 0xf2, 0x98, 0x61, 0x18, 0x19, 0x45, 0x51, 0x4e, 0x7c, 0xf5, 0xab, 0x5f, 0x1d, 0xa4, 0x3f, 0x2f, 0x2a, 0x06, 0x78, 0xe0, 0x81, 0x07, 0x6e, 0x55, 0x55, 0xf5, 0x5b, 0xba, 0xae, 0x5f, 0x86, 0xaf, 0x34, 0x18, 0x35, 0xbd, 0x3e, 0x5d, 0x0f, 0x07, 0x97, 0xbd, 0x8a, 0x6b, 0x07, 0x1d, 0x73, 0x9f, 0x17, 0xf6, 0x98, 0xfb, 0xfc, 0x4a, 0xc7, 0xfc, 0x7e, 0x9b, 0xf6, 0xcf, 0x7f, 0xfe, 0xf3, 0xcf, 0x23, 0x73, 0xfc, 0xf9, 0xd7, 0xbf, 0xfe, 0xf5, 0xd7, 0x2f, 0x0a, 0x06, 0x40, 0xe2, 0xef, 0x41, 0xa2, 0xff, 0x0a, 0xdf, 0xc6, 0x63, 0xb1, 0x18, 0xd4, 0xd7, 0xd7, 0xb3, 0xc1, 0xa1, 0x3d, 0x1a, 0x8d, 0x2e, 0x99, 0xf0, 0x95, 0x08, 0x1b, 0x86, 0x78, 0x95, 0x18, 0x21, 0xec, 0xb5, 0x88, 0xb9, 0xe9, 0x99, 0xfc, 0xbe, 0x5f, 0x2c, 0x16, 0x61, 0x62, 0x62, 0x02, 0x72, 0xb9, 0xdc, 0x8d, 0xf8, 0xbd, 0x27, 0x3e, 0xfb, 0xd9, 0xcf, 0x5e, 0xf3, 0x8d, 0x6f, 0x7c, 0xa3, 0x7f, 0xc5, 0x33, 0x00, 0x3e, 0xec, 0xd7, 0x88, 0xf8, 0x9d, 0x9d, 0x9d, 0x70, 0xeb, 0xad, 0xb7, 0x40, 0x32, 0x99, 0x04, 0xa4, 0x7e, 0xb5, 0xa4, 0x0e, 0x79, 0xc8, 0x08, 0x75, 0x19, 0xa3, 0x0a, 0x04, 0xf6, 0x07, 0x2b, 0x03, 0x2a, 0xff, 0x94, 0x8b, 0xa1, 0x74, 0x03, 0x52, 0xe9, 0x34, 0xfc, 0xf4, 0x9f, 0x7e, 0x0a, 0xe3, 0xe3, 0xe3, 0x6d, 0x78, 0xe8, 0x2b, 0xb8, 0xef, 0x5f, 0xd1, 0x0c, 0xf0, 0xc8, 0x23, 0x8f, 0x44, 0x86, 0x87, 0x87, 0xaf, 0xa3, 0xf7, 0xfb, 0xae, 0xde, 0x07, 0x6d, 0xed, 0x6d, 0x8b, 0x99, 0xe7, 0x55, 0x10, 0x66, 0x71, 0xd7, 0xf2, 0xfd, 0x64, 0x09, 0x52, 0xca, 0xc3, 0x60, 0xe6, 0x9f, 0xf5, 0x0d, 0xf5, 0x70, 0xcb, 0x2d, 0x37, 0xc3, 0x8f, 0x7e, 0xf4, 0x08, 0xfd, 0x79, 0x1b, 0xea, 0x45, 0x2a, 0xee, 0xfa, 0x8a, 0x65, 0x80, 0xb3, 0x67, 0xcf, 0xb6, 0xa1, 0xc2, 0xd7, 0x48, 0xd0, 0xd8, 0xda, 0xd2, 0xca, 0x8e, 0x15, 0x8b, 0x05, 0xc8, 0xe6, 0x16, 0x16, 0x37, 0x90, 0x2e, 0xd8, 0xad, 0x6e, 0x62, 0x1a, 0x01, 0xdf, 0x37, 0xc2, 0x23, 0x85, 0x11, 0x2c, 0x8a, 0x2c, 0xb8, 0x0f, 0x38, 0xa7, 0xa9, 0xa9, 0x19, 0x65, 0x60, 0x1d, 0x74, 0x77, 0x77, 0x8b, 0xef, 0xb6, 0xa5, 0x52, 0x29, 0x1a, 0x94, 0xe9, 0x15, 0xcb, 0x00, 0x75, 0x75, 0x75, 0x4d, 0xa8, 0xf5, 0x03, 0xc9, 0x7e, 0x45, 0xe5, 0xb0, 0x5f, 0x2c, 0x15, 0x61, 0x21, 0x37, 0x0f, 0xf9, 0xbc, 0x06, 0xaf, 0xbc, 0x3c, 0x66, 0x7d, 0xb7, 0xbe, 0x3e, 0x8a, 0xdf, 0x8b, 0x84, 0x20, 0xb0, 0x51, 0x96, 0x59, 0xea, 0x93, 0x74, 0x1d, 0xb5, 0x32, 0xdd, 0x2a, 0x10, 0x3f, 0x99, 0x8c, 0x38, 0xaf, 0x13, 0x42, 0x7c, 0x44, 0xa2, 0x0a, 0x7b, 0x0e, 0xf7, 0x8f, 0xd2, 0x39, 0x89, 0x44, 0x92, 0x31, 0x00, 0x4e, 0x08, 0xb6, 0xd3, 0xb8, 0xa0, 0x5e, 0xd0, 0xb4, 0xa2, 0x19, 0xa0, 0x50, 0x28, 0x34, 0x0b, 0xc5, 0x48, 0x35, 0xe5, 0xbe, 0x61, 0x70, 0xc4, 0x1b, 0x1a, 0xca, 0xc0, 0x87, 0xee, 0xfa, 0xf5, 0x8a, 0xb2, 0xc3, 0x49, 0xb1, 0xfd, 0xc1, 0x8f, 0xde, 0x01, 0xbb, 0x76, 0x75, 0x78, 0x18, 0x53, 0x3c, 0xb7, 0x82, 0xe3, 0x41, 0x13, 0x82, 0x94, 0x42, 0xfc, 0x7e, 0xf3, 0x8a, 0xd6, 0x01, 0x90, 0xf0, 0x4d, 0x68, 0xfa, 0x71, 0x04, 0x30, 0x19, 0x40, 0x37, 0x67, 0x77, 0x66, 0xae, 0xc8, 0x5e, 0xdf, 0xfb, 0x5e, 0x95, 0xcd, 0x1a, 0xc3, 0x50, 0x4c, 0xb9, 0x6e, 0xf8, 0xca, 0xf9, 0x7c, 0xbe, 0x20, 0x1d, 0x33, 0x3c, 0xfa, 0x00, 0x47, 0x0d, 0xfa, 0x0d, 0xd5, 0x57, 0x54, 0x94, 0xbb, 0x36, 0x6d, 0xa5, 0x92, 0x6e, 0xda, 0xee, 0x86, 0x79, 0x2f, 0x8a, 0xef, 0xf7, 0xfc, 0xaf, 0x63, 0xc0, 0xc8, 0xc8, 0x14, 0x9c, 0x3c, 0xb9, 0x06, 0x86, 0x87, 0xe6, 0x19, 0x03, 0x10, 0xe1, 0x17, 0xe6, 0xb3, 0xec, 0x3b, 0x89, 0x64, 0x1d, 0xd0, 0x38, 0x30, 0xa5, 0x18, 0xc7, 0x81, 0xc6, 0xc3, 0xb4, 0x1a, 0x9a, 0x56, 0x34, 0x03, 0xe0, 0x43, 0x37, 0x99, 0x8c, 0x60, 0x89, 0x00, 0x31, 0x13, 0xe6, 0xe6, 0x38, 0x41, 0x37, 0x6f, 0xee, 0x46, 0xb8, 0x8d, 0xba, 0xcc, 0x26, 0x73, 0xee, 0x18, 0xb6, 0xc1, 0xe0, 0xf7, 0x19, 0x80, 0x21, 0x31, 0x80, 0xdf, 0x71, 0xc3, 0x41, 0x44, 0x7e, 0xbd, 0xe0, 0xcf, 0xf8, 0xb1, 0xe0, 0xcf, 0xfd, 0x3f, 0xe3, 0xbf, 0xa9, 0xeb, 0xd3, 0x30, 0x30, 0xa0, 0xe3, 0x73, 0x15, 0x19, 0xf1, 0xfb, 0x4f, 0x0e, 0xc2, 0xd8, 0xe8, 0x18, 0xac, 0x5d, 0xb7, 0x06, 0x3a, 0x3a, 0x3b, 0xa0, 0xa5, 0x49, 0x20, 0x80, 0x62, 0x99, 0x8a, 0xb8, 0xaf, 0x6c, 0x06, 0x20, 0x88, 0xa3, 0x07, 0x65, 0x0c, 0xa0, 0xa8, 0x8e, 0xc1, 0xcb, 0x64, 0x0a, 0x26, 0x4a, 0x18, 0x38, 0xf3, 0xf4, 0x40, 0x42, 0xf3, 0x89, 0x63, 0xb8, 0x88, 0x04, 0xa1, 0x08, 0xed, 0x66, 0x12, 0xce, 0x94, 0x4b, 0x23, 0xb4, 0x7c, 0x9f, 0xf2, 0x71, 0x12, 0x75, 0x91, 0x88, 0x6e, 0x31, 0x76, 0x47, 0x67, 0x1b, 0xa4, 0x66, 0x53, 0x96, 0x68, 0xd0, 0x0d, 0x4d, 0x98, 0xc5, 0x16, 0x02, 0xe0, 0xb6, 0xb2, 0x45, 0x80, 0xe0, 0x70, 0xa7, 0x08, 0x10, 0x08, 0x50, 0xc4, 0xe3, 0x8a, 0xe9, 0x31, 0xd3, 0x2b, 0x12, 0xda, 0x8f, 0x98, 0xcb, 0x4f, 0x68, 0x25, 0xf0, 0xf7, 0x88, 0xc1, 0x55, 0x95, 0x23, 0x00, 0x53, 0xf1, 0xdb, 0x5a, 0xe1, 0xaa, 0xab, 0x77, 0x5b, 0x7a, 0x80, 0xf8, 0x0d, 0xc5, 0x14, 0x01, 0xf2, 0xf8, 0xac, 0x68, 0x06, 0x10, 0x1e, 0x3f, 0x55, 0x88, 0x00, 0xdd, 0xb0, 0x44, 0x40, 0x22, 0x01, 0x6c, 0xf6, 0xd7, 0x8a, 0xd0, 0x41, 0xe7, 0xfa, 0x7f, 0x66, 0x13, 0xda, 0xfe, 0xae, 0xe1, 0xfa, 0x3d, 0xc5, 0xc5, 0x24, 0x1c, 0x91, 0xec, 0x73, 0xec, 0xef, 0x93, 0x66, 0xaf, 0xa8, 0x1a, 0x47, 0x00, 0xc3, 0x6b, 0x9d, 0x08, 0xc6, 0x27, 0x46, 0x11, 0x08, 0x70, 0x51, 0x88, 0x00, 0x4b, 0x07, 0x10, 0x08, 0x80, 0x23, 0x48, 0x0f, 0x3f, 0x97, 0x2e, 0xa0, 0x99, 0x28, 0xfe, 0xbe, 0x10, 0x84, 0x56, 0x6c, 0x12, 0x38, 0x3e, 0xf3, 0x2a, 0x87, 0xb2, 0xa2, 0x27, 0x3e, 0xe3, 0x84, 0xd6, 0x7d, 0x98, 0x00, 0x4c, 0xb4, 0x72, 0xde, 0x33, 0x41, 0x3b, 0x18, 0x45, 0x4b, 0xb9, 0xcd, 0x65, 0x73, 0x70, 0xec, 0xd8, 0x49, 0x68, 0x6e, 0x6e, 0x86, 0xce, 0xae, 0x0e, 0xa8, 0x43, 0x13, 0x90, 0x8b, 0x00, 0x05, 0xe2, 0xf1, 0x38, 0xbb, 0x16, 0x3e, 0x7b, 0xf3, 0x4a, 0x67, 0x80, 0x26, 0x5b, 0x07, 0x50, 0x4c, 0x22, 0xf0, 0xd1, 0x9b, 0x9f, 0x2f, 0xe2, 0xac, 0xd1, 0x2c, 0xed, 0xb8, 0x1a, 0x42, 0xdb, 0x4c, 0x22, 0x13, 0x4d, 0x71, 0x7d, 0x5f, 0xb7, 0x18, 0x21, 0x68, 0xc6, 0x7b, 0x19, 0xc7, 0x69, 0xf4, 0xf3, 0x7b, 0xd1, 0xa5, 0xdf, 0x75, 0x9f, 0xa3, 0x48, 0xa8, 0xa0, 0xe2, 0xae, 0xc1, 0xec, 0x6c, 0x9e, 0xcd, 0xfa, 0xcc, 0xfc, 0x02, 0x4c, 0x4f, 0xce, 0x40, 0x12, 0xed, 0xff, 0x52, 0x91, 0x6c, 0xfe, 0x12, 0x3b, 0x51, 0x20, 0xa2, 0x19, 0x30, 0x5a, 0xf9, 0x22, 0xc0, 0x83, 0x00, 0x86, 0x10, 0x01, 0x25, 0xa0, 0x58, 0x10, 0x89, 0x00, 0x5b, 0x8e, 0x06, 0xcb, 0x6a, 0x99, 0x70, 0x62, 0x06, 0xca, 0x9a, 0xbb, 0x0c, 0xd9, 0x7e, 0xb0, 0x6f, 0x5b, 0x26, 0x7e, 0x04, 0x77, 0x33, 0x9d, 0x9f, 0xa9, 0x48, 0x84, 0xf6, 0x8a, 0x04, 0xc1, 0x18, 0x91, 0x08, 0x29, 0x81, 0x05, 0xc6, 0x00, 0x42, 0x09, 0x7c, 0xdb, 0xcd, 0xd7, 0x41, 0x21, 0x5f, 0x84, 0xba, 0x44, 0x1c, 0x94, 0x88, 0xc2, 0xd9, 0xf1, 0x62, 0x62, 0x00, 0xf2, 0x80, 0xba, 0x19, 0x40, 0xcc, 0xa8, 0x0c, 0xca, 0x4a, 0x8e, 0x00, 0xf6, 0x8c, 0xf6, 0x97, 0xc5, 0x60, 0x9a, 0x59, 0x86, 0x8f, 0x7d, 0x6f, 0x13, 0xdc, 0x4d, 0x40, 0xe7, 0x6c, 0xf7, 0x37, 0x17, 0xb9, 0x49, 0xa8, 0x04, 0x58, 0x11, 0x7e, 0x56, 0x89, 0x6e, 0xfa, 0x08, 0x0c, 0x07, 0x1a, 0xf0, 0xbf, 0x49, 0x09, 0x34, 0xd8, 0x73, 0x09, 0x10, 0x21, 0xa8, 0x67, 0x70, 0x4f, 0xff, 0xe9, 0xba, 0xc9, 0xa8, 0x17, 0x91, 0x19, 0x28, 0xcc, 0x1c, 0x1a, 0x04, 0x46, 0x0c, 0x31, 0xa0, 0xf8, 0xff, 0xec, 0x6c, 0x0e, 0x8f, 0x2b, 0xa6, 0x2c, 0x74, 0x33, 0x81, 0xbf, 0x8c, 0x76, 0x7e, 0x66, 0x38, 0x60, 0xd8, 0x8d, 0x14, 0xf2, 0xee, 0xfc, 0x5c, 0xf1, 0x98, 0x98, 0x86, 0x4f, 0x24, 0x88, 0xc3, 0xbf, 0x93, 0x79, 0x64, 0x84, 0x72, 0x5b, 0x2d, 0xdc, 0xe3, 0x69, 0x30, 0x64, 0x33, 0x6f, 0x0d, 0xce, 0x9c, 0x3e, 0xc7, 0xde, 0xb6, 0xb5, 0xb5, 0x40, 0x53, 0x73, 0xa3, 0x79, 0x0d, 0xae, 0x03, 0x98, 0xcc, 0xd5, 0x7c, 0x51, 0x20, 0x80, 0x65, 0xf6, 0xe8, 0x86, 0xe5, 0x83, 0x4f, 0xa7, 0xf3, 0x6c, 0xc0, 0xf8, 0xcc, 0x36, 0x7c, 0x08, 0xed, 0x94, 0xc7, 0x41, 0xce, 0x1c, 0x37, 0x5a, 0x38, 0x09, 0xa3, 0x38, 0x18, 0xc6, 0x6b, 0x5e, 0xca, 0x44, 0xae, 0x8c, 0x06, 0x02, 0x85, 0xc4, 0x39, 0x85, 0x42, 0x09, 0x09, 0xbe, 0x80, 0xfa, 0xcc, 0x02, 0xa4, 0x52, 0x19, 0x64, 0x82, 0x3a, 0xce, 0x00, 0xa4, 0x04, 0xe6, 0x72, 0x30, 0x70, 0xea, 0x34, 0x73, 0x02, 0x25, 0x93, 0x09, 0xb4, 0x78, 0x12, 0x16, 0x72, 0x24, 0x12, 0x75, 0x17, 0x07, 0x02, 0x88, 0x07, 0x8c, 0xd7, 0xc5, 0x2d, 0x53, 0x48, 0x98, 0x45, 0x73, 0xe9, 0x22, 0x34, 0x35, 0xc9, 0x76, 0x36, 0x94, 0x31, 0xd1, 0x0c, 0x5f, 0xb1, 0xe0, 0x55, 0xda, 0x14, 0x17, 0xbc, 0x1b, 0x2e, 0x4f, 0x9f, 0x9f, 0x9d, 0xef, 0x6f, 0x26, 0xca, 0xbf, 0x2d, 0x74, 0x0e, 0x52, 0x58, 0x67, 0x67, 0x33, 0x30, 0x33, 0x33, 0x07, 0x99, 0x4c, 0x06, 0xf2, 0xf9, 0xa2, 0x64, 0x6d, 0x90, 0x1e, 0x10, 0xc7, 0x63, 0x3a, 0x94, 0x50, 0xaf, 0xa9, 0x4b, 0xd6, 0xc1, 0xb5, 0x37, 0x5c, 0x05, 0xf3, 0xc8, 0x20, 0xc9, 0x86, 0x24, 0xc4, 0xe2, 0x51, 0x76, 0x3e, 0x21, 0x45, 0x5d, 0x5d, 0xe2, 0xe2, 0x31, 0x03, 0xe9, 0xa1, 0xe3, 0xb1, 0x38, 0x27, 0x80, 0x64, 0x3f, 0x91, 0x15, 0xd0, 0xd1, 0xa1, 0x48, 0x30, 0xac, 0x48, 0x33, 0xd1, 0x96, 0xad, 0xce, 0x59, 0xec, 0x55, 0x02, 0x9d, 0xae, 0x5d, 0xa7, 0x48, 0x70, 0x12, 0xd5, 0xe9, 0xc4, 0x71, 0x9b, 0x72, 0x0e, 0xcb, 0xdd, 0xb0, 0x7f, 0x9f, 0xee, 0x7f, 0x7a, 0x3a, 0x6d, 0x12, 0x7d, 0xc1, 0xf2, 0x5b, 0x08, 0x9b, 0xde, 0xd6, 0x45, 0x80, 0x29, 0xb5, 0x74, 0x4e, 0x26, 0x53, 0x84, 0x96, 0x96, 0x38, 0x4b, 0x7e, 0x61, 0x09, 0x30, 0xe2, 0xbe, 0x0d, 0x0d, 0xd0, 0x56, 0xb0, 0xcc, 0xc0, 0x15, 0x2f, 0x02, 0x28, 0x16, 0x40, 0x0f, 0x1a, 0x8b, 0x45, 0x1d, 0x16, 0x00, 0x67, 0x00, 0xb2, 0x02, 0x14, 0x4b, 0x04, 0xb8, 0x65, 0x7a, 0xb9, 0xc0, 0x8b, 0x13, 0xa2, 0x2b, 0xc7, 0x0c, 0x04, 0x1a, 0x70, 0x84, 0x00, 0x07, 0x93, 0xc8, 0x26, 0xa5, 0xfc, 0x4a, 0x10, 0x3e, 0x35, 0x95, 0x86, 0xc9, 0xc9, 0x59, 0x47, 0x82, 0x27, 0x57, 0x66, 0x15, 0xe9, 0x6f, 0x39, 0xf8, 0x65, 0xa3, 0x5b, 0x4b, 0x73, 0x1c, 0x5f, 0x33, 0x28, 0xea, 0xe6, 0xa0, 0xb1, 0xa9, 0x01, 0x1a, 0x1b, 0x1b, 0xb8, 0xcf, 0x43, 0x25, 0x9d, 0xc8, 0x72, 0x05, 0xaf, 0x7c, 0x11, 0xc0, 0xfc, 0x00, 0x96, 0xeb, 0x93, 0xcf, 0x1e, 0x5d, 0x33, 0x70, 0x80, 0x35, 0xe0, 0x87, 0xbd, 0x66, 0x9b, 0xd3, 0x2c, 0x74, 0xce, 0x6e, 0x7b, 0xc6, 0x43, 0x19, 0xd9, 0x0f, 0x2e, 0xb3, 0x51, 0xc8, 0x76, 0xdd, 0xf2, 0x0b, 0xc8, 0x4a, 0xa7, 0x8c, 0x00, 0xb3, 0xb3, 0x73, 0x30, 0x36, 0x36, 0x05, 0x0b, 0x0b, 0x39, 0x6b, 0x76, 0xdb, 0x33, 0x5d, 0x26, 0xba, 0x37, 0xad, 0x2d, 0x12, 0x31, 0x2c, 0x0b, 0x07, 0xa0, 0x01, 0x0e, 0xbd, 0x7e, 0x18, 0x92, 0xf5, 0xf5, 0xb0, 0x1a, 0x7a, 0x18, 0x0a, 0xea, 0xa6, 0x25, 0x10, 0x8f, 0xd7, 0xad, 0x7c, 0x06, 0xa0, 0x34, 0x70, 0x7c, 0x48, 0x86, 0x7f, 0xd1, 0x88, 0x14, 0xed, 0xc3, 0xff, 0x33, 0xf3, 0x05, 0x36, 0xe8, 0x04, 0x99, 0x36, 0x9c, 0x0b, 0xf3, 0xca, 0x4f, 0x6e, 0xdb, 0x10, 0x2e, 0xdb, 0xe2, 0xb2, 0xc3, 0xc6, 0x4f, 0x87, 0x08, 0xb6, 0x1e, 0x9c, 0xfa, 0x02, 0xbd, 0xa6, 0x52, 0xf3, 0x48, 0xf8, 0x49, 0xc8, 0x66, 0x0b, 0x2e, 0x78, 0x97, 0x67, 0xbe, 0x47, 0xc8, 0x39, 0x98, 0x42, 0x20, 0x40, 0xda, 0xf4, 0x06, 0x5e, 0xb9, 0x77, 0x27, 0xcc, 0x4c, 0xcf, 0x22, 0x13, 0x24, 0x70, 0x12, 0x44, 0x2d, 0xa7, 0x97, 0x14, 0x0b, 0xa8, 0xdf, 0xbf, 0x7f, 0x7f, 0xe4, 0xd1, 0x47, 0x1f, 0xd5, 0x56, 0x1c, 0x03, 0x50, 0x36, 0x10, 0x87, 0xff, 0x98, 0x15, 0x07, 0x60, 0x10, 0x48, 0x5e, 0xb2, 0x4c, 0xc9, 0x92, 0x99, 0xba, 0xae, 0x07, 0xca, 0x77, 0xf7, 0xac, 0xb7, 0xdd, 0xb3, 0xe0, 0x6b, 0xba, 0x39, 0x4d, 0x42, 0x37, 0x1a, 0x29, 0x2e, 0x65, 0x8f, 0x7f, 0x3f, 0x9b, 0xcd, 0xc1, 0xf0, 0xf0, 0x04, 0x7b, 0xad, 0x04, 0xf1, 0xee, 0x59, 0x6f, 0x7f, 0x26, 0x74, 0x00, 0xc5, 0x14, 0x01, 0x05, 0xf6, 0x9c, 0x02, 0xfa, 0x25, 0x91, 0xc8, 0x98, 0x3c, 0x12, 0x8d, 0xf0, 0x08, 0x21, 0x72, 0x61, 0x5b, 0x5b, 0x5b, 0x23, 0x7e, 0x94, 0x5a, 0x71, 0x0c, 0x80, 0x84, 0x6f, 0x26, 0xd9, 0xe9, 0xf4, 0x02, 0x3a, 0x73, 0x01, 0xb8, 0xd2, 0xe4, 0x55, 0xc4, 0x9c, 0x10, 0xad, 0x5b, 0x03, 0x2c, 0xe4, 0xbd, 0x7f, 0xb0, 0x26, 0xd8, 0xa5, 0x6b, 0xeb, 0x09, 0x8a, 0xf5, 0x39, 0xdd, 0xdb, 0xf9, 0xf3, 0xd3, 0x4c, 0xab, 0x17, 0x8e, 0x9c, 0x4a, 0x10, 0x6f, 0x8b, 0x84, 0xe0, 0xe3, 0xf4, 0x4c, 0x73, 0x26, 0x83, 0xeb, 0xa8, 0x30, 0xce, 0x4c, 0xa7, 0x70, 0x32, 0xc4, 0x19, 0x0a, 0xd8, 0x21, 0x61, 0x1e, 0x11, 0x34, 0xd3, 0xc2, 0x9a, 0x57, 0x24, 0x03, 0x08, 0x13, 0x87, 0xa2, 0x64, 0xe0, 0xf6, 0x02, 0x66, 0x8a, 0xd6, 0x8c, 0x91, 0x35, 0x6e, 0x79, 0x60, 0xe5, 0x59, 0x2e, 0xec, 0x6f, 0x3f, 0x47, 0x8c, 0x9f, 0xad, 0x5f, 0xce, 0x8e, 0xa7, 0xf7, 0xe9, 0xf4, 0x3c, 0xcb, 0xe0, 0x11, 0xca, 0x9d, 0xa8, 0x53, 0x08, 0x22, 0xb8, 0x17, 0x09, 0x82, 0xd0, 0x40, 0x61, 0x7a, 0x0d, 0x21, 0x00, 0xdd, 0xd2, 0x89, 0x63, 0x7d, 0x90, 0x42, 0x9d, 0x62, 0xed, 0xba, 0xd5, 0xa0, 0xa8, 0x6d, 0x8c, 0x21, 0xf8, 0xfd, 0xa8, 0x56, 0x4d, 0x44, 0xa1, 0x50, 0xa8, 0x99, 0x1e, 0x50, 0x15, 0x03, 0x7c, 0xed, 0x6b, 0x5f, 0x5b, 0x85, 0x37, 0xb1, 0x1b, 0xed, 0xd2, 0x6d, 0xf8, 0x67, 0xb2, 0xd6, 0x0c, 0x80, 0xdc, 0xdd, 0x4b, 0x36, 0x2f, 0xc1, 0xde, 0xd1, 0xa3, 0x47, 0x99, 0xe9, 0x93, 0xcf, 0x67, 0x21, 0x5f, 0xc8, 0xc3, 0xc4, 0xf9, 0x14, 0xdc, 0x72, 0x4b, 0x02, 0x36, 0x6c, 0xd0, 0x21, 0x91, 0x50, 0x7d, 0xcc, 0x30, 0x23, 0x00, 0xba, 0xfd, 0xa2, 0x7f, 0xb6, 0x62, 0x17, 0x54, 0xd1, 0x23, 0xde, 0xd3, 0xbd, 0x90, 0x29, 0x17, 0x8f, 0x17, 0xa1, 0xa7, 0xa7, 0x0e, 0x2d, 0x11, 0xcd, 0x8a, 0xdf, 0x87, 0x81, 0x78, 0x1f, 0x33, 0xd7, 0x4b, 0x84, 0xa8, 0x61, 0x45, 0x04, 0xd7, 0x6f, 0x58, 0x87, 0xb3, 0x7d, 0x44, 0x82, 0x7c, 0xc3, 0xf2, 0x56, 0x0a, 0x77, 0x70, 0x2d, 0xd3, 0xc2, 0x42, 0x31, 0x80, 0x99, 0xab, 0xff, 0x25, 0x7c, 0xfb, 0x05, 0x22, 0xfc, 0x85, 0x28, 0xd3, 0x92, 0x67, 0x15, 0x99, 0x53, 0xaf, 0xbf, 0xf6, 0xba, 0xa7, 0xd2, 0xe6, 0x9d, 0xef, 0x4c, 0x54, 0xac, 0xbe, 0xf1, 0x7a, 0xe5, 0x6c, 0x6f, 0x9d, 0xd7, 0xdc, 0x0b, 0x77, 0xad, 0xf6, 0xf6, 0x04, 0xfe, 0x6b, 0xff, 0xf6, 0xcc, 0x4c, 0x11, 0x8e, 0x1d, 0x9b, 0x43, 0xad, 0x5f, 0xab, 0x08, 0xf1, 0x61, 0x90, 0x80, 0x92, 0x42, 0x04, 0xc2, 0x35, 0x34, 0xd6, 0xc3, 0xb6, 0xcb, 0xb6, 0xd8, 0x19, 0xc5, 0xcc, 0x11, 0xe6, 0xcc, 0x0a, 0xaa, 0xa5, 0x2f, 0x20, 0x14, 0x03, 0x20, 0xf1, 0x89, 0xf0, 0x7f, 0x45, 0xef, 0x5b, 0x5a, 0x5a, 0xa0, 0xa1, 0xa1, 0xe1, 0x42, 0xc0, 0xbf, 0x35, 0xe0, 0x3c, 0x55, 0x2a, 0x12, 0xba, 0x44, 0x2b, 0xe8, 0xb3, 0x5a, 0x7f, 0x1f, 0xa1, 0x97, 0xc6, 0x02, 0x5a, 0x5b, 0x0d, 0xd8, 0xbd, 0xbb, 0x19, 0x5e, 0x7d, 0x35, 0x8d, 0xf2, 0xd8, 0x58, 0x14, 0x1a, 0xc8, 0x48, 0x40, 0x0c, 0x90, 0x36, 0xf3, 0x02, 0xc1, 0xe9, 0xc6, 0xe0, 0x0a, 0xef, 0x05, 0x0c, 0x09, 0x57, 0x64, 0x80, 0x07, 0x1f, 0x7c, 0xb0, 0x0e, 0x6f, 0xe2, 0xcb, 0xf4, 0xc3, 0x3b, 0x77, 0xee, 0x84, 0x2b, 0x77, 0xef, 0x82, 0x58, 0x34, 0x56, 0x9b, 0x52, 0xad, 0x32, 0x87, 0xcd, 0x39, 0x1a, 0xfe, 0xba, 0x46, 0xc5, 0xcb, 0x05, 0xfe, 0x6e, 0xd8, 0xb2, 0x2f, 0xad, 0xa4, 0xc1, 0xe4, 0xe4, 0x24, 0xab, 0xd2, 0x31, 0x8c, 0x0c, 0xac, 0x5e, 0x9d, 0x80, 0x73, 0xe7, 0xf2, 0x21, 0x4c, 0xbf, 0xf2, 0x68, 0x40, 0x11, 0x41, 0x77, 0x56, 0x90, 0xec, 0x09, 0x14, 0x08, 0x70, 0x21, 0x22, 0x82, 0x15, 0x19, 0x00, 0xe5, 0xf2, 0x95, 0xf8, 0x50, 0x09, 0x34, 0xd1, 0x60, 0xe7, 0xae, 0x2b, 0x58, 0xa1, 0xe6, 0x22, 0xe6, 0x77, 0xc0, 0xac, 0x87, 0xda, 0x5d, 0xab, 0x4a, 0xe6, 0xaa, 0xfc, 0x2b, 0x86, 0xe7, 0x3a, 0x04, 0xc1, 0x6b, 0xd7, 0xad, 0x85, 0xdd, 0x7b, 0x76, 0xc3, 0xb3, 0xcf, 0x3c, 0x0b, 0x6d, 0x6d, 0x11, 0x18, 0x1a, 0x52, 0x43, 0x2a, 0x7b, 0xc1, 0x7a, 0x01, 0xe9, 0x76, 0xa9, 0xd9, 0x82, 0xef, 0xef, 0x33, 0x1d, 0xc0, 0x2c, 0x22, 0x15, 0xa8, 0xb8, 0xdc, 0x22, 0x60, 0x35, 0xfd, 0xd3, 0xd8, 0xd8, 0x68, 0x39, 0x67, 0xb2, 0x54, 0xa5, 0x53, 0xc8, 0x87, 0x96, 0xed, 0xa1, 0x67, 0x37, 0x3e, 0xac, 0xbe, 0x84, 0x0a, 0x1f, 0x7f, 0xe2, 0x1b, 0x01, 0x80, 0x61, 0x94, 0x03, 0x12, 0x5f, 0x26, 0xea, 0x68, 0xef, 0x62, 0x84, 0xe8, 0xee, 0xe2, 0xa5, 0x5a, 0xa4, 0xbd, 0x73, 0x7f, 0x85, 0x1f, 0xc4, 0x87, 0x37, 0x0b, 0x49, 0x09, 0x4c, 0xa7, 0xf2, 0xde, 0xe7, 0x91, 0x62, 0x21, 0x02, 0x01, 0x4c, 0x94, 0x59, 0x3e, 0x04, 0x10, 0x39, 0x7a, 0x3c, 0x3e, 0xcf, 0xef, 0x9a, 0x88, 0x9f, 0x43, 0xed, 0x7c, 0x64, 0x24, 0x03, 0x07, 0x5f, 0x9f, 0x84, 0x6a, 0xa6, 0xb7, 0xc1, 0xdc, 0x9a, 0x11, 0x2b, 0xaf, 0xbf, 0x22, 0x81, 0xcb, 0x1c, 0xa7, 0xeb, 0x24, 0x92, 0x91, 0xaa, 0xce, 0xf1, 0x23, 0x3e, 0xbb, 0x4e, 0x22, 0xc2, 0x3e, 0xa1, 0xfb, 0xea, 0xe8, 0x4c, 0xf8, 0x8a, 0x09, 0x5d, 0xd7, 0x78, 0x64, 0xce, 0x0c, 0xcd, 0x46, 0x22, 0x8a, 0x23, 0xb8, 0x53, 0x4e, 0x11, 0x2c, 0xe7, 0x20, 0xe2, 0x7e, 0x80, 0xa2, 0x87, 0xf8, 0xc2, 0x0f, 0x42, 0xc7, 0xd4, 0x88, 0x43, 0x2f, 0x5a, 0x3e, 0x06, 0x90, 0xb3, 0x74, 0xed, 0x42, 0x0d, 0x7e, 0x77, 0xcf, 0x3d, 0x3b, 0x0a, 0x5f, 0xfc, 0xc2, 0xf3, 0xb0, 0x92, 0xb6, 0x48, 0x54, 0x85, 0x17, 0x5f, 0xbe, 0x93, 0xd5, 0x0b, 0xba, 0x99, 0x45, 0x38, 0xa5, 0x44, 0x64, 0x8e, 0x72, 0x3a, 0x79, 0x5e, 0x5f, 0x39, 0x65, 0xaf, 0x32, 0x12, 0x10, 0x92, 0x4c, 0x4f, 0x97, 0xf8, 0x6f, 0xb9, 0x81, 0x49, 0x37, 0x4c, 0x66, 0xb3, 0xad, 0x00, 0x51, 0x3c, 0xb3, 0x2c, 0x0c, 0x40, 0x36, 0xa7, 0x70, 0xcf, 0xda, 0x29, 0x5a, 0x76, 0xa9, 0x16, 0xc9, 0xc1, 0xfd, 0xfb, 0x63, 0x3e, 0x51, 0x38, 0x6f, 0x49, 0x95, 0xfd, 0xaa, 0x06, 0x14, 0x6b, 0x78, 0x41, 0x84, 0xbc, 0x77, 0x14, 0x43, 0xf7, 0xcf, 0xfa, 0x51, 0x7d, 0xfc, 0xf6, 0x10, 0x98, 0xce, 0xed, 0xf7, 0x39, 0x11, 0x81, 0x7c, 0x3b, 0x25, 0x54, 0xf0, 0x0e, 0x1f, 0x1e, 0x47, 0x2d, 0x7f, 0x2d, 0xcc, 0x4c, 0xe7, 0xa1, 0x7e, 0x6d, 0x14, 0x8a, 0xa5, 0x12, 0x42, 0x73, 0x9a, 0x25, 0x66, 0x50, 0x42, 0x86, 0x70, 0x2e, 0xd5, 0x49, 0x0c, 0xc0, 0x32, 0x7b, 0xab, 0xf0, 0xfc, 0xf9, 0x29, 0x82, 0xe4, 0xdc, 0x22, 0x93, 0xd2, 0xd0, 0x0d, 0x8f, 0x12, 0xa9, 0x91, 0x27, 0x90, 0xb2, 0x87, 0x14, 0x1b, 0x01, 0x6a, 0x59, 0x1f, 0x18, 0x0a, 0x01, 0xf8, 0x4d, 0x7a, 0x73, 0xf4, 0x78, 0x9e, 0xbe, 0x0a, 0xab, 0x56, 0x75, 0xba, 0x4c, 0x27, 0xaf, 0x34, 0xad, 0x54, 0x86, 0x55, 0x8b, 0x32, 0x2d, 0x77, 0x12, 0x88, 0x97, 0xf0, 0xc1, 0x85, 0x23, 0xb4, 0x9d, 0x39, 0x33, 0x8c, 0x0c, 0xc0, 0x23, 0x73, 0x06, 0xd4, 0xc3, 0xab, 0x2f, 0x1d, 0x64, 0x75, 0x79, 0x6b, 0xd6, 0xad, 0x81, 0xf6, 0xf6, 0x56, 0x4b, 0x1e, 0x4b, 0x81, 0x19, 0x26, 0x06, 0x44, 0xc8, 0xb8, 0x5c, 0x0c, 0xa0, 0x1c, 0x1a, 0x10, 0x03, 0x68, 0x9a, 0x01, 0xd9, 0xac, 0x66, 0x57, 0x0a, 0x0b, 0xf4, 0xd1, 0xf9, 0xab, 0xab, 0x3a, 0x68, 0x59, 0x1d, 0x41, 0x76, 0x9e, 0xbe, 0xc9, 0xed, 0xba, 0x54, 0xaa, 0x15, 0x8b, 0xe9, 0x8e, 0xe0, 0xcc, 0x85, 0xae, 0xc7, 0xf3, 0x56, 0xef, 0xf8, 0xb9, 0x73, 0xfd, 0xef, 0xc1, 0x9d, 0xd5, 0xe3, 0x4e, 0x25, 0x8f, 0x46, 0xf9, 0x73, 0x88, 0xc8, 0xdc, 0xe6, 0x2d, 0x1b, 0x60, 0xfc, 0xfc, 0xa4, 0x1d, 0x98, 0x32, 0xfd, 0xf2, 0x34, 0x13, 0x89, 0x20, 0xbc, 0x8c, 0x3d, 0x02, 0xc5, 0x62, 0x10, 0xcc, 0x87, 0xd3, 0x0b, 0xa8, 0xda, 0x89, 0x8f, 0x67, 0x89, 0x17, 0xbd, 0xba, 0xf5, 0x00, 0x2b, 0x2b, 0x28, 0xfe, 0x96, 0x30, 0x80, 0x95, 0xa3, 0xe7, 0x2e, 0xd7, 0x26, 0xff, 0x35, 0x0d, 0x9a, 0x5d, 0xa8, 0x71, 0x21, 0x09, 0x5d, 0xbb, 0x32, 0xad, 0xa0, 0xeb, 0x59, 0x91, 0x39, 0x33, 0xf0, 0xd4, 0xd5, 0xd5, 0xc9, 0x76, 0x5b, 0x09, 0x34, 0x3d, 0x96, 0x52, 0xb9, 0x36, 0x21, 0x40, 0xa9, 0xa4, 0x2c, 0x22, 0x06, 0x60, 0x1f, 0x17, 0x0c, 0x40, 0xbf, 0xdb, 0xd5, 0x5d, 0xe7, 0xa3, 0x07, 0xe0, 0xf8, 0xb2, 0xc4, 0xd0, 0x3a, 0xc7, 0xa4, 0x5c, 0x7e, 0x25, 0x50, 0x51, 0x1c, 0x8a, 0x09, 0xf9, 0xc4, 0xa9, 0xb8, 0xd1, 0xce, 0xd3, 0x7f, 0x2b, 0xeb, 0xf1, 0x82, 0x73, 0x03, 0xed, 0x73, 0x74, 0x06, 0xd7, 0x41, 0xf7, 0x12, 0x8d, 0x92, 0x9c, 0xe5, 0xd9, 0x39, 0xb2, 0xc5, 0xc0, 0x12, 0x53, 0x15, 0x5b, 0x09, 0x54, 0xa5, 0x5a, 0x3d, 0xd9, 0x12, 0x28, 0xa7, 0xf0, 0x95, 0x73, 0x10, 0x99, 0x97, 0xe2, 0x31, 0x06, 0x5f, 0xeb, 0x18, 0x11, 0xc0, 0x88, 0x58, 0xd6, 0xc7, 0xb2, 0x3a, 0x82, 0x64, 0x33, 0xd0, 0x0a, 0x90, 0x98, 0x03, 0x91, 0x4a, 0x51, 0x9a, 0xb6, 0xb3, 0x56, 0xaf, 0x76, 0x84, 0xf6, 0x96, 0x69, 0x39, 0xa1, 0xdb, 0x4d, 0x78, 0x08, 0x80, 0x7d, 0xc5, 0x87, 0x09, 0xfc, 0xed, 0x43, 0x82, 0x76, 0x96, 0xa6, 0x9d, 0xe6, 0x08, 0x30, 0x76, 0x7e, 0x1c, 0xce, 0x0c, 0x9e, 0x83, 0xee, 0x55, 0xdd, 0x88, 0x04, 0x52, 0xb9, 0xb6, 0xe4, 0x96, 0x25, 0x06, 0x08, 0x52, 0x04, 0x2b, 0xe9, 0x05, 0xe2, 0x33, 0x4a, 0x75, 0x17, 0x88, 0xea, 0x67, 0x36, 0x33, 0xe4, 0x89, 0x18, 0x66, 0x9e, 0xe4, 0xf2, 0x33, 0x00, 0xb3, 0x02, 0x44, 0x96, 0xae, 0x80, 0x7f, 0xce, 0x00, 0x28, 0x02, 0x22, 0x3a, 0x0f, 0x58, 0x2c, 0xa9, 0x4c, 0xcb, 0xef, 0x33, 0xdd, 0xb7, 0x86, 0xcf, 0x99, 0x99, 0x0b, 0x01, 0x29, 0x61, 0x32, 0xb3, 0x54, 0x2e, 0xd3, 0x12, 0xbf, 0xcb, 0x2b, 0x75, 0x34, 0x66, 0x93, 0xd3, 0xc0, 0xe7, 0x0b, 0x05, 0xc8, 0xe5, 0xf2, 0xcc, 0x05, 0x4c, 0x56, 0x02, 0x85, 0x82, 0x45, 0x3f, 0x3f, 0xa1, 0x90, 0x51, 0x4a, 0x97, 0x7f, 0xfa, 0x57, 0x78, 0x34, 0x20, 0x3f, 0x00, 0xf1, 0x90, 0x08, 0x08, 0x39, 0x94, 0x40, 0x43, 0x24, 0xc5, 0x38, 0xf2, 0x02, 0x97, 0xdf, 0x0a, 0x20, 0xee, 0x63, 0x49, 0x92, 0x12, 0xe5, 0xe8, 0x86, 0xbb, 0x3a, 0x49, 0x06, 0x1a, 0x15, 0xb5, 0xf3, 0xa0, 0x32, 0x2d, 0xa1, 0xb9, 0xf3, 0xcf, 0x15, 0x87, 0xcc, 0x96, 0x09, 0xe7, 0x3c, 0xd7, 0x6b, 0x36, 0xda, 0x95, 0xb8, 0x4a, 0xa0, 0x59, 0xe9, 0x3d, 0x57, 0x24, 0x8e, 0xf0, 0x8c, 0x5f, 0x55, 0x8d, 0x98, 0xe5, 0xda, 0x7c, 0x26, 0xae, 0xef, 0x5d, 0x0b, 0xab, 0x57, 0xf5, 0x30, 0xc2, 0xd3, 0x04, 0x30, 0xc0, 0xae, 0xd4, 0x71, 0xfa, 0x02, 0x96, 0x9e, 0x1b, 0x10, 0x8f, 0x1b, 0x56, 0x7d, 0x80, 0xdb, 0x1f, 0xc0, 0x98, 0x18, 0xff, 0x8e, 0xc5, 0x2d, 0xeb, 0xa3, 0xa1, 0x56, 0xdd, 0xc2, 0x42, 0x5b, 0x01, 0x31, 0x57, 0x92, 0xa6, 0xf0, 0x03, 0xac, 0x5e, 0xe5, 0x85, 0xd5, 0xca, 0x65, 0x5a, 0x2e, 0x3e, 0x37, 0xfc, 0x53, 0xb4, 0x9d, 0x09, 0x9e, 0xe0, 0x53, 0x05, 0xe4, 0x57, 0x98, 0x51, 0x3e, 0x87, 0xdf, 0x5b, 0xa6, 0x25, 0x27, 0x8f, 0x52, 0x0c, 0xbe, 0xe4, 0xd0, 0x01, 0x28, 0x2f, 0x8f, 0x76, 0xc3, 0xcc, 0x23, 0x60, 0xbf, 0xa8, 0x96, 0x13, 0x01, 0xe1, 0x52, 0xc3, 0xdc, 0x48, 0x10, 0x8b, 0xf3, 0x32, 0x71, 0x3f, 0x67, 0x90, 0x48, 0x8b, 0x13, 0xf1, 0x00, 0x54, 0x3e, 0xd5, 0xd7, 0x5e, 0x7b, 0x8d, 0x42, 0xb2, 0x73, 0xcb, 0x66, 0x05, 0xc4, 0xe3, 0x52, 0xa5, 0x8e, 0x39, 0x70, 0x0b, 0x0b, 0x45, 0x53, 0x07, 0xf0, 0x2f, 0xd3, 0xf2, 0xd6, 0xd2, 0xbb, 0x3f, 0xf3, 0x2b, 0xd3, 0x32, 0x7c, 0xcb, 0xb4, 0xbc, 0xd7, 0xab, 0x5c, 0x98, 0x51, 0x4d, 0x99, 0x16, 0xe5, 0x0d, 0x92, 0x08, 0xc0, 0xa7, 0xb1, 0x12, 0x3e, 0xf2, 0x08, 0xff, 0x7d, 0x27, 0x07, 0xa0, 0xb1, 0xa9, 0x91, 0x15, 0x6e, 0xb2, 0x72, 0x6d, 0x03, 0x1c, 0x22, 0x80, 0xee, 0xb7, 0x16, 0xa9, 0x61, 0xb1, 0xa8, 0x99, 0xf7, 0x18, 0xa0, 0x04, 0x8a, 0xae, 0xa2, 0xf4, 0xbb, 0x14, 0x96, 0x36, 0xe9, 0xb2, 0x2c, 0x0c, 0xd0, 0xc8, 0xcb, 0xb5, 0x63, 0x8e, 0x9b, 0x21, 0xc5, 0x2f, 0x9f, 0x37, 0x98, 0xd6, 0x2c, 0x74, 0x00, 0xff, 0x5c, 0xbd, 0x60, 0xd3, 0xcf, 0xaf, 0x94, 0xba, 0x5c, 0x99, 0x96, 0x57, 0x7c, 0x80, 0x27, 0x61, 0xd3, 0x3f, 0xcf, 0xcf, 0x29, 0x02, 0xec, 0x1c, 0x3f, 0x1d, 0x99, 0x78, 0x01, 0xd2, 0xe9, 0x05, 0x56, 0xae, 0x45, 0x99, 0x3f, 0xaa, 0xda, 0x6d, 0x55, 0xeb, 0xa6, 0xe7, 0x28, 0xdd, 0x7b, 0x9c, 0x0f, 0x7a, 0xbe, 0xc8, 0xcc, 0x3e, 0x00, 0xc3, 0x11, 0x98, 0xa1, 0x50, 0xae, 0xd3, 0x1d, 0xbc, 0x18, 0x24, 0x70, 0x66, 0x05, 0x79, 0x95, 0x40, 0xdd, 0x52, 0x52, 0x6b, 0x1d, 0x0f, 0x28, 0xcb, 0x00, 0x0f, 0x3d, 0xf4, 0x50, 0xfd, 0xfc, 0xfc, 0x7c, 0x94, 0x43, 0x8f, 0xca, 0x15, 0x12, 0x2b, 0x47, 0xaf, 0x64, 0x45, 0xc4, 0xfc, 0xd2, 0xa9, 0xc3, 0xb5, 0x4c, 0x01, 0x5f, 0xe2, 0x3b, 0xcb, 0xb4, 0xfc, 0xab, 0x76, 0xca, 0x7b, 0x18, 0xfd, 0x90, 0x82, 0x6f, 0x94, 0xbb, 0x3f, 0x3b, 0xcb, 0xab, 0x76, 0xe8, 0xbd, 0x9b, 0x51, 0x48, 0x09, 0x4c, 0x9b, 0x19, 0xba, 0xd4, 0xa4, 0xe1, 0x86, 0xb7, 0x5d, 0xc3, 0xba, 0x8d, 0x51, 0xb5, 0x8e, 0x82, 0x3a, 0x82, 0x61, 0xd2, 0xd0, 0x4e, 0xcf, 0x32, 0x16, 0x15, 0x11, 0x74, 0xeb, 0x0c, 0x34, 0x91, 0xd2, 0x2e, 0x2b, 0xc0, 0x9a, 0x3c, 0x66, 0x48, 0x38, 0xe2, 0x4c, 0x94, 0x69, 0xbe, 0xe0, 0x0c, 0x90, 0xcd, 0x66, 0x9b, 0xb8, 0x9c, 0xe3, 0xf9, 0x69, 0x86, 0x24, 0x02, 0xe4, 0x24, 0x4d, 0x2e, 0xdf, 0x15, 0xc9, 0x3c, 0x33, 0x7c, 0xcb, 0xb4, 0x04, 0x61, 0xfd, 0xca, 0xb4, 0xdc, 0x09, 0x9b, 0x86, 0x94, 0x12, 0xe5, 0x2e, 0xcc, 0xf0, 0xef, 0xf4, 0x01, 0x0e, 0xbd, 0x40, 0xd7, 0xed, 0xef, 0x12, 0xa1, 0xa7, 0xa6, 0x52, 0xac, 0x18, 0x33, 0x97, 0x2b, 0xf8, 0x40, 0xb2, 0x0d, 0xcd, 0xa4, 0xd5, 0x5b, 0xe6, 0x98, 0x01, 0x66, 0x1c, 0x20, 0x61, 0xfe, 0x8e, 0x66, 0xc5, 0xe6, 0x65, 0x06, 0xa8, 0x45, 0x44, 0x90, 0x9c, 0x41, 0x42, 0xf4, 0xf8, 0x29, 0x81, 0x2c, 0x29, 0xc4, 0x44, 0x00, 0x59, 0x34, 0x5f, 0x50, 0x06, 0x90, 0x9b, 0x36, 0xfa, 0xc5, 0x01, 0x04, 0x03, 0xb8, 0x3b, 0x67, 0x97, 0x8b, 0x09, 0x38, 0xab, 0x65, 0x2b, 0x97, 0x69, 0x99, 0x67, 0x99, 0xe7, 0x2a, 0xbe, 0xa2, 0xc1, 0xcb, 0x34, 0x5c, 0x61, 0x23, 0x82, 0x4f, 0x4c, 0xcc, 0xe2, 0xbd, 0xce, 0x4b, 0x04, 0x28, 0x6f, 0xb2, 0x11, 0x03, 0x30, 0xe6, 0x36, 0xaf, 0x35, 0x7c, 0x6e, 0x84, 0x34, 0x13, 0x68, 0x6e, 0x69, 0x64, 0xba, 0x00, 0xbb, 0x57, 0x70, 0xea, 0x00, 0x41, 0x4a, 0x60, 0x75, 0x11, 0x41, 0x15, 0xd2, 0xa9, 0x00, 0x25, 0x50, 0xa4, 0xca, 0x49, 0x21, 0xe1, 0x5a, 0x45, 0x04, 0x2b, 0xe9, 0x00, 0x56, 0x9a, 0xb6, 0xb7, 0x69, 0xa3, 0x9d, 0xa7, 0x1f, 0x5c, 0x33, 0x1f, 0xa6, 0x4c, 0x4b, 0x91, 0x50, 0x21, 0x48, 0x79, 0x94, 0x5b, 0xc5, 0xb8, 0x1d, 0x44, 0xce, 0xf7, 0xd4, 0x56, 0x65, 0x7c, 0x7c, 0x06, 0x67, 0xfc, 0x8c, 0xe9, 0xa0, 0x0a, 0x5f, 0xa6, 0xc5, 0x9f, 0xc7, 0xb0, 0x92, 0x3d, 0xa9, 0x67, 0xcf, 0x89, 0x13, 0xfd, 0xcc, 0x1d, 0x4c, 0x7e, 0xf8, 0xba, 0xba, 0xa2, 0x65, 0x41, 0x50, 0x86, 0x14, 0x7f, 0x2e, 0xcd, 0x73, 0xfd, 0x4a, 0x9e, 0x3f, 0x3f, 0x24, 0x60, 0x0c, 0x50, 0xc6, 0x13, 0x68, 0xbc, 0x15, 0x22, 0x80, 0x18, 0xc0, 0xea, 0xd7, 0x63, 0x75, 0xec, 0xd2, 0xad, 0x6a, 0x56, 0x01, 0x5d, 0x9c, 0xc8, 0xde, 0x32, 0x2d, 0x7f, 0x42, 0x2b, 0x1e, 0xed, 0xdb, 0xed, 0x99, 0x93, 0x8b, 0x39, 0xbc, 0xbe, 0x04, 0x21, 0x6e, 0x9c, 0xd6, 0x03, 0xd9, 0xea, 0xe3, 0xe3, 0xb3, 0xac, 0x30, 0x53, 0x28, 0x4d, 0x8b, 0x81, 0x66, 0x62, 0x00, 0xf2, 0x6b, 0xe4, 0x73, 0x1a, 0x2b, 0xd7, 0xbe, 0xfa, 0xda, 0xbd, 0xb0, 0x30, 0xbf, 0xc0, 0xea, 0xf5, 0xa9, 0x60, 0x95, 0x98, 0x90, 0xae, 0x2b, 0xdc, 0xb2, 0x74, 0xff, 0x5e, 0x2b, 0x20, 0x5c, 0x0c, 0xc0, 0xe9, 0x07, 0x50, 0xf1, 0xfe, 0x4b, 0xbe, 0x4a, 0xa0, 0xa1, 0x71, 0x93, 0x46, 0x56, 0x02, 0x6b, 0x95, 0x15, 0x14, 0xad, 0xe4, 0x06, 0x76, 0x37, 0x6d, 0x94, 0x2b, 0x75, 0xb8, 0x13, 0xc4, 0x99, 0xd1, 0xeb, 0xd6, 0xd2, 0xdd, 0x1a, 0xbc, 0xe8, 0xa2, 0xe5, 0xd7, 0x92, 0xb5, 0x52, 0x99, 0x96, 0x2d, 0x1e, 0x74, 0x07, 0x32, 0x4c, 0x4d, 0xcd, 0xb2, 0x8a, 0x1d, 0x37, 0xe1, 0xc3, 0x16, 0x66, 0x38, 0x95, 0x31, 0x51, 0xab, 0x57, 0x80, 0x4e, 0x94, 0xfd, 0x7e, 0xa5, 0x5a, 0x34, 0xbb, 0x09, 0x01, 0xf8, 0x35, 0x74, 0x2b, 0x5a, 0xb8, 0x98, 0x88, 0xa0, 0xed, 0x0e, 0x56, 0x61, 0x7e, 0x3e, 0xe7, 0xab, 0x04, 0x12, 0xea, 0x1a, 0x8c, 0x39, 0x23, 0x72, 0x5e, 0x60, 0xd3, 0xf2, 0x22, 0x80, 0xab, 0x54, 0x2b, 0xc3, 0x1a, 0x36, 0x71, 0xae, 0xf4, 0xca, 0x75, 0xd9, 0x2f, 0x60, 0x48, 0xfa, 0x83, 0x5c, 0xd1, 0x63, 0xb8, 0x88, 0x5a, 0x3e, 0x90, 0xe3, 0xd7, 0xe4, 0x81, 0xba, 0x6c, 0x50, 0xb5, 0x8e, 0xe8, 0x09, 0xbc, 0xd4, 0xa0, 0x8c, 0x23, 0x32, 0x87, 0x08, 0xd7, 0xd9, 0x99, 0x40, 0x71, 0x90, 0x65, 0x25, 0xdb, 0x0d, 0x0d, 0xf5, 0x90, 0xa8, 0x4f, 0x80, 0x46, 0x69, 0x61, 0xf8, 0xcc, 0xc2, 0x2f, 0x4f, 0x21, 0xe1, 0xd3, 0xa7, 0x0b, 0x55, 0x7b, 0xfe, 0xdc, 0xdb, 0xec, 0x6c, 0x89, 0x37, 0x8a, 0x28, 0xe9, 0x2c, 0x28, 0xe5, 0x9c, 0x20, 0xdc, 0x03, 0x19, 0x89, 0x44, 0x65, 0x7d, 0xe3, 0xc2, 0x33, 0x00, 0xc2, 0xaa, 0x37, 0x19, 0x44, 0x6a, 0xda, 0x48, 0xf2, 0x9f, 0x06, 0x5d, 0xf8, 0xff, 0xfd, 0xfd, 0xf4, 0xee, 0x32, 0x2d, 0xdb, 0x51, 0xe3, 0x2d, 0xd3, 0xf2, 0xc2, 0xbf, 0x17, 0x41, 0xf8, 0xf5, 0x48, 0xce, 0x53, 0x13, 0x06, 0x51, 0xa3, 0xb7, 0x58, 0xed, 0xdb, 0x0d, 0xcd, 0x42, 0xc9, 0x9e, 0x4b, 0x71, 0x11, 0x77, 0xf0, 0xd5, 0xc3, 0x90, 0x40, 0xf8, 0x5f, 0xb5, 0xba, 0x9b, 0x55, 0xeb, 0x88, 0x3c, 0x7d, 0x3b, 0x36, 0xaf, 0x41, 0x5f, 0x5f, 0xc1, 0xdf, 0x8d, 0x5e, 0x15, 0x0b, 0x00, 0x6c, 0xd8, 0xd0, 0xc8, 0x67, 0xbb, 0xef, 0x52, 0x34, 0x22, 0x58, 0x15, 0xad, 0x69, 0x48, 0x38, 0x5a, 0x21, 0x0e, 0x60, 0x25, 0x83, 0xa8, 0x72, 0xe3, 0x66, 0x83, 0x9b, 0x81, 0x04, 0x97, 0x74, 0xdc, 0xd9, 0x28, 0xd1, 0x36, 0xc3, 0xbc, 0xca, 0x20, 0xf8, 0xb8, 0x74, 0xfd, 0xfa, 0xf5, 0xd9, 0x5e, 0x42, 0xb7, 0xd2, 0x38, 0x3f, 0x9f, 0x87, 0xd1, 0xd1, 0x49, 0xd6, 0x6b, 0xc7, 0xeb, 0x83, 0xaf, 0x26, 0x1d, 0xdb, 0x1f, 0x9a, 0xc5, 0xf8, 0x0a, 0x1d, 0x67, 0xe7, 0x95, 0x97, 0x31, 0x85, 0x92, 0x64, 0x3e, 0x83, 0x5f, 0x29, 0x2b, 0x48, 0xf8, 0x41, 0x9e, 0x7e, 0xee, 0x0e, 0x0f, 0xb2, 0x18, 0x65, 0x56, 0xa2, 0x08, 0xca, 0x96, 0x0e, 0x3a, 0x6e, 0x29, 0x81, 0xd1, 0x88, 0x85, 0x00, 0xcb, 0xa2, 0x03, 0xf8, 0x5a, 0x01, 0xba, 0xc1, 0xcb, 0xb5, 0x99, 0x0e, 0xa0, 0x39, 0xe0, 0xdd, 0x6e, 0x80, 0x18, 0x94, 0x18, 0xe2, 0x8e, 0xca, 0x29, 0xae, 0x60, 0x90, 0x1c, 0xd1, 0x53, 0xac, 0xe0, 0x8e, 0xb0, 0x22, 0xa8, 0x1e, 0x9f, 0x66, 0xbe, 0xf0, 0xc6, 0x2d, 0x06, 0xe2, 0x2b, 0x41, 0x73, 0x2c, 0xc6, 0xaf, 0x21, 0xfc, 0xf2, 0x8d, 0xcd, 0x8d, 0x6c, 0x77, 0x66, 0xe9, 0x52, 0xf2, 0x68, 0x54, 0x94, 0x6b, 0x33, 0x0f, 0xa1, 0x08, 0x97, 0x97, 0x23, 0xfe, 0x52, 0x98, 0x82, 0x26, 0x9e, 0x8c, 0x00, 0xcb, 0xa2, 0x03, 0xf8, 0x37, 0x6d, 0xd4, 0xac, 0x19, 0x42, 0x70, 0xe9, 0xf4, 0xde, 0xc9, 0x7d, 0x7a, 0xbc, 0x9e, 0x3e, 0x27, 0x93, 0x78, 0xc5, 0x85, 0x37, 0xe8, 0x63, 0xdb, 0xf4, 0x93, 0x93, 0x29, 0x56, 0xa1, 0xeb, 0xae, 0xc5, 0xaf, 0x26, 0xee, 0x1e, 0x56, 0x2f, 0x20, 0x26, 0x48, 0xa7, 0x8b, 0xbe, 0x38, 0x2e, 0x44, 0x80, 0x6a, 0x06, 0x84, 0xf2, 0xf9, 0x3c, 0xd3, 0x41, 0x18, 0x22, 0x94, 0x29, 0x4f, 0x5a, 0x0a, 0x53, 0x88, 0x22, 0x51, 0xfa, 0x4d, 0xa1, 0x7c, 0x2e, 0x8b, 0x08, 0x10, 0x0d, 0x9b, 0xe4, 0xb6, 0xad, 0x42, 0xd3, 0x4e, 0x9b, 0xe9, 0x60, 0x32, 0x74, 0xf3, 0x8f, 0x14, 0x4f, 0x9c, 0xdd, 0x86, 0x78, 0x39, 0xe4, 0x6b, 0x38, 0x6a, 0xef, 0x83, 0xbc, 0x7a, 0x14, 0x87, 0x1f, 0x1b, 0x9b, 0x61, 0x83, 0xbc, 0xd4, 0xb8, 0x7b, 0x79, 0xf8, 0x97, 0xbd, 0x72, 0x4e, 0x67, 0x90, 0xdb, 0x2f, 0x6f, 0x80, 0xdd, 0xc0, 0x99, 0x0a, 0x59, 0x27, 0xc6, 0xc7, 0x21, 0x97, 0x6f, 0xaa, 0x7e, 0x76, 0x97, 0x25, 0xbe, 0x0b, 0x8a, 0x1b, 0x5b, 0x78, 0x40, 0x4e, 0x81, 0xe5, 0x53, 0x02, 0x45, 0xbf, 0x1e, 0x79, 0xfd, 0x1e, 0xf1, 0x30, 0xc4, 0x00, 0x14, 0x0a, 0x15, 0x3e, 0x00, 0x77, 0xd0, 0xc6, 0x6f, 0x66, 0x3b, 0xd1, 0x40, 0x29, 0x8b, 0x14, 0xf4, 0xba, 0xb0, 0x50, 0x60, 0x9e, 0x3c, 0x6e, 0x7a, 0xa9, 0x35, 0x81, 0xf8, 0x30, 0x39, 0xfc, 0x84, 0xb2, 0xee, 0xc0, 0x8c, 0x5d, 0xaa, 0x25, 0x8a, 0x35, 0xed, 0x78, 0xc0, 0xd4, 0xf4, 0xb4, 0xa7, 0x6b, 0x49, 0xb5, 0x04, 0x76, 0xff, 0x8e, 0xbc, 0xd1, 0xac, 0x2f, 0x95, 0x8a, 0x8c, 0x01, 0x08, 0x71, 0x20, 0x10, 0x67, 0x6a, 0xcc, 0x00, 0xa2, 0x63, 0x17, 0xab, 0x0a, 0x92, 0xbc, 0x80, 0xf4, 0xd3, 0xc4, 0x00, 0x24, 0xf6, 0xc4, 0x73, 0x7b, 0x4d, 0x37, 0x25, 0x20, 0xa2, 0xa7, 0x38, 0x7a, 0xfc, 0x08, 0x73, 0xd1, 0x9d, 0xdb, 0x47, 0xd1, 0x39, 0x0a, 0xd8, 0x88, 0x8e, 0x9a, 0x8b, 0xd5, 0xf0, 0x17, 0xc3, 0x34, 0xe4, 0xdf, 0x4f, 0x4b, 0x0c, 0x20, 0x43, 0xbb, 0x30, 0x83, 0x85, 0x3c, 0xa6, 0xf1, 0x69, 0x6b, 0x69, 0x87, 0xf5, 0xeb, 0xd6, 0x39, 0xc7, 0xce, 0x41, 0x7c, 0x03, 0xb4, 0xb1, 0x71, 0x28, 0x9c, 0x3e, 0x0b, 0xc5, 0x73, 0xe7, 0xa0, 0x38, 0x36, 0x06, 0x46, 0x26, 0x03, 0x46, 0x36, 0x07, 0x86, 0x86, 0x7a, 0x14, 0x9a, 0x98, 0x2a, 0xed, 0x6d, 0x6d, 0x10, 0xeb, 0xed, 0x85, 0x68, 0xef, 0x7a, 0x88, 0xad, 0x5d, 0xcb, 0xd2, 0x84, 0xe8, 0xd9, 0xeb, 0x93, 0x49, 0x16, 0x8f, 0x98, 0x9c, 0x9c, 0x82, 0xfe, 0x3e, 0x6b, 0xdd, 0xc8, 0x93, 0xcb, 0x66, 0x05, 0x58, 0xe9, 0x60, 0xba, 0x6e, 0x95, 0x5d, 0x91, 0x12, 0x98, 0x4c, 0x2a, 0x3e, 0x61, 0x5a, 0x67, 0xef, 0x3e, 0x3f, 0x6f, 0xa0, 0x7b, 0xd6, 0xcb, 0xeb, 0xf7, 0xf0, 0xfa, 0xfb, 0x39, 0xe6, 0x14, 0xe1, 0x5a, 0xfe, 0xe2, 0xfd, 0xeb, 0x8b, 0x65, 0x1a, 0x56, 0xaf, 0x1f, 0x14, 0x98, 0x31, 0x95, 0x60, 0x79, 0x15, 0x53, 0x8a, 0x14, 0x76, 0x51, 0xbd, 0xa0, 0x34, 0x31, 0x4b, 0x73, 0x73, 0x30, 0xf3, 0x9b, 0xdf, 0x42, 0xfa, 0xf9, 0x17, 0x20, 0xfd, 0xe2, 0x01, 0x28, 0x9c, 0x3f, 0x5f, 0x15, 0x61, 0x22, 0xcd, 0xcd, 0xd0, 0x74, 0xf5, 0x3e, 0x68, 0xba, 0xee, 0x5a, 0x50, 0x6e, 0x7b, 0x3b, 0x9c, 0x9d, 0x99, 0x85, 0xc7, 0x7f, 0xf5, 0x6b, 0x9c, 0x78, 0x69, 0x31, 0x39, 0xbf, 0xbf, 0x6c, 0x4a, 0xa0, 0xd0, 0x70, 0xb9, 0x47, 0xca, 0x30, 0xcd, 0xb1, 0x12, 0xe0, 0x3d, 0xba, 0x94, 0x37, 0xd9, 0x23, 0x66, 0xf8, 0xa0, 0x81, 0x5b, 0x2e, 0x3a, 0x75, 0x03, 0xaa, 0xbd, 0xa3, 0x96, 0x6b, 0xf9, 0x7c, 0xc9, 0x67, 0xd6, 0x57, 0x86, 0xf8, 0xc5, 0x16, 0x66, 0xb8, 0x99, 0x86, 0xcc, 0xdb, 0x54, 0x2a, 0x1f, 0x10, 0x98, 0xd1, 0x3d, 0x4b, 0xbe, 0xbe, 0xfc, 0xd2, 0xab, 0x70, 0xf6, 0xcc, 0x10, 0x7b, 0x1f, 0xed, 0xeb, 0x83, 0xf8, 0xf3, 0xcf, 0x43, 0xec, 0xd0, 0x21, 0x50, 0x8a, 0xc5, 0x45, 0x13, 0x46, 0x43, 0x42, 0xcf, 0x3e, 0xf1, 0x24, 0xdb, 0xe1, 0x3f, 0x7f, 0x15, 0xa6, 0x57, 0xaf, 0x86, 0xb9, 0xee, 0x6e, 0x50, 0x57, 0xad, 0x02, 0x43, 0x55, 0xff, 0xe7, 0xe3, 0x8f, 0x3f, 0xfe, 0xdb, 0xe5, 0x63, 0x00, 0xca, 0x07, 0x64, 0x69, 0x5d, 0x9a, 0xe4, 0x85, 0x2b, 0x39, 0x5a, 0xb6, 0xf1, 0xc1, 0xf3, 0x12, 0x55, 0xb6, 0xf5, 0x45, 0x44, 0xcf, 0xd9, 0x71, 0x9b, 0x1f, 0x27, 0x8f, 0x1a, 0xcd, 0x7c, 0xbe, 0x16, 0x90, 0x52, 0x23, 0xc2, 0x2e, 0x0e, 0x09, 0x2c, 0x2b, 0xc0, 0x57, 0x09, 0xe4, 0xa5, 0x5a, 0x72, 0x60, 0xe6, 0xc8, 0x91, 0x23, 0x30, 0xfe, 0x9b, 0xdf, 0xc0, 0xf6, 0x13, 0x27, 0xa0, 0x75, 0xda, 0xbb, 0xa4, 0x5f, 0x0b, 0x12, 0x6d, 0xd5, 0xd6, 0xad, 0xd0, 0xdc, 0xd3, 0x03, 0xf5, 0x1d, 0x1d, 0x90, 0x68, 0x6a, 0x02, 0x15, 0x21, 0x3d, 0x62, 0x26, 0x53, 0x68, 0xf8, 0xec, 0x1a, 0x2a, 0x93, 0x79, 0x44, 0x8d, 0xec, 0xd4, 0x14, 0xcc, 0xa1, 0x52, 0x39, 0x3e, 0x30, 0x00, 0xd3, 0xc3, 0xc3, 0x66, 0x9b, 0x3c, 0x03, 0xda, 0x47, 0x46, 0xe0, 0x46, 0xdc, 0xaf, 0x8a, 0xc5, 0x66, 0xeb, 0x74, 0xfd, 0x85, 0x3f, 0xc1, 0xdb, 0xfc, 0x04, 0x40, 0xf1, 0x82, 0x32, 0x80, 0x70, 0x05, 0xb3, 0x20, 0x88, 0xa4, 0x00, 0x16, 0x8b, 0x3a, 0xdb, 0x45, 0x3e, 0xbb, 0xd3, 0xa5, 0x6b, 0x78, 0x94, 0x3d, 0x39, 0xb9, 0x43, 0x4e, 0xf5, 0x12, 0x4c, 0x93, 0xcb, 0x15, 0x59, 0x56, 0x8e, 0x68, 0x86, 0x74, 0xa1, 0x21, 0x3e, 0x4c, 0xbd, 0xfe, 0x5c, 0x3a, 0x1f, 0xa0, 0x04, 0xda, 0xa1, 0x59, 0xb6, 0xb0, 0x35, 0x12, 0xed, 0xca, 0x83, 0xaf, 0x43, 0xe7, 0xc8, 0xa8, 0xe3, 0xfb, 0x9d, 0x28, 0xcb, 0x37, 0xec, 0xdb, 0x07, 0x5d, 0xdb, 0xb6, 0x41, 0xbc, 0xb1, 0xd1, 0xe9, 0x1d, 0x74, 0xc9, 0xc0, 0x28, 0x22, 0x6c, 0x84, 0xda, 0xc4, 0x13, 0xec, 0xa3, 0xec, 0xef, 0xc2, 0xc3, 0x9b, 0x09, 0x05, 0xb2, 0x59, 0x98, 0x3e, 0x75, 0x0a, 0x86, 0xde, 0x78, 0x03, 0xce, 0x9f, 0x3c, 0xc9, 0x14, 0xcd, 0x44, 0xb1, 0x48, 0x2b, 0x87, 0x3e, 0xd4, 0x00, 0x70, 0xef, 0x0f, 0x00, 0x3e, 0xf5, 0x6f, 0x00, 0x9e, 0x5e, 0x16, 0x3f, 0x80, 0x6c, 0x02, 0x8a, 0x50, 0x30, 0xf9, 0xcd, 0xed, 0x64, 0x10, 0xdb, 0x6b, 0xe7, 0x95, 0xef, 0x36, 0xec, 0xcb, 0x4c, 0x41, 0x97, 0xcb, 0x64, 0xb2, 0x56, 0x92, 0x46, 0x25, 0x97, 0x6e, 0xad, 0x20, 0xbe, 0xd2, 0xb5, 0x29, 0xc7, 0x61, 0x36, 0x55, 0xf2, 0xd5, 0xe6, 0x0d, 0x51, 0xae, 0x8d, 0x27, 0xb4, 0xbf, 0xf0, 0x02, 0x6c, 0xfe, 0xed, 0x6f, 0x41, 0x15, 0x6d, 0x61, 0xf1, 0x58, 0xef, 0xae, 0x5d, 0xb0, 0xe5, 0xa6, 0x9b, 0xa0, 0x11, 0x67, 0xbd, 0x4c, 0x68, 0xc3, 0xf6, 0xaf, 0x83, 0x4e, 0x9a, 0x3c, 0xce, 0x7a, 0x90, 0xce, 0x63, 0x5c, 0x47, 0xa2, 0x56, 0xb8, 0x22, 0xc9, 0xf3, 0x87, 0x28, 0xd1, 0xb5, 0x63, 0x07, 0xdb, 0xf3, 0xa9, 0x14, 0x9c, 0x79, 0xe9, 0x25, 0x18, 0x78, 0xf9, 0x65, 0xd0, 0xb8, 0x25, 0xb0, 0x03, 0x87, 0xef, 0xa9, 0xff, 0x05, 0xf0, 0x1d, 0xbc, 0xf6, 0x67, 0x3e, 0x84, 0xa0, 0x5c, 0x53, 0x06, 0xa0, 0xd6, 0x30, 0x53, 0x53, 0x53, 0x71, 0xe1, 0x03, 0x30, 0x44, 0x20, 0xc8, 0x00, 0x2b, 0x7d, 0x99, 0xd2, 0xc4, 0xfc, 0x6d, 0x7d, 0x70, 0x68, 0xfd, 0x82, 0xe0, 0xb2, 0xa5, 0x50, 0x28, 0x68, 0x8c, 0xf8, 0x04, 0xf9, 0x4b, 0x49, 0xa8, 0xa8, 0x36, 0xee, 0x1e, 0xe6, 0xda, 0x84, 0x6c, 0x0b, 0xf3, 0xfe, 0x29, 0xda, 0xc4, 0xf0, 0xc5, 0xe9, 0x19, 0x38, 0xfe, 0xa9, 0x7b, 0xa1, 0xfd, 0xc9, 0x27, 0xad, 0xe3, 0x3d, 0x97, 0x5c, 0x02, 0x57, 0xbc, 0xeb, 0x5d, 0xd0, 0x80, 0x30, 0x2f, 0x73, 0xbd, 0x51, 0x28, 0x80, 0x8e, 0xc4, 0x33, 0x50, 0xa6, 0xeb, 0xa4, 0xf9, 0x9b, 0x66, 0x9c, 0x8c, 0x04, 0x0e, 0x54, 0xa0, 0x12, 0x3c, 0x44, 0x0c, 0x05, 0xd1, 0x40, 0x6d, 0x69, 0x01, 0x85, 0x1c, 0x3f, 0x64, 0x89, 0xe1, 0xdf, 0x5b, 0xdf, 0xf1, 0x0e, 0xd8, 0x74, 0xfd, 0xf5, 0xd0, 0xff, 0xcc, 0x33, 0x30, 0x88, 0x8c, 0x80, 0x4a, 0x39, 0xdd, 0xfe, 0x47, 0x71, 0xbf, 0x0e, 0x35, 0xc2, 0xf7, 0x7f, 0x00, 0xe0, 0x68, 0xcd, 0x18, 0x60, 0x74, 0x74, 0xb4, 0x99, 0x20, 0xce, 0x72, 0x02, 0x99, 0xdd, 0x2a, 0x78, 0xd7, 0xce, 0xbc, 0x35, 0x50, 0xb6, 0x05, 0xe0, 0x34, 0xe7, 0xc4, 0x80, 0xdb, 0x71, 0x02, 0xfb, 0x7d, 0x36, 0x9b, 0x47, 0x06, 0x28, 0x96, 0x35, 0xf1, 0x2e, 0x24, 0xc4, 0x57, 0x8e, 0x08, 0x52, 0xe3, 0x67, 0xde, 0xc2, 0x3d, 0xa2, 0x3a, 0xbf, 0x9b, 0x47, 0x33, 0xee, 0xe5, 0x7b, 0x3e, 0x03, 0xd9, 0xd3, 0x67, 0xf8, 0x77, 0x71, 0x96, 0xee, 0x79, 0xf7, 0xbb, 0x61, 0xd5, 0xce, 0x9d, 0x8e, 0x70, 0xa5, 0x8e, 0xba, 0x80, 0x36, 0x31, 0x01, 0xba, 0xa9, 0xb5, 0xcb, 0x33, 0xc3, 0x2f, 0x7b, 0x0a, 0xcc, 0x90, 0x2f, 0x0e, 0x0c, 0x68, 0x78, 0xae, 0x41, 0xba, 0x04, 0x29, 0x9b, 0xc8, 0x0c, 0x2a, 0x2a, 0x7f, 0x91, 0xf6, 0x76, 0x76, 0xfd, 0x28, 0x5a, 0x1c, 0xdb, 0x6f, 0xbf, 0x1d, 0xd6, 0x5c, 0x79, 0x25, 0x1c, 0xfe, 0xf9, 0xcf, 0x21, 0x35, 0xca, 0x44, 0xcf, 0x0e, 0xdc, 0x5f, 0x44, 0x26, 0x78, 0x0f, 0x32, 0xc1, 0x13, 0x35, 0x61, 0x00, 0x6a, 0xdb, 0x2a, 0xba, 0x76, 0x82, 0xe9, 0x05, 0xd4, 0x74, 0x7b, 0xfd, 0x3e, 0x0e, 0x95, 0xaa, 0xa4, 0xe1, 0x7b, 0xdd, 0xb8, 0x6e, 0x6f, 0x58, 0xb1, 0xa8, 0x31, 0xb8, 0xe7, 0xa2, 0x44, 0xf1, 0x10, 0x6a, 0x69, 0xbd, 0x76, 0x96, 0xd6, 0xaa, 0x4d, 0xbe, 0x36, 0xd7, 0xcd, 0x0c, 0x16, 0xf2, 0x6e, 0x69, 0x89, 0x59, 0xdf, 0xc9, 0x9d, 0xe8, 0x83, 0xb3, 0x48, 0xfc, 0xd2, 0x24, 0xef, 0x8a, 0xd2, 0x8e, 0xb6, 0xff, 0xbe, 0x3f, 0xfd, 0x53, 0x48, 0xa0, 0xfd, 0x6e, 0x11, 0x1e, 0x3f, 0x2b, 0x21, 0x51, 0x8c, 0x5c, 0xce, 0x4b, 0xf8, 0x4a, 0x4c, 0x20, 0x8b, 0x0a, 0x71, 0x3d, 0xd4, 0x31, 0x68, 0x2f, 0x21, 0xe3, 0x45, 0xd7, 0xac, 0x01, 0xb5, 0xab, 0x8b, 0x2b, 0x67, 0x28, 0x62, 0xae, 0xf9, 0xf0, 0x87, 0xa1, 0xef, 0xe9, 0xa7, 0xe1, 0xcc, 0x81, 0x03, 0x34, 0x39, 0x9b, 0xf0, 0x8c, 0x5f, 0xa0, 0x48, 0xf8, 0xd0, 0x07, 0x01, 0x1e, 0x59, 0x32, 0x03, 0x50, 0x28, 0xd8, 0x4e, 0x08, 0x15, 0x4b, 0xb7, 0xb8, 0xbb, 0x76, 0x82, 0xc3, 0xaf, 0xef, 0xb6, 0xf9, 0x85, 0x08, 0x20, 0x46, 0xa2, 0x26, 0x0f, 0xe4, 0xd6, 0x75, 0xa7, 0x68, 0x2d, 0x75, 0xb6, 0x2e, 0xcd, 0xf3, 0xe7, 0x7f, 0x6d, 0xd1, 0x91, 0x9c, 0xf7, 0xf0, 0xe7, 0x0c, 0x90, 0x3f, 0x7d, 0x1a, 0xce, 0x7c, 0xe2, 0xd3, 0xa0, 0xcd, 0xcc, 0xb0, 0xbf, 0x49, 0xd6, 0xef, 0x7a, 0xcf, 0x7b, 0x40, 0x35, 0x35, 0x79, 0x63, 0x61, 0x01, 0x4a, 0x67, 0xcf, 0x32, 0x62, 0xd5, 0x82, 0xf0, 0x0e, 0x54, 0xa0, 0x63, 0x28, 0x3a, 0x0a, 0x83, 0x83, 0xa0, 0xa2, 0x85, 0x10, 0xdd, 0xb8, 0x11, 0x94, 0x86, 0x06, 0xa6, 0x38, 0x6e, 0x47, 0xb1, 0xd0, 0xd8, 0xd9, 0x09, 0x47, 0x7f, 0xf5, 0x2b, 0xd0, 0x8b, 0x45, 0x0a, 0x14, 0xfc, 0xe0, 0x7f, 0xe3, 0xb7, 0xef, 0x02, 0xf8, 0xd9, 0x52, 0x95, 0x40, 0xe7, 0xfa, 0x7d, 0x86, 0xac, 0x04, 0x96, 0x98, 0x1b, 0x58, 0xc4, 0xce, 0x65, 0x27, 0x8e, 0x1c, 0xce, 0x25, 0xc2, 0x93, 0xac, 0xe7, 0x84, 0x07, 0x17, 0xe1, 0x95, 0x0b, 0x42, 0xd4, 0xa5, 0x32, 0x0d, 0x7d, 0x46, 0x65, 0x5a, 0x44, 0x12, 0x9e, 0xf8, 0x5a, 0x0f, 0x45, 0x84, 0xf2, 0xb3, 0x77, 0x7f, 0xc6, 0x22, 0xfe, 0x25, 0xd7, 0x5c, 0x03, 0x97, 0xa3, 0xbc, 0x57, 0xcc, 0x01, 0x20, 0xa8, 0xa7, 0x19, 0x0a, 0xd2, 0x1a, 0x01, 0xa1, 0xe0, 0xbe, 0x8c, 0x65, 0x10, 0xa4, 0x23, 0x68, 0xa8, 0x47, 0x68, 0x6f, 0xbe, 0xc9, 0x3c, 0x86, 0x2a, 0xe9, 0x1b, 0xb8, 0xad, 0xdd, 0xbd, 0x1b, 0x62, 0x28, 0x1a, 0x0e, 0xfd, 0xec, 0x67, 0xa4, 0x60, 0x52, 0x4e, 0xd3, 0x0f, 0xd1, 0x42, 0xf8, 0x23, 0xb4, 0x10, 0x9e, 0x5b, 0x34, 0x03, 0x58, 0x7d, 0xfb, 0x1d, 0x19, 0xc1, 0x66, 0xeb, 0xf6, 0x4c, 0xc1, 0xaa, 0x68, 0x15, 0xb1, 0x00, 0xae, 0xe4, 0xf1, 0x4e, 0x17, 0xbc, 0xa1, 0xb1, 0x26, 0x45, 0xb3, 0xd4, 0x1a, 0xcc, 0xd6, 0x60, 0xe8, 0xaf, 0x35, 0xd3, 0x50, 0x30, 0x88, 0x9c, 0xb9, 0x84, 0x00, 0x7a, 0xa9, 0x08, 0xc3, 0xff, 0xfe, 0x8b, 0x50, 0x34, 0xcd, 0xbc, 0x8d, 0x7b, 0xf7, 0xc2, 0xe5, 0x77, 0xdc, 0xc1, 0x9b, 0x65, 0x50, 0x46, 0xd0, 0x99, 0x33, 0x8c, 0x01, 0x6a, 0x32, 0xeb, 0x2b, 0x9d, 0x6b, 0x6b, 0xa2, 0x50, 0x44, 0x44, 0x8a, 0x20, 0x33, 0x44, 0x37, 0x6f, 0x66, 0x0f, 0xd7, 0x8d, 0xe6, 0xe6, 0x2e, 0xd4, 0x45, 0xde, 0x78, 0xec, 0x31, 0x62, 0x82, 0xa4, 0x56, 0x57, 0xf7, 0xdb, 0x7f, 0xbc, 0xeb, 0xae, 0xbb, 0x3e, 0xfa, 0x9d, 0xef, 0xfc, 0x78, 0x49, 0x0c, 0x60, 0xd5, 0x04, 0x48, 0x4a, 0xe0, 0x5c, 0xa6, 0x60, 0x5a, 0x2b, 0xaa, 0x59, 0xf7, 0xc7, 0x7b, 0x04, 0xd0, 0x6e, 0x27, 0x82, 0x28, 0x92, 0x2b, 0xf7, 0xc2, 0xcd, 0xd6, 0xda, 0x9a, 0x85, 0xfc, 0x00, 0x47, 0x00, 0xde, 0x27, 0x60, 0xe2, 0x9b, 0xdf, 0x82, 0x85, 0x43, 0x6f, 0xb0, 0xbf, 0x57, 0xe3, 0x20, 0xef, 0xc4, 0x41, 0x26, 0xe2, 0xb3, 0x74, 0xb0, 0x81, 0x01, 0xa6, 0xec, 0x2d, 0x1b, 0xe1, 0x5d, 0xe7, 0x94, 0x48, 0xc9, 0xa4, 0x5c, 0x84, 0xad, 0x5b, 0x59, 0xdc, 0xa0, 0x07, 0xef, 0x6f, 0xfb, 0x1f, 0xfe, 0x21, 0x1c, 0xfb, 0xe5, 0x2f, 0x49, 0x64, 0xd4, 0x45, 0x9f, 0x79, 0xe6, 0x91, 0xff, 0xf1, 0xed, 0x6f, 0x1f, 0x45, 0x7b, 0xe6, 0x8b, 0x77, 0xdf, 0x7d, 0xf7, 0xff, 0xa9, 0x8a, 0x01, 0xc4, 0x12, 0xa5, 0x72, 0x28, 0x58, 0x13, 0x2b, 0x78, 0x66, 0x4a, 0x4c, 0x4e, 0x12, 0xb4, 0xcb, 0x33, 0x5d, 0x26, 0x68, 0x75, 0xa1, 0xd8, 0x20, 0xc2, 0xd6, 0x22, 0xcc, 0xbb, 0x18, 0xa6, 0x51, 0x99, 0x2f, 0xa0, 0x74, 0xe8, 0x35, 0x98, 0xfa, 0xfe, 0x0f, 0xd9, 0xf1, 0xfa, 0xd6, 0x56, 0xd8, 0xfd, 0xbe, 0xf7, 0x81, 0x12, 0xe5, 0x4e, 0x31, 0x0d, 0x67, 0xa0, 0x87, 0xf8, 0x15, 0xe0, 0xbe, 0xa2, 0x9c, 0xf7, 0x33, 0x0f, 0x7d, 0x08, 0x2f, 0x5f, 0x87, 0xc4, 0x52, 0xbe, 0xaf, 0x0f, 0xea, 0x90, 0x09, 0xa8, 0x8b, 0xc8, 0x5a, 0xd4, 0x4d, 0xd2, 0xa8, 0x88, 0x0e, 0xbd, 0xf8, 0x22, 0x44, 0xfa, 0xfb, 0xd5, 0x8e, 0x03, 0x07, 0xae, 0x98, 0xbc, 0xe1, 0x86, 0x47, 0x1e, 0x7e, 0xf8, 0xe1, 0x9f, 0xe0, 0x3d, 0x7d, 0xfc, 0x13, 0x9f, 0xf8, 0xc4, 0x42, 0x58, 0x1d, 0xc0, 0x12, 0x01, 0x64, 0xaa, 0x19, 0x60, 0x37, 0x2d, 0x9c, 0x63, 0x0b, 0x38, 0x3a, 0x57, 0xc1, 0xbe, 0x70, 0x10, 0xbf, 0x74, 0xa6, 0x59, 0xcc, 0xb5, 0x1b, 0xea, 0x0c, 0xe8, 0x7c, 0xec, 0x1f, 0x78, 0xe8, 0x17, 0x9f, 0x7f, 0xdf, 0xfe, 0xfd, 0x10, 0xad, 0xaf, 0xe7, 0x45, 0x19, 0xc3, 0xc3, 0xa0, 0x91, 0x25, 0x50, 0xad, 0x9c, 0x5f, 0xcc, 0xac, 0x0f, 0x60, 0x16, 0xf9, 0xda, 0xc4, 0x04, 0x05, 0x64, 0xc8, 0xd8, 0xa6, 0x4d, 0x6c, 0x72, 0x6c, 0xbd, 0xe1, 0x06, 0x48, 0xe1, 0x3d, 0xce, 0xa1, 0x5e, 0x92, 0xfd, 0xe1, 0x0f, 0x61, 0xe7, 0x9d, 0x77, 0x26, 0x07, 0x33, 0x99, 0x3b, 0x33, 0x99, 0xcc, 0xb6, 0x87, 0x1e, 0x7a, 0xe8, 0x46, 0x64, 0x82, 0x62, 0x55, 0x22, 0x80, 0xc7, 0x76, 0x0c, 0xa9, 0x28, 0xa4, 0xe4, 0xd3, 0x23, 0xaf, 0x36, 0xa1, 0xd8, 0x0b, 0x0b, 0xf1, 0xe1, 0x75, 0x86, 0xdb, 0xf5, 0x97, 0xa0, 0x6e, 0x7a, 0x84, 0xbd, 0xa7, 0x01, 0x6d, 0xd9, 0xb0, 0x81, 0x8f, 0x41, 0x2a, 0xc5, 0xcc, 0x3c, 0xcf, 0xcc, 0xad, 0x35, 0xdc, 0x57, 0x42, 0x09, 0x97, 0x02, 0x59, 0x1a, 0x1b, 0x03, 0x85, 0xba, 0xb9, 0xa2, 0x45, 0x40, 0xbe, 0x89, 0x6d, 0xb7, 0xdc, 0x02, 0x07, 0x1f, 0x7d, 0x94, 0xc5, 0x18, 0x4e, 0xfd, 0xf5, 0x5f, 0x6b, 0xdb, 0x1f, 0x7a, 0x28, 0x79, 0xec, 0xd8, 0xb1, 0x2b, 0xb2, 0xd9, 0xec, 0xdf, 0xe2, 0x19, 0x7f, 0x19, 0x46, 0x04, 0xb0, 0xde, 0x40, 0xa2, 0x23, 0x96, 0x1c, 0x0e, 0xe6, 0x19, 0xc1, 0x06, 0x6b, 0xa8, 0x70, 0x61, 0x60, 0xf8, 0x42, 0x43, 0x7c, 0x79, 0xd1, 0x12, 0x2d, 0x15, 0xe0, 0xb6, 0xdc, 0xff, 0x63, 0xef, 0x13, 0xcd, 0xcd, 0x70, 0xc9, 0xcd, 0x37, 0x73, 0x22, 0xa0, 0x96, 0x4f, 0x72, 0x1f, 0xe4, 0x36, 0xf3, 0x4b, 0x25, 0x64, 0x15, 0x70, 0x1f, 0x64, 0x39, 0x58, 0x31, 0x1a, 0x32, 0x13, 0xf1, 0x7e, 0x15, 0x34, 0x0f, 0xdb, 0xd6, 0xae, 0x85, 0xee, 0x2b, 0xae, 0x80, 0xd1, 0x57, 0x5e, 0x01, 0xe3, 0xd5, 0x57, 0x23, 0xfd, 0xbf, 0xf9, 0x4d, 0x7e, 0xeb, 0xad, 0xb7, 0x26, 0x0f, 0x1e, 0x3c, 0x78, 0xf7, 0x83, 0x0f, 0x3e, 0x78, 0xdf, 0xbd, 0xf7, 0xde, 0x9b, 0xae, 0x68, 0x06, 0x0a, 0x04, 0x50, 0x45, 0x61, 0xa8, 0x19, 0x0e, 0xe6, 0xe9, 0x60, 0x6a, 0xe8, 0x8a, 0x98, 0xb7, 0x36, 0xb8, 0x53, 0xfd, 0xb5, 0xb7, 0x9c, 0x79, 0x09, 0x1a, 0x8c, 0x2c, 0xfb, 0xeb, 0xb2, 0xb7, 0xbf, 0x1d, 0xa2, 0x54, 0x1c, 0x4a, 0xf2, 0x16, 0x21, 0xd5, 0x90, 0x42, 0xbc, 0xd5, 0x98, 0x75, 0xd5, 0xfa, 0x00, 0xc2, 0x5c, 0xdb, 0x70, 0x33, 0x0b, 0x59, 0x5f, 0x68, 0x95, 0xc4, 0xb6, 0x6c, 0x61, 0x0f, 0x45, 0x16, 0xcb, 0xc4, 0xf1, 0xe3, 0x50, 0x42, 0x6b, 0x21, 0xf7, 0xc8, 0x23, 0x31, 0x05, 0x9f, 0x25, 0x91, 0x48, 0x14, 0x71, 0x72, 0xdf, 0x88, 0x67, 0xfc, 0x32, 0x94, 0x0e, 0xc0, 0xac, 0x00, 0x53, 0xeb, 0x95, 0xab, 0x82, 0x28, 0x10, 0x54, 0x2e, 0x61, 0xa3, 0x92, 0xad, 0xff, 0x56, 0x43, 0x7c, 0x20, 0xd3, 0xe0, 0x73, 0x6e, 0x39, 0xf5, 0x9c, 0x35, 0xfb, 0x57, 0xa3, 0x52, 0xc5, 0xa0, 0x1f, 0xa1, 0x54, 0x98, 0x7b, 0x6f, 0x19, 0xdc, 0x07, 0xfc, 0xae, 0xdb, 0x32, 0x88, 0xf4, 0xf4, 0x80, 0xda, 0xd4, 0x04, 0x0d, 0x1d, 0x1d, 0xd0, 0xb5, 0x7d, 0x3b, 0x43, 0x81, 0xe8, 0xc1, 0x83, 0x2a, 0x89, 0x2e, 0x4d, 0xd3, 0x90, 0x2c, 0x4a, 0x3e, 0x8c, 0x0e, 0xd0, 0xcc, 0xd3, 0xc1, 0x62, 0x6c, 0x88, 0x34, 0x29, 0x17, 0x80, 0xb7, 0x88, 0x5d, 0x5c, 0x6b, 0x94, 0xc5, 0x69, 0xf8, 0xb5, 0x85, 0xf8, 0x72, 0x4c, 0xd3, 0x3d, 0xde, 0x07, 0xc9, 0x2c, 0x5f, 0x8f, 0x69, 0xcb, 0x8d, 0x37, 0x82, 0x2a, 0xb4, 0xfe, 0x91, 0x11, 0xc7, 0x2a, 0xa6, 0x6f, 0x35, 0xdc, 0x7b, 0xcf, 0xb5, 0x73, 0x28, 0x8a, 0xa8, 0x00, 0xd6, 0x21, 0xe1, 0x69, 0x5b, 0xb7, 0x73, 0x27, 0x8c, 0xbd, 0xf1, 0x06, 0xe8, 0x85, 0x02, 0xcc, 0xfe, 0xe2, 0x17, 0x50, 0xda, 0xb7, 0x4f, 0x43, 0xba, 0x3d, 0x1b, 0x5a, 0x09, 0x64, 0x0b, 0x16, 0xca, 0x6b, 0xf2, 0x18, 0xc0, 0xaa, 0x67, 0xc9, 0xe6, 0xa7, 0x4a, 0xdc, 0x72, 0xb3, 0xcc, 0x9f, 0xf0, 0x61, 0x36, 0xa5, 0xca, 0x73, 0xcb, 0x7f, 0xa1, 0x12, 0xd3, 0xc8, 0xdb, 0x9f, 0x8c, 0x1e, 0xe0, 0xdf, 0x22, 0xbb, 0x7a, 0xc7, 0x0e, 0x2b, 0xa2, 0xa7, 0x4d, 0x4d, 0x2d, 0x0a, 0xee, 0x2b, 0x13, 0x5e, 0x1c, 0x57, 0xc0, 0xca, 0x3a, 0x30, 0x3d, 0xaf, 0x86, 0xfb, 0x21, 0xac, 0x4c, 0x6a, 0x33, 0x91, 0x46, 0xbc, 0x17, 0x09, 0xbb, 0xc2, 0x2a, 0x98, 0x9d, 0x05, 0x3d, 0x9b, 0x05, 0x35, 0x99, 0x84, 0xe6, 0xae, 0x2e, 0x68, 0x58, 0xb5, 0x0a, 0xe6, 0xce, 0x9e, 0x85, 0xe9, 0xc7, 0x1e, 0x33, 0xb4, 0x3d, 0x7b, 0xbe, 0x70, 0xcf, 0x3d, 0xf7, 0x84, 0xb7, 0x02, 0x58, 0x67, 0x2a, 0x43, 0x64, 0xc3, 0xf2, 0xcf, 0x6e, 0xb8, 0xb1, 0x07, 0x06, 0x07, 0xe6, 0xe4, 0x4a, 0x6d, 0x3f, 0x83, 0x27, 0xf4, 0x56, 0xdb, 0x15, 0x88, 0xbc, 0x17, 0xad, 0xbc, 0x30, 0x85, 0x20, 0x81, 0x01, 0x5b, 0xe7, 0x79, 0xae, 0x65, 0x17, 0xda, 0xd5, 0x49, 0x14, 0x01, 0x6c, 0xf6, 0x9b, 0x26, 0x9f, 0x33, 0xbd, 0xdb, 0x44, 0x0d, 0x3a, 0x2e, 0x45, 0x01, 0x0d, 0x29, 0xad, 0xd9, 0x90, 0x2a, 0x5d, 0x2c, 0xf7, 0x98, 0x20, 0xb8, 0xe9, 0x5b, 0x31, 0x14, 0x99, 0x41, 0x5c, 0xd7, 0x71, 0x3c, 0x80, 0x7d, 0x0d, 0x50, 0x15, 0xdf, 0x54, 0x73, 0x2b, 0x43, 0x13, 0xcf, 0x25, 0x51, 0x40, 0xee, 0x62, 0x88, 0x44, 0x61, 0x15, 0xa2, 0x01, 0x31, 0x80, 0x32, 0x36, 0xa6, 0x34, 0xdd, 0x73, 0xcf, 0xd3, 0x61, 0x3d, 0x81, 0x56, 0x77, 0x30, 0xd9, 0x07, 0x40, 0xdb, 0xfd, 0xdf, 0xb8, 0xc1, 0x7f, 0xa0, 0x7d, 0x56, 0xd9, 0x28, 0x77, 0xdc, 0xf1, 0x59, 0xc8, 0xe3, 0x4b, 0x3a, 0xa7, 0xc2, 0xf1, 0xfc, 0xf1, 0x93, 0x30, 0xf8, 0x67, 0xdc, 0x4f, 0xd2, 0x83, 0x83, 0x66, 0xcd, 0x28, 0x0a, 0xcf, 0xca, 0xc8, 0xa1, 0x78, 0x7f, 0x26, 0x88, 0x09, 0xc4, 0x97, 0x18, 0x71, 0x14, 0xb0, 0x08, 0x6e, 0xcd, 0x7a, 0x17, 0x03, 0x09, 0xb8, 0x52, 0xe4, 0x8e, 0x2b, 0x82, 0xe0, 0x32, 0x32, 0xc8, 0xbf, 0x61, 0x3d, 0x8b, 0x7d, 0x1d, 0x6d, 0x6a, 0x1a, 0x62, 0x1b, 0x37, 0xb2, 0xf7, 0xad, 0x68, 0xc2, 0x52, 0xdc, 0x82, 0xac, 0x18, 0x14, 0xda, 0x6f, 0xc7, 0x43, 0x27, 0x42, 0x21, 0x80, 0x60, 0x00, 0xe1, 0x03, 0x08, 0x5a, 0x65, 0xe3, 0x42, 0x12, 0xff, 0xf9, 0xe7, 0x5e, 0x00, 0x11, 0x96, 0xa6, 0x12, 0xac, 0xfa, 0x86, 0x7a, 0x48, 0xcf, 0xa6, 0xe1, 0xd6, 0xdb, 0x6e, 0x76, 0xc8, 0xf4, 0xb2, 0x04, 0x0e, 0xc9, 0x14, 0x0b, 0xaf, 0xbc, 0x6a, 0xbd, 0x6f, 0xa3, 0x88, 0x1b, 0x11, 0x81, 0xb4, 0xfe, 0x5c, 0x8e, 0x8f, 0xb7, 0xa2, 0x78, 0x64, 0xbe, 0x93, 0x78, 0x3c, 0x3e, 0x60, 0xcf, 0x44, 0x93, 0xc6, 0x6e, 0xd9, 0xee, 0x2a, 0x73, 0x66, 0xbf, 0xe3, 0x60, 0x20, 0x1b, 0xf6, 0x0d, 0xf7, 0xa2, 0xc8, 0xa4, 0x78, 0x5b, 0xd7, 0x51, 0xa5, 0xfb, 0x71, 0x7e, 0xcf, 0x28, 0x16, 0x40, 0x5f, 0x58, 0x00, 0xb5, 0xbe, 0x1e, 0x1a, 0x5a, 0x5b, 0x21, 0xda, 0xd0, 0x00, 0xc5, 0x74, 0x9a, 0xbe, 0x75, 0x2b, 0x7e, 0xeb, 0xdb, 0xa1, 0x3c, 0x81, 0xf4, 0x8f, 0xe8, 0x49, 0x23, 0xb2, 0x61, 0x45, 0x40, 0xa8, 0x2a, 0x02, 0x2f, 0x81, 0x29, 0x7a, 0x7b, 0xd7, 0x43, 0x7b, 0x7b, 0x1b, 0x9c, 0x3e, 0x73, 0x16, 0x5a, 0x5a, 0x9b, 0x61, 0x21, 0xb3, 0x00, 0xab, 0x57, 0xaf, 0x72, 0x2e, 0xf9, 0x56, 0xa3, 0x5a, 0xbc, 0xec, 0x49, 0x9e, 0x73, 0x1f, 0xa1, 0x41, 0x43, 0x0d, 0x9a, 0xf5, 0x07, 0x9e, 0x4b, 0x97, 0x91, 0xcb, 0x2a, 0x24, 0xee, 0xfd, 0x74, 0xb0, 0x6a, 0x61, 0xf8, 0x2f, 0x72, 0xa3, 0x18, 0x52, 0x97, 0x13, 0x25, 0x70, 0x06, 0xfa, 0x28, 0x99, 0x8a, 0x67, 0xf6, 0xa5, 0xef, 0x7f, 0xc0, 0x86, 0x25, 0x97, 0xae, 0x41, 0xa1, 0x69, 0x62, 0x80, 0x48, 0x2c, 0x0e, 0xcd, 0xdd, 0xdd, 0x30, 0xc5, 0x93, 0x53, 0x76, 0x55, 0x14, 0x01, 0x1f, 0xff, 0xf8, 0xc7, 0x63, 0x38, 0x40, 0x09, 0x31, 0xc8, 0xac, 0x6d, 0x6a, 0x3e, 0x0f, 0x13, 0xe3, 0x13, 0xb5, 0x9b, 0xdd, 0x10, 0x6e, 0xb6, 0xd6, 0x25, 0xe2, 0x90, 0x59, 0x98, 0x67, 0x1d, 0xbb, 0xe8, 0x78, 0x4b, 0x6b, 0x0b, 0x3b, 0x4e, 0x45, 0x12, 0xb5, 0xae, 0xc5, 0x5b, 0x30, 0x8b, 0x2e, 0x28, 0xd9, 0x22, 0x62, 0xba, 0xbf, 0x75, 0x33, 0xb1, 0xc3, 0x70, 0x53, 0x59, 0x74, 0x14, 0xb9, 0xf6, 0xda, 0xea, 0x94, 0x9c, 0x6a, 0x94, 0xe1, 0x10, 0xe7, 0x29, 0x12, 0x4a, 0xd8, 0xa2, 0x87, 0x23, 0x91, 0x36, 0xbf, 0x00, 0x51, 0xfa, 0x1c, 0x0f, 0x13, 0x43, 0x4f, 0xf5, 0xb3, 0xe7, 0xdb, 0xfc, 0x90, 0x94, 0x51, 0xec, 0xcb, 0x00, 0x6b, 0xd6, 0xac, 0xd1, 0x66, 0x66, 0x66, 0xf0, 0xba, 0x86, 0x42, 0xb5, 0x6f, 0x6c, 0xc5, 0x0a, 0xfc, 0x8f, 0x1a, 0x25, 0x50, 0xa8, 0xb7, 0x1c, 0x21, 0x17, 0xc3, 0x14, 0x50, 0x96, 0x90, 0xb0, 0x38, 0x68, 0x87, 0xea, 0x88, 0xcf, 0xc4, 0xdc, 0x30, 0x77, 0xfd, 0x92, 0xe6, 0xcc, 0x06, 0x93, 0x8a, 0x40, 0x68, 0x81, 0x68, 0x72, 0x79, 0xbb, 0x66, 0xab, 0x51, 0x4e, 0xbb, 0x74, 0x13, 0x4e, 0x09, 0x4f, 0x6c, 0x3e, 0xe1, 0x74, 0xa9, 0x2d, 0x8e, 0xad, 0x13, 0xf8, 0xf5, 0x22, 0x32, 0x64, 0x6b, 0xc0, 0xd4, 0x17, 0x2c, 0x25, 0x34, 0x9f, 0xb3, 0xc4, 0x16, 0xf9, 0x34, 0xcc, 0x2d, 0xd6, 0x08, 0x40, 0xca, 0x41, 0x5f, 0x20, 0x03, 0x50, 0x0f, 0xda, 0x7b, 0xef, 0xbd, 0xf7, 0x38, 0x39, 0xc2, 0x0e, 0x1d, 0x3c, 0x08, 0x97, 0x5c, 0xb2, 0x09, 0x1a, 0x1a, 0x1b, 0x60, 0xd7, 0xae, 0x2b, 0xa1, 0x58, 0xe0, 0x8d, 0x94, 0xfd, 0x08, 0xe0, 0x18, 0x60, 0xcf, 0x58, 0x1b, 0x01, 0xd0, 0xe6, 0xea, 0xeb, 0x6b, 0xc8, 0x24, 0x74, 0x8b, 0x1b, 0xd7, 0x99, 0xee, 0x96, 0xb3, 0x41, 0xb3, 0x3e, 0x60, 0x85, 0x10, 0xc7, 0x3d, 0xe3, 0x87, 0xc7, 0xe7, 0xe7, 0xd9, 0xdb, 0x44, 0x6b, 0x1b, 0xff, 0x8c, 0x94, 0x2f, 0x94, 0xa5, 0x5c, 0x8e, 0x2b, 0x5e, 0xf1, 0xa1, 0x28, 0xfe, 0x5d, 0x20, 0x94, 0x2a, 0x67, 0x37, 0xf0, 0xaa, 0x6b, 0xdf, 0xfa, 0x42, 0xc7, 0x43, 0xf2, 0x72, 0x7c, 0x55, 0xb1, 0xcb, 0xf5, 0xc5, 0x6f, 0x29, 0x3e, 0x56, 0x07, 0x99, 0xaf, 0x42, 0x1f, 0x89, 0xd7, 0x37, 0x48, 0x57, 0x81, 0xf6, 0x30, 0x4a, 0xe0, 0x3f, 0x92, 0xc2, 0xdf, 0xdf, 0x7f, 0x0a, 0x0e, 0xbc, 0xf8, 0x12, 0x5c, 0x76, 0xf9, 0x65, 0x6c, 0xdd, 0x1c, 0xbb, 0x67, 0xb0, 0x6b, 0x18, 0x1d, 0x76, 0xaf, 0x87, 0xbc, 0x12, 0x2d, 0x65, 0xfb, 0xd7, 0x65, 0x0b, 0x1b, 0x86, 0xe7, 0x3b, 0x9e, 0x62, 0x53, 0x39, 0x45, 0xdb, 0x61, 0x63, 0xfb, 0xfc, 0x86, 0x79, 0xdc, 0x92, 0xb8, 0x8a, 0x77, 0x55, 0x50, 0x85, 0xcd, 0x20, 0x82, 0xfa, 0xac, 0x65, 0xe9, 0x44, 0x93, 0x09, 0x5b, 0x73, 0x37, 0xab, 0x81, 0x1d, 0x62, 0xc0, 0xa1, 0xf8, 0x2d, 0xd2, 0xd6, 0x55, 0xec, 0x0f, 0x44, 0x17, 0xf2, 0x50, 0x97, 0x21, 0x68, 0x37, 0x78, 0x73, 0x0c, 0x2b, 0x46, 0x23, 0xf9, 0x0a, 0x1c, 0xe6, 0xa6, 0x6e, 0x58, 0x96, 0x81, 0x2a, 0x25, 0xb7, 0x2a, 0x52, 0x69, 0x79, 0x20, 0x03, 0x74, 0x74, 0x74, 0xfc, 0xd7, 0xc9, 0xc9, 0xc9, 0x77, 0x23, 0xe4, 0xdf, 0xf4, 0xd4, 0x53, 0xff, 0x0c, 0xa7, 0x4e, 0x0d, 0x40, 0x4f, 0x4f, 0x8f, 0x55, 0x9f, 0x1e, 0xb4, 0xee, 0xae, 0xfb, 0x7d, 0x35, 0xdf, 0x13, 0x7f, 0x8b, 0x99, 0x20, 0x0f, 0x8a, 0x7c, 0xac, 0xdc, 0x6f, 0x88, 0xef, 0xba, 0x7f, 0xd3, 0x7d, 0xbe, 0xfb, 0x3a, 0x6a, 0x26, 0x03, 0x1b, 0xc4, 0xa0, 0xc4, 0x62, 0x52, 0x97, 0x6b, 0xc3, 0xd2, 0xb6, 0x15, 0x59, 0xbc, 0x28, 0x4a, 0x79, 0xa2, 0x85, 0x10, 0x03, 0x74, 0x4f, 0x72, 0xb5, 0x55, 0x55, 0x6e, 0x0e, 0x83, 0x33, 0xce, 0xfc, 0x81, 0x03, 0x10, 0xdf, 0xb4, 0x09, 0xa2, 0xdd, 0x3d, 0xdc, 0x42, 0x90, 0x95, 0x4b, 0xba, 0xb6, 0x02, 0x96, 0xe5, 0x20, 0xdd, 0x4e, 0x63, 0x45, 0x06, 0x40, 0x31, 0x50, 0xf8, 0xdc, 0xe7, 0x3e, 0xf7, 0xc7, 0xf3, 0xf3, 0xf3, 0xdf, 0xc4, 0x1f, 0xfb, 0xb7, 0x03, 0x03, 0x03, 0x11, 0xdc, 0x03, 0x89, 0x58, 0xee, 0xd8, 0xef, 0xc2, 0xf7, 0x63, 0x68, 0xee, 0x09, 0x06, 0xd0, 0x74, 0x13, 0x4a, 0x88, 0xc8, 0xaa, 0xe2, 0x34, 0xe5, 0xc0, 0x65, 0x9a, 0xf9, 0xe9, 0x68, 0x15, 0xc4, 0x80, 0x20, 0x5e, 0x2d, 0x16, 0xe1, 0xd6, 0x51, 0x6c, 0x65, 0x8f, 0x1c, 0x01, 0xb5, 0x61, 0x10, 0xe2, 0x68, 0xef, 0x47, 0x57, 0xaf, 0xb6, 0x3f, 0xb4, 0xbb, 0x8a, 0x42, 0x49, 0x4e, 0x4f, 0x47, 0xc3, 0x36, 0x8c, 0x19, 0x08, 0xf7, 0xdf, 0x7f, 0x3f, 0x55, 0x9b, 0xfc, 0x3b, 0xb4, 0x0a, 0xfe, 0x13, 0x9a, 0x83, 0xb7, 0xe1, 0xfb, 0x6e, 0xf3, 0xe6, 0x23, 0xb8, 0x47, 0x11, 0x1d, 0xe2, 0x68, 0x1d, 0xd4, 0xe1, 0x6b, 0x1d, 0xfe, 0x1d, 0xc7, 0xd7, 0x18, 0xbd, 0x22, 0x67, 0xc7, 0xe8, 0x3d, 0xbd, 0xc6, 0x62, 0xd1, 0x4d, 0x1d, 0x9d, 0x9d, 0x57, 0x50, 0x46, 0x71, 0x49, 0xe3, 0x4b, 0xa3, 0x35, 0x35, 0x35, 0x9a, 0xe1, 0x65, 0xde, 0xfd, 0x43, 0x0c, 0x46, 0x6b, 0x4b, 0x8b, 0x0d, 0x6b, 0x41, 0x81, 0x0f, 0x4b, 0x51, 0x2a, 0xf3, 0x19, 0xee, 0xd3, 0x52, 0xb6, 0x0e, 0x35, 0xba, 0xa6, 0x05, 0xaf, 0x49, 0x81, 0x15, 0xf5, 0xf5, 0x9a, 0x56, 0x82, 0x1c, 0x2a, 0x49, 0xed, 0xed, 0xed, 0xac, 0xf8, 0x35, 0x16, 0xb1, 0x15, 0x2c, 0x8d, 0xc4, 0x81, 0x09, 0x99, 0xe4, 0x40, 0xd1, 0xa5, 0xda, 0x75, 0x43, 0xb2, 0xf7, 0x2d, 0xc2, 0x57, 0x21, 0x06, 0xb4, 0x25, 0xcc, 0xfa, 0x40, 0xa0, 0x21, 0x9a, 0x20, 0x82, 0x65, 0xdf, 0x7c, 0x13, 0xd4, 0xd3, 0xa7, 0x21, 0xbe, 0x79, 0x33, 0x22, 0x42, 0x37, 0xa8, 0x6c, 0xa5, 0x57, 0xee, 0xcb, 0xc8, 0x4d, 0xda, 0x0b, 0x7c, 0xaa, 0x52, 0x97, 0xf1, 0x50, 0xab, 0x87, 0x3f, 0xfc, 0xf0, 0xc3, 0x67, 0xf1, 0xe5, 0xbb, 0xd2, 0x21, 0x1a, 0xad, 0x46, 0x69, 0x6f, 0x90, 0x5e, 0x69, 0xa7, 0x05, 0x86, 0x93, 0x89, 0x44, 0xa2, 0xe3, 0xda, 0xeb, 0xaf, 0xb9, 0x5d, 0xa1, 0x46, 0x12, 0xf8, 0xcc, 0x89, 0x64, 0x1d, 0xf4, 0xe0, 0x8d, 0x11, 0xc1, 0x89, 0x18, 0xfc, 0x15, 0x95, 0x1f, 0x7c, 0xa5, 0x60, 0x53, 0x7b, 0x67, 0x07, 0xeb, 0x85, 0xb7, 0xd4, 0x8d, 0x65, 0x23, 0x17, 0x0b, 0xac, 0x72, 0x89, 0xad, 0xee, 0x55, 0xd4, 0x19, 0xb3, 0xa1, 0x58, 0x63, 0x3b, 0x59, 0x36, 0x29, 0xaa, 0xd6, 0x31, 0xa8, 0x0f, 0x40, 0x1a, 0xda, 0xda, 0x5a, 0x59, 0x53, 0x48, 0x3d, 0x1e, 0x03, 0x15, 0x95, 0xdc, 0x9c, 0x39, 0x5b, 0xd8, 0xe0, 0x52, 0xb9, 0x16, 0xb5, 0xa1, 0x93, 0x9d, 0x30, 0x8a, 0xec, 0x98, 0x09, 0x27, 0xf7, 0xc9, 0x8f, 0x22, 0x8b, 0xa6, 0x9a, 0x31, 0x80, 0x2b, 0x98, 0xc4, 0x18, 0xe1, 0xd0, 0x21, 0x76, 0xdf, 0xf1, 0xde, 0x5e, 0x88, 0xb4, 0xb7, 0xb1, 0xd9, 0x5f, 0xcc, 0x66, 0xed, 0x7b, 0x01, 0x48, 0x55, 0xc5, 0x00, 0xae, 0x8d, 0xce, 0xa9, 0x33, 0x5f, 0xe5, 0x46, 0x00, 0xe2, 0xbd, 0x6e, 0xee, 0xc6, 0xfa, 0xf5, 0xeb, 0x77, 0x26, 0x12, 0xc9, 0x38, 0x35, 0x5a, 0xa4, 0x15, 0x39, 0xdb, 0x5b, 0xdb, 0x59, 0xa7, 0x11, 0xcd, 0x5c, 0x7e, 0x45, 0xec, 0xba, 0xc6, 0x07, 0x87, 0x94, 0xcc, 0x5a, 0x30, 0x00, 0x5d, 0x8f, 0x7e, 0x93, 0x75, 0x39, 0xa7, 0x55, 0x40, 0x22, 0x2a, 0x53, 0xf6, 0x28, 0x7f, 0x91, 0x56, 0xff, 0x26, 0x26, 0xd8, 0xb1, 0x63, 0x07, 0xeb, 0xbb, 0x8f, 0xe6, 0x2e, 0x5f, 0xfe, 0x0d, 0x67, 0x4b, 0x09, 0xb5, 0xff, 0xf8, 0xf8, 0x38, 0xa4, 0x86, 0x86, 0x4c, 0xc3, 0x0b, 0xff, 0x4d, 0x24, 0x29, 0x0d, 0xda, 0xa6, 0xa7, 0xdb, 0x1d, 0x5b, 0x41, 0xd1, 0xab, 0x25, 0xdc, 0x97, 0x73, 0x18, 0x79, 0x22, 0x86, 0x88, 0x74, 0x24, 0x1e, 0x8a, 0xe6, 0xcc, 0xcf, 0xcd, 0x5b, 0xa5, 0x83, 0x06, 0x62, 0xe0, 0xe9, 0xc5, 0x32, 0x00, 0xcd, 0xfc, 0xb8, 0x6b, 0x57, 0xb8, 0x65, 0xc1, 0x88, 0x5e, 0x92, 0xde, 0xeb, 0x8d, 0x8d, 0x8d, 0x3d, 0x6c, 0xc5, 0x2b, 0x24, 0x6a, 0x2b, 0x0e, 0x6e, 0x7d, 0x43, 0x23, 0x32, 0x66, 0x94, 0x2d, 0xc4, 0xc0, 0x08, 0xaf, 0x6b, 0x66, 0x36, 0x31, 0x37, 0x81, 0xa8, 0x1d, 0x2b, 0x2b, 0xb9, 0x5e, 0x62, 0xb4, 0x88, 0xae, 0x45, 0x8b, 0x5d, 0xab, 0x66, 0x87, 0x0d, 0x91, 0xd5, 0x44, 0x6d, 0xd6, 0x68, 0x01, 0xec, 0xcc, 0xdc, 0x3c, 0x0c, 0x0d, 0x0f, 0x41, 0x7b, 0x5b, 0x3b, 0x6c, 0xdd, 0xba, 0x95, 0x89, 0x87, 0x0c, 0xd5, 0xed, 0xad, 0x59, 0x03, 0x80, 0x0c, 0x90, 0x19, 0x1b, 0xc3, 0x99, 0x34, 0xc7, 0x62, 0xea, 0x4a, 0x7d, 0x32, 0xd0, 0xd7, 0xaf, 0x80, 0x12, 0xe8, 0xac, 0x61, 0x84, 0x2f, 0x5d, 0x40, 0xc2, 0xfb, 0x85, 0x8a, 0x5d, 0x4c, 0xa0, 0x4a, 0x55, 0xc9, 0x12, 0x03, 0x8c, 0x7c, 0xb4, 0x5a, 0x11, 0x20, 0x6d, 0x31, 0xf3, 0x9c, 0xa8, 0xf9, 0x3e, 0x26, 0x1d, 0x33, 0x4c, 0xe2, 0x17, 0x4d, 0x46, 0x28, 0x29, 0xaa, 0x91, 0x25, 0x33, 0xaa, 0x84, 0x32, 0x28, 0x5f, 0xc8, 0x41, 0x5b, 0x6b, 0x0b, 0x34, 0xb7, 0x34, 0x83, 0xd2, 0xaa, 0x30, 0x22, 0xd0, 0x71, 0x82, 0x7e, 0xae, 0x0d, 0xeb, 0xac, 0x0f, 0x81, 0x62, 0xae, 0x4b, 0x00, 0xde, 0x5c, 0xda, 0x0a, 0x8d, 0x17, 0x25, 0x3b, 0x5d, 0x30, 0x80, 0x29, 0x02, 0x08, 0x05, 0x48, 0xfc, 0x24, 0xeb, 0xeb, 0x61, 0x9e, 0x94, 0xa6, 0x3c, 0xad, 0x19, 0x90, 0x62, 0x44, 0x27, 0x9d, 0x80, 0x2c, 0x9b, 0x6e, 0x14, 0x4d, 0x4d, 0xdb, 0xb7, 0x43, 0xee, 0xe0, 0x41, 0x06, 0x97, 0x73, 0xa7, 0x4e, 0x41, 0xcb, 0xce, 0x9d, 0x6c, 0x10, 0x0d, 0x61, 0xef, 0x5b, 0x84, 0x37, 0x7d, 0x04, 0xf8, 0x9a, 0xfa, 0xe8, 0xc7, 0x6c, 0x22, 0x53, 0xbe, 0xfe, 0xe8, 0x28, 0xcb, 0xd9, 0x27, 0x37, 0xac, 0x11, 0x26, 0x37, 0xc0, 0xb7, 0xcb, 0x7a, 0x85, 0xcc, 0xa0, 0x90, 0xd7, 0x8b, 0x92, 0x3b, 0xdb, 0x9c, 0x10, 0x19, 0xbb, 0x62, 0xe9, 0x78, 0xa8, 0x68, 0xa0, 0xcf, 0x16, 0xa9, 0xb0, 0x0b, 0xc6, 0x50, 0x4d, 0x46, 0x28, 0xa4, 0x53, 0xe9, 0x23, 0xdd, 0x3d, 0x3d, 0xef, 0x9a, 0x9c, 0x98, 0x84, 0x16, 0x54, 0xf0, 0xc8, 0x7d, 0x9b, 0x6c, 0x48, 0x42, 0x67, 0x67, 0x27, 0x74, 0xa0, 0xbc, 0xcf, 0x2e, 0x64, 0x61, 0x7e, 0x61, 0x01, 0xf2, 0xd9, 0x1c, 0x17, 0x07, 0x24, 0x27, 0xf3, 0x25, 0xa6, 0x18, 0xea, 0x66, 0x91, 0xa1, 0x2e, 0x57, 0xda, 0x1a, 0x01, 0x71, 0x7e, 0xe6, 0x1c, 0x51, 0xac, 0x57, 0xf2, 0x98, 0x51, 0x6b, 0x77, 0x0a, 0x20, 0x51, 0xf0, 0xa8, 0x01, 0xdf, 0xd3, 0x71, 0x22, 0x7e, 0x3a, 0x3d, 0x07, 0x73, 0x73, 0x19, 0xd6, 0x6a, 0x65, 0x6c, 0xf4, 0x3c, 0x1c, 0x3d, 0x7a, 0x94, 0x8d, 0xe0, 0x76, 0x24, 0xfe, 0x8e, 0xe6, 0x66, 0x68, 0x35, 0x7f, 0x68, 0xf6, 0xdc, 0x39, 0x52, 0x62, 0x20, 0xd6, 0xbb, 0x01, 0x14, 0x54, 0x22, 0x8d, 0x52, 0xd1, 0x13, 0xa6, 0x35, 0x78, 0x51, 0x04, 0xcb, 0xca, 0xa5, 0x6c, 0x9b, 0x12, 0xa2, 0x07, 0x55, 0xff, 0xfa, 0x26, 0x76, 0x54, 0xc9, 0x04, 0x4b, 0x3a, 0xd7, 0x54, 0x5e, 0x23, 0xad, 0xad, 0xdc, 0xc5, 0xed, 0x6c, 0x62, 0xf5, 0xcc, 0x62, 0x19, 0x40, 0x18, 0x37, 0xaa, 0xb9, 0x57, 0xfa, 0x5b, 0xed, 0xef, 0x1f, 0xe8, 0xeb, 0xdd, 0xd8, 0xdb, 0x87, 0x10, 0xbc, 0x75, 0xe8, 0xec, 0x10, 0x6c, 0xba, 0x64, 0x13, 0x8c, 0x0c, 0x8f, 0xa2, 0xe2, 0x95, 0x81, 0x4b, 0x50, 0x53, 0xa5, 0xf5, 0xf8, 0x54, 0x53, 0x27, 0xa0, 0x9e, 0xbc, 0xd9, 0x79, 0xea, 0x15, 0x90, 0x85, 0x42, 0xbe, 0x60, 0x2d, 0xd8, 0x68, 0x04, 0x64, 0xdf, 0xda, 0x9e, 0x30, 0x53, 0x56, 0x53, 0x02, 0x2b, 0xce, 0xf4, 0x38, 0xcd, 0x74, 0x24, 0x5c, 0x12, 0xa1, 0x3b, 0x91, 0x4c, 0x32, 0x66, 0xa2, 0xc4, 0x95, 0xb3, 0x67, 0xcf, 0xc1, 0xd0, 0xb9, 0x61, 0xa6, 0xfd, 0x17, 0x49, 0xf6, 0x53, 0xb8, 0x14, 0xed, 0xfd, 0x91, 0xa1, 0x91, 0xe7, 0xa7, 0xa7, 0x67, 0xce, 0xf6, 0xf7, 0xf7, 0x17, 0x9f, 0xc2, 0xeb, 0xfc, 0x47, 0x45, 0xf9, 0x80, 0x6a, 0x18, 0xea, 0xd4, 0xf9, 0xf3, 0xd0, 0xb3, 0x7e, 0x3d, 0xe4, 0x4f, 0x9e, 0x80, 0x22, 0xea, 0x04, 0x2c, 0xb2, 0x26, 0x16, 0x8e, 0x20, 0x91, 0x85, 0x7f, 0xb3, 0xa2, 0xcd, 0xd9, 0x59, 0xab, 0x24, 0xac, 0x26, 0xc4, 0x0b, 0xca, 0x0c, 0x0a, 0x79, 0x1d, 0x8b, 0xb0, 0x54, 0x36, 0x66, 0x5a, 0x54, 0x69, 0xa7, 0x05, 0xf0, 0xe4, 0x62, 0x19, 0x00, 0x5c, 0xca, 0x5e, 0x98, 0xbf, 0x8d, 0x43, 0xaf, 0x1f, 0xfe, 0xde, 0xd5, 0xd7, 0xec, 0xfb, 0x02, 0xce, 0xbe, 0xe6, 0x13, 0xc7, 0x8e, 0xc3, 0xc6, 0x4d, 0x9b, 0x99, 0x4c, 0x3e, 0x72, 0xf8, 0x08, 0x43, 0x85, 0x75, 0xbd, 0x6b, 0x61, 0x7d, 0xef, 0x7a, 0xe8, 0xec, 0xee, 0x32, 0x3d, 0x57, 0xbc, 0x2c, 0x9b, 0x88, 0xc4, 0xd6, 0xe9, 0x29, 0xe4, 0x59, 0xb5, 0x11, 0x6b, 0xa3, 0x62, 0x9a, 0x4f, 0x4c, 0xb6, 0x2b, 0x26, 0xbc, 0xc7, 0x78, 0xe3, 0x66, 0x4a, 0x5c, 0x61, 0x4b, 0xb9, 0x99, 0x79, 0x8a, 0x74, 0xad, 0x89, 0xf1, 0x49, 0x18, 0x1e, 0x1e, 0x86, 0xd1, 0x61, 0x96, 0x0b, 0x87, 0x22, 0x41, 0xc1, 0xf7, 0x63, 0x0c, 0x89, 0x68, 0x9b, 0x98, 0x98, 0x7c, 0xee, 0xc8, 0x91, 0x37, 0x7f, 0x42, 0xa9, 0x00, 0xa6, 0x6d, 0x9c, 0x47, 0xf5, 0x78, 0x6f, 0x1b, 0xc0, 0x15, 0x13, 0x88, 0x00, 0xa5, 0xbd, 0x7b, 0x21, 0x4a, 0xbf, 0x85, 0xa2, 0x23, 0x7f, 0xf8, 0xf0, 0x92, 0x66, 0xeb, 0x85, 0x9e, 0xfd, 0xee, 0x2d, 0x2e, 0x75, 0x2d, 0x9b, 0x1c, 0x19, 0x11, 0x6f, 0x67, 0x90, 0xe0, 0x2f, 0x2d, 0x96, 0x01, 0x34, 0x49, 0xc3, 0xf7, 0xdb, 0x35, 0xd7, 0x77, 0xd8, 0xdf, 0x53, 0x53, 0x53, 0x13, 0x2f, 0x1d, 0x78, 0xf9, 0x81, 0x3d, 0x57, 0x5d, 0xf9, 0x31, 0xb4, 0x0c, 0xd7, 0xf7, 0x9d, 0x3c, 0x09, 0x0d, 0x28, 0x57, 0xd7, 0xad, 0x5f, 0xcb, 0x2e, 0x9a, 0x3a, 0x9c, 0x82, 0x37, 0x0f, 0x1f, 0x65, 0xb1, 0x06, 0x92, 0xc3, 0xdd, 0xdd, 0x9d, 0xd0, 0x86, 0xb2, 0xab, 0xb9, 0xb9, 0x85, 0x59, 0x05, 0x4a, 0x88, 0x5c, 0x32, 0x42, 0x90, 0xf9, 0x05, 0x84, 0xf7, 0xd4, 0x1c, 0x12, 0x75, 0x02, 0x26, 0xc6, 0xc6, 0x61, 0x72, 0x6a, 0x8a, 0x1d, 0x17, 0x3c, 0x39, 0x3e, 0x36, 0x81, 0xfb, 0xb8, 0x08, 0x66, 0xe9, 0x43, 0x43, 0x43, 0xbf, 0x3e, 0xf4, 0xfa, 0x1b, 0x4f, 0x99, 0xf7, 0x29, 0x94, 0x57, 0xed, 0x24, 0xc0, 0xd3, 0xd7, 0x22, 0x03, 0x50, 0x0e, 0xdd, 0x34, 0xc2, 0x7a, 0xd7, 0xda, 0xb5, 0xac, 0x7d, 0x9b, 0x82, 0x0a, 0xa1, 0xa8, 0xf5, 0xaf, 0x15, 0x4c, 0x2f, 0xf6, 0x3a, 0x65, 0x03, 0x51, 0x34, 0x41, 0x90, 0x61, 0xa3, 0x66, 0x19, 0x39, 0xc1, 0x7f, 0x76, 0x61, 0x41, 0x9c, 0xf7, 0xe8, 0xfb, 0x51, 0x34, 0x2f, 0x96, 0x01, 0x0c, 0x89, 0xc8, 0x62, 0xd0, 0xfc, 0x74, 0x81, 0xa2, 0x2c, 0x06, 0x68, 0x9f, 0x9e, 0x9e, 0x1e, 0x7b, 0xfa, 0xa9, 0x67, 0xbf, 0xb9, 0xe7, 0xaa, 0x3d, 0xff, 0xaa, 0xb3, 0xb3, 0xe3, 0xc6, 0xf9, 0x4c, 0x26, 0x76, 0xe2, 0xd8, 0x09, 0xd6, 0x80, 0xb9, 0x0d, 0x07, 0xb7, 0xa3, 0xab, 0x03, 0xe6, 0x33, 0xf3, 0x30, 0x98, 0x19, 0x84, 0xc1, 0x81, 0x41, 0xeb, 0x41, 0x69, 0x96, 0x53, 0x8b, 0xf6, 0x18, 0xf5, 0xd0, 0x51, 0xf8, 0xc2, 0x55, 0xa4, 0xd8, 0x69, 0x68, 0xce, 0xd1, 0xaa, 0x9e, 0x6c, 0xe5, 0x32, 0x54, 0x2e, 0x69, 0x65, 0x0f, 0x77, 0x88, 0x94, 0xb6, 0x0c, 0x8a, 0x1a, 0x84, 0x77, 0x98, 0xa3, 0xee, 0x1c, 0xd4, 0x6c, 0x12, 0xff, 0xcb, 0xe5, 0xf3, 0xe3, 0x7d, 0x27, 0xfa, 0x7e, 0x7e, 0xee, 0xdc, 0xb9, 0x93, 0xe6, 0xcc, 0x2f, 0x98, 0xf7, 0xcc, 0x76, 0x84, 0x83, 0x67, 0xae, 0x06, 0xf8, 0x18, 0xde, 0x78, 0xdd, 0x50, 0x5f, 0x1f, 0x74, 0x22, 0x03, 0x90, 0xed, 0x4f, 0xce, 0x95, 0xec, 0xeb, 0xaf, 0xd7, 0x56, 0x56, 0x2f, 0x91, 0x81, 0x82, 0x36, 0x2a, 0x13, 0x13, 0x0a, 0xd2, 0xd8, 0xe9, 0xd3, 0xf2, 0x47, 0xdf, 0xf7, 0xb3, 0xe9, 0x43, 0x6d, 0x1f, 0xf9, 0xc8, 0x47, 0xae, 0xc3, 0x1f, 0xdf, 0x81, 0x50, 0xda, 0x43, 0x5e, 0x40, 0xd3, 0x13, 0xc8, 0x5e, 0xf1, 0x78, 0x84, 0xde, 0xe3, 0x20, 0xd3, 0x1e, 0xc1, 0xbf, 0xd9, 0x7b, 0x3a, 0x4e, 0x5e, 0x43, 0xf3, 0xef, 0x08, 0xee, 0xe9, 0xb9, 0x54, 0xe6, 0x19, 0x54, 0xcc, 0xb6, 0xa2, 0xe6, 0xbd, 0xb6, 0x98, 0x2f, 0x45, 0xc6, 0xcf, 0x8f, 0xc3, 0xf8, 0xe8, 0x38, 0x5f, 0x8c, 0x11, 0x65, 0x72, 0x1c, 0x77, 0x6a, 0xc4, 0x1c, 0x35, 0xd3, 0xd1, 0x41, 0x5a, 0xb5, 0xdb, 0x0a, 0x3a, 0xb9, 0x82, 0x7e, 0x2c, 0x92, 0x56, 0xe2, 0x9e, 0x46, 0x12, 0x1d, 0x94, 0x39, 0xe4, 0x4e, 0x58, 0xc5, 0xfb, 0x98, 0x47, 0x26, 0x3b, 0x9b, 0xcb, 0xe5, 0xc6, 0x90, 0xe9, 0x36, 0xb4, 0xb7, 0xb7, 0xaf, 0x43, 0x46, 0x29, 0xe2, 0x4e, 0x79, 0xd2, 0x25, 0x14, 0x27, 0x25, 0xfa, 0x1b, 0x5f, 0x8b, 0xe7, 0x8e, 0x1f, 0x1f, 0xdc, 0x90, 0x4a, 0x6d, 0x4f, 0xa1, 0x39, 0x98, 0x42, 0x24, 0x69, 0x45, 0x26, 0x8d, 0x50, 0x97, 0x0e, 0x14, 0x59, 0x94, 0x70, 0x69, 0xbc, 0xc5, 0x4c, 0x50, 0x56, 0x53, 0x47, 0xa4, 0x12, 0xf0, 0x9f, 0x47, 0x2b, 0x67, 0x9c, 0x77, 0x10, 0xa1, 0x6b, 0xbd, 0xf1, 0x01, 0x80, 0xe7, 0x3e, 0xb8, 0x18, 0x06, 0x40, 0xe2, 0x3f, 0x82, 0x37, 0xb0, 0xdf, 0x92, 0xbf, 0x66, 0x8f, 0x3c, 0x79, 0x41, 0xe9, 0x5a, 0xf8, 0xea, 0x0d, 0xcd, 0x80, 0x5c, 0x29, 0xcf, 0x26, 0x66, 0xb5, 0xd7, 0xf2, 0x70, 0x76, 0x24, 0xea, 0xfe, 0xbb, 0xa1, 0xae, 0xbd, 0xee, 0x32, 0x0a, 0x71, 0x57, 0x7a, 0xde, 0x43, 0xbb, 0x77, 0x43, 0xef, 0x33, 0xcf, 0xb0, 0x99, 0x7f, 0xfa, 0xc8, 0x11, 0xb8, 0xf2, 0x0f, 0xfe, 0x80, 0xcb, 0xd5, 0xcb, 0x2f, 0x87, 0x85, 0x17, 0x5e, 0x60, 0x9a, 0x7f, 0xad, 0x15, 0xbb, 0x30, 0x4c, 0x10, 0x66, 0x4b, 0x5c, 0x71, 0x85, 0x35, 0xfb, 0x47, 0x11, 0xc1, 0xc4, 0xb9, 0x38, 0x95, 0xbe, 0xe2, 0x13, 0xbc, 0xae, 0xcc, 0x00, 0x1f, 0xfe, 0xf0, 0x87, 0x6f, 0x24, 0xe2, 0x8b, 0x96, 0xb1, 0xf6, 0x32, 0x6e, 0x5e, 0x62, 0xc8, 0x6e, 0x4f, 0xc3, 0x5d, 0x1c, 0x21, 0x35, 0x91, 0xf0, 0xb5, 0x77, 0xc1, 0x15, 0xd5, 0x73, 0x5c, 0xbf, 0x5c, 0x4c, 0xc0, 0x08, 0xf0, 0x06, 0x28, 0xe5, 0xed, 0x99, 0x32, 0xfe, 0x04, 0x0d, 0x65, 0xe8, 0x10, 0x5a, 0x00, 0xeb, 0xcf, 0x9e, 0x85, 0x59, 0xb4, 0x06, 0xc6, 0x51, 0x89, 0xea, 0x5a, 0xbd, 0x9a, 0x95, 0x5d, 0x51, 0x01, 0x66, 0xe1, 0xd4, 0xa9, 0x7f, 0x31, 0x70, 0xef, 0x50, 0xfc, 0x36, 0x6e, 0xb4, 0x6c, 0xff, 0x79, 0x44, 0xae, 0x31, 0x54, 0x80, 0x85, 0xed, 0x1f, 0x43, 0xf9, 0x1f, 0xe4, 0xd6, 0x2d, 0x6f, 0xfb, 0x29, 0xca, 0x9d, 0xcc, 0x49, 0x83, 0x5a, 0xf6, 0xfe, 0x3f, 0x7b, 0x2f, 0x2a, 0x69, 0x5d, 0x60, 0x07, 0x1d, 0x45, 0xb6, 0xab, 0x61, 0x1d, 0xe3, 0xf8, 0xac, 0x48, 0xb1, 0x78, 0xc5, 0x8a, 0xc3, 0x2b, 0x66, 0x40, 0x55, 0x31, 0x3b, 0x8a, 0x05, 0x7d, 0x6e, 0x1a, 0xdc, 0x56, 0x2c, 0x5f, 0xea, 0x38, 0xc0, 0x03, 0xdd, 0xe6, 0x7b, 0x3f, 0xc7, 0x90, 0xdf, 0x77, 0x7d, 0x0b, 0x48, 0xe4, 0xef, 0x2a, 0xf2, 0x72, 0xf5, 0x66, 0xe3, 0xca, 0xf3, 0x63, 0x70, 0xfc, 0x8e, 0x3b, 0x99, 0xb9, 0x77, 0xea, 0xe0, 0x41, 0x68, 0xa5, 0xa2, 0x4b, 0x12, 0x51, 0x5b, 0xb6, 0x40, 0x89, 0x14, 0x4c, 0x33, 0xd8, 0xf4, 0x56, 0xc2, 0xbd, 0x03, 0xfa, 0x51, 0x3c, 0x25, 0x11, 0xa1, 0x84, 0x23, 0x6c, 0x10, 0x91, 0x4b, 0x7a, 0xd6, 0xbf, 0x78, 0x3f, 0xd7, 0xdb, 0xaa, 0x66, 0x00, 0x05, 0x89, 0xff, 0x3e, 0xba, 0xa1, 0x9e, 0x55, 0x3d, 0xb0, 0xfd, 0xb2, 0x4b, 0x59, 0x46, 0x6e, 0xc5, 0x1b, 0x54, 0x6c, 0xe2, 0x5a, 0xe9, 0x4c, 0x2e, 0x77, 0x42, 0x45, 0xe5, 0x5e, 0xf1, 0x26, 0x74, 0x48, 0xa4, 0x0d, 0x9c, 0xed, 0x4a, 0xb9, 0xa9, 0x2e, 0x6d, 0xc9, 0x86, 0x04, 0xf3, 0x1b, 0x04, 0x7e, 0x7b, 0xcb, 0x66, 0xe8, 0xfd, 0xcc, 0xa7, 0xe1, 0xf4, 0x57, 0xbe, 0x06, 0x85, 0xf9, 0x79, 0x38, 0xf9, 0xea, 0xab, 0x70, 0x39, 0xe5, 0xff, 0xe1, 0x8d, 0x27, 0xd1, 0x3c, 0x5c, 0x78, 0xf1, 0x45, 0xd0, 0xa4, 0x7e, 0x40, 0xbe, 0xfd, 0x00, 0xaa, 0x25, 0x7c, 0x95, 0x70, 0x6f, 0x69, 0xfd, 0x89, 0x04, 0xd4, 0xef, 0xdb, 0x67, 0xd9, 0xfd, 0xc3, 0x6f, 0xbe, 0x09, 0xf3, 0xe6, 0xbd, 0xe1, 0x33, 0xfd, 0xf8, 0x2e, 0x80, 0xc7, 0xcb, 0x05, 0x76, 0xca, 0xc1, 0xff, 0x0d, 0xc8, 0x00, 0xbd, 0xf4, 0x7e, 0xcf, 0xbe, 0xdd, 0x2c, 0x8a, 0xf6, 0xf2, 0x8b, 0xaf, 0xc1, 0x4a, 0xd8, 0x36, 0x5d, 0xb2, 0x01, 0x7a, 0x37, 0xae, 0xb3, 0x08, 0xf5, 0xda, 0x4b, 0x87, 0x98, 0x12, 0x09, 0xe6, 0x42, 0x50, 0x6c, 0xdb, 0xb6, 0x1d, 0x54, 0xd2, 0xa8, 0x51, 0x96, 0x4e, 0x0d, 0x0d, 0xc1, 0x30, 0xa2, 0xc0, 0x5a, 0x6a, 0xc9, 0x82, 0x48, 0x90, 0xb8, 0xea, 0x2a, 0xc8, 0x1e, 0x38, 0x00, 0xda, 0xc2, 0xc2, 0x5b, 0x02, 0xf7, 0x16, 0xd3, 0xd6, 0xd5, 0x41, 0x03, 0x32, 0x26, 0x55, 0x01, 0x31, 0xb3, 0x1a, 0xc5, 0xd5, 0xf0, 0x99, 0x33, 0xe2, 0xe3, 0x71, 0x14, 0xd8, 0x7f, 0x5e, 0x29, 0xb2, 0x57, 0x2e, 0xd4, 0xc8, 0x64, 0x3f, 0x45, 0xd6, 0xb6, 0x6e, 0xdd, 0x02, 0x23, 0xe7, 0xce, 0xcb, 0x4b, 0x97, 0xfe, 0x4e, 0x6f, 0xa3, 0x23, 0xe7, 0x1d, 0x0c, 0x30, 0x97, 0x99, 0x43, 0x45, 0x31, 0xe6, 0x9a, 0x5a, 0x11, 0xd0, 0xef, 0xb9, 0x07, 0xd4, 0x2f, 0x7d, 0x89, 0x45, 0x04, 0x07, 0x0e, 0x1d, 0x62, 0xb5, 0xf7, 0x5d, 0x6b, 0xd6, 0x80, 0x82, 0x03, 0x9e, 0xbc, 0xee, 0x3a, 0x58, 0x78, 0xe5, 0x15, 0xd0, 0x52, 0xa9, 0x9a, 0x7a, 0xf1, 0x42, 0xcf, 0x7c, 0x4a, 0x5f, 0x27, 0xe2, 0x37, 0x34, 0x58, 0x72, 0xbf, 0x0f, 0xc5, 0x95, 0x1d, 0xf5, 0x85, 0x0f, 0xa2, 0xd6, 0x3f, 0xba, 0x28, 0x06, 0xb8, 0xef, 0xbe, 0xfb, 0xd4, 0xfe, 0xfe, 0x7e, 0x06, 0xff, 0xbd, 0x1b, 0xd6, 0x03, 0xda, 0xef, 0x70, 0xf4, 0xf0, 0xf1, 0x15, 0xc3, 0x00, 0xba, 0x66, 0xb0, 0xa8, 0x24, 0xf9, 0x22, 0xc8, 0xaa, 0xd1, 0xcd, 0x35, 0x79, 0x3c, 0x1b, 0x39, 0x54, 0x90, 0x09, 0xe0, 0x81, 0x07, 0x98, 0xcb, 0xb7, 0xef, 0xe5, 0x97, 0x21, 0x46, 0x0d, 0x23, 0x10, 0x0d, 0x68, 0xf6, 0xd5, 0x5f, 0x73, 0x0d, 0x8b, 0xbf, 0xd3, 0x1a, 0x00, 0xcb, 0x45, 0x78, 0x46, 0x38, 0xfc, 0xfd, 0xfa, 0x3d, 0x7b, 0x78, 0x27, 0x51, 0x72, 0x63, 0x22, 0x13, 0x1e, 0xa3, 0x36, 0xb2, 0xb6, 0xcf, 0xff, 0xcb, 0x68, 0xf6, 0xfd, 0x3a, 0x4c, 0x6c, 0xdf, 0x77, 0x3b, 0x7e, 0xfc, 0xf8, 0x4d, 0x38, 0x20, 0x6b, 0xc9, 0xa9, 0xb2, 0xf7, 0xaa, 0xdd, 0x6c, 0x99, 0x75, 0x32, 0x00, 0x82, 0x16, 0x6b, 0xfa, 0x5d, 0xdc, 0xc6, 0xc7, 0xa7, 0x60, 0x7d, 0xef, 0x1a, 0xf6, 0x7e, 0xf5, 0x9a, 0x1e, 0x48, 0x4d, 0x67, 0xfc, 0x3d, 0x8f, 0x68, 0x16, 0xc2, 0x27, 0x3f, 0x09, 0xfa, 0xdf, 0xff, 0x3d, 0x4b, 0x5e, 0x79, 0xf3, 0xf9, 0xe7, 0x61, 0x2b, 0x35, 0x82, 0x26, 0x24, 0x40, 0x71, 0x90, 0xc4, 0xf7, 0x91, 0x81, 0x01, 0xc8, 0x9f, 0x38, 0xc1, 0x3e, 0xbf, 0x50, 0x70, 0x6f, 0xfa, 0xc1, 0x21, 0x81, 0x62, 0xa9, 0xce, 0xec, 0x01, 0xc0, 0x66, 0xfe, 0xc4, 0x04, 0x1c, 0x43, 0x1d, 0x45, 0x2b, 0x59, 0xbe, 0x8f, 0x87, 0x90, 0xf8, 0x7f, 0x13, 0x8a, 0x91, 0xca, 0x68, 0xff, 0x0c, 0xfe, 0x5b, 0xdb, 0x5a, 0x61, 0xe3, 0xe6, 0x8d, 0x30, 0x32, 0xb4, 0x72, 0xe0, 0x5f, 0x6c, 0x53, 0x12, 0x03, 0x6c, 0xdc, 0xbc, 0x01, 0x5e, 0x1c, 0x79, 0x05, 0x9a, 0x1a, 0x03, 0x96, 0xe2, 0xb9, 0xe9, 0x26, 0x50, 0x50, 0x19, 0xd4, 0xbe, 0xf7, 0x3d, 0xa6, 0x65, 0x9f, 0xc4, 0xd9, 0x96, 0x47, 0xad, 0x7b, 0x0d, 0x12, 0x83, 0xfc, 0x05, 0x64, 0x1e, 0x92, 0xb3, 0x28, 0x7f, 0xec, 0x18, 0x5f, 0x1c, 0xa2, 0xd6, 0x84, 0x27, 0x62, 0x21, 0x1a, 0x25, 0xd1, 0xce, 0x17, 0x90, 0xcf, 0x9e, 0xe1, 0xf4, 0x69, 0x18, 0x38, 0x7a, 0x54, 0x8e, 0xf6, 0x7d, 0x3f, 0x0e, 0xf0, 0xa9, 0xd0, 0xd7, 0xf4, 0x3b, 0xb8, 0x7f, 0xff, 0xfe, 0x08, 0x32, 0xc0, 0x7b, 0xe8, 0xfd, 0xd6, 0x6d, 0x97, 0xb0, 0x6a, 0x9c, 0x23, 0x87, 0x8e, 0xaf, 0x38, 0x06, 0x20, 0x7a, 0x50, 0x9d, 0x03, 0x05, 0x92, 0x92, 0x89, 0x24, 0x5b, 0x1e, 0xbe, 0xdc, 0x33, 0x46, 0xee, 0xb8, 0x83, 0x25, 0x89, 0x14, 0x11, 0x09, 0x48, 0x1c, 0x9c, 0x41, 0x6d, 0x9b, 0x22, 0x6d, 0x97, 0x20, 0x14, 0x93, 0xbb, 0x9a, 0x64, 0x32, 0x59, 0x08, 0xf1, 0x74, 0x1a, 0x72, 0xfd, 0xfd, 0x2c, 0x37, 0x60, 0xc9, 0x84, 0xc7, 0x59, 0x1e, 0x43, 0xc6, 0xa2, 0x19, 0x1f, 0x69, 0x6b, 0xb3, 0x45, 0x58, 0xb1, 0x08, 0x67, 0xde, 0x78, 0xc3, 0xf2, 0xf4, 0x99, 0x88, 0xf3, 0x5f, 0x4e, 0x01, 0xfc, 0xe5, 0x7d, 0x62, 0xb9, 0xf5, 0xc5, 0x32, 0x00, 0xda, 0xbb, 0x37, 0xe1, 0x4d, 0xaf, 0x26, 0x38, 0xbc, 0xea, 0xea, 0xbd, 0xcc, 0x4f, 0x4f, 0x7e, 0xf9, 0x30, 0xc9, 0x8f, 0x14, 0xce, 0x1d, 0x3c, 0x73, 0x6a, 0x59, 0x08, 0x48, 0xe2, 0x48, 0x6e, 0x62, 0x49, 0x4b, 0xab, 0x6e, 0xd9, 0xbc, 0xad, 0xaa, 0x6b, 0xcc, 0x4c, 0xa7, 0xa0, 0x7b, 0x55, 0x27, 0x7b, 0xdf, 0xd1, 0xd9, 0x0e, 0x86, 0xa6, 0x78, 0x17, 0x81, 0x34, 0x53, 0xd5, 0x59, 0xe6, 0xd2, 0xf5, 0xd7, 0x83, 0x81, 0x84, 0x06, 0x64, 0x02, 0x85, 0x96, 0x85, 0x41, 0xd9, 0x7f, 0xf0, 0x89, 0x27, 0x60, 0x3d, 0xa2, 0x01, 0x85, 0x8f, 0x59, 0x4e, 0x42, 0x73, 0x33, 0xd4, 0x23, 0x23, 0x50, 0x40, 0x89, 0x42, 0xc9, 0xa4, 0x1f, 0x50, 0xce, 0x80, 0xa1, 0x69, 0xa1, 0x61, 0x3e, 0x8a, 0xc4, 0xa6, 0x90, 0x6e, 0x9c, 0x62, 0x11, 0xf6, 0x52, 0x71, 0x6c, 0x9b, 0xc5, 0x6b, 0x0e, 0x12, 0xd2, 0xd8, 0x0b, 0x48, 0x15, 0xd0, 0xe8, 0xfb, 0xab, 0xbb, 0xf1, 0xae, 0xc8, 0x19, 0x68, 0xc6, 0x69, 0x4a, 0x10, 0x82, 0x11, 0xa2, 0x01, 0xda, 0xff, 0xfb, 0xe8, 0x75, 0x15, 0xda, 0xfe, 0x6b, 0xd7, 0xad, 0x45, 0xb3, 0x62, 0x24, 0xf4, 0xec, 0xcf, 0xe6, 0x16, 0x60, 0xc7, 0x8e, 0x2b, 0x28, 0x65, 0xc6, 0xc7, 0x7a, 0x0f, 0x3b, 0x13, 0x94, 0xc5, 0xcc, 0x67, 0x98, 0xcf, 0xa7, 0x19, 0x91, 0xe4, 0x45, 0x1c, 0x2b, 0x8a, 0x81, 0xc9, 0x69, 0x8b, 0x01, 0x48, 0xd4, 0x1d, 0x7f, 0xb3, 0x0f, 0x1a, 0xcc, 0x2a, 0x1a, 0x91, 0xcf, 0x67, 0xe5, 0x2e, 0x52, 0x76, 0x13, 0x85, 0xa5, 0x2f, 0xbd, 0x14, 0xf4, 0x2f, 0x7f, 0x19, 0xea, 0xbf, 0xfb, 0x1d, 0xd0, 0x8f, 0x1e, 0x63, 0x99, 0x4d, 0x83, 0xa8, 0x08, 0x8e, 0x0d, 0x0e, 0xc2, 0xba, 0x6d, 0xdb, 0xa0, 0x8d, 0xd6, 0x0a, 0xa0, 0xa7, 0x20, 0xc7, 0x11, 0x8a, 0x06, 0xda, 0x59, 0xe2, 0x88, 0xd9, 0x32, 0x5e, 0xa3, 0x0a, 0x24, 0xaa, 0x3a, 0x16, 0x32, 0x9b, 0xe2, 0x1e, 0x26, 0x82, 0x44, 0x1a, 0x1b, 0xd9, 0x7a, 0x41, 0xe0, 0x33, 0xde, 0x69, 0x64, 0xa4, 0x61, 0x34, 0x49, 0xd3, 0x94, 0x83, 0x60, 0x6e, 0x78, 0x85, 0xe1, 0x43, 0x08, 0xf9, 0xdf, 0x00, 0xa0, 0xd2, 0xe6, 0x7a, 0x89, 0xf8, 0x45, 0xe9, 0xbd, 0x16, 0x9a, 0x01, 0x48, 0xfb, 0x47, 0x05, 0x90, 0xc1, 0xff, 0xe5, 0x3b, 0x2f, 0x67, 0x8b, 0x26, 0xa7, 0x66, 0xd3, 0xa1, 0x19, 0x80, 0xb4, 0x6a, 0x92, 0xa3, 0xd9, 0x85, 0xfc, 0xb2, 0x43, 0xfa, 0x55, 0x7b, 0xf7, 0xc1, 0x0b, 0xcf, 0x1f, 0x80, 0x64, 0xb2, 0xab, 0x1a, 0xbe, 0x61, 0xc4, 0xa5, 0xe7, 0x6b, 0x69, 0x69, 0x66, 0x0c, 0xdc, 0xdc, 0xd4, 0x6c, 0xcd, 0x78, 0x31, 0xfb, 0x2d, 0x04, 0x30, 0x5f, 0x35, 0x14, 0x05, 0x33, 0x68, 0x1d, 0xf4, 0xf6, 0x1f, 0x87, 0xe9, 0xff, 0xfe, 0x0f, 0x10, 0x41, 0x8b, 0x62, 0x01, 0x09, 0x7c, 0x12, 0xcd, 0xc2, 0x04, 0x12, 0x91, 0xd0, 0xa0, 0x1d, 0x67, 0x6f, 0xdc, 0x4c, 0x22, 0xa1, 0x59, 0x4d, 0x19, 0x3a, 0xb4, 0xc7, 0xaa, 0x78, 0x26, 0x5a, 0x1c, 0x62, 0x1a, 0x6d, 0xfb, 0xf1, 0xb3, 0x67, 0xe5, 0xb4, 0x2e, 0x76, 0xdb, 0x13, 0x00, 0x3f, 0x7a, 0x18, 0xe0, 0xbf, 0x1d, 0x47, 0x20, 0x93, 0x66, 0x3e, 0x11, 0x3e, 0xc2, 0xdd, 0xff, 0xd6, 0xab, 0x38, 0x5e, 0x99, 0x01, 0x4e, 0x9c, 0x38, 0x71, 0x0b, 0xc1, 0x3f, 0x0d, 0xc8, 0xde, 0x7d, 0xbb, 0x21, 0x9d, 0xce, 0x04, 0xb4, 0x83, 0xf3, 0x45, 0x0e, 0x68, 0xef, 0x6c, 0x43, 0xe2, 0xe7, 0x42, 0x9f, 0x53, 0xcb, 0x8d, 0x52, 0xbe, 0x28, 0xfb, 0xb8, 0x5a, 0x4b, 0x25, 0x35, 0x33, 0x87, 0xf7, 0xcd, 0xd3, 0xa7, 0x68, 0xb9, 0x78, 0x51, 0x67, 0x27, 0xef, 0x22, 0xa5, 0x5b, 0xbc, 0xf2, 0xa6, 0x59, 0x38, 0xcb, 0x6f, 0xff, 0x23, 0x88, 0x20, 0x22, 0x1c, 0xbd, 0xef, 0x6f, 0xe0, 0xd2, 0xf1, 0x71, 0x88, 0xe0, 0xf1, 0x1c, 0xce, 0xf2, 0x33, 0x08, 0xd1, 0x67, 0x8e, 0x1f, 0x87, 0x66, 0x24, 0x38, 0x99, 0x8c, 0xcd, 0x1d, 0x1d, 0x50, 0x87, 0x4c, 0x13, 0x73, 0xc1, 0xb9, 0xc7, 0x3c, 0x45, 0xb1, 0x91, 0x45, 0x42, 0xcf, 0xa1, 0x4d, 0x9f, 0x42, 0xfd, 0x22, 0x45, 0xa2, 0xc3, 0xa5, 0x43, 0xe0, 0xfc, 0x3f, 0xf0, 0x04, 0xc0, 0xb7, 0xff, 0x89, 0xe7, 0xf7, 0x11, 0x61, 0x63, 0x3e, 0xb0, 0x69, 0xf8, 0xbc, 0x96, 0x2a, 0x32, 0x00, 0x3e, 0xe0, 0xfb, 0xe9, 0x75, 0xc3, 0xc6, 0x5e, 0x96, 0xa0, 0x31, 0x32, 0x34, 0x02, 0x67, 0xce, 0x0d, 0x86, 0x1a, 0x48, 0x82, 0xc7, 0x1b, 0xdf, 0x76, 0x3d, 0x9c, 0x38, 0xd6, 0x0f, 0x39, 0x29, 0x0f, 0x7d, 0xb9, 0xb6, 0x44, 0x7d, 0x8c, 0x25, 0x9d, 0x8e, 0x8c, 0x0e, 0x57, 0x17, 0x44, 0x49, 0x46, 0x2d, 0x06, 0xe8, 0xed, 0x5d, 0x0b, 0xff, 0xfc, 0xd4, 0xb3, 0x56, 0xb6, 0x32, 0xf3, 0x11, 0x48, 0xb3, 0x9f, 0x77, 0x4d, 0x37, 0xcc, 0x02, 0x0f, 0x1d, 0xda, 0xbb, 0x5a, 0xa1, 0x79, 0xc3, 0x7a, 0x38, 0x75, 0xeb, 0xcd, 0xf0, 0xe2, 0xb1, 0x13, 0x70, 0xed, 0xc0, 0xc0, 0xc0, 0xa5, 0x73, 0x73, 0xab, 0xa2, 0x04, 0xc7, 0x54, 0x77, 0x80, 0x04, 0xa4, 0x9d, 0xbc, 0x89, 0x6c, 0xc0, 0xc9, 0x6c, 0x4c, 0x26, 0x59, 0x9b, 0x79, 0xb1, 0x16, 0x83, 0x8e, 0xe3, 0x46, 0x62, 0x84, 0xc6, 0x8c, 0xc2, 0xd9, 0x01, 0x40, 0x55, 0x9a, 0x44, 0xc2, 0x3f, 0x09, 0xf0, 0x83, 0x9f, 0x03, 0x1c, 0x33, 0x89, 0xe9, 0x4e, 0xc9, 0x73, 0xa7, 0xe6, 0x29, 0xae, 0xbd, 0x3c, 0x02, 0x90, 0xf6, 0x8f, 0xdc, 0xc6, 0xe0, 0x7f, 0xcf, 0xde, 0xdd, 0x6c, 0x36, 0x4d, 0x4d, 0x4d, 0x42, 0x51, 0x2b, 0x84, 0x86, 0x7f, 0x5a, 0x6a, 0x7d, 0x72, 0x6a, 0x8c, 0x0d, 0xa0, 0x57, 0xb2, 0x2b, 0x4b, 0x17, 0xf5, 0x15, 0xf4, 0x8f, 0xd5, 0x6b, 0x56, 0x41, 0x7f, 0x7f, 0x5f, 0x55, 0x97, 0x9e, 0x4d, 0x35, 0xe3, 0xfd, 0xae, 0x63, 0xf7, 0xd7, 0xd1, 0xd1, 0xc9, 0x90, 0x8f, 0x72, 0x14, 0x79, 0xf1, 0x8a, 0xce, 0xf2, 0x08, 0x29, 0x71, 0xb5, 0xc8, 0xea, 0x19, 0xf8, 0xb1, 0x7c, 0x8e, 0xfe, 0x2e, 0x9a, 0x0b, 0x47, 0xc7, 0x60, 0xfb, 0xe5, 0xdb, 0x61, 0x70, 0xe0, 0x34, 0x3c, 0xbe, 0x75, 0x6b, 0xe2, 0x5b, 0xaf, 0xbd, 0xf6, 0xc9, 0xf7, 0xa2, 0x44, 0x42, 0x4d, 0xe8, 0x86, 0x0e, 0x80, 0x1d, 0x51, 0x2e, 0x9b, 0xf9, 0x24, 0xc1, 0xef, 0xcf, 0x85, 0x5c, 0x4e, 0x0e, 0x47, 0xb0, 0x98, 0x06, 0x38, 0x89, 0xd3, 0xef, 0xf9, 0x9f, 0x02, 0x3c, 0x75, 0x8a, 0x43, 0x7d, 0x11, 0x9c, 0x89, 0x39, 0x72, 0x26, 0x96, 0x3b, 0x23, 0xcb, 0x9d, 0xb5, 0x55, 0x51, 0x04, 0x50, 0xff, 0x98, 0x6e, 0x32, 0x8b, 0x76, 0xef, 0xdd, 0x05, 0x39, 0x84, 0xf2, 0x75, 0xeb, 0xd7, 0xc1, 0x7a, 0xd2, 0x6e, 0x43, 0xea, 0x6a, 0x34, 0x2b, 0x6e, 0xbd, 0xed, 0x56, 0x2f, 0xb1, 0x43, 0x12, 0xdd, 0xf7, 0xbc, 0x2a, 0xcf, 0xf9, 0xe3, 0x77, 0xbd, 0x33, 0x84, 0x9a, 0xa9, 0x78, 0xee, 0x5b, 0x6c, 0x1b, 0x36, 0x6c, 0xb0, 0x66, 0x3d, 0x31, 0x41, 0xc9, 0x24, 0x7c, 0xa9, 0x68, 0x32, 0x04, 0x1d, 0xb3, 0xaa, 0x9b, 0x4a, 0xac, 0x54, 0x8c, 0x9c, 0x65, 0x4f, 0xfc, 0xfa, 0x49, 0x42, 0x8c, 0x35, 0x0d, 0xab, 0x57, 0xd7, 0x7f, 0x77, 0x74, 0xf4, 0xff, 0xe2, 0xa5, 0x7e, 0x89, 0x80, 0x1f, 0xbb, 0x1d, 0x00, 0x85, 0x04, 0x5c, 0x8e, 0x46, 0xdc, 0xfa, 0x26, 0x80, 0x35, 0x28, 0xac, 0x3b, 0x89, 0x29, 0x50, 0x48, 0x26, 0xf0, 0x2e, 0x54, 0xa4, 0x54, 0x0e, 0xa9, 0x4a, 0xab, 0x14, 0xa5, 0x50, 0xca, 0x0f, 0x23, 0x95, 0x87, 0xcf, 0xa0, 0x34, 0xfe, 0x15, 0xc0, 0xd1, 0x69, 0xbe, 0x18, 0x94, 0x9c, 0xb6, 0x56, 0x2a, 0xb3, 0x17, 0xcb, 0xbc, 0xaf, 0x1c, 0x0d, 0x14, 0x49, 0x1f, 0x97, 0x6e, 0xdf, 0x86, 0xb2, 0xab, 0x85, 0xe5, 0xd6, 0xe9, 0x3e, 0x33, 0xd9, 0x9f, 0x46, 0xe1, 0xe3, 0xef, 0xcb, 0x7d, 0xce, 0x62, 0x19, 0x8b, 0x45, 0x0b, 0x23, 0x3c, 0x96, 0xc9, 0xd2, 0xcd, 0xa9, 0x4d, 0x46, 0xa4, 0xc4, 0x32, 0x99, 0x15, 0x4d, 0xe5, 0x19, 0xcd, 0x1a, 0xcf, 0x5a, 0xea, 0x59, 0xd5, 0x0d, 0x5b, 0xb6, 0x6d, 0x81, 0xbe, 0x13, 0x7d, 0x54, 0x45, 0xbd, 0x6f, 0x74, 0x74, 0x94, 0x9c, 0xf2, 0x2a, 0xaa, 0xc2, 0x91, 0xc7, 0x00, 0x5e, 0x06, 0xae, 0xa5, 0xbb, 0x33, 0xa8, 0xdd, 0x32, 0xdb, 0x5d, 0x5d, 0xa5, 0xfb, 0xcc, 0xf0, 0x52, 0x00, 0x43, 0x68, 0x65, 0x98, 0xa2, 0xb2, 0x19, 0x78, 0xcb, 0x2d, 0xb7, 0xd0, 0xfb, 0x7f, 0x4d, 0x0a, 0xc7, 0xd5, 0xd7, 0xee, 0x63, 0x5a, 0x71, 0xd2, 0x8c, 0x30, 0x39, 0x07, 0xcb, 0x70, 0x0d, 0xa6, 0xdf, 0x73, 0x28, 0x9e, 0x8f, 0x94, 0x8a, 0xa3, 0xef, 0x59, 0x71, 0x8a, 0x5d, 0x49, 0x2d, 0x73, 0x1e, 0x5f, 0xc2, 0xd5, 0x7b, 0x2d, 0xa5, 0x02, 0x77, 0xf0, 0xfc, 0x85, 0xea, 0xce, 0xa3, 0x1c, 0x20, 0x1d, 0x91, 0xa0, 0xc4, 0x44, 0x80, 0xc1, 0x11, 0x81, 0xac, 0x04, 0x8d, 0xa3, 0x43, 0x03, 0x2a, 0x78, 0xd7, 0xdf, 0x78, 0x2d, 0x0c, 0x9e, 0x1a, 0x84, 0xa6, 0xa6, 0xa6, 0x77, 0xe0, 0x29, 0xf7, 0x4b, 0x5a, 0xb8, 0x9f, 0x8c, 0x76, 0xff, 0xa4, 0x51, 0x86, 0x09, 0xdc, 0xb0, 0xae, 0xb9, 0x98, 0xc0, 0x8f, 0x31, 0x42, 0x39, 0x1d, 0xa2, 0x76, 0xcc, 0xa3, 0x6b, 0x2f, 0x12, 0xbf, 0x8b, 0xb9, 0x7f, 0x51, 0x73, 0x2d, 0x14, 0xf2, 0x2c, 0xb7, 0x1e, 0xac, 0xc4, 0x0a, 0x79, 0xc8, 0x44, 0x62, 0x87, 0x95, 0xde, 0x61, 0x3f, 0x8f, 0xe2, 0xfc, 0xdc, 0xd1, 0xdf, 0xce, 0x91, 0xa4, 0x61, 0x5f, 0xcb, 0x50, 0xe4, 0x11, 0x31, 0xbc, 0x6c, 0xa6, 0xc8, 0x2d, 0x09, 0x15, 0xab, 0xe5, 0x9a, 0xe2, 0x3b, 0xbf, 0x15, 0xa9, 0x8e, 0xdf, 0x3c, 0x2e, 0x25, 0xac, 0x18, 0xd2, 0x31, 0xa7, 0x77, 0x42, 0x91, 0x98, 0x43, 0x3e, 0xaa, 0x80, 0x9c, 0xae, 0x22, 0xee, 0x5f, 0xf8, 0x06, 0x28, 0x8d, 0x4d, 0x33, 0x78, 0x71, 0x2b, 0x89, 0x4a, 0xd6, 0x56, 0xcf, 0x30, 0x36, 0x6e, 0xdf, 0xbe, 0xbd, 0x11, 0xcd, 0xe9, 0x11, 0x9f, 0x59, 0xef, 0xc7, 0x00, 0x46, 0x00, 0x13, 0x18, 0x15, 0x98, 0x40, 0x77, 0xe9, 0x01, 0x55, 0xbb, 0x1c, 0xa3, 0x92, 0x0c, 0x2c, 0x72, 0x29, 0x60, 0x28, 0x7f, 0xf7, 0x95, 0x07, 0x96, 0x94, 0xdf, 0x77, 0x31, 0x6f, 0xe6, 0x82, 0xd2, 0x85, 0xce, 0xce, 0x4e, 0x52, 0xd8, 0x66, 0x02, 0x88, 0xaf, 0x04, 0x7b, 0x25, 0x1c, 0x8c, 0xa0, 0xfb, 0xbc, 0xea, 0x50, 0x85, 0xab, 0x37, 0x34, 0x03, 0xfc, 0xf8, 0xc7, 0x3f, 0x7e, 0xfd, 0xce, 0x3b, 0xef, 0xfc, 0x3b, 0x24, 0xe2, 0x5f, 0x90, 0x65, 0xb4, 0xd8, 0x44, 0xcf, 0x8b, 0x7d, 0x53, 0x14, 0x85, 0x32, 0x44, 0xbe, 0xfc, 0xdc, 0x73, 0xcf, 0x0d, 0xfc, 0x4e, 0x30, 0xac, 0xfc, 0xc7, 0x4f, 0x7e, 0xf2, 0x93, 0xff, 0x80, 0xa6, 0xe0, 0xdf, 0xa2, 0x69, 0xb3, 0x45, 0x74, 0x0a, 0x35, 0x1f, 0xca, 0x82, 0x3d, 0x9f, 0x07, 0xb6, 0x33, 0x68, 0x7e, 0x3f, 0xfb, 0x67, 0x50, 0x77, 0x3a, 0xf9, 0xd8, 0x63, 0x8f, 0xcd, 0xfd, 0xce, 0xdc, 0xb3, 0xfb, 0xc0, 0xa3, 0x8f, 0x3e, 0x4a, 0xd9, 0x8e, 0x2f, 0xfd, 0x9e, 0x9c, 0x17, 0x09, 0xd3, 0xfe, 0x7e, 0x08, 0x2e, 0xee, 0xed, 0xff, 0x03, 0x76, 0xa6, 0x62, 0xbc, 0xe0, 0xdb, 0xf4, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_error_128_png_len = 13444; unsigned char network_error_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x53, 0xd2, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0xbd, 0x09, 0x78, 0x24, 0x67, 0x79, 0x2e, 0xfa, 0x55, 0x75, 0xab, 0x5b, 0xad, 0x5d, 0xa3, 0x6d, 0x66, 0xa4, 0xd9, 0x37, 0xcf, 0x62, 0x7b, 0xbc, 0x63, 0x70, 0xc0, 0x6c, 0x21, 0x87, 0x0b, 0x39, 0x04, 0x18, 0x9b, 0x80, 0xc9, 0x81, 0x1c, 0x08, 0x04, 0x4c, 0xe0, 0x3e, 0xc0, 0x73, 0x02, 0x0f, 0x39, 0x8f, 0x93, 0xf3, 0x84, 0xe4, 0x82, 0x01, 0x93, 0x0b, 0x5c, 0xd6, 0x40, 0x30, 0x21, 0x21, 0x3e, 0x97, 0x27, 0x37, 0xec, 0x71, 0x58, 0x6c, 0xec, 0x18, 0xdb, 0x60, 0x7b, 0xec, 0xb1, 0x67, 0x5f, 0x35, 0x5a, 0x46, 0xbb, 0x5a, 0xea, 0x96, 0x5a, 0xdd, 0x5d, 0x75, 0xbf, 0xef, 0xaf, 0xfa, 0xab, 0xfe, 0xbf, 0xea, 0xaf, 0xea, 0xea, 0x4d, 0xd2, 0x18, 0xfd, 0x76, 0x4d, 0x6f, 0xa5, 0xea, 0xea, 0xaa, 0x6f, 0x79, 0xbf, 0x3d, 0x0e, 0x6b, 0x6b, 0x6d, 0xfd, 0x16, 0xaf, 0xf8, 0xda, 0x25, 0x58, 0x5b, 0x6b, 0x0c, 0xb0, 0xb6, 0xd6, 0xd6, 0x1a, 0x03, 0xac, 0xad, 0xb5, 0xb5, 0xc6, 0x00, 0xcf, 0xdb, 0xf5, 0x77, 0x7f, 0xf7, 0x77, 0x6d, 0xc5, 0x62, 0xf1, 0x1d, 0xf8, 0xf4, 0xb5, 0xb8, 0xed, 0xc7, 0x6d, 0x1d, 0x6e, 0xb1, 0x95, 0x3a, 0x1f, 0xd3, 0x34, 0xa5, 0xc7, 0xa0, 0xe7, 0xd5, 0xbc, 0xb7, 0x92, 0xc7, 0x09, 0xf8, 0x7c, 0x1e, 0x9f, 0x9f, 0xc1, 0xc7, 0xfb, 0xf1, 0xf1, 0xff, 0xf9, 0xe4, 0x27, 0x3f, 0x79, 0x7a, 0x8d, 0x01, 0x96, 0x61, 0x7d, 0xe6, 0x33, 0x9f, 0x79, 0x19, 0x12, 0xff, 0xb7, 0xf1, 0x69, 0xdf, 0x4a, 0x9f, 0xcb, 0x6f, 0x19, 0xc1, 0x7b, 0xdf, 0x6b, 0xc1, 0xed, 0x2a, 0x7c, 0x7e, 0x15, 0x3e, 0xfe, 0xd9, 0x07, 0x3f, 0xf8, 0xc1, 0xbb, 0x3e, 0xf5, 0xa9, 0x4f, 0x7d, 0x7c, 0x8d, 0x01, 0xea, 0xb8, 0xf0, 0x02, 0xbf, 0x40, 0xd3, 0xb4, 0x1f, 0xe0, 0x45, 0x6f, 0x5c, 0x8d, 0xc4, 0xff, 0x3c, 0x27, 0xf8, 0xb0, 0xf7, 0x1a, 0xf0, 0xbe, 0xfc, 0xf5, 0x87, 0x3e, 0xf4, 0xa1, 0x96, 0xbb, 0xef, 0xbe, 0xfb, 0xa3, 0x6b, 0x0c, 0x50, 0x87, 0x75, 0xd7, 0x5d, 0x77, 0xe9, 0xb8, 0xbe, 0x24, 0x12, 0xff, 0xb6, 0x6d, 0xdb, 0x60, 0xfd, 0xfa, 0xf5, 0xd0, 0xdc, 0xdc, 0xbc, 0xe2, 0x4c, 0x10, 0xf6, 0x79, 0x2c, 0x16, 0x03, 0x3c, 0xf7, 0xaa, 0x8f, 0x53, 0xce, 0xe7, 0xd5, 0x1c, 0x33, 0xec, 0x33, 0xfa, 0x2d, 0xb4, 0x65, 0xb3, 0x59, 0x18, 0x1d, 0x1d, 0x85, 0xc7, 0x1e, 0x7b, 0x8c, 0x3d, 0xb7, 0xff, 0xe6, 0x7f, 0x7c, 0xf8, 0xc3, 0x1f, 0xfe, 0x01, 0xc2, 0xa1, 0x87, 0xd7, 0x18, 0xa0, 0xc6, 0xab, 0xb3, 0xb3, 0xf3, 0x85, 0x86, 0x61, 0x5c, 0xc5, 0x5f, 0x5f, 0x79, 0xe5, 0x95, 0x70, 0xe5, 0x55, 0x57, 0x42, 0x2a, 0xd5, 0x88, 0x37, 0x84, 0x88, 0x4b, 0xab, 0x15, 0x59, 0x47, 0xda, 0xc5, 0xac, 0x2d, 0x2b, 0x55, 0xbf, 0x97, 0x59, 0x27, 0x26, 0x57, 0x1d, 0xd8, 0xb4, 0x98, 0x64, 0x60, 0x53, 0x3f, 0x0c, 0x0c, 0x0c, 0xc0, 0x7d, 0xf7, 0xdd, 0x07, 0x8b, 0x8b, 0x8b, 0xf4, 0x9e, 0x8e, 0xf0, 0xf4, 0xff, 0xc4, 0x3d, 0xd6, 0x18, 0xa0, 0x0e, 0xd2, 0xf6, 0x45, 0xfc, 0x39, 0x49, 0xfc, 0x7d, 0xfb, 0xf6, 0x42, 0x4b, 0x4b, 0x73, 0xcd, 0x6f, 0x77, 0xe9, 0xf3, 0x80, 0xe5, 0xff, 0xce, 0xd5, 0x42, 0xf8, 0xc2, 0xf7, 0x21, 0xe4, 0x81, 0xa6, 0xa6, 0x26, 0xe8, 0x1f, 0xd8, 0x08, 0xd7, 0x5e, 0x7b, 0x2d, 0x3c, 0xfc, 0xf0, 0xc3, 0xfc, 0x3e, 0xbd, 0x6c, 0x0d, 0x02, 0xd5, 0x61, 0xa1, 0xf4, 0x1f, 0xa0, 0x8b, 0x4e, 0xab, 0xb7, 0xb7, 0x17, 0x1a, 0x12, 0x0d, 0xcb, 0x2b, 0x81, 0x7f, 0xdb, 0xa5, 0x7e, 0xc0, 0xf7, 0x25, 0x93, 0x49, 0xa6, 0x05, 0x04, 0xe8, 0xd4, 0xf9, 0x81, 0x0f, 0x7c, 0xa0, 0xe3, 0x9e, 0x7b, 0xee, 0x99, 0x59, 0x63, 0x80, 0x1a, 0x2e, 0x24, 0xfe, 0x36, 0xfe, 0x9c, 0x24, 0x0f, 0x67, 0x06, 0x5a, 0x99, 0xec, 0x1c, 0x64, 0x17, 0xb3, 0x75, 0xc1, 0xf1, 0x2e, 0xf1, 0x9b, 0x91, 0x28, 0x55, 0xb5, 0x9f, 0xf5, 0x1d, 0x66, 0xe8, 0x3e, 0x51, 0x8f, 0xa5, 0x22, 0xc6, 0x28, 0x04, 0x1b, 0x95, 0xa8, 0x83, 0x20, 0x8f, 0xf7, 0x7a, 0x0d, 0x6c, 0xdc, 0xe2, 0xbc, 0xd7, 0xd6, 0xd6, 0x26, 0x19, 0xc7, 0xb8, 0xd1, 0xbd, 0x5a, 0x63, 0x80, 0x1a, 0x2f, 0x87, 0x01, 0x1a, 0x1a, 0x1a, 0x90, 0x01, 0x5c, 0xa3, 0xb2, 0x50, 0x2c, 0x40, 0x11, 0xb7, 0x95, 0x24, 0xfe, 0x65, 0x23, 0xea, 0x3a, 0x31, 0x48, 0x14, 0xe2, 0x17, 0xf7, 0xa1, 0x6b, 0xc7, 0x85, 0x10, 0x19, 0xf8, 0xf1, 0x78, 0x1c, 0xf2, 0xf9, 0x3c, 0x7f, 0xdd, 0xba, 0x06, 0x81, 0x6a, 0x6f, 0x03, 0xb4, 0xf2, 0x0b, 0x4e, 0x0c, 0xa0, 0xeb, 0x9a, 0x92, 0x90, 0x4f, 0x9e, 0x98, 0x86, 0x77, 0xfe, 0xf7, 0x9f, 0x85, 0x1e, 0x8b, 0x6c, 0xe6, 0x96, 0xd6, 0x44, 0xd5, 0xe7, 0x94, 0x48, 0xe8, 0xd0, 0xd8, 0x58, 0xfd, 0x65, 0x4f, 0xa5, 0xe2, 0xf8, 0x9b, 0xf4, 0xaa, 0x21, 0x14, 0xfd, 0x26, 0xe6, 0x6c, 0x32, 0x2b, 0x3f, 0xd2, 0xef, 0xbc, 0x78, 0x3d, 0xbc, 0xfc, 0x15, 0x03, 0x25, 0x19, 0xc4, 0x30, 0x0d, 0x88, 0x69, 0x31, 0x87, 0x01, 0xe8, 0x9e, 0x10, 0x03, 0xd0, 0xbd, 0x40, 0x43, 0x78, 0x8d, 0x01, 0xea, 0x00, 0x81, 0x9c, 0x8b, 0x4a, 0xd2, 0x46, 0x84, 0x40, 0x26, 0xde, 0x0c, 0xbe, 0xa6, 0xa6, 0x72, 0x30, 0x78, 0x61, 0x0e, 0xd6, 0x56, 0x65, 0xeb, 0xfe, 0x9f, 0x0c, 0x5a, 0x0c, 0x50, 0x42, 0x3b, 0x98, 0x06, 0x5e, 0x73, 0xdd, 0x62, 0x00, 0x0d, 0x85, 0x11, 0xdd, 0x13, 0x41, 0x10, 0xb5, 0xad, 0x31, 0x40, 0x1d, 0x6c, 0x00, 0x7e, 0x81, 0xbd, 0x0c, 0x60, 0x08, 0x1a, 0x60, 0x6e, 0xce, 0x52, 0xc3, 0x7d, 0x7d, 0x79, 0x38, 0x78, 0xb0, 0x10, 0x62, 0x54, 0xc7, 0xf0, 0x18, 0xa5, 0x7c, 0xe5, 0xb2, 0x18, 0xcc, 0xe5, 0x0a, 0xd2, 0x7b, 0xa6, 0x49, 0xe7, 0xa0, 0x55, 0xe4, 0x29, 0x92, 0x8f, 0xa3, 0xb3, 0x63, 0xd1, 0x7b, 0xf9, 0x7c, 0x21, 0xf4, 0x1c, 0xc2, 0x56, 0xb1, 0x18, 0xf3, 0xed, 0xeb, 0xfd, 0x7b, 0xc3, 0x30, 0xa1, 0x50, 0x28, 0xfa, 0xfe, 0x76, 0x62, 0x22, 0x0d, 0x93, 0x93, 0x5b, 0x20, 0x9d, 0x5e, 0x02, 0xa3, 0x68, 0x3a, 0x1a, 0x36, 0x08, 0x3e, 0x19, 0x86, 0x2b, 0x74, 0x74, 0xbc, 0x17, 0x89, 0x44, 0xc2, 0xd1, 0xc6, 0x6b, 0x10, 0xa8, 0x4e, 0x10, 0x48, 0xb6, 0x01, 0xd4, 0x1a, 0x60, 0x6e, 0x6e, 0x89, 0x3d, 0xae, 0x5f, 0xdf, 0x08, 0x37, 0xdf, 0xbc, 0xd1, 0x47, 0x94, 0x32, 0xe1, 0xc9, 0xc4, 0xe1, 0xfd, 0x4c, 0xf8, 0x8a, 0xb2, 0xfe, 0xae, 0x92, 0xfd, 0xc5, 0xcf, 0x38, 0x63, 0xaa, 0xff, 0x4e, 0x3e, 0x46, 0xb9, 0xc7, 0x0e, 0x3a, 0xa7, 0xfb, 0xef, 0x7f, 0x04, 0xb5, 0x67, 0x91, 0x09, 0x86, 0xcc, 0x7c, 0x01, 0x5a, 0xdb, 0x1a, 0x18, 0xf1, 0xcf, 0xce, 0xa6, 0x61, 0xf0, 0xdc, 0x10, 0x0a, 0x9d, 0x18, 0xbe, 0xd7, 0x0a, 0xed, 0xed, 0x6d, 0x2c, 0xf6, 0x22, 0x0a, 0x1d, 0xcd, 0xb6, 0x01, 0xb8, 0x80, 0x42, 0xe6, 0x58, 0x63, 0x80, 0x3a, 0x2c, 0x19, 0x02, 0x89, 0x36, 0x80, 0xe1, 0xde, 0x8c, 0xf9, 0xf9, 0xbc, 0xcd, 0x24, 0x1a, 0x93, 0x76, 0xd5, 0x10, 0xba, 0x25, 0xe4, 0x96, 0x9f, 0xd0, 0x05, 0xe1, 0x5a, 0x73, 0x42, 0x0f, 0xfa, 0xed, 0x84, 0xe3, 0x75, 0xbd, 0xc8, 0xb4, 0x48, 0x1a, 0x85, 0x48, 0x4b, 0x9b, 0x45, 0xd0, 0x4f, 0x3e, 0x7e, 0x98, 0xed, 0xd7, 0xdd, 0xdd, 0x85, 0x9a, 0xc1, 0x20, 0x7c, 0x0f, 0x45, 0x3c, 0x41, 0x53, 0xa1, 0x01, 0xd6, 0x20, 0x50, 0xfd, 0xa4, 0xbf, 0x76, 0xcf, 0x3d, 0xf7, 0xb4, 0x88, 0x0c, 0xa0, 0x07, 0x41, 0xa0, 0xf4, 0x92, 0x6d, 0xa0, 0xca, 0x6a, 0xda, 0x4f, 0xe8, 0x5e, 0x82, 0x0b, 0xca, 0x91, 0x59, 0x39, 0x42, 0x77, 0x8f, 0x65, 0x06, 0x68, 0x00, 0xf5, 0x39, 0xa9, 0x3e, 0xe3, 0xbf, 0xdd, 0xfd, 0x3d, 0xa6, 0xf0, 0x7d, 0xc0, 0xa2, 0xe9, 0x16, 0x03, 0x70, 0x2d, 0x6a, 0xb9, 0x9a, 0xfb, 0x37, 0x6d, 0x84, 0x0b, 0xe7, 0x2e, 0x32, 0xc2, 0xa7, 0xeb, 0x4c, 0x42, 0x85, 0x19, 0xba, 0x46, 0x41, 0xd0, 0x00, 0x1a, 0xd3, 0xca, 0xc2, 0xb5, 0x5b, 0xd3, 0x00, 0xb5, 0x5c, 0x5f, 0xf8, 0xc2, 0x17, 0x28, 0xe4, 0xab, 0x8b, 0x10, 0x48, 0xc4, 0xde, 0x22, 0x04, 0xe2, 0x1a, 0x20, 0x1e, 0x0f, 0x27, 0xf4, 0x20, 0x78, 0xf1, 0x7c, 0x27, 0x74, 0xbf, 0x0d, 0x63, 0xb2, 0xbf, 0xb1, 0x18, 0xa0, 0x20, 0xd9, 0x51, 0xb4, 0x76, 0xed, 0xde, 0x01, 0x9b, 0xb7, 0x6c, 0x82, 0x85, 0xec, 0x02, 0xcb, 0x01, 0x4a, 0x26, 0x13, 0xd0, 0x90, 0x6c, 0x90, 0xce, 0x51, 0xd7, 0x74, 0x49, 0x03, 0x88, 0x0e, 0x8b, 0x35, 0x06, 0xa8, 0xc1, 0x42, 0x49, 0xde, 0x26, 0x49, 0x7f, 0x21, 0xb1, 0x4c, 0x24, 0x7e, 0xc6, 0x00, 0xb6, 0x0d, 0xd0, 0xd0, 0x60, 0x32, 0x0d, 0xb0, 0xfa, 0x08, 0x3d, 0x1c, 0xd3, 0x47, 0x85, 0x31, 0x32, 0xa1, 0x9b, 0x9e, 0x47, 0x2d, 0xa2, 0x2d, 0x61, 0xed, 0x4f, 0x9b, 0xae, 0x53, 0xc2, 0x9e, 0x21, 0xd9, 0x51, 0xfc, 0x4f, 0x88, 0xe8, 0x69, 0x13, 0x8d, 0x62, 0x43, 0xb8, 0xee, 0x6b, 0x1a, 0xa0, 0xce, 0x4b, 0xf4, 0x2b, 0x87, 0x79, 0x80, 0xe8, 0xe2, 0xf3, 0x9b, 0x17, 0x8f, 0xeb, 0xb6, 0xba, 0x7e, 0x3e, 0x11, 0xba, 0xfc, 0x7d, 0xa6, 0x93, 0x97, 0x23, 0x4b, 0x74, 0xf9, 0xf3, 0x60, 0xed, 0x20, 0x7e, 0x66, 0x65, 0xac, 0xda, 0x1a, 0x20, 0x9d, 0x07, 0x75, 0x4c, 0xcc, 0x0c, 0xf0, 0x02, 0x59, 0x71, 0x00, 0xc1, 0x08, 0x5e, 0xb3, 0x01, 0x6a, 0xac, 0x01, 0xa4, 0x20, 0x98, 0xec, 0x01, 0x92, 0xf3, 0xd3, 0x5d, 0x23, 0x18, 0x42, 0x35, 0x80, 0x97, 0xc8, 0x55, 0xc4, 0x58, 0xca, 0xeb, 0x52, 0x1b, 0x42, 0xd7, 0x94, 0xf0, 0x47, 0x4d, 0xe8, 0xa5, 0xce, 0xd3, 0x54, 0x30, 0x2e, 0xdf, 0x57, 0x53, 0x40, 0x40, 0xf7, 0x73, 0x0b, 0x02, 0x19, 0x3e, 0x08, 0x44, 0x8b, 0x02, 0x5c, 0x99, 0x4c, 0x96, 0x31, 0x09, 0x5d, 0xff, 0x04, 0x41, 0x20, 0x63, 0x4d, 0x03, 0x2c, 0xdb, 0x12, 0xf3, 0x80, 0x2c, 0x08, 0x24, 0xe3, 0x7f, 0x53, 0x8a, 0x03, 0x14, 0xec, 0xfd, 0x4c, 0xc9, 0x0b, 0x14, 0x44, 0xe8, 0x86, 0xa1, 0xf6, 0xa0, 0x54, 0x4f, 0xe8, 0x32, 0x61, 0x07, 0xe1, 0x6f, 0x8e, 0xd1, 0x89, 0xb8, 0xd5, 0xde, 0x1c, 0xf0, 0x10, 0xba, 0x29, 0x11, 0x2e, 0x87, 0x3b, 0xe2, 0x77, 0xf9, 0x09, 0x5d, 0x03, 0x55, 0x7c, 0x40, 0x64, 0x14, 0x25, 0x04, 0xc2, 0x35, 0x3e, 0x3e, 0x01, 0x47, 0x0e, 0x1f, 0x85, 0xb6, 0xb6, 0x56, 0xe8, 0xec, 0xea, 0x84, 0xb6, 0xf6, 0x56, 0x68, 0x31, 0x9b, 0xa1, 0x98, 0x2a, 0x8a, 0xf7, 0x47, 0xd2, 0x00, 0xa2, 0xcb, 0x7a, 0x8d, 0x01, 0x6a, 0xe3, 0x05, 0x72, 0x34, 0x80, 0x0f, 0x02, 0x19, 0x6a, 0x1b, 0x80, 0x18, 0xc0, 0x49, 0x42, 0xab, 0x31, 0xa1, 0x7b, 0x89, 0xd5, 0x2b, 0xd1, 0x5d, 0x28, 0x22, 0x4b, 0x66, 0x99, 0xf8, 0x0d, 0x05, 0x71, 0xcb, 0x84, 0x1d, 0x6e, 0xf4, 0x6a, 0x12, 0x61, 0xcb, 0x46, 0x6f, 0xf9, 0x50, 0xce, 0x82, 0x40, 0x86, 0x7d, 0x0d, 0xf3, 0x0e, 0xe4, 0x99, 0x18, 0x9f, 0xb4, 0x3d, 0x40, 0x06, 0x73, 0x83, 0x9a, 0x45, 0xcb, 0xb6, 0x2a, 0x1a, 0x45, 0x76, 0x40, 0x53, 0x60, 0x00, 0xfe, 0xfd, 0xa2, 0xc0, 0x5a, 0x63, 0x80, 0x1a, 0x2c, 0x8a, 0x2c, 0xfa, 0xa3, 0xc0, 0xa6, 0xf2, 0x86, 0xcf, 0xcd, 0x73, 0x06, 0xd0, 0xec, 0xcc, 0x44, 0x71, 0x9f, 0x20, 0x4f, 0x8a, 0xa6, 0x24, 0x92, 0x20, 0x89, 0xec, 0x27, 0x56, 0xbf, 0x44, 0x17, 0x8f, 0xe5, 0x42, 0x17, 0x19, 0xa3, 0xab, 0x7d, 0xf7, 0x9a, 0x4f, 0x62, 0xab, 0xe3, 0x0f, 0xb5, 0xd5, 0x1c, 0x04, 0x81, 0x62, 0x31, 0xeb, 0xda, 0x51, 0x34, 0x98, 0xe3, 0xfd, 0x5d, 0x7b, 0x76, 0x30, 0xe2, 0xce, 0xcc, 0xdb, 0x55, 0x5f, 0x9a, 0x15, 0x33, 0x20, 0x08, 0x64, 0xba, 0xf7, 0x67, 0x2d, 0x10, 0x56, 0x6f, 0x2f, 0x90, 0xac, 0x01, 0x74, 0xc1, 0x08, 0x0e, 0xf2, 0x02, 0x69, 0x28, 0xb9, 0xcc, 0x88, 0x51, 0xd5, 0x20, 0xec, 0x1c, 0x1c, 0x64, 0x92, 0xf7, 0xf7, 0x4b, 0x74, 0x2f, 0x46, 0xb7, 0x4e, 0xdf, 0xac, 0x81, 0xe6, 0x50, 0x1f, 0xbb, 0x74, 0x30, 0xcc, 0x6b, 0x77, 0xc8, 0x9f, 0xd1, 0x35, 0x8d, 0xc5, 0x0c, 0xc9, 0x8e, 0xe2, 0x9a, 0x61, 0xc7, 0xce, 0x6d, 0x0a, 0x83, 0x58, 0xd4, 0x88, 0x32, 0x04, 0x5a, 0xb3, 0x01, 0xea, 0xa8, 0x01, 0x98, 0x11, 0x1c, 0x10, 0x05, 0xb6, 0x6e, 0x5e, 0xc1, 0xbe, 0x71, 0xd6, 0x0d, 0x22, 0x35, 0xaf, 0x66, 0x02, 0x2d, 0x84, 0x50, 0xbd, 0x10, 0x09, 0x02, 0x20, 0x04, 0xd7, 0x1c, 0x66, 0x49, 0xf8, 0xa4, 0x3a, 0xb6, 0x4a, 0xa2, 0xcb, 0x44, 0x69, 0x2a, 0xdd, 0x96, 0x5e, 0x42, 0xb7, 0xfe, 0x56, 0x53, 0x68, 0x25, 0xbf, 0xa6, 0xb3, 0x20, 0x8a, 0x5f, 0xbb, 0x88, 0x46, 0x70, 0x3a, 0x9d, 0xf7, 0x9a, 0x2f, 0x3e, 0x6f, 0x90, 0xe4, 0x06, 0x15, 0x20, 0x90, 0xfd, 0x5b, 0xd6, 0x20, 0x50, 0xad, 0x6d, 0x00, 0xc9, 0x08, 0x0e, 0xc8, 0x03, 0x5a, 0xc8, 0x16, 0xa1, 0x50, 0x30, 0xf0, 0x86, 0x18, 0xcc, 0x0d, 0xea, 0xaa, 0x64, 0x59, 0x8a, 0x72, 0xa2, 0x95, 0x09, 0x28, 0x8c, 0x58, 0x55, 0x44, 0xa5, 0x45, 0xd4, 0x1c, 0x32, 0x83, 0xf9, 0x35, 0x87, 0x19, 0x41, 0x73, 0x94, 0x3a, 0xb6, 0xca, 0xc8, 0x0d, 0x4e, 0x8a, 0x13, 0x85, 0x82, 0x6b, 0x04, 0x93, 0x06, 0x10, 0x3c, 0x69, 0xa6, 0x4f, 0x0b, 0x43, 0xbe, 0x50, 0xb0, 0xa1, 0x52, 0xcc, 0x82, 0x40, 0xa6, 0x0b, 0x81, 0x3c, 0x1a, 0xa0, 0x99, 0x9a, 0x18, 0xe0, 0x66, 0xac, 0x31, 0x40, 0x1d, 0x8c, 0x60, 0x50, 0xb8, 0x41, 0xe9, 0x86, 0xcd, 0xcd, 0xe5, 0xec, 0x1b, 0x52, 0x64, 0x5e, 0x0d, 0x99, 0xb0, 0x35, 0x21, 0x2a, 0x1a, 0xe6, 0x1b, 0x87, 0x00, 0x4f, 0x0a, 0x27, 0x1a, 0x19, 0xaa, 0xf8, 0x89, 0xba, 0xb4, 0xa7, 0xa8, 0xb6, 0x9a, 0x03, 0x1c, 0xf8, 0xa5, 0x76, 0x97, 0xaa, 0x99, 0x46, 0xd6, 0x8c, 0x9a, 0x0d, 0x81, 0x4c, 0x3b, 0x0e, 0xb0, 0x24, 0x11, 0xfe, 0x89, 0x63, 0xa7, 0x58, 0x52, 0x5c, 0x67, 0x67, 0x07, 0x74, 0xe0, 0x46, 0xb5, 0xd8, 0x8d, 0x29, 0xb9, 0x33, 0x8d, 0x98, 0x0d, 0x4a, 0xa7, 0x30, 0x39, 0x39, 0x49, 0xa9, 0x2b, 0xe9, 0x35, 0x06, 0xa8, 0xb3, 0x1b, 0x94, 0xa9, 0x62, 0xbb, 0x22, 0x8b, 0x63, 0x57, 0x52, 0xe5, 0xb1, 0x98, 0x98, 0x0c, 0xa7, 0x31, 0xad, 0x10, 0x4c, 0xe8, 0x10, 0x02, 0x3d, 0x4c, 0x81, 0x81, 0xfc, 0xc6, 0xb2, 0x48, 0x88, 0xd1, 0x32, 0x48, 0xb5, 0x00, 0x68, 0x16, 0x66, 0xc4, 0x9a, 0x0a, 0x89, 0xaf, 0x36, 0xd6, 0xa3, 0x30, 0x0d, 0x7f, 0x9d, 0xcf, 0x1b, 0x78, 0xcd, 0xb2, 0x28, 0x38, 0xb2, 0x30, 0x33, 0x93, 0xc6, 0x6b, 0x6b, 0x43, 0x20, 0x21, 0x0e, 0x30, 0x33, 0x3d, 0x0b, 0x43, 0x17, 0x47, 0xac, 0x0c, 0x50, 0xc3, 0xb4, 0x92, 0xe1, 0xec, 0xa4, 0x38, 0x0b, 0x4e, 0x89, 0xf7, 0x45, 0x77, 0xde, 0xcf, 0xe7, 0xf3, 0xad, 0x6b, 0x0c, 0x50, 0x27, 0x08, 0xa4, 0x81, 0xec, 0x06, 0xe5, 0x1e, 0x0b, 0xee, 0x01, 0x22, 0x63, 0x8e, 0x24, 0x9a, 0x78, 0xc3, 0x0d, 0x43, 0x6d, 0xc6, 0xa9, 0x6c, 0x01, 0xaf, 0x44, 0x76, 0xdf, 0x33, 0x43, 0xa1, 0x89, 0x5f, 0xb2, 0x7a, 0xbd, 0x2e, 0x9a, 0xcf, 0x0d, 0x19, 0x14, 0xe9, 0x0d, 0x82, 0x51, 0x2a, 0x63, 0x5a, 0xcd, 0xac, 0x7e, 0x46, 0x5e, 0x5a, 0x2a, 0x20, 0xc1, 0x67, 0x90, 0xe0, 0x17, 0x18, 0xd1, 0x67, 0xb3, 0x8b, 0x92, 0x96, 0x24, 0xa1, 0xe1, 0x75, 0x83, 0xb6, 0x77, 0xb6, 0xc1, 0xc0, 0xa6, 0x8d, 0x30, 0x31, 0x3e, 0x65, 0xb9, 0x43, 0x0d, 0xd3, 0x71, 0x3d, 0x5b, 0x55, 0x61, 0xba, 0xed, 0x0a, 0xb5, 0xec, 0xb3, 0x42, 0xa1, 0xb0, 0x62, 0x9e, 0xa0, 0xe7, 0x73, 0x3a, 0xb4, 0x3f, 0x15, 0xda, 0xae, 0x31, 0x17, 0x6f, 0x20, 0xbf, 0x71, 0xb6, 0x36, 0x2e, 0x49, 0x24, 0x41, 0xb6, 0x80, 0xfb, 0xa8, 0x05, 0x4a, 0x69, 0x97, 0xd0, 0xb5, 0x12, 0xf0, 0x02, 0x02, 0xfc, 0xf5, 0x22, 0x21, 0x6b, 0x25, 0x8c, 0x57, 0x08, 0x65, 0x1a, 0xbf, 0x2d, 0x60, 0x1d, 0x97, 0x88, 0x75, 0x61, 0x61, 0x11, 0xa5, 0xfb, 0x1c, 0x4c, 0x4e, 0xce, 0xc2, 0xe2, 0x62, 0x0e, 0xbc, 0x05, 0x3c, 0x62, 0x4c, 0x85, 0x6b, 0x3f, 0xd2, 0x0c, 0x8b, 0x8b, 0x05, 0x48, 0x36, 0x5a, 0x0d, 0xbd, 0x76, 0xef, 0xdd, 0x09, 0x3b, 0x77, 0x1b, 0x50, 0xc8, 0x17, 0xd8, 0xfe, 0xf1, 0x06, 0xcb, 0x15, 0xcd, 0xec, 0x00, 0xdb, 0x23, 0xa7, 0xd9, 0xe9, 0x10, 0x0b, 0x0b, 0x0b, 0xec, 0xfa, 0xad, 0x44, 0x3a, 0xc4, 0xf3, 0x99, 0x01, 0x7c, 0xd5, 0x60, 0xa6, 0xc2, 0x0d, 0xca, 0x19, 0x80, 0x1c, 0x12, 0x2a, 0x89, 0xea, 0x95, 0xe8, 0x5c, 0x85, 0xab, 0xbc, 0x25, 0x9c, 0x90, 0x82, 0x09, 0x4e, 0x13, 0xb0, 0x7c, 0x10, 0xc6, 0x86, 0x88, 0x81, 0x36, 0x13, 0xbc, 0x6e, 0x97, 0x30, 0x57, 0xac, 0x8a, 0xc1, 0xac, 0xeb, 0x63, 0xd8, 0xf9, 0x50, 0x59, 0x46, 0xf4, 0x53, 0x53, 0x69, 0x56, 0x61, 0x66, 0x9d, 0xbf, 0x26, 0xb9, 0x8f, 0x03, 0xc0, 0x26, 0xd3, 0x9e, 0x85, 0x42, 0x8c, 0xc1, 0xa0, 0x9e, 0xc6, 0x98, 0x73, 0x5a, 0xc4, 0x08, 0x89, 0xa4, 0x5c, 0x47, 0x4d, 0xc1, 0xb0, 0x58, 0x2c, 0xb6, 0x6a, 0x5c, 0xa1, 0xcf, 0x7b, 0x08, 0x44, 0x17, 0xd7, 0x57, 0x0f, 0x6c, 0xf8, 0xab, 0xc1, 0xac, 0x28, 0x70, 0x10, 0x76, 0xf6, 0xbb, 0x1f, 0xfd, 0x91, 0x5d, 0xb3, 0x24, 0xc1, 0x79, 0xa5, 0xbd, 0x8a, 0x60, 0x65, 0x1f, 0xbd, 0xca, 0x16, 0x08, 0x2f, 0x79, 0xf4, 0x9f, 0xaf, 0xa9, 0x70, 0xcf, 0x5a, 0xfb, 0x10, 0x9c, 0x19, 0x1f, 0x9f, 0x46, 0xa2, 0x9f, 0x65, 0x18, 0x5d, 0x96, 0xf0, 0x9a, 0x64, 0x1c, 0xab, 0x08, 0xdf, 0x75, 0x39, 0xd3, 0xdf, 0xc6, 0x98, 0x30, 0xe9, 0xe9, 0x69, 0x0c, 0x4d, 0x8a, 0xe3, 0x50, 0x88, 0xfd, 0xce, 0x55, 0x90, 0x0f, 0xf4, 0xbc, 0x86, 0x40, 0x41, 0xf5, 0xc0, 0x12, 0x04, 0x9a, 0xe7, 0x10, 0x48, 0x73, 0xdc, 0xa3, 0xde, 0xa8, 0x6d, 0x90, 0x27, 0x45, 0x9d, 0xde, 0x20, 0x4b, 0x74, 0x81, 0x25, 0x7c, 0x7f, 0x17, 0x1e, 0x30, 0x83, 0x80, 0x80, 0x96, 0x9a, 0xd0, 0xdd, 0xfd, 0x8d, 0x00, 0x28, 0xa7, 0x39, 0x2e, 0x60, 0x92, 0xf4, 0x13, 0x13, 0x33, 0xc8, 0xfc, 0x19, 0x05, 0xac, 0xd1, 0x14, 0x0e, 0x85, 0x60, 0xe2, 0xb7, 0xec, 0x00, 0xca, 0xf1, 0x69, 0xb0, 0x12, 0xe2, 0xec, 0xef, 0xa5, 0x44, 0xb8, 0x0b, 0xe7, 0x2f, 0x42, 0x1c, 0xa5, 0x7d, 0x73, 0x4b, 0x33, 0xb4, 0xb6, 0xb5, 0x40, 0xaa, 0xa9, 0xd1, 0xce, 0xc3, 0xb2, 0x19, 0x47, 0x93, 0x0b, 0xe3, 0x57, 0x22, 0x16, 0xf0, 0x7c, 0xd6, 0x00, 0x6d, 0x9c, 0xd8, 0xad, 0x40, 0x98, 0x18, 0x09, 0x16, 0xdc, 0xa0, 0x69, 0xce, 0x00, 0xa6, 0xe3, 0xc6, 0x64, 0x70, 0xa9, 0x64, 0x8e, 0x8f, 0x97, 0x98, 0xfd, 0x9a, 0xa3, 0x12, 0x5b, 0xc0, 0xef, 0x12, 0xd5, 0x94, 0x0c, 0xa2, 0x0e, 0x56, 0x05, 0x33, 0x24, 0x19, 0xb3, 0x97, 0x2e, 0x4d, 0x39, 0xd2, 0x9e, 0xf6, 0x95, 0xb1, 0xbc, 0x56, 0xc2, 0xab, 0x16, 0xbc, 0x8f, 0xca, 0x15, 0x7a, 0xf8, 0x89, 0x67, 0x20, 0xb7, 0xb4, 0x04, 0xdd, 0xdd, 0xdd, 0xd0, 0x98, 0x4a, 0x59, 0x5e, 0xa0, 0x82, 0xe5, 0x09, 0x12, 0x99, 0x6e, 0x4d, 0x03, 0xd4, 0x6f, 0xb5, 0x48, 0x9d, 0x96, 0xbd, 0x81, 0x30, 0xdb, 0x0d, 0x2a, 0xe6, 0x01, 0x89, 0xbe, 0xff, 0xa0, 0x54, 0x81, 0xd2, 0xc6, 0xab, 0x4b, 0x28, 0xe1, 0x78, 0x5f, 0x2b, 0xe9, 0xd2, 0x8c, 0x5e, 0xec, 0x6e, 0x06, 0xc2, 0x27, 0xea, 0x4a, 0x41, 0x30, 0x67, 0x72, 0x72, 0xc6, 0x71, 0xf1, 0x72, 0xc2, 0x77, 0x2f, 0x49, 0x94, 0x26, 0xc1, 0x5a, 0x20, 0x1c, 0x72, 0x18, 0x40, 0x70, 0x85, 0xae, 0xdf, 0xd0, 0x07, 0xe7, 0xce, 0x5e, 0x60, 0xcd, 0xc7, 0x0c, 0xf2, 0x04, 0x51, 0x52, 0x9c, 0xe3, 0x0d, 0x32, 0x6d, 0xe8, 0xa4, 0xaf, 0xd9, 0x00, 0xf5, 0x58, 0x77, 0xdd, 0x75, 0x57, 0x13, 0x5e, 0xd4, 0x38, 0xbf, 0xd9, 0xf1, 0x78, 0x5c, 0x86, 0x34, 0x54, 0xf4, 0x02, 0xa6, 0x07, 0x02, 0x89, 0x04, 0x6e, 0xc5, 0x03, 0xb8, 0xfb, 0x30, 0xc8, 0x16, 0x70, 0x25, 0xba, 0x56, 0xb6, 0x77, 0x47, 0xb4, 0x01, 0x4a, 0x7b, 0x70, 0x54, 0x9f, 0xa9, 0x5d, 0xb1, 0x9c, 0x09, 0x88, 0xf0, 0x27, 0x26, 0xa6, 0x99, 0x27, 0xc7, 0x4b, 0xf8, 0x5e, 0xa9, 0xaf, 0x69, 0xe1, 0x84, 0x1f, 0x0e, 0x87, 0xc0, 0xc9, 0x07, 0x9a, 0x13, 0x5c, 0xa1, 0xdb, 0x76, 0x6e, 0x81, 0x0d, 0x03, 0xeb, 0xad, 0xb2, 0x48, 0x3d, 0x06, 0xc9, 0xc6, 0x24, 0x5e, 0x63, 0xb9, 0x2c, 0x92, 0xdb, 0x00, 0x2b, 0x59, 0x16, 0xf9, 0xbc, 0x64, 0x80, 0x8e, 0x8e, 0x8e, 0xd6, 0xa5, 0x25, 0x9e, 0xe0, 0xd6, 0xe0, 0x49, 0x85, 0x36, 0xa5, 0x2a, 0x25, 0xb1, 0x1e, 0x98, 0xa7, 0x29, 0x78, 0xbd, 0x32, 0xb2, 0x2d, 0x00, 0x91, 0x25, 0x3a, 0xbd, 0xf6, 0xe3, 0xfd, 0xe0, 0xd4, 0x82, 0x60, 0x0f, 0x8e, 0x5b, 0x87, 0x2b, 0xba, 0x2d, 0x55, 0xcc, 0x43, 0x12, 0xf6, 0xd2, 0x25, 0x4b, 0xe2, 0x0b, 0x84, 0x55, 0x01, 0x61, 0x6b, 0x25, 0xe0, 0x90, 0xbb, 0x8f, 0x93, 0x0e, 0x81, 0x0c, 0x20, 0x5e, 0xdb, 0x46, 0x24, 0xfa, 0xc6, 0x64, 0xd2, 0xa3, 0xdd, 0xdc, 0x82, 0x23, 0x5d, 0xd3, 0x1d, 0x8f, 0xd0, 0x9a, 0x1b, 0xb4, 0x86, 0x6b, 0x61, 0x61, 0xa1, 0x95, 0xe5, 0x9e, 0xa8, 0x3c, 0x40, 0x21, 0x99, 0xa0, 0x22, 0x94, 0x50, 0xf9, 0xd0, 0x55, 0x04, 0xc7, 0x3f, 0xe3, 0x12, 0xdd, 0x25, 0xba, 0xa0, 0x0a, 0x31, 0x35, 0x83, 0x85, 0xc5, 0x1f, 0x64, 0x68, 0x66, 0xfa, 0xa4, 0x3d, 0xdf, 0x3f, 0x9d, 0xce, 0xc2, 0xf0, 0xf0, 0xb8, 0xd3, 0x28, 0x2b, 0x0a, 0xe1, 0x87, 0x11, 0x76, 0xb8, 0x4d, 0xa0, 0xf9, 0x21, 0xd0, 0xfc, 0x92, 0xa8, 0x68, 0x95, 0x8b, 0xd5, 0x04, 0xf0, 0x8c, 0xd0, 0x35, 0x0d, 0x50, 0x9f, 0x85, 0xc4, 0x2f, 0xc7, 0x00, 0x74, 0x75, 0x3d, 0x30, 0x97, 0x5a, 0x16, 0x03, 0x04, 0x4b, 0x61, 0x95, 0xb4, 0x8e, 0x96, 0x4a, 0x1c, 0x15, 0xe2, 0xa8, 0x19, 0xc4, 0x25, 0x74, 0x57, 0xbb, 0x78, 0xdb, 0xb1, 0xd0, 0x6b, 0x0a, 0x56, 0x8d, 0x8c, 0x4c, 0x32, 0xb7, 0xa6, 0x97, 0x38, 0x6b, 0x85, 0xf3, 0xc3, 0x34, 0x07, 0x4f, 0x87, 0x70, 0x6c, 0x00, 0xfb, 0xf4, 0xa6, 0x26, 0xa7, 0x99, 0x37, 0xa8, 0x31, 0xd9, 0x08, 0x4d, 0xcd, 0x29, 0x84, 0x41, 0x6e, 0x17, 0x08, 0x13, 0xdc, 0x9a, 0x00, 0xae, 0x01, 0x56, 0xa2, 0x2a, 0xec, 0xf9, 0x6a, 0x04, 0x07, 0xc7, 0x00, 0x3c, 0x1a, 0x80, 0xdf, 0x34, 0x0b, 0x02, 0xa9, 0x8c, 0x5e, 0x55, 0xb5, 0x94, 0x57, 0xc2, 0xfb, 0xe1, 0x88, 0x05, 0x89, 0xd4, 0x84, 0x5f, 0x4e, 0x5c, 0xc0, 0x35, 0xa8, 0x65, 0x5b, 0x80, 0xef, 0x3f, 0x39, 0x99, 0x86, 0xb1, 0xb1, 0x69, 0xa9, 0xf3, 0x72, 0xb5, 0x84, 0xad, 0xde, 0x57, 0x0b, 0x11, 0x38, 0x82, 0x30, 0xb1, 0xcf, 0xfb, 0xe2, 0xe0, 0x30, 0x9c, 0x3c, 0x7e, 0x1a, 0xda, 0x3b, 0xda, 0x59, 0x42, 0x9c, 0xce, 0x52, 0xa7, 0x75, 0x16, 0x19, 0x0e, 0xc9, 0x08, 0x5d, 0x83, 0x40, 0xb5, 0x62, 0x80, 0xc0, 0x9e, 0xa0, 0xde, 0x72, 0xc8, 0x79, 0x11, 0x02, 0xf9, 0xe1, 0x8d, 0x0a, 0xca, 0x04, 0xe7, 0xee, 0xc8, 0xfe, 0x7a, 0x6b, 0x3f, 0x4d, 0x29, 0xd1, 0xbd, 0xfe, 0x7a, 0x55, 0x79, 0xa3, 0xe8, 0x05, 0xf2, 0x7a, 0xa5, 0x16, 0x16, 0x0a, 0x30, 0x3a, 0x3a, 0x81, 0x8f, 0xb9, 0x2a, 0x70, 0x7e, 0x30, 0x61, 0xcb, 0xfb, 0x6a, 0x25, 0x34, 0xae, 0x75, 0x62, 0x69, 0xc1, 0x0d, 0xca, 0xb1, 0x7d, 0xb1, 0x50, 0x60, 0xb0, 0x87, 0x97, 0x48, 0x5a, 0x6e, 0x50, 0xee, 0x05, 0xd2, 0x24, 0x0d, 0x70, 0xd9, 0x7a, 0x81, 0x3e, 0xf3, 0x99, 0xcf, 0xbc, 0x08, 0x7f, 0xc0, 0x4b, 0xf0, 0xe9, 0x56, 0xbc, 0x11, 0x1d, 0x2b, 0x4d, 0xfd, 0x78, 0x2e, 0x9b, 0xad, 0xee, 0x0e, 0x26, 0xaa, 0xe0, 0x0c, 0x3c, 0xf2, 0x9f, 0x8f, 0x38, 0xd3, 0x61, 0xe8, 0x06, 0xe4, 0xf3, 0x39, 0x47, 0xea, 0xbc, 0xea, 0x55, 0x31, 0x7c, 0xdd, 0xc4, 0xfa, 0x82, 0x26, 0x93, 0x71, 0x9f, 0x6b, 0xd1, 0xfb, 0xdc, 0xef, 0x7a, 0xf4, 0x7f, 0x66, 0x79, 0x5d, 0x82, 0x3e, 0xd7, 0x7c, 0xc7, 0xf6, 0x66, 0x84, 0x5a, 0x1e, 0x28, 0x53, 0x38, 0x96, 0xbc, 0x72, 0xb9, 0x25, 0x34, 0x30, 0xf3, 0xd0, 0xde, 0xde, 0x84, 0x7f, 0xdb, 0xc4, 0xf2, 0x70, 0xa8, 0xb0, 0x7f, 0x7c, 0x7c, 0x11, 0x3f, 0x33, 0x22, 0x12, 0x76, 0x79, 0x38, 0x3f, 0x4c, 0x73, 0x70, 0x27, 0x9b, 0xe8, 0x06, 0xdd, 0xb0, 0xb1, 0x0f, 0x9a, 0x5b, 0x52, 0x30, 0x33, 0x9d, 0x66, 0x52, 0x9e, 0xa6, 0xc2, 0x24, 0x3c, 0x0e, 0x09, 0x4a, 0x3f, 0xf7, 0x04, 0xc2, 0x2e, 0x2f, 0x06, 0xf8, 0xec, 0x67, 0x3f, 0x7b, 0x1d, 0x12, 0xda, 0x57, 0xf1, 0xe9, 0xc1, 0x68, 0x17, 0xab, 0xee, 0x84, 0xef, 0x3c, 0xd2, 0xf9, 0xd0, 0x46, 0x89, 0x56, 0x83, 0x83, 0x83, 0x81, 0x63, 0x3b, 0xf7, 0xee, 0x25, 0x49, 0x15, 0x53, 0x7c, 0x2e, 0x12, 0xaa, 0xa6, 0x20, 0x78, 0x4d, 0xb1, 0x5f, 0xf4, 0xcf, 0xab, 0x19, 0x3d, 0xda, 0xd4, 0x14, 0x63, 0xdd, 0xa1, 0xbd, 0xfb, 0x15, 0x8b, 0x2d, 0x68, 0x04, 0xe7, 0xe0, 0xd4, 0xa9, 0x79, 0x28, 0x14, 0xcc, 0xaa, 0x09, 0x3b, 0xaa, 0xe6, 0xa0, 0x34, 0x12, 0xd1, 0xa3, 0xc6, 0x5d, 0xa1, 0xd4, 0x18, 0x97, 0x36, 0xef, 0xe0, 0x0d, 0xb1, 0x2e, 0xd8, 0x13, 0x08, 0xbb, 0x7c, 0x20, 0x10, 0x0d, 0x9f, 0x46, 0xe2, 0xff, 0x21, 0x3e, 0x4d, 0xae, 0x16, 0xc2, 0x8f, 0x4a, 0x40, 0xd5, 0xfe, 0xcd, 0x2a, 0x9a, 0xb5, 0x2b, 0x3d, 0x27, 0x48, 0xd1, 0xdf, 0x9f, 0x84, 0xb6, 0xb6, 0x18, 0x3c, 0xf9, 0x64, 0x5a, 0xc1, 0x04, 0xa5, 0x88, 0xba, 0x32, 0x48, 0xc4, 0x19, 0x60, 0x2e, 0x5d, 0x70, 0x88, 0x3c, 0xc8, 0x1b, 0xe4, 0xda, 0x60, 0xd6, 0xf9, 0x72, 0x6f, 0xdd, 0x65, 0xa5, 0x01, 0xfe, 0xf6, 0x6f, 0xff, 0xb6, 0x1d, 0x1f, 0xbe, 0x23, 0x12, 0x7f, 0x57, 0x57, 0x17, 0x8d, 0x25, 0x75, 0xaa, 0x7c, 0x56, 0x42, 0xea, 0x87, 0x31, 0x46, 0xa9, 0xbf, 0x51, 0xcd, 0xe5, 0x2d, 0x75, 0xcc, 0xa8, 0xdf, 0x59, 0x8f, 0xe3, 0x88, 0xcf, 0x09, 0xe6, 0x9d, 0x3f, 0x7f, 0x1e, 0xa6, 0xa7, 0xa7, 0xd9, 0xeb, 0x96, 0x96, 0x18, 0x5c, 0x71, 0x45, 0x0b, 0x3c, 0xfb, 0xec, 0x7c, 0x28, 0x61, 0x97, 0x83, 0xf3, 0xc3, 0x34, 0x07, 0x87, 0x40, 0x64, 0x4f, 0x85, 0x11, 0xbf, 0x63, 0x83, 0xd9, 0xad, 0x51, 0xc8, 0x30, 0xf6, 0x18, 0xc1, 0x2d, 0xa0, 0x6a, 0x48, 0xb4, 0xda, 0x18, 0x00, 0xf1, 0xdc, 0x3b, 0xf1, 0xa1, 0x9b, 0xbf, 0x3e, 0x70, 0xe0, 0x00, 0xec, 0xdf, 0xbf, 0x8f, 0xe1, 0x6c, 0xdd, 0x9e, 0x00, 0x52, 0x23, 0xf2, 0xae, 0xe8, 0x23, 0x9f, 0x14, 0x2a, 0xf3, 0xab, 0xcc, 0x2a, 0xaf, 0x7f, 0xe9, 0x61, 0x17, 0x95, 0x8d, 0x8f, 0x0c, 0x9a, 0xc7, 0x45, 0x05, 0x25, 0x73, 0x73, 0x73, 0xf0, 0xc0, 0x03, 0x0f, 0xc2, 0x89, 0x13, 0x27, 0xd8, 0xdb, 0xdd, 0xdd, 0x71, 0xd4, 0x04, 0x71, 0x7c, 0xdf, 0x28, 0x41, 0xd4, 0x51, 0x88, 0x3f, 0x5c, 0x73, 0xf0, 0x8a, 0xd3, 0x6c, 0xb6, 0xc8, 0xba, 0x6a, 0xc4, 0xf4, 0xe0, 0xe3, 0x91, 0x21, 0x6c, 0x0a, 0xad, 0x5c, 0x78, 0x55, 0x98, 0x6d, 0xb3, 0xc5, 0xde, 0xfa, 0xd6, 0xb7, 0x36, 0xdd, 0x7b, 0xef, 0xbd, 0x99, 0x55, 0xcd, 0x00, 0x28, 0x09, 0x5e, 0xcd, 0xb9, 0xb6, 0xbf, 0xbf, 0x1f, 0xae, 0xbe, 0xfa, 0x2a, 0x96, 0xf1, 0x57, 0x63, 0xd9, 0x5e, 0x03, 0x42, 0xab, 0xfd, 0x77, 0x96, 0xdc, 0x6b, 0x99, 0x87, 0x4f, 0x3b, 0x6e, 0xaf, 0xd6, 0x16, 0xb8, 0xf5, 0xd6, 0x97, 0xc0, 0xc8, 0xc8, 0x08, 0xa4, 0xd3, 0x56, 0x55, 0x61, 0x4f, 0x4f, 0x02, 0xa5, 0x72, 0xae, 0x0a, 0x9c, 0x1f, 0x45, 0x73, 0x58, 0xfb, 0xe8, 0xba, 0xc9, 0xda, 0xa4, 0xcf, 0xa3, 0x31, 0xde, 0xde, 0xde, 0x10, 0xfa, 0x1b, 0x88, 0xd8, 0x75, 0xbb, 0xce, 0xc0, 0x2a, 0xac, 0x8f, 0x39, 0x49, 0x72, 0x8b, 0x8b, 0x8b, 0x04, 0x83, 0x56, 0x37, 0x03, 0x20, 0xf1, 0xef, 0xe0, 0xcf, 0x89, 0x01, 0xbc, 0xc5, 0xce, 0x75, 0x27, 0x44, 0xb3, 0x1e, 0x74, 0x76, 0x79, 0x0e, 0x9f, 0x16, 0xa9, 0xb2, 0xa3, 0xa3, 0x03, 0x36, 0x6f, 0xde, 0x0c, 0x47, 0x8e, 0x1c, 0x61, 0xb0, 0x22, 0x95, 0xd2, 0xca, 0x8a, 0x06, 0x97, 0x03, 0x89, 0xbc, 0x9a, 0x83, 0xec, 0x80, 0x62, 0x51, 0x63, 0xf5, 0x15, 0x5e, 0x06, 0xf0, 0xc2, 0x22, 0xd6, 0x96, 0x26, 0x06, 0x8e, 0x2b, 0x94, 0x60, 0x73, 0x2e, 0xc7, 0x9b, 0x13, 0xe8, 0x64, 0x08, 0x8f, 0xae, 0x76, 0x23, 0x78, 0x9d, 0x03, 0xda, 0x5a, 0x5a, 0xa4, 0x82, 0xf3, 0xcc, 0xc2, 0xbc, 0xcf, 0xd7, 0x5e, 0x43, 0xec, 0x10, 0x0d, 0xa2, 0x98, 0x11, 0x69, 0x52, 0xf2, 0xfb, 0x9b, 0xa1, 0x52, 0xb6, 0xd6, 0xe3, 0x45, 0x6b, 0x45, 0xfc, 0x89, 0x44, 0x12, 0x9a, 0x9b, 0xac, 0x39, 0x20, 0x84, 0xa9, 0xd7, 0xad, 0x5b, 0x07, 0x6e, 0x0c, 0x44, 0x0b, 0x4c, 0x80, 0xab, 0x05, 0x24, 0x12, 0x0f, 0x4d, 0x30, 0x88, 0x68, 0x78, 0xde, 0xd3, 0x24, 0x57, 0x65, 0x13, 0xb0, 0xba, 0x60, 0xe0, 0x55, 0x61, 0x72, 0x34, 0x18, 0xb5, 0xc1, 0xb2, 0x1a, 0xc2, 0x65, 0x33, 0x00, 0xf5, 0x6e, 0x21, 0x4f, 0x9c, 0x60, 0x0f, 0xf8, 0x06, 0x50, 0x57, 0xc2, 0x00, 0xab, 0x6e, 0xfe, 0x6e, 0x99, 0xc4, 0xbf, 0x52, 0xf3, 0x77, 0x9b, 0x8c, 0x66, 0x97, 0x01, 0x34, 0xd9, 0xad, 0x68, 0xd9, 0xf4, 0x5a, 0x44, 0xa2, 0x56, 0x13, 0x76, 0x54, 0x48, 0x64, 0x65, 0x84, 0xea, 0x52, 0x2c, 0xc0, 0x0c, 0x90, 0x44, 0x86, 0xd8, 0x22, 0x31, 0xb6, 0xb2, 0x2d, 0x12, 0xcb, 0x66, 0x00, 0x94, 0x30, 0x2d, 0x88, 0xd7, 0x74, 0x57, 0x02, 0x25, 0xa4, 0x8b, 0x22, 0x12, 0xff, 0x83, 0x0f, 0x0c, 0xc3, 0xaf, 0x1e, 0x19, 0x09, 0xf0, 0x1c, 0xe8, 0xd0, 0xdc, 0x1c, 0x8f, 0x46, 0xb0, 0xa1, 0x06, 0x79, 0x8c, 0x15, 0x62, 0x7b, 0x25, 0x7a, 0xb9, 0x70, 0xa6, 0xa9, 0xa9, 0x01, 0x1a, 0xe2, 0x5a, 0x74, 0x4d, 0x13, 0xe0, 0xec, 0x68, 0x6b, 0x4b, 0xc8, 0x04, 0x54, 0xc1, 0x74, 0x76, 0x6a, 0x24, 0xd5, 0xda, 0xda, 0x00, 0xbb, 0xf7, 0x74, 0x38, 0x5d, 0x17, 0x82, 0x18, 0xc4, 0x50, 0xb4, 0x1c, 0xe7, 0xc4, 0x44, 0x0c, 0x50, 0x6e, 0x79, 0x63, 0x18, 0xce, 0x0f, 0x25, 0x24, 0xc7, 0x13, 0x94, 0x0f, 0x25, 0x7e, 0xf6, 0x16, 0xaf, 0x09, 0x30, 0xfd, 0xf9, 0x40, 0xb0, 0xcc, 0xb1, 0x80, 0xb2, 0x19, 0xa0, 0x50, 0x28, 0x48, 0x0d, 0xa7, 0xe4, 0xc9, 0x2b, 0xf2, 0xaf, 0xfd, 0xc5, 0xcf, 0x2f, 0xc2, 0x3f, 0x7c, 0xfd, 0x39, 0x58, 0x5b, 0x95, 0xad, 0xf7, 0xbe, 0xef, 0x00, 0xbc, 0xe7, 0xce, 0x03, 0x25, 0x87, 0x4f, 0xf3, 0xc5, 0xc7, 0x0e, 0xb9, 0x70, 0x02, 0x7c, 0x45, 0xed, 0xd5, 0xa4, 0x3d, 0x87, 0x69, 0x05, 0xce, 0x00, 0x69, 0x31, 0x25, 0xda, 0x0c, 0xf1, 0x04, 0xf1, 0x62, 0x25, 0x4f, 0x3e, 0xd0, 0x72, 0xc7, 0x02, 0xca, 0x66, 0x00, 0x52, 0x51, 0x3c, 0xcf, 0xa3, 0x64, 0xaa, 0xb1, 0x9d, 0x67, 0xd3, 0xd5, 0x35, 0x8f, 0x06, 0x59, 0xce, 0x77, 0xd1, 0x78, 0x34, 0x33, 0xea, 0xca, 0xe5, 0xf2, 0x0a, 0xe8, 0xa4, 0x97, 0x7d, 0x1c, 0xf5, 0xef, 0xd2, 0x59, 0x4a, 0x81, 0x2a, 0xf5, 0xa0, 0xbc, 0xe3, 0xc4, 0x22, 0xc2, 0x8d, 0xb0, 0x63, 0xd0, 0x04, 0xf5, 0x14, 0x9c, 0x3f, 0x37, 0x1f, 0x6d, 0xf8, 0x74, 0x80, 0x06, 0xb0, 0x18, 0x40, 0xab, 0x10, 0xe7, 0x8b, 0xf0, 0xa9, 0x34, 0x24, 0x72, 0xd2, 0x21, 0xd2, 0x4b, 0x25, 0x6d, 0x1e, 0x49, 0x6b, 0x69, 0xda, 0x8a, 0x66, 0x84, 0x96, 0xcd, 0x00, 0xb6, 0x95, 0xee, 0x32, 0x40, 0x48, 0xaa, 0x31, 0xaf, 0xb7, 0x7d, 0xe5, 0x2b, 0x37, 0xc0, 0xde, 0xbd, 0x9d, 0x21, 0xb3, 0xb7, 0xd4, 0xbd, 0x2e, 0x55, 0x9f, 0xa9, 0xba, 0x97, 0x79, 0x5f, 0x2f, 0xe7, 0x8c, 0xaf, 0x72, 0x26, 0xc2, 0xf0, 0xee, 0x68, 0xaa, 0xe3, 0xf0, 0xf7, 0x66, 0x67, 0xe7, 0xe0, 0xfe, 0xfb, 0xcf, 0xc2, 0xe4, 0xe4, 0x2e, 0x69, 0xe8, 0x04, 0x11, 0x3e, 0xeb, 0xd7, 0x33, 0x35, 0x83, 0xb8, 0x39, 0xc6, 0xba, 0xae, 0xa5, 0x52, 0x29, 0x56, 0x6d, 0x25, 0x12, 0x93, 0x3c, 0x78, 0x0e, 0xec, 0x6e, 0x77, 0xe5, 0x12, 0x76, 0xf9, 0x90, 0xc8, 0x81, 0x40, 0x73, 0xf9, 0xd0, 0x06, 0xb9, 0x8e, 0xd6, 0x72, 0x26, 0x4d, 0xc6, 0xa4, 0x68, 0xf0, 0xaa, 0x87, 0x40, 0x64, 0xa5, 0x73, 0x0e, 0x0e, 0x6b, 0x3a, 0xcb, 0x18, 0xc0, 0xd3, 0x76, 0xbc, 0x9a, 0x81, 0x6e, 0xae, 0xf4, 0x58, 0x19, 0x42, 0xaf, 0xc5, 0x8c, 0x2f, 0xcd, 0xe9, 0x82, 0x10, 0xfc, 0x77, 0x56, 0x05, 0x9b, 0x3c, 0x79, 0x91, 0xb5, 0x70, 0x9c, 0x9b, 0x87, 0xc7, 0x7f, 0xf5, 0x24, 0xab, 0xb2, 0x5a, 0xd7, 0xbd, 0x8e, 0x25, 0x93, 0x5a, 0x13, 0x5a, 0x34, 0x8f, 0x4d, 0x94, 0x94, 0x04, 0x07, 0x31, 0x80, 0xaa, 0xc0, 0x3e, 0xd8, 0x26, 0xa8, 0x0c, 0x12, 0x79, 0x6d, 0x80, 0x40, 0x8f, 0x96, 0x29, 0x77, 0xe7, 0xe6, 0x46, 0xb0, 0x70, 0xce, 0xab, 0x1f, 0x02, 0xc9, 0x37, 0x4b, 0x0b, 0xb4, 0x01, 0xe6, 0xa5, 0xc1, 0x13, 0x46, 0x1d, 0x08, 0x3d, 0x4c, 0x73, 0x94, 0x4f, 0xe8, 0xcb, 0x37, 0xe3, 0x2b, 0xb8, 0xad, 0x3a, 0x11, 0x34, 0x35, 0xea, 0xe5, 0xd2, 0xd4, 0x35, 0x76, 0xad, 0xa6, 0x5c, 0x85, 0x42, 0x11, 0x8c, 0x82, 0xe1, 0xa6, 0x14, 0xd8, 0x4e, 0x04, 0xde, 0xfa, 0x91, 0xa2, 0xf1, 0x56, 0x57, 0x0b, 0x97, 0x01, 0xc8, 0x3f, 0x5f, 0x3d, 0xce, 0x0f, 0xd7, 0x1c, 0xbc, 0xd3, 0xb9, 0x77, 0x56, 0x98, 0xca, 0x20, 0x16, 0x5b, 0x53, 0x2a, 0x5a, 0xa3, 0xac, 0x6e, 0x06, 0xa0, 0xa6, 0xb3, 0x72, 0xb5, 0x95, 0xae, 0xc4, 0x76, 0xa2, 0x06, 0xe0, 0xf5, 0xb6, 0x95, 0x10, 0x7a, 0x25, 0x50, 0xc7, 0x4b, 0xe4, 0xab, 0x91, 0xd0, 0xbd, 0xc3, 0xec, 0xc4, 0xc1, 0x11, 0x4e, 0xcf, 0x7d, 0x01, 0x02, 0xd1, 0x9c, 0xad, 0x1b, 0x5f, 0x78, 0x1d, 0x5c, 0x1a, 0x19, 0x83, 0x86, 0x78, 0x03, 0x23, 0x74, 0xa6, 0x81, 0x63, 0x56, 0xbb, 0x41, 0xcd, 0x86, 0x42, 0xdc, 0x15, 0xba, 0xb8, 0xb8, 0xe8, 0x30, 0x40, 0xa9, 0xec, 0xcf, 0xd2, 0xd9, 0xa1, 0xa5, 0x35, 0x07, 0xef, 0xaa, 0xe1, 0xd5, 0x00, 0x2a, 0x83, 0x58, 0x44, 0x0a, 0xba, 0x3d, 0x44, 0xef, 0xb2, 0x61, 0x00, 0x5f, 0xd3, 0xd9, 0x30, 0x0d, 0x60, 0x0f, 0x9f, 0x23, 0x08, 0x24, 0xe7, 0xc8, 0x2f, 0x0f, 0xa1, 0xd7, 0x6f, 0x98, 0x5d, 0xa5, 0x84, 0x5e, 0x7a, 0xac, 0x12, 0x79, 0x6d, 0x5c, 0x0d, 0x20, 0xd7, 0xd8, 0xb6, 0x34, 0x37, 0x43, 0x8b, 0x30, 0x79, 0xc5, 0xc5, 0xd4, 0xa6, 0x33, 0x11, 0x9c, 0x1b, 0xc2, 0xc4, 0x00, 0x96, 0x27, 0x48, 0x0b, 0xad, 0x14, 0xab, 0x14, 0x12, 0x79, 0xa3, 0xc6, 0x8e, 0x06, 0xf0, 0x66, 0x84, 0xaa, 0x12, 0xe2, 0x4c, 0x53, 0xb2, 0x01, 0xb8, 0x27, 0xf1, 0xb2, 0x70, 0x83, 0x7a, 0xfb, 0xee, 0x07, 0xda, 0x00, 0xa6, 0xb7, 0xe3, 0x82, 0xb1, 0xac, 0x84, 0x5e, 0x7a, 0xc6, 0x17, 0x94, 0x80, 0x4b, 0xc1, 0x7f, 0xe7, 0x27, 0x74, 0x0d, 0xe4, 0x2e, 0xd0, 0x61, 0x63, 0x95, 0xc2, 0x99, 0xc6, 0x4a, 0x11, 0xb6, 0x7e, 0x50, 0x26, 0x43, 0xfd, 0x74, 0x4c, 0x1f, 0xce, 0xf7, 0xb9, 0x42, 0xe9, 0x02, 0xc4, 0x40, 0xd2, 0x00, 0xe1, 0x9e, 0xa0, 0xda, 0x17, 0xc6, 0x93, 0x90, 0x63, 0x0c, 0x30, 0x5f, 0xda, 0x0d, 0xca, 0x3d, 0x57, 0x26, 0xfb, 0xbd, 0xfa, 0x8a, 0x16, 0xc6, 0x57, 0xe2, 0x05, 0x92, 0x47, 0x0f, 0x05, 0xcc, 0xdf, 0xa5, 0xa9, 0x2b, 0xd4, 0x2d, 0xd8, 0xba, 0xa9, 0x20, 0x19, 0xc1, 0x97, 0x07, 0xa1, 0x6b, 0x01, 0x03, 0x2c, 0x4c, 0x45, 0x5f, 0x7f, 0x53, 0x71, 0x9e, 0x72, 0x2b, 0xf5, 0xa8, 0xc6, 0xb5, 0x05, 0x81, 0x2c, 0x2d, 0x40, 0x2e, 0x55, 0x12, 0x22, 0x14, 0x5c, 0x13, 0x09, 0x9f, 0xcf, 0x32, 0x26, 0xc6, 0xe0, 0x1d, 0x97, 0x45, 0xa2, 0xf4, 0x46, 0x83, 0xcb, 0xe9, 0x00, 0x57, 0x2e, 0x24, 0x72, 0x7b, 0xfd, 0x6b, 0x12, 0xec, 0x0d, 0x73, 0x83, 0x16, 0x79, 0x46, 0x28, 0x1b, 0xb6, 0x2d, 0xb7, 0x46, 0xb9, 0x1c, 0xe2, 0x00, 0xf2, 0xf0, 0x39, 0x8f, 0x1b, 0x94, 0x13, 0x24, 0xf7, 0x07, 0xd3, 0x8d, 0x8c, 0xc7, 0x63, 0x52, 0x4f, 0xc8, 0xca, 0x09, 0x3d, 0xba, 0x91, 0x1b, 0xcc, 0x6c, 0x5a, 0x48, 0x3d, 0xaf, 0xf8, 0xf7, 0x46, 0xc8, 0x00, 0x0b, 0x50, 0x10, 0x7a, 0xd0, 0x28, 0x23, 0xf5, 0x1c, 0xde, 0xa0, 0x36, 0x86, 0x96, 0xeb, 0xd2, 0x65, 0x00, 0x72, 0x25, 0x73, 0x06, 0x98, 0x98, 0x98, 0x82, 0x0b, 0xe7, 0x06, 0x99, 0xa7, 0xa7, 0xa3, 0xa3, 0x9d, 0xf5, 0xdb, 0x6c, 0x6a, 0x4a, 0xc9, 0xb3, 0xb7, 0x74, 0xd9, 0x15, 0x6a, 0xd1, 0x96, 0x56, 0xa3, 0x2a, 0xb0, 0x60, 0x06, 0x92, 0x8c, 0xe0, 0xd0, 0x00, 0xba, 0xe9, 0x74, 0xe6, 0xb3, 0xe6, 0x8c, 0xc5, 0x56, 0xb4, 0x3f, 0x68, 0x25, 0x46, 0x70, 0xa0, 0x0d, 0x60, 0x18, 0x45, 0xc1, 0x03, 0x94, 0xb7, 0x6f, 0x80, 0xe1, 0xd1, 0x0e, 0xf5, 0x23, 0xf4, 0xf0, 0x49, 0x2b, 0xee, 0x2d, 0x90, 0x09, 0xb7, 0xf4, 0x94, 0x47, 0xef, 0x68, 0xa0, 0x30, 0xcd, 0xe1, 0x1f, 0x48, 0x61, 0x46, 0x9a, 0x20, 0x29, 0xfe, 0xbd, 0xe5, 0xde, 0x2c, 0x3a, 0x90, 0x82, 0xfb, 0xce, 0x8f, 0x1c, 0x7e, 0x96, 0xc5, 0x12, 0x7a, 0x7a, 0xbb, 0x85, 0xa9, 0x2b, 0x76, 0x6c, 0xc1, 0x74, 0xb3, 0xec, 0x65, 0x0d, 0x60, 0x4a, 0xd1, 0xe0, 0x7a, 0x15, 0xc6, 0x8b, 0x71, 0x80, 0xa0, 0x0e, 0x15, 0x1c, 0x1a, 0x99, 0xb6, 0x3d, 0x68, 0xda, 0x46, 0xb0, 0xa8, 0x01, 0x56, 0xbd, 0x1b, 0x14, 0xbc, 0x83, 0x27, 0xd8, 0xc5, 0xf5, 0x57, 0x58, 0x71, 0x55, 0x68, 0x35, 0x9d, 0x0d, 0x72, 0x61, 0x96, 0x26, 0x74, 0x75, 0xab, 0xf0, 0x60, 0x89, 0xec, 0xef, 0xdf, 0xe3, 0x8e, 0x18, 0x0a, 0x0a, 0x40, 0x05, 0x1b, 0xc0, 0x22, 0xb3, 0x7a, 0x67, 0x74, 0xf9, 0x99, 0xc0, 0x6f, 0x0b, 0xa8, 0x08, 0x5d, 0x53, 0x0e, 0xd9, 0x13, 0xb5, 0x92, 0x95, 0x62, 0x62, 0x38, 0x9a, 0xd4, 0xb4, 0x63, 0x08, 0xdb, 0x76, 0x6c, 0x81, 0x33, 0xa7, 0xce, 0x5b, 0xc4, 0x4f, 0x30, 0xc8, 0x76, 0x27, 0x8a, 0xc9, 0x65, 0x9a, 0x67, 0xfe, 0xae, 0x1f, 0x02, 0x55, 0x97, 0xf6, 0x1c, 0xa4, 0x15, 0x88, 0x86, 0xe9, 0x9c, 0x09, 0xea, 0x2e, 0x2e, 0x16, 0x21, 0x95, 0x8a, 0xfb, 0x89, 0x5f, 0x72, 0x83, 0x72, 0x23, 0x58, 0xbf, 0xbc, 0xdc, 0xa0, 0xa2, 0x95, 0x1e, 0x96, 0x0a, 0xc1, 0x47, 0x8f, 0x52, 0x5c, 0x46, 0x74, 0x8f, 0x8a, 0xaa, 0x3e, 0xd8, 0x20, 0xd6, 0x02, 0x5a, 0x85, 0x07, 0x4b, 0x51, 0xb9, 0x20, 0x3e, 0xa8, 0x77, 0xbf, 0x19, 0x60, 0x73, 0x44, 0xd7, 0x1c, 0x62, 0x67, 0x36, 0xd5, 0x3e, 0xc1, 0x0c, 0xa9, 0x29, 0x7b, 0xf7, 0xcb, 0xfb, 0xba, 0x44, 0xe1, 0x68, 0x00, 0xc1, 0x13, 0xb4, 0x79, 0xeb, 0x26, 0x18, 0xd8, 0xd4, 0x0f, 0xd9, 0xec, 0x82, 0x35, 0x7c, 0x02, 0xa1, 0x0e, 0x87, 0x97, 0xfc, 0xfb, 0xbd, 0x36, 0x40, 0x70, 0x3a, 0x44, 0xed, 0xb3, 0x43, 0xe9, 0x6b, 0x29, 0x25, 0x9a, 0x3a, 0x54, 0x70, 0x06, 0x50, 0xbb, 0x41, 0x5d, 0x66, 0x88, 0xc7, 0xe2, 0x4c, 0x03, 0xd0, 0xf9, 0xd8, 0x74, 0x72, 0xf9, 0x68, 0x00, 0xba, 0xd0, 0xa2, 0x17, 0x48, 0x4c, 0x85, 0xe0, 0x36, 0x00, 0x1f, 0x3c, 0xe1, 0x1d, 0xf0, 0xa0, 0x9a, 0xb4, 0x22, 0x63, 0xe7, 0xa0, 0xe9, 0x89, 0x66, 0x49, 0xbc, 0x6f, 0xe1, 0xfc, 0x72, 0x35, 0x47, 0xb0, 0x44, 0xf7, 0x1a, 0xc0, 0x51, 0x18, 0xd2, 0xdf, 0xfe, 0x30, 0xd8, 0x48, 0xf7, 0xce, 0x0c, 0xb0, 0xaa, 0xa4, 0xfc, 0xc3, 0xe7, 0x78, 0xf6, 0x64, 0x8b, 0x50, 0x7d, 0x67, 0xcd, 0xdf, 0x75, 0xb5, 0xa9, 0xae, 0x79, 0xdb, 0x0d, 0x1a, 0x15, 0x34, 0xc5, 0xad, 0x0c, 0x12, 0x91, 0x21, 0x9c, 0xcb, 0x59, 0x83, 0x07, 0x7b, 0x7b, 0x1b, 0x4b, 0xb8, 0x42, 0x0d, 0x76, 0xae, 0x2e, 0xd3, 0xc7, 0x78, 0x59, 0x64, 0xc3, 0xdb, 0xde, 0xf6, 0xb6, 0xc6, 0x6f, 0x7c, 0xe3, 0x1b, 0x8b, 0x97, 0x85, 0x1b, 0x34, 0x68, 0x00, 0x35, 0xb7, 0x01, 0xb8, 0x7b, 0x2c, 0x68, 0xd2, 0x8a, 0xdf, 0x1d, 0x68, 0x86, 0x10, 0x7a, 0x29, 0xcd, 0x01, 0x12, 0x0c, 0x51, 0x13, 0xaa, 0xba, 0xc5, 0x61, 0x39, 0x9a, 0x43, 0x55, 0xba, 0x10, 0xa5, 0xc3, 0x73, 0x54, 0x3b, 0xc3, 0xf2, 0x8d, 0xdb, 0x1a, 0x20, 0x9d, 0x0f, 0x9d, 0xb8, 0xc2, 0xdd, 0x8a, 0xfc, 0xeb, 0xc3, 0x13, 0xe2, 0xaa, 0x4f, 0x7b, 0x0e, 0x83, 0x44, 0x6e, 0x2c, 0x20, 0x2f, 0x41, 0x1e, 0x35, 0x1d, 0xd1, 0xac, 0xb0, 0x98, 0xa3, 0xf1, 0xe8, 0x37, 0xf3, 0x86, 0xc6, 0x99, 0x4c, 0x86, 0x84, 0xec, 0xea, 0x64, 0x00, 0xef, 0xf8, 0x51, 0x25, 0x04, 0x32, 0xd5, 0x36, 0x40, 0xf0, 0x6c, 0x5c, 0xd3, 0x27, 0x0d, 0xbd, 0x90, 0xc8, 0x0f, 0x75, 0xbc, 0x78, 0x5f, 0x1e, 0xf6, 0xe6, 0x65, 0x82, 0x28, 0x2e, 0x51, 0x6e, 0xbc, 0x45, 0xd5, 0x1c, 0xa2, 0xc1, 0x1b, 0xae, 0x39, 0x54, 0xbd, 0xfb, 0xb5, 0x00, 0x18, 0x64, 0x32, 0x23, 0x98, 0x6b, 0x00, 0xb1, 0xc2, 0x8a, 0xce, 0x8f, 0x5a, 0x0e, 0x52, 0x63, 0x2c, 0xf2, 0xfe, 0x34, 0x37, 0x37, 0xb1, 0x9e, 0x9b, 0x96, 0x11, 0xac, 0x76, 0x83, 0x5a, 0x1d, 0xaa, 0xf5, 0x1a, 0xe0, 0xfc, 0xd2, 0x9a, 0xc3, 0x12, 0x76, 0xa6, 0x75, 0xef, 0xcd, 0x92, 0xde, 0x44, 0x16, 0xb3, 0xb0, 0x7a, 0x84, 0x5a, 0xd1, 0xe0, 0x6c, 0x36, 0xcb, 0x3e, 0xcb, 0xe7, 0xf3, 0x44, 0x63, 0xe3, 0x97, 0x89, 0x11, 0xec, 0x81, 0x40, 0x7c, 0xf0, 0x84, 0xa7, 0xeb, 0x72, 0x69, 0x42, 0x57, 0xbb, 0x17, 0x45, 0xb7, 0x65, 0x30, 0xbc, 0x10, 0xfd, 0xf3, 0xa6, 0xe2, 0x58, 0x5e, 0x6d, 0x60, 0x06, 0x68, 0x8e, 0x52, 0x93, 0x56, 0x54, 0xf1, 0x00, 0xd5, 0x30, 0x0d, 0x33, 0x30, 0xd5, 0xc2, 0x62, 0x30, 0xb5, 0x2d, 0x40, 0x44, 0x91, 0xc9, 0x2c, 0xb0, 0x18, 0x0a, 0x79, 0x6f, 0x44, 0x2f, 0x10, 0xad, 0x53, 0x27, 0xce, 0xb0, 0xb1, 0x43, 0xd4, 0x6f, 0xd3, 0xb2, 0x01, 0x1a, 0x20, 0xbf, 0xd4, 0x20, 0x4c, 0x5d, 0x31, 0x9d, 0x02, 0x13, 0xd7, 0x08, 0x36, 0x4b, 0xe0, 0xfd, 0xca, 0xab, 0xc0, 0xbc, 0xfb, 0xb8, 0xb1, 0x80, 0x7c, 0x38, 0x8a, 0x00, 0x4b, 0x28, 0x9a, 0x31, 0x17, 0xfe, 0x70, 0x4f, 0x90, 0x97, 0xc6, 0x56, 0x15, 0x03, 0xe0, 0x45, 0xd5, 0xee, 0xb9, 0xe7, 0x9e, 0x16, 0x2e, 0x5d, 0xfc, 0xbd, 0xf7, 0x8b, 0x01, 0x83, 0x27, 0x82, 0x87, 0x33, 0x07, 0x79, 0x42, 0xfc, 0x53, 0x17, 0x83, 0xe1, 0x53, 0x30, 0x43, 0xc9, 0x5e, 0x17, 0x35, 0x13, 0x78, 0x35, 0x87, 0x5f, 0x5a, 0x87, 0x19, 0xaf, 0xa2, 0xc7, 0x27, 0xba, 0x96, 0xb1, 0x5e, 0xa3, 0xa4, 0xc3, 0xeb, 0xb4, 0x60, 0xcf, 0xe1, 0xcd, 0x32, 0xe2, 0xe7, 0x0c, 0x1b, 0x8b, 0x35, 0x4a, 0xb6, 0x14, 0xf3, 0x3e, 0x74, 0xb4, 0x81, 0x3e, 0xa8, 0xdb, 0x13, 0x57, 0xf0, 0x5a, 0x1b, 0x76, 0x5f, 0x7d, 0xd3, 0x9d, 0xba, 0xe2, 0x1f, 0x3b, 0x64, 0x44, 0x4e, 0x85, 0x28, 0x17, 0x12, 0x79, 0x35, 0x07, 0x87, 0xbb, 0xf3, 0x21, 0x0c, 0xc0, 0xa1, 0x91, 0x9c, 0x0f, 0x24, 0x33, 0xed, 0xaa, 0x65, 0x80, 0xbb, 0xef, 0xbe, 0xbb, 0x29, 0x66, 0xb3, 0x2a, 0x5d, 0x54, 0xcb, 0x7a, 0x07, 0xf5, 0xfc, 0xdd, 0x79, 0x75, 0xd7, 0xe5, 0xe8, 0xfd, 0xf2, 0x4d, 0xc9, 0x5d, 0x1a, 0x55, 0x73, 0x84, 0xf9, 0xeb, 0xc3, 0xa4, 0x75, 0xf0, 0x00, 0x0b, 0xad, 0xa4, 0x17, 0x49, 0x0d, 0x71, 0x54, 0xe7, 0x47, 0x03, 0xea, 0xe6, 0xd9, 0x90, 0x3a, 0x22, 0xfa, 0xc5, 0xc5, 0x25, 0x0f, 0xa1, 0x89, 0x46, 0xa1, 0xe1, 0x5c, 0x47, 0x2e, 0x54, 0x7a, 0xfb, 0xba, 0xa1, 0xad, 0xfd, 0x06, 0x98, 0x9d, 0x9e, 0x65, 0xde, 0x93, 0x64, 0x2a, 0xc9, 0xc6, 0x90, 0x8a, 0x9d, 0xa4, 0x74, 0x3d, 0xba, 0x11, 0x5c, 0x0b, 0x48, 0x24, 0x1e, 0xda, 0x61, 0x80, 0xf9, 0x68, 0x19, 0xa1, 0x6e, 0x30, 0x4c, 0xf7, 0xc6, 0x02, 0xda, 0x56, 0xab, 0x06, 0x68, 0xf5, 0x49, 0x7f, 0x87, 0xf8, 0xd5, 0x6d, 0xc7, 0x49, 0x18, 0x95, 0x1a, 0x32, 0xa1, 0x92, 0xe8, 0x41, 0x04, 0xe7, 0x67, 0x14, 0x2f, 0x8e, 0xf6, 0xfa, 0xeb, 0x65, 0x69, 0x1d, 0xe5, 0x5c, 0xc4, 0x99, 0xbe, 0xee, 0x64, 0x96, 0xd2, 0x31, 0x03, 0xaf, 0x67, 0x8b, 0x1e, 0x29, 0x50, 0x95, 0x4e, 0xcf, 0xc3, 0xf4, 0x34, 0x11, 0x7e, 0x5a, 0x1a, 0x47, 0x1a, 0x16, 0xa1, 0x55, 0x75, 0x5c, 0xa6, 0x45, 0x13, 0x57, 0x1a, 0xd7, 0xf7, 0xfa, 0x18, 0x8b, 0x13, 0x93, 0xe6, 0xa9, 0xb1, 0xb5, 0xa0, 0x94, 0x56, 0x56, 0x79, 0x63, 0xb9, 0x90, 0x88, 0xef, 0xeb, 0xe6, 0x03, 0x15, 0x02, 0x63, 0x00, 0xb2, 0x83, 0xc1, 0x62, 0x8b, 0x98, 0x1e, 0x5b, 0xb1, 0x59, 0x61, 0x65, 0x31, 0x80, 0x38, 0x78, 0x82, 0xfb, 0x6e, 0x4d, 0x85, 0x0b, 0xd4, 0x52, 0x83, 0xf2, 0xf0, 0x39, 0x77, 0x08, 0xb4, 0x09, 0x51, 0x22, 0xbb, 0x61, 0x41, 0x2a, 0xbf, 0xb4, 0x17, 0x8d, 0x65, 0xd3, 0x97, 0xa2, 0xe0, 0xdd, 0x27, 0xdc, 0x35, 0xa9, 0xf9, 0x02, 0x67, 0xa5, 0x20, 0x8e, 0x3f, 0xba, 0x6d, 0xb0, 0xbe, 0xfd, 0xb4, 0xcd, 0xcf, 0x67, 0x25, 0xcd, 0xa8, 0xca, 0xcb, 0x89, 0x32, 0x77, 0x2b, 0xc8, 0x9d, 0x48, 0x24, 0x54, 0x14, 0x20, 0x90, 0x37, 0x19, 0x0e, 0x59, 0xd0, 0x29, 0x8c, 0xaf, 0x64, 0xf8, 0x45, 0x54, 0x17, 0xa9, 0x05, 0x77, 0xfd, 0x10, 0x28, 0xc8, 0x1b, 0x64, 0x75, 0x88, 0xe3, 0x10, 0x48, 0xce, 0x08, 0x5d, 0xce, 0x60, 0x58, 0xd9, 0x1a, 0x80, 0x17, 0x5b, 0xf8, 0x5d, 0xa0, 0xde, 0x7a, 0x60, 0x51, 0x03, 0xa8, 0x5c, 0x9b, 0x61, 0xa9, 0x05, 0xd1, 0x82, 0x54, 0x5e, 0x2f, 0x91, 0x6a, 0x6c, 0x90, 0x6c, 0x0b, 0x68, 0x25, 0xfc, 0xf3, 0x9a, 0xc2, 0x06, 0x09, 0x1e, 0x94, 0x21, 0xbf, 0xd6, 0xd8, 0xa4, 0x96, 0x89, 0x89, 0x59, 0x36, 0x83, 0x57, 0x4c, 0x0b, 0x89, 0x02, 0x41, 0xbc, 0xbb, 0x48, 0x25, 0x86, 0x02, 0xf1, 0x93, 0xab, 0x70, 0x06, 0x21, 0x10, 0x79, 0x76, 0x68, 0xe2, 0x0a, 0x35, 0x25, 0xe3, 0xde, 0x14, 0xb0, 0x7f, 0xbb, 0xec, 0x05, 0xb2, 0x62, 0x07, 0xde, 0xe8, 0x7a, 0x79, 0x38, 0x3f, 0x1a, 0x24, 0xa2, 0x4e, 0x1f, 0x62, 0xf0, 0x2e, 0xcc, 0x15, 0xca, 0x5d, 0xe6, 0xb4, 0x4f, 0x7c, 0x05, 0xf3, 0x81, 0x2a, 0x82, 0x40, 0x81, 0x1e, 0x20, 0x09, 0x02, 0x2d, 0x49, 0xae, 0x31, 0x2f, 0xc6, 0x16, 0x8d, 0xdc, 0x60, 0x4d, 0xa0, 0x29, 0x35, 0x47, 0x50, 0xec, 0x20, 0xaa, 0x2d, 0xe0, 0x87, 0x52, 0x9a, 0x82, 0xd0, 0xa3, 0x32, 0xa4, 0x25, 0xed, 0x89, 0xe8, 0x33, 0x99, 0xc5, 0x08, 0xd2, 0x3d, 0x9a, 0x51, 0x29, 0x05, 0xc2, 0xec, 0x73, 0x58, 0x5c, 0x58, 0x84, 0xc7, 0x1f, 0x7b, 0x92, 0xe1, 0xff, 0x75, 0x5d, 0x9d, 0xd0, 0x8e, 0x46, 0x31, 0xf3, 0xa0, 0x90, 0xf4, 0x14, 0xca, 0x1e, 0x39, 0x03, 0x88, 0xae, 0x50, 0x00, 0xbd, 0x42, 0xc2, 0x8e, 0xae, 0x39, 0x12, 0x09, 0xdd, 0xf1, 0x5c, 0x95, 0xea, 0xf3, 0xe4, 0x34, 0x22, 0x33, 0xc1, 0x99, 0x1e, 0x23, 0xb8, 0xa2, 0x57, 0xa7, 0x06, 0xa0, 0x82, 0x78, 0x9e, 0xd3, 0xee, 0x4f, 0x85, 0x76, 0x63, 0x00, 0xac, 0x86, 0xd5, 0xc6, 0x81, 0xfe, 0x6a, 0x30, 0x39, 0x4b, 0x52, 0x85, 0xa3, 0xfd, 0xee, 0x44, 0xf5, 0x98, 0x50, 0x35, 0x0c, 0x02, 0x9f, 0x84, 0x0f, 0x4f, 0x9d, 0x10, 0xff, 0x2e, 0x7a, 0xd4, 0x98, 0x70, 0x37, 0x0d, 0x9d, 0x1e, 0x1d, 0x9d, 0x84, 0x7c, 0xbe, 0x18, 0x20, 0xe9, 0x2b, 0x37, 0x2a, 0x7d, 0x1a, 0x00, 0xac, 0xe1, 0x1e, 0xc5, 0x42, 0xd1, 0x49, 0x1b, 0xa0, 0xdf, 0x50, 0x2c, 0x58, 0x9d, 0x2c, 0x98, 0x5f, 0xdd, 0xd6, 0xc8, 0xdc, 0x15, 0xca, 0x03, 0x4b, 0x94, 0xa3, 0x63, 0x75, 0xab, 0xa8, 0x8c, 0xb0, 0xc3, 0x6d, 0x02, 0x85, 0x17, 0x28, 0x5d, 0x28, 0xf9, 0x4b, 0x99, 0x86, 0x14, 0xe0, 0xb4, 0x58, 0x18, 0xbf, 0x9c, 0xcd, 0xb1, 0xca, 0xd6, 0x00, 0x5e, 0x1b, 0x40, 0x32, 0x6a, 0x84, 0x26, 0x57, 0xae, 0x06, 0x90, 0xe7, 0x5d, 0x89, 0x93, 0xcd, 0xfd, 0x06, 0xa6, 0x77, 0xd6, 0xae, 0xd7, 0xb0, 0x55, 0xa7, 0x19, 0x87, 0x0d, 0x9c, 0x0e, 0xf6, 0xfd, 0x6b, 0x0a, 0xad, 0xe4, 0x25, 0x7a, 0x75, 0x2a, 0x04, 0xc1, 0x9c, 0xb1, 0xb1, 0x49, 0x7b, 0x1a, 0xa3, 0x56, 0x73, 0x3f, 0x3b, 0x1f, 0xcd, 0x44, 0xbf, 0xcb, 0xaa, 0xab, 0x28, 0x42, 0x63, 0x63, 0x0c, 0x9a, 0x5a, 0x9a, 0xe0, 0xfa, 0x9b, 0x0e, 0xc2, 0xa5, 0xd1, 0x71, 0x87, 0x68, 0x28, 0x17, 0x28, 0xc6, 0x20, 0x0e, 0x09, 0x20, 0xbb, 0xdd, 0xa0, 0xed, 0x09, 0x72, 0xfb, 0x6d, 0x9a, 0x82, 0x26, 0xac, 0x5f, 0x61, 0x3c, 0xd7, 0x00, 0x41, 0x85, 0xf1, 0xb2, 0x1b, 0x54, 0xc8, 0x07, 0x8a, 0xc7, 0x24, 0xc3, 0x7d, 0xd5, 0x6a, 0x00, 0x10, 0x66, 0x6f, 0xf9, 0xf2, 0x80, 0x84, 0x42, 0x67, 0x5a, 0x19, 0xc7, 0x0d, 0xaa, 0x29, 0xa4, 0x7b, 0x90, 0x81, 0xa9, 0x85, 0xe2, 0x7d, 0x51, 0xa2, 0x47, 0x9d, 0xda, 0xa8, 0x66, 0x30, 0x2d, 0x90, 0xd0, 0xfd, 0x9e, 0x0a, 0xf7, 0x3c, 0x68, 0xe8, 0xf4, 0xa5, 0x4b, 0x53, 0x02, 0xe1, 0xeb, 0x91, 0x25, 0x68, 0xb9, 0xc4, 0x66, 0xd5, 0x05, 0x10, 0x03, 0x68, 0x2c, 0x16, 0x90, 0x6c, 0xb4, 0xe2, 0x02, 0xd4, 0x85, 0x7b, 0xfb, 0xce, 0x66, 0x65, 0xbb, 0x41, 0xab, 0x35, 0xbd, 0x35, 0x7f, 0x57, 0x1c, 0x0e, 0x6e, 0x45, 0x83, 0x35, 0xa8, 0x45, 0xda, 0x73, 0x98, 0xe6, 0x70, 0x20, 0xd0, 0x5c, 0x3e, 0x94, 0xf8, 0x39, 0x64, 0x76, 0x33, 0x42, 0x7d, 0x1a, 0x60, 0x75, 0xda, 0x00, 0xe2, 0x89, 0x59, 0x1a, 0x40, 0x97, 0xac, 0x7a, 0xbe, 0xa8, 0x12, 0x8c, 0x9a, 0x4c, 0xd1, 0x85, 0x27, 0xc3, 0xa8, 0x54, 0x6a, 0x81, 0xdf, 0xcb, 0x22, 0xa7, 0x3b, 0xf0, 0xf4, 0x84, 0x60, 0x63, 0x54, 0x9d, 0x5a, 0x50, 0x0e, 0x83, 0x89, 0x0c, 0xe2, 0x35, 0xa8, 0xb3, 0xd9, 0x1c, 0x9b, 0xbf, 0x6b, 0x8d, 0x21, 0xd5, 0x96, 0xa9, 0xdb, 0x9a, 0x65, 0x07, 0x14, 0x0a, 0x3a, 0x2b, 0x8e, 0xef, 0xee, 0x6d, 0x0c, 0xf4, 0x04, 0xb9, 0xd7, 0xdf, 0xed, 0x07, 0x24, 0x16, 0xc5, 0x90, 0x06, 0xa0, 0xc6, 0x5f, 0xe1, 0xbe, 0xff, 0xea, 0x0b, 0x66, 0x5c, 0x0d, 0x50, 0x08, 0x25, 0x7e, 0xf0, 0xb8, 0xcd, 0x63, 0xf1, 0xb8, 0xb7, 0x37, 0xd0, 0xe5, 0xa1, 0x01, 0x24, 0x2f, 0x90, 0xf0, 0x83, 0xb8, 0x04, 0x20, 0xec, 0xc9, 0xeb, 0x05, 0xca, 0x29, 0x0a, 0x91, 0x7d, 0xea, 0x5a, 0x80, 0x46, 0x30, 0x1d, 0x6c, 0xad, 0xca, 0xbd, 0x09, 0xd6, 0x0e, 0xa6, 0xd2, 0x16, 0xe0, 0x12, 0x52, 0x6e, 0x64, 0x55, 0x64, 0x23, 0x48, 0xa7, 0xa6, 0xd2, 0xf6, 0xf7, 0xe9, 0x35, 0x20, 0xec, 0xe8, 0xd8, 0xdb, 0xe7, 0x0a, 0xb5, 0x4f, 0x9d, 0x22, 0xc8, 0x8b, 0x0b, 0x39, 0x46, 0x34, 0xac, 0x3b, 0x44, 0x43, 0xcc, 0xf1, 0x3a, 0xa9, 0xe6, 0xef, 0x2e, 0x2d, 0x15, 0x51, 0x28, 0x19, 0x25, 0x88, 0xda, 0x8c, 0x80, 0xf3, 0xcd, 0x50, 0xcd, 0xc1, 0xb3, 0x70, 0x69, 0x82, 0x25, 0x41, 0x37, 0xee, 0x15, 0x52, 0x4e, 0xbb, 0x11, 0x9a, 0x24, 0x30, 0x18, 0x17, 0x93, 0x1a, 0x7c, 0xb5, 0xae, 0x56, 0x0d, 0x20, 0xbb, 0x41, 0x35, 0x75, 0x26, 0x68, 0xc6, 0xa9, 0x06, 0x23, 0x83, 0x2d, 0xae, 0x68, 0x58, 0xa5, 0x05, 0x66, 0x61, 0x7a, 0xa5, 0x7e, 0x58, 0xd1, 0x8c, 0x2a, 0xb9, 0xce, 0x6f, 0xd8, 0x6a, 0xbe, 0x09, 0xee, 0xaa, 0x73, 0xf1, 0x1e, 0x6b, 0x7a, 0x7a, 0x0e, 0xe1, 0xce, 0xa4, 0x9d, 0xa3, 0xae, 0x45, 0xaa, 0x93, 0xad, 0xb5, 0x51, 0x29, 0x31, 0x80, 0xfd, 0x73, 0xce, 0x9d, 0xbd, 0x00, 0x17, 0xce, 0x5d, 0x84, 0xae, 0xee, 0x75, 0x6c, 0xfe, 0x6e, 0x73, 0x6b, 0x33, 0xa4, 0x52, 0x49, 0x2b, 0xb7, 0x86, 0xbb, 0x42, 0x3d, 0x85, 0xe6, 0x47, 0x8e, 0xcc, 0xc1, 0xe9, 0xd3, 0x06, 0x2c, 0xe7, 0xca, 0x64, 0x0a, 0xd0, 0x46, 0x73, 0x02, 0x02, 0x35, 0x96, 0xe9, 0x04, 0x51, 0x63, 0xba, 0x2f, 0x17, 0xa8, 0x6d, 0xd5, 0x6b, 0x00, 0xbf, 0x1b, 0xd4, 0xf0, 0xc5, 0x00, 0x48, 0xf5, 0x5a, 0xe3, 0x6f, 0x4c, 0x25, 0xb6, 0x16, 0xe7, 0xf0, 0x8a, 0x71, 0x01, 0x7f, 0xdd, 0xae, 0x97, 0xc8, 0x35, 0x85, 0x26, 0x08, 0x82, 0x48, 0x2a, 0x48, 0x24, 0x27, 0xda, 0x89, 0x19, 0xa3, 0xd4, 0x78, 0x6a, 0x78, 0x78, 0x82, 0x05, 0xb0, 0xac, 0x73, 0xac, 0x2f, 0xce, 0x0f, 0xdb, 0xc7, 0x99, 0xbe, 0x28, 0x60, 0xea, 0xe1, 0xa1, 0x51, 0x6b, 0xe6, 0xae, 0x61, 0x95, 0x42, 0x9a, 0x76, 0x81, 0x3c, 0x2f, 0x8b, 0xe4, 0xda, 0x4c, 0xd4, 0x00, 0x3d, 0xbd, 0x09, 0x58, 0xcc, 0x35, 0x2f, 0x1b, 0xf1, 0x6f, 0xdf, 0xde, 0x0a, 0x2d, 0xad, 0xf1, 0x12, 0xe9, 0xd0, 0x9c, 0x61, 0x2d, 0x61, 0x2a, 0x32, 0xc0, 0xaa, 0x0d, 0x84, 0x71, 0xce, 0xe4, 0x1a, 0x40, 0xd7, 0xd5, 0x3d, 0x81, 0x78, 0x4f, 0x50, 0x92, 0x60, 0x72, 0xf7, 0x68, 0x08, 0x21, 0x46, 0xd9, 0xf5, 0x29, 0xfb, 0xf9, 0x35, 0xf0, 0x06, 0xce, 0x82, 0x23, 0xca, 0x5a, 0x88, 0x2d, 0xc1, 0xbf, 0x97, 0x13, 0xbe, 0x0c, 0xcd, 0xd2, 0xe9, 0x2c, 0x73, 0x6b, 0x12, 0x31, 0x95, 0xc6, 0xf9, 0x95, 0x13, 0x76, 0x54, 0xcd, 0xc1, 0x69, 0x42, 0xac, 0x0a, 0xbb, 0xfa, 0xe0, 0x01, 0x38, 0x7b, 0xe6, 0xbc, 0xe5, 0x02, 0xb5, 0xeb, 0x00, 0x34, 0x8f, 0x11, 0x1f, 0xf3, 0x64, 0x84, 0xbe, 0xed, 0xed, 0xdb, 0xe1, 0xc6, 0x9b, 0xae, 0x0f, 0xf7, 0xcc, 0x84, 0xd8, 0x17, 0x41, 0x38, 0x3e, 0x8c, 0xb8, 0x4b, 0xa2, 0x09, 0xb3, 0xe8, 0xd6, 0x2c, 0xc4, 0x2f, 0x93, 0x6c, 0xd0, 0x92, 0x1a, 0xc0, 0xfe, 0xdd, 0x73, 0xf6, 0x5c, 0x2a, 0xf2, 0x62, 0x58, 0x1a, 0x40, 0x86, 0x1e, 0x5e, 0xa9, 0x1b, 0xc6, 0x20, 0xae, 0xcb, 0x53, 0x53, 0x48, 0x74, 0x0d, 0xc2, 0x3a, 0x3e, 0xa8, 0xa7, 0xac, 0x6b, 0x3e, 0x06, 0xa3, 0xfc, 0x9c, 0xb1, 0xb1, 0x29, 0x98, 0x9d, 0xcd, 0x84, 0x7a, 0x77, 0xea, 0x31, 0x64, 0x3a, 0x8c, 0xc1, 0xe2, 0x71, 0x7f, 0x3a, 0x44, 0x53, 0x4b, 0x0a, 0xf6, 0x5f, 0x75, 0x85, 0x8f, 0x60, 0x0d, 0xa7, 0xd7, 0x8e, 0xeb, 0x06, 0x75, 0x6d, 0x80, 0xa5, 0x65, 0x21, 0xfe, 0x72, 0x19, 0x84, 0xd7, 0x5f, 0x70, 0x6d, 0x25, 0xcc, 0x0a, 0xbb, 0x8c, 0x92, 0xe1, 0xf8, 0x67, 0x45, 0x37, 0xb4, 0x3d, 0x37, 0xe7, 0x06, 0xc1, 0x48, 0x4b, 0x78, 0x1b, 0x62, 0xf9, 0x93, 0xd9, 0xc2, 0x7b, 0x05, 0x79, 0x09, 0x2e, 0xa8, 0x1b, 0x04, 0x97, 0xe8, 0x2e, 0xb4, 0xd2, 0x02, 0x6d, 0x01, 0xae, 0x69, 0x96, 0x96, 0x0a, 0x4c, 0xea, 0x53, 0x91, 0x49, 0x69, 0xb8, 0x53, 0x59, 0xcf, 0x9c, 0x4a, 0x35, 0x07, 0x17, 0x8a, 0xdc, 0xab, 0x12, 0x3e, 0x7f, 0x57, 0x1e, 0x40, 0x2d, 0x7a, 0x55, 0x96, 0x72, 0x4b, 0xab, 0x8e, 0xf8, 0xb9, 0xe3, 0x84, 0xae, 0x39, 0x65, 0x83, 0x72, 0xa1, 0x6a, 0x33, 0x40, 0xf2, 0xd0, 0xa1, 0x43, 0x89, 0xfb, 0xee, 0xbb, 0x6f, 0x69, 0xb5, 0x31, 0x80, 0x54, 0x0d, 0x26, 0xd7, 0x03, 0x8b, 0xb5, 0x00, 0x3c, 0x08, 0x66, 0x2a, 0xf3, 0xf6, 0x2b, 0xa9, 0xdb, 0x55, 0x79, 0x70, 0x64, 0x1b, 0x42, 0x94, 0x86, 0xfe, 0xbb, 0xea, 0x6f, 0xa4, 0xab, 0xa1, 0xa1, 0x96, 0x45, 0x43, 0x77, 0xba, 0xa4, 0x87, 0xa7, 0x1a, 0xc2, 0x2e, 0xbf, 0xe4, 0x50, 0x1c, 0x3c, 0xc7, 0x21, 0x65, 0xf4, 0xf9, 0xbb, 0x9c, 0x01, 0x44, 0x0d, 0x90, 0x53, 0x30, 0x40, 0x4d, 0x89, 0xba, 0x42, 0x68, 0x64, 0x7a, 0x5a, 0x24, 0x12, 0x4d, 0xf1, 0xe0, 0xdd, 0xd4, 0xd4, 0x14, 0x09, 0xdb, 0xc9, 0x55, 0x07, 0x81, 0x24, 0x0d, 0xe0, 0xe0, 0x7b, 0x53, 0xca, 0x05, 0x9a, 0x9f, 0x73, 0xeb, 0x81, 0xfd, 0xd1, 0x58, 0x4d, 0xaa, 0xdb, 0xf5, 0x5f, 0x24, 0xff, 0x6b, 0x19, 0xd6, 0xb8, 0x84, 0x52, 0x2a, 0x77, 0xc7, 0xeb, 0xbe, 0x13, 0xa3, 0xb9, 0x14, 0xd4, 0x9a, 0x9d, 0x9d, 0x07, 0x9e, 0x87, 0x5f, 0x5f, 0x9c, 0x5f, 0x59, 0x17, 0x06, 0x67, 0x02, 0xbb, 0xc7, 0x0d, 0xaa, 0x5a, 0x45, 0x26, 0x80, 0xb8, 0x06, 0x90, 0x3b, 0x2e, 0x2f, 0x2c, 0x2c, 0x38, 0xcd, 0x72, 0x57, 0x02, 0xef, 0xab, 0x8e, 0xc5, 0x67, 0x03, 0xf3, 0xb9, 0xd2, 0xe4, 0x0a, 0x15, 0xed, 0x45, 0xa4, 0xaf, 0xd5, 0xc7, 0x00, 0xea, 0x64, 0x38, 0xd3, 0x17, 0x07, 0x70, 0xa3, 0xc0, 0xa6, 0x22, 0x0f, 0x48, 0x8d, 0xdf, 0x65, 0x06, 0xf1, 0x26, 0x9d, 0x69, 0x42, 0x61, 0x8c, 0x26, 0x24, 0xc7, 0x05, 0x31, 0x8d, 0x37, 0xdf, 0x48, 0xcc, 0x11, 0x32, 0x99, 0x6f, 0x9f, 0x82, 0x5b, 0x2a, 0xa9, 0x5f, 0x8f, 0x9e, 0x39, 0x95, 0x6a, 0x0e, 0x87, 0x01, 0xe6, 0x23, 0x74, 0x5b, 0x33, 0x5c, 0x15, 0xab, 0x7b, 0xf2, 0xeb, 0xa9, 0x8d, 0xca, 0xec, 0x6c, 0x3a, 0x32, 0xf1, 0x43, 0x9d, 0x20, 0x8f, 0x4f, 0x9a, 0xb6, 0xb4, 0x43, 0x4b, 0x4b, 0xdc, 0xa1, 0x27, 0x4f, 0x77, 0xf1, 0x65, 0xb1, 0x03, 0x6a, 0x67, 0x04, 0x1b, 0xfe, 0x40, 0x18, 0xe5, 0x87, 0xfb, 0xd3, 0x0e, 0xd4, 0xf8, 0x5d, 0x66, 0x10, 0x33, 0xa0, 0x25, 0x8a, 0x26, 0xfd, 0x5d, 0xa9, 0xfe, 0x3c, 0xa2, 0x17, 0x89, 0xb4, 0x08, 0xa5, 0x30, 0x5c, 0xba, 0x34, 0xc3, 0x1e, 0xc3, 0x24, 0x72, 0x3d, 0x7a, 0xe6, 0x54, 0xc2, 0x60, 0xbe, 0xb1, 0x43, 0x41, 0x18, 0x5e, 0x01, 0x81, 0x44, 0x37, 0x28, 0xc1, 0x8a, 0x4c, 0x26, 0x13, 0x4d, 0x52, 0xd7, 0x50, 0x3b, 0x84, 0x8d, 0xbd, 0x25, 0x06, 0xa5, 0x09, 0xf7, 0xe2, 0xae, 0xa4, 0xa9, 0x04, 0x0d, 0x61, 0xae, 0x2a, 0x06, 0xb8, 0xeb, 0xae, 0xbb, 0x1a, 0xa9, 0x67, 0x0b, 0xc7, 0x6b, 0x74, 0x91, 0xf9, 0xcd, 0xf4, 0x15, 0xc3, 0x08, 0xe5, 0x90, 0xc1, 0xbe, 0x7c, 0xd7, 0x16, 0x50, 0x41, 0x1d, 0xb5, 0x44, 0x0f, 0xeb, 0xcf, 0xa3, 0x05, 0x78, 0x7e, 0x4c, 0xfb, 0xe2, 0x5a, 0xb9, 0xfa, 0xa4, 0x01, 0xa2, 0xd4, 0xc8, 0xd6, 0xba, 0x67, 0x4e, 0xf9, 0x9a, 0x03, 0x7c, 0x46, 0x70, 0x10, 0xf1, 0x5b, 0x53, 0x57, 0x0c, 0x09, 0x5e, 0x88, 0x10, 0x88, 0xbc, 0x40, 0xb9, 0x85, 0xc5, 0x52, 0x32, 0x3f, 0xd2, 0x12, 0xbd, 0x7d, 0x91, 0x98, 0x49, 0x21, 0x5c, 0x68, 0xb6, 0x71, 0x6b, 0x6b, 0x3b, 0x24, 0x59, 0xba, 0x86, 0x95, 0x19, 0x3a, 0x3c, 0x3c, 0x24, 0x09, 0x51, 0xfc, 0x0d, 0x53, 0xab, 0x4d, 0x03, 0xb4, 0x05, 0x7a, 0x80, 0x4c, 0xf9, 0x66, 0xb8, 0x83, 0x31, 0x74, 0x5f, 0xbb, 0x42, 0x59, 0x03, 0x68, 0x1e, 0x43, 0x4e, 0x0b, 0x60, 0x02, 0xd3, 0xa7, 0x09, 0x5c, 0x1f, 0xbe, 0x16, 0xd8, 0x6c, 0x0a, 0x9c, 0xcc, 0xd4, 0x05, 0x56, 0x8b, 0xcb, 0xbb, 0x32, 0x2c, 0x87, 0x01, 0x5b, 0x0b, 0xcd, 0xe1, 0x94, 0x18, 0xa6, 0xa3, 0x0d, 0x9f, 0xe6, 0x2f, 0x63, 0x9e, 0xb1, 0x43, 0x14, 0x27, 0xb8, 0xfe, 0x86, 0x1b, 0x95, 0x14, 0x6f, 0x2a, 0xae, 0x2f, 0x7f, 0x37, 0x37, 0x78, 0x11, 0x72, 0x67, 0xce, 0xc0, 0xc2, 0xe9, 0x33, 0xb0, 0x78, 0xee, 0x1c, 0x2c, 0x9e, 0x39, 0x0b, 0xc5, 0x74, 0x1a, 0x8c, 0x6c, 0x16, 0x0a, 0xe9, 0x39, 0x30, 0x50, 0x62, 0x9b, 0xf9, 0x3c, 0xc4, 0x5a, 0x5b, 0x21, 0xd6, 0xdc, 0x0c, 0x7a, 0x53, 0x0a, 0x1f, 0x5b, 0x20, 0xb1, 0xa9, 0x1f, 0x1a, 0xb7, 0x6d, 0x83, 0xe4, 0xb6, 0xad, 0xd0, 0xb8, 0x15, 0xb7, 0x9d, 0x3b, 0xdc, 0xa6, 0x41, 0x1c, 0x41, 0x34, 0x34, 0x38, 0xe7, 0x78, 0xfc, 0xf8, 0x49, 0x38, 0x7b, 0xf6, 0x9c, 0x78, 0x02, 0xe7, 0xbe, 0xff, 0xfd, 0xef, 0x0f, 0xad, 0x2a, 0x06, 0xa0, 0xd9, 0x60, 0x81, 0xa9, 0xd0, 0x86, 0x21, 0x0d, 0x8c, 0x16, 0x3b, 0x42, 0xb8, 0x5d, 0x1d, 0x20, 0xc0, 0x16, 0xf0, 0x62, 0x74, 0x50, 0xf8, 0xee, 0x83, 0x35, 0x89, 0x37, 0x12, 0xec, 0x3d, 0x16, 0x15, 0xa0, 0xf3, 0x42, 0x15, 0x7e, 0xce, 0xf5, 0x90, 0xd6, 0xd5, 0xd4, 0xd2, 0x06, 0x7d, 0xee, 0x44, 0x82, 0xe7, 0x4b, 0x0f, 0x9f, 0x16, 0x27, 0xdd, 0xeb, 0x9e, 0xec, 0xca, 0x5c, 0x6e, 0x11, 0x1a, 0xed, 0x6c, 0x52, 0x2f, 0xf5, 0x0b, 0x96, 0x14, 0x2c, 0x8d, 0x8d, 0x41, 0xfa, 0xb1, 0x5f, 0xc3, 0xcc, 0x43, 0x0f, 0xc3, 0xf4, 0x2f, 0x1e, 0x84, 0xdc, 0xf0, 0x70, 0x24, 0xda, 0x20, 0xa6, 0xa0, 0xcd, 0xb1, 0x01, 0x9f, 0x7e, 0x5a, 0xa6, 0x9d, 0x54, 0x0a, 0x5a, 0xae, 0xbd, 0x06, 0x5a, 0xaf, 0xbf, 0x8e, 0x6d, 0x6d, 0x37, 0xdd, 0x08, 0x5a, 0xdc, 0xca, 0x5f, 0x3a, 0x71, 0xfc, 0x14, 0xfc, 0xfc, 0xa7, 0xbf, 0x40, 0xed, 0x3c, 0x21, 0x0a, 0x92, 0x7f, 0x5e, 0x75, 0x71, 0x00, 0x9a, 0x0b, 0xc0, 0x8b, 0x30, 0x58, 0x2a, 0xb4, 0xee, 0xc7, 0xff, 0xde, 0x96, 0x28, 0x62, 0x2a, 0xb4, 0xca, 0xf7, 0x1f, 0x16, 0xc9, 0x75, 0x2b, 0x99, 0x82, 0x6c, 0x01, 0x7f, 0x43, 0x29, 0x71, 0x3f, 0x7a, 0x8f, 0x0a, 0x56, 0x68, 0xb4, 0x6a, 0xe5, 0xa3, 0x42, 0x6b, 0xd7, 0x33, 0x27, 0x9c, 0xc1, 0xd4, 0xfb, 0x90, 0x80, 0xb4, 0xb2, 0x51, 0x0b, 0x90, 0x2f, 0x14, 0x9d, 0xe4, 0xb2, 0x60, 0x37, 0xa8, 0xec, 0x05, 0xe2, 0x85, 0x33, 0x4b, 0x4b, 0x79, 0x78, 0xe6, 0xe9, 0x23, 0xce, 0x85, 0x34, 0x85, 0x8b, 0x6a, 0xcc, 0xcf, 0x43, 0x1e, 0x09, 0x3e, 0xff, 0xb3, 0x9f, 0x43, 0xf1, 0xe8, 0xd1, 0xba, 0x10, 0x59, 0x11, 0x35, 0xc5, 0xec, 0xc3, 0xff, 0xc9, 0x36, 0xb6, 0x5a, 0x5a, 0xc0, 0xbc, 0xf1, 0x06, 0x98, 0x39, 0x78, 0x0d, 0x9c, 0x40, 0x0d, 0x72, 0xfa, 0xf4, 0x69, 0x71, 0xf7, 0x09, 0x3c, 0xef, 0x4f, 0xac, 0x3a, 0x06, 0xa0, 0x18, 0x40, 0x90, 0x01, 0x2c, 0x4a, 0x1f, 0xd1, 0x08, 0x76, 0x8b, 0x61, 0xbc, 0xc5, 0xe8, 0x41, 0xd5, 0x61, 0x9a, 0x04, 0xa7, 0x44, 0x48, 0xe4, 0xf5, 0xee, 0xa8, 0x8a, 0x66, 0x78, 0x13, 0x28, 0x0a, 0x6e, 0x51, 0x06, 0x27, 0x45, 0x78, 0xd5, 0xb0, 0x64, 0xb9, 0x08, 0xbb, 0x7a, 0xcd, 0xc1, 0x6b, 0x02, 0x32, 0x68, 0x07, 0xb4, 0x77, 0x24, 0xc2, 0xe7, 0xef, 0x9a, 0xee, 0xef, 0xe5, 0x76, 0x1a, 0x31, 0x00, 0x6d, 0xc7, 0x8f, 0x9d, 0x90, 0xb4, 0x42, 0xfc, 0xe4, 0x49, 0x68, 0x7a, 0xf0, 0x41, 0x48, 0x12, 0xd1, 0x17, 0x8b, 0xb0, 0xac, 0x0b, 0x99, 0x4e, 0x43, 0x86, 0xeb, 0xc4, 0x6d, 0x37, 0xc2, 0x27, 0x7d, 0xf3, 0x66, 0x38, 0x3d, 0x30, 0x00, 0x45, 0x5d, 0x2f, 0xe0, 0xf9, 0xbd, 0xe9, 0x07, 0x3f, 0xf8, 0xc1, 0xf4, 0xaa, 0x63, 0x80, 0x62, 0xb1, 0xe8, 0x99, 0x0e, 0xe9, 0x4a, 0x23, 0xc3, 0xd3, 0x12, 0x25, 0x33, 0x2f, 0x0e, 0xc7, 0x03, 0x29, 0xb3, 0xd3, 0xeb, 0xe2, 0xb4, 0x08, 0x5b, 0x87, 0xa0, 0xac, 0x4f, 0x7f, 0xdd, 0xae, 0x9c, 0xc0, 0x26, 0xe6, 0xc0, 0x13, 0x13, 0x90, 0xb1, 0x9b, 0x4e, 0x67, 0x02, 0x7a, 0xd4, 0xd7, 0xb7, 0x37, 0xa6, 0xf7, 0x38, 0xd5, 0x77, 0x61, 0xd0, 0x18, 0x0c, 0xb2, 0x8a, 0x62, 0xf2, 0xd0, 0xde, 0x9e, 0x08, 0x35, 0x38, 0x39, 0xde, 0xe7, 0x70, 0x8f, 0xee, 0x13, 0xa5, 0x4e, 0xd3, 0x7a, 0xe8, 0xa1, 0x87, 0xd8, 0x05, 0x5b, 0x7f, 0xe9, 0x12, 0x5c, 0x71, 0xfc, 0x38, 0x74, 0x4e, 0x95, 0xb6, 0x31, 0x13, 0x4d, 0x4d, 0xd0, 0xbd, 0x69, 0x13, 0xb4, 0xf6, 0xf6, 0x42, 0x6b, 0x4f, 0x0f, 0x34, 0x75, 0x75, 0x41, 0x12, 0xdf, 0xd3, 0x93, 0x49, 0xd0, 0x29, 0x10, 0x8a, 0x18, 0x57, 0x63, 0x65, 0x99, 0x05, 0x30, 0xd0, 0xd0, 0x2e, 0xe2, 0x77, 0xe5, 0x33, 0x19, 0xc8, 0xe2, 0xb1, 0x33, 0x08, 0x69, 0xd2, 0xe3, 0xe3, 0x30, 0x7d, 0xf1, 0x22, 0x64, 0x04, 0x78, 0xe4, 0x5d, 0x9d, 0x73, 0x73, 0x70, 0xc3, 0xb3, 0xcf, 0xc2, 0x95, 0xa7, 0x4e, 0x19, 0xb3, 0xcd, 0xcd, 0x5f, 0xeb, 0x99, 0x9a, 0xfa, 0xd5, 0x8f, 0x97, 0x91, 0x17, 0x23, 0x33, 0x00, 0xe5, 0x68, 0x7b, 0x35, 0x80, 0x69, 0xfa, 0x5d, 0xa0, 0xb4, 0x0f, 0xa5, 0xc2, 0x72, 0x08, 0x24, 0xe3, 0x75, 0x6f, 0x00, 0x2c, 0xac, 0x30, 0x5e, 0x93, 0xd2, 0xa2, 0x55, 0x79, 0x3d, 0xae, 0xb6, 0xb0, 0x34, 0x07, 0x65, 0x70, 0x7a, 0xf1, 0x7e, 0xb5, 0x30, 0xa4, 0xf6, 0x38, 0xbf, 0xbc, 0x73, 0x71, 0x5c, 0xa1, 0x11, 0xe6, 0xef, 0xb2, 0xc0, 0x92, 0x9d, 0x56, 0xe0, 0x9d, 0xbf, 0xbb, 0x0e, 0x09, 0xf2, 0xe0, 0x33, 0xcf, 0x40, 0xe7, 0xcc, 0x4c, 0x30, 0xcc, 0x45, 0x0d, 0xb1, 0x7e, 0xd7, 0x2e, 0xe8, 0xc5, 0x6d, 0xdd, 0x96, 0x2d, 0xd0, 0xdc, 0xd7, 0x27, 0x6b, 0xfa, 0x00, 0xf7, 0x26, 0x75, 0x75, 0x00, 0x7b, 0x3e, 0x71, 0xe3, 0xba, 0x75, 0xd0, 0x8a, 0x4c, 0x23, 0xae, 0x85, 0xc9, 0x49, 0x98, 0x45, 0x46, 0x98, 0x40, 0x83, 0x7a, 0xe8, 0xd8, 0x31, 0xc8, 0x0b, 0xee, 0x4e, 0xbe, 0x1a, 0x73, 0x39, 0x1d, 0xb7, 0x77, 0xe1, 0xd3, 0x37, 0x7c, 0x0b, 0xe0, 0xaf, 0x90, 0xd5, 0xbf, 0x70, 0x1b, 0xf5, 0x74, 0x59, 0x4d, 0x5e, 0x20, 0x91, 0x01, 0x40, 0x0a, 0x54, 0xb9, 0x0c, 0x40, 0x78, 0xb5, 0x58, 0xb4, 0x66, 0x53, 0xf1, 0x1c, 0x8f, 0x30, 0x37, 0xa8, 0xd7, 0xc8, 0x95, 0x09, 0x3d, 0x68, 0x4e, 0x80, 0x3f, 0xbf, 0x87, 0x12, 0xd9, 0x08, 0xeb, 0x8a, 0x37, 0x6c, 0x79, 0xa5, 0x75, 0x14, 0x17, 0x69, 0xf9, 0xe7, 0xe2, 0x9b, 0xbd, 0x15, 0xe2, 0xb7, 0xe7, 0xc3, 0xf2, 0xe8, 0x7d, 0xca, 0xb1, 0xa7, 0xfb, 0x14, 0xcf, 0xe5, 0x60, 0x0f, 0x4a, 0xd8, 0xed, 0xa7, 0x4e, 0x05, 0xfa, 0xe5, 0x3b, 0x37, 0x6c, 0x80, 0x2d, 0xd7, 0x5d, 0x07, 0xeb, 0xaf, 0xba, 0x8a, 0x49, 0xfd, 0x50, 0x37, 0x69, 0x40, 0xf6, 0xa2, 0x19, 0xf2, 0x37, 0x8d, 0xa8, 0x39, 0x68, 0xeb, 0xc3, 0xe3, 0xef, 0x43, 0xb8, 0x35, 0x7b, 0xee, 0x1c, 0x5c, 0x44, 0x66, 0x1c, 0xc4, 0xcd, 0x28, 0xf8, 0x5c, 0xbc, 0xdd, 0xb8, 0xfd, 0x1d, 0xfe, 0xda, 0x3f, 0xfe, 0x36, 0xc0, 0x7b, 0xde, 0x0c, 0xf0, 0xc8, 0x6a, 0xb1, 0x01, 0x9c, 0x34, 0x08, 0xd9, 0x06, 0x30, 0x25, 0x0d, 0x30, 0xef, 0x24, 0xc2, 0x99, 0xd2, 0xc0, 0xe6, 0x20, 0x7f, 0xbd, 0xd7, 0x28, 0x2e, 0xe5, 0xda, 0xe4, 0x8c, 0xc1, 0xbf, 0x9e, 0x82, 0x5a, 0x94, 0xc6, 0x4c, 0xe7, 0xa0, 0x92, 0xfa, 0x2b, 0x65, 0xc0, 0x56, 0xcb, 0x64, 0x72, 0x3a, 0x84, 0xe6, 0x8c, 0x1f, 0x0d, 0xf3, 0x06, 0x99, 0x42, 0x5d, 0x36, 0x65, 0x84, 0xae, 0x47, 0xa2, 0xbf, 0xe1, 0x81, 0x07, 0x20, 0xa1, 0xca, 0x06, 0xc5, 0x2f, 0xd8, 0x72, 0xf0, 0x20, 0xec, 0xbc, 0xe5, 0x16, 0x68, 0x5e, 0xbf, 0x3e, 0x90, 0x39, 0x82, 0xa4, 0x7e, 0x18, 0xf1, 0xfb, 0x53, 0xb8, 0x84, 0xc6, 0x60, 0xa8, 0x2d, 0x3a, 0x76, 0xec, 0x60, 0xdb, 0x9e, 0x57, 0xbe, 0x12, 0x86, 0x9e, 0x78, 0x02, 0x4e, 0x3d, 0xf2, 0x08, 0xe4, 0xfc, 0x81, 0xba, 0x83, 0x48, 0x55, 0x0f, 0xdd, 0x0b, 0xf0, 0xa5, 0x2c, 0xc0, 0x87, 0x50, 0x35, 0x64, 0x57, 0x9c, 0x01, 0x7c, 0x10, 0xc8, 0x3b, 0x1a, 0x49, 0x88, 0x01, 0x90, 0xf1, 0x26, 0xc2, 0x24, 0xaf, 0xf7, 0xc6, 0xeb, 0xaf, 0x17, 0xcb, 0x1f, 0xfd, 0x30, 0xc8, 0xdb, 0xa8, 0xd6, 0x7a, 0x4d, 0x35, 0xba, 0x0b, 0x0b, 0x4b, 0x0a, 0xbc, 0x5f, 0xbf, 0xce, 0x07, 0xcb, 0xad, 0x39, 0x9c, 0xf6, 0x28, 0x36, 0x04, 0x0a, 0x4b, 0x8a, 0xe3, 0x41, 0x2a, 0xf2, 0xba, 0xcc, 0x7d, 0xea, 0x53, 0xb0, 0xe3, 0xfe, 0xfb, 0x95, 0x07, 0xdd, 0x76, 0xed, 0xb5, 0xb0, 0xe3, 0xc5, 0x2f, 0x86, 0xa6, 0xee, 0x6e, 0x35, 0x71, 0x0b, 0x87, 0x36, 0xb3, 0x59, 0xb6, 0xc1, 0xe2, 0x22, 0x18, 0x34, 0x7b, 0x18, 0x35, 0x8a, 0x49, 0x52, 0xdb, 0x2e, 0xc6, 0xa1, 0xbf, 0xd5, 0x2c, 0x75, 0x6f, 0x6d, 0x64, 0x17, 0x34, 0x36, 0xb2, 0x4d, 0x27, 0x6d, 0x92, 0x4a, 0x05, 0x62, 0xc6, 0x06, 0xfc, 0x7c, 0x2b, 0x32, 0xe0, 0xc0, 0x8d, 0x37, 0xc2, 0xc8, 0xe1, 0xc3, 0x70, 0xfc, 0x97, 0xbf, 0x84, 0x9c, 0x6c, 0x2f, 0x90, 0xaf, 0xf1, 0x4f, 0x9b, 0x01, 0x7e, 0xe7, 0x9b, 0x00, 0xb7, 0xfd, 0x11, 0xc0, 0xd1, 0x55, 0xa8, 0x01, 0x64, 0x17, 0xdc, 0xbc, 0x90, 0x07, 0xe4, 0x36, 0x63, 0x2a, 0xd5, 0x73, 0x5f, 0x0b, 0x81, 0x41, 0x7e, 0x63, 0x99, 0xbc, 0x3b, 0x56, 0x1b, 0x71, 0x6f, 0x3f, 0x9e, 0x95, 0x95, 0xd6, 0xf5, 0x80, 0x44, 0xe2, 0xf4, 0xc5, 0x92, 0xf3, 0x77, 0xf1, 0x62, 0x65, 0x4f, 0x9f, 0x86, 0xa7, 0xdf, 0xf9, 0x2e, 0xc8, 0x3e, 0xe7, 0xa7, 0x95, 0x75, 0x88, 0xcd, 0xaf, 0x7a, 0xed, 0x6b, 0xa1, 0xad, 0xbf, 0x3f, 0x98, 0xf0, 0xd1, 0x90, 0x35, 0xd0, 0x4e, 0x30, 0x29, 0xe0, 0x35, 0x3b, 0x0b, 0x26, 0xf7, 0x10, 0x79, 0x25, 0xbe, 0xe9, 0x19, 0xd0, 0x61, 0x1b, 0xdb, 0x60, 0x4b, 0x72, 0xa7, 0xea, 0x8f, 0x8c, 0xe5, 0x96, 0x16, 0xd0, 0xda, 0xda, 0x40, 0xef, 0xec, 0x04, 0x8d, 0x6c, 0x05, 0x8e, 0x0a, 0xb8, 0xa7, 0x0b, 0x7f, 0xe4, 0xc0, 0xf5, 0xd7, 0xc3, 0xfa, 0x03, 0x07, 0xe0, 0x34, 0x1a, 0xeb, 0x67, 0x1f, 0x7b, 0x0c, 0x8c, 0xbc, 0x64, 0xf3, 0x1c, 0xc0, 0x3b, 0xff, 0x1b, 0xd4, 0x06, 0x7f, 0xf6, 0x56, 0x80, 0xaf, 0xae, 0x0a, 0x1b, 0x80, 0x37, 0xc6, 0x75, 0x24, 0x0f, 0xf0, 0x20, 0x98, 0xa8, 0x01, 0x62, 0x81, 0x7d, 0x7b, 0x5c, 0x42, 0xd7, 0x24, 0x42, 0xf7, 0xe7, 0xf1, 0x8b, 0xc6, 0xb3, 0xc9, 0x70, 0x3e, 0x25, 0xb2, 0xf1, 0xe1, 0x77, 0xb5, 0x2d, 0x52, 0xa9, 0x5f, 0x79, 0x63, 0xf9, 0xe7, 0xc2, 0xbd, 0x40, 0x9e, 0x8e, 0xcb, 0x21, 0x6e, 0xd0, 0xe9, 0x87, 0x1e, 0x86, 0x93, 0xef, 0xbe, 0x13, 0x0a, 0xf3, 0xf3, 0x32, 0x13, 0xa1, 0x34, 0xbe, 0xea, 0x55, 0xaf, 0x82, 0x8d, 0x28, 0xf9, 0x35, 0x6f, 0xbb, 0x6e, 0x1e, 0x0f, 0x40, 0xa2, 0x2f, 0xa2, 0xb1, 0x4a, 0x44, 0xaf, 0x1c, 0xdf, 0x09, 0x5e, 0xc7, 0x43, 0xc4, 0xd7, 0xa8, 0x2d, 0x0a, 0x64, 0x78, 0xd3, 0x76, 0xe1, 0x02, 0xe8, 0xc4, 0x08, 0x68, 0x0f, 0xc4, 0xd0, 0x58, 0xf6, 0x5e, 0xe0, 0x38, 0x32, 0xc7, 0x9e, 0x97, 0xbf, 0x1c, 0x36, 0xa2, 0xad, 0xf0, 0xdc, 0xbf, 0xff, 0x3b, 0x4c, 0xca, 0xf1, 0x81, 0x14, 0xee, 0xfd, 0x15, 0x34, 0x90, 0x77, 0xbf, 0x05, 0xe0, 0x7f, 0x68, 0xd1, 0xb3, 0x37, 0x96, 0xc7, 0x06, 0x70, 0x1b, 0x62, 0xb9, 0x41, 0x30, 0x91, 0x98, 0xbd, 0xb9, 0xfb, 0xd6, 0x73, 0xbf, 0xfb, 0x53, 0xbe, 0x80, 0xae, 0xbd, 0x40, 0x52, 0x9f, 0x08, 0x5f, 0x25, 0xf5, 0x97, 0xc7, 0x80, 0xad, 0x3d, 0x24, 0x8a, 0xa2, 0x39, 0x1c, 0x2f, 0x50, 0x89, 0xf9, 0xbb, 0xe9, 0x9f, 0xfd, 0x02, 0x86, 0xff, 0xfc, 0x2f, 0xc0, 0xb0, 0xf3, 0xe9, 0x1d, 0x03, 0x77, 0x60, 0x00, 0xae, 0xbf, 0xed, 0x36, 0x48, 0x21, 0xd1, 0xf9, 0xa4, 0x10, 0xc5, 0x08, 0xa6, 0xa6, 0xa0, 0x30, 0x32, 0x02, 0xe6, 0xe2, 0xa2, 0xea, 0xa6, 0x07, 0x4b, 0x7d, 0x05, 0x13, 0x85, 0xda, 0x02, 0xbc, 0xe7, 0x0f, 0x32, 0x18, 0x6d, 0x85, 0xf3, 0xe7, 0x21, 0xde, 0xd7, 0x07, 0x3a, 0xda, 0x1f, 0x9a, 0x2e, 0x67, 0xe5, 0xb6, 0xf4, 0xf4, 0xc0, 0xf5, 0xb7, 0xdf, 0x0e, 0xe7, 0x1f, 0x7f, 0x1c, 0x4e, 0xa0, 0x0d, 0x63, 0xc8, 0x36, 0xcc, 0x87, 0xff, 0x11, 0x60, 0xfd, 0x97, 0x00, 0xfe, 0x3b, 0xda, 0x05, 0xf9, 0x65, 0x67, 0x00, 0xae, 0x01, 0x74, 0x3b, 0x15, 0xda, 0xdb, 0x1a, 0xdd, 0xed, 0x08, 0x61, 0xe1, 0x72, 0xd7, 0x9b, 0x63, 0xfa, 0x6a, 0x7c, 0x83, 0x46, 0x85, 0xba, 0xf8, 0xdf, 0xba, 0xd0, 0xd4, 0x47, 0x9f, 0x22, 0xba, 0x7e, 0xc9, 0xa9, 0x55, 0x44, 0xd4, 0xe5, 0xc2, 0x90, 0x7a, 0x0e, 0x99, 0x2e, 0xc5, 0x60, 0x54, 0x54, 0x64, 0x39, 0x17, 0x82, 0x8b, 0xa3, 0xa6, 0xee, 0xfb, 0x7f, 0x61, 0xf4, 0xe3, 0x9f, 0x94, 0x25, 0x37, 0x1e, 0x78, 0xd7, 0x0b, 0x5e, 0x00, 0x7b, 0x50, 0xf2, 0xeb, 0x72, 0x7b, 0x3e, 0x2b, 0xae, 0x33, 0x3e, 0x0e, 0xc5, 0xe1, 0x61, 0x30, 0x55, 0x06, 0x72, 0x08, 0xe1, 0x47, 0x91, 0xfa, 0x51, 0x8c, 0x67, 0xd2, 0x0c, 0xf9, 0xa1, 0x21, 0xd0, 0x46, 0x47, 0x21, 0xb6, 0x61, 0x03, 0xdb, 0x24, 0xf0, 0x8f, 0x34, 0xb6, 0xf5, 0xe6, 0x9b, 0xa1, 0x6d, 0xe3, 0x46, 0x38, 0xf2, 0xa3, 0x1f, 0x41, 0x76, 0x6c, 0x4c, 0xfc, 0xf8, 0xad, 0x68, 0x5d, 0x74, 0xfc, 0x0b, 0xc0, 0xed, 0xb7, 0x01, 0x2c, 0x2c, 0x57, 0x1c, 0xa0, 0x8d, 0x7b, 0x7b, 0x78, 0x67, 0x68, 0x55, 0x6b, 0x74, 0x59, 0x03, 0x68, 0x9e, 0x19, 0xc1, 0xdc, 0x8f, 0xee, 0xc7, 0xf8, 0x5e, 0x23, 0xd8, 0x4a, 0xe3, 0xcd, 0xb3, 0xa8, 0x6e, 0x29, 0x23, 0xb7, 0x7e, 0x30, 0x64, 0xe5, 0xb3, 0x43, 0x5d, 0x1b, 0x40, 0xdd, 0x6f, 0x73, 0xfa, 0x5f, 0xbf, 0x07, 0xa3, 0x7f, 0xfd, 0x09, 0x89, 0xd0, 0xc8, 0x9f, 0x7f, 0xed, 0x1f, 0xfc, 0x01, 0x6c, 0xbc, 0xfa, 0x6a, 0x9f, 0x21, 0x45, 0x06, 0x6d, 0x11, 0xa5, 0x6f, 0xd1, 0x03, 0x93, 0x6a, 0x01, 0x77, 0xca, 0xf2, 0x1a, 0x89, 0x8c, 0x30, 0x38, 0x08, 0xc5, 0x89, 0x09, 0x88, 0x6f, 0xdd, 0x0a, 0x7a, 0x6b, 0xab, 0x74, 0x1c, 0x8a, 0x47, 0xdc, 0xf8, 0x87, 0x7f, 0x08, 0x87, 0xbf, 0xf7, 0x3d, 0x98, 0x3e, 0x73, 0x46, 0xbc, 0xa2, 0xaf, 0x45, 0xd6, 0xfd, 0x97, 0x9f, 0x03, 0xfc, 0xc1, 0x4b, 0x01, 0x0a, 0x75, 0x67, 0x00, 0xb1, 0x61, 0xa9, 0x6c, 0x03, 0x98, 0x9e, 0xf9, 0xc0, 0x72, 0x2a, 0xb4, 0xba, 0x2b, 0x9b, 0x17, 0xe3, 0xbb, 0x7e, 0x7d, 0xe2, 0x31, 0x8a, 0x5e, 0x72, 0xc2, 0x8f, 0x6a, 0xe4, 0x2e, 0x87, 0xb4, 0x2e, 0x9f, 0xb0, 0xab, 0x3f, 0x17, 0x2b, 0x23, 0xd4, 0xf0, 0x69, 0x00, 0x66, 0x6f, 0x3d, 0xf8, 0x10, 0x8c, 0xfc, 0xd5, 0xc7, 0x25, 0xe2, 0x8a, 0x25, 0x12, 0x70, 0xe3, 0xa1, 0x43, 0xd0, 0xb3, 0x77, 0xaf, 0x8f, 0x00, 0x49, 0xe2, 0x13, 0xdc, 0x29, 0x55, 0x8a, 0x57, 0x2b, 0xb8, 0xe3, 0x93, 0xfa, 0x21, 0xdf, 0x43, 0x19, 0xa6, 0x4b, 0xcf, 0x3d, 0x07, 0x7a, 0x6f, 0x2f, 0x34, 0x20, 0xd1, 0x83, 0xd0, 0x2d, 0x3a, 0x89, 0x76, 0xc3, 0x35, 0xc8, 0xd0, 0x47, 0xee, 0xbf, 0x1f, 0xc6, 0x8f, 0x1c, 0x11, 0x53, 0xbf, 0x5f, 0x33, 0x04, 0xf0, 0x75, 0x3c, 0xc2, 0x1f, 0x55, 0x6a, 0x13, 0x54, 0x0c, 0x81, 0xac, 0xae, 0x70, 0x3c, 0x5d, 0xc1, 0xf5, 0x4e, 0xcc, 0x0b, 0x69, 0x10, 0x62, 0x1f, 0xce, 0xb0, 0xe1, 0x17, 0xe4, 0x2d, 0x22, 0xed, 0x42, 0x05, 0x12, 0x6a, 0xc2, 0xaf, 0x15, 0x61, 0xaf, 0x5c, 0x79, 0x63, 0xa5, 0x90, 0x88, 0x43, 0x20, 0x51, 0x03, 0x10, 0xf9, 0x2d, 0x3c, 0x75, 0x18, 0x2e, 0x7e, 0xe8, 0xa3, 0x52, 0x1e, 0x4f, 0x43, 0x2a, 0x05, 0x37, 0xbf, 0xf9, 0xcd, 0xd0, 0xb1, 0x6d, 0x9b, 0xcf, 0xb3, 0x53, 0x40, 0xe9, 0x69, 0xa8, 0x52, 0x12, 0xca, 0x81, 0x3b, 0xd5, 0x10, 0x7e, 0x29, 0xed, 0xc2, 0xa1, 0x19, 0x42, 0x1d, 0x33, 0x93, 0x81, 0x86, 0x9d, 0x3b, 0x9d, 0xe8, 0x32, 0x77, 0x99, 0x5e, 0x89, 0x70, 0xee, 0x28, 0xbe, 0x37, 0xf2, 0x9b, 0xdf, 0x88, 0x4c, 0x70, 0x07, 0xda, 0x04, 0x17, 0xf1, 0xf1, 0x23, 0x75, 0xf7, 0x02, 0xf1, 0x13, 0x67, 0x89, 0x56, 0x9a, 0xd8, 0xef, 0x47, 0x74, 0x83, 0x16, 0x1c, 0xd5, 0xad, 0x8a, 0x03, 0x88, 0x38, 0x9f, 0x72, 0x77, 0x28, 0x25, 0x96, 0x0c, 0x5b, 0x32, 0x72, 0x55, 0x84, 0xbf, 0xba, 0x8a, 0x54, 0x96, 0xab, 0x30, 0xde, 0xdd, 0xc7, 0x81, 0x40, 0x42, 0x1c, 0xa0, 0x38, 0x39, 0x05, 0x17, 0x3f, 0xf8, 0x11, 0xe6, 0x93, 0x07, 0xc1, 0x95, 0xf8, 0x02, 0x15, 0xf1, 0xa3, 0x64, 0xcd, 0x9f, 0x38, 0xe1, 0xba, 0x29, 0x97, 0x11, 0xe7, 0x97, 0x92, 0xfa, 0x4a, 0x91, 0x68, 0x67, 0xa8, 0xe6, 0x9e, 0x79, 0x06, 0x12, 0xbb, 0x77, 0x33, 0xf7, 0xa9, 0x43, 0xac, 0x8d, 0x8d, 0xb0, 0xef, 0xd6, 0x5b, 0x99, 0x8b, 0xf4, 0xd2, 0xd3, 0x4f, 0x8b, 0x4c, 0xf0, 0xe7, 0xdf, 0xd8, 0xb2, 0x65, 0xf2, 0x6d, 0xe7, 0xcf, 0xdf, 0x5d, 0x4f, 0x06, 0x68, 0xb5, 0x66, 0x4e, 0x59, 0x2d, 0x37, 0x1c, 0x1b, 0xc0, 0x34, 0xa5, 0x69, 0x1f, 0x6e, 0x5b, 0x74, 0x5d, 0xe1, 0xcb, 0x77, 0xe7, 0x66, 0x51, 0xf3, 0x5c, 0x9e, 0x5e, 0x2d, 0x16, 0xba, 0x57, 0x6b, 0x34, 0xae, 0x9c, 0xb4, 0x8e, 0x62, 0x74, 0x97, 0x7f, 0x2e, 0x9c, 0x01, 0x08, 0x02, 0xb1, 0x9c, 0x5b, 0xbc, 0x76, 0x43, 0x1f, 0xf9, 0x9f, 0x50, 0x98, 0x70, 0xeb, 0xc5, 0x29, 0xba, 0x7a, 0xfd, 0x1b, 0xde, 0x00, 0x9d, 0x1e, 0xe2, 0x37, 0xe6, 0xe6, 0x20, 0x7f, 0xf2, 0xa4, 0x3f, 0xdb, 0xb3, 0x0c, 0x9c, 0x5f, 0x96, 0xd4, 0x2f, 0x83, 0xf0, 0x83, 0x88, 0xdf, 0x59, 0x84, 0x06, 0x8e, 0x1d, 0x83, 0xf8, 0xf6, 0xed, 0x10, 0xa3, 0x80, 0x1d, 0xaf, 0x45, 0x41, 0x0d, 0xb0, 0xf7, 0xa5, 0x2f, 0x65, 0x68, 0x61, 0xe2, 0xd9, 0x67, 0xdd, 0xf7, 0x47, 0x47, 0x3f, 0xf9, 0xe5, 0x8f, 0x7c, 0xe4, 0x4d, 0xc6, 0x96, 0x2d, 0xff, 0xf3, 0x5d, 0xef, 0x7a, 0xd7, 0x8f, 0x34, 0x7f, 0x15, 0x56, 0xe5, 0x0c, 0x70, 0xd7, 0x5d, 0x77, 0x25, 0x96, 0x96, 0x96, 0x92, 0x96, 0x77, 0x27, 0xe6, 0x1a, 0xa5, 0xa6, 0x6b, 0x00, 0xf3, 0xcb, 0x94, 0x99, 0x77, 0x13, 0xe1, 0xdc, 0x8e, 0xce, 0xd6, 0x10, 0x07, 0x22, 0x7c, 0xca, 0x13, 0x52, 0xcd, 0xcc, 0x5a, 0x99, 0x22, 0x95, 0xe5, 0x2b, 0x6f, 0xac, 0x34, 0x91, 0x2e, 0x91, 0x70, 0x8d, 0x60, 0x12, 0x34, 0x13, 0x5f, 0xfa, 0x2a, 0x64, 0x1e, 0x7d, 0x5c, 0xda, 0xe9, 0xea, 0xdf, 0xfb, 0x3d, 0xe8, 0xdb, 0xbf, 0x5f, 0x22, 0x2c, 0x63, 0x7a, 0x1a, 0x0a, 0xe4, 0x47, 0xaf, 0x94, 0x40, 0x97, 0x01, 0xee, 0x84, 0x1d, 0xcb, 0xb4, 0xdd, 0xb4, 0xf9, 0x53, 0xa7, 0x58, 0x30, 0x2e, 0xde, 0xdb, 0xeb, 0x7c, 0x46, 0xf9, 0x4a, 0xa4, 0x09, 0x9e, 0x44, 0xa8, 0x34, 0x77, 0xf6, 0xac, 0x75, 0x19, 0x50, 0x1b, 0x36, 0x7e, 0xeb, 0x5b, 0xd7, 0x65, 0x3e, 0xfc, 0xe1, 0x1f, 0x7c, 0xf1, 0x8b, 0x5f, 0x7c, 0x1a, 0xb7, 0xff, 0xf5, 0xee, 0x77, 0xbf, 0xfb, 0x7f, 0xd7, 0x84, 0x01, 0x72, 0xb9, 0x9c, 0xd3, 0x14, 0x57, 0x9c, 0x0e, 0xc9, 0xc8, 0xde, 0x33, 0x17, 0xc0, 0x2d, 0x87, 0xb4, 0x9a, 0x4e, 0x89, 0xd0, 0x06, 0x84, 0x54, 0xdd, 0x95, 0x75, 0x37, 0xd6, 0x16, 0x12, 0xd5, 0x53, 0x73, 0x50, 0x71, 0x4b, 0x2c, 0xa6, 0x31, 0xc1, 0x31, 0xf3, 0xab, 0x27, 0x61, 0xf2, 0x2b, 0x5f, 0x97, 0x3e, 0xdf, 0x7c, 0xed, 0xb5, 0xb0, 0xe9, 0xa6, 0x9b, 0xd8, 0x41, 0x9d, 0xf4, 0x05, 0x94, 0xfc, 0x12, 0xf1, 0xaf, 0x62, 0xb8, 0x13, 0xaa, 0x6d, 0xec, 0xcf, 0xf3, 0x44, 0xe4, 0xd4, 0x37, 0x88, 0x82, 0x67, 0xf6, 0x71, 0x1a, 0xdb, 0xdb, 0xe1, 0x8a, 0xdf, 0xf9, 0x1d, 0x78, 0x1a, 0x7f, 0x6b, 0xce, 0xae, 0x26, 0xd3, 0x07, 0x07, 0xa1, 0xfb, 0xa7, 0x3f, 0x85, 0x99, 0xd7, 0xbc, 0xe6, 0x00, 0x6a, 0x88, 0xfb, 0xbe, 0xf0, 0x85, 0x2f, 0x7c, 0x0f, 0x05, 0xf6, 0x1f, 0xa3, 0x46, 0x98, 0xa8, 0x8a, 0x01, 0x44, 0x03, 0xd8, 0x2a, 0xb4, 0x10, 0x0c, 0x60, 0xd3, 0x3b, 0x1c, 0xcf, 0xed, 0x0a, 0x47, 0x2d, 0xb2, 0xad, 0x1b, 0xae, 0xff, 0x56, 0x48, 0xeb, 0xda, 0x33, 0x18, 0x37, 0x84, 0xc9, 0x3a, 0x34, 0x60, 0xe2, 0x93, 0x77, 0x4b, 0xc5, 0xef, 0x14, 0x30, 0xda, 0x8f, 0xd2, 0x9f, 0x02, 0x49, 0x62, 0xee, 0x0e, 0x83, 0x3d, 0x2a, 0xe2, 0x5f, 0x2d, 0x70, 0x27, 0xa2, 0xf6, 0x10, 0x5f, 0x93, 0x26, 0x80, 0x3d, 0x7b, 0x20, 0x86, 0x84, 0xcf, 0x57, 0xe7, 0xa6, 0x4d, 0xb0, 0xed, 0x05, 0x2f, 0x80, 0x53, 0x3f, 0xfb, 0x19, 0x14, 0xb2, 0x56, 0xae, 0x5c, 0xee, 0x7b, 0xdf, 0x83, 0xfd, 0xb7, 0xdf, 0xae, 0x8f, 0xa1, 0x96, 0x18, 0x1d, 0x1d, 0x7d, 0x0d, 0xfe, 0xc6, 0x47, 0xbf, 0xf2, 0x95, 0xaf, 0xbc, 0xe2, 0x9d, 0xef, 0x7c, 0xe7, 0xd9, 0x8a, 0x19, 0x80, 0x66, 0x83, 0xf1, 0x18, 0x00, 0xd7, 0x00, 0xa6, 0xeb, 0x1e, 0x95, 0x19, 0x40, 0x18, 0x8f, 0xea, 0x4f, 0x4d, 0x7e, 0x7e, 0x4b, 0xeb, 0xda, 0xe6, 0x1b, 0xc9, 0xb3, 0xb7, 0x5e, 0xb6, 0xf8, 0x38, 0x14, 0xce, 0xb8, 0xa9, 0x01, 0x14, 0xdc, 0xba, 0xe1, 0x8d, 0x6f, 0x84, 0x78, 0x2a, 0xe5, 0x12, 0x1c, 0xa5, 0x1d, 0xa0, 0xc1, 0x0b, 0x42, 0xa7, 0xe8, 0xe5, 0x74, 0x6b, 0x56, 0x05, 0x77, 0x54, 0x84, 0xef, 0x39, 0x2e, 0x19, 0xf3, 0xfa, 0x95, 0x57, 0xb2, 0x44, 0x3b, 0xbe, 0x7f, 0xff, 0xbe, 0x7d, 0x30, 0x33, 0x36, 0x06, 0xa3, 0x8f, 0x3f, 0xee, 0x0c, 0x82, 0x1e, 0xfa, 0xf8, 0xc7, 0x61, 0xd7, 0xbd, 0xf7, 0x42, 0x5b, 0x5b, 0x9b, 0x76, 0xe2, 0xc4, 0x89, 0xad, 0xa8, 0x0d, 0xbe, 0xff, 0xf9, 0xcf, 0x7f, 0xfe, 0xa6, 0xf7, 0xbe, 0xf7, 0xbd, 0xf3, 0x55, 0x6b, 0x00, 0x29, 0x0d, 0xc2, 0x34, 0x7d, 0x1d, 0x21, 0xdc, 0xf1, 0xa8, 0xba, 0xef, 0x06, 0xaf, 0x16, 0x69, 0xbd, 0x5c, 0x06, 0x6c, 0x65, 0x9a, 0xc3, 0xbf, 0xcf, 0x3a, 0x3d, 0x03, 0xaf, 0x83, 0x87, 0xa5, 0xf7, 0x76, 0xa3, 0xfa, 0x6f, 0xa1, 0xa4, 0x36, 0xe1, 0xfa, 0x13, 0x54, 0x10, 0x23, 0xbb, 0x75, 0x8b, 0xe2, 0x46, 0xd5, 0x02, 0x15, 0xc0, 0x1d, 0x25, 0x23, 0xf2, 0xcf, 0x90, 0xb1, 0x73, 0xa8, 0xdd, 0x92, 0x68, 0xef, 0x38, 0xa5, 0x9f, 0x48, 0x8f, 0xdb, 0xae, 0xbe, 0x9a, 0x15, 0xdc, 0x2c, 0xd8, 0x45, 0xfc, 0xb9, 0x23, 0x47, 0xe0, 0xdc, 0x37, 0xbf, 0x09, 0x5b, 0xff, 0xdb, 0x7f, 0x83, 0x1d, 0x3b, 0x76, 0xe8, 0xa7, 0x4e, 0x9d, 0xda, 0x87, 0xc8, 0xe5, 0xef, 0xf1, 0xa3, 0xdb, 0x2a, 0x66, 0x00, 0xa9, 0x23, 0x84, 0xee, 0xba, 0x76, 0x0c, 0x61, 0x3a, 0x24, 0xe1, 0xd4, 0x85, 0x85, 0xa2, 0x9d, 0xc6, 0xab, 0x96, 0x70, 0xf5, 0x34, 0x60, 0x57, 0x7b, 0x79, 0x63, 0xa5, 0x9a, 0xe3, 0x35, 0x4b, 0x0f, 0x42, 0x13, 0xb8, 0x2e, 0x4f, 0xca, 0xeb, 0xd9, 0xfe, 0xc2, 0x17, 0x4a, 0x44, 0x55, 0xa4, 0x7c, 0x1e, 0xa1, 0xda, 0xcb, 0x5c, 0x21, 0x9c, 0x1f, 0x45, 0x7b, 0x44, 0x26, 0x7c, 0x85, 0xe6, 0x32, 0xa9, 0x88, 0xff, 0xfc, 0x79, 0x48, 0x6c, 0xdd, 0xea, 0xec, 0x43, 0x50, 0xb0, 0xff, 0xe0, 0x41, 0x38, 0x3b, 0x35, 0x05, 0x45, 0x3b, 0xa7, 0x69, 0xee, 0x6b, 0x5f, 0x83, 0x11, 0x34, 0x94, 0x37, 0x6c, 0xd9, 0x82, 0x42, 0x79, 0x9e, 0xe0, 0xd0, 0x21, 0xb4, 0x09, 0x5e, 0xf1, 0x9e, 0xf7, 0xbc, 0xe7, 0x3f, 0x2a, 0x61, 0x00, 0x69, 0x2e, 0x80, 0x88, 0xe9, 0xc5, 0x96, 0x28, 0xd9, 0x4c, 0xc1, 0xde, 0x07, 0xa4, 0xae, 0x11, 0xab, 0x13, 0x86, 0x2c, 0x7f, 0x79, 0x63, 0x25, 0xee, 0xda, 0xd4, 0x62, 0x1a, 0x6e, 0x58, 0x3c, 0x2c, 0x1d, 0xf4, 0xaa, 0x57, 0xbf, 0x9a, 0xb9, 0x03, 0x9d, 0x7b, 0xb0, 0xb0, 0x00, 0xc5, 0xa1, 0xa1, 0x65, 0x85, 0x3b, 0x65, 0xbb, 0x35, 0x4b, 0xe1, 0xfc, 0x00, 0xa9, 0xaf, 0x7a, 0x4d, 0xd1, 0x6c, 0xca, 0x26, 0xd5, 0x79, 0x8c, 0x00, 0x3f, 0x1b, 0x40, 0xfb, 0x60, 0x1c, 0x0d, 0xff, 0xd9, 0xe3, 0xc7, 0xad, 0xcb, 0x94, 0x4e, 0xc3, 0xc8, 0x3f, 0xff, 0xb3, 0xd9, 0x76, 0xe7, 0x9d, 0xda, 0x26, 0xb4, 0x15, 0xc6, 0xc6, 0xc6, 0x0c, 0xbc, 0x16, 0x7f, 0x82, 0x1f, 0x55, 0xc4, 0x00, 0x92, 0x11, 0x2c, 0xdb, 0x00, 0xee, 0x89, 0xa5, 0x85, 0x28, 0x70, 0x29, 0x9f, 0xfe, 0xea, 0x96, 0xd6, 0xb5, 0x83, 0x44, 0xd5, 0x9e, 0xcb, 0xee, 0x53, 0xbf, 0x84, 0xb8, 0xe9, 0xfa, 0xf1, 0xbb, 0xb6, 0x6f, 0x87, 0x5e, 0x8a, 0x92, 0x0a, 0x44, 0x51, 0xb8, 0x70, 0xc1, 0xee, 0xb4, 0xbc, 0xb2, 0x51, 0xdc, 0x5a, 0xc2, 0x9d, 0x20, 0x26, 0xe3, 0xaf, 0x97, 0x10, 0xee, 0x35, 0x5e, 0x75, 0x95, 0x73, 0x0c, 0x0a, 0x92, 0x6d, 0x46, 0xfb, 0xe0, 0xe8, 0xe0, 0xa0, 0x63, 0x10, 0x37, 0xfc, 0xe4, 0x27, 0xda, 0xe8, 0xeb, 0x5e, 0x07, 0x3b, 0x90, 0x39, 0xda, 0xdb, 0xdb, 0xf5, 0x99, 0x99, 0x99, 0x17, 0x57, 0x04, 0x81, 0x40, 0xe8, 0x0a, 0x2d, 0x4d, 0x86, 0x31, 0xdd, 0x3c, 0x20, 0xb1, 0x16, 0x80, 0x8c, 0xb6, 0xe5, 0x2f, 0x52, 0x59, 0xfd, 0xe5, 0x8d, 0xe5, 0x9e, 0x4b, 0x72, 0x29, 0x0b, 0xdb, 0xcf, 0x3d, 0x26, 0x33, 0xc4, 0x4b, 0x5e, 0x22, 0x45, 0x17, 0x9d, 0x1c, 0xfe, 0xcb, 0x1d, 0xee, 0x44, 0xf0, 0x50, 0x49, 0x2f, 0x33, 0x19, 0xc8, 0xa3, 0x26, 0x88, 0x0b, 0x59, 0xa4, 0x5d, 0x9b, 0x37, 0x43, 0x0b, 0x6e, 0x33, 0xc7, 0x8e, 0x59, 0xd7, 0x11, 0x21, 0x51, 0xf6, 0xa7, 0x3f, 0x65, 0xde, 0x23, 0xbb, 0x55, 0x64, 0x47, 0xa5, 0x36, 0x80, 0x67, 0x2e, 0x80, 0x2e, 0xd9, 0x00, 0x4e, 0x43, 0xac, 0xb9, 0xbc, 0xa0, 0x01, 0x6a, 0xe1, 0xfa, 0x5c, 0x4e, 0x18, 0xb2, 0x9a, 0xea, 0x0a, 0x2c, 0x0d, 0xba, 0xf9, 0xc2, 0x13, 0x10, 0x2f, 0xba, 0x46, 0x6d, 0x07, 0xde, 0x5c, 0xba, 0xc9, 0x22, 0xe1, 0x14, 0x85, 0xee, 0x6d, 0xab, 0x26, 0x8a, 0x5b, 0x43, 0xb8, 0x13, 0xc6, 0x54, 0x05, 0x84, 0x7d, 0x2c, 0x40, 0x66, 0x37, 0x51, 0xa5, 0x82, 0x9a, 0x8d, 0xfb, 0xf6, 0xc1, 0xdc, 0xb9, 0x73, 0x8e, 0x2d, 0x10, 0x7f, 0xe0, 0x01, 0x80, 0xf7, 0xbc, 0x87, 0x62, 0x59, 0x26, 0x5e, 0xd3, 0xe1, 0x9a, 0x68, 0x00, 0x2e, 0xdd, 0xbd, 0xb5, 0x00, 0x62, 0x47, 0xb8, 0xea, 0xab, 0xaf, 0x9e, 0x7f, 0xe5, 0x8d, 0xe5, 0x06, 0xfa, 0x36, 0x0f, 0x3e, 0x21, 0x4b, 0xff, 0x5b, 0x6e, 0x91, 0x7c, 0xfe, 0x06, 0x4a, 0x7f, 0x5e, 0xc8, 0xb2, 0x2a, 0xe1, 0x4e, 0x35, 0x84, 0xaf, 0x60, 0x04, 0xdf, 0x6f, 0xa2, 0x24, 0xbf, 0x4b, 0x63, 0x10, 0xdf, 0xb8, 0xd1, 0xd9, 0xb7, 0x1b, 0x05, 0xc4, 0x79, 0x34, 0x8a, 0x33, 0x08, 0x85, 0x98, 0x86, 0x44, 0x9b, 0x20, 0x7d, 0xe2, 0x04, 0xcc, 0xcd, 0xcd, 0xd1, 0x6f, 0xf9, 0x71, 0xd5, 0x6e, 0x50, 0x1e, 0x08, 0xe3, 0x3f, 0x4d, 0xb4, 0x01, 0xdc, 0xc1, 0x18, 0x7a, 0x08, 0xe1, 0x2d, 0x57, 0x91, 0xca, 0xca, 0x1b, 0xb0, 0xd5, 0x40, 0xa2, 0xb6, 0xf4, 0x28, 0x74, 0xcc, 0xb8, 0xfd, 0x61, 0x13, 0xad, 0xad, 0xd0, 0x85, 0xd8, 0x5f, 0x24, 0x02, 0xe6, 0xf9, 0x59, 0xe5, 0x51, 0xdc, 0x60, 0xb8, 0x23, 0x4c, 0xae, 0xe7, 0xf9, 0x60, 0x9a, 0x67, 0x0e, 0x9c, 0xf8, 0xda, 0x73, 0xd1, 0xf8, 0x71, 0xf3, 0xc3, 0xa8, 0x05, 0xfa, 0x6c, 0x2d, 0x80, 0x6f, 0x26, 0x1a, 0x53, 0xd0, 0xb7, 0x7b, 0x0f, 0x9c, 0xb9, 0x78, 0xd1, 0x39, 0x87, 0x0b, 0xff, 0xf4, 0x4f, 0x00, 0xaf, 0x7a, 0x95, 0x51, 0x2c, 0x16, 0xef, 0xa9, 0x58, 0x03, 0x48, 0xf5, 0xc0, 0xba, 0x5b, 0xca, 0x68, 0x0a, 0x6e, 0xd0, 0x4c, 0xc6, 0x62, 0x80, 0x89, 0x89, 0x22, 0xfc, 0xf2, 0x97, 0x8b, 0x11, 0xe0, 0xcd, 0x4a, 0xae, 0xda, 0x9e, 0x58, 0xad, 0x7f, 0xe7, 0xeb, 0x16, 0x1e, 0x92, 0x5e, 0xf7, 0x5f, 0x7d, 0x35, 0xf3, 0x79, 0xf3, 0x65, 0xd8, 0x5d, 0x9a, 0x97, 0x1f, 0xee, 0x68, 0x02, 0x01, 0xbb, 0x9f, 0x9a, 0x9e, 0xc6, 0xaf, 0xbe, 0xd7, 0xaa, 0x8b, 0xc5, 0x8f, 0x13, 0x40, 0xf8, 0xce, 0x6f, 0x52, 0x35, 0xe7, 0xe2, 0x9f, 0x53, 0xf0, 0x6f, 0x7a, 0x1a, 0xe2, 0x94, 0x30, 0x67, 0xef, 0x46, 0xc5, 0xff, 0x17, 0xdb, 0xdb, 0x61, 0xc9, 0x76, 0x0b, 0x1b, 0xbf, 0xfc, 0x25, 0x98, 0xaf, 0x78, 0xc5, 0xc7, 0xee, 0xbc, 0xf3, 0xce, 0x13, 0x55, 0xdb, 0x00, 0xbc, 0xe7, 0xa4, 0x5b, 0x10, 0xef, 0xb6, 0x18, 0x6e, 0x6f, 0xb7, 0x5c, 0x73, 0x4b, 0x4b, 0xd6, 0x74, 0xf2, 0xb5, 0x55, 0xf9, 0xda, 0x07, 0xf2, 0xbd, 0xea, 0xbf, 0xf2, 0x4a, 0x89, 0x00, 0xc8, 0xf8, 0x8d, 0x4a, 0xf8, 0xd4, 0x2e, 0xd1, 0x04, 0x99, 0xe8, 0xac, 0x9a, 0x24, 0x85, 0xa4, 0x15, 0x5f, 0x2b, 0xa5, 0xbe, 0x69, 0x13, 0x9a, 0x66, 0x7f, 0xb7, 0x38, 0xfe, 0xd3, 0x4f, 0xf8, 0x62, 0x8e, 0x92, 0xef, 0x58, 0xde, 0x16, 0xfb, 0x5e, 0xc2, 0x67, 0xcc, 0x21, 0x33, 0xa4, 0x28, 0x67, 0xf8, 0x77, 0x51, 0x79, 0x27, 0x31, 0x00, 0xdf, 0xab, 0xad, 0xb7, 0x87, 0x35, 0xe2, 0xe2, 0x0c, 0xa0, 0x4f, 0x4c, 0x40, 0xfb, 0x7b, 0xdf, 0xfb, 0x3d, 0xd5, 0x69, 0xc4, 0xa3, 0x49, 0x37, 0xad, 0x55, 0x2c, 0x87, 0xe4, 0x5e, 0x20, 0x76, 0x39, 0x04, 0x08, 0xf4, 0xbb, 0xaf, 0xda, 0x04, 0xff, 0xdf, 0xf7, 0xff, 0x0b, 0x1a, 0x1c, 0x05, 0x08, 0x03, 0x8e, 0xea, 0x0b, 0xa2, 0x7a, 0x2b, 0xca, 0x1f, 0x06, 0x0f, 0x63, 0xa8, 0xe4, 0x58, 0x50, 0x62, 0x18, 0x9d, 0x1f, 0x56, 0x44, 0xf8, 0x4e, 0xb3, 0xcc, 0x73, 0x9b, 0x99, 0x02, 0xed, 0x3d, 0x6e, 0xba, 0x73, 0x23, 0x62, 0xda, 0xf6, 0xf5, 0x1b, 0x5c, 0xc1, 0x4b, 0xc5, 0xec, 0x28, 0xf5, 0xcc, 0x00, 0xd5, 0xa3, 0x79, 0x24, 0xb1, 0x19, 0x28, 0x99, 0xed, 0xfb, 0xa8, 0xf9, 0x09, 0x52, 0x22, 0x36, 0xaf, 0x24, 0xe6, 0xcd, 0x90, 0x45, 0x25, 0xe0, 0xf9, 0x1e, 0xf1, 0x58, 0x9a, 0x0a, 0xa2, 0x85, 0xc2, 0x1d, 0x41, 0xd3, 0x88, 0xd5, 0x84, 0x9a, 0x1a, 0xd2, 0x15, 0x11, 0xdf, 0x53, 0x87, 0x39, 0xcd, 0xce, 0x1d, 0xa7, 0xce, 0x17, 0x3d, 0xdb, 0xb7, 0x43, 0x5a, 0xe8, 0x2a, 0x81, 0xd4, 0xfb, 0x32, 0x7c, 0x78, 0xb6, 0x22, 0x06, 0xe0, 0xe5, 0x90, 0x4e, 0x31, 0x8c, 0x63, 0x88, 0xc9, 0x6e, 0x50, 0x5a, 0x3b, 0x76, 0xb6, 0x95, 0x20, 0x7e, 0xb3, 0x66, 0xc4, 0x5f, 0x11, 0x83, 0x98, 0x11, 0x09, 0xb1, 0x4a, 0xc2, 0xae, 0x66, 0xdc, 0x50, 0xfa, 0x87, 0x8f, 0x82, 0xe8, 0xae, 0x60, 0x7e, 0x7f, 0xb1, 0x0f, 0xd3, 0xcc, 0x2c, 0xaa, 0xfe, 0xa2, 0xaa, 0xdf, 0xbc, 0x4f, 0x3a, 0xfa, 0x24, 0xb1, 0xf3, 0xda, 0x25, 0x32, 0x4d, 0x20, 0x32, 0xef, 0x35, 0x35, 0x7d, 0x90, 0x45, 0x05, 0x77, 0x04, 0x6d, 0xa3, 0x92, 0xf8, 0x5a, 0x69, 0xc2, 0x57, 0x31, 0x19, 0x28, 0xec, 0x30, 0x09, 0x50, 0x09, 0xbf, 0xa9, 0x38, 0x35, 0x05, 0x71, 0xea, 0x70, 0x67, 0xbf, 0x6e, 0xdf, 0xb0, 0x81, 0x35, 0xf1, 0x15, 0xba, 0x64, 0xbc, 0x14, 0xb7, 0xff, 0xbb, 0x52, 0x1b, 0xa0, 0x4d, 0x4c, 0x85, 0xb0, 0x20, 0x90, 0x5b, 0x0e, 0x59, 0x4b, 0xa2, 0xae, 0x37, 0xf1, 0x1f, 0x7e, 0xea, 0x19, 0xb8, 0x34, 0x7a, 0x09, 0x36, 0x6d, 0x1e, 0x80, 0xe1, 0xa1, 0x11, 0xe8, 0x1f, 0xd8, 0x08, 0x47, 0x9e, 0x79, 0x16, 0x36, 0x6d, 0xd9, 0x04, 0x85, 0x7c, 0x01, 0xd0, 0x52, 0x82, 0x17, 0xbc, 0xf0, 0x26, 0xa7, 0xb1, 0x6c, 0x55, 0x12, 0xbd, 0xc2, 0x59, 0x5b, 0x99, 0xc7, 0x7f, 0x23, 0xbd, 0x26, 0x69, 0x26, 0x42, 0x01, 0x4a, 0x77, 0xd6, 0x34, 0xcd, 0x0f, 0x15, 0x54, 0x46, 0x6f, 0x90, 0x64, 0x96, 0xe0, 0x0c, 0x78, 0x1a, 0x16, 0x0b, 0x44, 0x2d, 0x6a, 0x01, 0x05, 0x53, 0xb1, 0x07, 0x15, 0xdc, 0x11, 0x2f, 0x81, 0x29, 0xc3, 0x19, 0x15, 0x53, 0xd1, 0x6b, 0x2d, 0x00, 0xf7, 0xbb, 0x87, 0xf3, 0xd8, 0x1f, 0x82, 0xf1, 0xcc, 0xca, 0x3d, 0x39, 0x03, 0xe0, 0xeb, 0xe6, 0xce, 0x4e, 0x68, 0x68, 0x69, 0x71, 0xc6, 0xae, 0x12, 0x03, 0xfc, 0x0b, 0x92, 0xaf, 0xb7, 0xe1, 0x6e, 0x85, 0x5e, 0x20, 0xd7, 0xc7, 0x6f, 0x98, 0xc5, 0x95, 0x95, 0xe8, 0x65, 0x4a, 0xfe, 0x79, 0x24, 0x9e, 0xa6, 0xe6, 0x26, 0x18, 0x1b, 0x1b, 0x87, 0xcd, 0x48, 0xf4, 0x67, 0xce, 0x9c, 0x65, 0xd5, 0x45, 0x47, 0x9e, 0x7e, 0x16, 0xfe, 0xcb, 0xab, 0x5f, 0x05, 0xa7, 0x4f, 0x9f, 0xa9, 0x9e, 0xf8, 0xab, 0x64, 0x90, 0xc5, 0x67, 0x9f, 0x95, 0x0c, 0xc6, 0x36, 0x34, 0xea, 0x34, 0x81, 0x28, 0x8a, 0x73, 0x69, 0xeb, 0x28, 0x1e, 0xa8, 0xe0, 0xe9, 0x3d, 0x20, 0x13, 0x6c, 0x00, 0xf1, 0x9a, 0x92, 0x46, 0xb0, 0x9e, 0xf8, 0x0c, 0x4d, 0xcd, 0x2b, 0x99, 0x4b, 0x68, 0x17, 0x1f, 0x03, 0xc9, 0xb0, 0x4b, 0x13, 0xb5, 0x42, 0x90, 0x76, 0x51, 0x7a, 0xb0, 0xfc, 0xb0, 0x8b, 0xff, 0x86, 0xe2, 0xac, 0x5c, 0xef, 0x9c, 0x68, 0x6e, 0x86, 0x14, 0x1a, 0xc2, 0xb9, 0x49, 0x07, 0x4a, 0x76, 0x2c, 0x02, 0xec, 0x06, 0x4f, 0x7b, 0xc5, 0xb2, 0xbc, 0x40, 0x31, 0x3b, 0xe0, 0xc0, 0x19, 0x80, 0x05, 0xc1, 0x84, 0x92, 0xc8, 0x7a, 0x43, 0x9e, 0x8a, 0xf0, 0xbe, 0x67, 0xf7, 0x7d, 0xfb, 0xf7, 0x42, 0x4b, 0x6b, 0x0b, 0x7b, 0x4e, 0x73, 0xa9, 0x5e, 0x7c, 0xeb, 0x2d, 0x90, 0x99, 0xcf, 0xc0, 0x52, 0x2e, 0x0f, 0x5d, 0xdd, 0xeb, 0x20, 0xd5, 0x94, 0xf2, 0xa5, 0x78, 0xd7, 0x1b, 0xf2, 0x48, 0x9f, 0xd3, 0x44, 0x97, 0xf3, 0x83, 0xce, 0xeb, 0x24, 0x75, 0x56, 0x16, 0x3a, 0x36, 0x93, 0xef, 0x9b, 0xf9, 0xfe, 0x9d, 0x68, 0xb0, 0xc0, 0x08, 0x3e, 0xe4, 0x61, 0x42, 0xf3, 0x3f, 0xde, 0x5b, 0xb9, 0x25, 0x6e, 0x6a, 0xb5, 0x77, 0x9e, 0x99, 0xe5, 0x39, 0xe4, 0x26, 0xde, 0xf0, 0x46, 0x85, 0xe6, 0xb2, 0x19, 0x48, 0xd4, 0x72, 0xa8, 0xb9, 0x8d, 0x4c, 0xd6, 0xea, 0x47, 0x6a, 0xef, 0xdf, 0x8a, 0x1a, 0x61, 0x46, 0x68, 0xa5, 0x12, 0xab, 0x84, 0x01, 0x0e, 0x1d, 0x3a, 0x14, 0x43, 0x22, 0x6f, 0x12, 0xa5, 0x05, 0x6f, 0x8c, 0x4b, 0x84, 0x32, 0x85, 0xd8, 0x4b, 0x9c, 0xf8, 0x5d, 0x2f, 0x63, 0xb7, 0x96, 0x78, 0x7f, 0x76, 0xd6, 0x92, 0xa0, 0xeb, 0xd6, 0x75, 0x42, 0x66, 0xce, 0xea, 0x65, 0x99, 0x48, 0x34, 0xc0, 0x5c, 0x7a, 0x8e, 0x3d, 0x9f, 0x9e, 0x9a, 0xae, 0xb9, 0x4d, 0x10, 0x95, 0x79, 0x0b, 0xa3, 0xa3, 0x52, 0x4a, 0x73, 0x6b, 0x5f, 0x1f, 0xc4, 0x78, 0x8b, 0x10, 0x12, 0x3a, 0xd4, 0x5b, 0x9f, 0x13, 0x7f, 0xa0, 0x87, 0x45, 0x04, 0xdf, 0x5a, 0xe5, 0x84, 0xab, 0x29, 0x8e, 0x69, 0x56, 0xc9, 0x0c, 0x65, 0x1e, 0x53, 0x0b, 0x80, 0x70, 0x2a, 0x8f, 0x15, 0x5d, 0x1b, 0x1d, 0x25, 0x3f, 0x5f, 0xcd, 0xeb, 0xba, 0xbc, 0x97, 0x65, 0x4f, 0xd9, 0x36, 0x40, 0x67, 0x67, 0x67, 0xd2, 0x74, 0xf0, 0x3e, 0xd5, 0xf4, 0x16, 0x9d, 0x93, 0x24, 0xe8, 0x40, 0x5d, 0xdb, 0x0a, 0xf9, 0x7c, 0x85, 0x04, 0x5b, 0x47, 0xed, 0x60, 0x46, 0x17, 0x40, 0x35, 0x21, 0xea, 0x9a, 0xcc, 0xd6, 0x45, 0x55, 0x7e, 0xe2, 0xb4, 0xac, 0x7a, 0x7b, 0x7a, 0x24, 0x58, 0xc0, 0x3b, 0x41, 0x98, 0x21, 0x06, 0xb0, 0x8b, 0x38, 0x02, 0xae, 0xc7, 0x8a, 0x30, 0x83, 0xe9, 0xdf, 0x51, 0x53, 0x1c, 0xc7, 0x73, 0x4c, 0x53, 0x60, 0xf6, 0x20, 0xe3, 0x99, 0x1f, 0xca, 0x58, 0x5c, 0x70, 0x35, 0x03, 0x3e, 0x49, 0xb5, 0xb6, 0x7a, 0xcf, 0x60, 0x77, 0xd9, 0x0c, 0xf0, 0xe5, 0x2f, 0x7f, 0x79, 0xe1, 0xfd, 0xef, 0x7f, 0x7f, 0x11, 0xbf, 0x98, 0x34, 0x01, 0x4c, 0xcf, 0x4c, 0x33, 0x26, 0xa0, 0x01, 0x0c, 0xc4, 0x9d, 0xad, 0xcd, 0xad, 0x30, 0x34, 0x7c, 0x51, 0xb8, 0xd8, 0x66, 0x65, 0x74, 0x5e, 0x4b, 0x0f, 0x4e, 0x95, 0x5e, 0x1e, 0x88, 0x4c, 0xd4, 0x50, 0xbb, 0x89, 0xea, 0xfc, 0xb6, 0x5d, 0x18, 0x94, 0xde, 0x6f, 0xa6, 0x5c, 0x17, 0x53, 0xf0, 0xb3, 0xdb, 0xf0, 0x47, 0x0b, 0xf1, 0xb3, 0x8b, 0xd0, 0x20, 0x0a, 0x91, 0x55, 0xcc, 0x0c, 0x66, 0x10, 0x7d, 0x5b, 0x19, 0x02, 0x26, 0x83, 0xc8, 0xfe, 0x8b, 0xe4, 0x36, 0x42, 0xd0, 0x58, 0xce, 0x98, 0x14, 0x49, 0xf7, 0x1e, 0xd3, 0xeb, 0x62, 0x0d, 0xb0, 0x65, 0x98, 0x80, 0xa6, 0xf6, 0xed, 0xc2, 0xe7, 0xc9, 0xb6, 0x56, 0xef, 0x99, 0xef, 0xac, 0xc4, 0x0b, 0x84, 0xb0, 0xd4, 0x38, 0x86, 0x27, 0xc9, 0xda, 0x0e, 0x0c, 0xe2, 0x0d, 0x9a, 0x42, 0x88, 0xd0, 0xdd, 0xdd, 0xcd, 0xca, 0x23, 0x07, 0xfa, 0x07, 0x48, 0x4b, 0x20, 0x86, 0xa6, 0xb6, 0x1d, 0x46, 0x24, 0x5a, 0xf2, 0x27, 0x6d, 0xa9, 0x5f, 0x04, 0x11, 0x6c, 0x50, 0xc9, 0x5c, 0x54, 0x42, 0x0c, 0xdb, 0x57, 0x39, 0x78, 0x42, 0xf1, 0x8d, 0xe2, 0x4c, 0x84, 0x50, 0x16, 0x31, 0x4b, 0xdb, 0x41, 0xe2, 0xf9, 0xcc, 0x24, 0x92, 0x20, 0x0e, 0x31, 0x6a, 0x6c, 0x6d, 0x93, 0x24, 0xbe, 0xb9, 0x98, 0x2b, 0x4d, 0xf8, 0xaa, 0xf8, 0x80, 0x06, 0xc1, 0x44, 0x56, 0x33, 0xad, 0x80, 0x14, 0x50, 0x34, 0x7c, 0x75, 0xe2, 0x41, 0xd7, 0xce, 0x7a, 0x34, 0x1c, 0xbb, 0x52, 0xc9, 0x0c, 0xb6, 0x06, 0xd0, 0x04, 0x6f, 0x97, 0x37, 0x35, 0xc2, 0x11, 0xbd, 0x08, 0x1d, 0x35, 0xc1, 0x01, 0x10, 0x93, 0x46, 0xc3, 0xb2, 0x3f, 0xad, 0x2c, 0x1b, 0x14, 0x4f, 0xea, 0xdf, 0xf0, 0x4b, 0x19, 0x03, 0x5c, 0xb8, 0x70, 0x01, 0x8e, 0x3e, 0x7b, 0x0c, 0xae, 0xb9, 0xf6, 0x6a, 0x66, 0x4c, 0xd2, 0xfc, 0x59, 0xda, 0x6a, 0x63, 0xec, 0x9a, 0x81, 0xda, 0xc1, 0x0c, 0x19, 0xc2, 0x13, 0x2a, 0x89, 0xcd, 0x10, 0xed, 0xa0, 0xcc, 0x75, 0x31, 0x4b, 0x30, 0x9b, 0x59, 0x42, 0xf2, 0x7b, 0x5b, 0xc1, 0x9b, 0x21, 0xc2, 0xc0, 0xf4, 0xbd, 0x97, 0x8f, 0xc5, 0x25, 0x06, 0x88, 0x35, 0x26, 0x5d, 0x18, 0x6f, 0xf2, 0x29, 0x30, 0x9a, 0xc7, 0x9f, 0x2f, 0xc2, 0xfe, 0x10, 0x68, 0x54, 0x47, 0x6c, 0x6f, 0xb0, 0xd6, 0x37, 0x95, 0x47, 0xff, 0x2d, 0xc7, 0x83, 0x35, 0xe5, 0x87, 0x33, 0x03, 0xd7, 0x26, 0x12, 0xfc, 0xf1, 0x04, 0xc6, 0xa4, 0x5f, 0x89, 0x90, 0x5c, 0x7c, 0x1d, 0xe3, 0x4d, 0x95, 0x04, 0x44, 0x59, 0x29, 0x03, 0x7c, 0x16, 0xbf, 0xfc, 0x7d, 0xb8, 0xb5, 0xd0, 0x49, 0x3c, 0xfa, 0xe8, 0xa3, 0xec, 0x44, 0xfb, 0x07, 0xfa, 0xa1, 0xbd, 0xbd, 0x0d, 0x62, 0xf1, 0x98, 0x92, 0xa8, 0xdc, 0x97, 0xa6, 0x9f, 0xb4, 0x4d, 0xd5, 0xee, 0xa6, 0x2c, 0xa9, 0x03, 0x98, 0x24, 0xa8, 0xcd, 0xa2, 0x2f, 0x0b, 0x51, 0x45, 0xe0, 0x8a, 0x4c, 0xc7, 0xc0, 0x64, 0x31, 0x41, 0xaa, 0x9a, 0x4a, 0xe6, 0x30, 0x4b, 0x6a, 0x85, 0x20, 0x1b, 0xc1, 0x50, 0x15, 0xb0, 0x50, 0x4d, 0xc5, 0xc4, 0xb8, 0x7c, 0x83, 0x92, 0x49, 0x39, 0x1e, 0xc4, 0xa4, 0xab, 0xa9, 0x4e, 0x57, 0xd0, 0x42, 0x34, 0x40, 0x1d, 0xb1, 0x3d, 0x41, 0xe2, 0x52, 0x1a, 0x38, 0xb2, 0x93, 0xc8, 0xb4, 0x8e, 0x47, 0xee, 0x7a, 0x1d, 0x61, 0x36, 0x79, 0x77, 0xa8, 0xf1, 0x97, 0x4b, 0xf7, 0x8a, 0x68, 0xb5, 0xed, 0xaa, 0x35, 0xe5, 0x41, 0x72, 0xaa, 0x9c, 0xa6, 0xca, 0x18, 0xe0, 0xb3, 0x9f, 0xfd, 0xec, 0xa5, 0x3b, 0xef, 0xbc, 0xf3, 0xcf, 0xf0, 0x29, 0x15, 0x16, 0x43, 0x26, 0x93, 0x81, 0x07, 0x1f, 0x7c, 0x10, 0x76, 0xee, 0xdc, 0x09, 0xfd, 0xfd, 0xfd, 0x0c, 0x0a, 0xa9, 0xd5, 0x9b, 0x5d, 0xc7, 0x19, 0x90, 0x5e, 0xab, 0xda, 0xc7, 0x54, 0x11, 0x6f, 0x89, 0xcf, 0xa2, 0xbe, 0xaf, 0xda, 0xcf, 0x3b, 0xe1, 0xb2, 0x9c, 0xdf, 0x10, 0xf6, 0xdd, 0x51, 0x8e, 0xad, 0x7a, 0xaf, 0xe3, 0xec, 0x79, 0x48, 0x09, 0xd7, 0x9e, 0x46, 0x91, 0x4a, 0xd1, 0x52, 0x7b, 0x6e, 0xac, 0x8b, 0x5c, 0x3c, 0xf9, 0x34, 0x02, 0x40, 0x2f, 0x9b, 0x24, 0xcb, 0xb4, 0x17, 0x08, 0xe3, 0x17, 0xeb, 0x38, 0x63, 0x98, 0x34, 0x4a, 0xe6, 0x91, 0x47, 0xa0, 0x61, 0xf3, 0x66, 0x48, 0xd0, 0xe4, 0x49, 0xcf, 0x1c, 0x01, 0x47, 0xb6, 0xf0, 0xeb, 0x43, 0xd1, 0x71, 0x21, 0x3e, 0xa0, 0x99, 0xbe, 0x34, 0xbe, 0xca, 0x18, 0x80, 0xd6, 0xe7, 0x3e, 0xf7, 0xb9, 0xaf, 0x23, 0x13, 0xf4, 0xe0, 0x45, 0xfe, 0x1b, 0xba, 0x2f, 0x4b, 0x88, 0xb7, 0x9e, 0x7b, 0xee, 0x39, 0xb6, 0xb5, 0xb4, 0xb4, 0x40, 0x22, 0x91, 0x08, 0x25, 0x72, 0xf1, 0xa6, 0x2b, 0x53, 0x76, 0x23, 0x32, 0x41, 0x54, 0x26, 0x89, 0x72, 0x1c, 0xaf, 0xbf, 0x3f, 0x2a, 0xf1, 0x96, 0xfb, 0xdd, 0x61, 0x29, 0xcb, 0xde, 0xfd, 0xae, 0x9e, 0x9a, 0x82, 0x7e, 0xf1, 0xa6, 0x09, 0x51, 0x77, 0x41, 0x25, 0x47, 0xc8, 0xaf, 0x11, 0xb0, 0x91, 0x56, 0x21, 0x23, 0x04, 0xfc, 0x29, 0xeb, 0x3e, 0x62, 0x16, 0x95, 0xd7, 0xaf, 0xd6, 0x8b, 0xe2, 0x1e, 0x4b, 0xa7, 0x4f, 0xb3, 0x16, 0xea, 0x89, 0x6d, 0xdb, 0x58, 0xee, 0x3f, 0xbf, 0x26, 0x62, 0x0a, 0x86, 0x93, 0x55, 0x2a, 0x68, 0x00, 0xb3, 0x50, 0xba, 0x6b, 0x7a, 0x39, 0xbd, 0x41, 0x89, 0x09, 0x3e, 0xf1, 0xde, 0xf7, 0xbe, 0xf7, 0x49, 0xbc, 0xc0, 0x9f, 0xc6, 0x97, 0x07, 0xf8, 0x85, 0x4f, 0x0b, 0x5d, 0x87, 0xeb, 0x41, 0xa8, 0xbf, 0x4d, 0xc7, 0xc9, 0x78, 0x24, 0x2a, 0x1b, 0x23, 0x2a, 0xc2, 0x9d, 0x58, 0x4c, 0xe1, 0xee, 0xf7, 0xe6, 0xd3, 0x70, 0x80, 0x6c, 0x42, 0x84, 0xb1, 0x0a, 0x65, 0x50, 0xa3, 0x85, 0xf5, 0x8b, 0xcb, 0x39, 0x59, 0xde, 0xfe, 0x4d, 0xe4, 0xfe, 0x5d, 0x3c, 0x76, 0x0c, 0xf4, 0x73, 0xe7, 0xa0, 0x01, 0x19, 0xa1, 0x81, 0x8a, 0x60, 0xbc, 0xf1, 0x10, 0x0e, 0xc5, 0xed, 0x1f, 0x5d, 0xf0, 0x96, 0x8a, 0x02, 0xcc, 0x55, 0xc5, 0x00, 0xb4, 0x3e, 0xff, 0xf9, 0xcf, 0xdf, 0x7f, 0xd7, 0x5d, 0x77, 0x5d, 0x3d, 0x3a, 0x3a, 0xfa, 0x62, 0xb4, 0x03, 0x7e, 0x0f, 0x6f, 0xde, 0x0e, 0xb0, 0xad, 0x6b, 0xd3, 0xea, 0x85, 0xae, 0xa1, 0x64, 0x40, 0xed, 0x63, 0xea, 0xb4, 0xe1, 0xc5, 0x22, 0xf7, 0xa9, 0x8e, 0xef, 0xd1, 0x6b, 0xcd, 0x76, 0xa7, 0x6a, 0xfc, 0x3d, 0xd2, 0x26, 0xf6, 0x73, 0xf6, 0x1e, 0xfb, 0x19, 0xb1, 0xd8, 0x66, 0xd4, 0x28, 0x71, 0x53, 0xf0, 0xa2, 0x90, 0xc6, 0x49, 0x22, 0x1e, 0x66, 0xd1, 0x68, 0xee, 0x12, 0xb4, 0x9b, 0xeb, 0x8a, 0xb3, 0x84, 0x29, 0x53, 0x35, 0x99, 0x4c, 0x04, 0x7a, 0x7b, 0x4a, 0x11, 0x65, 0x54, 0x42, 0x15, 0xb5, 0xc8, 0xc2, 0xc2, 0x22, 0x3b, 0x1f, 0x71, 0x58, 0x20, 0xc1, 0x42, 0x3a, 0x57, 0x2b, 0x76, 0x52, 0x70, 0xc6, 0x3f, 0x59, 0x7d, 0x52, 0x0d, 0xb0, 0x66, 0x21, 0x18, 0xd0, 0xd4, 0x9c, 0x62, 0x06, 0x9f, 0xae, 0x59, 0x55, 0x74, 0xba, 0x67, 0x4e, 0x6f, 0x81, 0xbc, 0x6b, 0xf2, 0xe0, 0x60, 0xbf, 0x07, 0x48, 0x99, 0x5f, 0x63, 0xba, 0x35, 0x27, 0x35, 0x30, 0x74, 0xad, 0xa6, 0xc6, 0x45, 0xa9, 0x02, 0x70, 0x59, 0xe8, 0xdf, 0x63, 0x9f, 0xd1, 0x04, 0xcc, 0x22, 0xa2, 0x0e, 0x2a, 0x8a, 0x4f, 0x6c, 0xdf, 0xce, 0x6a, 0x82, 0x35, 0xdb, 0x2d, 0x4c, 0xb6, 0x82, 0xa3, 0xf8, 0xa8, 0x87, 0x90, 0x3c, 0x55, 0x86, 0x3e, 0xaa, 0x9e, 0x01, 0x68, 0x21, 0x03, 0xd0, 0x55, 0xf8, 0x85, 0xbd, 0x79, 0x17, 0xb1, 0x61, 0xca, 0xde, 0x92, 0xf6, 0x63, 0xa3, 0xfd, 0x3c, 0x29, 0x3c, 0x4f, 0x28, 0x1e, 0x13, 0x7b, 0xf7, 0xef, 0xbd, 0x6d, 0xe7, 0xce, 0x1d, 0xdb, 0x91, 0x7d, 0xac, 0xee, 0xd1, 0x06, 0xcd, 0x06, 0x5b, 0x80, 0x6d, 0xdb, 0xb6, 0x32, 0xe2, 0xb6, 0x08, 0xca, 0x22, 0x22, 0xb6, 0x15, 0x8b, 0xee, 0x73, 0xdc, 0x92, 0xa9, 0x46, 0xe8, 0xeb, 0xeb, 0x5d, 0xb6, 0x1b, 0x44, 0xc3, 0x3c, 0x2e, 0x5c, 0x18, 0x64, 0x04, 0x4c, 0xde, 0x0b, 0xf2, 0x7f, 0xe7, 0x97, 0x2c, 0xd5, 0x4b, 0xde, 0x31, 0x72, 0x17, 0x37, 0x21, 0x51, 0x93, 0xdd, 0x34, 0x4b, 0x53, 0x17, 0x6d, 0xe6, 0xa5, 0xbf, 0x9b, 0x98, 0x1c, 0x67, 0x13, 0xdd, 0x37, 0x6c, 0x58, 0xcf, 0xf2, 0x8f, 0x88, 0x69, 0xda, 0xc7, 0xf1, 0xa6, 0x1d, 0x75, 0xa3, 0xf5, 0x05, 0x8a, 0xfc, 0x8a, 0x84, 0x4b, 0x99, 0xb8, 0x21, 0x79, 0xf4, 0x4a, 0x4f, 0x50, 0x95, 0xb1, 0x00, 0xeb, 0x7a, 0xaf, 0x50, 0x7d, 0x47, 0x80, 0xa3, 0xa2, 0x98, 0xcd, 0xc2, 0xc2, 0x91, 0x23, 0xa0, 0x9f, 0x3a, 0x05, 0x0d, 0x64, 0x87, 0xd2, 0x98, 0xa5, 0x96, 0x16, 0x87, 0xf8, 0x97, 0x50, 0x53, 0x14, 0xb2, 0xbe, 0xd1, 0xc2, 0xb5, 0x61, 0x80, 0x12, 0xe8, 0x31, 0x16, 0x10, 0xce, 0x08, 0x42, 0x9a, 0x5c, 0x4e, 0x69, 0xed, 0xed, 0xed, 0xbd, 0xed, 0xed, 0x6d, 0x2f, 0x68, 0x6e, 0x69, 0x66, 0x04, 0x41, 0x04, 0x4d, 0x84, 0x72, 0xe0, 0xc0, 0x3e, 0xfb, 0x46, 0xc8, 0xc4, 0xae, 0xda, 0x1a, 0x51, 0xfa, 0x27, 0xfc, 0xee, 0xaf, 0x28, 0x71, 0xad, 0x8a, 0x7f, 0x71, 0x23, 0x79, 0x6a, 0x74, 0x8b, 0x01, 0x2c, 0x17, 0x9e, 0x06, 0x85, 0x7c, 0x91, 0x6d, 0x13, 0x13, 0x13, 0xd4, 0xa2, 0x0f, 0x7a, 0x7a, 0x7a, 0x60, 0xfd, 0xfa, 0xf5, 0xa8, 0x2d, 0x16, 0x60, 0x66, 0x66, 0x86, 0x69, 0xb4, 0xf6, 0xb6, 0x76, 0x84, 0x8f, 0xb3, 0x56, 0x2e, 0x95, 0x1d, 0xec, 0x2a, 0x34, 0x26, 0xa5, 0xc3, 0xe7, 0x66, 0xa6, 0xf1, 0x3b, 0xb6, 0xb9, 0x11, 0xcf, 0x64, 0xa3, 0x75, 0x1f, 0x6d, 0x46, 0x92, 0xba, 0xf4, 0x49, 0x3e, 0x74, 0xd3, 0x97, 0x58, 0x56, 0x32, 0x16, 0xe0, 0xd9, 0x87, 0x98, 0x99, 0x08, 0xbf, 0x56, 0x1e, 0x9e, 0xaa, 0x34, 0x80, 0x97, 0x19, 0xb8, 0xad, 0x86, 0xd7, 0x73, 0x11, 0x99, 0x60, 0xf1, 0xe4, 0x49, 0x48, 0xd8, 0xe3, 0x5f, 0x29, 0x1e, 0x40, 0x82, 0xb3, 0xe0, 0x19, 0xfc, 0x87, 0x7f, 0x31, 0x53, 0x4f, 0x06, 0xd0, 0xed, 0xe3, 0x35, 0xd8, 0x8f, 0xa6, 0x67, 0xf3, 0x32, 0x84, 0xe1, 0x79, 0x6d, 0x0e, 0x0c, 0x0c, 0x5c, 0x87, 0xb0, 0x41, 0x23, 0x83, 0x9a, 0xc5, 0x16, 0xec, 0x22, 0xfc, 0xa6, 0xa6, 0x14, 0x1b, 0xa2, 0x11, 0x46, 0xf8, 0x44, 0x44, 0x45, 0x7c, 0x4c, 0x20, 0x01, 0x35, 0x24, 0x1a, 0xca, 0xa6, 0x78, 0xb3, 0x62, 0xfa, 0xd7, 0xa0, 0x11, 0xb5, 0x0e, 0x8f, 0x6a, 0x52, 0xde, 0x0e, 0x63, 0x86, 0x26, 0xab, 0x2e, 0x9a, 0xb4, 0x01, 0x31, 0x31, 0x42, 0x46, 0xe8, 0xe8, 0xe8, 0x60, 0x1a, 0xa1, 0xb7, 0xb7, 0x97, 0x31, 0x00, 0x31, 0x02, 0x69, 0x07, 0xee, 0xfb, 0x26, 0x47, 0x7f, 0xbe, 0xa3, 0x53, 0x3a, 0x7e, 0x9a, 0x6a, 0x5b, 0xaf, 0xb9, 0xc6, 0x21, 0x4c, 0x1d, 0xaf, 0x4b, 0x51, 0x89, 0xfb, 0xc3, 0xb3, 0x2a, 0x23, 0xb9, 0x3f, 0x85, 0xb8, 0x49, 0x2d, 0x5d, 0x9b, 0xf5, 0xd2, 0x02, 0xde, 0x0c, 0x54, 0x2d, 0x95, 0x62, 0xd1, 0x60, 0xbe, 0x16, 0xfc, 0x73, 0xd0, 0x4e, 0xd5, 0x8b, 0x01, 0x34, 0x0f, 0xf1, 0xf3, 0x47, 0xdd, 0x26, 0x74, 0x71, 0x33, 0x3d, 0x4c, 0xc0, 0x1f, 0x8d, 0xe6, 0xd6, 0xe6, 0xad, 0x56, 0x8a, 0x85, 0xce, 0xea, 0x5f, 0x53, 0xa9, 0x24, 0x3b, 0x74, 0xaa, 0xb9, 0x09, 0x96, 0x16, 0x97, 0x64, 0xa2, 0x27, 0x2c, 0x5d, 0x74, 0x87, 0x6c, 0xf0, 0xc7, 0x24, 0x32, 0x4f, 0x43, 0x80, 0x06, 0xa8, 0x46, 0x04, 0x05, 0x91, 0x82, 0xc6, 0x6c, 0x8e, 0xa4, 0x24, 0xfd, 0x39, 0x41, 0xd3, 0xd6, 0xdc, 0x6c, 0x95, 0x8f, 0x52, 0xb6, 0x29, 0x49, 0xff, 0xa1, 0xa1, 0x21, 0x68, 0x6d, 0x6d, 0x65, 0x4c, 0x40, 0x6e, 0x64, 0x3a, 0x67, 0xea, 0x58, 0x40, 0x5b, 0x96, 0xa6, 0xb2, 0xf7, 0xc9, 0xd3, 0x12, 0x67, 0x06, 0x07, 0x99, 0x34, 0xd3, 0xf8, 0x5c, 0x06, 0x64, 0x36, 0xd7, 0xdf, 0xaf, 0x95, 0xac, 0xc5, 0x2d, 0xc7, 0xeb, 0xc3, 0xaf, 0xe3, 0x72, 0x78, 0x77, 0xca, 0x35, 0x82, 0x7d, 0x31, 0x1c, 0xc5, 0x6b, 0x31, 0x11, 0x8e, 0xd6, 0xa2, 0x9f, 0x01, 0x8e, 0xd7, 0x8b, 0x01, 0xe2, 0xf6, 0x16, 0x13, 0x9e, 0xc7, 0x05, 0x66, 0xd0, 0xc0, 0x2a, 0x44, 0xa0, 0xad, 0x60, 0xbf, 0xef, 0x63, 0x0c, 0x84, 0x2f, 0xed, 0x34, 0xe1, 0x90, 0x92, 0xeb, 0xe8, 0xa6, 0x27, 0x13, 0x49, 0xcb, 0x98, 0x44, 0xa6, 0xe8, 0xec, 0xec, 0x80, 0x2c, 0x4d, 0x87, 0x37, 0x0a, 0x36, 0xf6, 0x77, 0x09, 0x9f, 0xa5, 0x65, 0x1b, 0x96, 0x1b, 0x91, 0xa4, 0x7f, 0x4d, 0x19, 0xa0, 0xc4, 0x8a, 0x15, 0x35, 0xa6, 0xad, 0x38, 0xf1, 0xeb, 0x5c, 0x03, 0x68, 0x2e, 0x43, 0xc4, 0x1b, 0xe2, 0xd0, 0xd3, 0xd7, 0xc4, 0x6c, 0x80, 0xc5, 0x85, 0x25, 0xc8, 0x2d, 0xe5, 0x60, 0x78, 0x78, 0x98, 0x69, 0x00, 0x62, 0x84, 0xbe, 0xbe, 0x3e, 0xd8, 0xbc, 0x79, 0x33, 0xfb, 0x2d, 0x19, 0xbc, 0x69, 0x06, 0x9d, 0xbf, 0x9d, 0x60, 0x98, 0x99, 0x9e, 0x86, 0xfc, 0xf8, 0x38, 0x34, 0x50, 0xb1, 0x07, 0x11, 0xb7, 0x6d, 0x24, 0x9b, 0x01, 0x85, 0xe5, 0x9a, 0x30, 0x8b, 0xc1, 0xd4, 0xa2, 0xd2, 0xd8, 0x2a, 0x24, 0xfc, 0x10, 0x42, 0x0f, 0x6a, 0xa2, 0xa5, 0x7b, 0x92, 0xdf, 0x16, 0xec, 0xa9, 0xf5, 0xf5, 0x66, 0x80, 0x58, 0x84, 0x8d, 0x33, 0x07, 0xf7, 0x49, 0x70, 0x26, 0xe0, 0x4c, 0x61, 0x58, 0x8f, 0x5a, 0x36, 0x86, 0x46, 0xe1, 0x7c, 0x66, 0x1e, 0x3a, 0xd7, 0x75, 0xc2, 0xfc, 0x7c, 0x06, 0x71, 0x73, 0x1f, 0xfb, 0x2b, 0x82, 0x36, 0x54, 0xc8, 0x92, 0x41, 0x83, 0x38, 0x87, 0x92, 0xd4, 0xe0, 0x52, 0xdf, 0x70, 0x3d, 0x2b, 0x84, 0x59, 0x13, 0xcb, 0xcc, 0x00, 0x44, 0xe4, 0xa9, 0x54, 0x4a, 0x90, 0xfc, 0x16, 0x14, 0xe2, 0x1a, 0xa0, 0x11, 0xcf, 0x3b, 0x85, 0x44, 0xbb, 0x88, 0xaa, 0x99, 0x7e, 0x03, 0xc1, 0xb4, 0xa9, 0x89, 0x29, 0x68, 0x4a, 0x35, 0x41, 0x2c, 0x17, 0xa3, 0x9e, 0x95, 0xcc, 0x4e, 0xa0, 0x7c, 0xaa, 0x75, 0xeb, 0xd6, 0x41, 0x0f, 0x32, 0xc4, 0xd4, 0xa6, 0x4d, 0x90, 0xb7, 0xf3, 0xd8, 0x0b, 0x78, 0x13, 0xe7, 0x51, 0x0b, 0x10, 0x7c, 0x22, 0x15, 0x4f, 0x75, 0xaf, 0xf4, 0xc8, 0x92, 0xe2, 0xbc, 0x75, 0xbc, 0x8a, 0x14, 0xe9, 0xd9, 0xb7, 0xbf, 0x43, 0x19, 0x16, 0x23, 0x01, 0x43, 0x03, 0xe9, 0xd8, 0x88, 0x52, 0x9e, 0xd2, 0x1e, 0x05, 0x72, 0x44, 0x90, 0xc4, 0xa1, 0xfd, 0x7c, 0x4a, 0xb5, 0x4f, 0x89, 0x08, 0x77, 0xbc, 0x5e, 0x39, 0xba, 0x2e, 0x31, 0x61, 0x9e, 0x18, 0xed, 0x9b, 0xf1, 0xb8, 0x41, 0x91, 0x00, 0x4f, 0xd4, 0x83, 0x01, 0x74, 0x61, 0x8b, 0x79, 0x9e, 0xab, 0x5e, 0xf3, 0xf7, 0x4c, 0x41, 0x23, 0xb0, 0xf7, 0xf3, 0x85, 0xc2, 0x28, 0xe2, 0xe9, 0x6d, 0xd9, 0x4c, 0x16, 0x72, 0x8b, 0x39, 0x68, 0x6a, 0x69, 0x82, 0x71, 0x24, 0x8e, 0xfe, 0x81, 0x01, 0xb6, 0x73, 0x1c, 0x89, 0xbb, 0x17, 0x0d, 0xe4, 0x25, 0x94, 0x8e, 0x99, 0xf9, 0x2c, 0x4a, 0xd3, 0x05, 0x4b, 0x7a, 0x31, 0x6d, 0x60, 0x38, 0x65, 0xa4, 0x39, 0x72, 0x1d, 0xf2, 0x62, 0x11, 0xc3, 0x19, 0xe7, 0x6d, 0xfd, 0xef, 0xb9, 0x59, 0x61, 0x38, 0xd7, 0xc9, 0x5a, 0x14, 0x5f, 0x6b, 0x1c, 0xf9, 0xe3, 0x7f, 0x76, 0x8c, 0x8a, 0x6c, 0x00, 0xdd, 0x0e, 0xc2, 0xe8, 0xb6, 0x2d, 0x90, 0x6a, 0x6a, 0x64, 0x01, 0x42, 0x3d, 0x1e, 0xc3, 0xf3, 0x5c, 0x84, 0x18, 0x6a, 0x81, 0x42, 0xba, 0x00, 0x33, 0xd3, 0x33, 0xf8, 0x9e, 0x0e, 0x43, 0x23, 0xc3, 0x30, 0x31, 0x36, 0xce, 0x6c, 0x82, 0xee, 0xae, 0x1e, 0x66, 0xeb, 0x10, 0x93, 0x90, 0xad, 0x40, 0xd3, 0xdd, 0x75, 0x5e, 0xc8, 0x81, 0x5f, 0x30, 0x8b, 0x84, 0xda, 0x8c, 0xaf, 0x1b, 0x76, 0xed, 0x02, 0x34, 0x90, 0x98, 0xa4, 0x33, 0x78, 0x51, 0x4c, 0x28, 0xee, 0xd7, 0x7c, 0xd3, 0x79, 0x0c, 0x64, 0xa8, 0xc2, 0xe8, 0x08, 0xe4, 0xd1, 0xb6, 0xe0, 0x4c, 0x14, 0x99, 0x40, 0xab, 0x9c, 0x34, 0x53, 0x33, 0x26, 0x53, 0xdc, 0xb3, 0x78, 0x57, 0x97, 0x24, 0x0c, 0x16, 0xd3, 0x69, 0x46, 0x27, 0xc2, 0x9a, 0x3a, 0x51, 0x07, 0x06, 0x10, 0x89, 0x9f, 0x7b, 0x73, 0xbc, 0xef, 0xe9, 0x25, 0x36, 0x47, 0x2b, 0x4c, 0x8e, 0x8f, 0xff, 0xaa, 0xa3, 0xa3, 0xfd, 0x66, 0x3a, 0xf0, 0xe8, 0xc8, 0x08, 0xec, 0xd8, 0xb5, 0x83, 0xf9, 0xd2, 0x47, 0x87, 0x47, 0xa0, 0xab, 0x67, 0x1d, 0x6a, 0x7f, 0xb4, 0xf2, 0x51, 0xc2, 0xb6, 0x21, 0x01, 0xb4, 0x23, 0xb7, 0xe7, 0x97, 0xf2, 0x0c, 0x37, 0x13, 0xc3, 0x90, 0xa1, 0x69, 0xda, 0x92, 0x8d, 0xe7, 0xd9, 0x18, 0x2c, 0x10, 0x64, 0x5a, 0x93, 0xea, 0x81, 0x0f, 0x2c, 0xd3, 0xdc, 0xd4, 0x63, 0x5e, 0xc4, 0xad, 0x4a, 0xa9, 0xd7, 0xe4, 0x17, 0x1a, 0x6f, 0xf4, 0xe5, 0x79, 0x1e, 0xb3, 0x21, 0x0e, 0x11, 0x3e, 0x49, 0x78, 0xd2, 0x06, 0x54, 0x55, 0x16, 0xb7, 0x63, 0x00, 0x54, 0x93, 0x4a, 0x8c, 0x42, 0x75, 0xc8, 0x84, 0xf3, 0x69, 0xdf, 0x05, 0xd4, 0x62, 0x53, 0x93, 0x93, 0xcc, 0x05, 0x4a, 0xe9, 0xe5, 0x4f, 0x1f, 0x7e, 0x86, 0x31, 0xc0, 0x00, 0x12, 0xfe, 0xb6, 0x6d, 0xdb, 0x60, 0xd7, 0x86, 0x0d, 0x20, 0x96, 0x72, 0x4c, 0x21, 0x53, 0x6c, 0xc0, 0xcf, 0x68, 0x68, 0x1c, 0xb9, 0xfc, 0xd8, 0xe4, 0x44, 0x1a, 0x0b, 0x14, 0x29, 0x25, 0x1a, 0x1f, 0x50, 0x93, 0x16, 0x10, 0x46, 0xe5, 0x11, 0x76, 0x19, 0x73, 0xe9, 0xea, 0x25, 0x73, 0xb9, 0xad, 0xd7, 0xc3, 0xbe, 0xab, 0xdc, 0xe6, 0x5c, 0x01, 0x02, 0x8b, 0xf5, 0x05, 0x12, 0x9d, 0x07, 0x13, 0xbe, 0xa9, 0x48, 0xbf, 0xb8, 0x0b, 0xfc, 0xe9, 0xca, 0xd5, 0x32, 0x80, 0xa6, 0x72, 0x67, 0x56, 0xb8, 0xe9, 0xa7, 0x4f, 0x9f, 0x7d, 0x6e, 0xd3, 0xd6, 0xcd, 0xe7, 0x1a, 0x93, 0x8d, 0x5b, 0x89, 0x78, 0x2f, 0x9c, 0x1f, 0x84, 0x6d, 0x3b, 0xb6, 0x31, 0xa2, 0x99, 0x99, 0x9e, 0x85, 0xb9, 0xd9, 0x79, 0xe8, 0xdf, 0xd4, 0xcf, 0x92, 0xf0, 0x08, 0xeb, 0x93, 0x71, 0xdc, 0x86, 0xb6, 0x01, 0x73, 0x97, 0x22, 0xae, 0x26, 0xad, 0x90, 0x43, 0xa9, 0xb6, 0x88, 0x44, 0x67, 0x30, 0x2f, 0x06, 0x38, 0x43, 0x3c, 0x9c, 0xa4, 0x36, 0x55, 0xeb, 0x3e, 0xc5, 0x45, 0xd5, 0xdc, 0xd1, 0x95, 0xee, 0x8f, 0xb3, 0xa5, 0x3c, 0x7f, 0x4e, 0x49, 0x80, 0x64, 0x74, 0x27, 0x91, 0xe0, 0x09, 0x9e, 0x35, 0x34, 0x24, 0xac, 0xe9, 0x99, 0xf6, 0xcc, 0x63, 0xd2, 0x62, 0x13, 0x13, 0x93, 0x68, 0xf8, 0x5a, 0x3d, 0x1e, 0xc8, 0xbb, 0x95, 0x25, 0x43, 0x78, 0x70, 0xc8, 0xb1, 0x0f, 0xd2, 0xb3, 0xe9, 0xb1, 0x4c, 0x26, 0x73, 0x0a, 0x5f, 0x1b, 0xc7, 0x8f, 0x1f, 0x37, 0x4e, 0x9c, 0x38, 0x61, 0x3c, 0x56, 0x28, 0xc4, 0xdf, 0x07, 0x70, 0x0b, 0xbf, 0xb0, 0xd3, 0xa8, 0x01, 0xe8, 0x37, 0xea, 0x78, 0x9e, 0x4b, 0x17, 0x2e, 0x30, 0x83, 0x38, 0x7f, 0xfa, 0x34, 0x68, 0xa4, 0x61, 0x90, 0x19, 0x34, 0xb1, 0x61, 0x16, 0xfe, 0x7e, 0x92, 0xf2, 0xe4, 0x1e, 0x34, 0xd0, 0xc6, 0x20, 0x78, 0x23, 0x74, 0x46, 0xa8, 0xad, 0x24, 0xae, 0x00, 0xee, 0xd4, 0x4a, 0xbb, 0x78, 0xa5, 0x55, 0xc3, 0x06, 0xd9, 0x79, 0x90, 0x76, 0x6b, 0x81, 0xf9, 0x31, 0x7f, 0x1e, 0x64, 0xbc, 0xd6, 0x73, 0x69, 0xe5, 0xbc, 0x4f, 0xae, 0xb7, 0x63, 0xcf, 0x1e, 0xff, 0xf6, 0x55, 0x07, 0xaf, 0xfc, 0x30, 0x12, 0x44, 0x03, 0x49, 0xcf, 0xd3, 0x27, 0x4f, 0xc1, 0xd6, 0xed, 0xdb, 0xa0, 0xd9, 0xb6, 0xf0, 0x87, 0x91, 0x98, 0x48, 0x9a, 0x6e, 0xd9, 0xba, 0x19, 0x36, 0x6e, 0xdc, 0x88, 0x30, 0xa9, 0xd9, 0x72, 0x3d, 0x42, 0x33, 0xb3, 0x1b, 0x78, 0x8d, 0xf2, 0x22, 0xc2, 0x20, 0x82, 0x48, 0x4b, 0x78, 0x0c, 0x52, 0x85, 0x05, 0xd4, 0x16, 0xf9, 0x7c, 0x41, 0x1a, 0xea, 0x67, 0x9a, 0xfe, 0x9b, 0xe1, 0x55, 0x01, 0xf4, 0x40, 0x06, 0x6d, 0xdc, 0xb6, 0x2d, 0x48, 0x52, 0x13, 0xae, 0x27, 0xc3, 0x37, 0x91, 0x4c, 0x38, 0xd8, 0x9f, 0xe0, 0x87, 0xe5, 0x89, 0x32, 0x60, 0x76, 0x26, 0x0d, 0x23, 0x17, 0x87, 0xe1, 0xe2, 0xd0, 0x10, 0x7b, 0xcf, 0xea, 0xa5, 0x84, 0xd2, 0x1e, 0xe1, 0xcf, 0xe0, 0xf9, 0x0b, 0xec, 0xfb, 0xe9, 0x35, 0x9e, 0xcf, 0xec, 0x13, 0xbf, 0x79, 0xf2, 0x73, 0xa8, 0xc5, 0x08, 0xac, 0xe6, 0xc5, 0x6d, 0x01, 0x60, 0x1b, 0x9a, 0xbb, 0xcc, 0xb1, 0xbd, 0x84, 0x58, 0x36, 0x8d, 0xda, 0x83, 0xb4, 0x1e, 0xef, 0x86, 0x46, 0x11, 0xd1, 0x02, 0xcd, 0xcd, 0xaa, 0x66, 0x06, 0x58, 0x0d, 0x25, 0xb1, 0x59, 0x82, 0x11, 0x6a, 0x09, 0x77, 0x7c, 0x44, 0xdc, 0xd3, 0x03, 0x9a, 0x30, 0x2f, 0x81, 0xd2, 0x47, 0x66, 0x3c, 0x0c, 0x80, 0xb7, 0xf1, 0x67, 0xf5, 0x60, 0x00, 0x55, 0x90, 0xab, 0x94, 0xff, 0x3f, 0xf4, 0xfd, 0xa1, 0xa1, 0xa1, 0xc1, 0x96, 0xb6, 0x96, 0x6f, 0xee, 0xdc, 0xb9, 0xe3, 0xed, 0xa4, 0x15, 0x88, 0x68, 0x4f, 0x1e, 0x3f, 0xc9, 0x8c, 0xc3, 0x0d, 0x1b, 0xfb, 0x58, 0x8a, 0x2c, 0x11, 0xd5, 0xd9, 0x33, 0xe7, 0xd8, 0x46, 0xc6, 0xe3, 0xa6, 0xcd, 0x9b, 0xd8, 0xd6, 0x8c, 0x52, 0x98, 0x7b, 0x32, 0xda, 0x04, 0xfc, 0xef, 0x26, 0xa4, 0x59, 0x51, 0xda, 0x3c, 0xe5, 0x8d, 0x9b, 0x56, 0x14, 0x99, 0xa6, 0xda, 0x80, 0x3d, 0xc6, 0x95, 0x1b, 0xb1, 0x04, 0x4d, 0x98, 0x21, 0x1b, 0xa3, 0x01, 0x75, 0x49, 0x7b, 0x26, 0x82, 0x5c, 0xc9, 0xc4, 0x1c, 0x2f, 0xa6, 0x5b, 0x71, 0x45, 0x1e, 0x9d, 0x61, 0x24, 0x7a, 0x8a, 0x0a, 0x67, 0xed, 0x08, 0x24, 0x37, 0x84, 0x09, 0x9e, 0x0d, 0xa2, 0x36, 0x9b, 0x11, 0x26, 0xb8, 0xa0, 0xdd, 0xb2, 0x78, 0xf8, 0xf0, 0xe1, 0xbf, 0xc7, 0x7d, 0x33, 0xaa, 0x6b, 0x83, 0x3a, 0xe3, 0xd7, 0x3b, 0xc1, 0xcd, 0x8b, 0x1b, 0x3d, 0x77, 0x0e, 0xda, 0x85, 0xee, 0x70, 0x94, 0x14, 0x56, 0xa0, 0x18, 0x41, 0xad, 0x25, 0xf1, 0x32, 0xc0, 0x9d, 0x8a, 0xb4, 0x4b, 0xc8, 0xe2, 0x01, 0x30, 0xc7, 0x75, 0x8c, 0x50, 0x4f, 0xcc, 0x57, 0xc2, 0xa3, 0x9c, 0xbe, 0x03, 0xe0, 0xe8, 0x1d, 0x75, 0x64, 0x00, 0x33, 0xc4, 0xcf, 0xef, 0x7d, 0x5f, 0x15, 0x17, 0x90, 0xde, 0x3b, 0x7e, 0xf4, 0xf8, 0x13, 0x24, 0xc5, 0x77, 0xec, 0xdc, 0xfe, 0x47, 0xa4, 0x09, 0xe8, 0x8b, 0xc6, 0x11, 0x06, 0x4c, 0x21, 0x9c, 0xe8, 0xe9, 0xeb, 0x81, 0xde, 0xbe, 0x5e, 0xa7, 0x33, 0xc5, 0xf4, 0xf4, 0x34, 0xdb, 0x9e, 0x3e, 0xfc, 0x34, 0x2b, 0xd0, 0xe9, 0x45, 0x69, 0xd0, 0xdd, 0x4b, 0xfb, 0xf4, 0x58, 0x9e, 0x13, 0x6f, 0x9b, 0x8d, 0x32, 0xa5, 0x8b, 0xf7, 0xef, 0x35, 0xcd, 0x9a, 0x6e, 0x3f, 0x31, 0x3e, 0xc9, 0xbc, 0x37, 0x63, 0x97, 0xc6, 0xf0, 0xdc, 0xc6, 0xd1, 0x80, 0xcd, 0x29, 0x35, 0x1a, 0xff, 0x5c, 0x74, 0x31, 0x22, 0x3c, 0x4a, 0x3f, 0xfd, 0xd4, 0xe1, 0x6f, 0x5c, 0x1a, 0xb9, 0x34, 0x2c, 0x78, 0xc1, 0xa4, 0x0d, 0xc5, 0xd5, 0xcf, 0x91, 0x01, 0xfe, 0x2b, 0xff, 0x9b, 0xb1, 0xf3, 0xe7, 0x61, 0xc7, 0x81, 0x03, 0xcc, 0xe6, 0x60, 0x1e, 0x8d, 0x75, 0xeb, 0x18, 0x04, 0xa2, 0x61, 0xd8, 0x2b, 0x61, 0x78, 0x96, 0x45, 0xf8, 0xb5, 0x84, 0x3b, 0xde, 0xfb, 0x83, 0x92, 0xbf, 0x81, 0xf7, 0x03, 0xb2, 0xd7, 0xb8, 0x2d, 0x18, 0x04, 0x43, 0xf5, 0x5e, 0x2d, 0x20, 0x94, 0x53, 0x0b, 0x06, 0x30, 0x02, 0xb6, 0xa2, 0x27, 0x10, 0x56, 0x14, 0x0c, 0x5f, 0xef, 0x6b, 0xcd, 0x6b, 0x4c, 0x9f, 0x38, 0x7e, 0xe2, 0xa9, 0xf9, 0xb9, 0xf4, 0xd4, 0xbe, 0x03, 0x07, 0xee, 0x48, 0x26, 0x13, 0x0c, 0xe0, 0x15, 0x91, 0xf0, 0x46, 0x47, 0x46, 0x91, 0xf8, 0x26, 0x60, 0x5d, 0xd7, 0x3a, 0xe6, 0x36, 0x24, 0x0f, 0x0c, 0x5f, 0xf3, 0x73, 0xf3, 0x6c, 0xa3, 0x5e, 0x3f, 0x8c, 0x48, 0x10, 0xa3, 0x13, 0x53, 0xb4, 0xb6, 0xb4, 0x42, 0x0b, 0x42, 0xa5, 0x96, 0xd6, 0x56, 0x3b, 0x75, 0x1b, 0xe1, 0x0c, 0xc2, 0x12, 0xf2, 0xcc, 0xc4, 0x63, 0x71, 0xf6, 0xda, 0x4a, 0x4e, 0x2b, 0xc2, 0x12, 0x42, 0xa5, 0x42, 0xb1, 0xc0, 0x88, 0x97, 0x9e, 0x13, 0x0c, 0x63, 0xc7, 0x9d, 0xa7, 0x63, 0x67, 0xf0, 0x71, 0x0e, 0xb2, 0x68, 0x6b, 0x84, 0x95, 0xfd, 0xd1, 0xfe, 0xd4, 0x59, 0x62, 0xca, 0xeb, 0x5e, 0xc4, 0x35, 0x97, 0x9e, 0x3b, 0xf1, 0xe4, 0x13, 0x4f, 0x7d, 0x17, 0x0d, 0xe2, 0x29, 0x4f, 0x6c, 0x44, 0x72, 0x09, 0x3f, 0x08, 0x70, 0xfe, 0x2d, 0x28, 0xb9, 0x10, 0xf8, 0xed, 0xe0, 0xee, 0xd0, 0x29, 0x14, 0x02, 0x3d, 0x7d, 0x7d, 0x0e, 0x41, 0x51, 0x32, 0x18, 0xaa, 0x91, 0x65, 0x97, 0xc4, 0x35, 0x83, 0x3b, 0x55, 0x10, 0x3e, 0x5f, 0xc9, 0x1d, 0x3b, 0xa4, 0x0c, 0xd9, 0x25, 0xca, 0xb9, 0x9a, 0x9a, 0x92, 0x3d, 0xbe, 0x00, 0xff, 0x18, 0x16, 0xc0, 0xaa, 0x76, 0x89, 0x84, 0x5c, 0xf4, 0x78, 0x78, 0x42, 0x89, 0x3c, 0x60, 0x73, 0x6c, 0x84, 0xe1, 0xe1, 0xd1, 0x0b, 0x63, 0x63, 0x13, 0x9f, 0x46, 0x9b, 0xe0, 0xe5, 0x7d, 0x7d, 0x7d, 0x2f, 0x45, 0xa9, 0x9f, 0xb4, 0x25, 0x28, 0x93, 0xac, 0xb4, 0x11, 0x16, 0xef, 0x5c, 0xd7, 0x01, 0xed, 0x28, 0xed, 0x1b, 0xed, 0x1a, 0x50, 0x7e, 0x21, 0xc9, 0x4b, 0x44, 0x3e, 0x77, 0xda, 0xa2, 0xd6, 0x1a, 0x44, 0xbd, 0x19, 0x5e, 0xcd, 0x40, 0xb0, 0x67, 0x76, 0x66, 0x16, 0xb7, 0x19, 0x84, 0x3c, 0x45, 0x5f, 0x41, 0x16, 0x32, 0x54, 0xfa, 0xfc, 0xb9, 0x0b, 0x3f, 0x43, 0xc6, 0xfe, 0x8d, 0x8d, 0xf3, 0x0d, 0x81, 0xf0, 0x0b, 0xaa, 0xed, 0x1c, 0xc0, 0x7f, 0xec, 0xb7, 0x19, 0x80, 0xd6, 0xe0, 0xf1, 0xe3, 0xd0, 0x8d, 0x0c, 0xc0, 0x83, 0x5d, 0x31, 0x94, 0x7c, 0xda, 0x89, 0x13, 0xe1, 0x5d, 0xa2, 0x2f, 0x07, 0xb7, 0x66, 0xb9, 0x91, 0x6b, 0x7e, 0x0f, 0x12, 0x09, 0x48, 0x08, 0x03, 0x43, 0x68, 0x5d, 0x3a, 0x7d, 0xda, 0x2b, 0xea, 0x1f, 0x79, 0xab, 0x22, 0x05, 0xa2, 0x66, 0x0c, 0xf0, 0xbe, 0xf7, 0xbd, 0x2f, 0x31, 0x3a, 0x3a, 0xda, 0x87, 0x2a, 0xbe, 0x17, 0x09, 0x33, 0x85, 0x5b, 0x1c, 0xb7, 0x18, 0x3d, 0xe2, 0x7b, 0xec, 0x71, 0x69, 0x69, 0x89, 0x3d, 0xc7, 0x4d, 0x7c, 0x8c, 0xe3, 0x05, 0xa4, 0x2d, 0x66, 0x3f, 0x8f, 0x89, 0xaf, 0x69, 0x3f, 0xfb, 0x75, 0x7c, 0x72, 0x7c, 0xea, 0xd9, 0xf9, 0x74, 0xe6, 0xc2, 0xfa, 0x0d, 0x7d, 0xd7, 0xb7, 0xb6, 0xb5, 0x1e, 0x40, 0xe2, 0x4b, 0xf0, 0xeb, 0x45, 0x3e, 0xf6, 0x91, 0xa1, 0x51, 0xc4, 0xdf, 0xa3, 0x0c, 0xb3, 0xf3, 0x1a, 0x65, 0x32, 0x54, 0x13, 0x8d, 0x49, 0xf0, 0xf6, 0xfe, 0x13, 0xcb, 0x29, 0x2d, 0x6f, 0xa9, 0xe1, 0xb9, 0x3f, 0x11, 0xba, 0x4b, 0x20, 0x9c, 0xa1, 0x76, 0x30, 0x8b, 0x8b, 0x0b, 0x0c, 0xfa, 0x90, 0xb7, 0xc7, 0x9f, 0x26, 0x6c, 0xd9, 0x07, 0x68, 0x67, 0x64, 0x11, 0xa2, 0x1d, 0xbd, 0x34, 0x3a, 0xf6, 0x1c, 0xfe, 0xa6, 0xa5, 0x0d, 0x1b, 0x36, 0xf4, 0xe3, 0xf9, 0x33, 0x69, 0x8f, 0x8f, 0x05, 0xc5, 0x96, 0xe7, 0xcf, 0x7f, 0x51, 0x2c, 0x9e, 0xbe, 0xe2, 0xc2, 0x85, 0x1c, 0x5e, 0x08, 0xc6, 0xf8, 0xe9, 0x91, 0x11, 0x98, 0x46, 0xe3, 0x6e, 0x9d, 0x3d, 0x31, 0x9d, 0xe1, 0xdf, 0x5d, 0xbb, 0x2c, 0x2d, 0x50, 0x4d, 0x80, 0xe9, 0x32, 0x81, 0x3b, 0xde, 0xd5, 0x48, 0x71, 0x11, 0xc1, 0x03, 0x46, 0xc9, 0x6f, 0xa3, 0x1e, 0xf8, 0x83, 0x47, 0xff, 0x52, 0xa9, 0x14, 0x86, 0x8a, 0xd6, 0xdb, 0xdf, 0xfe, 0xf6, 0x97, 0xe1, 0xc9, 0xff, 0x45, 0x3a, 0x9d, 0xbe, 0xb5, 0x89, 0x87, 0xe7, 0x6b, 0x5c, 0x48, 0x52, 0xc9, 0xdf, 0x14, 0xf3, 0x06, 0x64, 0xf2, 0x59, 0xc8, 0xcc, 0x65, 0xeb, 0x52, 0xc4, 0xa2, 0x0c, 0x85, 0xeb, 0x3c, 0xbe, 0xa7, 0x8a, 0x94, 0xc4, 0x9b, 0xfa, 0x7a, 0xd7, 0x5f, 0x47, 0x5b, 0x25, 0xd7, 0xf9, 0x04, 0xda, 0x3a, 0x7b, 0xcf, 0xba, 0x43, 0xce, 0x2f, 0x1c, 0x3b, 0x06, 0x9d, 0x37, 0xdf, 0xec, 0xde, 0x40, 0x6a, 0x02, 0x8b, 0x37, 0xbd, 0x28, 0xfa, 0xbd, 0x6b, 0x05, 0x77, 0x96, 0x29, 0x8a, 0x5b, 0x51, 0xfa, 0x01, 0xc2, 0x59, 0x1a, 0x95, 0x2a, 0x49, 0xff, 0x53, 0xa7, 0xbc, 0xe9, 0x1c, 0x67, 0x07, 0x00, 0xbe, 0x5d, 0x73, 0x06, 0x40, 0xe2, 0x7f, 0x21, 0xfe, 0x80, 0xff, 0xb0, 0x0b, 0x60, 0x56, 0x94, 0xe0, 0x97, 0xeb, 0x38, 0x2b, 0xb5, 0x8e, 0x6d, 0xdb, 0x06, 0xbb, 0xd1, 0x00, 0x8e, 0xd9, 0x37, 0x76, 0x66, 0x68, 0x08, 0x26, 0x51, 0x0b, 0x74, 0x51, 0xe4, 0xd3, 0x26, 0xc8, 0xe4, 0xde, 0xbd, 0x90, 0x7d, 0xf8, 0x61, 0x36, 0x21, 0xfe, 0x72, 0x8c, 0xe2, 0x56, 0xb2, 0x52, 0xe4, 0x11, 0x13, 0x70, 0xe6, 0x12, 0xc2, 0xc0, 0x91, 0x0b, 0x17, 0xbc, 0xd2, 0xff, 0xff, 0x7a, 0xa9, 0x05, 0x27, 0x6b, 0xcb, 0x00, 0xc8, 0x65, 0x7f, 0x03, 0x4e, 0x41, 0xfe, 0xf3, 0xbf, 0x4c, 0x71, 0x25, 0x57, 0x36, 0x99, 0x84, 0x33, 0x03, 0x03, 0xb0, 0x8b, 0xdf, 0x5c, 0x3c, 0xaf, 0x53, 0x4f, 0x3c, 0x01, 0xed, 0x2f, 0x7f, 0xb9, 0xe3, 0x11, 0xa2, 0x2c, 0xc8, 0xe4, 0xce, 0x9d, 0xb0, 0x68, 0xcf, 0xc8, 0xbd, 0xdc, 0xa2, 0xb8, 0x65, 0x1b, 0xbe, 0x28, 0x14, 0x62, 0x02, 0x0c, 0x64, 0xf6, 0xd1, 0x91, 0x23, 0x2c, 0xcf, 0x4a, 0x58, 0xa3, 0x48, 0xf9, 0xff, 0x50, 0x32, 0x86, 0x50, 0xee, 0x97, 0xbf, 0xe3, 0x1d, 0xef, 0xe8, 0xcb, 0xe7, 0xf3, 0x2f, 0xe2, 0x17, 0xab, 0xad, 0xbd, 0x0d, 0xfa, 0xd6, 0xf7, 0xd9, 0x29, 0xc1, 0xfe, 0x24, 0x73, 0x0e, 0xb9, 0xc5, 0x5e, 0x05, 0xaa, 0xae, 0x26, 0x9a, 0xd0, 0xeb, 0xc6, 0xb4, 0xd3, 0x17, 0x9c, 0x0b, 0xae, 0x99, 0x76, 0x06, 0xb0, 0x29, 0xc0, 0x6b, 0xb9, 0x55, 0x9e, 0x35, 0x05, 0xc5, 0xf4, 0xbf, 0xa7, 0xe8, 0x33, 0x6f, 0x0a, 0xed, 0xf4, 0xdc, 0xf3, 0x31, 0x9d, 0x63, 0x1a, 0xe0, 0xfe, 0xbd, 0xef, 0x1c, 0xd9, 0x13, 0x75, 0x05, 0x89, 0xdb, 0x94, 0xc9, 0x94, 0xff, 0x46, 0x53, 0x1c, 0x43, 0x78, 0x6d, 0x86, 0x84, 0x09, 0x99, 0xe7, 0xe0, 0x86, 0x6b, 0xc0, 0xf8, 0xc4, 0xa7, 0x41, 0xb7, 0x73, 0xdd, 0x17, 0xd1, 0xd0, 0x1e, 0x3a, 0x73, 0x06, 0x36, 0xef, 0x70, 0xec, 0x63, 0x68, 0xd8, 0xbe, 0x1d, 0x0a, 0x53, 0x53, 0x50, 0x18, 0x1b, 0x5b, 0xfe, 0x28, 0x6e, 0x9d, 0xe1, 0x8e, 0x04, 0x7d, 0xda, 0xdb, 0xa1, 0x11, 0x35, 0x9e, 0xe4, 0x59, 0x1b, 0x1d, 0x85, 0x09, 0x7f, 0xf9, 0xe3, 0x47, 0xde, 0x8e, 0x97, 0xaa, 0xe6, 0x0c, 0x80, 0xc4, 0xff, 0x7a, 0x32, 0x54, 0xf9, 0xeb, 0x1d, 0xbb, 0xb6, 0xc3, 0xa1, 0xdb, 0x5e, 0x2f, 0x5c, 0x58, 0x53, 0x6e, 0xd5, 0x51, 0xe2, 0xb5, 0xdb, 0xe3, 0x48, 0x1e, 0xd0, 0x50, 0xfd, 0x6b, 0xeb, 0x5f, 0xff, 0x6b, 0x90, 0x5e, 0x8b, 0x9c, 0xc8, 0x88, 0xd1, 0x43, 0xbc, 0x26, 0x84, 0xbd, 0xf6, 0x17, 0x53, 0xf9, 0x5f, 0xab, 0x27, 0xa5, 0x04, 0xee, 0xaf, 0x79, 0xdb, 0x38, 0x58, 0xaf, 0x07, 0x13, 0x0d, 0x70, 0xf2, 0x63, 0x7f, 0xe9, 0xda, 0x02, 0x28, 0xf1, 0xd6, 0xad, 0x5f, 0x0f, 0x2d, 0x3c, 0x07, 0x1e, 0x89, 0xac, 0x11, 0x61, 0xc1, 0x3c, 0x41, 0x21, 0x2a, 0xa3, 0x5c, 0x09, 0xb7, 0x66, 0x9d, 0xe0, 0x8e, 0x73, 0x7d, 0x1a, 0x1a, 0xa0, 0xe9, 0xba, 0xeb, 0xa4, 0xf6, 0x28, 0x46, 0x3e, 0x0f, 0x67, 0x9e, 0xf5, 0x0d, 0x7e, 0x79, 0xf8, 0xcd, 0x28, 0xfd, 0xdf, 0x12, 0xe1, 0x98, 0x65, 0x33, 0x00, 0xfe, 0xa8, 0xdb, 0xf9, 0x8f, 0x4b, 0x36, 0x26, 0xe1, 0x8a, 0xbd, 0x7b, 0x38, 0x63, 0x28, 0x82, 0x04, 0xea, 0x0b, 0xa0, 0x95, 0xf1, 0x6e, 0x94, 0xe3, 0x55, 0x7a, 0xcc, 0xda, 0x1f, 0xaf, 0xc4, 0x0d, 0x2c, 0xf3, 0x98, 0xe2, 0xf9, 0xf5, 0xbc, 0xe5, 0x0f, 0x61, 0xf8, 0xdb, 0xdf, 0x81, 0xcc, 0x73, 0xc7, 0x9c, 0x1b, 0x7f, 0xf4, 0x57, 0xbf, 0x82, 0x6b, 0x6e, 0xbd, 0x15, 0xe2, 0x7c, 0x62, 0x4f, 0x22, 0x01, 0x4d, 0xd7, 0x5f, 0x0f, 0x59, 0x7c, 0x9f, 0x3e, 0xbf, 0x1c, 0xa2, 0xb8, 0x91, 0x17, 0xfe, 0xc6, 0xa6, 0x6b, 0xaf, 0xf5, 0x35, 0x0d, 0x38, 0x77, 0xf8, 0x30, 0x4b, 0x79, 0x11, 0x3d, 0xce, 0x78, 0x45, 0xef, 0xd4, 0x22, 0x16, 0xf9, 0x95, 0xc5, 0x00, 0x6f, 0x7b, 0xdb, 0xdb, 0xd6, 0x23, 0xfe, 0xbf, 0x85, 0x5f, 0x38, 0x2a, 0x52, 0xd9, 0xbe, 0x7d, 0x2b, 0xf3, 0xcb, 0xff, 0xfa, 0xd1, 0xa7, 0x96, 0xbd, 0x63, 0xc0, 0xe5, 0xba, 0x36, 0xf6, 0xaf, 0x87, 0x0d, 0xfd, 0xeb, 0x7d, 0xc4, 0x48, 0x09, 0x7f, 0x56, 0xdd, 0xb3, 0x29, 0xc6, 0x0f, 0x1c, 0x62, 0x6a, 0x7d, 0xff, 0xfb, 0x20, 0xf3, 0xa7, 0xef, 0x63, 0x33, 0xc2, 0x68, 0x2d, 0x4c, 0x4f, 0xc3, 0x99, 0xe7, 0x9e, 0x83, 0x9d, 0x07, 0x0e, 0x38, 0xb1, 0x01, 0xbd, 0xa5, 0x05, 0x1a, 0x91, 0x50, 0xb2, 0x8f, 0x3d, 0x16, 0x98, 0xec, 0xb7, 0x5a, 0xdd, 0x9a, 0x21, 0x41, 0x17, 0x68, 0xba, 0xe6, 0x1a, 0x96, 0xf3, 0x23, 0xae, 0x89, 0xb3, 0x67, 0x61, 0x1c, 0xe1, 0x8f, 0x47, 0x9c, 0x7c, 0x16, 0x25, 0xff, 0x53, 0x51, 0x0f, 0x5d, 0x16, 0x03, 0x20, 0xf1, 0x1f, 0xe2, 0xf0, 0x87, 0x7e, 0xe8, 0xce, 0xdd, 0xbb, 0x58, 0x79, 0xdf, 0xc8, 0xf0, 0x28, 0x8b, 0x7e, 0xae, 0xad, 0x68, 0x6b, 0x74, 0x64, 0xcc, 0xc7, 0x00, 0x14, 0x58, 0x3b, 0x79, 0xec, 0xb4, 0x32, 0xa5, 0xc2, 0x59, 0x89, 0x26, 0x88, 0xfd, 0xfe, 0xef, 0x83, 0xfe, 0xaf, 0xff, 0xea, 0x1e, 0x0b, 0x0d, 0xdf, 0xb6, 0x8e, 0x0e, 0xe8, 0xeb, 0xef, 0x77, 0x88, 0x96, 0x0c, 0xc4, 0xd4, 0xc1, 0x83, 0x90, 0x7d, 0xea, 0x29, 0xe6, 0x19, 0xba, 0x1c, 0xe1, 0x8e, 0x48, 0xfc, 0xe4, 0xf1, 0xf1, 0x66, 0x7b, 0x66, 0xd1, 0xde, 0x39, 0x7b, 0xf4, 0xa8, 0x77, 0xef, 0x27, 0x26, 0x01, 0x3e, 0x5a, 0xce, 0xe1, 0xcb, 0x62, 0x00, 0xfc, 0x91, 0x87, 0xf8, 0x8f, 0xa5, 0x14, 0x83, 0xdd, 0xbb, 0x77, 0xb0, 0x4b, 0xc1, 0x82, 0x50, 0xde, 0xb6, 0x75, 0x6b, 0x2b, 0x70, 0xb1, 0x62, 0x1e, 0x24, 0xf4, 0x46, 0xa1, 0x03, 0x04, 0xf9, 0xaf, 0x17, 0x73, 0x0b, 0x78, 0x1d, 0xc3, 0x6f, 0x89, 0xf9, 0xba, 0xd7, 0x81, 0x79, 0xf2, 0x24, 0x68, 0x02, 0xee, 0x3d, 0xf9, 0xeb, 0x5f, 0xb3, 0x1e, 0xa2, 0xeb, 0x84, 0x9c, 0xf8, 0x58, 0x5f, 0x1f, 0x83, 0x43, 0x0b, 0xbf, 0xf9, 0x0d, 0xcb, 0x1e, 0x35, 0xcb, 0x99, 0xe8, 0xbe, 0xd2, 0x70, 0x47, 0x84, 0x3d, 0xc8, 0xc8, 0xac, 0x09, 0x96, 0xb0, 0x96, 0xe6, 0xe6, 0xe0, 0xd8, 0xe3, 0x8f, 0x7b, 0x7d, 0xfe, 0xf3, 0x78, 0x16, 0x6f, 0xfe, 0x33, 0x80, 0x5c, 0x5d, 0x18, 0xe0, 0x8e, 0x3b, 0xee, 0xd8, 0x80, 0x17, 0xf1, 0x45, 0xfc, 0x75, 0x77, 0x77, 0x17, 0x6c, 0xda, 0x32, 0x00, 0x4b, 0x4b, 0x05, 0xa6, 0xba, 0xb5, 0xd5, 0x3b, 0x11, 0x7b, 0x55, 0xae, 0xa9, 0x89, 0x69, 0xd8, 0x38, 0xb0, 0x5e, 0xb8, 0xd7, 0x3a, 0x64, 0x32, 0xf3, 0xd0, 0xd6, 0xda, 0x59, 0x52, 0x22, 0x9a, 0xef, 0x7e, 0x37, 0x68, 0x1f, 0xfb, 0x18, 0x8d, 0xba, 0xb1, 0x88, 0x90, 0xd2, 0xc8, 0x1f, 0x79, 0x04, 0x0e, 0xbc, 0xf8, 0xc5, 0xd0, 0x2a, 0x94, 0x05, 0xc6, 0xba, 0xba, 0x20, 0x75, 0xd3, 0x4d, 0x90, 0x45, 0x62, 0x01, 0x5e, 0x13, 0xb0, 0xda, 0xe1, 0x0e, 0xff, 0x99, 0xd4, 0x0d, 0x04, 0x19, 0xd8, 0x5b, 0xe8, 0x92, 0x47, 0xbc, 0x7f, 0xec, 0xd1, 0x47, 0x7d, 0x36, 0x27, 0x52, 0xdf, 0xbb, 0xef, 0x50, 0xd4, 0xfc, 0xd6, 0x52, 0x03, 0xdc, 0x06, 0x56, 0x17, 0x37, 0x46, 0xec, 0x57, 0xec, 0xdb, 0xc3, 0x3c, 0x10, 0x17, 0x2f, 0x8e, 0x38, 0x39, 0xf1, 0x6b, 0x2b, 0xfa, 0x1a, 0x1f, 0x9b, 0x90, 0x18, 0x80, 0xd6, 0x86, 0xfe, 0x0d, 0x30, 0x3f, 0xbb, 0xe0, 0xcc, 0x62, 0x0b, 0x5c, 0x9d, 0xc8, 0x24, 0x1f, 0xf8, 0x00, 0xc0, 0xdf, 0xfc, 0x0d, 0x4d, 0x25, 0x77, 0x8c, 0xe2, 0xe7, 0x1e, 0x7e, 0x18, 0xf6, 0xbf, 0xe8, 0x45, 0xd0, 0x62, 0xd7, 0x0d, 0x30, 0x26, 0xc0, 0xe7, 0xcd, 0xb7, 0xdc, 0x02, 0x8b, 0x08, 0x87, 0xf2, 0x9e, 0x68, 0x71, 0x14, 0xa9, 0xbf, 0xdc, 0x84, 0xcf, 0x5d, 0x9d, 0xe4, 0xed, 0xf1, 0x1a, 0xbc, 0x44, 0xfc, 0xc7, 0x91, 0xf8, 0x17, 0x16, 0x7d, 0xde, 0xcd, 0xbf, 0x7e, 0x4b, 0x48, 0xc2, 0x5b, 0xcd, 0x18, 0x80, 0xff, 0xf0, 0x0e, 0xdb, 0xf8, 0xa5, 0xab, 0x73, 0x69, 0x78, 0x6c, 0x0d, 0xfe, 0x54, 0xb0, 0x16, 0x17, 0x72, 0x2c, 0xdb, 0x34, 0x91, 0x70, 0x0b, 0xf8, 0xb7, 0x6c, 0xdb, 0x02, 0x8f, 0xfd, 0xe7, 0xaf, 0xa1, 0xa3, 0xbd, 0xb3, 0xf4, 0x01, 0xf6, 0xec, 0x01, 0xf3, 0xfd, 0xef, 0x07, 0xf3, 0xd3, 0x9f, 0x76, 0x70, 0x3e, 0xe5, 0xc2, 0x3c, 0xf3, 0xe0, 0x83, 0xb0, 0xf7, 0xe6, 0x9b, 0xa1, 0x43, 0x08, 0x14, 0x51, 0xca, 0x70, 0xea, 0xc6, 0x1b, 0x41, 0x47, 0xe8, 0x94, 0xc3, 0x6d, 0x55, 0x79, 0x77, 0xbc, 0x66, 0xce, 0xd6, 0xad, 0x90, 0xda, 0xb7, 0xcf, 0xd7, 0x09, 0x9a, 0xc1, 0x1e, 0x34, 0xec, 0x17, 0x64, 0x8f, 0x0f, 0xad, 0x7b, 0x91, 0xf8, 0xff, 0xe2, 0x8e, 0x0a, 0xbf, 0x2f, 0x12, 0x03, 0xbc, 0xfe, 0xf5, 0xaf, 0xdf, 0x82, 0xc4, 0xff, 0x02, 0xce, 0xfd, 0xeb, 0x37, 0xac, 0x47, 0xe9, 0xd5, 0xcf, 0xaa, 0xae, 0xe6, 0xd2, 0xf3, 0x6b, 0x0c, 0x50, 0xe1, 0x9a, 0x9e, 0x9a, 0x81, 0xbe, 0xf5, 0xae, 0x67, 0xa3, 0x13, 0x8d, 0xd9, 0x7c, 0x31, 0x1f, 0xfd, 0x7a, 0xa2, 0x94, 0x34, 0xff, 0xe4, 0x4f, 0xa0, 0xf8, 0xc5, 0x2f, 0xba, 0x9d, 0xd2, 0x6c, 0x4d, 0xb0, 0xfb, 0x86, 0x1b, 0xa0, 0x7b, 0xfd, 0x7a, 0xa9, 0x81, 0x6e, 0x72, 0xd7, 0x2e, 0x88, 0xa3, 0x6d, 0x40, 0x2d, 0x05, 0x8b, 0x42, 0xca, 0xb0, 0xb9, 0x0a, 0x08, 0x9f, 0x72, 0x7b, 0xc8, 0xd8, 0xf5, 0x46, 0x78, 0xb9, 0xc1, 0x7b, 0x1c, 0x61, 0x9c, 0xa7, 0xc8, 0x9d, 0xce, 0xeb, 0x7b, 0x03, 0x00, 0x7f, 0xac, 0x55, 0xd1, 0xf4, 0x2f, 0x0a, 0x03, 0x50, 0xa7, 0xb6, 0x43, 0x1c, 0xfe, 0xd0, 0xcd, 0xd9, 0xbb, 0x7f, 0x0f, 0xeb, 0xd6, 0x76, 0xe1, 0xdc, 0xe0, 0x1a, 0xf4, 0xa9, 0x62, 0x4d, 0x8e, 0x4f, 0x49, 0x0c, 0x40, 0xab, 0x17, 0x31, 0x2f, 0xbf, 0xce, 0x91, 0xb0, 0xf2, 0xad, 0xb7, 0xb2, 0xc9, 0x28, 0xc5, 0xaf, 0x7d, 0xcd, 0x71, 0x8f, 0x92, 0x4d, 0x40, 0x50, 0x61, 0x1e, 0xb5, 0xc4, 0x26, 0xdc, 0x74, 0x41, 0xc2, 0x53, 0x0d, 0x71, 0x33, 0x6a, 0x88, 0xfc, 0x85, 0x0b, 0xac, 0x9d, 0xa0, 0xc1, 0xdb, 0xab, 0xac, 0x10, 0xdc, 0xa1, 0x94, 0x66, 0x4a, 0xe3, 0xa0, 0xf4, 0x06, 0xd5, 0x50, 0x0f, 0x72, 0x75, 0x92, 0xb7, 0xc7, 0x3f, 0xba, 0x16, 0xbe, 0x97, 0x04, 0xb8, 0xbd, 0x54, 0xae, 0x4f, 0x4d, 0x18, 0x00, 0xd7, 0x1b, 0xf9, 0x85, 0xe8, 0xe9, 0xe9, 0x86, 0xad, 0x5b, 0xb6, 0xb0, 0x13, 0x1a, 0x1b, 0x9d, 0x58, 0x93, 0xfe, 0x55, 0xc2, 0x20, 0x8a, 0xa1, 0x88, 0x83, 0xb9, 0x37, 0x6f, 0xdb, 0x0c, 0x47, 0x8f, 0x9c, 0x60, 0x7d, 0x43, 0x23, 0x3b, 0x4b, 0x7e, 0xf7, 0x77, 0x41, 0x47, 0xbb, 0x20, 0xff, 0x99, 0xcf, 0x38, 0x0d, 0xb5, 0x88, 0x90, 0x87, 0x8e, 0x1d, 0x63, 0xdd, 0x11, 0x76, 0x5f, 0x7b, 0x2d, 0x24, 0x52, 0x29, 0x89, 0xb8, 0x69, 0xe8, 0x44, 0xbc, 0xbf, 0x1f, 0xf2, 0x23, 0x23, 0x0c, 0x16, 0x15, 0xa9, 0x89, 0xd4, 0x32, 0x26, 0x01, 0x32, 0xc2, 0x47, 0xb8, 0x43, 0x45, 0x3d, 0x9a, 0x6a, 0x30, 0x39, 0x5e, 0x97, 0x0b, 0x4f, 0x3f, 0x0d, 0xa3, 0xc3, 0xc3, 0xfe, 0xbf, 0x05, 0xf8, 0x26, 0x9e, 0xed, 0x3b, 0xde, 0x6a, 0xd5, 0x55, 0x40, 0x5d, 0x19, 0xe0, 0x75, 0xaf, 0x7b, 0xdd, 0x66, 0x64, 0x80, 0x1b, 0xf9, 0x05, 0xd9, 0xb4, 0x65, 0x13, 0xf4, 0xa2, 0xd4, 0xa2, 0x1c, 0xf8, 0x85, 0xec, 0x62, 0x55, 0x0c, 0xb0, 0xb4, 0x94, 0x63, 0xf5, 0xb9, 0x97, 0xdb, 0xa2, 0x96, 0x27, 0xc9, 0x64, 0x63, 0x4d, 0x8e, 0x35, 0x3b, 0x33, 0x07, 0x5d, 0xdd, 0x2e, 0xe6, 0xa7, 0xce, 0xd6, 0x4f, 0xfc, 0xfa, 0x49, 0x84, 0x43, 0x9d, 0x91, 0xfe, 0x9e, 0x77, 0x75, 0x23, 0x38, 0x14, 0xfb, 0xf3, 0x3f, 0x87, 0xe2, 0xdd, 0x77, 0x4b, 0xa9, 0x10, 0x73, 0xc8, 0x00, 0x4f, 0x3d, 0xf0, 0x00, 0x6c, 0xdb, 0xbf, 0x1f, 0x7a, 0x06, 0x06, 0x24, 0x9c, 0x4f, 0x83, 0x26, 0x58, 0x67, 0xe5, 0x8d, 0x1b, 0x21, 0x7f, 0xe9, 0x12, 0xeb, 0x15, 0xb4, 0x44, 0x39, 0x35, 0xf5, 0xea, 0xff, 0x4f, 0x2d, 0x64, 0x50, 0xc3, 0x25, 0xf0, 0x3c, 0x98, 0x5f, 0x3f, 0x80, 0x76, 0xe6, 0xf0, 0x5c, 0xce, 0x22, 0x4c, 0x53, 0xe0, 0x7d, 0x40, 0x93, 0xff, 0x53, 0x7f, 0x05, 0xf0, 0xb1, 0x73, 0x36, 0x72, 0x02, 0xab, 0xa0, 0xa8, 0x7e, 0x0c, 0x90, 0x4a, 0xa5, 0x6e, 0xe3, 0x69, 0xcf, 0xe4, 0x9d, 0xd8, 0x7b, 0xe0, 0x0a, 0xd6, 0xfb, 0xe6, 0xfc, 0x99, 0x0b, 0x55, 0x4b, 0xff, 0xd3, 0x67, 0x4f, 0x42, 0x76, 0x21, 0xbb, 0xaa, 0x88, 0x9b, 0x17, 0xb2, 0x07, 0x2d, 0x92, 0xd8, 0xa9, 0xc6, 0x14, 0x1c, 0xd8, 0x77, 0x75, 0xcd, 0xec, 0x00, 0x91, 0x01, 0xd8, 0xe8, 0xd9, 0xb6, 0x96, 0x50, 0xcf, 0x1a, 0x2f, 0xf2, 0xf7, 0x35, 0x08, 0x46, 0xb8, 0x63, 0xfc, 0xe5, 0x5f, 0x82, 0xfe, 0xb9, 0xcf, 0xd1, 0x34, 0x43, 0x67, 0xff, 0x62, 0x2e, 0xc7, 0x32, 0x48, 0x47, 0xcf, 0x9f, 0x87, 0x6d, 0x88, 0xb3, 0xa9, 0x34, 0xd4, 0xf4, 0x10, 0x26, 0xd5, 0xd5, 0x92, 0x7d, 0xd0, 0x88, 0x1a, 0x84, 0xb4, 0x42, 0x01, 0x19, 0xa7, 0x30, 0x39, 0xe9, 0xcc, 0x25, 0xae, 0x98, 0xe6, 0xa9, 0x93, 0x46, 0x57, 0x17, 0x23, 0x7c, 0xfa, 0x0e, 0xad, 0x31, 0x58, 0x70, 0xe4, 0xb3, 0x59, 0x18, 0x7c, 0xf6, 0x59, 0x18, 0x47, 0x06, 0xf0, 0xfd, 0x66, 0x80, 0x0c, 0x5a, 0x2d, 0x1f, 0x7a, 0x3f, 0xc0, 0x77, 0xc0, 0x6a, 0xa7, 0x2f, 0x74, 0x14, 0x94, 0x1e, 0x6b, 0x0e, 0x81, 0xde, 0xc0, 0x2f, 0xfa, 0xc6, 0xfe, 0x0d, 0x30, 0xd0, 0xbf, 0x91, 0x85, 0xe7, 0x27, 0x10, 0xbf, 0x56, 0xc3, 0x00, 0x44, 0x48, 0xc9, 0x54, 0x12, 0x0d, 0xea, 0x0d, 0xd0, 0x21, 0xfa, 0xbe, 0x35, 0x2d, 0xf2, 0xec, 0x06, 0xeb, 0xfb, 0xb5, 0x28, 0x82, 0xc7, 0x9a, 0x3a, 0x58, 0x83, 0x35, 0x32, 0x76, 0x91, 0xf5, 0xef, 0xa4, 0xba, 0xe1, 0x44, 0x43, 0xa2, 0xea, 0xe3, 0xe5, 0x18, 0x0c, 0x2a, 0x22, 0x0c, 0x72, 0x5d, 0x9f, 0x9b, 0x10, 0x9e, 0x8c, 0x0e, 0x8d, 0x41, 0x4b, 0x73, 0x8b, 0x52, 0xda, 0x8b, 0x0d, 0x81, 0x7d, 0x5b, 0x4f, 0x0f, 0x14, 0x3e, 0xfa, 0x51, 0xd0, 0xbf, 0xf5, 0x2d, 0x88, 0x3f, 0xf4, 0x90, 0xf4, 0xf7, 0xf3, 0x48, 0xd0, 0xcf, 0xa0, 0x36, 0xe8, 0xc5, 0xe3, 0x6f, 0x44, 0xdc, 0xdd, 0xe8, 0x29, 0x64, 0xe2, 0x04, 0x4b, 0x65, 0x86, 0xbc, 0xd4, 0x90, 0x8a, 0xee, 0x8b, 0xe9, 0x34, 0x14, 0xa9, 0x67, 0x29, 0x6d, 0xd4, 0x8d, 0x8f, 0xda, 0x8f, 0x93, 0x96, 0xb0, 0x03, 0x6c, 0x04, 0x61, 0xd8, 0x86, 0x7f, 0xab, 0xa3, 0x70, 0xa4, 0x74, 0x0c, 0x4a, 0xd1, 0x26, 0x17, 0x2c, 0x6b, 0x57, 0x58, 0xc2, 0x4e, 0x24, 0xef, 0xd5, 0xd8, 0x99, 0x33, 0x30, 0x8c, 0x0c, 0xaa, 0x9a, 0x3e, 0x83, 0x38, 0xe7, 0xd8, 0xc3, 0x00, 0x7f, 0xfa, 0x55, 0x80, 0x93, 0x36, 0xf1, 0x73, 0x82, 0x2f, 0x7a, 0x9e, 0x17, 0xcb, 0x65, 0x84, 0x50, 0x06, 0x78, 0xd3, 0x9b, 0xde, 0xb4, 0x15, 0x1f, 0x6e, 0xe0, 0x17, 0x88, 0x9a, 0x54, 0x75, 0xa3, 0x0d, 0x40, 0x9d, 0xcd, 0x72, 0x8b, 0x4b, 0x55, 0x19, 0xc0, 0xe9, 0xb9, 0x59, 0x78, 0xd9, 0xcb, 0x5e, 0x0a, 0xf3, 0xe9, 0x2c, 0xcc, 0x4e, 0xcf, 0x5d, 0x36, 0xf0, 0xe7, 0xda, 0x6b, 0xaf, 0x83, 0x86, 0x86, 0x18, 0xc2, 0x94, 0xc3, 0xd0, 0xd3, 0x5d, 0x9b, 0x41, 0x1c, 0x99, 0xb9, 0x0c, 0xb4, 0x77, 0xba, 0x01, 0xac, 0x81, 0x81, 0x8d, 0x70, 0xe2, 0xe8, 0x09, 0x56, 0xcc, 0xcf, 0x57, 0xa9, 0xb9, 0x08, 0xd2, 0x46, 0x83, 0x3a, 0xee, 0xb8, 0x03, 0x3a, 0xae, 0xbb, 0x06, 0x8c, 0x7f, 0xf8, 0x26, 0x18, 0x33, 0xb3, 0x22, 0x17, 0xb1, 0x0e, 0x13, 0x63, 0xa8, 0x21, 0xba, 0x10, 0xfa, 0x10, 0x23, 0x34, 0xb5, 0xb6, 0x06, 0x0b, 0x19, 0xfc, 0x8c, 0xb6, 0x7a, 0x74, 0x5b, 0xa5, 0x22, 0x96, 0xb1, 0xd3, 0xa7, 0x61, 0x94, 0xfa, 0x93, 0xaa, 0xe6, 0xb5, 0xe1, 0xcf, 0xc6, 0x33, 0xff, 0xa7, 0x4f, 0x01, 0x7c, 0xe2, 0x2c, 0x00, 0x41, 0x85, 0x84, 0x40, 0xe4, 0x31, 0xe1, 0xb9, 0xb7, 0xdb, 0x20, 0x7f, 0xdf, 0xac, 0x8a, 0x01, 0x90, 0xc0, 0x1d, 0xf8, 0x43, 0x9d, 0xd8, 0xae, 0xbc, 0x72, 0x1f, 0xcb, 0xfb, 0x1f, 0x1a, 0x1c, 0xa9, 0x1a, 0xfe, 0x50, 0xd8, 0xbf, 0xbd, 0xbd, 0x1d, 0x46, 0x06, 0x2f, 0xaf, 0x38, 0xc2, 0x0c, 0x42, 0x96, 0x1d, 0xbb, 0xb7, 0x31, 0xfb, 0xa5, 0x56, 0xe7, 0x3d, 0x33, 0x9d, 0x96, 0x18, 0x80, 0x4d, 0x8b, 0x49, 0x36, 0x38, 0xc7, 0xe7, 0x1e, 0x10, 0x71, 0xc8, 0x60, 0xd8, 0xc6, 0x19, 0x61, 0x66, 0xdf, 0x7e, 0xd8, 0x7e, 0xef, 0xdf, 0xc3, 0xcc, 0x57, 0xbf, 0x0e, 0xb9, 0x7f, 0xfb, 0x81, 0x3c, 0x35, 0x11, 0x9f, 0x4f, 0x52, 0x75, 0x19, 0x6e, 0xc4, 0x00, 0x64, 0x1f, 0x74, 0x11, 0x36, 0x4f, 0x26, 0xeb, 0x7a, 0xfd, 0xc8, 0xb8, 0x9d, 0x1d, 0x1d, 0x65, 0xad, 0x4b, 0xa8, 0x3d, 0x64, 0x90, 0x7b, 0x75, 0x11, 0xe0, 0x38, 0xea, 0xaf, 0xbf, 0xfe, 0x06, 0xc0, 0x61, 0x5b, 0xa2, 0x37, 0x28, 0x88, 0xbc, 0x54, 0xb7, 0xc1, 0x92, 0xda, 0x20, 0x5e, 0xc2, 0xc0, 0x3a, 0xc4, 0xa5, 0xff, 0xd6, 0x6d, 0x5b, 0xa0, 0xa7, 0xb7, 0x07, 0xf2, 0xf9, 0x25, 0x98, 0x9e, 0x98, 0xa9, 0xfa, 0xe6, 0xf3, 0xa1, 0x17, 0xba, 0x1e, 0xbb, 0xac, 0x0c, 0x60, 0x3e, 0xfe, 0xa8, 0xb5, 0xb5, 0xb9, 0x66, 0x0c, 0x40, 0xde, 0x20, 0xd6, 0xfa, 0x50, 0x38, 0xde, 0xc6, 0x8d, 0x1b, 0x60, 0x21, 0x93, 0x63, 0x2d, 0xe2, 0xa3, 0x1a, 0xc3, 0xe2, 0x9c, 0x04, 0xda, 0xa8, 0x2b, 0xc6, 0x22, 0x6a, 0xe9, 0xce, 0x0f, 0xdc, 0x09, 0xa7, 0x76, 0xed, 0x84, 0xec, 0x17, 0xbf, 0x0a, 0x7d, 0xfe, 0x9e, 0xf9, 0x90, 0x45, 0x98, 0x73, 0xfe, 0xe8, 0x51, 0xd6, 0x75, 0xa2, 0x0d, 0xf1, 0x7a, 0x3b, 0x6e, 0x6d, 0x88, 0xd9, 0x53, 0x28, 0xa0, 0xaa, 0x76, 0x73, 0xe3, 0x79, 0x2c, 0xd2, 0xfc, 0x03, 0xb4, 0x29, 0xa8, 0x5d, 0xe1, 0x34, 0x3e, 0x86, 0x0d, 0xd9, 0xc3, 0x4f, 0xa6, 0x11, 0xe7, 0xfc, 0xfd, 0xdf, 0x02, 0x7c, 0xb7, 0x60, 0x79, 0x79, 0xe2, 0x15, 0x18, 0xba, 0x26, 0x04, 0x37, 0x62, 0x8b, 0xc6, 0x00, 0x6f, 0x7e, 0xf3, 0x9b, 0xb7, 0xe3, 0x89, 0x3a, 0x85, 0xdc, 0xbb, 0xf7, 0xec, 0x62, 0x11, 0xe0, 0x6c, 0x26, 0xc3, 0x66, 0x46, 0x55, 0x73, 0xf3, 0x17, 0x73, 0x8b, 0xc8, 0x4c, 0xdd, 0x08, 0x7f, 0x2e, 0xc7, 0x20, 0x9a, 0xce, 0x98, 0xa0, 0x6f, 0x43, 0x1f, 0xcc, 0xcd, 0x64, 0x91, 0x91, 0x9b, 0x6b, 0x72, 0xd4, 0xec, 0xfc, 0x02, 0xb4, 0xb4, 0xb9, 0xc7, 0xda, 0xba, 0x75, 0x0b, 0x3c, 0xf0, 0x8b, 0x87, 0xa0, 0xa7, 0xcb, 0x6a, 0x02, 0x56, 0xaa, 0x87, 0x3f, 0x37, 0x9a, 0xc5, 0x8d, 0x6b, 0x97, 0xc6, 0xa6, 0x46, 0x68, 0xbb, 0xe1, 0x3a, 0xf8, 0xe1, 0xf1, 0x53, 0xd0, 0x78, 0xe2, 0x24, 0x5c, 0x8f, 0x52, 0xbf, 0x5f, 0xc1, 0x08, 0x4c, 0x6b, 0x8c, 0x8f, 0xb3, 0x8d, 0x39, 0x3d, 0x50, 0x13, 0xb5, 0x20, 0x13, 0xa4, 0x10, 0xd3, 0xa7, 0x10, 0xd3, 0x37, 0xe2, 0x23, 0x69, 0x08, 0x9a, 0xc0, 0x4e, 0x73, 0x1c, 0xf4, 0xb8, 0xd5, 0x14, 0xb8, 0x48, 0x71, 0x08, 0xdc, 0x0c, 0xd6, 0x82, 0x72, 0x09, 0x72, 0x48, 0x23, 0x34, 0x9d, 0x85, 0xb6, 0x79, 0xea, 0xd2, 0x6c, 0xa7, 0x6b, 0x84, 0x0a, 0x16, 0x80, 0x49, 0x24, 0xfc, 0xef, 0x20, 0xce, 0xff, 0xb7, 0x31, 0x0b, 0xee, 0x00, 0xb8, 0x5d, 0xc4, 0x55, 0x9b, 0x11, 0x22, 0xf9, 0x75, 0xf0, 0x0f, 0x61, 0x29, 0x8f, 0x01, 0xd0, 0x48, 0xbd, 0x9d, 0x02, 0x00, 0x74, 0xe1, 0xc9, 0xeb, 0xb3, 0x6f, 0xff, 0x15, 0x88, 0x7d, 0xe3, 0x2c, 0x7c, 0x7f, 0xfc, 0xe4, 0x73, 0xd2, 0x68, 0xd4, 0x72, 0x17, 0x35, 0xb8, 0x7a, 0xed, 0xef, 0xbf, 0x06, 0x2f, 0x4e, 0x06, 0x8e, 0x9f, 0x38, 0x76, 0x59, 0x91, 0x7f, 0x4c, 0xd7, 0x60, 0xf3, 0xd6, 0x8d, 0xb0, 0x61, 0xe3, 0x7a, 0x78, 0xfc, 0xb1, 0xef, 0x43, 0xbc, 0x06, 0xb3, 0x08, 0xa8, 0xf7, 0xe8, 0xc6, 0x4d, 0xaf, 0x94, 0xde, 0xa3, 0x62, 0xa3, 0xc5, 0x5c, 0x16, 0x1e, 0xfd, 0xf5, 0x23, 0xb2, 0x64, 0x37, 0x84, 0xa1, 0x20, 0xec, 0x7d, 0x93, 0x11, 0x21, 0x2b, 0xed, 0x34, 0x78, 0x47, 0x6c, 0xcd, 0x21, 0xe8, 0x9b, 0x6e, 0xbc, 0x01, 0x0a, 0xf9, 0x02, 0xeb, 0xad, 0xba, 0x7d, 0xe7, 0x36, 0x78, 0xe4, 0xd2, 0x18, 0x9c, 0x43, 0xc3, 0xb4, 0x7f, 0x7a, 0x7a, 0xf2, 0x77, 0x4e, 0x9d, 0x3a, 0x8f, 0x56, 0xcc, 0x55, 0x5a, 0x00, 0x1d, 0x10, 0x51, 0xcf, 0xa2, 0xd4, 0x9e, 0xf5, 0xf4, 0xd9, 0xac, 0xe5, 0x42, 0x36, 0x3c, 0x83, 0x84, 0xff, 0xa3, 0x2f, 0x03, 0xfc, 0x78, 0xce, 0x2a, 0x61, 0x5c, 0x56, 0xbf, 0x78, 0x3c, 0x04, 0xff, 0x3b, 0xf0, 0x67, 0xd7, 0x9e, 0x9d, 0xd0, 0xb9, 0x6e, 0x1d, 0xeb, 0xbb, 0x4f, 0x1d, 0xcf, 0x2e, 0x8d, 0x5d, 0xaa, 0xea, 0x4b, 0xa9, 0x86, 0x80, 0x5a, 0xa9, 0x9c, 0x3c, 0x71, 0x0a, 0x86, 0x87, 0x2f, 0x5e, 0x76, 0x71, 0x80, 0xa9, 0xe9, 0x49, 0xe8, 0xed, 0xeb, 0x43, 0xbb, 0x28, 0x01, 0xd3, 0xd3, 0x53, 0x35, 0x39, 0xe6, 0xd0, 0xc8, 0x10, 0xec, 0x14, 0x6a, 0x7c, 0x69, 0x1d, 0xbc, 0xe6, 0x20, 0x73, 0x3a, 0x10, 0x64, 0x60, 0xbd, 0x87, 0x04, 0xe2, 0x5f, 0x58, 0xc8, 0xd9, 0xad, 0xe0, 0xad, 0x8d, 0x3a, 0xd8, 0x19, 0x05, 0xfb, 0x35, 0x9b, 0x54, 0x99, 0x83, 0x02, 0x7e, 0x3e, 0x3b, 0x97, 0x86, 0xae, 0x7c, 0x17, 0x34, 0x21, 0x03, 0x50, 0xf5, 0xde, 0xaf, 0xfe, 0xf3, 0x31, 0xeb, 0xfb, 0x3a, 0x3b, 0xbb, 0x3e, 0xde, 0xd5, 0xf5, 0x89, 0xe4, 0xe4, 0xe4, 0x17, 0xfe, 0x0f, 0x80, 0xeb, 0x0f, 0x00, 0xdc, 0xd2, 0x05, 0xb0, 0x1f, 0xaa, 0x9f, 0x26, 0x5c, 0xda, 0xf8, 0xc5, 0x4b, 0x38, 0x0c, 0xf0, 0xc8, 0xc3, 0x00, 0xff, 0xf1, 0x23, 0xab, 0x67, 0xbf, 0xd7, 0x83, 0x13, 0x65, 0x33, 0x4b, 0x68, 0x07, 0xa3, 0x94, 0xf4, 0x0f, 0x64, 0x80, 0xdb, 0x6f, 0xbf, 0x7d, 0x07, 0x12, 0xff, 0x35, 0x1c, 0x5b, 0x1e, 0xb8, 0x72, 0x3f, 0xb4, 0xb5, 0xb5, 0x52, 0x2b, 0x6f, 0x26, 0x49, 0x0e, 0x1d, 0x7a, 0xa3, 0xcd, 0x25, 0x65, 0xfa, 0x84, 0xed, 0x3f, 0x60, 0x2a, 0x1d, 0x6f, 0xd2, 0xbe, 0x7d, 0x7b, 0xe1, 0x8a, 0x2b, 0xf6, 0x54, 0xee, 0x63, 0x0e, 0x3a, 0x01, 0xad, 0xbe, 0xc7, 0xa3, 0x76, 0xed, 0x44, 0x88, 0xb7, 0xbe, 0xec, 0x25, 0xb0, 0x94, 0x5b, 0x0a, 0x39, 0x5e, 0xf4, 0x73, 0x6b, 0x6c, 0x4c, 0xf9, 0xe0, 0x0d, 0xd9, 0x01, 0xb4, 0xf1, 0xe9, 0x98, 0xc5, 0x82, 0x35, 0xae, 0x94, 0x20, 0x28, 0x9b, 0xf0, 0x62, 0x5a, 0xcf, 0x59, 0x93, 0x5f, 0xc3, 0xf3, 0x58, 0x74, 0xf7, 0x25, 0x8d, 0x4b, 0xc1, 0xbb, 0x0d, 0x78, 0x2c, 0x1a, 0xc7, 0x74, 0xc9, 0xf6, 0xb3, 0xf7, 0xf6, 0xf6, 0x5e, 0x73, 0x74, 0x72, 0xf2, 0x3b, 0x5f, 0x01, 0xf8, 0x09, 0xbe, 0xfc, 0x09, 0xde, 0x89, 0xce, 0x97, 0x00, 0xec, 0xdd, 0x8a, 0xbc, 0xd7, 0x87, 0x1b, 0x5a, 0x1f, 0x3d, 0xb5, 0x20, 0x78, 0x83, 0x86, 0x5d, 0xa2, 0x51, 0x3b, 0x82, 0x06, 0x2d, 0x5a, 0xb4, 0x4f, 0xe1, 0x97, 0x9d, 0x2a, 0xba, 0x5d, 0xf1, 0x4a, 0xb9, 0x34, 0xc3, 0xde, 0x2f, 0x86, 0xec, 0x5f, 0x39, 0x03, 0xe0, 0xc5, 0x7e, 0x13, 0x7f, 0x4e, 0x23, 0x3e, 0xf7, 0x5c, 0xb1, 0x8b, 0x11, 0xed, 0x42, 0x66, 0xc1, 0x21, 0x80, 0x8a, 0x89, 0x49, 0xc0, 0x9b, 0x2c, 0xe8, 0x14, 0xd3, 0xab, 0x23, 0xce, 0x0a, 0x09, 0xbf, 0xe4, 0xf1, 0x4a, 0x7c, 0x4c, 0xe7, 0xdf, 0x8c, 0x5a, 0xac, 0xd9, 0xf6, 0xa5, 0x87, 0x1e, 0x2f, 0xe2, 0x79, 0x89, 0x0c, 0x20, 0x1e, 0x8f, 0x20, 0x12, 0x1b, 0x02, 0xa7, 0xb3, 0xc6, 0xea, 0x40, 0xaf, 0x8a, 0xf8, 0xb9, 0x6e, 0xe0, 0x33, 0x9d, 0xda, 0xdb, 0xe9, 0x76, 0x17, 0x6c, 0x9d, 0xcd, 0x10, 0x00, 0x4f, 0x3a, 0xb5, 0x66, 0xb7, 0x6e, 0xa7, 0x7b, 0xb9, 0xef, 0xc0, 0x15, 0x30, 0x8e, 0x18, 0x9f, 0x15, 0x35, 0xb5, 0xb4, 0xdc, 0x82, 0x1f, 0x7f, 0x8d, 0x13, 0xc9, 0x71, 0xc4, 0xde, 0xb8, 0x21, 0x9d, 0xb2, 0xf9, 0xcf, 0xfa, 0x8d, 0x00, 0x7d, 0xbb, 0x00, 0x36, 0x6f, 0x04, 0x18, 0xe8, 0x04, 0xe8, 0x6f, 0xc5, 0x0d, 0x01, 0x5f, 0x0b, 0xde, 0xfd, 0x14, 0x7e, 0x43, 0x13, 0x6e, 0x8d, 0x78, 0xf7, 0xe2, 0x48, 0xc9, 0x59, 0xa4, 0xba, 0x2c, 0x3e, 0x2e, 0x16, 0x69, 0x34, 0x17, 0xc0, 0x28, 0x12, 0xfc, 0x10, 0x5a, 0x12, 0x17, 0xcf, 0xe2, 0x23, 0x4a, 0xfa, 0xf3, 0x59, 0xb7, 0x1d, 0xa4, 0xd8, 0x2b, 0xd6, 0xfb, 0x5c, 0xf5, 0x58, 0x8c, 0xf8, 0x5a, 0xb5, 0x55, 0xec, 0x06, 0x3d, 0xc4, 0x9f, 0xec, 0xbf, 0x72, 0x1f, 0x2b, 0xb2, 0xa0, 0xb0, 0x34, 0x0d, 0xa8, 0x73, 0x6c, 0xec, 0x12, 0x04, 0x15, 0x56, 0x70, 0x1e, 0x38, 0xa2, 0xb3, 0x92, 0xe3, 0x45, 0x38, 0x56, 0xe4, 0xe3, 0x45, 0x3c, 0x56, 0xa4, 0xe3, 0x95, 0x71, 0xac, 0x92, 0xc7, 0xa3, 0x40, 0x9e, 0x6e, 0x31, 0x82, 0xdd, 0x8d, 0x89, 0xbd, 0x69, 0x88, 0x69, 0x90, 0x2c, 0x80, 0x58, 0xa4, 0x7e, 0x8b, 0xc8, 0x18, 0x28, 0xfd, 0x89, 0x41, 0x68, 0xd8, 0x78, 0x51, 0x67, 0x76, 0x01, 0x69, 0xdc, 0x96, 0xf6, 0x56, 0x38, 0x78, 0xed, 0x41, 0xf8, 0xe5, 0x03, 0x0f, 0x73, 0x4d, 0x3c, 0xb0, 0x69, 0xd3, 0xa6, 0x9e, 0xc1, 0xc1, 0xc1, 0xb3, 0x0a, 0x5f, 0xba, 0x86, 0x60, 0xe9, 0x1c, 0x6e, 0xe7, 0x21, 0xa4, 0x7f, 0xab, 0xc2, 0xfb, 0x02, 0x10, 0x3c, 0x09, 0xd4, 0x8c, 0x00, 0x6d, 0x4a, 0x31, 0x46, 0x14, 0xad, 0x51, 0x79, 0x20, 0x0c, 0xe1, 0xcf, 0x6e, 0x94, 0x16, 0x57, 0x73, 0xfc, 0x7f, 0xf5, 0x35, 0x57, 0x22, 0x7e, 0x4c, 0xc1, 0xc4, 0xd8, 0x84, 0x23, 0xa1, 0x54, 0xd2, 0xce, 0x2c, 0x4d, 0x31, 0x81, 0x04, 0x51, 0xf6, 0xf1, 0x4a, 0x10, 0x57, 0xc5, 0xc7, 0x33, 0xa3, 0x6b, 0x8b, 0x92, 0x0c, 0x69, 0x96, 0xa7, 0x7d, 0x42, 0x19, 0xd2, 0x94, 0xa5, 0x39, 0xa5, 0xa4, 0xe8, 0x9a, 0xc9, 0xda, 0x1f, 0xb0, 0x56, 0x2d, 0xa8, 0x49, 0x19, 0x2c, 0xa2, 0x99, 0x06, 0x86, 0x55, 0x54, 0x6f, 0xc6, 0x0c, 0xeb, 0x3d, 0x0a, 0x8a, 0x99, 0x04, 0x83, 0x4c, 0x36, 0x44, 0x9c, 0xea, 0x38, 0xfa, 0xfb, 0x37, 0xc2, 0xc8, 0x88, 0x55, 0x4c, 0xde, 0xd3, 0xd3, 0xf3, 0x12, 0x64, 0x80, 0xe7, 0x40, 0xdd, 0xbc, 0x58, 0x0f, 0x21, 0xfc, 0xa8, 0x0c, 0x50, 0x4f, 0x66, 0xa8, 0x7d, 0x2a, 0x04, 0xb5, 0x3d, 0xe1, 0xc4, 0x4f, 0x2d, 0xc8, 0x77, 0xee, 0xda, 0xce, 0x2e, 0x38, 0x8d, 0x00, 0xa2, 0xd9, 0x57, 0xa5, 0x29, 0xd0, 0x0c, 0xd5, 0xf9, 0x9a, 0x16, 0x84, 0x0b, 0x4a, 0x89, 0xcc, 0x90, 0xa6, 0x22, 0x9a, 0x59, 0xe2, 0x98, 0x66, 0xc0, 0x91, 0x02, 0x72, 0x6d, 0xb4, 0xf0, 0x6e, 0x3e, 0xa6, 0xd4, 0xed, 0xa7, 0xf4, 0x31, 0xe5, 0xe3, 0xf9, 0xf7, 0x31, 0x15, 0xf2, 0x3f, 0xec, 0x98, 0xbc, 0x77, 0x11, 0x6f, 0x16, 0xc6, 0x86, 0x5a, 0xe3, 0xad, 0x67, 0x84, 0xce, 0xed, 0x00, 0xc3, 0x4a, 0x8b, 0xb6, 0x8c, 0x66, 0x8b, 0x29, 0x68, 0xa2, 0x7d, 0x02, 0xb7, 0x6b, 0x6f, 0xb8, 0x06, 0x7e, 0xfc, 0x83, 0x7f, 0x67, 0xc7, 0x40, 0x9b, 0xee, 0x77, 0xf1, 0xe1, 0x6e, 0x90, 0x3b, 0x78, 0x97, 0xec, 0xdc, 0x1d, 0x91, 0x01, 0x82, 0xb4, 0x81, 0x8a, 0x09, 0xcc, 0x88, 0x8c, 0xa0, 0x62, 0x8c, 0xda, 0x79, 0x81, 0xf0, 0x82, 0xbe, 0x9a, 0x1b, 0xbf, 0x9b, 0xb7, 0x6c, 0x62, 0x59, 0x8f, 0xc4, 0x0f, 0x2d, 0x2c, 0x5c, 0x6e, 0x82, 0x38, 0x37, 0xd1, 0xf4, 0xbe, 0xd6, 0xe4, 0x9b, 0x66, 0x2a, 0xda, 0x42, 0x79, 0x5b, 0x53, 0x81, 0xf7, 0xb5, 0x06, 0xe1, 0x9f, 0x7b, 0x8e, 0x69, 0x7a, 0x08, 0xc5, 0x4b, 0xbc, 0xfe, 0x73, 0x08, 0xfb, 0x7b, 0x3f, 0xfb, 0xca, 0xbf, 0x29, 0x98, 0x55, 0xbd, 0x67, 0xa7, 0x09, 0x7f, 0x2f, 0xff, 0x8d, 0x29, 0xe9, 0x00, 0x6f, 0x0f, 0x3a, 0xd3, 0xfb, 0xb9, 0x66, 0x7a, 0x74, 0x86, 0xea, 0xef, 0xdd, 0x63, 0x14, 0x8d, 0xa2, 0x33, 0x32, 0x96, 0x8c, 0x61, 0xc3, 0x89, 0x1f, 0x98, 0xac, 0x5e, 0xa0, 0x88, 0x30, 0x96, 0x62, 0x3a, 0xf7, 0xff, 0xf8, 0xa7, 0xbc, 0xee, 0x60, 0xdb, 0x15, 0x57, 0x5c, 0xd1, 0x7b, 0xec, 0xd8, 0xb1, 0xf3, 0x21, 0x0c, 0x00, 0x11, 0x18, 0xc0, 0x2c, 0x43, 0x13, 0xa8, 0x98, 0x21, 0xaa, 0x56, 0x28, 0x69, 0xd8, 0x56, 0xcb, 0x00, 0x3b, 0xb9, 0x06, 0x38, 0xfc, 0xe4, 0xd3, 0xf0, 0xf5, 0xaf, 0x7e, 0x93, 0xcd, 0xc6, 0xf2, 0xf5, 0xcc, 0x74, 0xa6, 0x95, 0x7b, 0x6e, 0xaf, 0x54, 0x49, 0xe4, 0x97, 0x94, 0xa6, 0xa9, 0x98, 0xcf, 0x25, 0x62, 0xdd, 0x30, 0xe9, 0xac, 0x95, 0xb2, 0x27, 0xd5, 0x38, 0x3a, 0xf0, 0x98, 0x5a, 0x14, 0x1b, 0x55, 0x2b, 0xb1, 0xbf, 0x56, 0xe6, 0xf1, 0x64, 0x01, 0xa2, 0x3e, 0x33, 0x2d, 0xe8, 0xd0, 0xe1, 0xc7, 0x54, 0xec, 0xef, 0x8e, 0x87, 0xd2, 0x9c, 0x81, 0xe2, 0xcf, 0x3c, 0x7d, 0xc4, 0xa9, 0x3b, 0xa6, 0xcf, 0xba, 0xbb, 0xbb, 0x69, 0xea, 0xc6, 0x73, 0x15, 0x4a, 0x7e, 0x2d, 0x00, 0x06, 0x84, 0x69, 0x82, 0x30, 0x6d, 0xa0, 0x62, 0x88, 0xe5, 0x8b, 0x03, 0xe0, 0x05, 0x19, 0xc4, 0x87, 0x6e, 0xae, 0x5a, 0x1f, 0xfb, 0xd5, 0xe3, 0x0a, 0xe2, 0xad, 0x5d, 0x37, 0xe8, 0xb5, 0xb5, 0x32, 0x4b, 0x64, 0x80, 0x64, 0x32, 0x79, 0x1a, 0x9f, 0x66, 0x02, 0x88, 0x3e, 0x0a, 0xf4, 0x09, 0x83, 0x42, 0xa5, 0x34, 0x41, 0xc9, 0x74, 0x85, 0xe5, 0x66, 0x80, 0x0f, 0xe2, 0xc3, 0x8f, 0x70, 0x4b, 0xd6, 0xb3, 0x23, 0xf3, 0xda, 0x5a, 0x1d, 0x0b, 0x21, 0xd0, 0x17, 0x7e, 0xfa, 0xd3, 0x9f, 0x3e, 0xfd, 0xdb, 0xfa, 0xfb, 0x7d, 0x0c, 0xf0, 0xdd, 0xef, 0x7e, 0xf7, 0xe7, 0x87, 0x0e, 0x1d, 0xda, 0x81, 0xd2, 0xff, 0x8f, 0xf1, 0xe5, 0x2b, 0x90, 0x68, 0xa9, 0x31, 0x0b, 0xcd, 0x6d, 0x4e, 0xd4, 0x73, 0xc8, 0xc4, 0xda, 0x5a, 0xb6, 0x45, 0xa1, 0xeb, 0x09, 0x4d, 0xd3, 0x8e, 0xe2, 0x3d, 0xf9, 0xea, 0x0f, 0x7f, 0xf8, 0xc3, 0x87, 0x7f, 0x9b, 0x2f, 0x86, 0x32, 0x0e, 0x70, 0xdf, 0x7d, 0xf7, 0x0d, 0xe1, 0xc3, 0xff, 0xb2, 0xb7, 0xb5, 0xb5, 0xb6, 0x7e, 0xbb, 0x18, 0x60, 0x6d, 0xad, 0xad, 0x35, 0x06, 0x58, 0x5b, 0x6b, 0x6b, 0x8d, 0x01, 0xd6, 0xd6, 0xda, 0x7a, 0x7e, 0xaf, 0xff, 0x1f, 0x98, 0xc3, 0x68, 0x8e, 0x24, 0x5b, 0x3a, 0x6a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_error_192_png_len = 21829; unsigned char network_idle_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x31, 0x3f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x74, 0x1d, 0x57, 0x95, 0xe0, 0xad, 0xbf, 0xe9, 0x7f, 0xed, 0x5f, 0xbb, 0x2d, 0x4b, 0xb6, 0xe5, 0x35, 0x76, 0xbc, 0xdb, 0xd9, 0x0c, 0xc4, 0x81, 0x74, 0x93, 0x84, 0x86, 0xa1, 0x01, 0xd3, 0xd3, 0xd0, 0xc3, 0x72, 0x86, 0x13, 0x96, 0xd0, 0xf4, 0x34, 0xcd, 0x61, 0x86, 0xe9, 0x1e, 0xf0, 0x99, 0x3e, 0x87, 0xa6, 0x99, 0x0e, 0xf4, 0x09, 0x07, 0x42, 0x32, 0x27, 0x33, 0xcd, 0xe9, 0x99, 0x9e, 0x21, 0x93, 0x66, 0x20, 0x4c, 0x62, 0x48, 0x3a, 0x24, 0x40, 0x9c, 0x84, 0x24, 0x8e, 0xf7, 0x45, 0x96, 0x2d, 0x4b, 0xb6, 0x16, 0x6b, 0x97, 0xbe, 0xfe, 0x97, 0xf4, 0xd7, 0x9a, 0x7b, 0xdf, 0xab, 0x57, 0xf5, 0x6a, 0xfb, 0xbf, 0xbe, 0xf4, 0x25, 0x3b, 0x4a, 0xca, 0x79, 0xf9, 0xa5, 0x5a, 0x5e, 0x55, 0xbd, 0x7b, 0xdf, 0xdd, 0xef, 0x7d, 0x00, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0xdd, 0x4d, 0xb9, 0x91, 0x5f, 0xee, 0xd0, 0xa1, 0x43, 0x81, 0x68, 0x34, 0xba, 0x36, 0x93, 0xc9, 0x6c, 0xf0, 0xfb, 0xfd, 0x15, 0xa5, 0xee, 0x3f, 0x9b, 0xcd, 0x7a, 0x3a, 0x56, 0xcc, 0xb5, 0xa5, 0x3c, 0xa6, 0xaa, 0x6a, 0x5c, 0x51, 0x94, 0xce, 0x6f, 0x7d, 0xeb, 0x5b, 0x97, 0xe9, 0xcf, 0xb7, 0x14, 0x02, 0x3c, 0xf8, 0xe0, 0x83, 0x77, 0xf9, 0x7c, 0xbe, 0xef, 0xe3, 0xee, 0x4d, 0x8b, 0xd1, 0x3f, 0x0e, 0xae, 0xfe, 0x2b, 0xef, 0xe7, 0x3b, 0x76, 0x1d, 0xaf, 0x3f, 0x82, 0xc8, 0xf1, 0xa7, 0xdf, 0xf9, 0xce, 0x77, 0x8e, 0xbd, 0x25, 0x10, 0x00, 0x81, 0xbf, 0x0b, 0x81, 0xff, 0x0a, 0xee, 0x86, 0x82, 0xc1, 0x20, 0x94, 0x97, 0x97, 0x03, 0xce, 0x04, 0xd6, 0x02, 0x81, 0x40, 0xc9, 0x00, 0x6f, 0x3d, 0xee, 0x06, 0x94, 0x42, 0x80, 0xf2, 0xd2, 0x87, 0x5b, 0x5f, 0xf8, 0x9d, 0xec, 0x9b, 0x9c, 0xae, 0x4f, 0xa7, 0xd3, 0x30, 0x32, 0x32, 0x02, 0x73, 0x73, 0x73, 0x74, 0x68, 0x02, 0x91, 0xe0, 0x96, 0xef, 0x7e, 0xf7, 0xbb, 0x17, 0x4b, 0x39, 0xd6, 0x81, 0x1b, 0x11, 0x01, 0x70, 0x50, 0xbe, 0x4d, 0xc0, 0x6f, 0x68, 0x68, 0x80, 0xbb, 0xee, 0x3a, 0x00, 0x91, 0x48, 0x04, 0x51, 0xb5, 0x58, 0x5c, 0x55, 0x3d, 0x1e, 0x52, 0x3d, 0x75, 0xa3, 0x16, 0x41, 0x81, 0x55, 0xd5, 0xa5, 0xa3, 0x82, 0x8f, 0xb2, 0x20, 0x54, 0x4e, 0x85, 0xa9, 0x58, 0x0c, 0x7e, 0xfa, 0x7f, 0x7f, 0x0a, 0xc3, 0xc3, 0xc3, 0x51, 0x3c, 0xf4, 0x37, 0xd8, 0x0e, 0x2e, 0x6b, 0x0a, 0xf0, 0xf8, 0xe3, 0x8f, 0xfb, 0xfb, 0xfb, 0xfb, 0x27, 0x71, 0xb7, 0xf2, 0x9e, 0x7b, 0xef, 0x81, 0xf6, 0xf6, 0xb6, 0xf9, 0xcc, 0xf3, 0x22, 0x00, 0x33, 0xbf, 0xbe, 0x1c, 0xcf, 0x2c, 0x80, 0x4b, 0xdb, 0x10, 0x4c, 0xfa, 0xf3, 0xdc, 0xd9, 0x73, 0xf0, 0xe3, 0x1f, 0x3f, 0x4e, 0x54, 0x61, 0xa2, 0xa6, 0xa6, 0xa6, 0x01, 0x65, 0xa3, 0xdc, 0xb2, 0xa5, 0x00, 0x57, 0xae, 0x5c, 0x89, 0xa2, 0xc0, 0x57, 0x49, 0xa4, 0xb1, 0xb6, 0xa6, 0x96, 0x1d, 0x4b, 0xa7, 0x53, 0x30, 0x3b, 0x37, 0x33, 0xbf, 0x81, 0xb4, 0x90, 0xdd, 0xe2, 0x26, 0xa6, 0xea, 0x72, 0xbd, 0xea, 0x9d, 0x52, 0xa8, 0xee, 0xac, 0x48, 0x27, 0xf7, 0x2e, 0xf7, 0x54, 0x55, 0x55, 0x23, 0x0f, 0x2c, 0x83, 0xa6, 0xa6, 0x26, 0x71, 0x6d, 0x74, 0x6a, 0x6a, 0x8a, 0x06, 0x65, 0x7c, 0xd9, 0x22, 0x40, 0x59, 0x59, 0x59, 0x15, 0x4a, 0xfd, 0x40, 0xbc, 0x5f, 0xf1, 0x71, 0x02, 0x95, 0xce, 0xa4, 0x61, 0x66, 0x2e, 0x01, 0xc9, 0x64, 0x16, 0x5e, 0x7f, 0x6d, 0x48, 0xbf, 0xb6, 0xbc, 0x3c, 0x80, 0xd7, 0xf9, 0x3d, 0x00, 0x58, 0xcd, 0x8b, 0x2c, 0xe5, 0x11, 0xea, 0xc7, 0x57, 0x18, 0x6e, 0x05, 0x80, 0x1f, 0x89, 0xf8, 0xcd, 0xfd, 0x78, 0x60, 0x1f, 0xfe, 0x80, 0xc2, 0xbe, 0xc3, 0xfa, 0x50, 0xba, 0x27, 0x1c, 0x8e, 0x30, 0x04, 0xc0, 0x09, 0xc1, 0x1a, 0x8d, 0x0b, 0xca, 0x05, 0x55, 0xcb, 0x1a, 0x01, 0x52, 0xa9, 0x54, 0xb5, 0x10, 0x8c, 0x7c, 0x1a, 0xdf, 0x57, 0x55, 0x4e, 0xf1, 0xfa, 0xfa, 0xe2, 0xf0, 0x89, 0x8f, 0x3f, 0xb3, 0xbc, 0xf4, 0x70, 0xfc, 0xc6, 0x7f, 0xfa, 0xf1, 0xdd, 0xb0, 0x7d, 0x7b, 0xbd, 0x0d, 0x31, 0xc5, 0x77, 0x2b, 0x38, 0x1e, 0x34, 0x21, 0x48, 0x28, 0xc4, 0xeb, 0xab, 0x97, 0xb5, 0x10, 0x88, 0x80, 0xaf, 0xca, 0xe5, 0x72, 0x9c, 0x02, 0x68, 0x08, 0x90, 0xd3, 0x66, 0x77, 0x7c, 0x3a, 0xcd, 0x7e, 0x3f, 0xfc, 0x61, 0x1f, 0x9b, 0x35, 0xaa, 0xaa, 0x68, 0x7c, 0x5d, 0x75, 0xe4, 0xf3, 0xc9, 0x64, 0x4a, 0x3a, 0xa6, 0xda, 0xe4, 0x01, 0x4e, 0x35, 0xe8, 0x19, 0x3e, 0x47, 0x56, 0x91, 0xaf, 0x6f, 0xda, 0x32, 0x99, 0x9c, 0xa6, 0xbb, 0xab, 0xda, 0xbb, 0x28, 0x8e, 0xd7, 0x39, 0xf7, 0xa3, 0xc2, 0xc0, 0xc0, 0x18, 0x5c, 0xb8, 0xb0, 0x12, 0xfa, 0xfb, 0x12, 0x0c, 0x01, 0x08, 0xf0, 0x33, 0x89, 0x59, 0x76, 0x4d, 0x38, 0x52, 0x06, 0x34, 0x0e, 0x4c, 0x28, 0xc6, 0x71, 0xa0, 0xf1, 0xd0, 0xb4, 0x86, 0xaa, 0x65, 0x8d, 0x00, 0xf8, 0xd1, 0x55, 0x1a, 0x22, 0xe8, 0x2c, 0x40, 0xcc, 0x84, 0xe9, 0x69, 0x0e, 0xd0, 0x8e, 0x8e, 0x26, 0x24, 0xb7, 0x01, 0x8b, 0xda, 0xa4, 0xcd, 0x1d, 0xd5, 0x50, 0x18, 0x9c, 0xce, 0x01, 0xa8, 0x12, 0x02, 0x38, 0x1d, 0x57, 0x4d, 0x40, 0xe4, 0xfd, 0xb9, 0x9f, 0xe3, 0xc7, 0xdc, 0xcf, 0x3b, 0x9f, 0xe3, 0xcf, 0xcc, 0xe5, 0xc6, 0xa1, 0xbb, 0x3b, 0x87, 0xdf, 0x95, 0x66, 0xc0, 0xbf, 0x78, 0xe1, 0x32, 0x0c, 0x0d, 0x0e, 0x41, 0xeb, 0xaa, 0x95, 0x50, 0xdf, 0x50, 0x0f, 0x35, 0x55, 0x82, 0x02, 0x28, 0xba, 0xaa, 0x88, 0x6d, 0x79, 0x23, 0x00, 0x91, 0x38, 0xfa, 0x50, 0x86, 0x00, 0x8a, 0xcf, 0x34, 0x78, 0xf1, 0x78, 0x4a, 0xa3, 0x12, 0x2a, 0xce, 0xbc, 0x9c, 0x2b, 0xa0, 0xf9, 0xc4, 0x51, 0x2d, 0x40, 0x02, 0x4f, 0x80, 0xb6, 0x22, 0x09, 0x47, 0xca, 0x85, 0x01, 0x5a, 0x7e, 0x4f, 0xf9, 0x38, 0xb1, 0x3a, 0xbf, 0x3f, 0xa7, 0x23, 0x76, 0x7d, 0x43, 0x14, 0xa6, 0x26, 0xa7, 0x74, 0xd6, 0x90, 0x53, 0xb3, 0x42, 0x2d, 0xd6, 0x29, 0x00, 0x6e, 0xcb, 0x9b, 0x05, 0x08, 0x0c, 0x37, 0xb3, 0x00, 0x41, 0x01, 0xd2, 0x78, 0x9c, 0x1b, 0x84, 0x88, 0x2a, 0x14, 0x02, 0xb4, 0x13, 0x30, 0x97, 0x1e, 0xd0, 0x8a, 0xeb, 0xf3, 0x08, 0xc1, 0x7d, 0x3e, 0x4e, 0x01, 0x98, 0x88, 0x1f, 0xad, 0x85, 0x3d, 0xfb, 0x76, 0xea, 0x72, 0x80, 0x78, 0x86, 0xa2, 0xb1, 0x00, 0x79, 0x7c, 0x96, 0x35, 0x02, 0x08, 0x8b, 0x9f, 0x4f, 0xb0, 0x80, 0x9c, 0xaa, 0xb3, 0x80, 0x70, 0x18, 0xd8, 0xec, 0x2f, 0x15, 0xa0, 0xdd, 0xee, 0x75, 0x3e, 0x67, 0x00, 0xda, 0xb8, 0x56, 0xb5, 0x3c, 0x4f, 0xb1, 0x20, 0x09, 0xa7, 0x48, 0xc6, 0x3d, 0xc6, 0xf5, 0x24, 0xd9, 0x2b, 0xbe, 0x2c, 0xa7, 0x00, 0xaa, 0x5d, 0x3b, 0x11, 0x88, 0x4f, 0x88, 0x22, 0x28, 0xc0, 0x5b, 0x82, 0x05, 0xe8, 0x32, 0x80, 0xa0, 0x00, 0x38, 0x82, 0xf4, 0xf1, 0xd3, 0xb1, 0x14, 0xaa, 0x89, 0xe2, 0xef, 0xc5, 0x00, 0xb4, 0x62, 0x80, 0xc0, 0x74, 0xce, 0x2e, 0x1c, 0xca, 0x82, 0x9e, 0x38, 0xc7, 0x01, 0x9d, 0x73, 0x40, 0x02, 0xd0, 0xa8, 0x95, 0xf9, 0x9d, 0x89, 0xb4, 0x83, 0x9a, 0xd6, 0x85, 0xdb, 0xb9, 0xd9, 0x39, 0x38, 0x77, 0xee, 0x02, 0x54, 0x57, 0x57, 0x43, 0x43, 0x63, 0x3d, 0x94, 0xa1, 0x0a, 0xc8, 0x59, 0x80, 0x02, 0xa1, 0x50, 0x88, 0xf5, 0x85, 0xdf, 0x5e, 0xbd, 0xdc, 0x11, 0xa0, 0xca, 0x90, 0x01, 0x14, 0x0d, 0x08, 0x7c, 0xf4, 0x12, 0x89, 0x34, 0xce, 0x9a, 0xac, 0x2e, 0x1d, 0x17, 0x03, 0x68, 0x03, 0x49, 0x64, 0xa0, 0x29, 0x96, 0xeb, 0x73, 0x3a, 0x22, 0xb8, 0xcd, 0x78, 0x3b, 0xe2, 0x98, 0x95, 0x7e, 0xfe, 0x2e, 0x39, 0xe9, 0xb9, 0xd6, 0x7b, 0x14, 0x89, 0x2a, 0xf8, 0xb0, 0x65, 0x61, 0x72, 0x32, 0xc9, 0x66, 0x7d, 0x3c, 0x31, 0x03, 0xe3, 0xa3, 0x13, 0x10, 0x41, 0xfd, 0x3f, 0x93, 0x26, 0x9d, 0x3f, 0xc3, 0x6e, 0x14, 0x14, 0x51, 0xe5, 0xfb, 0xcb, 0x9f, 0x05, 0xd8, 0x28, 0x80, 0x2a, 0x58, 0x40, 0x06, 0xc8, 0x17, 0x44, 0x2c, 0xc0, 0xe0, 0xa3, 0xee, 0xbc, 0x5a, 0x06, 0x9c, 0x98, 0x81, 0xb2, 0xe4, 0x2e, 0x93, 0x6c, 0x27, 0xb2, 0x6f, 0x68, 0x26, 0x4e, 0x00, 0xb7, 0x22, 0x9d, 0x93, 0xaa, 0x48, 0x80, 0xb6, 0xb3, 0x04, 0x81, 0x18, 0x7e, 0x3f, 0x09, 0x81, 0x29, 0x86, 0x00, 0x42, 0x08, 0x7c, 0xc7, 0x9d, 0xb7, 0x41, 0x2a, 0x99, 0x86, 0xb2, 0x70, 0x08, 0x14, 0xbf, 0xc2, 0xd1, 0xf1, 0xad, 0x84, 0x00, 0x64, 0x01, 0xb5, 0x22, 0x80, 0x98, 0x51, 0x71, 0xe4, 0x95, 0x9c, 0x02, 0x18, 0x33, 0xda, 0x99, 0x17, 0x83, 0xa6, 0x66, 0xa9, 0x0e, 0xfa, 0xbd, 0x01, 0x70, 0x2b, 0x00, 0xcd, 0xb3, 0xdd, 0x59, 0x5d, 0xe4, 0x2a, 0xa1, 0xe2, 0xa2, 0x45, 0x38, 0x69, 0x25, 0x39, 0xcd, 0x46, 0xa0, 0x9a, 0xa8, 0x01, 0xff, 0x9b, 0x84, 0x40, 0x95, 0x7d, 0x97, 0x20, 0x22, 0x44, 0xea, 0x19, 0xb9, 0xa7, 0x7f, 0xb9, 0x9c, 0x86, 0xa8, 0x6f, 0x21, 0x35, 0x50, 0xa8, 0x39, 0x34, 0x08, 0x0c, 0x18, 0x62, 0x40, 0xf1, 0xbf, 0xc9, 0xc9, 0x39, 0x3c, 0xae, 0x68, 0xbc, 0xd0, 0x8a, 0x04, 0xce, 0x3c, 0xda, 0x7c, 0x4e, 0x35, 0x91, 0x61, 0x2b, 0xa5, 0x90, 0x9b, 0xf9, 0xbc, 0x62, 0x53, 0x31, 0x55, 0x07, 0x4f, 0x10, 0x27, 0xff, 0x66, 0xe4, 0x91, 0x29, 0x94, 0x55, 0x6b, 0xe1, 0x16, 0x4f, 0x95, 0x51, 0x36, 0xed, 0xd5, 0xa0, 0xb7, 0xe7, 0x2a, 0xdb, 0x8d, 0x46, 0x6b, 0xa0, 0xaa, 0xba, 0x52, 0xeb, 0x83, 0xcb, 0x00, 0x1a, 0x72, 0x55, 0xbf, 0x25, 0x28, 0x80, 0xae, 0xf6, 0xe4, 0x54, 0xdd, 0x06, 0x1f, 0x8b, 0x25, 0xd9, 0x80, 0xf1, 0x99, 0xad, 0x3a, 0x00, 0xda, 0xcc, 0x8f, 0xdd, 0x8c, 0x39, 0x56, 0x6a, 0x61, 0x06, 0x8c, 0x62, 0x42, 0x18, 0xbb, 0x7a, 0x29, 0x03, 0xb9, 0x30, 0x35, 0x10, 0x54, 0x48, 0xdc, 0x93, 0x4a, 0x65, 0x10, 0xe0, 0x33, 0x28, 0xcf, 0xcc, 0xc0, 0xd4, 0x54, 0x1c, 0x91, 0xa0, 0x8c, 0x23, 0x00, 0x09, 0x81, 0x73, 0x73, 0xd0, 0x7d, 0xa9, 0x87, 0x19, 0x81, 0x22, 0x91, 0x30, 0x6a, 0x3c, 0x61, 0x9d, 0x72, 0x84, 0xc3, 0x65, 0x6f, 0x0d, 0x0a, 0x20, 0x3e, 0x30, 0x54, 0x16, 0xd2, 0x55, 0x21, 0xa1, 0x16, 0x4d, 0xc7, 0xd2, 0x50, 0x55, 0x25, 0xeb, 0xd9, 0x90, 0x47, 0x45, 0x53, 0x1d, 0xd9, 0x82, 0x5d, 0x68, 0x53, 0x2c, 0xe4, 0x5d, 0xb5, 0x58, 0xfa, 0x9c, 0xf4, 0x7c, 0x67, 0x35, 0x51, 0x7e, 0xb6, 0x90, 0x39, 0x48, 0x60, 0x9d, 0x9c, 0x8c, 0xc3, 0xc4, 0xc4, 0x34, 0xc4, 0xe3, 0x71, 0x48, 0x26, 0xd3, 0x20, 0x7b, 0xe1, 0xfd, 0xfe, 0x10, 0x1e, 0xcb, 0x41, 0x06, 0xe5, 0x9a, 0xb2, 0x48, 0x19, 0xdc, 0x7a, 0xc7, 0x1e, 0x48, 0x20, 0x82, 0x44, 0x2a, 0x22, 0x10, 0x0c, 0x05, 0xd8, 0xfd, 0x44, 0x29, 0xca, 0xca, 0xc2, 0x6f, 0x1d, 0x35, 0x90, 0x3e, 0x3a, 0x14, 0x0c, 0x71, 0x00, 0x48, 0xfa, 0x13, 0x69, 0x01, 0xf5, 0xf5, 0x8a, 0x44, 0x86, 0x15, 0x69, 0x26, 0x1a, 0xbc, 0xd5, 0x3c, 0x8b, 0xed, 0x42, 0xa0, 0xd9, 0xb4, 0x6b, 0x66, 0x09, 0x66, 0xa0, 0x9a, 0x8d, 0x38, 0x56, 0x55, 0xce, 0xa4, 0xb9, 0xab, 0xc6, 0xf3, 0xe9, 0xfd, 0xc7, 0xc7, 0x63, 0x1a, 0xd0, 0x67, 0x74, 0xbb, 0x85, 0xd0, 0xe9, 0x0d, 0x59, 0x04, 0x98, 0x50, 0x4b, 0xf7, 0xc4, 0xe3, 0x69, 0xa8, 0xa9, 0x09, 0xb1, 0xe0, 0x17, 0x16, 0x00, 0x23, 0xde, 0x5b, 0xcd, 0x02, 0xea, 0x0a, 0xba, 0x1a, 0xb8, 0xec, 0x59, 0x00, 0xf9, 0x02, 0xe8, 0x43, 0x83, 0xc1, 0x80, 0x49, 0x03, 0xe0, 0x08, 0x40, 0x5a, 0x80, 0xa2, 0xb3, 0x00, 0x2b, 0x4f, 0xcf, 0xe7, 0x78, 0x31, 0x93, 0xe8, 0xc2, 0x3e, 0x03, 0x41, 0x0d, 0x38, 0x85, 0x00, 0x13, 0x92, 0xc8, 0x2a, 0xa5, 0xfc, 0x4b, 0x24, 0x7c, 0x6c, 0x2c, 0x06, 0xa3, 0xa3, 0x93, 0xa6, 0x00, 0x4f, 0x2e, 0xcc, 0x2a, 0xd2, 0xdf, 0xb2, 0xf3, 0xcb, 0xa0, 0x6e, 0x35, 0xd5, 0x21, 0xfc, 0x8d, 0x23, 0xab, 0x9b, 0x86, 0xca, 0xaa, 0x0a, 0xa8, 0xac, 0xac, 0xe0, 0x36, 0x0f, 0x1f, 0xc9, 0x44, 0xba, 0x29, 0x78, 0xf9, 0xb3, 0x00, 0x66, 0x07, 0xd0, 0x4d, 0x9f, 0x7c, 0xf6, 0xe4, 0xb2, 0x2a, 0x0e, 0x70, 0x16, 0xf8, 0x61, 0xbb, 0xda, 0x66, 0x56, 0x0b, 0xcd, 0xb3, 0xdb, 0x98, 0xf1, 0x90, 0x87, 0xf7, 0x83, 0x45, 0x6d, 0x14, 0xbc, 0x3d, 0xa7, 0xdb, 0x05, 0x64, 0xa1, 0x53, 0xa6, 0x00, 0x93, 0x93, 0xd3, 0x30, 0x34, 0x34, 0x06, 0x33, 0x33, 0x73, 0xfa, 0xec, 0x36, 0x66, 0xba, 0x0c, 0x74, 0x7b, 0x00, 0x96, 0xdf, 0xaf, 0xea, 0x1a, 0x0e, 0x40, 0x05, 0x9c, 0x38, 0x76, 0x0a, 0x22, 0xe5, 0xe5, 0xb0, 0x02, 0x9a, 0x19, 0x15, 0xcc, 0x69, 0x9a, 0x40, 0x28, 0x54, 0xb6, 0x28, 0x08, 0xe0, 0xbb, 0x91, 0x80, 0x4f, 0x61, 0xe0, 0xf8, 0x91, 0x8c, 0xfe, 0x05, 0xfc, 0x92, 0xb7, 0x0f, 0xff, 0x8b, 0x27, 0x52, 0x6c, 0xd0, 0x89, 0x64, 0x0a, 0x69, 0x9b, 0x80, 0x24, 0x8c, 0x40, 0xa2, 0x11, 0x75, 0xa0, 0x26, 0xce, 0x8b, 0x59, 0x2c, 0xee, 0x31, 0xcc, 0xb3, 0xaa, 0x4e, 0x09, 0x44, 0x1f, 0xe2, 0x5e, 0xa3, 0x0f, 0xd5, 0x72, 0x8f, 0x62, 0xba, 0x9e, 0x78, 0x7b, 0x67, 0x67, 0x0f, 0xf4, 0xf4, 0x0c, 0xc2, 0xec, 0x6c, 0x4a, 0x33, 0xec, 0xf8, 0xf4, 0x00, 0x56, 0xe2, 0xdd, 0xa2, 0x19, 0xc7, 0x7d, 0x7a, 0x13, 0x5a, 0x00, 0x6d, 0x31, 0xcd, 0x1a, 0xb8, 0x63, 0xf7, 0x36, 0x68, 0x6c, 0x42, 0x21, 0xb0, 0x3c, 0x8c, 0x93, 0x20, 0xa0, 0x1b, 0xbd, 0x24, 0x5f, 0x40, 0xf9, 0xc1, 0x83, 0x07, 0xfd, 0xcb, 0x92, 0x02, 0x50, 0x34, 0x10, 0x27, 0xff, 0x41, 0xdd, 0x0f, 0xc0, 0x48, 0x20, 0x59, 0xc9, 0xe2, 0x19, 0x9d, 0x67, 0xe6, 0x72, 0x39, 0x57, 0xfe, 0x6e, 0x9d, 0xf5, 0x86, 0x79, 0x16, 0x1c, 0x55, 0x37, 0xb3, 0x4a, 0x68, 0xa5, 0x46, 0x8a, 0x45, 0xd8, 0xe3, 0xd7, 0xcf, 0xce, 0xce, 0x41, 0x7f, 0xff, 0x08, 0xfb, 0x2d, 0x44, 0xe2, 0xad, 0xb3, 0xde, 0x38, 0x27, 0x64, 0x00, 0x45, 0x63, 0x01, 0x29, 0xf6, 0x9d, 0x82, 0xf4, 0x4b, 0x2c, 0x91, 0x21, 0x9b, 0x3f, 0xe0, 0xe7, 0x1e, 0x42, 0xc4, 0xc2, 0x68, 0x34, 0x5a, 0x89, 0xa7, 0xa6, 0x96, 0x1d, 0x02, 0x20, 0xe0, 0xab, 0x89, 0x77, 0x9a, 0xad, 0x80, 0xe6, 0x58, 0x00, 0x2e, 0x34, 0xd9, 0x05, 0x31, 0x33, 0x89, 0xce, 0xe9, 0x03, 0x6c, 0xcc, 0x62, 0x27, 0x67, 0x8d, 0xbb, 0x49, 0xd7, 0x90, 0x13, 0x14, 0xfd, 0x3c, 0xbd, 0xdb, 0xb5, 0x6b, 0xe3, 0x6c, 0xe6, 0x0b, 0x43, 0x4e, 0x21, 0x12, 0x6f, 0xb0, 0x04, 0xf7, 0xe3, 0xf4, 0x4d, 0xd3, 0x1a, 0x82, 0xe7, 0x50, 0x60, 0x9c, 0x18, 0x9f, 0xc2, 0xc9, 0x10, 0x62, 0x54, 0xc0, 0x70, 0x09, 0x73, 0x8f, 0xa0, 0x16, 0x16, 0x56, 0xbd, 0x2c, 0x11, 0x40, 0xa8, 0x38, 0xe4, 0x25, 0x03, 0xab, 0x15, 0x30, 0x9e, 0xd6, 0x67, 0x8c, 0x2c, 0x71, 0xcb, 0x03, 0x2b, 0xcf, 0x72, 0xa1, 0x7f, 0x3b, 0x19, 0x62, 0x9c, 0x74, 0xfd, 0x7c, 0x7a, 0x3c, 0xed, 0xc7, 0x62, 0x09, 0x16, 0xc1, 0x23, 0x84, 0x3b, 0x41, 0xe6, 0xdd, 0x00, 0x6e, 0xa7, 0x04, 0x6e, 0xd4, 0x40, 0x61, 0x72, 0x0d, 0x51, 0x00, 0x7a, 0xa5, 0xce, 0x73, 0x5d, 0x30, 0x85, 0x32, 0x45, 0xeb, 0xaa, 0x15, 0xa0, 0xf8, 0xa2, 0x0c, 0x21, 0xf8, 0xfb, 0xf8, 0xf4, 0x9c, 0x88, 0x54, 0x2a, 0x55, 0x75, 0x5d, 0x58, 0xc0, 0xb7, 0xbf, 0xfd, 0xed, 0x16, 0x7c, 0x89, 0x9d, 0xc8, 0xbb, 0x36, 0xe2, 0x9f, 0x91, 0x52, 0x23, 0x00, 0x62, 0x77, 0x3b, 0xf1, 0x45, 0x22, 0x7b, 0x67, 0xcf, 0x9e, 0x65, 0xaa, 0x4f, 0x32, 0x39, 0x0b, 0xc9, 0x54, 0x12, 0x46, 0xae, 0x4d, 0xc1, 0x81, 0x03, 0x61, 0x58, 0xbd, 0x3a, 0x07, 0xe1, 0xb0, 0xcf, 0x41, 0x0d, 0x53, 0x5d, 0x48, 0xb7, 0x93, 0xf7, 0xcf, 0x10, 0xec, 0x9c, 0x92, 0x3b, 0xe4, 0x7d, 0x7a, 0x17, 0x52, 0xe5, 0x42, 0xa1, 0x34, 0x34, 0x37, 0x97, 0xa1, 0x26, 0x92, 0xd5, 0xfd, 0xf7, 0x5e, 0x48, 0xbc, 0x83, 0x9a, 0x6b, 0x07, 0x42, 0x40, 0xd5, 0x3d, 0x82, 0x6d, 0xab, 0x57, 0xe1, 0x6c, 0x1f, 0x90, 0x48, 0xbe, 0xaa, 0x5b, 0x2b, 0x85, 0x39, 0xb8, 0x94, 0x61, 0x61, 0x9e, 0x10, 0x40, 0x8b, 0xd5, 0xff, 0x4f, 0xb8, 0xfb, 0x55, 0x02, 0xbc, 0xaa, 0xaa, 0xa5, 0x9e, 0xf9, 0xa6, 0x59, 0x45, 0xea, 0xd4, 0xb1, 0x37, 0x8e, 0xd9, 0x32, 0x6d, 0xee, 0xbd, 0x37, 0x5c, 0x44, 0x5a, 0x95, 0xd5, 0xeb, 0xa7, 0x3a, 0xa8, 0x7b, 0xde, 0xfa, 0xaa, 0xab, 0x0b, 0xe3, 0xff, 0x8d, 0x67, 0x4f, 0x4c, 0xa4, 0xe1, 0xdc, 0xb9, 0x69, 0x94, 0xfa, 0xb3, 0x05, 0x49, 0xbc, 0x17, 0x4a, 0x40, 0x41, 0x21, 0x82, 0xc2, 0x55, 0x54, 0x96, 0xc3, 0xc6, 0x9b, 0xd6, 0x1b, 0x11, 0xc5, 0xcc, 0x10, 0x66, 0x8e, 0x0a, 0x2a, 0xa5, 0x2d, 0xc0, 0x13, 0x02, 0x20, 0xf0, 0x09, 0xf0, 0xdf, 0xa0, 0xfd, 0x9a, 0x9a, 0x1a, 0xa8, 0xa8, 0xa8, 0x58, 0x0c, 0xf2, 0xaf, 0x0f, 0x38, 0x0f, 0x95, 0xf2, 0x7b, 0x4e, 0xd1, 0x72, 0x3b, 0x57, 0xea, 0xeb, 0x91, 0xf4, 0xd2, 0x58, 0x40, 0x6d, 0xad, 0x0a, 0x3b, 0x77, 0x56, 0xc3, 0xd1, 0xa3, 0x31, 0xe4, 0xc7, 0xea, 0xbc, 0xa8, 0x81, 0x4c, 0x09, 0x08, 0x01, 0x62, 0x5a, 0x5c, 0x20, 0x98, 0xcd, 0x18, 0x5c, 0xe0, 0x5d, 0x44, 0x97, 0x70, 0x41, 0x04, 0x78, 0xe8, 0xa1, 0x87, 0xca, 0xf0, 0x25, 0xbe, 0x4e, 0x0f, 0xde, 0xb6, 0x6d, 0x1b, 0xec, 0xd8, 0xb9, 0x1d, 0x82, 0x81, 0x60, 0x69, 0x52, 0xb5, 0xf2, 0x1c, 0xd6, 0xe6, 0xa8, 0xf7, 0x7e, 0xd5, 0x82, 0xdd, 0xb9, 0x3e, 0xd7, 0x6b, 0xda, 0x57, 0x36, 0x93, 0x85, 0xd1, 0xd1, 0x51, 0x2d, 0x4b, 0x27, 0x0e, 0x2b, 0x56, 0x84, 0xe1, 0xea, 0xd5, 0x64, 0x41, 0x12, 0x5f, 0x88, 0x1a, 0x90, 0x47, 0xd0, 0x1a, 0x15, 0x24, 0x5b, 0x02, 0x05, 0x05, 0x58, 0x0c, 0x8f, 0x60, 0x41, 0x04, 0x40, 0xbe, 0xbc, 0x03, 0x3f, 0x2a, 0x8c, 0x2a, 0x1a, 0x6c, 0xdb, 0x7e, 0x33, 0x4b, 0xd4, 0x9c, 0xc7, 0xfc, 0x76, 0x99, 0xf5, 0x50, 0xba, 0xbe, 0x8a, 0x44, 0xae, 0xc2, 0x4f, 0x51, 0x6d, 0xfd, 0x10, 0x09, 0x6e, 0x5d, 0xd5, 0x0a, 0x3b, 0x77, 0xed, 0x84, 0xdf, 0xfe, 0xe6, 0xb7, 0x10, 0x8d, 0xfa, 0xa1, 0xaf, 0xcf, 0xe7, 0x51, 0xd8, 0x73, 0x97, 0x0b, 0x48, 0xb6, 0x9b, 0x9a, 0x4c, 0x39, 0x3e, 0x9f, 0xc9, 0x00, 0x5a, 0x12, 0xa9, 0xa0, 0x8a, 0x4b, 0xcd, 0x02, 0x56, 0xd0, 0xff, 0x2a, 0x2b, 0x2b, 0x75, 0xe3, 0xcc, 0x2c, 0x65, 0xe9, 0xa4, 0x92, 0x9e, 0x79, 0xbb, 0xe7, 0xd9, 0x4d, 0x06, 0x98, 0x05, 0x64, 0xf8, 0x38, 0x03, 0x5f, 0x75, 0x21, 0x18, 0x6a, 0x3e, 0x42, 0xe2, 0x88, 0x44, 0xf5, 0x75, 0x8d, 0x0c, 0x10, 0x4d, 0x8d, 0x3c, 0x55, 0x8b, 0xa4, 0x77, 0x6e, 0xaf, 0x70, 0x22, 0xf1, 0xde, 0xd5, 0x42, 0x12, 0x02, 0x63, 0x53, 0x49, 0xfb, 0xf7, 0x48, 0xbe, 0x10, 0x41, 0x01, 0x34, 0x2a, 0xb3, 0x74, 0x14, 0x40, 0xc4, 0xe8, 0x71, 0xff, 0x3c, 0x7f, 0x6b, 0x02, 0xfe, 0x1c, 0x4a, 0xe7, 0x03, 0x03, 0x71, 0x38, 0x7e, 0x6c, 0x14, 0x8a, 0x99, 0xde, 0x2a, 0x33, 0x6b, 0xfa, 0xf5, 0xb8, 0xfe, 0x82, 0x00, 0xce, 0x73, 0x9c, 0xfa, 0x09, 0x47, 0xfc, 0x45, 0xdd, 0xe3, 0x04, 0x7c, 0xd6, 0x4f, 0xd8, 0xcf, 0xce, 0xd0, 0x7b, 0xd5, 0x37, 0x84, 0x1d, 0xd9, 0x44, 0x2e, 0x97, 0xe5, 0x9e, 0x39, 0xcd, 0x35, 0xeb, 0xf7, 0x2b, 0x26, 0xe7, 0x4e, 0x3e, 0x41, 0x30, 0x9f, 0x81, 0x88, 0xdb, 0x01, 0xd2, 0x36, 0xe0, 0x0b, 0x3b, 0x08, 0x1d, 0xf3, 0xf9, 0x4d, 0x72, 0xd1, 0xd2, 0x21, 0x80, 0x1c, 0xa5, 0x6b, 0x24, 0x6a, 0xf0, 0xb7, 0x7b, 0xf1, 0xb7, 0x83, 0xf0, 0xb5, 0xaf, 0x1e, 0x81, 0xe5, 0xb4, 0xf9, 0x03, 0x3e, 0x78, 0xe5, 0xb5, 0x0f, 0xb1, 0x7c, 0x41, 0x2b, 0xb2, 0x08, 0xa3, 0x94, 0xf0, 0xcc, 0x51, 0x4c, 0x27, 0x37, 0xeb, 0xe6, 0x13, 0xf6, 0x0a, 0x53, 0x02, 0xa2, 0x24, 0xe3, 0xe3, 0x19, 0xfe, 0x2c, 0x2b, 0x61, 0xd2, 0x4c, 0xd2, 0x14, 0x3e, 0x26, 0xb4, 0x00, 0x91, 0x3c, 0xb3, 0x24, 0x08, 0x40, 0x3a, 0xa7, 0x30, 0xcf, 0x1a, 0x21, 0x5a, 0x46, 0xaa, 0x16, 0xf1, 0xc1, 0x83, 0x07, 0x83, 0x0e, 0x5e, 0x38, 0x7b, 0x4a, 0x95, 0xf1, 0xeb, 0x73, 0x49, 0xd6, 0xb0, 0x13, 0x11, 0xb2, 0xde, 0x91, 0x0f, 0xdd, 0x39, 0xea, 0xc7, 0x67, 0xeb, 0xc3, 0xb9, 0x4f, 0xe7, 0xf8, 0x01, 0x01, 0x04, 0xb2, 0xed, 0x64, 0x50, 0xc0, 0x3b, 0x75, 0x6a, 0x18, 0xa5, 0xfc, 0x56, 0x98, 0x18, 0x4f, 0x42, 0x79, 0x6b, 0x00, 0xd2, 0x99, 0x0c, 0x92, 0xe6, 0x18, 0x0b, 0xcc, 0xa0, 0x80, 0x0c, 0x61, 0x5c, 0x2a, 0x93, 0x10, 0x80, 0x45, 0xf6, 0x16, 0x61, 0xf9, 0x73, 0x12, 0x04, 0xc9, 0xb8, 0x45, 0x2a, 0xa5, 0x9a, 0x53, 0x6d, 0x42, 0x64, 0x96, 0x2c, 0x81, 0x14, 0x3d, 0xa4, 0x18, 0x14, 0xa0, 0x94, 0xf9, 0x81, 0x9e, 0x28, 0x00, 0x7f, 0x49, 0x7b, 0x8c, 0x1e, 0x8f, 0xd3, 0xf7, 0x41, 0x4b, 0x4b, 0x83, 0x45, 0x75, 0xb2, 0x73, 0xd3, 0x42, 0x69, 0x58, 0xa5, 0x48, 0xd3, 0xb2, 0x06, 0x81, 0xd8, 0x01, 0xef, 0x9e, 0x38, 0x42, 0x5b, 0x6f, 0x6f, 0x3f, 0x22, 0x00, 0xf7, 0xcc, 0xa9, 0x50, 0x0e, 0x47, 0x5f, 0x3d, 0xce, 0xf2, 0xf2, 0x56, 0xae, 0x5a, 0x09, 0x75, 0x75, 0xb5, 0x3a, 0x3f, 0x96, 0x1c, 0x33, 0x8c, 0x0d, 0x08, 0x97, 0x71, 0x3e, 0x1f, 0x40, 0x3e, 0x6a, 0x40, 0x08, 0x90, 0xcd, 0xaa, 0x30, 0x3b, 0x9b, 0x35, 0x32, 0x85, 0x05, 0xf5, 0xc9, 0xf1, 0x5f, 0x4b, 0x76, 0xd0, 0x92, 0x1a, 0x82, 0x8c, 0x38, 0x7d, 0x0d, 0xdb, 0x73, 0x52, 0xaa, 0x56, 0x30, 0x98, 0x33, 0x39, 0x67, 0x16, 0x3b, 0x1f, 0xcf, 0x9e, 0xbd, 0xe3, 0x64, 0xce, 0x75, 0x7e, 0x07, 0x6b, 0x54, 0x8f, 0x35, 0x94, 0x3c, 0x10, 0xe0, 0xdf, 0x21, 0x3c, 0x73, 0x1d, 0xeb, 0x57, 0xc3, 0xf0, 0xb5, 0x51, 0xc3, 0x31, 0xa5, 0xd9, 0xe5, 0x69, 0x26, 0x12, 0x40, 0x78, 0x1a, 0xbb, 0x1f, 0xd2, 0x69, 0x37, 0x32, 0xef, 0x4d, 0x2e, 0xa0, 0x6c, 0x27, 0x3e, 0x9e, 0x19, 0x9e, 0xf4, 0x6a, 0x95, 0x03, 0xf4, 0xa8, 0xa0, 0xd0, 0x75, 0x41, 0x00, 0x3d, 0x46, 0xcf, 0x9a, 0xae, 0x4d, 0xf6, 0x6b, 0x1a, 0x34, 0x23, 0x51, 0x63, 0x31, 0x01, 0x5d, 0xba, 0x34, 0x2d, 0xb7, 0xfe, 0x74, 0xcf, 0x9c, 0xe6, 0x78, 0x6a, 0x6c, 0x6c, 0x60, 0xcd, 0x10, 0x02, 0x35, 0x8b, 0xa5, 0x94, 0xae, 0x4d, 0x14, 0x20, 0x93, 0x51, 0xe6, 0xe1, 0x03, 0x30, 0x8e, 0x0b, 0x04, 0xa0, 0xe7, 0x36, 0x36, 0x95, 0x39, 0xc8, 0x01, 0x38, 0xbe, 0x2c, 0x30, 0xb4, 0xcc, 0x34, 0x29, 0x97, 0x5e, 0x08, 0x54, 0x14, 0x93, 0x60, 0x42, 0x36, 0x71, 0x4a, 0x6e, 0x34, 0xe2, 0xf4, 0xaf, 0x67, 0x3e, 0x9e, 0x7b, 0x6c, 0xa0, 0x71, 0x4f, 0x8e, 0x91, 0x6b, 0xb7, 0x77, 0x09, 0x04, 0x88, 0xcf, 0xf2, 0xe8, 0x1c, 0x59, 0x63, 0x60, 0x81, 0xa9, 0x8a, 0x21, 0x04, 0xfa, 0xa4, 0x5c, 0x3d, 0x59, 0x13, 0xc8, 0x27, 0xf0, 0xe5, 0x33, 0x10, 0x69, 0x5d, 0x71, 0x1f, 0x83, 0xa3, 0x76, 0x8c, 0x14, 0x40, 0xf5, 0xeb, 0xda, 0xc7, 0x92, 0x1a, 0x82, 0x64, 0x35, 0x50, 0x77, 0x90, 0x68, 0x03, 0x31, 0x35, 0x45, 0x61, 0xda, 0xe6, 0x5c, 0xbd, 0xd2, 0x01, 0xda, 0x9e, 0xa6, 0x65, 0x26, 0xdd, 0x56, 0xc0, 0x83, 0x0b, 0xd9, 0x57, 0x1c, 0x90, 0xc0, 0x59, 0x3f, 0x24, 0xd2, 0xce, 0xc2, 0xb4, 0x63, 0x9c, 0x02, 0x0c, 0x5d, 0x1b, 0x86, 0xde, 0xcb, 0x57, 0xa1, 0xa9, 0xa5, 0x09, 0x29, 0x81, 0x94, 0xae, 0x2d, 0x99, 0x65, 0x09, 0x01, 0xdc, 0x04, 0xc1, 0x42, 0x72, 0x81, 0x38, 0x47, 0xa1, 0xee, 0x82, 0xa2, 0x3a, 0xa9, 0xcd, 0x8c, 0xf2, 0xf8, 0x55, 0x2d, 0x4e, 0x72, 0xe9, 0x11, 0x80, 0x69, 0x01, 0x22, 0x4a, 0x57, 0x90, 0x7f, 0x8e, 0x00, 0xc8, 0x02, 0xfc, 0x39, 0xee, 0xb0, 0x58, 0x50, 0x9a, 0x96, 0xd3, 0xb9, 0x9c, 0x63, 0x0e, 0x9f, 0x39, 0x32, 0x17, 0x5c, 0x42, 0xc2, 0x64, 0x64, 0x29, 0x9c, 0xa6, 0x25, 0x9e, 0xcb, 0x33, 0x75, 0xb2, 0x4c, 0x27, 0xa7, 0x81, 0x4f, 0xa6, 0x52, 0x30, 0x37, 0x97, 0x64, 0x26, 0x60, 0xd2, 0x12, 0xc8, 0x15, 0xac, 0x49, 0xe1, 0xba, 0x40, 0x46, 0x21, 0x5d, 0xce, 0xe1, 0x5f, 0xde, 0xa9, 0x01, 0xd9, 0x01, 0x08, 0x87, 0x84, 0x43, 0xc8, 0x24, 0x04, 0xaa, 0x22, 0x28, 0xc6, 0x14, 0x17, 0x58, 0x32, 0x16, 0xe0, 0xf3, 0xc2, 0x02, 0x18, 0x96, 0x06, 0x43, 0xec, 0x95, 0x64, 0x4b, 0x1d, 0xbd, 0x30, 0xf1, 0xaf, 0x4c, 0x86, 0xbb, 0x4d, 0x79, 0xcb, 0x6a, 0xa9, 0xdb, 0xaa, 0x9e, 0xc0, 0x61, 0xc4, 0xf1, 0x1b, 0xd9, 0xb2, 0x22, 0xb4, 0x8a, 0x87, 0x5f, 0x09, 0x24, 0xb2, 0x87, 0x64, 0xc9, 0x39, 0x00, 0x02, 0xc1, 0xe4, 0x73, 0x72, 0xd8, 0x16, 0xf5, 0x41, 0xd2, 0xb4, 0xb9, 0x0f, 0x70, 0xb9, 0x17, 0x24, 0xc4, 0xe5, 0x7f, 0xfb, 0x7c, 0x7e, 0x2d, 0x5d, 0x9b, 0xcf, 0xc4, 0xb6, 0xf6, 0x56, 0xb8, 0x7d, 0xff, 0x3e, 0x68, 0x5d, 0xd5, 0x02, 0x55, 0xd5, 0x15, 0x74, 0x15, 0x88, 0x44, 0x11, 0xb3, 0x2d, 0xc0, 0x29, 0xfc, 0xcb, 0x1c, 0x02, 0x66, 0x3e, 0x6f, 0x0e, 0x0d, 0xa3, 0x46, 0x54, 0x40, 0xe4, 0x07, 0xe8, 0xa9, 0xe1, 0x92, 0x47, 0x90, 0xf6, 0x83, 0x21, 0x5d, 0xfb, 0xa8, 0x38, 0x74, 0xe8, 0x90, 0x6f, 0x49, 0x28, 0x80, 0xc0, 0xb6, 0xa0, 0x25, 0x48, 0x53, 0xd8, 0x01, 0x56, 0xb4, 0xd8, 0xc9, 0x6a, 0xe1, 0x34, 0x2d, 0x0b, 0x9e, 0xab, 0xce, 0x21, 0xda, 0xe6, 0x00, 0x4f, 0x70, 0xc8, 0x02, 0x72, 0x4a, 0xcc, 0xc8, 0x1f, 0xc3, 0x6f, 0x4f, 0xd3, 0x92, 0x83, 0x47, 0xc9, 0x07, 0x9f, 0x31, 0xc9, 0x00, 0x14, 0x97, 0x47, 0x4d, 0xd5, 0xe2, 0x08, 0xd8, 0x13, 0x7d, 0xf9, 0x58, 0x80, 0xb7, 0xd0, 0x30, 0x2b, 0x25, 0x08, 0x86, 0x78, 0x9a, 0xb8, 0x93, 0x31, 0x48, 0x84, 0xc5, 0x09, 0x7f, 0x00, 0x0a, 0x9f, 0xbe, 0x37, 0xde, 0x78, 0x83, 0x5c, 0xb2, 0xd3, 0x4b, 0xa6, 0x05, 0x84, 0x42, 0x52, 0xa6, 0x8e, 0x36, 0x70, 0x33, 0x33, 0x69, 0x4d, 0x06, 0x70, 0x4e, 0xd3, 0xb2, 0xe7, 0xd2, 0x5b, 0xcf, 0x39, 0xa5, 0x69, 0xa9, 0x8e, 0x69, 0x5a, 0xf6, 0xfe, 0x0a, 0x27, 0x66, 0x14, 0x93, 0xa6, 0x45, 0x71, 0x83, 0xc4, 0x02, 0xf0, 0x6b, 0xf4, 0x80, 0x8f, 0x24, 0x92, 0xff, 0xae, 0x0b, 0xdd, 0x50, 0x59, 0x55, 0xc9, 0x12, 0x37, 0x59, 0xba, 0xb6, 0x0a, 0x26, 0x16, 0x40, 0xef, 0x5b, 0x8a, 0xd0, 0xb0, 0x60, 0x40, 0x8b, 0x7b, 0x74, 0x11, 0x02, 0x45, 0x55, 0x51, 0x7a, 0x2e, 0xb9, 0xa5, 0x35, 0xb8, 0x2c, 0x09, 0x02, 0x54, 0xf2, 0x74, 0xed, 0xa0, 0xe9, 0x65, 0x48, 0xf0, 0x4b, 0x26, 0x55, 0x26, 0x35, 0x0b, 0x52, 0xea, 0x1c, 0xab, 0xe7, 0xae, 0xfa, 0x39, 0xa5, 0x52, 0xe7, 0x4b, 0xd3, 0x32, 0x00, 0xe7, 0x9c, 0xa6, 0x25, 0x17, 0x8d, 0x72, 0x72, 0x45, 0x58, 0xf3, 0xfa, 0xe8, 0x1b, 0x66, 0x66, 0x66, 0x20, 0x16, 0x9b, 0x61, 0xe9, 0x5a, 0x14, 0xf9, 0xe3, 0xf3, 0x35, 0xe9, 0xd9, 0xba, 0xb1, 0x69, 0x0a, 0xf7, 0x1e, 0xe6, 0x83, 0x9e, 0x4c, 0x33, 0xb5, 0x0f, 0x40, 0x35, 0x39, 0x66, 0xc8, 0x95, 0x6b, 0x36, 0x07, 0xcf, 0x87, 0x12, 0x98, 0xa3, 0x82, 0xec, 0x42, 0x60, 0x4e, 0x17, 0x52, 0x4b, 0xed, 0x0f, 0xc8, 0x8b, 0x00, 0x8f, 0x3c, 0xf2, 0x48, 0x79, 0x22, 0x91, 0x08, 0x70, 0xd2, 0xe3, 0xe3, 0x02, 0x89, 0x1e, 0xa3, 0x97, 0xd1, 0x3d, 0x62, 0x4e, 0xc9, 0x98, 0xde, 0x4a, 0xa6, 0x80, 0x23, 0xf0, 0xcd, 0x69, 0x5a, 0xce, 0x59, 0x3b, 0xf9, 0x2d, 0x8c, 0x4e, 0x94, 0x82, 0x6f, 0x14, 0xbb, 0x3f, 0x39, 0xc9, 0xb3, 0x76, 0x68, 0xdf, 0x8a, 0x28, 0x24, 0x04, 0xc6, 0xb4, 0x08, 0x5d, 0x2a, 0xd2, 0x70, 0xc7, 0x3b, 0x6e, 0x61, 0xd5, 0xc6, 0x28, 0x5b, 0x47, 0x41, 0x19, 0x41, 0xd5, 0x60, 0x68, 0x84, 0x67, 0xa9, 0xf3, 0xf2, 0x08, 0x5a, 0x05, 0x41, 0x9a, 0x48, 0x31, 0x8b, 0x16, 0xa0, 0x4f, 0x1e, 0xcd, 0x25, 0xec, 0x37, 0x07, 0xca, 0x54, 0x2f, 0x3a, 0x02, 0xcc, 0xce, 0xce, 0x56, 0x71, 0x3e, 0xc7, 0xe3, 0xd3, 0x54, 0x89, 0x05, 0xc8, 0x41, 0x9a, 0x9c, 0xbf, 0x2b, 0x92, 0x7a, 0xa6, 0x3a, 0xa6, 0x69, 0x09, 0xc0, 0x3a, 0xa5, 0x69, 0x59, 0x03, 0x36, 0x55, 0x59, 0x00, 0xb2, 0x24, 0x66, 0x38, 0x57, 0xfa, 0x00, 0x93, 0x5c, 0x20, 0x04, 0x40, 0xfa, 0x9b, 0x00, 0x3d, 0x36, 0x36, 0xc5, 0x92, 0x31, 0xe7, 0xe6, 0x52, 0x0e, 0x24, 0xd9, 0x20, 0xcd, 0x24, 0xd5, 0xeb, 0xea, 0x98, 0x0a, 0x9a, 0x1f, 0x20, 0xac, 0x3d, 0x27, 0xab, 0xfb, 0xe6, 0x65, 0x04, 0x28, 0x85, 0x47, 0x90, 0x84, 0x69, 0xc1, 0x7a, 0xac, 0x72, 0x80, 0x1e, 0x16, 0xa6, 0x51, 0x00, 0x99, 0x35, 0x2f, 0x2a, 0x02, 0xc8, 0x45, 0x1b, 0x9d, 0xfc, 0x00, 0x02, 0x01, 0xac, 0x95, 0xb3, 0xf3, 0xf9, 0x04, 0xcc, 0xd9, 0xb2, 0x85, 0xd3, 0xb4, 0xb4, 0xbb, 0xb4, 0x7b, 0x15, 0x47, 0xd6, 0x60, 0x47, 0x1a, 0x2e, 0xb0, 0x11, 0xc0, 0x47, 0x46, 0x26, 0xf1, 0x5d, 0x13, 0x12, 0x00, 0xf2, 0xab, 0x6c, 0x84, 0x00, 0x0c, 0xb9, 0xb5, 0xbe, 0xfa, 0xaf, 0x0e, 0x90, 0x64, 0x02, 0xd5, 0x35, 0x95, 0x4c, 0x16, 0x60, 0xef, 0x0a, 0x66, 0x19, 0xc0, 0x4d, 0x08, 0x2c, 0xce, 0x23, 0xe8, 0x83, 0xd8, 0x94, 0x8b, 0x10, 0x28, 0x42, 0xe5, 0x24, 0x97, 0x70, 0xa9, 0x3c, 0x82, 0x85, 0x64, 0x00, 0x3d, 0x4c, 0xdb, 0x5e, 0xb4, 0xd1, 0x88, 0xd3, 0x77, 0xcf, 0x99, 0xf7, 0x92, 0xa6, 0xa5, 0x48, 0x54, 0xc1, 0x4d, 0x78, 0x94, 0x4b, 0xc5, 0x58, 0x0d, 0x44, 0xe6, 0x7d, 0x2a, 0xab, 0x32, 0x3c, 0x3c, 0x81, 0x33, 0x7e, 0x42, 0x33, 0x50, 0x79, 0x4f, 0xd3, 0xe2, 0xdf, 0xa3, 0xea, 0xc1, 0x9e, 0x54, 0xb3, 0xa7, 0xb3, 0xf3, 0x22, 0x33, 0x07, 0x93, 0x1d, 0xbe, 0xac, 0x2c, 0xad, 0x6b, 0x10, 0x14, 0x21, 0xc5, 0xbf, 0x2b, 0x6b, 0xeb, 0xbf, 0x90, 0xe5, 0xcf, 0x89, 0x12, 0x30, 0x04, 0xc8, 0x63, 0x09, 0x54, 0xaf, 0x07, 0x0b, 0x20, 0x04, 0xd0, 0xeb, 0xf5, 0xe8, 0x15, 0xbb, 0x72, 0x7a, 0x36, 0xab, 0x20, 0x5d, 0x1c, 0xc8, 0x8a, 0x3e, 0x23, 0x9c, 0x8d, 0x3c, 0x02, 0xd0, 0x8a, 0x4d, 0xfa, 0xb6, 0x5a, 0xe6, 0xe4, 0x64, 0x0e, 0x99, 0x1a, 0x18, 0x52, 0xbc, 0x62, 0xd3, 0x1e, 0xc8, 0x48, 0x33, 0x3c, 0x3c, 0xc9, 0x12, 0x33, 0x85, 0xd0, 0x34, 0x1f, 0xd2, 0x4c, 0x08, 0x40, 0x76, 0x8d, 0xe4, 0x5c, 0x96, 0xa5, 0x6b, 0xef, 0xbb, 0x75, 0x37, 0xcc, 0x24, 0x66, 0x58, 0xbe, 0x3e, 0x25, 0xac, 0x12, 0x12, 0x52, 0xbf, 0xc2, 0x2c, 0x4b, 0xef, 0x6f, 0xd7, 0x02, 0xbc, 0xf9, 0x00, 0xe4, 0x2d, 0x14, 0xf2, 0xe1, 0xfb, 0x67, 0x1c, 0x85, 0x40, 0x35, 0xcb, 0x55, 0x1a, 0x59, 0x08, 0x2c, 0x55, 0x54, 0x50, 0xa0, 0x90, 0x19, 0xd8, 0x5a, 0xb4, 0x51, 0xce, 0xd4, 0xe1, 0x46, 0x10, 0x73, 0x44, 0xaf, 0x55, 0x4a, 0xb7, 0x4a, 0xf0, 0xa2, 0x8a, 0x96, 0x53, 0x49, 0xd6, 0x42, 0x69, 0x5a, 0x06, 0x7b, 0xc8, 0x99, 0x28, 0xc3, 0xd8, 0xd8, 0x24, 0xcb, 0xd8, 0xb1, 0x02, 0xde, 0x6b, 0x62, 0x86, 0x59, 0x18, 0x13, 0xb9, 0x7a, 0x29, 0x68, 0x40, 0xde, 0xef, 0x94, 0xaa, 0x45, 0xb3, 0x9b, 0x28, 0x00, 0xef, 0x23, 0xa7, 0x7b, 0x0b, 0xe7, 0xe3, 0x11, 0x34, 0xcc, 0xc1, 0x3e, 0x48, 0x24, 0xe6, 0x1c, 0x85, 0x40, 0xa2, 0xba, 0x2a, 0x43, 0x4e, 0xbf, 0x1c, 0x17, 0x58, 0xb5, 0xb4, 0x14, 0xc0, 0x92, 0xaa, 0x15, 0x67, 0x05, 0x9b, 0x38, 0x56, 0xda, 0xf9, 0xba, 0x6c, 0x17, 0x50, 0x25, 0xf9, 0x41, 0xce, 0xe8, 0x51, 0x2d, 0x40, 0xcd, 0xef, 0xc8, 0x71, 0x2a, 0xf2, 0x40, 0x55, 0x36, 0x28, 0x5b, 0x47, 0xd4, 0x04, 0x5e, 0xa8, 0x53, 0xc6, 0xe4, 0x99, 0x43, 0x0a, 0xd7, 0xd0, 0x10, 0x46, 0x76, 0x30, 0xcb, 0x52, 0xb6, 0x2b, 0x2a, 0xca, 0x21, 0x5c, 0x1e, 0x86, 0x2c, 0x85, 0x85, 0xe1, 0x37, 0x0b, 0xbb, 0x3c, 0xb9, 0x84, 0x7b, 0x7a, 0x52, 0x05, 0x83, 0x3e, 0x0a, 0x2d, 0xcd, 0x30, 0x39, 0x99, 0xe1, 0x85, 0x22, 0x32, 0x39, 0xe6, 0x94, 0x32, 0x4f, 0x10, 0x6e, 0x81, 0xf4, 0xfb, 0x03, 0xb2, 0xbc, 0xb1, 0xf8, 0x08, 0x80, 0x64, 0xd5, 0x1e, 0x0c, 0x22, 0x15, 0x6d, 0x24, 0xfe, 0x4f, 0x83, 0x2e, 0xec, 0xff, 0xce, 0x76, 0x7a, 0x6b, 0x9a, 0x96, 0x61, 0xa8, 0xb1, 0xa7, 0x69, 0xd9, 0xc9, 0xbf, 0x9d, 0x82, 0xf0, 0xfe, 0x88, 0xcf, 0x53, 0x11, 0x06, 0x91, 0xa3, 0x37, 0x5f, 0xe9, 0xdb, 0x4a, 0x9a, 0x85, 0x90, 0x3d, 0x3d, 0xc5, 0x59, 0xdc, 0xf1, 0xa3, 0xa7, 0x20, 0x8c, 0xe4, 0xbf, 0x65, 0x45, 0x13, 0xcb, 0xd6, 0x11, 0x71, 0xfa, 0x86, 0x6f, 0x3e, 0x0b, 0x5d, 0x5d, 0x29, 0x67, 0x33, 0x7a, 0x51, 0x28, 0x00, 0xb0, 0x7a, 0x75, 0x25, 0x9f, 0xed, 0x8e, 0x4b, 0xd1, 0x08, 0x67, 0x55, 0xa0, 0xa4, 0x2e, 0xe1, 0x40, 0x01, 0x3f, 0x80, 0x1e, 0x0c, 0xe2, 0x93, 0x0b, 0x37, 0xab, 0x5c, 0x0d, 0x24, 0x72, 0x49, 0xc7, 0xcd, 0x85, 0x12, 0x0d, 0x35, 0xcc, 0x2e, 0x0c, 0x82, 0x83, 0x49, 0xd7, 0xa9, 0x5e, 0x9f, 0x61, 0x25, 0xb4, 0x0a, 0x8d, 0x89, 0x44, 0x12, 0x06, 0x07, 0x47, 0x59, 0xad, 0x1d, 0x7b, 0x7e, 0x5e, 0x31, 0xe1, 0xd8, 0xce, 0xa4, 0x59, 0x8c, 0xaf, 0x90, 0x71, 0xb6, 0xed, 0xb8, 0x89, 0x09, 0x94, 0xc4, 0xf3, 0x19, 0xf9, 0x95, 0xa2, 0x82, 0x84, 0x1d, 0xe4, 0xd7, 0x2f, 0xfe, 0x81, 0x8d, 0xb2, 0xa8, 0x79, 0x56, 0xa2, 0x70, 0x8b, 0x96, 0x76, 0x3b, 0xae, 0x0b, 0x81, 0x01, 0xbf, 0x4e, 0x01, 0x96, 0x44, 0x06, 0x70, 0xd4, 0x02, 0x72, 0x2a, 0x4f, 0xd7, 0x66, 0x32, 0x40, 0xd6, 0x44, 0xde, 0x8d, 0x02, 0x88, 0x6e, 0x81, 0x21, 0x56, 0xaf, 0x9c, 0xa2, 0x3b, 0x89, 0x64, 0xf2, 0xce, 0xf7, 0x8d, 0xdc, 0x7e, 0xa1, 0x45, 0x4c, 0x4d, 0x25, 0xd8, 0xcc, 0x17, 0xd6, 0xb8, 0xf9, 0x90, 0xf8, 0x42, 0xa4, 0x39, 0x18, 0xe4, 0x7d, 0x08, 0xbb, 0x7c, 0x65, 0x75, 0x25, 0x6b, 0xe6, 0x28, 0x5d, 0x0a, 0x1e, 0x0d, 0x88, 0x74, 0x6d, 0x66, 0x21, 0x14, 0xee, 0xf2, 0x7c, 0xc0, 0x5f, 0x08, 0x52, 0xd0, 0xc4, 0x93, 0x29, 0xc0, 0x92, 0xc8, 0x00, 0xce, 0x45, 0x1b, 0xb3, 0xfa, 0x0c, 0x21, 0x72, 0x69, 0xb6, 0xde, 0xc9, 0x75, 0x7a, 0xec, 0x96, 0x3e, 0x33, 0x92, 0xd8, 0xd9, 0x85, 0xdd, 0xe9, 0x63, 0xe8, 0xf4, 0xa3, 0xa3, 0x53, 0x2c, 0x43, 0xd7, 0x9a, 0x8b, 0x5f, 0x8c, 0xdf, 0xdd, 0xab, 0x5c, 0x40, 0x48, 0x10, 0x8b, 0xa5, 0x1d, 0xe9, 0xb8, 0x60, 0x01, 0x3e, 0xcd, 0x21, 0x94, 0x4c, 0x26, 0x99, 0x0c, 0xc2, 0x28, 0x42, 0x9e, 0xf4, 0xa4, 0x85, 0x20, 0x85, 0x48, 0x12, 0xa5, 0x67, 0x0a, 0xe1, 0x73, 0x49, 0x58, 0x80, 0x28, 0xd8, 0x24, 0x97, 0x6d, 0x15, 0x92, 0x76, 0x4c, 0x0b, 0x07, 0x93, 0x49, 0x37, 0x3f, 0xa5, 0xd8, 0xfc, 0xec, 0x06, 0x89, 0x37, 0xa4, 0x79, 0x21, 0x1c, 0x3a, 0x67, 0xf0, 0x1a, 0xc3, 0x43, 0x7e, 0xf8, 0xa1, 0xa1, 0x09, 0x36, 0xc8, 0x0b, 0xf5, 0xbb, 0xe7, 0x27, 0xff, 0xb2, 0x55, 0xce, 0x6c, 0x0c, 0xb2, 0xda, 0xe5, 0x55, 0x30, 0x0a, 0x38, 0x53, 0x22, 0xeb, 0xc8, 0xf0, 0x30, 0xcc, 0x25, 0xab, 0x8a, 0x9f, 0xdd, 0x79, 0x81, 0x6f, 0x21, 0xc5, 0x95, 0x35, 0xdc, 0x21, 0xa7, 0xc0, 0xd2, 0x09, 0x81, 0xa2, 0x5e, 0x8f, 0xbc, 0x7e, 0x8f, 0xf8, 0x18, 0x42, 0x00, 0x72, 0x85, 0x0a, 0x1b, 0x80, 0xd5, 0x69, 0xe3, 0x34, 0xb3, 0xcd, 0xd4, 0x40, 0xc9, 0x4b, 0x29, 0xe8, 0x77, 0x66, 0x26, 0xc5, 0x2c, 0x79, 0x5c, 0xf5, 0xf2, 0x95, 0x84, 0xc4, 0x7b, 0x89, 0xe1, 0x27, 0x2a, 0x6b, 0x75, 0xcc, 0x18, 0xa9, 0x5a, 0x22, 0x59, 0xd3, 0xf0, 0x07, 0x8c, 0x8d, 0x8f, 0xdb, 0xaa, 0x96, 0x14, 0x0b, 0x60, 0xeb, 0x73, 0xe4, 0x8d, 0x66, 0x7d, 0x26, 0x93, 0x66, 0x08, 0x40, 0x14, 0x07, 0x5c, 0xe9, 0x4c, 0x89, 0x11, 0x40, 0x54, 0xec, 0x62, 0x59, 0x41, 0x92, 0x15, 0x90, 0x1e, 0x4d, 0x08, 0x40, 0x6c, 0x4f, 0x7c, 0xb7, 0x5d, 0x75, 0x53, 0x5c, 0x3c, 0x7a, 0x8a, 0x64, 0x2b, 0x30, 0x1c, 0x43, 0xd6, 0xd8, 0x3e, 0xf2, 0xce, 0x91, 0xc3, 0x46, 0x54, 0xd4, 0x9c, 0xaf, 0x84, 0x3f, 0x1f, 0xa4, 0x21, 0xfb, 0x7e, 0x4c, 0x42, 0x00, 0x99, 0xb4, 0x0b, 0x35, 0x58, 0xf0, 0x63, 0x1a, 0x9f, 0x68, 0x4d, 0x1d, 0xb4, 0xad, 0x5a, 0x65, 0x1e, 0x3b, 0x13, 0xf0, 0xad, 0x09, 0xac, 0xaa, 0x23, 0x95, 0x70, 0xb0, 0x9c, 0xb3, 0x6f, 0x2f, 0x8f, 0x44, 0x98, 0x3f, 0x62, 0x74, 0x74, 0x0c, 0x2e, 0x76, 0xe9, 0xeb, 0x46, 0x5e, 0x58, 0x32, 0x2d, 0x40, 0x0f, 0x07, 0xcb, 0xe5, 0xf4, 0xb4, 0x2b, 0x12, 0x02, 0x23, 0x11, 0xc5, 0xc1, 0x4d, 0x6b, 0xae, 0xdd, 0xe7, 0x64, 0x0d, 0xb4, 0xce, 0x7a, 0x79, 0xfd, 0x1e, 0x9e, 0x7f, 0x3f, 0xcd, 0x8c, 0x22, 0x5c, 0xca, 0x9f, 0xbf, 0x7d, 0x7d, 0xbe, 0x48, 0xc3, 0xf2, 0xf5, 0xdd, 0x1c, 0x33, 0x9a, 0x10, 0x2c, 0xaf, 0x62, 0x4a, 0x9e, 0xc2, 0x46, 0xca, 0x17, 0x34, 0x51, 0x40, 0x35, 0x2f, 0x2b, 0xb0, 0xf9, 0x49, 0xac, 0xaa, 0x9f, 0x74, 0x2c, 0x8b, 0x83, 0x7b, 0xa5, 0xf7, 0x2a, 0xfc, 0xf2, 0x17, 0xcf, 0xe0, 0xc4, 0x8b, 0x89, 0xc9, 0xf9, 0x3f, 0x96, 0x4c, 0x08, 0x14, 0x12, 0x2e, 0xb7, 0x48, 0xa9, 0x9a, 0x3a, 0x96, 0x81, 0xea, 0x6a, 0xab, 0xf0, 0x26, 0x5b, 0xc4, 0x54, 0x07, 0x6a, 0x60, 0x1d, 0x0c, 0xb3, 0x6c, 0x40, 0xe1, 0x64, 0x54, 0x72, 0x2d, 0x99, 0xcc, 0x38, 0xcc, 0xfa, 0xc2, 0x24, 0x7e, 0xbe, 0x89, 0x19, 0x56, 0xa4, 0x21, 0xf5, 0x76, 0x6a, 0x2a, 0xe9, 0xe2, 0x98, 0xc9, 0xd9, 0x96, 0x7c, 0x7d, 0xed, 0xd5, 0xa3, 0x08, 0xa0, 0x3e, 0x53, 0x4d, 0x01, 0xa3, 0xa4, 0xbd, 0x6c, 0x25, 0x35, 0x1f, 0x2b, 0x54, 0x9f, 0x80, 0xc7, 0x5d, 0x64, 0x71, 0xac, 0x13, 0x70, 0xed, 0xda, 0x35, 0x94, 0x85, 0x86, 0x04, 0x45, 0xfb, 0x87, 0x5f, 0xfe, 0xf2, 0x97, 0xff, 0xb2, 0x74, 0x08, 0x40, 0xf1, 0x80, 0x2c, 0xac, 0x2b, 0x2b, 0x59, 0xe1, 0x32, 0x92, 0x23, 0x48, 0x0c, 0xae, 0x1d, 0xa8, 0xb2, 0xae, 0x2f, 0x3c, 0x7a, 0xe6, 0x8a, 0xdb, 0xfc, 0x38, 0x59, 0xd4, 0x68, 0xe6, 0xf3, 0xb5, 0x80, 0x94, 0x12, 0x01, 0x76, 0x7e, 0x94, 0x40, 0xd7, 0x02, 0x1c, 0x85, 0x40, 0x9e, 0xaa, 0x25, 0x3b, 0x66, 0x4e, 0x9f, 0x3e, 0x0d, 0x27, 0x4f, 0x9e, 0x2c, 0x7a, 0xe1, 0xe8, 0x79, 0x6c, 0xe4, 0x2c, 0xf8, 0xfb, 0x99, 0x99, 0x99, 0xaf, 0x41, 0x89, 0x36, 0x4f, 0xa6, 0x60, 0xe6, 0x04, 0x91, 0x3e, 0x22, 0x9d, 0xce, 0xb1, 0x26, 0xe2, 0xd9, 0xcd, 0x26, 0x5d, 0xd5, 0x26, 0xec, 0xc9, 0xc1, 0x1d, 0x72, 0xa8, 0x97, 0x40, 0x9a, 0xb9, 0xb9, 0x34, 0x8b, 0xca, 0x11, 0xc5, 0x90, 0x16, 0x9b, 0xc4, 0x7b, 0xc9, 0xd7, 0x9f, 0x8e, 0x25, 0x5d, 0x84, 0x40, 0xc3, 0x35, 0x2b, 0x8c, 0x41, 0xe4, 0x28, 0xa2, 0xc8, 0x22, 0x55, 0x8b, 0xe0, 0x25, 0xc4, 0x20, 0x9e, 0x2d, 0x6c, 0x04, 0xa4, 0xc6, 0x66, 0x70, 0x26, 0xa7, 0xd3, 0x29, 0x35, 0x36, 0x35, 0x7d, 0x16, 0xef, 0xa1, 0x65, 0x50, 0xb3, 0x48, 0x45, 0x32, 0x88, 0xec, 0x7a, 0xd3, 0xfe, 0x4e, 0xe3, 0x2f, 0xb5, 0x8c, 0x9f, 0x16, 0x13, 0xc0, 0x2e, 0x71, 0x9f, 0xfc, 0xd9, 0xdd, 0x48, 0x0d, 0x7e, 0xf6, 0xcc, 0x33, 0xcf, 0x5c, 0x86, 0x12, 0x6e, 0x9e, 0xed, 0x00, 0xb2, 0x0a, 0x28, 0x5c, 0xc1, 0x64, 0x37, 0x37, 0x82, 0x41, 0x0c, 0xab, 0x9d, 0x9d, 0xbf, 0x1b, 0xe4, 0x4d, 0x46, 0x0a, 0xea, 0x2e, 0x1e, 0x9f, 0xd5, 0x83, 0x34, 0x0a, 0x99, 0x74, 0x4b, 0x45, 0xe2, 0x0b, 0xf5, 0x4d, 0x31, 0x0e, 0x93, 0x53, 0x19, 0x47, 0x69, 0x5e, 0x55, 0x8d, 0x00, 0x4d, 0x6a, 0xf4, 0x4d, 0x55, 0xd5, 0x55, 0x10, 0x08, 0xf9, 0xf5, 0x14, 0xae, 0x6c, 0x26, 0xc7, 0x2a, 0x9b, 0xd6, 0xd5, 0xd5, 0x41, 0x7d, 0x7d, 0x3d, 0x05, 0xd6, 0xa0, 0x50, 0x3b, 0x4d, 0xf7, 0x29, 0x3d, 0x3d, 0x3d, 0x0d, 0x2f, 0x1d, 0x79, 0xe9, 0xd1, 0x78, 0x3c, 0x4e, 0xeb, 0x23, 0xd3, 0x22, 0x81, 0x33, 0x52, 0x4b, 0x48, 0x6d, 0x5a, 0xfb, 0x8d, 0x69, 0x33, 0x7f, 0x51, 0x36, 0x57, 0x04, 0xa0, 0xd2, 0x30, 0x63, 0x63, 0x63, 0x21, 0x61, 0x03, 0x50, 0x85, 0x23, 0x48, 0x05, 0x3d, 0x7c, 0x99, 0xc2, 0xc4, 0x9c, 0x75, 0x7d, 0x30, 0x49, 0xfd, 0x02, 0xe0, 0xb2, 0xa6, 0x90, 0x4a, 0x65, 0x19, 0xf0, 0x89, 0xe4, 0x2f, 0x24, 0xa0, 0xa2, 0x58, 0xbf, 0xbb, 0x97, 0xbe, 0x89, 0xb2, 0xcd, 0x24, 0x32, 0x8e, 0x42, 0x60, 0x4e, 0x2b, 0x5f, 0xef, 0x93, 0xb4, 0x00, 0x7a, 0x07, 0xaa, 0x9b, 0x44, 0xe7, 0x88, 0x35, 0x10, 0x75, 0xa0, 0x63, 0x99, 0x74, 0x8e, 0x95, 0x94, 0x21, 0x24, 0x68, 0x6b, 0x6b, 0x63, 0xc1, 0x9c, 0xf5, 0x75, 0xf5, 0xcd, 0x3b, 0x77, 0xec, 0xfc, 0x4b, 0xe4, 0xeb, 0x17, 0x2f, 0x5d, 0xba, 0xf4, 0xd2, 0x85, 0x0b, 0x17, 0x4e, 0x76, 0x77, 0x77, 0x27, 0x40, 0x44, 0xbd, 0x18, 0x03, 0x27, 0x82, 0x1f, 0x28, 0x1c, 0x89, 0xc8, 0x51, 0x7a, 0x49, 0x11, 0x60, 0x70, 0x70, 0xb0, 0x9a, 0x48, 0x9c, 0x6e, 0x04, 0xd2, 0xaa, 0x55, 0xf0, 0xaa, 0x9d, 0x49, 0x7d, 0xa0, 0x0c, 0x0d, 0xc0, 0xac, 0xce, 0x89, 0x01, 0x37, 0x04, 0x20, 0x63, 0x7f, 0x76, 0x36, 0x89, 0x83, 0x91, 0xce, 0xab, 0xe2, 0x2d, 0x26, 0x89, 0x2f, 0xec, 0x11, 0xa4, 0xc2, 0xcf, 0xbc, 0x84, 0xbb, 0xdf, 0x67, 0xb1, 0xf1, 0x6b, 0x14, 0x40, 0xc8, 0x00, 0x82, 0xb2, 0x55, 0x55, 0x56, 0x72, 0x04, 0xd0, 0x12, 0x47, 0x59, 0xf4, 0x8e, 0x8f, 0x23, 0x09, 0x95, 0x7f, 0x1f, 0x18, 0x18, 0x80, 0xda, 0xda, 0x5a, 0xd8, 0xb4, 0x69, 0x13, 0x69, 0x0d, 0x3e, 0xa4, 0x08, 0x1b, 0xd7, 0xae, 0x5d, 0xdb, 0x7e, 0xe0, 0xc0, 0x81, 0x7f, 0x83, 0xef, 0x93, 0x44, 0xf2, 0x7e, 0x09, 0x25, 0xfc, 0xe3, 0x88, 0x18, 0xe7, 0xf1, 0xb7, 0xf3, 0xd8, 0xb1, 0x63, 0x9d, 0x28, 0x57, 0x8c, 0x81, 0x5c, 0x15, 0x7b, 0x11, 0x28, 0x81, 0x2b, 0x02, 0x50, 0xd9, 0x56, 0x51, 0xb5, 0x13, 0x34, 0x2b, 0x60, 0x36, 0x67, 0xac, 0xdf, 0xc7, 0x49, 0xa5, 0x4f, 0x92, 0xf0, 0xed, 0x66, 0x5c, 0xab, 0x0a, 0x94, 0x4e, 0x67, 0x19, 0xb9, 0xe7, 0xac, 0x44, 0xb1, 0x01, 0x6a, 0x61, 0xb5, 0x76, 0x16, 0x56, 0xaa, 0x4d, 0xee, 0x9b, 0x07, 0xba, 0xaa, 0xcc, 0xe5, 0x5d, 0x53, 0x13, 0x74, 0xd6, 0x02, 0xfc, 0x52, 0xd1, 0x26, 0x04, 0x7c, 0x45, 0x79, 0xa5, 0x5e, 0xc9, 0x43, 0x84, 0x6f, 0x13, 0x55, 0xa0, 0x1a, 0x03, 0x34, 0x44, 0xa3, 0x23, 0xa3, 0x90, 0x1a, 0x4e, 0x31, 0x2a, 0x80, 0xf2, 0x41, 0xa6, 0xb9, 0xb9, 0xd9, 0xb7, 0x65, 0xcb, 0x96, 0x30, 0xad, 0x10, 0x86, 0xe3, 0x5c, 0x3e, 0x37, 0x37, 0xb7, 0x0d, 0x81, 0xbf, 0x05, 0x1b, 0xee, 0xce, 0xf9, 0x6e, 0xbb, 0xed, 0xb6, 0x30, 0x22, 0x46, 0x1c, 0x1f, 0xd9, 0x83, 0x02, 0xf2, 0x19, 0xbc, 0xe6, 0x04, 0x22, 0xd7, 0x6b, 0xd8, 0xef, 0xeb, 0x9f, 0xfd, 0xec, 0x67, 0xa7, 0x16, 0x1d, 0x01, 0xc8, 0x15, 0x6c, 0x04, 0x84, 0x8a, 0xa5, 0x5b, 0xac, 0x55, 0x3b, 0xc1, 0x64, 0xd7, 0xb7, 0xea, 0xfc, 0x82, 0x05, 0x10, 0x22, 0x51, 0x91, 0x07, 0x32, 0xeb, 0x5a, 0x43, 0xb4, 0x16, 0x3a, 0x5b, 0x17, 0x66, 0xf9, 0x73, 0xee, 0x5b, 0x54, 0x24, 0xe7, 0x35, 0xfc, 0x83, 0x76, 0x39, 0x80, 0x2c, 0x93, 0x2c, 0x5d, 0x9b, 0x47, 0x05, 0x11, 0x50, 0xcb, 0x2b, 0xca, 0x19, 0xf0, 0xe9, 0x58, 0x45, 0x65, 0x05, 0x2b, 0x28, 0x41, 0xe6, 0xeb, 0xa1, 0x91, 0x11, 0x18, 0x67, 0x96, 0xc2, 0x2c, 0x9c, 0xed, 0xba, 0x40, 0xc8, 0x9f, 0xc9, 0xa4, 0xb2, 0x3f, 0xba, 0xf5, 0xd6, 0x5b, 0x37, 0xa1, 0x1c, 0xb0, 0x13, 0xc7, 0xb7, 0x1c, 0x11, 0x22, 0x89, 0x88, 0x10, 0xaa, 0xac, 0xac, 0xf4, 0x37, 0x34, 0x34, 0x54, 0x90, 0x5d, 0x81, 0xc6, 0x1d, 0x11, 0xa1, 0x8a, 0x10, 0x03, 0x65, 0x08, 0x42, 0x8e, 0x0f, 0xe2, 0xf5, 0x19, 0x7c, 0x56, 0xf9, 0xa3, 0x8f, 0x3e, 0x3a, 0x88, 0xcf, 0xfd, 0x1d, 0xb6, 0xdf, 0x60, 0x7b, 0x1d, 0x11, 0xee, 0x18, 0x22, 0xc5, 0x4c, 0xa9, 0x85, 0x40, 0xf3, 0xfa, 0x7d, 0xaa, 0x2c, 0x04, 0x66, 0x98, 0x19, 0x58, 0xf8, 0xce, 0x65, 0x23, 0x8e, 0xec, 0xce, 0x25, 0xc0, 0x13, 0xaf, 0xe7, 0x80, 0x07, 0x0b, 0xe0, 0x95, 0x45, 0x01, 0xea, 0x42, 0x91, 0x86, 0xce, 0x85, 0x42, 0x9c, 0xe2, 0xf2, 0xc0, 0xd7, 0x72, 0xbb, 0x1c, 0x40, 0x9e, 0x39, 0xd5, 0xc8, 0xd7, 0x27, 0xc0, 0xb7, 0xaf, 0x69, 0x43, 0x24, 0xa8, 0x60, 0x5e, 0x42, 0x0a, 0x1a, 0x19, 0x1f, 0x1d, 0x87, 0xde, 0x2b, 0xbd, 0x2c, 0x98, 0x84, 0x80, 0xd9, 0xdb, 0xd3, 0xcb, 0x7e, 0x63, 0x53, 0xb1, 0x57, 0x5f, 0x7e, 0xe9, 0x95, 0xe3, 0xcf, 0x3f, 0xff, 0xfc, 0x2b, 0xd8, 0xd5, 0xa3, 0x1b, 0x36, 0x6c, 0x28, 0xdf, 0xb3, 0x67, 0x4f, 0xfb, 0x9a, 0x35, 0x6b, 0xd6, 0x36, 0x35, 0x35, 0x6d, 0x40, 0x04, 0x6a, 0xc3, 0xeb, 0x28, 0x27, 0x3d, 0x87, 0xfb, 0xa9, 0xf2, 0xf2, 0x72, 0x3f, 0x52, 0x92, 0x30, 0xca, 0x11, 0xe1, 0xf6, 0xf6, 0x76, 0x46, 0x59, 0x10, 0x19, 0x5a, 0xb1, 0x7d, 0x08, 0x59, 0xc5, 0xbd, 0x88, 0x14, 0x39, 0xd4, 0x34, 0x22, 0x88, 0x14, 0x44, 0x25, 0x9e, 0xc4, 0x6f, 0x7f, 0x06, 0x85, 0xcf, 0x23, 0x1f, 0xfd, 0xe8, 0x47, 0xb3, 0x0b, 0x42, 0x00, 0xbd, 0x6e, 0xbf, 0x29, 0x22, 0x58, 0x2b, 0xdd, 0x1e, 0x4f, 0xe9, 0x19, 0xad, 0xc2, 0x17, 0xc0, 0x85, 0x3c, 0x5e, 0xe9, 0x82, 0x17, 0x34, 0xce, 0x4a, 0xde, 0x2c, 0x5f, 0x09, 0x66, 0xab, 0x3b, 0xe9, 0x2f, 0x35, 0xd2, 0x90, 0x33, 0x88, 0x64, 0xb0, 0xb8, 0x96, 0x24, 0x6a, 0xf7, 0x08, 0xf2, 0x70, 0x70, 0x23, 0x3f, 0x10, 0x11, 0x60, 0xed, 0x6a, 0x98, 0x43, 0x69, 0xbf, 0xbf, 0x6f, 0x10, 0xfa, 0xfa, 0xfa, 0x58, 0x69, 0x19, 0xea, 0x93, 0xb2, 0x8b, 0x7a, 0x2f, 0xf7, 0x32, 0xa4, 0xc0, 0xd9, 0x3b, 0x78, 0xec, 0x8d, 0xe3, 0x4f, 0xc9, 0x26, 0xc0, 0xae, 0xae, 0xae, 0x09, 0x6c, 0x83, 0xb8, 0xfb, 0x1b, 0x4d, 0xd8, 0x4b, 0x22, 0xd0, 0x53, 0x77, 0xde, 0x79, 0x67, 0xfd, 0xe6, 0xcd, 0x9b, 0x5b, 0x91, 0x22, 0xb4, 0x23, 0x65, 0x58, 0x8f, 0x54, 0x62, 0x1b, 0x4e, 0xc0, 0xcd, 0xf4, 0x2c, 0xfc, 0x3b, 0x55, 0x55, 0x55, 0x55, 0xd1, 0xd8, 0xd8, 0x18, 0x41, 0xc4, 0x61, 0x88, 0x35, 0x35, 0x35, 0xb5, 0x6d, 0x72, 0x72, 0x72, 0x13, 0xb6, 0x7f, 0x37, 0x31, 0x31, 0x91, 0x7b, 0xe4, 0x91, 0x47, 0x9e, 0xc0, 0xbe, 0xfe, 0x1b, 0x52, 0x86, 0x17, 0x17, 0x84, 0x00, 0x7a, 0x4e, 0x80, 0x24, 0x04, 0x4e, 0xc7, 0x53, 0x5a, 0xe0, 0x84, 0x4f, 0xd7, 0x7d, 0x49, 0x9a, 0xa7, 0x66, 0x04, 0x82, 0x28, 0x92, 0x29, 0x77, 0xf1, 0x66, 0x6b, 0x69, 0xd5, 0x42, 0x7e, 0x80, 0x53, 0x00, 0x73, 0x9d, 0x00, 0x27, 0x39, 0x20, 0xa4, 0xb1, 0x80, 0x78, 0x3c, 0x01, 0x2f, 0xfe, 0xfa, 0x08, 0x01, 0x41, 0x47, 0x7a, 0x8a, 0x28, 0xee, 0xbb, 0xda, 0xc7, 0xac, 0x78, 0x9c, 0x6d, 0xc6, 0x2f, 0x1e, 0x7d, 0xed, 0x8d, 0x7f, 0x42, 0x92, 0x3e, 0xa3, 0x49, 0xf8, 0x59, 0xa9, 0xe5, 0xa4, 0x96, 0x9d, 0x99, 0x99, 0xc9, 0x1c, 0x3e, 0x7c, 0xf8, 0x0a, 0xb6, 0x2e, 0x81, 0x14, 0xd4, 0xe5, 0xd6, 0xad, 0x5b, 0xd3, 0x5f, 0xf8, 0xc2, 0x17, 0xd6, 0xe1, 0xcc, 0xdf, 0x8b, 0x42, 0xe4, 0x6d, 0x08, 0x9b, 0x77, 0xe2, 0xd8, 0x6f, 0x22, 0x9b, 0x41, 0x34, 0x1a, 0xf5, 0x63, 0x2b, 0x5b, 0xbd, 0x7a, 0x75, 0x88, 0x1c, 0x46, 0xa8, 0x7d, 0x7c, 0x62, 0x78, 0x78, 0xf8, 0x5f, 0x23, 0x65, 0xb8, 0x88, 0x94, 0xe1, 0x3f, 0x7e, 0xfe, 0xf3, 0x9f, 0xff, 0x7f, 0x45, 0x21, 0x80, 0x58, 0xa2, 0x54, 0x76, 0x05, 0x67, 0xc5, 0x0a, 0x9e, 0xf1, 0x0c, 0xe3, 0x93, 0x44, 0xda, 0xe5, 0x99, 0x2e, 0x03, 0xb4, 0x38, 0x57, 0xac, 0x1b, 0x60, 0x4b, 0xe1, 0xe6, 0x9d, 0x0f, 0xd2, 0xf8, 0x98, 0x2d, 0x60, 0xda, 0x29, 0x55, 0x4b, 0x55, 0xf5, 0xa8, 0x20, 0x9e, 0x31, 0xcd, 0x81, 0x4d, 0xea, 0x1e, 0x1d, 0xc7, 0xd9, 0x87, 0x6d, 0x0a, 0xd5, 0xc8, 0x84, 0x18, 0xc7, 0xf4, 0xd0, 0xb5, 0xe1, 0xdf, 0x9c, 0x38, 0x7e, 0xe2, 0x39, 0xdc, 0xa7, 0xa8, 0xcf, 0x94, 0xd6, 0xd2, 0x2e, 0x2d, 0xe3, 0xd2, 0xb2, 0x67, 0xce, 0x9c, 0x49, 0x3f, 0xf0, 0xc0, 0x03, 0xe7, 0x70, 0x9f, 0xda, 0x3f, 0x52, 0xff, 0xb4, 0xc8, 0x46, 0x4b, 0x4b, 0xcb, 0xbe, 0x91, 0x91, 0x91, 0xf7, 0xa2, 0xac, 0xf1, 0x21, 0xa2, 0x12, 0xa8, 0x6d, 0xa4, 0x91, 0x9d, 0x94, 0xa3, 0xea, 0x19, 0xc1, 0xe3, 0xdb, 0x7a, 0x7b, 0x7b, 0x1f, 0x47, 0x44, 0xf8, 0x09, 0xbe, 0xfb, 0xfd, 0x56, 0x59, 0x21, 0x50, 0xc8, 0x0a, 0xc8, 0xc3, 0xc1, 0x7c, 0x5a, 0x56, 0x90, 0x11, 0x11, 0xcc, 0x73, 0x02, 0x61, 0x09, 0x48, 0xfc, 0xc2, 0x91, 0x66, 0x3e, 0x7d, 0x97, 0x95, 0xf9, 0x98, 0xac, 0xe3, 0x64, 0x0c, 0x12, 0x2e, 0x61, 0x91, 0xae, 0x4d, 0x2c, 0xef, 0xe4, 0x1b, 0x27, 0x99, 0xc4, 0x2f, 0x79, 0x35, 0xb3, 0x38, 0xfb, 0x7b, 0xc7, 0xc6, 0xc6, 0x3a, 0x73, 0xd9, 0x5c, 0x7c, 0xdd, 0xba, 0x75, 0xdb, 0x34, 0x8b, 0x5f, 0x5a, 0xb3, 0xf6, 0xa5, 0x24, 0xab, 0x5f, 0x4a, 0x6b, 0xc2, 0x02, 0xa8, 0xff, 0x52, 0xc3, 0xeb, 0xc8, 0x18, 0xd4, 0x89, 0x72, 0xc3, 0x19, 0xeb, 0x7b, 0x22, 0x02, 0xd0, 0x4b, 0xbe, 0xac, 0xb5, 0x43, 0x0f, 0x3f, 0xfc, 0x70, 0x2b, 0xb2, 0x81, 0x3f, 0x46, 0x2a, 0xf1, 0x00, 0xde, 0xdb, 0x44, 0x48, 0xb0, 0x7b, 0xf7, 0xee, 0xc8, 0x85, 0x0b, 0x17, 0x3e, 0x84, 0x54, 0x68, 0x23, 0xb2, 0x86, 0xfd, 0x88, 0x04, 0xe9, 0xa2, 0x58, 0x00, 0xf7, 0xed, 0xa8, 0x52, 0x52, 0x48, 0xc6, 0xa1, 0x46, 0x5e, 0x69, 0x5c, 0xb1, 0x8b, 0x4b, 0xe2, 0xbd, 0xcb, 0x0c, 0x3c, 0x55, 0x2b, 0xe5, 0xec, 0x11, 0xd4, 0x5c, 0xb7, 0xc2, 0x16, 0xc0, 0xd7, 0x10, 0x50, 0x78, 0x0d, 0x65, 0x63, 0xf3, 0xd7, 0xd6, 0xd4, 0x76, 0x50, 0x2b, 0x95, 0xca, 0x76, 0xef, 0xbd, 0xf7, 0x3e, 0x81, 0x6c, 0xe1, 0xa3, 0xf9, 0x62, 0x01, 0x90, 0xd4, 0xf7, 0xe3, 0xcf, 0xdf, 0xe1, 0x3b, 0x3e, 0x88, 0xc8, 0x70, 0xdf, 0xe5, 0xcb, 0x97, 0x1f, 0x42, 0x56, 0xb0, 0x02, 0xe5, 0x89, 0xc8, 0xb9, 0x73, 0xe7, 0x6e, 0x46, 0x8d, 0xe2, 0x6f, 0xf1, 0xfc, 0x97, 0x75, 0xcf, 0x67, 0xbe, 0x58, 0x00, 0xe1, 0xf7, 0x16, 0xc6, 0x1a, 0xe1, 0x0e, 0xe6, 0x11, 0xc1, 0xaa, 0xa5, 0x18, 0x82, 0x51, 0xf8, 0xc0, 0x5e, 0x0c, 0xc1, 0xbe, 0x56, 0x0e, 0x85, 0x37, 0x51, 0xb3, 0x16, 0x4a, 0x90, 0x8b, 0x2d, 0x14, 0xee, 0xdb, 0xe7, 0xd2, 0xb7, 0xcf, 0xa5, 0x6f, 0xf1, 0x5c, 0x5f, 0xde, 0xe7, 0x72, 0x3d, 0x5e, 0xc9, 0x23, 0x04, 0x8a, 0xea, 0x9d, 0x46, 0xae, 0x9e, 0x48, 0xda, 0x28, 0xd8, 0x02, 0xe6, 0x16, 0x30, 0xb5, 0x80, 0x6b, 0xd3, 0x26, 0xd2, 0x47, 0xee, 0xb9, 0xe7, 0x9e, 0x0f, 0x7a, 0x41, 0x16, 0xbc, 0x5e, 0x45, 0x79, 0xe1, 0x29, 0x14, 0x54, 0xb7, 0xa2, 0x4c, 0xf1, 0xdc, 0xa5, 0x4b, 0x97, 0x66, 0x51, 0xe3, 0x88, 0xe0, 0xbb, 0x7f, 0xfe, 0xa1, 0x87, 0x1e, 0xaa, 0xf6, 0xa4, 0x06, 0x0a, 0x0a, 0xe0, 0x13, 0x89, 0xa1, 0x9a, 0x3b, 0x98, 0x87, 0x83, 0xf9, 0x3c, 0x67, 0xc4, 0x5c, 0x5f, 0xe7, 0xce, 0xfc, 0xfa, 0xd6, 0xcb, 0xb7, 0x3a, 0xa6, 0x99, 0x8b, 0x4c, 0x1d, 0xc3, 0x23, 0x78, 0xff, 0xe7, 0xfe, 0x2d, 0xd4, 0xd6, 0x47, 0xc5, 0x13, 0x41, 0x2e, 0x44, 0x29, 0x3b, 0xc8, 0xf5, 0x23, 0xf9, 0xbe, 0xc7, 0x72, 0x88, 0xca, 0xd4, 0xfc, 0xf3, 0xe3, 0x3f, 0x81, 0x1e, 0xd4, 0x26, 0xf0, 0xd9, 0x1f, 0xc3, 0x43, 0xcf, 0x68, 0x72, 0x41, 0xda, 0x62, 0x42, 0xb6, 0x6d, 0x9f, 0xfe, 0xf4, 0xa7, 0xe7, 0x1e, 0x7b, 0xec, 0xb1, 0x8f, 0xa1, 0x6c, 0x32, 0x42, 0x1a, 0x03, 0x6a, 0x13, 0x69, 0xec, 0x63, 0x3f, 0x9e, 0x3a, 0xec, 0x49, 0x06, 0x60, 0x5a, 0x80, 0xe6, 0xf4, 0x90, 0xb3, 0x82, 0x68, 0x86, 0xe4, 0x0b, 0xd8, 0x28, 0xa4, 0xeb, 0x5f, 0x6f, 0x12, 0x5f, 0x08, 0x69, 0x98, 0x10, 0x18, 0x73, 0x11, 0x02, 0xb5, 0x7a, 0x08, 0xb2, 0x4b, 0x98, 0x12, 0x47, 0x5a, 0x1a, 0x1b, 0x4d, 0x7d, 0xaa, 0x92, 0x73, 0xcc, 0xcf, 0x66, 0xb2, 0xdf, 0xed, 0x4b, 0x5d, 0x69, 0xba, 0x02, 0xdc, 0xef, 0x70, 0xf3, 0xcd, 0x5b, 0xa0, 0xb7, 0xe7, 0x0a, 0x3d, 0xef, 0xde, 0xe6, 0xe6, 0xe6, 0xa6, 0xa1, 0xa1, 0xa1, 0x69, 0x09, 0x09, 0x44, 0x73, 0xec, 0x06, 0xd5, 0xcf, 0x7a, 0x41, 0x89, 0x91, 0x5d, 0x29, 0x64, 0x7a, 0xf6, 0x22, 0x03, 0x54, 0xf3, 0x70, 0xb0, 0x20, 0x7b, 0x89, 0xac, 0x14, 0x0b, 0xc0, 0x4b, 0xc4, 0xce, 0xaf, 0x34, 0xca, 0xfc, 0x24, 0xfc, 0xd2, 0x20, 0x4d, 0x31, 0xf2, 0x08, 0x4b, 0xd6, 0x94, 0xf2, 0xf5, 0x4d, 0x42, 0xa0, 0x9e, 0xad, 0x6b, 0x38, 0x84, 0x8e, 0xbe, 0x76, 0x02, 0xae, 0xf4, 0x0c, 0xb8, 0xce, 0x26, 0x5a, 0x0a, 0x6e, 0xcb, 0xb6, 0xcd, 0xfa, 0xdf, 0xdd, 0x5d, 0x3d, 0xa8, 0x36, 0x4e, 0x9b, 0x62, 0x2c, 0x68, 0x7d, 0x20, 0xb9, 0x06, 0x53, 0x2e, 0x9b, 0x65, 0xd4, 0x66, 0xeb, 0xf6, 0xcd, 0xb0, 0x79, 0xcb, 0x66, 0x38, 0x72, 0xe4, 0x15, 0x98, 0x18, 0x9f, 0xa8, 0xc0, 0x99, 0x7c, 0x1f, 0x22, 0xc0, 0x53, 0x2e, 0x5a, 0x44, 0x4a, 0x46, 0x84, 0x1f, 0xfe, 0xf0, 0x87, 0xf7, 0x20, 0x9c, 0xfe, 0xe7, 0xca, 0x95, 0x2b, 0xfd, 0x64, 0xb1, 0x44, 0x81, 0x95, 0xdc, 0xd0, 0xbf, 0xf5, 0x2c, 0x04, 0xb2, 0x05, 0x0b, 0xe5, 0x35, 0x79, 0x54, 0x60, 0xd9, 0xb3, 0xa4, 0xf3, 0x53, 0x26, 0x6e, 0xbe, 0x59, 0xe6, 0x0c, 0x78, 0x4f, 0x1c, 0xac, 0xc8, 0x7b, 0x95, 0x02, 0xfc, 0xd0, 0xfb, 0xb5, 0x62, 0xa3, 0x54, 0xad, 0x40, 0xc0, 0x3d, 0x5f, 0x5f, 0x4e, 0xd6, 0x14, 0x6c, 0x41, 0xca, 0xdd, 0xb7, 0x6d, 0xb4, 0x12, 0x18, 0x8d, 0x19, 0x2f, 0x43, 0x03, 0x80, 0x82, 0x19, 0xf3, 0x16, 0x7a, 0xd9, 0x7a, 0x2e, 0x5f, 0x85, 0x6d, 0xdb, 0xb7, 0xc0, 0xca, 0xd6, 0x15, 0x84, 0x00, 0x64, 0x08, 0x7a, 0x3f, 0x1e, 0x7e, 0xc1, 0x45, 0x9d, 0x0c, 0x1c, 0x3c, 0x78, 0x50, 0x39, 0x70, 0xe0, 0xc0, 0xef, 0x07, 0x83, 0xc1, 0xff, 0x80, 0x48, 0xbf, 0xad, 0xa3, 0xa3, 0x23, 0x4c, 0xe5, 0xfe, 0x4f, 0x9e, 0x3c, 0x39, 0x8b, 0x14, 0xe0, 0xab, 0x28, 0x1b, 0x78, 0xd7, 0x02, 0x98, 0xaa, 0xa3, 0x0a, 0xbe, 0xc7, 0xcf, 0xdd, 0xb1, 0xbf, 0x19, 0x2e, 0x77, 0x4f, 0xcb, 0x99, 0xda, 0x16, 0x4f, 0x66, 0x71, 0x5b, 0x69, 0x57, 0x20, 0xb2, 0x77, 0x5a, 0x38, 0x00, 0xc7, 0x7e, 0x41, 0x43, 0x43, 0x00, 0x76, 0xef, 0x6d, 0x70, 0x8e, 0xed, 0x93, 0x2a, 0x78, 0x0b, 0xa0, 0x93, 0x2a, 0xe8, 0x96, 0xac, 0xa2, 0x23, 0xd5, 0xc4, 0x24, 0xd4, 0x37, 0xd4, 0x71, 0x96, 0x40, 0xf1, 0x03, 0x59, 0x6f, 0x9f, 0x32, 0x13, 0x9f, 0x65, 0x79, 0x89, 0x3b, 0x77, 0x6e, 0x87, 0x33, 0xa7, 0xce, 0x92, 0x39, 0xf8, 0xce, 0xaa, 0xaa, 0xaa, 0xe8, 0xf4, 0xf4, 0x74, 0x4c, 0x83, 0xa1, 0xff, 0xee, 0xbb, 0xef, 0x6e, 0x43, 0x75, 0xef, 0x96, 0x86, 0x86, 0x86, 0xf7, 0xe0, 0x79, 0x6a, 0x2a, 0xaa, 0x80, 0x15, 0x4d, 0x4d, 0x4d, 0xca, 0xf8, 0xf8, 0xb8, 0x7a, 0xfc, 0xf8, 0x71, 0x52, 0x3b, 0xbf, 0x85, 0xc0, 0x7f, 0xd4, 0xab, 0x25, 0x50, 0xaf, 0x0e, 0x26, 0xdb, 0x00, 0x68, 0xfb, 0xbb, 0xef, 0xde, 0xe1, 0x3c, 0xd0, 0x0e, 0xab, 0x6c, 0xe4, 0x3b, 0x6e, 0x3a, 0xe7, 0xf1, 0xf8, 0x82, 0xee, 0x29, 0x51, 0xb6, 0x8e, 0xc8, 0x0d, 0x20, 0xbe, 0x2e, 0x10, 0x80, 0x54, 0xc1, 0x7c, 0x14, 0x80, 0xb6, 0x6b, 0x03, 0xc3, 0x3a, 0x02, 0xac, 0x5d, 0xbb, 0x1a, 0xce, 0x9e, 0xec, 0x64, 0xab, 0x82, 0x7b, 0xd9, 0x26, 0x46, 0x26, 0x60, 0xfd, 0xc6, 0xf5, 0xac, 0x6c, 0xcd, 0xe8, 0xc8, 0x58, 0xf8, 0xdd, 0xef, 0x7e, 0xf7, 0x97, 0x11, 0xb8, 0x53, 0xd1, 0x68, 0x74, 0x0b, 0x0a, 0x76, 0x37, 0x21, 0x9c, 0xca, 0x71, 0x96, 0xcf, 0x21, 0x02, 0x94, 0xd7, 0xd7, 0xd7, 0x2b, 0xb4, 0xb2, 0x4b, 0x2c, 0x16, 0x53, 0x8f, 0x1e, 0x3d, 0x4a, 0x86, 0x9f, 0x01, 0x7c, 0xbf, 0xcf, 0x20, 0xf0, 0x7f, 0x5d, 0x94, 0x29, 0x58, 0x20, 0x80, 0xb0, 0x01, 0xb8, 0xad, 0xb2, 0xb1, 0x98, 0xc0, 0x3f, 0xf2, 0xe2, 0xcb, 0x20, 0xdc, 0xd2, 0x14, 0x5e, 0x45, 0x5e, 0xb7, 0xd8, 0x64, 0x0c, 0xee, 0x7a, 0xcf, 0x9d, 0x26, 0x9e, 0x9e, 0x17, 0xc0, 0x25, 0x46, 0x8a, 0x9c, 0x96, 0xaa, 0x26, 0xd2, 0xb5, 0xbd, 0x22, 0xc0, 0xec, 0xcc, 0xac, 0x1e, 0x35, 0x84, 0x80, 0x82, 0x54, 0xfa, 0x24, 0x94, 0x97, 0x7b, 0x5b, 0x80, 0xab, 0xb7, 0xb7, 0x0f, 0xb6, 0xef, 0xda, 0x02, 0x6b, 0xd6, 0xae, 0x21, 0x04, 0x20, 0x57, 0xf3, 0x07, 0x90, 0xb4, 0x2b, 0x08, 0x74, 0x9f, 0x58, 0xc8, 0x0b, 0xdf, 0xa1, 0x02, 0xf5, 0x7c, 0xb5, 0xbb, 0xbb, 0x3b, 0x8e, 0xfc, 0xbe, 0x0c, 0x9f, 0x73, 0x04, 0xc7, 0xec, 0xa1, 0x44, 0x22, 0xf1, 0xb3, 0x43, 0x87, 0x0e, 0xe5, 0x8a, 0xf5, 0x06, 0x1a, 0x8b, 0x38, 0x4a, 0xf6, 0x6f, 0xb9, 0x80, 0xa1, 0x67, 0x00, 0x2f, 0x00, 0x29, 0xda, 0xdb, 0xdb, 0xa0, 0xae, 0x2e, 0x0a, 0x3d, 0xbd, 0x57, 0xa0, 0xa6, 0xb6, 0x1a, 0xc9, 0xe1, 0x0c, 0xac, 0x58, 0xd1, 0x62, 0x0e, 0xb8, 0x2c, 0x65, 0x2e, 0x9e, 0xa7, 0x54, 0x2d, 0x1e, 0x18, 0x1a, 0x90, 0x64, 0x00, 0x2f, 0x2c, 0x80, 0xfb, 0x17, 0xe2, 0xec, 0x3b, 0x68, 0xab, 0xa8, 0xaa, 0xf0, 0x74, 0x0f, 0x37, 0x37, 0x27, 0xd9, 0x64, 0xdc, 0xbb, 0x6f, 0x0f, 0x0a, 0x9c, 0x6f, 0xd0, 0xec, 0xf6, 0xd3, 0xb3, 0x51, 0xc7, 0xcf, 0x4d, 0x4e, 0x4e, 0xce, 0xe2, 0xf3, 0xcb, 0xf0, 0x6f, 0xe2, 0xf1, 0x47, 0xe2, 0xf1, 0xf8, 0x2f, 0xce, 0x9d, 0x3b, 0x77, 0xf8, 0xe9, 0xa7, 0x9f, 0x1e, 0xd2, 0xe4, 0x04, 0xa5, 0x28, 0x67, 0xd0, 0xfd, 0xf7, 0xdf, 0x1f, 0xc4, 0x8f, 0x0d, 0xeb, 0xe1, 0xcb, 0x54, 0x36, 0x35, 0x99, 0x84, 0x91, 0xe1, 0x91, 0xd2, 0xcd, 0x6e, 0xf0, 0x36, 0x5b, 0xcb, 0xc2, 0x21, 0x88, 0xcf, 0x24, 0x18, 0xe9, 0xa3, 0xe3, 0x35, 0xb5, 0x35, 0xec, 0x38, 0x25, 0x49, 0x94, 0x7a, 0x76, 0x83, 0xc7, 0xac, 0x5d, 0x5a, 0xd9, 0x3c, 0x5a, 0x5b, 0xc7, 0xa8, 0x92, 0x56, 0xb3, 0x8f, 0x21, 0x40, 0x21, 0x0a, 0x40, 0xdb, 0xc8, 0xd0, 0xa8, 0x8e, 0x00, 0xab, 0xda, 0x56, 0xc1, 0x50, 0xff, 0x88, 0x5e, 0x84, 0xb3, 0xd0, 0x36, 0x3e, 0x36, 0x05, 0x1d, 0xeb, 0x3b, 0x70, 0x2c, 0x1a, 0x18, 0x2c, 0x4e, 0x9d, 0x3a, 0x75, 0x29, 0x12, 0x89, 0xbc, 0x8c, 0xb2, 0xc0, 0xa9, 0xde, 0xde, 0xde, 0xe3, 0x2f, 0xbd, 0xf4, 0x52, 0x8f, 0xc5, 0xd7, 0x30, 0x3f, 0x77, 0x30, 0xaa, 0x0c, 0xd9, 0x89, 0x89, 0x09, 0xfc, 0x6e, 0x55, 0xa1, 0xdc, 0x37, 0x16, 0x03, 0x87, 0xff, 0x08, 0x7b, 0xe9, 0x43, 0xf3, 0x01, 0x72, 0x3e, 0x48, 0x01, 0x79, 0x01, 0x09, 0xf3, 0x23, 0xed, 0x50, 0x2a, 0xe0, 0xdb, 0x8f, 0x45, 0xa3, 0x75, 0x8c, 0xe4, 0x53, 0x84, 0x14, 0x1b, 0x1f, 0xcd, 0x69, 0xe6, 0x05, 0x01, 0x68, 0x26, 0x8b, 0x28, 0xf9, 0x56, 0x94, 0xea, 0xbb, 0xbb, 0x2e, 0x43, 0x7d, 0x5d, 0x83, 0x27, 0x04, 0xe8, 0xbb, 0xd2, 0x0f, 0xdb, 0x76, 0x6d, 0x85, 0xcd, 0x37, 0x6d, 0x64, 0x08, 0xd0, 0xdf, 0xdf, 0xdf, 0xf7, 0xab, 0x5f, 0xfd, 0xea, 0x7b, 0x12, 0xd0, 0x73, 0x60, 0x84, 0x8f, 0xc9, 0xfb, 0x6a, 0x51, 0x08, 0x40, 0xfc, 0xe2, 0x4b, 0x5f, 0xfa, 0xd2, 0x79, 0xdc, 0xbd, 0xe9, 0xc4, 0xf1, 0xe3, 0xb0, 0x6e, 0xdd, 0x5a, 0x16, 0xe5, 0xb2, 0x7d, 0xfb, 0x0e, 0x48, 0xa7, 0xb8, 0x79, 0xd4, 0x09, 0x00, 0xa6, 0x01, 0xb6, 0x8d, 0xb5, 0x3d, 0xfb, 0xd3, 0x9c, 0x49, 0x63, 0x86, 0xb8, 0xea, 0xd0, 0x89, 0xed, 0x4e, 0x6b, 0xc9, 0x59, 0xb7, 0x59, 0xef, 0xb2, 0x42, 0x88, 0xf5, 0x9d, 0x55, 0xeb, 0xfb, 0x39, 0x68, 0x37, 0x54, 0x4f, 0x98, 0xa2, 0x7e, 0xa8, 0x5a, 0x47, 0x57, 0xd7, 0x19, 0x18, 0x19, 0x19, 0x61, 0xc7, 0x29, 0x02, 0xd8, 0x2b, 0x39, 0xa7, 0xca, 0x26, 0xb4, 0x42, 0x28, 0xab, 0xbf, 0x18, 0xf4, 0x7b, 0xbe, 0x2f, 0x9d, 0xca, 0x30, 0xcd, 0xe3, 0xb6, 0xdb, 0x6f, 0x85, 0xdf, 0xfe, 0xfa, 0x08, 0xbd, 0xc7, 0xed, 0xe4, 0x02, 0xc6, 0xc9, 0x3a, 0x23, 0xb9, 0x96, 0x33, 0x0e, 0xfb, 0xae, 0xfa, 0xa6, 0x2b, 0xca, 0xde, 0x72, 0xcb, 0x2d, 0x24, 0x9e, 0xfe, 0xfe, 0x04, 0xaa, 0x2e, 0x84, 0xdd, 0x6c, 0xd9, 0x38, 0x0d, 0xcb, 0x59, 0xf3, 0x05, 0x78, 0xf3, 0x07, 0x74, 0x7f, 0x01, 0x05, 0x41, 0x32, 0xfb, 0xb8, 0xcf, 0xaf, 0xab, 0x48, 0xdc, 0x5e, 0xae, 0x9d, 0x63, 0xe7, 0x7d, 0xec, 0x18, 0x2f, 0xcc, 0xec, 0xe3, 0xbf, 0x8a, 0xf6, 0x37, 0xd9, 0xe4, 0x25, 0x7b, 0x3c, 0x3f, 0x6e, 0xd8, 0xfd, 0xd9, 0x2f, 0xd9, 0xf2, 0x69, 0x5f, 0x5c, 0xab, 0xf0, 0xbf, 0x99, 0x2d, 0x1f, 0xff, 0xd1, 0xff, 0x65, 0xff, 0x00, 0x19, 0x01, 0x14, 0x50, 0x4c, 0x7e, 0x03, 0x11, 0xab, 0x20, 0xcc, 0xb6, 0x46, 0xa1, 0x09, 0x63, 0x5f, 0x01, 0x69, 0x81, 0x68, 0xe9, 0x18, 0x61, 0xc5, 0x1c, 0xb2, 0xc3, 0x73, 0x67, 0xcf, 0xc3, 0x93, 0x3f, 0xfd, 0x39, 0xcb, 0x07, 0xa0, 0x10, 0xae, 0xbb, 0xee, 0xba, 0x4b, 0x5b, 0xf6, 0xde, 0x57, 0xb0, 0x91, 0xd7, 0x50, 0xb0, 0x01, 0x62, 0x21, 0xa4, 0x0e, 0xea, 0xc1, 0xa4, 0x05, 0x5a, 0x79, 0x24, 0x0c, 0x0d, 0xcd, 0x8d, 0xf0, 0x3a, 0xca, 0x01, 0x89, 0x78, 0x82, 0xa2, 0x85, 0xce, 0xf7, 0xf5, 0xf5, 0x9d, 0xc9, 0xe3, 0x5e, 0x4e, 0x17, 0xcd, 0x02, 0x68, 0x43, 0x55, 0xe2, 0x7b, 0xa3, 0xa3, 0xa3, 0x1f, 0x40, 0x92, 0xff, 0xae, 0xe7, 0x9f, 0x7f, 0x01, 0x2e, 0x5d, 0xea, 0x86, 0xe6, 0xe6, 0x66, 0x3d, 0x3f, 0xbd, 0x50, 0xd6, 0x8b, 0x9c, 0xfe, 0xe4, 0xf5, 0x3a, 0x5d, 0xca, 0x96, 0x52, 0xa8, 0x4c, 0xf6, 0x77, 0x0f, 0xcf, 0xd0, 0xd5, 0x34, 0xcb, 0x33, 0x9d, 0xd2, 0xb2, 0xdc, 0xde, 0xc1, 0xfa, 0xae, 0xa6, 0x59, 0x88, 0x9a, 0x08, 0xc5, 0xf8, 0x53, 0x94, 0x2f, 0x01, 0x9f, 0x10, 0x63, 0xd7, 0xae, 0x1d, 0x30, 0x15, 0x9b, 0xf4, 0x6c, 0xa2, 0xa8, 0xcb, 0x91, 0xcf, 0xa0, 0x95, 0x0b, 0xb9, 0xab, 0xdb, 0xe0, 0xe7, 0x3f, 0x7b, 0xca, 0xa6, 0x0e, 0x4a, 0xa5, 0x60, 0xf4, 0xbf, 0x09, 0xd1, 0xc3, 0x15, 0x21, 0xb8, 0x79, 0xc7, 0x56, 0xd8, 0xbe, 0xe3, 0x66, 0x78, 0xf6, 0xda, 0x10, 0x54, 0x55, 0x55, 0xdd, 0x8d, 0xa7, 0x7f, 0x2c, 0x59, 0x01, 0x65, 0x8b, 0x60, 0xc1, 0x28, 0xe2, 0xbc, 0x66, 0xb1, 0xaf, 0x7c, 0xe5, 0x2b, 0x15, 0xa8, 0x42, 0xfc, 0x3d, 0x7e, 0xe4, 0xa7, 0x71, 0x20, 0xfc, 0xf9, 0x80, 0x98, 0xef, 0xd8, 0x9b, 0xe5, 0xfa, 0x62, 0x37, 0xb2, 0xff, 0xff, 0xc9, 0x27, 0x3e, 0x06, 0xa7, 0xcf, 0x9e, 0x86, 0x6c, 0xc6, 0x7b, 0xc4, 0x76, 0x6d, 0x34, 0x0a, 0xf7, 0xdd, 0x77, 0xaf, 0xfe, 0x77, 0xd7, 0x85, 0x2e, 0x98, 0x9d, 0x9d, 0x63, 0x66, 0xe1, 0x54, 0x5a, 0x9a, 0xb0, 0x88, 0xb3, 0xa9, 0x74, 0xca, 0xe4, 0x21, 0x6a, 0xc1, 0x49, 0xb8, 0x67, 0xef, 0x6e, 0xb8, 0x7c, 0xb9, 0x07, 0x0e, 0xfd, 0xd5, 0x5f, 0x33, 0x22, 0x82, 0xc2, 0xe0, 0x56, 0xa4, 0x02, 0x63, 0x6e, 0xe6, 0xe0, 0xf9, 0xdb, 0x50, 0x0d, 0xad, 0xa0, 0x1d, 0x49, 0xd4, 0x7b, 0x70, 0xb7, 0x89, 0x87, 0x7f, 0x65, 0xfd, 0xd8, 0x02, 0x48, 0x1d, 0x28, 0xfc, 0xa8, 0x8c, 0x54, 0x10, 0xfc, 0x3b, 0x84, 0xbf, 0x41, 0xfa, 0xc5, 0x6b, 0x82, 0xb4, 0x4f, 0xbf, 0xc1, 0x60, 0x60, 0x6d, 0x7d, 0x43, 0xc3, 0xcd, 0x22, 0x3d, 0x8a, 0xac, 0x68, 0x55, 0x55, 0x95, 0xfa, 0xac, 0xd4, 0xfa, 0x63, 0x40, 0xa8, 0x45, 0x7d, 0x56, 0x77, 0x3d, 0xab, 0xaa, 0xab, 0x14, 0xae, 0xa7, 0x52, 0xbb, 0x9d, 0xc3, 0x46, 0x91, 0xb8, 0x22, 0x8c, 0x8d, 0x0a, 0x5d, 0x93, 0x9e, 0x4c, 0x02, 0xac, 0xc8, 0xaf, 0xcf, 0x66, 0x33, 0x48, 0xca, 0xe7, 0x18, 0xef, 0xa6, 0xd8, 0x3e, 0xae, 0xd3, 0x07, 0x58, 0x1a, 0x1c, 0x49, 0xf9, 0x41, 0xd6, 0x02, 0xcc, 0xc7, 0x4f, 0xd6, 0x50, 0xfa, 0xa5, 0x2c, 0x69, 0x9a, 0x89, 0x21, 0x3c, 0xd7, 0xbc, 0xa2, 0x19, 0x36, 0x6c, 0x5c, 0x9f, 0x57, 0xf0, 0x53, 0xac, 0xc3, 0xab, 0x78, 0x01, 0x88, 0x52, 0xf0, 0x7a, 0xa2, 0xc2, 0x64, 0x0f, 0xf9, 0xea, 0x97, 0xbf, 0xc6, 0x56, 0x35, 0x41, 0x36, 0xf2, 0x99, 0xe7, 0x9e, 0x7b, 0xee, 0x1f, 0xf3, 0x39, 0x84, 0x8a, 0x66, 0x01, 0xf2, 0xf6, 0xe8, 0xa3, 0x8f, 0x5e, 0xc1, 0x9f, 0xff, 0x2e, 0x1d, 0x22, 0x28, 0x55, 0x4a, 0xad, 0x42, 0xfa, 0xa5, 0x46, 0x0b, 0x0c, 0x47, 0xc2, 0xe1, 0x70, 0xfd, 0xad, 0xb7, 0xdf, 0xf2, 0x5e, 0x85, 0x0a, 0x49, 0x20, 0x9f, 0x0b, 0x47, 0xca, 0xa0, 0xb9, 0xa9, 0x89, 0x01, 0x9c, 0x80, 0xc1, 0x7f, 0xb3, 0xcc, 0xe9, 0x41, 0xce, 0xa6, 0xba, 0x86, 0x7a, 0xdd, 0x63, 0xb6, 0x90, 0x8d, 0x45, 0x23, 0xa7, 0x53, 0x4c, 0xf6, 0x60, 0xab, 0x7b, 0xa5, 0x73, 0x0c, 0xf1, 0x28, 0x43, 0x87, 0x1a, 0x49, 0xee, 0x22, 0x7e, 0x2f, 0x36, 0x1d, 0x43, 0xa9, 0xbe, 0x96, 0x15, 0x85, 0x0c, 0xe3, 0xc0, 0x96, 0x85, 0xc3, 0xf4, 0xe2, 0xf8, 0xae, 0x11, 0x9e, 0x97, 0x8f, 0xad, 0xa2, 0x22, 0x82, 0x7c, 0xbe, 0x9c, 0xd5, 0x0c, 0x8c, 0x84, 0x23, 0x4c, 0x8e, 0x91, 0x9f, 0xe5, 0x08, 0x6c, 0x8f, 0x40, 0x77, 0xbc, 0xaf, 0xc0, 0x3d, 0x64, 0x50, 0x22, 0x75, 0x78, 0xef, 0x2d, 0x7b, 0xe0, 0xa9, 0x27, 0x0f, 0x13, 0x02, 0xff, 0x2b, 0x3c, 0xfc, 0xd8, 0x7c, 0xc6, 0x2a, 0x30, 0xcf, 0x7b, 0xca, 0xb4, 0x5f, 0x59, 0xc5, 0x90, 0xd5, 0x0f, 0xa6, 0x82, 0xb4, 0xb5, 0xb5, 0x6d, 0x0b, 0x87, 0x23, 0x21, 0x2a, 0xb4, 0x48, 0x2b, 0x72, 0xd6, 0xa1, 0xee, 0x4c, 0x42, 0x5c, 0x56, 0x5b, 0x7e, 0x45, 0x34, 0xe6, 0x05, 0xc3, 0x99, 0x4a, 0xb1, 0xf4, 0xa5, 0x40, 0x00, 0xea, 0x8f, 0x9e, 0x69, 0x08, 0xa6, 0x3e, 0x36, 0xd0, 0x14, 0xbf, 0x28, 0x52, 0xb5, 0xb6, 0x6e, 0xdd, 0xca, 0x04, 0x30, 0x8a, 0xe1, 0x63, 0xcb, 0xbf, 0x51, 0x0d, 0x3e, 0x45, 0xa3, 0x02, 0x38, 0xe3, 0x43, 0xa1, 0x00, 0xf3, 0x84, 0x86, 0x71, 0xd6, 0x87, 0xc2, 0x65, 0xac, 0x4a, 0x18, 0x09, 0xaa, 0x9e, 0x54, 0x3e, 0x25, 0x1f, 0x4a, 0xa8, 0x9e, 0x5c, 0xdb, 0xee, 0x25, 0xe6, 0xf8, 0x1e, 0x4d, 0x98, 0x77, 0xdd, 0xf5, 0x2e, 0x86, 0x00, 0xb8, 0xbd, 0xf7, 0x7d, 0xef, 0x7b, 0x5f, 0xf4, 0xa9, 0xa7, 0x9e, 0x9a, 0x58, 0x6c, 0x04, 0x20, 0xd4, 0x0f, 0x59, 0x9a, 0x22, 0xa9, 0x1a, 0xb2, 0xda, 0x91, 0x43, 0xcd, 0xa1, 0x99, 0xad, 0x78, 0x85, 0x40, 0xad, 0xad, 0x8d, 0x22, 0xd9, 0xaa, 0x64, 0x03, 0x4b, 0xa1, 0xd2, 0x0c, 0xf0, 0xb9, 0xac, 0x16, 0x4d, 0xcc, 0xdd, 0x9e, 0x94, 0x65, 0xcb, 0xfc, 0xeb, 0x0b, 0xf4, 0x16, 0x51, 0x5f, 0xa4, 0xb5, 0x08, 0xc9, 0x59, 0xd7, 0x52, 0x28, 0xea, 0x06, 0x01, 0x1c, 0x9f, 0x4e, 0x40, 0x5f, 0x7f, 0x1f, 0xd4, 0xa1, 0x3e, 0xbf, 0x61, 0xc3, 0x06, 0xc6, 0x1e, 0xe2, 0xf1, 0x38, 0x13, 0xee, 0x58, 0xd1, 0xa7, 0x99, 0x0c, 0x04, 0x14, 0x7c, 0x2f, 0xf6, 0x75, 0x78, 0x8f, 0x2f, 0xc8, 0xde, 0xad, 0xb2, 0xba, 0x0a, 0x29, 0x40, 0x19, 0x7e, 0x43, 0x98, 0xe5, 0x04, 0xb0, 0x77, 0x55, 0xec, 0x25, 0xab, 0x54, 0x69, 0x6e, 0x9b, 0xcf, 0x8b, 0x50, 0x11, 0x55, 0x3a, 0xaf, 0x9a, 0x90, 0x45, 0x61, 0xb1, 0x01, 0xee, 0xe7, 0xe5, 0x27, 0xac, 0x6a, 0x5d, 0x29, 0x42, 0xd2, 0x42, 0x48, 0xcd, 0xde, 0x8d, 0x87, 0xfe, 0x79, 0xb1, 0x11, 0x20, 0xa8, 0xdd, 0x13, 0xd0, 0xf6, 0x83, 0xd2, 0x31, 0x55, 0x03, 0xbe, 0x1e, 0xd9, 0xaa, 0xf8, 0xd4, 0x59, 0xe2, 0xc1, 0x19, 0x14, 0x6c, 0x92, 0xa9, 0x39, 0x88, 0x22, 0xd9, 0xaa, 0xae, 0xa9, 0x06, 0xa5, 0x56, 0x61, 0x40, 0xa0, 0xe3, 0x84, 0xc9, 0x42, 0x16, 0xa0, 0x28, 0x5b, 0x45, 0x5b, 0x97, 0xc0, 0x5a, 0x73, 0x28, 0xff, 0xac, 0x30, 0xff, 0xa5, 0x0a, 0x04, 0xd0, 0x58, 0x00, 0x51, 0x01, 0x62, 0x3f, 0x91, 0xf2, 0x72, 0x16, 0xa6, 0x3d, 0x9b, 0xa4, 0x35, 0x03, 0xa6, 0x18, 0xd0, 0x09, 0xe0, 0xc4, 0x53, 0x9b, 0x90, 0x35, 0xad, 0x5b, 0xb7, 0x0e, 0xc8, 0xae, 0x4e, 0x92, 0x3d, 0xb1, 0x09, 0xbe, 0x98, 0x44, 0x0c, 0x86, 0x07, 0x47, 0x74, 0x03, 0x18, 0x5d, 0x3f, 0x33, 0x93, 0xc0, 0xfb, 0xa9, 0x0a, 0x79, 0x9c, 0x9d, 0x4f, 0x26, 0xe7, 0x8a, 0x72, 0x35, 0xcf, 0x5f, 0x1a, 0xb3, 0xda, 0x05, 0xd2, 0x3a, 0x0b, 0x22, 0x79, 0x6b, 0xb1, 0x59, 0x80, 0xbf, 0x40, 0x13, 0x88, 0xe1, 0xd3, 0x10, 0x21, 0x15, 0x9b, 0x8a, 0x9d, 0x6e, 0x6a, 0x6e, 0x7e, 0x1f, 0xe5, 0xc5, 0xd1, 0xc0, 0x92, 0xf9, 0x36, 0x82, 0xfc, 0x94, 0x1c, 0x21, 0xf5, 0xc8, 0xef, 0x89, 0x97, 0x25, 0x70, 0x90, 0x93, 0x28, 0x01, 0x33, 0x76, 0x40, 0x8b, 0x4d, 0x25, 0x33, 0x7c, 0xd1, 0x29, 0x2d, 0xc9, 0x30, 0x27, 0x25, 0x1b, 0x5a, 0x85, 0x75, 0x9d, 0x6c, 0x32, 0x5b, 0x80, 0xa2, 0xff, 0x92, 0xae, 0x4f, 0xa5, 0xdd, 0x89, 0x54, 0x93, 0xb0, 0x54, 0x81, 0xfb, 0x74, 0x9c, 0x80, 0x1f, 0x8b, 0x4d, 0xeb, 0x80, 0x1b, 0x1a, 0xbc, 0x06, 0x67, 0xcf, 0x9e, 0x65, 0x98, 0xb5, 0x79, 0xf3, 0x66, 0x58, 0xbf, 0x7e, 0x3d, 0x90, 0x17, 0x8d, 0x90, 0x86, 0x72, 0xf6, 0xe8, 0x9d, 0x5b, 0x5a, 0x5a, 0x98, 0x9e, 0x4f, 0x48, 0x42, 0xef, 0x48, 0xa9, 0xde, 0xd4, 0x08, 0x79, 0x08, 0x09, 0x88, 0x8d, 0xd0, 0x71, 0x86, 0x28, 0xc3, 0xc3, 0xec, 0x18, 0xb1, 0x15, 0x61, 0x22, 0x5e, 0xa2, 0xed, 0x05, 0x54, 0x07, 0xff, 0xcf, 0x62, 0xe3, 0x9d, 0xe0, 0xfd, 0x61, 0xed, 0xb7, 0xcc, 0xc3, 0xdf, 0xe1, 0x77, 0xdf, 0x7d, 0xe0, 0xdf, 0xa3, 0x00, 0xb5, 0x81, 0xc8, 0xec, 0xda, 0x75, 0x6b, 0xd9, 0xec, 0x22, 0x52, 0xba, 0xae, 0xa3, 0x03, 0xea, 0xea, 0xa3, 0x2c, 0x48, 0x93, 0x64, 0x02, 0xaa, 0xc9, 0x3b, 0x9b, 0xa0, 0x5a, 0x01, 0xb3, 0x90, 0x4a, 0xa6, 0xf4, 0x05, 0x1b, 0x8d, 0xe2, 0x49, 0xaa, 0xc5, 0x21, 0xa3, 0xe8, 0xc0, 0x17, 0x46, 0x1b, 0x9a, 0xe9, 0x21, 0x9a, 0xe9, 0x24, 0xc8, 0x95, 0x73, 0x01, 0x8e, 0x90, 0x89, 0x02, 0x57, 0xae, 0x5c, 0xb9, 0x0a, 0x7d, 0x57, 0xfb, 0x99, 0xf4, 0x1f, 0x47, 0x04, 0xb8, 0x8a, 0x7f, 0x53, 0x5f, 0xbd, 0x97, 0x7b, 0x8f, 0x8c, 0x8f, 0x4f, 0x5c, 0x11, 0xa1, 0xd8, 0xf4, 0x9e, 0x1d, 0x1d, 0x1d, 0x51, 0x94, 0x5f, 0x1a, 0x1a, 0x1b, 0x1b, 0x1b, 0x6a, 0x6b, 0x6b, 0xeb, 0x51, 0x98, 0xad, 0xc1, 0xfe, 0x29, 0x55, 0x3e, 0x8d, 0x02, 0x97, 0x8a, 0x83, 0x1d, 0x24, 0x2f, 0x1c, 0x5d, 0x4b, 0xc8, 0x41, 0x08, 0xc1, 0x91, 0x2b, 0x96, 0xc5, 0x96, 0x46, 0x2a, 0x41, 0x24, 0x79, 0x1c, 0x05, 0xcd, 0x93, 0x88, 0x14, 0xa7, 0x2f, 0x5e, 0xbc, 0xd8, 0x99, 0xc9, 0x64, 0x4a, 0x9d, 0xd9, 0x4b, 0xa6, 0xfa, 0x31, 0x7c, 0xe7, 0xee, 0xa7, 0x9f, 0x7e, 0xfa, 0xf8, 0x52, 0x10, 0x9e, 0x40, 0x11, 0x80, 0xd7, 0xff, 0x46, 0x81, 0x6b, 0xc5, 0xbe, 0x5b, 0xf6, 0x7e, 0x15, 0xf9, 0x6f, 0x35, 0xa9, 0x55, 0x6b, 0xd6, 0x76, 0x30, 0x33, 0x28, 0x6d, 0x34, 0xc3, 0x56, 0xb5, 0xb7, 0x42, 0x5b, 0x7b, 0x1b, 0x1b, 0x48, 0x5e, 0x80, 0x89, 0xa7, 0x65, 0xa7, 0x71, 0x06, 0xb1, 0x75, 0x7a, 0x52, 0x49, 0x96, 0x6d, 0x44, 0x7a, 0xb6, 0x08, 0x4b, 0xe3, 0x56, 0x42, 0x9f, 0x6e, 0x4a, 0x25, 0xd6, 0xc1, 0x05, 0xb7, 0x10, 0x5b, 0x62, 0x95, 0xa5, 0x32, 0xe2, 0x3d, 0x23, 0xc3, 0xa3, 0x64, 0x2f, 0x87, 0xc1, 0xfe, 0x41, 0xae, 0x6a, 0xe2, 0xbf, 0xfe, 0x2b, 0x7d, 0x8c, 0x12, 0x31, 0xc7, 0xcc, 0xc8, 0xe8, 0x8b, 0xaf, 0xbe, 0xf2, 0xea, 0x4f, 0x40, 0xcb, 0xbc, 0x01, 0x23, 0x0b, 0xc7, 0xf6, 0x37, 0x0a, 0x8d, 0xc1, 0xfd, 0xfb, 0xf7, 0xb7, 0x22, 0x45, 0x68, 0x8b, 0x46, 0xa3, 0x6b, 0xf0, 0x7d, 0x77, 0x23, 0x52, 0xec, 0x20, 0xb7, 0x39, 0x22, 0xc8, 0x2c, 0x52, 0x8c, 0x30, 0x21, 0x06, 0x21, 0x05, 0x51, 0x0b, 0xa2, 0x08, 0x88, 0x00, 0x19, 0xa4, 0x08, 0x2c, 0xdb, 0x17, 0xaf, 0x7d, 0x12, 0xdf, 0xe1, 0x87, 0x4e, 0x3e, 0xf9, 0xeb, 0xb9, 0x29, 0x45, 0x5e, 0x1b, 0xce, 0x03, 0x70, 0xd7, 0xe3, 0xa8, 0x6b, 0xb7, 0xec, 0xda, 0xb3, 0xe3, 0x33, 0xa8, 0x11, 0xb4, 0x31, 0x03, 0x0a, 0xf2, 0xe7, 0x55, 0x6d, 0xad, 0x0c, 0xe8, 0xba, 0x51, 0x05, 0xa5, 0x76, 0xe2, 0xc3, 0x4d, 0x4d, 0x0d, 0x10, 0x45, 0x29, 0x9d, 0x78, 0x38, 0x69, 0x05, 0x8a, 0x87, 0x58, 0x32, 0xa2, 0x20, 0x09, 0xe4, 0xcb, 0xb1, 0xa9, 0x69, 0x66, 0x9b, 0x1f, 0x19, 0x1a, 0x86, 0xd1, 0xb1, 0x31, 0x76, 0x5c, 0x48, 0x0f, 0xc3, 0x43, 0x23, 0xd8, 0x86, 0x05, 0x2f, 0xcf, 0xf5, 0xf5, 0xf5, 0x3d, 0x73, 0xe2, 0xd8, 0xc9, 0xe7, 0x35, 0x40, 0x5b, 0x81, 0x9f, 0xcc, 0x87, 0x0c, 0xf2, 0xb1, 0xef, 0x7d, 0xef, 0x7b, 0x2d, 0x48, 0x3d, 0xf6, 0x22, 0x32, 0xee, 0xc3, 0xdf, 0x3b, 0x91, 0x17, 0xef, 0xc4, 0x77, 0x0e, 0x22, 0xe5, 0x50, 0xb1, 0x45, 0x10, 0x59, 0xd8, 0x33, 0x51, 0xfb, 0xc8, 0x5d, 0xbb, 0x76, 0x2d, 0x89, 0x08, 0xd3, 0x85, 0xd7, 0x7c, 0xe5, 0x73, 0x9f, 0xfb, 0xdc, 0xb3, 0x6f, 0x36, 0x04, 0x00, 0x4d, 0xea, 0x2f, 0x9b, 0x47, 0x23, 0xf2, 0x59, 0xb1, 0x6b, 0xcf, 0xae, 0xf7, 0x37, 0x34, 0xd4, 0xef, 0xc7, 0xc1, 0x0a, 0x72, 0x57, 0x6f, 0x19, 0xd0, 0x00, 0xd5, 0x37, 0xd6, 0x9b, 0x92, 0x2a, 0x04, 0x99, 0x67, 0xa6, 0xcf, 0xf2, 0x30, 0xce, 0x6e, 0x94, 0xb8, 0x15, 0xbe, 0x70, 0x15, 0x09, 0x76, 0x59, 0x54, 0xe7, 0x92, 0x8c, 0xf7, 0xe6, 0x98, 0x70, 0x49, 0xa9, 0x59, 0x66, 0xd9, 0x40, 0x5b, 0x8d, 0x1b, 0x49, 0x3d, 0x92, 0x77, 0x98, 0xc6, 0xd9, 0xc8, 0x8a, 0x4d, 0xe2, 0xbf, 0xb9, 0x64, 0x72, 0xb8, 0xab, 0xb3, 0xeb, 0xe7, 0x57, 0xaf, 0x5e, 0xbd, 0x50, 0x00, 0xe8, 0x5e, 0x5a, 0xca, 0x81, 0x2e, 0x2b, 0x0f, 0x3f, 0xfc, 0x30, 0x65, 0x01, 0xfd, 0x1e, 0x7e, 0xf3, 0x87, 0x71, 0xd6, 0xef, 0x43, 0x4a, 0x97, 0x44, 0xe4, 0xae, 0xa0, 0x6f, 0x25, 0x35, 0xb4, 0xa7, 0xa7, 0x67, 0x0e, 0xdf, 0xe7, 0xbf, 0xe2, 0x35, 0x7f, 0x21, 0x67, 0xe9, 0xdc, 0xd0, 0x08, 0xf0, 0xa9, 0x4f, 0x7d, 0xea, 0x36, 0xfc, 0xb8, 0xad, 0xf8, 0x41, 0xcd, 0x64, 0x05, 0xd4, 0x2c, 0x81, 0xec, 0x97, 0xcc, 0xc4, 0xb4, 0x8f, 0x1f, 0x45, 0xcd, 0x8f, 0x7f, 0xb3, 0x7d, 0x3a, 0x4e, 0x56, 0x43, 0xed, 0x6f, 0x3f, 0x1d, 0x43, 0xe0, 0x57, 0xa0, 0x60, 0x46, 0x69, 0xd0, 0xad, 0x5c, 0x78, 0xe4, 0xde, 0x38, 0xb6, 0x18, 0x63, 0x30, 0xc8, 0xac, 0x6c, 0x2c, 0x84, 0x5a, 0x0b, 0x47, 0x07, 0x69, 0xd5, 0x6e, 0x90, 0x56, 0xd4, 0x94, 0xe5, 0x41, 0xaa, 0x5f, 0x9c, 0xcb, 0x68, 0x85, 0x98, 0x10, 0x31, 0xc8, 0x5e, 0x6f, 0x0d, 0x58, 0xc5, 0xf7, 0x48, 0x24, 0xe2, 0x89, 0x2b, 0x48, 0x8e, 0x87, 0xb0, 0x0f, 0x4a, 0xd1, 0xca, 0x6a, 0x69, 0x5a, 0x59, 0x6b, 0x81, 0x26, 0xf1, 0xb7, 0xb4, 0x2f, 0x0a, 0x3a, 0xd1, 0x2f, 0x01, 0x7e, 0x88, 0x0a, 0x35, 0x1c, 0x3e, 0x7c, 0xf8, 0x58, 0xa1, 0x71, 0x43, 0x64, 0x68, 0xc2, 0xfb, 0xfe, 0x08, 0xef, 0xfb, 0x73, 0xa4, 0x10, 0xcd, 0xed, 0xed, 0xed, 0x11, 0x44, 0x08, 0xa5, 0xb3, 0xb3, 0x13, 0x45, 0x87, 0xd9, 0xa7, 0xee, 0xbf, 0xff, 0xfe, 0x83, 0x37, 0x3c, 0x02, 0x20, 0xf0, 0x1f, 0xc7, 0x41, 0x3b, 0x78, 0x23, 0xd8, 0xf6, 0x4b, 0x65, 0xc7, 0x2f, 0xc9, 0xe0, 0x29, 0xca, 0x43, 0x28, 0x80, 0xfd, 0x99, 0x47, 0x89, 0x8d, 0x28, 0xc3, 0x7d, 0x48, 0x15, 0x1e, 0x41, 0x04, 0xa8, 0x43, 0x95, 0x33, 0x72, 0xe2, 0xc4, 0x89, 0x19, 0x14, 0x18, 0x51, 0x2c, 0xf8, 0xc2, 0x8f, 0x6e, 0x58, 0x04, 0xf8, 0xe4, 0x27, 0x3f, 0x49, 0x59, 0x24, 0x2f, 0x8a, 0x92, 0xb1, 0xc6, 0x32, 0x6e, 0xee, 0x75, 0xef, 0x44, 0xf8, 0x18, 0xd8, 0xa4, 0x77, 0xc5, 0xbd, 0x40, 0x22, 0x58, 0x3c, 0x72, 0xa6, 0xfe, 0xf3, 0xf9, 0x04, 0xd4, 0xbc, 0x16, 0x33, 0x2f, 0x5f, 0xad, 0x78, 0x19, 0x12, 0xc5, 0x1c, 0x60, 0x40, 0xce, 0x1b, 0x12, 0xc3, 0x91, 0xf2, 0x6d, 0x7a, 0xf6, 0xd9, 0x67, 0xbb, 0xbc, 0x0e, 0xf8, 0xf7, 0xbf, 0xff, 0xfd, 0x4a, 0x44, 0x82, 0x17, 0x57, 0xae, 0x5c, 0xb9, 0x05, 0x05, 0xc6, 0x20, 0x6a, 0x08, 0x97, 0x91, 0x0a, 0x74, 0x5c, 0x2f, 0x04, 0xf0, 0xb2, 0x7a, 0xf8, 0x87, 0x98, 0x91, 0x06, 0xa5, 0xec, 0x83, 0x7f, 0xfc, 0x61, 0x14, 0xd2, 0x1a, 0x75, 0xbb, 0x94, 0x28, 0xf3, 0x48, 0xd6, 0x2a, 0x45, 0x8e, 0x11, 0x17, 0x75, 0x83, 0x80, 0x1f, 0x17, 0x19, 0x32, 0xc2, 0x0e, 0xa6, 0x68, 0x15, 0xc5, 0xdc, 0xce, 0xf3, 0x9b, 0x15, 0xed, 0xbc, 0x9c, 0x52, 0x45, 0xba, 0xbe, 0x2a, 0x59, 0xcc, 0xec, 0x30, 0x72, 0xba, 0xd6, 0x39, 0x17, 0x47, 0xba, 0x56, 0x91, 0x97, 0xab, 0xb7, 0xa7, 0x72, 0xc9, 0x85, 0x2e, 0x69, 0x02, 0xf4, 0xf7, 0x0d, 0xc0, 0x8f, 0xff, 0xd7, 0x13, 0x24, 0x54, 0x2a, 0x88, 0x03, 0x94, 0xaa, 0xf5, 0xa0, 0x66, 0xfc, 0x4a, 0x41, 0x81, 0x54, 0xad, 0x07, 0x1e, 0x78, 0x20, 0x8e, 0x48, 0xf0, 0xa9, 0xc1, 0xc1, 0xc1, 0x97, 0xf7, 0xed, 0xdb, 0x47, 0xce, 0xb3, 0x35, 0x3f, 0xf8, 0xc1, 0x0f, 0xa2, 0x48, 0x05, 0x26, 0x6e, 0x44, 0x04, 0x50, 0x10, 0xf8, 0x1f, 0xa1, 0x99, 0xd6, 0xdc, 0xd2, 0x0c, 0x9b, 0x6f, 0xda, 0xc4, 0x22, 0x72, 0x0b, 0x92, 0x5d, 0xc5, 0x00, 0xae, 0x1e, 0x74, 0x61, 0x1a, 0x7a, 0xa5, 0x70, 0xb2, 0x87, 0x02, 0x12, 0x12, 0x39, 0xbb, 0x4f, 0x94, 0x82, 0xf3, 0xde, 0xfd, 0x21, 0x91, 0x8a, 0x30, 0xb3, 0x1b, 0xe4, 0xbf, 0x5a, 0x71, 0x22, 0xe5, 0xb0, 0x79, 0xcb, 0x26, 0x68, 0x6b, 0x5b, 0xc5, 0xb4, 0x0a, 0xe4, 0xed, 0x1f, 0x26, 0x7f, 0x99, 0x64, 0x01, 0x2d, 0x98, 0xaa, 0x85, 0xf7, 0xec, 0x46, 0x2a, 0x90, 0x13, 0x1a, 0x09, 0x6a, 0x43, 0xb3, 0x37, 0x24, 0x05, 0x40, 0xf2, 0x7f, 0x07, 0x22, 0x40, 0x3b, 0xed, 0xef, 0xda, 0xbb, 0x93, 0x99, 0x47, 0x5f, 0x7b, 0xe5, 0x0d, 0x58, 0x0e, 0xdb, 0xda, 0x75, 0xab, 0xa1, 0x7d, 0xcd, 0x2a, 0x1d, 0xa8, 0x6f, 0xbc, 0x7a, 0x82, 0x09, 0x91, 0xa0, 0x2d, 0x04, 0x25, 0x51, 0x7b, 0xdd, 0xdc, 0x2a, 0xb6, 0x77, 0xde, 0x75, 0x1b, 0xec, 0xdc, 0xb5, 0x1d, 0x4e, 0x9e, 0x38, 0x45, 0x7f, 0x6e, 0xdb, 0xb8, 0x71, 0xe3, 0xd6, 0x0b, 0x17, 0x2e, 0x5c, 0x84, 0x02, 0xa9, 0x5a, 0x8f, 0x3d, 0xf6, 0x58, 0x15, 0xf6, 0xfd, 0x0d, 0xdc, 0xfd, 0x22, 0xde, 0x53, 0x86, 0x54, 0x20, 0x87, 0x82, 0xe1, 0x61, 0x4a, 0xe0, 0xbc, 0x21, 0x11, 0x80, 0x04, 0x3f, 0x1a, 0x1c, 0xf2, 0xac, 0x6d, 0xd8, 0xb0, 0x1e, 0x06, 0xae, 0x5e, 0xf3, 0x14, 0xf8, 0xf8, 0x66, 0xd8, 0x06, 0x07, 0xae, 0x99, 0x10, 0x60, 0x3a, 0x3e, 0x8d, 0x9a, 0x87, 0xb3, 0x39, 0xdd, 0xfa, 0xcd, 0x7d, 0x57, 0x06, 0x60, 0xcd, 0xda, 0xd5, 0xd0, 0xb2, 0xa2, 0x19, 0xae, 0x5e, 0xe9, 0xa3, 0x48, 0xa9, 0x0f, 0x20, 0x02, 0xfc, 0xd0, 0x05, 0xf8, 0x81, 0x6f, 0x7e, 0xf3, 0x9b, 0x6d, 0xf5, 0xf5, 0xf5, 0x7f, 0x82, 0xda, 0xc9, 0x9f, 0x55, 0x55, 0x55, 0xf9, 0xd6, 0xaf, 0x5f, 0x5f, 0x46, 0x86, 0xa2, 0x81, 0x81, 0x81, 0x19, 0xb2, 0x09, 0x5c, 0xcf, 0x71, 0x70, 0x45, 0x80, 0x43, 0x87, 0x0e, 0xf9, 0x50, 0x40, 0x61, 0xe4, 0x9f, 0xc2, 0x96, 0x50, 0x7f, 0x87, 0xb3, 0xa7, 0xce, 0x2f, 0x1b, 0x04, 0xa0, 0x52, 0xae, 0xe4, 0x95, 0xe4, 0x6e, 0x5e, 0x1f, 0xaf, 0xfc, 0xe5, 0xf1, 0xdb, 0xae, 0x0d, 0x8e, 0xc0, 0xba, 0x8d, 0x1d, 0xd0, 0xb1, 0x6e, 0x2d, 0x43, 0x80, 0x70, 0x38, 0x7c, 0x0f, 0x1e, 0xfe, 0x91, 0x36, 0x9e, 0xfe, 0x2d, 0x5b, 0xb6, 0x44, 0xf7, 0xef, 0xdf, 0xbf, 0xa5, 0xb5, 0xb5, 0x75, 0x7f, 0x65, 0x65, 0xe5, 0x7b, 0x51, 0x65, 0x6c, 0xc3, 0xdf, 0x6c, 0x5b, 0x5b, 0x5b, 0x98, 0x6a, 0x08, 0xf7, 0xf6, 0xf6, 0x26, 0xc7, 0xc7, 0xc7, 0xa9, 0x86, 0xcc, 0x1f, 0x20, 0xef, 0xef, 0xbc, 0x21, 0x11, 0xe0, 0xfc, 0xf9, 0xf3, 0xef, 0xc2, 0x01, 0x69, 0x25, 0xa3, 0xca, 0xee, 0x3d, 0x3b, 0x79, 0x31, 0xe4, 0x1c, 0x78, 0x8e, 0x60, 0x7d, 0x33, 0x6c, 0xc3, 0xc3, 0x63, 0xd0, 0xd6, 0xbe, 0x92, 0xed, 0xaf, 0x58, 0xd9, 0x0c, 0x53, 0xe3, 0x71, 0x4f, 0x96, 0x47, 0x32, 0x33, 0x53, 0x84, 0xee, 0x2e, 0x1c, 0x97, 0x97, 0x8f, 0x50, 0xb5, 0x37, 0xd8, 0xf0, 0xf1, 0x8f, 0x7f, 0xfc, 0xeb, 0x4d, 0x4d, 0x4d, 0x51, 0x94, 0xec, 0x37, 0x21, 0x7f, 0x6f, 0x28, 0x2b, 0x2b, 0x9b, 0xab, 0xab, 0xab, 0x0b, 0x35, 0x34, 0x34, 0x04, 0xc8, 0x00, 0x84, 0xea, 0x5e, 0xb0, 0xaf, 0xaf, 0x2f, 0x89, 0x33, 0x5f, 0xc1, 0x71, 0xfd, 0xdf, 0x48, 0x0d, 0xfe, 0xe2, 0x8b, 0x5f, 0xfc, 0xe2, 0xd8, 0xf5, 0x1e, 0x83, 0x40, 0x1e, 0xe9, 0x9f, 0x91, 0xff, 0xda, 0x68, 0x2d, 0xac, 0xe9, 0x58, 0x03, 0x03, 0x7d, 0xcb, 0x87, 0xfc, 0x8b, 0x6d, 0x4c, 0x42, 0x80, 0x35, 0x1d, 0xab, 0xe1, 0x95, 0x81, 0xd7, 0xa1, 0xaa, 0xd2, 0xdb, 0x52, 0x3c, 0x14, 0xa3, 0x4f, 0xe6, 0xec, 0x55, 0x6d, 0x6d, 0xd0, 0x7d, 0xa9, 0x9b, 0x62, 0x0a, 0xde, 0xbf, 0x7a, 0xf5, 0x6a, 0x85, 0x7c, 0x01, 0xe4, 0xe3, 0xc0, 0xb1, 0x2b, 0x27, 0x8f, 0xe0, 0xc8, 0xc8, 0x48, 0xf2, 0xf2, 0xe5, 0xcb, 0x2a, 0x8e, 0x5d, 0x0c, 0xc9, 0xfd, 0x3f, 0x4c, 0x4f, 0x4f, 0x3f, 0x82, 0xd4, 0xb5, 0xfb, 0x46, 0x19, 0x03, 0x47, 0x04, 0x38, 0x78, 0xf0, 0xa0, 0x1f, 0x11, 0xe0, 0x0f, 0x19, 0x6a, 0x6f, 0x5c, 0xc7, 0xc2, 0x8f, 0x4e, 0x9f, 0x38, 0xbf, 0xec, 0x10, 0x80, 0x04, 0x3c, 0xf2, 0xa9, 0x93, 0x23, 0x89, 0x42, 0xbd, 0x68, 0x79, 0x78, 0xaf, 0xdf, 0x38, 0x3a, 0x32, 0x0e, 0xeb, 0x37, 0x75, 0xc0, 0xe6, 0xad, 0x9b, 0x18, 0x02, 0x4c, 0x4c, 0x4c, 0x28, 0x38, 0xcb, 0x73, 0x38, 0xc3, 0x93, 0x57, 0xae, 0x5c, 0x21, 0xe7, 0x8f, 0x0f, 0xfb, 0x3a, 0x9f, 0x48, 0x24, 0x7e, 0x81, 0x48, 0xf0, 0xdc, 0x13, 0x4f, 0x3c, 0x71, 0x14, 0x81, 0x2f, 0x8a, 0x3e, 0xfb, 0x0a, 0xa9, 0x8b, 0xd7, 0x15, 0x01, 0x90, 0x67, 0xbd, 0x0b, 0x31, 0x78, 0x05, 0x91, 0xc3, 0x3d, 0xfb, 0x76, 0x53, 0xfc, 0x39, 0xb3, 0xcb, 0x7b, 0xb1, 0x1b, 0x92, 0x3b, 0xf7, 0x72, 0xef, 0xa5, 0x25, 0x79, 0x79, 0x51, 0x83, 0x48, 0x08, 0x72, 0x14, 0xce, 0xb5, 0xbe, 0x63, 0x63, 0x51, 0x7d, 0x50, 0xde, 0x7e, 0x53, 0x0b, 0xcf, 0xcc, 0xa1, 0xcc, 0x5d, 0x35, 0xab, 0x78, 0x62, 0x03, 0xb4, 0x51, 0xc1, 0xeb, 0xbd, 0x7b, 0xf7, 0xc0, 0xb3, 0x87, 0xff, 0x85, 0xc5, 0x07, 0x9c, 0x3e, 0x7d, 0xfa, 0x17, 0x38, 0xcb, 0x8f, 0xa1, 0x74, 0x7f, 0xe2, 0x77, 0xbf, 0xfb, 0x1d, 0x01, 0x5f, 0x2e, 0x0b, 0xa7, 0xc2, 0x82, 0x22, 0x46, 0x96, 0x10, 0x01, 0x70, 0x30, 0x3f, 0x42, 0xbf, 0x2d, 0xa8, 0xfb, 0xb7, 0xae, 0x6a, 0x85, 0xfe, 0xde, 0x01, 0xcf, 0x33, 0x63, 0x76, 0x6e, 0x06, 0xb6, 0x6e, 0xbd, 0x19, 0x3b, 0xf1, 0x39, 0x68, 0xef, 0x5e, 0xcd, 0xb6, 0xf3, 0x19, 0x27, 0x15, 0x12, 0xc9, 0x18, 0x53, 0xd9, 0xe4, 0x45, 0x1c, 0x0b, 0xb2, 0x81, 0xd1, 0x71, 0x1d, 0x01, 0x88, 0xd5, 0x9d, 0x3f, 0xd3, 0x05, 0x15, 0x1e, 0x33, 0x76, 0xaf, 0xf5, 0x5f, 0x83, 0x66, 0x94, 0x1d, 0x48, 0x18, 0xec, 0x3c, 0x7f, 0x01, 0xba, 0xbb, 0xbb, 0x07, 0x8e, 0x1c, 0x39, 0xf2, 0x53, 0x30, 0x62, 0xf2, 0xe5, 0x02, 0x90, 0xaa, 0x65, 0xff, 0x86, 0xd8, 0x7c, 0x4e, 0xd2, 0x3f, 0x22, 0xc0, 0x1f, 0xd2, 0x8c, 0xda, 0xb2, 0x6d, 0x0b, 0x8b, 0x7d, 0x9f, 0x9a, 0x8c, 0x79, 0xae, 0x82, 0x45, 0x52, 0x35, 0xf1, 0x51, 0x8a, 0xbd, 0x93, 0x1b, 0x3f, 0x1f, 0xf0, 0xd8, 0xfc, 0xf3, 0x68, 0x01, 0xd8, 0xb3, 0x7b, 0x2f, 0x24, 0x66, 0xe2, 0x45, 0xdd, 0x47, 0x16, 0x47, 0xa1, 0xe7, 0xd7, 0xd4, 0x54, 0x33, 0x04, 0xf6, 0x7a, 0xef, 0xe8, 0xc8, 0x04, 0x8b, 0x18, 0xde, 0xb1, 0x73, 0x3b, 0xbb, 0x1f, 0xf9, 0xff, 0x5d, 0xe0, 0x50, 0xe0, 0x11, 0xec, 0x29, 0x5b, 0x37, 0x2e, 0x02, 0x74, 0x76, 0x76, 0x1e, 0x20, 0xf2, 0x4f, 0xe4, 0x75, 0xf7, 0xde, 0x9d, 0x10, 0x8b, 0xc5, 0xa5, 0x34, 0xae, 0xfc, 0x8d, 0x48, 0x67, 0x5d, 0x43, 0x14, 0x66, 0x67, 0xe6, 0x3c, 0x5d, 0x5f, 0xea, 0x46, 0x51, 0x39, 0x14, 0x7d, 0x5c, 0xec, 0x7d, 0x53, 0x13, 0xd3, 0xfa, 0xf7, 0x57, 0x6a, 0x29, 0xdb, 0x5e, 0x1a, 0x59, 0x12, 0x53, 0xc9, 0x0c, 0xec, 0xbb, 0x75, 0x2f, 0x04, 0x82, 0x0c, 0x71, 0xd7, 0x6d, 0xde, 0xbc, 0xb9, 0x0d, 0xcc, 0x59, 0x3a, 0xd6, 0x32, 0x2e, 0xd9, 0x1b, 0x9a, 0x05, 0x20, 0x0f, 0xa3, 0x42, 0x84, 0xb0, 0x7a, 0x4d, 0x3b, 0x0b, 0xd0, 0x18, 0xe8, 0x1b, 0x80, 0xde, 0xab, 0xde, 0x96, 0xa9, 0x21, 0x0b, 0xda, 0xfe, 0x77, 0xdc, 0x0e, 0x9d, 0xe7, 0x2e, 0xb2, 0xc2, 0xc9, 0x4b, 0xbd, 0x85, 0xcb, 0x83, 0x2c, 0xe8, 0x74, 0x60, 0xb0, 0xbf, 0xa8, 0xfb, 0x42, 0x91, 0x00, 0x22, 0x6e, 0x2d, 0xdb, 0x6f, 0x6f, 0x6f, 0x85, 0xdf, 0xfc, 0xfa, 0x88, 0xee, 0x80, 0x92, 0x8b, 0x65, 0x73, 0xa3, 0x90, 0xcf, 0xb4, 0x88, 0xe5, 0xaa, 0x35, 0x2b, 0xa1, 0xb1, 0xb9, 0x01, 0x36, 0x6d, 0xda, 0x08, 0x67, 0x4e, 0x9f, 0x85, 0x15, 0x2b, 0x56, 0xdc, 0x8d, 0x2a, 0xf4, 0x71, 0x70, 0x4e, 0xd5, 0xca, 0xc1, 0x0d, 0xb6, 0x05, 0xac, 0xd2, 0x3f, 0x91, 0x7f, 0x66, 0xfa, 0xdd, 0xbd, 0x93, 0xcd, 0xa6, 0xb1, 0xb1, 0x51, 0x48, 0x67, 0xbd, 0x05, 0x38, 0x12, 0xf9, 0xa7, 0xa5, 0xd6, 0x47, 0xc7, 0x86, 0x58, 0xb0, 0x86, 0x9d, 0xb3, 0x17, 0x9f, 0x29, 0x53, 0xcc, 0x46, 0xe4, 0x7b, 0xc5, 0xca, 0x16, 0xb8, 0x78, 0xb1, 0xab, 0xa8, 0xae, 0x27, 0xa7, 0x68, 0xd1, 0x86, 0x55, 0xec, 0xfd, 0xea, 0xeb, 0x1b, 0x50, 0xbf, 0xdf, 0xc1, 0x6a, 0xfd, 0xcb, 0x1b, 0xc5, 0x19, 0xc8, 0x2e, 0x90, 0xb4, 0x16, 0xd1, 0x3c, 0x3b, 0x3b, 0x03, 0xc1, 0x80, 0x1f, 0xf6, 0xdc, 0xb2, 0x9b, 0x21, 0x00, 0xea, 0xff, 0xef, 0xc3, 0xd3, 0x7f, 0x0d, 0x45, 0xe6, 0xe8, 0x5d, 0xaf, 0x4d, 0xb1, 0x20, 0xc0, 0xef, 0x51, 0xbd, 0x79, 0x52, 0x8b, 0xbe, 0xf1, 0x9f, 0xff, 0x92, 0xa5, 0x47, 0x91, 0x74, 0x3b, 0x9f, 0xac, 0x97, 0xa5, 0xcc, 0x94, 0x59, 0x70, 0x0a, 0x56, 0x11, 0xc8, 0xe8, 0x94, 0xba, 0x45, 0x51, 0xc7, 0x19, 0xd4, 0x08, 0xfe, 0xf4, 0xf3, 0x7f, 0xce, 0xa8, 0xe0, 0xec, 0xec, 0xec, 0xbe, 0x17, 0x5e, 0x78, 0xe1, 0xd8, 0x8d, 0x46, 0xee, 0x0b, 0x52, 0x00, 0x11, 0xf4, 0xb1, 0x69, 0xf3, 0x46, 0xa8, 0x46, 0xdd, 0x9f, 0x62, 0xeb, 0x72, 0x0e, 0x33, 0xd9, 0x19, 0x46, 0xde, 0xfd, 0xef, 0x4b, 0x7d, 0x4f, 0xc9, 0x10, 0xcb, 0xe5, 0x9e, 0x04, 0x4e, 0x92, 0xe6, 0xe6, 0x26, 0xe6, 0x25, 0x3c, 0x7d, 0xf2, 0x0c, 0xc5, 0x3a, 0x7e, 0x00, 0x0f, 0xbf, 0xfe, 0x66, 0xb0, 0x85, 0xe8, 0x08, 0x70, 0xe0, 0xc0, 0x01, 0xda, 0xff, 0x20, 0x49, 0xff, 0x24, 0xd4, 0x90, 0x94, 0x2b, 0x07, 0x6d, 0x1a, 0x1f, 0xae, 0x5a, 0x06, 0x46, 0xb1, 0xa9, 0x63, 0xfa, 0xb1, 0xbc, 0x79, 0x8e, 0x0e, 0xf7, 0x59, 0xf4, 0x6f, 0xd5, 0x49, 0x4a, 0x05, 0x73, 0x61, 0x28, 0xa7, 0xc2, 0x90, 0x4a, 0x01, 0xec, 0xe0, 0xf1, 0x0b, 0xc5, 0xdd, 0x67, 0xcd, 0xf0, 0xd1, 0x9f, 0x0f, 0x46, 0x35, 0xcf, 0x3b, 0xde, 0x79, 0x3b, 0x43, 0x00, 0xdc, 0xfe, 0x08, 0xdb, 0xd7, 0xdf, 0x54, 0x08, 0xd0, 0xd8, 0xd8, 0xb8, 0x1b, 0x81, 0xdf, 0xc8, 0xcc, 0xbf, 0xb5, 0xb5, 0x90, 0x4a, 0x25, 0x59, 0x6c, 0x3d, 0xe8, 0x81, 0x15, 0xf2, 0x90, 0x89, 0xc0, 0x0e, 0x3d, 0xbc, 0xc3, 0x18, 0x18, 0xc5, 0x7c, 0xde, 0x5c, 0x06, 0x55, 0x0e, 0xd2, 0x30, 0xfa, 0x92, 0x07, 0x57, 0xd1, 0x6b, 0x83, 0x48, 0x68, 0xa6, 0xc8, 0x25, 0x09, 0xdd, 0x53, 0xae, 0xcc, 0x16, 0x07, 0x29, 0xa5, 0x4a, 0x0a, 0x58, 0x51, 0xa5, 0x63, 0x66, 0xeb, 0x84, 0x22, 0x21, 0x87, 0x39, 0xc1, 0x4b, 0x0e, 0x57, 0x01, 0x45, 0xb5, 0x51, 0x09, 0xba, 0x27, 0x93, 0xcd, 0x40, 0x43, 0xbd, 0x5e, 0xea, 0x65, 0xe3, 0x7d, 0xf7, 0xdd, 0xb7, 0xfa, 0xe9, 0xa7, 0x9f, 0xee, 0x7d, 0xd3, 0x20, 0x00, 0x2d, 0x6c, 0xc0, 0xb9, 0x80, 0xaa, 0xfc, 0x97, 0xbf, 0x79, 0x70, 0x41, 0xf1, 0x7d, 0x6f, 0x6f, 0x90, 0x52, 0xc9, 0xae, 0xfc, 0x26, 0xd8, 0x74, 0xf3, 0xde, 0xb9, 0x73, 0xe7, 0xae, 0xdd, 0x74, 0xd3, 0x4d, 0xe5, 0xf8, 0xe2, 0xfb, 0xe8, 0xf8, 0x9b, 0x29, 0x38, 0xf3, 0x06, 0xdb, 0xa8, 0x5e, 0xcf, 0x5f, 0x1d, 0x3e, 0x7c, 0xf8, 0x97, 0x6f, 0x86, 0x97, 0xb5, 0xb1, 0x3d, 0xd4, 0x04, 0xea, 0x50, 0xc5, 0x59, 0x2f, 0x2a, 0x85, 0x5a, 0xf5, 0x7c, 0x37, 0xfd, 0xff, 0xed, 0x8d, 0xd9, 0x0c, 0x26, 0x50, 0x76, 0xba, 0xf0, 0xe4, 0x93, 0x4f, 0x4e, 0xbf, 0x3d, 0x1a, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x6f, 0x37, 0xfe, 0xf6, 0xff, 0x01, 0xb1, 0x3b, 0x13, 0x25, 0x2a, 0xca, 0x4a, 0x95, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_idle_128_png_len = 12978; unsigned char network_idle_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x51, 0xd2, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x70, 0x1c, 0xd7, 0x79, 0xe6, 0xeb, 0x9e, 0x01, 0x06, 0x37, 0x40, 0xe2, 0x24, 0x00, 0x02, 0x04, 0xc1, 0xfb, 0x90, 0x44, 0x1d, 0x96, 0x2c, 0x69, 0x2d, 0xc6, 0xb6, 0x2c, 0x47, 0x9b, 0xc4, 0xb2, 0x13, 0xda, 0x8e, 0xcb, 0xde, 0x48, 0x8e, 0x65, 0xeb, 0x72, 0xe2, 0xdd, 0x8d, 0x53, 0xbb, 0x95, 0xda, 0x2d, 0x56, 0xa5, 0x9c, 0x64, 0x13, 0x3b, 0x8a, 0xbd, 0xb1, 0x25, 0x59, 0xd9, 0x38, 0xb1, 0xb7, 0x52, 0x49, 0xb4, 0x95, 0x8d, 0xbd, 0x92, 0x68, 0xeb, 0x70, 0x64, 0x5b, 0x87, 0x2d, 0xdb, 0xa4, 0x48, 0x91, 0x92, 0x08, 0xde, 0x04, 0x40, 0x10, 0x20, 0xce, 0xc1, 0x0c, 0x8e, 0x39, 0xba, 0xf7, 0xff, 0x5f, 0xf7, 0xeb, 0x7e, 0xef, 0xf5, 0xeb, 0x9e, 0x9e, 0x03, 0x07, 0xc9, 0x79, 0xac, 0x66, 0xf7, 0x34, 0x7a, 0x7a, 0xfa, 0xf8, 0x8f, 0xef, 0xff, 0xdf, 0x7f, 0x10, 0x52, 0x1e, 0xe5, 0x51, 0x1e, 0xe5, 0x51, 0x1e, 0xe5, 0x51, 0x1e, 0xe5, 0x51, 0x1e, 0xe5, 0x51, 0x1e, 0x57, 0xd3, 0xd0, 0xae, 0x96, 0x1b, 0xfd, 0xda, 0xd7, 0xbe, 0xd6, 0x90, 0xcd, 0x66, 0x3f, 0x03, 0x9b, 0xbf, 0x0e, 0xcb, 0x4e, 0x58, 0xd6, 0xc2, 0x12, 0x59, 0xa9, 0xeb, 0x31, 0x4d, 0x53, 0x58, 0xfb, 0x6d, 0x17, 0xb3, 0x6f, 0x25, 0xcf, 0xe3, 0xf3, 0xf7, 0x04, 0x6c, 0x9f, 0x86, 0xf5, 0xf3, 0xb0, 0x7e, 0xec, 0x2f, 0xfe, 0xe2, 0x2f, 0x4e, 0x95, 0x19, 0x60, 0x19, 0xc6, 0xa3, 0x8f, 0x3e, 0xfa, 0x5e, 0x58, 0xfd, 0x03, 0x2c, 0xed, 0x2b, 0x7d, 0x2d, 0x57, 0x19, 0xc1, 0x07, 0xed, 0x4b, 0x1b, 0x86, 0xb1, 0xff, 0x2b, 0x5f, 0xf9, 0xca, 0x9f, 0xac, 0xe4, 0xfb, 0x88, 0x5c, 0xe9, 0xc4, 0x0f, 0x0f, 0xf8, 0x16, 0x5d, 0xd7, 0x9f, 0x83, 0xcd, 0xa6, 0xd5, 0x48, 0xfc, 0x57, 0x11, 0xc1, 0xcb, 0xfb, 0x22, 0x9a, 0xa6, 0xbd, 0xef, 0xd6, 0x5b, 0x6f, 0x8d, 0xbd, 0xfa, 0xea, 0xab, 0x2f, 0x96, 0x35, 0xc0, 0x12, 0x8c, 0xfd, 0xfb, 0xf7, 0xeb, 0x8d, 0x8d, 0x8d, 0x87, 0x60, 0xf3, 0x1a, 0xb6, 0xaf, 0xaf, 0xaf, 0x8f, 0x74, 0x74, 0x74, 0x90, 0xda, 0xda, 0xda, 0x15, 0x67, 0x82, 0xa0, 0xbf, 0x47, 0x22, 0x11, 0x02, 0x8c, 0x5b, 0xf4, 0x79, 0xf2, 0xf9, 0x7b, 0x31, 0xe7, 0x0c, 0xfa, 0x1b, 0xde, 0x0b, 0x2e, 0x73, 0x73, 0x73, 0xe4, 0xe2, 0xc5, 0x8b, 0xe4, 0xf5, 0xd7, 0x5f, 0xa7, 0xdb, 0xf6, 0x77, 0x0c, 0xb8, 0xcf, 0xf7, 0x00, 0x1c, 0x7a, 0x65, 0x25, 0xde, 0x47, 0xf4, 0x4a, 0x66, 0x80, 0x35, 0x6b, 0xd6, 0xdc, 0x0a, 0x6a, 0xd6, 0x21, 0xfe, 0xdd, 0xbb, 0x77, 0x93, 0xdd, 0xd7, 0xec, 0x26, 0xd5, 0xd5, 0x55, 0xf0, 0x42, 0xf4, 0x12, 0xf2, 0xbf, 0x19, 0xea, 0x10, 0xb3, 0xb4, 0xac, 0x54, 0xfc, 0x51, 0xe6, 0x12, 0x31, 0xb9, 0xea, 0xc4, 0xa6, 0xc5, 0x24, 0xdd, 0xeb, 0xbb, 0x48, 0x77, 0x77, 0x37, 0x79, 0xea, 0xa9, 0xa7, 0xc8, 0xc2, 0xc2, 0x02, 0xee, 0xd3, 0xc1, 0x36, 0xfb, 0x8f, 0x70, 0xc4, 0x8a, 0x30, 0x80, 0x7e, 0x25, 0x33, 0x00, 0x3c, 0xdc, 0xdb, 0xd8, 0x36, 0x4a, 0xfc, 0x1d, 0x3b, 0xb6, 0x93, 0xba, 0xba, 0x5a, 0x2a, 0x8d, 0x96, 0x93, 0xf8, 0xcd, 0x15, 0x20, 0x7e, 0x33, 0xe8, 0x28, 0x73, 0x69, 0x88, 0xdf, 0xb4, 0xff, 0xf9, 0x5d, 0x2e, 0x40, 0x1e, 0x52, 0x53, 0x53, 0x43, 0xba, 0xba, 0x3b, 0xc9, 0xf5, 0xd7, 0x5f, 0xcf, 0x43, 0xa3, 0xf7, 0xae, 0x14, 0x8d, 0x5c, 0xd1, 0x0c, 0x00, 0xd2, 0xbf, 0x9b, 0x6d, 0xb7, 0xb5, 0xb5, 0x91, 0x8a, 0xca, 0x8a, 0x12, 0x13, 0xa1, 0x99, 0x5b, 0xea, 0x9b, 0x64, 0x79, 0x7f, 0x73, 0x35, 0x49, 0x7d, 0x9f, 0xdf, 0x8b, 0xc5, 0x62, 0x54, 0x0b, 0x70, 0xd0, 0x69, 0xcd, 0x17, 0xbe, 0xf0, 0x85, 0x15, 0xb1, 0xd1, 0xae, 0x68, 0x08, 0x04, 0x12, 0xa7, 0x81, 0x6d, 0xa3, 0xe4, 0x41, 0x09, 0xc4, 0x46, 0x72, 0x6e, 0x96, 0xcc, 0x2d, 0xcc, 0x2d, 0x09, 0x8e, 0x77, 0x21, 0x8f, 0x19, 0x8a, 0x52, 0x55, 0xc7, 0x59, 0xbf, 0x61, 0x06, 0x1e, 0x13, 0xf6, 0x5c, 0x2a, 0x62, 0x0c, 0x43, 0xb0, 0x61, 0x89, 0x3a, 0x48, 0xea, 0xf3, 0xcf, 0xab, 0xbb, 0xb3, 0xd7, 0xd9, 0xd7, 0xd0, 0xd0, 0x20, 0x18, 0xc7, 0xb0, 0xe0, 0xbb, 0x9a, 0x2e, 0x33, 0x40, 0x69, 0x87, 0xc3, 0x00, 0x15, 0x15, 0x15, 0xc0, 0x00, 0xae, 0xc2, 0xcb, 0x64, 0x33, 0x24, 0x0b, 0xcb, 0x4a, 0x12, 0xff, 0xb2, 0x11, 0xf5, 0x12, 0x31, 0x48, 0x18, 0xe2, 0xe7, 0x8f, 0xc1, 0x67, 0xc7, 0x84, 0x10, 0x1a, 0xf8, 0xd1, 0x68, 0x94, 0xa4, 0xd3, 0x69, 0xf6, 0xb9, 0xbe, 0xac, 0x01, 0x4a, 0x6f, 0x03, 0xd4, 0xb3, 0x07, 0x8e, 0x0c, 0xa0, 0xeb, 0x9a, 0x92, 0x90, 0x4f, 0x0c, 0x4c, 0x91, 0xfb, 0x7f, 0xf7, 0x87, 0x81, 0xe7, 0x42, 0x9b, 0xb9, 0xae, 0xbe, 0xb2, 0xe8, 0x6b, 0xaa, 0xac, 0xd4, 0x49, 0x55, 0x55, 0xf1, 0x8f, 0xbd, 0xba, 0x3a, 0x0a, 0xf7, 0x94, 0x2f, 0x82, 0xf5, 0x12, 0x2b, 0xde, 0x13, 0x75, 0x36, 0x99, 0x85, 0x9f, 0xe9, 0xdf, 0xbd, 0xa7, 0x83, 0xbc, 0xef, 0xfd, 0xdd, 0x39, 0x19, 0xc4, 0x30, 0x0d, 0x12, 0xd1, 0x22, 0x0e, 0x03, 0xe0, 0x3b, 0x41, 0x06, 0xc0, 0x77, 0x01, 0x86, 0x70, 0x99, 0x01, 0x96, 0x00, 0x02, 0x39, 0x0f, 0x15, 0xa5, 0x0d, 0x0f, 0x81, 0x4c, 0x78, 0x19, 0x6c, 0x4c, 0x4e, 0x2e, 0x92, 0xc1, 0xf3, 0xb3, 0xa4, 0x3c, 0x0a, 0x1b, 0xcf, 0xff, 0x60, 0xd0, 0x62, 0x80, 0x1c, 0xda, 0xc1, 0x34, 0xe0, 0x99, 0xeb, 0x16, 0x03, 0x68, 0x20, 0x8c, 0xf0, 0x9d, 0x70, 0x82, 0xa8, 0xa1, 0xcc, 0x00, 0x4b, 0x60, 0x03, 0xb0, 0x07, 0x2c, 0x33, 0x80, 0xc1, 0x69, 0x80, 0xd9, 0x59, 0x4b, 0x0d, 0xb7, 0xb7, 0xa7, 0xc9, 0x75, 0xd7, 0x65, 0x02, 0x8c, 0xea, 0x08, 0x9c, 0x23, 0x97, 0xaf, 0x5c, 0x14, 0x83, 0x8b, 0x8b, 0x19, 0x61, 0x9f, 0x69, 0x6a, 0x4a, 0x0f, 0x54, 0x28, 0x64, 0x25, 0x9c, 0x47, 0xa7, 0xe7, 0xc2, 0x7d, 0xe9, 0x74, 0x26, 0xf0, 0x1a, 0x82, 0x46, 0x36, 0x1b, 0xf1, 0x1c, 0x2b, 0x7f, 0xdf, 0x30, 0x4c, 0x92, 0xc9, 0x64, 0x3d, 0xdf, 0x1d, 0x1f, 0x8f, 0x93, 0x89, 0x89, 0x5e, 0x12, 0x8f, 0xa7, 0x88, 0x91, 0x35, 0x1d, 0x0d, 0xeb, 0x07, 0x9f, 0x0c, 0xc3, 0x15, 0x3a, 0x3a, 0xbc, 0x8b, 0xca, 0xca, 0x4a, 0x47, 0x1b, 0x97, 0x21, 0xd0, 0x12, 0x41, 0x20, 0xd1, 0x06, 0x50, 0x6b, 0x80, 0xd9, 0xd9, 0x14, 0x5d, 0x77, 0x74, 0x54, 0x91, 0x77, 0xbf, 0xbb, 0xd3, 0x43, 0x94, 0x22, 0xe1, 0x89, 0xc4, 0x21, 0xff, 0x8d, 0xfb, 0x89, 0xbc, 0xbe, 0x57, 0xc8, 0xf1, 0xfc, 0xdf, 0x18, 0x63, 0xaa, 0xbf, 0x27, 0x9e, 0x23, 0xdf, 0x73, 0xfb, 0x5d, 0xd3, 0xf3, 0xcf, 0xbf, 0x06, 0xda, 0x33, 0x4b, 0x05, 0x43, 0x32, 0x91, 0x21, 0xf5, 0x0d, 0x15, 0x94, 0xf8, 0x67, 0x66, 0xe2, 0x64, 0xf0, 0xec, 0x30, 0x08, 0x9d, 0x08, 0xec, 0xab, 0x27, 0x8d, 0x8d, 0x0d, 0x74, 0xee, 0x85, 0x17, 0x3a, 0x9a, 0x6d, 0x03, 0x30, 0x01, 0x05, 0xcc, 0x51, 0x66, 0x80, 0x25, 0x18, 0x22, 0x04, 0xe2, 0x6d, 0x00, 0xc3, 0x7d, 0x19, 0x89, 0x44, 0xda, 0x66, 0x12, 0x8d, 0x4a, 0xbb, 0x62, 0x08, 0xdd, 0x12, 0x72, 0xcb, 0x4f, 0xe8, 0x9c, 0x70, 0x2d, 0x39, 0xa1, 0xfb, 0xdd, 0x3b, 0xe2, 0x78, 0x5d, 0xcf, 0x52, 0x2d, 0x12, 0x07, 0x21, 0x52, 0xd7, 0x60, 0x11, 0xf4, 0xa1, 0x9f, 0x1f, 0xa6, 0xc7, 0xb5, 0xb4, 0x34, 0x83, 0x66, 0x30, 0x10, 0xdf, 0x93, 0x2c, 0x5c, 0xa0, 0xa9, 0xd0, 0x00, 0x2b, 0x0d, 0x81, 0xae, 0xd8, 0x79, 0x00, 0xd3, 0xc2, 0x1a, 0x75, 0x3c, 0x03, 0xe8, 0x7e, 0x10, 0x28, 0x9e, 0xb2, 0x0d, 0x54, 0x4b, 0x4d, 0xe3, 0x82, 0x1a, 0x02, 0x99, 0xc1, 0x76, 0xd1, 0xd9, 0x04, 0xe5, 0x6e, 0xe3, 0xdf, 0xc4, 0x63, 0xc5, 0xef, 0xe1, 0x92, 0xcd, 0xb2, 0x63, 0xf8, 0x6d, 0xfe, 0x18, 0xf1, 0x78, 0xf6, 0x7b, 0x48, 0x27, 0xe2, 0x6f, 0x1a, 0xb6, 0xc6, 0x32, 0x3c, 0xc7, 0xc9, 0xe7, 0xce, 0x66, 0xd5, 0xd7, 0xe2, 0x2e, 0x84, 0xfb, 0xbe, 0xfb, 0x3d, 0x76, 0x9d, 0xaa, 0x7b, 0xb7, 0x16, 0xf6, 0x3d, 0xf7, 0x78, 0x9c, 0x4d, 0x47, 0x06, 0xe0, 0xb5, 0x28, 0x6a, 0xd9, 0xae, 0xf5, 0x9d, 0xf6, 0xb5, 0x64, 0xe9, 0x73, 0x66, 0xe7, 0xca, 0x1a, 0x19, 0x4e, 0x03, 0x68, 0x54, 0x2b, 0x73, 0x6e, 0xd0, 0xb2, 0x06, 0x28, 0xe5, 0xf8, 0xc6, 0x37, 0xbe, 0x51, 0xcb, 0x33, 0xb8, 0xf5, 0xb0, 0xd5, 0x10, 0x88, 0x69, 0x80, 0x68, 0xd4, 0xeb, 0x21, 0xe2, 0x25, 0xba, 0x1f, 0xbc, 0x58, 0x09, 0x89, 0xee, 0x9e, 0xcb, 0xf4, 0x81, 0x3a, 0xea, 0x6b, 0x52, 0xfd, 0x8d, 0xc9, 0x05, 0xf7, 0x7e, 0x4c, 0xee, 0xf7, 0x88, 0xc2, 0x86, 0x31, 0xe9, 0x77, 0x2c, 0x06, 0xc8, 0x08, 0x76, 0x14, 0x8e, 0xcd, 0x5b, 0xfa, 0x49, 0x4f, 0xef, 0x7a, 0x32, 0x3f, 0x37, 0x4f, 0x67, 0xdd, 0x63, 0xb1, 0x4a, 0x52, 0x11, 0xab, 0x10, 0xae, 0x51, 0xd7, 0x74, 0x41, 0x03, 0xf0, 0x0e, 0x8b, 0x32, 0x03, 0x94, 0x60, 0x80, 0x04, 0x6a, 0x10, 0xa4, 0x3f, 0x17, 0x58, 0xc6, 0x13, 0x3f, 0x65, 0x00, 0x5b, 0x7a, 0x55, 0x54, 0x30, 0x09, 0xb8, 0xda, 0x08, 0x3d, 0x18, 0xd3, 0x87, 0x85, 0x31, 0x22, 0xa1, 0x9b, 0xd2, 0x5a, 0x0b, 0x69, 0x4b, 0x58, 0xc7, 0xe3, 0xa2, 0xeb, 0x18, 0xb0, 0x67, 0x08, 0x1a, 0x80, 0x7d, 0x05, 0x89, 0x1e, 0x17, 0xde, 0x28, 0x36, 0xb8, 0xe7, 0x2e, 0x6b, 0x00, 0x1e, 0xae, 0x96, 0x19, 0xa0, 0x04, 0x83, 0xf7, 0x2b, 0x07, 0x79, 0x80, 0xf0, 0xe1, 0xb3, 0x97, 0x17, 0x8d, 0xea, 0xb6, 0xba, 0xbe, 0x92, 0x08, 0x5d, 0xfc, 0x3d, 0xd3, 0x89, 0xcb, 0x11, 0x25, 0xba, 0xf8, 0x77, 0x7f, 0xed, 0xc0, 0xff, 0xcd, 0x8a, 0x58, 0xb5, 0x35, 0x40, 0x3c, 0x4d, 0xd4, 0x73, 0x62, 0xa6, 0x8f, 0x17, 0xc8, 0x9a, 0x07, 0xe0, 0x8c, 0xe0, 0xb2, 0x1b, 0xb4, 0xc4, 0x1a, 0x40, 0x98, 0x04, 0x13, 0x3d, 0x40, 0x62, 0x7c, 0xba, 0x6b, 0x04, 0x93, 0x40, 0x0d, 0x20, 0x13, 0xb9, 0x8a, 0x18, 0x73, 0x79, 0x5d, 0x4a, 0x43, 0xe8, 0x9a, 0x12, 0xfe, 0xa8, 0x09, 0x3d, 0xd7, 0x75, 0x9a, 0x0a, 0xc6, 0x65, 0xc7, 0x6a, 0x0a, 0x08, 0xe8, 0xfe, 0xdd, 0x82, 0x40, 0x86, 0x07, 0x02, 0xe1, 0xc0, 0x09, 0xae, 0x64, 0x72, 0x8e, 0x32, 0x09, 0x3e, 0xff, 0x4a, 0x84, 0x40, 0x46, 0x59, 0x03, 0x2c, 0xeb, 0x1c, 0x80, 0x08, 0x81, 0x44, 0xfc, 0x6f, 0x0a, 0xf3, 0x00, 0x19, 0xfb, 0x38, 0x53, 0xf0, 0x02, 0xf9, 0x11, 0xba, 0x61, 0xa8, 0x3d, 0x28, 0xc5, 0x13, 0xba, 0x48, 0xd8, 0x7e, 0xf8, 0x9b, 0x61, 0x74, 0x24, 0x6e, 0xb5, 0x37, 0x87, 0x48, 0x84, 0x6e, 0x0a, 0x84, 0xcb, 0xe0, 0x0e, 0xff, 0x5b, 0x5e, 0x42, 0xd7, 0x94, 0xf3, 0x03, 0x3c, 0xa3, 0x28, 0x21, 0x10, 0x8c, 0x4b, 0x97, 0xc6, 0xc9, 0xd1, 0xc3, 0x6f, 0x93, 0x86, 0x86, 0x7a, 0xb2, 0xa6, 0x79, 0x0d, 0x69, 0x68, 0xac, 0x27, 0x75, 0x66, 0x2d, 0xc9, 0x56, 0x67, 0xf9, 0xf7, 0x23, 0x68, 0x80, 0xb2, 0x11, 0xbc, 0x04, 0x73, 0x00, 0x4c, 0xea, 0x7b, 0x20, 0x90, 0xa1, 0xb6, 0x01, 0x90, 0x01, 0x9c, 0x20, 0xb4, 0x12, 0x13, 0xba, 0x4c, 0xac, 0xb2, 0x44, 0x77, 0xa1, 0x88, 0x28, 0x99, 0x45, 0xe2, 0x37, 0x14, 0xc4, 0x2d, 0x12, 0x76, 0xb0, 0xd1, 0xab, 0x09, 0x84, 0x2d, 0x1a, 0xbd, 0xf9, 0x43, 0x39, 0x0b, 0x02, 0x19, 0xf6, 0x33, 0x4c, 0x3b, 0x90, 0x67, 0xfc, 0xd2, 0x84, 0xed, 0x01, 0x32, 0xa8, 0x1b, 0xd4, 0xb4, 0xbd, 0x54, 0x59, 0x23, 0x4b, 0x4f, 0x68, 0x72, 0x0c, 0xc0, 0x7e, 0x9f, 0x17, 0x58, 0x65, 0x06, 0x28, 0x85, 0x7f, 0x57, 0xd7, 0xeb, 0xbd, 0xb3, 0xc0, 0xa6, 0xf2, 0x85, 0xcf, 0x26, 0x18, 0x03, 0x68, 0x8e, 0xcb, 0xcf, 0x3d, 0xc6, 0xcf, 0x93, 0xa2, 0x29, 0x89, 0xc4, 0x4f, 0x22, 0x7b, 0x89, 0xd5, 0x2b, 0xd1, 0xf9, 0x73, 0xb9, 0xd0, 0x45, 0xc4, 0xe8, 0x6a, 0xdf, 0xbd, 0xe6, 0x91, 0xd8, 0xea, 0xf9, 0x87, 0xd2, 0x6a, 0x0e, 0x84, 0x40, 0x91, 0x88, 0xf5, 0xec, 0x70, 0x36, 0x98, 0xe1, 0xfd, 0xcd, 0x5b, 0xfb, 0x29, 0x71, 0x27, 0x13, 0x76, 0xd6, 0x97, 0x66, 0xcd, 0x19, 0x20, 0x04, 0x32, 0xdd, 0xf7, 0x53, 0x9e, 0x08, 0x5b, 0x6a, 0x2f, 0x90, 0xa8, 0x01, 0x74, 0xce, 0x08, 0xf6, 0xf3, 0x02, 0x69, 0xd4, 0xa7, 0x1e, 0x6e, 0x56, 0xd5, 0x0f, 0x3b, 0xfb, 0x4f, 0x32, 0x89, 0xc7, 0x7b, 0x25, 0xba, 0x8c, 0xd1, 0xad, 0xcb, 0x37, 0x4b, 0xa0, 0x39, 0xd4, 0xe7, 0xce, 0x3d, 0x19, 0x26, 0xdb, 0x1d, 0xe2, 0xdf, 0xf0, 0x99, 0x46, 0x22, 0x86, 0x60, 0x47, 0x31, 0xcd, 0xd0, 0xbf, 0xa9, 0x4f, 0x61, 0x10, 0xf3, 0x1a, 0x51, 0x84, 0x40, 0x65, 0x1b, 0x60, 0x09, 0x35, 0x00, 0x35, 0x82, 0x7d, 0x66, 0x81, 0xad, 0x97, 0x97, 0xb1, 0x5f, 0x9c, 0xf5, 0x82, 0x50, 0xcd, 0xab, 0x99, 0x40, 0x0b, 0x20, 0x54, 0x19, 0x22, 0x11, 0x1f, 0x08, 0xc1, 0x34, 0x87, 0x99, 0x13, 0x3e, 0xa9, 0xce, 0xad, 0x92, 0xe8, 0x22, 0x51, 0x9a, 0x4a, 0xb7, 0xa5, 0x4c, 0xe8, 0xd6, 0x77, 0x35, 0x85, 0x56, 0xf2, 0x6a, 0x3a, 0x0b, 0xa2, 0x78, 0xb5, 0x0b, 0x6f, 0x04, 0xc7, 0xe3, 0x69, 0xd9, 0x7c, 0xf1, 0x78, 0x83, 0x04, 0x37, 0x28, 0x07, 0x81, 0xec, 0x7b, 0x29, 0xcf, 0x04, 0x97, 0xda, 0x06, 0x10, 0x8c, 0x60, 0x9f, 0x38, 0xa0, 0xf9, 0xb9, 0x2c, 0xc9, 0x64, 0x0c, 0x78, 0x21, 0x06, 0x75, 0x83, 0xba, 0x33, 0xbd, 0xfc, 0x8c, 0xa9, 0xc6, 0x11, 0x0d, 0x3f, 0x2b, 0xea, 0xce, 0xa8, 0xa2, 0xe6, 0x70, 0xe1, 0x13, 0xf1, 0x1c, 0xcf, 0x43, 0x2b, 0x71, 0xa6, 0x97, 0x28, 0x16, 0x77, 0x16, 0xd8, 0x3d, 0xb7, 0x21, 0x7c, 0x57, 0x3e, 0xb7, 0x7b, 0xbc, 0x08, 0xbb, 0xe4, 0x6d, 0xf7, 0x58, 0xcd, 0x67, 0xa6, 0x57, 0x75, 0x0f, 0x44, 0xf9, 0xbb, 0x08, 0x63, 0x22, 0x11, 0xce, 0x93, 0x66, 0x7a, 0xb4, 0x30, 0x59, 0x4c, 0xa5, 0x68, 0xee, 0x85, 0x25, 0x78, 0x0c, 0x6e, 0x0e, 0xc1, 0x75, 0x83, 0xda, 0xbf, 0x51, 0x8b, 0x45, 0x0c, 0xca, 0x1a, 0x60, 0x89, 0x8c, 0x60, 0xa2, 0x70, 0x83, 0xe2, 0x0b, 0x9b, 0x9d, 0x5d, 0xb4, 0x35, 0x46, 0x96, 0x7a, 0x35, 0xc4, 0xd2, 0x1d, 0x9a, 0x40, 0x5c, 0xfe, 0xbe, 0x71, 0xe2, 0xe3, 0x49, 0x61, 0x12, 0x59, 0x84, 0x2a, 0xae, 0x74, 0x37, 0x7d, 0xed, 0x84, 0xa5, 0xd5, 0x1c, 0xc4, 0x81, 0x5f, 0x6a, 0x77, 0xa9, 0xda, 0xf7, 0x2f, 0x6a, 0x46, 0xcd, 0x86, 0x40, 0xa6, 0x3d, 0x0f, 0x90, 0x12, 0x08, 0x7f, 0xe0, 0x9d, 0x93, 0x34, 0x28, 0x6e, 0xcd, 0x9a, 0x26, 0xd2, 0x04, 0x0b, 0xe6, 0x62, 0x57, 0x55, 0x57, 0x09, 0xcf, 0x8b, 0x8f, 0x06, 0xc5, 0x4b, 0x98, 0x98, 0x98, 0xc0, 0xd0, 0x95, 0x78, 0x99, 0x01, 0x96, 0xd8, 0x0d, 0x4a, 0x55, 0xb1, 0x9d, 0x91, 0xc5, 0xb0, 0x2b, 0xaa, 0xf2, 0x48, 0x84, 0x0f, 0x86, 0xd3, 0xa8, 0x56, 0xf0, 0x27, 0x74, 0x12, 0x00, 0x3d, 0x4c, 0x8e, 0x81, 0xbc, 0xc6, 0xb2, 0x2c, 0x95, 0x73, 0x47, 0x90, 0x6a, 0x3e, 0xd0, 0x2c, 0xc8, 0x88, 0x35, 0x15, 0x06, 0xb7, 0xda, 0x58, 0x0f, 0xc3, 0x34, 0xec, 0x73, 0x3a, 0x6d, 0xc0, 0x33, 0x9b, 0x03, 0xc1, 0x31, 0x47, 0xa6, 0xa7, 0xe3, 0xf0, 0x6c, 0x6d, 0x08, 0xc4, 0xcd, 0x03, 0x4c, 0x4f, 0xcd, 0x90, 0xe1, 0xa1, 0x11, 0x2b, 0x02, 0x94, 0x6a, 0xb0, 0x2c, 0x8d, 0x51, 0xc2, 0xb5, 0x05, 0xa7, 0xf8, 0xf7, 0xa2, 0x3b, 0xfb, 0xd3, 0xe9, 0x74, 0x7d, 0x99, 0x01, 0x96, 0x08, 0x02, 0x69, 0x44, 0x74, 0x83, 0x32, 0x8f, 0x05, 0xf3, 0x00, 0xa1, 0x31, 0x87, 0x12, 0x8d, 0x7f, 0xe1, 0xb2, 0x1b, 0x34, 0xc8, 0x16, 0x90, 0x25, 0xb2, 0xbb, 0xcf, 0xf4, 0x21, 0x30, 0x91, 0xa1, 0xfc, 0x26, 0xa2, 0x64, 0x23, 0xd7, 0x3a, 0x56, 0xe5, 0x61, 0xca, 0x15, 0xeb, 0x63, 0xe6, 0x30, 0x7a, 0xd5, 0xa1, 0x10, 0xa9, 0x54, 0x06, 0x08, 0x3e, 0x09, 0x04, 0x3f, 0x4f, 0x89, 0x7e, 0x6e, 0x6e, 0x41, 0xd0, 0x92, 0x28, 0x34, 0x64, 0x37, 0x68, 0xe3, 0x9a, 0x06, 0xd2, 0xbd, 0xbe, 0x93, 0x8c, 0x5f, 0x9a, 0xb4, 0xdc, 0xa1, 0x76, 0x90, 0x1d, 0x13, 0x3e, 0x11, 0x7c, 0xce, 0xb6, 0xd6, 0x41, 0x18, 0x94, 0xc9, 0x64, 0x56, 0xcc, 0x13, 0x74, 0x25, 0x87, 0x43, 0x7b, 0x43, 0xa1, 0xed, 0x1c, 0x73, 0xfe, 0x05, 0xb2, 0x17, 0x67, 0x6b, 0xe3, 0x9c, 0x44, 0xc2, 0x60, 0x88, 0x2c, 0x69, 0xdd, 0xb5, 0xe6, 0x2b, 0xa5, 0x5d, 0x42, 0xd7, 0x72, 0xc0, 0x0b, 0xe2, 0xe3, 0xaf, 0xe7, 0x09, 0x59, 0xcb, 0x61, 0xbc, 0x92, 0x40, 0xa6, 0x91, 0x5d, 0xb1, 0xbc, 0x6d, 0x33, 0x3f, 0xbf, 0x00, 0xd2, 0x7d, 0x96, 0x4c, 0x4c, 0xcc, 0x90, 0x85, 0x85, 0x45, 0x22, 0x27, 0xf0, 0xf0, 0x73, 0x2a, 0x4c, 0xfb, 0xa1, 0x66, 0x58, 0x58, 0xc8, 0x90, 0x58, 0x95, 0x55, 0xd0, 0x6b, 0xcb, 0xf6, 0x4d, 0x64, 0xd3, 0x16, 0x83, 0x64, 0xd2, 0x19, 0x7a, 0x7c, 0xb4, 0xc2, 0x72, 0x45, 0x53, 0x3b, 0xc0, 0xf6, 0xc8, 0x69, 0x76, 0x38, 0xc4, 0xfc, 0xfc, 0xbc, 0x6d, 0xbf, 0x2c, 0x7f, 0x38, 0xc4, 0x95, 0xcc, 0x00, 0x9e, 0x6c, 0x30, 0x53, 0xe1, 0x06, 0x65, 0x0c, 0x80, 0x0e, 0x09, 0x95, 0x44, 0x95, 0x25, 0x3a, 0x53, 0xe1, 0x2a, 0x6f, 0x09, 0x23, 0x24, 0x7f, 0x82, 0xd3, 0x38, 0x2c, 0xef, 0x87, 0xb1, 0x49, 0xc8, 0x89, 0x36, 0x93, 0xc8, 0x6e, 0x97, 0x20, 0x57, 0xac, 0x8a, 0xc1, 0xac, 0xe7, 0x63, 0xd8, 0xf1, 0x50, 0x73, 0x94, 0xe8, 0x27, 0x27, 0xe3, 0x34, 0xc3, 0xcc, 0xba, 0x7e, 0x4d, 0x70, 0x1f, 0xfb, 0x80, 0x4d, 0xaa, 0x3d, 0x33, 0x99, 0x08, 0x85, 0x41, 0xad, 0x55, 0x11, 0xe7, 0xb2, 0x90, 0x11, 0x2a, 0x63, 0x62, 0x1e, 0x35, 0x4e, 0x86, 0x59, 0x75, 0x99, 0x56, 0x87, 0x2b, 0xf4, 0x8a, 0x87, 0x40, 0xf8, 0x70, 0x3d, 0xf9, 0xc0, 0x86, 0x37, 0x1b, 0xcc, 0x9a, 0x05, 0xf6, 0xc3, 0xce, 0x5e, 0xf7, 0xa3, 0x77, 0x66, 0xd7, 0xcc, 0x49, 0x70, 0xb2, 0xb4, 0x57, 0x11, 0xac, 0xe8, 0xa3, 0x57, 0xd9, 0x02, 0xc1, 0x29, 0x8f, 0xde, 0xeb, 0x35, 0x15, 0xee, 0x59, 0xeb, 0x18, 0x84, 0x33, 0x97, 0x2e, 0x4d, 0x01, 0xd1, 0xcf, 0x50, 0x8c, 0x2e, 0x4a, 0x78, 0x4d, 0x30, 0x8e, 0x55, 0x84, 0xef, 0xba, 0x9c, 0xf1, 0xbb, 0x11, 0x2a, 0x4c, 0x5a, 0x5b, 0xab, 0x02, 0x83, 0xe2, 0x18, 0x14, 0xa2, 0xf7, 0xb9, 0x0a, 0xe2, 0x81, 0xae, 0x68, 0x08, 0xe4, 0x97, 0x0f, 0x2c, 0x40, 0xa0, 0x04, 0x83, 0x40, 0x9a, 0xe3, 0x1e, 0x95, 0x67, 0x6d, 0xfd, 0x3c, 0x29, 0xea, 0xf0, 0x06, 0x51, 0xa2, 0x73, 0x2c, 0xe1, 0xf9, 0x5e, 0xf0, 0x84, 0x19, 0xf1, 0x99, 0xd0, 0x52, 0x13, 0xba, 0x7b, 0xbc, 0xe1, 0x03, 0xe5, 0x34, 0xc7, 0x05, 0x8c, 0x92, 0x7e, 0x7c, 0x7c, 0x1a, 0x98, 0x3f, 0xa9, 0x80, 0x35, 0x9a, 0xc2, 0xa1, 0xe0, 0x4f, 0xfc, 0x96, 0x1d, 0x80, 0x31, 0x3e, 0x15, 0x56, 0x40, 0x9c, 0xfd, 0xbb, 0x18, 0x08, 0x77, 0xfe, 0xdc, 0x10, 0x89, 0x82, 0xb4, 0xaf, 0xad, 0xab, 0x25, 0xf5, 0x0d, 0x75, 0xa4, 0xba, 0xa6, 0xca, 0x76, 0xe7, 0xda, 0x8c, 0xa3, 0x89, 0x89, 0xf1, 0x2b, 0x31, 0x17, 0x70, 0x25, 0x6b, 0x80, 0x06, 0x46, 0xec, 0xd6, 0x44, 0x18, 0x3f, 0x13, 0xcc, 0xb9, 0x41, 0xe3, 0x8c, 0x01, 0x4c, 0xc7, 0x8d, 0x49, 0xe1, 0x52, 0xce, 0x18, 0x1f, 0x99, 0x98, 0xbd, 0x9a, 0xa3, 0x10, 0x5b, 0xc0, 0xeb, 0x12, 0xd5, 0x94, 0x0c, 0xa2, 0x9e, 0xac, 0xf2, 0x67, 0x48, 0x34, 0x66, 0x47, 0x47, 0x27, 0x1d, 0x69, 0x8f, 0xc7, 0x8a, 0x58, 0x5e, 0xcb, 0xe1, 0x55, 0xf3, 0x3f, 0x46, 0xe5, 0x0a, 0x3d, 0x7c, 0xf0, 0x4d, 0x3a, 0x07, 0xd0, 0xd2, 0xd2, 0x42, 0xaa, 0xaa, 0xab, 0x2d, 0x2f, 0x50, 0xc6, 0xf2, 0x04, 0xf1, 0x4c, 0x57, 0xd6, 0x00, 0x4b, 0x37, 0xea, 0x84, 0x4a, 0xcb, 0xf2, 0x44, 0x98, 0xed, 0x06, 0xe5, 0xe3, 0x80, 0x78, 0xdf, 0xbf, 0x5f, 0xa8, 0x40, 0x6e, 0xe3, 0xd5, 0x25, 0x94, 0x60, 0xbc, 0xaf, 0xe5, 0x74, 0x69, 0x86, 0x4f, 0x76, 0x37, 0x7d, 0xe1, 0x13, 0x56, 0xa5, 0x40, 0x98, 0x33, 0x31, 0x31, 0xed, 0xb8, 0x78, 0x19, 0xe1, 0xbb, 0x8f, 0x24, 0x4c, 0x9d, 0x54, 0xcd, 0x17, 0x0e, 0x39, 0x0c, 0xc0, 0xb9, 0x42, 0x3b, 0xd6, 0xb5, 0x93, 0xb3, 0x67, 0xce, 0xd3, 0xe2, 0x63, 0x06, 0x7a, 0x82, 0x30, 0x28, 0xce, 0xf1, 0x06, 0x99, 0x36, 0x74, 0xd2, 0xcb, 0x36, 0xc0, 0x52, 0x8c, 0xfd, 0xfb, 0xf7, 0xd7, 0xc0, 0x43, 0x8d, 0xb2, 0x97, 0x1d, 0x8d, 0x46, 0x45, 0x48, 0x63, 0xb8, 0x45, 0x5c, 0x5d, 0x08, 0xc4, 0x13, 0xb8, 0x35, 0x1f, 0xc0, 0xdc, 0x87, 0x7e, 0xb6, 0x80, 0x2b, 0xd1, 0xb5, 0xbc, 0xbd, 0x3b, 0xbc, 0x0d, 0x90, 0xdb, 0x83, 0xa3, 0xfa, 0x9b, 0xda, 0x15, 0xcb, 0x98, 0x00, 0x09, 0x7f, 0x7c, 0x7c, 0x8a, 0x7a, 0x72, 0x64, 0xc2, 0x97, 0xa5, 0xbe, 0xa6, 0x05, 0x13, 0x7e, 0x30, 0x1c, 0x22, 0x4e, 0x3c, 0xd0, 0x2c, 0xe7, 0x0a, 0xed, 0xdb, 0xd4, 0x4b, 0xd6, 0x75, 0x77, 0x58, 0x69, 0x91, 0x7a, 0x84, 0xc4, 0xaa, 0x62, 0xf0, 0x8c, 0xc5, 0xb4, 0x48, 0x66, 0x03, 0xac, 0x64, 0x5a, 0xe4, 0x15, 0xc9, 0x00, 0x4d, 0x4d, 0x4d, 0xf5, 0xa9, 0x14, 0x0b, 0x70, 0xab, 0x90, 0x42, 0xa1, 0xc5, 0x0a, 0xc6, 0x7c, 0x3e, 0x30, 0x0b, 0x03, 0x90, 0xbd, 0x32, 0xa2, 0x2d, 0x40, 0x42, 0x4b, 0x74, 0xfc, 0xec, 0xc5, 0xfb, 0x5e, 0xc6, 0xc8, 0xed, 0xc1, 0x71, 0xf3, 0x70, 0x79, 0xb7, 0xa5, 0x8a, 0x79, 0x50, 0xc2, 0x8e, 0x8e, 0x5a, 0x12, 0x9f, 0x23, 0xac, 0x02, 0x08, 0x5b, 0xcb, 0x01, 0x87, 0xdc, 0x63, 0x9c, 0x70, 0x08, 0x60, 0x00, 0xfe, 0xd9, 0x56, 0x01, 0xd1, 0x57, 0xc5, 0x62, 0x92, 0x76, 0x73, 0x13, 0x8e, 0x74, 0x3a, 0x93, 0x1c, 0x71, 0xb4, 0x58, 0xd9, 0x0d, 0x5a, 0xa2, 0x31, 0x3f, 0x3f, 0x5f, 0x8f, 0x0f, 0x56, 0xe9, 0x01, 0x0a, 0x88, 0x04, 0xe5, 0xa1, 0x84, 0xca, 0x87, 0xae, 0x22, 0x38, 0xf6, 0x37, 0x26, 0xd1, 0x5d, 0xa2, 0xf3, 0xcb, 0x10, 0x53, 0x33, 0x58, 0xd0, 0xfc, 0x83, 0x08, 0xcd, 0x4c, 0x8f, 0xb4, 0x67, 0xc7, 0xc7, 0xe3, 0x73, 0xe4, 0xc2, 0x85, 0x4b, 0x4e, 0xa1, 0xac, 0x30, 0x84, 0x1f, 0x44, 0xd8, 0xc1, 0x36, 0x81, 0xe6, 0x85, 0x40, 0x89, 0x14, 0xaf, 0x68, 0x95, 0x83, 0xe6, 0x04, 0xb0, 0x88, 0xd0, 0xb2, 0x06, 0x58, 0x9a, 0x01, 0xc4, 0x2f, 0xce, 0x01, 0xe8, 0xea, 0x7c, 0x60, 0x26, 0xb5, 0x2c, 0x06, 0xf0, 0x97, 0xc2, 0x2a, 0x69, 0x1d, 0x2e, 0x94, 0x38, 0x2c, 0xc4, 0x51, 0x33, 0x88, 0x4b, 0xe8, 0xae, 0x76, 0x91, 0xeb, 0x0e, 0xe1, 0x67, 0x9c, 0xac, 0x1a, 0x19, 0x99, 0xa0, 0x6e, 0x4d, 0x99, 0x38, 0x4b, 0x85, 0xf3, 0x83, 0x34, 0x07, 0x0b, 0x87, 0x70, 0x6c, 0x00, 0xfb, 0xf2, 0x26, 0x27, 0xa6, 0xa8, 0x37, 0xa8, 0x2a, 0x56, 0x45, 0x6a, 0x6a, 0xab, 0x01, 0x06, 0xb9, 0x55, 0x20, 0x4c, 0xe2, 0xe6, 0x04, 0x30, 0x0d, 0xb0, 0x12, 0x59, 0x61, 0x57, 0xaa, 0x11, 0xec, 0x3f, 0x07, 0x20, 0x69, 0x00, 0xf6, 0xd2, 0x2c, 0x08, 0xa4, 0x32, 0x7a, 0x55, 0xd9, 0x52, 0xb2, 0x84, 0xf7, 0xc2, 0x11, 0x0b, 0x12, 0xa9, 0x09, 0x3f, 0x9f, 0x79, 0x01, 0xd7, 0xa0, 0x16, 0x6d, 0x01, 0x76, 0xfc, 0xc4, 0x44, 0x9c, 0x8c, 0x8d, 0x4d, 0x09, 0x95, 0x97, 0x8b, 0x25, 0x6c, 0xf5, 0xb1, 0x5a, 0x80, 0xc0, 0xe1, 0x84, 0x89, 0x7d, 0xdd, 0x43, 0x83, 0x17, 0xc8, 0x89, 0xe3, 0xa7, 0x48, 0x63, 0x53, 0x23, 0x0d, 0x88, 0xd3, 0x69, 0xe8, 0xb4, 0x4e, 0x67, 0x86, 0x1d, 0x37, 0xa8, 0xd7, 0x08, 0x2e, 0x43, 0xa0, 0x52, 0x31, 0x80, 0x6f, 0x4d, 0x50, 0x39, 0x1d, 0x32, 0xc1, 0x43, 0x20, 0x2f, 0xbc, 0x51, 0x41, 0x19, 0xff, 0xd8, 0x1d, 0xd1, 0x5f, 0x6f, 0x1d, 0xa7, 0x29, 0x25, 0xba, 0xec, 0xaf, 0x57, 0xa5, 0x37, 0xf2, 0x5e, 0x20, 0xd9, 0x2b, 0x35, 0x3f, 0x9f, 0x21, 0x17, 0x2f, 0x8e, 0xc3, 0x7a, 0xb1, 0x08, 0x9c, 0xef, 0x4f, 0xd8, 0xe2, 0xb1, 0x5a, 0x0e, 0x8d, 0x6b, 0x5d, 0x58, 0x9c, 0x73, 0x83, 0x32, 0x6c, 0x9f, 0xcd, 0x64, 0x28, 0xec, 0x61, 0x29, 0x92, 0x96, 0x1b, 0x94, 0x79, 0x81, 0x34, 0x41, 0x03, 0x5c, 0xb6, 0x5e, 0xa0, 0x47, 0x1f, 0x7d, 0xf4, 0x36, 0xb8, 0x81, 0x3b, 0x60, 0x73, 0x03, 0xbc, 0x88, 0xd5, 0xd0, 0x8d, 0xb1, 0xc7, 0xaa, 0xee, 0x60, 0x82, 0x0a, 0x4e, 0x92, 0xd7, 0x5e, 0x7d, 0xcd, 0xe9, 0x0e, 0x83, 0x2f, 0x20, 0x9d, 0x5e, 0x74, 0xa4, 0xce, 0x5d, 0x77, 0x45, 0xe0, 0x73, 0x0d, 0xad, 0x0b, 0x1a, 0x8b, 0x45, 0x3d, 0xae, 0x45, 0x79, 0xdb, 0xeb, 0x7a, 0xf4, 0xfe, 0xcd, 0xf2, 0xba, 0xf8, 0xfd, 0x5d, 0xf3, 0x9c, 0x5b, 0x8e, 0x08, 0xb5, 0x3c, 0x50, 0x26, 0x77, 0x2e, 0x71, 0x2c, 0x2e, 0xa6, 0xc0, 0xc0, 0x4c, 0x93, 0xc6, 0xc6, 0x1a, 0xf8, 0x6e, 0x0d, 0x8d, 0xc3, 0xc1, 0xc4, 0xfe, 0x4b, 0x97, 0x16, 0xe0, 0x6f, 0x46, 0x48, 0xc2, 0xce, 0x0f, 0xe7, 0x07, 0x69, 0x0e, 0xe6, 0x64, 0xe3, 0xdd, 0xa0, 0xeb, 0x3a, 0xdb, 0x49, 0x6d, 0x5d, 0x35, 0x99, 0x9e, 0x8a, 0x53, 0x29, 0x8f, 0x5d, 0x61, 0x2a, 0x25, 0x87, 0x04, 0x86, 0x9f, 0x4b, 0x13, 0x61, 0x97, 0x17, 0x03, 0x7c, 0xf5, 0xab, 0x5f, 0xbd, 0x01, 0x08, 0xed, 0x6f, 0x60, 0xf3, 0xba, 0x70, 0x0f, 0x6b, 0xc9, 0x09, 0xdf, 0x59, 0xe3, 0xf5, 0xe0, 0x82, 0x81, 0x56, 0x83, 0x83, 0x83, 0xbe, 0x6d, 0x3b, 0xb7, 0x6f, 0x47, 0x49, 0x15, 0x51, 0xfc, 0x9d, 0x27, 0x54, 0x4d, 0x41, 0xf0, 0x9a, 0xe2, 0xb8, 0xf0, 0x7f, 0x2f, 0xa6, 0xf5, 0x68, 0x4d, 0x4d, 0x84, 0x56, 0x87, 0x96, 0x8f, 0xcb, 0x66, 0xeb, 0xc0, 0x08, 0x5e, 0x24, 0x27, 0x4f, 0x26, 0x48, 0x26, 0x63, 0x16, 0x4d, 0xd8, 0x61, 0x35, 0x07, 0x86, 0x91, 0xf0, 0x1e, 0x35, 0xe6, 0x0a, 0xc5, 0xc2, 0xb8, 0xb8, 0xc8, 0x8d, 0x37, 0xf8, 0xbc, 0x60, 0x69, 0x22, 0xec, 0xf2, 0x81, 0x40, 0xd8, 0x7c, 0x1a, 0x88, 0xff, 0x59, 0xd8, 0x8c, 0xad, 0x16, 0xc2, 0x0f, 0x4b, 0x40, 0xc5, 0x7e, 0x67, 0x15, 0xf5, 0xda, 0x15, 0xb6, 0x11, 0x52, 0x74, 0x75, 0xc5, 0x48, 0x43, 0x43, 0x84, 0x1c, 0x3a, 0x14, 0x57, 0x30, 0x41, 0x2e, 0xa2, 0x2e, 0x0c, 0x12, 0x31, 0x06, 0x98, 0x8d, 0x67, 0x1c, 0x22, 0xf7, 0xf3, 0x06, 0xb9, 0x36, 0x98, 0x75, 0xbd, 0xcc, 0x5b, 0x77, 0x59, 0x69, 0x80, 0x3f, 0xfb, 0xb3, 0x3f, 0x6b, 0x84, 0xd5, 0x3f, 0xf1, 0xc4, 0xdf, 0xdc, 0xdc, 0x8c, 0x6d, 0x49, 0x9d, 0x2c, 0x9f, 0x95, 0x90, 0xfa, 0x41, 0x8c, 0x91, 0xeb, 0x3b, 0xaa, 0xbe, 0xbc, 0xb9, 0xce, 0x19, 0xf6, 0x37, 0x97, 0xe2, 0x3c, 0xfc, 0x36, 0xc2, 0xbc, 0x73, 0xe7, 0xce, 0x91, 0xa9, 0xa9, 0x29, 0xfa, 0xb9, 0xae, 0x2e, 0x42, 0xb6, 0x6d, 0xab, 0x23, 0xc7, 0x8e, 0x25, 0x02, 0x09, 0x3b, 0x1f, 0x9c, 0x1f, 0xa4, 0x39, 0x18, 0x04, 0x42, 0x7b, 0x2a, 0x88, 0xf8, 0x1d, 0x1b, 0xcc, 0x2e, 0x8d, 0x82, 0x86, 0xb1, 0x64, 0x04, 0xd7, 0x11, 0x55, 0x41, 0xa2, 0xd5, 0xc6, 0x00, 0x80, 0xe7, 0xee, 0x87, 0x55, 0x0b, 0xfb, 0xbc, 0x6b, 0xd7, 0x2e, 0xb2, 0x73, 0xe7, 0x0e, 0x8a, 0xb3, 0x75, 0xbd, 0x94, 0xcd, 0xe7, 0xcd, 0x82, 0xfe, 0xe4, 0x91, 0x42, 0x79, 0xfe, 0x94, 0x59, 0xe4, 0xf3, 0xcf, 0xdd, 0xec, 0xa2, 0xb0, 0xbe, 0xa9, 0x7e, 0xfd, 0xb8, 0x30, 0xa1, 0x64, 0x76, 0x76, 0x96, 0xfc, 0xe8, 0x47, 0x3f, 0x26, 0x03, 0x03, 0x03, 0x74, 0x77, 0x4b, 0x4b, 0x14, 0x34, 0x41, 0x14, 0xf6, 0x1b, 0x39, 0x88, 0x3a, 0x0c, 0xf1, 0x07, 0x6b, 0x0e, 0x96, 0x71, 0x3a, 0x37, 0x97, 0xa5, 0xf9, 0xcb, 0x11, 0xdd, 0xff, 0x7c, 0x68, 0x08, 0x9b, 0x5c, 0x29, 0x17, 0x96, 0x15, 0x66, 0xdb, 0x6c, 0x91, 0x4f, 0x7d, 0xea, 0x53, 0x35, 0xdf, 0xf9, 0xce, 0x77, 0x92, 0xab, 0x9a, 0x01, 0x40, 0x12, 0xdc, 0xcd, 0xb8, 0xb6, 0xab, 0xab, 0x8b, 0x5c, 0x7b, 0xed, 0x35, 0x34, 0xe2, 0xaf, 0xc4, 0xb2, 0xbd, 0x04, 0x84, 0x56, 0xfa, 0xdf, 0xcc, 0x79, 0xd4, 0x32, 0x37, 0x9f, 0x76, 0xdc, 0x5e, 0xf5, 0x75, 0x64, 0xef, 0xde, 0x3b, 0xc8, 0xc8, 0xc8, 0x08, 0x89, 0xc7, 0xad, 0xac, 0xc2, 0xd6, 0xd6, 0x4a, 0x90, 0xca, 0x8b, 0x45, 0xe0, 0xfc, 0x30, 0x9a, 0xc3, 0x3a, 0x46, 0xd7, 0x31, 0xf5, 0x11, 0x5d, 0xa1, 0x19, 0x30, 0xce, 0x2b, 0x02, 0xef, 0x01, 0x89, 0x5d, 0xb7, 0xf3, 0x0c, 0xac, 0xc4, 0xfa, 0x88, 0x13, 0x24, 0xb7, 0xb0, 0xb0, 0x80, 0x30, 0x68, 0xd9, 0x18, 0x40, 0x2f, 0x4c, 0xc2, 0x99, 0xfd, 0x6c, 0x1b, 0x19, 0x40, 0x4e, 0x76, 0x5e, 0x72, 0x42, 0x34, 0x57, 0x86, 0xf8, 0x57, 0x63, 0xf3, 0x69, 0x9e, 0x2a, 0x9b, 0x9a, 0x9a, 0x48, 0x4f, 0x4f, 0x8f, 0x03, 0x91, 0xaa, 0xab, 0x35, 0xc7, 0x19, 0x20, 0x2e, 0xba, 0xbd, 0xb8, 0xfb, 0xac, 0xb9, 0x82, 0xe0, 0x63, 0xbc, 0xc7, 0xba, 0xc7, 0x38, 0x76, 0x00, 0x57, 0x22, 0x51, 0x79, 0x0f, 0xa6, 0x58, 0x96, 0x06, 0xed, 0x00, 0x56, 0x26, 0xdd, 0x6e, 0x95, 0xb4, 0xac, 0x86, 0x70, 0xa1, 0x46, 0xf0, 0x5a, 0x07, 0xb4, 0xd5, 0xd5, 0x09, 0x09, 0xe7, 0xc9, 0xf9, 0x84, 0xc7, 0xd7, 0x5e, 0x42, 0xec, 0x10, 0x0e, 0xa2, 0x98, 0x21, 0x49, 0x5a, 0xf0, 0xfb, 0x07, 0x13, 0x5a, 0xa9, 0xdb, 0x8b, 0x16, 0x75, 0x9f, 0xdc, 0xee, 0xca, 0xca, 0x18, 0xa9, 0xad, 0xb1, 0xfa, 0x80, 0x20, 0xa6, 0x5e, 0xbb, 0x76, 0x2d, 0x71, 0xe7, 0x40, 0x34, 0xdf, 0x00, 0xb8, 0x52, 0x40, 0x22, 0xfe, 0xd4, 0x08, 0x83, 0x16, 0x17, 0xdd, 0x99, 0x75, 0xe5, 0x3d, 0x98, 0x2e, 0x0c, 0x8a, 0x10, 0x96, 0x15, 0x26, 0xce, 0x06, 0x83, 0x36, 0xa8, 0x5f, 0xd5, 0x0c, 0x60, 0xd7, 0x6e, 0xa9, 0xe1, 0xec, 0x01, 0x4f, 0x03, 0xea, 0x42, 0x18, 0x60, 0xd5, 0xf5, 0xdf, 0xcd, 0x93, 0xf8, 0x57, 0xaa, 0xff, 0x6e, 0x8d, 0x51, 0xeb, 0x32, 0x80, 0x26, 0xba, 0x15, 0x2d, 0x9b, 0x5e, 0x0b, 0x49, 0xd4, 0x6a, 0xc2, 0x0e, 0x0b, 0x89, 0xac, 0x88, 0x50, 0x5d, 0x98, 0x0b, 0x30, 0x7d, 0x24, 0x91, 0xc1, 0x97, 0x48, 0x8c, 0xac, 0x6c, 0x89, 0xc4, 0xbc, 0x19, 0x00, 0x24, 0x4c, 0x1d, 0xe0, 0x35, 0xdd, 0x95, 0x40, 0x95, 0xc2, 0x43, 0xe1, 0x89, 0xff, 0xc7, 0x3f, 0xba, 0x40, 0x7e, 0xfa, 0xda, 0x88, 0x8f, 0xe7, 0x40, 0x27, 0xb5, 0xb5, 0xd1, 0x70, 0x04, 0x1b, 0x68, 0x90, 0x47, 0x68, 0x22, 0xb6, 0x2c, 0xd1, 0xf3, 0x05, 0x3c, 0x35, 0x35, 0x15, 0xa4, 0x22, 0xaa, 0x85, 0xd7, 0x34, 0x3e, 0xce, 0x8e, 0x86, 0x86, 0x4a, 0x91, 0x80, 0x0a, 0xe8, 0xce, 0x8e, 0x15, 0xd7, 0xea, 0xeb, 0x2b, 0xc8, 0x96, 0xad, 0x4d, 0x4e, 0xd5, 0x05, 0x3f, 0x06, 0x31, 0x14, 0x25, 0xc7, 0x19, 0x31, 0x21, 0x03, 0xe4, 0x9b, 0xde, 0x18, 0x84, 0xf3, 0x03, 0x09, 0xc9, 0xf1, 0x04, 0xa5, 0x03, 0x89, 0x9f, 0xee, 0x62, 0x39, 0x01, 0xa6, 0x37, 0x1e, 0x88, 0x2c, 0xf3, 0x5c, 0x40, 0xde, 0x0c, 0x90, 0xc9, 0x64, 0x84, 0x82, 0x53, 0x62, 0xe7, 0x15, 0xf1, 0x6e, 0x5f, 0xfa, 0xb7, 0x21, 0xf2, 0xf7, 0xdf, 0x7a, 0x8b, 0x94, 0x47, 0x61, 0xe3, 0xe1, 0xcf, 0xef, 0x22, 0x0f, 0x3d, 0xb2, 0x2b, 0x67, 0xf3, 0x69, 0x07, 0x4f, 0xdb, 0x6d, 0x87, 0x5c, 0x38, 0x41, 0x3c, 0x49, 0xed, 0xc5, 0x84, 0x3d, 0x07, 0x69, 0x05, 0xc6, 0x00, 0x71, 0x3e, 0x24, 0xda, 0x0c, 0xf0, 0x04, 0xb1, 0x64, 0x25, 0x29, 0x1e, 0x68, 0xb9, 0xe7, 0x02, 0xf2, 0x66, 0x00, 0x54, 0x51, 0x2c, 0xce, 0x23, 0x67, 0xa8, 0xb1, 0x1d, 0x67, 0xd3, 0xdc, 0x9c, 0x00, 0x83, 0x6c, 0xd1, 0xf3, 0xd0, 0xd8, 0x6c, 0x66, 0xd8, 0xb1, 0xb8, 0x98, 0x56, 0x40, 0x27, 0x3d, 0xef, 0xf3, 0xa8, 0xef, 0x4b, 0xa7, 0x21, 0x05, 0xaa, 0xd0, 0x83, 0xfc, 0xce, 0x13, 0x09, 0x09, 0x37, 0x82, 0xce, 0x81, 0x1d, 0xd4, 0xab, 0xc9, 0xb9, 0xb3, 0x89, 0x70, 0xcd, 0xa7, 0x7d, 0x34, 0x80, 0xc5, 0x00, 0x5a, 0x81, 0x38, 0x9f, 0x87, 0x4f, 0xb9, 0x21, 0x91, 0x13, 0x0e, 0x11, 0x4f, 0xe5, 0xb4, 0x79, 0x04, 0xad, 0xa5, 0x69, 0x2b, 0x1a, 0x11, 0x9a, 0x37, 0x03, 0xf0, 0x56, 0x7a, 0xae, 0x50, 0x63, 0x96, 0x6f, 0x7b, 0xe7, 0x9d, 0xeb, 0xc8, 0xf6, 0xed, 0x6b, 0x02, 0x7a, 0x6f, 0xa9, 0xcb, 0x7a, 0xab, 0xfe, 0xa6, 0xaa, 0x5e, 0x26, 0x7f, 0x5e, 0xce, 0x1e, 0x5f, 0xf9, 0x74, 0x84, 0x61, 0xd5, 0xd1, 0x54, 0xe7, 0x61, 0xfb, 0x66, 0x66, 0x66, 0xc9, 0xf3, 0xcf, 0x9f, 0x21, 0x13, 0x13, 0x9b, 0x05, 0x8f, 0x0a, 0x12, 0x3e, 0xad, 0xd7, 0x33, 0x39, 0x0d, 0xb8, 0x39, 0x42, 0xab, 0xae, 0x55, 0x57, 0x57, 0xd3, 0x6c, 0x2b, 0x9e, 0x98, 0xc4, 0xc6, 0x73, 0xc4, 0xae, 0x76, 0x97, 0x2f, 0x61, 0xe7, 0x0f, 0x89, 0x1c, 0x08, 0x34, 0x9b, 0x0e, 0x2c, 0x90, 0xeb, 0x68, 0x2d, 0xfb, 0x18, 0x14, 0xa6, 0xfc, 0x6c, 0xf0, 0xaa, 0x87, 0x40, 0x68, 0xa5, 0x33, 0x0e, 0x0e, 0x2a, 0x3a, 0xcb, 0xbb, 0xc4, 0x58, 0xd9, 0xf1, 0x62, 0x1a, 0xba, 0xb9, 0xd2, 0x63, 0x65, 0x08, 0xbd, 0x14, 0x3d, 0xbe, 0x34, 0xa7, 0x0a, 0x82, 0xff, 0xf7, 0xac, 0x0c, 0x36, 0xb1, 0xf3, 0x22, 0x2d, 0xe1, 0x38, 0x9b, 0x20, 0x3f, 0xff, 0xe9, 0x21, 0x9a, 0x65, 0xb5, 0xb6, 0x65, 0x2d, 0x0d, 0x26, 0xb5, 0x3a, 0xb4, 0x68, 0x92, 0x4d, 0x14, 0x13, 0x04, 0x07, 0x32, 0x80, 0x2a, 0xc1, 0xde, 0xdf, 0x26, 0x28, 0x0c, 0x12, 0xc9, 0x36, 0x80, 0xaf, 0x47, 0x4b, 0x76, 0x83, 0x46, 0xf4, 0x15, 0x8d, 0x08, 0x2d, 0x08, 0x02, 0x89, 0x2f, 0x4b, 0xf3, 0xb5, 0x01, 0x12, 0x42, 0xe3, 0x09, 0x63, 0x09, 0x08, 0x3d, 0x48, 0x73, 0xe4, 0x4f, 0xe8, 0xcb, 0xd7, 0xe3, 0xcb, 0xbf, 0xac, 0x3a, 0x12, 0x34, 0xeb, 0xbd, 0xcb, 0xa7, 0x18, 0xb2, 0xca, 0xcd, 0x99, 0x4c, 0x96, 0x18, 0x19, 0xc3, 0x0d, 0x29, 0xb0, 0x9d, 0x08, 0xac, 0xf4, 0x23, 0xce, 0xc6, 0x5b, 0x55, 0x2d, 0x5c, 0x06, 0xc8, 0x66, 0x4b, 0x93, 0x05, 0x16, 0xa4, 0x39, 0x58, 0xa5, 0x73, 0xb9, 0x57, 0x98, 0xca, 0x20, 0xe6, 0x4b, 0x53, 0x2a, 0x4a, 0xa3, 0xac, 0x6e, 0x06, 0xc0, 0xa2, 0xb3, 0x62, 0xb6, 0x95, 0xae, 0xc4, 0x76, 0xbc, 0x06, 0x60, 0xf9, 0xb6, 0x85, 0x10, 0x7a, 0x21, 0x50, 0x47, 0x26, 0xf2, 0xd5, 0x48, 0xe8, 0x72, 0x33, 0x3b, 0xbe, 0x71, 0x84, 0x53, 0x73, 0x9f, 0x83, 0x40, 0xd8, 0x67, 0xeb, 0x5d, 0xb7, 0xde, 0x40, 0x46, 0x47, 0xc6, 0x48, 0x45, 0xb4, 0x82, 0x12, 0x3a, 0xd5, 0xc0, 0x11, 0xab, 0xdc, 0xa0, 0x66, 0x43, 0x21, 0xe6, 0x0a, 0x5d, 0x58, 0x58, 0x70, 0x18, 0x20, 0x57, 0xf4, 0x67, 0xee, 0xe8, 0xd0, 0xdc, 0x9a, 0x83, 0x55, 0xd5, 0x90, 0x35, 0x80, 0xca, 0x20, 0xe6, 0x91, 0x82, 0x6e, 0x37, 0xd1, 0xbb, 0x6c, 0x18, 0xc0, 0x53, 0x74, 0x36, 0x48, 0x03, 0xd8, 0xcd, 0xe7, 0x10, 0x02, 0x89, 0x31, 0xf2, 0xcb, 0x43, 0xe8, 0x4b, 0xd7, 0xcc, 0xae, 0x50, 0x42, 0xcf, 0xdd, 0x56, 0x09, 0xbd, 0x36, 0xae, 0x06, 0x10, 0x73, 0x6c, 0xeb, 0x6a, 0x6b, 0x49, 0x1d, 0xd7, 0x79, 0xc5, 0xc5, 0xd4, 0xa6, 0x33, 0xa5, 0xcf, 0x0c, 0x61, 0x64, 0x00, 0xcb, 0x13, 0xa4, 0x05, 0x66, 0x8a, 0x15, 0x0a, 0x89, 0xe4, 0x40, 0x3a, 0x47, 0x03, 0xc8, 0x11, 0xa1, 0xaa, 0x80, 0x38, 0xd3, 0x14, 0x6c, 0x00, 0xe6, 0x49, 0xbc, 0x2c, 0xdc, 0xa0, 0x72, 0xdd, 0x7d, 0x5f, 0x1b, 0xc0, 0x94, 0x2b, 0x2e, 0x18, 0xcb, 0x4a, 0xe8, 0xb9, 0x7b, 0x7c, 0x91, 0x1c, 0x70, 0xc9, 0xff, 0x7b, 0x5e, 0x42, 0xd7, 0x88, 0x58, 0x05, 0x3a, 0xa8, 0xad, 0x52, 0x30, 0xd3, 0x58, 0x21, 0xc2, 0xd6, 0x0d, 0x25, 0x93, 0x58, 0x4f, 0xc7, 0xf4, 0xe0, 0x7c, 0x8f, 0x2b, 0x14, 0x1f, 0x40, 0x84, 0x08, 0x1a, 0x20, 0xd8, 0x13, 0x54, 0xfa, 0xc4, 0x78, 0x14, 0x72, 0x94, 0x01, 0x12, 0xb9, 0xdd, 0xa0, 0xcc, 0x73, 0x65, 0xd2, 0xfb, 0xd5, 0x57, 0x34, 0x31, 0xbe, 0x10, 0x2f, 0x90, 0xd8, 0x7a, 0xc8, 0xa7, 0xff, 0x2e, 0x76, 0x5d, 0xc1, 0x6a, 0xc1, 0xd6, 0x4b, 0x25, 0x82, 0x11, 0x7c, 0x79, 0x10, 0xba, 0xe6, 0xd3, 0xc0, 0xc2, 0x54, 0xd4, 0xf5, 0x37, 0x15, 0xd7, 0x29, 0x96, 0x52, 0x0f, 0x6b, 0x5c, 0x5b, 0x10, 0xc8, 0xd2, 0x02, 0xe8, 0x52, 0x45, 0x21, 0x82, 0x93, 0x6b, 0x3c, 0xe1, 0xb3, 0x5e, 0xc6, 0xc8, 0x18, 0xac, 0xe2, 0x32, 0x4f, 0x94, 0xf2, 0x6c, 0x70, 0x3e, 0x15, 0xe0, 0xf2, 0x85, 0x44, 0x6e, 0xad, 0x7f, 0x4d, 0x80, 0xbd, 0x41, 0x6e, 0xd0, 0x2c, 0x8b, 0x08, 0xa5, 0xcd, 0xb6, 0xc5, 0xd2, 0x28, 0x97, 0xc3, 0x3c, 0x80, 0xd8, 0x7c, 0x4e, 0x72, 0x83, 0x32, 0x82, 0x64, 0xfe, 0x60, 0x7c, 0x91, 0xd1, 0x68, 0x44, 0xa8, 0x09, 0x59, 0x38, 0xa1, 0x87, 0x37, 0x72, 0xfd, 0x99, 0x4d, 0x0b, 0xc8, 0xe7, 0xe5, 0xbf, 0x6f, 0x04, 0x34, 0xb0, 0x20, 0x0a, 0x42, 0x27, 0x8a, 0x26, 0x78, 0x26, 0xf1, 0xeb, 0xc3, 0xeb, 0x57, 0xc6, 0xd0, 0x72, 0x5d, 0xba, 0x0c, 0x80, 0xae, 0x64, 0xc6, 0x00, 0xe3, 0xe3, 0x93, 0xe4, 0xfc, 0xd9, 0x41, 0xea, 0xe9, 0x69, 0x6a, 0x6a, 0xa4, 0xf5, 0x36, 0x6b, 0x6a, 0xaa, 0xc5, 0xde, 0x5b, 0xba, 0xe8, 0x0a, 0xb5, 0x68, 0x4b, 0x2b, 0x51, 0x16, 0x98, 0x3f, 0x03, 0x09, 0x46, 0x70, 0xe0, 0x04, 0xba, 0xe9, 0x54, 0xe6, 0xb3, 0xfa, 0x8c, 0x45, 0x56, 0xb4, 0x3e, 0x68, 0x21, 0x46, 0xb0, 0xaf, 0x0d, 0x60, 0x18, 0x59, 0xce, 0x03, 0x94, 0xb6, 0x5f, 0x80, 0x21, 0x69, 0x87, 0xa5, 0x23, 0xf4, 0xe0, 0x4e, 0x2b, 0xee, 0x2b, 0x10, 0x09, 0x37, 0x77, 0x97, 0x47, 0xb9, 0x35, 0x50, 0x90, 0xe6, 0xf0, 0x36, 0xa4, 0x30, 0x43, 0x75, 0x90, 0xe4, 0xbf, 0x6f, 0xb9, 0x37, 0xb3, 0x0e, 0xa4, 0x60, 0xbe, 0xf3, 0xa3, 0x87, 0x8f, 0xd1, 0xb9, 0x84, 0xd6, 0xb6, 0x16, 0xae, 0xeb, 0x8a, 0x3d, 0xb7, 0x60, 0xba, 0x51, 0xf6, 0xa2, 0x06, 0x30, 0x85, 0xd9, 0xe0, 0xa5, 0x4a, 0x8c, 0xe7, 0xe7, 0x01, 0xfc, 0x2a, 0x54, 0x30, 0x68, 0x64, 0xda, 0xf6, 0xa0, 0x69, 0x1b, 0xc1, 0xbc, 0x06, 0x58, 0xf5, 0x6e, 0x50, 0x22, 0x37, 0x9e, 0xa0, 0x0f, 0xd7, 0x9b, 0x61, 0xc5, 0x54, 0xa1, 0x55, 0x74, 0xd6, 0xcf, 0x85, 0x99, 0x9b, 0xd0, 0xd5, 0xa5, 0xc2, 0xfd, 0x25, 0xb2, 0xb7, 0x7e, 0x8f, 0xdb, 0x62, 0xc8, 0x6f, 0x02, 0xca, 0xdf, 0x00, 0xe6, 0x99, 0x55, 0xee, 0xd1, 0xe5, 0x65, 0x02, 0xaf, 0x2d, 0xa0, 0x22, 0x74, 0xcd, 0x53, 0x6e, 0x45, 0x86, 0x48, 0x56, 0x88, 0x89, 0xe1, 0x68, 0x52, 0xd3, 0x9e, 0x43, 0xe8, 0xeb, 0xef, 0x25, 0xa7, 0x4f, 0x9e, 0xb3, 0x88, 0x1f, 0x61, 0x90, 0xed, 0x4e, 0xe4, 0x83, 0xcb, 0x34, 0xa9, 0xff, 0xae, 0x17, 0x02, 0xe5, 0x47, 0xd8, 0x61, 0xa3, 0x43, 0x91, 0x86, 0xf1, 0x9a, 0x11, 0xea, 0x2e, 0x2c, 0x64, 0x49, 0x75, 0x75, 0xd4, 0x4b, 0xfc, 0x82, 0x1b, 0x94, 0x19, 0xc1, 0xfa, 0xe5, 0xe5, 0x06, 0xe5, 0xad, 0xf4, 0xa0, 0x50, 0x08, 0xd6, 0x7a, 0x14, 0xe7, 0x65, 0x78, 0xf7, 0x28, 0xaf, 0xea, 0xfd, 0x0d, 0x62, 0xcd, 0xa7, 0x54, 0xb8, 0xbf, 0x14, 0x15, 0x13, 0xe2, 0xfd, 0x6a, 0xf7, 0x9b, 0x3e, 0x36, 0x47, 0x78, 0xcd, 0xc1, 0x57, 0x66, 0x53, 0x1d, 0xe3, 0xcf, 0x90, 0x9a, 0xb2, 0x76, 0xbf, 0x78, 0xac, 0x4b, 0x14, 0x8e, 0x06, 0xe0, 0x3c, 0x41, 0x3d, 0x1b, 0xd6, 0x93, 0xee, 0xf5, 0x5d, 0x64, 0x6e, 0x6e, 0xde, 0x6a, 0x3e, 0x01, 0x50, 0x87, 0xc1, 0x4b, 0xf6, 0xfb, 0xb2, 0x0d, 0xe0, 0x1f, 0x0e, 0x51, 0xfa, 0xe8, 0x50, 0xfc, 0x59, 0x0c, 0x89, 0xc6, 0x0a, 0x15, 0x8c, 0x01, 0xd4, 0x6e, 0x50, 0x97, 0x19, 0xa2, 0x91, 0x28, 0xd5, 0x00, 0x78, 0x3d, 0x36, 0x9d, 0x2c, 0x2b, 0x03, 0xe8, 0xc5, 0x68, 0x00, 0x7c, 0xd0, 0xbc, 0x17, 0x88, 0x0f, 0x85, 0x60, 0x36, 0x00, 0xdf, 0x78, 0x82, 0xc7, 0xd8, 0xcc, 0x2d, 0xea, 0xfe, 0x4d, 0x6c, 0xdf, 0xc9, 0x4b, 0x52, 0xd6, 0xfa, 0x53, 0x6e, 0x4f, 0xca, 0xda, 0x88, 0x5a, 0x04, 0xc0, 0xef, 0xf3, 0x42, 0x2a, 0xbe, 0xfd, 0xa7, 0x3c, 0x17, 0xe0, 0x9e, 0x5f, 0xdd, 0xd6, 0x94, 0xff, 0x1d, 0xf1, 0xba, 0xc5, 0x73, 0x89, 0x9f, 0xdd, 0x6e, 0x31, 0xaa, 0x73, 0xcb, 0xf7, 0xe7, 0x3e, 0x17, 0x96, 0x25, 0xe5, 0x6d, 0x3e, 0xc7, 0xa2, 0x27, 0xb1, 0xe3, 0x22, 0x62, 0x7f, 0x4a, 0xfc, 0xb4, 0xff, 0xae, 0xab, 0x4d, 0x75, 0x4d, 0x2e, 0x37, 0x68, 0x28, 0x13, 0x62, 0xbc, 0x09, 0x30, 0xfe, 0xc9, 0x30, 0x2c, 0x7d, 0x31, 0x57, 0xc2, 0x8c, 0x3c, 0x17, 0x10, 0xec, 0x0a, 0x35, 0x08, 0xab, 0x77, 0xca, 0xdc, 0xa1, 0x36, 0x73, 0x54, 0xdc, 0x7b, 0xef, 0xbd, 0x55, 0xab, 0x56, 0x03, 0xc8, 0x6e, 0x50, 0xbf, 0x06, 0xd4, 0xec, 0x21, 0x30, 0xf7, 0x98, 0x5f, 0xa7, 0x15, 0xaf, 0x3b, 0x50, 0x9d, 0xe4, 0x1e, 0x4e, 0x73, 0x10, 0x01, 0x86, 0xa8, 0x35, 0x87, 0xba, 0xc4, 0x61, 0x3e, 0x9a, 0x43, 0x95, 0xba, 0x10, 0xa6, 0xc2, 0x73, 0x58, 0x3b, 0xc3, 0xf2, 0x8d, 0xdb, 0x1a, 0x20, 0x9e, 0x0e, 0xec, 0xb8, 0xc2, 0xdc, 0x8a, 0xec, 0xe7, 0x83, 0x03, 0xe2, 0x8a, 0x0f, 0x7b, 0x0e, 0x82, 0x44, 0xee, 0x5c, 0x40, 0x5a, 0x80, 0x3c, 0x6a, 0x3a, 0xc2, 0x5e, 0x61, 0x11, 0x47, 0xe3, 0xe1, 0x3d, 0xb3, 0x82, 0xc6, 0xc9, 0x64, 0x12, 0x85, 0xec, 0xc2, 0x6a, 0x35, 0x82, 0x73, 0x43, 0x20, 0x53, 0x6d, 0x03, 0xf8, 0xf7, 0xc6, 0x35, 0x3d, 0x4d, 0x27, 0x64, 0x48, 0xe4, 0x85, 0x3a, 0x32, 0xde, 0x17, 0x9b, 0xbd, 0xc9, 0x4c, 0x10, 0xc6, 0x25, 0xca, 0x8c, 0xb7, 0xb0, 0x36, 0x07, 0x6f, 0xf0, 0xaa, 0x6c, 0x01, 0xf9, 0x3e, 0x45, 0xe6, 0xd5, 0x7c, 0x60, 0x90, 0x49, 0x8d, 0x60, 0xa6, 0x01, 0xf8, 0x0c, 0x2b, 0xbc, 0x3e, 0x2c, 0x39, 0x88, 0x85, 0xb1, 0x50, 0x03, 0xd4, 0xd6, 0xd6, 0xd0, 0x9a, 0x9b, 0x96, 0x11, 0xac, 0x76, 0x83, 0x5a, 0x15, 0xaa, 0xf5, 0x12, 0xe0, 0xfc, 0xdc, 0x90, 0xc8, 0x12, 0x76, 0xa6, 0xf5, 0xee, 0xcd, 0x9c, 0xde, 0x44, 0x3a, 0x67, 0x61, 0xd5, 0x08, 0xb5, 0x66, 0x83, 0xe7, 0xe6, 0xe6, 0xe8, 0xdf, 0xd2, 0xe9, 0x34, 0xd2, 0xd8, 0xa5, 0xcb, 0xc4, 0x08, 0xd6, 0x3c, 0x33, 0x7c, 0x26, 0x7b, 0x08, 0xc4, 0xad, 0xba, 0x9c, 0x9b, 0xd0, 0xd5, 0xee, 0x45, 0xde, 0x6d, 0xa9, 0xf2, 0x22, 0xc9, 0xbe, 0x78, 0x55, 0xaf, 0x2e, 0x51, 0x73, 0xf8, 0x79, 0x70, 0x34, 0x92, 0xbb, 0xd3, 0x8a, 0x6a, 0x3e, 0x40, 0xd5, 0x4c, 0xc3, 0xf4, 0x0d, 0xb5, 0xb0, 0x18, 0x4c, 0x6d, 0x0b, 0x20, 0x51, 0x24, 0x93, 0xf3, 0x74, 0x0e, 0x05, 0xbd, 0x37, 0xbc, 0x17, 0x08, 0xc7, 0xc9, 0x81, 0xd3, 0xb4, 0xed, 0x10, 0xd6, 0xdb, 0xb4, 0x6c, 0x80, 0x0a, 0x92, 0x4e, 0x55, 0x70, 0x5d, 0x57, 0x4c, 0x27, 0xc1, 0xc4, 0x35, 0x82, 0xcd, 0x1c, 0x78, 0xbf, 0xf0, 0x2c, 0x30, 0xf9, 0x18, 0x77, 0x2e, 0x20, 0x1d, 0x8c, 0x22, 0x88, 0x0d, 0x29, 0x23, 0x2e, 0xfc, 0x61, 0x10, 0x48, 0xa6, 0xb1, 0x55, 0xc5, 0x00, 0xf0, 0x50, 0xb5, 0xbf, 0xfa, 0xab, 0xbf, 0xaa, 0x63, 0xd2, 0xc5, 0x5b, 0x7b, 0x3f, 0xeb, 0xd3, 0x78, 0xc2, 0xbf, 0x39, 0xb3, 0x9f, 0x27, 0xc4, 0xdb, 0x75, 0xd1, 0x1f, 0x3e, 0xf9, 0x33, 0x94, 0xe8, 0x75, 0x51, 0x33, 0x81, 0xac, 0x39, 0xbc, 0xd2, 0x3a, 0xc8, 0x78, 0xe5, 0x3d, 0x3e, 0xe1, 0xb5, 0x8c, 0xf5, 0x19, 0x24, 0x1d, 0x3c, 0xa7, 0x79, 0xbb, 0x0f, 0xef, 0x1c, 0x25, 0x7e, 0xc6, 0xb0, 0x91, 0x48, 0x95, 0x60, 0x4b, 0x51, 0xef, 0x43, 0x53, 0x03, 0xd1, 0x07, 0x75, 0xbb, 0xe3, 0x0a, 0x3c, 0x6b, 0xc3, 0xae, 0xab, 0x6f, 0xba, 0x5d, 0x57, 0xbc, 0x6d, 0x87, 0x8c, 0xd0, 0xa1, 0x10, 0xf9, 0x42, 0x22, 0x59, 0x73, 0x30, 0xb8, 0x9b, 0x08, 0x60, 0x00, 0x06, 0x8d, 0xc4, 0x78, 0x20, 0x91, 0x69, 0x57, 0x2d, 0x03, 0x7c, 0xf9, 0xcb, 0x5f, 0xae, 0x89, 0xd8, 0xac, 0x8a, 0x0f, 0xd5, 0xb2, 0xde, 0x89, 0xba, 0xff, 0x6e, 0x42, 0x5d, 0x75, 0x39, 0x7c, 0xbd, 0x7c, 0x53, 0x70, 0x97, 0x86, 0xd5, 0x1c, 0x41, 0xfe, 0xfa, 0x20, 0x69, 0xed, 0xdf, 0xc0, 0x42, 0xcb, 0xe9, 0x45, 0x52, 0x43, 0x1c, 0xd5, 0xf5, 0x61, 0x83, 0xba, 0x04, 0x6d, 0x52, 0x87, 0x44, 0xbf, 0xb0, 0x90, 0x92, 0x08, 0x4d, 0xe3, 0x8c, 0x42, 0xc3, 0x79, 0x8e, 0x4c, 0xa8, 0xb4, 0xb5, 0xb7, 0x90, 0x86, 0xc6, 0x9b, 0xc8, 0xcc, 0xd4, 0x0c, 0xf5, 0x9e, 0xc4, 0xaa, 0x63, 0xb4, 0x0d, 0x29, 0x5f, 0x49, 0x4a, 0xd7, 0xd5, 0x46, 0x70, 0xa9, 0x70, 0xbe, 0x7c, 0x1e, 0xfe, 0xd4, 0x0e, 0x03, 0x24, 0xc2, 0x45, 0x84, 0xba, 0x93, 0x61, 0xba, 0x3c, 0x17, 0xd0, 0xb0, 0x5a, 0x35, 0x40, 0xbd, 0x47, 0xfa, 0x3b, 0xc4, 0xaf, 0x2e, 0x3b, 0x8e, 0xc2, 0x28, 0x57, 0x93, 0x09, 0x95, 0x44, 0xf7, 0x23, 0x38, 0x2f, 0xa3, 0xc8, 0x38, 0x5a, 0xf6, 0xd7, 0x8b, 0xd2, 0x3a, 0xcc, 0xb5, 0xf0, 0x3d, 0x7d, 0xdd, 0xce, 0x2c, 0xb9, 0xe7, 0x0c, 0xe4, 0x1e, 0xc2, 0xb8, 0xc6, 0x89, 0xaa, 0x78, 0x3c, 0x41, 0xa6, 0xa6, 0x90, 0xf0, 0xe3, 0x42, 0x3b, 0xd2, 0xa0, 0x19, 0x5a, 0x55, 0xc5, 0x65, 0x1c, 0xd8, 0x71, 0xa5, 0xaa, 0xa3, 0xcd, 0xc3, 0x58, 0x8c, 0x98, 0x34, 0x29, 0xc7, 0xd6, 0x82, 0x52, 0x5a, 0x5e, 0xe9, 0x8d, 0xf9, 0x42, 0x22, 0x76, 0xac, 0x1b, 0x0f, 0x94, 0xf1, 0x9d, 0x03, 0x10, 0x1d, 0x0c, 0x16, 0x5b, 0x44, 0xf4, 0xc8, 0x8a, 0xf5, 0x0a, 0xcb, 0x8b, 0x01, 0xf8, 0xc6, 0x13, 0xcc, 0x77, 0x6b, 0x2a, 0x5c, 0xa0, 0x96, 0x1a, 0x14, 0x9b, 0xcf, 0xb9, 0x4d, 0xa0, 0x4d, 0x12, 0x66, 0x66, 0x37, 0x68, 0x92, 0xca, 0x2b, 0xed, 0x79, 0x63, 0xd9, 0xf4, 0x84, 0x28, 0xc8, 0xc7, 0xb8, 0x4c, 0xe0, 0x6f, 0x0b, 0xa8, 0x66, 0x77, 0x83, 0x6c, 0x01, 0x71, 0x76, 0xdb, 0xa0, 0x75, 0xfb, 0x71, 0x49, 0x24, 0xe6, 0x04, 0xcd, 0xa8, 0x8a, 0xcb, 0x09, 0xd3, 0x77, 0xcb, 0xcf, 0x9d, 0x88, 0x24, 0x94, 0xe5, 0x20, 0x90, 0x1c, 0x0c, 0x07, 0x2c, 0xc8, 0xd5, 0xf2, 0x09, 0x67, 0xe4, 0xfa, 0xc3, 0xa1, 0x60, 0x06, 0xc2, 0x56, 0xb3, 0x1e, 0xc3, 0xdd, 0xc7, 0x1b, 0x64, 0x55, 0x88, 0x63, 0x10, 0x48, 0x8c, 0x08, 0x5d, 0xce, 0xc9, 0xb0, 0xbc, 0x35, 0x00, 0x4b, 0xb6, 0xf0, 0xba, 0x40, 0xe5, 0x7c, 0x60, 0x5e, 0x03, 0xa8, 0x5c, 0x9b, 0x41, 0xa1, 0x05, 0xe1, 0x26, 0xa9, 0x64, 0x2f, 0x91, 0xaa, 0x6d, 0x90, 0x68, 0x0b, 0x68, 0x0a, 0xb8, 0x25, 0xdb, 0x1d, 0xde, 0x06, 0x16, 0x7e, 0x8d, 0x32, 0xc4, 0xcf, 0x1a, 0xed, 0xd4, 0x32, 0x3e, 0x3e, 0x43, 0x7b, 0xf0, 0xf2, 0x61, 0x21, 0x61, 0x20, 0x88, 0x7c, 0x88, 0x90, 0x62, 0xc8, 0x11, 0x3f, 0xba, 0x0a, 0xa7, 0x01, 0x02, 0xa1, 0x67, 0x07, 0x3b, 0xae, 0x60, 0x51, 0x32, 0xe6, 0x4d, 0x21, 0xf6, 0xbd, 0x8b, 0x5e, 0x20, 0x6b, 0xee, 0x40, 0x9e, 0x5d, 0xcf, 0x0f, 0xe7, 0x87, 0x83, 0x44, 0x58, 0xe9, 0x83, 0x9f, 0xbc, 0x0b, 0x72, 0x85, 0x32, 0x97, 0x39, 0x1e, 0x13, 0x5d, 0xc1, 0x78, 0xa0, 0x82, 0x20, 0x90, 0xaf, 0x07, 0x48, 0x80, 0x40, 0x29, 0xc1, 0x35, 0x26, 0x63, 0x6c, 0xde, 0xc8, 0xf5, 0xd7, 0x04, 0x9a, 0x52, 0x73, 0xf8, 0xcd, 0x1d, 0x84, 0xb5, 0x05, 0xbc, 0x50, 0x4a, 0x53, 0x10, 0x7a, 0x58, 0x86, 0xb4, 0xa4, 0x3d, 0x12, 0x7d, 0x32, 0xb9, 0x10, 0x42, 0xba, 0x87, 0x33, 0x2a, 0x85, 0x89, 0x30, 0xfb, 0x1a, 0x16, 0xe6, 0x17, 0xc8, 0xcf, 0x5f, 0x3f, 0x44, 0xf1, 0xff, 0xda, 0xe6, 0x35, 0xa4, 0x11, 0x8c, 0x62, 0xea, 0x41, 0x41, 0xe9, 0xc9, 0xa5, 0x3d, 0x32, 0x06, 0xe0, 0x5d, 0xa1, 0xf2, 0x9c, 0x67, 0x3e, 0x90, 0x28, 0xac, 0xe6, 0xa8, 0xac, 0xd4, 0x1d, 0xcf, 0x55, 0xae, 0x3a, 0x4f, 0x4e, 0x21, 0x32, 0x93, 0x38, 0xdd, 0x63, 0x38, 0x57, 0xf4, 0xea, 0xd4, 0x00, 0x98, 0x10, 0xcf, 0x66, 0x46, 0xbd, 0xa1, 0xd0, 0xee, 0x1c, 0x00, 0xcd, 0x61, 0xb5, 0x71, 0xa0, 0x37, 0x1b, 0x4c, 0x8c, 0x92, 0x54, 0xe1, 0x68, 0xaf, 0x3b, 0x51, 0xdd, 0x26, 0x54, 0x0d, 0x83, 0x88, 0x47, 0xc2, 0x07, 0x87, 0x4e, 0xf0, 0xdf, 0x0b, 0x1b, 0x6f, 0x64, 0xe1, 0x6e, 0x6c, 0x3a, 0x7d, 0xf1, 0xe2, 0x04, 0x49, 0xa7, 0xb3, 0x3e, 0x92, 0xbe, 0x70, 0xa3, 0xd2, 0xa3, 0x01, 0x88, 0xd5, 0xdc, 0x23, 0x9b, 0xc9, 0x3a, 0x61, 0x03, 0x78, 0x0f, 0xd9, 0x8c, 0x35, 0x3b, 0x4d, 0xfd, 0xea, 0xb6, 0x46, 0x66, 0xae, 0x50, 0x36, 0xb1, 0x84, 0x31, 0x3a, 0x56, 0xb5, 0x8a, 0xc2, 0x08, 0x3b, 0xd8, 0x26, 0x50, 0x78, 0x81, 0xe2, 0x99, 0x9c, 0x77, 0x4a, 0x35, 0x24, 0x07, 0xa7, 0xf9, 0xc4, 0xf8, 0xe5, 0x2c, 0x8e, 0x95, 0xb7, 0x06, 0x90, 0x6d, 0x00, 0xc1, 0xa8, 0xe1, 0x8a, 0x5c, 0xb9, 0x1a, 0x40, 0xec, 0x77, 0xc5, 0x77, 0x36, 0xf7, 0x1a, 0x98, 0x72, 0xaf, 0x5d, 0xd9, 0xb0, 0x55, 0x87, 0x19, 0x07, 0x35, 0x9c, 0xf6, 0xf7, 0xfd, 0x6b, 0x0a, 0xad, 0x24, 0x13, 0xbd, 0xaa, 0xbd, 0x11, 0xa1, 0x30, 0x67, 0x6c, 0x6c, 0xc2, 0xee, 0xc6, 0xa8, 0x95, 0xdc, 0xcf, 0xce, 0x5a, 0x33, 0xe1, 0x7d, 0x59, 0x79, 0x15, 0x59, 0x52, 0x55, 0x15, 0x21, 0x35, 0x75, 0x35, 0xe4, 0xc6, 0x9b, 0xaf, 0x23, 0xa3, 0x17, 0x2f, 0x39, 0x44, 0x83, 0xe1, 0x10, 0x11, 0x0a, 0x71, 0x50, 0x00, 0xd9, 0xe5, 0x06, 0x6d, 0x4f, 0xd0, 0xe2, 0xe2, 0xa2, 0x33, 0x17, 0xe0, 0x6a, 0xc2, 0xa5, 0x4b, 0x8c, 0x67, 0x1a, 0xc0, 0x2f, 0x31, 0x5e, 0x74, 0x83, 0x72, 0xf1, 0x40, 0xd1, 0x88, 0x60, 0xb8, 0xaf, 0x5a, 0x0d, 0x40, 0xb8, 0xde, 0x5b, 0x9e, 0x38, 0x20, 0x2e, 0xd1, 0x19, 0x47, 0xd2, 0x71, 0x83, 0x6a, 0x0a, 0xe9, 0xee, 0x67, 0x60, 0x6a, 0x81, 0x78, 0x9f, 0x97, 0xe8, 0x61, 0xbb, 0x36, 0xaa, 0x19, 0x4c, 0xf3, 0x25, 0x74, 0xaf, 0xa7, 0xc2, 0xbd, 0x0e, 0x6c, 0x3a, 0x3d, 0x3a, 0x3a, 0xc9, 0x11, 0xbe, 0x1e, 0x5a, 0x82, 0xe6, 0x4b, 0x6c, 0x56, 0x5e, 0x00, 0x32, 0x80, 0x46, 0xe7, 0x02, 0x62, 0x55, 0xd6, 0xbc, 0x00, 0x56, 0xe1, 0xde, 0xb8, 0xa9, 0x56, 0x59, 0x6e, 0xd0, 0x2a, 0x4d, 0x6f, 0xf5, 0xdf, 0xe5, 0x9b, 0x83, 0x5b, 0xb3, 0xc1, 0x1a, 0x29, 0x45, 0xd8, 0x73, 0x90, 0xe6, 0x70, 0x20, 0xd0, 0x6c, 0x3a, 0x90, 0xf8, 0x19, 0x64, 0x76, 0x23, 0x42, 0x3d, 0x1a, 0x60, 0x75, 0xda, 0x00, 0xfc, 0x85, 0x59, 0x1a, 0x40, 0x17, 0xac, 0x7a, 0x36, 0x30, 0x13, 0x0c, 0x8b, 0x4c, 0xe1, 0x83, 0x47, 0xc3, 0x28, 0x57, 0x68, 0x81, 0xd7, 0xcb, 0x22, 0x86, 0x3b, 0xb0, 0xf0, 0x04, 0x7f, 0x63, 0x54, 0x1d, 0x5a, 0x90, 0x0f, 0x83, 0xf1, 0x0c, 0x22, 0x1b, 0xd4, 0x73, 0x73, 0x8b, 0xb4, 0xff, 0xae, 0xd5, 0x86, 0x54, 0x5b, 0xa6, 0x6a, 0x6b, 0x96, 0x1d, 0x90, 0xc9, 0xe8, 0x34, 0x39, 0xbe, 0xa5, 0xad, 0xca, 0xd7, 0x13, 0xe4, 0x3e, 0x7f, 0xb7, 0x1e, 0x10, 0x9f, 0x14, 0x83, 0x1a, 0x00, 0x0b, 0x7f, 0x05, 0xfb, 0xfe, 0x8b, 0x4f, 0x98, 0x71, 0x35, 0x40, 0x26, 0x90, 0xf8, 0x89, 0xe4, 0x36, 0x8f, 0x44, 0xa3, 0x72, 0x6d, 0xa0, 0xcb, 0x43, 0x03, 0x08, 0x5e, 0x20, 0xee, 0x86, 0x98, 0x04, 0x40, 0xec, 0xc9, 0xf2, 0x05, 0xf2, 0x49, 0x0a, 0x11, 0x7d, 0xea, 0x9a, 0x8f, 0x46, 0x30, 0x1d, 0x6c, 0xad, 0x8a, 0xbd, 0xf1, 0xd7, 0x0e, 0xa6, 0xd2, 0x16, 0x60, 0x12, 0x52, 0x2c, 0x64, 0x95, 0xa5, 0x2d, 0x48, 0x27, 0x27, 0xe3, 0xf6, 0xef, 0xe9, 0x25, 0x20, 0xec, 0xf0, 0xd8, 0xdb, 0xe3, 0x0a, 0xb5, 0x2f, 0x1d, 0x67, 0x90, 0x17, 0xe6, 0x17, 0x29, 0xd1, 0xd0, 0xea, 0x10, 0x15, 0x11, 0xc7, 0xeb, 0xa4, 0xea, 0xbf, 0x9b, 0x4a, 0x65, 0x41, 0x28, 0x19, 0x39, 0x88, 0xda, 0x0c, 0x81, 0xf3, 0xcd, 0x40, 0xcd, 0x61, 0x85, 0xad, 0x58, 0x1d, 0x2c, 0x11, 0xba, 0x31, 0xaf, 0x90, 0xb2, 0xdb, 0x0d, 0x57, 0x24, 0x81, 0xc2, 0xb8, 0x88, 0x50, 0xe0, 0xab, 0x7e, 0xb5, 0x6a, 0x00, 0xd1, 0x0d, 0xaa, 0xa9, 0x23, 0x41, 0x93, 0x4e, 0x36, 0x18, 0x1a, 0x6c, 0x51, 0x45, 0xc1, 0x2a, 0xcd, 0x37, 0x0a, 0x53, 0x96, 0xfa, 0x41, 0x49, 0x33, 0xaa, 0xe0, 0x3a, 0xaf, 0x61, 0xab, 0x79, 0x3a, 0xb8, 0xab, 0xae, 0x45, 0x3e, 0xd7, 0xd4, 0xd4, 0x2c, 0xc0, 0x9d, 0x09, 0x3b, 0x46, 0x5d, 0x0b, 0x95, 0x27, 0x5b, 0x6a, 0xa3, 0x52, 0x60, 0x00, 0xfb, 0x76, 0xce, 0x9e, 0x39, 0x4f, 0xce, 0x9f, 0x1d, 0x22, 0xcd, 0x2d, 0x6b, 0x69, 0xff, 0xdd, 0xda, 0xfa, 0x5a, 0x52, 0x5d, 0x1d, 0xb3, 0x62, 0x6b, 0x98, 0x2b, 0x54, 0x4a, 0x34, 0x3f, 0x7a, 0x74, 0x96, 0x9c, 0x3a, 0x65, 0x90, 0xe5, 0x1c, 0xc9, 0x64, 0x86, 0x34, 0x60, 0xa3, 0x0c, 0x5f, 0x8d, 0x65, 0x3a, 0x93, 0xa8, 0x11, 0xdd, 0x13, 0x0b, 0xd4, 0xb0, 0xea, 0x35, 0x80, 0xd7, 0x0d, 0x6a, 0x78, 0xe6, 0x00, 0x50, 0xf5, 0x5a, 0xed, 0x6f, 0x4c, 0x25, 0xb6, 0xe6, 0xfb, 0xf0, 0xf2, 0xf3, 0x02, 0xde, 0xbc, 0x5d, 0x99, 0xc8, 0x35, 0x85, 0x26, 0xf0, 0x83, 0x48, 0x2a, 0x48, 0x24, 0x06, 0xda, 0xf1, 0x11, 0xa3, 0x58, 0x78, 0xea, 0xc2, 0x85, 0x71, 0x3a, 0x81, 0x65, 0x5d, 0xe3, 0xd2, 0xe2, 0xfc, 0xa0, 0x63, 0x9c, 0xee, 0x8b, 0x1c, 0xa6, 0xbe, 0x30, 0x7c, 0xd1, 0xea, 0xb9, 0x6b, 0x58, 0xa9, 0x90, 0xa6, 0x9d, 0x20, 0xcf, 0xd2, 0x22, 0x99, 0x36, 0xe3, 0x35, 0x40, 0x6b, 0x5b, 0x25, 0x59, 0x58, 0xac, 0x5d, 0x36, 0xe2, 0xdf, 0xb8, 0xb1, 0x9e, 0xd4, 0xd5, 0x47, 0x73, 0x84, 0x43, 0x33, 0x86, 0xb5, 0x84, 0x29, 0xcf, 0x00, 0xab, 0x76, 0x22, 0x8c, 0x71, 0x26, 0xd3, 0x00, 0xba, 0xae, 0xae, 0x09, 0xc4, 0x6a, 0x82, 0xa2, 0x04, 0x13, 0xab, 0x47, 0x93, 0x00, 0x62, 0x14, 0x5d, 0x9f, 0xa2, 0x9f, 0x5f, 0x23, 0xf2, 0xc4, 0x99, 0xff, 0x8c, 0xb2, 0x16, 0x60, 0x4b, 0xb0, 0xdf, 0x65, 0x84, 0x2f, 0x42, 0xb3, 0x78, 0x7c, 0x8e, 0xba, 0x35, 0x91, 0x98, 0x72, 0xe3, 0xfc, 0xc2, 0x09, 0x3b, 0xac, 0xe6, 0x60, 0x34, 0xc1, 0x67, 0x85, 0x5d, 0x7b, 0xdd, 0x2e, 0x72, 0xe6, 0xf4, 0x39, 0xcb, 0x05, 0x6a, 0xe7, 0x01, 0x68, 0x92, 0x11, 0x1f, 0x91, 0x22, 0x42, 0xef, 0xbd, 0x6f, 0x23, 0x79, 0xd7, 0xcd, 0x37, 0x06, 0x7b, 0x66, 0x02, 0xec, 0x0b, 0x3f, 0x1c, 0x1f, 0x44, 0xdc, 0x39, 0xd1, 0x84, 0x99, 0x75, 0x73, 0x16, 0xa2, 0x97, 0x49, 0x34, 0x68, 0x4e, 0x0d, 0x60, 0xdf, 0xf7, 0xac, 0xdd, 0x97, 0x0a, 0xbd, 0x18, 0x96, 0x06, 0x10, 0xa1, 0x87, 0x2c, 0x75, 0x83, 0x18, 0xc4, 0x75, 0x79, 0x6a, 0x0a, 0x89, 0xae, 0x91, 0xa0, 0x8a, 0x0f, 0xea, 0x2e, 0xeb, 0x9a, 0x87, 0xc1, 0x30, 0x3e, 0x67, 0x6c, 0x6c, 0x92, 0xcc, 0xcc, 0x24, 0x03, 0xbd, 0x3b, 0x4b, 0xd1, 0x64, 0x3a, 0x88, 0xc1, 0xa2, 0x51, 0x6f, 0x38, 0x44, 0x4d, 0x5d, 0x35, 0xd9, 0x79, 0xcd, 0x36, 0x0f, 0xc1, 0x1a, 0x4e, 0xad, 0x1d, 0xd7, 0x0d, 0xea, 0xda, 0x00, 0xa9, 0x65, 0x21, 0xfe, 0x7c, 0x19, 0x84, 0xe5, 0x5f, 0x30, 0x6d, 0xc5, 0xf5, 0x0a, 0x5b, 0x36, 0x08, 0x94, 0x57, 0x4a, 0xa4, 0x32, 0x18, 0x8e, 0xfd, 0x2d, 0xeb, 0x4e, 0x6d, 0xcf, 0xce, 0xba, 0x93, 0x60, 0x4c, 0x4b, 0xa8, 0xd2, 0x04, 0x79, 0x42, 0x37, 0x0c, 0x22, 0xa4, 0x3a, 0xba, 0x0b, 0x83, 0x45, 0xea, 0x94, 0x43, 0x71, 0x8a, 0xdf, 0x94, 0x32, 0xc7, 0x34, 0xa1, 0x2a, 0x1b, 0x7e, 0xe6, 0x53, 0x2a, 0x71, 0x7b, 0x61, 0x21, 0x4d, 0x06, 0x07, 0xc7, 0xa8, 0xf4, 0xf7, 0xeb, 0x89, 0x25, 0xf6, 0xc6, 0x0a, 0x3e, 0x86, 0xa5, 0x0a, 0xe6, 0x93, 0x72, 0xe8, 0xd7, 0xa3, 0x8b, 0x09, 0x45, 0xe6, 0x55, 0x09, 0xee, 0xbf, 0x2b, 0x36, 0xa0, 0xe6, 0xbd, 0x2a, 0xa9, 0xc5, 0xd4, 0xaa, 0x23, 0x7e, 0xd7, 0x71, 0x62, 0x45, 0x83, 0x32, 0xa1, 0x6a, 0x8f, 0xd8, 0xbe, 0x7d, 0xfb, 0x2a, 0x57, 0x9d, 0x06, 0xe0, 0x63, 0x34, 0xe4, 0xaa, 0x70, 0x54, 0xa5, 0x39, 0xb9, 0x00, 0x6c, 0x12, 0xcc, 0x54, 0xc6, 0xed, 0xb3, 0x18, 0xfb, 0x7c, 0x2a, 0x3e, 0xa8, 0x3c, 0x38, 0xa2, 0x0d, 0xc1, 0x4b, 0x43, 0xef, 0x5b, 0xf5, 0x16, 0xd2, 0xd5, 0xc0, 0x50, 0x9b, 0x03, 0x43, 0x77, 0x2a, 0xa7, 0x87, 0xa7, 0x10, 0x03, 0xb6, 0x10, 0x17, 0xa9, 0xac, 0x39, 0xf8, 0x9a, 0xfb, 0x61, 0xfb, 0xef, 0x32, 0x06, 0xe0, 0x35, 0xc0, 0xe2, 0x62, 0x6a, 0x69, 0x89, 0xba, 0x40, 0x68, 0x64, 0x4a, 0x25, 0x12, 0x91, 0xa6, 0xd8, 0xe4, 0xdd, 0xe4, 0xe4, 0x24, 0x0a, 0xdb, 0x89, 0x55, 0x07, 0x81, 0x04, 0x0d, 0xe0, 0xe0, 0x7b, 0x53, 0x88, 0x05, 0x4a, 0xcc, 0xba, 0xf9, 0xc0, 0xde, 0xd9, 0x58, 0x4d, 0xc8, 0xdb, 0xf5, 0x3e, 0x24, 0xef, 0x67, 0x11, 0xd6, 0xb8, 0x84, 0x92, 0x2b, 0x76, 0x47, 0x76, 0xdf, 0xf1, 0xb3, 0xb9, 0x38, 0xa9, 0x35, 0x33, 0x93, 0x20, 0x2c, 0x0e, 0x7f, 0x69, 0x71, 0x7e, 0x61, 0x55, 0x18, 0xdc, 0xce, 0x8b, 0xe9, 0x9c, 0x92, 0x3a, 0x4b, 0x05, 0x10, 0xd3, 0x00, 0x62, 0xc5, 0xe5, 0xf9, 0xf9, 0x79, 0xa7, 0x58, 0xee, 0x4a, 0xe0, 0x7d, 0xd5, 0xb9, 0x58, 0x6f, 0x60, 0xd6, 0x57, 0x1a, 0x5d, 0xa1, 0xbc, 0xbd, 0x08, 0xf4, 0xb5, 0xfa, 0x18, 0x40, 0x1d, 0x0c, 0x67, 0x7a, 0xe6, 0x01, 0xdc, 0x59, 0x60, 0x53, 0x11, 0x07, 0xa4, 0xc6, 0xef, 0x22, 0x83, 0xc8, 0x41, 0x67, 0x9a, 0x50, 0x35, 0xc2, 0x0d, 0x8e, 0xf3, 0x63, 0x1a, 0x39, 0xde, 0x88, 0x8f, 0x11, 0x32, 0xa9, 0x6f, 0x1f, 0x27, 0xb7, 0x54, 0x52, 0x7f, 0x29, 0x6a, 0xe6, 0x14, 0xaa, 0x39, 0x1c, 0x06, 0x48, 0x84, 0xa8, 0xb6, 0x66, 0xb8, 0x2a, 0x56, 0x97, 0xe2, 0xeb, 0xb1, 0x8c, 0xca, 0xcc, 0x4c, 0x3c, 0x34, 0xf1, 0x93, 0x25, 0x82, 0x3c, 0x1e, 0x69, 0x5a, 0xd7, 0x48, 0xea, 0xea, 0xa2, 0x0e, 0x3d, 0x49, 0xd5, 0xc5, 0x97, 0xc5, 0x0e, 0x28, 0x9d, 0x11, 0x6c, 0x78, 0x27, 0xc2, 0x30, 0x3e, 0xdc, 0x1b, 0x76, 0x20, 0x7b, 0x67, 0x88, 0x82, 0x41, 0x4c, 0x65, 0x05, 0x06, 0x7e, 0x52, 0x2c, 0x18, 0x3e, 0x99, 0x1e, 0x2f, 0x12, 0x6a, 0x11, 0x0c, 0x61, 0x18, 0x1d, 0x9d, 0xa6, 0xeb, 0x20, 0x89, 0xbc, 0x14, 0x35, 0x73, 0x0a, 0x61, 0x30, 0x4f, 0xdb, 0x21, 0x3f, 0x0c, 0xaf, 0x80, 0x40, 0xbc, 0x1b, 0x14, 0x61, 0x45, 0x32, 0x99, 0x0c, 0x27, 0xa9, 0x4b, 0xa8, 0x1d, 0x82, 0xda, 0xde, 0x22, 0x83, 0x62, 0x87, 0x7b, 0xfe, 0x50, 0xd4, 0x54, 0x9c, 0x86, 0x30, 0x57, 0x15, 0x03, 0xec, 0xdf, 0xbf, 0xbf, 0x0a, 0x6b, 0xb6, 0x30, 0xbc, 0x86, 0x0f, 0x99, 0xbd, 0x4c, 0x4f, 0x32, 0x0c, 0x97, 0x0e, 0xe9, 0xef, 0xcb, 0x77, 0x6d, 0x01, 0x15, 0xd4, 0x51, 0x4b, 0x74, 0x12, 0x50, 0x30, 0x4b, 0xf3, 0xf1, 0xfc, 0x98, 0xf6, 0xc3, 0xb5, 0x62, 0xf5, 0x51, 0x03, 0x84, 0xc9, 0x91, 0xcd, 0xb7, 0x36, 0x66, 0xe9, 0x35, 0x07, 0xf1, 0x18, 0xc1, 0x7e, 0xc4, 0x6f, 0x75, 0x5d, 0x31, 0x04, 0x78, 0xc1, 0x43, 0x20, 0xf4, 0x02, 0x2d, 0xce, 0x2f, 0xe4, 0x92, 0xf9, 0xa1, 0x06, 0xef, 0xed, 0x0b, 0xc5, 0x4c, 0x0a, 0xe1, 0x82, 0xbd, 0x8d, 0xeb, 0xeb, 0x1b, 0x49, 0x8c, 0x86, 0x6b, 0x58, 0x91, 0xa1, 0x17, 0x2e, 0x0c, 0x0b, 0x42, 0x14, 0xee, 0x61, 0x72, 0xb5, 0x69, 0x80, 0x06, 0x5f, 0x0f, 0x90, 0x29, 0xbe, 0x0c, 0xb7, 0x31, 0x86, 0xee, 0x29, 0x57, 0x28, 0x6a, 0x00, 0x4d, 0x32, 0xe4, 0x34, 0x1f, 0x26, 0x30, 0x3d, 0x9a, 0xc0, 0xf5, 0xf8, 0x68, 0x3e, 0xa1, 0x14, 0xee, 0xbe, 0xd9, 0xd9, 0x79, 0x9a, 0x8b, 0xcb, 0xaa, 0x32, 0x2c, 0x87, 0x01, 0x5b, 0x0a, 0xcd, 0xe1, 0xa4, 0x18, 0xc6, 0xc3, 0x35, 0x9f, 0x66, 0x1f, 0x23, 0x52, 0xdb, 0x21, 0x9c, 0x27, 0xb8, 0xf1, 0xa6, 0x77, 0x29, 0x29, 0xde, 0x54, 0x3c, 0x5f, 0xff, 0xac, 0x3c, 0x53, 0xf1, 0x7d, 0x53, 0x71, 0x5e, 0xd3, 0x9f, 0xc1, 0x18, 0x82, 0xa8, 0xa8, 0x70, 0xae, 0xf1, 0xf8, 0xf1, 0x13, 0xe4, 0xcc, 0x99, 0xb3, 0xfc, 0xe1, 0x67, 0x9f, 0x7e, 0xfa, 0xe9, 0xe1, 0x55, 0xc5, 0x00, 0xd8, 0x1b, 0xcc, 0x37, 0x14, 0xda, 0x30, 0x84, 0x07, 0xc2, 0x57, 0x84, 0x70, 0xab, 0x3a, 0x10, 0x1f, 0x5b, 0x40, 0xc6, 0xe8, 0x44, 0xe1, 0xbb, 0xf7, 0xd7, 0x24, 0xf2, 0x4c, 0xb0, 0x7c, 0x2e, 0x4c, 0x40, 0x67, 0x89, 0x2a, 0xec, 0x9a, 0x97, 0x42, 0x5a, 0x17, 0x93, 0x4b, 0xeb, 0xf7, 0x77, 0x67, 0x26, 0x38, 0x91, 0xbb, 0xf9, 0x34, 0xdf, 0xe9, 0x5e, 0x97, 0xa2, 0x2b, 0x17, 0x17, 0x17, 0x48, 0x55, 0x55, 0x95, 0x92, 0xfa, 0x4d, 0x35, 0x47, 0xc8, 0x3e, 0xb4, 0x00, 0xb3, 0xc0, 0xbf, 0x4d, 0x55, 0x30, 0x12, 0x32, 0xa9, 0xe4, 0x1f, 0x38, 0x7e, 0x92, 0xfc, 0xdb, 0x8b, 0x2f, 0x81, 0x76, 0x1e, 0xe7, 0x05, 0xc9, 0x3f, 0x2e, 0xd7, 0x3c, 0x40, 0x68, 0x06, 0xc0, 0xbe, 0x00, 0x2c, 0x09, 0x83, 0x86, 0x42, 0xeb, 0x5e, 0xfc, 0x2f, 0x97, 0x44, 0xe1, 0x43, 0xa1, 0xbd, 0x4c, 0xe0, 0xef, 0xb9, 0x71, 0x43, 0x1c, 0xfc, 0x7a, 0x08, 0x68, 0x44, 0x55, 0x50, 0x8a, 0x3f, 0x0e, 0xf7, 0x61, 0xc2, 0x0a, 0xb6, 0x56, 0x2d, 0xbc, 0x55, 0x68, 0xe9, 0x6a, 0xe6, 0x04, 0x33, 0x98, 0xfa, 0x18, 0x14, 0x90, 0x56, 0x34, 0x6a, 0x86, 0xa4, 0x33, 0x59, 0x27, 0xb8, 0xcc, 0xdf, 0x0d, 0x2a, 0x7a, 0x81, 0x58, 0xe2, 0x4c, 0x2a, 0x95, 0x26, 0x6f, 0x1e, 0x39, 0xea, 0x3c, 0x48, 0x5e, 0x1a, 0x9b, 0x39, 0xdc, 0x93, 0x42, 0xfc, 0x3e, 0x91, 0x21, 0xaf, 0x7f, 0xc1, 0x61, 0x65, 0x00, 0x1c, 0xb7, 0x0f, 0x61, 0xd9, 0xa5, 0xb1, 0x71, 0x90, 0xfc, 0x67, 0xc8, 0xa9, 0x53, 0xa7, 0xf8, 0xc3, 0xc6, 0xe1, 0xba, 0xff, 0x7c, 0xd5, 0x31, 0x00, 0xce, 0x01, 0xf8, 0x19, 0xc0, 0xbc, 0xf4, 0xe1, 0x8d, 0x60, 0x37, 0x19, 0x46, 0x4e, 0x46, 0xf7, 0xcb, 0x0e, 0xd3, 0xc4, 0x07, 0x6d, 0x68, 0x39, 0xaa, 0xbf, 0x89, 0xf0, 0x89, 0x15, 0x81, 0x4a, 0xa5, 0x32, 0x34, 0x82, 0x13, 0x67, 0x78, 0xd5, 0xb0, 0x64, 0xb9, 0x08, 0xbb, 0x78, 0xcd, 0xc1, 0x72, 0x02, 0x92, 0x60, 0x07, 0x34, 0x36, 0x55, 0x06, 0xf7, 0xdf, 0x35, 0xdd, 0xfb, 0x65, 0x76, 0x1a, 0x32, 0x00, 0x2e, 0xc7, 0xdf, 0x19, 0x10, 0xb4, 0x82, 0xe8, 0x45, 0x33, 0x3d, 0x6b, 0xf9, 0xef, 0xaa, 0x63, 0xfc, 0xbe, 0xaf, 0x22, 0x7a, 0x7e, 0x8d, 0xc4, 0x1f, 0x8f, 0xc7, 0xc9, 0xe8, 0xe8, 0x28, 0xd0, 0xca, 0x2c, 0x7f, 0x78, 0x06, 0xfe, 0xfe, 0xf1, 0x67, 0x9e, 0x79, 0x66, 0x6a, 0xd5, 0x31, 0x40, 0x36, 0x9b, 0x95, 0xba, 0x43, 0xba, 0xd2, 0xc8, 0x90, 0x4a, 0xa2, 0x24, 0x13, 0x7c, 0x73, 0x3c, 0x22, 0x44, 0x76, 0xca, 0x2e, 0x4e, 0xeb, 0xa1, 0xe8, 0xbe, 0xaa, 0xd4, 0x9b, 0xb7, 0x2b, 0x06, 0xb0, 0xf1, 0x31, 0xf0, 0xc8, 0x04, 0x68, 0xec, 0xc6, 0xe3, 0x49, 0x9f, 0x1a, 0xf5, 0x4b, 0x5b, 0x1b, 0x53, 0x3e, 0x4f, 0xf1, 0x55, 0x18, 0x34, 0x0a, 0x83, 0xac, 0xa4, 0x98, 0x34, 0x69, 0x6c, 0xac, 0x0c, 0x34, 0x38, 0x19, 0xde, 0x67, 0x70, 0x0f, 0xdf, 0x13, 0x86, 0x4e, 0xe3, 0x78, 0xf9, 0xe5, 0x97, 0x43, 0x13, 0x6f, 0xbe, 0x44, 0x5e, 0xa2, 0x31, 0x09, 0xd7, 0xfc, 0xf1, 0x03, 0x07, 0x0e, 0xbc, 0x48, 0x96, 0x71, 0x84, 0x66, 0x00, 0x8c, 0xd1, 0x96, 0x35, 0x80, 0x69, 0x7a, 0x5d, 0xa0, 0x78, 0x0c, 0x86, 0xc2, 0x32, 0x08, 0x24, 0xe2, 0x75, 0x79, 0x02, 0x2c, 0x28, 0x31, 0x5e, 0x13, 0xc2, 0xa2, 0x55, 0x71, 0x3d, 0xee, 0xcb, 0xb0, 0x34, 0x07, 0x46, 0x70, 0xca, 0x78, 0xbf, 0x58, 0x18, 0x52, 0x7a, 0x9c, 0x9f, 0xdf, 0xb5, 0x38, 0xae, 0xd0, 0x10, 0xfd, 0x77, 0xe9, 0xc4, 0x92, 0x1d, 0x56, 0x20, 0xf7, 0xdf, 0xcd, 0x57, 0x82, 0x07, 0xed, 0x2b, 0xf1, 0x98, 0x82, 0x77, 0xf5, 0x9d, 0x4c, 0x26, 0xf3, 0xa5, 0xe7, 0x9e, 0x7b, 0x6e, 0x8c, 0x2c, 0xf3, 0xc8, 0xcb, 0x0b, 0xc4, 0x33, 0x00, 0x11, 0x26, 0xaa, 0x5c, 0x06, 0x40, 0xbc, 0x9a, 0xcd, 0x5a, 0xbd, 0xa9, 0x58, 0x8c, 0x47, 0x90, 0x1b, 0x54, 0x36, 0x96, 0x44, 0x42, 0xf7, 0xeb, 0x13, 0xe0, 0x8d, 0xf5, 0xc7, 0x40, 0x36, 0xc4, 0xba, 0x3c, 0xe1, 0x2f, 0xaf, 0xb4, 0x0e, 0xe3, 0x22, 0xcd, 0xff, 0x5a, 0x3c, 0xbd, 0xb7, 0x02, 0xfc, 0xf6, 0xac, 0x59, 0x1e, 0xee, 0xc7, 0x18, 0x7b, 0xde, 0x15, 0xda, 0xdc, 0xbc, 0x96, 0xc4, 0x67, 0xe3, 0x34, 0xdc, 0x1b, 0x1f, 0x1a, 0xbe, 0x23, 0x16, 0xd5, 0x5b, 0x57, 0x57, 0xe7, 0xf8, 0xe5, 0xd1, 0x17, 0x6f, 0xd0, 0xb6, 0xab, 0x1a, 0xc9, 0x64, 0x33, 0x34, 0x38, 0x2d, 0xb5, 0xb0, 0x08, 0x70, 0x65, 0xec, 0x17, 0x00, 0x5d, 0x46, 0x10, 0x0c, 0xc0, 0x33, 0xce, 0xd8, 0x8b, 0xb3, 0x0d, 0x70, 0x2b, 0xc3, 0x6d, 0xa7, 0xd9, 0x67, 0x80, 0x5d, 0x29, 0xdc, 0x86, 0x75, 0x1a, 0x17, 0xdc, 0x86, 0x25, 0x0b, 0x0b, 0xc2, 0x9c, 0x73, 0xf0, 0x7b, 0xbf, 0x78, 0xe9, 0xa5, 0x97, 0x32, 0x64, 0x85, 0x46, 0x3e, 0x36, 0x80, 0x13, 0x06, 0x21, 0xda, 0x00, 0xa6, 0xa0, 0x01, 0x12, 0x4e, 0x20, 0x9c, 0x29, 0x34, 0x6c, 0xf6, 0xf3, 0xd7, 0xcb, 0x46, 0x71, 0x2e, 0xd7, 0x26, 0x63, 0x0c, 0xf6, 0xf3, 0x38, 0xa9, 0x85, 0x81, 0x6c, 0xf4, 0xa5, 0x29, 0xa4, 0xfe, 0x4a, 0x19, 0xb0, 0xc5, 0x32, 0x99, 0x18, 0x0e, 0xa1, 0x39, 0xed, 0x47, 0x83, 0xbc, 0x41, 0x26, 0x97, 0x97, 0xad, 0x49, 0xe1, 0x10, 0xd8, 0x67, 0x38, 0x63, 0x80, 0x31, 0x0d, 0xf8, 0xdb, 0x6a, 0xc2, 0xa7, 0x53, 0x1b, 0x29, 0x0d, 0xf6, 0x12, 0x62, 0x72, 0x64, 0x80, 0x8e, 0x8e, 0x0e, 0x52, 0x5d, 0x5d, 0x4d, 0xab, 0x34, 0x23, 0x46, 0x47, 0x86, 0xc0, 0xe3, 0x16, 0x52, 0x0b, 0x24, 0x9e, 0x88, 0x6f, 0x7f, 0xeb, 0xad, 0xa3, 0x3f, 0x00, 0xfb, 0x0a, 0x67, 0xd4, 0x90, 0x1b, 0xd3, 0xf6, 0x7a, 0xd1, 0x5e, 0x70, 0x7b, 0x81, 0xdb, 0x5e, 0xb4, 0x3f, 0xcf, 0x4b, 0xdb, 0xec, 0x98, 0x55, 0x31, 0xf2, 0x62, 0x00, 0x0f, 0x04, 0x92, 0x5b, 0x23, 0x71, 0x73, 0x00, 0x68, 0xbc, 0xf1, 0x30, 0x49, 0xf6, 0xde, 0xc8, 0xfe, 0x7a, 0x3e, 0xfd, 0xd1, 0x0b, 0x83, 0xe4, 0x42, 0xb5, 0xd6, 0x67, 0xcc, 0xd1, 0x9d, 0x9f, 0x4f, 0x29, 0xf0, 0xfe, 0xd2, 0x55, 0x3e, 0x58, 0x6e, 0xcd, 0xe1, 0x94, 0x47, 0x91, 0x9b, 0x4e, 0x28, 0xbc, 0x41, 0xfc, 0x24, 0x15, 0x5f, 0x6f, 0x93, 0x41, 0xc2, 0xaa, 0x58, 0xa5, 0xdd, 0x89, 0x5e, 0xb7, 0xfb, 0x11, 0x5b, 0x93, 0x99, 0xd9, 0xb4, 0x41, 0x05, 0xc9, 0xa5, 0x4b, 0x97, 0x48, 0x43, 0x43, 0x03, 0x69, 0x6b, 0x6b, 0xa3, 0xcc, 0x80, 0xf1, 0x43, 0xd3, 0xd3, 0xd3, 0x54, 0x2b, 0xdc, 0x74, 0xc3, 0xbb, 0x6a, 0x77, 0x6c, 0xdb, 0xf9, 0xe0, 0xd9, 0xb3, 0x67, 0x7f, 0x74, 0x08, 0xc6, 0xe4, 0xe4, 0xe4, 0xb4, 0x74, 0x05, 0xde, 0x82, 0x4f, 0xe2, 0xcd, 0x39, 0xa1, 0x4a, 0x68, 0x46, 0xda, 0x0c, 0x74, 0x79, 0x31, 0x80, 0x5a, 0x03, 0x88, 0x2e, 0xb8, 0x04, 0x17, 0x07, 0xe4, 0x46, 0x5b, 0xe7, 0xaa, 0xb9, 0xaf, 0x05, 0xc0, 0x20, 0xaf, 0xb1, 0x8c, 0x92, 0xcb, 0x2a, 0x23, 0x2e, 0xd7, 0xe3, 0x59, 0x59, 0x69, 0xbd, 0x14, 0x90, 0x88, 0xef, 0xbe, 0x98, 0xb3, 0xff, 0xae, 0xe9, 0x86, 0xa4, 0x7b, 0xfb, 0xef, 0xea, 0xb4, 0xb2, 0x04, 0x2d, 0x43, 0xc8, 0x88, 0x9f, 0x31, 0x43, 0x8d, 0x15, 0x82, 0x9d, 0x5e, 0xcc, 0xd0, 0xb0, 0x89, 0x0b, 0x17, 0x2e, 0x38, 0x8c, 0xd0, 0xda, 0xda, 0x4a, 0x0d, 0x69, 0xd4, 0x08, 0x33, 0x33, 0x33, 0x6b, 0xe1, 0xf3, 0x87, 0x6f, 0xbe, 0xf9, 0xe6, 0x0f, 0x25, 0x12, 0x89, 0x53, 0x23, 0x23, 0x23, 0x87, 0x4f, 0x9d, 0x3a, 0x75, 0x14, 0xc6, 0x09, 0xd0, 0x22, 0x8c, 0xe8, 0x0d, 0x8e, 0xe0, 0x0d, 0x7b, 0x31, 0x39, 0x7a, 0xe3, 0x2b, 0x0f, 0x64, 0x48, 0xf8, 0x49, 0xe8, 0xd5, 0x65, 0x03, 0xb0, 0xc2, 0xb8, 0x8e, 0xe4, 0x21, 0x6c, 0x12, 0x8c, 0xd7, 0x00, 0x11, 0xdf, 0xba, 0x3d, 0x2e, 0xa1, 0x6b, 0x02, 0xa1, 0xbb, 0x9a, 0xc0, 0xeb, 0xfe, 0xb4, 0x5c, 0x68, 0x69, 0x1a, 0xc8, 0xc6, 0x9a, 0xdf, 0x95, 0x36, 0x49, 0x65, 0xe9, 0xd2, 0x1b, 0xf3, 0xbf, 0x16, 0xe6, 0x05, 0x92, 0x2a, 0x2e, 0x07, 0xb9, 0x41, 0x0d, 0xae, 0xff, 0xae, 0xee, 0xe9, 0xbe, 0x48, 0x0b, 0xeb, 0xba, 0x61, 0x2c, 0x1a, 0xd7, 0x93, 0xd8, 0x5a, 0x6a, 0x6b, 0xad, 0x0a, 0x73, 0xa8, 0x0d, 0x90, 0x11, 0x86, 0x86, 0x86, 0x48, 0x7d, 0x7d, 0x3d, 0x69, 0x6f, 0x6f, 0x27, 0xbd, 0xbd, 0xbd, 0xf4, 0xbb, 0x08, 0x8f, 0x66, 0x67, 0x67, 0x75, 0x58, 0x36, 0x01, 0x33, 0x6c, 0xde, 0xb3, 0x67, 0xcf, 0x6f, 0xc1, 0x98, 0x87, 0xfd, 0xc7, 0x61, 0x39, 0x8b, 0x8c, 0x01, 0x9a, 0xe4, 0xe4, 0xf1, 0xe3, 0xc7, 0x4f, 0xbc, 0xf5, 0xd6, 0x5b, 0xf3, 0x1c, 0xc1, 0x57, 0x48, 0x9a, 0x80, 0xad, 0xd3, 0x97, 0xb9, 0x06, 0x30, 0x85, 0x9a, 0x40, 0x6c, 0x0e, 0x00, 0x5f, 0x1c, 0x4f, 0xcc, 0x72, 0xec, 0xbe, 0xb5, 0xed, 0x75, 0x7f, 0x8a, 0x9e, 0x06, 0xd7, 0x5e, 0x40, 0xa9, 0x8f, 0x84, 0xaf, 0x92, 0xfa, 0xcb, 0x63, 0xc0, 0x96, 0x1e, 0x12, 0x85, 0xd1, 0x1c, 0x8e, 0x17, 0x28, 0x44, 0xff, 0x5d, 0x1e, 0x02, 0xc9, 0x89, 0xf1, 0x38, 0x62, 0x55, 0xc0, 0x00, 0xd9, 0x28, 0xd5, 0x00, 0x16, 0xf1, 0x6b, 0x2e, 0x14, 0xb2, 0xb3, 0xc8, 0xaa, 0x6b, 0xaa, 0xc9, 0xfc, 0xdc, 0x3c, 0x99, 0x03, 0xd8, 0x93, 0x5e, 0x48, 0x93, 0x74, 0x26, 0x4d, 0x40, 0xd2, 0x93, 0x89, 0x89, 0x09, 0xd2, 0xd2, 0xd2, 0x42, 0x97, 0x75, 0xeb, 0xd6, 0xe1, 0xf7, 0x35, 0x64, 0x12, 0x64, 0x08, 0x58, 0xaa, 0x61, 0xb9, 0x06, 0x0c, 0xe6, 0xeb, 0x58, 0x32, 0xce, 0x07, 0x3e, 0xf0, 0x01, 0xfc, 0xed, 0x38, 0x68, 0x86, 0xd3, 0xa0, 0x41, 0x70, 0x39, 0x09, 0xc7, 0x9c, 0x04, 0x2d, 0x32, 0xf0, 0xc3, 0x1f, 0xfe, 0xf0, 0xf8, 0xb1, 0x63, 0xc7, 0x92, 0x9c, 0x96, 0xc8, 0x5e, 0x36, 0x0c, 0xc0, 0x34, 0x80, 0x6e, 0x87, 0x42, 0xcb, 0xa5, 0xd1, 0xdd, 0x8a, 0x10, 0xa6, 0x2d, 0x65, 0xdc, 0x70, 0x66, 0x39, 0xc7, 0xd7, 0xaf, 0x55, 0xa8, 0x8b, 0xff, 0x2d, 0x86, 0xc0, 0x3a, 0xfa, 0x38, 0xa3, 0xeb, 0x95, 0x9c, 0x5a, 0x41, 0x44, 0x9d, 0x2f, 0x0c, 0x59, 0xca, 0x26, 0xd3, 0xb9, 0x18, 0x0c, 0x93, 0x8a, 0x2c, 0xe7, 0x42, 0xee, 0xb4, 0x46, 0xcb, 0x19, 0x61, 0x7d, 0x8a, 0x4a, 0x35, 0xf7, 0x91, 0x39, 0x2a, 0x63, 0x55, 0xa4, 0xc2, 0xb0, 0xf2, 0x9d, 0x29, 0xfc, 0x61, 0x99, 0x67, 0xd1, 0x08, 0xa9, 0xa9, 0xa9, 0x01, 0x03, 0xb8, 0x8a, 0xcc, 0x03, 0xee, 0x8f, 0xd0, 0x7c, 0x6f, 0x9d, 0xcc, 0xcc, 0xce, 0x50, 0x46, 0x4a, 0xc1, 0xf3, 0x6f, 0x6b, 0x69, 0x25, 0x53, 0x53, 0x11, 0x84, 0x41, 0xa0, 0x29, 0x6a, 0xcd, 0x35, 0x6b, 0xd6, 0x68, 0xcd, 0xcd, 0xcd, 0x94, 0x21, 0xec, 0x64, 0x16, 0x1d, 0x7f, 0x1f, 0xed, 0x06, 0x64, 0x0a, 0x5c, 0x83, 0xed, 0xd0, 0x00, 0xeb, 0x6b, 0x71, 0xc1, 0xe6, 0x2a, 0xf0, 0x1d, 0xd2, 0xd5, 0xd5, 0x45, 0x76, 0xec, 0xd8, 0x01, 0x1f, 0xcd, 0x21, 0x58, 0x8e, 0xc3, 0x77, 0x8e, 0xc1, 0x6f, 0x1d, 0x84, 0xef, 0x1f, 0x82, 0x4b, 0x7d, 0xe7, 0x73, 0x9f, 0xfb, 0x5c, 0x7a, 0x55, 0x32, 0x00, 0xf6, 0x06, 0x63, 0xde, 0x1e, 0x56, 0x19, 0x5a, 0x55, 0x1a, 0x5d, 0xd4, 0x00, 0x9a, 0xd4, 0x23, 0x98, 0xf9, 0xd1, 0xbd, 0x18, 0x5f, 0x36, 0x82, 0xad, 0x30, 0xde, 0x34, 0x9d, 0xd5, 0xcd, 0x65, 0xe4, 0x2e, 0x1d, 0x0c, 0x59, 0xf9, 0xe8, 0x50, 0xd7, 0x06, 0xc8, 0xf8, 0x13, 0x3f, 0x33, 0x0d, 0x0c, 0x53, 0x28, 0x39, 0xce, 0x7b, 0x81, 0x16, 0x40, 0xaa, 0x57, 0x74, 0xa0, 0xe0, 0xaa, 0x70, 0x18, 0x00, 0x25, 0x3e, 0xf6, 0x1a, 0xab, 0xae, 0xad, 0xa1, 0xbf, 0xbf, 0xb0, 0x30, 0xef, 0xc0, 0x9c, 0xc9, 0x89, 0x49, 0x1a, 0xb0, 0x36, 0x0b, 0x04, 0x3f, 0x3c, 0x74, 0x81, 0x9c, 0x3b, 0x77, 0x96, 0x54, 0x44, 0x2a, 0x8e, 0xf7, 0xf4, 0xf4, 0x0e, 0xf7, 0xf4, 0xf4, 0xec, 0x04, 0x5a, 0x68, 0x47, 0x03, 0x19, 0x8e, 0x37, 0x01, 0x26, 0x69, 0xe8, 0x4a, 0x45, 0x26, 0xc2, 0x85, 0x31, 0x05, 0xbb, 0x3d, 0x16, 0x92, 0xcd, 0x12, 0x73, 0x60, 0xad, 0xc1, 0x7a, 0x3d, 0xfc, 0x4e, 0x17, 0x68, 0x86, 0xf7, 0x33, 0xe6, 0x85, 0xf7, 0x91, 0x7a, 0xfc, 0xf1, 0xc7, 0x8f, 0xc2, 0xf1, 0x07, 0x61, 0xd7, 0x6b, 0xb0, 0xef, 0xb5, 0x87, 0x1e, 0x7a, 0xe8, 0x1d, 0xcd, 0x1b, 0x4d, 0xb9, 0xfc, 0x0c, 0xc0, 0x17, 0x2c, 0x15, 0x6d, 0x00, 0x53, 0xea, 0x0f, 0x2c, 0x86, 0x42, 0xab, 0xab, 0xb2, 0xc9, 0x18, 0xdf, 0x75, 0x18, 0x20, 0x8f, 0xa1, 0xd1, 0xc5, 0x08, 0x3f, 0xac, 0x91, 0xbb, 0x1c, 0xd2, 0x3a, 0x7f, 0xc2, 0x2e, 0xfe, 0x5a, 0xac, 0x88, 0x50, 0xc3, 0xa3, 0x01, 0xd4, 0xfd, 0x77, 0x45, 0x2f, 0x10, 0x3f, 0x11, 0x86, 0xbf, 0x83, 0x2e, 0x4e, 0x4b, 0xda, 0xd7, 0x92, 0x1a, 0x20, 0xfa, 0x18, 0xf5, 0x0a, 0xe9, 0x14, 0xf3, 0xa7, 0xe0, 0x99, 0x63, 0xa1, 0xdd, 0xc1, 0xf3, 0x83, 0x14, 0xfe, 0x60, 0xc1, 0xad, 0xf9, 0xf9, 0x05, 0xf4, 0xff, 0xd3, 0xef, 0xe0, 0x38, 0x7e, 0x7c, 0xe0, 0x47, 0xcf, 0x3e, 0x7b, 0xe0, 0x08, 0x6c, 0xfe, 0xe3, 0xb5, 0xd7, 0x5e, 0xdb, 0x7c, 0xd3, 0x4d, 0x37, 0x6d, 0xeb, 0xee, 0xee, 0xde, 0x0c, 0xef, 0x6b, 0x3b, 0x18, 0xc9, 0x6b, 0x04, 0xc2, 0x8a, 0x46, 0x0d, 0x60, 0x06, 0x1d, 0x83, 0xf0, 0xf0, 0x77, 0xd9, 0xba, 0xa9, 0xa9, 0x89, 0x7f, 0x2e, 0x3a, 0xbe, 0x6b, 0x64, 0x38, 0xcc, 0x57, 0x80, 0xa5, 0x12, 0xb6, 0xf7, 0x00, 0x73, 0xec, 0x01, 0x7a, 0xfb, 0x0c, 0x5e, 0xdb, 0x13, 0x4f, 0x3c, 0x31, 0xf3, 0xd8, 0x63, 0x8f, 0xbd, 0x02, 0xf7, 0xf0, 0x1a, 0x2c, 0x3f, 0x04, 0xfb, 0xe2, 0xf5, 0xfd, 0xfb, 0xf7, 0x67, 0x96, 0x9d, 0x01, 0x3c, 0xd9, 0x60, 0x3a, 0x5f, 0x6b, 0xdf, 0x7d, 0x19, 0x09, 0x2e, 0x0c, 0x82, 0xaf, 0xc3, 0x19, 0xd4, 0xfc, 0x02, 0xbd, 0x45, 0x28, 0x01, 0xd0, 0xef, 0xac, 0x26, 0xfc, 0x52, 0x11, 0xf6, 0xca, 0xa5, 0x37, 0x16, 0x0a, 0x89, 0x18, 0x04, 0xe2, 0x35, 0x80, 0x9f, 0x37, 0x88, 0xd7, 0xc4, 0xba, 0x2e, 0x46, 0x84, 0x46, 0x2a, 0xa2, 0x64, 0xc3, 0xc6, 0x0d, 0x40, 0x88, 0x31, 0xc2, 0x12, 0xf0, 0x59, 0x6d, 0xa1, 0x44, 0x72, 0x8e, 0x0c, 0x9e, 0x3b, 0x47, 0xc6, 0xc7, 0x27, 0xec, 0x78, 0xfd, 0x4a, 0x32, 0x97, 0xc0, 0x7d, 0xe7, 0x1d, 0x43, 0x79, 0x2e, 0x99, 0x1c, 0x38, 0x75, 0xea, 0xd4, 0x5b, 0xec, 0xc2, 0x0e, 0x1f, 0x3e, 0x3c, 0x0a, 0xcb, 0x10, 0x6c, 0x1f, 0x40, 0x43, 0x16, 0x8c, 0xe4, 0xea, 0xeb, 0xaf, 0xbf, 0x1e, 0xf8, 0xa1, 0xbb, 0x73, 0xed, 0xda, 0xb5, 0x9d, 0x00, 0x93, 0xba, 0x81, 0x90, 0x7b, 0xe0, 0x1a, 0x3a, 0x34, 0x2e, 0xf5, 0x0e, 0x13, 0x5d, 0xe0, 0xfc, 0x26, 0x30, 0x84, 0xce, 0x34, 0x06, 0x1c, 0xcb, 0xec, 0x0a, 0x7a, 0x6e, 0x7a, 0x4d, 0x89, 0x04, 0x5d, 0xc0, 0xd8, 0x6e, 0x84, 0xe5, 0x83, 0x40, 0x1b, 0x77, 0xc3, 0xdf, 0xff, 0xb8, 0xad, 0xad, 0x2d, 0x09, 0x0c, 0xf1, 0x6f, 0x70, 0x5f, 0x2f, 0xc2, 0xf5, 0x3f, 0xfb, 0xc8, 0x23, 0x8f, 0x0c, 0x2c, 0x9b, 0x17, 0x88, 0x49, 0x93, 0x88, 0xed, 0x4a, 0x53, 0x49, 0x1e, 0x96, 0xbc, 0x81, 0xaa, 0x5b, 0x35, 0x0f, 0xc0, 0x6b, 0x33, 0x8c, 0xdd, 0xc1, 0x90, 0x58, 0x34, 0x6c, 0xd1, 0xc8, 0x55, 0x11, 0xfe, 0xea, 0x4a, 0x52, 0x59, 0xae, 0xc4, 0x78, 0xf7, 0x18, 0x07, 0x02, 0x85, 0x68, 0x3e, 0x6d, 0x72, 0x36, 0x00, 0xab, 0xb5, 0xc3, 0x87, 0xb0, 0xb7, 0xb4, 0xb6, 0x58, 0x8e, 0x06, 0xf8, 0x87, 0x86, 0xee, 0xe8, 0xd8, 0x18, 0xb9, 0x30, 0x7c, 0x81, 0xcc, 0x4c, 0xcf, 0x50, 0x22, 0x8f, 0xc5, 0x62, 0xf4, 0xd8, 0x31, 0x90, 0xfa, 0x23, 0x17, 0x46, 0x1c, 0xe8, 0x09, 0x04, 0x39, 0xfb, 0xc6, 0xa1, 0x23, 0xff, 0x87, 0x04, 0xf8, 0xa1, 0xce, 0x9d, 0x3b, 0x17, 0x87, 0x05, 0xb5, 0xc3, 0x2f, 0x6d, 0xcf, 0x0e, 0x5d, 0xd0, 0x4e, 0xb8, 0xfd, 0xf6, 0xdb, 0x3b, 0xfa, 0xfa, 0xfa, 0x7a, 0x60, 0x7b, 0x3d, 0x68, 0x81, 0x5e, 0xf8, 0x9d, 0x3e, 0x60, 0x8e, 0xcd, 0x00, 0xa1, 0xd6, 0x72, 0x42, 0xc5, 0xb4, 0x19, 0x82, 0xc2, 0x29, 0x74, 0xc3, 0xa2, 0xbd, 0xc0, 0xf8, 0x06, 0xe1, 0x13, 0xda, 0x1f, 0xf0, 0x9d, 0x5a, 0xd0, 0x36, 0x77, 0xc3, 0x35, 0xfd, 0x1a, 0xdc, 0xd3, 0xa3, 0xc0, 0x0c, 0x47, 0xe0, 0x3a, 0xff, 0x09, 0xae, 0xff, 0xa9, 0x07, 0x1e, 0x78, 0xe0, 0xc4, 0x52, 0x32, 0x40, 0xbd, 0xd5, 0x73, 0xca, 0x32, 0xae, 0x1c, 0x1b, 0xc0, 0x34, 0x85, 0x6e, 0x1f, 0x6e, 0x59, 0x74, 0x5d, 0xe1, 0xcb, 0x77, 0xfb, 0x66, 0x61, 0xf1, 0x5c, 0x16, 0x5e, 0xcd, 0x27, 0xba, 0x17, 0x6b, 0x34, 0xae, 0x9c, 0xb4, 0x0e, 0x63, 0x74, 0xe7, 0x7f, 0x2d, 0x8c, 0x01, 0x10, 0x02, 0xe5, 0x4a, 0x45, 0x34, 0xb8, 0xa6, 0x13, 0xf2, 0x44, 0x18, 0x6a, 0x57, 0x14, 0x54, 0x63, 0x63, 0xe3, 0x00, 0x73, 0xce, 0xd3, 0x50, 0x64, 0x9e, 0x39, 0x70, 0xcc, 0x81, 0x26, 0x18, 0x1e, 0x1c, 0x22, 0x49, 0xbb, 0x5f, 0xaf, 0x0d, 0x7d, 0xe7, 0x8f, 0x1c, 0x79, 0xf3, 0xef, 0xa7, 0xa6, 0xa6, 0x26, 0xb9, 0x09, 0x2e, 0xde, 0xbf, 0x6f, 0x4a, 0xfb, 0x85, 0x7d, 0x13, 0x13, 0x13, 0xe9, 0xef, 0x7e, 0xf7, 0xbb, 0xa7, 0x11, 0x41, 0xf1, 0x8c, 0x81, 0xcb, 0x27, 0x3e, 0xf1, 0x89, 0xfa, 0x6b, 0xae, 0xb9, 0x66, 0x07, 0xd8, 0x10, 0x3b, 0xe0, 0x3d, 0x5d, 0x83, 0xf0, 0x07, 0x60, 0xd0, 0x76, 0x80, 0x39, 0x51, 0x5b, 0x5b, 0x18, 0xf0, 0x37, 0x1d, 0x5d, 0xb1, 0xfc, 0x04, 0x1d, 0xfe, 0x09, 0xa3, 0x48, 0x27, 0x27, 0x27, 0x31, 0x8f, 0x60, 0x57, 0x2a, 0x95, 0xba, 0x06, 0xee, 0xe5, 0x4b, 0xdf, 0xf8, 0xc6, 0x37, 0x5e, 0x86, 0xef, 0xfc, 0x29, 0x18, 0xd2, 0x07, 0xc2, 0xda, 0x0d, 0x61, 0xde, 0x08, 0xa6, 0x43, 0x56, 0xc2, 0x8f, 0x2c, 0x5a, 0x2f, 0xa4, 0x82, 0x7c, 0xe8, 0x43, 0x1f, 0x22, 0x1b, 0x37, 0xf5, 0x39, 0x91, 0xa0, 0xa3, 0x63, 0x17, 0x1c, 0xc9, 0x74, 0xff, 0xa7, 0x5f, 0x22, 0xaf, 0xbc, 0x3c, 0x42, 0xf6, 0xec, 0x21, 0x64, 0xfd, 0xfa, 0x4a, 0xdb, 0xb5, 0x69, 0x35, 0x71, 0x40, 0xc2, 0x67, 0x31, 0x28, 0x4b, 0x2f, 0xad, 0xc3, 0x10, 0xf6, 0xf2, 0xa5, 0x37, 0x16, 0x1a, 0x48, 0x87, 0xcf, 0xea, 0xc0, 0x81, 0x14, 0x75, 0x59, 0xbe, 0xfe, 0xcb, 0xdf, 0x08, 0x64, 0x68, 0x0c, 0x80, 0x6b, 0x59, 0xdb, 0x66, 0x7b, 0xe3, 0x92, 0xe4, 0xc5, 0x17, 0xfe, 0x8d, 0x3c, 0xf7, 0xdc, 0x73, 0xd6, 0x1c, 0x40, 0x75, 0x15, 0xd9, 0xb4, 0xb5, 0x5f, 0xf9, 0x3d, 0xc4, 0xdf, 0x63, 0x17, 0x47, 0x69, 0xe2, 0x3c, 0x3f, 0x52, 0xa9, 0xf4, 0xe4, 0xa1, 0x43, 0x87, 0xfe, 0x6e, 0x7c, 0x6c, 0xfc, 0x22, 0x47, 0xb8, 0x19, 0x89, 0x90, 0xf3, 0xfd, 0xec, 0xb7, 0x8f, 0x1a, 0x92, 0xdf, 0xfa, 0xd6, 0xb7, 0xaa, 0x40, 0x3b, 0xdc, 0x00, 0x9b, 0xb7, 0xc0, 0xf2, 0x6e, 0xb8, 0xdf, 0xdb, 0xe0, 0x19, 0x74, 0x30, 0x86, 0x00, 0x46, 0xd0, 0xd1, 0x8e, 0x40, 0x8f, 0x12, 0x4b, 0xf2, 0x41, 0xa8, 0x84, 0x09, 0x35, 0x63, 0x63, 0x63, 0x06, 0x68, 0x06, 0x94, 0xbc, 0x47, 0x10, 0x2e, 0x81, 0x46, 0xf8, 0x3f, 0x25, 0xd1, 0x00, 0x60, 0xc1, 0x3b, 0x45, 0x71, 0xf9, 0xee, 0x90, 0x54, 0xa2, 0x4b, 0x7d, 0x01, 0xdc, 0x74, 0x48, 0x42, 0xf1, 0x3c, 0x0f, 0x6d, 0x08, 0x17, 0xaa, 0xbb, 0xb2, 0xee, 0xc6, 0xd2, 0x42, 0xa2, 0xa5, 0xd4, 0x1c, 0x48, 0xf8, 0x91, 0x88, 0x46, 0x05, 0xc7, 0xfc, 0xbc, 0x01, 0x10, 0x21, 0xe2, 0xeb, 0x0d, 0xe2, 0x0b, 0x14, 0xf3, 0xcd, 0xa7, 0xf1, 0xf9, 0xa3, 0xb1, 0xc9, 0xbc, 0x78, 0x74, 0xd6, 0x37, 0x95, 0xa6, 0x61, 0x0e, 0xd3, 0x00, 0x7f, 0xe6, 0x14, 0x09, 0xf3, 0x93, 0x13, 0x13, 0xbf, 0x38, 0x74, 0xf0, 0xd0, 0x33, 0x0b, 0x0b, 0xa9, 0xa4, 0x4d, 0xb0, 0x19, 0xdb, 0x5f, 0xcf, 0x6f, 0xcb, 0x8b, 0x11, 0xf0, 0xd9, 0xe0, 0x16, 0xf9, 0xb3, 0xe3, 0x45, 0xb9, 0xef, 0xbe, 0xfb, 0x30, 0x56, 0xe8, 0x15, 0x7b, 0xa1, 0xe3, 0xc9, 0x27, 0x9f, 0xec, 0x03, 0x0d, 0xf6, 0x01, 0xb8, 0xfe, 0x3b, 0x01, 0x06, 0xdd, 0x09, 0xd7, 0xdd, 0x70, 0xf6, 0xec, 0x59, 0x0c, 0xe2, 0x33, 0x5b, 0x5a, 0x5a, 0x34, 0xf4, 0x3a, 0x6d, 0xd8, 0xb0, 0x01, 0x04, 0xee, 0x7a, 0xfd, 0xe2, 0xc5, 0x8b, 0x38, 0x93, 0xbd, 0x0b, 0x8e, 0x7f, 0x0a, 0x34, 0xc2, 0xff, 0x83, 0x67, 0xf0, 0x69, 0xd0, 0x08, 0xe3, 0x45, 0x31, 0x00, 0x6f, 0x00, 0x5b, 0x33, 0x89, 0x9c, 0x01, 0x6c, 0xca, 0xcd, 0xf1, 0xdc, 0xaa, 0x70, 0x58, 0x22, 0xdb, 0x7a, 0xe0, 0xfa, 0x55, 0x21, 0xad, 0x4b, 0xcf, 0x60, 0xcc, 0x10, 0x46, 0xd8, 0x68, 0x09, 0x17, 0x74, 0x5b, 0xfa, 0x79, 0x83, 0xf8, 0xed, 0x48, 0x54, 0x74, 0x83, 0x1a, 0x20, 0x88, 0xa6, 0x26, 0xa7, 0x68, 0x31, 0xb0, 0xd9, 0x78, 0x9c, 0x7a, 0x5e, 0xa4, 0x29, 0x3c, 0x7a, 0x39, 0xf3, 0xf3, 0x73, 0xc3, 0x03, 0x03, 0x27, 0x9f, 0xbf, 0x78, 0xe1, 0xe2, 0x59, 0xe2, 0xce, 0xd2, 0x32, 0x48, 0x23, 0x13, 0x7c, 0x86, 0x93, 0xe8, 0x19, 0x05, 0x73, 0xf8, 0x6d, 0xcb, 0x4b, 0xe0, 0xb8, 0xff, 0xfe, 0xfb, 0xcf, 0xc0, 0xea, 0x09, 0x5c, 0xfe, 0xf9, 0x9f, 0xff, 0x39, 0x02, 0x10, 0xe9, 0x66, 0xa0, 0xc3, 0x7d, 0xa0, 0xb9, 0x7e, 0x1b, 0xa4, 0x7f, 0x3b, 0xd8, 0x1e, 0x26, 0x18, 0xde, 0x5a, 0x67, 0x67, 0x27, 0xb5, 0x1b, 0xc0, 0xa0, 0xd6, 0xcf, 0x03, 0xcc, 0x03, 0x66, 0xf8, 0x35, 0xb8, 0xff, 0x9f, 0x01, 0x03, 0xbd, 0xdf, 0x3e, 0x47, 0x61, 0x0c, 0x80, 0xbd, 0xc1, 0x98, 0xf4, 0x60, 0x1a, 0xc0, 0x74, 0x31, 0xa2, 0xc8, 0x00, 0x5c, 0x7b, 0x54, 0x6f, 0x68, 0xf2, 0x95, 0x2d, 0xad, 0x4b, 0x1b, 0x6f, 0x24, 0xf6, 0xde, 0x5a, 0x58, 0x30, 0x69, 0xc1, 0xb1, 0xf6, 0xf6, 0x6a, 0xe5, 0x1c, 0x00, 0x93, 0xf4, 0x56, 0x52, 0x0c, 0x11, 0xea, 0x6d, 0x22, 0xfe, 0x47, 0xcf, 0xca, 0xa9, 0x13, 0xa7, 0xdd, 0x33, 0x4b, 0x82, 0x03, 0x34, 0x44, 0x3c, 0x39, 0x3f, 0x37, 0x92, 0x5e, 0x4c, 0x4f, 0x75, 0x76, 0x74, 0x6e, 0xed, 0x5a, 0xd7, 0xb5, 0x19, 0xc3, 0x9d, 0x19, 0xb6, 0xb7, 0x43, 0x9f, 0x0d, 0x7b, 0x9f, 0xc1, 0x6f, 0x63, 0x78, 0xb3, 0xbd, 0xce, 0xf0, 0x9f, 0xed, 0x63, 0xf8, 0xef, 0xd2, 0x05, 0xcd, 0x0d, 0x58, 0x5f, 0x82, 0xf5, 0x60, 0x63, 0x63, 0xe3, 0x33, 0x4f, 0x3d, 0xf5, 0xd4, 0x7c, 0x58, 0x43, 0xf4, 0xa3, 0x1f, 0xfd, 0x28, 0x9e, 0xfb, 0x55, 0x5c, 0x80, 0x19, 0xfe, 0x00, 0xec, 0x80, 0xbd, 0xb0, 0x7d, 0x2f, 0xd8, 0x1a, 0x1f, 0x87, 0x25, 0x0a, 0xf0, 0xc8, 0x04, 0x6d, 0xa0, 0xa1, 0x46, 0x00, 0xb8, 0xa4, 0x0d, 0x0c, 0x0c, 0x6c, 0x80, 0xfb, 0x7f, 0xfa, 0xeb, 0x5f, 0xff, 0xfa, 0xcd, 0x0f, 0x3f, 0xfc, 0x70, 0xa2, 0x68, 0x0d, 0x20, 0x84, 0x41, 0x48, 0xa9, 0x73, 0x96, 0x1b, 0x34, 0xed, 0x18, 0xc1, 0xf2, 0x0b, 0x5e, 0x2d, 0xd2, 0x7a, 0xb9, 0x0c, 0xd8, 0xc2, 0x34, 0x87, 0xf7, 0x18, 0x4f, 0x3c, 0x10, 0x09, 0xe8, 0xbf, 0x6b, 0xb8, 0x15, 0xb9, 0x99, 0xc3, 0xc2, 0x32, 0x80, 0x4d, 0xda, 0x5d, 0xd2, 0x6f, 0x44, 0x62, 0x91, 0x86, 0x58, 0xac, 0x6a, 0xd9, 0x8a, 0xd2, 0xba, 0x88, 0x21, 0x31, 0x7a, 0xf7, 0xdd, 0x77, 0xff, 0xd7, 0x67, 0x9f, 0x7d, 0xf6, 0x5b, 0xf9, 0x7e, 0xd7, 0x66, 0x06, 0xcc, 0x20, 0x7b, 0xf1, 0x89, 0x27, 0x9e, 0xf8, 0x23, 0xb8, 0xf7, 0xff, 0x04, 0xf0, 0xe8, 0x73, 0x47, 0x8e, 0x1c, 0xa9, 0xec, 0xed, 0xed, 0xd5, 0xd1, 0x60, 0xee, 0xef, 0xef, 0xd7, 0x4f, 0x9e, 0x3c, 0xb9, 0x03, 0x9e, 0xc3, 0xdf, 0xe2, 0x57, 0xbc, 0x0e, 0xf8, 0x90, 0x0c, 0xc0, 0xa4, 0x0b, 0xf3, 0x00, 0x31, 0xd7, 0x8e, 0xc1, 0x75, 0x87, 0xb4, 0x70, 0x6a, 0xd6, 0x0e, 0xe3, 0xf5, 0x2b, 0x2e, 0x1b, 0xa6, 0xc0, 0xac, 0x66, 0x5f, 0x5a, 0xf8, 0x02, 0xb3, 0xea, 0x63, 0x75, 0xdf, 0xdf, 0x12, 0xaf, 0x45, 0xcf, 0x79, 0x2d, 0xb9, 0xae, 0xb7, 0xd0, 0x6b, 0x11, 0x8f, 0x55, 0x1f, 0x23, 0xcf, 0x06, 0x07, 0xf6, 0xdf, 0xe5, 0x02, 0x13, 0xe5, 0xfa, 0x40, 0xab, 0x74, 0xb4, 0xc3, 0xf5, 0x3d, 0x0e, 0x4c, 0xb0, 0xa5, 0x98, 0x93, 0x00, 0xce, 0x3f, 0xff, 0xe0, 0x83, 0x0f, 0x7e, 0x01, 0xce, 0x75, 0x1d, 0xce, 0x24, 0x63, 0xb2, 0x3d, 0xc6, 0x30, 0x61, 0x34, 0x2b, 0x32, 0x02, 0xec, 0xdb, 0x07, 0x36, 0xc1, 0xfb, 0x0b, 0xd5, 0x00, 0x42, 0x5f, 0x00, 0x1e, 0xd3, 0xf3, 0x25, 0x51, 0xe6, 0x92, 0xb6, 0xa4, 0xe1, 0xaa, 0x42, 0xaf, 0x5e, 0x18, 0xb2, 0xfc, 0xe9, 0x8d, 0x85, 0xba, 0x6b, 0x2d, 0x97, 0x72, 0x96, 0xcc, 0x26, 0x72, 0xbb, 0x42, 0xe5, 0xfe, 0xbb, 0xbc, 0x21, 0x5c, 0x51, 0x11, 0xcd, 0x6b, 0x56, 0xbd, 0xa0, 0xa1, 0x85, 0xff, 0x13, 0x46, 0xf6, 0xda, 0xcc, 0x59, 0x09, 0x10, 0xed, 0x0b, 0xb0, 0x7e, 0x98, 0x14, 0x19, 0x1e, 0xfd, 0xd0, 0x43, 0x0f, 0x1d, 0x07, 0x68, 0x74, 0x1b, 0x40, 0xa3, 0x97, 0xc0, 0x36, 0xb8, 0x05, 0x61, 0x10, 0x18, 0xc7, 0xd4, 0x43, 0x04, 0xbf, 0xf5, 0x59, 0x38, 0xe4, 0x85, 0xa2, 0x8d, 0x60, 0xd1, 0x06, 0x70, 0xaf, 0x37, 0xce, 0xcd, 0x02, 0xe7, 0xf2, 0xe9, 0xaf, 0xee, 0x64, 0xf4, 0xd2, 0x41, 0xa2, 0x52, 0x5c, 0x8b, 0xd3, 0x7d, 0x31, 0x9e, 0xce, 0x49, 0x1e, 0x08, 0x81, 0x22, 0xb6, 0x87, 0x4e, 0xee, 0xc0, 0x7e, 0xcf, 0x6f, 0xde, 0x43, 0x5a, 0xdb, 0x5a, 0x18, 0xeb, 0x0b, 0xde, 0x3b, 0xb9, 0xc9, 0x06, 0x7e, 0xe6, 0xf3, 0x93, 0x54, 0x6f, 0xd3, 0xe4, 0x3d, 0x72, 0xd2, 0x41, 0xaa, 0xbf, 0xb3, 0xf3, 0x61, 0xaf, 0xe3, 0xf8, 0xf4, 0x0c, 0x39, 0x78, 0xf0, 0x0d, 0xf2, 0xd6, 0xb1, 0xb7, 0x19, 0x5c, 0xfb, 0x0d, 0x58, 0xfd, 0xa1, 0x6d, 0x2c, 0x1b, 0xdc, 0x3a, 0xef, 0x01, 0xd0, 0x28, 0x05, 0x98, 0xff, 0x63, 0x70, 0xce, 0xd3, 0x60, 0x08, 0x47, 0x01, 0x06, 0x11, 0xb0, 0x35, 0x74, 0x80, 0x47, 0xef, 0x29, 0x74, 0x22, 0x4c, 0x08, 0x85, 0x76, 0xa4, 0xbb, 0x69, 0x0a, 0x2a, 0xd7, 0x2d, 0x8b, 0xae, 0xad, 0x40, 0x92, 0xca, 0xea, 0x4f, 0x6f, 0x2c, 0xf4, 0x5a, 0x9c, 0x0a, 0x71, 0xb3, 0xb9, 0xfb, 0xef, 0xf2, 0x35, 0x42, 0x65, 0x57, 0xe8, 0x86, 0xbe, 0x1e, 0xb2, 0x65, 0xeb, 0x66, 0x87, 0x01, 0x44, 0x62, 0x95, 0xcf, 0x47, 0x7c, 0xff, 0xae, 0x39, 0x47, 0xf0, 0x14, 0x2f, 0x7d, 0x26, 0xc1, 0x9f, 0x31, 0x02, 0x60, 0xf8, 0xc2, 0x08, 0x39, 0x7d, 0xea, 0x0c, 0xab, 0x5c, 0xdd, 0x75, 0xdb, 0x6d, 0xb7, 0xfd, 0xbb, 0x57, 0x5e, 0x79, 0xe5, 0x67, 0x3e, 0xde, 0xa6, 0xbc, 0x98, 0x01, 0x0c, 0xde, 0xc1, 0xc7, 0x1e, 0x7b, 0xec, 0x9d, 0xb9, 0xb9, 0xb9, 0x5d, 0xcc, 0x76, 0x85, 0x67, 0xd0, 0x54, 0x14, 0x04, 0x62, 0x27, 0xa2, 0x61, 0x10, 0x9c, 0x0d, 0xe0, 0x14, 0xc4, 0x9a, 0x4d, 0x73, 0x1a, 0xa0, 0x14, 0xae, 0xcf, 0xe5, 0x84, 0x21, 0xab, 0x29, 0xaf, 0x40, 0xd4, 0xa0, 0x6c, 0x56, 0x5d, 0x55, 0x23, 0x54, 0xb6, 0x09, 0x84, 0x46, 0x19, 0x11, 0xb1, 0x51, 0xc6, 0xc5, 0x0b, 0xa3, 0x64, 0xed, 0x9a, 0xb5, 0xa1, 0x89, 0x08, 0xdf, 0x75, 0x75, 0x4d, 0xd5, 0x92, 0x20, 0x25, 0x0c, 0xbb, 0xc0, 0xd8, 0xa4, 0x93, 0x27, 0x4e, 0xd1, 0x00, 0x3c, 0x1c, 0x55, 0x55, 0x55, 0xbf, 0x05, 0xab, 0xc3, 0x3e, 0x0c, 0xc0, 0x7f, 0xce, 0x09, 0x93, 0x1e, 0x7f, 0xfc, 0xf1, 0x0f, 0xc2, 0x7d, 0xef, 0xc4, 0x59, 0x64, 0x1c, 0x8b, 0x8b, 0x8b, 0x26, 0x3c, 0xd3, 0x0b, 0x25, 0xd1, 0x00, 0xec, 0xe5, 0xc8, 0xb9, 0x00, 0x7c, 0x45, 0xb8, 0xe2, 0xb3, 0xaf, 0xae, 0xbc, 0xf4, 0xc6, 0x42, 0x27, 0xfa, 0xb0, 0xca, 0xb6, 0xec, 0x05, 0xf2, 0xf3, 0x06, 0xf1, 0xf3, 0x32, 0x32, 0x04, 0x1a, 0x78, 0xe7, 0x24, 0x59, 0x98, 0x4b, 0x85, 0x26, 0x52, 0x0c, 0x8a, 0xbb, 0xe5, 0xf6, 0x1b, 0x3d, 0xd7, 0x7d, 0x61, 0xe8, 0x22, 0x99, 0x9e, 0x9a, 0x16, 0xf6, 0xb1, 0x44, 0x25, 0x36, 0x58, 0x3d, 0x22, 0xd5, 0xdf, 0x2b, 0x2b, 0x2b, 0xc8, 0x8d, 0xb7, 0x5c, 0x4f, 0xfa, 0xfa, 0x36, 0x90, 0x8e, 0xce, 0x0e, 0x87, 0x01, 0x2a, 0x2a, 0x2a, 0x7e, 0x1d, 0x18, 0xe3, 0x4f, 0x17, 0xad, 0xe4, 0x0f, 0x9e, 0xf8, 0xa3, 0x3e, 0xf3, 0x0a, 0xa6, 0x42, 0x58, 0x6b, 0x4f, 0x3c, 0xf1, 0xc4, 0x83, 0xb0, 0xfe, 0x4b, 0x38, 0x97, 0xd9, 0xd9, 0xd9, 0xa9, 0x61, 0x1c, 0x11, 0x86, 0x4e, 0xc0, 0xbe, 0xef, 0x17, 0xed, 0x06, 0x65, 0x13, 0x61, 0x2c, 0xfa, 0x87, 0xb7, 0x01, 0xdc, 0xc6, 0x18, 0x7a, 0x00, 0xe1, 0x2d, 0x57, 0x92, 0xca, 0xea, 0x30, 0x60, 0x8b, 0x85, 0x44, 0x56, 0xd3, 0x6b, 0x5d, 0x78, 0xbe, 0xbc, 0xc1, 0xab, 0x32, 0x82, 0x19, 0x5d, 0xb0, 0xc4, 0x16, 0x97, 0x08, 0x33, 0x21, 0xaf, 0xd5, 0x25, 0xe2, 0xf8, 0xcc, 0x2c, 0x69, 0x6c, 0x6a, 0xf0, 0xd8, 0x19, 0xe3, 0x97, 0x0a, 0x2f, 0xde, 0xbc, 0xb8, 0xb0, 0x48, 0x66, 0xa6, 0x66, 0x48, 0x67, 0xd7, 0x3a, 0xb2, 0x6e, 0x9d, 0x55, 0x89, 0x02, 0x89, 0x14, 0xae, 0xad, 0x75, 0xdb, 0xb6, 0x6d, 0xef, 0x3e, 0x7c, 0xf8, 0x30, 0x0f, 0x83, 0x22, 0x8a, 0xed, 0x8c, 0xbd, 0x9d, 0xe1, 0x35, 0x02, 0x40, 0x9e, 0xbd, 0xb0, 0xfc, 0x31, 0x9c, 0xe7, 0x76, 0x4c, 0xda, 0xd9, 0xba, 0x75, 0xab, 0x86, 0xf3, 0x56, 0x27, 0x4e, 0x9c, 0xa0, 0x73, 0x19, 0x60, 0x68, 0xff, 0x55, 0xc1, 0x1a, 0x40, 0xc8, 0x07, 0xd6, 0xdd, 0x54, 0x46, 0x93, 0x73, 0x83, 0x26, 0x93, 0xd6, 0x0b, 0x1a, 0x1f, 0xcf, 0x92, 0x9f, 0xfc, 0x64, 0x21, 0x04, 0xbc, 0x59, 0xc9, 0x51, 0xda, 0x0b, 0x5b, 0xca, 0xfb, 0xc4, 0xc0, 0x41, 0x9e, 0x01, 0x02, 0xdd, 0xa0, 0x06, 0xd7, 0x76, 0xc8, 0xae, 0x0d, 0xc4, 0x33, 0x00, 0xcf, 0x10, 0x61, 0xc6, 0x04, 0x10, 0xba, 0xcc, 0x00, 0x27, 0x4e, 0x9e, 0x20, 0x15, 0x7a, 0xac, 0xa8, 0x7b, 0x1a, 0xbb, 0x78, 0x89, 0xb4, 0xb4, 0x35, 0x93, 0xf5, 0x3d, 0xdd, 0xa4, 0x03, 0x98, 0xe0, 0xcc, 0x69, 0x6b, 0xa2, 0x76, 0xcd, 0x9a, 0x35, 0x77, 0xc3, 0xea, 0x0d, 0x1f, 0x42, 0xd7, 0xe5, 0xf5, 0x67, 0x3f, 0xfb, 0xd9, 0x9a, 0x1d, 0x3b, 0x76, 0x7c, 0x08, 0xb4, 0xd5, 0xa7, 0xe1, 0xf3, 0xad, 0x20, 0xa0, 0x0d, 0x9c, 0x0d, 0x86, 0x45, 0xa3, 0x25, 0x21, 0x8f, 0x1f, 0xc7, 0x84, 0x7e, 0x4c, 0xca, 0xf9, 0x23, 0x55, 0xe8, 0x74, 0xde, 0x36, 0x00, 0x4b, 0xaa, 0x76, 0x13, 0xe2, 0xdd, 0x07, 0xde, 0xd8, 0x18, 0xb3, 0xdd, 0x5b, 0x56, 0x77, 0xf2, 0xf2, 0x28, 0xed, 0x68, 0x68, 0xac, 0x0c, 0xe1, 0x06, 0x35, 0x9c, 0x28, 0x5d, 0xb9, 0xfd, 0x28, 0xce, 0x06, 0xe7, 0xcb, 0x00, 0xe3, 0x97, 0x26, 0xc8, 0xc6, 0xcd, 0x1b, 0x84, 0x7d, 0x3d, 0xbd, 0xeb, 0xc9, 0xf9, 0xd3, 0x43, 0x80, 0xe3, 0x0b, 0xb7, 0x0f, 0xf0, 0xbc, 0xc8, 0x90, 0x3d, 0x3d, 0xeb, 0x81, 0x09, 0xba, 0x1c, 0x06, 0x00, 0xd8, 0x72, 0x27, 0x48, 0xed, 0xbf, 0x04, 0xed, 0x93, 0xb2, 0x09, 0x3d, 0x23, 0xaf, 0xf7, 0xed, 0xdb, 0xd7, 0x05, 0x9a, 0xe2, 0x3d, 0x80, 0xef, 0xf7, 0xc2, 0xb1, 0x1f, 0x84, 0x7b, 0xaa, 0xc6, 0x40, 0x39, 0xf4, 0xf7, 0x77, 0x77, 0x77, 0xeb, 0xc8, 0xf4, 0x08, 0x79, 0x06, 0x06, 0x06, 0x8c, 0x54, 0x2a, 0xa5, 0x83, 0x46, 0xf8, 0x8b, 0x07, 0x1f, 0x7c, 0xf0, 0x7f, 0x28, 0xed, 0x9c, 0x70, 0xd2, 0x4d, 0xab, 0xe7, 0xd3, 0x21, 0x9d, 0xce, 0x8f, 0x44, 0xec, 0x10, 0xff, 0x81, 0xbb, 0xd6, 0x93, 0xef, 0x3e, 0xfd, 0xab, 0x60, 0x70, 0x64, 0xfc, 0x5d, 0x0a, 0x7e, 0x16, 0x8c, 0xe9, 0x63, 0xdc, 0xe5, 0xfc, 0xa2, 0x7f, 0x33, 0x86, 0x42, 0xce, 0x45, 0x72, 0x34, 0xa3, 0xf3, 0xfc, 0xc9, 0x0c, 0xf1, 0x9b, 0x66, 0x9e, 0xd7, 0xe6, 0x33, 0x36, 0xf6, 0xd7, 0xe7, 0x76, 0x83, 0xda, 0x4d, 0xd9, 0xf8, 0x9c, 0x80, 0x62, 0x34, 0x00, 0x42, 0xdc, 0xc4, 0x6c, 0x92, 0xd4, 0xd5, 0xbb, 0x8d, 0xb6, 0x7b, 0x7b, 0x7a, 0xc8, 0x5b, 0x47, 0xdf, 0x01, 0xe8, 0x52, 0x53, 0x30, 0x03, 0xe0, 0x79, 0x67, 0xa6, 0xe2, 0xa4, 0xad, 0xa3, 0x95, 0x74, 0xaf, 0xef, 0x76, 0x60, 0x10, 0x5c, 0x5f, 0x33, 0x40, 0x97, 0x1b, 0x8f, 0x1e, 0x3d, 0xfa, 0x73, 0x24, 0x78, 0x80, 0x32, 0xd1, 0x3b, 0xee, 0xb8, 0xa3, 0xbf, 0xb7, 0xb7, 0x77, 0x27, 0x68, 0x87, 0x5d, 0xc0, 0x20, 0x37, 0x82, 0xb4, 0xef, 0xb3, 0x67, 0xb9, 0x0d, 0x74, 0x6f, 0x62, 0xd5, 0x8a, 0xb5, 0x6b, 0xd7, 0xea, 0x08, 0x77, 0xd0, 0xa3, 0x34, 0x3c, 0x3c, 0x4c, 0x43, 0xa5, 0x81, 0x6e, 0x67, 0x60, 0xf9, 0xcc, 0x03, 0x0f, 0x3c, 0xf0, 0x2f, 0xbe, 0x86, 0x7e, 0xb8, 0x8b, 0x35, 0x1c, 0x23, 0x98, 0x69, 0x00, 0xb7, 0xb1, 0x82, 0x58, 0x1a, 0xbd, 0x7f, 0x53, 0x43, 0x0e, 0xe2, 0x37, 0x4b, 0x46, 0xfc, 0x05, 0x31, 0x88, 0x19, 0x92, 0x10, 0x8b, 0x24, 0xec, 0x15, 0x69, 0x46, 0x67, 0xb2, 0x0a, 0x1d, 0xf6, 0xcb, 0x55, 0x40, 0x20, 0xad, 0x00, 0xac, 0x36, 0x31, 0x3e, 0x25, 0x30, 0x40, 0xb4, 0x22, 0x4a, 0x62, 0xd5, 0x95, 0x05, 0x9d, 0x8b, 0x1f, 0x97, 0xc6, 0x26, 0x48, 0x6b, 0x7b, 0x0b, 0xe9, 0xea, 0xee, 0x04, 0x26, 0xe8, 0x22, 0x27, 0x06, 0x4e, 0x5a, 0x34, 0xd4, 0xdf, 0xff, 0xc8, 0xed, 0xb7, 0xdf, 0x3e, 0x08, 0xc4, 0x8f, 0xc9, 0x33, 0x1b, 0x81, 0xde, 0x2a, 0xed, 0x59, 0x6d, 0x13, 0xb3, 0xc7, 0x30, 0x37, 0x00, 0x08, 0x1e, 0xd7, 0x7a, 0x25, 0xed, 0x32, 0x83, 0x7d, 0xdf, 0xc6, 0x30, 0x61, 0xc6, 0x04, 0xc9, 0x8f, 0x05, 0x2b, 0xd2, 0xb0, 0xfc, 0x3d, 0xec, 0xdf, 0x0f, 0x92, 0x3f, 0xb0, 0xd1, 0x46, 0x58, 0x1b, 0xa0, 0x81, 0x4f, 0x9e, 0xb0, 0x20, 0x90, 0x9b, 0x0e, 0x59, 0x4a, 0xa2, 0x5e, 0x6a, 0xe2, 0x3f, 0xfc, 0xc6, 0x9b, 0x64, 0xf4, 0xe2, 0x28, 0xc5, 0x9e, 0x17, 0x86, 0x47, 0xe8, 0xc3, 0x3f, 0xfa, 0xe6, 0x31, 0xb2, 0x1e, 0xd4, 0x7a, 0x26, 0x9d, 0x41, 0x4b, 0x89, 0xdc, 0x72, 0xeb, 0xcd, 0x02, 0xe1, 0x14, 0x2c, 0xd1, 0x57, 0xa4, 0xf9, 0xb4, 0x5b, 0x87, 0x0a, 0x09, 0x95, 0xd7, 0x00, 0x68, 0xd4, 0xe6, 0xab, 0x01, 0x70, 0x4c, 0x8e, 0x4f, 0x92, 0xde, 0xbe, 0x6e, 0x61, 0xdf, 0xfa, 0xee, 0x2e, 0x32, 0x35, 0x3e, 0xeb, 0xb4, 0x63, 0x2d, 0x64, 0xe0, 0x79, 0x33, 0x70, 0x4d, 0x18, 0xc5, 0x89, 0x2e, 0x51, 0xc6, 0x00, 0x00, 0xd5, 0x76, 0xd4, 0xd4, 0xd4, 0x6c, 0x47, 0x62, 0x67, 0x19, 0x62, 0xe8, 0xce, 0x84, 0xb5, 0x66, 0xf5, 0xa6, 0xd0, 0x29, 0x9c, 0xc3, 0x1c, 0x00, 0x3b, 0x6d, 0xd2, 0xa0, 0x5e, 0xdf, 0x48, 0x04, 0x6b, 0xad, 0x7f, 0x07, 0x60, 0xcf, 0x57, 0xbe, 0xf8, 0xc5, 0x2f, 0x9e, 0x09, 0xe5, 0xea, 0x2d, 0xcc, 0x0b, 0xa4, 0x73, 0x2a, 0x37, 0xbb, 0xb2, 0x12, 0x3d, 0x4f, 0xc9, 0x9f, 0x00, 0x6c, 0x88, 0x09, 0xe1, 0x63, 0x63, 0x97, 0x28, 0x96, 0x3d, 0x0d, 0xd8, 0x13, 0x25, 0xe3, 0xd1, 0x23, 0xc7, 0xc8, 0xaf, 0xde, 0x7d, 0x17, 0x39, 0x75, 0xea, 0x74, 0xf1, 0xc4, 0xbf, 0x8c, 0x0c, 0x22, 0x6b, 0x07, 0xbe, 0x4c, 0x25, 0xde, 0x47, 0xb1, 0x10, 0x88, 0x09, 0x39, 0x4c, 0xa1, 0xac, 0xe6, 0x42, 0xb1, 0x7b, 0x7a, 0x7b, 0xc9, 0xb9, 0xb3, 0xaf, 0x92, 0xd6, 0xe6, 0xd6, 0x82, 0x19, 0x00, 0x2f, 0x75, 0x66, 0x6a, 0x96, 0xb4, 0x75, 0xb6, 0x91, 0x3e, 0x60, 0x00, 0x5a, 0x96, 0x65, 0x7e, 0x81, 0x12, 0x77, 0x6b, 0x6b, 0x2b, 0x0d, 0x6f, 0xe6, 0x03, 0xfa, 0x10, 0xd6, 0xd8, 0x65, 0x57, 0x0c, 0x60, 0x66, 0xdd, 0x2e, 0xe8, 0xb5, 0x08, 0x5a, 0xef, 0xf9, 0x64, 0x32, 0xf9, 0xcf, 0xdf, 0xff, 0xfe, 0xf7, 0x0f, 0xfc, 0xf2, 0x97, 0xbf, 0x64, 0xf9, 0x0b, 0x5a, 0x98, 0xf9, 0x82, 0xbc, 0xbc, 0x40, 0xec, 0x61, 0xb2, 0x87, 0x48, 0x27, 0xc1, 0x4c, 0x31, 0x11, 0x63, 0x29, 0x21, 0x4f, 0x41, 0x78, 0x5f, 0x3a, 0x7c, 0xc7, 0xce, 0xed, 0xa0, 0xce, 0xeb, 0xe8, 0x36, 0xf6, 0xa5, 0x7a, 0xcf, 0xde, 0xdb, 0x69, 0xf6, 0x54, 0x6a, 0x31, 0x4d, 0x9a, 0x5b, 0xd6, 0xd2, 0x97, 0x2c, 0x87, 0x78, 0xaf, 0x5a, 0xc8, 0xa3, 0x38, 0x97, 0x95, 0x66, 0x6a, 0x0b, 0x2b, 0xa9, 0xf7, 0x6e, 0xa1, 0x1a, 0x00, 0xc7, 0xd4, 0xe4, 0x8c, 0xc0, 0x00, 0xb5, 0x58, 0x4a, 0x45, 0x33, 0x0b, 0x3e, 0x9f, 0x63, 0x0c, 0x83, 0x16, 0x68, 0xe9, 0x68, 0xa1, 0xee, 0xd0, 0x9e, 0x0d, 0x3d, 0xe4, 0xf8, 0xdb, 0x96, 0xa3, 0xe6, 0xe4, 0xc9, 0x93, 0xf4, 0x5e, 0xac, 0x0a, 0x21, 0x29, 0x0c, 0xa3, 0x66, 0x04, 0x0f, 0xbb, 0x8d, 0x77, 0x60, 0xff, 0x8f, 0xa7, 0xa6, 0xa6, 0x5e, 0x7a, 0xee, 0xb9, 0xe7, 0x7e, 0x7a, 0xe6, 0xcc, 0x99, 0x39, 0xce, 0x6b, 0xa4, 0x71, 0x4b, 0xf1, 0x0c, 0x00, 0x16, 0x77, 0x04, 0x5e, 0x46, 0x0d, 0xff, 0x52, 0x58, 0x61, 0x5c, 0xbc, 0x40, 0xe4, 0x4a, 0xbe, 0xa5, 0xce, 0x52, 0x19, 0xbb, 0xa5, 0xc4, 0xfb, 0x56, 0xea, 0x9f, 0x09, 0x38, 0x72, 0x0d, 0x49, 0xce, 0x5a, 0xd9, 0x50, 0x38, 0x39, 0x33, 0x1b, 0x9f, 0xb5, 0x5f, 0xf6, 0x54, 0xc9, 0x6d, 0x82, 0xbc, 0x98, 0xb7, 0x08, 0x06, 0xa9, 0xac, 0xa8, 0x24, 0x4d, 0x8d, 0x6b, 0xe8, 0x4c, 0xbc, 0x1c, 0x09, 0x5a, 0x2c, 0x03, 0x74, 0x76, 0x77, 0x08, 0xfb, 0xda, 0x00, 0xbf, 0x1b, 0x19, 0x23, 0x30, 0xcc, 0x3a, 0xd7, 0x98, 0x9e, 0x9c, 0xa6, 0x15, 0xab, 0xdb, 0xda, 0x5b, 0xc9, 0x96, 0x2d, 0x9b, 0x1c, 0x06, 0xc0, 0xee, 0x31, 0x4d, 0x4d, 0x4d, 0x28, 0x89, 0x46, 0x80, 0x01, 0xde, 0x06, 0x03, 0xf9, 0x28, 0x40, 0x9e, 0xc3, 0x07, 0x0f, 0x1e, 0x7c, 0xf3, 0xfc, 0xf9, 0xf3, 0x71, 0x22, 0x26, 0xdf, 0x68, 0x85, 0xfa, 0xb9, 0x73, 0x5e, 0x39, 0x58, 0xde, 0x31, 0x27, 0xab, 0xc8, 0x2e, 0xa3, 0xc1, 0x4e, 0x8d, 0x6a, 0x09, 0xab, 0xb6, 0x65, 0xd2, 0xe9, 0x02, 0x09, 0x76, 0x09, 0xb5, 0x83, 0x99, 0xd3, 0xc7, 0x53, 0x3a, 0x98, 0x52, 0x32, 0xc9, 0x5f, 0x02, 0xed, 0x50, 0x83, 0xd3, 0xfe, 0x29, 0x5a, 0xfe, 0x04, 0x35, 0x36, 0x96, 0x3e, 0xe7, 0xdd, 0xa0, 0x85, 0x1a, 0xae, 0x18, 0xc0, 0x86, 0x13, 0x58, 0xb1, 0x2a, 0xd7, 0xff, 0xdf, 0xb7, 0x61, 0x03, 0x79, 0xe3, 0xe0, 0x9b, 0xa4, 0x79, 0x6d, 0x4b, 0x51, 0x30, 0x28, 0x3e, 0x3d, 0x4b, 0xd6, 0x75, 0x75, 0x90, 0xcd, 0xdb, 0x36, 0x93, 0xaa, 0x1f, 0xc4, 0x80, 0xa6, 0x16, 0xe9, 0xb5, 0xbe, 0xf0, 0xc2, 0x0b, 0x7f, 0x78, 0xf8, 0xf0, 0xe1, 0x57, 0x88, 0x37, 0xe3, 0x4c, 0xae, 0x4a, 0x6d, 0x92, 0xe0, 0x70, 0xa6, 0xc2, 0x19, 0xe0, 0x9b, 0xdf, 0xfc, 0xe6, 0xfc, 0xef, 0xff, 0xfe, 0xef, 0x67, 0xe1, 0xa1, 0xa3, 0x26, 0x20, 0x53, 0xd3, 0x53, 0xf4, 0xe2, 0x70, 0x92, 0x05, 0x1f, 0x66, 0x7d, 0x6d, 0x3d, 0x19, 0xbe, 0x30, 0xc4, 0xbd, 0x14, 0xb3, 0x30, 0x3a, 0x2f, 0xa5, 0x07, 0xa7, 0x48, 0x2f, 0x0f, 0x09, 0x4d, 0xd4, 0x25, 0x84, 0x3c, 0x21, 0x59, 0x33, 0x88, 0xf8, 0x51, 0xe2, 0xaf, 0x59, 0xd3, 0x0c, 0xef, 0x46, 0xa7, 0x84, 0x85, 0x78, 0x19, 0x4b, 0x89, 0x38, 0xda, 0xa1, 0xb2, 0xb2, 0x28, 0xc8, 0x32, 0x03, 0x84, 0xda, 0xd6, 0xe1, 0x32, 0xc0, 0x1a, 0xd0, 0xa0, 0x8b, 0xa9, 0x85, 0xa2, 0x61, 0xd0, 0xe4, 0xc4, 0x34, 0x9c, 0xb7, 0x85, 0x56, 0x7d, 0xd8, 0xb8, 0x69, 0x23, 0x79, 0xeb, 0xa8, 0x15, 0x21, 0x0a, 0x1a, 0x00, 0xa3, 0x37, 0x7f, 0x42, 0xd4, 0x55, 0x28, 0xc2, 0xec, 0x2b, 0x89, 0x11, 0x6c, 0x22, 0xe6, 0x02, 0x62, 0xdf, 0x89, 0x1f, 0x30, 0x6e, 0x63, 0x12, 0x20, 0x02, 0x26, 0x22, 0xa3, 0x45, 0xde, 0xdd, 0xd5, 0x4d, 0x33, 0xf4, 0x53, 0x8b, 0x18, 0xab, 0x6e, 0x84, 0xa2, 0x25, 0xcf, 0x4b, 0xf4, 0xe9, 0x1a, 0xe3, 0x47, 0xb0, 0x66, 0x01, 0x98, 0x59, 0x0e, 0x18, 0xcb, 0x47, 0xa2, 0x9b, 0x24, 0xa0, 0xe3, 0xa1, 0x99, 0x5b, 0xa2, 0xe7, 0xb2, 0x83, 0xfc, 0xae, 0xc7, 0x2f, 0xdf, 0x57, 0x75, 0x1a, 0xdd, 0x2e, 0x68, 0x55, 0x53, 0x5b, 0x4b, 0x4b, 0x1a, 0xe2, 0x38, 0x7b, 0xe6, 0x1c, 0xe6, 0xc5, 0x3a, 0xc7, 0xa2, 0xeb, 0xb0, 0x18, 0x62, 0x9d, 0xa6, 0x7e, 0x7b, 0x51, 0xda, 0xaf, 0x59, 0xdb, 0xc4, 0x25, 0xf7, 0x14, 0x36, 0xe2, 0xd3, 0x71, 0x6a, 0x83, 0xe1, 0xf5, 0x6d, 0xdf, 0xb1, 0xdd, 0x61, 0x80, 0xea, 0xea, 0xea, 0x3b, 0x80, 0xc6, 0xfe, 0x24, 0x6d, 0x4d, 0x85, 0xe7, 0x93, 0x60, 0x6f, 0x94, 0x92, 0x01, 0xf0, 0xe6, 0xbe, 0x87, 0x91, 0x75, 0xb8, 0x8d, 0xc9, 0xc6, 0x6f, 0x1f, 0x7b, 0x87, 0xec, 0xb9, 0xfe, 0x5a, 0x6a, 0x4c, 0x62, 0x69, 0x0a, 0x5c, 0x4a, 0x63, 0xec, 0x9a, 0xbe, 0xda, 0x41, 0x2d, 0x21, 0xcd, 0xdc, 0x92, 0xd8, 0x0c, 0x90, 0xae, 0xa6, 0xa9, 0x64, 0xbb, 0x60, 0x66, 0x33, 0x73, 0x48, 0x7e, 0xb9, 0x14, 0xbc, 0x19, 0x20, 0x0c, 0xcc, 0x00, 0x65, 0xa3, 0xee, 0xa0, 0x13, 0x70, 0x0b, 0x02, 0x22, 0x38, 0x73, 0xfa, 0x2c, 0x79, 0xf9, 0x27, 0xaf, 0x08, 0xc9, 0xef, 0x1b, 0x37, 0x6e, 0x2c, 0x8a, 0x01, 0x30, 0xb1, 0x1e, 0x93, 0x58, 0xd0, 0x5e, 0x72, 0xbd, 0x41, 0xeb, 0xc9, 0xb9, 0xd3, 0x43, 0xd4, 0xee, 0x28, 0x66, 0xcc, 0xce, 0x24, 0x48, 0x7b, 0x57, 0x1b, 0xd9, 0xbe, 0x6b, 0x3b, 0x89, 0x7d, 0x37, 0x46, 0x6b, 0x89, 0x02, 0xdd, 0x35, 0xee, 0xdc, 0xb9, 0xf3, 0x86, 0x37, 0xde, 0x78, 0xe3, 0xc7, 0x24, 0x38, 0x3a, 0x34, 0xef, 0x44, 0xfb, 0x7c, 0x19, 0xe0, 0xab, 0xc0, 0x00, 0x9f, 0x87, 0xa5, 0x0e, 0xa5, 0xd5, 0xcf, 0x7e, 0xf6, 0x33, 0xca, 0xf1, 0x5d, 0xdd, 0x5d, 0xa4, 0xb1, 0xb1, 0xc1, 0xa9, 0x1d, 0xa9, 0x7a, 0x23, 0x4e, 0x67, 0x17, 0x3f, 0x62, 0x90, 0x3b, 0xc2, 0xab, 0x88, 0x42, 0xd9, 0x35, 0x3e, 0x77, 0x37, 0x72, 0x53, 0x45, 0xe0, 0xaa, 0x46, 0x70, 0xfe, 0xd4, 0xe4, 0x16, 0xff, 0x52, 0x32, 0x87, 0x99, 0x53, 0x2b, 0x04, 0x96, 0x31, 0x94, 0x9f, 0x95, 0x42, 0xe2, 0x07, 0x69, 0x1a, 0xd5, 0xb9, 0x91, 0xe0, 0x07, 0xcf, 0x0f, 0x91, 0xa3, 0x47, 0x8f, 0x09, 0xfd, 0x77, 0x51, 0xba, 0x6e, 0xda, 0xb4, 0xa9, 0xe8, 0xc9, 0xab, 0x44, 0x3c, 0x49, 0xd6, 0xb6, 0xb8, 0x61, 0xf5, 0x38, 0x0b, 0x7b, 0xe4, 0x8d, 0x63, 0x64, 0x4d, 0xd3, 0xda, 0xa2, 0xce, 0x3b, 0x31, 0x31, 0x45, 0x5a, 0x3b, 0x9a, 0x49, 0x5b, 0x4b, 0x33, 0xcd, 0x59, 0x60, 0x7d, 0x8d, 0xe1, 0xba, 0xdf, 0x07, 0xab, 0x1f, 0x12, 0xb1, 0x2c, 0x8b, 0x5c, 0x9e, 0x45, 0xae, 0x46, 0x11, 0x7a, 0x84, 0x7e, 0x1a, 0x8f, 0x3c, 0xf2, 0xc8, 0x7d, 0xb0, 0xfa, 0x5b, 0xf6, 0x52, 0x10, 0xfe, 0xe0, 0x03, 0xc5, 0xc0, 0x23, 0x7e, 0x32, 0x24, 0x4c, 0xcf, 0x59, 0xd5, 0xb1, 0xf9, 0x74, 0x31, 0xcc, 0xd5, 0xc3, 0x36, 0xd7, 0x39, 0xc5, 0x5e, 0xc4, 0x46, 0xce, 0xdf, 0xf1, 0xbb, 0x87, 0xa0, 0xdf, 0x0e, 0x73, 0xee, 0x5c, 0xd7, 0x17, 0xa6, 0xef, 0xae, 0xbc, 0x4d, 0x19, 0x60, 0x70, 0x90, 0xb6, 0x3b, 0xe2, 0x27, 0x2f, 0x3f, 0xfc, 0xe1, 0x0f, 0x53, 0x62, 0x2d, 0x76, 0x54, 0xd7, 0x56, 0x91, 0x0d, 0x1b, 0xd7, 0x0b, 0xfb, 0x7e, 0xf2, 0x93, 0x97, 0x49, 0x6a, 0x3e, 0xe3, 0xd8, 0x21, 0xfc, 0x90, 0x27, 0xca, 0x22, 0x91, 0xa8, 0x10, 0x38, 0x48, 0x3f, 0x13, 0x8c, 0x73, 0x6a, 0x20, 0xbb, 0xf7, 0xec, 0xa0, 0x9f, 0x9f, 0x3b, 0xf0, 0x3c, 0xf9, 0x87, 0xff, 0xfd, 0x8f, 0xec, 0xde, 0xe2, 0xaf, 0xbc, 0xf2, 0xca, 0xcd, 0xb3, 0xb3, 0xb3, 0xf3, 0x0a, 0x06, 0x28, 0x8a, 0xf8, 0xf3, 0x62, 0x00, 0x9b, 0x09, 0xfe, 0x10, 0x2e, 0xe8, 0x4f, 0x11, 0x72, 0xf2, 0x0f, 0x1d, 0x67, 0xea, 0x10, 0x7f, 0x06, 0x11, 0x39, 0xff, 0xd2, 0xfd, 0x5e, 0x6c, 0x18, 0x26, 0x08, 0xcb, 0x24, 0x61, 0xce, 0x23, 0xfb, 0xfb, 0xc3, 0x12, 0x6f, 0xbe, 0xbf, 0xad, 0xec, 0xc4, 0x1e, 0xe2, 0xb8, 0x7c, 0xe6, 0x04, 0xf0, 0x7a, 0x11, 0x36, 0xe0, 0xc2, 0x0f, 0x4c, 0x3c, 0xb9, 0xfe, 0xc6, 0xeb, 0xc8, 0xc2, 0xe2, 0x3c, 0x29, 0xc5, 0xd8, 0x73, 0xfd, 0x1e, 0xb2, 0x67, 0xcf, 0x75, 0xc2, 0x3e, 0x2c, 0x52, 0xf5, 0xfc, 0x73, 0xc5, 0xb5, 0xf7, 0xdd, 0xd8, 0xbf, 0x91, 0xdc, 0xf5, 0x81, 0xf7, 0x93, 0xe6, 0xd6, 0x16, 0x3a, 0x39, 0xf9, 0xdf, 0xfe, 0xeb, 0x7e, 0x5a, 0xbc, 0x8b, 0xda, 0x1e, 0xd3, 0xd3, 0xbf, 0xf3, 0xda, 0x6b, 0xaf, 0xbd, 0xe0, 0x43, 0xfc, 0xbe, 0xb9, 0x01, 0x25, 0x83, 0x40, 0x6c, 0xfc, 0xf5, 0x5f, 0xff, 0xf5, 0x9f, 0x3f, 0xfc, 0xf0, 0xc3, 0x87, 0x30, 0xd9, 0x00, 0x3e, 0xee, 0x62, 0x2f, 0x06, 0xfb, 0x47, 0x2d, 0x25, 0xa1, 0x5e, 0x4d, 0xe7, 0x29, 0xe5, 0xe8, 0xea, 0x5a, 0x47, 0x3e, 0x75, 0xdf, 0x27, 0xa9, 0x56, 0x78, 0xe3, 0xe0, 0xa1, 0x60, 0xd9, 0x17, 0x52, 0x14, 0x4e, 0x8c, 0x8f, 0x7b, 0x04, 0x07, 0xa2, 0x80, 0x7b, 0xee, 0xf9, 0x0d, 0x9b, 0x11, 0x4d, 0x92, 0xc9, 0xa6, 0x39, 0xc6, 0xc4, 0xaa, 0x74, 0x29, 0xe1, 0x9e, 0x53, 0x29, 0xd1, 0x6d, 0x8e, 0x0e, 0x14, 0xac, 0x5e, 0x9d, 0xce, 0x64, 0xe8, 0xb1, 0x08, 0xd7, 0xb6, 0x6d, 0xdf, 0x4a, 0xde, 0x3c, 0x7c, 0x94, 0x09, 0xd8, 0x5f, 0x85, 0xd5, 0x33, 0x0a, 0x1b, 0xa0, 0xe0, 0xbc, 0xe1, 0x82, 0x34, 0x00, 0x1b, 0xfb, 0xf7, 0xef, 0xc7, 0x12, 0x74, 0xef, 0x01, 0x3c, 0x89, 0x69, 0x67, 0x58, 0x70, 0xb2, 0xc9, 0xbe, 0x39, 0x3a, 0x03, 0x07, 0x0f, 0x08, 0xe3, 0xaf, 0x51, 0x4b, 0xe8, 0xd9, 0x6c, 0x16, 0xdd, 0xa7, 0x38, 0x7d, 0x87, 0x9f, 0x35, 0xdb, 0x9d, 0xaa, 0xb1, 0x7d, 0xb6, 0x36, 0xd1, 0xd9, 0x77, 0x08, 0x4d, 0x64, 0x8a, 0xf4, 0x80, 0x46, 0x89, 0x9a, 0x9c, 0x17, 0x05, 0xfd, 0xd9, 0x31, 0xbb, 0xc7, 0x15, 0xc3, 0xe4, 0xa6, 0x5d, 0x5c, 0x97, 0xef, 0x25, 0x8c, 0x91, 0xaa, 0x4c, 0x1b, 0x15, 0x02, 0x21, 0xf2, 0x25, 0x54, 0x24, 0x06, 0x9c, 0xbe, 0x27, 0x9a, 0xd8, 0x2c, 0x10, 0x55, 0x3f, 0x5e, 0xab, 0x35, 0x77, 0x92, 0x71, 0xda, 0x3f, 0x59, 0x75, 0x52, 0x0d, 0xfa, 0xe8, 0xd1, 0x9d, 0x5c, 0x53, 0x5b, 0x6d, 0xb5, 0x29, 0x62, 0x65, 0x50, 0x74, 0x7b, 0x9b, 0x76, 0x70, 0xd1, 0xb9, 0xb5, 0x2e, 0x75, 0x78, 0x74, 0xfb, 0x7b, 0xb9, 0xfd, 0xbe, 0x34, 0x1a, 0x33, 0xd3, 0xd6, 0xde, 0x46, 0x76, 0x80, 0x31, 0xd9, 0xd5, 0xd5, 0x69, 0xbf, 0x64, 0xad, 0x84, 0x6f, 0x9f, 0xa8, 0xcf, 0x59, 0x64, 0x3e, 0x04, 0x3b, 0x1f, 0x75, 0xac, 0x54, 0x57, 0x91, 0xe7, 0xbe, 0xff, 0x02, 0xf9, 0xfb, 0xbf, 0xfd, 0x0e, 0x7b, 0xee, 0x33, 0x47, 0x8f, 0x1e, 0xdd, 0x38, 0x34, 0x34, 0x34, 0x5f, 0x2a, 0xc2, 0x2f, 0xd1, 0x65, 0x2b, 0x07, 0x5a, 0xc4, 0xd5, 0xf6, 0x12, 0xb3, 0xd7, 0x55, 0xf6, 0x76, 0x8c, 0xdb, 0xae, 0x54, 0xac, 0x2b, 0xb7, 0xef, 0xdc, 0xfe, 0xd1, 0x4d, 0x9b, 0xfa, 0xdf, 0x5d, 0x55, 0x6d, 0x85, 0x24, 0x20, 0x91, 0xcf, 0xcd, 0xcd, 0xd3, 0xf4, 0x39, 0x7c, 0xc1, 0x16, 0x41, 0x59, 0x44, 0x44, 0x17, 0x20, 0x22, 0x67, 0x1b, 0x16, 0xfc, 0x5e, 0x7b, 0x7b, 0x1b, 0x59, 0xae, 0x81, 0xb3, 0xab, 0xe7, 0xcf, 0x0f, 0x52, 0xa2, 0x45, 0x62, 0xa4, 0x12, 0x2f, 0x65, 0xe1, 0x61, 0xd6, 0x2d, 0x05, 0xd7, 0x58, 0x80, 0x16, 0x7d, 0xf2, 0x94, 0x89, 0x34, 0xeb, 0x7b, 0xe3, 0x13, 0x97, 0x28, 0xc1, 0x62, 0x18, 0x00, 0x62, 0x67, 0x64, 0x1a, 0x67, 0xa9, 0xac, 0x20, 0xb1, 0x8a, 0x4a, 0x52, 0x11, 0xab, 0xb4, 0xb6, 0x81, 0xa9, 0xd1, 0xfb, 0x82, 0x6d, 0x8e, 0x62, 0xb8, 0x86, 0xcf, 0x28, 0x10, 0x2a, 0x61, 0x89, 0xd1, 0xa5, 0xd2, 0xc1, 0xdf, 0x5a, 0x3e, 0xb5, 0x49, 0x0a, 0x21, 0xf6, 0x22, 0xa9, 0x47, 0x79, 0x3e, 0xcd, 0x9d, 0xcb, 0xe8, 0xe8, 0x5c, 0x47, 0x2e, 0x8e, 0x8c, 0x90, 0xff, 0xf4, 0xf9, 0x3f, 0x74, 0x52, 0x2b, 0x61, 0x7d, 0xcf, 0x0b, 0x2f, 0xbc, 0xf0, 0x3d, 0x52, 0xe2, 0xae, 0x92, 0xd1, 0x12, 0xd3, 0x83, 0x66, 0x33, 0x80, 0x6a, 0xa6, 0xce, 0xef, 0xf1, 0x39, 0xb1, 0x1b, 0x8d, 0x8d, 0x8d, 0x6d, 0x8d, 0x8d, 0x0d, 0xb7, 0xd4, 0xd6, 0xd5, 0xd2, 0x07, 0xc1, 0x62, 0x41, 0x76, 0xed, 0xda, 0x41, 0x0f, 0xcc, 0x4a, 0xc4, 0xae, 0x5a, 0xb0, 0x17, 0x6e, 0xa5, 0x4f, 0x84, 0xe2, 0x92, 0x00, 0x0d, 0xcd, 0xea, 0xbe, 0xa8, 0x49, 0x12, 0x39, 0x93, 0xce, 0xd2, 0x05, 0x23, 0x16, 0x31, 0x7c, 0x97, 0x15, 0x68, 0xc2, 0x98, 0x77, 0x2c, 0x4a, 0x8b, 0x1a, 0xad, 0xb1, 0xa1, 0x11, 0xe0, 0xe3, 0x8c, 0x9b, 0xc5, 0x65, 0x9a, 0x82, 0x67, 0xc7, 0x60, 0xe1, 0xe6, 0xa6, 0x95, 0x7a, 0x4a, 0xcb, 0x9f, 0xb3, 0x7b, 0x35, 0xad, 0xcf, 0xc4, 0xb0, 0xf7, 0x61, 0xe5, 0x6d, 0x92, 0xb5, 0x43, 0xd5, 0x4d, 0xff, 0xa7, 0x6d, 0xe6, 0x4f, 0x9c, 0x9e, 0xf3, 0x69, 0xe1, 0x1f, 0x68, 0xce, 0xf3, 0x49, 0xe7, 0xc2, 0xe7, 0x82, 0x85, 0xc8, 0xb1, 0x02, 0x34, 0xc6, 0x6d, 0x1d, 0x7e, 0xe3, 0x08, 0xd3, 0xa8, 0x1f, 0x81, 0xd5, 0x77, 0x4b, 0xfd, 0xfa, 0x4a, 0xc9, 0x00, 0xba, 0x7d, 0xbe, 0x0a, 0xe2, 0xf6, 0x83, 0x55, 0x4d, 0x53, 0xab, 0xfa, 0xc9, 0xd2, 0xa5, 0xbb, 0xbb, 0xfb, 0x06, 0x80, 0x0d, 0x1a, 0x4a, 0x37, 0x3a, 0xb7, 0x60, 0x27, 0xe1, 0x63, 0x41, 0x58, 0x4c, 0xaa, 0x0e, 0x22, 0x7c, 0x24, 0xa2, 0x2c, 0xac, 0x2b, 0xab, 0x62, 0x54, 0x62, 0xe6, 0x4b, 0xf1, 0x26, 0x29, 0x5c, 0x9a, 0xa1, 0xca, 0x66, 0x95, 0xdd, 0x22, 0xac, 0xff, 0x6e, 0x8d, 0x95, 0x17, 0x8d, 0xda, 0x00, 0x99, 0x18, 0x27, 0xa4, 0xf0, 0xa5, 0xa2, 0x46, 0xc0, 0x19, 0x4f, 0x7c, 0xd1, 0xc8, 0x08, 0xa8, 0x1d, 0x58, 0x17, 0x16, 0x5a, 0x5a, 0x04, 0x50, 0x24, 0x25, 0x6c, 0xcd, 0x74, 0x02, 0x0d, 0xad, 0xde, 0x5f, 0x86, 0x55, 0x58, 0xc7, 0xb4, 0x9b, 0x85, 0x9b, 0x76, 0x4f, 0x30, 0xf8, 0x8c, 0x21, 0x29, 0xcc, 0xdb, 0x13, 0xe5, 0xf3, 0x80, 0xb5, 0xe0, 0x1b, 0x0c, 0x45, 0xec, 0x2a, 0x69, 0x6f, 0x86, 0x27, 0xf8, 0x40, 0x66, 0xf4, 0x39, 0x17, 0xf6, 0x29, 0x00, 0x61, 0x48, 0x6e, 0xba, 0xf9, 0x06, 0x87, 0x01, 0x60, 0xdc, 0xb3, 0x77, 0xef, 0xde, 0xaa, 0x97, 0x5e, 0x7a, 0x69, 0x61, 0x35, 0x32, 0x80, 0x26, 0x11, 0x3f, 0x5b, 0xeb, 0x3e, 0x33, 0x74, 0x72, 0x43, 0x05, 0xfa, 0xb7, 0xda, 0xfa, 0xda, 0x0d, 0x56, 0x88, 0x85, 0x4e, 0x13, 0xba, 0xab, 0xab, 0xad, 0x76, 0x3e, 0xd8, 0xc4, 0x0d, 0x3b, 0x15, 0x0a, 0x44, 0x6f, 0x5a, 0x52, 0x8f, 0x35, 0xd9, 0x60, 0x6b, 0x84, 0x0a, 0xc5, 0xc4, 0xa8, 0xfb, 0x71, 0x86, 0xdf, 0x3b, 0x47, 0x62, 0x47, 0x08, 0xe2, 0xc5, 0xe3, 0x62, 0xef, 0x5d, 0x9c, 0xe9, 0x44, 0xe9, 0x8f, 0xd9, 0x4a, 0x14, 0xa7, 0x03, 0x13, 0xa0, 0x1b, 0x19, 0xaf, 0x19, 0xd3, 0xf7, 0x70, 0x41, 0x63, 0x95, 0x86, 0xff, 0x62, 0x22, 0x8b, 0x5e, 0x49, 0x6a, 0xaa, 0xb0, 0x81, 0x5d, 0x35, 0xa9, 0xad, 0xab, 0x03, 0x6c, 0x6c, 0xf5, 0xd9, 0xaa, 0x8a, 0x59, 0x13, 0x8f, 0x95, 0x31, 0xeb, 0x3e, 0x2d, 0xe8, 0x14, 0x85, 0xb5, 0xbd, 0x5d, 0x19, 0x75, 0x98, 0xc0, 0x94, 0x4a, 0x53, 0x89, 0x95, 0x79, 0xe4, 0xd2, 0x55, 0x8a, 0x4a, 0x3e, 0x9a, 0x4c, 0xab, 0x32, 0x79, 0x6b, 0x4a, 0x85, 0xa0, 0x49, 0x67, 0xd4, 0x04, 0x66, 0xe0, 0x3e, 0x6b, 0xf2, 0xdf, 0x5d, 0x16, 0xc2, 0xeb, 0xbf, 0xf9, 0xdd, 0xef, 0x22, 0xdf, 0xfa, 0x9b, 0x6f, 0x5b, 0xf1, 0x67, 0x84, 0x34, 0xc0, 0x7d, 0x7f, 0x00, 0xd6, 0xdf, 0x5b, 0x8d, 0x0c, 0x10, 0xb5, 0x97, 0x08, 0xb7, 0x1d, 0xe5, 0x98, 0x41, 0x23, 0xde, 0x32, 0x17, 0x1e, 0xc6, 0x00, 0xf8, 0xd2, 0x88, 0xdd, 0x0d, 0x31, 0xb8, 0x0e, 0xd5, 0x7a, 0xac, 0x32, 0x66, 0x19, 0x93, 0x40, 0x10, 0x6b, 0xd6, 0x34, 0x81, 0x64, 0x98, 0x27, 0x19, 0x23, 0x63, 0x63, 0x7f, 0x97, 0xf0, 0x69, 0x58, 0xb6, 0x2d, 0x0d, 0x51, 0xfa, 0x97, 0x94, 0x01, 0x72, 0x19, 0x3c, 0x59, 0x8d, 0x12, 0x24, 0x23, 0x7e, 0xa7, 0x03, 0xbb, 0xe6, 0x32, 0x04, 0x26, 0xa6, 0xb4, 0xb6, 0xd7, 0x50, 0x1b, 0x60, 0x61, 0x3e, 0x45, 0x16, 0x53, 0x56, 0x37, 0x76, 0xd4, 0x00, 0xc8, 0x08, 0xe8, 0x9f, 0xef, 0xe9, 0xe9, 0xa1, 0xf7, 0x82, 0xb6, 0x02, 0x26, 0x79, 0x20, 0x33, 0x2c, 0x02, 0xd3, 0xa3, 0x06, 0x49, 0xcc, 0x24, 0xc9, 0x38, 0x3c, 0x17, 0x0c, 0x47, 0xc6, 0x98, 0x79, 0xac, 0xd5, 0x53, 0x0d, 0x9a, 0xa3, 0xae, 0xbe, 0x86, 0x32, 0x13, 0xee, 0x37, 0x1d, 0x12, 0x25, 0x76, 0x79, 0xf4, 0xa8, 0x38, 0xe9, 0xa5, 0x99, 0x81, 0x1a, 0xcf, 0xf4, 0x14, 0xb6, 0x22, 0x84, 0x2f, 0x0d, 0xe7, 0x85, 0x41, 0xa6, 0x82, 0xf8, 0x65, 0xe2, 0x26, 0x9e, 0x7a, 0x73, 0x6e, 0x59, 0x2d, 0x53, 0xf8, 0x4c, 0x34, 0x97, 0x9d, 0x68, 0x5b, 0x40, 0xd3, 0xed, 0x65, 0xe0, 0x7c, 0x5b, 0xd3, 0x6e, 0x5d, 0x8d, 0x0c, 0x10, 0x09, 0xb1, 0x30, 0xe6, 0x60, 0xcf, 0x83, 0xaf, 0xf5, 0xc2, 0x35, 0x52, 0xd0, 0xe6, 0xb0, 0xb5, 0x4f, 0x22, 0x99, 0xa0, 0x81, 0x56, 0x89, 0x44, 0x12, 0x70, 0x73, 0x3b, 0xfd, 0x16, 0x42, 0x1b, 0x4c, 0x64, 0x49, 0x82, 0x41, 0xbc, 0x08, 0x92, 0xd4, 0x60, 0x52, 0xdf, 0x70, 0x3d, 0x2b, 0x88, 0x93, 0x2b, 0x97, 0x99, 0x01, 0x90, 0xc8, 0x31, 0x9f, 0x95, 0xf7, 0xc4, 0xb0, 0xe6, 0xd3, 0xb8, 0x60, 0x54, 0x26, 0x12, 0x2b, 0x06, 0xa6, 0xe1, 0x3d, 0x20, 0x4c, 0xc3, 0x4c, 0xa8, 0x9a, 0xea, 0x1a, 0x12, 0x59, 0x8c, 0xd0, 0x54, 0x3e, 0xb4, 0x13, 0x30, 0x9e, 0x0a, 0xdd, 0x7f, 0x68, 0x2b, 0x60, 0x2d, 0x4b, 0xfc, 0xae, 0xd5, 0x34, 0x30, 0x45, 0x7d, 0xfb, 0x76, 0x7b, 0x51, 0x92, 0x4c, 0xcc, 0xd1, 0x52, 0x25, 0xb2, 0x21, 0xce, 0x18, 0x07, 0x8f, 0x99, 0x9b, 0xa3, 0x1d, 0x17, 0xe9, 0xf6, 0xca, 0xfb, 0x44, 0x0a, 0x3f, 0x2d, 0x46, 0x9f, 0x32, 0x78, 0x67, 0x8f, 0x8e, 0xd5, 0x68, 0x03, 0xe8, 0xdc, 0x12, 0x91, 0xb6, 0x55, 0x9f, 0xd9, 0x3e, 0x93, 0x88, 0xa5, 0x2f, 0x22, 0xe9, 0x4c, 0xe6, 0x22, 0xe0, 0xe9, 0x3e, 0xc4, 0x80, 0x78, 0xf3, 0x35, 0x75, 0x35, 0xe4, 0x12, 0x10, 0x47, 0x57, 0x77, 0xb7, 0xd5, 0xfc, 0x19, 0x88, 0xbb, 0x0d, 0x0c, 0x64, 0x6c, 0xe9, 0x89, 0x84, 0xb0, 0x00, 0x2f, 0x98, 0x6a, 0x01, 0xaa, 0x0d, 0xac, 0x44, 0x10, 0x7c, 0xd6, 0x18, 0x0e, 0xcc, 0xea, 0xe3, 0x58, 0xfd, 0xfb, 0x6c, 0xc4, 0x65, 0x7a, 0xc3, 0x23, 0x82, 0x7c, 0xf0, 0x4c, 0xfa, 0x68, 0xfc, 0x67, 0x8d, 0x49, 0x29, 0x74, 0x55, 0x5a, 0xd1, 0x0c, 0x68, 0x03, 0xd0, 0xc6, 0xe1, 0x9a, 0xdb, 0x7c, 0x1a, 0xa5, 0x34, 0x4e, 0x10, 0xea, 0xd1, 0x08, 0x5c, 0xe7, 0x02, 0xf5, 0x73, 0x67, 0xe2, 0x19, 0x5a, 0x50, 0x4a, 0x8f, 0xea, 0x64, 0x78, 0xe4, 0x02, 0x19, 0x1f, 0xbb, 0x64, 0x75, 0x5f, 0x6f, 0x6e, 0xa5, 0xb0, 0x05, 0x89, 0x1c, 0x6d, 0x05, 0xfc, 0x1e, 0x32, 0x04, 0xe2, 0x60, 0x94, 0xf0, 0xc8, 0x14, 0x32, 0xc1, 0x73, 0x3d, 0x77, 0x85, 0xe6, 0xd4, 0xfc, 0x40, 0xe8, 0x80, 0x5a, 0x07, 0x17, 0x9c, 0xab, 0x99, 0x9a, 0x9a, 0x62, 0x05, 0xa2, 0xc8, 0x65, 0x3a, 0x7e, 0xb8, 0x4a, 0x78, 0x53, 0x20, 0xfe, 0x0a, 0x09, 0xfb, 0x57, 0xe4, 0xd8, 0xe7, 0x7b, 0xec, 0x96, 0x2d, 0x9b, 0xf6, 0xf4, 0x6f, 0xde, 0xf4, 0x1f, 0x89, 0x35, 0x19, 0x40, 0xfa, 0x37, 0xf7, 0x53, 0x55, 0x8e, 0x94, 0xda, 0xdc, 0xba, 0x96, 0x4e, 0xb8, 0x20, 0xf6, 0xad, 0x02, 0x68, 0xc4, 0xda, 0xfc, 0xe0, 0x8b, 0x47, 0x86, 0x41, 0xa2, 0x60, 0x73, 0x03, 0x2c, 0xce, 0xc6, 0xa9, 0x90, 0xc0, 0x62, 0x6b, 0xf8, 0x6d, 0xcb, 0xc1, 0xcc, 0xaf, 0x24, 0xe2, 0x17, 0x3f, 0x68, 0xac, 0xd0, 0x97, 0xb4, 0xcd, 0x13, 0x3e, 0x4a, 0x78, 0xd4, 0x06, 0x08, 0x49, 0xa2, 0xf6, 0x1c, 0x00, 0x95, 0xde, 0x8b, 0x0b, 0xe4, 0xdc, 0xd9, 0x41, 0x4a, 0x7c, 0x78, 0xdd, 0x98, 0x5e, 0x78, 0xf6, 0xcc, 0x59, 0x87, 0xa9, 0x06, 0xcf, 0x0d, 0x51, 0x06, 0xe8, 0x06, 0x46, 0xef, 0xeb, 0xeb, 0xa3, 0xf7, 0x89, 0x06, 0x33, 0xcf, 0x88, 0xf4, 0xbc, 0xdc, 0xc2, 0xfa, 0xee, 0xf2, 0x29, 0x8f, 0x7c, 0x43, 0x6a, 0xd6, 0x7b, 0x17, 0xb5, 0x02, 0x3f, 0x3b, 0x8c, 0x4c, 0x81, 0xd0, 0x6b, 0x62, 0x62, 0x82, 0x32, 0x04, 0x2e, 0x7c, 0xce, 0xc0, 0x2a, 0x1d, 0x18, 0xd1, 0xf7, 0xd7, 0x07, 0x0e, 0x1c, 0xf8, 0x2f, 0xa5, 0x76, 0xe6, 0x15, 0xcb, 0x00, 0x91, 0x02, 0x08, 0xdd, 0x77, 0x3f, 0xbc, 0xcc, 0x8a, 0xbd, 0xef, 0xbb, 0xe3, 0x8f, 0xc0, 0xd0, 0xdb, 0x80, 0x27, 0x47, 0xe3, 0xb2, 0xaf, 0xbf, 0xcf, 0xc9, 0x6c, 0x42, 0x5b, 0xa0, 0x6b, 0x7d, 0x17, 0x0d, 0xc2, 0x43, 0xa8, 0x63, 0xf9, 0xbd, 0xad, 0xb9, 0x81, 0x34, 0xe0, 0x6a, 0xd4, 0x0a, 0x8b, 0x20, 0x05, 0x17, 0xe0, 0x85, 0xe3, 0xfc, 0x80, 0xc9, 0x5c, 0x8b, 0x2c, 0x98, 0x8d, 0xdf, 0x16, 0x18, 0xc0, 0xf4, 0x95, 0xfe, 0x84, 0xd3, 0x02, 0x9a, 0x4d, 0xec, 0x6c, 0x1b, 0x83, 0x00, 0xd1, 0xe8, 0x8e, 0x01, 0xc1, 0x23, 0x3c, 0xab, 0xa8, 0xa8, 0xb4, 0xba, 0x67, 0xda, 0x3d, 0x8f, 0x51, 0x8b, 0x0d, 0x0f, 0x0d, 0x83, 0xe1, 0x7b, 0xc1, 0x39, 0x27, 0x36, 0xa1, 0x3e, 0x77, 0xea, 0x2c, 0x40, 0x21, 0x2b, 0x39, 0x25, 0x3e, 0x13, 0x1f, 0x1b, 0x1a, 0x1c, 0x3e, 0x89, 0xa9, 0x7e, 0xb8, 0xb0, 0x2e, 0x2a, 0x0d, 0x0d, 0x0d, 0xd1, 0xde, 0xde, 0xde, 0x7a, 0xd0, 0x10, 0xb5, 0x00, 0x8d, 0xea, 0x40, 0x1b, 0xd4, 0x81, 0x36, 0xa8, 0xd5, 0xb1, 0x01, 0x30, 0xaf, 0xc2, 0xa3, 0x51, 0x6c, 0x2f, 0xaa, 0xc9, 0x0d, 0xa9, 0x71, 0xcd, 0xee, 0x01, 0x89, 0xde, 0x6e, 0x44, 0xcd, 0x0c, 0x6e, 0x13, 0x88, 0x5e, 0xb3, 0xaf, 0xc9, 0x84, 0xfd, 0x13, 0xc0, 0x08, 0xc3, 0x97, 0x2e, 0x5d, 0x1a, 0x1e, 0x19, 0x19, 0xb9, 0x98, 0xc6, 0xce, 0xd9, 0x2b, 0x3f, 0x66, 0xe1, 0xbd, 0x60, 0x6f, 0xaf, 0x21, 0xb8, 0x97, 0xa7, 0xff, 0xf5, 0x5f, 0xff, 0x75, 0x7a, 0x15, 0xa1, 0xb3, 0xd0, 0x0c, 0x90, 0x37, 0x13, 0x80, 0xf4, 0xeb, 0xbb, 0xe6, 0xba, 0xdd, 0x5f, 0x84, 0x17, 0x5d, 0x61, 0xf9, 0x7f, 0xb1, 0xc1, 0x73, 0x1f, 0x6d, 0xa6, 0xcc, 0x88, 0x15, 0xa5, 0x5e, 0xef, 0x86, 0x1e, 0x5a, 0x4d, 0xa0, 0x06, 0x20, 0x11, 0x75, 0x3d, 0xda, 0x86, 0x15, 0x73, 0x1d, 0x2e, 0x00, 0x0c, 0x42, 0x88, 0x94, 0x02, 0x66, 0x40, 0xc8, 0x94, 0x01, 0x6d, 0x81, 0xef, 0x95, 0x6f, 0xea, 0x67, 0x8a, 0x49, 0x0a, 0x4a, 0x15, 0x80, 0x2b, 0x34, 0x68, 0xa3, 0xb6, 0x6d, 0x81, 0x4c, 0x87, 0xb8, 0x9e, 0x79, 0x62, 0x18, 0xf6, 0x37, 0xed, 0xc6, 0xd3, 0x08, 0xc5, 0x66, 0xa6, 0xe3, 0x64, 0x64, 0xe8, 0x02, 0x19, 0x1a, 0x1e, 0xa6, 0xfb, 0x98, 0x71, 0x3c, 0x05, 0xf0, 0x07, 0x9b, 0x4f, 0x33, 0x86, 0x83, 0xeb, 0x99, 0x79, 0xf9, 0xc7, 0x2f, 0x7f, 0x05, 0xa4, 0x35, 0x66, 0xad, 0x84, 0xe9, 0xa4, 0x98, 0xbe, 0xf9, 0xe6, 0x9b, 0xd7, 0x6e, 0xdb, 0xb6, 0xad, 0x73, 0xdd, 0xba, 0x75, 0x5d, 0xc0, 0x10, 0xb4, 0xef, 0x2e, 0x5c, 0x0b, 0xd6, 0xc9, 0xe9, 0xc2, 0x59, 0x76, 0xce, 0x36, 0xa1, 0x9d, 0xda, 0xf1, 0xb9, 0xf1, 0x0b, 0x63, 0x0a, 0x94, 0xfa, 0x08, 0x8b, 0x70, 0x01, 0x88, 0x64, 0x00, 0x7c, 0x62, 0x71, 0xd2, 0xa8, 0x2e, 0x7e, 0x00, 0xe7, 0x7a, 0x0a, 0x98, 0xf8, 0x7b, 0xbf, 0xf7, 0x7b, 0xbf, 0x17, 0x27, 0x57, 0xf0, 0x28, 0x25, 0x04, 0xaa, 0x28, 0x95, 0x36, 0xd8, 0xba, 0x7d, 0xeb, 0x8d, 0x9b, 0x36, 0xf5, 0xdf, 0x47, 0xb8, 0x0e, 0x36, 0xad, 0x6d, 0x6d, 0x64, 0x5d, 0x67, 0x3b, 0x91, 0x04, 0x20, 0xc5, 0xca, 0xeb, 0x69, 0x75, 0xb1, 0xf5, 0x34, 0x51, 0xdb, 0x8d, 0x53, 0x71, 0xf1, 0xbf, 0x1b, 0x68, 0x66, 0xcd, 0xd2, 0xa6, 0xed, 0x9e, 0xb9, 0xa8, 0x25, 0xb0, 0xab, 0x0d, 0xb1, 0xdb, 0xb8, 0x32, 0x23, 0x16, 0xab, 0x2a, 0x53, 0x43, 0x36, 0x82, 0xdd, 0x59, 0x62, 0x76, 0x4f, 0x04, 0xce, 0x26, 0xb0, 0x6d, 0x01, 0x8d, 0xf3, 0x13, 0x22, 0xac, 0xb8, 0x00, 0x44, 0x8f, 0xb3, 0xc2, 0x72, 0x03, 0x3a, 0x84, 0x67, 0xc3, 0x83, 0xc3, 0xf4, 0x18, 0x36, 0xc0, 0x6e, 0x59, 0x38, 0x78, 0xe8, 0xd0, 0x63, 0xa3, 0x23, 0xa3, 0x43, 0x61, 0x89, 0x9f, 0x04, 0xb4, 0x1c, 0xc5, 0x9e, 0x58, 0x77, 0xde, 0x79, 0x67, 0x27, 0x68, 0x8d, 0x3e, 0x60, 0x8c, 0x4d, 0x70, 0xcd, 0xbb, 0x81, 0x09, 0xae, 0x85, 0x6b, 0xdd, 0xc8, 0x9e, 0x23, 0x4a, 0x7b, 0x2c, 0x2d, 0x62, 0x97, 0x18, 0xa1, 0xf6, 0x05, 0x0b, 0x1b, 0x61, 0xf3, 0x12, 0xb8, 0x80, 0x36, 0x30, 0xec, 0x30, 0x15, 0x64, 0x86, 0xef, 0xc3, 0xf7, 0xfe, 0xe7, 0x03, 0x0f, 0x3c, 0xf0, 0x62, 0x99, 0x01, 0xd4, 0xdf, 0xcf, 0xd7, 0x06, 0x08, 0xb3, 0x2f, 0xba, 0x65, 0xeb, 0x96, 0xeb, 0xfb, 0x37, 0x6d, 0xfc, 0x0f, 0x4c, 0x13, 0x50, 0x75, 0x03, 0xc4, 0xdf, 0xda, 0xde, 0x4a, 0x63, 0x5d, 0x54, 0x89, 0x1d, 0x18, 0x47, 0xd2, 0x06, 0x06, 0x63, 0x4b, 0x5b, 0x2b, 0x4d, 0xb2, 0x46, 0x1c, 0x2d, 0xc7, 0xbf, 0xe7, 0x8a, 0x01, 0xf2, 0x85, 0x42, 0xdc, 0x67, 0xac, 0x6d, 0x8f, 0xa5, 0xfd, 0x68, 0x6f, 0xda, 0xd1, 0x31, 0x72, 0x09, 0x8c, 0x59, 0xcc, 0x63, 0x95, 0x07, 0x42, 0x0f, 0xf6, 0x77, 0x3e, 0x80, 0x0c, 0x24, 0x6b, 0xfc, 0xc8, 0x1b, 0x87, 0xff, 0x6e, 0x64, 0x64, 0x74, 0x90, 0x94, 0xb6, 0xd7, 0xae, 0x67, 0xdf, 0xd7, 0xbf, 0xfe, 0xf5, 0x5a, 0x64, 0x06, 0xb8, 0x57, 0xd6, 0x7b, 0xf7, 0x36, 0x58, 0x36, 0xb0, 0x6b, 0x01, 0x0d, 0x62, 0x82, 0x10, 0xc1, 0x59, 0x78, 0x3a, 0x63, 0x6d, 0x85, 0x73, 0x18, 0xd4, 0x36, 0xb0, 0xed, 0x04, 0xca, 0x0c, 0x70, 0xdf, 0xbf, 0x80, 0x73, 0xfc, 0xc9, 0xe8, 0xe8, 0xe8, 0x77, 0xf7, 0xef, 0xdf, 0x6f, 0x94, 0x19, 0x40, 0xf4, 0x24, 0x29, 0x89, 0x38, 0x8f, 0xcf, 0xca, 0xed, 0xce, 0xce, 0x8e, 0x9e, 0x1d, 0xbb, 0x76, 0x7d, 0x32, 0x16, 0xab, 0x5c, 0x27, 0xe1, 0x5e, 0xb2, 0xb6, 0x79, 0x2d, 0x75, 0x1b, 0xa2, 0x07, 0xc6, 0x17, 0x9f, 0x01, 0x46, 0x47, 0xa6, 0xa8, 0xaf, 0x43, 0x89, 0x57, 0x0b, 0xdb, 0xf5, 0x76, 0xe8, 0x36, 0xc0, 0x19, 0xac, 0x99, 0x83, 0x13, 0x48, 0x91, 0xa8, 0x9d, 0xe1, 0x64, 0x11, 0x36, 0x46, 0x2a, 0x66, 0xb2, 0x56, 0x57, 0x45, 0xdc, 0x46, 0x03, 0x32, 0x31, 0x9b, 0xa0, 0xc6, 0x24, 0x96, 0x08, 0x4c, 0x24, 0x66, 0xc9, 0x1c, 0xd8, 0x1a, 0x72, 0x7b, 0x58, 0x7e, 0xe0, 0xf1, 0x58, 0x59, 0xc2, 0xa9, 0x98, 0xc1, 0x03, 0xdb, 0xf8, 0xec, 0xc0, 0xa1, 0x83, 0x6f, 0xfc, 0x0b, 0xe0, 0xf0, 0x49, 0x89, 0x60, 0x33, 0x21, 0x88, 0xbf, 0x90, 0x26, 0xd5, 0x9e, 0xf1, 0xe4, 0x93, 0x4f, 0xb6, 0xc3, 0xfd, 0x21, 0x33, 0xec, 0x85, 0xeb, 0xfb, 0x20, 0xac, 0xb7, 0xd9, 0xb0, 0x89, 0x32, 0x03, 0x7a, 0xa6, 0x50, 0x78, 0x30, 0x57, 0x2c, 0x7a, 0xa6, 0xc0, 0x36, 0x30, 0x60, 0x1b, 0x19, 0x01, 0x2b, 0x37, 0x7f, 0x1a, 0x34, 0xc2, 0x5b, 0x65, 0x06, 0xc8, 0xad, 0x05, 0x72, 0x11, 0x79, 0xd0, 0x3e, 0xba, 0x06, 0x62, 0xaf, 0x02, 0x9b, 0xe0, 0x7d, 0xed, 0xed, 0xed, 0xbf, 0x02, 0x2f, 0xc4, 0x53, 0x92, 0x18, 0xb1, 0x38, 0xe6, 0xa5, 0x36, 0xc2, 0x0b, 0x63, 0x9d, 0xc3, 0xf3, 0x49, 0x3a, 0xf1, 0xd3, 0x04, 0xb9, 0xb4, 0x83, 0xac, 0x19, 0x10, 0xf6, 0xcc, 0x4c, 0xcf, 0xc0, 0x32, 0x0d, 0x90, 0x27, 0xeb, 0xa9, 0x16, 0x0d, 0x04, 0x17, 0x3f, 0x77, 0xf6, 0xfc, 0x0f, 0x07, 0x8e, 0x0f, 0xfc, 0x92, 0x23, 0xce, 0x94, 0xb4, 0x4e, 0x87, 0x60, 0x8a, 0x4c, 0x1e, 0xcc, 0x11, 0x4a, 0x52, 0x83, 0x96, 0x58, 0x0f, 0x5a, 0x02, 0x1b, 0x51, 0xdf, 0x0d, 0xf7, 0xf5, 0xef, 0xd1, 0xff, 0x80, 0x75, 0x37, 0x9b, 0x9b, 0x9b, 0x75, 0xb0, 0x35, 0x68, 0xb8, 0x06, 0x0a, 0x04, 0x64, 0x84, 0xa1, 0xa1, 0x21, 0xd4, 0x08, 0x8b, 0xf0, 0x7c, 0x3e, 0xf1, 0xd0, 0x43, 0x0f, 0xfd, 0xeb, 0x55, 0xcf, 0x00, 0x9f, 0xff, 0xfc, 0xe7, 0x63, 0xf0, 0x60, 0xda, 0xe1, 0xa1, 0xb4, 0x81, 0x84, 0xa8, 0x86, 0x25, 0x0a, 0x4b, 0x04, 0xd7, 0xb0, 0x8f, 0xae, 0x01, 0x5f, 0xd2, 0x6d, 0x58, 0xf8, 0x75, 0x14, 0x1e, 0x22, 0x2e, 0x11, 0x7b, 0x3b, 0xc2, 0x7f, 0xc6, 0xe3, 0xec, 0xcf, 0x74, 0x5f, 0x2c, 0x16, 0xab, 0xef, 0x58, 0xd7, 0x7e, 0x63, 0x7d, 0x43, 0xfd, 0x2e, 0x78, 0x49, 0x95, 0x6e, 0x11, 0x0a, 0xd7, 0xa0, 0x45, 0xcc, 0xce, 0x72, 0x94, 0xd1, 0x50, 0xad, 0xac, 0x8a, 0xb9, 0xb7, 0x28, 0xb8, 0x3c, 0xdd, 0x6d, 0xa7, 0xb6, 0x69, 0x98, 0x6a, 0xb7, 0xec, 0x08, 0x80, 0x08, 0x58, 0x0e, 0x66, 0x61, 0x61, 0x9e, 0x42, 0x1f, 0xf4, 0xf6, 0x98, 0x1e, 0x8d, 0x60, 0xd9, 0x07, 0x60, 0x67, 0xcc, 0x01, 0x8c, 0x78, 0x7b, 0xf4, 0xe2, 0xd8, 0x5b, 0x70, 0x4f, 0x48, 0xe8, 0x69, 0xbb, 0xbf, 0x2e, 0xf6, 0xce, 0xcd, 0x28, 0x96, 0x34, 0xdb, 0x06, 0x86, 0x4f, 0x61, 0xef, 0x5d, 0xdc, 0x87, 0xbd, 0x77, 0xed, 0x6d, 0xba, 0xb6, 0x97, 0x2c, 0x10, 0x2a, 0x5d, 0x83, 0xa0, 0xc8, 0xc0, 0x73, 0xba, 0x34, 0x3f, 0x3f, 0x3f, 0x7a, 0xe8, 0xd0, 0xa1, 0x49, 0x52, 0x40, 0x76, 0x14, 0x8e, 0xaf, 0x7d, 0xed, 0x6b, 0x0d, 0x70, 0xae, 0x0f, 0xc3, 0xef, 0xfc, 0x36, 0x7c, 0xbc, 0x13, 0x15, 0x03, 0xda, 0x59, 0xe8, 0x9a, 0x45, 0x9b, 0x01, 0x5d, 0xac, 0x6f, 0xbf, 0xfd, 0xb6, 0x61, 0xe7, 0xec, 0x7e, 0x10, 0x34, 0xc1, 0xf3, 0x57, 0x25, 0x03, 0xdc, 0x77, 0xdf, 0x7d, 0xef, 0x85, 0x07, 0xfe, 0xdf, 0x60, 0xd9, 0x2b, 0x4b, 0xcd, 0x52, 0x25, 0x92, 0x14, 0xf2, 0x9d, 0xa5, 0x3e, 0xcf, 0x65, 0x32, 0xb0, 0x20, 0xec, 0x97, 0x01, 0xee, 0x3d, 0x91, 0x4f, 0x13, 0x6a, 0x85, 0x66, 0xd8, 0x04, 0xcc, 0xf5, 0x07, 0xb0, 0x79, 0x2f, 0x6a, 0x05, 0x9c, 0x90, 0xc3, 0xc4, 0x7a, 0x84, 0x45, 0x47, 0x8e, 0x1c, 0x41, 0x48, 0x14, 0x07, 0x26, 0xb8, 0xf1, 0x73, 0x9f, 0xfb, 0xdc, 0xa9, 0xcb, 0x95, 0x01, 0xf4, 0x02, 0x89, 0xff, 0x56, 0x20, 0x8a, 0x17, 0x18, 0xf1, 0xe7, 0xca, 0x8d, 0xf5, 0x83, 0x22, 0xa5, 0xf8, 0xce, 0x72, 0x9d, 0xe7, 0x32, 0x1b, 0x5d, 0xb0, 0x3c, 0x9a, 0x4c, 0x26, 0xbf, 0x5c, 0xcc, 0x49, 0x1e, 0x7e, 0xf8, 0xe1, 0x93, 0x0f, 0x3e, 0xf8, 0xe0, 0x03, 0xa0, 0xb9, 0x36, 0xc0, 0x73, 0xf8, 0x36, 0xe6, 0x19, 0xbf, 0xf5, 0xd6, 0x5b, 0x26, 0xda, 0x60, 0xdb, 0xb7, 0x6f, 0x47, 0xda, 0x69, 0x00, 0x68, 0xf4, 0xbf, 0xae, 0x3a, 0x0d, 0xf0, 0x3b, 0xbf, 0xf3, 0x3b, 0x3f, 0x82, 0xd5, 0x7b, 0xae, 0x44, 0x09, 0xbf, 0xd4, 0x69, 0x8a, 0xcb, 0x3c, 0x10, 0x2e, 0x6d, 0x79, 0xe6, 0x99, 0x67, 0x4e, 0x97, 0xe2, 0x64, 0x8f, 0x3d, 0xf6, 0x18, 0xce, 0xd2, 0xff, 0x25, 0x06, 0xf0, 0x61, 0xeb, 0x51, 0x2c, 0x91, 0x83, 0xd1, 0xad, 0x30, 0x6e, 0x06, 0x46, 0x79, 0xfd, 0x72, 0x7c, 0x40, 0x79, 0xc7, 0x02, 0x7d, 0xe6, 0x33, 0x9f, 0x69, 0x4f, 0xa7, 0xd3, 0xb7, 0x31, 0x22, 0xc1, 0x6c, 0xfe, 0xf6, 0x8e, 0x76, 0x3b, 0x24, 0xd8, 0x1b, 0xe8, 0xcd, 0x20, 0x37, 0x1f, 0x12, 0xab, 0xaa, 0x6a, 0x42, 0xe7, 0x57, 0x19, 0xf1, 0x69, 0x76, 0xcc, 0xbb, 0x0d, 0xce, 0xf1, 0xb3, 0xc6, 0x13, 0xa5, 0xe6, 0xc6, 0x1d, 0x3a, 0xf5, 0x4a, 0xb9, 0xbe, 0xb7, 0xc2, 0x3e, 0x93, 0xfb, 0x71, 0xcf, 0x77, 0xf8, 0xeb, 0x71, 0x83, 0x7d, 0x0d, 0x4f, 0x6c, 0x23, 0x11, 0x3f, 0x6b, 0xa6, 0x52, 0x86, 0xc8, 0x91, 0x90, 0xce, 0x77, 0x34, 0xc5, 0x39, 0xb8, 0xcf, 0x66, 0x80, 0x58, 0x52, 0xf6, 0xe7, 0xf5, 0xfc, 0xdd, 0xfa, 0x1f, 0x63, 0xa0, 0xd0, 0x03, 0x85, 0x15, 0xae, 0xb1, 0xe0, 0x2f, 0x3a, 0xc2, 0xc0, 0xfe, 0xc2, 0xce, 0x8b, 0x5f, 0x25, 0x79, 0x74, 0x58, 0xf4, 0x1b, 0x40, 0xe4, 0x8f, 0x02, 0x13, 0xec, 0x19, 0x1b, 0x1b, 0xfb, 0x14, 0x4e, 0x42, 0x22, 0x23, 0x20, 0x03, 0xc0, 0xf3, 0x44, 0xc3, 0xf9, 0xea, 0x60, 0x00, 0x20, 0xfe, 0x8f, 0xf0, 0x33, 0x8e, 0xfd, 0x9b, 0x37, 0x92, 0x7d, 0x1f, 0xfd, 0x08, 0x47, 0xf6, 0x62, 0xd4, 0x78, 0xae, 0xcf, 0x6e, 0x34, 0x2c, 0x1f, 0x26, 0x5b, 0x8a, 0xcf, 0xd6, 0xff, 0xde, 0xcf, 0x32, 0xe1, 0xc8, 0xcd, 0xa1, 0xa5, 0xcf, 0x24, 0xe8, 0x73, 0xee, 0x7e, 0xba, 0xa6, 0x82, 0x41, 0x02, 0x8f, 0xcf, 0xb3, 0xdf, 0xae, 0x7c, 0xe6, 0x63, 0x6f, 0x1e, 0x23, 0x8b, 0x4f, 0xa7, 0xc8, 0xf1, 0xb7, 0x8f, 0x5b, 0xae, 0xe0, 0x48, 0x04, 0x19, 0xe0, 0x9b, 0x44, 0xac, 0xac, 0x56, 0x4c, 0x25, 0x85, 0x47, 0x61, 0xf9, 0x14, 0x06, 0xd8, 0x61, 0x86, 0x1b, 0x4e, 0xae, 0xc1, 0xd8, 0x70, 0xb9, 0xaa, 0xc8, 0xbc, 0x19, 0x00, 0x6e, 0xf6, 0x63, 0x4c, 0x8a, 0x62, 0xa1, 0x54, 0xcc, 0xde, 0xb7, 0x19, 0xc3, 0x7b, 0xac, 0xcf, 0xf3, 0xd5, 0x0a, 0x44, 0x63, 0x41, 0xf5, 0x33, 0x0b, 0x39, 0x67, 0xe9, 0xcf, 0x57, 0x08, 0xde, 0xd4, 0x0a, 0xba, 0x3e, 0xe5, 0x37, 0x35, 0x2c, 0x2f, 0xb2, 0x81, 0xb4, 0x83, 0x64, 0x3e, 0x39, 0x70, 0x92, 0x15, 0xc3, 0xbd, 0x71, 0xe7, 0xce, 0x9d, 0x9b, 0x8f, 0x1d, 0x3b, 0x76, 0x8e, 0xf8, 0x57, 0x51, 0x0b, 0x1d, 0xfb, 0x03, 0xe7, 0xdb, 0xcd, 0x32, 0xf5, 0xec, 0x24, 0x24, 0xac, 0x5b, 0x3e, 0x7b, 0x55, 0x30, 0xc0, 0xbd, 0xf7, 0xde, 0xdb, 0x01, 0x37, 0x7d, 0x3b, 0x83, 0x10, 0x98, 0xa4, 0xb2, 0x71, 0xe3, 0x06, 0xea, 0x15, 0xf8, 0xc5, 0xcf, 0xde, 0x50, 0xb8, 0x02, 0xcb, 0x43, 0x35, 0x3a, 0xbb, 0x3a, 0x68, 0x35, 0x64, 0x49, 0xb0, 0x90, 0xe9, 0xa9, 0x19, 0x3b, 0xef, 0xd9, 0x25, 0x7c, 0x9a, 0x0d, 0xc5, 0x97, 0x38, 0xc7, 0xf8, 0x78, 0x8e, 0x2f, 0xb2, 0x34, 0xe8, 0xcf, 0x7e, 0x1f, 0x6b, 0x9b, 0xe0, 0xbc, 0xed, 0xa4, 0xb3, 0xbb, 0x93, 0x34, 0xb7, 0x34, 0xd3, 0x59, 0x68, 0xa4, 0xd9, 0x96, 0x96, 0x96, 0x0f, 0xc3, 0xfa, 0x71, 0xe2, 0xdf, 0x80, 0x3a, 0x1a, 0x46, 0x2b, 0x3c, 0xfe, 0xf8, 0xe3, 0xa8, 0xfd, 0xbf, 0x09, 0x70, 0xd7, 0xc0, 0x9e, 0x5c, 0x38, 0x5b, 0x4c, 0x21, 0xa3, 0x61, 0xfc, 0xf4, 0xaa, 0x60, 0x00, 0xb8, 0xd1, 0x7d, 0x0c, 0xfe, 0xe0, 0x43, 0xdf, 0xb4, 0x65, 0x33, 0xf5, 0x0d, 0x8f, 0x5c, 0xb8, 0x48, 0xb1, 0x67, 0x79, 0x84, 0x1b, 0x17, 0x47, 0xc6, 0x3c, 0x0c, 0x80, 0x13, 0x6b, 0x27, 0xde, 0x39, 0xa5, 0x0c, 0xa9, 0x08, 0x3b, 0x66, 0xe3, 0x09, 0x1a, 0x02, 0x82, 0xdd, 0x56, 0xd6, 0x75, 0x76, 0x30, 0x06, 0x40, 0xfb, 0x0c, 0x31, 0xfa, 0xdf, 0x11, 0x6f, 0x5d, 0xcd, 0x28, 0x11, 0x6b, 0xec, 0x44, 0x54, 0x8c, 0xf0, 0xe4, 0x93, 0x4f, 0x76, 0x83, 0x90, 0xfb, 0x63, 0x78, 0xe7, 0xf7, 0x22, 0xf1, 0x83, 0x46, 0xa1, 0xde, 0x43, 0x9c, 0x14, 0x83, 0xeb, 0x9e, 0xae, 0xac, 0xac, 0xfc, 0xee, 0x55, 0xc1, 0x00, 0xf0, 0x00, 0xf6, 0x31, 0xe2, 0xc7, 0x10, 0x83, 0x2d, 0x5b, 0xfa, 0xe9, 0x73, 0xc2, 0xce, 0xe1, 0xc5, 0x96, 0xc8, 0xbe, 0x9a, 0x06, 0x4d, 0xe6, 0x01, 0x42, 0xaf, 0xe2, 0x6a, 0xed, 0x23, 0x9c, 0xc0, 0xea, 0x6d, 0xba, 0x1e, 0x2d, 0x8a, 0x01, 0x92, 0x73, 0x73, 0xb4, 0x60, 0x6d, 0x67, 0x57, 0x27, 0x6d, 0xfb, 0x44, 0x4b, 0xd9, 0x47, 0x22, 0xbb, 0x37, 0x6c, 0xd8, 0xd0, 0x77, 0xf6, 0xec, 0xd9, 0x41, 0x89, 0xc8, 0x59, 0xf3, 0x69, 0x65, 0x3f, 0x5e, 0x90, 0xf8, 0x5b, 0xe0, 0x5d, 0x3f, 0x08, 0xe7, 0xf8, 0x2c, 0x7c, 0xae, 0xc4, 0x79, 0x80, 0xbe, 0xbe, 0x3e, 0xda, 0xa9, 0x65, 0x60, 0x60, 0x00, 0x67, 0xbf, 0xf1, 0xb8, 0x2f, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0x95, 0x0f, 0x81, 0x3e, 0xf9, 0xc9, 0x4f, 0xae, 0x83, 0x87, 0x71, 0x1b, 0xfb, 0xdc, 0x02, 0x2a, 0x76, 0x7d, 0x6f, 0x37, 0x49, 0xa5, 0x32, 0x54, 0x75, 0x6b, 0xab, 0xb7, 0x23, 0xf6, 0xaa, 0x1c, 0x93, 0xe3, 0x53, 0x42, 0xc7, 0x15, 0x24, 0xaa, 0x64, 0x32, 0x41, 0x1a, 0xea, 0x8b, 0xab, 0xb2, 0x3c, 0x31, 0x36, 0x49, 0xfa, 0xb7, 0x6c, 0xa4, 0x45, 0xb1, 0x30, 0x68, 0x70, 0xe4, 0xc2, 0x08, 0x55, 0x30, 0x9d, 0x9d, 0x9d, 0x77, 0x03, 0x03, 0x7c, 0x8b, 0x78, 0x9b, 0x4d, 0x0b, 0x7d, 0x78, 0xef, 0xbf, 0xff, 0xfe, 0xee, 0xfe, 0xfe, 0xfe, 0xf7, 0xd7, 0xd4, 0xd4, 0xfc, 0x36, 0x48, 0xfd, 0xeb, 0xf1, 0xba, 0x30, 0x2e, 0x08, 0xd3, 0x34, 0x31, 0x8e, 0x0a, 0x67, 0x82, 0xb1, 0xf3, 0x7a, 0x32, 0x99, 0xc4, 0x17, 0xfe, 0xe8, 0x83, 0x0f, 0x3e, 0xf8, 0xb7, 0x97, 0xf3, 0x7b, 0xc8, 0x47, 0xdc, 0x7c, 0x94, 0xd8, 0x35, 0x41, 0x91, 0xd8, 0xb7, 0xed, 0xd8, 0x4a, 0xea, 0x6a, 0x6b, 0x41, 0x0d, 0x8e, 0x14, 0x5d, 0x1f, 0xfe, 0x6a, 0x1c, 0x97, 0xc6, 0xc6, 0x3d, 0x2d, 0x87, 0xd6, 0x75, 0xad, 0x23, 0x89, 0x99, 0x79, 0x21, 0xcb, 0x2b, 0xdf, 0x31, 0x0a, 0xf0, 0x0a, 0x8b, 0xd7, 0x62, 0x17, 0x4c, 0x5c, 0x6c, 0x06, 0xc0, 0x5c, 0x00, 0x0c, 0x6b, 0xf8, 0xdf, 0x1c, 0xb1, 0xd3, 0xe2, 0x0b, 0x77, 0xde, 0x79, 0xe7, 0xfa, 0xcd, 0x9b, 0x37, 0xef, 0x06, 0x4c, 0xff, 0x2e, 0x20, 0xf0, 0x3b, 0xb0, 0x2a, 0x1f, 0xeb, 0xc5, 0xc5, 0x12, 0xf6, 0x11, 0xe6, 0xa2, 0x86, 0xc2, 0xa2, 0xbb, 0xc3, 0xc3, 0xc3, 0x06, 0xd0, 0x00, 0x7a, 0x3c, 0xfe, 0xe0, 0x81, 0x07, 0x1e, 0xf8, 0x3a, 0x30, 0x00, 0xb9, 0x6a, 0x18, 0x80, 0x19, 0x5b, 0x4d, 0xb6, 0xf1, 0x8b, 0x28, 0x71, 0xf4, 0xc2, 0x58, 0x19, 0xfe, 0x14, 0x30, 0x16, 0xe6, 0x17, 0x3d, 0xb5, 0xf6, 0x7b, 0xfb, 0x7a, 0xc9, 0xeb, 0xaf, 0xfe, 0xa2, 0xa8, 0x5a, 0xfb, 0x38, 0x17, 0x30, 0x97, 0x5c, 0xa0, 0x10, 0x08, 0xa1, 0xd0, 0x2f, 0x5e, 0xff, 0x25, 0x25, 0xde, 0x68, 0x34, 0xba, 0x7d, 0xef, 0xde, 0xbd, 0xef, 0x05, 0xa2, 0xae, 0x00, 0x62, 0xef, 0x05, 0x09, 0xbf, 0x0d, 0x98, 0x62, 0x17, 0x10, 0x7c, 0x13, 0x4b, 0xe0, 0xb7, 0x43, 0xa3, 0xa9, 0xc4, 0x87, 0x45, 0x67, 0x2d, 0x96, 0xce, 0x9c, 0x39, 0x83, 0xd5, 0xa6, 0x0d, 0xbb, 0x74, 0xe5, 0xeb, 0x00, 0x89, 0x3e, 0xf3, 0xc8, 0x23, 0x8f, 0x1c, 0xbb, 0xdc, 0x89, 0x3f, 0x34, 0x03, 0x7c, 0xe4, 0x23, 0x1f, 0xe9, 0x85, 0x9b, 0xbf, 0x85, 0xe1, 0xff, 0x8e, 0x75, 0x1d, 0x20, 0xbd, 0xba, 0x68, 0xd6, 0x15, 0xe2, 0xce, 0x32, 0x03, 0x14, 0x36, 0xa6, 0x26, 0xa7, 0x49, 0x7b, 0x87, 0x9b, 0xf0, 0xbe, 0x06, 0x08, 0x2f, 0x9d, 0x4d, 0x17, 0xdf, 0x79, 0xf1, 0xd2, 0x04, 0xd9, 0xb4, 0xa6, 0x81, 0xc2, 0x20, 0x34, 0x86, 0x87, 0x87, 0xac, 0x94, 0xcc, 0xde, 0xde, 0xde, 0x3f, 0x43, 0xa9, 0x8e, 0xe7, 0x07, 0xc3, 0xd5, 0x00, 0xc9, 0xae, 0x23, 0xac, 0x61, 0xc9, 0x31, 0x55, 0x55, 0x55, 0xe8, 0xd2, 0xa4, 0x2e, 0xed, 0x91, 0x91, 0x11, 0x4c, 0x8e, 0x31, 0x01, 0xe7, 0x6b, 0xb6, 0x46, 0x7a, 0x15, 0xd6, 0x7f, 0xfc, 0xf0, 0xc3, 0x0f, 0x3f, 0x77, 0x25, 0xbd, 0x83, 0x30, 0x0c, 0x80, 0x95, 0xda, 0xf6, 0x31, 0xf8, 0x83, 0x0f, 0x68, 0xfb, 0xce, 0xad, 0xb4, 0x5a, 0xdb, 0x79, 0xb0, 0xa9, 0xca, 0xd0, 0xa7, 0x08, 0xbc, 0x7e, 0x69, 0x52, 0x60, 0x00, 0x1c, 0x6d, 0x2d, 0x2d, 0x84, 0x3d, 0xe7, 0x82, 0xe1, 0xd5, 0xe8, 0x38, 0x68, 0x93, 0xf5, 0xb4, 0xc6, 0x26, 0x36, 0xa0, 0x66, 0x0c, 0x80, 0xf8, 0x1d, 0x98, 0x80, 0x86, 0x37, 0xc7, 0x62, 0x31, 0x2a, 0xe1, 0x71, 0x61, 0xc5, 0xb9, 0x90, 0xe8, 0x01, 0xdb, 0x1b, 0x20, 0xe1, 0x75, 0xbb, 0xa6, 0xd1, 0x28, 0xd8, 0x01, 0xff, 0x94, 0x48, 0x24, 0xfe, 0xe1, 0x4b, 0x5f, 0xfa, 0xd2, 0x61, 0x92, 0xc7, 0x7c, 0xc1, 0x15, 0xc5, 0x00, 0x30, 0x7e, 0x8b, 0xc1, 0x9f, 0xd6, 0xd6, 0x16, 0xb2, 0x01, 0x1e, 0x22, 0xaa, 0xd5, 0xb1, 0x8b, 0xe3, 0x65, 0xe9, 0x5f, 0x24, 0x0c, 0xc2, 0x39, 0x14, 0xbe, 0xa9, 0x44, 0x4f, 0x5f, 0x0f, 0x79, 0xfb, 0xe8, 0x00, 0xad, 0x1b, 0x5a, 0xe8, 0x40, 0x68, 0x95, 0x4c, 0xce, 0x91, 0x8e, 0x8e, 0x36, 0xb2, 0x79, 0x73, 0x3f, 0x79, 0xf5, 0x27, 0xaf, 0x39, 0x44, 0x8e, 0xa5, 0x53, 0xe8, 0x9c, 0xc3, 0xf4, 0x34, 0xab, 0x37, 0x44, 0xa1, 0x0d, 0xc3, 0xfd, 0xb0, 0x7d, 0x04, 0xf6, 0xff, 0x08, 0xfe, 0xfe, 0xe2, 0xb7, 0xbf, 0xfd, 0xed, 0x9f, 0x01, 0xf1, 0xa7, 0x78, 0x9b, 0x81, 0xe4, 0xd1, 0x7f, 0xeb, 0x8a, 0x60, 0x80, 0x7b, 0xee, 0xb9, 0xa7, 0x07, 0x18, 0xe0, 0x5d, 0x8c, 0x01, 0xd6, 0x03, 0xae, 0x6c, 0x03, 0xa9, 0x85, 0x31, 0xf0, 0xf3, 0x73, 0xc5, 0x75, 0x08, 0xc4, 0x22, 0xa8, 0xe9, 0xcc, 0xe5, 0x27, 0x54, 0xb0, 0xe4, 0x49, 0x2c, 0x56, 0x55, 0x92, 0x73, 0x61, 0xe7, 0xc5, 0xe6, 0x16, 0x17, 0xf3, 0x63, 0x65, 0xeb, 0x83, 0xbf, 0x38, 0x04, 0x70, 0xa8, 0x38, 0x6f, 0x10, 0x7a, 0x99, 0x70, 0x62, 0x0c, 0x63, 0x76, 0xba, 0xba, 0x3b, 0xc9, 0xd0, 0x20, 0x0d, 0x5a, 0xc3, 0x30, 0x66, 0xc2, 0x60, 0x10, 0x2c, 0x09, 0x80, 0x3b, 0x48, 0xf0, 0x47, 0x80, 0x39, 0x8e, 0x1c, 0x3c, 0x78, 0xf0, 0xf5, 0x37, 0xdf, 0x7c, 0x73, 0x82, 0xb8, 0x5d, 0x57, 0x0c, 0x22, 0x36, 0x9e, 0xbe, 0xe2, 0x46, 0x4e, 0x06, 0x00, 0xc3, 0xe8, 0xa3, 0x76, 0xdd, 0x7f, 0xaa, 0x2e, 0xb7, 0xef, 0xda, 0x46, 0xcb, 0x6e, 0x9c, 0x3b, 0x7d, 0xbe, 0x68, 0xe9, 0x7f, 0xea, 0xcc, 0x09, 0x32, 0x37, 0x3f, 0xb7, 0xaa, 0x1e, 0x08, 0x33, 0x08, 0xfd, 0x06, 0x4a, 0xec, 0xea, 0xaa, 0x6a, 0xb2, 0x6b, 0xc7, 0xb5, 0x25, 0xb3, 0x03, 0x78, 0x06, 0xa0, 0xad, 0x67, 0x1b, 0xea, 0x8a, 0xf6, 0xac, 0x4d, 0x8c, 0x4f, 0x82, 0x36, 0xe9, 0x26, 0xad, 0xed, 0x2d, 0x64, 0xf3, 0xd6, 0xcd, 0x0e, 0x03, 0x4c, 0x4c, 0x4c, 0x8c, 0x83, 0x74, 0xff, 0xf3, 0xa1, 0xa1, 0xa1, 0x53, 0x40, 0xf0, 0xe7, 0x88, 0xb7, 0x07, 0xaf, 0x3c, 0x4c, 0x72, 0x05, 0x8f, 0x30, 0x10, 0xe8, 0x37, 0x99, 0xf1, 0xdb, 0xd9, 0xb5, 0x8e, 0x74, 0x83, 0x61, 0x85, 0x93, 0x2b, 0xe3, 0x80, 0x5f, 0x8b, 0x61, 0x00, 0x24, 0xa4, 0x58, 0x75, 0x0c, 0x0c, 0xea, 0x75, 0xa4, 0x89, 0xf7, 0x7d, 0x6b, 0x5a, 0x68, 0x51, 0x63, 0xfd, 0x7e, 0xee, 0xa3, 0xad, 0x8a, 0x0e, 0xa5, 0x81, 0x6a, 0x23, 0x63, 0x43, 0x24, 0x99, 0x48, 0xd0, 0xbc, 0x61, 0xec, 0xca, 0x5e, 0xec, 0x58, 0xa4, 0x30, 0x28, 0x0b, 0x30, 0xc8, 0x75, 0x7d, 0xae, 0xef, 0xe9, 0x21, 0x17, 0x87, 0xc7, 0x48, 0x5d, 0x6d, 0x5d, 0xe1, 0xcf, 0x37, 0x9d, 0xa5, 0x05, 0xc3, 0x30, 0x24, 0x02, 0x5d, 0xd6, 0x2f, 0xbd, 0xf8, 0x23, 0x56, 0x4b, 0xb5, 0xe5, 0xd8, 0xb1, 0x63, 0x83, 0xf6, 0xa4, 0x98, 0x19, 0x72, 0x91, 0x8b, 0x1a, 0x5f, 0x1d, 0x0c, 0xf0, 0xf1, 0x8f, 0x7f, 0x7c, 0x03, 0xac, 0x6e, 0x62, 0xf0, 0x07, 0x8b, 0x54, 0xb5, 0x80, 0x0d, 0x80, 0x95, 0xcd, 0xb0, 0x70, 0x6b, 0x51, 0xbd, 0x61, 0x67, 0x67, 0xc8, 0x7b, 0xdf, 0xfb, 0x2b, 0x24, 0x11, 0x9f, 0x23, 0x33, 0x53, 0x97, 0xcf, 0x44, 0xe2, 0xf5, 0xd7, 0xdf, 0x40, 0x2a, 0x2a, 0x22, 0x00, 0x53, 0x0e, 0x93, 0xd6, 0x96, 0xd2, 0x34, 0xe2, 0x48, 0xce, 0x26, 0x49, 0xe3, 0x9a, 0x06, 0xe7, 0x73, 0x37, 0x40, 0x96, 0x81, 0xb7, 0x07, 0x68, 0x32, 0x7f, 0x71, 0x30, 0x68, 0x9a, 0xd6, 0x58, 0x45, 0x6f, 0x10, 0x16, 0x13, 0x1b, 0x1a, 0x1c, 0xa2, 0xfb, 0xbb, 0xba, 0xba, 0xf6, 0x02, 0x03, 0x9c, 0x20, 0xfe, 0x3d, 0x76, 0x55, 0x15, 0xbd, 0xd9, 0xf6, 0xd5, 0xa3, 0x01, 0x80, 0xc0, 0x1d, 0xf8, 0x83, 0x55, 0x97, 0x77, 0xef, 0xde, 0x41, 0xe3, 0xfe, 0x87, 0x07, 0x47, 0x8a, 0x86, 0x3f, 0x38, 0xed, 0x8f, 0xa5, 0x38, 0x46, 0x06, 0x2f, 0xaf, 0x79, 0x84, 0x69, 0x80, 0x2c, 0xfd, 0x5b, 0xfa, 0xa8, 0xfd, 0x52, 0xaa, 0xeb, 0xc6, 0x06, 0xd4, 0x3c, 0x03, 0xd0, 0x32, 0xe7, 0xb1, 0x8a, 0xa2, 0xcf, 0x8f, 0xf0, 0x0a, 0xcb, 0x47, 0x62, 0xf5, 0x0c, 0x6c, 0x99, 0xc4, 0x18, 0xa0, 0xb6, 0xb6, 0xf6, 0xbd, 0x44, 0x1d, 0x1c, 0xa7, 0x5a, 0xe4, 0x06, 0xd5, 0x57, 0x0f, 0x03, 0x60, 0xec, 0x0f, 0x93, 0xfe, 0x1b, 0xfa, 0x7a, 0x49, 0x6b, 0x5b, 0x2b, 0x6d, 0x62, 0x36, 0x05, 0x92, 0xa5, 0xd8, 0x97, 0xc3, 0x9a, 0x5e, 0xc8, 0x85, 0xae, 0x56, 0xfb, 0x60, 0xed, 0x8f, 0xea, 0xeb, 0x6b, 0x4b, 0xc6, 0x00, 0xe8, 0x0d, 0x42, 0xaf, 0x1a, 0x7f, 0xbe, 0xce, 0xce, 0x75, 0x64, 0x3e, 0xb9, 0x48, 0xed, 0x8d, 0x42, 0x47, 0x36, 0x63, 0x50, 0x6d, 0xdd, 0xb8, 0xb6, 0x91, 0x5c, 0x7b, 0xed, 0x6e, 0xf2, 0xfc, 0xf7, 0x5f, 0x60, 0x95, 0xf5, 0x36, 0x6f, 0xdd, 0xba, 0xb5, 0xe7, 0xf8, 0xf1, 0xe3, 0x03, 0x24, 0x77, 0xcf, 0xdd, 0x82, 0x5b, 0x90, 0x5e, 0x0e, 0xc3, 0xf7, 0x0d, 0x7e, 0xe2, 0x13, 0x9f, 0xd8, 0x68, 0x17, 0x53, 0xa2, 0x03, 0x9b, 0x17, 0x37, 0xd1, 0x1a, 0xfd, 0x73, 0xb4, 0x47, 0x17, 0x33, 0x16, 0x0b, 0x59, 0x52, 0xc0, 0x44, 0xad, 0x6d, 0x2d, 0x00, 0x7f, 0x12, 0x45, 0x9d, 0x67, 0x25, 0x16, 0xec, 0x63, 0x8b, 0x4c, 0xd0, 0xbe, 0xae, 0x9d, 0x56, 0x85, 0x28, 0xd5, 0x79, 0xe7, 0x12, 0x62, 0xee, 0xfa, 0x86, 0x0d, 0xbd, 0xe4, 0xd2, 0xf8, 0x18, 0x75, 0x55, 0xca, 0xad, 0xa1, 0xf8, 0x06, 0x1c, 0xb9, 0x96, 0xc9, 0x89, 0x69, 0x7a, 0x3c, 0x86, 0x48, 0x77, 0x77, 0x77, 0x39, 0xe7, 0xef, 0xe8, 0xe8, 0x78, 0x3f, 0xf1, 0x2f, 0xc1, 0x22, 0x6f, 0x67, 0xc8, 0x15, 0x3a, 0xa2, 0x01, 0x46, 0xea, 0xc7, 0x34, 0x2b, 0xdd, 0x87, 0x7a, 0x7d, 0x76, 0xec, 0xdc, 0x46, 0xeb, 0x74, 0xa2, 0x8f, 0xf9, 0xf8, 0x89, 0xb7, 0x84, 0xd6, 0xa8, 0x79, 0x4b, 0x26, 0x23, 0x4b, 0x7e, 0xfd, 0x37, 0x7e, 0x8d, 0x76, 0x1d, 0x3f, 0x3e, 0xf0, 0xce, 0x65, 0xf5, 0xc0, 0x22, 0xba, 0x46, 0x7a, 0x36, 0x58, 0x33, 0xac, 0x3f, 0x7f, 0xfd, 0x69, 0x12, 0x2d, 0x41, 0x2f, 0x02, 0xac, 0x3d, 0xda, 0xb9, 0xfe, 0x4e, 0x61, 0x1f, 0x26, 0x1b, 0x2d, 0x2c, 0xce, 0x91, 0x9f, 0xfe, 0xfc, 0xd5, 0xdc, 0xd7, 0x44, 0x4b, 0x37, 0x6a, 0xdc, 0xe7, 0xa8, 0x93, 0x9e, 0x7a, 0xd7, 0x5d, 0x1f, 0x20, 0xe9, 0xc5, 0x14, 0xad, 0xfa, 0xb6, 0xfb, 0xba, 0x5d, 0x64, 0xd0, 0x86, 0x41, 0xf0, 0x4e, 0xef, 0x86, 0xd5, 0x97, 0x89, 0x7f, 0xdf, 0xdd, 0x92, 0x76, 0x63, 0xbc, 0xec, 0x18, 0x00, 0x1e, 0xa8, 0x03, 0x7f, 0x36, 0x6f, 0xdd, 0x04, 0xc6, 0xd4, 0x5a, 0x1a, 0x67, 0x82, 0x15, 0xcf, 0x46, 0xc7, 0x46, 0x8b, 0xfa, 0x51, 0x9c, 0x76, 0xc7, 0xd9, 0xc8, 0x13, 0x03, 0x27, 0xc9, 0x85, 0x0b, 0x43, 0x97, 0xdd, 0x43, 0x9b, 0x9c, 0x9a, 0x20, 0x6d, 0xed, 0xed, 0x60, 0x17, 0x55, 0x92, 0xa9, 0xa9, 0xc9, 0x92, 0x9c, 0x73, 0x78, 0x64, 0x98, 0x6c, 0xea, 0xef, 0x17, 0xf6, 0x5d, 0x7b, 0xdd, 0xb5, 0x14, 0x76, 0xe2, 0x7b, 0x48, 0x4b, 0xbd, 0x75, 0xf1, 0x5d, 0xb8, 0x2f, 0xcb, 0xaa, 0xed, 0xc9, 0xfb, 0x67, 0x10, 0xaa, 0x62, 0x79, 0xf8, 0xf1, 0x09, 0x0c, 0xba, 0x5b, 0x07, 0xda, 0x7b, 0x0d, 0xb9, 0xe1, 0xc6, 0xeb, 0xc9, 0x81, 0xa7, 0x7f, 0x40, 0xec, 0x80, 0xc6, 0xfe, 0x3d, 0x7b, 0xf6, 0xf4, 0x1d, 0x3a, 0x74, 0xe8, 0x18, 0x51, 0xf7, 0xdf, 0xcd, 0x92, 0xab, 0x60, 0x28, 0x19, 0xe0, 0x63, 0x1f, 0xfb, 0x58, 0x3f, 0x3c, 0xa4, 0x3d, 0xcc, 0xfd, 0xb9, 0x6b, 0xf7, 0x4e, 0x90, 0x20, 0xf5, 0x58, 0xca, 0x9b, 0x56, 0x18, 0xde, 0xb7, 0xef, 0xb7, 0x9c, 0x07, 0x9f, 0xcf, 0x60, 0x0e, 0x4e, 0xda, 0xbf, 0xca, 0x30, 0xc9, 0x8e, 0x1d, 0xdb, 0xc9, 0xb6, 0x6d, 0x5b, 0x0b, 0xbe, 0xf8, 0x65, 0x69, 0xdf, 0xa9, 0x38, 0x1f, 0xb6, 0x3c, 0x42, 0x28, 0xb2, 0xf7, 0xbd, 0x77, 0xd0, 0x26, 0xcf, 0xfe, 0xe7, 0x0b, 0x7f, 0x6d, 0x55, 0x55, 0xd5, 0x9e, 0x06, 0xd4, 0x68, 0x07, 0xe0, 0xe2, 0x7b, 0x7d, 0x21, 0xef, 0x13, 0x27, 0x2d, 0x31, 0xab, 0xac, 0xdb, 0x2e, 0x2d, 0xcf, 0x8c, 0xe1, 0x96, 0x96, 0x16, 0x6c, 0x40, 0x7d, 0x48, 0x81, 0xf9, 0xaf, 0x9a, 0xa1, 0x64, 0x00, 0x78, 0x11, 0x1f, 0x67, 0xdb, 0xa8, 0x3a, 0xb7, 0x6e, 0xdb, 0x4c, 0x89, 0x76, 0x3e, 0x39, 0xef, 0x10, 0x40, 0xc1, 0xc4, 0xe4, 0xfe, 0x86, 0x85, 0x53, 0x23, 0x7a, 0x71, 0xc4, 0x59, 0x20, 0xe1, 0xe7, 0x3c, 0x5f, 0x8e, 0x3f, 0xe3, 0xf5, 0xd7, 0x82, 0x16, 0xc3, 0x25, 0xe7, 0xf9, 0x42, 0x5e, 0x17, 0xcf, 0x00, 0xbe, 0x1d, 0x1c, 0x43, 0x76, 0x6b, 0x94, 0x07, 0xc6, 0x01, 0xd5, 0xd4, 0xd4, 0x92, 0xeb, 0x6f, 0xbc, 0xce, 0x61, 0x80, 0x68, 0x34, 0x8a, 0xd5, 0x0c, 0xfe, 0xfb, 0x95, 0x6c, 0xe4, 0x16, 0x0a, 0x81, 0xf6, 0xb1, 0x8d, 0x9d, 0xbb, 0x77, 0x90, 0x7a, 0x60, 0x02, 0x7c, 0x80, 0xd8, 0xa0, 0xce, 0xef, 0xc1, 0x87, 0x6a, 0x8f, 0xa9, 0x22, 0x08, 0x33, 0x1c, 0x81, 0xae, 0x86, 0xf6, 0x9d, 0x79, 0x9d, 0x2f, 0x4f, 0x42, 0x0d, 0x3c, 0x5f, 0x01, 0x44, 0x2f, 0x9f, 0x0f, 0x85, 0x57, 0x4b, 0x7b, 0x1d, 0x79, 0xd7, 0x2d, 0x37, 0x91, 0xef, 0xfd, 0xdf, 0xa7, 0xd9, 0xee, 0xcd, 0x77, 0xdf, 0x7d, 0xf7, 0xd6, 0x67, 0x9f, 0x7d, 0xf6, 0x4d, 0x72, 0x95, 0x8e, 0xa8, 0x02, 0xfe, 0x6c, 0x01, 0x49, 0x74, 0x2d, 0xc3, 0xff, 0xd7, 0xee, 0xd9, 0x4d, 0x6a, 0x6a, 0xab, 0xc9, 0xf8, 0xd8, 0xb8, 0x23, 0xa1, 0xf2, 0xea, 0x2f, 0x1b, 0xe2, 0x25, 0xe6, 0x7d, 0xbe, 0x52, 0xf6, 0xbf, 0xe5, 0xcf, 0x17, 0x92, 0x19, 0x43, 0x31, 0x64, 0x1e, 0xcc, 0x98, 0x93, 0x21, 0x4b, 0xd0, 0xdc, 0x1a, 0x3b, 0xd3, 0x20, 0x0c, 0xea, 0xed, 0xed, 0xa1, 0x50, 0x88, 0x85, 0x46, 0xd8, 0x69, 0xae, 0x65, 0x06, 0x70, 0x1e, 0x9c, 0x69, 0x7e, 0x8c, 0x11, 0x3f, 0x96, 0x20, 0xdf, 0xb4, 0x79, 0x23, 0xf5, 0x32, 0x60, 0x0b, 0x20, 0xec, 0x7d, 0x95, 0x9b, 0x02, 0xcd, 0x40, 0x9d, 0xaf, 0x69, 0x7e, 0xb8, 0x20, 0x97, 0x98, 0x0b, 0x28, 0x2a, 0xa2, 0x99, 0x39, 0xce, 0x69, 0xfa, 0x9c, 0x49, 0x7d, 0x4e, 0x56, 0x88, 0xcb, 0xef, 0x9c, 0xa6, 0xd4, 0x5f, 0x37, 0xd7, 0x39, 0xc5, 0xf3, 0x79, 0x8f, 0x31, 0x15, 0xf2, 0x3f, 0xe8, 0x9c, 0xa6, 0x66, 0x2a, 0xf6, 0x6a, 0x9e, 0x6f, 0xcb, 0x7b, 0x90, 0x01, 0x70, 0x22, 0xf3, 0xa6, 0x9b, 0x6f, 0x74, 0x18, 0x00, 0x65, 0x9e, 0x0d, 0x83, 0xca, 0x0c, 0x60, 0x33, 0xc0, 0xdd, 0xcc, 0xf8, 0xc5, 0x8c, 0x22, 0x8c, 0x7a, 0x44, 0x7e, 0xc0, 0xda, 0xfa, 0x6e, 0x99, 0x27, 0xb7, 0x08, 0x95, 0xf0, 0x59, 0x23, 0x52, 0x63, 0x66, 0x2f, 0x21, 0x69, 0x9e, 0x76, 0xca, 0xd2, 0x67, 0x8d, 0x04, 0xff, 0x3d, 0x47, 0xf3, 0x67, 0x99, 0x78, 0xbd, 0xd7, 0x10, 0xf4, 0xfd, 0xdc, 0xcd, 0xa2, 0xfd, 0x58, 0x55, 0xbe, 0x3a, 0x8d, 0xfb, 0xbe, 0x97, 0x3c, 0x35, 0xff, 0xfe, 0xba, 0x39, 0x9a, 0x49, 0xab, 0xbf, 0xef, 0x9e, 0xc3, 0xe4, 0xae, 0x48, 0xfd, 0xd9, 0x20, 0xfd, 0x9b, 0x36, 0xf2, 0xb7, 0xb3, 0xe5, 0xae, 0xbb, 0xee, 0xda, 0xf4, 0x83, 0x1f, 0xfc, 0xe0, 0x64, 0x99, 0x01, 0x2c, 0xc2, 0xdf, 0xc4, 0x34, 0xc0, 0xe1, 0x43, 0x47, 0x68, 0xa7, 0x6e, 0xec, 0x8d, 0xe5, 0xa9, 0x99, 0x69, 0xd5, 0x2a, 0xf4, 0x4a, 0x1f, 0xa1, 0x0d, 0xa9, 0x57, 0x52, 0x9a, 0x01, 0x9d, 0x19, 0x89, 0x96, 0x43, 0x3a, 0x6b, 0xb9, 0xec, 0x49, 0x35, 0x8e, 0xf6, 0x3d, 0xa7, 0x16, 0xc6, 0x46, 0xd5, 0x72, 0x1c, 0xaf, 0xe5, 0x79, 0x3e, 0x51, 0x80, 0xa8, 0xaf, 0x4c, 0xf3, 0x3b, 0x75, 0xf0, 0x39, 0x03, 0x8f, 0x77, 0xab, 0xda, 0x1d, 0x79, 0x43, 0x44, 0x3c, 0xba, 0xae, 0x23, 0x47, 0x94, 0x19, 0xc0, 0x26, 0x50, 0x8c, 0x12, 0x6c, 0x41, 0x42, 0xc5, 0x19, 0xc8, 0xd7, 0x7f, 0xfa, 0x73, 0x05, 0xf1, 0x96, 0xae, 0xfc, 0x79, 0x79, 0xac, 0xfc, 0x00, 0xdb, 0x6e, 0xf8, 0x6a, 0xbd, 0x77, 0x5d, 0xc1, 0x00, 0xff, 0x19, 0x96, 0x45, 0x99, 0x78, 0x4b, 0x5d, 0x82, 0xbc, 0x3c, 0x56, 0xc7, 0xd0, 0x34, 0xed, 0x1b, 0x00, 0x7f, 0x8e, 0x5d, 0xb5, 0xf7, 0xaf, 0xda, 0xb9, 0x6f, 0xdf, 0xbe, 0x2e, 0x90, 0xfe, 0x9f, 0x06, 0x62, 0x7d, 0x3f, 0x2c, 0x2d, 0xb0, 0xab, 0x19, 0x96, 0xca, 0xab, 0xac, 0xc9, 0xc4, 0x95, 0x3a, 0x70, 0xea, 0x7a, 0x1c, 0x08, 0xff, 0x6d, 0x78, 0x27, 0x7f, 0x73, 0xe0, 0xc0, 0x81, 0x57, 0xca, 0x8f, 0xa4, 0x3c, 0xca, 0xa3, 0x3c, 0xca, 0xa3, 0x3c, 0xca, 0xa3, 0x3c, 0xca, 0xa3, 0x3c, 0xca, 0xa3, 0x3c, 0xae, 0x96, 0xf1, 0xff, 0x01, 0xfe, 0x4d, 0x39, 0xcd, 0x3b, 0x62, 0xc4, 0x89, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_idle_192_png_len = 21317; unsigned char network_offline_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x29, 0xd4, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x90, 0x1c, 0xd7, 0x79, 0xde, 0xdf, 0x73, 0xed, 0xcc, 0xee, 0xec, 0xbd, 0xd8, 0x5d, 0x1c, 0xbb, 0xb8, 0x2f, 0x82, 0x20, 0x2e, 0x52, 0x14, 0x8f, 0x48, 0xa0, 0x99, 0x94, 0x25, 0x47, 0x89, 0x1c, 0x51, 0x50, 0x95, 0x62, 0xc9, 0x92, 0x2a, 0x0e, 0xa3, 0x52, 0x39, 0x74, 0x95, 0x4a, 0x25, 0x59, 0x76, 0x22, 0x41, 0x49, 0xa5, 0x22, 0xab, 0x28, 0x89, 0xa2, 0xe5, 0x8a, 0xa5, 0x2a, 0x55, 0x9c, 0x58, 0x4e, 0x59, 0x54, 0x95, 0xed, 0xc8, 0x96, 0x19, 0xa0, 0x44, 0x53, 0xb4, 0x48, 0x11, 0x24, 0x4d, 0x82, 0x20, 0x20, 0x00, 0x0b, 0x2c, 0xee, 0x3d, 0xb0, 0xf7, 0xce, 0xb9, 0x73, 0xf6, 0xcb, 0xfb, 0xdf, 0xeb, 0xd7, 0xfd, 0xba, 0xfb, 0xf5, 0x4c, 0xcf, 0xec, 0xcc, 0x02, 0x58, 0xb0, 0xc1, 0xe6, 0xcc, 0xf6, 0x4c, 0xf7, 0x74, 0xbf, 0xff, 0x7f, 0xdf, 0x7f, 0xff, 0x0f, 0xe0, 0xdd, 0xed, 0xdd, 0xed, 0xdd, 0xed, 0xee, 0xdd, 0xb4, 0xdb, 0xf9, 0xe6, 0x8e, 0x1e, 0x3d, 0x1a, 0xea, 0xee, 0xee, 0xde, 0x5c, 0x2a, 0x95, 0xb6, 0x07, 0x83, 0xc1, 0xb6, 0x46, 0x5f, 0xbf, 0x5c, 0x2e, 0xfb, 0x3a, 0x56, 0xcb, 0x77, 0x1b, 0x79, 0x8c, 0x10, 0x92, 0xd6, 0x34, 0x6d, 0xe4, 0xeb, 0x5f, 0xff, 0xfa, 0x15, 0xfc, 0xf3, 0xae, 0x62, 0x80, 0x6f, 0x7e, 0xf3, 0x9b, 0x8f, 0x05, 0x02, 0x81, 0x3f, 0xa1, 0x6f, 0x77, 0x37, 0xe3, 0xfa, 0x74, 0x70, 0xcd, 0x57, 0xf9, 0x7d, 0xa5, 0x63, 0xb7, 0xf0, 0xfb, 0xaf, 0x50, 0xe6, 0xf8, 0x8f, 0xdf, 0xfa, 0xd6, 0xb7, 0x4e, 0xde, 0x15, 0x0c, 0x40, 0x89, 0x7f, 0x80, 0x12, 0xff, 0x04, 0x7d, 0x1b, 0x09, 0x87, 0xc3, 0xd0, 0xda, 0xda, 0x0a, 0x74, 0x26, 0xb0, 0x3d, 0x14, 0x0a, 0x35, 0x8c, 0xf0, 0xce, 0xe3, 0x5e, 0x44, 0xa9, 0x46, 0x28, 0x3f, 0xd7, 0xf0, 0xba, 0x16, 0x7d, 0x4e, 0xf6, 0x4c, 0xaa, 0xef, 0x17, 0x8b, 0x45, 0x98, 0x99, 0x99, 0x81, 0x5c, 0x2e, 0x87, 0x87, 0x16, 0x28, 0x13, 0xbc, 0xe7, 0xdb, 0xdf, 0xfe, 0xf6, 0x68, 0x23, 0xc7, 0x3a, 0x74, 0x3b, 0x32, 0x00, 0x1d, 0x94, 0x6f, 0x20, 0xf1, 0xfb, 0xfa, 0xfa, 0xe0, 0xb1, 0xc7, 0x0e, 0x43, 0x2c, 0x16, 0xa3, 0xac, 0x5a, 0x2b, 0xaf, 0x12, 0x9f, 0x87, 0x88, 0xaf, 0xcb, 0x90, 0x1a, 0x10, 0x98, 0x10, 0x8f, 0x0b, 0x55, 0xfd, 0x29, 0x07, 0x43, 0xe9, 0x04, 0x12, 0xc9, 0x24, 0xfc, 0xcd, 0x5f, 0xff, 0x0d, 0x4c, 0x4f, 0x4f, 0x77, 0xd3, 0x43, 0xff, 0x9d, 0xee, 0x47, 0x56, 0x35, 0x02, 0x3c, 0xf7, 0xdc, 0x73, 0xc1, 0xf1, 0xf1, 0xf1, 0x45, 0xfa, 0x36, 0xfe, 0x81, 0x0f, 0x7e, 0x00, 0x86, 0x87, 0x87, 0xea, 0x99, 0xe7, 0x35, 0x10, 0xa6, 0xbe, 0x6b, 0x29, 0x3f, 0x59, 0x86, 0x94, 0x76, 0x31, 0x98, 0xf4, 0xe7, 0xb9, 0xb3, 0xe7, 0xe0, 0x47, 0x3f, 0x7a, 0x0e, 0x51, 0x61, 0xa1, 0xb3, 0xb3, 0xb3, 0x8f, 0xea, 0x46, 0xfa, 0xaa, 0x45, 0x80, 0xeb, 0xd7, 0xaf, 0x77, 0x53, 0x85, 0x2f, 0x8e, 0xd0, 0xd8, 0xd5, 0xd9, 0xc5, 0x8e, 0x15, 0x8b, 0x05, 0x58, 0xca, 0x65, 0xeb, 0x1b, 0x48, 0x07, 0xec, 0xd6, 0x36, 0x31, 0x89, 0xc7, 0xf7, 0x89, 0x7f, 0xa4, 0x20, 0xde, 0xa2, 0xc8, 0x84, 0x7b, 0x8f, 0x73, 0xda, 0xdb, 0x3b, 0xa8, 0x0c, 0x6c, 0x81, 0xfe, 0xfe, 0x7e, 0xf1, 0xdd, 0xee, 0x44, 0x22, 0x81, 0x83, 0x32, 0xbf, 0x6a, 0x19, 0xa0, 0xa5, 0xa5, 0xa5, 0x9d, 0x6a, 0xfd, 0x80, 0xb2, 0x5f, 0x0b, 0x70, 0x80, 0x2a, 0x96, 0x8a, 0x90, 0xcd, 0x65, 0x20, 0x9f, 0x2f, 0xc3, 0x3f, 0xbd, 0x31, 0x65, 0x7e, 0xb7, 0xb5, 0x35, 0x44, 0xbf, 0x17, 0xf4, 0x41, 0x60, 0x52, 0x91, 0x59, 0x5a, 0x63, 0x78, 0x9d, 0x40, 0x75, 0xba, 0x55, 0x21, 0x7e, 0x2c, 0x16, 0xb4, 0x5f, 0xc7, 0x87, 0xf8, 0x08, 0x86, 0x34, 0xf6, 0x1c, 0xce, 0x1f, 0xc5, 0x73, 0xa2, 0xd1, 0x18, 0x63, 0x00, 0x3a, 0x21, 0xd8, 0x8e, 0xe3, 0x42, 0xf5, 0x82, 0xf6, 0x55, 0xcd, 0x00, 0x85, 0x42, 0xa1, 0x43, 0x28, 0x46, 0x01, 0x43, 0xee, 0x13, 0xc2, 0x11, 0x6f, 0x6c, 0x2c, 0x0d, 0xbf, 0xfd, 0x5b, 0xc7, 0x57, 0x97, 0x1d, 0x4e, 0x9f, 0xf1, 0xff, 0xfc, 0xe8, 0x9f, 0xc3, 0x7d, 0xf7, 0xf5, 0xba, 0x18, 0x53, 0x3c, 0xb7, 0x46, 0xc7, 0x03, 0x27, 0x04, 0x2a, 0x85, 0xf4, 0xfb, 0x1d, 0xab, 0x5a, 0x09, 0xa4, 0x84, 0x6f, 0xd7, 0x75, 0x9d, 0x23, 0x80, 0xc1, 0x00, 0xba, 0x31, 0xbb, 0xd3, 0xa9, 0x22, 0x7b, 0x7d, 0xe2, 0x89, 0x00, 0x9b, 0x35, 0x84, 0x68, 0x86, 0x5c, 0x27, 0x4a, 0x39, 0x9f, 0xcf, 0x17, 0xa4, 0x63, 0xc4, 0xa5, 0x0f, 0x70, 0xd4, 0xc0, 0xdf, 0x08, 0x28, 0x45, 0x45, 0xa5, 0x6b, 0xe3, 0x56, 0x2a, 0xe9, 0x86, 0xed, 0x4e, 0x8c, 0x7b, 0xd1, 0x94, 0xdf, 0x53, 0x5f, 0x87, 0xc0, 0xc4, 0xc4, 0x1c, 0x5c, 0xb8, 0xb0, 0x0e, 0xc6, 0xc7, 0x32, 0x8c, 0x01, 0x90, 0xf0, 0xd9, 0xcc, 0x12, 0xfb, 0x4e, 0x34, 0xd6, 0x02, 0x38, 0x0e, 0x4c, 0x29, 0xa6, 0xe3, 0x80, 0xe3, 0x61, 0x58, 0x0d, 0xed, 0xab, 0x9a, 0x01, 0xe8, 0x43, 0xb7, 0x1b, 0x8c, 0x60, 0x8a, 0x00, 0x31, 0x13, 0x52, 0x29, 0x4e, 0xd0, 0x2d, 0x5b, 0xfa, 0x29, 0xdc, 0x86, 0x1c, 0x66, 0x93, 0x31, 0x77, 0x88, 0x65, 0x30, 0xa8, 0x3e, 0x03, 0x20, 0x12, 0x03, 0xa8, 0x8e, 0x13, 0x1b, 0x11, 0xf9, 0xf5, 0xbc, 0x3f, 0xe3, 0xc7, 0xbc, 0x3f, 0x57, 0x7f, 0xc6, 0x7f, 0x53, 0xd7, 0xe7, 0xe1, 0xf2, 0x65, 0x9d, 0x3e, 0x57, 0x91, 0x11, 0x7f, 0xf4, 0xc2, 0x15, 0x98, 0x9a, 0x9c, 0x82, 0xf5, 0x1b, 0xd6, 0x41, 0x6f, 0x5f, 0x2f, 0x74, 0xb6, 0x0b, 0x04, 0xd0, 0x4c, 0x53, 0x91, 0xee, 0xab, 0x9b, 0x01, 0x10, 0xe2, 0xf0, 0x41, 0x19, 0x03, 0x68, 0x01, 0xdb, 0xe0, 0xa5, 0xd3, 0x05, 0x03, 0x25, 0x08, 0x9d, 0x79, 0xba, 0x27, 0xa1, 0xf9, 0xc4, 0x21, 0x0e, 0x22, 0x81, 0x2f, 0x42, 0x3b, 0x99, 0x84, 0x33, 0xe5, 0xf2, 0x08, 0x2d, 0xdf, 0xa7, 0x7c, 0x1c, 0x45, 0x5d, 0x30, 0xa8, 0x9b, 0x8c, 0xdd, 0xdb, 0xd7, 0x0d, 0x89, 0xc5, 0x84, 0x29, 0x1a, 0x74, 0x52, 0x16, 0x66, 0xb1, 0x89, 0x00, 0x74, 0x5b, 0xdd, 0x22, 0x40, 0x70, 0xb8, 0x5d, 0x04, 0x08, 0x04, 0x28, 0xd2, 0xe3, 0xdc, 0x21, 0x84, 0xa8, 0x50, 0x8d, 0xd0, 0x2a, 0x62, 0xae, 0x3c, 0xa1, 0x35, 0xcf, 0xdf, 0x43, 0x06, 0x0f, 0x04, 0x38, 0x02, 0x30, 0x15, 0xbf, 0xbb, 0x0b, 0x0e, 0x3d, 0xb0, 0xdf, 0xd4, 0x03, 0xc4, 0x6f, 0x68, 0x86, 0x08, 0x90, 0xc7, 0x67, 0x55, 0x33, 0x80, 0xf0, 0xf8, 0x05, 0x84, 0x08, 0xd0, 0x89, 0x29, 0x02, 0xa2, 0x51, 0x60, 0xb3, 0xbf, 0x51, 0x84, 0xf6, 0x3a, 0x57, 0xfd, 0x99, 0x45, 0x68, 0xeb, 0xbb, 0xc4, 0xf1, 0x7b, 0x9a, 0x83, 0x49, 0x38, 0x22, 0x59, 0xe7, 0x58, 0xdf, 0x47, 0xcd, 0x5e, 0x0b, 0x94, 0x39, 0x02, 0x10, 0xb7, 0x75, 0x22, 0x18, 0x1f, 0x19, 0x45, 0x20, 0xc0, 0x5d, 0x21, 0x02, 0x4c, 0x1d, 0x40, 0x20, 0x00, 0x1d, 0x41, 0x7c, 0xf8, 0x54, 0xb2, 0x40, 0xcd, 0x44, 0xf1, 0x77, 0x33, 0x08, 0xad, 0x59, 0x24, 0xb0, 0x7d, 0xe6, 0x56, 0x0e, 0x65, 0x45, 0x4f, 0x7c, 0xc6, 0x09, 0xad, 0x2b, 0x98, 0x00, 0x0c, 0xb4, 0xb2, 0xdf, 0x33, 0x42, 0x3b, 0x90, 0xa2, 0xa9, 0xdc, 0xe6, 0x96, 0x72, 0x70, 0xee, 0xdc, 0x05, 0xe8, 0xe8, 0xe8, 0x80, 0xbe, 0x35, 0xbd, 0xd0, 0x42, 0x4d, 0x40, 0x2e, 0x02, 0x34, 0x88, 0x44, 0x22, 0xec, 0x5a, 0xf4, 0xd9, 0x3b, 0x56, 0x3b, 0x03, 0xb4, 0x5b, 0x3a, 0x80, 0x66, 0x10, 0x81, 0x8f, 0x5e, 0x26, 0x53, 0xa4, 0xb3, 0xa6, 0x6c, 0x6a, 0xc7, 0xb5, 0x10, 0xda, 0x62, 0x12, 0x99, 0x68, 0x9a, 0xe3, 0xfb, 0xba, 0xc9, 0x08, 0x5e, 0x33, 0xde, 0xcd, 0x38, 0x76, 0xa3, 0x9f, 0xdf, 0x8b, 0x2e, 0xfd, 0xae, 0xf3, 0x1c, 0x4d, 0x42, 0x85, 0x00, 0xdd, 0xcb, 0xb0, 0xb8, 0x98, 0x67, 0xb3, 0x3e, 0x9d, 0xc9, 0xc2, 0xfc, 0xec, 0x02, 0xc4, 0xa8, 0xfd, 0x5f, 0x2a, 0xa2, 0xcd, 0x5f, 0x62, 0x27, 0x0a, 0x44, 0x24, 0xfc, 0xfd, 0xea, 0x17, 0x01, 0x2e, 0x04, 0x20, 0x42, 0x04, 0x94, 0x00, 0x63, 0x41, 0x28, 0x02, 0x2c, 0x39, 0xea, 0x2d, 0xab, 0x65, 0xc2, 0x89, 0x19, 0x28, 0x6b, 0xee, 0x32, 0x64, 0xab, 0x60, 0xdf, 0xb2, 0x4c, 0x54, 0x04, 0x77, 0x32, 0x9d, 0xca, 0x54, 0x44, 0x42, 0xbb, 0x45, 0x82, 0x60, 0x8c, 0x60, 0x10, 0x95, 0xc0, 0x02, 0x63, 0x00, 0xa1, 0x04, 0x3e, 0xfa, 0xfe, 0xf7, 0x42, 0x21, 0x5f, 0x84, 0x96, 0x68, 0x04, 0xb4, 0xa0, 0xc6, 0xd9, 0xf1, 0x6e, 0x62, 0x00, 0xf4, 0x80, 0x3a, 0x19, 0x40, 0xcc, 0xa8, 0x34, 0x95, 0x95, 0x1c, 0x01, 0xac, 0x19, 0xad, 0x96, 0xc5, 0x60, 0x98, 0x59, 0x44, 0x61, 0xdf, 0x5b, 0x04, 0x77, 0x12, 0xd0, 0x3e, 0xdb, 0xd5, 0xe6, 0x22, 0x37, 0x09, 0x35, 0x0f, 0x2b, 0x42, 0x65, 0x95, 0xe8, 0x86, 0x8f, 0x80, 0xd8, 0xd0, 0x80, 0xff, 0x8d, 0x4a, 0x20, 0x61, 0xcf, 0x25, 0x40, 0x04, 0xa1, 0x9e, 0xc1, 0x3d, 0xfe, 0xd3, 0x75, 0x83, 0x51, 0xef, 0x22, 0x33, 0x50, 0x98, 0x39, 0x38, 0x08, 0x8c, 0x18, 0x62, 0x40, 0xe9, 0x7f, 0x8b, 0x8b, 0x39, 0x7a, 0x5c, 0x33, 0x64, 0xa1, 0x93, 0x09, 0xd4, 0x32, 0xda, 0xfe, 0x19, 0xb1, 0xc1, 0xb0, 0x13, 0x29, 0xe4, 0xdd, 0xfe, 0xb9, 0xe6, 0x32, 0x31, 0x89, 0x22, 0x12, 0xc4, 0xe1, 0xdf, 0xce, 0x3c, 0x32, 0x42, 0x39, 0xad, 0x16, 0xee, 0xf1, 0x24, 0x0c, 0xd9, 0x8c, 0x5b, 0x83, 0x6b, 0x57, 0x6f, 0xb0, 0xb7, 0xdd, 0xdd, 0x9d, 0xd0, 0xde, 0x11, 0x37, 0xae, 0xc1, 0x75, 0x00, 0x83, 0xb9, 0x3a, 0xee, 0x0a, 0x04, 0x30, 0xcd, 0x1e, 0x9d, 0x98, 0x3e, 0xf8, 0x64, 0x32, 0xcf, 0x06, 0x8c, 0xcf, 0x6c, 0xa2, 0x20, 0xb4, 0x5d, 0x1e, 0x7b, 0x39, 0x73, 0x9c, 0x68, 0x61, 0x27, 0x8c, 0x66, 0x63, 0x18, 0xb7, 0x79, 0x29, 0x13, 0xb9, 0x3a, 0x1a, 0x08, 0x14, 0x12, 0xe7, 0x14, 0x0a, 0x25, 0x4a, 0xf0, 0x2c, 0xd5, 0x67, 0xb2, 0x90, 0x48, 0xa4, 0x29, 0x13, 0xb4, 0x70, 0x06, 0x40, 0x25, 0x30, 0x97, 0x83, 0xcb, 0x97, 0xae, 0x32, 0x27, 0x50, 0x2c, 0x16, 0xa5, 0x16, 0x4f, 0xd4, 0x44, 0x8e, 0x68, 0xb4, 0xe5, 0xee, 0x40, 0x00, 0xf1, 0x80, 0x91, 0x96, 0x88, 0x69, 0x0a, 0x09, 0xb3, 0x28, 0x95, 0x2c, 0x42, 0x7b, 0xbb, 0x6c, 0x67, 0x43, 0x05, 0x13, 0x8d, 0x28, 0xc5, 0x82, 0x5b, 0x69, 0xd3, 0x1c, 0xf0, 0x4e, 0x1c, 0x9e, 0x3e, 0x95, 0x9d, 0xaf, 0x36, 0x13, 0xe5, 0xdf, 0x16, 0x3a, 0x07, 0x2a, 0xac, 0x8b, 0x8b, 0x69, 0x58, 0x58, 0x48, 0x41, 0x3a, 0x9d, 0x86, 0x7c, 0xbe, 0x08, 0x72, 0x14, 0x3e, 0x18, 0x8c, 0xd0, 0x63, 0x3a, 0x94, 0xa8, 0x5e, 0xd3, 0x12, 0x6b, 0x81, 0x07, 0x1f, 0x3e, 0x04, 0x19, 0xca, 0x20, 0xb1, 0xb6, 0x18, 0x84, 0x23, 0x21, 0x76, 0x3e, 0x22, 0x45, 0x4b, 0x4b, 0xf4, 0xee, 0x31, 0x03, 0xf1, 0xa1, 0x23, 0xe1, 0x08, 0x27, 0x80, 0x64, 0x3f, 0xa1, 0x15, 0xd0, 0xdb, 0xab, 0x49, 0x30, 0xac, 0x49, 0x33, 0xd1, 0x92, 0xad, 0xf6, 0x59, 0xec, 0x56, 0x02, 0xed, 0xae, 0x5d, 0xbb, 0x48, 0xb0, 0x13, 0xd5, 0xee, 0xc4, 0x71, 0x9a, 0x72, 0x36, 0xcb, 0x9d, 0x58, 0xbf, 0x8f, 0xf7, 0x3f, 0x3f, 0x9f, 0x34, 0x88, 0x9e, 0x35, 0xfd, 0x16, 0xc2, 0xa6, 0xb7, 0x74, 0x11, 0x60, 0x4a, 0x2d, 0x9e, 0x93, 0x4e, 0x17, 0xa1, 0xb3, 0x33, 0xc2, 0x92, 0x5f, 0x58, 0x02, 0x8c, 0xb8, 0x6f, 0x52, 0x06, 0x6a, 0x2b, 0x98, 0x66, 0xe0, 0xaa, 0x17, 0x01, 0x18, 0x0b, 0xc0, 0x07, 0x0d, 0x87, 0x43, 0x36, 0x0b, 0x80, 0x33, 0x00, 0x5a, 0x01, 0x9a, 0x29, 0x02, 0x9c, 0x32, 0xbd, 0x52, 0xe0, 0xc5, 0x0e, 0xd1, 0xd5, 0x63, 0x06, 0x02, 0x0d, 0x38, 0x42, 0x80, 0x8d, 0x49, 0x64, 0x93, 0x52, 0x7e, 0x45, 0x08, 0x9f, 0x9b, 0x4b, 0xc2, 0xec, 0xec, 0xa2, 0x2d, 0xc1, 0x93, 0x2b, 0xb3, 0x9a, 0xf4, 0xb7, 0x1c, 0xfc, 0xb2, 0xd0, 0xad, 0xb3, 0x23, 0x42, 0x5f, 0xd3, 0x54, 0xd4, 0xa5, 0x20, 0xde, 0xde, 0x06, 0xf1, 0x78, 0x1b, 0xf7, 0x79, 0x04, 0x50, 0x27, 0x32, 0x5d, 0xc1, 0xab, 0x5f, 0x04, 0x30, 0x3f, 0x80, 0xe9, 0xfa, 0xe4, 0xb3, 0x47, 0x2f, 0x13, 0x3a, 0xc0, 0x65, 0xe0, 0x87, 0xdd, 0x66, 0x9b, 0xdd, 0x2c, 0xb4, 0xcf, 0x6e, 0x6b, 0xc6, 0x43, 0x05, 0xd9, 0x0f, 0x0e, 0xb3, 0x51, 0xc8, 0x76, 0xdd, 0xf4, 0x0b, 0xc8, 0x4a, 0xa7, 0x8c, 0x00, 0x8b, 0x8b, 0x29, 0x98, 0x9a, 0x9a, 0x83, 0x6c, 0x36, 0x67, 0xce, 0x6e, 0x6b, 0xa6, 0xcb, 0x44, 0x77, 0x27, 0x60, 0x05, 0x83, 0xc4, 0xb4, 0x70, 0x00, 0xda, 0xe0, 0xd4, 0xc9, 0xd3, 0x10, 0x6b, 0x6d, 0x85, 0xb5, 0x30, 0xc0, 0x50, 0x50, 0x37, 0x2c, 0x81, 0x48, 0xa4, 0xa5, 0x29, 0x0c, 0x10, 0xb8, 0x9d, 0x88, 0x8f, 0x69, 0xe0, 0xf4, 0x21, 0x19, 0xfe, 0x85, 0x82, 0x52, 0xb4, 0x8f, 0xfe, 0x97, 0xce, 0x14, 0xd8, 0xa0, 0x23, 0x64, 0x0a, 0x6d, 0x1b, 0x89, 0x24, 0x9c, 0x40, 0x62, 0x47, 0x74, 0xc0, 0x5d, 0x7c, 0x2e, 0x66, 0xb1, 0x38, 0xc7, 0x72, 0xcf, 0x12, 0x13, 0x09, 0xc4, 0x35, 0xc4, 0xb9, 0xd6, 0x35, 0x88, 0xe3, 0x1c, 0xcd, 0xf6, 0x7d, 0x94, 0xed, 0x23, 0x23, 0x57, 0xe1, 0xea, 0xd5, 0x49, 0x58, 0x5a, 0x2a, 0x18, 0x8e, 0x9d, 0x80, 0x99, 0xc0, 0x8a, 0xb2, 0x5b, 0xec, 0xd6, 0xf1, 0x80, 0xb9, 0x0b, 0x2b, 0x00, 0xb7, 0xa4, 0xe1, 0x0d, 0xdc, 0x77, 0x70, 0x2f, 0xac, 0xe9, 0xa7, 0x4a, 0x60, 0x6b, 0x94, 0x4e, 0x82, 0x90, 0xe9, 0xf4, 0x92, 0x62, 0x01, 0xad, 0x47, 0x8e, 0x1c, 0x09, 0xae, 0x4a, 0x04, 0xc0, 0x6c, 0x20, 0x0e, 0xff, 0x61, 0x33, 0x0e, 0xc0, 0x20, 0x10, 0xbd, 0x64, 0xe9, 0x92, 0x29, 0x33, 0x75, 0x5d, 0xf7, 0x94, 0xef, 0xce, 0x59, 0x6f, 0xb9, 0x67, 0x41, 0x69, 0xba, 0xd9, 0x4d, 0x42, 0x27, 0x1a, 0x69, 0x0e, 0x65, 0x8f, 0x7f, 0x7f, 0x69, 0x29, 0x07, 0xe3, 0xe3, 0x33, 0xec, 0xb5, 0x1a, 0xc4, 0x3b, 0x67, 0xbd, 0xf5, 0x99, 0xd0, 0x01, 0x34, 0x43, 0x04, 0x14, 0xd8, 0x73, 0x0a, 0xe8, 0x97, 0x44, 0x22, 0x63, 0xb6, 0x60, 0x28, 0xc8, 0x23, 0x84, 0x94, 0x0b, 0xbb, 0xbb, 0xbb, 0xe3, 0xf4, 0xa3, 0xc4, 0xaa, 0x63, 0x00, 0x4a, 0xf8, 0x0e, 0x94, 0x9d, 0x76, 0x2f, 0xa0, 0x3d, 0x17, 0x80, 0x2b, 0x4d, 0x6e, 0x45, 0xcc, 0x0e, 0xd1, 0xba, 0x39, 0xc0, 0xd6, 0x2c, 0x56, 0x05, 0x6b, 0xbc, 0x5d, 0xba, 0x96, 0x9e, 0xa0, 0x99, 0x9f, 0xe3, 0xbd, 0xdd, 0xbc, 0x39, 0xcf, 0x66, 0xbe, 0x70, 0xe4, 0x54, 0x83, 0x78, 0x4b, 0x24, 0x78, 0x1f, 0xc7, 0x67, 0x4a, 0x19, 0x0c, 0xae, 0x53, 0x85, 0x71, 0x61, 0x3e, 0x41, 0x27, 0x43, 0x84, 0xa1, 0x80, 0x15, 0x12, 0xe6, 0x11, 0x41, 0x23, 0x2d, 0xac, 0x63, 0x55, 0x32, 0x80, 0x30, 0x71, 0x30, 0x4a, 0x06, 0x4e, 0x2f, 0x60, 0xba, 0x68, 0xce, 0x18, 0x59, 0xe3, 0x96, 0x07, 0x56, 0x9e, 0xe5, 0xc2, 0xfe, 0x56, 0x39, 0x62, 0x54, 0xb6, 0x7e, 0x25, 0x3b, 0x1e, 0xdf, 0x27, 0x93, 0x19, 0x96, 0xc1, 0x23, 0x94, 0x3b, 0x01, 0xf3, 0x5e, 0x04, 0x77, 0x23, 0x81, 0x17, 0x1a, 0x68, 0x4c, 0xaf, 0x41, 0x04, 0xc0, 0x5b, 0x1a, 0x39, 0x77, 0x11, 0x12, 0x54, 0xa7, 0x58, 0xbf, 0x61, 0x2d, 0x68, 0x81, 0x6e, 0xc6, 0x10, 0xfc, 0x7e, 0x02, 0x66, 0x4d, 0x44, 0xa1, 0x50, 0x68, 0xbf, 0x25, 0x22, 0xe0, 0x1b, 0xdf, 0xf8, 0xc6, 0x20, 0xbd, 0x89, 0xfd, 0x54, 0x76, 0xed, 0xa0, 0x7f, 0xc6, 0x1a, 0xcd, 0x00, 0x94, 0xbb, 0x87, 0x51, 0x2e, 0x22, 0xec, 0x9d, 0x3d, 0x7b, 0x96, 0x99, 0x3e, 0xf9, 0xfc, 0x12, 0xe4, 0x0b, 0x79, 0x98, 0xb9, 0x99, 0x80, 0xc3, 0x87, 0xa3, 0xb0, 0x71, 0xa3, 0x0e, 0xd1, 0x68, 0x40, 0x61, 0x86, 0x11, 0x0f, 0xe8, 0x56, 0x45, 0xff, 0x2c, 0xc5, 0x4e, 0x55, 0xdc, 0x21, 0xbf, 0xc7, 0x7b, 0x41, 0x53, 0x2e, 0x12, 0x29, 0xc2, 0xc0, 0x40, 0x0b, 0xb5, 0x44, 0xca, 0x66, 0xfc, 0xde, 0x0f, 0xc4, 0x2b, 0xcc, 0x5c, 0x37, 0x11, 0x42, 0xc4, 0x8c, 0x08, 0x0e, 0x6d, 0xdc, 0x40, 0x67, 0xfb, 0x84, 0x04, 0xf9, 0xc4, 0xf4, 0x56, 0x0a, 0x77, 0x70, 0x23, 0xd3, 0xc2, 0x7c, 0x31, 0x80, 0x91, 0xab, 0xff, 0x9f, 0xe9, 0xdb, 0x2f, 0x22, 0xe1, 0x09, 0x21, 0x8d, 0x9e, 0xf9, 0xb6, 0x59, 0x85, 0xe6, 0xd4, 0xc9, 0xb7, 0x4e, 0xba, 0x2a, 0x6d, 0x3e, 0xf8, 0xc1, 0x68, 0x0d, 0x65, 0x55, 0xce, 0xa8, 0x1f, 0x51, 0x98, 0x7b, 0xfe, 0xae, 0xd5, 0xd3, 0x13, 0xa5, 0xff, 0xb7, 0x7e, 0x7b, 0x61, 0xa1, 0x08, 0xe7, 0xce, 0xa5, 0xa8, 0xd6, 0x5f, 0xae, 0x0a, 0xf1, 0x7e, 0x90, 0x00, 0x93, 0x42, 0x04, 0xc2, 0xb5, 0xc5, 0x5b, 0x61, 0xc7, 0xee, 0x6d, 0x56, 0x46, 0x31, 0x73, 0x84, 0xd9, 0xb3, 0x82, 0x1a, 0xe9, 0x0b, 0xf0, 0xc5, 0x00, 0x94, 0xf8, 0x48, 0xf8, 0xaf, 0xe2, 0xfb, 0xce, 0xce, 0x4e, 0x68, 0x6b, 0x6b, 0x6b, 0x06, 0xfc, 0x9b, 0x03, 0xce, 0x53, 0xa5, 0x82, 0xbe, 0x4b, 0xb4, 0xbc, 0x3e, 0x6b, 0xf4, 0xf7, 0x29, 0xf4, 0xe2, 0x58, 0x40, 0x57, 0x17, 0x81, 0xfd, 0xfb, 0x3b, 0xe0, 0xcd, 0x37, 0x93, 0x54, 0x1e, 0x93, 0xba, 0xd0, 0x40, 0x46, 0x02, 0x64, 0x80, 0xa4, 0x91, 0x17, 0x08, 0x76, 0x37, 0x06, 0x57, 0x78, 0x9b, 0x18, 0x12, 0xae, 0xca, 0x00, 0xcf, 0x3e, 0xfb, 0x6c, 0x0b, 0xbd, 0x89, 0xaf, 0xe0, 0x0f, 0xef, 0xdd, 0xbb, 0x17, 0xf6, 0xed, 0xbf, 0x0f, 0xc2, 0xa1, 0x70, 0x63, 0x4a, 0xb5, 0x2a, 0x1c, 0x36, 0xe6, 0xa8, 0xff, 0xeb, 0x92, 0xaa, 0x97, 0xf3, 0xfc, 0x5d, 0xbf, 0x65, 0x5f, 0xe5, 0x52, 0x19, 0x66, 0x67, 0x67, 0x8d, 0x2a, 0x9d, 0x34, 0xac, 0x5d, 0x1b, 0x85, 0x1b, 0x37, 0xf2, 0x55, 0x21, 0xbe, 0x1a, 0x1a, 0x60, 0x44, 0xd0, 0x99, 0x15, 0x24, 0x7b, 0x02, 0x05, 0x02, 0x34, 0x23, 0x22, 0x58, 0x95, 0x01, 0xa8, 0x5c, 0xde, 0x47, 0x1f, 0x2a, 0x4a, 0x4d, 0x34, 0xd8, 0x7b, 0xdf, 0xbd, 0xac, 0x50, 0xb3, 0x8e, 0xf9, 0xed, 0x31, 0xeb, 0xa1, 0x71, 0xd7, 0xaa, 0x91, 0xb9, 0xaa, 0xff, 0x0a, 0x71, 0x5d, 0x07, 0x21, 0x78, 0xfd, 0x86, 0xf5, 0xb0, 0xff, 0xc0, 0x7e, 0xf8, 0xc5, 0x3f, 0xfe, 0x02, 0xba, 0xbb, 0x83, 0x30, 0x36, 0x16, 0xf0, 0xa9, 0xec, 0x79, 0xeb, 0x05, 0xa8, 0xdb, 0x25, 0x16, 0x0b, 0xca, 0xdf, 0x67, 0x3a, 0x80, 0x51, 0x44, 0x2a, 0x50, 0x71, 0xa5, 0x45, 0xc0, 0x5a, 0xfc, 0x5f, 0x3c, 0x1e, 0x37, 0x9d, 0x33, 0x4b, 0x58, 0xa5, 0x53, 0xc8, 0xfb, 0x96, 0xed, 0xbe, 0x67, 0x37, 0x3a, 0x60, 0x96, 0x51, 0xe1, 0xa3, 0x26, 0x3e, 0xf1, 0x00, 0x0c, 0x52, 0x09, 0x48, 0x94, 0x4c, 0xd4, 0xdb, 0xb3, 0x86, 0x11, 0xa2, 0x7f, 0x0d, 0x2f, 0xd5, 0x42, 0xed, 0x9d, 0xfb, 0x2b, 0x54, 0x10, 0xef, 0xdf, 0x2c, 0x44, 0x25, 0x30, 0x99, 0xc8, 0xbb, 0x9f, 0x47, 0x8a, 0x85, 0x08, 0x04, 0x30, 0x50, 0x66, 0xe5, 0x10, 0x40, 0xe4, 0xe8, 0xf1, 0xf8, 0x3c, 0xbf, 0x6b, 0x24, 0x7e, 0x8e, 0x6a, 0xe7, 0x13, 0x13, 0x69, 0x78, 0xfb, 0xe4, 0x2c, 0xd4, 0x32, 0xbd, 0x09, 0x73, 0x6b, 0x06, 0xcd, 0xbc, 0xfe, 0xaa, 0x04, 0xae, 0x70, 0x1c, 0xaf, 0x13, 0x8d, 0x05, 0x6b, 0x3a, 0x47, 0x45, 0x7c, 0x76, 0x9d, 0x68, 0x90, 0x7d, 0x82, 0xf7, 0xd5, 0xdb, 0x17, 0x55, 0x8a, 0x09, 0x5d, 0x2f, 0xf3, 0xc8, 0x9c, 0x11, 0x9a, 0x0d, 0x06, 0x35, 0x5b, 0x70, 0xa7, 0x92, 0x22, 0x58, 0xc9, 0x41, 0xc4, 0xfd, 0x00, 0x45, 0x17, 0xf1, 0x85, 0x1f, 0x04, 0x8f, 0x05, 0x82, 0x36, 0xbd, 0x68, 0xe5, 0x18, 0x40, 0xce, 0xd2, 0xb5, 0x0a, 0x35, 0xf8, 0xdd, 0xbd, 0xfc, 0x8b, 0x49, 0xf8, 0xf2, 0x17, 0x5f, 0x81, 0xd5, 0xb4, 0x05, 0x43, 0x01, 0x38, 0xf1, 0xc6, 0x47, 0x58, 0xbd, 0xa0, 0x93, 0x59, 0x84, 0x53, 0x4a, 0x44, 0xe6, 0x30, 0xa7, 0x93, 0xbb, 0x75, 0x2b, 0x29, 0x7b, 0xd5, 0x91, 0x00, 0x91, 0x64, 0x7e, 0xbe, 0xc4, 0x7f, 0xcb, 0x09, 0x4c, 0x86, 0x4b, 0x1a, 0xd3, 0xc7, 0x84, 0x15, 0x20, 0x8a, 0x67, 0x56, 0x84, 0x01, 0xd0, 0xe6, 0x14, 0xee, 0x59, 0x2b, 0x45, 0xcb, 0x2a, 0xd5, 0x42, 0x39, 0x78, 0xe4, 0x48, 0x58, 0x11, 0x85, 0x73, 0x97, 0x54, 0x59, 0xaf, 0x01, 0x8f, 0x62, 0x0d, 0x37, 0x88, 0xa0, 0xf7, 0x0e, 0x63, 0xe8, 0xea, 0xac, 0x9f, 0x80, 0xeb, 0x1a, 0xea, 0x6b, 0xaa, 0xf3, 0x07, 0x04, 0x11, 0xd0, 0xb7, 0x53, 0xa2, 0x0a, 0xde, 0xe9, 0xd3, 0xd3, 0x54, 0xcb, 0x5f, 0x0f, 0x0b, 0xf3, 0x79, 0x68, 0x5d, 0x1f, 0x82, 0x62, 0xa9, 0x44, 0xa1, 0x39, 0xc9, 0x12, 0x33, 0x30, 0x21, 0x43, 0x38, 0x97, 0x5a, 0x24, 0x06, 0x60, 0x99, 0xbd, 0x35, 0x78, 0xfe, 0x54, 0x8a, 0x20, 0x3a, 0xb7, 0xd0, 0xa4, 0x24, 0x3a, 0x71, 0x29, 0x91, 0x65, 0xf4, 0x04, 0x62, 0xf6, 0x90, 0x66, 0x21, 0x40, 0x23, 0xeb, 0x03, 0x7d, 0x21, 0x00, 0xbf, 0x49, 0x77, 0x8e, 0x1e, 0xcf, 0xd3, 0x0f, 0xc0, 0xe0, 0x60, 0x9f, 0xc3, 0x74, 0x72, 0x4b, 0xd3, 0x6a, 0x65, 0x58, 0x8d, 0x28, 0xd3, 0x72, 0x26, 0x81, 0xb8, 0x09, 0xef, 0x5d, 0x38, 0x82, 0xdb, 0xb5, 0x6b, 0xe3, 0x94, 0x01, 0x78, 0x64, 0x8e, 0x40, 0x2b, 0xbc, 0xf9, 0xfa, 0xdb, 0xac, 0x2e, 0x6f, 0xdd, 0x86, 0x75, 0xd0, 0xd3, 0xd3, 0x65, 0xca, 0x63, 0x29, 0x30, 0xc3, 0xc4, 0x80, 0x08, 0x19, 0x57, 0x8a, 0x01, 0x54, 0x42, 0x03, 0x64, 0x80, 0x72, 0x99, 0xc0, 0xd2, 0x52, 0xd9, 0xaa, 0x14, 0x16, 0xe8, 0xa3, 0xf3, 0x57, 0x47, 0x75, 0xd0, 0x8a, 0x3a, 0x82, 0xac, 0x3c, 0x7d, 0x83, 0xdb, 0x75, 0xa9, 0x54, 0x2b, 0x1c, 0xd6, 0x6d, 0xc1, 0x99, 0x66, 0xd7, 0xe3, 0xb9, 0xab, 0x77, 0x54, 0xee, 0x5c, 0xf5, 0x3d, 0x38, 0xb3, 0x7a, 0x9c, 0xa9, 0xe4, 0xa1, 0x10, 0x7f, 0x0e, 0x11, 0x99, 0xdb, 0xb2, 0x6d, 0x23, 0x4c, 0xdf, 0x9c, 0xb5, 0x02, 0x53, 0x86, 0x5f, 0x1e, 0x67, 0x22, 0x12, 0x84, 0x97, 0xb1, 0x07, 0xa1, 0x58, 0xf4, 0x82, 0x79, 0x7f, 0x7a, 0x01, 0x56, 0x3b, 0xf1, 0xf1, 0x2c, 0xf1, 0xa2, 0x57, 0xa7, 0x1e, 0x60, 0x66, 0x05, 0x45, 0x6e, 0x09, 0x03, 0x98, 0x39, 0x7a, 0xce, 0x72, 0x6d, 0xf4, 0x5f, 0xe3, 0xa0, 0x59, 0x85, 0x1a, 0xcd, 0x24, 0x74, 0xe3, 0xca, 0xb4, 0xbc, 0xae, 0x67, 0x46, 0xe6, 0x8c, 0xc0, 0xd3, 0x9a, 0x35, 0x7d, 0x6c, 0xb7, 0x94, 0x40, 0xc3, 0x63, 0x29, 0x95, 0x6b, 0x23, 0x02, 0x94, 0x4a, 0x5a, 0x1d, 0x31, 0x00, 0xeb, 0xb8, 0x60, 0x00, 0xfc, 0xdd, 0x35, 0xfd, 0x2d, 0x0a, 0x3d, 0x80, 0x8e, 0x2f, 0x4b, 0x0c, 0x6d, 0xb1, 0x4d, 0xca, 0x95, 0x57, 0x02, 0x35, 0xcd, 0xa6, 0x98, 0xa0, 0x4f, 0x1c, 0x8b, 0x1b, 0xad, 0x3c, 0xfd, 0x5b, 0x59, 0x8f, 0xe7, 0x9d, 0x1b, 0x68, 0x9d, 0xa3, 0x33, 0xb8, 0xf6, 0xba, 0x97, 0x50, 0x08, 0xe5, 0x2c, 0xcf, 0xce, 0x91, 0x2d, 0x06, 0x96, 0x98, 0xaa, 0x59, 0x4a, 0x60, 0x40, 0xaa, 0xd5, 0x93, 0x2d, 0x81, 0x4a, 0x0a, 0x5f, 0x25, 0x07, 0x91, 0x71, 0x29, 0x1e, 0x63, 0x50, 0x5a, 0xc7, 0x14, 0x01, 0x48, 0xd0, 0xb4, 0x3e, 0x56, 0xd4, 0x11, 0x24, 0x9b, 0x81, 0x66, 0x80, 0xc4, 0x18, 0x88, 0x44, 0x02, 0xd3, 0xb4, 0xed, 0xb5, 0x7a, 0x8d, 0x23, 0xb4, 0xbb, 0x4c, 0xcb, 0x0e, 0xdd, 0x4e, 0xc2, 0x83, 0x07, 0xec, 0x6b, 0x0a, 0x26, 0x50, 0xdb, 0x87, 0x08, 0xed, 0x2c, 0x4d, 0x3b, 0xc9, 0x11, 0x60, 0xea, 0xe6, 0x34, 0x5c, 0xbb, 0x72, 0x03, 0xfa, 0x07, 0xfb, 0x29, 0x12, 0x48, 0xe5, 0xda, 0x92, 0x5b, 0x16, 0x19, 0xc0, 0x4b, 0x11, 0xac, 0xa6, 0x17, 0x88, 0xcf, 0x30, 0xd5, 0x5d, 0x20, 0xaa, 0xca, 0x6c, 0x66, 0xc8, 0x13, 0x24, 0x46, 0x9e, 0xe4, 0xca, 0x33, 0x00, 0xb3, 0x02, 0x44, 0x96, 0xae, 0x80, 0x7f, 0xce, 0x00, 0x54, 0x04, 0x04, 0x75, 0x1e, 0xb0, 0x58, 0x56, 0x99, 0x96, 0xea, 0x33, 0x5d, 0x59, 0xc3, 0x67, 0xcf, 0xcc, 0x05, 0x8f, 0x94, 0x30, 0x99, 0x59, 0xaa, 0x97, 0x69, 0x89, 0xdf, 0xe5, 0x95, 0x3a, 0x65, 0x66, 0x93, 0xe3, 0xc0, 0xe7, 0x0b, 0x05, 0xc8, 0xe5, 0xf2, 0xcc, 0x05, 0x8c, 0x56, 0x02, 0x86, 0x82, 0x0d, 0x2d, 0xdc, 0x54, 0xc8, 0x30, 0xa5, 0x4b, 0x9d, 0xfe, 0xe5, 0x1f, 0x0d, 0xd0, 0x0f, 0x80, 0x3c, 0x24, 0x02, 0x42, 0x36, 0x25, 0x90, 0x88, 0xa4, 0x18, 0x5b, 0x5e, 0x60, 0xc3, 0x44, 0x40, 0xc0, 0x8f, 0x08, 0x60, 0x5c, 0x1a, 0x8e, 0xb0, 0x5b, 0x92, 0x3d, 0x75, 0x78, 0xc3, 0x28, 0xbf, 0x4a, 0x25, 0x1e, 0x36, 0xe5, 0x7b, 0xd9, 0x28, 0xdd, 0x26, 0x66, 0x01, 0x87, 0x95, 0xc7, 0x6f, 0x55, 0xcb, 0x8a, 0xd4, 0x2a, 0x9e, 0x7e, 0x25, 0x98, 0xc8, 0x9d, 0x92, 0x25, 0xd7, 0x00, 0x08, 0x06, 0x93, 0x3f, 0x93, 0xd3, 0xb6, 0xf0, 0x1a, 0xa8, 0x4d, 0xdb, 0xaf, 0x01, 0x1e, 0xe7, 0x82, 0xc4, 0xb8, 0xfc, 0xef, 0x40, 0x20, 0x68, 0x94, 0x6b, 0xf3, 0x99, 0x38, 0x34, 0xbc, 0x1e, 0x1e, 0x7a, 0xe4, 0x01, 0x58, 0xbf, 0x61, 0x10, 0xda, 0x3b, 0xda, 0xf0, 0x5b, 0x20, 0x0a, 0x45, 0xec, 0xbe, 0x00, 0x55, 0xfa, 0x97, 0x3d, 0x05, 0xcc, 0xfe, 0xb9, 0x3d, 0x35, 0x0c, 0x77, 0x44, 0x01, 0x51, 0x1f, 0x60, 0x96, 0x86, 0x4b, 0x11, 0x41, 0x7c, 0x1f, 0x8e, 0x98, 0xd6, 0x47, 0xdb, 0xd1, 0xa3, 0x47, 0x03, 0x2b, 0x82, 0x00, 0x82, 0xdb, 0xc2, 0x8e, 0x24, 0x4d, 0xe1, 0x07, 0x58, 0x3b, 0xe8, 0x86, 0xd5, 0xea, 0x65, 0x5a, 0x0e, 0x3e, 0x27, 0xea, 0x14, 0x6d, 0x7b, 0x82, 0x27, 0x28, 0xaa, 0x80, 0x54, 0x85, 0x19, 0x95, 0x73, 0xf8, 0xdd, 0x65, 0x5a, 0x72, 0xf2, 0x28, 0xc6, 0xe0, 0x4b, 0x36, 0x1d, 0x00, 0xf3, 0xf2, 0x70, 0x27, 0x46, 0x1e, 0x01, 0xfb, 0xc5, 0x40, 0x25, 0x11, 0xe0, 0x2f, 0x35, 0xcc, 0x89, 0x04, 0xe1, 0x08, 0x2f, 0x13, 0x57, 0x39, 0x83, 0x44, 0x5a, 0x9c, 0x88, 0x07, 0x50, 0xe5, 0x33, 0xf0, 0xd6, 0x5b, 0x6f, 0x61, 0x48, 0x36, 0xb5, 0x62, 0x56, 0x40, 0x24, 0x22, 0x55, 0xea, 0x18, 0x03, 0x97, 0xcd, 0x16, 0x0d, 0x1d, 0x40, 0x5d, 0xa6, 0xe5, 0xae, 0xa5, 0x77, 0x7e, 0xa6, 0x2a, 0xd3, 0x22, 0xca, 0x32, 0x2d, 0xf7, 0xf5, 0xaa, 0x17, 0x66, 0xd4, 0x52, 0xa6, 0x85, 0x79, 0x83, 0x28, 0x02, 0xe8, 0xd3, 0x98, 0x09, 0x1f, 0x79, 0x0a, 0xff, 0x17, 0x2f, 0x5c, 0x86, 0x78, 0x7b, 0x9c, 0x15, 0x6e, 0xb2, 0x72, 0x6d, 0x02, 0x36, 0x11, 0x80, 0xf7, 0xdb, 0x88, 0xd4, 0xb0, 0x70, 0xc8, 0xc8, 0x7b, 0xf4, 0x50, 0x02, 0x45, 0x57, 0x51, 0xfc, 0x5d, 0x0c, 0x4b, 0x1b, 0x74, 0x59, 0x11, 0x06, 0x88, 0xf3, 0x72, 0xed, 0xb0, 0xed, 0x66, 0x50, 0xf1, 0xcb, 0xe7, 0x09, 0xd3, 0x9a, 0x05, 0x94, 0xaa, 0x73, 0xf5, 0xbc, 0x4d, 0x3f, 0x55, 0x29, 0x75, 0xa5, 0x32, 0x2d, 0x8b, 0x70, 0xea, 0x32, 0x2d, 0xb9, 0x69, 0x94, 0x2a, 0x14, 0xe1, 0xac, 0xeb, 0xc3, 0x67, 0xc8, 0x66, 0xb3, 0x90, 0x4c, 0x66, 0x59, 0xb9, 0x16, 0x66, 0xfe, 0x04, 0x02, 0xfd, 0x66, 0xb5, 0x6e, 0x32, 0x85, 0xe9, 0xde, 0xd3, 0x7c, 0xd0, 0xf3, 0x45, 0x66, 0xf6, 0x01, 0x10, 0x5b, 0x60, 0x06, 0x43, 0xb9, 0x76, 0x77, 0x70, 0x3d, 0x48, 0x60, 0xcf, 0x0a, 0x72, 0x2b, 0x81, 0xba, 0xa9, 0xa4, 0x36, 0x3a, 0x1e, 0x50, 0x91, 0x01, 0xbe, 0xf7, 0xbd, 0xef, 0xb5, 0x66, 0x32, 0x99, 0x10, 0x87, 0x9e, 0x00, 0x57, 0x48, 0xcc, 0x1c, 0xbd, 0x92, 0x19, 0x11, 0x53, 0x15, 0x63, 0xfa, 0x6b, 0x99, 0x02, 0x4a, 0xe2, 0xdb, 0xcb, 0xb4, 0xd4, 0x55, 0x3b, 0x95, 0x3d, 0x8c, 0x2a, 0xa4, 0xe0, 0x1b, 0xe6, 0xee, 0x2f, 0x2e, 0xf2, 0xaa, 0x1d, 0x7c, 0xef, 0x64, 0x14, 0x54, 0x02, 0x93, 0x46, 0x86, 0x2e, 0x36, 0x69, 0x78, 0xf8, 0xd1, 0xf7, 0xb0, 0x6e, 0x63, 0x58, 0xad, 0xa3, 0x51, 0x1d, 0x81, 0x18, 0x34, 0xb4, 0xd2, 0xb3, 0x48, 0x5d, 0x11, 0x41, 0xa7, 0x22, 0x88, 0x13, 0x29, 0xe9, 0xb0, 0x02, 0xcc, 0xc9, 0x63, 0x84, 0x84, 0x83, 0xf6, 0x44, 0x99, 0x8e, 0xa6, 0x33, 0xc0, 0xd2, 0xd2, 0x52, 0x3b, 0x97, 0x73, 0x3c, 0x3f, 0x8d, 0x48, 0x22, 0x40, 0x4e, 0xd2, 0xe4, 0xf2, 0x5d, 0x93, 0xcc, 0x33, 0xa2, 0x2c, 0xd3, 0x12, 0x84, 0x55, 0x95, 0x69, 0x39, 0x13, 0x36, 0x89, 0xac, 0x00, 0x39, 0x0a, 0x33, 0xd4, 0x9d, 0x3e, 0xc0, 0xa6, 0x17, 0x08, 0x05, 0x10, 0xff, 0x46, 0x42, 0xcf, 0xcd, 0x25, 0x58, 0x31, 0x66, 0x2e, 0x57, 0x50, 0x40, 0xb2, 0x05, 0xcd, 0xa8, 0xd5, 0x9b, 0xe6, 0x18, 0x01, 0x23, 0x0e, 0x10, 0x35, 0x7e, 0xa7, 0x6c, 0xc6, 0xe6, 0x65, 0x06, 0x68, 0x44, 0x44, 0x10, 0x95, 0x69, 0x21, 0x7a, 0x9c, 0x7a, 0x80, 0x99, 0x16, 0x66, 0x20, 0x80, 0x2c, 0x9a, 0x9b, 0xca, 0x00, 0x72, 0xd3, 0x46, 0x55, 0x1c, 0x40, 0x30, 0x80, 0xb3, 0x73, 0x76, 0xa5, 0x98, 0x80, 0xbd, 0x5a, 0xb6, 0x7a, 0x99, 0x96, 0x71, 0x96, 0x71, 0xae, 0xa6, 0x14, 0x0d, 0x6e, 0xa6, 0xe1, 0x0a, 0x1b, 0x12, 0x7c, 0x66, 0x66, 0x91, 0xde, 0x6b, 0x46, 0x22, 0x40, 0x65, 0x93, 0x0d, 0x19, 0x80, 0x31, 0xb7, 0x71, 0xad, 0xf1, 0x1b, 0x13, 0xa8, 0x99, 0x40, 0x47, 0x67, 0x9c, 0xe9, 0x02, 0xec, 0x5e, 0xc1, 0xae, 0x03, 0x78, 0x29, 0x81, 0xb5, 0x45, 0x04, 0x03, 0x90, 0x4c, 0x78, 0x28, 0x81, 0x22, 0x55, 0x4e, 0x0a, 0x09, 0x37, 0x2a, 0x22, 0x58, 0x4d, 0x07, 0x30, 0xd3, 0xb4, 0xdd, 0x4d, 0x1b, 0xad, 0x3c, 0x7d, 0xef, 0x9a, 0x79, 0x3f, 0x65, 0x5a, 0x9a, 0x84, 0x0a, 0x5e, 0xca, 0xa3, 0xdc, 0x2a, 0xc6, 0xe9, 0x20, 0xb2, 0xbf, 0xc7, 0xb6, 0x2a, 0xd3, 0xd3, 0x0b, 0x74, 0xc6, 0x2f, 0x18, 0x0e, 0x2a, 0xff, 0x65, 0x5a, 0xfc, 0x79, 0x88, 0x99, 0xec, 0x89, 0x3d, 0x7b, 0x46, 0x46, 0x46, 0x99, 0x3b, 0x18, 0xfd, 0xf0, 0x2d, 0x2d, 0x45, 0xd3, 0x82, 0xc0, 0x0c, 0x29, 0xfe, 0x5c, 0x65, 0xd7, 0xf5, 0xab, 0x79, 0xfe, 0x54, 0x48, 0xc0, 0x18, 0xa0, 0x82, 0x27, 0x90, 0xdc, 0x0a, 0x11, 0x80, 0x0c, 0x60, 0xf6, 0xeb, 0x31, 0x3b, 0x76, 0xe9, 0x66, 0x35, 0xab, 0x80, 0x2e, 0x4e, 0x64, 0xcd, 0x9c, 0x11, 0x6a, 0x27, 0x8f, 0x20, 0xb4, 0xe6, 0xd2, 0xbe, 0x9d, 0x9e, 0x39, 0xb9, 0x98, 0x43, 0x46, 0x03, 0x4b, 0x8b, 0xd7, 0x5c, 0xd6, 0x03, 0x3a, 0x69, 0xa6, 0xa7, 0x17, 0x59, 0x61, 0xa6, 0x50, 0x9a, 0xea, 0x81, 0x66, 0x64, 0x00, 0xf4, 0x6b, 0xe4, 0x73, 0x65, 0x56, 0xae, 0xfd, 0xc0, 0x83, 0x07, 0x21, 0x9b, 0xc9, 0xb2, 0x7a, 0x7d, 0x2c, 0x58, 0x45, 0x26, 0xc4, 0xeb, 0x0a, 0xb7, 0x2c, 0xde, 0xbf, 0xdb, 0x0a, 0xf0, 0x17, 0x03, 0x90, 0xb7, 0x48, 0x24, 0x40, 0xef, 0xbf, 0xa4, 0x54, 0x02, 0x49, 0x99, 0x9b, 0x34, 0xb2, 0x12, 0xd8, 0xa8, 0xac, 0xa0, 0x50, 0x35, 0x37, 0xb0, 0xb3, 0x69, 0xa3, 0x5c, 0xa9, 0xc3, 0x9d, 0x20, 0xf6, 0x8c, 0x5e, 0xa7, 0x96, 0xee, 0xd4, 0xe0, 0x45, 0x17, 0x2d, 0x55, 0x4b, 0xd6, 0x6a, 0x65, 0x5a, 0x96, 0x78, 0xd0, 0x6d, 0xc8, 0x30, 0x37, 0xb7, 0xc8, 0x2a, 0x76, 0x9c, 0x84, 0xf7, 0x5b, 0x98, 0x61, 0x57, 0xc6, 0x44, 0xad, 0x5e, 0x01, 0xfa, 0xa8, 0xec, 0x57, 0x95, 0x6a, 0xe1, 0xec, 0x46, 0x04, 0xe0, 0xd7, 0xd0, 0xcd, 0x68, 0x61, 0x3d, 0x11, 0x41, 0xcb, 0x1d, 0x1c, 0x80, 0x4c, 0x26, 0xa7, 0x54, 0x02, 0x11, 0x75, 0x09, 0x63, 0xce, 0xa0, 0x9c, 0x17, 0xd8, 0xbe, 0xb2, 0x08, 0xe0, 0x28, 0xd5, 0x4a, 0xb3, 0x86, 0x4d, 0x9c, 0x2b, 0xdd, 0x72, 0x5d, 0xf6, 0x0b, 0x10, 0x49, 0x7f, 0x90, 0x2b, 0x7a, 0x88, 0x83, 0xa8, 0x95, 0x03, 0x39, 0xaa, 0x26, 0x0f, 0xd8, 0x65, 0x03, 0xab, 0x75, 0x44, 0x4f, 0xe0, 0xe5, 0x06, 0x65, 0x6c, 0x91, 0x39, 0x8a, 0x70, 0x7d, 0x7d, 0x51, 0x2a, 0x0e, 0x96, 0x58, 0xc9, 0x76, 0x5b, 0x5b, 0x2b, 0x44, 0x5b, 0xa3, 0x50, 0xc6, 0xb4, 0x30, 0xfa, 0xcc, 0xc2, 0x2f, 0x8f, 0x21, 0xe1, 0xab, 0x57, 0x0b, 0x55, 0x93, 0x3e, 0xaa, 0x2d, 0xcd, 0xb0, 0xb8, 0x58, 0xe2, 0x8d, 0x22, 0x4a, 0x3a, 0x0b, 0x4a, 0xd9, 0x27, 0x08, 0xf7, 0x40, 0x06, 0x83, 0x21, 0x59, 0xdf, 0x68, 0x3e, 0x03, 0x50, 0x58, 0x75, 0x27, 0x83, 0x48, 0x4d, 0x1b, 0x51, 0xfe, 0xe3, 0xa0, 0x0b, 0xff, 0xbf, 0xda, 0x4f, 0xef, 0x2c, 0xd3, 0xb2, 0x1c, 0x35, 0xee, 0x32, 0x2d, 0x37, 0xfc, 0xbb, 0x11, 0x84, 0x5f, 0x0f, 0xe5, 0x3c, 0x36, 0x61, 0x10, 0x35, 0x7a, 0xf5, 0x6a, 0xdf, 0x4e, 0x68, 0x16, 0x4a, 0x76, 0x2a, 0xc1, 0x45, 0xdc, 0xdb, 0x6f, 0x9e, 0x86, 0x28, 0x85, 0xff, 0xc1, 0xb5, 0xfd, 0xac, 0x5a, 0x47, 0xe4, 0xe9, 0x5b, 0xb1, 0xf9, 0x32, 0x5c, 0xbc, 0x58, 0x50, 0xbb, 0xd1, 0x6b, 0x62, 0x01, 0x80, 0x8d, 0x1b, 0xe3, 0x7c, 0xb6, 0x2b, 0x97, 0xa2, 0x11, 0xc1, 0xaa, 0x50, 0x43, 0x43, 0xc2, 0xa1, 0x2a, 0x71, 0x00, 0x33, 0x19, 0x24, 0x20, 0x37, 0x6e, 0x26, 0xdc, 0x0c, 0x44, 0xb8, 0xc4, 0xe3, 0xf6, 0x46, 0x89, 0x96, 0x19, 0xe6, 0x56, 0x06, 0x41, 0xe1, 0xd2, 0x55, 0xf5, 0xeb, 0xb3, 0xbc, 0x84, 0x4e, 0xa5, 0x31, 0x93, 0xc9, 0xc3, 0xe4, 0xe4, 0x2c, 0xeb, 0xb5, 0xe3, 0xae, 0xcf, 0xab, 0x25, 0x1d, 0x5b, 0x0d, 0xcd, 0x62, 0x7c, 0x85, 0x8e, 0xb3, 0x77, 0xdf, 0x6e, 0xa6, 0x50, 0xa2, 0xcc, 0x67, 0xf0, 0x2b, 0x65, 0x05, 0x09, 0x3f, 0xc8, 0x4b, 0x2f, 0x7f, 0xc8, 0x85, 0x2c, 0xa4, 0xc2, 0x4a, 0x14, 0x5e, 0xd9, 0xd2, 0x5e, 0xc7, 0x4d, 0x25, 0x30, 0x14, 0x34, 0x11, 0x60, 0x45, 0x74, 0x00, 0xa5, 0x15, 0xa0, 0x13, 0x5e, 0xae, 0xcd, 0x74, 0x80, 0xb2, 0x0d, 0xde, 0xad, 0x06, 0x88, 0x5e, 0x89, 0x21, 0xce, 0xa8, 0x9c, 0x66, 0x06, 0x89, 0x64, 0x78, 0xe7, 0xef, 0xad, 0xda, 0x7e, 0x61, 0x45, 0x24, 0x12, 0x19, 0x36, 0xf3, 0x85, 0x37, 0xae, 0x1e, 0x88, 0xaf, 0x06, 0xcd, 0xe1, 0x30, 0xbf, 0x86, 0xf0, 0xcb, 0xc7, 0x3b, 0xe2, 0x6c, 0xb7, 0x67, 0xe9, 0x62, 0xf2, 0x68, 0x48, 0x94, 0x6b, 0x33, 0x0f, 0xa1, 0x08, 0x97, 0x57, 0x22, 0xfe, 0x72, 0x98, 0x02, 0x27, 0x9e, 0x8c, 0x00, 0x2b, 0xa2, 0x03, 0xa8, 0x9b, 0x36, 0x96, 0xcd, 0x19, 0x82, 0x70, 0x69, 0xf7, 0xde, 0xc9, 0x7d, 0x7a, 0xdc, 0x9e, 0x3e, 0x3b, 0x93, 0xb8, 0xc5, 0x85, 0x3b, 0xe8, 0x63, 0xd9, 0xf4, 0xb3, 0xb3, 0x09, 0x56, 0xa1, 0xeb, 0xac, 0xc5, 0xaf, 0x25, 0xee, 0xee, 0x57, 0x2f, 0x40, 0x26, 0x48, 0x26, 0x8b, 0x4a, 0x1c, 0x17, 0x22, 0x20, 0x60, 0x04, 0x84, 0xf2, 0xf9, 0x3c, 0xd3, 0x41, 0x18, 0x22, 0x54, 0x28, 0x4f, 0x5a, 0x0e, 0x53, 0x88, 0x22, 0x51, 0xfc, 0x4d, 0xa1, 0x7c, 0xae, 0x88, 0x08, 0x10, 0x0d, 0x9b, 0xe4, 0xb6, 0xad, 0x42, 0xd3, 0x4e, 0x1a, 0xe9, 0x60, 0x32, 0x74, 0xf3, 0x8f, 0x34, 0x57, 0x9c, 0xdd, 0x82, 0x78, 0x4b, 0x9b, 0x17, 0xca, 0xa1, 0xba, 0x82, 0xd7, 0x1a, 0x1e, 0x8c, 0xc3, 0x4f, 0x4d, 0x2d, 0xb0, 0x41, 0x5e, 0x6e, 0xdc, 0xbd, 0x32, 0xfc, 0xcb, 0x5e, 0x39, 0xbb, 0x33, 0xc8, 0xe9, 0x97, 0x27, 0x60, 0x35, 0x70, 0xc6, 0x42, 0xd6, 0x99, 0xe9, 0x69, 0xc8, 0xe5, 0xdb, 0x6b, 0x9f, 0xdd, 0x15, 0x89, 0xef, 0x80, 0xe2, 0x78, 0x27, 0x0f, 0xc8, 0x69, 0xb0, 0x72, 0x4a, 0xa0, 0xe8, 0xd7, 0x23, 0xaf, 0xdf, 0x23, 0x1e, 0x06, 0x19, 0x00, 0x43, 0xa1, 0xc2, 0x07, 0xe0, 0x0c, 0xda, 0xa8, 0x66, 0xb6, 0x1d, 0x0d, 0xb4, 0x8a, 0x48, 0x81, 0xaf, 0xd9, 0x6c, 0x81, 0x79, 0xf2, 0xb8, 0xe9, 0x15, 0x68, 0x08, 0xc4, 0xfb, 0xc9, 0xe1, 0x47, 0x94, 0x75, 0x06, 0x66, 0xac, 0x52, 0x2d, 0x51, 0xac, 0x69, 0xc5, 0x03, 0xe6, 0xe6, 0xe7, 0x5d, 0x5d, 0x4b, 0x6a, 0x25, 0xb0, 0xf3, 0x77, 0xe4, 0x0d, 0x67, 0x7d, 0xa9, 0x54, 0x64, 0x0c, 0x80, 0x88, 0x03, 0x9e, 0x38, 0xd3, 0x60, 0x06, 0x10, 0x1d, 0xbb, 0x58, 0x55, 0x90, 0xe4, 0x05, 0xc4, 0x9f, 0x46, 0x06, 0x40, 0xb1, 0x27, 0x9e, 0xdb, 0x6d, 0xba, 0x69, 0x1e, 0x11, 0x3d, 0x4d, 0xf2, 0x15, 0x58, 0x81, 0x21, 0x67, 0x6e, 0x1f, 0x46, 0xe7, 0x30, 0x60, 0x23, 0x3a, 0x6a, 0xd6, 0xab, 0xe1, 0xd7, 0xc3, 0x34, 0xe8, 0xdf, 0x4f, 0x4a, 0x0c, 0x20, 0x43, 0xbb, 0x30, 0x83, 0x85, 0x3c, 0xc6, 0xf1, 0xe9, 0xee, 0xec, 0x81, 0xa1, 0x0d, 0x1b, 0xec, 0x63, 0x67, 0x23, 0xbe, 0xb3, 0x80, 0x95, 0x28, 0x51, 0x42, 0xe1, 0x39, 0x67, 0xcf, 0xde, 0x1a, 0x8b, 0xb1, 0x78, 0xc4, 0xec, 0xec, 0x1c, 0x8c, 0x5e, 0x34, 0xd7, 0x8d, 0xbc, 0xb0, 0x62, 0x56, 0x80, 0x99, 0x0e, 0xa6, 0xeb, 0x66, 0xd9, 0x15, 0x2a, 0x81, 0xb1, 0x98, 0xa6, 0x08, 0xd3, 0xda, 0x7b, 0xf7, 0xa9, 0xbc, 0x81, 0xce, 0x59, 0x2f, 0xaf, 0xdf, 0xc3, 0xeb, 0xef, 0x53, 0xcc, 0x29, 0xc2, 0xb5, 0xfc, 0xfa, 0xfd, 0xeb, 0xf5, 0x32, 0x0d, 0xab, 0xd7, 0xf7, 0x0a, 0xcc, 0x18, 0x4a, 0xb0, 0xbc, 0x8a, 0x29, 0x46, 0x0a, 0xd7, 0x60, 0xbd, 0xa0, 0x0d, 0x01, 0x49, 0x45, 0x51, 0xe0, 0x8a, 0x93, 0x38, 0x4d, 0x3f, 0xe9, 0x58, 0x99, 0x0e, 0xee, 0xf5, 0x6b, 0x37, 0xe0, 0xd8, 0xff, 0x3b, 0x4e, 0x27, 0x5e, 0x52, 0x4c, 0xce, 0x1f, 0xae, 0x98, 0x12, 0x28, 0x34, 0x5c, 0xee, 0x91, 0x22, 0x86, 0x39, 0x56, 0x82, 0x8e, 0x0e, 0xa7, 0xf2, 0x26, 0x7b, 0xc4, 0x88, 0x02, 0x0d, 0x9c, 0x83, 0x61, 0xd7, 0x0d, 0x30, 0x9d, 0x0c, 0x5b, 0xae, 0xe5, 0xf3, 0x25, 0xc5, 0xac, 0xaf, 0x0e, 0xf1, 0xf5, 0x16, 0x66, 0x38, 0x99, 0x06, 0xcd, 0xdb, 0x44, 0x22, 0xef, 0x11, 0x98, 0xd1, 0x5d, 0x4b, 0xbe, 0xbe, 0xf1, 0xfa, 0x9b, 0x94, 0x40, 0x63, 0xb6, 0x9e, 0x02, 0x56, 0x4b, 0x7b, 0xd9, 0x4b, 0x6a, 0x3f, 0x56, 0xad, 0x3f, 0x01, 0xcf, 0xbb, 0x28, 0xd3, 0xb1, 0xce, 0xc0, 0xcd, 0x9b, 0x37, 0xa9, 0x2e, 0x34, 0x25, 0x10, 0xed, 0xcf, 0x8e, 0x1d, 0x3b, 0xf6, 0xb3, 0x95, 0x63, 0x00, 0xcc, 0x07, 0x64, 0x69, 0x5d, 0x65, 0xc9, 0x0b, 0x57, 0x92, 0x02, 0x41, 0x62, 0x70, 0xdd, 0x44, 0x95, 0x6d, 0x7d, 0x11, 0xd1, 0xb3, 0x77, 0xdc, 0xe6, 0xc7, 0xd1, 0xa3, 0x86, 0x33, 0x9f, 0xaf, 0x05, 0xa4, 0x35, 0x88, 0xb0, 0xf5, 0x21, 0x81, 0x69, 0x05, 0x28, 0x95, 0x40, 0x5e, 0xaa, 0x25, 0x07, 0x66, 0xce, 0x9c, 0x39, 0x03, 0xef, 0xbc, 0xf3, 0x4e, 0xcd, 0x0b, 0x47, 0xd7, 0xb1, 0x61, 0xb0, 0xe0, 0x99, 0x6c, 0x36, 0xfb, 0x65, 0x68, 0xd0, 0xe6, 0xcb, 0x15, 0xcc, 0x82, 0x20, 0xd2, 0x43, 0x14, 0x8b, 0x3a, 0xdb, 0x45, 0x3e, 0xbb, 0xdd, 0xa5, 0x4b, 0x5c, 0xca, 0x9e, 0x9c, 0xdc, 0x21, 0xa7, 0x7a, 0x09, 0xa6, 0xc9, 0xe5, 0x8a, 0x2c, 0x2b, 0x47, 0x34, 0x43, 0x6a, 0x36, 0xc4, 0xfb, 0xa9, 0xd7, 0x4f, 0x25, 0xf3, 0x1e, 0x4a, 0xa0, 0x15, 0x9a, 0x15, 0xce, 0x20, 0x0c, 0x14, 0x61, 0x66, 0x11, 0x31, 0x32, 0x78, 0x91, 0x31, 0x50, 0x66, 0x0b, 0x1f, 0x01, 0x9a, 0xb1, 0x25, 0x3a, 0x93, 0x8b, 0xc5, 0x02, 0x49, 0x26, 0x52, 0x67, 0xe9, 0x39, 0xb8, 0x0c, 0x6a, 0x99, 0xa2, 0x48, 0x89, 0x32, 0xbb, 0xb9, 0x1b, 0x7f, 0x17, 0xe9, 0x2b, 0xee, 0xa5, 0x20, 0x2e, 0x26, 0x40, 0x2f, 0x49, 0xdf, 0x63, 0x3c, 0xfb, 0x32, 0x45, 0x83, 0xff, 0x7b, 0xfc, 0xf8, 0xf1, 0x2b, 0xd0, 0xc0, 0xcd, 0xb7, 0x1f, 0x40, 0x36, 0x01, 0x45, 0x28, 0x18, 0xfd, 0xe6, 0x56, 0x32, 0x88, 0xe5, 0xb5, 0x73, 0xcb, 0x77, 0x0b, 0xde, 0x64, 0xa6, 0xc0, 0xcb, 0xa5, 0xd3, 0x4b, 0x66, 0x92, 0x46, 0x35, 0x97, 0x6e, 0xa3, 0x20, 0xbe, 0xda, 0xb5, 0x31, 0xc7, 0x61, 0x31, 0x51, 0x52, 0x6a, 0xf3, 0x84, 0x58, 0x09, 0x9a, 0xb8, 0xe3, 0x33, 0xb5, 0x77, 0xb4, 0x43, 0x28, 0x12, 0x34, 0x4b, 0xb8, 0xca, 0x25, 0x9d, 0x75, 0x36, 0xed, 0xe9, 0xe9, 0x81, 0xde, 0xde, 0x5e, 0x4c, 0xac, 0xa1, 0x4a, 0x6d, 0x0a, 0xcf, 0xd3, 0xae, 0x5e, 0xbd, 0xda, 0xf7, 0xcb, 0x57, 0x7e, 0xf9, 0xfd, 0x74, 0x3a, 0x8d, 0xeb, 0x23, 0xe3, 0x22, 0x81, 0x59, 0x69, 0xcf, 0x48, 0x7b, 0xca, 0x78, 0x4d, 0x1a, 0x33, 0xbf, 0x29, 0x9b, 0x27, 0x03, 0x60, 0x6b, 0x98, 0xb9, 0xb9, 0xb9, 0x88, 0xf0, 0x01, 0x10, 0x11, 0x08, 0x22, 0x60, 0xa6, 0x2f, 0x63, 0x9a, 0x98, 0xda, 0xd6, 0x07, 0x9b, 0xd6, 0x2f, 0x08, 0x2e, 0x5b, 0x0a, 0x85, 0x42, 0x99, 0x11, 0x1f, 0x21, 0x7f, 0x39, 0x09, 0x15, 0xb5, 0xc6, 0xdd, 0xfd, 0x5c, 0x1b, 0x91, 0x2d, 0x9b, 0x29, 0x29, 0x95, 0x40, 0xdd, 0x68, 0x5f, 0x1f, 0x90, 0xac, 0x00, 0xbc, 0x07, 0xec, 0x9b, 0x84, 0x9f, 0xa1, 0x68, 0x40, 0x74, 0xc0, 0x63, 0xa5, 0xa2, 0xce, 0x5a, 0xca, 0x20, 0x13, 0x0c, 0x0d, 0x0d, 0xb1, 0x64, 0xce, 0xde, 0x9e, 0xde, 0x81, 0xfd, 0xfb, 0xf6, 0xff, 0x21, 0x95, 0xeb, 0xa3, 0x97, 0x2e, 0x5d, 0xfa, 0xe5, 0x85, 0x0b, 0x17, 0xde, 0xb9, 0x7c, 0xf9, 0x72, 0x06, 0x44, 0xd6, 0x8b, 0x35, 0x70, 0x22, 0xf9, 0x01, 0xd3, 0x91, 0x10, 0x8e, 0x8a, 0x2b, 0xca, 0x00, 0x93, 0x93, 0x93, 0x1d, 0x08, 0x71, 0xa6, 0x13, 0xc8, 0xe8, 0x56, 0xc1, 0xbb, 0x76, 0xe6, 0xcd, 0x81, 0xb2, 0x2c, 0x00, 0xbb, 0x39, 0x27, 0x06, 0xdc, 0x52, 0x80, 0xac, 0xf7, 0x4b, 0x4b, 0x79, 0x3a, 0x18, 0xc5, 0x8a, 0x26, 0x5e, 0x33, 0x21, 0xbe, 0x7a, 0x44, 0x10, 0x1b, 0x3f, 0xf3, 0x16, 0xee, 0xc1, 0x80, 0xc3, 0xc7, 0x6f, 0x20, 0x80, 0xd0, 0x01, 0x04, 0xb2, 0xb5, 0xc7, 0xe3, 0x9c, 0x01, 0x8c, 0xc2, 0x51, 0x96, 0xbd, 0x13, 0xe0, 0x4c, 0x82, 0xed, 0xdf, 0x27, 0x26, 0x26, 0xa0, 0xab, 0xab, 0x0b, 0x76, 0xee, 0xdc, 0x89, 0x56, 0x43, 0x80, 0x22, 0xc2, 0x8e, 0xcd, 0x9b, 0x37, 0x0f, 0x1f, 0x3e, 0x7c, 0xf8, 0x93, 0xf4, 0x7e, 0xf2, 0x14, 0xde, 0x2f, 0x51, 0x0d, 0xff, 0x6d, 0xca, 0x18, 0xe7, 0xe9, 0xeb, 0xc8, 0xc9, 0x93, 0x27, 0x47, 0xa8, 0x5e, 0x31, 0x07, 0x72, 0x57, 0xec, 0x26, 0x20, 0x81, 0x27, 0x03, 0x60, 0xdb, 0x56, 0xd1, 0xb5, 0x13, 0x0c, 0x2f, 0x60, 0x59, 0xb7, 0xd6, 0xef, 0xe3, 0x50, 0x19, 0x90, 0x34, 0x7c, 0xb7, 0x1b, 0xd7, 0x69, 0x02, 0x15, 0x8b, 0x65, 0x06, 0xf7, 0x5c, 0x94, 0x68, 0x2e, 0x42, 0x2d, 0xaf, 0xd7, 0xce, 0xf2, 0x5a, 0xb5, 0xc9, 0xd7, 0xe6, 0x89, 0xae, 0x84, 0x85, 0xbc, 0x3b, 0x3b, 0xc3, 0xa0, 0x53, 0xf9, 0x9e, 0x7e, 0xf9, 0x97, 0x90, 0x3d, 0x75, 0x1a, 0xca, 0x73, 0x73, 0x30, 0x1d, 0xe2, 0x56, 0x51, 0xef, 0xf5, 0x1b, 0xf0, 0x00, 0xfd, 0x1b, 0xad, 0x24, 0xd4, 0x03, 0xc4, 0x85, 0xf0, 0x5a, 0x3c, 0x91, 0x96, 0x27, 0x90, 0x60, 0x96, 0x12, 0x3a, 0x70, 0xb0, 0xc6, 0x3f, 0x87, 0x45, 0xa5, 0x81, 0x00, 0x41, 0x1d, 0x61, 0x98, 0xfe, 0xcf, 0x40, 0x91, 0x56, 0x3a, 0x26, 0x7b, 0x4b, 0xc5, 0xe2, 0xbd, 0xe5, 0x12, 0xd5, 0x16, 0xe8, 0x6c, 0x39, 0x1c, 0x0a, 0x05, 0xb5, 0x03, 0x07, 0x4a, 0x54, 0x3b, 0xce, 0x90, 0xa5, 0xa5, 0xa4, 0x96, 0xcb, 0x2d, 0x06, 0x32, 0x99, 0x79, 0x2d, 0x95, 0x5a, 0xd0, 0xd0, 0x2b, 0x54, 0x7d, 0xcb, 0x52, 0x32, 0x5c, 0xa5, 0xaf, 0xc7, 0x3f, 0x01, 0xf0, 0xaa, 0xe6, 0xe1, 0x38, 0x0a, 0x55, 0x0a, 0x05, 0x5b, 0x09, 0xa1, 0x62, 0xe9, 0x16, 0x67, 0xd7, 0x4e, 0xb0, 0xf9, 0xf5, 0x9d, 0x36, 0xbf, 0x10, 0x01, 0xc8, 0x48, 0xd8, 0xe4, 0x01, 0xdd, 0xba, 0xce, 0x14, 0xad, 0xe5, 0xce, 0xd6, 0xe5, 0x79, 0xfe, 0xd4, 0xd7, 0x16, 0x1d, 0xc9, 0xf1, 0x39, 0xf5, 0x9f, 0xfd, 0x14, 0xa6, 0xff, 0xf8, 0x7f, 0x40, 0x79, 0x61, 0xc1, 0xf5, 0x3d, 0x24, 0xf9, 0x7a, 0x1f, 0x94, 0x40, 0xef, 0x7d, 0x5c, 0x71, 0x93, 0x05, 0x63, 0x77, 0x1c, 0x0f, 0x21, 0xae, 0x04, 0x2d, 0xfa, 0x74, 0x1a, 0xfb, 0x50, 0xad, 0xb3, 0xdb, 0x78, 0xba, 0xaf, 0xfe, 0x05, 0xc0, 0x89, 0x3f, 0x07, 0xf8, 0xec, 0x27, 0x01, 0x4e, 0xd5, 0xa2, 0x04, 0xda, 0xd7, 0xef, 0x23, 0xb2, 0x12, 0x58, 0x62, 0x6e, 0x60, 0x11, 0x3b, 0x97, 0x9d, 0x38, 0x72, 0x38, 0x17, 0x09, 0x8f, 0xb2, 0x9e, 0x13, 0x1e, 0x1c, 0x84, 0xd7, 0x9a, 0x42, 0xd4, 0xe5, 0x32, 0x0d, 0x7e, 0x16, 0x89, 0x70, 0xc4, 0x4d, 0x7e, 0xf7, 0x3b, 0x90, 0xf8, 0xfb, 0xbf, 0xb6, 0x7d, 0x33, 0x42, 0x61, 0x3c, 0xd8, 0xda, 0x5a, 0xe1, 0x37, 0x6e, 0xfd, 0x46, 0x70, 0xdc, 0x13, 0x09, 0x28, 0x2f, 0x2d, 0x89, 0x43, 0xef, 0xa5, 0x77, 0xfb, 0x0a, 0x65, 0x84, 0xdf, 0xfc, 0x2d, 0x80, 0x9f, 0xf9, 0x62, 0x00, 0xb3, 0x6f, 0xbf, 0x2d, 0x23, 0xd8, 0x68, 0xdd, 0x9e, 0x2e, 0x98, 0x15, 0xad, 0x22, 0x16, 0xc0, 0x95, 0x3c, 0xde, 0xe9, 0x82, 0x37, 0x34, 0x2e, 0x4b, 0xd1, 0xac, 0x40, 0x03, 0x66, 0xab, 0x37, 0xf4, 0x37, 0x9a, 0x69, 0x30, 0x18, 0xf4, 0x18, 0xbc, 0x05, 0xe4, 0xef, 0x9f, 0x37, 0xcf, 0x18, 0xde, 0xbd, 0x1b, 0x06, 0x0e, 0x1c, 0x80, 0x48, 0x3c, 0x0e, 0x77, 0xca, 0x96, 0xa6, 0x7a, 0xc7, 0xf5, 0x13, 0x27, 0x60, 0x7e, 0x96, 0x35, 0xf2, 0x6a, 0xa3, 0xd4, 0xf8, 0xf1, 0xff, 0x06, 0xd8, 0xf7, 0xdb, 0x00, 0xd7, 0x7d, 0x33, 0x80, 0x59, 0x13, 0x20, 0x29, 0x81, 0xa9, 0x74, 0xc1, 0x48, 0x9c, 0x08, 0x98, 0xb6, 0x2f, 0x6a, 0xf3, 0xb8, 0x5b, 0x89, 0x20, 0x9a, 0xe4, 0xca, 0x6d, 0xde, 0x6c, 0x6d, 0xac, 0x59, 0xc8, 0x0f, 0xb4, 0x05, 0xf3, 0xf0, 0x41, 0x78, 0xc9, 0x3c, 0xb2, 0xe7, 0xd1, 0x47, 0xa1, 0xeb, 0x9e, 0x7b, 0xe0, 0x4e, 0xdb, 0xe2, 0xeb, 0xd6, 0xc1, 0x3d, 0x1f, 0xfe, 0x30, 0x5c, 0x3e, 0x76, 0x0c, 0x26, 0xc6, 0xc6, 0xf0, 0x50, 0x17, 0x9d, 0x8a, 0x5f, 0xa3, 0xaf, 0x9f, 0xa9, 0xca, 0x00, 0x62, 0x89, 0x52, 0x39, 0x14, 0x5c, 0x16, 0x2b, 0x78, 0xa6, 0x4b, 0x4c, 0x4e, 0x22, 0xb4, 0xcb, 0x33, 0x5d, 0x26, 0x68, 0x6d, 0xa1, 0x58, 0x2f, 0xc2, 0x36, 0x22, 0xcc, 0x5b, 0x3b, 0xd3, 0x6c, 0x98, 0xbb, 0x44, 0xe5, 0x5f, 0x96, 0xfd, 0x3d, 0xb4, 0x6d, 0x9b, 0x45, 0x7c, 0x8a, 0x6c, 0xb9, 0x0b, 0x17, 0xa0, 0x34, 0x3f, 0x5f, 0x6f, 0x97, 0xcb, 0x15, 0xd9, 0x34, 0x4a, 0xb3, 0x08, 0x35, 0x3b, 0xc3, 0x18, 0xa0, 0xa2, 0x13, 0x78, 0xf3, 0xe3, 0x8f, 0xc3, 0xc2, 0x5f, 0xfe, 0x25, 0x2c, 0xf1, 0x48, 0xe2, 0xc7, 0x9e, 0x03, 0xf8, 0xdc, 0xc7, 0xb8, 0x0f, 0xa2, 0xa2, 0x0e, 0x60, 0x8a, 0x00, 0xe6, 0xf0, 0x00, 0xab, 0x69, 0x61, 0x8a, 0x2d, 0xe0, 0x68, 0x5f, 0x05, 0xbb, 0x79, 0x10, 0xbf, 0x7c, 0xa6, 0xa9, 0xf5, 0xda, 0x7d, 0x8b, 0x63, 0xe6, 0xfb, 0xfe, 0xfb, 0xee, 0x33, 0x6d, 0xdd, 0xc5, 0xbf, 0xfb, 0x3b, 0x28, 0x4d, 0x4f, 0xdf, 0x11, 0xb3, 0x7f, 0xe9, 0xf4, 0x69, 0x68, 0x7b, 0xf0, 0x41, 0x88, 0xed, 0xdb, 0x07, 0x5a, 0x4b, 0x0b, 0xac, 0xa5, 0x22, 0xec, 0xf2, 0xdb, 0x6f, 0xe3, 0x47, 0xad, 0xd4, 0x96, 0xc4, 0x25, 0xca, 0x5f, 0xf5, 0x2d, 0x02, 0x78, 0x6c, 0x87, 0x48, 0x45, 0x21, 0x25, 0x45, 0x8f, 0xbc, 0xda, 0x34, 0xed, 0x5b, 0x03, 0xf1, 0xfe, 0x7e, 0x37, 0x9a, 0xe7, 0x95, 0x44, 0x01, 0x0a, 0x73, 0xd1, 0x3e, 0xde, 0x23, 0xa8, 0x70, 0xed, 0xda, 0x1d, 0x43, 0x7c, 0xd3, 0x0e, 0x7c, 0xf3, 0x4d, 0x88, 0xdd, 0x7b, 0x2f, 0x43, 0x81, 0xd6, 0xc1, 0x41, 0x0b, 0xdd, 0x01, 0x06, 0xfd, 0x88, 0x00, 0xd6, 0x1b, 0x48, 0x38, 0x36, 0x00, 0xac, 0x70, 0x30, 0xcf, 0x08, 0x26, 0xac, 0xa1, 0x42, 0x73, 0x60, 0xb8, 0xb9, 0x10, 0x5f, 0x4d, 0xb4, 0x18, 0x25, 0xa0, 0x10, 0xb0, 0xd2, 0xaf, 0xa0, 0x9c, 0x4a, 0xc1, 0x9d, 0xb6, 0x11, 0x2a, 0xb2, 0xd0, 0x87, 0x11, 0x68, 0x6f, 0x87, 0xa0, 0x51, 0xdf, 0xc8, 0x8e, 0x77, 0x74, 0xb4, 0x83, 0x11, 0x56, 0xae, 0x68, 0x06, 0x0a, 0x04, 0x08, 0x88, 0xc2, 0x50, 0x23, 0x1c, 0xcc, 0xd3, 0xc1, 0x02, 0xbe, 0x2b, 0x62, 0x6e, 0x6d, 0x70, 0xa7, 0xfe, 0x6b, 0x6b, 0x2a, 0x07, 0xc7, 0x9d, 0xba, 0x49, 0xcf, 0x52, 0xde, 0xbd, 0x7b, 0x17, 0xbc, 0xf6, 0x5a, 0x55, 0x06, 0xb0, 0xac, 0x00, 0x23, 0xe8, 0x21, 0x57, 0x05, 0x61, 0x20, 0xa8, 0x52, 0xc2, 0x46, 0x35, 0x5b, 0xff, 0x56, 0x42, 0xbc, 0x1f, 0xa6, 0x59, 0xd5, 0x9b, 0xe4, 0x49, 0xac, 0xa4, 0x03, 0x74, 0xf0, 0x74, 0xb0, 0x30, 0x1b, 0x8e, 0xb2, 0x94, 0x0b, 0xc0, 0x5b, 0xc4, 0xd6, 0xd7, 0x1a, 0xa5, 0x3e, 0x0d, 0xbf, 0xb1, 0x10, 0x5f, 0x8d, 0x69, 0xb4, 0x55, 0x4e, 0xff, 0xf0, 0xe9, 0xd3, 0xe7, 0x7c, 0xfb, 0x01, 0xd8, 0x82, 0x85, 0xf2, 0x9a, 0x3c, 0x04, 0x58, 0xf5, 0x2c, 0xda, 0xfc, 0xe8, 0xe3, 0xf6, 0x3b, 0x73, 0x6a, 0x1b, 0x54, 0xad, 0xc6, 0x73, 0x35, 0xbf, 0xe8, 0xe7, 0x6b, 0x76, 0xef, 0x4c, 0x94, 0x7d, 0xb9, 0x78, 0xef, 0xd8, 0x0d, 0xdd, 0xb3, 0x7e, 0x19, 0x80, 0x75, 0xa6, 0x22, 0x22, 0x1b, 0x96, 0x7f, 0xf6, 0xf0, 0x23, 0x03, 0x70, 0xe5, 0x72, 0x4a, 0xae, 0xd4, 0x96, 0xcf, 0xac, 0x5d, 0x59, 0x69, 0x8a, 0x06, 0x54, 0x8b, 0xf8, 0x76, 0x7e, 0xa1, 0x71, 0xeb, 0x69, 0x6a, 0x98, 0x34, 0x52, 0x6c, 0x60, 0x24, 0x17, 0xbb, 0x8c, 0xa1, 0x48, 0x2e, 0x35, 0x26, 0x30, 0x58, 0x51, 0x04, 0x30, 0xb8, 0x60, 0x05, 0x0f, 0xf6, 0x45, 0x9c, 0x9f, 0xfe, 0xf6, 0xc3, 0xea, 0x81, 0x56, 0xac, 0xb2, 0x51, 0xe9, 0xb8, 0xed, 0x33, 0x9f, 0xc7, 0x97, 0x75, 0x8e, 0xcf, 0xe3, 0x13, 0x5f, 0xfa, 0x19, 0x24, 0x8f, 0x2f, 0x6f, 0x60, 0xbb, 0x8f, 0x1c, 0x81, 0xa1, 0xef, 0x7c, 0x07, 0xc2, 0xd4, 0xfc, 0x4a, 0x1e, 0x3b, 0x06, 0x57, 0x3f, 0xf3, 0x19, 0x28, 0xde, 0xbc, 0xb9, 0x2c, 0x25, 0x6e, 0xdd, 0xd7, 0xbe, 0x06, 0x03, 0x9f, 0xff, 0x3c, 0x73, 0xf4, 0xcc, 0xfe, 0xe0, 0x07, 0x70, 0xe3, 0xf7, 0x7e, 0x6f, 0xd9, 0x8c, 0x50, 0x11, 0x01, 0x04, 0x03, 0x08, 0x1f, 0x80, 0xd7, 0x2a, 0x1b, 0xcd, 0x24, 0xfe, 0x2b, 0x2f, 0xbf, 0x0a, 0x22, 0x2c, 0x8d, 0xe9, 0x55, 0xad, 0x6d, 0xad, 0x90, 0x5c, 0x4c, 0xc2, 0x63, 0x8f, 0xbf, 0xdf, 0x26, 0xd3, 0x2b, 0x12, 0xb8, 0x66, 0xa6, 0x58, 0xde, 0x16, 0xd9, 0xb4, 0x09, 0x36, 0xff, 0xf0, 0x87, 0xa0, 0x19, 0xc9, 0xb4, 0x1d, 0x1f, 0xf8, 0x00, 0xec, 0x78, 0xf1, 0x45, 0xb8, 0xf0, 0x6b, 0xbf, 0x06, 0xc5, 0xc9, 0xc9, 0xba, 0x88, 0xbf, 0xf1, 0x4f, 0xff, 0x14, 0xfa, 0x9e, 0x7c, 0xd2, 0x3c, 0xb4, 0xe6, 0x73, 0x9f, 0x83, 0xdc, 0xc5, 0x8b, 0x30, 0xfd, 0xcc, 0x33, 0xcd, 0x61, 0x00, 0x90, 0xea, 0x02, 0x99, 0x5f, 0xc0, 0xc8, 0x86, 0x95, 0x1b, 0x18, 0xfa, 0x26, 0xf0, 0x32, 0x98, 0x62, 0x78, 0x78, 0x08, 0x7a, 0x7a, 0xba, 0xe1, 0xea, 0xb5, 0xeb, 0xd0, 0xd9, 0xd5, 0x01, 0xd9, 0x74, 0x16, 0xd6, 0xae, 0x1d, 0xb4, 0x27, 0x5c, 0x36, 0xb2, 0x16, 0x0f, 0xc8, 0xb2, 0x4d, 0xbe, 0xf8, 0x43, 0x0f, 0x99, 0xc4, 0x37, 0x9d, 0x4b, 0xbb, 0x76, 0xc1, 0x8e, 0x7f, 0xf8, 0x87, 0xda, 0x99, 0x40, 0x41, 0x7c, 0x93, 0x40, 0xef, 0x7f, 0x7f, 0x73, 0x18, 0xe0, 0xc9, 0x27, 0x9f, 0x0c, 0xd3, 0x01, 0x8a, 0x9a, 0xe9, 0xcb, 0xd8, 0x36, 0x35, 0x9f, 0x87, 0x99, 0xe9, 0x99, 0xc6, 0xcd, 0x6e, 0xf0, 0x37, 0x5b, 0x5b, 0xa2, 0x11, 0x48, 0x67, 0x33, 0xac, 0x63, 0x17, 0x1e, 0xef, 0xec, 0xea, 0x64, 0xc7, 0xb1, 0x48, 0xa2, 0xd1, 0xb5, 0x78, 0x82, 0xf0, 0xa2, 0xdf, 0x40, 0xbd, 0x1b, 0xc6, 0x0b, 0x54, 0x5b, 0xcd, 0x4c, 0x50, 0x81, 0xf8, 0xec, 0x77, 0x46, 0x46, 0x9a, 0xa3, 0x03, 0xac, 0x5b, 0xb7, 0xae, 0xbc, 0xb0, 0xb0, 0x40, 0x69, 0x4f, 0x34, 0xac, 0x7d, 0x63, 0x39, 0x70, 0xf4, 0x1f, 0x36, 0x4a, 0x28, 0x95, 0x4a, 0x15, 0x09, 0x59, 0x0f, 0x53, 0x40, 0x45, 0x42, 0x42, 0x7d, 0xd0, 0x0e, 0xf5, 0x11, 0x9f, 0xbd, 0x5d, 0xa6, 0xd2, 0x86, 0x2e, 0xd8, 0xe9, 0xef, 0x7e, 0x17, 0xfa, 0x7f, 0xf7, 0x77, 0xeb, 0x67, 0x82, 0x6a, 0xc4, 0x3f, 0x7f, 0x1e, 0x6e, 0xfe, 0xd1, 0x1f, 0x35, 0x87, 0x01, 0x8e, 0x1e, 0x3d, 0xaa, 0x3f, 0xf5, 0xd4, 0x53, 0xe7, 0xe9, 0xdb, 0xdd, 0xa7, 0xde, 0x7e, 0x1b, 0xb6, 0x6e, 0xdd, 0x0c, 0x6d, 0xf1, 0x36, 0xb8, 0xef, 0xbe, 0x7d, 0x50, 0x2c, 0xf0, 0x46, 0xca, 0x2a, 0x02, 0xd8, 0x06, 0xd8, 0x35, 0xd6, 0xee, 0xea, 0x4f, 0x7b, 0x25, 0x8d, 0x9d, 0xe2, 0x44, 0x71, 0x11, 0xd7, 0x99, 0xce, 0x96, 0xb3, 0x5e, 0xb3, 0xde, 0x63, 0x85, 0x10, 0xe7, 0x3d, 0x8b, 0x6a, 0x9c, 0x89, 0x78, 0x3b, 0x24, 0x97, 0x39, 0xb0, 0x37, 0x9e, 0x7a, 0x8a, 0x69, 0xeb, 0x28, 0xab, 0x95, 0x4c, 0xf0, 0xf3, 0x9f, 0xc3, 0x85, 0xc7, 0x1e, 0x83, 0xe2, 0xc4, 0x84, 0x92, 0xf8, 0xc3, 0x94, 0x81, 0x3c, 0x89, 0x4f, 0x11, 0xe6, 0xc2, 0xe3, 0x8f, 0x2b, 0xb3, 0x94, 0x1a, 0xa9, 0x04, 0xfe, 0x00, 0x15, 0xfe, 0xd1, 0xd1, 0x4b, 0xf0, 0xda, 0x89, 0xd7, 0x61, 0xf7, 0x3d, 0xbb, 0xd9, 0xba, 0x39, 0x56, 0xcf, 0x60, 0xc7, 0x30, 0x12, 0xe2, 0x98, 0xb1, 0xc4, 0x4e, 0x64, 0x62, 0x3f, 0x62, 0x5b, 0xd9, 0x8b, 0x58, 0x83, 0x4f, 0x5c, 0x88, 0xe0, 0x28, 0x36, 0x55, 0x10, 0x4c, 0x3e, 0x4e, 0x5c, 0xac, 0x42, 0x2c, 0x6b, 0x55, 0x73, 0x17, 0x69, 0x60, 0xcb, 0x37, 0x9b, 0x39, 0xab, 0x91, 0xc6, 0x38, 0x02, 0xe9, 0xb5, 0xaf, 0x1b, 0x08, 0xa0, 0x64, 0x82, 0x1d, 0x3b, 0xb8, 0x62, 0xe8, 0x64, 0x02, 0x83, 0xf8, 0xaa, 0x73, 0x4c, 0xe2, 0x7b, 0x31, 0x4e, 0x23, 0x19, 0xa0, 0xb7, 0xb7, 0xf7, 0x8f, 0x67, 0x67, 0x67, 0xff, 0x35, 0x85, 0xfc, 0xf7, 0xbd, 0xf8, 0xe2, 0xcf, 0xe1, 0xd2, 0xa5, 0xcb, 0x30, 0x30, 0x30, 0x60, 0xd6, 0xa7, 0x57, 0xab, 0x7a, 0x91, 0xcb, 0x9f, 0xfc, 0x7e, 0x4f, 0xfc, 0x2d, 0x97, 0x50, 0x89, 0x4d, 0x55, 0x6a, 0xa5, 0xfa, 0x0d, 0xf1, 0x5d, 0xe7, 0x6f, 0xaa, 0xca, 0xb2, 0xbc, 0xee, 0x61, 0x70, 0xe2, 0x26, 0x34, 0x64, 0x71, 0xdc, 0x5a, 0x99, 0x60, 0x85, 0x89, 0x5f, 0x91, 0x01, 0xa8, 0x18, 0x28, 0x7c, 0xe1, 0x0b, 0x5f, 0xf8, 0x8d, 0x4c, 0x26, 0xf3, 0x0c, 0x1d, 0x98, 0xcf, 0x5c, 0xbe, 0x7c, 0x39, 0x48, 0x77, 0xdf, 0x65, 0x4f, 0xb5, 0x96, 0x49, 0xdd, 0x0e, 0xdf, 0x17, 0xdb, 0x3f, 0x9b, 0x9b, 0x83, 0x86, 0xad, 0x8e, 0xec, 0x97, 0x09, 0xa8, 0x4e, 0xb0, 0xf6, 0x0f, 0xfe, 0x60, 0x45, 0x89, 0x5f, 0xcd, 0x0c, 0x84, 0xa7, 0x9f, 0x7e, 0x1a, 0x03, 0xe3, 0xff, 0x9e, 0x5a, 0x05, 0xff, 0x95, 0x9a, 0x83, 0x8f, 0xd3, 0xf7, 0xfd, 0x46, 0xc1, 0x62, 0x90, 0xee, 0x21, 0x8a, 0x0e, 0x11, 0x6a, 0x1d, 0xb4, 0xd0, 0xd7, 0x16, 0xfa, 0x77, 0x84, 0xbe, 0x86, 0xf1, 0x95, 0xce, 0xb6, 0x30, 0xbe, 0xc7, 0xd7, 0x70, 0x38, 0xb4, 0xb9, 0xb7, 0xaf, 0xef, 0x5e, 0x51, 0x1e, 0x85, 0xd5, 0xb5, 0xed, 0xed, 0x3c, 0xaf, 0x8e, 0x2f, 0x3d, 0xa3, 0x9b, 0x0b, 0x31, 0x74, 0x75, 0x76, 0x5a, 0xa1, 0x67, 0x42, 0x3c, 0x4d, 0x36, 0xb3, 0x94, 0xda, 0xeb, 0x33, 0xba, 0xcf, 0x63, 0xd6, 0x8e, 0x41, 0x00, 0x6c, 0x74, 0x8d, 0x85, 0x1b, 0xa8, 0xc0, 0x8a, 0xfa, 0xfa, 0x72, 0xb9, 0x04, 0xb9, 0x7c, 0x8e, 0x55, 0xef, 0x60, 0x5a, 0x37, 0x6f, 0xc1, 0x16, 0x62, 0x65, 0x70, 0xf1, 0x4b, 0xa3, 0x00, 0x93, 0x0d, 0x1c, 0x65, 0x1f, 0x4c, 0xb0, 0xe7, 0xcc, 0x19, 0x08, 0x76, 0x75, 0xad, 0x28, 0xf1, 0xab, 0x32, 0x80, 0xd8, 0xbe, 0xff, 0xfd, 0xef, 0x63, 0x12, 0xe1, 0xff, 0x74, 0xf8, 0x4a, 0xe3, 0xd2, 0xde, 0x26, 0xbd, 0xe2, 0x8e, 0x0b, 0x0c, 0xc7, 0xa2, 0xd1, 0x68, 0xef, 0x83, 0x0f, 0xbd, 0xe7, 0xd7, 0x35, 0x6c, 0x24, 0x51, 0xa6, 0x0f, 0x1a, 0x6b, 0x81, 0x81, 0xfe, 0x7e, 0x46, 0x70, 0x24, 0x06, 0x7f, 0x2d, 0x83, 0x4e, 0x5f, 0x31, 0xd8, 0xd4, 0xd3, 0xd7, 0xcb, 0x08, 0xb1, 0xdc, 0x8d, 0x65, 0x23, 0x17, 0x0b, 0xac, 0x72, 0x89, 0xad, 0xee, 0x55, 0xd4, 0x19, 0xb3, 0x61, 0x85, 0x0e, 0xee, 0x68, 0xd9, 0x24, 0x12, 0x09, 0xc6, 0x28, 0xc9, 0x54, 0x12, 0xba, 0xbb, 0xbb, 0x58, 0x53, 0xc8, 0x28, 0x15, 0x6f, 0x2d, 0xd1, 0x28, 0x6b, 0x09, 0xd7, 0x78, 0xd7, 0x74, 0x65, 0x26, 0xb8, 0x15, 0xc4, 0xf7, 0xcd, 0x00, 0x8a, 0x73, 0x5a, 0x8c, 0x57, 0xb9, 0x11, 0x80, 0x78, 0xaf, 0x1b, 0x3b, 0x19, 0x1a, 0x1a, 0xda, 0x1b, 0x8d, 0xc6, 0x22, 0xd8, 0x68, 0x11, 0x57, 0xe4, 0xec, 0xe9, 0xea, 0x61, 0x9d, 0x46, 0xca, 0xc6, 0xf2, 0x2b, 0x62, 0xd7, 0xcb, 0x7c, 0xb5, 0x11, 0x54, 0x32, 0x1b, 0xc1, 0x00, 0x78, 0x3d, 0xfc, 0x4d, 0x56, 0x9c, 0x81, 0xab, 0x80, 0x60, 0xa9, 0x16, 0xfd, 0x87, 0xf9, 0x8b, 0xa2, 0x54, 0x6b, 0xcf, 0x9e, 0x3d, 0xac, 0x54, 0x8b, 0x9a, 0xbb, 0x7c, 0xf9, 0x37, 0xec, 0xc1, 0xa7, 0x05, 0x9d, 0xbd, 0xf8, 0x56, 0x94, 0x09, 0x56, 0x9a, 0xf8, 0xf5, 0x30, 0x00, 0x8e, 0x4c, 0xc4, 0xb1, 0xb3, 0x68, 0xb1, 0x41, 0xf4, 0x92, 0xf4, 0x5e, 0x8f, 0xc7, 0xe3, 0x03, 0x6c, 0xc5, 0x2b, 0x4a, 0xd4, 0xae, 0xae, 0x6e, 0x68, 0x6d, 0x8b, 0x53, 0xb8, 0x0d, 0xb1, 0x85, 0x18, 0x18, 0xe1, 0xf5, 0xb2, 0x91, 0x4d, 0x5c, 0x66, 0x0c, 0x80, 0xd5, 0x35, 0xac, 0xe4, 0x7a, 0x99, 0xbe, 0x59, 0xbc, 0x16, 0x2e, 0x76, 0x2d, 0x0a, 0x38, 0x45, 0x56, 0x13, 0xb6, 0x59, 0xc3, 0x05, 0xb0, 0xd3, 0xa9, 0x0c, 0x8c, 0x8d, 0x8f, 0x41, 0x4f, 0x77, 0x0f, 0x6c, 0xdf, 0xbe, 0x9d, 0x89, 0x87, 0x74, 0x3a, 0xcd, 0x0a, 0x38, 0x51, 0x44, 0x60, 0x61, 0x67, 0xd3, 0x36, 0x9f, 0x4c, 0x90, 0xa7, 0xfa, 0x56, 0xb3, 0x89, 0x5f, 0x0f, 0x03, 0x84, 0x8d, 0x73, 0x42, 0xc6, 0xfb, 0xb0, 0x74, 0x8c, 0x18, 0xc4, 0x2f, 0x1a, 0x8c, 0x50, 0xd2, 0x02, 0x64, 0x09, 0x83, 0x48, 0xa5, 0x62, 0x11, 0xf2, 0x85, 0x1c, 0x74, 0x77, 0x75, 0x42, 0x47, 0x67, 0x07, 0x68, 0x5d, 0x1a, 0x23, 0x02, 0x1e, 0x47, 0xe8, 0x17, 0xeb, 0x0d, 0x61, 0x1f, 0x02, 0xcd, 0x58, 0x97, 0xc0, 0xd9, 0x73, 0x48, 0xc5, 0x07, 0x9a, 0xc7, 0x5f, 0x44, 0x30, 0x80, 0x21, 0x02, 0x10, 0x05, 0x50, 0xfc, 0xc4, 0x5a, 0x5b, 0x59, 0xb3, 0x85, 0xa5, 0x3c, 0xae, 0x19, 0x90, 0x60, 0x44, 0x47, 0x82, 0xa3, 0x65, 0xd3, 0x4f, 0x45, 0xd3, 0xd6, 0xad, 0x5b, 0xa1, 0x93, 0xea, 0x21, 0x33, 0xcf, 0x3f, 0x0f, 0x69, 0xb8, 0x3b, 0xb6, 0x5a, 0x18, 0x20, 0x58, 0x65, 0x17, 0x8c, 0x11, 0x30, 0x18, 0xa1, 0x90, 0x4c, 0x24, 0xcf, 0xf4, 0x0f, 0x0c, 0xfc, 0xcb, 0xd9, 0x99, 0x59, 0x36, 0xb0, 0xe8, 0xbe, 0x8d, 0xb5, 0xc5, 0xa0, 0xaf, 0xaf, 0x0f, 0x7a, 0xa9, 0xbc, 0x5f, 0xca, 0x2e, 0x41, 0x26, 0x9b, 0x85, 0xfc, 0x52, 0x8e, 0x8b, 0x03, 0x5c, 0x6c, 0x2a, 0x5f, 0xe2, 0x8b, 0x4e, 0x19, 0x45, 0x86, 0xba, 0x54, 0x6c, 0xe8, 0x74, 0xd1, 0x9b, 0xb1, 0x20, 0x5c, 0xb4, 0x09, 0xff, 0x30, 0x5e, 0x31, 0x55, 0x0d, 0x5b, 0xbb, 0x63, 0x00, 0x09, 0x83, 0x47, 0x6d, 0xf4, 0x3d, 0x1e, 0x47, 0xe2, 0x27, 0x93, 0x29, 0x3a, 0xd3, 0xd3, 0xac, 0xd5, 0xca, 0xd4, 0xe4, 0x4d, 0x38, 0x7b, 0xf6, 0x2c, 0xe3, 0xac, 0x5d, 0xbb, 0x76, 0xc1, 0xb6, 0x6d, 0xdb, 0xa0, 0x95, 0x32, 0x49, 0x2b, 0xd5, 0x0f, 0x82, 0xcd, 0x1a, 0xf1, 0x2a, 0xa6, 0x9e, 0xe9, 0x02, 0xdf, 0xb2, 0x45, 0xed, 0x27, 0xb8, 0x85, 0x0c, 0x20, 0xda, 0x76, 0x04, 0x8c, 0xbd, 0xda, 0xdf, 0x81, 0xd1, 0xd1, 0xcb, 0x17, 0x87, 0x37, 0x0d, 0x5f, 0xa4, 0x10, 0xbc, 0x7d, 0xec, 0xfa, 0x18, 0x6c, 0xde, 0xba, 0x19, 0x26, 0xc6, 0x27, 0xa9, 0xe2, 0x95, 0x86, 0xad, 0xf4, 0x01, 0x71, 0x3d, 0xbe, 0x80, 0xa1, 0x13, 0x60, 0x4f, 0xde, 0xa5, 0x0c, 0xf6, 0x0a, 0x58, 0x82, 0x42, 0xbe, 0x60, 0x2e, 0xd8, 0x68, 0x35, 0x4f, 0xb2, 0x9b, 0x6c, 0x9a, 0x94, 0xbe, 0xa3, 0x19, 0x7f, 0xe3, 0x4c, 0x8f, 0xe0, 0x4c, 0xa7, 0x8a, 0x5c, 0xac, 0x35, 0x46, 0x67, 0x7d, 0xcc, 0x2c, 0xce, 0xbc, 0x7e, 0xfd, 0x06, 0x8c, 0xdd, 0x18, 0x67, 0xda, 0x7f, 0x11, 0x65, 0xff, 0xdc, 0x3c, 0x73, 0x6a, 0x4d, 0x8c, 0x4d, 0xbc, 0x32, 0x3f, 0xbf, 0x70, 0x7d, 0x74, 0x74, 0x94, 0x35, 0x65, 0x40, 0x71, 0xf0, 0x3b, 0xd3, 0xd3, 0xbf, 0xde, 0x0f, 0x4d, 0xc8, 0x09, 0xf1, 0x49, 0xfc, 0xaa, 0xce, 0xa2, 0x5b, 0xac, 0x04, 0x12, 0x07, 0x1a, 0x57, 0xfa, 0x9b, 0x9c, 0x3a, 0x79, 0xfa, 0x7f, 0x3d, 0xf0, 0x9e, 0xfb, 0xbf, 0x48, 0x67, 0x5f, 0xc7, 0xc8, 0xb9, 0xf3, 0xb0, 0x69, 0xf3, 0x16, 0x26, 0x93, 0xcf, 0x9c, 0x3e, 0xc3, 0x50, 0x61, 0xc3, 0xf0, 0x7a, 0x18, 0x1a, 0x1e, 0x82, 0xbe, 0xfe, 0x35, 0x46, 0x03, 0x26, 0x5e, 0x96, 0x8d, 0x44, 0x62, 0xeb, 0xf4, 0x14, 0xf2, 0xac, 0xda, 0xa8, 0x8c, 0x56, 0x83, 0x91, 0x96, 0xc6, 0x64, 0xbb, 0xb1, 0x14, 0x5b, 0x30, 0xcc, 0x1b, 0x37, 0x63, 0xe2, 0x0a, 0x5b, 0xca, 0xcd, 0xc8, 0x53, 0xc4, 0x6b, 0xcd, 0x4c, 0xcf, 0xc2, 0xf8, 0xf8, 0x38, 0x4c, 0x52, 0xa6, 0x43, 0x84, 0x09, 0x50, 0x6b, 0x64, 0x72, 0x7c, 0x8a, 0x21, 0x11, 0x6e, 0x33, 0x33, 0xb3, 0x2f, 0x9f, 0x39, 0xf3, 0xab, 0xbf, 0x02, 0x5e, 0x7f, 0x9f, 0x33, 0x5e, 0xf3, 0xf4, 0xf4, 0x1d, 0xd0, 0x68, 0x06, 0xa8, 0x42, 0xfc, 0xf2, 0xe2, 0xa2, 0xd2, 0x12, 0x68, 0x36, 0x13, 0xd4, 0xc2, 0x00, 0x65, 0x49, 0xc3, 0x57, 0xed, 0x65, 0xc7, 0x77, 0xd8, 0xdf, 0x73, 0x73, 0x73, 0x33, 0xaf, 0xbf, 0xf6, 0xc6, 0x37, 0x0f, 0x1c, 0xda, 0xf7, 0x3b, 0xd4, 0x32, 0x1c, 0xba, 0x48, 0x35, 0xdb, 0x36, 0x2a, 0x9f, 0x37, 0x0c, 0xf1, 0xf1, 0x4d, 0x9c, 0x4e, 0xc0, 0xaf, 0x4e, 0x9f, 0x65, 0xb1, 0x06, 0x94, 0xc3, 0xfd, 0xfd, 0x7d, 0xd0, 0x4d, 0xb5, 0xf4, 0x8e, 0x8e, 0x4e, 0x66, 0x15, 0xf8, 0x29, 0xc2, 0x44, 0x04, 0xc9, 0x64, 0x29, 0xbc, 0x27, 0x52, 0x94, 0xa8, 0x33, 0x30, 0x33, 0x35, 0x0d, 0xb3, 0x73, 0x73, 0xec, 0xb8, 0xe0, 0xc9, 0xe9, 0xa9, 0x19, 0xba, 0x4f, 0x8b, 0x60, 0x96, 0x3e, 0x36, 0x36, 0x76, 0xfc, 0xd4, 0xc9, 0x77, 0x5e, 0x34, 0xee, 0xb3, 0x24, 0xdd, 0x7f, 0x19, 0x1a, 0x9d, 0xa4, 0xe4, 0xc7, 0xc3, 0x57, 0xc1, 0x11, 0xd4, 0x4c, 0x26, 0x08, 0xd5, 0x38, 0xf3, 0xe5, 0x41, 0x2a, 0x79, 0xe8, 0x02, 0x45, 0x59, 0x0c, 0xe0, 0x3e, 0x3f, 0x3f, 0x3f, 0xf5, 0xd2, 0x8b, 0xbf, 0x78, 0xe6, 0xc0, 0xa1, 0x03, 0xff, 0xaa, 0xaf, 0xaf, 0xf7, 0x91, 0x4c, 0x3a, 0x1d, 0x1e, 0x39, 0x37, 0xc2, 0x1a, 0x30, 0x77, 0x77, 0x77, 0x43, 0xef, 0x9a, 0x5e, 0xc8, 0xa4, 0x33, 0x70, 0x25, 0x7d, 0x05, 0xae, 0x5c, 0xbe, 0x62, 0xc2, 0x3c, 0xce, 0x72, 0x6c, 0xd1, 0x1e, 0xa6, 0x33, 0x3b, 0xa8, 0xf1, 0x85, 0xab, 0x50, 0xb1, 0x2b, 0x53, 0x73, 0x0e, 0x57, 0xf5, 0x64, 0x2b, 0x97, 0x51, 0xe5, 0x12, 0x57, 0xf6, 0xb0, 0x8f, 0xb7, 0xb1, 0x1a, 0x37, 0x15, 0x35, 0x14, 0xde, 0x21, 0x45, 0xe5, 0x3d, 0x6b, 0x36, 0x49, 0xff, 0xe5, 0xf2, 0xf9, 0xe9, 0x8b, 0x23, 0x17, 0xff, 0xf6, 0xc6, 0x8d, 0x1b, 0x17, 0x8c, 0x19, 0x5f, 0x30, 0xee, 0xd9, 0xdc, 0x03, 0xf6, 0x6e, 0x1d, 0xcd, 0x27, 0xbe, 0x41, 0xd8, 0xba, 0x62, 0x07, 0x2b, 0xc5, 0x00, 0x9f, 0xfe, 0xf4, 0xa7, 0xdf, 0x4b, 0x09, 0xb3, 0x87, 0x42, 0xe9, 0x00, 0x7a, 0x01, 0x0d, 0x4f, 0x20, 0x7b, 0xa5, 0xc7, 0x83, 0xf8, 0x9e, 0x0e, 0x32, 0xee, 0x41, 0xfa, 0x37, 0x7b, 0x8f, 0xc7, 0xd1, 0x6b, 0x68, 0xfc, 0x1d, 0xa4, 0x7b, 0x32, 0x95, 0x48, 0xff, 0x23, 0x55, 0xcc, 0xb6, 0x53, 0xcd, 0x7b, 0x7d, 0x31, 0x5f, 0x0a, 0x4e, 0xdf, 0x9c, 0x86, 0xe9, 0xc9, 0x69, 0xbe, 0x18, 0x23, 0x95, 0xc9, 0x11, 0xba, 0x63, 0x23, 0xe6, 0x90, 0x91, 0x8e, 0x0e, 0xd2, 0xaa, 0xdd, 0x20, 0xad, 0xa8, 0x29, 0x4f, 0x51, 0xec, 0x5f, 0xac, 0x97, 0x8c, 0x46, 0x4c, 0x94, 0x31, 0x30, 0x73, 0xc8, 0x99, 0xb0, 0x4a, 0xef, 0x23, 0x43, 0x99, 0xec, 0x7a, 0x2e, 0x97, 0x9b, 0xa2, 0x4c, 0xb7, 0xb1, 0xa7, 0xa7, 0x67, 0x03, 0x36, 0x64, 0xa2, 0x7b, 0xd9, 0xd9, 0xa0, 0x29, 0x7f, 0xf6, 0xec, 0x10, 0x34, 0xa2, 0x10, 0xa4, 0x56, 0xdf, 0x7e, 0xbd, 0x01, 0xa4, 0x66, 0x33, 0x00, 0x25, 0xfe, 0x73, 0x74, 0xe0, 0x8f, 0x98, 0xf2, 0xd7, 0xe8, 0x91, 0x27, 0x2f, 0x28, 0xdd, 0x08, 0x5f, 0x3d, 0xa1, 0xf6, 0x77, 0xae, 0xc4, 0xc4, 0x70, 0xdd, 0x7e, 0x7c, 0xf3, 0xc1, 0x82, 0x21, 0xe7, 0xdf, 0x6d, 0x2d, 0x3d, 0x2d, 0xbb, 0xe9, 0xdb, 0xdd, 0xd5, 0x9e, 0xb7, 0x84, 0x25, 0xe0, 0xcb, 0x65, 0x80, 0x7a, 0x03, 0x3b, 0x2b, 0xcc, 0x04, 0x55, 0x19, 0xe0, 0x53, 0x9f, 0xfa, 0xd4, 0x23, 0x48, 0x7c, 0xd1, 0x32, 0xd6, 0x5a, 0xc6, 0xcd, 0xbb, 0xef, 0x9d, 0x48, 0x1f, 0x03, 0x97, 0xf6, 0xae, 0x79, 0x37, 0x48, 0x04, 0x47, 0x54, 0xcf, 0x76, 0xfd, 0x4a, 0x31, 0x01, 0xe2, 0xe1, 0x0d, 0xd0, 0x2a, 0xdb, 0x33, 0x15, 0xfc, 0x09, 0xd2, 0xd2, 0x6c, 0x75, 0x6f, 0x43, 0xcf, 0x3e, 0xeb, 0x4d, 0xfc, 0xf3, 0xe7, 0x2b, 0x27, 0x84, 0x18, 0x4c, 0x80, 0xc9, 0x9f, 0xaa, 0x9c, 0x00, 0xc6, 0x04, 0x2f, 0xbc, 0x00, 0xe7, 0x1f, 0x7e, 0x78, 0xd9, 0x39, 0x01, 0x7e, 0x56, 0x0f, 0xff, 0x08, 0x73, 0xd2, 0x50, 0x2d, 0xfb, 0xc8, 0xc7, 0x9f, 0xa0, 0x4a, 0xda, 0x1a, 0x1e, 0x43, 0x07, 0xab, 0xfd, 0x23, 0xc6, 0xd9, 0x35, 0x39, 0xa8, 0x2e, 0xfa, 0x06, 0x01, 0x3f, 0x2e, 0xe2, 0xf0, 0x9a, 0xd1, 0x41, 0x54, 0x33, 0x3a, 0x8a, 0x79, 0x7d, 0xce, 0x4f, 0xd6, 0xcc, 0x58, 0xbe, 0xd4, 0x71, 0x80, 0xc7, 0xeb, 0x8d, 0xf7, 0x2a, 0xc7, 0x90, 0xea, 0xbb, 0xca, 0x02, 0x12, 0xf9, 0xbb, 0x9a, 0xbc, 0x5c, 0xbd, 0x06, 0xd7, 0x3f, 0xff, 0x25, 0x58, 0x1c, 0x1b, 0xab, 0x7b, 0x50, 0x5b, 0x0f, 0x1d, 0x52, 0x66, 0x03, 0xf9, 0x22, 0xbe, 0xc4, 0x04, 0xd7, 0x3e, 0xfb, 0x59, 0xf6, 0x56, 0xc9, 0x04, 0xbb, 0x76, 0xc1, 0xe0, 0x97, 0xbe, 0x04, 0xe3, 0xbf, 0xff, 0xfb, 0x4d, 0x65, 0x00, 0x8d, 0x12, 0xff, 0xa3, 0x38, 0xd3, 0x06, 0x06, 0x07, 0x60, 0xd7, 0xee, 0x9d, 0x2c, 0x23, 0xb7, 0x6a, 0xa7, 0x4b, 0xcd, 0x22, 0xae, 0x20, 0x86, 0xe6, 0x70, 0x27, 0x54, 0x55, 0xee, 0x35, 0x90, 0x98, 0xc8, 0xfe, 0x81, 0x56, 0x61, 0xb6, 0x6b, 0x95, 0xa6, 0xba, 0xb4, 0xc5, 0xda, 0xa2, 0xcc, 0x6f, 0xa0, 0xfa, 0xb6, 0xb4, 0x2c, 0x4b, 0x5d, 0x1b, 0xce, 0xd0, 0x65, 0x11, 0xdf, 0x2f, 0x13, 0xec, 0xdc, 0xd9, 0x5c, 0x11, 0x40, 0xe1, 0xff, 0x61, 0xca, 0x00, 0xc3, 0xf8, 0xfe, 0xc0, 0xfd, 0xfb, 0x59, 0x14, 0xed, 0x8d, 0x13, 0x6f, 0xad, 0x0a, 0x17, 0xe8, 0xe6, 0xad, 0x1b, 0x61, 0x78, 0xd3, 0x06, 0x53, 0x94, 0xbc, 0xf5, 0xfa, 0x29, 0xa6, 0x44, 0x32, 0xef, 0xe3, 0xcc, 0xec, 0xb2, 0xae, 0x9d, 0x7e, 0xf5, 0x55, 0x20, 0x54, 0x19, 0x95, 0x33, 0x83, 0x6b, 0x26, 0xbe, 0x0f, 0x26, 0x48, 0xbd, 0xf4, 0x52, 0x73, 0x19, 0x40, 0xc8, 0x7e, 0x8c, 0xac, 0x6d, 0xdf, 0xbe, 0x0d, 0x26, 0x6e, 0xdc, 0x6c, 0x88, 0x7c, 0xbc, 0x1d, 0xb6, 0xc9, 0x89, 0x9b, 0x36, 0x06, 0x48, 0xa5, 0x53, 0x54, 0x51, 0xe4, 0xe9, 0x6e, 0x81, 0x65, 0x66, 0x85, 0x15, 0xae, 0x5e, 0x85, 0x2b, 0x9f, 0xf8, 0x44, 0xe3, 0x0a, 0x43, 0x0c, 0x26, 0x28, 0x4e, 0x4d, 0xd9, 0x0a, 0x43, 0x66, 0xa8, 0x92, 0xd9, 0x34, 0x06, 0x38, 0x7a, 0xf4, 0x68, 0x60, 0x74, 0x74, 0x94, 0xc1, 0xff, 0xf0, 0xc6, 0x21, 0xa0, 0xf6, 0x3b, 0x9c, 0x3d, 0x7d, 0x7e, 0xd5, 0x30, 0x00, 0x46, 0xfc, 0x30, 0x2a, 0x89, 0xbe, 0x08, 0xb4, 0x6a, 0x74, 0x63, 0x4d, 0x1e, 0x7b, 0x90, 0xa1, 0xfe, 0x6d, 0xe1, 0xc7, 0x3f, 0x66, 0x7b, 0xc3, 0x4a, 0xc3, 0x30, 0x59, 0xf5, 0x2b, 0x5f, 0x81, 0x89, 0xa3, 0x47, 0x57, 0xa6, 0x34, 0xec, 0xfc, 0xf9, 0xf3, 0xef, 0xa3, 0x03, 0xb2, 0x1e, 0x9d, 0x2a, 0x07, 0x0f, 0xed, 0xe7, 0xcd, 0x90, 0x75, 0x68, 0x5e, 0xac, 0xfc, 0x16, 0x6c, 0xd3, 0xd3, 0x73, 0x30, 0x34, 0xbc, 0x8e, 0xbd, 0x5f, 0xbb, 0x6e, 0x00, 0x12, 0xf3, 0x69, 0xde, 0x10, 0x4b, 0xd3, 0x1a, 0xe6, 0x0a, 0x6c, 0x68, 0x5d, 0x20, 0xe3, 0x5c, 0xdd, 0x56, 0xa6, 0xd7, 0x34, 0x06, 0xa0, 0x03, 0xc1, 0xe0, 0xbf, 0xab, 0xbb, 0x0b, 0x36, 0x6d, 0xd9, 0x04, 0x13, 0x63, 0xab, 0x07, 0xfe, 0xc5, 0x36, 0x27, 0x31, 0xc0, 0xa6, 0x2d, 0x1b, 0xe1, 0xc4, 0xc4, 0x3f, 0x41, 0x7b, 0xbc, 0x1d, 0xca, 0x0d, 0x64, 0x80, 0xdb, 0x7d, 0x53, 0x32, 0xc0, 0x91, 0x23, 0x47, 0x82, 0x94, 0x01, 0xfe, 0x0d, 0xbe, 0xdf, 0xbe, 0x63, 0x2b, 0xab, 0xc6, 0x39, 0x73, 0xea, 0xfc, 0xaa, 0x63, 0x00, 0x34, 0x66, 0xb0, 0xce, 0x01, 0x03, 0x49, 0xb1, 0x68, 0x8c, 0x2d, 0x0f, 0xcf, 0x56, 0x42, 0x5d, 0xed, 0x0d, 0x02, 0xaa, 0x31, 0x40, 0x38, 0x1c, 0x7e, 0x1f, 0x9d, 0xfd, 0x6b, 0x11, 0x0e, 0x0f, 0x3d, 0x70, 0x90, 0xf9, 0xe9, 0xd1, 0x2f, 0xef, 0x47, 0x33, 0xc2, 0x70, 0xee, 0x95, 0x6b, 0x97, 0x56, 0xe4, 0xe6, 0x51, 0x1c, 0xc9, 0x4d, 0x2c, 0x31, 0x9d, 0x6b, 0xdb, 0x96, 0x1d, 0xb5, 0xc9, 0xea, 0xf9, 0x04, 0xf4, 0x0f, 0xf2, 0x46, 0x50, 0xbd, 0x7d, 0x3d, 0x40, 0xca, 0xda, 0x6d, 0xdd, 0x05, 0x74, 0x45, 0x18, 0x80, 0x0e, 0xe6, 0x47, 0xf1, 0x75, 0x90, 0xda, 0xfe, 0xeb, 0x37, 0xac, 0x87, 0xf1, 0x6b, 0x13, 0xbe, 0x67, 0xff, 0x52, 0x2e, 0x0b, 0x7b, 0xf6, 0xdc, 0x4b, 0x2f, 0x12, 0x50, 0x58, 0xef, 0x7e, 0x81, 0xb5, 0x1e, 0x02, 0x10, 0xc8, 0xe4, 0x93, 0x2c, 0xec, 0x1b, 0x71, 0x14, 0x66, 0x56, 0x14, 0x03, 0xb3, 0xf3, 0x26, 0x03, 0xa0, 0xa8, 0x3b, 0xff, 0xab, 0x8b, 0x10, 0xd4, 0xec, 0x0d, 0xb0, 0x1b, 0xa5, 0x18, 0xde, 0x72, 0xb8, 0xf3, 0xc3, 0x00, 0xa8, 0xfd, 0x53, 0x05, 0x90, 0xc1, 0xff, 0x3d, 0x7b, 0xef, 0x61, 0x19, 0xb2, 0x89, 0xc5, 0xa4, 0x6f, 0x06, 0x40, 0xad, 0x1a, 0xe5, 0xe8, 0x52, 0x36, 0xbf, 0xe2, 0xcf, 0x78, 0xe8, 0xe0, 0xfd, 0xf0, 0xea, 0x2b, 0xaf, 0x41, 0x2c, 0xb6, 0xa6, 0x16, 0xbe, 0x61, 0x4c, 0x83, 0xcf, 0xd7, 0xd9, 0xd9, 0xc1, 0x18, 0xb8, 0xdd, 0x70, 0x04, 0xe9, 0xd6, 0x12, 0x6d, 0x10, 0x6c, 0x6f, 0xbf, 0xe3, 0x68, 0x8e, 0xe6, 0x62, 0xa0, 0x95, 0x67, 0x38, 0x97, 0x73, 0x56, 0xc4, 0x54, 0x97, 0xd6, 0x1e, 0x70, 0x31, 0xc0, 0xc8, 0xc8, 0xc8, 0x61, 0x84, 0x7f, 0x1c, 0x90, 0x83, 0xf7, 0xef, 0x87, 0x64, 0x32, 0xed, 0xd1, 0x0e, 0x4e, 0x89, 0x1c, 0xd0, 0xd3, 0xd7, 0x4d, 0x89, 0x9f, 0xf3, 0x7d, 0x4e, 0x23, 0x37, 0x4c, 0xf9, 0xc2, 0xec, 0xe3, 0x5a, 0x2d, 0x95, 0xc4, 0x42, 0x8a, 0xde, 0x37, 0x4f, 0xc6, 0xc0, 0xe5, 0xe2, 0x03, 0xdd, 0xdd, 0x7c, 0xa0, 0xa8, 0x06, 0x9f, 0x9b, 0x9d, 0x65, 0xbd, 0x02, 0x23, 0x1b, 0x37, 0x42, 0x78, 0x60, 0x80, 0xd9, 0xe2, 0x77, 0xca, 0xd6, 0x7a, 0xff, 0xfd, 0x20, 0x3a, 0x7a, 0x67, 0x25, 0x07, 0x14, 0xc5, 0xb2, 0x9b, 0x9e, 0x0c, 0xa0, 0xeb, 0xfa, 0xc7, 0xf0, 0x75, 0xe3, 0xa6, 0x61, 0x96, 0xa0, 0x31, 0x31, 0x36, 0x01, 0xd7, 0x6e, 0xf8, 0x5b, 0xa6, 0x06, 0x93, 0x2d, 0x1e, 0x79, 0xf4, 0x21, 0x18, 0x39, 0x37, 0x0a, 0x39, 0xab, 0x53, 0xf5, 0x8a, 0x6d, 0xd1, 0xd6, 0x30, 0x4b, 0x3a, 0x9d, 0x98, 0x1c, 0xaf, 0xe9, 0xbc, 0x48, 0x2c, 0x64, 0x32, 0xc0, 0xf0, 0xf0, 0x7a, 0x78, 0x23, 0x1e, 0x83, 0x1e, 0xe3, 0xb3, 0xa9, 0x53, 0xa7, 0x60, 0xe3, 0xe3, 0x8f, 0xb3, 0xd6, 0x2c, 0x9d, 0x1f, 0xfa, 0x10, 0x2b, 0xc9, 0xbe, 0x23, 0x5a, 0xc5, 0x0e, 0x0f, 0x43, 0x78, 0x3d, 0x4f, 0xba, 0x21, 0x14, 0xc9, 0x26, 0xce, 0x9f, 0x37, 0xe7, 0x49, 0x44, 0x6a, 0x1b, 0x1f, 0x72, 0x6a, 0xff, 0x74, 0x16, 0x33, 0xf8, 0x3f, 0x70, 0x70, 0x3f, 0x9b, 0x4d, 0x73, 0x73, 0xb3, 0x50, 0x2c, 0xfb, 0xab, 0x97, 0x47, 0xf8, 0xc7, 0xa5, 0xd6, 0x67, 0xe7, 0xa6, 0x58, 0xb2, 0x86, 0x5b, 0xb2, 0x6b, 0xcb, 0x17, 0xf5, 0x55, 0xf4, 0x8f, 0xb5, 0xeb, 0x06, 0x61, 0x74, 0xf4, 0x62, 0x4d, 0x97, 0x5e, 0x4c, 0x74, 0xd0, 0xfb, 0xdd, 0xc0, 0xee, 0xaf, 0xb7, 0xb7, 0x0f, 0x76, 0x7e, 0xfc, 0xa3, 0x30, 0xfb, 0xb7, 0x3f, 0x05, 0xb2, 0x98, 0x80, 0xb1, 0x4b, 0x97, 0xa0, 0x73, 0x70, 0x10, 0xba, 0xf6, 0xec, 0x61, 0xb3, 0x29, 0x7a, 0xa7, 0x35, 0x8d, 0xa6, 0x93, 0xf2, 0xca, 0x0b, 0x2f, 0x60, 0x22, 0x8c, 0x38, 0xf2, 0x23, 0xd1, 0x27, 0xd8, 0x45, 0x02, 0xca, 0x00, 0xff, 0x82, 0x6a, 0xc0, 0xc7, 0xd1, 0x2c, 0xfa, 0xea, 0x7f, 0xf9, 0x43, 0x96, 0x34, 0x89, 0xa9, 0xd3, 0x9a, 0xd7, 0x70, 0x56, 0x8c, 0xb8, 0xd6, 0x7e, 0x8e, 0xe7, 0x79, 0xb5, 0x9e, 0xe3, 0x83, 0xfa, 0xd5, 0xce, 0x99, 0xfd, 0xf1, 0x5f, 0xc1, 0xd5, 0x2f, 0x7f, 0xc5, 0xfc, 0x68, 0x08, 0xa3, 0x6f, 0x07, 0x0f, 0xde, 0x31, 0xed, 0xe2, 0x51, 0x1c, 0x67, 0x26, 0x28, 0x7a, 0x9f, 0x38, 0x01, 0x0b, 0x73, 0x73, 0xe2, 0xf0, 0x3c, 0x15, 0x08, 0xfb, 0x3f, 0x0e, 0x70, 0x43, 0x89, 0x00, 0x22, 0xe9, 0x63, 0xe7, 0xae, 0x1d, 0xd0, 0x41, 0x6d, 0x7f, 0xcc, 0xad, 0xd3, 0x15, 0x33, 0x59, 0x4d, 0x23, 0xff, 0xf1, 0xf7, 0x95, 0x3e, 0xa7, 0x1e, 0xc6, 0xea, 0xfe, 0xc8, 0x87, 0x21, 0x3b, 0x72, 0x11, 0xa6, 0xff, 0xec, 0xcf, 0x99, 0xed, 0x72, 0x9d, 0x42, 0x28, 0xee, 0xe1, 0xce, 0x4e, 0x08, 0xb5, 0xb5, 0xdd, 0xd6, 0xa6, 0xa2, 0x8e, 0xeb, 0x35, 0xe0, 0x82, 0x11, 0x39, 0x5b, 0xaa, 0x1c, 0x96, 0x3a, 0x7c, 0x4c, 0x26, 0xbe, 0x8d, 0x01, 0x0e, 0x1f, 0x3e, 0x8c, 0xef, 0x7f, 0x13, 0x39, 0xe7, 0x81, 0x07, 0xef, 0x67, 0x5a, 0x31, 0x2e, 0x89, 0xea, 0x1e, 0x2c, 0xe2, 0x18, 0x4c, 0xcd, 0xad, 0x56, 0x8b, 0x63, 0x5a, 0xa5, 0xb1, 0x56, 0x9c, 0xe7, 0x18, 0x54, 0xbc, 0x52, 0xa0, 0xc2, 0x79, 0x7c, 0x09, 0x57, 0xf7, 0xb5, 0xb4, 0x2a, 0xdc, 0xc1, 0xf3, 0x17, 0xaa, 0x9f, 0xb7, 0xf3, 0xbf, 0x7d, 0x15, 0xba, 0xee, 0xbd, 0x07, 0xae, 0x7c, 0xfd, 0x69, 0x28, 0x1a, 0x99, 0xc4, 0x38, 0xb0, 0xb8, 0xdf, 0x61, 0xdb, 0xab, 0x74, 0x1c, 0x3f, 0xfb, 0x6f, 0x01, 0xde, 0xf1, 0x34, 0x03, 0xd7, 0xac, 0x59, 0x73, 0x90, 0x12, 0x7f, 0x0d, 0x73, 0xff, 0x76, 0x75, 0x41, 0xa1, 0x90, 0x67, 0xb9, 0xf5, 0x60, 0x26, 0x56, 0xc8, 0x43, 0x26, 0x12, 0x3b, 0xcc, 0xf4, 0x0e, 0x6b, 0x08, 0x35, 0xfb, 0xe7, 0x60, 0x4b, 0xdc, 0x90, 0x93, 0x34, 0xac, 0x6b, 0x11, 0x4d, 0x4e, 0xc7, 0x20, 0x6e, 0x36, 0xb3, 0xf5, 0x70, 0x30, 0x3c, 0x0a, 0x9a, 0x3d, 0x0b, 0x40, 0x73, 0x79, 0x1c, 0x88, 0x75, 0x5c, 0x4a, 0x58, 0x21, 0xd2, 0x31, 0xbb, 0x77, 0x42, 0x93, 0x98, 0xc3, 0x3a, 0xda, 0xfe, 0x1f, 0xfe, 0x1d, 0x6c, 0xfa, 0xe4, 0xc7, 0x61, 0xe6, 0xd8, 0x0b, 0xb0, 0xf0, 0xfa, 0x1b, 0x50, 0x40, 0x54, 0x94, 0x02, 0x31, 0xe2, 0x5e, 0x70, 0xc3, 0x5c, 0x89, 0x73, 0x67, 0xb9, 0xb2, 0xb5, 0x6e, 0x76, 0xf6, 0xa7, 0xe1, 0x52, 0x29, 0x7b, 0x0b, 0x89, 0x9e, 0xa5, 0xb7, 0x75, 0x85, 0xee, 0xc7, 0xe9, 0xac, 0x3f, 0xe1, 0xb5, 0x68, 0x94, 0x39, 0x6e, 0x4f, 0x3c, 0xf1, 0xc4, 0x01, 0xfa, 0xf2, 0x26, 0x31, 0x96, 0x01, 0x5b, 0x4e, 0x7e, 0xdf, 0xbb, 0x1b, 0xcb, 0x34, 0xde, 0xfa, 0xfc, 0xf3, 0xcf, 0x8f, 0xdd, 0xee, 0x37, 0x6a, 0x1a, 0xeb, 0xe7, 0xce, 0x9d, 0xbb, 0xb9, 0x7b, 0xf7, 0xee, 0x56, 0x4a, 0xc4, 0x07, 0xf0, 0xf8, 0x72, 0x9b, 0x2c, 0xdc, 0xc5, 0x1b, 0xce, 0xfa, 0xff, 0x44, 0x89, 0x7f, 0xec, 0x8e, 0x70, 0x16, 0x39, 0x0f, 0x50, 0x4b, 0xa0, 0xa7, 0x58, 0x2c, 0x6e, 0x13, 0x9d, 0x42, 0x9d, 0x76, 0xbe, 0x97, 0xfd, 0xff, 0xee, 0xc6, 0x52, 0xc9, 0x16, 0xa8, 0xee, 0x74, 0xe1, 0x27, 0x3f, 0xf9, 0x49, 0xea, 0xdd, 0xd1, 0x78, 0x77, 0x7b, 0x77, 0x7b, 0x77, 0xbb, 0xfd, 0xb7, 0xff, 0x0f, 0xdc, 0x05, 0x2f, 0x63, 0x31, 0x16, 0x59, 0x8e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_offline_128_png_len = 11079; unsigned char network_offline_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x42, 0xfd, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x94, 0x24, 0x57, 0x75, 0xe5, 0x8b, 0xcc, 0xac, 0xcc, 0xca, 0xda, 0xbb, 0xba, 0x96, 0xee, 0xaa, 0xea, 0x7d, 0x6f, 0xb5, 0xd4, 0xda, 0x40, 0x18, 0x3c, 0x06, 0xcb, 0x48, 0xc2, 0x1c, 0x83, 0x05, 0xe3, 0x06, 0x59, 0x06, 0x1f, 0x31, 0x83, 0xe7, 0x8c, 0x07, 0x64, 0x3c, 0x06, 0x3c, 0x67, 0x66, 0xce, 0x1c, 0xb7, 0x3d, 0xc7, 0xcb, 0x31, 0xd8, 0x92, 0x18, 0xc0, 0x36, 0xf6, 0x31, 0xd8, 0x18, 0xcc, 0x8c, 0x7c, 0x30, 0x06, 0x81, 0x2c, 0x09, 0x4b, 0x20, 0x2c, 0x03, 0x42, 0x0b, 0x2d, 0xba, 0x5b, 0xea, 0x7d, 0xa9, 0xee, 0xda, 0xd7, 0xac, 0xcc, 0xaa, 0x5c, 0xe3, 0xcf, 0x7f, 0x3f, 0xe2, 0x47, 0xfc, 0x1f, 0xf1, 0x63, 0xc9, 0xac, 0xcc, 0xac, 0xac, 0xee, 0xfc, 0xe7, 0x44, 0xe5, 0x16, 0x19, 0x19, 0x15, 0x71, 0xdf, 0x7b, 0xf7, 0xbd, 0xff, 0xfe, 0x7b, 0x31, 0x68, 0x8e, 0xe6, 0xb8, 0x8e, 0x47, 0xac, 0x79, 0x09, 0x9a, 0xa3, 0x29, 0x00, 0xcd, 0xd1, 0x1c, 0x4d, 0x01, 0x68, 0x8e, 0xe6, 0x68, 0x0a, 0xc0, 0x35, 0x3b, 0x3e, 0xf5, 0xa9, 0x4f, 0x75, 0x95, 0x4a, 0xa5, 0x0f, 0xd2, 0xa7, 0xef, 0xa0, 0xdb, 0x0d, 0x74, 0xeb, 0xa5, 0x5b, 0x74, 0xad, 0xce, 0x87, 0x10, 0x22, 0x3d, 0x7a, 0x3d, 0x5f, 0xcd, 0x7b, 0x6b, 0x79, 0x1c, 0x8f, 0xcf, 0xd3, 0xf4, 0xf9, 0x79, 0xfa, 0xf8, 0x14, 0x7d, 0xfc, 0xb3, 0x4f, 0x7c, 0xe2, 0x13, 0xe7, 0x9a, 0x02, 0x50, 0x87, 0xf1, 0xd0, 0x43, 0x0f, 0xdd, 0x49, 0xc1, 0xff, 0x65, 0xfa, 0x74, 0x70, 0xad, 0xcf, 0xe5, 0x3a, 0x03, 0xbc, 0xf3, 0xbd, 0x0e, 0xba, 0xdd, 0x44, 0x9f, 0xdf, 0x44, 0x1f, 0x7f, 0xe3, 0xa3, 0x1f, 0xfd, 0xe8, 0xd1, 0x3f, 0xf9, 0x93, 0x3f, 0xf9, 0x83, 0xa6, 0x00, 0xd4, 0x70, 0xd0, 0x0b, 0xfc, 0x06, 0x4d, 0xd3, 0xbe, 0x49, 0x2f, 0x7a, 0x6b, 0x23, 0x82, 0xff, 0x1a, 0x07, 0xbc, 0xdf, 0x7b, 0x2d, 0xf4, 0xbe, 0xfc, 0xfe, 0xc7, 0x3e, 0xf6, 0xb1, 0x8e, 0x4f, 0x7e, 0xf2, 0x93, 0xff, 0xa3, 0x29, 0x00, 0x35, 0x18, 0x47, 0x8f, 0x1e, 0x8d, 0xd0, 0xf1, 0x17, 0x22, 0xf8, 0x77, 0xec, 0xd8, 0x01, 0x9b, 0x36, 0x6d, 0x82, 0xf6, 0xf6, 0xf6, 0x35, 0x17, 0x02, 0xbf, 0xcf, 0xa3, 0xd1, 0x28, 0xd0, 0x73, 0x5f, 0xf5, 0x71, 0xca, 0xf9, 0x7c, 0x35, 0xc7, 0xf4, 0xfb, 0x0c, 0xff, 0x17, 0xdc, 0x96, 0x97, 0x97, 0x61, 0x62, 0x62, 0x02, 0x9e, 0x7f, 0xfe, 0x79, 0xf6, 0xdc, 0xfc, 0xce, 0x7f, 0xfb, 0xf8, 0xc7, 0x3f, 0xfe, 0x4d, 0x4a, 0x87, 0x9e, 0x6b, 0x0a, 0x40, 0x95, 0xc7, 0x86, 0x0d, 0x1b, 0xde, 0xa8, 0xeb, 0xfa, 0x4d, 0xfc, 0xf5, 0x8d, 0x37, 0xde, 0x08, 0x37, 0xde, 0x74, 0x23, 0x24, 0x93, 0xad, 0xf4, 0x86, 0x20, 0xb8, 0xb4, 0x6a, 0xc1, 0x3a, 0xd4, 0x2e, 0xa4, 0xba, 0xa2, 0xb4, 0xfa, 0xbd, 0x48, 0x8d, 0x84, 0x5c, 0x75, 0x60, 0x62, 0x08, 0xc9, 0xc8, 0x96, 0x61, 0x18, 0x19, 0x19, 0x81, 0x47, 0x1f, 0x7d, 0x14, 0xb2, 0xd9, 0x2c, 0xbe, 0x17, 0xa1, 0xf4, 0xf4, 0xbf, 0xd2, 0x3d, 0x9a, 0x02, 0x50, 0x03, 0x6d, 0xfb, 0x26, 0xfe, 0x1c, 0x35, 0xfe, 0xc1, 0x83, 0x07, 0xa0, 0xa3, 0xa3, 0xbd, 0xea, 0xb7, 0x3b, 0xf8, 0x3c, 0xa0, 0xfe, 0xbf, 0xd9, 0x28, 0xc0, 0x17, 0x7e, 0x8f, 0x52, 0x1e, 0x68, 0x6b, 0x6b, 0x83, 0xe1, 0x91, 0x21, 0xb8, 0xf5, 0xd6, 0x5b, 0xe1, 0xb9, 0xe7, 0x9e, 0xe3, 0xf7, 0xe9, 0xce, 0x26, 0x05, 0xaa, 0xc1, 0xa0, 0xda, 0x7f, 0x04, 0x2f, 0x3a, 0x8e, 0x81, 0x81, 0x01, 0x68, 0x89, 0xb7, 0xd4, 0x57, 0x03, 0x5f, 0xef, 0x5a, 0xdf, 0xe3, 0xf7, 0x12, 0x89, 0x04, 0xb3, 0x02, 0x02, 0x75, 0xda, 0xf0, 0x9b, 0xbf, 0xf9, 0x9b, 0x3d, 0x0f, 0x3f, 0xfc, 0xf0, 0x42, 0x53, 0x00, 0xaa, 0x38, 0x28, 0xf8, 0xbb, 0xf8, 0x73, 0xd4, 0x3c, 0x5c, 0x18, 0x70, 0x64, 0x96, 0x97, 0x60, 0x39, 0xbb, 0x5c, 0x13, 0x1e, 0x6f, 0x83, 0x9f, 0x84, 0x42, 0xaa, 0x6a, 0x3f, 0xe3, 0x37, 0x88, 0xef, 0x3e, 0x61, 0x8f, 0xa5, 0x02, 0x63, 0x18, 0xc0, 0x86, 0x05, 0xb5, 0x17, 0xe5, 0x71, 0x5e, 0xaf, 0x91, 0xa1, 0x6d, 0xd6, 0x7b, 0x5d, 0x5d, 0x5d, 0x92, 0x73, 0x4c, 0x37, 0xbc, 0x57, 0x4d, 0x01, 0xa8, 0xf2, 0xb0, 0x04, 0xa0, 0xa5, 0xa5, 0x85, 0x0a, 0x80, 0xed, 0x54, 0x16, 0x4b, 0x45, 0x28, 0xd1, 0x6d, 0x2d, 0xc1, 0x5f, 0x37, 0x50, 0xd7, 0x48, 0x40, 0xc2, 0x80, 0x5f, 0xdc, 0x07, 0xaf, 0x1d, 0x57, 0x42, 0xe8, 0xe0, 0xc7, 0x62, 0x31, 0x28, 0x14, 0x0a, 0xfc, 0x75, 0x67, 0x93, 0x02, 0x55, 0xdf, 0x07, 0xe8, 0xe4, 0x17, 0x1c, 0x05, 0x20, 0x12, 0xd1, 0x94, 0x40, 0x3e, 0x73, 0x7a, 0x1e, 0x7e, 0xed, 0x3f, 0x3e, 0xed, 0x7b, 0x2c, 0xf4, 0x99, 0x3b, 0x3a, 0xe3, 0xab, 0x3e, 0xa7, 0x78, 0x3c, 0x02, 0xad, 0xad, 0xab, 0xbf, 0xec, 0xc9, 0x64, 0x8c, 0xfe, 0x4f, 0x91, 0x55, 0x53, 0x28, 0xfc, 0x9f, 0x58, 0xb0, 0x89, 0x54, 0x7e, 0xa4, 0x7f, 0xf7, 0x33, 0x9b, 0xe0, 0xe7, 0xde, 0x3a, 0x12, 0x28, 0x20, 0x3a, 0xd1, 0x21, 0xaa, 0x45, 0x2d, 0x01, 0xc0, 0x7b, 0x82, 0x02, 0x80, 0xf7, 0x82, 0x3a, 0xc2, 0x4d, 0x01, 0xa8, 0x01, 0x05, 0xb2, 0x2e, 0x2a, 0x6a, 0x1b, 0x91, 0x02, 0x11, 0x7a, 0x33, 0xf8, 0x98, 0x9b, 0xcb, 0xc1, 0xe8, 0xe5, 0x25, 0x68, 0x8e, 0xca, 0xc6, 0x53, 0x4f, 0x8c, 0x1a, 0x02, 0x10, 0x60, 0x1d, 0x88, 0x4e, 0xaf, 0x79, 0xc4, 0x10, 0x00, 0x8d, 0x2a, 0x23, 0xbc, 0x27, 0x82, 0x22, 0xea, 0x6a, 0x0a, 0x40, 0x0d, 0x7c, 0x00, 0x7e, 0x81, 0x9d, 0x02, 0xa0, 0x0b, 0x16, 0x60, 0x69, 0xc9, 0x30, 0xc3, 0x83, 0x83, 0x05, 0xb8, 0xf9, 0xe6, 0xa2, 0x8f, 0x53, 0x1d, 0xa5, 0xc7, 0x08, 0x8a, 0x95, 0xcb, 0x6a, 0x30, 0x97, 0x2b, 0x4a, 0xef, 0x11, 0x82, 0xe7, 0xa0, 0x55, 0x14, 0x29, 0x92, 0x8f, 0x13, 0x61, 0xc7, 0xc2, 0xf7, 0x0a, 0x85, 0xa2, 0xef, 0x39, 0xf8, 0x8d, 0x52, 0x29, 0xea, 0xda, 0xd7, 0xf9, 0x7d, 0x5d, 0x27, 0x50, 0x2c, 0x96, 0x5c, 0xdf, 0x9d, 0x99, 0x49, 0xc1, 0xec, 0xec, 0x36, 0x48, 0xa5, 0xf2, 0xa0, 0x97, 0x88, 0x65, 0x61, 0xbd, 0xe8, 0x93, 0xae, 0xdb, 0x4a, 0x27, 0x42, 0xef, 0x45, 0x3c, 0x1e, 0xb7, 0xac, 0x71, 0x93, 0x02, 0xd5, 0x88, 0x02, 0xc9, 0x3e, 0x80, 0xda, 0x02, 0x2c, 0x2d, 0xe5, 0xd9, 0xe3, 0xa6, 0x4d, 0xad, 0xf0, 0x53, 0x3f, 0x35, 0xe4, 0x02, 0xa5, 0x0c, 0x3c, 0x19, 0x1c, 0xce, 0xcf, 0x84, 0x9f, 0x28, 0xeb, 0x7b, 0x95, 0xec, 0x2f, 0x7e, 0xc6, 0x05, 0x53, 0xfd, 0x3d, 0xf9, 0x18, 0xe5, 0x1e, 0xdb, 0xeb, 0x9c, 0x9e, 0x7a, 0xea, 0xfb, 0xd4, 0x7a, 0x96, 0x98, 0x62, 0xc8, 0xa4, 0x8b, 0xd0, 0xd9, 0xd5, 0xc2, 0xc0, 0xbf, 0xb8, 0x98, 0x82, 0xd1, 0x8b, 0x57, 0xa9, 0xd2, 0x89, 0xd2, 0xf7, 0x3a, 0xa1, 0xbb, 0xbb, 0x8b, 0xcd, 0xbd, 0x88, 0x4a, 0x47, 0x33, 0x7d, 0x00, 0xae, 0xa0, 0xa8, 0x70, 0x34, 0x05, 0xa0, 0x06, 0x43, 0xa6, 0x40, 0xa2, 0x0f, 0xa0, 0xdb, 0x37, 0x23, 0x9d, 0x2e, 0x98, 0x42, 0xa2, 0x31, 0x6d, 0xb7, 0x1a, 0xa0, 0x1b, 0x4a, 0xae, 0xfe, 0x40, 0x17, 0x94, 0x6b, 0xd5, 0x81, 0xee, 0xf5, 0xbf, 0x23, 0x8f, 0x8f, 0x44, 0x4a, 0xcc, 0x8a, 0xa4, 0xa8, 0x12, 0xe9, 0xe8, 0x32, 0x00, 0xfd, 0xf2, 0x8f, 0x8e, 0xb1, 0xfd, 0xfa, 0xfa, 0x36, 0x52, 0xcb, 0xa0, 0x23, 0xbf, 0x87, 0x12, 0x3d, 0x41, 0xa2, 0xb0, 0x00, 0x4d, 0x0a, 0x54, 0x3b, 0xed, 0xaf, 0x3d, 0xfc, 0xf0, 0xc3, 0x1d, 0xa2, 0x00, 0x44, 0xbc, 0x28, 0x50, 0x2a, 0x6f, 0x3a, 0xa8, 0xb2, 0x99, 0x76, 0x03, 0xdd, 0x09, 0x38, 0xaf, 0x1c, 0x99, 0xb5, 0x03, 0xba, 0x7d, 0x2c, 0xe2, 0x61, 0x01, 0xd4, 0xe7, 0xa4, 0xfa, 0x8c, 0xff, 0xef, 0xf6, 0xff, 0x43, 0x84, 0xdf, 0x03, 0x36, 0x9b, 0x6e, 0x08, 0x00, 0xb7, 0xa2, 0x46, 0xa8, 0x79, 0x78, 0xcb, 0x10, 0x5c, 0xbe, 0x78, 0x85, 0x01, 0x1f, 0xaf, 0x33, 0x2a, 0x15, 0xe6, 0xe8, 0xea, 0x45, 0xc1, 0x02, 0x68, 0xcc, 0x2a, 0x0b, 0xd7, 0xae, 0x69, 0x01, 0xaa, 0x39, 0x3e, 0xfb, 0xd9, 0xcf, 0xe2, 0x94, 0x6f, 0x44, 0xa4, 0x40, 0x22, 0xf7, 0x16, 0x29, 0x10, 0xb7, 0x00, 0xb1, 0x98, 0x3f, 0xd0, 0xbd, 0xe8, 0xc5, 0xb5, 0x0e, 0x74, 0xb7, 0x0f, 0x43, 0xd8, 0x77, 0x0c, 0x01, 0x28, 0x4a, 0x7e, 0x14, 0x8e, 0x3d, 0x7b, 0x77, 0xc1, 0xd6, 0x6d, 0x5b, 0x60, 0x65, 0x79, 0x85, 0xe5, 0x00, 0x25, 0x12, 0x71, 0x68, 0x49, 0xb4, 0x48, 0xe7, 0x18, 0xd1, 0x22, 0x92, 0x05, 0x10, 0x03, 0x16, 0x4d, 0x01, 0xa8, 0xc2, 0xa0, 0x9a, 0xbc, 0x4b, 0xd2, 0xfe, 0x42, 0x62, 0x99, 0x08, 0x7e, 0x26, 0x00, 0xa6, 0x0f, 0xd0, 0xd2, 0x42, 0x98, 0x05, 0x68, 0x3c, 0xa0, 0xfb, 0x73, 0xfa, 0xb0, 0x34, 0x46, 0x06, 0x3a, 0x71, 0x3c, 0x6a, 0x21, 0x7d, 0x09, 0x63, 0x7f, 0xdc, 0x22, 0x11, 0x4c, 0xd8, 0xd3, 0x25, 0x3f, 0x8a, 0x7f, 0x05, 0x41, 0x8f, 0x9b, 0xe8, 0x14, 0xeb, 0xc2, 0x75, 0x6f, 0x5a, 0x80, 0x1a, 0x0f, 0x31, 0xae, 0xec, 0x17, 0x01, 0xc2, 0x8b, 0xcf, 0x6f, 0x5e, 0x2c, 0x16, 0x31, 0xcd, 0xf5, 0xb5, 0x04, 0x74, 0xf9, 0xf7, 0x88, 0x95, 0x97, 0x23, 0x6b, 0x74, 0xf9, 0x73, 0x6f, 0xeb, 0x20, 0x7e, 0x66, 0x64, 0xac, 0x9a, 0x16, 0x20, 0x55, 0x00, 0xf5, 0x9c, 0x18, 0xf1, 0x88, 0x02, 0x19, 0xf3, 0x00, 0x82, 0x13, 0xdc, 0xf4, 0x01, 0xaa, 0x6c, 0x01, 0xa4, 0x49, 0x30, 0x39, 0x02, 0x24, 0xe7, 0xa7, 0xdb, 0x4e, 0x30, 0xf8, 0x5a, 0x00, 0x27, 0xc8, 0x55, 0x60, 0x0c, 0x8a, 0xba, 0x54, 0x07, 0xe8, 0x9a, 0x92, 0xfe, 0xa8, 0x81, 0x1e, 0x74, 0x9e, 0x44, 0x21, 0xb8, 0x7c, 0x5f, 0x4d, 0x41, 0x01, 0xed, 0xcf, 0x0d, 0x0a, 0xa4, 0xbb, 0x28, 0x10, 0x0e, 0x9c, 0xe0, 0xca, 0x64, 0x96, 0x99, 0x90, 0xe0, 0xf5, 0x8f, 0x23, 0x05, 0xd2, 0x9b, 0x16, 0xa0, 0x6e, 0x43, 0xcc, 0x03, 0x32, 0x28, 0x90, 0xcc, 0xff, 0x89, 0x34, 0x0f, 0x50, 0x34, 0xf7, 0x23, 0x52, 0x14, 0xc8, 0x0b, 0xe8, 0xba, 0xae, 0x8e, 0xa0, 0xac, 0x1e, 0xe8, 0x32, 0xb0, 0xbd, 0xf8, 0x37, 0xe7, 0xe8, 0x08, 0x6e, 0x75, 0x34, 0x07, 0x1c, 0x40, 0x27, 0x12, 0x70, 0x39, 0xdd, 0x11, 0x7f, 0xcb, 0x0d, 0x74, 0x0d, 0x54, 0xf3, 0x03, 0xa2, 0xa0, 0x28, 0x29, 0x10, 0x1d, 0xd3, 0xd3, 0x33, 0x70, 0xfc, 0xd8, 0xab, 0xd0, 0xd5, 0xd5, 0x09, 0x1b, 0x36, 0x6e, 0x80, 0xae, 0xee, 0x4e, 0xe8, 0x20, 0xed, 0x50, 0x4a, 0x96, 0xc4, 0xfb, 0x23, 0x59, 0x00, 0x31, 0x64, 0xdd, 0x14, 0x80, 0xea, 0x44, 0x81, 0x2c, 0x0b, 0xe0, 0xa2, 0x40, 0xba, 0xda, 0x07, 0x40, 0x01, 0xb0, 0x92, 0xd0, 0xaa, 0x0c, 0x74, 0x27, 0x58, 0x9d, 0x1a, 0xdd, 0xa6, 0x22, 0xb2, 0x66, 0x96, 0xc1, 0xaf, 0x2b, 0xc0, 0x2d, 0x03, 0xdb, 0xdf, 0xe9, 0xd5, 0x24, 0x60, 0xcb, 0x4e, 0x6f, 0xf9, 0x54, 0xce, 0xa0, 0x40, 0xba, 0x79, 0x0d, 0x0b, 0x16, 0xe5, 0x99, 0x99, 0x9e, 0x35, 0x23, 0x40, 0x3a, 0x0b, 0x83, 0x92, 0x92, 0xe1, 0x5b, 0x95, 0xf4, 0x12, 0x3b, 0x20, 0x11, 0x04, 0x80, 0xff, 0xbe, 0xa8, 0xb0, 0x9a, 0x02, 0x50, 0x85, 0x81, 0x33, 0x8b, 0xee, 0x59, 0x60, 0xa2, 0xbc, 0xe1, 0x4b, 0x69, 0x2e, 0x00, 0x9a, 0x99, 0x99, 0x28, 0xee, 0xe3, 0x15, 0x49, 0xd1, 0x94, 0x20, 0xf1, 0xd2, 0xc8, 0x6e, 0xb0, 0xba, 0x35, 0xba, 0x78, 0x2c, 0x9b, 0xba, 0xc8, 0x1c, 0x5d, 0x1d, 0xbb, 0xd7, 0x5c, 0x1a, 0x5b, 0x3d, 0xff, 0x50, 0x5d, 0xcb, 0x81, 0x14, 0x28, 0x1a, 0x35, 0xae, 0x1d, 0xce, 0x06, 0x73, 0xbe, 0xbf, 0x67, 0xdf, 0x2e, 0x06, 0xee, 0x4c, 0xda, 0x5c, 0xf5, 0xa5, 0x19, 0x73, 0x06, 0x48, 0x81, 0x88, 0x7d, 0x7f, 0x9a, 0x13, 0x61, 0xb5, 0x8e, 0x02, 0xc9, 0x16, 0x20, 0x22, 0x38, 0xc1, 0x5e, 0x51, 0x20, 0x8d, 0x6a, 0x2e, 0x12, 0x72, 0x56, 0xd5, 0x8b, 0x3b, 0x7b, 0x4f, 0x32, 0xc9, 0xfb, 0xbb, 0x35, 0xba, 0x93, 0xa3, 0x1b, 0xa7, 0x4f, 0xaa, 0x60, 0x39, 0xd4, 0xc7, 0x0e, 0x9e, 0x0c, 0x73, 0xfa, 0x1d, 0xf2, 0x67, 0x78, 0x4d, 0xa3, 0x51, 0x5d, 0xf2, 0xa3, 0xb8, 0x65, 0xd8, 0xb5, 0x7b, 0x87, 0xc2, 0x21, 0x16, 0x2d, 0xa2, 0x4c, 0x81, 0x9a, 0x3e, 0x40, 0x0d, 0x2d, 0x00, 0x73, 0x82, 0x3d, 0x66, 0x81, 0x8d, 0x9b, 0x57, 0x34, 0x6f, 0x9c, 0x71, 0x83, 0xd0, 0xcc, 0xab, 0x85, 0x40, 0xf3, 0x01, 0xaa, 0x93, 0x22, 0x81, 0x07, 0x85, 0xe0, 0x96, 0x83, 0x04, 0xd2, 0x27, 0xd5, 0xb1, 0x55, 0x1a, 0x5d, 0x06, 0x25, 0x51, 0x86, 0x2d, 0x9d, 0x40, 0x37, 0xbe, 0xab, 0x29, 0xac, 0x92, 0xdb, 0xd2, 0x19, 0x14, 0xc5, 0x6d, 0x5d, 0x44, 0x27, 0x38, 0x95, 0x2a, 0x38, 0xdd, 0x17, 0x57, 0x34, 0x48, 0x0a, 0x83, 0x0a, 0x14, 0xc8, 0xfc, 0x5f, 0x9a, 0x14, 0xa8, 0xda, 0x3e, 0x80, 0xe4, 0x04, 0x7b, 0xe4, 0x01, 0xad, 0x2c, 0x97, 0xa0, 0x58, 0xd4, 0xe9, 0x0d, 0xd1, 0x59, 0x18, 0xd4, 0x36, 0xc9, 0xb2, 0x16, 0xe5, 0xa0, 0x95, 0x01, 0xe4, 0x07, 0x56, 0x15, 0xa8, 0xb4, 0x90, 0x96, 0x43, 0x16, 0x30, 0xb7, 0xe5, 0x20, 0x21, 0x2c, 0x47, 0xd0, 0xb1, 0x55, 0x4e, 0xae, 0x77, 0x52, 0x9c, 0xa8, 0x14, 0x6c, 0x27, 0x18, 0x2d, 0x80, 0x10, 0x49, 0x23, 0x2e, 0x2b, 0x0c, 0x85, 0x62, 0xd1, 0xa4, 0x4a, 0x51, 0x83, 0x02, 0x11, 0x9b, 0x02, 0x39, 0x2c, 0x40, 0x3b, 0x16, 0x31, 0xa0, 0x9b, 0xde, 0x14, 0x80, 0x1a, 0x38, 0xc1, 0xa0, 0x08, 0x83, 0xe2, 0x0d, 0x5b, 0x5a, 0xca, 0x99, 0x37, 0xa4, 0xc4, 0xa2, 0x1a, 0x32, 0xb0, 0x35, 0x61, 0x56, 0xd4, 0x2f, 0x36, 0x0e, 0x1e, 0x91, 0x14, 0x0e, 0x1a, 0x99, 0xaa, 0xb8, 0x41, 0x1d, 0x1c, 0x29, 0xaa, 0xae, 0xe5, 0x00, 0x8b, 0x7e, 0xa9, 0xc3, 0xa5, 0x6a, 0xa1, 0x91, 0x2d, 0xa3, 0x66, 0x52, 0x20, 0x62, 0xce, 0x03, 0xe4, 0x25, 0xe0, 0x9f, 0x7e, 0xed, 0x2c, 0x4b, 0x8a, 0xdb, 0xb0, 0xa1, 0x07, 0x7a, 0xe8, 0x86, 0x6b, 0xb1, 0x5b, 0x93, 0x72, 0x65, 0x1a, 0x31, 0x1b, 0x14, 0x4f, 0x61, 0x76, 0x76, 0x16, 0x53, 0x57, 0x52, 0x4d, 0x01, 0xa8, 0x71, 0x18, 0x94, 0x99, 0x62, 0x73, 0x45, 0x16, 0xe7, 0xae, 0x68, 0xca, 0xa3, 0x51, 0x31, 0x19, 0x4e, 0x63, 0x56, 0xc1, 0x1b, 0xe8, 0xe0, 0x43, 0x3d, 0x88, 0x20, 0x40, 0x6e, 0x67, 0x59, 0x04, 0x62, 0xb8, 0x0c, 0x52, 0xcd, 0x83, 0x9a, 0xf9, 0x39, 0xb1, 0x44, 0xa1, 0xf1, 0xd5, 0xce, 0x7a, 0x18, 0xa1, 0xe1, 0xaf, 0x0b, 0x05, 0x9d, 0x5e, 0xb3, 0x65, 0xaa, 0x38, 0x96, 0x61, 0x61, 0x21, 0x45, 0xaf, 0xad, 0x49, 0x81, 0x84, 0x79, 0x80, 0x85, 0xf9, 0x45, 0xb8, 0x7a, 0x65, 0xdc, 0xc8, 0x00, 0xd5, 0x89, 0x91, 0x0c, 0x67, 0x26, 0xc5, 0x19, 0x74, 0x4a, 0xbc, 0x2f, 0x11, 0xeb, 0xfd, 0x42, 0xa1, 0xd0, 0xd9, 0x14, 0x80, 0x1a, 0x51, 0x20, 0x0d, 0xe4, 0x30, 0x28, 0x8f, 0x58, 0xf0, 0x08, 0x10, 0x3a, 0x73, 0xa8, 0xd1, 0xc4, 0x1b, 0xae, 0xeb, 0x6a, 0x37, 0x4e, 0xe5, 0x0b, 0x38, 0x35, 0xb2, 0xfd, 0x1e, 0xf1, 0xa5, 0x26, 0x6e, 0xcd, 0xea, 0x8c, 0xba, 0x68, 0xae, 0x30, 0xa4, 0xd7, 0x4c, 0xaf, 0x17, 0x8d, 0x52, 0x39, 0xd3, 0x6a, 0x61, 0x75, 0x0b, 0x72, 0x3e, 0x5f, 0xa4, 0x80, 0xcf, 0x50, 0xc0, 0xaf, 0x30, 0xd0, 0x2f, 0x2f, 0x67, 0x25, 0x2b, 0x89, 0x4a, 0xc3, 0x19, 0x06, 0xed, 0xde, 0xd0, 0x05, 0x23, 0x5b, 0x86, 0x60, 0x66, 0x7a, 0xce, 0x08, 0x87, 0xea, 0xc4, 0x0a, 0x3d, 0x1b, 0xab, 0xc2, 0x22, 0x66, 0x28, 0xd4, 0xf0, 0xcf, 0x8a, 0xc5, 0xe2, 0x9a, 0x45, 0x82, 0xae, 0xe5, 0x74, 0x68, 0x77, 0x2a, 0xb4, 0xb9, 0xc6, 0x5c, 0xbc, 0x81, 0xfc, 0xc6, 0x99, 0xd6, 0x38, 0x10, 0x24, 0x5e, 0xbe, 0x80, 0xfd, 0xa8, 0x79, 0x6a, 0x69, 0x1b, 0xe8, 0x5a, 0x00, 0xbd, 0x00, 0x8f, 0x78, 0xbd, 0x08, 0x64, 0x2d, 0xc0, 0x79, 0x05, 0x5f, 0xa1, 0x71, 0xfb, 0x02, 0xc6, 0x71, 0x11, 0xac, 0x2b, 0x2b, 0x59, 0xaa, 0xdd, 0x97, 0x60, 0x76, 0x76, 0x11, 0xb2, 0xd9, 0x1c, 0x38, 0x17, 0xf0, 0x88, 0x73, 0x2a, 0xdc, 0xfa, 0xa1, 0x65, 0xc8, 0x66, 0x8b, 0x90, 0x68, 0x35, 0x0a, 0x7a, 0xed, 0x3d, 0xb0, 0x1b, 0x76, 0xef, 0xd5, 0xa1, 0x58, 0x28, 0xb2, 0xfd, 0x63, 0x2d, 0x46, 0x28, 0x9a, 0xf9, 0x01, 0x66, 0x44, 0x4e, 0x33, 0xd3, 0x21, 0x56, 0x56, 0x56, 0xd8, 0xf5, 0x5b, 0x8b, 0x74, 0x88, 0x6b, 0x59, 0x00, 0x5c, 0xab, 0xc1, 0x88, 0x22, 0x0c, 0xca, 0x05, 0x00, 0x03, 0x12, 0x2a, 0x8d, 0xea, 0xd4, 0xe8, 0xdc, 0x84, 0xab, 0xa2, 0x25, 0x1c, 0x48, 0xde, 0x80, 0xd3, 0x04, 0x2e, 0xef, 0xc5, 0xb1, 0x21, 0xe4, 0x44, 0x1b, 0x01, 0x67, 0xd8, 0xc5, 0x2f, 0x14, 0xab, 0x12, 0x30, 0xe3, 0xfa, 0xe8, 0x66, 0x3e, 0xd4, 0x32, 0x03, 0xfd, 0xdc, 0x5c, 0x8a, 0xad, 0x30, 0x33, 0xce, 0x5f, 0x93, 0xc2, 0xc7, 0x1e, 0x64, 0x93, 0x59, 0xcf, 0x62, 0x31, 0xca, 0x68, 0x50, 0x7f, 0x6b, 0xd4, 0x3a, 0x2d, 0x14, 0x84, 0x78, 0x42, 0x5e, 0x47, 0x8d, 0x93, 0x61, 0xd1, 0x68, 0xb4, 0x61, 0x42, 0xa1, 0xd7, 0x3c, 0x05, 0xc2, 0x8b, 0xeb, 0x5a, 0x0f, 0xac, 0xbb, 0x57, 0x83, 0x19, 0xb3, 0xc0, 0x5e, 0xdc, 0xd9, 0x1d, 0x7e, 0x74, 0xcf, 0xec, 0x92, 0x40, 0xc0, 0x39, 0xb5, 0xbd, 0x0a, 0xb0, 0x72, 0x8c, 0x5e, 0xe5, 0x0b, 0xf8, 0x2f, 0x79, 0x74, 0x9f, 0x2f, 0x51, 0x84, 0x67, 0x8d, 0x7d, 0x90, 0xce, 0x4c, 0x4f, 0xcf, 0x53, 0xd0, 0x2f, 0x32, 0x8e, 0x2e, 0x6b, 0x78, 0x4d, 0x72, 0x8e, 0x55, 0xc0, 0xb7, 0x43, 0xce, 0xf8, 0xdd, 0x28, 0x53, 0x26, 0xfd, 0xfd, 0xad, 0xbe, 0x49, 0x71, 0x9c, 0x0a, 0xb1, 0xff, 0xb3, 0x01, 0xf2, 0x81, 0xae, 0x69, 0x0a, 0xe4, 0xb5, 0x1e, 0x58, 0xa2, 0x40, 0x69, 0x4e, 0x81, 0x34, 0x2b, 0x3c, 0xea, 0x9c, 0xb5, 0xf5, 0x8a, 0xa4, 0xa8, 0xd3, 0x1b, 0x64, 0x8d, 0x2e, 0x88, 0x84, 0xeb, 0x7b, 0xfe, 0x13, 0x66, 0xe0, 0x31, 0xa1, 0xa5, 0x06, 0xba, 0xbd, 0xbf, 0xee, 0x41, 0xe5, 0x34, 0x2b, 0x04, 0x8c, 0x9a, 0x7e, 0x66, 0x66, 0x81, 0x0a, 0x7f, 0x46, 0x41, 0x6b, 0x34, 0x45, 0x40, 0xc1, 0x1b, 0xfc, 0x86, 0x1f, 0x80, 0x39, 0x3e, 0x2d, 0x46, 0x42, 0x9c, 0xf9, 0xbb, 0x98, 0x08, 0x77, 0xf9, 0xd2, 0x15, 0x88, 0x51, 0x6d, 0xdf, 0xde, 0xd1, 0x0e, 0x9d, 0x5d, 0x1d, 0x90, 0x6c, 0x6b, 0x35, 0xf3, 0xb0, 0x4c, 0xc1, 0xd1, 0xe4, 0x85, 0xf1, 0x6b, 0x31, 0x17, 0x70, 0x2d, 0x5b, 0x80, 0x2e, 0x0e, 0x76, 0x63, 0x22, 0x4c, 0x9c, 0x09, 0x16, 0xc2, 0xa0, 0x29, 0x2e, 0x00, 0xc4, 0x0a, 0x63, 0x32, 0xba, 0x14, 0x98, 0xe3, 0xe3, 0x04, 0xb3, 0xdb, 0x72, 0x54, 0xe2, 0x0b, 0xb8, 0x43, 0xa2, 0x9a, 0x52, 0x40, 0xd4, 0x93, 0x55, 0xde, 0x02, 0x89, 0xce, 0xec, 0xe4, 0xe4, 0x9c, 0xa5, 0xed, 0x71, 0x5f, 0x99, 0xcb, 0x6b, 0x01, 0x51, 0x35, 0xef, 0x7d, 0x54, 0xa1, 0xd0, 0x63, 0x2f, 0xfd, 0x04, 0x72, 0xf9, 0x3c, 0xf4, 0xf5, 0xf5, 0x41, 0x6b, 0x32, 0x69, 0x44, 0x81, 0x8a, 0x46, 0x24, 0x48, 0x14, 0xba, 0xa6, 0x05, 0xa8, 0xdd, 0xe8, 0x90, 0x2a, 0x2d, 0x3b, 0x27, 0xc2, 0xcc, 0x30, 0xa8, 0x98, 0x07, 0x24, 0xc6, 0xfe, 0xbd, 0x52, 0x05, 0x82, 0x9d, 0x57, 0x1b, 0x28, 0xfe, 0x7c, 0x5f, 0x0b, 0x0c, 0x69, 0x86, 0x5f, 0xec, 0x4e, 0x3c, 0xe9, 0x13, 0x56, 0xa5, 0x40, 0x9a, 0x33, 0x3b, 0xbb, 0x60, 0x85, 0x78, 0x39, 0xf0, 0xed, 0x4b, 0x12, 0xa6, 0x48, 0xb0, 0xe6, 0x49, 0x87, 0x2c, 0x01, 0x10, 0x42, 0xa1, 0x9b, 0x36, 0x0f, 0xc2, 0xc5, 0x0b, 0x97, 0x59, 0xf1, 0x31, 0x1d, 0x23, 0x41, 0x98, 0x14, 0x67, 0x45, 0x83, 0x88, 0x49, 0x9d, 0x22, 0x4d, 0x1f, 0xa0, 0x16, 0xe3, 0xe8, 0xd1, 0xa3, 0x6d, 0xf4, 0xa2, 0xc6, 0xf8, 0xcd, 0x8e, 0xc5, 0x62, 0x32, 0xa5, 0xc1, 0x45, 0x2f, 0x40, 0x1c, 0x14, 0x48, 0x04, 0xb8, 0x31, 0x1f, 0xc0, 0xc3, 0x87, 0x5e, 0xbe, 0x80, 0xad, 0xd1, 0xb5, 0xb2, 0xa3, 0x3b, 0xa2, 0x0f, 0x10, 0x1c, 0xc1, 0x51, 0x7d, 0xa6, 0x0e, 0xc5, 0x72, 0x21, 0x40, 0xe0, 0xcf, 0xcc, 0xcc, 0xb3, 0x48, 0x8e, 0x13, 0xf8, 0x4e, 0xad, 0xaf, 0x69, 0xfe, 0xc0, 0xf7, 0xa7, 0x43, 0x60, 0xe5, 0x03, 0x2d, 0x09, 0xa1, 0xd0, 0x1d, 0xbb, 0xb7, 0xc1, 0xe6, 0x91, 0x4d, 0xc6, 0xb2, 0xc8, 0x48, 0x14, 0x12, 0xad, 0x09, 0x7a, 0x8d, 0xe5, 0x65, 0x91, 0xdc, 0x07, 0x58, 0xcb, 0x65, 0x91, 0xd7, 0xa4, 0x00, 0xf4, 0xf4, 0xf4, 0x74, 0xe6, 0xf3, 0x3c, 0xc1, 0xad, 0xc5, 0x91, 0x0a, 0x4d, 0xa4, 0x55, 0x4a, 0xe2, 0x7a, 0x60, 0x9e, 0xa6, 0xe0, 0x8c, 0xca, 0xc8, 0xbe, 0x00, 0x84, 0xd6, 0xe8, 0xf8, 0xda, 0xcd, 0xf7, 0xbd, 0x53, 0x0b, 0xbc, 0x23, 0x38, 0xf6, 0x3a, 0x5c, 0x31, 0x6c, 0xa9, 0x12, 0x1e, 0xd4, 0xb0, 0x93, 0x93, 0x86, 0xc6, 0x17, 0x80, 0x55, 0x01, 0xb0, 0xb5, 0x00, 0x3a, 0x64, 0xef, 0x63, 0xa5, 0x43, 0x50, 0x01, 0x10, 0xaf, 0x6d, 0x2b, 0x05, 0x7d, 0x6b, 0x22, 0xe1, 0xb0, 0x6e, 0xf6, 0x82, 0xa3, 0x88, 0x16, 0xb1, 0x22, 0x42, 0xcd, 0x30, 0x68, 0x15, 0xc7, 0xca, 0xca, 0x4a, 0x27, 0xcb, 0x3d, 0x51, 0x45, 0x80, 0x7c, 0x32, 0x41, 0x45, 0x2a, 0xa1, 0x8a, 0xa1, 0xab, 0x00, 0xc7, 0x3f, 0xe3, 0x1a, 0xdd, 0x06, 0x9d, 0xd7, 0x0a, 0x31, 0xb5, 0x80, 0xf9, 0xcd, 0x3f, 0xc8, 0xd4, 0x8c, 0xb8, 0xb4, 0x3d, 0xdf, 0x3f, 0x95, 0x5a, 0x86, 0xb1, 0xb1, 0x69, 0xab, 0x50, 0x56, 0x18, 0xe0, 0xfb, 0x01, 0xdb, 0xdf, 0x27, 0xd0, 0xdc, 0x14, 0x28, 0x9d, 0x17, 0x0d, 0xad, 0x72, 0xb0, 0x35, 0x01, 0x3c, 0x23, 0xb4, 0x69, 0x01, 0x6a, 0x33, 0x28, 0xf8, 0xe5, 0x39, 0x80, 0x88, 0x7a, 0x3d, 0x30, 0xd7, 0x5a, 0x86, 0x00, 0x78, 0x6b, 0x61, 0x95, 0xb6, 0x0e, 0x97, 0x4a, 0x1c, 0x96, 0xe2, 0xa8, 0x05, 0xc4, 0x06, 0xba, 0x6d, 0x5d, 0x9c, 0xe5, 0x58, 0xf0, 0x35, 0x4e, 0x56, 0x8d, 0x8f, 0xcf, 0xb2, 0xb0, 0xa6, 0x13, 0x9c, 0xd5, 0xe2, 0xf9, 0x7e, 0x96, 0x83, 0xa7, 0x43, 0x58, 0x3e, 0x80, 0x79, 0x7a, 0x73, 0xb3, 0xf3, 0x2c, 0x1a, 0xd4, 0x9a, 0x68, 0x85, 0xb6, 0xf6, 0x24, 0xa5, 0x41, 0x76, 0x15, 0x08, 0x02, 0xf6, 0x9a, 0x00, 0x6e, 0x01, 0xd6, 0x62, 0x55, 0xd8, 0xb5, 0xea, 0x04, 0x7b, 0xcf, 0x01, 0x38, 0x2c, 0x00, 0xbf, 0x69, 0x06, 0x05, 0x52, 0x39, 0xbd, 0xaa, 0xd5, 0x52, 0x4e, 0x0d, 0xef, 0xa6, 0x23, 0x06, 0x25, 0x52, 0x03, 0xbf, 0x9c, 0x79, 0x01, 0xdb, 0xa1, 0x96, 0x7d, 0x01, 0xbe, 0xff, 0xec, 0x6c, 0x0a, 0xa6, 0xa6, 0xe6, 0xa5, 0xca, 0xcb, 0xab, 0x05, 0xb6, 0x7a, 0x5f, 0xcd, 0x47, 0xe1, 0x08, 0xca, 0xc4, 0x3c, 0xef, 0x2b, 0xa3, 0x63, 0x70, 0xe6, 0xd4, 0x39, 0xe8, 0xee, 0xe9, 0x66, 0x09, 0x71, 0x11, 0x96, 0x3a, 0x1d, 0x61, 0x33, 0xc3, 0x3e, 0x19, 0xa1, 0x4d, 0x0a, 0x54, 0x2d, 0x01, 0xf0, 0xac, 0x09, 0xea, 0x5c, 0x0e, 0x99, 0x16, 0x29, 0x90, 0x9b, 0xde, 0xa8, 0xa8, 0x8c, 0x77, 0xee, 0x8e, 0x1c, 0xaf, 0x37, 0xf6, 0xd3, 0x94, 0x1a, 0xdd, 0x19, 0xaf, 0x57, 0x2d, 0x6f, 0x14, 0xa3, 0x40, 0xce, 0xa8, 0xd4, 0xca, 0x4a, 0x11, 0x26, 0x26, 0x66, 0xe8, 0x63, 0x6e, 0x15, 0x3c, 0xdf, 0x1b, 0xd8, 0xf2, 0xbe, 0x5a, 0x80, 0xc5, 0x35, 0x4e, 0x2c, 0x25, 0x84, 0x41, 0x39, 0xb7, 0x2f, 0x15, 0x8b, 0x8c, 0xf6, 0xf0, 0x25, 0x92, 0x46, 0x18, 0x94, 0x47, 0x81, 0x34, 0xc9, 0x02, 0xac, 0xdb, 0x28, 0xd0, 0x43, 0x0f, 0x3d, 0xf4, 0x26, 0xfa, 0x0f, 0xbc, 0x99, 0x3e, 0xdd, 0x4e, 0x6f, 0x44, 0xcf, 0x5a, 0xa3, 0x9f, 0x9e, 0xcb, 0x56, 0xa3, 0xba, 0x03, 0xa1, 0x26, 0x38, 0x03, 0xdf, 0xff, 0xb7, 0xef, 0x5b, 0xdd, 0x61, 0xf0, 0x06, 0x14, 0x0a, 0x39, 0x4b, 0xeb, 0xdc, 0x73, 0x4f, 0x94, 0xbe, 0x6e, 0x63, 0x75, 0x41, 0x13, 0x89, 0x98, 0x2b, 0xb4, 0xe8, 0x7c, 0xee, 0x0e, 0x3d, 0xba, 0x3f, 0x33, 0xa2, 0x2e, 0x5e, 0x9f, 0x6b, 0xae, 0x63, 0x3b, 0x33, 0x42, 0x8d, 0x08, 0x14, 0x11, 0x8e, 0x25, 0x8f, 0x5c, 0x2e, 0x4f, 0x1d, 0xcc, 0x02, 0x74, 0x77, 0xb7, 0xd1, 0xef, 0xb6, 0xb1, 0x3c, 0x1c, 0x5c, 0xd8, 0x3f, 0x3d, 0x9d, 0xa5, 0x9f, 0xe9, 0x21, 0x81, 0x5d, 0x1e, 0xcf, 0xf7, 0xb3, 0x1c, 0x3c, 0xc8, 0x26, 0x86, 0x41, 0x37, 0x0f, 0x0d, 0x42, 0x7b, 0x47, 0x12, 0x16, 0xe6, 0x53, 0x4c, 0xcb, 0x63, 0x57, 0x98, 0xb8, 0x23, 0x20, 0x81, 0xe9, 0xe7, 0x8e, 0x89, 0xb0, 0xf5, 0x25, 0x00, 0x8f, 0x3c, 0xf2, 0xc8, 0x6d, 0x14, 0x68, 0x7f, 0x45, 0x9f, 0xde, 0x1c, 0xee, 0x62, 0xd5, 0x1c, 0xf8, 0xd6, 0x23, 0x9e, 0x0f, 0x6e, 0x98, 0x68, 0x35, 0x3a, 0x3a, 0xea, 0xd9, 0xb6, 0xf3, 0xc0, 0x01, 0xd4, 0x54, 0x51, 0xc5, 0xe7, 0x22, 0x50, 0x35, 0x05, 0xe0, 0x35, 0xc5, 0x7e, 0xe1, 0x3f, 0x5f, 0x4d, 0xeb, 0xd1, 0xb6, 0xb6, 0x28, 0xab, 0x0e, 0xed, 0xdc, 0xaf, 0x54, 0xea, 0xa0, 0x4e, 0x70, 0x0e, 0xce, 0x9e, 0x4d, 0x43, 0xb1, 0x48, 0x56, 0x0d, 0xec, 0xb0, 0x96, 0x03, 0xd3, 0x48, 0xc4, 0x88, 0x1a, 0x0f, 0x85, 0x62, 0x61, 0x5c, 0xdc, 0x9c, 0x8d, 0x37, 0xc4, 0x75, 0xc1, 0x8e, 0x89, 0xb0, 0xf5, 0x43, 0x81, 0xb0, 0xf9, 0x34, 0x05, 0xff, 0xb7, 0xe8, 0xd3, 0x44, 0xa3, 0x00, 0x3f, 0x2c, 0x80, 0x56, 0xfb, 0x9d, 0x06, 0xea, 0xb5, 0x2b, 0x3d, 0x47, 0x4a, 0x31, 0x3c, 0x9c, 0x80, 0xae, 0xae, 0x28, 0xbc, 0xfc, 0x72, 0x4a, 0x21, 0x04, 0x41, 0xa0, 0xae, 0x8c, 0x12, 0x71, 0x01, 0x58, 0x4a, 0x15, 0x2d, 0x90, 0x7b, 0x45, 0x83, 0x6c, 0x1f, 0xcc, 0x38, 0x5f, 0x1e, 0xad, 0x5b, 0x57, 0x16, 0xe0, 0x8f, 0xfe, 0xe8, 0x8f, 0xba, 0xe9, 0xc3, 0xff, 0x15, 0xc1, 0xbf, 0x71, 0xe3, 0x46, 0x6c, 0x4b, 0x6a, 0xad, 0xf2, 0x59, 0x0b, 0xad, 0xef, 0x27, 0x18, 0x41, 0xdf, 0x51, 0xf5, 0xe5, 0x0d, 0x3a, 0x66, 0xd8, 0xdf, 0xac, 0xc5, 0x71, 0xc4, 0xe7, 0x48, 0xf3, 0x2e, 0x5d, 0xba, 0x04, 0xf3, 0xf3, 0xf3, 0xec, 0x75, 0x47, 0x47, 0x14, 0xf6, 0xef, 0xef, 0x80, 0x13, 0x27, 0xd2, 0xbe, 0xc0, 0x2e, 0x87, 0xe7, 0xfb, 0x59, 0x0e, 0x4e, 0x81, 0xd0, 0x9f, 0xf2, 0x03, 0xbf, 0xe5, 0x83, 0x99, 0xa5, 0x51, 0xd0, 0x31, 0x76, 0x38, 0xc1, 0x1d, 0xa0, 0x2a, 0x48, 0xd4, 0x68, 0x02, 0x40, 0xf9, 0xdc, 0xaf, 0xd1, 0x87, 0x3e, 0xfe, 0xfa, 0xd0, 0xa1, 0x43, 0x70, 0xc3, 0x0d, 0x07, 0x19, 0xcf, 0x8e, 0x98, 0x1d, 0x40, 0xaa, 0x04, 0xef, 0x8a, 0x3e, 0x72, 0x69, 0xa1, 0x32, 0x7f, 0x8a, 0xac, 0xf2, 0xfa, 0x07, 0x37, 0xbb, 0xa8, 0xac, 0x7d, 0xa4, 0x57, 0x3f, 0x2e, 0x5c, 0x50, 0xb2, 0xb4, 0xb4, 0x04, 0xdf, 0xfd, 0xee, 0xb3, 0x70, 0xfa, 0xf4, 0x69, 0xf6, 0x76, 0x5f, 0x5f, 0x8c, 0x5a, 0x82, 0x18, 0x7d, 0x5f, 0x0f, 0x00, 0x75, 0x18, 0xf0, 0xfb, 0x5b, 0x0e, 0xbe, 0xe2, 0x74, 0x79, 0xb9, 0xc4, 0xaa, 0x6a, 0x44, 0x23, 0xde, 0xc7, 0x43, 0x47, 0x98, 0x08, 0xa5, 0x5c, 0xf8, 0xaa, 0x30, 0xd3, 0x67, 0x8b, 0xbe, 0xff, 0xfd, 0xef, 0x6f, 0xfb, 0xe2, 0x17, 0xbf, 0x98, 0x69, 0x68, 0x01, 0xa0, 0x9a, 0xe0, 0xed, 0x5c, 0x6a, 0x87, 0x87, 0x87, 0xe1, 0xf0, 0xe1, 0x9b, 0x58, 0xc6, 0x5f, 0x95, 0x75, 0x7b, 0x15, 0x80, 0x56, 0xfd, 0xdf, 0x0c, 0xdc, 0xab, 0xce, 0xcd, 0xa7, 0xad, 0xb0, 0x57, 0x67, 0x07, 0xbc, 0xe5, 0x2d, 0x6f, 0x86, 0xf1, 0xf1, 0x71, 0x48, 0xa5, 0x8c, 0x55, 0x85, 0xfd, 0xfd, 0x71, 0xaa, 0x95, 0x73, 0xab, 0xe0, 0xf9, 0x61, 0x2c, 0x87, 0xb1, 0x4f, 0x24, 0x42, 0x58, 0x99, 0xf4, 0x34, 0x75, 0xc6, 0xbb, 0xbb, 0x5b, 0x7c, 0xff, 0x07, 0x04, 0x7b, 0xc4, 0x5c, 0x67, 0x60, 0x2c, 0xac, 0x8f, 0x5a, 0x49, 0x72, 0xd9, 0x6c, 0x16, 0x69, 0x50, 0x63, 0x0b, 0x00, 0x05, 0xff, 0x2e, 0xfe, 0x1c, 0x05, 0xc0, 0xb9, 0xd8, 0xb9, 0xe6, 0x40, 0x24, 0xb5, 0xc0, 0xd9, 0xfa, 0x6c, 0x3e, 0x2d, 0xa2, 0xb2, 0xa7, 0xa7, 0x07, 0xb6, 0x6e, 0xdd, 0x0a, 0xc7, 0x8f, 0x1f, 0x67, 0xb4, 0x22, 0x99, 0xd4, 0xca, 0x9a, 0x0d, 0x2e, 0x87, 0x12, 0x39, 0x2d, 0x07, 0xfa, 0x01, 0xa5, 0x92, 0xc6, 0xd6, 0x57, 0x38, 0x05, 0xc0, 0x49, 0x8b, 0x58, 0x59, 0x9a, 0x28, 0x58, 0xa1, 0x50, 0xa4, 0xcd, 0xb9, 0x1c, 0x2f, 0x4e, 0x10, 0x41, 0x47, 0x78, 0xa2, 0xd1, 0x9d, 0xe0, 0x5e, 0x8b, 0xb4, 0x75, 0x74, 0x48, 0x0b, 0xce, 0x33, 0x2b, 0x69, 0x57, 0xac, 0xbd, 0x8a, 0xdc, 0x21, 0x1c, 0x45, 0x21, 0x21, 0x31, 0x29, 0xc5, 0xfd, 0x89, 0xaf, 0x96, 0xad, 0x76, 0x7b, 0xd1, 0x6a, 0x81, 0x3f, 0x1e, 0x4f, 0x40, 0x7b, 0x9b, 0xd1, 0x07, 0x04, 0x39, 0x75, 0x6f, 0x6f, 0x2f, 0xd8, 0x73, 0x20, 0x9a, 0x67, 0x02, 0x5c, 0x35, 0x28, 0x91, 0x78, 0x68, 0xa4, 0x41, 0x88, 0xe1, 0xb4, 0xa3, 0x48, 0xae, 0xca, 0x27, 0x60, 0xeb, 0x82, 0x81, 0xaf, 0x0a, 0x93, 0x67, 0x83, 0xa9, 0x35, 0xa8, 0xab, 0x23, 0x5c, 0xb6, 0x00, 0x60, 0xed, 0x16, 0x8c, 0xc4, 0x09, 0xfe, 0x80, 0xab, 0x01, 0x75, 0x25, 0x02, 0xd0, 0x70, 0xfd, 0x77, 0xcb, 0x04, 0xff, 0x5a, 0xf5, 0xdf, 0x6d, 0xd3, 0xdb, 0x6d, 0x01, 0xd0, 0xe4, 0xb0, 0xa2, 0xe1, 0xd3, 0x6b, 0x21, 0x41, 0xad, 0x06, 0x76, 0x58, 0x4a, 0x64, 0x64, 0x84, 0x46, 0xa4, 0xb9, 0x00, 0xe2, 0xa1, 0x89, 0x74, 0xb1, 0x44, 0x62, 0x74, 0x6d, 0x4b, 0x24, 0x96, 0x2d, 0x00, 0x54, 0xc3, 0x74, 0x50, 0xbe, 0x16, 0xb1, 0x35, 0x50, 0x5c, 0xba, 0x28, 0x22, 0xf8, 0x9f, 0xfd, 0xee, 0x18, 0xfc, 0xe0, 0xfb, 0xe3, 0x1e, 0x91, 0x83, 0x08, 0xb4, 0xb7, 0xc7, 0xc2, 0x01, 0xd6, 0xd7, 0x21, 0x8f, 0xb2, 0x85, 0xd8, 0x4e, 0x8d, 0x5e, 0x2e, 0x9d, 0x69, 0x6b, 0x6b, 0x81, 0x96, 0x98, 0x16, 0xde, 0xd2, 0x78, 0x04, 0x3b, 0xba, 0xba, 0xe2, 0x32, 0x80, 0x2a, 0xe8, 0xce, 0x8e, 0x85, 0xa4, 0x3a, 0x3b, 0x5b, 0x60, 0xef, 0xbe, 0x1e, 0xab, 0xea, 0x82, 0x97, 0x80, 0xe8, 0x8a, 0x92, 0xe3, 0x1c, 0x4c, 0x28, 0x00, 0xe5, 0x2e, 0x6f, 0xf4, 0xe3, 0xf9, 0xbe, 0x40, 0xb2, 0x22, 0x41, 0x05, 0x5f, 0xf0, 0xb3, 0xb7, 0xf8, 0x9a, 0x00, 0xe2, 0xce, 0x07, 0x82, 0x3a, 0xcf, 0x05, 0x94, 0x2d, 0x00, 0xc5, 0x62, 0x51, 0x2a, 0x38, 0x25, 0x77, 0x5e, 0x91, 0xff, 0xdb, 0xef, 0x3c, 0x73, 0x05, 0xfe, 0xe6, 0xf3, 0x27, 0xa1, 0x39, 0x2a, 0x1b, 0x1f, 0x7a, 0xf0, 0x10, 0xfc, 0x97, 0x0f, 0x1f, 0x0a, 0x6c, 0x3e, 0xcd, 0x07, 0x6f, 0x3b, 0x64, 0xd3, 0x09, 0x70, 0x2d, 0x6a, 0x5f, 0x4d, 0xda, 0xb3, 0x9f, 0x55, 0xe0, 0x02, 0x90, 0x12, 0x53, 0xa2, 0x89, 0x4f, 0x24, 0x88, 0x2f, 0x56, 0x72, 0xe4, 0x03, 0xd5, 0x7b, 0x2e, 0xa0, 0x6c, 0x01, 0x40, 0x13, 0xc5, 0xf3, 0x3c, 0x02, 0x53, 0x8d, 0xcd, 0x3c, 0x9b, 0x8d, 0x1b, 0xd3, 0xd4, 0x21, 0xcb, 0xb9, 0x2e, 0x1a, 0x9f, 0xcd, 0x0c, 0x3b, 0x72, 0xb9, 0x82, 0x82, 0x3a, 0x45, 0xca, 0x3e, 0x8e, 0xfa, 0xff, 0x8a, 0xb0, 0x94, 0x02, 0x55, 0xea, 0x41, 0x79, 0xc7, 0x89, 0x86, 0xa4, 0x1b, 0x7e, 0xc7, 0xc0, 0x0e, 0xea, 0x49, 0xb8, 0x74, 0x31, 0x1d, 0xae, 0xf9, 0xb4, 0x87, 0x05, 0x30, 0x04, 0x40, 0xab, 0x90, 0xe7, 0x8b, 0xf4, 0x29, 0x98, 0x12, 0x59, 0xe9, 0x10, 0xa9, 0x7c, 0xa0, 0xcf, 0x23, 0x59, 0x2d, 0x4d, 0x5b, 0xd3, 0x8c, 0xd0, 0xb2, 0x05, 0xc0, 0xf4, 0xd2, 0x6d, 0x01, 0xf0, 0x49, 0x35, 0xe6, 0xeb, 0x6d, 0xef, 0xba, 0x6b, 0x33, 0x1c, 0x38, 0xb0, 0xc1, 0xa7, 0xf7, 0x96, 0xba, 0xd6, 0xa5, 0xea, 0x33, 0x55, 0xf5, 0x32, 0xe7, 0xeb, 0x7a, 0xf6, 0xf8, 0x2a, 0xa7, 0x23, 0x0c, 0xaf, 0x8e, 0xa6, 0x3a, 0x0e, 0x7f, 0x6f, 0x71, 0x71, 0x09, 0x9e, 0x7a, 0xea, 0x02, 0xcc, 0xce, 0xee, 0x91, 0x9a, 0x4e, 0x20, 0xf0, 0x59, 0xbd, 0x9e, 0xb9, 0x05, 0xca, 0x9b, 0xa3, 0xac, 0xea, 0x5a, 0x32, 0x99, 0x64, 0xab, 0xad, 0x44, 0x30, 0xc9, 0x8d, 0xe7, 0xc0, 0xac, 0x76, 0x57, 0x2e, 0xb0, 0xcb, 0xa7, 0x44, 0x16, 0x05, 0x5a, 0x2a, 0xf8, 0x16, 0xc8, 0xb5, 0xac, 0x96, 0xd5, 0x69, 0x32, 0x2a, 0xcd, 0x06, 0x37, 0x3c, 0x05, 0x42, 0x2f, 0x9d, 0x4b, 0xb0, 0x5f, 0xd1, 0x59, 0x26, 0x00, 0x8e, 0xb2, 0xe3, 0xab, 0x69, 0xe8, 0x66, 0x6b, 0x8f, 0xb5, 0x01, 0x7a, 0x35, 0x7a, 0x7c, 0x69, 0x56, 0x15, 0x04, 0xef, 0xef, 0x19, 0x2b, 0xd8, 0xe4, 0xce, 0x8b, 0xac, 0x84, 0xe3, 0x52, 0x1a, 0x7e, 0xf4, 0x83, 0x97, 0xd9, 0x2a, 0xab, 0xde, 0xbe, 0x5e, 0x96, 0x4c, 0x6a, 0x74, 0x68, 0xd1, 0x1c, 0x3e, 0x51, 0x42, 0x52, 0x1c, 0x28, 0x00, 0xaa, 0x05, 0xf6, 0xde, 0x3e, 0x41, 0x65, 0x94, 0xc8, 0xe9, 0x03, 0x78, 0x46, 0xb4, 0x88, 0x5c, 0x9d, 0x9b, 0x3b, 0xc1, 0xc2, 0x39, 0x37, 0x3e, 0x05, 0x92, 0x6f, 0x96, 0xe6, 0xe9, 0x03, 0xa4, 0xa5, 0xc6, 0x13, 0x7a, 0x0d, 0x80, 0xee, 0x67, 0x39, 0xca, 0x07, 0x7a, 0xfd, 0x7a, 0x7c, 0x79, 0x97, 0x55, 0x47, 0x40, 0x63, 0xa1, 0x5e, 0xae, 0x4d, 0x6d, 0x67, 0xd7, 0x28, 0xca, 0x55, 0x2c, 0x96, 0x40, 0x2f, 0xea, 0x76, 0x4a, 0x81, 0x19, 0x44, 0xe0, 0xa5, 0x1f, 0x71, 0x36, 0xde, 0xa8, 0x6a, 0x61, 0x0b, 0x00, 0xc6, 0xe7, 0x57, 0xcf, 0xf3, 0xfd, 0x2d, 0x07, 0xaf, 0x74, 0xee, 0xec, 0x15, 0xa6, 0x72, 0x88, 0xc5, 0xd2, 0x94, 0x8a, 0xd2, 0x28, 0x8d, 0x2d, 0x00, 0x58, 0x74, 0x56, 0x5e, 0x6d, 0x15, 0x51, 0x72, 0x3b, 0xd1, 0x02, 0xf0, 0xf5, 0xb6, 0x95, 0x00, 0xbd, 0x12, 0xaa, 0xe3, 0x04, 0x79, 0x23, 0x02, 0xdd, 0xd9, 0xcc, 0x4e, 0x6c, 0x1c, 0x61, 0xd5, 0xdc, 0x17, 0x28, 0x10, 0xf6, 0xd9, 0x7a, 0xfd, 0x1b, 0x6f, 0x83, 0xc9, 0xf1, 0x29, 0x68, 0x89, 0xb5, 0x30, 0xa0, 0x33, 0x0b, 0x1c, 0x35, 0xca, 0x0d, 0x6a, 0x26, 0x15, 0xe2, 0xa1, 0xd0, 0x6c, 0x36, 0x6b, 0x09, 0x40, 0x50, 0xf6, 0x67, 0x70, 0x76, 0x68, 0xb0, 0xe5, 0xe0, 0x55, 0x35, 0x9c, 0x16, 0x40, 0xe5, 0x10, 0x8b, 0x4c, 0x21, 0x62, 0x36, 0xd1, 0x5b, 0x37, 0x02, 0xe0, 0x2a, 0x3a, 0xeb, 0x67, 0x01, 0xcc, 0xe6, 0x73, 0x48, 0x81, 0xe4, 0x1c, 0xf9, 0xfa, 0x00, 0xbd, 0x76, 0xcd, 0xec, 0x2a, 0x05, 0x7a, 0x70, 0x5b, 0x25, 0x8c, 0xda, 0xd8, 0x16, 0x40, 0x5e, 0x63, 0xdb, 0xd1, 0xde, 0x0e, 0x1d, 0x42, 0xe7, 0x15, 0x9b, 0x53, 0x13, 0xab, 0x23, 0x38, 0x77, 0x84, 0x51, 0x00, 0x8c, 0x48, 0x90, 0xe6, 0xbb, 0x52, 0xac, 0x52, 0x4a, 0xe4, 0x9c, 0x35, 0xb6, 0x2c, 0x80, 0x33, 0x23, 0x54, 0x95, 0x10, 0x47, 0x88, 0xe4, 0x03, 0xf0, 0x48, 0xe2, 0xba, 0x08, 0x83, 0x3a, 0xeb, 0xee, 0x7b, 0xfa, 0x00, 0xc4, 0x59, 0x71, 0x41, 0xaf, 0x2b, 0xd0, 0x83, 0x7b, 0x7c, 0x41, 0x00, 0x5d, 0xf2, 0xfe, 0x9e, 0x1b, 0xe8, 0x1a, 0xc8, 0x55, 0xa0, 0xfd, 0xda, 0x2a, 0xf9, 0x0b, 0x8d, 0x91, 0x22, 0x6c, 0xfc, 0x43, 0x99, 0x0c, 0xd6, 0xd3, 0x21, 0x2e, 0x9e, 0xef, 0x0a, 0x85, 0xe2, 0x05, 0x88, 0x82, 0x64, 0x01, 0xfc, 0x23, 0x41, 0xd5, 0x5f, 0x18, 0x8f, 0x4a, 0x8e, 0x09, 0x40, 0x3a, 0x38, 0x0c, 0xca, 0x23, 0x57, 0x84, 0xfd, 0xbf, 0x91, 0x35, 0x5d, 0x18, 0x5f, 0x49, 0x14, 0x48, 0x6e, 0x3d, 0xe4, 0xd1, 0x7f, 0x17, 0xbb, 0xae, 0x60, 0xb5, 0x60, 0xe3, 0xa6, 0x82, 0xe4, 0x04, 0xaf, 0x0f, 0xa0, 0x6b, 0x1e, 0x0d, 0x2c, 0x88, 0xa2, 0xae, 0x3f, 0x51, 0x9c, 0xa7, 0x5c, 0x4a, 0x3d, 0xac, 0x73, 0x6d, 0x50, 0x20, 0xc3, 0x0a, 0x60, 0x48, 0x15, 0x95, 0x08, 0x4e, 0xae, 0x89, 0xc0, 0xe7, 0xbd, 0x8c, 0x51, 0x30, 0x78, 0xc5, 0x65, 0x11, 0x94, 0xce, 0xd9, 0xe0, 0x72, 0x2a, 0xc0, 0x95, 0x4b, 0x89, 0xec, 0x5a, 0xff, 0x9a, 0x44, 0x7b, 0xfd, 0xc2, 0xa0, 0x25, 0x9e, 0x11, 0xca, 0x9a, 0x6d, 0xcb, 0xa5, 0x51, 0xd6, 0xc3, 0x3c, 0x80, 0xdc, 0x7c, 0xce, 0x11, 0x06, 0xe5, 0x80, 0xe4, 0xf1, 0x60, 0xbc, 0x91, 0xb1, 0x58, 0x54, 0xaa, 0x09, 0x59, 0x39, 0xd0, 0xc3, 0x3b, 0xb9, 0xde, 0xc2, 0xa6, 0xf9, 0xac, 0xe7, 0x15, 0xbf, 0xaf, 0xfb, 0x34, 0xb0, 0x00, 0x05, 0xd0, 0xbd, 0x5a, 0x19, 0xa9, 0xfb, 0xf0, 0x7a, 0x95, 0x31, 0x34, 0x42, 0x97, 0xb6, 0x00, 0x60, 0x28, 0x99, 0x0b, 0xc0, 0xcc, 0xcc, 0x1c, 0x5c, 0xbe, 0x38, 0xca, 0x22, 0x3d, 0x3d, 0x3d, 0xdd, 0xac, 0xde, 0x66, 0x5b, 0x5b, 0x52, 0xee, 0xbd, 0x15, 0x91, 0x43, 0xa1, 0x06, 0xb6, 0xb4, 0x2a, 0xad, 0x02, 0xf3, 0x16, 0x20, 0xc9, 0x09, 0xf6, 0x9d, 0x40, 0x27, 0x56, 0x65, 0x3e, 0xa3, 0xcf, 0x58, 0x74, 0x4d, 0xeb, 0x83, 0x56, 0xe2, 0x04, 0x7b, 0xfa, 0x00, 0xba, 0x5e, 0x12, 0x22, 0x40, 0x05, 0xf3, 0x06, 0xe8, 0x0e, 0xeb, 0x50, 0x3b, 0xa0, 0xfb, 0x77, 0x5a, 0xb1, 0x6f, 0x81, 0x0c, 0xdc, 0xe0, 0x2e, 0x8f, 0xce, 0xd6, 0x40, 0x7e, 0x96, 0xc3, 0xdd, 0x90, 0x82, 0x84, 0xea, 0x20, 0x29, 0x7e, 0xdf, 0x08, 0x6f, 0x96, 0x2c, 0x4a, 0xc1, 0x63, 0xe7, 0xc7, 0x8f, 0x9d, 0x60, 0x73, 0x09, 0xfd, 0x03, 0x7d, 0x42, 0xd7, 0x15, 0x73, 0x6e, 0x81, 0xd8, 0x59, 0xf6, 0xb2, 0x05, 0x20, 0xd2, 0x6c, 0x70, 0xad, 0x16, 0xc6, 0x8b, 0xf3, 0x00, 0x5e, 0x15, 0x2a, 0x38, 0x35, 0x22, 0xa6, 0x3f, 0x48, 0x4c, 0x27, 0x58, 0xb4, 0x00, 0x0d, 0x1f, 0x06, 0x05, 0x67, 0xe3, 0x09, 0x76, 0x71, 0xdd, 0x2b, 0xac, 0xb8, 0x29, 0x34, 0x8a, 0xce, 0x7a, 0x85, 0x30, 0x83, 0x81, 0xae, 0x2e, 0x15, 0xee, 0xad, 0x91, 0xdd, 0xf5, 0x7b, 0xec, 0x16, 0x43, 0x5e, 0x13, 0x50, 0xde, 0x0e, 0xb0, 0x28, 0xac, 0xce, 0x1e, 0x5d, 0x6e, 0x21, 0x70, 0xfb, 0x02, 0x2a, 0xa0, 0x6b, 0xca, 0x26, 0x7b, 0xa2, 0x55, 0x32, 0x52, 0x4c, 0x74, 0xcb, 0x92, 0x12, 0x73, 0x0e, 0x61, 0xc7, 0xae, 0x6d, 0x70, 0xfe, 0xec, 0x25, 0x03, 0xfc, 0x48, 0x83, 0xcc, 0x70, 0xa2, 0x98, 0x5c, 0xa6, 0x39, 0xfa, 0xef, 0xba, 0x29, 0xd0, 0xea, 0xd2, 0x9e, 0xbd, 0xac, 0x02, 0x62, 0x18, 0xcf, 0x19, 0xa9, 0x6e, 0x36, 0x5b, 0x82, 0x64, 0x32, 0xe6, 0x06, 0xbf, 0x14, 0x06, 0xe5, 0x4e, 0x70, 0x64, 0x7d, 0x85, 0x41, 0x45, 0x2f, 0xdd, 0x2f, 0x15, 0x82, 0xb7, 0x1e, 0xc5, 0x79, 0x19, 0x31, 0x3c, 0x2a, 0x9a, 0x7a, 0x6f, 0x87, 0x58, 0xf3, 0x28, 0x15, 0xee, 0xad, 0x45, 0xe5, 0x05, 0xf1, 0x5e, 0xb5, 0xfb, 0x89, 0x87, 0xcf, 0x11, 0xde, 0x72, 0x88, 0x95, 0xd9, 0x54, 0xfb, 0x78, 0x0b, 0xa4, 0xa6, 0xac, 0xdd, 0x2f, 0xef, 0x6b, 0x83, 0xc2, 0xb2, 0x00, 0x42, 0x24, 0x68, 0xeb, 0xf6, 0x2d, 0x30, 0xb2, 0x65, 0x18, 0x96, 0x97, 0x57, 0x8c, 0xe6, 0x13, 0x94, 0xea, 0x70, 0x7a, 0xc9, 0x7f, 0xdf, 0xe9, 0x03, 0x78, 0xa7, 0x43, 0x54, 0x3f, 0x3b, 0x14, 0x7f, 0x16, 0x53, 0xa2, 0xb1, 0x42, 0x05, 0x17, 0x00, 0x75, 0x18, 0xd4, 0x16, 0x86, 0x58, 0x34, 0xc6, 0x2c, 0x00, 0x9e, 0x8f, 0x89, 0x93, 0xf5, 0x63, 0x01, 0xf0, 0x42, 0x8b, 0x51, 0x20, 0x31, 0x15, 0x82, 0xfb, 0x00, 0xbc, 0xf1, 0x84, 0xb3, 0xc1, 0x83, 0xaa, 0xd3, 0x8a, 0xcc, 0x9d, 0xbd, 0xba, 0x27, 0x92, 0x40, 0xbe, 0x6f, 0xf0, 0xfc, 0x72, 0x2d, 0x87, 0xb7, 0x46, 0x77, 0x3a, 0xc0, 0x61, 0x04, 0xd2, 0x5d, 0xfe, 0xd0, 0xdb, 0x49, 0x77, 0xf6, 0x0c, 0x30, 0x56, 0x49, 0xb9, 0x9b, 0xcf, 0xf1, 0xec, 0xc9, 0x0e, 0x61, 0xf5, 0x9d, 0xd1, 0x7f, 0xd7, 0xb6, 0xa6, 0x11, 0xcd, 0x59, 0x6e, 0x50, 0xaf, 0xa0, 0x28, 0x6e, 0x65, 0x94, 0x08, 0x1d, 0xe1, 0x5c, 0xce, 0x68, 0x3c, 0x38, 0x30, 0xd0, 0x1a, 0x10, 0x0a, 0xd5, 0xd9, 0xb9, 0xda, 0x42, 0x1f, 0xe5, 0xcb, 0x22, 0x5b, 0x1e, 0x78, 0xe0, 0x81, 0xd6, 0x2f, 0x7c, 0xe1, 0x0b, 0xd9, 0x75, 0x11, 0x06, 0xf5, 0x6a, 0x40, 0xcd, 0x7d, 0x00, 0x1e, 0x1e, 0xf3, 0xea, 0xb4, 0xe2, 0x0e, 0x07, 0x12, 0x1f, 0xa0, 0x07, 0x59, 0x0e, 0x90, 0x68, 0x88, 0x1a, 0xa8, 0xea, 0x12, 0x87, 0xe5, 0x58, 0x0e, 0xd5, 0xd2, 0x85, 0x30, 0x15, 0x9e, 0xc3, 0xfa, 0x19, 0x46, 0x6c, 0xdc, 0xb4, 0x00, 0xa9, 0x82, 0x6f, 0xc7, 0x15, 0x1e, 0x56, 0xe4, 0x3f, 0xef, 0x9f, 0x10, 0xb7, 0xfa, 0xb4, 0x67, 0x3f, 0x4a, 0x64, 0xcf, 0x05, 0x14, 0x24, 0xca, 0xa3, 0xc6, 0x11, 0xf6, 0x0a, 0x8b, 0x5a, 0x16, 0x0f, 0xff, 0x67, 0x5e, 0xd0, 0x38, 0x93, 0xc9, 0xa0, 0x92, 0x6d, 0x4c, 0x01, 0x70, 0xb6, 0x1f, 0x55, 0x52, 0x20, 0xa2, 0xf6, 0x01, 0xbc, 0x7b, 0xe3, 0x12, 0x97, 0x36, 0x74, 0x52, 0x22, 0x37, 0xd5, 0x71, 0xf2, 0x7d, 0xb9, 0xd9, 0x9b, 0x53, 0x08, 0xc2, 0x84, 0x44, 0xb9, 0xf3, 0x16, 0xd6, 0x72, 0x88, 0x0e, 0xaf, 0xbf, 0xe5, 0x50, 0xd5, 0xee, 0xd7, 0x3c, 0x68, 0x10, 0x61, 0x4e, 0x30, 0xb7, 0x00, 0xe2, 0x0a, 0x2b, 0x3c, 0x3f, 0x2c, 0x39, 0x88, 0x85, 0xb1, 0x30, 0xfa, 0xd3, 0xde, 0xde, 0xc6, 0x6a, 0x6e, 0x1a, 0x4e, 0xb0, 0x3a, 0x0c, 0x6a, 0x54, 0xa8, 0x8e, 0x54, 0x81, 0xe7, 0x07, 0x5b, 0x0e, 0x43, 0xd9, 0x11, 0xe3, 0xde, 0x93, 0xc0, 0x68, 0x22, 0x9b, 0xb3, 0x30, 0x6a, 0x84, 0x1a, 0xb3, 0xc1, 0xcb, 0xcb, 0xcb, 0xec, 0xb3, 0x42, 0xa1, 0x80, 0x18, 0x9b, 0x5e, 0x27, 0x4e, 0xb0, 0x83, 0x02, 0xf1, 0xc6, 0x13, 0x8e, 0xaa, 0xcb, 0xc1, 0x40, 0x57, 0x87, 0x17, 0xc5, 0xb0, 0xa5, 0x37, 0xbd, 0x10, 0xe3, 0xf3, 0x44, 0x71, 0x2c, 0xa7, 0x35, 0x20, 0x1e, 0x96, 0x23, 0xa8, 0xd3, 0x8a, 0x6a, 0x3e, 0x40, 0xd5, 0x4c, 0x83, 0x78, 0xa6, 0x5a, 0x18, 0x02, 0xa6, 0xf6, 0x05, 0x10, 0x14, 0x99, 0xcc, 0x0a, 0x9b, 0x43, 0xc1, 0xe8, 0x8d, 0x18, 0x05, 0xc2, 0x71, 0xf6, 0xf4, 0x79, 0xd6, 0x76, 0x08, 0xeb, 0x6d, 0x1a, 0x3e, 0x40, 0x0b, 0x14, 0xf2, 0x2d, 0x42, 0xd7, 0x15, 0x62, 0x2d, 0x30, 0xb1, 0x9d, 0x60, 0x12, 0xc0, 0xf7, 0x2b, 0x5f, 0x05, 0xe6, 0xdc, 0xc7, 0x9e, 0x0b, 0x28, 0xf8, 0xb3, 0x08, 0x30, 0x94, 0x22, 0x89, 0xda, 0xf4, 0x87, 0x47, 0x82, 0x9c, 0x18, 0x6b, 0x28, 0x01, 0xa0, 0x17, 0x55, 0x7b, 0xf8, 0xe1, 0x87, 0x3b, 0xb8, 0x76, 0x71, 0xd7, 0xde, 0x2f, 0x79, 0x34, 0x9e, 0xf0, 0x6e, 0xce, 0xec, 0x15, 0x09, 0x71, 0x77, 0x5d, 0xf4, 0xa6, 0x4f, 0xde, 0x02, 0x25, 0x47, 0x5d, 0xd4, 0x42, 0xe0, 0xb4, 0x1c, 0x6e, 0x6d, 0xed, 0xe7, 0xbc, 0x8a, 0x11, 0x9f, 0xf0, 0x56, 0xc6, 0x78, 0x4d, 0x35, 0x1d, 0xbd, 0x4e, 0x2b, 0x66, 0x1f, 0xde, 0x65, 0x06, 0x7e, 0x2e, 0xb0, 0xd1, 0x68, 0xab, 0xe4, 0x4b, 0xb1, 0xe8, 0x43, 0x4f, 0x17, 0x44, 0x46, 0x23, 0x66, 0xc7, 0x15, 0x7a, 0xad, 0x75, 0xb3, 0xae, 0x3e, 0xb1, 0xbb, 0xae, 0xb8, 0xdb, 0x0e, 0xe9, 0xa1, 0x53, 0x21, 0xca, 0xa5, 0x44, 0x4e, 0xcb, 0xc1, 0xe9, 0x6e, 0xda, 0x47, 0x00, 0x38, 0x35, 0x92, 0xf3, 0x81, 0x64, 0xa1, 0x6d, 0x58, 0x01, 0xf8, 0xe4, 0x27, 0x3f, 0xd9, 0x16, 0x35, 0x45, 0x15, 0x2f, 0xaa, 0xe1, 0xbd, 0x83, 0xba, 0xff, 0x6e, 0x5a, 0x5d, 0x75, 0x39, 0x7c, 0xbd, 0x7c, 0x22, 0x85, 0x4b, 0xc3, 0x5a, 0x0e, 0xbf, 0x78, 0xbd, 0x9f, 0xb6, 0xf6, 0x6e, 0x60, 0xa1, 0x05, 0x46, 0x91, 0xd4, 0x14, 0x47, 0x75, 0x7e, 0xd8, 0xa0, 0x2e, 0xcd, 0x9a, 0xd4, 0x21, 0xe8, 0xb3, 0xd9, 0xbc, 0x03, 0x68, 0xa2, 0x53, 0xa8, 0x5b, 0xd7, 0x91, 0x2b, 0x95, 0x81, 0xc1, 0x3e, 0xe8, 0xea, 0x7e, 0x1d, 0x2c, 0xce, 0x2f, 0xb2, 0xe8, 0x49, 0x22, 0x99, 0x60, 0x6d, 0x48, 0xc5, 0x4a, 0x52, 0x91, 0x48, 0x78, 0x27, 0xb8, 0x1a, 0x94, 0x48, 0x3c, 0xb4, 0x25, 0x00, 0xe9, 0x70, 0x19, 0xa1, 0xf6, 0x64, 0x58, 0xc4, 0x39, 0x17, 0xd0, 0xd5, 0xa8, 0x16, 0xa0, 0xd3, 0xa5, 0xfd, 0x2d, 0xf0, 0xab, 0xcb, 0x8e, 0xa3, 0x32, 0x0a, 0x6a, 0x32, 0xa1, 0xd2, 0xe8, 0x5e, 0x80, 0x73, 0x0b, 0x8a, 0x93, 0x47, 0x3b, 0xe3, 0xf5, 0xb2, 0xb6, 0x0e, 0x73, 0x2e, 0x62, 0x4f, 0x5f, 0xbb, 0x33, 0x4b, 0xf0, 0x9c, 0x81, 0x33, 0xb2, 0x85, 0x8f, 0x38, 0x51, 0x95, 0x4a, 0xa5, 0x61, 0x7e, 0x1e, 0x81, 0x9f, 0x92, 0xda, 0x91, 0xfa, 0xcd, 0xd0, 0xaa, 0x2a, 0x2e, 0xe3, 0xc0, 0x8e, 0x2b, 0xad, 0x9b, 0x06, 0x5c, 0x82, 0xc5, 0xc1, 0xa4, 0x39, 0xd6, 0xd8, 0x1a, 0x54, 0x4a, 0x2b, 0x6b, 0x79, 0x63, 0xb9, 0x94, 0x88, 0xef, 0x6b, 0xe7, 0x03, 0x15, 0x3d, 0xe7, 0x00, 0xe4, 0x00, 0x83, 0x21, 0x16, 0xd1, 0x48, 0x74, 0xcd, 0x7a, 0x85, 0x95, 0x25, 0x00, 0x62, 0xe3, 0x09, 0x1e, 0xbb, 0x25, 0x8a, 0x10, 0xa8, 0x61, 0x06, 0xe5, 0xe6, 0x73, 0x76, 0x13, 0x68, 0x02, 0x61, 0x66, 0x76, 0xfd, 0x26, 0xa9, 0xdc, 0xda, 0x5e, 0x74, 0x96, 0x89, 0x2b, 0x45, 0xc1, 0xb9, 0x8f, 0x7f, 0x68, 0x52, 0x73, 0x4d, 0x9c, 0x05, 0x51, 0x1c, 0xf7, 0xec, 0xb6, 0xce, 0xea, 0xf6, 0xe3, 0x96, 0x4e, 0x2f, 0x4b, 0x96, 0x51, 0x95, 0x97, 0x13, 0xa6, 0xef, 0x96, 0x57, 0x38, 0x11, 0x21, 0x54, 0x12, 0x28, 0x90, 0x33, 0x19, 0x8e, 0x8a, 0xa0, 0xb5, 0x30, 0xbe, 0x92, 0xe6, 0x17, 0x61, 0x43, 0xa4, 0x06, 0xdd, 0x75, 0x53, 0x20, 0xaf, 0x68, 0x90, 0x51, 0x21, 0x8e, 0x53, 0x20, 0x39, 0x23, 0xb4, 0x9e, 0x93, 0x61, 0x65, 0x5b, 0x00, 0xbe, 0xd8, 0xc2, 0x1d, 0x02, 0x75, 0xae, 0x07, 0x16, 0x2d, 0x80, 0x2a, 0xb4, 0xe9, 0x97, 0x5a, 0x10, 0x6e, 0x92, 0xca, 0x19, 0x25, 0x52, 0xb5, 0x0d, 0x92, 0x7d, 0x01, 0x2d, 0x20, 0x3e, 0xaf, 0x29, 0x7c, 0x10, 0xef, 0x46, 0x19, 0xf2, 0x6b, 0x8d, 0x75, 0x6a, 0x99, 0x99, 0x59, 0x64, 0x3d, 0x78, 0xc5, 0xb4, 0x90, 0x30, 0x14, 0xc4, 0xb9, 0x8b, 0xb4, 0xc4, 0x50, 0x00, 0x3f, 0x86, 0x0a, 0x17, 0x28, 0x05, 0xc2, 0xc8, 0x0e, 0x76, 0x5c, 0xc1, 0xa2, 0x64, 0x3c, 0x9a, 0x02, 0xe6, 0xff, 0x2e, 0x47, 0x81, 0x8c, 0xb9, 0x03, 0xe7, 0xec, 0x7a, 0x79, 0x3c, 0x3f, 0x1c, 0x25, 0xc2, 0x4a, 0x1f, 0xe2, 0xe4, 0x9d, 0x5f, 0x28, 0x94, 0x87, 0xcc, 0x71, 0x9f, 0xd8, 0x1a, 0xe6, 0x03, 0x55, 0x44, 0x81, 0x3c, 0x23, 0x40, 0x12, 0x05, 0xca, 0x4b, 0xa1, 0x31, 0x27, 0xc7, 0x16, 0x9d, 0x5c, 0x6f, 0x4b, 0xa0, 0x29, 0x2d, 0x87, 0xd7, 0xdc, 0x41, 0x58, 0x5f, 0xc0, 0x4d, 0xa5, 0x34, 0x05, 0xd0, 0xc3, 0x0a, 0xa4, 0xa1, 0xed, 0x11, 0xf4, 0x99, 0x4c, 0x36, 0x84, 0x76, 0x0f, 0xe7, 0x54, 0x4a, 0x13, 0x61, 0xe6, 0x39, 0x64, 0x57, 0xb2, 0xf0, 0xa3, 0xe7, 0x5f, 0x66, 0xfc, 0xbf, 0x77, 0xe3, 0x06, 0xe8, 0xa6, 0x4e, 0x31, 0x8b, 0xa0, 0xa0, 0xf6, 0x14, 0x96, 0x3d, 0x72, 0x01, 0x10, 0x43, 0xa1, 0x00, 0x91, 0x0a, 0x81, 0x1d, 0xde, 0x72, 0xc4, 0xe3, 0x11, 0x2b, 0x72, 0x15, 0x54, 0xe7, 0xc9, 0x2a, 0x44, 0x46, 0xc0, 0xea, 0x1e, 0x23, 0x84, 0xa2, 0x1b, 0xd3, 0x02, 0xe0, 0x82, 0x78, 0x9e, 0xd3, 0xee, 0x4e, 0x85, 0xb6, 0xe7, 0x00, 0xd8, 0x1a, 0x56, 0x93, 0x07, 0xba, 0x57, 0x83, 0xc9, 0x59, 0x92, 0x2a, 0x1e, 0xed, 0x0e, 0x27, 0xaa, 0xdb, 0x84, 0xaa, 0x69, 0x10, 0xb8, 0x34, 0xbc, 0x7f, 0xea, 0x84, 0xf8, 0xbd, 0xf0, 0xb3, 0xc6, 0xc8, 0xbb, 0xb1, 0xe9, 0xf4, 0xc4, 0xc4, 0x2c, 0x14, 0x0a, 0x25, 0x0f, 0x4d, 0x5f, 0xb9, 0x53, 0xe9, 0xb2, 0x00, 0x60, 0x34, 0xf7, 0x28, 0x15, 0x4b, 0x56, 0xda, 0x00, 0xfe, 0x0f, 0xa5, 0xa2, 0x51, 0xc9, 0x82, 0xc5, 0xd5, 0x4d, 0x8b, 0xcc, 0x43, 0xa1, 0x7c, 0x62, 0x09, 0x73, 0x74, 0x8c, 0x6a, 0x15, 0x95, 0x01, 0xdb, 0xdf, 0x27, 0x50, 0x44, 0x81, 0x52, 0xc5, 0xc0, 0xff, 0x94, 0x59, 0x48, 0x81, 0x4e, 0x8b, 0x0b, 0xe3, 0xeb, 0x59, 0x1c, 0xab, 0x6c, 0x0b, 0xe0, 0xf4, 0x01, 0x24, 0xa7, 0x46, 0x28, 0x72, 0x65, 0x5b, 0x00, 0xb9, 0xdf, 0x95, 0xd8, 0xd9, 0xdc, 0xed, 0x60, 0x3a, 0x7b, 0xed, 0x3a, 0x1d, 0x5b, 0x75, 0x9a, 0xb1, 0x5f, 0xc3, 0x69, 0xef, 0xd8, 0xbf, 0xa6, 0xb0, 0x4a, 0x4e, 0xd0, 0xab, 0x53, 0x21, 0x90, 0xe6, 0x4c, 0x4d, 0xcd, 0x9a, 0xdd, 0x18, 0xb5, 0xaa, 0xc7, 0xd9, 0x79, 0x6b, 0x26, 0xfc, 0xbf, 0x8c, 0x75, 0x15, 0x25, 0x68, 0x6d, 0x8d, 0x42, 0x5b, 0x47, 0x1b, 0xdc, 0x7e, 0xc7, 0xcd, 0x30, 0x39, 0x31, 0x6d, 0x81, 0x06, 0x73, 0x81, 0xa2, 0x8c, 0xe2, 0xa0, 0x02, 0x32, 0xcb, 0x0d, 0x9a, 0x91, 0x20, 0xbb, 0xde, 0x26, 0x11, 0x2c, 0x61, 0xed, 0x16, 0xc6, 0x73, 0x0b, 0xe0, 0xb5, 0x30, 0x5e, 0x0e, 0x83, 0x0a, 0xf9, 0x40, 0xb1, 0xa8, 0xe4, 0xb8, 0x37, 0xac, 0x05, 0x00, 0xa1, 0xf7, 0x96, 0x2b, 0x0f, 0x48, 0x58, 0xe8, 0x8c, 0x23, 0x63, 0x85, 0x41, 0x35, 0x85, 0x76, 0xf7, 0x72, 0x30, 0x35, 0x5f, 0xbe, 0x2f, 0x6a, 0xf4, 0xb0, 0x5d, 0x1b, 0xd5, 0x02, 0xa6, 0x79, 0x02, 0xdd, 0x1d, 0xa9, 0xb0, 0xcf, 0x03, 0x9b, 0x4e, 0x4f, 0x4e, 0xce, 0x09, 0xc0, 0x8f, 0x84, 0xd6, 0xa0, 0xe5, 0x82, 0xcd, 0x58, 0x17, 0x80, 0x02, 0xa0, 0xb1, 0xb9, 0x80, 0x44, 0xab, 0x31, 0x2f, 0x80, 0x55, 0xb8, 0x77, 0xee, 0x6e, 0x57, 0x96, 0x1b, 0x34, 0x4a, 0xd3, 0x1b, 0xfd, 0x77, 0xc5, 0xe6, 0xe0, 0xc6, 0x6c, 0xb0, 0x06, 0xd5, 0x48, 0x7b, 0xf6, 0xb3, 0x1c, 0x16, 0x05, 0x5a, 0x2a, 0xf8, 0x82, 0x9f, 0x53, 0x66, 0x3b, 0x23, 0xd4, 0x65, 0x01, 0x1a, 0xd3, 0x07, 0x10, 0x4f, 0xcc, 0xb0, 0x00, 0x11, 0xc9, 0xab, 0xe7, 0x03, 0x57, 0x82, 0x61, 0x91, 0x29, 0xbc, 0xf0, 0xe8, 0x18, 0x05, 0xa5, 0x16, 0xb8, 0xa3, 0x2c, 0x72, 0xba, 0x03, 0x4f, 0x4f, 0xf0, 0x76, 0x46, 0xd5, 0xa9, 0x05, 0xe5, 0x08, 0x98, 0x28, 0x20, 0x4e, 0x87, 0x7a, 0x79, 0x39, 0xc7, 0xfa, 0xef, 0x1a, 0x6d, 0x48, 0xb5, 0x3a, 0x55, 0x5b, 0x33, 0xfc, 0x80, 0x62, 0x31, 0xc2, 0x16, 0xc7, 0xf7, 0x0d, 0xb4, 0x7a, 0x46, 0x82, 0xec, 0xeb, 0x6f, 0xd7, 0x03, 0x12, 0x17, 0xc5, 0xa0, 0x05, 0xc0, 0xc2, 0x5f, 0xfe, 0xb1, 0xff, 0xd5, 0x2f, 0x98, 0xb1, 0x2d, 0x40, 0xd1, 0x17, 0xfc, 0xe0, 0x08, 0x9b, 0x47, 0x63, 0x31, 0x67, 0x6d, 0xa0, 0xf5, 0x61, 0x01, 0xa4, 0x28, 0x90, 0xf0, 0x0f, 0x71, 0x0d, 0x80, 0xdc, 0x93, 0xaf, 0x17, 0x28, 0x67, 0x51, 0x88, 0x1c, 0x53, 0xd7, 0x3c, 0x2c, 0x02, 0xb1, 0xb8, 0xb5, 0x2a, 0xf7, 0xc6, 0xdb, 0x3a, 0x10, 0xa5, 0x2f, 0xc0, 0x35, 0xa4, 0x5c, 0xc8, 0xaa, 0xc4, 0x5a, 0x90, 0xce, 0xcd, 0xa5, 0xcc, 0xdf, 0x8b, 0x54, 0x01, 0xd8, 0xe1, 0xb9, 0xb7, 0x2b, 0x14, 0x6a, 0x9e, 0x3a, 0xce, 0x20, 0x67, 0x57, 0x72, 0x0c, 0x34, 0xac, 0x3a, 0x44, 0x4b, 0xd4, 0x8a, 0x3a, 0xa9, 0xfa, 0xef, 0xe6, 0xf3, 0x25, 0xaa, 0x94, 0xf4, 0x00, 0x50, 0x93, 0x10, 0x3c, 0x9f, 0xf8, 0x5a, 0x0e, 0x9e, 0x85, 0x8b, 0x1d, 0x2c, 0x91, 0xba, 0xf1, 0xa8, 0x90, 0xb2, 0xdb, 0x8d, 0x50, 0x24, 0x81, 0xd1, 0xb8, 0xa8, 0x54, 0xe0, 0xab, 0xb3, 0x51, 0x2d, 0x80, 0x1c, 0x06, 0xd5, 0xd4, 0x99, 0xa0, 0x19, 0x6b, 0x35, 0x18, 0x3a, 0x6c, 0x31, 0x45, 0xc1, 0x2a, 0xcd, 0x33, 0x0b, 0xd3, 0xa9, 0xf5, 0xfd, 0x16, 0xcd, 0xa8, 0x92, 0xeb, 0xdc, 0x8e, 0xad, 0xe6, 0xea, 0xe0, 0xae, 0x3a, 0x17, 0xe7, 0xb1, 0xe6, 0xe7, 0x97, 0x28, 0xdd, 0x99, 0x35, 0x73, 0xd4, 0xb5, 0x50, 0xeb, 0x64, 0xab, 0xed, 0x54, 0x4a, 0x02, 0x60, 0xfe, 0x3b, 0x17, 0x2f, 0x5c, 0x86, 0xcb, 0x17, 0xaf, 0xc0, 0xc6, 0xbe, 0x5e, 0xd6, 0x7f, 0xb7, 0xbd, 0xb3, 0x1d, 0x92, 0xc9, 0x84, 0x91, 0x5b, 0xc3, 0x43, 0xa1, 0x8e, 0x85, 0xe6, 0xc7, 0x8f, 0x2f, 0xc1, 0xb9, 0x73, 0x3a, 0xd4, 0x73, 0x64, 0x32, 0x45, 0xe8, 0xc2, 0x3e, 0x01, 0x9e, 0x16, 0x8b, 0x58, 0x93, 0xa8, 0xd1, 0x88, 0x2b, 0x17, 0xa8, 0xab, 0xe1, 0x2d, 0x80, 0x3b, 0x0c, 0xaa, 0xbb, 0xe6, 0x00, 0xd0, 0xf4, 0x1a, 0xed, 0x6f, 0x88, 0x92, 0x5b, 0x8b, 0x7d, 0x78, 0xc5, 0x79, 0x01, 0xf7, 0xba, 0x5d, 0x27, 0xc8, 0x35, 0x85, 0x25, 0xf0, 0xa2, 0x48, 0x2a, 0x4a, 0x24, 0x27, 0xda, 0x89, 0x19, 0xa3, 0x58, 0x78, 0x6a, 0x6c, 0x6c, 0x86, 0x4d, 0x60, 0x19, 0xe7, 0x58, 0x5b, 0x9e, 0xef, 0xb7, 0x8f, 0xd5, 0x7d, 0x51, 0xe0, 0xd4, 0x63, 0x57, 0x27, 0x8c, 0x9e, 0xbb, 0xba, 0xb1, 0x14, 0x92, 0x98, 0x0b, 0xe4, 0xf9, 0xb2, 0x48, 0x6e, 0xcd, 0x44, 0x0b, 0xd0, 0x3f, 0x10, 0x87, 0x6c, 0xae, 0xbd, 0x6e, 0xe0, 0xdf, 0xb9, 0xb3, 0x13, 0x3a, 0x3a, 0x63, 0x01, 0xe9, 0xd0, 0x5c, 0x60, 0x0d, 0x65, 0x2a, 0x0a, 0x40, 0xc3, 0x4e, 0x84, 0x71, 0xc9, 0xe4, 0x16, 0x20, 0x12, 0x51, 0xd7, 0x04, 0xe2, 0x35, 0x41, 0x51, 0x83, 0xc9, 0xd5, 0xa3, 0xc1, 0x07, 0x8c, 0x72, 0xe8, 0x53, 0x8e, 0xf3, 0x6b, 0xe0, 0x9c, 0x38, 0xf3, 0x9e, 0x51, 0xd6, 0x7c, 0x7c, 0x09, 0xfe, 0xbb, 0x1c, 0xf8, 0x32, 0x35, 0x4b, 0xa5, 0x96, 0x59, 0x58, 0x13, 0xc1, 0x14, 0xcc, 0xf3, 0x2b, 0x07, 0x76, 0x58, 0xcb, 0xc1, 0x31, 0x21, 0xae, 0x0a, 0x3b, 0x7c, 0xf3, 0x21, 0xb8, 0x70, 0xfe, 0x92, 0x11, 0x02, 0x35, 0xd7, 0x01, 0x68, 0x0e, 0x27, 0x3e, 0xea, 0xc8, 0x08, 0x7d, 0xe0, 0x03, 0x3b, 0xe1, 0xf5, 0x77, 0xdc, 0xee, 0x1f, 0x99, 0xf1, 0xf1, 0x2f, 0xbc, 0x78, 0xbc, 0x1f, 0xb8, 0x03, 0xd9, 0x04, 0x29, 0xd9, 0x6b, 0x16, 0x62, 0xeb, 0x24, 0x1b, 0x34, 0xd0, 0x02, 0x98, 0xff, 0xf7, 0x92, 0xd9, 0x97, 0x0a, 0xa3, 0x18, 0x86, 0x05, 0x90, 0xa9, 0x87, 0x53, 0xeb, 0xfa, 0x09, 0x88, 0x1d, 0xf2, 0xd4, 0x14, 0x1a, 0x5d, 0x03, 0xbf, 0x8a, 0x0f, 0xea, 0x2e, 0xeb, 0x9a, 0x4b, 0xc0, 0x30, 0x3f, 0x67, 0x6a, 0x6a, 0x0e, 0x16, 0x17, 0x33, 0xbe, 0xd1, 0x9d, 0x5a, 0x34, 0x99, 0xf6, 0x13, 0xb0, 0x58, 0xcc, 0x9d, 0x0e, 0xd1, 0xd6, 0x91, 0x84, 0x1b, 0x6e, 0xda, 0xef, 0x02, 0xac, 0x6e, 0xd5, 0xda, 0xb1, 0xc3, 0xa0, 0xb6, 0x0f, 0x90, 0xaf, 0x0b, 0xf8, 0xcb, 0x15, 0x10, 0xbe, 0xfe, 0x82, 0x5b, 0x2b, 0xa1, 0x57, 0xd8, 0x3a, 0x4a, 0x86, 0xe3, 0x9f, 0x95, 0xec, 0xa9, 0xed, 0xa5, 0x25, 0x7b, 0x12, 0x0c, 0xad, 0x84, 0xb3, 0x20, 0x96, 0x3b, 0x99, 0xcd, 0xbf, 0x56, 0x90, 0x13, 0x70, 0x5e, 0xd5, 0x20, 0xb8, 0x46, 0xb7, 0xa9, 0x95, 0xe6, 0xe9, 0x0b, 0x70, 0x4b, 0x93, 0xcf, 0x17, 0x99, 0xd6, 0xc7, 0x45, 0x26, 0xc1, 0x74, 0xa7, 0xb2, 0x9a, 0x39, 0x95, 0x5a, 0x0e, 0xae, 0x14, 0x79, 0x54, 0xc5, 0xbf, 0xff, 0xae, 0xdc, 0x80, 0x5a, 0x8c, 0xaa, 0xe4, 0x73, 0xf9, 0x86, 0x03, 0x3f, 0x0f, 0x9c, 0xe0, 0x35, 0xc7, 0x6c, 0x50, 0xae, 0x54, 0x4d, 0x01, 0x48, 0x1c, 0x39, 0x72, 0x24, 0xfe, 0xe8, 0xa3, 0x8f, 0xe6, 0x1b, 0x4d, 0x00, 0xa4, 0xd5, 0x60, 0xf2, 0x7a, 0x60, 0x71, 0x2d, 0x00, 0x9f, 0x04, 0x23, 0xca, 0xbc, 0xfd, 0x4a, 0xd6, 0xed, 0xaa, 0x22, 0x38, 0xb2, 0x0f, 0x21, 0x6a, 0x43, 0xf7, 0x5d, 0x75, 0x17, 0xd2, 0xd5, 0xa8, 0xa3, 0xb6, 0x4c, 0x1d, 0xdd, 0xf9, 0xc0, 0x08, 0xcf, 0x6a, 0x80, 0x5d, 0xfe, 0x92, 0x43, 0xb1, 0xf1, 0x1c, 0xa7, 0x94, 0xe1, 0xfb, 0xef, 0x72, 0x01, 0x10, 0x2d, 0x40, 0x4e, 0x21, 0x00, 0x55, 0x05, 0x75, 0x85, 0xd4, 0x88, 0x38, 0x4a, 0x24, 0x22, 0xa6, 0xf8, 0xe4, 0xdd, 0xdc, 0xdc, 0x1c, 0x2a, 0xdb, 0xd9, 0x86, 0xa3, 0x40, 0x92, 0x05, 0xb0, 0xf8, 0x3d, 0x91, 0x72, 0x81, 0xd2, 0x4b, 0xf6, 0x7a, 0x60, 0xf7, 0x6c, 0xac, 0x26, 0xad, 0xdb, 0x75, 0x5f, 0x24, 0xf7, 0x6b, 0x99, 0xd6, 0xd8, 0x40, 0x09, 0xca, 0xdd, 0x71, 0x86, 0xef, 0xc4, 0xd9, 0x5c, 0x9c, 0xd4, 0x5a, 0x5c, 0x4c, 0x03, 0xcf, 0xc3, 0xaf, 0x2d, 0xcf, 0xaf, 0xac, 0x0a, 0x83, 0xd5, 0x81, 0xdd, 0x11, 0x06, 0x55, 0x8d, 0x12, 0x53, 0x40, 0xdc, 0x02, 0xc8, 0x15, 0x97, 0x57, 0x56, 0x56, 0xac, 0x62, 0xb9, 0x6b, 0xc1, 0xf7, 0x55, 0xc7, 0xe2, 0xbd, 0x81, 0x79, 0x5f, 0x69, 0x0c, 0x85, 0x8a, 0xfe, 0x22, 0xc5, 0x57, 0xe3, 0x09, 0x80, 0x3a, 0x19, 0x8e, 0xb8, 0xe6, 0x01, 0xec, 0x59, 0x60, 0xa2, 0xc8, 0x03, 0x52, 0xf3, 0x77, 0x59, 0x40, 0x9c, 0x49, 0x67, 0x9a, 0xb0, 0x30, 0x46, 0x13, 0x92, 0xe3, 0xbc, 0x84, 0xc6, 0x99, 0x6f, 0x24, 0xe6, 0x08, 0x11, 0x16, 0xdb, 0xc7, 0xc9, 0x2d, 0x95, 0xd6, 0xaf, 0x45, 0xcd, 0x9c, 0x4a, 0x2d, 0x87, 0x25, 0x00, 0xe9, 0x10, 0xd5, 0xd6, 0x74, 0xdb, 0xc4, 0x46, 0x1c, 0xf9, 0xf5, 0x58, 0x46, 0x65, 0x71, 0x31, 0x15, 0x1a, 0xfc, 0x50, 0x23, 0xca, 0xe3, 0xd2, 0xa6, 0x1d, 0xdd, 0xd0, 0xd1, 0x11, 0xb3, 0xf0, 0xe4, 0xa8, 0x2e, 0x5e, 0x17, 0x3f, 0xa0, 0x7a, 0x4e, 0xb0, 0xee, 0x9e, 0x08, 0xc3, 0xfc, 0x70, 0x77, 0xda, 0x81, 0x9a, 0xbf, 0xcb, 0x02, 0x42, 0x3c, 0x4a, 0xa2, 0x68, 0xd2, 0xf7, 0x82, 0xea, 0xf3, 0x88, 0x51, 0x24, 0xb4, 0x22, 0x98, 0xc2, 0x30, 0x39, 0xb9, 0xc0, 0x1e, 0xfd, 0x34, 0x72, 0x2d, 0x6a, 0xe6, 0x54, 0x22, 0x60, 0xae, 0xb6, 0x43, 0x5e, 0x1c, 0x5e, 0x41, 0x81, 0xc4, 0x30, 0x28, 0xd2, 0x8a, 0x4c, 0x26, 0x13, 0x4e, 0x53, 0x57, 0xd1, 0x3a, 0xf8, 0xb5, 0xbd, 0x45, 0x01, 0xc5, 0x0e, 0xf7, 0xe2, 0xae, 0x68, 0xa9, 0x04, 0x0b, 0x41, 0x1a, 0x4a, 0x00, 0x8e, 0x1e, 0x3d, 0xda, 0x8a, 0x35, 0x5b, 0x38, 0x5f, 0xc3, 0x8b, 0xcc, 0x6f, 0xa6, 0x6b, 0x31, 0x8c, 0xb0, 0x1c, 0xd2, 0x3b, 0x96, 0x6f, 0xfb, 0x02, 0x2a, 0xaa, 0xa3, 0xd6, 0xe8, 0x7e, 0xf5, 0x79, 0x34, 0x8f, 0xc8, 0x0f, 0x31, 0x2f, 0xae, 0x91, 0xab, 0x8f, 0x16, 0x20, 0xcc, 0x1a, 0xd9, 0x6a, 0xd7, 0xcc, 0x29, 0xdf, 0x72, 0x80, 0xcb, 0x09, 0xf6, 0x02, 0xbf, 0xd1, 0x75, 0x45, 0x97, 0xe8, 0x85, 0x48, 0x81, 0x30, 0x0a, 0x94, 0x5b, 0xc9, 0x06, 0xe9, 0xfc, 0x50, 0x43, 0x8c, 0xf6, 0x85, 0x12, 0x26, 0x85, 0x72, 0xc1, 0xde, 0xc6, 0x9d, 0x9d, 0xdd, 0x90, 0x60, 0xe9, 0x1a, 0x46, 0x66, 0xe8, 0xd8, 0xd8, 0x55, 0x49, 0x89, 0xd2, 0xff, 0x61, 0xae, 0xd1, 0x2c, 0x40, 0x97, 0x67, 0x04, 0x88, 0xc8, 0x37, 0xc3, 0x6e, 0x8c, 0x11, 0x71, 0x95, 0x2b, 0x94, 0x2d, 0x80, 0xe6, 0x70, 0xe4, 0x34, 0x0f, 0x21, 0x20, 0x2e, 0x4b, 0x60, 0xc7, 0xf0, 0x35, 0xcf, 0x62, 0x53, 0x60, 0x65, 0xa6, 0xae, 0xb0, 0xb5, 0xb8, 0xbc, 0x2a, 0x43, 0x3d, 0x1c, 0xd8, 0x6a, 0x58, 0x0e, 0x6b, 0x89, 0x61, 0x2a, 0x5c, 0xf3, 0x69, 0xfe, 0x32, 0xea, 0x68, 0x3b, 0x84, 0xf3, 0x04, 0xb7, 0xbf, 0xee, 0xf5, 0x4a, 0xc4, 0x13, 0xc5, 0xf5, 0xf5, 0x5e, 0x95, 0x47, 0x14, 0xdf, 0x27, 0x8a, 0xe3, 0x12, 0x6f, 0x01, 0xe3, 0x0c, 0xa2, 0xa5, 0xc5, 0x3a, 0xc7, 0x53, 0xa7, 0xce, 0xc0, 0x85, 0x0b, 0x17, 0xc5, 0xdd, 0x2f, 0x3e, 0xf6, 0xd8, 0x63, 0x57, 0x1b, 0x4a, 0x00, 0xb0, 0x37, 0x98, 0x67, 0x2a, 0xb4, 0xae, 0x4b, 0x17, 0x44, 0xac, 0x08, 0x61, 0x57, 0x75, 0x00, 0x0f, 0x5f, 0xc0, 0xc9, 0xd1, 0x41, 0x11, 0xbb, 0xf7, 0xb6, 0x24, 0xce, 0x99, 0x60, 0xe7, 0xb1, 0x70, 0x01, 0x3a, 0x5f, 0xa8, 0xc2, 0xcf, 0xb9, 0x16, 0xda, 0x7a, 0x35, 0x6b, 0x69, 0xbd, 0x3e, 0xb7, 0x66, 0x82, 0xd3, 0xc1, 0xcd, 0xa7, 0xc5, 0x4e, 0xf7, 0x11, 0x47, 0x76, 0x65, 0x2e, 0x97, 0x85, 0x56, 0x33, 0x9b, 0xd4, 0x89, 0x7e, 0xa2, 0x96, 0x08, 0x67, 0x0c, 0xcd, 0xc7, 0x2d, 0xf0, 0x6e, 0x53, 0xe5, 0xcf, 0x84, 0x08, 0xd3, 0xfc, 0xa7, 0x4f, 0x9d, 0x85, 0x67, 0xfe, 0xe5, 0x3b, 0xd4, 0x3a, 0xcf, 0x88, 0x8a, 0xe4, 0x2b, 0x0d, 0x37, 0x0f, 0x80, 0x7d, 0x01, 0xf8, 0x22, 0x0c, 0x96, 0x0a, 0x1d, 0x71, 0xf3, 0x7f, 0x67, 0x49, 0x14, 0x31, 0x15, 0x5a, 0x15, 0xfb, 0xf7, 0x9b, 0xc9, 0xb5, 0x57, 0x32, 0x79, 0xf9, 0x02, 0xee, 0x82, 0x52, 0xe2, 0x7e, 0xf8, 0x1e, 0x2e, 0x58, 0xc1, 0xd6, 0xaa, 0x95, 0xb7, 0x0a, 0xad, 0x5e, 0xcd, 0x1c, 0x7f, 0x01, 0x53, 0xef, 0x83, 0x0a, 0xd2, 0xc8, 0x46, 0x2d, 0x42, 0xa1, 0x58, 0xb2, 0x92, 0xcb, 0xbc, 0xc3, 0xa0, 0x72, 0x14, 0x88, 0x2f, 0x9c, 0xc9, 0xe7, 0x0b, 0xf0, 0x93, 0x57, 0x8e, 0x5b, 0x17, 0x52, 0xd4, 0xc6, 0x24, 0x20, 0x3c, 0x29, 0xe5, 0xef, 0x83, 0x93, 0xf2, 0x7a, 0x17, 0x1c, 0x56, 0x26, 0xc0, 0x09, 0xef, 0x21, 0x2d, 0x9b, 0x9e, 0x9a, 0xa1, 0x9a, 0xff, 0x02, 0x9c, 0x3b, 0x77, 0x4e, 0xdc, 0x6d, 0x86, 0x9e, 0xf7, 0x1f, 0x37, 0x9c, 0x00, 0xe0, 0x1c, 0x80, 0x97, 0x03, 0x2c, 0x6a, 0x1f, 0xd1, 0x09, 0xb6, 0x17, 0xc3, 0x38, 0x17, 0xa3, 0x7b, 0xad, 0x0e, 0xd3, 0xe4, 0x0b, 0xad, 0x6b, 0x01, 0xd5, 0xdf, 0x64, 0xfa, 0xc4, 0x8b, 0x40, 0xe1, 0xe4, 0x16, 0x66, 0x70, 0xe2, 0x0c, 0xaf, 0x9a, 0x96, 0xd4, 0x0b, 0xd8, 0xab, 0xb7, 0x1c, 0x7c, 0x4d, 0x40, 0x86, 0xfa, 0x01, 0xdd, 0x3d, 0x71, 0xff, 0xfe, 0xbb, 0xc4, 0xfe, 0x7f, 0xb9, 0x9f, 0x86, 0x02, 0x80, 0xdb, 0xa9, 0xd7, 0x4e, 0x4b, 0x56, 0x41, 0x8e, 0xa2, 0x11, 0xd7, 0xa3, 0xf3, 0x73, 0xd5, 0x3e, 0x5e, 0xdf, 0x57, 0x81, 0x5e, 0x7c, 0x44, 0xf0, 0xa7, 0x52, 0x29, 0x98, 0x9c, 0x9c, 0xa4, 0x58, 0x59, 0x12, 0x77, 0x2f, 0xd2, 0xcf, 0xef, 0xfb, 0xe6, 0x37, 0xbf, 0x39, 0xdf, 0x70, 0x02, 0x50, 0x2a, 0x95, 0x1c, 0xdd, 0x21, 0x6d, 0x6d, 0xa4, 0x3b, 0x4a, 0xa2, 0x64, 0xd2, 0x62, 0x73, 0x3c, 0x90, 0x32, 0x3b, 0x9d, 0x21, 0x4e, 0xe3, 0xa2, 0x44, 0x3c, 0x4d, 0xa9, 0x7b, 0xdd, 0xae, 0x9c, 0xc0, 0x26, 0xe6, 0xc0, 0xa3, 0x10, 0xa0, 0xb3, 0x9b, 0x4a, 0x65, 0x3c, 0x6a, 0xd4, 0xd7, 0xb6, 0x36, 0xa6, 0xf3, 0x38, 0xab, 0xaf, 0xc2, 0xa0, 0x31, 0x1a, 0x64, 0x2c, 0x8a, 0x29, 0x40, 0x77, 0x77, 0xdc, 0xd7, 0xe1, 0xe4, 0x7c, 0x9f, 0xd3, 0x3d, 0xbc, 0x4f, 0x98, 0x3a, 0x8d, 0xe3, 0x5f, 0xff, 0xf5, 0x5f, 0x43, 0x83, 0xb7, 0x5c, 0x90, 0x57, 0x69, 0xcc, 0xd1, 0x73, 0xbe, 0xef, 0xf1, 0xc7, 0x1f, 0xff, 0x17, 0xa8, 0xe3, 0x08, 0x2d, 0x00, 0x98, 0xa3, 0xed, 0xb4, 0x00, 0x84, 0xb8, 0x43, 0xa0, 0xb8, 0x0f, 0xa6, 0xc2, 0x72, 0x0a, 0x24, 0xf3, 0x75, 0xe7, 0x04, 0x98, 0xdf, 0xc2, 0x78, 0x4d, 0x4a, 0x8b, 0x56, 0xe5, 0xf5, 0xd8, 0x37, 0xc3, 0xb0, 0x1c, 0x98, 0xc1, 0xe9, 0xe4, 0xfb, 0xab, 0xa5, 0x21, 0xd5, 0xe7, 0xf9, 0xe5, 0x9d, 0x8b, 0x15, 0x0a, 0x0d, 0xd1, 0x7f, 0x97, 0x4d, 0x2c, 0x99, 0x69, 0x05, 0xce, 0xfe, 0xbb, 0xe5, 0x6a, 0x70, 0xbf, 0xf7, 0xaa, 0x3c, 0xe6, 0xe9, 0xbd, 0xfa, 0x62, 0xb1, 0x58, 0xfc, 0xfd, 0x27, 0x9f, 0x7c, 0x72, 0x0a, 0xea, 0x3c, 0xca, 0x8a, 0x02, 0x89, 0x02, 0x00, 0xd2, 0x44, 0x95, 0x2d, 0x00, 0xc8, 0x57, 0x4b, 0x25, 0xa3, 0x37, 0x15, 0xcf, 0xf1, 0xf0, 0x0b, 0x83, 0x3a, 0x9d, 0x25, 0x19, 0xe8, 0x5e, 0x7d, 0x02, 0xdc, 0xf9, 0x3d, 0x98, 0xc8, 0x86, 0x5c, 0x57, 0x04, 0x7e, 0x7d, 0xb5, 0x75, 0x98, 0x10, 0x69, 0xf9, 0xe7, 0xe2, 0xea, 0xbd, 0xe5, 0x13, 0xb7, 0xe7, 0xcd, 0xf2, 0xf0, 0x7d, 0xcc, 0xb1, 0x17, 0x43, 0xa1, 0x1b, 0x37, 0xf6, 0x42, 0x6a, 0x29, 0xc5, 0xd2, 0xbd, 0xf1, 0xa2, 0xe1, 0x3d, 0xe2, 0x59, 0xbd, 0x1d, 0x1d, 0x1d, 0x56, 0x5c, 0x1e, 0x63, 0xf1, 0x3a, 0x6b, 0xbb, 0xaa, 0x41, 0xb1, 0x54, 0x64, 0xb9, 0x39, 0xf9, 0x6c, 0x8e, 0xd2, 0x95, 0xa9, 0x17, 0x28, 0x75, 0x19, 0x47, 0x32, 0x40, 0xaf, 0x71, 0xd1, 0xdc, 0xac, 0xe7, 0x94, 0x6e, 0x15, 0x85, 0xe7, 0x05, 0xfe, 0x9a, 0xd2, 0xae, 0x3c, 0x3e, 0xa7, 0x8f, 0x05, 0xdc, 0xf0, 0x39, 0xdd, 0x4a, 0x74, 0x43, 0x9a, 0x73, 0x89, 0xfe, 0xde, 0x0b, 0xdf, 0xf9, 0xce, 0x77, 0x8a, 0xb0, 0x46, 0xa3, 0x1c, 0x1f, 0xc0, 0x4a, 0x83, 0x90, 0x7d, 0x00, 0x22, 0x59, 0x80, 0xb4, 0x95, 0x08, 0x47, 0xa4, 0x86, 0xcd, 0x5e, 0xf1, 0x7a, 0xa7, 0x53, 0x1c, 0x14, 0xda, 0xe4, 0x82, 0xc1, 0x7f, 0x1e, 0x27, 0xb5, 0x30, 0x8d, 0x99, 0xdd, 0x34, 0x85, 0xd6, 0x5f, 0x2b, 0x07, 0x76, 0xb5, 0x42, 0x26, 0xa7, 0x43, 0x68, 0x56, 0xfb, 0x51, 0xbf, 0x68, 0x10, 0x11, 0xd6, 0x65, 0x6b, 0x8e, 0x74, 0x08, 0xec, 0x33, 0x5c, 0xd4, 0xa9, 0x33, 0x4d, 0xf9, 0xb7, 0xd1, 0x84, 0x2f, 0xc2, 0x7c, 0xa4, 0x02, 0xf5, 0x97, 0x90, 0x93, 0xa3, 0x00, 0x6c, 0xda, 0xb4, 0x09, 0x92, 0xc9, 0x24, 0xab, 0xd2, 0x8c, 0x1c, 0x1d, 0x05, 0x02, 0xf7, 0xcb, 0xe6, 0xb3, 0x90, 0x4a, 0xa7, 0x0e, 0x9c, 0x3c, 0x79, 0xfc, 0x09, 0xea, 0x5f, 0xe1, 0x8c, 0x1a, 0x4a, 0x63, 0xc1, 0x7c, 0xcc, 0x99, 0x1b, 0x3e, 0xcf, 0x0a, 0xcf, 0x73, 0xe6, 0xeb, 0x15, 0xc7, 0x73, 0xbe, 0x4f, 0x43, 0x8c, 0xb2, 0x04, 0xc0, 0x45, 0x81, 0x9c, 0xad, 0x91, 0x84, 0x39, 0x00, 0x74, 0xde, 0x44, 0x9a, 0xe4, 0x8c, 0xde, 0x38, 0xe3, 0xf5, 0xe2, 0xf2, 0x47, 0x37, 0x0d, 0x72, 0x16, 0xaa, 0x35, 0x5e, 0xe3, 0x1a, 0xdd, 0x95, 0x95, 0xbc, 0x82, 0xef, 0xd7, 0xae, 0xf2, 0x41, 0xbd, 0x2d, 0x87, 0x55, 0x1e, 0xc5, 0xa4, 0x40, 0x7e, 0x49, 0x71, 0xe2, 0x24, 0x95, 0x58, 0x6f, 0x93, 0x53, 0xc2, 0xd6, 0x44, 0xdc, 0xec, 0x44, 0x1f, 0x31, 0xfb, 0x11, 0x1b, 0x93, 0x99, 0xa5, 0x82, 0xce, 0x14, 0xc9, 0xf4, 0xf4, 0x34, 0x74, 0x75, 0x75, 0xc1, 0xc0, 0xc0, 0x00, 0x13, 0x06, 0xcc, 0x1f, 0x5a, 0x58, 0x58, 0x60, 0x56, 0xe1, 0x75, 0xb7, 0xbd, 0xbe, 0xfd, 0xe0, 0xfe, 0x1b, 0x7e, 0xfd, 0xe2, 0xc5, 0x8b, 0xdf, 0x7d, 0x99, 0x8e, 0xb9, 0xb9, 0xb9, 0x05, 0xc7, 0x19, 0xb8, 0x0b, 0x3e, 0xc9, 0xff, 0x9c, 0x95, 0xaa, 0x84, 0x6e, 0xa4, 0x29, 0x40, 0xeb, 0x4b, 0x00, 0xd4, 0x16, 0x40, 0x0e, 0xc1, 0xa5, 0x85, 0x3c, 0x20, 0xbb, 0x18, 0x53, 0x50, 0xcd, 0x7d, 0xcd, 0x87, 0x06, 0xb9, 0x9d, 0x65, 0xd4, 0x5c, 0x46, 0x19, 0x71, 0x67, 0x3d, 0x9e, 0xb5, 0xd5, 0xd6, 0xb5, 0xa0, 0x44, 0x62, 0xf7, 0xc5, 0xc0, 0xfe, 0xbb, 0xc4, 0x4e, 0x49, 0x77, 0xf7, 0xdf, 0x8d, 0xb0, 0xca, 0x12, 0xac, 0x0c, 0x21, 0x07, 0x3f, 0x17, 0x86, 0x36, 0x63, 0xc9, 0x67, 0x21, 0x57, 0x64, 0x69, 0x13, 0x63, 0x63, 0x63, 0x96, 0x20, 0xf4, 0xf7, 0xf7, 0x33, 0x47, 0x1a, 0x2d, 0xc2, 0xe2, 0xe2, 0x62, 0x2f, 0x7d, 0xfd, 0xae, 0x3b, 0xee, 0xb8, 0xe3, 0x17, 0xd3, 0xe9, 0xf4, 0xb9, 0xf1, 0xf1, 0xf1, 0x63, 0xe7, 0xce, 0x9d, 0x3b, 0x4e, 0xc7, 0x19, 0x6a, 0x45, 0x38, 0xe8, 0x75, 0x01, 0xf0, 0xba, 0xb9, 0x11, 0x01, 0x6f, 0x62, 0xe5, 0x81, 0x22, 0x84, 0x9f, 0x84, 0x6e, 0x2c, 0x1f, 0x80, 0x17, 0xc6, 0xb5, 0x34, 0x0f, 0xf0, 0x49, 0x30, 0xd1, 0x02, 0x44, 0x3d, 0xeb, 0xf6, 0xd8, 0x40, 0xd7, 0x24, 0xa0, 0xbb, 0xf3, 0xf8, 0x45, 0xe7, 0x99, 0x30, 0x9e, 0x8f, 0x89, 0x6c, 0xbc, 0xf9, 0x5d, 0x75, 0x17, 0xa9, 0xd4, 0x6e, 0x79, 0x63, 0xf9, 0xe7, 0xc2, 0xa3, 0x40, 0x8e, 0x8a, 0xcb, 0x7e, 0x61, 0x50, 0x5d, 0xe8, 0xbf, 0x1b, 0x71, 0x75, 0x5f, 0x64, 0x85, 0x75, 0xed, 0x34, 0x16, 0x4d, 0xe8, 0x49, 0x6c, 0x6c, 0xed, 0xed, 0x46, 0x85, 0x39, 0xb4, 0x06, 0x28, 0x08, 0x57, 0xae, 0x5c, 0x81, 0xce, 0xce, 0x4e, 0x18, 0x1c, 0x1c, 0x84, 0x6d, 0xdb, 0xb6, 0xb1, 0xef, 0x22, 0x3d, 0x5a, 0x5a, 0x5a, 0x8a, 0xd0, 0x6d, 0x37, 0x15, 0x86, 0x3d, 0xb7, 0xdc, 0x72, 0xcb, 0x2f, 0xd1, 0xb1, 0x42, 0xdf, 0x3f, 0x45, 0xb7, 0x8b, 0x28, 0x18, 0xd4, 0x92, 0x9c, 0x3d, 0x75, 0xea, 0xd4, 0x99, 0x93, 0x27, 0x4f, 0xae, 0x08, 0x80, 0x6f, 0x71, 0x58, 0x02, 0xfe, 0x58, 0x58, 0xe7, 0x16, 0x80, 0x48, 0x35, 0x81, 0xf8, 0x1c, 0x00, 0xde, 0x38, 0x11, 0xcc, 0xce, 0xdc, 0x7d, 0xe3, 0xb9, 0x3b, 0xfc, 0x29, 0x47, 0x1a, 0x6c, 0x7f, 0x01, 0xb5, 0x3e, 0x02, 0x5f, 0xa5, 0xf5, 0xeb, 0xe3, 0xc0, 0x56, 0x9f, 0x12, 0x85, 0xb1, 0x1c, 0x56, 0x14, 0x28, 0x44, 0xff, 0x5d, 0x91, 0x02, 0x39, 0x17, 0xc6, 0xe3, 0x48, 0xb4, 0x52, 0x01, 0x28, 0xc5, 0x98, 0x05, 0x30, 0xc0, 0xaf, 0xd9, 0x54, 0xc8, 0x5c, 0x45, 0x96, 0x6c, 0x4b, 0xc2, 0xca, 0xf2, 0x0a, 0x2c, 0x53, 0xda, 0x53, 0xc8, 0x16, 0xa0, 0x50, 0x2c, 0x00, 0xd5, 0xf4, 0x30, 0x3b, 0x3b, 0x0b, 0x7d, 0x7d, 0x7d, 0x6c, 0xdb, 0xbc, 0x79, 0x33, 0x7e, 0x5f, 0x43, 0x21, 0x41, 0x81, 0xa0, 0x5b, 0x92, 0x6e, 0x37, 0x51, 0x87, 0xf9, 0x66, 0xbe, 0x18, 0xe7, 0xee, 0xbb, 0xef, 0xc6, 0xdf, 0x4e, 0x51, 0xcb, 0x70, 0x9e, 0x5a, 0x10, 0xdc, 0xce, 0xd2, 0x7d, 0xce, 0x52, 0x2b, 0x72, 0xfa, 0xe9, 0xa7, 0x9f, 0x3e, 0x75, 0xe2, 0xc4, 0x89, 0x8c, 0x60, 0x25, 0x4a, 0xeb, 0x46, 0x00, 0xb8, 0x05, 0x88, 0x98, 0xa9, 0xd0, 0xce, 0xd2, 0xe8, 0x76, 0x45, 0x08, 0x62, 0x6a, 0x19, 0x3b, 0x9d, 0xd9, 0xb9, 0xc6, 0xd7, 0xab, 0x55, 0xa8, 0xcd, 0xff, 0x0d, 0x81, 0xc0, 0x3a, 0xfa, 0x38, 0xa3, 0xeb, 0xd6, 0x9c, 0x5a, 0x45, 0xa0, 0x2e, 0x97, 0x86, 0xd4, 0xb2, 0xc9, 0x74, 0x90, 0x80, 0xe1, 0xa2, 0x22, 0x23, 0xb8, 0x20, 0x47, 0x81, 0x8a, 0x94, 0xaf, 0xa7, 0xbe, 0xfd, 0x0c, 0xa4, 0xbf, 0xfb, 0x3d, 0xc8, 0x5f, 0x1e, 0x85, 0xc2, 0xcc, 0x0c, 0x10, 0xc7, 0xc2, 0x97, 0x7d, 0xe6, 0x56, 0xcd, 0x91, 0x05, 0x77, 0xf3, 0xae, 0xb8, 0xb1, 0xa9, 0x56, 0x14, 0x61, 0xfe, 0xd8, 0xcd, 0xe6, 0x66, 0x8d, 0x3b, 0xaa, 0x8f, 0x63, 0x3c, 0xa5, 0x31, 0xba, 0x9d, 0xa1, 0x57, 0xeb, 0x31, 0x0a, 0xea, 0xaf, 0xfe, 0xb2, 0xf1, 0xba, 0xaa, 0xf3, 0x00, 0x5d, 0x3c, 0xda, 0xc3, 0x2b, 0x43, 0xab, 0x4a, 0xa3, 0xcb, 0x16, 0x40, 0x73, 0xf4, 0x08, 0xe6, 0x71, 0x74, 0x37, 0xc7, 0x77, 0x3a, 0xc1, 0x46, 0x1a, 0x6f, 0x81, 0xcd, 0xea, 0x06, 0x39, 0xb9, 0xb5, 0xa3, 0x21, 0x6b, 0x9f, 0x1d, 0x6a, 0xfb, 0x00, 0x46, 0x14, 0xa8, 0x94, 0x5a, 0x82, 0x99, 0xbf, 0xfc, 0x6b, 0x98, 0xfb, 0xca, 0xa3, 0x40, 0xf2, 0x79, 0x68, 0x0e, 0x83, 0xdd, 0xd1, 0x6d, 0x27, 0x6e, 0xf4, 0x2a, 0xde, 0x43, 0xcd, 0xc9, 0x27, 0xbe, 0x08, 0xf0, 0x69, 0x7a, 0xc5, 0x7e, 0xff, 0x03, 0x00, 0x0b, 0x55, 0x11, 0x00, 0xb1, 0x60, 0xa9, 0xec, 0x03, 0x10, 0x47, 0x7f, 0x60, 0x39, 0x15, 0x5a, 0x5d, 0x95, 0xcd, 0xc9, 0xf1, 0xed, 0x80, 0x01, 0xca, 0x18, 0x3a, 0x5d, 0x1c, 0xf8, 0x61, 0x9d, 0xdc, 0x7a, 0x68, 0xeb, 0xf2, 0x81, 0xbd, 0xfa, 0x73, 0x31, 0x32, 0x42, 0x75, 0x66, 0x01, 0x50, 0xd3, 0x8f, 0x3e, 0xf8, 0x5b, 0x90, 0xbb, 0x78, 0xa9, 0x09, 0xf9, 0x00, 0x81, 0xa0, 0x57, 0xed, 0x63, 0x14, 0x82, 0xef, 0xfa, 0x3b, 0x80, 0x77, 0xbe, 0x0f, 0xe0, 0x64, 0xd5, 0x29, 0x90, 0x51, 0x15, 0x8e, 0xa7, 0x2b, 0xd8, 0xd1, 0x89, 0xb4, 0x90, 0x06, 0x21, 0xd6, 0xe1, 0xf4, 0x6b, 0x7e, 0x81, 0xd6, 0x13, 0xad, 0x0b, 0xc6, 0x9d, 0xd5, 0xc0, 0xaf, 0x16, 0xb0, 0xd7, 0x6e, 0x79, 0x63, 0xa5, 0x94, 0x88, 0x53, 0xa0, 0xc4, 0xcc, 0x55, 0xb8, 0x70, 0xff, 0x51, 0x28, 0xc9, 0xb9, 0x33, 0xd6, 0x97, 0x12, 0x1b, 0x37, 0x42, 0xac, 0xa3, 0x03, 0x62, 0xc9, 0xe4, 0x75, 0x85, 0xf4, 0x22, 0xf5, 0x55, 0x8a, 0xe9, 0x34, 0xe4, 0xa8, 0x8f, 0xe2, 0x0c, 0x2f, 0xd2, 0x4b, 0xb9, 0x8b, 0x3e, 0x3c, 0xf7, 0xb7, 0x00, 0x6f, 0xfc, 0x55, 0x80, 0x57, 0x57, 0x1d, 0x05, 0xe2, 0xda, 0x3a, 0x6a, 0x86, 0xd2, 0x6c, 0xe1, 0x10, 0xc3, 0xa0, 0x45, 0xcb, 0x74, 0xab, 0xe6, 0x01, 0x44, 0x9e, 0x8f, 0xb9, 0x3b, 0x98, 0x12, 0x8b, 0x8e, 0x2d, 0x3a, 0xb9, 0x2a, 0xe0, 0x37, 0xd6, 0x22, 0x95, 0x7a, 0x2d, 0x8c, 0xb7, 0xf7, 0xc1, 0xeb, 0xd8, 0x4e, 0x29, 0xee, 0x91, 0xd1, 0xbf, 0x81, 0x52, 0x51, 0x06, 0x3f, 0x2e, 0x28, 0xd9, 0x72, 0xf8, 0x30, 0x6c, 0xdc, 0xbf, 0x1f, 0x5a, 0xae, 0x33, 0xe0, 0x3b, 0x47, 0x81, 0x0a, 0xc2, 0xec, 0xab, 0xaf, 0xc2, 0xe8, 0x2b, 0xaf, 0x40, 0x4e, 0xa6, 0x86, 0x3d, 0x14, 0xa9, 0xff, 0xf4, 0xff, 0x00, 0x5e, 0xf7, 0x1e, 0x80, 0xc5, 0xd5, 0x08, 0x40, 0xa7, 0xd1, 0x73, 0xca, 0xf0, 0xf2, 0x2d, 0x1f, 0x80, 0x10, 0xa9, 0xdb, 0x87, 0x5d, 0x16, 0x3d, 0xe2, 0xe2, 0xf9, 0x62, 0xdf, 0x2c, 0x2c, 0x9e, 0xcb, 0xd3, 0xab, 0xc5, 0x85, 0xee, 0xab, 0x75, 0x1a, 0xd7, 0x4e, 0x5b, 0x87, 0x71, 0xba, 0xcb, 0x3f, 0x17, 0x14, 0x80, 0x5f, 0x84, 0x7f, 0x83, 0x8d, 0x45, 0x79, 0x81, 0xd4, 0x60, 0x5f, 0x1f, 0xec, 0xba, 0xe7, 0x1e, 0x88, 0xb4, 0xb7, 0x43, 0x73, 0x00, 0x53, 0x00, 0x9b, 0x6e, 0xbd, 0x15, 0xfa, 0xf7, 0xee, 0x85, 0xf3, 0x4f, 0x3e, 0x09, 0x93, 0xc2, 0xfa, 0x02, 0x3a, 0xf6, 0x50, 0x54, 0xfe, 0x4f, 0xfa, 0xf8, 0xdb, 0x15, 0x09, 0xc0, 0xd1, 0xa3, 0x47, 0xe3, 0xf9, 0x7c, 0x3e, 0x61, 0x44, 0x77, 0xa2, 0xb6, 0x53, 0x4a, 0x6c, 0x07, 0x98, 0x87, 0x41, 0x33, 0x69, 0x3b, 0x11, 0xce, 0xae, 0xe8, 0x6c, 0x34, 0x71, 0x40, 0xe0, 0xf3, 0x1c, 0x14, 0x27, 0x40, 0xd7, 0x66, 0x91, 0x4a, 0xfd, 0x96, 0x37, 0x56, 0x9a, 0x48, 0xd7, 0x43, 0x96, 0xe0, 0x2e, 0x78, 0x51, 0x7a, 0x7f, 0xa0, 0xb7, 0x17, 0x76, 0xbf, 0xe3, 0x1d, 0xa0, 0x09, 0x9d, 0x60, 0x9a, 0xc3, 0x18, 0x51, 0x4a, 0x03, 0xf1, 0xda, 0x90, 0xaf, 0x7d, 0x0d, 0xa6, 0xe6, 0xa5, 0xac, 0xea, 0x07, 0xa9, 0x63, 0xfc, 0xd0, 0xfb, 0x01, 0xc6, 0xcb, 0x16, 0x80, 0x5c, 0x2e, 0x67, 0x15, 0xc5, 0x15, 0xbb, 0x43, 0x32, 0xd8, 0x3b, 0xfa, 0x02, 0xd8, 0xcb, 0x21, 0x8d, 0xa2, 0x53, 0x22, 0xb5, 0x01, 0x21, 0x55, 0x77, 0x6d, 0xc3, 0x8d, 0xd5, 0xa5, 0x44, 0xb5, 0xb4, 0x1c, 0xdb, 0x26, 0x5f, 0x85, 0x16, 0xb0, 0xf3, 0x80, 0xe2, 0xd4, 0x02, 0xef, 0xbc, 0xeb, 0x2e, 0x17, 0xf8, 0x49, 0x36, 0x0b, 0x85, 0x89, 0x09, 0xd0, 0x85, 0x85, 0xe5, 0xd7, 0xc3, 0x88, 0x50, 0xcd, 0xdf, 0xb2, 0x69, 0x13, 0x68, 0xc2, 0x8a, 0x37, 0xbc, 0x36, 0xbb, 0xe8, 0x35, 0x5a, 0xf8, 0x87, 0x7f, 0x80, 0xbc, 0x9d, 0xa7, 0x86, 0x8e, 0xf1, 0xbb, 0xe9, 0xe3, 0x67, 0xca, 0x16, 0x00, 0xd1, 0x01, 0x36, 0x66, 0x12, 0x05, 0x07, 0x98, 0x38, 0x9b, 0xe3, 0xd9, 0x55, 0xe1, 0xb0, 0x44, 0xb6, 0x71, 0xc3, 0x23, 0x55, 0xd0, 0x90, 0x8d, 0xaf, 0xad, 0xab, 0x2f, 0x60, 0x00, 0x43, 0x53, 0x67, 0xa4, 0xd7, 0x23, 0x07, 0x0e, 0x40, 0xac, 0xbb, 0x5b, 0x7a, 0x6f, 0xe5, 0xd8, 0x31, 0x58, 0x7e, 0xf1, 0x45, 0x20, 0xc5, 0x22, 0x5c, 0x8f, 0x43, 0xa3, 0x60, 0x6b, 0xbb, 0xfd, 0x76, 0x48, 0xde, 0x74, 0x93, 0x6d, 0x09, 0x7a, 0x7a, 0x60, 0x84, 0xfa, 0x46, 0xe7, 0x4f, 0x4a, 0x01, 0xa0, 0x5f, 0xa8, 0x48, 0x00, 0xb0, 0x37, 0x18, 0x9f, 0x03, 0xe0, 0x16, 0xc0, 0x9a, 0x03, 0x70, 0x76, 0x87, 0x14, 0xda, 0xa3, 0xba, 0x53, 0x93, 0xaf, 0x6d, 0x6d, 0x5d, 0xdd, 0x7c, 0x23, 0xe3, 0xc3, 0x8e, 0x8c, 0xcc, 0xfd, 0x7b, 0xf7, 0xec, 0x91, 0x5e, 0x67, 0xe9, 0x0d, 0xce, 0xfc, 0xf0, 0x87, 0xd7, 0x35, 0xed, 0x41, 0xc1, 0xcf, 0xfc, 0xe0, 0x07, 0x4c, 0xf3, 0xb7, 0x52, 0x05, 0xc1, 0xc7, 0x06, 0xea, 0x0f, 0x80, 0x20, 0x00, 0x14, 0xb3, 0x7b, 0x2a, 0xf2, 0x01, 0x3c, 0xbb, 0x43, 0x3a, 0x96, 0xce, 0x19, 0x61, 0xd0, 0x82, 0xe5, 0x04, 0x3b, 0x6f, 0x70, 0xa3, 0x68, 0xeb, 0x7a, 0x39, 0xb0, 0x95, 0x59, 0x0e, 0x79, 0x9f, 0x64, 0xce, 0x8e, 0xfc, 0x44, 0xf0, 0x06, 0x0f, 0x0c, 0x88, 0x37, 0x86, 0x69, 0xfe, 0xe6, 0x30, 0x06, 0x5e, 0x8b, 0x56, 0xaa, 0xf5, 0xf9, 0x45, 0x4d, 0xf6, 0xf7, 0x33, 0xeb, 0xc0, 0x2d, 0x23, 0x7d, 0x77, 0xa8, 0x62, 0x01, 0x90, 0x2a, 0x42, 0x44, 0xec, 0xd0, 0x8e, 0x2e, 0x74, 0x87, 0x44, 0x07, 0x77, 0x65, 0xa5, 0x64, 0xa6, 0xf1, 0xaa, 0x35, 0x5c, 0x2d, 0x1d, 0xd8, 0x46, 0x5f, 0xde, 0x58, 0x89, 0xe5, 0x88, 0x96, 0xec, 0x5c, 0xb1, 0x68, 0x5b, 0x9b, 0xf4, 0x59, 0x29, 0x95, 0xba, 0xee, 0x38, 0xbf, 0xdf, 0xd0, 0x97, 0x97, 0xd9, 0x35, 0x89, 0x72, 0x8a, 0x88, 0x95, 0xa7, 0xdb, 0xdb, 0xa1, 0xb0, 0x68, 0x45, 0x3f, 0x93, 0x95, 0x0a, 0x80, 0xd4, 0x17, 0x40, 0xe4, 0xf4, 0x62, 0x49, 0x94, 0xe5, 0x4c, 0xd1, 0xdc, 0x07, 0xa4, 0xaa, 0x11, 0x8d, 0x49, 0x43, 0xea, 0xbf, 0xbc, 0xd1, 0x5f, 0x18, 0x83, 0xf7, 0x89, 0x38, 0x1d, 0xdf, 0x42, 0xa1, 0x89, 0x7a, 0x27, 0x56, 0x1d, 0xd7, 0x24, 0x12, 0x10, 0x29, 0xab, 0xc8, 0x09, 0x96, 0x7d, 0x00, 0x9b, 0x02, 0xa5, 0x84, 0x59, 0xe0, 0xa0, 0x98, 0x7e, 0x63, 0x6b, 0xeb, 0xea, 0x51, 0xa2, 0xea, 0x9c, 0x4b, 0x73, 0xd4, 0x6a, 0x84, 0x9d, 0x08, 0x93, 0x52, 0xa1, 0x2d, 0xed, 0x4e, 0xec, 0x3c, 0x20, 0x71, 0x2d, 0x00, 0xe6, 0xaf, 0xd4, 0x7f, 0x91, 0x4a, 0xe3, 0x2f, 0x6f, 0xac, 0xcd, 0xb9, 0x34, 0x47, 0xcd, 0x05, 0xc0, 0xdd, 0x17, 0x20, 0x22, 0xf9, 0x00, 0x56, 0x41, 0xac, 0xa5, 0x82, 0x60, 0x01, 0xaa, 0x11, 0xfa, 0xac, 0x27, 0x0d, 0x69, 0xa4, 0x75, 0x05, 0x61, 0xe7, 0x44, 0x9a, 0x63, 0x4d, 0x2c, 0x00, 0xbf, 0x39, 0xce, 0xb5, 0x00, 0x62, 0x45, 0xb8, 0xd5, 0xaf, 0xbe, 0xba, 0xf6, 0x96, 0x37, 0x56, 0x6f, 0xa2, 0xaf, 0x39, 0xea, 0x6d, 0x01, 0x5c, 0x13, 0x61, 0x3c, 0x01, 0x42, 0xf4, 0x01, 0xec, 0xc6, 0x18, 0x11, 0x1f, 0xe0, 0xd5, 0xcb, 0x69, 0x6c, 0x2c, 0x07, 0x76, 0x35, 0x94, 0xa8, 0x39, 0x1a, 0xc0, 0x02, 0x48, 0xeb, 0x81, 0x23, 0xf6, 0x52, 0x46, 0x22, 0x84, 0x41, 0x33, 0x19, 0x43, 0x00, 0x66, 0x66, 0x4a, 0xf0, 0xbd, 0xef, 0x65, 0x1b, 0x5c, 0x8b, 0x55, 0xf7, 0xc4, 0x6a, 0xf5, 0x7f, 0xbe, 0xab, 0x89, 0xd1, 0xc6, 0xf2, 0x01, 0xf8, 0xa2, 0x6a, 0x7b, 0x41, 0xbc, 0x5d, 0x48, 0xb5, 0xbb, 0x9b, 0xe5, 0xcb, 0x01, 0x16, 0x08, 0xc0, 0xee, 0xe4, 0xcd, 0xd1, 0x1c, 0xd7, 0x84, 0x00, 0x60, 0x59, 0x44, 0x71, 0x39, 0x24, 0x8f, 0x02, 0x31, 0x1f, 0x40, 0xa0, 0x40, 0x77, 0xdf, 0xb3, 0x05, 0xfe, 0xe9, 0xb1, 0x9f, 0x87, 0x5c, 0xce, 0x91, 0x93, 0x42, 0x7c, 0x5f, 0x7a, 0xbe, 0x49, 0x42, 0x7d, 0xd1, 0xbb, 0x19, 0x43, 0x25, 0xc7, 0x82, 0x80, 0x66, 0x74, 0xae, 0x8f, 0x48, 0x88, 0xdf, 0x24, 0x65, 0x9e, 0x9b, 0x38, 0xee, 0xff, 0xc3, 0xba, 0x00, 0xa1, 0x65, 0x68, 0x08, 0x7a, 0xef, 0xbb, 0x0f, 0x62, 0x03, 0x03, 0x90, 0xbf, 0x70, 0x01, 0xe6, 0xbe, 0xf2, 0x15, 0x28, 0x2d, 0x2e, 0xd6, 0xe5, 0xb7, 0x71, 0xe2, 0x0a, 0x7f, 0x3b, 0xbe, 0x63, 0x07, 0x14, 0xa7, 0xa6, 0xd8, 0x6f, 0x17, 0xc6, 0xc6, 0x1a, 0x47, 0x00, 0xf8, 0x72, 0x48, 0x6b, 0x31, 0x0c, 0xb5, 0x00, 0x76, 0x63, 0x05, 0xb9, 0x34, 0xfa, 0xae, 0xdd, 0x5d, 0x01, 0xe0, 0x27, 0x55, 0x03, 0x7f, 0x45, 0x02, 0x42, 0x42, 0x02, 0x71, 0x95, 0xc0, 0xae, 0x56, 0xbb, 0xa1, 0xd7, 0xea, 0x00, 0x82, 0x9e, 0x77, 0xbe, 0x13, 0x76, 0x7c, 0xe9, 0x4b, 0x10, 0xe9, 0xe8, 0xb0, 0xde, 0xdb, 0xfc, 0x3b, 0xbf, 0x03, 0xe7, 0xee, 0xbd, 0x17, 0x32, 0xcf, 0x3f, 0x5f, 0xd3, 0xdf, 0x6e, 0x7f, 0xfd, 0xeb, 0x61, 0xd7, 0xd7, 0xbe, 0x06, 0x2d, 0x9b, 0x37, 0x5b, 0xef, 0x0d, 0xfd, 0xee, 0xef, 0xc2, 0x85, 0x5f, 0xf9, 0x15, 0x58, 0xf8, 0xfa, 0xd7, 0x1b, 0xc6, 0x07, 0xe8, 0x12, 0x53, 0x21, 0x0c, 0x0a, 0x64, 0x2f, 0x87, 0xac, 0x26, 0xa8, 0x6b, 0x0d, 0xfe, 0x63, 0x3f, 0xfe, 0x09, 0x4c, 0x4e, 0x4c, 0xc2, 0x96, 0xad, 0x23, 0x30, 0x76, 0x75, 0x1c, 0x86, 0x47, 0x86, 0xe0, 0xf8, 0x4f, 0x4e, 0xc0, 0x96, 0x6d, 0x5b, 0xa0, 0x58, 0x28, 0x82, 0x5e, 0x2a, 0xc1, 0x1b, 0xde, 0x78, 0x87, 0x55, 0x58, 0x76, 0x55, 0x1a, 0xbd, 0x5a, 0xbd, 0xb6, 0x6a, 0xac, 0xf9, 0x77, 0x7c, 0xf9, 0xcb, 0xae, 0x85, 0x35, 0x08, 0xc8, 0x3d, 0x4f, 0x3e, 0x09, 0x67, 0xee, 0xb9, 0xa7, 0x66, 0xc9, 0x76, 0xed, 0x77, 0xdc, 0x01, 0x7b, 0x9e, 0x78, 0xc2, 0x4e, 0x5d, 0x30, 0x07, 0x0a, 0x22, 0x9e, 0xd3, 0xf1, 0xbd, 0x7b, 0x6b, 0x6e, 0x09, 0x2a, 0x8c, 0x02, 0xd9, 0x31, 0x7e, 0xec, 0x0f, 0xbc, 0xa6, 0x1a, 0xbd, 0x4c, 0xcd, 0x9f, 0x5e, 0x5a, 0x82, 0xb6, 0xf6, 0x36, 0x98, 0x9a, 0x9a, 0x86, 0xad, 0x14, 0xf4, 0xe7, 0xcf, 0x5f, 0x60, 0x6b, 0x91, 0x8f, 0xbf, 0x72, 0x02, 0x7e, 0xfe, 0xed, 0xf7, 0xc0, 0xb9, 0x73, 0xe7, 0x57, 0x0f, 0xfe, 0x6a, 0x0a, 0x48, 0x8d, 0x07, 0x52, 0x0f, 0xaf, 0x55, 0x65, 0x08, 0x4c, 0x04, 0x68, 0x2d, 0x84, 0xc0, 0x0b, 0xfc, 0x96, 0x10, 0xd0, 0x73, 0xc2, 0x73, 0x9b, 0xfc, 0xd3, 0x3f, 0x6d, 0x9c, 0x28, 0x10, 0xaf, 0x34, 0xc6, 0x05, 0x80, 0x4d, 0x82, 0x09, 0x4b, 0x22, 0x6b, 0x4d, 0x79, 0x2a, 0xe2, 0xfb, 0x8e, 0xdd, 0x0f, 0xde, 0x70, 0x00, 0x3a, 0x3a, 0x0d, 0x53, 0x8f, 0x7d, 0xa9, 0x7e, 0xe6, 0x2d, 0x3f, 0x0d, 0x99, 0x74, 0x06, 0xf2, 0xb9, 0x02, 0x6c, 0xec, 0xeb, 0x65, 0x85, 0xa1, 0x9c, 0x29, 0xde, 0xf5, 0xa4, 0x3c, 0x82, 0xd2, 0xa9, 0x8f, 0x05, 0x18, 0x19, 0x09, 0xe4, 0xe7, 0xd5, 0x16, 0x82, 0x20, 0xf0, 0x87, 0x3d, 0xb7, 0xba, 0x08, 0xc0, 0x91, 0x23, 0x47, 0xa2, 0xf4, 0x66, 0xb4, 0x89, 0x37, 0x85, 0x17, 0xc6, 0x45, 0xa0, 0xcc, 0xcd, 0xcd, 0x49, 0x2d, 0x75, 0x6a, 0xe5, 0xec, 0x56, 0x93, 0xef, 0x63, 0xcf, 0x5c, 0xfc, 0xb0, 0xb7, 0x77, 0x03, 0x64, 0x96, 0x8c, 0xf6, 0xa1, 0xf1, 0x78, 0x0b, 0x2c, 0xa5, 0x8c, 0xd4, 0xe3, 0xf9, 0xb9, 0xf9, 0xaa, 0xfb, 0x04, 0x65, 0x09, 0x6f, 0x1d, 0x69, 0x51, 0xee, 0xf4, 0xe9, 0x50, 0x4e, 0x6a, 0xb5, 0x84, 0x20, 0x2c, 0xf8, 0xc3, 0x9e, 0x5b, 0xcd, 0x05, 0x60, 0xc3, 0x86, 0x0d, 0x09, 0x62, 0xf1, 0x7d, 0x9d, 0xd5, 0x8b, 0xe7, 0x21, 0x74, 0xa4, 0x0e, 0x58, 0xb5, 0xad, 0xa8, 0xc8, 0x4a, 0x24, 0x95, 0x87, 0x7e, 0x6a, 0x0a, 0xfe, 0xb0, 0xd8, 0x5a, 0x1b, 0xbe, 0x5f, 0x7f, 0x9f, 0x60, 0xee, 0xef, 0xff, 0x9e, 0x39, 0xbc, 0xb8, 0xac, 0xb0, 0xd6, 0x42, 0x50, 0x0e, 0xf8, 0x71, 0x79, 0x27, 0x9e, 0xdb, 0x9a, 0x0b, 0xc0, 0xe7, 0x3e, 0xf7, 0xb9, 0x95, 0x8f, 0x7c, 0xe4, 0x23, 0x25, 0x2a, 0x04, 0x68, 0x09, 0x60, 0x7e, 0x61, 0x9e, 0x09, 0x01, 0x16, 0x5f, 0x45, 0x4b, 0xd0, 0xd9, 0xde, 0x09, 0x57, 0xc7, 0xae, 0x08, 0x26, 0x9b, 0x54, 0x86, 0xf3, 0x6a, 0x46, 0x70, 0x56, 0x19, 0xe5, 0x81, 0xd0, 0xa0, 0xae, 0x22, 0xe5, 0xf1, 0xea, 0xab, 0x5b, 0x63, 0x00, 0x60, 0xa8, 0xf3, 0xec, 0x3b, 0xde, 0x01, 0x7b, 0xbf, 0xfd, 0xed, 0x40, 0x60, 0xae, 0x46, 0x08, 0xca, 0x01, 0x3f, 0x3f, 0xa7, 0x7a, 0x84, 0x61, 0xc3, 0xf8, 0x00, 0x84, 0x6a, 0xfe, 0xd7, 0x28, 0xd8, 0x6f, 0xc0, 0x17, 0xa3, 0x97, 0x47, 0x29, 0xed, 0x99, 0x67, 0x45, 0x52, 0x71, 0x79, 0xe4, 0xc8, 0xf0, 0x08, 0x5a, 0x09, 0xca, 0xa1, 0xf3, 0x48, 0x8a, 0x42, 0x61, 0xc9, 0xc5, 0x6f, 0x3d, 0xba, 0xc6, 0x78, 0x01, 0x96, 0x54, 0xc0, 0x99, 0x45, 0x20, 0xfa, 0xed, 0xab, 0x6c, 0x3c, 0x01, 0x3e, 0x1d, 0x0f, 0x83, 0x04, 0x89, 0x04, 0xfb, 0x41, 0x5e, 0xe7, 0x83, 0xdf, 0xab, 0x47, 0x0d, 0xb8, 0xe5, 0x17, 0x5e, 0x80, 0xd3, 0x77, 0xde, 0x09, 0x7b, 0x9e, 0x7a, 0x0a, 0x62, 0xbd, 0xbd, 0xe1, 0x84, 0xe0, 0x6d, 0x6f, 0x63, 0xcb, 0x10, 0xc3, 0x8c, 0xb6, 0xdb, 0x6e, 0x83, 0x3d, 0x8f, 0x3f, 0x1e, 0x1a, 0xfc, 0x28, 0x60, 0x78, 0x4e, 0xf5, 0x18, 0x61, 0x27, 0xc2, 0xbe, 0x4e, 0x6f, 0x12, 0x13, 0x80, 0xcb, 0x97, 0x2f, 0xc3, 0xab, 0x27, 0x5e, 0x83, 0x5b, 0x6e, 0x3d, 0xcc, 0x9c, 0x49, 0xec, 0x3f, 0x8b, 0x5b, 0x75, 0x9c, 0x5d, 0xe2, 0x69, 0x1d, 0xd4, 0x1a, 0x92, 0x04, 0x6b, 0x62, 0xe2, 0x63, 0x1d, 0x08, 0x51, 0x8a, 0x9d, 0xbf, 0xb0, 0x91, 0x00, 0xcd, 0xef, 0x2c, 0x05, 0x4f, 0x7c, 0x94, 0x01, 0xf1, 0x31, 0x36, 0xc6, 0x3b, 0xf5, 0x2a, 0x82, 0xb8, 0xfc, 0xd2, 0x4b, 0x70, 0xe6, 0xae, 0xbb, 0xc2, 0x0b, 0xc1, 0x3f, 0xff, 0x73, 0x28, 0x21, 0x40, 0xf0, 0xef, 0xa5, 0xc7, 0x8c, 0x52, 0x25, 0x19, 0x16, 0xfc, 0xf5, 0x5c, 0xe3, 0x1c, 0x56, 0x00, 0x1e, 0xa1, 0x02, 0xf0, 0x20, 0xdd, 0x3a, 0x50, 0x5b, 0xfd, 0x90, 0x9e, 0x20, 0xd2, 0x9f, 0xe1, 0x91, 0x61, 0xe8, 0xee, 0xee, 0x82, 0x68, 0x2c, 0xaa, 0x04, 0x95, 0xfd, 0x92, 0xb8, 0xa1, 0x4d, 0x54, 0xbb, 0x13, 0x59, 0x53, 0x7b, 0x08, 0x09, 0x09, 0xd9, 0x8d, 0x9c, 0xa8, 0x00, 0xae, 0x6a, 0x04, 0xe7, 0x71, 0xee, 0xb6, 0x70, 0x09, 0xe7, 0xef, 0x63, 0x19, 0x54, 0x56, 0xc1, 0xcb, 0x47, 0xd0, 0x79, 0xd1, 0x24, 0x0f, 0xeb, 0x43, 0xd6, 0x60, 0x82, 0xa0, 0xda, 0x42, 0xd0, 0xe8, 0xe0, 0x0f, 0x2d, 0x00, 0x8f, 0x3c, 0xf2, 0xc8, 0xe4, 0x87, 0x3f, 0xfc, 0xe1, 0xdf, 0xa0, 0x4f, 0xff, 0x1a, 0x5f, 0x67, 0x32, 0x19, 0x78, 0xf6, 0xd9, 0x67, 0x61, 0xf7, 0xee, 0xdd, 0x30, 0x3c, 0x3c, 0xcc, 0xa8, 0x90, 0x0b, 0x54, 0x3e, 0x3d, 0x67, 0x55, 0xfb, 0x96, 0xd3, 0xc5, 0x30, 0xa8, 0x87, 0x6d, 0xd0, 0x31, 0xe5, 0x5e, 0xc4, 0x7a, 0xe0, 0xef, 0x78, 0xfd, 0x0f, 0x7e, 0xbf, 0x1d, 0xe6, 0xd8, 0x41, 0xe7, 0x87, 0x8f, 0xc3, 0xeb, 0x54, 0x08, 0xd6, 0x03, 0xf8, 0x43, 0x0b, 0x00, 0x8e, 0x4f, 0x7f, 0xfa, 0xd3, 0x9f, 0xa7, 0x42, 0xd0, 0x4f, 0x6f, 0x0a, 0x26, 0xa7, 0x44, 0xb0, 0xb1, 0xda, 0xc9, 0x93, 0x27, 0xd9, 0x86, 0x5d, 0x06, 0xe3, 0xf1, 0xb8, 0x2f, 0xc8, 0xc5, 0x9b, 0xee, 0xd5, 0x50, 0x39, 0x8c, 0x10, 0x84, 0x15, 0x92, 0x30, 0xc7, 0x71, 0xc6, 0xfb, 0xc3, 0x82, 0xb7, 0xdc, 0xdf, 0x56, 0x76, 0x62, 0x0f, 0xb1, 0x1f, 0x8e, 0x61, 0x80, 0x75, 0x67, 0x09, 0xd6, 0x0b, 0xf8, 0xcb, 0x12, 0x00, 0x53, 0x08, 0xfe, 0xf8, 0x43, 0x1f, 0xfa, 0xd0, 0xcb, 0xf4, 0x46, 0xe1, 0xf4, 0xdc, 0x21, 0x7e, 0xc3, 0xb0, 0x7f, 0x54, 0x2d, 0x81, 0x7a, 0x3d, 0x1d, 0xa7, 0x51, 0x46, 0xa5, 0x42, 0x80, 0x8b, 0xd2, 0xd7, 0x0b, 0xf8, 0xcb, 0x16, 0x00, 0x1c, 0x9f, 0xf9, 0xcc, 0x67, 0x9e, 0x3a, 0x7a, 0xf4, 0xe8, 0xe1, 0x89, 0x89, 0x89, 0x9f, 0xa1, 0x7e, 0xc0, 0xdb, 0xe8, 0xcd, 0xc3, 0x12, 0xd4, 0x3d, 0xe6, 0x8d, 0xc4, 0xa8, 0x9d, 0x46, 0xb5, 0xa7, 0x46, 0x9f, 0x47, 0x70, 0x2b, 0x95, 0x4a, 0x18, 0x3e, 0x8d, 0xd0, 0xf7, 0xf0, 0xb5, 0x66, 0x86, 0x53, 0x35, 0xfe, 0x1e, 0x5a, 0x13, 0xf3, 0x39, 0x7b, 0x0f, 0xcf, 0x29, 0x1a, 0x8d, 0x6e, 0xa5, 0x16, 0x25, 0x46, 0x84, 0x28, 0x0a, 0x5a, 0x9c, 0x84, 0xd9, 0xe3, 0xca, 0x68, 0x27, 0x63, 0xb6, 0x05, 0x25, 0x44, 0xea, 0x25, 0x8c, 0x99, 0xaa, 0x89, 0x44, 0xdc, 0x13, 0x58, 0x61, 0x1b, 0x40, 0x87, 0x05, 0x2a, 0x5a, 0x8a, 0x95, 0x95, 0x2c, 0x3b, 0x1f, 0xb1, 0x59, 0x20, 0xd2, 0x42, 0x3c, 0x57, 0x63, 0xee, 0xa4, 0x68, 0xb5, 0x7f, 0x32, 0xea, 0xa4, 0xea, 0x60, 0xf4, 0x42, 0xd0, 0xa1, 0xad, 0x3d, 0x69, 0xb4, 0x29, 0x32, 0x7b, 0x76, 0xe1, 0x5a, 0x0b, 0xf6, 0x1c, 0x1b, 0xd8, 0x85, 0x5a, 0x56, 0xda, 0x38, 0x42, 0x80, 0xc0, 0x67, 0x19, 0x03, 0x9d, 0x9d, 0xeb, 0x02, 0xfc, 0x15, 0x09, 0x00, 0x0e, 0x2a, 0x00, 0x78, 0x07, 0xbf, 0x63, 0x6e, 0xae, 0x6b, 0x01, 0x46, 0xfd, 0x15, 0xdc, 0x12, 0xe6, 0x63, 0xab, 0xf9, 0x3c, 0x21, 0x3c, 0x8f, 0x2b, 0x1e, 0xe3, 0x07, 0x6e, 0x38, 0xf0, 0x9e, 0xdd, 0xbb, 0x77, 0xed, 0xa4, 0xe2, 0x63, 0x54, 0x8f, 0xd6, 0xb1, 0x37, 0xd8, 0x0a, 0xec, 0xd8, 0xb1, 0x9d, 0x81, 0xdb, 0x00, 0x94, 0x01, 0x22, 0xb6, 0x95, 0x4a, 0xf6, 0x73, 0xba, 0x25, 0x92, 0xad, 0x30, 0x38, 0x38, 0x50, 0xb7, 0x0b, 0x88, 0xcd, 0x3c, 0x2e, 0x5f, 0x1e, 0x65, 0xa0, 0xc5, 0x14, 0x11, 0x4c, 0x0e, 0xc4, 0xde, 0xbb, 0x38, 0x30, 0x3a, 0x86, 0xe1, 0xe2, 0xb6, 0xb6, 0x36, 0xe6, 0x37, 0x2d, 0xd2, 0x9b, 0x4e, 0x4c, 0xe1, 0xc5, 0xef, 0xcd, 0xcc, 0x4e, 0xb3, 0x8e, 0xee, 0x9b, 0x37, 0x6f, 0x62, 0xf9, 0x47, 0x28, 0x34, 0xd6, 0x16, 0x6f, 0x81, 0x44, 0x0b, 0xbd, 0x24, 0x7f, 0xf7, 0xa5, 0x75, 0x23, 0x04, 0x62, 0x36, 0xe9, 0x7a, 0x00, 0x7f, 0xc5, 0x02, 0xe0, 0x17, 0x30, 0x32, 0x05, 0xc0, 0xd9, 0x3f, 0x96, 0x78, 0xec, 0xcb, 0x1f, 0xd9, 0xd6, 0xdd, 0xdd, 0x3d, 0xd0, 0xdd, 0xdd, 0xf5, 0x86, 0xf6, 0x8e, 0x76, 0x06, 0x08, 0x04, 0x34, 0x02, 0xe5, 0xd0, 0xa1, 0x83, 0xc6, 0x85, 0x73, 0x80, 0x5d, 0xb5, 0x61, 0x2f, 0xdc, 0xb8, 0x47, 0x2d, 0x98, 0x9a, 0x10, 0x0d, 0xcd, 0xe8, 0xbe, 0xc8, 0x5b, 0x8e, 0xf2, 0x0e, 0x8c, 0xc5, 0x42, 0x89, 0x6d, 0x33, 0x33, 0x33, 0xac, 0xe5, 0x28, 0xb6, 0x1b, 0xc5, 0xde, 0xbb, 0xd8, 0x73, 0x17, 0x7b, 0xef, 0xa2, 0x45, 0xeb, 0xee, 0xea, 0xa6, 0xf4, 0x71, 0xd1, 0xc8, 0xa5, 0x22, 0x3c, 0xda, 0x64, 0x47, 0x82, 0x74, 0x68, 0x0c, 0x6a, 0x54, 0x8e, 0x10, 0xac, 0x27, 0xf0, 0x57, 0x5b, 0x00, 0x22, 0xe6, 0xf1, 0x5a, 0xc0, 0xee, 0x07, 0x4b, 0x14, 0x02, 0xa0, 0xea, 0x27, 0xcb, 0xb6, 0x91, 0x91, 0x91, 0xdb, 0x28, 0x6d, 0xd0, 0xd0, 0xa1, 0x66, 0x73, 0x0b, 0xe6, 0x22, 0xfc, 0xb6, 0xb6, 0x24, 0x6b, 0xa2, 0xe1, 0x07, 0x7c, 0x04, 0x51, 0x89, 0x3e, 0xc6, 0x5b, 0x13, 0x4c, 0x7b, 0x96, 0x8b, 0x78, 0x52, 0x31, 0xfe, 0x35, 0x68, 0xa5, 0x56, 0xc7, 0x68, 0x08, 0x18, 0x81, 0x28, 0xef, 0xbf, 0xdb, 0x66, 0xac, 0x8b, 0x46, 0x6b, 0x80, 0x42, 0x4c, 0x29, 0x23, 0xf4, 0xf4, 0xf4, 0x30, 0x8b, 0x80, 0xfd, 0x77, 0x51, 0x00, 0x50, 0x10, 0xd0, 0x3a, 0xf0, 0x76, 0xa5, 0x80, 0xcd, 0x43, 0x28, 0x8b, 0x64, 0x21, 0x52, 0x8d, 0x34, 0x94, 0x6f, 0x50, 0x0d, 0x21, 0x68, 0x34, 0xf0, 0x57, 0x53, 0x00, 0x34, 0x07, 0xf8, 0xf9, 0x63, 0x04, 0xec, 0x66, 0xc9, 0x62, 0xd3, 0x64, 0x51, 0x08, 0xac, 0x86, 0xca, 0xed, 0x9d, 0xed, 0xdb, 0x8d, 0x14, 0x0b, 0x0a, 0x24, 0x0a, 0xfc, 0x64, 0x32, 0xc1, 0x0e, 0x9d, 0x6c, 0x6f, 0x83, 0x7c, 0x36, 0x2f, 0x83, 0x1e, 0xb9, 0x74, 0xc9, 0x6e, 0xb2, 0xc1, 0x1f, 0xb1, 0x6b, 0x4a, 0x4b, 0x35, 0xeb, 0xe6, 0x07, 0x4c, 0xf8, 0x6a, 0xcc, 0xe7, 0x48, 0x48, 0xda, 0x5f, 0xec, 0xbf, 0xcb, 0x7b, 0xef, 0x62, 0xb6, 0x29, 0x6a, 0xff, 0xab, 0x57, 0xaf, 0xb2, 0xde, 0xbb, 0x28, 0x04, 0x18, 0x46, 0xc6, 0x73, 0x5e, 0x5a, 0x5a, 0x62, 0x1b, 0xb6, 0x1c, 0x65, 0x0d, 0x48, 0xe8, 0x35, 0x88, 0x45, 0xe2, 0xd0, 0xd6, 0xda, 0x58, 0x5d, 0x5f, 0x56, 0x23, 0x04, 0x8d, 0x08, 0xfe, 0x6a, 0x0a, 0x40, 0xcc, 0xdc, 0xa2, 0xc2, 0xf3, 0x98, 0x20, 0x0c, 0x28, 0x20, 0x25, 0x73, 0x2b, 0x9a, 0xef, 0xbb, 0x04, 0x83, 0xd2, 0x97, 0x6e, 0xec, 0x64, 0x8e, 0xc9, 0x75, 0xc8, 0xfd, 0x13, 0xf1, 0x84, 0xe1, 0x4c, 0x52, 0x40, 0x6c, 0xd8, 0xd0, 0x03, 0xcb, 0xd8, 0x1d, 0x5e, 0x2f, 0x9a, 0xdc, 0xdf, 0x06, 0x3e, 0x4b, 0xcb, 0xd6, 0x0d, 0x8d, 0x89, 0xda, 0xbf, 0xa5, 0x8e, 0x8d, 0x23, 0xa2, 0x25, 0x8d, 0x59, 0x2b, 0x0e, 0x7e, 0xab, 0x03, 0xbb, 0x66, 0x0b, 0x44, 0xac, 0x25, 0x06, 0xfd, 0x83, 0x6d, 0xcc, 0x07, 0xc8, 0xae, 0xe4, 0x21, 0x97, 0x37, 0xba, 0xb1, 0xa3, 0x05, 0x40, 0x41, 0xc0, 0x46, 0xd4, 0x5b, 0xb7, 0x6e, 0x65, 0xff, 0x0b, 0xfa, 0x0a, 0xe9, 0x74, 0x9a, 0x09, 0x43, 0x2e, 0xdb, 0x78, 0x5d, 0x20, 0xb9, 0x10, 0xec, 0x7d, 0xe6, 0x19, 0x88, 0x76, 0x75, 0x85, 0xfa, 0x8e, 0x4e, 0xff, 0x9f, 0x46, 0x04, 0x7f, 0xb5, 0x04, 0x20, 0x1a, 0x62, 0xe3, 0xc2, 0xc1, 0x1b, 0x0b, 0x70, 0x21, 0xe0, 0x42, 0x61, 0x36, 0x4b, 0xd6, 0x96, 0xa3, 0xd4, 0x29, 0x4c, 0x67, 0xd2, 0xb0, 0xa1, 0x77, 0x03, 0x05, 0x42, 0x86, 0xf2, 0xe6, 0x41, 0xf6, 0x2d, 0xa4, 0x36, 0xb8, 0x90, 0x25, 0x43, 0x1d, 0xe2, 0x1c, 0xd5, 0xa4, 0x3a, 0xd7, 0xfa, 0xba, 0x1d, 0x59, 0x41, 0x07, 0x34, 0x5e, 0x67, 0x01, 0x40, 0x90, 0x27, 0x93, 0x49, 0x41, 0xf3, 0xdb, 0xcd, 0xa7, 0x71, 0x6b, 0xa5, 0xe7, 0x9d, 0xa4, 0x34, 0x27, 0x9b, 0xcd, 0xb2, 0xff, 0x01, 0x69, 0xda, 0xdc, 0xcc, 0x1c, 0xb4, 0x25, 0xdb, 0x20, 0x9a, 0x8b, 0xc2, 0xd4, 0xd4, 0x14, 0xf3, 0x13, 0x30, 0x9f, 0xaa, 0x97, 0x6a, 0x55, 0xf4, 0x15, 0xb6, 0x6c, 0xd9, 0xc2, 0xbe, 0x8b, 0xd9, 0xb6, 0xa3, 0xd0, 0x80, 0xa3, 0x92, 0x12, 0x18, 0x0d, 0x5a, 0x1e, 0xa4, 0x1a, 0x02, 0x10, 0x11, 0xb6, 0xa8, 0xe3, 0xb9, 0xea, 0x35, 0x7f, 0x8f, 0x08, 0x16, 0x81, 0xbd, 0x5f, 0x28, 0x16, 0x27, 0x28, 0x9f, 0xde, 0xb1, 0x9c, 0x41, 0xed, 0x97, 0x83, 0xb6, 0x8e, 0x36, 0x98, 0xa6, 0xe0, 0x18, 0x1e, 0x19, 0x61, 0x3b, 0xc7, 0x28, 0xb8, 0x07, 0xa8, 0x83, 0x9c, 0xa7, 0x16, 0x22, 0x93, 0x5e, 0xa6, 0xda, 0x74, 0xc5, 0xb0, 0x02, 0xcc, 0x1a, 0xe8, 0x3c, 0x3a, 0x0a, 0x39, 0x4c, 0xcc, 0x23, 0x06, 0xcb, 0x32, 0xfa, 0xf7, 0x99, 0x8c, 0x8b, 0xb8, 0xd3, 0x23, 0xfc, 0x78, 0xb6, 0xd5, 0xbe, 0x49, 0x7c, 0xad, 0x71, 0xe6, 0x8f, 0xa1, 0x4a, 0x23, 0x22, 0x8b, 0x3e, 0x00, 0x6b, 0x1c, 0x8e, 0x02, 0x60, 0xfa, 0x02, 0xc9, 0xb6, 0x56, 0x36, 0x41, 0x18, 0x89, 0x45, 0xe9, 0x79, 0x66, 0x21, 0x4a, 0xad, 0x40, 0x31, 0x55, 0x84, 0x85, 0xf9, 0x05, 0xfa, 0x5e, 0x04, 0xae, 0x8e, 0x8f, 0xc1, 0xcc, 0xd4, 0xb4, 0xd1, 0x7d, 0x7d, 0x63, 0x3f, 0xf3, 0x75, 0x50, 0x48, 0xd0, 0x57, 0xc0, 0xef, 0xa1, 0x40, 0x74, 0x87, 0x48, 0x1e, 0xab, 0xf7, 0xb0, 0x26, 0xb9, 0x42, 0x6a, 0x7f, 0x1e, 0x1d, 0x0a, 0x9b, 0x3b, 0xb4, 0xde, 0x04, 0x40, 0x04, 0x3f, 0x8f, 0xe6, 0x38, 0xdf, 0x8b, 0x04, 0x6c, 0x96, 0x55, 0x98, 0x9d, 0x9e, 0xfe, 0x41, 0x4f, 0x4f, 0xf7, 0x4f, 0xe1, 0x81, 0x27, 0xc6, 0xc7, 0x61, 0xd7, 0x9e, 0x5d, 0x2c, 0x96, 0x3e, 0x31, 0x36, 0x0e, 0x1b, 0xfb, 0x7b, 0xa9, 0xc3, 0x38, 0x4c, 0xbf, 0xa1, 0x41, 0x17, 0xe5, 0xd0, 0xdd, 0xf4, 0x06, 0x14, 0xf2, 0x05, 0x46, 0x15, 0x50, 0x60, 0xd0, 0xd1, 0x34, 0xaa, 0x54, 0xe8, 0x56, 0x9e, 0x8d, 0xce, 0x7a, 0x99, 0x11, 0xa3, 0x53, 0x3d, 0xf0, 0x86, 0x65, 0x9a, 0x15, 0x69, 0xd1, 0xcc, 0x5e, 0x67, 0x2a, 0x19, 0x90, 0x1b, 0x55, 0x9a, 0x80, 0xd7, 0xdc, 0xcf, 0xa3, 0x26, 0xc5, 0x41, 0xe0, 0xa3, 0x86, 0x47, 0x6b, 0x80, 0xab, 0xca, 0x62, 0xe6, 0x1c, 0x40, 0x2e, 0x97, 0x63, 0x82, 0x82, 0xeb, 0x90, 0x91, 0xe7, 0xe3, 0xbe, 0x2b, 0xd4, 0x8a, 0xcd, 0xcd, 0xce, 0xb2, 0x10, 0x28, 0xa6, 0x97, 0xbf, 0x72, 0xec, 0x27, 0x4c, 0x00, 0x46, 0xa8, 0xa0, 0xef, 0xd8, 0xb1, 0x83, 0xa5, 0x97, 0xa0, 0x93, 0x3c, 0x39, 0x39, 0x09, 0x9d, 0x8d, 0x08, 0xfe, 0x10, 0x93, 0x5c, 0xaa, 0x79, 0x82, 0x46, 0x14, 0x82, 0xd5, 0x0a, 0x80, 0xa6, 0x0a, 0x67, 0x56, 0xb8, 0x45, 0xce, 0x9d, 0xbb, 0x70, 0x72, 0xcb, 0xf6, 0xad, 0x17, 0x5b, 0x13, 0xad, 0xdb, 0x11, 0xbc, 0x97, 0x2f, 0x8d, 0xc2, 0x8e, 0x5d, 0x3b, 0x18, 0x68, 0x16, 0xe6, 0x17, 0x61, 0x69, 0x31, 0x0d, 0xc3, 0x5b, 0x86, 0x59, 0x12, 0x1e, 0x72, 0x7d, 0x74, 0x8e, 0xbb, 0xa8, 0x6f, 0xc0, 0xc2, 0xa5, 0x94, 0x57, 0xa3, 0x55, 0xc8, 0x51, 0x2d, 0x9a, 0xa5, 0xa0, 0xc3, 0xf9, 0x01, 0xc2, 0x43, 0x8b, 0x3c, 0x99, 0x4d, 0x7c, 0x6e, 0xbe, 0x06, 0x0f, 0x2b, 0xa0, 0xd9, 0xad, 0x2b, 0xed, 0x7f, 0xce, 0xd4, 0xf2, 0xfc, 0x39, 0x26, 0x01, 0xa2, 0xd3, 0x9d, 0xa0, 0x80, 0x47, 0x7a, 0xd6, 0xd2, 0x12, 0x37, 0xba, 0x67, 0x9a, 0x3d, 0x8f, 0xd1, 0x8a, 0xcd, 0xcc, 0xcc, 0x52, 0xc7, 0xd7, 0x58, 0xd8, 0x8d, 0xd1, 0xad, 0x65, 0x74, 0x84, 0x47, 0xaf, 0x5a, 0xfe, 0x41, 0x6a, 0x31, 0x35, 0x45, 0x79, 0xff, 0x59, 0xfa, 0x5a, 0x3f, 0x75, 0xea, 0x94, 0x7e, 0xfa, 0xf4, 0x69, 0x9d, 0xbe, 0xaf, 0x77, 0x75, 0x75, 0xc5, 0xb6, 0x6d, 0xdb, 0xd6, 0xf9, 0x2e, 0x80, 0x5b, 0xd6, 0x3b, 0xf8, 0x1b, 0x59, 0x08, 0x62, 0x35, 0x3e, 0xbe, 0x56, 0xce, 0xfb, 0x18, 0xe7, 0x7f, 0xed, 0xc4, 0xa9, 0x2f, 0xdf, 0x74, 0xf3, 0x8d, 0x1f, 0xa7, 0x80, 0x68, 0x41, 0xed, 0x79, 0xee, 0xcc, 0x59, 0xd8, 0xbe, 0x73, 0x07, 0xb4, 0x9b, 0x0b, 0xb7, 0xc7, 0x28, 0x98, 0x50, 0x9b, 0x6e, 0xdb, 0xbe, 0x15, 0x86, 0x86, 0x86, 0x28, 0x4d, 0x6a, 0x37, 0x42, 0x8f, 0xd0, 0xce, 0xfc, 0x06, 0xbe, 0x46, 0x39, 0x4b, 0x69, 0x10, 0x52, 0xa4, 0x3c, 0x3d, 0x06, 0x52, 0xa6, 0x22, 0xb5, 0x16, 0x85, 0x42, 0x51, 0x6a, 0xea, 0x47, 0xe4, 0x45, 0x0a, 0x4a, 0x13, 0x80, 0x0f, 0xe8, 0xd0, 0xc6, 0x4c, 0xdf, 0x02, 0x35, 0x35, 0xf2, 0x7a, 0x74, 0x7c, 0xe3, 0x89, 0xb8, 0xc5, 0xfd, 0x89, 0xa6, 0x99, 0x91, 0x28, 0x1d, 0x16, 0x17, 0x52, 0x30, 0x7e, 0x65, 0x0c, 0xae, 0x5c, 0xbd, 0xca, 0xde, 0x33, 0x6a, 0x29, 0x51, 0x6d, 0x4f, 0xe9, 0xcf, 0xe8, 0xa5, 0xcb, 0xec, 0xf7, 0xf1, 0x35, 0x3d, 0x9f, 0xc5, 0x97, 0x5e, 0x7c, 0xf9, 0xd3, 0xd4, 0x8a, 0xe1, 0xca, 0x8f, 0x82, 0x63, 0x2b, 0xbe, 0xf0, 0xc2, 0x0b, 0x05, 0x2a, 0x00, 0x5f, 0xbd, 0x16, 0xc0, 0xdf, 0xa8, 0x42, 0xb0, 0x5a, 0x01, 0x50, 0x4d, 0x72, 0x05, 0xc5, 0xff, 0x7d, 0xdf, 0xbf, 0x7a, 0xf5, 0xea, 0x68, 0x47, 0x57, 0xc7, 0xdf, 0xee, 0xde, 0xbd, 0xeb, 0x03, 0x68, 0x15, 0x10, 0xb4, 0x67, 0x4e, 0x9d, 0x81, 0xfe, 0x81, 0x01, 0xd8, 0x3c, 0x34, 0x48, 0x81, 0x63, 0x50, 0x8b, 0x0b, 0xe7, 0x2f, 0xb2, 0x0d, 0xb9, 0xf2, 0x96, 0xad, 0x5b, 0xd8, 0xd6, 0x4e, 0xb5, 0x30, 0x4f, 0x62, 0xeb, 0x12, 0xf8, 0xbf, 0x9d, 0x68, 0x66, 0xcc, 0xd2, 0x52, 0x5f, 0xc3, 0x70, 0x9c, 0x4b, 0x25, 0xd6, 0xd5, 0x06, 0xcc, 0x36, 0xae, 0xdc, 0x89, 0x45, 0x6a, 0xc2, 0x1c, 0xd9, 0x28, 0x76, 0x6a, 0x4f, 0x98, 0x3d, 0x11, 0xc4, 0x96, 0xae, 0x86, 0x2f, 0xa0, 0x11, 0xcd, 0x12, 0x65, 0x8c, 0xe8, 0x8c, 0x51, 0xd0, 0xe3, 0xac, 0x30, 0xd2, 0x32, 0xee, 0x20, 0x1b, 0x40, 0x2f, 0x50, 0xe0, 0x8f, 0xb2, 0x7d, 0xac, 0xc8, 0x48, 0x49, 0xcf, 0x1e, 0x3b, 0x76, 0xec, 0xaf, 0xe9, 0xbe, 0x19, 0x8f, 0x6b, 0x43, 0x00, 0xd6, 0x7e, 0x26, 0xac, 0x1c, 0xf0, 0x63, 0xb4, 0x07, 0x15, 0x4c, 0x90, 0x7f, 0xd0, 0x48, 0x42, 0x50, 0x2d, 0x01, 0x20, 0x3e, 0x71, 0x7e, 0xe7, 0xfb, 0xaa, 0x79, 0x01, 0xe9, 0xbd, 0x53, 0xaf, 0x9e, 0x7a, 0x09, 0xb5, 0xf8, 0xae, 0xdd, 0x3b, 0x7f, 0x15, 0x2d, 0x01, 0xfe, 0xd0, 0x34, 0x56, 0x0c, 0xa3, 0x74, 0xa2, 0x7f, 0xb0, 0x1f, 0x06, 0x06, 0x07, 0xac, 0xca, 0x14, 0xf3, 0xf3, 0xf3, 0x6c, 0x7b, 0xe5, 0xd8, 0x2b, 0x6c, 0x81, 0xce, 0x40, 0x7f, 0x3f, 0xf4, 0x0d, 0xe0, 0x3e, 0xfd, 0x6c, 0xe2, 0xc9, 0x59, 0xb8, 0x36, 0x28, 0x07, 0xc8, 0x93, 0x0a, 0x09, 0xaf, 0xb1, 0xbb, 0xfd, 0xcc, 0xf4, 0x2c, 0x8b, 0xde, 0x4c, 0x4d, 0x4e, 0xd1, 0x73, 0x9b, 0xa6, 0x0e, 0x6c, 0x4e, 0x69, 0xd1, 0xf8, 0xe7, 0x62, 0x76, 0x29, 0xa5, 0x47, 0xa9, 0x57, 0x7e, 0x7c, 0xec, 0x0b, 0x93, 0xe3, 0x93, 0x63, 0x42, 0x14, 0xcc, 0x6b, 0x5b, 0x17, 0xe0, 0xe7, 0x71, 0x7e, 0x4c, 0x86, 0xab, 0xf6, 0xa2, 0x9a, 0x46, 0x17, 0x00, 0xaf, 0x1b, 0x57, 0x02, 0x79, 0x22, 0xac, 0x24, 0x38, 0xbe, 0xce, 0xd7, 0x9a, 0xd3, 0x99, 0x3e, 0x7d, 0xea, 0xf4, 0x8f, 0xd3, 0x4b, 0xa9, 0xb9, 0x83, 0x87, 0x0e, 0xbd, 0x2f, 0x91, 0x88, 0xb3, 0xb2, 0x61, 0x25, 0x0a, 0xbc, 0x89, 0xf1, 0x09, 0x0a, 0xbe, 0x19, 0xe8, 0xdd, 0xd8, 0xcb, 0xc2, 0x86, 0x18, 0x81, 0xe1, 0x23, 0xbd, 0x94, 0x66, 0x1b, 0xd6, 0xfa, 0x61, 0x17, 0x99, 0x72, 0x74, 0x14, 0x8a, 0xce, 0x8e, 0x4e, 0xe8, 0xa0, 0x54, 0xa9, 0xa3, 0xb3, 0xd3, 0x4c, 0xdd, 0xa6, 0x74, 0x86, 0xd2, 0x12, 0x8c, 0xcc, 0xc4, 0xa2, 0x31, 0xf6, 0xda, 0x48, 0x4e, 0x2b, 0x51, 0xe7, 0x93, 0xd2, 0xa5, 0x52, 0x91, 0x81, 0x17, 0x9f, 0x23, 0x0d, 0x63, 0xc7, 0x4d, 0xe3, 0xb1, 0x31, 0x46, 0xbf, 0x04, 0xcb, 0xd4, 0xd7, 0x70, 0xb6, 0x87, 0x15, 0x07, 0xee, 0x8f, 0x95, 0x25, 0xac, 0x8a, 0x19, 0xc2, 0x58, 0x4a, 0x2d, 0x9d, 0x7e, 0xf9, 0xa5, 0x1f, 0x7f, 0x95, 0x3a, 0xc4, 0x73, 0x8e, 0xb9, 0x11, 0x47, 0x48, 0xd8, 0xda, 0xd6, 0x0d, 0xf8, 0x79, 0x9c, 0xbf, 0x16, 0x2b, 0xcb, 0x1a, 0xd9, 0x07, 0x10, 0x81, 0x5c, 0x72, 0x44, 0x78, 0x7c, 0x41, 0xee, 0xb1, 0x59, 0x3e, 0xc2, 0xd8, 0xd8, 0xc4, 0xe5, 0xa9, 0xa9, 0x99, 0x3f, 0xa5, 0x3e, 0xc1, 0xcf, 0x0d, 0x0e, 0x0e, 0xfe, 0x2c, 0xd5, 0xfa, 0x09, 0x53, 0x83, 0x32, 0xcd, 0x8a, 0x1b, 0x72, 0xf1, 0x0d, 0xbd, 0x3d, 0xd0, 0x4d, 0xb5, 0x7d, 0xab, 0xd9, 0x2c, 0x99, 0x83, 0x0e, 0xa3, 0x44, 0x18, 0x73, 0xc7, 0x2d, 0xec, 0x5a, 0x83, 0xb0, 0xd6, 0xc1, 0x69, 0x19, 0x90, 0xf6, 0x2c, 0x2e, 0x2c, 0xd2, 0x6d, 0x81, 0x52, 0x9e, 0x92, 0x2b, 0xec, 0x4d, 0x05, 0x2a, 0x75, 0xe9, 0xe2, 0xe5, 0xa7, 0xa9, 0x60, 0xbf, 0x68, 0x72, 0x7c, 0x5d, 0x00, 0x7e, 0xd1, 0x63, 0x2b, 0xad, 0x37, 0xf0, 0xb3, 0x6b, 0x51, 0xa3, 0xe5, 0x95, 0x0d, 0x29, 0x00, 0x0f, 0x3e, 0xf8, 0x60, 0x7c, 0x62, 0x62, 0x62, 0x90, 0x9a, 0xf8, 0x01, 0x0a, 0xcc, 0x24, 0xdd, 0x62, 0x74, 0x8b, 0xe2, 0x23, 0x7d, 0x8f, 0x3d, 0xe6, 0xf3, 0x79, 0xf6, 0x9c, 0x6e, 0xe2, 0x63, 0x8c, 0x82, 0x0c, 0xb7, 0xa8, 0xf9, 0x3c, 0x2a, 0xbe, 0xc6, 0xfd, 0xcc, 0xd7, 0xb1, 0xd9, 0xe9, 0xb9, 0x13, 0xe9, 0x54, 0xe6, 0xf2, 0xa6, 0xcd, 0x83, 0xb7, 0x77, 0x76, 0x75, 0x1e, 0xa2, 0xe0, 0x8b, 0x73, 0x7c, 0x62, 0x8c, 0x7d, 0xfc, 0xea, 0x04, 0xe5, 0xdf, 0x13, 0x8c, 0xb3, 0xf3, 0x35, 0xca, 0xe8, 0xa8, 0x62, 0x58, 0xd2, 0x92, 0x29, 0x22, 0x3a, 0xbe, 0xf6, 0x73, 0xab, 0xb6, 0x69, 0x98, 0x6a, 0xb7, 0x7c, 0x0f, 0x4a, 0x67, 0xb0, 0x1c, 0x4c, 0x36, 0xbb, 0xc2, 0xa8, 0x0f, 0x46, 0x7b, 0x88, 0xcb, 0x22, 0x18, 0xfe, 0x01, 0xf5, 0x33, 0x96, 0x29, 0x45, 0x7b, 0x75, 0x72, 0x62, 0xea, 0x24, 0xfd, 0x9f, 0xf2, 0x9b, 0x37, 0x6f, 0x1e, 0xa6, 0xe7, 0xcf, 0xb4, 0x3b, 0x7d, 0x2c, 0x2a, 0xb6, 0x02, 0x7f, 0x4e, 0x05, 0x3e, 0x0f, 0x67, 0xcf, 0xae, 0x2b, 0xf0, 0xaf, 0x37, 0x21, 0xa8, 0x58, 0x00, 0x3e, 0xf0, 0x81, 0x0f, 0xdc, 0x49, 0xc1, 0xf9, 0xbf, 0x52, 0xa9, 0xd4, 0x5b, 0xda, 0xcc, 0xf6, 0x9d, 0xd5, 0x5e, 0x48, 0x52, 0xc9, 0x77, 0x4a, 0x05, 0x1d, 0x32, 0x85, 0x65, 0xc8, 0x2c, 0x2d, 0xd7, 0x64, 0x11, 0x8b, 0xf2, 0x06, 0x46, 0xf8, 0xfc, 0x9e, 0x6a, 0xa6, 0x24, 0xd6, 0x36, 0x38, 0xb0, 0xe9, 0x36, 0xdc, 0x2a, 0xba, 0xd0, 0x75, 0x14, 0x80, 0x6a, 0xaf, 0xe4, 0x5a, 0x0f, 0x42, 0x10, 0xab, 0x10, 0xfc, 0x6f, 0xa4, 0xa0, 0xf8, 0xb6, 0xb9, 0x00, 0x66, 0x4d, 0x01, 0x5f, 0xaf, 0xe3, 0x5c, 0xeb, 0xa3, 0x56, 0xcb, 0x18, 0x1b, 0x5d, 0x08, 0x2a, 0x12, 0x00, 0x6a, 0xca, 0xff, 0x90, 0x73, 0x8b, 0xe6, 0x32, 0xc5, 0x6b, 0x00, 0xfc, 0xb7, 0xdf, 0x1e, 0xaa, 0x30, 0x56, 0xb9, 0xe0, 0x17, 0x85, 0xe0, 0xec, 0xdb, 0xdf, 0x1e, 0xaa, 0x30, 0x16, 0x17, 0x82, 0xd3, 0x6f, 0x7d, 0x6b, 0x5d, 0x6a, 0x03, 0x95, 0x2d, 0x00, 0x1f, 0xfc, 0xe0, 0x07, 0x07, 0x0b, 0x85, 0xc2, 0x9b, 0x38, 0x48, 0xba, 0xba, 0xbb, 0x60, 0x70, 0xd3, 0xa0, 0x99, 0x12, 0xac, 0x39, 0x02, 0x44, 0x76, 0xcd, 0x1e, 0xcd, 0x7a, 0x57, 0x5d, 0x57, 0x87, 0xcd, 0xaf, 0x72, 0xf0, 0x99, 0xe9, 0x0b, 0x9c, 0x9c, 0xe3, 0x6b, 0x4d, 0x04, 0xa5, 0x66, 0xee, 0x2f, 0xbc, 0x87, 0xaf, 0xed, 0x09, 0x2e, 0xe1, 0x3d, 0x22, 0xfc, 0xb8, 0xeb, 0x3b, 0xe2, 0xf9, 0x10, 0xeb, 0x98, 0x7c, 0x21, 0x8a, 0xe6, 0xec, 0x33, 0xc6, 0x5f, 0x6b, 0x44, 0xe6, 0xfa, 0x8e, 0x67, 0x44, 0xf8, 0x5c, 0x03, 0x4d, 0x9a, 0xf6, 0x53, 0x1d, 0xd3, 0x25, 0x6a, 0xe2, 0x2e, 0x8f, 0x3f, 0x5e, 0x53, 0x00, 0x20, 0xe0, 0x76, 0x7f, 0xe3, 0x1b, 0x35, 0x03, 0x3f, 0x1f, 0xf8, 0x1d, 0xfc, 0x6e, 0x58, 0x21, 0xc0, 0x73, 0x3a, 0xb1, 0x7f, 0x7f, 0xcd, 0xab, 0xc3, 0x95, 0x2d, 0x00, 0x14, 0xfc, 0xef, 0x46, 0x47, 0x95, 0xbf, 0xde, 0xb5, 0x67, 0x27, 0x1c, 0x79, 0xcf, 0xbb, 0x05, 0xd8, 0x13, 0xe9, 0x26, 0x07, 0xbd, 0xb6, 0x30, 0xc5, 0xc1, 0xe9, 0x00, 0x5f, 0xe5, 0xaf, 0x8d, 0xbf, 0xee, 0xd7, 0x20, 0xbd, 0x16, 0x25, 0x91, 0x81, 0xd1, 0x01, 0x5e, 0x02, 0x7e, 0xaf, 0x65, 0x39, 0x56, 0xbf, 0xd6, 0x94, 0xb8, 0xf6, 0xdc, 0x9f, 0xfd, 0xbe, 0xbd, 0xe7, 0xd3, 0x1f, 0xff, 0xef, 0x35, 0x05, 0x40, 0xef, 0x2f, 0xff, 0x72, 0x60, 0x5d, 0xd0, 0xd5, 0x82, 0xbf, 0x12, 0x21, 0xc0, 0x73, 0xc2, 0x73, 0x9b, 0xfe, 0xf3, 0x3f, 0x6f, 0x2c, 0x01, 0xa0, 0xe0, 0x7f, 0x2f, 0xd7, 0xa2, 0x89, 0xd6, 0x04, 0xec, 0x3f, 0xb0, 0x8f, 0x0b, 0x86, 0x62, 0x92, 0xa0, 0x9c, 0x7a, 0x97, 0xc1, 0xe9, 0xb2, 0x7e, 0xc5, 0xa2, 0x2a, 0x39, 0x66, 0xf5, 0x8f, 0xe7, 0x3f, 0xca, 0x3d, 0x66, 0x3d, 0x8a, 0x63, 0x25, 0xf6, 0xee, 0xad, 0x0b, 0xf8, 0x2b, 0x11, 0x82, 0x30, 0xe7, 0x56, 0x57, 0x01, 0x78, 0xe0, 0x81, 0x07, 0x36, 0x51, 0xfe, 0xff, 0xd3, 0x9c, 0x42, 0xe0, 0x22, 0x95, 0x9d, 0x3b, 0xb7, 0xb3, 0xb8, 0xfc, 0x0b, 0x3f, 0xfc, 0xb1, 0x22, 0x14, 0xd8, 0x1c, 0xaa, 0x31, 0x34, 0xbc, 0x09, 0x36, 0x0f, 0x6f, 0x72, 0x2a, 0x16, 0x96, 0xf0, 0x67, 0xac, 0x7b, 0xae, 0x9f, 0xff, 0x51, 0xb8, 0x72, 0xa5, 0x6e, 0xe0, 0x2f, 0x57, 0x08, 0x82, 0xce, 0xad, 0xee, 0x02, 0x40, 0xc1, 0x7f, 0x84, 0xd3, 0x1f, 0xbc, 0x61, 0xbb, 0xf7, 0xee, 0x61, 0xcb, 0xfb, 0xc6, 0xc7, 0x26, 0xd8, 0xec, 0x67, 0x73, 0x84, 0x1b, 0x13, 0xe3, 0x53, 0x2e, 0x01, 0xc0, 0x89, 0xb5, 0x33, 0xaf, 0x9d, 0x73, 0xa5, 0x54, 0xd4, 0x7a, 0x69, 0x0f, 0x36, 0xa4, 0x1b, 0xfa, 0xbd, 0xdf, 0x53, 0x76, 0x89, 0xa9, 0xe5, 0x32, 0xc6, 0x20, 0x21, 0xd0, 0x33, 0x19, 0x76, 0x6e, 0x0d, 0x25, 0x00, 0x14, 0xf4, 0x47, 0x38, 0xf8, 0x31, 0xc5, 0x60, 0xef, 0xde, 0x5d, 0xcc, 0x50, 0xb3, 0x49, 0xa8, 0x48, 0xa4, 0x89, 0xec, 0xb0, 0x37, 0x1f, 0x17, 0xf3, 0x50, 0xa0, 0xb7, 0xb6, 0x26, 0x44, 0xe5, 0x02, 0xd9, 0xdc, 0x0a, 0xbd, 0x8e, 0xb1, 0xba, 0x9e, 0x0b, 0xf6, 0xe0, 0xba, 0x70, 0xff, 0xfd, 0xae, 0x26, 0x79, 0x85, 0xf1, 0xf1, 0x9a, 0x37, 0xc9, 0x63, 0x42, 0x70, 0xf7, 0xdd, 0xae, 0x26, 0x79, 0x98, 0x54, 0x87, 0x4d, 0xf2, 0xea, 0xd1, 0x29, 0x32, 0xf4, 0xd5, 0x7e, 0xdf, 0xfb, 0xde, 0xb7, 0x99, 0x02, 0xff, 0x4d, 0xfc, 0x75, 0x5f, 0xdf, 0x46, 0xd8, 0xb2, 0x6d, 0x04, 0xf2, 0xf9, 0x22, 0x33, 0xdd, 0x9a, 0xd6, 0xec, 0x74, 0x5e, 0x96, 0xe6, 0x9d, 0x99, 0x87, 0xa1, 0x11, 0xdb, 0x0a, 0xa0, 0x02, 0xc9, 0x64, 0xd2, 0xd0, 0xd5, 0xb9, 0xa1, 0xee, 0xe7, 0x82, 0xdd, 0x18, 0x8f, 0xef, 0xdb, 0xb7, 0x26, 0x6d, 0x52, 0x51, 0xc0, 0x4e, 0x1c, 0x38, 0xd0, 0xd8, 0x6d, 0x52, 0xcd, 0xf1, 0x1e, 0x30, 0xaa, 0xb8, 0x31, 0xb0, 0xef, 0x3f, 0xb8, 0x0f, 0x3a, 0xa8, 0xd9, 0xbc, 0x72, 0x65, 0xdc, 0xca, 0x89, 0x6f, 0x8e, 0xf0, 0x63, 0x7a, 0x6a, 0x46, 0x12, 0x00, 0x1c, 0x9b, 0x87, 0x37, 0x43, 0x7a, 0x71, 0xc5, 0xea, 0xc5, 0x56, 0x6f, 0x4b, 0x50, 0xeb, 0x86, 0x74, 0x7e, 0x7e, 0xc6, 0xf4, 0x5f, 0xfc, 0xc5, 0x9a, 0xfc, 0x76, 0x59, 0x02, 0xc0, 0x9d, 0xdf, 0x1e, 0xd3, 0xf9, 0xc5, 0x20, 0xc5, 0xe4, 0xd8, 0x54, 0x93, 0xfe, 0x54, 0x30, 0xb2, 0x2b, 0x39, 0x96, 0x6d, 0x1a, 0x8f, 0xdb, 0x2c, 0x7f, 0xdb, 0x8e, 0x6d, 0xf0, 0xfc, 0xbf, 0xbd, 0x00, 0x3d, 0xdd, 0xb6, 0x15, 0x68, 0x86, 0x15, 0x1a, 0x40, 0x00, 0xde, 0xfd, 0xee, 0x77, 0x6f, 0xa3, 0xe0, 0x7f, 0x03, 0xe7, 0xff, 0x9b, 0x36, 0x6f, 0xa2, 0xda, 0x6b, 0x98, 0xad, 0xba, 0x5a, 0x4a, 0xa5, 0x9b, 0x02, 0x50, 0xe1, 0x98, 0x9f, 0x5b, 0x80, 0xc1, 0x4d, 0xfd, 0xd6, 0xeb, 0x0d, 0x3d, 0x3d, 0x50, 0x28, 0x15, 0xe4, 0x36, 0xb4, 0xcd, 0xcb, 0xb4, 0xe6, 0x02, 0x80, 0x95, 0xda, 0x8e, 0x70, 0xfa, 0x83, 0x37, 0xe7, 0xc0, 0x0d, 0xfb, 0x58, 0xb5, 0xb6, 0xcb, 0x17, 0x47, 0x9b, 0xd4, 0x67, 0x15, 0x63, 0x76, 0x7a, 0x4e, 0x12, 0x00, 0x1c, 0x03, 0x7d, 0x7d, 0xc0, 0xaf, 0x73, 0x73, 0x34, 0x88, 0x00, 0xd0, 0xf1, 0x4b, 0x9c, 0xfe, 0xf4, 0xf7, 0xf7, 0xc1, 0xf6, 0x6d, 0xdb, 0x58, 0xd4, 0x62, 0x6a, 0x62, 0xa6, 0x79, 0xa3, 0x56, 0x49, 0x83, 0x70, 0x0e, 0x45, 0x6c, 0xcc, 0xbd, 0x75, 0xc7, 0x56, 0x78, 0xf5, 0xf8, 0x69, 0x56, 0x37, 0xb4, 0x39, 0x1a, 0x40, 0x00, 0xee, 0xbd, 0xf7, 0xde, 0xad, 0x54, 0x00, 0x5e, 0xcf, 0x05, 0x60, 0xcb, 0xb6, 0x2d, 0x30, 0x40, 0xb5, 0x16, 0xe6, 0xc0, 0xaf, 0x2c, 0x67, 0x57, 0x25, 0x00, 0xf9, 0x7c, 0x8e, 0xad, 0xcf, 0x5d, 0x77, 0x17, 0x8d, 0x3a, 0xa9, 0x89, 0x44, 0x6b, 0x55, 0x8e, 0xb5, 0xb8, 0xb0, 0x04, 0x1b, 0xfb, 0x6c, 0xce, 0x8f, 0x95, 0xad, 0x5f, 0x7a, 0xe1, 0x65, 0x4a, 0x87, 0x36, 0x34, 0xd1, 0xd9, 0x08, 0x02, 0x90, 0x4c, 0x26, 0xdf, 0xc3, 0xd3, 0x9e, 0x31, 0x3a, 0x71, 0xe0, 0xd0, 0x7e, 0x56, 0xfb, 0xe6, 0xd2, 0xf9, 0xcb, 0xab, 0xd6, 0xfe, 0xe7, 0x2e, 0x9c, 0x81, 0xe5, 0x95, 0xe5, 0x86, 0xba, 0x20, 0x7c, 0x21, 0xbb, 0xd7, 0x40, 0x8d, 0x9d, 0x6c, 0x4d, 0xc2, 0xa1, 0x83, 0x87, 0xab, 0xe6, 0x07, 0x88, 0x02, 0xc0, 0x5a, 0xcf, 0x76, 0x75, 0x34, 0x23, 0x6b, 0x0d, 0x44, 0x81, 0xfe, 0x3d, 0x77, 0x7e, 0x87, 0x86, 0x37, 0xc3, 0xc8, 0xf0, 0x10, 0x9b, 0xae, 0x9f, 0xa1, 0xfc, 0x75, 0x35, 0x02, 0x80, 0x40, 0x4a, 0x24, 0x13, 0xd4, 0xa1, 0xde, 0x0c, 0x3d, 0x62, 0xec, 0x5b, 0xd3, 0x42, 0xf7, 0xc6, 0x35, 0x7e, 0x3f, 0x78, 0x6f, 0xa3, 0xa2, 0x43, 0x75, 0xa8, 0xda, 0xf8, 0xd4, 0x15, 0xc8, 0xa4, 0xd3, 0x6c, 0xdd, 0x70, 0xbc, 0x25, 0xbe, 0xea, 0xe3, 0xe5, 0x18, 0x0d, 0x2a, 0x51, 0x1a, 0x64, 0x87, 0x3e, 0xb7, 0x6c, 0xdd, 0x0a, 0x13, 0x57, 0xa7, 0xa0, 0xa3, 0xbd, 0xa3, 0x89, 0xd0, 0xb5, 0x14, 0x80, 0xfb, 0xee, 0xbb, 0x6f, 0x3b, 0x7d, 0x78, 0x1d, 0xa7, 0x3f, 0x58, 0xa4, 0xaa, 0x8f, 0xfa, 0x00, 0x58, 0xd9, 0x0c, 0x0b, 0xb7, 0xae, 0x46, 0x43, 0xa5, 0x96, 0x16, 0xe1, 0xce, 0x3b, 0x7f, 0x16, 0xd2, 0xa9, 0x65, 0x58, 0x9c, 0x5f, 0x5a, 0x37, 0x17, 0xec, 0xd6, 0x5b, 0x6f, 0x83, 0x96, 0x96, 0x28, 0xa5, 0x29, 0xc7, 0xa0, 0xbf, 0xaf, 0x3a, 0x8d, 0x38, 0x32, 0x4b, 0x19, 0xe8, 0xde, 0x60, 0x97, 0x12, 0x19, 0x19, 0x19, 0x82, 0xd3, 0xaf, 0x9e, 0x66, 0x8b, 0xf9, 0xc5, 0xa1, 0x3b, 0x12, 0x0e, 0xb5, 0x3a, 0xd6, 0x40, 0x5d, 0x2f, 0x23, 0x12, 0x8f, 0xfb, 0x5e, 0xb3, 0xb2, 0x04, 0x80, 0x02, 0xdc, 0xa2, 0x3f, 0x58, 0x89, 0xed, 0xc6, 0x1b, 0x0f, 0xb2, 0xbc, 0xff, 0xab, 0xa3, 0xe3, 0xab, 0xa6, 0x3f, 0x38, 0xed, 0x8f, 0xb5, 0x2f, 0xc7, 0x47, 0xd7, 0xd7, 0x3c, 0xc2, 0x02, 0xa5, 0x2c, 0xbb, 0xf6, 0xee, 0x60, 0xfe, 0x4b, 0xb5, 0xce, 0x7b, 0x61, 0x3e, 0x25, 0x09, 0x00, 0xeb, 0x16, 0x93, 0x68, 0x31, 0x8e, 0x8f, 0x37, 0x34, 0x6f, 0x54, 0x89, 0x2e, 0x61, 0xbd, 0x21, 0xb6, 0xbe, 0xc1, 0x50, 0x3c, 0x58, 0x7f, 0x27, 0x42, 0xe9, 0xa8, 0xbe, 0xb2, 0xd2, 0x44, 0x3e, 0x82, 0xbf, 0xad, 0x0d, 0x22, 0x62, 0x7b, 0x26, 0x7a, 0xad, 0x8a, 0x99, 0x8c, 0xb8, 0xcb, 0x4a, 0x59, 0x02, 0x80, 0xb9, 0x3f, 0x5c, 0xfb, 0x6f, 0xdf, 0xb1, 0x0d, 0xfa, 0x07, 0xfa, 0xa1, 0x50, 0xc8, 0xc3, 0xfc, 0xcc, 0xc2, 0xaa, 0x6f, 0x3e, 0x6f, 0x7a, 0x11, 0x89, 0x44, 0xd7, 0xd5, 0x45, 0xe6, 0xed, 0x8f, 0x3a, 0x3b, 0xdb, 0xab, 0x26, 0x00, 0x18, 0x0d, 0xc2, 0xa8, 0x9a, 0x78, 0xbc, 0xa1, 0xa1, 0xcd, 0xb0, 0x92, 0xa1, 0x42, 0xd6, 0xdb, 0x0b, 0xfa, 0xc4, 0x84, 0xa5, 0xcd, 0xb2, 0xd3, 0xd3, 0xd0, 0x3a, 0x30, 0x60, 0x71, 0x3b, 0x5c, 0xcd, 0x95, 0xfe, 0xde, 0xf7, 0x9a, 0xe8, 0x07, 0x63, 0x65, 0x9b, 0x58, 0x8e, 0x63, 0x65, 0x6a, 0x0a, 0x88, 0x10, 0x64, 0xa1, 0x48, 0x1e, 0x0b, 0x2d, 0x00, 0xf7, 0xdf, 0x7f, 0xff, 0x4e, 0xca, 0xf5, 0xad, 0x85, 0xdc, 0x7b, 0xf7, 0xed, 0x61, 0x33, 0xc0, 0xcb, 0x54, 0xa2, 0xb0, 0x47, 0xd7, 0x6a, 0x6e, 0x7e, 0x36, 0x97, 0xa5, 0xc2, 0xd4, 0x47, 0xe9, 0xcf, 0x7a, 0x9c, 0x44, 0x8b, 0x30, 0x21, 0x18, 0xdc, 0x3c, 0x08, 0x4b, 0x0b, 0xcb, 0x54, 0x90, 0xdb, 0xab, 0x72, 0xd4, 0xe5, 0xf4, 0x0a, 0x74, 0x74, 0xd9, 0xc7, 0xda, 0xbe, 0x7d, 0x1b, 0x3c, 0xfb, 0xdd, 0xe7, 0xa0, 0x1b, 0x93, 0xc4, 0x4c, 0x01, 0xc0, 0x31, 0x77, 0xe6, 0x0c, 0x0c, 0x0d, 0xd8, 0xd4, 0xab, 0xf5, 0xc0, 0x01, 0x56, 0x8c, 0x0a, 0x97, 0x0f, 0x92, 0x75, 0x18, 0x51, 0xab, 0xc6, 0xd0, 0xb0, 0x8b, 0x10, 0x05, 0x7f, 0xeb, 0xfe, 0xfd, 0xd2, 0xfb, 0x78, 0xad, 0xa4, 0xfd, 0x00, 0x4e, 0x87, 0x16, 0x00, 0xea, 0xa4, 0xbe, 0x17, 0x27, 0x00, 0xd0, 0x02, 0x60, 0xd4, 0xe7, 0xe0, 0x0d, 0xfb, 0x29, 0xf7, 0x8d, 0xb1, 0xe9, 0xfb, 0x53, 0x67, 0x4e, 0x4a, 0xad, 0x51, 0xcb, 0x1d, 0x58, 0xe0, 0xea, 0x1d, 0xef, 0xfc, 0x05, 0x2a, 0x00, 0x19, 0x38, 0x75, 0xfa, 0xb5, 0x75, 0x75, 0xb1, 0xa3, 0x11, 0x0d, 0xb6, 0x6e, 0x1f, 0x82, 0xcd, 0x43, 0x9b, 0xe0, 0x47, 0xcf, 0x3f, 0x06, 0xb1, 0x2a, 0xf0, 0x70, 0xac, 0x3d, 0x3a, 0xb4, 0xe5, 0x2e, 0xe9, 0x3d, 0x5c, 0x6c, 0x94, 0xcd, 0x2d, 0x43, 0xaa, 0xbf, 0x17, 0x86, 0x84, 0xf7, 0xaf, 0xbc, 0xfa, 0x2a, 0x0c, 0x1c, 0x3a, 0x04, 0x31, 0x21, 0x85, 0x38, 0x79, 0xd3, 0x4d, 0xd0, 0xba, 0x6f, 0x1f, 0x14, 0xa8, 0xa0, 0xe8, 0xcb, 0xcb, 0xd7, 0x15, 0xf8, 0x91, 0xf6, 0xe0, 0xea, 0x31, 0x2d, 0x91, 0x90, 0x31, 0xb6, 0xb0, 0x00, 0x57, 0x5f, 0x73, 0x61, 0xeb, 0xb1, 0xd0, 0x02, 0x40, 0xb1, 0x6f, 0xd1, 0x9f, 0x3d, 0xfb, 0x76, 0xc3, 0x06, 0x6a, 0x8a, 0xb1, 0xee, 0x3e, 0x56, 0x3c, 0x9b, 0x9c, 0x9a, 0x5c, 0xd5, 0x49, 0xe3, 0x1a, 0x02, 0x2c, 0xa5, 0x72, 0xe6, 0xf4, 0x59, 0x18, 0x1b, 0xbb, 0xb2, 0xee, 0x2e, 0xfa, 0xdc, 0xfc, 0x2c, 0x0c, 0x0c, 0x0e, 0x52, 0xbf, 0x28, 0x0e, 0xf3, 0xf3, 0x73, 0x55, 0x39, 0xe6, 0xd5, 0xf1, 0xab, 0xb0, 0x7b, 0xd7, 0x2e, 0xe9, 0xbd, 0xc3, 0x37, 0x1f, 0x86, 0x31, 0xaa, 0x74, 0xc8, 0x33, 0xcf, 0xe2, 0x92, 0x3b, 0xf6, 0x5e, 0x9e, 0x52, 0xa5, 0xf3, 0x4f, 0x3e, 0x09, 0x7b, 0xee, 0xbd, 0x57, 0x72, 0x82, 0x11, 0x00, 0xf1, 0x6d, 0xdb, 0x9a, 0x3c, 0x08, 0xa9, 0x0e, 0xf5, 0x99, 0xce, 0x3e, 0xf5, 0x14, 0xbb, 0x56, 0x22, 0xff, 0xa7, 0x68, 0xfe, 0xc7, 0x50, 0x02, 0xf0, 0xde, 0xf7, 0xbe, 0x77, 0x17, 0x05, 0xff, 0x2d, 0xa6, 0x1f, 0x00, 0x87, 0x6e, 0xbc, 0x01, 0xba, 0xba, 0x3a, 0xb1, 0x94, 0x37, 0xab, 0xd2, 0x7c, 0xe4, 0xc8, 0x2f, 0x59, 0x36, 0xa5, 0x2c, 0x53, 0x65, 0x7e, 0x01, 0x69, 0x0f, 0xd6, 0xfe, 0x3c, 0x78, 0xf0, 0x00, 0xec, 0xdf, 0xbf, 0xaf, 0x72, 0xd3, 0xe7, 0x75, 0x02, 0x5a, 0x6d, 0x8f, 0x87, 0xe5, 0xda, 0x91, 0xb3, 0xbf, 0xe5, 0xce, 0x37, 0x43, 0x3e, 0x97, 0xf7, 0x39, 0x5e, 0xf8, 0x73, 0x6b, 0x6d, 0x4d, 0xba, 0x3a, 0xd7, 0xa3, 0x1f, 0x80, 0xdb, 0xe8, 0x03, 0xef, 0x83, 0x89, 0xbf, 0xfc, 0xbc, 0xf5, 0xfe, 0xd4, 0xfc, 0x3c, 0x68, 0xdf, 0xf8, 0x06, 0xec, 0xbc, 0xfb, 0x6e, 0x88, 0x76, 0x34, 0x43, 0xa5, 0x92, 0xe6, 0x4f, 0xa7, 0xe1, 0xdc, 0x13, 0x4f, 0xc0, 0x34, 0xbd, 0x46, 0x8e, 0xf1, 0x7f, 0xde, 0x0f, 0x30, 0x1e, 0x4a, 0x00, 0xe8, 0x8d, 0xb8, 0x8f, 0x3f, 0xc7, 0x16, 0x9f, 0xfb, 0xf6, 0xef, 0x61, 0xa0, 0x5d, 0xc9, 0xac, 0x58, 0x00, 0xa8, 0x18, 0x4c, 0xf6, 0x6f, 0x18, 0x93, 0x4e, 0xd1, 0xc8, 0xea, 0xc0, 0x59, 0x21, 0xf0, 0x03, 0x8f, 0x17, 0xf0, 0x31, 0x9e, 0x7f, 0x3b, 0xb5, 0x62, 0xed, 0x66, 0x51, 0x30, 0xdf, 0xe3, 0x85, 0x3c, 0x2f, 0x51, 0x00, 0xc4, 0xe3, 0x6d, 0xfa, 0xcf, 0xff, 0x09, 0xe6, 0x9f, 0x7a, 0x1a, 0x72, 0x17, 0x2f, 0x59, 0xef, 0x4d, 0xce, 0xcc, 0xc0, 0xc2, 0xa3, 0x8f, 0xc2, 0xd6, 0xc3, 0x87, 0x61, 0x03, 0xe5, 0xbe, 0x71, 0xf3, 0x3c, 0xae, 0xd7, 0x91, 0xa7, 0xd4, 0x6f, 0x8e, 0x52, 0x9e, 0xd1, 0x63, 0xc7, 0x20, 0xe7, 0x0c, 0x17, 0x53, 0xee, 0x4f, 0x6d, 0xe5, 0x1f, 0xa8, 0xbe, 0xe7, 0x85, 0xe4, 0x23, 0xfc, 0xc9, 0x0d, 0x37, 0x1e, 0x84, 0x4e, 0x2a, 0x04, 0xd8, 0xe1, 0x10, 0x1b, 0xd4, 0x71, 0x77, 0x3a, 0x08, 0x50, 0xbe, 0x0b, 0xba, 0xdd, 0xd5, 0x53, 0x2a, 0x3f, 0x5e, 0x88, 0x63, 0x85, 0x3e, 0x5e, 0xc8, 0x63, 0x85, 0x3a, 0x5e, 0x19, 0xc7, 0x0a, 0x3a, 0x5e, 0xa4, 0xb3, 0x1d, 0x76, 0xfd, 0xd9, 0x23, 0x70, 0xea, 0xbd, 0xef, 0x87, 0x52, 0xca, 0x9e, 0x33, 0xc1, 0x1b, 0x7d, 0x06, 0x6b, 0xe7, 0xbc, 0xf8, 0x22, 0x24, 0x36, 0x6e, 0x84, 0x18, 0xb5, 0x06, 0xb1, 0x64, 0xf2, 0xba, 0x02, 0x7e, 0x11, 0x71, 0xb9, 0xb4, 0x04, 0xb9, 0xb9, 0x39, 0x00, 0x75, 0x2d, 0xa7, 0x79, 0xaa, 0x56, 0xde, 0xf9, 0x1e, 0x80, 0xc5, 0x50, 0x02, 0x40, 0xe9, 0xcf, 0x5e, 0xaa, 0x89, 0x0e, 0x73, 0xfe, 0x7f, 0xf8, 0x96, 0x1b, 0xa1, 0xad, 0x3d, 0x09, 0x33, 0x53, 0x33, 0x96, 0x86, 0x52, 0x69, 0x3b, 0x12, 0x8c, 0x18, 0x4f, 0x40, 0x94, 0x7d, 0xbc, 0x00, 0x70, 0x55, 0x7c, 0xbc, 0x90, 0xc2, 0x18, 0x4a, 0x20, 0xcb, 0x10, 0xc6, 0x40, 0x81, 0xa4, 0x1f, 0xc5, 0x77, 0x6c, 0x87, 0xbd, 0x8f, 0x7e, 0x09, 0xce, 0xff, 0xfa, 0x47, 0x20, 0x67, 0x56, 0xbf, 0xb6, 0xbf, 0x4c, 0x20, 0x47, 0x2d, 0x02, 0x6e, 0xcd, 0x21, 0x0d, 0xac, 0x2b, 0xf9, 0x8b, 0x94, 0xfa, 0x9c, 0xf2, 0xda, 0xc1, 0x25, 0x00, 0x58, 0xf6, 0x84, 0x83, 0x1f, 0x4b, 0x90, 0xef, 0xde, 0xb3, 0x93, 0xe5, 0x00, 0x61, 0x0b, 0x20, 0xec, 0x7d, 0x15, 0x8c, 0x40, 0xe2, 0x6b, 0xf3, 0x35, 0xcd, 0x8b, 0x17, 0x04, 0xa9, 0x4c, 0x9f, 0xa2, 0x22, 0x1a, 0x09, 0x38, 0x26, 0xf1, 0x38, 0x92, 0xfa, 0x98, 0xbc, 0x10, 0x97, 0xd7, 0x31, 0x89, 0x54, 0xed, 0x27, 0xf8, 0x98, 0xf2, 0xf1, 0xdc, 0xfb, 0x10, 0x85, 0xfe, 0x57, 0x1e, 0xb3, 0xaf, 0x0f, 0x06, 0xbf, 0xfd, 0x2d, 0xb8, 0xf0, 0xd0, 0x23, 0x30, 0xfa, 0xb9, 0xcf, 0x83, 0x9e, 0xcb, 0x35, 0x21, 0xae, 0x1e, 0xe8, 0xf0, 0x7e, 0x2a, 0x01, 0xf0, 0x87, 0x5e, 0x9a, 0xdf, 0x4f, 0x00, 0xde, 0xce, 0x9d, 0xdf, 0xad, 0xdb, 0xb6, 0xb0, 0xac, 0x47, 0x94, 0x87, 0x0e, 0x36, 0xc3, 0x46, 0x40, 0xec, 0x9b, 0x48, 0x9c, 0xaf, 0x35, 0xf9, 0xa6, 0x11, 0x45, 0x59, 0x28, 0x67, 0x69, 0x2a, 0x70, 0xbe, 0xd6, 0xc0, 0xff, 0x73, 0xc7, 0x31, 0x89, 0x03, 0x28, 0x4e, 0xf0, 0xba, 0xcf, 0xc1, 0xef, 0xfb, 0x6e, 0xf1, 0x95, 0xff, 0x27, 0x6f, 0x51, 0x75, 0x9e, 0x9d, 0x26, 0x7c, 0x5f, 0xfe, 0x0e, 0x91, 0x6c, 0x80, 0xb3, 0x06, 0x1d, 0x71, 0x7e, 0xae, 0xc9, 0xaf, 0xa1, 0xa7, 0x13, 0x7a, 0x1f, 0xfa, 0x63, 0x38, 0xf4, 0xdb, 0xbf, 0x05, 0x57, 0xff, 0xf1, 0xeb, 0x30, 0xfe, 0xcd, 0x7f, 0x86, 0xf4, 0xd9, 0x73, 0x90, 0x1d, 0x9b, 0x80, 0xd2, 0xf5, 0x3b, 0x23, 0x8c, 0xff, 0xf8, 0x55, 0x53, 0xe3, 0x7f, 0x03, 0xa3, 0x3d, 0x2a, 0x87, 0x37, 0xac, 0x00, 0xec, 0xe6, 0x16, 0xe0, 0xd8, 0xcb, 0xaf, 0xc0, 0xe7, 0xff, 0xea, 0x6f, 0x59, 0x6f, 0x2c, 0x57, 0xcd, 0x4c, 0xa3, 0x56, 0xa1, 0x0b, 0x12, 0x72, 0x1b, 0x52, 0xb7, 0xa6, 0x24, 0x44, 0xd1, 0x9f, 0x4b, 0x40, 0x96, 0xaf, 0x76, 0xd6, 0x82, 0xfc, 0x49, 0x35, 0x8f, 0xf6, 0x3c, 0xa6, 0x16, 0xc6, 0x47, 0xd5, 0x02, 0xf6, 0xd7, 0xca, 0x3c, 0x9e, 0xac, 0x40, 0xd4, 0x67, 0xa6, 0x79, 0x1d, 0xda, 0x3d, 0xde, 0x76, 0x8f, 0xf2, 0xe2, 0x68, 0x8a, 0xdf, 0xe4, 0xbf, 0xf7, 0xca, 0x8f, 0x7f, 0xc2, 0x7a, 0x2b, 0x08, 0xe3, 0x9e, 0xc7, 0x1f, 0x7f, 0xfc, 0xc9, 0xeb, 0x51, 0x72, 0x54, 0x02, 0x80, 0xbd, 0x99, 0xfb, 0x10, 0xa8, 0x98, 0xf5, 0xf9, 0xfc, 0x0f, 0x7e, 0xa4, 0x00, 0x6f, 0xf5, 0xaa, 0x41, 0x37, 0xc7, 0xda, 0x0f, 0xea, 0xdb, 0x5d, 0xbd, 0x5e, 0xff, 0x77, 0x95, 0x00, 0x7c, 0x94, 0x3e, 0x60, 0x45, 0xd6, 0x44, 0x2d, 0x2b, 0x32, 0x37, 0x47, 0x63, 0x0c, 0x4d, 0xd3, 0x3e, 0xfb, 0xc4, 0x13, 0x4f, 0x9c, 0x68, 0x0a, 0x80, 0x39, 0xbe, 0xfa, 0xd5, 0xaf, 0x3e, 0x73, 0xe4, 0xc8, 0x91, 0x5d, 0x54, 0xfb, 0xff, 0x07, 0xfa, 0xf2, 0xad, 0x14, 0xb4, 0x7d, 0xf4, 0x71, 0x23, 0xdd, 0xe2, 0xb5, 0x6c, 0x32, 0xd1, 0x1c, 0x75, 0x1b, 0x38, 0x75, 0x3d, 0x43, 0x81, 0xff, 0x2a, 0xbd, 0x27, 0x7f, 0xf5, 0xad, 0x6f, 0x7d, 0xeb, 0xb9, 0xeb, 0xf9, 0x62, 0x28, 0xe7, 0x01, 0x1e, 0x7d, 0xf4, 0x51, 0x34, 0x89, 0xff, 0xdb, 0xdc, 0x9a, 0xa3, 0x39, 0xae, 0x2f, 0x01, 0x68, 0x8e, 0xe6, 0x68, 0x0a, 0x40, 0x73, 0x34, 0x47, 0x53, 0x00, 0x9a, 0xa3, 0x39, 0xae, 0xed, 0xf1, 0xff, 0x01, 0x9b, 0x2c, 0x16, 0x35, 0x1a, 0x28, 0x63, 0xa8, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_offline_192_png_len = 17520; unsigned char network_receive_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x31, 0x30, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x70, 0x1c, 0xe7, 0x75, 0xe6, 0xeb, 0x9e, 0x03, 0x33, 0x03, 0x0c, 0x80, 0x01, 0x40, 0x00, 0x24, 0x08, 0x90, 0xe0, 0x25, 0xde, 0xf7, 0x25, 0xd1, 0xb6, 0x48, 0x49, 0xb1, 0x0e, 0x6f, 0x1c, 0xdb, 0x59, 0x3a, 0x3e, 0x92, 0x94, 0x55, 0xeb, 0xf2, 0x25, 0xc7, 0xbb, 0xeb, 0xb8, 0xbc, 0xeb, 0xbd, 0xc2, 0xad, 0x4d, 0x79, 0xbd, 0xae, 0xd8, 0x4e, 0x49, 0x65, 0xcb, 0x52, 0x56, 0xbb, 0x49, 0x25, 0x9b, 0x5a, 0x2b, 0x8e, 0xd7, 0x76, 0x56, 0x92, 0x25, 0xaf, 0x44, 0x5b, 0x12, 0x75, 0xd9, 0x14, 0x0f, 0x51, 0xa4, 0x78, 0x03, 0x24, 0x08, 0x10, 0x37, 0xe6, 0xc4, 0x9c, 0xdd, 0xfb, 0xde, 0xdf, 0xfd, 0xf7, 0xfc, 0x7d, 0xcd, 0x01, 0x0c, 0x20, 0x08, 0x52, 0x53, 0xbf, 0x7a, 0xd0, 0x77, 0xff, 0xef, 0xfd, 0xef, 0x7d, 0xef, 0xfa, 0x1b, 0xe0, 0xbd, 0xe5, 0xbd, 0xe5, 0xbd, 0xe5, 0xdd, 0xbb, 0x48, 0x0b, 0xf9, 0xe1, 0x8e, 0x1c, 0x39, 0xe2, 0x8d, 0x44, 0x22, 0xbd, 0xf9, 0x7c, 0x7e, 0xad, 0xc7, 0xe3, 0xa9, 0xaf, 0xf5, 0xf5, 0x0b, 0x85, 0x42, 0x45, 0xdb, 0xaa, 0x39, 0xb6, 0x96, 0xdb, 0x54, 0x55, 0x4d, 0x48, 0x92, 0x74, 0xfe, 0x5b, 0xdf, 0xfa, 0xd6, 0x55, 0xfa, 0xf3, 0x5d, 0xc5, 0x00, 0xdf, 0xf9, 0xce, 0x77, 0x0e, 0xc9, 0xb2, 0xfc, 0x7d, 0xfc, 0xb9, 0x61, 0x2e, 0xae, 0x8f, 0x9d, 0x6b, 0xac, 0xc5, 0xdf, 0xa5, 0xb6, 0xbd, 0x8d, 0xc7, 0x1f, 0x43, 0xe6, 0xf8, 0x93, 0xef, 0x7e, 0xf7, 0xbb, 0x27, 0xde, 0x15, 0x0c, 0x80, 0xc4, 0xdf, 0x81, 0xc4, 0x7f, 0x05, 0x7f, 0xfa, 0x7d, 0x3e, 0x1f, 0x84, 0x42, 0x21, 0xc0, 0x91, 0xc0, 0x9a, 0xd7, 0xeb, 0xad, 0x19, 0xe1, 0xad, 0xdb, 0xdd, 0x88, 0x52, 0x8e, 0x50, 0x95, 0x5c, 0xc3, 0xed, 0x5a, 0xf8, 0x9e, 0xec, 0x9d, 0x9c, 0x8e, 0xcf, 0xe5, 0x72, 0x30, 0x3a, 0x3a, 0x0a, 0xe9, 0x74, 0x9a, 0x36, 0x4d, 0x22, 0x13, 0xec, 0xfd, 0xde, 0xf7, 0xbe, 0x77, 0xa9, 0x96, 0x7d, 0xed, 0x5d, 0x88, 0x0c, 0x80, 0x9d, 0xf2, 0x6d, 0x22, 0x7e, 0x5b, 0x5b, 0x1b, 0x1c, 0x3a, 0x74, 0x10, 0x82, 0xc1, 0x20, 0xb2, 0x6a, 0xb5, 0xbc, 0xaa, 0x56, 0xb8, 0x49, 0xad, 0xe8, 0x32, 0x6a, 0x15, 0x12, 0x58, 0x55, 0x5d, 0x2e, 0x54, 0xf6, 0x56, 0x16, 0x86, 0x52, 0x54, 0x88, 0xc6, 0x62, 0xf0, 0xd3, 0xff, 0xf3, 0x53, 0x18, 0x19, 0x19, 0x89, 0xe0, 0xa6, 0xff, 0x8a, 0xed, 0xf0, 0xa2, 0x96, 0x00, 0x8f, 0x3f, 0xfe, 0xb8, 0xe7, 0xc6, 0x8d, 0x1b, 0x53, 0xf8, 0xb3, 0xe1, 0x9e, 0x7b, 0xef, 0x81, 0x9e, 0x9e, 0xee, 0x99, 0x8c, 0xf3, 0x2a, 0x08, 0x33, 0xb3, 0x6b, 0x39, 0xee, 0x99, 0x85, 0x96, 0xb6, 0x31, 0x98, 0xf0, 0xe7, 0xb9, 0xb3, 0xe7, 0xe0, 0x47, 0x3f, 0x7a, 0x9c, 0xa4, 0xc2, 0x64, 0x53, 0x53, 0x53, 0x1b, 0x62, 0x23, 0x65, 0xd1, 0x4a, 0x80, 0x6b, 0xd7, 0xae, 0x45, 0x10, 0xf0, 0x35, 0x90, 0x68, 0x6c, 0x6e, 0x6a, 0x66, 0xdb, 0x72, 0xb9, 0x2c, 0x4c, 0xa7, 0x53, 0x33, 0xeb, 0x48, 0x8b, 0xd8, 0xad, 0x6e, 0x60, 0xaa, 0x2e, 0xc7, 0xab, 0x95, 0x4b, 0x0a, 0xd5, 0x5d, 0x15, 0x19, 0xe2, 0xde, 0xe5, 0x9c, 0x70, 0xb8, 0x11, 0x75, 0x60, 0x1d, 0xb4, 0xb7, 0xb7, 0xf3, 0x63, 0x23, 0xd1, 0x68, 0x94, 0x3a, 0x65, 0x62, 0xd1, 0x32, 0x40, 0x5d, 0x5d, 0x5d, 0x18, 0x51, 0x3f, 0x90, 0xee, 0x97, 0x64, 0x4d, 0x40, 0xe5, 0xf2, 0x39, 0x48, 0xa5, 0x93, 0xb8, 0x56, 0xe0, 0xd2, 0xb5, 0x64, 0xf1, 0x58, 0xbf, 0x0c, 0x1e, 0x8f, 0x5c, 0x01, 0x81, 0xd5, 0x92, 0xcc, 0x52, 0xe7, 0x43, 0x6c, 0x21, 0x4b, 0xe5, 0xe9, 0x56, 0x86, 0xf8, 0x7e, 0xbc, 0x8e, 0xc7, 0x23, 0x55, 0xa5, 0x3e, 0x90, 0xcf, 0xf1, 0xfe, 0xb2, 0xed, 0xa6, 0x74, 0x4e, 0x20, 0x10, 0x64, 0x0c, 0x80, 0x03, 0x82, 0x35, 0xea, 0x17, 0xc4, 0x05, 0xe1, 0x45, 0xcd, 0x00, 0xd9, 0x6c, 0xb6, 0x91, 0x03, 0x23, 0x59, 0xd7, 0xfb, 0xaa, 0xaa, 0x49, 0xbc, 0xb1, 0x68, 0x16, 0xbe, 0xfb, 0x77, 0x97, 0x60, 0x31, 0x2d, 0xf4, 0x8a, 0x5f, 0xfd, 0xf4, 0x4a, 0x58, 0xb9, 0x34, 0x68, 0x63, 0x4c, 0xfe, 0xde, 0x12, 0xf6, 0x07, 0x0d, 0x08, 0x02, 0x85, 0x08, 0x84, 0x1b, 0x17, 0x35, 0x08, 0x44, 0xc2, 0x87, 0x15, 0x45, 0xd1, 0x24, 0x80, 0xce, 0x00, 0x8a, 0x3e, 0xba, 0xd3, 0x69, 0xad, 0x43, 0x36, 0xaf, 0x6d, 0x02, 0x7f, 0x9d, 0x07, 0x24, 0x95, 0xeb, 0x75, 0xd5, 0x71, 0xe4, 0x66, 0x73, 0x05, 0x41, 0xf7, 0xab, 0x36, 0x3c, 0x40, 0x8d, 0xdd, 0x43, 0x72, 0xc6, 0x09, 0xa5, 0xae, 0xad, 0xd9, 0xed, 0x2a, 0xd0, 0xb3, 0xaa, 0x06, 0xa0, 0x92, 0x9c, 0xcf, 0x53, 0xed, 0x58, 0x44, 0xc2, 0x87, 0x1f, 0x99, 0x48, 0xa1, 0x6a, 0x93, 0x60, 0x22, 0x9a, 0x63, 0x0c, 0x40, 0x84, 0x4f, 0x25, 0xa7, 0xd9, 0x31, 0x81, 0x60, 0x1d, 0xbb, 0x36, 0x93, 0x12, 0xf8, 0x8c, 0xd4, 0x1f, 0xba, 0xd5, 0x10, 0x5e, 0xd4, 0x0c, 0x80, 0x2f, 0x1d, 0xd6, 0x19, 0xc1, 0x50, 0x01, 0x7c, 0x24, 0x4c, 0x67, 0xf2, 0x6c, 0xbd, 0xac, 0x3d, 0x8c, 0xe2, 0xdf, 0x63, 0x31, 0x9b, 0x34, 0x48, 0xeb, 0x46, 0x6c, 0x2b, 0x61, 0x54, 0xe1, 0x6f, 0x46, 0x10, 0x0b, 0x91, 0xc5, 0x7d, 0x7c, 0xa7, 0x78, 0x2f, 0x89, 0x33, 0x91, 0x70, 0x96, 0x78, 0x1f, 0x22, 0xb0, 0x9d, 0x99, 0xf8, 0x73, 0x6a, 0xfb, 0x52, 0x99, 0x2c, 0x64, 0x32, 0x05, 0x7c, 0x2f, 0x85, 0x11, 0xff, 0xd2, 0x85, 0xab, 0x30, 0x3c, 0x34, 0x0c, 0x5d, 0xcb, 0x97, 0x41, 0x6b, 0x5b, 0x2b, 0x34, 0x85, 0xb9, 0x04, 0x90, 0x0c, 0x53, 0x11, 0xdb, 0xe2, 0x66, 0x00, 0x12, 0x71, 0xf4, 0xa2, 0x8c, 0x01, 0x24, 0xb3, 0x7e, 0xa7, 0x8e, 0xa2, 0x9e, 0x27, 0xbd, 0x59, 0x50, 0x54, 0x3b, 0xa1, 0x15, 0x37, 0x42, 0x9b, 0x09, 0xe7, 0x44, 0x68, 0xc5, 0x81, 0x81, 0x0c, 0x42, 0x2b, 0xd5, 0x13, 0x9a, 0x0d, 0x5e, 0xcb, 0x3e, 0x63, 0xbf, 0xaa, 0x6d, 0x97, 0x65, 0xed, 0x9a, 0xd3, 0x19, 0x4d, 0x52, 0xb5, 0xb6, 0x45, 0x20, 0x3a, 0x15, 0xe5, 0xfd, 0x80, 0xcf, 0x54, 0xe0, 0x66, 0xb1, 0x21, 0x01, 0x70, 0x59, 0xdc, 0x2a, 0x80, 0x73, 0xb8, 0x59, 0x05, 0x28, 0x06, 0x03, 0x10, 0xe6, 0xa3, 0xed, 0xaa, 0xaa, 0x96, 0x25, 0xb4, 0xd3, 0xe8, 0x75, 0x22, 0xb4, 0xb1, 0x9a, 0x23, 0x42, 0x8b, 0x23, 0x5f, 0x7c, 0x3e, 0xae, 0x32, 0x52, 0x19, 0xed, 0xfd, 0x22, 0x91, 0x66, 0xd8, 0xb5, 0x67, 0xbb, 0x81, 0x03, 0xf8, 0x33, 0x4b, 0xba, 0x0a, 0x10, 0xfb, 0x67, 0x51, 0x33, 0x00, 0xf7, 0xf8, 0xc9, 0x5c, 0x05, 0x28, 0xba, 0x04, 0x48, 0xe7, 0xc1, 0x8b, 0x1c, 0x50, 0x70, 0x22, 0xb4, 0x89, 0x74, 0x3a, 0xa1, 0xa9, 0x13, 0x1d, 0x2c, 0x66, 0x46, 0x68, 0xfd, 0x64, 0xc7, 0x11, 0xef, 0xc0, 0x24, 0x8a, 0x28, 0x5d, 0x24, 0x7e, 0xac, 0x0e, 0xd7, 0x54, 0x8b, 0xca, 0x70, 0xf4, 0x3f, 0x98, 0x9f, 0x85, 0x21, 0x07, 0x36, 0xca, 0x55, 0x48, 0x93, 0x6a, 0x53, 0xed, 0xd6, 0x09, 0x67, 0x7c, 0x92, 0x84, 0x5c, 0x02, 0xbc, 0x2b, 0x54, 0x80, 0x81, 0x01, 0xb8, 0x04, 0x20, 0xa0, 0x85, 0x2f, 0x3f, 0x9d, 0x2e, 0x30, 0x33, 0x4b, 0xeb, 0x17, 0x61, 0x44, 0x5b, 0xc1, 0x9b, 0x38, 0x82, 0x5d, 0x44, 0xbb, 0xa1, 0x32, 0x24, 0x33, 0x06, 0x50, 0x1c, 0xf6, 0x81, 0x55, 0x2a, 0xa8, 0xa2, 0xfe, 0xb7, 0xdc, 0xcf, 0xa6, 0x6a, 0x54, 0x13, 0xe8, 0x14, 0xef, 0xe7, 0x41, 0xd1, 0xae, 0x28, 0xaa, 0xa6, 0xda, 0x08, 0xe4, 0x4e, 0xa7, 0xe1, 0xdc, 0xb9, 0x0b, 0xd0, 0xd8, 0xd8, 0x08, 0x6d, 0x4b, 0x5a, 0xd1, 0x3c, 0xac, 0xd3, 0x55, 0x80, 0x04, 0x7e, 0xbf, 0x9f, 0xf5, 0x01, 0xf6, 0x45, 0xe3, 0x62, 0x67, 0x80, 0x70, 0x11, 0x03, 0x48, 0xfa, 0xa8, 0xd2, 0x3b, 0x28, 0x5b, 0x00, 0x12, 0x0a, 0x8a, 0xa2, 0xce, 0x9a, 0xd0, 0xd6, 0x7d, 0x8a, 0x5a, 0x14, 0xf5, 0x56, 0x42, 0x3b, 0x89, 0x70, 0xbb, 0xc4, 0x70, 0x27, 0xb4, 0xdb, 0xfd, 0xf8, 0x28, 0x4f, 0x4d, 0x6b, 0x20, 0x30, 0x91, 0x4c, 0xc1, 0xc4, 0xd8, 0x24, 0x04, 0xd1, 0xfe, 0xcf, 0xe7, 0xc8, 0xe6, 0xcf, 0xb3, 0x13, 0xb9, 0x44, 0x54, 0xb5, 0xdf, 0x8b, 0x5f, 0x05, 0xd8, 0x24, 0x80, 0x00, 0x02, 0x09, 0x11, 0x2b, 0xaa, 0x0b, 0x3a, 0x57, 0x44, 0x9d, 0xed, 0xbc, 0x4f, 0xd1, 0x9d, 0x39, 0x92, 0x8b, 0x85, 0xa0, 0x28, 0x16, 0xd1, 0x2d, 0x8a, 0x7b, 0x45, 0xbc, 0xa7, 0x0b, 0xb8, 0x74, 0xb8, 0x9f, 0xd3, 0x73, 0xb2, 0xe7, 0x63, 0x26, 0xa8, 0x04, 0x89, 0xe9, 0xbc, 0x01, 0x02, 0xdf, 0x77, 0xfb, 0x7e, 0xc8, 0x66, 0x72, 0x50, 0x17, 0xf0, 0x83, 0x44, 0xd2, 0x4e, 0xc7, 0x00, 0xef, 0x1a, 0x06, 0x20, 0x0f, 0xa8, 0x95, 0x01, 0x0c, 0x09, 0x80, 0x68, 0x99, 0xb6, 0x14, 0x14, 0x10, 0x3a, 0x52, 0x75, 0x20, 0xa4, 0xa6, 0xb3, 0x4d, 0x84, 0xb6, 0x48, 0x05, 0x45, 0xb5, 0xbb, 0x89, 0x1d, 0x47, 0xb4, 0x62, 0x07, 0x83, 0x6e, 0xf7, 0x73, 0x94, 0x10, 0x92, 0x6a, 0xba, 0x86, 0x28, 0x4d, 0x18, 0x98, 0x85, 0xa2, 0x0a, 0xa0, 0x47, 0x24, 0x51, 0xcf, 0xc4, 0x3d, 0x63, 0x38, 0x85, 0x6d, 0x14, 0x19, 0x60, 0xd1, 0x63, 0x00, 0x6e, 0xe6, 0x50, 0x27, 0x10, 0xfd, 0x0d, 0x74, 0x8f, 0xff, 0x25, 0x52, 0x79, 0x90, 0x99, 0xeb, 0x57, 0xb5, 0x11, 0xda, 0x91, 0x98, 0x92, 0x3b, 0xa1, 0xc5, 0x91, 0x2d, 0xfa, 0x05, 0x54, 0x2b, 0x82, 0x97, 0xcc, 0xe2, 0x5e, 0x51, 0x9c, 0xfc, 0x03, 0xce, 0x80, 0x93, 0x4b, 0x09, 0xf3, 0xfd, 0x8a, 0xcc, 0xcb, 0xbd, 0xcf, 0x8c, 0x01, 0x74, 0x95, 0xd3, 0xdf, 0x77, 0x9d, 0xfd, 0x8c, 0x44, 0x9a, 0x20, 0xdc, 0xd8, 0x60, 0x38, 0xab, 0xa8, 0x3f, 0xf4, 0x77, 0x68, 0x7c, 0x57, 0x48, 0x00, 0xc3, 0xec, 0xd1, 0x64, 0xb6, 0xe6, 0x25, 0x23, 0x7b, 0x19, 0x3b, 0x83, 0x7c, 0x00, 0xe6, 0x51, 0xe6, 0xac, 0xfb, 0x15, 0xc5, 0x9d, 0xd0, 0x76, 0x13, 0x4d, 0x24, 0xb4, 0x6a, 0xd1, 0xd9, 0x16, 0xcb, 0xc2, 0xec, 0x44, 0xb0, 0x5d, 0xc7, 0x7a, 0x3f, 0x51, 0x25, 0x64, 0xf3, 0x05, 0x88, 0x27, 0xb3, 0x90, 0x4c, 0xe7, 0x70, 0x9d, 0x61, 0x27, 0x64, 0xb3, 0x05, 0xdd, 0xd3, 0x99, 0x86, 0x2b, 0x97, 0xfb, 0x98, 0x13, 0x28, 0x18, 0x0c, 0x40, 0x20, 0x10, 0xd0, 0xc5, 0x3e, 0xe0, 0xef, 0xba, 0x77, 0x87, 0x04, 0xe0, 0x2f, 0xe8, 0xaf, 0xf3, 0x1b, 0x20, 0x89, 0x8f, 0x70, 0x66, 0x05, 0x90, 0xe9, 0x64, 0x11, 0xa9, 0x8a, 0x05, 0xe4, 0x89, 0x20, 0xcc, 0x0d, 0xc8, 0x81, 0xea, 0x0c, 0xce, 0x1c, 0x2d, 0x0b, 0x55, 0x75, 0x14, 0xe1, 0x8e, 0x8e, 0x25, 0x45, 0x70, 0x2c, 0x81, 0x06, 0x58, 0x63, 0x48, 0xe8, 0xa9, 0x78, 0x06, 0x75, 0x7d, 0xd6, 0x70, 0x4f, 0xf3, 0x45, 0x46, 0x13, 0x2f, 0x57, 0x50, 0x99, 0x69, 0x5b, 0x17, 0xac, 0x83, 0x7d, 0xb7, 0xed, 0x82, 0x64, 0x3c, 0x05, 0xc1, 0xfa, 0x20, 0xf8, 0xfc, 0x5e, 0x66, 0x01, 0x91, 0x23, 0xa8, 0xae, 0x2e, 0xf0, 0xee, 0x31, 0x03, 0xe9, 0xa5, 0xfd, 0x3e, 0xbf, 0x26, 0x42, 0x05, 0x54, 0x96, 0x46, 0x51, 0x59, 0x17, 0xf2, 0x32, 0x09, 0x20, 0x8e, 0x7a, 0xb3, 0x2d, 0x5e, 0x1c, 0xe1, 0x8e, 0xee, 0x60, 0x17, 0x5d, 0x0d, 0x0e, 0x76, 0xbc, 0xc9, 0x55, 0x2c, 0x59, 0xf4, 0xb8, 0x05, 0xcd, 0x8b, 0xe6, 0x22, 0x3d, 0xdf, 0x54, 0x3c, 0x6d, 0x10, 0x5d, 0x11, 0xf5, 0x90, 0xe4, 0xec, 0x27, 0x20, 0x7c, 0x13, 0x0a, 0x78, 0x58, 0xf2, 0x0b, 0x4b, 0x80, 0x31, 0xcc, 0x52, 0xb4, 0x7c, 0xa0, 0x68, 0x06, 0x2e, 0x7a, 0x15, 0x40, 0xb1, 0x00, 0x7a, 0x51, 0x9f, 0xcf, 0x6b, 0xb2, 0x00, 0x68, 0xc9, 0xe4, 0x14, 0x08, 0x31, 0x2f, 0xa0, 0xa0, 0x5b, 0x4b, 0x89, 0x70, 0xc9, 0x0e, 0xbe, 0xb8, 0x48, 0x75, 0x24, 0xb4, 0xe2, 0xe2, 0x0e, 0x96, 0x2c, 0x8e, 0x20, 0x0b, 0xd3, 0x71, 0xa9, 0x93, 0xce, 0xe6, 0x61, 0x32, 0x36, 0x0d, 0xe3, 0xd1, 0x69, 0xdd, 0x55, 0x6d, 0x0e, 0x12, 0xb9, 0xb0, 0xbc, 0x2e, 0xdd, 0xf0, 0xdd, 0xea, 0x3c, 0x10, 0x8f, 0x25, 0x20, 0x16, 0x8b, 0x43, 0x43, 0xb8, 0x1e, 0x1a, 0x1a, 0xea, 0x35, 0x1f, 0x88, 0x4c, 0x98, 0xc8, 0x70, 0x05, 0x2f, 0x7e, 0x15, 0xc0, 0xfc, 0x00, 0x86, 0xeb, 0x53, 0x31, 0xb0, 0x40, 0x36, 0xa7, 0x32, 0xa7, 0x08, 0x37, 0x03, 0x45, 0x42, 0x5a, 0x45, 0x38, 0xdb, 0xaf, 0x3a, 0xdb, 0xef, 0x8a, 0x52, 0xda, 0x1d, 0xcc, 0xc5, 0xbb, 0xc1, 0x58, 0xaa, 0x03, 0x36, 0x10, 0x98, 0x2e, 0x9a, 0xc8, 0xc0, 0xf0, 0x44, 0xd2, 0x08, 0x56, 0xe9, 0xa2, 0xac, 0xaa, 0xf7, 0x4e, 0xb3, 0x78, 0x80, 0x0f, 0x4e, 0x9d, 0x78, 0x03, 0x82, 0xa1, 0x10, 0x2c, 0x85, 0x0e, 0x26, 0x05, 0x15, 0xdd, 0x12, 0xf0, 0xfb, 0xeb, 0xe6, 0x84, 0x01, 0xe4, 0x85, 0x44, 0x7c, 0x4a, 0x03, 0xc7, 0x97, 0x64, 0xf2, 0xcf, 0xeb, 0xf1, 0x16, 0x91, 0x3b, 0xfe, 0x37, 0xcd, 0x80, 0x92, 0x36, 0xf2, 0x18, 0x03, 0xe8, 0xa2, 0x96, 0x9a, 0xe2, 0xd0, 0xe8, 0x3c, 0xb6, 0x8f, 0x1d, 0xa7, 0x05, 0x8f, 0x14, 0xb5, 0xb8, 0x4f, 0x29, 0x68, 0x0e, 0x26, 0xfa, 0xbb, 0xa0, 0xeb, 0x60, 0xde, 0xc4, 0x6b, 0x28, 0x05, 0xf1, 0x7a, 0xda, 0xbd, 0x0b, 0xfa, 0xdf, 0x51, 0x14, 0xf1, 0x17, 0xae, 0x4d, 0x40, 0xdf, 0x50, 0xd4, 0x4c, 0xfc, 0x6a, 0x18, 0x5e, 0xe7, 0x3c, 0x1e, 0x0f, 0xd8, 0xb6, 0x73, 0x0b, 0x2c, 0x69, 0x47, 0x10, 0x18, 0x0a, 0xe0, 0x20, 0xf0, 0x1a, 0x21, 0x61, 0x21, 0x16, 0x10, 0x3a, 0x7c, 0xf8, 0xb0, 0x67, 0x51, 0x4a, 0x00, 0xca, 0x06, 0xd2, 0xc4, 0xbf, 0xcf, 0x88, 0x03, 0x68, 0xf1, 0x76, 0x95, 0xe9, 0x7f, 0x36, 0xb0, 0x98, 0xfb, 0xd4, 0x02, 0x02, 0x39, 0x28, 0x53, 0x1c, 0x5c, 0xb1, 0xb6, 0x11, 0x2d, 0x88, 0x76, 0xb5, 0x3c, 0x08, 0x94, 0x1c, 0x70, 0x03, 0x11, 0x7b, 0x70, 0x34, 0xc1, 0x44, 0xbe, 0xab, 0x62, 0xaf, 0x72, 0x21, 0x80, 0x4b, 0xef, 0xc9, 0x45, 0xbf, 0xa0, 0x12, 0x19, 0xb3, 0x79, 0xbc, 0x1e, 0x2d, 0x42, 0xa8, 0x28, 0x52, 0x24, 0x12, 0x69, 0x20, 0xc1, 0xb3, 0xe8, 0x18, 0x00, 0x09, 0xdf, 0x48, 0xc5, 0x11, 0x66, 0x2f, 0xa0, 0xa2, 0x8f, 0x10, 0x0d, 0x3d, 0x7b, 0x64, 0xdd, 0x11, 0x64, 0x35, 0xb7, 0x84, 0x6d, 0xb6, 0x9c, 0x00, 0x13, 0xa1, 0xa5, 0x62, 0x1c, 0x01, 0x2c, 0xb8, 0xc1, 0xe6, 0xe9, 0x13, 0x40, 0x20, 0xfe, 0xca, 0xa3, 0x34, 0x18, 0x99, 0x4c, 0x32, 0x91, 0xaf, 0x31, 0x53, 0x6d, 0x72, 0x6a, 0xe9, 0x5d, 0xa7, 0xb3, 0xda, 0xd3, 0x28, 0xf8, 0x72, 0x93, 0x13, 0x51, 0x1c, 0x0c, 0x7e, 0x26, 0x05, 0x8a, 0x21, 0x61, 0x2d, 0x22, 0xa8, 0xa7, 0x85, 0x35, 0x2e, 0x4a, 0x06, 0xe0, 0x26, 0x0e, 0xe5, 0xbf, 0x81, 0xd5, 0x0b, 0x98, 0x2d, 0x08, 0xa3, 0xad, 0xe8, 0x5d, 0x53, 0x45, 0x7b, 0x5b, 0x2d, 0x1d, 0x21, 0xb4, 0xa2, 0x7a, 0x91, 0xd0, 0x2a, 0xb8, 0x38, 0x6c, 0x74, 0xa9, 0x11, 0x4b, 0x64, 0xe1, 0xe6, 0x78, 0xd2, 0x00, 0x77, 0xb5, 0x4c, 0xa7, 0x26, 0x61, 0x47, 0x20, 0x90, 0x1e, 0xf4, 0xfc, 0xb9, 0x8b, 0x10, 0x9d, 0x8a, 0x43, 0xd7, 0xf2, 0xa5, 0x28, 0xed, 0x22, 0x8c, 0x21, 0xb4, 0xe7, 0x95, 0x8d, 0x9a, 0x88, 0x6c, 0x36, 0x1b, 0x7e, 0x5b, 0x54, 0xc0, 0xb7, 0xbf, 0xfd, 0xed, 0x4e, 0x7c, 0x88, 0xed, 0x68, 0x97, 0xae, 0xc3, 0x3f, 0x83, 0xb5, 0x66, 0x00, 0xe4, 0xee, 0x1e, 0x99, 0x89, 0x78, 0x05, 0xce, 0x9e, 0x3d, 0xcb, 0x4c, 0x9f, 0x4c, 0x66, 0x1a, 0x32, 0xd9, 0x0c, 0xdc, 0x1c, 0x4b, 0x43, 0x6f, 0x4b, 0x0c, 0x9a, 0xfc, 0x19, 0xf0, 0x17, 0x64, 0x23, 0xf8, 0x03, 0x86, 0x6b, 0xd7, 0x9c, 0xba, 0xa5, 0x16, 0x83, 0xfb, 0x9a, 0x33, 0x49, 0x04, 0x8c, 0xaa, 0xc8, 0x34, 0x8a, 0xc5, 0x24, 0x34, 0xe7, 0x17, 0x50, 0x4b, 0x4c, 0xe7, 0x40, 0x42, 0x06, 0x6c, 0x41, 0x9d, 0x9c, 0x52, 0x02, 0x90, 0xcc, 0xd7, 0xf8, 0xd5, 0xa5, 0xa2, 0x8a, 0xeb, 0x5e, 0xb1, 0x1c, 0x47, 0xfb, 0xa0, 0x20, 0xf2, 0x55, 0xdd, 0x1d, 0x0c, 0x86, 0x3b, 0xb8, 0x96, 0x69, 0x61, 0x15, 0x31, 0x80, 0x9e, 0xab, 0xff, 0x1f, 0xf1, 0xe7, 0xd7, 0x89, 0xf0, 0xaa, 0xaa, 0xd6, 0x7a, 0xe4, 0x1b, 0xa2, 0x90, 0x1a, 0x79, 0xc4, 0x4e, 0xbc, 0x7e, 0xc2, 0x56, 0x69, 0xb3, 0xae, 0x4d, 0x27, 0x0a, 0x8f, 0x06, 0x2a, 0xf3, 0x53, 0xa2, 0xd5, 0xe0, 0x51, 0x19, 0xbb, 0xf3, 0x6d, 0xb1, 0x7c, 0x18, 0x2e, 0xa7, 0xba, 0x21, 0x8d, 0xcc, 0x50, 0x93, 0xf7, 0x47, 0xb5, 0x94, 0xd6, 0x55, 0x40, 0x7d, 0x43, 0x08, 0xd6, 0x6d, 0x58, 0x23, 0x38, 0xaa, 0xb4, 0x9c, 0x43, 0x31, 0x2b, 0xa8, 0x96, 0xbe, 0x80, 0x8a, 0x18, 0x00, 0x89, 0x4f, 0x84, 0xff, 0x33, 0xfa, 0xdd, 0xd4, 0xd4, 0x04, 0xf5, 0xf5, 0xf5, 0x73, 0x21, 0xfe, 0x8d, 0x0e, 0xa7, 0x97, 0x25, 0x35, 0x50, 0x69, 0x89, 0x96, 0xdb, 0xbe, 0x5a, 0x1f, 0x8f, 0xa2, 0x97, 0xfa, 0x02, 0xc2, 0x6a, 0x0c, 0x36, 0xd4, 0x5f, 0x84, 0x37, 0x12, 0x1b, 0x20, 0xaf, 0xce, 0x5e, 0x8b, 0x2a, 0xba, 0x9b, 0x5b, 0xb5, 0x98, 0xa4, 0x1c, 0x04, 0xce, 0x65, 0x48, 0xb8, 0xec, 0xd3, 0x3f, 0xf8, 0xe0, 0x83, 0x75, 0xf8, 0x10, 0xff, 0x89, 0x6e, 0xbc, 0x65, 0xcb, 0x16, 0xd8, 0xb6, 0x7d, 0x2b, 0xf8, 0xbc, 0xbe, 0xda, 0x94, 0x6a, 0x95, 0xd8, 0x2c, 0x9a, 0x48, 0x15, 0x5d, 0x57, 0x2d, 0x7b, 0x39, 0xd7, 0xfb, 0x56, 0x5a, 0xf6, 0x55, 0xc8, 0x17, 0x60, 0x6c, 0x6c, 0x4c, 0xab, 0xd2, 0x49, 0x24, 0xa0, 0xdd, 0x3f, 0x0a, 0x43, 0xd9, 0x65, 0x35, 0x70, 0x7e, 0x09, 0x01, 0x21, 0xeb, 0x3e, 0xb5, 0x60, 0x48, 0x80, 0xb9, 0x88, 0x08, 0x96, 0x65, 0x00, 0xd4, 0xcb, 0xdb, 0x90, 0xe3, 0x02, 0x68, 0xa2, 0xc1, 0x96, 0xad, 0x9b, 0x59, 0xa1, 0xe6, 0x4c, 0xac, 0x5d, 0xe7, 0x51, 0x0f, 0xb5, 0xbb, 0x56, 0x95, 0xcc, 0x55, 0xa9, 0x7d, 0x2e, 0x5e, 0x87, 0x44, 0x70, 0xd7, 0xf2, 0x2e, 0xd8, 0xbe, 0x63, 0x3b, 0xbc, 0xf0, 0xfc, 0x0b, 0xd0, 0x28, 0xc7, 0x60, 0x08, 0xba, 0x6a, 0x82, 0x01, 0x92, 0xd3, 0x05, 0xc7, 0xfb, 0x2b, 0xba, 0x57, 0x4b, 0x94, 0x8a, 0xf3, 0xad, 0x02, 0x96, 0x32, 0x3d, 0xd8, 0xd0, 0x60, 0x38, 0x67, 0xa6, 0xd3, 0x49, 0x06, 0xcc, 0x2a, 0xd5, 0xed, 0x15, 0x8f, 0x6e, 0xdd, 0x59, 0xe3, 0x46, 0xe1, 0x72, 0x15, 0x3e, 0xce, 0xc4, 0x57, 0x5d, 0x04, 0x86, 0x5a, 0x4a, 0x90, 0x38, 0x32, 0x51, 0x6b, 0xcb, 0x12, 0x46, 0x88, 0xf6, 0x25, 0x5a, 0xa9, 0x96, 0x17, 0xd2, 0xb5, 0x31, 0x07, 0x10, 0x03, 0xa4, 0xd2, 0x05, 0xfb, 0xfb, 0x08, 0xb1, 0x10, 0x2e, 0x01, 0x74, 0xac, 0x34, 0x7f, 0x12, 0x80, 0xe7, 0xe8, 0x69, 0xf1, 0x79, 0xed, 0x6d, 0x89, 0xf8, 0x69, 0x44, 0xe7, 0x83, 0x83, 0x09, 0x38, 0x79, 0x62, 0x0c, 0xaa, 0x19, 0xde, 0x2a, 0x73, 0x6b, 0x52, 0xd0, 0xc3, 0x5b, 0x19, 0x81, 0x4b, 0x6c, 0xa7, 0xeb, 0x04, 0x82, 0x9e, 0xaa, 0xce, 0x71, 0x22, 0x3e, 0xbb, 0x4e, 0xc0, 0xc3, 0xf6, 0xd0, 0x73, 0xb5, 0xb6, 0x05, 0x1c, 0xd5, 0x84, 0xa2, 0x14, 0xb4, 0xc8, 0x9c, 0x1e, 0x9a, 0xf5, 0x48, 0x4a, 0x4d, 0x0c, 0x42, 0x55, 0x2e, 0x5a, 0x01, 0x56, 0x1c, 0xc0, 0xa3, 0xa1, 0x94, 0x07, 0x21, 0xe0, 0xa2, 0xf9, 0x63, 0x00, 0x31, 0x4b, 0xb7, 0x58, 0xa8, 0xa1, 0x3d, 0xdd, 0x8b, 0x2f, 0x0c, 0xc1, 0x37, 0xbe, 0x7e, 0x0c, 0x16, 0xd3, 0xe2, 0xf1, 0xca, 0xf0, 0xca, 0x6f, 0x3e, 0x06, 0x21, 0x9d, 0x41, 0x45, 0x66, 0xe1, 0x4e, 0x29, 0x1e, 0x99, 0x93, 0xd5, 0x5c, 0x99, 0x40, 0x4f, 0xc5, 0x1a, 0x00, 0xd2, 0x39, 0x3d, 0xec, 0x6d, 0x15, 0x4c, 0xba, 0xdb, 0x99, 0x6a, 0x20, 0xb9, 0x15, 0xc0, 0x8b, 0x67, 0xe6, 0x85, 0x01, 0xc8, 0xe6, 0xe4, 0xee, 0xd9, 0x62, 0x8a, 0x96, 0xf6, 0x94, 0x89, 0x78, 0x0e, 0x22, 0x11, 0x0f, 0x1c, 0x3e, 0xec, 0x73, 0x28, 0x87, 0xb2, 0x97, 0x46, 0x15, 0xd7, 0xb2, 0x39, 0x3b, 0xc7, 0x92, 0xc8, 0x21, 0x9e, 0x47, 0x29, 0x55, 0x99, 0x4c, 0xce, 0xb1, 0xdc, 0x8a, 0xae, 0x63, 0xbd, 0x86, 0xf3, 0x35, 0xd5, 0x12, 0x25, 0x5f, 0x12, 0xd0, 0xcc, 0x2c, 0x79, 0x04, 0x78, 0x6f, 0xbc, 0x31, 0x82, 0x28, 0xbf, 0x0b, 0x26, 0x27, 0x32, 0x10, 0xea, 0xf2, 0x42, 0x2e, 0x9f, 0x87, 0x58, 0x34, 0xc6, 0x12, 0x33, 0x28, 0x21, 0x83, 0x87, 0x75, 0xeb, 0x74, 0x06, 0x90, 0xc8, 0x97, 0x28, 0xa9, 0xb3, 0x96, 0x02, 0xf4, 0x1a, 0x59, 0x34, 0x03, 0x8d, 0x5c, 0x41, 0x11, 0x78, 0x92, 0x27, 0x50, 0xd5, 0xf2, 0x06, 0xb8, 0x04, 0xa8, 0x65, 0x7d, 0x60, 0x45, 0x12, 0x80, 0x1d, 0xe8, 0x90, 0xa3, 0x17, 0x8f, 0x67, 0xb1, 0x63, 0x64, 0xe8, 0xec, 0x6c, 0xb3, 0x98, 0x4e, 0x76, 0x6d, 0x6a, 0x26, 0x84, 0x6a, 0x3b, 0xbe, 0xdc, 0x7e, 0x91, 0x21, 0xdc, 0xf6, 0x01, 0xa8, 0xb6, 0x67, 0x50, 0xdd, 0x52, 0xc2, 0x2c, 0xf7, 0xa2, 0xa5, 0xbf, 0xff, 0x06, 0x32, 0x00, 0x31, 0x76, 0x16, 0xb7, 0x86, 0xe0, 0xf8, 0x6b, 0x27, 0x59, 0x5d, 0xde, 0xb2, 0xe5, 0xcb, 0xa0, 0xa5, 0xa5, 0xd9, 0xd0, 0xc7, 0x3e, 0x21, 0x52, 0x29, 0x23, 0x13, 0x28, 0xb3, 0x75, 0xa8, 0xaa, 0x5a, 0xfc, 0x21, 0x9b, 0x57, 0x8a, 0x95, 0xc2, 0x5c, 0xfa, 0xe8, 0x29, 0x6f, 0x96, 0xea, 0xa0, 0x79, 0x75, 0x04, 0x15, 0xf3, 0xf4, 0xb5, 0x5a, 0x26, 0x03, 0xa8, 0x25, 0x12, 0x59, 0x7c, 0x28, 0xc5, 0x88, 0x58, 0x95, 0xeb, 0xe4, 0x5a, 0x10, 0x5a, 0xe1, 0x45, 0x1d, 0x2e, 0x23, 0xdc, 0x7d, 0xf4, 0x3b, 0xb9, 0x80, 0x55, 0xd3, 0x7e, 0xaf, 0x57, 0x7b, 0x8f, 0x18, 0x4a, 0x36, 0x5a, 0x56, 0xad, 0x59, 0x01, 0x23, 0x37, 0xc7, 0x8a, 0x81, 0x29, 0xdd, 0x2f, 0x4f, 0x23, 0x91, 0x08, 0x42, 0x7e, 0x79, 0xc2, 0x01, 0xca, 0x6c, 0xd5, 0x00, 0x75, 0x6b, 0x81, 0x42, 0xc2, 0x2a, 0x32, 0x80, 0x03, 0x0e, 0x30, 0xb2, 0x82, 0xfc, 0x6f, 0x0b, 0x03, 0x18, 0x39, 0x7a, 0xd6, 0x72, 0xed, 0x78, 0x2c, 0xcb, 0x3a, 0x4d, 0x8b, 0x58, 0xcd, 0x35, 0xa1, 0x9d, 0x47, 0xbc, 0x1b, 0xd3, 0x89, 0x69, 0xe1, 0xc5, 0xed, 0x52, 0x49, 0x09, 0xe2, 0xf5, 0x4a, 0x86, 0x64, 0xa3, 0x65, 0xc9, 0x92, 0x36, 0xd6, 0x8a, 0x20, 0x50, 0xf7, 0x58, 0x0a, 0xe5, 0xda, 0x1e, 0xc8, 0xe3, 0xbf, 0xba, 0xd9, 0x61, 0x00, 0x9e, 0x14, 0x92, 0x2d, 0xe0, 0x68, 0x93, 0x1d, 0x70, 0x00, 0xf6, 0x2f, 0x4b, 0x0c, 0xad, 0x33, 0x0d, 0xca, 0xf9, 0x07, 0x81, 0x92, 0x64, 0x02, 0x26, 0x71, 0x1c, 0x29, 0x1e, 0x8f, 0x82, 0x3a, 0x54, 0x71, 0x1d, 0xf1, 0x22, 0xa1, 0xdd, 0x12, 0x37, 0x6b, 0x43, 0x68, 0xb7, 0x14, 0x2e, 0xf1, 0x1c, 0x62, 0x56, 0xc9, 0xf5, 0x59, 0xbc, 0x5e, 0xd2, 0xb3, 0xc4, 0xd8, 0x39, 0x93, 0xc5, 0xc0, 0x63, 0x09, 0x1c, 0x04, 0xca, 0x42, 0xad, 0x9e, 0x4c, 0x43, 0x77, 0xb6, 0x18, 0x40, 0x5f, 0xb3, 0x22, 0x51, 0xd5, 0xe7, 0x60, 0x1d, 0xa3, 0x04, 0x50, 0x3d, 0x86, 0xf5, 0x31, 0xaf, 0x8e, 0x20, 0xd1, 0x0c, 0xe4, 0x44, 0xe0, 0x1d, 0x11, 0x8d, 0xa6, 0x81, 0x36, 0x17, 0x0a, 0xca, 0x1c, 0x10, 0x5a, 0xc8, 0xe8, 0xb7, 0x49, 0x17, 0x2b, 0x18, 0x74, 0xc7, 0x1a, 0x34, 0xea, 0xed, 0x4c, 0xe0, 0x4c, 0x02, 0x12, 0xed, 0x5e, 0xaf, 0xca, 0x24, 0x1b, 0x2d, 0xc3, 0x37, 0x47, 0xa0, 0xff, 0xea, 0x75, 0x68, 0xef, 0x6c, 0x47, 0x49, 0x20, 0x94, 0x6b, 0x0b, 0x6e, 0x59, 0x59, 0x9a, 0x3d, 0x03, 0x80, 0x91, 0xf4, 0xaa, 0x38, 0x9a, 0xcd, 0x4c, 0xf2, 0x78, 0x54, 0x3d, 0x4f, 0x72, 0xfe, 0x19, 0x80, 0x59, 0x01, 0x3c, 0x4b, 0x57, 0x15, 0x92, 0xdf, 0xa3, 0x51, 0x54, 0x01, 0x1e, 0x45, 0x0b, 0x58, 0x38, 0x10, 0xba, 0xbc, 0x34, 0x80, 0x12, 0xfb, 0x14, 0x07, 0x80, 0x67, 0x1e, 0xf1, 0x4e, 0x18, 0x40, 0x1b, 0xf9, 0x22, 0xb3, 0x88, 0xcc, 0x69, 0x3d, 0x47, 0x12, 0xae, 0xab, 0x99, 0x5a, 0x1e, 0x4f, 0x01, 0xe2, 0x89, 0x1c, 0xeb, 0xf8, 0x4c, 0x36, 0x0b, 0xe9, 0x74, 0x86, 0xb9, 0x80, 0xc9, 0x4a, 0xa0, 0x5c, 0x05, 0x1d, 0x85, 0x17, 0x27, 0x6c, 0x40, 0x05, 0x30, 0x6b, 0xfa, 0xf3, 0x20, 0x58, 0x56, 0xb1, 0x3b, 0xb8, 0x54, 0x30, 0x26, 0xa1, 0x10, 0xf2, 0x02, 0x6b, 0xa6, 0x02, 0xe4, 0x4a, 0x54, 0x00, 0x93, 0x00, 0x3e, 0x3f, 0x68, 0xe9, 0xce, 0x45, 0xca, 0x25, 0xb0, 0xa3, 0x7c, 0x3e, 0x09, 0x3b, 0x47, 0x9b, 0x29, 0x43, 0x6b, 0x05, 0x23, 0xd5, 0x4a, 0xb3, 0x59, 0xc1, 0x08, 0x69, 0x72, 0xc6, 0xe0, 0x19, 0x3d, 0x7c, 0x9f, 0x86, 0x21, 0x14, 0xfd, 0x78, 0x4b, 0x4a, 0x96, 0xa2, 0x82, 0xb5, 0x10, 0x44, 0xdc, 0xc7, 0x75, 0xbc, 0xb6, 0x56, 0xf4, 0x59, 0x3b, 0xc4, 0x6b, 0x80, 0xcb, 0xb9, 0x20, 0x30, 0xae, 0xf6, 0xb7, 0x2c, 0x13, 0xb8, 0x53, 0x0c, 0x0c, 0xd0, 0xdd, 0xd3, 0x05, 0xb7, 0x1e, 0xd8, 0x03, 0x5d, 0xcb, 0x3b, 0x21, 0xdc, 0x58, 0x4f, 0x47, 0x01, 0xaf, 0xd4, 0x31, 0x7c, 0x01, 0xc8, 0x00, 0x3c, 0x8a, 0x39, 0x9b, 0xc6, 0x72, 0x02, 0x04, 0x67, 0x90, 0x2a, 0x54, 0x9f, 0xf2, 0xd0, 0xb6, 0xcf, 0x6f, 0xa4, 0x85, 0xd5, 0x1f, 0x39, 0x72, 0x44, 0x9e, 0x17, 0x09, 0xc0, 0xb9, 0xcd, 0x67, 0x49, 0xd2, 0xe4, 0x7e, 0x80, 0xa5, 0x9d, 0x76, 0xb1, 0x6a, 0xad, 0xce, 0xd1, 0x88, 0xed, 0x36, 0x65, 0x8a, 0x6a, 0x41, 0xe4, 0x92, 0x4d, 0x8f, 0x3b, 0x99, 0x8b, 0x45, 0xd1, 0x29, 0x95, 0xc5, 0x06, 0x56, 0x95, 0xc0, 0x33, 0x83, 0x8b, 0xcf, 0xca, 0x01, 0x22, 0xc5, 0xe0, 0xf3, 0x26, 0x0c, 0x40, 0x79, 0x79, 0xd4, 0x54, 0xbd, 0x48, 0x95, 0xdd, 0x51, 0x98, 0xb1, 0xc3, 0x23, 0xd7, 0xc6, 0x1b, 0x48, 0x0f, 0xc4, 0x67, 0x0a, 0xb1, 0x82, 0x40, 0x9e, 0x16, 0xc7, 0xe3, 0x01, 0x08, 0x3e, 0xe5, 0xd7, 0x5f, 0x7f, 0x9d, 0x42, 0xb2, 0xf1, 0x79, 0xb3, 0x02, 0xfc, 0x7e, 0xa1, 0x52, 0x47, 0xef, 0xb8, 0x54, 0x2a, 0xa7, 0x63, 0x80, 0xa2, 0xe8, 0x76, 0x4a, 0xa9, 0x76, 0x33, 0xd1, 0xb4, 0x73, 0x24, 0x13, 0x81, 0xc4, 0xeb, 0x94, 0xbe, 0x9e, 0x5a, 0x72, 0x5f, 0x31, 0x6f, 0xd0, 0xba, 0x5f, 0xac, 0xf7, 0x17, 0xf7, 0x29, 0xfa, 0x8c, 0x63, 0x05, 0x06, 0x6e, 0x99, 0xcb, 0x1b, 0xc5, 0xff, 0xc5, 0x0b, 0x57, 0xa0, 0x21, 0xdc, 0xc0, 0x0a, 0x37, 0x59, 0xb9, 0xb6, 0x0a, 0x26, 0x15, 0x20, 0x29, 0x78, 0x6c, 0x2d, 0x52, 0x34, 0x25, 0xd0, 0x54, 0x80, 0x63, 0x88, 0x44, 0x31, 0x66, 0x15, 0xa5, 0xfb, 0x52, 0x58, 0x5a, 0xa7, 0xcb, 0xbc, 0x30, 0x40, 0x83, 0x56, 0xae, 0xed, 0x33, 0x3d, 0x0c, 0x01, 0xbf, 0x4c, 0x46, 0x65, 0xa8, 0x99, 0x8b, 0x52, 0xd5, 0xa9, 0x56, 0xbf, 0x84, 0xe9, 0xc7, 0xc5, 0xb0, 0x48, 0x20, 0x33, 0x61, 0x24, 0xcb, 0x68, 0xb7, 0xe6, 0xe7, 0x8b, 0x44, 0xe6, 0xa3, 0xdb, 0xee, 0x00, 0x2a, 0x8e, 0x24, 0xf3, 0x3e, 0x7a, 0x87, 0x54, 0x2a, 0x05, 0xb1, 0x58, 0x0a, 0x89, 0x9e, 0x42, 0x95, 0x96, 0xc2, 0x4e, 0x6e, 0x87, 0xa9, 0xa9, 0x8c, 0xee, 0x0f, 0x88, 0xc3, 0xf0, 0xf0, 0x88, 0xd6, 0xe9, 0x99, 0x1c, 0x33, 0xfb, 0x00, 0x54, 0x73, 0x60, 0x86, 0x61, 0x80, 0x1a, 0xc4, 0x03, 0xf0, 0x4a, 0xe9, 0x4c, 0xc1, 0x05, 0x04, 0x2a, 0x06, 0x48, 0xad, 0x75, 0x3c, 0xa0, 0x24, 0x03, 0x3c, 0xf2, 0xc8, 0x23, 0xa1, 0x64, 0x32, 0xe9, 0xd5, 0x44, 0x8f, 0xac, 0x7b, 0xac, 0x14, 0x5d, 0xff, 0xe7, 0x41, 0x73, 0x11, 0x83, 0x03, 0xf1, 0xcb, 0xdb, 0xe2, 0x56, 0x10, 0x28, 0x12, 0xbf, 0xc8, 0x24, 0x66, 0x09, 0x51, 0xb9, 0x87, 0xd1, 0x49, 0x52, 0x68, 0x4b, 0x2a, 0x95, 0x46, 0x02, 0xc7, 0x60, 0x72, 0x32, 0xce, 0x7e, 0x5b, 0x19, 0x85, 0x40, 0x60, 0x2c, 0x96, 0x65, 0x1d, 0x4f, 0x93, 0x34, 0xdc, 0xf6, 0xbe, 0xbd, 0xc8, 0xe8, 0x59, 0x56, 0xad, 0x23, 0x21, 0x46, 0x50, 0xf5, 0xd1, 0x6a, 0x58, 0x01, 0x6a, 0xbe, 0x26, 0x2a, 0x40, 0x51, 0x29, 0x22, 0xa8, 0x38, 0x46, 0x53, 0x55, 0x3d, 0x24, 0xec, 0x31, 0x27, 0xca, 0x34, 0xce, 0x39, 0x03, 0x4c, 0x4f, 0x4f, 0x87, 0xb5, 0x40, 0x84, 0x47, 0x2f, 0x65, 0x2e, 0xaa, 0x00, 0x02, 0x80, 0x9a, 0xed, 0xcc, 0xf3, 0xd6, 0x24, 0xc1, 0x3c, 0x13, 0x81, 0x99, 0x64, 0x13, 0xfb, 0x8a, 0xe2, 0x2c, 0x0d, 0xac, 0x04, 0x2f, 0x62, 0x0e, 0xa9, 0xa4, 0x89, 0x69, 0xc5, 0x14, 0x74, 0xbc, 0xa2, 0x14, 0x8f, 0x25, 0x42, 0x8f, 0x8f, 0x47, 0xd1, 0x6a, 0x49, 0x20, 0xaa, 0xcf, 0x9a, 0x5d, 0x30, 0x92, 0xb8, 0x26, 0x06, 0x28, 0x9a, 0x81, 0x74, 0x29, 0x2d, 0x0e, 0x10, 0xd0, 0xef, 0x53, 0x30, 0x62, 0xf3, 0x06, 0x03, 0x30, 0x10, 0x58, 0x1b, 0x15, 0x20, 0x82, 0x40, 0x53, 0x24, 0x92, 0xa7, 0x85, 0xe9, 0x12, 0x40, 0x54, 0xcd, 0x73, 0xca, 0x00, 0xe2, 0xa4, 0x8d, 0x4e, 0x71, 0x00, 0xce, 0x00, 0xd6, 0x99, 0xb3, 0x4b, 0xc5, 0x04, 0x8c, 0xd9, 0x3d, 0x54, 0xb3, 0x74, 0x90, 0xa4, 0x52, 0xe7, 0xea, 0x29, 0xd3, 0x8a, 0xe4, 0xa8, 0x1a, 0xec, 0x4c, 0xa3, 0x01, 0x36, 0x22, 0xf8, 0xe8, 0xe8, 0x14, 0x3e, 0x6b, 0x52, 0xc0, 0x5a, 0xb2, 0x15, 0x7b, 0x15, 0x29, 0xa0, 0x33, 0x00, 0x63, 0x6e, 0xfd, 0x5a, 0x37, 0xae, 0x0f, 0x32, 0xf1, 0xdc, 0xd8, 0xd4, 0xc0, 0xb0, 0x80, 0x96, 0x31, 0x6c, 0x31, 0x03, 0x6b, 0x92, 0x14, 0x20, 0x43, 0x52, 0xaf, 0x0d, 0xb0, 0x81, 0x40, 0x9e, 0x2a, 0x27, 0x84, 0x84, 0x6b, 0x15, 0x11, 0x2c, 0x87, 0x01, 0x8c, 0x34, 0x6d, 0xeb, 0x6c, 0x1d, 0x09, 0x83, 0x01, 0xec, 0xba, 0xd5, 0x2a, 0xa2, 0xcd, 0x48, 0xdb, 0xca, 0x00, 0x92, 0x20, 0x15, 0xdc, 0xc0, 0xa3, 0x38, 0x55, 0x8c, 0xd5, 0x41, 0x64, 0xfe, 0x4d, 0xd3, 0xaa, 0x8c, 0x8c, 0x4c, 0xe2, 0x88, 0x9f, 0xd4, 0x1d, 0x54, 0x92, 0x0b, 0xd1, 0x9d, 0x89, 0x46, 0x8e, 0xa0, 0x54, 0x4a, 0x2f, 0xd7, 0x9e, 0x4e, 0xc3, 0xf9, 0xf3, 0x97, 0x98, 0x3b, 0x98, 0xfc, 0xf0, 0x75, 0x75, 0x39, 0xc3, 0x82, 0xa0, 0x0c, 0x29, 0xf6, 0x5e, 0x4a, 0xb6, 0x36, 0x06, 0x39, 0x93, 0x00, 0x6a, 0x49, 0x10, 0x38, 0xef, 0x2a, 0x80, 0x18, 0xc0, 0x98, 0xaf, 0xc7, 0x98, 0xb1, 0x4b, 0x7b, 0x18, 0xae, 0x02, 0xc8, 0x0f, 0xa0, 0x11, 0x99, 0x9b, 0x57, 0x6e, 0x4e, 0x1e, 0x4e, 0x68, 0xc9, 0x86, 0xbe, 0x15, 0xdb, 0xc4, 0x0a, 0xaa, 0x23, 0xae, 0x28, 0xa2, 0x78, 0xc9, 0x66, 0x3d, 0x90, 0x93, 0x66, 0x64, 0x64, 0x0a, 0xc6, 0xc6, 0xa6, 0x0c, 0xd0, 0x54, 0x24, 0xbc, 0xe4, 0x22, 0xa6, 0x25, 0x9b, 0x24, 0x20, 0x06, 0x20, 0xbf, 0x46, 0x06, 0x47, 0x23, 0x95, 0x6b, 0xef, 0xd9, 0xb7, 0x13, 0x52, 0xc9, 0x14, 0xab, 0xd7, 0xa7, 0x82, 0x55, 0x62, 0x42, 0xba, 0x2e, 0x77, 0xcb, 0x32, 0x2b, 0xa0, 0x26, 0x0c, 0x20, 0x41, 0x26, 0xeb, 0x0c, 0x02, 0xd5, 0x82, 0x66, 0xd2, 0x88, 0x20, 0xb0, 0x56, 0x59, 0x41, 0xde, 0x72, 0x6e, 0x60, 0xeb, 0xa4, 0x8d, 0x8a, 0xa0, 0x02, 0x64, 0xb9, 0x68, 0x5a, 0x99, 0xcd, 0x2b, 0x27, 0xbd, 0xac, 0xed, 0x23, 0x82, 0x73, 0x66, 0xb1, 0x03, 0x39, 0xa9, 0x84, 0x24, 0x11, 0xed, 0x7d, 0xc5, 0x24, 0x19, 0xc6, 0xc7, 0xa7, 0xe0, 0xe6, 0xcd, 0x09, 0x1b, 0xe1, 0xed, 0x44, 0x97, 0xca, 0x4a, 0x02, 0x52, 0x01, 0x9a, 0x05, 0x90, 0x85, 0x36, 0xd4, 0xfd, 0x4e, 0xa5, 0x5a, 0x24, 0x0d, 0x49, 0x02, 0x18, 0x56, 0x40, 0x8d, 0x44, 0x80, 0xcd, 0x13, 0x68, 0xcc, 0x6d, 0xa8, 0xc5, 0x07, 0xbd, 0x5e, 0x8f, 0x98, 0x17, 0x18, 0x9e, 0x5f, 0x09, 0x60, 0x29, 0xd5, 0x4a, 0xc4, 0xf3, 0x6c, 0xb4, 0xd0, 0x03, 0xd9, 0xf5, 0xba, 0xe8, 0x17, 0x50, 0x05, 0xfc, 0x20, 0x96, 0x68, 0xab, 0x16, 0xa2, 0x96, 0x0e, 0xe4, 0x38, 0xd5, 0xe8, 0x27, 0x71, 0x64, 0x0e, 0x0e, 0x8e, 0x33, 0x94, 0x6e, 0x27, 0xbc, 0xe4, 0xc6, 0xd4, 0xee, 0x32, 0x58, 0x97, 0x68, 0x8c, 0xc1, 0x51, 0xc2, 0xb5, 0xb5, 0x05, 0x50, 0x1d, 0x4c, 0xb3, 0x92, 0xed, 0xfa, 0xfa, 0x10, 0x04, 0x42, 0x01, 0x28, 0x50, 0x5a, 0x18, 0xbe, 0x33, 0xf7, 0xcb, 0x4b, 0x05, 0xbc, 0x77, 0x7e, 0xf6, 0x52, 0x80, 0x24, 0x2b, 0x2b, 0x52, 0x55, 0x48, 0xd4, 0x5b, 0x07, 0x88, 0xe6, 0x81, 0xf4, 0x78, 0xbc, 0x0c, 0x80, 0xce, 0x1b, 0x08, 0x44, 0xb1, 0x6a, 0x4f, 0x06, 0xd1, 0x89, 0x4d, 0x12, 0x80, 0xf4, 0x3f, 0x75, 0x3a, 0xf7, 0xff, 0x3b, 0xfb, 0xe9, 0x8b, 0xc0, 0xcf, 0xea, 0xa8, 0xb1, 0x06, 0x6b, 0x9c, 0xc4, 0xbf, 0x5d, 0x82, 0x68, 0xd7, 0x23, 0x3d, 0x3f, 0x31, 0x11, 0xd3, 0xef, 0x2b, 0x57, 0x2c, 0xe2, 0xdd, 0x25, 0x81, 0xb6, 0x9d, 0x83, 0xec, 0x78, 0x54, 0x23, 0xea, 0xc9, 0xe3, 0x6f, 0x40, 0x00, 0xc5, 0x7f, 0xe7, 0xd2, 0x76, 0x56, 0xad, 0xc3, 0xf3, 0xf4, 0x79, 0x6c, 0x5e, 0x82, 0x2c, 0x04, 0xd4, 0x5c, 0x2d, 0x04, 0x00, 0x34, 0x34, 0xfb, 0x4c, 0xf3, 0x1e, 0x58, 0xfb, 0x44, 0x0b, 0x56, 0x79, 0x6b, 0x1a, 0x12, 0xf6, 0x96, 0x89, 0x03, 0x18, 0xc9, 0x20, 0xb2, 0x38, 0x71, 0xb3, 0xaa, 0x99, 0x81, 0x24, 0x2e, 0x65, 0x81, 0x5b, 0x15, 0x63, 0xd6, 0x2e, 0xc9, 0x3c, 0x2b, 0x06, 0xd8, 0x7d, 0x05, 0xa2, 0x03, 0x87, 0x9b, 0x79, 0x4e, 0x5e, 0x42, 0x2b, 0x68, 0x4c, 0x26, 0x33, 0x30, 0x34, 0x34, 0x86, 0x16, 0x4a, 0xd1, 0x07, 0x5f, 0x09, 0x61, 0x1d, 0xa3, 0xf0, 0x92, 0x13, 0x08, 0x04, 0x93, 0x99, 0xbb, 0x65, 0xdb, 0x06, 0x06, 0x28, 0x49, 0xe7, 0x33, 0xf1, 0x2b, 0x64, 0x05, 0xf1, 0x68, 0xe0, 0x9f, 0x7f, 0x61, 0x85, 0x4d, 0xb2, 0xa8, 0x25, 0xbe, 0x44, 0xe1, 0x96, 0x2d, 0xed, 0xb6, 0xdd, 0x00, 0x81, 0x5e, 0x8f, 0x21, 0x01, 0xe6, 0x05, 0x03, 0x38, 0x5a, 0x01, 0x8a, 0x56, 0x9b, 0x9f, 0x60, 0x18, 0xa0, 0x60, 0x12, 0xef, 0x7c, 0x64, 0x4b, 0x92, 0x5b, 0x62, 0x88, 0x35, 0x2a, 0x27, 0x19, 0x41, 0x22, 0x51, 0xbc, 0x6b, 0xbf, 0x25, 0xfd, 0x7a, 0x92, 0x61, 0x45, 0x44, 0xa3, 0x49, 0x36, 0xf2, 0xb9, 0x37, 0x6e, 0x26, 0x22, 0xbe, 0x1c, 0x2e, 0xf0, 0xf9, 0xb4, 0x6b, 0xc4, 0xe3, 0x9a, 0x33, 0xa8, 0xa1, 0xb1, 0x81, 0x35, 0x73, 0x96, 0x2e, 0x25, 0x8f, 0x7a, 0x79, 0xb9, 0x36, 0xf3, 0x10, 0xf2, 0x70, 0x79, 0x29, 0xe2, 0xcf, 0x86, 0x29, 0x68, 0xe0, 0x89, 0x12, 0x60, 0x5e, 0x30, 0x80, 0xf3, 0xa4, 0x8d, 0x05, 0x63, 0x84, 0x90, 0xb8, 0x34, 0x7b, 0xef, 0xc0, 0x36, 0x7d, 0x8b, 0x9b, 0x9f, 0xde, 0x49, 0x5d, 0xd8, 0x83, 0x3e, 0x45, 0x9b, 0x7e, 0x6c, 0x2c, 0x0a, 0xb1, 0x58, 0x52, 0x7f, 0x0e, 0xa9, 0x0c, 0x61, 0xab, 0x91, 0x04, 0x76, 0xa6, 0x21, 0x26, 0x88, 0xc5, 0x72, 0xa2, 0xf6, 0x31, 0x81, 0x40, 0xcd, 0x19, 0xa4, 0x05, 0x84, 0x32, 0x99, 0x0c, 0xc3, 0x20, 0x4c, 0x22, 0x94, 0x28, 0x4f, 0x9a, 0x0d, 0x53, 0xf0, 0x22, 0x51, 0xba, 0x27, 0x07, 0x9f, 0xf3, 0xa2, 0x02, 0xf8, 0x84, 0x4d, 0xe2, 0xb4, 0xad, 0x1c, 0x69, 0xc7, 0xf4, 0x74, 0x30, 0xfb, 0x84, 0xca, 0x92, 0x2d, 0xce, 0x5e, 0x14, 0xf1, 0x45, 0x34, 0xcf, 0xc1, 0xa1, 0x3d, 0x63, 0xd8, 0xdc, 0x3d, 0x14, 0x87, 0x1f, 0x1e, 0x9e, 0x64, 0x9d, 0x5c, 0xce, 0x89, 0x53, 0x8d, 0x34, 0x28, 0x25, 0x09, 0x7c, 0x3e, 0xb3, 0x33, 0xc8, 0xea, 0x97, 0x57, 0xa1, 0x38, 0x81, 0x33, 0x15, 0xb2, 0x8e, 0x8e, 0x8c, 0x40, 0x3a, 0x13, 0xae, 0x7e, 0x74, 0x97, 0x24, 0xbe, 0x45, 0x14, 0x37, 0x34, 0x69, 0x01, 0x39, 0x09, 0xe6, 0x0f, 0x04, 0xf2, 0xf9, 0x7a, 0xc4, 0xef, 0xf7, 0xf0, 0x97, 0x21, 0x06, 0x60, 0x13, 0x37, 0xab, 0xce, 0x41, 0x1b, 0xa7, 0x91, 0x6d, 0x96, 0x06, 0x52, 0x49, 0x49, 0x41, 0xeb, 0x54, 0x2a, 0xcb, 0x3c, 0x79, 0x9a, 0xe9, 0x25, 0xd7, 0x44, 0xc4, 0x97, 0x62, 0x1a, 0x6e, 0x3d, 0x90, 0x94, 0x4d, 0xc4, 0x73, 0x76, 0x62, 0x81, 0x58, 0xac, 0x59, 0x8c, 0x07, 0x8c, 0x4f, 0x4c, 0x98, 0x12, 0x63, 0x67, 0x42, 0x60, 0xeb, 0x7d, 0xc4, 0x85, 0x46, 0x7d, 0x3e, 0x9f, 0x63, 0x0c, 0x40, 0x12, 0x07, 0x5c, 0xe5, 0x4c, 0x8d, 0x19, 0x80, 0xcf, 0xd8, 0xc5, 0xaa, 0x82, 0x04, 0x2f, 0x20, 0xdd, 0x9a, 0x18, 0x80, 0xd4, 0x1e, 0x7f, 0x6f, 0xbb, 0xe9, 0x26, 0xb9, 0x44, 0xf4, 0x24, 0xc1, 0x57, 0x50, 0x0c, 0x0c, 0x59, 0x73, 0xfb, 0x28, 0x3a, 0x47, 0x01, 0x1b, 0xed, 0xc3, 0x0a, 0xf2, 0x8c, 0x11, 0xfe, 0x4c, 0x98, 0x46, 0x96, 0x55, 0x23, 0x33, 0xd8, 0x44, 0x14, 0x21, 0x18, 0xc6, 0xf5, 0x31, 0xf5, 0x4f, 0xa4, 0xa9, 0x05, 0xba, 0x97, 0x2f, 0x37, 0xf7, 0x9d, 0x89, 0xf8, 0xd6, 0x02, 0x56, 0xd5, 0x51, 0x4a, 0x38, 0x78, 0xce, 0xd9, 0xbb, 0x87, 0x82, 0x41, 0x16, 0x8f, 0x18, 0x1b, 0x1b, 0x87, 0x4b, 0x17, 0x8d, 0x6f, 0x26, 0x5d, 0x98, 0x37, 0x2b, 0xc0, 0x48, 0x07, 0xd3, 0xe6, 0x65, 0x35, 0x40, 0x60, 0x30, 0x28, 0x39, 0x84, 0x69, 0x25, 0x01, 0xdd, 0x3b, 0x7b, 0x03, 0xed, 0x53, 0xb7, 0x89, 0x1e, 0x3e, 0x95, 0x11, 0x3e, 0x99, 0x4c, 0xeb, 0x28, 0xbf, 0xf4, 0x68, 0xad, 0x5c, 0xc4, 0x57, 0xce, 0x34, 0x94, 0x15, 0xc4, 0x25, 0x80, 0x2d, 0x30, 0xa3, 0x83, 0x60, 0xf1, 0x2b, 0xa6, 0x14, 0x29, 0x5c, 0x42, 0xf5, 0x82, 0x26, 0x09, 0xa8, 0x96, 0x54, 0x05, 0xf6, 0x69, 0x6c, 0x2c, 0x56, 0x93, 0xb0, 0xad, 0x80, 0x9d, 0x7b, 0xad, 0xff, 0x3a, 0x3c, 0xfd, 0x8b, 0x67, 0x70, 0xe0, 0xc5, 0xf8, 0xe0, 0xfc, 0xbb, 0x79, 0x03, 0x81, 0x1c, 0xe1, 0xf2, 0xd9, 0xb9, 0x34, 0x73, 0x2c, 0x0f, 0x8d, 0x8d, 0x56, 0xf0, 0x26, 0x09, 0x1d, 0xaa, 0x3a, 0x48, 0x03, 0x6b, 0x67, 0x98, 0xb1, 0x01, 0xa5, 0x93, 0x4d, 0x4d, 0xc5, 0x51, 0xcc, 0xe5, 0x1d, 0x46, 0x7d, 0x79, 0x11, 0x5f, 0x5e, 0x12, 0x54, 0xc6, 0x34, 0x64, 0xde, 0x46, 0xa3, 0x19, 0x97, 0xc0, 0x8c, 0x62, 0xfb, 0xe4, 0xeb, 0x6f, 0x5e, 0x3b, 0x8e, 0x04, 0x1a, 0x30, 0xcd, 0x29, 0xc0, 0x55, 0x82, 0xd9, 0x4b, 0x6a, 0xde, 0x56, 0x6e, 0x7e, 0x02, 0x2d, 0xef, 0xa2, 0x80, 0x7d, 0x9d, 0x84, 0x9b, 0x37, 0x6f, 0x22, 0x16, 0x1a, 0xe6, 0x12, 0xed, 0xaf, 0x9f, 0x7e, 0xfa, 0xe9, 0xff, 0x37, 0x7f, 0x0c, 0x40, 0xf9, 0x80, 0x2c, 0xad, 0xab, 0x20, 0x78, 0xe1, 0xf2, 0x42, 0x20, 0x88, 0x77, 0xae, 0x9d, 0xa8, 0xa2, 0xad, 0xcf, 0x23, 0x7a, 0x45, 0x60, 0x58, 0xdc, 0x4e, 0x45, 0x16, 0x34, 0xf2, 0x29, 0x80, 0x63, 0x45, 0xfa, 0x33, 0x27, 0xec, 0xcc, 0x24, 0x81, 0x61, 0x05, 0x38, 0x82, 0x40, 0xad, 0x54, 0x4b, 0x0c, 0xcc, 0x9c, 0x39, 0x73, 0x06, 0x4e, 0x9f, 0x3e, 0x5d, 0xf5, 0xac, 0x24, 0x33, 0x58, 0xc8, 0xef, 0xfc, 0x97, 0xa9, 0x54, 0xea, 0x1b, 0x35, 0xf2, 0x3f, 0x57, 0xe6, 0x0a, 0x66, 0x41, 0x10, 0xe1, 0x25, 0x72, 0x39, 0x85, 0x35, 0x3d, 0x4d, 0xd0, 0xe2, 0xd2, 0x55, 0x6d, 0x60, 0x4f, 0x4c, 0xee, 0x10, 0x53, 0xbd, 0x38, 0xd3, 0xa4, 0xd3, 0x39, 0x96, 0x95, 0xc3, 0x27, 0x43, 0x9a, 0x6b, 0x11, 0x5f, 0xce, 0x7a, 0x20, 0xc6, 0x8e, 0xc7, 0x32, 0x2e, 0x20, 0xb0, 0x18, 0x9a, 0xe5, 0xce, 0x20, 0x0a, 0x14, 0x51, 0x66, 0x91, 0xaa, 0x67, 0xf0, 0x12, 0x63, 0x90, 0xce, 0xe6, 0x3e, 0x02, 0x32, 0x63, 0xf3, 0x38, 0x92, 0x73, 0xb9, 0xac, 0x1a, 0x8b, 0xc6, 0xcf, 0xe2, 0x39, 0xf4, 0x19, 0xd4, 0x02, 0x4a, 0x91, 0x3c, 0x32, 0xbb, 0xd1, 0xf4, 0xbf, 0x73, 0xb8, 0xa6, 0x96, 0xc7, 0xeb, 0x90, 0x8f, 0x5b, 0xc1, 0xdf, 0x14, 0xcf, 0xbe, 0x82, 0xd2, 0xe0, 0x67, 0xcf, 0x3c, 0xf3, 0xcc, 0x55, 0xa8, 0xe1, 0x52, 0xb1, 0x1f, 0x40, 0x34, 0x01, 0x79, 0x28, 0x98, 0xfc, 0xe6, 0xc5, 0x64, 0x90, 0xa2, 0xd7, 0xce, 0xae, 0xdf, 0x8b, 0xe2, 0x4d, 0x64, 0x0a, 0xba, 0x5c, 0x22, 0x31, 0x6d, 0x24, 0x69, 0x94, 0x73, 0xe9, 0xd6, 0x4a, 0xc4, 0x97, 0xbb, 0x36, 0xe5, 0x38, 0x4c, 0x45, 0xf3, 0x8e, 0x68, 0x5e, 0x55, 0x8b, 0x09, 0x9a, 0xd4, 0xe8, 0x9d, 0xc2, 0x8d, 0x61, 0xf0, 0xfa, 0x3d, 0x46, 0x09, 0x57, 0x21, 0xaf, 0xb0, 0x09, 0x26, 0x5b, 0x5a, 0x5a, 0xa0, 0xb5, 0xb5, 0x95, 0x12, 0x6b, 0x10, 0xd4, 0xc6, 0xe9, 0x3c, 0xa9, 0xaf, 0xaf, 0xaf, 0xed, 0xa5, 0x63, 0x2f, 0x3d, 0x9a, 0x48, 0x24, 0xe8, 0xfb, 0xc8, 0xf4, 0x91, 0xc0, 0x94, 0xd0, 0x92, 0x42, 0x8b, 0xeb, 0xeb, 0x98, 0x3e, 0xf2, 0xe7, 0x64, 0x71, 0x65, 0x00, 0x9a, 0x1a, 0x66, 0x7c, 0x7c, 0xdc, 0xcf, 0x7d, 0x00, 0x2a, 0x0f, 0x04, 0x31, 0x84, 0x9e, 0xd7, 0x75, 0xa5, 0xec, 0x62, 0xeb, 0x83, 0x09, 0xf5, 0x73, 0x82, 0x8b, 0x96, 0x02, 0x4d, 0x91, 0x4e, 0xc4, 0x27, 0x91, 0x6f, 0xd6, 0xf7, 0xd5, 0x11, 0xb6, 0x3a, 0x84, 0x5f, 0xd9, 0xb5, 0x49, 0xb2, 0xa5, 0x92, 0x79, 0x47, 0x10, 0xa8, 0xe8, 0xd3, 0xd7, 0xcb, 0x82, 0x15, 0x40, 0xcf, 0x40, 0xf3, 0x26, 0x29, 0x8a, 0x16, 0xb3, 0x27, 0xe9, 0x40, 0xdb, 0xf2, 0x39, 0x85, 0x4d, 0x29, 0x43, 0x4c, 0xd0, 0xdd, 0xdd, 0xcd, 0x92, 0x39, 0x5b, 0x5b, 0x5a, 0x3b, 0xb6, 0x6f, 0xdb, 0xfe, 0xef, 0x51, 0xaf, 0x5f, 0xba, 0x7c, 0xf9, 0xf2, 0x4b, 0x17, 0x2e, 0x5c, 0x38, 0x7d, 0xe5, 0xca, 0x95, 0x24, 0x14, 0xa7, 0x2d, 0xe4, 0x1d, 0xc7, 0x93, 0x1f, 0x28, 0x1d, 0x89, 0xc4, 0x51, 0x6e, 0x5e, 0x19, 0x60, 0x68, 0x68, 0xa8, 0x91, 0x44, 0x9c, 0xe1, 0x04, 0xd2, 0x67, 0xab, 0x60, 0x16, 0x40, 0x22, 0x63, 0x74, 0x54, 0xd1, 0x02, 0x30, 0x9b, 0x73, 0xbc, 0xc3, 0x8b, 0x00, 0xa8, 0xf8, 0x7b, 0x7a, 0x3a, 0x83, 0x9d, 0x91, 0x2b, 0x69, 0xe2, 0xcd, 0xa5, 0x88, 0x2f, 0x1f, 0x11, 0xd4, 0xbe, 0x52, 0x9a, 0x2f, 0x28, 0x2c, 0x32, 0x67, 0x96, 0x6a, 0x5a, 0x1f, 0x70, 0x0c, 0xc0, 0x25, 0x5b, 0xb8, 0xa1, 0x41, 0x63, 0x00, 0xbd, 0x70, 0x94, 0x65, 0xef, 0xc8, 0x1a, 0x93, 0xd0, 0xf4, 0xef, 0x83, 0x83, 0x83, 0xd0, 0xdc, 0xdc, 0x0c, 0xb7, 0xdc, 0x72, 0x0b, 0x59, 0x0d, 0x32, 0x4a, 0x84, 0x75, 0xbd, 0xbd, 0xbd, 0x3d, 0x07, 0x0f, 0x1e, 0xfc, 0x23, 0x7c, 0x9e, 0x0c, 0x8a, 0xf7, 0xcb, 0x88, 0xf0, 0x4f, 0x22, 0x63, 0xbc, 0x85, 0xeb, 0xf3, 0x27, 0x4e, 0x9c, 0x38, 0x8f, 0xb8, 0x62, 0x5c, 0x00, 0x51, 0xea, 0x5c, 0x48, 0x02, 0x57, 0x06, 0xa0, 0x69, 0x5b, 0xf9, 0xac, 0x9d, 0xa0, 0x7b, 0x01, 0x0b, 0x0a, 0xcf, 0x05, 0xe0, 0xf9, 0x80, 0xb2, 0x80, 0xf0, 0xed, 0x6e, 0x5c, 0xab, 0x09, 0x94, 0xcb, 0x15, 0x98, 0xb8, 0x57, 0x14, 0xc5, 0x42, 0xe4, 0xd9, 0x3b, 0x71, 0xaa, 0x11, 0xf1, 0xe5, 0xae, 0xad, 0x25, 0xba, 0xaa, 0x2c, 0xe4, 0xdd, 0xd4, 0xe4, 0x73, 0xb6, 0x02, 0x3c, 0xc2, 0xa4, 0x4d, 0x48, 0xf8, 0xfa, 0x50, 0x83, 0x31, 0x93, 0x07, 0x4f, 0xdf, 0x26, 0xa9, 0x40, 0x73, 0x0c, 0x50, 0x17, 0x8d, 0x8d, 0x8e, 0x41, 0x76, 0x24, 0xcb, 0xa4, 0x00, 0xe2, 0x83, 0x7c, 0x47, 0x47, 0x87, 0xbc, 0x71, 0xe3, 0xc6, 0x00, 0x7d, 0x21, 0x0c, 0xfb, 0x39, 0x94, 0x4e, 0xa7, 0xb7, 0x20, 0xf1, 0x37, 0x62, 0xc3, 0x9f, 0x69, 0x79, 0xff, 0xfe, 0xfd, 0x01, 0x64, 0x8c, 0x04, 0xde, 0xb2, 0x0f, 0x01, 0xf2, 0x9b, 0x78, 0xcc, 0x29, 0x64, 0xae, 0xdf, 0xe0, 0x75, 0x7f, 0xfb, 0xf9, 0xcf, 0x7f, 0x3e, 0x3a, 0xe7, 0x0c, 0x40, 0xa1, 0xe0, 0x62, 0x42, 0xa8, 0x30, 0xf9, 0x22, 0x88, 0x09, 0xa1, 0x60, 0xf2, 0xeb, 0x5b, 0x6d, 0x7e, 0xae, 0x02, 0x88, 0x91, 0x68, 0x92, 0x07, 0x72, 0xeb, 0x5a, 0x53, 0xb4, 0x66, 0x3b, 0x5a, 0x67, 0xe7, 0xf9, 0x73, 0xbe, 0xb6, 0x26, 0xd9, 0x34, 0x77, 0x30, 0x67, 0x00, 0x13, 0x0e, 0x20, 0xcf, 0x24, 0x2b, 0xd7, 0xd6, 0xb2, 0x82, 0x88, 0xa8, 0xa1, 0xfa, 0x10, 0x23, 0x3e, 0x6d, 0xab, 0x6f, 0xa8, 0x67, 0x13, 0x4a, 0x90, 0xfb, 0x7a, 0x78, 0x74, 0x14, 0x26, 0x98, 0xa7, 0xb0, 0x00, 0x67, 0x2f, 0x5e, 0x20, 0xe6, 0xcf, 0xe7, 0xb3, 0x85, 0xbf, 0xd9, 0xb7, 0x6f, 0xdf, 0x2d, 0x88, 0x03, 0xb6, 0x63, 0xff, 0x86, 0x90, 0x21, 0x32, 0xc8, 0x08, 0xfe, 0x86, 0x86, 0x06, 0x4f, 0x5b, 0x5b, 0x5b, 0x3d, 0xf9, 0x15, 0xa8, 0xdf, 0x91, 0x11, 0xc2, 0xc4, 0x18, 0x88, 0x21, 0x88, 0x39, 0x3e, 0x82, 0xc7, 0xe7, 0xf1, 0x5e, 0xa1, 0x47, 0x1f, 0x7d, 0x74, 0x08, 0xef, 0xfb, 0x2a, 0xb6, 0xe7, 0xb1, 0xfd, 0x16, 0x19, 0xee, 0x04, 0x32, 0x45, 0xaa, 0xd6, 0x20, 0xd0, 0xfc, 0xfd, 0x3e, 0x55, 0x04, 0x81, 0x79, 0xe6, 0x06, 0xe6, 0xb1, 0x73, 0xd1, 0x89, 0x23, 0x86, 0x73, 0x89, 0xf0, 0xa4, 0xeb, 0x35, 0xc2, 0x83, 0x85, 0xf0, 0xd2, 0x9c, 0x10, 0x75, 0xb6, 0x4c, 0x43, 0xfb, 0xfc, 0x7e, 0x4d, 0xe2, 0x6a, 0x89, 0xaf, 0x21, 0x3b, 0x0e, 0xa0, 0xc8, 0x9c, 0x5a, 0xac, 0xd7, 0x27, 0xc2, 0xf7, 0xac, 0xec, 0x46, 0x26, 0xa8, 0x67, 0x51, 0x42, 0x4a, 0x1a, 0x99, 0x18, 0x9b, 0x80, 0xfe, 0x6b, 0xfd, 0x2c, 0x99, 0x84, 0x88, 0xd9, 0xdf, 0xd7, 0xcf, 0xd6, 0xb1, 0x68, 0xec, 0xb5, 0x97, 0x5f, 0x7a, 0xe5, 0xe4, 0xd1, 0xa3, 0x47, 0x5f, 0xc1, 0x4b, 0x3d, 0xba, 0x76, 0xed, 0xda, 0xd0, 0xae, 0x5d, 0xbb, 0x7a, 0x56, 0xae, 0x5c, 0xd9, 0xdb, 0xde, 0xde, 0xbe, 0x16, 0x19, 0xa8, 0x1b, 0x8f, 0xa3, 0x9a, 0x74, 0x05, 0x7f, 0x67, 0x43, 0xa1, 0x90, 0x07, 0x25, 0x49, 0x00, 0x71, 0x44, 0xa0, 0xa7, 0xa7, 0x87, 0x49, 0x16, 0x64, 0x86, 0x2e, 0x6c, 0x1f, 0x43, 0x55, 0x71, 0x2f, 0x32, 0x85, 0x82, 0x96, 0x46, 0x10, 0x99, 0x82, 0xa4, 0xc4, 0xcf, 0xf1, 0xdd, 0x9f, 0x41, 0xf0, 0x79, 0xec, 0xe3, 0x1f, 0xff, 0x78, 0x61, 0x56, 0x0c, 0x60, 0xcc, 0xdb, 0x6f, 0xca, 0x08, 0xd6, 0x3f, 0xde, 0x94, 0x20, 0x37, 0xb0, 0x98, 0xe5, 0xc3, 0x41, 0x9e, 0xc4, 0xb2, 0x5a, 0xb4, 0x09, 0x8d, 0x0b, 0x42, 0x34, 0x4b, 0xae, 0xc1, 0x68, 0x75, 0x17, 0xfd, 0xb5, 0x66, 0x1a, 0x0a, 0x06, 0x11, 0x06, 0x4b, 0xe8, 0x45, 0xa2, 0xf6, 0x88, 0xa0, 0xca, 0xdc, 0xc5, 0x46, 0x7d, 0x20, 0x4a, 0x83, 0x9e, 0xde, 0x15, 0x90, 0x46, 0xb4, 0x7f, 0x63, 0x60, 0x08, 0x06, 0x06, 0x06, 0xd8, 0xd4, 0x32, 0x74, 0x4d, 0xaa, 0x2e, 0xea, 0xbf, 0xda, 0xcf, 0x98, 0x02, 0x47, 0xef, 0xd0, 0x89, 0xd7, 0x4f, 0x3e, 0x21, 0xba, 0x00, 0x2f, 0x5e, 0xbc, 0x38, 0x89, 0x6d, 0x08, 0x7f, 0x3e, 0xaf, 0x83, 0xbd, 0x0c, 0x12, 0x3d, 0x7b, 0xfb, 0xed, 0xb7, 0xb7, 0xae, 0x5f, 0xbf, 0xbe, 0x0b, 0x25, 0x42, 0x0f, 0x4a, 0x86, 0x35, 0x28, 0x25, 0xb6, 0xe0, 0x00, 0x5c, 0x4f, 0xf7, 0xc2, 0xbf, 0xb3, 0xe1, 0x70, 0xb8, 0x7e, 0xc9, 0x92, 0x25, 0x41, 0x64, 0x1c, 0xc6, 0x58, 0xd1, 0x68, 0x74, 0xcb, 0xd4, 0xd4, 0xd4, 0x2d, 0xd8, 0xfe, 0xd5, 0xe4, 0xe4, 0xa4, 0xf2, 0xc8, 0x23, 0x8f, 0xfc, 0x18, 0xaf, 0xf5, 0x3f, 0x50, 0x32, 0xbc, 0x38, 0x2b, 0x06, 0x30, 0x6a, 0x02, 0x04, 0x10, 0x18, 0x4f, 0x64, 0xf5, 0xc4, 0x09, 0xd9, 0xb0, 0x7d, 0x09, 0xcd, 0x53, 0x2b, 0x26, 0x82, 0x48, 0x82, 0x2b, 0x77, 0xee, 0x46, 0x6b, 0x6d, 0xcd, 0x42, 0x6d, 0x83, 0x26, 0x01, 0xcc, 0xf3, 0x04, 0x38, 0xe1, 0x00, 0xbf, 0xae, 0x02, 0x12, 0x89, 0x24, 0xbc, 0xf8, 0xeb, 0x63, 0x44, 0x04, 0x83, 0xe9, 0x29, 0xa3, 0x78, 0xe0, 0xfa, 0x00, 0xf3, 0xe2, 0x69, 0x6a, 0x33, 0x71, 0xe9, 0xf8, 0x6f, 0x5e, 0xff, 0x7b, 0x14, 0xe9, 0x29, 0x1d, 0xe1, 0x17, 0x84, 0xa6, 0x08, 0xad, 0x90, 0x4a, 0xa5, 0xf2, 0x4f, 0x3d, 0xf5, 0xd4, 0x35, 0x6c, 0x17, 0x39, 0x53, 0xd0, 0x25, 0x37, 0x6d, 0xda, 0x94, 0xfb, 0xd2, 0x97, 0xbe, 0xb4, 0x1a, 0x47, 0xfe, 0x6e, 0x04, 0x91, 0xfb, 0x91, 0x36, 0xef, 0xc7, 0xbe, 0xbf, 0x85, 0x7c, 0x06, 0x91, 0x48, 0xc4, 0x83, 0xad, 0x6e, 0xc5, 0x8a, 0x15, 0x7e, 0x0a, 0x18, 0xa1, 0xf5, 0xf1, 0xc7, 0x23, 0x23, 0x23, 0x9f, 0x40, 0xc9, 0x70, 0x09, 0x25, 0xc3, 0xbf, 0xfb, 0xe2, 0x17, 0xbf, 0xf8, 0x7f, 0xab, 0x62, 0x00, 0xfe, 0x89, 0x52, 0x31, 0x14, 0x5c, 0xd0, 0x31, 0x40, 0x32, 0x91, 0x67, 0x7a, 0x92, 0x44, 0xbb, 0x38, 0xd2, 0x45, 0x82, 0x56, 0x17, 0x8a, 0x75, 0x23, 0x6c, 0x2d, 0xc2, 0xbc, 0x33, 0x61, 0x1a, 0x99, 0xf9, 0x02, 0xe2, 0xf1, 0x9c, 0x73, 0xd0, 0x46, 0x57, 0x85, 0x5a, 0xc5, 0xb4, 0x46, 0x6c, 0x32, 0xf7, 0x68, 0x3b, 0x8e, 0x3e, 0x6c, 0x51, 0x34, 0x23, 0x93, 0xbc, 0x1f, 0x73, 0xc3, 0x37, 0x47, 0x9e, 0x3f, 0x75, 0xf2, 0xd4, 0xb3, 0xf8, 0x3b, 0x8d, 0x9b, 0xb2, 0x7a, 0xcb, 0xb9, 0xb4, 0xbc, 0x4b, 0x2b, 0xbc, 0xf9, 0xe6, 0x9b, 0xb9, 0x07, 0x1e, 0x78, 0xe0, 0x1c, 0xfe, 0xa6, 0xf6, 0xb7, 0x74, 0x7d, 0xfa, 0xc8, 0x46, 0x67, 0x67, 0xe7, 0x9e, 0xd1, 0xd1, 0xd1, 0xbb, 0x11, 0x6b, 0x7c, 0x8c, 0xa4, 0x04, 0x5a, 0x1b, 0x39, 0x54, 0x27, 0x21, 0x34, 0x3d, 0x83, 0xb8, 0x7d, 0x4b, 0x7f, 0x7f, 0xff, 0xe3, 0xc8, 0x08, 0x3f, 0xc1, 0x67, 0xff, 0x9c, 0x15, 0x2b, 0x78, 0xcb, 0x79, 0x01, 0xb5, 0x74, 0x30, 0x59, 0xaf, 0x0a, 0x2a, 0x66, 0x04, 0x6b, 0x35, 0x81, 0x30, 0x0f, 0x22, 0x7e, 0xf6, 0x4c, 0x33, 0x93, 0x6b, 0xd7, 0xd5, 0xc9, 0x0c, 0xeb, 0x38, 0x39, 0x83, 0x78, 0x48, 0x98, 0x97, 0x6b, 0x93, 0xca, 0x3b, 0xfd, 0xfa, 0x69, 0x86, 0xf8, 0x85, 0xa8, 0x66, 0x01, 0x47, 0x7f, 0xff, 0xf8, 0xf8, 0xf8, 0x79, 0xa5, 0xa0, 0x24, 0x56, 0xaf, 0x5e, 0xbd, 0x45, 0xf7, 0xf8, 0xe5, 0x74, 0x6f, 0x5f, 0x56, 0xf0, 0xfa, 0x65, 0xf5, 0xc6, 0x3d, 0x80, 0xc6, 0x9a, 0x1a, 0x1e, 0x47, 0xce, 0xa0, 0xf3, 0x88, 0x1b, 0xde, 0xb4, 0x3e, 0x27, 0x32, 0x00, 0x3d, 0xe4, 0xcb, 0x7a, 0x3b, 0xf2, 0xf0, 0xc3, 0x0f, 0x77, 0xa1, 0x1a, 0xf8, 0x24, 0x4a, 0x89, 0x07, 0xf0, 0xdc, 0x76, 0x62, 0x82, 0x9d, 0x3b, 0x77, 0x06, 0x2f, 0x5c, 0xb8, 0xf0, 0x31, 0x94, 0x42, 0xeb, 0x50, 0x35, 0x1c, 0x40, 0x26, 0xc8, 0x55, 0xa5, 0x02, 0xf8, 0x04, 0xfc, 0xc5, 0xa2, 0x90, 0xbc, 0x9e, 0x12, 0x2e, 0xd7, 0x3c, 0x14, 0x3b, 0xb7, 0x22, 0xbe, 0x72, 0xcc, 0x40, 0x5e, 0x4e, 0x5e, 0xfd, 0x64, 0x2f, 0xd5, 0xd2, 0x1c, 0xc3, 0xdc, 0x17, 0x40, 0x60, 0x97, 0x99, 0x8f, 0x5e, 0x93, 0xc9, 0xe8, 0x69, 0x6e, 0x6a, 0x5e, 0x45, 0xad, 0x56, 0x26, 0xdb, 0xbd, 0xf7, 0xde, 0xfb, 0x63, 0x54, 0x0b, 0x1f, 0x2f, 0x95, 0x0b, 0x80, 0xa2, 0xfe, 0x06, 0xae, 0xfe, 0x02, 0x9f, 0xf1, 0x3b, 0xc8, 0x0c, 0xf7, 0x5d, 0xbd, 0x7a, 0xf5, 0x41, 0x54, 0x05, 0x4b, 0x11, 0x4f, 0x04, 0xcf, 0x9d, 0x3b, 0xb7, 0x19, 0x2d, 0x8a, 0xff, 0x86, 0xfb, 0xbf, 0x6a, 0x44, 0x3e, 0x4b, 0xe5, 0x02, 0xf0, 0xb8, 0x37, 0x77, 0xd6, 0xf0, 0x70, 0xb0, 0x96, 0x11, 0xac, 0x81, 0x1f, 0x8d, 0x09, 0x78, 0xd3, 0x4c, 0x3c, 0xee, 0x26, 0xd5, 0xf6, 0x4b, 0xc6, 0x76, 0xde, 0xb4, 0x7d, 0x12, 0x6b, 0xe6, 0xf3, 0xb5, 0xe3, 0x8b, 0xe7, 0x96, 0xbb, 0xb6, 0xec, 0x72, 0x6d, 0xd9, 0xe5, 0xda, 0xfc, 0xbe, 0x72, 0xc9, 0xfb, 0x6a, 0x76, 0xbc, 0x54, 0x02, 0x04, 0xf2, 0xd9, 0x3b, 0x8b, 0xb5, 0x7a, 0xbc, 0x68, 0xa3, 0x6c, 0xf3, 0x9a, 0x9b, 0xd7, 0xd4, 0xbc, 0xae, 0x4d, 0x1f, 0x48, 0xff, 0xfc, 0x9e, 0x7b, 0xee, 0xf9, 0x48, 0x25, 0xcc, 0x82, 0xc7, 0xab, 0x88, 0x17, 0x9e, 0x40, 0xa0, 0xba, 0x09, 0x31, 0xc5, 0xb3, 0x97, 0x2f, 0x5f, 0x9e, 0x46, 0x8b, 0x23, 0x88, 0xcf, 0xfe, 0xc5, 0x07, 0x1f, 0x7c, 0xb0, 0xb1, 0x22, 0x33, 0x90, 0x4b, 0x00, 0x99, 0x17, 0x86, 0xea, 0xe1, 0x60, 0x2d, 0x1d, 0x4c, 0x76, 0xb1, 0xe7, 0xe7, 0x3f, 0x7e, 0x3f, 0x1b, 0x07, 0x91, 0xdb, 0xb5, 0x59, 0x40, 0x28, 0xe1, 0x02, 0x02, 0x15, 0x5e, 0xa9, 0x53, 0x8c, 0x08, 0x7e, 0xee, 0x0b, 0xff, 0x02, 0x9a, 0x5b, 0x23, 0xfc, 0x8e, 0x20, 0x4e, 0x44, 0x29, 0x06, 0xc8, 0x8d, 0x2d, 0xa5, 0xde, 0xc7, 0xb2, 0x89, 0xa6, 0xa9, 0xf9, 0xc7, 0xc7, 0x7f, 0x02, 0x7d, 0x68, 0x4d, 0xe0, 0xbd, 0x3f, 0x85, 0x9b, 0x9e, 0xd1, 0x71, 0x41, 0xce, 0xe2, 0x42, 0xb6, 0x2d, 0xf7, 0xdf, 0x7f, 0x7f, 0xfa, 0xb1, 0xc7, 0x1e, 0xfb, 0x14, 0x62, 0x93, 0x51, 0xb2, 0x18, 0xd0, 0x9a, 0xc8, 0xe1, 0x35, 0x0e, 0xe0, 0xae, 0xa7, 0x2a, 0xc2, 0x00, 0xcc, 0x0a, 0xd0, 0x83, 0x1e, 0x62, 0x55, 0x10, 0x8d, 0x90, 0x52, 0x09, 0x1b, 0xe5, 0x6c, 0xfd, 0xb7, 0x5b, 0xc4, 0x97, 0x63, 0x1a, 0x06, 0x02, 0x63, 0x2e, 0x20, 0x50, 0x9f, 0x0f, 0x41, 0x0c, 0x09, 0x53, 0xe1, 0x48, 0xe7, 0x92, 0x25, 0xa6, 0x6b, 0xaa, 0x42, 0x70, 0xcc, 0xc3, 0x46, 0xb2, 0xc7, 0xed, 0x4d, 0x5d, 0x65, 0xba, 0x04, 0x5a, 0xdc, 0x61, 0xf3, 0xe6, 0x8d, 0xd0, 0xdf, 0x77, 0x8d, 0xee, 0x77, 0x6f, 0x47, 0x47, 0x47, 0xfb, 0xf0, 0xf0, 0x70, 0x5c, 0x60, 0x02, 0xde, 0x1c, 0x2f, 0x83, 0xe6, 0x67, 0x2b, 0x97, 0xc4, 0xa8, 0xae, 0x24, 0x72, 0x3d, 0x57, 0x82, 0x01, 0x1a, 0xb5, 0x74, 0x30, 0x9f, 0xfe, 0xc5, 0xee, 0xa2, 0x5f, 0x41, 0x9b, 0x22, 0x56, 0x72, 0x0d, 0xe2, 0xd4, 0xde, 0x4f, 0x5f, 0x1b, 0xa6, 0xa9, 0x06, 0x8f, 0xf8, 0x7c, 0x32, 0x93, 0x74, 0x8e, 0x20, 0xd0, 0xa8, 0xd6, 0x2d, 0x06, 0x84, 0x8e, 0xff, 0xe6, 0x14, 0x5c, 0xeb, 0x1b, 0x74, 0x1d, 0x4d, 0xf4, 0x29, 0xb8, 0x8d, 0x5b, 0xd6, 0x1b, 0x7f, 0x5f, 0xb9, 0xd8, 0x87, 0x66, 0x63, 0xdc, 0x94, 0x63, 0x41, 0xdf, 0x07, 0x12, 0xe7, 0x60, 0x52, 0x10, 0x5b, 0x90, 0xb4, 0xd9, 0xb4, 0x75, 0x3d, 0xac, 0xdf, 0xb8, 0x1e, 0x8e, 0x1d, 0x7b, 0x05, 0x26, 0x27, 0x26, 0xeb, 0x71, 0x24, 0xdf, 0x87, 0x0c, 0xf0, 0x84, 0x8b, 0x15, 0x91, 0x15, 0x19, 0xe1, 0x87, 0x3f, 0xfc, 0xe1, 0x3d, 0x48, 0xa7, 0xff, 0xb5, 0x6c, 0xd9, 0x32, 0x0f, 0x79, 0x2c, 0x11, 0xb0, 0x52, 0x18, 0xfa, 0x85, 0x8a, 0x41, 0x20, 0xfb, 0x60, 0xa1, 0x30, 0x05, 0x2b, 0x5d, 0x9a, 0xaa, 0x67, 0xc9, 0xe6, 0xa7, 0x4a, 0xdc, 0x52, 0xa3, 0xcc, 0x99, 0xf0, 0x15, 0x69, 0xb0, 0x2a, 0xcf, 0x95, 0xca, 0xe8, 0xc3, 0xca, 0x8f, 0xe5, 0xcb, 0xd4, 0x14, 0x25, 0xbc, 0xb8, 0xa4, 0x85, 0xa9, 0xe6, 0x62, 0x4d, 0xae, 0x16, 0x84, 0xda, 0x7d, 0xdb, 0x42, 0x5f, 0x02, 0xa3, 0x3e, 0xd3, 0xa6, 0xa1, 0x01, 0x40, 0x60, 0xc6, 0xa2, 0x85, 0x95, 0x2c, 0x7d, 0x57, 0xaf, 0xc3, 0x96, 0xad, 0x1b, 0x61, 0x59, 0xd7, 0x52, 0x62, 0x00, 0x72, 0x04, 0xfd, 0x2e, 0x6e, 0xfe, 0x95, 0x8b, 0x39, 0xe9, 0x3d, 0x7c, 0xf8, 0xb0, 0x74, 0xf0, 0xe0, 0xc1, 0x0f, 0xfa, 0x7c, 0xbe, 0x7f, 0x8b, 0x4c, 0xbf, 0x65, 0xd5, 0xaa, 0x55, 0x01, 0x9a, 0xee, 0xff, 0xf4, 0xe9, 0xd3, 0xd3, 0x28, 0x01, 0xbe, 0x8e, 0xd8, 0xa0, 0x72, 0x2b, 0x80, 0x99, 0x3a, 0x2a, 0xd7, 0x7b, 0xda, 0xbe, 0xdb, 0x0e, 0x74, 0xc0, 0xd5, 0x2b, 0x71, 0xfb, 0x97, 0x93, 0xed, 0x7f, 0x54, 0xb4, 0xd4, 0xf6, 0x0b, 0x44, 0xf6, 0x8b, 0x96, 0x4f, 0xc0, 0xb1, 0x1f, 0xd0, 0xd6, 0xe6, 0x85, 0x9d, 0xbb, 0xdb, 0x9c, 0x73, 0xfb, 0x84, 0x19, 0xbc, 0x39, 0xd1, 0xc9, 0x14, 0x74, 0x2b, 0x56, 0x31, 0x98, 0x6a, 0x72, 0x0a, 0x5a, 0xdb, 0x5a, 0x34, 0x95, 0x40, 0xf9, 0x03, 0x85, 0xca, 0x5e, 0x25, 0x95, 0x98, 0x66, 0x75, 0x89, 0xdb, 0xb7, 0x6f, 0x85, 0x37, 0xdf, 0x38, 0x4b, 0xee, 0xe0, 0xdb, 0xc3, 0xe1, 0x70, 0x24, 0x1e, 0x8f, 0xc7, 0x74, 0x1a, 0x7a, 0xee, 0xba, 0xeb, 0xae, 0x6e, 0x34, 0xf7, 0xf6, 0xb6, 0xb5, 0xb5, 0xdd, 0x89, 0xfb, 0xa9, 0xa9, 0x68, 0x02, 0xd6, 0xb7, 0xb7, 0xb7, 0x4b, 0x13, 0x13, 0x13, 0xea, 0xc9, 0x93, 0x27, 0xc9, 0xec, 0xfc, 0x16, 0x12, 0xff, 0xd1, 0x4a, 0x3d, 0x81, 0xc6, 0xec, 0x60, 0xa2, 0x0f, 0x80, 0x96, 0xbf, 0xf8, 0xde, 0x6d, 0xce, 0x1d, 0xed, 0xf0, 0x95, 0x8d, 0x52, 0xdb, 0x4d, 0xfb, 0x2a, 0xdc, 0x3e, 0xab, 0x73, 0x6a, 0x54, 0xad, 0xc3, 0x6b, 0x03, 0x48, 0xaf, 0x73, 0x06, 0x20, 0x53, 0xb0, 0x94, 0x04, 0xa0, 0xe5, 0xe6, 0xe0, 0x88, 0xc1, 0x00, 0xbd, 0xbd, 0x2b, 0xe0, 0xec, 0xe9, 0xf3, 0xec, 0xab, 0xe0, 0x95, 0x2c, 0x93, 0xa3, 0x93, 0xb0, 0x66, 0xdd, 0x1a, 0x36, 0x6d, 0xcd, 0xd8, 0xe8, 0x78, 0xe0, 0x8e, 0x3b, 0xee, 0xf8, 0x2a, 0x12, 0x37, 0x1a, 0x89, 0x44, 0x36, 0x22, 0xb0, 0xdb, 0x80, 0x74, 0x0a, 0xe1, 0x28, 0x4f, 0x23, 0x03, 0x84, 0x5a, 0x5b, 0x5b, 0x25, 0xfa, 0xb2, 0x4b, 0x2c, 0x16, 0x53, 0x8f, 0x1f, 0x3f, 0x4e, 0x8e, 0x9f, 0x41, 0x7c, 0xbe, 0xcf, 0x22, 0xf1, 0x7f, 0x5d, 0x95, 0x2b, 0x98, 0x33, 0x00, 0xf7, 0x01, 0xb8, 0x7d, 0x65, 0x63, 0x2e, 0x89, 0x7f, 0xec, 0xc5, 0x97, 0x81, 0x87, 0xa5, 0x29, 0xbd, 0x8a, 0xa2, 0x6e, 0xb1, 0xa9, 0x18, 0x1c, 0xba, 0xf3, 0x76, 0x93, 0x4e, 0x2f, 0x49, 0xe0, 0x1a, 0x33, 0x85, 0xa2, 0x97, 0xaa, 0xf1, 0x72, 0xed, 0x4a, 0x19, 0x60, 0x3a, 0x35, 0x6d, 0x64, 0x0d, 0x21, 0xa1, 0x20, 0x9b, 0x3b, 0x0d, 0xa1, 0x50, 0x65, 0x1f, 0xe0, 0xea, 0xef, 0x1f, 0x80, 0xad, 0x3b, 0x36, 0xc2, 0xca, 0xde, 0x95, 0xc4, 0x00, 0x14, 0x6a, 0xfe, 0x30, 0x8a, 0x76, 0x09, 0x89, 0x2e, 0xf3, 0x0f, 0x79, 0xe1, 0x33, 0xd4, 0xa3, 0x9d, 0xaf, 0x5e, 0xb9, 0x72, 0x25, 0x81, 0xfa, 0xbe, 0x0e, 0xef, 0x73, 0x0c, 0xfb, 0xec, 0xc1, 0x64, 0x32, 0xf9, 0xb3, 0x23, 0x47, 0x8e, 0x28, 0xd5, 0x46, 0x03, 0x8b, 0x1f, 0x71, 0x14, 0xfc, 0xdf, 0xe2, 0x04, 0x86, 0x15, 0x13, 0x78, 0x16, 0x4c, 0xd1, 0xd3, 0xd3, 0x0d, 0x2d, 0x2d, 0x11, 0xe8, 0xeb, 0xbf, 0x06, 0x4d, 0xcd, 0x8d, 0x28, 0x0e, 0x53, 0xb0, 0x74, 0x69, 0xa7, 0x39, 0xe1, 0xb2, 0x96, 0xb5, 0x78, 0x15, 0x95, 0x6a, 0x69, 0x89, 0xa1, 0x5e, 0x01, 0x03, 0x54, 0xa2, 0x02, 0xb4, 0xf8, 0x42, 0x82, 0xbd, 0x07, 0x2d, 0xf5, 0xe1, 0xfa, 0x8a, 0xce, 0xd1, 0xdc, 0xcd, 0x19, 0x36, 0x18, 0x77, 0xef, 0xd9, 0x85, 0x80, 0xf3, 0x75, 0x1a, 0xdd, 0x1e, 0xba, 0x37, 0xda, 0xf8, 0xca, 0xd4, 0xd4, 0xd4, 0x34, 0xde, 0xbf, 0x0e, 0xff, 0x26, 0x1d, 0x7f, 0x2c, 0x91, 0x48, 0xfc, 0xe2, 0xdc, 0xb9, 0x73, 0x4f, 0x3d, 0xf9, 0xe4, 0x93, 0xc3, 0x3a, 0x4e, 0x90, 0xaa, 0x0a, 0x06, 0x7d, 0xee, 0x73, 0x9f, 0xf3, 0xe1, 0xcb, 0x06, 0x8c, 0xf4, 0x65, 0x9a, 0x36, 0x35, 0x93, 0x81, 0xd1, 0x91, 0xd1, 0xda, 0x8d, 0x6e, 0xa8, 0x6c, 0xb4, 0xd6, 0x05, 0xfc, 0x90, 0x48, 0x25, 0x99, 0xe8, 0xa3, 0xed, 0x4d, 0xcd, 0x4d, 0x6c, 0x3b, 0x15, 0x49, 0xd4, 0x7a, 0x74, 0x43, 0x85, 0x55, 0xbb, 0xf4, 0x65, 0xf3, 0x48, 0x73, 0x0b, 0x93, 0x4a, 0xfa, 0x9c, 0x7d, 0xda, 0xd4, 0xf1, 0x9e, 0xf2, 0x13, 0x06, 0x8e, 0x0e, 0x8f, 0x19, 0x0c, 0xb0, 0xbc, 0x7b, 0x39, 0x0c, 0xdf, 0x18, 0x35, 0x26, 0xe1, 0x2c, 0xb7, 0x4c, 0x8c, 0x47, 0x61, 0xd5, 0x9a, 0x55, 0xd8, 0x17, 0x6d, 0x8c, 0x16, 0x6f, 0xbc, 0xf1, 0xc6, 0xe5, 0x60, 0x30, 0xf8, 0x32, 0x62, 0x81, 0x37, 0xfa, 0xfb, 0xfb, 0x4f, 0xbe, 0xf4, 0xd2, 0x4b, 0x7d, 0x96, 0x58, 0xc3, 0xcc, 0xc2, 0xc1, 0x68, 0x32, 0x14, 0x26, 0x27, 0x27, 0xf1, 0xbd, 0x55, 0x89, 0x6a, 0xdf, 0x58, 0x0e, 0x1c, 0xfe, 0x23, 0xee, 0xa5, 0x17, 0x2d, 0x45, 0xc8, 0x99, 0x30, 0x05, 0x94, 0x24, 0x24, 0xcc, 0x4c, 0xb4, 0x43, 0xad, 0x88, 0x6f, 0xdf, 0x16, 0x89, 0xb4, 0x30, 0x91, 0x4f, 0x19, 0x52, 0xac, 0x7f, 0xf4, 0xa0, 0x59, 0x25, 0x0c, 0x40, 0x23, 0x99, 0x67, 0xc9, 0x77, 0x21, 0xaa, 0xbf, 0x72, 0xf1, 0x2a, 0xb4, 0xb6, 0xb4, 0x55, 0xc4, 0x00, 0x03, 0xd7, 0x6e, 0xc0, 0x96, 0x1d, 0x9b, 0x60, 0xfd, 0x86, 0x75, 0x8c, 0x01, 0x6e, 0xdc, 0xb8, 0x31, 0xf0, 0xdc, 0x73, 0xcf, 0x3d, 0x24, 0x10, 0x5d, 0x81, 0x62, 0xfa, 0x98, 0xf8, 0x5b, 0xad, 0x8a, 0x01, 0x48, 0x5f, 0x7c, 0xe5, 0x2b, 0x5f, 0x79, 0x0b, 0x7f, 0x6e, 0x38, 0x75, 0xf2, 0x24, 0xac, 0x5e, 0xdd, 0xcb, 0xb2, 0x5c, 0xb6, 0x6e, 0xdd, 0x06, 0xb9, 0xac, 0xe6, 0x1e, 0x75, 0x22, 0x80, 0xa9, 0x83, 0x6d, 0x7d, 0x6d, 0xaf, 0xfe, 0x34, 0x57, 0xd2, 0x98, 0x29, 0xae, 0x3a, 0x5c, 0xc4, 0x76, 0xa6, 0x75, 0xca, 0x59, 0xb7, 0x51, 0xef, 0xf2, 0x85, 0x10, 0xeb, 0x33, 0xab, 0xd6, 0xe7, 0x73, 0xb0, 0x6e, 0x68, 0x3e, 0x61, 0xca, 0xfa, 0xa1, 0xd9, 0x3a, 0x2e, 0x5e, 0x7c, 0x13, 0x46, 0x47, 0x47, 0xd9, 0x76, 0xca, 0x00, 0xae, 0x54, 0x9c, 0xd3, 0xcc, 0x26, 0xf4, 0x85, 0x50, 0x36, 0xff, 0xa2, 0xcf, 0x53, 0xf1, 0x79, 0xb9, 0x6c, 0x9e, 0x59, 0x1e, 0xfb, 0x6f, 0xdd, 0x07, 0x2f, 0xfc, 0xfa, 0x18, 0x3d, 0xc7, 0xad, 0x14, 0x02, 0xc6, 0xc1, 0x9a, 0x12, 0x42, 0xcb, 0x79, 0x87, 0xdf, 0xae, 0xf6, 0xa6, 0x2b, 0xcb, 0xee, 0xdd, 0xbb, 0x97, 0xe0, 0xe9, 0x07, 0x27, 0xd1, 0x74, 0x21, 0xee, 0x66, 0x9f, 0x8d, 0xd3, 0xb9, 0x9c, 0x35, 0xd9, 0xab, 0x35, 0x8f, 0xd7, 0x88, 0x17, 0x50, 0x12, 0x24, 0xf3, 0x8f, 0xcb, 0x1e, 0xc3, 0x44, 0xd2, 0xfc, 0xe5, 0xfa, 0x3e, 0xb6, 0x5f, 0x66, 0xdb, 0xb4, 0x89, 0x99, 0x65, 0x6d, 0x2d, 0xe9, 0x7f, 0x93, 0x4f, 0x5e, 0xf0, 0xc7, 0x6b, 0xdb, 0x8b, 0x7e, 0x7f, 0xb6, 0x26, 0x5f, 0x3e, 0xfd, 0xe6, 0xc7, 0x4a, 0xda, 0xdf, 0xcc, 0x97, 0x8f, 0xff, 0xe8, 0xff, 0x62, 0x7c, 0x80, 0xcd, 0xc4, 0x0d, 0x92, 0x29, 0x6e, 0xc0, 0x73, 0x15, 0xb8, 0xdb, 0xb6, 0x38, 0xd1, 0x84, 0x30, 0x81, 0x33, 0x14, 0x3f, 0x65, 0x0b, 0xc2, 0x36, 0xe2, 0x8a, 0x34, 0xaa, 0xc3, 0x73, 0x67, 0xdf, 0x82, 0x9f, 0xff, 0xf4, 0x9f, 0x58, 0x3d, 0x00, 0xa5, 0x70, 0x1d, 0x3a, 0x74, 0x48, 0xff, 0xec, 0xbd, 0x5c, 0xb6, 0x51, 0xd4, 0x90, 0xab, 0x01, 0x52, 0x21, 0x64, 0x0e, 0x1a, 0xc9, 0xa4, 0x65, 0x5a, 0x28, 0x18, 0x80, 0xb6, 0x8e, 0x25, 0xf0, 0x5b, 0xc4, 0x01, 0xc9, 0x44, 0x92, 0xb2, 0x85, 0xde, 0x1a, 0x18, 0x18, 0x78, 0xb3, 0x44, 0x78, 0x39, 0x57, 0xb5, 0x0a, 0xa0, 0x05, 0x4d, 0x89, 0x87, 0xc6, 0xc6, 0xc6, 0x3e, 0x8c, 0x22, 0xff, 0x03, 0x47, 0x8f, 0xfe, 0x0a, 0x2e, 0x5f, 0xbe, 0x02, 0x1d, 0x1d, 0x1d, 0x46, 0x7d, 0x7a, 0x25, 0xdf, 0xe2, 0x75, 0x2b, 0x81, 0x72, 0x3b, 0xce, 0x40, 0xd9, 0x42, 0x09, 0x95, 0xc9, 0xff, 0x5e, 0xc1, 0x3d, 0x0c, 0x33, 0xcd, 0x72, 0x4f, 0xa7, 0xb2, 0x2c, 0xb7, 0x67, 0xb0, 0x3e, 0xab, 0x69, 0x14, 0xa2, 0x25, 0x42, 0x39, 0xfe, 0x94, 0xe5, 0x4b, 0xc4, 0x27, 0xc6, 0xd8, 0xb1, 0x63, 0x1b, 0x44, 0x63, 0x53, 0x15, 0xbb, 0x28, 0x5a, 0x14, 0x8a, 0x19, 0x68, 0x1f, 0x9c, 0xec, 0x59, 0xd1, 0x0d, 0xff, 0xf4, 0xb3, 0x27, 0x6c, 0xe6, 0xa0, 0x30, 0x15, 0x8c, 0xf1, 0x37, 0x31, 0x7a, 0xa0, 0xde, 0x0f, 0x9b, 0xb7, 0x6d, 0x82, 0xad, 0xdb, 0x36, 0xc3, 0x2f, 0x6f, 0x0e, 0x43, 0x38, 0x1c, 0xbe, 0x0b, 0x77, 0xff, 0x48, 0xf0, 0x02, 0x8a, 0x1e, 0xc1, 0xb2, 0x59, 0xc4, 0x25, 0xdd, 0x62, 0x5f, 0xfb, 0xda, 0xd7, 0xea, 0xd1, 0x84, 0xf8, 0x4b, 0x7c, 0xc9, 0xfb, 0xb1, 0x23, 0x3c, 0xa5, 0x88, 0x58, 0x6a, 0xdb, 0x3b, 0xe5, 0xf8, 0x6a, 0x17, 0xf2, 0xff, 0xff, 0xe1, 0x1f, 0x7f, 0x0a, 0xce, 0x9c, 0x3d, 0x03, 0x85, 0x7c, 0xe5, 0x19, 0xdb, 0xcd, 0x91, 0x08, 0xdc, 0x77, 0xdf, 0xbd, 0xc6, 0xdf, 0x17, 0x2f, 0x5c, 0x84, 0xe9, 0xe9, 0x34, 0x73, 0x0b, 0x67, 0x73, 0xc2, 0x80, 0x45, 0x9e, 0xcd, 0xe6, 0xb2, 0xa6, 0x08, 0x51, 0x27, 0x0e, 0xc2, 0x5d, 0xbb, 0x77, 0xc2, 0xd5, 0xab, 0x7d, 0x70, 0xe4, 0x3f, 0xfc, 0x17, 0x26, 0x44, 0x10, 0x0c, 0x6e, 0x42, 0x29, 0x30, 0xee, 0xe6, 0x0e, 0x9e, 0xb9, 0x0f, 0xb5, 0x68, 0x15, 0xf4, 0xa0, 0x88, 0xba, 0x13, 0x7f, 0xb6, 0x6b, 0xe9, 0x5f, 0x05, 0x0f, 0x36, 0x2f, 0x4a, 0x07, 0x4a, 0x3f, 0xaa, 0x23, 0x13, 0x04, 0xff, 0xf6, 0xe3, 0xda, 0x47, 0x6b, 0x3c, 0xc6, 0x47, 0xbf, 0x69, 0xed, 0xf3, 0x79, 0x7b, 0x5b, 0xdb, 0xda, 0x36, 0xf3, 0xf2, 0x28, 0xf2, 0xa2, 0x85, 0xc3, 0x0d, 0xc6, 0xa8, 0xd4, 0xaf, 0xc7, 0x88, 0xd0, 0x8c, 0xf6, 0xac, 0x11, 0x7a, 0x56, 0x55, 0x57, 0x14, 0x6e, 0x94, 0x52, 0xbb, 0xed, 0xc3, 0x46, 0x99, 0xb8, 0x3c, 0x8d, 0x8d, 0x26, 0xba, 0x26, 0x3b, 0x99, 0x00, 0x2c, 0xaf, 0xaf, 0x2f, 0x14, 0xf2, 0x28, 0xca, 0xd3, 0x4c, 0x77, 0x53, 0x6e, 0x9f, 0x66, 0xd3, 0x7b, 0x59, 0x19, 0x1c, 0xa1, 0x7c, 0x1f, 0x6b, 0x5e, 0x16, 0xe3, 0x27, 0x6f, 0x28, 0xad, 0xa9, 0x4a, 0x9a, 0x46, 0xa2, 0x1f, 0xf7, 0x75, 0x2c, 0xed, 0x80, 0xb5, 0xeb, 0xd6, 0x94, 0x04, 0x7e, 0xb6, 0x6f, 0x0a, 0x4a, 0x95, 0x10, 0x44, 0x2a, 0x7b, 0x3c, 0x49, 0x61, 0xf2, 0x87, 0x7c, 0xfd, 0xab, 0xdf, 0x60, 0x5f, 0x35, 0x41, 0x35, 0xf2, 0xd9, 0x67, 0x9f, 0x7d, 0xf6, 0x6f, 0x4b, 0x05, 0x84, 0xaa, 0x56, 0x01, 0xe2, 0xf2, 0xe8, 0xa3, 0x8f, 0x5e, 0xc3, 0xd5, 0xff, 0x14, 0x36, 0x11, 0x95, 0x1a, 0x84, 0x56, 0x2f, 0xac, 0xa9, 0xd1, 0x07, 0x86, 0x83, 0x81, 0x40, 0xa0, 0x75, 0xdf, 0xad, 0x7b, 0xef, 0x96, 0x68, 0x22, 0x09, 0xd4, 0x73, 0x81, 0x60, 0x1d, 0x74, 0xb4, 0xb7, 0x33, 0x82, 0x13, 0x31, 0xb4, 0x75, 0x81, 0x05, 0x3d, 0x28, 0xd8, 0xd4, 0xd2, 0xd6, 0x6a, 0x44, 0xcc, 0x66, 0xb3, 0xb0, 0x6c, 0xe4, 0x5c, 0x96, 0x61, 0x0f, 0xf6, 0x75, 0x2f, 0xfa, 0x28, 0x23, 0x32, 0x1e, 0x55, 0xe8, 0x50, 0x23, 0xe4, 0xce, 0xf3, 0xf7, 0x62, 0xf1, 0x18, 0xa2, 0xfa, 0x66, 0x36, 0x29, 0x64, 0x00, 0x3b, 0xb6, 0x2e, 0x10, 0xa0, 0x07, 0xc7, 0x67, 0x0d, 0x6a, 0x75, 0xf9, 0xd8, 0xea, 0xeb, 0x83, 0xa8, 0xe7, 0x43, 0x6c, 0xce, 0xc0, 0x60, 0x20, 0xc8, 0x70, 0x8c, 0x78, 0x2f, 0x47, 0x62, 0x57, 0x48, 0x74, 0xc7, 0xf3, 0xca, 0x9c, 0x43, 0x0e, 0x25, 0x32, 0x87, 0x77, 0xef, 0xdd, 0x05, 0x4f, 0xfc, 0xfc, 0x29, 0x62, 0xe0, 0xdf, 0xc3, 0xcd, 0x8f, 0xcd, 0xa4, 0xaf, 0xbc, 0x33, 0x3c, 0xa7, 0x4e, 0x5f, 0x8b, 0x26, 0x86, 0x68, 0x7e, 0x30, 0x13, 0xa4, 0xbb, 0xbb, 0x7b, 0x4b, 0x20, 0x10, 0xf4, 0xd3, 0x44, 0x8b, 0xf4, 0x45, 0xce, 0x16, 0xb4, 0x9d, 0x09, 0xc4, 0x15, 0xf4, 0xcf, 0xaf, 0xf0, 0xc6, 0xa2, 0x60, 0x38, 0x52, 0x29, 0x97, 0xbe, 0x16, 0x0c, 0x40, 0xd7, 0xa3, 0x7b, 0x16, 0x81, 0xa9, 0xcc, 0x3a, 0x9a, 0xf2, 0x17, 0x79, 0xa9, 0xd6, 0xa6, 0x4d, 0x9b, 0x18, 0x00, 0xa3, 0x1c, 0x3e, 0x62, 0x46, 0x1f, 0xcd, 0xc1, 0x27, 0xe9, 0x52, 0x00, 0x47, 0xbc, 0xdf, 0xef, 0x65, 0x91, 0xd0, 0x00, 0x8e, 0x7a, 0x7f, 0xa0, 0x8e, 0xcd, 0x12, 0x46, 0x40, 0xb5, 0x22, 0x93, 0x4f, 0x2a, 0xc5, 0x12, 0x6a, 0x45, 0xa1, 0x6d, 0xd5, 0x3d, 0x1e, 0xaa, 0x31, 0x1e, 0x0e, 0x98, 0x0f, 0x1c, 0xfa, 0x00, 0x63, 0x00, 0x5c, 0xee, 0xfe, 0xd0, 0x87, 0x3e, 0x14, 0x79, 0xe2, 0x89, 0x27, 0x26, 0xe7, 0x9a, 0x01, 0x88, 0xf5, 0xfd, 0x96, 0x26, 0x09, 0xa6, 0x86, 0x68, 0x76, 0x28, 0x68, 0x39, 0x74, 0xb0, 0x2f, 0x5e, 0x21, 0x51, 0x9b, 0x9b, 0x23, 0x28, 0xb6, 0x1a, 0x58, 0xc7, 0x52, 0xaa, 0x34, 0x23, 0xbc, 0x52, 0xd0, 0xb3, 0x89, 0xb5, 0xb0, 0x27, 0x55, 0xd9, 0xb2, 0xf8, 0xfa, 0x2c, 0xa3, 0x45, 0x74, 0x2d, 0xb2, 0x5a, 0x38, 0x72, 0x36, 0xac, 0x14, 0xca, 0xba, 0x41, 0x02, 0x27, 0xe2, 0x49, 0x18, 0xb8, 0x31, 0x00, 0x2d, 0x68, 0xcf, 0xaf, 0x5d, 0xbb, 0x96, 0xa9, 0x87, 0x44, 0x22, 0xc1, 0xc0, 0x1d, 0x9b, 0xf4, 0x29, 0x95, 0x07, 0xaf, 0x84, 0xcf, 0xc5, 0xde, 0x0e, 0xcf, 0x91, 0x7d, 0xec, 0xd9, 0x1a, 0x1a, 0xc3, 0x28, 0x01, 0xea, 0xf0, 0x1d, 0x02, 0xac, 0x26, 0x80, 0x3d, 0xab, 0x64, 0x9f, 0xb2, 0x4a, 0x15, 0xc6, 0xb6, 0x79, 0x3f, 0x4f, 0x15, 0x51, 0x85, 0xfd, 0xaa, 0x89, 0x59, 0x24, 0x96, 0x1b, 0xe0, 0xbe, 0x5f, 0xbc, 0xc3, 0xf2, 0xae, 0x65, 0x3c, 0x25, 0xcd, 0x8f, 0xd2, 0xec, 0x0e, 0xdc, 0xf4, 0x8f, 0x73, 0xcd, 0x00, 0x3e, 0xfd, 0x1c, 0xaf, 0xfe, 0xdb, 0x27, 0x6c, 0x53, 0x75, 0xe2, 0x1b, 0x99, 0xad, 0x92, 0xac, 0x4e, 0x93, 0x0e, 0xce, 0x23, 0xb0, 0xc9, 0x64, 0xd3, 0x10, 0x41, 0xb1, 0xd5, 0xd8, 0xd4, 0x08, 0x52, 0xb3, 0xc4, 0x88, 0x40, 0xdb, 0x89, 0x93, 0x39, 0x16, 0xa0, 0x2c, 0x5b, 0xc9, 0x23, 0x5b, 0xbc, 0x3f, 0x6a, 0x05, 0xa3, 0xc2, 0xfc, 0x97, 0xca, 0x19, 0x40, 0x57, 0x01, 0x24, 0x05, 0x48, 0xfd, 0x04, 0x43, 0x21, 0x96, 0xa6, 0x3d, 0x9d, 0xa1, 0x6f, 0x06, 0x44, 0x19, 0xd1, 0x89, 0xe0, 0xa4, 0x53, 0xdb, 0x51, 0x35, 0xad, 0x5e, 0xbd, 0x1a, 0xc8, 0xaf, 0xce, 0x3e, 0xe0, 0x84, 0x6a, 0x42, 0xfb, 0x98, 0x44, 0x0c, 0x46, 0x86, 0x46, 0x0d, 0x07, 0x18, 0x1d, 0x9f, 0x4a, 0x25, 0xf1, 0x7c, 0x9a, 0x85, 0x3c, 0xc1, 0xf6, 0x67, 0x32, 0xe9, 0xaa, 0x42, 0xcd, 0x33, 0x47, 0x63, 0x56, 0xbf, 0x40, 0xce, 0x50, 0x41, 0x84, 0xb7, 0xe6, 0x5a, 0x05, 0x78, 0xca, 0x34, 0xce, 0x18, 0xfa, 0x77, 0x30, 0x21, 0x1b, 0x8b, 0xc6, 0xce, 0xb4, 0x77, 0x74, 0x7c, 0x88, 0xea, 0xe2, 0xa8, 0x63, 0xc9, 0x7d, 0x1b, 0x44, 0x7d, 0x4a, 0x81, 0x90, 0x56, 0xd4, 0xf7, 0xa4, 0xcb, 0x92, 0xd8, 0xc9, 0x19, 0x44, 0xc0, 0x4c, 0x1d, 0xd0, 0xc7, 0xa6, 0x32, 0x79, 0xed, 0xa3, 0x53, 0x7a, 0x91, 0xa1, 0x22, 0x14, 0x1b, 0x5a, 0xc1, 0xba, 0x21, 0x36, 0x99, 0x2f, 0x40, 0x32, 0xd6, 0x64, 0xeb, 0xd3, 0xd4, 0xee, 0x24, 0xaa, 0x09, 0x2c, 0xd5, 0xe3, 0x6f, 0xda, 0x4e, 0xc4, 0x8f, 0xc5, 0xe2, 0x06, 0xe1, 0x86, 0x87, 0x6e, 0xc2, 0xd9, 0xb3, 0x67, 0x19, 0x67, 0xad, 0x5f, 0xbf, 0x1e, 0xd6, 0xac, 0x59, 0x03, 0x14, 0x45, 0x23, 0xa6, 0xa1, 0x9a, 0x3d, 0x7a, 0xe6, 0xce, 0xce, 0x4e, 0x66, 0xe7, 0x13, 0x93, 0xd0, 0x33, 0x52, 0xa9, 0x37, 0x35, 0x62, 0x1e, 0x62, 0x02, 0x52, 0x23, 0xb4, 0x9d, 0x31, 0xca, 0xc8, 0x08, 0xdb, 0x46, 0x6a, 0x85, 0xbb, 0x88, 0xe7, 0x69, 0xf9, 0x15, 0x9a, 0x83, 0xff, 0x30, 0xd7, 0x7c, 0xc7, 0x75, 0x7f, 0x40, 0x5f, 0xd7, 0x55, 0xf0, 0x77, 0xe0, 0x8e, 0xbb, 0x0e, 0xfe, 0x1b, 0x04, 0x50, 0x6b, 0x49, 0xcc, 0xf6, 0xae, 0xee, 0x65, 0xa3, 0x8b, 0x44, 0xe9, 0xea, 0x55, 0xab, 0xa0, 0xa5, 0x35, 0xc2, 0x92, 0x34, 0x09, 0x13, 0xd0, 0x9c, 0xbc, 0xd3, 0x49, 0x9a, 0x2b, 0x60, 0x1a, 0xb2, 0x99, 0xac, 0xf1, 0xc1, 0xc6, 0xe2, 0xe4, 0x49, 0xaa, 0x25, 0x20, 0x23, 0x19, 0xc4, 0xe7, 0x4e, 0x1b, 0x1a, 0xe9, 0x7e, 0x1a, 0xe9, 0x04, 0xe4, 0x42, 0x1a, 0x80, 0x23, 0x66, 0xa2, 0xc4, 0x95, 0x6b, 0xd7, 0xae, 0xc3, 0xc0, 0xf5, 0x1b, 0x0c, 0xfd, 0x27, 0x90, 0x01, 0xae, 0xe3, 0xdf, 0x74, 0xad, 0xfe, 0xab, 0xfd, 0xc7, 0x26, 0x26, 0x26, 0xaf, 0xf1, 0x54, 0x6c, 0x7a, 0xce, 0x55, 0xab, 0x56, 0x45, 0x10, 0xbf, 0xb4, 0x2d, 0x59, 0xb2, 0xa4, 0xad, 0xb9, 0xb9, 0xb9, 0x15, 0xc1, 0x6c, 0x13, 0x5e, 0x9f, 0x4a, 0xe5, 0x73, 0x08, 0xb8, 0x54, 0xec, 0x6c, 0x1f, 0x45, 0xe1, 0xe8, 0x58, 0x62, 0x0e, 0x62, 0x08, 0x8d, 0xb9, 0x62, 0x05, 0x6c, 0x39, 0x94, 0x12, 0x24, 0x92, 0x27, 0x10, 0x68, 0x9e, 0x46, 0xa6, 0x38, 0x73, 0xe9, 0xd2, 0xa5, 0xf3, 0xf9, 0x7c, 0xbe, 0xd6, 0x95, 0xbd, 0xe4, 0xaa, 0x1f, 0xc7, 0x67, 0xbe, 0xf2, 0xe4, 0x93, 0x4f, 0x9e, 0x9c, 0x0f, 0xc1, 0xe3, 0xad, 0x82, 0xf0, 0xc6, 0xdf, 0x08, 0xb8, 0x96, 0xee, 0xd9, 0xbb, 0xfb, 0xeb, 0xa8, 0x7f, 0x1b, 0xc9, 0xac, 0x5a, 0xd9, 0xbb, 0x8a, 0xb9, 0x41, 0x69, 0xa1, 0x11, 0xb6, 0xbc, 0xa7, 0x0b, 0xba, 0x7b, 0xba, 0x59, 0x47, 0x6a, 0x13, 0x30, 0x69, 0x65, 0xd9, 0x39, 0x1c, 0x41, 0xec, 0x3b, 0x3d, 0xd9, 0x0c, 0xab, 0x36, 0x22, 0x3b, 0x9b, 0xa7, 0xa5, 0x69, 0x5e, 0x42, 0xd9, 0x70, 0xa5, 0x92, 0xea, 0xd0, 0x80, 0x9b, 0x9f, 0x7d, 0x62, 0x95, 0x95, 0x32, 0xe2, 0x39, 0xa3, 0x23, 0x63, 0xe4, 0x2f, 0x87, 0xa1, 0x1b, 0x43, 0x9a, 0xa9, 0x89, 0xff, 0x6e, 0x5c, 0x1b, 0x60, 0x92, 0x88, 0x05, 0x66, 0x46, 0xc7, 0x5e, 0x7c, 0xed, 0x95, 0xd7, 0x7e, 0x02, 0x7a, 0xe5, 0x0d, 0x14, 0xab, 0x70, 0x6c, 0x7f, 0x23, 0x68, 0xf4, 0x1d, 0x38, 0x70, 0xa0, 0x0b, 0x25, 0x42, 0x77, 0x24, 0x12, 0x59, 0x89, 0xcf, 0xbb, 0x13, 0x99, 0x62, 0x1b, 0x85, 0xcd, 0x91, 0x41, 0xa6, 0x51, 0x62, 0x04, 0x88, 0x31, 0x88, 0x29, 0x48, 0x5a, 0x90, 0x44, 0x40, 0x06, 0xc8, 0xa3, 0x44, 0x60, 0xd5, 0xbe, 0x78, 0xec, 0xcf, 0xf1, 0x19, 0x7e, 0xe8, 0x14, 0x93, 0x7f, 0x3b, 0x17, 0xa9, 0xca, 0x63, 0x03, 0x25, 0x08, 0xee, 0xba, 0x1d, 0x6d, 0xed, 0xce, 0x1d, 0xbb, 0xb6, 0x7d, 0x16, 0x2d, 0x82, 0x6e, 0xe6, 0x40, 0x41, 0xfd, 0xbc, 0xbc, 0xbb, 0x8b, 0x11, 0xdd, 0x70, 0xaa, 0x20, 0x6a, 0x27, 0x3d, 0xdc, 0xde, 0xde, 0x06, 0x11, 0x44, 0xe9, 0xa4, 0xc3, 0xc9, 0x2a, 0x90, 0x2a, 0xc8, 0x25, 0x23, 0x09, 0x92, 0x44, 0xbd, 0x1c, 0x8b, 0xc6, 0x99, 0x6f, 0x7e, 0x74, 0x78, 0x04, 0xc6, 0xc6, 0xc7, 0xd9, 0x76, 0x8e, 0x1e, 0x46, 0x86, 0x47, 0xb1, 0x8d, 0x70, 0x5d, 0xae, 0x0c, 0x0c, 0x0c, 0x3c, 0x73, 0xea, 0xc4, 0xe9, 0xa3, 0x3a, 0xa1, 0xad, 0xc4, 0xcf, 0x94, 0x62, 0x06, 0x71, 0xdb, 0x43, 0x0f, 0x3d, 0xd4, 0x89, 0xd2, 0x63, 0x37, 0x32, 0xe3, 0x1e, 0x5c, 0xdf, 0x8e, 0xba, 0x78, 0x3b, 0x3e, 0xb3, 0x0f, 0x25, 0x87, 0x8a, 0x2d, 0x88, 0xcc, 0xc2, 0xee, 0x89, 0xd6, 0x87, 0x72, 0xf3, 0xe6, 0xcd, 0x0c, 0x32, 0xcc, 0x45, 0x3c, 0xe6, 0x6b, 0x5f, 0xf8, 0xc2, 0x17, 0x7e, 0xf9, 0x8e, 0x61, 0x00, 0x0a, 0x0f, 0xe7, 0x72, 0xb9, 0x3f, 0x40, 0x0e, 0xde, 0x86, 0x0f, 0xdf, 0x4a, 0x8e, 0x20, 0x5c, 0x7b, 0xc8, 0x3b, 0x88, 0xbf, 0x65, 0x5a, 0x0b, 0x7f, 0xd3, 0x5a, 0xe6, 0x7f, 0xd3, 0x1a, 0x1b, 0xe1, 0x02, 0x1f, 0x8e, 0x94, 0x1e, 0x9f, 0xdf, 0xdb, 0x49, 0x5f, 0xde, 0xe3, 0x29, 0x55, 0x75, 0xba, 0xed, 0x6d, 0x4a, 0xee, 0x10, 0xb2, 0x8f, 0xb4, 0x09, 0x92, 0x3d, 0x86, 0xce, 0x67, 0x75, 0x8a, 0x38, 0xba, 0xf3, 0xba, 0xf9, 0x48, 0x52, 0xc1, 0xe6, 0x85, 0xd3, 0xaf, 0x45, 0x6e, 0x5b, 0xb2, 0x38, 0xb4, 0x79, 0x7a, 0x54, 0xf6, 0xb2, 0x79, 0xa5, 0x30, 0x9d, 0x4a, 0xa4, 0xfa, 0x91, 0x28, 0x51, 0xbc, 0x16, 0xa5, 0xc8, 0xb2, 0x7a, 0x3c, 0xfd, 0x37, 0x6f, 0x8a, 0xe5, 0x6f, 0x63, 0x9b, 0x4c, 0x13, 0x24, 0x03, 0x8c, 0x60, 0xfb, 0xed, 0x6d, 0xb7, 0xdd, 0xf6, 0x0f, 0xd6, 0x44, 0x0b, 0x8a, 0xa0, 0x3e, 0xfc, 0xf0, 0xc3, 0x54, 0x05, 0xf4, 0x3b, 0xa8, 0x32, 0x7e, 0x1f, 0xfb, 0x63, 0x0f, 0x4a, 0xba, 0x0c, 0x32, 0x77, 0x3d, 0x31, 0x03, 0x99, 0xa1, 0x7d, 0x7d, 0x7d, 0x69, 0xec, 0x93, 0xbf, 0xc2, 0x63, 0xfe, 0x54, 0xac, 0xd2, 0x79, 0x3b, 0x96, 0x4a, 0x40, 0xa0, 0x84, 0x80, 0xe6, 0x28, 0xbe, 0xd8, 0x01, 0x5e, 0x3c, 0x61, 0xaa, 0x16, 0x9e, 0xa5, 0x3b, 0x96, 0xc2, 0xa3, 0xd4, 0x66, 0xe3, 0xee, 0xad, 0x58, 0x69, 0x12, 0x43, 0x49, 0x9e, 0x20, 0x8a, 0xea, 0xf5, 0xb5, 0xe8, 0xbc, 0xd7, 0x5e, 0x7b, 0x8d, 0xaa, 0x74, 0x7e, 0xdf, 0xcc, 0x7b, 0xcc, 0x6e, 0x3b, 0xad, 0x37, 0xaa, 0xce, 0x69, 0x47, 0x55, 0xf0, 0x07, 0x68, 0x62, 0xfe, 0x6b, 0x94, 0x10, 0x1d, 0x3d, 0x3d, 0x3d, 0xc1, 0xed, 0xdb, 0xb7, 0x07, 0xce, 0x9f, 0x3f, 0xff, 0x59, 0xc4, 0x0e, 0x4b, 0xf1, 0x98, 0xc3, 0x0b, 0x5a, 0x02, 0xdc, 0x7f, 0xff, 0xfd, 0x77, 0x20, 0xb7, 0x3e, 0xbb, 0x50, 0xfd, 0xf8, 0x0b, 0x60, 0xd9, 0xf4, 0xd4, 0x53, 0x4f, 0x9d, 0xad, 0x00, 0xb1, 0x91, 0x64, 0xb8, 0x0f, 0xa5, 0xc2, 0x23, 0x28, 0x11, 0x5a, 0xd0, 0xe4, 0x0c, 0x9e, 0x3a, 0x75, 0x2a, 0x85, 0x80, 0x11, 0x61, 0xc1, 0x97, 0xfe, 0x66, 0xc1, 0x4a, 0x00, 0x7c, 0xf0, 0x0f, 0xf3, 0xce, 0xbe, 0xff, 0xb3, 0x7f, 0x04, 0x5d, 0xcb, 0xbb, 0x6c, 0x0e, 0x0d, 0x3e, 0xba, 0x8c, 0x24, 0x61, 0xc1, 0xf9, 0x21, 0x19, 0xfb, 0xcd, 0x5f, 0x04, 0x2f, 0xda, 0x74, 0xee, 0xd7, 0xe2, 0x85, 0x15, 0x92, 0x50, 0x5d, 0x03, 0x82, 0xa3, 0xa4, 0xe8, 0x72, 0x29, 0x66, 0x10, 0x48, 0xa6, 0x4a, 0x9c, 0xe2, 0x53, 0xa8, 0x16, 0xbf, 0x82, 0x64, 0xf9, 0xbf, 0x5a, 0xc2, 0x23, 0x2b, 0x5e, 0x8b, 0xae, 0x73, 0xf6, 0xcc, 0x59, 0xf8, 0xe1, 0xf7, 0xff, 0x8a, 0x1f, 0x46, 0xa5, 0x5a, 0x65, 0x19, 0x40, 0x97, 0x0c, 0x4f, 0x7c, 0xff, 0xfb, 0xdf, 0x5f, 0x8f, 0xc0, 0xf0, 0xc5, 0xa1, 0xa1, 0xa1, 0x8d, 0xbd, 0xbd, 0xbd, 0x21, 0xb4, 0x10, 0xfe, 0x0c, 0xb7, 0x2f, 0x58, 0x06, 0x90, 0x70, 0xf4, 0x7f, 0x94, 0xcd, 0x87, 0x1b, 0x69, 0x86, 0xb5, 0xeb, 0xd6, 0x6a, 0x48, 0x5c, 0x35, 0x7b, 0xa9, 0x78, 0xc7, 0x48, 0x16, 0x1f, 0xb7, 0xea, 0x50, 0x1e, 0x25, 0x16, 0x48, 0xa9, 0x26, 0x62, 0xd8, 0x89, 0xe6, 0x9e, 0x0a, 0x52, 0xaa, 0xb2, 0x4a, 0xb2, 0x31, 0x85, 0xc8, 0x9e, 0x92, 0xcd, 0x9f, 0xe6, 0x2e, 0x0c, 0x9d, 0xee, 0xc5, 0xc2, 0xbf, 0xbb, 0x76, 0x40, 0x08, 0xcd, 0x4c, 0x32, 0x5d, 0xb1, 0x6f, 0x48, 0x05, 0x3c, 0xa8, 0x3b, 0xbf, 0xb2, 0x50, 0xa6, 0x54, 0xeb, 0x81, 0x07, 0x1e, 0x48, 0x20, 0x13, 0x7c, 0x06, 0x19, 0xe0, 0xe5, 0x3d, 0x7b, 0xf6, 0x50, 0xf0, 0x6c, 0xe5, 0x0f, 0x7e, 0xf0, 0x83, 0x08, 0x4a, 0x81, 0xc9, 0x05, 0xc7, 0x00, 0x9f, 0xf9, 0xcc, 0x67, 0x76, 0xe3, 0x03, 0xf6, 0xd0, 0xef, 0xed, 0xbb, 0xb6, 0x31, 0x07, 0xcb, 0xd4, 0xe4, 0x84, 0xf1, 0xd9, 0x98, 0x77, 0xf2, 0x12, 0xaa, 0x0f, 0x56, 0x94, 0xc2, 0xe5, 0xb4, 0x34, 0xd4, 0x37, 0xc0, 0x9e, 0xfd, 0x7b, 0xe0, 0xd7, 0xcf, 0x3d, 0x4f, 0x0c, 0xb1, 0x63, 0xf3, 0xe6, 0xcd, 0xeb, 0xcf, 0x9c, 0x39, 0xd3, 0x07, 0x15, 0x96, 0x6a, 0x21, 0x8e, 0xda, 0x89, 0xaa, 0x40, 0xe1, 0x16, 0x09, 0x5a, 0x43, 0xd3, 0x0b, 0x52, 0x02, 0x20, 0xf1, 0x3f, 0xca, 0xc5, 0xff, 0xa6, 0xcd, 0x9b, 0x20, 0x91, 0x4a, 0xc0, 0xf1, 0x57, 0x4f, 0xc2, 0x62, 0x58, 0x7a, 0x57, 0xaf, 0x80, 0x9e, 0x95, 0xcb, 0x0d, 0x4c, 0xf1, 0xfa, 0x6b, 0xa7, 0x98, 0x65, 0x41, 0xaa, 0x49, 0xf4, 0xd9, 0xd0, 0xeb, 0x73, 0x77, 0x2b, 0x5f, 0xee, 0xbc, 0xfb, 0x03, 0xb0, 0x77, 0xef, 0x6e, 0xc6, 0x00, 0x24, 0x14, 0xd0, 0xcc, 0x25, 0x35, 0xf0, 0xdf, 0xa1, 0x4c, 0xa9, 0xd6, 0x63, 0x8f, 0x3d, 0x16, 0xc6, 0x6b, 0x93, 0xc8, 0xff, 0xf2, 0xba, 0x75, 0xeb, 0xea, 0x50, 0x0a, 0x28, 0xc8, 0x84, 0x4f, 0x51, 0x01, 0xe7, 0x42, 0x55, 0x01, 0x1f, 0x35, 0x1c, 0x36, 0xdd, 0xcb, 0xe0, 0xd2, 0xf9, 0x2b, 0x33, 0x1e, 0x35, 0x0b, 0x6d, 0x19, 0x1a, 0xbc, 0x69, 0x62, 0x80, 0x78, 0x22, 0x0e, 0x5e, 0x8f, 0xb3, 0x3b, 0xdd, 0xfa, 0xce, 0x43, 0x83, 0x23, 0xb0, 0x6e, 0xfd, 0x5a, 0xe6, 0x78, 0x22, 0x97, 0x2f, 0x9a, 0xb2, 0xf7, 0xe0, 0xe6, 0xbf, 0x77, 0x21, 0xbe, 0xf7, 0x9b, 0xdf, 0xfc, 0x66, 0x77, 0x6b, 0x6b, 0xeb, 0x1f, 0xa2, 0x39, 0xfa, 0x2f, 0xd1, 0x02, 0x91, 0xd7, 0xac, 0x59, 0x53, 0x47, 0x8e, 0xa2, 0xc1, 0xc1, 0xc1, 0x14, 0xf9, 0x04, 0x16, 0xa4, 0x19, 0xf8, 0xe9, 0x4f, 0x7f, 0x7a, 0x23, 0x4d, 0x37, 0x42, 0xbf, 0x77, 0xef, 0xdb, 0xc5, 0xf2, 0xef, 0xa8, 0xd3, 0x16, 0x0b, 0x03, 0xd0, 0x54, 0xae, 0xe4, 0x23, 0xd0, 0xc2, 0xbc, 0xb2, 0x36, 0xf3, 0x57, 0x85, 0xef, 0x76, 0xbd, 0xff, 0x06, 0xac, 0x5e, 0xdb, 0x0b, 0xfb, 0x6e, 0xdd, 0xc3, 0x92, 0x33, 0x51, 0x9c, 0xef, 0x40, 0x3b, 0xbf, 0x6b, 0x64, 0x64, 0x84, 0xf2, 0xf0, 0x3d, 0x1b, 0x37, 0x6e, 0x8c, 0x1c, 0x38, 0x70, 0x60, 0x63, 0x57, 0x57, 0xd7, 0x81, 0x86, 0x86, 0x86, 0xbb, 0x7d, 0x3e, 0x5f, 0x37, 0xae, 0x0b, 0xdd, 0xdd, 0xdd, 0x01, 0x9a, 0x43, 0xb8, 0xbf, 0xbf, 0x3f, 0x33, 0x31, 0x31, 0x41, 0x73, 0xc8, 0xfc, 0x33, 0xd4, 0xfd, 0xe7, 0x17, 0x24, 0x03, 0x10, 0xb8, 0xd1, 0x26, 0x87, 0x52, 0x61, 0xf3, 0xd6, 0x4d, 0x90, 0x4a, 0x24, 0x59, 0xa7, 0x55, 0x9a, 0xc1, 0xfa, 0x4e, 0x58, 0x46, 0x46, 0xc6, 0xa1, 0xbb, 0x67, 0x19, 0xfb, 0xbd, 0x74, 0x59, 0x07, 0x44, 0x27, 0x12, 0x15, 0x79, 0x1e, 0x29, 0x0a, 0x47, 0x73, 0x00, 0xf2, 0xec, 0x5c, 0x52, 0xeb, 0x07, 0x0f, 0x1e, 0xfc, 0xcf, 0x48, 0x70, 0x8a, 0x25, 0xdc, 0x82, 0x0c, 0xd1, 0x86, 0x52, 0x21, 0x8d, 0xaa, 0xc1, 0xdf, 0xd6, 0xd6, 0xe6, 0x25, 0x07, 0x10, 0x9a, 0x7b, 0xbe, 0x81, 0x81, 0x81, 0x0c, 0x8e, 0x7c, 0x09, 0x19, 0xed, 0x7f, 0xa3, 0x34, 0xf8, 0xd3, 0x2f, 0x7f, 0xf9, 0xcb, 0xe3, 0x6f, 0x77, 0x1f, 0x94, 0x62, 0x00, 0x26, 0xfe, 0x9b, 0x9b, 0x51, 0xfc, 0x2f, 0x5f, 0x06, 0x97, 0x2f, 0x2c, 0x1e, 0xf1, 0xcf, 0x97, 0x71, 0x81, 0x01, 0x56, 0xae, 0x5a, 0x01, 0xaf, 0x0c, 0xfe, 0x16, 0xc2, 0x0d, 0x95, 0x7d, 0x8a, 0x87, 0x5c, 0xcb, 0xeb, 0x37, 0xac, 0xd7, 0xa4, 0x87, 0xf6, 0x5d, 0xa5, 0xfd, 0x2b, 0x56, 0xac, 0x90, 0x28, 0x16, 0x40, 0x2a, 0x13, 0xfb, 0x2f, 0x44, 0xea, 0x61, 0x74, 0x74, 0x34, 0x73, 0xf5, 0xea, 0x55, 0x15, 0xfb, 0x2e, 0x86, 0xc7, 0xfd, 0x75, 0x3c, 0x1e, 0x7f, 0xe4, 0xc8, 0x91, 0x23, 0x57, 0x16, 0x4a, 0x1f, 0x38, 0x32, 0xc0, 0x27, 0x3e, 0xf1, 0x89, 0x95, 0x38, 0x12, 0xb6, 0xd3, 0xe8, 0xdf, 0xb7, 0x7f, 0x2f, 0x4b, 0xe3, 0xbe, 0x39, 0x34, 0xba, 0xe8, 0x18, 0x80, 0x00, 0x1e, 0x8d, 0x66, 0x0a, 0x24, 0x51, 0xaa, 0x17, 0x7d, 0x1e, 0xbe, 0xd2, 0x77, 0x1c, 0xbc, 0x3e, 0x04, 0x2b, 0x7b, 0x7b, 0x60, 0xcf, 0xbe, 0xdd, 0xf0, 0xea, 0xcb, 0xaf, 0x51, 0xe0, 0x47, 0xa2, 0x32, 0x2d, 0x1c, 0xe1, 0x99, 0x6b, 0xd7, 0xae, 0x51, 0xf0, 0x07, 0xbb, 0xcd, 0xf3, 0x56, 0x32, 0x99, 0xfc, 0x05, 0x32, 0xc1, 0xb3, 0x3f, 0xfe, 0xf1, 0x8f, 0x8f, 0x23, 0xf1, 0xf9, 0xa4, 0xcf, 0x72, 0x39, 0x73, 0xf1, 0x6d, 0x65, 0x00, 0x24, 0xfc, 0xc7, 0xc8, 0x73, 0x45, 0x0c, 0xb0, 0x75, 0xc7, 0x66, 0x56, 0x8f, 0x27, 0xb3, 0x1c, 0xfb, 0xf2, 0x17, 0xa4, 0x70, 0xee, 0xd5, 0xfe, 0xcb, 0xf3, 0xf2, 0xf0, 0x56, 0xb7, 0x34, 0xa5, 0x73, 0xad, 0x59, 0xb5, 0xae, 0xaa, 0x6b, 0x50, 0xdd, 0x7e, 0x7b, 0xa7, 0x56, 0x99, 0x43, 0x95, 0xbb, 0x6a, 0x41, 0xaa, 0x48, 0x0d, 0xb0, 0x48, 0x65, 0x2e, 0x07, 0xef, 0xfb, 0xc0, 0x01, 0xc6, 0x00, 0x24, 0x05, 0x4e, 0x9e, 0x3c, 0xf9, 0x2a, 0xea, 0xfb, 0xe7, 0x10, 0xdd, 0x9f, 0x7a, 0xf5, 0xd5, 0x57, 0x89, 0xf8, 0xe2, 0xb4, 0x70, 0x2a, 0xd4, 0xe6, 0x3b, 0xf3, 0x73, 0xcf, 0x00, 0xd8, 0xb1, 0x1f, 0xa1, 0x0e, 0xa5, 0xc4, 0xc3, 0x65, 0x5d, 0x28, 0xfe, 0x2f, 0x56, 0x2e, 0xfe, 0xa7, 0xd3, 0x29, 0xd8, 0xb4, 0x69, 0x33, 0xbe, 0xae, 0xe5, 0x13, 0x6f, 0x0e, 0xae, 0x97, 0x12, 0xfe, 0xa7, 0x99, 0x8c, 0x67, 0x48, 0x66, 0x62, 0xcc, 0x64, 0x13, 0x3f, 0xe2, 0x58, 0x56, 0x0d, 0x8c, 0x4d, 0x18, 0x0c, 0xb0, 0x72, 0xd5, 0x4a, 0x78, 0xeb, 0xcd, 0x8b, 0x50, 0x5f, 0x61, 0xc5, 0x2e, 0x4d, 0x07, 0xbb, 0x69, 0xd3, 0x06, 0xe0, 0x58, 0x69, 0x6c, 0x6c, 0x6c, 0xfa, 0xb9, 0xe7, 0x9e, 0xfb, 0x29, 0x14, 0x73, 0xf2, 0xc5, 0x09, 0x20, 0x55, 0xcb, 0xef, 0x85, 0xc9, 0x00, 0x9f, 0xfc, 0xe4, 0x27, 0x3b, 0xf0, 0x65, 0x6e, 0xa3, 0x17, 0x3a, 0xf0, 0xfe, 0x5b, 0x59, 0xc4, 0x6e, 0x62, 0x74, 0xaa, 0x62, 0x06, 0x20, 0x54, 0x4d, 0x7a, 0x74, 0x3a, 0x95, 0x99, 0xf7, 0x97, 0xd9, 0xb5, 0x73, 0x37, 0xbc, 0x7c, 0xec, 0x55, 0x08, 0x06, 0x97, 0x54, 0xc3, 0x37, 0x46, 0x69, 0x77, 0x53, 0x53, 0x23, 0x63, 0xe0, 0xc6, 0x70, 0x65, 0xdf, 0x64, 0x1c, 0xbc, 0x31, 0x02, 0xcb, 0x10, 0x1f, 0x6d, 0xdf, 0xb1, 0x0d, 0x4e, 0xbc, 0x7e, 0x92, 0xcc, 0xc1, 0xfd, 0x8d, 0x8d, 0x8d, 0x1e, 0x54, 0x03, 0xa6, 0x09, 0x1e, 0xc1, 0x5e, 0xb2, 0xb5, 0x60, 0x18, 0x40, 0x76, 0x10, 0xff, 0xbf, 0x47, 0x61, 0x5c, 0x62, 0x00, 0x7a, 0xb1, 0x44, 0x3c, 0x25, 0x94, 0x71, 0x95, 0x6e, 0x34, 0x12, 0x5a, 0x5a, 0x9b, 0x91, 0xf8, 0xe9, 0x8a, 0x8e, 0xaf, 0x75, 0xa3, 0xac, 0x1c, 0xca, 0x3e, 0xae, 0xf6, 0xbc, 0xe8, 0x64, 0xbc, 0xe8, 0xe5, 0xd3, 0x4b, 0xb6, 0x2b, 0x69, 0x99, 0xe9, 0x0c, 0xe4, 0x0b, 0x79, 0x38, 0x74, 0xd7, 0xed, 0x86, 0x83, 0x71, 0xdd, 0xba, 0x75, 0xbb, 0xc1, 0x5c, 0xa5, 0x63, 0x9d, 0xc6, 0xa5, 0xb0, 0xa0, 0x55, 0x00, 0xf9, 0xfe, 0x69, 0xbd, 0x64, 0x49, 0x1b, 0x74, 0x2e, 0xed, 0x64, 0xa9, 0x53, 0xfd, 0xd7, 0x2b, 0xfb, 0x4c, 0x0d, 0x79, 0xd0, 0x6e, 0x3b, 0xb0, 0x1f, 0x2e, 0xbc, 0x75, 0x99, 0x4d, 0x9c, 0x3c, 0xdf, 0x4b, 0x20, 0xe4, 0x83, 0xc6, 0xa6, 0x30, 0x0c, 0x0e, 0xdd, 0xa8, 0xea, 0x3c, 0x7f, 0xc0, 0x0b, 0x91, 0x56, 0xad, 0xec, 0xbc, 0xbb, 0xbb, 0x0b, 0x5e, 0x78, 0xfe, 0x98, 0x11, 0xab, 0x12, 0x27, 0xcb, 0xd6, 0x9c, 0x42, 0xb2, 0xe9, 0x23, 0x96, 0x9b, 0x76, 0xac, 0x87, 0xcd, 0x5b, 0x36, 0x19, 0xfb, 0x9b, 0x9b, 0x9b, 0x0f, 0xe1, 0xea, 0xe7, 0xe0, 0x5c, 0xaa, 0xa5, 0xc0, 0x02, 0x5b, 0x4c, 0x0c, 0x70, 0xf8, 0xf0, 0x61, 0xea, 0x85, 0x3b, 0x68, 0xf4, 0xdf, 0xfa, 0xbe, 0x5b, 0xd9, 0xd7, 0x32, 0xe8, 0x53, 0x65, 0xb9, 0x42, 0x65, 0x09, 0x8e, 0x94, 0xdc, 0x41, 0x9f, 0x5a, 0x1f, 0x1d, 0x1b, 0x76, 0xfc, 0x92, 0x66, 0xb5, 0x4b, 0xb5, 0x95, 0x35, 0x29, 0x14, 0xdf, 0xc4, 0xb4, 0x97, 0x2e, 0x5d, 0xaa, 0x0e, 0x08, 0x46, 0xc3, 0xd0, 0x53, 0x58, 0xae, 0x03, 0xc1, 0x56, 0xd8, 0xbe, 0x73, 0x1b, 0x82, 0x3c, 0xb3, 0x0a, 0xd3, 0xbe, 0x70, 0x52, 0x94, 0xdc, 0x04, 0x00, 0xc9, 0x79, 0x14, 0x9d, 0x8c, 0xc2, 0xaa, 0xd5, 0xbd, 0xb0, 0x01, 0xb1, 0xc0, 0xb9, 0x37, 0xcf, 0x11, 0xc3, 0xfc, 0x4e, 0x28, 0x14, 0xca, 0xa7, 0x28, 0x52, 0x54, 0x45, 0x8d, 0xde, 0x82, 0x60, 0x00, 0xe4, 0xe8, 0xdf, 0xc5, 0x97, 0x64, 0x08, 0x6a, 0xe7, 0xae, 0xed, 0x2c, 0xda, 0x45, 0x5f, 0xc4, 0xb4, 0x7e, 0x15, 0xd3, 0xbd, 0x08, 0x46, 0xcb, 0xd6, 0xb9, 0xe3, 0xce, 0x43, 0x55, 0xe1, 0xba, 0x99, 0x54, 0xc7, 0x94, 0x3a, 0xe7, 0xde, 0xfb, 0xee, 0xa9, 0xfa, 0x1c, 0x71, 0x1a, 0x3c, 0x9a, 0x95, 0xa4, 0x1a, 0x46, 0xa4, 0x6c, 0xe6, 0x0f, 0xde, 0x73, 0x27, 0x63, 0x00, 0xfa, 0xde, 0xf2, 0xbe, 0x7d, 0xfb, 0x76, 0x1e, 0x3d, 0x7a, 0xf4, 0x17, 0x0b, 0x4d, 0xdc, 0x97, 0x65, 0x00, 0x72, 0xfe, 0x10, 0x97, 0x77, 0x2e, 0xed, 0x40, 0x64, 0xdc, 0xce, 0x72, 0xeb, 0x0a, 0x0e, 0x53, 0x59, 0x49, 0xe5, 0xa9, 0x53, 0x93, 0x73, 0xca, 0x9e, 0x57, 0xed, 0x39, 0xd5, 0x32, 0x61, 0x85, 0x8c, 0x98, 0x41, 0xcc, 0xb3, 0x75, 0xdb, 0x16, 0x63, 0x5b, 0x30, 0x18, 0xbc, 0x0f, 0x57, 0x4f, 0xbc, 0x13, 0x7c, 0x21, 0x5e, 0x41, 0xfc, 0x07, 0x91, 0xf8, 0x77, 0xd3, 0xef, 0xdb, 0xde, 0x7f, 0x1b, 0x2b, 0x8c, 0x64, 0x45, 0x12, 0x20, 0x96, 0x68, 0xa8, 0x96, 0x7e, 0x91, 0x4c, 0xf3, 0x9a, 0xaa, 0xb6, 0x68, 0xbe, 0x24, 0x6c, 0x93, 0x4c, 0x49, 0x17, 0xe2, 0x7e, 0x59, 0xf8, 0x6d, 0xdb, 0x2f, 0x59, 0x13, 0x41, 0xcc, 0xe8, 0x55, 0x35, 0x5d, 0xcb, 0x72, 0x7d, 0xa9, 0xb4, 0xf1, 0xcd, 0xf3, 0x0f, 0xc4, 0x44, 0x16, 0x3b, 0xed, 0x55, 0x21, 0xa9, 0xc5, 0x5e, 0x8a, 0x42, 0x39, 0x11, 0x54, 0x48, 0x1a, 0xae, 0x6b, 0x80, 0x95, 0x2b, 0x57, 0x40, 0x5f, 0x5f, 0x3f, 0xf3, 0xa3, 0x1c, 0x39, 0x72, 0xe4, 0x4f, 0xdc, 0x26, 0x66, 0x5a, 0xa8, 0x12, 0x60, 0x17, 0xb6, 0x7a, 0x56, 0x59, 0x3b, 0x3e, 0x0e, 0x97, 0x2e, 0x5c, 0x02, 0xf3, 0x44, 0x80, 0x92, 0x30, 0xa3, 0x87, 0xe4, 0x32, 0x03, 0xae, 0x6a, 0x23, 0x0a, 0xeb, 0x36, 0xc9, 0xb9, 0xf3, 0x44, 0x1e, 0x2a, 0x55, 0x0b, 0x57, 0xcc, 0xd8, 0x91, 0x1c, 0x07, 0x66, 0xc9, 0xfd, 0x12, 0xd8, 0x32, 0x8e, 0xac, 0x4c, 0x52, 0x4c, 0x5e, 0x91, 0x1d, 0xf6, 0xab, 0xfa, 0x7e, 0xa7, 0x27, 0x2b, 0xbe, 0xbb, 0xa2, 0x16, 0x98, 0xc7, 0x54, 0x5f, 0x3a, 0x5f, 0x7e, 0xf9, 0x65, 0x9a, 0x25, 0xfc, 0xd2, 0x3b, 0x86, 0x01, 0x10, 0xc1, 0x53, 0x91, 0x41, 0x81, 0x4c, 0xc0, 0xe7, 0x7e, 0xf9, 0x2b, 0x78, 0xf6, 0x99, 0xa3, 0xef, 0xe4, 0x3c, 0xbd, 0xb7, 0x7b, 0x49, 0x62, 0x5f, 0xc4, 0xde, 0x09, 0x0f, 0x6a, 0xb0, 0xec, 0x5b, 0x6f, 0xbd, 0x35, 0xb6, 0x61, 0xc3, 0x06, 0x7a, 0xf0, 0xbd, 0x64, 0x51, 0xcd, 0xd7, 0x24, 0x0b, 0x8b, 0x70, 0x19, 0xc1, 0xbe, 0xf8, 0xea, 0xd3, 0x4f, 0x3f, 0x7d, 0xec, 0x9d, 0xf0, 0xb0, 0x36, 0xf5, 0x88, 0x58, 0xc0, 0x8f, 0x26, 0x0e, 0xc1, 0xe0, 0x66, 0x71, 0x7b, 0x2e, 0x97, 0x7b, 0x8f, 0xb4, 0x65, 0x96, 0x42, 0xa1, 0x30, 0x3e, 0x3a, 0x3a, 0x7a, 0xe3, 0xf8, 0xf1, 0xe3, 0xef, 0x75, 0xd6, 0x7b, 0xcb, 0x7b, 0xcb, 0x7b, 0xcb, 0x3b, 0x60, 0xf9, 0xff, 0xeb, 0xf9, 0xc4, 0x75, 0xf7, 0xe7, 0x6d, 0x7d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_receive_128_png_len = 12963; unsigned char network_receive_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x51, 0x39, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x70, 0x1c, 0xd7, 0x79, 0xe6, 0xeb, 0x9e, 0x01, 0x06, 0x37, 0x48, 0x02, 0x04, 0x71, 0x83, 0xe0, 0x29, 0x1e, 0xe2, 0xa5, 0x83, 0xb2, 0x24, 0x5b, 0xb2, 0x63, 0xc9, 0xb6, 0x92, 0x58, 0x56, 0x12, 0x7a, 0x9d, 0x94, 0x0f, 0xd9, 0xb1, 0x6c, 0x5d, 0x49, 0xbc, 0x5b, 0x71, 0x6a, 0x77, 0x53, 0x5b, 0xcb, 0xad, 0x94, 0x93, 0x6c, 0x12, 0x47, 0xb1, 0x37, 0xb6, 0xa4, 0x28, 0xb1, 0x37, 0xf6, 0x56, 0xca, 0x89, 0x52, 0xa9, 0xc8, 0xb1, 0x45, 0x5b, 0x87, 0x2d, 0xdb, 0x3a, 0x6c, 0xd9, 0x26, 0x45, 0x8a, 0x3a, 0x78, 0x5f, 0x00, 0x41, 0x82, 0xb8, 0x81, 0xc1, 0x0c, 0xe6, 0xe8, 0xb7, 0xff, 0xff, 0xba, 0x5f, 0xf7, 0x7b, 0xaf, 0x5f, 0xf7, 0x9c, 0x18, 0x80, 0x24, 0x1e, 0xab, 0x39, 0x3d, 0x83, 0xbe, 0xfb, 0x3f, 0xbe, 0xff, 0x7f, 0xff, 0x41, 0xc8, 0xd2, 0x58, 0x1a, 0x4b, 0x63, 0x69, 0x2c, 0x8d, 0xa5, 0xb1, 0x34, 0x96, 0xc6, 0xd2, 0x58, 0x1a, 0x4b, 0xe3, 0x6a, 0x1a, 0xc6, 0xd5, 0x72, 0xa3, 0x5f, 0xfe, 0xf2, 0x97, 0x9b, 0xb2, 0xd9, 0xec, 0xa7, 0x61, 0xf5, 0xd7, 0x61, 0xd9, 0x02, 0xcb, 0x0a, 0x58, 0x22, 0x0b, 0x75, 0x3d, 0x94, 0x52, 0xe9, 0x33, 0x68, 0xbd, 0x94, 0xdf, 0x16, 0xf2, 0x38, 0x01, 0x7f, 0x9f, 0x81, 0xf5, 0x93, 0xf0, 0xf9, 0x2c, 0x7c, 0x3e, 0xfa, 0x97, 0x7f, 0xf9, 0x97, 0x27, 0x96, 0x18, 0xa0, 0x02, 0xe3, 0x91, 0x47, 0x1e, 0x79, 0x0f, 0x7c, 0xfc, 0x13, 0x2c, 0xab, 0x16, 0xfa, 0x5a, 0xae, 0x32, 0x82, 0x0f, 0xfb, 0x2d, 0x6d, 0x59, 0xd6, 0xde, 0x2f, 0x7e, 0xf1, 0x8b, 0x7f, 0xba, 0x90, 0xef, 0x23, 0x72, 0xa5, 0x13, 0x3f, 0x3c, 0xe0, 0x9b, 0x4c, 0xd3, 0x7c, 0x06, 0x56, 0x97, 0x2d, 0x46, 0xe2, 0xbf, 0x8a, 0x08, 0x5e, 0xfd, 0x2d, 0x62, 0x18, 0xc6, 0xaf, 0xdc, 0x7c, 0xf3, 0xcd, 0xb1, 0x97, 0x5f, 0x7e, 0xf9, 0xf9, 0x25, 0x0d, 0x30, 0x0f, 0x63, 0xef, 0xde, 0xbd, 0x66, 0x73, 0x73, 0xf3, 0x01, 0x58, 0xdd, 0xc6, 0x7f, 0xeb, 0xef, 0xef, 0x27, 0xed, 0xed, 0xed, 0xa4, 0xbe, 0xbe, 0x7e, 0xc1, 0x99, 0x20, 0xec, 0xef, 0x91, 0x48, 0x84, 0x00, 0xe3, 0x96, 0x7c, 0x9c, 0x42, 0xfe, 0x5e, 0xca, 0x31, 0xc3, 0xfe, 0x86, 0xf7, 0x82, 0xcb, 0xec, 0xec, 0x2c, 0xb9, 0x70, 0xe1, 0x02, 0x79, 0xf5, 0xd5, 0x57, 0xd9, 0xba, 0xb3, 0x8f, 0x05, 0xf7, 0xf9, 0x2e, 0x80, 0x43, 0x2f, 0x2d, 0xc4, 0xfb, 0x88, 0x5e, 0xc9, 0x0c, 0xb0, 0x7c, 0xf9, 0xf2, 0x9b, 0x41, 0xcd, 0xba, 0xc4, 0x7f, 0xed, 0xb5, 0xd7, 0x92, 0x6b, 0xb7, 0x5d, 0x4b, 0x6a, 0x6b, 0x6b, 0xe0, 0x85, 0x98, 0x65, 0xe4, 0x7f, 0x9a, 0xd7, 0x26, 0xb4, 0xbc, 0xac, 0x54, 0xfa, 0x56, 0x74, 0x9e, 0x98, 0x5c, 0x77, 0x60, 0x6a, 0x33, 0x49, 0x77, 0x4f, 0x17, 0xe9, 0xee, 0xee, 0x26, 0x4f, 0x3e, 0xf9, 0x24, 0x49, 0x26, 0x93, 0xf8, 0x9b, 0x09, 0xb6, 0xd9, 0x7f, 0x86, 0x2d, 0x16, 0x84, 0x01, 0xcc, 0x2b, 0x99, 0x01, 0xe0, 0xe1, 0xde, 0xc2, 0xd7, 0x51, 0xe2, 0x6f, 0xde, 0xbc, 0x89, 0x34, 0x34, 0xd4, 0x33, 0x69, 0x54, 0x49, 0xe2, 0xa7, 0x0b, 0x40, 0xfc, 0x34, 0x6c, 0x2b, 0x3a, 0x3f, 0xc4, 0x4f, 0x9d, 0x7f, 0x41, 0x97, 0x0b, 0x90, 0x87, 0xd4, 0xd5, 0xd5, 0x91, 0xae, 0xee, 0x4e, 0xb2, 0x6b, 0xd7, 0x2e, 0x11, 0x1a, 0xbd, 0x67, 0xa1, 0x68, 0xe4, 0x8a, 0x66, 0x00, 0x90, 0xfe, 0xdd, 0x7c, 0xbd, 0xad, 0xad, 0x8d, 0x54, 0x55, 0x57, 0x95, 0x99, 0x08, 0x69, 0x6e, 0xa9, 0x4f, 0x49, 0x65, 0xcf, 0xb9, 0x98, 0xa4, 0x7e, 0xc0, 0xf9, 0x62, 0xb1, 0x18, 0xd3, 0x02, 0x02, 0x74, 0x5a, 0xfe, 0xb9, 0xcf, 0x7d, 0x6e, 0x41, 0x6c, 0xb4, 0x2b, 0x1a, 0x02, 0x81, 0xc4, 0x69, 0xe2, 0xeb, 0x28, 0x79, 0x50, 0x02, 0xf1, 0x11, 0x9f, 0x9d, 0x26, 0xb3, 0xc9, 0xd9, 0x79, 0xc1, 0xf1, 0x1e, 0xe4, 0xa1, 0x79, 0x51, 0xaa, 0x6e, 0x3b, 0xfb, 0x1c, 0x34, 0x74, 0x9b, 0x7c, 0x8f, 0xa5, 0x23, 0xc6, 0x7c, 0x08, 0x36, 0x5f, 0xa2, 0x0e, 0x93, 0xfa, 0xe2, 0xf3, 0xea, 0xee, 0xec, 0x73, 0x7f, 0x6b, 0x6a, 0x6a, 0x92, 0x8c, 0x63, 0x58, 0xf0, 0x5d, 0x4d, 0x2c, 0x31, 0x40, 0x79, 0x87, 0xcb, 0x00, 0x55, 0x55, 0x55, 0xc0, 0x00, 0x9e, 0xc2, 0xcb, 0x64, 0x33, 0x24, 0x0b, 0xcb, 0x42, 0x12, 0x7f, 0xc5, 0x88, 0x7a, 0x9e, 0x18, 0x24, 0x1f, 0xe2, 0x17, 0xb7, 0xc1, 0x67, 0xc7, 0x85, 0x10, 0x1a, 0xf8, 0xd1, 0x68, 0x94, 0xa4, 0xd3, 0x69, 0xfe, 0xbd, 0x71, 0x49, 0x03, 0x94, 0xdf, 0x06, 0x68, 0xe4, 0x0f, 0x1c, 0x19, 0xc0, 0x34, 0x0d, 0x2d, 0x21, 0x9f, 0xbf, 0x94, 0x20, 0xff, 0xe7, 0x5b, 0xa7, 0xc2, 0xb1, 0x22, 0xec, 0x5a, 0x1b, 0x2b, 0x1d, 0x31, 0x46, 0xc1, 0xf8, 0xae, 0xaa, 0x2a, 0xdd, 0xfe, 0x88, 0x45, 0x4d, 0xb0, 0x65, 0x0a, 0x3d, 0x8e, 0x9f, 0x58, 0x6b, 0x62, 0x11, 0x76, 0x6f, 0x85, 0x42, 0x23, 0x71, 0xf3, 0xcd, 0x6b, 0xea, 0xc9, 0xb6, 0xf5, 0x8d, 0x39, 0x19, 0xc4, 0xa2, 0x16, 0x89, 0x18, 0x11, 0x97, 0x01, 0xf0, 0x9d, 0x20, 0x03, 0xe0, 0xbb, 0x00, 0x43, 0x78, 0x89, 0x01, 0xe6, 0x01, 0x02, 0xb9, 0x0f, 0x15, 0xa5, 0x8d, 0x08, 0x81, 0x28, 0xbc, 0x0c, 0x3e, 0x66, 0x66, 0xb3, 0x64, 0x64, 0x7c, 0x8e, 0x2c, 0x8d, 0xe2, 0xc6, 0x6b, 0x47, 0xa7, 0x6c, 0x06, 0xc8, 0xa1, 0x1d, 0xa8, 0x05, 0xcf, 0xdc, 0xb4, 0x19, 0xc0, 0x00, 0xae, 0xc3, 0x77, 0x22, 0x08, 0xa2, 0xa6, 0x25, 0x06, 0x98, 0x07, 0x1b, 0x80, 0x3f, 0x60, 0x95, 0x01, 0x2c, 0x41, 0x03, 0xcc, 0x26, 0xb3, 0xb6, 0x9d, 0x50, 0x1b, 0x21, 0xab, 0x5a, 0xaa, 0x03, 0x0e, 0x86, 0x4c, 0x63, 0xe4, 0x74, 0x1e, 0xd9, 0x87, 0xf5, 0x8e, 0x9d, 0xce, 0x58, 0xbe, 0xdf, 0x0c, 0xcd, 0x41, 0xf2, 0x42, 0x56, 0x14, 0xef, 0x89, 0xba, 0xd7, 0xc3, 0x7f, 0xc3, 0x73, 0xf8, 0x8e, 0x65, 0xe4, 0x29, 0xd2, 0xa9, 0xfe, 0x5a, 0xc4, 0x5f, 0xf1, 0x59, 0x65, 0x2d, 0xcb, 0xb7, 0xdd, 0xf8, 0x54, 0x92, 0x44, 0x8d, 0x18, 0x3c, 0x3f, 0xb8, 0x47, 0xcb, 0x83, 0x37, 0x41, 0xf0, 0xc9, 0x12, 0x8e, 0x61, 0xc2, 0xb6, 0xd5, 0xd5, 0xd5, 0xae, 0x36, 0x5e, 0x82, 0x40, 0xf3, 0x04, 0x81, 0x64, 0x1b, 0x40, 0xaf, 0x01, 0x12, 0x73, 0x36, 0x03, 0x34, 0x37, 0x56, 0x93, 0x6b, 0x37, 0xb4, 0x29, 0x84, 0x24, 0x13, 0x84, 0x4a, 0xcc, 0x7c, 0x9b, 0xa0, 0xbf, 0x19, 0x86, 0x9e, 0xc0, 0xc5, 0x6d, 0xc5, 0xf3, 0x88, 0xbf, 0x19, 0x3e, 0xa2, 0x2e, 0xf2, 0x1a, 0x34, 0xf7, 0xe3, 0xdb, 0x5f, 0xc7, 0x64, 0x9a, 0xbf, 0x89, 0xe3, 0x27, 0x07, 0xce, 0x10, 0x9a, 0xb5, 0xff, 0x90, 0x9c, 0xa3, 0xa4, 0xb6, 0xc6, 0x60, 0xc4, 0x3f, 0x39, 0x39, 0x45, 0xce, 0x9d, 0x1e, 0x04, 0xa1, 0x13, 0x21, 0x8d, 0x4d, 0x8d, 0xa4, 0xb9, 0xb9, 0x89, 0xcd, 0xbd, 0x88, 0x42, 0xc7, 0x70, 0x6c, 0x00, 0x2e, 0xa0, 0x80, 0x39, 0x96, 0x18, 0x60, 0x1e, 0x86, 0x0c, 0x81, 0x44, 0x1b, 0xc0, 0xf2, 0x5e, 0x46, 0x32, 0x95, 0x75, 0xf0, 0xb9, 0xe1, 0xbe, 0x64, 0x97, 0x48, 0x28, 0x97, 0x82, 0x21, 0x44, 0x66, 0x05, 0x13, 0xba, 0x2d, 0xf4, 0xf2, 0x20, 0x74, 0xea, 0x27, 0x66, 0x4b, 0x73, 0x9e, 0xd0, 0x6b, 0x08, 0x20, 0x74, 0x2a, 0xfe, 0x4e, 0x73, 0x13, 0xba, 0x2a, 0xec, 0x45, 0x8d, 0x22, 0x6e, 0x87, 0x36, 0x55, 0x16, 0xb5, 0x8f, 0x61, 0x92, 0x59, 0x10, 0x22, 0x35, 0xc8, 0x00, 0xb0, 0xc1, 0x81, 0x9f, 0x1f, 0x64, 0xdb, 0xb5, 0xb6, 0xb6, 0x10, 0x2b, 0x6b, 0x21, 0xbe, 0x67, 0x1a, 0x84, 0x6a, 0x34, 0xc0, 0x42, 0x43, 0xa0, 0x2b, 0x76, 0x1e, 0x80, 0x32, 0xbc, 0x42, 0x1a, 0x44, 0x06, 0x30, 0x03, 0x20, 0x50, 0x22, 0x91, 0x75, 0x5f, 0x0a, 0xfe, 0x8e, 0x0b, 0xfe, 0x43, 0x02, 0x14, 0xbf, 0x3b, 0xee, 0x3a, 0x9b, 0xa8, 0x1c, 0x1f, 0x3f, 0x3f, 0x8c, 0x05, 0x1b, 0xe3, 0x82, 0x7f, 0x67, 0xeb, 0x0c, 0x36, 0x50, 0x66, 0xf8, 0xf1, 0x75, 0xb6, 0xbf, 0x65, 0xef, 0x84, 0x04, 0x4b, 0x05, 0xe6, 0x92, 0xce, 0x6b, 0x05, 0x5f, 0x03, 0x3b, 0x87, 0x72, 0x0c, 0xcb, 0xb2, 0x61, 0x84, 0x77, 0x4e, 0xf1, 0x5a, 0x5c, 0x37, 0xa3, 0xb4, 0x10, 0x62, 0xff, 0xcd, 0xb7, 0xb8, 0xe7, 0x55, 0x16, 0x8b, 0xf8, 0x8e, 0x15, 0x01, 0x06, 0xa0, 0x0e, 0x63, 0x70, 0x2d, 0x8a, 0x5a, 0xb6, 0xab, 0xa7, 0x93, 0xc1, 0x1d, 0x24, 0x7c, 0xf1, 0x5a, 0xb2, 0x56, 0x46, 0xd0, 0x00, 0x06, 0xd3, 0xca, 0x82, 0x1b, 0x74, 0x49, 0x03, 0x94, 0x73, 0x7c, 0xf5, 0xab, 0x5f, 0xad, 0x17, 0x19, 0xdc, 0x7e, 0xd8, 0x01, 0x10, 0x28, 0x65, 0xaf, 0x9b, 0x11, 0xc3, 0xe7, 0xe6, 0xf4, 0x43, 0x00, 0xaa, 0x85, 0x48, 0x95, 0x96, 0xe8, 0xee, 0x75, 0x69, 0x24, 0xba, 0x5e, 0x0b, 0x29, 0xf7, 0xa3, 0xd9, 0x96, 0x4a, 0xf3, 0x6c, 0x21, 0x30, 0xc8, 0xd9, 0x17, 0x89, 0x9d, 0xdd, 0x83, 0x89, 0x0c, 0xe0, 0x9d, 0x64, 0xfd, 0x86, 0xb5, 0xa4, 0xb7, 0xaf, 0x87, 0x24, 0x66, 0x13, 0x6c, 0xd6, 0x3d, 0x16, 0xab, 0x26, 0x55, 0xb1, 0x2a, 0x59, 0x7b, 0x80, 0xd6, 0x10, 0x35, 0x80, 0xe8, 0xb0, 0x58, 0x62, 0x80, 0x32, 0x0c, 0x90, 0x40, 0x4d, 0x92, 0xf4, 0x17, 0x02, 0xcb, 0x44, 0xe2, 0x67, 0x10, 0xc8, 0x31, 0x82, 0x51, 0xa5, 0x53, 0x1a, 0x80, 0xd7, 0x0d, 0xea, 0xc7, 0xca, 0x12, 0x01, 0x1a, 0x2e, 0x61, 0x58, 0xea, 0xfe, 0x96, 0x9e, 0xe0, 0xfc, 0x84, 0x6e, 0x48, 0xe7, 0xa1, 0x1a, 0x28, 0xa6, 0xb7, 0x2b, 0xa8, 0x9e, 0xd0, 0x43, 0xb0, 0xbc, 0x41, 0x72, 0xdb, 0x02, 0xea, 0xfe, 0x86, 0x78, 0x3f, 0xce, 0xf3, 0xe2, 0xfb, 0x27, 0xe6, 0x32, 0x12, 0xdf, 0x20, 0xd1, 0xe3, 0x22, 0x82, 0x30, 0x4b, 0x78, 0xee, 0xaa, 0x06, 0x10, 0xe1, 0xea, 0x12, 0x03, 0x94, 0x61, 0x88, 0x7e, 0xe5, 0x30, 0x0f, 0x10, 0x3e, 0x7c, 0xae, 0xbe, 0x31, 0x40, 0x8e, 0x41, 0x00, 0x05, 0xef, 0xfb, 0x24, 0x3a, 0xa1, 0x3e, 0xbb, 0x40, 0xa7, 0x09, 0x7c, 0x84, 0xae, 0x48, 0x7b, 0x57, 0xb2, 0x07, 0x11, 0xba, 0xc6, 0xc8, 0xc5, 0x4f, 0x2b, 0xec, 0x3c, 0x7c, 0x5b, 0xc7, 0x6b, 0x65, 0x10, 0xaa, 0x31, 0x92, 0xc5, 0x10, 0x65, 0xbf, 0x76, 0x30, 0x84, 0xfd, 0xc5, 0xf3, 0x50, 0xe5, 0x3c, 0x28, 0x54, 0x00, 0xd8, 0xd8, 0x0c, 0x90, 0xb4, 0x88, 0x7e, 0x4e, 0x8c, 0x06, 0x78, 0x81, 0xec, 0x79, 0x00, 0xc1, 0x08, 0x5e, 0x72, 0x83, 0x96, 0x59, 0x03, 0x48, 0x93, 0x60, 0xb2, 0x07, 0x48, 0x8e, 0x4f, 0x77, 0x19, 0xc0, 0x14, 0x70, 0x3d, 0x15, 0x27, 0x70, 0xfc, 0xc4, 0x4b, 0x14, 0x69, 0x28, 0xc3, 0x0b, 0x91, 0x88, 0xa9, 0x04, 0x61, 0x72, 0xee, 0x6f, 0x10, 0xf9, 0xbc, 0x1a, 0xe9, 0xae, 0xf3, 0xfc, 0x48, 0x84, 0x2e, 0x68, 0x31, 0x77, 0x16, 0xd6, 0x0a, 0x20, 0x74, 0x8d, 0x47, 0x2a, 0x48, 0x13, 0x50, 0x45, 0x0b, 0x89, 0x13, 0x8b, 0x22, 0x04, 0x62, 0xee, 0xdf, 0x74, 0x9a, 0xc4, 0xe3, 0xb3, 0x0c, 0x02, 0xe1, 0xf3, 0xaf, 0x46, 0x08, 0x64, 0x2d, 0x69, 0x80, 0x8a, 0xce, 0x01, 0xc8, 0x10, 0x48, 0xc6, 0xff, 0x22, 0xd6, 0xe7, 0x2f, 0x0f, 0xa5, 0x92, 0x4e, 0x32, 0xfa, 0xe1, 0x85, 0xa1, 0x85, 0x07, 0x7e, 0x02, 0x14, 0x3c, 0x30, 0x79, 0xec, 0xaf, 0x6e, 0x67, 0x33, 0x81, 0x11, 0x40, 0x80, 0x54, 0x21, 0xf4, 0x20, 0x86, 0x34, 0x02, 0xf1, 0xbe, 0xac, 0x65, 0xf4, 0xe7, 0x21, 0x86, 0x5f, 0x2b, 0x19, 0xce, 0x79, 0xd8, 0xf3, 0x72, 0xed, 0xa8, 0xac, 0x7b, 0xec, 0x4b, 0x97, 0x46, 0xc8, 0xe1, 0x83, 0x6f, 0x91, 0xa6, 0xa6, 0x46, 0xb2, 0xbc, 0x65, 0x39, 0x69, 0x6a, 0x6e, 0x24, 0x0d, 0xb4, 0x9e, 0x64, 0x6b, 0xb3, 0xe2, 0xfb, 0x91, 0x34, 0xc0, 0x92, 0x11, 0x3c, 0x0f, 0x73, 0x00, 0x5c, 0xea, 0xfb, 0x20, 0x90, 0x22, 0x4e, 0x93, 0x73, 0xdc, 0x06, 0xc8, 0x8d, 0xa3, 0x8d, 0x00, 0xc3, 0x38, 0x90, 0x00, 0xf3, 0x26, 0x74, 0x92, 0x17, 0xa1, 0x07, 0x1a, 0xb6, 0x61, 0xbe, 0x7b, 0x1f, 0x9c, 0x92, 0x61, 0x4d, 0x10, 0xa1, 0xe7, 0xba, 0x4e, 0x53, 0x78, 0x18, 0xc9, 0xa4, 0xe5, 0x6a, 0x9c, 0x91, 0x4b, 0xa3, 0x8e, 0x07, 0xc8, 0x62, 0x6e, 0x50, 0x9a, 0xa5, 0xb6, 0x57, 0xc8, 0xca, 0xda, 0xde, 0x2b, 0x81, 0x01, 0xb8, 0x06, 0x10, 0x05, 0xd6, 0x12, 0x03, 0x94, 0xc3, 0xbf, 0x6b, 0x9a, 0x8d, 0xfe, 0x59, 0x60, 0x7f, 0x6a, 0x1e, 0x8e, 0xd9, 0x39, 0xc1, 0x08, 0x56, 0xa5, 0xbf, 0xe2, 0xcd, 0x71, 0x1d, 0x25, 0x01, 0x38, 0xbc, 0x50, 0x1c, 0xcd, 0x8d, 0x5e, 0x6e, 0x67, 0xf8, 0xf1, 0xbe, 0x51, 0x10, 0xde, 0xd7, 0xff, 0xcd, 0x89, 0xd5, 0x17, 0x3c, 0x47, 0x85, 0x5f, 0xa7, 0xf0, 0x38, 0x9c, 0x6d, 0x71, 0x32, 0x8b, 0x4f, 0x24, 0xe3, 0x33, 0xe4, 0x62, 0x60, 0xfd, 0xc6, 0xb5, 0x8c, 0xb8, 0xe3, 0x33, 0x4e, 0xd6, 0x97, 0xe1, 0xd8, 0x0b, 0x38, 0x17, 0xe0, 0xbd, 0x9f, 0xa5, 0x89, 0xb0, 0xf9, 0xf6, 0x02, 0xc9, 0x1a, 0xc0, 0x14, 0xa4, 0x98, 0x5e, 0x03, 0x60, 0x70, 0x99, 0x65, 0xd1, 0x50, 0xd7, 0x64, 0x29, 0x38, 0x5a, 0x6b, 0xd8, 0x52, 0xbf, 0x8b, 0x94, 0xe6, 0x81, 0xf7, 0x75, 0xae, 0x54, 0x4b, 0x34, 0xae, 0x75, 0x84, 0x9e, 0xd7, 0x75, 0xea, 0x3d, 0x4c, 0xba, 0xc9, 0x3e, 0x41, 0xa9, 0xc2, 0x33, 0xf4, 0x2e, 0x1a, 0x71, 0xff, 0xda, 0x75, 0xfd, 0x1a, 0x83, 0xd8, 0xfb, 0x5f, 0x85, 0x40, 0x4b, 0x36, 0xc0, 0x3c, 0x6a, 0x00, 0x66, 0x04, 0x07, 0xcc, 0x02, 0x8b, 0x2f, 0x8f, 0xf9, 0xb5, 0x35, 0x78, 0x3d, 0x2c, 0x34, 0x40, 0xfe, 0x6e, 0x04, 0x10, 0xba, 0x32, 0xa3, 0x1c, 0x00, 0x2f, 0x54, 0x1c, 0x6e, 0x04, 0xb8, 0x52, 0x2d, 0xaa, 0x5c, 0x4b, 0x20, 0xa1, 0x87, 0x5f, 0x67, 0xb0, 0xb7, 0x4a, 0x63, 0x0b, 0x68, 0x6c, 0x03, 0xdb, 0x06, 0xa0, 0x92, 0x16, 0x0d, 0x8e, 0xa2, 0xa6, 0xb2, 0x1b, 0x54, 0x80, 0x40, 0x8e, 0x56, 0x5e, 0x9a, 0x09, 0x2e, 0xb7, 0x0d, 0x20, 0x19, 0xc1, 0x01, 0x71, 0x40, 0xa9, 0x94, 0x3d, 0x7b, 0xea, 0x42, 0x20, 0x77, 0xa6, 0x57, 0x3f, 0x63, 0xca, 0x67, 0x5e, 0xf9, 0x8c, 0x2b, 0xdf, 0x8e, 0xcd, 0x76, 0x12, 0xcb, 0xfb, 0x2e, 0xcd, 0xde, 0x86, 0xcf, 0xb8, 0x4a, 0xb3, 0xb4, 0x96, 0x97, 0x0c, 0x63, 0xf9, 0x66, 0x77, 0xd1, 0xbd, 0x4b, 0x94, 0x19, 0x69, 0x79, 0x5d, 0xbd, 0x4e, 0xdd, 0xcc, 0x2e, 0xbf, 0x26, 0xf5, 0x18, 0xe2, 0xec, 0x71, 0xd8, 0x75, 0xb2, 0x7d, 0xb8, 0x46, 0xa0, 0x82, 0x10, 0xf1, 0xd9, 0x29, 0x16, 0x99, 0x4b, 0xa5, 0x58, 0xee, 0x85, 0xcd, 0x5c, 0x96, 0xcb, 0x8c, 0x3c, 0x1c, 0xda, 0x3b, 0x26, 0xa9, 0xc7, 0x22, 0x06, 0x4b, 0x1a, 0x60, 0x9e, 0x8c, 0x60, 0xa2, 0x71, 0x83, 0xe2, 0x0b, 0x9b, 0x9d, 0x4b, 0xbb, 0x12, 0xca, 0xf6, 0x02, 0x29, 0x92, 0x53, 0x55, 0xe0, 0x9a, 0xbf, 0xdb, 0x38, 0x9a, 0x06, 0x04, 0x8e, 0x51, 0x2d, 0x26, 0x27, 0x0e, 0x94, 0x31, 0x14, 0xfb, 0x42, 0x96, 0xe8, 0x7a, 0x4c, 0x6f, 0xe9, 0x02, 0xe5, 0xd4, 0xf3, 0x04, 0xcc, 0x4d, 0x18, 0x86, 0x2c, 0xc9, 0x03, 0xaf, 0x53, 0x30, 0x73, 0x5c, 0xcf, 0x8f, 0x68, 0x40, 0x3b, 0x52, 0x9c, 0x6f, 0x2b, 0xba, 0x41, 0x91, 0xf0, 0x8f, 0xbe, 0x7d, 0x9c, 0x05, 0xc5, 0x2d, 0x5f, 0xbe, 0x8c, 0x2c, 0x83, 0x05, 0x73, 0xb1, 0x6b, 0x6a, 0x6b, 0xa4, 0x77, 0x24, 0x46, 0x83, 0xe2, 0xe1, 0x46, 0x47, 0x47, 0x31, 0x74, 0x65, 0x6a, 0x89, 0x01, 0xe6, 0xd9, 0x0d, 0xca, 0x54, 0xb1, 0x63, 0x18, 0xba, 0xd8, 0x95, 0x3a, 0x5e, 0xa0, 0x5c, 0x13, 0x44, 0x05, 0xe3, 0x68, 0xcf, 0x38, 0xe5, 0x78, 0x3d, 0x57, 0x48, 0x83, 0xb7, 0xbf, 0xe1, 0xc7, 0xfb, 0x92, 0x37, 0x46, 0x81, 0x35, 0x0a, 0x5e, 0xd7, 0x4d, 0xcc, 0x51, 0x9a, 0xff, 0x75, 0xea, 0x0c, 0xe2, 0x4c, 0x9a, 0x92, 0x78, 0x32, 0x4d, 0xe2, 0x89, 0x14, 0x99, 0x98, 0x4e, 0x0a, 0xae, 0x64, 0xcf, 0xc5, 0x39, 0x31, 0x3e, 0x49, 0x06, 0x07, 0x86, 0xec, 0x08, 0x50, 0x8b, 0xda, 0xc1, 0x70, 0x4e, 0x50, 0x9c, 0xed, 0xf1, 0x11, 0xdf, 0x8b, 0xe9, 0xfe, 0x9e, 0x4e, 0xa7, 0x1b, 0x97, 0x18, 0x60, 0x9e, 0x20, 0x90, 0x18, 0x83, 0x6f, 0x31, 0x6f, 0x04, 0x95, 0xfc, 0xd7, 0xb6, 0x8d, 0x6c, 0x04, 0xc6, 0xfe, 0xe4, 0x22, 0x74, 0x95, 0x50, 0xa9, 0x84, 0x7e, 0xf5, 0x78, 0x5d, 0xb7, 0x3f, 0x55, 0xf2, 0xde, 0xfd, 0x84, 0x4e, 0x4a, 0x24, 0x74, 0x92, 0x17, 0xa1, 0x53, 0x27, 0x8a, 0x15, 0x73, 0x0d, 0x66, 0x80, 0xd8, 0xe3, 0xb3, 0x29, 0xf8, 0x4c, 0x03, 0xa1, 0xa7, 0x15, 0xbb, 0xc1, 0x90, 0x34, 0x00, 0xde, 0x6d, 0xf3, 0xf2, 0x26, 0xd2, 0xdd, 0xd3, 0x49, 0x46, 0x2e, 0x8d, 0xd9, 0xee, 0x50, 0x8b, 0xba, 0xae, 0x67, 0x3b, 0x2b, 0xcc, 0x74, 0x35, 0x27, 0xc2, 0xa0, 0x4c, 0x26, 0xb3, 0x60, 0x9e, 0xa0, 0x2b, 0x39, 0x1c, 0xda, 0x1f, 0x0a, 0xed, 0xfa, 0xbd, 0x85, 0x50, 0x68, 0xc7, 0x7f, 0xcd, 0x34, 0x84, 0xa1, 0x8b, 0xe3, 0x09, 0x37, 0x4c, 0xa9, 0xe4, 0xdb, 0xd0, 0x69, 0x0e, 0xfd, 0xfe, 0x7e, 0x42, 0xcf, 0x65, 0x98, 0xe6, 0x22, 0x74, 0xff, 0xfe, 0x86, 0xc6, 0x53, 0x64, 0x13, 0xba, 0xa1, 0xf5, 0x38, 0x71, 0x26, 0x40, 0x22, 0x9f, 0x9a, 0x99, 0x63, 0x09, 0x2f, 0xc9, 0x94, 0x9a, 0x37, 0x6d, 0x68, 0x4d, 0x5c, 0xb4, 0x4d, 0x52, 0x69, 0x8b, 0xa5, 0x7b, 0xa2, 0x54, 0xdf, 0xb0, 0x69, 0x1d, 0x59, 0xb7, 0xc1, 0x02, 0x8d, 0x91, 0x61, 0x50, 0x29, 0x5a, 0x15, 0x75, 0x82, 0xe7, 0x40, 0xf8, 0x38, 0x1e, 0x39, 0xc3, 0x09, 0x87, 0x48, 0x24, 0x12, 0x8e, 0xed, 0x51, 0xf9, 0x70, 0x88, 0x2b, 0x99, 0x01, 0x7c, 0xd9, 0x60, 0x54, 0xe3, 0x06, 0x75, 0xc3, 0x78, 0x4d, 0xc7, 0x05, 0x4a, 0xe4, 0x80, 0x33, 0x2f, 0x84, 0xc1, 0xf9, 0x9b, 0x41, 0x02, 0x21, 0x92, 0x8a, 0xb5, 0x45, 0xbc, 0x2f, 0x4b, 0x74, 0x2a, 0x40, 0x21, 0xf9, 0x3c, 0x3e, 0xac, 0xad, 0xf5, 0xc4, 0x04, 0x5f, 0xa7, 0x44, 0xcc, 0x42, 0xf6, 0x98, 0xee, 0x7a, 0xf9, 0x44, 0x1b, 0xc2, 0xbe, 0xf8, 0x6c, 0x9a, 0x4c, 0xc6, 0xe7, 0x18, 0xac, 0x91, 0x32, 0xcc, 0xf2, 0x48, 0x3b, 0xa6, 0x8e, 0x7e, 0x9d, 0x05, 0x6d, 0xda, 0x5c, 0x15, 0x15, 0x20, 0xa5, 0x49, 0xaa, 0x63, 0x72, 0x86, 0x1d, 0x4e, 0x86, 0xd9, 0x75, 0x99, 0x16, 0x87, 0x2b, 0xf4, 0x8a, 0x87, 0x40, 0xf8, 0x70, 0x7d, 0xf9, 0xc0, 0x96, 0x9f, 0x01, 0x4c, 0xd3, 0x96, 0xa2, 0x2e, 0xa1, 0x07, 0x19, 0x98, 0xbe, 0xec, 0x29, 0x45, 0xda, 0x8b, 0xb1, 0x3b, 0x41, 0xd9, 0x60, 0x56, 0x48, 0x90, 0x9a, 0xa8, 0x79, 0x74, 0x84, 0xae, 0xe0, 0x7d, 0xf1, 0x3c, 0x3e, 0xc6, 0x74, 0x8e, 0x11, 0x94, 0x99, 0x86, 0x92, 0x7e, 0x64, 0x22, 0x41, 0xc6, 0x81, 0xe8, 0x2d, 0x8b, 0x92, 0x82, 0xa8, 0xde, 0xe7, 0xe1, 0x37, 0x98, 0x3d, 0xd5, 0x5c, 0x4f, 0x42, 0x83, 0xe2, 0x38, 0x14, 0x62, 0xd7, 0xb4, 0x08, 0xe2, 0x81, 0xae, 0x68, 0x08, 0x14, 0x94, 0x0f, 0x2c, 0x41, 0x20, 0x3e, 0x09, 0xc6, 0x3c, 0x40, 0x56, 0x20, 0xa1, 0xeb, 0xf0, 0xba, 0x41, 0x74, 0x31, 0xfd, 0x0a, 0x44, 0x72, 0xe3, 0xdd, 0xfd, 0x84, 0x4e, 0xe5, 0x69, 0x65, 0x5f, 0x30, 0x9c, 0x14, 0x79, 0x6a, 0xa9, 0x4c, 0xe0, 0xc7, 0xeb, 0x7a, 0xbc, 0x2f, 0x5e, 0xa7, 0xed, 0xe2, 0x44, 0x78, 0x33, 0x3a, 0x95, 0x20, 0x33, 0x80, 0xeb, 0x8b, 0x25, 0x79, 0x95, 0xb8, 0x91, 0xa5, 0x13, 0x82, 0x2b, 0x14, 0x03, 0xe1, 0xce, 0x9e, 0x19, 0x20, 0x51, 0x90, 0xf6, 0xf5, 0x0d, 0xf5, 0xa4, 0xb1, 0xa9, 0x81, 0xd4, 0xd6, 0xd5, 0x38, 0x71, 0x58, 0x8e, 0x0f, 0xde, 0x90, 0x13, 0xe3, 0x17, 0x62, 0x2e, 0xe0, 0x4a, 0xd6, 0x00, 0x4d, 0x9c, 0xd8, 0xed, 0x89, 0x30, 0x71, 0x26, 0xd8, 0xa3, 0xc2, 0x84, 0x63, 0x03, 0xa0, 0x56, 0x56, 0xc3, 0x0e, 0x82, 0xe0, 0x85, 0x88, 0xd7, 0xe5, 0x28, 0x4f, 0xcd, 0x04, 0x98, 0x11, 0x62, 0x40, 0x1b, 0x8a, 0xe6, 0xd0, 0xe6, 0x1f, 0x1b, 0xee, 0x71, 0xac, 0x50, 0xc3, 0x36, 0x00, 0x06, 0x39, 0xbf, 0xa7, 0x33, 0x59, 0x32, 0x3c, 0x3e, 0x2b, 0x4b, 0x7b, 0xa3, 0x5c, 0xe5, 0x21, 0x0d, 0xc7, 0x9e, 0xf2, 0x3c, 0x41, 0x07, 0xf7, 0xbf, 0xce, 0xe6, 0x00, 0x5a, 0x5b, 0x5b, 0x49, 0x4d, 0x6d, 0xad, 0xed, 0x05, 0xca, 0xd8, 0x9e, 0x20, 0xc1, 0x53, 0xb7, 0xa4, 0x01, 0xe6, 0x71, 0x34, 0x48, 0x95, 0x96, 0xd5, 0x89, 0x30, 0xc7, 0x0d, 0x3a, 0x2b, 0xd8, 0x00, 0x52, 0x18, 0x81, 0x0b, 0x2f, 0x64, 0x5f, 0xbc, 0x4b, 0x70, 0x6a, 0xc4, 0x64, 0x90, 0x27, 0x25, 0x2c, 0xb4, 0x40, 0x95, 0xe6, 0xba, 0x99, 0x5e, 0x21, 0xba, 0xd4, 0x08, 0x09, 0xcb, 0xa0, 0x01, 0x9a, 0x03, 0x0d, 0xd3, 0x91, 0x89, 0x59, 0x66, 0xd0, 0x5a, 0x94, 0xce, 0x97, 0xb8, 0x61, 0x17, 0x2a, 0xce, 0x05, 0xb4, 0x77, 0xac, 0x22, 0xa7, 0x4f, 0x9d, 0x65, 0xc5, 0xc7, 0x2c, 0xf4, 0x04, 0x65, 0xed, 0xca, 0x11, 0x36, 0x04, 0xe2, 0x13, 0x8f, 0xe6, 0x92, 0x0d, 0x30, 0x1f, 0x63, 0xef, 0xde, 0xbd, 0x75, 0xf0, 0x50, 0xa3, 0x5c, 0xca, 0xb0, 0x89, 0x30, 0x51, 0x61, 0x5b, 0x5e, 0x11, 0xd7, 0x64, 0x4a, 0x30, 0x82, 0x29, 0xf5, 0x19, 0x9d, 0x8b, 0x89, 0xd0, 0x73, 0xba, 0x44, 0x85, 0x6b, 0x9a, 0x4b, 0x67, 0xc9, 0xe8, 0x64, 0x62, 0x9e, 0x09, 0x5f, 0xb6, 0x5b, 0x44, 0x57, 0x68, 0xff, 0xba, 0x3e, 0xd2, 0xd1, 0xdd, 0x6e, 0xa7, 0x45, 0x9a, 0x11, 0x12, 0xab, 0x89, 0x91, 0xea, 0x6a, 0x39, 0x2d, 0x92, 0xdb, 0x00, 0x0b, 0x99, 0x16, 0x79, 0x45, 0x32, 0xc0, 0xb2, 0x65, 0xcb, 0x1a, 0x53, 0x29, 0x1b, 0xdf, 0xaa, 0xc9, 0x30, 0x96, 0x25, 0x57, 0x30, 0xe6, 0x2f, 0x2d, 0xe2, 0xe4, 0xb7, 0xaa, 0xf0, 0x82, 0x86, 0xb8, 0x44, 0x7d, 0xae, 0xca, 0x00, 0xf7, 0xa7, 0x45, 0x15, 0xe2, 0xa7, 0x01, 0xb1, 0x3e, 0x3a, 0x88, 0xa5, 0xc1, 0xfb, 0xf2, 0x2c, 0xb0, 0x7c, 0x1e, 0xbc, 0x3f, 0x84, 0x3a, 0x63, 0x53, 0x09, 0x61, 0xbf, 0xf9, 0x6e, 0x03, 0xe1, 0x40, 0xa0, 0x39, 0x4b, 0x7a, 0xb6, 0x35, 0x40, 0xf4, 0x35, 0xb1, 0x98, 0x02, 0x4d, 0xbd, 0x3a, 0x49, 0x38, 0xf3, 0xce, 0x3d, 0x42, 0x4b, 0x6e, 0xd0, 0x32, 0x8e, 0x44, 0x22, 0xd1, 0x88, 0x0f, 0x56, 0xeb, 0x01, 0x0a, 0x88, 0x04, 0x35, 0x30, 0x12, 0x54, 0xc2, 0xd1, 0xc1, 0xa1, 0x05, 0xba, 0xd8, 0x7a, 0x8e, 0xd1, 0x25, 0x0d, 0x40, 0xf3, 0x70, 0x89, 0xaa, 0x21, 0x16, 0x86, 0xff, 0x3c, 0xaa, 0x4d, 0x11, 0x14, 0x0c, 0x87, 0x13, 0x56, 0x17, 0x46, 0x67, 0x3c, 0x37, 0x66, 0x85, 0xda, 0x9f, 0x50, 0xe7, 0x21, 0xcd, 0x0a, 0x49, 0x31, 0x41, 0x41, 0x71, 0x2c, 0x27, 0x80, 0x3b, 0x11, 0x96, 0x34, 0xc0, 0xfc, 0x0c, 0x20, 0x7e, 0x79, 0x0e, 0xc0, 0xd4, 0xe7, 0x03, 0xdb, 0x86, 0x9b, 0x98, 0x0d, 0xa6, 0x77, 0x35, 0x8a, 0xa1, 0xc0, 0x86, 0x62, 0x0b, 0x90, 0xd0, 0xd0, 0x02, 0xc1, 0x03, 0xa3, 0x23, 0x74, 0xe2, 0x8f, 0xc3, 0x27, 0x0e, 0xc3, 0x88, 0x89, 0x37, 0x62, 0xbe, 0xb0, 0xce, 0x53, 0x34, 0x07, 0x84, 0x77, 0x61, 0x34, 0xce, 0xdc, 0x9a, 0xde, 0x99, 0x2b, 0x37, 0x78, 0x50, 0x5c, 0x52, 0x89, 0x08, 0x1d, 0x1b, 0x1d, 0x67, 0xde, 0xa0, 0x9a, 0x58, 0x0d, 0xa9, 0xab, 0xaf, 0x05, 0x18, 0x54, 0x2d, 0xb9, 0x99, 0x79, 0x4e, 0x00, 0x67, 0xa2, 0x85, 0xc8, 0x0a, 0xbb, 0x52, 0x8d, 0xe0, 0xe0, 0x39, 0x00, 0x45, 0x03, 0xb8, 0x13, 0x61, 0xc4, 0x9e, 0x08, 0x53, 0x5d, 0x8d, 0xda, 0x24, 0x72, 0x9d, 0x07, 0x46, 0x43, 0xe8, 0x94, 0x10, 0x6d, 0x6e, 0x81, 0x48, 0xe8, 0x44, 0x43, 0xe8, 0x34, 0x80, 0xd0, 0xe5, 0x99, 0x5d, 0x7b, 0xbb, 0x31, 0xc0, 0xf8, 0x68, 0xe4, 0xce, 0x33, 0xcc, 0xcf, 0xdf, 0x06, 0x70, 0xbe, 0x0c, 0x9c, 0x3b, 0x4f, 0x8e, 0x1d, 0x39, 0x41, 0x9a, 0x97, 0x35, 0xb3, 0x80, 0x38, 0x33, 0x62, 0x32, 0x82, 0xc7, 0x99, 0x61, 0xd7, 0x0d, 0xea, 0x37, 0x82, 0x97, 0x20, 0x50, 0xb9, 0x18, 0x20, 0xb0, 0x26, 0xa8, 0x92, 0x0e, 0xc9, 0x63, 0x81, 0x4c, 0x53, 0x25, 0x78, 0x12, 0x1e, 0x2c, 0xa6, 0x71, 0x35, 0x86, 0x49, 0x74, 0xef, 0x6f, 0xb9, 0x08, 0x5d, 0x1f, 0x94, 0x26, 0x1a, 0xcd, 0xcc, 0xc8, 0x05, 0x62, 0xbb, 0x30, 0x16, 0x07, 0xa9, 0x9b, 0x21, 0x0b, 0xdf, 0xea, 0xcd, 0x89, 0x07, 0x4a, 0xca, 0x49, 0x31, 0x0c, 0xf2, 0x64, 0x32, 0x0c, 0xf6, 0xe0, 0x73, 0xc7, 0x19, 0x78, 0xdb, 0x0d, 0xea, 0x85, 0x9f, 0x8b, 0x1a, 0xe0, 0xb2, 0xf5, 0x02, 0x3d, 0xf2, 0xc8, 0x23, 0xb7, 0xc0, 0x0d, 0xdc, 0x06, 0xab, 0xab, 0x81, 0xd8, 0x16, 0x43, 0x37, 0xc6, 0x5e, 0x16, 0xf0, 0x86, 0x53, 0xfc, 0xf1, 0x38, 0x79, 0xe5, 0xe5, 0x57, 0xdc, 0xee, 0x30, 0xf8, 0x02, 0xd2, 0xe9, 0x39, 0x57, 0xea, 0xac, 0x69, 0x9a, 0x22, 0x99, 0x7a, 0x0b, 0xd4, 0x73, 0x94, 0x54, 0xd3, 0x88, 0x10, 0x94, 0x46, 0x65, 0xe9, 0xaf, 0x12, 0xaa, 0x25, 0x6c, 0x47, 0xfc, 0xc5, 0x64, 0x65, 0x7c, 0x4c, 0xa4, 0xfd, 0xf9, 0xb1, 0x0d, 0x1e, 0x8b, 0xaf, 0xc5, 0xd4, 0xfe, 0x75, 0xce, 0x3c, 0xa9, 0x74, 0x96, 0x98, 0xb0, 0xf4, 0x55, 0xc3, 0x3d, 0x56, 0x19, 0x24, 0x43, 0xa3, 0x24, 0x9e, 0xad, 0x21, 0xe3, 0xe9, 0x26, 0x92, 0xb2, 0xaa, 0x16, 0xe2, 0x89, 0x33, 0x3f, 0xac, 0x18, 0x11, 0xda, 0xd1, 0xb9, 0x8a, 0xd4, 0x37, 0xd4, 0x92, 0x89, 0xf1, 0x29, 0xbb, 0x2a, 0x44, 0x75, 0x35, 0xa9, 0x56, 0x1c, 0x12, 0xa6, 0x19, 0x51, 0x27, 0xc2, 0x2e, 0x2f, 0x06, 0xf8, 0xd2, 0x97, 0xbe, 0x74, 0x1d, 0x10, 0xda, 0xdf, 0xc3, 0xea, 0x0e, 0xc3, 0x58, 0xf8, 0x86, 0x93, 0x62, 0xb9, 0x13, 0xbc, 0x1e, 0x5c, 0x30, 0xd0, 0xea, 0xdc, 0xb9, 0x73, 0x81, 0x6d, 0x3b, 0x5b, 0xeb, 0x14, 0x22, 0x27, 0x21, 0xad, 0x3e, 0xe9, 0xe2, 0x68, 0x3d, 0x1a, 0x43, 0x23, 0xb9, 0xca, 0xbf, 0x5d, 0x16, 0x04, 0xf0, 0xa5, 0x74, 0x2b, 0x39, 0x93, 0xe8, 0x22, 0x59, 0x6a, 0xce, 0x2f, 0xc1, 0x6b, 0xbe, 0x25, 0x53, 0x96, 0xe8, 0x6c, 0x66, 0x85, 0x71, 0x71, 0x51, 0x1b, 0x6f, 0x88, 0x79, 0xc1, 0xca, 0x44, 0xd8, 0xe5, 0x03, 0x81, 0xb0, 0xf9, 0x34, 0x10, 0xff, 0xd3, 0xf8, 0x3e, 0x16, 0x0b, 0xe1, 0xcf, 0x27, 0xd1, 0x2d, 0x24, 0xc1, 0xe7, 0x7b, 0x1c, 0xb4, 0xf5, 0xdb, 0xaa, 0x86, 0x49, 0xbd, 0x39, 0x4d, 0xde, 0x8a, 0x6f, 0x60, 0x9a, 0x61, 0x3e, 0x21, 0x8f, 0xcf, 0xfb, 0x96, 0xa4, 0x2e, 0x91, 0x07, 0x79, 0x83, 0x3c, 0x1b, 0x8c, 0x32, 0x08, 0xc4, 0xbd, 0x75, 0x97, 0x95, 0x06, 0xf8, 0xf3, 0x3f, 0xff, 0xf3, 0x66, 0xf8, 0xf8, 0x67, 0x91, 0xf8, 0x5b, 0x5a, 0x5a, 0xb0, 0x2d, 0xa9, 0x9b, 0xe5, 0xb3, 0x10, 0x52, 0x3f, 0x8c, 0x31, 0x72, 0xed, 0xa3, 0xeb, 0xcb, 0x9b, 0xeb, 0x98, 0xf9, 0x9e, 0x73, 0x3e, 0x8e, 0x23, 0xae, 0x23, 0xcc, 0x3b, 0x73, 0xe6, 0x0c, 0x19, 0x1f, 0x1f, 0x67, 0xdf, 0xeb, 0xcc, 0x59, 0xd2, 0x5f, 0x73, 0x86, 0x1c, 0x4b, 0xac, 0xad, 0xa8, 0x11, 0x8c, 0xa1, 0xd3, 0x61, 0xc4, 0xef, 0xda, 0x60, 0x0e, 0xec, 0x33, 0x23, 0x3e, 0x23, 0xb8, 0x81, 0x48, 0xa5, 0x02, 0x16, 0x29, 0x03, 0xc4, 0x62, 0xb1, 0xfb, 0xe0, 0xa3, 0x95, 0x7f, 0xdf, 0xba, 0x75, 0x2b, 0xd9, 0xb2, 0x65, 0x33, 0xc3, 0xd9, 0xa6, 0x19, 0x99, 0x87, 0x47, 0x5b, 0xd8, 0x9f, 0x7c, 0x52, 0xa8, 0xc0, 0x53, 0xd1, 0x12, 0x9f, 0x7f, 0x6e, 0x8f, 0x4c, 0x71, 0x7d, 0x53, 0x83, 0xfa, 0x71, 0x61, 0x42, 0xc9, 0xf4, 0xf4, 0x34, 0xf9, 0xd1, 0x8f, 0x7e, 0x4c, 0x8e, 0x1e, 0x3d, 0xca, 0x7e, 0x5e, 0x1e, 0x1d, 0x23, 0x0d, 0xd1, 0x0e, 0xb0, 0x0d, 0x2a, 0xd7, 0x10, 0x7c, 0x2e, 0x6d, 0x57, 0xb3, 0x0e, 0x03, 0x5f, 0x68, 0x08, 0x7b, 0x56, 0x93, 0xe1, 0x66, 0x85, 0x39, 0x36, 0x5b, 0xe4, 0x63, 0x1f, 0xfb, 0x58, 0xdd, 0x37, 0xbf, 0xf9, 0xcd, 0xf8, 0xa2, 0x66, 0x00, 0xc0, 0xd6, 0x77, 0x71, 0xae, 0xed, 0xea, 0xea, 0x22, 0xdb, 0xb7, 0x6f, 0x63, 0x11, 0x7f, 0xf3, 0x89, 0x33, 0x8b, 0x23, 0xb4, 0xf2, 0x9f, 0x33, 0xe7, 0x56, 0x15, 0x6e, 0x3e, 0xed, 0xba, 0xbd, 0x1a, 0x1b, 0xc8, 0xed, 0xb7, 0xdf, 0x46, 0x86, 0x86, 0x86, 0xc8, 0xd4, 0xd4, 0x94, 0xcb, 0x04, 0x95, 0x64, 0x00, 0x7c, 0x1f, 0x38, 0xaf, 0x52, 0x57, 0x63, 0x86, 0xde, 0x03, 0x12, 0xbb, 0xe9, 0x24, 0xc5, 0x20, 0xf1, 0xa3, 0xf6, 0xe5, 0x41, 0x72, 0xc9, 0x64, 0x12, 0x61, 0x50, 0xc5, 0x18, 0xc0, 0x2c, 0xee, 0x46, 0xa9, 0xab, 0x5b, 0x91, 0x01, 0xd4, 0x64, 0xe7, 0x79, 0x27, 0x44, 0xba, 0x30, 0xc4, 0xbf, 0x18, 0x9b, 0x4f, 0x0b, 0x52, 0x09, 0x43, 0x40, 0x48, 0x6f, 0x6f, 0xaf, 0x0b, 0x91, 0x6a, 0x48, 0x82, 0x78, 0x01, 0xd1, 0xf3, 0xbc, 0xb8, 0xc9, 0xf1, 0xd9, 0xf0, 0x7b, 0xa0, 0x72, 0x59, 0x1a, 0xb4, 0x03, 0x78, 0x99, 0x74, 0xa7, 0x55, 0x52, 0x45, 0x0d, 0xe1, 0x62, 0xad, 0xa4, 0x15, 0x2e, 0x68, 0x6b, 0x68, 0x90, 0x12, 0xce, 0xe3, 0x89, 0x19, 0x9f, 0xaf, 0xbd, 0x8c, 0xd8, 0x21, 0x3f, 0x88, 0x42, 0xf3, 0x24, 0x69, 0x69, 0x72, 0x2a, 0x9c, 0xd0, 0xca, 0xdd, 0x5e, 0xb4, 0xa4, 0xfb, 0x14, 0x7e, 0xae, 0xae, 0x8e, 0x91, 0xfa, 0x3a, 0xbb, 0x0f, 0x08, 0x62, 0xea, 0x15, 0x2b, 0x56, 0xb8, 0x98, 0x3a, 0x62, 0x64, 0x2a, 0x46, 0x48, 0x1c, 0xd4, 0x24, 0x95, 0x22, 0xb9, 0x3a, 0x9b, 0x80, 0xe5, 0x05, 0x13, 0x9e, 0x15, 0x26, 0xcf, 0x06, 0x83, 0x36, 0x68, 0x5c, 0xd4, 0x0c, 0xe0, 0xd4, 0x6e, 0xa9, 0x13, 0xec, 0x01, 0x5f, 0x03, 0xea, 0x62, 0x18, 0x60, 0xd1, 0xf5, 0xdf, 0x2d, 0x90, 0xf8, 0x17, 0xaa, 0xff, 0x6e, 0x9d, 0x55, 0xef, 0x31, 0x80, 0x21, 0xbb, 0x15, 0x4d, 0x92, 0x29, 0x63, 0xcc, 0x7f, 0x7e, 0x1a, 0x54, 0x0c, 0x89, 0xa6, 0x01, 0x92, 0xc8, 0x12, 0x4b, 0x24, 0x46, 0x16, 0xb6, 0x44, 0x62, 0xc1, 0x0c, 0x00, 0x12, 0xa6, 0x01, 0xf0, 0x9a, 0xe9, 0x49, 0xa0, 0x6a, 0xc9, 0x2d, 0x26, 0x12, 0xff, 0x8f, 0x7f, 0x74, 0x9e, 0xfc, 0xf4, 0x95, 0x21, 0xfd, 0x89, 0xa3, 0x26, 0xa9, 0xaf, 0x8f, 0xe6, 0x47, 0xb0, 0xa1, 0x06, 0x39, 0x86, 0xda, 0x46, 0x7c, 0x12, 0xbd, 0x50, 0xc0, 0x53, 0x57, 0x57, 0x45, 0xaa, 0xa2, 0x46, 0xfe, 0x9a, 0x26, 0xc0, 0xd9, 0xd1, 0xd4, 0x54, 0x2d, 0xd3, 0x5c, 0x11, 0xdd, 0xd9, 0xb1, 0x4f, 0x41, 0x63, 0x63, 0x15, 0xd9, 0xb0, 0x71, 0x99, 0xd7, 0x0b, 0x98, 0x06, 0xe3, 0x69, 0x17, 0x05, 0x29, 0xc1, 0x65, 0x26, 0xc9, 0x56, 0x8e, 0x92, 0x9c, 0xac, 0x7d, 0x3e, 0x17, 0x40, 0x43, 0xd4, 0x30, 0xe5, 0x39, 0x01, 0xd4, 0x1f, 0x0f, 0x44, 0x2a, 0x3c, 0x17, 0x50, 0x30, 0x03, 0x64, 0x32, 0x19, 0xa9, 0xe0, 0x94, 0xdc, 0x79, 0x45, 0xbe, 0xdb, 0x17, 0x7e, 0x38, 0x40, 0xfe, 0xf1, 0xeb, 0x6f, 0x92, 0xa5, 0x51, 0xdc, 0x78, 0xe8, 0xf7, 0xb6, 0x92, 0x07, 0x1f, 0xde, 0x9a, 0xb3, 0xf9, 0xb4, 0x8b, 0xa7, 0x9d, 0xb6, 0x43, 0x2e, 0x9c, 0x00, 0x0d, 0x50, 0xe9, 0xe9, 0x49, 0xb1, 0x48, 0x6e, 0x10, 0xbf, 0x5b, 0x42, 0x79, 0xfa, 0x88, 0x12, 0x0f, 0x54, 0xe9, 0xb9, 0x80, 0x82, 0x19, 0x00, 0x55, 0x14, 0x8f, 0xf3, 0xc8, 0x15, 0x68, 0x36, 0x33, 0x63, 0xc7, 0xe4, 0xb7, 0xb4, 0xcc, 0x90, 0xda, 0x5a, 0xb5, 0x11, 0x35, 0x26, 0xa0, 0x17, 0x66, 0x83, 0xcf, 0x39, 0xd1, 0x8e, 0x32, 0x74, 0x32, 0x0b, 0x3e, 0x8e, 0xfe, 0xbe, 0x4c, 0x92, 0x4e, 0x5b, 0x4a, 0x72, 0x78, 0x31, 0xc7, 0x89, 0x90, 0x52, 0x63, 0x73, 0x2c, 0x0b, 0x3b, 0xa8, 0xd7, 0x92, 0x33, 0xa7, 0x67, 0xf2, 0x6b, 0x3e, 0x1d, 0xa6, 0x01, 0x2a, 0x3a, 0x43, 0x4f, 0xbd, 0x78, 0x20, 0x1a, 0x4a, 0x43, 0xa2, 0x47, 0x71, 0x41, 0x23, 0x42, 0x0b, 0x66, 0x00, 0xd1, 0x4a, 0xcf, 0x15, 0x6a, 0x3c, 0x3d, 0x65, 0x13, 0xec, 0x1d, 0x77, 0x74, 0x90, 0x4d, 0x9b, 0x96, 0x07, 0xf6, 0xa4, 0x92, 0x27, 0x78, 0xd4, 0x6d, 0xc2, 0xfa, 0xee, 0xea, 0xf7, 0x0b, 0x3e, 0x4f, 0xae, 0x6d, 0x82, 0xcb, 0x90, 0xcb, 0x05, 0x63, 0xc3, 0xfa, 0xe8, 0xd2, 0xc0, 0xf3, 0xf0, 0xea, 0x68, 0xba, 0xe3, 0xf0, 0xdf, 0x26, 0x27, 0xa7, 0xc9, 0xb3, 0xcf, 0x9e, 0x22, 0xa3, 0xa3, 0xeb, 0xc9, 0xf4, 0x74, 0x4a, 0x22, 0xfc, 0x44, 0x22, 0x49, 0x26, 0xc6, 0x26, 0x00, 0x37, 0x47, 0x58, 0xd5, 0xb5, 0xda, 0xda, 0x5a, 0x96, 0x6d, 0x25, 0x12, 0x93, 0xd4, 0x78, 0x8e, 0x25, 0x9d, 0x50, 0x27, 0xd7, 0xb9, 0x82, 0x46, 0x30, 0x0d, 0x37, 0xea, 0x2d, 0xa1, 0x72, 0x18, 0x0a, 0x53, 0x71, 0x36, 0x78, 0xd1, 0x43, 0x20, 0xb4, 0xd2, 0x39, 0x07, 0x87, 0x15, 0x9d, 0x65, 0x0c, 0x30, 0xcd, 0xb3, 0xb2, 0x0c, 0x78, 0xf1, 0xb4, 0x20, 0x82, 0x0d, 0x22, 0x74, 0x5f, 0xdf, 0xdd, 0x0a, 0x11, 0xba, 0xbf, 0xd3, 0x22, 0xcd, 0x8b, 0xe9, 0xc4, 0xbf, 0x19, 0x6e, 0x15, 0x84, 0xe0, 0xfd, 0xec, 0x0c, 0xb6, 0x8c, 0xf3, 0xfc, 0xbc, 0xba, 0xa5, 0x33, 0xd3, 0x33, 0xe4, 0xe7, 0x3f, 0x3d, 0xc0, 0xb2, 0xac, 0x56, 0xb4, 0xae, 0x20, 0x98, 0xbd, 0x83, 0x93, 0x8e, 0xa2, 0x07, 0x8e, 0x3b, 0x25, 0x44, 0xc1, 0x61, 0xb0, 0x4e, 0xd6, 0x15, 0x08, 0x90, 0x33, 0x78, 0x8a, 0xa9, 0x15, 0xee, 0xd1, 0x52, 0xdd, 0xa0, 0x11, 0x73, 0x41, 0x23, 0x42, 0x8b, 0x82, 0x40, 0xf2, 0xcb, 0x32, 0x02, 0x6d, 0x00, 0x0e, 0x81, 0xa2, 0x51, 0x43, 0x4a, 0x85, 0x2b, 0x1f, 0xa1, 0x87, 0x69, 0x8e, 0xc2, 0x09, 0x5d, 0x5b, 0xbd, 0xa1, 0x08, 0x42, 0x2f, 0x96, 0xc9, 0xed, 0xaa, 0xc9, 0x58, 0x59, 0xcd, 0xd6, 0x12, 0x33, 0xc0, 0x00, 0x9e, 0xb1, 0x6b, 0xfb, 0xc9, 0x33, 0x99, 0x2c, 0xb1, 0x32, 0x96, 0x17, 0x52, 0x40, 0xbd, 0xb2, 0x24, 0xec, 0x9d, 0x54, 0xdb, 0xef, 0xc4, 0x73, 0x85, 0x66, 0x49, 0x96, 0x56, 0x2e, 0x42, 0x34, 0x68, 0x1e, 0x40, 0x72, 0x83, 0x0a, 0xa5, 0x29, 0x35, 0xa5, 0x51, 0x16, 0x37, 0x03, 0x60, 0xd1, 0x59, 0x39, 0xdb, 0xca, 0xd4, 0x62, 0x3b, 0x51, 0x03, 0x20, 0x83, 0xcb, 0xbd, 0xb7, 0xf2, 0x27, 0xf4, 0x62, 0xa0, 0x8e, 0x4a, 0xe4, 0x8b, 0x91, 0xd0, 0xa5, 0x7c, 0x00, 0x81, 0x3a, 0x90, 0x78, 0x4d, 0xd3, 0x7e, 0x8e, 0x53, 0x02, 0x04, 0xc2, 0x3e, 0x5b, 0x37, 0xde, 0x7c, 0x1d, 0xb9, 0x38, 0x34, 0x4c, 0xaa, 0xa2, 0x55, 0x8c, 0xd0, 0x99, 0x06, 0x8e, 0xd8, 0xe5, 0x06, 0x0d, 0x07, 0x0a, 0x71, 0x57, 0x68, 0x32, 0x99, 0xac, 0xac, 0x1d, 0xe0, 0x9c, 0x43, 0xd5, 0x00, 0x3a, 0x83, 0x58, 0x44, 0x0a, 0xa6, 0xd3, 0x44, 0xef, 0xb2, 0x61, 0x00, 0x5f, 0xd1, 0xd9, 0x30, 0x0d, 0x30, 0x9d, 0x71, 0x21, 0x90, 0x6d, 0x5c, 0x56, 0x96, 0xd0, 0xb5, 0x9d, 0x15, 0x17, 0x94, 0xd0, 0x8d, 0x40, 0xcd, 0xe3, 0xd1, 0x91, 0x29, 0x68, 0x80, 0x94, 0x04, 0xb2, 0x1b, 0xea, 0xeb, 0x49, 0x83, 0xd0, 0x79, 0xc5, 0xc3, 0xd4, 0xd4, 0x9d, 0xd2, 0xe7, 0x86, 0x30, 0x32, 0x00, 0xf3, 0x04, 0x81, 0x06, 0x30, 0x2a, 0x12, 0x5a, 0xc6, 0x93, 0x62, 0x68, 0x4e, 0x37, 0xa8, 0x25, 0x84, 0x9e, 0x8b, 0x41, 0x88, 0x97, 0x85, 0x1b, 0x54, 0xad, 0xbb, 0x1f, 0x68, 0x03, 0x60, 0x92, 0xf6, 0x4c, 0x5a, 0xd0, 0x00, 0x56, 0x45, 0x09, 0x9d, 0x2a, 0x49, 0xbb, 0xb9, 0x20, 0x91, 0xff, 0x6f, 0xc1, 0xfb, 0xf9, 0x09, 0xdd, 0x90, 0x08, 0x3d, 0xb8, 0xa3, 0x0c, 0xcd, 0x69, 0xd4, 0xdb, 0x21, 0xc2, 0xf6, 0x0d, 0xc5, 0xe3, 0x58, 0x4f, 0x87, 0xfa, 0x70, 0xbe, 0xcf, 0x15, 0x8a, 0x0f, 0x20, 0x42, 0x24, 0x0d, 0xe0, 0x7a, 0x82, 0x98, 0x0d, 0x50, 0x01, 0x23, 0x98, 0x87, 0x42, 0xa4, 0x72, 0xbb, 0x41, 0xb9, 0xe7, 0x8a, 0xf5, 0x64, 0x50, 0xdc, 0xa0, 0x95, 0x4e, 0x8c, 0x2f, 0xc6, 0x0b, 0x24, 0xb7, 0x1e, 0x0a, 0xe8, 0xbf, 0x9b, 0x01, 0x9c, 0x9a, 0x4c, 0x66, 0x9c, 0x97, 0x4a, 0x24, 0x23, 0xf8, 0xf2, 0x20, 0x74, 0x23, 0xa0, 0x55, 0x90, 0x48, 0xe8, 0x02, 0x39, 0xfa, 0xae, 0x93, 0x0a, 0xee, 0xde, 0xfc, 0x8d, 0x6b, 0x1b, 0x02, 0xd9, 0x5a, 0x00, 0x5d, 0xaa, 0x28, 0x44, 0x70, 0x72, 0x4d, 0x24, 0x7c, 0xcb, 0xe9, 0xb4, 0x82, 0x8c, 0xc1, 0x2b, 0x2e, 0x8b, 0x9e, 0x20, 0x71, 0x36, 0x98, 0x85, 0x43, 0xd0, 0x4a, 0xc9, 0x7f, 0x61, 0x26, 0x38, 0xe4, 0x9c, 0x59, 0x1e, 0x11, 0x4a, 0xed, 0xe6, 0xe4, 0x62, 0x69, 0x94, 0xcb, 0x61, 0x1e, 0x40, 0x6e, 0x3e, 0xa7, 0xb8, 0x41, 0x39, 0x41, 0x4e, 0x4f, 0xa5, 0x1c, 0x86, 0xc9, 0xc2, 0x76, 0x11, 0xa9, 0x26, 0x64, 0xf1, 0x84, 0x9e, 0xbf, 0x91, 0x1b, 0xcc, 0x6c, 0x7e, 0xc2, 0xd6, 0x97, 0x1c, 0xb7, 0x34, 0x84, 0x4e, 0xfc, 0x95, 0xe3, 0x7c, 0x30, 0x88, 0xba, 0xe7, 0x11, 0x23, 0xe4, 0x54, 0x5b, 0xc7, 0x30, 0x82, 0x9b, 0x70, 0x44, 0x22, 0x1e, 0x03, 0xa0, 0x2b, 0x99, 0x33, 0xc0, 0xc8, 0xc8, 0x18, 0x39, 0x7b, 0xfa, 0x1c, 0xf3, 0xf4, 0x2c, 0x5b, 0xd6, 0xcc, 0xea, 0x6d, 0xd6, 0xd5, 0xd5, 0xca, 0xbd, 0xb7, 0x4c, 0xd9, 0x15, 0x6a, 0x87, 0x43, 0x54, 0x62, 0x06, 0xc0, 0x70, 0x35, 0x40, 0xf8, 0x04, 0x3a, 0x75, 0x2b, 0xf3, 0x11, 0x36, 0xeb, 0x1d, 0x59, 0xd0, 0xfa, 0xa0, 0xc5, 0x18, 0xc1, 0x81, 0x36, 0x80, 0x65, 0x65, 0x05, 0x0f, 0x50, 0xda, 0xc1, 0x78, 0x96, 0xa2, 0x1d, 0xe6, 0x8f, 0xd0, 0x0d, 0x83, 0xe4, 0xb1, 0x1f, 0x55, 0x08, 0x37, 0xb8, 0x23, 0x8c, 0x48, 0xe8, 0x32, 0x61, 0x07, 0x6b, 0x0e, 0xef, 0x3a, 0xa8, 0x62, 0x0b, 0x90, 0xbc, 0xee, 0xc1, 0x96, 0xec, 0x11, 0xd7, 0x0e, 0x98, 0x76, 0x9e, 0x23, 0x12, 0xf9, 0xe1, 0x83, 0x6f, 0xb0, 0xb9, 0x84, 0x95, 0x6d, 0xad, 0x42, 0xd7, 0x15, 0x67, 0x6e, 0x41, 0xc8, 0x4d, 0x96, 0xfa, 0xef, 0x56, 0xc8, 0x08, 0xe6, 0xa7, 0xc0, 0x70, 0x68, 0xf5, 0x5d, 0xa8, 0xb0, 0x8d, 0x3a, 0xf6, 0x20, 0x75, 0x8c, 0x60, 0x51, 0x03, 0x2c, 0x7a, 0x37, 0x28, 0x51, 0x1b, 0x4f, 0xb0, 0xb8, 0x6e, 0x7f, 0x86, 0x15, 0xf7, 0x00, 0x55, 0x57, 0x53, 0x69, 0x76, 0x55, 0x76, 0x61, 0xe6, 0x26, 0xf4, 0xa0, 0xc6, 0x10, 0x41, 0x12, 0xd9, 0xf0, 0xd5, 0xf2, 0x94, 0xfb, 0x91, 0xd2, 0x90, 0x78, 0xa1, 0xb0, 0x9a, 0xff, 0x96, 0xc5, 0x35, 0x07, 0x0d, 0x84, 0x4f, 0x7e, 0x5b, 0x40, 0x47, 0xe8, 0x86, 0x02, 0xdd, 0xfc, 0x6e, 0x59, 0x3b, 0xc4, 0xc4, 0x72, 0x35, 0x29, 0x75, 0xe6, 0x10, 0xfa, 0xd7, 0xf6, 0x91, 0x93, 0xc7, 0xcf, 0xd8, 0xc4, 0x8f, 0x30, 0xc8, 0x71, 0x27, 0x8a, 0xc1, 0x65, 0x86, 0xd2, 0x7f, 0x97, 0x69, 0x00, 0x52, 0x09, 0x0d, 0x40, 0xdc, 0xa2, 0x5d, 0x58, 0x98, 0xab, 0xba, 0xca, 0xf4, 0x13, 0xbf, 0xe4, 0x06, 0xe5, 0x46, 0xb0, 0x79, 0x79, 0xb9, 0x41, 0x45, 0x2b, 0x3d, 0x2c, 0x14, 0x62, 0x66, 0x26, 0xe3, 0x4c, 0xcc, 0xc8, 0xee, 0x51, 0x51, 0xd5, 0x07, 0x1b, 0xc4, 0x86, 0x24, 0x3d, 0x83, 0xe0, 0x82, 0xce, 0x16, 0xe0, 0x3d, 0xa8, 0x54, 0xe3, 0x33, 0x4c, 0xda, 0x17, 0xa2, 0x39, 0x0c, 0x83, 0x86, 0x6e, 0x13, 0xcc, 0x90, 0x86, 0xbf, 0x64, 0x8a, 0x62, 0x0b, 0xf0, 0xeb, 0xe0, 0x10, 0x48, 0x14, 0x24, 0x38, 0x7a, 0x57, 0xf7, 0x90, 0xee, 0x9e, 0x2e, 0x32, 0x3b, 0x9b, 0xb0, 0x9b, 0x4f, 0x00, 0xd4, 0xe1, 0xf0, 0xd2, 0x05, 0x22, 0x3e, 0x1b, 0xa0, 0x32, 0x46, 0xb0, 0x67, 0x09, 0x53, 0xb0, 0x03, 0x28, 0x71, 0x8a, 0x70, 0x04, 0xb8, 0x41, 0x3d, 0x66, 0x88, 0x46, 0xa2, 0x4c, 0x03, 0xe0, 0x75, 0x3b, 0x74, 0x52, 0x51, 0x06, 0x30, 0x4b, 0xd1, 0x00, 0xf8, 0xa0, 0x45, 0x2f, 0x90, 0x18, 0x0a, 0xc1, 0x6d, 0x80, 0x68, 0x94, 0xba, 0x04, 0x2a, 0x62, 0x6c, 0xee, 0x16, 0xf5, 0xfe, 0x46, 0x5d, 0x29, 0xea, 0xad, 0x7b, 0xed, 0x3e, 0xbd, 0x75, 0xb9, 0xad, 0xa8, 0xfd, 0xdd, 0x22, 0x72, 0xbb, 0x4f, 0x3f, 0xa4, 0xe2, 0xe7, 0xd7, 0x75, 0x48, 0xf4, 0x8e, 0xaf, 0x5e, 0x13, 0xf1, 0x9d, 0x47, 0xbe, 0x6e, 0xf9, 0x58, 0xf2, 0x77, 0xaf, 0xc5, 0xaa, 0xee, 0xd8, 0xea, 0xfd, 0x79, 0xcf, 0x85, 0x67, 0x49, 0xf1, 0xb9, 0x80, 0xb4, 0x24, 0x66, 0xf1, 0x6f, 0xd8, 0x71, 0x11, 0xb1, 0x3f, 0x23, 0x7e, 0xa7, 0x85, 0x29, 0x11, 0x26, 0x96, 0x24, 0xaf, 0x0a, 0x4d, 0xdb, 0x95, 0xe6, 0x2a, 0xb0, 0x70, 0x74, 0x98, 0x4f, 0x44, 0xa8, 0xe5, 0xbc, 0x33, 0x8f, 0xe9, 0x5d, 0x18, 0x54, 0x75, 0xef, 0xbd, 0xf7, 0xd6, 0x2c, 0x5a, 0x0d, 0xa0, 0xba, 0x41, 0x83, 0x1a, 0x50, 0x73, 0x1b, 0x00, 0xe7, 0x00, 0x64, 0xa3, 0x50, 0x5f, 0x6d, 0xcd, 0x30, 0xfc, 0x9e, 0x24, 0x1d, 0x3c, 0x09, 0xd7, 0x1c, 0x44, 0x82, 0x21, 0x7a, 0xcd, 0xa1, 0x2f, 0x77, 0x5e, 0x88, 0xe6, 0xd0, 0xa5, 0x2e, 0x84, 0xc1, 0x34, 0x59, 0x73, 0xe4, 0xb6, 0x33, 0x6c, 0xdf, 0xb8, 0xa3, 0x01, 0x30, 0x9e, 0x2a, 0xa4, 0xe3, 0x0a, 0x77, 0x2b, 0xba, 0x2d, 0x4d, 0x95, 0x80, 0xb8, 0x88, 0x59, 0x39, 0x0d, 0x60, 0x10, 0xae, 0x01, 0xd0, 0x15, 0x1a, 0x0d, 0x37, 0x86, 0xd1, 0x29, 0x62, 0x44, 0x5c, 0x8d, 0x87, 0xf7, 0xcc, 0x0b, 0x1a, 0xc7, 0xe3, 0x71, 0x14, 0xb2, 0xc9, 0xc5, 0x6a, 0x04, 0xe7, 0x86, 0x40, 0x54, 0x6f, 0x03, 0xf8, 0xdd, 0x81, 0xc4, 0x67, 0x28, 0xea, 0xc3, 0x23, 0x0c, 0x0d, 0xd4, 0x51, 0xf1, 0xbe, 0xe7, 0x75, 0xd1, 0xc1, 0xa7, 0x7c, 0x5c, 0xa2, 0xbc, 0x9e, 0x50, 0xbe, 0x36, 0x87, 0x68, 0xf0, 0xea, 0x6c, 0x01, 0xf5, 0x3e, 0x65, 0xe6, 0x35, 0x02, 0x60, 0x10, 0x65, 0x46, 0x30, 0xd7, 0x00, 0x33, 0x82, 0x06, 0xc0, 0xeb, 0xc3, 0x92, 0x83, 0x73, 0x73, 0x29, 0xa6, 0x01, 0xea, 0xeb, 0xeb, 0x58, 0xcd, 0x4d, 0xdb, 0x08, 0xd6, 0xbb, 0x41, 0x0d, 0x5a, 0xc1, 0xac, 0x30, 0xac, 0xc5, 0x44, 0xe5, 0x12, 0x89, 0x21, 0xde, 0x44, 0xa7, 0xd3, 0xbc, 0x6d, 0xf4, 0xe3, 0x35, 0xcf, 0xce, 0xce, 0xb2, 0xbf, 0xa5, 0xd3, 0x69, 0xa4, 0xb1, 0x4b, 0x97, 0x89, 0x11, 0x6c, 0xf8, 0x66, 0xf8, 0x50, 0x3a, 0x89, 0x81, 0x70, 0x1e, 0xfc, 0x09, 0x23, 0x74, 0xbd, 0x7b, 0x51, 0x74, 0x5b, 0xea, 0xbc, 0x48, 0xaa, 0x2f, 0x5e, 0xd5, 0x1c, 0x1c, 0x5e, 0xc8, 0xd2, 0x9d, 0x06, 0x68, 0x0e, 0x23, 0x40, 0x13, 0xe8, 0x99, 0x87, 0x9f, 0x4f, 0xdd, 0x5e, 0xef, 0xf9, 0xa1, 0xae, 0x9f, 0x3f, 0xc8, 0x16, 0x40, 0xa2, 0x88, 0xc7, 0x13, 0x6c, 0x0e, 0xc5, 0x34, 0xa9, 0xe4, 0x05, 0xc2, 0x71, 0xfc, 0xe8, 0x49, 0xd6, 0x76, 0x08, 0xeb, 0x6d, 0xda, 0x36, 0x40, 0x15, 0x49, 0xa7, 0xaa, 0x84, 0xae, 0x2b, 0xd4, 0x4d, 0x30, 0x91, 0xdd, 0xa0, 0x15, 0xb2, 0x01, 0x0c, 0xb9, 0x65, 0x6a, 0x98, 0x2b, 0x94, 0x41, 0xca, 0x88, 0x07, 0x7f, 0x38, 0x04, 0x52, 0x69, 0x6c, 0x51, 0x31, 0x00, 0x3c, 0x54, 0xe3, 0x6f, 0xfe, 0xe6, 0x6f, 0x1a, 0xb8, 0x74, 0xf1, 0xd7, 0xde, 0xf7, 0x66, 0x01, 0x39, 0x04, 0xc2, 0xfc, 0x0c, 0x1a, 0xd0, 0x7c, 0x3a, 0x68, 0x5e, 0x40, 0x6e, 0x38, 0x47, 0x15, 0x37, 0x24, 0xd1, 0xb8, 0x55, 0x83, 0x18, 0x4a, 0xf6, 0xba, 0xe8, 0x99, 0x40, 0xd5, 0x1c, 0x7e, 0x69, 0x1d, 0x66, 0xbc, 0x8a, 0x1e, 0x9f, 0xfc, 0xb5, 0x8c, 0xfd, 0x1d, 0x24, 0x1d, 0x3c, 0xa7, 0x04, 0x2c, 0x71, 0x10, 0x18, 0xb3, 0x8c, 0xf8, 0x39, 0xc3, 0x46, 0x22, 0x35, 0x92, 0x2d, 0xc5, 0xbc, 0x0f, 0xcb, 0x9a, 0x88, 0x79, 0xce, 0x74, 0x3a, 0xae, 0x64, 0xdd, 0x1e, 0x64, 0x1c, 0x4f, 0x6b, 0x35, 0x80, 0x95, 0xae, 0x9c, 0x45, 0xc9, 0x6d, 0x80, 0xb9, 0x6c, 0x28, 0xf1, 0xdb, 0x45, 0x0d, 0xc4, 0x78, 0x20, 0x99, 0x69, 0x17, 0x2d, 0x03, 0xfc, 0xd5, 0x5f, 0xfd, 0x55, 0x5d, 0xc4, 0x61, 0x55, 0x7c, 0xd0, 0xb6, 0xf5, 0x4e, 0xb4, 0xfd, 0x77, 0xe5, 0x30, 0x88, 0x7c, 0x5d, 0x8d, 0x41, 0xb6, 0x40, 0xfe, 0x9a, 0x23, 0xcc, 0x5f, 0x1f, 0x26, 0xad, 0xf5, 0xd7, 0x42, 0x5d, 0xad, 0x90, 0x6b, 0xce, 0xc0, 0x0f, 0x71, 0x74, 0xd7, 0x67, 0x91, 0x89, 0x89, 0x19, 0x58, 0xa6, 0x19, 0xd1, 0x27, 0x93, 0x29, 0x85, 0x7a, 0x0c, 0xc1, 0x28, 0xb4, 0xdc, 0xe7, 0xc8, 0x85, 0x4a, 0xdb, 0xaa, 0x56, 0xd2, 0xd4, 0x7c, 0x03, 0x99, 0x1c, 0x9f, 0x64, 0xde, 0x93, 0x58, 0x6d, 0x8c, 0xb5, 0x21, 0x15, 0x2b, 0x49, 0x99, 0xa6, 0xdf, 0x08, 0xae, 0xf4, 0xd0, 0x85, 0x44, 0xeb, 0x22, 0x42, 0xbd, 0xc9, 0x30, 0x53, 0x9d, 0x0b, 0x68, 0x5a, 0xac, 0x1a, 0xa0, 0xd1, 0x27, 0xfd, 0x5d, 0xe2, 0x57, 0x23, 0x41, 0xb9, 0x11, 0x1c, 0xd4, 0xe1, 0x30, 0x5c, 0xa2, 0x07, 0x11, 0x9c, 0x9f, 0x51, 0x54, 0x1c, 0xad, 0xfa, 0xeb, 0x65, 0x69, 0x9d, 0xcf, 0xb5, 0x70, 0xcd, 0x61, 0x39, 0x6d, 0x46, 0x83, 0xa5, 0x3b, 0x09, 0x94, 0xee, 0xfc, 0xfc, 0x38, 0x51, 0x35, 0x35, 0x35, 0x43, 0xc6, 0xc7, 0x91, 0xf0, 0xa7, 0xd8, 0x77, 0xc9, 0x6c, 0x0c, 0x80, 0x27, 0x91, 0x88, 0x7d, 0xd0, 0xa9, 0xa9, 0x94, 0xf4, 0x3b, 0x76, 0x5c, 0xa9, 0x69, 0x6f, 0xf3, 0x31, 0x16, 0x27, 0x26, 0x43, 0xc9, 0xb1, 0x35, 0x8d, 0x4c, 0xc5, 0xfa, 0x05, 0x18, 0x6e, 0xd7, 0x78, 0x1a, 0x38, 0x07, 0x20, 0x3b, 0x18, 0x6c, 0xb6, 0x88, 0x98, 0x91, 0x05, 0xeb, 0x15, 0x56, 0x10, 0x03, 0x88, 0x8d, 0x27, 0xb8, 0xef, 0x96, 0x6a, 0x5c, 0xa0, 0xb6, 0xf1, 0xe6, 0xe5, 0x02, 0x88, 0x44, 0x2b, 0x4e, 0x80, 0x85, 0x41, 0x86, 0xb0, 0x49, 0x2a, 0xbf, 0xb4, 0x17, 0x8d, 0x65, 0xea, 0x0b, 0x51, 0x50, 0xb7, 0xf1, 0x98, 0x20, 0xd8, 0x16, 0xd0, 0xcd, 0xee, 0x86, 0xd9, 0x02, 0xf2, 0xec, 0xb6, 0x45, 0x46, 0x47, 0xa7, 0xd8, 0x32, 0x33, 0x33, 0x2b, 0x69, 0x46, 0x99, 0xe0, 0x0d, 0x11, 0x3a, 0x2b, 0xcf, 0xda, 0x92, 0x04, 0x49, 0x90, 0x3b, 0x11, 0x49, 0x28, 0x2b, 0x40, 0x20, 0x35, 0x18, 0x8e, 0x41, 0xa0, 0x4a, 0x4d, 0x03, 0x00, 0xf3, 0xb1, 0xac, 0x30, 0xa1, 0x53, 0x0c, 0x0d, 0xa8, 0x82, 0x67, 0x57, 0x88, 0xe3, 0x10, 0x48, 0x8e, 0x08, 0xad, 0xe4, 0x64, 0x58, 0xc1, 0x1a, 0x80, 0x27, 0x5b, 0xf8, 0x5d, 0xa0, 0x6a, 0x3e, 0xb0, 0xa8, 0x01, 0x74, 0xae, 0xcd, 0xb0, 0xd0, 0x82, 0xfc, 0x26, 0xa9, 0x54, 0x2f, 0x51, 0x70, 0x53, 0x68, 0xea, 0x9b, 0x88, 0xd2, 0x33, 0x81, 0xa1, 0xb1, 0x41, 0x88, 0xd6, 0xb8, 0xf6, 0x33, 0x83, 0x01, 0x90, 0x66, 0x8e, 0x8c, 0x8c, 0x4c, 0xc2, 0x32, 0x21, 0x85, 0x85, 0xf8, 0xa5, 0xbc, 0x11, 0x64, 0x3f, 0x7a, 0x2f, 0x26, 0x4a, 0x64, 0x2f, 0x90, 0x73, 0x3e, 0x74, 0x15, 0x4e, 0x00, 0x04, 0xc2, 0x19, 0x78, 0xec, 0xb8, 0x82, 0x45, 0xc9, 0xb8, 0x37, 0x85, 0xf7, 0x22, 0x50, 0x43, 0x21, 0x1c, 0x3d, 0x56, 0x31, 0x1b, 0x40, 0x6c, 0x96, 0x17, 0x1c, 0x11, 0xea, 0x85, 0x4d, 0x47, 0x17, 0x30, 0x1e, 0xa8, 0x28, 0x08, 0x14, 0xe8, 0x01, 0x92, 0x20, 0x50, 0x4a, 0x98, 0x07, 0xf0, 0x87, 0x0f, 0x88, 0x46, 0x6e, 0xb0, 0x26, 0x30, 0xb4, 0x9a, 0x23, 0x68, 0xee, 0x20, 0x5f, 0x5b, 0xc0, 0x0f, 0xa5, 0x0c, 0x0d, 0xa1, 0xe7, 0xcb, 0x90, 0xb6, 0xb4, 0x47, 0xa2, 0x8f, 0xc7, 0x93, 0x79, 0x48, 0x77, 0x23, 0x87, 0x13, 0xc5, 0x90, 0x34, 0x00, 0x9b, 0x08, 0x73, 0xae, 0x21, 0x99, 0x48, 0x92, 0x9f, 0xbf, 0x7a, 0x80, 0xe1, 0xff, 0x15, 0x2d, 0xcb, 0x49, 0x33, 0x18, 0xc5, 0xcc, 0x83, 0xc2, 0xba, 0x7b, 0x78, 0xc7, 0xe7, 0x0c, 0x20, 0xba, 0x42, 0xa9, 0x51, 0x89, 0xac, 0x30, 0x1e, 0x10, 0x67, 0xe5, 0xac, 0xf3, 0xe4, 0x16, 0x22, 0xa3, 0xc4, 0xed, 0x1e, 0x23, 0xb8, 0xa2, 0x17, 0xa7, 0x06, 0xc0, 0x84, 0x78, 0x3e, 0x33, 0xea, 0x0f, 0x85, 0xf6, 0xe6, 0x00, 0x58, 0x0e, 0xab, 0x13, 0x0a, 0xe1, 0xcf, 0x06, 0x93, 0xa3, 0x24, 0x75, 0x38, 0xda, 0xef, 0x4e, 0xd4, 0x41, 0x26, 0x23, 0x00, 0x06, 0x11, 0x9f, 0x84, 0x0f, 0x0f, 0x9d, 0x10, 0xf7, 0xcb, 0x37, 0xde, 0xc8, 0xc6, 0xdd, 0x63, 0x63, 0x93, 0xe4, 0xc2, 0x85, 0x51, 0x92, 0x4e, 0x67, 0x03, 0x24, 0xbd, 0x9f, 0xb0, 0x73, 0xa2, 0x68, 0x23, 0x40, 0x03, 0x10, 0xbb, 0xb9, 0x47, 0x36, 0x93, 0x75, 0xc3, 0x06, 0xf0, 0x1e, 0xb2, 0x19, 0x7b, 0x76, 0x9a, 0xf9, 0xd5, 0x1d, 0x8d, 0xcc, 0x5d, 0xa1, 0x7c, 0x62, 0x89, 0x19, 0xc2, 0x95, 0x60, 0x00, 0x9e, 0x15, 0x96, 0xcc, 0x5d, 0x18, 0x8d, 0x69, 0x48, 0x01, 0x4e, 0x8b, 0x89, 0xf1, 0x95, 0x2c, 0x8e, 0x55, 0xb0, 0x06, 0x50, 0x6d, 0x00, 0xc9, 0xa8, 0x11, 0x8a, 0x5c, 0x79, 0x1a, 0x80, 0x48, 0xed, 0x3a, 0x39, 0x13, 0x70, 0x89, 0xee, 0x77, 0x4d, 0x1a, 0x1a, 0xbc, 0x6f, 0x84, 0x86, 0x19, 0x1b, 0x46, 0x30, 0xe1, 0x06, 0xfb, 0xfe, 0x0d, 0x8d, 0x56, 0x52, 0x89, 0xde, 0xef, 0xfe, 0xc4, 0x4f, 0x84, 0x39, 0xc3, 0xc3, 0x48, 0xf8, 0x99, 0x50, 0x43, 0x36, 0x17, 0xce, 0x0f, 0xd2, 0x0a, 0x5e, 0x78, 0x01, 0xcf, 0xab, 0xc8, 0x92, 0x9a, 0x9a, 0x08, 0xa9, 0x6b, 0xa8, 0x23, 0xd7, 0xef, 0xde, 0x41, 0x2e, 0x5e, 0xb8, 0xe4, 0x12, 0x0d, 0x86, 0x43, 0xa0, 0x06, 0xb0, 0x05, 0x90, 0x53, 0x6e, 0xd0, 0xf1, 0x04, 0xcd, 0xcd, 0xcd, 0xb9, 0x73, 0x01, 0x95, 0x29, 0x91, 0x65, 0x04, 0x7a, 0x81, 0xfc, 0x6e, 0x50, 0x21, 0x1e, 0x28, 0x1a, 0x91, 0x0c, 0xf7, 0x45, 0xab, 0x01, 0x88, 0xd0, 0x7b, 0xcb, 0x17, 0x07, 0x64, 0xc9, 0x3d, 0x62, 0xe3, 0xae, 0x1b, 0xd4, 0xd0, 0x48, 0xf7, 0x20, 0x03, 0xd3, 0x08, 0xc5, 0xfb, 0xa2, 0x44, 0x37, 0x02, 0x3a, 0xb8, 0xab, 0xfb, 0xeb, 0x19, 0xcc, 0x08, 0x24, 0x74, 0xbf, 0xa7, 0xc2, 0xbb, 0x8e, 0xd1, 0xd1, 0x49, 0x72, 0xf1, 0xe2, 0x98, 0x40, 0xf8, 0x66, 0x5e, 0x04, 0x11, 0x84, 0xf3, 0xc3, 0x20, 0x91, 0x9d, 0x17, 0x80, 0x0c, 0x60, 0xb0, 0xb9, 0x80, 0x58, 0x8d, 0x3d, 0x2f, 0x80, 0x55, 0xb8, 0xd7, 0xac, 0xab, 0xd7, 0x96, 0x1b, 0xb4, 0x4b, 0xd3, 0xdb, 0xfd, 0x77, 0xc5, 0xe6, 0xe0, 0x66, 0xa5, 0x5c, 0xa1, 0x8a, 0x0d, 0x10, 0x44, 0xfc, 0x1c, 0x32, 0x7b, 0x11, 0xa1, 0x3e, 0x0d, 0xb0, 0x38, 0x6d, 0x00, 0xf1, 0xc2, 0x6c, 0x0d, 0x60, 0x4a, 0x56, 0xbd, 0xeb, 0x07, 0x4e, 0x66, 0x58, 0x91, 0x29, 0x24, 0x52, 0x2c, 0x81, 0x98, 0x2b, 0xb4, 0xc0, 0xef, 0x65, 0x91, 0xc3, 0x1d, 0x78, 0x78, 0x42, 0xb0, 0x31, 0xaa, 0x0f, 0x2d, 0x28, 0x84, 0xc1, 0x44, 0x06, 0x51, 0x0d, 0xea, 0xd9, 0xd9, 0x39, 0x72, 0xfe, 0xfc, 0x25, 0xf8, 0x4c, 0x6a, 0x09, 0xbf, 0x70, 0x9c, 0x9f, 0x1f, 0x24, 0x42, 0x3b, 0x20, 0x93, 0x31, 0x59, 0x72, 0x7c, 0x6b, 0x5b, 0x4d, 0xa0, 0x27, 0xc8, 0x7b, 0xfe, 0xd4, 0x3d, 0x87, 0x54, 0x1f, 0xa8, 0x62, 0xe1, 0x10, 0xa6, 0xa3, 0x01, 0x68, 0x28, 0xf1, 0x13, 0xc5, 0x6d, 0x1e, 0x89, 0x46, 0xd5, 0xda, 0x40, 0x97, 0x87, 0x06, 0x90, 0xbc, 0x40, 0xc2, 0x0d, 0x71, 0xd7, 0x1d, 0xc6, 0xb4, 0xf3, 0x7c, 0x81, 0x42, 0x92, 0x42, 0x64, 0x9f, 0xba, 0x11, 0xa0, 0x11, 0xa8, 0x8b, 0xad, 0x75, 0xb1, 0x37, 0xc1, 0xda, 0x81, 0x6a, 0x6d, 0x01, 0xc3, 0x30, 0x7c, 0x4c, 0x84, 0x98, 0x7b, 0x78, 0x78, 0x1c, 0xb0, 0xfe, 0x94, 0x73, 0x3e, 0xb3, 0x0c, 0x84, 0x6d, 0xe4, 0x11, 0x99, 0x60, 0xe8, 0x5d, 0xa1, 0xce, 0xa5, 0xe3, 0x0c, 0x72, 0x32, 0x31, 0xc7, 0x88, 0x86, 0x55, 0x87, 0xa8, 0x8a, 0xb8, 0x5e, 0x27, 0x5d, 0xff, 0x5d, 0xd3, 0x4a, 0xf9, 0xb3, 0x8f, 0xe6, 0x51, 0x03, 0xa4, 0x40, 0xf8, 0x65, 0xc1, 0x2e, 0x89, 0x98, 0x86, 0xd6, 0x49, 0xe1, 0x79, 0x81, 0xa8, 0x0b, 0x81, 0xc4, 0x50, 0x88, 0x45, 0x0b, 0x81, 0xd0, 0x38, 0x91, 0xdc, 0xa0, 0x86, 0x3e, 0x12, 0x34, 0xee, 0x66, 0x83, 0xa1, 0xc1, 0x16, 0xd5, 0x14, 0xac, 0x32, 0x02, 0xa3, 0x30, 0x55, 0xa9, 0x1f, 0x96, 0x34, 0xa3, 0x0b, 0xae, 0xf3, 0x1b, 0xb6, 0x86, 0x42, 0xe8, 0xfa, 0x6b, 0x51, 0x8f, 0x35, 0x3e, 0x3e, 0x0d, 0x70, 0x67, 0xd4, 0x89, 0x51, 0xcf, 0x85, 0xf3, 0x0b, 0x23, 0xec, 0x70, 0x9b, 0xc0, 0xd0, 0xcf, 0x05, 0x38, 0xb7, 0x73, 0xfa, 0xd4, 0x59, 0x72, 0xf6, 0xf4, 0x00, 0x69, 0x69, 0x5d, 0xc1, 0xfa, 0xef, 0xd6, 0x37, 0xd6, 0x93, 0xda, 0xda, 0x98, 0x1d, 0x5b, 0xc3, 0x5d, 0xa1, 0x6a, 0xa2, 0x79, 0x2a, 0x4e, 0x8c, 0xcc, 0x2c, 0xa9, 0xe4, 0x98, 0x03, 0x2d, 0xc0, 0xda, 0x46, 0x04, 0x6a, 0x2c, 0xea, 0x4e, 0xa2, 0x46, 0x4c, 0x5f, 0x2c, 0x50, 0xd3, 0xa2, 0xd7, 0x00, 0x7e, 0x37, 0xa8, 0xe5, 0x9b, 0x03, 0xc0, 0x80, 0x2e, 0xbb, 0xfd, 0x0d, 0xd5, 0x62, 0x6b, 0x37, 0x8e, 0x5c, 0x99, 0x88, 0xf2, 0xe7, 0xed, 0xaa, 0x44, 0x6e, 0x68, 0x34, 0x41, 0x10, 0x44, 0xd2, 0x41, 0x22, 0x39, 0xd0, 0x4e, 0x8c, 0x18, 0xc5, 0xc2, 0x53, 0xe7, 0xcf, 0x8f, 0xb0, 0x09, 0x2c, 0xfb, 0x1a, 0xe7, 0x17, 0xe7, 0x87, 0x6d, 0x83, 0xb9, 0x14, 0xaa, 0x27, 0xe8, 0xfc, 0xe0, 0x05, 0xa6, 0x99, 0x90, 0x31, 0xb3, 0x2c, 0x1e, 0xc8, 0x72, 0x66, 0x9c, 0x3d, 0xaf, 0x8a, 0x5a, 0x6f, 0xb3, 0xb1, 0x96, 0x82, 0x11, 0x5d, 0xb9, 0xe2, 0x58, 0xab, 0x96, 0x57, 0x91, 0x9a, 0x18, 0xc9, 0x11, 0x0e, 0xcd, 0x19, 0xd6, 0x16, 0xa6, 0x22, 0x03, 0x2c, 0xda, 0x89, 0x30, 0xce, 0x99, 0x5c, 0x03, 0x98, 0xa6, 0xbe, 0x26, 0x10, 0xaf, 0x09, 0x8a, 0x12, 0x4c, 0xae, 0x1e, 0x4d, 0x42, 0x88, 0x51, 0x76, 0x7d, 0x52, 0x5f, 0x83, 0x69, 0xd9, 0xaf, 0x1f, 0x3c, 0xa3, 0x6c, 0x84, 0xd8, 0x12, 0xfc, 0xbc, 0x9c, 0xf0, 0x65, 0x68, 0x36, 0x35, 0x35, 0xcb, 0xdc, 0x9a, 0x48, 0x4c, 0xb9, 0x71, 0x7e, 0xf1, 0x84, 0x9d, 0xaf, 0xe6, 0xe0, 0x34, 0x21, 0x66, 0x85, 0x6d, 0xdf, 0xb1, 0x95, 0x9c, 0x3a, 0x79, 0xc6, 0x76, 0x81, 0x3a, 0x79, 0x00, 0x86, 0x62, 0xc4, 0x47, 0x94, 0x88, 0xd0, 0xdb, 0x76, 0xd4, 0x93, 0x1b, 0x77, 0xf7, 0x84, 0x7b, 0x66, 0x08, 0xc9, 0xaf, 0xef, 0x5a, 0x3e, 0x6d, 0x1c, 0xf2, 0xe8, 0xf5, 0x60, 0xd1, 0xac, 0x97, 0xb3, 0x10, 0xbd, 0x4c, 0xa2, 0x41, 0x73, 0x6a, 0x00, 0xe7, 0xbe, 0xa7, 0x67, 0xe6, 0x9c, 0x17, 0xc8, 0x35, 0x80, 0x0c, 0x3d, 0x54, 0xa9, 0x1b, 0xc6, 0x20, 0x9e, 0xcb, 0xd3, 0xd0, 0x48, 0x74, 0x83, 0x84, 0x55, 0x7c, 0xe0, 0xeb, 0xb2, 0x81, 0x6d, 0xf8, 0x18, 0x0c, 0xe3, 0x73, 0x86, 0x87, 0xc7, 0xc8, 0xe4, 0x64, 0x3c, 0xd4, 0xbb, 0x53, 0x88, 0x01, 0x9b, 0x5f, 0xdf, 0xe4, 0x70, 0x48, 0x14, 0x8d, 0xfa, 0xc3, 0x21, 0xea, 0x1a, 0x6a, 0xc9, 0x96, 0x6d, 0xd7, 0xf8, 0x08, 0xd6, 0x72, 0x6b, 0xed, 0x78, 0x6e, 0x50, 0xfe, 0xbc, 0xf8, 0x7c, 0xc0, 0x7c, 0x13, 0x7f, 0xa1, 0x0c, 0xc2, 0xf3, 0x2f, 0xb8, 0xb6, 0x12, 0x7a, 0x85, 0x55, 0x0c, 0x02, 0x15, 0x94, 0x12, 0xa9, 0x0d, 0x86, 0xe3, 0x7f, 0xcb, 0x7a, 0x53, 0xdb, 0xd3, 0xd3, 0xde, 0x24, 0x98, 0x69, 0xaa, 0xb3, 0xac, 0x5e, 0x9a, 0xa0, 0x48, 0xe8, 0x96, 0x45, 0xa4, 0x54, 0x47, 0x6f, 0xe1, 0xb0, 0x48, 0x9f, 0x72, 0x28, 0x27, 0xd0, 0x53, 0x25, 0x73, 0xcc, 0x90, 0xaa, 0xb2, 0xe1, 0x77, 0x31, 0xa5, 0x12, 0xd7, 0x93, 0xc9, 0x34, 0x39, 0x77, 0x6e, 0x98, 0x49, 0x7f, 0x24, 0x7c, 0xde, 0x60, 0x5b, 0xb7, 0x70, 0xe6, 0x08, 0xdb, 0xc6, 0xfe, 0xbb, 0xe9, 0xda, 0x0d, 0x61, 0xdb, 0xf8, 0x8f, 0x2d, 0x6f, 0xc3, 0x85, 0x22, 0x9f, 0x54, 0x0c, 0xef, 0xbf, 0x2b, 0x37, 0xa0, 0x16, 0xbd, 0x2a, 0xa9, 0xb9, 0xd4, 0xa2, 0x23, 0x7e, 0xcf, 0x71, 0x62, 0x47, 0x83, 0x72, 0xa1, 0xea, 0x8c, 0xd8, 0x9e, 0x3d, 0x7b, 0xaa, 0x17, 0x9d, 0x06, 0x10, 0x63, 0x34, 0xd4, 0xaa, 0x70, 0x4c, 0xa5, 0xb9, 0xb9, 0x00, 0x7c, 0x12, 0x8c, 0x6a, 0xe3, 0xf6, 0x79, 0x8c, 0x7d, 0x21, 0x15, 0x1f, 0x74, 0x1e, 0x1c, 0xd9, 0x86, 0x10, 0xa5, 0xa1, 0xff, 0xad, 0xfa, 0x0b, 0xe9, 0x1a, 0x24, 0x1e, 0x9f, 0x05, 0x43, 0x77, 0x3c, 0xa7, 0x87, 0xa7, 0x18, 0x03, 0xb6, 0x18, 0x17, 0xa9, 0xaa, 0x39, 0x38, 0x3d, 0xf0, 0xca, 0x10, 0x41, 0xc4, 0xef, 0x6a, 0x00, 0x9e, 0x04, 0xa3, 0x74, 0x60, 0x9f, 0xd3, 0x30, 0x40, 0x59, 0x89, 0xba, 0x48, 0x68, 0x44, 0x95, 0x12, 0x89, 0x48, 0x53, 0x7c, 0xf2, 0x6e, 0x6c, 0x6c, 0x0c, 0x85, 0xed, 0xe8, 0xa2, 0x83, 0x40, 0x92, 0x06, 0x70, 0xf1, 0x3d, 0x95, 0x62, 0x81, 0x66, 0xa6, 0xbd, 0x7c, 0x60, 0xff, 0x6c, 0xac, 0x21, 0xe5, 0xed, 0xfa, 0x1f, 0x92, 0xff, 0xbb, 0x0c, 0x6b, 0x3c, 0x42, 0xc9, 0x15, 0xbb, 0x23, 0xfa, 0xf4, 0x65, 0xe6, 0xb3, 0x27, 0xb5, 0x26, 0x27, 0x67, 0x88, 0xd7, 0xe9, 0x70, 0x3e, 0x71, 0x7e, 0x61, 0x90, 0xc8, 0x0b, 0x87, 0xa0, 0x5a, 0x37, 0xa8, 0x6e, 0x64, 0x99, 0x00, 0xe2, 0x1a, 0x40, 0xae, 0xb8, 0x9c, 0x48, 0x24, 0xdc, 0x62, 0xb9, 0x0b, 0x81, 0xf7, 0x75, 0xc7, 0xe2, 0xbd, 0x81, 0x79, 0x5f, 0x69, 0x74, 0x85, 0x8a, 0xf6, 0x22, 0xd0, 0xd7, 0xe2, 0x63, 0x00, 0x7d, 0x30, 0x1c, 0xf5, 0xcd, 0x03, 0x78, 0xb3, 0xc0, 0x54, 0x13, 0x07, 0xa4, 0xc7, 0xef, 0x32, 0x83, 0xa8, 0x41, 0x67, 0x86, 0x54, 0x35, 0xc2, 0x0b, 0x8e, 0x0b, 0x62, 0x1a, 0x35, 0xde, 0x48, 0x8c, 0x11, 0xa2, 0xcc, 0xb7, 0x8f, 0x93, 0x5b, 0x3a, 0xa9, 0x5f, 0x08, 0x61, 0xe7, 0x17, 0xe3, 0x53, 0xbc, 0xe6, 0x70, 0x19, 0x60, 0x26, 0x9d, 0xbb, 0xda, 0x9a, 0xe5, 0xa9, 0x58, 0x53, 0x89, 0xaf, 0xc7, 0x32, 0x2a, 0x93, 0x93, 0x53, 0x79, 0x13, 0x3f, 0x99, 0x27, 0xc8, 0xe3, 0x93, 0xa6, 0x0d, 0xcd, 0xa4, 0xa1, 0x21, 0xea, 0xd2, 0x93, 0x52, 0x5d, 0xbc, 0x22, 0x76, 0x40, 0xf9, 0x8c, 0x60, 0xcb, 0x3f, 0x11, 0x56, 0x5d, 0xad, 0x0b, 0x3b, 0x50, 0xbd, 0x33, 0x44, 0xc3, 0x20, 0x54, 0x5b, 0x81, 0x41, 0x9c, 0x14, 0x0b, 0x87, 0x4f, 0xd4, 0xe7, 0x45, 0x42, 0x2d, 0x82, 0x21, 0x0c, 0x17, 0x2f, 0x4e, 0xb0, 0xcf, 0x30, 0x89, 0x5c, 0x8c, 0xb4, 0x2e, 0x0e, 0x12, 0x85, 0x9f, 0x47, 0x84, 0x40, 0xa1, 0x18, 0x5e, 0x03, 0x81, 0x44, 0x37, 0x28, 0xc2, 0x8a, 0x78, 0x3c, 0x9e, 0x9f, 0xa4, 0x2e, 0xa3, 0x76, 0x08, 0x6b, 0x7b, 0x8b, 0x0c, 0x8a, 0x1d, 0xee, 0xc5, 0x4d, 0x51, 0x53, 0x09, 0x1a, 0x82, 0x2e, 0x2a, 0x06, 0xd8, 0xbb, 0x77, 0x6f, 0x0d, 0xd6, 0x6c, 0xe1, 0x78, 0x0d, 0x1f, 0x32, 0x7f, 0x99, 0xbe, 0x64, 0x18, 0x21, 0x1d, 0x32, 0xd8, 0x97, 0xef, 0xd9, 0x02, 0x3a, 0xa8, 0xa3, 0x97, 0xe8, 0x24, 0xa4, 0x60, 0x96, 0x11, 0xe0, 0xf9, 0xa1, 0xce, 0xc3, 0xb5, 0x63, 0xf5, 0x51, 0x03, 0x04, 0x13, 0x78, 0x71, 0xd2, 0x7a, 0x7e, 0x34, 0x07, 0xf1, 0x19, 0xc1, 0x41, 0xc4, 0x6f, 0x77, 0x5d, 0xb1, 0x24, 0x78, 0x21, 0x42, 0x20, 0xf4, 0x02, 0xcd, 0x25, 0x92, 0xb9, 0x64, 0x7e, 0x5e, 0x43, 0xf4, 0xf6, 0xe5, 0xc5, 0x4c, 0x1a, 0xe1, 0x82, 0xbd, 0x8d, 0x1b, 0x1b, 0x9b, 0x49, 0x8c, 0x85, 0x6b, 0xd8, 0x91, 0xa1, 0xe7, 0xcf, 0x0f, 0x4a, 0x42, 0x14, 0xee, 0x61, 0x6c, 0xb1, 0x69, 0x80, 0xa6, 0x40, 0x0f, 0x10, 0x95, 0x5f, 0x86, 0xd7, 0x18, 0xc3, 0xf4, 0x95, 0x2b, 0x94, 0x35, 0x80, 0xa1, 0x18, 0x72, 0x46, 0x00, 0x13, 0x50, 0x9f, 0x26, 0xf0, 0x3c, 0x3e, 0x46, 0x40, 0x28, 0x85, 0xf7, 0xdb, 0xf4, 0x74, 0x82, 0xe5, 0xe2, 0xf2, 0xaa, 0x0c, 0x95, 0x30, 0x60, 0xcb, 0xa1, 0x39, 0x78, 0x4d, 0x25, 0x3e, 0xaf, 0x12, 0x44, 0xfc, 0x2e, 0x61, 0x3a, 0x5f, 0x23, 0x4a, 0xdb, 0x21, 0x9c, 0x27, 0xb8, 0xfe, 0x86, 0x1b, 0xb5, 0x14, 0x4f, 0x35, 0xcf, 0x37, 0x38, 0x2b, 0x8f, 0x6a, 0xf6, 0xa7, 0x9a, 0xe3, 0xd2, 0x60, 0x06, 0xe3, 0x08, 0xa2, 0xaa, 0xca, 0xbd, 0xc6, 0x23, 0x47, 0x8e, 0x91, 0x53, 0xa7, 0x4e, 0x8b, 0x9b, 0x9f, 0xfe, 0xce, 0x77, 0xbe, 0x33, 0xb8, 0xa8, 0x18, 0x00, 0x7b, 0x83, 0x05, 0x86, 0x42, 0x5b, 0x96, 0xf4, 0x40, 0xc4, 0x8a, 0x10, 0x5e, 0x55, 0x07, 0x12, 0x60, 0x0b, 0xa8, 0x18, 0x9d, 0x68, 0x7c, 0xf7, 0xc1, 0x9a, 0x44, 0x9d, 0x09, 0x56, 0x8f, 0x85, 0x09, 0xe8, 0x3c, 0x51, 0x85, 0x5f, 0xf3, 0x7c, 0x48, 0xeb, 0x62, 0xc3, 0x9e, 0xc3, 0xfe, 0xee, 0xce, 0x04, 0x0b, 0xa5, 0x51, 0x82, 0x60, 0x8a, 0xd8, 0xe9, 0xde, 0x54, 0xa2, 0x2b, 0xe7, 0xe6, 0x92, 0xa4, 0xa6, 0xa6, 0x46, 0x4b, 0xfd, 0x54, 0xcf, 0x11, 0xaa, 0x0f, 0x2d, 0xc4, 0x2c, 0x08, 0x6e, 0x53, 0x15, 0x8e, 0x84, 0x28, 0x93, 0xfc, 0x47, 0x8f, 0x1c, 0x27, 0x3f, 0x7c, 0xfe, 0x05, 0xd0, 0xce, 0x23, 0xa2, 0x20, 0xf9, 0x56, 0xa5, 0xe6, 0x01, 0xf2, 0x66, 0x00, 0xec, 0x0b, 0xc0, 0x93, 0x30, 0x58, 0x28, 0xb4, 0xe9, 0xc7, 0xff, 0x6a, 0x49, 0x14, 0x31, 0x14, 0xda, 0xcf, 0x04, 0xc1, 0x9e, 0x1b, 0x2f, 0xc4, 0x21, 0xa8, 0x87, 0x80, 0x41, 0x74, 0x05, 0xa5, 0xc4, 0xed, 0xf0, 0x37, 0x4c, 0x58, 0xc1, 0xd6, 0xaa, 0x3a, 0xc9, 0x5c, 0x88, 0x01, 0x5b, 0x1a, 0xce, 0x0f, 0x3f, 0x4f, 0xd8, 0xe4, 0x1a, 0x0a, 0x48, 0x3b, 0x1a, 0x35, 0x43, 0xd2, 0x99, 0x2c, 0xd3, 0xa8, 0xe1, 0x6e, 0x50, 0xd9, 0x0b, 0xc4, 0x13, 0x67, 0x52, 0xa9, 0x34, 0x79, 0xfd, 0xd0, 0x61, 0xf7, 0x41, 0x8a, 0xd2, 0x98, 0xe6, 0x70, 0x4f, 0x4a, 0xf1, 0xfb, 0x44, 0x85, 0xbc, 0xc1, 0x05, 0x87, 0xb5, 0x01, 0x70, 0xc2, 0x6f, 0x08, 0xcb, 0x2e, 0x0d, 0x8f, 0x80, 0xe4, 0x3f, 0x45, 0x4e, 0x9c, 0x38, 0x21, 0x6e, 0x36, 0x02, 0xd7, 0xfd, 0x17, 0x8b, 0x8e, 0x01, 0x70, 0x0e, 0x20, 0xc8, 0x00, 0x16, 0xa5, 0x8f, 0x68, 0x04, 0x7b, 0xc9, 0x30, 0x6a, 0x32, 0x7a, 0x50, 0x76, 0x98, 0x21, 0x3f, 0x68, 0xcb, 0xc8, 0x51, 0xfd, 0x4d, 0x86, 0x4f, 0x68, 0x37, 0xe1, 0x75, 0xa5, 0x52, 0x19, 0x16, 0xc1, 0x89, 0x33, 0xbc, 0x7a, 0x58, 0x52, 0x29, 0xc2, 0x2e, 0x5d, 0x73, 0xf0, 0x9c, 0x80, 0x38, 0xd8, 0x01, 0xcd, 0xcb, 0xaa, 0xc3, 0xfb, 0xef, 0x52, 0xef, 0x7e, 0xb9, 0x9d, 0x86, 0x0c, 0x80, 0xcb, 0x91, 0xb7, 0x8f, 0x4a, 0x5a, 0x41, 0xf6, 0xa2, 0x51, 0xdf, 0xa7, 0xfa, 0x77, 0xdd, 0x36, 0x41, 0xfb, 0xeb, 0x88, 0x5e, 0xfc, 0x44, 0xe2, 0x9f, 0x9a, 0x9a, 0x22, 0x17, 0x2f, 0x5e, 0x04, 0x5a, 0x99, 0x16, 0x37, 0xcf, 0xc0, 0xdf, 0x3f, 0xf2, 0xdd, 0xef, 0x7e, 0x77, 0x7c, 0xd1, 0x31, 0x40, 0x36, 0x9b, 0x55, 0xba, 0x43, 0x7a, 0xd2, 0xc8, 0x52, 0x4a, 0xa2, 0xc4, 0x67, 0xc4, 0xe6, 0x78, 0x44, 0x8a, 0xec, 0xd4, 0xd5, 0x8e, 0xb7, 0x1b, 0x5d, 0xe7, 0xaa, 0xfe, 0x66, 0x48, 0xf8, 0x5f, 0xf5, 0x02, 0xd9, 0x69, 0x8a, 0x06, 0x33, 0x76, 0xa7, 0xa6, 0xe2, 0xee, 0x34, 0x7b, 0xf9, 0x71, 0x7e, 0xfe, 0x84, 0x5d, 0x48, 0x74, 0x68, 0xd0, 0xb5, 0x20, 0x0c, 0xb2, 0x93, 0x62, 0xd2, 0xa4, 0xb9, 0xb9, 0x3a, 0xd4, 0xe0, 0xe4, 0x78, 0x9f, 0xc3, 0x3d, 0x7c, 0x4f, 0x18, 0x3a, 0x8d, 0xe3, 0xc5, 0x17, 0x5f, 0xcc, 0x9b, 0x78, 0x0b, 0x25, 0xf2, 0x32, 0x8d, 0x31, 0xb8, 0xe6, 0x8f, 0xec, 0xdb, 0xb7, 0xef, 0x79, 0x52, 0xc1, 0x91, 0x37, 0x03, 0x60, 0x8c, 0xb6, 0xaa, 0x01, 0x28, 0xf5, 0xbb, 0x40, 0x71, 0x9b, 0x78, 0x3c, 0xe3, 0x42, 0x20, 0x19, 0xaf, 0xab, 0x13, 0x60, 0x61, 0x89, 0xf1, 0x86, 0x14, 0x16, 0xad, 0x8b, 0xeb, 0xf1, 0x5e, 0x86, 0xad, 0x39, 0x30, 0x82, 0x53, 0xc5, 0xfb, 0xa5, 0xc2, 0x90, 0xf2, 0xe3, 0xfc, 0xc2, 0xae, 0xc5, 0x75, 0x85, 0xce, 0xa4, 0x73, 0xba, 0x2e, 0xd9, 0xc4, 0x92, 0x13, 0x56, 0xa0, 0xf6, 0xdf, 0x2d, 0x54, 0x82, 0x87, 0xfd, 0x56, 0xe6, 0x31, 0x0e, 0xef, 0xea, 0x9b, 0x99, 0x4c, 0xe6, 0x0b, 0xcf, 0x3c, 0xf3, 0xcc, 0x30, 0xa9, 0xf0, 0x28, 0xc8, 0x0b, 0x24, 0x32, 0x00, 0x91, 0x26, 0xaa, 0x3c, 0x06, 0x40, 0xbc, 0x9a, 0xcd, 0xda, 0x7d, 0xc1, 0x78, 0x8c, 0x47, 0x98, 0x1b, 0x54, 0x35, 0x96, 0x64, 0x42, 0x0f, 0xea, 0x13, 0xe0, 0x8f, 0xf5, 0xc7, 0x40, 0x36, 0xc4, 0xba, 0x22, 0xe1, 0x57, 0x56, 0x5a, 0xe7, 0xe3, 0x22, 0x2d, 0xfc, 0x5a, 0xb8, 0x10, 0x11, 0x23, 0x42, 0x83, 0x0c, 0x62, 0xde, 0x2c, 0x0f, 0x7f, 0xc7, 0x18, 0x7b, 0xd1, 0x15, 0xda, 0xd2, 0xb2, 0x82, 0x4c, 0x4d, 0x4f, 0xb1, 0x70, 0x6f, 0x7c, 0x68, 0xf8, 0x8e, 0x78, 0x54, 0x6f, 0x43, 0x43, 0x83, 0xeb, 0x97, 0x47, 0x5f, 0xbc, 0xc5, 0xda, 0xae, 0x1a, 0x24, 0x93, 0xcd, 0xb0, 0xe0, 0xb4, 0x54, 0x72, 0x0e, 0xe0, 0xca, 0xf0, 0x2f, 0x00, 0xba, 0x0c, 0x21, 0x18, 0x80, 0x67, 0x9c, 0x71, 0x16, 0x77, 0x1d, 0xe0, 0x56, 0x46, 0x58, 0x4f, 0xf3, 0xef, 0x00, 0xbb, 0x52, 0xb8, 0x0e, 0x9f, 0x69, 0x5c, 0x70, 0x1d, 0x96, 0x2c, 0x2c, 0x08, 0x73, 0xce, 0xc0, 0xf9, 0x7e, 0xf1, 0xc2, 0x0b, 0x2f, 0x64, 0xc8, 0x02, 0x8d, 0x42, 0x6c, 0x00, 0x37, 0x0c, 0x42, 0xb6, 0x01, 0xa8, 0xa4, 0x01, 0x66, 0xdc, 0x40, 0x38, 0x2a, 0x35, 0x6c, 0x0e, 0xf2, 0xd7, 0xab, 0x46, 0x71, 0x2e, 0xd7, 0x26, 0x67, 0x0c, 0x7e, 0x7a, 0x9c, 0xd4, 0xc2, 0x40, 0x36, 0xf6, 0xd2, 0x34, 0x52, 0x7f, 0xa1, 0x0c, 0xd8, 0x52, 0x99, 0x4c, 0x0e, 0x87, 0x40, 0x08, 0x94, 0x09, 0x25, 0x7e, 0xee, 0x8d, 0xe3, 0xbf, 0x1b, 0x4a, 0x38, 0x04, 0xf6, 0x19, 0xce, 0x58, 0x60, 0x4c, 0x03, 0xfe, 0xb6, 0x9b, 0xf0, 0x99, 0xcc, 0x46, 0x4a, 0x83, 0xbd, 0x84, 0x98, 0x1c, 0x19, 0xa0, 0xbd, 0xbd, 0x9d, 0xd4, 0xd6, 0xd6, 0xb2, 0x2a, 0xcd, 0x88, 0xd1, 0x91, 0x21, 0x70, 0xbb, 0x64, 0x2a, 0x49, 0xa6, 0x66, 0xa6, 0x36, 0xbd, 0xf9, 0xe6, 0xe1, 0xef, 0x83, 0x7d, 0x85, 0x33, 0x6a, 0xc8, 0x8d, 0x69, 0xe7, 0x73, 0xce, 0x59, 0x70, 0x3d, 0x29, 0xac, 0xcf, 0x39, 0xdf, 0x13, 0xca, 0x3a, 0xdf, 0x66, 0x51, 0x8c, 0x82, 0x18, 0xc0, 0x07, 0x81, 0xd4, 0xd6, 0x48, 0xc2, 0x1c, 0x00, 0x1a, 0x6f, 0x22, 0x4c, 0x52, 0xbd, 0x37, 0xaa, 0xbf, 0x5e, 0x4c, 0x7f, 0xf4, 0xc3, 0x20, 0xb5, 0x50, 0xad, 0xfd, 0x1d, 0x73, 0x74, 0x13, 0x89, 0x94, 0x06, 0xef, 0x97, 0x17, 0x86, 0x2c, 0xa4, 0xe6, 0x70, 0xcb, 0xa3, 0x38, 0x10, 0x28, 0x2c, 0x28, 0x4e, 0x9c, 0xa4, 0x12, 0xeb, 0x6d, 0x72, 0x48, 0x58, 0x13, 0xab, 0x76, 0x3a, 0xd1, 0x9b, 0x4e, 0x3f, 0x62, 0x7b, 0x32, 0x33, 0x9b, 0xb6, 0x98, 0x20, 0xb9, 0x74, 0xe9, 0x12, 0x69, 0x6a, 0x6a, 0x22, 0x6d, 0x6d, 0x6d, 0x8c, 0x19, 0x30, 0x7e, 0x68, 0x62, 0x62, 0x82, 0x69, 0x85, 0x1b, 0xae, 0xbb, 0xb1, 0x7e, 0xf3, 0x35, 0x5b, 0x1e, 0x38, 0x7d, 0xfa, 0xf4, 0x8f, 0x0e, 0xc0, 0x18, 0x1b, 0x1b, 0x9b, 0x50, 0xae, 0xc0, 0x5f, 0xf0, 0x49, 0xbe, 0x39, 0x37, 0x54, 0x09, 0xcd, 0x48, 0x87, 0x81, 0x2e, 0x2f, 0x06, 0xd0, 0x6b, 0x00, 0xd9, 0x05, 0x37, 0x23, 0xc4, 0x01, 0x79, 0xd1, 0xd6, 0xb9, 0x6a, 0xee, 0x1b, 0x21, 0x30, 0xc8, 0x6f, 0x2c, 0xa3, 0xe4, 0xb2, 0xcb, 0x88, 0xab, 0xf5, 0x78, 0x16, 0x56, 0x5a, 0xcf, 0x07, 0x24, 0xe2, 0x35, 0xae, 0xd0, 0xb3, 0x96, 0xb3, 0xff, 0x2e, 0xf5, 0x42, 0xd2, 0xfd, 0xfd, 0x77, 0x4d, 0x56, 0x59, 0x82, 0x95, 0x21, 0xe4, 0xc4, 0xcf, 0x99, 0xa1, 0xce, 0x0e, 0xc1, 0x4e, 0xcf, 0x65, 0x58, 0xd8, 0xc4, 0xf9, 0xf3, 0xe7, 0x5d, 0x46, 0x58, 0xb9, 0x72, 0x25, 0x33, 0xa4, 0x51, 0x23, 0x4c, 0x4e, 0x4e, 0xae, 0x80, 0xef, 0xf7, 0xec, 0xde, 0xbd, 0xfb, 0xee, 0x99, 0x99, 0x99, 0x13, 0x43, 0x43, 0x43, 0x07, 0x4f, 0x9c, 0x38, 0x71, 0x18, 0xc6, 0x31, 0xd0, 0x22, 0x9c, 0xe8, 0x2d, 0x81, 0xe0, 0x2d, 0x67, 0xa1, 0x02, 0xbd, 0x89, 0x95, 0x07, 0x32, 0xa4, 0x22, 0x4d, 0x5c, 0xe7, 0xc1, 0x06, 0xe0, 0x85, 0x71, 0x5d, 0xc9, 0x43, 0xf8, 0x24, 0x98, 0xa8, 0x01, 0x22, 0x81, 0x75, 0x7b, 0x3c, 0x42, 0x37, 0x24, 0x42, 0xf7, 0x34, 0x81, 0xdf, 0xfd, 0x69, 0xbb, 0xd0, 0xd2, 0x2c, 0x90, 0x8d, 0x37, 0xbf, 0x2b, 0x6f, 0x92, 0xca, 0xfc, 0xa5, 0x37, 0x16, 0x7e, 0x2d, 0xdc, 0x0b, 0x64, 0x48, 0x82, 0x25, 0xd4, 0x0d, 0x6a, 0x09, 0xfd, 0x77, 0x4d, 0x5f, 0xf7, 0x45, 0x56, 0x58, 0xd7, 0x0b, 0x63, 0x31, 0x84, 0x9e, 0xc4, 0xf6, 0x52, 0x5f, 0x6f, 0x57, 0x98, 0x43, 0x6d, 0x80, 0x8c, 0x30, 0x30, 0x30, 0x40, 0x1a, 0x1b, 0x1b, 0xc9, 0xaa, 0x55, 0xab, 0x48, 0x5f, 0x5f, 0x1f, 0xdb, 0x17, 0xe1, 0xd1, 0xf4, 0xf4, 0xb4, 0x09, 0xcb, 0x3a, 0x60, 0x86, 0xf5, 0x3b, 0x77, 0xee, 0xfc, 0x2d, 0x18, 0x09, 0xf8, 0xfd, 0x08, 0x2c, 0xa7, 0x91, 0x31, 0x40, 0x93, 0x1c, 0x3f, 0x72, 0xe4, 0xc8, 0xb1, 0x37, 0xdf, 0x7c, 0x33, 0x21, 0x10, 0x7c, 0x95, 0xa2, 0x09, 0xf8, 0x67, 0xfa, 0x32, 0xd7, 0x00, 0x54, 0xaa, 0x09, 0xc4, 0xe7, 0x00, 0xf0, 0xc5, 0x89, 0xc4, 0xac, 0xc6, 0xee, 0xdb, 0xeb, 0x7e, 0xf7, 0xa7, 0xec, 0x69, 0xf0, 0xec, 0x05, 0x94, 0xfa, 0x48, 0xf8, 0x3a, 0xa9, 0x5f, 0x19, 0x03, 0xb6, 0xfc, 0x90, 0x28, 0x1f, 0xcd, 0xe1, 0x7a, 0x81, 0xa6, 0x73, 0x47, 0x84, 0x8a, 0x10, 0x48, 0x4d, 0x8c, 0xc7, 0x11, 0xab, 0x01, 0x06, 0xc8, 0x46, 0x99, 0x06, 0xb0, 0x89, 0xdf, 0xf0, 0xa0, 0x90, 0x93, 0x45, 0x56, 0x5b, 0x57, 0x4b, 0x12, 0xb3, 0x09, 0x32, 0x0b, 0xb0, 0x27, 0x9d, 0x4c, 0x93, 0x74, 0x26, 0x4d, 0x40, 0xd2, 0x93, 0xd1, 0xd1, 0x51, 0xd2, 0xda, 0xda, 0xca, 0x96, 0x8e, 0x8e, 0x0e, 0xdc, 0xdf, 0x40, 0x26, 0x41, 0x86, 0x80, 0xa5, 0x16, 0x96, 0x6d, 0x60, 0x30, 0xef, 0xe0, 0xc9, 0x38, 0x77, 0xde, 0x79, 0x27, 0x9e, 0x7b, 0x0a, 0x34, 0xc3, 0x49, 0xd0, 0x20, 0xb8, 0x1c, 0x87, 0x6d, 0x8e, 0x83, 0x16, 0x39, 0xfa, 0x83, 0x1f, 0xfc, 0xe0, 0xc8, 0x1b, 0x6f, 0xbc, 0x11, 0x17, 0xb4, 0x44, 0xf6, 0xb2, 0x61, 0x00, 0xae, 0x01, 0x4c, 0x27, 0x14, 0x5a, 0x2d, 0x8d, 0xee, 0x55, 0x84, 0xa0, 0x8e, 0x94, 0xf1, 0xc2, 0x99, 0xd5, 0x1c, 0xdf, 0xa0, 0x56, 0xa1, 0x1e, 0xfe, 0xb7, 0x19, 0x02, 0xeb, 0xe8, 0xe3, 0x8c, 0xae, 0x5f, 0x72, 0x1a, 0x45, 0x11, 0x75, 0xa1, 0x30, 0xa4, 0x1c, 0xe9, 0x8d, 0xf9, 0x19, 0xdd, 0x86, 0x06, 0x02, 0xf1, 0xc4, 0xf8, 0xdc, 0x69, 0x8d, 0xb6, 0x33, 0xc2, 0xfe, 0x16, 0xf5, 0x75, 0x60, 0xb7, 0x48, 0x75, 0xac, 0x86, 0x54, 0x59, 0x76, 0xbe, 0x33, 0x83, 0x3f, 0x3c, 0xf3, 0x2c, 0x1a, 0x21, 0x75, 0x75, 0x75, 0x60, 0x00, 0xd7, 0x90, 0x04, 0xe0, 0xfe, 0x08, 0xcb, 0xf7, 0x36, 0xc9, 0xe4, 0xf4, 0x24, 0x63, 0xa4, 0x14, 0x3c, 0xff, 0xb6, 0xd6, 0x95, 0x64, 0x7c, 0x3c, 0x82, 0x30, 0x08, 0x34, 0x45, 0x3d, 0x5d, 0xbe, 0x7c, 0xb9, 0xd1, 0xd2, 0xd2, 0xc2, 0x18, 0xc2, 0x49, 0x66, 0x31, 0xf1, 0xfc, 0x68, 0x37, 0x20, 0x53, 0xe0, 0x27, 0xd8, 0x0e, 0x4d, 0xf0, 0xb9, 0x1d, 0x17, 0x6c, 0xae, 0x02, 0xfb, 0x90, 0xae, 0xae, 0x2e, 0xb2, 0x79, 0xf3, 0x66, 0xf8, 0x4a, 0x07, 0x60, 0x39, 0x02, 0xfb, 0xbc, 0x01, 0xe7, 0xda, 0x0f, 0xfb, 0x1f, 0x80, 0x4b, 0x7d, 0xfb, 0xb3, 0x9f, 0xfd, 0x6c, 0x7a, 0x51, 0x32, 0x00, 0xf6, 0x06, 0xe3, 0xde, 0x1e, 0x5e, 0x19, 0x5a, 0x57, 0x1a, 0x5d, 0xd6, 0x00, 0x86, 0xd2, 0x23, 0x98, 0xfb, 0xd1, 0xfd, 0x18, 0x5f, 0x35, 0x82, 0xed, 0x30, 0xde, 0x34, 0x9b, 0xd5, 0xcd, 0x65, 0xe4, 0xce, 0x1f, 0x0c, 0x59, 0xf8, 0xe8, 0x50, 0xcf, 0x06, 0xc8, 0x04, 0x13, 0x3f, 0x37, 0x0d, 0x2c, 0x2a, 0x95, 0x1c, 0x97, 0x92, 0x62, 0x40, 0xaa, 0xb7, 0xb5, 0xa3, 0xe0, 0xaa, 0x72, 0x19, 0x00, 0x25, 0x3e, 0xf6, 0x1a, 0xab, 0xad, 0xaf, 0x63, 0xe7, 0x4f, 0x26, 0x13, 0x2e, 0xcc, 0x19, 0x1b, 0x1d, 0x63, 0x01, 0x6b, 0xd3, 0x40, 0xf0, 0x83, 0x03, 0xe7, 0xc9, 0x99, 0x33, 0xa7, 0x49, 0x55, 0xa4, 0xea, 0x48, 0x6f, 0x6f, 0xdf, 0x60, 0x6f, 0x6f, 0xef, 0x16, 0xa0, 0x85, 0x55, 0x68, 0x20, 0xc3, 0xf6, 0x14, 0x60, 0x92, 0x81, 0xae, 0x54, 0x64, 0x22, 0x5c, 0x38, 0x53, 0xf0, 0xdb, 0xe3, 0x21, 0xd9, 0x3c, 0x31, 0x07, 0x3e, 0x0d, 0xf8, 0xec, 0x81, 0xf3, 0x74, 0x81, 0x66, 0x78, 0x2f, 0x67, 0x5e, 0x78, 0x1f, 0xa9, 0xc7, 0x1e, 0x7b, 0xec, 0x30, 0x6c, 0xbf, 0x1f, 0x7e, 0x7a, 0x05, 0x7e, 0x7b, 0xe5, 0xc1, 0x07, 0x1f, 0x7c, 0xdb, 0xf0, 0x47, 0x53, 0x56, 0x9e, 0x01, 0xc4, 0x82, 0xa5, 0xb2, 0x0d, 0x40, 0x95, 0xfe, 0xc0, 0x72, 0x28, 0xb4, 0xbe, 0x2a, 0x9b, 0x8a, 0xf1, 0x3d, 0x87, 0x01, 0xf2, 0x18, 0x1a, 0x5d, 0x9c, 0xf0, 0xf3, 0x35, 0x72, 0x2b, 0x21, 0xad, 0x0b, 0x27, 0xec, 0xd2, 0xaf, 0xc5, 0x8e, 0x08, 0xb5, 0x7c, 0x1a, 0x40, 0xdf, 0x7f, 0x57, 0xf6, 0x02, 0x89, 0x13, 0x61, 0x78, 0x1e, 0x74, 0x71, 0xda, 0xd2, 0xbe, 0x9e, 0xd4, 0x01, 0xd1, 0xc7, 0x98, 0x57, 0xc8, 0x64, 0x98, 0x3f, 0x05, 0xcf, 0x1c, 0x0b, 0xed, 0x9e, 0x3b, 0x7b, 0x8e, 0xc1, 0x1f, 0x2c, 0xb8, 0x95, 0x48, 0x24, 0xd1, 0xff, 0xcf, 0xf6, 0xc1, 0x71, 0xe4, 0xc8, 0xd1, 0x1f, 0x3d, 0xfd, 0xf4, 0xbe, 0x43, 0xb0, 0xfa, 0xad, 0xed, 0xdb, 0xb7, 0xb7, 0xdc, 0x70, 0xc3, 0x0d, 0xd7, 0x74, 0x77, 0x77, 0xaf, 0x87, 0xf7, 0xb5, 0x09, 0x8c, 0xe4, 0xe5, 0x12, 0x61, 0x45, 0xa3, 0x16, 0x30, 0x83, 0x89, 0x41, 0x78, 0x78, 0x5e, 0xfe, 0xb9, 0x6c, 0xd9, 0x32, 0xf1, 0xb9, 0x98, 0xf8, 0xae, 0x91, 0xe1, 0x30, 0x5f, 0x01, 0x96, 0x6a, 0x58, 0xdf, 0x09, 0xcc, 0xb1, 0x13, 0xe8, 0xed, 0xd3, 0x78, 0x6d, 0x8f, 0x3f, 0xfe, 0xf8, 0xe4, 0xa3, 0x8f, 0x3e, 0xfa, 0x12, 0xdc, 0xc3, 0x2b, 0xb0, 0xfc, 0x00, 0xec, 0x8b, 0x57, 0xf7, 0xee, 0xdd, 0x9b, 0xa9, 0x38, 0x03, 0xf8, 0xb2, 0xc1, 0x4c, 0xb1, 0xd6, 0xbe, 0xf7, 0x32, 0x66, 0x84, 0x30, 0x08, 0xb1, 0x0e, 0x67, 0x58, 0xf3, 0x0b, 0xf4, 0x16, 0xa1, 0x04, 0x40, 0xbf, 0xb3, 0x9e, 0xf0, 0xcb, 0x45, 0xd8, 0x0b, 0x97, 0xde, 0x58, 0x2c, 0x24, 0xe2, 0x10, 0x48, 0xd4, 0x00, 0x41, 0xde, 0x20, 0x51, 0x13, 0x9b, 0xa6, 0x1c, 0x11, 0x1a, 0xa9, 0x8a, 0x92, 0xd5, 0x6b, 0x56, 0x03, 0x21, 0xc6, 0x08, 0x4f, 0xc0, 0xe7, 0xb5, 0x85, 0x66, 0xe2, 0xb3, 0xe4, 0xdc, 0x99, 0x33, 0x64, 0x64, 0x64, 0xd4, 0x89, 0xd7, 0xaf, 0x26, 0xb3, 0x33, 0xf8, 0xdb, 0x59, 0xd7, 0x50, 0x9e, 0x8d, 0xc7, 0x8f, 0x9e, 0x38, 0x71, 0xe2, 0x4d, 0x7e, 0x61, 0x07, 0x0f, 0x1e, 0xbc, 0x08, 0xcb, 0x00, 0xac, 0xef, 0x43, 0x43, 0x16, 0x8c, 0xe4, 0xda, 0x5d, 0xbb, 0x76, 0x01, 0x3f, 0x74, 0x77, 0xae, 0x58, 0xb1, 0xa2, 0x13, 0x60, 0x52, 0x37, 0x10, 0x72, 0x2f, 0x5c, 0x43, 0xbb, 0x21, 0xa4, 0xde, 0x61, 0xa2, 0x0b, 0x1c, 0x9f, 0x02, 0x43, 0x98, 0x5c, 0x63, 0xc0, 0xb6, 0xdc, 0xae, 0x60, 0xc7, 0x66, 0xd7, 0x34, 0x33, 0xc3, 0x16, 0x30, 0xb6, 0x9b, 0x61, 0x79, 0x3f, 0xd0, 0xc6, 0x5d, 0xf0, 0xf7, 0x3f, 0x69, 0x6b, 0x6b, 0x8b, 0x03, 0x43, 0xfc, 0x10, 0xee, 0xeb, 0x79, 0xb8, 0xfe, 0xa7, 0x1f, 0x7e, 0xf8, 0xe1, 0xa3, 0x15, 0xf3, 0x02, 0x71, 0x69, 0x12, 0x71, 0x5c, 0x69, 0x3a, 0xc9, 0xc3, 0x93, 0x37, 0x50, 0x75, 0xeb, 0xe6, 0x01, 0x44, 0x6d, 0x86, 0xb1, 0x3b, 0x18, 0x12, 0x8b, 0x86, 0x2d, 0x1a, 0xb9, 0x3a, 0xc2, 0x5f, 0x5c, 0x49, 0x2a, 0x95, 0x4a, 0x8c, 0xf7, 0xb6, 0x71, 0x21, 0x90, 0x3a, 0x0f, 0xa0, 0xcb, 0xa7, 0x16, 0x6c, 0x00, 0x5e, 0x6b, 0x47, 0x0c, 0x61, 0x6f, 0x5d, 0xd9, 0x6a, 0x3b, 0x1a, 0xb0, 0x97, 0x2f, 0x40, 0xa2, 0x8b, 0xc3, 0xc3, 0xe4, 0xfc, 0xe0, 0x79, 0x32, 0x39, 0x31, 0xc9, 0x88, 0x3c, 0x16, 0x8b, 0xb1, 0x6d, 0x87, 0x41, 0xea, 0x0f, 0x9d, 0x1f, 0x72, 0xa1, 0x27, 0x10, 0xe4, 0xf4, 0x6b, 0x07, 0x0e, 0xfd, 0x2b, 0x09, 0xf1, 0x43, 0x9d, 0x39, 0x73, 0x66, 0x0a, 0x16, 0xd4, 0x0e, 0xbf, 0x74, 0x3c, 0x3b, 0x6c, 0x41, 0x3b, 0xe1, 0xd6, 0x5b, 0x6f, 0x6d, 0xef, 0xef, 0xef, 0xef, 0x85, 0xf5, 0x1e, 0xd0, 0x02, 0x7d, 0x70, 0x9e, 0x7e, 0x60, 0x8e, 0xf5, 0x00, 0xa1, 0x56, 0x08, 0x42, 0x85, 0x3a, 0x0c, 0xc1, 0xe0, 0x14, 0xba, 0x61, 0xd1, 0x5e, 0xe0, 0x7c, 0x83, 0xf0, 0x09, 0xed, 0x0f, 0xd8, 0xa7, 0x1e, 0xb4, 0xcd, 0x5d, 0x70, 0x4d, 0xbf, 0x06, 0xf7, 0xf4, 0x08, 0x30, 0xc3, 0x21, 0xb8, 0xce, 0x7f, 0x86, 0xeb, 0x7f, 0xf2, 0xfe, 0xfb, 0xef, 0x3f, 0x36, 0x9f, 0x0c, 0xc0, 0x26, 0xc2, 0xb8, 0x95, 0xef, 0xda, 0x00, 0x94, 0x4a, 0xdd, 0x3e, 0xbc, 0xb2, 0xe8, 0xa6, 0xc6, 0x97, 0xef, 0xf5, 0xcd, 0xc2, 0xe2, 0xb9, 0x3c, 0xbc, 0x5a, 0x4c, 0x74, 0x2f, 0xd5, 0x68, 0x5c, 0x38, 0x69, 0x9d, 0x8f, 0xd1, 0x5d, 0xf8, 0xb5, 0x70, 0x06, 0x40, 0x08, 0x94, 0x2b, 0x15, 0xd1, 0x12, 0x9a, 0x4e, 0xa8, 0x13, 0x61, 0xa8, 0x5d, 0x51, 0x50, 0x0d, 0x0f, 0x8f, 0x00, 0xcc, 0x39, 0xcb, 0x42, 0x91, 0x45, 0xe6, 0xc0, 0x31, 0x0b, 0x9a, 0x60, 0xf0, 0xdc, 0x00, 0x89, 0xcf, 0xce, 0x8a, 0xd0, 0x37, 0x71, 0xe8, 0xd0, 0xeb, 0xff, 0x38, 0x3e, 0x3e, 0x3e, 0x26, 0x4c, 0x70, 0x89, 0xfe, 0x7d, 0xaa, 0xfc, 0x2e, 0xfd, 0x36, 0x3a, 0x3a, 0x9a, 0x7e, 0xea, 0xa9, 0xa7, 0x4e, 0x22, 0x82, 0x12, 0x19, 0x03, 0x97, 0xdf, 0xf9, 0x9d, 0xdf, 0x69, 0xdc, 0xb6, 0x6d, 0xdb, 0x66, 0xb0, 0x21, 0x36, 0xc3, 0x7b, 0xda, 0x86, 0xf0, 0x07, 0x60, 0xd0, 0x26, 0x80, 0x39, 0x51, 0x47, 0x5b, 0x58, 0xf0, 0x37, 0x13, 0x5d, 0xb1, 0xe2, 0x04, 0x1d, 0xfe, 0x09, 0xa3, 0x48, 0xc7, 0xc6, 0xc6, 0x30, 0x8f, 0x60, 0x6b, 0x2a, 0x95, 0xda, 0x06, 0xf7, 0xf2, 0x85, 0xaf, 0x7e, 0xf5, 0xab, 0x2f, 0xc2, 0x3e, 0x7f, 0x06, 0x86, 0xf4, 0xbe, 0x7c, 0xed, 0x86, 0xbc, 0xfa, 0xe6, 0x00, 0xe6, 0xaa, 0x86, 0x93, 0xcc, 0xd9, 0x2f, 0xa4, 0x8a, 0xdc, 0x7d, 0xf7, 0xdd, 0x64, 0xcd, 0xba, 0x7e, 0x37, 0x12, 0xf4, 0xe2, 0xf0, 0x79, 0x57, 0x32, 0xdd, 0xf7, 0xa9, 0x17, 0xc8, 0x4b, 0x2f, 0x0e, 0x91, 0x9d, 0x3b, 0x09, 0xe9, 0xe9, 0xa9, 0x76, 0x5c, 0x9b, 0x76, 0x13, 0x07, 0x24, 0x7c, 0x1e, 0x83, 0x32, 0xff, 0xd2, 0x3a, 0x1f, 0xc2, 0xae, 0x5c, 0x7a, 0x63, 0xb1, 0x81, 0x74, 0xf8, 0xac, 0xf6, 0xed, 0x4b, 0x31, 0x97, 0xe5, 0xab, 0xbf, 0xfc, 0x60, 0x28, 0x43, 0x63, 0x00, 0x5c, 0xeb, 0x8a, 0x36, 0xc7, 0x1b, 0x17, 0x27, 0xcf, 0x3f, 0xf7, 0x43, 0xf2, 0xcc, 0x33, 0xcf, 0xd8, 0x73, 0x00, 0xb5, 0x35, 0x64, 0xdd, 0xc6, 0xb5, 0xda, 0xfd, 0x10, 0x7f, 0x0f, 0x5f, 0xb8, 0xc8, 0x12, 0xe7, 0xc5, 0x91, 0x4a, 0xa5, 0xc7, 0x0e, 0x1c, 0x38, 0xf0, 0x7f, 0x47, 0x86, 0x47, 0x2e, 0x08, 0x84, 0x9b, 0x51, 0x08, 0xb9, 0xd0, 0xef, 0x41, 0xbf, 0x31, 0x43, 0xf2, 0xeb, 0x5f, 0xff, 0x7a, 0x0d, 0x68, 0x87, 0xeb, 0x60, 0xf5, 0x26, 0x58, 0xde, 0x01, 0xf7, 0x7b, 0x0b, 0x3c, 0x83, 0x76, 0xce, 0x10, 0xc0, 0x08, 0x26, 0xda, 0x11, 0xe8, 0x51, 0xe2, 0x49, 0x3e, 0x08, 0x95, 0x30, 0xa1, 0x66, 0x78, 0x78, 0xd8, 0x02, 0xcd, 0x80, 0x92, 0xf7, 0x10, 0xc2, 0x25, 0xd0, 0x08, 0xff, 0x5a, 0x16, 0x0d, 0x00, 0x16, 0xbc, 0x5b, 0x14, 0x57, 0xec, 0x0e, 0xc9, 0x24, 0xba, 0xd2, 0x17, 0xc0, 0x4b, 0x87, 0x24, 0x0c, 0xcf, 0x8b, 0xd0, 0x86, 0x08, 0xa1, 0xba, 0x0b, 0xeb, 0x6e, 0x2c, 0x2f, 0x24, 0x9a, 0x4f, 0xcd, 0x81, 0x84, 0x1f, 0x89, 0x18, 0x4c, 0x70, 0x24, 0x12, 0x16, 0x40, 0x84, 0x48, 0xa0, 0x37, 0x48, 0x2c, 0x50, 0x2c, 0x36, 0x9f, 0xc6, 0xe7, 0x8f, 0xc6, 0x26, 0xf7, 0xe2, 0xb1, 0x59, 0xdf, 0x54, 0x9a, 0x85, 0x39, 0x4c, 0x00, 0xfc, 0x99, 0xd5, 0x24, 0xcc, 0x8f, 0x8d, 0x8e, 0xfe, 0xe2, 0xc0, 0xfe, 0x03, 0xdf, 0x4d, 0x26, 0x53, 0x71, 0x87, 0x60, 0x33, 0x8e, 0xbf, 0x5e, 0x5c, 0x57, 0x17, 0x2b, 0xe4, 0xbb, 0x25, 0x2c, 0xea, 0x77, 0xd7, 0x8b, 0xf2, 0xc9, 0x4f, 0x7e, 0x12, 0x63, 0x85, 0x5e, 0x72, 0x16, 0x36, 0x9e, 0x78, 0xe2, 0x89, 0x7e, 0xd0, 0x60, 0x77, 0xc2, 0xf5, 0xdf, 0x01, 0x30, 0xe8, 0x0e, 0xb8, 0xee, 0xa6, 0xd3, 0xa7, 0x4f, 0x63, 0x10, 0x1f, 0x6d, 0x6d, 0x6d, 0x35, 0xd0, 0xeb, 0xb4, 0x7a, 0xf5, 0x6a, 0x10, 0xb8, 0x3d, 0xe6, 0x85, 0x0b, 0x17, 0x70, 0x26, 0x7b, 0x2b, 0x6c, 0xff, 0x24, 0x68, 0x84, 0xff, 0x80, 0x67, 0xf0, 0x29, 0xd0, 0x08, 0x23, 0x25, 0x31, 0x80, 0x68, 0x00, 0xdb, 0x33, 0x89, 0x82, 0x01, 0x4c, 0xd5, 0xe6, 0x78, 0x5e, 0x55, 0x38, 0xec, 0x6e, 0x62, 0x3f, 0x70, 0xf3, 0xaa, 0x90, 0xd6, 0xe5, 0x67, 0x30, 0x6e, 0x08, 0x23, 0x6c, 0xb4, 0x85, 0x0b, 0xba, 0x2d, 0x83, 0xbc, 0x41, 0xe2, 0x7a, 0x24, 0x2a, 0xbb, 0x41, 0x2d, 0x10, 0x44, 0xe3, 0x63, 0xe3, 0xac, 0x18, 0xd8, 0xf4, 0xd4, 0x14, 0xf3, 0xbc, 0x28, 0x53, 0x78, 0xec, 0x72, 0x12, 0x89, 0xd9, 0xc1, 0xa3, 0x47, 0x8f, 0x3f, 0x7b, 0xe1, 0xfc, 0x85, 0xd3, 0xc4, 0x9b, 0xa5, 0xe5, 0x90, 0x46, 0x25, 0xf8, 0x8c, 0x20, 0xd1, 0x33, 0x1a, 0xe6, 0x08, 0x5a, 0x57, 0x97, 0xd0, 0x71, 0xdf, 0x7d, 0xf7, 0x9d, 0x82, 0x8f, 0xc7, 0x71, 0xf9, 0x97, 0x7f, 0xf9, 0x97, 0x08, 0x40, 0xa4, 0xdd, 0x40, 0x87, 0x7b, 0x40, 0x73, 0xfd, 0x36, 0x48, 0xff, 0x55, 0x60, 0x7b, 0x50, 0x30, 0xbc, 0x8d, 0xce, 0xce, 0x4e, 0x66, 0x37, 0x80, 0x41, 0x6d, 0x9e, 0x05, 0x98, 0x07, 0xcc, 0xf0, 0x6b, 0x70, 0xff, 0x3f, 0x03, 0x06, 0x7a, 0xaf, 0x73, 0x8c, 0xe2, 0x18, 0x00, 0x7b, 0x83, 0x71, 0xe9, 0xc1, 0x35, 0x00, 0xf5, 0x30, 0xa2, 0xcc, 0x00, 0x42, 0x7b, 0x54, 0x7f, 0x68, 0xf2, 0x95, 0x2d, 0xad, 0xcb, 0x1b, 0x6f, 0x64, 0x48, 0xae, 0xd0, 0x64, 0x92, 0xb2, 0x82, 0x63, 0xab, 0x56, 0xd5, 0x6a, 0xe7, 0x00, 0xbc, 0x09, 0x2f, 0xbb, 0x1f, 0xa4, 0x58, 0x6f, 0x13, 0xf1, 0x3f, 0x7a, 0x56, 0x4e, 0x1c, 0x3b, 0xe9, 0x1d, 0x59, 0x11, 0x1c, 0xa0, 0x21, 0xa6, 0xe2, 0x89, 0xd9, 0xa1, 0xf4, 0x5c, 0x7a, 0xbc, 0xb3, 0xbd, 0x73, 0x63, 0x57, 0x47, 0xd7, 0x7a, 0x0c, 0x77, 0xe6, 0xd8, 0xde, 0x09, 0x7d, 0xb6, 0x9c, 0xdf, 0x2c, 0x71, 0x1d, 0xc3, 0x9b, 0x9d, 0xcf, 0x8c, 0xf8, 0xdd, 0xd9, 0x46, 0xdc, 0x97, 0x2d, 0x68, 0x6e, 0xc0, 0xe7, 0x25, 0xf8, 0x3c, 0xd7, 0xdc, 0xdc, 0xfc, 0xdd, 0x27, 0x9f, 0x7c, 0x32, 0x91, 0xaf, 0x21, 0xfa, 0xe1, 0x0f, 0x7f, 0x18, 0x8f, 0xfd, 0x32, 0x2e, 0xc0, 0x0c, 0x7f, 0x08, 0x76, 0xc0, 0xed, 0xb0, 0x7e, 0x2f, 0xd8, 0x1a, 0x1f, 0x81, 0x25, 0x0a, 0xf0, 0x88, 0x82, 0x36, 0x30, 0x50, 0x23, 0x00, 0x5c, 0x32, 0x8e, 0x1e, 0x3d, 0xba, 0x1a, 0xee, 0xff, 0x3b, 0x5f, 0xf9, 0xca, 0x57, 0x76, 0x3f, 0xf4, 0xd0, 0x43, 0x33, 0x25, 0x6b, 0x00, 0x29, 0x0c, 0x42, 0x49, 0x9d, 0xb3, 0xdd, 0xa0, 0x69, 0xd7, 0x08, 0x56, 0x5f, 0xf0, 0x62, 0x91, 0xd6, 0x95, 0x32, 0x60, 0x8b, 0xd3, 0x1c, 0xfe, 0x6d, 0x7c, 0xf1, 0x40, 0x24, 0xa4, 0xff, 0xae, 0xe5, 0x55, 0xe4, 0xe6, 0x0e, 0x0b, 0xdb, 0x00, 0xa6, 0xac, 0xbb, 0x64, 0xd0, 0x88, 0xc4, 0x22, 0x4d, 0xb1, 0x58, 0x4d, 0xc5, 0x8a, 0xd2, 0x7a, 0x88, 0x61, 0xe6, 0xe2, 0x5d, 0x77, 0xdd, 0xf5, 0xdf, 0x9e, 0x7e, 0xfa, 0xe9, 0xaf, 0x17, 0xba, 0xaf, 0xc3, 0x0c, 0x98, 0x41, 0xf6, 0xfc, 0xe3, 0x8f, 0x3f, 0xfe, 0xc7, 0x70, 0xef, 0xff, 0x05, 0xe0, 0xd1, 0x67, 0x0f, 0x1d, 0x3a, 0x54, 0xdd, 0xd7, 0xd7, 0x67, 0xa2, 0xc1, 0xbc, 0x76, 0xed, 0x5a, 0xf3, 0xf8, 0xf1, 0xe3, 0x9b, 0xe1, 0x39, 0x7c, 0x0d, 0x77, 0xf1, 0x3b, 0xe0, 0xf3, 0x64, 0x00, 0x2e, 0x5d, 0xb8, 0x07, 0x88, 0xbb, 0x76, 0x2c, 0xa1, 0x3b, 0xa4, 0x8d, 0x53, 0xb3, 0x4e, 0x18, 0x6f, 0x50, 0x71, 0xd9, 0x7c, 0x0a, 0xcc, 0x1a, 0xce, 0xa5, 0xe5, 0x5f, 0x60, 0x56, 0xbf, 0xad, 0x19, 0x78, 0x2e, 0xf9, 0x5a, 0xcc, 0x9c, 0xd7, 0x92, 0xeb, 0x7a, 0x8b, 0xbd, 0x16, 0x79, 0x5b, 0xfd, 0x36, 0xea, 0x6c, 0x70, 0x68, 0xff, 0x5d, 0x21, 0x30, 0x51, 0xad, 0x0f, 0xb4, 0x48, 0xc7, 0x2a, 0xb8, 0xbe, 0xc7, 0x80, 0x09, 0x36, 0x94, 0x72, 0x10, 0xc0, 0xf9, 0x67, 0x1f, 0x78, 0xe0, 0x81, 0xcf, 0xc1, 0xb1, 0x76, 0xe0, 0x4c, 0x32, 0x26, 0xdb, 0x63, 0x0c, 0x13, 0x46, 0xb3, 0x22, 0x23, 0xc0, 0x6f, 0x7b, 0xc0, 0x26, 0x78, 0x6f, 0xb1, 0x1a, 0x40, 0xea, 0x0b, 0x20, 0x62, 0x7a, 0xb1, 0x24, 0xca, 0x6c, 0xdc, 0x91, 0x34, 0x42, 0x55, 0xe8, 0xc5, 0x0b, 0x43, 0x2a, 0x9f, 0xde, 0x58, 0xac, 0xbb, 0xd6, 0x76, 0x29, 0x67, 0xc9, 0xf4, 0x4c, 0x6e, 0x57, 0xa8, 0xda, 0x7f, 0x57, 0x34, 0x84, 0xab, 0xaa, 0xa2, 0x05, 0xcd, 0xaa, 0x17, 0x35, 0x8c, 0xfc, 0xff, 0x84, 0x91, 0xbd, 0x0e, 0x73, 0x56, 0x03, 0x44, 0xfb, 0x1c, 0x7c, 0x3e, 0x44, 0x4a, 0x0c, 0x8f, 0x7e, 0xf0, 0xc1, 0x07, 0x8f, 0x00, 0x34, 0xba, 0x05, 0xa0, 0xd1, 0x0b, 0x60, 0x1b, 0xdc, 0x84, 0x30, 0x08, 0x8c, 0x63, 0xe6, 0x21, 0x82, 0x73, 0x7d, 0x06, 0x36, 0x79, 0xae, 0x64, 0x23, 0x58, 0xb6, 0x01, 0xbc, 0xeb, 0x9d, 0x12, 0x66, 0x81, 0x73, 0xf9, 0xf4, 0x17, 0x77, 0x32, 0x7a, 0xf9, 0x20, 0x51, 0x39, 0xae, 0xa5, 0xba, 0xda, 0x16, 0x38, 0xac, 0x40, 0x56, 0x0e, 0xf2, 0x40, 0x08, 0x14, 0x71, 0x3c, 0x74, 0x6a, 0x07, 0xf6, 0x0f, 0xfd, 0xe6, 0x87, 0xc8, 0xca, 0xb6, 0x56, 0xce, 0xfa, 0x92, 0xf7, 0x4e, 0x6d, 0xb2, 0x81, 0xdf, 0xc5, 0xfc, 0x24, 0xdd, 0xdb, 0x14, 0xbb, 0xcf, 0xab, 0x8f, 0x44, 0xf7, 0x77, 0x7e, 0x3c, 0xec, 0x75, 0x3c, 0x35, 0x31, 0x49, 0xf6, 0xef, 0x7f, 0x8d, 0xbc, 0xf9, 0xc6, 0x5b, 0x1c, 0xae, 0x7d, 0x10, 0x3e, 0xfe, 0xc8, 0x31, 0x96, 0x2d, 0xe1, 0xb3, 0xe0, 0x01, 0xd0, 0x28, 0x05, 0x98, 0xff, 0x3f, 0xc1, 0x31, 0x4f, 0x82, 0x21, 0x1c, 0x05, 0x18, 0x44, 0xc0, 0xd6, 0x30, 0x01, 0x1e, 0xbd, 0xab, 0xd8, 0x89, 0x30, 0x29, 0x14, 0xda, 0x95, 0xee, 0x94, 0x4a, 0x2a, 0xd7, 0x2b, 0x8b, 0x6e, 0x2c, 0x40, 0x92, 0xca, 0xe2, 0x4f, 0x6f, 0x2c, 0xf6, 0x5a, 0xdc, 0x0a, 0x71, 0xd3, 0xc1, 0x81, 0x92, 0x5c, 0xea, 0x8b, 0x35, 0x42, 0x55, 0x57, 0xe8, 0xea, 0xfe, 0x5e, 0xb2, 0x61, 0xe3, 0x7a, 0x97, 0x01, 0x64, 0x62, 0x55, 0x8f, 0x47, 0x02, 0xff, 0x6e, 0xb8, 0x5b, 0x88, 0x14, 0xaf, 0x7c, 0x27, 0xe1, 0xdf, 0x31, 0x02, 0x60, 0xf0, 0xfc, 0x10, 0x39, 0x79, 0xe2, 0x14, 0xaf, 0x5c, 0xdd, 0x75, 0xcb, 0x2d, 0xb7, 0xbc, 0xf3, 0xa5, 0x97, 0x5e, 0xfa, 0x59, 0x80, 0xb7, 0xa9, 0x20, 0x66, 0x00, 0x83, 0xf7, 0xdc, 0xa3, 0x8f, 0x3e, 0xfa, 0xf6, 0xec, 0xec, 0xec, 0x56, 0x6e, 0xbb, 0xc2, 0x33, 0x58, 0x56, 0x12, 0x04, 0xe2, 0x07, 0x62, 0x61, 0x10, 0x82, 0x0d, 0xe0, 0x16, 0xc4, 0x9a, 0x4e, 0x0b, 0x1a, 0xa0, 0x1c, 0xae, 0xcf, 0x4a, 0xc2, 0x90, 0xc5, 0x94, 0x57, 0x20, 0x6b, 0x50, 0x3e, 0xab, 0xae, 0xab, 0x11, 0xaa, 0xda, 0x04, 0x52, 0xa3, 0x8c, 0x88, 0xdc, 0x28, 0xe3, 0xc2, 0xf9, 0x8b, 0x64, 0xc5, 0xf2, 0x15, 0x79, 0x13, 0x11, 0xbe, 0xeb, 0xda, 0xba, 0x9a, 0x79, 0x41, 0x4a, 0x18, 0x76, 0x81, 0xb1, 0x49, 0xc7, 0x8f, 0x9d, 0x60, 0x01, 0x78, 0x38, 0x6a, 0x6a, 0x6a, 0x7e, 0x0b, 0x3e, 0x0e, 0x06, 0x30, 0x80, 0xf8, 0x3d, 0x27, 0x4c, 0x7a, 0xec, 0xb1, 0xc7, 0xde, 0x0f, 0xf7, 0xbd, 0x05, 0x67, 0x91, 0x71, 0xcc, 0xcd, 0xcd, 0x51, 0x78, 0xa6, 0xe7, 0xcb, 0xa2, 0x01, 0xf8, 0xcb, 0x51, 0x73, 0x01, 0xc4, 0x8a, 0x70, 0xa5, 0x67, 0x5f, 0x5d, 0x79, 0xe9, 0x8d, 0xc5, 0x4e, 0xf4, 0x61, 0x95, 0x6d, 0xd5, 0x0b, 0x14, 0xe4, 0x0d, 0x12, 0xe7, 0x65, 0x54, 0x08, 0x74, 0xf4, 0xed, 0xe3, 0x24, 0x39, 0x9b, 0xca, 0x9b, 0x48, 0x31, 0x28, 0xee, 0xa6, 0x5b, 0xaf, 0xf7, 0x5d, 0xf7, 0xf9, 0x81, 0x0b, 0x64, 0x62, 0x7c, 0x42, 0xfa, 0x8d, 0x27, 0x2a, 0xf1, 0xc1, 0xeb, 0x11, 0xe9, 0xfe, 0x5e, 0x5d, 0x5d, 0x45, 0xae, 0xbf, 0x69, 0x17, 0xe9, 0xef, 0x5f, 0x4d, 0xda, 0x3b, 0xdb, 0x5d, 0x06, 0xa8, 0xaa, 0xaa, 0xfa, 0x75, 0x60, 0x8c, 0x3f, 0x9b, 0xb3, 0x93, 0x3f, 0x44, 0xe2, 0x8f, 0x06, 0xcc, 0x2b, 0x50, 0x8d, 0xb0, 0x36, 0x1e, 0x7f, 0xfc, 0xf1, 0x07, 0xe0, 0xf3, 0xaf, 0xe1, 0x58, 0xb4, 0xb3, 0xb3, 0xd3, 0xc0, 0x38, 0x22, 0x0c, 0x9d, 0x80, 0xdf, 0xbe, 0x57, 0xb2, 0x1b, 0x94, 0x4f, 0x84, 0xf1, 0xe8, 0x1f, 0xd1, 0x06, 0xf0, 0x1a, 0x63, 0x98, 0x21, 0x84, 0x57, 0xa9, 0x24, 0x95, 0xc5, 0x61, 0xc0, 0x96, 0x0a, 0x89, 0xec, 0xa6, 0xd7, 0xa6, 0xf4, 0x7c, 0x45, 0x83, 0x57, 0x67, 0x04, 0x73, 0xba, 0xe0, 0x89, 0x2d, 0x1e, 0x11, 0x66, 0xf2, 0xbc, 0x56, 0x8f, 0x88, 0xa7, 0x26, 0xa7, 0x49, 0xf3, 0xb2, 0x26, 0x9f, 0x9d, 0x31, 0x72, 0xa9, 0xf8, 0xe2, 0xcd, 0x73, 0xc9, 0x39, 0x32, 0x39, 0x3e, 0x49, 0x3a, 0xbb, 0x3a, 0x48, 0x47, 0x87, 0x5d, 0x89, 0x02, 0x89, 0x14, 0xae, 0x6d, 0xe5, 0x35, 0xd7, 0x5c, 0xf3, 0x8e, 0x83, 0x07, 0x0f, 0x8a, 0x30, 0x28, 0xa2, 0x59, 0xcf, 0x38, 0xeb, 0x19, 0x51, 0x23, 0x00, 0xe4, 0xb9, 0x1d, 0x96, 0x3f, 0x81, 0xe3, 0xdc, 0x8a, 0x49, 0x3b, 0x1b, 0x37, 0x6e, 0x34, 0x70, 0xde, 0xea, 0xd8, 0xb1, 0x63, 0x6c, 0x2e, 0x03, 0x0c, 0xed, 0xbf, 0x29, 0x5a, 0x03, 0x48, 0xf9, 0xc0, 0xa6, 0x97, 0xca, 0x48, 0x05, 0x37, 0x68, 0x3c, 0x6e, 0xbf, 0xa0, 0x91, 0x91, 0x2c, 0xf9, 0xc9, 0x4f, 0x92, 0x79, 0xc0, 0x9b, 0x85, 0x1c, 0xe5, 0xbd, 0xb0, 0xf9, 0xbc, 0x4f, 0x0c, 0x1c, 0x14, 0x19, 0x20, 0xd4, 0x0d, 0x6a, 0x09, 0x6d, 0x87, 0x9c, 0xda, 0x40, 0x22, 0x03, 0x88, 0x0c, 0x91, 0xcf, 0x18, 0x05, 0x42, 0x57, 0x19, 0xe0, 0xd8, 0xf1, 0x63, 0xa4, 0xca, 0x8c, 0x95, 0x74, 0x4f, 0xc3, 0x17, 0x2e, 0x91, 0xd6, 0xb6, 0x16, 0xd2, 0xd3, 0xdb, 0x4d, 0xda, 0x81, 0x09, 0x4e, 0x9d, 0xb4, 0x27, 0x6a, 0x97, 0x2f, 0x5f, 0x7e, 0x17, 0x7c, 0xbc, 0x16, 0x40, 0xe8, 0xa6, 0xfa, 0xf9, 0x99, 0xcf, 0x7c, 0xa6, 0x6e, 0xf3, 0xe6, 0xcd, 0x77, 0x83, 0xb6, 0xfa, 0x14, 0x7c, 0xbf, 0x19, 0x04, 0xb4, 0x85, 0xb3, 0xc1, 0xb0, 0x18, 0xac, 0x24, 0xe4, 0x91, 0x23, 0x98, 0xd0, 0x8f, 0x49, 0x39, 0x7f, 0xac, 0x0b, 0x9d, 0x2e, 0xd8, 0x06, 0xe0, 0x49, 0xd5, 0x5e, 0x42, 0xbc, 0xf7, 0xc0, 0x9b, 0x9b, 0x63, 0x8e, 0x7b, 0x0b, 0x93, 0xd7, 0xb3, 0x64, 0x69, 0x94, 0x77, 0x34, 0x35, 0x57, 0xe7, 0xe1, 0x06, 0xb5, 0xdc, 0x28, 0x5d, 0xb5, 0xfd, 0x28, 0xce, 0x06, 0x17, 0xca, 0x00, 0x23, 0x97, 0x46, 0xc9, 0x9a, 0xf5, 0xab, 0xa5, 0xdf, 0x7a, 0xfb, 0x7a, 0xc8, 0xd9, 0x93, 0x03, 0x80, 0xe3, 0x8b, 0xb7, 0x0f, 0xf0, 0xb8, 0xc8, 0x90, 0xbd, 0xbd, 0x3d, 0xc0, 0x04, 0x5d, 0x2e, 0x03, 0x00, 0x6c, 0xb9, 0x03, 0xa4, 0xf6, 0x5f, 0x83, 0xf6, 0x49, 0x39, 0x84, 0x9e, 0x51, 0x3f, 0xf7, 0xec, 0xd9, 0xd3, 0x05, 0x9a, 0xe2, 0x5d, 0x80, 0xef, 0x6f, 0x87, 0x6d, 0xdf, 0x0f, 0xf7, 0x54, 0x8b, 0x81, 0x72, 0xe8, 0xef, 0xef, 0xee, 0xee, 0x36, 0x91, 0xe9, 0x11, 0xf2, 0x1c, 0x3d, 0x7a, 0xd4, 0x4a, 0xa5, 0x52, 0x26, 0x68, 0x84, 0xbf, 0x7c, 0xe0, 0x81, 0x07, 0xfe, 0xb7, 0xd6, 0xce, 0xc9, 0x4f, 0xba, 0x19, 0x8d, 0x62, 0x3a, 0xa4, 0xdb, 0xf9, 0x91, 0xc8, 0x1d, 0xe2, 0xef, 0x7c, 0x5f, 0x0f, 0x79, 0xea, 0x3b, 0x1f, 0x00, 0x83, 0x23, 0x13, 0xec, 0x52, 0x08, 0xb2, 0x60, 0x68, 0x80, 0x71, 0x97, 0x73, 0xc7, 0xe0, 0x66, 0x0c, 0xc5, 0x1c, 0x8b, 0xe4, 0x68, 0x46, 0xe7, 0xfb, 0x13, 0xcd, 0xe3, 0x9c, 0xb4, 0xc0, 0x6b, 0x0b, 0x18, 0x6b, 0xd6, 0x36, 0xe6, 0x76, 0x83, 0x3a, 0x4d, 0xd9, 0xc4, 0x9c, 0x80, 0x52, 0x34, 0x00, 0x42, 0xdc, 0x99, 0xe9, 0x38, 0x69, 0x68, 0xac, 0x77, 0x7f, 0xeb, 0xeb, 0xed, 0x25, 0x6f, 0x1e, 0x7e, 0x1b, 0xa0, 0x4b, 0x5d, 0xd1, 0x0c, 0x80, 0xc7, 0x9d, 0x1c, 0x9f, 0x22, 0x6d, 0xed, 0x2b, 0x49, 0x77, 0x4f, 0xb7, 0x0b, 0x83, 0xe0, 0xfa, 0x5a, 0x00, 0xba, 0x5c, 0x7f, 0xf8, 0xf0, 0xe1, 0x9f, 0x23, 0xc1, 0x03, 0x94, 0x89, 0xde, 0x76, 0xdb, 0x6d, 0x6b, 0xfb, 0xfa, 0xfa, 0xb6, 0x80, 0x76, 0xd8, 0x0a, 0x0c, 0x72, 0x3d, 0x48, 0xfb, 0x7e, 0x67, 0x96, 0xdb, 0x42, 0xf7, 0x26, 0x56, 0xad, 0x58, 0xb1, 0x62, 0x85, 0x89, 0x70, 0x07, 0x3d, 0x4a, 0x83, 0x83, 0x83, 0x2c, 0x54, 0x1a, 0xe8, 0x76, 0x12, 0x96, 0x4f, 0xdf, 0x7f, 0xff, 0xfd, 0xff, 0x16, 0x68, 0xe8, 0xe7, 0x77, 0xb1, 0x96, 0x6b, 0x04, 0x73, 0x0d, 0xe0, 0x35, 0x56, 0x90, 0x4b, 0xa3, 0xaf, 0x5d, 0xd7, 0x94, 0x83, 0xf8, 0x69, 0xd9, 0x88, 0xbf, 0x28, 0x06, 0xa1, 0x79, 0x12, 0x62, 0x89, 0x84, 0xbd, 0x20, 0xcd, 0xe8, 0x28, 0xaf, 0xd0, 0xe1, 0xbc, 0x5c, 0x0d, 0x04, 0x32, 0x8a, 0xc0, 0x6a, 0xa3, 0x23, 0xe3, 0x12, 0x03, 0x44, 0xab, 0xa2, 0x24, 0x56, 0x5b, 0x5d, 0xd4, 0xb1, 0xc4, 0x71, 0x69, 0x78, 0x94, 0xac, 0x5c, 0xd5, 0x4a, 0xba, 0xba, 0x3b, 0x81, 0x09, 0xba, 0xc8, 0xb1, 0xa3, 0xc7, 0x6d, 0x1a, 0x5a, 0xbb, 0xf6, 0xe1, 0x5b, 0x6f, 0xbd, 0xf5, 0x1c, 0x10, 0x3f, 0x26, 0xcf, 0xac, 0x01, 0x7a, 0xab, 0x76, 0x66, 0xb5, 0x29, 0x66, 0x8f, 0x61, 0x6e, 0x00, 0x10, 0x3c, 0x7e, 0x9a, 0xd5, 0xac, 0xcb, 0x0c, 0xf6, 0x7d, 0x1b, 0xc6, 0x84, 0x19, 0x0a, 0x92, 0x1f, 0x0b, 0x56, 0xa4, 0x61, 0xf9, 0x47, 0xf8, 0x7d, 0x2f, 0x48, 0xfe, 0xd0, 0x46, 0x1b, 0xf9, 0xda, 0x00, 0x4d, 0x62, 0xf2, 0x84, 0x0d, 0x81, 0xbc, 0x74, 0xc8, 0x72, 0x12, 0xf5, 0x7c, 0x13, 0xff, 0xc1, 0xd7, 0x5e, 0x27, 0x17, 0x2f, 0x5c, 0x64, 0xd8, 0xf3, 0xfc, 0xe0, 0x10, 0x7b, 0xf8, 0x87, 0x5f, 0x7f, 0x83, 0xf4, 0x80, 0x5a, 0xcf, 0xa4, 0x33, 0x68, 0x29, 0x91, 0x9b, 0x6e, 0xde, 0x2d, 0x11, 0x4e, 0xd1, 0x12, 0x7d, 0x41, 0x9a, 0x4f, 0x7b, 0x75, 0xa8, 0x90, 0x50, 0x45, 0x0d, 0x80, 0x46, 0x6d, 0xa1, 0x1a, 0x00, 0xc7, 0xd8, 0xc8, 0x18, 0xe9, 0xeb, 0xef, 0x96, 0x7e, 0xeb, 0xe9, 0xee, 0x22, 0xe3, 0x23, 0xd3, 0x6e, 0x3b, 0xd6, 0x62, 0x06, 0x1e, 0x37, 0x03, 0xd7, 0x84, 0x51, 0x9c, 0xe8, 0x12, 0xe5, 0x0c, 0x00, 0x50, 0x6d, 0x73, 0x5d, 0x5d, 0xdd, 0x26, 0x24, 0x76, 0x9e, 0x21, 0x86, 0xee, 0x4c, 0xf8, 0x34, 0xec, 0xde, 0x14, 0x26, 0x83, 0x73, 0x98, 0x03, 0xe0, 0xa4, 0x4d, 0x5a, 0xcc, 0xeb, 0x1b, 0x89, 0x60, 0xad, 0xf5, 0x6f, 0x02, 0xec, 0xf9, 0xe2, 0xe7, 0x3f, 0xff, 0xf9, 0x53, 0x79, 0xb9, 0x7a, 0x8b, 0xf3, 0x02, 0x99, 0x82, 0xca, 0xcd, 0x2e, 0xac, 0x44, 0x2f, 0x50, 0xf2, 0xcf, 0x00, 0x36, 0xc4, 0x84, 0xf0, 0xe1, 0xe1, 0x4b, 0x0c, 0xcb, 0x9e, 0x04, 0xec, 0x89, 0x92, 0xf1, 0xf0, 0xa1, 0x37, 0xc8, 0x07, 0xee, 0x7a, 0x1f, 0x39, 0x71, 0xe2, 0x64, 0xe9, 0xc4, 0x5f, 0x41, 0x06, 0x51, 0xb5, 0x83, 0x58, 0xa6, 0x12, 0xef, 0xa3, 0x54, 0x08, 0xc4, 0x85, 0x1c, 0xa6, 0x50, 0xd6, 0x0a, 0xa1, 0xd8, 0xbd, 0x7d, 0x7d, 0xe4, 0xcc, 0xe9, 0x97, 0xc9, 0xca, 0x96, 0x95, 0x45, 0x33, 0x00, 0x5e, 0xea, 0xe4, 0xf8, 0x34, 0x69, 0xeb, 0x6c, 0x23, 0xfd, 0xc0, 0x00, 0xac, 0x2c, 0x4b, 0x22, 0xc9, 0x88, 0x7b, 0xe5, 0xca, 0x95, 0x2c, 0xbc, 0x59, 0x0c, 0xe8, 0x43, 0x58, 0xe3, 0x94, 0x5d, 0xb1, 0x80, 0x99, 0x4d, 0xa7, 0xa0, 0xd7, 0x1c, 0x68, 0xbd, 0x67, 0xe3, 0xf1, 0xf8, 0xbf, 0x7c, 0xef, 0x7b, 0xdf, 0xdb, 0xf7, 0xcb, 0x5f, 0xfe, 0x92, 0xe7, 0x2f, 0x18, 0xf9, 0xcc, 0x17, 0x14, 0xe4, 0x05, 0xe2, 0x0f, 0x93, 0x3f, 0x44, 0x36, 0x09, 0x46, 0xe5, 0x44, 0x8c, 0xf9, 0x84, 0x3c, 0x45, 0xe1, 0x7d, 0x65, 0xf3, 0xcd, 0x5b, 0x36, 0x81, 0x3a, 0x6f, 0x60, 0xeb, 0xd8, 0x97, 0xea, 0x5d, 0xb7, 0xdf, 0xca, 0xb2, 0xa7, 0x52, 0x73, 0x69, 0xd2, 0xd2, 0xba, 0x82, 0xbd, 0x64, 0x35, 0xc4, 0x7b, 0xd1, 0x42, 0x1e, 0xcd, 0xb1, 0xec, 0x34, 0x53, 0x47, 0x58, 0x29, 0xbd, 0x77, 0x8b, 0xd5, 0x00, 0x38, 0xc6, 0xc7, 0x26, 0x25, 0x06, 0xa8, 0xc7, 0x52, 0x2a, 0x06, 0x2d, 0xfa, 0x78, 0xae, 0x31, 0x0c, 0x5a, 0xa0, 0xb5, 0xbd, 0x95, 0xb9, 0x43, 0x7b, 0x57, 0xf7, 0x92, 0x23, 0x6f, 0xd9, 0x8e, 0x9a, 0xe3, 0xc7, 0x8f, 0xb3, 0x7b, 0xb1, 0x2b, 0x84, 0xa4, 0x30, 0x8c, 0x9a, 0x13, 0x3c, 0xfc, 0x6c, 0xbd, 0x0d, 0xbf, 0xff, 0x78, 0x7c, 0x7c, 0xfc, 0x85, 0x67, 0x9e, 0x79, 0xe6, 0xa7, 0xa7, 0x4e, 0x9d, 0x9a, 0x15, 0xbc, 0x46, 0x86, 0xb0, 0x94, 0xce, 0x00, 0x60, 0x71, 0x47, 0xe0, 0x65, 0xd4, 0x89, 0x2f, 0x85, 0x17, 0xc6, 0xc5, 0x0b, 0x44, 0xae, 0x14, 0x5b, 0xea, 0xcc, 0x97, 0xb1, 0x5b, 0x4e, 0xbc, 0x6f, 0xa7, 0xfe, 0x51, 0xc0, 0x91, 0xcb, 0x49, 0x7c, 0xda, 0xce, 0x86, 0xc2, 0xc9, 0x99, 0xe9, 0xa9, 0x69, 0xe7, 0x65, 0x8f, 0x97, 0xdd, 0x26, 0x28, 0x88, 0x79, 0x4b, 0x60, 0x90, 0xea, 0xaa, 0x6a, 0xb2, 0xac, 0x79, 0x39, 0x9b, 0x89, 0x57, 0x23, 0x41, 0x4b, 0x65, 0x80, 0xce, 0xee, 0x76, 0xe9, 0xb7, 0x36, 0xc0, 0xef, 0x56, 0xc6, 0x0a, 0x0d, 0xb3, 0xce, 0x35, 0x26, 0xc6, 0x26, 0x58, 0xc5, 0xea, 0xb6, 0x55, 0x2b, 0xc9, 0x86, 0x0d, 0xeb, 0x5c, 0x06, 0xc0, 0xee, 0x31, 0xcb, 0x96, 0x2d, 0x43, 0x49, 0x34, 0x04, 0x0c, 0xf0, 0x16, 0x18, 0xc8, 0x87, 0x01, 0xf2, 0x1c, 0xdc, 0xbf, 0x7f, 0xff, 0xeb, 0x67, 0xcf, 0x9e, 0x9d, 0x22, 0x72, 0xf2, 0x8d, 0x51, 0xac, 0x9f, 0x3b, 0xe7, 0x95, 0x83, 0xe5, 0x1d, 0x73, 0xb3, 0x8a, 0x9c, 0x32, 0x1a, 0xfc, 0xd0, 0xa8, 0x96, 0xb0, 0x6a, 0x5b, 0x26, 0x9d, 0x2e, 0x92, 0x60, 0xe7, 0x51, 0x3b, 0xd0, 0x9c, 0x3e, 0x9e, 0xf2, 0xc1, 0x94, 0xb2, 0x49, 0xfe, 0x32, 0x68, 0x87, 0x3a, 0x9c, 0xf6, 0x4f, 0xb1, 0xf2, 0x27, 0xa8, 0xb1, 0xb1, 0xf4, 0xb9, 0xe8, 0x06, 0x2d, 0xd6, 0x70, 0xc5, 0x00, 0x36, 0x9c, 0xc0, 0x8a, 0xd5, 0x78, 0xfe, 0xff, 0xfe, 0xd5, 0xab, 0xc9, 0x6b, 0xfb, 0x5f, 0x27, 0x2d, 0x2b, 0x5a, 0x4b, 0x82, 0x41, 0x53, 0x13, 0xd3, 0xa4, 0xa3, 0xab, 0x9d, 0xac, 0xbf, 0x66, 0x3d, 0xa9, 0xf9, 0x7e, 0x0c, 0x68, 0x6a, 0x8e, 0x5d, 0xeb, 0x73, 0xcf, 0x3d, 0xf7, 0x47, 0x07, 0x0f, 0x1e, 0x7c, 0x89, 0xf8, 0x33, 0xce, 0xd4, 0xaa, 0xd4, 0x94, 0x84, 0x87, 0x33, 0x15, 0xcf, 0x00, 0x7f, 0xf7, 0x77, 0x7f, 0x97, 0xf8, 0x83, 0x3f, 0xf8, 0x83, 0x2c, 0x3c, 0x74, 0xd4, 0x04, 0x64, 0x7c, 0x62, 0x9c, 0x5d, 0x1c, 0x4e, 0xb2, 0xe0, 0xc3, 0x6c, 0xac, 0x6f, 0x24, 0x83, 0xe7, 0x07, 0x84, 0x97, 0x42, 0x8b, 0xa3, 0xf3, 0x72, 0x7a, 0x70, 0x4a, 0xf4, 0xf2, 0x90, 0xbc, 0x89, 0xba, 0x8c, 0x90, 0x27, 0x4f, 0xd6, 0x0c, 0x23, 0x7e, 0x94, 0xf8, 0xcb, 0x97, 0xb7, 0xc0, 0xbb, 0x31, 0x19, 0x61, 0x21, 0x5e, 0xc6, 0x52, 0x22, 0xae, 0x76, 0xa8, 0xae, 0x2e, 0x09, 0xb2, 0x4c, 0x02, 0xa1, 0xb6, 0xb5, 0x7b, 0x0c, 0xb0, 0x1c, 0x34, 0xe8, 0x5c, 0x2a, 0x59, 0x32, 0x0c, 0x1a, 0x1b, 0x9d, 0x80, 0xe3, 0xb6, 0xb2, 0xaa, 0x0f, 0x6b, 0xd6, 0xad, 0x21, 0x6f, 0x1e, 0xb6, 0x23, 0x44, 0x41, 0x03, 0x60, 0xf4, 0xe6, 0x4f, 0x88, 0xbe, 0x0a, 0x45, 0x3e, 0xbf, 0x95, 0xc5, 0x08, 0xa6, 0x88, 0xb9, 0x80, 0xd8, 0xb7, 0xe0, 0x17, 0x8c, 0xdb, 0x18, 0x03, 0x88, 0x80, 0x89, 0xc8, 0x68, 0x91, 0x77, 0x77, 0x75, 0xb3, 0x0c, 0xfd, 0xd4, 0x1c, 0xc6, 0xaa, 0x5b, 0x79, 0xd1, 0x92, 0xef, 0x25, 0x06, 0x74, 0x8d, 0x09, 0x22, 0x58, 0x5a, 0x04, 0x66, 0x56, 0x03, 0xc6, 0x0a, 0x91, 0xe8, 0x94, 0x84, 0x74, 0x3c, 0xa4, 0xb9, 0x25, 0x7a, 0x2e, 0x3b, 0x28, 0xe8, 0x7a, 0x82, 0xf2, 0x7d, 0x75, 0x87, 0x31, 0x9d, 0x82, 0x56, 0x75, 0xf5, 0xf5, 0xac, 0xa4, 0x21, 0x8e, 0xd3, 0xa7, 0xce, 0x60, 0x5e, 0xac, 0xbb, 0x2d, 0xba, 0x0e, 0x4b, 0x21, 0xd6, 0x09, 0xe6, 0xb7, 0x97, 0xa5, 0xfd, 0xf2, 0x15, 0xcb, 0x84, 0xe4, 0x9e, 0xe2, 0xc6, 0xd4, 0xc4, 0x14, 0xb3, 0xc1, 0xf0, 0xfa, 0x36, 0x6d, 0xde, 0xe4, 0x32, 0x40, 0x6d, 0x6d, 0xed, 0x6d, 0x40, 0x63, 0x7f, 0x9a, 0xb6, 0xa7, 0xc2, 0x0b, 0x49, 0xb0, 0xb7, 0xca, 0xc9, 0x00, 0x78, 0x73, 0xdf, 0xc6, 0xc8, 0x3a, 0x5c, 0xc7, 0x64, 0xe3, 0xb7, 0xde, 0x78, 0x9b, 0xec, 0xdc, 0xb5, 0x9d, 0x19, 0x93, 0x58, 0x9a, 0x02, 0x97, 0xf2, 0x18, 0xbb, 0x34, 0x50, 0x3b, 0xe8, 0x25, 0x24, 0xcd, 0x2d, 0x89, 0x69, 0x88, 0x74, 0xa5, 0x54, 0xcb, 0x76, 0xe1, 0xcc, 0x46, 0x73, 0x48, 0x7e, 0xb5, 0x14, 0x3c, 0x0d, 0x11, 0x06, 0x34, 0x44, 0xd9, 0xe8, 0x3b, 0xe8, 0x84, 0xdc, 0x82, 0x84, 0x08, 0x4e, 0x9d, 0x3c, 0x4d, 0x5e, 0xfc, 0xc9, 0x4b, 0x52, 0xf2, 0xfb, 0x9a, 0x35, 0x6b, 0x4a, 0x62, 0x00, 0x4c, 0xac, 0xc7, 0x24, 0x16, 0xb4, 0x97, 0x3c, 0x6f, 0x50, 0x0f, 0x39, 0x73, 0x72, 0x80, 0xd9, 0x1d, 0xa5, 0x8c, 0xe9, 0xc9, 0x19, 0xb2, 0xaa, 0xab, 0x8d, 0x6c, 0xda, 0xba, 0x89, 0xc4, 0x9e, 0x8a, 0xb1, 0x5a, 0xa2, 0x40, 0x77, 0xcd, 0x5b, 0xb6, 0x6c, 0xb9, 0xee, 0xb5, 0xd7, 0x5e, 0xfb, 0x31, 0x09, 0x8f, 0x0e, 0x2d, 0x38, 0xd1, 0xbe, 0x50, 0x06, 0xf8, 0x12, 0x30, 0xc0, 0xef, 0xc1, 0xd2, 0x80, 0xd2, 0xea, 0x67, 0x3f, 0xfb, 0x19, 0xe3, 0xf8, 0xae, 0xee, 0x2e, 0xd2, 0xdc, 0xdc, 0xe4, 0xd6, 0x8e, 0xd4, 0xbd, 0x11, 0xb7, 0xb3, 0x4b, 0x10, 0x31, 0xa8, 0x1d, 0xe1, 0x75, 0x44, 0xa1, 0xed, 0x1a, 0x9f, 0xbb, 0x1b, 0x39, 0xd5, 0x11, 0xb8, 0xae, 0x11, 0x5c, 0x30, 0x35, 0x79, 0xc5, 0xbf, 0xb4, 0xcc, 0x41, 0x73, 0x6a, 0x85, 0xd0, 0x32, 0x86, 0xea, 0xb3, 0xd2, 0x48, 0xfc, 0x30, 0x4d, 0xa3, 0x3b, 0x36, 0x12, 0xfc, 0xb9, 0xb3, 0x03, 0xe4, 0xf0, 0xe1, 0x37, 0xa4, 0xfe, 0xbb, 0x28, 0x5d, 0xd7, 0xad, 0x5b, 0x57, 0xf2, 0xe4, 0xd5, 0xcc, 0x54, 0x9c, 0xac, 0x68, 0xf5, 0xc2, 0xea, 0x71, 0x16, 0xf6, 0xd0, 0x6b, 0x6f, 0x90, 0xe5, 0xcb, 0x56, 0x94, 0x74, 0xdc, 0xd1, 0xd1, 0x71, 0xb2, 0xb2, 0xbd, 0x85, 0xb4, 0xb5, 0xb6, 0xb0, 0x9c, 0x05, 0xde, 0xd7, 0x18, 0xae, 0xfb, 0x57, 0xe0, 0xe3, 0x07, 0x44, 0x2e, 0xcb, 0xa2, 0x96, 0x67, 0x51, 0xab, 0x51, 0xe4, 0x3d, 0xf2, 0x7e, 0x1a, 0x0f, 0x3f, 0xfc, 0xf0, 0x27, 0xe1, 0xe3, 0x6b, 0xfc, 0xa5, 0x20, 0xfc, 0xc1, 0x07, 0x8a, 0x81, 0x47, 0xe2, 0x64, 0x48, 0x3e, 0x3d, 0x67, 0x75, 0xdb, 0x16, 0xd2, 0xc5, 0x30, 0x57, 0x0f, 0xdb, 0x5c, 0xc7, 0x94, 0x7b, 0x11, 0x5b, 0x39, 0xcf, 0x13, 0x74, 0x0f, 0x61, 0xe7, 0xce, 0xe7, 0xd8, 0xb9, 0xae, 0x2f, 0x9f, 0xbe, 0xbb, 0xea, 0x3a, 0x63, 0x80, 0x73, 0xe7, 0x58, 0xbb, 0x23, 0x71, 0xf2, 0xf2, 0x9e, 0x7b, 0xee, 0x61, 0xc4, 0x5a, 0xea, 0xa8, 0xad, 0xaf, 0x21, 0xab, 0xd7, 0xf4, 0x48, 0xbf, 0xfd, 0xe4, 0x27, 0x2f, 0x92, 0x54, 0x22, 0xe3, 0xda, 0x21, 0xe2, 0x50, 0x27, 0xca, 0x22, 0x91, 0xa8, 0x14, 0x38, 0xc8, 0xbe, 0x13, 0x8c, 0x73, 0x6a, 0x22, 0xd7, 0xee, 0xdc, 0xcc, 0xbe, 0x3f, 0xb3, 0xef, 0x59, 0xf2, 0x4f, 0xff, 0xef, 0x5b, 0xfc, 0xde, 0xa6, 0x5e, 0x7a, 0xe9, 0xa5, 0xdd, 0xd3, 0xd3, 0xd3, 0x09, 0x0d, 0x03, 0x94, 0x44, 0xfc, 0x05, 0x31, 0x80, 0xc3, 0x04, 0x7f, 0x04, 0x17, 0xf4, 0x67, 0x08, 0x39, 0xc5, 0x87, 0x8e, 0x33, 0x75, 0x88, 0x3f, 0xc3, 0x88, 0x5c, 0x7c, 0xe9, 0x41, 0x2f, 0x36, 0x1f, 0x26, 0xc8, 0x97, 0x49, 0xf2, 0x39, 0x8e, 0xea, 0xef, 0xcf, 0x97, 0x78, 0x0b, 0x3d, 0xb7, 0xb6, 0x13, 0x7b, 0x1e, 0xdb, 0x15, 0x32, 0x27, 0x80, 0xd7, 0x8b, 0xb0, 0x01, 0x17, 0x71, 0x60, 0xe2, 0xc9, 0xae, 0xeb, 0x77, 0x90, 0xe4, 0x5c, 0x82, 0x94, 0x63, 0xec, 0xdc, 0xb5, 0x93, 0xec, 0xdc, 0xb9, 0x43, 0xfa, 0x0d, 0x8b, 0x54, 0x3d, 0xfb, 0x4c, 0x69, 0xed, 0x7d, 0xd7, 0xac, 0x5d, 0x43, 0xde, 0x77, 0xe7, 0x7b, 0x49, 0xcb, 0xca, 0x56, 0x36, 0x39, 0xf9, 0x3f, 0xfe, 0xdb, 0x5e, 0x56, 0xbc, 0x8b, 0xd9, 0x1e, 0x13, 0x13, 0x9f, 0x78, 0xe5, 0x95, 0x57, 0x9e, 0x0b, 0x20, 0xfe, 0xc0, 0xdc, 0x80, 0xb2, 0x41, 0x20, 0x3e, 0xfe, 0xf6, 0x6f, 0xff, 0xf6, 0x2f, 0x1e, 0x7a, 0xe8, 0xa1, 0x03, 0x98, 0x6c, 0x00, 0x5f, 0xb7, 0xf2, 0x17, 0x83, 0xfd, 0xa3, 0xe6, 0x93, 0x50, 0xaf, 0xa6, 0xe3, 0x94, 0x73, 0x74, 0x75, 0x75, 0x90, 0x8f, 0x7d, 0xf2, 0xa3, 0x4c, 0x2b, 0xbc, 0xb6, 0xff, 0x40, 0xb8, 0xec, 0xcb, 0x53, 0x14, 0x8e, 0x8e, 0x8c, 0xf8, 0x04, 0x07, 0xa2, 0x80, 0x0f, 0x7d, 0xe8, 0x83, 0x0e, 0x23, 0x52, 0x92, 0xc9, 0xa6, 0x05, 0xc6, 0xc4, 0xaa, 0x74, 0x29, 0xe9, 0x9e, 0x53, 0x29, 0xd9, 0x6d, 0x8e, 0x0e, 0x14, 0xac, 0x5e, 0x9d, 0xce, 0x64, 0xd8, 0xb6, 0x08, 0xd7, 0xae, 0xd9, 0xb4, 0x91, 0xbc, 0x7e, 0xf0, 0x30, 0x17, 0xb0, 0x1f, 0x80, 0x8f, 0xef, 0x6a, 0x6c, 0x80, 0xa2, 0xf3, 0x86, 0x8b, 0xd2, 0x00, 0x7c, 0xec, 0xdd, 0xbb, 0x17, 0x4b, 0xd0, 0xbd, 0x0b, 0xf0, 0x24, 0xa6, 0x9d, 0x61, 0xc1, 0xc9, 0x65, 0xce, 0xcd, 0xb1, 0x19, 0x38, 0x78, 0x40, 0x18, 0x7f, 0x8d, 0x5a, 0xc2, 0xcc, 0x66, 0xb3, 0xe8, 0x3e, 0xc5, 0xe9, 0x3b, 0xfc, 0x6e, 0x38, 0xee, 0x54, 0x83, 0xff, 0xe6, 0x68, 0x13, 0x93, 0xef, 0x43, 0x58, 0x22, 0x53, 0xa4, 0x17, 0x34, 0x4a, 0x94, 0x0a, 0x5e, 0x14, 0xf4, 0x67, 0xc7, 0x9c, 0x1e, 0x57, 0x1c, 0x93, 0x53, 0xa7, 0xb8, 0xae, 0xd8, 0x4b, 0x18, 0x23, 0x55, 0xb9, 0x36, 0x2a, 0x06, 0x42, 0x14, 0x4a, 0xa8, 0x48, 0x0c, 0x38, 0x7d, 0x4f, 0x0c, 0xb9, 0x59, 0x20, 0xaa, 0x7e, 0xbc, 0x56, 0x7b, 0xee, 0x24, 0xe3, 0xb6, 0x7f, 0xb2, 0xeb, 0xa4, 0x5a, 0xec, 0xd1, 0xa3, 0x3b, 0xb9, 0xae, 0xbe, 0xd6, 0x6e, 0x53, 0xc4, 0xcb, 0xa0, 0x98, 0xce, 0x3a, 0xeb, 0xe0, 0x62, 0x0a, 0x9f, 0xa6, 0xd2, 0xe1, 0xd1, 0xeb, 0xef, 0xe5, 0xf5, 0xfb, 0x32, 0x58, 0xcc, 0x4c, 0xdb, 0xaa, 0x36, 0xb2, 0x19, 0x8c, 0xc9, 0xae, 0xae, 0x4e, 0xe7, 0x25, 0x1b, 0x65, 0x7c, 0xfb, 0x44, 0x7f, 0xcc, 0x12, 0xf3, 0x21, 0xf8, 0xf1, 0x98, 0x63, 0xa5, 0xb6, 0x86, 0x3c, 0xf3, 0xbd, 0xe7, 0xc8, 0x3f, 0x7e, 0xed, 0x9b, 0xfc, 0xb9, 0x4f, 0x1e, 0x3e, 0x7c, 0x78, 0xcd, 0xc0, 0xc0, 0x40, 0xa2, 0x5c, 0x84, 0x5f, 0xa6, 0xcb, 0xd6, 0x0e, 0xb4, 0x88, 0x6b, 0x9d, 0x25, 0xe6, 0x7c, 0xd6, 0x38, 0xeb, 0x31, 0x61, 0xbd, 0x5a, 0xf3, 0x59, 0xbd, 0x69, 0xcb, 0xa6, 0x0f, 0xaf, 0x5b, 0xb7, 0xf6, 0x1d, 0x35, 0xb5, 0x76, 0x48, 0x02, 0x12, 0xf9, 0xec, 0x6c, 0x82, 0xa5, 0xcf, 0xe1, 0x0b, 0xb6, 0x09, 0xca, 0x26, 0x22, 0xb6, 0x00, 0x11, 0xb9, 0xeb, 0xb0, 0xe0, 0x7e, 0xab, 0x56, 0xb5, 0x91, 0x4a, 0x0d, 0x9c, 0x5d, 0x3d, 0x7b, 0xf6, 0x1c, 0x23, 0x5a, 0x24, 0x46, 0x26, 0xf1, 0x52, 0x36, 0x1e, 0xe6, 0xdd, 0x52, 0xf0, 0x13, 0x0b, 0xd0, 0xa2, 0x4f, 0x9e, 0x31, 0x91, 0x61, 0xef, 0x37, 0x32, 0x7a, 0x89, 0x11, 0x2c, 0x86, 0x01, 0x20, 0x76, 0x46, 0xa6, 0x71, 0x97, 0xea, 0x2a, 0x12, 0xab, 0xaa, 0x26, 0x55, 0xb1, 0x6a, 0x7b, 0x1d, 0x98, 0x1a, 0xbd, 0x2f, 0xd8, 0xe6, 0x28, 0x86, 0x9f, 0xf0, 0x1d, 0x05, 0x42, 0x35, 0x2c, 0x31, 0xb6, 0x54, 0xbb, 0xf8, 0xdb, 0x28, 0xa4, 0x36, 0x49, 0x31, 0xc4, 0x5e, 0x22, 0xf5, 0x68, 0x8f, 0x67, 0x78, 0x73, 0x19, 0xed, 0x9d, 0x1d, 0xe4, 0xc2, 0xd0, 0x10, 0xf9, 0x2f, 0xbf, 0xf7, 0x47, 0x6e, 0x6a, 0x25, 0x7c, 0x7e, 0xe8, 0xb9, 0xe7, 0x9e, 0xfb, 0x36, 0x29, 0x73, 0x57, 0xc9, 0x68, 0x99, 0xe9, 0xc1, 0x70, 0x18, 0x40, 0x37, 0x53, 0x17, 0xf4, 0xf8, 0xdc, 0xd8, 0x8d, 0xe6, 0xe6, 0xe6, 0xb6, 0xe6, 0xe6, 0xa6, 0x9b, 0xea, 0x1b, 0xea, 0xd9, 0x83, 0xe0, 0xb1, 0x20, 0x5b, 0xb7, 0x6e, 0x66, 0x1b, 0x66, 0x15, 0x62, 0xd7, 0x2d, 0xd8, 0x0b, 0xb7, 0x3a, 0x20, 0x42, 0x71, 0x5e, 0x80, 0x86, 0x61, 0x77, 0x5f, 0x34, 0x14, 0x89, 0x9c, 0x49, 0x67, 0xd9, 0x82, 0x11, 0x8b, 0x18, 0xbe, 0xcb, 0x0b, 0x34, 0x61, 0xcc, 0x3b, 0x16, 0xa5, 0x45, 0x8d, 0xd6, 0xdc, 0xd4, 0x0c, 0xf0, 0x71, 0xd2, 0xcb, 0xe2, 0xa2, 0x54, 0xf2, 0xec, 0x58, 0x3c, 0xdc, 0x9c, 0xda, 0xa9, 0xa7, 0xac, 0xfc, 0x39, 0xbf, 0x57, 0x6a, 0x7f, 0x27, 0x96, 0xf3, 0x1b, 0x56, 0xde, 0x26, 0x59, 0x27, 0x54, 0x9d, 0x06, 0x3f, 0x6d, 0x5a, 0x38, 0x71, 0xfa, 0x8e, 0x67, 0xe4, 0xff, 0x40, 0x73, 0x1e, 0x4f, 0x39, 0x16, 0x3e, 0x17, 0x2c, 0x44, 0x8e, 0x15, 0xa0, 0x31, 0x6e, 0xeb, 0xe0, 0x6b, 0x87, 0xb8, 0x46, 0xfd, 0x0d, 0xf8, 0x78, 0xaa, 0xdc, 0xaf, 0xaf, 0x9c, 0x0c, 0x60, 0x3a, 0xc7, 0xab, 0x22, 0x5e, 0x3f, 0x58, 0xdd, 0x34, 0xb5, 0xae, 0x9f, 0x2c, 0x5b, 0xba, 0xbb, 0xbb, 0xaf, 0x03, 0xd8, 0x60, 0xa0, 0x74, 0x63, 0x73, 0x0b, 0x4e, 0x12, 0x3e, 0x16, 0x84, 0xc5, 0xa4, 0xea, 0x30, 0xc2, 0x47, 0x22, 0xca, 0xc2, 0x67, 0x75, 0x4d, 0x8c, 0x49, 0xcc, 0x42, 0x29, 0x9e, 0x92, 0xe2, 0xa5, 0x19, 0xaa, 0x6c, 0x5e, 0xd9, 0x2d, 0xc2, 0xfb, 0xef, 0xd6, 0xd9, 0x79, 0xd1, 0xa8, 0x0d, 0x90, 0x89, 0x71, 0x42, 0x0a, 0x5f, 0x2a, 0x6a, 0x04, 0x9c, 0xf1, 0xc4, 0x17, 0x8d, 0x8c, 0x80, 0xda, 0x81, 0x77, 0x61, 0x61, 0xa5, 0x45, 0x00, 0x45, 0x32, 0xc2, 0x36, 0xa8, 0x1b, 0x68, 0x68, 0xf7, 0xfe, 0xb2, 0xec, 0xc2, 0x3a, 0xd4, 0x69, 0x16, 0x4e, 0x9d, 0x9e, 0x60, 0xf0, 0x1d, 0x43, 0x52, 0xb8, 0xb7, 0x27, 0x2a, 0xe6, 0x01, 0x1b, 0xe1, 0x37, 0x98, 0x17, 0xb1, 0xeb, 0xa4, 0x3d, 0xcd, 0x9f, 0xe0, 0x43, 0x99, 0x31, 0xe0, 0x58, 0xd8, 0xa7, 0x00, 0x84, 0x21, 0xb9, 0x61, 0xf7, 0x75, 0x2e, 0x03, 0xc0, 0xf8, 0xd0, 0xed, 0xb7, 0xdf, 0x5e, 0xf3, 0xc2, 0x0b, 0x2f, 0x24, 0x17, 0x23, 0x03, 0x18, 0x0a, 0xf1, 0xf3, 0x4f, 0x33, 0x60, 0x86, 0x4e, 0x6d, 0xa8, 0xc0, 0xfe, 0x56, 0xdf, 0x58, 0xbf, 0xda, 0x0e, 0xb1, 0x30, 0x59, 0x42, 0x77, 0x6d, 0xad, 0xdd, 0xce, 0x07, 0x9b, 0xb8, 0x61, 0xa7, 0x42, 0x89, 0xe8, 0xa9, 0x2d, 0xf5, 0x78, 0x93, 0x0d, 0xfe, 0x89, 0x50, 0xa1, 0x94, 0x18, 0xf5, 0x20, 0xce, 0x08, 0x7a, 0xe7, 0x48, 0xec, 0x08, 0x41, 0xfc, 0x78, 0x5c, 0xee, 0xbd, 0x8b, 0x33, 0x9d, 0x28, 0xfd, 0x31, 0x5b, 0x89, 0xe1, 0x74, 0x60, 0x02, 0x74, 0x23, 0xe3, 0x35, 0x63, 0xfa, 0x1e, 0x2e, 0x68, 0xac, 0xb2, 0xf0, 0x5f, 0x4c, 0x64, 0x31, 0xab, 0x49, 0x5d, 0x0d, 0x36, 0xb0, 0xab, 0x25, 0xf5, 0x0d, 0x0d, 0x80, 0x8d, 0xed, 0x3e, 0x5b, 0x35, 0x31, 0x7b, 0xe2, 0xb1, 0x3a, 0x66, 0xdf, 0xa7, 0x0d, 0x9d, 0xa2, 0xf0, 0xe9, 0xac, 0x57, 0x47, 0x5d, 0x26, 0xa0, 0x4a, 0x69, 0x2a, 0xb9, 0x32, 0x8f, 0x5a, 0xba, 0x4a, 0x53, 0xc9, 0xc7, 0x50, 0x69, 0x55, 0x25, 0x6f, 0x43, 0xab, 0x10, 0x0c, 0xe5, 0x88, 0x86, 0xc4, 0x0c, 0xc2, 0x77, 0x43, 0xfd, 0xbb, 0xc7, 0x42, 0x78, 0xfd, 0xbb, 0xdf, 0x71, 0x23, 0xf9, 0xfa, 0xdf, 0x7f, 0xc3, 0x8e, 0x3f, 0x23, 0xa4, 0x09, 0xee, 0xfb, 0x4e, 0xf8, 0xfc, 0xf6, 0x62, 0x64, 0x80, 0xa8, 0xb3, 0x44, 0x84, 0xf5, 0xa8, 0xc0, 0x0c, 0x06, 0xf1, 0x97, 0xb9, 0xf0, 0x31, 0x06, 0xc0, 0x97, 0x66, 0xec, 0x6e, 0x88, 0xc1, 0x75, 0xa8, 0xd6, 0x63, 0xd5, 0x31, 0xdb, 0x98, 0x04, 0x82, 0x58, 0xbe, 0x7c, 0x19, 0x48, 0x86, 0x04, 0xc9, 0x58, 0x19, 0x07, 0xfb, 0x7b, 0x84, 0xcf, 0xc2, 0xb2, 0x1d, 0x69, 0x88, 0xd2, 0xbf, 0xac, 0x0c, 0x90, 0xcb, 0xe0, 0xc9, 0x1a, 0x8c, 0x20, 0x39, 0xf1, 0xbb, 0x1d, 0xd8, 0x0d, 0x8f, 0x21, 0x30, 0x31, 0x65, 0xe5, 0xaa, 0x3a, 0x66, 0x03, 0x24, 0x13, 0x29, 0x32, 0x97, 0xb2, 0xbb, 0xb1, 0xa3, 0x06, 0x40, 0x46, 0x40, 0xff, 0x7c, 0x6f, 0x6f, 0x2f, 0xbb, 0x17, 0xb4, 0x15, 0x30, 0xc9, 0x03, 0x99, 0x61, 0x0e, 0x98, 0x1e, 0x35, 0xc8, 0xcc, 0x64, 0x9c, 0x8c, 0xc0, 0x73, 0xc1, 0x70, 0x64, 0x8c, 0x99, 0xc7, 0x5a, 0x3d, 0xb5, 0xa0, 0x39, 0x1a, 0x1a, 0xeb, 0x18, 0x33, 0xe1, 0xef, 0xd4, 0x25, 0x51, 0xe2, 0x94, 0x47, 0x8f, 0xca, 0x93, 0x5e, 0x06, 0x0d, 0xd5, 0x78, 0xd4, 0x57, 0xd8, 0x8a, 0x10, 0xb1, 0x34, 0x9c, 0x1f, 0x06, 0x51, 0x0d, 0xf1, 0xab, 0xc4, 0x4d, 0x7c, 0xf5, 0xe6, 0xbc, 0xb2, 0x5a, 0x54, 0xfa, 0x4e, 0x0c, 0x8f, 0x9d, 0x58, 0x5b, 0x40, 0xea, 0xf5, 0x32, 0x70, 0xf7, 0x36, 0x8c, 0x9b, 0x17, 0x23, 0x03, 0x44, 0xf2, 0x58, 0x38, 0x73, 0xf0, 0xe7, 0x21, 0xd6, 0x7a, 0x11, 0x1a, 0x29, 0x18, 0xb3, 0xd8, 0xda, 0x67, 0x26, 0x3e, 0xc3, 0x02, 0xad, 0x66, 0x66, 0xe2, 0x80, 0x9b, 0x57, 0xb1, 0xbd, 0x10, 0xda, 0x60, 0x22, 0x4b, 0x1c, 0x0c, 0xe2, 0x39, 0x90, 0xa4, 0x16, 0x97, 0xfa, 0x96, 0xe7, 0x59, 0x41, 0x9c, 0x5c, 0x5d, 0x61, 0x06, 0x40, 0x22, 0xc7, 0x7c, 0x56, 0xd1, 0x13, 0xc3, 0x9b, 0x4f, 0xe3, 0x82, 0x51, 0x99, 0x48, 0xac, 0x18, 0x98, 0x86, 0xf7, 0x80, 0x30, 0x0d, 0x33, 0xa1, 0xea, 0x6a, 0xeb, 0x48, 0x64, 0x2e, 0xc2, 0x52, 0xf9, 0xd0, 0x4e, 0xc0, 0x78, 0x2a, 0x74, 0xff, 0xa1, 0xad, 0x80, 0xb5, 0x2c, 0x71, 0x5f, 0xbb, 0x69, 0x60, 0x8a, 0xf9, 0xf6, 0x9d, 0xf6, 0xa2, 0x24, 0x3e, 0x33, 0xcb, 0x4a, 0x95, 0xa8, 0x86, 0x38, 0x67, 0x1c, 0xdc, 0x66, 0x76, 0x96, 0x75, 0x5c, 0x64, 0xeb, 0x0b, 0xef, 0x13, 0x29, 0xfe, 0xb0, 0x18, 0x7d, 0xca, 0xe1, 0x9d, 0x33, 0xda, 0x17, 0xa3, 0x0d, 0x60, 0x0a, 0x4b, 0x44, 0x59, 0xd7, 0x7d, 0xe7, 0xbf, 0x51, 0x22, 0x97, 0xbe, 0x88, 0xa4, 0x33, 0x99, 0x0b, 0x80, 0xa7, 0xfb, 0x11, 0x03, 0xe2, 0xcd, 0xd7, 0x35, 0xd4, 0x91, 0x4b, 0x40, 0x1c, 0x5d, 0xdd, 0xdd, 0x76, 0xf3, 0x67, 0x20, 0xee, 0x36, 0x30, 0x90, 0xb1, 0xa5, 0x27, 0x12, 0x42, 0x12, 0x5e, 0x30, 0xd3, 0x02, 0x4c, 0x1b, 0xd8, 0x89, 0x20, 0xf8, 0xac, 0x31, 0x1c, 0x98, 0xd7, 0xc7, 0xb1, 0xfb, 0xf7, 0x39, 0x88, 0x8b, 0xfa, 0xc3, 0x23, 0xc2, 0x7c, 0xf0, 0x5c, 0xfa, 0x18, 0xe2, 0x77, 0x83, 0x4b, 0x29, 0x74, 0x55, 0xda, 0xd1, 0x0c, 0x68, 0x03, 0xb0, 0xc6, 0xe1, 0x86, 0xd7, 0x7c, 0x1a, 0xa5, 0x34, 0x4e, 0x10, 0x9a, 0xd1, 0x08, 0x5c, 0x67, 0x92, 0xf9, 0xb9, 0x33, 0x53, 0x19, 0x56, 0x50, 0xca, 0x8c, 0x9a, 0x64, 0x70, 0xe8, 0x3c, 0x19, 0x19, 0xbe, 0x64, 0x77, 0x5f, 0x6f, 0x59, 0xc9, 0x60, 0x0b, 0x12, 0x39, 0xda, 0x0a, 0xb8, 0x1f, 0x32, 0x04, 0xe2, 0x60, 0x94, 0xf0, 0xc8, 0x14, 0x2a, 0xc1, 0x0b, 0x3d, 0x77, 0xa5, 0xe6, 0xd4, 0xe2, 0x40, 0xe8, 0x80, 0x5a, 0x07, 0x17, 0x9c, 0xab, 0x19, 0x1f, 0x1f, 0xe7, 0x05, 0xa2, 0xc8, 0x65, 0x3a, 0x7e, 0xb0, 0x48, 0x78, 0x53, 0x22, 0xfe, 0x2a, 0x05, 0xfb, 0x57, 0xe5, 0xf8, 0x2d, 0x70, 0xdb, 0x0d, 0x1b, 0xd6, 0xed, 0x5c, 0xbb, 0x7e, 0xdd, 0x7f, 0x26, 0xf6, 0x64, 0x00, 0x59, 0xbb, 0x7e, 0x2d, 0x53, 0xe5, 0x48, 0xa9, 0x2d, 0x2b, 0x57, 0xb0, 0x09, 0x17, 0xc4, 0xbe, 0x35, 0x00, 0x8d, 0x78, 0x9b, 0x1f, 0x7c, 0xf1, 0xc8, 0x30, 0x48, 0x14, 0x7c, 0x6e, 0x80, 0xc7, 0xd9, 0xb8, 0x15, 0x12, 0x78, 0x6c, 0x8d, 0xb8, 0x6e, 0x3b, 0x98, 0xc5, 0x0f, 0x85, 0xf8, 0xe5, 0x2f, 0x06, 0x2f, 0xf4, 0xa5, 0xac, 0x8b, 0x84, 0x8f, 0x12, 0x1e, 0xb5, 0x01, 0x42, 0x92, 0xa8, 0x33, 0x07, 0xc0, 0xa4, 0xf7, 0x5c, 0x92, 0x9c, 0x39, 0x7d, 0x8e, 0x11, 0x1f, 0x5e, 0x37, 0xa6, 0x17, 0x9e, 0x3e, 0x75, 0xda, 0x65, 0xaa, 0x73, 0x67, 0x06, 0x18, 0x03, 0x74, 0x03, 0xa3, 0xf7, 0xf7, 0xf7, 0xb3, 0xfb, 0x44, 0x83, 0x59, 0x64, 0x44, 0x76, 0x5c, 0x61, 0xe1, 0x7d, 0x77, 0xc5, 0x94, 0x47, 0xb1, 0x21, 0x35, 0xef, 0xbd, 0x8b, 0x5a, 0x41, 0x9c, 0x1d, 0x46, 0xa6, 0x40, 0xe8, 0x35, 0x3a, 0x3a, 0xca, 0x18, 0x02, 0x17, 0x31, 0x67, 0x60, 0x91, 0x0e, 0x8c, 0xe8, 0xfb, 0xdb, 0x7d, 0xfb, 0xf6, 0xfd, 0xd7, 0x72, 0x3b, 0xf3, 0x4a, 0x65, 0x80, 0x48, 0x11, 0x84, 0x1e, 0xf8, 0x3b, 0xbc, 0xcc, 0xaa, 0xdb, 0x7f, 0xe5, 0xb6, 0x3f, 0x06, 0x43, 0x6f, 0x35, 0x1e, 0x1c, 0x8d, 0xcb, 0xfe, 0xb5, 0xfd, 0x6e, 0x66, 0x13, 0xda, 0x02, 0x5d, 0x3d, 0x5d, 0x2c, 0x08, 0x0f, 0xa1, 0x8e, 0xed, 0xf7, 0xb6, 0xe7, 0x06, 0xd2, 0x80, 0xab, 0x51, 0x2b, 0xcc, 0x81, 0x14, 0x4c, 0xc2, 0x0b, 0xc7, 0xf9, 0x01, 0xca, 0x5d, 0x8b, 0x3c, 0x98, 0x4d, 0x5c, 0x97, 0x18, 0x80, 0x06, 0x4a, 0x7f, 0x22, 0x68, 0x01, 0xc3, 0x21, 0x76, 0xbe, 0x8e, 0x41, 0x80, 0x68, 0x74, 0xc7, 0x80, 0xe0, 0x11, 0x9e, 0x55, 0x55, 0x55, 0xdb, 0xdd, 0x33, 0x9d, 0x9e, 0xc7, 0xa8, 0xc5, 0x06, 0x07, 0x06, 0xc1, 0xf0, 0x3d, 0xef, 0x1e, 0x13, 0x9b, 0x50, 0x9f, 0x39, 0x71, 0x1a, 0xa0, 0x90, 0x9d, 0x9c, 0x32, 0x35, 0x39, 0x35, 0x3c, 0x70, 0x6e, 0xf0, 0x38, 0xa6, 0xfa, 0xe1, 0xc2, 0xbb, 0xa8, 0x34, 0x35, 0x35, 0x45, 0xfb, 0xfa, 0xfa, 0x1a, 0x41, 0x43, 0xd4, 0x03, 0x34, 0x6a, 0x00, 0x6d, 0xd0, 0x00, 0xda, 0xa0, 0xde, 0xc4, 0x06, 0xc0, 0xa2, 0x0a, 0x8f, 0x46, 0xb1, 0xbd, 0xa8, 0xa1, 0x36, 0xa4, 0xc6, 0x4f, 0x7e, 0x0f, 0x48, 0xf4, 0x4e, 0x23, 0x6a, 0x6e, 0x70, 0x53, 0x20, 0x7a, 0xc3, 0xb9, 0x26, 0x0a, 0xbf, 0x8f, 0x02, 0x23, 0x0c, 0x5e, 0xba, 0x74, 0x69, 0x70, 0x68, 0x68, 0xe8, 0x42, 0x1a, 0x3b, 0x67, 0x2f, 0xfc, 0x98, 0x86, 0xf7, 0x82, 0xbd, 0xbd, 0x06, 0xe0, 0x5e, 0xbe, 0xf3, 0xef, 0xff, 0xfe, 0xef, 0x13, 0x8b, 0x08, 0x9d, 0xe5, 0xcd, 0x00, 0x05, 0x33, 0x01, 0x48, 0xbf, 0xfe, 0x6d, 0x3b, 0xae, 0xfd, 0x3c, 0xbc, 0xe8, 0x2a, 0xdb, 0xff, 0x8b, 0x0d, 0x9e, 0xfb, 0x59, 0x33, 0x65, 0x4e, 0xac, 0x28, 0xf5, 0xfa, 0x56, 0xf7, 0xb2, 0x6a, 0x02, 0x75, 0x00, 0x89, 0x98, 0xeb, 0xd1, 0x31, 0xac, 0xb8, 0xeb, 0x30, 0x09, 0x30, 0x08, 0x21, 0x52, 0x0a, 0x98, 0x01, 0x21, 0x53, 0x06, 0xb4, 0x05, 0xbe, 0x57, 0xb1, 0xa9, 0x1f, 0x95, 0x93, 0x14, 0xb4, 0x2a, 0x00, 0x3f, 0xd0, 0xa0, 0x8d, 0x3a, 0xb6, 0x05, 0x32, 0x1d, 0xe2, 0x7a, 0xee, 0x89, 0xe1, 0xd8, 0x9f, 0x3a, 0x8d, 0xa7, 0x11, 0x8a, 0x61, 0xe3, 0xb9, 0x0b, 0x03, 0x43, 0x64, 0x60, 0x70, 0x90, 0xfd, 0xc6, 0x8d, 0xe3, 0x71, 0x80, 0x3f, 0xd8, 0x7c, 0x9a, 0x33, 0x1c, 0x5c, 0xcf, 0xe4, 0x8b, 0x3f, 0x7e, 0xf1, 0x8b, 0x20, 0xad, 0x31, 0x6b, 0x25, 0x9f, 0x4e, 0x8a, 0xe9, 0xdd, 0xbb, 0x77, 0xaf, 0xb8, 0xe6, 0x9a, 0x6b, 0x3a, 0x3b, 0x3a, 0x3a, 0xba, 0x80, 0x21, 0x58, 0xdf, 0x5d, 0xb8, 0x16, 0xac, 0x93, 0xd3, 0x85, 0xb3, 0xec, 0x82, 0x6d, 0xc2, 0x3a, 0xb5, 0xe3, 0x73, 0x13, 0x17, 0xce, 0x14, 0x28, 0xf5, 0x11, 0x16, 0xe1, 0x02, 0x10, 0xc9, 0x02, 0xf8, 0xc4, 0xe3, 0xa4, 0x51, 0x5d, 0x7c, 0x1f, 0x8e, 0xf5, 0x24, 0x30, 0xf1, 0xb7, 0x7f, 0xff, 0xf7, 0x7f, 0x7f, 0x8a, 0x5c, 0xc1, 0xa3, 0x9c, 0x10, 0xa8, 0xaa, 0x5c, 0xda, 0x60, 0xe3, 0xa6, 0x8d, 0xd7, 0xaf, 0x5b, 0xb7, 0xf6, 0x93, 0x44, 0xe8, 0x60, 0xb3, 0xb2, 0xad, 0x8d, 0x74, 0x74, 0xae, 0x22, 0x8a, 0x00, 0x64, 0x58, 0xb9, 0x87, 0x55, 0x17, 0xeb, 0x61, 0x89, 0xda, 0x5e, 0x9c, 0x8a, 0x87, 0xff, 0xbd, 0x40, 0x33, 0x7b, 0x96, 0x36, 0xed, 0xf4, 0xcc, 0x45, 0x2d, 0x81, 0x5d, 0x6d, 0x88, 0xd3, 0xc6, 0x95, 0x1b, 0xb1, 0x58, 0x55, 0x99, 0x19, 0xb2, 0x11, 0xec, 0xce, 0x12, 0x73, 0x7a, 0x22, 0x08, 0x36, 0x81, 0x63, 0x0b, 0x18, 0x82, 0x9f, 0x10, 0x61, 0xc5, 0xf9, 0x81, 0xf3, 0x6c, 0x56, 0x58, 0x6d, 0x40, 0x87, 0xf0, 0x6c, 0xf0, 0xdc, 0x20, 0xdb, 0x86, 0x0f, 0xb0, 0x5b, 0x92, 0xfb, 0x0f, 0x1c, 0x78, 0xf4, 0xe2, 0xd0, 0xc5, 0x81, 0x7c, 0x89, 0x9f, 0x84, 0xb4, 0x1c, 0xc5, 0x9e, 0x58, 0x77, 0xdc, 0x71, 0x47, 0x27, 0x68, 0x8d, 0x7e, 0x60, 0x8c, 0x75, 0x70, 0xcd, 0xd7, 0x02, 0x13, 0x6c, 0x87, 0x6b, 0x5d, 0xc3, 0x9f, 0x23, 0x4a, 0x7b, 0x2c, 0x2d, 0xe2, 0x94, 0x18, 0x61, 0xf6, 0x05, 0x0f, 0x1b, 0xe1, 0xf3, 0x12, 0xb8, 0x80, 0x36, 0xb0, 0x9c, 0x30, 0x15, 0x64, 0x86, 0xef, 0xc1, 0x7e, 0xff, 0xe7, 0xfe, 0xfb, 0xef, 0x7f, 0x7e, 0x89, 0x01, 0xf4, 0xfb, 0x17, 0x6a, 0x03, 0xe4, 0xf3, 0x5b, 0x74, 0xc3, 0xc6, 0x0d, 0xbb, 0xd6, 0xae, 0x5b, 0xf3, 0x71, 0xae, 0x09, 0x98, 0xba, 0x01, 0xe2, 0x5f, 0xb9, 0x6a, 0x25, 0x8b, 0x75, 0xd1, 0x25, 0x76, 0x60, 0x1c, 0x49, 0x1b, 0x18, 0x8c, 0xad, 0x6d, 0x2b, 0x59, 0x92, 0x35, 0xe2, 0x68, 0x35, 0xfe, 0x3d, 0x57, 0x0c, 0x50, 0x20, 0x14, 0x12, 0xbe, 0x63, 0x6d, 0x7b, 0x2c, 0xed, 0xc7, 0x7a, 0xd3, 0x5e, 0x1c, 0x26, 0x97, 0xc0, 0x98, 0xc5, 0x3c, 0x56, 0x75, 0x20, 0xf4, 0xe0, 0x7f, 0x17, 0x03, 0xc8, 0x40, 0xb2, 0x4e, 0x1d, 0x7a, 0xed, 0xe0, 0xff, 0x1d, 0x1a, 0xba, 0x78, 0x8e, 0x94, 0xb7, 0xd7, 0xae, 0xef, 0xb7, 0xaf, 0x7c, 0xe5, 0x2b, 0xf5, 0xc8, 0x0c, 0x70, 0xaf, 0xbc, 0xf7, 0xee, 0x2d, 0xb0, 0xac, 0xe6, 0xd7, 0x02, 0x1a, 0x84, 0x82, 0x10, 0xc1, 0x59, 0x78, 0x36, 0x63, 0x6d, 0x87, 0x73, 0x58, 0xcc, 0x36, 0x70, 0xec, 0x04, 0xc6, 0x0c, 0x70, 0xdf, 0xbf, 0x80, 0x63, 0xfc, 0xe9, 0xc5, 0x8b, 0x17, 0x9f, 0xda, 0xbb, 0x77, 0xaf, 0xb5, 0xc4, 0x00, 0xb2, 0x27, 0x49, 0x4b, 0xc4, 0x05, 0x7c, 0xd7, 0xae, 0x77, 0x76, 0xb6, 0xf7, 0x6e, 0xde, 0xba, 0xf5, 0xa3, 0xb1, 0x58, 0x75, 0x87, 0x82, 0x7b, 0xc9, 0x8a, 0x96, 0x15, 0xcc, 0x6d, 0x88, 0x1e, 0x98, 0x40, 0x7c, 0x06, 0x18, 0x1d, 0x99, 0xa2, 0xb1, 0x01, 0x25, 0x5e, 0x3d, 0xac, 0x37, 0x3a, 0xa1, 0xdb, 0x00, 0x67, 0xb0, 0x66, 0x0e, 0x4e, 0x20, 0x45, 0xa2, 0x4e, 0x86, 0x93, 0x4d, 0xd8, 0x18, 0xa9, 0x98, 0xc9, 0xda, 0x5d, 0x15, 0x71, 0x1d, 0x0d, 0xc8, 0x99, 0xe9, 0x19, 0x66, 0x4c, 0x62, 0x89, 0xc0, 0x99, 0x99, 0x69, 0x32, 0x0b, 0xb6, 0x86, 0xda, 0x1e, 0x56, 0x1c, 0xb8, 0x3d, 0x56, 0x96, 0x70, 0x2b, 0x66, 0x88, 0xc0, 0x76, 0x6a, 0xfa, 0xe8, 0x81, 0xfd, 0xaf, 0xfd, 0x1b, 0xe0, 0xf0, 0x31, 0x85, 0x60, 0x33, 0x79, 0x10, 0x7f, 0x31, 0x4d, 0xaa, 0x7d, 0xe3, 0x89, 0x27, 0x9e, 0x58, 0x05, 0xf7, 0x87, 0xcc, 0x70, 0x3b, 0x5c, 0xdf, 0xfb, 0xe1, 0xf3, 0x1a, 0x07, 0x36, 0x31, 0x66, 0x40, 0xcf, 0x14, 0x0a, 0x0f, 0xee, 0x8a, 0x45, 0xcf, 0x14, 0xd8, 0x06, 0x16, 0xac, 0x23, 0x23, 0x60, 0xe5, 0xe6, 0x4f, 0x81, 0x46, 0x78, 0xf3, 0xaa, 0x66, 0x80, 0x4f, 0x7d, 0xea, 0x53, 0x9d, 0x20, 0x19, 0x3e, 0x07, 0x0f, 0xe4, 0x7a, 0xf8, 0x6c, 0xc3, 0xd2, 0x29, 0x4e, 0x94, 0xa7, 0xeb, 0x35, 0x74, 0xbe, 0xbb, 0xe7, 0xc1, 0x88, 0x4f, 0xe7, 0x77, 0x1e, 0x39, 0xea, 0x46, 0x90, 0x06, 0xfd, 0x9d, 0x4d, 0xb6, 0x9a, 0x66, 0x2d, 0x4e, 0x08, 0xf3, 0x82, 0xeb, 0x2a, 0x51, 0xd9, 0x90, 0xc5, 0xcb, 0x4b, 0xd5, 0x46, 0x7c, 0x5a, 0xfe, 0xa2, 0x01, 0x62, 0x46, 0x58, 0xbe, 0xe1, 0xcc, 0x81, 0x13, 0xc6, 0x7c, 0x52, 0x2e, 0x6b, 0x29, 0x33, 0xb0, 0xee, 0xa3, 0xb6, 0x80, 0xb1, 0x12, 0x70, 0x1d, 0x29, 0x22, 0x87, 0x87, 0x60, 0xe3, 0x06, 0xb1, 0xa2, 0x00, 0xe5, 0x70, 0x45, 0xfd, 0x4d, 0xf9, 0x9b, 0x6e, 0x7f, 0x24, 0x7a, 0x34, 0x1c, 0x4f, 0xc1, 0x6f, 0x7f, 0xbf, 0x6f, 0xdf, 0xbe, 0xbc, 0xdc, 0x86, 0xa0, 0x25, 0x7a, 0x40, 0x4b, 0x60, 0x23, 0xea, 0xbb, 0x60, 0xbf, 0x5f, 0x45, 0xff, 0x03, 0xd6, 0xdd, 0x6c, 0x69, 0x69, 0x31, 0xc1, 0xd6, 0x60, 0xe1, 0x1a, 0x28, 0x10, 0x90, 0x11, 0x06, 0x06, 0x06, 0x50, 0x23, 0xcc, 0xc1, 0xfd, 0xfe, 0xce, 0x83, 0x0f, 0x3e, 0xf8, 0xef, 0x57, 0x25, 0x03, 0x7c, 0xfc, 0xe3, 0x1f, 0xef, 0x82, 0x07, 0x85, 0x25, 0xac, 0x5b, 0xc3, 0x88, 0xe5, 0x4a, 0x8a, 0xe9, 0xbf, 0x0c, 0x07, 0x5e, 0xf8, 0xa7, 0x81, 0x09, 0xbe, 0x56, 0xc8, 0x4e, 0x5f, 0xfe, 0xf2, 0x97, 0x9b, 0x40, 0xc3, 0xde, 0x03, 0xef, 0xf7, 0xb7, 0xe1, 0xeb, 0x1d, 0x28, 0x5f, 0xd0, 0xce, 0x42, 0xd7, 0x2c, 0xda, 0x0c, 0xe8, 0x62, 0x7d, 0xeb, 0xad, 0xb7, 0x2c, 0x27, 0x67, 0xf7, 0xfd, 0xa0, 0x09, 0x9e, 0xbd, 0xea, 0x18, 0xe0, 0x13, 0x9f, 0xf8, 0xc4, 0x13, 0xf8, 0x70, 0xcb, 0x4d, 0x60, 0x8b, 0x95, 0x49, 0x2e, 0xe3, 0x31, 0x5c, 0x55, 0x55, 0xb5, 0xee, 0xdb, 0xdf, 0xfe, 0xf6, 0x74, 0x31, 0x3b, 0x83, 0x66, 0x58, 0x07, 0xda, 0xf7, 0x0f, 0x61, 0xf5, 0x5e, 0xd4, 0x0a, 0x38, 0x21, 0x87, 0x89, 0xf5, 0x08, 0x8b, 0x0e, 0x1d, 0x3a, 0x84, 0x90, 0x68, 0x0a, 0x11, 0xc0, 0x67, 0x3f, 0xfb, 0xd9, 0x13, 0x97, 0xeb, 0x03, 0x2a, 0xb8, 0x44, 0xc0, 0x67, 0x3e, 0xf3, 0x19, 0x04, 0xcc, 0x7b, 0xc2, 0x88, 0x29, 0x9f, 0xfc, 0xd7, 0x62, 0xf6, 0x59, 0x88, 0xe3, 0x5c, 0xe6, 0xa3, 0x2d, 0x95, 0x4a, 0xdd, 0x51, 0xec, 0xce, 0x0f, 0x3d, 0xf4, 0xd0, 0xf1, 0x07, 0x1e, 0x78, 0xe0, 0x7e, 0x80, 0x3c, 0xab, 0xe1, 0x79, 0x7c, 0x03, 0xf3, 0x8c, 0xdf, 0x7c, 0xf3, 0x4d, 0x8a, 0x36, 0xd8, 0xa6, 0x4d, 0x9b, 0x90, 0x76, 0x9a, 0x00, 0x1a, 0xfd, 0xc3, 0x55, 0xa5, 0x01, 0xee, 0xbd, 0xf7, 0xde, 0x3b, 0xe0, 0x61, 0x3c, 0xc3, 0x09, 0x04, 0x93, 0x99, 0x3f, 0x75, 0xdf, 0xc7, 0x48, 0x24, 0x52, 0x15, 0x72, 0x60, 0x39, 0xd0, 0x8a, 0x12, 0xea, 0xdb, 0x46, 0xdc, 0x82, 0x06, 0x5c, 0x9a, 0xa1, 0xec, 0x9f, 0x73, 0x0f, 0x1a, 0xb4, 0xbd, 0xb2, 0xb7, 0xd2, 0x0e, 0x89, 0x06, 0x1c, 0xcf, 0x9b, 0x12, 0xa3, 0xda, 0x3b, 0xf5, 0x5f, 0x9f, 0xfd, 0x2b, 0x0d, 0x79, 0xe0, 0x76, 0x3b, 0xd2, 0xe0, 0x2d, 0x0c, 0x12, 0x5e, 0x34, 0x4b, 0xdc, 0x1a, 0x5d, 0xb9, 0xdf, 0xdb, 0xf7, 0x2c, 0x79, 0xe1, 0x07, 0x3f, 0x12, 0x37, 0xf9, 0x06, 0xc0, 0xa0, 0x4f, 0x94, 0x83, 0x58, 0x1e, 0x7d, 0xf4, 0x51, 0x9c, 0xa5, 0xff, 0x6b, 0x0c, 0xe0, 0xc3, 0xd6, 0xa3, 0x58, 0x22, 0x07, 0xa3, 0x5b, 0x61, 0xec, 0x06, 0x46, 0x79, 0xf5, 0x72, 0x64, 0x80, 0x82, 0x63, 0x81, 0x80, 0xf0, 0x7f, 0x43, 0x94, 0x94, 0xdb, 0xb6, 0x5f, 0xcb, 0x7c, 0xf4, 0x86, 0x42, 0xe0, 0xb9, 0xbe, 0xfb, 0xc3, 0x64, 0x85, 0x5f, 0x0c, 0x22, 0x7d, 0x57, 0xff, 0x5e, 0xbe, 0xef, 0x9a, 0x5e, 0xb7, 0x2a, 0xf1, 0xf9, 0x7a, 0xdf, 0xe6, 0xff, 0x3d, 0x1f, 0x99, 0x63, 0xe4, 0x68, 0x27, 0x5a, 0x68, 0xfb, 0xd1, 0x77, 0xbf, 0xe7, 0x9d, 0x12, 0x03, 0xc0, 0x3b, 0xba, 0x7b, 0xe3, 0xc6, 0x8d, 0x8d, 0x47, 0x8e, 0x1c, 0xe1, 0xe9, 0x84, 0x45, 0xab, 0x36, 0x20, 0xf2, 0x47, 0x80, 0x09, 0x76, 0x0e, 0x0f, 0x0f, 0x7f, 0x0c, 0x27, 0x21, 0x91, 0x11, 0x90, 0x01, 0xe0, 0x1c, 0x68, 0x38, 0x5f, 0xf9, 0x0c, 0x80, 0xb9, 0xc0, 0x27, 0x4f, 0x9e, 0xbc, 0x5b, 0x84, 0x0b, 0x9b, 0xaf, 0xdd, 0x64, 0xfb, 0xc6, 0x31, 0x61, 0xc5, 0x07, 0x1b, 0xc2, 0x49, 0xc2, 0xd0, 0x48, 0xcb, 0x70, 0xf5, 0x64, 0xe4, 0x94, 0x86, 0xd4, 0xa0, 0x81, 0x04, 0x67, 0x68, 0x2d, 0x45, 0xa3, 0x80, 0xeb, 0xcb, 0xe7, 0x78, 0x34, 0x54, 0xb1, 0x1a, 0xa1, 0xc9, 0x71, 0xfe, 0x3d, 0x73, 0x1d, 0x4f, 0x7c, 0xbe, 0xd5, 0xd5, 0x35, 0xac, 0xdb, 0x4a, 0x6b, 0x6b, 0x0b, 0x19, 0x19, 0x19, 0x25, 0x8e, 0xc7, 0xa8, 0xb9, 0xbd, 0xbd, 0xfd, 0xbd, 0xc0, 0x00, 0xcf, 0x13, 0x7f, 0x71, 0xa9, 0x62, 0x98, 0xe1, 0x11, 0x58, 0x3e, 0x86, 0x01, 0x76, 0x98, 0xe1, 0x86, 0x1e, 0x28, 0x18, 0xab, 0x2f, 0x57, 0x08, 0x54, 0x10, 0x03, 0x9c, 0x3a, 0x75, 0xea, 0x1d, 0x70, 0xb3, 0xae, 0x4f, 0x1e, 0xa7, 0xd6, 0x7b, 0x7b, 0xec, 0xc6, 0x09, 0xa9, 0x4c, 0x3a, 0x3c, 0x17, 0x75, 0x69, 0xcc, 0xbf, 0x41, 0x17, 0xc9, 0x90, 0xaa, 0x68, 0x84, 0xbc, 0xe3, 0x96, 0x9b, 0xc8, 0x7f, 0x3c, 0xf5, 0x5d, 0x81, 0x31, 0xaa, 0x51, 0x68, 0xbd, 0x44, 0x82, 0xab, 0xa8, 0xe5, 0x1d, 0xfb, 0x03, 0x04, 0x7f, 0x2d, 0xcf, 0xd4, 0x73, 0x92, 0x90, 0xd0, 0x4d, 0x3d, 0x7d, 0x55, 0x30, 0x00, 0xdc, 0xf0, 0x3d, 0xa2, 0xc1, 0xb8, 0xf3, 0xba, 0xed, 0x6c, 0xb2, 0x09, 0x3b, 0xab, 0x1c, 0xf8, 0xf9, 0xeb, 0x52, 0xcf, 0xe0, 0xa5, 0x11, 0x3c, 0x3a, 0xbb, 0xda, 0x59, 0x35, 0x64, 0x05, 0x5a, 0x92, 0x89, 0xf1, 0x49, 0x27, 0xef, 0xd9, 0x13, 0xcc, 0x2c, 0x1b, 0x4a, 0x2c, 0x71, 0x8e, 0xf1, 0xf1, 0x82, 0xdc, 0xce, 0xb2, 0xa0, 0x3f, 0xfb, 0x87, 0x55, 0x1d, 0x2b, 0x59, 0x41, 0x80, 0x5d, 0xf0, 0x5e, 0x44, 0x06, 0x88, 0x44, 0x22, 0xbf, 0x5a, 0x53, 0x53, 0xb3, 0x37, 0x99, 0x4c, 0xa6, 0x89, 0xbe, 0xc4, 0x60, 0x34, 0x1f, 0xad, 0xf0, 0xd8, 0x63, 0x8f, 0x21, 0xfc, 0xfd, 0xbb, 0x58, 0x2c, 0x66, 0x61, 0x4f, 0x2e, 0x9c, 0x2d, 0x76, 0xe8, 0xe2, 0xa7, 0x57, 0x05, 0x03, 0xc0, 0xb8, 0x47, 0xf4, 0x8e, 0x6c, 0xd9, 0xba, 0x99, 0xc1, 0x9f, 0xd1, 0x91, 0x31, 0x36, 0xfb, 0xb9, 0x34, 0xf2, 0x1b, 0x17, 0x86, 0x86, 0x7d, 0x0c, 0x80, 0xcf, 0xf1, 0xd8, 0xdb, 0x27, 0xb4, 0x21, 0x15, 0xf9, 0x0e, 0x8c, 0x86, 0xc5, 0xec, 0xb2, 0xbe, 0xd5, 0xab, 0x59, 0x58, 0x03, 0xaf, 0xd7, 0x04, 0xc7, 0x6e, 0xdd, 0xbc, 0x79, 0xf3, 0xee, 0xfd, 0xfb, 0xf7, 0xff, 0x82, 0xc8, 0x55, 0xd4, 0xa2, 0x44, 0xae, 0xb1, 0x13, 0xd1, 0x31, 0xc2, 0x13, 0x4f, 0x3c, 0xd1, 0x9d, 0xc9, 0x64, 0xfe, 0x04, 0xde, 0xfd, 0xbd, 0x48, 0xfc, 0x5b, 0xb6, 0x6c, 0x61, 0xde, 0x43, 0x9c, 0x14, 0x83, 0x63, 0x4f, 0x80, 0x86, 0x79, 0xea, 0x8a, 0x67, 0x80, 0x7b, 0xef, 0xbd, 0x77, 0x07, 0x3c, 0x84, 0x35, 0x5c, 0x5a, 0x61, 0x68, 0x41, 0x5f, 0x7f, 0x0f, 0x80, 0x1e, 0x93, 0x75, 0x0e, 0x2f, 0xb5, 0x44, 0xf6, 0xd5, 0x34, 0x58, 0x32, 0x0f, 0x10, 0x7a, 0x8d, 0x50, 0x6b, 0x1f, 0xe1, 0x04, 0x56, 0x6f, 0x33, 0xcd, 0xe2, 0x73, 0x94, 0x26, 0x27, 0xa6, 0x58, 0x28, 0x78, 0x4d, 0x6d, 0x8c, 0xdc, 0xfc, 0xae, 0x77, 0x90, 0xef, 0x7d, 0xe7, 0xfb, 0xee, 0xdf, 0x80, 0x21, 0x30, 0xe4, 0xe1, 0x75, 0x85, 0xc8, 0x79, 0xf3, 0x69, 0x6d, 0x3f, 0x5e, 0x90, 0xf8, 0x1b, 0xe0, 0x5d, 0x3f, 0x00, 0x5a, 0xe6, 0x33, 0x88, 0xa4, 0x70, 0x1e, 0xa0, 0xbf, 0xbf, 0x9f, 0x75, 0x6a, 0x39, 0x7a, 0xf4, 0x28, 0x06, 0xfd, 0xe1, 0x76, 0x9f, 0xff, 0xdd, 0xdf, 0xfd, 0xdd, 0x2b, 0x1f, 0x02, 0xc1, 0x43, 0xb8, 0x47, 0x34, 0x7e, 0x11, 0xfe, 0x54, 0x45, 0xab, 0xc8, 0x5c, 0x2a, 0x4d, 0xc6, 0xc7, 0x26, 0x4a, 0x2e, 0xba, 0x7a, 0xb5, 0x8d, 0xb1, 0x91, 0x71, 0xa9, 0xe3, 0x0a, 0x12, 0x55, 0x3c, 0x3e, 0x43, 0x9a, 0x1a, 0x4b, 0xab, 0xb2, 0x3c, 0x7a, 0x69, 0x94, 0x74, 0xf7, 0x76, 0x91, 0xeb, 0xaf, 0xbf, 0x4e, 0x62, 0x00, 0x90, 0xdc, 0x98, 0x50, 0xfe, 0x25, 0xe2, 0x6f, 0x36, 0x2d, 0xf5, 0xe1, 0xbd, 0xef, 0xbe, 0xfb, 0xba, 0xd7, 0xae, 0x5d, 0xfb, 0xde, 0xba, 0xba, 0xba, 0xdf, 0x06, 0x81, 0xb7, 0x0b, 0xaf, 0x0b, 0xe3, 0x82, 0x30, 0x4d, 0x13, 0xe3, 0xa8, 0x70, 0x26, 0x18, 0x3b, 0xaf, 0xc7, 0xe3, 0x71, 0x7c, 0xe1, 0x8f, 0x3c, 0xf0, 0xc0, 0x03, 0x5f, 0xbb, 0x9c, 0xdf, 0x43, 0xde, 0x0c, 0xa0, 0xba, 0x3f, 0xaf, 0xdd, 0xb6, 0x95, 0x05, 0xcb, 0x63, 0x7e, 0x6b, 0xa9, 0xf5, 0xe1, 0xaf, 0xc6, 0x71, 0x69, 0x78, 0xc4, 0xd7, 0x72, 0xa8, 0xa3, 0xab, 0x83, 0xcc, 0x4c, 0x26, 0xa4, 0x2c, 0xaf, 0x42, 0xc7, 0xd9, 0x53, 0x03, 0xa4, 0xa7, 0xaf, 0x9b, 0xac, 0x59, 0xb3, 0x9a, 0xc5, 0xf0, 0xf0, 0xd0, 0x6c, 0x20, 0xe4, 0xce, 0x8d, 0x1b, 0x37, 0x6e, 0x39, 0x72, 0xe4, 0xc8, 0x5b, 0xc4, 0xeb, 0xa5, 0x65, 0xde, 0x71, 0xc7, 0x1d, 0x3d, 0xeb, 0xd7, 0xaf, 0xbf, 0x16, 0x30, 0xfd, 0x8d, 0x40, 0xe0, 0xb7, 0x61, 0x55, 0x3e, 0xde, 0x8b, 0x8b, 0x27, 0xec, 0x63, 0x08, 0x04, 0x6a, 0x28, 0x2c, 0xba, 0x3b, 0x38, 0x38, 0x68, 0xc1, 0xfb, 0x47, 0x5b, 0xe2, 0x0f, 0xef, 0xbf, 0xff, 0xfe, 0xaf, 0x00, 0x03, 0x90, 0x2b, 0x9e, 0x01, 0x3e, 0xfa, 0xd1, 0x8f, 0xae, 0x83, 0x9b, 0xde, 0xca, 0x89, 0xbf, 0xbe, 0xb1, 0x9e, 0xf4, 0xf6, 0xf5, 0xb2, 0xbf, 0x0d, 0x0d, 0x2e, 0xc1, 0x9f, 0x62, 0x46, 0x32, 0x31, 0xe7, 0xab, 0xb5, 0xdf, 0xd7, 0xdf, 0x47, 0x5e, 0x7d, 0xf9, 0x17, 0x25, 0xd5, 0xda, 0xc7, 0x2a, 0x7a, 0xbc, 0x45, 0xd2, 0x2d, 0xef, 0xbc, 0x89, 0x3c, 0xfb, 0x7d, 0x2f, 0x1e, 0xae, 0xb7, 0xb7, 0xf7, 0xc3, 0xdb, 0xb7, 0x6f, 0xff, 0x39, 0x10, 0x7b, 0x1f, 0x30, 0xc7, 0x35, 0xf5, 0xf5, 0xf5, 0x5b, 0x81, 0xe0, 0x97, 0xf1, 0x04, 0x7e, 0x27, 0x34, 0x9a, 0x49, 0x7c, 0x58, 0x4c, 0xde, 0x62, 0xe9, 0xd4, 0xa9, 0x53, 0x58, 0x6d, 0xda, 0x72, 0x4a, 0x57, 0xbe, 0x0a, 0x68, 0xe0, 0xd3, 0x0f, 0x3f, 0xfc, 0xf0, 0x1b, 0x97, 0x3b, 0xf1, 0xe7, 0xcd, 0x00, 0x70, 0xc3, 0x7b, 0x58, 0x9d, 0x19, 0x0e, 0x7f, 0x76, 0xed, 0x60, 0xe9, 0x8a, 0x98, 0xf2, 0x87, 0x15, 0x0a, 0x96, 0x18, 0xa0, 0xb8, 0x81, 0xd0, 0x71, 0x55, 0xbb, 0x97, 0xf0, 0xbe, 0x1c, 0x08, 0x2f, 0x9d, 0x4d, 0x97, 0xfc, 0x3c, 0xc7, 0x19, 0xbc, 0xea, 0x20, 0xd7, 0xef, 0xbe, 0x41, 0x62, 0x00, 0x20, 0xf8, 0x0f, 0xf6, 0xf5, 0xf5, 0x7d, 0x10, 0x8f, 0x0f, 0x86, 0xab, 0x05, 0x92, 0xdd, 0x44, 0x58, 0xc3, 0x93, 0x63, 0x6a, 0x6a, 0x6a, 0xd0, 0xa5, 0xc9, 0x12, 0x78, 0x86, 0x86, 0x86, 0x30, 0x39, 0x86, 0x82, 0x06, 0x31, 0x1c, 0x8d, 0xf4, 0x32, 0x7c, 0xfe, 0xc9, 0x43, 0x0f, 0x3d, 0xf4, 0xcc, 0x95, 0xf4, 0x0e, 0xf2, 0x61, 0x00, 0xec, 0xbc, 0xfd, 0x21, 0x11, 0xfe, 0x6c, 0xdf, 0xb1, 0x95, 0x41, 0x9e, 0x11, 0x07, 0xfe, 0x2c, 0x8d, 0x62, 0xf1, 0xfa, 0x98, 0xc4, 0x00, 0x38, 0xda, 0x5a, 0x5b, 0xd9, 0x33, 0x2e, 0x85, 0x09, 0xce, 0x9d, 0x1d, 0x24, 0x1d, 0x3d, 0x1d, 0x64, 0xfd, 0xfa, 0xb5, 0xa4, 0x2a, 0x56, 0x45, 0xd2, 0x73, 0x76, 0x7d, 0x4d, 0x8c, 0xe0, 0x6c, 0x69, 0x69, 0x61, 0x33, 0xb8, 0x20, 0xc0, 0x98, 0x84, 0xc7, 0x85, 0x17, 0xe7, 0x42, 0xa2, 0x07, 0x6c, 0x6f, 0x81, 0xc0, 0x33, 0x9d, 0x9a, 0x46, 0x17, 0xc1, 0x0e, 0xf8, 0xe7, 0x99, 0x99, 0x99, 0x7f, 0xfa, 0xc2, 0x17, 0xbe, 0x70, 0x90, 0x14, 0x30, 0x5f, 0x70, 0xc5, 0x30, 0xc0, 0x47, 0x3e, 0xf2, 0x11, 0x9c, 0xe9, 0xba, 0x81, 0x33, 0x40, 0x63, 0x63, 0x03, 0xe9, 0x63, 0xf0, 0x87, 0x92, 0x0b, 0xe7, 0x2f, 0x2e, 0x49, 0xff, 0x12, 0x61, 0x10, 0x46, 0x56, 0x8a, 0x4d, 0x25, 0x7a, 0xfb, 0x7b, 0xc9, 0x5b, 0x87, 0x8f, 0xb2, 0xba, 0xa1, 0xa5, 0x78, 0x99, 0xb0, 0x62, 0x06, 0x16, 0xce, 0xbd, 0xf9, 0xe6, 0x9b, 0xc8, 0x8f, 0x7e, 0xf8, 0x13, 0xcf, 0xf6, 0xb8, 0x74, 0x89, 0x4d, 0x60, 0x62, 0xea, 0xa3, 0x53, 0x6f, 0x88, 0x41, 0x1b, 0x8e, 0xfb, 0x61, 0xfd, 0x10, 0xfc, 0xfe, 0x23, 0xf8, 0xfb, 0xf3, 0xdf, 0xf8, 0xc6, 0x37, 0x7e, 0x06, 0xc4, 0x9f, 0x12, 0x6d, 0x06, 0x52, 0x40, 0xff, 0xad, 0x2b, 0x45, 0x03, 0xdc, 0x23, 0x24, 0xa7, 0x90, 0x1d, 0xd7, 0x01, 0xfc, 0xa9, 0xa9, 0x85, 0x07, 0x97, 0x60, 0x95, 0xda, 0x4a, 0x61, 0x00, 0x2c, 0x82, 0x9a, 0xce, 0x5c, 0x7e, 0x42, 0x05, 0x4b, 0x9e, 0xc4, 0x62, 0x35, 0x65, 0x39, 0x16, 0x76, 0x5e, 0x6c, 0x69, 0xf5, 0x30, 0x3f, 0x4e, 0x64, 0xed, 0xff, 0xc5, 0x01, 0x80, 0x43, 0xa5, 0x79, 0x83, 0x26, 0xc6, 0x26, 0xc9, 0xaa, 0xce, 0x36, 0x36, 0x2b, 0x2c, 0x32, 0x00, 0xe2, 0x79, 0xa1, 0x74, 0xe3, 0x0c, 0xc0, 0x1d, 0x24, 0xf8, 0x43, 0xa0, 0x01, 0x0e, 0xed, 0xdf, 0xbf, 0xff, 0xd5, 0xd7, 0x5f, 0x7f, 0x7d, 0x94, 0x78, 0x5d, 0x57, 0x2c, 0x22, 0x37, 0x9e, 0xbe, 0xe2, 0x46, 0x4e, 0x06, 0x40, 0xf8, 0xc3, 0xa1, 0x0f, 0x8e, 0x5d, 0xbb, 0xb6, 0xb3, 0x47, 0x81, 0x6e, 0xbc, 0x52, 0xa5, 0xff, 0x89, 0x53, 0xc7, 0xc8, 0x6c, 0x62, 0x76, 0x51, 0x3d, 0x10, 0x6e, 0x10, 0x06, 0x0d, 0x94, 0xd8, 0xb5, 0x20, 0x00, 0xb6, 0x6e, 0xde, 0x5e, 0x36, 0x3b, 0x40, 0x64, 0x00, 0xd6, 0x7a, 0xb6, 0xa9, 0xa1, 0x64, 0xcf, 0x1a, 0x26, 0xe8, 0xb7, 0x03, 0x03, 0x60, 0xbf, 0x2d, 0x9e, 0xe7, 0x8b, 0x03, 0xdd, 0x98, 0x47, 0x8e, 0x1c, 0xf9, 0xd3, 0xc1, 0xc1, 0xc1, 0x5f, 0x02, 0xc1, 0x9f, 0x21, 0xfe, 0x1e, 0xbc, 0x3e, 0x07, 0xe0, 0x95, 0xac, 0x85, 0x43, 0x19, 0xe0, 0xe3, 0x1f, 0xff, 0x78, 0x0b, 0x48, 0x88, 0x77, 0xba, 0xa1, 0xcf, 0x4d, 0x4d, 0xa4, 0xbb, 0xb7, 0x87, 0x89, 0x82, 0x8b, 0x43, 0x97, 0x4a, 0x62, 0x00, 0x24, 0xa4, 0x58, 0x6d, 0x8c, 0xb4, 0x77, 0x74, 0x90, 0x65, 0xa2, 0xef, 0xdb, 0xc8, 0x3f, 0xa2, 0xc8, 0x3e, 0x7f, 0xee, 0xad, 0xed, 0x8a, 0x0e, 0xe5, 0x81, 0x6a, 0x43, 0xc3, 0x03, 0x00, 0x31, 0x66, 0x58, 0xde, 0x30, 0x76, 0x65, 0x2f, 0x75, 0xcc, 0x31, 0x18, 0x94, 0x05, 0x18, 0xe4, 0xb9, 0x3e, 0x7b, 0x7a, 0x7b, 0xc9, 0x85, 0xc1, 0x61, 0xd2, 0x50, 0xdf, 0x50, 0xf4, 0x71, 0x67, 0xa6, 0x01, 0x06, 0xc1, 0x71, 0xb1, 0x96, 0xe8, 0x8d, 0xbb, 0xaf, 0x27, 0x3f, 0x7d, 0xe5, 0x55, 0x11, 0x06, 0xd5, 0x00, 0xf1, 0x9f, 0x23, 0xfe, 0x0a, 0xde, 0x41, 0x8b, 0x5a, 0xd4, 0xf8, 0xea, 0x60, 0x80, 0x54, 0x2a, 0x75, 0x37, 0xdf, 0x86, 0xc5, 0xfe, 0x5c, 0xbf, 0x83, 0x95, 0xfc, 0x43, 0xe8, 0x83, 0xf8, 0xb5, 0xa4, 0xde, 0xb0, 0xd3, 0x93, 0xe4, 0x3d, 0xef, 0x79, 0x37, 0x99, 0x99, 0x9a, 0x25, 0x93, 0xe3, 0x97, 0xcf, 0x44, 0xe2, 0xae, 0x5d, 0xd7, 0x91, 0xaa, 0xaa, 0x08, 0xc0, 0x94, 0x83, 0x64, 0x65, 0x6b, 0x79, 0x1a, 0x71, 0xc4, 0xa7, 0xe3, 0xa4, 0x79, 0x79, 0x93, 0xfb, 0xbd, 0xbb, 0xbb, 0x93, 0x1c, 0x7d, 0xeb, 0x28, 0x4b, 0xe6, 0x2f, 0x09, 0x5e, 0x8d, 0x4f, 0x90, 0xb6, 0x55, 0xad, 0xe4, 0x9d, 0xb7, 0xdf, 0x2a, 0x31, 0x40, 0x43, 0x43, 0x03, 0x36, 0xa0, 0xfe, 0x27, 0x12, 0xdc, 0x63, 0x57, 0x57, 0xd1, 0x9b, 0xaf, 0x5f, 0x55, 0x10, 0x48, 0x9a, 0xfd, 0xbd, 0xfe, 0xfa, 0x9d, 0x4c, 0xe2, 0x96, 0x03, 0xfe, 0xe0, 0xb4, 0x3f, 0x96, 0xe2, 0x18, 0x3a, 0x37, 0x7c, 0x59, 0x19, 0xd2, 0x13, 0x00, 0x59, 0xd6, 0x6e, 0xe8, 0x67, 0xf6, 0x4b, 0xb9, 0xae, 0x1b, 0x1b, 0x50, 0x8b, 0x0c, 0xc0, 0xca, 0x9c, 0xc7, 0xaa, 0x4a, 0x3e, 0x3e, 0x3a, 0x29, 0xda, 0xda, 0x57, 0x92, 0xcd, 0x9b, 0xaf, 0xb1, 0x8b, 0x77, 0x39, 0xef, 0xb1, 0xaa, 0xaa, 0x6a, 0x57, 0x7b, 0x7b, 0x7b, 0xe3, 0x85, 0x0b, 0x17, 0x46, 0x48, 0xee, 0x7e, 0xbb, 0x6a, 0x83, 0xea, 0xab, 0x83, 0x01, 0xf6, 0xec, 0xd9, 0x83, 0x3d, 0x81, 0xdf, 0xcb, 0xbf, 0x63, 0xb5, 0xe6, 0x4e, 0x90, 0x4c, 0x58, 0x44, 0x6a, 0xf8, 0xc2, 0xa5, 0x92, 0x5f, 0x4e, 0x1d, 0x68, 0x12, 0xac, 0xd4, 0xa6, 0x16, 0xba, 0x5a, 0xec, 0x83, 0xb7, 0x3f, 0x6a, 0x6c, 0xac, 0x2f, 0x1b, 0x03, 0xa0, 0x36, 0x45, 0x8c, 0x2e, 0x1e, 0xaf, 0xb3, 0xb3, 0x83, 0x24, 0xe2, 0x73, 0xcc, 0xde, 0x28, 0x76, 0x4c, 0x4f, 0xc6, 0x89, 0x95, 0xb1, 0x58, 0xf7, 0xf8, 0xed, 0x3b, 0xae, 0x25, 0xaf, 0x1d, 0x70, 0x9b, 0x4d, 0x98, 0x6b, 0xd6, 0xac, 0xb9, 0x15, 0x18, 0xe0, 0x5f, 0x49, 0xee, 0x9e, 0xbb, 0x45, 0xb7, 0x20, 0xbd, 0x1c, 0x46, 0xe0, 0x1b, 0xc4, 0x10, 0x5a, 0x62, 0xf7, 0xf3, 0xb2, 0xe1, 0xcf, 0xce, 0xed, 0xac, 0xe6, 0x64, 0x1c, 0xe0, 0x4f, 0x36, 0x63, 0xb9, 0xc6, 0x62, 0x31, 0x4b, 0x2a, 0x9d, 0x62, 0xc5, 0xab, 0xb0, 0xce, 0x4e, 0x29, 0xc7, 0x59, 0x88, 0x05, 0xfb, 0xd8, 0x62, 0xb3, 0x8b, 0xb6, 0x8e, 0x55, 0xcc, 0x13, 0x56, 0xae, 0xe3, 0xce, 0xce, 0xc8, 0xa5, 0xcc, 0x57, 0xaf, 0xee, 0x23, 0x97, 0x46, 0x86, 0x99, 0xab, 0x52, 0x6d, 0x0d, 0x25, 0x36, 0xe0, 0xc8, 0xb5, 0x60, 0x44, 0x28, 0x6e, 0xff, 0xee, 0x3b, 0xde, 0xad, 0x08, 0xa0, 0xba, 0xf7, 0x90, 0xe0, 0xba, 0x44, 0xea, 0x7a, 0x86, 0x5c, 0xa1, 0x23, 0x50, 0x03, 0x00, 0xd1, 0x4b, 0xa1, 0xcf, 0xd7, 0xdf, 0xb8, 0x8b, 0xd9, 0x9b, 0x38, 0x35, 0x7e, 0xe4, 0xd8, 0x1b, 0xf0, 0x60, 0x8b, 0xc7, 0xed, 0x58, 0x18, 0xf6, 0xd7, 0x7e, 0xfd, 0x57, 0x01, 0xfb, 0xce, 0x90, 0x23, 0x47, 0xdf, 0xbe, 0xac, 0x1e, 0x58, 0xc4, 0x34, 0x48, 0xcf, 0xea, 0x0e, 0xd2, 0xd1, 0xbe, 0x8a, 0xfc, 0xc7, 0xab, 0xdf, 0x25, 0xd1, 0x32, 0xf4, 0x22, 0xc0, 0xda, 0xa3, 0x1d, 0xdd, 0x77, 0x48, 0x89, 0xf8, 0x58, 0x77, 0x34, 0x39, 0x37, 0x4b, 0x7e, 0xfa, 0xf3, 0x97, 0x73, 0x5f, 0x13, 0x2b, 0xdd, 0x68, 0x08, 0xdf, 0xa3, 0xac, 0xc4, 0x23, 0xd3, 0x24, 0x3d, 0x6d, 0x64, 0x45, 0xeb, 0x0a, 0xb2, 0x75, 0xeb, 0x16, 0x69, 0x1f, 0x80, 0x41, 0xb7, 0x00, 0x0c, 0xaa, 0x06, 0x2d, 0x90, 0x20, 0xe1, 0xfd, 0x77, 0xaf, 0xe8, 0x24, 0x0f, 0x2d, 0x03, 0x7c, 0xe0, 0x03, 0x1f, 0x88, 0xc1, 0xcb, 0xf8, 0x00, 0xff, 0xde, 0xba, 0xb2, 0x95, 0x74, 0x74, 0x75, 0xb2, 0xc2, 0xb2, 0xa3, 0xc3, 0x97, 0xc8, 0xc5, 0xe1, 0xe1, 0x92, 0x4e, 0x8a, 0x15, 0xda, 0xea, 0xeb, 0xea, 0xc9, 0xf1, 0x63, 0x27, 0xc8, 0xf9, 0xf3, 0x03, 0x97, 0xdd, 0x43, 0xc3, 0x8a, 0x6f, 0x58, 0x9e, 0x11, 0xbb, 0xd1, 0xf0, 0xa4, 0x90, 0x52, 0xc7, 0xe0, 0xd0, 0x00, 0x59, 0xb7, 0x76, 0xad, 0xf4, 0xdb, 0xb6, 0xed, 0xdb, 0xc8, 0x4a, 0xd0, 0x94, 0x76, 0xaf, 0x5d, 0xb5, 0xb7, 0xee, 0x9c, 0xe4, 0x01, 0x43, 0xad, 0x2a, 0x16, 0xff, 0xca, 0x64, 0xd2, 0x2c, 0x45, 0x15, 0x13, 0xd7, 0xfb, 0xd6, 0xac, 0x26, 0x8d, 0x4d, 0x8d, 0x64, 0xe3, 0xa6, 0x8d, 0xe4, 0xc8, 0x5b, 0x47, 0x5c, 0x1e, 0xdb, 0xb8, 0x71, 0x23, 0xc2, 0xa0, 0x7f, 0x23, 0xfa, 0xfe, 0xbb, 0x59, 0x72, 0x15, 0x0c, 0x2d, 0x03, 0x34, 0x35, 0x35, 0x61, 0xe5, 0x87, 0x26, 0x2e, 0x91, 0x76, 0xec, 0xdc, 0xc6, 0xdc, 0x69, 0xb3, 0x33, 0x71, 0xd6, 0xed, 0xe4, 0xb7, 0xf6, 0xfc, 0x66, 0xde, 0x27, 0xd0, 0x39, 0x35, 0xb9, 0x5f, 0x7a, 0xd3, 0xa6, 0x6b, 0xc8, 0xc6, 0x6b, 0x36, 0x14, 0x74, 0xc1, 0xe5, 0x4e, 0xbb, 0x2c, 0xa6, 0xa5, 0x28, 0xb6, 0x3c, 0xc2, 0xeb, 0xbf, 0xed, 0xdd, 0xb7, 0xb1, 0x26, 0xcf, 0x79, 0x1d, 0x2f, 0xc7, 0x65, 0x63, 0xb5, 0x69, 0xb5, 0x01, 0x35, 0xda, 0x01, 0x5d, 0x9d, 0x9d, 0x05, 0x1f, 0xcb, 0xe7, 0x6a, 0x4d, 0x26, 0x59, 0xf9, 0xf6, 0x3b, 0xdf, 0xf7, 0x2b, 0x22, 0x03, 0xe0, 0x39, 0xdf, 0x07, 0x1f, 0xdf, 0xd2, 0x60, 0xfe, 0xab, 0x66, 0x44, 0x73, 0xc1, 0x1f, 0xfc, 0xdc, 0xfd, 0x8e, 0x1b, 0x98, 0x8a, 0x8d, 0x63, 0x68, 0xad, 0x41, 0xa4, 0xa9, 0xfb, 0x82, 0x89, 0xd2, 0xd9, 0x14, 0x6b, 0x6b, 0x62, 0x49, 0x43, 0x53, 0x63, 0x86, 0xe4, 0x7d, 0x3c, 0xa3, 0x8c, 0x8c, 0x53, 0x20, 0x51, 0xa1, 0xb4, 0x6d, 0x00, 0x2d, 0x46, 0xea, 0xea, 0x4b, 0x3e, 0x16, 0xbf, 0x3e, 0x7f, 0xf9, 0x46, 0x5d, 0x92, 0x3f, 0x29, 0xb8, 0x3d, 0x29, 0x36, 0xe4, 0xc0, 0xf0, 0x87, 0x6d, 0x3b, 0xb6, 0xa9, 0x82, 0xe8, 0x4e, 0x6c, 0xd4, 0x77, 0xfc, 0xf8, 0xf1, 0xb9, 0xab, 0x45, 0xe2, 0xe7, 0x64, 0x80, 0x3d, 0x7b, 0xf6, 0x60, 0x27, 0xf7, 0x5f, 0xe7, 0xc4, 0xdf, 0xde, 0xd1, 0x4e, 0x56, 0x81, 0xc1, 0x67, 0x59, 0x19, 0xd6, 0xea, 0x47, 0xdb, 0x55, 0x3d, 0x9f, 0xd6, 0x9a, 0x9a, 0x97, 0x17, 0x44, 0x94, 0x39, 0x5b, 0x6b, 0x06, 0x10, 0x42, 0x18, 0x91, 0x07, 0xf6, 0xba, 0x0d, 0x21, 0xaa, 0xbc, 0x8f, 0x67, 0xe4, 0x47, 0xa0, 0x79, 0x1d, 0xcf, 0xc8, 0x9f, 0xd8, 0x73, 0x1e, 0xcf, 0xf9, 0x33, 0x86, 0x48, 0xe3, 0x7b, 0x5b, 0xb6, 0x62, 0x19, 0xe9, 0xed, 0xeb, 0x21, 0x67, 0xcf, 0x9c, 0x73, 0xd1, 0xe8, 0x86, 0x0d, 0x1b, 0xde, 0x05, 0x0c, 0xf0, 0x1d, 0x72, 0x95, 0x0e, 0x1f, 0x03, 0x80, 0xa4, 0x7f, 0x17, 0x3c, 0xac, 0x95, 0x5e, 0xe6, 0xd7, 0x0e, 0xa6, 0x9e, 0xa7, 0x27, 0xa7, 0x79, 0xbb, 0xca, 0xfc, 0xa5, 0x28, 0x2d, 0x90, 0x28, 0xf3, 0x24, 0xd0, 0x82, 0x18, 0x67, 0x11, 0x31, 0x62, 0x4e, 0x26, 0x2c, 0x90, 0x11, 0x43, 0x99, 0x50, 0x3a, 0x96, 0x45, 0x12, 0x89, 0x59, 0x52, 0xd7, 0xd0, 0x40, 0x3e, 0xf0, 0xab, 0x77, 0x92, 0xc7, 0xbf, 0xfa, 0x0f, 0x92, 0xb6, 0x87, 0x8f, 0x25, 0x06, 0x70, 0x1f, 0x95, 0x52, 0xf9, 0xe1, 0xa6, 0x9b, 0x6f, 0x64, 0xf0, 0xa7, 0x79, 0x59, 0x13, 0x69, 0x5a, 0xd6, 0x44, 0x48, 0x48, 0xe7, 0xd9, 0xdc, 0x45, 0x9d, 0x48, 0x1e, 0xfb, 0xf3, 0xbf, 0x28, 0x3d, 0x6e, 0x0d, 0x75, 0x4f, 0x1a, 0xd2, 0xf3, 0xd6, 0xc8, 0xd9, 0x23, 0x17, 0xa1, 0x45, 0xf0, 0xf6, 0xfe, 0xab, 0xf5, 0xd7, 0xa2, 0x53, 0x7a, 0xe4, 0x1a, 0xe1, 0xdb, 0xe7, 0x3e, 0x9e, 0x4c, 0xea, 0xfe, 0x1e, 0xba, 0x54, 0x61, 0x85, 0xe0, 0x1e, 0xbb, 0xba, 0xed, 0xf9, 0xf7, 0x5d, 0xbb, 0x76, 0xc1, 0xa7, 0x54, 0xcd, 0xf0, 0xee, 0xdb, 0x6f, 0xbf, 0xfd, 0xb3, 0x2f, 0xbc, 0xf0, 0x42, 0x66, 0x89, 0x01, 0xec, 0x71, 0x3b, 0x27, 0x7e, 0x9b, 0x21, 0x28, 0x48, 0x7e, 0x4b, 0x28, 0xe8, 0x64, 0x28, 0xa4, 0x6e, 0xb8, 0x2f, 0x4c, 0xfa, 0x9e, 0x93, 0x40, 0xc3, 0x09, 0xb2, 0xbc, 0xdb, 0x53, 0x5f, 0xd3, 0x67, 0x55, 0xd2, 0xaa, 0xe4, 0xaf, 0x12, 0x74, 0x2e, 0x41, 0xad, 0x22, 0x43, 0x1a, 0x58, 0xd1, 0x4d, 0xed, 0x93, 0xab, 0xc3, 0xfa, 0x54, 0x3a, 0x01, 0xcd, 0xa9, 0x49, 0xa8, 0x74, 0x0e, 0xaa, 0x9c, 0x93, 0x0a, 0xd5, 0xd5, 0xb1, 0x7e, 0x13, 0xba, 0x4d, 0x05, 0x6d, 0xde, 0x12, 0x8b, 0xc5, 0xd0, 0x47, 0x7a, 0x70, 0x89, 0x01, 0x6c, 0xc2, 0xef, 0x11, 0x35, 0xc0, 0xff, 0xfc, 0xef, 0xff, 0x6b, 0xde, 0xab, 0x30, 0x2f, 0x8d, 0x05, 0x1f, 0xdd, 0x57, 0x2b, 0x03, 0xe8, 0x66, 0x82, 0x0f, 0x95, 0xab, 0x0a, 0xf3, 0x12, 0xf1, 0x5f, 0x16, 0xc3, 0x02, 0x8d, 0x70, 0xf8, 0x6a, 0xbd, 0x79, 0x53, 0x63, 0x03, 0x3c, 0x04, 0x1f, 0x17, 0xca, 0x41, 0xf0, 0x61, 0xfb, 0x2c, 0x8d, 0x45, 0x31, 0x32, 0x60, 0xdf, 0x7d, 0xfe, 0xe9, 0xa7, 0x9f, 0x3e, 0x73, 0xb5, 0x3e, 0x00, 0x2d, 0xc4, 0xc5, 0x99, 0x60, 0x18, 0x7b, 0xe0, 0xe1, 0xbc, 0x0f, 0x18, 0xa2, 0x15, 0x2b, 0x8b, 0x89, 0x59, 0x61, 0x3a, 0x22, 0x16, 0x27, 0x71, 0x2e, 0x17, 0xa9, 0x2f, 0xde, 0x53, 0x59, 0x1f, 0xaa, 0x61, 0x2c, 0x66, 0x2e, 0xc7, 0x12, 0x7e, 0x97, 0xe0, 0xde, 0x0f, 0xc3, 0x75, 0xfe, 0xc3, 0xbe, 0x7d, 0xfb, 0x06, 0x96, 0xe4, 0xc0, 0xd2, 0x58, 0x1a, 0x4b, 0x63, 0x69, 0x2c, 0x8d, 0xa5, 0xb1, 0x34, 0x96, 0xc6, 0xd2, 0x58, 0x1a, 0x4b, 0xe3, 0x6a, 0x19, 0xff, 0x1f, 0x16, 0xa7, 0x2a, 0x42, 0xaa, 0xb4, 0xec, 0x8c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_receive_192_png_len = 21164; unsigned char network_transmit_receive_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x2f, 0xc1, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x70, 0x1c, 0xd7, 0x75, 0xe0, 0xeb, 0xb9, 0x67, 0x80, 0x01, 0x30, 0x00, 0x08, 0x80, 0x04, 0x01, 0x12, 0xbc, 0x44, 0x12, 0xbc, 0x6f, 0x89, 0xb6, 0x45, 0x4a, 0x8a, 0x75, 0x78, 0xe3, 0xd8, 0xce, 0xd2, 0xf1, 0x91, 0xa4, 0xac, 0x5a, 0x97, 0x2f, 0x39, 0xce, 0xae, 0xe3, 0xf2, 0x6e, 0xf6, 0x0a, 0xb7, 0x76, 0xcb, 0xeb, 0xb8, 0xd6, 0x76, 0x4a, 0x2e, 0x5b, 0x96, 0xb2, 0x4a, 0xe2, 0x4a, 0x36, 0xb5, 0x56, 0x1c, 0xaf, 0x2d, 0xaf, 0x24, 0x4b, 0x5e, 0x89, 0xb6, 0x64, 0xea, 0xb2, 0x29, 0x1e, 0xa2, 0x48, 0xf1, 0x06, 0x48, 0x80, 0x20, 0xee, 0x6b, 0xee, 0x99, 0xee, 0xbf, 0xef, 0xfd, 0xee, 0xdf, 0xf3, 0xbb, 0xa7, 0x7b, 0x30, 0x43, 0x0c, 0x41, 0x10, 0x52, 0x83, 0x9f, 0xdd, 0xd3, 0x77, 0xff, 0xf7, 0xfe, 0xbb, 0xdf, 0xfb, 0x00, 0xef, 0x2e, 0xef, 0x2e, 0xef, 0x2e, 0xef, 0xdc, 0x45, 0x99, 0xcf, 0x2f, 0x77, 0xf0, 0xe0, 0x41, 0x5f, 0x2c, 0x16, 0xeb, 0xca, 0xe7, 0xf3, 0xab, 0xbd, 0x5e, 0x6f, 0x4d, 0xb5, 0xef, 0xaf, 0xaa, 0x6a, 0x59, 0xfb, 0x2a, 0x39, 0xb7, 0x9a, 0xfb, 0x18, 0x63, 0x71, 0x45, 0x51, 0xce, 0x7c, 0xfd, 0xeb, 0x5f, 0xbf, 0x44, 0x3f, 0xdf, 0x51, 0x08, 0xf0, 0xcd, 0x6f, 0x7e, 0x73, 0xbf, 0xc7, 0xe3, 0xf9, 0x2e, 0x6e, 0xae, 0xbb, 0x11, 0xf7, 0xc7, 0xce, 0x35, 0xd7, 0xf2, 0x76, 0xa9, 0x7d, 0x37, 0xf1, 0xfc, 0xc3, 0x88, 0x1c, 0x7f, 0xf2, 0xad, 0x6f, 0x7d, 0xeb, 0xe8, 0x3b, 0x02, 0x01, 0x10, 0xf8, 0x5b, 0x11, 0xf8, 0xaf, 0xe2, 0x66, 0xc0, 0xef, 0xf7, 0x43, 0x24, 0x12, 0x01, 0x1c, 0x09, 0xbc, 0xf9, 0x7c, 0xbe, 0xaa, 0x01, 0xde, 0xbe, 0xdf, 0x0d, 0x28, 0x33, 0x01, 0xaa, 0x9c, 0x7b, 0xb8, 0xdd, 0x0b, 0xbf, 0x93, 0x7f, 0x93, 0xd3, 0xf9, 0xb9, 0x5c, 0x0e, 0x86, 0x87, 0x87, 0x21, 0x9d, 0x4e, 0xd3, 0xae, 0x71, 0x44, 0x82, 0x5d, 0xdf, 0xfe, 0xf6, 0xb7, 0xcf, 0x57, 0xb3, 0xaf, 0x7d, 0xf3, 0x11, 0x01, 0xb0, 0x53, 0xbe, 0x41, 0xc0, 0x6f, 0x6e, 0x6e, 0x86, 0xfd, 0xfb, 0xf7, 0x41, 0x38, 0x1c, 0x46, 0x54, 0xad, 0x14, 0x57, 0x59, 0x99, 0xbb, 0x58, 0x59, 0xb7, 0x61, 0x15, 0x50, 0x60, 0xc6, 0x5c, 0x6e, 0x34, 0xe3, 0xa3, 0x6c, 0x08, 0xa5, 0x31, 0x98, 0x9c, 0x9a, 0x82, 0x9f, 0xfc, 0x9f, 0x9f, 0xc0, 0xd0, 0xd0, 0x50, 0x0c, 0x77, 0xfd, 0x77, 0x6c, 0x07, 0x16, 0x34, 0x05, 0x78, 0xe2, 0x89, 0x27, 0xbc, 0xfd, 0xfd, 0xfd, 0x13, 0xb8, 0x59, 0x7b, 0xdf, 0xfd, 0xf7, 0x41, 0x67, 0x67, 0xc7, 0xf5, 0x8c, 0xf3, 0x0a, 0x00, 0x73, 0x7d, 0xf7, 0x72, 0x3c, 0x32, 0x0b, 0x2e, 0x5d, 0x84, 0x60, 0xd2, 0xcf, 0xd3, 0xa7, 0x4e, 0xc3, 0x0f, 0x7f, 0xf8, 0x04, 0x51, 0x85, 0xf1, 0xfa, 0xfa, 0xfa, 0x66, 0x94, 0x8d, 0xb4, 0x05, 0x4b, 0x01, 0x2e, 0x5f, 0xbe, 0x1c, 0x43, 0x81, 0xaf, 0x96, 0x48, 0x63, 0x43, 0x7d, 0x03, 0xdf, 0x97, 0xcb, 0x65, 0x21, 0x95, 0x4e, 0x5e, 0x5f, 0x47, 0xda, 0xc8, 0x6e, 0x65, 0x03, 0x93, 0xb9, 0x9c, 0xcf, 0xca, 0xa7, 0x14, 0xcc, 0x9d, 0x15, 0x99, 0xe4, 0xde, 0xe5, 0x9a, 0x68, 0xb4, 0x0e, 0x79, 0x60, 0x10, 0x5a, 0x5a, 0x5a, 0xc4, 0xb9, 0xb1, 0xc9, 0xc9, 0x49, 0xea, 0x94, 0xb1, 0x05, 0x8b, 0x00, 0xc1, 0x60, 0x30, 0x8a, 0x52, 0x3f, 0x10, 0xef, 0x57, 0x3c, 0x3a, 0x81, 0xca, 0xe5, 0x73, 0x90, 0x4c, 0x27, 0x70, 0xad, 0xc1, 0xf9, 0xcb, 0x89, 0xc2, 0xb9, 0x01, 0x0f, 0x78, 0xbd, 0x9e, 0x32, 0x00, 0xcc, 0x4a, 0x22, 0x4b, 0xd0, 0x8f, 0xb2, 0x85, 0x47, 0x99, 0x19, 0x6e, 0x33, 0x00, 0x3f, 0x80, 0xf7, 0xf1, 0x7a, 0x95, 0x8a, 0xd8, 0x07, 0xe2, 0x39, 0x3e, 0xdf, 0x53, 0xf4, 0x50, 0xba, 0x26, 0x14, 0x0a, 0x73, 0x04, 0xc0, 0x01, 0xc1, 0x1b, 0xf5, 0x0b, 0xca, 0x05, 0xd1, 0x05, 0x8d, 0x00, 0xd9, 0x6c, 0xb6, 0x4e, 0x08, 0x46, 0x1e, 0x83, 0xef, 0x33, 0xa6, 0x53, 0xbc, 0x91, 0xc9, 0x2c, 0x7c, 0xeb, 0x1f, 0xce, 0xc3, 0x42, 0x5a, 0xe8, 0x13, 0xbf, 0xfc, 0xc9, 0xe5, 0xb0, 0x7c, 0x71, 0xb8, 0x08, 0x31, 0xc5, 0x77, 0x2b, 0xd8, 0x1f, 0x34, 0x20, 0x48, 0x28, 0x44, 0x41, 0xb8, 0x6e, 0x41, 0x0b, 0x81, 0x08, 0xf8, 0xa8, 0xa6, 0x69, 0x3a, 0x05, 0x30, 0x10, 0x40, 0x33, 0x46, 0x77, 0x3a, 0xad, 0x77, 0xc8, 0x86, 0xd5, 0xf5, 0x10, 0x08, 0x7a, 0x41, 0x61, 0x82, 0xaf, 0x33, 0xc7, 0x91, 0x9b, 0xcd, 0xa9, 0x12, 0xef, 0x67, 0x45, 0xf2, 0x00, 0x35, 0xfe, 0x0c, 0xc5, 0x59, 0x4e, 0x28, 0x75, 0x6f, 0x5d, 0x6f, 0x67, 0x40, 0xef, 0xca, 0x4c, 0x81, 0x4a, 0x71, 0xbe, 0x8e, 0x15, 0xcb, 0x22, 0x0a, 0xbe, 0xfc, 0xd0, 0x58, 0x12, 0x59, 0x9b, 0x02, 0x63, 0x93, 0x39, 0x8e, 0x00, 0x04, 0xf8, 0x64, 0x22, 0xc5, 0xcf, 0x09, 0x85, 0x83, 0xfc, 0xde, 0x9c, 0x4a, 0xe0, 0x3b, 0x52, 0x7f, 0x18, 0x5a, 0x43, 0x74, 0x41, 0x23, 0x00, 0x7e, 0x74, 0xd4, 0x40, 0x04, 0x93, 0x05, 0x88, 0x91, 0x90, 0xca, 0xe4, 0xf9, 0x7a, 0x49, 0x4b, 0x14, 0xc9, 0xbf, 0xd7, 0xa6, 0x36, 0xe9, 0x22, 0xad, 0x1b, 0xb0, 0xed, 0x80, 0x61, 0xd2, 0x6f, 0x0e, 0x10, 0x1b, 0x90, 0xe5, 0x63, 0xe2, 0xa0, 0xfc, 0x2c, 0x45, 0x20, 0x91, 0x74, 0x95, 0xfc, 0x1c, 0x02, 0x70, 0x31, 0x32, 0x89, 0xf7, 0xd4, 0x8f, 0x25, 0x33, 0x59, 0xc8, 0x64, 0x54, 0xfc, 0x2e, 0x8d, 0x03, 0xff, 0xfc, 0xd9, 0x4b, 0x30, 0x38, 0x30, 0x08, 0xed, 0x4b, 0x97, 0x40, 0x53, 0x73, 0x13, 0xd4, 0x47, 0x05, 0x05, 0x50, 0x4c, 0x55, 0x11, 0xdb, 0xc2, 0x46, 0x00, 0x22, 0x71, 0xf4, 0xa1, 0x1c, 0x01, 0x14, 0x2b, 0x7f, 0xa7, 0x8e, 0xa2, 0x9e, 0x27, 0xbe, 0xa9, 0x6a, 0xac, 0x18, 0xd0, 0x9a, 0x1b, 0xa0, 0xad, 0x80, 0x73, 0x02, 0xb4, 0xe6, 0x80, 0x40, 0x26, 0xa0, 0xb5, 0xca, 0x01, 0xcd, 0x07, 0xaf, 0xed, 0x98, 0x79, 0x9c, 0xe9, 0xfb, 0x3d, 0x1e, 0xfd, 0x9e, 0xa9, 0x8c, 0x4e, 0xa9, 0x9a, 0x9a, 0x63, 0x30, 0x39, 0x31, 0x29, 0xfa, 0x01, 0xdf, 0x49, 0x15, 0x6a, 0xb1, 0x49, 0x01, 0x70, 0x59, 0xd8, 0x2c, 0x40, 0x60, 0xb8, 0x95, 0x05, 0x68, 0x26, 0x02, 0x90, 0xcc, 0x47, 0xfb, 0x19, 0x63, 0x33, 0x02, 0xda, 0x69, 0xf4, 0x3a, 0x01, 0xda, 0x5c, 0xdd, 0x20, 0x40, 0xcb, 0x23, 0x5f, 0x7e, 0x3f, 0xc1, 0x32, 0x92, 0x19, 0xfd, 0xfb, 0x62, 0xb1, 0x06, 0xd8, 0xbe, 0x73, 0x8b, 0x29, 0x07, 0x88, 0x77, 0x56, 0x0c, 0x16, 0x20, 0xf7, 0xcf, 0x82, 0x46, 0x00, 0x61, 0xf1, 0xf3, 0x08, 0x16, 0xa0, 0x19, 0x14, 0x20, 0x9d, 0x07, 0x1f, 0x62, 0x80, 0xea, 0x04, 0x68, 0x0b, 0xe8, 0x0c, 0x40, 0x53, 0x27, 0x3a, 0x68, 0xcc, 0x1c, 0xd0, 0xc6, 0xc5, 0x8e, 0x23, 0xde, 0x01, 0x49, 0x34, 0x99, 0xba, 0x28, 0xe2, 0x5c, 0x43, 0x5c, 0x63, 0x36, 0x96, 0xe1, 0x68, 0x7f, 0xb0, 0xbe, 0x0b, 0x97, 0x1c, 0xf8, 0x28, 0x67, 0x90, 0x26, 0xd6, 0xc6, 0x8a, 0xb5, 0x13, 0x81, 0xf8, 0x44, 0x09, 0x05, 0x05, 0x78, 0x47, 0xb0, 0x00, 0x53, 0x06, 0x10, 0x14, 0x80, 0x04, 0x2d, 0xfc, 0xf8, 0x54, 0x5a, 0xe5, 0x6a, 0x96, 0xde, 0x2f, 0xd2, 0x88, 0xb6, 0x0b, 0x6f, 0xf2, 0x08, 0x76, 0x21, 0xed, 0x26, 0xcb, 0x50, 0xac, 0x32, 0x80, 0xe6, 0x70, 0x0c, 0xec, 0x54, 0x81, 0xc9, 0xfc, 0xdf, 0xf6, 0xbc, 0x22, 0x56, 0xc3, 0x2c, 0x42, 0xa7, 0xfc, 0x3c, 0x2f, 0x92, 0x76, 0x4d, 0x63, 0x3a, 0x6b, 0x23, 0x21, 0x37, 0x95, 0x86, 0xd3, 0xa7, 0xcf, 0x42, 0x5d, 0x5d, 0x1d, 0x34, 0x2f, 0x6a, 0x42, 0xf5, 0x30, 0x68, 0xb0, 0x00, 0x05, 0x02, 0x81, 0x00, 0xef, 0x03, 0xec, 0x8b, 0xba, 0x85, 0x8e, 0x00, 0xd1, 0x82, 0x0c, 0xa0, 0x18, 0xa3, 0xca, 0xe8, 0xa0, 0xac, 0x0a, 0x44, 0x14, 0x34, 0x8d, 0xcd, 0x1a, 0xd0, 0xf6, 0x63, 0x1a, 0x2b, 0x90, 0x7a, 0x3b, 0xa0, 0x9d, 0x48, 0x78, 0x31, 0xc5, 0x70, 0x07, 0xb4, 0xdb, 0xf3, 0xc4, 0x28, 0x4f, 0xa6, 0x74, 0x21, 0x30, 0x9e, 0x48, 0xc2, 0xd8, 0xc8, 0x38, 0x84, 0x51, 0xff, 0xcf, 0xe7, 0x48, 0xe7, 0xcf, 0xf3, 0x0b, 0x05, 0x45, 0x64, 0xfa, 0xf6, 0xc2, 0x67, 0x01, 0x45, 0x14, 0x40, 0x12, 0x02, 0x49, 0x22, 0xd6, 0x98, 0x8b, 0x74, 0xae, 0xc9, 0x3c, 0xdb, 0xf9, 0x98, 0x66, 0x18, 0x73, 0x14, 0x17, 0x0d, 0x41, 0xd3, 0x6c, 0xa4, 0x5b, 0x26, 0xf7, 0x9a, 0xfc, 0x4c, 0x17, 0xe1, 0xd2, 0xe1, 0x79, 0x4e, 0xef, 0xc9, 0xdf, 0x8f, 0xab, 0xa0, 0x0a, 0xc4, 0x53, 0x79, 0x53, 0x08, 0x7c, 0xcf, 0x9d, 0x7b, 0x20, 0x9b, 0xc9, 0x41, 0x30, 0x14, 0x00, 0x85, 0xa8, 0x9d, 0x21, 0x03, 0xbc, 0x63, 0x10, 0x80, 0x2c, 0xa0, 0x76, 0x04, 0x30, 0x29, 0x00, 0x4a, 0xcb, 0xb4, 0x47, 0xd5, 0x40, 0xea, 0x48, 0xe6, 0x00, 0x48, 0x9d, 0x67, 0x5b, 0x00, 0x6d, 0xa3, 0x0a, 0x1a, 0x2b, 0x36, 0x13, 0x3b, 0x8e, 0x68, 0xad, 0x58, 0x18, 0x74, 0x7b, 0x9e, 0x23, 0x85, 0x50, 0x98, 0xe5, 0x1e, 0x32, 0x35, 0xe1, 0xc2, 0x2c, 0x14, 0x58, 0x00, 0xbd, 0x22, 0x91, 0x7a, 0x4e, 0xee, 0x39, 0xc2, 0x69, 0x7c, 0xa7, 0x8c, 0x00, 0x0b, 0x5e, 0x06, 0x10, 0x6a, 0x0e, 0x75, 0x02, 0xc1, 0xdf, 0x94, 0xee, 0xf1, 0x5f, 0x3c, 0x99, 0x07, 0x0f, 0x37, 0xfd, 0xb2, 0x22, 0x40, 0x3b, 0x02, 0x53, 0x71, 0x07, 0xb4, 0x3c, 0xb2, 0x65, 0xbb, 0x00, 0xb3, 0x4b, 0xf0, 0x8a, 0x95, 0xdc, 0x6b, 0x9a, 0x93, 0x7d, 0xc0, 0x59, 0xe0, 0x14, 0x54, 0xc2, 0xfa, 0xbc, 0x02, 0xf2, 0x0a, 0xeb, 0x33, 0x47, 0x00, 0x83, 0xe5, 0xf4, 0xf6, 0x5c, 0xe1, 0x9b, 0xb1, 0x58, 0x3d, 0x44, 0xeb, 0x6a, 0x4d, 0x63, 0x15, 0xf5, 0x87, 0xf1, 0x0d, 0x75, 0xef, 0x08, 0x0a, 0x60, 0xaa, 0x3d, 0x3a, 0xcd, 0xd6, 0xad, 0x64, 0xa4, 0x2f, 0x63, 0x67, 0x90, 0x0d, 0xc0, 0x3a, 0xca, 0x9c, 0x79, 0xbf, 0xa6, 0xb9, 0x03, 0xba, 0x58, 0x45, 0x93, 0x01, 0xcd, 0x6c, 0x3c, 0xdb, 0xa6, 0x59, 0x58, 0x8d, 0x08, 0x45, 0xf7, 0xb1, 0x3f, 0x4f, 0x66, 0x09, 0xd9, 0xbc, 0x0a, 0xd3, 0x89, 0x2c, 0x24, 0xd2, 0x39, 0x5c, 0x67, 0xf8, 0x05, 0xd9, 0xac, 0x6a, 0x58, 0x3a, 0xd3, 0x70, 0xf1, 0x42, 0x0f, 0x37, 0x02, 0x85, 0xc3, 0x21, 0x08, 0x85, 0x42, 0x06, 0xd9, 0x07, 0xdc, 0x0e, 0xbe, 0x33, 0x28, 0x80, 0xf8, 0xc0, 0x40, 0x30, 0x60, 0x0a, 0x49, 0x62, 0x84, 0x73, 0x2d, 0x80, 0x54, 0x27, 0x1b, 0x49, 0xd5, 0x6c, 0x42, 0x9e, 0x2c, 0x84, 0xb9, 0x09, 0x72, 0xc0, 0x9c, 0x85, 0x33, 0x47, 0xcd, 0x82, 0x31, 0x47, 0x12, 0xee, 0x68, 0x58, 0xd2, 0x24, 0xc3, 0x12, 0xe8, 0x02, 0xeb, 0x14, 0x02, 0x7a, 0x62, 0x3a, 0x83, 0xbc, 0x3e, 0x6b, 0x9a, 0xa7, 0xc5, 0xe2, 0x41, 0x15, 0x2f, 0xa7, 0x32, 0xae, 0xda, 0x06, 0xc3, 0x41, 0xd8, 0x7d, 0xc7, 0x76, 0x48, 0x4c, 0x27, 0x21, 0x5c, 0x13, 0x06, 0x7f, 0xc0, 0xc7, 0x35, 0x20, 0x32, 0x04, 0x05, 0x83, 0xa1, 0x77, 0x8e, 0x1a, 0x48, 0x1f, 0x1d, 0xf0, 0x07, 0x74, 0x12, 0x2a, 0x49, 0x65, 0x69, 0x24, 0x95, 0xc1, 0x88, 0x8f, 0x53, 0x00, 0x79, 0xd4, 0x5b, 0x75, 0xf1, 0xc2, 0x08, 0x77, 0x34, 0x07, 0xbb, 0xf0, 0x6a, 0x70, 0xd0, 0xe3, 0x2d, 0xa6, 0x62, 0xc5, 0xc6, 0xc7, 0x6d, 0xd2, 0xbc, 0xac, 0x2e, 0xd2, 0xfb, 0x4d, 0x4c, 0xa7, 0x4d, 0xa0, 0x6b, 0x32, 0x1f, 0x52, 0x9c, 0xed, 0x04, 0x24, 0xdf, 0x44, 0x42, 0x5e, 0x1e, 0xfc, 0xc2, 0x03, 0x60, 0x4c, 0xb5, 0x14, 0x35, 0x1f, 0x28, 0xa8, 0x81, 0x0b, 0x9e, 0x05, 0x90, 0x2f, 0x80, 0x3e, 0xd4, 0xef, 0xf7, 0x59, 0x34, 0x00, 0x5a, 0x32, 0x39, 0x0d, 0x22, 0xdc, 0x0a, 0x28, 0xf1, 0xd6, 0x52, 0x24, 0x5c, 0x29, 0x16, 0xbe, 0x04, 0x49, 0x75, 0x04, 0xb4, 0xe6, 0x62, 0x0e, 0x56, 0x6c, 0x86, 0x20, 0x1b, 0xd2, 0x09, 0xaa, 0x93, 0xce, 0xe6, 0x61, 0x7c, 0x2a, 0x05, 0xa3, 0x93, 0x29, 0xc3, 0x54, 0x6d, 0x75, 0x12, 0xb9, 0xa0, 0xbc, 0x41, 0xdd, 0xf0, 0xdb, 0x82, 0x5e, 0x98, 0x9e, 0x8a, 0xc3, 0xd4, 0xd4, 0x34, 0xd4, 0x46, 0x6b, 0xa0, 0xb6, 0xb6, 0x46, 0xb7, 0x81, 0x78, 0x48, 0x26, 0x32, 0x4d, 0xc1, 0x0b, 0x9f, 0x05, 0x70, 0x3b, 0x80, 0x69, 0xfa, 0xd4, 0x4c, 0x59, 0x20, 0x9b, 0x63, 0xdc, 0x28, 0x22, 0xd4, 0x40, 0x19, 0x90, 0x76, 0x12, 0xce, 0x8f, 0x33, 0x67, 0xfd, 0x5d, 0xd3, 0x4a, 0x9b, 0x83, 0x05, 0x79, 0x37, 0x11, 0x8b, 0x39, 0xc8, 0x06, 0x12, 0xd2, 0x4d, 0xc6, 0x33, 0x30, 0x38, 0x96, 0x30, 0x9d, 0x55, 0x06, 0x29, 0xab, 0xe8, 0xbb, 0xd3, 0xdc, 0x1f, 0xe0, 0x87, 0xe3, 0x47, 0xdf, 0x84, 0x70, 0x24, 0x02, 0x8b, 0xa1, 0x95, 0x53, 0x41, 0xcd, 0xd0, 0x04, 0x02, 0x81, 0xe0, 0x0d, 0x41, 0x00, 0xcf, 0x7c, 0x02, 0x3e, 0x85, 0x81, 0xe3, 0x47, 0x72, 0xfa, 0xe7, 0xf3, 0xfa, 0x0a, 0x92, 0x3b, 0xfe, 0x4b, 0x71, 0x41, 0x49, 0x1f, 0x79, 0x1c, 0x01, 0x0c, 0x52, 0x4b, 0x4d, 0x73, 0x68, 0x74, 0x1d, 0x3f, 0xc6, 0xcf, 0xd3, 0x9d, 0x47, 0x1a, 0x2b, 0x1c, 0xd3, 0x54, 0xdd, 0xc0, 0x44, 0xbf, 0x55, 0x83, 0x07, 0x8b, 0x26, 0xdf, 0x43, 0x53, 0xe5, 0xfb, 0xe9, 0xcf, 0x56, 0x8d, 0xdf, 0x93, 0x48, 0xe2, 0xcf, 0x5e, 0x1e, 0x83, 0x9e, 0x81, 0x49, 0x2b, 0xf0, 0x2b, 0x41, 0x78, 0x03, 0xf3, 0x84, 0x3f, 0x60, 0xf3, 0xb6, 0x8d, 0xb0, 0xa8, 0x05, 0x85, 0xc0, 0x48, 0x08, 0x07, 0x81, 0xcf, 0x74, 0x09, 0x4b, 0xbe, 0x80, 0xc8, 0x81, 0x03, 0x07, 0xbc, 0x0b, 0x92, 0x02, 0x50, 0x34, 0x90, 0x4e, 0xfe, 0xfd, 0xa6, 0x1f, 0x40, 0xf7, 0xb7, 0x33, 0xce, 0xff, 0xf9, 0xc0, 0xe2, 0xe6, 0x53, 0x9b, 0x10, 0x28, 0x84, 0x32, 0xcd, 0xc1, 0x14, 0x5b, 0x34, 0xa2, 0x25, 0xd2, 0xce, 0x66, 0x16, 0x02, 0x15, 0x07, 0xb9, 0x81, 0x80, 0x7d, 0x75, 0x38, 0xce, 0x49, 0xbe, 0x2b, 0x63, 0xaf, 0x70, 0x21, 0x01, 0x97, 0xbe, 0x53, 0x90, 0x7e, 0x89, 0x25, 0x72, 0x64, 0xf3, 0xfa, 0xbc, 0xba, 0x87, 0x50, 0xd3, 0x94, 0x58, 0x2c, 0x56, 0x4b, 0x84, 0x67, 0xc1, 0x21, 0x00, 0x02, 0xbe, 0x8e, 0x92, 0x23, 0xac, 0x56, 0x40, 0xcd, 0x18, 0x21, 0xba, 0xf4, 0xec, 0xf5, 0x18, 0x86, 0x20, 0xbb, 0xba, 0x25, 0xed, 0x2b, 0x8a, 0x09, 0xb0, 0x00, 0x5a, 0x29, 0xf8, 0x11, 0xc0, 0x26, 0x37, 0x14, 0x59, 0xfa, 0x24, 0x21, 0x10, 0xb7, 0xf2, 0x48, 0x0d, 0x86, 0xc6, 0x13, 0x9c, 0xe4, 0xeb, 0xc8, 0x54, 0x9d, 0x98, 0x5a, 0xfa, 0xd6, 0x54, 0x56, 0x7f, 0x1b, 0x0d, 0x3f, 0x6e, 0x7c, 0x6c, 0x12, 0x07, 0x43, 0x80, 0x53, 0x81, 0x82, 0x4b, 0x58, 0xf7, 0x08, 0x1a, 0x61, 0x61, 0x75, 0x0b, 0x12, 0x01, 0x84, 0x8a, 0x43, 0xf1, 0x6f, 0x60, 0xb7, 0x02, 0x66, 0x55, 0x69, 0xb4, 0x15, 0xac, 0x6b, 0x4c, 0xd6, 0xb7, 0x59, 0x69, 0x0f, 0xa1, 0x5d, 0xaa, 0x97, 0x01, 0xcd, 0xc0, 0xc5, 0x60, 0x63, 0x50, 0x8d, 0xa9, 0x78, 0x16, 0xae, 0x8d, 0x26, 0x4c, 0xe1, 0xae, 0x9a, 0xe1, 0xd4, 0x44, 0xec, 0x48, 0x08, 0xa4, 0x17, 0x3d, 0x73, 0xfa, 0x1c, 0x4c, 0x4e, 0x4c, 0x43, 0xfb, 0xd2, 0xc5, 0x48, 0xed, 0x62, 0x1c, 0x21, 0xf4, 0xf7, 0xf5, 0x98, 0x39, 0x11, 0xd9, 0x6c, 0x36, 0x7a, 0x53, 0x58, 0xc0, 0x37, 0xbe, 0xf1, 0x8d, 0x36, 0x7c, 0x89, 0x2d, 0xa8, 0x97, 0xae, 0xc1, 0x9f, 0xe1, 0x6a, 0x23, 0x00, 0x62, 0x77, 0xa7, 0x87, 0x93, 0x78, 0x0d, 0x4e, 0x9d, 0x3a, 0xc5, 0x55, 0x9f, 0x4c, 0x26, 0x05, 0x99, 0x6c, 0x06, 0xae, 0x8d, 0xa4, 0xa1, 0xab, 0x71, 0x0a, 0xea, 0x03, 0x19, 0x08, 0xa8, 0x1e, 0xd3, 0xf9, 0x03, 0xa6, 0x69, 0xd7, 0x1a, 0xba, 0xc5, 0x0a, 0xce, 0x7d, 0xdd, 0x98, 0x24, 0x0b, 0x8c, 0x4c, 0x46, 0x1a, 0xcd, 0xa6, 0x12, 0x5a, 0xe3, 0x0b, 0xa8, 0xc5, 0x53, 0x39, 0x50, 0x10, 0x01, 0x1b, 0x91, 0x27, 0x27, 0xb5, 0x10, 0x24, 0xf2, 0x55, 0xfe, 0x74, 0xa5, 0xc0, 0xe2, 0x3a, 0x96, 0x2d, 0xc5, 0xd1, 0x7e, 0x55, 0x22, 0xf9, 0xcc, 0x30, 0x07, 0x83, 0x69, 0x0e, 0xae, 0x66, 0x58, 0x58, 0x59, 0x08, 0x60, 0xc4, 0xea, 0xff, 0x27, 0xdc, 0xfc, 0x2a, 0x01, 0x9e, 0x31, 0x56, 0xed, 0x91, 0x6f, 0x92, 0x42, 0x6a, 0x64, 0x11, 0x3b, 0xfa, 0xc6, 0xd1, 0xa2, 0x4c, 0x9b, 0x35, 0xcd, 0x06, 0x50, 0x84, 0x37, 0x50, 0x9b, 0x9b, 0x14, 0xad, 0x5a, 0x2f, 0xe3, 0xe8, 0x2e, 0xf6, 0x4d, 0xe5, 0xa3, 0x70, 0x21, 0xd9, 0x01, 0x69, 0x44, 0x86, 0xaa, 0x7c, 0x3f, 0xb2, 0xa5, 0xb4, 0xc1, 0x02, 0x6a, 0x6a, 0x23, 0xb0, 0x66, 0xdd, 0x2a, 0xc9, 0x50, 0xa5, 0xc7, 0x1c, 0xca, 0x51, 0x41, 0xd5, 0xb4, 0x05, 0x94, 0x85, 0x00, 0x08, 0x7c, 0x02, 0xfc, 0x5f, 0xd0, 0x76, 0x7d, 0x7d, 0x3d, 0xd4, 0xd4, 0xd4, 0xdc, 0x08, 0xf2, 0x6f, 0x76, 0x38, 0x7d, 0x2c, 0xb1, 0x81, 0x72, 0x53, 0xb4, 0xdc, 0x8e, 0x55, 0xfb, 0x7c, 0x24, 0xbd, 0xd4, 0x17, 0x10, 0x65, 0x53, 0xb0, 0xae, 0xe6, 0x1c, 0xbc, 0x19, 0x5f, 0x07, 0x79, 0x36, 0x7b, 0x2e, 0xaa, 0x19, 0x66, 0x6e, 0x66, 0x53, 0x49, 0x85, 0x10, 0x78, 0x23, 0x5d, 0xc2, 0x33, 0xbe, 0xfd, 0xc3, 0x0f, 0x3f, 0x1c, 0xc4, 0x97, 0xf8, 0xcf, 0xf4, 0xe0, 0x8d, 0x1b, 0x37, 0xc2, 0xe6, 0x2d, 0x9b, 0xc0, 0xef, 0xf3, 0x57, 0x27, 0x55, 0xab, 0xc4, 0x6e, 0x59, 0x45, 0x2a, 0xeb, 0xbe, 0x6c, 0xc6, 0xdb, 0xb9, 0x3e, 0xb7, 0xdc, 0xb4, 0x2f, 0x35, 0xaf, 0xc2, 0xc8, 0xc8, 0x88, 0x9e, 0xa5, 0x13, 0x8f, 0x43, 0x4b, 0x60, 0x18, 0x06, 0xb2, 0x4b, 0xaa, 0x60, 0xfc, 0x92, 0x1c, 0x42, 0xf6, 0x63, 0x4c, 0x35, 0x29, 0xc0, 0x8d, 0xf0, 0x08, 0xce, 0x88, 0x00, 0xc8, 0x97, 0x37, 0x23, 0xc6, 0x85, 0x50, 0x45, 0x83, 0x8d, 0x9b, 0x36, 0xf0, 0x44, 0xcd, 0xeb, 0xd1, 0x76, 0x9d, 0x47, 0x3d, 0x54, 0xef, 0x5e, 0x15, 0x22, 0x57, 0xb9, 0xfa, 0xb9, 0x7c, 0x1f, 0x22, 0xc1, 0xed, 0x4b, 0xdb, 0x61, 0xcb, 0xd6, 0x2d, 0xf0, 0xd2, 0x8b, 0x2f, 0x41, 0x9d, 0x67, 0x0a, 0x06, 0xa0, 0xbd, 0x2a, 0x32, 0x40, 0x22, 0xa5, 0x3a, 0x3e, 0x5f, 0x33, 0xac, 0x5a, 0x32, 0x55, 0x9c, 0x6b, 0x16, 0xb0, 0x98, 0xf3, 0xc1, 0xda, 0x5a, 0xd3, 0x38, 0x93, 0x4a, 0x27, 0xb8, 0x60, 0x56, 0x2e, 0x6f, 0x2f, 0x7b, 0x74, 0x1b, 0xc6, 0x1a, 0x37, 0x08, 0xcf, 0x94, 0xe1, 0xe3, 0x0c, 0x7c, 0xe6, 0x42, 0x30, 0x58, 0x29, 0x42, 0xe2, 0x88, 0x44, 0x4d, 0x8d, 0x8b, 0x38, 0x20, 0x5a, 0x16, 0xe9, 0xa9, 0x5a, 0x3e, 0x48, 0x57, 0x47, 0x1d, 0x40, 0x19, 0x20, 0x99, 0x56, 0x8b, 0xbf, 0x47, 0xf2, 0x85, 0x08, 0x0a, 0x60, 0xc8, 0x4a, 0x73, 0x47, 0x01, 0x44, 0x8c, 0x9e, 0xee, 0x9f, 0xd7, 0xbf, 0x96, 0x80, 0x9f, 0x46, 0xe9, 0x7c, 0x6c, 0x2a, 0x0b, 0x17, 0xfb, 0x92, 0x50, 0xc9, 0xf0, 0xa6, 0x8f, 0xf3, 0x79, 0x15, 0x08, 0xfa, 0xbd, 0xe5, 0x01, 0xb8, 0xc4, 0x7e, 0x9f, 0x8f, 0x74, 0x63, 0x4f, 0x45, 0xd7, 0x38, 0x01, 0x9f, 0xde, 0x27, 0xe0, 0xd3, 0x55, 0x8a, 0x00, 0xde, 0x2f, 0x5a, 0xe3, 0x73, 0x64, 0x13, 0x9a, 0xa6, 0xea, 0x9e, 0x39, 0xc3, 0x35, 0xeb, 0x55, 0xb4, 0xaa, 0x28, 0x84, 0xcc, 0x53, 0xd0, 0x02, 0xec, 0x72, 0x80, 0xf0, 0x86, 0x52, 0x1c, 0x84, 0x24, 0x17, 0xcd, 0x1d, 0x02, 0xc8, 0x51, 0xba, 0x85, 0x44, 0x0d, 0xfd, 0xed, 0x4e, 0x5d, 0x98, 0x86, 0x1f, 0xfc, 0xec, 0x32, 0x2c, 0xa4, 0xc5, 0x8b, 0xdf, 0xf8, 0x97, 0x7f, 0xba, 0x06, 0x82, 0x3e, 0x4f, 0x11, 0xb2, 0x08, 0xa3, 0x94, 0xf0, 0xcc, 0x79, 0x58, 0x6e, 0x06, 0x47, 0x4f, 0xd9, 0x1c, 0x00, 0xd2, 0x39, 0xc3, 0xed, 0x6d, 0x27, 0x4c, 0x86, 0xd9, 0x99, 0x72, 0x20, 0x85, 0x16, 0x20, 0x92, 0x67, 0xe6, 0x04, 0x01, 0x48, 0xe7, 0x14, 0xe6, 0xd9, 0x42, 0x88, 0x96, 0x88, 0xd1, 0x53, 0x21, 0x12, 0xf4, 0xc1, 0xa6, 0x75, 0x0d, 0xc5, 0x71, 0xf1, 0x0e, 0xa9, 0x51, 0x05, 0x53, 0xac, 0x62, 0x3b, 0xc6, 0x1c, 0x89, 0x86, 0x30, 0xcc, 0xe4, 0x72, 0xaa, 0xd5, 0x97, 0x6f, 0x5c, 0xa2, 0x38, 0x38, 0x66, 0xdc, 0xef, 0xe9, 0x96, 0xaa, 0xa5, 0x3b, 0x97, 0xf2, 0xd8, 0xd1, 0x3d, 0xfd, 0x93, 0x28, 0xe8, 0xf9, 0x20, 0x9e, 0x50, 0x21, 0x58, 0xef, 0x81, 0x5c, 0x3e, 0x0f, 0x53, 0x93, 0x53, 0x3c, 0x30, 0x83, 0x02, 0x32, 0x84, 0x5b, 0x37, 0x68, 0x20, 0x80, 0x42, 0xb6, 0x44, 0xdb, 0xf7, 0x5c, 0x1f, 0x05, 0x20, 0x0d, 0x43, 0x2b, 0xc4, 0x0a, 0xca, 0x82, 0x27, 0x59, 0x02, 0x99, 0x1e, 0x37, 0x20, 0x28, 0x40, 0x35, 0xf3, 0x03, 0xcb, 0xa2, 0x00, 0xfc, 0x44, 0x87, 0x18, 0x3d, 0x42, 0x00, 0x7f, 0x40, 0x81, 0x45, 0xb1, 0x1a, 0x9b, 0xea, 0x04, 0xce, 0xe9, 0x54, 0x45, 0x6e, 0x58, 0x29, 0x92, 0x16, 0xac, 0x66, 0x57, 0x37, 0x0b, 0x5e, 0xa9, 0x34, 0x2d, 0xdd, 0xd8, 0xe3, 0x1c, 0x97, 0x57, 0x84, 0x88, 0x50, 0xec, 0x1b, 0xe8, 0x1f, 0x9c, 0x02, 0xf2, 0xe9, 0xa4, 0xb9, 0x4a, 0xe6, 0x83, 0x23, 0xaf, 0x1f, 0xe3, 0x79, 0x79, 0x4b, 0x96, 0x2e, 0x81, 0xc6, 0xc6, 0x06, 0x93, 0x1f, 0xfb, 0x25, 0x4f, 0xa5, 0x07, 0x91, 0x40, 0x9b, 0xad, 0x41, 0x95, 0xe9, 0xfe, 0x87, 0x6c, 0x5e, 0x2b, 0x64, 0x0a, 0x8b, 0x41, 0x64, 0x84, 0xbc, 0xd9, 0xb2, 0x83, 0xe6, 0xd4, 0x10, 0x54, 0x88, 0xd3, 0xd7, 0x73, 0x99, 0x0a, 0xc9, 0x9a, 0x14, 0xa5, 0xab, 0x08, 0xf7, 0xec, 0xcc, 0x69, 0x5a, 0x1a, 0x2b, 0x2f, 0x1f, 0x4f, 0x2b, 0x05, 0xe8, 0x2a, 0x65, 0xef, 0x38, 0x45, 0xfb, 0x18, 0x99, 0x68, 0xa6, 0x67, 0x6e, 0xc5, 0xaa, 0x65, 0x30, 0x74, 0x6d, 0xa4, 0xe0, 0x98, 0x32, 0xec, 0xf2, 0x34, 0x12, 0x09, 0x20, 0x64, 0x97, 0x27, 0x39, 0x40, 0x9b, 0x2d, 0x1b, 0xa0, 0xe7, 0xaa, 0xd4, 0x9f, 0x0c, 0x11, 0xc0, 0x41, 0x0e, 0x30, 0xa3, 0x82, 0x02, 0x37, 0x05, 0x01, 0xcc, 0x18, 0x3d, 0x7b, 0xba, 0x36, 0x65, 0xea, 0x78, 0x0c, 0x73, 0xa5, 0x4c, 0x6a, 0xcb, 0x4d, 0xbc, 0x9c, 0x0b, 0x40, 0x9b, 0xc7, 0xed, 0x61, 0x5d, 0x0e, 0xd9, 0x40, 0x85, 0x20, 0x4d, 0xdd, 0xcb, 0xb7, 0x68, 0x51, 0x33, 0x6f, 0x05, 0x21, 0xd0, 0xb0, 0x58, 0x4a, 0xe9, 0xda, 0x5e, 0xc8, 0xe3, 0x5f, 0x70, 0x76, 0x32, 0x80, 0x08, 0x0a, 0xc9, 0xaa, 0x38, 0xda, 0x3c, 0x0e, 0x72, 0x00, 0xb2, 0x07, 0x1e, 0x18, 0x1a, 0xb4, 0x0c, 0xca, 0xb9, 0x17, 0x02, 0x15, 0xc5, 0x22, 0x98, 0x24, 0xd3, 0x14, 0xa7, 0xaf, 0xfb, 0xd0, 0xcb, 0x4a, 0xd3, 0xb2, 0x01, 0x8d, 0xb3, 0x04, 0x29, 0x4d, 0xab, 0x14, 0x69, 0x97, 0x8f, 0xd9, 0xd3, 0xb4, 0xec, 0x23, 0x99, 0x95, 0x7a, 0x9e, 0xc3, 0x31, 0xe1, 0x4e, 0xa6, 0x13, 0x88, 0xc8, 0x09, 0xc7, 0x8c, 0x00, 0xbc, 0xf0, 0x25, 0x08, 0x21, 0xd0, 0x23, 0xe5, 0xea, 0x79, 0x68, 0xe8, 0xce, 0x56, 0x06, 0x00, 0x30, 0x59, 0x2a, 0x30, 0xbf, 0x83, 0x76, 0x8c, 0x14, 0x80, 0x79, 0x4d, 0xed, 0x63, 0x4e, 0x0d, 0x41, 0xb2, 0x1a, 0x28, 0x80, 0x20, 0x3a, 0x22, 0x81, 0x14, 0x80, 0xa4, 0x66, 0x61, 0x93, 0x2f, 0x37, 0x4d, 0xab, 0x60, 0xfa, 0x75, 0xf6, 0xc7, 0x83, 0x2d, 0x76, 0xbf, 0x38, 0x8e, 0xcf, 0x39, 0x7b, 0x47, 0x3e, 0xd7, 0x29, 0x4d, 0x4b, 0x73, 0x89, 0x0d, 0x10, 0x21, 0xd9, 0x94, 0xaa, 0x45, 0x48, 0x22, 0xb2, 0x75, 0x07, 0xaf, 0x0d, 0x41, 0xef, 0xa5, 0x2b, 0xd0, 0xd2, 0xd6, 0x82, 0x94, 0x40, 0x4a, 0xd7, 0x96, 0xcc, 0xb2, 0x1e, 0x65, 0xf6, 0x08, 0x00, 0x66, 0xd0, 0xab, 0xe6, 0xa8, 0x36, 0x73, 0xca, 0xe3, 0x65, 0x46, 0x9c, 0xe4, 0xdc, 0x23, 0x00, 0xd7, 0x02, 0x44, 0x94, 0x2e, 0x93, 0x82, 0xdf, 0xc9, 0x78, 0xa1, 0x88, 0x28, 0xdd, 0x2a, 0xa6, 0x69, 0x95, 0xca, 0xc7, 0x73, 0x44, 0x2c, 0x70, 0xc9, 0xce, 0x71, 0x4a, 0xd3, 0x62, 0xee, 0xcf, 0x53, 0x0c, 0x12, 0x41, 0xbe, 0x79, 0xba, 0x7f, 0x26, 0x9b, 0x85, 0x74, 0x3a, 0xc3, 0x4d, 0xc0, 0x79, 0x6c, 0x14, 0xab, 0x60, 0x48, 0xe1, 0x85, 0x82, 0x0d, 0xc8, 0x00, 0x66, 0x0d, 0x7f, 0xe1, 0x04, 0xcb, 0x6a, 0xc5, 0x9a, 0x14, 0x03, 0xb3, 0x08, 0x85, 0x14, 0x17, 0x58, 0x35, 0x16, 0xe0, 0x29, 0x87, 0x05, 0x70, 0x0a, 0xe0, 0x0f, 0x18, 0x7c, 0xbb, 0x00, 0x05, 0x91, 0xac, 0xa9, 0x87, 0x5b, 0x81, 0xd1, 0x44, 0x18, 0x16, 0x33, 0xc2, 0xa7, 0x44, 0x3a, 0x56, 0x21, 0x94, 0x4b, 0x44, 0xf4, 0xf0, 0x50, 0x2d, 0x66, 0x84, 0x6a, 0x99, 0x4d, 0xba, 0x8f, 0x71, 0x8e, 0xb9, 0xe6, 0x6a, 0x11, 0x98, 0x31, 0x81, 0x85, 0xfb, 0x1a, 0xa1, 0x5a, 0x86, 0x3a, 0x57, 0xb8, 0x07, 0x38, 0x3c, 0x4f, 0xba, 0x8f, 0x11, 0x2e, 0x26, 0xee, 0xc1, 0x33, 0x75, 0x14, 0x3d, 0x09, 0x95, 0x96, 0x8e, 0xce, 0x76, 0xb8, 0x7d, 0xef, 0x4e, 0x68, 0x5f, 0xda, 0x06, 0xd1, 0xba, 0x1a, 0xba, 0x13, 0x88, 0x4c, 0x1d, 0xd3, 0x16, 0x80, 0x08, 0x20, 0xbc, 0x98, 0xb3, 0x69, 0x3c, 0x26, 0x40, 0x32, 0x06, 0x31, 0x29, 0xfb, 0x54, 0xb8, 0xb6, 0xfd, 0x01, 0x33, 0x2c, 0xac, 0xe6, 0xe0, 0xc1, 0x83, 0x9e, 0x39, 0xa1, 0x00, 0x02, 0xdb, 0xfc, 0xb6, 0x20, 0x4d, 0xae, 0x05, 0x20, 0xc6, 0x06, 0x43, 0x7e, 0xbd, 0xa3, 0x2b, 0x49, 0xd3, 0x72, 0x89, 0xdb, 0x77, 0xa2, 0x10, 0x73, 0x95, 0xa6, 0x25, 0x32, 0x70, 0xcc, 0x6c, 0x5d, 0xe3, 0x1c, 0x8a, 0xcb, 0xa3, 0xc6, 0x8c, 0x24, 0x55, 0x7e, 0xba, 0x54, 0xb1, 0xc3, 0xeb, 0xa9, 0x8e, 0x35, 0x90, 0xa8, 0x80, 0xa8, 0x14, 0x62, 0x17, 0x02, 0x45, 0x58, 0x9c, 0xf0, 0x07, 0xa0, 0xf0, 0xe9, 0x79, 0xe3, 0x8d, 0x37, 0x48, 0xf7, 0x9e, 0x9e, 0x33, 0x2d, 0x20, 0x10, 0x90, 0x32, 0x75, 0x0c, 0x32, 0x9b, 0xa1, 0x6c, 0x5d, 0xaf, 0x55, 0x38, 0x2b, 0x36, 0x00, 0x31, 0xe7, 0x34, 0x2d, 0x5b, 0x8a, 0x95, 0x3d, 0xbc, 0x4b, 0x70, 0x12, 0x39, 0xc6, 0x5f, 0xd6, 0x22, 0xe4, 0x34, 0x2d, 0x47, 0x9b, 0x41, 0x85, 0x69, 0x5a, 0x22, 0x57, 0x8f, 0x28, 0x97, 0xe0, 0xc5, 0x19, 0x24, 0xff, 0xe7, 0xce, 0x5e, 0x84, 0xda, 0x68, 0x2d, 0x4f, 0xdc, 0xe4, 0xe9, 0xda, 0x0c, 0x2c, 0x2c, 0x40, 0xd1, 0x72, 0xc8, 0x9f, 0xab, 0x30, 0x14, 0x15, 0x7d, 0x40, 0x39, 0xbb, 0x48, 0x34, 0xb3, 0xaa, 0x28, 0x3d, 0x97, 0xdc, 0xd2, 0x06, 0x5c, 0xe6, 0x04, 0x01, 0x6a, 0xf5, 0x74, 0x6d, 0xbf, 0xe5, 0x65, 0x68, 0xa4, 0x50, 0x8c, 0x1c, 0xa9, 0x30, 0xaa, 0xc6, 0x1c, 0x25, 0xed, 0xe2, 0x51, 0x69, 0x03, 0xb4, 0x40, 0xf6, 0x32, 0xd3, 0xb4, 0x4a, 0x6b, 0x16, 0x65, 0xa4, 0x69, 0x89, 0x7d, 0x06, 0x72, 0xe4, 0x91, 0xfe, 0x27, 0x29, 0x45, 0x2b, 0x99, 0x85, 0x44, 0x2a, 0x87, 0x2d, 0x8b, 0x24, 0xdd, 0xc7, 0x85, 0x5b, 0x5a, 0xa6, 0xa6, 0xa7, 0x61, 0x70, 0x70, 0x48, 0xef, 0xf4, 0x4c, 0x8e, 0xab, 0x7d, 0x00, 0xcc, 0xea, 0x98, 0xe1, 0x32, 0x40, 0x15, 0xfc, 0x01, 0x78, 0xa7, 0x74, 0x46, 0x75, 0x11, 0x02, 0x35, 0xd3, 0xfe, 0x50, 0x6d, 0x7f, 0x40, 0x49, 0x04, 0x78, 0xf4, 0xd1, 0x47, 0x23, 0x89, 0x44, 0xc2, 0xa7, 0x93, 0x1e, 0x8f, 0x61, 0xb1, 0x32, 0x6c, 0x00, 0x59, 0x3d, 0x56, 0x8d, 0x6b, 0x01, 0xcc, 0x59, 0x17, 0x97, 0x33, 0x73, 0x67, 0xca, 0xb7, 0x57, 0xa0, 0xcc, 0x34, 0x2d, 0x47, 0x40, 0x3b, 0x08, 0x95, 0x4a, 0x71, 0x9a, 0x96, 0xb0, 0x5d, 0x50, 0xd6, 0x0e, 0x05, 0x76, 0xa6, 0x10, 0xa8, 0x76, 0x9b, 0x01, 0xb1, 0x09, 0x91, 0xaf, 0x4f, 0x45, 0x1a, 0xee, 0x78, 0xcf, 0x2e, 0xc8, 0x64, 0xb2, 0x3c, 0x5b, 0x47, 0x41, 0x72, 0xc7, 0x8c, 0xd1, 0x6a, 0x6a, 0x01, 0x2c, 0x5f, 0x15, 0x16, 0xa0, 0x31, 0x85, 0xab, 0xd5, 0x4e, 0xde, 0x54, 0x66, 0x58, 0xd0, 0xbc, 0xd6, 0x40, 0x99, 0xba, 0x1b, 0x8e, 0x00, 0xa9, 0x54, 0x2a, 0xaa, 0x3b, 0x22, 0xbc, 0x46, 0x2a, 0x73, 0x81, 0x05, 0x08, 0x6c, 0x15, 0xf9, 0xfa, 0xb2, 0x6a, 0x57, 0xcc, 0x97, 0x9d, 0xcd, 0xc1, 0xae, 0x80, 0x66, 0x2e, 0x80, 0x76, 0x08, 0xe8, 0x94, 0xef, 0x63, 0x67, 0x31, 0x82, 0xef, 0x27, 0xd3, 0x7a, 0xc6, 0xce, 0x64, 0x22, 0xc3, 0xd9, 0x96, 0x9d, 0xf4, 0xda, 0x97, 0x64, 0xb6, 0x90, 0xae, 0xad, 0xfb, 0x01, 0x42, 0xc6, 0xf3, 0x54, 0xd3, 0x37, 0x6f, 0x22, 0x00, 0x17, 0x02, 0xab, 0xc3, 0x02, 0x64, 0x21, 0xd0, 0xe2, 0x89, 0x14, 0x61, 0x61, 0x06, 0x05, 0x90, 0x59, 0xf3, 0x0d, 0x45, 0x00, 0xb9, 0x68, 0xa3, 0x93, 0x1f, 0xa0, 0x20, 0xa4, 0xb8, 0x97, 0x44, 0x53, 0x6c, 0x36, 0x7c, 0xd9, 0x88, 0x33, 0xdb, 0x34, 0x2d, 0x0b, 0xd2, 0x29, 0x56, 0x4a, 0x42, 0x48, 0x49, 0xd9, 0xb7, 0x23, 0x93, 0x29, 0x88, 0x27, 0xb3, 0x45, 0x56, 0xb7, 0x52, 0x80, 0xc8, 0x64, 0x54, 0x13, 0x00, 0xfd, 0x57, 0xae, 0x72, 0xf2, 0x5c, 0x57, 0x5f, 0xcb, 0x65, 0x01, 0xfd, 0x19, 0x36, 0x35, 0xb0, 0x2a, 0x41, 0x01, 0x1e, 0x64, 0x3d, 0xaa, 0xb3, 0x10, 0x28, 0x42, 0xe5, 0x24, 0x97, 0x70, 0xb5, 0x3c, 0x82, 0x33, 0xc9, 0x00, 0x66, 0x98, 0xb6, 0x5b, 0xd1, 0x46, 0x85, 0xab, 0x81, 0x0e, 0x8e, 0x1e, 0xb8, 0xfe, 0x34, 0x2d, 0x7b, 0x42, 0x06, 0x93, 0xed, 0x43, 0xcc, 0x45, 0x36, 0x30, 0xb6, 0xc9, 0xa1, 0x32, 0x32, 0x9e, 0x84, 0x51, 0x1c, 0xf1, 0x66, 0x52, 0x66, 0x45, 0x43, 0x54, 0x81, 0x4c, 0xce, 0xf8, 0xc6, 0x54, 0x1a, 0xce, 0x9c, 0x39, 0xcf, 0xcd, 0xc1, 0x64, 0x87, 0x0f, 0x06, 0x73, 0x26, 0xd2, 0x52, 0x84, 0x14, 0x27, 0xc5, 0x5a, 0xb6, 0x3a, 0x0a, 0x39, 0xa7, 0x00, 0xac, 0xa4, 0x10, 0x38, 0xe7, 0x2c, 0x80, 0x10, 0xc0, 0xac, 0xd7, 0x63, 0x56, 0xec, 0x32, 0x0a, 0x36, 0x19, 0xa4, 0xd4, 0x6b, 0x54, 0xb9, 0x10, 0xba, 0xb6, 0x53, 0xcd, 0x9c, 0x82, 0xb9, 0x15, 0x2c, 0x05, 0x9e, 0x4a, 0x02, 0x5a, 0x1c, 0x67, 0x33, 0x0b, 0x81, 0x8a, 0x21, 0xd0, 0xd1, 0x68, 0xa7, 0xc4, 0x4c, 0x4b, 0x36, 0x6e, 0xc5, 0xc2, 0x98, 0x2e, 0xe0, 0xe6, 0x72, 0x7a, 0xba, 0xf6, 0xce, 0xdd, 0xdb, 0x20, 0x99, 0x48, 0xf2, 0x7c, 0x7d, 0x4a, 0x58, 0x25, 0x0a, 0x48, 0x31, 0xfa, 0xc2, 0x2c, 0xcb, 0xb5, 0x80, 0xaa, 0x20, 0x80, 0x52, 0xcc, 0x9e, 0x84, 0xfc, 0xa4, 0xea, 0x9d, 0x2b, 0x0b, 0x81, 0xd5, 0x8a, 0x0a, 0xf2, 0xcd, 0x64, 0x06, 0xb6, 0x17, 0x6d, 0xd4, 0x24, 0x16, 0xa0, 0x03, 0xdb, 0x9a, 0xaf, 0x6f, 0x4f, 0xd3, 0x92, 0xa1, 0x56, 0x76, 0x9a, 0x16, 0x03, 0xd7, 0x34, 0x2d, 0xbb, 0x15, 0x90, 0x8e, 0x13, 0x7f, 0x1f, 0xc2, 0x51, 0x5f, 0x00, 0xbc, 0x32, 0xbb, 0xa1, 0xc8, 0xe5, 0x80, 0x3c, 0xd4, 0x21, 0xc0, 0x9d, 0x52, 0xb5, 0x88, 0x1a, 0x12, 0x05, 0x30, 0xb5, 0x80, 0x2a, 0x91, 0x80, 0x22, 0x4b, 0xa0, 0x59, 0xdb, 0x50, 0xff, 0x62, 0x9f, 0xcf, 0x2b, 0xc7, 0x05, 0x46, 0xe7, 0x96, 0x02, 0xd8, 0x52, 0xb5, 0xd2, 0x69, 0xbd, 0x60, 0x93, 0x2e, 0x04, 0xda, 0xa5, 0xd6, 0x02, 0x4b, 0x60, 0x2e, 0x02, 0x9d, 0x3e, 0xf2, 0x15, 0x8b, 0xab, 0x58, 0x66, 0x05, 0x72, 0x70, 0x84, 0x53, 0xf6, 0x0e, 0xf7, 0x45, 0xa0, 0xea, 0x46, 0xd9, 0x3a, 0x19, 0x51, 0x74, 0xa1, 0x4a, 0xea, 0x98, 0x9e, 0x8c, 0xaa, 0x41, 0x5d, 0x04, 0x11, 0x21, 0x99, 0xe2, 0x29, 0xdb, 0x35, 0x35, 0x11, 0x08, 0x45, 0x42, 0xc8, 0xee, 0x54, 0x2e, 0x8c, 0x09, 0xbb, 0xbc, 0xa2, 0x22, 0x0b, 0xc8, 0xcf, 0x9e, 0x0a, 0x10, 0x65, 0xe5, 0x49, 0xaa, 0x1a, 0x33, 0x34, 0x2b, 0x66, 0x11, 0x02, 0xe9, 0xa5, 0xbc, 0x5e, 0x1f, 0x17, 0x40, 0xe7, 0x4c, 0x08, 0x54, 0x55, 0xb5, 0x38, 0x18, 0x44, 0x2b, 0x44, 0x03, 0x79, 0x3c, 0x42, 0x28, 0x63, 0xc5, 0x80, 0x56, 0x5c, 0xd2, 0xb4, 0x0c, 0x9e, 0xaf, 0x39, 0x49, 0xf5, 0x9a, 0x73, 0xf0, 0x07, 0xd8, 0x28, 0x03, 0xc2, 0x00, 0x86, 0x27, 0x92, 0x5c, 0x9d, 0x93, 0x29, 0x43, 0x75, 0xc6, 0xa1, 0xf1, 0x7d, 0xa8, 0x0a, 0x42, 0x03, 0xc0, 0xb1, 0x23, 0x6f, 0x42, 0x08, 0xc9, 0x7f, 0xdb, 0xe2, 0x16, 0x9e, 0xad, 0x23, 0xe2, 0xf4, 0x85, 0x6f, 0x5e, 0x81, 0x2c, 0x84, 0x58, 0xae, 0x1a, 0x0f, 0x86, 0xda, 0x06, 0xbf, 0x45, 0x93, 0xb2, 0x0b, 0xba, 0x34, 0xfa, 0xa5, 0x29, 0x73, 0x6e, 0xbc, 0x0c, 0x20, 0xc2, 0x8f, 0x2d, 0x55, 0x3b, 0x0d, 0x33, 0x5d, 0x2a, 0xa3, 0x1a, 0x3a, 0xb1, 0x10, 0x02, 0x5d, 0x7c, 0xf4, 0x4e, 0x71, 0x01, 0xcc, 0x39, 0x3a, 0x47, 0x71, 0x74, 0x1c, 0x59, 0xa9, 0x0b, 0xd9, 0xe9, 0xaf, 0x8d, 0xc6, 0xf9, 0xdc, 0x01, 0xfc, 0x60, 0x95, 0xe7, 0x3c, 0x11, 0x14, 0x40, 0x90, 0xe3, 0x8d, 0x9b, 0xd7, 0xc1, 0xe8, 0xe8, 0x38, 0xe7, 0xf9, 0x9c, 0xfc, 0x4a, 0x51, 0x41, 0xc2, 0x1b, 0xf8, 0xdf, 0x3e, 0xb7, 0xcc, 0x1c, 0x20, 0x76, 0x47, 0x8e, 0x4b, 0xbf, 0x56, 0xb4, 0xdf, 0x14, 0x02, 0x7d, 0x5e, 0x93, 0x02, 0xcc, 0x89, 0x0c, 0xe0, 0xa8, 0x05, 0x68, 0xcc, 0x48, 0xd7, 0x56, 0x25, 0xa1, 0x8d, 0x59, 0xd4, 0xbb, 0x22, 0x03, 0x50, 0x29, 0xcb, 0x9c, 0x85, 0x2a, 0x28, 0xc5, 0x54, 0x44, 0x2b, 0x50, 0x80, 0xc9, 0x44, 0x16, 0x46, 0x70, 0xe4, 0x33, 0x36, 0x5b, 0x3e, 0x5f, 0x86, 0x59, 0xd6, 0xc8, 0xd4, 0xa9, 0xad, 0xab, 0xe5, 0xcd, 0x1a, 0xa5, 0x8b, 0x7d, 0x62, 0x50, 0x45, 0xa2, 0x08, 0x64, 0x21, 0x14, 0xee, 0xf2, 0x52, 0xc0, 0x9f, 0x0d, 0x52, 0xd0, 0xc0, 0x93, 0x29, 0xc0, 0x9c, 0xc8, 0x00, 0xce, 0x45, 0x1b, 0x55, 0x8b, 0x1d, 0x40, 0x53, 0xa1, 0xc8, 0xff, 0x3e, 0x33, 0xa0, 0xa1, 0x04, 0xa0, 0x8b, 0xb3, 0x7d, 0xa9, 0x13, 0x46, 0x26, 0x52, 0xdc, 0x64, 0x3b, 0x17, 0x0b, 0x69, 0x36, 0xa6, 0x55, 0xce, 0xc1, 0x31, 0xa3, 0x1b, 0x83, 0x74, 0x87, 0x50, 0x26, 0x93, 0xe1, 0x96, 0x42, 0x4e, 0x11, 0x4a, 0xa4, 0x27, 0xcd, 0x06, 0x29, 0x84, 0x93, 0x8a, 0x9e, 0x29, 0x84, 0xcf, 0x39, 0x61, 0x01, 0xa2, 0x60, 0x93, 0x5c, 0xb6, 0x55, 0xd8, 0xa5, 0x93, 0x52, 0x3c, 0xa0, 0x9b, 0xb4, 0xaf, 0x39, 0x19, 0x87, 0x34, 0x6b, 0x0f, 0xcd, 0x54, 0x6c, 0x99, 0xd4, 0x3b, 0x9a, 0x58, 0x81, 0x04, 0x3d, 0x45, 0x99, 0xbb, 0x39, 0xae, 0x9c, 0x1c, 0x33, 0xc2, 0x2e, 0xaf, 0x97, 0x06, 0xd0, 0x1d, 0x33, 0x94, 0xc8, 0x3a, 0x3c, 0x34, 0x84, 0x14, 0x23, 0x5a, 0xf9, 0xe8, 0x2e, 0x09, 0x7c, 0x1b, 0x29, 0xae, 0xad, 0xd7, 0x1d, 0x72, 0x0a, 0xcc, 0x9d, 0x10, 0x28, 0xea, 0xf5, 0xc8, 0xf3, 0xf7, 0x88, 0x8f, 0x49, 0xa6, 0x54, 0xce, 0x2f, 0x19, 0x80, 0x45, 0xe5, 0x73, 0x2a, 0xc4, 0x50, 0x5c, 0x54, 0x11, 0x8a, 0xea, 0xfc, 0x81, 0xa1, 0x52, 0xca, 0x02, 0x20, 0xd9, 0xed, 0x47, 0x4c, 0xbd, 0x7e, 0x0e, 0x27, 0x38, 0x93, 0xcc, 0xb2, 0x45, 0x86, 0x2d, 0x33, 0x59, 0xb3, 0xe0, 0x0f, 0x18, 0x1d, 0x1b, 0x33, 0x07, 0xc6, 0xf5, 0x02, 0xd8, 0xfe, 0x1c, 0x79, 0xa1, 0x51, 0x9f, 0xcf, 0xe7, 0x38, 0x02, 0x10, 0xc5, 0x01, 0x57, 0x3a, 0x53, 0x65, 0x04, 0x10, 0x15, 0xbb, 0x78, 0x56, 0x90, 0x64, 0x05, 0xa4, 0x47, 0x53, 0x34, 0x90, 0xc7, 0xb0, 0x02, 0x3a, 0xc5, 0xf5, 0x5b, 0x7c, 0xfe, 0x92, 0x6a, 0x68, 0xb7, 0xeb, 0xcb, 0x0e, 0x24, 0x59, 0xda, 0xa7, 0x9c, 0x7c, 0x21, 0xe5, 0xcf, 0xf5, 0xe4, 0x76, 0x1a, 0xb3, 0x9a, 0xba, 0x65, 0xd2, 0x2e, 0xd4, 0x60, 0xc1, 0x8f, 0xa9, 0x7f, 0x62, 0xf5, 0x8d, 0xd0, 0xb1, 0x74, 0xa9, 0xf5, 0x1e, 0x16, 0xe0, 0xdb, 0x13, 0x58, 0x99, 0x23, 0x95, 0x70, 0x98, 0xec, 0x84, 0x0b, 0x7d, 0x91, 0x70, 0x98, 0xfb, 0x23, 0x46, 0x46, 0x46, 0xe1, 0xfc, 0x39, 0x73, 0xce, 0xa4, 0xb3, 0x73, 0xa6, 0x05, 0x98, 0xe1, 0x60, 0xba, 0xc3, 0x5f, 0xaf, 0x6f, 0x9b, 0xd5, 0x0c, 0x1f, 0x7f, 0x89, 0x38, 0x7c, 0x0d, 0x1c, 0xcc, 0xbe, 0xcc, 0xa6, 0xd6, 0xc9, 0x0e, 0x20, 0x7d, 0x9b, 0xea, 0xeb, 0x51, 0x25, 0xcd, 0x9b, 0x35, 0xad, 0x21, 0x7d, 0x93, 0xab, 0x63, 0xc6, 0x10, 0x82, 0xe5, 0x59, 0x4c, 0xc9, 0x53, 0xb8, 0x88, 0xf2, 0x05, 0x41, 0x1e, 0x0c, 0xac, 0x24, 0x2b, 0x28, 0x2e, 0x63, 0x63, 0x0b, 0xab, 0x97, 0xf6, 0xa9, 0xd8, 0x71, 0x97, 0x7b, 0xaf, 0xc0, 0xb3, 0x3f, 0x7f, 0x0e, 0xa6, 0xa6, 0xa6, 0xc4, 0xe0, 0xfc, 0x87, 0x39, 0x13, 0x02, 0x85, 0x84, 0x2b, 0x42, 0xba, 0x68, 0xc9, 0x70, 0x4b, 0xa0, 0xb7, 0xd8, 0xc5, 0xcb, 0x5f, 0x4e, 0x71, 0x88, 0x00, 0x2a, 0x06, 0xb4, 0x2c, 0x18, 0xea, 0x16, 0x45, 0x8d, 0x03, 0x9f, 0xf3, 0xfb, 0x9b, 0x38, 0xa7, 0xa5, 0x1e, 0xf1, 0xec, 0xe6, 0x98, 0xd1, 0x8a, 0xa6, 0x7c, 0xfd, 0xcd, 0xeb, 0x47, 0x10, 0x40, 0x7d, 0x96, 0x9a, 0x02, 0x82, 0x25, 0xc8, 0x75, 0x0f, 0xec, 0xfb, 0x66, 0xaa, 0x4f, 0xc0, 0x2b, 0x93, 0xa9, 0x2a, 0x24, 0x12, 0x09, 0xb8, 0x76, 0xed, 0x1a, 0x0c, 0x0e, 0x0e, 0x0a, 0xd9, 0xec, 0xef, 0x9e, 0x7d, 0xf6, 0xd9, 0xff, 0x37, 0x77, 0x08, 0x40, 0xf1, 0x80, 0x3c, 0x38, 0xb1, 0x40, 0x16, 0xa9, 0x68, 0xa3, 0x2f, 0xe4, 0xe5, 0x31, 0x78, 0x45, 0x71, 0xff, 0xc6, 0xff, 0x45, 0x11, 0x40, 0x4e, 0x75, 0x74, 0x8d, 0x7d, 0x79, 0xd4, 0xeb, 0xc7, 0x91, 0xe4, 0xab, 0x1a, 0xbb, 0xf9, 0xf3, 0x99, 0x2a, 0xc0, 0x3d, 0x73, 0xce, 0x42, 0xa0, 0x6a, 0x46, 0x10, 0x0b, 0xb3, 0xec, 0xc9, 0x93, 0x27, 0xe1, 0xc4, 0x89, 0x13, 0x15, 0x57, 0x25, 0xb9, 0x8e, 0x85, 0xec, 0xce, 0x7f, 0x95, 0x4c, 0x26, 0xff, 0xbc, 0x5a, 0x9f, 0x5a, 0x96, 0x29, 0x98, 0x3b, 0x41, 0xa4, 0x8f, 0xe0, 0x26, 0x4b, 0x6c, 0x3e, 0xa3, 0x6a, 0xa7, 0x36, 0x43, 0xc2, 0x85, 0x29, 0x00, 0x3a, 0x14, 0x79, 0xd6, 0x55, 0xca, 0x3c, 0x57, 0xf1, 0x6e, 0xb8, 0x7e, 0x5f, 0x89, 0x5d, 0x3e, 0xed, 0x26, 0x04, 0x16, 0x5c, 0xb3, 0xc2, 0x18, 0x44, 0x8e, 0x22, 0x04, 0x8a, 0xde, 0x17, 0x9a, 0xae, 0xaf, 0x13, 0xcf, 0x16, 0x36, 0x02, 0xd2, 0xe1, 0xf3, 0x38, 0x92, 0x73, 0xb9, 0x2c, 0x9b, 0x9a, 0x9c, 0x3e, 0x85, 0xd7, 0x50, 0x4a, 0xb5, 0x8a, 0x54, 0x24, 0x8f, 0xa3, 0xd9, 0x6c, 0xc6, 0xef, 0x1c, 0xae, 0xa9, 0xe5, 0xf1, 0x3e, 0xa4, 0xf7, 0x6a, 0xb8, 0x4d, 0xb3, 0x65, 0x5e, 0x44, 0x6a, 0xf0, 0xd3, 0xe7, 0x9e, 0x7b, 0xee, 0x52, 0x35, 0xbf, 0xb4, 0x6c, 0x3b, 0x80, 0xac, 0x02, 0x0a, 0x01, 0x89, 0x54, 0x21, 0xd5, 0x16, 0xcd, 0x23, 0x66, 0xd2, 0x71, 0x0e, 0xd7, 0xb6, 0xae, 0x49, 0x80, 0x24, 0x7b, 0xbe, 0x5e, 0x6f, 0x4f, 0x99, 0x3f, 0x33, 0x19, 0xf3, 0xb2, 0x6d, 0xcc, 0x51, 0x9a, 0x67, 0xac, 0x10, 0xa0, 0x49, 0x8d, 0x10, 0x20, 0x5a, 0x17, 0x05, 0x5f, 0xc0, 0x6b, 0xa6, 0x70, 0xa9, 0x48, 0xcd, 0xa8, 0xc0, 0x64, 0x63, 0x63, 0x23, 0x34, 0x35, 0x35, 0x51, 0x60, 0x0d, 0x4c, 0x4f, 0x4f, 0xd3, 0x75, 0x4a, 0x4f, 0x4f, 0x4f, 0xf3, 0xcb, 0x87, 0x5f, 0x7e, 0x2c, 0x1e, 0x8f, 0x4f, 0x50, 0x57, 0x92, 0x42, 0x25, 0xb5, 0x84, 0xd4, 0xa6, 0x8d, 0xf5, 0x94, 0x31, 0xf2, 0x6f, 0xc8, 0xe2, 0x8a, 0x00, 0x54, 0x1a, 0x66, 0x74, 0x74, 0x34, 0x20, 0x6c, 0x00, 0x4c, 0x38, 0x82, 0x18, 0x58, 0x26, 0x38, 0xd0, 0x85, 0x22, 0x97, 0x59, 0x3a, 0x6c, 0x3e, 0x7f, 0x79, 0x67, 0x0e, 0xa1, 0x1f, 0x4f, 0xe6, 0xf4, 0xc2, 0xcf, 0x30, 0xcf, 0x16, 0xa5, 0x50, 0xc2, 0xdd, 0x2e, 0x07, 0x68, 0x46, 0x2c, 0xba, 0x47, 0xd2, 0x02, 0xa8, 0x7f, 0xa8, 0x6e, 0x92, 0xa6, 0xe9, 0x3e, 0x7b, 0xa2, 0x0e, 0xb4, 0x2f, 0x8f, 0x6c, 0x92, 0x4a, 0xca, 0x10, 0x12, 0x74, 0x74, 0x74, 0xf0, 0x60, 0xce, 0xa6, 0xc6, 0xa6, 0xd6, 0x2d, 0x9b, 0xb7, 0xfc, 0x07, 0xe4, 0xeb, 0xe7, 0x2f, 0x5c, 0xb8, 0xf0, 0xf2, 0xd9, 0xb3, 0x67, 0x4f, 0x5c, 0xbc, 0x78, 0x31, 0x01, 0x85, 0xb2, 0x85, 0x82, 0x3b, 0x8a, 0x5e, 0xa3, 0x70, 0x24, 0xd2, 0xfd, 0x72, 0x73, 0x8a, 0x00, 0x03, 0x03, 0x03, 0x75, 0x44, 0xe2, 0x4c, 0x23, 0x90, 0x51, 0xad, 0x42, 0x37, 0x03, 0xe7, 0xcd, 0x8e, 0x2a, 0x8e, 0x07, 0x94, 0x18, 0x3b, 0x58, 0xcb, 0xa8, 0xcb, 0xfa, 0x7d, 0x46, 0xa4, 0x7c, 0xcf, 0x3f, 0xf0, 0xf3, 0x6f, 0x14, 0x25, 0xdc, 0x3d, 0x45, 0x54, 0x51, 0xef, 0x03, 0x21, 0x03, 0x08, 0x84, 0x8f, 0xd6, 0xd6, 0xea, 0x08, 0x60, 0x24, 0x8e, 0xf2, 0xe8, 0x1d, 0x8f, 0x8e, 0x24, 0x54, 0xfe, 0xfd, 0xea, 0xd5, 0xab, 0xd0, 0xd0, 0xd0, 0x00, 0xb7, 0xdd, 0x76, 0x1b, 0x69, 0x0d, 0x1e, 0xa4, 0x08, 0x6b, 0xba, 0xba, 0xba, 0x3a, 0xf7, 0xed, 0xdb, 0xf7, 0x47, 0xd8, 0xbf, 0x19, 0x24, 0xef, 0x17, 0x50, 0xc2, 0x3f, 0x86, 0x88, 0xf1, 0x36, 0xae, 0xcf, 0x1c, 0x3d, 0x7a, 0xf4, 0x0c, 0xca, 0x15, 0xa3, 0x20, 0x05, 0x48, 0xdf, 0x08, 0x4a, 0xe0, 0x8a, 0x00, 0x54, 0xb6, 0x55, 0x54, 0xed, 0x04, 0xc3, 0x0a, 0xa8, 0x6a, 0x85, 0xf9, 0xfb, 0x04, 0x02, 0x68, 0xb2, 0x8a, 0xab, 0x58, 0x1d, 0x3d, 0x76, 0xc3, 0x07, 0x45, 0xeb, 0x10, 0xb9, 0x37, 0x0d, 0x3b, 0xf3, 0x0f, 0xf6, 0x16, 0xc4, 0x26, 0x39, 0x20, 0x12, 0xf2, 0x38, 0x6b, 0x01, 0x5e, 0xa9, 0x68, 0x13, 0x7e, 0x4f, 0x4d, 0xa4, 0xd6, 0xac, 0xe4, 0x21, 0xc2, 0xb7, 0x89, 0x2a, 0x50, 0x8d, 0x01, 0xb2, 0x6f, 0x8d, 0x0c, 0x8f, 0x40, 0x76, 0x28, 0xcb, 0xa9, 0x00, 0xca, 0x07, 0xf9, 0xd6, 0xd6, 0x56, 0xcf, 0xfa, 0xf5, 0xeb, 0x43, 0x34, 0x43, 0x18, 0xf6, 0x73, 0x24, 0x9d, 0x4e, 0x6f, 0x44, 0xe0, 0xaf, 0xc7, 0x86, 0x9b, 0x69, 0xcf, 0x9e, 0x3d, 0x7b, 0x42, 0x88, 0x18, 0x71, 0x7c, 0x64, 0x4f, 0x3e, 0x9f, 0x7f, 0x0b, 0xcf, 0x39, 0x8e, 0xc8, 0xf5, 0x1b, 0xbc, 0xef, 0x6f, 0x3f, 0xfb, 0xd9, 0xcf, 0x4e, 0xde, 0x70, 0x04, 0x20, 0x57, 0x70, 0x21, 0x20, 0x54, 0x2a, 0xbe, 0x28, 0xc9, 0x00, 0x04, 0x40, 0x55, 0x2b, 0x31, 0x4d, 0xab, 0x61, 0x0f, 0xa0, 0xf0, 0x71, 0x8a, 0x76, 0xc9, 0xab, 0x1a, 0xdc, 0x12, 0x8b, 0xc1, 0xcb, 0xc8, 0x1c, 0x2c, 0x10, 0xc0, 0x22, 0x07, 0x50, 0x50, 0x08, 0x4f, 0xd7, 0xd6, 0xa3, 0x82, 0x08, 0xa8, 0x91, 0x9a, 0x08, 0x07, 0x3e, 0xed, 0xab, 0xa9, 0xad, 0xe1, 0x05, 0x25, 0xc8, 0x47, 0x30, 0x38, 0x3c, 0x0c, 0x63, 0xdc, 0x52, 0xa8, 0xc2, 0xa9, 0x73, 0x67, 0x49, 0x4e, 0xc8, 0xe7, 0xb3, 0xea, 0x0f, 0x76, 0xef, 0xde, 0x7d, 0x1b, 0xca, 0x01, 0x5b, 0xb0, 0x7f, 0x23, 0x88, 0x10, 0x19, 0x44, 0x84, 0x40, 0x6d, 0x6d, 0xad, 0xb7, 0xb9, 0xb9, 0xb9, 0x86, 0xec, 0x0a, 0xd4, 0xef, 0x88, 0x08, 0x51, 0x42, 0x0c, 0x94, 0x21, 0x08, 0x39, 0x3e, 0x84, 0xe7, 0xe7, 0xf1, 0x59, 0x91, 0xc7, 0x1e, 0x7b, 0x6c, 0x00, 0x9f, 0xfb, 0x1a, 0xb6, 0x17, 0xb1, 0xfd, 0x16, 0x11, 0xee, 0x28, 0x22, 0x45, 0xb2, 0xda, 0x42, 0xa0, 0x75, 0xfe, 0x3e, 0x49, 0xb7, 0xa5, 0x3c, 0x76, 0x31, 0xeb, 0x15, 0x37, 0xdf, 0xba, 0x64, 0xe8, 0x90, 0xa6, 0x90, 0xcd, 0x69, 0x26, 0xe0, 0xe7, 0xd2, 0x96, 0x5f, 0x8d, 0x45, 0x47, 0x74, 0x5f, 0xb1, 0x1c, 0x40, 0x9e, 0x39, 0x56, 0xc8, 0xd7, 0x27, 0xc0, 0x77, 0x2e, 0xef, 0x40, 0x24, 0xa8, 0xe1, 0x5e, 0x42, 0x0a, 0x1a, 0x19, 0x1b, 0x19, 0x83, 0xde, 0xcb, 0xbd, 0x3c, 0x98, 0x84, 0x80, 0xd9, 0xdb, 0xd3, 0xcb, 0xd7, 0x53, 0x93, 0x53, 0xaf, 0xbf, 0xf2, 0xf2, 0xab, 0xc7, 0x0e, 0x1d, 0x3a, 0xf4, 0x2a, 0xde, 0xea, 0xb1, 0xd5, 0xab, 0x57, 0x47, 0xb6, 0x6f, 0xdf, 0xde, 0xb9, 0x7c, 0xf9, 0xf2, 0xae, 0x96, 0x96, 0x96, 0xd5, 0x88, 0x40, 0x1d, 0x78, 0x1e, 0xe5, 0xa4, 0x6b, 0xb8, 0x9d, 0x8d, 0x44, 0x22, 0x5e, 0xa4, 0x24, 0x21, 0x94, 0x23, 0x42, 0x9d, 0x9d, 0x9d, 0x9c, 0xb2, 0x20, 0x32, 0xb4, 0x63, 0xfb, 0x08, 0xb2, 0x8a, 0xfb, 0x11, 0x29, 0x34, 0xd4, 0x34, 0xc2, 0x88, 0x14, 0x44, 0x25, 0x9e, 0xc4, 0x3e, 0x7e, 0x0e, 0x85, 0xcf, 0xc3, 0x1f, 0xfd, 0xe8, 0x47, 0xd5, 0x59, 0x21, 0x80, 0x59, 0xb7, 0xdf, 0x12, 0x11, 0xcc, 0x0c, 0x5f, 0x79, 0xde, 0x90, 0x80, 0x15, 0x23, 0x2d, 0x4c, 0x31, 0xad, 0x7f, 0x2a, 0x4f, 0x18, 0x41, 0xf5, 0x27, 0x2f, 0xeb, 0xbb, 0xb7, 0x16, 0xe0, 0xc5, 0xeb, 0xa6, 0xb3, 0x6e, 0xa9, 0x5a, 0xa4, 0x05, 0xb0, 0x42, 0x7e, 0x20, 0xf6, 0x45, 0x67, 0xd7, 0x32, 0x48, 0xa3, 0xb4, 0xdf, 0xdf, 0x37, 0x00, 0x7d, 0x7d, 0x7d, 0xbc, 0xb4, 0x0c, 0xf5, 0x1b, 0x65, 0x17, 0xf5, 0x5e, 0xea, 0xe5, 0x48, 0x81, 0xa3, 0x77, 0xe0, 0xe8, 0x1b, 0xc7, 0x9e, 0x92, 0x4d, 0x80, 0xe7, 0xce, 0x9d, 0x1b, 0xc7, 0x36, 0x80, 0x9b, 0x2f, 0x1a, 0xc2, 0x5e, 0x06, 0x81, 0x9e, 0xbd, 0xf3, 0xce, 0x3b, 0x9b, 0xd6, 0xae, 0x5d, 0xdb, 0x8e, 0x14, 0xa1, 0x13, 0x29, 0xc3, 0x2a, 0xa4, 0x12, 0x1b, 0x71, 0x00, 0xae, 0xa5, 0x67, 0xe1, 0xef, 0x6c, 0x34, 0x1a, 0xad, 0x59, 0xb4, 0x68, 0x51, 0x18, 0x11, 0x87, 0x23, 0xd6, 0xe4, 0xe4, 0xe4, 0xc6, 0x89, 0x89, 0x89, 0xdb, 0xb0, 0xfd, 0xeb, 0xf1, 0xf1, 0x71, 0xed, 0xd1, 0x47, 0x1f, 0xfd, 0x11, 0xde, 0xeb, 0x6f, 0x90, 0x32, 0xfc, 0x7a, 0x56, 0x08, 0x60, 0xe6, 0x04, 0x48, 0x42, 0xa0, 0xee, 0x09, 0x14, 0xa9, 0xe2, 0x64, 0x13, 0xd0, 0x2c, 0xb5, 0xfb, 0x6f, 0xfd, 0xa5, 0x30, 0x8b, 0x47, 0xa9, 0x28, 0xdd, 0x80, 0xc1, 0x02, 0xe2, 0xf1, 0x04, 0xfc, 0xfa, 0x57, 0x87, 0x09, 0x08, 0x26, 0xd2, 0x53, 0x44, 0x71, 0xdf, 0x95, 0x3e, 0x6e, 0xc5, 0xa3, 0x05, 0x47, 0xea, 0xf9, 0x23, 0xbf, 0x79, 0xe3, 0x1f, 0x91, 0xa4, 0x27, 0x0d, 0x09, 0x5f, 0x95, 0x9a, 0x26, 0x35, 0x35, 0x99, 0x4c, 0xe6, 0x9f, 0x79, 0xe6, 0x99, 0xcb, 0xd8, 0xce, 0x09, 0xa4, 0xa0, 0x5b, 0x76, 0x77, 0x77, 0xe7, 0xbe, 0xf0, 0x85, 0x2f, 0xac, 0xc4, 0x91, 0xbf, 0x03, 0x85, 0xc8, 0x3d, 0x08, 0x9b, 0xf7, 0x22, 0x52, 0xdc, 0x46, 0x36, 0x83, 0x58, 0x2c, 0xe6, 0xc5, 0x16, 0x5c, 0xb6, 0x6c, 0x59, 0x80, 0x1c, 0x46, 0xa8, 0x7d, 0xfc, 0xf1, 0xd0, 0xd0, 0xd0, 0xc7, 0x90, 0x32, 0x9c, 0x47, 0xca, 0xf0, 0xef, 0x3f, 0xff, 0xf9, 0xcf, 0xff, 0xdf, 0x8a, 0x10, 0x40, 0x4c, 0x51, 0x2a, 0xbb, 0x82, 0x55, 0x43, 0x06, 0xc8, 0x18, 0xb3, 0x78, 0x67, 0x69, 0xd2, 0x05, 0x12, 0x72, 0x58, 0x31, 0xff, 0xbc, 0xe5, 0x51, 0x40, 0xb1, 0x3a, 0x84, 0x2c, 0x4e, 0x1b, 0x83, 0x15, 0xea, 0x19, 0xd3, 0x3a, 0xb0, 0x49, 0xdd, 0xa3, 0xfd, 0x38, 0xfa, 0xb0, 0x4d, 0x42, 0xd2, 0x00, 0x3c, 0xf6, 0x63, 0x6e, 0xf0, 0xda, 0xd0, 0x8b, 0xc7, 0x8f, 0x1d, 0x7f, 0x1e, 0xb7, 0xd3, 0xb8, 0x2b, 0x6b, 0xb4, 0x9c, 0x4b, 0xcb, 0xbb, 0x34, 0xf5, 0xad, 0xb7, 0xde, 0xca, 0x3d, 0xf4, 0xd0, 0x43, 0xa7, 0x71, 0x9b, 0xda, 0xdf, 0xd3, 0xfd, 0x69, 0x92, 0x8d, 0xb6, 0xb6, 0xb6, 0x9d, 0xc3, 0xc3, 0xc3, 0xf7, 0xa2, 0xac, 0xf1, 0x11, 0xa2, 0x12, 0xa8, 0x6d, 0xe4, 0x90, 0x9d, 0x44, 0x50, 0xf5, 0x0c, 0xe3, 0xfe, 0x8d, 0xbd, 0xbd, 0xbd, 0x4f, 0x20, 0x22, 0xfc, 0x18, 0xdf, 0xfd, 0x33, 0x76, 0x59, 0xc1, 0x37, 0x93, 0x15, 0x50, 0x0f, 0x07, 0xf3, 0x18, 0x6e, 0xdf, 0x82, 0x10, 0xc8, 0x5d, 0xc1, 0x9a, 0x3e, 0x5a, 0xe6, 0x0b, 0xc8, 0xab, 0x49, 0x7b, 0xe8, 0x9b, 0x49, 0xd6, 0x71, 0x32, 0x06, 0x09, 0x97, 0xb0, 0x48, 0xd7, 0xa6, 0x5a, 0x41, 0x27, 0xde, 0x38, 0xc1, 0x25, 0x7e, 0xc9, 0xe3, 0xa9, 0xe2, 0xe8, 0xef, 0x1d, 0x1d, 0x1d, 0x3d, 0xa3, 0xa9, 0x5a, 0x7c, 0xe5, 0xca, 0x95, 0x1b, 0x0d, 0x8b, 0x5f, 0xce, 0xb0, 0xf6, 0x65, 0x25, 0xab, 0x5f, 0xd6, 0x68, 0xc2, 0x02, 0x68, 0xae, 0xa9, 0xe1, 0x79, 0x64, 0x0c, 0x3a, 0x83, 0x72, 0xc3, 0x5b, 0xf6, 0xf7, 0x44, 0x04, 0x20, 0xe4, 0x78, 0xc5, 0x68, 0x07, 0x1f, 0x79, 0xe4, 0x91, 0x76, 0x64, 0x03, 0x1f, 0x47, 0x2a, 0xf1, 0x10, 0x5e, 0xdb, 0x42, 0x48, 0xb0, 0x6d, 0xdb, 0xb6, 0xf0, 0xd9, 0xb3, 0x67, 0x3f, 0x82, 0x54, 0x68, 0x0d, 0xb2, 0x86, 0xbd, 0x88, 0x04, 0xb9, 0x8a, 0x58, 0x80, 0x30, 0xf5, 0xc9, 0x53, 0xb8, 0x92, 0xc3, 0x67, 0xbe, 0xb1, 0xf6, 0xaa, 0x06, 0x87, 0x7a, 0x4a, 0xa5, 0x6a, 0xe9, 0xc6, 0x2f, 0x61, 0x0b, 0x20, 0x75, 0x99, 0x9e, 0xee, 0xf7, 0x59, 0xca, 0xbb, 0x78, 0x1b, 0xea, 0x1b, 0x56, 0x50, 0xab, 0xd6, 0x3b, 0xdd, 0x7f, 0xff, 0xfd, 0x3f, 0x42, 0xb6, 0xf0, 0xd1, 0x52, 0xb8, 0x8e, 0xa4, 0xbe, 0x1f, 0x57, 0xff, 0x03, 0xdf, 0xf1, 0x9b, 0x88, 0x0c, 0x0f, 0x5c, 0xba, 0x74, 0xe9, 0x61, 0x64, 0x05, 0x8b, 0x51, 0x9e, 0x08, 0x9f, 0x3e, 0x7d, 0x7a, 0x03, 0x6a, 0x14, 0x7f, 0x89, 0xc7, 0xbf, 0x6c, 0x22, 0x7a, 0x09, 0x16, 0x60, 0xc6, 0x03, 0x8a, 0x40, 0x44, 0xe1, 0x0e, 0xe6, 0xd3, 0x9b, 0x08, 0x83, 0xcf, 0x02, 0x6d, 0xcc, 0x88, 0xd3, 0x2f, 0x99, 0xaf, 0x2f, 0xe5, 0xea, 0x89, 0xa4, 0x8d, 0x19, 0x9b, 0xcf, 0xda, 0x7c, 0x96, 0xe6, 0x73, 0x6d, 0x86, 0x20, 0xfe, 0x2f, 0xef, 0xbb, 0xef, 0xbe, 0x0f, 0x95, 0xc7, 0xc2, 0x14, 0x86, 0xf2, 0xc2, 0x53, 0x28, 0xa8, 0x76, 0xa3, 0x4c, 0xf1, 0xfc, 0x85, 0x0b, 0x17, 0x52, 0xa8, 0x71, 0x84, 0xf1, 0xdd, 0x3f, 0xff, 0xf0, 0xc3, 0x0f, 0xd7, 0x95, 0xa5, 0x06, 0x0a, 0x0a, 0xe0, 0x11, 0x89, 0xa1, 0x86, 0x3b, 0x58, 0xaf, 0x6b, 0xbb, 0x30, 0x78, 0xbd, 0x3b, 0x3b, 0x51, 0xf4, 0xec, 0x27, 0xe6, 0x38, 0x38, 0x8c, 0x4c, 0x9d, 0x82, 0x47, 0xf0, 0x33, 0x9f, 0xfb, 0x57, 0xd0, 0xd0, 0x14, 0x83, 0x02, 0x53, 0xb4, 0x6a, 0x40, 0x45, 0x7b, 0x14, 0x77, 0xda, 0x65, 0x3f, 0x4e, 0x65, 0x6a, 0xfe, 0xf9, 0x89, 0x1f, 0x43, 0x0f, 0x6a, 0x13, 0xf8, 0xec, 0x4f, 0xe0, 0xae, 0xe7, 0x0c, 0xb9, 0x20, 0x67, 0x33, 0x21, 0x17, 0x2d, 0x0f, 0x3e, 0xf8, 0x60, 0xfa, 0xf1, 0xc7, 0x1f, 0xff, 0x04, 0xca, 0x26, 0xc3, 0xa4, 0x31, 0xa0, 0x36, 0x91, 0xc3, 0x7b, 0xec, 0xc5, 0x43, 0xcf, 0x94, 0x25, 0x03, 0x70, 0x2d, 0xc0, 0x70, 0x7a, 0x14, 0xb2, 0x82, 0xf4, 0xb2, 0x65, 0x0b, 0x79, 0xe1, 0x51, 0x41, 0x4e, 0x45, 0x9b, 0x98, 0x51, 0x29, 0xc4, 0xe6, 0x12, 0xa6, 0xc4, 0x91, 0xb6, 0x45, 0x8b, 0x2c, 0x00, 0x65, 0x52, 0x65, 0x53, 0x2f, 0x1f, 0xc9, 0x5e, 0x17, 0x56, 0xa5, 0xb8, 0xd2, 0x74, 0x05, 0x74, 0xbf, 0xc3, 0x86, 0x0d, 0xeb, 0xa1, 0xb7, 0xe7, 0x32, 0x3d, 0xef, 0xfe, 0xd6, 0xd6, 0xd6, 0x96, 0xc1, 0xc1, 0xc1, 0x69, 0x09, 0x09, 0x44, 0x73, 0xbc, 0x0d, 0xaa, 0x9f, 0x4d, 0xa2, 0x14, 0x0d, 0xb2, 0x2b, 0x85, 0x4c, 0xcf, 0xe5, 0xc8, 0x00, 0x75, 0x7a, 0x38, 0x98, 0xdf, 0x98, 0xb1, 0x5b, 0xb5, 0x18, 0x48, 0x14, 0xc5, 0x0b, 0x0c, 0x16, 0xf6, 0x92, 0x94, 0xe2, 0x02, 0x2d, 0x42, 0xa0, 0x99, 0xad, 0x5b, 0x70, 0x08, 0x1d, 0xf9, 0xcd, 0x71, 0xb8, 0xdc, 0x73, 0xd5, 0xf5, 0x5e, 0x34, 0x15, 0xdc, 0xfa, 0x8d, 0x6b, 0xcd, 0xdf, 0x17, 0xcf, 0xf5, 0xa0, 0xda, 0x38, 0x6d, 0x89, 0xb1, 0xa0, 0xf9, 0x81, 0xe4, 0x20, 0x5b, 0x0d, 0x65, 0x0b, 0xa2, 0x36, 0xdd, 0x9b, 0xd6, 0xc2, 0xda, 0xf5, 0x6b, 0xe1, 0xf0, 0xe1, 0x57, 0x61, 0x7c, 0x6c, 0xbc, 0x06, 0x47, 0xf2, 0x03, 0x88, 0x00, 0x4f, 0xb9, 0x68, 0x11, 0x59, 0x19, 0x11, 0xbe, 0xff, 0xfd, 0xef, 0xdf, 0x87, 0x2c, 0xfc, 0x7f, 0x2d, 0x59, 0xb2, 0xc4, 0x4b, 0x16, 0x4b, 0x14, 0x58, 0xc9, 0x0d, 0xfd, 0x52, 0xd9, 0x42, 0x20, 0x9f, 0xb0, 0x10, 0x24, 0xa3, 0x0e, 0xd9, 0xf4, 0x73, 0x94, 0xb0, 0x98, 0xbf, 0xde, 0x82, 0xff, 0xb7, 0x08, 0x09, 0xd0, 0xcc, 0x12, 0xee, 0x4e, 0xf9, 0xfa, 0x72, 0xb2, 0xa6, 0x60, 0x0b, 0x52, 0xee, 0x7e, 0xd1, 0x42, 0x33, 0x81, 0x91, 0xbd, 0x84, 0x17, 0xda, 0xc0, 0x05, 0x05, 0x33, 0xee, 0x2d, 0x2c, 0x67, 0xe9, 0xb9, 0x74, 0x05, 0x36, 0x6e, 0x5a, 0x0f, 0x4b, 0xda, 0x17, 0x13, 0x02, 0x90, 0x21, 0xe8, 0x77, 0x71, 0xf7, 0x2f, 0x5d, 0xd4, 0x49, 0xdf, 0x81, 0x03, 0x07, 0x94, 0x7d, 0xfb, 0xf6, 0xbd, 0xdf, 0xef, 0xf7, 0xff, 0x3b, 0x1c, 0xed, 0x1b, 0x57, 0xac, 0x58, 0x11, 0xa2, 0x72, 0xff, 0x27, 0x4e, 0x9c, 0x48, 0x21, 0x05, 0xf8, 0x2a, 0xca, 0x06, 0xe5, 0x6b, 0x01, 0x5c, 0xd5, 0x61, 0x82, 0xef, 0xe9, 0xc7, 0xd6, 0x2e, 0xaf, 0x81, 0xc1, 0xd1, 0x4c, 0x15, 0x55, 0xb1, 0x59, 0xcd, 0xec, 0x50, 0x85, 0x53, 0x9d, 0x8e, 0x78, 0x61, 0xe5, 0xd2, 0x90, 0x73, 0x6c, 0x9f, 0x54, 0xc1, 0x5b, 0x00, 0x9d, 0x54, 0x41, 0x29, 0x6f, 0xcf, 0x71, 0x99, 0x18, 0x9f, 0x80, 0xa6, 0xe6, 0x46, 0xfd, 0xee, 0x14, 0x3f, 0xa0, 0x96, 0x49, 0x89, 0xe2, 0x29, 0x9e, 0x97, 0xb8, 0x65, 0xcb, 0x26, 0x78, 0xeb, 0xcd, 0x53, 0x64, 0x0e, 0xbe, 0x33, 0x1a, 0x8d, 0xc6, 0xa6, 0xa7, 0xa7, 0xa7, 0x0c, 0x18, 0x7a, 0xef, 0xb9, 0xe7, 0x9e, 0x0e, 0x54, 0xf7, 0x76, 0x35, 0x37, 0x37, 0xdf, 0x8d, 0xc7, 0xa9, 0x31, 0x54, 0x01, 0x6b, 0x5a, 0x5a, 0x5a, 0x94, 0xb1, 0xb1, 0x31, 0x76, 0xec, 0xd8, 0x31, 0x52, 0x3b, 0xbf, 0x8e, 0xc0, 0x7f, 0xac, 0x5c, 0x4b, 0xa0, 0x59, 0x1d, 0x4c, 0xb6, 0x01, 0x70, 0xc1, 0xe2, 0x83, 0x4b, 0x1c, 0xfb, 0xce, 0x69, 0x96, 0x8d, 0x52, 0xfb, 0x2d, 0xc7, 0xca, 0xdc, 0x3f, 0xab, 0x6b, 0xaa, 0x94, 0xad, 0x23, 0x72, 0x03, 0x88, 0xaf, 0x0b, 0x04, 0x20, 0x55, 0xb0, 0x14, 0x05, 0xa0, 0xe5, 0xda, 0xd5, 0x21, 0x13, 0x01, 0xba, 0xba, 0x96, 0xc1, 0xa9, 0x13, 0x67, 0xf8, 0xac, 0xe0, 0xe5, 0x2c, 0xe3, 0xc3, 0xe3, 0xb0, 0x6a, 0xcd, 0x2a, 0x5e, 0xb6, 0x66, 0x64, 0x78, 0x34, 0x74, 0xd7, 0x5d, 0x77, 0x7d, 0x19, 0x81, 0x3b, 0x19, 0x8b, 0xc5, 0xd6, 0xa3, 0x60, 0xb7, 0x0e, 0xe1, 0x14, 0xc1, 0x51, 0x9e, 0x46, 0x04, 0x88, 0x34, 0x35, 0x35, 0x29, 0x34, 0xb3, 0xcb, 0xd4, 0xd4, 0x14, 0x3b, 0x72, 0xe4, 0x08, 0x19, 0x7e, 0xae, 0xe2, 0xfb, 0x7d, 0x1a, 0x81, 0xff, 0xab, 0x8a, 0x4c, 0xc1, 0x02, 0x01, 0x84, 0x0d, 0xc0, 0x6d, 0x96, 0x8d, 0x1b, 0x09, 0xfc, 0xc3, 0xbf, 0x7e, 0x05, 0x84, 0x5b, 0x9a, 0xc2, 0xab, 0xc8, 0xeb, 0x36, 0x35, 0x31, 0x05, 0xfb, 0xef, 0xbe, 0xd3, 0xe2, 0x5c, 0x2a, 0x09, 0xe0, 0x2a, 0x23, 0x85, 0x66, 0x44, 0xb7, 0x8a, 0x74, 0xed, 0x72, 0x11, 0x20, 0x95, 0x4c, 0x99, 0x51, 0x43, 0x08, 0x28, 0x64, 0xa5, 0x27, 0x20, 0x12, 0x29, 0x6f, 0x02, 0xae, 0xde, 0xde, 0x3e, 0xd8, 0xb4, 0x75, 0x3d, 0x2c, 0xef, 0x5a, 0x4e, 0x08, 0x40, 0xae, 0xe6, 0x0f, 0x22, 0x69, 0x57, 0x10, 0xe8, 0x1e, 0x31, 0x91, 0x17, 0xbe, 0x43, 0x0d, 0xea, 0xf9, 0xec, 0xe2, 0xc5, 0x8b, 0x71, 0xe4, 0xf7, 0x41, 0x7c, 0xce, 0x61, 0xec, 0xb3, 0x87, 0x13, 0x89, 0xc4, 0x4f, 0x0f, 0x1e, 0x3c, 0xa8, 0x55, 0xea, 0x0d, 0x2c, 0x4c, 0xe2, 0x28, 0xd9, 0xbf, 0xe5, 0x02, 0x86, 0x65, 0x03, 0x78, 0x16, 0x48, 0xd1, 0xd9, 0xd9, 0x01, 0x8d, 0x8d, 0x31, 0xe8, 0xe9, 0xbd, 0x0c, 0xf5, 0x0d, 0x75, 0x48, 0x0e, 0x93, 0xb0, 0x78, 0x71, 0x9b, 0x35, 0xe0, 0xb2, 0x9a, 0xb9, 0x78, 0x65, 0xa5, 0x6a, 0xe9, 0xea, 0xa1, 0x4f, 0x92, 0x01, 0xca, 0x61, 0x01, 0xb4, 0x90, 0x77, 0x90, 0xbe, 0x83, 0x96, 0x9a, 0x68, 0x4d, 0x59, 0xd7, 0xe8, 0xe6, 0xe6, 0x0c, 0x1f, 0x8c, 0x3b, 0x76, 0x6e, 0x47, 0x81, 0xf3, 0x0d, 0x1a, 0xdd, 0x5e, 0x7a, 0x36, 0xea, 0xf8, 0xda, 0xc4, 0xc4, 0x44, 0x0a, 0x9f, 0x1f, 0xc4, 0xdf, 0xc4, 0xe3, 0x0f, 0xc7, 0xe3, 0xf1, 0x9f, 0x9f, 0x3e, 0x7d, 0xfa, 0x99, 0xa7, 0x9f, 0x7e, 0x7a, 0xd0, 0x90, 0x13, 0x94, 0x8a, 0x9c, 0x41, 0x9f, 0xf9, 0xcc, 0x67, 0xfc, 0xf8, 0xb1, 0x21, 0x33, 0x7c, 0x99, 0xca, 0xa6, 0x66, 0x32, 0x30, 0x3c, 0x34, 0x5c, 0xbd, 0xd1, 0x0d, 0xe5, 0x8d, 0xd6, 0x60, 0x28, 0x00, 0xf1, 0x64, 0x82, 0x93, 0x3e, 0xda, 0x5f, 0xdf, 0x50, 0xcf, 0xf7, 0x53, 0x92, 0x44, 0xb5, 0x47, 0x37, 0x94, 0x99, 0xb5, 0x4b, 0x33, 0x9b, 0xc7, 0x1a, 0x1a, 0x39, 0x55, 0x32, 0x6a, 0xf6, 0xe9, 0xa5, 0xe3, 0xbd, 0x33, 0x17, 0x0c, 0x1c, 0x1e, 0x1c, 0x31, 0x11, 0x60, 0x69, 0xc7, 0x52, 0x18, 0xec, 0x1f, 0x36, 0x8b, 0x70, 0xce, 0xb4, 0x8c, 0x8d, 0x4e, 0xc2, 0x8a, 0x55, 0x2b, 0xb0, 0x2f, 0x9a, 0x39, 0x2c, 0xde, 0x7c, 0xf3, 0xcd, 0x0b, 0xe1, 0x70, 0xf8, 0x15, 0x94, 0x05, 0xde, 0xec, 0xed, 0xed, 0x3d, 0xf6, 0xf2, 0xcb, 0x2f, 0xf7, 0xd8, 0x7c, 0x0d, 0x33, 0x2e, 0x8e, 0x08, 0x80, 0x2a, 0x83, 0x3a, 0x3e, 0x3e, 0x8e, 0xdf, 0xcd, 0x14, 0xca, 0x7d, 0xe3, 0x31, 0x70, 0xf8, 0x47, 0xd8, 0x4b, 0x1f, 0x5a, 0x0a, 0x90, 0xd7, 0x83, 0x14, 0x50, 0x12, 0x90, 0x70, 0x7d, 0xa4, 0x1d, 0xaa, 0x05, 0xfc, 0xe2, 0x7d, 0xb1, 0x58, 0x23, 0x27, 0xf9, 0x14, 0x21, 0xc5, 0xfb, 0xc7, 0x70, 0x9a, 0x95, 0x83, 0x00, 0x34, 0x92, 0x45, 0x2d, 0xe5, 0x76, 0x94, 0xea, 0x2f, 0x9e, 0xbb, 0x04, 0x4d, 0x8d, 0xcd, 0x65, 0x21, 0x40, 0xdf, 0xe5, 0x7e, 0xd8, 0xb8, 0xb5, 0x1b, 0xd6, 0xae, 0x5b, 0xc3, 0x11, 0xa0, 0xbf, 0xbf, 0xbf, 0xef, 0x85, 0x17, 0x5e, 0xf8, 0x8e, 0x04, 0x74, 0x91, 0x62, 0xcb, 0x6c, 0xdb, 0xac, 0x22, 0x04, 0x20, 0x7e, 0xf1, 0xa5, 0x2f, 0x7d, 0xe9, 0x6d, 0xdc, 0x5c, 0x77, 0xfc, 0xd8, 0x31, 0x58, 0xb9, 0xb2, 0x8b, 0x47, 0xb9, 0x6c, 0xda, 0xb4, 0x19, 0x72, 0xd9, 0x9c, 0xae, 0x16, 0x3a, 0x00, 0xc0, 0xd2, 0xc1, 0x45, 0x7d, 0x5d, 0x5c, 0x4a, 0xdc, 0x69, 0x3e, 0x00, 0x01, 0x71, 0xe6, 0x70, 0x93, 0xa2, 0x2b, 0x99, 0x1d, 0xbc, 0x2e, 0xa3, 0xde, 0x92, 0x8a, 0xc6, 0x5c, 0x91, 0x82, 0xd9, 0xdf, 0x8f, 0x15, 0xbf, 0xbf, 0xc7, 0xe3, 0xe5, 0x51, 0x3f, 0x54, 0xad, 0xe3, 0xdc, 0xb9, 0xb7, 0x60, 0x78, 0x78, 0x98, 0xef, 0xa7, 0x08, 0xe0, 0x72, 0xc9, 0x79, 0x22, 0x91, 0xe4, 0x33, 0x84, 0xf2, 0xfa, 0x8b, 0x7e, 0x6f, 0xd9, 0xd7, 0xe5, 0xb2, 0x79, 0xae, 0x79, 0xec, 0xb9, 0x7d, 0x37, 0xbc, 0xf4, 0xab, 0xc3, 0xf4, 0x1e, 0xb7, 0x93, 0x0b, 0x18, 0x07, 0x2b, 0x0f, 0x33, 0x37, 0x5a, 0xde, 0x61, 0xdb, 0x55, 0xdf, 0x74, 0x45, 0xd9, 0x5d, 0xbb, 0x76, 0x91, 0x78, 0xfa, 0xfe, 0x71, 0x54, 0x5d, 0x08, 0xbb, 0xf9, 0xb4, 0x71, 0x06, 0x96, 0xf3, 0xe6, 0xf1, 0xe9, 0xcd, 0xeb, 0x33, 0xfd, 0x05, 0x14, 0x04, 0xc9, 0xed, 0xe3, 0x1e, 0xaf, 0xa9, 0x22, 0xe9, 0xf6, 0x72, 0xe3, 0x18, 0x3f, 0xee, 0xe1, 0xfb, 0xf8, 0x36, 0x0f, 0xad, 0x26, 0x53, 0xb3, 0xf1, 0x5b, 0xf1, 0x70, 0xab, 0xa3, 0x08, 0xb9, 0xd6, 0xf7, 0xeb, 0xdb, 0x14, 0x82, 0xce, 0xd7, 0x1e, 0x85, 0x9f, 0x67, 0x9e, 0xab, 0xe8, 0xbf, 0x79, 0xc1, 0x65, 0xfc, 0xa3, 0xff, 0x75, 0xab, 0x97, 0x7e, 0x0d, 0xaf, 0xc4, 0x0d, 0xe2, 0xb7, 0x62, 0xd4, 0x3a, 0x52, 0x4c, 0x01, 0x52, 0x81, 0x42, 0xc1, 0x66, 0x90, 0xb6, 0xf5, 0x80, 0x27, 0x63, 0xbf, 0xb4, 0x8f, 0xb0, 0x22, 0x8d, 0xec, 0xf0, 0xf4, 0xa9, 0xb7, 0xe1, 0xc9, 0x9f, 0xfc, 0x8c, 0xe7, 0x03, 0x50, 0x08, 0xd7, 0xfe, 0xfd, 0xfb, 0x8d, 0x69, 0xef, 0x3d, 0x33, 0x36, 0xf2, 0x1a, 0x0a, 0x36, 0x40, 0x2c, 0x84, 0xd4, 0x41, 0x33, 0x98, 0x74, 0x86, 0x16, 0x09, 0x87, 0xa0, 0xb9, 0x75, 0x11, 0xfc, 0x16, 0xe5, 0x80, 0x44, 0x3c, 0x41, 0xd1, 0x42, 0x6f, 0xf7, 0xf5, 0xf5, 0xbd, 0x05, 0xee, 0xee, 0xe5, 0x5c, 0xc5, 0x2c, 0x80, 0x16, 0x54, 0x25, 0xbe, 0x33, 0x32, 0x32, 0xf2, 0x41, 0x24, 0xf9, 0xef, 0x3b, 0x74, 0xe8, 0x97, 0x70, 0xe1, 0xc2, 0x45, 0x68, 0x6d, 0x6d, 0x35, 0xf3, 0xd3, 0xcb, 0x99, 0x8b, 0xd7, 0x2d, 0x05, 0xca, 0xed, 0x3c, 0x53, 0xca, 0x96, 0x52, 0xa8, 0x2c, 0xf6, 0xf7, 0x32, 0x9e, 0x61, 0xaa, 0x69, 0xb6, 0x67, 0x3a, 0xa5, 0x65, 0xb9, 0xbd, 0x83, 0xfd, 0x5d, 0x2d, 0xa3, 0x10, 0x35, 0x11, 0x8a, 0xf1, 0xa7, 0x28, 0x5f, 0x02, 0x3e, 0x21, 0xc6, 0xd6, 0xad, 0x9b, 0x61, 0x72, 0x6a, 0xa2, 0x6c, 0x7b, 0x44, 0xa3, 0x46, 0x3e, 0x03, 0x7d, 0xc2, 0xc9, 0xce, 0x65, 0x1d, 0xf0, 0xb3, 0x9f, 0x3e, 0x55, 0xa4, 0x0e, 0x4a, 0xa5, 0x60, 0xcc, 0xdf, 0x84, 0xe8, 0xa1, 0x9a, 0x00, 0x6c, 0xd8, 0xdc, 0x0d, 0x9b, 0x36, 0x6f, 0x80, 0x5f, 0x5c, 0x1b, 0x84, 0x68, 0x34, 0x7a, 0x0f, 0x1e, 0xfe, 0xa1, 0x64, 0x05, 0x94, 0x2d, 0x82, 0x33, 0x46, 0x11, 0x97, 0x34, 0xe8, 0x7f, 0xe5, 0x2b, 0x5f, 0xa9, 0x41, 0x15, 0xe2, 0xaf, 0xf0, 0x23, 0x1f, 0xc4, 0x8e, 0xf0, 0x96, 0x02, 0x62, 0xa9, 0x7d, 0xb7, 0xca, 0xf9, 0x95, 0x2e, 0x64, 0xff, 0xff, 0xc3, 0x3f, 0xfe, 0x04, 0x9c, 0x3c, 0x75, 0x12, 0xd4, 0x7c, 0xf9, 0x11, 0xdb, 0x0d, 0xb1, 0x18, 0x3c, 0xf0, 0xc0, 0xfd, 0xe6, 0xef, 0x73, 0x67, 0xcf, 0x41, 0x2a, 0x95, 0xe6, 0x66, 0xe1, 0x6c, 0x4e, 0x1a, 0xb0, 0x1a, 0x59, 0x5d, 0xb3, 0x16, 0x0f, 0x51, 0x1b, 0x0e, 0xc2, 0xed, 0x3b, 0xb6, 0xc1, 0xa5, 0x4b, 0x3d, 0x70, 0xf0, 0x3f, 0xfe, 0x57, 0x4e, 0x44, 0x50, 0x18, 0xec, 0x46, 0x2a, 0x30, 0xea, 0x66, 0x0e, 0xbe, 0x6e, 0x04, 0x90, 0xb4, 0x82, 0x4e, 0x24, 0x51, 0x77, 0xe3, 0x66, 0x8b, 0xc6, 0xab, 0x59, 0xa9, 0x5e, 0x6c, 0x3e, 0xa4, 0x0e, 0x14, 0x7e, 0x14, 0x24, 0x15, 0x04, 0x7f, 0x07, 0x70, 0xed, 0xa7, 0x35, 0x9e, 0xe3, 0xa7, 0x6d, 0x5a, 0xfb, 0xfd, 0xbe, 0xae, 0xa6, 0xe6, 0xe6, 0x0d, 0x22, 0x3d, 0x8a, 0xac, 0x68, 0xd1, 0x68, 0xad, 0x39, 0x2a, 0x8d, 0xfb, 0x71, 0x20, 0x34, 0xa0, 0x3e, 0x6b, 0xba, 0x9e, 0x1d, 0x46, 0xa3, 0xc5, 0x21, 0x53, 0xea, 0x18, 0x36, 0x8a, 0xc4, 0x15, 0x61, 0x6c, 0x54, 0xe8, 0x9a, 0xf4, 0x64, 0x12, 0x60, 0x45, 0x7e, 0xbd, 0xaa, 0xe6, 0x91, 0x94, 0xa7, 0x39, 0xef, 0xa6, 0xd8, 0x3e, 0x5d, 0xa7, 0xf7, 0xf1, 0x34, 0x38, 0x92, 0xf2, 0xfd, 0xbc, 0xf9, 0xb8, 0x8f, 0x9f, 0xac, 0xa1, 0xb4, 0xa6, 0x2c, 0x69, 0x1a, 0x89, 0x01, 0x3c, 0xd6, 0xba, 0xb8, 0x15, 0x56, 0xaf, 0x59, 0x55, 0x52, 0xf0, 0x2b, 0x0a, 0x95, 0x51, 0xca, 0x01, 0x88, 0x32, 0xe3, 0xf9, 0x44, 0x85, 0xc9, 0x1e, 0xf2, 0xd5, 0x2f, 0xff, 0x39, 0x9f, 0xd5, 0x04, 0xd9, 0xc8, 0xa7, 0x9f, 0x7f, 0xfe, 0xf9, 0xbf, 0x2f, 0xe5, 0x10, 0xaa, 0x98, 0x05, 0xc8, 0xcb, 0x63, 0x8f, 0x3d, 0x46, 0xb3, 0x43, 0xfe, 0xad, 0xb4, 0x8b, 0xa0, 0x54, 0x2b, 0xb5, 0x1a, 0x69, 0x4d, 0x8d, 0x26, 0x18, 0x0e, 0x87, 0x42, 0xa1, 0xa6, 0xdd, 0xb7, 0xef, 0xba, 0x97, 0xaa, 0x89, 0x52, 0x65, 0x99, 0x50, 0x38, 0x08, 0xad, 0x2d, 0x2d, 0x1c, 0xe0, 0x04, 0x0c, 0x7d, 0xad, 0x72, 0xa7, 0x07, 0x39, 0x9b, 0x1a, 0x9b, 0x9b, 0x4c, 0x8f, 0xd9, 0x6c, 0x16, 0xba, 0x2f, 0x8d, 0x1c, 0xaf, 0x11, 0xa3, 0x4f, 0x36, 0x77, 0x42, 0x3c, 0xca, 0xd0, 0xa1, 0x46, 0x92, 0xbb, 0x88, 0xdf, 0x9b, 0x9a, 0x9e, 0x42, 0xa9, 0xbe, 0x81, 0x17, 0x85, 0x0c, 0x61, 0xc7, 0x06, 0x43, 0x21, 0x7a, 0x71, 0x7c, 0xd7, 0xb0, 0x9e, 0x97, 0x8f, 0xad, 0xa6, 0x26, 0x8c, 0x7c, 0x3e, 0xc2, 0x6b, 0x06, 0x86, 0x43, 0x61, 0x2e, 0xc7, 0xc8, 0xcf, 0x72, 0x04, 0x76, 0x99, 0x40, 0x77, 0xbc, 0x6e, 0x86, 0x6b, 0xc8, 0xa0, 0x44, 0xea, 0xf0, 0x8e, 0x5d, 0xdb, 0xe1, 0xa9, 0x27, 0x9f, 0x21, 0x04, 0xfe, 0x3d, 0xdc, 0xfd, 0xf8, 0xf5, 0xf4, 0x95, 0xef, 0x3a, 0xaf, 0x09, 0x1a, 0x6b, 0x59, 0xc5, 0x90, 0xd5, 0x0f, 0xae, 0x82, 0x74, 0x74, 0x74, 0x6c, 0x0c, 0x85, 0xc2, 0x01, 0x2a, 0xb4, 0xe8, 0xf5, 0x79, 0xa0, 0x11, 0x75, 0x67, 0x12, 0xe2, 0x54, 0x63, 0xfa, 0x15, 0xd1, 0xb8, 0x17, 0x0c, 0x47, 0x2a, 0xc5, 0xd2, 0x57, 0x03, 0x01, 0xe8, 0x7e, 0xf4, 0xcc, 0x82, 0x60, 0xea, 0xe1, 0x1d, 0x4d, 0x13, 0x50, 0x8a, 0x54, 0xad, 0xee, 0xee, 0x6e, 0x2e, 0x80, 0x51, 0x0c, 0x1f, 0x21, 0xa3, 0x9f, 0x6a, 0xf0, 0x29, 0x06, 0x15, 0xc0, 0x11, 0x1f, 0x08, 0xf8, 0xb8, 0x27, 0x34, 0x84, 0xa3, 0x3e, 0x10, 0x0a, 0xf2, 0x2a, 0x61, 0x24, 0xa8, 0x96, 0xa5, 0xf2, 0x29, 0xa5, 0x50, 0x82, 0x39, 0xa3, 0x81, 0x52, 0xfa, 0x2c, 0xc5, 0xb6, 0x45, 0x03, 0xe6, 0x7d, 0xfb, 0xdf, 0xc7, 0x11, 0x00, 0x97, 0x7b, 0x3f, 0xf0, 0x81, 0x0f, 0xc4, 0x9e, 0x7a, 0xea, 0xa9, 0xf1, 0x1b, 0x8d, 0x00, 0x84, 0xfa, 0x01, 0x5b, 0x53, 0x24, 0x55, 0x43, 0x56, 0x3b, 0x34, 0xd4, 0x1c, 0x5a, 0xf9, 0x8c, 0x57, 0x08, 0xd4, 0x86, 0x86, 0x18, 0x92, 0xad, 0x5a, 0xde, 0xb1, 0x14, 0x2a, 0xcd, 0x01, 0xaf, 0xa9, 0x7a, 0x44, 0xb1, 0xe1, 0xf6, 0xa4, 0x2c, 0x5b, 0xee, 0x5f, 0x9f, 0xa5, 0xaf, 0x88, 0xee, 0x45, 0x5a, 0x8b, 0x90, 0x9c, 0x4d, 0x2d, 0x85, 0xa2, 0x6e, 0x10, 0xc0, 0xf1, 0xe9, 0x04, 0xf4, 0xf5, 0xf7, 0x41, 0x23, 0xea, 0xf3, 0xab, 0x57, 0xaf, 0xe6, 0xec, 0x21, 0x1e, 0x8f, 0x73, 0xe1, 0x8e, 0x17, 0x7d, 0x4a, 0xe6, 0xc1, 0xa7, 0xe0, 0x7b, 0xf1, 0xaf, 0xc3, 0x6b, 0x3c, 0x7e, 0xfe, 0x6e, 0xb5, 0x75, 0x51, 0xa4, 0x00, 0x41, 0xfc, 0x86, 0x10, 0xcf, 0x09, 0xe0, 0xef, 0x6a, 0x8b, 0x8c, 0x2b, 0x04, 0x7e, 0x18, 0x61, 0x21, 0x8a, 0x15, 0x78, 0x8a, 0xa9, 0xe4, 0x8a, 0xe3, 0xcc, 0x82, 0x2c, 0x8a, 0x91, 0x5c, 0xeb, 0x76, 0x5c, 0x7e, 0xc2, 0xd2, 0xf6, 0x25, 0x22, 0x24, 0x2d, 0x80, 0xd4, 0xec, 0x2e, 0xdc, 0xf5, 0xcf, 0x37, 0x1a, 0x01, 0xfc, 0xc6, 0x35, 0x3e, 0x63, 0xdb, 0x2f, 0xed, 0x63, 0x06, 0xf0, 0xcd, 0xc8, 0x56, 0xc5, 0xc3, 0x52, 0xc4, 0x83, 0xf3, 0x28, 0xd8, 0x64, 0xb2, 0x69, 0x88, 0x21, 0xd9, 0xaa, 0xab, 0xaf, 0x03, 0xa5, 0x41, 0xe1, 0x40, 0xa0, 0xfd, 0x84, 0xc9, 0x42, 0x16, 0xa0, 0x28, 0x5b, 0xc5, 0xeb, 0xb1, 0x59, 0x7f, 0x58, 0x19, 0xa3, 0xc2, 0xfa, 0x8b, 0x09, 0x04, 0x30, 0x58, 0x00, 0x51, 0x01, 0x62, 0x3f, 0xe1, 0x48, 0x84, 0x87, 0x69, 0xa7, 0x90, 0xf7, 0x4f, 0x4c, 0x4c, 0x72, 0xa0, 0x13, 0xc0, 0x89, 0xa7, 0xb6, 0x20, 0x6b, 0x5a, 0xb9, 0x72, 0x25, 0x90, 0x5d, 0x9d, 0x4f, 0xe0, 0x84, 0x6c, 0x82, 0xa4, 0x7c, 0xaa, 0xc8, 0x31, 0x34, 0x30, 0x6c, 0x1a, 0xc0, 0xe8, 0xfc, 0x64, 0x32, 0x81, 0xd7, 0x4f, 0x20, 0xc2, 0xc4, 0xf9, 0xf1, 0x4c, 0x26, 0x5d, 0x89, 0x48, 0x35, 0x0b, 0x69, 0xcc, 0x6e, 0x17, 0xc8, 0x99, 0x2c, 0x88, 0xe4, 0xad, 0x1b, 0xcd, 0x02, 0xbc, 0x33, 0x34, 0x81, 0x18, 0xc6, 0x3c, 0x98, 0x90, 0x9d, 0x9a, 0x9c, 0x3a, 0xd9, 0xd2, 0xda, 0xfa, 0x01, 0xca, 0x8b, 0xa3, 0x8e, 0x25, 0xf3, 0x6d, 0x18, 0xf9, 0x29, 0x39, 0x42, 0x9a, 0x90, 0xdf, 0x13, 0x2f, 0x4b, 0x60, 0x27, 0x67, 0x50, 0x02, 0xe6, 0xec, 0x00, 0xa9, 0x85, 0x96, 0xc9, 0x73, 0x7f, 0xbb, 0x66, 0x24, 0x19, 0x6a, 0x52, 0xb2, 0x61, 0xf1, 0xe4, 0x0e, 0x85, 0x0d, 0x8f, 0xa1, 0xaf, 0x7b, 0x0c, 0x5d, 0x9f, 0x4a, 0xbb, 0x13, 0xa9, 0x26, 0x61, 0xa9, 0x06, 0xb7, 0x69, 0x3f, 0x01, 0x7f, 0x6a, 0x6a, 0xda, 0x04, 0xdc, 0xe0, 0xc0, 0x35, 0x38, 0x75, 0xea, 0x14, 0xc7, 0xac, 0xb5, 0x6b, 0xd7, 0xc2, 0xaa, 0x55, 0xab, 0x80, 0xbc, 0x68, 0x84, 0x34, 0x94, 0xb3, 0x47, 0xef, 0xdc, 0xd6, 0xd6, 0xc6, 0xf5, 0x7c, 0x42, 0x12, 0x7a, 0x47, 0x4a, 0xf5, 0xa6, 0x46, 0xc8, 0x43, 0x48, 0x40, 0x6c, 0x84, 0xf6, 0x73, 0x44, 0x19, 0x1a, 0xe2, 0xfb, 0x88, 0xad, 0x08, 0x13, 0xf1, 0x1c, 0x2d, 0xbf, 0x44, 0x75, 0xf0, 0x9f, 0x6e, 0x34, 0xde, 0x09, 0xde, 0x1f, 0x32, 0xd6, 0xc1, 0x32, 0x7e, 0x87, 0xee, 0xba, 0x67, 0xdf, 0xbf, 0x45, 0x01, 0x6a, 0x35, 0x91, 0xd9, 0xae, 0x95, 0x5d, 0x7c, 0x74, 0x11, 0x29, 0x5d, 0xb9, 0x62, 0x05, 0x34, 0x36, 0xc5, 0x78, 0xed, 0x3b, 0x92, 0x09, 0xa8, 0x26, 0x6f, 0x2a, 0x91, 0xc2, 0x91, 0x97, 0x82, 0x6c, 0x26, 0x6b, 0x4e, 0xd8, 0x58, 0x28, 0x9e, 0xc4, 0x6c, 0x0e, 0x19, 0xc5, 0x04, 0xbe, 0x30, 0xda, 0xd0, 0x48, 0x0f, 0xd0, 0x48, 0x27, 0x41, 0x2e, 0xa2, 0x0b, 0x70, 0x84, 0x4c, 0xb9, 0x5c, 0x1e, 0x2e, 0x5f, 0xbe, 0x02, 0x7d, 0x57, 0xfa, 0xb9, 0xf4, 0x1f, 0x47, 0x04, 0xb8, 0x82, 0xbf, 0xe9, 0x5e, 0xbd, 0x97, 0x7a, 0x0f, 0x8f, 0x8d, 0x8d, 0x5f, 0x16, 0xa1, 0xd8, 0xf4, 0x9e, 0x2b, 0x56, 0xac, 0x88, 0xa1, 0xfc, 0xd2, 0xbc, 0x68, 0xd1, 0xa2, 0xe6, 0x86, 0x86, 0x86, 0x26, 0x14, 0x66, 0xeb, 0xf1, 0xfe, 0x94, 0x2a, 0x9f, 0x43, 0x81, 0x8b, 0x61, 0x67, 0xfb, 0xc9, 0x0b, 0x47, 0xe7, 0x12, 0x72, 0x10, 0x42, 0xe8, 0xc8, 0x35, 0xa5, 0x62, 0xcb, 0x21, 0x95, 0x20, 0x92, 0x3c, 0x86, 0x82, 0xe6, 0x09, 0x44, 0x8a, 0x93, 0xe7, 0xcf, 0x9f, 0x3f, 0x93, 0xcf, 0xe7, 0xab, 0x9d, 0xd9, 0x4b, 0xa6, 0xfa, 0x51, 0x7c, 0xe7, 0x8b, 0x4f, 0x3f, 0xfd, 0xf4, 0xb1, 0xb9, 0x20, 0x3c, 0xbe, 0x0a, 0x00, 0x6f, 0xfe, 0x46, 0x81, 0x6b, 0xf1, 0xce, 0x5d, 0x3b, 0xbe, 0x8a, 0xfc, 0xb7, 0x8e, 0xd4, 0xaa, 0xe5, 0x5d, 0x2b, 0xb8, 0x19, 0x94, 0x16, 0x1a, 0x61, 0x4b, 0x3b, 0xdb, 0xa1, 0xa3, 0xb3, 0x83, 0x77, 0xa4, 0x5e, 0x6b, 0x40, 0xcf, 0x25, 0xcc, 0xe1, 0x08, 0xe2, 0xf3, 0xf4, 0x64, 0x33, 0x3c, 0xdb, 0x88, 0xf4, 0x6c, 0x11, 0x96, 0xa6, 0x5b, 0x09, 0x3d, 0xa6, 0x29, 0x95, 0x58, 0x87, 0x2e, 0xb8, 0x05, 0x78, 0xac, 0xa2, 0x3e, 0x23, 0x29, 0x83, 0xe1, 0xa1, 0x11, 0xb2, 0x97, 0xc3, 0x40, 0xff, 0x80, 0xae, 0x6a, 0xe2, 0x5f, 0xff, 0xe5, 0x3e, 0x4e, 0x89, 0xb8, 0x63, 0x66, 0x78, 0xe4, 0xd7, 0xaf, 0xbf, 0xfa, 0xfa, 0x8f, 0xc1, 0xc8, 0xbc, 0x81, 0x42, 0x16, 0x4e, 0xd1, 0x6f, 0x14, 0x1a, 0xfd, 0x7b, 0xf7, 0xee, 0x6d, 0x47, 0x8a, 0xd0, 0x11, 0x8b, 0xc5, 0x96, 0xe3, 0xfb, 0x6e, 0x43, 0xa4, 0xd8, 0x4c, 0x6e, 0x73, 0x44, 0x90, 0x14, 0x52, 0x8c, 0x10, 0x21, 0x06, 0x21, 0x05, 0x51, 0x0b, 0xa2, 0x08, 0x88, 0x00, 0x79, 0xa4, 0x08, 0x3c, 0xdb, 0x17, 0xcf, 0x7d, 0x12, 0xdf, 0xe1, 0xfb, 0x4e, 0x3e, 0xf9, 0x9b, 0xb9, 0x28, 0x15, 0x9e, 0x1b, 0x2a, 0x01, 0x70, 0xd7, 0xfd, 0xa8, 0x6b, 0xb7, 0x6d, 0xdd, 0xbe, 0xf9, 0xd3, 0xa8, 0x11, 0x74, 0x70, 0x03, 0x0a, 0xf2, 0xe7, 0xa5, 0x1d, 0xed, 0x1c, 0xe8, 0xa6, 0x51, 0x05, 0xa5, 0x76, 0xe2, 0xc3, 0x2d, 0x2d, 0xcd, 0x10, 0x43, 0x29, 0x9d, 0x78, 0x38, 0x69, 0x05, 0xe5, 0x24, 0x94, 0x12, 0x05, 0x49, 0x20, 0x5f, 0x9e, 0x9a, 0x9c, 0xe6, 0xb6, 0xf9, 0xe1, 0xc1, 0x21, 0x18, 0x19, 0x1d, 0xe5, 0xfb, 0x85, 0xf4, 0x30, 0x34, 0x38, 0x8c, 0x6d, 0x48, 0xf0, 0x72, 0xad, 0xaf, 0xaf, 0xef, 0xb9, 0xe3, 0x47, 0x4f, 0x1c, 0x32, 0x00, 0x6d, 0x07, 0x7e, 0xa6, 0x14, 0x32, 0xc8, 0xfb, 0xbe, 0xf3, 0x9d, 0xef, 0xb4, 0x21, 0xf5, 0xd8, 0x81, 0xc8, 0xb8, 0x13, 0xd7, 0x77, 0x22, 0x2f, 0xde, 0x82, 0xef, 0xec, 0x47, 0xca, 0xc1, 0xb0, 0x85, 0x11, 0x59, 0xf8, 0x33, 0x51, 0xfb, 0xd0, 0xae, 0x5d, 0xbb, 0x96, 0x41, 0x84, 0x39, 0x87, 0xe7, 0x7c, 0xe5, 0x73, 0x9f, 0xfb, 0xdc, 0x2f, 0x6e, 0x19, 0x04, 0x20, 0xf7, 0x70, 0x2e, 0x97, 0xfb, 0x03, 0xc4, 0xe0, 0xcd, 0xf8, 0xf2, 0x4d, 0x64, 0x08, 0xc2, 0xb5, 0x97, 0xac, 0x83, 0xb8, 0xed, 0xa1, 0xb5, 0xf4, 0x9b, 0xd6, 0x1e, 0xf1, 0x9b, 0xd6, 0xd8, 0x48, 0x2e, 0xf0, 0xe3, 0x48, 0xe9, 0xf4, 0x07, 0x7c, 0x6d, 0x94, 0x76, 0x21, 0x42, 0xaa, 0x82, 0x86, 0xee, 0x6d, 0x09, 0xee, 0x90, 0xa2, 0x8f, 0xf4, 0x02, 0xc9, 0x5e, 0x93, 0xe7, 0xf3, 0x3c, 0x45, 0x9e, 0x80, 0xaa, 0xab, 0x8f, 0x44, 0x15, 0x8a, 0xac, 0x70, 0xc6, 0xbd, 0xc8, 0x6c, 0x4b, 0x1a, 0x87, 0x5e, 0xa7, 0x47, 0xaf, 0x44, 0x92, 0xd7, 0xd4, 0x54, 0x32, 0x9e, 0xec, 0x45, 0xa0, 0x4c, 0xe2, 0xbd, 0x28, 0x44, 0x96, 0xe7, 0xe3, 0x19, 0xdb, 0xa2, 0x69, 0xb6, 0xdf, 0xe6, 0x3e, 0x04, 0x34, 0x61, 0xd5, 0x10, 0xb6, 0xdf, 0xde, 0x71, 0xc7, 0x1d, 0xff, 0x64, 0x0f, 0xb4, 0x20, 0x0f, 0xea, 0x23, 0x8f, 0x3c, 0x42, 0x59, 0x40, 0xbf, 0x83, 0x2c, 0xe3, 0xf7, 0xb1, 0x3f, 0x76, 0x22, 0xa5, 0xcb, 0x20, 0x72, 0xd7, 0x10, 0x32, 0x90, 0x1a, 0xda, 0xd3, 0xd3, 0x93, 0xc6, 0x3e, 0xf9, 0x6b, 0x3c, 0xe7, 0xcf, 0xe4, 0x2c, 0x9d, 0x9b, 0xb1, 0x94, 0x23, 0x04, 0x2a, 0x28, 0xd0, 0x1c, 0xc2, 0x0f, 0xdb, 0xcb, 0x1d, 0x2e, 0x1e, 0x8f, 0x35, 0x5b, 0x78, 0x96, 0xe6, 0x58, 0x72, 0x8f, 0x52, 0x9b, 0x8d, 0xb9, 0xb7, 0x6c, 0xa6, 0x49, 0x08, 0xa5, 0x78, 0xc3, 0x48, 0xaa, 0xd7, 0x56, 0xa3, 0xf3, 0x5e, 0x7f, 0xfd, 0x75, 0xca, 0xd2, 0xf9, 0x7d, 0x2b, 0xee, 0x71, 0xbd, 0xed, 0x84, 0xd1, 0x28, 0x3b, 0xa7, 0x05, 0x59, 0xc1, 0x1f, 0xa0, 0x8a, 0xf9, 0x6f, 0x90, 0x42, 0xb4, 0x76, 0x76, 0x76, 0x86, 0xb7, 0x6c, 0xd9, 0x12, 0x3a, 0x73, 0xe6, 0xcc, 0xa7, 0x51, 0x76, 0x58, 0x8c, 0xe7, 0x1c, 0x98, 0xd7, 0x14, 0xe0, 0xc1, 0x07, 0x1f, 0xbc, 0x0b, 0xb1, 0xf5, 0xf9, 0xf9, 0x6a, 0xc7, 0x9f, 0x07, 0x4b, 0xf7, 0x33, 0xcf, 0x3c, 0x73, 0xaa, 0x0c, 0x89, 0x8d, 0x28, 0xc3, 0x03, 0x48, 0x15, 0x1e, 0x45, 0x8a, 0xd0, 0x88, 0x2a, 0x67, 0xf8, 0xf8, 0xf1, 0xe3, 0x49, 0x14, 0x18, 0x51, 0x2c, 0xf8, 0xc2, 0x0f, 0xe6, 0x2d, 0x05, 0xc0, 0x17, 0xff, 0xa0, 0xe8, 0xec, 0x07, 0x3f, 0xfd, 0x47, 0xd0, 0xbe, 0xb4, 0xbd, 0xc8, 0xa0, 0x21, 0x46, 0x97, 0x59, 0x07, 0x4a, 0x32, 0x7e, 0x28, 0xe6, 0x71, 0xdb, 0x0c, 0x10, 0x52, 0xed, 0x00, 0xb7, 0x7b, 0x89, 0xc4, 0x0a, 0x45, 0xca, 0xae, 0x01, 0xc9, 0x50, 0x52, 0x30, 0xb9, 0x14, 0x22, 0x08, 0x14, 0x4b, 0x26, 0x4e, 0xe1, 0x2d, 0x98, 0xcd, 0xae, 0xa0, 0xd8, 0xfe, 0x67, 0x25, 0x2c, 0xb2, 0xf2, 0xbd, 0xe8, 0x3e, 0xa7, 0x4e, 0x9e, 0x82, 0xef, 0x7f, 0xf7, 0xaf, 0xc5, 0x69, 0x1f, 0xc2, 0x36, 0x23, 0x02, 0x18, 0x94, 0xe1, 0xa9, 0xef, 0x7e, 0xf7, 0xbb, 0x6b, 0x51, 0x30, 0xfc, 0xf5, 0xc0, 0xc0, 0xc0, 0xfa, 0xae, 0xae, 0xae, 0x08, 0x6a, 0x08, 0x7f, 0x81, 0xfb, 0xe7, 0x2d, 0x02, 0x28, 0x38, 0xfa, 0x3f, 0xcc, 0xeb, 0xe1, 0xc6, 0x1a, 0x60, 0xf5, 0x9a, 0xd5, 0xba, 0x24, 0xce, 0xac, 0x56, 0x2a, 0xd1, 0x31, 0x8a, 0xcd, 0xc6, 0xcd, 0x1c, 0xd2, 0xa3, 0xe4, 0x04, 0x29, 0x66, 0x01, 0x46, 0x31, 0xd0, 0xdc, 0x43, 0x41, 0x4a, 0x65, 0x56, 0x29, 0x45, 0x48, 0x21, 0xa3, 0xa7, 0x52, 0x64, 0x4f, 0x73, 0x27, 0x86, 0x4e, 0xcf, 0xe2, 0xee, 0xdf, 0xed, 0x5b, 0x21, 0x82, 0x6a, 0x26, 0xa9, 0xae, 0xd8, 0x37, 0xc4, 0x02, 0x1e, 0x36, 0x8c, 0x5f, 0x59, 0x98, 0x21, 0x55, 0xeb, 0xa1, 0x87, 0x1e, 0x8a, 0x23, 0x12, 0x7c, 0x0a, 0x11, 0xe0, 0x95, 0x9d, 0x3b, 0x77, 0x92, 0xf3, 0x6c, 0xf9, 0xf7, 0xbe, 0xf7, 0xbd, 0x18, 0x52, 0x81, 0xf1, 0x79, 0x87, 0x00, 0x9f, 0xfa, 0xd4, 0xa7, 0x76, 0xe0, 0x0b, 0x76, 0xd2, 0xf6, 0x96, 0xed, 0x9b, 0xb9, 0x81, 0x65, 0x62, 0x7c, 0xcc, 0x9c, 0x36, 0xe6, 0x56, 0x5e, 0x22, 0x35, 0xe1, 0xb2, 0x42, 0xb8, 0x9c, 0x96, 0xda, 0x9a, 0x5a, 0xd8, 0xb9, 0x67, 0x27, 0xfc, 0xea, 0x85, 0x17, 0x09, 0x21, 0xb6, 0x6e, 0xd8, 0xb0, 0x61, 0xed, 0xc9, 0x93, 0x27, 0x7b, 0xa0, 0xcc, 0x54, 0x2d, 0x94, 0xa3, 0xb6, 0x21, 0x2b, 0xd0, 0x84, 0x46, 0x82, 0xda, 0x50, 0x6a, 0x5e, 0x52, 0x00, 0x04, 0xfe, 0x87, 0x05, 0xf9, 0xef, 0xde, 0xd0, 0x0d, 0xf1, 0x64, 0x1c, 0x8e, 0xbc, 0x76, 0x0c, 0x16, 0xc2, 0xd2, 0xb5, 0x72, 0x19, 0x74, 0x2e, 0x5f, 0x6a, 0xca, 0x14, 0x6f, 0xbc, 0x7e, 0x9c, 0x6b, 0x16, 0xc4, 0x9a, 0x64, 0x9b, 0x0d, 0x9f, 0x76, 0x5e, 0xb5, 0x66, 0x70, 0xdc, 0x7d, 0xef, 0xfb, 0x60, 0xd7, 0xae, 0x1d, 0x1c, 0x01, 0x88, 0x28, 0xa0, 0x9a, 0x4b, 0x6c, 0xe0, 0x7f, 0xc2, 0x0c, 0xa9, 0x5a, 0x8f, 0x3f, 0xfe, 0x78, 0x14, 0xef, 0x4d, 0x24, 0xff, 0x8b, 0x6b, 0xd6, 0xac, 0x09, 0x22, 0x15, 0xd0, 0x10, 0x09, 0x9f, 0xa1, 0x04, 0xce, 0xf9, 0xca, 0x02, 0x3e, 0x6c, 0x1a, 0x6c, 0x3a, 0x96, 0xc0, 0xf9, 0x33, 0x17, 0xaf, 0x7b, 0xd4, 0xcc, 0xb7, 0x65, 0xe0, 0xea, 0x35, 0x0b, 0x02, 0x4c, 0xc7, 0xa7, 0xc1, 0xe7, 0x75, 0x36, 0xa7, 0xdb, 0xbf, 0x79, 0xe0, 0xea, 0x10, 0xac, 0x59, 0xbb, 0x9a, 0x1b, 0x9e, 0xc8, 0xe4, 0x8b, 0xaa, 0xec, 0x7d, 0xb8, 0xfb, 0x1f, 0x5d, 0x80, 0xef, 0xfb, 0xda, 0xd7, 0xbe, 0xd6, 0xd1, 0xd4, 0xd4, 0xf4, 0x87, 0xa8, 0x8e, 0xfe, 0x29, 0x6a, 0x20, 0x9e, 0x55, 0xab, 0x56, 0x05, 0xc9, 0x50, 0x74, 0xf5, 0xea, 0xd5, 0x24, 0xd9, 0x04, 0xe6, 0xa5, 0x1a, 0xf8, 0xc9, 0x4f, 0x7e, 0x72, 0x3d, 0x95, 0x1b, 0xa1, 0xed, 0x1d, 0xbb, 0xb7, 0xf3, 0xf8, 0x3b, 0xea, 0xb4, 0x85, 0x82, 0x00, 0x54, 0xca, 0x95, 0x6c, 0x04, 0xba, 0x9b, 0xd7, 0xa3, 0x57, 0xfe, 0x2a, 0xf3, 0xdb, 0xae, 0xf4, 0xf6, 0xc3, 0xca, 0xd5, 0x5d, 0xb0, 0xfb, 0xf6, 0x9d, 0x3c, 0x38, 0x13, 0xc9, 0xf9, 0x56, 0xd4, 0xf3, 0xdb, 0x87, 0x86, 0x86, 0x28, 0x0e, 0xdf, 0xbb, 0x7e, 0xfd, 0xfa, 0xd8, 0xde, 0xbd, 0x7b, 0xd7, 0xb7, 0xb7, 0xb7, 0xef, 0xad, 0xad, 0xad, 0xbd, 0xd7, 0xef, 0xf7, 0x77, 0xe0, 0x5a, 0xed, 0xe8, 0xe8, 0x08, 0x51, 0x0d, 0xe1, 0xde, 0xde, 0xde, 0xcc, 0xd8, 0xd8, 0x18, 0xd5, 0x90, 0xf9, 0x17, 0xc8, 0xfb, 0xcf, 0xcc, 0x4b, 0x04, 0x20, 0xe1, 0x46, 0x2f, 0x0e, 0xc5, 0x60, 0xc3, 0xa6, 0x6e, 0x48, 0xc6, 0x13, 0xbc, 0xd3, 0xca, 0x8d, 0x60, 0xbd, 0x15, 0x96, 0xa1, 0xa1, 0x51, 0xe8, 0xe8, 0xd4, 0xd3, 0xdc, 0x16, 0x2f, 0x69, 0x85, 0xc9, 0xb1, 0x78, 0x59, 0x96, 0x47, 0xf2, 0xc2, 0x51, 0x0d, 0x40, 0x11, 0x9d, 0x4b, 0x6c, 0x7d, 0xdf, 0xbe, 0x7d, 0xff, 0x05, 0x01, 0x4e, 0xbe, 0x84, 0xdb, 0x10, 0x21, 0x9a, 0x91, 0x2a, 0xa4, 0x91, 0x35, 0x04, 0x9a, 0x9b, 0x9b, 0x7d, 0x64, 0x00, 0x42, 0x75, 0xcf, 0xdf, 0xd7, 0xd7, 0x97, 0xc1, 0x91, 0xaf, 0x20, 0xa2, 0xfd, 0x6f, 0xa4, 0x06, 0x7f, 0xf6, 0xc5, 0x2f, 0x7e, 0x71, 0xf4, 0x66, 0xf7, 0x41, 0x29, 0x04, 0xe0, 0xe4, 0xbf, 0xa1, 0x01, 0xc9, 0xff, 0xd2, 0x25, 0x70, 0xe1, 0xec, 0xc2, 0x21, 0xff, 0x62, 0x19, 0x95, 0x10, 0x60, 0xf9, 0x8a, 0x65, 0xf0, 0xea, 0xd5, 0xdf, 0x42, 0xb4, 0xb6, 0xbc, 0xa9, 0x78, 0xc8, 0xb4, 0xbc, 0x76, 0xdd, 0x5a, 0x9d, 0x7a, 0xe8, 0xf3, 0x2a, 0xed, 0x59, 0xb6, 0x6c, 0x99, 0x42, 0xbe, 0x00, 0x62, 0x99, 0xd8, 0x7f, 0x11, 0x62, 0x0f, 0xc3, 0xc3, 0xc3, 0x99, 0x4b, 0x97, 0x2e, 0x31, 0xec, 0xbb, 0x29, 0x3c, 0xef, 0xef, 0xa6, 0xa7, 0xa7, 0x1f, 0x3d, 0x78, 0xf0, 0xe0, 0xc5, 0xf9, 0xd2, 0x07, 0x8e, 0x08, 0xf0, 0xb1, 0x8f, 0x7d, 0x6c, 0x39, 0x8e, 0x84, 0x2d, 0x34, 0xfa, 0x77, 0xef, 0xd9, 0xc5, 0xc3, 0xb8, 0xaf, 0x0d, 0x0c, 0x2f, 0x38, 0x04, 0x20, 0x01, 0x8f, 0x46, 0x33, 0x39, 0x92, 0x28, 0xd4, 0x8b, 0xa6, 0x87, 0x2f, 0xf7, 0x1b, 0xaf, 0x5e, 0x19, 0x80, 0xe5, 0x5d, 0x9d, 0xb0, 0x73, 0xf7, 0x0e, 0x78, 0xed, 0x95, 0xd7, 0xc9, 0xf1, 0xa3, 0x50, 0x9a, 0x16, 0x8e, 0xf0, 0xcc, 0xe5, 0xcb, 0x97, 0xc9, 0xf9, 0x83, 0xdd, 0xe6, 0x7d, 0x3b, 0x91, 0x48, 0xfc, 0x1c, 0x91, 0xe0, 0xf9, 0x1f, 0xfd, 0xe8, 0x47, 0x47, 0x10, 0xf8, 0xa2, 0xe8, 0xb3, 0x67, 0x26, 0x75, 0xf1, 0xa6, 0x22, 0x00, 0x02, 0xfe, 0x23, 0x64, 0xb9, 0x22, 0x04, 0xd8, 0xb4, 0x75, 0x03, 0xcf, 0xc7, 0xf3, 0xf0, 0x18, 0xfb, 0x99, 0x6f, 0x48, 0xee, 0xdc, 0x4b, 0xbd, 0x17, 0xe6, 0xe4, 0xe5, 0xed, 0x66, 0x69, 0x0a, 0xe7, 0x5a, 0xb5, 0x62, 0x4d, 0x45, 0xf7, 0xa0, 0xbc, 0xfd, 0x96, 0x36, 0x3d, 0x33, 0x87, 0x32, 0x77, 0x99, 0xaa, 0x94, 0xc5, 0x06, 0xb8, 0xa7, 0x32, 0x97, 0x83, 0xf7, 0xbc, 0x6f, 0x2f, 0x47, 0x00, 0xa2, 0x02, 0xc7, 0x8e, 0x1d, 0x7b, 0x0d, 0xf9, 0xfd, 0x0b, 0x28, 0xdd, 0x1f, 0x7f, 0xed, 0xb5, 0xd7, 0x08, 0xf8, 0x72, 0x59, 0xb8, 0x9b, 0x30, 0xfb, 0xd1, 0x75, 0x22, 0x00, 0x76, 0xec, 0x87, 0xa8, 0x43, 0x29, 0xf0, 0x70, 0x49, 0x3b, 0x92, 0xff, 0x73, 0xe5, 0x93, 0xff, 0x54, 0x3a, 0x09, 0xdd, 0xdd, 0x1b, 0xf0, 0x73, 0x3d, 0x36, 0x33, 0x8b, 0x02, 0xe5, 0xc7, 0x76, 0x5d, 0x4f, 0x3f, 0x31, 0x48, 0x64, 0xa6, 0xb8, 0xca, 0x26, 0x4f, 0xe2, 0x38, 0x23, 0x1b, 0x18, 0x19, 0x33, 0x11, 0x60, 0xf9, 0x8a, 0xe5, 0xf0, 0xf6, 0x5b, 0xe7, 0xa0, 0xa6, 0xcc, 0x8c, 0x5d, 0x2a, 0x07, 0xdb, 0xdd, 0xbd, 0x0e, 0x84, 0xac, 0x34, 0x32, 0x32, 0x92, 0x7a, 0xe1, 0x85, 0x17, 0x7e, 0x02, 0x85, 0x98, 0x7c, 0xb9, 0x00, 0x24, 0xb3, 0x6d, 0xcf, 0x4f, 0x04, 0xf8, 0xf8, 0xc7, 0x3f, 0xde, 0x8a, 0x1f, 0x73, 0x07, 0x7d, 0xd0, 0xde, 0xf7, 0xde, 0xce, 0x3d, 0x76, 0x63, 0xc3, 0x13, 0x65, 0x23, 0x00, 0x49, 0xd5, 0xc4, 0x47, 0x53, 0xc9, 0xcc, 0x9c, 0x7f, 0xcc, 0xf6, 0x6d, 0x3b, 0xe0, 0x95, 0xc3, 0xaf, 0x41, 0x38, 0xbc, 0xa8, 0x12, 0xbc, 0x31, 0x53, 0xbb, 0xeb, 0xeb, 0xeb, 0x38, 0x02, 0xd7, 0x45, 0xcb, 0x9b, 0x93, 0xf1, 0x6a, 0xff, 0x10, 0x2c, 0x41, 0xf9, 0x68, 0xcb, 0xd6, 0xcd, 0x70, 0xf4, 0x8d, 0x63, 0xa4, 0x0e, 0xee, 0xa9, 0xab, 0xab, 0xf3, 0x22, 0x1b, 0xb0, 0x14, 0x78, 0x84, 0xe2, 0x94, 0xad, 0x79, 0x83, 0x00, 0x1e, 0x07, 0xf2, 0xff, 0x7b, 0xe4, 0xc6, 0x25, 0x04, 0xa0, 0x0f, 0x8b, 0x4f, 0x27, 0xa5, 0x34, 0xae, 0xd2, 0x8d, 0x46, 0x42, 0x63, 0x53, 0x03, 0x02, 0x3f, 0x5d, 0xd6, 0xf9, 0xd5, 0x6e, 0x14, 0x95, 0x43, 0xd1, 0xc7, 0x95, 0x5e, 0x37, 0x39, 0x3e, 0x5d, 0xb0, 0xf2, 0x19, 0x29, 0xdb, 0xe5, 0xb4, 0x4c, 0x2a, 0x03, 0x79, 0x35, 0x0f, 0xfb, 0xef, 0xb9, 0xd3, 0x34, 0x30, 0xae, 0x59, 0xb3, 0x66, 0x07, 0x58, 0xb3, 0x74, 0xec, 0x65, 0x5c, 0xd4, 0x79, 0xcd, 0x02, 0xc8, 0xf6, 0x4f, 0xeb, 0x45, 0x8b, 0x9a, 0xa1, 0x6d, 0x71, 0x1b, 0x0f, 0x9d, 0xea, 0xbd, 0x52, 0xde, 0x34, 0x35, 0x64, 0x41, 0xbb, 0x63, 0xef, 0x1e, 0x38, 0xfb, 0xf6, 0x05, 0x5e, 0x38, 0x79, 0xae, 0x97, 0x50, 0xc4, 0x0f, 0x75, 0xf5, 0x51, 0xb8, 0x3a, 0xd0, 0x5f, 0xd1, 0x75, 0x81, 0x90, 0x0f, 0x62, 0x4d, 0x7a, 0xda, 0x79, 0x47, 0x47, 0x3b, 0xbc, 0xf4, 0xe2, 0x61, 0xd3, 0x57, 0x25, 0x17, 0xcb, 0xd6, 0x8d, 0x42, 0x46, 0xce, 0x21, 0xe8, 0x7e, 0x81, 0xee, 0xad, 0x6b, 0x61, 0xc3, 0xc6, 0x6e, 0xf3, 0x78, 0x43, 0x43, 0xc3, 0x7e, 0x5c, 0x3d, 0x09, 0xce, 0xa9, 0x5a, 0xf3, 0xae, 0x5e, 0xbe, 0x05, 0x01, 0x0e, 0x1c, 0x38, 0x40, 0xbd, 0x70, 0x17, 0x8d, 0xfe, 0xdb, 0xdf, 0x73, 0x3b, 0x9f, 0xc7, 0x9e, 0xa6, 0x2a, 0xcb, 0xa9, 0xe5, 0x05, 0x38, 0x52, 0x70, 0x07, 0x4d, 0xb5, 0x3e, 0x3c, 0x32, 0xe8, 0x38, 0x93, 0x66, 0xa5, 0x4b, 0xa5, 0x99, 0x35, 0x49, 0x24, 0xdf, 0x84, 0xb4, 0xe7, 0xcf, 0x9f, 0xaf, 0x4c, 0x10, 0x9c, 0x8c, 0x42, 0xa7, 0xba, 0xd4, 0x10, 0x04, 0x9b, 0x60, 0xcb, 0xb6, 0xcd, 0x28, 0xe4, 0x59, 0x59, 0x58, 0x36, 0x9b, 0xb3, 0xb8, 0xa0, 0x49, 0x00, 0x24, 0xe3, 0xd1, 0xe4, 0xf8, 0x24, 0xac, 0x58, 0xd9, 0x05, 0xeb, 0x50, 0x16, 0x38, 0xfd, 0xd6, 0x69, 0x42, 0x98, 0xdf, 0x89, 0x44, 0x22, 0xf9, 0x24, 0x79, 0x8a, 0x2a, 0xc8, 0xd1, 0x9b, 0x17, 0x08, 0x80, 0x18, 0xfd, 0xbb, 0xf8, 0x91, 0x5c, 0x82, 0xda, 0xb6, 0x7d, 0x0b, 0xf7, 0x76, 0xd1, 0x8c, 0x98, 0xf6, 0x59, 0x31, 0xdd, 0x93, 0x60, 0xf4, 0x68, 0x9d, 0xbb, 0xee, 0xde, 0x5f, 0x91, 0x5c, 0x77, 0x3d, 0xd9, 0x31, 0xa5, 0xae, 0xb9, 0xff, 0x81, 0xfb, 0x2a, 0xbe, 0x46, 0x2e, 0x83, 0x47, 0x55, 0x49, 0x2a, 0x41, 0x44, 0x8a, 0x66, 0x7e, 0xff, 0x7d, 0x77, 0x73, 0x04, 0xa0, 0xf9, 0x96, 0x77, 0xef, 0xde, 0xbd, 0xed, 0xd0, 0xa1, 0x43, 0x3f, 0x9f, 0x6f, 0xe4, 0x7e, 0x46, 0x04, 0x20, 0xe3, 0x0f, 0x61, 0x79, 0xdb, 0xe2, 0x56, 0x94, 0x8c, 0x5b, 0x78, 0x6c, 0x9d, 0xea, 0x50, 0xca, 0x4a, 0x99, 0x19, 0x3a, 0x55, 0xb9, 0x66, 0xc6, 0xeb, 0x2a, 0xbd, 0xa6, 0x52, 0x24, 0x2c, 0x13, 0x11, 0x33, 0x28, 0xf3, 0x6c, 0xda, 0xbc, 0xd1, 0xdc, 0x17, 0x0e, 0x87, 0x1f, 0xc0, 0xd5, 0x53, 0xb7, 0x82, 0x2d, 0xc4, 0x27, 0x91, 0xff, 0x30, 0x02, 0xff, 0x5e, 0xda, 0xbe, 0xe3, 0xbd, 0x77, 0xf0, 0xc4, 0x48, 0x9e, 0x24, 0x01, 0x72, 0x8a, 0x06, 0xb3, 0xf5, 0x8b, 0x62, 0xa9, 0x6b, 0xca, 0x8a, 0xbc, 0xf9, 0xf2, 0x0c, 0xa2, 0x8a, 0x25, 0xe8, 0x42, 0x3e, 0xee, 0x91, 0xb6, 0x8b, 0x8e, 0x2b, 0xf6, 0x40, 0x10, 0xab, 0xf4, 0xca, 0x2c, 0xf7, 0xb2, 0xdd, 0x5f, 0x29, 0xad, 0x7c, 0x8b, 0xf8, 0x03, 0x39, 0x90, 0xa5, 0x18, 0xf6, 0x4c, 0x0a, 0x6a, 0x29, 0x4e, 0x45, 0xa1, 0x98, 0x08, 0x4a, 0x24, 0x8d, 0x06, 0x6b, 0x61, 0xf9, 0xf2, 0x65, 0xd0, 0xd3, 0xd3, 0xcb, 0xed, 0x28, 0x07, 0x0f, 0x1e, 0xfc, 0x13, 0xb7, 0xc2, 0x4c, 0xf3, 0x95, 0x02, 0x6c, 0xc7, 0x56, 0xc3, 0x33, 0x6b, 0x47, 0x47, 0xe1, 0xfc, 0xd9, 0xf3, 0x60, 0x89, 0xe0, 0xb1, 0xcc, 0xf7, 0xa9, 0xb8, 0x54, 0xc0, 0x65, 0x45, 0x40, 0xe1, 0xdd, 0xa6, 0x38, 0x77, 0x9e, 0x8c, 0x43, 0xa5, 0x72, 0xe1, 0x0a, 0x11, 0x3b, 0x8a, 0xe3, 0xc0, 0x2c, 0x79, 0x5c, 0x81, 0xa2, 0x88, 0x23, 0x3b, 0x92, 0x14, 0x82, 0x57, 0x3c, 0x0e, 0xc7, 0x99, 0x71, 0xdc, 0xe9, 0xcd, 0x0a, 0xdf, 0xae, 0x31, 0x95, 0x5b, 0x4c, 0x8d, 0xa5, 0xed, 0x95, 0x57, 0x5e, 0xa1, 0x2a, 0xe1, 0xe7, 0x6f, 0x19, 0x04, 0x40, 0x09, 0x9e, 0x92, 0x0c, 0x54, 0x52, 0x01, 0x5f, 0xf8, 0xc5, 0x2f, 0xe1, 0xf9, 0xe7, 0x0e, 0xdd, 0xca, 0x71, 0x7a, 0x37, 0x7b, 0x49, 0x60, 0x5f, 0x4c, 0xdd, 0x0a, 0x2f, 0x6a, 0xa2, 0xec, 0xdb, 0x6f, 0xbf, 0x3d, 0xb2, 0x6e, 0xdd, 0x3a, 0x7a, 0xf1, 0x5d, 0xa4, 0x51, 0xcd, 0x55, 0x91, 0x85, 0x05, 0xb8, 0x0c, 0x61, 0x5f, 0x7c, 0xf9, 0xd9, 0x67, 0x9f, 0x3d, 0x7c, 0x2b, 0xbc, 0x6c, 0x11, 0x7b, 0x44, 0x59, 0x20, 0x80, 0x2a, 0x0e, 0x89, 0xc1, 0x0d, 0xf2, 0xfe, 0x5c, 0x2e, 0xf7, 0x2e, 0x68, 0x67, 0x58, 0x54, 0x55, 0x1d, 0x1d, 0x1e, 0x1e, 0xee, 0x3f, 0x72, 0xe4, 0xc8, 0xbb, 0x9d, 0xf5, 0xee, 0xf2, 0xee, 0xf2, 0xee, 0x72, 0x0b, 0x2c, 0xff, 0x1f, 0x81, 0x41, 0x38, 0x78, 0x35, 0x56, 0x92, 0x7a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_transmit_receive_128_png_len = 12596; unsigned char network_transmit_receive_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x4f, 0x7e, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x94, 0x5c, 0x57, 0x79, 0xe6, 0xff, 0x5e, 0x55, 0x75, 0xf5, 0xde, 0x52, 0x77, 0xab, 0xd5, 0xea, 0x55, 0xad, 0xd5, 0x5a, 0xac, 0xcd, 0x8b, 0x8c, 0x6d, 0xb0, 0x21, 0xd8, 0x80, 0xb3, 0x18, 0xcf, 0x44, 0x0c, 0xc9, 0x61, 0x31, 0x84, 0xc5, 0xdb, 0x24, 0xcc, 0x9c, 0x90, 0x33, 0x33, 0x39, 0x73, 0x46, 0x73, 0x72, 0x48, 0x32, 0x93, 0x10, 0x07, 0x26, 0x60, 0x3b, 0x4e, 0x60, 0x02, 0x73, 0x72, 0x08, 0xce, 0xc9, 0x09, 0x04, 0x2c, 0x30, 0x36, 0x31, 0x01, 0xdb, 0x60, 0x40, 0xb2, 0x64, 0x79, 0xd1, 0x66, 0x6d, 0xdd, 0x6a, 0xa9, 0xf7, 0xb5, 0xf6, 0x7a, 0x77, 0xfe, 0xff, 0xbe, 0x77, 0x5f, 0xdd, 0xfb, 0xb6, 0xaa, 0xea, 0xaa, 0xae, 0xee, 0x96, 0xea, 0xea, 0x3c, 0x55, 0xd5, 0xeb, 0xb7, 0xbf, 0x7f, 0xf9, 0xfe, 0xff, 0xfe, 0x0b, 0x40, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x5c, 0x4b, 0x43, 0xbb, 0x56, 0x6e, 0xf4, 0x8b, 0x5f, 0xfc, 0x62, 0x73, 0x36, 0x9b, 0xfd, 0x04, 0x7e, 0xfd, 0x75, 0x5c, 0x76, 0xe0, 0xd2, 0x8a, 0x4b, 0x68, 0xa9, 0xae, 0x87, 0x31, 0xa6, 0x7c, 0xfa, 0x7d, 0x2f, 0x65, 0xdd, 0x52, 0x1e, 0xc7, 0xe7, 0xef, 0x73, 0xf8, 0xfd, 0x2d, 0xfc, 0xfc, 0x01, 0x7e, 0x3e, 0xf6, 0x67, 0x7f, 0xf6, 0x67, 0x67, 0xaa, 0x0c, 0x50, 0x81, 0xf1, 0xe8, 0xa3, 0x8f, 0xbe, 0x0b, 0x3f, 0xfe, 0x1e, 0x97, 0xb5, 0x4b, 0x7d, 0x2d, 0xd7, 0x18, 0xc1, 0x07, 0xad, 0x4b, 0x1b, 0x86, 0x71, 0xf0, 0xf3, 0x9f, 0xff, 0xfc, 0x1f, 0x2f, 0xe5, 0xfb, 0x08, 0x5d, 0xed, 0xc4, 0x8f, 0x0f, 0xf8, 0x16, 0x5d, 0xd7, 0x9f, 0xc1, 0xaf, 0xab, 0x96, 0x23, 0xf1, 0x5f, 0x43, 0x04, 0xef, 0x5c, 0x17, 0xd2, 0x34, 0xed, 0x57, 0x6e, 0xbd, 0xf5, 0xd6, 0xe8, 0x8b, 0x2f, 0xbe, 0xf8, 0x5c, 0x55, 0x03, 0x2c, 0xc2, 0x38, 0x78, 0xf0, 0xa0, 0xde, 0xd2, 0xd2, 0x72, 0x04, 0xbf, 0xee, 0x12, 0xeb, 0x06, 0x06, 0x06, 0xa0, 0xb3, 0xb3, 0x13, 0x1a, 0x1a, 0x1a, 0x96, 0x9c, 0x09, 0x82, 0xfe, 0x1e, 0x0a, 0x85, 0x00, 0x19, 0xb7, 0xe4, 0xe3, 0x14, 0xf3, 0xf7, 0x52, 0x8e, 0x19, 0xf4, 0x37, 0xba, 0x17, 0x5a, 0x62, 0xb1, 0x18, 0x5c, 0xbe, 0x7c, 0x19, 0x5e, 0x7e, 0xf9, 0x65, 0xfe, 0xdd, 0xda, 0xc7, 0xc0, 0xfb, 0x7c, 0x07, 0xc2, 0xa1, 0x17, 0x96, 0xe2, 0x7d, 0x84, 0xaf, 0x66, 0x06, 0x58, 0xbd, 0x7a, 0xf5, 0xad, 0xa8, 0x66, 0x6d, 0xe2, 0xbf, 0xfe, 0xfa, 0xeb, 0xe1, 0xfa, 0x5d, 0xd7, 0x43, 0x5d, 0x5d, 0x2d, 0xbe, 0x10, 0xbd, 0x8c, 0xfc, 0xcf, 0x0a, 0xda, 0x84, 0x95, 0x97, 0x95, 0x4a, 0xdf, 0x8a, 0x2d, 0x12, 0x93, 0x7b, 0x1d, 0x98, 0x99, 0x4c, 0xd2, 0xd3, 0xdb, 0x0d, 0x3d, 0x3d, 0x3d, 0xf0, 0xd4, 0x53, 0x4f, 0x41, 0x22, 0x91, 0xa0, 0x75, 0x3a, 0xda, 0x66, 0xff, 0x09, 0xb7, 0x58, 0x12, 0x06, 0xd0, 0xaf, 0x66, 0x06, 0xc0, 0x87, 0x7b, 0x9b, 0xf8, 0x4e, 0x12, 0x7f, 0xfb, 0xf6, 0x6d, 0xd0, 0xd8, 0xd8, 0xc0, 0xa5, 0x51, 0x25, 0x89, 0x9f, 0x2d, 0x01, 0xf1, 0xb3, 0xa0, 0xad, 0xd8, 0xe2, 0x10, 0x3f, 0xb3, 0xfe, 0xf9, 0x5d, 0x2e, 0x42, 0x1e, 0xa8, 0xaf, 0xaf, 0x87, 0xee, 0x9e, 0x2e, 0xd8, 0xb7, 0x6f, 0x9f, 0x0c, 0x8d, 0xde, 0xb5, 0x54, 0x34, 0x72, 0x55, 0x33, 0x00, 0x4a, 0xff, 0x1e, 0xf1, 0xbd, 0xa3, 0xa3, 0x03, 0x22, 0x35, 0x91, 0x32, 0x13, 0x21, 0xcb, 0x2f, 0xf5, 0x19, 0x54, 0xf6, 0x9c, 0xcb, 0x49, 0xea, 0xfb, 0x9c, 0x2f, 0x1a, 0x8d, 0x72, 0x2d, 0x20, 0x41, 0xa7, 0xd5, 0x9f, 0xf9, 0xcc, 0x67, 0x96, 0xc4, 0x46, 0xbb, 0xaa, 0x21, 0x10, 0x4a, 0x9c, 0x66, 0xf1, 0x9d, 0x24, 0x0f, 0x49, 0x20, 0x31, 0xe6, 0x63, 0xb3, 0x10, 0x4b, 0xc4, 0x16, 0x05, 0xc7, 0xe7, 0x20, 0x0f, 0x2b, 0x88, 0x52, 0xbd, 0xb6, 0x33, 0xcf, 0xc1, 0x02, 0xb7, 0x29, 0xf4, 0x58, 0x5e, 0xc4, 0x58, 0x08, 0xc1, 0x16, 0x4a, 0xd4, 0x41, 0x52, 0x5f, 0x7e, 0x5e, 0x3d, 0x5d, 0xfd, 0xf6, 0xba, 0xe6, 0xe6, 0x66, 0xc5, 0x38, 0xc6, 0x85, 0xde, 0xd5, 0x54, 0x95, 0x01, 0xca, 0x3b, 0x6c, 0x06, 0x88, 0x44, 0x22, 0xc8, 0x00, 0x39, 0x85, 0x97, 0xc9, 0x66, 0x20, 0x8b, 0xcb, 0x52, 0x12, 0x7f, 0xc5, 0x88, 0x7a, 0x91, 0x18, 0xa4, 0x10, 0xe2, 0x97, 0xb7, 0xa1, 0x67, 0x27, 0x84, 0x10, 0x19, 0xf8, 0xe1, 0x70, 0x18, 0xd2, 0xe9, 0xb4, 0xf8, 0xdd, 0x54, 0xd5, 0x00, 0xe5, 0xb7, 0x01, 0x9a, 0xc4, 0x03, 0x27, 0x06, 0xd0, 0x75, 0xcd, 0x93, 0x90, 0x2f, 0x8d, 0xc6, 0xe1, 0xff, 0x7c, 0xe3, 0x6c, 0x30, 0x56, 0xc4, 0x5d, 0xeb, 0xa2, 0xa5, 0x23, 0xc6, 0x30, 0x1a, 0xdf, 0x91, 0x48, 0xe9, 0xf6, 0x47, 0x34, 0xac, 0xa3, 0x2d, 0x53, 0xec, 0x71, 0xdc, 0xc4, 0x5a, 0x1b, 0x0d, 0xf1, 0x7b, 0x2b, 0x16, 0x1a, 0xc9, 0x9b, 0x6f, 0xdf, 0xd0, 0x00, 0xbb, 0x36, 0x37, 0xe5, 0x65, 0x10, 0x83, 0x19, 0x10, 0xd2, 0x42, 0x36, 0x03, 0xd0, 0x3b, 0x21, 0x06, 0xa0, 0x77, 0x81, 0x86, 0x70, 0x95, 0x01, 0x16, 0x01, 0x02, 0xd9, 0x0f, 0x95, 0xa4, 0x8d, 0x0c, 0x81, 0x18, 0xbe, 0x0c, 0x31, 0xe6, 0x62, 0x59, 0x18, 0x9b, 0x4c, 0x42, 0x75, 0x2c, 0x6c, 0xbc, 0x72, 0x72, 0xc6, 0x64, 0x80, 0x3c, 0xda, 0x81, 0x19, 0xf8, 0xcc, 0x75, 0x93, 0x01, 0x34, 0xe4, 0x3a, 0x7a, 0x27, 0x92, 0x20, 0x6a, 0xae, 0x32, 0xc0, 0x22, 0xd8, 0x00, 0xe2, 0x01, 0x3b, 0x19, 0xc0, 0x90, 0x34, 0x40, 0x2c, 0x91, 0x35, 0xed, 0x84, 0xba, 0x10, 0xac, 0x6d, 0xab, 0xf1, 0x39, 0x18, 0x31, 0x8d, 0x96, 0xd7, 0x79, 0x64, 0x1e, 0x36, 0x77, 0xec, 0x74, 0xc6, 0x70, 0xad, 0xd3, 0x3c, 0x0e, 0x52, 0x10, 0xb2, 0x62, 0x74, 0x4f, 0xcc, 0xbe, 0x1e, 0xb1, 0x8e, 0xce, 0xe1, 0x3a, 0x96, 0x56, 0xa0, 0x48, 0x67, 0xde, 0xd7, 0x22, 0xaf, 0xa5, 0x67, 0x95, 0x35, 0x0c, 0xd7, 0x76, 0x93, 0x33, 0x09, 0x08, 0x6b, 0x51, 0x7c, 0x7e, 0x78, 0x8f, 0x46, 0x0e, 0xde, 0xf8, 0xc1, 0x27, 0x43, 0x3a, 0x86, 0x8e, 0xdb, 0xd6, 0xd4, 0xd4, 0xd8, 0xda, 0xb8, 0x0a, 0x81, 0x16, 0x09, 0x02, 0xa9, 0x36, 0x80, 0xb7, 0x06, 0x88, 0x27, 0x4d, 0x06, 0x68, 0x69, 0xaa, 0x81, 0xeb, 0xb7, 0x74, 0x38, 0x08, 0x49, 0x25, 0x08, 0x27, 0x31, 0x8b, 0x6d, 0xfc, 0xfe, 0xa6, 0x69, 0xde, 0x04, 0x2e, 0x6f, 0x2b, 0x9f, 0x47, 0x5e, 0xa7, 0xb9, 0x88, 0x7a, 0x81, 0xd7, 0xe0, 0x71, 0x3f, 0xae, 0xfd, 0xbd, 0x98, 0xcc, 0xe3, 0x6f, 0xf2, 0xf8, 0xf1, 0x91, 0xf3, 0xc0, 0xb2, 0xe6, 0x1f, 0x12, 0x49, 0x06, 0x75, 0xb5, 0x1a, 0x27, 0xfe, 0xe9, 0xe9, 0x19, 0xb8, 0x78, 0x6e, 0x08, 0x85, 0x4e, 0x08, 0x9a, 0x9a, 0x9b, 0xa0, 0xa5, 0xa5, 0x99, 0xcf, 0xbd, 0xc8, 0x42, 0x47, 0xb3, 0x6c, 0x00, 0x21, 0xa0, 0x90, 0x39, 0xaa, 0x0c, 0xb0, 0x08, 0x43, 0x85, 0x40, 0xb2, 0x0d, 0x60, 0xe4, 0x5e, 0x46, 0x22, 0x95, 0xb5, 0xf0, 0xb9, 0x66, 0xbf, 0x64, 0x9b, 0x48, 0x98, 0x90, 0x82, 0x01, 0x44, 0x66, 0xf8, 0x13, 0xba, 0x29, 0xf4, 0x0a, 0x20, 0x74, 0xe6, 0x26, 0x66, 0xc3, 0xe3, 0x3c, 0x81, 0xd7, 0xe0, 0x43, 0xe8, 0x4c, 0x5e, 0xcf, 0xf2, 0x13, 0xba, 0x53, 0xd8, 0xcb, 0x1a, 0x45, 0xde, 0x8e, 0x6c, 0xaa, 0x2c, 0x69, 0x1f, 0x4d, 0x87, 0x18, 0x0a, 0x91, 0x5a, 0x62, 0x00, 0xdc, 0xe0, 0xc8, 0xcf, 0x8f, 0xf2, 0xed, 0xda, 0xdb, 0xdb, 0xc0, 0xc8, 0x1a, 0x84, 0xef, 0xb9, 0x06, 0x61, 0x1e, 0x1a, 0x60, 0xa9, 0x21, 0xd0, 0x55, 0x3b, 0x0f, 0xc0, 0x38, 0x5e, 0x81, 0x46, 0x99, 0x01, 0x74, 0x1f, 0x08, 0x14, 0x8f, 0x67, 0xed, 0x97, 0x42, 0xeb, 0x69, 0xa1, 0x7f, 0x44, 0x80, 0xf2, 0x6f, 0xcb, 0x5d, 0x67, 0x12, 0x95, 0xe5, 0xe3, 0x17, 0x87, 0x31, 0x70, 0x63, 0x5a, 0xe8, 0xef, 0xfc, 0x3b, 0x87, 0x0d, 0x8c, 0x1b, 0x7e, 0xe2, 0x3b, 0xdf, 0xdf, 0x30, 0x77, 0x22, 0x82, 0x65, 0x12, 0x73, 0x29, 0xe7, 0x35, 0xfc, 0xaf, 0x81, 0x9f, 0xc3, 0x71, 0x0c, 0xc3, 0x30, 0x61, 0x44, 0xee, 0x9c, 0xf2, 0xb5, 0xd8, 0x6e, 0x46, 0x65, 0x01, 0x30, 0xff, 0xe6, 0x5a, 0xec, 0xf3, 0x3a, 0x16, 0x03, 0x5c, 0xc7, 0x0a, 0x21, 0x03, 0x30, 0x8b, 0x31, 0x84, 0x16, 0x25, 0x2d, 0xdb, 0xdd, 0xdb, 0xc5, 0xe1, 0x0e, 0x11, 0xbe, 0x7c, 0x2d, 0x59, 0x23, 0x23, 0x69, 0x00, 0x8d, 0x6b, 0x65, 0xc9, 0x0d, 0x5a, 0xd5, 0x00, 0xe5, 0x1c, 0x5f, 0xfe, 0xf2, 0x97, 0x1b, 0x64, 0x06, 0x37, 0x1f, 0xb6, 0x0f, 0x04, 0x4a, 0x99, 0xdf, 0xf5, 0x90, 0xe6, 0x72, 0x73, 0xba, 0x21, 0x00, 0xf3, 0x84, 0x48, 0x95, 0x96, 0xe8, 0xf6, 0x75, 0x79, 0x48, 0x74, 0x6f, 0x2d, 0xe4, 0xb8, 0x1f, 0x8f, 0x6d, 0x99, 0x32, 0xcf, 0x16, 0x00, 0x83, 0xac, 0x7d, 0x89, 0xd8, 0xf9, 0x3d, 0xe8, 0xc4, 0x00, 0xb9, 0x93, 0x6c, 0xde, 0xb2, 0x11, 0xfa, 0xfa, 0x7b, 0x21, 0x1e, 0x8b, 0xf3, 0x59, 0xf7, 0x68, 0xb4, 0x06, 0x22, 0xd1, 0x88, 0xaa, 0x3d, 0x50, 0x6b, 0xc8, 0x1a, 0x40, 0x76, 0x58, 0x54, 0x19, 0xa0, 0x0c, 0x03, 0x25, 0x50, 0xb3, 0x22, 0xfd, 0xa5, 0xc0, 0x32, 0x99, 0xf8, 0x39, 0x04, 0xb2, 0x8c, 0x60, 0x52, 0xe9, 0x8c, 0xf9, 0xe0, 0x75, 0x8d, 0xb9, 0xb1, 0xb2, 0x42, 0x80, 0x9a, 0x4d, 0x18, 0x86, 0x73, 0x7f, 0xc3, 0x9b, 0xe0, 0xdc, 0x84, 0xae, 0x29, 0xe7, 0x61, 0x1e, 0x50, 0xcc, 0xdb, 0xae, 0x60, 0xde, 0x84, 0x1e, 0x80, 0xe5, 0x35, 0xc8, 0x6f, 0x0b, 0x38, 0xf7, 0xd7, 0xe4, 0xfb, 0xb1, 0x9e, 0x97, 0xd8, 0x3f, 0x9e, 0xcc, 0x28, 0x7c, 0x43, 0x44, 0x4f, 0x8b, 0x0c, 0xc2, 0x0c, 0xe9, 0xb9, 0x3b, 0x35, 0x80, 0x0c, 0x57, 0xab, 0x0c, 0x50, 0x86, 0x21, 0xfb, 0x95, 0x83, 0x3c, 0x40, 0xf4, 0xf0, 0x85, 0xfa, 0xa6, 0x00, 0x39, 0x0e, 0x01, 0x1c, 0x78, 0xdf, 0x25, 0xd1, 0x81, 0xb9, 0xec, 0x02, 0x2f, 0x4d, 0xe0, 0x22, 0x74, 0x87, 0xb4, 0xb7, 0x25, 0xbb, 0x1f, 0xa1, 0x7b, 0x18, 0xb9, 0xf4, 0x69, 0x04, 0x9d, 0x47, 0x6c, 0x6b, 0x79, 0xad, 0x34, 0x60, 0x1e, 0x46, 0xb2, 0x1c, 0xa2, 0xec, 0xd6, 0x0e, 0x9a, 0xb4, 0xbf, 0x7c, 0x1e, 0xe6, 0x38, 0x0f, 0x09, 0x15, 0x04, 0x36, 0x26, 0x03, 0x24, 0x0c, 0xf0, 0x9e, 0x13, 0x63, 0x3e, 0x5e, 0x20, 0x73, 0x1e, 0x40, 0x32, 0x82, 0xab, 0x6e, 0xd0, 0x32, 0x6b, 0x00, 0x65, 0x12, 0x4c, 0xf5, 0x00, 0xa9, 0xf1, 0xe9, 0x36, 0x03, 0xe8, 0x12, 0xae, 0x67, 0xf2, 0x04, 0x8e, 0x9b, 0x78, 0xc1, 0x21, 0x0d, 0x55, 0x78, 0x21, 0x13, 0x31, 0x53, 0x20, 0x4c, 0xde, 0xfd, 0x35, 0x50, 0xcf, 0xeb, 0x21, 0xdd, 0xbd, 0x3c, 0x3f, 0x0a, 0xa1, 0x4b, 0x5a, 0xcc, 0x9e, 0x85, 0x35, 0x7c, 0x08, 0xdd, 0xc3, 0x23, 0xe5, 0xa7, 0x09, 0x98, 0x43, 0x0b, 0xc9, 0x13, 0x8b, 0x32, 0x04, 0xe2, 0xee, 0xdf, 0x74, 0x1a, 0xe6, 0xe7, 0x63, 0x1c, 0x02, 0xd1, 0xf3, 0xaf, 0x21, 0x08, 0x64, 0x54, 0x35, 0x40, 0x45, 0xe7, 0x00, 0x54, 0x08, 0xa4, 0xe2, 0x7f, 0x19, 0xeb, 0x8b, 0x97, 0x47, 0x52, 0xc9, 0x4b, 0x32, 0xba, 0xe1, 0x85, 0xe6, 0x09, 0x0f, 0xdc, 0x04, 0x28, 0x79, 0x60, 0x0a, 0xd8, 0xdf, 0xb9, 0x9d, 0xc9, 0x04, 0x9a, 0x0f, 0x01, 0x32, 0x07, 0xa1, 0xfb, 0x31, 0xa4, 0xe6, 0x8b, 0xf7, 0x55, 0x2d, 0xe3, 0x7d, 0x1e, 0xd0, 0xdc, 0x5a, 0x49, 0xb3, 0xce, 0xc3, 0x9f, 0x97, 0x6d, 0x47, 0x65, 0xed, 0x63, 0x8f, 0x8e, 0x8e, 0xc1, 0xf1, 0xa3, 0x6f, 0x40, 0x73, 0x73, 0x13, 0xac, 0x6e, 0x5b, 0x0d, 0xcd, 0x2d, 0x4d, 0xd0, 0xc8, 0x1a, 0x20, 0x5b, 0x97, 0x95, 0xdf, 0x8f, 0xa2, 0x01, 0xaa, 0x46, 0xf0, 0x22, 0xcc, 0x01, 0x08, 0xa9, 0xef, 0x82, 0x40, 0x0e, 0x71, 0x9a, 0x48, 0x0a, 0x1b, 0x20, 0x3f, 0x8e, 0xd6, 0x7c, 0x0c, 0x63, 0x5f, 0x02, 0x2c, 0x98, 0xd0, 0xa1, 0x20, 0x42, 0xf7, 0x35, 0x6c, 0x83, 0x7c, 0xf7, 0x2e, 0x38, 0xa5, 0xc2, 0x1a, 0x3f, 0x42, 0xcf, 0x77, 0x9d, 0xba, 0xf4, 0x30, 0x12, 0x09, 0xc3, 0xd6, 0x38, 0x63, 0xa3, 0xe3, 0x96, 0x07, 0xc8, 0xe0, 0x6e, 0x50, 0x96, 0x65, 0xa6, 0x57, 0xc8, 0xc8, 0x9a, 0xde, 0x2b, 0x89, 0x01, 0x84, 0x06, 0x90, 0x05, 0x56, 0x95, 0x01, 0xca, 0xe1, 0xdf, 0xd5, 0xf5, 0x26, 0xf7, 0x2c, 0xb0, 0x3b, 0x35, 0x8f, 0x46, 0x2c, 0x29, 0x19, 0xc1, 0x4e, 0xe9, 0xef, 0xf0, 0xe6, 0xd8, 0x8e, 0x12, 0x1f, 0x1c, 0x5e, 0x2c, 0x8e, 0x16, 0x46, 0xaf, 0xb0, 0x33, 0xdc, 0x78, 0x5f, 0x2b, 0x0a, 0xef, 0x7b, 0xff, 0xcd, 0x8a, 0xd5, 0x97, 0x3c, 0x47, 0xc5, 0x5f, 0xa7, 0xf4, 0x38, 0xac, 0x6d, 0x69, 0x32, 0x4b, 0x4c, 0x24, 0xd3, 0x33, 0x14, 0x62, 0x60, 0xf3, 0xd6, 0x8d, 0x9c, 0xb8, 0xe7, 0xe7, 0xac, 0xac, 0x2f, 0xcd, 0xb2, 0x17, 0x68, 0x2e, 0x20, 0xf7, 0x7e, 0xaa, 0x13, 0x61, 0x8b, 0xed, 0x05, 0x52, 0x35, 0x80, 0x2e, 0x49, 0x31, 0x6f, 0x0d, 0x40, 0xc1, 0x65, 0x86, 0xc1, 0x02, 0x5d, 0x93, 0xa5, 0xe0, 0x68, 0x4f, 0xc3, 0x96, 0xb9, 0x5d, 0xa4, 0xac, 0x00, 0xbc, 0xef, 0xe5, 0x4a, 0x35, 0x64, 0xe3, 0xda, 0x8b, 0xd0, 0x0b, 0xba, 0x4e, 0x6f, 0x0f, 0x93, 0xd7, 0x64, 0x9f, 0xa4, 0x54, 0xf1, 0x19, 0xe6, 0x2e, 0x9a, 0x70, 0xff, 0xc6, 0x4d, 0x03, 0x1e, 0x06, 0x71, 0xee, 0x7f, 0x27, 0x04, 0xaa, 0xda, 0x00, 0x8b, 0xa8, 0x01, 0xb8, 0x11, 0xec, 0x33, 0x0b, 0x2c, 0xbf, 0x3c, 0xee, 0xd7, 0xf6, 0xc0, 0xeb, 0x41, 0xa1, 0x01, 0xea, 0x6f, 0xcd, 0x87, 0xd0, 0x1d, 0x33, 0xca, 0x3e, 0xf0, 0xc2, 0x89, 0xc3, 0x35, 0x1f, 0x57, 0xaa, 0xc1, 0x1c, 0xd7, 0xe2, 0x4b, 0xe8, 0xc1, 0xd7, 0xe9, 0xef, 0xad, 0xf2, 0xb0, 0x05, 0x3c, 0x6c, 0x03, 0xd3, 0x06, 0x60, 0x8a, 0x16, 0xf5, 0x8f, 0xa2, 0x66, 0xaa, 0x1b, 0x54, 0x82, 0x40, 0x96, 0x56, 0xae, 0xce, 0x04, 0x97, 0xdb, 0x06, 0x50, 0x8c, 0x60, 0x9f, 0x38, 0xa0, 0x54, 0xca, 0x9c, 0x3d, 0xb5, 0x21, 0x90, 0x3d, 0xd3, 0xeb, 0x3d, 0x63, 0x2a, 0x66, 0x5e, 0xc5, 0x8c, 0xab, 0xd8, 0x8e, 0xcf, 0x76, 0x82, 0x91, 0xfb, 0xad, 0xcc, 0xde, 0x06, 0xcf, 0xb8, 0x2a, 0xb3, 0xb4, 0x46, 0x2e, 0x19, 0xc6, 0x70, 0xcd, 0xee, 0x92, 0x7b, 0x17, 0x1c, 0x33, 0xd2, 0xea, 0x77, 0xe7, 0x75, 0x7a, 0xcd, 0xec, 0x8a, 0x6b, 0x72, 0x1e, 0x43, 0x9e, 0x3d, 0x0e, 0xba, 0x4e, 0xbe, 0x8f, 0xd0, 0x08, 0x4c, 0x12, 0x22, 0x2e, 0x3b, 0xc5, 0x80, 0x64, 0x2a, 0xc5, 0x73, 0x2f, 0x4c, 0xe6, 0x32, 0x6c, 0x66, 0x14, 0xe1, 0xd0, 0xb9, 0x63, 0x42, 0x03, 0x15, 0x31, 0xa8, 0x6a, 0x80, 0x45, 0x32, 0x82, 0xc1, 0xc3, 0x0d, 0x4a, 0x2f, 0x2c, 0x96, 0x4c, 0xdb, 0x12, 0xca, 0xf4, 0x02, 0x39, 0x24, 0xa7, 0x53, 0x81, 0x7b, 0xfc, 0xdd, 0xc4, 0xd1, 0xcc, 0x27, 0x70, 0x8c, 0x79, 0x62, 0x72, 0xb0, 0xa0, 0x8c, 0xe6, 0xb0, 0x2f, 0x54, 0x89, 0xee, 0x8d, 0xe9, 0x0d, 0xaf, 0x40, 0x39, 0xe7, 0x79, 0x7c, 0xe6, 0x26, 0x34, 0x4d, 0x95, 0xe4, 0xbe, 0xd7, 0x29, 0x99, 0x39, 0xb6, 0xe7, 0x47, 0x36, 0xa0, 0x2d, 0x29, 0x2e, 0xb6, 0x95, 0xdd, 0xa0, 0x44, 0xf8, 0x27, 0xdf, 0x3c, 0xcd, 0x83, 0xe2, 0x56, 0xaf, 0x5e, 0x05, 0xab, 0x70, 0xa1, 0x5c, 0xec, 0xda, 0xba, 0x5a, 0xe5, 0x1d, 0xc9, 0xd1, 0xa0, 0x74, 0xb8, 0xf1, 0xf1, 0x71, 0x0a, 0x5d, 0x99, 0xa9, 0x32, 0xc0, 0x22, 0xbb, 0x41, 0xb9, 0x2a, 0xb6, 0x0c, 0x43, 0x1b, 0xbb, 0x32, 0xcb, 0x0b, 0x94, 0x6f, 0x82, 0xa8, 0x68, 0x1c, 0x9d, 0x33, 0x4e, 0x05, 0x5e, 0xcf, 0x17, 0xd2, 0x90, 0xdb, 0x5f, 0x73, 0xe3, 0x7d, 0xc5, 0x1b, 0xe3, 0x80, 0x35, 0x0e, 0xbc, 0xee, 0x35, 0x31, 0xc7, 0x58, 0xe1, 0xd7, 0xe9, 0x65, 0x10, 0x67, 0xd2, 0x0c, 0xe6, 0x13, 0x69, 0x98, 0x8f, 0xa7, 0x60, 0x6a, 0x36, 0x21, 0xb9, 0x92, 0x73, 0x2e, 0xce, 0xa9, 0xc9, 0x69, 0x18, 0x1a, 0x1c, 0x36, 0x23, 0x40, 0x0d, 0x66, 0x06, 0xc3, 0x59, 0x41, 0x71, 0xa6, 0xc7, 0x47, 0x7e, 0x2f, 0xba, 0xbd, 0x3e, 0x9d, 0x4e, 0x37, 0x55, 0x19, 0x60, 0x91, 0x20, 0x90, 0x1c, 0x83, 0x6f, 0x70, 0x6f, 0x04, 0x53, 0xfc, 0xd7, 0xa6, 0x8d, 0xac, 0xf9, 0xc6, 0xfe, 0xe4, 0x23, 0x74, 0x27, 0xa1, 0x32, 0x05, 0xfd, 0x7a, 0xe3, 0x75, 0xaf, 0xfd, 0x99, 0x23, 0xef, 0xdd, 0x4d, 0xe8, 0x50, 0x22, 0xa1, 0x43, 0x41, 0x84, 0xce, 0xac, 0x28, 0x56, 0xca, 0x35, 0x98, 0x43, 0x62, 0x9f, 0x8f, 0xa5, 0xf0, 0x33, 0x8d, 0x84, 0x9e, 0x76, 0xd8, 0x0d, 0x9a, 0xa2, 0x01, 0xe8, 0x6e, 0x5b, 0x56, 0x37, 0x43, 0x4f, 0x6f, 0x17, 0x8c, 0x8d, 0x4e, 0x98, 0xee, 0x50, 0x83, 0xd9, 0xae, 0x67, 0x33, 0x2b, 0x4c, 0xb7, 0x35, 0x27, 0xc1, 0xa0, 0x4c, 0x26, 0xb3, 0x64, 0x9e, 0xa0, 0xab, 0x39, 0x1c, 0xda, 0x1d, 0x0a, 0x6d, 0xfb, 0xbd, 0xa5, 0x50, 0x68, 0xcb, 0x7f, 0xcd, 0x35, 0x84, 0xe6, 0x15, 0xc7, 0x13, 0x6c, 0x98, 0x32, 0xc5, 0xb7, 0xe1, 0xa5, 0x39, 0xbc, 0xf7, 0x77, 0x13, 0x7a, 0x3e, 0xc3, 0x34, 0x1f, 0xa1, 0xbb, 0xf7, 0xd7, 0x3c, 0x3c, 0x45, 0x26, 0xa1, 0x6b, 0x9e, 0x1e, 0x27, 0xc1, 0x04, 0x44, 0xe4, 0x33, 0x73, 0x49, 0x9e, 0xf0, 0x92, 0x48, 0x39, 0xf3, 0xa6, 0x35, 0x4f, 0x13, 0x97, 0x6c, 0x93, 0x54, 0xda, 0xe0, 0xe9, 0x9e, 0x24, 0xd5, 0xb7, 0x6c, 0xdb, 0x04, 0x9b, 0xb6, 0x18, 0xa8, 0x31, 0x32, 0x1c, 0x2a, 0x85, 0x23, 0x61, 0x2b, 0x78, 0x0e, 0x85, 0x8f, 0xe5, 0x91, 0xd3, 0xac, 0x70, 0x88, 0x78, 0x3c, 0x6e, 0xd9, 0x1e, 0x95, 0x0f, 0x87, 0xb8, 0x9a, 0x19, 0xc0, 0x95, 0x0d, 0xc6, 0x3c, 0xdc, 0xa0, 0x76, 0x18, 0xaf, 0x6e, 0xb9, 0x40, 0x41, 0x0d, 0x38, 0xcb, 0x85, 0x30, 0x58, 0x7f, 0xd3, 0xc0, 0x17, 0x22, 0x39, 0xb1, 0xb6, 0x8c, 0xf7, 0x55, 0x89, 0xce, 0x24, 0x28, 0xa4, 0x9e, 0xc7, 0x85, 0xb5, 0x3d, 0x3d, 0x31, 0xfe, 0xd7, 0xa9, 0x10, 0xb3, 0x94, 0x3d, 0xe6, 0x75, 0xbd, 0x62, 0xa2, 0x8d, 0x60, 0xdf, 0x7c, 0x2c, 0x0d, 0xd3, 0xf3, 0x49, 0x0e, 0x6b, 0x94, 0x0c, 0xb3, 0x02, 0xd2, 0x8e, 0x99, 0xa5, 0x5f, 0x63, 0xa8, 0x4d, 0x5b, 0x22, 0x61, 0x09, 0x52, 0xea, 0x50, 0x13, 0x55, 0x33, 0xec, 0x68, 0x32, 0xcc, 0xac, 0xcb, 0xb4, 0x3c, 0x5c, 0xa1, 0x57, 0x3d, 0x04, 0xa2, 0x87, 0xeb, 0xca, 0x07, 0x36, 0xdc, 0x0c, 0xa0, 0xeb, 0xa6, 0x14, 0xb5, 0x09, 0xdd, 0xcf, 0xc0, 0x74, 0x65, 0x4f, 0x39, 0xa4, 0xbd, 0x1c, 0xbb, 0xe3, 0x97, 0x0d, 0x66, 0x04, 0x04, 0xa9, 0xc9, 0x9a, 0xc7, 0x8b, 0xd0, 0x1d, 0x78, 0x5f, 0x3e, 0x8f, 0x8b, 0x31, 0xad, 0x63, 0xf8, 0x65, 0xa6, 0x91, 0xa4, 0x1f, 0x9b, 0x8a, 0xc3, 0x24, 0x12, 0xbd, 0x61, 0x30, 0x28, 0x8a, 0xea, 0x5d, 0x1e, 0x7e, 0x8d, 0xdb, 0x53, 0x2d, 0x0d, 0x10, 0x18, 0x14, 0x27, 0xa0, 0x10, 0xbf, 0xa6, 0x65, 0x10, 0x0f, 0x74, 0x55, 0x43, 0x20, 0xbf, 0x7c, 0x60, 0x05, 0x02, 0x89, 0x49, 0x30, 0xee, 0x01, 0x32, 0x7c, 0x09, 0xdd, 0x0b, 0xaf, 0x6b, 0xe0, 0x15, 0xd3, 0xef, 0x80, 0x48, 0x76, 0xbc, 0xbb, 0x9b, 0xd0, 0x99, 0x3a, 0xad, 0xec, 0x0a, 0x86, 0x53, 0x22, 0x4f, 0x0d, 0x27, 0x13, 0xb8, 0xf1, 0xba, 0x37, 0xde, 0x97, 0xaf, 0xd3, 0x74, 0x71, 0x12, 0xbc, 0x19, 0x9f, 0x89, 0xc3, 0x1c, 0xe2, 0xfa, 0x85, 0x92, 0xbc, 0x93, 0xb8, 0x89, 0xa5, 0xe3, 0x92, 0x2b, 0x94, 0x02, 0xe1, 0x2e, 0x9c, 0x1f, 0x84, 0x30, 0x4a, 0xfb, 0x86, 0xc6, 0x06, 0x68, 0x6a, 0x6e, 0x84, 0xba, 0xfa, 0x5a, 0x2b, 0x0e, 0xcb, 0xf2, 0xc1, 0x6b, 0x6a, 0x62, 0xfc, 0x52, 0xcc, 0x05, 0x5c, 0xcd, 0x1a, 0xa0, 0x59, 0x10, 0xbb, 0x39, 0x11, 0x26, 0xcf, 0x04, 0xe7, 0xa8, 0x30, 0x6e, 0xd9, 0x00, 0xa4, 0x95, 0x9d, 0x61, 0x07, 0x7e, 0xf0, 0x42, 0xc6, 0xeb, 0x6a, 0x94, 0xa7, 0xc7, 0x04, 0x98, 0x16, 0x60, 0x40, 0x6b, 0x0e, 0xcd, 0xe1, 0x99, 0x7f, 0xac, 0xd9, 0xc7, 0x31, 0x02, 0x0d, 0x5b, 0x1f, 0x18, 0x64, 0xad, 0x4f, 0x67, 0xb2, 0x30, 0x32, 0x19, 0x53, 0xa5, 0xbd, 0x56, 0xae, 0xf2, 0x90, 0x9a, 0x65, 0x4f, 0xe5, 0x3c, 0x41, 0x47, 0x0f, 0xbf, 0xca, 0xe7, 0x00, 0xda, 0xdb, 0xdb, 0xa1, 0xb6, 0xae, 0xce, 0xf4, 0x02, 0x65, 0x4c, 0x4f, 0x90, 0xe4, 0xa9, 0xab, 0x6a, 0x80, 0x45, 0x1c, 0x8d, 0x4a, 0xa5, 0x65, 0xe7, 0x44, 0x98, 0xe5, 0x06, 0x8d, 0x49, 0x36, 0x80, 0x12, 0x46, 0x60, 0xc3, 0x0b, 0xd5, 0x17, 0x6f, 0x13, 0x9c, 0x33, 0x62, 0xd2, 0xcf, 0x93, 0x12, 0x14, 0x5a, 0xe0, 0x94, 0xe6, 0x5e, 0x33, 0xbd, 0x52, 0x74, 0xa9, 0x16, 0x10, 0x96, 0xc1, 0x7c, 0x34, 0x07, 0x19, 0xa6, 0x63, 0x53, 0x31, 0x6e, 0xd0, 0x1a, 0x8c, 0x2d, 0x96, 0xb8, 0xe1, 0x17, 0x2a, 0xcf, 0x05, 0x74, 0xae, 0x5b, 0x0b, 0xe7, 0xce, 0x5e, 0xe0, 0xc5, 0xc7, 0x0c, 0xf2, 0x04, 0x65, 0xcd, 0xca, 0x11, 0x26, 0x04, 0x12, 0x13, 0x8f, 0x7a, 0xd5, 0x06, 0x58, 0x8c, 0x71, 0xf0, 0xe0, 0xc1, 0x7a, 0x7c, 0xa8, 0x61, 0x21, 0x65, 0xf8, 0x44, 0x98, 0xac, 0xb0, 0x8d, 0x5c, 0x11, 0xd7, 0x44, 0x4a, 0x32, 0x82, 0x19, 0x73, 0x19, 0x9d, 0xcb, 0x89, 0xd0, 0xf3, 0xba, 0x44, 0xa5, 0x6b, 0x4a, 0xa6, 0xb3, 0x30, 0x3e, 0x1d, 0x5f, 0x64, 0xc2, 0x57, 0xed, 0x16, 0xd9, 0x15, 0x3a, 0xb0, 0xa9, 0x1f, 0xd6, 0xf5, 0x74, 0x9a, 0x69, 0x91, 0x7a, 0x08, 0xa2, 0xb5, 0x51, 0xa8, 0xa9, 0x51, 0xd3, 0x22, 0x85, 0x0d, 0xb0, 0x94, 0x69, 0x91, 0x57, 0x25, 0x03, 0xac, 0x5a, 0xb5, 0xaa, 0x29, 0x95, 0x32, 0xf1, 0xad, 0x33, 0x19, 0xc6, 0x30, 0xd4, 0x0a, 0xc6, 0xe2, 0xa5, 0x85, 0xac, 0xfc, 0x56, 0x27, 0xbc, 0x60, 0x01, 0x2e, 0x51, 0x97, 0xab, 0xd2, 0xc7, 0xfd, 0x69, 0x30, 0x07, 0xf1, 0x33, 0x9f, 0x58, 0x1f, 0x2f, 0x88, 0xe5, 0x81, 0xf7, 0xd5, 0x59, 0x60, 0xf5, 0x3c, 0x74, 0x7f, 0x04, 0x75, 0x26, 0x66, 0xe2, 0xd2, 0x7e, 0x8b, 0xdd, 0x06, 0xc2, 0x82, 0x40, 0x49, 0x43, 0x79, 0xb6, 0xb5, 0x48, 0xf4, 0xb5, 0xd1, 0xa8, 0x03, 0x9a, 0xe6, 0xea, 0x24, 0xd1, 0xcc, 0xbb, 0xf0, 0x08, 0x55, 0xdd, 0xa0, 0x65, 0x1c, 0xf1, 0x78, 0xbc, 0x89, 0x1e, 0xac, 0xa7, 0x07, 0xc8, 0x27, 0x12, 0x54, 0xa3, 0x48, 0x50, 0x05, 0x47, 0xfb, 0x87, 0x16, 0x78, 0xc5, 0xd6, 0x0b, 0x8c, 0xae, 0x68, 0x00, 0x56, 0x80, 0x4b, 0xd4, 0x19, 0x62, 0xa1, 0xb9, 0xcf, 0xe3, 0xb4, 0x29, 0xfc, 0x82, 0xe1, 0x68, 0xc2, 0xea, 0xf2, 0xf8, 0x5c, 0xce, 0x8d, 0x59, 0xa1, 0xf6, 0x27, 0xcc, 0x7a, 0x48, 0x31, 0x29, 0x29, 0xc6, 0x2f, 0x28, 0x8e, 0xe7, 0x04, 0x08, 0x27, 0x42, 0x55, 0x03, 0x2c, 0xce, 0x40, 0xe2, 0x57, 0xe7, 0x00, 0x74, 0xef, 0x7c, 0x60, 0xd3, 0x70, 0x93, 0xb3, 0xc1, 0xbc, 0x5d, 0x8d, 0x72, 0x28, 0xb0, 0xe6, 0xb0, 0x05, 0x20, 0x30, 0xb4, 0x40, 0xf2, 0xc0, 0x78, 0x11, 0x3a, 0xb8, 0xe3, 0xf0, 0xc1, 0x62, 0x18, 0x39, 0xf1, 0x46, 0xce, 0x17, 0xf6, 0xf2, 0x14, 0x25, 0x91, 0xf0, 0x2e, 0x8f, 0xcf, 0x73, 0xb7, 0x66, 0xee, 0xcc, 0x95, 0x1b, 0x22, 0x28, 0x2e, 0xe1, 0x88, 0x08, 0x9d, 0x18, 0x9f, 0xe4, 0xde, 0xa0, 0xda, 0x68, 0x2d, 0xd4, 0x37, 0xd4, 0x21, 0x0c, 0xaa, 0x51, 0xdc, 0xcc, 0x22, 0x27, 0x40, 0x30, 0xd1, 0x52, 0x64, 0x85, 0x5d, 0xad, 0x46, 0xb0, 0xff, 0x1c, 0x80, 0x43, 0x03, 0xd8, 0x13, 0x61, 0x60, 0x4e, 0x84, 0x39, 0x5d, 0x8d, 0x9e, 0x49, 0xe4, 0x5e, 0x1e, 0x18, 0x0f, 0x42, 0x67, 0x00, 0x9e, 0xb9, 0x05, 0x32, 0xa1, 0x83, 0x07, 0xa1, 0x33, 0x1f, 0x42, 0x57, 0x67, 0x76, 0xcd, 0xed, 0x26, 0x10, 0xe3, 0x93, 0x91, 0xbb, 0xc8, 0x30, 0xbf, 0x70, 0x1b, 0xc0, 0xfa, 0x31, 0x78, 0xf1, 0x12, 0x9c, 0x3a, 0x71, 0x06, 0x5a, 0x56, 0xb5, 0xf0, 0x80, 0x38, 0x3d, 0xa4, 0x73, 0x82, 0xa7, 0x99, 0x61, 0xdb, 0x0d, 0xea, 0x36, 0x82, 0xab, 0x10, 0xa8, 0x5c, 0x0c, 0xe0, 0x5b, 0x13, 0xd4, 0x91, 0x0e, 0x29, 0x62, 0x81, 0x74, 0xdd, 0x49, 0xf0, 0x10, 0x1c, 0x2c, 0xe6, 0xe1, 0x6a, 0x0c, 0x92, 0xe8, 0xb9, 0xbf, 0xe5, 0x23, 0x74, 0xef, 0xa0, 0x34, 0xd9, 0x68, 0xe6, 0x46, 0x2e, 0x12, 0xdb, 0xe5, 0x89, 0x79, 0x94, 0xba, 0x19, 0x58, 0xfa, 0x56, 0x6f, 0x56, 0x3c, 0x50, 0x42, 0x4d, 0x8a, 0xe1, 0x90, 0x27, 0x93, 0xe1, 0xb0, 0x87, 0x9e, 0x3b, 0xcd, 0xc0, 0x9b, 0x6e, 0xd0, 0x5c, 0xf8, 0xb9, 0xac, 0x01, 0x56, 0xac, 0x17, 0xe8, 0xd1, 0x47, 0x1f, 0xbd, 0x0d, 0x6f, 0xe0, 0x0e, 0xfc, 0xba, 0x1e, 0x89, 0x6d, 0x39, 0x74, 0x63, 0xec, 0xe3, 0x01, 0x6f, 0x34, 0xc5, 0x3f, 0x3f, 0x0f, 0x2f, 0xbd, 0xf8, 0x92, 0xdd, 0x1d, 0x86, 0x5e, 0x40, 0x3a, 0x9d, 0xb4, 0xa5, 0xce, 0x86, 0xe6, 0x19, 0xc8, 0x34, 0x18, 0xa8, 0x9e, 0xc3, 0x50, 0xc3, 0x42, 0x52, 0x50, 0x1a, 0x53, 0xa5, 0xbf, 0x93, 0x50, 0x0d, 0x69, 0x3b, 0x70, 0x17, 0x93, 0x55, 0xf1, 0x31, 0x28, 0xfb, 0x8b, 0x63, 0x6b, 0x22, 0x16, 0xdf, 0x13, 0x53, 0xbb, 0xbf, 0x0b, 0xe6, 0x49, 0xa5, 0xb3, 0xa0, 0xe3, 0xd2, 0x5f, 0x83, 0xf7, 0x18, 0xd1, 0x20, 0xc3, 0xc2, 0x30, 0x9f, 0xad, 0x85, 0xc9, 0x74, 0x33, 0xa4, 0x8c, 0xc8, 0x52, 0x3c, 0x71, 0xee, 0x87, 0x95, 0x23, 0x42, 0xd7, 0x75, 0xad, 0x85, 0x86, 0xc6, 0x3a, 0x98, 0x9a, 0x9c, 0x31, 0xab, 0x42, 0xd4, 0xd4, 0x40, 0x8d, 0xc3, 0x21, 0xa1, 0xeb, 0x21, 0xe7, 0x44, 0xd8, 0xca, 0x62, 0x80, 0x2f, 0x7c, 0xe1, 0x0b, 0x37, 0x20, 0xa1, 0xfd, 0x0d, 0x7e, 0xdd, 0xa3, 0x69, 0x4b, 0xdf, 0x70, 0x52, 0x2e, 0x77, 0x42, 0xd7, 0x43, 0x0b, 0x05, 0x5a, 0x5d, 0xbc, 0x78, 0xd1, 0xb7, 0x6d, 0x67, 0x7b, 0xbd, 0x83, 0xc8, 0x21, 0xa0, 0xd5, 0x27, 0x5b, 0x1e, 0xad, 0x47, 0xa3, 0x64, 0x24, 0x47, 0xdc, 0xdb, 0x65, 0x51, 0x00, 0x8f, 0xa6, 0xdb, 0xe1, 0x7c, 0xbc, 0x1b, 0xb2, 0x4c, 0x5f, 0x5c, 0x82, 0xf7, 0xf8, 0x95, 0x48, 0x19, 0xb2, 0xb3, 0x99, 0x17, 0xc6, 0xa5, 0xc5, 0xd9, 0x78, 0x43, 0xce, 0x0b, 0x76, 0x4c, 0x84, 0xad, 0x1c, 0x08, 0x44, 0xcd, 0xa7, 0x91, 0xf8, 0x9f, 0xa6, 0xf7, 0xb1, 0x5c, 0x08, 0x7f, 0x31, 0x89, 0x6e, 0x29, 0x09, 0xbe, 0xd0, 0xe3, 0x90, 0xad, 0xdf, 0x11, 0x19, 0x81, 0x06, 0x7d, 0x16, 0xde, 0x98, 0xdf, 0xc2, 0x35, 0xc3, 0x62, 0x42, 0x1e, 0x97, 0xf7, 0x2d, 0xc1, 0x6c, 0x22, 0xf7, 0xf3, 0x06, 0xe5, 0x6c, 0x30, 0xc6, 0x21, 0x90, 0xf0, 0xd6, 0xad, 0x28, 0x0d, 0xf0, 0xa7, 0x7f, 0xfa, 0xa7, 0x2d, 0xf8, 0xf1, 0x0f, 0x32, 0xf1, 0xb7, 0xb5, 0xb5, 0x51, 0x5b, 0x52, 0x3b, 0xcb, 0x67, 0x29, 0xa4, 0x7e, 0x10, 0x63, 0xe4, 0xdb, 0xc7, 0xab, 0x2f, 0x6f, 0xbe, 0x63, 0x16, 0x7a, 0xce, 0xc5, 0x38, 0x8e, 0xfc, 0x9d, 0x60, 0xde, 0xf9, 0xf3, 0xe7, 0x61, 0x72, 0x72, 0x92, 0xff, 0xae, 0xd7, 0x63, 0x30, 0x50, 0x7b, 0x1e, 0x4e, 0xc5, 0x37, 0x56, 0xd4, 0x08, 0xa6, 0xd0, 0xe9, 0x20, 0xe2, 0xb7, 0x6d, 0x30, 0x0b, 0xf6, 0xe9, 0x21, 0x97, 0x11, 0xdc, 0x08, 0x4a, 0xa9, 0x80, 0x65, 0xca, 0x00, 0xd1, 0x68, 0xf4, 0x93, 0xf8, 0xd1, 0x2e, 0x7e, 0xef, 0xdc, 0xb9, 0x13, 0x76, 0xec, 0xd8, 0xce, 0x71, 0xb6, 0xae, 0x87, 0x16, 0xe1, 0xd1, 0x16, 0xf7, 0x27, 0x97, 0x14, 0x2a, 0xf2, 0x54, 0xac, 0xc4, 0xe7, 0x9f, 0xdf, 0x23, 0xb3, 0xb0, 0xbe, 0xa9, 0x7e, 0xfd, 0xb8, 0x28, 0xa1, 0x64, 0x76, 0x76, 0x16, 0x7e, 0xf4, 0xa3, 0x7f, 0x83, 0x93, 0x27, 0x4f, 0xf2, 0xd5, 0xab, 0xc3, 0x13, 0xd0, 0x18, 0x5e, 0x87, 0xb6, 0x41, 0xe5, 0x1a, 0x82, 0x27, 0xd3, 0x66, 0x35, 0xeb, 0x20, 0xf0, 0x45, 0x86, 0x70, 0xce, 0x6a, 0xd2, 0xec, 0xac, 0x30, 0xcb, 0x66, 0x0b, 0x7d, 0xf8, 0xc3, 0x1f, 0xae, 0xff, 0xfa, 0xd7, 0xbf, 0x3e, 0xbf, 0xac, 0x19, 0x00, 0xb1, 0xf5, 0x3d, 0x82, 0x6b, 0xbb, 0xbb, 0xbb, 0x61, 0xf7, 0xee, 0x5d, 0x3c, 0xe2, 0x6f, 0x31, 0x71, 0xe6, 0xc2, 0x08, 0xad, 0xfc, 0xe7, 0xcc, 0xbb, 0x55, 0x85, 0x9b, 0x4f, 0xdb, 0x6e, 0xaf, 0xa6, 0x46, 0xb8, 0xf3, 0xce, 0x3b, 0x60, 0x78, 0x78, 0x18, 0x66, 0x66, 0x66, 0x6c, 0x26, 0xa8, 0x24, 0x03, 0xd0, 0xfb, 0xa0, 0x79, 0x95, 0xfa, 0x5a, 0x3d, 0xf0, 0x1e, 0x88, 0xd8, 0x75, 0x2b, 0x29, 0x86, 0x88, 0x9f, 0xb4, 0xaf, 0x08, 0x92, 0x4b, 0x24, 0x12, 0x04, 0x83, 0x2a, 0xc6, 0x00, 0xfa, 0xc2, 0x6e, 0x94, 0xd9, 0xba, 0x95, 0x18, 0xc0, 0x99, 0xec, 0xbc, 0xe8, 0x84, 0xc8, 0x96, 0x86, 0xf8, 0x97, 0x63, 0xf3, 0x69, 0x49, 0x2a, 0x51, 0x08, 0x08, 0xf4, 0xf5, 0xf5, 0xd9, 0x10, 0xa9, 0x16, 0xe2, 0x90, 0x0b, 0x88, 0x5e, 0xe4, 0xc5, 0x4e, 0x8e, 0xcf, 0x06, 0xdf, 0x03, 0x53, 0xcb, 0xd2, 0x90, 0x1d, 0x20, 0xca, 0xa4, 0x5b, 0xad, 0x92, 0x2a, 0x6a, 0x08, 0x2f, 0xd4, 0x4a, 0x6a, 0xb5, 0x41, 0x5b, 0x63, 0xa3, 0x92, 0x70, 0x3e, 0x1f, 0x9f, 0x73, 0xf9, 0xda, 0xcb, 0x88, 0x1d, 0x0a, 0x83, 0x28, 0xac, 0x40, 0x92, 0x56, 0x26, 0xa7, 0x82, 0x09, 0xad, 0xdc, 0xed, 0x45, 0x4b, 0xba, 0x4f, 0x69, 0x75, 0x4d, 0x4d, 0x14, 0x1a, 0xea, 0xcd, 0x3e, 0x20, 0x84, 0xa9, 0x5b, 0x5b, 0x5b, 0x6d, 0x4c, 0x1d, 0xd2, 0x32, 0x15, 0x23, 0x24, 0x01, 0x6a, 0x12, 0x8e, 0x22, 0xb9, 0x5e, 0x36, 0x01, 0xcf, 0x0b, 0x06, 0x91, 0x15, 0xa6, 0xce, 0x06, 0xa3, 0x36, 0x68, 0x5a, 0xd6, 0x0c, 0x60, 0xd5, 0x6e, 0xa9, 0x97, 0xec, 0x01, 0x57, 0x03, 0xea, 0x85, 0x30, 0xc0, 0xb2, 0xeb, 0xbf, 0x5b, 0x24, 0xf1, 0x2f, 0x55, 0xff, 0xdd, 0x7a, 0xa3, 0x21, 0xc7, 0x00, 0x9a, 0xea, 0x56, 0xd4, 0x21, 0x53, 0xc6, 0x98, 0xff, 0xc2, 0x34, 0xa8, 0x1c, 0x12, 0xcd, 0x7c, 0x24, 0x91, 0x21, 0x97, 0x48, 0x0c, 0x2d, 0x6d, 0x89, 0xc4, 0xa2, 0x19, 0x00, 0x25, 0x4c, 0x23, 0xe2, 0x35, 0x3d, 0x27, 0x81, 0x6a, 0x14, 0xb7, 0x98, 0x4c, 0xfc, 0xc7, 0xcf, 0xcc, 0xc2, 0x89, 0x73, 0xb3, 0x9e, 0xc7, 0xa1, 0xf6, 0x3a, 0xb5, 0x35, 0x7a, 0x61, 0x04, 0x1b, 0x30, 0x22, 0x61, 0x4a, 0xb8, 0xd6, 0x5d, 0x12, 0xbd, 0x58, 0xc0, 0x13, 0xc5, 0x63, 0x84, 0x75, 0xad, 0x70, 0x4d, 0xe3, 0xe3, 0xec, 0x20, 0xfc, 0xab, 0xc4, 0xe2, 0x2c, 0xa0, 0x3b, 0x3b, 0x69, 0x54, 0xea, 0x49, 0xdc, 0xd5, 0x51, 0x0b, 0xf6, 0x25, 0x31, 0x7f, 0x3c, 0x6d, 0xa3, 0x20, 0x47, 0x70, 0x99, 0x0e, 0xd9, 0xca, 0x51, 0x92, 0x95, 0xb5, 0x2f, 0xe6, 0x02, 0x58, 0x80, 0x1a, 0x66, 0x22, 0x27, 0x80, 0xb9, 0xe3, 0x81, 0xa0, 0xc2, 0x73, 0x01, 0x45, 0x33, 0x40, 0x26, 0x93, 0x51, 0x0a, 0x4e, 0xa9, 0x9d, 0x57, 0xd4, 0xbb, 0x3d, 0x7e, 0x6a, 0x06, 0x9e, 0x7b, 0x79, 0x04, 0xaa, 0x63, 0x61, 0xe3, 0x9e, 0xdb, 0xd6, 0xc0, 0xfb, 0x6e, 0x6b, 0xcf, 0xdb, 0x7c, 0xda, 0xc6, 0xd3, 0x56, 0xdb, 0x21, 0x1b, 0x4e, 0xa0, 0x06, 0xa8, 0xf4, 0xf4, 0xa4, 0x5c, 0x24, 0xd7, 0x8f, 0xdf, 0x0d, 0xa9, 0x3c, 0x7d, 0xc8, 0x11, 0x0f, 0x54, 0xe9, 0xb9, 0x80, 0xa2, 0x19, 0x80, 0x54, 0x94, 0x88, 0xf3, 0xc8, 0x1b, 0x68, 0x66, 0xc5, 0xd9, 0x44, 0x22, 0xcc, 0x5b, 0x13, 0x17, 0xf9, 0x76, 0x28, 0xbb, 0xc9, 0x7d, 0x88, 0xf2, 0xbc, 0x62, 0x3a, 0x4a, 0x36, 0xcb, 0xca, 0x90, 0x3c, 0xa2, 0x15, 0xde, 0xa3, 0xd7, 0xdf, 0xcb, 0x86, 0xd2, 0x3b, 0x04, 0x23, 0x93, 0xa9, 0xc2, 0x9a, 0x4f, 0x07, 0x69, 0x80, 0x8a, 0xce, 0xd0, 0xb3, 0x5c, 0x3c, 0x10, 0x0b, 0xa4, 0x21, 0xe5, 0x5e, 0x97, 0x32, 0x22, 0xb4, 0x68, 0x06, 0x90, 0xad, 0xf4, 0x7c, 0xa1, 0xc6, 0x71, 0x2b, 0x47, 0x74, 0xd7, 0xd6, 0x76, 0xe8, 0x59, 0xdb, 0xe4, 0x5f, 0xee, 0x2f, 0xa8, 0x11, 0x1d, 0x78, 0xff, 0xcd, 0x5d, 0x29, 0x21, 0xe0, 0x18, 0x4b, 0xd8, 0x87, 0x57, 0x4d, 0xb1, 0xcc, 0x35, 0x9c, 0xf6, 0xe2, 0x33, 0x5a, 0x37, 0x1b, 0x4b, 0xc2, 0xe1, 0xd7, 0xaf, 0x40, 0x34, 0x5c, 0x67, 0x3f, 0x3f, 0x41, 0xf8, 0xf1, 0x78, 0x02, 0xa6, 0x26, 0xa6, 0x10, 0x37, 0x87, 0x78, 0xd5, 0xb5, 0xba, 0xba, 0x3a, 0x9e, 0x6d, 0x25, 0x13, 0x93, 0xd2, 0x78, 0x8e, 0x27, 0x9d, 0x30, 0x2b, 0xd7, 0xb9, 0x82, 0x46, 0x30, 0x0b, 0x36, 0xea, 0x0d, 0xa9, 0x72, 0x18, 0x09, 0x53, 0x79, 0x36, 0x78, 0xd9, 0x43, 0x20, 0xb2, 0xd2, 0x05, 0x07, 0x07, 0x15, 0x9d, 0x95, 0x19, 0x80, 0xf7, 0x93, 0x35, 0x98, 0x77, 0x3d, 0x4b, 0x16, 0x5c, 0x0d, 0x21, 0x88, 0xd0, 0xe5, 0x1e, 0xbc, 0x79, 0x09, 0x7d, 0x19, 0x74, 0x6d, 0xa4, 0xfb, 0x08, 0x87, 0xf4, 0xc0, 0x66, 0x74, 0x91, 0x90, 0xee, 0xaa, 0x5a, 0x47, 0xbf, 0xe7, 0x66, 0xe7, 0xe0, 0xe7, 0x3f, 0x3d, 0xc2, 0xb3, 0xac, 0x5a, 0xdb, 0x5b, 0x81, 0xb2, 0x77, 0x68, 0xd2, 0x51, 0x77, 0xd8, 0x2d, 0x51, 0x2b, 0x03, 0xcb, 0x66, 0x02, 0xde, 0xc9, 0xba, 0x02, 0x01, 0x72, 0x9a, 0x48, 0x31, 0x35, 0x82, 0x3d, 0x5a, 0x4e, 0x37, 0x68, 0x48, 0x5f, 0xd2, 0x88, 0xd0, 0x05, 0x41, 0x20, 0xfb, 0x65, 0xf9, 0xf4, 0xde, 0x12, 0x43, 0xe4, 0xdb, 0x86, 0xac, 0x58, 0xe3, 0x42, 0xca, 0xfc, 0x15, 0x47, 0xe8, 0x1e, 0x92, 0xb8, 0x04, 0x42, 0xf7, 0xee, 0xa6, 0x52, 0xc6, 0xf6, 0xa4, 0x41, 0x69, 0x8e, 0x5a, 0xae, 0x56, 0x8e, 0x38, 0xb8, 0x9c, 0x62, 0x28, 0x2a, 0x37, 0x67, 0x32, 0x59, 0x30, 0x32, 0x46, 0x2e, 0xa4, 0x80, 0xe5, 0xca, 0x92, 0xf0, 0x77, 0x52, 0x63, 0xbe, 0x93, 0x9c, 0x2b, 0x34, 0x0b, 0x59, 0x56, 0xb9, 0x08, 0x51, 0xbf, 0x79, 0x00, 0xc5, 0x0d, 0x2a, 0x95, 0xa6, 0xf4, 0x28, 0x8d, 0xb2, 0xbc, 0x19, 0x80, 0x8a, 0xce, 0xaa, 0xd9, 0x56, 0xba, 0x27, 0xb6, 0x13, 0x06, 0x91, 0xa9, 0x01, 0xa4, 0xa2, 0xb3, 0x45, 0x12, 0x3a, 0x03, 0x1f, 0xc8, 0xc1, 0xbc, 0x9b, 0xca, 0x05, 0x76, 0x53, 0x91, 0xb5, 0x82, 0x47, 0x99, 0x92, 0x4a, 0x12, 0xba, 0x5f, 0x89, 0x43, 0xfe, 0x77, 0xbb, 0xe6, 0x7e, 0xee, 0xc0, 0xd4, 0x67, 0xeb, 0xe6, 0x5b, 0x6f, 0x80, 0x2b, 0xc3, 0x23, 0x10, 0x09, 0x47, 0x38, 0xa1, 0x73, 0x0d, 0x1c, 0x32, 0xcb, 0x0d, 0x6a, 0x16, 0x14, 0x12, 0xae, 0xd0, 0x44, 0x22, 0x51, 0x59, 0x3b, 0xc0, 0x3a, 0x87, 0x53, 0x03, 0x78, 0x19, 0xc4, 0x32, 0x52, 0xd0, 0xad, 0x26, 0x7a, 0x2b, 0x86, 0x01, 0x5c, 0x45, 0x67, 0x83, 0x34, 0x80, 0xa8, 0xb9, 0xa3, 0x6b, 0x0b, 0x27, 0x74, 0xc8, 0x43, 0xe8, 0x06, 0x14, 0x5c, 0x29, 0x41, 0xe9, 0xd6, 0xe8, 0x64, 0x94, 0x0a, 0x13, 0xba, 0x57, 0xf9, 0x43, 0x4d, 0x18, 0xf5, 0x76, 0xcd, 0x7d, 0x35, 0xc7, 0xb6, 0xb1, 0xa1, 0x01, 0x1a, 0xa5, 0xce, 0x2b, 0x39, 0x4c, 0xcd, 0xec, 0x29, 0x7d, 0x61, 0x08, 0x13, 0x03, 0x70, 0x4f, 0x10, 0x6a, 0x00, 0xad, 0x22, 0xa1, 0x65, 0x22, 0x29, 0x86, 0xe5, 0x75, 0x83, 0x1a, 0x52, 0xe8, 0xb9, 0x1c, 0x84, 0xb8, 0x22, 0xdc, 0xa0, 0xce, 0xba, 0xfb, 0xbe, 0x36, 0x00, 0xcb, 0x41, 0x20, 0xb3, 0x9f, 0xac, 0x5a, 0x4c, 0xd6, 0x9b, 0xd0, 0x55, 0x0f, 0x8a, 0xab, 0x9b, 0x4a, 0x11, 0x95, 0x12, 0xbc, 0x8b, 0xd6, 0xb2, 0x02, 0xbb, 0xa9, 0x38, 0xb2, 0xba, 0x82, 0x4a, 0x1c, 0x7a, 0xf6, 0x05, 0x60, 0xbe, 0x99, 0x65, 0x9a, 0x63, 0x7f, 0x25, 0x85, 0x52, 0x03, 0x5b, 0xa0, 0xd0, 0xda, 0x64, 0xca, 0x70, 0x69, 0x4c, 0x4f, 0x57, 0x28, 0x71, 0x66, 0x08, 0x14, 0x0d, 0x60, 0x7b, 0x82, 0xb8, 0x0d, 0x50, 0x01, 0x23, 0x58, 0xcb, 0x79, 0xfe, 0xf2, 0xb9, 0x41, 0x85, 0xe7, 0xca, 0x9c, 0xf3, 0xd0, 0x97, 0x34, 0x31, 0x7e, 0x21, 0x5e, 0x20, 0xb5, 0xf5, 0x90, 0x4f, 0xff, 0x5d, 0x32, 0x7a, 0xb9, 0xdb, 0x92, 0x92, 0x53, 0x74, 0x50, 0x8c, 0x60, 0xa7, 0x81, 0x69, 0xb8, 0x2a, 0xa5, 0x05, 0x4b, 0x56, 0x95, 0x58, 0xbd, 0x8a, 0xd6, 0xfa, 0x54, 0x49, 0x76, 0x36, 0x8e, 0xcb, 0xd3, 0xe8, 0x4e, 0xad, 0xd0, 0xc0, 0x3c, 0xbd, 0x41, 0x4e, 0xc9, 0xee, 0x32, 0xdc, 0x35, 0x8f, 0xe6, 0xda, 0xe0, 0xa1, 0x49, 0x34, 0xe9, 0xfa, 0x74, 0x71, 0x6c, 0x8d, 0x13, 0x54, 0x7d, 0x34, 0xa4, 0x10, 0xbe, 0x61, 0x75, 0x5a, 0x21, 0x03, 0x58, 0x54, 0x5c, 0x96, 0x3d, 0x41, 0xf2, 0x6c, 0x30, 0x0f, 0x87, 0x60, 0x95, 0x92, 0xff, 0xd2, 0x4c, 0x70, 0xc0, 0x39, 0xb3, 0x22, 0x22, 0x94, 0x99, 0xcd, 0xc9, 0xe5, 0xd2, 0x28, 0x2b, 0x61, 0x1e, 0x40, 0x6d, 0x3e, 0xe7, 0x70, 0x83, 0xda, 0xcd, 0xa7, 0x2d, 0x0f, 0x10, 0x11, 0x66, 0x58, 0x37, 0x67, 0x7c, 0x8d, 0x00, 0x78, 0x91, 0xaf, 0x8f, 0x2e, 0x28, 0x38, 0x3d, 0x5f, 0xd1, 0xda, 0xe0, 0xfa, 0x3d, 0x2a, 0xa1, 0x97, 0xd2, 0x87, 0xd7, 0xbf, 0x7e, 0x8f, 0x11, 0x50, 0xbf, 0xc7, 0xab, 0x0f, 0xaf, 0xcc, 0xac, 0xba, 0xd4, 0xd0, 0x8f, 0x47, 0x57, 0x5a, 0x0c, 0x30, 0x36, 0x36, 0x01, 0x17, 0xce, 0x5d, 0xe4, 0x9e, 0x9e, 0x55, 0xab, 0x5a, 0x78, 0xbd, 0xcd, 0xfa, 0xfa, 0x3a, 0xb5, 0xf7, 0x96, 0xae, 0xba, 0x42, 0xcd, 0x70, 0x88, 0x4a, 0xcc, 0x00, 0x68, 0x39, 0xcf, 0x55, 0xe0, 0x04, 0x3a, 0xb3, 0x2b, 0xf3, 0xd1, 0x7f, 0x44, 0xfc, 0x4b, 0x59, 0x1f, 0x74, 0x21, 0x46, 0xb0, 0xaf, 0x0d, 0x60, 0x18, 0x39, 0xcc, 0x9a, 0x70, 0x78, 0x03, 0x72, 0xb1, 0x1e, 0x79, 0x70, 0xb4, 0x63, 0x6e, 0x80, 0xe5, 0xed, 0x9e, 0x18, 0xd0, 0x54, 0x4e, 0xd1, 0x30, 0x3e, 0x25, 0x0e, 0x3d, 0xfa, 0xf0, 0x16, 0xd2, 0x2d, 0xdd, 0xd7, 0x3d, 0x2a, 0xb9, 0x04, 0x8d, 0x3c, 0x84, 0xee, 0xc5, 0x90, 0xcc, 0xf2, 0x8c, 0x88, 0xb4, 0xce, 0x18, 0xc2, 0xa0, 0x56, 0xcb, 0x77, 0x7e, 0xfc, 0xe8, 0x6b, 0xbc, 0xc6, 0xe6, 0x9a, 0x8e, 0x76, 0xa9, 0xeb, 0x8a, 0x95, 0x68, 0x2e, 0xe5, 0x26, 0x2b, 0xfd, 0x77, 0x2b, 0x64, 0x04, 0x8b, 0x53, 0x10, 0xc3, 0x3a, 0x5d, 0xd7, 0x4e, 0xd8, 0x66, 0xba, 0x41, 0x45, 0x52, 0x4c, 0x48, 0xd1, 0x00, 0x95, 0x76, 0x83, 0x2e, 0x24, 0x1c, 0xda, 0xc1, 0x00, 0x3a, 0x88, 0x58, 0x60, 0xb5, 0xfb, 0x7a, 0xd6, 0xda, 0x46, 0x33, 0x2b, 0x96, 0x79, 0x2c, 0x4c, 0xaa, 0x8c, 0x60, 0x58, 0x42, 0x81, 0x69, 0xe2, 0xef, 0x52, 0x43, 0x37, 0x7b, 0xfb, 0xdc, 0x27, 0xb3, 0xe1, 0x45, 0xce, 0xc0, 0x56, 0x8f, 0x6d, 0x7e, 0x66, 0x19, 0x6f, 0x5d, 0xe7, 0x3a, 0x8f, 0xb0, 0x35, 0x69, 0x92, 0x48, 0xde, 0xde, 0xf9, 0xdd, 0xb0, 0xaf, 0x49, 0x73, 0xf5, 0xd6, 0x12, 0xc7, 0xa1, 0x6d, 0x0c, 0xb3, 0x45, 0x9e, 0xb9, 0x30, 0x33, 0x3f, 0xd7, 0xef, 0x3a, 0x99, 0xc7, 0x75, 0xda, 0xe7, 0xb1, 0x7c, 0xe3, 0xb6, 0x2b, 0x34, 0x61, 0x62, 0x6a, 0x62, 0x86, 0x81, 0x8d, 0xfd, 0x76, 0x4b, 0x21, 0x9a, 0x50, 0x63, 0x96, 0x3b, 0x51, 0x0e, 0x2e, 0xd3, 0x1c, 0xfd, 0x77, 0xb9, 0x06, 0x80, 0x4a, 0x68, 0x00, 0xb0, 0x8b, 0x76, 0x29, 0xfd, 0x05, 0x64, 0xe2, 0xb7, 0x1e, 0x88, 0x7c, 0xbd, 0x21, 0x47, 0x30, 0xdc, 0xb2, 0x87, 0x40, 0xb2, 0x95, 0x1e, 0x14, 0x0a, 0x11, 0x4f, 0x32, 0xc9, 0x03, 0x54, 0xe0, 0xac, 0xaa, 0xe1, 0x83, 0xa3, 0xc1, 0x5d, 0x2a, 0xdc, 0xa9, 0x09, 0x98, 0x54, 0xb2, 0xdc, 0xeb, 0x3c, 0xb2, 0x49, 0xec, 0xd5, 0xef, 0x37, 0xb0, 0x5d, 0x51, 0x9e, 0x3e, 0xbc, 0xc5, 0x5c, 0x67, 0xe0, 0x44, 0x9b, 0x06, 0xb6, 0x6f, 0xdc, 0x70, 0xb8, 0x92, 0x69, 0xf4, 0xad, 0xef, 0x85, 0x9e, 0xde, 0x6e, 0x88, 0xc5, 0xe2, 0x66, 0xf3, 0x09, 0x84, 0x3a, 0xe1, 0x70, 0x48, 0xc9, 0xb3, 0x75, 0xdb, 0x00, 0x95, 0x31, 0x82, 0x73, 0x86, 0x18, 0xe3, 0xef, 0xde, 0x2a, 0xc2, 0xe1, 0xe3, 0x06, 0xcd, 0x79, 0x81, 0xc2, 0xa1, 0x30, 0xd7, 0x00, 0x74, 0xdd, 0x96, 0x1b, 0x7d, 0xe5, 0x68, 0x00, 0x7a, 0xd0, 0xb2, 0x17, 0x48, 0x0e, 0x85, 0x88, 0x27, 0x32, 0x96, 0xd1, 0xac, 0xb9, 0x25, 0xba, 0xa1, 0xb6, 0xe4, 0x74, 0xd6, 0xe3, 0xc9, 0xb5, 0x27, 0x75, 0x6f, 0x9b, 0x35, 0xd4, 0xb6, 0xa2, 0x72, 0xad, 0x4f, 0x16, 0x78, 0x1e, 0xab, 0xfd, 0xa7, 0xac, 0x49, 0xe4, 0x36, 0xa1, 0x86, 0xd4, 0x16, 0x55, 0x3a, 0x8e, 0x61, 0xed, 0x4b, 0x71, 0x42, 0xcc, 0x51, 0x3c, 0x37, 0xe8, 0x3a, 0x55, 0x4d, 0xa2, 0x5e, 0x53, 0xee, 0xbc, 0xe0, 0x68, 0x4f, 0x6a, 0x9e, 0x47, 0x16, 0x2a, 0x72, 0x78, 0xb1, 0x88, 0x9e, 0xa4, 0x8e, 0x8b, 0x84, 0xfd, 0x39, 0xf1, 0x83, 0x88, 0x5f, 0xca, 0x4d, 0x2c, 0x29, 0x5e, 0x15, 0x96, 0x36, 0x2b, 0xcd, 0x55, 0x60, 0x11, 0x8e, 0x88, 0x42, 0x22, 0x42, 0x4d, 0xbb, 0x25, 0x17, 0x23, 0x26, 0xc1, 0xa0, 0xc8, 0xfd, 0xf7, 0xdf, 0x5f, 0xbb, 0x6c, 0x35, 0x80, 0xd3, 0x0d, 0xea, 0xd7, 0x80, 0x5a, 0x3c, 0x04, 0x52, 0xc9, 0xc2, 0xb5, 0x58, 0xb0, 0x7f, 0xdd, 0xf4, 0xb9, 0x78, 0xd7, 0xc6, 0xf4, 0xf2, 0xa4, 0xe4, 0x31, 0x4c, 0x83, 0xbc, 0x4f, 0xca, 0xb5, 0xb0, 0x22, 0xe7, 0x01, 0xc0, 0xdb, 0xd8, 0xce, 0x15, 0xc4, 0xf2, 0x9f, 0x03, 0xf0, 0xd6, 0x3c, 0x60, 0x0b, 0x8d, 0x0c, 0x48, 0xce, 0x04, 0x16, 0xec, 0x06, 0x65, 0x02, 0x52, 0x30, 0x77, 0x40, 0x5c, 0x48, 0xaf, 0x9c, 0x06, 0xd0, 0x40, 0x68, 0x00, 0x82, 0x6d, 0xe1, 0x60, 0x63, 0x98, 0x3c, 0x41, 0x5a, 0xc8, 0x86, 0x41, 0xc4, 0x00, 0xa2, 0xa0, 0xf1, 0xfc, 0xfc, 0x3c, 0x09, 0xd9, 0xc4, 0x72, 0x35, 0x82, 0xf3, 0x43, 0x20, 0xea, 0xbf, 0x6b, 0x79, 0x81, 0x22, 0x21, 0xb0, 0x39, 0xdd, 0xb3, 0x4f, 0x95, 0x67, 0x8d, 0x99, 0x1c, 0xa1, 0x07, 0xf5, 0xc0, 0xf2, 0xeb, 0xa3, 0xeb, 0xea, 0xe2, 0xc2, 0xd4, 0x1e, 0xbc, 0x7e, 0xee, 0x52, 0xaf, 0x3e, 0xbc, 0x85, 0xf4, 0xfb, 0x0d, 0x8a, 0x5b, 0xca, 0x7b, 0x9d, 0x92, 0x51, 0x6c, 0x77, 0x60, 0xe7, 0x42, 0xc5, 0xb0, 0x9c, 0x09, 0x86, 0x02, 0x1d, 0xa8, 0xe4, 0x60, 0x32, 0x99, 0xe2, 0x1a, 0xa0, 0xa1, 0xa1, 0x9e, 0xd7, 0xdc, 0x34, 0x8d, 0x60, 0x6f, 0x37, 0xa8, 0xc6, 0x2a, 0x98, 0x15, 0x46, 0xb5, 0x98, 0x98, 0x5a, 0x22, 0x31, 0xc0, 0x9b, 0x68, 0x75, 0x9a, 0x37, 0x63, 0x9a, 0xe8, 0x9a, 0x63, 0xb1, 0x18, 0xff, 0x5b, 0x3a, 0x9d, 0x26, 0x1a, 0x1b, 0x5d, 0xae, 0x36, 0x80, 0xbf, 0x17, 0x48, 0x14, 0x8f, 0xb2, 0xa4, 0x80, 0x78, 0x21, 0x06, 0xcb, 0xe3, 0xdf, 0xcf, 0xd7, 0x03, 0xcb, 0x17, 0x47, 0x6b, 0xbe, 0xed, 0x49, 0xfd, 0xbb, 0x36, 0x7a, 0xef, 0x1f, 0xd4, 0x9e, 0xd4, 0xd9, 0xff, 0xab, 0xf8, 0xf6, 0xa4, 0x1e, 0xfd, 0x7e, 0x35, 0xf7, 0x64, 0x1f, 0x11, 0x45, 0x0c, 0xa1, 0x63, 0x26, 0x9b, 0x5b, 0x19, 0x93, 0x42, 0x0b, 0x4e, 0x9f, 0x7c, 0x8b, 0xb7, 0x1d, 0xa2, 0x7a, 0x9b, 0xa6, 0x0d, 0x10, 0x81, 0x74, 0x2a, 0x22, 0x75, 0x5d, 0x61, 0x76, 0x82, 0x89, 0xea, 0x06, 0xad, 0x90, 0x0d, 0xa0, 0x69, 0x6e, 0xd8, 0xe6, 0xe3, 0x0a, 0xe5, 0xb0, 0x2f, 0x94, 0x83, 0x3f, 0x02, 0x02, 0x39, 0x69, 0x6c, 0x59, 0x31, 0x00, 0x3e, 0x54, 0xed, 0x2f, 0xff, 0xf2, 0x2f, 0x1b, 0x85, 0x74, 0x71, 0xd7, 0xde, 0xcf, 0xcd, 0x02, 0xda, 0xbd, 0xb7, 0x42, 0xe0, 0xd9, 0x7d, 0xd1, 0x29, 0x59, 0x8d, 0x22, 0x0d, 0x53, 0x67, 0x09, 0xa6, 0x60, 0x42, 0x87, 0x22, 0x08, 0x1d, 0xa0, 0x94, 0x3e, 0xbc, 0x85, 0x10, 0xba, 0xf8, 0x5b, 0x06, 0x09, 0x77, 0x3e, 0x9e, 0xb6, 0xfa, 0xf0, 0xa6, 0x91, 0xf8, 0xd3, 0xb6, 0x1d, 0x15, 0xb2, 0xe0, 0x81, 0xdc, 0x76, 0xa8, 0x79, 0x55, 0x33, 0xe8, 0x17, 0x75, 0xab, 0xe3, 0x4a, 0xd6, 0xee, 0x41, 0x26, 0xf0, 0xb4, 0xa7, 0x06, 0x30, 0xd2, 0x95, 0xb3, 0x28, 0x35, 0x6f, 0x17, 0xb8, 0x97, 0x37, 0x48, 0x8d, 0x07, 0x52, 0x99, 0x76, 0xd9, 0x32, 0xc0, 0x9f, 0xff, 0xf9, 0x9f, 0xd7, 0x87, 0x2c, 0x56, 0xa5, 0x07, 0x6d, 0x5a, 0xef, 0xe0, 0xdd, 0x7f, 0x57, 0x74, 0x5e, 0x71, 0x94, 0x1d, 0xcf, 0x87, 0xa3, 0x9d, 0x7d, 0x74, 0x83, 0xfb, 0xf0, 0xe6, 0xc1, 0xfb, 0x45, 0xf4, 0xe1, 0x75, 0x81, 0x30, 0x17, 0x5e, 0xcf, 0xd3, 0xef, 0x57, 0x93, 0xce, 0xe3, 0xc7, 0x6c, 0xc8, 0x05, 0x33, 0xf3, 0x49, 0x98, 0x9e, 0x4b, 0x72, 0xa2, 0x4f, 0xa6, 0xb2, 0xfe, 0x54, 0x24, 0x3d, 0x47, 0xf1, 0x0c, 0x3a, 0xd6, 0xb6, 0x43, 0x73, 0xcb, 0x4d, 0x30, 0x3d, 0x39, 0xcd, 0xbd, 0x27, 0xd1, 0xba, 0x28, 0x6f, 0x43, 0x2a, 0xa7, 0x54, 0xe8, 0xba, 0xdb, 0x08, 0xae, 0xf4, 0xf0, 0x0a, 0x89, 0xf6, 0x8a, 0x08, 0xcd, 0x4d, 0x86, 0xe9, 0xce, 0xb9, 0x80, 0xe6, 0xe5, 0xaa, 0x01, 0x9a, 0x5c, 0xd2, 0xdf, 0x26, 0x7e, 0x67, 0x24, 0xa8, 0x68, 0x3e, 0xa7, 0x49, 0xd2, 0xcf, 0xbf, 0x8f, 0x2e, 0xb3, 0xa8, 0xca, 0x09, 0x61, 0xfc, 0xf0, 0xbe, 0xb2, 0x3f, 0x78, 0x4c, 0x7a, 0xf9, 0xf4, 0xe1, 0x05, 0xc7, 0x64, 0x55, 0xd9, 0xfa, 0xfd, 0xfa, 0xf4, 0xe1, 0xa5, 0x17, 0x3d, 0x13, 0x4b, 0xf2, 0xce, 0x8c, 0x53, 0xb8, 0x28, 0xed, 0x48, 0xb5, 0x60, 0x98, 0xc0, 0x9f, 0x63, 0x42, 0x7d, 0xae, 0xd4, 0x71, 0xa5, 0xb6, 0xb3, 0xc3, 0x85, 0xa7, 0x05, 0x31, 0x69, 0x8e, 0x1c, 0x5b, 0x5d, 0xcb, 0x54, 0xac, 0x5f, 0x80, 0x66, 0x77, 0x8d, 0x67, 0xde, 0x73, 0x00, 0xe0, 0x70, 0x85, 0x5a, 0x77, 0x19, 0xd2, 0x43, 0x4b, 0xd6, 0x2b, 0xac, 0x28, 0x06, 0x90, 0x1b, 0x4f, 0x08, 0xdf, 0x2d, 0xf3, 0x70, 0x81, 0xaa, 0xaa, 0x5b, 0x53, 0xbd, 0x3b, 0xcc, 0xab, 0x73, 0xa2, 0xff, 0x4c, 0xaf, 0xe6, 0x51, 0x76, 0xdc, 0xd6, 0x24, 0x01, 0x41, 0x6a, 0xce, 0x29, 0x57, 0xb7, 0x97, 0xc6, 0xbb, 0x23, 0x64, 0xb1, 0xfd, 0x7e, 0xbd, 0xfa, 0xf0, 0xd2, 0xb3, 0xa0, 0xde, 0x5c, 0xd4, 0x91, 0x71, 0x1e, 0x25, 0xbd, 0xba, 0x9f, 0xe6, 0x35, 0x85, 0x14, 0x80, 0xa7, 0x83, 0xbb, 0xae, 0x10, 0x09, 0x65, 0x25, 0x08, 0xe4, 0x0c, 0x86, 0xe3, 0x10, 0xa8, 0x52, 0xd3, 0x00, 0xba, 0x6e, 0x66, 0x85, 0xa5, 0xb2, 0x81, 0xc4, 0x2f, 0xdc, 0xa0, 0xb9, 0xca, 0x10, 0x6a, 0x44, 0x68, 0x25, 0x27, 0xc3, 0x8a, 0xd6, 0x00, 0x22, 0xd9, 0xc2, 0xed, 0x02, 0x35, 0x5c, 0xaa, 0x5b, 0x4c, 0x84, 0xe5, 0xa4, 0x5e, 0x71, 0x13, 0x51, 0xce, 0x98, 0x7f, 0x2f, 0x57, 0xa3, 0x5f, 0x1f, 0x5e, 0x15, 0x82, 0x04, 0x45, 0x76, 0xba, 0xfb, 0xf0, 0x7a, 0x43, 0x24, 0xe6, 0x1b, 0xd9, 0x29, 0xba, 0xc0, 0x50, 0x6d, 0x4c, 0x6a, 0x58, 0x31, 0x31, 0x1d, 0xe3, 0xf3, 0x15, 0x85, 0x91, 0xbc, 0xe6, 0xf3, 0xac, 0xcd, 0x3f, 0x25, 0x1c, 0xc1, 0x65, 0xe4, 0x2a, 0x9c, 0x42, 0x08, 0x44, 0xd0, 0x92, 0x3a, 0xae, 0x50, 0x51, 0x32, 0xe1, 0x4d, 0x11, 0xbd, 0x08, 0x9c, 0xa1, 0x10, 0x26, 0x9b, 0x56, 0x22, 0x27, 0x40, 0x9d, 0xbb, 0x60, 0x01, 0x25, 0x20, 0xed, 0xf2, 0xf2, 0xe4, 0x30, 0x5d, 0xc2, 0x78, 0xa0, 0x05, 0x41, 0x20, 0x5f, 0x0f, 0x90, 0x34, 0xe4, 0x74, 0x48, 0x79, 0x02, 0xa9, 0xf0, 0x19, 0x57, 0x37, 0xa1, 0x07, 0xe5, 0x00, 0x17, 0x33, 0xdb, 0xec, 0x47, 0xe8, 0x86, 0xd4, 0xd8, 0xda, 0x8b, 0xd0, 0x73, 0xd7, 0xa9, 0x36, 0xbf, 0x9b, 0x9c, 0x8d, 0x23, 0xd1, 0x27, 0xb8, 0x11, 0x5b, 0x04, 0x9d, 0xe4, 0x71, 0xa8, 0x48, 0x49, 0x31, 0x22, 0x3f, 0x20, 0x9e, 0x80, 0x9f, 0xbf, 0x7c, 0x84, 0xe3, 0xff, 0xd6, 0xb6, 0xd5, 0xd0, 0x82, 0x46, 0x31, 0xf7, 0xa0, 0x58, 0xc1, 0x86, 0xe2, 0xe8, 0x82, 0x01, 0x64, 0x57, 0x28, 0xd3, 0x2a, 0x91, 0x15, 0x26, 0x02, 0xe2, 0x8c, 0xbc, 0x75, 0x9e, 0xec, 0x42, 0x64, 0x0c, 0xec, 0xee, 0x31, 0xf6, 0xf5, 0x56, 0x30, 0x24, 0xba, 0x28, 0x06, 0xa0, 0x84, 0x78, 0x31, 0x03, 0xeb, 0x0e, 0x85, 0xce, 0x49, 0x2a, 0xee, 0x06, 0x4d, 0x59, 0x92, 0x39, 0xa4, 0x49, 0xf1, 0x30, 0x3e, 0x86, 0xa9, 0x62, 0x0b, 0xe4, 0x6f, 0x0e, 0xe7, 0xed, 0x53, 0x97, 0x20, 0x92, 0x16, 0x90, 0x67, 0xe0, 0x6c, 0x66, 0xe7, 0x64, 0x48, 0x2d, 0xc0, 0x53, 0xa4, 0xe5, 0xe0, 0x13, 0x49, 0x30, 0x82, 0x38, 0x23, 0x93, 0xf3, 0x52, 0x53, 0xba, 0xf2, 0x4b, 0x59, 0x79, 0x1e, 0x80, 0xc7, 0x00, 0x65, 0xb2, 0x76, 0xd8, 0x00, 0x0f, 0x3b, 0xe7, 0xe9, 0x91, 0x66, 0x3c, 0x90, 0xc8, 0x0f, 0x16, 0xae, 0x50, 0x31, 0xb1, 0xc4, 0x0d, 0xe1, 0x4a, 0x30, 0x80, 0xc8, 0x0a, 0x4b, 0xe4, 0x2f, 0x8c, 0xc6, 0x03, 0x27, 0x25, 0x38, 0x2d, 0x27, 0xc6, 0x57, 0xb2, 0x38, 0x56, 0xd1, 0x1a, 0xc0, 0x69, 0x03, 0x28, 0x46, 0x8d, 0xe4, 0xb5, 0x89, 0x27, 0x33, 0xb9, 0x79, 0x00, 0x03, 0xbc, 0x43, 0x8e, 0x65, 0x98, 0x03, 0x10, 0x3c, 0xd3, 0x5b, 0x70, 0xb2, 0x7a, 0xc0, 0x4c, 0x6f, 0xa9, 0x2e, 0x51, 0x6b, 0x1b, 0xc2, 0xf7, 0xa3, 0x53, 0xf3, 0x9e, 0x41, 0x5f, 0x65, 0xc3, 0xd3, 0x82, 0xe8, 0xf1, 0x84, 0xe9, 0x0c, 0xe3, 0x05, 0xc0, 0xea, 0x1b, 0xeb, 0xe1, 0xc6, 0xfd, 0x7b, 0xe0, 0xca, 0xe5, 0x51, 0x9b, 0x68, 0x28, 0x1c, 0x22, 0xc4, 0x67, 0xdb, 0xe9, 0x5a, 0xac, 0x72, 0x83, 0x96, 0x27, 0x28, 0x99, 0x4c, 0xda, 0x73, 0x01, 0x95, 0x29, 0x91, 0xa5, 0xf9, 0x7a, 0x81, 0xdc, 0x6e, 0x50, 0x29, 0x1e, 0x28, 0x1c, 0x52, 0x0c, 0xf7, 0x65, 0xab, 0x01, 0x40, 0xea, 0xbd, 0xe5, 0x8a, 0x03, 0x32, 0xd4, 0x1e, 0xb1, 0x42, 0x72, 0xd9, 0x09, 0xda, 0x1e, 0x52, 0xd7, 0xf0, 0x32, 0x4c, 0x83, 0x42, 0x0b, 0x3c, 0x24, 0x3a, 0xb3, 0xbd, 0x50, 0x5e, 0x84, 0xbe, 0x30, 0x97, 0xa8, 0x57, 0xbf, 0x5f, 0xde, 0x90, 0x0e, 0x25, 0xfe, 0xe8, 0x64, 0x4c, 0x22, 0xfc, 0xc5, 0xc6, 0xd5, 0x56, 0x07, 0x76, 0x84, 0x93, 0xe1, 0x46, 0x93, 0xb8, 0xa9, 0x0a, 0xf7, 0x86, 0x4d, 0x0d, 0x9e, 0xe5, 0x06, 0xcd, 0xd2, 0xf4, 0x66, 0xff, 0x5d, 0xb9, 0x39, 0xb8, 0x5e, 0x29, 0x57, 0xa8, 0xc3, 0x06, 0xf0, 0x23, 0x7e, 0x01, 0x99, 0x73, 0x11, 0xa1, 0x2e, 0x0d, 0xb0, 0x3c, 0x6d, 0x00, 0xf9, 0xc2, 0x4c, 0x0d, 0xa0, 0x2b, 0x56, 0xbd, 0x18, 0x94, 0x09, 0x96, 0xcd, 0xb2, 0x9c, 0x1b, 0xd4, 0xd3, 0x15, 0xe9, 0x1f, 0x5a, 0xa0, 0x79, 0xc0, 0x1f, 0x95, 0xd0, 0x99, 0x23, 0x87, 0x17, 0x4a, 0xea, 0xc3, 0xab, 0x68, 0x20, 0xb9, 0x0f, 0xaf, 0xcd, 0xcc, 0x19, 0x18, 0x1e, 0x9b, 0x33, 0xb5, 0x5a, 0x05, 0xbb, 0x31, 0x8a, 0x5a, 0x0f, 0x14, 0x11, 0xda, 0x64, 0x31, 0x40, 0x50, 0xb5, 0xb5, 0xdc, 0x64, 0x18, 0xa8, 0xf5, 0x81, 0x2a, 0x16, 0x0e, 0xa1, 0x5b, 0x1a, 0x80, 0x05, 0x12, 0x3f, 0x38, 0xdc, 0xe6, 0xa1, 0x70, 0xd8, 0x59, 0x1b, 0x68, 0x65, 0x68, 0x00, 0xc5, 0x0b, 0xa4, 0x84, 0x42, 0x1b, 0x92, 0xfc, 0xd2, 0x5c, 0xdd, 0x10, 0x3d, 0xbb, 0x2e, 0x3a, 0x42, 0x97, 0x7d, 0x09, 0x1d, 0x72, 0xdd, 0x16, 0x15, 0x97, 0xa8, 0x57, 0x63, 0x6b, 0xf0, 0x08, 0x77, 0x70, 0xcc, 0x19, 0xf8, 0x36, 0xb6, 0x06, 0xe0, 0x21, 0x09, 0xd4, 0x82, 0x94, 0xb0, 0x7e, 0x4e, 0x1b, 0x40, 0x65, 0x07, 0x73, 0xa7, 0x19, 0xa6, 0xd3, 0x69, 0x34, 0x88, 0x93, 0x9c, 0x68, 0x78, 0x75, 0x88, 0x48, 0xc8, 0x4e, 0x46, 0xf2, 0xea, 0xbf, 0xab, 0x1b, 0x29, 0x77, 0x4c, 0xc9, 0x22, 0x6a, 0x00, 0x2e, 0x00, 0xf1, 0xe1, 0x86, 0x74, 0x4d, 0xf2, 0xf9, 0x7b, 0x79, 0x81, 0x98, 0x0d, 0x81, 0xe4, 0x50, 0x88, 0x65, 0x0b, 0x81, 0xc8, 0x38, 0x51, 0xdc, 0xa0, 0x9a, 0x77, 0x24, 0xa8, 0x3d, 0xc3, 0x69, 0x37, 0x7c, 0x56, 0x43, 0x0b, 0xb4, 0x3c, 0x84, 0x1e, 0xe4, 0x6a, 0xf4, 0x27, 0x74, 0x07, 0x5e, 0xf7, 0x6d, 0x6c, 0x1d, 0xdc, 0xef, 0x57, 0x9c, 0x67, 0x6a, 0x8e, 0x0c, 0xdc, 0x98, 0xed, 0xc2, 0x5d, 0x92, 0x16, 0x80, 0xd6, 0x45, 0xf2, 0xb9, 0x00, 0xeb, 0x1a, 0xcf, 0x9d, 0xbd, 0x00, 0x17, 0xce, 0x0d, 0x42, 0x5b, 0x7b, 0x2b, 0xef, 0xbf, 0xdb, 0xd0, 0xd4, 0x00, 0x75, 0x75, 0x51, 0x2b, 0x2c, 0xdc, 0xd2, 0xa0, 0xce, 0x44, 0xf3, 0xd4, 0x3c, 0x68, 0x99, 0x58, 0x45, 0x2f, 0x3d, 0x89, 0x5a, 0x80, 0xb7, 0x8d, 0xf0, 0xd5, 0x58, 0xcc, 0x7e, 0xed, 0x34, 0x11, 0xe6, 0x88, 0x05, 0x6a, 0x5e, 0xf6, 0x1a, 0xc0, 0xed, 0x06, 0x95, 0x35, 0x40, 0xd6, 0x7e, 0x81, 0x22, 0x14, 0x22, 0x38, 0x14, 0xb8, 0xb4, 0xa0, 0x34, 0x59, 0xda, 0xe7, 0x6f, 0x6c, 0xed, 0xa5, 0x79, 0x98, 0xcd, 0x90, 0x24, 0xf5, 0x2f, 0x8f, 0xcf, 0xf1, 0x18, 0x9d, 0xa5, 0x1e, 0xc2, 0x54, 0x91, 0x3d, 0x41, 0x97, 0x86, 0x2e, 0x73, 0x6f, 0x10, 0x61, 0xfe, 0x2c, 0x8f, 0x07, 0x32, 0x53, 0x10, 0x45, 0x5a, 0xa4, 0xb0, 0xbb, 0x64, 0x0d, 0xd0, 0x54, 0xc7, 0xa0, 0xb6, 0xb6, 0x72, 0xc5, 0xb1, 0xd6, 0xae, 0x8e, 0x40, 0x6d, 0x14, 0xf2, 0x84, 0x43, 0x0b, 0x86, 0x35, 0x85, 0xa9, 0xcc, 0x00, 0xcb, 0x76, 0x22, 0x4c, 0x70, 0xa6, 0xd0, 0x00, 0xba, 0xee, 0x5d, 0x13, 0x48, 0x14, 0x48, 0xe5, 0x2f, 0x50, 0x57, 0x73, 0x63, 0x35, 0xad, 0x40, 0x57, 0xa3, 0x50, 0xe8, 0x3e, 0x78, 0xdd, 0x9e, 0x46, 0x61, 0xe0, 0x6d, 0x4b, 0x80, 0xc3, 0xad, 0x09, 0x2a, 0xc4, 0x02, 0x8f, 0x50, 0x8a, 0xd9, 0x58, 0x1a, 0x46, 0x26, 0xe6, 0xcd, 0x49, 0xac, 0x65, 0xd0, 0xf6, 0x55, 0x18, 0x4f, 0xb2, 0x51, 0xb9, 0x7b, 0xcf, 0x4e, 0x38, 0xfb, 0xd6, 0x79, 0xab, 0xf2, 0x86, 0x61, 0xc3, 0x4c, 0xf9, 0x61, 0x86, 0x1c, 0x11, 0xa1, 0x77, 0xec, 0x69, 0x80, 0x9b, 0xf7, 0xf7, 0x06, 0x7b, 0x66, 0x00, 0x0a, 0xeb, 0xbb, 0x56, 0x48, 0x1b, 0x87, 0x02, 0x0a, 0x0c, 0x1b, 0x2c, 0x9b, 0xcb, 0x59, 0x08, 0xaf, 0x90, 0x68, 0xd0, 0xbc, 0x1a, 0x80, 0x81, 0xe2, 0x02, 0x55, 0xbc, 0x40, 0x32, 0x5e, 0xcf, 0xe3, 0x6a, 0xf4, 0x24, 0x74, 0xf0, 0x83, 0x48, 0xfe, 0x29, 0x95, 0x2c, 0xa0, 0xde, 0xa8, 0x0a, 0xed, 0x18, 0xf7, 0xee, 0xcc, 0xcc, 0xa7, 0x60, 0x39, 0x0d, 0x31, 0xb5, 0x21, 0x87, 0x43, 0xd4, 0x37, 0xd6, 0xc1, 0x8e, 0x5d, 0xd7, 0xb9, 0x08, 0xd6, 0x30, 0x24, 0xbb, 0x4b, 0x57, 0x23, 0x42, 0xc5, 0x7c, 0xc0, 0x62, 0x13, 0x7f, 0xb1, 0x0c, 0x22, 0x12, 0xff, 0x85, 0xb6, 0x92, 0x7a, 0x85, 0x55, 0x0c, 0x02, 0x15, 0x95, 0x12, 0xe9, 0x19, 0x0c, 0x27, 0xfe, 0x96, 0xcd, 0x91, 0x6a, 0x5c, 0x72, 0x81, 0x6a, 0x9a, 0x47, 0xb2, 0xba, 0x61, 0x11, 0x2b, 0xb3, 0x62, 0xf8, 0x0d, 0xcd, 0x4e, 0x8d, 0x54, 0x12, 0xe7, 0x21, 0x97, 0xb8, 0xae, 0xc0, 0x28, 0x69, 0x7f, 0x83, 0xf6, 0x65, 0xe6, 0x42, 0x5e, 0x13, 0x25, 0xc9, 0xdd, 0x70, 0x26, 0x9f, 0x6b, 0x7c, 0x7b, 0x0e, 0x95, 0xac, 0x63, 0x24, 0xf1, 0x5a, 0x07, 0xaf, 0xcc, 0x21, 0xf1, 0xa7, 0xa1, 0x62, 0xfd, 0xb4, 0x0a, 0x5e, 0x40, 0xf1, 0xab, 0x07, 0xf7, 0xdf, 0x55, 0x1b, 0x50, 0xcb, 0x5e, 0x95, 0x54, 0x32, 0xb5, 0xec, 0x88, 0x3f, 0xe7, 0x38, 0x31, 0xa3, 0x41, 0x85, 0x50, 0xb5, 0x46, 0xf4, 0xc0, 0x81, 0x03, 0x35, 0xcb, 0x4e, 0x03, 0xc8, 0x31, 0x1a, 0xce, 0xaa, 0x70, 0x5c, 0xa5, 0x39, 0xaa, 0x1a, 0xf3, 0x60, 0x51, 0xc3, 0x29, 0xd1, 0x3d, 0xc2, 0x9b, 0x0b, 0x90, 0xe8, 0xf9, 0x0a, 0xeb, 0xba, 0xfe, 0x56, 0x80, 0xd1, 0x4b, 0xa1, 0x0b, 0xb2, 0xa1, 0xbb, 0xec, 0x86, 0xd0, 0x00, 0x09, 0xa3, 0xe0, 0xfe, 0xbb, 0x82, 0x01, 0x64, 0x0d, 0x90, 0xf4, 0x60, 0x80, 0xb2, 0x12, 0xf5, 0x02, 0xa1, 0x11, 0x73, 0x94, 0x48, 0x24, 0x9a, 0x12, 0x93, 0x77, 0x13, 0x13, 0x13, 0x24, 0x6c, 0xc7, 0x97, 0x1d, 0x04, 0x52, 0x34, 0x80, 0x5d, 0x18, 0x57, 0x6d, 0x2c, 0x91, 0x9b, 0x04, 0xd3, 0x1d, 0x93, 0x54, 0x1e, 0xc4, 0x98, 0x83, 0xfa, 0x96, 0xc7, 0x46, 0x0d, 0x5b, 0x90, 0x0d, 0x66, 0xf7, 0x64, 0x97, 0x5c, 0x40, 0xc8, 0xcf, 0x16, 0xd0, 0x14, 0x5b, 0x42, 0x6c, 0x33, 0x31, 0x13, 0xb7, 0x21, 0x8f, 0xb6, 0x1c, 0xf0, 0xbe, 0x8f, 0x0b, 0x54, 0x75, 0x2a, 0xf8, 0x6f, 0x9a, 0xe5, 0x02, 0x48, 0x68, 0x00, 0xb5, 0xe2, 0x72, 0x3c, 0x1e, 0xb7, 0x8b, 0xe5, 0x2e, 0x05, 0xde, 0xf7, 0x3a, 0x96, 0xe8, 0x0d, 0x2c, 0xfa, 0x4a, 0x93, 0x2b, 0x54, 0xee, 0x36, 0x84, 0xf4, 0xb5, 0xfc, 0x18, 0xc0, 0x3b, 0x18, 0x8e, 0xb9, 0xe6, 0x01, 0x92, 0x16, 0x03, 0x28, 0x55, 0xa1, 0xbd, 0x0a, 0x42, 0x39, 0x66, 0x73, 0xfd, 0xb0, 0xbc, 0xd7, 0x1b, 0x5b, 0x68, 0x79, 0x15, 0x32, 0x70, 0xc9, 0xb7, 0x1f, 0x4b, 0x64, 0x60, 0xd9, 0x0f, 0xbb, 0xde, 0xa6, 0x91, 0xbf, 0xda, 0x9a, 0xe4, 0x69, 0xd0, 0x1d, 0xf1, 0xf5, 0x54, 0x46, 0x65, 0x7a, 0x7a, 0xa6, 0x60, 0xe2, 0x87, 0x45, 0x82, 0x3c, 0x2e, 0x69, 0xda, 0xd8, 0x02, 0x8d, 0x8d, 0x61, 0x9b, 0x9e, 0x1c, 0xd5, 0xc5, 0x2b, 0x62, 0x07, 0x94, 0xcf, 0x08, 0x96, 0x2e, 0xde, 0x8e, 0x04, 0x25, 0x0d, 0x60, 0x68, 0x01, 0x84, 0xae, 0x15, 0x41, 0xe8, 0x5a, 0x1e, 0x42, 0xd7, 0x82, 0xeb, 0xf3, 0x68, 0xd4, 0xdf, 0xcc, 0xe0, 0x90, 0xc7, 0x0c, 0x65, 0xd0, 0x96, 0x3f, 0x03, 0x58, 0xf7, 0x10, 0x4f, 0xe4, 0x69, 0x3a, 0xe1, 0x01, 0x81, 0x64, 0x37, 0x28, 0xc1, 0x8a, 0xf9, 0xf9, 0xf9, 0x02, 0x4e, 0x57, 0x5e, 0xed, 0x10, 0xd4, 0xf6, 0x96, 0x18, 0x94, 0x3a, 0xdc, 0xcb, 0x9b, 0x92, 0xa6, 0x92, 0x34, 0x04, 0x5b, 0x56, 0x0c, 0x70, 0xf0, 0xe0, 0xc1, 0x5a, 0xaa, 0xd9, 0x22, 0xf0, 0x1a, 0x3d, 0x64, 0xcd, 0x8e, 0xe9, 0x71, 0x84, 0x42, 0x8b, 0x60, 0x28, 0x5d, 0xb3, 0xa4, 0xd3, 0xe2, 0x49, 0x74, 0x2f, 0x42, 0x77, 0xfe, 0x8d, 0x77, 0x30, 0x4f, 0x66, 0x60, 0x7c, 0x2a, 0x51, 0x86, 0x1e, 0x60, 0x15, 0x47, 0x40, 0xc1, 0x29, 0x86, 0x42, 0x60, 0x4b, 0x02, 0xc8, 0x99, 0x18, 0x4f, 0x5e, 0xa0, 0x64, 0x3c, 0x51, 0xd0, 0xb9, 0xf2, 0xbb, 0x2f, 0x8d, 0xc2, 0xed, 0x02, 0x2f, 0xa5, 0xc6, 0xdb, 0x38, 0x45, 0xa1, 0xa9, 0xa9, 0x05, 0xa2, 0x3c, 0x5c, 0xc3, 0x8c, 0x0c, 0xbd, 0x74, 0x69, 0x48, 0x11, 0xa2, 0x78, 0x0f, 0x13, 0xcb, 0x4d, 0x03, 0x34, 0xfb, 0x7a, 0x80, 0x98, 0xfa, 0x32, 0xec, 0x8a, 0x10, 0xba, 0x47, 0x64, 0xa7, 0x8f, 0x2d, 0xe0, 0xd9, 0xf1, 0xc5, 0xab, 0xc2, 0xb2, 0x4f, 0x58, 0xb4, 0x5d, 0x19, 0xce, 0x63, 0x46, 0x79, 0x36, 0x9e, 0xe2, 0x79, 0xb8, 0x0c, 0x56, 0x86, 0xe0, 0x77, 0x8e, 0x78, 0x81, 0xcd, 0xa7, 0xc5, 0xcf, 0x90, 0xa3, 0xed, 0x10, 0xcd, 0x13, 0xdc, 0x78, 0xd3, 0xcd, 0x9e, 0x14, 0xef, 0x9c, 0x4f, 0x09, 0x62, 0x07, 0xe7, 0x7b, 0xf6, 0x24, 0x74, 0x9f, 0x56, 0xb5, 0xcc, 0x21, 0x01, 0xc3, 0x91, 0x88, 0x7d, 0x8d, 0x27, 0x4e, 0x9c, 0x82, 0xb3, 0x67, 0xcf, 0xc9, 0x9b, 0x9f, 0xfb, 0xce, 0x77, 0xbe, 0x33, 0xb4, 0xac, 0x18, 0x80, 0x7a, 0x83, 0xf9, 0x86, 0x42, 0x1b, 0x86, 0xf2, 0x40, 0x44, 0x55, 0x00, 0x0e, 0x81, 0x18, 0xcb, 0x53, 0x63, 0x3f, 0x97, 0xfc, 0xe1, 0xfc, 0xbb, 0xbb, 0x24, 0x8a, 0x5f, 0xc1, 0xac, 0x1c, 0x44, 0x52, 0x60, 0x01, 0x5e, 0x06, 0x11, 0xfe, 0x7c, 0x22, 0xbd, 0x22, 0x29, 0x9f, 0x59, 0xb3, 0xd4, 0x89, 0x02, 0x9a, 0x4f, 0xcb, 0x9d, 0xee, 0x75, 0x47, 0x74, 0x65, 0x32, 0x99, 0x80, 0xda, 0xda, 0x5a, 0x4f, 0xea, 0x67, 0xde, 0x1c, 0xe1, 0xae, 0xd6, 0xe4, 0x8b, 0x7a, 0x98, 0xa7, 0x36, 0xce, 0x8f, 0x84, 0x18, 0x97, 0xfc, 0x27, 0x4f, 0x9c, 0x86, 0x7f, 0x7d, 0xee, 0x79, 0x18, 0x1b, 0x1b, 0x93, 0xb5, 0xc4, 0x37, 0x2a, 0xf5, 0x8c, 0x0b, 0x66, 0x00, 0xea, 0x0b, 0x20, 0x92, 0x30, 0x78, 0x28, 0xb4, 0xee, 0xc6, 0xff, 0x2e, 0x37, 0x28, 0xa8, 0xbe, 0x7b, 0x22, 0x74, 0xcd, 0xf1, 0x40, 0x34, 0xf0, 0xce, 0x05, 0xf6, 0x23, 0x74, 0xad, 0x00, 0x88, 0xc4, 0xb5, 0x84, 0x61, 0xe6, 0xe5, 0x26, 0xd3, 0xd9, 0x95, 0x28, 0xf4, 0x95, 0x91, 0x4c, 0x1b, 0x90, 0xc1, 0x67, 0x2c, 0x82, 0xcb, 0xfc, 0xdd, 0xa0, 0xaa, 0x17, 0x48, 0x24, 0xce, 0xa4, 0x52, 0x69, 0x78, 0xf5, 0xd8, 0x71, 0xfb, 0x01, 0xc9, 0xd2, 0x98, 0xe5, 0x71, 0x4f, 0x2a, 0xf1, 0xfb, 0xe0, 0x84, 0xbc, 0xcc, 0x97, 0xf0, 0x3d, 0x03, 0xe0, 0xa4, 0x75, 0x04, 0xcb, 0x46, 0x47, 0xc6, 0x50, 0xf2, 0x9f, 0x85, 0x33, 0x67, 0xce, 0xc8, 0x9b, 0x8d, 0xe1, 0x75, 0xff, 0xef, 0x65, 0xc7, 0x00, 0x34, 0x07, 0xe0, 0x67, 0x00, 0xcb, 0xd2, 0xc7, 0x34, 0x82, 0x2d, 0x37, 0x68, 0xc8, 0x59, 0x12, 0xc5, 0x6d, 0xf4, 0x06, 0x49, 0x74, 0x23, 0x8f, 0xd1, 0xeb, 0xc4, 0xfb, 0x62, 0x0e, 0x81, 0xa2, 0x11, 0x89, 0xf8, 0xb3, 0xce, 0xc9, 0x83, 0x95, 0xcc, 0x04, 0x49, 0x06, 0xf5, 0x75, 0x5a, 0x70, 0xff, 0x5d, 0x7c, 0x40, 0xe2, 0xbd, 0x08, 0x3b, 0x8d, 0x18, 0x80, 0x96, 0x13, 0x6f, 0x9e, 0x54, 0xb4, 0x82, 0x0a, 0x37, 0x99, 0xeb, 0xd3, 0xf9, 0x77, 0xaf, 0x6d, 0xfc, 0xf6, 0xf7, 0x22, 0x7a, 0xf9, 0x93, 0x88, 0x7f, 0x66, 0x66, 0x06, 0xae, 0x5c, 0xb9, 0x02, 0xb3, 0xb3, 0xb3, 0xf2, 0xe6, 0x19, 0xfc, 0xfb, 0x07, 0xbf, 0xfb, 0xdd, 0xef, 0x4e, 0x2e, 0x3b, 0x06, 0xc8, 0x66, 0xb3, 0x8e, 0xee, 0x90, 0xba, 0x2d, 0x04, 0x0c, 0x87, 0x08, 0x97, 0xa3, 0x41, 0x45, 0xf9, 0x10, 0x57, 0xaa, 0xa3, 0x84, 0xc7, 0x15, 0x42, 0xf7, 0x2a, 0x81, 0xe8, 0xb0, 0x05, 0x94, 0x18, 0x1f, 0xe9, 0x6f, 0x86, 0x65, 0xec, 0x4e, 0xcf, 0x27, 0x5d, 0xd1, 0xa2, 0x2b, 0x75, 0x88, 0xdb, 0x20, 0xbb, 0xaa, 0xbe, 0x56, 0x0f, 0x34, 0x38, 0x05, 0xde, 0x17, 0xc6, 0x26, 0xbd, 0x27, 0x0a, 0x9d, 0xa6, 0xf1, 0x93, 0x9f, 0xfc, 0xa4, 0x60, 0xe2, 0x2d, 0x96, 0xc8, 0xcb, 0x34, 0x26, 0xf0, 0x9a, 0x3f, 0x78, 0xe8, 0xd0, 0xa1, 0xe7, 0x2a, 0xf9, 0x7c, 0x0b, 0x66, 0x00, 0x8a, 0xd1, 0x76, 0x6a, 0x00, 0xc6, 0xdc, 0x2e, 0x50, 0xee, 0x71, 0x49, 0xe5, 0x32, 0xa6, 0x98, 0x2b, 0x41, 0x05, 0x02, 0x24, 0xba, 0x4f, 0x91, 0x2b, 0x87, 0x77, 0x47, 0x14, 0x9f, 0x72, 0x06, 0xd4, 0xcd, 0xc5, 0xd2, 0x2b, 0x16, 0xef, 0xfb, 0x3f, 0x77, 0x50, 0x73, 0x02, 0x02, 0x5c, 0x97, 0x7c, 0x62, 0xc9, 0x0a, 0x2b, 0x70, 0xf6, 0xdf, 0x2d, 0x56, 0x82, 0x07, 0xad, 0x2b, 0xf3, 0x98, 0x44, 0x5a, 0xfa, 0x7a, 0x26, 0x93, 0xf9, 0xdc, 0x33, 0xcf, 0x3c, 0x33, 0x52, 0xe9, 0xe7, 0x5b, 0x94, 0x17, 0x48, 0x66, 0x00, 0x15, 0x7e, 0x18, 0x0a, 0x5e, 0x35, 0x8c, 0x9c, 0xcb, 0xcb, 0xd3, 0x0d, 0x5a, 0x30, 0xa1, 0x4b, 0x0f, 0x9d, 0xf9, 0xb9, 0x41, 0xcd, 0x72, 0xe6, 0x34, 0xab, 0x9b, 0x4a, 0x67, 0xe1, 0x6a, 0x1b, 0xcc, 0x0a, 0xdf, 0x8e, 0xa7, 0x0a, 0xeb, 0xbf, 0x4b, 0x69, 0xc1, 0xb4, 0x9e, 0x62, 0xec, 0x65, 0x57, 0x68, 0x5b, 0x5b, 0x2b, 0xcc, 0xcc, 0xce, 0xf0, 0x3e, 0xc3, 0xf4, 0x10, 0x45, 0xb9, 0x77, 0xda, 0xa6, 0xb1, 0xb1, 0xd1, 0xf6, 0xcb, 0x93, 0x2f, 0xde, 0xe0, 0x6d, 0x57, 0x35, 0xc8, 0x64, 0x33, 0x3c, 0x38, 0x2d, 0x95, 0x48, 0x22, 0x5c, 0x19, 0xf9, 0x05, 0x42, 0x97, 0x61, 0x02, 0x03, 0xf8, 0x5e, 0x33, 0xd6, 0x62, 0x7f, 0x47, 0xb8, 0x95, 0x91, 0xbe, 0xa7, 0xc5, 0x6f, 0x84, 0x5d, 0x29, 0xfa, 0x8e, 0x9f, 0x69, 0x5a, 0xe8, 0x3b, 0x2e, 0x59, 0x5c, 0x08, 0xe6, 0x9c, 0xc7, 0xf3, 0xfd, 0xe2, 0xf9, 0xe7, 0x9f, 0x5f, 0xb2, 0x59, 0xc9, 0x62, 0x6c, 0x00, 0x3b, 0x0c, 0x42, 0xb5, 0x01, 0x98, 0xa2, 0x01, 0x12, 0x76, 0x28, 0xb4, 0xd9, 0xc0, 0xcd, 0x50, 0xa0, 0x0b, 0x48, 0x15, 0x1c, 0x1c, 0x84, 0x0e, 0x3e, 0x84, 0xae, 0x39, 0x26, 0xc0, 0x1c, 0x6e, 0x50, 0x4a, 0x18, 0x9f, 0x89, 0xa5, 0xcc, 0x78, 0x1e, 0x4d, 0xbb, 0xfa, 0x18, 0xc0, 0x52, 0x8c, 0xa2, 0xfd, 0x68, 0x90, 0x37, 0x88, 0x49, 0x79, 0xd9, 0x9a, 0x23, 0x1c, 0x82, 0xfa, 0x0c, 0x67, 0x8c, 0x0c, 0xa4, 0x11, 0x7f, 0x93, 0x6d, 0x60, 0x76, 0x9a, 0x31, 0xf0, 0x77, 0x86, 0x63, 0x72, 0x62, 0x80, 0xce, 0xce, 0x4e, 0xa8, 0xab, 0xab, 0xe3, 0x55, 0x9a, 0x09, 0xa3, 0x13, 0x43, 0xd0, 0x76, 0x89, 0x54, 0x02, 0x66, 0xe6, 0x66, 0xb6, 0xbd, 0xfe, 0xfa, 0xf1, 0xef, 0xa7, 0x52, 0x19, 0x9a, 0x51, 0xa3, 0x18, 0x92, 0xb4, 0xf5, 0x99, 0xb4, 0x16, 0xfa, 0x9e, 0x90, 0xbe, 0x27, 0xad, 0xdf, 0x71, 0xc7, 0x77, 0xb1, 0xcd, 0xb2, 0x18, 0x45, 0x31, 0x80, 0x0b, 0x02, 0x81, 0x43, 0x4d, 0xca, 0x73, 0x00, 0xcc, 0x0d, 0x73, 0x0c, 0xe6, 0xd3, 0x26, 0xd5, 0x67, 0x02, 0xcc, 0x30, 0x7c, 0x6c, 0x01, 0x6b, 0x45, 0x0c, 0xf1, 0x3e, 0x85, 0x5e, 0xaf, 0xa0, 0xb9, 0xad, 0x05, 0x8f, 0x42, 0x22, 0x42, 0xe5, 0x49, 0x2a, 0xb9, 0xde, 0xa6, 0xd0, 0xc6, 0xb5, 0xd1, 0x1a, 0xee, 0x21, 0x32, 0x27, 0x31, 0x75, 0x7b, 0x32, 0x33, 0x8b, 0x5a, 0x3b, 0x9d, 0xce, 0xc0, 0xe8, 0xe8, 0x28, 0x34, 0x37, 0x37, 0x43, 0x47, 0x47, 0x07, 0x67, 0x06, 0x8a, 0x1f, 0x9a, 0x9a, 0x9a, 0xe2, 0x5a, 0xe1, 0xa6, 0x1b, 0x6e, 0x6e, 0xd8, 0x7e, 0xdd, 0x8e, 0x07, 0xcf, 0x9d, 0x3b, 0xf7, 0xa3, 0x23, 0x38, 0x26, 0x26, 0x26, 0xa6, 0x1c, 0x57, 0x20, 0xa7, 0x39, 0x31, 0xc7, 0x6f, 0xf9, 0xef, 0x84, 0xd1, 0x22, 0x16, 0x03, 0xad, 0x2c, 0x06, 0xf0, 0xd6, 0x00, 0xaa, 0x0b, 0xce, 0x56, 0xd5, 0xba, 0x23, 0x1d, 0x92, 0xa9, 0xe9, 0x90, 0x20, 0xd7, 0xef, 0x0f, 0x20, 0x74, 0x61, 0xf4, 0x6a, 0x12, 0x44, 0x22, 0xf5, 0x4d, 0x58, 0x5f, 0x54, 0x67, 0xd0, 0xae, 0x66, 0xca, 0xd7, 0xe4, 0xa6, 0x13, 0x79, 0xfa, 0xef, 0xb2, 0x5c, 0x48, 0xba, 0xbb, 0xff, 0x2e, 0x55, 0x92, 0xab, 0x35, 0xcb, 0x10, 0x0a, 0xe2, 0x17, 0xcc, 0x50, 0x6f, 0x6a, 0xeb, 0x34, 0x0a, 0x13, 0x0a, 0x9b, 0xb8, 0x74, 0xe9, 0x92, 0xcd, 0x08, 0x6b, 0xd6, 0xac, 0xe1, 0x86, 0x34, 0x69, 0x84, 0xe9, 0xe9, 0xe9, 0x56, 0xfc, 0x7d, 0xdf, 0xfe, 0xfd, 0xfb, 0xef, 0x9d, 0x9b, 0x9b, 0x3b, 0x33, 0x3c, 0x3c, 0x7c, 0xf4, 0xcc, 0x99, 0x33, 0xc7, 0x71, 0x9c, 0x42, 0x2d, 0x22, 0x88, 0xde, 0x90, 0x08, 0xde, 0x80, 0x5c, 0x54, 0xbb, 0xa0, 0x37, 0xf9, 0x0d, 0x67, 0xa0, 0xa2, 0x65, 0x06, 0xca, 0x68, 0x03, 0x88, 0xc2, 0xb8, 0xb6, 0xe4, 0x01, 0x75, 0x12, 0xcc, 0x84, 0x39, 0x5a, 0x40, 0x65, 0x68, 0x7f, 0x37, 0xa6, 0xb7, 0xd1, 0x6b, 0x1e, 0x3f, 0x85, 0xc7, 0x8f, 0xd9, 0x52, 0x5f, 0xbb, 0xfa, 0x45, 0xbf, 0xb3, 0xd6, 0x4e, 0x90, 0x1b, 0xd4, 0x90, 0xfa, 0xef, 0xea, 0xae, 0xee, 0x8b, 0xbc, 0xb0, 0x6e, 0x2e, 0x8c, 0xc5, 0x24, 0x7a, 0x01, 0x87, 0x68, 0x69, 0x68, 0x30, 0x2b, 0xcc, 0x91, 0x36, 0x20, 0x46, 0x18, 0x1c, 0x1c, 0x84, 0xa6, 0xa6, 0x26, 0x58, 0xbb, 0x76, 0x2d, 0xf4, 0xf7, 0xf7, 0xf3, 0x7d, 0x09, 0x1e, 0xcd, 0xce, 0xce, 0xea, 0xb8, 0x6c, 0x42, 0x66, 0xd8, 0xbc, 0x77, 0xef, 0xde, 0xdf, 0xc4, 0x11, 0xc7, 0xf5, 0x27, 0x70, 0x39, 0x47, 0x8c, 0x81, 0x9a, 0xe4, 0xf4, 0x89, 0x13, 0x27, 0x4e, 0xbd, 0xfe, 0xfa, 0xeb, 0x71, 0x89, 0xe0, 0x23, 0x0e, 0x4d, 0x20, 0x3e, 0xd3, 0x2b, 0x5c, 0x03, 0x30, 0xa5, 0x26, 0x50, 0x2e, 0x19, 0x46, 0x76, 0x83, 0x16, 0xee, 0xc6, 0xb4, 0xd5, 0xbc, 0xc3, 0x16, 0x20, 0x9f, 0xbe, 0xd9, 0x3c, 0xc2, 0x00, 0xb8, 0x56, 0x68, 0x1f, 0x72, 0xf0, 0x30, 0x5f, 0xd7, 0x15, 0xb3, 0x57, 0x58, 0x6e, 0x1b, 0x67, 0x62, 0x3c, 0x8d, 0x68, 0x2d, 0x32, 0x40, 0x36, 0xcc, 0x35, 0x80, 0x49, 0xfc, 0x5a, 0x0e, 0x0a, 0x59, 0x59, 0x64, 0x75, 0xf5, 0x75, 0x10, 0x8f, 0xc5, 0x21, 0x86, 0xb0, 0x27, 0xcd, 0xb5, 0x6c, 0x1a, 0x50, 0xd2, 0xc3, 0xf8, 0xf8, 0x38, 0xb4, 0xb7, 0xb7, 0xf3, 0x65, 0xdd, 0xba, 0x75, 0xb4, 0xbf, 0x46, 0x4c, 0x42, 0x0c, 0x81, 0x4b, 0x1d, 0x2e, 0xbb, 0xd0, 0x60, 0xde, 0x23, 0x92, 0x71, 0xee, 0xbe, 0xfb, 0x6e, 0x3a, 0xf7, 0x0c, 0x6a, 0x86, 0xb7, 0x50, 0x83, 0xd0, 0x72, 0x1a, 0xb7, 0x39, 0x8d, 0x5a, 0xe4, 0xe4, 0x0f, 0x7f, 0xf8, 0xc3, 0x13, 0xaf, 0xbd, 0xf6, 0xda, 0xbc, 0xa4, 0x25, 0xb2, 0x2b, 0x86, 0x01, 0x84, 0x06, 0xd0, 0x2d, 0xd5, 0xec, 0x2c, 0x8d, 0x9e, 0x4c, 0xe6, 0x1a, 0x64, 0xdb, 0x95, 0xa1, 0xfd, 0x24, 0x3a, 0x63, 0x3e, 0xde, 0x1d, 0xb9, 0xf5, 0x29, 0xe3, 0xc7, 0x4c, 0xa6, 0xb3, 0x70, 0x4d, 0x51, 0xbe, 0x4d, 0xd8, 0x3a, 0x2f, 0x70, 0x9b, 0x48, 0xe6, 0xa9, 0xb6, 0x66, 0xbb, 0xa3, 0xcd, 0x5f, 0x61, 0x57, 0x07, 0x76, 0x03, 0x6a, 0xa2, 0xb5, 0x10, 0x31, 0xb2, 0x9c, 0xe8, 0x39, 0xfc, 0xd1, 0x4c, 0x06, 0xa0, 0x9c, 0xdc, 0xfa, 0xfa, 0x7a, 0x34, 0x80, 0x6b, 0xd1, 0xd8, 0x4e, 0xf0, 0x3a, 0x3d, 0x44, 0xc8, 0xd3, 0xb3, 0xd3, 0x9c, 0x91, 0x52, 0x89, 0x14, 0x74, 0xb4, 0xaf, 0x81, 0xc9, 0xc9, 0x10, 0xc1, 0x20, 0xd4, 0x14, 0x0d, 0x6c, 0xf5, 0xea, 0xd5, 0x5a, 0x5b, 0x5b, 0x1b, 0x67, 0x08, 0x2b, 0x99, 0x45, 0xa7, 0xf3, 0x93, 0xdd, 0x40, 0x4c, 0x41, 0x9f, 0x68, 0x3b, 0x34, 0xe3, 0xe7, 0x6e, 0x5a, 0xa8, 0xb9, 0x0a, 0xee, 0x03, 0xdd, 0xdd, 0xdd, 0xb0, 0x7d, 0xfb, 0x76, 0xfc, 0xc9, 0x06, 0x71, 0x39, 0x81, 0xfb, 0xbc, 0x86, 0xe7, 0x3a, 0x8c, 0xfb, 0x1f, 0xc1, 0x4b, 0x7d, 0xf3, 0xd3, 0x9f, 0xfe, 0x74, 0x7a, 0x59, 0x32, 0x00, 0xf5, 0x06, 0x13, 0xde, 0x1e, 0x51, 0x19, 0xda, 0xab, 0x34, 0xba, 0xed, 0xaf, 0xb6, 0xa8, 0x39, 0x2b, 0x4a, 0x99, 0xf8, 0xba, 0x31, 0x1d, 0x10, 0x49, 0x0a, 0x9d, 0x26, 0xb7, 0x26, 0x11, 0xfe, 0xb5, 0x60, 0xe4, 0xfa, 0x13, 0xb7, 0xe3, 0xb9, 0x7a, 0x11, 0xbf, 0xed, 0x70, 0x60, 0x4a, 0xc9, 0x71, 0x25, 0x29, 0x06, 0xa5, 0x7a, 0x47, 0x27, 0x09, 0xae, 0x88, 0xcd, 0x00, 0x24, 0xf1, 0xa9, 0xd7, 0x58, 0x5d, 0x43, 0x3d, 0x17, 0x2c, 0x89, 0x44, 0xdc, 0x86, 0x39, 0x13, 0xe3, 0x13, 0x3c, 0x60, 0x6d, 0x16, 0x09, 0x7e, 0x68, 0xf0, 0x12, 0x9c, 0x3f, 0x7f, 0x0e, 0x22, 0xa1, 0xc8, 0x89, 0xbe, 0xbe, 0xfe, 0xa1, 0xbe, 0xbe, 0xbe, 0x1d, 0x48, 0x0b, 0x6b, 0xc9, 0x40, 0xc6, 0xed, 0x19, 0xc2, 0x24, 0x8d, 0x5c, 0xa9, 0xc4, 0x44, 0xb4, 0x08, 0xa6, 0x10, 0xa4, 0x23, 0x42, 0xb2, 0x45, 0x62, 0x0e, 0x7e, 0x6a, 0xf8, 0xd9, 0x8b, 0xe7, 0xe9, 0x46, 0xcd, 0xf0, 0x6e, 0xc1, 0xbc, 0x48, 0x63, 0xa9, 0xc7, 0x1f, 0x7f, 0xfc, 0x38, 0x6e, 0x7f, 0x18, 0x57, 0xbd, 0x84, 0xeb, 0x5e, 0x7a, 0xe8, 0xa1, 0x87, 0xde, 0xd4, 0xe4, 0x60, 0xb1, 0xa5, 0x62, 0x00, 0xb9, 0x60, 0xa9, 0x6a, 0x03, 0x30, 0xb5, 0x28, 0x56, 0x2a, 0x6b, 0xfb, 0xaf, 0xed, 0xa6, 0xef, 0x5e, 0x85, 0xac, 0x7c, 0x02, 0xe0, 0x28, 0x47, 0x20, 0x9d, 0xc9, 0xf2, 0x70, 0x06, 0x83, 0xb1, 0x6b, 0x4e, 0xe2, 0xfb, 0x61, 0x20, 0x67, 0xdb, 0x21, 0xef, 0xfe, 0xbb, 0xaa, 0x17, 0x48, 0x9e, 0x08, 0xa3, 0xe7, 0x48, 0x2e, 0x4e, 0x53, 0xda, 0x37, 0x40, 0x3d, 0x12, 0x7d, 0x94, 0x7b, 0x85, 0x74, 0x8e, 0xf9, 0x53, 0x68, 0xe8, 0x52, 0xa1, 0xdd, 0x8b, 0x17, 0x2e, 0x72, 0xf8, 0x43, 0x05, 0xb7, 0xe2, 0xf1, 0x04, 0xf9, 0xff, 0xf9, 0x3e, 0x34, 0x4e, 0x9c, 0x38, 0xf9, 0xa3, 0xa7, 0x9f, 0x3e, 0x74, 0x0c, 0xbf, 0x7e, 0x63, 0xf7, 0xee, 0xdd, 0x6d, 0x37, 0xdd, 0x74, 0xd3, 0x75, 0x3d, 0x3d, 0x3d, 0x9b, 0x91, 0x88, 0xb7, 0xa1, 0x91, 0xbc, 0x5a, 0x21, 0xac, 0x70, 0xd8, 0x40, 0x66, 0xd0, 0x29, 0x08, 0x8f, 0xce, 0x2b, 0x3e, 0x57, 0xad, 0x5a, 0x25, 0x3b, 0x50, 0x74, 0x32, 0xb0, 0x89, 0xe1, 0x28, 0x5f, 0x01, 0x97, 0x1a, 0xfc, 0xbe, 0x17, 0x99, 0x63, 0x2f, 0xd2, 0xdb, 0x27, 0xe8, 0xda, 0x9e, 0x78, 0xe2, 0x89, 0xe9, 0xc7, 0x1e, 0x7b, 0xec, 0x05, 0xbc, 0x87, 0x97, 0x70, 0xf9, 0x21, 0xda, 0x17, 0x2f, 0x1f, 0x3c, 0x78, 0x30, 0x53, 0x71, 0x06, 0x70, 0x65, 0x83, 0xe9, 0x72, 0x13, 0x89, 0xdc, 0xcb, 0x90, 0x6b, 0x82, 0xda, 0x2f, 0xca, 0xaf, 0x5b, 0x8b, 0xe2, 0xc2, 0x63, 0x3c, 0x61, 0x25, 0x95, 0xc9, 0x49, 0x7c, 0xed, 0x1a, 0xa7, 0x7d, 0x93, 0x44, 0xdc, 0x5d, 0x57, 0xfc, 0xbc, 0x41, 0xb2, 0x26, 0xd6, 0x75, 0x35, 0x22, 0x34, 0x14, 0x09, 0xc3, 0xfa, 0x0d, 0xeb, 0x91, 0x10, 0xa3, 0xfc, 0x05, 0x88, 0x40, 0x39, 0x9a, 0xe8, 0x9a, 0x9b, 0x8f, 0xc1, 0xc5, 0xf3, 0xe7, 0x61, 0x6c, 0x6c, 0xdc, 0x8a, 0xd7, 0xaf, 0x81, 0xd8, 0x1c, 0xad, 0xbb, 0x60, 0x1b, 0xca, 0xb1, 0xf9, 0xf9, 0x93, 0x67, 0xce, 0x9c, 0x79, 0x5d, 0xbc, 0xc1, 0xa3, 0x47, 0x8f, 0x5e, 0xc1, 0x65, 0x10, 0xbf, 0x1f, 0x22, 0x43, 0x16, 0x8d, 0xe4, 0xba, 0x7d, 0xfb, 0xf6, 0x21, 0x3f, 0xf4, 0x74, 0xb5, 0xb6, 0xb6, 0x76, 0x21, 0x4c, 0xea, 0x41, 0x42, 0xee, 0xc3, 0x6b, 0xe8, 0xd4, 0xa4, 0x1a, 0x9a, 0x94, 0xe8, 0x82, 0xc7, 0x67, 0xc8, 0x10, 0xba, 0xd0, 0x18, 0xb8, 0xad, 0xb0, 0x2b, 0xf8, 0xb1, 0xf9, 0x35, 0xcd, 0xcd, 0xf1, 0x05, 0x8d, 0xed, 0x16, 0x5c, 0xde, 0x9b, 0xc9, 0x64, 0xee, 0xc1, 0xbf, 0xff, 0x51, 0x47, 0x47, 0xc7, 0x3c, 0x32, 0xc4, 0xbf, 0xe2, 0x7d, 0x3d, 0x87, 0xd7, 0xff, 0xf4, 0x23, 0x8f, 0x3c, 0x72, 0xb2, 0x62, 0x5e, 0x20, 0x21, 0x4d, 0x42, 0x96, 0x2b, 0xcd, 0x4b, 0xf2, 0xc4, 0x53, 0x72, 0xe1, 0x58, 0xcd, 0xe5, 0xcb, 0x97, 0xb5, 0x99, 0xd9, 0xf8, 0xda, 0xe0, 0xc5, 0xa8, 0xb2, 0x56, 0x81, 0xa7, 0x6b, 0x43, 0xe2, 0x17, 0xaf, 0xd1, 0xe3, 0x05, 0x34, 0x9f, 0x66, 0x92, 0x0d, 0x20, 0x6a, 0xed, 0xc8, 0x21, 0xec, 0xed, 0x6b, 0xda, 0xed, 0x48, 0x5b, 0x82, 0x44, 0x57, 0x46, 0x46, 0xe0, 0xd2, 0xd0, 0x25, 0x98, 0x9e, 0x9a, 0xe6, 0x44, 0x1e, 0x8d, 0x46, 0xf9, 0xb6, 0x23, 0x28, 0xf5, 0x87, 0x2f, 0x0d, 0xdb, 0x65, 0x4b, 0x90, 0x20, 0x67, 0x5f, 0x39, 0x72, 0xec, 0x1f, 0x83, 0x2e, 0xfe, 0xfc, 0xf9, 0xf3, 0x33, 0xb8, 0x90, 0x76, 0xf8, 0xa5, 0xe5, 0xd9, 0xe1, 0x0b, 0xd9, 0x09, 0xb7, 0xdf, 0x7e, 0x7b, 0xe7, 0xc0, 0xc0, 0x40, 0x1f, 0x7e, 0xef, 0x45, 0x2d, 0xd0, 0x8f, 0xe7, 0x19, 0x40, 0xe6, 0xd8, 0x8c, 0x10, 0xaa, 0x55, 0x82, 0xd8, 0xcc, 0x62, 0x08, 0x0e, 0xa7, 0xc8, 0x0d, 0x4b, 0xf6, 0x82, 0xe0, 0x1b, 0x82, 0x4f, 0x64, 0x7f, 0xe0, 0x3e, 0x0d, 0xa8, 0x6d, 0xee, 0xc1, 0x6b, 0xfa, 0x35, 0xbc, 0xa7, 0x47, 0x91, 0x19, 0x8e, 0xe1, 0x75, 0xfe, 0x03, 0x5e, 0xff, 0x53, 0x0f, 0x3c, 0xf0, 0xc0, 0xa9, 0xc5, 0x64, 0x00, 0x3e, 0x11, 0x26, 0xac, 0x7c, 0xdb, 0x06, 0x60, 0x4c, 0xe9, 0xf6, 0x21, 0xd2, 0x21, 0xe5, 0x04, 0x17, 0x39, 0x9a, 0xc1, 0xac, 0x62, 0x66, 0xf0, 0x19, 0x5c, 0xde, 0x26, 0xe7, 0x9a, 0xc4, 0xf7, 0x5a, 0xd1, 0x9b, 0x26, 0xc4, 0x3c, 0x40, 0x60, 0x34, 0x68, 0xae, 0xe9, 0x84, 0x73, 0x22, 0x8c, 0x66, 0x75, 0x49, 0x50, 0x8d, 0x8c, 0x8c, 0x21, 0xcc, 0xb9, 0xc0, 0x43, 0x91, 0x65, 0xe6, 0xa0, 0x11, 0x43, 0x4d, 0x30, 0x74, 0x71, 0x10, 0xe6, 0x63, 0x31, 0x19, 0xfa, 0xc6, 0x8f, 0x1d, 0x7b, 0xf5, 0xef, 0x26, 0x27, 0x27, 0x27, 0x20, 0x37, 0xc1, 0x25, 0xfb, 0xf7, 0x99, 0x63, 0xbd, 0xb2, 0x6e, 0x7c, 0x7c, 0x3c, 0xfd, 0xad, 0x6f, 0x7d, 0xeb, 0x2d, 0x42, 0x50, 0x32, 0x63, 0xd0, 0xf2, 0xdb, 0xbf, 0xfd, 0xdb, 0x4d, 0xbb, 0x76, 0xed, 0xda, 0x8e, 0x36, 0xc4, 0x76, 0x64, 0x80, 0x5d, 0x04, 0x7f, 0x10, 0x06, 0x6d, 0x43, 0x98, 0x13, 0xb6, 0xb4, 0x85, 0x81, 0x7f, 0xd3, 0xc9, 0x15, 0x2b, 0x4f, 0xd0, 0xd1, 0x9f, 0x28, 0x8a, 0x74, 0x62, 0x62, 0x82, 0xf2, 0x08, 0x76, 0xa6, 0x52, 0xa9, 0x5d, 0x78, 0x2f, 0x9f, 0xfb, 0xf2, 0x97, 0xbf, 0xfc, 0x13, 0xdc, 0xe7, 0x4f, 0xd0, 0x90, 0x3e, 0x54, 0xa8, 0xdd, 0x50, 0xd0, 0x9b, 0x40, 0xcc, 0x55, 0x83, 0x27, 0xe1, 0xd3, 0xd7, 0x64, 0x38, 0xdd, 0x7b, 0xef, 0xbd, 0xb0, 0x61, 0xd3, 0x80, 0x1d, 0x09, 0x7a, 0x65, 0xe4, 0x92, 0x2d, 0x99, 0xbe, 0xf4, 0xcd, 0x0b, 0xf0, 0xc6, 0xd9, 0x39, 0x60, 0x28, 0x4d, 0xea, 0xeb, 0xa3, 0x76, 0xf7, 0x16, 0x82, 0x49, 0x59, 0x6b, 0x61, 0xd7, 0xb2, 0x55, 0xbb, 0x10, 0x14, 0x84, 0xc6, 0x29, 0xa1, 0x83, 0xff, 0xf5, 0xf0, 0x40, 0x20, 0x2c, 0xa4, 0x00, 0xb8, 0xf6, 0x56, 0xb3, 0x81, 0xde, 0xfc, 0xdc, 0x3c, 0x3c, 0xf7, 0xec, 0xbf, 0xc2, 0x33, 0xcf, 0x3c, 0x63, 0xce, 0x01, 0xd4, 0xd5, 0xc2, 0xa6, 0xad, 0x1b, 0x3d, 0xf7, 0x23, 0xfc, 0x3d, 0x72, 0xf9, 0x0a, 0x4f, 0x9c, 0x97, 0x47, 0x2a, 0x95, 0x9e, 0x38, 0x72, 0xe4, 0xc8, 0xff, 0x1d, 0x1b, 0x19, 0xbb, 0x2c, 0x11, 0x6e, 0xc6, 0x41, 0xc8, 0xc5, 0xfe, 0xf6, 0x5b, 0xc7, 0x55, 0xdc, 0x57, 0xbf, 0xfa, 0xd5, 0x5a, 0xd4, 0x0e, 0x37, 0xe0, 0xd7, 0x5b, 0x70, 0x79, 0x1b, 0x12, 0xf2, 0x6d, 0x48, 0x2f, 0x9d, 0x82, 0x21, 0x90, 0x11, 0x74, 0xb2, 0x23, 0xc8, 0xa3, 0x24, 0x92, 0x7c, 0x08, 0x2a, 0x51, 0x42, 0xcd, 0xc8, 0xc8, 0x88, 0x81, 0x9a, 0x81, 0xa0, 0xc9, 0x31, 0x82, 0x4b, 0xa8, 0x11, 0xfe, 0xb1, 0x2c, 0x1a, 0x00, 0x2d, 0x78, 0xbb, 0x28, 0xae, 0xdc, 0x1d, 0x92, 0xcb, 0x7c, 0x47, 0x5f, 0x00, 0xb9, 0x41, 0x76, 0xd2, 0xaa, 0x12, 0xec, 0x22, 0xf8, 0x2a, 0xb8, 0x2f, 0xda, 0x10, 0xe6, 0x71, 0xf4, 0xa8, 0x35, 0xa3, 0x11, 0xcd, 0xd7, 0x1b, 0x24, 0x17, 0x28, 0x96, 0x9b, 0x4f, 0xd3, 0xbe, 0x64, 0x6c, 0x0a, 0x2f, 0x1e, 0x9f, 0xf5, 0x4d, 0xa5, 0x79, 0x98, 0xc3, 0x14, 0xc2, 0x9f, 0x98, 0x47, 0xc2, 0xfc, 0xc4, 0xf8, 0xf8, 0x2f, 0x8e, 0x1c, 0x3e, 0xf2, 0xdd, 0x44, 0x22, 0x35, 0x6f, 0x11, 0x6c, 0xc6, 0xf2, 0xd7, 0xcb, 0xdf, 0x9d, 0x8b, 0x11, 0xf0, 0xdb, 0x90, 0x16, 0xe7, 0x6f, 0x1b, 0x28, 0x7f, 0xec, 0x63, 0x1f, 0xa3, 0x58, 0xa1, 0x17, 0xac, 0x85, 0x8f, 0x27, 0x9f, 0x7c, 0x72, 0x00, 0x35, 0xd8, 0xdd, 0x78, 0xfd, 0x77, 0x21, 0x0c, 0xba, 0x0b, 0xaf, 0xbb, 0xf9, 0xdc, 0xb9, 0x73, 0x14, 0xc4, 0xc7, 0xda, 0xdb, 0xdb, 0x35, 0xf2, 0x3a, 0xad, 0x5f, 0xbf, 0x1e, 0x7a, 0x7b, 0x7b, 0xf5, 0xcb, 0x97, 0x2f, 0xd3, 0x4c, 0xf6, 0x4e, 0xdc, 0xfe, 0x29, 0xd4, 0x08, 0xff, 0x82, 0xcf, 0xe0, 0xe3, 0xa8, 0x11, 0xc6, 0x4a, 0x62, 0x00, 0xd9, 0x00, 0x36, 0x67, 0x12, 0x25, 0x03, 0xd8, 0x91, 0x0b, 0x20, 0xdc, 0x75, 0xbc, 0x0a, 0x5b, 0xd6, 0xa8, 0x12, 0x6f, 0x19, 0x07, 0x09, 0x97, 0x68, 0x24, 0xec, 0xeb, 0x0d, 0x92, 0xbf, 0x87, 0xc2, 0xaa, 0x1b, 0x94, 0xde, 0xc5, 0xe4, 0xc4, 0x24, 0x4a, 0xfb, 0x18, 0xcc, 0xce, 0xcc, 0x70, 0xcf, 0x8b, 0x0a, 0x05, 0xcc, 0x99, 0xf9, 0x78, 0x3c, 0x36, 0x74, 0xf2, 0xe4, 0xe9, 0x1f, 0x5c, 0xbe, 0x74, 0xf9, 0x1c, 0xe4, 0x66, 0x69, 0x05, 0xa4, 0x71, 0x12, 0x7c, 0x46, 0x92, 0xe8, 0x19, 0x0f, 0xe6, 0xf0, 0xfb, 0xee, 0x5c, 0x02, 0xc7, 0x27, 0x3f, 0xf9, 0xc9, 0xb3, 0xf8, 0xf1, 0x04, 0x2d, 0xdf, 0xfc, 0xe6, 0x37, 0x43, 0x08, 0x91, 0xf6, 0x23, 0x1d, 0x1e, 0x40, 0xcd, 0xf5, 0x5b, 0x28, 0xfd, 0xd7, 0xa2, 0xed, 0xc1, 0xd0, 0xf0, 0xd6, 0xba, 0xba, 0xba, 0xb8, 0xdd, 0x80, 0x06, 0xb5, 0x7e, 0x01, 0x61, 0x1e, 0x32, 0xc3, 0xaf, 0xe1, 0xfd, 0xff, 0x0c, 0x19, 0xe8, 0xdd, 0xd6, 0x31, 0x16, 0xc6, 0x00, 0xd4, 0x1b, 0x4c, 0x48, 0x0f, 0xa1, 0x01, 0x58, 0x0e, 0x23, 0x2a, 0xdb, 0x26, 0x92, 0x59, 0x49, 0xc8, 0x57, 0x25, 0x7d, 0xd9, 0x4c, 0x06, 0xe1, 0x61, 0x6b, 0xf4, 0x9e, 0x03, 0x10, 0x92, 0xde, 0x4c, 0x8a, 0x01, 0xa5, 0xde, 0x26, 0xe1, 0x7f, 0xf2, 0xac, 0x9c, 0x39, 0xf5, 0x56, 0x0e, 0xf7, 0x6a, 0xea, 0x09, 0x50, 0x43, 0xcc, 0xcc, 0xc7, 0x63, 0xc3, 0xe9, 0x64, 0x7a, 0xb2, 0xab, 0xb3, 0x6b, 0x6b, 0xf7, 0xba, 0xee, 0xcd, 0x14, 0xee, 0x2c, 0xb0, 0xbd, 0x15, 0xfa, 0x6c, 0x58, 0xeb, 0x0c, 0xf9, 0x3b, 0x85, 0x37, 0x5b, 0x9f, 0x19, 0xf9, 0xb7, 0xb5, 0x8d, 0xbc, 0x2f, 0x5f, 0xc8, 0xdc, 0xc0, 0xcf, 0x51, 0xfc, 0xbc, 0xd8, 0xd2, 0xd2, 0xf2, 0xdd, 0xa7, 0x9e, 0x7a, 0x2a, 0x5e, 0xe8, 0xa3, 0xf8, 0xc0, 0x07, 0x3e, 0x40, 0xc7, 0x7e, 0x91, 0x16, 0x64, 0x86, 0xdf, 0x47, 0x3b, 0xe0, 0x4e, 0xfc, 0x7e, 0x3f, 0xda, 0x1a, 0x1f, 0xc4, 0x25, 0x8c, 0xf0, 0x88, 0xa1, 0x36, 0xd0, 0x48, 0x23, 0x20, 0x5c, 0xd2, 0x4e, 0x9e, 0x3c, 0xb9, 0x1e, 0xef, 0xff, 0x3b, 0x5f, 0xfa, 0xd2, 0x97, 0xf6, 0x3f, 0xfc, 0xf0, 0xc3, 0x73, 0x25, 0x6b, 0x00, 0x25, 0x0c, 0xc2, 0x91, 0x3a, 0x27, 0xbb, 0x41, 0xed, 0xc8, 0xb7, 0x6b, 0xd3, 0x69, 0xb3, 0x28, 0x1c, 0x20, 0x97, 0x47, 0xf1, 0xed, 0xbf, 0xcb, 0xab, 0xad, 0xe9, 0x42, 0x70, 0xd9, 0x0c, 0xc0, 0x43, 0x58, 0x42, 0xfe, 0xaf, 0x3b, 0x14, 0x0d, 0x35, 0x47, 0xa3, 0xb5, 0xcd, 0x95, 0xbe, 0x33, 0x94, 0xe0, 0x57, 0xee, 0xb9, 0xe7, 0x9e, 0xff, 0xfa, 0xf4, 0xd3, 0x4f, 0x7f, 0xb5, 0xd8, 0x7d, 0x2d, 0x66, 0xa0, 0x0c, 0xb2, 0xe7, 0x9e, 0x78, 0xe2, 0x89, 0x3f, 0xc4, 0x7b, 0xff, 0xcf, 0x08, 0x8f, 0x3e, 0x7d, 0xec, 0xd8, 0xb1, 0x9a, 0xfe, 0xfe, 0x7e, 0x9d, 0x0c, 0xe6, 0x8d, 0x1b, 0x37, 0xea, 0xa7, 0x4f, 0x9f, 0xde, 0x8e, 0xcf, 0xe1, 0x2b, 0xb4, 0x8b, 0x4b, 0xb8, 0x17, 0xca, 0x00, 0x42, 0xba, 0x08, 0x0f, 0x90, 0x70, 0xdf, 0x18, 0x52, 0x77, 0x48, 0x52, 0x06, 0x29, 0xbb, 0x63, 0xa2, 0x0e, 0xcb, 0xaf, 0xd8, 0xec, 0x02, 0x17, 0x6d, 0xa9, 0x17, 0x5d, 0x81, 0x97, 0x81, 0xfd, 0x77, 0xa5, 0xc0, 0x44, 0x67, 0x7d, 0xa0, 0x65, 0x3a, 0xd6, 0xe2, 0xf5, 0x3d, 0x8e, 0x4c, 0xb0, 0xa5, 0x94, 0x83, 0x20, 0xce, 0xbf, 0xf0, 0xe0, 0x83, 0x0f, 0x7e, 0x06, 0x8f, 0xb5, 0x87, 0x66, 0x92, 0x29, 0xd9, 0x9e, 0x62, 0x98, 0x28, 0x9a, 0x95, 0x18, 0x01, 0xd7, 0x1d, 0x40, 0x9b, 0xe0, 0xdd, 0x0b, 0xd5, 0x00, 0x4a, 0x5f, 0x00, 0xb9, 0x37, 0x98, 0x5c, 0x12, 0x25, 0x99, 0xba, 0x96, 0x7c, 0xf9, 0x15, 0x54, 0x40, 0x96, 0x32, 0xa5, 0x59, 0xf6, 0x7c, 0xae, 0x50, 0x67, 0xff, 0x5d, 0xd9, 0x10, 0x8e, 0x44, 0xe4, 0x20, 0xc6, 0x45, 0x7a, 0x47, 0x5a, 0xe1, 0x7f, 0xa2, 0x6a, 0x15, 0x16, 0x73, 0xd6, 0x20, 0x44, 0xfb, 0x0c, 0x7e, 0x3e, 0x5c, 0xaa, 0xbe, 0x7d, 0xe8, 0xa1, 0x87, 0x4e, 0x20, 0x34, 0xba, 0x0d, 0xa1, 0xd1, 0xf3, 0x68, 0x1b, 0xdc, 0x42, 0x30, 0x08, 0x8d, 0x63, 0xee, 0x21, 0xc2, 0x73, 0x7d, 0x0a, 0x37, 0x79, 0xb6, 0x64, 0x23, 0x58, 0xb5, 0x01, 0x72, 0xd7, 0x1b, 0x4b, 0x65, 0xec, 0x17, 0x56, 0x1d, 0xe5, 0xa7, 0x29, 0x9e, 0x15, 0x96, 0x87, 0x3c, 0x08, 0x02, 0x85, 0x2c, 0x0f, 0x9d, 0xb3, 0x03, 0xfb, 0xfb, 0xff, 0xfd, 0xfb, 0x61, 0x4d, 0x47, 0xbb, 0x48, 0x9b, 0x57, 0xbc, 0x77, 0xce, 0x26, 0x1b, 0x3c, 0x11, 0x53, 0xf3, 0x27, 0x5e, 0x67, 0xf7, 0x79, 0xa7, 0x5d, 0xe1, 0xf5, 0x77, 0x71, 0x3c, 0xea, 0x75, 0x3c, 0x33, 0x35, 0x0d, 0x87, 0x0f, 0xbf, 0x02, 0xaf, 0xbf, 0xf6, 0x86, 0x80, 0x6b, 0xbf, 0x81, 0x1f, 0x7f, 0x60, 0x19, 0xcb, 0x86, 0xf4, 0x59, 0xf4, 0x40, 0x68, 0x94, 0x42, 0xcc, 0xff, 0x1f, 0xf0, 0x98, 0x6f, 0xa1, 0x21, 0x1c, 0x46, 0x18, 0x04, 0x68, 0x6b, 0xe8, 0x08, 0x8f, 0xde, 0xb1, 0x20, 0x0d, 0x00, 0x52, 0x55, 0x68, 0xa5, 0x33, 0x0c, 0x63, 0x8a, 0xca, 0x55, 0x5a, 0xa3, 0x56, 0xe9, 0xb6, 0x9c, 0x33, 0x01, 0x8a, 0x83, 0xc1, 0xcf, 0x0d, 0x2a, 0x12, 0xe3, 0x9d, 0x0d, 0xa8, 0xc5, 0xbb, 0x5b, 0x3f, 0xd0, 0x07, 0x5b, 0xb6, 0x6e, 0xb6, 0x19, 0xc0, 0x61, 0x63, 0xfb, 0x9a, 0x3d, 0x9a, 0xc7, 0x6f, 0x35, 0xaf, 0x05, 0xac, 0xd8, 0x2e, 0x67, 0xdd, 0x0f, 0xff, 0xdf, 0x54, 0x14, 0x6b, 0xe8, 0xd2, 0x30, 0xbc, 0x75, 0xe6, 0xac, 0xa8, 0x5c, 0xdd, 0x7d, 0xdb, 0x6d, 0xb7, 0xbd, 0xfd, 0x85, 0x17, 0x5e, 0xf8, 0x99, 0x8f, 0xb7, 0xa9, 0x28, 0x66, 0x40, 0x83, 0xf7, 0xe2, 0x63, 0x8f, 0x3d, 0xf6, 0x66, 0x2c, 0x16, 0xdb, 0x29, 0x6c, 0x57, 0x7c, 0x06, 0xab, 0x4a, 0x82, 0x40, 0xe2, 0x40, 0x3c, 0x0c, 0x42, 0xb2, 0x01, 0x84, 0x24, 0xc9, 0x85, 0xec, 0x56, 0x55, 0x40, 0x59, 0x21, 0x90, 0x2e, 0x20, 0x10, 0x0b, 0x24, 0xfe, 0x1c, 0x04, 0xb2, 0xd8, 0x26, 0xa4, 0x36, 0xca, 0xb8, 0x7c, 0xe9, 0x0a, 0xb4, 0xae, 0x6e, 0x2d, 0xf8, 0xbc, 0xf4, 0xae, 0xeb, 0xea, 0x6b, 0x17, 0xe5, 0x9e, 0x28, 0xec, 0x82, 0x62, 0x93, 0x4e, 0x9f, 0x3a, 0xc3, 0x03, 0xf0, 0x68, 0xd4, 0xd6, 0xd6, 0xfe, 0x26, 0x7e, 0x1c, 0xf5, 0x61, 0x00, 0xf9, 0x77, 0x5e, 0xf9, 0xfa, 0xf8, 0xe3, 0x8f, 0xbf, 0x17, 0xef, 0x7b, 0x07, 0xcd, 0x22, 0x73, 0x78, 0x9e, 0x4c, 0x32, 0x14, 0xcc, 0x97, 0xca, 0xa2, 0x01, 0x72, 0x81, 0x6e, 0xe0, 0x19, 0x09, 0x5a, 0x9d, 0xe8, 0x5a, 0x1c, 0x10, 0xe4, 0x5b, 0x24, 0x57, 0x29, 0x3d, 0x93, 0xdb, 0xc6, 0x09, 0x81, 0x4e, 0xbe, 0x79, 0x1a, 0x12, 0xb1, 0xc2, 0xdb, 0x40, 0x51, 0x50, 0xdc, 0x2d, 0xb7, 0xdf, 0xe8, 0xea, 0x9f, 0x70, 0x69, 0xf0, 0x32, 0x4c, 0x4d, 0x4e, 0x29, 0xeb, 0x78, 0xb5, 0x09, 0x69, 0x88, 0x7a, 0x44, 0x5e, 0x7f, 0xaf, 0xa9, 0x89, 0xc0, 0x8d, 0xb7, 0xec, 0x83, 0x81, 0x81, 0xf5, 0xd0, 0xd9, 0xd5, 0x69, 0x33, 0x40, 0x24, 0x12, 0xf9, 0x75, 0x64, 0x8c, 0x3f, 0x41, 0x62, 0x4d, 0x3b, 0x88, 0x3f, 0x0c, 0xde, 0xf3, 0x0a, 0xcc, 0x43, 0x58, 0x6b, 0x4f, 0x3c, 0xf1, 0xc4, 0x83, 0xf8, 0xf9, 0x17, 0x78, 0x2c, 0xd6, 0xd5, 0xd5, 0xa5, 0x51, 0x1c, 0x11, 0x85, 0x4e, 0xe0, 0xba, 0xef, 0x95, 0xec, 0x06, 0x15, 0x13, 0x61, 0x22, 0xfa, 0x47, 0xb6, 0x01, 0x12, 0x52, 0x7f, 0xe0, 0xea, 0x28, 0x27, 0xfd, 0x6b, 0x0e, 0x0d, 0x9b, 0x93, 0xf6, 0x5e, 0x46, 0xb0, 0x78, 0x03, 0x22, 0xb1, 0x25, 0x47, 0x84, 0x99, 0xa2, 0x9a, 0x81, 0xf0, 0x5c, 0xe0, 0xe9, 0x59, 0x68, 0x59, 0xd5, 0xec, 0xb2, 0x33, 0xc6, 0x46, 0x17, 0x5e, 0xbc, 0x39, 0x99, 0x48, 0xc2, 0xf4, 0xe4, 0x34, 0x74, 0x75, 0xaf, 0x83, 0x75, 0xeb, 0xcc, 0x4a, 0x14, 0x44, 0xa4, 0x78, 0x6d, 0x6b, 0xae, 0xbb, 0xee, 0xba, 0xb7, 0x1d, 0x3d, 0x7a, 0x54, 0x86, 0x41, 0x21, 0x8f, 0xef, 0x19, 0xeb, 0x7b, 0x46, 0xd6, 0x08, 0x08, 0x79, 0xee, 0xc4, 0xe5, 0x8f, 0xf0, 0x38, 0xb7, 0x53, 0xd2, 0xce, 0xd6, 0xad, 0x5b, 0x35, 0x9a, 0xb7, 0x3a, 0x75, 0xea, 0x14, 0x9f, 0xcb, 0x40, 0x43, 0xfb, 0x2f, 0x17, 0xac, 0x01, 0x94, 0x7c, 0x60, 0xfe, 0x50, 0x1d, 0x8d, 0x31, 0x78, 0x41, 0x2c, 0x6b, 0x12, 0xcc, 0xc0, 0xeb, 0x4a, 0xc4, 0xaa, 0x84, 0x5b, 0x36, 0x0c, 0xe4, 0x14, 0x30, 0x01, 0x6e, 0x50, 0x43, 0x6a, 0x3b, 0x64, 0xd5, 0x06, 0x92, 0x19, 0x40, 0x66, 0x88, 0x42, 0xc6, 0x38, 0x12, 0xba, 0x93, 0x01, 0x4e, 0x9d, 0x3e, 0x05, 0x11, 0x3d, 0x5a, 0xd2, 0x2d, 0x8d, 0x5c, 0x1e, 0x85, 0xf6, 0x8e, 0x36, 0xe8, 0xed, 0xeb, 0x81, 0x4e, 0x64, 0x82, 0xb3, 0x6f, 0x99, 0x13, 0xb5, 0xab, 0x57, 0xaf, 0xbe, 0x07, 0x3f, 0x5e, 0xf1, 0x21, 0x74, 0xdd, 0xf9, 0xf9, 0xa9, 0x4f, 0x7d, 0xaa, 0x7e, 0xfb, 0xf6, 0xed, 0xf7, 0xa2, 0xb6, 0xfa, 0x38, 0xfe, 0xbe, 0x15, 0x05, 0xb4, 0x41, 0xb3, 0xc1, 0xb8, 0x68, 0xbc, 0x24, 0xe4, 0x89, 0x13, 0x94, 0xd0, 0x4f, 0x49, 0x39, 0x7f, 0xe8, 0x15, 0x3a, 0x5d, 0xb4, 0x0d, 0x20, 0x92, 0xaa, 0x41, 0x4a, 0x59, 0x14, 0xdf, 0x1b, 0x6a, 0x43, 0xb9, 0x17, 0xc6, 0xaa, 0x61, 0x10, 0xe5, 0x1e, 0xf5, 0xf8, 0x7c, 0xf3, 0xbb, 0x41, 0x0d, 0x3b, 0x4a, 0xd7, 0xd9, 0x7e, 0x94, 0x66, 0x83, 0x8b, 0x65, 0x80, 0xb1, 0xd1, 0x71, 0xd8, 0xb0, 0x79, 0xbd, 0xb2, 0xae, 0xaf, 0xbf, 0x17, 0x2e, 0xbc, 0x35, 0x88, 0x38, 0x7e, 0xe1, 0xf6, 0x01, 0x1d, 0x97, 0x18, 0xb2, 0xaf, 0xaf, 0x17, 0x99, 0xa0, 0xdb, 0x66, 0x00, 0x84, 0x2d, 0x77, 0xa1, 0xd4, 0xfe, 0x0b, 0xd4, 0x3e, 0x29, 0x8b, 0xd0, 0x33, 0xce, 0xcf, 0x03, 0x07, 0x0e, 0x74, 0xa3, 0xa6, 0x78, 0x07, 0xe2, 0xfb, 0x3b, 0x71, 0xdb, 0xf7, 0xe2, 0x3d, 0xd5, 0x51, 0xa0, 0x1c, 0xf9, 0xfb, 0x7b, 0x7a, 0x7a, 0x74, 0x62, 0x7a, 0x82, 0x3c, 0x27, 0x4f, 0x9e, 0x34, 0x52, 0xa9, 0x94, 0x8e, 0x1a, 0xe1, 0xcf, 0x1e, 0x7c, 0xf0, 0xc1, 0xff, 0xe5, 0x69, 0xe7, 0x14, 0xa6, 0x81, 0xb5, 0x26, 0x39, 0x1d, 0x52, 0x78, 0x81, 0x18, 0xa8, 0x1d, 0xe2, 0xf7, 0x6c, 0x69, 0x86, 0xff, 0xf6, 0xb1, 0x28, 0xa4, 0x9d, 0x31, 0x40, 0x2c, 0xf0, 0xa7, 0xef, 0x4a, 0x56, 0xd0, 0x8e, 0xfe, 0xcd, 0x18, 0x16, 0x72, 0x2c, 0xc8, 0xd3, 0x8c, 0xce, 0xf5, 0x27, 0x56, 0xc0, 0x39, 0x59, 0x91, 0xd7, 0xe6, 0x33, 0xd6, 0xb6, 0x46, 0xf2, 0xbb, 0x41, 0xad, 0x76, 0x9a, 0x72, 0x4e, 0x40, 0x29, 0x1a, 0x80, 0x20, 0xee, 0xdc, 0xec, 0x3c, 0x34, 0x36, 0x35, 0xd8, 0xeb, 0xfa, 0xfb, 0xfa, 0xe0, 0xf5, 0xe3, 0x6f, 0x22, 0x74, 0xa9, 0x5f, 0x30, 0x03, 0xd0, 0x71, 0xa7, 0x27, 0x67, 0xa0, 0xa3, 0x73, 0x0d, 0xf4, 0xf4, 0xf6, 0xd8, 0x30, 0x08, 0xaf, 0xaf, 0x0d, 0xa1, 0xcb, 0x8d, 0xc7, 0x8f, 0x1f, 0xff, 0x39, 0x11, 0x3c, 0x42, 0x99, 0xf0, 0x1d, 0x77, 0xdc, 0xb1, 0xb1, 0xbf, 0xbf, 0x7f, 0x07, 0x6a, 0x87, 0x9d, 0xc8, 0x20, 0x37, 0xa2, 0xb4, 0x1f, 0xb0, 0x66, 0xb9, 0x0d, 0x72, 0x6f, 0x52, 0xd5, 0x8a, 0xd6, 0xd6, 0x56, 0x9d, 0xe0, 0x0e, 0x79, 0x94, 0x86, 0x86, 0x86, 0x78, 0xa8, 0x34, 0xd2, 0xed, 0x34, 0x2e, 0x9f, 0x78, 0xe0, 0x81, 0x07, 0xfe, 0xc9, 0xd7, 0xd0, 0x2f, 0xec, 0x62, 0x0d, 0xdb, 0x08, 0x16, 0x1a, 0x20, 0xd7, 0x58, 0x41, 0x4d, 0xd4, 0xe8, 0x6c, 0xaf, 0xc9, 0x43, 0xfc, 0xac, 0x6c, 0xc4, 0xbf, 0x20, 0x06, 0x61, 0x05, 0x12, 0x62, 0x89, 0x84, 0xbd, 0x24, 0xcd, 0xe8, 0x98, 0xa8, 0xd0, 0x61, 0xbd, 0x5c, 0x0f, 0x08, 0xb4, 0x90, 0x86, 0x80, 0xe3, 0x63, 0x93, 0x0a, 0x03, 0x84, 0x23, 0x61, 0x88, 0xd6, 0xd5, 0x94, 0xdc, 0x5c, 0x70, 0x74, 0x64, 0x1c, 0xd6, 0xac, 0x6d, 0x87, 0xee, 0x9e, 0x2e, 0x64, 0x82, 0x6e, 0x38, 0x75, 0xf2, 0x34, 0x5f, 0xbf, 0x71, 0xe3, 0xc6, 0x47, 0x6e, 0xbf, 0xfd, 0xf6, 0x8b, 0x48, 0xfc, 0x94, 0x3c, 0xb3, 0x01, 0xe9, 0xad, 0xc6, 0x9a, 0xd5, 0x66, 0x94, 0x3d, 0x46, 0xb9, 0x01, 0x48, 0xf0, 0xf4, 0xa9, 0xd7, 0xf0, 0x2e, 0x33, 0x8c, 0x26, 0xba, 0x28, 0x61, 0x86, 0xa1, 0xe4, 0xa7, 0x82, 0x15, 0x69, 0x5c, 0xfe, 0x0e, 0xd7, 0x1f, 0x44, 0xc9, 0x1f, 0xd8, 0x68, 0xa3, 0x50, 0x1b, 0xa0, 0x59, 0x4e, 0x9e, 0x30, 0x21, 0x50, 0x2e, 0x1d, 0xb2, 0x9c, 0x44, 0xbd, 0xd8, 0xc4, 0x7f, 0xf4, 0x95, 0x57, 0xe1, 0xca, 0xe5, 0x2b, 0x1c, 0x7b, 0x5e, 0x1a, 0x1a, 0xe6, 0x0f, 0xff, 0xf8, 0xab, 0xaf, 0x41, 0x2f, 0xaa, 0xf5, 0x4c, 0x3a, 0x43, 0x96, 0x12, 0xdc, 0x72, 0xeb, 0x7e, 0x85, 0x70, 0x16, 0x2c, 0xd1, 0x97, 0xa4, 0xf9, 0x74, 0xae, 0x0e, 0x15, 0x11, 0xaa, 0xac, 0x01, 0xc8, 0xa8, 0x2d, 0x56, 0x03, 0xd0, 0x98, 0x18, 0x9b, 0x80, 0xfe, 0x81, 0x1e, 0x65, 0x5d, 0x6f, 0x4f, 0x37, 0x4c, 0x8e, 0xcd, 0xda, 0xed, 0x58, 0x17, 0x32, 0xe8, 0xb8, 0x19, 0xbc, 0x26, 0x8a, 0xe2, 0x24, 0x97, 0xa8, 0x60, 0x00, 0x84, 0x6a, 0xdb, 0xeb, 0xeb, 0xeb, 0xb7, 0x11, 0xb1, 0x8b, 0x0c, 0x31, 0x72, 0x67, 0xe2, 0xa7, 0x66, 0xf6, 0xa6, 0xd0, 0x39, 0x9c, 0xa3, 0x1c, 0x00, 0x2b, 0x6d, 0xd2, 0xe0, 0x5e, 0xdf, 0x50, 0x88, 0x6a, 0xad, 0x7f, 0x1d, 0x61, 0xcf, 0xe7, 0x3f, 0xfb, 0xd9, 0xcf, 0x9e, 0x2d, 0xc8, 0xd5, 0xbb, 0x30, 0x2f, 0x90, 0x2e, 0xa9, 0xdc, 0xec, 0xd2, 0x4a, 0xf4, 0x22, 0x25, 0xff, 0x1c, 0x62, 0x43, 0x4a, 0x08, 0x1f, 0x19, 0x19, 0xe5, 0x58, 0xf6, 0x2d, 0xc4, 0x9e, 0x24, 0x19, 0x8f, 0x1f, 0x7b, 0x0d, 0xde, 0x77, 0xcf, 0x7b, 0xe0, 0xcc, 0x99, 0xb7, 0x4a, 0x27, 0xfe, 0x0a, 0x32, 0x88, 0x53, 0x3b, 0xc8, 0x65, 0x2a, 0xe9, 0x3e, 0x4a, 0x85, 0x40, 0x42, 0xc8, 0x51, 0x0a, 0x25, 0xd5, 0x0c, 0xca, 0xd9, 0x01, 0xfd, 0x70, 0xfe, 0xdc, 0x8b, 0xb0, 0xa6, 0x6d, 0xcd, 0xc2, 0x6d, 0x7b, 0xbc, 0xc6, 0xe9, 0xc9, 0x59, 0xe8, 0xe8, 0xea, 0x80, 0x01, 0x64, 0x00, 0x5e, 0x96, 0x25, 0x9e, 0xe0, 0xc4, 0xbd, 0x66, 0xcd, 0x1a, 0x1e, 0xde, 0x2c, 0x07, 0xf4, 0x11, 0xac, 0xb1, 0xca, 0xae, 0x18, 0xc8, 0xcc, 0xba, 0x55, 0xd0, 0x2b, 0x89, 0x5a, 0xef, 0x07, 0xf3, 0xf3, 0xf3, 0xdf, 0xfc, 0xde, 0xf7, 0xbe, 0x77, 0xe8, 0x97, 0xbf, 0xfc, 0xa5, 0xc8, 0x5f, 0xd0, 0x0a, 0x71, 0x48, 0x16, 0xe5, 0x05, 0x12, 0x0f, 0x53, 0x3c, 0x44, 0x33, 0xa5, 0x51, 0x4d, 0xc4, 0x58, 0x4c, 0xc8, 0xb3, 0x20, 0xbc, 0xef, 0xd8, 0x7c, 0xfb, 0x8e, 0x6d, 0xa8, 0xce, 0xcd, 0x98, 0x62, 0xea, 0x4b, 0xf5, 0x8e, 0x3b, 0x6f, 0xe7, 0xd9, 0x53, 0xa9, 0x64, 0x1a, 0xda, 0xda, 0x5b, 0xf9, 0x4b, 0x76, 0x86, 0x78, 0x2f, 0x5b, 0xc8, 0xe3, 0x71, 0x2c, 0xc3, 0xc8, 0xa5, 0x99, 0x86, 0x1c, 0xbd, 0x77, 0x17, 0xaa, 0x01, 0x68, 0x4c, 0x4e, 0x4c, 0x2b, 0x0c, 0xd0, 0x40, 0xa5, 0x54, 0x34, 0xb6, 0xe0, 0xe3, 0xd9, 0xc6, 0x30, 0x6a, 0x81, 0xf6, 0xce, 0x76, 0xee, 0x0e, 0xed, 0x5b, 0xdf, 0x07, 0x27, 0xde, 0x30, 0x1d, 0x35, 0xa7, 0x4f, 0x9f, 0xe6, 0xf7, 0x42, 0xd7, 0x8c, 0x12, 0x9d, 0xc2, 0xa8, 0x05, 0xc1, 0xe3, 0x6a, 0xe3, 0x4d, 0x5c, 0xff, 0x6f, 0x93, 0x93, 0x93, 0xcf, 0x3f, 0xf3, 0xcc, 0x33, 0x3f, 0x3d, 0x7b, 0xf6, 0x6c, 0x4c, 0xf2, 0x1a, 0xc9, 0x91, 0x8c, 0xa5, 0x33, 0x00, 0x5a, 0xdc, 0x21, 0x7c, 0x19, 0xf5, 0xf2, 0x4b, 0x11, 0x85, 0x71, 0xe9, 0x02, 0x89, 0x2b, 0x19, 0x63, 0x50, 0x20, 0x9d, 0x2f, 0x0b, 0xbc, 0x6f, 0xa6, 0xfe, 0x31, 0xc4, 0x91, 0xab, 0x61, 0x7e, 0xd6, 0xcc, 0x86, 0xa2, 0xc9, 0x99, 0xd9, 0x99, 0x59, 0xeb, 0x65, 0x4f, 0x96, 0xdd, 0x26, 0x28, 0x8a, 0x79, 0x4b, 0x60, 0x90, 0x9a, 0x48, 0x0d, 0xac, 0x6a, 0x59, 0xcd, 0x03, 0x16, 0x9d, 0x91, 0xa0, 0xa5, 0x32, 0x40, 0x57, 0x4f, 0xa7, 0xb2, 0xae, 0x03, 0xf1, 0xbb, 0x91, 0x31, 0x02, 0xc3, 0xac, 0xf3, 0x8d, 0xa9, 0x89, 0x29, 0x5e, 0xb1, 0xba, 0x63, 0xed, 0x1a, 0xd8, 0xb2, 0x65, 0x93, 0xcd, 0x00, 0xd4, 0x3d, 0x66, 0xd5, 0xaa, 0x55, 0x24, 0x89, 0x86, 0x91, 0x01, 0xde, 0x40, 0x03, 0xf9, 0x38, 0x42, 0x9e, 0xa3, 0x87, 0x0f, 0x1f, 0x7e, 0xf5, 0xc2, 0x85, 0x0b, 0x33, 0xa0, 0x26, 0xdf, 0x78, 0x19, 0x23, 0x05, 0x19, 0x28, 0x79, 0xaf, 0x1c, 0x2d, 0xef, 0xa8, 0x9d, 0x55, 0x64, 0x95, 0xd1, 0x10, 0x87, 0x26, 0xb5, 0x94, 0x48, 0xa4, 0x38, 0x8e, 0x5b, 0x18, 0xc1, 0x2e, 0xa2, 0x76, 0x60, 0x79, 0x7d, 0x3c, 0xe5, 0x83, 0x29, 0x65, 0x93, 0xfc, 0x65, 0xd0, 0x0e, 0xf5, 0x34, 0xed, 0x9f, 0xe2, 0xe5, 0x4f, 0x48, 0x63, 0x53, 0xe9, 0x73, 0xd9, 0x0d, 0xba, 0x50, 0xc3, 0x95, 0x02, 0xd8, 0x68, 0x02, 0x2b, 0x5a, 0x9b, 0xf3, 0xff, 0x0f, 0xac, 0x5f, 0x0f, 0xaf, 0x1c, 0x7e, 0x15, 0xda, 0x5a, 0xdb, 0x4b, 0x82, 0x41, 0x33, 0x53, 0xb3, 0xb0, 0xae, 0xbb, 0x13, 0x36, 0x5f, 0xb7, 0x19, 0x6a, 0xbf, 0x1f, 0x45, 0x9a, 0x4a, 0xf2, 0x6b, 0x7d, 0xf6, 0xd9, 0x67, 0xff, 0xe0, 0xe8, 0xd1, 0xa3, 0x2f, 0x80, 0x3b, 0xe3, 0xcc, 0x59, 0x95, 0x9a, 0x41, 0x70, 0x38, 0xd3, 0xc2, 0x19, 0xe0, 0xaf, 0xff, 0xfa, 0xaf, 0xe3, 0xbf, 0xf7, 0x7b, 0xbf, 0x97, 0xc5, 0x87, 0x4e, 0x9a, 0x00, 0x26, 0xa7, 0x26, 0xf9, 0xc5, 0xd1, 0x24, 0x0b, 0x3d, 0xcc, 0xa6, 0x86, 0x26, 0x18, 0xba, 0x34, 0x28, 0xbd, 0x14, 0xb6, 0x30, 0x3a, 0x2f, 0xa7, 0x07, 0xa7, 0x44, 0x2f, 0x0f, 0x14, 0x4c, 0xd4, 0x65, 0x84, 0x3c, 0x05, 0xb2, 0x66, 0x10, 0xf1, 0x93, 0xc4, 0x5f, 0xbd, 0xba, 0x0d, 0xdf, 0x8d, 0xd9, 0x9b, 0x8d, 0xf0, 0x32, 0x95, 0x12, 0xb1, 0xb5, 0x43, 0x4d, 0x4d, 0x49, 0x90, 0x65, 0x1a, 0x09, 0xb5, 0xa3, 0x33, 0xc7, 0x00, 0xab, 0x51, 0x83, 0x26, 0x53, 0x89, 0x92, 0x61, 0xd0, 0xc4, 0xf8, 0x14, 0x1e, 0xb7, 0x9d, 0x57, 0x7d, 0xd8, 0xb0, 0x69, 0x03, 0xbc, 0x7e, 0xdc, 0x8c, 0x10, 0x45, 0x0d, 0x40, 0xd1, 0x9b, 0x3f, 0x06, 0xef, 0x2a, 0x14, 0x85, 0xac, 0x2b, 0x8b, 0x11, 0xcc, 0x08, 0x73, 0x21, 0xb1, 0xef, 0xa0, 0x1f, 0x14, 0xb7, 0x31, 0x81, 0x10, 0x81, 0x12, 0x91, 0xc9, 0x22, 0xef, 0xe9, 0xee, 0xe1, 0x19, 0xfa, 0x29, 0x94, 0x3a, 0xcc, 0x2b, 0x60, 0xcf, 0x83, 0x96, 0x5c, 0x2f, 0xd1, 0xa7, 0x47, 0xad, 0x1f, 0xc1, 0xb2, 0x05, 0x60, 0x66, 0x67, 0xc0, 0x58, 0x31, 0x12, 0x9d, 0x41, 0x40, 0xc7, 0x43, 0x96, 0x5f, 0xa2, 0xe7, 0xb3, 0x83, 0xfc, 0xae, 0xc7, 0x2f, 0xdf, 0xd7, 0xeb, 0x30, 0xba, 0x55, 0xd0, 0xaa, 0xbe, 0xa1, 0x81, 0x97, 0x34, 0xa4, 0x71, 0xee, 0xec, 0x79, 0xca, 0x8b, 0xb5, 0xb7, 0x25, 0xd7, 0x61, 0x29, 0xc4, 0x3a, 0xc5, 0xfd, 0xf6, 0xaa, 0xb4, 0x5f, 0xdd, 0xba, 0xca, 0xae, 0x34, 0xbd, 0xd0, 0x31, 0x33, 0x35, 0xc3, 0x6d, 0x30, 0xba, 0xbe, 0x6d, 0xdb, 0xb7, 0xd9, 0x0c, 0x50, 0x57, 0x57, 0x77, 0x07, 0xd2, 0xd8, 0x1f, 0x23, 0x74, 0x93, 0x93, 0xe9, 0x0b, 0x49, 0xb0, 0x37, 0xca, 0xc9, 0x00, 0x74, 0x73, 0xdf, 0xa6, 0xc8, 0x3a, 0xfa, 0x4e, 0xc9, 0xc6, 0x6f, 0xbc, 0xf6, 0x26, 0xec, 0xdd, 0xb7, 0x9b, 0x1b, 0x93, 0x54, 0x9a, 0x82, 0x96, 0xf2, 0x18, 0xbb, 0xcc, 0x57, 0x3b, 0x78, 0x4b, 0x48, 0x96, 0x5f, 0x12, 0xb3, 0x00, 0xe9, 0xca, 0x98, 0x27, 0xdb, 0x05, 0x33, 0x1b, 0xcb, 0x23, 0xf9, 0x99, 0xe3, 0xd0, 0x2c, 0x40, 0x18, 0xb0, 0x00, 0x65, 0xe3, 0x55, 0x3a, 0xb2, 0x90, 0x1e, 0xbc, 0xa6, 0xf0, 0x3b, 0xfb, 0xd6, 0x39, 0xf8, 0xc9, 0x8f, 0x5f, 0x50, 0x92, 0xdf, 0x37, 0x6c, 0xd8, 0x50, 0x12, 0x03, 0x50, 0x62, 0x3d, 0x25, 0xb1, 0x90, 0xbd, 0x94, 0xf3, 0x06, 0xf5, 0xc2, 0xf9, 0xb7, 0x06, 0xb9, 0xdd, 0x51, 0xca, 0x98, 0x9d, 0x9e, 0x83, 0xb5, 0xdd, 0x1d, 0xb0, 0x6d, 0xe7, 0x36, 0x88, 0x7e, 0x2b, 0xca, 0x6b, 0x89, 0x22, 0xdd, 0xb5, 0xec, 0xd8, 0xb1, 0xe3, 0x86, 0x57, 0x5e, 0x79, 0xe5, 0xdf, 0x20, 0x38, 0x3a, 0xb4, 0xe8, 0x44, 0xfb, 0x62, 0x19, 0xe0, 0x0b, 0xc8, 0x00, 0xff, 0x11, 0x97, 0x46, 0x92, 0x56, 0x3f, 0xfb, 0xd9, 0xcf, 0x38, 0xc7, 0x77, 0xf7, 0x74, 0x43, 0x4b, 0x4b, 0xb3, 0x5d, 0x3b, 0xd2, 0xeb, 0x8d, 0x88, 0x66, 0x18, 0xcc, 0x8f, 0x18, 0x98, 0x93, 0xb8, 0x3c, 0x88, 0xc2, 0xb9, 0x4d, 0x81, 0xdd, 0xc8, 0x99, 0x17, 0x81, 0x7b, 0x35, 0x82, 0xf3, 0xa7, 0xa6, 0x5c, 0xf1, 0x2f, 0x4f, 0xe6, 0x60, 0x79, 0xb5, 0x42, 0x60, 0x19, 0x43, 0xc6, 0xf2, 0x4a, 0xfc, 0x20, 0x4d, 0xe3, 0x75, 0x6c, 0x22, 0xf8, 0x8b, 0x17, 0x06, 0xe1, 0xf8, 0xf1, 0xd7, 0x94, 0xfe, 0xbb, 0x24, 0x5d, 0x37, 0x6d, 0xda, 0x54, 0xf2, 0xe4, 0xd5, 0xdc, 0xcc, 0x3c, 0xb4, 0xb6, 0xe7, 0xc2, 0xea, 0x69, 0x16, 0xf6, 0xd8, 0x2b, 0xaf, 0xc1, 0xea, 0x55, 0xad, 0x25, 0x1d, 0x77, 0x7c, 0x7c, 0x12, 0xd6, 0x74, 0xb6, 0x41, 0x47, 0x7b, 0x1b, 0xcf, 0x59, 0x10, 0x7d, 0x8d, 0xf1, 0xba, 0x7f, 0x05, 0x3f, 0x7e, 0x08, 0x6a, 0x59, 0x16, 0x67, 0x79, 0x16, 0x67, 0x35, 0x8a, 0x82, 0x47, 0xc1, 0x4f, 0xe3, 0x91, 0x47, 0x1e, 0xf9, 0x18, 0x7e, 0x7c, 0x45, 0xbc, 0x14, 0x82, 0x3f, 0xf4, 0x40, 0x29, 0xf0, 0x48, 0x9e, 0x0c, 0x29, 0xa4, 0xe7, 0xac, 0xd7, 0xb6, 0xc5, 0x74, 0x31, 0xcc, 0xd7, 0xc3, 0x36, 0xdf, 0x31, 0x95, 0xa6, 0xcf, 0x4a, 0x87, 0x4b, 0x56, 0xd4, 0x3d, 0x04, 0x9d, 0xbb, 0x90, 0x63, 0xe7, 0xbb, 0xbe, 0x42, 0xfa, 0xee, 0x3a, 0xbf, 0x73, 0x06, 0xb8, 0x78, 0x91, 0xb7, 0x3b, 0x92, 0x27, 0x2f, 0xef, 0xbb, 0xef, 0x3e, 0x4e, 0xac, 0xa5, 0x8e, 0xba, 0x86, 0x5a, 0x58, 0xbf, 0xa1, 0x57, 0x59, 0xf7, 0xe3, 0x1f, 0xff, 0x04, 0x52, 0xf1, 0x8c, 0x6d, 0x87, 0xc8, 0xc3, 0x39, 0x51, 0x16, 0x0a, 0x85, 0x95, 0x68, 0x79, 0xfe, 0x1b, 0xa8, 0x87, 0x59, 0x33, 0x5c, 0xbf, 0x77, 0x3b, 0xff, 0xfd, 0xcc, 0xa1, 0x1f, 0xc0, 0xdf, 0xff, 0xbf, 0x6f, 0x88, 0x7b, 0x9b, 0x79, 0xe1, 0x85, 0x17, 0xf6, 0xcf, 0xce, 0xce, 0xc6, 0x3d, 0x18, 0xa0, 0x24, 0xe2, 0x2f, 0x8a, 0x01, 0x2c, 0x26, 0xf8, 0x03, 0xbc, 0xa0, 0x3f, 0x21, 0xc8, 0x29, 0x3f, 0x74, 0x9a, 0xa9, 0x23, 0xfc, 0x19, 0x44, 0xe4, 0xf2, 0x4b, 0xf7, 0x7b, 0xb1, 0x85, 0x30, 0x41, 0xa1, 0x4c, 0x52, 0xc8, 0x71, 0x9c, 0xfe, 0xfe, 0x42, 0x89, 0xb7, 0xd8, 0x73, 0x7b, 0x76, 0x62, 0x2f, 0x60, 0xbb, 0x62, 0xe6, 0x04, 0xe8, 0x7a, 0x09, 0x36, 0xd0, 0x22, 0x0f, 0x4a, 0x3c, 0xd9, 0x77, 0xe3, 0x1e, 0x48, 0x24, 0xe3, 0x50, 0x8e, 0xb1, 0x77, 0xdf, 0x5e, 0xd8, 0xbb, 0x77, 0x8f, 0xb2, 0x8e, 0x8a, 0x54, 0xfd, 0xe0, 0x99, 0xd2, 0xda, 0xfb, 0x6e, 0xd8, 0xb8, 0x01, 0xde, 0x73, 0xf7, 0xbb, 0xa1, 0x6d, 0x4d, 0x3b, 0x9f, 0x9c, 0xfc, 0xef, 0xff, 0xf5, 0x20, 0x2f, 0xde, 0xc5, 0x6d, 0x8f, 0xa9, 0xa9, 0x8f, 0xbe, 0xf4, 0xd2, 0x4b, 0xcf, 0xfa, 0x10, 0xbf, 0x6f, 0x6e, 0x40, 0xd9, 0x20, 0x90, 0x18, 0x7f, 0xf5, 0x57, 0x7f, 0xf5, 0xbf, 0x1f, 0x7e, 0xf8, 0xe1, 0x23, 0x94, 0x6c, 0x80, 0x3f, 0x77, 0x8a, 0x17, 0x43, 0xfd, 0xa3, 0x16, 0x93, 0x50, 0xaf, 0xa5, 0xe3, 0x94, 0x73, 0x74, 0x77, 0xaf, 0x83, 0x0f, 0x7f, 0xec, 0x43, 0x5c, 0x2b, 0xbc, 0x72, 0xf8, 0x48, 0xb0, 0xec, 0x2b, 0x50, 0x14, 0x8e, 0x8f, 0x8d, 0xb9, 0x04, 0x07, 0xa1, 0x80, 0xf7, 0xbf, 0xff, 0x37, 0x2c, 0x46, 0x64, 0x90, 0xc9, 0xa6, 0x25, 0xc6, 0xa4, 0xaa, 0x74, 0x29, 0xe5, 0x9e, 0x53, 0x29, 0xd5, 0x6d, 0x4e, 0x0e, 0x14, 0xaa, 0x5e, 0x9d, 0xce, 0x64, 0xf8, 0xb6, 0x04, 0xd7, 0xae, 0xdb, 0xb6, 0x15, 0x5e, 0x3d, 0x7a, 0x5c, 0x08, 0xd8, 0xf7, 0xe1, 0xc7, 0x77, 0x3d, 0x6c, 0x80, 0x05, 0xe7, 0x0d, 0x2f, 0x48, 0x03, 0x88, 0x71, 0xf0, 0xe0, 0x41, 0x2a, 0x41, 0xf7, 0x0e, 0xc4, 0x93, 0x94, 0x76, 0x46, 0x05, 0x27, 0x57, 0x59, 0x37, 0xc7, 0x67, 0xe0, 0xf0, 0x01, 0x51, 0xfc, 0x35, 0x69, 0x09, 0x3d, 0x9b, 0xcd, 0x92, 0xfb, 0x94, 0xa6, 0xef, 0xe8, 0xb7, 0x66, 0xb9, 0x53, 0x35, 0xb1, 0xce, 0xd2, 0x26, 0xba, 0xd8, 0x07, 0x78, 0x22, 0x53, 0xa8, 0x0f, 0x35, 0x4a, 0x98, 0x49, 0x5e, 0x14, 0xf2, 0x67, 0x47, 0xad, 0x1e, 0x57, 0x02, 0x93, 0xf3, 0xb2, 0x8c, 0x2c, 0x67, 0x13, 0xd0, 0x27, 0x45, 0xaa, 0x0a, 0x6d, 0xb4, 0x10, 0x08, 0x51, 0x2c, 0xa1, 0x12, 0x31, 0xd0, 0xf4, 0x3d, 0x6f, 0xf1, 0x24, 0x55, 0xc8, 0x20, 0xd5, 0x4f, 0xd7, 0x6a, 0xce, 0x9d, 0x64, 0xec, 0x1a, 0xa9, 0x14, 0xab, 0x63, 0x12, 0x10, 0xaf, 0xba, 0x0c, 0xf5, 0x0d, 0x75, 0x66, 0x9b, 0x22, 0xcb, 0x93, 0x42, 0xb9, 0x16, 0xfc, 0x3b, 0xef, 0xe0, 0xa2, 0x4b, 0x9f, 0xba, 0xa3, 0xc3, 0x63, 0xae, 0xbf, 0x57, 0xae, 0xdf, 0x97, 0xc6, 0x63, 0x66, 0x3a, 0xd6, 0x76, 0xc0, 0x76, 0x34, 0x26, 0xbb, 0xbb, 0xbb, 0xac, 0x97, 0xac, 0x95, 0xf1, 0xed, 0x83, 0xf7, 0x31, 0x4b, 0x4c, 0x02, 0x14, 0xc7, 0xe3, 0x8e, 0x95, 0xba, 0x5a, 0x78, 0xe6, 0x7b, 0xcf, 0xc2, 0xdf, 0x7d, 0xe5, 0xeb, 0xe2, 0xb9, 0x4f, 0x1f, 0x3f, 0x7e, 0x7c, 0xc3, 0xe0, 0xe0, 0x60, 0xbc, 0x5c, 0x84, 0x5f, 0xa6, 0xcb, 0xf6, 0x1c, 0x64, 0x11, 0xd7, 0x59, 0x4b, 0xd4, 0xfa, 0xac, 0xb5, 0xbe, 0x47, 0xa5, 0xef, 0x35, 0x1e, 0x9f, 0x35, 0xdb, 0x76, 0x6c, 0xfb, 0xc0, 0xa6, 0x4d, 0x1b, 0xdf, 0x56, 0x5b, 0x67, 0x86, 0x24, 0x10, 0x91, 0xc7, 0x62, 0x71, 0x9e, 0x3e, 0x47, 0x2f, 0xd8, 0x24, 0x28, 0x93, 0x88, 0xf8, 0x82, 0x44, 0x64, 0x7f, 0xc7, 0x85, 0xf6, 0x5b, 0xbb, 0xb6, 0x03, 0x2a, 0x35, 0x68, 0x76, 0xf5, 0xc2, 0x85, 0x8b, 0x9c, 0x68, 0x89, 0x18, 0xb9, 0xc4, 0xb3, 0xaa, 0x63, 0x88, 0x6e, 0x29, 0xf4, 0x49, 0x05, 0x68, 0xc9, 0x27, 0xcf, 0xac, 0x86, 0xc9, 0xb4, 0xdf, 0xd8, 0xf8, 0x28, 0x27, 0x58, 0x0a, 0x03, 0x20, 0xec, 0x4c, 0x4c, 0x63, 0x2f, 0x35, 0x11, 0x88, 0x46, 0x6a, 0x20, 0x12, 0xad, 0x31, 0xbf, 0x23, 0x53, 0x93, 0xf7, 0x85, 0xda, 0x1c, 0x45, 0xe9, 0x13, 0x7f, 0x93, 0x40, 0xa8, 0xc1, 0x25, 0xca, 0x97, 0x1a, 0x1b, 0x7f, 0x6b, 0xc5, 0xd4, 0x26, 0x59, 0x08, 0xb1, 0x97, 0x48, 0x3d, 0x9e, 0xc7, 0xd3, 0x72, 0x73, 0x19, 0x9d, 0x5d, 0xeb, 0xe0, 0xf2, 0xf0, 0x30, 0xfc, 0xe7, 0xff, 0xf8, 0x07, 0x76, 0x6a, 0x25, 0x7e, 0xbe, 0xff, 0xd9, 0x67, 0x9f, 0xfd, 0x36, 0x94, 0x39, 0xe1, 0x30, 0x5c, 0x66, 0x7a, 0xd0, 0x2c, 0x06, 0xf0, 0x9a, 0xa9, 0xf3, 0x7b, 0x7c, 0x76, 0xec, 0x46, 0x4b, 0x4b, 0x4b, 0x47, 0x4b, 0x4b, 0xf3, 0x2d, 0x0d, 0x8d, 0x0d, 0xfc, 0x41, 0x88, 0x58, 0x90, 0x9d, 0x3b, 0xb7, 0xf3, 0x0d, 0xb3, 0x0e, 0x62, 0xf7, 0x5a, 0xa8, 0x17, 0x6e, 0x8d, 0x4f, 0x84, 0xe2, 0xa2, 0x00, 0x0d, 0xcd, 0xec, 0xbe, 0xa8, 0x39, 0x24, 0x72, 0x26, 0x9d, 0xe5, 0x0b, 0x45, 0x2c, 0x52, 0xf8, 0xae, 0x28, 0xd0, 0x44, 0x31, 0xef, 0x54, 0x94, 0x96, 0x34, 0x5a, 0x4b, 0x73, 0x0b, 0xc2, 0xc7, 0xe9, 0x5c, 0x16, 0x17, 0x63, 0x8a, 0x67, 0xc7, 0x10, 0xe1, 0xe6, 0x56, 0x75, 0x6d, 0x5e, 0xfe, 0x5c, 0xdc, 0x2b, 0x33, 0x7f, 0x53, 0x67, 0x41, 0xbe, 0x0e, 0x85, 0x42, 0x16, 0xb2, 0x56, 0xa8, 0x3a, 0xf3, 0x7f, 0xda, 0xac, 0x78, 0xe2, 0x74, 0x1d, 0x4f, 0x2b, 0xfc, 0x81, 0xe6, 0x3d, 0x9e, 0xe3, 0x58, 0xf4, 0x5c, 0xa8, 0x10, 0x39, 0x55, 0x80, 0xa6, 0xb8, 0xad, 0xa3, 0xaf, 0x1c, 0x13, 0x1a, 0xf5, 0xdf, 0xe1, 0xc7, 0xb7, 0xca, 0xfd, 0xfa, 0xca, 0xc9, 0x00, 0xba, 0x75, 0xbc, 0x08, 0xe4, 0xfa, 0xc1, 0x7a, 0x4d, 0x53, 0x7b, 0xf5, 0x93, 0xe5, 0x4b, 0x4f, 0x4f, 0xcf, 0x0d, 0x08, 0x1b, 0x34, 0x92, 0x6e, 0x7c, 0x6e, 0xc1, 0x4a, 0xc2, 0xa7, 0x3e, 0x56, 0x94, 0x54, 0x1d, 0x44, 0xf8, 0xcc, 0x30, 0x9b, 0x6c, 0xd4, 0xd4, 0x46, 0xb9, 0xc4, 0x2c, 0x96, 0xe2, 0x19, 0x2c, 0x5c, 0x9a, 0x91, 0xca, 0xd6, 0x44, 0xc3, 0x39, 0xd1, 0x7f, 0xb7, 0xde, 0xac, 0x8c, 0x47, 0xda, 0x80, 0x98, 0x98, 0x26, 0xa4, 0xe8, 0xa5, 0x92, 0x46, 0xa0, 0x19, 0x4f, 0x7a, 0xd1, 0xc4, 0x08, 0xa4, 0x1d, 0x44, 0x17, 0x16, 0x5e, 0x5a, 0x84, 0x8a, 0x0a, 0x73, 0x2d, 0xc1, 0xec, 0x40, 0x43, 0xb3, 0xf7, 0x97, 0x61, 0x16, 0xd6, 0xe1, 0x30, 0xca, 0xac, 0xce, 0xcd, 0xac, 0xca, 0xdb, 0x14, 0x92, 0x22, 0xbc, 0x3d, 0x61, 0x39, 0x0f, 0x58, 0x0b, 0xbe, 0xc1, 0x82, 0x88, 0xdd, 0x4b, 0xda, 0xb3, 0xc2, 0x09, 0x3e, 0x90, 0x19, 0x7d, 0x8e, 0x45, 0x7d, 0x0a, 0x50, 0x18, 0xc2, 0x4d, 0xfb, 0x6f, 0xb0, 0x19, 0x00, 0xc7, 0xfb, 0xef, 0xbc, 0xf3, 0xce, 0xda, 0xe7, 0x9f, 0x7f, 0x3e, 0xb1, 0x1c, 0x19, 0x40, 0x73, 0x10, 0xbf, 0xf8, 0xd4, 0x7d, 0x66, 0xe8, 0x9c, 0x0d, 0x15, 0xf8, 0xdf, 0x1a, 0x9a, 0x1a, 0xd6, 0x9b, 0x21, 0x16, 0x3a, 0x4f, 0xe8, 0xae, 0xab, 0x33, 0xdb, 0xf9, 0x50, 0x13, 0x37, 0xea, 0x54, 0xa8, 0x10, 0x3d, 0x33, 0xa5, 0x9e, 0x61, 0xd9, 0x01, 0xe2, 0x93, 0xa0, 0x42, 0x29, 0x31, 0xea, 0x7e, 0x9c, 0xe1, 0xf7, 0xce, 0x89, 0xd8, 0x09, 0x82, 0xb8, 0xf1, 0xb8, 0xda, 0x7b, 0x97, 0x66, 0x3a, 0x49, 0xfa, 0x53, 0xb6, 0x12, 0xc7, 0xe9, 0xc8, 0x04, 0xe4, 0x46, 0xa6, 0x6b, 0xa6, 0xf4, 0x3d, 0x5a, 0xc8, 0x58, 0xe5, 0xe1, 0xbf, 0x94, 0xc8, 0xa2, 0xd7, 0x40, 0x7d, 0x2d, 0x35, 0xb0, 0xab, 0x83, 0x86, 0xc6, 0x46, 0xc4, 0xc6, 0x66, 0x9f, 0xad, 0xda, 0xa8, 0x39, 0xf1, 0x58, 0x13, 0x35, 0xef, 0xd3, 0x84, 0x4e, 0x61, 0xfc, 0xb4, 0xbe, 0xd7, 0x84, 0x6d, 0x26, 0x60, 0x8e, 0xd2, 0x54, 0x6a, 0x65, 0x1e, 0x67, 0xe9, 0x2a, 0x8f, 0x4a, 0x3e, 0x9a, 0x93, 0x56, 0x9d, 0xe4, 0xad, 0x79, 0x2a, 0x04, 0xcd, 0x71, 0x44, 0x4d, 0x61, 0x06, 0xe9, 0xb7, 0xe6, 0xfc, 0x7b, 0x8e, 0x85, 0xe8, 0xfa, 0xf7, 0xbf, 0xed, 0x66, 0xf8, 0xea, 0xdf, 0x7c, 0xcd, 0x8c, 0x3f, 0x03, 0x68, 0xc6, 0xfb, 0xbe, 0x1b, 0x3f, 0xbf, 0xbd, 0x1c, 0x19, 0x20, 0x6c, 0x2d, 0x21, 0xe9, 0x7b, 0x58, 0x62, 0x06, 0x0d, 0xdc, 0x65, 0x2e, 0x5c, 0x8c, 0x81, 0xf0, 0xa5, 0x85, 0xba, 0x1b, 0x52, 0x70, 0x1d, 0xa9, 0xf5, 0x68, 0x4d, 0xd4, 0x34, 0x26, 0x91, 0x20, 0x56, 0xaf, 0x5e, 0x85, 0x92, 0x21, 0x0e, 0x19, 0x23, 0x63, 0x61, 0xff, 0x1c, 0xe1, 0xf3, 0xb0, 0x6c, 0x4b, 0x1a, 0x92, 0xf4, 0x2f, 0x2b, 0x03, 0xe4, 0x33, 0x78, 0xb2, 0x1a, 0x27, 0x48, 0x41, 0xfc, 0x76, 0x07, 0x76, 0x2d, 0xc7, 0x10, 0x94, 0x98, 0xb2, 0x66, 0x6d, 0x3d, 0xb7, 0x01, 0x12, 0xf1, 0x14, 0x24, 0x53, 0x66, 0x37, 0x76, 0xd2, 0x00, 0xc4, 0x08, 0xe4, 0x9f, 0xef, 0xeb, 0xeb, 0xe3, 0xf7, 0x42, 0xb6, 0x02, 0x25, 0x79, 0x10, 0x33, 0x24, 0x91, 0xe9, 0x49, 0x83, 0xcc, 0x4d, 0xcf, 0xc3, 0x18, 0x3e, 0x17, 0x0a, 0x47, 0xa6, 0x98, 0x79, 0xaa, 0xd5, 0x53, 0x87, 0x9a, 0xa3, 0xb1, 0xa9, 0x9e, 0x33, 0x13, 0xad, 0x67, 0x36, 0x89, 0x82, 0x55, 0x1e, 0x3d, 0xac, 0x4e, 0x7a, 0x69, 0x2c, 0x50, 0xe3, 0x31, 0xcd, 0xa3, 0x21, 0x21, 0xd3, 0x02, 0x60, 0x10, 0xf3, 0x20, 0x7e, 0x27, 0x71, 0x83, 0xab, 0xde, 0x5c, 0xae, 0xac, 0x16, 0x53, 0x7e, 0x83, 0x96, 0x63, 0x27, 0x0d, 0x72, 0xe5, 0x5d, 0xe4, 0x7b, 0xc0, 0xef, 0xb7, 0x2e, 0x47, 0x06, 0x08, 0x15, 0xb0, 0x08, 0xe6, 0x10, 0xcf, 0x43, 0xae, 0xf5, 0x22, 0x35, 0x52, 0xd0, 0x62, 0xd4, 0xda, 0x67, 0x6e, 0x7e, 0x8e, 0x07, 0x5a, 0xcd, 0xcd, 0xcd, 0x23, 0x6e, 0x5e, 0xcb, 0xf7, 0x22, 0x68, 0x43, 0x89, 0x2c, 0xf3, 0x68, 0x10, 0x27, 0x51, 0x92, 0x1a, 0x42, 0xea, 0x1b, 0x39, 0xcf, 0x0a, 0xe1, 0xe4, 0x9a, 0x0a, 0x33, 0x00, 0x11, 0x39, 0xe5, 0xb3, 0xca, 0x9e, 0x18, 0xd1, 0x7c, 0x9a, 0x16, 0x8a, 0xca, 0x24, 0x62, 0xa5, 0xc0, 0x34, 0xba, 0x07, 0x82, 0x69, 0x94, 0x09, 0x55, 0x5f, 0x57, 0x0f, 0xa1, 0x64, 0x88, 0xa7, 0xf2, 0x91, 0x9d, 0x40, 0xf1, 0x54, 0xe4, 0xfe, 0x23, 0x5b, 0x81, 0x6a, 0x59, 0xd2, 0xbe, 0x04, 0x6d, 0x08, 0x2a, 0x91, 0x6f, 0xdf, 0x6a, 0x2f, 0x0a, 0xf3, 0x73, 0x31, 0x5e, 0xaa, 0xc4, 0x69, 0x88, 0x0b, 0xc6, 0xa1, 0x6d, 0x62, 0x31, 0xde, 0x71, 0x91, 0x7f, 0x5f, 0x7a, 0x9f, 0xc8, 0xc2, 0x0f, 0x4b, 0xd1, 0xa7, 0x02, 0xde, 0x59, 0xa3, 0x73, 0x39, 0xda, 0x00, 0xba, 0xb4, 0x84, 0x1c, 0xdf, 0xbd, 0x7e, 0x8b, 0x75, 0x0c, 0xd4, 0xd2, 0x17, 0xa1, 0x74, 0x26, 0x73, 0x19, 0xf1, 0xf4, 0x00, 0x61, 0x40, 0xba, 0xf9, 0xfa, 0xc6, 0x7a, 0x18, 0x45, 0xe2, 0xe8, 0xee, 0xe9, 0x31, 0x9b, 0x3f, 0x23, 0x71, 0x77, 0xa0, 0x81, 0x4c, 0x2d, 0x3d, 0x89, 0x10, 0x12, 0xf8, 0x82, 0xb9, 0x16, 0xe0, 0xda, 0xc0, 0xb0, 0xba, 0xd0, 0x9b, 0xe1, 0xc0, 0xa2, 0x3e, 0x8e, 0xd9, 0xbf, 0xcf, 0x42, 0x5c, 0xcc, 0x1d, 0x1e, 0x11, 0xe4, 0x83, 0x17, 0xd2, 0x47, 0x93, 0x7f, 0x6b, 0x42, 0x4a, 0x69, 0x20, 0x0a, 0xe4, 0x91, 0x0d, 0xa0, 0x5b, 0x95, 0x9c, 0x45, 0xf3, 0x69, 0x92, 0xd2, 0x34, 0x41, 0xa8, 0x87, 0x43, 0x78, 0x9d, 0x09, 0xee, 0xe7, 0xce, 0xcc, 0x64, 0x78, 0x41, 0x29, 0x3d, 0xac, 0xc3, 0xd0, 0xf0, 0x25, 0x18, 0x1b, 0x19, 0x35, 0xbb, 0xaf, 0xb7, 0xad, 0xe1, 0xb0, 0x85, 0x88, 0x9c, 0x6c, 0x05, 0xda, 0x8f, 0x18, 0x82, 0x70, 0x30, 0x49, 0x78, 0x62, 0x0a, 0x27, 0xc1, 0x4b, 0x3d, 0x77, 0x95, 0xe6, 0xd4, 0xf2, 0x20, 0xe8, 0x40, 0x5a, 0x87, 0x16, 0x9a, 0xab, 0x99, 0x9c, 0x9c, 0x14, 0x05, 0xa2, 0x60, 0x85, 0x8e, 0x1f, 0x2e, 0x13, 0xde, 0x54, 0x88, 0x3f, 0xe2, 0xc0, 0xfe, 0x91, 0x3c, 0xeb, 0x7c, 0xb7, 0xdd, 0xb2, 0x65, 0xd3, 0xde, 0x8d, 0x9b, 0x37, 0xfd, 0x27, 0x30, 0x27, 0x03, 0x60, 0xe3, 0xe6, 0x8d, 0x5c, 0x95, 0x13, 0xa5, 0xb6, 0xad, 0x69, 0xe5, 0x13, 0x2e, 0x84, 0x7d, 0x6b, 0x11, 0x1a, 0x89, 0x36, 0x3f, 0xf4, 0xe2, 0x89, 0x61, 0x88, 0x28, 0xc4, 0xdc, 0x80, 0x88, 0xb3, 0xb1, 0x2b, 0x24, 0x88, 0xd8, 0x1a, 0xf9, 0xbb, 0xe9, 0x60, 0x96, 0x3f, 0x1c, 0xc4, 0xaf, 0xfe, 0xe0, 0xff, 0x34, 0xf7, 0x77, 0x99, 0xf0, 0x49, 0xc2, 0x93, 0x36, 0x20, 0x48, 0x12, 0xb6, 0xe6, 0x00, 0xb8, 0xf4, 0x4e, 0x26, 0xe0, 0xfc, 0xb9, 0x8b, 0x9c, 0xf8, 0xe8, 0xba, 0x29, 0xbd, 0xf0, 0xdc, 0xd9, 0x73, 0x36, 0x53, 0x5d, 0x3c, 0x3f, 0xc8, 0x19, 0xa0, 0x07, 0x19, 0x7d, 0x60, 0x60, 0x80, 0xdf, 0x27, 0x19, 0xcc, 0x32, 0x23, 0xf2, 0xe3, 0x4a, 0x8b, 0xe8, 0xbb, 0x2b, 0xa7, 0x3c, 0xca, 0x0d, 0xa9, 0x45, 0xef, 0x5d, 0xd2, 0x0a, 0xf2, 0xec, 0x30, 0x31, 0x05, 0x41, 0xaf, 0xf1, 0xf1, 0x71, 0xce, 0x10, 0xb4, 0xc8, 0x39, 0x03, 0xcb, 0x74, 0x50, 0x44, 0xdf, 0x5f, 0x1d, 0x3a, 0x74, 0xe8, 0xbf, 0x94, 0xdb, 0x99, 0x57, 0x2a, 0x03, 0x84, 0x16, 0x40, 0xe8, 0xbe, 0xeb, 0xf1, 0x65, 0x46, 0xee, 0xfc, 0x95, 0x3b, 0xfe, 0x10, 0x0d, 0xbd, 0xf5, 0x74, 0x70, 0x32, 0x2e, 0x07, 0x36, 0x0e, 0xd8, 0x99, 0x4d, 0x64, 0x0b, 0x74, 0xf7, 0x76, 0xf3, 0x20, 0x3c, 0x82, 0x3a, 0xa6, 0xdf, 0xdb, 0x9c, 0x1b, 0x48, 0x23, 0xae, 0x26, 0xad, 0x90, 0x44, 0x29, 0x98, 0xc0, 0x17, 0x4e, 0xf3, 0x03, 0x4c, 0xb8, 0x16, 0x45, 0x30, 0x9b, 0xfc, 0x5d, 0x61, 0x00, 0xe6, 0x2b, 0xfd, 0x41, 0xd2, 0x02, 0x9a, 0x45, 0xec, 0xe2, 0x3b, 0x05, 0x01, 0x92, 0xd1, 0x1d, 0x45, 0x82, 0x27, 0x78, 0x16, 0x89, 0xd4, 0x98, 0xdd, 0x33, 0xa9, 0xf5, 0x2b, 0xaa, 0x6e, 0xd2, 0x62, 0x43, 0x83, 0x43, 0x68, 0xf8, 0x5e, 0xb2, 0x8f, 0x49, 0x4d, 0xa8, 0xcf, 0x9f, 0x39, 0x87, 0x50, 0xc8, 0x4c, 0x4e, 0x99, 0x99, 0x9e, 0x19, 0x19, 0xbc, 0x38, 0x74, 0x9a, 0x52, 0xfd, 0x68, 0x11, 0x5d, 0x54, 0x9a, 0x9b, 0x9b, 0xc3, 0xfd, 0xfd, 0xfd, 0x4d, 0xa8, 0x21, 0x1a, 0x10, 0x1a, 0x35, 0xa2, 0x36, 0x68, 0x44, 0x6d, 0xd0, 0xa0, 0x53, 0x03, 0x60, 0x59, 0x85, 0x87, 0xc3, 0xd4, 0x5e, 0x54, 0x73, 0x36, 0xa4, 0xa6, 0x4f, 0x71, 0x0f, 0x44, 0xf4, 0x56, 0x23, 0x6a, 0x61, 0x70, 0x33, 0x24, 0x7a, 0xcd, 0xba, 0x26, 0x86, 0xeb, 0xc7, 0x91, 0x11, 0x86, 0x46, 0x47, 0x47, 0x87, 0x86, 0x87, 0x87, 0x2f, 0xa7, 0xa9, 0x73, 0xf6, 0xd2, 0x8f, 0x59, 0x7c, 0x2f, 0xd4, 0xdb, 0x6b, 0x10, 0xef, 0xe5, 0x3b, 0xff, 0xfc, 0xcf, 0xff, 0x3c, 0xb5, 0x8c, 0xd0, 0x59, 0xc1, 0x0c, 0x50, 0x34, 0x13, 0xa0, 0xf4, 0x1b, 0xd8, 0xb5, 0xe7, 0xfa, 0xcf, 0xe2, 0x8b, 0x8e, 0x98, 0xfe, 0x5f, 0x6a, 0xf0, 0x3c, 0xc0, 0x9b, 0x29, 0x0b, 0x62, 0x25, 0xa9, 0xd7, 0xbf, 0xbe, 0x8f, 0x57, 0x13, 0xa8, 0x47, 0x48, 0xc4, 0x5d, 0x8f, 0x96, 0x61, 0x25, 0x5c, 0x87, 0x09, 0x84, 0x41, 0x04, 0x91, 0x52, 0xc8, 0x0c, 0x04, 0x99, 0x32, 0xa8, 0x2d, 0xe8, 0xbd, 0xca, 0x4d, 0xfd, 0x98, 0x9a, 0xa4, 0xe0, 0xa9, 0x02, 0xe8, 0x83, 0x0c, 0xda, 0xb0, 0x65, 0x5b, 0x10, 0xd3, 0x11, 0xae, 0x17, 0x9e, 0x18, 0x81, 0xfd, 0x99, 0xd5, 0x78, 0x9a, 0xa0, 0x18, 0x35, 0x9e, 0xbb, 0x3c, 0x38, 0x0c, 0x83, 0x43, 0x43, 0x7c, 0x9d, 0x30, 0x8e, 0x27, 0x11, 0xfe, 0x50, 0xf3, 0x69, 0xc1, 0x70, 0x78, 0x3d, 0xd3, 0x3f, 0xf9, 0xb7, 0x9f, 0x7c, 0x1e, 0xa5, 0x35, 0x65, 0xad, 0x14, 0xd2, 0x49, 0x31, 0xbd, 0x7f, 0xff, 0xfe, 0xd6, 0xeb, 0xae, 0xbb, 0xae, 0x6b, 0xdd, 0xba, 0x75, 0xdd, 0xc8, 0x10, 0xbc, 0xef, 0x2e, 0x5e, 0x0b, 0xd5, 0xc9, 0xe9, 0xa6, 0x59, 0x76, 0xc9, 0x36, 0xe1, 0x9d, 0xda, 0xe9, 0xb9, 0xc9, 0x8b, 0x60, 0x0a, 0x92, 0xfa, 0x04, 0x8b, 0x68, 0x41, 0x88, 0x64, 0x20, 0x7c, 0x12, 0x71, 0xd2, 0xa4, 0x2e, 0xbe, 0x8f, 0xc7, 0x7a, 0x0a, 0x99, 0xf8, 0xdb, 0xbf, 0xfb, 0xbb, 0xbf, 0x3b, 0x03, 0x57, 0xf1, 0x28, 0x27, 0x04, 0x8a, 0x94, 0x4b, 0x1b, 0x6c, 0xdd, 0xb6, 0xf5, 0xc6, 0x4d, 0x9b, 0x36, 0x7e, 0x0c, 0xa4, 0x0e, 0x36, 0x6b, 0x3a, 0x3a, 0x60, 0x5d, 0xd7, 0x5a, 0x70, 0x08, 0x40, 0x8e, 0x95, 0x7b, 0x79, 0x75, 0xb1, 0x5e, 0x9e, 0xa8, 0x9d, 0x8b, 0x53, 0xc9, 0xe1, 0xff, 0x5c, 0xa0, 0x99, 0x39, 0x4b, 0x9b, 0xb6, 0x7a, 0xe6, 0x92, 0x96, 0xc8, 0x66, 0xb9, 0x43, 0x9d, 0x1b, 0xd0, 0xc2, 0x88, 0xa5, 0xaa, 0xca, 0xdc, 0x90, 0x0d, 0x69, 0x48, 0xf4, 0x51, 0xab, 0x27, 0x82, 0x64, 0x13, 0x58, 0xb6, 0x80, 0x26, 0xf9, 0x09, 0x09, 0x56, 0x5c, 0x1a, 0xbc, 0xc4, 0x67, 0x85, 0x9d, 0x0d, 0xe8, 0x08, 0x9e, 0x0d, 0x5d, 0x1c, 0xe2, 0xdb, 0x88, 0x81, 0x76, 0x4b, 0xe2, 0xf0, 0x91, 0x23, 0x8f, 0x5d, 0x19, 0xbe, 0x32, 0x58, 0x28, 0xf1, 0x43, 0x40, 0xcb, 0x51, 0xea, 0x89, 0x75, 0xd7, 0x5d, 0x77, 0x75, 0xa1, 0xd6, 0x18, 0x40, 0xc6, 0xd8, 0x84, 0xd7, 0x7c, 0x3d, 0x32, 0xc1, 0x6e, 0xbc, 0xd6, 0x0d, 0xe2, 0x39, 0x92, 0xb4, 0xa7, 0xd2, 0x22, 0x56, 0x89, 0x11, 0x6e, 0x5f, 0x88, 0xb0, 0x11, 0x31, 0x2f, 0x41, 0x0b, 0x6a, 0x03, 0xc3, 0x0a, 0x53, 0x21, 0x66, 0xf8, 0x1e, 0xee, 0xf7, 0x7f, 0x1e, 0x78, 0xe0, 0x81, 0xe7, 0xaa, 0x0c, 0xe0, 0xbd, 0x7f, 0xb1, 0x36, 0x40, 0x21, 0xeb, 0xc2, 0x5b, 0xb6, 0x6e, 0xd9, 0xb7, 0x71, 0xd3, 0x86, 0x8f, 0x08, 0x4d, 0xc0, 0xd5, 0x0d, 0x12, 0xff, 0x9a, 0xb5, 0x6b, 0x78, 0xac, 0x8b, 0x57, 0x62, 0x07, 0xc5, 0x91, 0x74, 0xa0, 0xc1, 0xd8, 0xde, 0xb1, 0x86, 0x27, 0x59, 0x13, 0x8e, 0x76, 0xc6, 0xbf, 0xe7, 0x8b, 0x01, 0xf2, 0x85, 0x42, 0xd2, 0x6f, 0xaa, 0x6d, 0x4f, 0xa5, 0xfd, 0x78, 0x6f, 0xda, 0x2b, 0x23, 0x30, 0x8a, 0xc6, 0x2c, 0xe5, 0xb1, 0x3a, 0x07, 0x41, 0x0f, 0xf1, 0x77, 0x39, 0x80, 0x0c, 0x25, 0xeb, 0xcc, 0xb1, 0x57, 0x8e, 0xfe, 0xdf, 0xe1, 0xe1, 0x2b, 0x17, 0xa1, 0xbc, 0xbd, 0x76, 0x5d, 0xeb, 0xbe, 0xf4, 0xa5, 0x2f, 0x35, 0x10, 0x33, 0xe0, 0xbd, 0x8a, 0xde, 0xbb, 0xb7, 0xe1, 0xb2, 0x5e, 0x5c, 0x0b, 0x6a, 0x10, 0x86, 0x42, 0x84, 0x66, 0xe1, 0xf9, 0x8c, 0xb5, 0x19, 0xce, 0x61, 0x70, 0xdb, 0xc0, 0xb2, 0x13, 0x38, 0x33, 0xe0, 0x7d, 0xff, 0x02, 0x8f, 0xf1, 0xc7, 0x57, 0xae, 0x5c, 0xf9, 0xd6, 0xc1, 0x83, 0x07, 0x8d, 0x2a, 0x03, 0xa8, 0x9e, 0x24, 0x4f, 0x22, 0x2e, 0xe2, 0xb7, 0xe7, 0xf7, 0xae, 0xae, 0xce, 0xbe, 0xed, 0x3b, 0x77, 0x7e, 0x28, 0x1a, 0xad, 0x59, 0xe7, 0xc0, 0xbd, 0xd0, 0xda, 0xd6, 0xca, 0xdd, 0x86, 0xe4, 0x81, 0xf1, 0xc5, 0x67, 0x88, 0xd1, 0x89, 0x29, 0x9a, 0x1a, 0x49, 0xe2, 0x35, 0xe0, 0xf7, 0x26, 0x2b, 0x74, 0x1b, 0xe1, 0x0c, 0xd5, 0xcc, 0xa1, 0x09, 0xa4, 0x50, 0xd8, 0xca, 0x70, 0x32, 0x09, 0x9b, 0x22, 0x15, 0x33, 0x59, 0xb3, 0xab, 0x22, 0x7d, 0x27, 0x03, 0x72, 0x6e, 0x76, 0x8e, 0x1b, 0x93, 0x54, 0x22, 0x70, 0x6e, 0x6e, 0x16, 0x62, 0x68, 0x6b, 0x18, 0x01, 0xb5, 0x4f, 0x69, 0x7b, 0xaa, 0x2c, 0x61, 0x57, 0xcc, 0x90, 0x81, 0xed, 0xcc, 0xec, 0xc9, 0x23, 0x87, 0x5f, 0xf9, 0x27, 0xc4, 0xe1, 0x13, 0x0e, 0x82, 0xcd, 0x14, 0x40, 0xfc, 0x0b, 0x69, 0x52, 0xed, 0x1a, 0x4f, 0x3e, 0xf9, 0xe4, 0x5a, 0xbc, 0x3f, 0x62, 0x86, 0x3b, 0xf1, 0xfa, 0xde, 0x8b, 0x9f, 0xd7, 0x59, 0xb0, 0x89, 0x33, 0x03, 0x79, 0xa6, 0x48, 0x78, 0x08, 0x57, 0x2c, 0x79, 0xa6, 0xd0, 0x36, 0x30, 0xf0, 0x3b, 0x31, 0x02, 0x55, 0x6e, 0xfe, 0x38, 0x6a, 0x84, 0xd7, 0xaf, 0x69, 0x06, 0xf8, 0xf8, 0xc7, 0x3f, 0xde, 0x85, 0x92, 0xe1, 0x33, 0xf8, 0x40, 0x6e, 0xc4, 0xcf, 0x0e, 0x2a, 0x9d, 0x62, 0x45, 0x79, 0xda, 0x5e, 0x43, 0xeb, 0xb7, 0x7d, 0x1e, 0x8a, 0xf8, 0xb4, 0xd6, 0x8b, 0xc8, 0x51, 0x3b, 0x82, 0xd4, 0xef, 0xef, 0x7c, 0xb2, 0x55, 0xd7, 0xeb, 0x68, 0x42, 0xd8, 0xf2, 0xbd, 0xb8, 0x88, 0xca, 0x84, 0x2c, 0xb9, 0xbc, 0x54, 0xcf, 0x88, 0x4f, 0xc3, 0x5d, 0x34, 0x40, 0xce, 0x08, 0x2b, 0x34, 0x9c, 0xd9, 0x77, 0xc2, 0x58, 0x4c, 0xca, 0x65, 0x0d, 0xc7, 0x0c, 0xac, 0xfd, 0xa8, 0x0d, 0x64, 0xac, 0x38, 0x5e, 0x47, 0x0a, 0xd4, 0xf0, 0x10, 0x6a, 0xdc, 0x20, 0x57, 0x14, 0x60, 0x02, 0xae, 0x38, 0xd7, 0x39, 0xfe, 0xe6, 0xb5, 0x3f, 0x11, 0x3d, 0x19, 0x8e, 0x67, 0x71, 0xdd, 0xdf, 0x1c, 0x3a, 0x74, 0xa8, 0x20, 0xb7, 0x21, 0x6a, 0x89, 0x5e, 0xd4, 0x12, 0xd4, 0x88, 0xfa, 0x1e, 0xdc, 0xef, 0x57, 0xc9, 0xff, 0x40, 0x75, 0x37, 0xdb, 0xda, 0xda, 0x74, 0xb4, 0x35, 0x78, 0xb8, 0x06, 0x09, 0x04, 0x62, 0x84, 0xc1, 0xc1, 0x41, 0xd2, 0x08, 0x49, 0xbc, 0xdf, 0xdf, 0x7e, 0xe8, 0xa1, 0x87, 0xfe, 0xf9, 0x9a, 0x64, 0x80, 0x8f, 0x7c, 0xe4, 0x23, 0xdd, 0xf8, 0xa0, 0xa8, 0x84, 0x75, 0x7b, 0x10, 0xb1, 0x5c, 0x4d, 0x31, 0xfd, 0x2b, 0x70, 0xd0, 0x85, 0x7f, 0x02, 0x99, 0xe0, 0x2b, 0xc5, 0xec, 0xf4, 0xc5, 0x2f, 0x7e, 0xb1, 0x19, 0x35, 0xec, 0x7d, 0xf8, 0x7e, 0x7f, 0x0b, 0x7f, 0xde, 0x45, 0xf2, 0x85, 0xec, 0x2c, 0x72, 0xcd, 0x92, 0xcd, 0x40, 0x2e, 0xd6, 0x37, 0xde, 0x78, 0xc3, 0xb0, 0x72, 0x76, 0xdf, 0x8b, 0x9a, 0xe0, 0x07, 0xd7, 0x1c, 0x03, 0x7c, 0xf4, 0xa3, 0x1f, 0x7d, 0x92, 0x1e, 0x6e, 0xb9, 0x09, 0x6c, 0xb9, 0x32, 0xc9, 0x0a, 0x1e, 0x23, 0x91, 0x48, 0x64, 0xd3, 0xb7, 0xbf, 0xfd, 0xed, 0xd9, 0x85, 0xec, 0x8c, 0x9a, 0x61, 0x13, 0x6a, 0xdf, 0xdf, 0xc7, 0xaf, 0xf7, 0x93, 0x56, 0xa0, 0x09, 0x39, 0x4a, 0xac, 0x27, 0x58, 0x74, 0xec, 0xd8, 0x31, 0x82, 0x44, 0x33, 0x84, 0x00, 0x3e, 0xfd, 0xe9, 0x4f, 0x9f, 0x59, 0xa9, 0x0f, 0xa8, 0xe8, 0x12, 0x01, 0x9f, 0xfa, 0xd4, 0xa7, 0x08, 0x30, 0x1f, 0x08, 0x22, 0xa6, 0x42, 0xf2, 0x5f, 0x17, 0xb2, 0xcf, 0x52, 0x1c, 0x67, 0x85, 0x8f, 0x8e, 0x54, 0x2a, 0x75, 0xd7, 0x42, 0x77, 0x7e, 0xf8, 0xe1, 0x87, 0x4f, 0x3f, 0xf8, 0xe0, 0x83, 0x0f, 0x20, 0xe4, 0x59, 0x8f, 0xcf, 0xe3, 0x6b, 0x94, 0x67, 0xfc, 0xfa, 0xeb, 0xaf, 0x33, 0xb2, 0xc1, 0xb6, 0x6d, 0xdb, 0x46, 0xb4, 0xd3, 0x8c, 0xd0, 0xe8, 0x6f, 0xaf, 0x29, 0x0d, 0x70, 0xff, 0xfd, 0xf7, 0xdf, 0x85, 0x0f, 0xe3, 0x19, 0x41, 0x20, 0x94, 0xcc, 0xfc, 0xf1, 0x4f, 0x7e, 0x18, 0x42, 0xa1, 0x48, 0xc0, 0x81, 0xd5, 0x40, 0x2b, 0x06, 0xcc, 0xb5, 0x8d, 0xbc, 0x05, 0xf3, 0xb9, 0x34, 0xcd, 0xb1, 0x7f, 0xde, 0x3d, 0x98, 0xdf, 0xf6, 0x8e, 0xbd, 0x35, 0x75, 0x0d, 0xf3, 0x39, 0x5e, 0x6e, 0x4a, 0x8c, 0x79, 0xde, 0xa9, 0xfb, 0xfa, 0xcc, 0xb5, 0x2c, 0xe0, 0x81, 0x9b, 0xed, 0x48, 0xfd, 0xb7, 0xd0, 0x20, 0xb8, 0x68, 0x96, 0xbc, 0x35, 0xb9, 0x72, 0xbf, 0x77, 0xe8, 0x07, 0xf0, 0xfc, 0x0f, 0x7f, 0x24, 0x6f, 0xf2, 0x35, 0x84, 0x41, 0x1f, 0x2d, 0x07, 0xb1, 0x3c, 0xf6, 0xd8, 0x63, 0x34, 0x4b, 0xff, 0x17, 0x14, 0xc0, 0x47, 0xad, 0x47, 0xa9, 0x44, 0x0e, 0x45, 0xb7, 0xe2, 0xd8, 0x8f, 0x8c, 0xf2, 0xf2, 0x4a, 0x64, 0x80, 0xa2, 0x63, 0x81, 0x90, 0xf0, 0xff, 0x9d, 0x2c, 0x29, 0x77, 0xed, 0xbe, 0x9e, 0xfb, 0xe8, 0x35, 0x07, 0x81, 0xe7, 0xfb, 0xed, 0x0e, 0x93, 0x95, 0xd6, 0x68, 0xa0, 0xfc, 0x76, 0xfe, 0xbd, 0x7c, 0xbf, 0x3d, 0x7a, 0xdd, 0x3a, 0x89, 0xcf, 0xd5, 0xfb, 0xb6, 0xf0, 0xdf, 0x85, 0xc8, 0x1c, 0x2d, 0x4f, 0x3b, 0xd1, 0x62, 0xdb, 0x8f, 0xbe, 0xf3, 0x5d, 0x6f, 0x57, 0x18, 0x00, 0xdf, 0xd1, 0xbd, 0x5b, 0xb7, 0x6e, 0x6d, 0x3a, 0x71, 0xe2, 0x84, 0x48, 0x27, 0x5c, 0xb0, 0x6a, 0x43, 0x22, 0x7f, 0x14, 0x99, 0x60, 0xef, 0xc8, 0xc8, 0xc8, 0x87, 0x69, 0x12, 0x92, 0x18, 0x81, 0x18, 0x00, 0xcf, 0x41, 0x86, 0xf3, 0xd5, 0xcf, 0x00, 0x94, 0x0b, 0xfc, 0xd6, 0x5b, 0x6f, 0xdd, 0x2b, 0xc3, 0x85, 0xed, 0xd7, 0x6f, 0x33, 0x7d, 0xe3, 0x94, 0xb0, 0xe2, 0x82, 0x0d, 0xc1, 0x24, 0xa1, 0x79, 0x48, 0xcb, 0x60, 0xf5, 0xa4, 0xe5, 0x95, 0x86, 0x4c, 0x63, 0xbe, 0x04, 0xa7, 0x79, 0x5a, 0x8a, 0x5a, 0x11, 0xd7, 0x57, 0xc8, 0xf1, 0x58, 0xa0, 0x62, 0xd5, 0x02, 0x93, 0xe3, 0xdc, 0x7b, 0xe6, 0x3b, 0x9e, 0xfc, 0x7c, 0x6b, 0x6a, 0x6a, 0x79, 0xb7, 0x95, 0xf6, 0xf6, 0x36, 0x18, 0x1b, 0x1b, 0x07, 0xcb, 0x63, 0xd4, 0xd2, 0xd9, 0xd9, 0xf9, 0x6e, 0x64, 0x80, 0xe7, 0xc0, 0x5d, 0x5c, 0x6a, 0x21, 0xcc, 0xf0, 0x28, 0x2e, 0x1f, 0xa6, 0x00, 0x3b, 0xca, 0x70, 0x23, 0x0f, 0x14, 0x8e, 0xf5, 0x2b, 0x15, 0x02, 0x15, 0xc5, 0x00, 0x67, 0xcf, 0x9e, 0x7d, 0x1b, 0xde, 0xac, 0xed, 0x93, 0xa7, 0xa9, 0xf5, 0xbe, 0x5e, 0xb3, 0x71, 0x42, 0x2a, 0x93, 0x0e, 0xce, 0x45, 0xad, 0x8e, 0xc5, 0x37, 0xe8, 0x42, 0x19, 0x88, 0x84, 0x43, 0xf0, 0xb6, 0xdb, 0x6e, 0x81, 0x7f, 0xf9, 0xd6, 0x77, 0x25, 0xc6, 0xa8, 0x21, 0xa1, 0xf5, 0x02, 0xf8, 0x57, 0x51, 0x2b, 0x38, 0xf6, 0x07, 0x09, 0xfe, 0x7a, 0x91, 0xa9, 0x67, 0x25, 0x21, 0x91, 0x9b, 0x7a, 0xf6, 0x9a, 0x60, 0x00, 0xbc, 0xe1, 0xfb, 0x64, 0x83, 0x71, 0xef, 0x0d, 0xbb, 0xf9, 0x64, 0x13, 0x75, 0x56, 0x39, 0xf2, 0xf3, 0x57, 0x95, 0x9e, 0xc1, 0xd5, 0xe1, 0x3f, 0xba, 0xba, 0x3b, 0x79, 0x35, 0x64, 0x07, 0xb4, 0x84, 0xa9, 0xc9, 0x69, 0x2b, 0xef, 0x39, 0x27, 0x98, 0x79, 0x36, 0x94, 0x5c, 0xe2, 0x9c, 0xe2, 0xe3, 0x25, 0xb9, 0x9d, 0xe5, 0x41, 0x7f, 0xe6, 0x8a, 0xb5, 0xeb, 0xd6, 0xf0, 0x82, 0x00, 0xfb, 0xf0, 0xbd, 0xc8, 0x0c, 0x10, 0x0a, 0x85, 0x7e, 0xb5, 0xb6, 0xb6, 0xf6, 0x60, 0x22, 0x91, 0x48, 0x83, 0x77, 0x89, 0xc1, 0x70, 0x21, 0x5a, 0xe1, 0xf1, 0xc7, 0x1f, 0x27, 0xf8, 0xfb, 0xd7, 0xd1, 0x68, 0xd4, 0xa0, 0x9e, 0x5c, 0x34, 0x5b, 0x6c, 0xd1, 0xc5, 0x4f, 0xaf, 0x09, 0x06, 0xc0, 0x71, 0x9f, 0xec, 0x1d, 0xd9, 0xb1, 0x73, 0x3b, 0x87, 0x3f, 0xe3, 0x63, 0x13, 0x7c, 0xf6, 0xb3, 0x3a, 0x0a, 0x1b, 0x97, 0x87, 0x47, 0x5c, 0x0c, 0x40, 0xcf, 0xf1, 0xd4, 0x9b, 0x67, 0x3c, 0x43, 0x2a, 0x0a, 0x1d, 0x14, 0x0d, 0x4b, 0xd9, 0x65, 0xfd, 0xeb, 0xd7, 0xf3, 0xb0, 0x06, 0x51, 0xaf, 0x09, 0x8f, 0xdd, 0xbe, 0x7d, 0xfb, 0xf6, 0xfd, 0x87, 0x0f, 0x1f, 0xfe, 0x05, 0xa8, 0x55, 0xd4, 0xc2, 0xa0, 0xd6, 0xd8, 0x09, 0x79, 0x31, 0xc2, 0x93, 0x4f, 0x3e, 0xd9, 0x93, 0xc9, 0x64, 0xfe, 0x08, 0xdf, 0xfd, 0xfd, 0x44, 0xfc, 0x3b, 0x76, 0xec, 0xe0, 0xde, 0x43, 0x9a, 0x14, 0xc3, 0x63, 0x4f, 0xa1, 0x86, 0xf9, 0xd6, 0x55, 0xcf, 0x00, 0xf7, 0xdf, 0x7f, 0xff, 0x1e, 0x7c, 0x08, 0x1b, 0x84, 0xb4, 0xa2, 0xd0, 0x82, 0xfe, 0x81, 0x5e, 0x04, 0x3d, 0x3a, 0xef, 0x1c, 0x5e, 0x6a, 0x89, 0xec, 0x6b, 0x69, 0xf0, 0x64, 0x1e, 0x24, 0xf4, 0x5a, 0xa9, 0xd6, 0x3e, 0xc1, 0x09, 0xaa, 0xde, 0xa6, 0xeb, 0x0b, 0xcf, 0x51, 0x9a, 0x9e, 0x9a, 0xe1, 0xa1, 0xe0, 0xb5, 0x75, 0x51, 0xb8, 0xf5, 0x1d, 0x6f, 0x83, 0xef, 0x7d, 0xe7, 0xfb, 0xf6, 0xdf, 0x90, 0x21, 0x28, 0xe4, 0xe1, 0x55, 0x07, 0x91, 0x8b, 0xe6, 0xd3, 0x9e, 0xfd, 0x78, 0x51, 0xe2, 0x6f, 0xc1, 0x77, 0xfd, 0x20, 0x6a, 0x99, 0x4f, 0x11, 0x92, 0xa2, 0x79, 0x80, 0x81, 0x81, 0x01, 0xde, 0xa9, 0xe5, 0xe4, 0xc9, 0x93, 0x14, 0xf4, 0x47, 0xdb, 0x7d, 0xf6, 0x77, 0x7e, 0xe7, 0x77, 0xae, 0x7e, 0x08, 0x84, 0x0f, 0xe1, 0x3e, 0xd9, 0xf8, 0x25, 0xf8, 0x13, 0x09, 0x47, 0x20, 0x99, 0x4a, 0xc3, 0xe4, 0xc4, 0x54, 0xc9, 0x45, 0x57, 0xaf, 0xb5, 0x31, 0x31, 0x36, 0xa9, 0x74, 0x5c, 0x21, 0xa2, 0x9a, 0x9f, 0x9f, 0x83, 0xe6, 0xa6, 0xd2, 0xaa, 0x2c, 0x8f, 0x8f, 0x8e, 0x43, 0x4f, 0x5f, 0x37, 0xdc, 0x78, 0xe3, 0x0d, 0x0a, 0x03, 0xa0, 0xe4, 0xa6, 0x84, 0xf2, 0x2f, 0x80, 0xbb, 0xd9, 0xb4, 0xd2, 0x87, 0xf7, 0x93, 0x9f, 0xfc, 0x64, 0xcf, 0xc6, 0x8d, 0x1b, 0xdf, 0x5d, 0x5f, 0x5f, 0xff, 0x5b, 0x28, 0xf0, 0xf6, 0xd1, 0x75, 0x51, 0x5c, 0x10, 0xa5, 0x69, 0x52, 0x1c, 0x15, 0xcd, 0x04, 0x53, 0xe7, 0xf5, 0xf9, 0xf9, 0x79, 0x7a, 0xe1, 0x8f, 0x3e, 0xf8, 0xe0, 0x83, 0x5f, 0x59, 0xc9, 0xef, 0xa1, 0x60, 0x06, 0x70, 0xba, 0x3f, 0xaf, 0xdf, 0xb5, 0x93, 0x07, 0xcb, 0x53, 0x7e, 0x6b, 0xa9, 0xf5, 0xe1, 0xaf, 0xc5, 0x31, 0x3a, 0x32, 0xe6, 0x6a, 0x39, 0xb4, 0xae, 0x7b, 0x1d, 0xcc, 0x4d, 0xc7, 0x95, 0x2c, 0xaf, 0x62, 0xc7, 0x85, 0xb3, 0x83, 0xd0, 0xdb, 0xdf, 0x03, 0x1b, 0x36, 0xac, 0xe7, 0x31, 0x3c, 0x22, 0x34, 0x1b, 0x09, 0xb9, 0x6b, 0xeb, 0xd6, 0xad, 0x3b, 0x4e, 0x9c, 0x38, 0xf1, 0x06, 0xe4, 0x7a, 0x69, 0xe9, 0x77, 0xdd, 0x75, 0x57, 0xef, 0xe6, 0xcd, 0x9b, 0xaf, 0x47, 0x4c, 0x7f, 0x33, 0x12, 0xf8, 0x1d, 0x54, 0x95, 0x4f, 0xf4, 0xe2, 0x12, 0x09, 0xfb, 0x14, 0x02, 0x41, 0x1a, 0x8a, 0x8a, 0xee, 0x0e, 0x0d, 0x0d, 0x19, 0xf8, 0xfe, 0xc9, 0x96, 0xf8, 0xfd, 0x07, 0x1e, 0x78, 0xe0, 0x4b, 0xc8, 0x00, 0x70, 0xd5, 0x33, 0xc0, 0x87, 0x3e, 0xf4, 0xa1, 0x4d, 0x78, 0xd3, 0x3b, 0x05, 0xf1, 0x37, 0x34, 0x35, 0x40, 0x5f, 0x7f, 0x1f, 0xff, 0xdb, 0xf0, 0x50, 0x15, 0xfe, 0x2c, 0x64, 0x24, 0xe2, 0x49, 0x57, 0xad, 0xfd, 0xfe, 0x81, 0x7e, 0x78, 0xf9, 0xc5, 0x5f, 0x94, 0x54, 0x6b, 0x9f, 0xaa, 0xe8, 0x89, 0x16, 0x49, 0xb7, 0xbd, 0xfd, 0x16, 0xf8, 0xc1, 0xf7, 0x73, 0xf1, 0x70, 0x7d, 0x7d, 0x7d, 0x1f, 0xd8, 0xbd, 0x7b, 0xf7, 0xcf, 0x91, 0xd8, 0xfb, 0x91, 0x39, 0xae, 0x6b, 0x68, 0x68, 0xd8, 0x89, 0x04, 0xbf, 0x4a, 0x24, 0xf0, 0x5b, 0xa1, 0xd1, 0x5c, 0xe2, 0xe3, 0xa2, 0x8b, 0x16, 0x4b, 0x67, 0xcf, 0x9e, 0xa5, 0x6a, 0xd3, 0x86, 0x55, 0xba, 0xf2, 0x65, 0x44, 0x03, 0x9f, 0x78, 0xe4, 0x91, 0x47, 0x5e, 0x5b, 0xe9, 0xc4, 0x5f, 0x30, 0x03, 0xe0, 0x0d, 0x1f, 0xe0, 0x75, 0x66, 0x04, 0xfc, 0xd9, 0xb7, 0x87, 0xa7, 0x2b, 0x52, 0xca, 0x1f, 0x55, 0x28, 0xa8, 0x32, 0xc0, 0xc2, 0x06, 0x41, 0xc7, 0xb5, 0x9d, 0xb9, 0x84, 0xf7, 0xd5, 0x48, 0x78, 0xe9, 0x6c, 0xba, 0xe4, 0xe7, 0x39, 0xc9, 0xe1, 0xd5, 0x3a, 0xb8, 0x71, 0xff, 0x4d, 0x0a, 0x03, 0x20, 0xc1, 0xff, 0x46, 0x7f, 0x7f, 0xff, 0x6f, 0xd0, 0xf1, 0xd1, 0x70, 0x35, 0x50, 0xb2, 0xeb, 0x04, 0x6b, 0x44, 0x72, 0x4c, 0x6d, 0x6d, 0x2d, 0xb9, 0x34, 0x79, 0x02, 0xcf, 0xf0, 0xf0, 0x30, 0x25, 0xc7, 0x30, 0xd4, 0x20, 0x9a, 0xa5, 0x91, 0x5e, 0xc4, 0xcf, 0x3f, 0x7a, 0xf8, 0xe1, 0x87, 0x9f, 0xb9, 0x9a, 0xde, 0x41, 0x21, 0x0c, 0x40, 0x9d, 0xb7, 0xdf, 0x2f, 0xc3, 0x9f, 0xdd, 0x7b, 0x76, 0x72, 0xc8, 0x33, 0x66, 0xc1, 0x9f, 0xea, 0x58, 0x28, 0x5e, 0x9f, 0x50, 0x18, 0x80, 0x46, 0x47, 0x7b, 0x3b, 0x7f, 0xc6, 0xa5, 0x30, 0xc1, 0xc5, 0x0b, 0x43, 0xb0, 0xae, 0x77, 0x1d, 0x6c, 0xde, 0xbc, 0x11, 0x22, 0xd1, 0x08, 0xa4, 0x93, 0x66, 0x7d, 0x4d, 0x8a, 0xe0, 0x6c, 0x6b, 0x6b, 0xe3, 0x33, 0xb8, 0x28, 0xc0, 0xb8, 0x84, 0xa7, 0x45, 0x14, 0xe7, 0x22, 0xa2, 0x47, 0x6c, 0x6f, 0xa0, 0xc0, 0xd3, 0xad, 0x9a, 0x46, 0x57, 0xd0, 0x0e, 0xf8, 0x87, 0xb9, 0xb9, 0xb9, 0xbf, 0xff, 0xdc, 0xe7, 0x3e, 0x77, 0x14, 0x8a, 0x98, 0x2f, 0xb8, 0x6a, 0x18, 0xe0, 0x83, 0x1f, 0xfc, 0x20, 0xcd, 0x74, 0xdd, 0x24, 0x18, 0xa0, 0xa9, 0xa9, 0x11, 0xfa, 0x39, 0xfc, 0x61, 0x70, 0xf9, 0xd2, 0x95, 0xaa, 0xf4, 0x2f, 0x11, 0x06, 0x51, 0x64, 0xa5, 0xdc, 0x54, 0xa2, 0x6f, 0xa0, 0x0f, 0xde, 0x38, 0x7e, 0x92, 0xd7, 0x0d, 0x2d, 0xc5, 0xcb, 0x44, 0x15, 0x33, 0xa8, 0x70, 0xee, 0xad, 0xb7, 0xde, 0x02, 0x3f, 0xfa, 0xd7, 0x1f, 0xe7, 0x6c, 0x8f, 0xd1, 0x51, 0x3e, 0x81, 0x49, 0xa9, 0x8f, 0x56, 0xbd, 0x21, 0x0e, 0x6d, 0x04, 0xee, 0xc7, 0xef, 0xc7, 0x70, 0xfd, 0x8f, 0xf0, 0xef, 0xcf, 0x7d, 0xed, 0x6b, 0x5f, 0xfb, 0x19, 0x12, 0x7f, 0x4a, 0xb6, 0x19, 0xa0, 0x88, 0xfe, 0x5b, 0x57, 0x8b, 0x06, 0xb8, 0x4f, 0x4a, 0x4e, 0x81, 0x3d, 0x37, 0x20, 0xfc, 0xa9, 0xad, 0xc3, 0x07, 0x17, 0xe7, 0x95, 0xda, 0x4a, 0x61, 0x00, 0x2a, 0x82, 0x9a, 0xce, 0xac, 0x3c, 0xa1, 0x42, 0x25, 0x4f, 0xa2, 0xd1, 0xda, 0xb2, 0x1c, 0x8b, 0x3a, 0x2f, 0xb6, 0xb5, 0xe7, 0x30, 0x3f, 0x4d, 0x64, 0x1d, 0xfe, 0xc5, 0x11, 0x84, 0x43, 0xa5, 0x79, 0x83, 0xa6, 0x26, 0xa6, 0x61, 0x6d, 0x57, 0x07, 0x9f, 0x15, 0x96, 0x19, 0x80, 0xf0, 0xbc, 0x54, 0xba, 0x71, 0x0e, 0xe1, 0x0e, 0x11, 0xfc, 0x31, 0xd4, 0x00, 0xc7, 0x0e, 0x1f, 0x3e, 0xfc, 0xf2, 0xab, 0xaf, 0xbe, 0x3a, 0x0e, 0xb9, 0xae, 0x2b, 0x06, 0xa8, 0x8d, 0xa7, 0xaf, 0xba, 0x91, 0x97, 0x01, 0x08, 0xfe, 0x08, 0xe8, 0x43, 0x63, 0xdf, 0xbe, 0xdd, 0xfc, 0x51, 0x90, 0x1b, 0xaf, 0x54, 0xe9, 0x7f, 0xe6, 0xec, 0x29, 0x88, 0xc5, 0x63, 0xcb, 0xea, 0x81, 0x08, 0x83, 0xd0, 0x6f, 0x90, 0xc4, 0xae, 0x43, 0x01, 0xb0, 0x73, 0xfb, 0xee, 0xb2, 0xd9, 0x01, 0x32, 0x03, 0xf0, 0xd6, 0xb3, 0xcd, 0x8d, 0x25, 0x7b, 0xd6, 0x28, 0x41, 0xbf, 0x13, 0x19, 0x80, 0xfa, 0x6d, 0x89, 0x3c, 0x5f, 0x1a, 0xe4, 0xc6, 0x3c, 0x71, 0xe2, 0xc4, 0x1f, 0x0f, 0x0d, 0x0d, 0xfd, 0x12, 0x09, 0xfe, 0x3c, 0xb8, 0x7b, 0xf0, 0xba, 0x1c, 0x80, 0x57, 0xb3, 0x16, 0x0e, 0x64, 0x80, 0x8f, 0x7c, 0xe4, 0x23, 0x6d, 0x28, 0x21, 0xde, 0x6e, 0x87, 0x3e, 0x37, 0x37, 0x43, 0x4f, 0x5f, 0x2f, 0x17, 0x05, 0x57, 0x86, 0x47, 0x4b, 0x62, 0x00, 0x22, 0xa4, 0x68, 0x5d, 0x14, 0x3a, 0xd7, 0xad, 0x83, 0x55, 0xb2, 0xef, 0x5b, 0x2b, 0x3c, 0xa2, 0xc8, 0x3c, 0x7f, 0xfe, 0xad, 0xcd, 0x8a, 0x0e, 0xe5, 0x81, 0x6a, 0xc3, 0x23, 0x83, 0x08, 0x31, 0xe6, 0x78, 0xde, 0x30, 0x75, 0x65, 0x2f, 0x75, 0x24, 0x39, 0x0c, 0xca, 0x22, 0x0c, 0xca, 0xb9, 0x3e, 0x7b, 0xfb, 0xfa, 0xe0, 0xf2, 0xd0, 0x08, 0x34, 0x36, 0x34, 0x2e, 0xf8, 0xb8, 0x73, 0xb3, 0x08, 0x83, 0xf0, 0xb8, 0x54, 0x4b, 0xf4, 0xe6, 0xfd, 0x37, 0xc2, 0x4f, 0x5f, 0x7a, 0x59, 0x86, 0x41, 0xb5, 0x48, 0xfc, 0x17, 0xc1, 0x5d, 0xc1, 0xdb, 0x6f, 0x71, 0x16, 0x35, 0xbe, 0x36, 0x18, 0x20, 0x95, 0x4a, 0xdd, 0x2b, 0xb6, 0xe1, 0xb1, 0x3f, 0x37, 0xee, 0xe1, 0x25, 0xff, 0x08, 0xfa, 0x10, 0x7e, 0x2d, 0xa9, 0x37, 0xec, 0xec, 0x34, 0xbc, 0xeb, 0x5d, 0xef, 0x84, 0xb9, 0x99, 0x18, 0x4c, 0x4f, 0xae, 0x9c, 0x89, 0xc4, 0x7d, 0xfb, 0x6e, 0x80, 0x48, 0x24, 0x84, 0x30, 0xe5, 0x28, 0xac, 0x69, 0x2f, 0x4f, 0x23, 0x8e, 0xf9, 0xd9, 0x79, 0x68, 0x59, 0xdd, 0x6c, 0xff, 0xee, 0xe9, 0xe9, 0x82, 0x93, 0x6f, 0x9c, 0xe4, 0xc9, 0xfc, 0x25, 0xc1, 0xab, 0xc9, 0x29, 0xe8, 0x58, 0xdb, 0x0e, 0x6f, 0xbf, 0xf3, 0x76, 0x85, 0x01, 0x1a, 0x1b, 0x1b, 0xa9, 0x01, 0xf5, 0xdf, 0x83, 0x7f, 0x8f, 0x5d, 0xaf, 0x8a, 0xde, 0xe2, 0xfb, 0x35, 0x05, 0x81, 0x94, 0xd9, 0xdf, 0x1b, 0x6f, 0xdc, 0xcb, 0x25, 0x6e, 0x39, 0xe0, 0x0f, 0x4d, 0xfb, 0x53, 0x29, 0x8e, 0xe1, 0x8b, 0x23, 0x2b, 0xca, 0x90, 0x9e, 0x42, 0xc8, 0xb2, 0x71, 0xcb, 0x00, 0xb7, 0x5f, 0xca, 0x75, 0xdd, 0xd4, 0x80, 0x5a, 0x66, 0x00, 0x5e, 0xe6, 0x3c, 0x1a, 0x29, 0xf9, 0xf8, 0xe4, 0xa4, 0xe8, 0xe8, 0x5c, 0x03, 0xdb, 0xb7, 0x5f, 0x67, 0x16, 0xef, 0xb2, 0xde, 0x63, 0x24, 0x12, 0xd9, 0xd7, 0xd9, 0xd9, 0xd9, 0x74, 0xf9, 0xf2, 0xe5, 0x31, 0xc8, 0xdf, 0x6f, 0xd7, 0xd9, 0xa0, 0xfa, 0xda, 0x60, 0x80, 0x03, 0x07, 0x0e, 0x50, 0x4f, 0xe0, 0x77, 0x8b, 0xdf, 0x54, 0xad, 0xb9, 0x0b, 0x25, 0x13, 0x15, 0x91, 0x1a, 0xb9, 0x3c, 0x5a, 0xf2, 0xcb, 0xa9, 0x47, 0x4d, 0x42, 0x95, 0xda, 0x9c, 0x85, 0xae, 0x96, 0xfb, 0x10, 0xed, 0x8f, 0x9a, 0x9a, 0x1a, 0xca, 0xc6, 0x00, 0xa4, 0x4d, 0x09, 0xa3, 0xcb, 0xc7, 0xeb, 0xea, 0x5a, 0x07, 0xf1, 0xf9, 0x24, 0xb7, 0x37, 0x16, 0x3a, 0x66, 0xa7, 0xe7, 0xc1, 0xc8, 0x18, 0xbc, 0x7b, 0xfc, 0xee, 0x3d, 0xd7, 0xc3, 0x2b, 0x47, 0xec, 0x66, 0x13, 0xfa, 0x86, 0x0d, 0x1b, 0x6e, 0x47, 0x06, 0xf8, 0x47, 0xc8, 0xdf, 0x73, 0x77, 0xc1, 0x2d, 0x48, 0x57, 0xc2, 0xf0, 0x7d, 0x83, 0x14, 0x42, 0x0b, 0x66, 0x3f, 0x2f, 0x13, 0xfe, 0xec, 0xdd, 0xcd, 0x6b, 0x4e, 0xce, 0x23, 0xfc, 0xc9, 0x66, 0x0c, 0xdb, 0x58, 0x5c, 0xc8, 0x92, 0x4a, 0xa7, 0x78, 0xf1, 0x2a, 0xaa, 0xb3, 0x53, 0xca, 0x71, 0x96, 0x62, 0xa1, 0x3e, 0xb6, 0xd4, 0xec, 0xa2, 0x63, 0xdd, 0x5a, 0xee, 0x09, 0x2b, 0xd7, 0x71, 0x63, 0x73, 0x6a, 0x29, 0xf3, 0xf5, 0xeb, 0xfb, 0x61, 0x74, 0x6c, 0x84, 0xbb, 0x2a, 0x9d, 0xad, 0xa1, 0xe4, 0x06, 0x1c, 0xf9, 0x16, 0x8a, 0x08, 0xa5, 0xed, 0xdf, 0x79, 0xd7, 0x3b, 0x1d, 0x02, 0xa8, 0xfe, 0x5d, 0xe0, 0x5f, 0x97, 0xc8, 0xf9, 0x3d, 0x03, 0x57, 0xe9, 0xf0, 0xd5, 0x00, 0x48, 0xf4, 0x4a, 0xe8, 0xf3, 0x8d, 0x37, 0xef, 0xe3, 0xf6, 0x26, 0x4d, 0x8d, 0x9f, 0x38, 0xf5, 0x1a, 0x3e, 0xd8, 0x85, 0xe3, 0x76, 0x2a, 0x0c, 0xfb, 0x6b, 0xbf, 0xfe, 0xab, 0x88, 0x7d, 0xe7, 0xe0, 0xc4, 0xc9, 0x37, 0x57, 0xd4, 0x03, 0x0b, 0xe9, 0x1a, 0xf4, 0xae, 0x5f, 0x07, 0xeb, 0x3a, 0xd7, 0xc2, 0xbf, 0xbc, 0xfc, 0x5d, 0x08, 0x97, 0xa1, 0x17, 0x01, 0xd5, 0x1e, 0x5d, 0xd7, 0x73, 0x97, 0x92, 0x88, 0x4f, 0x75, 0x47, 0x13, 0xc9, 0x18, 0xfc, 0xf4, 0xe7, 0x2f, 0xe6, 0xbf, 0x26, 0x5e, 0xba, 0x51, 0x93, 0x7e, 0x87, 0x79, 0x89, 0x47, 0xae, 0x49, 0x7a, 0x3b, 0xa0, 0xb5, 0xbd, 0x15, 0x76, 0xee, 0xdc, 0xa1, 0xec, 0x83, 0x30, 0xe8, 0x36, 0x84, 0x41, 0x35, 0xa8, 0x05, 0xe2, 0x10, 0xdc, 0x7f, 0xf7, 0xaa, 0x4e, 0xf2, 0xf0, 0x64, 0x80, 0xf7, 0xbd, 0xef, 0x7d, 0x51, 0x7c, 0x19, 0xef, 0x13, 0xbf, 0xdb, 0xd7, 0xb4, 0xc3, 0xba, 0xee, 0x2e, 0x5e, 0x58, 0x76, 0x7c, 0x64, 0x14, 0xae, 0x8c, 0x8c, 0x94, 0x74, 0x52, 0xaa, 0xd0, 0xd6, 0x50, 0xdf, 0x00, 0xa7, 0x4f, 0x9d, 0x81, 0x4b, 0x97, 0x06, 0x57, 0xdc, 0x43, 0xa3, 0x8a, 0x6f, 0x54, 0x9e, 0x91, 0xba, 0xd1, 0x88, 0xa4, 0x90, 0x52, 0xc7, 0xd0, 0xf0, 0x20, 0x6c, 0xda, 0xb8, 0x51, 0x59, 0xb7, 0x6b, 0xf7, 0x2e, 0x58, 0x83, 0x9a, 0xd2, 0xec, 0xb5, 0xeb, 0xec, 0xad, 0x9b, 0x54, 0x3c, 0x60, 0xa4, 0x55, 0xe5, 0xe2, 0x5f, 0x99, 0x4c, 0x9a, 0xa7, 0xa8, 0x52, 0xe2, 0x7a, 0xff, 0x86, 0xf5, 0xd0, 0xd4, 0xdc, 0x04, 0x5b, 0xb7, 0x6d, 0x85, 0x13, 0x6f, 0x9c, 0xb0, 0x79, 0x6c, 0xeb, 0xd6, 0xad, 0x04, 0x83, 0xfe, 0x09, 0xbc, 0xfb, 0xef, 0x66, 0xe1, 0x1a, 0x18, 0x9e, 0x0c, 0xd0, 0xdc, 0xdc, 0x4c, 0x95, 0x1f, 0x9a, 0x85, 0x44, 0xda, 0xb3, 0x77, 0x17, 0x77, 0xa7, 0xc5, 0xe6, 0xe6, 0x79, 0xb7, 0x93, 0xdf, 0x3c, 0xf0, 0xef, 0x0b, 0x3e, 0x81, 0x97, 0x53, 0x53, 0xf8, 0xa5, 0xb7, 0x6d, 0xbb, 0x0e, 0xb6, 0x5e, 0xb7, 0xa5, 0xa8, 0x0b, 0x2e, 0x77, 0xda, 0xe5, 0x42, 0x5a, 0x8a, 0x52, 0xcb, 0x23, 0xba, 0xfe, 0x3b, 0xde, 0x79, 0x07, 0x6f, 0xf2, 0x5c, 0xd0, 0xf1, 0xf2, 0x5c, 0x36, 0x55, 0x9b, 0x76, 0x36, 0xa0, 0x26, 0x3b, 0xa0, 0xbb, 0xab, 0xab, 0xe8, 0x63, 0xb9, 0x5c, 0xad, 0x89, 0x04, 0x2f, 0xdf, 0x7e, 0xf7, 0x7b, 0x7e, 0x45, 0x66, 0x00, 0x3a, 0xe7, 0x7b, 0xf0, 0xe3, 0x1b, 0x1e, 0x98, 0xff, 0x9a, 0x19, 0xe1, 0x7c, 0xf0, 0x87, 0x3e, 0xf7, 0xbf, 0xed, 0x26, 0xae, 0x62, 0xe7, 0x29, 0xb4, 0x56, 0x03, 0x65, 0xea, 0xbe, 0x68, 0xa2, 0xb4, 0x36, 0xa5, 0xda, 0x9a, 0x54, 0xd2, 0x50, 0xf7, 0x30, 0x43, 0x0a, 0x3e, 0x9e, 0x56, 0x46, 0xc6, 0x29, 0x92, 0xa8, 0x48, 0xda, 0x36, 0xa2, 0x16, 0x83, 0xfa, 0x86, 0x92, 0x8f, 0x25, 0xae, 0xcf, 0x5d, 0xbe, 0xd1, 0x2b, 0xc9, 0x1f, 0x8a, 0x6e, 0x4f, 0x4a, 0x0d, 0x39, 0x28, 0xfc, 0x61, 0xd7, 0x9e, 0x5d, 0x4e, 0x41, 0x74, 0x37, 0x35, 0xea, 0x3b, 0x7d, 0xfa, 0x74, 0xf2, 0x5a, 0x91, 0xf8, 0x79, 0x19, 0xe0, 0xc0, 0x81, 0x03, 0xd4, 0xc9, 0xfd, 0xd7, 0x05, 0xf1, 0x77, 0xae, 0xeb, 0x84, 0xb5, 0x68, 0xf0, 0x19, 0x46, 0x86, 0xb7, 0xfa, 0xf1, 0xec, 0xaa, 0x5e, 0x48, 0x6b, 0x4d, 0x8f, 0x97, 0xe7, 0x47, 0x94, 0x79, 0x5b, 0x6b, 0xfa, 0x10, 0x42, 0x10, 0x91, 0xfb, 0xf6, 0xba, 0x0d, 0x20, 0xaa, 0x82, 0x8f, 0xa7, 0x15, 0x46, 0xa0, 0x05, 0x1d, 0x4f, 0x2b, 0x9c, 0xd8, 0xf3, 0x1e, 0xcf, 0xfa, 0x33, 0x85, 0x48, 0xd3, 0x7b, 0x5b, 0xd5, 0xba, 0x0a, 0xfa, 0xfa, 0x7b, 0xe1, 0xc2, 0xf9, 0x8b, 0x36, 0x1a, 0xdd, 0xb2, 0x65, 0xcb, 0x3b, 0x90, 0x01, 0xbe, 0x03, 0xd7, 0xe8, 0x70, 0x31, 0x00, 0x4a, 0xfa, 0x77, 0xe0, 0xc3, 0x5a, 0x93, 0xcb, 0xfc, 0xda, 0xc3, 0xd5, 0xf3, 0xec, 0xf4, 0xac, 0x68, 0x57, 0x59, 0xb8, 0x14, 0x65, 0x45, 0x12, 0x65, 0x81, 0x04, 0x5a, 0x14, 0xe3, 0x2c, 0x23, 0x46, 0xcc, 0xcb, 0x84, 0x45, 0x32, 0x62, 0x20, 0x13, 0x2a, 0xc7, 0x32, 0x20, 0x1e, 0x8f, 0x41, 0x7d, 0x63, 0x23, 0xbc, 0xef, 0x57, 0xef, 0x86, 0x27, 0xbe, 0xfc, 0xb7, 0x8a, 0xb6, 0xc7, 0x8f, 0x2a, 0x03, 0xd8, 0x8f, 0xca, 0x51, 0xf9, 0xe1, 0x96, 0x5b, 0x6f, 0xe6, 0xf0, 0xa7, 0x65, 0x55, 0x33, 0x34, 0xaf, 0x6a, 0x06, 0x08, 0xe8, 0x3c, 0x9b, 0xbf, 0xa8, 0x13, 0x14, 0xb0, 0xbf, 0xf8, 0x8b, 0xa3, 0xc7, 0xad, 0xe6, 0xdc, 0x93, 0x05, 0xf4, 0xbc, 0xd5, 0xf2, 0xf6, 0xc8, 0x25, 0x68, 0xe1, 0xbf, 0xbd, 0xfb, 0x6a, 0xdd, 0xb5, 0xe8, 0x1c, 0x3d, 0x72, 0xb5, 0xe0, 0xed, 0xf3, 0x1f, 0x4f, 0x25, 0x75, 0x77, 0x0f, 0x5d, 0xe6, 0x60, 0x05, 0xff, 0x1e, 0xbb, 0x5e, 0xdb, 0x8b, 0xdf, 0xfb, 0xf6, 0xed, 0xc3, 0x4f, 0xa5, 0x9a, 0xe1, 0xbd, 0x77, 0xde, 0x79, 0xe7, 0xa7, 0x9f, 0x7f, 0xfe, 0xf9, 0x4c, 0x95, 0x01, 0xcc, 0x71, 0xa7, 0x20, 0x7e, 0x93, 0x21, 0x18, 0x4a, 0x7e, 0x43, 0x2a, 0xe8, 0xa4, 0x39, 0x48, 0x5d, 0xb3, 0x5f, 0x98, 0xf2, 0x3b, 0x2f, 0x81, 0x06, 0x13, 0x64, 0x79, 0xb7, 0x67, 0xae, 0xa6, 0xcf, 0x4e, 0x49, 0xeb, 0x24, 0x7f, 0x27, 0x41, 0xe7, 0x13, 0xd4, 0x4e, 0x64, 0xc8, 0x7c, 0x2b, 0xba, 0x39, 0xfb, 0xe4, 0x7a, 0x61, 0x7d, 0xa6, 0x9c, 0x80, 0xe5, 0xd5, 0x24, 0x4c, 0x39, 0x07, 0x73, 0x9c, 0x93, 0x49, 0xd5, 0xd5, 0xa9, 0x7e, 0x13, 0xb9, 0x4d, 0x25, 0x6d, 0xde, 0x16, 0x8d, 0x46, 0xc9, 0x47, 0x7a, 0xb4, 0xca, 0x00, 0x26, 0xe1, 0xf7, 0xca, 0x1a, 0xe0, 0x7f, 0xfc, 0xb7, 0xff, 0xb9, 0xe8, 0x55, 0x98, 0xab, 0x63, 0xc9, 0x47, 0xcf, 0xb5, 0xca, 0x00, 0x5e, 0x33, 0xc1, 0xc7, 0xca, 0x55, 0x85, 0xb9, 0x4a, 0xfc, 0x2b, 0x62, 0x18, 0xa8, 0x11, 0x8e, 0x5f, 0xab, 0x37, 0xaf, 0x7b, 0xd8, 0x00, 0x0f, 0xe3, 0xc7, 0xe5, 0x72, 0x10, 0x7c, 0xd0, 0x3e, 0xd5, 0xb1, 0x2c, 0x46, 0x06, 0xed, 0xbb, 0xcf, 0x3e, 0xfd, 0xf4, 0xd3, 0xe7, 0xaf, 0xd5, 0x07, 0xe0, 0x09, 0x71, 0x69, 0x26, 0x18, 0xc7, 0x01, 0x7c, 0x38, 0xef, 0x41, 0x86, 0x68, 0xa7, 0xca, 0x62, 0x72, 0x56, 0x98, 0x17, 0x11, 0xcb, 0x93, 0x38, 0x2b, 0x45, 0xea, 0xcb, 0xf7, 0x54, 0xd6, 0x87, 0xaa, 0x69, 0xcb, 0x99, 0xcb, 0xa9, 0x84, 0xdf, 0x28, 0xde, 0xfb, 0x71, 0xbc, 0xce, 0xbf, 0x3d, 0x74, 0xe8, 0xd0, 0x60, 0x55, 0x0e, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0x47, 0x75, 0x54, 0xc7, 0xb5, 0x32, 0xfe, 0x3f, 0xf0, 0x2e, 0x7f, 0x74, 0x9e, 0x4b, 0x63, 0xdd, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_transmit_receive_192_png_len = 20721; unsigned char network_transmit_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x30, 0xa3, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x70, 0x1c, 0xd7, 0x95, 0xd8, 0xeb, 0x99, 0xc1, 0x60, 0x66, 0x80, 0x01, 0x30, 0xb8, 0x49, 0x10, 0xe0, 0x4d, 0x91, 0x04, 0xef, 0x5b, 0xa2, 0x6d, 0x91, 0x92, 0xd6, 0x3a, 0xbc, 0xeb, 0xf5, 0x11, 0x7a, 0x7d, 0xec, 0xba, 0xac, 0x8a, 0xcb, 0x97, 0xbc, 0xde, 0xc4, 0xeb, 0x72, 0xb2, 0xb9, 0x96, 0xa9, 0x54, 0x79, 0xbd, 0xae, 0xd8, 0xde, 0x92, 0xca, 0x96, 0xa5, 0x8d, 0x92, 0x75, 0x6d, 0xe2, 0x8a, 0xb5, 0x5e, 0xc7, 0x47, 0x24, 0x59, 0x72, 0x24, 0xda, 0xb2, 0xa8, 0xcb, 0xa2, 0x78, 0x88, 0x22, 0xc5, 0x1b, 0x20, 0x01, 0x92, 0xb8, 0x81, 0xc1, 0xdc, 0x33, 0xdd, 0x3f, 0xef, 0xfd, 0xee, 0xdf, 0xfd, 0xbb, 0xa7, 0x7b, 0x66, 0x00, 0x02, 0x10, 0x08, 0xa9, 0xc1, 0xcf, 0xee, 0xe9, 0xbb, 0xff, 0x7b, 0xff, 0xdd, 0xef, 0x7d, 0x80, 0x77, 0x97, 0x77, 0x97, 0x77, 0x97, 0x77, 0xee, 0xa2, 0xcc, 0xe7, 0x97, 0x3b, 0x78, 0xf0, 0x60, 0x20, 0x16, 0x8b, 0x2d, 0x2f, 0x14, 0x0a, 0xab, 0xfd, 0x7e, 0x7f, 0xcd, 0x4c, 0xdf, 0x5f, 0x55, 0xd5, 0x8a, 0xf6, 0x4d, 0xe5, 0xdc, 0x99, 0xdc, 0xc7, 0x18, 0x4b, 0x28, 0x8a, 0x72, 0xe6, 0x9b, 0xdf, 0xfc, 0xe6, 0x25, 0xfa, 0xf9, 0x8e, 0x42, 0x80, 0x6f, 0x7f, 0xfb, 0xdb, 0xfb, 0x7d, 0x3e, 0xdf, 0xf7, 0x70, 0x73, 0xdd, 0x6c, 0xdc, 0x1f, 0x3b, 0xd7, 0x5c, 0xcb, 0xdb, 0xa5, 0xf6, 0xbd, 0x8d, 0xe7, 0x1f, 0x46, 0xe4, 0xf8, 0xf3, 0xef, 0x7c, 0xe7, 0x3b, 0x47, 0xdf, 0x11, 0x08, 0x80, 0xc0, 0xdf, 0x8a, 0xc0, 0x7f, 0x19, 0x37, 0x83, 0x55, 0x55, 0x55, 0x10, 0x89, 0x44, 0x00, 0x47, 0x02, 0x6f, 0x81, 0x40, 0x60, 0xc6, 0x00, 0xef, 0xdc, 0xef, 0x05, 0x94, 0x72, 0x80, 0xaa, 0xe4, 0x1e, 0x5e, 0xf7, 0xc2, 0xef, 0xe4, 0xdf, 0xe4, 0x76, 0x7e, 0x3e, 0x9f, 0x87, 0xa1, 0xa1, 0x21, 0xc8, 0x64, 0x32, 0xb4, 0x6b, 0x0c, 0x91, 0x60, 0xd7, 0x77, 0xbf, 0xfb, 0xdd, 0xf3, 0x33, 0xd9, 0xd7, 0x81, 0xf9, 0x88, 0x00, 0xd8, 0x29, 0xdf, 0x22, 0xe0, 0x37, 0x37, 0x37, 0xc3, 0xfe, 0xfd, 0xfb, 0x20, 0x1c, 0x0e, 0x23, 0xaa, 0x4e, 0x15, 0x57, 0x59, 0x85, 0xbb, 0x58, 0x45, 0xb7, 0x61, 0x53, 0xa0, 0xc0, 0x8c, 0x79, 0xdc, 0xa8, 0xec, 0xa3, 0x1c, 0x08, 0xa5, 0x31, 0x98, 0x88, 0xc7, 0xe1, 0x67, 0xff, 0xe7, 0x67, 0x30, 0x38, 0x38, 0x18, 0xc3, 0x5d, 0x7f, 0x83, 0xed, 0xc0, 0x82, 0xa6, 0x00, 0x8f, 0x3f, 0xfe, 0xb8, 0xbf, 0xbf, 0xbf, 0x7f, 0x1c, 0x37, 0x6b, 0xef, 0xb9, 0xf7, 0x1e, 0xe8, 0xea, 0xea, 0x9c, 0xce, 0x38, 0x9f, 0x02, 0x60, 0xa6, 0x77, 0x2f, 0xd7, 0x23, 0x37, 0xc0, 0xa5, 0x8b, 0x10, 0x4c, 0xfa, 0x79, 0xfa, 0xd4, 0x69, 0xf8, 0xf1, 0x8f, 0x1f, 0x27, 0xaa, 0x30, 0x56, 0x5f, 0x5f, 0xdf, 0x8c, 0xb2, 0x91, 0xb6, 0x60, 0x29, 0xc0, 0xe5, 0xcb, 0x97, 0x63, 0x28, 0xf0, 0xd5, 0x12, 0x69, 0x6c, 0xa8, 0x6f, 0xe0, 0xfb, 0xf2, 0xf9, 0x1c, 0xa4, 0x33, 0xa9, 0xe9, 0x75, 0xa4, 0x83, 0xec, 0x4e, 0x6d, 0x60, 0x32, 0x8f, 0xf3, 0x59, 0xe5, 0x94, 0x82, 0x79, 0xb3, 0x22, 0x93, 0xdc, 0x7b, 0x5c, 0x13, 0x8d, 0xd6, 0x21, 0x0f, 0xac, 0x86, 0xd6, 0xd6, 0x56, 0x71, 0x6e, 0x6c, 0x62, 0x62, 0x82, 0x3a, 0x65, 0x74, 0xc1, 0x22, 0x40, 0x75, 0x75, 0x75, 0x14, 0xa5, 0x7e, 0x20, 0xde, 0xaf, 0xf8, 0x74, 0x02, 0x95, 0x2f, 0xe4, 0x21, 0x95, 0x49, 0x42, 0x36, 0xab, 0xc2, 0x6b, 0xbf, 0x1f, 0x30, 0xcf, 0x8d, 0x44, 0x02, 0x78, 0x9e, 0xbf, 0x02, 0x00, 0xb3, 0x92, 0xc8, 0x12, 0x09, 0xd3, 0x7d, 0x7c, 0xe5, 0xe1, 0x56, 0x06, 0xf8, 0xe1, 0xb0, 0xdf, 0x7e, 0x9f, 0x0a, 0xd8, 0x87, 0x3f, 0xa0, 0xf0, 0xef, 0x70, 0x3e, 0x94, 0xae, 0x09, 0x85, 0xc2, 0x1c, 0x01, 0x70, 0x40, 0xf0, 0x46, 0xfd, 0x82, 0x72, 0x41, 0x74, 0x41, 0x23, 0x40, 0x2e, 0x97, 0xab, 0x13, 0x82, 0x91, 0xcf, 0xe0, 0xfb, 0x8c, 0xe9, 0x14, 0xaf, 0xaf, 0x2f, 0x01, 0x9f, 0xfe, 0xd4, 0x33, 0x0b, 0x4b, 0x0f, 0xc7, 0x6f, 0xfc, 0xd1, 0x8f, 0xef, 0x82, 0x4d, 0x9b, 0x9a, 0x8a, 0x10, 0x53, 0x7c, 0xb7, 0x82, 0xfd, 0x41, 0x03, 0x82, 0x84, 0x42, 0x3c, 0xbf, 0x6e, 0x41, 0x0b, 0x81, 0x08, 0xf8, 0xa8, 0xa6, 0x69, 0x3a, 0x05, 0x30, 0x10, 0x40, 0x33, 0x46, 0x77, 0x62, 0x32, 0xcf, 0xd7, 0x1f, 0xfd, 0xa8, 0x8f, 0x8f, 0x1a, 0xc6, 0x14, 0x83, 0xaf, 0x33, 0x57, 0x3e, 0x9f, 0xcd, 0xe6, 0xa4, 0x7d, 0xac, 0x48, 0x1e, 0xd0, 0xa9, 0x06, 0x3d, 0xc3, 0xe7, 0xca, 0x2a, 0x4a, 0xdd, 0x9b, 0x96, 0x42, 0x41, 0x33, 0x74, 0x77, 0x66, 0xbc, 0x8b, 0xe2, 0x7a, 0x9e, 0xfb, 0x7d, 0x18, 0x5c, 0xbd, 0x3a, 0x02, 0x67, 0xcf, 0x2e, 0x86, 0xfe, 0xbe, 0x24, 0x47, 0x00, 0x02, 0x7c, 0x2a, 0x99, 0xe6, 0xe7, 0x84, 0xc2, 0xd5, 0x40, 0xfd, 0xc0, 0x85, 0x62, 0xec, 0x07, 0xea, 0x0f, 0x43, 0x6b, 0x88, 0x2e, 0x68, 0x04, 0xc0, 0x8f, 0x8e, 0x1a, 0x88, 0x60, 0xb2, 0x00, 0x31, 0x12, 0x26, 0x27, 0x75, 0x80, 0xae, 0x58, 0xd1, 0x8a, 0xe4, 0x36, 0xe0, 0x50, 0x9b, 0x8c, 0xb1, 0xc3, 0x2c, 0x85, 0xc1, 0xed, 0x18, 0x00, 0x93, 0x10, 0xc0, 0x6d, 0x3f, 0xb3, 0x01, 0x51, 0xbf, 0x9f, 0xf7, 0x31, 0x7d, 0x9f, 0xf7, 0x71, 0xf7, 0x63, 0xfa, 0x33, 0x35, 0x6d, 0x14, 0x2e, 0x5e, 0xd4, 0xf0, 0xbb, 0xf2, 0x1c, 0xf8, 0xe7, 0xcf, 0x5e, 0x82, 0x81, 0x6b, 0x03, 0xd0, 0xb1, 0x64, 0x31, 0x34, 0x35, 0x37, 0x41, 0x7d, 0x54, 0x50, 0x00, 0xc5, 0x54, 0x15, 0xb1, 0x2d, 0x6c, 0x04, 0x20, 0x12, 0x47, 0x1f, 0xca, 0x11, 0x40, 0xf1, 0xd9, 0x3a, 0x2f, 0x91, 0xc8, 0x19, 0x54, 0x82, 0xe1, 0xc8, 0xd3, 0x3c, 0x01, 0xad, 0x0f, 0x1c, 0xe6, 0x00, 0x12, 0x54, 0x04, 0x68, 0x27, 0x92, 0xe8, 0x48, 0x79, 0x63, 0x80, 0x96, 0xdf, 0x53, 0xde, 0x4f, 0xac, 0xce, 0xef, 0xd7, 0x4c, 0xc4, 0x6e, 0x6a, 0x8e, 0xc1, 0xc4, 0xf8, 0x84, 0xc9, 0x1a, 0x34, 0xa6, 0x0a, 0xb5, 0xd8, 0xa4, 0x00, 0xb8, 0x2c, 0x6c, 0x16, 0x20, 0x30, 0xdc, 0xce, 0x02, 0x04, 0x05, 0xc8, 0xe3, 0x7e, 0xdd, 0x20, 0x44, 0x54, 0xa1, 0x1c, 0xa0, 0xdd, 0x80, 0x39, 0xf7, 0x80, 0x56, 0x3c, 0x9f, 0x47, 0x08, 0xee, 0xf3, 0xe9, 0x14, 0x80, 0x8b, 0xf8, 0xb1, 0x06, 0xd8, 0xbe, 0x73, 0x8b, 0x29, 0x07, 0x88, 0x67, 0x28, 0x06, 0x0b, 0x90, 0xfb, 0x67, 0x41, 0x23, 0x80, 0xb0, 0xf8, 0xf9, 0x04, 0x0b, 0xd0, 0x98, 0xc9, 0x02, 0x42, 0x21, 0xe0, 0xa3, 0x7f, 0xa6, 0x00, 0xed, 0x75, 0xad, 0xfb, 0x31, 0x0b, 0xd0, 0xd6, 0xb9, 0xcc, 0xf1, 0x3c, 0xc5, 0x81, 0x24, 0x3a, 0x45, 0xb2, 0xae, 0xb1, 0xce, 0x27, 0xc9, 0x5e, 0xf1, 0xa9, 0x3a, 0x05, 0x60, 0xc5, 0xda, 0x89, 0x40, 0x7c, 0x42, 0x14, 0x41, 0x01, 0xde, 0x11, 0x2c, 0xc0, 0x94, 0x01, 0x04, 0x05, 0xc0, 0x1e, 0xa4, 0x8f, 0x9f, 0x8c, 0xe7, 0x50, 0x4d, 0x14, 0xbf, 0x67, 0x03, 0xd0, 0x8a, 0x05, 0x02, 0xdb, 0xb1, 0x62, 0xe1, 0x50, 0x16, 0xf4, 0xc4, 0x31, 0x1d, 0xd0, 0x9a, 0x0b, 0x12, 0x80, 0x41, 0xad, 0xec, 0xef, 0x4c, 0xa4, 0x1d, 0x58, 0xde, 0x14, 0x6e, 0x33, 0xe9, 0x0c, 0x9c, 0x3e, 0x7d, 0x16, 0xea, 0xea, 0xea, 0xa0, 0xb9, 0xa5, 0x09, 0xaa, 0x51, 0x05, 0xd4, 0x59, 0x80, 0x02, 0xc1, 0x60, 0x90, 0xdf, 0x0b, 0xbf, 0xbd, 0x6e, 0xa1, 0x23, 0x40, 0xd4, 0x92, 0x01, 0x14, 0x03, 0x08, 0x7a, 0xef, 0x25, 0x93, 0x79, 0x1c, 0x35, 0xaa, 0x29, 0x1d, 0x4f, 0x05, 0xd0, 0x16, 0x92, 0xc8, 0x40, 0x53, 0x1c, 0xe7, 0x6b, 0x26, 0x22, 0x78, 0x8d, 0xf8, 0x62, 0xc4, 0xb1, 0x2b, 0xfd, 0xfa, 0xbb, 0x68, 0xd2, 0x73, 0x9d, 0xd7, 0x28, 0x12, 0x55, 0xf0, 0x61, 0x53, 0x61, 0x7c, 0x3c, 0xcb, 0x47, 0x7d, 0x22, 0x99, 0x82, 0xd1, 0xe1, 0x31, 0x08, 0xa3, 0xfe, 0x5f, 0xc8, 0x93, 0xce, 0x5f, 0xe0, 0x17, 0x0a, 0x8a, 0xc8, 0xf4, 0xed, 0x85, 0xcf, 0x02, 0x8a, 0x28, 0x00, 0x13, 0x2c, 0xa0, 0x00, 0xe4, 0x0b, 0x22, 0x16, 0x60, 0xf1, 0x51, 0x6f, 0x5e, 0x2d, 0x03, 0x4e, 0x8c, 0x40, 0x59, 0x72, 0x97, 0x49, 0xb6, 0x1b, 0xd9, 0xb7, 0x34, 0x13, 0x37, 0x80, 0x3b, 0x91, 0xce, 0x4d, 0x55, 0x24, 0x40, 0x17, 0xb3, 0x04, 0x81, 0x18, 0x7e, 0x3f, 0x09, 0x81, 0x39, 0x8e, 0x00, 0x42, 0x08, 0x7c, 0xcf, 0xed, 0x7b, 0x20, 0x97, 0xcd, 0x43, 0x75, 0x28, 0x08, 0x8a, 0x5f, 0xd1, 0xd1, 0xf1, 0x9d, 0x84, 0x00, 0x64, 0x01, 0x75, 0x22, 0x80, 0x18, 0x51, 0x09, 0xe4, 0x95, 0x3a, 0x05, 0xb0, 0x46, 0xb4, 0x3b, 0x2f, 0x06, 0x43, 0xcd, 0x62, 0x2e, 0xfa, 0xbd, 0x05, 0x70, 0x27, 0x00, 0xed, 0xa3, 0xdd, 0x5d, 0x5d, 0xd4, 0x55, 0x42, 0xc5, 0x43, 0x8b, 0x70, 0xd3, 0x4a, 0x34, 0xc3, 0x46, 0xc0, 0x6c, 0xd4, 0x40, 0xff, 0x4d, 0x42, 0x20, 0xe3, 0xdf, 0x25, 0x88, 0x08, 0x91, 0x7a, 0x4e, 0xee, 0xe9, 0x4f, 0xd3, 0x0c, 0x44, 0x7d, 0x07, 0xa9, 0x81, 0x42, 0xcd, 0xa1, 0x4e, 0xe0, 0xc0, 0x10, 0x1d, 0x8a, 0xff, 0xc6, 0xc7, 0x33, 0xb8, 0x5f, 0x31, 0x78, 0xa1, 0x13, 0x09, 0xdc, 0x79, 0xb4, 0xfd, 0x18, 0xb3, 0x91, 0x61, 0x27, 0xa5, 0x90, 0x9b, 0xfd, 0xb8, 0x52, 0xa4, 0x62, 0x32, 0x17, 0x4f, 0x90, 0x4e, 0xfe, 0xed, 0xc8, 0x23, 0x53, 0x28, 0xa7, 0xd6, 0xa2, 0x5b, 0x3c, 0x19, 0xa7, 0x6c, 0xc6, 0xab, 0x41, 0x6f, 0xcf, 0x15, 0xbe, 0x19, 0x8b, 0xd5, 0x43, 0xb4, 0xae, 0xd6, 0xb8, 0x87, 0x2e, 0x03, 0x18, 0xc8, 0x55, 0xf7, 0x8e, 0xa0, 0x00, 0xa6, 0xda, 0xa3, 0x31, 0xd3, 0x06, 0x1f, 0x8f, 0x67, 0x79, 0x87, 0xe9, 0x23, 0x9b, 0xb9, 0x00, 0xda, 0xce, 0x8f, 0xbd, 0x8c, 0x39, 0x4e, 0x6a, 0x61, 0x07, 0x8c, 0x62, 0x43, 0x98, 0x62, 0xf5, 0x52, 0x06, 0x72, 0x79, 0x6a, 0x20, 0xa8, 0x90, 0xb8, 0x26, 0x97, 0x2b, 0x20, 0xc0, 0x53, 0x28, 0xcf, 0xa4, 0x60, 0x62, 0x22, 0x81, 0x48, 0x50, 0xad, 0x23, 0x00, 0x09, 0x81, 0x99, 0x0c, 0x5c, 0xbc, 0xd0, 0xc3, 0x8d, 0x40, 0xe1, 0x70, 0x08, 0x35, 0x9e, 0x90, 0x49, 0x39, 0x42, 0xa1, 0xea, 0x77, 0x06, 0x05, 0x10, 0x1f, 0x18, 0xac, 0x0e, 0x9a, 0xaa, 0x90, 0x50, 0x8b, 0x26, 0xe3, 0x79, 0x88, 0x46, 0x65, 0x3d, 0x1b, 0x4a, 0xa8, 0x68, 0xcc, 0x95, 0x2d, 0x14, 0x0b, 0x6d, 0x8a, 0x83, 0xbc, 0x33, 0x87, 0xa5, 0xcf, 0x4d, 0xcf, 0x77, 0x57, 0x13, 0xe5, 0x67, 0x0b, 0x99, 0x83, 0x04, 0xd6, 0xf1, 0xf1, 0x04, 0x8c, 0x8d, 0x4d, 0x42, 0x22, 0x91, 0x80, 0x6c, 0x36, 0x0f, 0xb2, 0x17, 0xde, 0xef, 0x0f, 0xe2, 0x3e, 0x0d, 0x0a, 0x28, 0xd7, 0x54, 0x87, 0xab, 0x61, 0xf7, 0x6d, 0xdb, 0x21, 0x89, 0x08, 0x12, 0xae, 0x09, 0x43, 0x55, 0x30, 0xc0, 0xaf, 0x27, 0x4a, 0x51, 0x5d, 0x1d, 0x7a, 0xe7, 0xa8, 0x81, 0xf4, 0xd1, 0xc1, 0xaa, 0xa0, 0x0e, 0x00, 0x49, 0x7f, 0x22, 0x2d, 0xa0, 0xa9, 0x49, 0x91, 0xc8, 0xb0, 0x22, 0x8d, 0x44, 0x8b, 0xb7, 0xda, 0x47, 0x71, 0xb1, 0x10, 0x68, 0x37, 0xed, 0xda, 0x59, 0x82, 0x1d, 0xa8, 0x76, 0x23, 0x8e, 0x53, 0x95, 0xb3, 0x69, 0xee, 0xcc, 0x7a, 0x3e, 0xbd, 0xff, 0xe8, 0x68, 0xdc, 0x00, 0x7a, 0xca, 0xb4, 0x5b, 0x08, 0x9d, 0xde, 0x92, 0x45, 0x80, 0x0b, 0xb5, 0x74, 0x4d, 0x22, 0x91, 0x87, 0xfa, 0xfa, 0x20, 0x0f, 0x7e, 0xe1, 0x01, 0x30, 0xe2, 0xbd, 0x99, 0x0a, 0xa8, 0x2b, 0x98, 0x6a, 0xe0, 0x82, 0x67, 0x01, 0xe4, 0x0b, 0xa0, 0x0f, 0xad, 0xaa, 0x0a, 0xd8, 0x34, 0x00, 0x1d, 0x01, 0x48, 0x0b, 0x50, 0x4c, 0x16, 0xe0, 0xe4, 0xe9, 0xa5, 0x1c, 0x2f, 0x76, 0x12, 0x5d, 0xde, 0x67, 0x20, 0xa8, 0x81, 0x4e, 0x21, 0xc0, 0x86, 0x24, 0xb2, 0x4a, 0x29, 0xaf, 0x89, 0x84, 0x8f, 0x8c, 0xc4, 0x61, 0x78, 0x78, 0xdc, 0x16, 0xe0, 0xa9, 0x0b, 0xb3, 0x8a, 0xf4, 0x5b, 0x76, 0x7e, 0x59, 0xd4, 0xad, 0xbe, 0x2e, 0x88, 0xeb, 0x04, 0xb2, 0xba, 0x49, 0xa8, 0x8d, 0xd6, 0x40, 0x6d, 0x6d, 0x8d, 0x6e, 0xf3, 0xf0, 0x91, 0x4c, 0x64, 0x9a, 0x82, 0x17, 0x3e, 0x0b, 0xe0, 0x76, 0x00, 0xd3, 0xf4, 0xa9, 0x8f, 0x1e, 0x4d, 0x65, 0xd8, 0xc1, 0x2a, 0xe8, 0xbb, 0x8b, 0xd5, 0x36, 0xbb, 0x5a, 0x68, 0x1f, 0xdd, 0xd6, 0x88, 0x87, 0x12, 0xbc, 0x1f, 0x1c, 0x6a, 0xa3, 0xe0, 0xed, 0x9a, 0x69, 0x17, 0x90, 0x85, 0x4e, 0x99, 0x02, 0x8c, 0x8f, 0x4f, 0xc2, 0xc0, 0xc0, 0x08, 0xa4, 0x52, 0x19, 0x73, 0x74, 0x5b, 0x23, 0x5d, 0x06, 0x7a, 0x71, 0x00, 0x96, 0xdf, 0xcf, 0x4c, 0x0d, 0x07, 0xa0, 0x06, 0x8e, 0x1f, 0x7d, 0x03, 0xc2, 0x91, 0x08, 0x2c, 0x82, 0x36, 0x4e, 0x05, 0x35, 0x43, 0x13, 0x08, 0x06, 0xab, 0x67, 0x05, 0x01, 0x7c, 0xf3, 0x09, 0xf8, 0x14, 0x06, 0x8e, 0x1f, 0xc9, 0xe9, 0x5f, 0xc0, 0x2f, 0x79, 0xfb, 0xf0, 0x5f, 0x22, 0x99, 0xe3, 0x9d, 0x4e, 0x24, 0x53, 0x48, 0xdb, 0x04, 0x24, 0x61, 0x04, 0x12, 0x8d, 0xa8, 0x03, 0x35, 0x71, 0x5c, 0x8c, 0x62, 0x71, 0x8d, 0x65, 0x9e, 0x65, 0x26, 0x25, 0x10, 0xf7, 0x10, 0xd7, 0x5a, 0xf7, 0x60, 0x8e, 0x6b, 0x14, 0xdb, 0xf9, 0xc4, 0xdb, 0xcf, 0x9c, 0xe9, 0x81, 0x9e, 0x9e, 0x6b, 0x90, 0x4e, 0xe7, 0x0c, 0xc3, 0x8e, 0xcf, 0x0c, 0x60, 0x25, 0xde, 0x2d, 0x9a, 0xb5, 0xdf, 0x67, 0x36, 0xa1, 0x05, 0xd0, 0x12, 0x37, 0xac, 0x81, 0x9b, 0xb7, 0x6d, 0x84, 0x96, 0x56, 0x14, 0x02, 0x23, 0x21, 0x1c, 0x04, 0x01, 0xd3, 0xe8, 0x25, 0xf9, 0x02, 0x22, 0x07, 0x0e, 0x1c, 0xf0, 0x2f, 0x48, 0x0a, 0x40, 0xd1, 0x40, 0x3a, 0xf9, 0xaf, 0x32, 0xfd, 0x00, 0x9c, 0x04, 0x92, 0x95, 0x2c, 0x51, 0x30, 0x79, 0xa6, 0xa6, 0x69, 0x9e, 0xfc, 0xdd, 0x39, 0xea, 0x2d, 0xf3, 0x2c, 0xb8, 0xaa, 0x6e, 0x76, 0x95, 0xd0, 0x49, 0x8d, 0x14, 0x87, 0xb0, 0xa7, 0x9f, 0x9f, 0x4e, 0x67, 0xa0, 0xbf, 0x7f, 0x88, 0xaf, 0xcb, 0x91, 0x78, 0xe7, 0xa8, 0xb7, 0x8e, 0x09, 0x19, 0x40, 0x31, 0x58, 0x40, 0x8e, 0x7f, 0xa7, 0x20, 0xfd, 0x12, 0x4b, 0xe4, 0xc8, 0xe6, 0x0f, 0xf8, 0x75, 0x0f, 0x21, 0x62, 0x61, 0x2c, 0x16, 0xab, 0xc5, 0x43, 0x13, 0x0b, 0x0e, 0x01, 0x10, 0xf0, 0x75, 0xc4, 0x3b, 0xed, 0x56, 0x40, 0x7b, 0x2c, 0x80, 0x2e, 0x34, 0x15, 0x0b, 0x62, 0x76, 0x12, 0xad, 0x99, 0x1d, 0x6c, 0x8d, 0x62, 0x37, 0x67, 0x8d, 0xb7, 0x49, 0xd7, 0x92, 0x13, 0x14, 0xf3, 0x38, 0xbd, 0xdb, 0xf5, 0xeb, 0xa3, 0x7c, 0xe4, 0x0b, 0x43, 0x4e, 0x39, 0x12, 0x6f, 0xb1, 0x04, 0xef, 0xfd, 0xf4, 0x4d, 0x93, 0x06, 0x82, 0x6b, 0x28, 0x30, 0x8e, 0x8d, 0x4e, 0xe0, 0x60, 0x08, 0x72, 0x2a, 0x60, 0xb9, 0x84, 0x75, 0x8f, 0xa0, 0x11, 0x16, 0x56, 0xb7, 0x20, 0x11, 0x40, 0xa8, 0x38, 0xe4, 0x25, 0x03, 0xa7, 0x15, 0x30, 0x91, 0x37, 0x47, 0x8c, 0x2c, 0x71, 0xcb, 0x1d, 0x2b, 0x8f, 0x72, 0xa1, 0x7f, 0xbb, 0x19, 0x62, 0xdc, 0x74, 0xfd, 0x52, 0x7a, 0x3c, 0x6d, 0xc7, 0xe3, 0x49, 0x1e, 0xc1, 0x23, 0x84, 0x3b, 0x41, 0xe6, 0xbd, 0x00, 0x5e, 0x4c, 0x09, 0xbc, 0xa8, 0x81, 0xc2, 0xe5, 0x1a, 0xa2, 0x00, 0xf4, 0x4a, 0x67, 0x4e, 0x9f, 0x83, 0x09, 0x94, 0x29, 0x3a, 0x96, 0x2c, 0x02, 0xc5, 0x17, 0xe3, 0x08, 0xa1, 0xbf, 0x8f, 0xcf, 0xcc, 0x89, 0xc8, 0xe5, 0x72, 0xd1, 0xb7, 0x85, 0x05, 0x7c, 0xeb, 0x5b, 0xdf, 0x6a, 0xc7, 0x97, 0xd8, 0x82, 0xbc, 0x6b, 0x0d, 0xfe, 0x0c, 0xcf, 0x34, 0x02, 0x20, 0x76, 0x77, 0x11, 0x5f, 0x24, 0xb2, 0x77, 0xea, 0xd4, 0x29, 0xae, 0xfa, 0x64, 0xb3, 0x69, 0xc8, 0xe6, 0xb2, 0x30, 0x74, 0x7d, 0x02, 0xf6, 0xed, 0x0b, 0xc1, 0xd2, 0xa5, 0x1a, 0x84, 0x42, 0x3e, 0x17, 0x35, 0x8c, 0x79, 0x90, 0x6e, 0x37, 0xef, 0x9f, 0x25, 0xd8, 0xb9, 0x25, 0x77, 0xc8, 0xdb, 0xf4, 0x2e, 0xa4, 0xca, 0x05, 0x83, 0x79, 0x68, 0x6b, 0xab, 0x46, 0x4d, 0x44, 0x35, 0xfd, 0xf7, 0x95, 0x90, 0x78, 0x17, 0x35, 0xb7, 0x18, 0x08, 0x01, 0x66, 0x7a, 0x04, 0x3b, 0x97, 0x2e, 0xc1, 0xd1, 0x7e, 0x55, 0x22, 0xf9, 0xcc, 0xb4, 0x56, 0x0a, 0x73, 0xf0, 0x4c, 0x86, 0x85, 0x55, 0x84, 0x00, 0x46, 0xac, 0xfe, 0x7f, 0xc4, 0xcd, 0xaf, 0x13, 0xe0, 0x19, 0x63, 0x33, 0x3d, 0xf2, 0x6d, 0xa3, 0x8a, 0xd4, 0xa9, 0xa3, 0xaf, 0x1f, 0x2d, 0xca, 0xb4, 0xb9, 0xf7, 0xde, 0xd0, 0x14, 0xd2, 0xaa, 0x9c, 0x5e, 0x3f, 0xe6, 0xa2, 0xee, 0x55, 0x76, 0xaf, 0xc6, 0xc6, 0x10, 0xfe, 0x6f, 0x3d, 0x7b, 0x6c, 0x2c, 0x0f, 0xa7, 0x4f, 0x4f, 0xa2, 0xd4, 0xaf, 0x96, 0x25, 0xf1, 0x95, 0x50, 0x02, 0x0a, 0x0a, 0x11, 0x14, 0xae, 0xa6, 0x36, 0x02, 0x6b, 0xd6, 0xad, 0xb2, 0x22, 0x8a, 0xb9, 0x21, 0xcc, 0x1e, 0x15, 0x34, 0x93, 0xb6, 0x80, 0x8a, 0x10, 0x00, 0x81, 0x4f, 0x80, 0xff, 0x6b, 0xda, 0xae, 0xaf, 0xaf, 0x87, 0x9a, 0x9a, 0x9a, 0xd9, 0x20, 0xff, 0x66, 0x87, 0xeb, 0xa1, 0x52, 0xfe, 0x8a, 0x53, 0xb4, 0xbc, 0x8e, 0xcd, 0xf4, 0xf9, 0x48, 0x7a, 0xa9, 0x2f, 0xa0, 0xa1, 0x81, 0xc1, 0x96, 0x2d, 0x75, 0x70, 0xe4, 0x48, 0x1c, 0xf9, 0x31, 0x9b, 0x16, 0x35, 0x90, 0x29, 0x01, 0x21, 0x40, 0xdc, 0x88, 0x0b, 0x04, 0xbb, 0x19, 0x43, 0x17, 0x78, 0x67, 0xd1, 0x25, 0x5c, 0x16, 0x01, 0x1e, 0x7c, 0xf0, 0xc1, 0x6a, 0x7c, 0x89, 0xff, 0x44, 0x0f, 0xde, 0xb8, 0x71, 0x23, 0x6c, 0xde, 0xb2, 0x09, 0xaa, 0x02, 0x55, 0x33, 0x93, 0xaa, 0x55, 0x62, 0xb7, 0x31, 0x46, 0x2b, 0xbf, 0x2f, 0x2b, 0x7b, 0x3b, 0xcf, 0xe7, 0x56, 0x9a, 0xf6, 0xa5, 0x16, 0x54, 0x18, 0x1e, 0x1e, 0x36, 0xb2, 0x74, 0x12, 0xb0, 0x68, 0x51, 0x08, 0xae, 0x5c, 0xc9, 0x96, 0x25, 0xf1, 0xe5, 0xa8, 0x01, 0x79, 0x04, 0x9d, 0x51, 0x41, 0xb2, 0x25, 0x50, 0x50, 0x80, 0xd9, 0xf0, 0x08, 0x96, 0x45, 0x00, 0xe4, 0xcb, 0x9b, 0xf1, 0xa3, 0x42, 0xa8, 0xa2, 0xc1, 0xc6, 0x4d, 0x1b, 0x78, 0xa2, 0xe6, 0x34, 0xc6, 0xb7, 0xc7, 0xa8, 0x87, 0x99, 0xbb, 0xd7, 0x14, 0x91, 0xab, 0xfc, 0x53, 0x58, 0xd1, 0x7d, 0x88, 0x04, 0x77, 0x2c, 0xe9, 0x80, 0x2d, 0x5b, 0xb7, 0xc0, 0xef, 0x9e, 0xff, 0x1d, 0xc4, 0x62, 0x7e, 0xe8, 0xeb, 0xf3, 0x55, 0x28, 0xec, 0x79, 0xcb, 0x05, 0x24, 0xdb, 0x4d, 0x8c, 0xe7, 0x5c, 0x9f, 0xcf, 0x65, 0x00, 0x23, 0x89, 0x54, 0x50, 0xc5, 0xb9, 0x66, 0x01, 0x8b, 0xe8, 0xbf, 0xda, 0xda, 0x5a, 0xd3, 0x38, 0x93, 0xa6, 0x2c, 0x9d, 0x5c, 0xb6, 0x62, 0xde, 0x5e, 0xf1, 0xe8, 0x26, 0x03, 0xcc, 0x0d, 0x64, 0xf8, 0xb8, 0x03, 0x9f, 0x79, 0x10, 0x0c, 0x56, 0x8a, 0x90, 0xb8, 0x22, 0x51, 0x53, 0x63, 0x0b, 0x07, 0x44, 0x6b, 0x8b, 0x9e, 0xaa, 0x45, 0xd2, 0xbb, 0x6e, 0xaf, 0x70, 0x23, 0xf1, 0x95, 0xab, 0x85, 0x24, 0x04, 0xc6, 0x27, 0xb2, 0xc5, 0xdf, 0x23, 0xf9, 0x42, 0x04, 0x05, 0x30, 0xa8, 0xcc, 0xdc, 0x51, 0x00, 0x11, 0xa3, 0xa7, 0xfb, 0xe7, 0xf5, 0xb7, 0x26, 0xe0, 0x67, 0x50, 0x3a, 0x1f, 0x45, 0xd5, 0xe5, 0x62, 0x5f, 0x0a, 0xa6, 0x32, 0xbc, 0xe9, 0xe3, 0x02, 0x7e, 0x05, 0xaa, 0xab, 0xfc, 0x95, 0x01, 0xb8, 0xc4, 0x7e, 0x52, 0x09, 0x9d, 0x29, 0x5d, 0xe5, 0xae, 0x71, 0x03, 0x3e, 0xbd, 0x4f, 0x30, 0xa0, 0x6b, 0x0e, 0x41, 0xbc, 0x5f, 0xb4, 0xc6, 0x3d, 0x55, 0x4b, 0xd3, 0x54, 0xdd, 0x33, 0x67, 0xb8, 0x66, 0xfd, 0x7e, 0xc5, 0xe6, 0xdc, 0x29, 0x25, 0x08, 0x96, 0x32, 0x10, 0xe9, 0x76, 0x80, 0x7c, 0x11, 0xf0, 0x85, 0x1d, 0x84, 0xf6, 0xf9, 0xfc, 0x36, 0xb9, 0x68, 0xee, 0x10, 0x40, 0x8e, 0xd2, 0xb5, 0x12, 0x35, 0xf4, 0xb7, 0x3b, 0x75, 0x61, 0x12, 0x7e, 0xf8, 0xcb, 0xcb, 0xb0, 0x90, 0x16, 0x3f, 0x7e, 0xe3, 0xdf, 0xfe, 0xc5, 0x1a, 0xa8, 0x0e, 0xf8, 0x8a, 0x90, 0x45, 0x18, 0xa5, 0x84, 0x67, 0x8e, 0x62, 0x3a, 0x75, 0xb3, 0x6e, 0x29, 0x61, 0xaf, 0x3c, 0x25, 0x20, 0x4a, 0x32, 0x3a, 0x5a, 0xd0, 0x9f, 0xe5, 0x24, 0x4c, 0x86, 0x49, 0x9a, 0xc2, 0xc7, 0x84, 0x16, 0x20, 0x92, 0x67, 0xe6, 0x04, 0x01, 0x48, 0xe7, 0x14, 0xe6, 0x59, 0x2b, 0x44, 0x4b, 0x7f, 0xcb, 0x74, 0x56, 0x85, 0x48, 0x75, 0x00, 0x36, 0xad, 0x6b, 0x28, 0x8e, 0x97, 0x73, 0x49, 0xa9, 0xd2, 0x35, 0x32, 0x66, 0xeb, 0x10, 0x37, 0x6f, 0x9d, 0xed, 0x98, 0x42, 0xd9, 0xc1, 0xaa, 0x74, 0xad, 0x35, 0x9a, 0x15, 0x66, 0x3f, 0xaf, 0xf4, 0x3d, 0xbd, 0x52, 0xbc, 0x14, 0xce, 0x76, 0x0a, 0xd8, 0xd1, 0x3d, 0xfd, 0x13, 0x28, 0xe8, 0x05, 0x20, 0x81, 0xba, 0x7e, 0x75, 0xbd, 0x0f, 0xf2, 0x85, 0x02, 0x92, 0xe6, 0x38, 0x0f, 0xcc, 0xa0, 0x80, 0x0c, 0x61, 0x5c, 0xaa, 0x96, 0x10, 0x80, 0x47, 0xf6, 0x4e, 0xc1, 0xf2, 0xe7, 0x26, 0x08, 0x12, 0x25, 0x23, 0x95, 0x92, 0x69, 0xac, 0x48, 0x88, 0x54, 0xc9, 0x12, 0x48, 0xd1, 0x43, 0x8a, 0x45, 0x01, 0x66, 0x32, 0x3f, 0xb0, 0x22, 0x0a, 0xa0, 0xbf, 0x64, 0x71, 0x8c, 0x1e, 0x21, 0x40, 0x55, 0x50, 0x81, 0x96, 0x58, 0x8d, 0x43, 0x75, 0xb2, 0x00, 0x52, 0x2a, 0x28, 0x43, 0x3e, 0xc6, 0x24, 0xab, 0x9c, 0xe2, 0x00, 0x99, 0xcd, 0x64, 0xeb, 0x76, 0x5f, 0xe9, 0x99, 0xa5, 0x53, 0xbb, 0xbc, 0x10, 0x52, 0xdf, 0xee, 0x1f, 0x88, 0x43, 0xb6, 0x00, 0xc8, 0xde, 0x48, 0xf2, 0x0e, 0xc0, 0x91, 0x57, 0x8f, 0xf1, 0xbc, 0xbc, 0xc5, 0x4b, 0x16, 0x43, 0x63, 0x63, 0x83, 0xc9, 0x8f, 0x25, 0xc7, 0x0c, 0x67, 0x03, 0xc2, 0x65, 0x5c, 0xca, 0x07, 0x50, 0x8a, 0x1a, 0x10, 0x02, 0xa8, 0x2a, 0x83, 0x74, 0x5a, 0xb5, 0x32, 0x85, 0xc5, 0x20, 0xd2, 0xf4, 0xb5, 0x23, 0x3b, 0x68, 0x4e, 0x0d, 0x41, 0x56, 0x9c, 0xbe, 0x81, 0xed, 0x42, 0x50, 0xcb, 0x64, 0x35, 0x23, 0x85, 0xc9, 0xa5, 0x5c, 0x8a, 0x56, 0x3c, 0x1a, 0x35, 0x67, 0x84, 0x8d, 0x07, 0xa0, 0xb5, 0x52, 0x80, 0xd6, 0x2c, 0x64, 0x71, 0x03, 0xb4, 0x5b, 0x84, 0x2e, 0x87, 0x9b, 0xc7, 0x31, 0x90, 0xa2, 0x8b, 0x04, 0x3b, 0x4f, 0x65, 0xf5, 0x97, 0x5f, 0xb1, 0x6a, 0x29, 0x0c, 0x5e, 0x1f, 0xb6, 0x1c, 0x53, 0x86, 0x5d, 0x9e, 0x46, 0x22, 0x01, 0x44, 0x4f, 0x63, 0xf7, 0x23, 0x85, 0xf2, 0x22, 0xf3, 0x95, 0xc9, 0x05, 0x94, 0xed, 0xa4, 0x9b, 0xbb, 0x0b, 0x7a, 0xd2, 0xab, 0x53, 0x0e, 0x30, 0xa3, 0x82, 0x82, 0x6f, 0x0b, 0x02, 0x98, 0x31, 0x7a, 0xce, 0x74, 0xed, 0x74, 0xa6, 0xc0, 0xf7, 0x09, 0xf7, 0xab, 0x0c, 0x9a, 0xf9, 0x02, 0x68, 0xf3, 0xb8, 0x33, 0x8c, 0x0c, 0x8a, 0x29, 0x88, 0x01, 0x67, 0xa4, 0x6c, 0xba, 0x63, 0xa6, 0xa5, 0xa5, 0x99, 0x37, 0x4b, 0x08, 0x34, 0x2c, 0x96, 0x52, 0xba, 0x36, 0x51, 0x80, 0x42, 0x41, 0x99, 0x86, 0x0f, 0xc0, 0xda, 0x2f, 0x10, 0x80, 0x6c, 0x01, 0x2d, 0xad, 0xd5, 0x2e, 0x72, 0x00, 0x0a, 0x82, 0x3c, 0x30, 0xb4, 0xda, 0x36, 0x28, 0xe7, 0x5e, 0x08, 0x54, 0x14, 0x9b, 0x60, 0x92, 0xca, 0x20, 0x05, 0xf0, 0x69, 0xa0, 0x1a, 0x99, 0x3a, 0x8a, 0x07, 0xf9, 0xd7, 0x4c, 0xf2, 0x6c, 0x07, 0xe8, 0x6c, 0x03, 0xda, 0x49, 0xe2, 0x15, 0x0f, 0xf2, 0x6f, 0x45, 0x8f, 0x2b, 0x9c, 0xaf, 0xa7, 0x33, 0x9a, 0x4d, 0x63, 0xe0, 0x81, 0xa9, 0x8a, 0x25, 0x04, 0xfa, 0xa4, 0x5c, 0x3d, 0x59, 0x13, 0x28, 0x25, 0xf0, 0x95, 0x32, 0x10, 0x19, 0xb7, 0xd2, 0x7d, 0x0c, 0xae, 0xda, 0x31, 0x52, 0x00, 0xe6, 0x37, 0xb5, 0x8f, 0x39, 0x35, 0x04, 0xc9, 0x6a, 0xa0, 0xe9, 0x20, 0x11, 0x99, 0x3a, 0x12, 0x05, 0xb0, 0x01, 0x5a, 0x73, 0xb1, 0xd0, 0xcd, 0x28, 0xa0, 0x8d, 0x48, 0xe1, 0x4a, 0x00, 0xad, 0x15, 0x03, 0x9a, 0x19, 0x6a, 0xa2, 0xe2, 0x90, 0x09, 0x74, 0xa9, 0x5e, 0x97, 0x6d, 0x68, 0x19, 0xb8, 0x3e, 0x08, 0xbd, 0x97, 0xae, 0x40, 0x6b, 0x7b, 0x2b, 0x52, 0x02, 0x29, 0x5d, 0x5b, 0x32, 0xcb, 0x12, 0x02, 0x78, 0x09, 0x82, 0xe5, 0xe4, 0x02, 0x71, 0x8c, 0x42, 0xdd, 0x39, 0x02, 0xc4, 0x73, 0xae, 0x6a, 0x33, 0xef, 0x5f, 0x3f, 0x33, 0xe2, 0x24, 0xe7, 0x1e, 0x01, 0xb8, 0x16, 0x20, 0xa2, 0x74, 0x05, 0xf9, 0xe7, 0xbc, 0x32, 0xa3, 0x9a, 0x32, 0x80, 0x1b, 0xa0, 0xbd, 0xfc, 0xf5, 0x4e, 0x49, 0xdc, 0x09, 0x68, 0x5b, 0x3c, 0xbd, 0x07, 0xa0, 0xc1, 0x29, 0xd0, 0x95, 0x01, 0x74, 0x11, 0x82, 0x29, 0xcc, 0x76, 0x9e, 0x62, 0xc4, 0xff, 0xd3, 0x7d, 0xd3, 0x39, 0x5d, 0xf7, 0xce, 0xe6, 0x72, 0x90, 0xc9, 0x64, 0xb9, 0x09, 0xb8, 0x80, 0x8d, 0x5c, 0xc1, 0x86, 0x14, 0x6e, 0x0a, 0x64, 0x14, 0xd2, 0xe5, 0x1e, 0xfe, 0x55, 0x39, 0x35, 0x20, 0x3b, 0x00, 0xe1, 0x90, 0x70, 0x08, 0xd9, 0xd8, 0x14, 0x13, 0x41, 0x31, 0xb6, 0xb8, 0xc0, 0x19, 0x63, 0x01, 0xbe, 0x4a, 0x58, 0x00, 0xc7, 0xd2, 0xaa, 0xa0, 0xc1, 0xb7, 0xad, 0x9e, 0x4c, 0x23, 0x02, 0xd0, 0x08, 0xa0, 0xa0, 0x57, 0x15, 0xf7, 0xab, 0x8c, 0x99, 0x02, 0xa1, 0x66, 0x20, 0x02, 0x75, 0x32, 0xdf, 0x87, 0x7f, 0x74, 0x1e, 0xfd, 0xe6, 0x6b, 0xae, 0xe2, 0xe8, 0xc7, 0x34, 0x43, 0x1e, 0x10, 0xe7, 0x52, 0x53, 0x35, 0x6b, 0x9f, 0xb8, 0x0f, 0x33, 0x22, 0x73, 0x35, 0x71, 0x1f, 0xe3, 0x5a, 0xeb, 0xd9, 0xc6, 0xbd, 0x8d, 0x7b, 0x68, 0x06, 0x3b, 0x70, 0x3e, 0x8f, 0x49, 0x49, 0x1c, 0x9a, 0x21, 0x65, 0xab, 0x22, 0xf8, 0x03, 0xff, 0xe8, 0xbb, 0x68, 0xe9, 0xec, 0xea, 0x80, 0x5b, 0xf7, 0xee, 0x84, 0x8e, 0x25, 0xed, 0x10, 0xad, 0xab, 0xa1, 0xab, 0x40, 0x24, 0x8a, 0xd8, 0x6d, 0x01, 0x6e, 0xe1, 0x5f, 0xf6, 0x10, 0x30, 0xfb, 0x71, 0x7b, 0x68, 0x18, 0x35, 0xa2, 0x02, 0x22, 0x3f, 0xc0, 0x4c, 0x0d, 0x97, 0x3c, 0x82, 0xb4, 0x5d, 0x15, 0x34, 0xb5, 0x8f, 0x9a, 0x83, 0x07, 0x0f, 0xfa, 0xe6, 0x84, 0x02, 0x08, 0x6c, 0xab, 0x72, 0x04, 0x69, 0x72, 0x2d, 0x00, 0x47, 0x4a, 0x75, 0x28, 0x60, 0x45, 0xcf, 0x80, 0xfb, 0xa8, 0x94, 0x23, 0x72, 0x2c, 0x5e, 0x6d, 0xa9, 0x7f, 0x4e, 0x12, 0x5e, 0xac, 0xde, 0x39, 0xd2, 0xb4, 0x14, 0xf7, 0xe7, 0x79, 0x4b, 0xfb, 0x8c, 0xbf, 0x0b, 0x0f, 0x04, 0x65, 0x2e, 0xcf, 0x63, 0x42, 0x08, 0xa4, 0x58, 0x84, 0x3c, 0xb2, 0x00, 0x4b, 0x06, 0xa0, 0xb8, 0x3c, 0x6a, 0xcc, 0x88, 0x23, 0xe0, 0x97, 0xfa, 0x4a, 0xb1, 0x80, 0xca, 0x42, 0xc3, 0x9c, 0x94, 0xa0, 0x2a, 0xa8, 0xa7, 0x89, 0xbb, 0x19, 0x83, 0x44, 0x58, 0x9c, 0xf0, 0x07, 0xa0, 0xf0, 0xe9, 0x7b, 0xfd, 0xf5, 0xd7, 0x49, 0xf7, 0x9e, 0x9c, 0x33, 0x2d, 0x20, 0x18, 0x94, 0x32, 0x75, 0x0c, 0x3e, 0x9c, 0xcd, 0xa9, 0x5c, 0x75, 0x32, 0x93, 0x20, 0x04, 0xc9, 0x75, 0x33, 0x00, 0xb9, 0xc5, 0xd5, 0x2b, 0x16, 0xf9, 0x95, 0xa2, 0xb8, 0x8a, 0xb2, 0x71, 0x14, 0xa7, 0xdd, 0x40, 0x7a, 0x5e, 0x91, 0x16, 0xa1, 0x39, 0x23, 0x83, 0xc1, 0x05, 0xb1, 0x18, 0x30, 0xad, 0x98, 0x25, 0xd0, 0x85, 0x44, 0x09, 0xb8, 0x10, 0x48, 0x26, 0x6f, 0x24, 0xff, 0xe7, 0xce, 0x5e, 0x84, 0xda, 0x68, 0x2d, 0x4f, 0xdc, 0xe4, 0xe9, 0xda, 0x0c, 0x6c, 0x2c, 0x80, 0x90, 0x7a, 0x26, 0x42, 0xc3, 0xaa, 0x02, 0x46, 0xdc, 0xa3, 0x87, 0x10, 0x28, 0xaa, 0x8a, 0xd2, 0x73, 0xc9, 0x2d, 0x6d, 0xc0, 0x65, 0x4e, 0x10, 0xa0, 0x56, 0x4f, 0xd7, 0xae, 0xb2, 0xbd, 0x0c, 0x09, 0x26, 0x05, 0x95, 0x59, 0x32, 0x80, 0x53, 0xbd, 0xf3, 0xea, 0x78, 0x19, 0x68, 0x9a, 0x97, 0xa1, 0x88, 0xb9, 0x8c, 0x6c, 0x0f, 0xc3, 0x92, 0xe6, 0x02, 0x68, 0xc5, 0xf1, 0x3c, 0xb0, 0x53, 0x24, 0xcd, 0x8c, 0xf1, 0x43, 0x4d, 0x26, 0x9b, 0x87, 0x44, 0x2a, 0xc7, 0x5b, 0x32, 0x8d, 0x6a, 0x1d, 0x0b, 0x70, 0xe1, 0x96, 0x96, 0xf8, 0x24, 0x85, 0x7b, 0x0f, 0xea, 0x9d, 0x8e, 0xe7, 0xe5, 0xb9, 0xc2, 0xcf, 0x6c, 0x8e, 0x19, 0x72, 0xe5, 0xda, 0xcd, 0xc1, 0xd3, 0xa1, 0x04, 0xf6, 0xa8, 0xa0, 0x62, 0x21, 0x50, 0x33, 0xed, 0x0f, 0x33, 0xed, 0x0f, 0x28, 0x89, 0x00, 0x8f, 0x3c, 0xf2, 0x48, 0x24, 0x99, 0x4c, 0x06, 0x74, 0xd2, 0xe3, 0xd3, 0x05, 0x12, 0x61, 0x03, 0xc8, 0xe9, 0xaa, 0x9f, 0x5f, 0x51, 0x4c, 0x3e, 0x5a, 0x96, 0x74, 0x4f, 0xd3, 0x60, 0xc3, 0xcf, 0xd7, 0xa0, 0x58, 0x8f, 0x67, 0xc5, 0x52, 0xbf, 0x1b, 0xa0, 0xe5, 0x77, 0x49, 0xa7, 0x0b, 0x30, 0x91, 0xc8, 0xc0, 0xf8, 0x64, 0x16, 0x49, 0x7d, 0xbe, 0x48, 0xc3, 0x20, 0x60, 0xa4, 0xd2, 0x3a, 0xc9, 0xa5, 0x22, 0x0d, 0xb7, 0xbd, 0x67, 0x17, 0xaf, 0x36, 0x46, 0xd9, 0x3a, 0x8a, 0xcf, 0xaf, 0x7f, 0xa5, 0x2d, 0x3c, 0x8b, 0x4d, 0xcb, 0x23, 0xe8, 0x14, 0x04, 0x29, 0x0c, 0x32, 0xee, 0xd0, 0x02, 0x2c, 0xaa, 0xa6, 0x7f, 0xa8, 0xdf, 0x1e, 0x28, 0x53, 0x37, 0xeb, 0x08, 0x90, 0x4e, 0xa7, 0xa3, 0x3a, 0x9f, 0xf3, 0x1b, 0x02, 0x92, 0xc5, 0x02, 0x32, 0x59, 0x2b, 0x5a, 0xd5, 0xaa, 0x78, 0x69, 0x49, 0xde, 0x32, 0x6f, 0x95, 0x49, 0xbb, 0x22, 0xb1, 0x02, 0xe7, 0x31, 0xb0, 0x91, 0x66, 0x3b, 0xf2, 0x38, 0x47, 0xb6, 0x6c, 0x58, 0xd2, 0x98, 0xbb, 0x0f, 0x40, 0x9c, 0x9b, 0xca, 0x16, 0x60, 0x6c, 0x22, 0x0d, 0x13, 0xc9, 0x2c, 0x67, 0x5b, 0xa5, 0x48, 0x32, 0x21, 0x5b, 0x2a, 0xa7, 0x99, 0xaf, 0xa0, 0xfb, 0x01, 0x42, 0xc6, 0x3d, 0x55, 0xd3, 0x37, 0x2f, 0x23, 0xc0, 0x4c, 0x78, 0x04, 0xc9, 0x18, 0x24, 0x62, 0x0d, 0x9d, 0x72, 0x80, 0x19, 0x16, 0x66, 0x50, 0x00, 0x99, 0x35, 0xcf, 0x2a, 0x02, 0xc8, 0x45, 0x1b, 0xdd, 0xfc, 0x00, 0xe2, 0x23, 0x54, 0x6d, 0x7a, 0x2a, 0x9a, 0xd3, 0x14, 0x2b, 0x8f, 0x56, 0x57, 0xc3, 0x92, 0xe6, 0xc2, 0x62, 0xa0, 0x98, 0xdc, 0x0b, 0x24, 0x8c, 0x27, 0xb2, 0x30, 0x8c, 0x80, 0x27, 0xf2, 0xee, 0xe1, 0xed, 0x77, 0x5d, 0xa8, 0x22, 0xa9, 0x38, 0xb5, 0xff, 0xca, 0x55, 0x2e, 0xd5, 0xd4, 0xd5, 0xd7, 0x72, 0x59, 0x40, 0x7f, 0x96, 0x5d, 0x06, 0xf0, 0x12, 0x02, 0xa7, 0xe6, 0x11, 0xf4, 0x41, 0x7c, 0xc2, 0x43, 0x08, 0x14, 0xa1, 0x72, 0x92, 0x4b, 0x78, 0xa6, 0x3c, 0x82, 0xe5, 0x64, 0x00, 0x33, 0x4c, 0xdb, 0x59, 0xad, 0x23, 0x63, 0x08, 0x4a, 0x64, 0xa0, 0xd0, 0x64, 0xe1, 0xcc, 0xcd, 0xf1, 0xc2, 0xdc, 0xed, 0x02, 0x9e, 0x25, 0x58, 0x9c, 0x24, 0xdc, 0x85, 0x2a, 0x78, 0x59, 0xf3, 0xf2, 0x05, 0x0d, 0x86, 0xc7, 0x52, 0x30, 0x12, 0x4f, 0x5b, 0x05, 0x22, 0xca, 0xe8, 0xe5, 0x76, 0x9e, 0xab, 0x40, 0xd6, 0x88, 0xf3, 0xa3, 0x9a, 0x3d, 0x67, 0xce, 0x9c, 0xe7, 0xe6, 0x60, 0xb2, 0xc3, 0x57, 0x57, 0xe7, 0xcd, 0x50, 0x74, 0x8a, 0x90, 0xd2, 0x29, 0x9f, 0x5a, 0x64, 0x07, 0x28, 0x67, 0xf9, 0x73, 0xa3, 0x04, 0x1c, 0x01, 0x4a, 0x58, 0x02, 0xd9, 0xdb, 0xc1, 0x02, 0x08, 0x01, 0xcc, 0x7a, 0x3d, 0x66, 0xc5, 0x2e, 0xfd, 0x65, 0xd2, 0x06, 0x29, 0x0d, 0x28, 0xfe, 0xa2, 0x38, 0x7d, 0x2f, 0x35, 0xcc, 0xd5, 0x1c, 0xac, 0xb8, 0x64, 0xf6, 0x00, 0x14, 0xf3, 0x77, 0x2f, 0x8f, 0x9e, 0xa6, 0x67, 0x01, 0x51, 0x7a, 0xf5, 0xf0, 0x78, 0x1a, 0x46, 0x26, 0x2c, 0xc0, 0x2b, 0xd3, 0x29, 0x86, 0xae, 0xe8, 0x61, 0x58, 0x14, 0xec, 0x49, 0xe9, 0xda, 0x3b, 0x77, 0x6f, 0x83, 0x54, 0x32, 0xc5, 0xf3, 0xf5, 0x29, 0x61, 0x95, 0x28, 0x20, 0x01, 0x5c, 0x98, 0x65, 0x29, 0xeb, 0xa8, 0x58, 0x0b, 0xa8, 0xcc, 0x07, 0x20, 0x2f, 0xc1, 0xa0, 0x0f, 0x06, 0x07, 0x0b, 0xae, 0x42, 0x20, 0x33, 0x48, 0xac, 0x2c, 0x04, 0xce, 0x54, 0x54, 0x50, 0xa0, 0x9c, 0x19, 0xd8, 0x59, 0xb4, 0x51, 0x93, 0x58, 0x80, 0x48, 0xaf, 0xd0, 0x24, 0x32, 0xae, 0xb9, 0x00, 0x1a, 0x3c, 0xec, 0x02, 0xe2, 0x06, 0x6e, 0x24, 0x5c, 0xf4, 0x91, 0x26, 0xeb, 0xf1, 0x2e, 0x4e, 0x25, 0x7a, 0x36, 0xf1, 0xf7, 0x41, 0x1c, 0xf5, 0xd6, 0x88, 0xbf, 0x91, 0x2a, 0xf8, 0xfa, 0xb5, 0xa9, 0x5c, 0x01, 0xea, 0x10, 0xe0, 0x6e, 0xa9, 0x5a, 0x34, 0xba, 0x89, 0x02, 0xe8, 0x8f, 0xd2, 0x4c, 0x6f, 0xe1, 0x74, 0x3c, 0x82, 0x96, 0x39, 0xd8, 0x07, 0xc9, 0x64, 0xc6, 0x55, 0x08, 0xd4, 0x8d, 0x57, 0x24, 0x78, 0xfa, 0xe5, 0xb8, 0xc0, 0xe8, 0xdc, 0x52, 0x00, 0x47, 0xaa, 0x56, 0x86, 0x3b, 0x82, 0xf4, 0x2f, 0x30, 0xd3, 0xdf, 0x3d, 0x01, 0x2d, 0x8d, 0x78, 0x56, 0x4e, 0x36, 0x60, 0xa6, 0x93, 0xa8, 0xc8, 0x2e, 0xe0, 0x10, 0x02, 0x49, 0x6d, 0xbb, 0x3e, 0x9a, 0x74, 0x08, 0x76, 0x37, 0xb6, 0x08, 0x6d, 0x86, 0xb4, 0x9c, 0xba, 0x08, 0x22, 0x42, 0x2a, 0xcd, 0x53, 0xb6, 0x6b, 0x6a, 0x22, 0x10, 0x8a, 0x84, 0xf0, 0x5b, 0x55, 0x2e, 0x8c, 0x09, 0xbb, 0x3c, 0xb9, 0x84, 0x7b, 0x7a, 0x72, 0x65, 0x48, 0x7c, 0x79, 0xf6, 0x33, 0x3e, 0x5e, 0xd0, 0x0b, 0x45, 0x20, 0x0b, 0x0b, 0x04, 0x7c, 0x0e, 0xd5, 0x56, 0xb7, 0x40, 0xfa, 0xfd, 0x01, 0x59, 0xde, 0x98, 0x7d, 0x04, 0x50, 0x55, 0xb5, 0x38, 0x18, 0x44, 0xb3, 0xa2, 0x81, 0x08, 0xf3, 0xb9, 0x21, 0x88, 0x31, 0x77, 0x4f, 0x1f, 0xb3, 0x0b, 0x6f, 0x4e, 0xcf, 0xa0, 0xe2, 0x22, 0x37, 0x38, 0xed, 0x06, 0xc5, 0xc2, 0xa4, 0x6e, 0xda, 0x1d, 0x42, 0x72, 0x3f, 0x3e, 0x99, 0x36, 0x10, 0x4c, 0x99, 0x09, 0xc8, 0x3b, 0x34, 0x20, 0x7c, 0x48, 0x03, 0xc0, 0xb1, 0x23, 0x6f, 0x40, 0x08, 0xc9, 0x7f, 0xfb, 0xa2, 0x56, 0x9e, 0xad, 0x23, 0xe2, 0xf4, 0x2d, 0xdf, 0xbc, 0x0a, 0xe7, 0xce, 0xe5, 0x2a, 0xb9, 0x65, 0x59, 0x86, 0xb4, 0x74, 0x69, 0xad, 0x7b, 0x6c, 0x85, 0xd1, 0xbf, 0x34, 0xfa, 0xa5, 0x29, 0x73, 0x66, 0x5f, 0x06, 0x10, 0xe1, 0xc7, 0xb6, 0xaa, 0x9d, 0x86, 0x5d, 0x3a, 0x9d, 0x55, 0x8d, 0x0a, 0x39, 0xba, 0x1d, 0x40, 0x07, 0xb8, 0x62, 0x07, 0x34, 0x78, 0x94, 0x58, 0xd1, 0x1c, 0xea, 0xa2, 0x02, 0xc5, 0xa6, 0x5d, 0xc5, 0xbd, 0x22, 0x07, 0xc5, 0x20, 0x5c, 0x1f, 0x49, 0x70, 0x61, 0x6f, 0x9a, 0x5c, 0xbe, 0x14, 0xe5, 0x37, 0x5e, 0x46, 0x37, 0x73, 0xd3, 0xb2, 0x71, 0xf3, 0x3a, 0x18, 0x19, 0x19, 0xe3, 0x3c, 0x9f, 0x93, 0x5f, 0x29, 0x2a, 0x48, 0x44, 0x06, 0xff, 0xf6, 0x85, 0x3f, 0x2c, 0x12, 0xfa, 0x58, 0x89, 0x99, 0x28, 0xbc, 0xa2, 0xa5, 0xbd, 0xf6, 0x9b, 0x42, 0x60, 0xc0, 0x6f, 0x52, 0x80, 0x39, 0x91, 0x01, 0x5c, 0xb5, 0x00, 0x4d, 0x77, 0xa6, 0xf0, 0xb0, 0x29, 0xc3, 0x2a, 0xc2, 0x98, 0xc4, 0xab, 0x1d, 0xb5, 0x74, 0x9c, 0x7c, 0xbd, 0x68, 0x64, 0x2b, 0x0e, 0xd3, 0x2e, 0x30, 0xdb, 0x68, 0x37, 0xb5, 0x08, 0x44, 0x88, 0x89, 0x44, 0x0e, 0x05, 0xbd, 0x94, 0xf9, 0xdc, 0x59, 0x5b, 0x14, 0x11, 0x16, 0xc6, 0xa0, 0xb6, 0xae, 0x96, 0x37, 0x7b, 0x94, 0x2e, 0x4d, 0xf4, 0x10, 0x10, 0xe9, 0xda, 0xdc, 0x42, 0x28, 0xdc, 0xe5, 0xa5, 0x80, 0x7f, 0x23, 0x48, 0x41, 0x03, 0x4f, 0xa6, 0x00, 0x73, 0x22, 0x03, 0xb8, 0x17, 0x6d, 0x54, 0x6d, 0x76, 0x00, 0x4d, 0x63, 0xde, 0xb1, 0x78, 0x1e, 0x24, 0xbc, 0x24, 0xa0, 0x65, 0x23, 0x8f, 0xa4, 0x5d, 0x0c, 0x8f, 0x21, 0x2f, 0x16, 0xfa, 0xfc, 0x2c, 0xcf, 0x74, 0x84, 0xe8, 0xce, 0x83, 0x5d, 0xdc, 0xe8, 0xb8, 0x60, 0x01, 0x3e, 0xc3, 0x21, 0x94, 0xcd, 0x66, 0xb9, 0xa5, 0x90, 0x53, 0x84, 0x12, 0xe9, 0x49, 0x37, 0x82, 0x14, 0x22, 0x49, 0x94, 0x9e, 0x29, 0x84, 0xcf, 0x39, 0x61, 0x01, 0xa2, 0x60, 0x93, 0x5c, 0xb6, 0x55, 0xd8, 0xa5, 0x79, 0xdc, 0x9c, 0xe1, 0x3c, 0x51, 0x98, 0x17, 0xa0, 0x15, 0x3b, 0x40, 0xc5, 0x31, 0x67, 0xd2, 0x8d, 0x8d, 0x52, 0xd8, 0x4b, 0xba, 0x90, 0x7a, 0x37, 0x38, 0x9a, 0x42, 0xdd, 0x5c, 0x85, 0x39, 0x9b, 0xe3, 0x4a, 0x31, 0x58, 0x00, 0x73, 0xb7, 0xcb, 0xeb, 0x62, 0x87, 0xee, 0x98, 0xa1, 0x44, 0xd6, 0xa1, 0xc1, 0x41, 0xa4, 0x18, 0xd1, 0xa9, 0x8f, 0xee, 0x92, 0xc0, 0x77, 0x90, 0xe2, 0xda, 0x7a, 0xdd, 0x21, 0xa7, 0xc0, 0xdc, 0x09, 0x81, 0xa2, 0x5e, 0x8f, 0x3c, 0x7f, 0x8f, 0xf8, 0x98, 0x54, 0x5a, 0x35, 0x3f, 0xc3, 0xd5, 0xf9, 0xe3, 0xa8, 0xbf, 0x03, 0xae, 0x25, 0xd6, 0xdc, 0xeb, 0xe9, 0x0a, 0x55, 0x92, 0xf8, 0xfd, 0xb0, 0xa1, 0xd7, 0x2b, 0xca, 0x1c, 0x4e, 0x70, 0xc6, 0xa3, 0x82, 0x34, 0x57, 0xed, 0xc0, 0x4a, 0xd6, 0xb4, 0xfc, 0x01, 0x23, 0xa3, 0xa3, 0x45, 0x55, 0x4b, 0xa6, 0x0a, 0x60, 0xe7, 0x73, 0xe4, 0x85, 0x46, 0x7d, 0xa1, 0x90, 0xe7, 0x08, 0x40, 0x14, 0x67, 0x4a, 0x66, 0xcd, 0x1b, 0x41, 0x00, 0x51, 0xb1, 0x8b, 0x67, 0x05, 0x49, 0x56, 0x40, 0x7a, 0x34, 0x45, 0x03, 0x91, 0x69, 0x52, 0x55, 0x95, 0x12, 0x80, 0xb6, 0x23, 0x84, 0x05, 0x68, 0x29, 0x7f, 0x5f, 0x2e, 0xd6, 0x24, 0x5d, 0x93, 0xc8, 0xe4, 0x51, 0xca, 0xcf, 0xcc, 0x3e, 0xbf, 0x77, 0x15, 0xba, 0x64, 0x53, 0xb7, 0x3d, 0x5b, 0x47, 0xa8, 0xc1, 0x82, 0x1f, 0x53, 0xff, 0xc4, 0xea, 0x1b, 0xa1, 0x73, 0xc9, 0x12, 0xfb, 0x3d, 0x6c, 0xc0, 0x77, 0x26, 0xb0, 0x32, 0x57, 0x2a, 0xe1, 0x52, 0xa6, 0x98, 0x0b, 0x7d, 0x91, 0x70, 0x98, 0xfb, 0x23, 0x86, 0x87, 0x47, 0xe0, 0xfc, 0x39, 0x73, 0xde, 0xc8, 0xb3, 0x73, 0xa6, 0x05, 0x98, 0xe1, 0x60, 0x46, 0x98, 0x0f, 0x8f, 0x9a, 0xc9, 0x69, 0x9c, 0x54, 0x6b, 0xa0, 0x95, 0x00, 0x34, 0x73, 0xf5, 0xf6, 0x81, 0x47, 0xe1, 0x06, 0xb1, 0x4d, 0x9e, 0xba, 0x64, 0x26, 0x3f, 0x27, 0xfc, 0xde, 0x1d, 0xf1, 0x99, 0x49, 0x01, 0x8a, 0x1c, 0x33, 0x86, 0x10, 0x2c, 0xcf, 0x62, 0x4a, 0x9e, 0xc2, 0x16, 0xca, 0x17, 0xb4, 0x99, 0xab, 0x59, 0x49, 0x56, 0x50, 0x54, 0x94, 0xda, 0xa9, 0xfa, 0x49, 0xfb, 0x28, 0xe8, 0xf6, 0x72, 0xef, 0x15, 0x78, 0xfa, 0x57, 0xcf, 0x40, 0x3c, 0x1e, 0x17, 0x83, 0xf3, 0x7f, 0xce, 0x99, 0x10, 0x28, 0x24, 0x5c, 0x11, 0x4e, 0x65, 0x3a, 0x4c, 0xc0, 0xe7, 0x5a, 0xae, 0x55, 0xb8, 0x87, 0xed, 0x6a, 0x9d, 0x2c, 0xe8, 0x15, 0x23, 0x0c, 0x51, 0x05, 0x22, 0xa3, 0x63, 0x08, 0xfc, 0x39, 0xe5, 0xf7, 0x1e, 0x3c, 0x9b, 0x28, 0x9c, 0xbb, 0x63, 0x46, 0x2b, 0x9a, 0xf2, 0xf5, 0xf7, 0xaf, 0x1e, 0x41, 0x00, 0xf5, 0xd9, 0x6a, 0x0a, 0x58, 0x25, 0xed, 0x99, 0x54, 0xa2, 0xc6, 0xbe, 0xaf, 0x5c, 0x7d, 0x02, 0x6a, 0x14, 0x87, 0x98, 0x4c, 0x26, 0xe1, 0xfa, 0xf5, 0xeb, 0x30, 0x30, 0x30, 0x20, 0x64, 0xb3, 0x7f, 0x78, 0xfa, 0xe9, 0xa7, 0xff, 0xdf, 0xdc, 0x21, 0x00, 0xc5, 0x03, 0xf2, 0xf8, 0x39, 0x8b, 0x2c, 0x66, 0xf3, 0x28, 0x1c, 0x86, 0xfc, 0xdc, 0x28, 0x53, 0x64, 0xa2, 0x05, 0xb0, 0xd9, 0x02, 0xec, 0xd2, 0xbe, 0x62, 0x77, 0xe7, 0x1a, 0x5a, 0x01, 0x59, 0xc0, 0xc6, 0x90, 0xe4, 0xab, 0xd3, 0xe5, 0xf7, 0x33, 0x59, 0xb4, 0x04, 0x9f, 0x9f, 0xcc, 0xa8, 0x1e, 0x42, 0xa0, 0xbe, 0x5f, 0x76, 0xcc, 0x9c, 0x3c, 0x79, 0x12, 0x4e, 0x9c, 0x38, 0x31, 0xe5, 0x89, 0xa3, 0xa7, 0xb1, 0x90, 0xb3, 0xe0, 0xef, 0x52, 0xa9, 0xd4, 0x5f, 0xcd, 0xd4, 0xa7, 0x56, 0x64, 0x0a, 0xe6, 0x4e, 0x10, 0xe9, 0x23, 0x28, 0x92, 0x86, 0x5a, 0x40, 0x91, 0x6d, 0x00, 0x76, 0xfe, 0xe6, 0xee, 0xce, 0x75, 0x17, 0xfe, 0x28, 0x11, 0x83, 0x54, 0xbc, 0x1b, 0xe2, 0xf7, 0x33, 0x4a, 0x30, 0x14, 0xcb, 0xdb, 0x59, 0x24, 0x04, 0x5a, 0xae, 0x59, 0x61, 0x0c, 0x22, 0x47, 0x11, 0x02, 0xc5, 0x08, 0x32, 0xd5, 0xf5, 0x75, 0xe2, 0xd9, 0xc2, 0x46, 0x40, 0x3a, 0x7c, 0x01, 0x47, 0x72, 0x3e, 0x9f, 0x63, 0xf1, 0x89, 0xc9, 0x53, 0x78, 0x0d, 0xa5, 0x54, 0xab, 0x48, 0x45, 0x0a, 0x88, 0xec, 0x66, 0x33, 0x7e, 0xe7, 0x71, 0x4d, 0xad, 0xe0, 0xa7, 0xc9, 0x04, 0xf0, 0x96, 0xb8, 0x9d, 0xc4, 0xf5, 0x45, 0xa4, 0x06, 0x3f, 0x7f, 0xe6, 0x99, 0x67, 0x2e, 0xcd, 0xe4, 0x97, 0x56, 0x6c, 0x07, 0x90, 0x55, 0x40, 0x21, 0x20, 0x29, 0x3c, 0x16, 0x80, 0xb9, 0x26, 0x84, 0x94, 0xad, 0xa3, 0x4f, 0x26, 0x5d, 0x15, 0x38, 0xaf, 0xcf, 0x64, 0x0b, 0x30, 0xaf, 0x16, 0xd2, 0x02, 0x72, 0xcc, 0x55, 0x9a, 0x67, 0xcc, 0x0a, 0xd0, 0xa4, 0x46, 0xdf, 0x14, 0xad, 0x8b, 0x42, 0x20, 0xe8, 0x37, 0x53, 0xb8, 0x54, 0xa4, 0x66, 0x54, 0xd9, 0xb4, 0xb1, 0xb1, 0x11, 0x9a, 0x9a, 0x9a, 0x28, 0xb0, 0x06, 0x26, 0x27, 0x27, 0xe9, 0x3a, 0xa5, 0xa7, 0xa7, 0xa7, 0xf9, 0xc5, 0xc3, 0x2f, 0x3e, 0x9a, 0x48, 0x24, 0x68, 0x7e, 0x64, 0x9a, 0x24, 0x30, 0x25, 0xb5, 0xa4, 0xd4, 0x26, 0x8d, 0x75, 0xdc, 0x18, 0xf9, 0xb3, 0xb2, 0x78, 0x22, 0x00, 0x95, 0x86, 0x19, 0x19, 0x19, 0x09, 0x0a, 0x1b, 0x00, 0x13, 0x8e, 0x20, 0x26, 0xab, 0x48, 0x8a, 0x2d, 0xb2, 0xd7, 0x3d, 0x18, 0x54, 0x8e, 0xe9, 0xb3, 0x7c, 0xc5, 0x64, 0xca, 0x4d, 0xa4, 0xf2, 0x53, 0x26, 0xf9, 0x6c, 0x0e, 0xe0, 0xcf, 0x50, 0xc7, 0xcf, 0x19, 0x0e, 0x26, 0xa7, 0x1c, 0xa0, 0x19, 0x71, 0xea, 0x3e, 0x49, 0x0b, 0xa0, 0xf7, 0xa7, 0xba, 0x49, 0x74, 0x8c, 0x58, 0x03, 0x51, 0x07, 0xda, 0x57, 0x40, 0x36, 0x49, 0x25, 0x65, 0x08, 0x09, 0x3a, 0x3b, 0x3b, 0x79, 0x30, 0x67, 0x53, 0x63, 0x53, 0xdb, 0x96, 0xcd, 0x5b, 0xfe, 0x3d, 0xf2, 0xf5, 0xf3, 0x17, 0x2e, 0x5c, 0x78, 0xf1, 0xec, 0xd9, 0xb3, 0x27, 0x2e, 0x5e, 0xbc, 0x98, 0x04, 0x00, 0xcd, 0xf1, 0x99, 0xa2, 0xd7, 0x28, 0x1c, 0x89, 0x74, 0xbf, 0xfc, 0x9c, 0x22, 0xc0, 0xb5, 0x6b, 0xd7, 0xea, 0x88, 0xc4, 0x99, 0x46, 0x20, 0xa3, 0x5a, 0x85, 0x6e, 0x06, 0x2e, 0x98, 0xbc, 0xd2, 0x5e, 0x9b, 0xaf, 0x18, 0xd0, 0xb2, 0x01, 0x48, 0x8c, 0x7c, 0xd2, 0xef, 0xb3, 0x79, 0x75, 0x5a, 0x24, 0x7f, 0x6e, 0x44, 0x43, 0x06, 0x79, 0x55, 0xcf, 0x35, 0xf0, 0x15, 0x51, 0x45, 0xbd, 0x0f, 0x84, 0x0c, 0x20, 0x28, 0x5b, 0xb4, 0xb6, 0x56, 0x47, 0x00, 0x23, 0x71, 0x94, 0x47, 0xef, 0xf8, 0x74, 0x24, 0xa1, 0xf2, 0xef, 0x57, 0xaf, 0x5e, 0x85, 0x86, 0x86, 0x06, 0xb8, 0xe5, 0x96, 0x5b, 0x48, 0x6b, 0xf0, 0x21, 0x45, 0x58, 0xb3, 0x7c, 0xf9, 0xf2, 0xae, 0x7d, 0xfb, 0xf6, 0xfd, 0x19, 0xf6, 0x6f, 0x16, 0xc9, 0xfb, 0x05, 0x94, 0xf0, 0x8f, 0x21, 0x62, 0xbc, 0x85, 0xeb, 0x33, 0x47, 0x8f, 0x1e, 0x3d, 0x83, 0x72, 0xc5, 0x08, 0xc8, 0x55, 0xb1, 0x67, 0x81, 0x12, 0x78, 0x22, 0x00, 0x95, 0x6d, 0x15, 0x55, 0x3b, 0xc1, 0xb0, 0x02, 0xaa, 0x26, 0x0b, 0xd0, 0x4c, 0x04, 0xd0, 0x64, 0x15, 0x57, 0x01, 0x8f, 0x92, 0xac, 0xfa, 0xbe, 0x1c, 0x8e, 0xfa, 0x4c, 0xae, 0x60, 0xf0, 0x51, 0x65, 0x8e, 0xa0, 0xc9, 0xa6, 0xc5, 0x02, 0xf4, 0xea, 0xdf, 0x1a, 0x44, 0x42, 0x3e, 0x77, 0x2d, 0xc0, 0x2f, 0x15, 0x6d, 0xc2, 0xef, 0xa9, 0x89, 0xd4, 0x9a, 0x95, 0x3c, 0x44, 0xf8, 0x36, 0x51, 0x05, 0xaa, 0x31, 0x40, 0x66, 0x8f, 0xe1, 0xa1, 0x61, 0xc8, 0x0d, 0xe6, 0x38, 0x15, 0x40, 0xf9, 0xa0, 0xd0, 0xd6, 0xd6, 0xe6, 0x5b, 0xbf, 0x7e, 0x7d, 0x88, 0x66, 0x08, 0xc3, 0x7e, 0x8e, 0x64, 0x32, 0x99, 0x8d, 0x08, 0xfc, 0xf5, 0xd8, 0x70, 0x33, 0xe3, 0xdb, 0xb3, 0x67, 0x4f, 0x08, 0x11, 0x23, 0x81, 0x8f, 0xec, 0x29, 0x14, 0x0a, 0x6f, 0xe2, 0x39, 0xc7, 0x11, 0xb9, 0x7e, 0x8f, 0xf7, 0x7d, 0xed, 0xf3, 0x9f, 0xff, 0xfc, 0xc4, 0xac, 0x23, 0x00, 0xb9, 0x82, 0xad, 0x80, 0x50, 0x41, 0xe6, 0x1d, 0xf1, 0x80, 0xdc, 0x35, 0xcb, 0x5c, 0x2d, 0x5c, 0x72, 0x1c, 0x00, 0x85, 0x8f, 0x93, 0xcf, 0xbe, 0xa0, 0x6a, 0x30, 0xf7, 0xcb, 0x74, 0xa2, 0x82, 0x74, 0xa0, 0x93, 0x39, 0x58, 0x20, 0x80, 0x4d, 0x0e, 0xa0, 0xa0, 0x10, 0x9e, 0xae, 0xad, 0x47, 0x05, 0x11, 0x50, 0x23, 0x35, 0x11, 0x0e, 0x7c, 0xda, 0x57, 0x53, 0x5b, 0xc3, 0x0b, 0x4a, 0x90, 0x8f, 0x60, 0x60, 0x68, 0x08, 0x46, 0xb9, 0xa5, 0x50, 0x85, 0x53, 0xe7, 0xce, 0x92, 0x9c, 0x50, 0x28, 0xe4, 0xd4, 0x1f, 0xee, 0xde, 0xbd, 0xfb, 0x16, 0x94, 0x03, 0xb6, 0x60, 0xff, 0x46, 0x10, 0x21, 0xb2, 0x88, 0x08, 0xc1, 0xda, 0xda, 0x5a, 0x7f, 0x73, 0x73, 0x73, 0x0d, 0xd9, 0x15, 0xa8, 0xdf, 0x11, 0x11, 0xa2, 0x84, 0x18, 0x28, 0x43, 0x10, 0x72, 0x7c, 0x08, 0xcf, 0x2f, 0xe0, 0xb3, 0x22, 0x8f, 0x3e, 0xfa, 0xe8, 0x35, 0x7c, 0xee, 0x2b, 0xd8, 0x9e, 0xc7, 0xf6, 0x1a, 0x22, 0xdc, 0x51, 0x44, 0x8a, 0xd4, 0x4c, 0x0b, 0x81, 0xf6, 0xf9, 0xfb, 0x24, 0xdd, 0x36, 0x93, 0x35, 0x4a, 0xb4, 0x2a, 0xc6, 0x84, 0xc9, 0x1e, 0xe1, 0x5a, 0xa4, 0x29, 0xe4, 0xf2, 0x9a, 0x09, 0xf8, 0x39, 0x35, 0xe7, 0xce, 0xc0, 0xa2, 0x23, 0x7a, 0xa0, 0x58, 0x0e, 0x20, 0xcf, 0x1c, 0xb3, 0xf2, 0xf5, 0x09, 0xf0, 0x5d, 0xcb, 0x3a, 0x11, 0x09, 0x6a, 0xb8, 0x97, 0x90, 0x82, 0x46, 0x46, 0x87, 0x47, 0xa1, 0xf7, 0x72, 0x2f, 0x0f, 0x26, 0x21, 0x60, 0xf6, 0xf6, 0xf4, 0xf2, 0x75, 0x7c, 0x22, 0xfe, 0xea, 0x4b, 0x2f, 0xbe, 0x7c, 0xec, 0xd0, 0xa1, 0x43, 0x2f, 0xe3, 0xad, 0x1e, 0x5d, 0xbd, 0x7a, 0x75, 0x64, 0xfb, 0xf6, 0xed, 0x5d, 0xcb, 0x96, 0x2d, 0x5b, 0xde, 0xda, 0xda, 0xba, 0x1a, 0x11, 0xa8, 0x13, 0xcf, 0xa3, 0x9c, 0x74, 0x0d, 0xb7, 0x73, 0x91, 0x48, 0xc4, 0x8f, 0x94, 0x24, 0x84, 0x72, 0x44, 0xa8, 0xab, 0xab, 0x8b, 0x53, 0x16, 0x44, 0x86, 0x0e, 0x6c, 0x1f, 0x41, 0x56, 0x71, 0x2f, 0x22, 0x85, 0x86, 0x9a, 0x46, 0x18, 0x91, 0x82, 0xa8, 0xc4, 0x2f, 0xb0, 0x8f, 0x9f, 0x41, 0xe1, 0xf3, 0xf0, 0xc7, 0x3e, 0xf6, 0x31, 0xf5, 0x86, 0x10, 0xc0, 0xac, 0xdb, 0x6f, 0x8b, 0x08, 0x66, 0x86, 0xaf, 0xbc, 0x60, 0x48, 0xc0, 0x3a, 0x0b, 0x10, 0x71, 0x79, 0xba, 0xd5, 0x4a, 0x8f, 0xcf, 0xcb, 0x17, 0x98, 0x63, 0xa6, 0xae, 0x9b, 0x68, 0x31, 0x5e, 0x37, 0x63, 0x24, 0x89, 0x16, 0x7b, 0x04, 0xf5, 0x70, 0x70, 0x2b, 0x3f, 0x10, 0x11, 0x60, 0xf9, 0x52, 0xc8, 0xa0, 0xb4, 0xdf, 0xdf, 0x77, 0x0d, 0xfa, 0xfa, 0xfa, 0x78, 0x69, 0x19, 0xea, 0x37, 0xca, 0x2e, 0xea, 0xbd, 0xd4, 0xcb, 0x91, 0x02, 0x47, 0xef, 0xb5, 0xa3, 0xaf, 0x1f, 0x7b, 0x42, 0xe6, 0x4b, 0xe7, 0xce, 0x9d, 0x1b, 0xc3, 0x76, 0x0d, 0x37, 0x9f, 0x37, 0x84, 0xbd, 0x2c, 0x02, 0x3d, 0x77, 0xfb, 0xed, 0xb7, 0x37, 0xad, 0x5d, 0xbb, 0xb6, 0x03, 0x29, 0x42, 0x17, 0x52, 0x86, 0x55, 0x48, 0x25, 0x36, 0xe2, 0x00, 0x5c, 0x4b, 0xcf, 0xc2, 0xdf, 0xb9, 0x68, 0x34, 0x5a, 0xd3, 0xd2, 0xd2, 0x12, 0x46, 0xc4, 0xe1, 0x88, 0x35, 0x31, 0x31, 0xb1, 0x71, 0x7c, 0x7c, 0xfc, 0x16, 0x6c, 0xff, 0x6a, 0x6c, 0x6c, 0x4c, 0x7b, 0xe4, 0x91, 0x47, 0x7e, 0x82, 0xf7, 0xfa, 0xef, 0x48, 0x19, 0x5e, 0xb8, 0x21, 0x04, 0x30, 0x73, 0x02, 0x24, 0x21, 0x30, 0x95, 0xd5, 0x4c, 0xb6, 0xa0, 0x19, 0xa6, 0x4a, 0x02, 0xbc, 0xaa, 0x31, 0xdb, 0x54, 0x6d, 0x53, 0x8a, 0xd4, 0x61, 0x6c, 0xde, 0x61, 0x80, 0x5c, 0x27, 0xc0, 0x4d, 0x0e, 0x08, 0x1a, 0x2c, 0x20, 0x91, 0x48, 0xc2, 0x0b, 0xbf, 0x3d, 0x4c, 0x40, 0x30, 0x91, 0x9e, 0x22, 0x8a, 0xfb, 0xae, 0xf4, 0x71, 0x2b, 0x1e, 0x2d, 0x38, 0x52, 0xcf, 0x1f, 0xf9, 0xfd, 0xeb, 0x3f, 0x42, 0x92, 0x9e, 0x12, 0xdd, 0x26, 0x35, 0x4d, 0x6a, 0x6a, 0x2a, 0x95, 0x2a, 0x3c, 0xf5, 0xd4, 0x53, 0x97, 0xb1, 0x9d, 0x13, 0x48, 0x41, 0xb7, 0xec, 0xee, 0xee, 0xce, 0x7f, 0xe9, 0x4b, 0x5f, 0x5a, 0x89, 0x23, 0x7f, 0x07, 0x0a, 0x91, 0x7b, 0x10, 0x36, 0xef, 0x45, 0xa4, 0xb8, 0x85, 0x6c, 0x06, 0xb1, 0x58, 0xcc, 0x8f, 0xad, 0x7a, 0xe9, 0xd2, 0xa5, 0x41, 0x72, 0x18, 0xa1, 0xf6, 0xf1, 0xe9, 0xc1, 0xc1, 0xc1, 0x8f, 0x23, 0x65, 0x38, 0x8f, 0x94, 0xe1, 0xdf, 0x7d, 0xf1, 0x8b, 0x5f, 0xfc, 0xbf, 0x53, 0x42, 0x00, 0x31, 0x45, 0xa9, 0xec, 0x0a, 0x56, 0x0d, 0x19, 0x20, 0x9b, 0xd5, 0xcd, 0x7f, 0x24, 0xd4, 0x31, 0x53, 0x9a, 0xbf, 0x71, 0xeb, 0xdb, 0xbc, 0x22, 0x02, 0x8a, 0xdd, 0x21, 0x64, 0x73, 0xda, 0x18, 0xac, 0x50, 0xcf, 0x98, 0xd6, 0x81, 0x4d, 0xea, 0x1e, 0xed, 0xc7, 0xd1, 0x87, 0x6d, 0x02, 0x52, 0x06, 0xe0, 0xb1, 0x1f, 0xf3, 0x03, 0xd7, 0x07, 0x9f, 0x3f, 0x7e, 0xec, 0xf8, 0xb3, 0xb8, 0x4d, 0x51, 0x9f, 0x39, 0xa3, 0xe5, 0x3d, 0x5a, 0xc1, 0xa3, 0xa9, 0x6f, 0xbe, 0xf9, 0x66, 0xfe, 0x81, 0x07, 0x1e, 0x38, 0x8d, 0xdb, 0xd4, 0xfe, 0x91, 0xee, 0x4f, 0x93, 0x6c, 0xb4, 0xb7, 0xb7, 0xef, 0x1c, 0x1a, 0x1a, 0xba, 0x1b, 0x65, 0x8d, 0x8f, 0x10, 0x95, 0x40, 0x6d, 0x23, 0x8f, 0xec, 0x24, 0x82, 0xaa, 0x67, 0x18, 0xf7, 0x6f, 0xec, 0xed, 0xed, 0x7d, 0x1c, 0x11, 0xe1, 0xa7, 0xf8, 0xee, 0x9f, 0x73, 0xca, 0x0a, 0x81, 0x72, 0x56, 0x40, 0x3d, 0x1c, 0xcc, 0x67, 0x64, 0x05, 0x59, 0x42, 0x20, 0x99, 0x7f, 0x74, 0x7c, 0x50, 0x6e, 0x36, 0x02, 0x5f, 0xd1, 0x42, 0xdf, 0x4c, 0xb2, 0x8e, 0x9b, 0x31, 0x48, 0xb8, 0x84, 0x45, 0xba, 0x36, 0x05, 0x86, 0x9e, 0x78, 0xfd, 0x04, 0x97, 0xf8, 0x25, 0xd7, 0xb6, 0x8a, 0xa3, 0xbf, 0x77, 0x64, 0x64, 0xe4, 0x8c, 0xa6, 0x6a, 0x89, 0x95, 0x2b, 0x57, 0x6e, 0x34, 0x2c, 0x7e, 0x79, 0xc3, 0xda, 0x97, 0x93, 0xac, 0x7e, 0x39, 0xa3, 0x09, 0x0b, 0xa0, 0xb9, 0xa6, 0x86, 0xe7, 0x91, 0x31, 0xe8, 0x0c, 0xca, 0x0d, 0x6f, 0x3a, 0xdf, 0x13, 0x11, 0x80, 0x90, 0xe3, 0x25, 0xa3, 0x1d, 0x7c, 0xf8, 0xe1, 0x87, 0x3b, 0x90, 0x0d, 0x7c, 0x02, 0xa9, 0xc4, 0x03, 0x78, 0x6d, 0x2b, 0x21, 0xc1, 0xb6, 0x6d, 0xdb, 0xc2, 0x67, 0xcf, 0x9e, 0xfd, 0x08, 0x52, 0xa1, 0x35, 0xc8, 0x1a, 0xf6, 0x22, 0x12, 0xe4, 0xa7, 0xc4, 0x02, 0x84, 0xa9, 0x4f, 0x33, 0xcb, 0xc3, 0x69, 0x7a, 0x65, 0x2c, 0x65, 0x21, 0x82, 0xde, 0x52, 0x04, 0x3c, 0x3d, 0x82, 0x86, 0xeb, 0x56, 0xd8, 0x02, 0xf4, 0x39, 0x04, 0x14, 0xbd, 0x86, 0xb2, 0xb5, 0xf8, 0x1b, 0xea, 0x1b, 0x56, 0x50, 0x9b, 0xa9, 0x77, 0xba, 0xf7, 0xde, 0x7b, 0x7f, 0x82, 0x6c, 0xe1, 0x63, 0xa5, 0x74, 0x5b, 0x24, 0xf5, 0xfd, 0xb8, 0xfa, 0xaf, 0xf8, 0x8e, 0xdf, 0x46, 0x64, 0xb8, 0xef, 0xd2, 0xa5, 0x4b, 0x0f, 0x22, 0x2b, 0x58, 0x84, 0xf2, 0x44, 0xf8, 0xf4, 0xe9, 0xd3, 0x1b, 0x50, 0xa3, 0xf8, 0x5b, 0x3c, 0xfe, 0x55, 0x13, 0xd1, 0x4b, 0xb0, 0x00, 0x33, 0x1e, 0x50, 0x04, 0x22, 0x0a, 0x77, 0x30, 0x15, 0x50, 0x60, 0x0b, 0x17, 0xf6, 0x06, 0xd0, 0x95, 0x12, 0x42, 0xa0, 0xa8, 0xde, 0x69, 0xe5, 0xea, 0x89, 0xa4, 0x8d, 0xb2, 0x2d, 0x60, 0x6f, 0x01, 0x5b, 0x0b, 0x78, 0x36, 0x43, 0x10, 0xff, 0x17, 0xf7, 0xdc, 0x73, 0xcf, 0x87, 0x2a, 0x63, 0x61, 0x0a, 0x43, 0x79, 0xe1, 0x09, 0x14, 0x54, 0xbb, 0x51, 0xa6, 0x78, 0xf6, 0xc2, 0x85, 0x0b, 0x69, 0xd4, 0x38, 0xc2, 0xf8, 0xee, 0x5f, 0x7c, 0xf0, 0xc1, 0x07, 0xeb, 0x2a, 0x52, 0x03, 0x05, 0x05, 0xf0, 0x89, 0xc4, 0x50, 0xc3, 0x1d, 0x9c, 0xca, 0xbc, 0xbd, 0xee, 0xda, 0xb9, 0x42, 0x00, 0x9e, 0xfd, 0xc4, 0x5c, 0x07, 0x87, 0x91, 0xa9, 0x63, 0x79, 0x04, 0x3f, 0xf7, 0x85, 0x7f, 0x09, 0x0d, 0x4d, 0x31, 0xb0, 0x98, 0xa2, 0x5d, 0x03, 0x2a, 0xda, 0x53, 0x2a, 0x83, 0xc8, 0xb1, 0x8b, 0xca, 0xd4, 0xfc, 0xf3, 0xe3, 0x3f, 0x85, 0x1e, 0xd4, 0x26, 0xf0, 0xd9, 0x9f, 0xc4, 0x5d, 0xcf, 0x18, 0x72, 0x41, 0xde, 0x61, 0x42, 0x2e, 0x5a, 0xee, 0xbf, 0xff, 0xfe, 0xcc, 0x63, 0x8f, 0x3d, 0xf6, 0x49, 0x94, 0x4d, 0x86, 0x48, 0x63, 0x40, 0x6d, 0x22, 0x8f, 0xf7, 0xd8, 0x8b, 0x87, 0x9e, 0xaa, 0x48, 0x06, 0xe0, 0x5a, 0x80, 0xe1, 0xf4, 0xb0, 0xb2, 0x82, 0xf4, 0xb2, 0x65, 0x0b, 0x79, 0xd1, 0xa4, 0x42, 0x11, 0x45, 0x42, 0x20, 0x33, 0x52, 0xe3, 0x25, 0x97, 0x30, 0x25, 0x8e, 0xb4, 0xb7, 0xb4, 0xd8, 0x00, 0xca, 0xa4, 0xca, 0xa6, 0x7e, 0x3e, 0x92, 0xfd, 0x1e, 0x4a, 0xb1, 0xe2, 0x49, 0xd3, 0xe9, 0x5c, 0xa2, 0x34, 0x1b, 0x36, 0xac, 0x87, 0xde, 0x9e, 0xcb, 0xf4, 0xbc, 0x7b, 0xdb, 0xda, 0xda, 0x5a, 0x07, 0x06, 0x06, 0x26, 0x25, 0x24, 0x10, 0xcd, 0xf5, 0x36, 0xa8, 0x7e, 0x36, 0x89, 0xc9, 0x38, 0x90, 0x5d, 0x29, 0x64, 0x7a, 0xae, 0x44, 0x06, 0xa8, 0xd3, 0xc3, 0xc1, 0xaa, 0xf8, 0x4b, 0xa8, 0x52, 0x2c, 0x00, 0x4f, 0x0b, 0x53, 0xfc, 0xc0, 0x16, 0x36, 0x17, 0x30, 0x0b, 0x46, 0x16, 0x09, 0x81, 0x66, 0xb6, 0xae, 0xe5, 0x10, 0x3a, 0xf2, 0xfb, 0xe3, 0x70, 0xb9, 0xe7, 0xaa, 0xe7, 0xbd, 0x68, 0x2a, 0xb8, 0xf5, 0x1b, 0xd7, 0x9a, 0xbf, 0x2f, 0x9e, 0xeb, 0x41, 0xb5, 0x71, 0xd2, 0x16, 0x63, 0x41, 0xf3, 0x03, 0xc9, 0x35, 0x98, 0x34, 0x55, 0xe5, 0xd4, 0xa6, 0x7b, 0xd3, 0x5a, 0x58, 0xbb, 0x7e, 0x2d, 0x1c, 0x3e, 0xfc, 0x32, 0x8c, 0x8d, 0x8e, 0xd5, 0xe0, 0x48, 0xbe, 0x0f, 0x11, 0xe0, 0x09, 0x0f, 0x2d, 0x22, 0x27, 0x23, 0xc2, 0x0f, 0x7e, 0xf0, 0x83, 0x7b, 0x90, 0x85, 0xff, 0xaf, 0xc5, 0x8b, 0x17, 0xfb, 0xc9, 0x62, 0x89, 0x02, 0x2b, 0xb9, 0xa1, 0x7f, 0x57, 0xb1, 0x10, 0xc8, 0x27, 0x2c, 0x94, 0xe7, 0xe4, 0x21, 0x9b, 0x7e, 0x9e, 0x12, 0x16, 0x0b, 0xf3, 0x4c, 0x77, 0x9f, 0x69, 0x12, 0xa0, 0x19, 0xac, 0xce, 0x3d, 0x5f, 0x5f, 0x4e, 0xd6, 0x14, 0x6c, 0x41, 0xca, 0xdd, 0x2f, 0x5a, 0x68, 0x26, 0x30, 0x9a, 0x42, 0x96, 0x17, 0xda, 0xc0, 0x05, 0x05, 0x33, 0xee, 0x2d, 0xac, 0x64, 0xe9, 0xb9, 0x74, 0x05, 0x36, 0x6e, 0x5a, 0x0f, 0x8b, 0x3b, 0x16, 0x11, 0x02, 0x90, 0x21, 0xe8, 0x8f, 0x70, 0xf7, 0x6f, 0x3c, 0xd4, 0xc9, 0xc0, 0x81, 0x03, 0x07, 0x94, 0x7d, 0xfb, 0xf6, 0xbd, 0xbf, 0xaa, 0xaa, 0xea, 0xdf, 0xe2, 0x68, 0xdf, 0xb8, 0x62, 0xc5, 0x8a, 0x10, 0x95, 0xfb, 0x3f, 0x71, 0xe2, 0x44, 0x1a, 0x29, 0xc0, 0xd7, 0x51, 0x36, 0xa8, 0x5c, 0x0b, 0xe0, 0xaa, 0x0e, 0x13, 0x7c, 0x4f, 0x3f, 0xb6, 0x76, 0x59, 0x0d, 0x0c, 0x8c, 0x64, 0x67, 0xca, 0xf5, 0x02, 0x37, 0x38, 0xb3, 0xc3, 0x0c, 0x9c, 0xea, 0x76, 0xc4, 0x0f, 0x2b, 0x97, 0x84, 0xdc, 0x63, 0xfb, 0xa4, 0x0a, 0xde, 0x02, 0xe8, 0xa4, 0x0a, 0xba, 0xd7, 0x0b, 0xb4, 0x96, 0xf1, 0xb1, 0x71, 0x68, 0x6a, 0x6e, 0xd4, 0xef, 0x4e, 0xf1, 0x03, 0x15, 0xa6, 0x34, 0xa6, 0x12, 0x69, 0x9e, 0x97, 0xb8, 0x65, 0xcb, 0x26, 0x78, 0xf3, 0x8d, 0x53, 0x64, 0x0e, 0xbe, 0x3d, 0x1a, 0x8d, 0xc6, 0x26, 0x27, 0x27, 0xe3, 0x06, 0x0c, 0xfd, 0x77, 0xdd, 0x75, 0x57, 0x27, 0xaa, 0x7b, 0xbb, 0x9a, 0x9b, 0x9b, 0xef, 0xc4, 0xe3, 0xd4, 0x18, 0xaa, 0x80, 0x35, 0xad, 0xad, 0xad, 0xca, 0xe8, 0xe8, 0x28, 0x3b, 0x76, 0xec, 0x18, 0xa9, 0x9d, 0xdf, 0x44, 0xe0, 0x3f, 0x5a, 0xa9, 0x25, 0xd0, 0xac, 0x0e, 0x26, 0xdb, 0x00, 0xb8, 0x60, 0xf1, 0xc1, 0xc5, 0xae, 0x7d, 0xe7, 0x36, 0xcb, 0x46, 0xa9, 0xfd, 0xb6, 0x63, 0x15, 0xee, 0xbf, 0xa1, 0x6b, 0x66, 0x28, 0x5b, 0x47, 0xe4, 0x06, 0x10, 0x5f, 0x17, 0x08, 0x40, 0xaa, 0x60, 0x29, 0x0a, 0x40, 0xcb, 0xf5, 0xab, 0x83, 0x26, 0x02, 0x2c, 0x5f, 0xbe, 0x14, 0x4e, 0x9d, 0x38, 0xc3, 0x67, 0x05, 0xaf, 0x64, 0x19, 0x1b, 0x1a, 0x83, 0x55, 0x6b, 0x56, 0xf1, 0xb2, 0x35, 0xc3, 0x43, 0x23, 0xa1, 0x3b, 0xee, 0xb8, 0xe3, 0xab, 0x08, 0xdc, 0x89, 0x58, 0x2c, 0xb6, 0x1e, 0x05, 0xbb, 0x75, 0x08, 0xa7, 0x08, 0x8e, 0xf2, 0x0c, 0x22, 0x40, 0xa4, 0xa9, 0xa9, 0x49, 0xa1, 0x99, 0x5d, 0xe2, 0xf1, 0x38, 0x3b, 0x72, 0xe4, 0x08, 0x19, 0x7e, 0xae, 0xe2, 0xfb, 0x7d, 0x16, 0x81, 0xff, 0xdb, 0x29, 0x99, 0x82, 0x05, 0x02, 0x08, 0x1b, 0x80, 0xd7, 0x2c, 0x1b, 0xb3, 0x09, 0xfc, 0xc3, 0x2f, 0xbc, 0x04, 0xc2, 0x2d, 0x4d, 0xe1, 0x55, 0xe4, 0x75, 0x8b, 0x8f, 0xc7, 0x61, 0xff, 0x9d, 0xb7, 0xdb, 0x9c, 0x4b, 0x25, 0x01, 0x3c, 0xc3, 0x48, 0xa1, 0x19, 0xd1, 0xad, 0x22, 0x5d, 0xbb, 0x52, 0x04, 0x48, 0xa7, 0xd2, 0x66, 0xd4, 0x10, 0x02, 0x0a, 0x59, 0xe9, 0x09, 0x88, 0x44, 0x2a, 0x9b, 0x80, 0xab, 0xb7, 0xb7, 0x0f, 0x36, 0x6d, 0x5d, 0x0f, 0xcb, 0x96, 0x2f, 0x23, 0x04, 0x20, 0x57, 0xf3, 0x07, 0x91, 0xb4, 0x2b, 0x08, 0x74, 0x9f, 0x98, 0xc8, 0x0b, 0xdf, 0xa1, 0x06, 0xf5, 0x7c, 0x76, 0xf1, 0xe2, 0xc5, 0x04, 0xf2, 0xfb, 0x6a, 0x7c, 0xce, 0x61, 0xec, 0xb3, 0x07, 0x93, 0xc9, 0xe4, 0xcf, 0x0f, 0x1e, 0x3c, 0xa8, 0x4d, 0xc9, 0x14, 0x0c, 0x52, 0x5e, 0xa0, 0x6c, 0xff, 0x96, 0x0b, 0x18, 0x56, 0x0c, 0xe0, 0x1b, 0x40, 0x8a, 0xae, 0xae, 0x4e, 0x68, 0x6c, 0x8c, 0x41, 0x4f, 0xef, 0x65, 0xa8, 0x6f, 0xa8, 0x43, 0x72, 0x98, 0x82, 0x45, 0x8b, 0xda, 0xed, 0x01, 0x97, 0x33, 0x99, 0x8b, 0x57, 0x51, 0xaa, 0x96, 0xae, 0x1e, 0x06, 0x24, 0x19, 0xa0, 0x12, 0x16, 0x40, 0x0b, 0x79, 0x07, 0xe9, 0x3b, 0x68, 0xa9, 0x89, 0xd6, 0x54, 0x74, 0x8d, 0x6e, 0x6e, 0xce, 0xf2, 0xc1, 0xb8, 0x63, 0xe7, 0x76, 0x14, 0x38, 0x5f, 0xa7, 0xd1, 0xed, 0xa7, 0x67, 0xa3, 0x8e, 0xaf, 0x8d, 0x8f, 0x8f, 0xa7, 0xf1, 0xf9, 0xd5, 0xf8, 0x9b, 0x78, 0xfc, 0xe1, 0x44, 0x22, 0xf1, 0xab, 0xd3, 0xa7, 0x4f, 0x3f, 0xf5, 0xe4, 0x93, 0x4f, 0x0e, 0x18, 0x72, 0x82, 0x32, 0x25, 0x67, 0xd0, 0xe7, 0x3e, 0xf7, 0xb9, 0x2a, 0xfc, 0xd8, 0x90, 0x19, 0xbe, 0x4c, 0x65, 0x53, 0xb3, 0x59, 0x18, 0x1a, 0x1c, 0x9a, 0xb9, 0xd1, 0x0d, 0x95, 0x8d, 0xd6, 0xea, 0x50, 0x10, 0x12, 0xa9, 0x24, 0x27, 0x7d, 0xb4, 0xbf, 0xbe, 0xa1, 0x9e, 0xef, 0xa7, 0x24, 0x89, 0x99, 0x1e, 0xdd, 0x50, 0x61, 0xd6, 0x2e, 0xcd, 0x6c, 0x1e, 0x6b, 0x68, 0xe4, 0x54, 0xc9, 0xa8, 0xd9, 0xc7, 0x11, 0xa0, 0x1c, 0x05, 0xa0, 0x65, 0x68, 0x60, 0xd8, 0x44, 0x80, 0x25, 0x9d, 0x4b, 0x60, 0xa0, 0x7f, 0xc8, 0x2c, 0xc2, 0x59, 0x6e, 0x19, 0x1d, 0x99, 0x80, 0x15, 0xab, 0x56, 0x60, 0x5f, 0x34, 0x73, 0x58, 0xbc, 0xf1, 0xc6, 0x1b, 0x17, 0xc2, 0xe1, 0xf0, 0x4b, 0x28, 0x0b, 0xbc, 0xd1, 0xdb, 0xdb, 0x7b, 0xec, 0xc5, 0x17, 0x5f, 0xec, 0x71, 0xf8, 0x1a, 0xca, 0x2e, 0xae, 0x08, 0x80, 0x2a, 0x83, 0x3a, 0x36, 0x36, 0x86, 0xdf, 0xcd, 0x14, 0xca, 0x7d, 0xe3, 0x31, 0x70, 0xf8, 0x47, 0xd8, 0x4b, 0x1f, 0x5a, 0x0a, 0x90, 0xd3, 0x41, 0x0a, 0x28, 0x09, 0x48, 0x98, 0x1e, 0x69, 0x87, 0x99, 0x02, 0x7e, 0xf1, 0xbe, 0x58, 0xac, 0x91, 0x93, 0x7c, 0xf2, 0x82, 0xf2, 0xfe, 0x01, 0xdd, 0x69, 0x56, 0x09, 0x02, 0xd0, 0x48, 0x36, 0xf2, 0xea, 0xa1, 0x03, 0xa5, 0xfa, 0x8b, 0xe7, 0x2e, 0x41, 0x53, 0x63, 0x73, 0x45, 0x08, 0xd0, 0x77, 0xb9, 0x1f, 0x36, 0x6e, 0xed, 0x86, 0xb5, 0xeb, 0xd6, 0x70, 0x04, 0xe8, 0xef, 0xef, 0xef, 0x7b, 0xee, 0xb9, 0xe7, 0x1e, 0x92, 0x80, 0x2e, 0x32, 0x2f, 0x99, 0x63, 0x9b, 0x4d, 0x09, 0x01, 0x88, 0x5f, 0x7c, 0xe5, 0x2b, 0x5f, 0x79, 0x0b, 0x37, 0xd7, 0x1d, 0x3f, 0x76, 0x0c, 0x56, 0xae, 0x5c, 0xce, 0xa3, 0x5c, 0x36, 0x6d, 0xda, 0x0c, 0xf9, 0x9c, 0x3e, 0xc1, 0xa1, 0x1b, 0x00, 0x6c, 0x1d, 0x5c, 0xd4, 0xd7, 0xc5, 0x55, 0xa2, 0xdd, 0xaa, 0x87, 0x83, 0x5c, 0x27, 0xc8, 0xa9, 0x7e, 0x39, 0xaf, 0x74, 0x4e, 0x1f, 0xeb, 0x35, 0xea, 0x6d, 0xf9, 0x88, 0xcc, 0x13, 0x29, 0x98, 0xf3, 0xfd, 0x5c, 0x26, 0x95, 0xf6, 0xf9, 0xfc, 0x3c, 0xea, 0x87, 0xaa, 0x75, 0x9c, 0x3b, 0xf7, 0x26, 0x0c, 0x0d, 0x0d, 0xf1, 0xfd, 0x14, 0x01, 0x5c, 0x29, 0x39, 0x4f, 0x26, 0x53, 0x7c, 0x86, 0x50, 0x5e, 0x7f, 0xb1, 0xca, 0x5f, 0xf1, 0x75, 0xf9, 0x5c, 0x81, 0x6b, 0x1e, 0x7b, 0x6e, 0xdd, 0x0d, 0xbf, 0xfb, 0xed, 0x61, 0x7a, 0x8f, 0x5b, 0xc9, 0x05, 0x8c, 0x83, 0x95, 0x87, 0x99, 0x1b, 0xad, 0xe0, 0xb2, 0xed, 0xa9, 0x6f, 0x7a, 0xa2, 0xec, 0xae, 0x5d, 0xbb, 0x48, 0x3c, 0x7d, 0xff, 0x18, 0xaa, 0x2e, 0x84, 0xdd, 0x7c, 0xda, 0x38, 0x03, 0xcb, 0x79, 0xf3, 0x05, 0xf4, 0xe6, 0x0f, 0x98, 0xfe, 0x02, 0x0a, 0x82, 0xe4, 0xf6, 0x71, 0x9f, 0xdf, 0x54, 0x91, 0x74, 0x7b, 0xb9, 0x71, 0x8c, 0x1f, 0xf7, 0xf1, 0x7d, 0x7c, 0x9b, 0x87, 0x56, 0x93, 0xa9, 0xd9, 0xf8, 0x4d, 0x15, 0x37, 0xa5, 0xa2, 0xca, 0xfa, 0x7e, 0xab, 0x00, 0x33, 0x5f, 0xfb, 0x14, 0x7e, 0x9e, 0x79, 0xae, 0xa2, 0xff, 0xe6, 0x05, 0x9b, 0xf1, 0x8f, 0xfe, 0x97, 0x8b, 0x31, 0x93, 0xc3, 0x8a, 0xff, 0x49, 0xc5, 0x9b, 0xf5, 0xba, 0x3d, 0x8a, 0x69, 0xb6, 0xb5, 0x26, 0x82, 0xb6, 0xb6, 0xf5, 0x80, 0x27, 0x63, 0xbf, 0xb4, 0x8f, 0xb0, 0x22, 0x83, 0xec, 0xf0, 0xf4, 0xa9, 0xb7, 0xe0, 0x17, 0x3f, 0xfb, 0x25, 0xcf, 0x07, 0xa0, 0x10, 0xae, 0xfd, 0xfb, 0xf7, 0x1b, 0xd3, 0xde, 0xfb, 0xca, 0x36, 0xf2, 0x1a, 0x0a, 0x36, 0x40, 0x2c, 0x84, 0xd4, 0x41, 0x33, 0x98, 0xb4, 0x4c, 0x8b, 0x84, 0x43, 0xd0, 0xdc, 0xd6, 0x02, 0xaf, 0xa1, 0x1c, 0x90, 0x4c, 0x24, 0x29, 0x5a, 0xe8, 0xad, 0xbe, 0xbe, 0xbe, 0x37, 0xc1, 0xdb, 0xbd, 0x9c, 0x9f, 0x32, 0x0b, 0xa0, 0x05, 0x55, 0x89, 0x87, 0x86, 0x87, 0x87, 0x3f, 0x88, 0x24, 0xff, 0x7d, 0x87, 0x0e, 0xfd, 0x06, 0x2e, 0x5c, 0xb8, 0x08, 0x6d, 0x6d, 0x6d, 0x66, 0x7e, 0x7a, 0xb9, 0xac, 0x17, 0x39, 0xfd, 0xa9, 0xd2, 0xf3, 0x4c, 0x29, 0x5b, 0x4a, 0xa1, 0xb2, 0xd9, 0xdf, 0x2b, 0x78, 0x86, 0xa9, 0xa6, 0x39, 0x9e, 0xe9, 0x96, 0x96, 0xe5, 0xf5, 0x0e, 0xce, 0x77, 0xb5, 0x8d, 0x42, 0xd4, 0x44, 0x28, 0xc6, 0x9f, 0xa2, 0x7c, 0x09, 0xf8, 0x84, 0x18, 0x5b, 0xb7, 0x6e, 0x86, 0x89, 0xf8, 0x78, 0xc5, 0xf6, 0x88, 0x46, 0x8d, 0x7c, 0x06, 0x1d, 0xba, 0x90, 0xbb, 0xb4, 0x13, 0x7e, 0xf9, 0xf3, 0x27, 0x8a, 0xd4, 0x41, 0xa9, 0x14, 0x8c, 0xf9, 0x9b, 0x10, 0x3d, 0x54, 0x13, 0x84, 0x0d, 0x9b, 0xbb, 0x61, 0xd3, 0xe6, 0x0d, 0xf0, 0xeb, 0xeb, 0x03, 0x10, 0x8d, 0x46, 0xef, 0xc2, 0xc3, 0x3f, 0x96, 0xac, 0x80, 0xb2, 0x45, 0xb0, 0x6c, 0x14, 0x71, 0x49, 0x83, 0xfe, 0xd7, 0xbe, 0xf6, 0xb5, 0x1a, 0x54, 0x21, 0xfe, 0x0e, 0x3f, 0xf2, 0x7e, 0xec, 0x08, 0x7f, 0x29, 0x20, 0x96, 0xda, 0x77, 0xb3, 0x9c, 0x3f, 0xd5, 0x85, 0xec, 0xff, 0x7f, 0xfa, 0xe9, 0x4f, 0xc2, 0xc9, 0x53, 0x27, 0x41, 0x2d, 0x54, 0x1e, 0xb1, 0xdd, 0x10, 0x8b, 0xc1, 0x7d, 0xf7, 0xdd, 0x6b, 0xfe, 0x3e, 0x77, 0xf6, 0x1c, 0xa4, 0xd3, 0x19, 0x6e, 0x16, 0xce, 0xe5, 0xa5, 0x01, 0xab, 0x91, 0xd5, 0x35, 0x67, 0xf3, 0x10, 0xb5, 0xe3, 0x20, 0xdc, 0xbe, 0x63, 0x1b, 0x5c, 0xba, 0xd4, 0x03, 0x07, 0xff, 0xc3, 0x7f, 0xe1, 0x44, 0x04, 0x85, 0xc1, 0x6e, 0xa4, 0x02, 0x23, 0x5e, 0xe6, 0xe0, 0x69, 0x23, 0x80, 0xa4, 0x15, 0x74, 0x21, 0x89, 0xba, 0x13, 0x37, 0x5b, 0x69, 0x24, 0xa1, 0x00, 0xe4, 0xc7, 0x16, 0x40, 0xea, 0x40, 0xe1, 0x47, 0xd5, 0xa4, 0x82, 0xe0, 0xef, 0x20, 0xae, 0xab, 0x68, 0x8d, 0xe7, 0x54, 0xd1, 0x36, 0xad, 0xab, 0xaa, 0x02, 0xcb, 0x9b, 0x9a, 0x9b, 0x37, 0x88, 0xf4, 0x28, 0xb2, 0xa2, 0x45, 0xa3, 0xb5, 0xe6, 0xa8, 0x34, 0xee, 0xc7, 0x81, 0xd0, 0x80, 0xfa, 0xac, 0xe9, 0x7a, 0x76, 0x19, 0x8d, 0x36, 0x87, 0x4c, 0xa9, 0x63, 0xd8, 0x28, 0x12, 0x57, 0x84, 0xb1, 0x51, 0xa1, 0x6b, 0xd2, 0x93, 0x49, 0x80, 0x15, 0xf9, 0xf5, 0xaa, 0x5a, 0x40, 0x52, 0x9e, 0xe1, 0xbc, 0x9b, 0x62, 0xfb, 0x74, 0x9d, 0x3e, 0xc0, 0xd3, 0xe0, 0x48, 0xca, 0xaf, 0xe2, 0x2d, 0xc0, 0x7d, 0xfc, 0x64, 0x0d, 0xa5, 0x35, 0x65, 0x49, 0xd3, 0x48, 0x0c, 0xe2, 0xb1, 0xb6, 0x45, 0x6d, 0xb0, 0x7a, 0xcd, 0xaa, 0x92, 0x82, 0x5f, 0x51, 0xa8, 0x8c, 0x52, 0x09, 0x40, 0x94, 0xb2, 0xe7, 0x13, 0x15, 0x26, 0x7b, 0xc8, 0xd7, 0xbf, 0xfa, 0x57, 0x7c, 0x56, 0x13, 0x64, 0x23, 0x9f, 0x7d, 0xf6, 0xd9, 0x67, 0xff, 0xb1, 0x94, 0x43, 0x68, 0xca, 0x2c, 0x40, 0x5e, 0x1e, 0x7d, 0xf4, 0x51, 0x9a, 0x1d, 0xf2, 0x7f, 0x48, 0xbb, 0x08, 0x4a, 0xb5, 0x52, 0xab, 0x91, 0xd6, 0xd4, 0x68, 0x82, 0xe1, 0x70, 0x28, 0x14, 0x6a, 0xda, 0x7d, 0xeb, 0xae, 0xbb, 0x15, 0xbf, 0x02, 0x54, 0x59, 0x26, 0x14, 0xae, 0x86, 0xb6, 0xd6, 0x56, 0x0e, 0x70, 0x02, 0x86, 0xbe, 0x56, 0xb9, 0xd3, 0x83, 0x9c, 0x4d, 0x8d, 0xcd, 0x4d, 0xa6, 0xc7, 0xec, 0x46, 0x16, 0xba, 0x2f, 0x8d, 0x1c, 0xbf, 0x11, 0xa3, 0x4f, 0x36, 0x77, 0x42, 0x3c, 0xca, 0xd0, 0xa1, 0x46, 0x92, 0xbb, 0x88, 0xdf, 0x8b, 0x4f, 0xc6, 0x51, 0xaa, 0x6f, 0xe0, 0x45, 0x21, 0x43, 0xd8, 0xb1, 0xd5, 0xa1, 0x10, 0xbd, 0x38, 0xbe, 0x6b, 0x58, 0xcf, 0xcb, 0xc7, 0x56, 0x53, 0x13, 0x46, 0x3e, 0x1f, 0xe1, 0x35, 0x03, 0xc3, 0xa1, 0x30, 0x97, 0x63, 0xe4, 0x67, 0xb9, 0x02, 0xbb, 0x42, 0xa0, 0xbb, 0x5e, 0x57, 0xe6, 0x1a, 0x32, 0x28, 0x91, 0x3a, 0xbc, 0x63, 0xd7, 0x76, 0x78, 0xe2, 0x17, 0x4f, 0x11, 0x02, 0xff, 0x31, 0xee, 0x7e, 0x6c, 0x3a, 0x7d, 0x15, 0x98, 0xe6, 0x35, 0xd5, 0xc6, 0x5a, 0x56, 0x31, 0x64, 0xf5, 0x83, 0xab, 0x20, 0x9d, 0x9d, 0x9d, 0x1b, 0x43, 0xa1, 0x70, 0x90, 0x0a, 0x2d, 0xfa, 0x03, 0x3e, 0x68, 0x44, 0xdd, 0x99, 0x84, 0x38, 0xd5, 0x98, 0x7e, 0x45, 0x34, 0xee, 0x05, 0xc3, 0x91, 0x4a, 0xb1, 0xf4, 0x33, 0x81, 0x00, 0x74, 0x3f, 0x7a, 0xa6, 0x25, 0x98, 0xfa, 0x78, 0x47, 0xd3, 0x04, 0x94, 0x22, 0x55, 0xab, 0xbb, 0xbb, 0x9b, 0x0b, 0x60, 0x14, 0xc3, 0xc7, 0xa7, 0x7f, 0xa3, 0x1a, 0x7c, 0x8a, 0x41, 0x05, 0x70, 0xc4, 0x07, 0x83, 0x01, 0xee, 0x09, 0x0d, 0xe1, 0xa8, 0x0f, 0x86, 0xaa, 0x79, 0x95, 0x30, 0x12, 0x54, 0x2b, 0x52, 0xf9, 0x94, 0x52, 0x28, 0xc1, 0xdc, 0xd1, 0x40, 0x29, 0x7d, 0x96, 0xe2, 0xd8, 0xa2, 0x01, 0xf3, 0xbe, 0xfd, 0xef, 0xe3, 0x08, 0x80, 0xcb, 0xdd, 0x1f, 0xf8, 0xc0, 0x07, 0x62, 0x4f, 0x3c, 0xf1, 0xc4, 0xd8, 0x6c, 0x23, 0x00, 0xa1, 0x7e, 0xd0, 0xd1, 0x14, 0x49, 0xd5, 0x90, 0xd5, 0x0e, 0x0d, 0x35, 0x87, 0x36, 0x3e, 0xe3, 0x15, 0x02, 0xb5, 0xa1, 0x21, 0x86, 0x64, 0xab, 0x96, 0x77, 0x2c, 0x85, 0x4a, 0x73, 0xc0, 0x6b, 0x2a, 0xf7, 0x90, 0xa9, 0x86, 0xdb, 0x93, 0xb2, 0x6c, 0xb9, 0x7f, 0xfd, 0x06, 0x7d, 0x45, 0x74, 0x2f, 0xd2, 0x5a, 0x84, 0xe4, 0x6c, 0x6a, 0x29, 0x14, 0x75, 0x83, 0x00, 0x4e, 0x4c, 0x26, 0xa1, 0xaf, 0xbf, 0x0f, 0x1a, 0x51, 0x9f, 0x5f, 0xbd, 0x7a, 0x35, 0x67, 0x0f, 0x89, 0x44, 0x82, 0x0b, 0x77, 0xbc, 0xe8, 0x53, 0xaa, 0x00, 0x01, 0x05, 0xdf, 0x8b, 0x7f, 0x1d, 0x5e, 0xe3, 0xab, 0xe2, 0xef, 0x56, 0x5b, 0x17, 0x45, 0x0a, 0x50, 0x8d, 0xdf, 0x10, 0xe2, 0x39, 0x01, 0xfc, 0x5d, 0x1d, 0x09, 0x4e, 0x56, 0xe0, 0x87, 0x11, 0x16, 0xa2, 0xd8, 0x81, 0xa7, 0x98, 0x4a, 0xae, 0x38, 0xce, 0x6c, 0xc8, 0xa2, 0x27, 0xcf, 0x7b, 0x1f, 0x97, 0x9f, 0xb0, 0xa4, 0x63, 0xb1, 0x08, 0x49, 0x0b, 0x22, 0x35, 0xbb, 0x03, 0x77, 0xfd, 0xf3, 0x6c, 0x23, 0x40, 0x95, 0x71, 0x4d, 0xc0, 0xd8, 0xae, 0x92, 0xf6, 0x31, 0x03, 0xf8, 0x66, 0x64, 0xab, 0xe2, 0x63, 0x69, 0xe2, 0xc1, 0x05, 0x14, 0x6c, 0xb2, 0xb9, 0x0c, 0xc4, 0x90, 0x6c, 0xd5, 0xd5, 0xd7, 0x81, 0xd2, 0xa0, 0x70, 0x20, 0xd0, 0x7e, 0xc2, 0x64, 0x21, 0x0b, 0x50, 0x94, 0xad, 0x62, 0xcc, 0x4b, 0x50, 0x5c, 0x6d, 0xa0, 0x5c, 0xe1, 0x45, 0xc9, 0x2f, 0x20, 0x10, 0xc0, 0x60, 0x01, 0x44, 0x05, 0x88, 0xfd, 0x84, 0x23, 0x11, 0x1e, 0xa6, 0x9d, 0x46, 0xde, 0x3f, 0x3e, 0x3e, 0xc1, 0x81, 0x4e, 0x00, 0x27, 0x9e, 0xda, 0x8a, 0xac, 0x69, 0xe5, 0xca, 0x95, 0x40, 0x76, 0x75, 0x92, 0xec, 0x89, 0x4d, 0x90, 0x94, 0x4f, 0x15, 0x39, 0x06, 0xaf, 0x0d, 0x99, 0x06, 0x30, 0x3a, 0x3f, 0x95, 0x4a, 0xe2, 0xf5, 0xe3, 0x88, 0x30, 0x09, 0x7e, 0x3c, 0x9b, 0xcd, 0x4c, 0x45, 0xa4, 0xba, 0x01, 0x69, 0xcc, 0x69, 0x17, 0xc8, 0x9b, 0x2c, 0x88, 0xe4, 0xad, 0xd9, 0x66, 0x01, 0xfe, 0x32, 0x4d, 0x20, 0x86, 0xcf, 0x40, 0x84, 0x5c, 0x7c, 0x22, 0x7e, 0xb2, 0xb5, 0xad, 0xed, 0x03, 0x94, 0x17, 0x47, 0x1d, 0x4b, 0xe6, 0xdb, 0x30, 0xf2, 0x53, 0x72, 0x84, 0x34, 0x21, 0xbf, 0x27, 0x5e, 0x96, 0xc4, 0x4e, 0xce, 0xa2, 0x04, 0xcc, 0xd9, 0x01, 0x52, 0x0b, 0x2d, 0x5b, 0xe0, 0xfe, 0x76, 0xcd, 0x48, 0x32, 0xd4, 0xa4, 0x64, 0x43, 0xb7, 0xc9, 0x1d, 0xc4, 0x86, 0xcf, 0xd0, 0xd7, 0x7d, 0x86, 0xae, 0x4f, 0xa5, 0xdd, 0x89, 0x54, 0x93, 0xb0, 0x54, 0x83, 0xdb, 0xb4, 0x9f, 0x80, 0x1f, 0x8f, 0x4f, 0x9a, 0x80, 0x1b, 0xb8, 0x76, 0x1d, 0x4e, 0x9d, 0x3a, 0xc5, 0x31, 0x6b, 0xed, 0xda, 0xb5, 0xb0, 0x6a, 0xd5, 0x2a, 0x20, 0x2f, 0x1a, 0x21, 0x0d, 0xe5, 0xec, 0xd1, 0x3b, 0xb7, 0xb7, 0xb7, 0x73, 0x3d, 0x9f, 0x90, 0x84, 0xde, 0x91, 0x52, 0xbd, 0xa9, 0x11, 0xf2, 0x10, 0x12, 0x10, 0x1b, 0xa1, 0xfd, 0x1c, 0x51, 0x06, 0x07, 0xf9, 0x3e, 0x62, 0x2b, 0xc2, 0x44, 0x3c, 0x47, 0xcb, 0x6f, 0x50, 0x1d, 0xfc, 0xa7, 0xd9, 0xc6, 0x3b, 0xc1, 0xfb, 0x43, 0xc6, 0xba, 0xba, 0x82, 0xdf, 0xa1, 0x3b, 0xee, 0xda, 0xf7, 0x6f, 0x50, 0x80, 0x5a, 0x4d, 0x64, 0x76, 0xf9, 0xca, 0xe5, 0x7c, 0x74, 0x11, 0x29, 0x5d, 0xb9, 0x62, 0x05, 0x34, 0x36, 0xc5, 0x78, 0xed, 0x3b, 0x92, 0x09, 0xa8, 0x26, 0x6f, 0x3a, 0x99, 0xc6, 0x91, 0x97, 0x86, 0x5c, 0x36, 0x67, 0x4e, 0xd8, 0x68, 0x15, 0x4f, 0x62, 0x0e, 0x87, 0x8c, 0x62, 0x02, 0x5f, 0x18, 0x6d, 0x68, 0xa4, 0x07, 0x69, 0xa4, 0x93, 0x20, 0x17, 0xd1, 0x05, 0x38, 0x42, 0xa6, 0x7c, 0xbe, 0x00, 0x97, 0x2f, 0x5f, 0x81, 0xbe, 0x2b, 0xfd, 0x5c, 0xfa, 0x4f, 0x20, 0x02, 0x5c, 0xc1, 0xdf, 0x74, 0xaf, 0xde, 0x4b, 0xbd, 0x87, 0x47, 0x47, 0xc7, 0x2e, 0x8b, 0x50, 0x6c, 0x7a, 0xcf, 0x15, 0x2b, 0x56, 0xc4, 0x50, 0x7e, 0x69, 0x6e, 0x69, 0x69, 0x69, 0x6e, 0x68, 0x68, 0x68, 0x42, 0x61, 0xb6, 0x1e, 0xef, 0x4f, 0xa9, 0xf2, 0x79, 0x14, 0xb8, 0x18, 0x76, 0x76, 0x15, 0x79, 0xe1, 0xe8, 0x5c, 0x42, 0x0e, 0x42, 0x08, 0x1d, 0xb9, 0xe2, 0x2a, 0xb6, 0x3c, 0x52, 0x09, 0x22, 0xc9, 0xa3, 0x28, 0x68, 0x9e, 0x40, 0xa4, 0x38, 0x79, 0xfe, 0xfc, 0xf9, 0x33, 0x85, 0x42, 0x61, 0xa6, 0x33, 0x7b, 0xc9, 0x54, 0x3f, 0x82, 0xef, 0x7c, 0xf1, 0xc9, 0x27, 0x9f, 0x3c, 0x36, 0x17, 0x84, 0x27, 0x30, 0x05, 0xc0, 0x9b, 0xbf, 0x51, 0xe0, 0x5a, 0xb4, 0x73, 0xd7, 0x8e, 0xaf, 0x23, 0xff, 0xad, 0x23, 0xb5, 0x6a, 0xd9, 0xf2, 0x15, 0xdc, 0x0c, 0x4a, 0x0b, 0x8d, 0xb0, 0x25, 0x5d, 0x1d, 0xd0, 0xd9, 0xd5, 0xc9, 0x3b, 0x52, 0x2f, 0xc0, 0xa4, 0xe7, 0x12, 0xe6, 0x71, 0x04, 0xf1, 0x79, 0x7a, 0x72, 0x59, 0x9e, 0x6d, 0x44, 0x7a, 0xb6, 0x08, 0x4b, 0xd3, 0xad, 0x84, 0x3e, 0xd3, 0x94, 0x4a, 0xac, 0x43, 0x17, 0xdc, 0x82, 0x3c, 0x56, 0x51, 0x9f, 0x4b, 0x88, 0xc1, 0xd0, 0xe0, 0x30, 0xd9, 0xcb, 0xe1, 0x5a, 0xff, 0x35, 0x5d, 0xd5, 0xc4, 0xbf, 0xfe, 0xcb, 0x7d, 0x9c, 0x12, 0x71, 0xc7, 0xcc, 0xd0, 0xf0, 0x0b, 0xaf, 0xbe, 0xfc, 0xea, 0x4f, 0xc1, 0xc8, 0xbc, 0x01, 0x2b, 0x0b, 0xa7, 0xe8, 0x37, 0x0a, 0x8d, 0x55, 0x7b, 0xf7, 0xee, 0xed, 0x40, 0x8a, 0xd0, 0x19, 0x8b, 0xc5, 0x96, 0xe1, 0xfb, 0x6e, 0x43, 0xa4, 0xd8, 0x4c, 0x6e, 0x73, 0x44, 0x90, 0x34, 0x52, 0x8c, 0x10, 0x21, 0x06, 0x21, 0x05, 0x51, 0x0b, 0xa2, 0x08, 0x88, 0x00, 0x05, 0xa4, 0x08, 0x3c, 0xdb, 0x17, 0xcf, 0xfd, 0x05, 0xbe, 0xc3, 0x0f, 0xdc, 0x7c, 0xf2, 0x6f, 0xe7, 0xa2, 0x4c, 0xf1, 0xdc, 0x50, 0x09, 0x80, 0x7b, 0xee, 0x47, 0x5d, 0xbb, 0x7d, 0xeb, 0xf6, 0xcd, 0x9f, 0x45, 0x8d, 0xa0, 0x93, 0x1b, 0x50, 0x90, 0x3f, 0x2f, 0xe9, 0xec, 0xe0, 0x40, 0x37, 0x8d, 0x2a, 0x28, 0xb5, 0x13, 0x1f, 0x6e, 0x6d, 0x6d, 0x86, 0x18, 0x4a, 0xe9, 0xc4, 0xc3, 0x49, 0x2b, 0xa8, 0x24, 0xa1, 0x94, 0x28, 0x48, 0x12, 0xf9, 0x72, 0x7c, 0x62, 0x92, 0xdb, 0xe6, 0x87, 0x06, 0x06, 0x61, 0x78, 0x64, 0x84, 0xef, 0x17, 0xd2, 0xc3, 0xe0, 0xc0, 0x10, 0xb6, 0x41, 0xc1, 0xcb, 0xb5, 0xbe, 0xbe, 0xbe, 0x67, 0x8e, 0x1f, 0x3d, 0x71, 0xc8, 0x00, 0xb4, 0x13, 0xf8, 0xd9, 0x52, 0xc8, 0x20, 0xef, 0x7b, 0xe8, 0xa1, 0x87, 0xda, 0x91, 0x7a, 0xec, 0x40, 0x64, 0xdc, 0x89, 0xeb, 0xdb, 0x91, 0x17, 0x6f, 0xc1, 0x77, 0xae, 0x42, 0xca, 0xc1, 0xb0, 0x85, 0x11, 0x59, 0xf8, 0x33, 0x51, 0xfb, 0xd0, 0xae, 0x5f, 0xbf, 0x9e, 0x45, 0x84, 0x39, 0x87, 0xe7, 0x7c, 0xed, 0x0b, 0x5f, 0xf8, 0xc2, 0xaf, 0x6f, 0x1a, 0x04, 0x20, 0xf7, 0x70, 0x3e, 0x9f, 0xff, 0x13, 0xc4, 0xe0, 0xcd, 0xf8, 0xf2, 0x4d, 0x64, 0x08, 0xc2, 0xb5, 0x9f, 0xac, 0x83, 0xb8, 0xed, 0xa3, 0xb5, 0xf4, 0x9b, 0xd6, 0x3e, 0xf1, 0x9b, 0xd6, 0xd8, 0x48, 0x2e, 0xa8, 0xc2, 0x91, 0xd2, 0x55, 0x15, 0x0c, 0xb4, 0x53, 0xda, 0x85, 0x08, 0xa9, 0xaa, 0x36, 0x74, 0x6f, 0x5b, 0x70, 0x87, 0x14, 0x7d, 0xa4, 0x17, 0x48, 0xf6, 0x9b, 0x3c, 0x9f, 0xe7, 0x29, 0xf2, 0x04, 0x54, 0x5d, 0x7d, 0x24, 0xaa, 0x50, 0x64, 0x85, 0x33, 0xee, 0x45, 0x66, 0x5b, 0xd2, 0x38, 0xf4, 0x3a, 0x3d, 0x7a, 0x29, 0x9b, 0x82, 0xa6, 0xa6, 0x53, 0x89, 0x54, 0x2f, 0x02, 0x65, 0x02, 0xef, 0x45, 0x21, 0xb2, 0x3c, 0x1f, 0xcf, 0xd8, 0x16, 0x4d, 0x73, 0xfc, 0x36, 0xf7, 0x21, 0xa0, 0x09, 0xab, 0x06, 0xb1, 0xbd, 0x76, 0xdb, 0x6d, 0xb7, 0xfd, 0x93, 0x33, 0xd0, 0x82, 0x3c, 0xa8, 0x0f, 0x3f, 0xfc, 0x30, 0x65, 0x01, 0xfd, 0x01, 0xb2, 0x8c, 0x8f, 0x62, 0x7f, 0xec, 0x44, 0x4a, 0x97, 0x45, 0xe4, 0xae, 0x21, 0x64, 0x20, 0x35, 0xb4, 0xa7, 0xa7, 0x27, 0x83, 0x7d, 0xf2, 0xf7, 0x78, 0xce, 0x5f, 0xca, 0x59, 0x3a, 0x6f, 0xc7, 0x52, 0x89, 0x10, 0xa8, 0xa0, 0x40, 0x73, 0x08, 0x3f, 0x6c, 0xaf, 0x98, 0x21, 0xd3, 0x96, 0x2d, 0x7c, 0x83, 0xe6, 0x58, 0x72, 0x8f, 0x52, 0xbb, 0x11, 0x73, 0x6f, 0xc5, 0x4c, 0x93, 0x10, 0x4a, 0xf1, 0x87, 0x91, 0x54, 0xaf, 0x9d, 0x89, 0xce, 0x7b, 0xf5, 0xd5, 0x57, 0x29, 0x4b, 0xe7, 0xa3, 0x76, 0xdc, 0xe3, 0x7a, 0xdb, 0x09, 0xa3, 0x51, 0x76, 0x4e, 0x2b, 0xb2, 0x82, 0x3f, 0x41, 0x15, 0xf3, 0x5f, 0x23, 0x85, 0x68, 0xeb, 0xea, 0xea, 0x0a, 0x6f, 0xd9, 0xb2, 0x25, 0x74, 0xe6, 0xcc, 0x99, 0xcf, 0xa2, 0xec, 0xb0, 0x08, 0xcf, 0x39, 0x30, 0xaf, 0x29, 0xc0, 0xfd, 0xf7, 0xdf, 0x7f, 0x07, 0x62, 0xeb, 0xb3, 0xf3, 0xd5, 0x8e, 0x3f, 0x0f, 0x96, 0xee, 0xa7, 0x9e, 0x7a, 0xea, 0x54, 0x05, 0x12, 0x1b, 0x51, 0x86, 0xfb, 0x90, 0x2a, 0x3c, 0x82, 0x14, 0xa1, 0x11, 0x55, 0xce, 0xf0, 0xf1, 0xe3, 0xc7, 0x53, 0x28, 0x30, 0xa2, 0x58, 0xf0, 0xa5, 0x1f, 0xce, 0x5b, 0x0a, 0x80, 0x2f, 0xfe, 0x41, 0xd1, 0xd9, 0xf7, 0x7f, 0xf6, 0xcf, 0xa0, 0x63, 0x49, 0x47, 0x91, 0x41, 0x43, 0x8c, 0x2e, 0xb3, 0x48, 0x94, 0x64, 0xfc, 0x50, 0xcc, 0xe3, 0xb6, 0x33, 0x24, 0x9d, 0xce, 0xfb, 0x5e, 0x22, 0xb1, 0x42, 0x91, 0xb2, 0x6b, 0x40, 0x32, 0x94, 0x58, 0x26, 0x17, 0x2b, 0x82, 0x40, 0xb1, 0x65, 0xe2, 0x58, 0x6f, 0xc1, 0x1c, 0x76, 0x05, 0xc5, 0xf1, 0x3f, 0x2b, 0x61, 0x91, 0x95, 0xef, 0x45, 0xf7, 0x39, 0x75, 0xf2, 0x14, 0xfc, 0xe0, 0x7b, 0x7f, 0x2f, 0x4e, 0xa3, 0x54, 0xad, 0xb2, 0x08, 0x60, 0x50, 0x86, 0x27, 0xbe, 0xf7, 0xbd, 0xef, 0xad, 0x45, 0xc1, 0xf0, 0x85, 0x6b, 0xd7, 0xae, 0xad, 0x5f, 0xbe, 0x7c, 0x79, 0x04, 0x35, 0x84, 0xbf, 0xc6, 0xfd, 0xf3, 0x16, 0x01, 0x14, 0x1c, 0xfd, 0x1f, 0xe6, 0xf5, 0x70, 0x63, 0x0d, 0xb0, 0x7a, 0xcd, 0x6a, 0x5d, 0x12, 0x67, 0x76, 0x2b, 0x95, 0xe8, 0x18, 0xc5, 0x61, 0xe3, 0x66, 0x2e, 0xe9, 0x51, 0x72, 0x82, 0x14, 0xb3, 0x01, 0xa3, 0x18, 0x68, 0xde, 0xa1, 0x20, 0xa5, 0x32, 0xab, 0x94, 0x22, 0xa4, 0x90, 0xd1, 0x53, 0x29, 0xb2, 0xa7, 0x79, 0x13, 0x43, 0xb7, 0x67, 0x71, 0xf7, 0xef, 0xf6, 0xad, 0x10, 0x41, 0x35, 0x93, 0x54, 0x57, 0xec, 0x1b, 0x62, 0x01, 0x0f, 0x1a, 0xc6, 0xaf, 0x1c, 0x94, 0x49, 0xd5, 0x7a, 0xe0, 0x81, 0x07, 0x12, 0x88, 0x04, 0x9f, 0x41, 0x04, 0x78, 0x69, 0xe7, 0xce, 0x9d, 0xe4, 0x3c, 0x5b, 0xf6, 0xfd, 0xef, 0x7f, 0x3f, 0x86, 0x54, 0x60, 0x6c, 0xde, 0x21, 0xc0, 0x67, 0x3e, 0xf3, 0x99, 0x1d, 0xf8, 0x82, 0x5d, 0xb4, 0xbd, 0x65, 0xfb, 0x66, 0x6e, 0x60, 0x19, 0x1f, 0x1b, 0x35, 0xa7, 0x8d, 0xb9, 0x99, 0x97, 0x48, 0x4d, 0xb8, 0xa2, 0x10, 0x2e, 0xb7, 0xa5, 0xb6, 0xa6, 0x16, 0x76, 0xee, 0xd9, 0x09, 0xbf, 0x7d, 0xee, 0x79, 0x42, 0x88, 0xad, 0x1b, 0x36, 0x6c, 0x58, 0x7b, 0xf2, 0xe4, 0xc9, 0x1e, 0xa8, 0x30, 0x55, 0x0b, 0xe5, 0xa8, 0x6d, 0xc8, 0x0a, 0x34, 0xa1, 0x91, 0xa0, 0x36, 0x94, 0x9e, 0x97, 0x14, 0x00, 0x81, 0xff, 0x61, 0x41, 0xfe, 0xbb, 0x37, 0x74, 0x43, 0x22, 0x95, 0x80, 0x23, 0xaf, 0x1c, 0x83, 0x85, 0xb0, 0x2c, 0x5f, 0xb9, 0x14, 0xba, 0x96, 0x2d, 0x31, 0x65, 0x8a, 0xd7, 0x5f, 0x3d, 0xce, 0x35, 0x0b, 0x30, 0x26, 0x82, 0xb2, 0x58, 0xa0, 0xe5, 0xf1, 0x13, 0xcb, 0x9d, 0x77, 0xbf, 0x0f, 0x76, 0xed, 0xda, 0xc1, 0x11, 0x80, 0x88, 0x02, 0xaa, 0xb9, 0xc4, 0x06, 0xfe, 0x1b, 0x94, 0x49, 0xd5, 0x7a, 0xec, 0xb1, 0xc7, 0xa2, 0x78, 0x6f, 0x22, 0xf9, 0x5f, 0x5e, 0xb3, 0x66, 0x4d, 0x35, 0x52, 0x01, 0x0d, 0x91, 0xf0, 0x29, 0x4a, 0xe0, 0x9c, 0xaf, 0x2c, 0xe0, 0xc3, 0xa6, 0xc1, 0xa6, 0x73, 0x31, 0x9c, 0x3f, 0x73, 0x71, 0xda, 0xa3, 0x66, 0xbe, 0x2d, 0xd7, 0xae, 0x5e, 0xb7, 0x21, 0xc0, 0x64, 0x62, 0x12, 0x02, 0x7e, 0x77, 0x73, 0xba, 0xf3, 0x9b, 0xaf, 0x5d, 0x1d, 0x84, 0x35, 0x6b, 0x57, 0x73, 0xc3, 0x13, 0x99, 0x7c, 0x51, 0x95, 0xbd, 0x07, 0x77, 0xff, 0xc8, 0x03, 0xf8, 0x81, 0x6f, 0x7c, 0xe3, 0x1b, 0x9d, 0x4d, 0x4d, 0x4d, 0x7f, 0x8a, 0xea, 0xe8, 0x5f, 0xa0, 0x06, 0xe2, 0x5b, 0xb5, 0x6a, 0x55, 0x35, 0x19, 0x8a, 0xae, 0x5e, 0xbd, 0x9a, 0x22, 0x9b, 0xc0, 0xbc, 0x54, 0x03, 0x3f, 0xf5, 0xa9, 0x4f, 0xad, 0xa7, 0x72, 0x23, 0xb4, 0xbd, 0x63, 0xf7, 0x76, 0x1e, 0x7f, 0x47, 0x9d, 0xb6, 0x50, 0x10, 0x80, 0x4a, 0xb9, 0x92, 0x8d, 0x40, 0x77, 0xf3, 0xfa, 0xf4, 0xca, 0x5f, 0x15, 0x7e, 0xdb, 0x95, 0xde, 0x7e, 0x58, 0xb9, 0x7a, 0x39, 0xec, 0xbe, 0x75, 0x27, 0x0f, 0xce, 0x44, 0x72, 0xbe, 0x15, 0xf5, 0xfc, 0x8e, 0xc1, 0xc1, 0x41, 0x8a, 0xc3, 0xf7, 0xaf, 0x5f, 0xbf, 0x3e, 0xb6, 0x77, 0xef, 0xde, 0xf5, 0x1d, 0x1d, 0x1d, 0x7b, 0x6b, 0x6b, 0x6b, 0xef, 0xae, 0xaa, 0xaa, 0xea, 0xc4, 0xb5, 0xda, 0xd9, 0xd9, 0x19, 0xa2, 0x1a, 0xc2, 0xbd, 0xbd, 0xbd, 0xd9, 0xd1, 0xd1, 0x51, 0xaa, 0x21, 0xf3, 0x87, 0xc8, 0xfb, 0xcf, 0xcc, 0x4b, 0x04, 0x20, 0xe1, 0x46, 0x2f, 0x0e, 0xc5, 0x60, 0xc3, 0xa6, 0x6e, 0x48, 0x25, 0x92, 0xbc, 0xd3, 0x2a, 0x8d, 0x60, 0xbd, 0x19, 0x96, 0xc1, 0xc1, 0x11, 0xe8, 0xec, 0xd2, 0xd3, 0xdc, 0x16, 0x2d, 0x6e, 0x83, 0x89, 0xd1, 0x44, 0x45, 0x96, 0x47, 0xf2, 0xc2, 0x51, 0x0d, 0x40, 0x11, 0x9d, 0x4b, 0x6c, 0x7d, 0xdf, 0xbe, 0x7d, 0xff, 0x19, 0x01, 0x4e, 0xbe, 0x84, 0x5b, 0x10, 0x21, 0x9a, 0x91, 0x2a, 0x64, 0x90, 0x35, 0x04, 0x9b, 0x9b, 0x9b, 0x03, 0x64, 0x00, 0x42, 0x75, 0xaf, 0xaa, 0xaf, 0xaf, 0x2f, 0x8b, 0x23, 0x5f, 0x41, 0x44, 0xfb, 0xdf, 0x48, 0x0d, 0xfe, 0xf2, 0xcb, 0x5f, 0xfe, 0xf2, 0xc8, 0xdb, 0xdd, 0x07, 0xa5, 0x10, 0x80, 0x93, 0xff, 0x86, 0x06, 0x24, 0xff, 0x4b, 0x16, 0xc3, 0x85, 0xb3, 0x0b, 0x87, 0xfc, 0x8b, 0x65, 0x44, 0x42, 0x80, 0x65, 0x2b, 0x96, 0xc2, 0xcb, 0x57, 0x5f, 0x83, 0x68, 0x6d, 0x65, 0x53, 0xf1, 0x90, 0x69, 0x79, 0xed, 0xba, 0xb5, 0x3a, 0xf5, 0xd0, 0xe7, 0x55, 0xda, 0xb3, 0x74, 0xe9, 0x52, 0x85, 0x7c, 0x01, 0xc4, 0x32, 0xb1, 0xff, 0x22, 0xc4, 0x1e, 0x86, 0x86, 0x86, 0xb2, 0x97, 0x2e, 0x5d, 0x62, 0xd8, 0x77, 0x71, 0x3c, 0xef, 0x1f, 0x26, 0x27, 0x27, 0x1f, 0x39, 0x78, 0xf0, 0xe0, 0xc5, 0xf9, 0xd2, 0x07, 0xae, 0x08, 0xf0, 0xf1, 0x8f, 0x7f, 0x7c, 0x19, 0x8e, 0x84, 0x2d, 0x34, 0xfa, 0x77, 0xef, 0xd9, 0xc5, 0xc3, 0xb8, 0xaf, 0x5f, 0x1b, 0x5a, 0x70, 0x08, 0x40, 0x02, 0x1e, 0x8d, 0x66, 0x72, 0x24, 0x51, 0xa8, 0x17, 0x4d, 0x0f, 0x5f, 0xe9, 0x37, 0x5e, 0xbd, 0x72, 0x0d, 0x96, 0x2d, 0xef, 0x82, 0x9d, 0xbb, 0x77, 0xc0, 0x2b, 0x2f, 0xbd, 0x4a, 0x8e, 0x1f, 0x85, 0xd2, 0xb4, 0x70, 0x84, 0x67, 0x2f, 0x5f, 0xbe, 0x4c, 0xce, 0x1f, 0xec, 0x36, 0xff, 0x5b, 0xc9, 0x64, 0xf2, 0x57, 0x88, 0x04, 0xcf, 0xfe, 0xe4, 0x27, 0x3f, 0x39, 0x82, 0xc0, 0x17, 0x45, 0x9f, 0x7d, 0xe5, 0xd4, 0xc5, 0xb7, 0x15, 0x01, 0x10, 0xf0, 0x1f, 0x21, 0xcb, 0x15, 0x21, 0xc0, 0xa6, 0xad, 0x1b, 0x78, 0x3e, 0x9e, 0x8f, 0xc7, 0xd8, 0x97, 0xbf, 0x21, 0xb9, 0x73, 0x2f, 0xf5, 0x5e, 0x98, 0x93, 0x97, 0x77, 0x9a, 0xa5, 0x29, 0x9c, 0x6b, 0xd5, 0x8a, 0x35, 0x53, 0xba, 0x07, 0xe5, 0xed, 0xb7, 0xb6, 0xeb, 0x99, 0x39, 0x94, 0xb9, 0xcb, 0x54, 0xa5, 0x22, 0x36, 0xc0, 0x3d, 0x95, 0xf9, 0x3c, 0xbc, 0xe7, 0x7d, 0x7b, 0x39, 0x02, 0x10, 0x15, 0x38, 0x76, 0xec, 0xd8, 0x2b, 0xc8, 0xef, 0x9f, 0x43, 0xe9, 0xfe, 0xf8, 0x2b, 0xaf, 0xbc, 0x42, 0xc0, 0x97, 0xcb, 0xc2, 0x31, 0x98, 0x87, 0x75, 0x75, 0x02, 0x1e, 0x1d, 0xfb, 0x21, 0xea, 0x50, 0x0a, 0x3c, 0x5c, 0xdc, 0x81, 0xe4, 0xff, 0x5c, 0xe5, 0xe4, 0x3f, 0x9d, 0x49, 0x41, 0x77, 0xf7, 0x06, 0xfc, 0x5c, 0x9f, 0xc3, 0xcc, 0xa2, 0x40, 0xe5, 0xb1, 0x5d, 0xd3, 0xe9, 0x27, 0x06, 0xc9, 0x6c, 0x9c, 0xab, 0x6c, 0xf2, 0x24, 0x8e, 0x65, 0xd9, 0xc0, 0xf0, 0xa8, 0x89, 0x00, 0xcb, 0x56, 0x2c, 0x83, 0xb7, 0xde, 0x3c, 0x07, 0x35, 0x15, 0x66, 0xec, 0x52, 0x39, 0xd8, 0xee, 0xee, 0x75, 0x20, 0x64, 0xa5, 0xe1, 0xe1, 0xe1, 0xf4, 0x73, 0xcf, 0x3d, 0xf7, 0x33, 0xb0, 0x62, 0xf2, 0xe5, 0x02, 0x90, 0xcc, 0xb1, 0x3d, 0x3f, 0x11, 0xe0, 0x13, 0x9f, 0xf8, 0x44, 0x1b, 0x7e, 0xcc, 0x6d, 0xf4, 0x41, 0x7b, 0xdf, 0x7b, 0x2b, 0xf7, 0xd8, 0x8d, 0x0e, 0x8d, 0x57, 0x8c, 0x00, 0x24, 0x55, 0x13, 0x1f, 0x4d, 0xa7, 0xb2, 0x73, 0xfe, 0x31, 0xdb, 0xb7, 0xed, 0x80, 0x97, 0x0e, 0xbf, 0x02, 0xe1, 0x70, 0xcb, 0x54, 0xf0, 0xc6, 0x4c, 0xed, 0xae, 0xaf, 0xaf, 0xe3, 0x08, 0x5c, 0x17, 0xad, 0x6c, 0x4e, 0xc6, 0xab, 0xfd, 0x83, 0xb0, 0x18, 0xe5, 0xa3, 0x2d, 0x5b, 0x37, 0xc3, 0xd1, 0xd7, 0x8f, 0x91, 0x3a, 0xb8, 0xa7, 0xae, 0xae, 0xce, 0x8f, 0x6c, 0xc0, 0x56, 0xe0, 0x11, 0x8a, 0x53, 0xb6, 0xe6, 0x0d, 0x02, 0xf8, 0x5c, 0xc8, 0xff, 0x1f, 0x93, 0x1b, 0x97, 0x10, 0x80, 0x3e, 0x2c, 0x31, 0x99, 0x92, 0xd2, 0xb8, 0x4a, 0x37, 0x1a, 0x09, 0x8d, 0x4d, 0x0d, 0x08, 0xfc, 0x4c, 0x45, 0xe7, 0xcf, 0x74, 0xa3, 0xa8, 0x1c, 0x8a, 0x3e, 0x9e, 0xea, 0x75, 0x13, 0x63, 0x93, 0x96, 0x95, 0xcf, 0x48, 0xd9, 0xae, 0xa4, 0x65, 0xd3, 0x59, 0x28, 0xa8, 0x05, 0xd8, 0x7f, 0xd7, 0xed, 0xa6, 0x81, 0x71, 0xcd, 0x9a, 0x35, 0x3b, 0xc0, 0x9e, 0xa5, 0xe3, 0x2c, 0xe3, 0xa2, 0xce, 0x6b, 0x16, 0x40, 0xb6, 0x7f, 0x5a, 0xb7, 0xb4, 0x34, 0x43, 0xfb, 0xa2, 0x76, 0x1e, 0x3a, 0xd5, 0x7b, 0xa5, 0xb2, 0x69, 0x6a, 0xc8, 0x82, 0x76, 0xdb, 0xde, 0x3d, 0x70, 0xf6, 0xad, 0x0b, 0xbc, 0x70, 0xf2, 0x5c, 0x2f, 0xa1, 0x48, 0x15, 0xd4, 0xd5, 0x47, 0xe1, 0xea, 0xb5, 0xfe, 0x29, 0x5d, 0x17, 0x0c, 0x05, 0x20, 0xd6, 0xa4, 0xa7, 0x9d, 0x77, 0x76, 0x76, 0xc0, 0xef, 0x9e, 0x3f, 0x6c, 0xfa, 0xaa, 0xe4, 0x62, 0xd9, 0xba, 0x51, 0xc8, 0xc8, 0x39, 0x04, 0xdd, 0x2f, 0xd0, 0xbd, 0x75, 0x2d, 0x6c, 0xd8, 0xd8, 0x6d, 0x1e, 0x6f, 0x68, 0x68, 0xd8, 0x8f, 0xab, 0x5f, 0x80, 0x7b, 0xaa, 0x96, 0x06, 0xf3, 0x6c, 0xb1, 0x21, 0xc0, 0x81, 0x03, 0x07, 0xa8, 0x17, 0xee, 0xa0, 0xd1, 0x7f, 0xeb, 0x7b, 0x90, 0xfc, 0xfb, 0x14, 0x3e, 0x55, 0x59, 0x5e, 0xad, 0x2c, 0xc0, 0x91, 0x82, 0x3b, 0x68, 0xaa, 0xf5, 0xa1, 0xe1, 0x01, 0xd7, 0x99, 0x34, 0xa7, 0xba, 0x4c, 0x35, 0xb3, 0x26, 0x85, 0xe4, 0x9b, 0x90, 0xf6, 0xfc, 0xf9, 0xf3, 0x53, 0x13, 0x04, 0x27, 0xa2, 0xd0, 0xa5, 0x2e, 0x31, 0x04, 0xc1, 0x26, 0xd8, 0xb2, 0x6d, 0x33, 0x0a, 0x79, 0x76, 0x16, 0x96, 0xcb, 0xe5, 0x6d, 0x2e, 0x68, 0x12, 0x00, 0xc9, 0x78, 0x34, 0x31, 0x36, 0x01, 0x2b, 0x56, 0x2e, 0x87, 0x75, 0x28, 0x0b, 0x9c, 0x7e, 0xf3, 0x34, 0x21, 0xcc, 0x1f, 0x44, 0x22, 0x91, 0x42, 0x8a, 0x3c, 0x45, 0x53, 0xc8, 0xd1, 0x9b, 0x17, 0x08, 0x80, 0x18, 0xfd, 0x47, 0xf8, 0x91, 0x5c, 0x82, 0xda, 0xb6, 0x7d, 0x0b, 0xf7, 0x76, 0xd1, 0x8c, 0x98, 0xce, 0x59, 0x31, 0xbd, 0x93, 0x60, 0xf4, 0x68, 0x9d, 0x3b, 0xee, 0xdc, 0x3f, 0x25, 0xb9, 0x6e, 0x3a, 0xd9, 0x31, 0xa5, 0xae, 0xb9, 0xf7, 0xbe, 0x7b, 0xa6, 0x7c, 0x8d, 0x5c, 0x06, 0x8f, 0xaa, 0x92, 0x4c, 0x05, 0x11, 0x29, 0x9a, 0xf9, 0xfd, 0xf7, 0xdc, 0xc9, 0x11, 0x80, 0xe6, 0x5b, 0xde, 0xbd, 0x7b, 0xf7, 0xb6, 0x43, 0x87, 0x0e, 0xfd, 0x6a, 0xbe, 0x91, 0xfb, 0xb2, 0x08, 0x40, 0xc6, 0x1f, 0xc2, 0xf2, 0xf6, 0x45, 0x6d, 0x28, 0x19, 0xb7, 0xf2, 0xd8, 0x3a, 0xd5, 0xa5, 0x94, 0x95, 0x52, 0x1e, 0x3a, 0x33, 0x72, 0x4d, 0xd9, 0xeb, 0xa6, 0x7a, 0xcd, 0x54, 0x91, 0xb0, 0x42, 0x44, 0xcc, 0xa2, 0xcc, 0xb3, 0x69, 0xf3, 0x46, 0x73, 0x5f, 0x38, 0x1c, 0xbe, 0x0f, 0x57, 0x4f, 0xdc, 0x0c, 0xb6, 0x90, 0x80, 0x44, 0xfe, 0xc3, 0x08, 0xfc, 0xbb, 0x69, 0xfb, 0xb6, 0xf7, 0xde, 0xc6, 0x13, 0x23, 0x79, 0x92, 0x04, 0xc8, 0x29, 0x1a, 0xcc, 0xd1, 0x2f, 0x8a, 0xad, 0xae, 0x29, 0x2b, 0xf2, 0xe6, 0x2b, 0xd2, 0x3e, 0xc5, 0x16, 0x74, 0x21, 0x1f, 0xf7, 0x49, 0xdb, 0x45, 0xc7, 0x15, 0x67, 0x20, 0x88, 0x5d, 0x7a, 0x65, 0xb6, 0x7b, 0x39, 0xee, 0xaf, 0x94, 0x56, 0xbe, 0x45, 0xfc, 0x81, 0x1c, 0xc8, 0x52, 0x0c, 0x7b, 0x26, 0x05, 0xb5, 0x14, 0xa7, 0xa2, 0x50, 0x4c, 0x04, 0x25, 0x92, 0x46, 0xab, 0x6b, 0x61, 0xd9, 0xb2, 0xa5, 0xd0, 0xd3, 0xd3, 0xcb, 0xed, 0x28, 0x07, 0x0f, 0x1e, 0xfc, 0x73, 0xaf, 0xc2, 0x4c, 0xf3, 0x95, 0x02, 0x6c, 0xc7, 0x56, 0xc3, 0x33, 0x6b, 0x47, 0x46, 0xe0, 0xfc, 0xd9, 0xf3, 0x60, 0x9f, 0x13, 0x54, 0x9e, 0xef, 0x53, 0xf1, 0xa8, 0x80, 0xcb, 0x8a, 0x80, 0xc2, 0xbb, 0x4d, 0x71, 0xef, 0x3c, 0x19, 0x87, 0x4a, 0xe5, 0xc2, 0x59, 0x11, 0x3b, 0x8a, 0xeb, 0xc0, 0x2c, 0x79, 0x5c, 0x81, 0xa2, 0x88, 0x23, 0x27, 0x92, 0x58, 0xc1, 0x2b, 0x3e, 0x97, 0xe3, 0x0c, 0x14, 0x1b, 0x72, 0xc9, 0xcf, 0xb0, 0xbe, 0x5d, 0x63, 0x2a, 0xb7, 0x98, 0x1a, 0x4b, 0xfb, 0x4b, 0x2f, 0xbd, 0x44, 0x55, 0xc2, 0xcf, 0xdf, 0x34, 0x08, 0x80, 0x12, 0x3c, 0x25, 0x19, 0xa8, 0xa4, 0x02, 0x3e, 0xf7, 0xeb, 0xdf, 0xc0, 0xb3, 0xcf, 0x1c, 0xba, 0x99, 0xe3, 0xf4, 0xde, 0xee, 0x25, 0x89, 0x7d, 0x11, 0xbf, 0x19, 0x5e, 0xd4, 0x44, 0xd9, 0xb7, 0xde, 0x7a, 0x6b, 0x78, 0xdd, 0xba, 0x75, 0xf4, 0xe2, 0xbb, 0x48, 0xa3, 0x9a, 0xab, 0x22, 0x0b, 0x0b, 0x70, 0x19, 0xc4, 0xbe, 0xf8, 0xea, 0xd3, 0x4f, 0x3f, 0x7d, 0xf8, 0x66, 0x78, 0xd9, 0x22, 0xf6, 0x88, 0xb2, 0x40, 0x10, 0x55, 0x1c, 0x12, 0x83, 0x1b, 0xe4, 0xfd, 0xf9, 0x7c, 0xfe, 0x5d, 0xd0, 0x96, 0x59, 0x54, 0x55, 0x1d, 0x19, 0x1a, 0x1a, 0xea, 0x3f, 0x72, 0xe4, 0xc8, 0xbb, 0x9d, 0xf5, 0xee, 0xf2, 0xee, 0xf2, 0xee, 0x72, 0x13, 0x2c, 0xff, 0x1f, 0x12, 0xdb, 0x98, 0x5f, 0x73, 0x50, 0x6d, 0x61, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_transmit_128_png_len = 12822; unsigned char network_transmit_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x43, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x72, 0xf8, 0x18, 0x12, 0x76, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x30, 0x33, 0x2d, 0x30, 0x38, 0x45, 0xeb, 0xcc, 0xf5, 0x00, 0x00, 0x00, 0x22, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x2f, 0xf5, 0x69, 0xc8, 0xc4, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x50, 0x3a, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x90, 0x1c, 0xd7, 0x79, 0xe6, 0xeb, 0x9e, 0x99, 0x9d, 0xcd, 0x0b, 0x6c, 0xc2, 0x62, 0x23, 0x16, 0x39, 0x11, 0x89, 0x20, 0xc1, 0x24, 0x92, 0x0a, 0xa4, 0x24, 0xca, 0x32, 0x45, 0xdb, 0xd0, 0xc9, 0x2e, 0x05, 0x4a, 0x16, 0x25, 0x26, 0xdb, 0xba, 0x2b, 0xcb, 0x75, 0x77, 0xae, 0xab, 0xc3, 0x95, 0x4b, 0xb6, 0xef, 0x6c, 0x99, 0x96, 0xce, 0x12, 0x49, 0xd3, 0x96, 0x6c, 0xe9, 0xca, 0x65, 0x8b, 0x2e, 0x97, 0x25, 0x4b, 0x84, 0xc4, 0x20, 0x53, 0x96, 0x48, 0x4a, 0x94, 0x04, 0x10, 0x20, 0x18, 0x90, 0xd3, 0x2e, 0x16, 0xd8, 0x1c, 0x27, 0x4f, 0xbf, 0xfb, 0xff, 0xd7, 0xfd, 0xba, 0xdf, 0xeb, 0x7e, 0xdd, 0x13, 0x37, 0x01, 0xf3, 0xb6, 0xba, 0x66, 0x76, 0xa6, 0xa7, 0xa7, 0xa7, 0xfb, 0x0f, 0xdf, 0x9f, 0x09, 0xa9, 0xac, 0xca, 0xaa, 0xac, 0xca, 0xaa, 0xac, 0xca, 0xaa, 0xac, 0xca, 0xaa, 0xac, 0xca, 0xaa, 0xac, 0x6b, 0x69, 0x69, 0xd7, 0xca, 0x0f, 0xfd, 0xf2, 0x97, 0xbf, 0xdc, 0x98, 0xcd, 0x66, 0x3f, 0x0d, 0x4f, 0x3f, 0x08, 0xdb, 0x36, 0xd8, 0x9a, 0x61, 0x0b, 0x2d, 0xd6, 0xf9, 0x50, 0x4a, 0xa5, 0x47, 0xbf, 0xe7, 0xa5, 0xbc, 0xb6, 0x98, 0xc7, 0xf1, 0x79, 0x7f, 0x16, 0x9e, 0x9f, 0x81, 0xc7, 0xe7, 0xe0, 0xf1, 0xf1, 0x3f, 0xfb, 0xb3, 0x3f, 0x3b, 0x5d, 0x61, 0x80, 0x05, 0x58, 0x8f, 0x3d, 0xf6, 0xd8, 0xbb, 0xe0, 0xe1, 0x1f, 0x60, 0x5b, 0xb5, 0xd8, 0xe7, 0x72, 0x8d, 0x11, 0x7c, 0xd0, 0x6b, 0x69, 0xc3, 0x30, 0x0e, 0x7c, 0xf1, 0x8b, 0x5f, 0xfc, 0xe3, 0xc5, 0xbc, 0x1f, 0xa1, 0xab, 0x9d, 0xf8, 0xe1, 0x02, 0xdf, 0xa4, 0xeb, 0xfa, 0xb3, 0xf0, 0x74, 0xc5, 0x52, 0x24, 0xfe, 0x6b, 0x88, 0xe0, 0xdd, 0xaf, 0x85, 0x34, 0x4d, 0x7b, 0xf7, 0x2d, 0xb7, 0xdc, 0x12, 0x7d, 0xf9, 0xe5, 0x97, 0x5f, 0xa8, 0x68, 0x80, 0x79, 0x58, 0x07, 0x0e, 0x1c, 0xd0, 0x9b, 0x9a, 0x9a, 0x0e, 0xc3, 0xd3, 0x1d, 0xfc, 0xb5, 0xfe, 0xfe, 0x7e, 0xd2, 0xd1, 0xd1, 0x41, 0xea, 0xea, 0xea, 0x16, 0x9d, 0x09, 0x82, 0xde, 0x0f, 0x85, 0x42, 0x04, 0x18, 0xb7, 0xe4, 0xe3, 0x14, 0xf2, 0x7e, 0x29, 0xc7, 0x0c, 0x7a, 0x0f, 0x7f, 0x0b, 0x6e, 0xb1, 0x58, 0x8c, 0x5c, 0xbe, 0x7c, 0x99, 0xbc, 0xfa, 0xea, 0xab, 0xec, 0xb9, 0xf5, 0x19, 0x03, 0x7e, 0xe7, 0xed, 0x00, 0x87, 0x5e, 0x5a, 0x8c, 0xfb, 0x11, 0xbe, 0x9a, 0x19, 0x60, 0xe5, 0xca, 0x95, 0xb7, 0x80, 0x9a, 0xb5, 0x89, 0xff, 0xba, 0xeb, 0xae, 0x23, 0xd7, 0xed, 0xb8, 0x8e, 0xd4, 0xd4, 0x54, 0xc3, 0x0d, 0xd1, 0xcb, 0xc8, 0xff, 0x34, 0xaf, 0x5d, 0x68, 0x79, 0x59, 0xa9, 0xf4, 0xbd, 0xe8, 0x3c, 0x31, 0xb9, 0xea, 0xc0, 0xd4, 0x64, 0x92, 0xee, 0x9e, 0x2e, 0xd2, 0xdd, 0xdd, 0x4d, 0x9e, 0x7e, 0xfa, 0x69, 0x92, 0x48, 0x24, 0xf0, 0x35, 0x1d, 0x6c, 0xb3, 0xff, 0x0c, 0x7b, 0x2c, 0x0a, 0x03, 0xe8, 0x57, 0x33, 0x03, 0xc0, 0xc5, 0xbd, 0x95, 0x3f, 0x47, 0x89, 0xbf, 0x75, 0xeb, 0x16, 0x52, 0x5f, 0x5f, 0xc7, 0xa4, 0xd1, 0x42, 0x12, 0x3f, 0x5d, 0x04, 0xe2, 0xa7, 0x41, 0x7b, 0xd1, 0xf9, 0x21, 0x7e, 0x6a, 0xfd, 0xf9, 0x9d, 0x2e, 0x40, 0x1e, 0x52, 0x5b, 0x5b, 0x4b, 0xba, 0xba, 0x3b, 0xc9, 0x9e, 0x3d, 0x7b, 0x44, 0x68, 0xf4, 0xae, 0xc5, 0xa2, 0x91, 0xab, 0x9a, 0x01, 0x40, 0xfa, 0x77, 0xf3, 0xe7, 0xed, 0xed, 0xed, 0x24, 0x52, 0x15, 0x29, 0x33, 0x11, 0xd2, 0xdc, 0x52, 0x9f, 0x92, 0x85, 0xfd, 0xce, 0xa5, 0x24, 0xf5, 0x7d, 0xbe, 0x2f, 0x1a, 0x8d, 0x32, 0x2d, 0x20, 0x40, 0xa7, 0x95, 0x9f, 0xfb, 0xdc, 0xe7, 0x16, 0xc5, 0x46, 0xbb, 0xaa, 0x21, 0x10, 0x48, 0x9c, 0x46, 0xfe, 0x1c, 0x25, 0x0f, 0x4a, 0x20, 0xbe, 0xe6, 0x62, 0x33, 0x24, 0x96, 0x88, 0xcd, 0x0b, 0x8e, 0x77, 0x20, 0x0f, 0xcd, 0x8b, 0x52, 0x55, 0xfb, 0x99, 0xdf, 0x41, 0x03, 0xf7, 0xc9, 0xf7, 0x58, 0x2a, 0x62, 0xcc, 0x87, 0x60, 0xf3, 0x25, 0xea, 0x20, 0xa9, 0x2f, 0x5e, 0xaf, 0xee, 0xce, 0x3e, 0xfb, 0xb5, 0xc6, 0xc6, 0x46, 0xc9, 0x38, 0x86, 0x0d, 0xef, 0xd5, 0x64, 0x85, 0x01, 0xca, 0xbb, 0x6c, 0x06, 0x88, 0x44, 0x22, 0xc0, 0x00, 0x8e, 0xc2, 0xcb, 0x64, 0x33, 0x24, 0x0b, 0xdb, 0x62, 0x12, 0xff, 0x82, 0x11, 0xf5, 0x3c, 0x31, 0x48, 0x3e, 0xc4, 0x2f, 0xee, 0x83, 0xd7, 0x8e, 0x0b, 0x21, 0x34, 0xf0, 0xc3, 0xe1, 0x30, 0x49, 0xa7, 0xd3, 0xfc, 0xff, 0x86, 0x8a, 0x06, 0x28, 0xbf, 0x0d, 0xd0, 0xc0, 0x2f, 0x38, 0x32, 0x80, 0xae, 0x6b, 0x4a, 0x42, 0x3e, 0x79, 0x62, 0x82, 0x3c, 0xf0, 0xdb, 0x3f, 0x0c, 0x3c, 0x16, 0xda, 0xcc, 0xf5, 0x0d, 0x55, 0x25, 0x9f, 0x53, 0x55, 0x95, 0x4e, 0xaa, 0xab, 0x4b, 0xbf, 0xec, 0x35, 0x35, 0x61, 0xf8, 0x4d, 0x85, 0x22, 0x58, 0x2f, 0xb1, 0xe2, 0x6f, 0x62, 0xce, 0x26, 0x5a, 0xfc, 0x91, 0xde, 0x71, 0x7b, 0x07, 0x79, 0xf7, 0x7b, 0xba, 0x73, 0x32, 0x88, 0x41, 0x0d, 0x12, 0xd2, 0x42, 0x36, 0x03, 0xe0, 0x3d, 0x41, 0x06, 0xc0, 0x7b, 0x01, 0x86, 0x70, 0x85, 0x01, 0xe6, 0x01, 0x02, 0xd9, 0x17, 0x15, 0xa5, 0x8d, 0x08, 0x81, 0x28, 0xdc, 0x0c, 0xbe, 0xc6, 0xc7, 0x93, 0xe4, 0xe2, 0x85, 0x19, 0x52, 0x59, 0xc5, 0xad, 0xe7, 0x7e, 0x70, 0xd1, 0x64, 0x80, 0x1c, 0xda, 0x81, 0x1a, 0x70, 0xcd, 0x75, 0x93, 0x01, 0x34, 0x10, 0x46, 0x78, 0x4f, 0x04, 0x41, 0xd4, 0x58, 0x61, 0x80, 0x79, 0xb0, 0x01, 0xf8, 0x05, 0x76, 0x33, 0x80, 0x21, 0x68, 0x80, 0x99, 0x19, 0x53, 0x0d, 0xaf, 0x5a, 0x95, 0x26, 0xbb, 0x76, 0x65, 0x02, 0x8c, 0xea, 0x10, 0x1c, 0x23, 0x97, 0xaf, 0x5c, 0x16, 0x83, 0xc9, 0x64, 0x46, 0x7a, 0x8d, 0x52, 0x4d, 0xe9, 0x81, 0xca, 0x0b, 0x59, 0x49, 0xc7, 0xd1, 0xd9, 0xb1, 0xf0, 0xb5, 0x74, 0x3a, 0x13, 0x78, 0x0e, 0x41, 0x2b, 0x9b, 0x0d, 0x79, 0xf6, 0x75, 0x7f, 0xde, 0x30, 0x28, 0xc9, 0x64, 0xb2, 0x9e, 0xcf, 0x8e, 0x8e, 0x4e, 0x93, 0xb1, 0xb1, 0x3e, 0x32, 0x3d, 0x9d, 0x22, 0x46, 0x96, 0xda, 0x1a, 0xd6, 0x0f, 0x3e, 0x19, 0x86, 0x23, 0x74, 0x74, 0xb8, 0x17, 0x55, 0x55, 0x55, 0xb6, 0x36, 0xae, 0x40, 0xa0, 0x79, 0x82, 0x40, 0xb2, 0x0d, 0xa0, 0xd6, 0x00, 0x33, 0x33, 0x29, 0xf6, 0xd8, 0xd1, 0x51, 0x4d, 0x6e, 0xbe, 0xb9, 0xd3, 0x43, 0x94, 0x32, 0xe1, 0xc9, 0xc4, 0xe1, 0x7e, 0x4f, 0xf8, 0x8a, 0x82, 0x3e, 0x57, 0xcc, 0xfe, 0xe2, 0x7b, 0x9c, 0x31, 0xd5, 0x9f, 0x93, 0x8f, 0x51, 0xe8, 0xb1, 0xfd, 0xce, 0xe9, 0xb9, 0xe7, 0x5e, 0x01, 0xed, 0x99, 0x65, 0x82, 0x61, 0x6e, 0x36, 0x43, 0x1a, 0x1a, 0x23, 0x8c, 0xf8, 0xa7, 0xa6, 0xa6, 0xc9, 0xc5, 0x73, 0x83, 0x20, 0x74, 0x42, 0xf0, 0x5a, 0x03, 0x69, 0x6a, 0x6a, 0x64, 0xb1, 0x17, 0x51, 0xe8, 0x68, 0x96, 0x0d, 0xc0, 0x05, 0x14, 0x30, 0x47, 0x85, 0x01, 0xe6, 0x61, 0xc9, 0x10, 0x48, 0xb4, 0x01, 0x0c, 0xe7, 0x66, 0xcc, 0xce, 0xa6, 0x2d, 0x26, 0xd1, 0x98, 0xb4, 0x2b, 0x85, 0xd0, 0x4d, 0x21, 0xb7, 0xf0, 0x84, 0x2e, 0x08, 0xd7, 0xb2, 0x13, 0xba, 0xdf, 0x6f, 0x47, 0x1c, 0xaf, 0xeb, 0x59, 0xa6, 0x45, 0xa6, 0x41, 0x88, 0xd4, 0x37, 0x9a, 0x04, 0x7d, 0xf8, 0xe7, 0x47, 0xd8, 0x7e, 0xad, 0xad, 0x2d, 0xa0, 0x19, 0x0c, 0xc4, 0xf7, 0x24, 0x0b, 0x27, 0x48, 0x15, 0x1a, 0x60, 0xb1, 0x21, 0xd0, 0x55, 0x1b, 0x07, 0xa0, 0x26, 0xd6, 0xa8, 0x17, 0x19, 0x40, 0xf7, 0x83, 0x40, 0xd3, 0x29, 0xcb, 0x40, 0x35, 0xd5, 0x34, 0x6e, 0xa8, 0x21, 0x90, 0x19, 0x2c, 0x17, 0x9d, 0x45, 0x50, 0xce, 0x73, 0x7c, 0x4f, 0xde, 0x57, 0xfe, 0x1c, 0x6e, 0xd9, 0x2c, 0xdf, 0x47, 0x7c, 0x2e, 0xee, 0x23, 0xef, 0xcf, 0xbf, 0x0f, 0xe9, 0x44, 0xfe, 0x4e, 0xc3, 0xd2, 0x58, 0x86, 0x67, 0x3f, 0xf7, 0xb1, 0xb3, 0x59, 0xf5, 0xb9, 0x38, 0x1b, 0x11, 0x3e, 0xef, 0x7c, 0x8e, 0x9f, 0xa7, 0xea, 0xb7, 0x9b, 0x1b, 0xff, 0x9c, 0xb3, 0x3f, 0x46, 0xd3, 0x91, 0x01, 0x44, 0x2d, 0x8a, 0x5a, 0xb6, 0xab, 0xa7, 0xd3, 0x3a, 0x97, 0x2c, 0xbb, 0xce, 0xfc, 0x58, 0x59, 0x23, 0x23, 0x68, 0x00, 0x8d, 0x69, 0x65, 0xc1, 0x0d, 0x5a, 0xd1, 0x00, 0xe5, 0x5c, 0x5f, 0xfd, 0xea, 0x57, 0xeb, 0x44, 0x06, 0x37, 0x2f, 0xb6, 0x1a, 0x02, 0x71, 0x0d, 0x10, 0x0e, 0x7b, 0x3d, 0x44, 0xa2, 0x44, 0xf7, 0x83, 0x17, 0x8b, 0x21, 0xd1, 0x9d, 0x63, 0x51, 0x1f, 0xa8, 0xa3, 0x3e, 0x27, 0xd5, 0x7b, 0x5c, 0x2e, 0x38, 0xbf, 0x87, 0x0a, 0xdf, 0x47, 0x14, 0x36, 0x0c, 0x65, 0x9f, 0x31, 0x19, 0x20, 0x23, 0xd9, 0x51, 0xb8, 0x36, 0x6c, 0x5c, 0x47, 0x7a, 0xfb, 0x7a, 0x48, 0x3c, 0x16, 0x67, 0x51, 0xf7, 0x68, 0xb4, 0x8a, 0x44, 0xa2, 0x11, 0xe9, 0x1c, 0x75, 0x4d, 0x97, 0x34, 0x80, 0xe8, 0xb0, 0xa8, 0x30, 0x40, 0x19, 0x16, 0x48, 0xa0, 0x46, 0x49, 0xfa, 0x0b, 0x89, 0x65, 0x22, 0xf1, 0x33, 0x06, 0xb0, 0xa4, 0x57, 0x24, 0xc2, 0x25, 0xe0, 0x52, 0x23, 0xf4, 0x60, 0x4c, 0x9f, 0x2f, 0x8c, 0x91, 0x09, 0x9d, 0xba, 0x1e, 0xb5, 0x3c, 0x6d, 0x09, 0x73, 0x7f, 0xdc, 0x74, 0x1d, 0x13, 0xf6, 0x0c, 0x49, 0x03, 0xf0, 0x8f, 0x20, 0xd1, 0xe3, 0x26, 0x1a, 0xc5, 0x86, 0x70, 0xdd, 0xdd, 0x1a, 0x40, 0x84, 0xab, 0x15, 0x06, 0x28, 0xc3, 0x12, 0xfd, 0xca, 0x41, 0x1e, 0x20, 0xbc, 0xf8, 0xfc, 0xe6, 0x85, 0xc3, 0xba, 0xa5, 0xae, 0xaf, 0x26, 0x42, 0x97, 0xbf, 0x8f, 0xda, 0x79, 0x39, 0xb2, 0x44, 0x97, 0xdf, 0xf7, 0xd7, 0x0e, 0xe2, 0x7b, 0x66, 0xc6, 0xaa, 0xa5, 0x01, 0xa6, 0xd3, 0x44, 0x1d, 0x13, 0xa3, 0x3e, 0x5e, 0x20, 0x33, 0x0e, 0x20, 0x18, 0xc1, 0x15, 0x37, 0x68, 0x99, 0x35, 0x80, 0x14, 0x04, 0x93, 0x3d, 0x40, 0x72, 0x7e, 0xba, 0x63, 0x04, 0x93, 0x40, 0x0d, 0xe0, 0x26, 0x72, 0x15, 0x31, 0xe6, 0xf2, 0xba, 0x94, 0x87, 0xd0, 0x35, 0x25, 0xfc, 0x51, 0x13, 0x7a, 0xae, 0xf3, 0xa4, 0x0a, 0xc6, 0xe5, 0xfb, 0x6a, 0x0a, 0x08, 0xe8, 0xbc, 0x6f, 0x42, 0x20, 0xc3, 0x03, 0x81, 0x70, 0x61, 0x80, 0x6b, 0x6e, 0x2e, 0xc6, 0x98, 0x04, 0xaf, 0x7f, 0x15, 0x42, 0x20, 0xa3, 0xa2, 0x01, 0x16, 0x34, 0x06, 0x20, 0x43, 0x20, 0x19, 0xff, 0x53, 0x29, 0x0e, 0x90, 0xb1, 0xf6, 0xa3, 0x92, 0x17, 0xc8, 0x8f, 0xd0, 0x0d, 0x43, 0xed, 0x41, 0x29, 0x9d, 0xd0, 0x65, 0xc2, 0xf6, 0xc3, 0xdf, 0x1c, 0xa3, 0x23, 0x71, 0xab, 0xbd, 0x39, 0xc4, 0x45, 0xe8, 0x54, 0x22, 0x5c, 0x0e, 0x77, 0xc4, 0xef, 0xf2, 0x12, 0xba, 0xa6, 0x8c, 0x0f, 0x88, 0x8c, 0xa2, 0x84, 0x40, 0xb0, 0x46, 0x46, 0x46, 0xc9, 0xb1, 0x23, 0x6f, 0x91, 0xc6, 0xc6, 0x06, 0xb2, 0xb2, 0x65, 0x25, 0x69, 0x6c, 0x6a, 0x20, 0xf5, 0xb4, 0x8e, 0x64, 0x6b, 0xb2, 0xe2, 0xfd, 0x91, 0x34, 0x40, 0xc5, 0x08, 0x9e, 0x87, 0x18, 0x00, 0x97, 0xfa, 0x1e, 0x08, 0x64, 0xa8, 0x6d, 0x00, 0x64, 0x00, 0x3b, 0x09, 0xad, 0xcc, 0x84, 0xee, 0x26, 0x56, 0xb7, 0x44, 0x77, 0xa0, 0x88, 0x2c, 0x99, 0x65, 0xe2, 0x37, 0x14, 0xc4, 0x2d, 0x13, 0x76, 0xb0, 0xd1, 0xab, 0x49, 0x84, 0x2d, 0x1b, 0xbd, 0x85, 0x43, 0x39, 0x13, 0x02, 0x19, 0xd6, 0x35, 0x4c, 0xdb, 0x90, 0x67, 0x74, 0x64, 0xcc, 0xf2, 0x00, 0x19, 0xcc, 0x0d, 0x4a, 0x2d, 0x2f, 0x55, 0xd6, 0xc8, 0xb2, 0x03, 0x52, 0x81, 0x01, 0xf8, 0xf7, 0x8b, 0x02, 0xab, 0xc2, 0x00, 0xe5, 0xf0, 0xef, 0xea, 0x7a, 0x83, 0x37, 0x0a, 0x4c, 0x95, 0x37, 0x7c, 0x66, 0x96, 0x33, 0x80, 0x66, 0xbb, 0xfc, 0x9c, 0x7d, 0xfc, 0x3c, 0x29, 0x9a, 0x92, 0x48, 0xfc, 0x24, 0xb2, 0x97, 0x58, 0xbd, 0x12, 0x5d, 0x3c, 0x96, 0x03, 0x5d, 0x64, 0x8c, 0xae, 0xf6, 0xdd, 0x6b, 0x1e, 0x89, 0xad, 0x8e, 0x3f, 0x94, 0x57, 0x73, 0x20, 0x04, 0x0a, 0x85, 0xcc, 0x6b, 0x87, 0xd1, 0x60, 0x8e, 0xf7, 0x37, 0x6c, 0x5a, 0xc7, 0x88, 0x7b, 0x6e, 0xd6, 0xaa, 0xfa, 0xd2, 0xcc, 0x98, 0x01, 0x42, 0x20, 0xea, 0xdc, 0x9f, 0x4a, 0x20, 0x6c, 0xbe, 0xbd, 0x40, 0xb2, 0x06, 0xd0, 0x05, 0x23, 0xd8, 0xcf, 0x0b, 0xa4, 0x31, 0x9f, 0x7a, 0x7e, 0x51, 0x55, 0x3f, 0xec, 0xec, 0x1f, 0x64, 0x92, 0xf7, 0xf7, 0x4a, 0x74, 0x37, 0x46, 0x37, 0x4f, 0x9f, 0x96, 0x41, 0x73, 0xa8, 0x8f, 0x9d, 0x3b, 0x18, 0xe6, 0xb6, 0x3b, 0xe4, 0xf7, 0xf0, 0x9a, 0x86, 0x42, 0x86, 0x64, 0x47, 0x71, 0xcd, 0xb0, 0x6e, 0x7d, 0xbf, 0xc2, 0x20, 0x16, 0x35, 0xa2, 0x0c, 0x81, 0x2a, 0x36, 0xc0, 0x3c, 0x6a, 0x00, 0x66, 0x04, 0xfb, 0x44, 0x81, 0xcd, 0x9b, 0x97, 0xb1, 0x6e, 0x9c, 0x79, 0x83, 0x50, 0xcd, 0xab, 0x99, 0x40, 0x0b, 0x20, 0x54, 0x37, 0x44, 0x22, 0x3e, 0x10, 0x82, 0x6b, 0x0e, 0x9a, 0x13, 0x3e, 0xa9, 0x8e, 0xad, 0x92, 0xe8, 0x32, 0x51, 0x52, 0xa5, 0xdb, 0xd2, 0x4d, 0xe8, 0xe6, 0x67, 0x35, 0x85, 0x56, 0xf2, 0x6a, 0x3a, 0x13, 0xa2, 0x78, 0xb5, 0x8b, 0x68, 0x04, 0x4f, 0x4f, 0xa7, 0xdd, 0xe6, 0x8b, 0xc7, 0x1b, 0x24, 0xb9, 0x41, 0x05, 0x08, 0x64, 0xfd, 0x96, 0x4a, 0x24, 0xb8, 0xdc, 0x36, 0x80, 0x64, 0x04, 0xfb, 0xe4, 0x01, 0xc5, 0x63, 0x59, 0x92, 0xc9, 0x18, 0x70, 0x43, 0x0c, 0xe6, 0x06, 0x75, 0x22, 0xbd, 0x62, 0xc4, 0x54, 0x13, 0x88, 0x46, 0x8c, 0x8a, 0x3a, 0x11, 0x55, 0xd4, 0x1c, 0x0e, 0x7c, 0x22, 0x9e, 0xfd, 0x45, 0x68, 0x25, 0x47, 0x7a, 0x89, 0x62, 0x73, 0xa2, 0xc0, 0xce, 0xb1, 0x0d, 0xe9, 0xb3, 0xee, 0x63, 0x3b, 0xfb, 0xcb, 0xb0, 0xcb, 0xfd, 0xdc, 0xd9, 0x57, 0xf3, 0x89, 0xf4, 0xaa, 0x7e, 0x03, 0x51, 0x7e, 0x2f, 0xc2, 0x98, 0x50, 0x48, 0xf0, 0xa4, 0x51, 0x8f, 0x16, 0x26, 0xc9, 0x54, 0x8a, 0xd5, 0x5e, 0x98, 0x82, 0xc7, 0x10, 0x62, 0x08, 0x8e, 0x1b, 0xd4, 0xfa, 0x8e, 0x3a, 0x6c, 0x62, 0x50, 0xd1, 0x00, 0xf3, 0x64, 0x04, 0x13, 0x85, 0x1b, 0x14, 0x6f, 0xd8, 0xcc, 0x4c, 0xd2, 0xd2, 0x18, 0x59, 0xe6, 0xd5, 0x90, 0x5b, 0x77, 0x68, 0x12, 0x71, 0xf9, 0xfb, 0xc6, 0x89, 0x8f, 0x27, 0x85, 0x4b, 0x64, 0x19, 0xaa, 0x38, 0xd2, 0x9d, 0xfa, 0xda, 0x09, 0xf3, 0xab, 0x39, 0x88, 0x0d, 0xbf, 0xd4, 0xee, 0x52, 0xb5, 0xef, 0x5f, 0xd6, 0x8c, 0x9a, 0x05, 0x81, 0xa8, 0x15, 0x07, 0x48, 0x49, 0x84, 0x7f, 0xe2, 0xed, 0x53, 0x2c, 0x29, 0x6e, 0xe5, 0xca, 0x15, 0x64, 0x05, 0x6c, 0x58, 0x8b, 0x5d, 0x5d, 0x53, 0x2d, 0x5d, 0x2f, 0x31, 0x1b, 0x14, 0x4f, 0x61, 0x6c, 0x6c, 0x0c, 0x53, 0x57, 0xa6, 0x2b, 0x0c, 0x30, 0xcf, 0x6e, 0x50, 0xa6, 0x8a, 0xad, 0x8a, 0x2c, 0x8e, 0x5d, 0x51, 0x95, 0x87, 0x42, 0x62, 0x32, 0x9c, 0xc6, 0xb4, 0x82, 0x3f, 0xa1, 0x93, 0x00, 0xe8, 0x41, 0x05, 0x06, 0xf2, 0x1a, 0xcb, 0x6e, 0xa9, 0x9c, 0x3b, 0x83, 0x54, 0xf3, 0x81, 0x66, 0x41, 0x46, 0x2c, 0x55, 0x18, 0xdc, 0x6a, 0x63, 0x3d, 0x1f, 0xa6, 0xe1, 0xff, 0xa7, 0xd3, 0x06, 0x5c, 0xb3, 0x18, 0x08, 0x8e, 0x18, 0x99, 0x9c, 0x9c, 0x86, 0x6b, 0x6b, 0x41, 0x20, 0x21, 0x0e, 0x30, 0x39, 0x31, 0x45, 0x06, 0x07, 0x86, 0xcc, 0x0c, 0x50, 0xa6, 0xc1, 0xb2, 0x2c, 0x47, 0x09, 0x1f, 0x4d, 0x38, 0x25, 0xde, 0x17, 0xdd, 0x7e, 0x3d, 0x9d, 0x4e, 0x37, 0x54, 0x18, 0x60, 0x9e, 0x20, 0x90, 0x46, 0x64, 0x37, 0x28, 0xf7, 0x58, 0x70, 0x0f, 0x10, 0x1a, 0x73, 0x28, 0xd1, 0xc4, 0x1b, 0xee, 0x76, 0x83, 0x06, 0xd9, 0x02, 0x6e, 0x89, 0xec, 0xbc, 0x46, 0x7d, 0x08, 0x4c, 0x66, 0x28, 0xbf, 0x40, 0x94, 0xdb, 0xc8, 0x35, 0xf7, 0x55, 0x79, 0x98, 0x72, 0xe5, 0xfa, 0xd0, 0x1c, 0x46, 0xaf, 0x3a, 0x15, 0x22, 0x95, 0xca, 0x00, 0xc1, 0xcf, 0x01, 0xc1, 0xc7, 0x19, 0xd1, 0xc7, 0x62, 0x09, 0x49, 0x4b, 0xa2, 0xd0, 0x70, 0xbb, 0x41, 0x9b, 0x56, 0x36, 0x92, 0xee, 0x9e, 0x4e, 0x32, 0x3a, 0x32, 0x6e, 0xba, 0x43, 0xad, 0x24, 0x3b, 0x2e, 0x7c, 0x42, 0x78, 0x9d, 0x2d, 0xad, 0x83, 0x30, 0x28, 0x93, 0xc9, 0x2c, 0x9a, 0x27, 0xe8, 0x6a, 0x4e, 0x87, 0xf6, 0xa6, 0x42, 0x5b, 0x35, 0xe6, 0xe2, 0x0d, 0xe4, 0x37, 0xce, 0xd2, 0xc6, 0x39, 0x89, 0x84, 0xc3, 0x10, 0xb7, 0xa4, 0x75, 0x1e, 0x35, 0x5f, 0x29, 0xed, 0x10, 0xba, 0x96, 0x03, 0x5e, 0x10, 0x1f, 0x7f, 0xbd, 0x48, 0xc8, 0x5a, 0x0e, 0xe3, 0x95, 0x04, 0x32, 0x8d, 0xdb, 0x15, 0x2b, 0xda, 0x36, 0xf1, 0x78, 0x02, 0xa4, 0xfb, 0x0c, 0x19, 0x1b, 0x9b, 0x22, 0x89, 0x44, 0x92, 0xb8, 0x0b, 0x78, 0xc4, 0x98, 0x0a, 0xd7, 0x7e, 0xa8, 0x19, 0x12, 0x89, 0x0c, 0x89, 0x56, 0x9b, 0x0d, 0xbd, 0x36, 0x6e, 0x59, 0x4f, 0xd6, 0x6f, 0x34, 0x48, 0x26, 0x9d, 0x61, 0xfb, 0x87, 0x23, 0xa6, 0x2b, 0x9a, 0xd9, 0x01, 0x96, 0x47, 0x4e, 0xb3, 0xd2, 0x21, 0xe2, 0xf1, 0xb8, 0x65, 0xbf, 0x2c, 0x7c, 0x3a, 0xc4, 0xd5, 0xcc, 0x00, 0x9e, 0x6a, 0x30, 0xaa, 0x70, 0x83, 0x72, 0x06, 0x40, 0x87, 0x84, 0x4a, 0xa2, 0xba, 0x25, 0x3a, 0x57, 0xe1, 0x2a, 0x6f, 0x09, 0x27, 0x24, 0x7f, 0x82, 0xd3, 0x04, 0x2c, 0xef, 0x87, 0xb1, 0x49, 0x9e, 0x81, 0x36, 0x4a, 0xdc, 0x6e, 0x97, 0x20, 0x57, 0xac, 0x8a, 0xc1, 0xcc, 0xeb, 0x63, 0x58, 0xf9, 0x50, 0x31, 0x46, 0xf4, 0xe3, 0xe3, 0xd3, 0xac, 0xc2, 0xcc, 0x3c, 0x7f, 0x4d, 0x72, 0x1f, 0xfb, 0x80, 0x4d, 0xa6, 0x3d, 0x33, 0x99, 0x10, 0x83, 0x41, 0x6d, 0xd5, 0x21, 0xfb, 0xb4, 0x90, 0x11, 0xaa, 0xa2, 0x72, 0x1d, 0x35, 0x06, 0xc3, 0xcc, 0xbe, 0x4c, 0x4b, 0xc3, 0x15, 0x7a, 0xd5, 0x43, 0x20, 0xbc, 0xb8, 0x9e, 0x7a, 0x60, 0xc3, 0x5b, 0x0d, 0x66, 0x46, 0x81, 0xfd, 0xb0, 0xb3, 0xd7, 0xfd, 0xe8, 0x8d, 0xec, 0xd2, 0x9c, 0x04, 0xe7, 0x96, 0xf6, 0x2a, 0x82, 0x95, 0x7d, 0xf4, 0x2a, 0x5b, 0x20, 0xb8, 0xe4, 0xd1, 0x7b, 0xbe, 0x54, 0xe1, 0x9e, 0x35, 0xf7, 0x41, 0x38, 0x33, 0x32, 0x32, 0x01, 0x44, 0x3f, 0xc5, 0x30, 0xba, 0x2c, 0xe1, 0x35, 0xc9, 0x38, 0x56, 0x11, 0xbe, 0xe3, 0x72, 0xc6, 0xcf, 0x86, 0x98, 0x30, 0x69, 0x6b, 0xab, 0x0e, 0x4c, 0x8a, 0xe3, 0x50, 0x88, 0xfd, 0xce, 0x25, 0x90, 0x0f, 0x74, 0x55, 0x43, 0x20, 0xbf, 0x7a, 0x60, 0x09, 0x02, 0xcd, 0x72, 0x08, 0xa4, 0xd9, 0xee, 0x51, 0x77, 0xd4, 0xd6, 0xcf, 0x93, 0xa2, 0x4e, 0x6f, 0x90, 0x25, 0xba, 0xc0, 0x12, 0x9e, 0xcf, 0x05, 0x07, 0xcc, 0x88, 0x4f, 0x40, 0x4b, 0x4d, 0xe8, 0xce, 0xfe, 0x86, 0x0f, 0x94, 0xd3, 0x6c, 0x17, 0x30, 0x4a, 0xfa, 0xd1, 0xd1, 0x49, 0x60, 0xfe, 0x39, 0x05, 0xac, 0xd1, 0x14, 0x0e, 0x05, 0x7f, 0xe2, 0x37, 0xed, 0x00, 0xcc, 0xf1, 0x89, 0x98, 0x09, 0x71, 0xd6, 0xf7, 0x62, 0x22, 0xdc, 0x85, 0xf3, 0x03, 0x24, 0x0c, 0xd2, 0xbe, 0xae, 0xbe, 0x8e, 0x34, 0x34, 0xd6, 0x93, 0x9a, 0xda, 0x6a, 0xcb, 0x9d, 0x6b, 0x31, 0x8e, 0x26, 0x17, 0xc6, 0x2f, 0x46, 0x2c, 0xe0, 0x6a, 0xd6, 0x00, 0x8d, 0x9c, 0xd8, 0xcd, 0x40, 0x98, 0x18, 0x09, 0x16, 0xdc, 0xa0, 0xd3, 0x9c, 0x01, 0xa8, 0xed, 0xc6, 0x64, 0x70, 0x29, 0x67, 0x8e, 0x8f, 0x9b, 0x98, 0xbd, 0x9a, 0xa3, 0x18, 0x5b, 0xc0, 0xeb, 0x12, 0xd5, 0x94, 0x0c, 0xa2, 0x0e, 0x56, 0xf9, 0x33, 0x24, 0x1a, 0xb3, 0x57, 0xae, 0x8c, 0xdb, 0xd2, 0x1e, 0xf7, 0x95, 0xb1, 0xbc, 0x96, 0xc3, 0xab, 0xe6, 0xbf, 0x8f, 0xca, 0x15, 0x7a, 0xe4, 0xd0, 0xeb, 0x2c, 0x06, 0xd0, 0xda, 0xda, 0x4a, 0xaa, 0x6b, 0x6a, 0x4c, 0x2f, 0x50, 0xc6, 0xf4, 0x04, 0x89, 0x4c, 0x57, 0xd1, 0x00, 0xf3, 0xb7, 0xea, 0xa5, 0x4e, 0xcb, 0xee, 0x40, 0x98, 0xe5, 0x06, 0x15, 0xf3, 0x80, 0x44, 0xdf, 0xbf, 0x5f, 0xaa, 0x40, 0x6e, 0xe3, 0xd5, 0x21, 0x94, 0x60, 0xbc, 0xaf, 0xe5, 0x74, 0x69, 0xe6, 0x5f, 0xec, 0x4e, 0x7d, 0xe1, 0x13, 0x76, 0xa5, 0x40, 0x98, 0x33, 0x36, 0x36, 0x69, 0xbb, 0x78, 0x39, 0xe1, 0x3b, 0x97, 0x24, 0x9f, 0x3e, 0xa9, 0x9a, 0x2f, 0x1c, 0xb2, 0x19, 0x40, 0x70, 0x85, 0x76, 0xac, 0x5e, 0x45, 0xce, 0x9d, 0xbd, 0xc0, 0x9a, 0x8f, 0x19, 0xe8, 0x09, 0xc2, 0xa4, 0x38, 0xdb, 0x1b, 0x44, 0x2d, 0xe8, 0xa4, 0x57, 0x6c, 0x80, 0xf9, 0x58, 0x07, 0x0e, 0x1c, 0xa8, 0x85, 0x8b, 0x1a, 0xe6, 0x37, 0x3b, 0x1c, 0x0e, 0xcb, 0x90, 0xc6, 0x70, 0x9a, 0xb8, 0x3a, 0x10, 0x48, 0x24, 0x70, 0x33, 0x1e, 0xc0, 0xdd, 0x87, 0x7e, 0xb6, 0x80, 0x23, 0xd1, 0xb5, 0x82, 0xbd, 0x3b, 0xa2, 0x0d, 0x90, 0xdb, 0x83, 0xa3, 0x7a, 0x4f, 0xed, 0x8a, 0xe5, 0x4c, 0x80, 0x84, 0x3f, 0x3a, 0x3a, 0xc1, 0x3c, 0x39, 0x6e, 0xc2, 0x77, 0x4b, 0x7d, 0x4d, 0x0b, 0x26, 0xfc, 0x60, 0x38, 0x44, 0xec, 0x7c, 0xa0, 0x19, 0xc1, 0x15, 0xda, 0xbf, 0xbe, 0x8f, 0xac, 0xee, 0xee, 0x30, 0xcb, 0x22, 0xf5, 0x10, 0x89, 0x56, 0x47, 0xe1, 0x1a, 0xcb, 0x65, 0x91, 0xdc, 0x06, 0x58, 0xcc, 0xb2, 0xc8, 0xab, 0x92, 0x01, 0x56, 0xac, 0x58, 0xd1, 0x90, 0x4a, 0xf1, 0x04, 0xb7, 0x88, 0x2b, 0x15, 0x5a, 0xee, 0x60, 0x2c, 0xd6, 0x03, 0xf3, 0x34, 0x00, 0xb7, 0x57, 0x46, 0xb6, 0x05, 0x48, 0xde, 0x12, 0x1d, 0xff, 0xf7, 0xe2, 0x7d, 0x2f, 0x63, 0xe4, 0xf6, 0xe0, 0x38, 0x75, 0xb8, 0xa2, 0xdb, 0x52, 0xc5, 0x3c, 0x28, 0x61, 0xaf, 0x5c, 0x31, 0x25, 0xbe, 0x40, 0x58, 0x45, 0x10, 0xb6, 0x96, 0x03, 0x0e, 0x39, 0xfb, 0xd8, 0xe9, 0x10, 0xc0, 0x00, 0xe2, 0xb5, 0xad, 0x06, 0xa2, 0xaf, 0x8e, 0x46, 0x5d, 0xda, 0xcd, 0x29, 0x38, 0xd2, 0x59, 0x24, 0x39, 0x64, 0x6b, 0xb1, 0x8a, 0x1b, 0xb4, 0x4c, 0x2b, 0x1e, 0x8f, 0x37, 0xe0, 0x85, 0x55, 0x7a, 0x80, 0x02, 0x32, 0x41, 0x45, 0x28, 0xa1, 0xf2, 0xa1, 0xab, 0x08, 0x8e, 0xbf, 0xc7, 0x25, 0xba, 0x43, 0x74, 0x7e, 0x15, 0x62, 0x6a, 0x06, 0x0b, 0x8a, 0x3f, 0xc8, 0xd0, 0x8c, 0x7a, 0xa4, 0x3d, 0xdf, 0x7f, 0x7a, 0x3a, 0x46, 0x2e, 0x5d, 0x1a, 0xb1, 0x1b, 0x65, 0xe5, 0x43, 0xf8, 0x41, 0x84, 0x1d, 0x6c, 0x13, 0x68, 0x5e, 0x08, 0x34, 0x9b, 0x12, 0x15, 0xad, 0x72, 0xb1, 0x9a, 0x00, 0x9e, 0x11, 0x5a, 0xd1, 0x00, 0xf3, 0xb3, 0x80, 0xf8, 0xe5, 0x18, 0x80, 0xae, 0xae, 0x07, 0xe6, 0x52, 0xcb, 0x64, 0x00, 0x7f, 0x29, 0xac, 0x92, 0xd6, 0xf9, 0xa5, 0x12, 0xe7, 0x0b, 0x71, 0xd4, 0x0c, 0xe2, 0x10, 0xba, 0xa3, 0x5d, 0xdc, 0x7d, 0x87, 0xf0, 0x7f, 0x0c, 0x56, 0x0d, 0x0d, 0x8d, 0x31, 0xb7, 0xa6, 0x9b, 0x38, 0xcb, 0x85, 0xf3, 0x83, 0x34, 0x07, 0x4f, 0x87, 0xb0, 0x6d, 0x00, 0xeb, 0xf4, 0xc6, 0xc7, 0x26, 0x98, 0x37, 0xa8, 0x3a, 0x5a, 0x4d, 0x6a, 0xeb, 0x6a, 0x00, 0x06, 0x39, 0x5d, 0x20, 0x28, 0x71, 0x6a, 0x02, 0xb8, 0x06, 0x58, 0x8c, 0xaa, 0xb0, 0xab, 0xd5, 0x08, 0xf6, 0x8f, 0x01, 0xb8, 0x34, 0x00, 0xbf, 0x69, 0x26, 0x04, 0x52, 0x19, 0xbd, 0xaa, 0x6a, 0x29, 0xb7, 0x84, 0xf7, 0xc2, 0x11, 0x13, 0x12, 0xa9, 0x09, 0xbf, 0x90, 0xb8, 0x80, 0x63, 0x50, 0xcb, 0xb6, 0x00, 0xdf, 0x7f, 0x6c, 0x6c, 0x9a, 0x0c, 0x0f, 0x4f, 0x48, 0x9d, 0x97, 0x4b, 0x25, 0x6c, 0xf5, 0xbe, 0x5a, 0x80, 0xc0, 0x11, 0x84, 0x89, 0x75, 0xde, 0x03, 0x17, 0x2f, 0x91, 0x93, 0xc7, 0x4f, 0x93, 0xa6, 0x15, 0x4d, 0x2c, 0x21, 0x4e, 0x67, 0xa9, 0xd3, 0x3a, 0x8b, 0x0c, 0xdb, 0x6e, 0x50, 0xaf, 0x11, 0x5c, 0x81, 0x40, 0xe5, 0x62, 0x00, 0xdf, 0x9e, 0xa0, 0xee, 0x72, 0xc8, 0x59, 0x11, 0x02, 0x79, 0xe1, 0x8d, 0x0a, 0xca, 0xf8, 0xe7, 0xee, 0xc8, 0xfe, 0x7a, 0x73, 0x3f, 0x4d, 0x29, 0xd1, 0xdd, 0xfe, 0x7a, 0x55, 0x79, 0xa3, 0xe8, 0x05, 0x72, 0x7b, 0xa5, 0xe2, 0xf1, 0x0c, 0xb9, 0x7c, 0x79, 0x14, 0x1e, 0x93, 0x25, 0xe0, 0x7c, 0x7f, 0xc2, 0x96, 0xf7, 0xd5, 0x72, 0x68, 0x5c, 0xf3, 0xc4, 0xa6, 0x05, 0x37, 0x28, 0xc7, 0xf6, 0xd9, 0x4c, 0x86, 0xc1, 0x1e, 0xd6, 0x4c, 0x8b, 0x72, 0x37, 0x28, 0xf7, 0x02, 0x69, 0x92, 0x06, 0x58, 0xb6, 0x5e, 0xa0, 0xc7, 0x1e, 0x7b, 0xec, 0x56, 0xf8, 0x01, 0x77, 0xc0, 0xd3, 0x35, 0x70, 0x23, 0x96, 0xc2, 0x34, 0xc6, 0x5e, 0xb3, 0xbb, 0x03, 0x05, 0x15, 0x3c, 0x47, 0x5e, 0x79, 0xf9, 0x15, 0x7b, 0x3a, 0x0c, 0xde, 0x80, 0x74, 0x3a, 0x69, 0x4b, 0x9d, 0xf7, 0xbe, 0x37, 0x04, 0xff, 0xd7, 0xb2, 0xbe, 0xa0, 0xd1, 0x68, 0xd8, 0xe3, 0x5a, 0x74, 0x3f, 0xf7, 0xba, 0x1e, 0xbd, 0xef, 0x99, 0x5e, 0x17, 0xbf, 0xf7, 0x35, 0xcf, 0xb1, 0xdd, 0x19, 0xa1, 0xa6, 0x07, 0x8a, 0x0a, 0xc7, 0x92, 0x57, 0x32, 0x99, 0x02, 0x03, 0x33, 0x4d, 0x9a, 0x9a, 0x6a, 0xe1, 0xb3, 0xb5, 0x2c, 0x0f, 0x07, 0x0b, 0xfb, 0x47, 0x46, 0x12, 0xf0, 0x9e, 0x91, 0x27, 0x61, 0x17, 0x86, 0xf3, 0x83, 0x34, 0x07, 0x77, 0xb2, 0x89, 0x6e, 0xd0, 0xd5, 0x9d, 0xab, 0x48, 0x5d, 0x7d, 0x0d, 0x99, 0x9c, 0x98, 0x36, 0xbb, 0x42, 0x54, 0x55, 0x91, 0x2a, 0x97, 0x43, 0x02, 0xd3, 0xcf, 0x5d, 0x81, 0xb0, 0xe5, 0xc5, 0x00, 0x5f, 0xfa, 0xd2, 0x97, 0xae, 0x07, 0x42, 0xfb, 0x1b, 0x78, 0xba, 0x2b, 0xbf, 0x8b, 0x35, 0xef, 0x84, 0x6f, 0x3f, 0xe2, 0xf9, 0xe0, 0x86, 0x89, 0x56, 0x17, 0x2f, 0x5e, 0xf4, 0x1d, 0xdb, 0xb9, 0x65, 0x0b, 0x4a, 0xaa, 0x90, 0xe2, 0x7d, 0x91, 0x50, 0x35, 0x05, 0xc1, 0x6b, 0x8a, 0xfd, 0xf2, 0x7f, 0xbf, 0x94, 0xd1, 0xa3, 0xb5, 0xb5, 0x21, 0xd6, 0x1d, 0xda, 0xbd, 0x5f, 0x36, 0x5b, 0x0f, 0x46, 0x70, 0x92, 0x9c, 0x3a, 0x35, 0x4b, 0x32, 0x19, 0x5a, 0x32, 0x61, 0xe7, 0xab, 0x39, 0x30, 0x8d, 0x44, 0xf4, 0xa8, 0x71, 0x57, 0x28, 0x36, 0xc6, 0xc5, 0xcd, 0x3d, 0x78, 0x43, 0xac, 0x0b, 0x76, 0x05, 0xc2, 0x96, 0x0f, 0x04, 0xc2, 0xe1, 0xd3, 0x40, 0xfc, 0xcf, 0xc0, 0xd3, 0xe8, 0x52, 0x21, 0xfc, 0x7c, 0x09, 0xa8, 0xd4, 0xcf, 0x2c, 0xa1, 0x59, 0xbb, 0xd2, 0x73, 0x84, 0x14, 0x5d, 0x5d, 0x51, 0xd2, 0xd8, 0x18, 0x22, 0x87, 0x0f, 0x4f, 0x2b, 0x98, 0x20, 0x17, 0x51, 0x17, 0x07, 0x89, 0x38, 0x03, 0xcc, 0x4c, 0x67, 0x6c, 0x22, 0xf7, 0xf3, 0x06, 0x39, 0x36, 0x98, 0x79, 0xbe, 0xdc, 0x5b, 0xb7, 0xac, 0x34, 0xc0, 0x9f, 0xfe, 0xe9, 0x9f, 0x36, 0xc1, 0xc3, 0x3f, 0x89, 0xc4, 0xdf, 0xd2, 0xd2, 0x82, 0x63, 0x49, 0xed, 0x2a, 0x9f, 0xc5, 0x90, 0xfa, 0x41, 0x8c, 0x91, 0xeb, 0x33, 0xaa, 0xb9, 0xbc, 0xb9, 0x8e, 0x99, 0xef, 0x77, 0xce, 0xc7, 0x71, 0xc4, 0xe7, 0x08, 0xf3, 0xce, 0x9f, 0x3f, 0x4f, 0x26, 0x26, 0x26, 0xd8, 0xff, 0xf5, 0xf5, 0x21, 0xb2, 0x79, 0x73, 0x3d, 0x79, 0xe3, 0x8d, 0xd9, 0x40, 0xc2, 0x2e, 0x04, 0xe7, 0x07, 0x69, 0x0e, 0x0e, 0x81, 0xd0, 0x9e, 0x0a, 0x22, 0x7e, 0xdb, 0x06, 0xb3, 0x5a, 0xa3, 0xa0, 0x61, 0xec, 0x32, 0x82, 0xeb, 0x89, 0xaa, 0x21, 0xd1, 0x52, 0x63, 0x80, 0x68, 0x34, 0xfa, 0x00, 0x3c, 0xb4, 0xf2, 0xff, 0xb7, 0x6f, 0xdf, 0x4e, 0xb6, 0x6d, 0xdb, 0xca, 0x70, 0xb6, 0xae, 0x97, 0x73, 0xf8, 0x3c, 0x2d, 0xea, 0x2d, 0x8f, 0x14, 0x2a, 0xf0, 0xab, 0x68, 0x89, 0xd7, 0x3f, 0xf7, 0xb0, 0x8b, 0xe2, 0xe6, 0xa6, 0xfa, 0xcd, 0xe3, 0xc2, 0x82, 0x92, 0x99, 0x99, 0x19, 0xf2, 0xa3, 0x1f, 0xfd, 0x07, 0x39, 0x71, 0xe2, 0x04, 0x7b, 0xb9, 0xb5, 0x35, 0x0c, 0x9a, 0x20, 0x0c, 0xaf, 0x1b, 0x39, 0x88, 0x3a, 0x1f, 0xe2, 0x0f, 0xd6, 0x1c, 0xbc, 0xe2, 0x34, 0x16, 0xcb, 0xb2, 0xfa, 0xe5, 0x90, 0xee, 0x7f, 0x3c, 0x34, 0x84, 0xa9, 0xd0, 0xca, 0x85, 0x57, 0x85, 0x59, 0x36, 0x5b, 0xe8, 0x63, 0x1f, 0xfb, 0x58, 0xed, 0x37, 0xbf, 0xf9, 0xcd, 0xb9, 0x25, 0xcd, 0x00, 0x20, 0x09, 0xee, 0xe1, 0x5c, 0xdb, 0xd5, 0xd5, 0x45, 0x76, 0xee, 0xdc, 0xc1, 0x32, 0xfe, 0xca, 0x2c, 0xdb, 0xcb, 0x40, 0x68, 0xe5, 0xff, 0xce, 0x9c, 0x7b, 0x2d, 0xf0, 0xf0, 0x69, 0xdb, 0xed, 0xd5, 0x50, 0x4f, 0xee, 0xbc, 0xf3, 0x0e, 0x32, 0x34, 0x34, 0x44, 0xa6, 0xa7, 0xcd, 0xaa, 0xc2, 0xb6, 0xb6, 0x2a, 0x90, 0xca, 0xc9, 0x12, 0x70, 0x7e, 0x3e, 0x9a, 0xc3, 0xdc, 0x47, 0xd7, 0xb1, 0xf4, 0x11, 0x5d, 0xa1, 0x19, 0x30, 0xce, 0x23, 0x81, 0xbf, 0x01, 0x89, 0x5d, 0xb7, 0xea, 0x0c, 0xcc, 0xc2, 0xfa, 0x90, 0x9d, 0x24, 0x97, 0x48, 0x24, 0x10, 0x06, 0x2d, 0x18, 0x03, 0xe8, 0xc5, 0x49, 0x38, 0xba, 0x8e, 0x3f, 0x47, 0x06, 0x70, 0x17, 0x3b, 0xcf, 0x3b, 0x21, 0xd2, 0xc5, 0x21, 0xfe, 0xa5, 0x38, 0x7c, 0x5a, 0xa4, 0xca, 0x15, 0x2b, 0x56, 0x90, 0xde, 0xde, 0x5e, 0x1b, 0x22, 0xd5, 0xd4, 0x68, 0xb6, 0x33, 0x40, 0xde, 0x74, 0x6b, 0x73, 0x5e, 0x33, 0x63, 0x05, 0xc1, 0xfb, 0x78, 0xf7, 0x75, 0xf6, 0xb1, 0xed, 0x00, 0xa1, 0x45, 0xa2, 0xf2, 0x37, 0x50, 0xb9, 0x2d, 0x0d, 0xda, 0x01, 0xbc, 0x4d, 0xba, 0x35, 0x2a, 0x69, 0x41, 0x0d, 0xe1, 0x62, 0x8d, 0xe0, 0x66, 0x1b, 0xb4, 0xd5, 0xd7, 0x4b, 0x05, 0xe7, 0x73, 0xf1, 0x59, 0x8f, 0xaf, 0xbd, 0x8c, 0xd8, 0x21, 0x3f, 0x88, 0x42, 0xf3, 0x24, 0x69, 0xc9, 0xef, 0x1f, 0x4c, 0x68, 0xe5, 0x1e, 0x2f, 0x5a, 0xd2, 0xef, 0x14, 0x5e, 0xae, 0xaa, 0x8a, 0x92, 0xba, 0x5a, 0x73, 0x0e, 0x08, 0x62, 0xea, 0xe6, 0xe6, 0x66, 0xe2, 0xc4, 0x40, 0x34, 0xdf, 0x04, 0xb8, 0x72, 0x40, 0x22, 0xf1, 0xd0, 0x08, 0x83, 0x92, 0x49, 0x27, 0xb2, 0xae, 0xfc, 0x0d, 0xd4, 0x81, 0x41, 0x21, 0xc2, 0xab, 0xc2, 0xe4, 0x68, 0x30, 0x68, 0x83, 0x86, 0x25, 0xcd, 0x00, 0x56, 0xef, 0x96, 0x5a, 0xc1, 0x1e, 0xf0, 0x0c, 0xa0, 0x2e, 0x86, 0x01, 0x96, 0xdc, 0xfc, 0xdd, 0x02, 0x89, 0x7f, 0xb1, 0xe6, 0xef, 0xd6, 0x1a, 0x75, 0x0e, 0x03, 0x68, 0xb2, 0x5b, 0xd1, 0xb4, 0xe9, 0xb5, 0x3c, 0x89, 0x5a, 0x4d, 0xd8, 0xf9, 0x42, 0x22, 0x33, 0x23, 0x54, 0x97, 0x62, 0x01, 0xd4, 0x47, 0x12, 0x19, 0x62, 0x8b, 0xc4, 0xd0, 0xe2, 0xb6, 0x48, 0x2c, 0x98, 0x01, 0x40, 0xc2, 0xd4, 0x03, 0x5e, 0xd3, 0x1d, 0x09, 0x54, 0x25, 0x5d, 0x14, 0x91, 0xf8, 0x8f, 0x9d, 0x9e, 0x21, 0xc7, 0xcf, 0xa9, 0xc7, 0x8f, 0xa2, 0xa1, 0x54, 0x5d, 0xa5, 0xe7, 0x47, 0xb0, 0x01, 0x2b, 0x12, 0xc6, 0x82, 0x6b, 0xdd, 0x23, 0xd1, 0x0b, 0x05, 0x3c, 0x51, 0x38, 0x46, 0xd8, 0x65, 0xbc, 0xe5, 0x4f, 0xd4, 0xce, 0xaa, 0xad, 0xd6, 0xa5, 0x0e, 0x14, 0xc5, 0x4c, 0x67, 0x47, 0x8d, 0x5a, 0x13, 0xd5, 0x49, 0x67, 0x7b, 0x35, 0xd1, 0xb5, 0x60, 0x06, 0x31, 0x14, 0x2d, 0xc7, 0x39, 0x31, 0x21, 0x03, 0x14, 0x5a, 0xde, 0x18, 0x84, 0xf3, 0x03, 0x09, 0xc9, 0xf6, 0x04, 0xa5, 0x03, 0x89, 0x9f, 0xbd, 0xc4, 0x6b, 0x02, 0xa8, 0x37, 0x1f, 0x88, 0x2c, 0x70, 0x2c, 0xa0, 0x60, 0x06, 0xc8, 0x64, 0x32, 0x52, 0xc3, 0x29, 0x79, 0xf2, 0x8a, 0xfc, 0x6b, 0x8f, 0x9d, 0x9c, 0x26, 0x2f, 0xbc, 0x3a, 0x4c, 0x2a, 0xab, 0xb8, 0x75, 0xcf, 0xad, 0x6d, 0xe4, 0xfd, 0xb7, 0xb6, 0xe6, 0x1c, 0x3e, 0x6d, 0xe3, 0x69, 0x6b, 0xec, 0x90, 0x03, 0x27, 0x88, 0xa7, 0xa8, 0xbd, 0x94, 0xb4, 0xe7, 0x20, 0xad, 0xc0, 0x19, 0x60, 0x5a, 0x4c, 0x89, 0xa6, 0x01, 0x9e, 0x20, 0x5e, 0xac, 0xe4, 0xca, 0x07, 0x5a, 0xe8, 0x58, 0x40, 0xc1, 0x0c, 0x80, 0x2a, 0x8a, 0xe7, 0x79, 0xe4, 0x4a, 0x34, 0x8b, 0xa7, 0x4c, 0xcb, 0x1e, 0x47, 0x0f, 0x15, 0x98, 0x99, 0xab, 0x5c, 0xa9, 0xb4, 0xa1, 0x38, 0x44, 0x79, 0x22, 0xd0, 0x78, 0x14, 0x36, 0x6c, 0xae, 0x64, 0xeb, 0x1a, 0x13, 0x88, 0x4a, 0x3b, 0x06, 0x5e, 0x53, 0x1d, 0x30, 0xf2, 0xf0, 0x44, 0x2a, 0xbf, 0xe1, 0xd3, 0x3e, 0x1a, 0xc0, 0x64, 0x00, 0xad, 0x48, 0x9c, 0x2f, 0xc2, 0xa7, 0xdc, 0x90, 0xc8, 0x4e, 0x87, 0x98, 0x4e, 0xe5, 0xb4, 0x79, 0x24, 0xad, 0xa5, 0x69, 0x8b, 0x9a, 0x11, 0x5a, 0x30, 0x03, 0x88, 0x56, 0x7a, 0xae, 0x54, 0xe3, 0x78, 0xc2, 0x64, 0x80, 0x1d, 0x9b, 0x5a, 0x49, 0xf7, 0xaa, 0x06, 0x75, 0x59, 0x9f, 0x2b, 0xec, 0xe1, 0xd9, 0x87, 0xa8, 0xdf, 0x53, 0x77, 0x54, 0xf3, 0x39, 0x86, 0xf5, 0x3d, 0x9e, 0xcf, 0xbb, 0x8f, 0xad, 0x05, 0x7f, 0xde, 0xef, 0x3d, 0x2d, 0xc7, 0xf7, 0x38, 0x37, 0x9e, 0xb2, 0x71, 0xa1, 0x7e, 0xf6, 0x3e, 0xbe, 0x36, 0x13, 0x4b, 0x92, 0x43, 0x6f, 0x5e, 0x21, 0xd1, 0x70, 0x8d, 0x7d, 0xfd, 0x38, 0xe1, 0xb3, 0x7e, 0x3d, 0xe3, 0x93, 0x80, 0x9b, 0x43, 0xac, 0xeb, 0x5a, 0x4d, 0x4d, 0x0d, 0xab, 0xb6, 0x12, 0x89, 0x49, 0x1e, 0x3c, 0x47, 0xac, 0x6e, 0x77, 0x85, 0x12, 0x76, 0xe1, 0x90, 0xc8, 0x86, 0x40, 0x33, 0xe9, 0xc0, 0x06, 0xb9, 0xb6, 0xd6, 0xb2, 0xf6, 0x41, 0x61, 0x2a, 0x46, 0x83, 0x97, 0x3c, 0x04, 0x42, 0x2b, 0x9d, 0x73, 0x70, 0x50, 0xd3, 0x59, 0x91, 0x01, 0x10, 0xd3, 0x66, 0x31, 0xc1, 0x4b, 0x45, 0xcc, 0x54, 0x26, 0xb0, 0x42, 0x08, 0x5d, 0x39, 0x93, 0xd7, 0x8f, 0xd0, 0xa9, 0x97, 0x98, 0x0d, 0x37, 0x31, 0x1b, 0x01, 0x84, 0x6e, 0xf8, 0x13, 0x3a, 0x15, 0xcf, 0xcb, 0xb7, 0x9e, 0xd7, 0xca, 0x9d, 0x0f, 0xe9, 0x5e, 0x66, 0x15, 0x34, 0x46, 0x04, 0xdf, 0xb7, 0x0e, 0xc2, 0x35, 0x28, 0x6b, 0xe1, 0x38, 0x33, 0x4b, 0x7e, 0xfe, 0xd3, 0xc3, 0xac, 0xca, 0xaa, 0xb9, 0xb5, 0x99, 0x25, 0x93, 0x9a, 0x13, 0x5a, 0x64, 0x42, 0x8c, 0x5a, 0x15, 0x58, 0x8e, 0x16, 0xd0, 0x94, 0x05, 0xf6, 0xfe, 0x36, 0x41, 0x71, 0x90, 0xc8, 0x6d, 0x03, 0xf8, 0x7a, 0xb4, 0xdc, 0x6e, 0xd0, 0x90, 0xbe, 0xa8, 0x19, 0xa1, 0x45, 0x41, 0x20, 0xfb, 0x66, 0xf9, 0xcc, 0xde, 0xe2, 0x2b, 0x61, 0xdd, 0x40, 0xc4, 0x79, 0x78, 0x17, 0x8c, 0x20, 0x42, 0x37, 0x8a, 0x21, 0x74, 0x85, 0x24, 0x2e, 0x81, 0xd0, 0x79, 0xb7, 0xf1, 0x52, 0x09, 0x5d, 0x3e, 0x6f, 0x35, 0xa1, 0x4b, 0x4c, 0x20, 0x34, 0xc4, 0x32, 0x35, 0xaa, 0xf9, 0x66, 0x22, 0x69, 0x08, 0xc6, 0xae, 0xe9, 0x27, 0xcf, 0x64, 0xb2, 0xc4, 0xc8, 0x18, 0x4e, 0x4a, 0x81, 0xe5, 0x44, 0xe0, 0x50, 0x10, 0xa3, 0xf1, 0x66, 0x57, 0x0b, 0x87, 0x01, 0xb2, 0xd9, 0xf2, 0x54, 0x81, 0x05, 0x69, 0x0e, 0xde, 0xe9, 0xdc, 0x3d, 0x2b, 0x4c, 0x65, 0x10, 0x8b, 0xad, 0x29, 0x15, 0xad, 0x51, 0x96, 0x36, 0x03, 0x60, 0xd3, 0x59, 0xb9, 0xda, 0x4a, 0x57, 0x62, 0x3b, 0x5c, 0xb1, 0x64, 0xd6, 0xf6, 0x46, 0x70, 0x78, 0x54, 0x28, 0xa1, 0x53, 0xe2, 0x03, 0x39, 0x14, 0x9a, 0xc3, 0x28, 0xa0, 0x2a, 0x4b, 0xa3, 0xc4, 0x57, 0x73, 0x2c, 0x04, 0xa1, 0xfb, 0xb5, 0x41, 0x61, 0xef, 0x5b, 0xef, 0xc5, 0x92, 0xce, 0x81, 0x71, 0xce, 0xd6, 0x8d, 0xb7, 0x5c, 0x4f, 0xae, 0x0c, 0x0d, 0x93, 0x48, 0x38, 0xc2, 0x08, 0x9d, 0x69, 0xe0, 0x90, 0xd9, 0x6e, 0x50, 0xb3, 0xa0, 0x10, 0x77, 0x85, 0x26, 0x12, 0x09, 0x9b, 0x01, 0x72, 0x65, 0x7f, 0xe6, 0xce, 0x0e, 0xcd, 0xad, 0x39, 0x78, 0x57, 0x0d, 0xb7, 0x06, 0x50, 0x19, 0xc4, 0x22, 0x52, 0xd0, 0xad, 0x21, 0x7a, 0xcb, 0x86, 0x01, 0x3c, 0x4d, 0x67, 0x83, 0x34, 0x40, 0xc2, 0xb0, 0x5d, 0x9e, 0x45, 0x13, 0x3a, 0xc9, 0x41, 0xe8, 0x46, 0x0e, 0xad, 0x42, 0xd4, 0x84, 0x4e, 0xdd, 0x8c, 0xb2, 0xc0, 0x84, 0x2e, 0x7e, 0xde, 0x26, 0x7e, 0x6e, 0xd4, 0x5b, 0xff, 0x27, 0x92, 0x59, 0xc9, 0x55, 0x5a, 0x5f, 0x57, 0x47, 0xea, 0x85, 0xc9, 0x2b, 0x0e, 0xa6, 0xa6, 0x76, 0x48, 0x9f, 0x1b, 0xc2, 0xc8, 0x00, 0xa6, 0x27, 0x48, 0x0b, 0xac, 0x14, 0x2b, 0x16, 0x12, 0xb9, 0x13, 0xe9, 0x6c, 0x0d, 0xe0, 0xce, 0x08, 0x55, 0x25, 0xc4, 0x39, 0x37, 0x5c, 0x4a, 0x42, 0x5c, 0x16, 0x6e, 0x50, 0x77, 0xdf, 0x7d, 0x5f, 0x1b, 0x80, 0x3a, 0x10, 0x48, 0xd7, 0x85, 0xd9, 0x5b, 0x0b, 0x44, 0xe8, 0xd4, 0x45, 0x24, 0x22, 0xa1, 0xfb, 0x4f, 0x53, 0xf1, 0x29, 0x64, 0xf7, 0xeb, 0xdf, 0x53, 0x04, 0xa1, 0x6b, 0xae, 0xcf, 0x4b, 0xdf, 0xab, 0x39, 0xad, 0x58, 0xf0, 0x13, 0xc9, 0x94, 0xe1, 0xd1, 0x98, 0x4a, 0x57, 0x28, 0x72, 0x66, 0x88, 0x48, 0x1a, 0x20, 0xd8, 0x13, 0x54, 0xfe, 0xc2, 0x78, 0xac, 0xa8, 0x63, 0x0c, 0x30, 0x9b, 0xdb, 0x0d, 0xca, 0x3d, 0x57, 0x66, 0xcc, 0x43, 0x5f, 0xd4, 0xc2, 0xf8, 0x62, 0xbc, 0x40, 0xf2, 0xe8, 0x21, 0x9f, 0xf9, 0xbb, 0x68, 0xf4, 0x32, 0xb7, 0xa5, 0xd5, 0x64, 0x4a, 0x34, 0x82, 0x17, 0x84, 0xd0, 0xc9, 0xd2, 0x24, 0x74, 0x23, 0x87, 0xe6, 0x70, 0x68, 0xcf, 0x2c, 0x9d, 0x44, 0x43, 0xb8, 0x36, 0x1a, 0x92, 0x08, 0x9f, 0xcf, 0x32, 0x46, 0xc1, 0xc2, 0x3b, 0x2e, 0x8b, 0x44, 0xe9, 0x8e, 0x06, 0x17, 0xd2, 0x01, 0xae, 0x50, 0x48, 0xe4, 0xf4, 0xfa, 0xb7, 0x18, 0x60, 0x26, 0xb7, 0x1b, 0x34, 0xcb, 0x33, 0x42, 0xd9, 0xb0, 0x6d, 0xb9, 0x35, 0xca, 0x72, 0x88, 0x03, 0xc8, 0xc3, 0xe7, 0x5c, 0x6e, 0x50, 0xce, 0x04, 0xdc, 0x03, 0x44, 0x35, 0xf3, 0x47, 0x96, 0x87, 0xd0, 0x1d, 0xb9, 0x97, 0x7b, 0x78, 0xf5, 0x12, 0x27, 0x74, 0xab, 0xa8, 0x5d, 0x53, 0xbc, 0xaf, 0x69, 0x9a, 0xdd, 0x0b, 0x17, 0x61, 0x24, 0x67, 0x80, 0xd1, 0xd1, 0x71, 0x72, 0xe1, 0xdc, 0x45, 0xe6, 0xe9, 0x59, 0xb1, 0xa2, 0x89, 0xf5, 0xdb, 0xac, 0xad, 0xad, 0x91, 0x67, 0x6f, 0xe9, 0xb2, 0x2b, 0xd4, 0xa4, 0x2d, 0xad, 0x4c, 0x55, 0x60, 0xfe, 0x0c, 0x24, 0x19, 0xc1, 0x81, 0x01, 0x74, 0x6a, 0x77, 0xe6, 0x33, 0xe7, 0x8c, 0x85, 0x16, 0xb5, 0x3f, 0x68, 0x31, 0x46, 0xb0, 0xaf, 0x0d, 0x60, 0x18, 0x0e, 0x66, 0x95, 0xf0, 0xab, 0x10, 0x23, 0x98, 0x2f, 0x42, 0x57, 0xce, 0xf4, 0x0d, 0x20, 0x74, 0xe2, 0x8a, 0x34, 0xa8, 0xe6, 0x6a, 0xa9, 0x08, 0x9d, 0xba, 0xb2, 0x3e, 0x8d, 0x5c, 0xdf, 0xe3, 0x47, 0xe8, 0xd4, 0xff, 0xf3, 0x3a, 0x6b, 0xe5, 0x6e, 0x7a, 0x76, 0x62, 0x00, 0x83, 0x9a, 0x2d, 0xdf, 0xf9, 0xb1, 0x23, 0x6f, 0xb0, 0x1e, 0x9b, 0x6d, 0xed, 0xad, 0xc2, 0xd4, 0x15, 0xab, 0xd0, 0x9c, 0x3a, 0x59, 0xf6, 0xb2, 0x06, 0xa0, 0x52, 0x34, 0x78, 0xbe, 0x0a, 0xe3, 0xc5, 0x38, 0x80, 0x5f, 0x87, 0x0a, 0x5b, 0x4b, 0x5b, 0x35, 0xd3, 0xd4, 0x32, 0x82, 0x45, 0x0d, 0xb0, 0xe4, 0xdd, 0xa0, 0xc4, 0x3d, 0x78, 0x82, 0x5d, 0x5c, 0x6f, 0x85, 0x55, 0xdc, 0x62, 0x00, 0x1e, 0x88, 0x91, 0x09, 0x40, 0x73, 0x2e, 0x46, 0xc1, 0xbe, 0x7f, 0x2d, 0x47, 0x90, 0x4a, 0x24, 0x40, 0xf5, 0xb4, 0x73, 0x8f, 0xa7, 0x48, 0x73, 0x20, 0xdc, 0x42, 0x12, 0xba, 0x1c, 0x63, 0x10, 0x27, 0xb0, 0x3b, 0x2d, 0x20, 0x12, 0xa0, 0x49, 0xa9, 0xd5, 0xb0, 0xb7, 0x7f, 0x5d, 0x1f, 0x39, 0x73, 0xea, 0xbc, 0x49, 0xfc, 0x08, 0x83, 0x2c, 0x77, 0xa2, 0x98, 0x5c, 0xa6, 0xb9, 0xe6, 0xef, 0x7a, 0x21, 0x50, 0x61, 0x84, 0x9d, 0x6f, 0x76, 0x28, 0xd2, 0x30, 0xb6, 0x49, 0xc7, 0x68, 0x3a, 0x9e, 0x73, 0x4d, 0x4d, 0xd8, 0x4b, 0xfc, 0x92, 0x1b, 0x94, 0x1b, 0xc1, 0xfa, 0xf2, 0x72, 0x83, 0x8a, 0x56, 0x7a, 0x50, 0x2a, 0x44, 0x3c, 0x69, 0xb9, 0x4a, 0x43, 0x9a, 0x94, 0xd1, 0x4e, 0x89, 0x22, 0x48, 0xe5, 0x26, 0x66, 0x4d, 0xe1, 0xbb, 0x57, 0xb8, 0x2d, 0xf9, 0xfd, 0xa3, 0xd4, 0xe5, 0x4a, 0x21, 0xb9, 0x1b, 0x55, 0xf1, 0x1c, 0x31, 0x87, 0xd0, 0xa9, 0x00, 0xd3, 0x5c, 0xdf, 0xa9, 0x51, 0xc1, 0x4d, 0xea, 0x33, 0x4f, 0x4b, 0x24, 0x74, 0xdf, 0xf3, 0xd4, 0x24, 0x42, 0x97, 0x35, 0xa4, 0x66, 0x7f, 0x0f, 0x1b, 0x2a, 0x9d, 0x95, 0x5d, 0xc9, 0xb8, 0x7a, 0xd7, 0xf4, 0x90, 0xee, 0x9e, 0x2e, 0x12, 0x8b, 0xc5, 0xcd, 0xe1, 0x13, 0x00, 0x75, 0xc2, 0xe1, 0x90, 0x54, 0x67, 0xeb, 0xb6, 0x01, 0xfc, 0xd3, 0x21, 0xca, 0x9f, 0x1d, 0x8a, 0x5f, 0x8b, 0x29, 0xd1, 0xd8, 0xa1, 0x82, 0x33, 0x80, 0xda, 0x0d, 0xea, 0x5c, 0xaf, 0x70, 0x28, 0xcc, 0x34, 0x00, 0x9e, 0x8f, 0xe5, 0x46, 0x5f, 0x50, 0x06, 0xd0, 0x4b, 0xd1, 0x00, 0x78, 0xa1, 0x45, 0x2f, 0x90, 0x98, 0x0a, 0x11, 0x4f, 0x64, 0x1c, 0x75, 0x6e, 0x10, 0x7b, 0x33, 0x23, 0x81, 0x8e, 0x5b, 0xd4, 0xa0, 0xae, 0x71, 0x9e, 0x8a, 0xfd, 0x44, 0xc2, 0xb3, 0x5d, 0xa8, 0xd6, 0x1b, 0xd4, 0x70, 0x76, 0x60, 0x2f, 0x49, 0x9f, 0xf7, 0x1f, 0x13, 0xca, 0x02, 0x4b, 0x86, 0x73, 0x0c, 0x6a, 0xc8, 0xe3, 0x46, 0xed, 0xcd, 0x1e, 0x1d, 0xe4, 0x1c, 0x44, 0xe3, 0x0d, 0x76, 0xed, 0xcf, 0xab, 0x46, 0x92, 0x5a, 0xc7, 0x32, 0xe4, 0x7d, 0x0d, 0xc5, 0xf7, 0xf0, 0x7e, 0xa5, 0xfc, 0x7b, 0x74, 0x21, 0x18, 0x16, 0x4f, 0xca, 0x9e, 0x35, 0x24, 0x7c, 0x9c, 0xb8, 0x88, 0xd8, 0x9f, 0x11, 0x3f, 0xe1, 0xf9, 0x4b, 0x4e, 0x60, 0x49, 0xf6, 0xaa, 0x18, 0xca, 0x82, 0x18, 0x6f, 0x01, 0x8c, 0x7f, 0x31, 0x8c, 0xed, 0xa0, 0xcd, 0x51, 0x30, 0xe3, 0x8e, 0x05, 0x04, 0xbb, 0x42, 0x0d, 0xc2, 0xfb, 0x9d, 0x72, 0x77, 0xa8, 0xc5, 0x1c, 0x91, 0xfb, 0xef, 0xbf, 0xbf, 0x7a, 0xc9, 0x6a, 0x00, 0xb7, 0x1b, 0xd4, 0x6f, 0x00, 0x75, 0x22, 0x65, 0xde, 0x38, 0x8d, 0x6b, 0x80, 0x02, 0x71, 0xb4, 0x8d, 0xf7, 0x69, 0xe9, 0x78, 0x3f, 0xc8, 0xfb, 0x24, 0x49, 0x79, 0x9a, 0x0b, 0xef, 0x6b, 0x39, 0xec, 0x0a, 0x6f, 0xea, 0x83, 0xca, 0x80, 0x56, 0xb6, 0x56, 0x14, 0xce, 0x13, 0x89, 0x38, 0x43, 0x04, 0x67, 0x02, 0x0d, 0x76, 0x83, 0x52, 0x0e, 0x29, 0x68, 0xae, 0x84, 0xb8, 0xd2, 0xd3, 0x9e, 0x83, 0x20, 0x91, 0x13, 0x0b, 0x48, 0x4b, 0x90, 0x47, 0x4d, 0x47, 0x38, 0x2b, 0x2c, 0x64, 0xc3, 0x20, 0x64, 0x00, 0xde, 0xd0, 0x78, 0x6e, 0x6e, 0x0e, 0x85, 0x6c, 0x62, 0xa9, 0x1a, 0xc1, 0xb9, 0x21, 0x10, 0xfc, 0xf0, 0x98, 0xe5, 0x05, 0x0a, 0x87, 0x64, 0x69, 0xef, 0x86, 0x17, 0xa6, 0xb1, 0x47, 0xbc, 0x29, 0x0c, 0x9a, 0x45, 0x70, 0x84, 0x06, 0xe3, 0x77, 0x5f, 0x42, 0xa7, 0x6a, 0x42, 0x27, 0x65, 0x30, 0x6c, 0xcb, 0x44, 0xe8, 0xaa, 0xf3, 0x34, 0x8f, 0xa7, 0xdb, 0x3b, 0x26, 0x04, 0x0d, 0x80, 0x44, 0x8d, 0x2d, 0x07, 0xb1, 0x31, 0x16, 0x6a, 0x80, 0xba, 0xba, 0x5a, 0xd6, 0x73, 0xd3, 0x34, 0x82, 0xd5, 0x6e, 0x50, 0xb3, 0x43, 0xb5, 0x5e, 0x06, 0x9c, 0x9f, 0x1b, 0x12, 0x99, 0xb1, 0x00, 0x6a, 0xba, 0x42, 0x69, 0x4e, 0x6f, 0x22, 0x8b, 0x59, 0x98, 0x3d, 0x42, 0xcd, 0x68, 0x70, 0x2c, 0x16, 0x63, 0xef, 0xa5, 0xd3, 0x69, 0xa4, 0xb1, 0x91, 0x65, 0x62, 0x04, 0x6b, 0x9e, 0x08, 0x1f, 0xcb, 0x5c, 0xe4, 0x69, 0x10, 0xb6, 0x7b, 0xd4, 0x3f, 0xfb, 0x52, 0x99, 0xab, 0xe3, 0x23, 0xb5, 0x3d, 0x38, 0x5a, 0x10, 0x6e, 0x06, 0x95, 0x87, 0x60, 0xab, 0xf1, 0xbe, 0x96, 0x03, 0xef, 0x3b, 0x78, 0x5d, 0x49, 0xe8, 0xc2, 0x7b, 0xd4, 0xed, 0x6a, 0xcd, 0x1b, 0xef, 0x7b, 0xed, 0x0a, 0x93, 0x28, 0x28, 0x08, 0x8e, 0xb4, 0x69, 0xe0, 0x5a, 0xaf, 0xc5, 0x52, 0xce, 0xc5, 0x38, 0x75, 0xe2, 0x0c, 0x1b, 0x3b, 0x84, 0xfd, 0x36, 0x4d, 0x1b, 0x20, 0x42, 0xd2, 0xa9, 0x88, 0x30, 0x75, 0x85, 0xda, 0x05, 0x26, 0x8e, 0x11, 0x4c, 0x73, 0xe0, 0xfd, 0xe2, 0xab, 0xc0, 0xdc, 0xfb, 0x38, 0xb1, 0x80, 0x74, 0x30, 0x8a, 0xe0, 0x10, 0x34, 0xe4, 0xc0, 0x1f, 0x0e, 0x81, 0xdc, 0x34, 0xb6, 0xa4, 0x18, 0x00, 0x2e, 0xaa, 0xf6, 0x97, 0x7f, 0xf9, 0x97, 0xf5, 0x5c, 0xba, 0x78, 0x7b, 0xef, 0x67, 0x6d, 0xb2, 0x48, 0x08, 0x5e, 0x20, 0x5f, 0x0d, 0xe0, 0x96, 0xe8, 0x2e, 0x49, 0xaa, 0x29, 0x62, 0x06, 0xd4, 0x3d, 0xea, 0xd4, 0xd7, 0x30, 0x15, 0x0c, 0x5b, 0xc3, 0x87, 0xd0, 0x89, 0x4f, 0x32, 0x9c, 0xeb, 0x3d, 0x8f, 0x8b, 0xd4, 0xe5, 0xa1, 0x92, 0xce, 0x93, 0xe4, 0xaf, 0x49, 0x32, 0x40, 0xb8, 0x73, 0xf1, 0x34, 0x99, 0x8d, 0xa7, 0xc8, 0x5c, 0x2c, 0xcd, 0x88, 0x9f, 0xdb, 0x51, 0x61, 0x2d, 0x6c, 0x7b, 0x81, 0x6c, 0xef, 0xc3, 0x8a, 0x46, 0xa2, 0x5f, 0xd4, 0xad, 0x89, 0x2b, 0x59, 0xdb, 0x6e, 0xe1, 0x78, 0x5a, 0xa5, 0x01, 0x30, 0x6d, 0x34, 0xdf, 0x54, 0x88, 0x42, 0x21, 0x91, 0x5b, 0x73, 0xf0, 0x68, 0xf0, 0x6c, 0x00, 0x03, 0x50, 0x3b, 0x03, 0x58, 0xcc, 0x07, 0x92, 0x99, 0x76, 0xc9, 0x32, 0xc0, 0x9f, 0xff, 0xf9, 0x9f, 0xd7, 0x86, 0x2c, 0x56, 0xc5, 0x8b, 0x6a, 0x5a, 0xef, 0x44, 0x39, 0x7f, 0x97, 0xa7, 0x41, 0x60, 0x4d, 0x9f, 0x5f, 0x0e, 0x8d, 0xcb, 0x71, 0x63, 0xbb, 0x13, 0x65, 0x42, 0x27, 0x0a, 0x42, 0xcf, 0x37, 0x57, 0x87, 0xf8, 0x7a, 0x91, 0x34, 0x42, 0x03, 0x83, 0x65, 0x39, 0xcf, 0x53, 0x8a, 0x5d, 0xa8, 0x6d, 0x03, 0x5b, 0xe3, 0x08, 0x7d, 0x3e, 0xa7, 0x67, 0x53, 0x64, 0x6a, 0x2e, 0x41, 0x66, 0x63, 0x29, 0x92, 0x4c, 0x65, 0x7d, 0x89, 0x92, 0x0a, 0xd7, 0x91, 0x0b, 0x95, 0xf6, 0x55, 0xad, 0xa4, 0xb1, 0xe9, 0x06, 0x32, 0x35, 0x31, 0xc5, 0xbc, 0x27, 0xd1, 0x9a, 0x28, 0x1b, 0x43, 0x2a, 0x02, 0x45, 0x5d, 0x57, 0x1b, 0xc1, 0xe5, 0xc2, 0xf9, 0xee, 0xe3, 0x88, 0x87, 0xb6, 0x19, 0x60, 0x36, 0xbf, 0x8c, 0x50, 0x27, 0x18, 0xa6, 0xbb, 0x63, 0x01, 0x8d, 0x4b, 0x55, 0x03, 0x34, 0x78, 0xa4, 0xbf, 0x4d, 0xa8, 0xee, 0x4c, 0x50, 0x43, 0xb0, 0x01, 0xa8, 0x0b, 0x5e, 0x98, 0x04, 0xa8, 0x89, 0x84, 0x4e, 0xbc, 0x84, 0x4e, 0x02, 0xa0, 0x8e, 0xa6, 0xb0, 0x0b, 0xdc, 0x36, 0x44, 0xbe, 0x83, 0xee, 0x94, 0x71, 0x01, 0xcd, 0xb1, 0x13, 0xc4, 0xf3, 0xf4, 0x40, 0x17, 0xcd, 0x5f, 0x9b, 0x51, 0xeb, 0x46, 0x4f, 0xcf, 0xa5, 0x80, 0xf0, 0x93, 0x64, 0x72, 0x36, 0x21, 0x35, 0xbb, 0x0d, 0x46, 0x26, 0x56, 0x46, 0x68, 0x42, 0xbe, 0xae, 0x38, 0x71, 0xa5, 0xba, 0xa3, 0xdd, 0x83, 0xa7, 0xf9, 0xf7, 0x6b, 0xae, 0x1a, 0x5b, 0x84, 0x40, 0x32, 0xa1, 0x16, 0xde, 0xf1, 0x21, 0x97, 0xe6, 0xe0, 0xfb, 0x3a, 0xf9, 0x40, 0x19, 0xdf, 0x18, 0x80, 0xe4, 0x0a, 0xb5, 0xd8, 0x22, 0xa4, 0x87, 0x16, 0x6d, 0x56, 0x58, 0x41, 0x0c, 0x20, 0x0e, 0x9e, 0xe0, 0xbe, 0x5b, 0xaa, 0x70, 0x81, 0xca, 0xaa, 0x5b, 0x93, 0xe0, 0x85, 0x18, 0xe9, 0x55, 0xa6, 0x2c, 0xfb, 0xe1, 0x7d, 0x25, 0xbc, 0x70, 0xf6, 0xf3, 0xb3, 0x21, 0x82, 0x88, 0x5f, 0xfc, 0xbc, 0xe6, 0x82, 0x41, 0xb2, 0x7d, 0xe2, 0x92, 0xe8, 0x6e, 0x42, 0xa7, 0x72, 0x20, 0x0b, 0xaf, 0xc5, 0xc4, 0x4c, 0x82, 0x4c, 0x4c, 0x27, 0x00, 0xe2, 0xa4, 0x3c, 0xb3, 0xbd, 0xf2, 0x74, 0x37, 0x48, 0x01, 0x45, 0x3f, 0x77, 0x22, 0x5e, 0xc9, 0xac, 0x00, 0x81, 0xdc, 0xc9, 0x70, 0x84, 0x64, 0x85, 0x5e, 0x3e, 0xf9, 0x7d, 0x67, 0x30, 0x83, 0xfa, 0x1f, 0x04, 0x47, 0xcd, 0xba, 0x21, 0x90, 0x9f, 0x37, 0xc8, 0xec, 0x10, 0xc7, 0x21, 0x90, 0x9c, 0x11, 0xba, 0x90, 0xc1, 0xb0, 0x82, 0x35, 0x00, 0x2f, 0xb6, 0xf0, 0xba, 0x40, 0x65, 0xaa, 0x13, 0x33, 0x41, 0xb3, 0x06, 0xf5, 0x25, 0x74, 0x25, 0xde, 0x27, 0x32, 0xde, 0x0f, 0xc2, 0xeb, 0x6e, 0xea, 0x08, 0x26, 0x74, 0x52, 0x00, 0xa1, 0x93, 0x9c, 0x84, 0x2e, 0xa9, 0x74, 0x96, 0xfd, 0x9a, 0x21, 0xe3, 0x40, 0xf4, 0xe3, 0x53, 0x31, 0xcf, 0x6f, 0x2e, 0xd8, 0xdd, 0x2c, 0x14, 0xc5, 0x88, 0xdf, 0x83, 0xae, 0xc2, 0x49, 0x80, 0x40, 0xe8, 0xd9, 0xc1, 0x89, 0x2b, 0xd8, 0x94, 0x8c, 0x7b, 0x53, 0xb8, 0xfd, 0x22, 0x7b, 0x81, 0xac, 0xc0, 0x1a, 0x2d, 0x05, 0xe7, 0xe7, 0xc7, 0xb8, 0xe1, 0xb0, 0x6e, 0x19, 0xc1, 0xa9, 0x40, 0xe2, 0x17, 0x5d, 0xe6, 0xb8, 0x4f, 0x78, 0x11, 0xf3, 0x81, 0x8a, 0x82, 0x40, 0xbe, 0x1e, 0x20, 0x61, 0xf1, 0x64, 0x38, 0x56, 0x0b, 0xa0, 0xf4, 0xa4, 0xf8, 0xe0, 0x68, 0x3f, 0x78, 0xe1, 0x4e, 0x2e, 0xf3, 0x91, 0xee, 0x6a, 0xcf, 0x8f, 0xc2, 0x97, 0xaf, 0x78, 0x8f, 0x06, 0xa5, 0x4a, 0x53, 0x9f, 0xf3, 0x84, 0x0d, 0xa5, 0xfd, 0xd8, 0x54, 0x9c, 0x19, 0xb1, 0xf9, 0xe1, 0x9b, 0xbc, 0x15, 0x80, 0x09, 0x25, 0x79, 0x7d, 0x40, 0x3c, 0x41, 0x7e, 0xfe, 0xea, 0x61, 0x86, 0xff, 0x9b, 0x5b, 0x56, 0x92, 0x26, 0x30, 0x8a, 0x99, 0x07, 0x45, 0xd7, 0x85, 0xdf, 0xe1, 0x18, 0xc1, 0xa2, 0x2b, 0xd4, 0x1d, 0xf3, 0x2c, 0x04, 0x12, 0xe5, 0xab, 0x39, 0xaa, 0xaa, 0x2c, 0x06, 0x98, 0x4d, 0xe7, 0xec, 0xf3, 0x64, 0x37, 0x22, 0xa3, 0xc4, 0x9e, 0x1e, 0xe3, 0x9c, 0xaf, 0xb6, 0x34, 0x35, 0x00, 0x16, 0xc4, 0xf3, 0xe8, 0xa5, 0x37, 0x15, 0xda, 0x91, 0x54, 0xcc, 0x0d, 0x9a, 0xb2, 0x8c, 0xb0, 0x90, 0x22, 0xd1, 0xcc, 0xd7, 0x60, 0x54, 0x10, 0x3a, 0x55, 0xfb, 0xe0, 0xfd, 0x3d, 0x3f, 0x82, 0x41, 0x1c, 0xe0, 0x81, 0xc9, 0x2b, 0x55, 0x3a, 0xe0, 0x3c, 0xa9, 0x05, 0x73, 0x86, 0xc7, 0xe7, 0x48, 0x3a, 0x63, 0x94, 0xff, 0xce, 0xf0, 0x6c, 0x50, 0x21, 0x0e, 0xc0, 0x72, 0x80, 0x32, 0x59, 0x3b, 0x6d, 0x80, 0xa5, 0x9d, 0xb3, 0xf2, 0x48, 0x33, 0x1f, 0x88, 0xd7, 0x07, 0x73, 0x57, 0x28, 0x0f, 0x2c, 0x61, 0x8e, 0x8e, 0x61, 0x84, 0x8a, 0x26, 0xec, 0x60, 0x7e, 0x56, 0x78, 0x81, 0xa6, 0x33, 0x39, 0x7f, 0x1e, 0x4b, 0x9c, 0x14, 0xe0, 0xb4, 0x58, 0x18, 0xbf, 0x90, 0xcd, 0xb1, 0x0a, 0xd6, 0x00, 0x6e, 0x1b, 0x40, 0x32, 0x6a, 0x84, 0x4a, 0xab, 0x78, 0xd2, 0x9a, 0x54, 0x48, 0x64, 0xf5, 0x6b, 0x70, 0x1c, 0x2d, 0x04, 0x06, 0x72, 0x25, 0xb1, 0xc9, 0x84, 0x2e, 0xbf, 0x67, 0x18, 0x24, 0xf0, 0x38, 0x62, 0x87, 0x04, 0x35, 0xa1, 0x07, 0x7b, 0x70, 0xdc, 0x41, 0x2b, 0xfc, 0x3e, 0x24, 0xfc, 0x91, 0x09, 0x91, 0xf0, 0xb5, 0x79, 0xa1, 0x7f, 0x46, 0xf4, 0x70, 0xc1, 0xd2, 0x19, 0xca, 0x1a, 0x80, 0xd5, 0xd6, 0xd7, 0x92, 0xbd, 0xfb, 0x76, 0x91, 0x2b, 0x97, 0x47, 0x6c, 0xa2, 0xc1, 0x74, 0x88, 0x10, 0x83, 0x38, 0x78, 0x2e, 0x56, 0xbb, 0x41, 0xcb, 0x13, 0x94, 0x4c, 0x26, 0xed, 0x58, 0x80, 0x33, 0xba, 0x69, 0xfe, 0x0a, 0xe3, 0xb9, 0x06, 0xf0, 0x2b, 0x8c, 0x97, 0xdd, 0xa0, 0x42, 0x3e, 0x50, 0x38, 0x24, 0x19, 0xee, 0x4b, 0x56, 0x03, 0x10, 0x61, 0xf6, 0x96, 0x27, 0x0f, 0x48, 0x28, 0x74, 0x16, 0xb1, 0xab, 0x58, 0xa0, 0x9d, 0x4f, 0x54, 0xd5, 0x0f, 0xef, 0xfb, 0x49, 0x7b, 0x51, 0x22, 0x7b, 0xf1, 0xbe, 0xe0, 0xc1, 0xc9, 0xa5, 0x79, 0x88, 0xec, 0x66, 0x95, 0x3c, 0x3f, 0xd6, 0x8d, 0x41, 0xa3, 0x76, 0x64, 0x22, 0x66, 0x13, 0xfe, 0xfc, 0xcf, 0xc4, 0x31, 0xd5, 0x00, 0xc2, 0xc9, 0x70, 0xbd, 0x49, 0xdc, 0xd8, 0x85, 0x7b, 0xed, 0xfa, 0x3a, 0x65, 0xbb, 0x41, 0xb3, 0x35, 0xbd, 0x39, 0x7f, 0x57, 0x1c, 0x0e, 0x6e, 0x46, 0x83, 0x35, 0x52, 0x8e, 0xb4, 0xe7, 0x20, 0xcd, 0x61, 0x43, 0xa0, 0x99, 0x74, 0x20, 0xf1, 0x73, 0xc8, 0xec, 0x64, 0x84, 0x7a, 0x34, 0xc0, 0xd2, 0xb4, 0x01, 0xc4, 0x13, 0x33, 0x35, 0x80, 0x2e, 0x59, 0xf5, 0x7c, 0x61, 0x25, 0x18, 0xa6, 0xc5, 0x9a, 0xfb, 0x69, 0xf9, 0x45, 0x5c, 0x35, 0x55, 0x57, 0x06, 0x19, 0x6f, 0x2b, 0x03, 0x51, 0xdc, 0x80, 0xd6, 0xfc, 0x52, 0x1a, 0x88, 0x32, 0x0a, 0xac, 0x4c, 0x5d, 0x76, 0xa5, 0x60, 0x50, 0x1b, 0x86, 0x64, 0xc8, 0xd0, 0xe8, 0xac, 0xad, 0xd5, 0xc8, 0x02, 0x8d, 0x83, 0xe2, 0xbd, 0x1e, 0x30, 0x23, 0xb4, 0xc1, 0x62, 0x80, 0xa0, 0x6e, 0x6b, 0x4e, 0x30, 0x8c, 0x48, 0x45, 0x31, 0xa8, 0x01, 0x0c, 0x23, 0x57, 0x3a, 0x44, 0xe9, 0x05, 0x33, 0x8e, 0x06, 0xc8, 0x04, 0x12, 0x3f, 0x71, 0xb9, 0xcd, 0x43, 0xe1, 0xb0, 0xbb, 0x37, 0xd0, 0xf2, 0xd0, 0x00, 0x92, 0x17, 0x48, 0x4a, 0x85, 0x36, 0x44, 0x18, 0x2b, 0x18, 0xc1, 0x41, 0xed, 0x47, 0x14, 0x01, 0x30, 0x4d, 0x8e, 0x0b, 0xe4, 0xe7, 0x12, 0x25, 0x24, 0x57, 0x3f, 0x1f, 0xf1, 0x73, 0x92, 0xe6, 0xa0, 0xf2, 0xf7, 0x64, 0x60, 0x87, 0x51, 0x90, 0xf8, 0x08, 0x79, 0xe8, 0x82, 0xcd, 0x2c, 0x51, 0x68, 0x00, 0x97, 0x27, 0x28, 0x9d, 0x4e, 0x83, 0x41, 0x9c, 0x64, 0x44, 0xc3, 0xba, 0x43, 0x44, 0x42, 0x76, 0x31, 0x92, 0x6a, 0xfe, 0x6e, 0x2a, 0x95, 0xb5, 0x1b, 0x14, 0xf8, 0x13, 0x35, 0xcd, 0x03, 0xe7, 0xd3, 0x40, 0xcd, 0x61, 0xce, 0x33, 0x36, 0x27, 0x58, 0x66, 0x40, 0x4b, 0x72, 0xaf, 0x90, 0x72, 0xda, 0x8d, 0x30, 0x48, 0x90, 0xc1, 0xb8, 0x90, 0xd4, 0xe0, 0xab, 0x61, 0xa9, 0x6a, 0x00, 0xd9, 0x0d, 0xaa, 0xa9, 0x33, 0x41, 0xa5, 0x08, 0x27, 0xba, 0xe8, 0x0c, 0x97, 0x44, 0xf7, 0x10, 0x3a, 0x75, 0x11, 0x3a, 0xf1, 0x21, 0x74, 0x2d, 0xcf, 0xac, 0x4f, 0x2d, 0x20, 0x19, 0x2e, 0xc0, 0x25, 0x2a, 0x7c, 0x0f, 0x46, 0x6b, 0xaf, 0x8c, 0xc7, 0xac, 0xc0, 0xd5, 0xe2, 0x0c, 0x00, 0xe4, 0xdf, 0xcc, 0x62, 0x01, 0xd6, 0xf9, 0x9d, 0x3b, 0x7b, 0x81, 0x5c, 0x38, 0x37, 0x40, 0x5a, 0x5a, 0x9b, 0xd9, 0xfc, 0xdd, 0xba, 0x86, 0x3a, 0x52, 0x53, 0x13, 0xb5, 0x52, 0xaa, 0x2d, 0xc1, 0xe2, 0x2a, 0x34, 0x3f, 0x76, 0x6c, 0x86, 0x9c, 0x3e, 0x6d, 0x2c, 0xe8, 0xb9, 0xcf, 0xcd, 0x65, 0x48, 0x23, 0x0e, 0xca, 0xf0, 0xd5, 0x58, 0xd4, 0x8e, 0x0b, 0x61, 0x20, 0xcc, 0x95, 0x0b, 0xd4, 0xb8, 0xe4, 0x35, 0x80, 0xd7, 0x0d, 0x2a, 0x6a, 0x80, 0xac, 0x24, 0x55, 0x0c, 0x3b, 0x9f, 0x86, 0xba, 0xba, 0x32, 0xf8, 0xb9, 0x44, 0xbd, 0x3e, 0x78, 0x22, 0xb8, 0xe6, 0x95, 0xd9, 0x94, 0x9a, 0x8b, 0xd0, 0xdd, 0xa9, 0x13, 0xf9, 0x40, 0x24, 0x94, 0xfa, 0x59, 0x83, 0x5c, 0x19, 0x9b, 0x25, 0xb3, 0xf1, 0xf4, 0x7c, 0xd9, 0xb7, 0x85, 0xb1, 0x00, 0x30, 0xa3, 0xe8, 0x09, 0xba, 0x34, 0x78, 0x99, 0x79, 0x83, 0x10, 0xf3, 0x67, 0x59, 0x3e, 0x90, 0x59, 0x20, 0xcf, 0xcb, 0x22, 0x39, 0x9c, 0x11, 0x35, 0x40, 0x5b, 0x7b, 0x15, 0x1c, 0xa3, 0x6e, 0xc1, 0xce, 0x7a, 0xed, 0xda, 0x06, 0x52, 0xdf, 0x10, 0xce, 0x91, 0x0e, 0xcd, 0x19, 0xd6, 0x14, 0xa6, 0x22, 0x03, 0x2c, 0xd9, 0x40, 0x18, 0xe7, 0x4c, 0xae, 0x01, 0x74, 0x5d, 0xdd, 0x13, 0x28, 0x9e, 0x70, 0x20, 0x10, 0x2b, 0x88, 0xa1, 0x8e, 0x64, 0xf6, 0x18, 0xa6, 0xbe, 0xc9, 0x70, 0x02, 0x5e, 0xb7, 0x8a, 0xd5, 0x35, 0xb7, 0xe6, 0x20, 0x54, 0xd9, 0x09, 0xce, 0x95, 0x79, 0x61, 0x7a, 0x95, 0xf2, 0xa8, 0x0f, 0x9e, 0x89, 0xa5, 0x98, 0x5b, 0xd3, 0xec, 0x60, 0xb1, 0xf8, 0x63, 0x5f, 0x09, 0xd5, 0x24, 0x48, 0x89, 0x6b, 0xe7, 0xae, 0xed, 0xe4, 0xec, 0x99, 0xf3, 0x56, 0xe7, 0x0d, 0xc3, 0xd2, 0x12, 0xb2, 0x67, 0x2c, 0xe4, 0xca, 0x08, 0xbd, 0xff, 0x93, 0x6b, 0xc9, 0x8d, 0xfb, 0xf6, 0x06, 0x7b, 0x66, 0x02, 0xec, 0x0b, 0x3f, 0x1c, 0x1f, 0x44, 0xdc, 0x39, 0xd1, 0x04, 0xcd, 0x3a, 0x35, 0x0b, 0xe1, 0x65, 0x92, 0x0d, 0x9a, 0x53, 0x03, 0x50, 0x22, 0xb9, 0x40, 0x6d, 0x2f, 0x90, 0xe0, 0xed, 0x31, 0x94, 0x35, 0xbc, 0xde, 0xae, 0x71, 0xee, 0x5c, 0x1d, 0xea, 0x43, 0xe8, 0x9e, 0xae, 0x0c, 0x2e, 0x88, 0xa5, 0x22, 0x74, 0x4f, 0x1e, 0x3e, 0x9c, 0x14, 0x7a, 0x77, 0x30, 0x67, 0x67, 0x29, 0x2d, 0x6a, 0xdb, 0x00, 0x0e, 0xa4, 0xac, 0xad, 0xaf, 0x21, 0xdb, 0x76, 0x6c, 0xf6, 0x10, 0xac, 0x61, 0x08, 0x76, 0x97, 0x2e, 0x67, 0x84, 0xf2, 0x78, 0xc0, 0x7c, 0x13, 0x7f, 0xa1, 0x0c, 0xc2, 0x8b, 0xe7, 0xb9, 0xb6, 0x12, 0x66, 0x85, 0x2d, 0x18, 0x04, 0x2a, 0xa8, 0x24, 0x52, 0x99, 0x0c, 0xc7, 0xdf, 0xcb, 0x3a, 0xa1, 0x6d, 0x2e, 0xb1, 0xd0, 0x49, 0x84, 0x37, 0x03, 0xff, 0x33, 0x88, 0xf9, 0x48, 0x5d, 0x50, 0x85, 0xfb, 0xe2, 0x11, 0x77, 0x53, 0x8b, 0x41, 0xec, 0x8d, 0xef, 0x6f, 0xa1, 0x75, 0xae, 0x18, 0xc4, 0x88, 0x2d, 0xdf, 0xcf, 0x39, 0xb6, 0x66, 0x95, 0x1d, 0x9a, 0x31, 0x02, 0x7e, 0x2c, 0xfb, 0xd8, 0x86, 0xec, 0x51, 0xc2, 0xc9, 0xea, 0x03, 0x57, 0x66, 0x81, 0xf8, 0xd3, 0x82, 0xce, 0x58, 0x4a, 0x9b, 0x53, 0x5d, 0x17, 0x3c, 0x7f, 0x57, 0x1e, 0x40, 0x2d, 0x7a, 0x55, 0x52, 0xc9, 0xd4, 0x92, 0x23, 0x7e, 0xc7, 0x71, 0x42, 0xed, 0xb6, 0x39, 0x82, 0xeb, 0x36, 0xba, 0x7f, 0xff, 0xfe, 0xaa, 0x25, 0xa7, 0x01, 0xc4, 0x1c, 0x0d, 0x77, 0x57, 0x38, 0xa6, 0xd2, 0x5c, 0x5d, 0x8d, 0x4d, 0xe9, 0xef, 0x2a, 0x75, 0x74, 0xdd, 0x4a, 0xaf, 0x44, 0x57, 0x27, 0xb5, 0xe5, 0x6a, 0xac, 0xeb, 0x19, 0xca, 0xe2, 0xea, 0xab, 0xe2, 0xc9, 0x12, 0x65, 0x55, 0x6b, 0x69, 0x32, 0x3c, 0x61, 0x19, 0xba, 0x1a, 0x59, 0x7a, 0x0b, 0xb5, 0x94, 0xa1, 0x31, 0x48, 0x99, 0xef, 0xfc, 0x5d, 0xce, 0x00, 0xa2, 0x06, 0x48, 0x26, 0x53, 0xf3, 0x4b, 0xd4, 0x45, 0x42, 0x23, 0xea, 0x6a, 0x91, 0x88, 0x34, 0xc5, 0x83, 0x77, 0xe3, 0xe3, 0xe3, 0x28, 0x6c, 0xc7, 0x96, 0x1c, 0x04, 0x92, 0x34, 0x80, 0xdd, 0x18, 0x57, 0x1e, 0x2c, 0xe1, 0x04, 0xc1, 0x74, 0x57, 0xdd, 0xad, 0x68, 0x0b, 0xf8, 0x7b, 0x60, 0xf2, 0x26, 0x74, 0xaa, 0xf9, 0x13, 0xba, 0x64, 0x4b, 0x08, 0x9e, 0x22, 0xab, 0x54, 0x71, 0x7c, 0x2a, 0x41, 0xa6, 0xe6, 0x92, 0x64, 0x09, 0x58, 0xba, 0xc1, 0x6e, 0x20, 0xd1, 0xa9, 0x10, 0xd8, 0x6d, 0x2d, 0x2b, 0xd5, 0x04, 0x88, 0x36, 0x40, 0x3c, 0x1e, 0xb7, 0x9b, 0xe5, 0x2e, 0x06, 0xde, 0x57, 0x1d, 0x8b, 0xcf, 0x06, 0xe6, 0x73, 0xa5, 0xd1, 0x15, 0x2a, 0x4e, 0x1b, 0x02, 0xfa, 0x5a, 0x7a, 0x0c, 0xa0, 0x4e, 0x86, 0xa3, 0x9e, 0x38, 0x40, 0xd2, 0x66, 0x00, 0x22, 0x47, 0x81, 0x69, 0x90, 0xef, 0x5e, 0x4d, 0xe8, 0xb2, 0x57, 0x27, 0xd8, 0xe8, 0x75, 0x13, 0xba, 0xea, 0xbd, 0x0c, 0x40, 0xb5, 0xd1, 0xc9, 0x18, 0x48, 0xff, 0x0c, 0x59, 0xea, 0x8b, 0xc7, 0xed, 0xe2, 0x29, 0x23, 0x77, 0xb7, 0x35, 0xc3, 0xb9, 0x30, 0xba, 0x2b, 0xbf, 0x1e, 0xdb, 0xa8, 0x4c, 0x4d, 0x4d, 0xe7, 0x4d, 0xfc, 0x64, 0x9e, 0x20, 0x8f, 0x47, 0x9a, 0xd6, 0x37, 0x91, 0xfa, 0xfa, 0xb0, 0x4d, 0x4f, 0xae, 0xee, 0xe2, 0x0b, 0x62, 0x07, 0x94, 0xcf, 0x08, 0x16, 0x4e, 0x5e, 0xca, 0x04, 0xa5, 0x9a, 0xb2, 0xfe, 0x55, 0xe5, 0xfe, 0x94, 0x23, 0x5f, 0x2e, 0x67, 0xb8, 0xab, 0x4e, 0x57, 0xf5, 0x79, 0x7e, 0x3a, 0x9a, 0xaa, 0xa6, 0x57, 0x23, 0x2c, 0x38, 0x33, 0x6c, 0xa5, 0x32, 0x68, 0x9a, 0xb6, 0xe4, 0x19, 0x80, 0xdb, 0xe9, 0x71, 0x9f, 0x20, 0x96, 0xa7, 0x41, 0xae, 0x00, 0x81, 0x44, 0x37, 0x28, 0xc2, 0x8a, 0xb9, 0xb9, 0xb9, 0xfc, 0x24, 0x75, 0x19, 0xb5, 0x43, 0x50, 0xf4, 0x10, 0x19, 0x14, 0x27, 0xdc, 0x8b, 0xbb, 0xa2, 0xa6, 0x12, 0x34, 0x04, 0x5d, 0x52, 0x0c, 0x70, 0xe0, 0xc0, 0x81, 0x6a, 0xec, 0xd9, 0xc2, 0xf1, 0x1a, 0x5e, 0x64, 0xcd, 0xce, 0xa5, 0x77, 0xa5, 0x42, 0xf3, 0x42, 0x6e, 0xdd, 0x6a, 0x89, 0xa2, 0xaa, 0xc9, 0x25, 0xb9, 0x6a, 0x04, 0xfc, 0x8b, 0xe4, 0x35, 0x1f, 0x88, 0x64, 0x28, 0xfb, 0x8d, 0x9a, 0x8f, 0x98, 0xce, 0x30, 0x36, 0x19, 0x2f, 0xc3, 0x0c, 0xb0, 0x05, 0x47, 0x40, 0xb6, 0x11, 0xec, 0x47, 0xfc, 0x66, 0x0f, 0x24, 0x43, 0x82, 0x17, 0x22, 0x04, 0x42, 0x2f, 0x50, 0x32, 0x9e, 0xc8, 0xeb, 0xbb, 0x72, 0xbb, 0x2f, 0x8d, 0xfc, 0xed, 0x02, 0x15, 0x53, 0xb3, 0x31, 0x4e, 0x51, 0xd2, 0xd0, 0xd0, 0x44, 0xa2, 0x2c, 0x5d, 0xc3, 0xcc, 0x0c, 0xbd, 0x74, 0x69, 0x50, 0x12, 0xa2, 0xf0, 0x1b, 0xc6, 0x97, 0x9a, 0x06, 0x68, 0xf4, 0xf5, 0x00, 0x51, 0xf9, 0x66, 0x70, 0xcc, 0xca, 0x82, 0x60, 0xca, 0x1e, 0x3e, 0xa6, 0x08, 0x0f, 0x26, 0x74, 0xad, 0x00, 0x42, 0x17, 0xb2, 0x3e, 0x15, 0x10, 0x09, 0xfd, 0xfb, 0x53, 0xb3, 0x49, 0x8f, 0x4d, 0xb0, 0x5c, 0xd8, 0x40, 0x6a, 0x8e, 0x45, 0xfc, 0x87, 0x4f, 0xf3, 0x7f, 0x43, 0xae, 0xb1, 0x43, 0x68, 0x71, 0xed, 0xbd, 0xe1, 0x46, 0x25, 0xc5, 0xdb, 0x4e, 0x09, 0x9a, 0x9b, 0x1d, 0xdc, 0xf7, 0x59, 0x49, 0xe8, 0x3e, 0xa3, 0x6a, 0xa9, 0x4b, 0x2a, 0x85, 0x23, 0x11, 0xfb, 0x1c, 0x8f, 0x1f, 0x3f, 0x49, 0xce, 0x9e, 0x3d, 0x27, 0xee, 0x7e, 0xee, 0xbb, 0xdf, 0xfd, 0xee, 0xe0, 0x92, 0x62, 0x00, 0x9c, 0x0d, 0xe6, 0x9b, 0x0a, 0x6d, 0x18, 0xd2, 0x05, 0x49, 0xd8, 0x93, 0x61, 0x74, 0x39, 0xdd, 0x41, 0x71, 0x7d, 0x24, 0x89, 0x2e, 0xd6, 0xf1, 0x6a, 0x72, 0x95, 0x96, 0xed, 0x32, 0x0d, 0xe8, 0x23, 0x24, 0x0e, 0xbe, 0x20, 0x16, 0xf3, 0x21, 0xe1, 0xcf, 0x25, 0x96, 0x42, 0x54, 0xb7, 0x48, 0x1b, 0xc0, 0x70, 0xf5, 0x06, 0xf2, 0x81, 0x29, 0xe2, 0xa4, 0x7b, 0xdd, 0x95, 0x5d, 0x99, 0x4c, 0x26, 0x48, 0x75, 0x75, 0xb5, 0x92, 0xfa, 0xa9, 0x9a, 0x23, 0xdc, 0xfa, 0x39, 0xc0, 0x2c, 0x50, 0xf7, 0x6d, 0xca, 0x8d, 0x84, 0x28, 0x93, 0xfc, 0x27, 0x8e, 0x9f, 0x22, 0xff, 0xfe, 0xc2, 0x8b, 0x64, 0x74, 0x74, 0x54, 0xd4, 0x12, 0xff, 0xb8, 0x50, 0xd7, 0x38, 0x6f, 0x06, 0xc0, 0xb9, 0x00, 0xbc, 0x08, 0x83, 0xa5, 0x42, 0xeb, 0x5e, 0xfc, 0xef, 0x76, 0x83, 0x22, 0xc5, 0xd9, 0xb6, 0x99, 0xa1, 0xe5, 0xd5, 0xcd, 0xc1, 0x96, 0xe8, 0x84, 0xfa, 0xf4, 0x11, 0xd2, 0x72, 0xf4, 0x11, 0xd2, 0xec, 0x79, 0x04, 0x98, 0xbe, 0x9c, 0x4c, 0x67, 0x97, 0xa1, 0xd4, 0x97, 0x09, 0x25, 0x99, 0x36, 0x48, 0x06, 0x2e, 0x52, 0x48, 0xd7, 0x72, 0xb8, 0x41, 0x65, 0x2f, 0x10, 0x2f, 0x9c, 0x49, 0xa5, 0xd2, 0xe4, 0xf5, 0xa3, 0xc7, 0xec, 0x0b, 0x29, 0x4a, 0x63, 0x9a, 0xc3, 0x3d, 0x29, 0xe5, 0xef, 0x13, 0x37, 0xe4, 0xa5, 0xbe, 0x84, 0xaf, 0x4c, 0x80, 0x13, 0x5e, 0x43, 0x58, 0x36, 0x32, 0x3c, 0x0a, 0x92, 0xff, 0x2c, 0x39, 0x7d, 0xfa, 0xb4, 0xb8, 0xdb, 0x28, 0x9c, 0xf7, 0xff, 0x59, 0x72, 0x0c, 0x80, 0x31, 0x00, 0x3f, 0x03, 0x58, 0x94, 0x3e, 0xa2, 0xd1, 0x26, 0x76, 0x39, 0xd6, 0x14, 0x58, 0x9e, 0x5f, 0x60, 0x4f, 0x8b, 0xf4, 0x3c, 0x1b, 0x66, 0xf9, 0x41, 0x24, 0x4c, 0xc7, 0xc6, 0xda, 0xdc, 0x52, 0xeb, 0x72, 0x97, 0xd2, 0x4a, 0x26, 0x29, 0xa9, 0xad, 0xd1, 0x82, 0xe7, 0xef, 0x52, 0xc7, 0xb8, 0xe7, 0x76, 0x1a, 0x32, 0x00, 0x6e, 0xc7, 0xdf, 0x3e, 0x21, 0x69, 0x05, 0x39, 0x20, 0x45, 0x3d, 0x8f, 0xee, 0xf7, 0x55, 0xfb, 0xf8, 0x7d, 0x5e, 0x45, 0xf4, 0xe2, 0x23, 0x12, 0xff, 0xf4, 0xf4, 0x34, 0xb9, 0x72, 0xe5, 0x0a, 0x99, 0x99, 0x99, 0x91, 0x9c, 0x74, 0xf0, 0xfe, 0x47, 0xbe, 0xf7, 0xbd, 0xef, 0x4d, 0x2c, 0x39, 0x06, 0xc8, 0x66, 0xb3, 0xae, 0xe9, 0x90, 0xba, 0x2d, 0x04, 0x0c, 0x57, 0xda, 0xa6, 0x9d, 0x0d, 0xca, 0x24, 0x90, 0xe6, 0x69, 0x1d, 0x5e, 0xa8, 0x44, 0x57, 0x35, 0xa2, 0xd2, 0x88, 0x3a, 0x2e, 0x80, 0x85, 0xe9, 0x1c, 0xef, 0x6b, 0xcb, 0x5a, 0xf2, 0xcb, 0x4e, 0x30, 0xb4, 0xab, 0x6a, 0xab, 0xf5, 0x40, 0x83, 0x93, 0xe3, 0x7d, 0x6e, 0x6c, 0xe2, 0x7d, 0xc2, 0xd4, 0x69, 0x5c, 0x3f, 0xf9, 0xc9, 0x4f, 0xf2, 0x26, 0xde, 0x42, 0x89, 0xbc, 0x4c, 0x6b, 0x1c, 0xce, 0xf9, 0x23, 0x07, 0x0f, 0x1e, 0x7c, 0x61, 0x21, 0xaf, 0x6f, 0xde, 0x0c, 0x80, 0x39, 0xda, 0x6e, 0x0d, 0x40, 0xa9, 0xd7, 0x05, 0xca, 0x3c, 0x2e, 0xdc, 0x6b, 0xa1, 0xb9, 0x30, 0xb9, 0x48, 0xe8, 0x5a, 0xee, 0x96, 0xe7, 0x52, 0xa1, 0x8b, 0xab, 0x2f, 0x90, 0xca, 0x1d, 0x37, 0x1b, 0x4b, 0x2f, 0x5b, 0xbc, 0xef, 0x7f, 0xdd, 0xb9, 0x63, 0xc1, 0xc8, 0xe9, 0xba, 0x64, 0x81, 0x25, 0x2b, 0xad, 0xc0, 0x3d, 0x7f, 0xb7, 0x50, 0x09, 0x1e, 0xf4, 0x5a, 0x99, 0xd7, 0x04, 0xd0, 0xd2, 0x37, 0x33, 0x99, 0xcc, 0x17, 0x9e, 0x7d, 0xf6, 0xd9, 0xe1, 0x85, 0xbe, 0xbe, 0x05, 0x79, 0x81, 0x44, 0x06, 0x90, 0x25, 0xaf, 0x10, 0x04, 0x4b, 0x1b, 0x36, 0xa6, 0xd7, 0xac, 0x76, 0x1d, 0x5e, 0x89, 0xee, 0x33, 0x24, 0xcf, 0x25, 0xd1, 0x0d, 0xc1, 0xbb, 0xa3, 0x6a, 0x81, 0x68, 0x7a, 0x92, 0xcc, 0xf9, 0xc3, 0x98, 0xc8, 0x96, 0x5a, 0xf6, 0x78, 0x5f, 0x45, 0xe0, 0x66, 0xd4, 0x3c, 0xae, 0xe8, 0x22, 0xa7, 0xec, 0xb6, 0x16, 0x32, 0x5f, 0xc7, 0x1c, 0x7b, 0xd1, 0x15, 0xda, 0xd2, 0xd2, 0x4c, 0xa6, 0x67, 0xa6, 0xd9, 0x9c, 0x61, 0xbc, 0x88, 0x58, 0xb1, 0xc7, 0xb3, 0x7a, 0xeb, 0xeb, 0xeb, 0x6d, 0xbf, 0x3c, 0xfa, 0xe2, 0x0d, 0x36, 0x76, 0x55, 0x23, 0x99, 0x6c, 0x86, 0x25, 0xa7, 0xa5, 0x12, 0x49, 0x80, 0x2b, 0xc3, 0xbf, 0x00, 0xe8, 0x32, 0x84, 0x60, 0x00, 0x08, 0x36, 0x63, 0x6d, 0xf6, 0x73, 0x80, 0x5b, 0x19, 0xe1, 0x79, 0x9a, 0xff, 0x0f, 0xb0, 0x2b, 0x85, 0xcf, 0xe1, 0x31, 0x8d, 0x1b, 0x3e, 0x87, 0x2d, 0x0b, 0x1b, 0xc2, 0x9c, 0xf3, 0xf0, 0x7d, 0xbf, 0x78, 0xf1, 0xc5, 0x17, 0x17, 0x2d, 0x2a, 0x59, 0x88, 0x0d, 0x60, 0xa7, 0x41, 0xc8, 0x36, 0x00, 0x95, 0x34, 0x00, 0xaf, 0x3c, 0xa2, 0x9a, 0xa9, 0x8c, 0xc5, 0xd1, 0x48, 0xfe, 0x84, 0x9e, 0x4f, 0xaf, 0x4f, 0x75, 0x21, 0x7c, 0x1a, 0x18, 0x6e, 0x3a, 0x96, 0x92, 0x3a, 0xae, 0x5d, 0x55, 0x0c, 0x60, 0xc9, 0x8b, 0x78, 0x82, 0x06, 0x12, 0x3f, 0xf7, 0xc6, 0xf1, 0xd7, 0x35, 0x57, 0x3a, 0x04, 0xce, 0x19, 0xce, 0x18, 0x19, 0x92, 0x06, 0xfc, 0x8d, 0xb6, 0x01, 0x6e, 0x38, 0x5e, 0x29, 0x0d, 0x90, 0x11, 0x31, 0x39, 0x32, 0x40, 0x47, 0x47, 0x07, 0xa9, 0xa9, 0xa9, 0x61, 0x5d, 0x9a, 0x11, 0xa3, 0x23, 0x43, 0xe0, 0x7e, 0x89, 0x54, 0x82, 0x4c, 0xcf, 0x4e, 0x6f, 0x79, 0xf3, 0xcd, 0x63, 0x3f, 0x48, 0xa5, 0x32, 0x18, 0x51, 0xc3, 0xe4, 0xa2, 0xb4, 0xf5, 0x98, 0xb4, 0x36, 0x7c, 0x9e, 0x10, 0x9e, 0x27, 0xad, 0xff, 0xe3, 0xae, 0xe7, 0x7c, 0x9f, 0x25, 0xb1, 0x0a, 0x62, 0x00, 0x0f, 0x04, 0x72, 0x8f, 0x46, 0x12, 0x63, 0x00, 0xd4, 0xd4, 0xdf, 0x4e, 0x37, 0x02, 0x9e, 0x95, 0xe9, 0xd7, 0xbd, 0xd9, 0x15, 0x17, 0xd0, 0xdc, 0xcd, 0xaa, 0x34, 0x09, 0x06, 0xe1, 0xce, 0xb1, 0x64, 0x86, 0xa5, 0x5e, 0x53, 0x4a, 0x16, 0xac, 0x4e, 0x77, 0xb1, 0x56, 0x3e, 0x19, 0xa1, 0x62, 0x90, 0x4a, 0xec, 0xb7, 0xc9, 0x6d, 0x82, 0xea, 0x68, 0x15, 0x73, 0x4c, 0x98, 0x41, 0x4c, 0xdd, 0x0e, 0x66, 0x66, 0x41, 0x88, 0xa4, 0xd3, 0x19, 0x32, 0x32, 0x32, 0x42, 0x1a, 0x1b, 0x1b, 0x49, 0x7b, 0x7b, 0x3b, 0x63, 0x06, 0xcc, 0x1f, 0x9a, 0x9c, 0x9c, 0x64, 0x5a, 0xe1, 0x86, 0xeb, 0x6f, 0xac, 0xdb, 0xba, 0x79, 0xdb, 0x43, 0xe7, 0xce, 0x9d, 0xfb, 0xd1, 0x61, 0x58, 0xe3, 0xe3, 0xe3, 0x93, 0xae, 0x33, 0x10, 0x33, 0xbe, 0xa8, 0xeb, 0x7f, 0xf1, 0x7d, 0xc4, 0x68, 0x11, 0x8b, 0x81, 0x96, 0x17, 0x03, 0xa8, 0x35, 0x80, 0xec, 0x82, 0xb3, 0x55, 0xb5, 0xce, 0xe9, 0x54, 0x9e, 0xfb, 0xa5, 0xb9, 0x24, 0xba, 0xd2, 0x3b, 0x94, 0xc3, 0xe8, 0x45, 0xf5, 0x8d, 0x58, 0x7f, 0xe1, 0xba, 0x33, 0x2c, 0xbe, 0x11, 0x80, 0x82, 0x25, 0xe7, 0xfc, 0x5d, 0xea, 0xe4, 0xda, 0x7a, 0xe7, 0xef, 0x62, 0x27, 0xb9, 0x6a, 0xb3, 0x0d, 0x21, 0x27, 0x7e, 0xce, 0x0c, 0xb5, 0xe6, 0x84, 0x97, 0x34, 0x08, 0x13, 0x4c, 0x9b, 0xb8, 0x74, 0xe9, 0x92, 0xcd, 0x08, 0x6d, 0x6d, 0x6d, 0xcc, 0x90, 0x46, 0x8d, 0x30, 0x35, 0x35, 0xd5, 0x0c, 0xff, 0xdf, 0xb7, 0x6f, 0xdf, 0xbe, 0x7b, 0x67, 0x67, 0x67, 0x4f, 0x0f, 0x0d, 0x0d, 0x1d, 0x39, 0x7d, 0xfa, 0xf4, 0x31, 0x58, 0x27, 0x41, 0x8b, 0x70, 0xa2, 0x37, 0x04, 0x82, 0xb7, 0x33, 0xd5, 0x05, 0x7a, 0x13, 0xef, 0x70, 0x86, 0xe4, 0x1f, 0x84, 0x5e, 0x5a, 0x36, 0x80, 0x3d, 0xca, 0x93, 0x88, 0x51, 0x48, 0x27, 0x08, 0x66, 0x4a, 0x7e, 0xcd, 0x77, 0xb2, 0x8b, 0x9f, 0x77, 0xc7, 0xcf, 0x16, 0xe0, 0xc7, 0x4f, 0xc1, 0xf1, 0x63, 0x5c, 0xea, 0x5f, 0xdd, 0xa4, 0x2f, 0x09, 0x50, 0xdb, 0xb1, 0x10, 0xe4, 0x06, 0x35, 0x84, 0xf9, 0xbb, 0xba, 0x67, 0xfa, 0x22, 0x6b, 0xac, 0xeb, 0xa4, 0xb1, 0x98, 0x44, 0xcf, 0xe1, 0x10, 0x6e, 0x75, 0x75, 0x66, 0x87, 0x39, 0xd4, 0x06, 0xc8, 0x08, 0x03, 0x03, 0x03, 0xa4, 0xa1, 0xa1, 0x81, 0xac, 0x5a, 0xb5, 0x8a, 0xf4, 0xf5, 0xf5, 0xb1, 0xcf, 0x22, 0x3c, 0x9a, 0x99, 0x99, 0xd1, 0x61, 0x5b, 0x0f, 0xcc, 0xb0, 0x61, 0xf7, 0xee, 0xdd, 0xbf, 0x01, 0x2b, 0x0e, 0xaf, 0x1f, 0x87, 0xed, 0x1c, 0x32, 0x06, 0x68, 0x92, 0x53, 0xc7, 0x8f, 0x1f, 0x3f, 0xf9, 0xe6, 0x9b, 0x6f, 0xc6, 0x05, 0x82, 0x8f, 0xb8, 0x34, 0x01, 0x7f, 0x4c, 0x2f, 0x73, 0x0d, 0x40, 0xa5, 0x9e, 0x40, 0x71, 0x21, 0x13, 0xd4, 0x86, 0x31, 0x25, 0x78, 0x77, 0xb8, 0xe6, 0xc8, 0xb2, 0xe1, 0x11, 0x19, 0x56, 0xb3, 0x5b, 0x16, 0xb1, 0x4f, 0x97, 0x13, 0xf9, 0x5b, 0xd7, 0x35, 0x47, 0x46, 0xa8, 0x08, 0x81, 0xdc, 0x85, 0xf1, 0xb8, 0xa2, 0xd5, 0xc0, 0x00, 0xd9, 0x30, 0xd3, 0x00, 0x26, 0xf1, 0x6b, 0x0e, 0x14, 0xb2, 0xaa, 0xc8, 0x6a, 0x6a, 0x6b, 0x48, 0x3c, 0x16, 0x27, 0x31, 0x80, 0x3d, 0x69, 0xa6, 0x65, 0xd3, 0x04, 0x24, 0x3d, 0x19, 0x1b, 0x1b, 0x23, 0xad, 0xad, 0xad, 0x6c, 0x5b, 0xbd, 0x7a, 0x35, 0x7e, 0x5e, 0x43, 0x26, 0x41, 0x86, 0x80, 0xad, 0x06, 0xb6, 0x1d, 0x60, 0x30, 0xef, 0xe2, 0xc5, 0x38, 0x77, 0xdf, 0x7d, 0x37, 0x7e, 0xf7, 0x34, 0x68, 0x86, 0x33, 0xa0, 0x41, 0x70, 0x3b, 0x05, 0xfb, 0x9c, 0x02, 0x2d, 0x72, 0xe2, 0x87, 0x3f, 0xfc, 0xe1, 0xf1, 0x37, 0xde, 0x78, 0x63, 0x4e, 0xd0, 0x12, 0xd9, 0x65, 0xc3, 0x00, 0x5c, 0x03, 0xe8, 0x9a, 0x33, 0x25, 0x45, 0x4e, 0x85, 0x76, 0x06, 0x64, 0xdb, 0x9d, 0xa1, 0xfd, 0x24, 0x3a, 0xa5, 0x01, 0xde, 0x1d, 0xbe, 0x2f, 0x65, 0xc7, 0x34, 0x23, 0xba, 0x65, 0x94, 0xfa, 0xcb, 0x44, 0x79, 0x50, 0x24, 0x56, 0xa0, 0x8f, 0x44, 0xd2, 0x08, 0x24, 0x7e, 0xc7, 0x1d, 0x6d, 0xfe, 0x17, 0xf6, 0x4c, 0x60, 0x37, 0x48, 0x55, 0xb4, 0x9a, 0x44, 0x8c, 0xac, 0x39, 0xdc, 0x0e, 0xe1, 0x8f, 0x35, 0xec, 0x0e, 0x6b, 0x72, 0x6b, 0x6b, 0x6b, 0xc1, 0x00, 0xae, 0x06, 0x63, 0x3b, 0xc1, 0xfa, 0xf4, 0x20, 0x21, 0x4f, 0xcd, 0x4c, 0x31, 0x46, 0x4a, 0x25, 0x52, 0xa4, 0xbd, 0xb5, 0x8d, 0x4c, 0x4c, 0x84, 0x10, 0x06, 0x81, 0xa6, 0xa8, 0xa3, 0x2b, 0x57, 0xae, 0xd4, 0x5a, 0x5a, 0x5a, 0x18, 0x43, 0x58, 0xc5, 0x2c, 0x3a, 0x7e, 0x3f, 0xda, 0x0d, 0xc8, 0x14, 0xf8, 0x08, 0xb6, 0x43, 0x23, 0x3c, 0xee, 0xc4, 0x0d, 0x87, 0xab, 0xc0, 0x67, 0x48, 0x57, 0x57, 0x17, 0xd9, 0xba, 0x75, 0x2b, 0xfc, 0x4b, 0x07, 0x60, 0x3b, 0x0e, 0x9f, 0x79, 0x03, 0xbe, 0xeb, 0x10, 0x7c, 0xfe, 0x30, 0x9c, 0xea, 0xdb, 0x9f, 0xfd, 0xec, 0x67, 0xd3, 0x4b, 0x92, 0x01, 0x70, 0x36, 0x18, 0xf7, 0xf6, 0xf0, 0xce, 0xd0, 0xaa, 0xd6, 0xe8, 0xb6, 0xbf, 0xda, 0xa2, 0xe6, 0xac, 0x3d, 0xd5, 0x51, 0x45, 0xe8, 0x8a, 0xe1, 0x77, 0x42, 0xba, 0x04, 0xba, 0x35, 0x91, 0xf0, 0xe9, 0xd5, 0xe9, 0xe0, 0x29, 0x48, 0x51, 0x05, 0xc6, 0x01, 0xec, 0x74, 0x13, 0x2a, 0xb5, 0x1c, 0x97, 0x8a, 0x62, 0x40, 0xaa, 0xb7, 0x77, 0xa0, 0xe0, 0x8a, 0xd8, 0x0c, 0x80, 0x12, 0x1f, 0x67, 0x8d, 0xd5, 0xd4, 0xd5, 0x32, 0x89, 0x90, 0x48, 0xc4, 0x6d, 0x98, 0x33, 0x3e, 0x36, 0xce, 0x12, 0xd6, 0x66, 0x80, 0xe0, 0x07, 0x07, 0x2e, 0x91, 0xf3, 0xe7, 0xcf, 0x91, 0x48, 0x28, 0x72, 0xbc, 0xb7, 0xb7, 0x6f, 0xb0, 0xb7, 0xb7, 0x77, 0x1b, 0xd0, 0xc2, 0x2a, 0x34, 0x90, 0x61, 0x7f, 0x0a, 0x30, 0x49, 0x43, 0x57, 0x2a, 0x32, 0x11, 0x6e, 0x9c, 0x29, 0x38, 0xe9, 0xf0, 0x94, 0x6c, 0x5e, 0x98, 0x03, 0x8f, 0x1a, 0x3c, 0xf6, 0xc0, 0xf7, 0x74, 0x81, 0x66, 0x78, 0x0f, 0x67, 0x5e, 0xa0, 0xb1, 0xd4, 0x13, 0x4f, 0x3c, 0x71, 0x0c, 0xf6, 0x3f, 0x04, 0x2f, 0xbd, 0x02, 0xaf, 0xbd, 0xf2, 0xf0, 0xc3, 0x0f, 0xbf, 0xad, 0x89, 0xd3, 0xd1, 0x17, 0x8b, 0x01, 0xc4, 0x86, 0xa5, 0xb2, 0x0d, 0x40, 0xe5, 0xa6, 0x58, 0xa9, 0xac, 0xed, 0xbf, 0xb6, 0x7b, 0x5b, 0x51, 0xcd, 0x75, 0x2c, 0x12, 0xd0, 0x00, 0x17, 0x8c, 0xb1, 0x4c, 0x96, 0xa5, 0x33, 0x18, 0x94, 0x92, 0x6b, 0x03, 0xe7, 0xe7, 0x32, 0x82, 0x9d, 0x91, 0x53, 0x81, 0x6e, 0x50, 0x97, 0x17, 0x48, 0x0c, 0x84, 0xe1, 0x75, 0x44, 0x17, 0xa7, 0x29, 0xed, 0xeb, 0x48, 0x2d, 0x10, 0x7d, 0x94, 0x79, 0x85, 0x74, 0x86, 0xf9, 0x53, 0x60, 0xe8, 0x62, 0xa3, 0xdd, 0x8b, 0x17, 0x2e, 0x32, 0xf8, 0x83, 0x0d, 0xb7, 0xe2, 0xf1, 0x04, 0xfa, 0xff, 0xd9, 0x67, 0x70, 0x1d, 0x3f, 0x7e, 0xe2, 0x47, 0xcf, 0x3c, 0x73, 0xf0, 0x28, 0x3c, 0xfd, 0xc7, 0x9d, 0x3b, 0x77, 0xb6, 0xdc, 0x70, 0xc3, 0x0d, 0x9b, 0xbb, 0xbb, 0xbb, 0x37, 0x00, 0x11, 0x6f, 0x01, 0x23, 0x79, 0xa5, 0x44, 0x58, 0xe1, 0xb0, 0x01, 0xcc, 0xa0, 0x63, 0x12, 0x1e, 0x7e, 0x2f, 0x7f, 0x5c, 0xb1, 0x62, 0x85, 0xe8, 0x40, 0xd1, 0xd1, 0xc0, 0x46, 0x86, 0xc3, 0x7a, 0x05, 0xd8, 0xaa, 0xe0, 0xf9, 0x6e, 0x60, 0x8e, 0xdd, 0x40, 0x6f, 0x9f, 0xc6, 0x73, 0x7b, 0xf2, 0xc9, 0x27, 0xa7, 0x1e, 0x7f, 0xfc, 0xf1, 0x97, 0xe0, 0x37, 0xbc, 0x02, 0xdb, 0x0f, 0xc1, 0xbe, 0x78, 0xf5, 0xc0, 0x81, 0x03, 0x99, 0x05, 0x67, 0x00, 0x4f, 0x35, 0x98, 0x30, 0xcb, 0xd6, 0x70, 0xc0, 0xbb, 0xd4, 0x13, 0xd4, 0xbe, 0x51, 0x39, 0x8a, 0x61, 0xb8, 0x16, 0xc1, 0x82, 0x95, 0x54, 0x26, 0xeb, 0x99, 0xbe, 0x78, 0x4d, 0x2f, 0x9d, 0xb7, 0x46, 0xa1, 0x81, 0xc4, 0xef, 0xd6, 0xc4, 0xba, 0x2e, 0x67, 0x84, 0x86, 0x22, 0x61, 0xb2, 0x66, 0xed, 0x1a, 0x20, 0xc4, 0x28, 0xe1, 0x33, 0x7f, 0x79, 0x6f, 0xa1, 0xd9, 0xb9, 0x18, 0xb9, 0x78, 0xfe, 0x3c, 0x19, 0x1d, 0x1d, 0xb3, 0xf2, 0xf5, 0xab, 0x48, 0x6c, 0x16, 0x5f, 0xbb, 0x60, 0x1b, 0xca, 0xb1, 0xb9, 0xb9, 0x13, 0xa7, 0x4f, 0x9f, 0x7e, 0x93, 0xdf, 0xc1, 0x23, 0x47, 0x8e, 0x5c, 0x81, 0x6d, 0x00, 0x9e, 0x1f, 0x44, 0x43, 0x16, 0x8c, 0xe4, 0x9a, 0x3d, 0x7b, 0xf6, 0x00, 0x3f, 0x74, 0x77, 0x36, 0x37, 0x37, 0x77, 0x02, 0x4c, 0xea, 0x06, 0x42, 0xee, 0x85, 0x73, 0xe8, 0xd0, 0x84, 0x1e, 0x9a, 0x58, 0xe8, 0x02, 0xc7, 0xa7, 0xc0, 0x10, 0x3a, 0xd7, 0x18, 0xb0, 0x2f, 0xb7, 0x2b, 0xd8, 0xb1, 0xd9, 0x39, 0xcd, 0xce, 0xb2, 0x0d, 0x8c, 0xed, 0x26, 0xd8, 0xde, 0x97, 0xc9, 0x64, 0xee, 0x81, 0xf7, 0xff, 0xa8, 0xbd, 0xbd, 0x7d, 0x0e, 0x18, 0xe2, 0xdf, 0xe1, 0x77, 0xbd, 0x00, 0xe7, 0xff, 0xcc, 0xa3, 0x8f, 0x3e, 0x7a, 0x62, 0xc1, 0xbc, 0x40, 0x5c, 0x9a, 0x84, 0x2c, 0x57, 0x9a, 0x4a, 0xf2, 0xd8, 0xc5, 0x30, 0x56, 0x8e, 0xb2, 0xe1, 0x49, 0x60, 0x93, 0x03, 0x5a, 0xd8, 0xdb, 0x06, 0xcb, 0x14, 0xb3, 0x56, 0x83, 0xa7, 0x6b, 0x5e, 0xe2, 0xfb, 0xac, 0xb8, 0x3b, 0x0e, 0xa0, 0x9a, 0x16, 0x23, 0xd8, 0x00, 0xbc, 0xd7, 0x8e, 0x98, 0xc2, 0xde, 0xda, 0xd6, 0x6a, 0xa7, 0x8c, 0x23, 0x24, 0xba, 0x32, 0x3c, 0x4c, 0x2e, 0x0d, 0x5e, 0x22, 0x53, 0x93, 0x53, 0x8c, 0xc8, 0xa3, 0xd1, 0x28, 0xdb, 0x77, 0x18, 0xa4, 0xfe, 0xd0, 0xa5, 0x21, 0xbb, 0x6d, 0x09, 0x10, 0xe4, 0xcc, 0x6b, 0x87, 0x8f, 0xfe, 0x73, 0x90, 0xfb, 0xe0, 0xfc, 0xf9, 0xf3, 0xd3, 0xb0, 0xa1, 0x76, 0xf8, 0xa5, 0xe5, 0xd9, 0x61, 0x1b, 0xda, 0x09, 0xb7, 0xdd, 0x76, 0x5b, 0x47, 0x7f, 0x7f, 0x7f, 0x2f, 0x3c, 0xef, 0x01, 0x2d, 0xd0, 0x07, 0xdf, 0xd3, 0x0f, 0xcc, 0xb1, 0x01, 0x20, 0x54, 0xb3, 0x00, 0xb1, 0xa9, 0xc5, 0x10, 0x0c, 0x4e, 0xa1, 0x1b, 0x16, 0xed, 0x05, 0xce, 0x37, 0x08, 0x9f, 0xd0, 0xfe, 0x80, 0xcf, 0xd4, 0x81, 0xb6, 0xb9, 0x07, 0xce, 0xe9, 0x57, 0xe0, 0x37, 0x3d, 0x06, 0xcc, 0x70, 0x14, 0xce, 0xf3, 0x9f, 0xe0, 0xfc, 0x9f, 0x7e, 0xf0, 0xc1, 0x07, 0x4f, 0xce, 0x27, 0x03, 0x34, 0x98, 0x33, 0xa7, 0x4c, 0xe3, 0xca, 0xb6, 0x01, 0x28, 0x95, 0xa6, 0x7d, 0xf0, 0x72, 0x48, 0xe2, 0xae, 0x07, 0x26, 0x4e, 0x43, 0x2b, 0x16, 0x81, 0xcc, 0x98, 0x5e, 0x8b, 0x6b, 0x19, 0xdf, 0x17, 0x62, 0xac, 0x27, 0x78, 0x1c, 0x20, 0x30, 0x1b, 0xd4, 0x19, 0x3a, 0xe1, 0x0e, 0x84, 0x61, 0x54, 0x17, 0x05, 0xd5, 0xf0, 0xf0, 0x28, 0xc0, 0x9c, 0x0b, 0x2c, 0x15, 0x59, 0x64, 0x0e, 0x5c, 0x31, 0xd0, 0x04, 0x83, 0x17, 0x07, 0xc8, 0x9c, 0x35, 0xaf, 0xd7, 0x82, 0xbe, 0xf1, 0xa3, 0x47, 0x5f, 0xff, 0xfb, 0x89, 0x89, 0x89, 0x71, 0xe2, 0x04, 0xb8, 0x44, 0xff, 0x3e, 0x75, 0xbd, 0x2e, 0xbd, 0x36, 0x36, 0x36, 0x96, 0xfe, 0xf6, 0xb7, 0xbf, 0x7d, 0x06, 0x11, 0x94, 0xc8, 0x18, 0xb8, 0xfd, 0xd6, 0x6f, 0xfd, 0x56, 0xc3, 0x8e, 0x1d, 0x3b, 0xb6, 0x82, 0x0d, 0xb1, 0x15, 0x18, 0x60, 0x07, 0xc2, 0x1f, 0x80, 0x41, 0x5b, 0x00, 0xe6, 0x84, 0x2d, 0x6d, 0x61, 0xc0, 0x7b, 0x3a, 0xba, 0x62, 0xc5, 0x00, 0x1d, 0xbe, 0x85, 0x59, 0xa4, 0xe3, 0xe3, 0xe3, 0x58, 0x47, 0xb0, 0x3d, 0x95, 0x4a, 0xed, 0x80, 0xdf, 0xf2, 0x85, 0xaf, 0x7e, 0xf5, 0xab, 0x3f, 0x81, 0xcf, 0xfc, 0x09, 0x18, 0xd2, 0x07, 0xf3, 0xb5, 0x1b, 0xf2, 0x12, 0xb7, 0x80, 0xb9, 0xaa, 0xe0, 0x4b, 0x58, 0xf8, 0x1a, 0x0d, 0xa7, 0x7b, 0xef, 0xbd, 0x97, 0xac, 0x5d, 0xdf, 0x6f, 0x67, 0x82, 0x5e, 0x19, 0xbe, 0x64, 0x4b, 0xa6, 0xaf, 0x7c, 0xeb, 0x02, 0x79, 0xeb, 0xec, 0x2c, 0xa1, 0xa0, 0x6a, 0x6b, 0x6b, 0xab, 0xad, 0xfe, 0x3b, 0xe6, 0x5c, 0xd8, 0xac, 0xb5, 0xd1, 0x0a, 0xd5, 0x17, 0x86, 0x82, 0xe2, 0x31, 0x06, 0x07, 0xff, 0xf7, 0x23, 0xfd, 0x81, 0xb0, 0x10, 0x13, 0xe0, 0x5a, 0x9b, 0xcd, 0x01, 0x7a, 0x73, 0xb3, 0x73, 0xe4, 0x85, 0xe7, 0xff, 0x9d, 0x3c, 0xfb, 0xec, 0xb3, 0x66, 0x0c, 0xa0, 0xa6, 0x9a, 0xac, 0xdf, 0xb4, 0x4e, 0xf9, 0x39, 0xc4, 0xdf, 0xc3, 0x97, 0xaf, 0xb0, 0xc2, 0x79, 0x71, 0xa5, 0x52, 0xe9, 0xf1, 0xc3, 0x87, 0x0f, 0xff, 0xdd, 0xe8, 0xf0, 0xe8, 0x65, 0x81, 0x70, 0x33, 0x2e, 0x42, 0x2e, 0xf4, 0x7f, 0xbf, 0xd7, 0x98, 0x8a, 0xfb, 0xfa, 0xd7, 0xbf, 0x5e, 0x0d, 0xda, 0xe1, 0x7a, 0x78, 0x7a, 0x13, 0x6c, 0x37, 0x03, 0x21, 0xdf, 0x0a, 0xf4, 0xd2, 0xc1, 0x19, 0x02, 0x18, 0x41, 0x47, 0x3b, 0x02, 0x3d, 0x4a, 0xbc, 0xc8, 0x07, 0xa1, 0x12, 0x16, 0xd4, 0x0c, 0x0f, 0x0f, 0x1b, 0xa0, 0x19, 0x10, 0x9a, 0x1c, 0x45, 0xb8, 0x04, 0x1a, 0xe1, 0x9f, 0xcb, 0xa2, 0x01, 0xc0, 0x82, 0xb7, 0x9b, 0xe2, 0x8a, 0xd3, 0x21, 0x99, 0xcc, 0x77, 0xcd, 0x05, 0xb0, 0x53, 0x21, 0xe0, 0x0f, 0xd3, 0xa2, 0x2b, 0x04, 0x5f, 0x1e, 0x43, 0x98, 0xe5, 0xd1, 0x83, 0xd6, 0x8c, 0x46, 0x34, 0x5f, 0x6f, 0x90, 0xd8, 0xa0, 0x58, 0x1c, 0x3e, 0x8d, 0x9f, 0x45, 0x63, 0x93, 0x7b, 0xf1, 0x58, 0xd4, 0x37, 0x95, 0x66, 0x69, 0x0e, 0x93, 0x00, 0x7f, 0x62, 0x8a, 0x82, 0xf9, 0xf1, 0xb1, 0xb1, 0x5f, 0x1c, 0x3e, 0x74, 0xf8, 0x7b, 0x89, 0x44, 0x6a, 0xce, 0x22, 0xd8, 0x8c, 0xe5, 0xaf, 0x17, 0x9f, 0xbb, 0x37, 0x23, 0xe0, 0x7f, 0x43, 0xd8, 0xdc, 0xff, 0xdb, 0x40, 0xf9, 0x93, 0x9f, 0xfc, 0x24, 0xe6, 0x0a, 0xbd, 0x64, 0x6d, 0x6c, 0x3d, 0xf5, 0xd4, 0x53, 0xfd, 0xa0, 0xc1, 0xee, 0x86, 0xf3, 0xbf, 0x0b, 0x60, 0xd0, 0x5d, 0x70, 0xde, 0x8d, 0xe7, 0xce, 0x9d, 0xc3, 0x24, 0x3e, 0xda, 0xda, 0xda, 0xaa, 0xa1, 0xd7, 0x69, 0xcd, 0x9a, 0x35, 0xa4, 0xa7, 0xa7, 0x47, 0xbf, 0x7c, 0xf9, 0x32, 0x46, 0xb2, 0xb7, 0xc3, 0xfe, 0x4f, 0x83, 0x46, 0xf8, 0x37, 0xb8, 0x06, 0x9f, 0x02, 0x8d, 0x30, 0x5a, 0x12, 0x03, 0x88, 0x06, 0xb0, 0x19, 0x49, 0x14, 0xa7, 0xad, 0xcb, 0xee, 0x39, 0xbb, 0x35, 0x3a, 0xd5, 0xed, 0x19, 0x01, 0xda, 0x3c, 0x4e, 0x50, 0xb9, 0xa6, 0xec, 0x00, 0x10, 0x2e, 0xd1, 0x48, 0xd8, 0xd7, 0x1b, 0x24, 0x3e, 0x0f, 0x85, 0x65, 0x37, 0xa8, 0x01, 0xb0, 0x73, 0x62, 0x7c, 0x02, 0xa4, 0x7d, 0x8c, 0xcc, 0x4c, 0x4f, 0x33, 0xcf, 0x8b, 0x0c, 0x05, 0xcc, 0xc8, 0x7c, 0x3c, 0x1e, 0x1b, 0x3c, 0x71, 0xe2, 0xd4, 0x73, 0x97, 0x2f, 0x5d, 0x3e, 0x47, 0x9c, 0x28, 0x2d, 0x87, 0x34, 0x6e, 0x82, 0xcf, 0x08, 0x12, 0x3d, 0xa3, 0x60, 0x0e, 0xbf, 0xe7, 0xee, 0x2d, 0x70, 0x3d, 0xf0, 0xc0, 0x03, 0x67, 0xe1, 0xe1, 0x49, 0xdc, 0xbe, 0xf5, 0xad, 0x6f, 0x85, 0x00, 0x22, 0xed, 0x03, 0x3a, 0xdc, 0x0f, 0x9a, 0xeb, 0x37, 0x41, 0xfa, 0xaf, 0x02, 0xdb, 0x83, 0x82, 0xe1, 0xad, 0x75, 0x76, 0x76, 0x32, 0xbb, 0x01, 0x0c, 0x6a, 0xfd, 0x02, 0xc0, 0x3c, 0x60, 0x86, 0x5f, 0x81, 0xdf, 0xff, 0x33, 0x60, 0xa0, 0xf7, 0x58, 0xc7, 0x28, 0x8e, 0x01, 0x70, 0x36, 0x18, 0x97, 0x1e, 0x5c, 0x03, 0x50, 0x07, 0x23, 0x4a, 0xfb, 0xda, 0xee, 0x3a, 0x6d, 0x7e, 0x5d, 0x98, 0xd7, 0x94, 0xa9, 0xac, 0x09, 0x1e, 0xb6, 0x7a, 0x75, 0x0c, 0x80, 0x4b, 0x7a, 0xb3, 0x28, 0x86, 0x48, 0xfd, 0x36, 0x11, 0xff, 0xa3, 0x67, 0xe5, 0xf4, 0xc9, 0x33, 0xce, 0xb5, 0x73, 0xf5, 0xf6, 0x07, 0x0d, 0x31, 0x3d, 0x17, 0x8f, 0x0d, 0xa5, 0x93, 0xe9, 0x89, 0xce, 0x8e, 0xce, 0x4d, 0x5d, 0xab, 0xbb, 0x36, 0x60, 0xba, 0x33, 0xc7, 0xf6, 0x56, 0xea, 0xb3, 0x61, 0xbd, 0x66, 0x88, 0xcf, 0x31, 0xbd, 0xd9, 0x7a, 0xcc, 0x88, 0xff, 0x5b, 0xfb, 0x88, 0x9f, 0x65, 0x1b, 0x9a, 0x1b, 0xf0, 0x38, 0x02, 0x8f, 0x17, 0x9b, 0x9a, 0x9a, 0xbe, 0xf7, 0xf4, 0xd3, 0x4f, 0xc7, 0xf3, 0xbd, 0x14, 0x1f, 0xfe, 0xf0, 0x87, 0xf1, 0xd8, 0x2f, 0xe3, 0x06, 0xcc, 0xf0, 0xfb, 0x60, 0x07, 0xdc, 0x09, 0xcf, 0xef, 0x07, 0x5b, 0xe3, 0x23, 0xb0, 0x85, 0x01, 0x1e, 0x51, 0xd0, 0x06, 0x1a, 0x6a, 0x04, 0x80, 0x4b, 0xda, 0x89, 0x13, 0x27, 0xd6, 0xc0, 0xef, 0xff, 0xee, 0x57, 0xbe, 0xf2, 0x95, 0x7d, 0x8f, 0x3c, 0xf2, 0xc8, 0x6c, 0xc9, 0x1a, 0x40, 0x4a, 0x83, 0x70, 0x95, 0xce, 0x89, 0x6e, 0x50, 0xb3, 0x31, 0x68, 0xc5, 0xa3, 0x53, 0x4e, 0x0e, 0x10, 0xdb, 0xa3, 0xf8, 0xce, 0xdf, 0x65, 0xdd, 0xd6, 0x74, 0x2e, 0xb8, 0x6c, 0x06, 0x60, 0x29, 0x2c, 0x21, 0xff, 0xdb, 0x1d, 0x8a, 0x86, 0x1a, 0xa3, 0xd1, 0xea, 0xc6, 0x85, 0xfe, 0x65, 0x20, 0xc1, 0xaf, 0xdc, 0x73, 0xcf, 0x3d, 0xff, 0xed, 0x99, 0x67, 0x9e, 0xf9, 0x7a, 0xa1, 0x9f, 0xb5, 0x98, 0x01, 0x2b, 0xc8, 0x5e, 0x78, 0xf2, 0xc9, 0x27, 0xff, 0x10, 0x7e, 0xfb, 0x7f, 0x01, 0x78, 0xf4, 0xd9, 0xa3, 0x47, 0x8f, 0x56, 0xf5, 0xf5, 0xf5, 0xe9, 0x68, 0x30, 0xaf, 0x5b, 0xb7, 0x4e, 0x3f, 0x75, 0xea, 0xd4, 0x56, 0xb8, 0x0e, 0x5f, 0xc3, 0x8f, 0x78, 0x84, 0x7b, 0xbe, 0x0c, 0xc0, 0xa5, 0x0b, 0xf7, 0x00, 0x71, 0xf7, 0x8d, 0x21, 0x4c, 0x87, 0x44, 0x65, 0x90, 0xca, 0x18, 0x15, 0x27, 0x7e, 0xd9, 0xe9, 0x5f, 0x97, 0xe1, 0x65, 0xd0, 0xfc, 0x5d, 0x21, 0x31, 0xd1, 0xdd, 0x1f, 0x68, 0x89, 0xae, 0x55, 0x70, 0x7e, 0x4f, 0x00, 0x13, 0x6c, 0x2c, 0xe5, 0x20, 0x80, 0xf3, 0x2f, 0x3c, 0xf4, 0xd0, 0x43, 0x9f, 0x83, 0x63, 0xed, 0xc2, 0x48, 0x32, 0x16, 0xdb, 0x63, 0x0e, 0x13, 0x66, 0xb3, 0x22, 0x23, 0xc0, 0x6b, 0xfb, 0xc1, 0x26, 0x78, 0x4f, 0xb1, 0x1a, 0x40, 0x9a, 0x0b, 0x20, 0xce, 0x06, 0x13, 0x5b, 0xa2, 0x24, 0x53, 0x15, 0x5f, 0xfe, 0x7c, 0x2c, 0x9e, 0x38, 0x8b, 0x51, 0xf6, 0x5c, 0xae, 0x50, 0xf7, 0xfc, 0x5d, 0xd1, 0x10, 0x8e, 0x44, 0xc4, 0x24, 0xc6, 0x79, 0xba, 0x47, 0x5a, 0xfe, 0x6f, 0x61, 0xb7, 0x0a, 0x8b, 0x39, 0xab, 0x00, 0xa2, 0x7d, 0x0e, 0x1e, 0x1f, 0x29, 0xd5, 0xbc, 0x7b, 0xf8, 0xe1, 0x87, 0x8f, 0x03, 0x34, 0xba, 0x15, 0xa0, 0xd1, 0x8b, 0x60, 0x1b, 0xdc, 0x84, 0x30, 0x08, 0x8c, 0x63, 0xe6, 0x21, 0x82, 0xef, 0xfa, 0x0c, 0xec, 0xf2, 0x7c, 0xc9, 0x46, 0xb0, 0x6c, 0x03, 0x38, 0xe7, 0x1b, 0x4b, 0x65, 0xec, 0x1b, 0x56, 0x59, 0xe5, 0xa7, 0x29, 0x56, 0x15, 0x96, 0x83, 0x3c, 0x10, 0x02, 0x85, 0x2c, 0x0f, 0x9d, 0x7b, 0x02, 0xfb, 0x87, 0x7e, 0xfd, 0x43, 0xa4, 0xad, 0xbd, 0x95, 0x97, 0xcd, 0x4b, 0xde, 0x3b, 0xf7, 0x90, 0x0d, 0x56, 0x88, 0xa9, 0xf9, 0x13, 0xaf, 0xb9, 0xb7, 0x26, 0xbf, 0xaf, 0x05, 0xbf, 0xcf, 0x8f, 0x87, 0xb3, 0x8e, 0xa7, 0x27, 0xa7, 0xc8, 0xa1, 0x43, 0xaf, 0x91, 0x37, 0xdf, 0x78, 0x8b, 0xc3, 0xb5, 0x5f, 0x85, 0x87, 0x3f, 0xb0, 0x8c, 0x65, 0x43, 0x78, 0x2c, 0x78, 0x01, 0x34, 0x4a, 0x01, 0xe6, 0xff, 0x4f, 0x70, 0xcc, 0x33, 0x60, 0x08, 0x87, 0x01, 0x06, 0x11, 0xb0, 0x35, 0x74, 0x80, 0x47, 0xb7, 0x17, 0xa5, 0x01, 0x88, 0xd0, 0x15, 0x5a, 0x9a, 0x0c, 0x43, 0xa9, 0xa4, 0x72, 0xa5, 0xd1, 0xa8, 0x15, 0xba, 0x2d, 0xe3, 0xd2, 0x65, 0x07, 0x83, 0x8f, 0x1b, 0x94, 0x17, 0xc6, 0xbb, 0x07, 0x50, 0xf3, 0x7b, 0xb7, 0xa6, 0xbf, 0x97, 0x6c, 0xdc, 0xb4, 0xc1, 0x66, 0x00, 0x97, 0x8d, 0xed, 0xeb, 0x65, 0xd3, 0x14, 0xff, 0xcb, 0x75, 0x2d, 0x2a, 0xa7, 0x47, 0xf0, 0xff, 0xd8, 0x14, 0x6b, 0xf0, 0xd2, 0x10, 0x39, 0x73, 0xfa, 0x2c, 0xef, 0x5c, 0xdd, 0x75, 0xeb, 0xad, 0xb7, 0xbe, 0xe3, 0xa5, 0x97, 0x5e, 0xfa, 0x99, 0x8f, 0xb7, 0xa9, 0x20, 0x66, 0x00, 0x83, 0xf7, 0xe2, 0xe3, 0x8f, 0x3f, 0xfe, 0x76, 0x2c, 0x16, 0xdb, 0xce, 0x6d, 0x57, 0xb8, 0x06, 0x2b, 0x4a, 0x82, 0x40, 0xfc, 0x40, 0x2c, 0x0d, 0x42, 0xb0, 0x01, 0xb8, 0x24, 0x71, 0x52, 0x76, 0x2b, 0x2a, 0xa0, 0xac, 0x10, 0x48, 0xe7, 0x10, 0x88, 0x06, 0x12, 0xbf, 0x03, 0x81, 0x2c, 0xb6, 0x09, 0xc9, 0x83, 0x32, 0x2e, 0x5f, 0xba, 0x42, 0x9a, 0x57, 0x36, 0xe7, 0xfd, 0xbd, 0x78, 0xaf, 0x6b, 0x6a, 0xab, 0xe7, 0xe5, 0x37, 0x61, 0xda, 0x05, 0xe6, 0x26, 0x9d, 0x3a, 0x79, 0x9a, 0x25, 0xe0, 0xe1, 0xaa, 0xae, 0xae, 0xfe, 0x0d, 0x78, 0x38, 0xe2, 0xc3, 0x00, 0xe2, 0xff, 0x39, 0xe5, 0xeb, 0x13, 0x4f, 0x3c, 0xf1, 0x3e, 0xf8, 0xdd, 0xdb, 0x30, 0x8a, 0xcc, 0xe0, 0x79, 0x32, 0x49, 0x41, 0x30, 0x5f, 0x2a, 0x8b, 0x06, 0x70, 0x12, 0xdd, 0x88, 0x32, 0x13, 0xb4, 0x62, 0x00, 0xcf, 0x0f, 0x08, 0xf2, 0x6d, 0x92, 0x2b, 0xb5, 0x9d, 0x77, 0xf6, 0x71, 0x43, 0xa0, 0x13, 0x6f, 0x9f, 0x22, 0x89, 0x58, 0xfe, 0x63, 0xa0, 0x30, 0x29, 0xee, 0xa6, 0xdb, 0xf6, 0x7a, 0x3a, 0x69, 0x5f, 0x1a, 0xb8, 0x4c, 0x26, 0x27, 0x26, 0xa5, 0xd7, 0x58, 0xb7, 0x09, 0x61, 0xf1, 0x7e, 0x44, 0xaa, 0xf7, 0xab, 0xaa, 0x22, 0x64, 0xef, 0x4d, 0x7b, 0x48, 0x7f, 0xff, 0x1a, 0xd2, 0xd1, 0xd9, 0x61, 0x33, 0x40, 0x24, 0x12, 0xf9, 0x20, 0x30, 0xc6, 0x9f, 0x00, 0xb1, 0xa6, 0x5d, 0xc4, 0x1f, 0x26, 0xea, 0xb8, 0x02, 0x55, 0x08, 0x6b, 0xed, 0xc9, 0x27, 0x9f, 0x7c, 0x08, 0x1e, 0xff, 0x02, 0x8e, 0x45, 0x3b, 0x3b, 0x3b, 0x35, 0xcc, 0x23, 0xc2, 0xd4, 0x09, 0x78, 0xed, 0xfb, 0xc5, 0x6a, 0x00, 0x4f, 0x20, 0x8c, 0x67, 0xff, 0x88, 0x36, 0x40, 0x42, 0x98, 0x0f, 0x5c, 0x59, 0xe5, 0xa4, 0x7f, 0xcd, 0xa5, 0x61, 0x1d, 0x69, 0xaf, 0x32, 0x82, 0xf9, 0x1d, 0xe0, 0x85, 0x2d, 0x0e, 0x11, 0x66, 0x0a, 0x6a, 0x0b, 0xcf, 0x6a, 0x81, 0xa7, 0x66, 0x48, 0xd3, 0x8a, 0x46, 0x8f, 0x9d, 0x31, 0x3a, 0x52, 0x7c, 0xf3, 0xe6, 0x64, 0x22, 0x49, 0xa6, 0x26, 0xa6, 0x48, 0x67, 0xd7, 0x6a, 0xb2, 0x7a, 0xb5, 0xd9, 0x89, 0x02, 0x89, 0x14, 0xce, 0xad, 0x6d, 0xf3, 0xe6, 0xcd, 0x37, 0x1f, 0x39, 0x72, 0x44, 0x84, 0x41, 0x21, 0xc5, 0xf3, 0x8c, 0xf5, 0x3c, 0x23, 0x6a, 0x04, 0x80, 0x3c, 0x77, 0xc2, 0xf6, 0x47, 0x70, 0x9c, 0xdb, 0xb0, 0x68, 0x67, 0xd3, 0xa6, 0x4d, 0x1a, 0xc6, 0xad, 0x4e, 0x9e, 0x3c, 0xc9, 0x62, 0x19, 0x60, 0x68, 0xff, 0x65, 0xd1, 0x1a, 0x40, 0xaa, 0x07, 0x66, 0x17, 0xd5, 0x35, 0x18, 0x83, 0x35, 0xc4, 0xb2, 0xd2, 0x20, 0x0c, 0x38, 0xaf, 0x44, 0xac, 0x42, 0xb8, 0x65, 0xc3, 0x40, 0x6e, 0x01, 0x13, 0xe0, 0x06, 0x35, 0x84, 0xb1, 0x43, 0x56, 0x6f, 0x20, 0x91, 0x01, 0x44, 0x86, 0xc8, 0x67, 0x8d, 0x01, 0xa1, 0xbb, 0x19, 0xe0, 0xe4, 0xa9, 0x93, 0x24, 0xa2, 0x47, 0x4b, 0xfa, 0x49, 0xc3, 0x97, 0x47, 0x48, 0x6b, 0x7b, 0x0b, 0xe9, 0xe9, 0xed, 0x26, 0x1d, 0xc0, 0x04, 0x67, 0xcf, 0x98, 0x81, 0xda, 0x95, 0x2b, 0x57, 0xde, 0x03, 0x0f, 0xaf, 0xf9, 0x10, 0xba, 0xee, 0x7e, 0xfc, 0xcc, 0x67, 0x3e, 0x53, 0xbb, 0x75, 0xeb, 0xd6, 0x7b, 0x41, 0x5b, 0x7d, 0x0a, 0xfe, 0xbf, 0x05, 0x04, 0xb4, 0x81, 0xd1, 0x60, 0xd8, 0x34, 0xd6, 0x12, 0xf2, 0xf8, 0x71, 0x2c, 0xe8, 0xc7, 0xa2, 0x9c, 0x3f, 0x54, 0xa5, 0x4e, 0x17, 0x6c, 0x03, 0xf0, 0xa2, 0x6a, 0x22, 0x94, 0x2c, 0xf2, 0xe7, 0x75, 0xd5, 0x21, 0xe7, 0x86, 0x51, 0xa3, 0x42, 0xb8, 0x65, 0x5e, 0xb5, 0x70, 0x7d, 0x73, 0xbb, 0x41, 0x0d, 0x3b, 0x4b, 0xd7, 0x3d, 0x7e, 0x14, 0xa3, 0xc1, 0x85, 0x32, 0xc0, 0xe8, 0xc8, 0x18, 0x59, 0xbb, 0x61, 0x8d, 0xf4, 0x5a, 0x6f, 0x5f, 0x0f, 0xb9, 0x70, 0x66, 0x00, 0x70, 0x7c, 0xf1, 0xf6, 0x01, 0x1e, 0x17, 0x19, 0xb2, 0xb7, 0xb7, 0x07, 0x98, 0xa0, 0xcb, 0x66, 0x00, 0x80, 0x2d, 0x77, 0x81, 0xd4, 0xfe, 0x0b, 0xd0, 0x3e, 0x29, 0x8b, 0xd0, 0x33, 0xee, 0xc7, 0xfd, 0xfb, 0xf7, 0x77, 0x81, 0xa6, 0xb8, 0x1d, 0xf0, 0xfd, 0x9d, 0xb0, 0xef, 0xfb, 0xe0, 0x37, 0xd5, 0x60, 0xa2, 0x1c, 0xfa, 0xfb, 0xbb, 0xbb, 0xbb, 0x75, 0x64, 0x7a, 0x84, 0x3c, 0x27, 0x4e, 0x9c, 0x30, 0x52, 0xa9, 0x94, 0x0e, 0x1a, 0xe1, 0xcf, 0x1e, 0x7a, 0xe8, 0xa1, 0xff, 0xad, 0xb4, 0x73, 0xf2, 0xd3, 0xc0, 0x5a, 0x83, 0x58, 0x0e, 0xc9, 0xbd, 0x40, 0x94, 0xc8, 0x13, 0xe2, 0x77, 0x6d, 0x6c, 0x24, 0xff, 0xfd, 0x93, 0x51, 0x92, 0xce, 0x1a, 0xfe, 0x2e, 0x05, 0x3f, 0x88, 0x44, 0x7d, 0x8c, 0xbb, 0x9c, 0x1f, 0xf4, 0x1f, 0xc6, 0x50, 0xcc, 0xb1, 0x48, 0x8e, 0x61, 0x74, 0x9e, 0xb7, 0x68, 0x1e, 0xdf, 0x49, 0x0b, 0x3c, 0x37, 0x9f, 0xb5, 0xaa, 0x39, 0x92, 0xdb, 0x0d, 0x6a, 0x8d, 0xbf, 0x14, 0x6b, 0x02, 0x4a, 0xd1, 0x00, 0x08, 0x71, 0x67, 0x67, 0xe6, 0x48, 0x7d, 0x83, 0x33, 0x68, 0xbb, 0xaf, 0xb7, 0x97, 0xbc, 0x79, 0xec, 0x6d, 0x80, 0x2e, 0xb5, 0x45, 0x33, 0x00, 0x1e, 0x77, 0x6a, 0x62, 0x9a, 0xb4, 0x77, 0xb4, 0x91, 0xee, 0x9e, 0x6e, 0x1b, 0x06, 0xc1, 0xf9, 0xb5, 0x00, 0x74, 0xd9, 0x7b, 0xec, 0xd8, 0xb1, 0x9f, 0x23, 0xc1, 0x03, 0x94, 0x09, 0xdf, 0x71, 0xc7, 0x1d, 0xeb, 0xfa, 0xfa, 0xfa, 0xb6, 0x81, 0x76, 0xd8, 0x0e, 0x0c, 0xb2, 0x17, 0xa4, 0x7d, 0xbf, 0x15, 0xe5, 0x36, 0xd0, 0xbd, 0x89, 0x5d, 0x2b, 0x9a, 0x9b, 0x9b, 0x75, 0x84, 0x3b, 0xe8, 0x51, 0x1a, 0x1c, 0x1c, 0x64, 0xa9, 0xd2, 0x40, 0xb7, 0x53, 0xb0, 0x7d, 0xfa, 0xc1, 0x07, 0x1f, 0xfc, 0x17, 0x5f, 0x43, 0x3f, 0xbf, 0x93, 0x35, 0x6c, 0x23, 0x98, 0x6b, 0x00, 0x67, 0xb0, 0x82, 0x5c, 0xa8, 0xd1, 0xd1, 0x5a, 0x95, 0x83, 0xf8, 0x69, 0xd9, 0x88, 0xbf, 0x28, 0x06, 0xa1, 0x79, 0x12, 0x62, 0x89, 0x84, 0xbd, 0x28, 0xc3, 0xe8, 0x28, 0xef, 0xd0, 0x61, 0xdd, 0x5c, 0x05, 0x04, 0x2a, 0x66, 0x34, 0xd4, 0xd8, 0xe8, 0x84, 0xc4, 0x00, 0xe1, 0x48, 0x98, 0x44, 0x6b, 0xaa, 0x4a, 0x1e, 0x33, 0x35, 0x32, 0x3c, 0x46, 0xda, 0x56, 0xb5, 0x92, 0xae, 0xee, 0x4e, 0x60, 0x82, 0x2e, 0x72, 0xf2, 0xc4, 0x29, 0xf6, 0xfa, 0xba, 0x75, 0xeb, 0x1e, 0xbd, 0xed, 0xb6, 0xdb, 0x2e, 0x02, 0xf1, 0x63, 0xf1, 0xcc, 0x5a, 0xa0, 0xb7, 0x2a, 0x2b, 0xaa, 0x4d, 0xb1, 0x7a, 0x0c, 0x6b, 0x03, 0x80, 0xe0, 0xf1, 0x51, 0xaf, 0x62, 0x53, 0x66, 0x28, 0x06, 0xba, 0xb0, 0x60, 0x86, 0x82, 0xe4, 0xc7, 0x86, 0x15, 0x69, 0xd8, 0xfe, 0x1e, 0x5e, 0x3f, 0x00, 0x92, 0x3f, 0x70, 0xd0, 0x46, 0xbe, 0x36, 0x40, 0xa3, 0x58, 0x3c, 0x61, 0x42, 0x20, 0xa7, 0x1c, 0xb2, 0x9c, 0x44, 0x3d, 0xdf, 0xc4, 0x7f, 0xe4, 0xb5, 0xd7, 0xc9, 0x95, 0xcb, 0x57, 0x18, 0xf6, 0xbc, 0x34, 0x38, 0xc4, 0x2e, 0xfe, 0xb1, 0xd7, 0xdf, 0x20, 0x3d, 0xa0, 0xd6, 0x33, 0xe9, 0x0c, 0x5a, 0x4a, 0xe4, 0xa6, 0x5b, 0xf6, 0x49, 0x84, 0x53, 0xb4, 0x44, 0x5f, 0x94, 0xe1, 0xd3, 0x4e, 0x1f, 0x2a, 0x24, 0x54, 0x51, 0x03, 0xa0, 0x51, 0x5b, 0xa8, 0x06, 0xc0, 0x35, 0x3e, 0x3a, 0x4e, 0xfa, 0xfa, 0xbb, 0xa5, 0xd7, 0x7a, 0xba, 0xbb, 0xc8, 0xc4, 0xe8, 0x8c, 0x3d, 0x8e, 0xb5, 0x98, 0x85, 0xc7, 0xcd, 0xc0, 0x39, 0x61, 0x16, 0x27, 0xba, 0x44, 0x39, 0x03, 0x00, 0x54, 0xdb, 0x5a, 0x5b, 0x5b, 0xbb, 0x05, 0x89, 0x9d, 0x57, 0x88, 0xa1, 0x3b, 0x13, 0x1e, 0x35, 0x73, 0x36, 0x85, 0xce, 0xe0, 0x1c, 0xd6, 0x00, 0x58, 0x65, 0x93, 0x06, 0xf3, 0xfa, 0x86, 0x42, 0xd8, 0x6b, 0xfd, 0x9b, 0x00, 0x7b, 0xbe, 0xf8, 0xf9, 0xcf, 0x7f, 0xfe, 0x6c, 0x5e, 0xae, 0xde, 0xe2, 0xbc, 0x40, 0xba, 0xa0, 0x72, 0xb3, 0x8b, 0x2b, 0xd1, 0x0b, 0x94, 0xfc, 0xb3, 0x80, 0x0d, 0xb1, 0x20, 0x7c, 0x78, 0x78, 0x84, 0x61, 0xd9, 0x33, 0x80, 0x3d, 0x51, 0x32, 0x1e, 0x3b, 0xfa, 0x06, 0x79, 0xff, 0x3d, 0xef, 0x25, 0xa7, 0x4f, 0x9f, 0x29, 0x9d, 0xf8, 0x17, 0x90, 0x41, 0xdc, 0xda, 0x41, 0x6c, 0x53, 0x89, 0xbf, 0xa3, 0x54, 0x08, 0xc4, 0x85, 0x1c, 0x96, 0x50, 0x62, 0xcf, 0x20, 0xc7, 0x0e, 0xe8, 0x23, 0xe7, 0xcf, 0xbd, 0x4c, 0xda, 0x5a, 0xda, 0x8a, 0xb7, 0xed, 0xe1, 0x1c, 0xa7, 0x26, 0x66, 0x48, 0x7b, 0x67, 0x3b, 0xe9, 0x07, 0x06, 0x60, 0x6d, 0x59, 0xe2, 0x09, 0x46, 0xdc, 0x6d, 0x6d, 0x6d, 0x2c, 0xbd, 0x59, 0x4c, 0xe8, 0x43, 0x58, 0x63, 0xb5, 0x5d, 0x31, 0x80, 0x99, 0x75, 0xab, 0xa1, 0x57, 0x12, 0xb4, 0xde, 0x73, 0x73, 0x73, 0x73, 0xdf, 0xfa, 0xfe, 0xf7, 0xbf, 0x7f, 0xf0, 0x97, 0xbf, 0xfc, 0x25, 0xaf, 0x5f, 0xd0, 0xf2, 0x71, 0x48, 0x16, 0xe4, 0x05, 0xe2, 0x17, 0x93, 0x5f, 0x44, 0xb3, 0xa4, 0x51, 0x2e, 0xc4, 0x98, 0x4f, 0xc8, 0x53, 0x14, 0xde, 0x77, 0xed, 0xbe, 0x75, 0xdb, 0x16, 0x50, 0xe7, 0x66, 0x4e, 0x31, 0xce, 0xa5, 0xba, 0xfd, 0xce, 0xdb, 0x58, 0xf5, 0x54, 0x2a, 0x99, 0x26, 0x2d, 0xad, 0xcd, 0xec, 0x26, 0xbb, 0x53, 0xbc, 0x97, 0x2c, 0xe4, 0x51, 0x1c, 0xcb, 0x30, 0x9c, 0x32, 0xd3, 0x90, 0x6b, 0xf6, 0x6e, 0xb1, 0x1a, 0x00, 0xd7, 0xc4, 0xf8, 0x94, 0xc4, 0x00, 0x75, 0xd8, 0x4a, 0x45, 0xa3, 0x45, 0x1f, 0xcf, 0x36, 0x86, 0x41, 0x0b, 0xb4, 0x76, 0xb4, 0x32, 0x77, 0x68, 0xef, 0x9a, 0x5e, 0x72, 0xfc, 0x2d, 0xd3, 0x51, 0x73, 0xea, 0xd4, 0x29, 0xf6, 0x5b, 0xf0, 0x9c, 0x41, 0xa2, 0x63, 0x1a, 0x35, 0x27, 0x78, 0x78, 0xd9, 0x78, 0x1b, 0x5e, 0xff, 0x8f, 0x89, 0x89, 0x89, 0x17, 0x9f, 0x7d, 0xf6, 0xd9, 0x9f, 0x9e, 0x3d, 0x7b, 0x36, 0x26, 0x78, 0x8d, 0x34, 0x61, 0x2b, 0x9d, 0x01, 0xc0, 0xe2, 0x0e, 0xc1, 0xcd, 0xa8, 0x15, 0x6f, 0x0a, 0x6f, 0x8c, 0x8b, 0x27, 0x88, 0x5c, 0x29, 0x36, 0xb8, 0x9a, 0x2f, 0x63, 0xb7, 0x9c, 0x78, 0xdf, 0x2c, 0xfd, 0xa3, 0x80, 0x23, 0x57, 0x92, 0xb9, 0x19, 0xb3, 0x1a, 0x0a, 0x83, 0x33, 0x33, 0xd3, 0x33, 0xd6, 0xcd, 0x9e, 0x28, 0xbb, 0x4d, 0x50, 0x10, 0xf3, 0x96, 0xc0, 0x20, 0x55, 0x91, 0x2a, 0xb2, 0xa2, 0x69, 0x25, 0x4b, 0x58, 0x74, 0x67, 0x82, 0x96, 0xca, 0x00, 0x9d, 0xdd, 0x1d, 0xd2, 0x6b, 0xed, 0x80, 0xdf, 0x8d, 0x8c, 0x11, 0x98, 0x66, 0x9d, 0x6b, 0x4d, 0x8e, 0x4f, 0xb2, 0x8e, 0xd5, 0xed, 0xab, 0xda, 0xc8, 0xc6, 0x8d, 0xeb, 0x6d, 0x06, 0xc0, 0xe9, 0x31, 0x2b, 0x56, 0xac, 0x40, 0x49, 0x34, 0x04, 0x0c, 0xf0, 0x16, 0x18, 0xc8, 0xc7, 0x00, 0xf2, 0x1c, 0x39, 0x74, 0xe8, 0xd0, 0xeb, 0x17, 0x2e, 0x5c, 0x98, 0x26, 0x72, 0xf1, 0x8d, 0xca, 0x18, 0xc9, 0xcb, 0x40, 0xc9, 0x79, 0xe6, 0x60, 0x79, 0x47, 0xed, 0xaa, 0x22, 0xab, 0x8d, 0x06, 0x3f, 0x34, 0xaa, 0xa5, 0x44, 0x22, 0xc5, 0x70, 0x5c, 0x71, 0x04, 0x3b, 0x8f, 0xda, 0x81, 0xe6, 0xf4, 0xf1, 0x94, 0x0f, 0xa6, 0x94, 0x4d, 0xf2, 0x97, 0x41, 0x3b, 0xd4, 0x62, 0xd8, 0x3f, 0xc5, 0xda, 0x9f, 0xa0, 0xc6, 0xc6, 0xd6, 0xe7, 0xa2, 0x1b, 0xb4, 0x58, 0xc3, 0x15, 0x13, 0xd8, 0x30, 0x80, 0x15, 0xad, 0x76, 0xfc, 0xff, 0xfd, 0x6b, 0xd6, 0x90, 0xd7, 0x0e, 0xbd, 0x4e, 0x5a, 0x9a, 0x5b, 0x4b, 0x82, 0x41, 0xd3, 0x93, 0x33, 0x64, 0x75, 0x57, 0x07, 0xd9, 0xb0, 0x79, 0x03, 0xa9, 0xfe, 0x41, 0x14, 0x68, 0x2a, 0xc9, 0xce, 0xf5, 0xf9, 0xe7, 0x9f, 0xff, 0x83, 0x23, 0x47, 0x8e, 0xbc, 0x44, 0xbc, 0x15, 0x67, 0xee, 0xae, 0xd4, 0x94, 0x04, 0xa7, 0x33, 0x15, 0xcf, 0x00, 0x7f, 0xfd, 0xd7, 0x7f, 0x1d, 0xff, 0xbd, 0xdf, 0xfb, 0xbd, 0x2c, 0x5c, 0x74, 0xd4, 0x04, 0x64, 0x62, 0x72, 0x82, 0x9d, 0x1c, 0x06, 0x59, 0xf0, 0x62, 0x36, 0xd4, 0x35, 0x90, 0xc1, 0x4b, 0x03, 0xc2, 0x4d, 0xa1, 0xc5, 0xd1, 0x79, 0x39, 0x3d, 0x38, 0x25, 0x7a, 0x79, 0x48, 0xde, 0x44, 0x5d, 0x46, 0xc8, 0x93, 0x27, 0x6b, 0x06, 0x11, 0x3f, 0x4a, 0xfc, 0x95, 0x2b, 0x5b, 0xe0, 0xde, 0xe8, 0xe6, 0xa4, 0x1e, 0xc0, 0xcb, 0xd8, 0x4a, 0xc4, 0xd6, 0x0e, 0x55, 0x55, 0x25, 0x41, 0x96, 0x29, 0x20, 0xd4, 0xf6, 0x0e, 0x87, 0x01, 0x56, 0x82, 0x06, 0x4d, 0xa6, 0x12, 0x25, 0xc3, 0xa0, 0xf1, 0xb1, 0x49, 0x38, 0x6e, 0x2b, 0xeb, 0xfa, 0xb0, 0x76, 0xfd, 0x5a, 0xf2, 0xe6, 0x31, 0x33, 0x43, 0x14, 0x34, 0x00, 0x66, 0x6f, 0xfe, 0x98, 0xa8, 0xbb, 0x50, 0xe4, 0xf3, 0x5a, 0x59, 0x8c, 0x60, 0x8a, 0x98, 0x0b, 0x88, 0x7d, 0x1b, 0xfe, 0x83, 0x79, 0x1b, 0xe3, 0x00, 0x11, 0xb0, 0x10, 0x19, 0x2d, 0xf2, 0xee, 0xae, 0x6e, 0x56, 0xa1, 0x9f, 0x02, 0xa9, 0x43, 0x55, 0x09, 0x7b, 0x0a, 0x5a, 0xf2, 0xdc, 0x44, 0x9f, 0x19, 0xb5, 0x7e, 0x04, 0x4b, 0x8b, 0xc0, 0xcc, 0xee, 0x84, 0xb1, 0x42, 0x24, 0x3a, 0x25, 0x01, 0x13, 0x0f, 0x69, 0x6e, 0x89, 0x9e, 0xcb, 0x0e, 0xf2, 0x3b, 0x1f, 0xbf, 0x7a, 0x5f, 0xd5, 0x61, 0x74, 0xab, 0xa1, 0x55, 0x6d, 0x5d, 0x1d, 0x6b, 0x69, 0x88, 0xeb, 0xdc, 0xd9, 0xf3, 0x58, 0x17, 0x6b, 0xef, 0x8b, 0xae, 0xc3, 0x52, 0x88, 0x75, 0x92, 0xf9, 0xed, 0x65, 0x69, 0xbf, 0xb2, 0x79, 0x85, 0xdd, 0x69, 0xba, 0xd8, 0x35, 0x3d, 0x39, 0xcd, 0x6c, 0x30, 0x3c, 0xbf, 0x2d, 0x5b, 0xb7, 0xd8, 0x0c, 0x50, 0x53, 0x53, 0x73, 0x07, 0xd0, 0xd8, 0x1f, 0xa7, 0x71, 0x0a, 0x4a, 0x61, 0x05, 0xf6, 0x46, 0x39, 0x19, 0x00, 0x7f, 0xdc, 0x77, 0x30, 0xb3, 0x0e, 0x9f, 0x63, 0xb1, 0xf1, 0x5b, 0x6f, 0xbc, 0x4d, 0x76, 0xef, 0xd9, 0xc9, 0x8c, 0x49, 0x6c, 0x4d, 0x81, 0x5b, 0x79, 0x8c, 0x5d, 0xea, 0xab, 0x1d, 0xd4, 0x12, 0x92, 0xe6, 0x96, 0xc4, 0x34, 0x40, 0xba, 0x52, 0xaa, 0x64, 0xbb, 0x60, 0x66, 0xa3, 0x39, 0x24, 0xbf, 0x7b, 0x14, 0x2c, 0x0d, 0x10, 0x06, 0x34, 0x40, 0xd9, 0xa8, 0x5a, 0x47, 0xe6, 0x33, 0x83, 0xd7, 0x14, 0x7e, 0x67, 0xcf, 0x9c, 0x23, 0x3f, 0xf9, 0xf1, 0x4b, 0x52, 0xf1, 0xfb, 0xda, 0xb5, 0x6b, 0x4b, 0x62, 0x00, 0x2c, 0xac, 0xc7, 0x22, 0x16, 0xb4, 0x97, 0x1c, 0x6f, 0x50, 0x0f, 0x39, 0x7f, 0x66, 0x80, 0xd9, 0x1d, 0xa5, 0xac, 0x99, 0xa9, 0x59, 0xb2, 0xaa, 0xab, 0x9d, 0x6c, 0xd9, 0xbe, 0x85, 0x44, 0xbf, 0x1d, 0x65, 0xbd, 0x44, 0x81, 0xee, 0x9a, 0xb6, 0x6d, 0xdb, 0x76, 0xfd, 0x6b, 0xaf, 0xbd, 0xf6, 0x1f, 0x24, 0x38, 0x3b, 0xb4, 0xe0, 0x42, 0xfb, 0x42, 0x19, 0xe0, 0x4b, 0xc0, 0x00, 0xbf, 0x03, 0x5b, 0x3d, 0x4a, 0xab, 0x9f, 0xfd, 0xec, 0x67, 0x8c, 0xe3, 0xbb, 0xba, 0xbb, 0x48, 0x53, 0x53, 0xa3, 0xdd, 0x3b, 0x52, 0x75, 0x47, 0xf8, 0x30, 0x0c, 0xea, 0x47, 0x0c, 0xd4, 0x4d, 0x5c, 0x0a, 0xa2, 0x70, 0xef, 0x93, 0xe7, 0x34, 0x72, 0xaa, 0x22, 0x70, 0xd5, 0x20, 0x38, 0x7f, 0x6a, 0x72, 0x9a, 0x7f, 0x29, 0x99, 0x83, 0xe6, 0xd4, 0x0a, 0x81, 0x6d, 0x0c, 0x29, 0xcd, 0x29, 0xf1, 0x83, 0x34, 0x8d, 0xea, 0xd8, 0x48, 0xf0, 0x17, 0x2f, 0x0c, 0x90, 0x63, 0xc7, 0xde, 0x90, 0xe6, 0xef, 0xa2, 0x74, 0x5d, 0xbf, 0x7e, 0x7d, 0xc9, 0xc1, 0xab, 0xd9, 0xe9, 0x39, 0xd2, 0xdc, 0xea, 0xa4, 0xd5, 0x63, 0x14, 0xf6, 0xe8, 0x6b, 0x6f, 0x90, 0x95, 0x2b, 0x9a, 0x4b, 0x3a, 0xee, 0xd8, 0xd8, 0x04, 0x69, 0xeb, 0x68, 0x21, 0xed, 0xad, 0x2d, 0xac, 0x66, 0x81, 0xcf, 0x35, 0x86, 0xf3, 0x7e, 0x37, 0x3c, 0xfc, 0x90, 0xc8, 0x6d, 0x59, 0xdc, 0xed, 0x59, 0xdc, 0xdd, 0x28, 0xf2, 0x5e, 0x79, 0x5f, 0x8d, 0x47, 0x1f, 0x7d, 0xf4, 0x93, 0xf0, 0xf0, 0x35, 0x7e, 0x53, 0x10, 0xfe, 0xe0, 0x05, 0xc5, 0xc4, 0x23, 0x31, 0x18, 0x92, 0xcf, 0xcc, 0x59, 0xd5, 0xbe, 0x85, 0x4c, 0x31, 0xcc, 0x35, 0xc3, 0x36, 0xd7, 0x31, 0xa5, 0xa1, 0xcf, 0xd2, 0x84, 0x4b, 0x5a, 0xd0, 0x6f, 0x08, 0xfa, 0xee, 0x7c, 0x8e, 0x9d, 0xeb, 0xfc, 0xf2, 0x99, 0xbb, 0xeb, 0x7e, 0xce, 0x18, 0xe0, 0xe2, 0x45, 0x36, 0xee, 0x48, 0x0c, 0x5e, 0xde, 0x77, 0xdf, 0x7d, 0x8c, 0x58, 0x4b, 0x5d, 0x35, 0x75, 0xd5, 0x64, 0xcd, 0xda, 0x1e, 0xe9, 0xb5, 0x1f, 0xff, 0xf8, 0x27, 0x24, 0x15, 0xcf, 0xd8, 0x76, 0x88, 0xb8, 0xdc, 0x81, 0xb2, 0x50, 0x28, 0x2c, 0x65, 0xcb, 0xb3, 0xff, 0x09, 0xce, 0x30, 0x6b, 0x24, 0xd7, 0xed, 0xde, 0xca, 0xfe, 0x7f, 0xf6, 0xe0, 0x73, 0xe4, 0x1f, 0xfe, 0xdf, 0x3f, 0xf2, 0xdf, 0x36, 0xfd, 0xd2, 0x4b, 0x2f, 0xed, 0x9b, 0x99, 0x99, 0x89, 0x2b, 0x18, 0xa0, 0x24, 0xe2, 0x2f, 0x88, 0x01, 0x2c, 0x26, 0xf8, 0x03, 0x38, 0xa1, 0x3f, 0x41, 0xc8, 0x29, 0x5e, 0x74, 0x8c, 0xd4, 0x21, 0xfe, 0x0c, 0x22, 0x72, 0xf1, 0xa6, 0xfb, 0xdd, 0xd8, 0x7c, 0x98, 0x20, 0x5f, 0x26, 0xc9, 0xe7, 0x38, 0x6e, 0x7f, 0x7f, 0xbe, 0xc4, 0x5b, 0xe8, 0x77, 0x2b, 0x27, 0xb1, 0xe7, 0xb1, 0x5f, 0x21, 0x31, 0x01, 0x3c, 0x5f, 0x84, 0x0d, 0xb8, 0x89, 0x0b, 0x0b, 0x4f, 0xf6, 0xec, 0xdd, 0x45, 0x12, 0xc9, 0x38, 0x29, 0xc7, 0xda, 0xbd, 0x67, 0x37, 0xd9, 0xbd, 0x7b, 0x97, 0xf4, 0x1a, 0x36, 0xa9, 0x7a, 0xee, 0xd9, 0xd2, 0xc6, 0xfb, 0xae, 0x5d, 0xb7, 0x96, 0xbc, 0xf7, 0xee, 0xf7, 0x90, 0x96, 0xb6, 0x56, 0x16, 0x9c, 0xfc, 0x1f, 0xff, 0xed, 0x00, 0x6b, 0xde, 0xc5, 0x6c, 0x8f, 0xc9, 0xc9, 0x4f, 0xbc, 0xf2, 0xca, 0x2b, 0xcf, 0xfb, 0x10, 0xbf, 0x6f, 0x6d, 0x40, 0xd9, 0x20, 0x10, 0x5f, 0x7f, 0xf5, 0x57, 0x7f, 0xf5, 0x7f, 0x1e, 0x79, 0xe4, 0x91, 0xc3, 0x58, 0x6c, 0x00, 0xff, 0x6e, 0xe7, 0x37, 0x06, 0xe7, 0x47, 0xcd, 0x27, 0xa1, 0x5e, 0x4b, 0xc7, 0x29, 0xe7, 0xea, 0xea, 0x5a, 0x4d, 0x3e, 0xf6, 0xc9, 0x8f, 0x32, 0xad, 0xf0, 0xda, 0xa1, 0xc3, 0xc1, 0xb2, 0x2f, 0x4f, 0x51, 0x38, 0x36, 0x3a, 0xea, 0x11, 0x1c, 0x88, 0x02, 0x3e, 0xf4, 0xa1, 0x5f, 0xb5, 0x18, 0x91, 0x92, 0x4c, 0x36, 0x2d, 0x30, 0x26, 0x76, 0xa5, 0x4b, 0x49, 0xbf, 0x39, 0x95, 0x92, 0xdd, 0xe6, 0xe8, 0x40, 0xc1, 0xee, 0xd5, 0xe9, 0x4c, 0x86, 0xed, 0x8b, 0x70, 0x6d, 0xf3, 0x96, 0x4d, 0xe4, 0xf5, 0x23, 0xc7, 0xb8, 0x80, 0x7d, 0x3f, 0x3c, 0x7c, 0x4f, 0x61, 0x03, 0x14, 0x5d, 0x37, 0x5c, 0x94, 0x06, 0xe0, 0xeb, 0xc0, 0x81, 0x03, 0xd8, 0x82, 0xee, 0x76, 0xc0, 0x93, 0x58, 0x76, 0x86, 0x0d, 0x27, 0x57, 0x58, 0x3f, 0x8e, 0x45, 0xe0, 0xe0, 0x02, 0x61, 0xfe, 0x35, 0x6a, 0x09, 0x3d, 0x9b, 0xcd, 0xa2, 0xfb, 0x14, 0xc3, 0x77, 0xf8, 0xbf, 0x66, 0xb9, 0x53, 0x35, 0xfe, 0x9a, 0xa5, 0x4d, 0x74, 0xfe, 0x19, 0xc2, 0x0a, 0x99, 0x42, 0xbd, 0xa0, 0x51, 0xc2, 0x54, 0xf0, 0xa2, 0xa0, 0x3f, 0x3b, 0x6a, 0xcd, 0xb8, 0xe2, 0x98, 0x9c, 0xb5, 0x65, 0xa4, 0x8e, 0x4d, 0x80, 0x8f, 0x98, 0xa9, 0xca, 0xb5, 0x51, 0x31, 0x10, 0xa2, 0x50, 0x42, 0x45, 0x62, 0xc0, 0xf0, 0x3d, 0x1b, 0xf1, 0x24, 0x74, 0xc8, 0x40, 0xd5, 0x8f, 0xe7, 0x6a, 0xc6, 0x4e, 0x32, 0x76, 0x8f, 0x54, 0xcc, 0xd5, 0x31, 0xac, 0x39, 0xaf, 0xe8, 0x4e, 0xae, 0xad, 0xab, 0x31, 0xc7, 0x14, 0x59, 0x9e, 0x14, 0xac, 0xb5, 0x60, 0xcf, 0xd9, 0x04, 0x17, 0x5d, 0x78, 0xd4, 0x5d, 0x13, 0x1e, 0x9d, 0xf9, 0x5e, 0xce, 0xbc, 0x2f, 0x8d, 0xe5, 0xcc, 0xb4, 0xaf, 0x6a, 0x27, 0x5b, 0xc1, 0x98, 0xec, 0xea, 0xea, 0xb4, 0x6e, 0xb2, 0x56, 0xc6, 0xbb, 0x4f, 0xd4, 0xc7, 0x2c, 0xb1, 0x08, 0x90, 0x1f, 0x8f, 0x39, 0x56, 0x6a, 0xaa, 0xc9, 0xb3, 0xdf, 0x7f, 0x9e, 0xfc, 0xfd, 0xd7, 0xbe, 0xc9, 0xaf, 0xfb, 0xd4, 0xb1, 0x63, 0xc7, 0xd6, 0x0e, 0x0c, 0x0c, 0xc4, 0xcb, 0x45, 0xf8, 0x65, 0x3a, 0x6d, 0xe5, 0x42, 0x8b, 0xb8, 0xc6, 0xda, 0xa2, 0xd6, 0x63, 0xb5, 0xf5, 0x3c, 0x2a, 0x3c, 0xaf, 0x52, 0x3c, 0x56, 0x6d, 0xd9, 0xb6, 0xe5, 0xc3, 0xeb, 0xd7, 0xaf, 0xbb, 0xb9, 0xba, 0xc6, 0x4c, 0x49, 0x40, 0x22, 0x8f, 0xc5, 0xe2, 0xac, 0x7c, 0x0e, 0x6f, 0xb0, 0x49, 0x50, 0x26, 0x11, 0xb1, 0x0d, 0x88, 0xc8, 0x7e, 0x0e, 0x1b, 0x7e, 0x6e, 0xd5, 0xaa, 0x76, 0xb2, 0x50, 0x0b, 0xa3, 0xab, 0x17, 0x2e, 0x5c, 0x64, 0x44, 0x8b, 0xc4, 0xc8, 0x24, 0x9e, 0xd5, 0x1d, 0x83, 0x4f, 0x4b, 0xc1, 0x47, 0x6c, 0x40, 0x8b, 0x3e, 0x79, 0x6a, 0x0d, 0x4c, 0xc6, 0xcf, 0x8d, 0x8e, 0x8d, 0x30, 0x82, 0xc5, 0x34, 0x00, 0xc4, 0xce, 0xc8, 0x34, 0xf6, 0x56, 0x15, 0x21, 0xd1, 0x48, 0x15, 0x89, 0x44, 0xab, 0xcc, 0xe7, 0xc0, 0xd4, 0xe8, 0x7d, 0xc1, 0x31, 0x47, 0x51, 0x7c, 0x84, 0xff, 0x51, 0x20, 0x54, 0xc1, 0x16, 0x65, 0x5b, 0x95, 0x8d, 0xbf, 0xb5, 0x42, 0x7a, 0x93, 0x14, 0x43, 0xec, 0x25, 0x52, 0x8f, 0xf2, 0x78, 0x9a, 0x13, 0xcb, 0xe8, 0xe8, 0x5c, 0x4d, 0x2e, 0x0f, 0x0d, 0x91, 0xff, 0xf2, 0x3b, 0x7f, 0x60, 0x97, 0x56, 0xc2, 0xe3, 0x87, 0x9e, 0x7f, 0xfe, 0xf9, 0xef, 0x90, 0x32, 0x17, 0x1c, 0x86, 0xcb, 0x4c, 0x0f, 0x9a, 0xc5, 0x00, 0xaa, 0x48, 0x9d, 0xdf, 0xe5, 0xb3, 0x73, 0x37, 0x9a, 0x9a, 0x9a, 0xda, 0x9b, 0x9a, 0x1a, 0x6f, 0xaa, 0xab, 0xaf, 0x63, 0x17, 0x82, 0xe7, 0x82, 0x6c, 0xdf, 0xbe, 0x95, 0xed, 0x98, 0x75, 0x11, 0xbb, 0x6a, 0xc3, 0x59, 0xb8, 0x55, 0x3e, 0x19, 0x8a, 0xf3, 0x02, 0x34, 0x34, 0x73, 0xfa, 0xa2, 0xe6, 0x92, 0xc8, 0x99, 0x74, 0x96, 0x6d, 0x98, 0xb1, 0x88, 0xe9, 0xbb, 0xbc, 0x41, 0x13, 0xe6, 0xbc, 0x63, 0x53, 0x5a, 0xd4, 0x68, 0x4d, 0x8d, 0x4d, 0x00, 0x1f, 0xa7, 0x9c, 0x2a, 0x2e, 0x4a, 0x25, 0xcf, 0x8e, 0xc1, 0xd3, 0xcd, 0xad, 0xee, 0xda, 0xac, 0xfd, 0x39, 0xff, 0xad, 0xd4, 0xfc, 0x1f, 0x27, 0x0b, 0xb2, 0xd7, 0x40, 0x28, 0x64, 0x49, 0xd6, 0x4a, 0x55, 0xa7, 0xfe, 0x57, 0x9b, 0x16, 0x4e, 0x9c, 0x9e, 0xe3, 0x69, 0xf9, 0x5f, 0xd0, 0x9c, 0xc7, 0x73, 0x1d, 0x0b, 0xaf, 0x0b, 0x36, 0x22, 0xc7, 0x0e, 0xd0, 0x98, 0xb7, 0x75, 0xe4, 0xb5, 0xa3, 0x5c, 0xa3, 0xfe, 0x1a, 0x3c, 0x7c, 0xbb, 0xdc, 0xb7, 0xaf, 0x9c, 0x0c, 0xa0, 0x5b, 0xc7, 0x8b, 0x10, 0x67, 0x1e, 0xac, 0x2a, 0x4c, 0xad, 0x9a, 0x27, 0xcb, 0xb6, 0xee, 0xee, 0xee, 0xeb, 0x01, 0x36, 0x68, 0x28, 0xdd, 0x58, 0x6c, 0xc1, 0x2a, 0xc2, 0xc7, 0x39, 0x56, 0x58, 0x54, 0x1d, 0x44, 0xf8, 0xd4, 0x30, 0x87, 0x6c, 0x54, 0x55, 0x47, 0x99, 0xc4, 0x2c, 0x94, 0xe2, 0x29, 0x29, 0x5e, 0x9a, 0xa1, 0xca, 0xd6, 0xf8, 0xc0, 0x39, 0x3e, 0x7f, 0xb7, 0x56, 0x67, 0xef, 0xa2, 0x36, 0x40, 0x26, 0xc6, 0x80, 0x14, 0xde, 0x54, 0xd4, 0x08, 0x18, 0xf1, 0xc4, 0x1b, 0x8d, 0x8c, 0x80, 0xda, 0x81, 0x4f, 0x61, 0x61, 0xad, 0x45, 0x00, 0x45, 0x32, 0xc2, 0xd6, 0xa8, 0x9d, 0x68, 0x68, 0xce, 0xfe, 0x32, 0xcc, 0xc6, 0x3a, 0x0c, 0x46, 0x99, 0xdd, 0xb9, 0xa9, 0xd5, 0x79, 0x1b, 0x53, 0x52, 0xb8, 0xb7, 0x27, 0x2c, 0xd6, 0x01, 0x6b, 0xc1, 0x3f, 0x30, 0x2f, 0x62, 0x57, 0x49, 0x7b, 0x9a, 0x3f, 0xc1, 0x07, 0x32, 0xa3, 0xcf, 0xb1, 0x70, 0x4e, 0x01, 0x08, 0x43, 0x72, 0xc3, 0xbe, 0xeb, 0x6d, 0x06, 0x80, 0xf5, 0xa1, 0x3b, 0xef, 0xbc, 0xb3, 0xfa, 0xc5, 0x17, 0x5f, 0x4c, 0x2c, 0x45, 0x06, 0xd0, 0x5c, 0xc4, 0xcf, 0x1f, 0x75, 0x9f, 0x08, 0x9d, 0x7b, 0xa0, 0x02, 0x7b, 0xaf, 0xae, 0xa1, 0x6e, 0x8d, 0x99, 0x62, 0xa1, 0xb3, 0x82, 0xee, 0x9a, 0x1a, 0x73, 0x9c, 0x0f, 0x0e, 0x71, 0xc3, 0x49, 0x85, 0x12, 0xd1, 0x53, 0x53, 0xea, 0x19, 0x96, 0x1d, 0xc0, 0x1f, 0x11, 0x2a, 0x94, 0x92, 0xa3, 0xee, 0xc7, 0x19, 0x7e, 0xf7, 0x1c, 0x89, 0x1d, 0x21, 0x88, 0x17, 0x8f, 0xcb, 0xb3, 0x77, 0x31, 0xd2, 0x89, 0xd2, 0x1f, 0xab, 0x95, 0x18, 0x4e, 0x07, 0x26, 0x40, 0x37, 0x32, 0x9e, 0x33, 0x96, 0xef, 0xe1, 0x86, 0xc6, 0x2a, 0x4b, 0xff, 0xc5, 0x42, 0x16, 0xbd, 0x8a, 0xd4, 0x56, 0xe3, 0x00, 0xbb, 0x1a, 0x52, 0x57, 0x5f, 0x0f, 0xd8, 0xd8, 0x9c, 0xb3, 0x55, 0x1d, 0x35, 0x03, 0x8f, 0x55, 0x51, 0xf3, 0x77, 0x9a, 0xd0, 0x29, 0x0c, 0x8f, 0xd6, 0xf3, 0xaa, 0xb0, 0xcd, 0x04, 0xd4, 0xd5, 0x9a, 0x4a, 0xee, 0xcc, 0xe3, 0x6e, 0x5d, 0xa5, 0xe8, 0xe4, 0xa3, 0xb9, 0x69, 0xd5, 0x4d, 0xde, 0x9a, 0x52, 0x21, 0x68, 0xae, 0x23, 0x6a, 0x12, 0x33, 0x08, 0xff, 0x6b, 0xee, 0xf7, 0x1d, 0x16, 0xc2, 0xf3, 0xdf, 0x77, 0xf3, 0x8d, 0xe4, 0xeb, 0x7f, 0xf3, 0x0d, 0x33, 0xff, 0x8c, 0x90, 0x46, 0xf8, 0xdd, 0x77, 0xc3, 0xe3, 0x77, 0x96, 0x22, 0x03, 0x84, 0xad, 0x2d, 0x24, 0x3c, 0x0f, 0x0b, 0xcc, 0xa0, 0x11, 0x6f, 0x9b, 0x0b, 0x0f, 0x63, 0x00, 0x7c, 0x69, 0xc2, 0xe9, 0x86, 0x98, 0x5c, 0x87, 0x6a, 0x3d, 0x5a, 0x15, 0x35, 0x8d, 0x49, 0x20, 0x88, 0x95, 0x2b, 0x57, 0x80, 0x64, 0x88, 0x93, 0x8c, 0x91, 0xb1, 0xb0, 0xbf, 0x43, 0xf8, 0x2c, 0x2d, 0xdb, 0x92, 0x86, 0x28, 0xfd, 0xcb, 0xca, 0x00, 0xb9, 0x0c, 0x9e, 0xac, 0xc6, 0x08, 0x92, 0x13, 0xbf, 0x3d, 0x81, 0x5d, 0x73, 0x18, 0x02, 0x0b, 0x53, 0xda, 0x56, 0xd5, 0x32, 0x1b, 0x20, 0x11, 0x4f, 0x91, 0x64, 0xca, 0x9c, 0xc6, 0x8e, 0x1a, 0x00, 0x19, 0x01, 0xfd, 0xf3, 0xbd, 0xbd, 0xbd, 0xec, 0xb7, 0xa0, 0xad, 0x80, 0x45, 0x1e, 0xc8, 0x0c, 0x49, 0x60, 0x7a, 0xd4, 0x20, 0xb3, 0x53, 0x73, 0x64, 0x14, 0xae, 0x0b, 0xa6, 0x23, 0x63, 0xce, 0x3c, 0xf6, 0xea, 0xa9, 0x01, 0xcd, 0x51, 0xdf, 0x50, 0xcb, 0x98, 0x09, 0x5f, 0xa7, 0x36, 0x89, 0x12, 0xab, 0x3d, 0x7a, 0x58, 0x0e, 0x7a, 0x69, 0x34, 0x50, 0xe3, 0x51, 0x55, 0x37, 0x6f, 0xaa, 0x05, 0xc0, 0x20, 0xaa, 0x20, 0x7e, 0x37, 0x71, 0x13, 0x4f, 0xbf, 0x39, 0xa7, 0xad, 0x16, 0x95, 0xfe, 0x27, 0x9a, 0xc3, 0x4e, 0x1a, 0x71, 0xda, 0xbb, 0x88, 0xbf, 0x01, 0x9e, 0xdf, 0xb2, 0x14, 0x19, 0x20, 0x94, 0xc7, 0xc6, 0x99, 0x83, 0x5f, 0x0f, 0xb1, 0xd7, 0x8b, 0x30, 0x48, 0x41, 0x8b, 0xe1, 0x68, 0x9f, 0xd9, 0xb9, 0x59, 0x96, 0x68, 0x35, 0x3b, 0x3b, 0x07, 0xb8, 0x79, 0x15, 0xfb, 0x14, 0x42, 0x1b, 0x2c, 0x64, 0x99, 0x03, 0x83, 0x38, 0x09, 0x92, 0xd4, 0xe0, 0x52, 0xdf, 0x70, 0x3c, 0x2b, 0x88, 0x93, 0xab, 0x16, 0x98, 0x01, 0x90, 0xc8, 0xb1, 0x9e, 0x55, 0xf4, 0xc4, 0xf0, 0xe1, 0xd3, 0xb8, 0x61, 0x56, 0x26, 0x12, 0x2b, 0x26, 0xa6, 0xe1, 0x6f, 0x40, 0x98, 0x86, 0x95, 0x50, 0xb5, 0x35, 0xb5, 0x24, 0x94, 0x0c, 0xb1, 0x52, 0x3e, 0xb4, 0x13, 0x30, 0x9f, 0x0a, 0xdd, 0x7f, 0x68, 0x2b, 0x60, 0x2f, 0x4b, 0xfc, 0x2c, 0x42, 0x1b, 0x84, 0x4a, 0xe8, 0xdb, 0xb7, 0xc6, 0x8b, 0x92, 0xb9, 0xd9, 0x18, 0x6b, 0x55, 0xe2, 0x36, 0xc4, 0x39, 0xe3, 0xe0, 0x3e, 0xb1, 0x18, 0x9b, 0xb8, 0xc8, 0x9e, 0x2f, 0xbe, 0x4f, 0xa4, 0xf8, 0xc3, 0x62, 0xf6, 0x29, 0x87, 0x77, 0xd6, 0xea, 0x58, 0x8a, 0x36, 0x80, 0x2e, 0x6c, 0x21, 0xd7, 0x73, 0xd5, 0xff, 0xfc, 0x35, 0x4a, 0xe4, 0xd6, 0x17, 0xa1, 0x74, 0x26, 0x73, 0x19, 0xf0, 0x74, 0x3f, 0x62, 0x40, 0xfc, 0xf1, 0xb5, 0xf5, 0xb5, 0x64, 0x04, 0x88, 0xa3, 0xab, 0xbb, 0xdb, 0x1c, 0xfe, 0x0c, 0xc4, 0xdd, 0x0e, 0x06, 0x32, 0x8e, 0xf4, 0x44, 0x42, 0x48, 0xc0, 0x0d, 0x66, 0x5a, 0x80, 0x69, 0x03, 0xc3, 0x9a, 0x42, 0x6f, 0xa6, 0x03, 0xf3, 0xfe, 0x38, 0xe6, 0xfc, 0x3e, 0x0b, 0x71, 0x51, 0x6f, 0x7a, 0x44, 0x90, 0x0f, 0x9e, 0x4b, 0x1f, 0x4d, 0xfc, 0x5f, 0xe3, 0x52, 0x4a, 0x23, 0xbc, 0x41, 0x1e, 0xda, 0x00, 0x6c, 0x70, 0xb8, 0xe6, 0x0c, 0x9f, 0x46, 0x29, 0x8d, 0x01, 0x42, 0x3d, 0x1c, 0x82, 0xf3, 0x4c, 0x30, 0x3f, 0x77, 0x66, 0x3a, 0xc3, 0x1a, 0x4a, 0xe9, 0x61, 0x9d, 0x0c, 0x0e, 0x5d, 0x22, 0xa3, 0xc3, 0x23, 0xe6, 0xf4, 0xf5, 0x96, 0x36, 0x06, 0x5b, 0x90, 0xc8, 0xd1, 0x56, 0xc0, 0xcf, 0x21, 0x43, 0x20, 0x0e, 0x46, 0x09, 0x8f, 0x4c, 0xe1, 0x26, 0x78, 0x61, 0xe6, 0xae, 0x34, 0x9c, 0x5a, 0x5c, 0x08, 0x1d, 0x50, 0xeb, 0xe0, 0x86, 0xb1, 0x9a, 0x89, 0x89, 0x09, 0xde, 0x20, 0x8a, 0x2c, 0xd3, 0xf5, 0xc3, 0x25, 0xc2, 0x9b, 0x12, 0xf1, 0x47, 0x5c, 0xd8, 0x3f, 0x92, 0xe3, 0x35, 0xdf, 0x7d, 0x37, 0x6e, 0x5c, 0xbf, 0x7b, 0xdd, 0x86, 0xf5, 0xff, 0x99, 0x98, 0xc1, 0x00, 0xb2, 0x6e, 0xc3, 0x3a, 0xa6, 0xca, 0x91, 0x52, 0x5b, 0xda, 0x9a, 0x59, 0xc0, 0x05, 0xb1, 0x6f, 0x35, 0x40, 0x23, 0x3e, 0xe6, 0x07, 0x6f, 0x3c, 0x32, 0x0c, 0x12, 0x05, 0x8f, 0x0d, 0xf0, 0x3c, 0x1b, 0xbb, 0x43, 0x02, 0xcf, 0xad, 0x11, 0x9f, 0x9b, 0x0e, 0x66, 0xf1, 0xc1, 0x45, 0xfc, 0xf2, 0x3f, 0xec, 0x4f, 0xf3, 0x3e, 0x17, 0x09, 0x1f, 0x25, 0x3c, 0x6a, 0x03, 0x84, 0x24, 0x61, 0x2b, 0x06, 0xc0, 0xa4, 0x77, 0x32, 0x41, 0xce, 0x9f, 0xbb, 0xc8, 0x88, 0x0f, 0xcf, 0x1b, 0xcb, 0x0b, 0xcf, 0x9d, 0x3d, 0x67, 0x33, 0xd5, 0xc5, 0xf3, 0x03, 0x8c, 0x01, 0xba, 0x81, 0xd1, 0xfb, 0xfb, 0xfb, 0xd9, 0xef, 0x44, 0x83, 0x59, 0x64, 0x44, 0x76, 0x5c, 0x61, 0xe3, 0x73, 0x77, 0xc5, 0x92, 0x47, 0x71, 0x20, 0x35, 0x9f, 0xbd, 0x8b, 0x5a, 0x41, 0x8c, 0x0e, 0x23, 0x53, 0x20, 0xf4, 0x1a, 0x1b, 0x1b, 0x63, 0x0c, 0x81, 0x9b, 0x58, 0x33, 0xb0, 0x44, 0x17, 0x66, 0xf4, 0xfd, 0xd5, 0xc1, 0x83, 0x07, 0xff, 0x6b, 0xb9, 0x9d, 0x79, 0xa5, 0x32, 0x40, 0xa8, 0x08, 0x42, 0xf7, 0x7d, 0x1d, 0x6e, 0x66, 0xe4, 0xce, 0x77, 0xdf, 0xf1, 0x87, 0x60, 0xe8, 0xad, 0xc1, 0x83, 0xa3, 0x71, 0xd9, 0xbf, 0xae, 0xdf, 0xae, 0x6c, 0x42, 0x5b, 0xa0, 0xab, 0xa7, 0x8b, 0x25, 0xe1, 0x21, 0xd4, 0x31, 0xfd, 0xde, 0x66, 0x6c, 0x20, 0x0d, 0xb8, 0x1a, 0xb5, 0x42, 0x12, 0xa4, 0x60, 0x02, 0x6e, 0x38, 0xc6, 0x07, 0x28, 0x77, 0x2d, 0xf2, 0x64, 0x36, 0xf1, 0xb9, 0xc4, 0x00, 0xd4, 0x57, 0xfa, 0x13, 0x41, 0x0b, 0x68, 0x16, 0xb1, 0xf3, 0xe7, 0x98, 0x04, 0x88, 0x46, 0x77, 0x14, 0x08, 0x1e, 0xe1, 0x59, 0x24, 0x52, 0x65, 0x4e, 0xcf, 0xc4, 0xd1, 0xaf, 0xa0, 0xba, 0x51, 0x8b, 0x0d, 0x0e, 0x0c, 0x82, 0xe1, 0x7b, 0xc9, 0x3e, 0x26, 0x0e, 0xa1, 0x3e, 0x7f, 0xfa, 0x1c, 0x40, 0x21, 0xb3, 0x38, 0x65, 0x7a, 0x6a, 0x7a, 0x78, 0xe0, 0xe2, 0xe0, 0x29, 0x2c, 0xf5, 0xc3, 0x8d, 0x4f, 0x51, 0x69, 0x6c, 0x6c, 0x0c, 0xf7, 0xf5, 0xf5, 0x35, 0x80, 0x86, 0xa8, 0x03, 0x68, 0x54, 0x0f, 0xda, 0xa0, 0x1e, 0xb4, 0x41, 0x9d, 0x8e, 0x03, 0x80, 0x45, 0x15, 0x1e, 0x0e, 0xe3, 0x78, 0x51, 0xcd, 0x3d, 0x90, 0x1a, 0x1f, 0xf9, 0x6f, 0x40, 0xa2, 0xb7, 0x06, 0x51, 0x73, 0x83, 0x9b, 0x02, 0xd1, 0x6b, 0xd6, 0x39, 0x51, 0x78, 0x7d, 0x0c, 0x18, 0x61, 0x70, 0x64, 0x64, 0x64, 0x70, 0x68, 0x68, 0xe8, 0x72, 0x1a, 0x27, 0x67, 0x2f, 0xfe, 0x9a, 0x81, 0xfb, 0x82, 0xb3, 0xbd, 0x06, 0xe0, 0xb7, 0x7c, 0xf7, 0x5f, 0xff, 0xf5, 0x5f, 0x27, 0x97, 0x10, 0x3a, 0xcb, 0x9b, 0x01, 0x0a, 0x66, 0x02, 0x90, 0x7e, 0xfd, 0x3b, 0x76, 0x5d, 0xf7, 0x79, 0xb8, 0xd1, 0x11, 0xd3, 0xff, 0x8b, 0x03, 0x9e, 0xfb, 0xd9, 0x30, 0x65, 0x4e, 0xac, 0x28, 0xf5, 0xfa, 0xd6, 0xf4, 0xb2, 0x6e, 0x02, 0xb5, 0x00, 0x89, 0x98, 0xeb, 0xd1, 0x32, 0xac, 0xb8, 0xeb, 0x30, 0x01, 0x30, 0x08, 0x21, 0x52, 0x0a, 0x98, 0x01, 0x21, 0x53, 0x06, 0xb4, 0x05, 0xde, 0x57, 0x71, 0xa8, 0x1f, 0x95, 0x8b, 0x14, 0x94, 0x2a, 0x00, 0x1f, 0xd0, 0xa0, 0x0d, 0x5b, 0xb6, 0x05, 0x32, 0x1d, 0xe2, 0x7a, 0xee, 0x89, 0xe1, 0xd8, 0x9f, 0x5a, 0x83, 0xa7, 0x11, 0x8a, 0xe1, 0xe0, 0xb9, 0xcb, 0x03, 0x43, 0x64, 0x60, 0x70, 0x90, 0xbd, 0xc6, 0x8d, 0xe3, 0x09, 0x80, 0x3f, 0x38, 0x7c, 0x9a, 0x33, 0x1c, 0x9c, 0xcf, 0xd4, 0x4f, 0xfe, 0xe3, 0x27, 0x5f, 0x04, 0x69, 0x8d, 0x55, 0x2b, 0xf9, 0x4c, 0x52, 0x4c, 0xef, 0xdb, 0xb7, 0xaf, 0x79, 0xf3, 0xe6, 0xcd, 0x9d, 0xab, 0x57, 0xaf, 0xee, 0x02, 0x86, 0x60, 0x73, 0x77, 0xe1, 0x5c, 0xb0, 0x4f, 0x4e, 0x17, 0x46, 0xd9, 0x05, 0xdb, 0x84, 0x4d, 0x6a, 0xc7, 0xeb, 0x26, 0x6e, 0x9c, 0x29, 0x50, 0xea, 0x23, 0x2c, 0xc2, 0x0d, 0x20, 0x92, 0x01, 0xf0, 0x89, 0xe7, 0x49, 0xa3, 0xba, 0xf8, 0x01, 0x1c, 0xeb, 0x69, 0x60, 0xe2, 0xef, 0xfc, 0xee, 0xef, 0xfe, 0xee, 0x34, 0xb9, 0x8a, 0x57, 0x39, 0x21, 0x50, 0xa4, 0x5c, 0xda, 0x60, 0xd3, 0x96, 0x4d, 0x7b, 0xd7, 0xaf, 0x5f, 0xf7, 0x49, 0x22, 0x4c, 0xb0, 0x69, 0x6b, 0x6f, 0x27, 0xab, 0x3b, 0x57, 0x11, 0x97, 0x00, 0x64, 0x58, 0xb9, 0x87, 0x75, 0x17, 0xeb, 0x61, 0x85, 0xda, 0x4e, 0x9e, 0x8a, 0x83, 0xff, 0x9d, 0x44, 0x33, 0x33, 0x4a, 0x9b, 0xb6, 0x66, 0xe6, 0xa2, 0x96, 0x60, 0x83, 0xfc, 0xa8, 0x69, 0x40, 0x73, 0x23, 0x16, 0xbb, 0x2a, 0x33, 0x43, 0x36, 0xa4, 0x01, 0xd1, 0x47, 0xad, 0x99, 0x08, 0x82, 0x4d, 0x60, 0xd9, 0x02, 0x9a, 0xe0, 0x27, 0x44, 0x58, 0x71, 0x69, 0xe0, 0x12, 0x8b, 0x0a, 0xbb, 0x07, 0xd0, 0x21, 0x3c, 0x1b, 0xbc, 0x38, 0xc8, 0xf6, 0xe1, 0x0b, 0xec, 0x96, 0xc4, 0xa1, 0xc3, 0x87, 0x1f, 0xbf, 0x32, 0x74, 0x65, 0x20, 0x5f, 0xe2, 0x27, 0x01, 0x23, 0x47, 0x71, 0x26, 0xd6, 0x5d, 0x77, 0xdd, 0xd5, 0x09, 0x5a, 0xa3, 0x1f, 0x18, 0x63, 0x3d, 0x9c, 0xf3, 0x75, 0xc0, 0x04, 0x3b, 0xe1, 0x5c, 0xd7, 0xf2, 0xeb, 0x88, 0xd2, 0x1e, 0x5b, 0x8b, 0x58, 0x2d, 0x46, 0x98, 0x7d, 0xc1, 0xd3, 0x46, 0x78, 0x5c, 0x02, 0x37, 0xd0, 0x06, 0x86, 0x95, 0xa6, 0x82, 0xcc, 0xf0, 0x7d, 0xf8, 0xdc, 0xff, 0x7d, 0xf0, 0xc1, 0x07, 0x5f, 0xa8, 0x30, 0x80, 0xfa, 0xf3, 0x85, 0xda, 0x00, 0xf9, 0xbc, 0x16, 0xde, 0xb8, 0x69, 0xe3, 0x9e, 0x75, 0xeb, 0xd7, 0x7e, 0x9c, 0x6b, 0x02, 0xa6, 0x6e, 0x80, 0xf8, 0xdb, 0x56, 0xb5, 0xb1, 0x5c, 0x17, 0x55, 0x61, 0x07, 0xe6, 0x91, 0xb4, 0x83, 0xc1, 0xd8, 0xda, 0xde, 0xc6, 0x8a, 0xac, 0x11, 0x47, 0xbb, 0xf3, 0xdf, 0x73, 0xe5, 0x00, 0xf9, 0x42, 0x21, 0xe1, 0x7f, 0xec, 0x6d, 0x8f, 0xad, 0xfd, 0xd8, 0x6c, 0xda, 0x2b, 0xc3, 0x64, 0x04, 0x8c, 0x59, 0xac, 0x63, 0x75, 0x2f, 0x84, 0x1e, 0xfc, 0x7d, 0x31, 0x81, 0x0c, 0x24, 0xeb, 0xf4, 0xd1, 0xd7, 0x8e, 0xfc, 0xdd, 0xd0, 0xd0, 0x95, 0x8b, 0xa4, 0xbc, 0xb3, 0x76, 0x3d, 0xaf, 0x7d, 0xe5, 0x2b, 0x5f, 0xa9, 0x43, 0x66, 0x80, 0xdf, 0xca, 0x67, 0xef, 0xde, 0x0a, 0xdb, 0x1a, 0x7e, 0x2e, 0xa0, 0x41, 0x28, 0x08, 0x11, 0x8c, 0xc2, 0xb3, 0x88, 0xb5, 0x99, 0xce, 0x61, 0x30, 0xdb, 0xc0, 0xb2, 0x13, 0x18, 0x33, 0xc0, 0xef, 0xfe, 0x05, 0x1c, 0xe3, 0x8f, 0xaf, 0x5c, 0xb9, 0xf2, 0xed, 0x03, 0x07, 0x0e, 0x18, 0x15, 0x06, 0x90, 0x3d, 0x49, 0x4a, 0x22, 0x2e, 0xe0, 0x7f, 0xe5, 0xf3, 0xce, 0xce, 0x8e, 0xde, 0xad, 0xdb, 0xb7, 0x7f, 0x34, 0x1a, 0xad, 0x5a, 0xed, 0xc2, 0xbd, 0xa4, 0xb9, 0xa5, 0x99, 0xb9, 0x0d, 0xd1, 0x03, 0xe3, 0x8b, 0xcf, 0x00, 0xa3, 0x23, 0x53, 0x34, 0xd4, 0xa3, 0xc4, 0xab, 0x83, 0xe7, 0x0d, 0x56, 0xea, 0x36, 0xc0, 0x19, 0xec, 0x99, 0x83, 0x01, 0xa4, 0x50, 0xd8, 0xaa, 0x70, 0x32, 0x09, 0x1b, 0x33, 0x15, 0x33, 0x59, 0x73, 0xaa, 0x22, 0x3e, 0x47, 0x03, 0x72, 0x76, 0x66, 0x96, 0x19, 0x93, 0xd8, 0x22, 0x70, 0x76, 0x76, 0x86, 0xc4, 0xc0, 0xd6, 0x30, 0x02, 0x7a, 0x9f, 0xe2, 0xfe, 0xd8, 0x59, 0xc2, 0xee, 0x98, 0x21, 0x02, 0xdb, 0xe9, 0x99, 0x13, 0x87, 0x0f, 0xbd, 0xf6, 0x2f, 0x80, 0xc3, 0xc7, 0x5d, 0x04, 0x9b, 0xc9, 0x83, 0xf8, 0x8b, 0x19, 0x52, 0xed, 0x59, 0x4f, 0x3d, 0xf5, 0xd4, 0x2a, 0xf8, 0x7d, 0xc8, 0x0c, 0x77, 0xc2, 0xf9, 0xbd, 0x0f, 0x1e, 0x37, 0x5b, 0xb0, 0x89, 0x31, 0x03, 0x7a, 0xa6, 0x50, 0x78, 0x70, 0x57, 0x2c, 0x7a, 0xa6, 0xc0, 0x36, 0x30, 0xe0, 0x39, 0x32, 0x02, 0x76, 0x6e, 0xfe, 0x14, 0x68, 0x84, 0x37, 0xaf, 0x69, 0x06, 0xf8, 0xd4, 0xa7, 0x3e, 0xd5, 0x09, 0x92, 0xe1, 0x73, 0x70, 0x41, 0xf6, 0xc2, 0x63, 0x3b, 0xb6, 0x4e, 0xb1, 0xb2, 0x3c, 0x6d, 0xaf, 0xa1, 0xf5, 0xbf, 0xfd, 0x3d, 0x98, 0xf1, 0x69, 0xbd, 0xce, 0x33, 0x47, 0xed, 0x0c, 0x52, 0xbf, 0xf7, 0x59, 0xb0, 0x55, 0xd7, 0x6b, 0x30, 0x20, 0x6c, 0xf9, 0x5e, 0x3c, 0x44, 0x65, 0x42, 0x16, 0xa7, 0x2e, 0x55, 0x99, 0xf1, 0x69, 0x78, 0x9b, 0x06, 0x88, 0x15, 0x61, 0xf9, 0xa6, 0x33, 0xfb, 0x06, 0x8c, 0x79, 0x50, 0x2e, 0x6b, 0xb8, 0x22, 0xb0, 0xf6, 0xa5, 0x36, 0x80, 0xb1, 0xe2, 0x70, 0x1e, 0x29, 0x22, 0xa7, 0x87, 0xe0, 0xe0, 0x06, 0xb1, 0xa3, 0x00, 0xe5, 0x70, 0xc5, 0xfd, 0x9a, 0xeb, 0x3d, 0xd5, 0xe7, 0x91, 0xe8, 0xd1, 0x70, 0x3c, 0x0b, 0xaf, 0xfd, 0xcd, 0xc1, 0x83, 0x07, 0xf3, 0x72, 0x1b, 0x82, 0x96, 0xe8, 0x01, 0x2d, 0x81, 0x83, 0xa8, 0xef, 0x81, 0xcf, 0x7d, 0x00, 0xfd, 0x0f, 0xd8, 0x77, 0xb3, 0xa5, 0xa5, 0x45, 0x07, 0x5b, 0x83, 0xa5, 0x6b, 0xa0, 0x40, 0x40, 0x46, 0x18, 0x18, 0x18, 0x40, 0x8d, 0x90, 0x84, 0xdf, 0xfb, 0x5b, 0x0f, 0x3f, 0xfc, 0xf0, 0xbf, 0x5e, 0x93, 0x0c, 0xf0, 0xf1, 0x8f, 0x7f, 0xbc, 0x0b, 0x2e, 0x14, 0xb6, 0xb0, 0x6e, 0x0d, 0x22, 0x96, 0xab, 0x29, 0xa7, 0x7f, 0x19, 0x2e, 0x3c, 0xf1, 0x4f, 0x03, 0x13, 0x7c, 0xad, 0x90, 0x0f, 0x7d, 0xf9, 0xcb, 0x5f, 0x6e, 0x04, 0x0d, 0x7b, 0x1f, 0xdc, 0xdf, 0xdf, 0x84, 0x7f, 0xef, 0x42, 0xf9, 0x82, 0x76, 0x16, 0xba, 0x66, 0xd1, 0x66, 0x40, 0x17, 0xeb, 0x5b, 0x6f, 0xbd, 0x65, 0x58, 0x35, 0xbb, 0xef, 0x03, 0x4d, 0xf0, 0xdc, 0x35, 0xc7, 0x00, 0x9f, 0xf8, 0xc4, 0x27, 0x9e, 0xc2, 0x8b, 0x5b, 0x6e, 0x02, 0x5b, 0xaa, 0x4c, 0xb2, 0x8c, 0xd7, 0x70, 0x24, 0x12, 0x59, 0xff, 0x9d, 0xef, 0x7c, 0x67, 0xa6, 0x98, 0x0f, 0x83, 0x66, 0x58, 0x0f, 0xda, 0xf7, 0xf7, 0xe1, 0xe9, 0xfd, 0xa8, 0x15, 0x30, 0x20, 0x87, 0x85, 0xf5, 0x08, 0x8b, 0x8e, 0x1e, 0x3d, 0x8a, 0x90, 0x68, 0x1a, 0x11, 0xc0, 0x67, 0x3f, 0xfb, 0xd9, 0xd3, 0xcb, 0xf5, 0x02, 0x15, 0xdc, 0x22, 0xe0, 0x33, 0x9f, 0xf9, 0x0c, 0x02, 0xe6, 0xfd, 0x41, 0xc4, 0x94, 0x4f, 0xfd, 0x6b, 0x31, 0x9f, 0x59, 0x8c, 0xe3, 0x2c, 0xf3, 0xd5, 0x9e, 0x4a, 0xa5, 0xee, 0x2a, 0xf6, 0xc3, 0x8f, 0x3c, 0xf2, 0xc8, 0xa9, 0x87, 0x1e, 0x7a, 0xe8, 0x41, 0x80, 0x3c, 0x6b, 0xe0, 0x7a, 0x7c, 0x03, 0xeb, 0x8c, 0xdf, 0x7c, 0xf3, 0x4d, 0x8a, 0x36, 0xd8, 0x96, 0x2d, 0x5b, 0x90, 0x76, 0x1a, 0x01, 0x1a, 0xfd, 0xed, 0x35, 0xa5, 0x01, 0xee, 0xbf, 0xff, 0xfe, 0xbb, 0xe0, 0x62, 0x3c, 0xcb, 0x09, 0x04, 0x8b, 0x99, 0x3f, 0xf5, 0xc0, 0xc7, 0x48, 0x28, 0x14, 0x09, 0x38, 0xb0, 0x9c, 0x68, 0x45, 0x09, 0xf5, 0xec, 0x23, 0xee, 0x41, 0x7d, 0x4e, 0x4d, 0x73, 0x7d, 0x3e, 0xe7, 0x27, 0xa8, 0xdf, 0xfe, 0xae, 0x4f, 0x6b, 0xf2, 0x2b, 0xd4, 0xe7, 0x78, 0x4e, 0x48, 0x8c, 0x2a, 0x7f, 0xa9, 0xf7, 0xfc, 0xcc, 0x57, 0x69, 0xc0, 0x05, 0x37, 0xc7, 0x91, 0xfa, 0xef, 0xa1, 0x91, 0xe0, 0xa6, 0x59, 0xe2, 0xde, 0xe8, 0xca, 0xfd, 0xfe, 0xc1, 0xe7, 0xc8, 0x8b, 0x3f, 0xfc, 0x91, 0xb8, 0xcb, 0x37, 0x00, 0x06, 0x7d, 0xa2, 0x1c, 0xc4, 0xf2, 0xf8, 0xe3, 0x8f, 0x63, 0x94, 0xfe, 0x2f, 0x30, 0x81, 0x0f, 0x47, 0x8f, 0x62, 0x8b, 0x1c, 0xcc, 0x6e, 0x85, 0xb5, 0x0f, 0x18, 0xe5, 0xd5, 0xe5, 0xc8, 0x00, 0x05, 0xe7, 0x02, 0x01, 0xe1, 0xff, 0x9a, 0x28, 0x29, 0x77, 0xec, 0xbc, 0x8e, 0xf9, 0xe8, 0x35, 0x17, 0x81, 0xe7, 0xfa, 0xdf, 0x9b, 0x26, 0x2b, 0xbc, 0xa2, 0x11, 0xe9, 0x7f, 0xf7, 0xfb, 0xe5, 0xfb, 0x5f, 0x31, 0xeb, 0xd6, 0x4d, 0x7c, 0x9e, 0xd9, 0xb7, 0xf9, 0xff, 0x9f, 0x8f, 0xcc, 0xd1, 0x72, 0x8c, 0x13, 0x2d, 0x74, 0xfc, 0xe8, 0x3b, 0xdf, 0xf5, 0x0e, 0x89, 0x01, 0xe0, 0x1e, 0xdd, 0xbb, 0x69, 0xd3, 0xa6, 0x86, 0xe3, 0xc7, 0x8f, 0xf3, 0x72, 0xc2, 0xa2, 0x55, 0x1b, 0x10, 0xf9, 0x63, 0xc0, 0x04, 0xbb, 0x87, 0x87, 0x87, 0x3f, 0x86, 0x41, 0x48, 0x64, 0x04, 0x64, 0x00, 0xf8, 0x0e, 0x34, 0x9c, 0xaf, 0x7e, 0x06, 0xc0, 0x5a, 0xe0, 0x33, 0x67, 0xce, 0xdc, 0x2b, 0xc2, 0x85, 0xad, 0xd7, 0x6d, 0x31, 0x7d, 0xe3, 0x58, 0xb0, 0xe2, 0x81, 0x0d, 0xc1, 0x24, 0xa1, 0x29, 0xa4, 0x65, 0xb0, 0x7a, 0xd2, 0x72, 0x4a, 0x43, 0xaa, 0x51, 0x5f, 0x82, 0xd3, 0x94, 0x96, 0xa2, 0x56, 0xc0, 0xf9, 0xe5, 0x73, 0x3c, 0x1a, 0xa8, 0x58, 0xb5, 0xc0, 0xe2, 0x38, 0xef, 0x27, 0x73, 0x1d, 0x4f, 0xbc, 0xbe, 0x55, 0x55, 0xd5, 0x6c, 0xda, 0x4a, 0x6b, 0x6b, 0x0b, 0x19, 0x1d, 0x1d, 0x23, 0x96, 0xc7, 0xa8, 0xa9, 0xa3, 0xa3, 0xe3, 0x3d, 0xc0, 0x00, 0x2f, 0x10, 0x6f, 0x73, 0xa9, 0x62, 0x98, 0xe1, 0x31, 0xd8, 0x3e, 0x86, 0x09, 0x76, 0x58, 0xe1, 0x86, 0x1e, 0x28, 0x58, 0x6b, 0x96, 0x2b, 0x04, 0x2a, 0x88, 0x01, 0xce, 0x9e, 0x3d, 0x7b, 0x33, 0xfc, 0x58, 0xdb, 0x27, 0x8f, 0xa1, 0xf5, 0xde, 0x1e, 0x73, 0x70, 0x42, 0x2a, 0x93, 0x0e, 0xae, 0x45, 0xad, 0xac, 0xf9, 0x37, 0xe8, 0x42, 0x19, 0x12, 0x09, 0x87, 0xc8, 0xcd, 0xb7, 0xde, 0x44, 0xfe, 0xed, 0xdb, 0xdf, 0x13, 0x18, 0xa3, 0x0a, 0x85, 0xd6, 0x4b, 0xc4, 0xbf, 0x8b, 0x5a, 0xde, 0xb9, 0x3f, 0x40, 0xf0, 0xd7, 0xf1, 0x4a, 0x3d, 0xab, 0x08, 0x09, 0xdd, 0xd4, 0x33, 0xd7, 0x04, 0x03, 0xc0, 0x0f, 0xbe, 0x4f, 0x34, 0x18, 0x77, 0x5f, 0xbf, 0x93, 0x05, 0x9b, 0x70, 0xb2, 0xca, 0xe1, 0x9f, 0xbf, 0x2e, 0xcd, 0x0c, 0xae, 0x2c, 0xff, 0xd5, 0xd9, 0xd5, 0xc1, 0xba, 0x21, 0xbb, 0xa0, 0x25, 0x99, 0x9c, 0x98, 0xb2, 0xea, 0x9e, 0x1d, 0xc1, 0xcc, 0xaa, 0xa1, 0xc4, 0x16, 0xe7, 0x98, 0x1f, 0x2f, 0xc8, 0xed, 0x2c, 0x4b, 0xfa, 0x33, 0x5f, 0x58, 0xb5, 0xba, 0x8d, 0x35, 0x04, 0xd8, 0x03, 0xf7, 0x45, 0x64, 0x80, 0x50, 0x28, 0xf4, 0x81, 0xea, 0xea, 0xea, 0x03, 0x89, 0x44, 0x22, 0x4d, 0xd4, 0x2d, 0x06, 0xc3, 0xf9, 0x68, 0x85, 0x27, 0x9e, 0x78, 0x02, 0xe1, 0xef, 0x5f, 0x47, 0xa3, 0x51, 0x03, 0x67, 0x72, 0x61, 0xb4, 0xd8, 0xa2, 0x8b, 0x9f, 0x5e, 0x13, 0x0c, 0x00, 0xeb, 0x3e, 0xd1, 0x3b, 0xb2, 0x6d, 0xfb, 0x56, 0x06, 0x7f, 0xc6, 0x46, 0xc7, 0x59, 0xf4, 0xb3, 0xb2, 0xf2, 0x5b, 0x97, 0x87, 0x86, 0x3d, 0x0c, 0x80, 0xd7, 0xf1, 0xe4, 0xdb, 0xa7, 0x95, 0x29, 0x15, 0xf9, 0x2e, 0xcc, 0x86, 0xc5, 0xea, 0xb2, 0xbe, 0x35, 0x6b, 0x58, 0x5a, 0x03, 0xef, 0xd7, 0x04, 0xc7, 0x6e, 0xdd, 0xba, 0x75, 0xeb, 0xbe, 0x43, 0x87, 0x0e, 0xfd, 0x82, 0xc8, 0x5d, 0xd4, 0xc2, 0x44, 0xee, 0xb1, 0x13, 0x52, 0x31, 0xc2, 0x53, 0x4f, 0x3d, 0xd5, 0x9d, 0xc9, 0x64, 0xfe, 0x08, 0xee, 0xfd, 0xfd, 0x48, 0xfc, 0xdb, 0xb6, 0x6d, 0x63, 0xde, 0x43, 0x0c, 0x8a, 0xc1, 0xb1, 0x27, 0x41, 0xc3, 0x7c, 0xfb, 0xaa, 0x67, 0x80, 0xfb, 0xef, 0xbf, 0x7f, 0x17, 0x5c, 0x84, 0xb5, 0x5c, 0x5a, 0x61, 0x6a, 0x41, 0x5f, 0x7f, 0x0f, 0x80, 0x1e, 0x9d, 0x4d, 0x0e, 0x2f, 0xb5, 0x45, 0xf6, 0xb5, 0xb4, 0x58, 0x31, 0x0f, 0x10, 0x7a, 0xb5, 0xd0, 0x6b, 0x1f, 0xe1, 0x04, 0x76, 0x6f, 0xd3, 0xf5, 0xe2, 0x6b, 0x94, 0xa6, 0x26, 0xa7, 0x59, 0x2a, 0x78, 0x75, 0x4d, 0x94, 0xdc, 0x72, 0xfb, 0xcd, 0xe4, 0xfb, 0xdf, 0xfd, 0x81, 0xfd, 0x1e, 0x30, 0x04, 0xa6, 0x3c, 0xbc, 0xee, 0x22, 0x72, 0x3e, 0x7c, 0x5a, 0x39, 0x8f, 0x17, 0x24, 0xfe, 0x46, 0xb8, 0xd7, 0x0f, 0x81, 0x96, 0xf9, 0x0c, 0x22, 0x29, 0x8c, 0x03, 0xf4, 0xf7, 0xf7, 0xb3, 0x49, 0x2d, 0x27, 0x4e, 0x9c, 0xc0, 0xa4, 0x3f, 0xdc, 0xef, 0xf3, 0xbf, 0xfd, 0xdb, 0xbf, 0x7d, 0xf5, 0x43, 0x20, 0xb8, 0x08, 0xf7, 0x89, 0xc6, 0x2f, 0xc2, 0x9f, 0x48, 0x38, 0x42, 0x92, 0xa9, 0x34, 0x99, 0x18, 0x9f, 0x2c, 0xb9, 0xe9, 0xea, 0xb5, 0xb6, 0xc6, 0x47, 0x27, 0xa4, 0x89, 0x2b, 0x48, 0x54, 0x73, 0x73, 0xb3, 0xa4, 0xb1, 0xa1, 0xb4, 0x2e, 0xcb, 0x63, 0x23, 0x63, 0xa4, 0xbb, 0xb7, 0x8b, 0xec, 0xdd, 0x7b, 0xbd, 0xc4, 0x00, 0x20, 0xb9, 0xb1, 0xa0, 0xfc, 0x4b, 0xc4, 0x3b, 0x6c, 0x5a, 0x9a, 0xc3, 0xfb, 0xc0, 0x03, 0x0f, 0x74, 0xaf, 0x5b, 0xb7, 0xee, 0x3d, 0xb5, 0xb5, 0xb5, 0xbf, 0x09, 0x02, 0x6f, 0x0f, 0x9e, 0x17, 0xe6, 0x05, 0x61, 0x99, 0x26, 0xe6, 0x51, 0x61, 0x24, 0x18, 0x27, 0xaf, 0xcf, 0xcd, 0xcd, 0xe1, 0x0d, 0x7f, 0xec, 0xa1, 0x87, 0x1e, 0xfa, 0xda, 0x72, 0xbe, 0x0f, 0x79, 0x33, 0x80, 0xdb, 0xfd, 0x79, 0xdd, 0x8e, 0xed, 0x2c, 0x59, 0x1e, 0xeb, 0x5b, 0x4b, 0xed, 0x0f, 0x7f, 0x2d, 0xae, 0x91, 0xe1, 0x51, 0xcf, 0xc8, 0xa1, 0xd5, 0x5d, 0xab, 0xc9, 0xec, 0x54, 0x5c, 0xaa, 0xf2, 0x2a, 0x74, 0x5d, 0x38, 0x3b, 0x40, 0x7a, 0xfa, 0xba, 0xc9, 0xda, 0xb5, 0x6b, 0x58, 0x0e, 0x0f, 0x4f, 0xcd, 0x06, 0x42, 0xee, 0xdc, 0xb4, 0x69, 0xd3, 0xb6, 0xe3, 0xc7, 0x8f, 0xbf, 0x45, 0x9c, 0x59, 0x5a, 0xfa, 0x5d, 0x77, 0xdd, 0xd5, 0xb3, 0x61, 0xc3, 0x86, 0xeb, 0x00, 0xd3, 0xdf, 0x08, 0x04, 0x7e, 0x07, 0x76, 0xe5, 0xe3, 0xb3, 0xb8, 0x78, 0xc1, 0x3e, 0xa6, 0x40, 0xa0, 0x86, 0xc2, 0xa6, 0xbb, 0x83, 0x83, 0x83, 0x06, 0xdc, 0x7f, 0xb4, 0x25, 0x7e, 0xff, 0xc1, 0x07, 0x1f, 0xfc, 0x0a, 0x30, 0x00, 0xb9, 0xea, 0x19, 0xe0, 0xa3, 0x1f, 0xfd, 0xe8, 0x7a, 0xf8, 0xd1, 0xdb, 0x39, 0xf1, 0xd7, 0x35, 0xd4, 0x91, 0xde, 0xbe, 0x5e, 0xf6, 0xde, 0xd0, 0x60, 0x05, 0xfe, 0x14, 0xb3, 0x12, 0xf1, 0xa4, 0xa7, 0xd7, 0x7e, 0x5f, 0x7f, 0x1f, 0x79, 0xf5, 0xe5, 0x5f, 0x94, 0xd4, 0x6b, 0x1f, 0xbb, 0xe8, 0xf1, 0x11, 0x49, 0xb7, 0xbe, 0xe3, 0x26, 0xf2, 0xdc, 0x0f, 0x9c, 0x7c, 0xb8, 0xde, 0xde, 0xde, 0x0f, 0xef, 0xdc, 0xb9, 0xf3, 0xe7, 0x40, 0xec, 0x7d, 0xc0, 0x1c, 0x9b, 0xeb, 0xea, 0xea, 0xb6, 0x03, 0xc1, 0xaf, 0xe0, 0x05, 0xfc, 0x56, 0x6a, 0x34, 0x93, 0xf8, 0xb0, 0xe9, 0x7c, 0xc4, 0xd2, 0xd9, 0xb3, 0x67, 0xb1, 0xdb, 0xb4, 0x61, 0xb5, 0xae, 0x7c, 0x15, 0xd0, 0xc0, 0xa7, 0x1f, 0x7d, 0xf4, 0xd1, 0x37, 0x96, 0x3b, 0xf1, 0xe7, 0xcd, 0x00, 0xf0, 0x83, 0xf7, 0xb3, 0x3e, 0x33, 0x1c, 0xfe, 0xec, 0xd9, 0xc5, 0xca, 0x15, 0xb1, 0xe4, 0x0f, 0x3b, 0x14, 0x54, 0x18, 0xa0, 0xb8, 0x85, 0xd0, 0x71, 0x55, 0x87, 0x53, 0xf0, 0xbe, 0x12, 0x08, 0x2f, 0x9d, 0x4d, 0x97, 0x7c, 0x3d, 0x27, 0x18, 0xbc, 0x5a, 0x4d, 0xf6, 0xee, 0xbb, 0x41, 0x62, 0x00, 0x20, 0xf8, 0x5f, 0xed, 0xeb, 0xeb, 0xfb, 0x55, 0x3c, 0x3e, 0x18, 0xae, 0x06, 0x48, 0x76, 0x1d, 0x61, 0x0d, 0x2f, 0x8e, 0xa9, 0xae, 0xae, 0x46, 0x97, 0x26, 0x2b, 0xe0, 0x19, 0x1a, 0x1a, 0xc2, 0xe2, 0x18, 0x0a, 0x1a, 0x44, 0xb3, 0x34, 0xd2, 0xcb, 0xf0, 0xf8, 0x47, 0x8f, 0x3c, 0xf2, 0xc8, 0xb3, 0x57, 0xd3, 0x3d, 0xc8, 0x87, 0x01, 0x70, 0xf2, 0xf6, 0x87, 0x44, 0xf8, 0xb3, 0x73, 0xd7, 0x76, 0x06, 0x79, 0x46, 0x2d, 0xf8, 0x53, 0x59, 0xc5, 0xe2, 0xf5, 0x71, 0x89, 0x01, 0x70, 0xb5, 0xb7, 0xb6, 0xb2, 0x6b, 0x5c, 0x0a, 0x13, 0x5c, 0xbc, 0x30, 0x48, 0x56, 0xf7, 0xac, 0x26, 0x1b, 0x36, 0xac, 0x23, 0x91, 0x68, 0x84, 0xa4, 0x93, 0x66, 0x7f, 0x4d, 0xcc, 0xe0, 0x6c, 0x69, 0x69, 0x61, 0x11, 0x5c, 0x10, 0x60, 0x4c, 0xc2, 0xe3, 0xc6, 0x9b, 0x73, 0x21, 0xd1, 0x03, 0xb6, 0x37, 0x40, 0xe0, 0xe9, 0x56, 0x4f, 0xa3, 0x2b, 0x60, 0x07, 0xfc, 0xd3, 0xec, 0xec, 0xec, 0x3f, 0x7c, 0xe1, 0x0b, 0x5f, 0x38, 0x42, 0x0a, 0x88, 0x17, 0x5c, 0x35, 0x0c, 0xf0, 0x91, 0x8f, 0x7c, 0x04, 0x23, 0x5d, 0x37, 0x70, 0x06, 0x68, 0x68, 0xa8, 0x27, 0x7d, 0x0c, 0xfe, 0x50, 0x72, 0xf9, 0xd2, 0x95, 0x8a, 0xf4, 0x2f, 0x11, 0x06, 0x61, 0x66, 0xa5, 0x38, 0x54, 0xa2, 0xb7, 0xbf, 0x97, 0xbc, 0x75, 0xec, 0x04, 0xeb, 0x1b, 0x5a, 0x8a, 0x97, 0x09, 0x3b, 0x66, 0x60, 0xe3, 0xdc, 0x5b, 0x6e, 0xb9, 0x89, 0xfc, 0xe8, 0xdf, 0x7f, 0xec, 0xd8, 0x1e, 0x23, 0x23, 0x2c, 0x80, 0x89, 0xa5, 0x8f, 0x56, 0xbf, 0x21, 0x06, 0x6d, 0x38, 0xee, 0x87, 0xe7, 0x47, 0xe1, 0xf5, 0x1f, 0xc1, 0xfb, 0x2f, 0x7c, 0xe3, 0x1b, 0xdf, 0xf8, 0x19, 0x10, 0x7f, 0x4a, 0xb4, 0x19, 0x48, 0x01, 0xf3, 0xb7, 0xae, 0x16, 0x0d, 0x70, 0x9f, 0x50, 0x9c, 0x42, 0x76, 0x5d, 0x0f, 0xf0, 0xa7, 0xba, 0x06, 0x2e, 0x5c, 0x9c, 0x75, 0x6a, 0x2b, 0x85, 0x01, 0xb0, 0x09, 0x6a, 0x3a, 0xb3, 0xfc, 0x84, 0x0a, 0xb6, 0x3c, 0x89, 0x46, 0xab, 0xcb, 0x72, 0x2c, 0x9c, 0xbc, 0xd8, 0xd2, 0xea, 0x60, 0x7e, 0x0c, 0x64, 0x1d, 0xfa, 0xc5, 0x61, 0x80, 0x43, 0xa5, 0x79, 0x83, 0x26, 0xc7, 0xa7, 0xc8, 0xaa, 0xce, 0x76, 0x16, 0x15, 0x16, 0x19, 0x00, 0xf1, 0xbc, 0xd0, 0xba, 0x71, 0x16, 0xe0, 0x0e, 0x12, 0xfc, 0x51, 0xd0, 0x00, 0x47, 0x0f, 0x1d, 0x3a, 0xf4, 0xea, 0xeb, 0xaf, 0xbf, 0x3e, 0x46, 0x9c, 0xa9, 0x2b, 0x06, 0x91, 0x07, 0x4f, 0x5f, 0x75, 0x2b, 0x27, 0x03, 0x20, 0xfc, 0xe1, 0xd0, 0x07, 0xd7, 0x9e, 0x3d, 0x3b, 0xd9, 0xa5, 0x40, 0x37, 0x5e, 0xa9, 0xd2, 0xff, 0xf4, 0xd9, 0x93, 0x24, 0x16, 0x8f, 0x2d, 0xa9, 0x0b, 0xc2, 0x0d, 0x42, 0xbf, 0x85, 0x12, 0xbb, 0x06, 0x04, 0xc0, 0xf6, 0xad, 0x3b, 0xcb, 0x66, 0x07, 0x88, 0x0c, 0xc0, 0x46, 0xcf, 0x36, 0xd6, 0x97, 0xec, 0x59, 0xc3, 0x02, 0xfd, 0x0e, 0x60, 0x00, 0x9c, 0xb7, 0xc5, 0xeb, 0x7c, 0x71, 0xa1, 0x1b, 0xf3, 0xf8, 0xf1, 0xe3, 0x7f, 0x3c, 0x38, 0x38, 0xf8, 0x4b, 0x20, 0xf8, 0xf3, 0xc4, 0x3b, 0x83, 0xd7, 0xe3, 0x00, 0xbc, 0x9a, 0xb5, 0x70, 0x20, 0x03, 0x7c, 0xfc, 0xe3, 0x1f, 0x6f, 0x01, 0x09, 0xf1, 0x0e, 0x3b, 0xf5, 0xb9, 0xb1, 0x91, 0x74, 0xf7, 0xf6, 0x30, 0x51, 0x70, 0x65, 0x68, 0xa4, 0x24, 0x06, 0x40, 0x42, 0x8a, 0xd6, 0x44, 0x49, 0xc7, 0xea, 0xd5, 0x64, 0x85, 0xe8, 0xfb, 0xd6, 0xf2, 0xcf, 0x28, 0x32, 0xbf, 0x3f, 0xf7, 0xde, 0x66, 0x47, 0x87, 0xf2, 0x40, 0xb5, 0xa1, 0xe1, 0x01, 0x80, 0x18, 0xb3, 0xac, 0x6e, 0x18, 0xa7, 0xb2, 0x97, 0xba, 0x92, 0x0c, 0x06, 0x65, 0x01, 0x06, 0x39, 0xae, 0xcf, 0x9e, 0xde, 0x5e, 0x72, 0x79, 0x70, 0x98, 0xd4, 0xd7, 0xd5, 0x17, 0x7d, 0xdc, 0xd9, 0x19, 0x80, 0x41, 0x70, 0x5c, 0xec, 0x25, 0x7a, 0xe3, 0xbe, 0xbd, 0xe4, 0xa7, 0xaf, 0xbc, 0x2a, 0xc2, 0xa0, 0x6a, 0x20, 0xfe, 0x8b, 0xc4, 0xdb, 0xc1, 0xdb, 0x6f, 0x73, 0x37, 0x35, 0xbe, 0x36, 0x18, 0x20, 0x95, 0x4a, 0xdd, 0xcb, 0xf7, 0x61, 0xb9, 0x3f, 0x7b, 0x77, 0xb1, 0x96, 0x7f, 0x08, 0x7d, 0x10, 0xbf, 0x96, 0x34, 0x1b, 0x76, 0x66, 0x8a, 0xbc, 0xeb, 0x5d, 0xef, 0x24, 0xb3, 0xd3, 0x31, 0x32, 0x35, 0xb1, 0x7c, 0x02, 0x89, 0x7b, 0xf6, 0x5c, 0x4f, 0x22, 0x91, 0x10, 0xc0, 0x94, 0x23, 0xa4, 0xad, 0xb5, 0x3c, 0x83, 0x38, 0xe6, 0x66, 0xe6, 0x48, 0xd3, 0xca, 0x46, 0xfb, 0xff, 0xee, 0xee, 0x4e, 0x72, 0xe2, 0xad, 0x13, 0xac, 0x98, 0xbf, 0x24, 0x78, 0x35, 0x31, 0x49, 0xda, 0x57, 0xb5, 0x92, 0x77, 0xdc, 0x79, 0x9b, 0xc4, 0x00, 0xf5, 0xf5, 0xf5, 0x38, 0x80, 0xfa, 0x1f, 0x88, 0xff, 0x8c, 0x5d, 0x55, 0x47, 0x6f, 0xfe, 0xfc, 0x9a, 0x82, 0x40, 0x52, 0xf4, 0x77, 0xef, 0xde, 0xdd, 0x4c, 0xe2, 0x96, 0x03, 0xfe, 0x60, 0xd8, 0x1f, 0x5b, 0x71, 0x0c, 0x5d, 0x1c, 0x5e, 0x56, 0x86, 0xf4, 0x24, 0x40, 0x96, 0x75, 0x1b, 0xfb, 0x99, 0xfd, 0x52, 0xae, 0xf3, 0xc6, 0x01, 0xd4, 0x22, 0x03, 0xb0, 0x36, 0xe7, 0xd1, 0x48, 0xc9, 0xc7, 0x47, 0x27, 0x45, 0x7b, 0x47, 0x1b, 0xd9, 0xba, 0x75, 0xb3, 0xd9, 0xbc, 0xcb, 0xba, 0x8f, 0x91, 0x48, 0x64, 0x4f, 0x47, 0x47, 0x47, 0xc3, 0xe5, 0xcb, 0x97, 0x47, 0x49, 0xee, 0x79, 0xbb, 0xee, 0x01, 0xd5, 0xd7, 0x06, 0x03, 0xec, 0xdf, 0xbf, 0x1f, 0x67, 0x02, 0xbf, 0x87, 0xff, 0x8f, 0xdd, 0x9a, 0x3b, 0x41, 0x32, 0x61, 0x13, 0xa9, 0xe1, 0xcb, 0x23, 0x25, 0xdf, 0x9c, 0x5a, 0xd0, 0x24, 0xd8, 0xa9, 0xcd, 0xdd, 0xe8, 0x6a, 0xa9, 0x2f, 0x3e, 0xfe, 0xa8, 0xa1, 0xa1, 0xae, 0x6c, 0x0c, 0x80, 0xda, 0x14, 0x31, 0xba, 0x78, 0xbc, 0xce, 0xce, 0xd5, 0x24, 0x3e, 0x97, 0x64, 0xf6, 0x46, 0xb1, 0x6b, 0x66, 0x6a, 0x8e, 0x18, 0x19, 0x83, 0x4d, 0x8f, 0xdf, 0xb9, 0xeb, 0x3a, 0xf2, 0xda, 0x61, 0x7b, 0xd8, 0x84, 0xbe, 0x76, 0xed, 0xda, 0xdb, 0x80, 0x01, 0xfe, 0x99, 0xe4, 0x9e, 0xb9, 0x5b, 0xf4, 0x08, 0xd2, 0xe5, 0xb0, 0x7c, 0xef, 0x20, 0xa6, 0xd0, 0x12, 0x73, 0x9e, 0x97, 0x09, 0x7f, 0x76, 0xef, 0x64, 0x3d, 0x27, 0xe7, 0x00, 0xfe, 0x64, 0x33, 0x86, 0x6d, 0x2c, 0x16, 0xb3, 0xa5, 0xd2, 0x29, 0xd6, 0xbc, 0x0a, 0xfb, 0xec, 0x94, 0x72, 0x9c, 0xc5, 0xd8, 0x70, 0x8e, 0x2d, 0x0e, 0xbb, 0x68, 0x5f, 0xbd, 0x8a, 0x79, 0xc2, 0xca, 0x75, 0xdc, 0xd8, 0xac, 0xdc, 0xca, 0x7c, 0xcd, 0x9a, 0x3e, 0x32, 0x32, 0x3a, 0xcc, 0x5c, 0x95, 0xee, 0xd1, 0x50, 0xe2, 0x00, 0x8e, 0x5c, 0x1b, 0x66, 0x84, 0xe2, 0xfe, 0xef, 0xbc, 0xeb, 0x9d, 0x2e, 0x01, 0x54, 0xfb, 0x2e, 0xe2, 0xdf, 0x97, 0xc8, 0xfd, 0x3c, 0x43, 0xae, 0xd2, 0xe5, 0xab, 0x01, 0x80, 0xe8, 0xa5, 0xd4, 0xe7, 0xbd, 0x37, 0xee, 0x61, 0xf6, 0x26, 0x86, 0xc6, 0x8f, 0x9f, 0x7c, 0x03, 0x2e, 0x6c, 0xf1, 0xb8, 0x1d, 0x1b, 0xc3, 0xfe, 0xca, 0x07, 0x3f, 0x00, 0xd8, 0x77, 0x96, 0x1c, 0x3f, 0xf1, 0xf6, 0xb2, 0xba, 0x60, 0x21, 0x5d, 0x23, 0x3d, 0x6b, 0x56, 0x93, 0xd5, 0x1d, 0xab, 0xc8, 0xbf, 0xbd, 0xfa, 0x3d, 0x12, 0x2e, 0xc3, 0x2c, 0x02, 0xec, 0x3d, 0xba, 0xba, 0xfb, 0x2e, 0xa9, 0x10, 0x1f, 0xfb, 0x8e, 0x26, 0x92, 0x31, 0xf2, 0xd3, 0x9f, 0xbf, 0x9c, 0xfb, 0x9c, 0x58, 0xeb, 0x46, 0x4d, 0xf8, 0x3f, 0xcc, 0x5a, 0x3c, 0x32, 0x4d, 0xd2, 0xd3, 0x4e, 0x9a, 0x5b, 0x9b, 0xc9, 0xf6, 0xed, 0xdb, 0xa4, 0xcf, 0x00, 0x0c, 0xba, 0x15, 0x60, 0x50, 0x15, 0x68, 0x81, 0x38, 0x09, 0x9e, 0xbf, 0x7b, 0x55, 0x17, 0x79, 0x28, 0x19, 0xe0, 0xfd, 0xef, 0x7f, 0x7f, 0x14, 0x6e, 0xc6, 0xfb, 0xf9, 0xff, 0xad, 0x6d, 0xad, 0x64, 0x75, 0x57, 0x27, 0x6b, 0x2c, 0x3b, 0x36, 0x3c, 0x42, 0xae, 0x0c, 0x0f, 0x97, 0xf4, 0xa5, 0xd8, 0xa1, 0xad, 0xae, 0xb6, 0x8e, 0x9c, 0x3a, 0x79, 0x9a, 0x5c, 0xba, 0x34, 0xb0, 0xec, 0x2e, 0x1a, 0x76, 0x7c, 0xc3, 0xf6, 0x8c, 0x38, 0x8d, 0x86, 0x17, 0x85, 0x94, 0xba, 0x06, 0x87, 0x06, 0xc8, 0xfa, 0x75, 0xeb, 0xa4, 0xd7, 0x76, 0xec, 0xdc, 0x41, 0xda, 0x40, 0x53, 0x9a, 0xb3, 0x76, 0xdd, 0xb3, 0x75, 0x93, 0x92, 0x07, 0x0c, 0xb5, 0xaa, 0xd8, 0xfc, 0x2b, 0x93, 0x49, 0xb3, 0x12, 0x55, 0x2c, 0x5c, 0xef, 0x5b, 0xbb, 0x86, 0x34, 0x34, 0x36, 0x90, 0x4d, 0x5b, 0x36, 0x91, 0xe3, 0x6f, 0x1d, 0xb7, 0x79, 0x6c, 0xd3, 0xa6, 0x4d, 0x08, 0x83, 0xfe, 0x85, 0xa8, 0xe7, 0xef, 0x66, 0xc9, 0x35, 0xb0, 0x94, 0x0c, 0xd0, 0xd8, 0xd8, 0x88, 0x9d, 0x1f, 0x1a, 0xb9, 0x44, 0xda, 0xb5, 0x7b, 0x07, 0x73, 0xa7, 0xc5, 0x66, 0xe7, 0xd8, 0xb4, 0x93, 0xdf, 0xd8, 0xff, 0xeb, 0x79, 0x7f, 0x81, 0xca, 0xa9, 0xc9, 0xfd, 0xd2, 0x5b, 0xb6, 0x6c, 0x26, 0x9b, 0x36, 0x6f, 0x2c, 0xe8, 0x84, 0xcb, 0x5d, 0x76, 0x59, 0xcc, 0x48, 0x51, 0x1c, 0x79, 0x84, 0xe7, 0x7f, 0xc7, 0x3b, 0xef, 0x60, 0x43, 0x9e, 0xf3, 0x3a, 0x5e, 0x8e, 0xd3, 0xc6, 0x6e, 0xd3, 0xee, 0x01, 0xd4, 0x68, 0x07, 0x74, 0x75, 0x76, 0x16, 0x7c, 0x2c, 0x8f, 0xab, 0x35, 0x91, 0x60, 0xed, 0xdb, 0xef, 0x7e, 0xef, 0xbb, 0x45, 0x06, 0xc0, 0xef, 0x7c, 0x2f, 0x3c, 0xfc, 0xa3, 0x02, 0xf3, 0x5f, 0x33, 0x2b, 0x9c, 0x0b, 0xfe, 0xe0, 0xe3, 0xbe, 0x9b, 0x6f, 0x60, 0x2a, 0x76, 0x0e, 0x53, 0x6b, 0x35, 0x22, 0x85, 0xee, 0x0b, 0x26, 0x4a, 0x6b, 0x57, 0xec, 0xad, 0x89, 0x2d, 0x0d, 0x75, 0x85, 0x19, 0x92, 0xf7, 0xf1, 0xb4, 0x32, 0x32, 0x4e, 0x81, 0x44, 0x85, 0xd2, 0xb6, 0x1e, 0xb4, 0x18, 0xa9, 0xad, 0x2b, 0xf9, 0x58, 0xfc, 0xfc, 0xbc, 0xed, 0x1b, 0x55, 0x45, 0xfe, 0xa4, 0xe0, 0xf1, 0xa4, 0x38, 0x90, 0x03, 0xd3, 0x1f, 0x76, 0xec, 0xda, 0xe1, 0x16, 0x44, 0x77, 0xe3, 0xa0, 0xbe, 0x53, 0xa7, 0x4e, 0x25, 0xaf, 0x15, 0x89, 0x9f, 0x93, 0x01, 0xf6, 0xef, 0xdf, 0x8f, 0x93, 0xdc, 0x3f, 0xc8, 0x89, 0xbf, 0x63, 0x75, 0x07, 0x59, 0x05, 0x06, 0x9f, 0x61, 0x64, 0xd8, 0xa8, 0x1f, 0xe5, 0x54, 0xf5, 0x7c, 0x46, 0x6b, 0x2a, 0x6e, 0x9e, 0x1f, 0x51, 0xe6, 0x1c, 0xad, 0xe9, 0x43, 0x08, 0x41, 0x44, 0xee, 0x3b, 0xeb, 0x36, 0x80, 0xa8, 0xf2, 0x3e, 0x9e, 0x96, 0x1f, 0x81, 0xe6, 0x75, 0x3c, 0x2d, 0x7f, 0x62, 0xcf, 0x79, 0x3c, 0xeb, 0x6d, 0x4c, 0x91, 0xc6, 0xfb, 0xb6, 0xa2, 0x79, 0x05, 0xe9, 0xed, 0xeb, 0x21, 0x17, 0xce, 0x5f, 0xb4, 0xd1, 0xe8, 0xc6, 0x8d, 0x1b, 0x6f, 0x07, 0x06, 0xf8, 0x2e, 0xb9, 0x46, 0x97, 0x87, 0x01, 0x40, 0xd2, 0xdf, 0x0e, 0x17, 0xab, 0xcd, 0xa9, 0xfc, 0xda, 0xc5, 0xd4, 0xf3, 0xcc, 0xd4, 0x0c, 0x1f, 0x57, 0x99, 0xbf, 0x14, 0xa5, 0x05, 0x12, 0x65, 0x9e, 0x04, 0x5a, 0x10, 0xe3, 0x2c, 0x21, 0x46, 0xcc, 0xc9, 0x84, 0x05, 0x32, 0x62, 0x20, 0x13, 0x4a, 0xc7, 0x32, 0x48, 0x3c, 0x1e, 0x23, 0xb5, 0xf5, 0xf5, 0xe4, 0xfd, 0x1f, 0xb8, 0x9b, 0x3c, 0xf9, 0xd5, 0xbf, 0x95, 0xb4, 0x3d, 0x3c, 0x54, 0x18, 0xc0, 0xbe, 0x54, 0xae, 0xce, 0x0f, 0x37, 0xdd, 0x72, 0x23, 0x83, 0x3f, 0x4d, 0x2b, 0x1a, 0x49, 0xe3, 0x8a, 0x46, 0x42, 0x02, 0x26, 0xcf, 0xe6, 0x6e, 0xea, 0x44, 0xf2, 0xf8, 0x3c, 0x7f, 0xc7, 0x35, 0xe3, 0x56, 0x73, 0x7f, 0x92, 0x06, 0xcc, 0xbc, 0xd5, 0x72, 0xce, 0xc8, 0x45, 0x68, 0xe1, 0xbf, 0xbf, 0xf7, 0x6c, 0xbd, 0xbd, 0xe8, 0x5c, 0x33, 0x72, 0xb5, 0xe0, 0xfd, 0x73, 0x1f, 0x4f, 0x26, 0x75, 0xef, 0x0c, 0x5d, 0xea, 0x62, 0x05, 0xff, 0x19, 0xbb, 0xaa, 0xfd, 0xf9, 0xff, 0x7b, 0xf6, 0xec, 0x81, 0x47, 0xa9, 0x9b, 0xe1, 0xbd, 0x77, 0xde, 0x79, 0xe7, 0x67, 0x5f, 0x7c, 0xf1, 0xc5, 0x4c, 0x85, 0x01, 0xcc, 0x75, 0x27, 0x27, 0x7e, 0x93, 0x21, 0x28, 0x48, 0x7e, 0x43, 0x68, 0xe8, 0xa4, 0xb9, 0x48, 0x5d, 0xb3, 0x6f, 0x98, 0xf4, 0x7f, 0x4e, 0x02, 0x0d, 0x26, 0xc8, 0xf2, 0xee, 0x4f, 0x3d, 0x43, 0x9f, 0xdd, 0x92, 0xd6, 0x4d, 0xfe, 0x6e, 0x82, 0xce, 0x25, 0xa8, 0xdd, 0xc8, 0x90, 0xfa, 0x76, 0x74, 0x73, 0xcf, 0xc9, 0x55, 0x61, 0x7d, 0x2a, 0x7d, 0x01, 0xcd, 0xa9, 0x49, 0xa8, 0xf4, 0x1d, 0xd4, 0xf5, 0x9d, 0x54, 0xe8, 0xae, 0x8e, 0xfd, 0x9b, 0xd0, 0x6d, 0x2a, 0x68, 0xf3, 0x96, 0x68, 0x34, 0x8a, 0x3e, 0xd2, 0x23, 0x15, 0x06, 0x30, 0x09, 0xbf, 0x47, 0xd4, 0x00, 0xff, 0xf3, 0xbf, 0xff, 0xaf, 0x79, 0xef, 0xc2, 0x5c, 0x59, 0x8b, 0xbe, 0xba, 0xaf, 0x55, 0x06, 0x50, 0x45, 0x82, 0x8f, 0x96, 0xab, 0x0b, 0x73, 0x85, 0xf8, 0x97, 0xc5, 0x32, 0x40, 0x23, 0x1c, 0xbb, 0x56, 0x7f, 0xbc, 0xae, 0xb0, 0x01, 0x1e, 0x81, 0x87, 0xcb, 0xe5, 0x20, 0xf8, 0xa0, 0xcf, 0x54, 0xd6, 0x92, 0x58, 0x19, 0xb0, 0xef, 0x3e, 0xff, 0xcc, 0x33, 0xcf, 0x9c, 0xbf, 0x56, 0x2f, 0x80, 0x12, 0xe2, 0x62, 0x24, 0x18, 0xd6, 0x7e, 0xb8, 0x38, 0xef, 0x05, 0x86, 0x68, 0xc5, 0xce, 0x62, 0x62, 0x55, 0x98, 0x8a, 0x88, 0xc5, 0x20, 0xce, 0x72, 0x91, 0xfa, 0xe2, 0x6f, 0x2a, 0xeb, 0x45, 0xd5, 0xb4, 0xa5, 0xcc, 0xe5, 0xd8, 0xc2, 0x6f, 0x04, 0x7e, 0xfb, 0x31, 0x38, 0xcf, 0xbf, 0x3d, 0x78, 0xf0, 0xe0, 0x40, 0x45, 0x0e, 0x54, 0x56, 0x65, 0x55, 0x56, 0x65, 0x55, 0x56, 0x65, 0x55, 0x56, 0x65, 0x55, 0x56, 0x65, 0x55, 0xd6, 0xb5, 0xb2, 0xfe, 0x3f, 0x5b, 0x8d, 0xb0, 0xfc, 0xb5, 0x3b, 0xde, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int network_transmit_192_png_len = 20909; wxmaxima-Version-18.02.0/art/statusbar/network-error.svg000066400000000000000000002245111324204105000232730ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/statusbar/network-idle.svg000066400000000000000000002132561324204105000230630ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/statusbar/network-offline.svg000066400000000000000000002204741324204105000235700ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/statusbar/network-receive.svg000066400000000000000000001724471324204105000235760ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/statusbar/network-transmit-receive.svg000066400000000000000000001712411324204105000254240ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/statusbar/network-transmit.svg000066400000000000000000001721111324204105000240010ustar00rootroot00000000000000 image/svg+xml Computer 2005-03-08 Jakub Steiner workstation computer node client http://jimmac.musichall.cz/ wxmaxima-Version-18.02.0/art/toolbar/000077500000000000000000000000001324204105000173575ustar00rootroot00000000000000wxmaxima-Version-18.02.0/art/toolbar/.gitignore000066400000000000000000000000051324204105000213420ustar00rootroot00000000000000*.pngwxmaxima-Version-18.02.0/art/toolbar/dialog-information.svg000066400000000000000000000066361324204105000236750ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/toolbar/edit-copy.svg000066400000000000000000000363561324204105000220120ustar00rootroot00000000000000 image/svg+xml Edit Copy 2005-10-15 Andreas Nilsson edit copy Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/edit-cut.svg000066400000000000000000000536371324204105000216340ustar00rootroot00000000000000 image/svg+xml Edit Cut Garrett Le Sage edit cut clipboard Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/edit-find.svg000066400000000000000000000770671324204105000217640ustar00rootroot00000000000000 image/svg+xml Edit Find edit find locate search Steven Garrity Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/go-bottom.svg000066400000000000000000000227711324204105000220200ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go to Bottom go bottom Andreas Nilsson wxmaxima-Version-18.02.0/art/toolbar/gtk-copy.svg000066400000000000000000000363561324204105000216520ustar00rootroot00000000000000 image/svg+xml Edit Copy 2005-10-15 Andreas Nilsson edit copy Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/gtk-cut.svg000066400000000000000000000536361324204105000214730ustar00rootroot00000000000000 image/svg+xml Edit Cut Garrett Le Sage edit cut clipboard Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/gtk-find.svg000066400000000000000000000666211324204105000216160ustar00rootroot00000000000000 image/svg+xml Edit Find edit find locate search Steven Garrity Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/gtk-help.svg000066400000000000000000000317131324204105000216200ustar00rootroot00000000000000 image/svg+xml Help Browser 2005-11-06 Tuomas Kuosmanen help browser documentation docs man info Jakub Steiner, Andreas Nilsson http://tigert.com wxmaxima-Version-18.02.0/art/toolbar/gtk-new.svg000066400000000000000000000277241324204105000214700ustar00rootroot00000000000000 image/svg+xml New Document Jakub Steiner http://jimmac.musichall.cz wxmaxima-Version-18.02.0/art/toolbar/gtk-open.svg000066400000000000000000000605411324204105000216320ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/toolbar/gtk-paste.svg000066400000000000000000000501311324204105000217770ustar00rootroot00000000000000 image/svg+xml Edit Paste 2005-10-10 Andreas Nilsson edit paste Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/gtk-preferences.svg000066400000000000000000000246111324204105000231700ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz Emblem System emblem system library crucial base wxmaxima-Version-18.02.0/art/toolbar/gtk-print.svg000066400000000000000000000503631324204105000220260ustar00rootroot00000000000000 image/svg+xml Print Document Jakub Steiner http://jimmac.musichall.cz document lpr print local laser bubblejet inkjet print output cups lpd wxmaxima-Version-18.02.0/art/toolbar/gtk-save.svg000066400000000000000000000643271324204105000216350ustar00rootroot00000000000000 image/svg+xml Save Jakub Steiner hdd hard drive save io store http://jimmac.musichall.cz wxmaxima-Version-18.02.0/art/toolbar/gtk-select-all.svg000066400000000000000000000316051324204105000227150ustar00rootroot00000000000000 image/svg+xml Select All Andreas Nilsson select all wxmaxima-Version-18.02.0/art/toolbar/gtk-stop.svg000066400000000000000000000121361324204105000216530ustar00rootroot00000000000000 image/svg+xml Stop 2005-10-16 Andreas Nilsson stop halt error Jakub Steiner wxmaxima-Version-18.02.0/art/toolbar/images.h000066400000000000000000142707041324204105000210140ustar00rootroot00000000000000/* Automatically generated file using generate_pngs.sh */ /* SVG images are converted to PNG (using inkscape) and then converted to C using xxd */ /* This file is part of wxMaxima. */ /* Copyright (C) 2018 wxMaxima Team (https://andrejv.github.io/wxmaxima/) */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License, or */ /* (at your option) any later version. */ /* 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. */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ unsigned char dialog_information_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x1b, 0xaf, 0x00, 0x00, 0x1b, 0xaf, 0x01, 0x5e, 0x1a, 0x91, 0x1c, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x29, 0x7d, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x77, 0x78, 0x1c, 0xd5, 0xb9, 0xc6, 0x7f, 0x67, 0x66, 0xb6, 0x69, 0xd5, 0x25, 0x4b, 0xb6, 0xe4, 0x6e, 0xdc, 0x0b, 0xc6, 0x36, 0x98, 0x66, 0x6a, 0x0c, 0x21, 0x40, 0x0a, 0x89, 0x21, 0x01, 0x42, 0x20, 0xb4, 0x1b, 0x42, 0x12, 0x02, 0x5c, 0x48, 0x72, 0x93, 0x1b, 0xa7, 0x43, 0x42, 0xb9, 0xf4, 0x40, 0x0a, 0x90, 0x46, 0x80, 0x10, 0x6e, 0x42, 0x42, 0x31, 0x1d, 0x4c, 0xb7, 0x8d, 0x6d, 0xdc, 0x8b, 0x64, 0x5b, 0x56, 0xef, 0xd2, 0xf6, 0xdd, 0x99, 0x73, 0xff, 0x50, 0xdb, 0x32, 0x33, 0x3b, 0x6a, 0x86, 0xe4, 0xea, 0x3c, 0x8f, 0xa4, 0xd5, 0xee, 0xac, 0x76, 0x8e, 0xde, 0xf7, 0x6b, 0xef, 0xf9, 0xce, 0x8c, 0x60, 0x6c, 0xfc, 0xbf, 0x1e, 0x62, 0xec, 0x5f, 0x30, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0xb1, 0x31, 0x46, 0x80, 0x7f, 0xa1, 0x71, 0xd2, 0xea, 0x97, 0xc7, 0xa3, 0x32, 0x47, 0x48, 0x65, 0x96, 0x14, 0xcc, 0x02, 0x39, 0x1b, 0x44, 0x89, 0x04, 0x3f, 0x82, 0x5c, 0x24, 0x85, 0x02, 0xfc, 0x00, 0x12, 0x82, 0x08, 0x3a, 0x90, 0x04, 0x04, 0x04, 0x91, 0xb4, 0x20, 0xd8, 0x25, 0x24, 0xbb, 0x40, 0xec, 0x54, 0xd4, 0xd8, 0x8e, 0x17, 0xff, 0xeb, 0x63, 0x8d, 0x63, 0x04, 0xf8, 0x08, 0x8f, 0x93, 0x7f, 0xf8, 0xd2, 0x7c, 0x43, 0x28, 0xa7, 0x20, 0x39, 0x19, 0x38, 0x01, 0x28, 0x19, 0xe1, 0x8f, 0x68, 0x05, 0x5e, 0x15, 0xc8, 0x97, 0x75, 0x43, 0x7d, 0xe9, 0xf5, 0xd5, 0x27, 0x6c, 0x1b, 0x23, 0xc0, 0x87, 0x38, 0x56, 0x3d, 0xf6, 0x98, 0xda, 0xb4, 0xbd, 0xec, 0x34, 0x24, 0xe7, 0x23, 0x58, 0x09, 0x94, 0x27, 0xbf, 0xee, 0xf7, 0x68, 0x8c, 0xcb, 0xf5, 0x51, 0x92, 0xe7, 0xa5, 0xd8, 0xef, 0xa1, 0xc8, 0xef, 0x21, 0xc7, 0xad, 0xe1, 0xd2, 0x54, 0x34, 0x45, 0xe0, 0xd6, 0x14, 0x5c, 0x6a, 0xcf, 0xf4, 0xe3, 0xba, 0x24, 0x96, 0x30, 0x48, 0x18, 0x92, 0x58, 0x42, 0x27, 0x1c, 0x4d, 0xd0, 0x1e, 0x8a, 0xd2, 0x16, 0x8c, 0xd2, 0x1c, 0x88, 0xd0, 0xda, 0x1d, 0x26, 0x18, 0x4d, 0xa4, 0x9f, 0x42, 0x03, 0x92, 0x35, 0x8a, 0x30, 0xfe, 0x54, 0x3a, 0xb7, 0xe5, 0x85, 0xc7, 0xcf, 0x3d, 0x57, 0x1f, 0x23, 0xc0, 0x21, 0x18, 0x2b, 0x56, 0xbf, 0x30, 0x4f, 0x15, 0xea, 0xb9, 0x12, 0x2e, 0x06, 0xa6, 0xf4, 0x3d, 0x9f, 0xe7, 0x75, 0x31, 0xb9, 0x24, 0x8f, 0x29, 0x25, 0xb9, 0x4c, 0x2c, 0xc9, 0x25, 0xd7, 0xa3, 0x21, 0xc4, 0xc0, 0x34, 0x05, 0x66, 0x8f, 0x53, 0x87, 0xb4, 0xfa, 0x2e, 0x21, 0x1c, 0xd3, 0x69, 0xe8, 0x0c, 0x71, 0xa0, 0x35, 0xc8, 0xde, 0xa6, 0x4e, 0x3a, 0x42, 0xd1, 0xe4, 0xb7, 0xd6, 0x23, 0xc5, 0xe3, 0x06, 0xfa, 0xc3, 0xaf, 0xaf, 0x3e, 0x75, 0xc3, 0x18, 0x01, 0x46, 0x7a, 0x48, 0x29, 0x4e, 0xfc, 0xe1, 0x4b, 0x67, 0x49, 0x29, 0xbe, 0x03, 0x1c, 0xdd, 0xf7, 0xf4, 0xb8, 0x7c, 0x1f, 0x0b, 0x2a, 0x8a, 0x98, 0x56, 0x9e, 0x4f, 0xbe, 0xd7, 0xd5, 0x33, 0x99, 0x5e, 0xd4, 0xa5, 0x84, 0x48, 0xcc, 0x20, 0x1a, 0x97, 0x44, 0x13, 0x06, 0x91, 0x98, 0x24, 0xa1, 0x4b, 0x74, 0x03, 0xa4, 0xec, 0xf9, 0x69, 0xc8, 0x1e, 0x80, 0x15, 0x21, 0x50, 0x95, 0x9e, 0x9f, 0x8a, 0x02, 0x9a, 0x2a, 0xf0, 0xba, 0x05, 0x1e, 0x4d, 0xe9, 0xf9, 0xe9, 0x52, 0x06, 0xc8, 0x24, 0x25, 0x12, 0xe8, 0x8c, 0xc4, 0xa9, 0x6e, 0xec, 0x62, 0x6b, 0x6d, 0x3b, 0xcd, 0xdd, 0xe1, 0xe4, 0xb3, 0x7d, 0x53, 0x0a, 0x7e, 0xfa, 0xfa, 0x7f, 0x9f, 0xfc, 0x34, 0x42, 0xc8, 0x31, 0x02, 0x0c, 0x67, 0xac, 0x5e, 0xad, 0x9c, 0x20, 0x8e, 0x5f, 0x25, 0xa4, 0xf8, 0xb6, 0x84, 0xc3, 0x01, 0x72, 0xdc, 0x1a, 0xf3, 0x2a, 0x8b, 0x99, 0x35, 0xa1, 0x90, 0xd2, 0x5c, 0x77, 0xaf, 0x45, 0x0b, 0x0c, 0x29, 0xe9, 0x0e, 0x1b, 0x04, 0xc2, 0x09, 0x02, 0x11, 0x83, 0x70, 0xcc, 0xe8, 0x27, 0x84, 0xe8, 0xb3, 0x7c, 0x61, 0x3e, 0x79, 0x99, 0xc1, 0xb7, 0x9e, 0x67, 0xe5, 0xc0, 0x2f, 0x78, 0xdd, 0x0a, 0xb9, 0x5e, 0x85, 0x5c, 0x9f, 0x46, 0x9e, 0x4f, 0x41, 0x11, 0xa2, 0xf7, 0x08, 0x49, 0x4b, 0x57, 0x94, 0x9d, 0x8d, 0x1d, 0x6c, 0x3b, 0xd8, 0x4e, 0x38, 0xde, 0x17, 0x2a, 0xe4, 0x46, 0x21, 0xc4, 0x4f, 0x5f, 0x95, 0xaf, 0x3f, 0xc1, 0xea, 0xd5, 0xc6, 0x18, 0x01, 0x06, 0x39, 0x4e, 0xfc, 0xef, 0x17, 0xcf, 0x40, 0x91, 0xb7, 0x4b, 0xc9, 0x6c, 0x80, 0x02, 0x9f, 0x9b, 0x65, 0xd3, 0xca, 0x98, 0x39, 0x21, 0x1f, 0x4d, 0x55, 0x11, 0x80, 0x6e, 0x48, 0xda, 0x03, 0x09, 0xda, 0x02, 0x09, 0x42, 0x11, 0x1d, 0xd9, 0x0b, 0xb2, 0x40, 0x80, 0x18, 0x70, 0xf6, 0xa9, 0x44, 0xc8, 0x4e, 0x01, 0x99, 0x64, 0xe9, 0xfd, 0x54, 0x90, 0x3d, 0x3f, 0xa5, 0x04, 0x81, 0x24, 0xc7, 0xab, 0x52, 0x9c, 0xab, 0x51, 0x94, 0xab, 0xa1, 0x2a, 0x02, 0x09, 0xe8, 0xba, 0xc1, 0x8e, 0xfa, 0x0e, 0xd6, 0x55, 0x37, 0xd3, 0x1d, 0x8e, 0xf5, 0x7d, 0xc4, 0x76, 0x69, 0xc8, 0x6f, 0xbe, 0xfe, 0xc3, 0x95, 0xcf, 0x8d, 0x11, 0xc0, 0xc1, 0x38, 0x6e, 0xf5, 0x9a, 0x0a, 0x05, 0x71, 0x93, 0x90, 0x7c, 0x11, 0xa0, 0xd0, 0xef, 0x65, 0xe9, 0xd4, 0x52, 0x0e, 0x1b, 0x5f, 0x80, 0xaa, 0x08, 0x90, 0x82, 0xae, 0x50, 0x82, 0xd6, 0x40, 0x82, 0xae, 0x60, 0x1c, 0xa3, 0x17, 0x66, 0x21, 0xfa, 0xed, 0xbc, 0xd7, 0xd2, 0x7b, 0x01, 0x17, 0xe9, 0x19, 0x40, 0xdf, 0x03, 0x61, 0x66, 0xf6, 0x29, 0x54, 0x18, 0x00, 0xbe, 0xf7, 0x37, 0xd9, 0xef, 0x17, 0x90, 0xbd, 0x04, 0x51, 0x90, 0xe4, 0xfb, 0x5d, 0x94, 0xe4, 0x6a, 0xe4, 0xe7, 0x68, 0x20, 0x24, 0xba, 0x21, 0xa9, 0x6a, 0xea, 0x62, 0x5d, 0x55, 0x13, 0xed, 0xc1, 0x68, 0xdf, 0xe7, 0xfe, 0x43, 0x17, 0x7c, 0x75, 0xed, 0xea, 0x95, 0x07, 0xc6, 0x08, 0x60, 0x32, 0x96, 0x5e, 0xb1, 0xce, 0x95, 0x33, 0xbe, 0xfd, 0x1a, 0xe0, 0xfb, 0x80, 0xdf, 0xad, 0x29, 0x2c, 0x9f, 0x31, 0x9e, 0xf9, 0x93, 0x8a, 0xfa, 0x4f, 0xb2, 0x23, 0xa8, 0x53, 0xdf, 0x1e, 0x21, 0x1c, 0x93, 0xfd, 0xa0, 0x27, 0x5b, 0xf7, 0x80, 0xe5, 0x27, 0xbb, 0xfc, 0x34, 0xcb, 0x17, 0xd6, 0x69, 0xa0, 0x1c, 0x40, 0x3b, 0x25, 0x11, 0x4c, 0x0d, 0x09, 0xbd, 0x9e, 0x20, 0xc9, 0x4b, 0xf4, 0x91, 0xc1, 0xe7, 0x16, 0x94, 0x17, 0x7a, 0x28, 0xce, 0xd5, 0xfa, 0x39, 0xb5, 0xbd, 0xae, 0x9d, 0xb7, 0x76, 0x37, 0x10, 0x4b, 0x18, 0x00, 0x01, 0x81, 0x5c, 0xad, 0x28, 0xae, 0x3b, 0x5e, 0x59, 0x7d, 0x72, 0x62, 0x8c, 0x00, 0xfd, 0xa2, 0xcd, 0xd3, 0x13, 0x75, 0x43, 0xfb, 0x33, 0x70, 0x1c, 0xc0, 0xac, 0xf1, 0x85, 0x2c, 0x9f, 0x55, 0x4e, 0x8e, 0x4b, 0x03, 0x09, 0x2d, 0xdd, 0x71, 0x1a, 0x3a, 0xa2, 0xc4, 0x12, 0x32, 0xc3, 0xc2, 0x07, 0x2c, 0x3f, 0xd5, 0x0b, 0x24, 0x13, 0x21, 0xd5, 0xe0, 0x85, 0xe9, 0xc4, 0x65, 0x3a, 0xec, 0x32, 0x85, 0x16, 0xfd, 0xc0, 0x27, 0x5b, 0x7f, 0xea, 0xe3, 0x01, 0x0f, 0xe1, 0xd6, 0x04, 0x13, 0x8a, 0x3c, 0x94, 0xe4, 0xba, 0x40, 0x40, 0x28, 0x96, 0xe0, 0xbd, 0xbd, 0x4d, 0xec, 0xa8, 0x6b, 0xef, 0xfb, 0xa3, 0xef, 0xaa, 0x8a, 0x7e, 0xde, 0x2b, 0xab, 0xcf, 0xd8, 0xf7, 0xff, 0x9e, 0x00, 0xc7, 0x7f, 0xf7, 0xb9, 0xb3, 0x84, 0xe0, 0x21, 0xa0, 0x24, 0x3f, 0xc7, 0xcd, 0xc9, 0xf3, 0x26, 0x52, 0x56, 0xe0, 0x43, 0x00, 0xdd, 0x11, 0x9d, 0x03, 0xcd, 0x11, 0x22, 0x31, 0x7d, 0x00, 0xdc, 0x0c, 0x6b, 0x1f, 0xf8, 0x99, 0x19, 0xeb, 0x07, 0x12, 0x3f, 0x31, 0xa8, 0xe9, 0x26, 0x03, 0x9c, 0x56, 0x14, 0xf6, 0x59, 0x7d, 0x52, 0x5e, 0x90, 0xec, 0x15, 0xa4, 0x1c, 0x20, 0x89, 0xcf, 0xa3, 0x32, 0x79, 0x9c, 0x97, 0x5c, 0x8f, 0x8a, 0x04, 0x1a, 0xda, 0x43, 0xbc, 0xb2, 0xad, 0x96, 0xee, 0x48, 0x0c, 0x90, 0x2d, 0x86, 0x10, 0x17, 0xbd, 0xf1, 0xc3, 0xd3, 0x9f, 0xf9, 0x7f, 0x49, 0x80, 0x93, 0x56, 0xbf, 0xac, 0xe9, 0x7a, 0xe4, 0x67, 0x12, 0x71, 0x1d, 0x20, 0xa6, 0x97, 0x15, 0x70, 0xfc, 0x9c, 0x0a, 0xdc, 0x9a, 0x82, 0x61, 0x40, 0x5d, 0x7b, 0x84, 0xe6, 0x8e, 0x18, 0x32, 0x09, 0xdc, 0x74, 0x12, 0x90, 0xe1, 0x0d, 0xd2, 0x5c, 0x7e, 0x5a, 0xe2, 0x27, 0x06, 0xdc, 0x82, 0x1d, 0xf6, 0x49, 0xf0, 0x93, 0x52, 0x09, 0xa4, 0x5a, 0x7a, 0x66, 0x78, 0x48, 0x06, 0x3f, 0x99, 0x24, 0xc5, 0x79, 0x2e, 0x26, 0x96, 0x78, 0xd1, 0x54, 0x41, 0x3c, 0xa1, 0xf3, 0xc6, 0xae, 0x06, 0xf6, 0x34, 0x74, 0xf4, 0xbc, 0x51, 0xf0, 0x73, 0x4d, 0xf1, 0x7c, 0xf7, 0xc3, 0x0a, 0x09, 0x1f, 0x0a, 0x01, 0x96, 0xae, 0x7e, 0x2a, 0xc7, 0xa7, 0x6b, 0x8f, 0x21, 0x39, 0x53, 0x15, 0x82, 0xa3, 0x66, 0x8e, 0x67, 0xee, 0xc4, 0x22, 0x04, 0x82, 0x8e, 0x60, 0x82, 0xea, 0xa6, 0x10, 0x86, 0x41, 0x46, 0x46, 0x6f, 0x1e, 0xef, 0x93, 0x5d, 0x7c, 0x66, 0xe2, 0x97, 0x9e, 0xf4, 0x39, 0xc0, 0xdf, 0x34, 0x29, 0x34, 0x4b, 0x08, 0x33, 0x2a, 0x04, 0x0b, 0x0f, 0x21, 0x25, 0xa8, 0x2a, 0x4c, 0x1b, 0x97, 0x43, 0x81, 0x5f, 0x03, 0x29, 0xd9, 0x51, 0xd7, 0xc1, 0xdb, 0xbb, 0xeb, 0xd1, 0x0d, 0x09, 0xc8, 0x7f, 0x84, 0x35, 0xfd, 0xbc, 0xf5, 0xab, 0xcf, 0x0e, 0xfd, 0xdb, 0x13, 0xe0, 0x98, 0xd5, 0xcf, 0x16, 0x6b, 0x09, 0xe3, 0x1f, 0x12, 0x8e, 0xf1, 0x7b, 0x5c, 0x7c, 0x6c, 0xd1, 0x14, 0x8a, 0x73, 0x3d, 0x48, 0x09, 0x35, 0xad, 0x61, 0x9a, 0x3b, 0x63, 0xa9, 0xa0, 0xa7, 0x80, 0x9c, 0xee, 0x01, 0xd2, 0xe2, 0xbe, 0xa9, 0x17, 0x30, 0x4f, 0xfa, 0xac, 0x73, 0x00, 0xf3, 0xa4, 0xd0, 0x14, 0xf8, 0x64, 0xab, 0x4f, 0xf3, 0x00, 0x7d, 0xc7, 0xc8, 0xb4, 0x30, 0x51, 0x5e, 0xe8, 0xa6, 0xb2, 0xd8, 0x87, 0x10, 0xd0, 0xd2, 0x1d, 0xe1, 0x85, 0xcd, 0xfb, 0x09, 0xc7, 0x12, 0x00, 0x6f, 0x90, 0x30, 0xce, 0x5e, 0x7b, 0xd3, 0x59, 0xed, 0xff, 0xb6, 0x04, 0x58, 0xf1, 0x9d, 0x67, 0x27, 0x18, 0x42, 0x7f, 0x16, 0x58, 0x54, 0x90, 0xe3, 0xe6, 0xb4, 0xc3, 0xa7, 0xe2, 0xf7, 0xba, 0x88, 0xc5, 0x0d, 0xaa, 0x1a, 0x83, 0x04, 0xa3, 0x46, 0x3f, 0xe0, 0x29, 0xd6, 0x6e, 0x59, 0xe2, 0x99, 0x11, 0xc1, 0x4c, 0xf4, 0x31, 0xa1, 0x40, 0x16, 0x06, 0xa4, 0x17, 0x85, 0x29, 0x95, 0x40, 0x1a, 0xf0, 0x98, 0x24, 0x82, 0x29, 0x09, 0x62, 0x92, 0x57, 0x90, 0x12, 0xfc, 0x1e, 0x85, 0xe9, 0xe3, 0xfd, 0xb8, 0x35, 0x85, 0x40, 0x24, 0xce, 0xf3, 0x9b, 0xf6, 0xd1, 0x19, 0x8a, 0x01, 0x6c, 0x53, 0xd1, 0x3e, 0xfe, 0xda, 0x4f, 0x4e, 0xaf, 0xf9, 0xb7, 0x23, 0xc0, 0xf2, 0xd5, 0x4f, 0x4f, 0xd4, 0xe2, 0x72, 0x2d, 0x30, 0xa5, 0x24, 0xd7, 0xcb, 0xa9, 0x87, 0x4f, 0xc6, 0xe7, 0xd2, 0x08, 0x46, 0x75, 0x76, 0xd7, 0x07, 0xd0, 0x75, 0xcc, 0xb3, 0xfb, 0xb4, 0x78, 0x9f, 0xe1, 0x0d, 0xd2, 0x89, 0x90, 0x14, 0xe7, 0x45, 0xfa, 0x77, 0xe7, 0x39, 0x60, 0x4a, 0x16, 0x20, 0x4d, 0xf2, 0x83, 0x0c, 0xb1, 0x28, 0xcd, 0xea, 0xad, 0xf2, 0x82, 0x3e, 0x92, 0xa8, 0x0a, 0x1c, 0x36, 0x21, 0x97, 0x5c, 0xaf, 0x4a, 0x38, 0x9e, 0xe0, 0xa5, 0xcd, 0x35, 0xb4, 0xf4, 0x48, 0xca, 0xfb, 0x0c, 0x8c, 0xe3, 0xdf, 0xfa, 0xc9, 0xd9, 0xb5, 0xff, 0x36, 0x04, 0x38, 0x66, 0xf5, 0xb3, 0xc5, 0x4a, 0x34, 0xf1, 0x1a, 0x82, 0xf9, 0xe3, 0x0b, 0xfd, 0x9c, 0xbc, 0x70, 0x12, 0x9a, 0xaa, 0xd0, 0x15, 0x4e, 0xb0, 0xb7, 0x21, 0x68, 0x19, 0xef, 0x33, 0xcb, 0xba, 0xe4, 0xac, 0xde, 0x8c, 0x08, 0xa9, 0xd6, 0x6e, 0x96, 0xf4, 0xd9, 0x4d, 0xb8, 0xb5, 0xb5, 0x9e, 0x9d, 0xbb, 0xde, 0xa7, 0xb5, 0xb5, 0x9e, 0x68, 0x34, 0x8c, 0xcf, 0x93, 0x43, 0x59, 0xf9, 0x64, 0x66, 0xcf, 0x59, 0x46, 0x6e, 0x6e, 0xc1, 0x00, 0xf4, 0x49, 0x04, 0x49, 0x06, 0xbe, 0xcf, 0x53, 0xa4, 0x54, 0x08, 0x26, 0x49, 0x61, 0x1f, 0x49, 0x14, 0x05, 0x66, 0x8c, 0xf7, 0x93, 0xef, 0xd3, 0x88, 0x27, 0x0c, 0x5e, 0xd9, 0x72, 0x90, 0x86, 0x8e, 0x00, 0x48, 0xb6, 0x0a, 0xc9, 0x8a, 0x43, 0x11, 0x0e, 0x46, 0x9d, 0x00, 0xc7, 0x7c, 0xf3, 0x31, 0x9f, 0xf0, 0xf9, 0xd6, 0x20, 0x39, 0xbe, 0x24, 0xcf, 0xc7, 0xca, 0xc3, 0xa7, 0xe0, 0xd2, 0x14, 0xda, 0x02, 0x71, 0xaa, 0x9b, 0x82, 0x20, 0x93, 0xdc, 0x7a, 0x9a, 0x85, 0x9b, 0xb9, 0x79, 0x91, 0x51, 0xde, 0xa5, 0xc6, 0x7e, 0x2b, 0x32, 0x64, 0x4e, 0x3c, 0xf5, 0x95, 0xed, 0x3b, 0xde, 0x65, 0xfb, 0xd6, 0x77, 0x53, 0x2a, 0x80, 0xbe, 0xa1, 0x69, 0x6e, 0x8e, 0x3e, 0xfa, 0x13, 0x94, 0x96, 0x55, 0x0e, 0x78, 0x85, 0x8c, 0x5c, 0xc0, 0xc4, 0xea, 0xd3, 0xc4, 0xa2, 0x0c, 0x0f, 0x21, 0x01, 0x21, 0x99, 0x56, 0xe6, 0xa7, 0x38, 0xd7, 0x45, 0x3c, 0x21, 0x79, 0x61, 0xf3, 0x3e, 0x5a, 0xba, 0xc2, 0x48, 0x78, 0x27, 0x2f, 0xee, 0x3e, 0x75, 0xcd, 0x2d, 0xa7, 0x07, 0xff, 0x65, 0x09, 0xb0, 0xf4, 0x8a, 0xfb, 0x5d, 0x9e, 0xe2, 0x8a, 0x27, 0x11, 0xf2, 0xcc, 0x7c, 0x9f, 0x9b, 0xd3, 0x16, 0x4f, 0xc3, 0xeb, 0xd6, 0x68, 0x0b, 0xc4, 0xa8, 0x6e, 0x0c, 0x26, 0x65, 0xe6, 0xe6, 0x16, 0x6e, 0x16, 0xef, 0xad, 0x17, 0x78, 0x92, 0x89, 0x92, 0x3a, 0xb5, 0xd4, 0x74, 0x20, 0x73, 0xca, 0x55, 0x7b, 0x37, 0xb3, 0x69, 0xe3, 0x6b, 0x2c, 0x9d, 0x3b, 0x9d, 0x2b, 0xce, 0x39, 0x95, 0x65, 0x73, 0xa7, 0x53, 0x5c, 0x90, 0x4b, 0x53, 0x7b, 0x17, 0xaf, 0x6f, 0xd8, 0xce, 0x5d, 0x8f, 0x3e, 0x4b, 0x5d, 0x4b, 0x37, 0xa7, 0x7c, 0xec, 0xf3, 0x78, 0xbd, 0xfe, 0x8c, 0xa5, 0x62, 0x32, 0x2a, 0x00, 0xbb, 0xbc, 0x20, 0xd3, 0x43, 0x20, 0x25, 0xd3, 0xca, 0xfd, 0x14, 0xe7, 0xba, 0x89, 0xc4, 0x12, 0x3c, 0xb7, 0xb1, 0x9a, 0xee, 0x70, 0x0c, 0x29, 0x79, 0xca, 0xe3, 0xcd, 0x3b, 0x67, 0x34, 0x4b, 0xc4, 0x51, 0x25, 0xc0, 0x71, 0x37, 0xfe, 0xef, 0x2f, 0xa4, 0x10, 0xd7, 0x7b, 0xdc, 0x1a, 0x1f, 0x3f, 0x62, 0x1a, 0x7e, 0xaf, 0x9b, 0xee, 0x70, 0x82, 0xdd, 0x0d, 0x81, 0x01, 0x1f, 0x6a, 0x03, 0xac, 0x99, 0x9b, 0x4f, 0x8f, 0xfd, 0xe6, 0x89, 0x9f, 0x99, 0xfc, 0x6b, 0x3e, 0xdd, 0x68, 0x2c, 0xcc, 0x9a, 0x67, 0x7e, 0xc7, 0x57, 0x57, 0xad, 0xe4, 0x9a, 0x0b, 0x3e, 0x81, 0x62, 0x42, 0x90, 0x60, 0x38, 0xc2, 0xe5, 0x3f, 0x7e, 0x80, 0xa6, 0x70, 0x2e, 0xf3, 0xe6, 0x2f, 0xcf, 0x48, 0x08, 0x31, 0x55, 0x06, 0xad, 0xf3, 0x82, 0x74, 0xa2, 0xf4, 0x9d, 0xda, 0x61, 0xe5, 0x7e, 0xf2, 0x73, 0x5c, 0x04, 0xa3, 0x31, 0xd6, 0x6c, 0xa8, 0x26, 0x1c, 0x4b, 0x20, 0x84, 0xb8, 0xe9, 0x8d, 0x9f, 0x7d, 0xf2, 0xdb, 0xff, 0x72, 0x04, 0x38, 0xe6, 0xdb, 0x7f, 0x3d, 0x0b, 0xa9, 0xfc, 0x5d, 0x55, 0x14, 0x71, 0xda, 0x11, 0xd3, 0x28, 0xf2, 0x7b, 0x09, 0x45, 0x75, 0x76, 0xd6, 0x07, 0x90, 0x86, 0x4c, 0x75, 0xd1, 0x66, 0xae, 0x3f, 0xdd, 0xcd, 0xdb, 0xac, 0xee, 0xa5, 0x4a, 0xbf, 0x66, 0xf2, 0xaf, 0x75, 0x38, 0xd8, 0xb9, 0x73, 0x1d, 0xcb, 0xa7, 0xfb, 0xf8, 0xc1, 0x7f, 0xac, 0xb2, 0x9d, 0x4f, 0x67, 0x20, 0xc4, 0x67, 0xbf, 0x75, 0x1f, 0x73, 0x17, 0x9f, 0x9e, 0x29, 0x0d, 0xa7, 0x93, 0x20, 0x23, 0x07, 0x30, 0x0b, 0x0f, 0xa9, 0xba, 0x02, 0x12, 0x84, 0x22, 0x98, 0x5d, 0x91, 0x4b, 0x8e, 0x5b, 0xa5, 0x2d, 0x10, 0x61, 0xcd, 0xfb, 0x55, 0x18, 0x52, 0x4a, 0x29, 0xe5, 0x99, 0x6f, 0xdf, 0xfc, 0x99, 0x67, 0xfe, 0x65, 0x08, 0xb0, 0xfc, 0x86, 0x27, 0x26, 0xaa, 0x42, 0x7d, 0x5f, 0x42, 0xe9, 0x51, 0x33, 0x27, 0x30, 0xa3, 0xa2, 0x88, 0x58, 0x5c, 0xb2, 0xbd, 0xb6, 0x8b, 0x84, 0x21, 0x2d, 0x6b, 0x76, 0xf3, 0xcc, 0xde, 0x39, 0x11, 0xcc, 0xab, 0x80, 0xcc, 0x69, 0x26, 0x6b, 0x04, 0x1b, 0xde, 0xfe, 0x1b, 0xcf, 0xdf, 0x7d, 0x3d, 0x3e, 0x8f, 0x3b, 0xeb, 0xbc, 0x1e, 0x78, 0xf2, 0x65, 0x36, 0xb5, 0x94, 0x66, 0xa8, 0x84, 0x4e, 0x80, 0x37, 0xaf, 0x18, 0x52, 0xf3, 0x09, 0x90, 0xa8, 0x8a, 0x60, 0x6e, 0x65, 0x3e, 0x6e, 0x97, 0x60, 0x77, 0x5d, 0x3b, 0xeb, 0x76, 0xd7, 0x03, 0xb4, 0x89, 0x84, 0xbe, 0xe4, 0xcd, 0x5b, 0x3f, 0xbb, 0xff, 0x23, 0x4f, 0x80, 0xa5, 0x57, 0xdc, 0xef, 0x72, 0x17, 0x95, 0xbd, 0x02, 0x1c, 0x3b, 0x69, 0x5c, 0x01, 0xc7, 0xce, 0x99, 0x88, 0x94, 0xb0, 0xb3, 0xbe, 0x8b, 0x50, 0xd4, 0x30, 0xb1, 0x78, 0x6b, 0xf9, 0xd6, 0x7c, 0x75, 0xcf, 0x3e, 0xf1, 0x13, 0xa6, 0x60, 0x9b, 0x4b, 0xc0, 0xba, 0xa1, 0x33, 0xd3, 0x7f, 0x90, 0x6b, 0x2f, 0x38, 0xd3, 0xd1, 0xdc, 0xb6, 0xec, 0x3d, 0xc8, 0xbd, 0x2f, 0xb5, 0x65, 0x96, 0x89, 0x36, 0x09, 0xa1, 0x99, 0xa7, 0xb0, 0x14, 0x96, 0x7a, 0xff, 0xae, 0xdf, 0xa3, 0x32, 0xbb, 0x22, 0x0f, 0x80, 0x37, 0xb6, 0xd7, 0x70, 0xb0, 0xa5, 0x0b, 0x01, 0x6b, 0xdd, 0xbe, 0xc2, 0x93, 0x47, 0x3a, 0x1f, 0x18, 0x71, 0x02, 0x1c, 0x7d, 0xe3, 0x93, 0x37, 0x20, 0xe5, 0xcd, 0xb9, 0x5e, 0x37, 0x2b, 0x97, 0xcc, 0xc0, 0xa3, 0x29, 0xd4, 0xb4, 0x86, 0x69, 0xea, 0x8c, 0xda, 0xcb, 0xb5, 0xc3, 0x20, 0x82, 0x29, 0x19, 0x1c, 0x54, 0x02, 0xb1, 0x58, 0x84, 0xef, 0x7c, 0x7a, 0x0a, 0xd3, 0x2a, 0xcb, 0x1c, 0xcd, 0xad, 0xb5, 0x33, 0xc0, 0x77, 0x1f, 0xad, 0x4a, 0xb3, 0xda, 0xa1, 0x01, 0x9f, 0x52, 0x4a, 0x9a, 0xc8, 0xcc, 0xe5, 0x05, 0x5e, 0x26, 0x96, 0x78, 0x89, 0x27, 0x0c, 0x9e, 0x7b, 0x7f, 0x2f, 0x81, 0x70, 0x0c, 0x04, 0xd7, 0xbd, 0x7d, 0xf3, 0x39, 0xb7, 0x7d, 0x64, 0x09, 0x70, 0xe4, 0xb5, 0xff, 0x3b, 0x49, 0xd5, 0xf4, 0x6d, 0x40, 0xee, 0xc9, 0x8b, 0xa6, 0x31, 0xae, 0x20, 0x87, 0xce, 0x60, 0x82, 0xbd, 0x4d, 0x01, 0x6b, 0xf0, 0x4c, 0x5c, 0x7a, 0xba, 0x86, 0x6f, 0x17, 0xeb, 0xcd, 0xc8, 0x60, 0x95, 0xf4, 0xa5, 0x4f, 0x56, 0x55, 0x05, 0x77, 0x7e, 0x79, 0x41, 0x7f, 0xe8, 0xc9, 0x36, 0x02, 0xe1, 0x18, 0xd7, 0xff, 0x6e, 0xbb, 0x29, 0xe8, 0x03, 0x40, 0xa7, 0x2d, 0x26, 0xa5, 0x37, 0x9a, 0x98, 0x84, 0x0c, 0x2b, 0x12, 0xcd, 0x28, 0xcb, 0xa5, 0xc0, 0xaf, 0xd1, 0xdc, 0x19, 0xe2, 0xe5, 0xcd, 0xd5, 0x00, 0xdd, 0x22, 0xae, 0xcf, 0x7d, 0xeb, 0xf6, 0x73, 0x6b, 0x3f, 0x92, 0x04, 0x38, 0xfa, 0xfa, 0xbf, 0x3c, 0x81, 0xe0, 0x9c, 0x69, 0xe5, 0x45, 0x2c, 0x9b, 0x55, 0x49, 0xc2, 0x90, 0x6c, 0xad, 0xe9, 0xc4, 0x30, 0x30, 0xb5, 0xe0, 0x54, 0x6f, 0x90, 0x9e, 0xbc, 0xd9, 0x11, 0xc1, 0x6c, 0x71, 0x47, 0x38, 0x4a, 0xfa, 0x92, 0x09, 0x94, 0xeb, 0xd5, 0xf8, 0xc5, 0x45, 0xf3, 0x1d, 0xcf, 0x6f, 0x57, 0x5d, 0x37, 0xb7, 0x3e, 0xb5, 0x37, 0x13, 0xf4, 0x0c, 0x60, 0x31, 0xe9, 0x30, 0x92, 0x16, 0x3d, 0x06, 0x56, 0x25, 0x65, 0xcf, 0x02, 0xd2, 0xbc, 0x89, 0x05, 0x68, 0x8a, 0xe0, 0xdd, 0x9d, 0xb5, 0xec, 0x6f, 0x6a, 0x07, 0x78, 0xf4, 0xed, 0x5f, 0x7c, 0xee, 0xf3, 0x1f, 0x39, 0x02, 0x2c, 0xff, 0xcf, 0xc7, 0x4f, 0x13, 0xf0, 0x9c, 0xa6, 0x2a, 0x7c, 0x7c, 0xd9, 0x2c, 0xbc, 0x6e, 0x8d, 0xfd, 0xcd, 0x21, 0xda, 0x02, 0x31, 0x53, 0x37, 0x9e, 0x9c, 0xa5, 0x9b, 0x79, 0x03, 0x3b, 0xb7, 0x9e, 0xd9, 0xe2, 0x65, 0x9d, 0xf8, 0xd9, 0x19, 0xb7, 0xa2, 0x08, 0xee, 0xb8, 0x64, 0x01, 0x6e, 0x4d, 0x75, 0x34, 0xc7, 0xc7, 0xdf, 0xac, 0x65, 0xcd, 0xe6, 0xa6, 0x64, 0x94, 0x4d, 0x5b, 0xc8, 0xac, 0x81, 0xb7, 0xb3, 0x7a, 0xf3, 0xf0, 0x51, 0x9c, 0xeb, 0x61, 0xca, 0x38, 0x1f, 0x91, 0x58, 0x82, 0x67, 0xd7, 0xed, 0x22, 0xa1, 0x1b, 0x60, 0xf0, 0x89, 0xb7, 0x6f, 0x5d, 0xf5, 0xcc, 0x47, 0x86, 0x00, 0xab, 0x56, 0x3d, 0xa6, 0x1e, 0x98, 0x22, 0xb6, 0x00, 0x73, 0x8e, 0x38, 0xac, 0x92, 0xe9, 0xe3, 0x0b, 0x7b, 0x35, 0xfe, 0x6e, 0xd3, 0x85, 0x9a, 0x14, 0x6f, 0x60, 0x1a, 0xff, 0x1d, 0x10, 0xc1, 0xa4, 0x02, 0xb0, 0x4a, 0xfa, 0x84, 0xcd, 0xd4, 0xbf, 0x76, 0xc6, 0x74, 0x16, 0x4e, 0xc9, 0xcf, 0x3a, 0xc7, 0x8e, 0x60, 0x9c, 0xff, 0xfa, 0xd3, 0x56, 0xa2, 0x09, 0x23, 0x73, 0xd1, 0x48, 0x4a, 0x93, 0x35, 0x25, 0x3b, 0xe0, 0xd3, 0xf3, 0x80, 0x01, 0xe0, 0xcd, 0x16, 0x9c, 0x66, 0x56, 0xe4, 0xe1, 0x77, 0xab, 0xec, 0xad, 0x6f, 0x67, 0xe3, 0xde, 0x3a, 0x90, 0x6c, 0x7d, 0x27, 0x6f, 0xeb, 0xa2, 0x91, 0xe8, 0x36, 0x16, 0x23, 0xe3, 0xfa, 0x1f, 0x3d, 0x57, 0x22, 0x1e, 0xcd, 0xcd, 0xf1, 0xb0, 0x72, 0xc9, 0x4c, 0x90, 0xb0, 0xb3, 0xae, 0x8b, 0x48, 0xdc, 0xc8, 0x28, 0xf1, 0xb2, 0xc5, 0x72, 0x5b, 0x22, 0xa4, 0xad, 0xea, 0x64, 0xae, 0xf0, 0xd9, 0x49, 0xbf, 0xe6, 0x53, 0x9e, 0x31, 0xde, 0xcf, 0x0d, 0x9f, 0x9e, 0x69, 0x2a, 0x00, 0xf5, 0x27, 0x8b, 0x09, 0x83, 0x5b, 0xfe, 0xbe, 0x9b, 0xaa, 0xc6, 0x60, 0x06, 0xe0, 0xe9, 0xa0, 0xa7, 0xb5, 0x15, 0x9a, 0x03, 0x3f, 0xc8, 0xdc, 0xc1, 0xe7, 0x52, 0x98, 0x55, 0x99, 0x0f, 0x52, 0xf2, 0xfc, 0xfa, 0x3d, 0x04, 0x22, 0x51, 0x10, 0xf2, 0x73, 0xef, 0xfc, 0xe2, 0xbc, 0x27, 0x3e, 0x02, 0x04, 0x90, 0x62, 0xf9, 0xb5, 0x8f, 0xad, 0x43, 0xb0, 0x64, 0xd9, 0xec, 0x49, 0x4c, 0x1a, 0x57, 0x40, 0x6b, 0x77, 0x8c, 0x9a, 0xd6, 0x90, 0xb3, 0x16, 0x2d, 0x9b, 0xde, 0x3d, 0x61, 0x93, 0xd4, 0x09, 0x93, 0x25, 0x3e, 0x61, 0x39, 0x43, 0x61, 0x3b, 0xd1, 0x13, 0xe6, 0x95, 0x72, 0xe1, 0x8a, 0x49, 0x28, 0x4a, 0xe6, 0x51, 0x2d, 0xdd, 0x31, 0x7e, 0xf5, 0x42, 0x35, 0x7b, 0xea, 0x03, 0x26, 0x80, 0x9b, 0x83, 0x9e, 0x6a, 0xd1, 0x66, 0xc0, 0xdb, 0x59, 0x7d, 0x3a, 0x31, 0x7a, 0x5e, 0x9b, 0x54, 0x9a, 0x43, 0x49, 0xae, 0x9b, 0x03, 0x4d, 0x1d, 0xac, 0xdf, 0x75, 0x10, 0x60, 0xe3, 0x3b, 0xb7, 0x9e, 0xbb, 0x04, 0x86, 0xb7, 0xf9, 0x64, 0xd8, 0x04, 0x38, 0xf2, 0xfa, 0x47, 0xcf, 0x16, 0x52, 0xfe, 0xdd, 0xe7, 0x76, 0xb3, 0x72, 0xd9, 0x2c, 0x14, 0x21, 0xd8, 0x71, 0xb0, 0x93, 0x98, 0x6e, 0xa4, 0xd5, 0xe8, 0x4e, 0x89, 0x90, 0x99, 0xd0, 0x39, 0xce, 0xf0, 0x45, 0x36, 0x7b, 0xb7, 0x1e, 0x13, 0x4b, 0x7c, 0x9c, 0xbe, 0xb8, 0x9c, 0x69, 0x65, 0xfe, 0x1e, 0x97, 0x1f, 0x8a, 0xb3, 0x6e, 0x4f, 0x3b, 0x6f, 0xed, 0x6a, 0x23, 0x12, 0xd7, 0x53, 0xa1, 0x97, 0x66, 0x0d, 0x24, 0xa9, 0xa0, 0xa7, 0x67, 0x08, 0x66, 0x16, 0xef, 0x04, 0xf8, 0xbe, 0xbf, 0xe4, 0x56, 0x15, 0xe6, 0x4c, 0x2c, 0xc0, 0x90, 0x92, 0xe7, 0xd7, 0xef, 0x22, 0x1c, 0x8d, 0x21, 0xa4, 0x38, 0xf3, 0x9d, 0xdb, 0xce, 0x7b, 0xfa, 0x43, 0x25, 0xc0, 0x51, 0xd7, 0x3e, 0xf2, 0x16, 0x70, 0xf4, 0xe2, 0x99, 0x13, 0x99, 0x5a, 0x56, 0x44, 0x5b, 0x30, 0x46, 0x4d, 0x4b, 0x28, 0xc9, 0x2b, 0x5b, 0x97, 0x78, 0xa9, 0x61, 0xc1, 0x82, 0x08, 0x69, 0xc0, 0x0a, 0x93, 0xb3, 0x17, 0x76, 0x51, 0x5e, 0x0c, 0x76, 0xca, 0x99, 0x9d, 0x21, 0xd2, 0xf2, 0xc8, 0x8c, 0x8c, 0x2f, 0xb5, 0x36, 0x90, 0x26, 0x3b, 0x0d, 0xcd, 0x92, 0x47, 0xbb, 0x52, 0x31, 0x29, 0xdc, 0x4c, 0x1e, 0x97, 0x43, 0x51, 0x8e, 0x9b, 0xaa, 0x86, 0x36, 0x36, 0xef, 0xad, 0x05, 0x78, 0xf3, 0xdd, 0xdb, 0xbe, 0x70, 0xdc, 0x87, 0x46, 0x80, 0xe5, 0xdf, 0xf8, 0xd3, 0x22, 0xa9, 0xb0, 0xc9, 0xe3, 0xd2, 0x58, 0xb9, 0x6c, 0x0e, 0x8a, 0x22, 0xd8, 0x55, 0xd7, 0x4d, 0x24, 0xa1, 0x63, 0xb5, 0x3a, 0x67, 0x2a, 0xdf, 0x3a, 0x20, 0x82, 0x19, 0xa0, 0xc2, 0x62, 0xb1, 0x5f, 0x8c, 0x0c, 0xb7, 0xad, 0xe0, 0x36, 0xe1, 0x88, 0xb4, 0x20, 0x8c, 0x33, 0xe0, 0xad, 0xac, 0x5e, 0xa6, 0x85, 0x10, 0xaf, 0xa6, 0x32, 0xab, 0x22, 0x0f, 0x5d, 0x4a, 0x9e, 0x7f, 0x77, 0x07, 0xb1, 0x44, 0x02, 0x43, 0x57, 0x16, 0xae, 0xbb, 0xf3, 0xf3, 0x5b, 0x3e, 0x14, 0x02, 0x1c, 0xf9, 0xcd, 0x3f, 0xdd, 0x02, 0x5c, 0x37, 0xa3, 0xb2, 0x94, 0xf9, 0x53, 0x27, 0xd0, 0x1d, 0x8e, 0x53, 0xdd, 0x14, 0xc0, 0x72, 0x57, 0x8e, 0x8d, 0xc8, 0x93, 0x4e, 0x84, 0xcc, 0xf2, 0xd0, 0x9e, 0x0c, 0xd9, 0x6a, 0xff, 0x21, 0x62, 0x6e, 0xf1, 0x94, 0x9d, 0x97, 0x48, 0x07, 0x9d, 0x8c, 0x1e, 0x03, 0x33, 0xe0, 0x93, 0xff, 0x6a, 0xea, 0xeb, 0xa9, 0xd5, 0xc2, 0xb4, 0xb2, 0x5c, 0xf2, 0x7c, 0x2e, 0xb6, 0x54, 0xd7, 0x53, 0x55, 0xd7, 0x02, 0x88, 0x9b, 0xdf, 0xbb, 0xfd, 0x0b, 0xdf, 0x3a, 0xe4, 0x04, 0x58, 0xb5, 0xea, 0x31, 0x75, 0x5f, 0x65, 0xbc, 0x06, 0x98, 0x70, 0xc2, 0xe2, 0x99, 0x14, 0xf8, 0xbd, 0xec, 0x6f, 0x0e, 0xd1, 0x19, 0x8a, 0x65, 0x48, 0xbe, 0x56, 0x99, 0xbd, 0xb0, 0xcc, 0xde, 0xd3, 0x73, 0x80, 0x54, 0xf3, 0xb6, 0xd2, 0xf7, 0xac, 0x13, 0x79, 0x31, 0xc4, 0x00, 0x60, 0xee, 0xfc, 0x53, 0x8b, 0x80, 0x74, 0x30, 0x4d, 0xfd, 0x42, 0x4a, 0x8c, 0xb7, 0x04, 0x3e, 0x5b, 0xa9, 0x28, 0xa1, 0xd0, 0xef, 0x66, 0x72, 0x69, 0x0e, 0x1d, 0x81, 0x30, 0xaf, 0x6f, 0xda, 0x03, 0x50, 0x37, 0xb5, 0xd6, 0x35, 0xf9, 0xf1, 0xc7, 0x87, 0x76, 0x7d, 0x82, 0x21, 0x13, 0x60, 0xd9, 0x35, 0x7f, 0x38, 0x43, 0xc0, 0xd3, 0x79, 0x39, 0x3e, 0x4e, 0x5c, 0x3c, 0x13, 0x5d, 0x4a, 0xb6, 0x1d, 0xec, 0x00, 0x69, 0x91, 0xcd, 0x67, 0xac, 0xfc, 0x99, 0xab, 0x7d, 0xe9, 0x27, 0x95, 0xe9, 0x15, 0x32, 0x7c, 0x7d, 0xd6, 0x9e, 0x5f, 0x31, 0x94, 0x99, 0x5a, 0x24, 0x7a, 0xa6, 0xbf, 0x59, 0x80, 0x6e, 0x6a, 0xed, 0x59, 0x54, 0x42, 0x33, 0xe0, 0x53, 0x48, 0x27, 0x24, 0x73, 0x2b, 0x0b, 0xd0, 0x14, 0x85, 0x57, 0xdf, 0xdf, 0x49, 0x77, 0x38, 0x0a, 0x42, 0xac, 0x7c, 0xef, 0xf6, 0x0b, 0x5e, 0x38, 0xb4, 0x04, 0xf8, 0xc6, 0xef, 0x7f, 0x0f, 0x5c, 0x38, 0x6f, 0x5a, 0x05, 0xd3, 0x26, 0x94, 0xd2, 0x16, 0x88, 0x52, 0xd7, 0x16, 0xce, 0x2e, 0xeb, 0x66, 0x13, 0x7d, 0x2c, 0x88, 0x60, 0x46, 0x06, 0xd3, 0x78, 0x2f, 0x46, 0x60, 0x72, 0x76, 0xb0, 0x4b, 0xcb, 0xe8, 0x6f, 0x0a, 0xba, 0x55, 0x72, 0x97, 0xdd, 0xe2, 0xad, 0xe5, 0xe3, 0xca, 0x12, 0x1f, 0x45, 0x7e, 0x0f, 0x7b, 0x6a, 0x9b, 0xd9, 0xb9, 0xbf, 0x1e, 0x89, 0x78, 0x68, 0xfd, 0x1d, 0x17, 0x5e, 0x72, 0x08, 0x09, 0x20, 0xc5, 0xb2, 0x6f, 0xfc, 0xbe, 0x1e, 0x28, 0x3f, 0x69, 0xc9, 0x1c, 0x72, 0x3c, 0x6e, 0xaa, 0x9a, 0x02, 0x84, 0xa2, 0x09, 0x67, 0xb5, 0xbe, 0x45, 0x7d, 0x9e, 0x99, 0x0c, 0x62, 0xb3, 0xa1, 0x43, 0x58, 0xba, 0x7c, 0x5b, 0x87, 0x3f, 0xc8, 0x22, 0xc0, 0x26, 0xf2, 0x5b, 0xba, 0x77, 0x7b, 0x6b, 0x37, 0xf3, 0x0a, 0xd2, 0xbc, 0x13, 0xd9, 0xa2, 0x54, 0xf4, 0x7b, 0x34, 0xa6, 0x95, 0xe5, 0x12, 0x0c, 0xc7, 0x78, 0x75, 0xe3, 0x0e, 0x24, 0xd4, 0xae, 0xbf, 0xe3, 0xa2, 0x89, 0x87, 0x8c, 0x00, 0x47, 0x7e, 0xf3, 0xa1, 0xf9, 0x52, 0x17, 0x5b, 0xbc, 0x1e, 0x17, 0x27, 0x2f, 0x9d, 0x8b, 0x61, 0x48, 0xb6, 0x1f, 0xec, 0xea, 0xdd, 0xc6, 0x95, 0xaa, 0xf6, 0x99, 0x27, 0x73, 0xd9, 0x88, 0x60, 0x01, 0xa3, 0xc8, 0x16, 0xcb, 0x05, 0x62, 0x08, 0x33, 0x6a, 0x6f, 0xae, 0xa3, 0xfe, 0xe0, 0x2e, 0x42, 0x81, 0x4e, 0x3c, 0x3e, 0x3f, 0x93, 0x67, 0x2c, 0xa4, 0xa0, 0xa8, 0xdc, 0x31, 0xd8, 0x99, 0x8e, 0x41, 0x9a, 0x06, 0x0c, 0x69, 0x56, 0x2e, 0x5a, 0x02, 0x9f, 0x5a, 0x66, 0x26, 0x2f, 0x2d, 0x0b, 0x09, 0x73, 0x27, 0xe6, 0xa3, 0x28, 0x82, 0x97, 0xd7, 0x6f, 0x27, 0x12, 0x8d, 0x83, 0x50, 0xe6, 0xac, 0xbb, 0xe3, 0x8b, 0x3b, 0x0f, 0x09, 0x01, 0x96, 0x7e, 0xfd, 0xe1, 0xaf, 0x01, 0x77, 0x4e, 0x2c, 0x2f, 0x66, 0xe1, 0xf4, 0x4a, 0xba, 0xc2, 0x09, 0x0e, 0xb4, 0x04, 0x4d, 0x37, 0x65, 0x0c, 0x8e, 0x08, 0x26, 0x0d, 0x1d, 0xc2, 0x22, 0xa6, 0x3b, 0x22, 0x84, 0xfd, 0x54, 0x43, 0xdd, 0xed, 0x1c, 0xa8, 0xda, 0x4c, 0x6b, 0x53, 0x4d, 0xda, 0x67, 0x2a, 0xcc, 0x5d, 0x7c, 0x22, 0x45, 0xa5, 0x15, 0x0e, 0xc3, 0x82, 0x95, 0x87, 0x90, 0xe9, 0xaa, 0x71, 0x1a, 0xa8, 0xce, 0x81, 0x4f, 0x26, 0x9f, 0x04, 0xa6, 0x8c, 0xf3, 0x93, 0xe7, 0xd5, 0xd8, 0xbc, 0xa7, 0x96, 0xda, 0xe6, 0x36, 0x90, 0xf2, 0xaa, 0xf5, 0x77, 0x5d, 0x7c, 0xdf, 0xa1, 0x21, 0xc0, 0xd5, 0x0f, 0xfd, 0x15, 0xc1, 0x67, 0x16, 0xcd, 0x9c, 0xc2, 0x84, 0xd2, 0x02, 0x1a, 0xda, 0xc3, 0xb4, 0x05, 0x63, 0x19, 0xee, 0xd7, 0x3c, 0x11, 0x34, 0x5b, 0xe8, 0xc9, 0xcc, 0x0b, 0xac, 0xea, 0x7c, 0x27, 0xdb, 0xbc, 0x10, 0xf6, 0xc7, 0x84, 0x02, 0xed, 0xec, 0xdb, 0xbd, 0x89, 0xf6, 0xd6, 0x3a, 0x90, 0x92, 0x93, 0x96, 0xcd, 0xe3, 0xc2, 0x4f, 0xac, 0x60, 0xd6, 0xe4, 0x09, 0xd4, 0x36, 0xb5, 0x71, 0xc7, 0x23, 0xcf, 0xb0, 0x71, 0x4f, 0x3d, 0x47, 0x1c, 0x7b, 0x36, 0x42, 0x51, 0xac, 0xd2, 0xff, 0xac, 0xdb, 0xc9, 0xac, 0x04, 0x23, 0x73, 0x69, 0xd8, 0x8c, 0x1c, 0x16, 0xeb, 0x06, 0x40, 0x71, 0xae, 0x9b, 0xf1, 0x85, 0x3e, 0xea, 0x9a, 0xdb, 0xf9, 0x60, 0x4f, 0x0d, 0xc0, 0x5f, 0xd6, 0xdf, 0x75, 0xf1, 0xaa, 0x43, 0x43, 0x80, 0xaf, 0x3d, 0xd8, 0x02, 0x94, 0xac, 0x58, 0x32, 0x17, 0x9f, 0xc7, 0x4d, 0x55, 0x43, 0x37, 0x91, 0xb8, 0x9e, 0xb5, 0xa1, 0x23, 0x93, 0x08, 0x66, 0xe5, 0x9d, 0x59, 0x57, 0x8f, 0x75, 0x8d, 0x2f, 0xb2, 0xa4, 0xf8, 0xc9, 0xaf, 0xc4, 0xe3, 0x51, 0x0e, 0xec, 0xd9, 0x48, 0x53, 0x5d, 0x15, 0x52, 0x4a, 0xe6, 0x4e, 0xab, 0xe4, 0x9a, 0xf3, 0x3f, 0xc1, 0xe9, 0xc7, 0x1c, 0x9e, 0xf2, 0x9e, 0x78, 0x42, 0xe7, 0x8a, 0x1f, 0x3f, 0x40, 0x0b, 0x15, 0xe4, 0x16, 0x8e, 0xb3, 0x17, 0x87, 0xb2, 0x69, 0x05, 0x66, 0xcb, 0xc3, 0x56, 0x95, 0x83, 0xa9, 0x72, 0x68, 0xae, 0x12, 0x7a, 0xdd, 0x2a, 0xd3, 0xcb, 0xf3, 0x88, 0x44, 0x63, 0xbc, 0xb6, 0x61, 0x3b, 0x40, 0xf3, 0xfa, 0xbb, 0x2e, 0x29, 0x1b, 0x75, 0x02, 0x1c, 0x79, 0xd5, 0x83, 0xe3, 0x0d, 0x45, 0xd6, 0xbb, 0x5c, 0x1a, 0x27, 0x2d, 0x9d, 0x8f, 0x21, 0x25, 0x3b, 0x6a, 0x3b, 0xb3, 0x37, 0x6c, 0x64, 0xd9, 0xaa, 0x6d, 0xe5, 0x15, 0x4c, 0x78, 0x60, 0x2f, 0xfa, 0x58, 0xac, 0x17, 0xb4, 0x34, 0x1e, 0x60, 0xdf, 0xce, 0x75, 0xc4, 0x63, 0x11, 0xe6, 0x4c, 0xad, 0xe4, 0x86, 0x2f, 0x9d, 0xcd, 0xc9, 0xcb, 0xe6, 0x5b, 0x76, 0x03, 0x1d, 0x68, 0x68, 0xe1, 0xd2, 0xdb, 0x9e, 0xa6, 0xb4, 0xe2, 0x30, 0x53, 0x9d, 0xdf, 0x39, 0xe0, 0x59, 0xac, 0xdd, 0xcc, 0xd5, 0xdb, 0x00, 0x9f, 0xfc, 0xfa, 0x9c, 0xca, 0x02, 0x14, 0x21, 0x78, 0x65, 0xdd, 0x16, 0xe2, 0x09, 0x1d, 0x43, 0x50, 0xf6, 0xfe, 0x5d, 0x5f, 0x6e, 0x1e, 0x55, 0x02, 0x1c, 0xf1, 0xb5, 0xdf, 0x9e, 0x28, 0xa4, 0x7c, 0xa5, 0x28, 0x3f, 0x97, 0x65, 0xf3, 0x66, 0x10, 0x8e, 0xe9, 0x54, 0xf7, 0xb7, 0x7c, 0x99, 0x64, 0xf2, 0x4e, 0x3b, 0x77, 0x2c, 0x64, 0x5c, 0x21, 0x6c, 0x8b, 0xbe, 0x8c, 0x5f, 0xd2, 0x27, 0x14, 0x8f, 0x45, 0xa8, 0xde, 0xb9, 0x8e, 0xb6, 0xa6, 0x1a, 0x8a, 0xf3, 0x73, 0xb9, 0xe1, 0x4b, 0x9f, 0x64, 0xd5, 0xca, 0xa3, 0x51, 0x93, 0x5d, 0xbb, 0xc5, 0xb8, 0xfa, 0xee, 0xa7, 0x69, 0x89, 0x17, 0xd8, 0xd7, 0x03, 0xd2, 0x52, 0x12, 0x32, 0x15, 0x8d, 0xac, 0xac, 0xdd, 0xca, 0xd5, 0x67, 0x94, 0x8e, 0x49, 0xc4, 0x98, 0x5e, 0x96, 0x8b, 0xd7, 0xad, 0xf2, 0xee, 0xd6, 0xbd, 0x74, 0x76, 0x07, 0x10, 0x06, 0x2b, 0xd6, 0xdf, 0x7b, 0xe9, 0xda, 0x51, 0x25, 0xc0, 0x92, 0xab, 0x7e, 0x7d, 0x25, 0x82, 0x5f, 0x4e, 0x2c, 0x2b, 0x65, 0xf6, 0xf4, 0x89, 0x74, 0x06, 0x63, 0xd4, 0x77, 0x84, 0x86, 0x50, 0xdb, 0x8b, 0x0c, 0x55, 0x4f, 0x98, 0x0a, 0x3c, 0xc2, 0x26, 0xbc, 0xdb, 0x24, 0x81, 0x02, 0x5a, 0x9b, 0x6a, 0xd8, 0xb7, 0xe3, 0x3d, 0x12, 0xf1, 0x18, 0x67, 0xad, 0x58, 0xc2, 0x0f, 0xae, 0x5c, 0x45, 0x49, 0x61, 0x9e, 0xe3, 0xb9, 0xde, 0xfd, 0xd4, 0x06, 0x5e, 0xdf, 0x13, 0xb2, 0xd0, 0xff, 0x2d, 0xd4, 0x40, 0x99, 0x7d, 0x0d, 0x41, 0x9a, 0xaa, 0x87, 0x72, 0xd0, 0x9a, 0x41, 0x45, 0x51, 0x0e, 0xf9, 0x39, 0x6e, 0x76, 0x54, 0xd7, 0x50, 0xdb, 0xd8, 0x8a, 0x80, 0xcb, 0xd7, 0xdf, 0x73, 0xd9, 0xaf, 0x47, 0x97, 0x00, 0x57, 0xff, 0xfa, 0x36, 0x24, 0xdf, 0x3c, 0x6c, 0x72, 0x25, 0x93, 0x27, 0x94, 0xd0, 0xd2, 0x15, 0xa5, 0xa5, 0x3b, 0x3a, 0x68, 0x91, 0xc7, 0xde, 0x2b, 0x64, 0x92, 0xc1, 0x8a, 0x10, 0x66, 0x1d, 0xdf, 0xd2, 0x90, 0xd4, 0xec, 0xdd, 0x48, 0x43, 0xcd, 0x2e, 0x4a, 0x0b, 0xf3, 0xf8, 0xd1, 0x57, 0xce, 0xe3, 0x8c, 0xe3, 0x16, 0x0f, 0x3a, 0xd7, 0x79, 0xe0, 0xf9, 0x5d, 0xbc, 0xf0, 0x41, 0x93, 0x3d, 0xec, 0x76, 0x80, 0xdb, 0xae, 0x07, 0x58, 0xe8, 0x0b, 0x83, 0x10, 0x8b, 0x4a, 0xf3, 0x3c, 0x94, 0xe6, 0x7b, 0x38, 0x50, 0xdf, 0xca, 0x9e, 0x03, 0xb5, 0x20, 0xb9, 0x65, 0xc3, 0xbd, 0x97, 0xfd, 0xe7, 0xa8, 0x12, 0x60, 0xf1, 0x57, 0x7e, 0xf5, 0x94, 0x10, 0x9c, 0xb5, 0x68, 0xf6, 0x74, 0x4a, 0x0b, 0xf3, 0xa8, 0x6d, 0x0b, 0xd1, 0x1d, 0x89, 0xdb, 0xb7, 0x78, 0x5b, 0x2d, 0xf4, 0x38, 0xee, 0xe3, 0x13, 0x66, 0x4b, 0xfd, 0xa6, 0xa4, 0x88, 0x84, 0x03, 0xec, 0xdd, 0xf2, 0x26, 0xa1, 0x40, 0x3b, 0x67, 0x1e, 0x7f, 0x04, 0x3f, 0xf9, 0xea, 0x17, 0x28, 0xcc, 0xcb, 0x19, 0x92, 0xdc, 0x75, 0xf3, 0xdf, 0xb6, 0xb1, 0x6e, 0x6f, 0xab, 0xb5, 0x02, 0x64, 0xa6, 0x04, 0x4a, 0x6b, 0xe9, 0x48, 0x4a, 0x8b, 0x40, 0x22, 0x1d, 0x2c, 0x18, 0x99, 0xb4, 0x92, 0xe7, 0x79, 0x5d, 0x54, 0x16, 0xe7, 0xd0, 0xdc, 0xde, 0xc5, 0x07, 0xbb, 0xaa, 0x41, 0x88, 0xbf, 0xbf, 0x7f, 0xcf, 0x65, 0x9f, 0x1a, 0xdd, 0x1c, 0xe0, 0xaa, 0x5f, 0xbd, 0x89, 0x94, 0xc7, 0x2c, 0x5d, 0x30, 0x93, 0xfc, 0xdc, 0x1c, 0xf6, 0x37, 0x07, 0x89, 0xc4, 0x74, 0x5b, 0x91, 0xc7, 0x3e, 0x19, 0xb4, 0xab, 0xe7, 0x85, 0xc5, 0x9e, 0x0e, 0xf3, 0xbe, 0x80, 0xf6, 0xa6, 0x83, 0xec, 0xdb, 0xf9, 0x1e, 0xaa, 0x90, 0x7c, 0xfb, 0x92, 0x4f, 0x73, 0xc9, 0x27, 0x4f, 0x1a, 0xb2, 0xfc, 0x1b, 0x4f, 0xe8, 0x7c, 0xf9, 0xde, 0x77, 0x88, 0xf4, 0x5e, 0xf9, 0x53, 0x66, 0x11, 0x03, 0xa4, 0xad, 0x87, 0x90, 0x96, 0xfa, 0x81, 0xcc, 0x38, 0x3e, 0x73, 0x9d, 0xc0, 0x4a, 0x33, 0xf0, 0xba, 0x55, 0xa6, 0x8c, 0xf3, 0xd3, 0x15, 0x08, 0xb1, 0x7e, 0xcb, 0x6e, 0x80, 0x37, 0xde, 0xbf, 0xef, 0x8a, 0xe3, 0x47, 0x37, 0x04, 0x7c, 0xe5, 0xfe, 0x0f, 0x24, 0x2c, 0x38, 0x72, 0xd1, 0x1c, 0x72, 0xbc, 0x5e, 0xf6, 0x35, 0x77, 0xf7, 0x5e, 0x03, 0x2f, 0x5b, 0xad, 0x6f, 0xdf, 0xdd, 0x9b, 0x2e, 0x1d, 0x5b, 0x46, 0x79, 0x13, 0x42, 0x18, 0x86, 0x4e, 0xcd, 0xee, 0x8d, 0xb4, 0xd4, 0x57, 0x31, 0xb5, 0x62, 0x1c, 0xf7, 0x7e, 0xeb, 0x52, 0xe6, 0x4d, 0x9f, 0xc8, 0x70, 0xc6, 0xc6, 0xaa, 0x66, 0x7e, 0xfc, 0xe4, 0xf6, 0xac, 0x57, 0x0e, 0xb1, 0x0e, 0x09, 0xd2, 0x62, 0x1d, 0xc1, 0x64, 0xc1, 0xc8, 0x69, 0x37, 0x71, 0x5a, 0xf2, 0xe8, 0x71, 0xa9, 0x4c, 0x29, 0xcd, 0x25, 0x14, 0x8e, 0xf0, 0xde, 0x07, 0x3b, 0x00, 0x36, 0xbf, 0x7f, 0xdf, 0x95, 0x87, 0x8f, 0x6e, 0x08, 0xf8, 0x8f, 0x5f, 0x56, 0x03, 0x53, 0x97, 0x2f, 0x9e, 0x8f, 0xcf, 0xe3, 0x62, 0x6f, 0x63, 0x80, 0x84, 0x6e, 0x0c, 0xaf, 0xa9, 0xd3, 0x4e, 0xe0, 0x11, 0x76, 0x9b, 0x3b, 0x04, 0x91, 0x50, 0x17, 0xd5, 0xdb, 0xdf, 0x26, 0x1c, 0xe8, 0xe4, 0x8c, 0xe3, 0x16, 0x73, 0xf3, 0xd7, 0x2f, 0x20, 0xdf, 0xef, 0x1b, 0xf6, 0x02, 0xd0, 0x9f, 0xd7, 0x56, 0xf3, 0xf8, 0xdb, 0x07, 0xec, 0x55, 0x40, 0x69, 0x97, 0xff, 0x9b, 0x5b, 0x79, 0x36, 0xd0, 0x07, 0xd3, 0x54, 0xea, 0x52, 0x15, 0xa6, 0x97, 0xe7, 0x12, 0x8a, 0xc6, 0x78, 0x77, 0xe3, 0x36, 0x10, 0x54, 0x6f, 0xbc, 0xef, 0x3f, 0xa6, 0x8f, 0x32, 0x01, 0xee, 0x6b, 0x01, 0x4a, 0x8e, 0x5d, 0xb2, 0x10, 0x55, 0x55, 0xa9, 0x6a, 0xea, 0xc6, 0x30, 0x24, 0x83, 0x6e, 0xea, 0x14, 0x76, 0x65, 0x9d, 0x85, 0xe8, 0x63, 0x42, 0x88, 0xed, 0xef, 0xad, 0x81, 0x44, 0x98, 0xef, 0x5f, 0xf9, 0x39, 0xbe, 0x70, 0x7a, 0x6a, 0x77, 0xd4, 0xde, 0xc6, 0x6e, 0x9e, 0x5a, 0x77, 0x90, 0x9d, 0xb5, 0x5d, 0xcc, 0xae, 0xc8, 0xe1, 0x9a, 0xb3, 0x16, 0x3a, 0x9e, 0xe7, 0x77, 0x1f, 0xd9, 0xc8, 0xb6, 0x83, 0x9d, 0xb6, 0xba, 0x9f, 0xb4, 0x58, 0x2c, 0x90, 0x76, 0x5a, 0x81, 0x45, 0xd9, 0x68, 0x5a, 0x2e, 0x66, 0x69, 0x2a, 0x55, 0x14, 0xc1, 0xf4, 0xb2, 0x3c, 0x12, 0xba, 0xce, 0x5b, 0x1b, 0x3e, 0x00, 0x68, 0xd9, 0xf8, 0xcb, 0xaf, 0x8c, 0x1b, 0x5d, 0x02, 0x5c, 0x79, 0x6f, 0x04, 0xf0, 0x1c, 0xbb, 0xec, 0x70, 0x54, 0x45, 0xb0, 0xa7, 0xbe, 0xbb, 0xe7, 0xd4, 0x2c, 0xbb, 0x7b, 0xcd, 0xca, 0xbb, 0x41, 0x74, 0xf7, 0x66, 0xe9, 0xea, 0xf5, 0x27, 0x5a, 0xf8, 0xde, 0xf9, 0xc7, 0x31, 0x67, 0xea, 0x80, 0x6e, 0xdf, 0x1a, 0x88, 0xf2, 0xc7, 0xd7, 0xaa, 0x79, 0x65, 0x5b, 0x43, 0xff, 0x3f, 0x2c, 0xd0, 0x56, 0xc7, 0xf3, 0x3f, 0x3b, 0xdf, 0xd1, 0x1c, 0xa3, 0xf1, 0x04, 0x5f, 0xbc, 0xeb, 0x4d, 0xe2, 0xba, 0x81, 0xfd, 0x62, 0x80, 0xb4, 0xe9, 0x17, 0xb4, 0x03, 0xdc, 0xc6, 0xda, 0xad, 0xca, 0x45, 0x93, 0x65, 0x61, 0x01, 0x1c, 0x36, 0x21, 0x0f, 0xc3, 0x90, 0xbc, 0xb1, 0x6e, 0x13, 0x40, 0x74, 0xe3, 0xfd, 0x57, 0x79, 0x47, 0x95, 0x00, 0x87, 0xf7, 0x11, 0x60, 0xe9, 0xe1, 0x28, 0x8a, 0x60, 0x6f, 0x43, 0x57, 0xcf, 0x0a, 0x95, 0x45, 0xfb, 0x96, 0x65, 0x53, 0xa7, 0xc8, 0x56, 0xe7, 0xdb, 0x74, 0xf6, 0x25, 0x25, 0x92, 0x77, 0x5f, 0xba, 0x9c, 0x89, 0x25, 0x39, 0xfd, 0x99, 0xf3, 0x3f, 0xd6, 0x1f, 0xe4, 0x8f, 0xaf, 0x57, 0x0f, 0x48, 0xd3, 0x7d, 0xa0, 0xb6, 0xec, 0xe1, 0xe9, 0x9f, 0x5f, 0xee, 0x30, 0xfe, 0x37, 0xf1, 0x83, 0xbf, 0x6c, 0xb5, 0xb7, 0x74, 0x53, 0x3e, 0xd8, 0x79, 0x09, 0x69, 0xaf, 0x13, 0x48, 0x73, 0x55, 0xd1, 0xbc, 0xa9, 0xb4, 0xe7, 0x5d, 0x02, 0x98, 0x31, 0x3e, 0x1f, 0xc3, 0x90, 0xbc, 0xb9, 0x7e, 0x13, 0x40, 0x64, 0xd3, 0xfd, 0x57, 0xf9, 0x46, 0x95, 0x00, 0x8b, 0xae, 0xb8, 0xa7, 0x45, 0x40, 0xc9, 0xd1, 0xbd, 0x21, 0xa0, 0xba, 0x29, 0xd0, 0x7f, 0xe3, 0x85, 0xf4, 0x44, 0xce, 0xae, 0xbc, 0x13, 0x26, 0x99, 0x9e, 0x18, 0x42, 0xab, 0xf7, 0xd9, 0xcb, 0x26, 0x71, 0xd9, 0xa9, 0x33, 0x69, 0x0f, 0xc6, 0xb8, 0xe9, 0x7f, 0xb7, 0xb0, 0xa3, 0xb6, 0xd3, 0x74, 0x52, 0xd3, 0x3d, 0x8d, 0xdc, 0xf6, 0x0d, 0x67, 0x5b, 0xea, 0xfe, 0xf4, 0x7a, 0x15, 0x8f, 0xbd, 0xb5, 0xdf, 0x1e, 0x4c, 0x49, 0x96, 0x90, 0x60, 0xdd, 0x42, 0x6e, 0xde, 0x4d, 0x2c, 0xed, 0xcb, 0x45, 0x13, 0x8f, 0xa3, 0x08, 0xc1, 0xb4, 0xb2, 0x5c, 0x12, 0x09, 0x9d, 0x77, 0xde, 0xff, 0x00, 0xa0, 0x79, 0xd3, 0x03, 0x5f, 0x2d, 0x1b, 0x5d, 0x0f, 0x70, 0xc5, 0xdd, 0xd5, 0xc0, 0xd4, 0x25, 0x8b, 0xe6, 0xe3, 0x71, 0xbb, 0x39, 0xd0, 0xd2, 0x93, 0x04, 0x9a, 0xca, 0xc0, 0x16, 0xb5, 0xbe, 0xb0, 0x93, 0x70, 0xb3, 0x74, 0xf6, 0x66, 0x78, 0x14, 0x21, 0xf8, 0xf8, 0xe2, 0x0a, 0x36, 0x54, 0xb5, 0xd1, 0xd4, 0x19, 0x36, 0x3d, 0xe7, 0x44, 0x3c, 0xce, 0x79, 0x8b, 0x7d, 0x5c, 0x74, 0xd6, 0x09, 0x8e, 0xe6, 0xf8, 0xed, 0x3f, 0x6e, 0xe8, 0x69, 0x6f, 0xb3, 0x75, 0xef, 0xce, 0xc0, 0xb6, 0x56, 0x03, 0x33, 0xeb, 0x48, 0x69, 0xa1, 0x11, 0x58, 0x75, 0x13, 0x6b, 0xaa, 0xc2, 0xe4, 0xd2, 0x5c, 0xa2, 0xb1, 0x18, 0x1b, 0x36, 0x6f, 0x05, 0xa8, 0xda, 0xf4, 0xc0, 0xd5, 0x33, 0x46, 0xd9, 0x03, 0xdc, 0xf5, 0x01, 0x92, 0x05, 0x8b, 0x17, 0xcc, 0x25, 0xc7, 0xe7, 0xa5, 0xa6, 0x25, 0x40, 0x4c, 0x97, 0xce, 0x16, 0x7a, 0x1c, 0xea, 0xfd, 0xe6, 0xbd, 0xff, 0xd6, 0xa7, 0x2b, 0xec, 0xf4, 0x60, 0xa0, 0xab, 0xb5, 0x8e, 0x5f, 0x5e, 0x75, 0x4a, 0x4a, 0x9e, 0x60, 0x35, 0x22, 0xb1, 0x04, 0xe7, 0xdf, 0xb9, 0xb6, 0x9f, 0xd4, 0x76, 0x3a, 0xb0, 0xc4, 0x81, 0x40, 0x64, 0xa3, 0x15, 0xd8, 0xad, 0x13, 0x64, 0xc0, 0x6e, 0xb2, 0x60, 0xe4, 0x56, 0x05, 0x93, 0x4a, 0x73, 0x09, 0x84, 0xc3, 0x6c, 0xde, 0xb2, 0x03, 0x01, 0x9b, 0x36, 0xfd, 0xea, 0x6b, 0x8b, 0x47, 0x97, 0x00, 0x97, 0xdd, 0xf9, 0x26, 0x82, 0x63, 0x16, 0xcc, 0x9d, 0x4d, 0xae, 0x3f, 0x87, 0xda, 0xb6, 0x10, 0xb1, 0xbe, 0x9d, 0x33, 0x59, 0xba, 0x7b, 0xad, 0xc9, 0x60, 0x26, 0x20, 0x59, 0x10, 0xc2, 0x89, 0x3c, 0x9c, 0x36, 0x82, 0x4d, 0x7b, 0x78, 0xe1, 0xd6, 0x2b, 0x6c, 0xf7, 0xff, 0xf5, 0x8d, 0x77, 0x77, 0x35, 0xf2, 0xa3, 0xbf, 0x3a, 0x6d, 0xb3, 0x97, 0x36, 0xfd, 0x82, 0x76, 0x56, 0x6e, 0x65, 0xe9, 0xf6, 0x92, 0x71, 0x7a, 0xae, 0xe1, 0x71, 0xa9, 0x54, 0x14, 0xe7, 0x10, 0x08, 0x06, 0xd9, 0xb2, 0x7d, 0x17, 0xc0, 0xda, 0xcd, 0xbf, 0xfa, 0xfa, 0x8a, 0x51, 0x26, 0xc0, 0x1d, 0x4f, 0x01, 0x67, 0xcd, 0x3e, 0x6c, 0x06, 0x85, 0x85, 0xf9, 0x34, 0x75, 0x86, 0x09, 0x46, 0x75, 0xd3, 0x52, 0x6d, 0xb8, 0x64, 0x30, 0x27, 0x84, 0x7d, 0x55, 0x60, 0xf6, 0xc2, 0x54, 0xad, 0x89, 0xbb, 0xaf, 0x77, 0x56, 0x01, 0x3c, 0xf0, 0xfc, 0x4e, 0x9e, 0x5a, 0x5f, 0xe3, 0x48, 0xfd, 0xcb, 0x2a, 0x10, 0x49, 0x8b, 0x65, 0xe1, 0xa1, 0x80, 0x6e, 0x52, 0x62, 0xe6, 0x7a, 0x35, 0xc6, 0xe5, 0x7b, 0x69, 0xef, 0xe8, 0x64, 0xd7, 0x9e, 0x2a, 0x90, 0xe2, 0xef, 0x9b, 0x7f, 0xf3, 0xf5, 0xd1, 0x95, 0x82, 0x17, 0x5e, 0x7a, 0xc7, 0xad, 0x08, 0xae, 0x9d, 0x3c, 0xb1, 0x92, 0xf1, 0xe5, 0x65, 0x74, 0x04, 0xa3, 0x74, 0x04, 0x63, 0x59, 0x6f, 0xcd, 0x92, 0x9d, 0x0c, 0x99, 0x4c, 0xb0, 0xec, 0xff, 0xb7, 0x3d, 0xf3, 0xd4, 0xcf, 0xd3, 0x8d, 0x04, 0xe7, 0xcc, 0x73, 0x73, 0xf9, 0x67, 0x4e, 0x71, 0x34, 0xbf, 0x2b, 0xef, 0x7f, 0x93, 0xda, 0xb6, 0x50, 0xd6, 0x6c, 0xde, 0xec, 0x00, 0x99, 0xed, 0x1d, 0xb6, 0xed, 0xe3, 0xd6, 0xa0, 0xa7, 0x7f, 0x6a, 0x9f, 0x38, 0x54, 0xe8, 0x77, 0x53, 0xe8, 0xf7, 0x50, 0xdf, 0xd8, 0x48, 0xcd, 0xc1, 0x3a, 0x24, 0xf2, 0x17, 0x5b, 0x7e, 0x7d, 0xcd, 0x0d, 0xa3, 0x4b, 0x80, 0xcb, 0xee, 0xb8, 0x02, 0x29, 0xef, 0x1f, 0x37, 0xae, 0x94, 0xa9, 0x93, 0x26, 0x11, 0x8c, 0xc5, 0x69, 0xee, 0x8a, 0x0e, 0xaa, 0xa9, 0x33, 0x1b, 0x19, 0xac, 0x08, 0x61, 0x47, 0x0a, 0x2b, 0x72, 0x04, 0x3a, 0x9a, 0xb8, 0xf3, 0xb2, 0xe3, 0x39, 0x7c, 0xe6, 0x94, 0xac, 0x73, 0x6b, 0x68, 0x0b, 0x70, 0xe9, 0xfd, 0x6f, 0xd9, 0xd6, 0x7a, 0x32, 0x4b, 0x5a, 0x28, 0x2d, 0x24, 0x43, 0xf3, 0xf6, 0x71, 0xe7, 0xa0, 0x9b, 0x35, 0x95, 0x8e, 0xcb, 0xf7, 0xe0, 0x77, 0xbb, 0xd8, 0x77, 0xe0, 0x00, 0xcd, 0x2d, 0xad, 0x48, 0xc9, 0x65, 0x5b, 0x7e, 0x7b, 0xcd, 0x6f, 0x46, 0x97, 0x00, 0x97, 0xdc, 0x76, 0x22, 0x8a, 0x78, 0x25, 0x2f, 0x2f, 0x97, 0x59, 0x33, 0x67, 0x12, 0x4b, 0x18, 0x34, 0xb4, 0x87, 0x6c, 0x9a, 0x3a, 0xed, 0x1b, 0x3a, 0x9d, 0xb6, 0x7b, 0x0b, 0x7b, 0x26, 0x58, 0x4e, 0x24, 0xd0, 0xb8, 0x97, 0x97, 0x6e, 0xbb, 0x12, 0x4d, 0xcd, 0xde, 0x00, 0xf2, 0x8f, 0x75, 0x07, 0xb8, 0x77, 0xcd, 0x4e, 0x47, 0x3e, 0x5f, 0xda, 0x3e, 0xe1, 0x0c, 0xf0, 0xec, 0xa0, 0x9b, 0xed, 0x31, 0x18, 0xc8, 0x40, 0xc7, 0x17, 0xe5, 0xe0, 0xd6, 0x14, 0x76, 0xec, 0xdc, 0x4d, 0x30, 0x18, 0x40, 0x91, 0xca, 0x8a, 0x4d, 0xbf, 0xfd, 0xc6, 0xe8, 0x36, 0x84, 0xcc, 0xbf, 0xf8, 0xe7, 0xe3, 0x15, 0x45, 0xab, 0xd7, 0x34, 0x8d, 0x45, 0x8b, 0x16, 0xf6, 0x5e, 0xe7, 0x3f, 0x68, 0x92, 0x8d, 0x67, 0xbf, 0x59, 0x93, 0xb3, 0x9b, 0x39, 0xd8, 0xb7, 0x7a, 0x8b, 0x2c, 0x8c, 0x98, 0xa4, 0x34, 0xf0, 0xc0, 0xb7, 0x2e, 0x72, 0x34, 0xb7, 0x1f, 0xfe, 0x65, 0x23, 0x6f, 0xed, 0x6a, 0x62, 0x30, 0x88, 0xdb, 0x89, 0x44, 0x59, 0x5b, 0xc8, 0xad, 0x40, 0xb7, 0xb8, 0x79, 0x55, 0x7a, 0xf5, 0x31, 0xa9, 0xc4, 0x8f, 0x10, 0xb0, 0x69, 0xf3, 0x66, 0xf4, 0x84, 0x8e, 0x26, 0xb5, 0xb2, 0xf7, 0x1f, 0xfc, 0xfa, 0xe8, 0xb6, 0x84, 0x01, 0x2c, 0xb8, 0xe4, 0x96, 0x16, 0x10, 0x25, 0x0b, 0x17, 0x2e, 0xc4, 0xe5, 0x72, 0xd1, 0xd0, 0x11, 0x4a, 0x92, 0x4d, 0x85, 0x79, 0xbd, 0x9e, 0x21, 0xe6, 0xd9, 0x38, 0x73, 0x07, 0xfd, 0xff, 0x26, 0xcb, 0x02, 0x99, 0xff, 0x68, 0xc3, 0xe0, 0xec, 0xd9, 0x2a, 0x57, 0x9f, 0x7b, 0x5a, 0xd6, 0x39, 0x25, 0x74, 0x83, 0xcf, 0xdf, 0xfe, 0x32, 0xc1, 0x68, 0x82, 0xc1, 0x5e, 0x71, 0x41, 0x4a, 0x87, 0xeb, 0x05, 0xd2, 0x3a, 0x93, 0x30, 0xdf, 0x4d, 0x24, 0x2d, 0xab, 0x07, 0x97, 0xaa, 0x30, 0xbe, 0x30, 0x87, 0x58, 0x2c, 0xca, 0x96, 0x2d, 0x5b, 0x01, 0x9a, 0xb7, 0x3c, 0x78, 0xdd, 0xe8, 0x37, 0x85, 0xf6, 0x12, 0xe0, 0x09, 0xe0, 0x9c, 0x29, 0x53, 0xa7, 0x52, 0x54, 0x5c, 0x4c, 0x67, 0x30, 0x4a, 0x77, 0x38, 0x61, 0x2a, 0x05, 0x3b, 0x23, 0x83, 0x83, 0xe8, 0x3e, 0x84, 0x3d, 0x00, 0xe1, 0xee, 0x56, 0x6e, 0xb9, 0x68, 0x39, 0x47, 0xcd, 0xcf, 0xae, 0x8d, 0x6c, 0xaa, 0x6e, 0xe6, 0xc6, 0x3f, 0x6d, 0xc8, 0x12, 0xf7, 0x65, 0x76, 0x39, 0xd8, 0xbc, 0xc8, 0x77, 0xb8, 0x67, 0xc0, 0x1e, 0xf4, 0x64, 0x87, 0x92, 0xe7, 0xd3, 0x28, 0xf0, 0x7b, 0x68, 0x6b, 0x6d, 0xe5, 0xc0, 0xfe, 0xfd, 0x20, 0x78, 0x7c, 0xcb, 0x6f, 0xaf, 0x3f, 0xf7, 0x90, 0x10, 0x60, 0xe1, 0x25, 0xbf, 0xb8, 0x5a, 0x4a, 0x71, 0x57, 0x71, 0x49, 0x29, 0x93, 0x27, 0x4f, 0x22, 0x1c, 0xd7, 0x69, 0xe9, 0x8e, 0x98, 0x4a, 0xbc, 0x83, 0x25, 0x83, 0x15, 0x21, 0xb2, 0x79, 0x0a, 0xb3, 0x63, 0xba, 0x1b, 0xaa, 0x78, 0xf9, 0xb6, 0xcb, 0xf1, 0xb8, 0x5d, 0x59, 0xe7, 0xf4, 0xd0, 0x2b, 0xbb, 0x78, 0x64, 0x6d, 0x95, 0x73, 0x80, 0x1d, 0x5a, 0xb6, 0x1d, 0xe0, 0x83, 0x05, 0x3d, 0x39, 0x07, 0x28, 0xcd, 0xf3, 0xe2, 0x73, 0xa9, 0xec, 0xdf, 0x7f, 0x80, 0xf6, 0xb6, 0x56, 0x10, 0xe2, 0xaa, 0x2d, 0x0f, 0x5e, 0x77, 0x68, 0x36, 0x86, 0xcc, 0xbf, 0xe4, 0x96, 0x79, 0x48, 0xb9, 0xd5, 0xe5, 0x72, 0x33, 0x6f, 0xc1, 0x7c, 0x0c, 0x09, 0x75, 0x6d, 0x21, 0xfb, 0x0b, 0x38, 0x58, 0x91, 0xc1, 0x01, 0x21, 0xb2, 0x91, 0xc2, 0xea, 0x95, 0x0a, 0xd1, 0xc8, 0x43, 0xdf, 0xbd, 0xd8, 0xd1, 0x9c, 0xbe, 0xfe, 0xe0, 0xdb, 0xec, 0xa8, 0xed, 0xb0, 0xb4, 0x60, 0xc7, 0x64, 0xb0, 0x01, 0xdb, 0x0c, 0x70, 0xb3, 0x3a, 0xc0, 0xee, 0x52, 0x33, 0x7d, 0x24, 0xa9, 0x28, 0xce, 0x41, 0x11, 0xb0, 0x6d, 0xcb, 0x56, 0xe2, 0xf1, 0x18, 0xba, 0xa1, 0xcc, 0xde, 0xf1, 0xbb, 0xeb, 0x76, 0x1d, 0x12, 0x02, 0x80, 0x14, 0xf3, 0xbf, 0xf4, 0xf3, 0x5a, 0x10, 0x13, 0xe6, 0xcc, 0x9b, 0x8f, 0xcb, 0xe3, 0xa1, 0xb5, 0x3b, 0x42, 0xb4, 0xff, 0x5a, 0x3a, 0x62, 0xd0, 0x64, 0xb0, 0x96, 0x74, 0xed, 0x2f, 0xf0, 0x64, 0xb5, 0xaa, 0x28, 0xa5, 0xe4, 0x8c, 0x19, 0x70, 0xdd, 0x05, 0x9f, 0xc8, 0x3a, 0x9b, 0xee, 0x50, 0x94, 0xcf, 0xdd, 0xf6, 0x72, 0xca, 0xa2, 0x96, 0x63, 0x15, 0x50, 0x66, 0x23, 0x89, 0xcc, 0x22, 0x21, 0x3b, 0x07, 0xbd, 0xef, 0xbb, 0xc7, 0xa5, 0x52, 0x92, 0xe7, 0x25, 0x1a, 0x89, 0xb0, 0x6b, 0xfb, 0x36, 0x80, 0xda, 0xad, 0x0f, 0xdf, 0x70, 0xe8, 0x36, 0x87, 0x02, 0xcc, 0xff, 0xd2, 0x4d, 0x0f, 0x83, 0xb8, 0xa8, 0xbc, 0xa2, 0x92, 0xb2, 0xb2, 0x72, 0x82, 0xd1, 0x44, 0x92, 0x20, 0x64, 0x02, 0xa0, 0xb0, 0x2f, 0xe9, 0x84, 0x7d, 0xd1, 0x67, 0xfa, 0x8b, 0xdd, 0xc9, 0x47, 0x03, 0x1d, 0xfc, 0xf4, 0x0b, 0x4b, 0x58, 0x71, 0xc4, 0x9c, 0xac, 0x73, 0x79, 0x75, 0x6b, 0x2d, 0x3f, 0xfa, 0xeb, 0x26, 0x18, 0xe2, 0xf5, 0xb6, 0x4c, 0x03, 0x40, 0xb6, 0xfd, 0x02, 0xd9, 0x4a, 0x47, 0xb3, 0x7d, 0x03, 0xbd, 0xdf, 0x8a, 0xfc, 0x6e, 0x72, 0x3c, 0x1a, 0x8d, 0x8d, 0x0d, 0x34, 0xd5, 0xd7, 0x21, 0xe0, 0xc1, 0x2d, 0x0f, 0xdf, 0xf8, 0xe5, 0x43, 0x4b, 0x80, 0x2f, 0xde, 0x74, 0xba, 0x14, 0x3c, 0xeb, 0xf1, 0x78, 0x98, 0x39, 0x77, 0x01, 0x86, 0x94, 0x34, 0x76, 0x86, 0x92, 0xce, 0x57, 0x38, 0x22, 0x83, 0x15, 0x9c, 0xc2, 0x1a, 0x7d, 0x47, 0xd7, 0x7d, 0xea, 0x6e, 0xdc, 0xcf, 0xcb, 0xb7, 0x7c, 0x19, 0xbf, 0x2f, 0x7b, 0x7f, 0xc4, 0xff, 0xfc, 0x73, 0x0b, 0xff, 0x58, 0x7f, 0x20, 0x8b, 0x9b, 0xcf, 0xba, 0xfe, 0x6b, 0x5b, 0x03, 0xc8, 0x6c, 0xed, 0xe3, 0x59, 0x40, 0xef, 0x7f, 0x4e, 0x40, 0x79, 0x41, 0x0e, 0x8a, 0x10, 0xec, 0xde, 0xbe, 0x95, 0x68, 0x34, 0x02, 0x42, 0x7c, 0x6c, 0xdb, 0xc3, 0x37, 0xbe, 0x78, 0x48, 0x09, 0xc0, 0xea, 0xd5, 0xca, 0xbc, 0x2a, 0xcf, 0x7e, 0x60, 0xe2, 0xb4, 0x99, 0x73, 0xf0, 0xe5, 0xe4, 0xd0, 0x11, 0x8c, 0x25, 0x5d, 0x52, 0xcd, 0x7e, 0x13, 0xc8, 0x60, 0x09, 0x61, 0xee, 0x29, 0xac, 0xa7, 0x50, 0x6e, 0x34, 0xf0, 0xc8, 0x0f, 0x2e, 0x75, 0x34, 0x95, 0x0b, 0xef, 0x7c, 0x99, 0xfa, 0xf6, 0xd0, 0x10, 0x63, 0xbe, 0x93, 0xbd, 0x02, 0xce, 0x01, 0x37, 0x03, 0x3d, 0xf9, 0x55, 0x9f, 0x4b, 0xa3, 0xc0, 0xef, 0x22, 0x1c, 0x0a, 0x51, 0xbd, 0x7b, 0x07, 0x02, 0x6a, 0xb7, 0x86, 0x67, 0x4c, 0xe1, 0x50, 0x5f, 0x22, 0x06, 0x60, 0xfe, 0x85, 0x3f, 0xfb, 0xb9, 0x14, 0xfc, 0x67, 0x71, 0x69, 0x19, 0xe3, 0x2b, 0x2b, 0x89, 0x26, 0x0c, 0xda, 0x02, 0xd1, 0x01, 0x68, 0x6d, 0xba, 0x7b, 0x85, 0xc5, 0xd5, 0x9c, 0x9c, 0xf6, 0xff, 0xdb, 0x91, 0x43, 0x02, 0xa7, 0x4f, 0x31, 0xf8, 0xd6, 0xc5, 0x9f, 0xcc, 0x3a, 0x87, 0xba, 0xd6, 0x2e, 0x2e, 0xbc, 0xfb, 0x75, 0x06, 0xe3, 0xff, 0xb3, 0xc5, 0xfe, 0xc1, 0xee, 0x17, 0x30, 0xd3, 0x12, 0x32, 0xc3, 0xc1, 0xc0, 0xb5, 0x83, 0x3d, 0x9a, 0x42, 0x7d, 0xed, 0x41, 0xda, 0x5b, 0x9a, 0x01, 0x79, 0xd3, 0xb6, 0xdf, 0x7f, 0x67, 0xc8, 0xb7, 0x94, 0x19, 0x16, 0x01, 0xe6, 0x5c, 0x70, 0xd3, 0x42, 0xa1, 0x18, 0x9b, 0x55, 0x55, 0xe3, 0xb0, 0x79, 0x0b, 0x50, 0x84, 0x42, 0x4b, 0x77, 0x04, 0xdd, 0x30, 0x32, 0x21, 0xcf, 0xd2, 0xfb, 0x6f, 0xab, 0x04, 0x66, 0x39, 0xdb, 0xf4, 0xbf, 0x1c, 0x0b, 0x77, 0xf3, 0xc3, 0xcf, 0x2e, 0xe4, 0xd4, 0xa3, 0x16, 0x64, 0x9d, 0xc3, 0x73, 0x1b, 0xf6, 0x71, 0xd3, 0xdf, 0x07, 0x7b, 0x95, 0xb5, 0x2c, 0x2a, 0x60, 0x36, 0xb0, 0x2d, 0x98, 0x64, 0xb7, 0x67, 0x00, 0x24, 0x9a, 0xa2, 0x50, 0x92, 0xe7, 0xc5, 0x30, 0x74, 0xf6, 0x6c, 0xdf, 0x82, 0xae, 0xeb, 0x08, 0x45, 0x59, 0xb0, 0xed, 0xe1, 0x6f, 0x6d, 0xfd, 0x50, 0x08, 0x00, 0x30, 0xf7, 0xc2, 0x9f, 0xbc, 0x01, 0x1c, 0x5b, 0x5e, 0x31, 0x89, 0xc2, 0xd2, 0x52, 0xa2, 0x31, 0x9d, 0xce, 0x70, 0x0c, 0xb3, 0x6b, 0x04, 0xa5, 0x58, 0x72, 0xb6, 0x05, 0x9e, 0xac, 0xf7, 0x79, 0xb6, 0xee, 0x13, 0x08, 0xb6, 0x1c, 0xe4, 0xc5, 0x9b, 0x2f, 0x76, 0xd4, 0x1e, 0x7e, 0xfb, 0x3f, 0x37, 0xf3, 0xb7, 0xf7, 0xf6, 0x0f, 0x05, 0x7f, 0xc7, 0xa2, 0xb0, 0xd9, 0x7e, 0x01, 0x33, 0x2b, 0x37, 0x59, 0x18, 0x4e, 0xf1, 0x0c, 0x05, 0x3e, 0x37, 0x1e, 0xb7, 0x4a, 0x7b, 0x73, 0x33, 0x4d, 0xf5, 0x07, 0x01, 0xd6, 0x6e, 0xff, 0xc3, 0x7f, 0xad, 0x18, 0x0e, 0x7e, 0xc3, 0x26, 0xc0, 0x9c, 0x0b, 0x7e, 0x74, 0x96, 0x10, 0xe2, 0x29, 0xcd, 0xe5, 0x62, 0xda, 0xac, 0x79, 0x03, 0x5e, 0x40, 0xca, 0xb4, 0xf5, 0x7e, 0x61, 0xd3, 0xe7, 0x9f, 0xed, 0x06, 0x8f, 0x66, 0xfd, 0x83, 0xd6, 0xa3, 0x24, 0xd1, 0xc4, 0x5f, 0x7f, 0x72, 0x99, 0xa3, 0xf3, 0xbf, 0xe2, 0x97, 0xaf, 0xb1, 0xab, 0xbe, 0xd3, 0x14, 0x14, 0x3d, 0x1e, 0x25, 0xd0, 0x52, 0x43, 0x5e, 0xf9, 0x54, 0x14, 0x45, 0x75, 0xc6, 0x09, 0x99, 0xb5, 0x3e, 0xb0, 0x01, 0x9c, 0x94, 0xdb, 0xcd, 0x25, 0xf7, 0x0b, 0xa8, 0x42, 0x50, 0x9a, 0xe7, 0xc5, 0x90, 0x06, 0xd5, 0xbb, 0xb6, 0x91, 0x88, 0xc7, 0x51, 0x90, 0x67, 0x6c, 0xfd, 0xc3, 0xf7, 0x9e, 0xfd, 0x50, 0x09, 0xd0, 0x4b, 0x82, 0x75, 0xc0, 0xd2, 0xf1, 0x95, 0x93, 0xc8, 0x2f, 0x2a, 0x21, 0x1c, 0xd3, 0x09, 0x44, 0xe2, 0x26, 0x09, 0xa0, 0xc8, 0xdc, 0x18, 0x22, 0x9c, 0x6d, 0x08, 0xb1, 0x3f, 0xe1, 0x54, 0x82, 0x9c, 0x5c, 0xa9, 0xf3, 0x83, 0x2b, 0x3e, 0x93, 0xf5, 0xbc, 0xc3, 0xd1, 0x38, 0x67, 0xde, 0xf4, 0x6c, 0xef, 0x1d, 0xbc, 0xd3, 0x5e, 0xeb, 0x6a, 0xa5, 0x6d, 0xff, 0x36, 0x12, 0xb1, 0x30, 0x85, 0x15, 0x33, 0xc9, 0x9f, 0x30, 0xcd, 0x16, 0x60, 0x27, 0x6a, 0x61, 0xf6, 0x7d, 0x04, 0x32, 0x95, 0x18, 0x49, 0xae, 0x23, 0xcf, 0xe7, 0xc2, 0xeb, 0x52, 0xe9, 0x6a, 0x6f, 0xa5, 0xa1, 0xb6, 0x06, 0x04, 0xef, 0xef, 0xf8, 0xc3, 0x77, 0x97, 0x7e, 0xe8, 0x17, 0x8b, 0x06, 0x98, 0x7d, 0xfe, 0x0f, 0x56, 0x09, 0x21, 0x1e, 0x73, 0xb9, 0x3d, 0x4c, 0x39, 0x6c, 0x0e, 0x02, 0x41, 0x7b, 0x28, 0x4a, 0x42, 0x97, 0xbd, 0x61, 0x40, 0x64, 0xc4, 0xfc, 0x4c, 0xcb, 0x17, 0xa6, 0x7b, 0x04, 0xac, 0x2a, 0x0a, 0xab, 0x61, 0x24, 0x62, 0x5c, 0xfb, 0xb1, 0x29, 0x7c, 0xf6, 0x94, 0xa3, 0xb2, 0x9e, 0xf7, 0x86, 0x3d, 0xf5, 0x5c, 0xf3, 0xbb, 0x77, 0x53, 0x9e, 0xd3, 0xe3, 0x51, 0xda, 0x0f, 0xee, 0x22, 0xd4, 0xde, 0x40, 0x59, 0x71, 0x01, 0x9f, 0x3f, 0xed, 0x58, 0x1e, 0x7c, 0x7a, 0x2d, 0x85, 0x87, 0x2d, 0x47, 0x20, 0xb2, 0xe5, 0x7e, 0x64, 0xdd, 0x3c, 0x26, 0xcd, 0xd4, 0x40, 0x69, 0xbe, 0x8f, 0xb0, 0xbf, 0xf9, 0x53, 0x50, 0x94, 0xe3, 0x41, 0x62, 0xb0, 0x7f, 0xcf, 0x0e, 0xe2, 0xb1, 0x18, 0x02, 0x79, 0xce, 0xf6, 0x3f, 0x7e, 0xff, 0xc9, 0xe1, 0x62, 0x37, 0x32, 0x97, 0xd2, 0x5b, 0xbd, 0x5a, 0x99, 0xbb, 0x5b, 0xd9, 0x22, 0x25, 0x73, 0x4b, 0xca, 0x2b, 0x28, 0x2c, 0x29, 0x25, 0x61, 0x48, 0x3a, 0x82, 0xd1, 0xb4, 0x6a, 0x40, 0x64, 0x27, 0x84, 0x89, 0x24, 0x68, 0x47, 0x8c, 0xf4, 0x89, 0x84, 0xbb, 0x5a, 0x78, 0xfc, 0xc6, 0x4f, 0x31, 0xad, 0x22, 0xfb, 0x06, 0x99, 0x87, 0x9e, 0xdf, 0xc8, 0x6f, 0x5e, 0x1f, 0x88, 0xff, 0x81, 0x96, 0x83, 0x74, 0xd6, 0xee, 0xc6, 0xd0, 0x13, 0xac, 0x38, 0x62, 0x0e, 0x3f, 0xbd, 0xfa, 0x0b, 0x4c, 0x2a, 0x2f, 0xe1, 0x9e, 0xa7, 0xde, 0xe5, 0xcf, 0xef, 0xd6, 0x3b, 0x8c, 0xf8, 0xe9, 0x40, 0x9b, 0x49, 0x80, 0xf6, 0x80, 0x93, 0x76, 0x91, 0xa8, 0x42, 0xbf, 0x07, 0x4d, 0x11, 0x74, 0xb4, 0x34, 0xd3, 0xda, 0x54, 0x0f, 0x52, 0x6c, 0xd9, 0x31, 0x5b, 0x3f, 0xfc, 0x23, 0x73, 0xc3, 0x08, 0x40, 0xcc, 0x39, 0x6f, 0xf5, 0x4a, 0x14, 0xf1, 0x9c, 0x50, 0x04, 0x93, 0x66, 0xcc, 0x41, 0x73, 0xb9, 0x08, 0x46, 0xe2, 0xbd, 0xba, 0x40, 0xda, 0x95, 0xc2, 0xd2, 0x13, 0x43, 0x21, 0x4c, 0x6b, 0x3a, 0xeb, 0x26, 0x10, 0x2b, 0xf9, 0x58, 0xa0, 0x74, 0xd5, 0xf2, 0xea, 0xff, 0x5c, 0xe5, 0xe8, 0x46, 0x50, 0x57, 0xde, 0xfc, 0x10, 0xef, 0xee, 0x0f, 0x62, 0x24, 0xe2, 0x04, 0xdb, 0xea, 0x49, 0x44, 0x82, 0x94, 0x15, 0x17, 0xf0, 0xbd, 0xcb, 0xce, 0xe1, 0xec, 0x13, 0x96, 0xf6, 0x1f, 0xd7, 0xd4, 0x15, 0xe6, 0x73, 0xb7, 0xae, 0xe9, 0xdd, 0x02, 0x97, 0x1e, 0x9f, 0x2d, 0xd3, 0x7f, 0x5b, 0xb0, 0x53, 0x01, 0x4f, 0x26, 0x4d, 0xaa, 0x67, 0xf0, 0xba, 0x54, 0xfc, 0x5e, 0x17, 0x89, 0x78, 0x9c, 0x9a, 0xbd, 0x3b, 0x91, 0x86, 0x81, 0xd0, 0xe5, 0xca, 0xed, 0x8f, 0xad, 0x7e, 0x91, 0x21, 0x6b, 0x97, 0x23, 0x47, 0x00, 0x91, 0xfc, 0x35, 0xeb, 0xf3, 0xdf, 0x7f, 0x54, 0x08, 0x71, 0x8e, 0x3f, 0xbf, 0x90, 0xf2, 0x8a, 0x49, 0x18, 0x40, 0x67, 0x30, 0xd6, 0xa3, 0xb1, 0xa7, 0x5d, 0x2c, 0xca, 0xec, 0xd2, 0x71, 0xf6, 0xa4, 0x30, 0x2b, 0x25, 0x33, 0x33, 0xc7, 0x85, 0xf9, 0x61, 0x7e, 0x79, 0xc3, 0x05, 0x8e, 0x4e, 0xfe, 0xf2, 0x1f, 0x3f, 0xc0, 0xf3, 0x6f, 0x6f, 0x06, 0x7a, 0x36, 0x59, 0x9c, 0x7f, 0xc6, 0xf1, 0xdc, 0xf0, 0xa5, 0x4f, 0xa6, 0x54, 0x0f, 0xc1, 0x68, 0x82, 0xff, 0xf9, 0xe7, 0x26, 0x9e, 0xde, 0xb0, 0x1f, 0xbb, 0x8c, 0xce, 0x6e, 0x29, 0xd8, 0x0a, 0xec, 0x94, 0x77, 0x9a, 0xdc, 0x2f, 0x40, 0x11, 0x82, 0x02, 0xbf, 0x1b, 0x05, 0x68, 0xaa, 0xad, 0x21, 0xd0, 0xdd, 0x81, 0x94, 0xc6, 0xa3, 0xbb, 0xfe, 0xfc, 0xc3, 0x0b, 0x7b, 0x0f, 0x4b, 0xfe, 0x3a, 0xa4, 0x04, 0xe8, 0x03, 0x5d, 0x49, 0xfa, 0x5d, 0x99, 0x7c, 0xe6, 0x57, 0x2a, 0x7d, 0x79, 0x65, 0x9b, 0x80, 0xdc, 0xf1, 0x93, 0xa7, 0xe3, 0xf5, 0xfb, 0x89, 0x27, 0x0c, 0xba, 0xc3, 0xf1, 0xcc, 0xd5, 0x3c, 0x0b, 0x42, 0xd8, 0x91, 0xc2, 0xac, 0xac, 0x4c, 0xf9, 0x27, 0x1b, 0x92, 0x2f, 0x2e, 0x2b, 0xe4, 0xaa, 0xcf, 0xad, 0x74, 0x34, 0x89, 0x83, 0x8d, 0xad, 0xdc, 0xf3, 0xd8, 0x1a, 0x8a, 0xf2, 0xfd, 0x9c, 0x73, 0xca, 0x51, 0x1c, 0x36, 0x69, 0x7c, 0xca, 0xeb, 0x9b, 0xf6, 0xb7, 0xf0, 0xa3, 0xc7, 0xd7, 0x51, 0xd7, 0x1e, 0x74, 0xa8, 0x02, 0x49, 0x53, 0xc9, 0xd7, 0xaa, 0xcf, 0xdf, 0xec, 0x6a, 0x60, 0xc9, 0x7f, 0x27, 0xcf, 0xe7, 0xc2, 0xa5, 0x29, 0x84, 0x03, 0x01, 0x1a, 0x6b, 0xaa, 0x41, 0xca, 0xee, 0x68, 0x67, 0xd3, 0xa2, 0x7d, 0xcf, 0xfe, 0xb2, 0xce, 0x84, 0x00, 0x43, 0x22, 0x82, 0x18, 0x8e, 0xc5, 0xa7, 0x91, 0x40, 0x01, 0xc4, 0xac, 0xcf, 0x7d, 0xeb, 0x1b, 0x42, 0x73, 0xff, 0x54, 0x53, 0x5d, 0x8c, 0x9f, 0x76, 0x18, 0xaa, 0xaa, 0x11, 0x8e, 0x26, 0x7a, 0x42, 0x41, 0x46, 0x18, 0xb0, 0xb3, 0x7a, 0x91, 0x75, 0xf7, 0x50, 0xfa, 0x2f, 0xf1, 0x48, 0x90, 0x7b, 0x2e, 0x3d, 0x8e, 0xe5, 0x0b, 0x66, 0x0e, 0xcb, 0xad, 0x25, 0x74, 0x83, 0xdf, 0xbc, 0xb8, 0x8d, 0xdf, 0xbf, 0xb6, 0xb3, 0xd7, 0xed, 0x4b, 0x9b, 0xd5, 0x61, 0x99, 0x5d, 0x00, 0xb2, 0x8c, 0xf5, 0x99, 0xf1, 0xbe, 0xef, 0xb1, 0xd7, 0xa5, 0xe2, 0xf3, 0x68, 0xe8, 0x7a, 0x82, 0xc6, 0xfd, 0x7b, 0x88, 0xc7, 0xe3, 0x18, 0x89, 0xe8, 0x8d, 0xbb, 0xff, 0x72, 0xf3, 0xdd, 0xbd, 0x6f, 0xea, 0x8b, 0xff, 0xc6, 0x70, 0x88, 0x20, 0x86, 0x01, 0xbc, 0x29, 0x09, 0x0a, 0x0a, 0x26, 0xbb, 0xca, 0x4e, 0xbf, 0xe8, 0x9f, 0x42, 0x88, 0x63, 0x7c, 0xfe, 0x3c, 0xca, 0x26, 0x4e, 0x01, 0x04, 0xdd, 0xe1, 0x58, 0xef, 0x7d, 0x83, 0xcd, 0x00, 0xb6, 0xa9, 0x00, 0x84, 0xc5, 0x95, 0x03, 0x4c, 0xce, 0x5c, 0x35, 0xe2, 0xbc, 0xf4, 0xe3, 0xf3, 0x1c, 0x35, 0x80, 0x58, 0x8d, 0xfd, 0xcd, 0xdd, 0xfc, 0xe0, 0xb1, 0x77, 0xd8, 0x7e, 0xb0, 0xcd, 0xb2, 0xae, 0x93, 0x96, 0x0b, 0x43, 0x66, 0x9a, 0xbe, 0x74, 0x5c, 0x09, 0xf4, 0x7d, 0x57, 0x05, 0xe4, 0xe7, 0x78, 0x00, 0x68, 0x3c, 0xb8, 0x8f, 0x48, 0xb0, 0x1b, 0xa4, 0xb1, 0x76, 0xd7, 0x9a, 0x7b, 0xce, 0xa6, 0xa3, 0x23, 0xe1, 0x00, 0x7c, 0xc7, 0x44, 0x10, 0x83, 0x74, 0xf7, 0xc2, 0xc9, 0xd7, 0x84, 0x13, 0xce, 0xab, 0xcc, 0x1b, 0x3f, 0x73, 0x2d, 0x42, 0x14, 0x17, 0x8e, 0x2b, 0x27, 0xaf, 0xb0, 0x04, 0x43, 0x0a, 0x82, 0xe1, 0x18, 0x86, 0x49, 0x4c, 0xb7, 0x25, 0x85, 0x5d, 0x05, 0x90, 0xd6, 0x7c, 0x3a, 0xa3, 0xbc, 0x80, 0x3f, 0x5e, 0x7b, 0xc6, 0x90, 0x80, 0x97, 0x12, 0xfe, 0xfa, 0xf6, 0x1e, 0xee, 0xfa, 0xe7, 0xc6, 0x94, 0x05, 0xad, 0xec, 0xcb, 0x40, 0xd2, 0x7a, 0x07, 0x89, 0xc5, 0x8e, 0x5f, 0xb3, 0x2b, 0x82, 0x91, 0xe4, 0x46, 0xfd, 0x3e, 0x37, 0x8a, 0x90, 0x74, 0x77, 0xb4, 0xd2, 0xd1, 0xdc, 0x08, 0x52, 0xb6, 0x06, 0x6a, 0xb6, 0x1f, 0x5f, 0xf7, 0xd6, 0x13, 0x75, 0x0e, 0x00, 0x97, 0x49, 0x1e, 0x22, 0x2b, 0x09, 0x84, 0x83, 0xd7, 0x14, 0x1b, 0xab, 0xb7, 0x24, 0xc1, 0xd4, 0x33, 0xae, 0x3a, 0xcd, 0x9d, 0x57, 0xfc, 0x08, 0x02, 0x31, 0x6e, 0xe2, 0x34, 0x3c, 0x5e, 0x1f, 0xba, 0x0e, 0xc1, 0x58, 0xac, 0x77, 0xbe, 0xe6, 0x52, 0xb1, 0x29, 0x29, 0x2c, 0xdc, 0x7e, 0x7a, 0x48, 0x98, 0x58, 0x92, 0xcf, 0x13, 0x37, 0x9e, 0x35, 0x68, 0xf0, 0xf7, 0x36, 0x74, 0x70, 0xf3, 0x5f, 0xd7, 0xb1, 0x69, 0x9f, 0xd3, 0x86, 0x5a, 0xfb, 0x8e, 0x1e, 0x33, 0x69, 0x50, 0x9a, 0x26, 0x88, 0xa9, 0x52, 0xaf, 0x10, 0x90, 0xeb, 0x71, 0xa3, 0x28, 0x10, 0x8d, 0x84, 0x68, 0x3e, 0xb8, 0x0f, 0x24, 0x46, 0xbc, 0xbb, 0xed, 0xbc, 0xea, 0x67, 0xee, 0x7d, 0x71, 0x10, 0x80, 0xa7, 0x3f, 0x6f, 0xc9, 0x64, 0x31, 0x04, 0x97, 0xaf, 0x38, 0x7d, 0x6d, 0xc6, 0xa7, 0xaf, 0xfd, 0xbe, 0xe2, 0xf6, 0x5d, 0xad, 0xaa, 0x1a, 0xa5, 0x95, 0x53, 0xd1, 0x5c, 0x6e, 0x12, 0x86, 0x24, 0x14, 0x8d, 0x9b, 0x0a, 0x41, 0xf6, 0x89, 0x9e, 0xb0, 0xdf, 0x31, 0x24, 0x7a, 0x3a, 0x65, 0xff, 0xf9, 0xbd, 0x73, 0x28, 0xf4, 0x7b, 0x1c, 0xc1, 0x18, 0x8e, 0x26, 0xf8, 0xd5, 0xf3, 0x1f, 0xf0, 0xe8, 0xda, 0x9d, 0x36, 0x17, 0x83, 0x90, 0x8e, 0xb5, 0x5f, 0x69, 0x9b, 0x28, 0x4a, 0xf3, 0x3b, 0x8d, 0x24, 0x09, 0x41, 0x39, 0x1e, 0x17, 0x9a, 0x22, 0xd0, 0xe3, 0x31, 0x9a, 0x6b, 0xab, 0xd1, 0x75, 0x1d, 0x3d, 0x1e, 0xb9, 0xbd, 0xea, 0xc9, 0x5b, 0x7f, 0xea, 0x10, 0x6c, 0xe9, 0x20, 0x2c, 0x38, 0x26, 0x80, 0xe2, 0x10, 0x7c, 0xc5, 0xca, 0x53, 0xf8, 0x7c, 0x25, 0xee, 0xca, 0x33, 0x2e, 0x7d, 0x50, 0xa8, 0xda, 0x4a, 0x4d, 0x73, 0x51, 0x5a, 0x39, 0x15, 0x45, 0x73, 0x91, 0xd0, 0x0d, 0xc2, 0xb1, 0x84, 0x85, 0xd5, 0x0b, 0xeb, 0x9a, 0x5f, 0x64, 0x3f, 0xed, 0xaf, 0x9f, 0xbd, 0x84, 0x2f, 0x9e, 0x34, 0xcf, 0x1e, 0xf8, 0x58, 0x82, 0x27, 0xde, 0xdc, 0xc5, 0x1f, 0x5f, 0xdd, 0x4e, 0x6b, 0x77, 0x78, 0x30, 0xeb, 0x3e, 0x59, 0xab, 0x80, 0xcc, 0xb0, 0x6f, 0x21, 0x02, 0xa5, 0x1d, 0xe8, 0x73, 0x6b, 0x68, 0xaa, 0x82, 0x91, 0x88, 0xd3, 0x52, 0xbb, 0x8f, 0x44, 0x22, 0x8e, 0xd4, 0xe3, 0xcf, 0xee, 0x79, 0xf6, 0x9e, 0x4b, 0x09, 0x85, 0xe2, 0x36, 0x96, 0x6d, 0x38, 0x24, 0x81, 0xe1, 0x94, 0x00, 0x62, 0x90, 0x04, 0xb0, 0x3d, 0xd6, 0x5b, 0x3e, 0xc5, 0x37, 0xf1, 0xf8, 0x73, 0x1f, 0x11, 0x8a, 0xb6, 0xdc, 0xe5, 0xf6, 0x52, 0x32, 0x61, 0x0a, 0x42, 0x55, 0x7a, 0x49, 0xa0, 0x27, 0x19, 0xb7, 0x70, 0x56, 0xf3, 0x67, 0x69, 0x07, 0xf2, 0x68, 0x2a, 0xf7, 0x5f, 0x7d, 0x3a, 0x0b, 0x26, 0x97, 0x66, 0x4c, 0x2c, 0x14, 0x8d, 0xf3, 0xe8, 0xda, 0x9d, 0xfc, 0xe9, 0xd5, 0x6d, 0x74, 0x04, 0xa3, 0x83, 0x73, 0xf7, 0x96, 0xe1, 0x5e, 0x5a, 0x7a, 0x06, 0xfb, 0x36, 0xf1, 0x81, 0x3f, 0xe6, 0x75, 0xab, 0xb8, 0x54, 0x05, 0xc3, 0x30, 0x68, 0xab, 0xdb, 0x4f, 0x3c, 0x16, 0x41, 0xea, 0x89, 0x0d, 0x07, 0xdf, 0xf8, 0xdb, 0xaa, 0x48, 0xe3, 0xae, 0x90, 0x03, 0x50, 0x07, 0x43, 0x00, 0x69, 0x47, 0x00, 0xc7, 0xc0, 0x0e, 0xe6, 0xb9, 0xdc, 0xc3, 0x8e, 0x28, 0x2c, 0x5f, 0xb4, 0xf2, 0x49, 0xa1, 0x28, 0xb3, 0xdc, 0x5e, 0x1f, 0x85, 0xe5, 0x93, 0x51, 0x54, 0x05, 0x5d, 0x37, 0x7a, 0x12, 0x2e, 0x69, 0x6e, 0xf1, 0x56, 0x57, 0x0f, 0x23, 0xcb, 0xad, 0x63, 0xdc, 0x9a, 0xca, 0x97, 0x4e, 0x5d, 0xc0, 0xa9, 0x87, 0x4f, 0x61, 0xf2, 0xb8, 0x7c, 0x9a, 0x3a, 0x43, 0xbc, 0xf2, 0xc1, 0x01, 0x7e, 0xff, 0xf2, 0xd6, 0xac, 0x16, 0xef, 0x2c, 0x02, 0x58, 0x2f, 0xec, 0x98, 0x1e, 0x69, 0xe5, 0x11, 0x44, 0x4f, 0xb9, 0xa7, 0xaa, 0x0a, 0x86, 0x6e, 0xd0, 0xd1, 0x54, 0x43, 0x2c, 0x1c, 0x02, 0x43, 0xdf, 0xd1, 0xb0, 0xf9, 0x85, 0xcf, 0x06, 0xf6, 0xbc, 0xdf, 0x31, 0x08, 0x50, 0x07, 0xfb, 0x9c, 0x2d, 0x01, 0x94, 0x11, 0x22, 0x42, 0xff, 0xef, 0x25, 0xf3, 0x57, 0x54, 0x14, 0xce, 0x3e, 0xfa, 0x09, 0xa1, 0x28, 0x13, 0x35, 0x97, 0x9b, 0xc2, 0xf1, 0x93, 0x51, 0x55, 0x17, 0x86, 0x61, 0x10, 0x89, 0x27, 0x90, 0xd2, 0xfe, 0xa2, 0x12, 0xa6, 0x0b, 0x44, 0x8e, 0xef, 0x06, 0xe5, 0x60, 0x0d, 0x39, 0x4b, 0x7c, 0xb7, 0x3b, 0x58, 0x4a, 0x27, 0x89, 0x62, 0xaa, 0x27, 0x11, 0x42, 0xe2, 0x75, 0x69, 0x28, 0x8a, 0x82, 0xa1, 0xc7, 0xe8, 0x68, 0xac, 0xed, 0xb1, 0x7c, 0xc3, 0x38, 0xd8, 0xb1, 0xf3, 0xdd, 0x73, 0x5a, 0xb7, 0xbe, 0x5a, 0x6f, 0x03, 0xe0, 0x50, 0x81, 0x37, 0xb2, 0x11, 0x40, 0x19, 0x0e, 0xc8, 0xd9, 0x8e, 0x29, 0x99, 0x75, 0x6c, 0x79, 0xe1, 0xfc, 0x63, 0x1f, 0x16, 0x8a, 0x3a, 0x57, 0xd3, 0x5c, 0x14, 0x8c, 0x9f, 0x88, 0xaa, 0xb9, 0x31, 0x0c, 0x49, 0x34, 0xa1, 0xf7, 0xb6, 0x65, 0x0b, 0xcb, 0x8e, 0x21, 0x93, 0x02, 0x71, 0x08, 0x77, 0x06, 0x1d, 0xee, 0x90, 0x36, 0x11, 0x42, 0xda, 0xe6, 0x0b, 0x7d, 0xf5, 0x80, 0x22, 0x04, 0x1e, 0x4d, 0x45, 0x51, 0x04, 0x89, 0x78, 0x8c, 0xae, 0x86, 0x83, 0x24, 0xf4, 0x38, 0xd2, 0xd0, 0x77, 0xb7, 0xef, 0x58, 0x77, 0x51, 0xdb, 0xf6, 0x57, 0xea, 0x86, 0x01, 0x7c, 0xb6, 0x63, 0x0c, 0x2b, 0x02, 0x88, 0x91, 0x04, 0xdb, 0xea, 0x39, 0xff, 0xb4, 0xf9, 0x85, 0xe5, 0x87, 0x9f, 0xfe, 0x1b, 0xa1, 0x6a, 0x4b, 0x15, 0x45, 0x23, 0xaf, 0x74, 0x02, 0x6e, 0xaf, 0x0f, 0x10, 0xc4, 0x13, 0x3a, 0x09, 0xc3, 0x30, 0x07, 0x52, 0xd8, 0xdc, 0x20, 0x56, 0x38, 0xf1, 0x01, 0x62, 0x90, 0x30, 0x4b, 0x87, 0x5c, 0xb0, 0xc8, 0x0a, 0xcc, 0x04, 0x20, 0x7a, 0x2a, 0x15, 0x4d, 0x55, 0x01, 0x49, 0x3c, 0x12, 0xa6, 0xb3, 0xb5, 0x0e, 0xa9, 0xeb, 0xc8, 0x44, 0x7c, 0x5d, 0xe3, 0xe6, 0x35, 0x97, 0x05, 0xab, 0xb7, 0x76, 0x8c, 0x30, 0xe0, 0x76, 0xb9, 0xc2, 0xa1, 0x27, 0x00, 0x20, 0xdc, 0x79, 0x25, 0xde, 0xca, 0x93, 0x2e, 0xb8, 0x5d, 0x71, 0x79, 0x3e, 0x8e, 0x80, 0x9c, 0xfc, 0x52, 0x72, 0xf2, 0x8b, 0x7b, 0x52, 0x5a, 0x29, 0x89, 0xe9, 0x7a, 0xd2, 0xff, 0xcf, 0xac, 0x89, 0xd4, 0xae, 0x39, 0x70, 0xb4, 0x6e, 0x1c, 0x6b, 0x9b, 0x09, 0x66, 0x1e, 0x95, 0x16, 0x46, 0x84, 0x00, 0xb7, 0xaa, 0xf6, 0x5e, 0xa6, 0x46, 0x12, 0x0a, 0x74, 0x12, 0x6a, 0x6f, 0x06, 0x24, 0x7a, 0x3c, 0xf6, 0x52, 0xdd, 0x1b, 0x8f, 0x7e, 0x2d, 0xd6, 0xd6, 0x10, 0x1a, 0x05, 0x8b, 0x77, 0x4c, 0x80, 0x51, 0x0f, 0x01, 0xc9, 0x5f, 0x1e, 0x4f, 0x9e, 0x6b, 0xc2, 0xc9, 0xe7, 0x5f, 0xa7, 0xfa, 0xf2, 0x2e, 0x07, 0x84, 0xdb, 0xeb, 0x27, 0xa7, 0xb8, 0x1c, 0x45, 0x55, 0x91, 0x40, 0x42, 0x97, 0xe8, 0x86, 0xe1, 0xa0, 0x11, 0x64, 0x70, 0x57, 0x0e, 0x19, 0x66, 0xf6, 0x67, 0x7b, 0x25, 0x10, 0xab, 0x85, 0x1e, 0x55, 0x51, 0xd0, 0xd4, 0x1e, 0x1f, 0x64, 0xe8, 0x06, 0xa1, 0xb6, 0x06, 0x62, 0x91, 0x20, 0x80, 0x11, 0x8f, 0x74, 0x3f, 0x70, 0xe0, 0xa5, 0x87, 0x6e, 0x27, 0x1a, 0x8d, 0x8f, 0x22, 0xd8, 0x8e, 0x42, 0xc0, 0xa8, 0x26, 0x81, 0x56, 0xcf, 0x55, 0x1c, 0xb7, 0xea, 0x24, 0xcf, 0xb8, 0x49, 0xbf, 0x10, 0x42, 0x14, 0x29, 0xaa, 0x86, 0xbf, 0xa8, 0x0c, 0xcd, 0xd3, 0xb3, 0xef, 0x5d, 0x4a, 0x49, 0x42, 0x97, 0x99, 0x5b, 0xb6, 0x6c, 0x77, 0x0a, 0x1f, 0xd2, 0x3b, 0x47, 0xda, 0x96, 0x7a, 0x8a, 0x10, 0x3d, 0xc0, 0x0b, 0x81, 0x94, 0x10, 0x8f, 0x06, 0x09, 0x75, 0x34, 0x61, 0x24, 0x12, 0x48, 0x29, 0xdb, 0xc2, 0x2d, 0x07, 0xae, 0x6f, 0x58, 0xfb, 0x97, 0xd7, 0x46, 0xc9, 0xea, 0x87, 0x94, 0x04, 0x8e, 0x4a, 0x19, 0x98, 0x4d, 0x47, 0x28, 0x9a, 0x75, 0x54, 0x45, 0xe1, 0xec, 0xe5, 0xb7, 0x09, 0xd5, 0xb5, 0x0c, 0xc0, 0xed, 0xcd, 0xc5, 0x57, 0x58, 0x8a, 0xa2, 0x69, 0x00, 0xe8, 0x86, 0x44, 0x37, 0x52, 0xb3, 0xed, 0xec, 0xa2, 0x90, 0x75, 0x78, 0x70, 0x84, 0xb8, 0x1c, 0x1c, 0x3b, 0xd2, 0xcf, 0x4d, 0x55, 0x04, 0xaa, 0xd2, 0xf3, 0x79, 0x46, 0x3c, 0x41, 0xa4, 0xbb, 0x95, 0x68, 0xa8, 0xbb, 0xe7, 0x58, 0x3d, 0xfe, 0x5e, 0xc7, 0xd6, 0x37, 0xaf, 0x6d, 0xaf, 0x5a, 0x5f, 0x3f, 0xc4, 0x3a, 0x7e, 0xd4, 0xca, 0xc0, 0x11, 0x17, 0x82, 0x9c, 0x3e, 0xef, 0xf1, 0xe4, 0x69, 0xe3, 0x56, 0x7c, 0xf6, 0x62, 0x97, 0xbf, 0xe8, 0x6b, 0x42, 0x08, 0xbf, 0x10, 0x02, 0x4f, 0x7e, 0x11, 0x1e, 0x7f, 0x61, 0xff, 0x69, 0xf6, 0x90, 0xc0, 0xe8, 0x29, 0x19, 0x47, 0xd4, 0xdd, 0x0f, 0x3f, 0x2c, 0xf4, 0x00, 0x2f, 0x11, 0x42, 0xe9, 0x07, 0x1e, 0x7a, 0xf6, 0x28, 0x46, 0xbb, 0xdb, 0x7a, 0x97, 0x80, 0x65, 0x20, 0xde, 0xdd, 0x7e, 0x67, 0xcd, 0xda, 0x47, 0x7e, 0x47, 0x34, 0x9a, 0x18, 0x82, 0xa6, 0x3f, 0xea, 0x42, 0xd0, 0x88, 0x4a, 0xc1, 0x0e, 0x56, 0x10, 0x33, 0xde, 0x9b, 0x37, 0x63, 0x71, 0x59, 0xc9, 0xcc, 0xa3, 0x6f, 0x50, 0x3c, 0xbe, 0x4f, 0x01, 0x28, 0xaa, 0x0b, 0x77, 0x6e, 0x3e, 0xae, 0x9c, 0x82, 0xfe, 0x7e, 0x01, 0xc3, 0x90, 0x48, 0xd9, 0x1b, 0x1a, 0x86, 0xb0, 0x6d, 0xdc, 0xfa, 0xf8, 0x41, 0x74, 0xf9, 0x26, 0x79, 0x0a, 0x45, 0xf4, 0xb8, 0x79, 0x25, 0x09, 0xf8, 0x78, 0xb8, 0x9b, 0x68, 0x77, 0x3b, 0x46, 0x22, 0xde, 0xeb, 0x05, 0xa2, 0x2f, 0x77, 0xec, 0x7e, 0x6f, 0x75, 0xc7, 0xee, 0xf7, 0xea, 0x1c, 0xca, 0xb9, 0x43, 0x01, 0x79, 0x44, 0xa4, 0xe0, 0x11, 0x5b, 0x0c, 0x1a, 0xc6, 0x31, 0x62, 0xfc, 0xd1, 0x9f, 0x3e, 0xde, 0x3b, 0x6e, 0xd2, 0x77, 0x84, 0xa2, 0xce, 0x04, 0x10, 0x8a, 0x8a, 0xc7, 0x5f, 0x80, 0x96, 0x93, 0x8f, 0x10, 0x4a, 0x92, 0xdb, 0xed, 0x21, 0x82, 0x34, 0x5f, 0x27, 0x1c, 0x71, 0x0f, 0x90, 0xfc, 0x39, 0x3d, 0x19, 0x7d, 0xd2, 0x35, 0x8c, 0xa4, 0x4e, 0x3c, 0x1c, 0x20, 0x1a, 0xe8, 0x40, 0x1a, 0x7a, 0xef, 0x53, 0xfa, 0xee, 0x48, 0xeb, 0x81, 0x1f, 0x37, 0xbc, 0xf5, 0xb7, 0x37, 0x87, 0xb0, 0x8c, 0x2b, 0x47, 0x08, 0xfc, 0x41, 0x2f, 0x06, 0x0d, 0x7b, 0x39, 0xd8, 0xa1, 0x87, 0xb0, 0xff, 0xf2, 0x78, 0x94, 0x8a, 0x23, 0x3f, 0x75, 0x9a, 0xbb, 0xa0, 0xec, 0x2a, 0xa1, 0xaa, 0xf3, 0x7a, 0x88, 0xa0, 0xe0, 0xf2, 0xe4, 0xa2, 0xfa, 0xfc, 0x28, 0x2e, 0x6f, 0x5a, 0x8d, 0x2f, 0x7b, 0x67, 0x29, 0x71, 0xb6, 0xd5, 0x5f, 0x38, 0x56, 0xfc, 0x44, 0xaf, 0x2c, 0x9d, 0x4c, 0xb0, 0xfe, 0x4f, 0x8b, 0x47, 0x49, 0x84, 0x03, 0xc4, 0x23, 0x41, 0xa4, 0xec, 0x31, 0x6a, 0x43, 0xd7, 0xb7, 0x44, 0x3b, 0x1b, 0xee, 0x6b, 0x78, 0xef, 0xa9, 0xe7, 0x89, 0x46, 0x0d, 0x9c, 0xaf, 0xe3, 0x0f, 0xc6, 0x3b, 0x8c, 0xda, 0x72, 0xf0, 0xb0, 0x1a, 0x42, 0x86, 0x78, 0xbc, 0x80, 0x94, 0x7b, 0x4f, 0xa6, 0xfc, 0xad, 0x8a, 0xe3, 0xce, 0x39, 0xd1, 0x55, 0x38, 0xfe, 0x2a, 0x45, 0xd5, 0x96, 0xf4, 0x9f, 0x98, 0xaa, 0xe1, 0xf2, 0xe6, 0xa1, 0x78, 0x72, 0x50, 0x35, 0x57, 0x86, 0x38, 0x24, 0x6d, 0xaf, 0xbb, 0x6f, 0x0d, 0x74, 0xba, 0x78, 0xd4, 0x5b, 0xba, 0xa7, 0xfc, 0x0f, 0x8d, 0x78, 0x1c, 0x3d, 0x16, 0x22, 0x1e, 0xe9, 0x46, 0xea, 0x03, 0x2b, 0x9b, 0x86, 0x9e, 0x58, 0x17, 0x69, 0xab, 0xbf, 0xaf, 0xf1, 0xad, 0x27, 0x5f, 0xb5, 0xb1, 0xc0, 0xd1, 0x22, 0xc1, 0x88, 0x36, 0x84, 0x38, 0x0d, 0x09, 0x76, 0x56, 0x9e, 0xfc, 0x5c, 0xfa, 0xe3, 0xa1, 0x90, 0x81, 0xe2, 0x05, 0xa7, 0xcc, 0xcc, 0x99, 0x30, 0xe5, 0x4c, 0xd5, 0x9d, 0x73, 0x8e, 0x50, 0x94, 0x81, 0xab, 0x62, 0x08, 0x15, 0xd5, 0xed, 0x43, 0x75, 0x7b, 0x50, 0x5c, 0x1e, 0x14, 0xd5, 0x3d, 0x32, 0xf9, 0x60, 0x1f, 0x89, 0x0c, 0x1d, 0x23, 0x11, 0x46, 0x8f, 0x45, 0xd1, 0xa3, 0x61, 0xa4, 0x91, 0xb4, 0x9c, 0x2d, 0x8d, 0x46, 0x3d, 0x16, 0x79, 0x36, 0xdc, 0x52, 0xf3, 0x97, 0x96, 0x0d, 0x6b, 0xb6, 0x9a, 0x80, 0xec, 0x14, 0x74, 0x4c, 0xac, 0xd6, 0x30, 0x79, 0xff, 0x21, 0x6d, 0x09, 0xcb, 0x46, 0x04, 0x25, 0x0b, 0xd0, 0xca, 0x30, 0x00, 0x4f, 0x7f, 0x6e, 0xe0, 0xb1, 0xd7, 0xab, 0x4c, 0x58, 0xf2, 0xf1, 0xe3, 0x5c, 0xf9, 0xe3, 0x3e, 0xa9, 0x68, 0x9e, 0x15, 0x08, 0x51, 0x9e, 0x6a, 0xc9, 0x0a, 0xa8, 0x1a, 0x8a, 0xea, 0x02, 0xd5, 0x85, 0x50, 0x35, 0x54, 0x45, 0x05, 0xa1, 0x20, 0x14, 0x01, 0x8a, 0xd2, 0x6f, 0xe1, 0x12, 0x09, 0x86, 0x81, 0x34, 0x24, 0x48, 0x03, 0xdd, 0xd0, 0x91, 0x7a, 0x1c, 0xa9, 0x27, 0xfa, 0x7f, 0x22, 0xd3, 0x1a, 0x46, 0xa4, 0xd1, 0x68, 0xc4, 0x63, 0xaf, 0x45, 0x3a, 0x5b, 0xfe, 0xd6, 0xb4, 0xf1, 0x99, 0xb7, 0x88, 0x44, 0x0c, 0x1b, 0xc0, 0x19, 0x86, 0x17, 0xc8, 0x46, 0x8c, 0x43, 0xd2, 0x14, 0x6a, 0x17, 0x16, 0x30, 0x79, 0x2c, 0x46, 0x08, 0x70, 0x6b, 0x02, 0xa4, 0x9e, 0xbf, 0x28, 0x59, 0x74, 0xca, 0x0c, 0x6f, 0x49, 0xc5, 0x71, 0x9a, 0x3b, 0xe7, 0x18, 0x34, 0xd7, 0x72, 0x21, 0x44, 0xf1, 0x88, 0xa6, 0x7f, 0x52, 0xb6, 0x19, 0x89, 0xd8, 0x3b, 0x46, 0x34, 0xf8, 0x66, 0xb4, 0xbd, 0xf1, 0x8d, 0x96, 0x4d, 0x2f, 0x56, 0xa5, 0x81, 0x83, 0x05, 0xc0, 0x4e, 0xc0, 0x67, 0x08, 0x2e, 0xfe, 0x43, 0x69, 0x0b, 0x1f, 0x6c, 0x68, 0x10, 0x83, 0x04, 0x78, 0x50, 0xa0, 0x9b, 0xac, 0x65, 0xf4, 0xff, 0x2c, 0x9c, 0xb9, 0xb8, 0xc4, 0x5b, 0x34, 0x79, 0xa6, 0xe2, 0xcf, 0x9b, 0xa6, 0xa8, 0xee, 0x19, 0x8a, 0x4b, 0x9b, 0x06, 0x4a, 0x11, 0x3d, 0x1a, 0x83, 0x1f, 0x44, 0x1e, 0x42, 0xf8, 0x7b, 0xd1, 0x0d, 0x82, 0xec, 0x96, 0x52, 0x06, 0x90, 0x32, 0x04, 0x46, 0xbb, 0x4c, 0x24, 0xaa, 0xf4, 0x44, 0xac, 0x2a, 0x1e, 0x0a, 0x54, 0xc5, 0x1b, 0xf7, 0xef, 0xe9, 0xd8, 0xb7, 0xb1, 0xd5, 0x04, 0x6c, 0x2c, 0xc0, 0x76, 0x4a, 0x86, 0x91, 0x24, 0xc4, 0x90, 0x01, 0x1c, 0x89, 0xe1, 0xc4, 0xb2, 0xb3, 0xbd, 0xc6, 0x10, 0x08, 0x80, 0x05, 0x09, 0xec, 0x1e, 0x0f, 0x55, 0xf9, 0xc9, 0xf6, 0x58, 0x66, 0x21, 0x85, 0x13, 0x32, 0x64, 0x03, 0x9f, 0x91, 0x02, 0x7e, 0x34, 0x25, 0xb3, 0xa1, 0x00, 0xee, 0xd4, 0xd2, 0x07, 0x4b, 0x02, 0x3b, 0xb5, 0xd3, 0xa9, 0xd4, 0x27, 0x1d, 0x90, 0xc2, 0xee, 0xa7, 0x13, 0xcf, 0x30, 0x58, 0x42, 0x8c, 0x28, 0x58, 0xa3, 0x39, 0x86, 0x0b, 0xba, 0xd9, 0x72, 0x35, 0x0e, 0x48, 0x30, 0x58, 0xe0, 0x87, 0x43, 0x84, 0xa1, 0x86, 0x84, 0xa1, 0xe4, 0x09, 0xa3, 0x02, 0xd0, 0xa1, 0x1c, 0xe2, 0x10, 0x58, 0xbd, 0x18, 0xc1, 0x79, 0x66, 0x23, 0xc2, 0x68, 0x79, 0x03, 0x79, 0x28, 0x01, 0xf9, 0x30, 0xc7, 0xb0, 0x12, 0xbd, 0x2c, 0x56, 0x3f, 0x9a, 0x1e, 0x60, 0xa4, 0xbd, 0x81, 0xfc, 0x30, 0x01, 0xf8, 0xa8, 0x0d, 0x3b, 0x42, 0x0c, 0x35, 0xee, 0x8f, 0x94, 0x07, 0x18, 0x4c, 0x3e, 0x90, 0xcd, 0xfa, 0x3f, 0x52, 0xff, 0xec, 0x7f, 0x95, 0x31, 0x98, 0xe4, 0x6f, 0x24, 0xe7, 0xe7, 0xd4, 0x23, 0x7c, 0x24, 0x41, 0xfe, 0x77, 0x22, 0xc0, 0x48, 0xcc, 0x4d, 0x0c, 0x01, 0xec, 0x7f, 0x29, 0x50, 0x07, 0x33, 0xfe, 0x0f, 0x73, 0x80, 0x40, 0xcb, 0x51, 0x01, 0x43, 0x44, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int dialog_information_128_png_len = 10752; unsigned char dialog_information_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x29, 0x86, 0x00, 0x00, 0x29, 0x86, 0x01, 0x22, 0xec, 0xdf, 0x8c, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x42, 0x47, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x07, 0x78, 0x54, 0xc5, 0xfa, 0x87, 0xb9, 0xff, 0xeb, 0x55, 0xaf, 0x7a, 0xaf, 0xb7, 0x78, 0xf5, 0xda, 0x69, 0x82, 0xf4, 0xde, 0x5b, 0x40, 0x44, 0x7a, 0x91, 0xde, 0x3b, 0x84, 0x84, 0x90, 0x06, 0x09, 0x04, 0x08, 0x29, 0x40, 0x08, 0x2d, 0xd4, 0x14, 0x42, 0x27, 0x10, 0x08, 0x84, 0xde, 0x12, 0x08, 0xbd, 0x8b, 0x14, 0x15, 0x05, 0x11, 0x7b, 0x41, 0xc4, 0x7a, 0xad, 0x58, 0xbe, 0xff, 0xf7, 0xcd, 0xee, 0xec, 0x9e, 0x3d, 0x3b, 0x73, 0xce, 0x9c, 0xdd, 0x04, 0x37, 0xb8, 0xf3, 0x3c, 0xbf, 0x07, 0x94, 0x64, 0x77, 0x66, 0xbe, 0xf7, 0x9d, 0x99, 0xb3, 0xb5, 0x44, 0x09, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0x37, 0x7f, 0xf3, 0xb7, 0x3b, 0xb0, 0xd5, 0xca, 0x38, 0xfb, 0x97, 0xe6, 0x89, 0xc7, 0xca, 0x37, 0x8f, 0x3f, 0xf2, 0x42, 0x40, 0xe2, 0xe1, 0x91, 0x01, 0x09, 0x87, 0x93, 0x9a, 0x27, 0x1e, 0x59, 0xdd, 0x2c, 0xf1, 0xf0, 0x2e, 0xfc, 0xef, 0x53, 0x01, 0x53, 0x0f, 0x5f, 0xc5, 0xbf, 0x7f, 0x8e, 0x7f, 0xff, 0x02, 0xf3, 0x0d, 0x06, 0xec, 0xa1, 0xbf, 0x7f, 0xc1, 0xfe, 0x0d, 0x7f, 0x06, 0xff, 0x7e, 0x12, 0x7f, 0x77, 0x27, 0xfe, 0xf7, 0x2a, 0xba, 0x0d, 0xba, 0x2d, 0xba, 0xcd, 0xe7, 0xa6, 0x1f, 0x2d, 0x17, 0x10, 0x77, 0xf0, 0x2e, 0xff, 0x4c, 0xfb, 0xdb, 0xef, 0xde, 0x10, 0xc4, 0x7b, 0x03, 0xa6, 0x1e, 0x6c, 0x8c, 0x70, 0x46, 0x36, 0x4b, 0x40, 0x50, 0x13, 0x0f, 0x9f, 0xc7, 0x3f, 0x7f, 0x42, 0x60, 0xa1, 0x28, 0x63, 0xbf, 0x8f, 0x73, 0x74, 0x9f, 0xcd, 0x13, 0x0e, 0x45, 0x34, 0x4f, 0x38, 0xd2, 0xa8, 0xcd, 0x82, 0xdd, 0xf7, 0xf8, 0x2b, 0xe2, 0x6f, 0x45, 0xda, 0x2a, 0xc5, 0x5d, 0xba, 0xbb, 0x79, 0xfc, 0x81, 0xe7, 0x9a, 0xc5, 0x1f, 0x9a, 0xd9, 0x2c, 0xe1, 0xd0, 0x09, 0xcc, 0x4f, 0x18, 0xf0, 0x91, 0xfc, 0x88, 0xfd, 0x3a, 0x1e, 0x10, 0x7f, 0x70, 0x06, 0xfe, 0xd9, 0x9c, 0xfa, 0xea, 0xaf, 0x98, 0xbf, 0x79, 0xdd, 0x1a, 0xc4, 0x9d, 0xf8, 0x57, 0xd3, 0xf8, 0xc3, 0x43, 0x9b, 0x26, 0x1c, 0xde, 0x8a, 0x90, 0xfd, 0x4f, 0x05, 0xc6, 0xce, 0xb3, 0x4f, 0xc1, 0x90, 0xf4, 0xf3, 0x10, 0xb1, 0xfa, 0x12, 0xc4, 0x6f, 0xbc, 0x0a, 0x29, 0x3b, 0xde, 0x83, 0xf4, 0xbc, 0x0f, 0x61, 0x45, 0xc1, 0x75, 0xc8, 0x3e, 0x72, 0x03, 0x36, 0x9f, 0xfc, 0x9c, 0x65, 0xeb, 0xa9, 0x2f, 0x60, 0xd7, 0x4b, 0x5f, 0xb2, 0xd0, 0xdf, 0xf9, 0xff, 0xa7, 0x9f, 0x59, 0x71, 0xe0, 0x3a, 0xa4, 0xe1, 0xef, 0xd0, 0xef, 0xd2, 0x6d, 0x44, 0xac, 0xba, 0x04, 0x43, 0xd2, 0xce, 0x43, 0xe7, 0x39, 0x27, 0x55, 0x85, 0xf8, 0x06, 0xb3, 0x19, 0x65, 0x18, 0xdc, 0x38, 0xe9, 0xe8, 0x3f, 0xfd, 0x95, 0xf4, 0x37, 0x2b, 0x47, 0x9b, 0x07, 0x9a, 0xc6, 0x1f, 0x1c, 0xd8, 0x2c, 0xfe, 0xe0, 0x6e, 0xcc, 0x2d, 0x0c, 0xc8, 0xd2, 0x3d, 0xe5, 0x14, 0x44, 0xac, 0x7c, 0x0d, 0x92, 0xb7, 0xbc, 0x0d, 0x4b, 0xf7, 0x7f, 0x04, 0xb9, 0x27, 0x6f, 0xc2, 0x8e, 0x33, 0x5f, 0xb0, 0xec, 0x74, 0xe4, 0x4b, 0xd7, 0xd8, 0xa1, 0x17, 0x85, 0xfe, 0xcd, 0xed, 0xe7, 0xed, 0xb7, 0xc3, 0x6f, 0x97, 0xee, 0x83, 0xee, 0x6b, 0xc6, 0x96, 0x6b, 0xec, 0xbe, 0xbb, 0x61, 0x1f, 0x8c, 0xfa, 0x88, 0x12, 0xfc, 0x84, 0xe3, 0xd9, 0xd9, 0x34, 0xe1, 0xc0, 0x80, 0x56, 0xb3, 0xf2, 0xee, 0xf7, 0x57, 0xd8, 0xdf, 0x64, 0xe0, 0xd7, 0x6e, 0x16, 0x77, 0x28, 0x03, 0xa1, 0xf9, 0x46, 0x06, 0x53, 0x57, 0x5c, 0x81, 0xa3, 0xb2, 0x2e, 0xc1, 0xc2, 0xdd, 0xef, 0x41, 0xce, 0xf1, 0x4f, 0x61, 0xdb, 0xa9, 0x9b, 0xb0, 0xed, 0xf4, 0xe7, 0x8e, 0x6c, 0xa7, 0x9c, 0xe1, 0xf9, 0x82, 0x65, 0x87, 0x23, 0x5f, 0xb2, 0xec, 0x34, 0xc9, 0x0e, 0x47, 0x6c, 0xbf, 0xb7, 0xdd, 0x11, 0xfb, 0xed, 0x6a, 0xee, 0x8f, 0x05, 0xfb, 0xb0, 0xe1, 0xd8, 0xa7, 0xac, 0x4f, 0xe3, 0xd6, 0x5c, 0x82, 0x2e, 0xb4, 0x4b, 0xc8, 0x65, 0xf8, 0x1a, 0x8f, 0x49, 0xe9, 0xcd, 0x13, 0x0e, 0xd4, 0xf2, 0x57, 0xdc, 0xdf, 0x08, 0xfa, 0xbb, 0x9a, 0xc5, 0x17, 0xf4, 0x6e, 0x16, 0x77, 0xe0, 0x25, 0x0c, 0xe8, 0x13, 0x80, 0xe9, 0xb7, 0xe0, 0x0c, 0x24, 0x6e, 0x7c, 0x13, 0x56, 0x1f, 0xfc, 0x18, 0x8f, 0x28, 0x9f, 0xc1, 0x16, 0xca, 0x29, 0xca, 0x4d, 0x96, 0xad, 0x14, 0x0d, 0x90, 0xb9, 0x27, 0x6e, 0xc2, 0xba, 0xc3, 0x9f, 0xe1, 0x91, 0xe7, 0x53, 0x58, 0xb2, 0xf7, 0x3a, 0x2c, 0xda, 0xf9, 0x09, 0xcc, 0xdb, 0xf6, 0x31, 0xcc, 0xde, 0xf2, 0x11, 0x24, 0xe7, 0x7e, 0x04, 0xd3, 0x37, 0x7e, 0x08, 0xd3, 0x72, 0x3e, 0x84, 0xa9, 0x98, 0x84, 0xf5, 0x1f, 0xb0, 0xd0, 0xdf, 0xe9, 0xff, 0xd1, 0xbf, 0xcd, 0xc4, 0x9f, 0xa1, 0x9f, 0xa5, 0xdf, 0xa1, 0xdf, 0xa5, 0xdb, 0x58, 0x89, 0xb7, 0x45, 0xb7, 0x49, 0xb7, 0xcd, 0xef, 0x87, 0xee, 0x73, 0xab, 0xbd, 0x0f, 0xb6, 0xd8, 0xfa, 0x46, 0x7d, 0xa4, 0xbe, 0x52, 0x9f, 0xfb, 0x62, 0xdf, 0x45, 0xe3, 0xb2, 0xe5, 0xe0, 0x19, 0xdc, 0x19, 0x7a, 0xfa, 0x1f, 0x55, 0xfa, 0x03, 0x36, 0x3a, 0x0a, 0x34, 0x8b, 0xdb, 0x1f, 0xd1, 0x34, 0xae, 0xe0, 0x3d, 0x0c, 0xe8, 0xd3, 0x3d, 0xe5, 0x04, 0xc4, 0xe7, 0x5c, 0x81, 0x35, 0x08, 0x52, 0xee, 0x49, 0x3a, 0xb7, 0xdf, 0x60, 0x60, 0xf1, 0x70, 0x09, 0x36, 0x1e, 0xff, 0x0c, 0xe1, 0xbc, 0x0e, 0x8b, 0x77, 0x11, 0xb4, 0x1f, 0x42, 0xe2, 0x86, 0xf7, 0x61, 0xca, 0xba, 0xf7, 0x58, 0xe2, 0xd6, 0xbd, 0x0f, 0x71, 0xd9, 0xce, 0xc4, 0xb3, 0x7c, 0xa0, 0x18, 0xd7, 0xdf, 0xa5, 0xdb, 0xe2, 0xb7, 0x4b, 0xf7, 0x41, 0xf7, 0xb5, 0x78, 0xd7, 0xc7, 0xec, 0xbe, 0xa9, 0x0f, 0x5a, 0xf8, 0x9d, 0xb9, 0xc1, 0xfa, 0x4e, 0x63, 0x88, 0xcb, 0xb9, 0x0c, 0xdd, 0xe6, 0x9e, 0x00, 0xd1, 0x58, 0x31, 0xef, 0x34, 0x8d, 0xdf, 0x1f, 0x5a, 0x2b, 0x6e, 0xc7, 0x7d, 0x7e, 0x32, 0xfe, 0x00, 0x0f, 0x5d, 0x36, 0x89, 0x2b, 0x08, 0xc3, 0xa2, 0x7f, 0xaa, 0x07, 0xe1, 0xb9, 0xc4, 0x83, 0x10, 0xb2, 0xec, 0x22, 0xa4, 0xee, 0x7d, 0x0f, 0x36, 0x9e, 0xf8, 0x14, 0x36, 0x39, 0x72, 0x83, 0x25, 0xf7, 0x04, 0x01, 0x7f, 0x03, 0x96, 0xef, 0xff, 0x04, 0x52, 0xb6, 0x13, 0xec, 0xef, 0xc1, 0xa4, 0xac, 0x77, 0x60, 0xf2, 0xda, 0x77, 0x1d, 0x89, 0xa5, 0x20, 0xa4, 0xb1, 0x76, 0x58, 0x6d, 0x79, 0xdf, 0x4d, 0x06, 0xa5, 0x30, 0xe8, 0x9d, 0xe0, 0xf3, 0xdb, 0x8d, 0xd5, 0xdc, 0x1f, 0x85, 0xfa, 0x30, 0x15, 0xfb, 0x32, 0x0f, 0xfb, 0x44, 0x7d, 0xa3, 0x3e, 0x52, 0x5f, 0x79, 0xbf, 0xf9, 0x38, 0x68, 0x4c, 0xa9, 0x7b, 0xde, 0x83, 0xd1, 0xcb, 0x2e, 0xb0, 0xb1, 0x0a, 0x44, 0xf8, 0x04, 0x77, 0x86, 0x31, 0xfe, 0x87, 0x54, 0xef, 0xc4, 0x16, 0x17, 0xf7, 0x7f, 0x08, 0xfe, 0xb0, 0xa6, 0x71, 0xfb, 0x3f, 0x6c, 0x3a, 0x65, 0x3f, 0x68, 0xd3, 0x26, 0xe9, 0x08, 0x4c, 0x5c, 0x77, 0x09, 0xb2, 0x0e, 0x7d, 0xcc, 0xce, 0xf5, 0x94, 0x8d, 0x9a, 0x64, 0x1f, 0xb9, 0x0e, 0x69, 0x7b, 0xf1, 0xe8, 0xb2, 0xe9, 0x5d, 0x98, 0x98, 0x75, 0x0d, 0x62, 0xd6, 0xbc, 0x8d, 0x7f, 0xda, 0x42, 0xf0, 0xb1, 0xac, 0x55, 0x11, 0xc1, 0x29, 0x84, 0x43, 0x0a, 0x4d, 0xa6, 0xe8, 0x80, 0x37, 0x05, 0x7f, 0xed, 0x3b, 0x8e, 0xfb, 0xe7, 0xfd, 0xb1, 0xf5, 0xed, 0x1a, 0x24, 0x61, 0x5f, 0xa9, 0xcf, 0xeb, 0x8f, 0x5e, 0x77, 0x19, 0x0b, 0x1f, 0xdf, 0xea, 0x43, 0x1f, 0xc1, 0xc4, 0xb5, 0x97, 0xa0, 0xed, 0xf4, 0xc3, 0xa0, 0x9f, 0x0f, 0x9c, 0xa3, 0xf7, 0x9b, 0xc5, 0x16, 0x0c, 0xa6, 0x39, 0xf3, 0x83, 0x73, 0x07, 0x34, 0x5c, 0xd9, 0x9a, 0x62, 0x51, 0xcf, 0xe9, 0x0b, 0xdd, 0x31, 0xf9, 0x08, 0x4c, 0xdd, 0x74, 0x05, 0xd6, 0x1d, 0xf9, 0x18, 0x2f, 0x22, 0x3f, 0xc1, 0x5c, 0x67, 0x21, 0x40, 0xe8, 0xcf, 0x8c, 0xbd, 0x78, 0x2e, 0xdf, 0xf8, 0x2e, 0x4c, 0x58, 0xf3, 0x16, 0x8c, 0x5f, 0xfd, 0x16, 0x4c, 0x58, 0x7d, 0x0d, 0xff, 0x4e, 0x02, 0xd8, 0x24, 0x70, 0x8a, 0xf0, 0x8e, 0xb1, 0x08, 0x1a, 0x19, 0xc4, 0x42, 0x48, 0x80, 0xb7, 0x43, 0x6f, 0x0c, 0xfe, 0x3b, 0x0e, 0xf0, 0x6d, 0xb1, 0xf5, 0x91, 0xfa, 0xca, 0xfa, 0x8c, 0x7d, 0x9f, 0x86, 0x32, 0x64, 0xe4, 0x7d, 0xe8, 0x32, 0x36, 0x5b, 0x3e, 0x61, 0x63, 0x4f, 0xd8, 0x78, 0x05, 0x3a, 0x24, 0x1f, 0x75, 0x13, 0x01, 0x8f, 0x88, 0x67, 0x9b, 0x4c, 0xce, 0x6f, 0xe4, 0x27, 0xa8, 0x98, 0xb6, 0xe7, 0x62, 0xf6, 0x3f, 0xd2, 0x64, 0x4a, 0x7e, 0x76, 0x93, 0x29, 0xfb, 0x40, 0x9b, 0x76, 0x33, 0x0e, 0xe3, 0xf9, 0xfe, 0x32, 0xac, 0xc5, 0xe2, 0xaf, 0x3f, 0xfa, 0x89, 0x2d, 0xc7, 0x6c, 0x59, 0x85, 0xe7, 0xe5, 0xd9, 0x5b, 0xdf, 0x85, 0x98, 0xac, 0xb7, 0x20, 0x6a, 0xd5, 0x55, 0x88, 0xa6, 0xac, 0xb6, 0x09, 0xa0, 0x95, 0x60, 0x82, 0x9b, 0x04, 0xc6, 0x22, 0xb8, 0x09, 0x61, 0x12, 0xd1, 0xef, 0x8a, 0xc0, 0xd7, 0xc2, 0x3f, 0x41, 0x07, 0x3f, 0x85, 0xfa, 0x4e, 0x63, 0xa0, 0xb1, 0xd0, 0x98, 0x68, 0x6c, 0x34, 0x46, 0x3e, 0x5e, 0x3e, 0x7e, 0x9a, 0x8b, 0xb8, 0x0d, 0x6f, 0xe0, 0x6e, 0x78, 0xd8, 0x65, 0xae, 0x9a, 0xc4, 0xed, 0xfb, 0x0d, 0x93, 0xd5, 0x64, 0xc2, 0xee, 0xff, 0xf8, 0x89, 0x2a, 0x36, 0x0d, 0xfe, 0x84, 0x2b, 0xd7, 0xa0, 0x26, 0xb1, 0xfb, 0x3e, 0xc7, 0x00, 0xcf, 0x73, 0x09, 0x05, 0x30, 0x7e, 0xed, 0x6b, 0xb0, 0x06, 0xb7, 0x7f, 0x5a, 0xf9, 0xb2, 0x8f, 0x7c, 0x02, 0xd9, 0x47, 0x6d, 0xc9, 0xcc, 0xff, 0x10, 0xa6, 0x6e, 0xbc, 0x06, 0xe3, 0x56, 0x5e, 0xc1, 0xbc, 0xc9, 0x12, 0x65, 0x07, 0x47, 0x2f, 0xc1, 0x78, 0x17, 0x09, 0x4c, 0x44, 0xb0, 0xcb, 0x20, 0x13, 0xc2, 0x28, 0xfc, 0xf7, 0xb4, 0xb7, 0x25, 0x02, 0xdf, 0xb1, 0xea, 0xaf, 0xb9, 0xc6, 0xfa, 0x26, 0x82, 0x9f, 0xc2, 0xc7, 0x45, 0x63, 0x9c, 0xb6, 0xe9, 0x6d, 0x58, 0xba, 0xef, 0x43, 0xc7, 0xf8, 0x69, 0x2e, 0x68, 0x4e, 0x68, 0x6e, 0xc6, 0x67, 0xbd, 0x06, 0x2d, 0xe2, 0x0b, 0x40, 0x3b, 0x77, 0x98, 0x9b, 0x8d, 0x63, 0xf3, 0xfb, 0xfb, 0xd9, 0xf2, 0xf1, 0xd6, 0x60, 0x62, 0xc1, 0xe3, 0x08, 0x7f, 0x5e, 0x93, 0xd8, 0x7c, 0x70, 0x64, 0x4a, 0x3e, 0x04, 0x2e, 0x39, 0x0b, 0x4b, 0xf7, 0xbf, 0x0f, 0x6b, 0x0f, 0x7f, 0xc4, 0x56, 0x3b, 0x9e, 0x8c, 0xbc, 0x0f, 0x20, 0x36, 0xfb, 0x2a, 0x44, 0xae, 0xb8, 0x8c, 0xb9, 0x02, 0x63, 0x57, 0xda, 0xe2, 0x94, 0x40, 0x2e, 0xc2, 0x04, 0x53, 0x11, 0xde, 0xb6, 0x03, 0xab, 0x13, 0xc2, 0x42, 0x26, 0xea, 0xa0, 0x97, 0x81, 0x3f, 0xc1, 0x00, 0x7c, 0x1a, 0x03, 0x1f, 0x0f, 0x1f, 0x1f, 0x8d, 0x95, 0xc6, 0x3c, 0x65, 0xfd, 0x5b, 0x6c, 0x0e, 0xb4, 0x73, 0x42, 0x73, 0x94, 0x89, 0x73, 0x35, 0x22, 0xe3, 0x2c, 0xb8, 0xcc, 0x23, 0x65, 0x72, 0xde, 0x9e, 0x26, 0x31, 0x7b, 0x1f, 0xf5, 0x93, 0xe6, 0x83, 0x0d, 0x57, 0xa8, 0x2e, 0x58, 0xa4, 0x9b, 0xda, 0x82, 0x75, 0x4c, 0x3e, 0x0c, 0x73, 0xb7, 0x5f, 0xc5, 0x95, 0xed, 0x43, 0xc8, 0x3a, 0x4c, 0xf9, 0x88, 0x15, 0x38, 0x23, 0xff, 0x7d, 0x06, 0x7e, 0xf8, 0xf2, 0x37, 0x20, 0x62, 0xf9, 0x65, 0x88, 0x60, 0x02, 0x88, 0x25, 0x18, 0x27, 0x90, 0x40, 0x26, 0x82, 0xf6, 0x68, 0xc4, 0x92, 0xa5, 0x17, 0xe2, 0x6d, 0x0d, 0xd4, 0xb2, 0xb8, 0xfe, 0x7c, 0x8c, 0x0b, 0xf4, 0x6f, 0xbb, 0xdc, 0x97, 0x1b, 0xf8, 0xfa, 0x55, 0xdf, 0x00, 0x7e, 0x1a, 0x33, 0x8d, 0x9d, 0xe6, 0x60, 0xca, 0xfa, 0xab, 0x38, 0x27, 0x1f, 0xb0, 0xb9, 0xc9, 0x62, 0xf9, 0x90, 0xcd, 0xd9, 0x9c, 0x6d, 0x57, 0xd9, 0xb5, 0x92, 0x4e, 0x84, 0xcf, 0x70, 0x47, 0xe8, 0xe4, 0x27, 0xce, 0x97, 0x1e, 0xda, 0x9c, 0x94, 0xb7, 0x04, 0x57, 0x27, 0xe0, 0x69, 0x86, 0xab, 0x7e, 0xf8, 0x8a, 0xf3, 0xb0, 0xe2, 0xc0, 0x07, 0xb0, 0xfa, 0x90, 0xad, 0x98, 0x94, 0xe5, 0x05, 0x1f, 0x40, 0xfc, 0x86, 0xab, 0x10, 0xb6, 0xec, 0x75, 0x08, 0xc3, 0xc2, 0x87, 0xdb, 0x23, 0x93, 0x60, 0xac, 0x40, 0x02, 0xf1, 0xb1, 0xc8, 0xf5, 0x68, 0x24, 0xda, 0x19, 0xf4, 0x71, 0x03, 0x7d, 0x8d, 0x2c, 0xee, 0xb7, 0xab, 0x3d, 0xea, 0x88, 0x57, 0x7d, 0x27, 0xfc, 0x63, 0x4d, 0xe0, 0xa7, 0xd0, 0x5c, 0xd0, 0x9c, 0x24, 0xe4, 0x5c, 0x65, 0x73, 0xc4, 0xe7, 0x8b, 0xe6, 0x8e, 0xe6, 0x30, 0x0c, 0xe7, 0x32, 0x80, 0x8e, 0x42, 0x9a, 0x39, 0x6e, 0x12, 0x9b, 0x97, 0xda, 0x26, 0xc4, 0xff, 0x90, 0xe9, 0xef, 0xfb, 0x08, 0xcf, 0xc4, 0xbc, 0x27, 0x1b, 0xc7, 0xee, 0x3d, 0xdd, 0x78, 0xf2, 0x5e, 0xe0, 0x69, 0x3f, 0xfd, 0x00, 0x5b, 0xb9, 0x56, 0x1d, 0xfc, 0x00, 0x63, 0x2b, 0x22, 0xfd, 0x3d, 0x79, 0xf3, 0x35, 0x2c, 0xf4, 0xeb, 0x10, 0xba, 0xec, 0x12, 0xe6, 0x75, 0x53, 0x09, 0xcc, 0x76, 0x03, 0xd9, 0x8e, 0xe0, 0x90, 0x41, 0x20, 0x84, 0x53, 0x0a, 0x79, 0x44, 0xbf, 0x63, 0x5b, 0xe9, 0x05, 0xd0, 0x1b, 0x80, 0xef, 0xbe, 0xea, 0x1b, 0xc3, 0x1f, 0xba, 0xcc, 0x36, 0x37, 0x34, 0x47, 0x33, 0xb7, 0x5c, 0x63, 0x73, 0x66, 0x9b, 0x3b, 0xdb, 0xfc, 0xcd, 0xc1, 0x9d, 0xb4, 0x5d, 0xd2, 0x01, 0xd0, 0xce, 0x75, 0xe3, 0x49, 0x7b, 0x5f, 0x0e, 0x88, 0xdb, 0x53, 0xd2, 0x4f, 0xe2, 0xef, 0xd0, 0x1a, 0xc5, 0xe6, 0x3d, 0xdf, 0x64, 0xf2, 0xde, 0x9b, 0xda, 0x82, 0x0c, 0x4f, 0x3b, 0x83, 0x67, 0xfd, 0xf7, 0x60, 0x25, 0xae, 0x5a, 0x2b, 0x99, 0x00, 0x1f, 0x40, 0xea, 0x9e, 0x77, 0x21, 0x6a, 0xf5, 0x1b, 0x10, 0xb2, 0xf4, 0x35, 0x18, 0xb3, 0xf4, 0x12, 0x8b, 0xab, 0x04, 0xaf, 0x3b, 0x60, 0x60, 0x22, 0xac, 0x30, 0xd9, 0x0d, 0x64, 0x22, 0x48, 0x65, 0xd0, 0x08, 0x21, 0x91, 0x42, 0x0f, 0xbb, 0x08, 0x78, 0x3d, 0xf4, 0xc6, 0xe0, 0x4b, 0x56, 0xfd, 0x15, 0x97, 0x5d, 0xc6, 0x4a, 0x63, 0xd7, 0xc2, 0xcf, 0xe7, 0x87, 0xe6, 0x2a, 0x7a, 0xcd, 0x1b, 0x90, 0xba, 0xf7, 0x5d, 0x36, 0x87, 0x34, 0x97, 0x34, 0xa7, 0x99, 0xfb, 0xde, 0x85, 0x61, 0x69, 0xa7, 0x5d, 0x25, 0x98, 0xbc, 0xf7, 0x46, 0xd3, 0x49, 0x79, 0x2d, 0xfc, 0x44, 0xde, 0x4e, 0xf8, 0x27, 0xed, 0x19, 0xda, 0x78, 0xd2, 0x9e, 0x5b, 0x18, 0xa0, 0x34, 0x9b, 0x92, 0x07, 0x13, 0xd7, 0xbd, 0x8a, 0xdb, 0xf5, 0x7b, 0x98, 0xf7, 0x6d, 0x29, 0x78, 0x9f, 0xbd, 0x1e, 0x26, 0x24, 0xf3, 0x55, 0x18, 0x9d, 0xf9, 0x1a, 0x2b, 0xaa, 0x54, 0x02, 0x0b, 0xbb, 0x81, 0x91, 0x08, 0x22, 0x19, 0xc4, 0x42, 0xa8, 0x25, 0xda, 0x04, 0x7a, 0x73, 0xf0, 0x8d, 0x57, 0x7d, 0x19, 0xfc, 0x14, 0x36, 0x67, 0x38, 0x77, 0x34, 0x87, 0x34, 0x97, 0x8e, 0x79, 0xc5, 0x39, 0x9e, 0x94, 0xfd, 0x2a, 0x9b, 0x73, 0x3e, 0xff, 0x98, 0x9f, 0x1b, 0x4d, 0xde, 0x1b, 0xe8, 0x27, 0xf3, 0x36, 0x3c, 0xc4, 0x89, 0x93, 0x1d, 0xa7, 0x99, 0x78, 0x68, 0x3d, 0xb5, 0x00, 0x66, 0x6d, 0xbb, 0x02, 0xcb, 0x0a, 0xde, 0xc3, 0xf3, 0x2b, 0x06, 0x0b, 0x94, 0xba, 0xf7, 0x1d, 0x04, 0xe3, 0x12, 0x04, 0x2f, 0x79, 0x15, 0x82, 0x99, 0x00, 0xc6, 0x12, 0x88, 0x8e, 0x44, 0xe1, 0xcb, 0x2f, 0xbb, 0xed, 0x06, 0x52, 0x11, 0x24, 0x32, 0xb8, 0x08, 0xa1, 0x93, 0xc2, 0x30, 0x9a, 0xdf, 0x89, 0x32, 0x81, 0xde, 0x14, 0x7c, 0xb6, 0xea, 0xcb, 0x8e, 0x3c, 0x72, 0xf8, 0x69, 0xce, 0x68, 0xee, 0x68, 0x0e, 0x69, 0x2e, 0x69, 0x4e, 0x69, 0x6e, 0x69, 0x8e, 0x69, 0xae, 0x67, 0x6f, 0xbf, 0x02, 0x6d, 0xa7, 0xee, 0xd7, 0x4a, 0x80, 0xbb, 0xc1, 0x9e, 0xf9, 0xfe, 0x67, 0x90, 0x8b, 0xa8, 0xd5, 0x1a, 0x71, 0xf6, 0x2f, 0x8d, 0x27, 0xee, 0x5a, 0xd7, 0x78, 0xe2, 0x6e, 0xe0, 0xe9, 0x36, 0xeb, 0x30, 0x16, 0xe6, 0x1a, 0x2c, 0xdb, 0x6f, 0x2b, 0x0a, 0x65, 0xe6, 0x96, 0xab, 0x58, 0xb8, 0x57, 0x20, 0x68, 0x89, 0x2d, 0x6e, 0x12, 0x38, 0x44, 0xb0, 0x17, 0xde, 0x4d, 0x02, 0xf1, 0x6e, 0x20, 0x17, 0x41, 0x26, 0x83, 0x58, 0x08, 0xcf, 0xf2, 0xa6, 0x21, 0xf4, 0x32, 0xf0, 0xdd, 0x56, 0x7d, 0x97, 0x23, 0xcf, 0xeb, 0x6c, 0xec, 0x36, 0xf0, 0xed, 0xf0, 0x67, 0xba, 0xc3, 0xef, 0x98, 0xc7, 0xa5, 0xaf, 0xc0, 0xac, 0xad, 0x57, 0x1d, 0xf3, 0x4c, 0x73, 0xbe, 0x68, 0xef, 0xdb, 0xd0, 0x75, 0xd6, 0x21, 0xd0, 0xd6, 0xa4, 0xf1, 0xc4, 0x3d, 0xab, 0xfd, 0xaf, 0x30, 0x2d, 0xe4, 0x56, 0x29, 0x2e, 0xe7, 0xee, 0x46, 0x31, 0xbb, 0x72, 0x1b, 0xe1, 0x04, 0xf3, 0xf4, 0x9f, 0x7f, 0x1c, 0xd2, 0xf3, 0xdf, 0x81, 0xcc, 0xfd, 0xef, 0xe2, 0xb9, 0xff, 0x5d, 0x76, 0x3e, 0x9d, 0xb2, 0xe1, 0x0d, 0x08, 0xcc, 0xb8, 0x08, 0xa3, 0x28, 0x4b, 0x2e, 0x4a, 0x25, 0xb0, 0xbe, 0x1b, 0xc8, 0x45, 0x30, 0x95, 0x41, 0x23, 0x85, 0x36, 0x51, 0xba, 0xe8, 0xff, 0x5d, 0x74, 0x1b, 0x72, 0xe8, 0xe5, 0xe0, 0x5b, 0x5b, 0xf5, 0xc5, 0xf0, 0xd3, 0x5c, 0xd2, 0x9c, 0xd2, 0xdc, 0x4e, 0xce, 0x7e, 0x83, 0xcd, 0x35, 0x9b, 0x73, 0xcc, 0x12, 0xac, 0x41, 0xff, 0x85, 0x27, 0x40, 0x5b, 0x1b, 0xcc, 0x76, 0x7a, 0x74, 0xce, 0x4f, 0x6e, 0x61, 0xac, 0xfc, 0x71, 0x3b, 0xee, 0xc3, 0x95, 0x65, 0x6f, 0xa3, 0x89, 0xbb, 0x80, 0x27, 0x30, 0xe3, 0x34, 0x9b, 0xf8, 0x25, 0xfb, 0x6c, 0x45, 0x48, 0xc5, 0x95, 0x28, 0x72, 0xe5, 0x6b, 0x30, 0x32, 0xfd, 0x02, 0xfe, 0xdb, 0x05, 0xa1, 0x04, 0x4c, 0x84, 0x4c, 0xe3, 0x23, 0x91, 0xdb, 0x6e, 0x60, 0x22, 0x82, 0xb9, 0x0c, 0x4e, 0x29, 0xa4, 0x62, 0x48, 0x41, 0x7f, 0x53, 0x78, 0x5b, 0x52, 0xe8, 0x0d, 0xc0, 0x17, 0xad, 0xfa, 0xd2, 0x23, 0x4f, 0xe6, 0xab, 0x2e, 0x73, 0xa6, 0x85, 0x9f, 0xe6, 0x96, 0xe6, 0x98, 0xe6, 0x3a, 0x2d, 0xef, 0x6d, 0x9b, 0x00, 0xfb, 0x6c, 0x12, 0x8c, 0xc4, 0x9a, 0x68, 0x6b, 0x84, 0xd9, 0xd3, 0x20, 0x3c, 0xe7, 0xaf, 0x7e, 0x82, 0xbd, 0x5d, 0xf9, 0x27, 0xee, 0xdc, 0x85, 0xab, 0x3f, 0xf0, 0x04, 0x2d, 0x79, 0x09, 0x32, 0xf2, 0xdf, 0x86, 0x8c, 0x7d, 0x24, 0xc0, 0x3b, 0xb0, 0x60, 0xd7, 0x35, 0x2c, 0xe2, 0x45, 0x18, 0x91, 0x7e, 0x9e, 0x15, 0xc7, 0x4d, 0x02, 0x26, 0x82, 0xca, 0x91, 0xc8, 0x9a, 0x08, 0x72, 0x19, 0x2e, 0xeb, 0x20, 0x45, 0x70, 0xa5, 0x62, 0x18, 0x64, 0xc5, 0x15, 0xb7, 0xdb, 0xe1, 0xb7, 0x6f, 0x04, 0xbd, 0x15, 0xf0, 0x43, 0x0c, 0x57, 0xfd, 0x57, 0x1c, 0xf3, 0xa7, 0x85, 0x9f, 0x42, 0x73, 0x4d, 0x73, 0x4e, 0x73, 0x4f, 0x35, 0xa0, 0x5a, 0x50, 0x4d, 0x42, 0x97, 0x9f, 0x05, 0x6d, 0xad, 0x30, 0xf9, 0xfe, 0xe7, 0x0a, 0x3c, 0x6c, 0xdd, 0xbb, 0xe7, 0xfc, 0xb9, 0x51, 0xcc, 0xce, 0x1c, 0x0c, 0xf0, 0xd0, 0x04, 0xa7, 0xe3, 0x44, 0x53, 0x68, 0xc2, 0x67, 0x6f, 0x7f, 0x13, 0x0b, 0x74, 0x1e, 0x86, 0xa7, 0x9d, 0x87, 0x11, 0x14, 0x81, 0x04, 0x81, 0x06, 0x12, 0x88, 0x76, 0x03, 0xc7, 0xb5, 0x81, 0x4e, 0x04, 0xd9, 0x35, 0x82, 0x8b, 0x0c, 0x3a, 0x21, 0x5c, 0xa5, 0xb8, 0x2c, 0x00, 0x5a, 0x9c, 0x50, 0xbc, 0x86, 0xe9, 0x18, 0x93, 0x0d, 0x75, 0x06, 0x27, 0xc1, 0x33, 0x5d, 0x22, 0xa1, 0x54, 0x87, 0x10, 0x28, 0xd3, 0x39, 0x1c, 0xaa, 0xf4, 0x9e, 0x0c, 0xcf, 0x87, 0x2f, 0x85, 0xc0, 0x45, 0x2f, 0x89, 0xa1, 0xd7, 0x9d, 0xf1, 0xdd, 0xc1, 0x97, 0xaf, 0xfa, 0x22, 0xf8, 0x03, 0x25, 0xf0, 0xd3, 0x5c, 0xd3, 0x9c, 0xd3, 0xdc, 0xcf, 0xde, 0x7e, 0x95, 0xd5, 0x82, 0xd7, 0x25, 0x7c, 0xc5, 0xcb, 0xa0, 0xad, 0x59, 0xc3, 0x98, 0x5d, 0x5b, 0xfc, 0xd7, 0x04, 0x1e, 0x3c, 0xda, 0xd3, 0x28, 0x66, 0xc7, 0x5a, 0x0c, 0xf0, 0x84, 0x2e, 0x7b, 0x09, 0xb7, 0xdd, 0x6b, 0x6c, 0xeb, 0x4d, 0xc7, 0x24, 0x6f, 0xbd, 0x82, 0x85, 0x38, 0x07, 0xc3, 0x30, 0xc3, 0x59, 0x9c, 0x12, 0x8c, 0xb0, 0x17, 0x6b, 0xa4, 0x9b, 0x04, 0xc6, 0x47, 0x22, 0x4b, 0x22, 0xd8, 0x77, 0x05, 0x91, 0x0c, 0x8e, 0x47, 0x91, 0x24, 0x52, 0x18, 0xa5, 0x47, 0xc2, 0x76, 0x84, 0x3e, 0x02, 0x9e, 0x6e, 0x17, 0x2c, 0x0d, 0x09, 0xd1, 0x6e, 0xfc, 0x5a, 0x67, 0x1f, 0x96, 0x59, 0x05, 0x5f, 0xf5, 0xc8, 0x73, 0x91, 0xcd, 0xa1, 0x0d, 0x7c, 0x57, 0xf8, 0x87, 0x3b, 0xe6, 0xfe, 0x65, 0x98, 0xb1, 0xe5, 0x0a, 0xab, 0x49, 0x1a, 0xcb, 0x35, 0x08, 0x5b, 0xf1, 0x12, 0x68, 0x6b, 0x87, 0x59, 0x45, 0x35, 0xf5, 0x73, 0xad, 0xd8, 0x1a, 0xc6, 0x6c, 0x9f, 0xd1, 0x70, 0xc2, 0x0e, 0xe0, 0x09, 0x5a, 0x72, 0x1a, 0x52, 0x19, 0xfc, 0xb6, 0x24, 0xe1, 0x84, 0x0f, 0xc3, 0x89, 0x1f, 0x9a, 0xfa, 0x32, 0x0c, 0xa3, 0x38, 0x24, 0xb0, 0x8b, 0x90, 0x7e, 0xde, 0xc2, 0x91, 0xc8, 0x82, 0x08, 0xba, 0x8b, 0x65, 0x17, 0x19, 0x4c, 0x85, 0x30, 0xcf, 0x0b, 0x63, 0x57, 0x1a, 0x82, 0xaf, 0x4f, 0xf3, 0x31, 0xe9, 0x2e, 0x7d, 0xd1, 0x5e, 0xdc, 0xaa, 0x80, 0x1f, 0xec, 0x02, 0xbe, 0xf1, 0x91, 0x87, 0xc2, 0xc1, 0xe7, 0xf0, 0xd3, 0xdc, 0xb3, 0x1a, 0x60, 0x2d, 0xa6, 0x6f, 0xbe, 0xec, 0xa8, 0x0f, 0xd5, 0x6a, 0x54, 0xe6, 0x69, 0xd0, 0xd6, 0x10, 0x93, 0xe8, 0x27, 0x5b, 0x05, 0xfe, 0xf1, 0xdb, 0x47, 0x34, 0x9c, 0xb0, 0x1d, 0x78, 0x86, 0xa7, 0x9e, 0xc0, 0x8b, 0xdc, 0xb7, 0xd8, 0xc3, 0x9d, 0x94, 0xe9, 0xb9, 0x97, 0x61, 0xe8, 0xe2, 0xb3, 0x30, 0xc4, 0x3e, 0xf9, 0x43, 0x1d, 0x45, 0xd0, 0xed, 0x06, 0xe9, 0x66, 0x47, 0x22, 0xdd, 0x6e, 0x20, 0x38, 0x16, 0xb9, 0x8a, 0xf0, 0x9a, 0x0b, 0x5c, 0xb6, 0x5d, 0xe1, 0x92, 0x0e, 0x40, 0x9d, 0x10, 0x1a, 0x29, 0xf4, 0xd1, 0xc3, 0xdf, 0x21, 0x66, 0xbd, 0x03, 0xec, 0x8a, 0xdd, 0x22, 0x21, 0x21, 0x33, 0x17, 0x8e, 0x5f, 0xb8, 0x02, 0x5f, 0x7c, 0xf3, 0x2d, 0xdc, 0xfa, 0xf9, 0x17, 0xf8, 0xdf, 0x77, 0x3f, 0xc0, 0x95, 0xf7, 0x3e, 0x86, 0x8c, 0xdc, 0xfd, 0xd0, 0x70, 0xf0, 0x64, 0xc7, 0xcf, 0x76, 0x8e, 0xdd, 0xe4, 0xb2, 0xda, 0xbb, 0x9c, 0xf1, 0xa5, 0xe0, 0x1b, 0xaf, 0xfa, 0x46, 0xf0, 0xf3, 0x79, 0xd6, 0xce, 0x3d, 0xab, 0x05, 0xd6, 0x84, 0x6a, 0xc3, 0xeb, 0x44, 0x35, 0x1b, 0x86, 0xb5, 0xd3, 0xd6, 0xb2, 0x41, 0xcc, 0xb6, 0x21, 0x7e, 0xc2, 0x0d, 0x5a, 0xfd, 0xf1, 0x5b, 0x5b, 0xe2, 0x44, 0xfd, 0xcc, 0x27, 0xac, 0xcf, 0xbc, 0x23, 0xb0, 0x68, 0xcf, 0x5b, 0x2c, 0x8b, 0x71, 0x42, 0x93, 0x70, 0x95, 0x19, 0x92, 0x8a, 0xf0, 0x2f, 0xb6, 0x47, 0x2f, 0x41, 0xaa, 0x58, 0x02, 0xc7, 0x91, 0xc8, 0xe4, 0xda, 0x40, 0x2c, 0x82, 0xfb, 0xc5, 0xb2, 0x9b, 0x0c, 0x06, 0x42, 0x18, 0xca, 0x61, 0xcf, 0xe0, 0x39, 0x47, 0xd8, 0xb1, 0x86, 0x80, 0x1e, 0x9d, 0xbc, 0x1c, 0xbe, 0xfc, 0xe6, 0x3b, 0x30, 0x6a, 0x24, 0xc4, 0xf4, 0xe5, 0x5b, 0xa0, 0x64, 0xfb, 0xd1, 0xec, 0xb8, 0x14, 0x94, 0x7e, 0xd1, 0xa5, 0x6f, 0xda, 0x8b, 0x5b, 0x63, 0xf0, 0x8d, 0xce, 0xfa, 0x12, 0xf8, 0x53, 0xdd, 0xe1, 0x77, 0xd6, 0xe3, 0x2c, 0xdb, 0x09, 0xa8, 0x56, 0xbc, 0x6e, 0xbd, 0x53, 0x8e, 0x68, 0x24, 0xd8, 0x71, 0xab, 0x51, 0xcc, 0xb6, 0xe6, 0x7e, 0xd2, 0x05, 0xad, 0x71, 0xf4, 0x8e, 0xa7, 0x1a, 0x8e, 0xdf, 0xf6, 0x19, 0x06, 0x28, 0x9d, 0x92, 0xf6, 0xc1, 0xfc, 0x5d, 0x6f, 0x3a, 0x26, 0x92, 0xe0, 0x1f, 0x8a, 0x13, 0x3c, 0x78, 0xb1, 0x2d, 0xda, 0x49, 0x97, 0x4b, 0x20, 0xde, 0x0d, 0x6c, 0xd7, 0x06, 0xf2, 0x63, 0x91, 0x91, 0x08, 0x22, 0x19, 0xf4, 0xc7, 0x24, 0xad, 0x14, 0x4e, 0x31, 0xe4, 0x72, 0xd4, 0x1e, 0x94, 0xc4, 0xe0, 0x5f, 0x90, 0xbd, 0x07, 0xac, 0xb4, 0x55, 0x3b, 0x0e, 0xb3, 0xdf, 0xeb, 0x38, 0x69, 0xa3, 0x06, 0x7a, 0x75, 0xf0, 0x5d, 0x8e, 0x3b, 0x4a, 0x47, 0x1e, 0x3d, 0xfc, 0xce, 0x3a, 0xf0, 0xba, 0x50, 0x8d, 0x66, 0x6c, 0xb9, 0xec, 0xa8, 0xdb, 0x3c, 0xac, 0x61, 0xa7, 0xa4, 0xfd, 0xc0, 0xeb, 0x8a, 0xb9, 0x59, 0x7f, 0xfc, 0x96, 0x92, 0x7e, 0xe2, 0x35, 0x8d, 0x9e, 0x34, 0xc1, 0xa3, 0xcf, 0xd9, 0x06, 0x38, 0x41, 0x94, 0xe7, 0xe3, 0x76, 0xc3, 0x9c, 0xed, 0x57, 0x60, 0xe1, 0xee, 0xab, 0xb0, 0x70, 0xcf, 0x55, 0x98, 0xbd, 0xed, 0x0a, 0x9b, 0xd8, 0x41, 0x8b, 0x5e, 0x82, 0xc1, 0x94, 0xc5, 0x2f, 0xb9, 0x4a, 0xa0, 0xdb, 0x0d, 0x86, 0x89, 0x8e, 0x44, 0x2a, 0xc7, 0x22, 0x81, 0x08, 0x66, 0x32, 0x8c, 0x76, 0x93, 0xc1, 0x44, 0x0a, 0x5d, 0x06, 0xcc, 0x3a, 0xc4, 0x20, 0x8e, 0x5f, 0xb2, 0x09, 0x3c, 0x69, 0xe3, 0xe6, 0x65, 0x41, 0x83, 0x11, 0x29, 0xa6, 0xd0, 0x8b, 0xc1, 0x17, 0x1f, 0x77, 0xf4, 0x17, 0xba, 0xda, 0xf3, 0xbe, 0xdb, 0xaa, 0xef, 0x80, 0xdf, 0x56, 0x1b, 0xaa, 0xd1, 0xb0, 0xb4, 0xb3, 0xac, 0x66, 0x54, 0x3b, 0xaa, 0xe1, 0xec, 0x6d, 0x97, 0xa1, 0xe5, 0x94, 0x3d, 0xc0, 0xeb, 0x8b, 0x39, 0xe5, 0x7f, 0x78, 0x54, 0x7b, 0xf4, 0x89, 0xde, 0xba, 0xa4, 0xc1, 0xf8, 0xad, 0x40, 0x69, 0x8c, 0x5b, 0x65, 0xc2, 0xc6, 0x57, 0x61, 0x01, 0x4e, 0x1c, 0x25, 0x65, 0xc7, 0x9b, 0xb8, 0x3a, 0xd9, 0xe0, 0xe7, 0x51, 0x91, 0xc0, 0x6c, 0x37, 0x30, 0x3c, 0x16, 0xd9, 0xaf, 0x11, 0xdc, 0x77, 0x05, 0x57, 0x19, 0x64, 0x42, 0xc8, 0xa5, 0x70, 0x0f, 0x5d, 0xc8, 0xb6, 0x09, 0x49, 0x62, 0xc7, 0x1a, 0x4f, 0x1a, 0x1d, 0x97, 0x6a, 0x0d, 0x8c, 0x77, 0x40, 0x1f, 0x2c, 0x82, 0x7e, 0xc9, 0x45, 0x13, 0xf0, 0xad, 0xac, 0xfa, 0xc6, 0xf0, 0xf3, 0xd0, 0x3b, 0xca, 0xe6, 0x62, 0xed, 0x78, 0x1d, 0x13, 0x72, 0x5e, 0x85, 0xc6, 0x13, 0xb7, 0x03, 0xaf, 0x73, 0x83, 0x09, 0x5b, 0x17, 0xf9, 0xc9, 0xc7, 0xd6, 0x20, 0x6a, 0x4b, 0xe7, 0x06, 0xd1, 0x5b, 0x80, 0x27, 0x7c, 0xc5, 0x4b, 0x38, 0x61, 0x6f, 0xb2, 0xcc, 0xdf, 0x75, 0x15, 0x82, 0x32, 0xcf, 0xc1, 0xc0, 0x85, 0x67, 0x60, 0xe0, 0xa2, 0x33, 0x38, 0xb1, 0x67, 0x84, 0x12, 0x18, 0x1f, 0x89, 0xf4, 0xbb, 0x81, 0x5c, 0x04, 0xed, 0xd1, 0xc8, 0x6c, 0x57, 0x08, 0x12, 0xc8, 0xe0, 0x2a, 0x84, 0x58, 0x0c, 0x7d, 0x2a, 0xf7, 0x9a, 0x0c, 0xc7, 0x2e, 0x5c, 0x06, 0x6f, 0xda, 0x84, 0x85, 0xd9, 0xea, 0xab, 0xbd, 0x2a, 0xf8, 0xba, 0x55, 0x5f, 0x76, 0xe4, 0x71, 0x87, 0xdf, 0x56, 0x2b, 0xaa, 0x59, 0x30, 0xd6, 0x8e, 0x6a, 0xc8, 0xeb, 0x49, 0x0f, 0x8f, 0x6a, 0x6b, 0x5d, 0x3f, 0x6a, 0x5b, 0xc7, 0x3f, 0x34, 0xfc, 0x8d, 0xa2, 0xb6, 0x3d, 0x86, 0x13, 0x71, 0x93, 0x4f, 0x48, 0xbf, 0x94, 0xc3, 0xec, 0xcc, 0x48, 0xa1, 0xf3, 0x7f, 0xe4, 0xaa, 0x0b, 0x30, 0x60, 0xa1, 0x6d, 0x32, 0x45, 0x12, 0x0c, 0x92, 0x49, 0x20, 0xdc, 0x0d, 0xdc, 0x8f, 0x45, 0xaa, 0x22, 0xe8, 0x65, 0x90, 0x0b, 0x21, 0x96, 0x42, 0x26, 0x49, 0x10, 0xde, 0x47, 0x87, 0xb0, 0x99, 0xe0, 0x6d, 0xdb, 0x71, 0xe4, 0x65, 0x47, 0xbf, 0xdc, 0xa1, 0x57, 0x01, 0xff, 0xbc, 0x09, 0xf8, 0xa2, 0x55, 0xdf, 0x06, 0xff, 0x20, 0x09, 0xfc, 0x14, 0xaa, 0x1d, 0xd5, 0x70, 0xbe, 0xbd, 0xa6, 0x94, 0xbe, 0x29, 0x87, 0xb4, 0x12, 0xdc, 0xa8, 0x33, 0x2e, 0xe7, 0xbf, 0x7f, 0xd8, 0x27, 0xbb, 0x70, 0x02, 0xf6, 0x36, 0x88, 0xde, 0x0c, 0x94, 0xe7, 0xe3, 0x77, 0xc2, 0xec, 0xed, 0x6f, 0xc0, 0xbc, 0x9d, 0x57, 0x30, 0x6f, 0xc2, 0xe4, 0xec, 0xd7, 0x70, 0x02, 0x4f, 0x3b, 0xa2, 0x95, 0x60, 0xa0, 0x5e, 0x02, 0x4b, 0x22, 0x9c, 0x33, 0x11, 0x41, 0x73, 0xb1, 0x6c, 0x26, 0x83, 0x89, 0x10, 0x42, 0x39, 0x34, 0x19, 0x32, 0xff, 0x14, 0x2c, 0xdf, 0x76, 0xd0, 0x6b, 0x01, 0xde, 0xfe, 0xe8, 0x33, 0x53, 0xe8, 0x5d, 0xce, 0xf8, 0x52, 0xf0, 0xcf, 0x29, 0x83, 0xaf, 0x3f, 0xf2, 0x0c, 0x74, 0x83, 0xdf, 0x59, 0xbb, 0xc9, 0xeb, 0x5f, 0x63, 0x35, 0xa5, 0xda, 0xce, 0xc2, 0xeb, 0x81, 0xe7, 0xe3, 0x76, 0x02, 0xaf, 0x7b, 0xfd, 0xa8, 0x2d, 0xbb, 0xfe, 0x98, 0xe7, 0xfe, 0x71, 0x5b, 0x06, 0xd5, 0x8f, 0xa2, 0x09, 0xd8, 0x0c, 0x0d, 0x71, 0x35, 0x98, 0x9c, 0x7d, 0x11, 0x52, 0x70, 0x82, 0x28, 0x33, 0xb6, 0xbc, 0x8e, 0x93, 0x78, 0x1a, 0xfa, 0x2f, 0xc0, 0x09, 0x5c, 0x70, 0x5a, 0x33, 0x99, 0x9e, 0xee, 0x06, 0xae, 0xc7, 0x22, 0xb1, 0x08, 0xe7, 0xdc, 0x44, 0x70, 0xd9, 0x15, 0x24, 0x32, 0xb8, 0x0b, 0xe1, 0x94, 0xc2, 0x4c, 0x8c, 0x21, 0x0b, 0x4e, 0xb1, 0xc7, 0xf6, 0xbd, 0x6d, 0x3f, 0xfc, 0xf4, 0xb3, 0x01, 0xf4, 0x22, 0xf0, 0xcf, 0x19, 0x82, 0xaf, 0x3f, 0xee, 0x58, 0x5d, 0xf5, 0x1d, 0xf5, 0x5a, 0x60, 0xab, 0xe1, 0xa0, 0x45, 0xa7, 0xb1, 0xa6, 0x6f, 0x38, 0xea, 0x4b, 0xb5, 0x6e, 0x38, 0x7e, 0x0b, 0xf0, 0xfa, 0x63, 0xfa, 0xfe, 0xa1, 0xe0, 0xaf, 0x17, 0xb3, 0xed, 0x91, 0xfa, 0x51, 0xb9, 0x37, 0x31, 0x40, 0x19, 0xba, 0xf8, 0x28, 0x5e, 0x30, 0x5d, 0xc6, 0x5c, 0x61, 0x8f, 0xfe, 0x8c, 0x48, 0x7f, 0x09, 0x27, 0xee, 0x94, 0x3d, 0x16, 0x25, 0xb0, 0x2c, 0x82, 0xf8, 0x1a, 0xc1, 0x5d, 0x06, 0xdd, 0xce, 0x60, 0x20, 0x84, 0x9b, 0x14, 0x92, 0x04, 0x2f, 0x39, 0x0f, 0xbf, 0xfd, 0xf6, 0x9b, 0xd7, 0x02, 0xfc, 0x78, 0xeb, 0x17, 0xe9, 0x4a, 0xaf, 0x5f, 0xed, 0x8d, 0x8e, 0x3a, 0x66, 0xe0, 0xeb, 0x57, 0x7d, 0x15, 0xf8, 0x79, 0x1d, 0x47, 0x64, 0xbc, 0xc4, 0x6a, 0x4b, 0x35, 0xa6, 0x5a, 0x0f, 0x5d, 0x74, 0x14, 0x78, 0xfd, 0x31, 0x37, 0x6a, 0x45, 0xee, 0x78, 0xe8, 0x8f, 0xb3, 0xfa, 0x47, 0xe5, 0x66, 0xd7, 0x1f, 0x87, 0x03, 0xc7, 0xb4, 0x8a, 0xdd, 0x05, 0x33, 0xb7, 0xbd, 0x01, 0x73, 0x70, 0x52, 0x28, 0x91, 0xab, 0xce, 0x43, 0x3f, 0x3c, 0x1a, 0xf4, 0x73, 0x08, 0x70, 0xca, 0x3e, 0x91, 0xa7, 0xc5, 0x47, 0xa2, 0xc2, 0x14, 0x41, 0xb2, 0x2b, 0x28, 0xc9, 0xe0, 0x26, 0x85, 0x5c, 0x0e, 0x9e, 0x09, 0x59, 0xaf, 0x43, 0x61, 0xb4, 0xeb, 0x5f, 0xfe, 0x68, 0x01, 0xfa, 0xc2, 0x07, 0x5f, 0x7f, 0xe4, 0xe9, 0xaf, 0x83, 0x9f, 0x6a, 0x49, 0x35, 0x1d, 0x8b, 0xb5, 0xe5, 0x75, 0x9e, 0x85, 0x35, 0x6f, 0x19, 0xbb, 0x03, 0x38, 0x07, 0xf5, 0xc6, 0xe5, 0xae, 0xfa, 0x83, 0x1c, 0x7d, 0x72, 0x1b, 0xd5, 0x1f, 0xb7, 0xe9, 0x37, 0x0c, 0x34, 0x88, 0xda, 0x84, 0x10, 0x9c, 0xc3, 0xb3, 0xbf, 0x6d, 0x52, 0x12, 0x36, 0xbe, 0x86, 0x13, 0x75, 0xd2, 0x1e, 0xfb, 0xc4, 0xe9, 0x25, 0x30, 0xd8, 0x0d, 0xf4, 0xd7, 0x06, 0xce, 0x63, 0x91, 0x5c, 0x84, 0x21, 0x02, 0x18, 0xb4, 0xbb, 0x82, 0x50, 0x06, 0x81, 0x10, 0x86, 0x52, 0x08, 0x24, 0xa1, 0x44, 0xad, 0xb9, 0x54, 0x28, 0x02, 0x9c, 0xbc, 0xf2, 0xb9, 0xe6, 0xb1, 0x7b, 0x01, 0xf4, 0xd2, 0xd5, 0xde, 0x04, 0x7c, 0xb7, 0xe3, 0x8e, 0xe8, 0xac, 0x2f, 0x5a, 0xf5, 0x4f, 0x3b, 0xc1, 0xb7, 0xc3, 0xcf, 0xeb, 0x9a, 0xb8, 0xe9, 0x12, 0xab, 0x35, 0xd5, 0x7c, 0xc2, 0x9a, 0x73, 0x40, 0x1c, 0xd8, 0xf3, 0x5b, 0xbd, 0xe8, 0x9c, 0xc6, 0x77, 0x36, 0xfd, 0x71, 0x71, 0xff, 0x87, 0x03, 0x7d, 0x99, 0x0f, 0xba, 0xf7, 0xdc, 0x03, 0xec, 0xc2, 0x97, 0x42, 0x2b, 0xc2, 0xb0, 0xb4, 0x33, 0xd0, 0x17, 0x27, 0x89, 0xc7, 0x36, 0x71, 0xde, 0xef, 0x06, 0xa6, 0x22, 0x2c, 0x16, 0x8b, 0x60, 0x2c, 0xc3, 0x39, 0x0d, 0x70, 0x72, 0x29, 0xdc, 0xe3, 0x14, 0x21, 0x38, 0xf3, 0x22, 0xfc, 0xfa, 0xab, 0xf7, 0x47, 0x20, 0x7a, 0x43, 0x90, 0x2a, 0xf4, 0xa2, 0x8b, 0x5b, 0x15, 0xf0, 0x3d, 0x5d, 0xf5, 0x29, 0xda, 0x9a, 0x52, 0x8d, 0xa9, 0xd6, 0xbc, 0xee, 0xbd, 0xe6, 0x14, 0x68, 0x24, 0xc8, 0x3d, 0x7d, 0x47, 0xbf, 0x6a, 0xb4, 0xee, 0xd8, 0x9c, 0xa1, 0xf5, 0xc6, 0x6e, 0x04, 0x4a, 0xa3, 0xe8, 0x5c, 0x48, 0xdc, 0xf8, 0x2a, 0x3b, 0xfe, 0xd0, 0x84, 0xd0, 0xf6, 0xd8, 0x67, 0xde, 0x09, 0xe8, 0x3b, 0xef, 0xa4, 0x4e, 0x82, 0x93, 0x72, 0x09, 0x64, 0xbb, 0x81, 0x57, 0x22, 0x98, 0xc8, 0x90, 0xaa, 0x83, 0xcc, 0x4d, 0x0a, 0x57, 0x31, 0xcc, 0x04, 0x79, 0xf7, 0xc6, 0x77, 0x5e, 0xc1, 0xff, 0xe9, 0x57, 0xb6, 0xe3, 0x8f, 0xd1, 0xf1, 0x46, 0xb6, 0xda, 0x7b, 0x0e, 0xbe, 0x7c, 0xd5, 0xef, 0xaf, 0x5b, 0xf5, 0xb5, 0xb5, 0xa4, 0xda, 0x52, 0x8d, 0xa9, 0xd6, 0x54, 0x73, 0xaa, 0x7d, 0xc2, 0xc6, 0x57, 0xa0, 0x21, 0xb2, 0xc0, 0xb9, 0xa8, 0x3b, 0x6e, 0xe3, 0x80, 0x3b, 0xf4, 0xe5, 0x0e, 0x2b, 0xee, 0xad, 0x37, 0x36, 0xe7, 0x03, 0x0c, 0x50, 0x86, 0xe3, 0x85, 0xef, 0xcc, 0xad, 0xaf, 0xb3, 0x4c, 0xcb, 0xbd, 0xc4, 0x26, 0x8b, 0x26, 0xc7, 0x16, 0xb9, 0x04, 0x66, 0xbb, 0x81, 0xb2, 0x08, 0xba, 0x6b, 0x04, 0xab, 0x32, 0x98, 0x49, 0x21, 0x16, 0xc3, 0x3d, 0xb9, 0xa7, 0x3e, 0xf2, 0x4a, 0x80, 0xf9, 0xbb, 0xde, 0x92, 0xf6, 0xcd, 0x1c, 0x7a, 0xd9, 0x19, 0x5f, 0x01, 0x7c, 0xd9, 0xaa, 0x2f, 0x81, 0xbf, 0xcf, 0x3c, 0x67, 0x7d, 0xe9, 0xdf, 0xa8, 0xe6, 0xbc, 0xfe, 0x74, 0x41, 0xcc, 0xb9, 0xa8, 0x3f, 0x36, 0xe7, 0xbd, 0x3b, 0xf2, 0x65, 0x12, 0xf5, 0x22, 0x73, 0x42, 0xf9, 0x20, 0x03, 0x26, 0x6e, 0x85, 0xe9, 0x9b, 0x2f, 0x41, 0xb2, 0x7d, 0x02, 0xe8, 0x6d, 0x8e, 0xbd, 0x71, 0x62, 0x7a, 0x3b, 0x04, 0xb0, 0xa5, 0xef, 0xfc, 0x93, 0xd2, 0x23, 0x51, 0xe1, 0x8b, 0x60, 0x22, 0x83, 0xa2, 0x10, 0xae, 0x62, 0xd8, 0xe5, 0x90, 0x08, 0x42, 0x09, 0x5d, 0x7e, 0x11, 0xbe, 0xf9, 0xfe, 0x67, 0x8f, 0xe0, 0xcf, 0xbf, 0xf8, 0xa9, 0x12, 0xf0, 0x42, 0xe8, 0x8b, 0x0c, 0xfc, 0x53, 0x6e, 0x75, 0xd3, 0xd6, 0x94, 0xd7, 0x39, 0x38, 0xf3, 0x25, 0x56, 0x7b, 0x62, 0x80, 0x58, 0x08, 0x88, 0xd9, 0xe2, 0x90, 0xa0, 0xde, 0xb8, 0x0d, 0xc1, 0x77, 0x14, 0xfc, 0x55, 0xc7, 0xae, 0xbe, 0xbf, 0x5e, 0xe4, 0x86, 0xeb, 0x18, 0xa0, 0x8c, 0x4a, 0x3f, 0x0e, 0x33, 0xb6, 0x5e, 0xc2, 0xbc, 0x0e, 0xb1, 0xeb, 0x5f, 0x81, 0x5e, 0x29, 0xc7, 0xa1, 0x37, 0x45, 0x20, 0x81, 0x74, 0x37, 0x50, 0x3a, 0x16, 0x89, 0x45, 0x10, 0x5d, 0x2c, 0x5b, 0x96, 0x41, 0x23, 0x84, 0xaa, 0x14, 0xb2, 0x2c, 0xdc, 0xfd, 0x16, 0xfc, 0x6a, 0xf1, 0xe1, 0xd0, 0x63, 0x6f, 0xdc, 0x84, 0xa1, 0x69, 0x72, 0xe0, 0xad, 0x41, 0xef, 0x7e, 0x71, 0x2b, 0x02, 0xdf, 0xf8, 0xb8, 0x63, 0xbc, 0xea, 0x6b, 0xe1, 0xa7, 0x5a, 0x53, 0xcd, 0xa7, 0x6c, 0x78, 0x85, 0x31, 0x40, 0x2c, 0x04, 0xa6, 0x1f, 0x03, 0xce, 0x07, 0xe6, 0xe3, 0x3b, 0xea, 0x3b, 0xcb, 0xea, 0x46, 0x6e, 0x08, 0xe7, 0x83, 0x6b, 0x31, 0x71, 0x0b, 0x4c, 0xc7, 0xed, 0x6f, 0xc6, 0x96, 0x4b, 0x6c, 0xe0, 0xf4, 0x51, 0x7b, 0xbd, 0xec, 0x13, 0xd2, 0xdb, 0x40, 0x04, 0xf7, 0xdd, 0xc0, 0xe4, 0x58, 0xa4, 0x2c, 0x82, 0x35, 0x19, 0x0c, 0x85, 0x70, 0x11, 0xc3, 0x29, 0x87, 0x8a, 0x20, 0xf4, 0x96, 0xc2, 0x9f, 0x7e, 0xfe, 0xd5, 0x14, 0x7c, 0xfa, 0x99, 0xec, 0x63, 0xef, 0x2b, 0x00, 0x6f, 0x0e, 0xbd, 0x63, 0xb5, 0xf7, 0x14, 0x7c, 0xd9, 0x59, 0x7f, 0xbe, 0x1c, 0x7c, 0x0e, 0x3f, 0x65, 0x78, 0xfa, 0x19, 0xdb, 0x42, 0x88, 0x2c, 0x4c, 0xdf, 0xfc, 0x1a, 0x3c, 0x87, 0x6c, 0x70, 0x4e, 0xea, 0x47, 0xae, 0x0f, 0xb9, 0x53, 0x5e, 0xea, 0x7c, 0x57, 0xdd, 0xc8, 0xf5, 0xef, 0x62, 0x80, 0x12, 0x94, 0x71, 0x1c, 0x92, 0x70, 0xcb, 0xa3, 0x4c, 0x5c, 0x77, 0x01, 0x7a, 0xce, 0x3d, 0xe6, 0x98, 0x10, 0x33, 0x09, 0xf4, 0xbb, 0x81, 0x8a, 0x08, 0xee, 0x47, 0x23, 0xdd, 0xa3, 0x46, 0x0a, 0x32, 0xb8, 0x0b, 0xf1, 0x92, 0x00, 0x36, 0x05, 0x31, 0x4c, 0x12, 0xbd, 0xe6, 0x55, 0x38, 0x73, 0xf5, 0x0b, 0xb8, 0xf5, 0x8b, 0xbb, 0x08, 0xdf, 0xfe, 0xf8, 0x33, 0x14, 0xbc, 0xf2, 0x29, 0x8c, 0x5b, 0xfd, 0x8a, 0xf0, 0xbe, 0x5d, 0xfa, 0x26, 0x05, 0x5e, 0x0e, 0xbd, 0xfe, 0x51, 0x1d, 0xd7, 0xa3, 0x8e, 0x15, 0xf0, 0xd5, 0xe0, 0xa7, 0x50, 0xed, 0x27, 0xae, 0xbb, 0xe8, 0xe0, 0x21, 0x30, 0xfd, 0x28, 0x70, 0x4e, 0x30, 0x6f, 0xd3, 0x07, 0x23, 0x14, 0xff, 0xb3, 0x7f, 0xf8, 0xfa, 0x5e, 0x75, 0x23, 0x70, 0x40, 0x98, 0x26, 0xe3, 0x73, 0x61, 0xea, 0xa6, 0x57, 0x99, 0xed, 0x74, 0xee, 0x1b, 0x92, 0x7a, 0x8a, 0x4d, 0x82, 0x4d, 0x02, 0x6f, 0x45, 0x38, 0x65, 0x59, 0x04, 0xb7, 0x5d, 0x41, 0x51, 0x06, 0x87, 0x10, 0x0a, 0x52, 0x18, 0x45, 0xb6, 0x72, 0x07, 0x2e, 0x39, 0xc7, 0xde, 0x59, 0x45, 0x6f, 0x2d, 0x5c, 0xb8, 0xe7, 0x2d, 0x3c, 0x2a, 0xbc, 0xce, 0x76, 0x09, 0x19, 0xec, 0xc6, 0xc0, 0x9b, 0x41, 0xef, 0x09, 0xf8, 0xa7, 0xbc, 0x02, 0x9f, 0x6a, 0xcd, 0xeb, 0x3e, 0x14, 0x19, 0x20, 0x16, 0x88, 0x09, 0x62, 0xa3, 0x69, 0xf4, 0x26, 0xe0, 0xbc, 0xd4, 0x09, 0xdf, 0xd0, 0xa3, 0xf8, 0x0b, 0x10, 0x91, 0x7d, 0xba, 0x6e, 0x44, 0x36, 0x50, 0x86, 0x2c, 0x38, 0x8c, 0x57, 0xff, 0x08, 0x3f, 0x26, 0x06, 0x57, 0xff, 0x1e, 0x73, 0x8f, 0x3a, 0x26, 0xc2, 0x29, 0x82, 0xaa, 0x04, 0xee, 0x0f, 0x99, 0x1a, 0x8b, 0x60, 0x74, 0x3c, 0x32, 0x96, 0x41, 0x45, 0x08, 0x37, 0x31, 0xdc, 0xe4, 0xf0, 0x22, 0x8b, 0x54, 0x41, 0x17, 0x00, 0xaf, 0x08, 0xbd, 0xe8, 0x98, 0xa3, 0x02, 0x7e, 0x5f, 0x1d, 0xf8, 0x2a, 0xab, 0xbe, 0x36, 0xc4, 0xc0, 0xc4, 0xec, 0x0b, 0x8c, 0x09, 0x62, 0x63, 0xd0, 0x82, 0x83, 0xc0, 0x79, 0xa9, 0x1b, 0x9e, 0x7d, 0xaa, 0x78, 0x3f, 0xeb, 0x1b, 0xb6, 0xbe, 0x26, 0x1f, 0x4c, 0x83, 0x71, 0x1b, 0x70, 0x25, 0xbb, 0x00, 0x53, 0x71, 0x90, 0x94, 0xe1, 0x69, 0xa7, 0xa0, 0xc7, 0x9c, 0xa3, 0x6c, 0x02, 0x7a, 0xb8, 0x49, 0x60, 0x51, 0x84, 0xf9, 0x06, 0x47, 0x23, 0xb3, 0x5d, 0x41, 0x55, 0x06, 0xa1, 0x10, 0x67, 0x14, 0x81, 0x2c, 0xca, 0x9c, 0x31, 0x05, 0x5e, 0x0d, 0x7a, 0xf9, 0x6a, 0x2f, 0x3a, 0xea, 0xe8, 0xcf, 0xf9, 0x56, 0x56, 0x7d, 0x1b, 0xf8, 0x36, 0xf8, 0x89, 0x01, 0x62, 0x81, 0x73, 0x11, 0x87, 0x8c, 0x34, 0x18, 0xbb, 0xc1, 0x21, 0x41, 0xed, 0x88, 0xec, 0x1a, 0xc5, 0xf7, 0xe2, 0x37, 0x6c, 0x5d, 0x7a, 0x9d, 0xf0, 0x75, 0x40, 0xe9, 0x96, 0xbc, 0x17, 0x12, 0x71, 0x8b, 0xa3, 0x6d, 0x6e, 0xf2, 0xfa, 0x0b, 0xd0, 0x1d, 0x07, 0x4e, 0x71, 0x4a, 0x20, 0xda, 0x0d, 0x8a, 0x5a, 0x04, 0x15, 0x19, 0x0c, 0x84, 0xd0, 0x49, 0xe1, 0x2e, 0xc7, 0x99, 0x42, 0x03, 0x7c, 0xd0, 0x22, 0xf1, 0x7d, 0xc9, 0xfa, 0x25, 0x04, 0xde, 0x00, 0xfa, 0xdb, 0x05, 0x3e, 0x5f, 0xf5, 0x39, 0xfc, 0x9c, 0x81, 0xd8, 0xf5, 0x17, 0x19, 0x1b, 0xc4, 0x48, 0xd7, 0x19, 0x7b, 0x81, 0x73, 0x53, 0x27, 0x62, 0x6d, 0xf1, 0x7c, 0xe7, 0x18, 0x3d, 0xf4, 0x59, 0x27, 0x7c, 0xed, 0xd7, 0x18, 0xa0, 0x44, 0xae, 0x3c, 0xcd, 0x06, 0x47, 0x09, 0xca, 0x3c, 0x8d, 0x03, 0x3f, 0xe2, 0x2a, 0x81, 0x64, 0x37, 0xe8, 0xa9, 0x93, 0xc0, 0xf3, 0xa3, 0x91, 0x46, 0x04, 0x05, 0x19, 0xfa, 0x4b, 0x65, 0x38, 0x6d, 0x87, 0xcb, 0x40, 0x0a, 0x05, 0x49, 0x94, 0xa2, 0x78, 0xfb, 0x03, 0x8c, 0x80, 0x77, 0x3b, 0xd3, 0x9b, 0x41, 0x2f, 0x01, 0x7f, 0x9e, 0x55, 0xf0, 0x8f, 0xb3, 0xda, 0xc9, 0x56, 0x7d, 0x0e, 0xbf, 0x2d, 0x47, 0x90, 0x89, 0x33, 0x0e, 0x3e, 0x22, 0x56, 0x9c, 0x06, 0xce, 0x0d, 0xe6, 0xab, 0x5a, 0x23, 0x32, 0x8a, 0xdf, 0x43, 0xa2, 0x75, 0x43, 0xd7, 0x0e, 0xa8, 0x13, 0x86, 0x03, 0xc0, 0xb4, 0x98, 0x98, 0xcb, 0x9e, 0xf2, 0xa6, 0xc4, 0xe7, 0xd0, 0xe3, 0xfe, 0x47, 0xa1, 0x1b, 0x13, 0xe0, 0x88, 0xbb, 0x08, 0x8a, 0xbb, 0x81, 0x8a, 0x08, 0xa2, 0x8b, 0x65, 0xd9, 0xae, 0xe0, 0x2e, 0x83, 0x40, 0x08, 0x43, 0x29, 0x3c, 0x94, 0xa3, 0x90, 0x20, 0x97, 0xaf, 0xf0, 0xa7, 0xdd, 0xc6, 0xa5, 0x0c, 0xbd, 0xe0, 0xe2, 0x56, 0x05, 0x7c, 0x95, 0x55, 0x9f, 0x83, 0x4f, 0x21, 0x16, 0x7a, 0xe2, 0xbf, 0x11, 0x1b, 0x8c, 0x13, 0xfc, 0x93, 0x98, 0xe1, 0xfc, 0xd4, 0x0d, 0xcf, 0xea, 0x53, 0x0c, 0x05, 0x58, 0xb3, 0xab, 0x4e, 0x58, 0x16, 0x50, 0x06, 0xcf, 0x3f, 0x00, 0xf1, 0x04, 0x3f, 0x26, 0x7c, 0xe5, 0x59, 0xe8, 0x36, 0xfb, 0x88, 0x23, 0x42, 0x09, 0x64, 0xbb, 0x81, 0x37, 0x22, 0xa8, 0xc8, 0x60, 0x51, 0x08, 0x75, 0x29, 0x8a, 0x28, 0x42, 0xd8, 0x0d, 0x80, 0x57, 0x84, 0xde, 0xb6, 0xda, 0x17, 0x16, 0xf8, 0xf2, 0x55, 0x9f, 0xc1, 0xaf, 0x61, 0x21, 0x62, 0xd5, 0x59, 0x07, 0x27, 0x83, 0x90, 0x19, 0xce, 0x0f, 0x66, 0x5b, 0xb1, 0x82, 0xbf, 0xf1, 0xa8, 0xb5, 0xff, 0xc4, 0x4e, 0xff, 0xc4, 0x3a, 0x1f, 0x9e, 0x05, 0xe3, 0xb3, 0x5e, 0x86, 0xb8, 0x1c, 0xdb, 0xea, 0x3f, 0x70, 0xd1, 0x71, 0xe8, 0x3a, 0xfb, 0x30, 0x0e, 0xf8, 0x70, 0x91, 0x8b, 0x60, 0x65, 0x57, 0x70, 0xca, 0x60, 0x45, 0x88, 0x53, 0x12, 0x00, 0x75, 0x82, 0x68, 0xa3, 0x00, 0xb5, 0x36, 0xfd, 0x4d, 0x73, 0xca, 0x12, 0xf0, 0x52, 0xe8, 0xcd, 0x56, 0xfb, 0x22, 0x04, 0x9f, 0x58, 0x20, 0x26, 0x06, 0x2d, 0x3e, 0xc1, 0x18, 0x21, 0x56, 0xa2, 0xd7, 0x9c, 0x65, 0xec, 0xd8, 0x05, 0xf8, 0x89, 0x98, 0x2a, 0x36, 0x02, 0xd4, 0x0e, 0xcb, 0x1a, 0x52, 0x3b, 0x74, 0x0d, 0x50, 0x5e, 0x98, 0xb2, 0x19, 0xa6, 0x6c, 0xb8, 0xc8, 0x32, 0x29, 0xfb, 0x02, 0xfb, 0x56, 0x97, 0xae, 0xb3, 0x9d, 0x71, 0x99, 0x08, 0x93, 0x63, 0x91, 0x65, 0x11, 0x0c, 0x77, 0x05, 0x63, 0x19, 0x84, 0xbb, 0x83, 0x4e, 0x08, 0x63, 0x31, 0xd4, 0x25, 0xb1, 0x02, 0xb7, 0x14, 0x74, 0x21, 0xf0, 0xa7, 0x0c, 0x81, 0x97, 0x41, 0x2f, 0x5a, 0xed, 0x2d, 0x83, 0x6f, 0x70, 0xdc, 0xd1, 0xd6, 0xdc, 0x85, 0x05, 0x64, 0x83, 0x18, 0xe1, 0xbc, 0x3c, 0x3f, 0x69, 0x33, 0x70, 0x8e, 0x30, 0xc5, 0xe7, 0x55, 0xa2, 0xd8, 0xd9, 0x2d, 0xbc, 0xe3, 0xb4, 0x95, 0xc5, 0x6e, 0xb8, 0xc0, 0x1e, 0x02, 0x0d, 0x59, 0x76, 0x06, 0x5e, 0x9c, 0x75, 0x08, 0x83, 0x03, 0x9e, 0xa5, 0x95, 0xc0, 0xca, 0x6e, 0xe0, 0x9d, 0x08, 0x46, 0x32, 0x98, 0x09, 0x21, 0x95, 0x42, 0x22, 0x86, 0x75, 0x51, 0x0c, 0xc0, 0x36, 0x05, 0xdd, 0x1c, 0x76, 0x27, 0xf0, 0x26, 0xd0, 0x1b, 0xae, 0xf6, 0x6a, 0xe0, 0xab, 0xae, 0xfa, 0x2c, 0xc8, 0xc2, 0x8b, 0x2c, 0x87, 0x18, 0x23, 0xc4, 0x0a, 0x31, 0x33, 0x70, 0x5e, 0x81, 0x53, 0x80, 0x31, 0x6b, 0x36, 0x16, 0x0b, 0xf8, 0xe9, 0x4b, 0x2d, 0x6a, 0x87, 0xae, 0xfe, 0x06, 0x03, 0x94, 0x71, 0xab, 0xcf, 0x40, 0xec, 0xfa, 0x0b, 0x2c, 0x03, 0x16, 0x1e, 0xb3, 0x0b, 0x60, 0x4b, 0xd7, 0x22, 0x10, 0xa1, 0x70, 0x64, 0x50, 0x17, 0xc2, 0xf0, 0xf8, 0x54, 0x24, 0x39, 0xa9, 0x04, 0xba, 0x0a, 0xf0, 0x32, 0xe8, 0x55, 0x57, 0xfb, 0xc2, 0x00, 0xbf, 0xab, 0x1d, 0x7c, 0x1e, 0x62, 0x84, 0xf3, 0x32, 0x76, 0xe5, 0x19, 0xe0, 0x1c, 0x61, 0xbe, 0xae, 0x35, 0x22, 0xe3, 0x2f, 0x3e, 0x2f, 0x40, 0xcd, 0xd1, 0xab, 0x5b, 0xd4, 0x1e, 0x83, 0x1d, 0xc6, 0x04, 0x44, 0x6f, 0x80, 0xc9, 0xeb, 0xcf, 0xb3, 0x4c, 0x5c, 0x77, 0x9e, 0x0d, 0xb0, 0x8b, 0x66, 0xb0, 0xa2, 0xdd, 0x40, 0x45, 0x84, 0xee, 0x5e, 0x88, 0x60, 0x24, 0x83, 0xb1, 0x10, 0xc6, 0x17, 0xd3, 0xde, 0xa6, 0xfb, 0xcc, 0x03, 0xd0, 0x34, 0x2c, 0x13, 0xaa, 0x0d, 0x48, 0x84, 0x4a, 0xbd, 0x63, 0xa1, 0xc6, 0xe0, 0x19, 0xd0, 0x6a, 0x7c, 0x36, 0xf4, 0x99, 0x7f, 0x42, 0xfd, 0x76, 0x4c, 0x60, 0x77, 0x03, 0xde, 0x14, 0x7a, 0x75, 0xf0, 0xbb, 0x5b, 0x01, 0x5f, 0xb7, 0xea, 0xf3, 0x70, 0x36, 0x88, 0x15, 0xce, 0x4d, 0xb3, 0xe8, 0xf5, 0xc0, 0x79, 0xaa, 0x19, 0xb2, 0xa6, 0x89, 0xef, 0x1f, 0x7f, 0xc6, 0xac, 0x4c, 0xae, 0x3d, 0x66, 0x15, 0x50, 0xba, 0x27, 0xef, 0xc6, 0x33, 0xdd, 0x79, 0x96, 0x31, 0xcb, 0xcf, 0x40, 0x97, 0x99, 0x07, 0xed, 0x51, 0x15, 0xe1, 0x88, 0x9a, 0x08, 0x85, 0x25, 0x83, 0x65, 0x21, 0x74, 0xbb, 0x85, 0x07, 0x72, 0xf4, 0xc1, 0xfb, 0x6c, 0x12, 0x9a, 0x01, 0xa5, 0x3a, 0x8e, 0x11, 0x7e, 0x07, 0x40, 0xb5, 0x01, 0x53, 0xa1, 0x17, 0x8e, 0xcb, 0x1d, 0xf2, 0x93, 0x4a, 0x7d, 0x33, 0x02, 0xde, 0x5b, 0xe8, 0xd5, 0xc0, 0x3f, 0xa2, 0x04, 0x3e, 0x63, 0xc2, 0xce, 0x47, 0xe8, 0x8a, 0x33, 0x0e, 0x6e, 0xba, 0x26, 0xed, 0x06, 0xce, 0x13, 0xb2, 0x35, 0xd5, 0xf7, 0x77, 0x80, 0x31, 0xab, 0x8e, 0xd7, 0x1a, 0xb3, 0x12, 0x28, 0x23, 0xd3, 0x8e, 0xc0, 0xc4, 0xec, 0x73, 0x6c, 0x20, 0x83, 0x17, 0x1f, 0x87, 0xce, 0x0e, 0x01, 0xec, 0x12, 0xcc, 0xd4, 0x4b, 0xe0, 0x7e, 0x2c, 0x32, 0x16, 0xc1, 0xfa, 0xf1, 0xc8, 0x48, 0x06, 0x15, 0x21, 0xd4, 0xa5, 0x30, 0x96, 0x85, 0x6e, 0xfb, 0xb9, 0x71, 0x59, 0x50, 0xbe, 0xfb, 0x78, 0xd3, 0x2f, 0xc2, 0xa8, 0x35, 0x74, 0xa6, 0x67, 0xb0, 0x2b, 0x03, 0x2f, 0x87, 0x5e, 0xf5, 0x98, 0xa3, 0x02, 0xbe, 0xfe, 0xb8, 0xf3, 0xa2, 0x03, 0x7c, 0x27, 0xfc, 0xc4, 0xc8, 0x90, 0xd4, 0x13, 0x8c, 0x19, 0x62, 0x67, 0x44, 0xea, 0x61, 0xe0, 0x3c, 0xa1, 0x00, 0x87, 0x7d, 0x1a, 0xfe, 0xb2, 0x21, 0x0b, 0xee, 0xa9, 0x15, 0xb2, 0xf2, 0x47, 0x0c, 0xeb, 0xf0, 0xb8, 0xd5, 0x2f, 0x41, 0xcc, 0xba, 0x73, 0x2c, 0x3d, 0xe6, 0x1c, 0x62, 0x83, 0xe3, 0x31, 0xde, 0x0d, 0x64, 0x22, 0x1c, 0x36, 0x15, 0xc1, 0xaa, 0x0c, 0xb6, 0x67, 0x9a, 0x2d, 0x08, 0x21, 0x91, 0x42, 0x55, 0x8e, 0xde, 0x78, 0x5f, 0x01, 0x11, 0x2b, 0xe0, 0x99, 0x17, 0xa3, 0x5c, 0x20, 0xaf, 0xdd, 0x6f, 0x02, 0xcc, 0x5c, 0xb5, 0x1d, 0x8e, 0x9e, 0xbf, 0x0c, 0xaf, 0x5c, 0x7d, 0x0f, 0xf2, 0x4f, 0x5e, 0x84, 0x31, 0xb3, 0x56, 0x40, 0xa9, 0xf6, 0xa3, 0xd9, 0xbf, 0xb7, 0x8d, 0xdd, 0x2c, 0x87, 0x5c, 0x02, 0xbb, 0x29, 0xf0, 0x1e, 0x43, 0x6f, 0x04, 0xfe, 0x61, 0x35, 0xf0, 0x67, 0xb9, 0x83, 0xcf, 0xd3, 0x73, 0xee, 0x61, 0x07, 0x37, 0x74, 0x0d, 0xc9, 0x78, 0xb2, 0xe5, 0x07, 0xba, 0xc6, 0xf4, 0x59, 0x01, 0x6a, 0x85, 0x2e, 0x6b, 0x5c, 0x2b, 0x64, 0x05, 0x50, 0xe8, 0xec, 0x36, 0xc1, 0x3e, 0x88, 0xa8, 0x35, 0x67, 0xa1, 0x53, 0xf2, 0x01, 0x96, 0xce, 0x94, 0x42, 0x16, 0xa1, 0x9b, 0x99, 0x08, 0xaa, 0x32, 0x38, 0x76, 0x87, 0x63, 0x06, 0xe0, 0x18, 0x88, 0x61, 0x22, 0x48, 0xab, 0x98, 0xf5, 0xb8, 0xe2, 0x47, 0xbb, 0x80, 0x5f, 0xa6, 0xd3, 0x18, 0x98, 0xb3, 0x66, 0x27, 0xfc, 0xf8, 0xd3, 0x2d, 0xe1, 0x1b, 0x60, 0x0e, 0xbf, 0xfc, 0x3a, 0x3c, 0xfb, 0x62, 0x38, 0xd4, 0x18, 0x94, 0x64, 0x78, 0x9f, 0xbd, 0x4c, 0x73, 0xcc, 0x70, 0x95, 0x97, 0x41, 0x2f, 0x3d, 0xe6, 0x14, 0x01, 0xf8, 0x9d, 0xed, 0x8c, 0x50, 0xa2, 0xd6, 0xbc, 0xcc, 0xd8, 0x21, 0x86, 0x88, 0x25, 0xce, 0x55, 0xcd, 0x90, 0x15, 0xf5, 0x7d, 0x57, 0x80, 0x31, 0x2b, 0x22, 0x78, 0x47, 0x3b, 0x4d, 0xdd, 0x01, 0x13, 0xd6, 0xbe, 0xcc, 0x12, 0xbc, 0xf4, 0xb4, 0x63, 0x60, 0x4e, 0x11, 0x0e, 0x16, 0xbe, 0x08, 0x2a, 0xbb, 0x82, 0x8b, 0x0c, 0xe6, 0x42, 0x58, 0x91, 0x42, 0x26, 0x48, 0xa7, 0xc4, 0x5d, 0x50, 0xa5, 0x6f, 0x9c, 0x0b, 0xf8, 0x65, 0x11, 0xfc, 0xa8, 0xf9, 0x59, 0xf0, 0xf6, 0x47, 0x37, 0x94, 0x3e, 0xfc, 0xb6, 0x34, 0x5e, 0x23, 0xe8, 0x5f, 0x2e, 0xee, 0x0d, 0xec, 0x6e, 0xc0, 0x2b, 0x40, 0x2f, 0x3a, 0xe6, 0x14, 0x0e, 0xf8, 0x07, 0xdd, 0xf8, 0x20, 0x66, 0x38, 0x3f, 0x9d, 0xa6, 0x6e, 0xd7, 0x0a, 0x10, 0xe6, 0xbb, 0x02, 0x8c, 0x5e, 0xbe, 0x0a, 0x03, 0x94, 0xfe, 0x73, 0xf7, 0xb1, 0x67, 0x80, 0x29, 0x83, 0x17, 0x1f, 0x83, 0x8e, 0xc9, 0x05, 0x02, 0x09, 0xac, 0x8b, 0x20, 0xba, 0x58, 0x2e, 0x4c, 0x19, 0x54, 0x84, 0x70, 0x3d, 0x3a, 0xc9, 0xa1, 0xec, 0x81, 0x7d, 0x6a, 0x10, 0xbc, 0x88, 0x7d, 0x95, 0x91, 0x16, 0xfc, 0xb8, 0x8c, 0x8d, 0xf0, 0xf1, 0x67, 0x5f, 0x58, 0x7a, 0x0f, 0x70, 0x9f, 0x98, 0x05, 0xd0, 0x79, 0x7a, 0x9e, 0x18, 0xf4, 0x14, 0xb5, 0x3e, 0xf7, 0x28, 0x2a, 0xe8, 0x25, 0x17, 0xb7, 0x2a, 0xe0, 0x77, 0xd6, 0x31, 0x41, 0x21, 0x56, 0x88, 0x19, 0xce, 0x0f, 0xb1, 0xc4, 0xb9, 0xaa, 0x3d, 0x7a, 0xf9, 0x72, 0x5f, 0x16, 0xe0, 0x7c, 0x4d, 0xec, 0x24, 0x25, 0x30, 0xfd, 0x08, 0x44, 0x63, 0xe7, 0x29, 0xbd, 0x53, 0x0e, 0x43, 0xc7, 0x19, 0x05, 0xb6, 0x08, 0x06, 0xac, 0x3f, 0x16, 0x59, 0x12, 0x41, 0x61, 0x57, 0x70, 0x97, 0x41, 0x55, 0x08, 0x8b, 0x52, 0x68, 0xd2, 0x7a, 0xf2, 0x26, 0x28, 0xd7, 0xcd, 0xf5, 0xb8, 0x33, 0x6a, 0xfa, 0x52, 0x78, 0xf7, 0xe3, 0xcf, 0x3c, 0xfa, 0x04, 0x88, 0x3c, 0xbc, 0x26, 0x68, 0x1f, 0xbf, 0x43, 0xf9, 0xfe, 0x85, 0xb0, 0x2b, 0x02, 0x2f, 0x86, 0xde, 0x68, 0xb5, 0xb7, 0x08, 0xfe, 0x4c, 0x19, 0xf8, 0x07, 0x1c, 0x9c, 0xf4, 0x99, 0x77, 0xd8, 0xc1, 0x0f, 0xb1, 0xc4, 0xb9, 0xc2, 0xbc, 0xe4, 0xa3, 0xef, 0xfd, 0x8d, 0xbb, 0xab, 0x66, 0xf0, 0xb2, 0x1f, 0x31, 0xd8, 0xc9, 0x65, 0x10, 0xb1, 0xea, 0x34, 0x7b, 0x3d, 0x47, 0x74, 0xd6, 0x59, 0x1c, 0xf0, 0x01, 0xe8, 0xc0, 0x05, 0xf0, 0x46, 0x84, 0x99, 0x22, 0x11, 0xac, 0xed, 0x0a, 0xee, 0xd7, 0x0c, 0x47, 0x74, 0x20, 0xe8, 0x84, 0x10, 0x4a, 0x21, 0x17, 0xa3, 0x3b, 0xde, 0x67, 0xc3, 0x20, 0x5c, 0xf5, 0xdb, 0x39, 0x57, 0xfd, 0xd6, 0xa3, 0xa7, 0xc3, 0x99, 0x4b, 0x6f, 0x79, 0xf5, 0xf9, 0x3f, 0xdf, 0xfd, 0xf0, 0x13, 0x74, 0x9e, 0xba, 0x5b, 0x1d, 0xf4, 0xb9, 0xee, 0xe3, 0xe8, 0x6e, 0xb4, 0xca, 0xab, 0x42, 0x6f, 0xb0, 0xda, 0xcb, 0x1e, 0xd5, 0xb1, 0x02, 0x3e, 0x85, 0x58, 0xe9, 0x32, 0xeb, 0x20, 0x63, 0x87, 0x18, 0xa2, 0x97, 0xd2, 0x33, 0xae, 0x6c, 0xf9, 0xde, 0x27, 0xdf, 0x2b, 0x5c, 0x2d, 0x78, 0x49, 0xb9, 0x9a, 0xc1, 0x4b, 0x81, 0xd2, 0x28, 0x72, 0x35, 0x8c, 0xc3, 0x8e, 0x53, 0x22, 0x56, 0x9e, 0xc1, 0x01, 0xed, 0xb7, 0xa7, 0xa0, 0xd0, 0x44, 0xb0, 0xb2, 0x2b, 0x58, 0x93, 0xe1, 0x88, 0x00, 0x14, 0x81, 0x14, 0x02, 0x31, 0xda, 0xc6, 0x6d, 0x83, 0xf2, 0x3d, 0x26, 0x38, 0xc0, 0xa7, 0x8b, 0xd7, 0xf4, 0x4d, 0xfb, 0xe0, 0xe7, 0x5f, 0x7e, 0x2d, 0x94, 0xcf, 0x00, 0x0d, 0x5e, 0x72, 0x52, 0x09, 0x74, 0x31, 0xec, 0x82, 0x55, 0xde, 0x22, 0xf4, 0xe6, 0xab, 0xbd, 0xf7, 0xe0, 0xdb, 0x62, 0xe3, 0x25, 0x72, 0xd5, 0x19, 0x07, 0x47, 0x8d, 0x22, 0x56, 0x03, 0xe7, 0xab, 0xce, 0xa8, 0xe5, 0xa5, 0x7d, 0xf0, 0x19, 0xe0, 0x25, 0x2f, 0xf0, 0x0e, 0xb6, 0x9c, 0x98, 0xc3, 0x1e, 0xbe, 0xa2, 0x87, 0x41, 0x83, 0x97, 0x9e, 0x82, 0xf6, 0x49, 0x38, 0xa0, 0x24, 0x57, 0x09, 0x94, 0x45, 0x90, 0x5e, 0x23, 0x18, 0x1d, 0x8f, 0x8c, 0x65, 0x30, 0x14, 0x42, 0x2a, 0xc5, 0x11, 0x09, 0x54, 0x08, 0x1c, 0xfe, 0x4e, 0xd3, 0xb0, 0xa5, 0x78, 0xd6, 0x0f, 0x71, 0xc0, 0x4f, 0x67, 0xf6, 0x0f, 0xae, 0xdf, 0x84, 0xc2, 0x6c, 0xd1, 0x6b, 0xce, 0x2b, 0x40, 0x7e, 0x54, 0xd8, 0x77, 0x39, 0xec, 0x12, 0xe0, 0x4d, 0xa0, 0x17, 0x1d, 0x73, 0xd4, 0xcf, 0xf8, 0x32, 0xf0, 0xed, 0xf0, 0x23, 0x2b, 0xc4, 0xcc, 0x68, 0x64, 0x87, 0x18, 0x22, 0x96, 0x9e, 0x8b, 0x59, 0xef, 0x10, 0xa0, 0xe6, 0xe8, 0xcc, 0x16, 0xbe, 0x27, 0x40, 0xd0, 0xd2, 0x91, 0x35, 0x83, 0x32, 0x81, 0xd2, 0x21, 0x7e, 0x0b, 0x8c, 0xc5, 0x4e, 0x53, 0x86, 0xa7, 0x1f, 0x67, 0x83, 0xe1, 0xd1, 0x8b, 0xd0, 0x51, 0x41, 0x04, 0xef, 0x76, 0x05, 0x9d, 0x0c, 0x9e, 0x08, 0x61, 0x20, 0x45, 0xe7, 0x19, 0xfb, 0xa0, 0xda, 0xc0, 0x69, 0x0e, 0xf0, 0xcb, 0x77, 0x09, 0x83, 0xd4, 0x8d, 0xf9, 0x96, 0x3f, 0xe8, 0x4a, 0xa5, 0x85, 0xad, 0x78, 0xd9, 0x10, 0x72, 0x35, 0xd8, 0xcd, 0x81, 0x57, 0x83, 0xde, 0xda, 0x6a, 0x2f, 0x02, 0xbf, 0xa3, 0x04, 0x7c, 0x9e, 0x11, 0xc8, 0x0e, 0xe7, 0xa8, 0x7d, 0xdc, 0x66, 0xe0, 0x7c, 0xd5, 0x08, 0xca, 0x1c, 0xea, 0x73, 0x02, 0xd4, 0x08, 0x5e, 0x32, 0xbd, 0x86, 0xad, 0x73, 0xd0, 0x35, 0x69, 0x17, 0xdb, 0xbe, 0x28, 0x03, 0x17, 0x1f, 0x85, 0x76, 0x49, 0xfb, 0x70, 0x40, 0xfb, 0x0c, 0x45, 0xe8, 0x50, 0x28, 0x22, 0xa8, 0xc8, 0x60, 0x45, 0x08, 0x63, 0x29, 0x5a, 0x4f, 0xca, 0x85, 0x67, 0x5e, 0x1c, 0xeb, 0x80, 0xbf, 0x43, 0x58, 0x32, 0x5c, 0xfb, 0xe0, 0x3a, 0x14, 0x45, 0xa3, 0x2f, 0xd2, 0x18, 0xb0, 0xf0, 0xb8, 0x05, 0xc8, 0x9d, 0xb0, 0x7b, 0x03, 0xbc, 0x0c, 0x7a, 0x6f, 0xc0, 0xef, 0x60, 0x02, 0x3e, 0xb1, 0x42, 0xcc, 0x0c, 0x42, 0x76, 0x38, 0x47, 0x5d, 0x93, 0x76, 0x00, 0xe7, 0xab, 0x7a, 0x50, 0xa6, 0xef, 0xbd, 0x24, 0xa2, 0x46, 0xd0, 0x92, 0x55, 0x18, 0xa0, 0xf4, 0x9d, 0x93, 0xc7, 0x2e, 0x82, 0x23, 0xb0, 0xe3, 0x7d, 0xf1, 0x6a, 0xbe, 0xdd, 0x74, 0xdb, 0x80, 0xda, 0xe9, 0x24, 0x50, 0x13, 0xa1, 0x40, 0x38, 0xa9, 0x56, 0x65, 0xf0, 0x56, 0x08, 0xad, 0x18, 0x5d, 0xf1, 0x77, 0x1a, 0x8c, 0x4e, 0x73, 0x3c, 0xbc, 0x49, 0x7f, 0x26, 0x64, 0xe6, 0x7a, 0xfc, 0x55, 0xa7, 0x2a, 0xed, 0xdd, 0x1b, 0xdf, 0x7a, 0x0e, 0xba, 0x27, 0xc0, 0x7b, 0x09, 0x3d, 0x7f, 0x38, 0xd3, 0x1a, 0xf8, 0xfb, 0x1d, 0x9c, 0x10, 0x33, 0xc4, 0x0e, 0x31, 0x44, 0x2c, 0xf5, 0x41, 0xa6, 0x38, 0x5f, 0x35, 0x83, 0x96, 0xac, 0xf0, 0x45, 0x01, 0x76, 0xd5, 0x18, 0x85, 0x1d, 0xc4, 0x0c, 0x9a, 0x57, 0x00, 0xe1, 0x78, 0xe5, 0x4e, 0xe9, 0x3e, 0xf7, 0x80, 0x4d, 0x00, 0x1e, 0x53, 0x11, 0x3c, 0x3c, 0x1e, 0x25, 0x1f, 0x34, 0x91, 0x41, 0x75, 0x77, 0x38, 0x64, 0x87, 0x43, 0x27, 0x85, 0x5d, 0x8c, 0x4e, 0xd3, 0xf3, 0xa1, 0x4a, 0xbf, 0x44, 0xc7, 0xaa, 0x5f, 0xa3, 0x77, 0x34, 0xec, 0x3f, 0xfd, 0x2a, 0x14, 0x75, 0x5b, 0x7f, 0xec, 0x1d, 0x73, 0xc0, 0x05, 0xa0, 0x3b, 0x61, 0x3f, 0x6c, 0x38, 0x66, 0x19, 0xf0, 0x62, 0xe8, 0xbd, 0x38, 0xe6, 0x28, 0x80, 0xcf, 0xd3, 0x63, 0xee, 0x41, 0x07, 0x47, 0x03, 0xe6, 0xed, 0x07, 0xce, 0x57, 0x8d, 0x51, 0x19, 0xdb, 0x7d, 0x4e, 0x80, 0xea, 0xa3, 0x32, 0x4e, 0x61, 0xc7, 0xa8, 0x73, 0x30, 0x6c, 0xd1, 0x41, 0x3c, 0xaf, 0x62, 0xc7, 0x31, 0x5d, 0x67, 0x17, 0x40, 0x5b, 0x84, 0x86, 0x22, 0x16, 0x61, 0x9f, 0x07, 0x22, 0x58, 0x97, 0x41, 0xba, 0x3b, 0x28, 0xed, 0x10, 0xb6, 0x3c, 0x1f, 0xb3, 0x11, 0xca, 0x76, 0x89, 0x74, 0xc0, 0xdf, 0x3d, 0x3a, 0x05, 0x3e, 0xfe, 0xec, 0x4b, 0xb8, 0x1d, 0x8d, 0xde, 0x4b, 0x6d, 0x04, 0xb9, 0x2a, 0xe8, 0xe2, 0x15, 0xde, 0x64, 0x95, 0x57, 0x81, 0x3e, 0xb9, 0xc0, 0x03, 0xf0, 0xf7, 0x09, 0xc1, 0xe7, 0xbc, 0x74, 0x9d, 0x7d, 0x80, 0x31, 0x44, 0x2c, 0x0d, 0x45, 0xa6, 0x38, 0x5f, 0x98, 0xe3, 0xbe, 0x28, 0xc0, 0x5b, 0x18, 0xa0, 0x8c, 0x4c, 0x3f, 0x82, 0x9d, 0x3e, 0xc5, 0x3a, 0xde, 0x29, 0x79, 0x3f, 0xb4, 0x9d, 0x96, 0xef, 0x18, 0x94, 0xaa, 0x08, 0x4a, 0xc7, 0x23, 0x83, 0x5d, 0xc1, 0xe8, 0x98, 0x64, 0xba, 0x43, 0xe8, 0xa4, 0xa0, 0xc7, 0xa4, 0xeb, 0x07, 0x2f, 0x76, 0x1c, 0x79, 0x4a, 0x77, 0x08, 0x81, 0xb9, 0x59, 0x3b, 0xe1, 0x97, 0x5f, 0x7f, 0xbd, 0x2d, 0xf0, 0x7f, 0xfd, 0xdd, 0x4f, 0x96, 0x00, 0xb7, 0x02, 0xbb, 0x14, 0x78, 0x93, 0xe3, 0x8d, 0xf9, 0x6a, 0x2f, 0x3f, 0xe6, 0x98, 0x81, 0xcf, 0x82, 0xcc, 0x10, 0x3b, 0x61, 0x4c, 0x80, 0x53, 0x8c, 0x29, 0xce, 0x17, 0xe6, 0x8a, 0xef, 0x3d, 0x0f, 0x10, 0x98, 0xfe, 0x49, 0xf5, 0xc0, 0x74, 0xa0, 0x04, 0x2d, 0x39, 0x06, 0x63, 0x96, 0x9f, 0x82, 0x50, 0x4c, 0x87, 0xa4, 0x7c, 0x68, 0x33, 0xcd, 0x16, 0x97, 0x01, 0x7a, 0x24, 0x82, 0xc1, 0xae, 0xa0, 0x2a, 0x43, 0xf2, 0x41, 0x0b, 0x42, 0x1c, 0x84, 0x0e, 0xd3, 0xf2, 0xa0, 0x72, 0xdf, 0x78, 0xe7, 0x91, 0xa7, 0x4f, 0x34, 0x1c, 0x39, 0xf7, 0x3a, 0xdc, 0xce, 0x76, 0xf2, 0xca, 0x0d, 0x75, 0xd0, 0x4d, 0x60, 0x37, 0x06, 0xde, 0x33, 0xe8, 0x55, 0x8f, 0x39, 0x4a, 0xe0, 0x4f, 0x77, 0xf2, 0x42, 0xec, 0x10, 0x43, 0xc4, 0xd2, 0xa8, 0x25, 0x47, 0x81, 0xf3, 0x85, 0xf9, 0xd8, 0xf7, 0x76, 0x80, 0xc0, 0xb4, 0x2f, 0x30, 0x40, 0x09, 0xca, 0x3c, 0xce, 0x3a, 0x4d, 0xb1, 0x0d, 0x28, 0xcf, 0x1e, 0xbb, 0x08, 0x6e, 0x32, 0xec, 0x73, 0x93, 0x41, 0x24, 0x82, 0xf2, 0xae, 0x60, 0x72, 0x4c, 0x52, 0x15, 0x82, 0xf2, 0x6c, 0x8f, 0x18, 0x07, 0xfc, 0xbd, 0x63, 0xe6, 0xc3, 0x8d, 0x2f, 0xbe, 0x96, 0x7f, 0x5f, 0xef, 0xad, 0x5f, 0xe0, 0xc0, 0x6b, 0xd7, 0x21, 0x31, 0xf7, 0x15, 0x18, 0x9a, 0x76, 0x12, 0xa6, 0x6d, 0x7e, 0x15, 0xbe, 0xff, 0xf1, 0x96, 0xd7, 0x02, 0x64, 0x16, 0x5c, 0x95, 0xc0, 0x2d, 0x87, 0xdc, 0x14, 0x76, 0x2b, 0xc0, 0x27, 0x17, 0x98, 0x40, 0x6f, 0xb4, 0xda, 0x6b, 0xc0, 0x77, 0x81, 0xde, 0x7d, 0xc5, 0x6f, 0xe3, 0x88, 0x8d, 0x97, 0x76, 0x28, 0x00, 0xe7, 0x88, 0x16, 0x55, 0xce, 0x17, 0xe6, 0xa6, 0x0f, 0x1e, 0x81, 0x52, 0xbf, 0xd5, 0x0a, 0x10, 0xb2, 0xec, 0x04, 0xe6, 0x24, 0x1b, 0x50, 0x6b, 0x1c, 0x4c, 0x6b, 0x87, 0x04, 0xd6, 0x44, 0x30, 0xdc, 0x15, 0x0a, 0x51, 0x06, 0x99, 0x14, 0x75, 0x03, 0x17, 0xb2, 0xd7, 0xe4, 0xa7, 0xac, 0xdd, 0x25, 0x3d, 0xf2, 0xdc, 0xfa, 0xf9, 0x57, 0xd8, 0x71, 0xf6, 0x03, 0xf6, 0xa6, 0x1f, 0x3d, 0x80, 0x9b, 0x0e, 0x9c, 0x2d, 0x84, 0xc7, 0xff, 0xcf, 0x78, 0x0e, 0xb9, 0x05, 0xd8, 0x3d, 0x85, 0xde, 0xda, 0x6a, 0x6f, 0x0e, 0xbe, 0x93, 0x97, 0x7c, 0xc6, 0x10, 0xb1, 0x14, 0x94, 0xe9, 0x22, 0xc0, 0xff, 0x7c, 0x4f, 0x80, 0x91, 0xa9, 0xb7, 0x30, 0x40, 0x09, 0x46, 0x01, 0x46, 0x63, 0xa7, 0x29, 0x6d, 0xa6, 0xee, 0x85, 0xd6, 0x53, 0xf3, 0x6c, 0xf1, 0x54, 0x04, 0x4b, 0x32, 0x14, 0xae, 0x10, 0x7d, 0xe6, 0x16, 0xc0, 0xf1, 0x0b, 0x57, 0xa4, 0x70, 0x9e, 0x7f, 0xe7, 0x73, 0x18, 0x95, 0x79, 0x4a, 0x08, 0x5d, 0x87, 0xe9, 0x79, 0xb0, 0x30, 0x7b, 0x8f, 0x57, 0xf0, 0x7f, 0xf5, 0xed, 0x8f, 0xea, 0x90, 0x6b, 0x40, 0x57, 0x85, 0xdd, 0x32, 0xf0, 0x1e, 0x40, 0x6f, 0x15, 0x7c, 0xce, 0x0b, 0xb1, 0xc3, 0x39, 0x22, 0xa6, 0x38, 0x5f, 0xc4, 0x9a, 0xef, 0x5d, 0x03, 0x8c, 0x4c, 0xfd, 0x19, 0x03, 0x94, 0x20, 0x8d, 0x00, 0x2f, 0xe0, 0x20, 0x5e, 0x60, 0x12, 0x98, 0x8b, 0x20, 0xba, 0x4e, 0xb0, 0xb2, 0x2b, 0x18, 0x5d, 0x33, 0x18, 0x0a, 0x61, 0x20, 0x05, 0x3d, 0xfe, 0x2e, 0xbc, 0x30, 0xfd, 0xfe, 0x16, 0xcc, 0xd9, 0x71, 0xc9, 0x01, 0x5b, 0x67, 0xed, 0xee, 0x61, 0xdf, 0x41, 0x9a, 0x47, 0xaf, 0x83, 0xb5, 0x7b, 0x8e, 0x79, 0x25, 0xc0, 0x09, 0x3c, 0xff, 0x3b, 0xc1, 0x3e, 0xe8, 0x76, 0x7f, 0x9d, 0x2c, 0xc6, 0x08, 0x76, 0x77, 0xe0, 0xcd, 0xce, 0xf4, 0x16, 0x57, 0xfb, 0xe9, 0xf9, 0x2e, 0xb5, 0x96, 0x81, 0xdf, 0x5a, 0xc3, 0x0c, 0xe7, 0x88, 0x98, 0xe2, 0x7c, 0x55, 0xf3, 0x4d, 0x01, 0x16, 0x7f, 0x87, 0x01, 0x4a, 0x60, 0xc6, 0x51, 0xd6, 0xe1, 0xa0, 0xcc, 0x13, 0x6c, 0x60, 0x5c, 0x02, 0x73, 0x11, 0x8c, 0x76, 0x85, 0xc2, 0x90, 0xc1, 0x82, 0x10, 0x76, 0x29, 0x36, 0x9e, 0x7c, 0xd7, 0xfd, 0xfb, 0xb9, 0x2e, 0x7f, 0x0a, 0xfd, 0x17, 0x1e, 0x35, 0x85, 0xad, 0x6e, 0xe0, 0x02, 0x78, 0xe3, 0x1d, 0xef, 0xbe, 0x05, 0x32, 0x63, 0xdf, 0x15, 0xcb, 0x90, 0x3b, 0x41, 0x37, 0x86, 0xdd, 0x10, 0xf8, 0x42, 0x84, 0x5e, 0xb4, 0xda, 0x1b, 0x81, 0xef, 0x60, 0x05, 0xff, 0x8d, 0x18, 0x22, 0x96, 0x02, 0xf1, 0x22, 0x98, 0xf3, 0x85, 0xf1, 0xbd, 0x23, 0x50, 0xb5, 0x11, 0x8b, 0xbf, 0xc4, 0x00, 0x65, 0x78, 0xfa, 0x11, 0xbb, 0x00, 0xc7, 0xd9, 0xa0, 0x5a, 0x25, 0xba, 0x0e, 0xcc, 0x29, 0x83, 0xab, 0x08, 0x1e, 0xef, 0x0a, 0x1a, 0x19, 0xbc, 0x15, 0x42, 0x2f, 0xc5, 0xa0, 0x45, 0xc7, 0xe0, 0xfb, 0x9f, 0x6c, 0xcf, 0xf0, 0xd2, 0xeb, 0x7b, 0x52, 0x76, 0x5e, 0x72, 0xd9, 0x31, 0x78, 0x44, 0x10, 0xd6, 0x1f, 0x9e, 0xe4, 0xf5, 0x6b, 0x82, 0x42, 0x96, 0x9d, 0x36, 0x01, 0xdc, 0x1c, 0x72, 0x39, 0xec, 0x1e, 0x02, 0xaf, 0x72, 0xc4, 0x31, 0x5b, 0xed, 0x35, 0xe0, 0x8b, 0xd8, 0x20, 0x66, 0xda, 0x4c, 0xdb, 0xeb, 0xe0, 0x68, 0x04, 0x32, 0xc5, 0xf9, 0xaa, 0x3a, 0x62, 0xf1, 0x4d, 0x1f, 0x14, 0x60, 0xd1, 0x75, 0x0c, 0x50, 0x86, 0xa6, 0x1d, 0xc6, 0x73, 0xf1, 0x71, 0x16, 0x1a, 0x44, 0xab, 0xc4, 0x3d, 0xf6, 0xc8, 0x44, 0x50, 0xdb, 0x15, 0x64, 0x32, 0x98, 0x5f, 0x33, 0x98, 0x08, 0x61, 0x22, 0xc5, 0xa4, 0xf5, 0xe7, 0xe1, 0xe4, 0x9b, 0x37, 0x20, 0x7e, 0xe3, 0x05, 0x25, 0xd0, 0x18, 0x6c, 0xd8, 0x87, 0x21, 0x09, 0x19, 0x5e, 0x9e, 0xff, 0x7f, 0x82, 0x4e, 0x8a, 0xf7, 0x67, 0x0e, 0xba, 0x3b, 0xec, 0x66, 0xc0, 0x9b, 0x9f, 0xe9, 0xd5, 0xa0, 0x57, 0x59, 0xed, 0xb5, 0xe0, 0x73, 0x5e, 0xda, 0x22, 0x3b, 0x9c, 0xa3, 0xa1, 0xa9, 0x87, 0x80, 0xf3, 0x85, 0xf9, 0xc8, 0xf7, 0x2e, 0x82, 0x87, 0x2f, 0x7a, 0xab, 0xda, 0x70, 0xec, 0x1c, 0x66, 0xd0, 0xc2, 0x03, 0xb8, 0x65, 0x1d, 0xc3, 0x1c, 0xc7, 0x49, 0xc9, 0x83, 0xe7, 0x1d, 0x02, 0x38, 0xf3, 0x42, 0xa2, 0x9a, 0x08, 0xd2, 0x5d, 0x41, 0x28, 0x83, 0x64, 0x77, 0xb0, 0x20, 0x84, 0x8b, 0x14, 0x0a, 0xbb, 0x85, 0x6c, 0xf7, 0x78, 0x6e, 0xc2, 0x06, 0xf6, 0xaa, 0x50, 0x6f, 0xda, 0xb1, 0x37, 0x3e, 0xb5, 0x00, 0xb7, 0x31, 0xe8, 0xc6, 0xb0, 0x9b, 0x03, 0x2f, 0x3d, 0xde, 0xb8, 0x1d, 0x71, 0x8c, 0x57, 0x7b, 0x21, 0xf8, 0x89, 0x7b, 0xdd, 0xf8, 0x20, 0x66, 0xda, 0x25, 0xe5, 0x31, 0x86, 0x88, 0xa5, 0x41, 0x0b, 0x0e, 0x00, 0xe7, 0x0b, 0xf3, 0x86, 0xcf, 0x09, 0x50, 0x75, 0xf8, 0xc2, 0x53, 0x18, 0xa0, 0xf4, 0x4d, 0xc9, 0x87, 0x11, 0x78, 0x1d, 0x30, 0x12, 0xd3, 0x21, 0xc9, 0x26, 0x00, 0x4f, 0x2b, 0xb7, 0x78, 0xbf, 0x2b, 0xb4, 0x31, 0x90, 0xc1, 0x4c, 0x88, 0x76, 0x0a, 0x42, 0xa8, 0xc9, 0xe1, 0x2a, 0x4a, 0xbd, 0xa0, 0x54, 0x78, 0xe9, 0xd2, 0x35, 0xaf, 0x04, 0x48, 0xcd, 0xbb, 0x2c, 0x07, 0xdb, 0x23, 0xc8, 0xd5, 0x8f, 0x34, 0x46, 0xab, 0xbc, 0xfb, 0x4a, 0xef, 0xfd, 0x6a, 0xaf, 0x05, 0x9f, 0x87, 0xd8, 0x21, 0x86, 0x88, 0xa5, 0x3e, 0x73, 0xf3, 0x80, 0xf3, 0x85, 0x39, 0xe6, 0x8b, 0x02, 0xec, 0xaa, 0x3a, 0x7c, 0x01, 0x50, 0x7a, 0xce, 0xdc, 0xcd, 0x3a, 0x4d, 0xe9, 0x98, 0x9c, 0x0f, 0xcf, 0x27, 0xec, 0x76, 0xc6, 0xa2, 0x08, 0x6a, 0x32, 0xa8, 0xef, 0x0e, 0x52, 0x21, 0x84, 0x52, 0xec, 0xb3, 0x00, 0x94, 0x6b, 0x6a, 0x0e, 0x9a, 0x06, 0x3f, 0xdd, 0xfa, 0xd9, 0x2b, 0x01, 0x86, 0xa7, 0x1d, 0xf7, 0x00, 0x6c, 0x93, 0x95, 0x3d, 0x49, 0x3e, 0xfe, 0xb6, 0x1e, 0xac, 0xf2, 0x56, 0xa1, 0x37, 0x05, 0x5f, 0xc3, 0x4a, 0xa7, 0xe4, 0x7c, 0x07, 0x47, 0xdd, 0x67, 0xee, 0x02, 0xce, 0x17, 0x66, 0xab, 0xef, 0x09, 0x30, 0x6c, 0xc1, 0x2a, 0x0c, 0x50, 0xba, 0x4c, 0xdf, 0xce, 0x2e, 0x84, 0x47, 0x64, 0x1c, 0x81, 0x2e, 0xb3, 0xf6, 0x41, 0x4b, 0x1c, 0x0c, 0x8f, 0x5e, 0x04, 0x8f, 0x77, 0x05, 0xe9, 0x31, 0x49, 0xb0, 0x3b, 0x48, 0x85, 0xc8, 0x37, 0x16, 0x42, 0x27, 0x85, 0xbb, 0x1c, 0x62, 0x41, 0xe8, 0xf7, 0x7a, 0xc6, 0x2c, 0xf4, 0x0a, 0xfe, 0x8f, 0x3e, 0xff, 0xce, 0x12, 0xe0, 0xed, 0x93, 0xc4, 0x7d, 0x35, 0x1a, 0x9b, 0x14, 0x76, 0x21, 0xf0, 0x92, 0x55, 0xde, 0x05, 0x7a, 0xcf, 0x57, 0x7b, 0xce, 0x85, 0x96, 0x15, 0x62, 0x87, 0x18, 0x22, 0x96, 0xba, 0x4c, 0xdb, 0x0e, 0x9c, 0xaf, 0x6a, 0xc3, 0xe6, 0xfb, 0xde, 0x27, 0x43, 0x54, 0x19, 0x36, 0x3f, 0xa9, 0xea, 0xb0, 0xf9, 0x40, 0x69, 0x37, 0x65, 0x13, 0x0c, 0x4b, 0x3b, 0xc2, 0xd2, 0x6d, 0xf6, 0x7e, 0x1c, 0xcc, 0x2e, 0x97, 0x81, 0xa9, 0x8b, 0x60, 0x7d, 0x67, 0x30, 0xdb, 0x1d, 0xcc, 0x85, 0x50, 0xd8, 0x29, 0x4c, 0x04, 0x69, 0x31, 0x69, 0x23, 0xcc, 0x5a, 0xbd, 0xdd, 0x2b, 0x01, 0xb6, 0x9f, 0x7d, 0x5f, 0x0c, 0xb4, 0x05, 0xc0, 0x95, 0x56, 0x76, 0x45, 0xe0, 0x2d, 0x9d, 0xe9, 0x0d, 0xa0, 0x57, 0x01, 0xdf, 0x96, 0x5d, 0xd0, 0x7d, 0xce, 0x7e, 0x07, 0x47, 0x6d, 0xa7, 0x6c, 0x04, 0xce, 0x57, 0xb5, 0xa1, 0xf3, 0x12, 0x7d, 0xef, 0x51, 0xa0, 0xe1, 0xf3, 0x03, 0x79, 0x07, 0x9f, 0x9b, 0x90, 0x05, 0x43, 0xb1, 0xd3, 0x94, 0x5e, 0x29, 0x78, 0x41, 0x18, 0xbf, 0x8b, 0xc5, 0x50, 0x84, 0xc2, 0x94, 0xc1, 0xa2, 0x10, 0x6a, 0x52, 0xb8, 0xca, 0x61, 0x24, 0x48, 0xfd, 0xd1, 0x69, 0x70, 0xe8, 0xec, 0x25, 0xaf, 0x04, 0x88, 0xcb, 0x39, 0xaf, 0x26, 0xa0, 0x0b, 0xe0, 0xfb, 0xd4, 0xc6, 0x20, 0x84, 0x5d, 0x15, 0xf8, 0xc2, 0x83, 0x5e, 0x06, 0x3e, 0xe7, 0x85, 0xd8, 0xe1, 0x1c, 0xb5, 0x18, 0x9f, 0xe5, 0x10, 0xa0, 0xea, 0xb0, 0x79, 0x43, 0x7d, 0x50, 0x80, 0x79, 0x2f, 0x54, 0x19, 0x3a, 0x0f, 0x28, 0x8d, 0xc3, 0x97, 0xb1, 0x87, 0x42, 0x29, 0x7d, 0x17, 0x1c, 0x74, 0x0c, 0x48, 0x9b, 0xa2, 0x94, 0xc1, 0x4c, 0x08, 0x55, 0x29, 0xac, 0x89, 0xe1, 0x4c, 0x55, 0x3c, 0xff, 0x7f, 0xf3, 0xed, 0xf7, 0x1e, 0xc3, 0x4f, 0xaf, 0x2d, 0x7a, 0x71, 0xd6, 0x01, 0x6b, 0x50, 0x5b, 0x02, 0xdd, 0x04, 0x76, 0x0b, 0xc0, 0x17, 0x36, 0xf4, 0xda, 0x10, 0x3b, 0x9c, 0xa3, 0x46, 0x61, 0xcb, 0x80, 0xf3, 0x55, 0x75, 0x58, 0x4a, 0x0b, 0x1f, 0x14, 0x60, 0x4e, 0x39, 0xde, 0xc1, 0x5a, 0x41, 0xa9, 0x30, 0x64, 0xf1, 0x61, 0x96, 0x41, 0x8b, 0x0f, 0x41, 0x8b, 0xf8, 0x9d, 0x98, 0x5d, 0xca, 0x22, 0x14, 0xb6, 0x0c, 0x42, 0x21, 0x94, 0xa4, 0xc8, 0x33, 0x00, 0x48, 0x23, 0x88, 0x46, 0x92, 0x36, 0x98, 0x8e, 0x11, 0x73, 0xbc, 0x5a, 0xfd, 0xe9, 0xf5, 0x45, 0x2a, 0x70, 0xb7, 0x35, 0xe9, 0x9b, 0x08, 0x74, 0x73, 0xd8, 0xcd, 0x81, 0x2f, 0x1c, 0xe8, 0xe5, 0xe0, 0xb7, 0x60, 0xd9, 0xc9, 0xd8, 0xe1, 0x1c, 0xd5, 0x1a, 0x95, 0xea, 0x10, 0xa0, 0xca, 0x90, 0x14, 0xdf, 0xfb, 0x58, 0x14, 0xfa, 0x60, 0xac, 0x2a, 0x43, 0x53, 0x7e, 0xc4, 0x40, 0x95, 0x61, 0x29, 0x30, 0x60, 0xc1, 0x01, 0x36, 0x00, 0xca, 0xf3, 0x38, 0xd0, 0x16, 0x71, 0x3b, 0xed, 0x22, 0x14, 0xb5, 0x0c, 0x56, 0x84, 0x30, 0x97, 0x42, 0x2e, 0x86, 0x58, 0x92, 0x16, 0x31, 0x9b, 0xd8, 0xfb, 0x83, 0xbd, 0x69, 0xcb, 0x0a, 0xde, 0x54, 0x00, 0x3b, 0xdf, 0xb4, 0x5f, 0xad, 0x15, 0x61, 0xf7, 0x06, 0xf8, 0xc2, 0x86, 0x9e, 0x05, 0x59, 0x69, 0x85, 0x3f, 0xc7, 0xf9, 0x19, 0xb0, 0xa0, 0x00, 0x18, 0x57, 0x36, 0xb6, 0x7c, 0xf3, 0x83, 0xb1, 0xd8, 0x23, 0x41, 0x43, 0x53, 0xce, 0xa3, 0x9d, 0x64, 0x28, 0x74, 0x4b, 0x76, 0x0e, 0xa0, 0xed, 0xf4, 0xbd, 0xd0, 0x3c, 0xce, 0x36, 0x30, 0x15, 0x11, 0x9e, 0x4b, 0x28, 0x4c, 0x19, 0xd4, 0x84, 0x30, 0x94, 0xc2, 0x40, 0x0e, 0xbd, 0x24, 0xf5, 0x46, 0xa7, 0xb3, 0x8f, 0x36, 0xf7, 0xa6, 0xd9, 0x9e, 0x41, 0xf7, 0x00, 0x6e, 0x29, 0xe4, 0xd6, 0x60, 0x37, 0x03, 0xde, 0x23, 0xe8, 0x15, 0xc1, 0xa7, 0x10, 0x2b, 0xc4, 0x0c, 0xe7, 0xa7, 0x5b, 0xf2, 0x4e, 0xe0, 0x5c, 0x61, 0xce, 0xf8, 0xec, 0x67, 0x83, 0x56, 0x1e, 0x92, 0xb2, 0xaa, 0xf2, 0x90, 0xb9, 0x40, 0x69, 0x1b, 0x97, 0x0b, 0x03, 0x17, 0x1d, 0x84, 0x41, 0x8b, 0xe8, 0x93, 0x7f, 0xf3, 0x70, 0x50, 0x3b, 0xd8, 0xc0, 0x5c, 0x44, 0x28, 0x22, 0x19, 0x54, 0x84, 0x50, 0x95, 0xc2, 0x5d, 0x0e, 0x03, 0x41, 0x30, 0x55, 0x07, 0x4c, 0x83, 0x2f, 0xbe, 0xf9, 0xd6, 0x63, 0xf8, 0x3f, 0xff, 0xdf, 0x8f, 0x16, 0x56, 0x6f, 0x31, 0xe0, 0xad, 0xa7, 0x5a, 0x1b, 0x1b, 0x9f, 0x0f, 0x65, 0xe0, 0x8b, 0x00, 0x7a, 0x0e, 0xbe, 0x2d, 0x3b, 0x18, 0x33, 0xc4, 0x0e, 0x31, 0xd4, 0x76, 0xca, 0x26, 0xe0, 0x5c, 0x61, 0x96, 0xfa, 0xac, 0x00, 0x55, 0x86, 0xcc, 0x89, 0xa8, 0x3c, 0x64, 0x0e, 0x50, 0x9a, 0x47, 0xad, 0x82, 0x01, 0x0b, 0x0f, 0xb2, 0x74, 0x9f, 0xb3, 0x0f, 0x02, 0x98, 0x00, 0x3b, 0x5c, 0x44, 0x10, 0xef, 0x0a, 0x9e, 0xc9, 0xe0, 0x9d, 0x10, 0x1a, 0x29, 0x2c, 0x8a, 0xe1, 0xfa, 0x94, 0xfe, 0x1e, 0x68, 0x17, 0x36, 0xdb, 0xab, 0xd5, 0x3f, 0xef, 0xc2, 0x87, 0x6e, 0x30, 0x7b, 0x0a, 0xb6, 0xf8, 0x25, 0x07, 0xe6, 0xb0, 0x7b, 0x06, 0xbc, 0x05, 0xe8, 0xe3, 0x45, 0xd0, 0xef, 0x74, 0xf0, 0x41, 0xac, 0x10, 0x33, 0x9c, 0x9f, 0x80, 0x71, 0x2b, 0x81, 0x73, 0x55, 0x79, 0xe8, 0xec, 0x50, 0x9f, 0x15, 0xa0, 0xd2, 0xc0, 0x94, 0x46, 0x95, 0x07, 0x63, 0x27, 0x31, 0xb5, 0x47, 0x2d, 0x86, 0xfe, 0x0b, 0x0f, 0xe0, 0x00, 0x0e, 0x40, 0x3f, 0xbc, 0x1e, 0x08, 0x98, 0xb2, 0xc3, 0x91, 0xe6, 0x85, 0x21, 0x43, 0xbc, 0x05, 0x19, 0x3c, 0x96, 0xc2, 0x9a, 0x1c, 0x01, 0x31, 0x39, 0x30, 0x25, 0x3d, 0xc7, 0x2b, 0x01, 0xa6, 0x6f, 0xbe, 0x70, 0xdb, 0x20, 0x57, 0x81, 0x5d, 0x09, 0xfa, 0x78, 0xef, 0xa1, 0x67, 0xe0, 0x6b, 0x18, 0x21, 0x66, 0x88, 0x1d, 0x62, 0xa8, 0x16, 0xb2, 0xc4, 0xb9, 0xaa, 0x34, 0x74, 0x6e, 0x5d, 0x9f, 0x15, 0x80, 0xbe, 0x22, 0xa9, 0xf2, 0xe0, 0xd9, 0x3f, 0x60, 0x80, 0xd2, 0x3b, 0x25, 0x1f, 0xfa, 0x91, 0x00, 0x98, 0x96, 0x09, 0x3b, 0x5d, 0x06, 0xc8, 0x12, 0x57, 0x78, 0x32, 0x98, 0x09, 0xa1, 0x2a, 0x85, 0x35, 0x31, 0x5c, 0x25, 0xa9, 0x1b, 0x9c, 0x0e, 0x7b, 0x8e, 0x9f, 0xf7, 0x18, 0x7e, 0x7a, 0xe9, 0x74, 0x8f, 0xb9, 0x07, 0x0c, 0x80, 0xb6, 0x0e, 0xb7, 0x21, 0xe8, 0x96, 0x61, 0x37, 0x06, 0xde, 0x23, 0xe8, 0x75, 0xe0, 0x53, 0x5a, 0x26, 0xee, 0x74, 0x70, 0xd3, 0x6b, 0x6e, 0x1e, 0x70, 0x9e, 0x30, 0xdf, 0x57, 0xea, 0x1e, 0xe7, 0xbb, 0x5f, 0x91, 0xc4, 0xae, 0x03, 0x06, 0xcd, 0x3e, 0x8e, 0x01, 0x4a, 0x87, 0xc4, 0xad, 0xd0, 0x6f, 0x7e, 0x01, 0x4b, 0xbb, 0xa4, 0x3d, 0xd0, 0x6c, 0xca, 0x76, 0x96, 0x00, 0x96, 0xa2, 0x95, 0x41, 0x45, 0x08, 0xa9, 0x14, 0x12, 0x31, 0xcc, 0x04, 0xa9, 0x3a, 0x70, 0x1a, 0xdc, 0xfc, 0xf2, 0x1b, 0x8f, 0x05, 0x78, 0xf3, 0xe3, 0xaf, 0x3c, 0x94, 0xcf, 0x00, 0x70, 0x03, 0xd0, 0xcd, 0x61, 0x37, 0x07, 0xbe, 0xb0, 0xa0, 0x0f, 0xb0, 0xb3, 0x41, 0x21, 0x56, 0x38, 0x37, 0xed, 0x13, 0x36, 0x03, 0xe7, 0xa9, 0xf2, 0xa0, 0x59, 0x87, 0x4a, 0xf8, 0x7a, 0xab, 0x34, 0x78, 0x76, 0x72, 0xa5, 0x41, 0xb3, 0x80, 0x12, 0x30, 0x6e, 0x15, 0xf4, 0xc5, 0x41, 0x50, 0xba, 0xce, 0xca, 0x87, 0x66, 0xb1, 0xce, 0x41, 0x7a, 0x2d, 0x83, 0xc7, 0x42, 0xec, 0x52, 0x28, 0xba, 0x81, 0x18, 0x06, 0x72, 0xb4, 0x09, 0x9d, 0xe5, 0xdd, 0xa7, 0xbf, 0x1d, 0xbf, 0x66, 0x0e, 0xb2, 0x07, 0x90, 0xab, 0x81, 0xbe, 0xdb, 0x31, 0x3f, 0x9e, 0x02, 0xef, 0x0d, 0xf4, 0x8e, 0x20, 0x23, 0x5d, 0x67, 0xe7, 0x3b, 0xb8, 0xa1, 0xf3, 0x3f, 0xe7, 0xa9, 0xd2, 0xc0, 0x99, 0x89, 0xc5, 0x40, 0x80, 0x59, 0x2d, 0x78, 0x87, 0x6b, 0x8c, 0x5c, 0x00, 0x7d, 0xe6, 0xef, 0x67, 0xe9, 0x3d, 0x6f, 0x3f, 0x0e, 0x70, 0x1b, 0x34, 0x8d, 0xb5, 0x0d, 0xb2, 0x30, 0x64, 0xf0, 0x56, 0x08, 0x95, 0x0b, 0x6b, 0x55, 0x41, 0x9a, 0x4d, 0xc8, 0x81, 0xc9, 0x69, 0x1b, 0xbc, 0x12, 0x60, 0xdc, 0xea, 0xd3, 0xc6, 0xe2, 0x79, 0x0d, 0xb8, 0xda, 0x05, 0xab, 0xe7, 0xc0, 0x7b, 0x0e, 0x3d, 0x85, 0xb1, 0x81, 0x8c, 0x10, 0x2b, 0x9c, 0x1b, 0x62, 0x48, 0x23, 0x40, 0x23, 0xdf, 0x17, 0x00, 0xcf, 0x68, 0xd8, 0xd1, 0x6f, 0x30, 0xd4, 0x61, 0xe8, 0x3a, 0x73, 0x37, 0xf4, 0x9a, 0x67, 0x13, 0xa0, 0x15, 0x9e, 0xed, 0x9a, 0xc6, 0x6e, 0xd3, 0xc4, 0x5b, 0x19, 0x0c, 0x76, 0x07, 0x81, 0x10, 0xca, 0x52, 0xb8, 0x88, 0xa1, 0x26, 0x47, 0x9d, 0x90, 0x74, 0xf6, 0x65, 0x76, 0x9e, 0x36, 0xfa, 0x4c, 0x21, 0x7a, 0xf7, 0x5c, 0x4b, 0x8f, 0x60, 0x36, 0x59, 0xd1, 0x13, 0xd4, 0xc7, 0xdd, 0xc2, 0x04, 0x78, 0xa3, 0x55, 0xde, 0x53, 0xe8, 0xb5, 0x4c, 0x10, 0x23, 0xc4, 0x0a, 0x31, 0xf3, 0xe2, 0x8c, 0x9d, 0xc0, 0x39, 0xc2, 0x7c, 0x19, 0x10, 0x10, 0x77, 0x57, 0x89, 0xe2, 0xd0, 0x2a, 0x0f, 0x4c, 0xde, 0x52, 0x69, 0x60, 0x32, 0x50, 0x9e, 0x8f, 0x59, 0x07, 0xbd, 0x52, 0xf6, 0x61, 0xf6, 0x43, 0xc7, 0x19, 0x7b, 0xa1, 0x89, 0x8b, 0x00, 0x5e, 0xc8, 0xa0, 0x20, 0x84, 0xf1, 0x0e, 0x61, 0x71, 0xa7, 0x30, 0x91, 0xa4, 0x0a, 0x9e, 0xff, 0x3f, 0xfd, 0xfc, 0x2b, 0x8f, 0x05, 0x38, 0x73, 0xf5, 0x86, 0x25, 0xa8, 0x3d, 0x81, 0xdb, 0x74, 0x65, 0xb7, 0xb8, 0xc2, 0xcb, 0x81, 0xb7, 0x06, 0x3d, 0x0f, 0xb1, 0x41, 0x8c, 0x10, 0x2b, 0xc4, 0x0c, 0xb1, 0xc3, 0x39, 0x42, 0xa6, 0x72, 0x4a, 0x14, 0x97, 0x56, 0x79, 0xd0, 0xcc, 0x21, 0xbc, 0xe3, 0x75, 0x83, 0x17, 0x41, 0x4f, 0x26, 0xc0, 0x3e, 0xe8, 0x3e, 0x27, 0x1f, 0x07, 0xba, 0x15, 0x9a, 0x4c, 0xde, 0x66, 0x4b, 0x61, 0xca, 0xa0, 0x28, 0x84, 0xf9, 0x4e, 0xe1, 0xd9, 0x8e, 0xf1, 0xfc, 0xe8, 0x19, 0x5e, 0x1d, 0x7f, 0xd2, 0xf2, 0x5e, 0xf7, 0x5c, 0x44, 0xab, 0x2b, 0xba, 0xd2, 0xca, 0x6e, 0x1d, 0x78, 0x4f, 0xa1, 0xe7, 0x3c, 0x10, 0x1b, 0x3d, 0xe6, 0xe6, 0x33, 0x56, 0x88, 0x99, 0x3a, 0xa3, 0x16, 0x39, 0x05, 0x18, 0x94, 0xdc, 0xbf, 0xd8, 0x08, 0x50, 0x7d, 0x50, 0xca, 0x3f, 0x2a, 0x0e, 0x98, 0xf1, 0x13, 0x06, 0x28, 0x5d, 0x92, 0x77, 0xe1, 0xc0, 0xf6, 0xb1, 0xb4, 0x4c, 0xd8, 0x81, 0x83, 0xdd, 0xaa, 0x89, 0xe7, 0x32, 0x78, 0x26, 0x84, 0xa2, 0x14, 0x86, 0x72, 0xec, 0xd4, 0x80, 0xb5, 0x0b, 0x9a, 0xc6, 0x6c, 0x84, 0xf1, 0x0b, 0xd6, 0x79, 0x25, 0x00, 0xbd, 0xe6, 0xdd, 0x33, 0xb0, 0x0d, 0x00, 0x8f, 0x97, 0x8f, 0x4b, 0x05, 0x76, 0x63, 0xe0, 0x25, 0xab, 0xbc, 0x45, 0xe8, 0xb5, 0x2c, 0x10, 0x1b, 0x9c, 0x13, 0x62, 0x86, 0xf3, 0x83, 0xf9, 0xa1, 0xf4, 0x88, 0x19, 0x0f, 0x96, 0x28, 0x4e, 0xad, 0xd2, 0x80, 0x19, 0x3b, 0xf9, 0x00, 0x9a, 0x8f, 0xcf, 0x82, 0x1e, 0xb8, 0xfa, 0xf7, 0x98, 0xb3, 0x0f, 0x3a, 0xcc, 0xd8, 0x03, 0x8d, 0x71, 0xb0, 0x3c, 0x56, 0x65, 0xf0, 0x4a, 0x08, 0x43, 0x29, 0x76, 0x48, 0xa0, 0x30, 0x90, 0xc3, 0x9e, 0x3a, 0x21, 0x19, 0xb0, 0xf9, 0xc0, 0x19, 0x2f, 0x5e, 0xfe, 0xf0, 0x03, 0x42, 0x6d, 0x24, 0x9b, 0x35, 0xb8, 0x8d, 0x21, 0xdf, 0x29, 0x1d, 0xbf, 0x19, 0xec, 0x6a, 0xc0, 0x5b, 0x83, 0x5e, 0xcb, 0x42, 0xc7, 0xe4, 0x3d, 0x8c, 0x11, 0x62, 0xa5, 0x79, 0x74, 0x96, 0x53, 0x80, 0x81, 0x33, 0xb6, 0x94, 0x28, 0x6e, 0xad, 0xc2, 0xc0, 0x19, 0x03, 0x2a, 0x0e, 0x48, 0x02, 0x4a, 0x8d, 0x91, 0xf3, 0xa0, 0xdb, 0x9c, 0x3c, 0x5b, 0x66, 0xe7, 0xb1, 0xad, 0xae, 0xf1, 0x64, 0xf7, 0x58, 0x93, 0x41, 0xb7, 0x3b, 0x48, 0x84, 0x50, 0x92, 0xc2, 0x54, 0x8c, 0x1d, 0x06, 0x30, 0xed, 0xc4, 0xed, 0x39, 0x09, 0x3e, 0xba, 0xf1, 0x85, 0xc7, 0x02, 0xe4, 0x5f, 0xfc, 0xd0, 0x14, 0x66, 0x73, 0xa8, 0xd5, 0x20, 0x37, 0x07, 0xdd, 0x64, 0x75, 0x9f, 0xe2, 0x3a, 0xe7, 0x32, 0xe0, 0x55, 0xa1, 0xe7, 0x21, 0x26, 0x88, 0x0d, 0xce, 0x49, 0xcd, 0x11, 0x29, 0xc0, 0xf9, 0xa9, 0x34, 0x30, 0xa9, 0x77, 0xb1, 0x13, 0xa0, 0x6a, 0xff, 0x59, 0xf7, 0x57, 0xec, 0x9f, 0xf4, 0x35, 0x06, 0x28, 0xed, 0x12, 0x36, 0xdb, 0x06, 0x88, 0x69, 0x95, 0xb8, 0x03, 0x1a, 0x4d, 0xda, 0xc2, 0xd2, 0x98, 0x62, 0x41, 0x06, 0x33, 0x21, 0xac, 0x49, 0xa1, 0x20, 0x86, 0x5d, 0x0e, 0x23, 0x41, 0x9a, 0x05, 0x4e, 0xf7, 0xea, 0xf8, 0x93, 0xb4, 0xe5, 0x82, 0x57, 0x40, 0x0b, 0x01, 0x57, 0x82, 0xdc, 0x64, 0x65, 0x17, 0xc2, 0x6e, 0x02, 0xbc, 0x05, 0xe8, 0x1b, 0xdb, 0x19, 0xa0, 0xbc, 0x30, 0x75, 0xa7, 0x83, 0x8f, 0x76, 0x09, 0xb9, 0xc0, 0xb9, 0xa9, 0x34, 0x20, 0xe9, 0xab, 0x5a, 0x23, 0xe2, 0xee, 0x2b, 0x51, 0x1c, 0x5b, 0xc5, 0xfe, 0xd3, 0xd2, 0x2a, 0xf6, 0x9f, 0x0e, 0x94, 0x86, 0xa1, 0x4b, 0xa0, 0xeb, 0xec, 0xbd, 0x2c, 0x5d, 0x70, 0xab, 0x6b, 0xa4, 0x19, 0xbc, 0x8b, 0x0c, 0x93, 0xcc, 0x64, 0xb0, 0x22, 0x84, 0x60, 0x97, 0x30, 0x90, 0xc2, 0xb2, 0x18, 0x98, 0x26, 0x78, 0xfe, 0x8f, 0x98, 0xbb, 0xda, 0x2b, 0x01, 0x7a, 0xa6, 0xec, 0x57, 0x03, 0x5a, 0x19, 0x6a, 0x0f, 0x40, 0x9f, 0xe2, 0x3e, 0x4f, 0x46, 0xb0, 0x9b, 0x01, 0x2f, 0x84, 0x7e, 0x92, 0x2b, 0xf4, 0xda, 0x74, 0x46, 0x26, 0x38, 0x1f, 0x0d, 0x42, 0xd3, 0x81, 0x73, 0x53, 0x71, 0xc0, 0xf4, 0x85, 0x25, 0x8a, 0x6b, 0xab, 0xd0, 0x6f, 0x5a, 0xcd, 0x0a, 0x38, 0x08, 0x0a, 0x6e, 0x63, 0xd0, 0x29, 0x69, 0x27, 0xbc, 0x38, 0x6b, 0x0f, 0x4b, 0x8b, 0xb8, 0x6d, 0xd0, 0x70, 0xe2, 0x66, 0x68, 0x44, 0xb1, 0x20, 0x83, 0xf7, 0x42, 0x48, 0x76, 0x0a, 0x13, 0x31, 0xdc, 0x05, 0xb1, 0x49, 0x52, 0x3b, 0x24, 0x13, 0xd6, 0xe7, 0x9d, 0xf0, 0x18, 0xfe, 0x4f, 0xbe, 0xf8, 0xd6, 0x0b, 0xa8, 0x5d, 0xe1, 0x0e, 0x98, 0xa2, 0x36, 0x06, 0x31, 0xe8, 0xdb, 0x4d, 0xe7, 0xcd, 0x32, 0xf0, 0x26, 0xd0, 0x53, 0xed, 0x89, 0x01, 0x62, 0x81, 0x73, 0xd1, 0x79, 0xfa, 0x0e, 0xc6, 0x8a, 0x83, 0x9b, 0x7e, 0x33, 0xaa, 0x95, 0x28, 0xce, 0xad, 0x42, 0xff, 0x69, 0xa7, 0x51, 0x04, 0xa0, 0x34, 0x1d, 0xbb, 0x1c, 0x3a, 0xcf, 0xdc, 0x0d, 0x5d, 0x30, 0x1d, 0x92, 0x76, 0xe1, 0xe0, 0x73, 0xed, 0xd9, 0x6c, 0x28, 0x83, 0xd1, 0x51, 0xc9, 0x50, 0x08, 0x4b, 0x52, 0x18, 0x88, 0x61, 0x20, 0x47, 0x95, 0x21, 0xb3, 0xe0, 0x9d, 0x8f, 0x6f, 0x78, 0x7e, 0xfe, 0xbf, 0xf0, 0x81, 0x3a, 0xb8, 0x56, 0x12, 0xeb, 0x39, 0xe8, 0x62, 0xd8, 0x15, 0x81, 0x9f, 0x6c, 0x00, 0xbc, 0x06, 0x7a, 0x5b, 0x6c, 0xf5, 0x27, 0x16, 0x88, 0x09, 0x62, 0xa3, 0x49, 0xe4, 0x72, 0xe0, 0xbc, 0x60, 0x4e, 0x96, 0x28, 0xee, 0xad, 0x42, 0xdf, 0xa9, 0x3d, 0x2b, 0xf4, 0x9b, 0x0a, 0x94, 0x2a, 0x83, 0x66, 0xb0, 0x5d, 0xa0, 0x73, 0xb2, 0x6d, 0xb0, 0x4d, 0x63, 0x71, 0x12, 0x62, 0x36, 0x61, 0x72, 0x6d, 0x71, 0x93, 0xc1, 0x68, 0x77, 0xb0, 0x22, 0x84, 0x37, 0x52, 0xb8, 0x0b, 0xa2, 0x95, 0xa4, 0xd1, 0xc8, 0x24, 0xaf, 0x8e, 0x3f, 0xb3, 0xb7, 0x5f, 0xf4, 0x08, 0x66, 0x39, 0xdc, 0xdb, 0x2d, 0x8f, 0x4b, 0x05, 0x76, 0x33, 0xe0, 0xe5, 0xd0, 0x6f, 0x76, 0x87, 0x9e, 0xd7, 0x1b, 0x6b, 0xdf, 0x2c, 0x76, 0x0b, 0x63, 0x81, 0x98, 0xe8, 0x94, 0xb4, 0x1d, 0x2a, 0x0f, 0x9c, 0x01, 0x9c, 0x97, 0x67, 0xfb, 0x4d, 0xed, 0x5a, 0xec, 0x05, 0xa0, 0xa7, 0xaf, 0x51, 0x82, 0x77, 0x30, 0x40, 0x09, 0x88, 0x5a, 0x0d, 0x9d, 0x67, 0xec, 0x62, 0x69, 0x3b, 0x6d, 0x3b, 0x34, 0x98, 0xb0, 0x11, 0x1a, 0xe0, 0x44, 0x34, 0x60, 0x22, 0xe8, 0x65, 0xb0, 0xb0, 0x3b, 0x18, 0x1c, 0x99, 0xe4, 0x52, 0x88, 0xc5, 0x50, 0x95, 0xa3, 0x09, 0x16, 0x37, 0x78, 0xc6, 0x72, 0xaf, 0x04, 0xa0, 0xd7, 0xbd, 0x37, 0x75, 0x03, 0x58, 0x0c, 0x73, 0xbd, 0x88, 0x55, 0x50, 0xbe, 0xe7, 0x44, 0xa8, 0x1e, 0xb8, 0xc0, 0x73, 0xc8, 0x15, 0x40, 0x37, 0x86, 0xdd, 0x0c, 0x78, 0xf1, 0x2a, 0xaf, 0x85, 0x9e, 0xd7, 0x9b, 0x6a, 0x4f, 0x0c, 0x70, 0x1e, 0x02, 0xa2, 0x56, 0x02, 0xe7, 0x04, 0x05, 0x78, 0xab, 0x84, 0xaf, 0xbe, 0xf7, 0xd7, 0x83, 0x5d, 0x20, 0xac, 0x42, 0xdf, 0x44, 0xa0, 0x54, 0x19, 0x92, 0x0c, 0x1d, 0xa6, 0x6f, 0x87, 0x8e, 0x49, 0x3b, 0x58, 0x9a, 0x4d, 0xde, 0x6c, 0x93, 0xc0, 0x11, 0x73, 0x19, 0xcc, 0x84, 0x68, 0xa4, 0x20, 0x84, 0xb9, 0x18, 0x3a, 0x39, 0x04, 0x92, 0xd4, 0x45, 0x20, 0x97, 0x6e, 0x29, 0xf0, 0x18, 0xfe, 0x2f, 0xbf, 0xfd, 0xc1, 0xfe, 0x02, 0x41, 0x33, 0x78, 0xb7, 0x42, 0x8d, 0xa0, 0xc5, 0x50, 0xb2, 0x43, 0xa8, 0xed, 0xfb, 0xca, 0xda, 0x8f, 0x86, 0x86, 0xe3, 0xd7, 0xbb, 0x83, 0x1d, 0xbb, 0x4d, 0xdc, 0x67, 0x83, 0x31, 0x9a, 0xcd, 0x8f, 0xe1, 0x19, 0x5e, 0x08, 0xbc, 0x01, 0xf4, 0x13, 0x36, 0xb9, 0xd4, 0x9a, 0x6a, 0xcf, 0x39, 0x20, 0x26, 0xaa, 0x0e, 0x4e, 0x06, 0xce, 0x09, 0x26, 0xb8, 0xc4, 0x9d, 0xd2, 0x9e, 0xe8, 0x3e, 0xf7, 0xaf, 0xcf, 0xf6, 0x4d, 0xfc, 0x10, 0x03, 0x94, 0xa6, 0x63, 0x57, 0x40, 0x47, 0x26, 0xc1, 0x76, 0x68, 0x33, 0x75, 0x1b, 0xd4, 0x1f, 0x9f, 0xc3, 0xd2, 0x60, 0x42, 0x8e, 0x50, 0x06, 0x75, 0x21, 0x54, 0xa4, 0x50, 0x13, 0xc3, 0x5c, 0x8e, 0xad, 0x50, 0x6d, 0xe4, 0x7c, 0x38, 0x7f, 0xf9, 0x1d, 0x2f, 0xbe, 0xfd, 0xf1, 0x13, 0x13, 0x70, 0x71, 0xd5, 0x8f, 0xcc, 0x82, 0xb2, 0xdd, 0xc7, 0x3b, 0xbe, 0xa8, 0x8f, 0xa7, 0xf2, 0xa0, 0x64, 0xd3, 0xfe, 0x29, 0x43, 0xae, 0xba, 0xb2, 0x0b, 0x8f, 0x34, 0x66, 0xab, 0xfc, 0x26, 0x5d, 0x4d, 0x73, 0x1c, 0xf5, 0xa6, 0xda, 0x13, 0x03, 0xc4, 0x42, 0x53, 0x3c, 0xfb, 0x73, 0x3e, 0x30, 0x1f, 0x11, 0x33, 0x25, 0xee, 0xa4, 0x56, 0xbe, 0x4f, 0xc2, 0x98, 0x67, 0xfb, 0x24, 0x00, 0xa5, 0xf2, 0xc0, 0xe9, 0xd0, 0x6e, 0xea, 0x16, 0x68, 0x3f, 0x6d, 0x1b, 0x74, 0xc0, 0x2d, 0x30, 0x60, 0xd2, 0x26, 0x9c, 0x90, 0x0d, 0x8e, 0x89, 0x71, 0x0a, 0xb1, 0xd1, 0xa2, 0x10, 0xba, 0x23, 0x93, 0x82, 0x14, 0x6e, 0x62, 0x28, 0xca, 0x41, 0xa9, 0x3e, 0xd8, 0xbb, 0x0f, 0xc0, 0x5d, 0x75, 0xe8, 0x8a, 0x1c, 0x5c, 0xec, 0x4f, 0xd5, 0xa1, 0x73, 0xd8, 0x6a, 0xcf, 0xa1, 0xef, 0x1c, 0x39, 0x0b, 0x4e, 0xbf, 0xf6, 0x16, 0x24, 0x66, 0xe6, 0x42, 0xa9, 0x8e, 0x61, 0x86, 0xd7, 0x41, 0x72, 0xc8, 0x55, 0x41, 0x77, 0xc2, 0x2e, 0x3c, 0xd2, 0x28, 0x03, 0xbf, 0xd1, 0xad, 0xae, 0x54, 0x6b, 0xaa, 0x39, 0xd5, 0x9e, 0x18, 0x68, 0x9b, 0xb8, 0x05, 0xaa, 0x0c, 0x98, 0x0e, 0x9c, 0x8f, 0xf2, 0x7d, 0x12, 0x47, 0x95, 0xb8, 0xd3, 0x5a, 0xd9, 0x36, 0x0b, 0xee, 0x41, 0x09, 0xde, 0xe7, 0x83, 0x6c, 0x18, 0xb6, 0x04, 0x25, 0xd8, 0x8a, 0xc1, 0x09, 0xc0, 0x3f, 0x1b, 0x90, 0x00, 0xd1, 0xf6, 0x8c, 0xdf, 0xe0, 0x26, 0x84, 0xfb, 0xee, 0x20, 0x12, 0xc2, 0x58, 0x8a, 0x86, 0x16, 0xa4, 0x10, 0x0b, 0xe2, 0x2a, 0x49, 0xb7, 0xf1, 0x0b, 0xbc, 0x3a, 0xff, 0x8f, 0x5f, 0x7b, 0x4a, 0x08, 0x2a, 0x1d, 0xad, 0x9e, 0xe9, 0x16, 0xed, 0x00, 0x9f, 0xbe, 0x98, 0x9b, 0x5e, 0x6b, 0xf4, 0xed, 0xf7, 0x3f, 0xd8, 0x3f, 0x39, 0xee, 0x17, 0x68, 0x37, 0x69, 0xb5, 0x21, 0xdc, 0x8d, 0x2d, 0x8c, 0xcf, 0x74, 0x65, 0xd7, 0xc1, 0x6e, 0x06, 0xbc, 0x76, 0x95, 0xe7, 0xc0, 0xd7, 0x77, 0xa9, 0xef, 0x7a, 0x56, 0x73, 0xaa, 0x3d, 0x31, 0xd0, 0x30, 0x34, 0xc3, 0x01, 0x3f, 0xe6, 0x5d, 0x9f, 0x7f, 0xdb, 0xa3, 0xc7, 0xbb, 0x40, 0xef, 0xf8, 0xc1, 0xcf, 0xf6, 0x89, 0x07, 0x4a, 0x85, 0x7e, 0x89, 0xf0, 0x42, 0x5c, 0x8e, 0x5d, 0x82, 0xad, 0xd0, 0x22, 0x76, 0x13, 0xd4, 0x8b, 0x5a, 0x0f, 0xf5, 0xa2, 0x9d, 0xf1, 0x46, 0x08, 0xb7, 0x5d, 0xc2, 0x40, 0x0a, 0xab, 0x3b, 0x06, 0xa5, 0x7e, 0x54, 0x36, 0x4c, 0x5d, 0xba, 0xd9, 0x2b, 0x01, 0x5a, 0x4f, 0x5c, 0xe3, 0x02, 0x6e, 0xfd, 0xb1, 0x59, 0x50, 0xb1, 0xff, 0x54, 0x84, 0xde, 0xb9, 0xea, 0xb7, 0x1d, 0x93, 0x04, 0x97, 0xae, 0x7d, 0xe0, 0xf6, 0xbb, 0x1b, 0x4f, 0x5e, 0xb3, 0x08, 0xb8, 0x6c, 0x45, 0x37, 0x82, 0x5d, 0xb7, 0xba, 0x7b, 0x08, 0xbc, 0xb6, 0xa6, 0x54, 0x63, 0xaa, 0x35, 0xaf, 0x7b, 0xab, 0x29, 0x39, 0x50, 0xb1, 0x5f, 0x02, 0x70, 0x2e, 0xca, 0xf5, 0x8a, 0xef, 0x7f, 0x27, 0xb2, 0xff, 0x27, 0x96, 0x80, 0x80, 0xbb, 0x50, 0x82, 0xb3, 0x18, 0xa0, 0xd4, 0x0e, 0x9c, 0xcf, 0xb6, 0x3f, 0x4a, 0x9b, 0x04, 0x2c, 0xcc, 0x04, 0x9c, 0x2c, 0x04, 0xcb, 0x19, 0xad, 0x10, 0xc6, 0x3b, 0x84, 0xf8, 0xc8, 0x64, 0x97, 0xc2, 0x68, 0xa7, 0x50, 0x90, 0xc3, 0x45, 0x10, 0xbb, 0x24, 0x35, 0x83, 0xd3, 0x60, 0xf7, 0x31, 0xcf, 0xdf, 0x00, 0x7f, 0xfd, 0xf3, 0xaf, 0xa0, 0x64, 0xfb, 0x10, 0xa8, 0x88, 0xc7, 0xc1, 0xca, 0x83, 0x67, 0x62, 0xe1, 0x27, 0xbb, 0x80, 0x5f, 0xb6, 0xd3, 0x18, 0x98, 0x9f, 0xbd, 0x1b, 0x7e, 0xfe, 0xf9, 0x17, 0xf1, 0xd7, 0x27, 0x7d, 0xf7, 0x13, 0x04, 0xe0, 0x05, 0xb4, 0x03, 0xec, 0x49, 0xae, 0x7d, 0x6c, 0x68, 0x09, 0x72, 0xd9, 0xca, 0xbe, 0x49, 0x38, 0xa7, 0xa2, 0x23, 0x8d, 0x2b, 0xf0, 0x1b, 0x5c, 0x80, 0xd7, 0xd6, 0x94, 0x6a, 0x4c, 0xb5, 0xe6, 0x75, 0xaf, 0x85, 0x0c, 0x70, 0x1e, 0x10, 0xfe, 0x53, 0x25, 0x4a, 0x74, 0xff, 0xb3, 0x83, 0x97, 0x3b, 0x04, 0xfc, 0xff, 0xb3, 0x87, 0x06, 0x76, 0x57, 0xb9, 0xee, 0x13, 0x1b, 0x97, 0xef, 0x1d, 0xf7, 0x1b, 0x06, 0x28, 0xf4, 0xb0, 0x68, 0x9b, 0x84, 0x5c, 0x96, 0x56, 0x71, 0xb9, 0x50, 0x77, 0xdc, 0x3a, 0x5b, 0x5c, 0x44, 0xc8, 0x76, 0xdb, 0x1d, 0xcc, 0x76, 0x08, 0x63, 0x29, 0xdc, 0xc5, 0x30, 0x94, 0xc3, 0x4d, 0x90, 0x5c, 0xf6, 0x6c, 0xe5, 0x75, 0x2f, 0xde, 0x00, 0xf3, 0xfe, 0xf5, 0x9b, 0x6e, 0x17, 0xb6, 0x3c, 0x5d, 0x22, 0x67, 0x1b, 0x7e, 0xbb, 0x24, 0x7d, 0x69, 0xdf, 0x8c, 0x2d, 0xe7, 0xc4, 0x60, 0x4b, 0x01, 0x17, 0x40, 0x6e, 0x02, 0xba, 0x18, 0x76, 0x93, 0x15, 0x5e, 0x00, 0x3d, 0xd5, 0x92, 0xd7, 0x95, 0x6a, 0xcc, 0xeb, 0x4d, 0xb5, 0xe7, 0x1c, 0x10, 0x13, 0x65, 0xbb, 0x4f, 0x68, 0x40, 0x8c, 0xd8, 0x59, 0xe1, 0xdc, 0xfc, 0xa9, 0x78, 0xae, 0xf6, 0x4e, 0xe8, 0xff, 0x6c, 0x1f, 0x14, 0xe5, 0x2f, 0x98, 0xbb, 0xcb, 0xf5, 0x9a, 0xb4, 0xae, 0x7c, 0xef, 0x29, 0x40, 0xa1, 0x0b, 0x62, 0x3a, 0x0a, 0xb5, 0x8e, 0xcf, 0x65, 0x69, 0x16, 0xb3, 0x01, 0x27, 0x6a, 0xad, 0x53, 0x04, 0x23, 0x21, 0x64, 0x47, 0x26, 0x33, 0x29, 0x0c, 0xc5, 0x10, 0xcb, 0xe1, 0x2a, 0xc9, 0x46, 0x68, 0x32, 0x3c, 0xd1, 0xeb, 0x6f, 0x80, 0x1f, 0x39, 0x2d, 0xd3, 0x05, 0xfc, 0xe6, 0x23, 0x13, 0x20, 0xb7, 0xe0, 0x34, 0xfc, 0x66, 0xf0, 0xcd, 0x92, 0x6f, 0x7c, 0xf8, 0x05, 0xf4, 0x9c, 0x9b, 0x27, 0x04, 0xbb, 0x61, 0x8c, 0xb8, 0xcf, 0x66, 0x90, 0xb3, 0x08, 0x41, 0x17, 0x9c, 0xdf, 0x05, 0x47, 0x1a, 0x23, 0xe0, 0x9d, 0x59, 0x0b, 0xcd, 0x26, 0x6e, 0x70, 0xd4, 0xb9, 0x15, 0xd6, 0xbc, 0xf2, 0x80, 0x69, 0xc0, 0x39, 0x28, 0xd7, 0x73, 0xf2, 0x2a, 0x62, 0xc3, 0xce, 0xc8, 0x5d, 0x1a, 0x11, 0xfe, 0xac, 0x11, 0xe1, 0x4f, 0xc5, 0x11, 0xfc, 0xbf, 0x70, 0xf0, 0x31, 0xf7, 0x50, 0x1e, 0x0f, 0xe8, 0xfb, 0x44, 0xf9, 0x5e, 0xb1, 0x37, 0xcb, 0xf7, 0xc2, 0xc1, 0x63, 0xe8, 0x5d, 0x63, 0x2f, 0xc4, 0x6d, 0x62, 0x69, 0x85, 0x69, 0x10, 0xbd, 0x0e, 0xea, 0x8c, 0x45, 0x09, 0x78, 0x94, 0x84, 0x30, 0xd9, 0x25, 0x14, 0xc4, 0x90, 0x5f, 0x5b, 0xb8, 0xa6, 0x4e, 0xe4, 0x6a, 0x18, 0x9d, 0xbc, 0xdc, 0x6b, 0x01, 0xe8, 0x11, 0xa4, 0xec, 0xbd, 0xc7, 0x21, 0x23, 0x77, 0x3f, 0x9c, 0xb8, 0x78, 0xc5, 0x10, 0x7c, 0xfa, 0xcc, 0xa0, 0xd5, 0x87, 0x2e, 0x43, 0x13, 0x7a, 0xde, 0xc4, 0x05, 0xea, 0x4d, 0xa6, 0xfd, 0x95, 0x9f, 0xd5, 0x8d, 0x41, 0x57, 0x59, 0xdd, 0x8d, 0x80, 0xe7, 0xf5, 0xa3, 0x5a, 0x52, 0x4d, 0x5b, 0xd9, 0x6b, 0x4c, 0xa9, 0x1d, 0xb4, 0x00, 0x78, 0xfd, 0xcb, 0xf7, 0x8c, 0xbd, 0xf1, 0xe4, 0xf3, 0xbd, 0x1e, 0xe3, 0x7c, 0x14, 0x47, 0x11, 0x0c, 0x57, 0x7c, 0xcd, 0xc0, 0xee, 0xc5, 0xd0, 0xe3, 0xbb, 0x7f, 0x2d, 0xfb, 0xe2, 0xb8, 0x61, 0x28, 0x01, 0xf0, 0x34, 0x8b, 0x5a, 0x89, 0x17, 0x44, 0x1b, 0x59, 0x5a, 0x4e, 0xce, 0xc1, 0x89, 0xcb, 0xc2, 0x89, 0xd3, 0xc6, 0x44, 0x08, 0x23, 0x29, 0x2c, 0x89, 0xb1, 0xc1, 0x00, 0x12, 0x5b, 0x6a, 0x04, 0xa7, 0xc3, 0xca, 0x1d, 0x87, 0xe0, 0x76, 0xb5, 0xeb, 0x5f, 0x7e, 0x07, 0xc1, 0x99, 0x87, 0x3c, 0x04, 0x5b, 0x00, 0xb9, 0x32, 0xe8, 0xaa, 0xb0, 0xbb, 0x03, 0xaf, 0xad, 0x1d, 0xd5, 0x92, 0x6a, 0xca, 0xeb, 0xdb, 0x2c, 0x7a, 0x15, 0x68, 0x6b, 0x5f, 0xa6, 0x4b, 0xe4, 0x40, 0xce, 0x85, 0x9d, 0x11, 0x23, 0x11, 0x7c, 0xea, 0x68, 0xe4, 0x76, 0xc6, 0x37, 0x03, 0x1f, 0x43, 0xaf, 0xed, 0xbe, 0x9f, 0xf2, 0x4c, 0x8f, 0x89, 0xf9, 0xe5, 0x70, 0x02, 0x28, 0x95, 0xfa, 0x27, 0x42, 0xcb, 0x89, 0xd9, 0xd0, 0x2a, 0x36, 0x87, 0xa5, 0xd9, 0xc4, 0xf5, 0xb8, 0xd2, 0xae, 0xd1, 0xc4, 0x4c, 0x08, 0x2b, 0x52, 0xc8, 0xc5, 0x10, 0xca, 0xa1, 0x93, 0x84, 0x9e, 0x95, 0xf5, 0xe6, 0x0d, 0x30, 0x56, 0x5a, 0xc1, 0x2b, 0x1f, 0x40, 0xab, 0x84, 0xad, 0xea, 0x60, 0x8f, 0xdf, 0x20, 0xed, 0xbf, 0x68, 0xac, 0x32, 0xd0, 0x4d, 0x61, 0x37, 0x00, 0x9e, 0xd5, 0x4a, 0x53, 0x3b, 0xaa, 0x25, 0xaf, 0xeb, 0x73, 0x93, 0xb2, 0x59, 0xad, 0x79, 0xdd, 0xf1, 0x9a, 0x70, 0x37, 0xe7, 0xc1, 0xce, 0x86, 0x15, 0x11, 0x7e, 0xb7, 0xdd, 0x40, 0x7f, 0xdc, 0xd1, 0x83, 0x7f, 0xb7, 0x11, 0xf8, 0x98, 0x07, 0x30, 0x7f, 0x7b, 0xa2, 0x69, 0xd7, 0x67, 0xca, 0xf5, 0x98, 0x74, 0x13, 0xcf, 0x7f, 0x74, 0x06, 0x84, 0x1a, 0xc3, 0xe7, 0xc0, 0xf3, 0xb1, 0x1b, 0xec, 0xc9, 0x81, 0x46, 0xd1, 0x6b, 0xa1, 0x76, 0xc4, 0x6a, 0x5b, 0x70, 0x22, 0x6b, 0xeb, 0x85, 0xf0, 0x54, 0x0a, 0x43, 0x31, 0x34, 0x72, 0x48, 0x04, 0xe9, 0x14, 0x9f, 0x5d, 0xe4, 0xe0, 0xff, 0xef, 0xfb, 0x5b, 0x30, 0x65, 0xfd, 0x29, 0xb9, 0x8c, 0xa2, 0x47, 0x5c, 0x0c, 0x01, 0x5f, 0x2f, 0x1d, 0xaf, 0x1c, 0x74, 0x55, 0xd8, 0x9d, 0xc0, 0xf3, 0x3a, 0xf1, 0xba, 0x51, 0x0d, 0xa9, 0x96, 0xbc, 0xae, 0xd5, 0x87, 0xce, 0x02, 0x5e, 0xef, 0x72, 0x3d, 0x26, 0x7f, 0xfa, 0x48, 0xe3, 0xae, 0xf4, 0x65, 0x17, 0x7f, 0xb3, 0x33, 0x61, 0x24, 0xc2, 0xdd, 0xbe, 0x22, 0x82, 0xd5, 0x55, 0xff, 0x3e, 0x0d, 0xfc, 0x0f, 0xd8, 0x07, 0x4b, 0xf9, 0x3b, 0xe6, 0xc1, 0x52, 0xed, 0x43, 0xba, 0xe1, 0x64, 0xfc, 0xc6, 0x27, 0xa5, 0x5e, 0x48, 0x2a, 0xae, 0x12, 0xeb, 0x1d, 0xa9, 0x3f, 0xce, 0x39, 0x99, 0x2e, 0x71, 0x13, 0x42, 0xb4, 0x4b, 0x64, 0xd9, 0x0b, 0x66, 0x41, 0x0c, 0xbb, 0x1c, 0x46, 0x82, 0x84, 0x2d, 0x3d, 0x50, 0xa4, 0xf0, 0x1f, 0xbf, 0xfc, 0x31, 0x7b, 0xa2, 0xc8, 0x1c, 0x68, 0x63, 0xb0, 0x5d, 0x00, 0x37, 0x84, 0x5c, 0x06, 0xfa, 0x5a, 0xf7, 0xf9, 0xd4, 0xad, 0xee, 0x7a, 0xe0, 0xb5, 0xa1, 0xda, 0x69, 0x6b, 0x59, 0x6f, 0xf4, 0x62, 0x27, 0xfc, 0x58, 0xf3, 0x92, 0xed, 0x47, 0xf7, 0x24, 0x06, 0xec, 0x2c, 0xfc, 0x4d, 0x27, 0xc2, 0x7d, 0x1a, 0x11, 0x7c, 0x66, 0x37, 0x90, 0x5d, 0xe4, 0x9a, 0xad, 0xfa, 0x0f, 0x68, 0xe0, 0xff, 0x3b, 0x87, 0x1f, 0xf3, 0x0f, 0xcc, 0x3f, 0xcb, 0x76, 0x8d, 0x5e, 0x56, 0xae, 0xe7, 0x24, 0xb0, 0x65, 0x32, 0x7b, 0x4d, 0xf8, 0x73, 0x78, 0x1c, 0xa2, 0xed, 0xb2, 0x39, 0xfe, 0x49, 0x17, 0x9d, 0xb5, 0xc2, 0x57, 0xb1, 0xd4, 0x8e, 0xe0, 0xb1, 0x20, 0x85, 0x8a, 0x18, 0xaa, 0x72, 0x60, 0xa2, 0x57, 0x1d, 0x2d, 0x12, 0xf0, 0xbf, 0xfc, 0xf6, 0x47, 0x48, 0xcc, 0xa1, 0x55, 0x3f, 0x5b, 0x1d, 0xea, 0xa8, 0x75, 0xa6, 0xfd, 0x95, 0x41, 0x6e, 0x0e, 0xba, 0x3a, 0xec, 0xbc, 0x2e, 0xbc, 0x4e, 0x54, 0xb3, 0xe6, 0xf6, 0x1a, 0x52, 0x2d, 0x1b, 0x45, 0x2c, 0xc3, 0x23, 0x0f, 0xaf, 0xf1, 0x24, 0x28, 0xd3, 0x35, 0x2a, 0x8d, 0x6a, 0x6f, 0x67, 0xe0, 0x41, 0x0d, 0x17, 0x7f, 0xd3, 0xf0, 0xa2, 0xba, 0x1b, 0xe8, 0x2f, 0x92, 0x6f, 0xfb, 0x91, 0xc7, 0xd2, 0xaa, 0xaf, 0x85, 0x1f, 0xf3, 0xaf, 0xfb, 0x1e, 0x7a, 0xfa, 0xd1, 0x67, 0xba, 0xc7, 0xbc, 0x8c, 0xc7, 0x21, 0xa0, 0x54, 0xe8, 0x13, 0x0f, 0xcd, 0xc6, 0xaf, 0xc1, 0x09, 0x5c, 0x07, 0x2d, 0x30, 0x01, 0x13, 0xd6, 0x41, 0xed, 0xf0, 0x95, 0x38, 0xb1, 0xda, 0xd8, 0x85, 0x08, 0x37, 0x10, 0x42, 0x2a, 0x85, 0x91, 0x18, 0x59, 0x1a, 0x28, 0x74, 0x82, 0xd8, 0x25, 0x19, 0x99, 0xb6, 0xaf, 0x50, 0xc1, 0xa7, 0x07, 0x7f, 0x76, 0xbf, 0xfc, 0x0e, 0xbc, 0xa0, 0x7d, 0x1e, 0xc4, 0x2a, 0xd4, 0x02, 0xb8, 0x5d, 0x01, 0x5f, 0x2b, 0x1e, 0xab, 0x00, 0x74, 0x73, 0xd8, 0xed, 0xc0, 0x87, 0x3b, 0x81, 0xd7, 0xd6, 0xa6, 0x0e, 0xfe, 0x37, 0xd5, 0x8c, 0x6a, 0x47, 0x35, 0x6c, 0x16, 0xbd, 0x06, 0x2a, 0xf6, 0x8e, 0x03, 0x5e, 0xdf, 0x67, 0xba, 0xc5, 0x9c, 0xbe, 0xff, 0x3f, 0x25, 0xff, 0x4b, 0xb5, 0xd7, 0x49, 0xe0, 0x93, 0xbb, 0x41, 0x61, 0xc3, 0xcf, 0xc1, 0xff, 0xa7, 0x7d, 0x02, 0xfe, 0x8d, 0x79, 0xe8, 0xe1, 0xba, 0xed, 0xab, 0xa1, 0x04, 0x37, 0xf1, 0xc2, 0x18, 0x28, 0x95, 0x06, 0x4c, 0x85, 0x80, 0xf1, 0x59, 0x38, 0x91, 0x6b, 0x21, 0x20, 0x66, 0x1d, 0x34, 0xc1, 0xbf, 0xd7, 0x0a, 0x5f, 0x01, 0xb5, 0xc2, 0x28, 0x2b, 0x6d, 0x11, 0x08, 0xe1, 0x2a, 0x85, 0xb9, 0x18, 0x86, 0x72, 0x48, 0x04, 0x69, 0x31, 0x39, 0x07, 0x7e, 0xf9, 0xf5, 0xb7, 0x42, 0x81, 0xff, 0xea, 0xc7, 0x5f, 0xc2, 0xb0, 0x45, 0x79, 0xee, 0xa2, 0x8d, 0x35, 0x83, 0xd9, 0x00, 0x6a, 0x21, 0xe0, 0x06, 0x90, 0x9b, 0x81, 0xee, 0x06, 0xbb, 0x2b, 0xf0, 0x8e, 0x7a, 0x50, 0x6d, 0xb0, 0x46, 0x54, 0x2b, 0xaa, 0x19, 0xab, 0x1d, 0xc1, 0x8f, 0xb5, 0xe4, 0x75, 0xc5, 0x1a, 0xdf, 0x78, 0xa4, 0x56, 0xdb, 0x2a, 0xf6, 0xba, 0xff, 0x5b, 0x27, 0xc1, 0x3f, 0x7c, 0x4d, 0x02, 0x4f, 0xe0, 0xbf, 0x5f, 0x07, 0xff, 0xdf, 0x05, 0xf0, 0xff, 0x4b, 0x0b, 0x3f, 0xe6, 0x3f, 0x94, 0xa7, 0x5b, 0x0e, 0x7b, 0x11, 0x27, 0xe8, 0x16, 0x86, 0x26, 0x0a, 0xaa, 0x0c, 0x4a, 0x82, 0x66, 0x13, 0xd6, 0xd8, 0x26, 0x12, 0xd3, 0x38, 0x6a, 0x0d, 0xd4, 0x0c, 0x5d, 0x8e, 0x59, 0x01, 0x35, 0xc3, 0x9c, 0x91, 0x4b, 0xe1, 0x81, 0x18, 0x2c, 0x3a, 0x38, 0x04, 0x92, 0x9c, 0x78, 0xe3, 0x23, 0xaf, 0xc0, 0xff, 0xea, 0xbb, 0x1f, 0x61, 0xee, 0xb6, 0xb3, 0x50, 0x3f, 0x4a, 0x01, 0x62, 0x37, 0x90, 0xe5, 0x50, 0x0b, 0xe1, 0x66, 0x80, 0xaf, 0x31, 0x19, 0xb3, 0x02, 0xe8, 0x3a, 0xd8, 0xb5, 0x35, 0x60, 0x35, 0xc1, 0xda, 0x50, 0x8d, 0x78, 0xbd, 0x68, 0x01, 0xab, 0x8a, 0x35, 0xe4, 0xf5, 0x7c, 0xa6, 0xfb, 0x84, 0x5b, 0x4f, 0xb6, 0x1c, 0xdc, 0x89, 0xd7, 0xdb, 0x5e, 0xfb, 0x7f, 0x6b, 0x78, 0x30, 0x3a, 0x12, 0xe9, 0x2f, 0x90, 0x6f, 0x8b, 0x04, 0x85, 0x01, 0xff, 0x83, 0x2a, 0xf0, 0x63, 0x1e, 0xc6, 0x3c, 0xf2, 0x74, 0xdb, 0x51, 0x11, 0xce, 0x09, 0x8b, 0x61, 0x8f, 0x1a, 0xd0, 0x71, 0xa8, 0x19, 0x4e, 0x26, 0xa5, 0x51, 0xd4, 0x6a, 0xbb, 0x04, 0xfa, 0x88, 0xa4, 0x50, 0x13, 0xc3, 0x9a, 0x1c, 0xb6, 0x0c, 0x5d, 0xb8, 0x97, 0x3d, 0x39, 0x65, 0xb5, 0x7d, 0xf7, 0xe3, 0xcf, 0xb0, 0x34, 0xff, 0x15, 0x3c, 0x1a, 0xac, 0x97, 0xc2, 0x2b, 0x04, 0xd8, 0x23, 0xa8, 0x55, 0x21, 0x37, 0x06, 0x5d, 0x06, 0xbb, 0x3e, 0x54, 0x1b, 0x5e, 0x27, 0xaa, 0x19, 0xd5, 0x4e, 0x53, 0xcb, 0xdf, 0x4a, 0xb5, 0x19, 0x15, 0x42, 0x35, 0xb6, 0xd7, 0x5a, 0x45, 0x82, 0x07, 0x05, 0x12, 0x78, 0xb2, 0x13, 0x14, 0xfa, 0x05, 0xaf, 0xca, 0xb1, 0x47, 0x79, 0xe5, 0xe7, 0xf0, 0x63, 0xe8, 0x5c, 0xf8, 0xdf, 0xd2, 0x1d, 0xc3, 0xe6, 0xe1, 0x6a, 0x01, 0x3c, 0x35, 0x86, 0xcd, 0x86, 0xa6, 0x38, 0xb9, 0x4d, 0xa3, 0x6d, 0x69, 0x38, 0x76, 0x15, 0xd4, 0x18, 0xb3, 0xcc, 0x91, 0x9a, 0xa1, 0xcb, 0x94, 0xa4, 0x10, 0x8a, 0xa1, 0x20, 0x87, 0x8b, 0x24, 0x1a, 0x51, 0x96, 0xef, 0x7f, 0x45, 0xfd, 0xd3, 0xdf, 0xbe, 0xf9, 0x01, 0x52, 0x77, 0x9f, 0x87, 0x16, 0x93, 0x36, 0x58, 0x84, 0x56, 0x11, 0xea, 0x08, 0x67, 0xff, 0x6a, 0x49, 0x23, 0x83, 0x5c, 0x02, 0xba, 0x01, 0xec, 0x35, 0x42, 0x97, 0xb9, 0xd4, 0x80, 0x6a, 0xc2, 0xeb, 0x43, 0xb5, 0xa2, 0x87, 0xb4, 0xb5, 0x35, 0x2c, 0xd5, 0x21, 0x64, 0x36, 0xaf, 0xaf, 0x45, 0x09, 0xfe, 0xee, 0xa1, 0x04, 0x5e, 0x3d, 0x69, 0x26, 0x3a, 0xfa, 0xe8, 0x5f, 0xd2, 0xe0, 0xd5, 0x99, 0x5f, 0x06, 0x3f, 0xe6, 0x51, 0xcc, 0xe3, 0x65, 0x3b, 0x45, 0x6c, 0x7a, 0xa6, 0x1b, 0x4e, 0x9e, 0x3d, 0x35, 0x46, 0xcc, 0x85, 0x26, 0x51, 0xab, 0x58, 0x68, 0x82, 0x1b, 0xe1, 0x84, 0xd7, 0x0c, 0x5d, 0x8a, 0x93, 0xcf, 0xe3, 0x5a, 0x90, 0x1a, 0x52, 0x29, 0xec, 0x09, 0x53, 0x94, 0x43, 0x28, 0x88, 0x2d, 0xb5, 0x23, 0x56, 0xc2, 0x92, 0xbc, 0x0b, 0x86, 0x3b, 0xc1, 0xd7, 0x78, 0xd4, 0x49, 0xce, 0x3d, 0x0d, 0x0d, 0xc6, 0x65, 0x19, 0x80, 0xe9, 0x69, 0x56, 0x1a, 0x27, 0x4c, 0x11, 0xf2, 0xb0, 0x15, 0x86, 0x73, 0xa5, 0x87, 0xdd, 0x16, 0xdb, 0xbc, 0x53, 0x0d, 0x1a, 0x46, 0xae, 0x64, 0x35, 0xe1, 0xf5, 0xa9, 0x89, 0xb5, 0xd2, 0xd6, 0xae, 0x4c, 0xa7, 0xf0, 0x6c, 0xaa, 0xa9, 0xbd, 0xb6, 0x2a, 0x12, 0xfc, 0x53, 0x20, 0x81, 0xca, 0x35, 0xc1, 0xdd, 0x1a, 0x4e, 0xbd, 0x3a, 0x0a, 0x79, 0x72, 0xf4, 0x79, 0x40, 0xe1, 0xe8, 0xc3, 0xe1, 0x7f, 0xc8, 0x00, 0xfe, 0xc7, 0xd8, 0x64, 0xfd, 0xf5, 0xaf, 0x4f, 0x95, 0xee, 0x1c, 0xb9, 0xbd, 0x6c, 0xb7, 0xf1, 0xc0, 0x53, 0x1d, 0x77, 0x82, 0xc6, 0xe3, 0x56, 0x62, 0x56, 0xe1, 0x59, 0x73, 0x15, 0x34, 0x88, 0x5c, 0x81, 0x45, 0xc8, 0x84, 0xea, 0x21, 0x99, 0x50, 0x23, 0x64, 0xa9, 0x2d, 0x63, 0x0c, 0xa4, 0x70, 0x88, 0x61, 0x22, 0x87, 0x44, 0x10, 0x77, 0x51, 0x6c, 0xe9, 0x99, 0xbc, 0x0d, 0xb6, 0x9c, 0x7c, 0x13, 0x3e, 0xba, 0xf9, 0x3f, 0xf8, 0xf9, 0x97, 0x5f, 0xd9, 0xc3, 0x99, 0x67, 0xaf, 0x7e, 0x02, 0xb3, 0x36, 0x9f, 0x66, 0x8f, 0x86, 0x98, 0x82, 0xaa, 0x0c, 0xb0, 0x18, 0x68, 0x43, 0xb0, 0x15, 0x00, 0xb7, 0x65, 0x99, 0x04, 0xf4, 0x65, 0xae, 0x73, 0x6a, 0x9f, 0x67, 0x36, 0xe7, 0x38, 0xf7, 0x0d, 0xc7, 0xae, 0x64, 0xb5, 0x60, 0x35, 0xc1, 0xda, 0x10, 0xfc, 0xda, 0x9a, 0x95, 0xe9, 0x14, 0xb1, 0xe7, 0xde, 0x7b, 0xff, 0xf1, 0xb4, 0x5d, 0x80, 0xc7, 0x0c, 0x24, 0x78, 0x48, 0x20, 0x81, 0xec, 0x28, 0xf4, 0x80, 0x87, 0xd7, 0x03, 0xb7, 0x65, 0xf5, 0x57, 0x3d, 0xfa, 0x3c, 0xac, 0x13, 0xc0, 0x09, 0xbf, 0x2d, 0x4f, 0xdc, 0xfb, 0xe0, 0x23, 0xa5, 0x51, 0x82, 0x02, 0xed, 0x84, 0x56, 0x1d, 0x92, 0x8c, 0x93, 0xbe, 0x02, 0x77, 0x80, 0x95, 0x2c, 0x0d, 0x51, 0x82, 0x9a, 0x58, 0x8c, 0xea, 0xa3, 0x6d, 0x22, 0xb8, 0x66, 0xa9, 0x44, 0x0c, 0x89, 0x1c, 0x56, 0x04, 0x31, 0x39, 0x6a, 0x15, 0x79, 0x42, 0x57, 0x58, 0xec, 0xa3, 0x11, 0xe0, 0xcb, 0xdc, 0xe7, 0xc7, 0x01, 0xfa, 0x52, 0xf7, 0x79, 0xc5, 0xb9, 0xa6, 0x39, 0xa7, 0xb9, 0x77, 0xd4, 0x01, 0x6b, 0x52, 0x7d, 0xd8, 0x2c, 0x17, 0xf8, 0x4b, 0x77, 0x89, 0x3c, 0x7c, 0xcf, 0x83, 0x0f, 0x97, 0xa1, 0x5a, 0x6a, 0xea, 0xaa, 0x95, 0xc0, 0xea, 0x51, 0xe8, 0xb6, 0xec, 0x02, 0xa2, 0x67, 0x7a, 0x0b, 0xe3, 0xc2, 0x57, 0x7d, 0xf5, 0xb7, 0x4d, 0xd8, 0x93, 0x94, 0x7b, 0x1e, 0x7a, 0xbc, 0x5c, 0x99, 0xce, 0xe1, 0x87, 0xca, 0x76, 0x8d, 0x06, 0x1e, 0xfa, 0x7c, 0xa1, 0x06, 0x91, 0xcb, 0x59, 0x01, 0x28, 0xf4, 0x77, 0xb6, 0x13, 0x8c, 0x5e, 0xa2, 0x8b, 0x48, 0x0a, 0xdd, 0x8e, 0x21, 0x94, 0xc3, 0x40, 0x10, 0x8d, 0x28, 0x9e, 0xc9, 0x52, 0x98, 0x71, 0xf6, 0xc3, 0xb4, 0xbf, 0xa2, 0x31, 0x86, 0xb8, 0xae, 0xe8, 0xc2, 0x8c, 0x76, 0x9f, 0x57, 0x9a, 0x6b, 0xed, 0xfc, 0x37, 0x8c, 0x58, 0xc1, 0x1e, 0xb1, 0xd3, 0xd6, 0xa8, 0x74, 0xe7, 0xf0, 0x02, 0xaa, 0x9d, 0xbd, 0x8e, 0x4f, 0x68, 0x24, 0x28, 0xac, 0x5d, 0x40, 0xf5, 0x51, 0x21, 0xcb, 0xd7, 0x02, 0x66, 0xc7, 0x9f, 0x7b, 0x25, 0xc7, 0x1f, 0x6f, 0xce, 0xfe, 0x1c, 0x7e, 0xbd, 0x00, 0x4f, 0x51, 0xee, 0xf9, 0xfb, 0x7f, 0xca, 0xe2, 0x85, 0xf1, 0x6e, 0xed, 0x04, 0xd3, 0xdb, 0xe8, 0xea, 0x87, 0xd3, 0xf9, 0x73, 0x19, 0x4b, 0x83, 0x88, 0xe5, 0x50, 0x1b, 0x0b, 0x53, 0x2d, 0x38, 0xc3, 0x96, 0xd1, 0x94, 0x25, 0x02, 0x29, 0xcc, 0xe5, 0x70, 0x13, 0x44, 0x2a, 0x89, 0xa2, 0x2c, 0x45, 0x16, 0x83, 0x3e, 0x85, 0x28, 0x02, 0x2e, 0x81, 0x9c, 0xa7, 0x1a, 0x4b, 0x86, 0x63, 0x5e, 0x6b, 0x11, 0xfc, 0x11, 0xcb, 0x9d, 0xf3, 0x8e, 0x35, 0xa8, 0xd8, 0x3f, 0xd1, 0x15, 0xfe, 0x8e, 0x61, 0xf9, 0x58, 0xb3, 0x67, 0x78, 0xfd, 0x34, 0x12, 0x3c, 0xae, 0xa9, 0xf3, 0xa3, 0x85, 0x78, 0x2d, 0x50, 0xa8, 0xc7, 0x20, 0x15, 0x01, 0xfe, 0x6a, 0x41, 0x00, 0x8f, 0x8e, 0x3f, 0x1a, 0x01, 0xe8, 0xfc, 0xf8, 0xf4, 0x3d, 0xf7, 0x3c, 0x58, 0xa6, 0x64, 0x87, 0xd0, 0xdc, 0x32, 0x5d, 0xa3, 0x80, 0xe7, 0xd9, 0x3e, 0x53, 0xa0, 0xee, 0x98, 0x0c, 0x26, 0x42, 0xfd, 0x70, 0x2a, 0xc6, 0x32, 0xa8, 0x1b, 0x46, 0x12, 0xa4, 0xdb, 0x93, 0x21, 0x8e, 0xa9, 0x1c, 0xe6, 0x82, 0x98, 0x0a, 0x53, 0xc4, 0xb1, 0xd2, 0x37, 0x23, 0xc0, 0x45, 0x90, 0xbb, 0x27, 0x1d, 0x7f, 0x2e, 0x9d, 0xcd, 0x2d, 0xcd, 0x71, 0x7d, 0x96, 0xa5, 0x38, 0xf7, 0xe9, 0x50, 0xbe, 0xf7, 0x64, 0xd0, 0xd6, 0xa4, 0x54, 0xfb, 0x90, 0x8d, 0x25, 0xee, 0xb9, 0xa7, 0x0c, 0xaf, 0x9b, 0x40, 0x80, 0xa2, 0x38, 0x06, 0xfd, 0x55, 0x72, 0x0c, 0x2a, 0x52, 0x01, 0xee, 0xbb, 0x8d, 0x02, 0x94, 0xb4, 0xa7, 0x74, 0xc9, 0xd6, 0x81, 0xf3, 0xcb, 0xbc, 0x38, 0x0e, 0x78, 0x9e, 0xe9, 0x3e, 0x1e, 0x6a, 0x8e, 0x5a, 0x00, 0xf5, 0xc3, 0x96, 0xda, 0x45, 0x58, 0xca, 0x0a, 0x45, 0x05, 0xab, 0x1a, 0x64, 0x4b, 0xb5, 0xa0, 0x74, 0x8d, 0x14, 0x2a, 0x72, 0x64, 0xd8, 0xa1, 0x30, 0x93, 0x44, 0x27, 0xcc, 0xe8, 0x4c, 0xcb, 0xe2, 0x58, 0x07, 0xd9, 0x1c, 0x68, 0x77, 0xb8, 0x97, 0x38, 0xc7, 0x65, 0x00, 0xb9, 0x4b, 0x82, 0x9c, 0xf3, 0x57, 0x3d, 0xd8, 0x06, 0x3f, 0x9f, 0x5f, 0x9a, 0xeb, 0x9a, 0xa3, 0x16, 0x42, 0xb9, 0xee, 0x13, 0x40, 0x5b, 0x8b, 0x92, 0xed, 0x82, 0x57, 0x52, 0x8d, 0x34, 0xf5, 0xb2, 0x22, 0xc0, 0xc3, 0x45, 0x70, 0x1d, 0x70, 0xe7, 0xec, 0x00, 0xf6, 0x09, 0x2d, 0x45, 0x13, 0xfc, 0xc4, 0x73, 0x03, 0xa3, 0xca, 0x74, 0x19, 0xf7, 0xb3, 0x63, 0xf2, 0xbb, 0x8e, 0x83, 0x2a, 0x43, 0x66, 0x42, 0xdd, 0xd0, 0x4c, 0xa8, 0x67, 0x4f, 0xdd, 0xd0, 0x25, 0x50, 0x13, 0x0b, 0x5e, 0x35, 0x28, 0x4d, 0x12, 0x8d, 0x1c, 0x56, 0x04, 0x11, 0xca, 0x92, 0xa1, 0x01, 0xcd, 0xaa, 0x38, 0x56, 0x41, 0xd6, 0x01, 0x3d, 0x3a, 0x43, 0xad, 0xaf, 0x02, 0xc0, 0xb5, 0x90, 0xcb, 0xe6, 0x89, 0xe6, 0x90, 0xe6, 0xd2, 0x39, 0xaf, 0x99, 0x50, 0x75, 0xd8, 0x6c, 0x9c, 0xf7, 0x28, 0x0d, 0xfc, 0x63, 0x6f, 0x3d, 0xd9, 0x62, 0xe0, 0x58, 0x3b, 0xfc, 0xa5, 0x34, 0xf0, 0xdf, 0xb1, 0x3b, 0xc0, 0x6d, 0xbd, 0x06, 0xd0, 0x0b, 0x80, 0x29, 0xf3, 0x68, 0xa3, 0x6e, 0x7d, 0x4b, 0x77, 0x89, 0xf8, 0x1c, 0x27, 0x1f, 0x78, 0x2a, 0xf4, 0x8b, 0x87, 0xda, 0x21, 0xa9, 0x50, 0x07, 0x8f, 0x45, 0x75, 0x42, 0x29, 0x4b, 0xf0, 0xba, 0x00, 0x8b, 0x4f, 0xc5, 0x1c, 0x95, 0xaa, 0x4b, 0x9a, 0x81, 0x1c, 0x69, 0x1a, 0x30, 0x8c, 0x24, 0xb1, 0x28, 0x4c, 0xa1, 0xc6, 0xa0, 0x2f, 0x6e, 0x70, 0xa7, 0x1b, 0x8f, 0x75, 0x94, 0xfb, 0xfc, 0xd0, 0x9c, 0xd5, 0x1e, 0x63, 0x9b, 0x43, 0x36, 0x97, 0xf4, 0xf7, 0xd1, 0x69, 0x38, 0xc7, 0x71, 0xa0, 0x9d, 0xf3, 0x32, 0x5d, 0x22, 0x3f, 0x7b, 0xac, 0x61, 0x97, 0x5e, 0x54, 0x13, 0x81, 0x00, 0xc5, 0xfa, 0x1a, 0xc0, 0x27, 0x1e, 0x05, 0x12, 0x1c, 0x83, 0x1c, 0x12, 0xfc, 0xb3, 0x7c, 0xed, 0x46, 0xa5, 0x3a, 0x86, 0x9d, 0x2f, 0xd3, 0x85, 0x0a, 0x61, 0xcb, 0x33, 0xdd, 0xc6, 0x43, 0x8d, 0x91, 0x29, 0x58, 0xb0, 0x74, 0x5b, 0xd1, 0xec, 0xa9, 0x11, 0x9c, 0x06, 0x55, 0x02, 0x17, 0xdb, 0x32, 0x8a, 0x92, 0xea, 0x48, 0x55, 0x61, 0xd2, 0x14, 0x24, 0x11, 0x0b, 0x63, 0x94, 0x6a, 0x26, 0xa9, 0xaa, 0x1c, 0xc5, 0x7e, 0x8d, 0x12, 0x03, 0x5e, 0x55, 0x33, 0x7e, 0x5b, 0x16, 0x3b, 0xe6, 0x87, 0xe6, 0x4a, 0x3b, 0x77, 0x34, 0x97, 0xd5, 0x47, 0xa4, 0xd8, 0x9e, 0xd4, 0xd2, 0xcc, 0x35, 0x5e, 0xec, 0xbe, 0xf2, 0x8f, 0x0a, 0x0d, 0x9b, 0x0a, 0xe0, 0x17, 0x1d, 0x7f, 0x8a, 0xd5, 0xa3, 0x40, 0x3e, 0xf1, 0x3c, 0x80, 0xd9, 0x2e, 0x40, 0xb9, 0xfb, 0x81, 0x7f, 0x55, 0x7c, 0xba, 0x4d, 0x60, 0x56, 0xe9, 0x2e, 0x91, 0xbf, 0x61, 0x80, 0xa7, 0xc2, 0x80, 0x44, 0xa8, 0x15, 0xbc, 0x18, 0x6a, 0xe1, 0xb5, 0x00, 0x4f, 0xed, 0x90, 0x34, 0x84, 0x8c, 0x8a, 0xbc, 0xc8, 0x29, 0x83, 0x28, 0x3a, 0x41, 0x8c, 0x45, 0x11, 0x48, 0xa3, 0x4d, 0x90, 0x97, 0x11, 0xdd, 0xa6, 0x49, 0x3f, 0xaa, 0x08, 0xb3, 0xd8, 0x78, 0xcc, 0x38, 0x27, 0x34, 0x37, 0x34, 0x47, 0xda, 0x39, 0xa3, 0x39, 0xac, 0x38, 0x20, 0x01, 0xb4, 0x73, 0x4b, 0x73, 0xfd, 0x54, 0x9b, 0xc0, 0x95, 0x77, 0x3f, 0xf0, 0xef, 0x0a, 0x1a, 0xf8, 0x55, 0x56, 0xff, 0x62, 0xf1, 0x3c, 0x80, 0x6f, 0x3c, 0x13, 0x6c, 0x7c, 0x31, 0xec, 0x22, 0x01, 0x7d, 0xf2, 0xe2, 0x23, 0x0d, 0xba, 0x0e, 0x29, 0xdd, 0x31, 0xfc, 0x46, 0xe9, 0xce, 0x58, 0x20, 0x7b, 0xe8, 0x21, 0xb9, 0xaa, 0x43, 0x67, 0x63, 0x21, 0x53, 0x5d, 0x52, 0x23, 0x18, 0x41, 0xc1, 0xa2, 0x57, 0x1e, 0xb9, 0xc8, 0x19, 0x26, 0x85, 0x36, 0x8b, 0xd5, 0x33, 0x4a, 0x2e, 0x4d, 0xd1, 0x64, 0xb1, 0x02, 0xd0, 0xee, 0x80, 0xf3, 0xd0, 0x58, 0xb5, 0x63, 0xaf, 0xca, 0x56, 0xfd, 0x54, 0xb7, 0x79, 0xa2, 0xb9, 0x2b, 0xdb, 0x2d, 0x1a, 0xb4, 0x73, 0x5a, 0xaa, 0x53, 0xf8, 0xcd, 0x47, 0x1b, 0x77, 0x1f, 0x41, 0x73, 0xae, 0x99, 0x7f, 0x4f, 0xce, 0xfe, 0x3e, 0xfb, 0x4c, 0xb0, 0x2f, 0xbc, 0x16, 0x48, 0x7b, 0x14, 0x52, 0x96, 0xe0, 0x6f, 0x65, 0xaa, 0x37, 0x2c, 0xd9, 0x7e, 0xf4, 0xa1, 0xd2, 0x9d, 0x23, 0x40, 0x9b, 0x67, 0x7b, 0x4f, 0x81, 0xea, 0x81, 0xf3, 0xa1, 0x26, 0xed, 0x08, 0x8e, 0xa0, 0x08, 0x41, 0x24, 0x02, 0x41, 0xb0, 0x50, 0x90, 0x45, 0xd2, 0x54, 0x09, 0x94, 0x65, 0xf1, 0x6d, 0x8a, 0xf8, 0xfe, 0x8d, 0xfa, 0x2c, 0x1a, 0x23, 0x8d, 0x9d, 0xe6, 0x80, 0xe6, 0x82, 0xcf, 0x0b, 0xcd, 0x51, 0xf5, 0x91, 0xf3, 0x71, 0xce, 0x62, 0x41, 0x3f, 0x8f, 0x38, 0xb7, 0x05, 0x7f, 0x2f, 0x59, 0xb5, 0xbe, 0x01, 0xfc, 0x9e, 0x1e, 0x7d, 0x7c, 0xee, 0xb5, 0x40, 0xbf, 0xeb, 0xab, 0x41, 0x15, 0x24, 0x78, 0x5a, 0x26, 0x01, 0xe6, 0x99, 0xc7, 0x03, 0x7a, 0x47, 0x96, 0xea, 0x14, 0xf6, 0x79, 0xe9, 0xce, 0xe1, 0xc0, 0x53, 0xa6, 0x4b, 0x04, 0x54, 0xe8, 0x9f, 0x08, 0xd5, 0x02, 0x17, 0x62, 0xd1, 0x17, 0xb1, 0x4f, 0x76, 0xe0, 0xa9, 0x36, 0x0a, 0x01, 0x42, 0x20, 0x2a, 0x8d, 0x58, 0x00, 0x95, 0x1d, 0x59, 0xe8, 0xcc, 0x48, 0xd5, 0x2c, 0xba, 0x4d, 0x51, 0xec, 0x8f, 0x76, 0x0c, 0xf6, 0x71, 0xd1, 0x18, 0x69, 0xac, 0x34, 0x66, 0xed, 0x1c, 0xd0, 0x9c, 0xd0, 0x17, 0x6f, 0x54, 0xe8, 0x9f, 0x60, 0x07, 0xde, 0x39, 0x77, 0xa5, 0x3a, 0x85, 0xde, 0xc4, 0x39, 0x0d, 0xa3, 0xb9, 0xd5, 0xc0, 0x5f, 0x5a, 0x61, 0xe5, 0xf7, 0x04, 0x7e, 0x9f, 0x78, 0x35, 0xe8, 0xef, 0xf6, 0x7e, 0x00, 0xc5, 0xe3, 0x90, 0xfe, 0x9a, 0xc0, 0x4d, 0x84, 0xbf, 0x3f, 0x51, 0xa9, 0x6e, 0xc9, 0xd6, 0x81, 0x5b, 0x4b, 0x77, 0x0a, 0xff, 0x0d, 0x03, 0x3c, 0x65, 0x5f, 0x1c, 0xc7, 0xde, 0xa1, 0x54, 0x1d, 0x45, 0xa8, 0x8e, 0x10, 0x68, 0x43, 0x72, 0x54, 0x19, 0x89, 0x90, 0x0c, 0x9f, 0xcf, 0x40, 0x51, 0x49, 0x65, 0xb7, 0x2c, 0x34, 0x8f, 0x12, 0xb0, 0xb2, 0xb8, 0xde, 0x9f, 0x6a, 0x3f, 0x69, 0x4c, 0x34, 0xb6, 0x6a, 0x92, 0x71, 0x57, 0x1c, 0x30, 0x8d, 0x1e, 0xd1, 0x01, 0xed, 0x5c, 0xd1, 0xdc, 0xe1, 0xf5, 0xd5, 0xa6, 0xfb, 0x9e, 0x2c, 0x5f, 0x5b, 0xb2, 0xea, 0x5b, 0x3d, 0xf3, 0x5b, 0x85, 0xff, 0x77, 0x7d, 0x3f, 0xc0, 0x6d, 0x7f, 0x47, 0x98, 0x17, 0x12, 0x68, 0x77, 0x83, 0xd2, 0x9a, 0xdd, 0xa0, 0xec, 0x7f, 0xea, 0xb4, 0xed, 0x51, 0xb2, 0xc3, 0xe8, 0x57, 0x70, 0x47, 0x00, 0x6d, 0xe8, 0xf1, 0xeb, 0x0a, 0xfd, 0xa7, 0x42, 0xd5, 0x11, 0xf3, 0xa1, 0x2a, 0x82, 0xc1, 0x12, 0xa8, 0x09, 0x02, 0x59, 0xc5, 0x0e, 0x8e, 0x72, 0x46, 0xa8, 0x8b, 0xe3, 0x79, 0xe6, 0x5b, 0xea, 0x13, 0x8d, 0xa1, 0x2a, 0x3b, 0xee, 0x68, 0xc7, 0x66, 0x4b, 0x95, 0x11, 0xf3, 0xd8, 0xae, 0x58, 0xba, 0xcb, 0x58, 0xd0, 0xcf, 0x4f, 0xc9, 0xf6, 0xc1, 0xe7, 0x1f, 0xae, 0xdd, 0xb6, 0x2b, 0x9f, 0x47, 0xc9, 0xaa, 0x5f, 0x94, 0xf0, 0xfb, 0xc4, 0x3b, 0xc2, 0x6e, 0xdb, 0x7b, 0x82, 0x4d, 0x1e, 0x1d, 0xf2, 0x4e, 0x84, 0x7b, 0xee, 0x29, 0xf7, 0x58, 0xb3, 0xbe, 0x51, 0x25, 0x3b, 0x8e, 0xf9, 0x48, 0x5f, 0xe8, 0x52, 0x78, 0x34, 0xa2, 0x8f, 0xe5, 0xae, 0x3c, 0x2c, 0x05, 0xa1, 0x98, 0xaf, 0x09, 0x87, 0x84, 0x42, 0x30, 0xcd, 0x83, 0x8a, 0xc3, 0x34, 0x19, 0xee, 0x9e, 0x4a, 0x2c, 0xf3, 0x8b, 0x38, 0xe2, 0xfb, 0xd6, 0xf6, 0x8d, 0x7e, 0x86, 0xfa, 0x6c, 0x83, 0x9f, 0xc7, 0x39, 0xb6, 0xca, 0xc3, 0xe6, 0x42, 0xf9, 0xbe, 0xf1, 0xf6, 0x8b, 0x5a, 0x1d, 0xf8, 0x1d, 0xc6, 0x7c, 0xf8, 0x58, 0x40, 0xaf, 0xb1, 0x26, 0xc7, 0x1d, 0x55, 0xf0, 0xcd, 0x9e, 0xed, 0xf5, 0xf9, 0xf7, 0x04, 0xdf, 0x96, 0x4f, 0x85, 0xb0, 0xb8, 0x1b, 0xc8, 0xae, 0x0d, 0xcc, 0x44, 0x28, 0x43, 0x0f, 0xdb, 0x3d, 0xd1, 0xbc, 0x7f, 0x7c, 0xa9, 0x0e, 0x21, 0x9f, 0x96, 0xea, 0x18, 0x0a, 0x2e, 0xc1, 0xe2, 0x97, 0xeb, 0x39, 0x11, 0x2a, 0x0e, 0x4a, 0x82, 0xca, 0xc3, 0x53, 0x30, 0x08, 0x90, 0x36, 0x23, 0x78, 0xe6, 0xe1, 0xbf, 0x11, 0x64, 0x29, 0x08, 0x9b, 0x28, 0xf3, 0x8a, 0x38, 0xee, 0xf7, 0x59, 0x89, 0xf5, 0x77, 0x1e, 0xeb, 0x9b, 0xa3, 0x9f, 0x9a, 0xbe, 0x57, 0x66, 0x49, 0x61, 0x63, 0x2b, 0xd7, 0x63, 0xa2, 0x0d, 0x76, 0xfd, 0xf8, 0x3b, 0x84, 0x5c, 0x7f, 0x22, 0xa0, 0xdf, 0x14, 0xcd, 0x43, 0x9b, 0x56, 0xc0, 0x97, 0x3d, 0xc9, 0xe5, 0xcd, 0x91, 0xc7, 0x27, 0x3f, 0x23, 0xa8, 0x48, 0x3e, 0x17, 0x48, 0xb7, 0x1b, 0x14, 0x96, 0x08, 0xd2, 0x6b, 0x84, 0xbb, 0xff, 0xf5, 0xdf, 0x4a, 0x8f, 0x37, 0xef, 0x97, 0x50, 0xaa, 0x7d, 0xc8, 0x07, 0x6e, 0x20, 0x60, 0xe8, 0xb1, 0x6e, 0xfa, 0xc8, 0xee, 0x4a, 0x43, 0x66, 0xd9, 0x65, 0x90, 0xa7, 0xd2, 0x30, 0x5b, 0x2a, 0xe2, 0xaa, 0x5a, 0x61, 0x28, 0x4f, 0x0a, 0x4b, 0xc5, 0x42, 0x4a, 0x05, 0x47, 0x6c, 0xb7, 0x4f, 0xf7, 0xc5, 0xef, 0xd7, 0xb4, 0x7f, 0x38, 0x86, 0xf2, 0xb8, 0xc3, 0xd1, 0x98, 0x44, 0x63, 0x2d, 0xd9, 0x3e, 0xe4, 0xbd, 0x27, 0x5a, 0x0c, 0x88, 0xa3, 0xe7, 0x53, 0x4c, 0xa0, 0x37, 0x5b, 0xf1, 0x55, 0xc1, 0x37, 0x7a, 0xa4, 0xc7, 0x67, 0x3f, 0x17, 0xa8, 0xc8, 0x3e, 0x19, 0xce, 0x60, 0x37, 0x50, 0x11, 0x41, 0x76, 0x34, 0x32, 0xda, 0x15, 0x9c, 0x3b, 0x03, 0x1d, 0x8d, 0x9a, 0xf4, 0x1c, 0x5d, 0xb2, 0x5d, 0xd0, 0xf9, 0x52, 0x1d, 0xc7, 0x80, 0x28, 0xf4, 0x0a, 0xc7, 0xf2, 0x7d, 0xe2, 0xa0, 0xc2, 0xa0, 0x64, 0x76, 0x74, 0x50, 0x49, 0xa5, 0xa1, 0xae, 0x62, 0xf0, 0x38, 0x05, 0x31, 0x8e, 0xf6, 0x77, 0xf8, 0xed, 0xd0, 0x6d, 0xaa, 0xde, 0x7f, 0xc5, 0x81, 0xc9, 0xec, 0x23, 0xc7, 0xcb, 0x76, 0x1d, 0x07, 0xb2, 0x71, 0x95, 0x6c, 0x3f, 0xea, 0xdc, 0x63, 0x8d, 0x7b, 0x04, 0xe3, 0x1c, 0x3c, 0xa3, 0x83, 0xde, 0x68, 0xb5, 0x37, 0x3b, 0xea, 0xa8, 0x80, 0x5f, 0xec, 0x56, 0xfd, 0x22, 0xfb, 0x6c, 0x50, 0x2f, 0x45, 0x30, 0xda, 0x15, 0x54, 0x64, 0x70, 0x39, 0x26, 0x3d, 0x54, 0xad, 0x55, 0xfb, 0xa7, 0x5a, 0x0d, 0xcb, 0x2a, 0xd9, 0x7e, 0xcc, 0x37, 0x78, 0x0e, 0x06, 0x51, 0x4a, 0x75, 0x8e, 0x80, 0xb2, 0xf4, 0xe1, 0x4e, 0x7d, 0x13, 0x50, 0x88, 0x99, 0x50, 0x71, 0xc8, 0x1c, 0x5c, 0xa1, 0x45, 0x99, 0x5b, 0x44, 0x11, 0xdc, 0x17, 0xf6, 0x81, 0xfa, 0x52, 0x1e, 0xfb, 0x54, 0x96, 0x1d, 0x6f, 0xc2, 0x41, 0xd6, 0x7f, 0x5c, 0xed, 0xbf, 0x7e, 0xe2, 0xf9, 0xa1, 0xab, 0x1f, 0xaa, 0xde, 0xb2, 0x9d, 0x04, 0x78, 0x55, 0xe8, 0x45, 0xab, 0x7d, 0x61, 0x81, 0xef, 0xf3, 0x9f, 0x0d, 0xea, 0xcd, 0x6e, 0x60, 0x55, 0x04, 0xb3, 0x6b, 0x04, 0x95, 0x5d, 0xc1, 0x48, 0x06, 0x37, 0x21, 0xf0, 0x78, 0x54, 0xf1, 0xd1, 0x26, 0xbd, 0xc2, 0x9f, 0x6a, 0x1d, 0xb8, 0xaf, 0x64, 0x87, 0x90, 0x9f, 0x30, 0x20, 0x4b, 0x29, 0x7a, 0x7e, 0xa1, 0xdb, 0x78, 0x28, 0x87, 0x3b, 0x44, 0xf9, 0xfe, 0x89, 0xf0, 0x2c, 0xee, 0x12, 0x15, 0xf0, 0xc8, 0x61, 0xcb, 0xec, 0x42, 0x8e, 0xed, 0x76, 0x9f, 0x1d, 0x8c, 0xab, 0x7b, 0xff, 0xa9, 0xec, 0x3e, 0xcb, 0x74, 0x1f, 0x6f, 0x07, 0x3e, 0xc4, 0x28, 0x3f, 0x3e, 0xd5, 0x66, 0x64, 0xfe, 0xa3, 0x4d, 0x7b, 0x86, 0xde, 0xfd, 0xef, 0x47, 0x2b, 0x48, 0x80, 0x37, 0x83, 0xde, 0x6c, 0xb5, 0x37, 0x3b, 0xe3, 0x7b, 0x03, 0xbe, 0x4f, 0x7e, 0x3a, 0xb4, 0xca, 0xb5, 0x41, 0x61, 0x89, 0xa0, 0xba, 0x2b, 0x18, 0xc9, 0xa0, 0xdf, 0x19, 0x44, 0x42, 0xb8, 0x49, 0x71, 0xff, 0x13, 0xa5, 0xab, 0x3c, 0xde, 0xb4, 0x77, 0xe4, 0x93, 0x6d, 0x86, 0xef, 0x2e, 0xd9, 0x3e, 0x18, 0x77, 0x86, 0xd1, 0x60, 0x16, 0x76, 0xb6, 0x7e, 0x31, 0x12, 0x4a, 0xd3, 0x1b, 0xc2, 0x71, 0xb7, 0x28, 0x8b, 0x47, 0x91, 0x67, 0xf0, 0x0c, 0x5e, 0xbe, 0x5f, 0x22, 0x94, 0x1f, 0x30, 0x1d, 0xca, 0x0f, 0x9c, 0x01, 0xe5, 0x51, 0x14, 0xca, 0xb3, 0x83, 0x67, 0xb2, 0x38, 0xfe, 0x7b, 0xc0, 0x0c, 0xdb, 0xcf, 0xe0, 0xcf, 0xd2, 0xef, 0xd0, 0xef, 0xd2, 0x6d, 0xd0, 0x6d, 0xd1, 0x6d, 0x96, 0xea, 0x14, 0x0a, 0x2a, 0x7d, 0xc0, 0xbe, 0x7e, 0xfd, 0x54, 0xeb, 0xe1, 0xbb, 0x1e, 0x6f, 0xd6, 0x33, 0xe2, 0x81, 0x47, 0xca, 0x54, 0x36, 0x80, 0x5d, 0x0f, 0xbc, 0x6c, 0xa5, 0x57, 0x85, 0x5e, 0xb4, 0xda, 0x17, 0x05, 0xf8, 0x3e, 0xf9, 0xd5, 0x49, 0xca, 0xdf, 0x10, 0x23, 0x10, 0x41, 0x76, 0x8d, 0xa0, 0xba, 0x2b, 0xc8, 0x64, 0xb0, 0x22, 0x84, 0xa1, 0x14, 0xf4, 0x8e, 0xb4, 0xff, 0xd6, 0xe9, 0xd0, 0xe3, 0xc9, 0x96, 0x83, 0x17, 0x3e, 0xd5, 0x36, 0xf0, 0x74, 0xc9, 0x76, 0xc1, 0x3f, 0x94, 0x6c, 0x4f, 0xb0, 0xf9, 0x40, 0xb0, 0x2f, 0x4f, 0xb7, 0x19, 0x79, 0xea, 0x89, 0x96, 0x03, 0x17, 0xfe, 0xb7, 0x5e, 0xfb, 0x6e, 0xd4, 0x57, 0x8b, 0xb0, 0x9b, 0x01, 0x6f, 0x05, 0x7a, 0xd1, 0x6a, 0x6f, 0x76, 0xc6, 0x57, 0x01, 0xbf, 0xd8, 0x7f, 0x55, 0x92, 0x6c, 0x47, 0x10, 0x5d, 0x2c, 0x7b, 0x2a, 0x83, 0x37, 0x42, 0x88, 0x8e, 0x4d, 0x5a, 0x29, 0x5c, 0xc4, 0xa0, 0x4f, 0x3b, 0x78, 0xb8, 0x6e, 0x87, 0xce, 0xf4, 0xb0, 0xea, 0x53, 0x2f, 0x0c, 0xdb, 0xf0, 0x74, 0xdb, 0xc0, 0x8b, 0x78, 0x31, 0x8d, 0x52, 0x04, 0x43, 0x11, 0xe7, 0x7b, 0xba, 0x2f, 0xba, 0x4f, 0xba, 0xef, 0x47, 0xea, 0xb5, 0xed, 0x74, 0xef, 0xbd, 0x0f, 0x96, 0x96, 0x80, 0x6e, 0x06, 0xbb, 0x55, 0xe0, 0xbd, 0x85, 0x5e, 0x74, 0x71, 0x6b, 0x65, 0xc5, 0x2f, 0x96, 0x5f, 0x98, 0xf7, 0x7f, 0x0a, 0x17, 0xcb, 0x66, 0xbb, 0x82, 0x99, 0x0c, 0xfa, 0x63, 0x92, 0x27, 0x42, 0xa8, 0x8a, 0xa1, 0xdf, 0x35, 0x9c, 0x92, 0xdc, 0x7b, 0x6f, 0xc9, 0x7f, 0x56, 0x6a, 0xd2, 0xe8, 0x91, 0x06, 0x9d, 0x7b, 0x3f, 0xd6, 0xac, 0xdf, 0xb8, 0x27, 0x5a, 0x0e, 0x5a, 0xf0, 0xe4, 0x0b, 0xc3, 0x73, 0x9e, 0x7a, 0x61, 0xc4, 0xbe, 0xa7, 0xda, 0x04, 0x9e, 0xc5, 0xbc, 0xf5, 0x74, 0xdb, 0xa0, 0x4f, 0x30, 0x5f, 0xb1, 0xb4, 0x0b, 0xfe, 0x8d, 0x85, 0xff, 0x77, 0xdb, 0xa0, 0x4f, 0x9f, 0x6a, 0x3b, 0xea, 0x1a, 0xfb, 0x59, 0xfc, 0x1d, 0xfa, 0x5d, 0xba, 0x0d, 0xba, 0xad, 0x47, 0xea, 0xbf, 0xd8, 0x93, 0x6e, 0x9b, 0xee, 0x43, 0x00, 0xb7, 0x08, 0x72, 0x33, 0xd0, 0x3d, 0x05, 0xde, 0xe8, 0x78, 0xa3, 0x87, 0x5e, 0x75, 0xb5, 0x2f, 0x56, 0x47, 0x9d, 0xa2, 0xda, 0x15, 0x54, 0x64, 0xd0, 0xef, 0x0c, 0xfa, 0x6b, 0x06, 0xd9, 0xee, 0x60, 0x24, 0x84, 0x56, 0x0a, 0x15, 0x31, 0x44, 0x82, 0x88, 0x24, 0x79, 0x5c, 0x41, 0x1c, 0x59, 0x54, 0x6e, 0xeb, 0x31, 0x09, 0xe0, 0xaa, 0xa0, 0x3f, 0xac, 0x9b, 0x03, 0xab, 0xc0, 0xeb, 0xcf, 0xf4, 0x46, 0x2b, 0xbd, 0x2a, 0xf4, 0x7f, 0x2e, 0xce, 0xab, 0x7d, 0x61, 0xec, 0x0a, 0x9e, 0xc8, 0x60, 0xb4, 0x3b, 0xe8, 0x77, 0x08, 0x33, 0x29, 0xf4, 0x62, 0xc8, 0xe4, 0x90, 0x49, 0x22, 0x93, 0xa5, 0xb0, 0x22, 0xbb, 0x3f, 0x7d, 0xbf, 0x64, 0x90, 0xff, 0x47, 0x37, 0x56, 0x19, 0xec, 0x46, 0xc0, 0xcb, 0x56, 0x79, 0x2b, 0xd0, 0xdf, 0x51, 0xc7, 0x9c, 0xc2, 0xd8, 0x15, 0xf4, 0x32, 0x18, 0xed, 0x0c, 0x56, 0x84, 0x50, 0x95, 0x42, 0x26, 0x86, 0x5e, 0x0e, 0x91, 0x20, 0x7a, 0x49, 0x1e, 0x36, 0x91, 0xc6, 0x6a, 0x64, 0xb7, 0xfb, 0x1f, 0x49, 0x1e, 0x92, 0x40, 0x2e, 0x03, 0x5d, 0x15, 0x76, 0x55, 0xe0, 0xcd, 0x56, 0xfa, 0x3f, 0x34, 0xf4, 0x56, 0x76, 0x06, 0xd5, 0xdd, 0x41, 0x24, 0x84, 0x27, 0x52, 0x68, 0xc5, 0x30, 0x92, 0x43, 0x24, 0x89, 0x4c, 0x96, 0x87, 0x14, 0x05, 0x32, 0x02, 0xf8, 0x21, 0x13, 0xa8, 0x45, 0x70, 0x1b, 0x41, 0xfe, 0x0f, 0xc1, 0xb8, 0xad, 0xc0, 0xae, 0x0a, 0xbc, 0xec, 0x78, 0xe3, 0x87, 0xbe, 0x90, 0x76, 0x07, 0x23, 0x21, 0x54, 0xa5, 0x90, 0x89, 0x21, 0x92, 0x43, 0x2f, 0x88, 0x5e, 0x12, 0x33, 0x61, 0x0a, 0x23, 0xa2, 0xfb, 0xfa, 0x87, 0x20, 0x32, 0xc0, 0x8d, 0x40, 0x57, 0x85, 0x5d, 0x05, 0x78, 0xff, 0x2a, 0x7f, 0x1b, 0x84, 0x30, 0xda, 0x21, 0xb4, 0x52, 0x98, 0xed, 0x14, 0x5a, 0x31, 0x8c, 0xe4, 0x10, 0x49, 0x62, 0x24, 0x8b, 0x59, 0xcc, 0xa0, 0x55, 0xc9, 0xdf, 0x4d, 0xe0, 0x36, 0x82, 0xfc, 0x7e, 0xc1, 0x3c, 0xc8, 0x56, 0xf6, 0x7b, 0x74, 0x73, 0xeb, 0x5f, 0xe1, 0x7d, 0x5c, 0x08, 0xad, 0x14, 0x7f, 0x91, 0x48, 0x21, 0x12, 0x43, 0x45, 0x10, 0x91, 0x28, 0x46, 0xc2, 0x14, 0x45, 0x44, 0xf7, 0x2d, 0xea, 0xa3, 0x0c, 0x70, 0xd9, 0x8a, 0x2e, 0x5b, 0xd9, 0x45, 0xab, 0xbb, 0x1f, 0xf8, 0x62, 0x22, 0x85, 0x8a, 0x18, 0x46, 0x72, 0xc8, 0x24, 0x11, 0x89, 0x22, 0xcb, 0xfd, 0x1e, 0x46, 0xf5, 0xf6, 0x45, 0x7d, 0x33, 0x02, 0x5c, 0xb6, 0xa2, 0xcb, 0x40, 0x17, 0xc1, 0xee, 0x07, 0xbe, 0x18, 0x49, 0xa1, 0x15, 0xc3, 0x48, 0x0e, 0x23, 0x41, 0x64, 0xa2, 0x18, 0x49, 0x53, 0x54, 0x31, 0xea, 0x83, 0xa8, 0xcf, 0x32, 0xc0, 0x65, 0x90, 0xfb, 0x41, 0xff, 0x03, 0xcb, 0x61, 0x26, 0x88, 0x4c, 0x96, 0xbf, 0x28, 0xc8, 0xe3, 0x4d, 0x8c, 0xee, 0xcb, 0xa8, 0x8f, 0x32, 0xc0, 0xfd, 0x90, 0xfb, 0x9b, 0xb2, 0x20, 0x32, 0x51, 0x44, 0xc2, 0xc8, 0x72, 0x97, 0xc5, 0xa8, 0xdc, 0xa6, 0xac, 0x3f, 0xa2, 0xbe, 0xfb, 0x9b, 0xbf, 0xfd, 0xae, 0xf2, 0x14, 0x46, 0xfc, 0xad, 0x90, 0xdb, 0xff, 0x03, 0x2f, 0xe5, 0x69, 0x23, 0x0f, 0xc1, 0x38, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int dialog_information_192_png_len = 17098; unsigned char edit_copy_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x0c, 0xa5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0x6c, 0x1c, 0x47, 0x1d, 0x9f, 0xfd, 0xb8, 0xb3, 0x7d, 0x4e, 0xec, 0x6b, 0xd4, 0xc4, 0x67, 0x62, 0x78, 0xa3, 0x08, 0x89, 0x27, 0xa8, 0xc2, 0x03, 0xe2, 0xa9, 0x0f, 0x11, 0x54, 0x42, 0x04, 0xa9, 0x42, 0x48, 0x14, 0xa4, 0x82, 0x9a, 0x8a, 0x07, 0x83, 0x4a, 0x88, 0x8d, 0x9d, 0x20, 0x0b, 0x62, 0xa8, 0xfb, 0x82, 0x64, 0x89, 0x8a, 0x44, 0x3c, 0xf0, 0x00, 0x02, 0x1e, 0x40, 0x3c, 0x34, 0x7c, 0xbc, 0x56, 0x21, 0xaa, 0xca, 0x47, 0x9a, 0xe0, 0x96, 0x20, 0x9a, 0x20, 0x68, 0x5c, 0x92, 0xc6, 0x4d, 0xec, 0xfb, 0xbe, 0xfd, 0x1a, 0x66, 0xf6, 0x6e, 0xee, 0x76, 0xef, 0xf6, 0x7b, 0x67, 0xf7, 0x76, 0xf6, 0x66, 0x94, 0x8d, 0xf7, 0xce, 0x73, 0xeb, 0xbd, 0xf9, 0xfd, 0xfe, 0xbf, 0xf9, 0xff, 0x67, 0xfe, 0x33, 0x2b, 0x03, 0x5e, 0x26, 0xba, 0xc8, 0xbc, 0x09, 0x38, 0x01, 0x6c, 0x65, 0x7b, 0x7b, 0x7b, 0xae, 0xd5, 0x6a, 0x2d, 0x42, 0xd8, 0xe1, 0xe4, 0x88, 0x58, 0x24, 0x49, 0x68, 0x36, 0x1a, 0xfa, 0xee, 0xc6, 0xc6, 0x86, 0xc2, 0x14, 0x01, 0xb6, 0xb6, 0x2e, 0x9c, 0x68, 0x75, 0x6a, 0x27, 0x0d, 0xf4, 0x1d, 0x80, 0x20, 0x71, 0x24, 0x23, 0x16, 0x0d, 0x35, 0xe0, 0xf4, 0xac, 0x50, 0xdd, 0xdc, 0xdc, 0xfc, 0xf9, 0xfa, 0xfa, 0xfa, 0x3d, 0x26, 0x08, 0x60, 0x5a, 0x3e, 0x06, 0xdf, 0x00, 0x1c, 0x79, 0x0a, 0x05, 0x1a, 0xc2, 0x9c, 0x58, 0x00, 0x9f, 0x42, 0xa7, 0x3f, 0x65, 0x82, 0x00, 0xad, 0xd6, 0xc1, 0xa2, 0x01, 0x44, 0x13, 0xfc, 0xcf, 0x7e, 0xe6, 0x73, 0xa0, 0x52, 0x39, 0xc6, 0x51, 0x8c, 0x58, 0xae, 0x5c, 0xbd, 0x02, 0x76, 0x76, 0x76, 0x80, 0x00, 0x84, 0x25, 0x66, 0xba, 0x00, 0x09, 0x15, 0x43, 0x87, 0xe6, 0x79, 0xe5, 0x7d, 0x15, 0x50, 0x9e, 0x2b, 0x73, 0x24, 0x23, 0x96, 0x47, 0x8f, 0x3c, 0x6a, 0xfe, 0x14, 0x04, 0x28, 0x31, 0x43, 0x00, 0x5e, 0x78, 0x14, 0x30, 0x52, 0x0c, 0xe4, 0x10, 0x54, 0xab, 0x55, 0xde, 0x4a, 0x01, 0x4a, 0xb1, 0x28, 0x83, 0x52, 0xe9, 0x10, 0x1f, 0x07, 0xe0, 0x85, 0x13, 0x80, 0x17, 0x4e, 0x00, 0x5e, 0x38, 0x01, 0x78, 0xe1, 0x04, 0xe0, 0x85, 0x13, 0x60, 0x62, 0x0a, 0x0a, 0x98, 0x38, 0x01, 0x26, 0x18, 0x7e, 0xae, 0x00, 0x1c, 0x78, 0x4e, 0x00, 0x0e, 0x3e, 0x27, 0x00, 0x07, 0x9e, 0x13, 0x80, 0x03, 0xcf, 0x09, 0xc0, 0xc1, 0xe7, 0x04, 0x98, 0x18, 0xe0, 0x0d, 0x83, 0x13, 0x60, 0x22, 0xc1, 0x37, 0x0c, 0xae, 0x00, 0xdc, 0xea, 0x39, 0x01, 0x38, 0xf0, 0x9c, 0x00, 0x5c, 0xee, 0x39, 0x01, 0x70, 0x51, 0x94, 0x36, 0x68, 0x36, 0xdb, 0x54, 0x6f, 0xee, 0xce, 0xee, 0x9d, 0xca, 0xc1, 0xfe, 0xfe, 0x11, 0x20, 0x8e, 0xcf, 0xea, 0x61, 0xaf, 0x8a, 0x24, 0x89, 0x40, 0x2e, 0x14, 0x5d, 0xeb, 0x49, 0x92, 0x04, 0x8a, 0xc5, 0xee, 0xef, 0x77, 0x77, 0xdf, 0xc6, 0x09, 0x81, 0xc0, 0x40, 0x1f, 0xfe, 0xc1, 0x8b, 0x17, 0x9e, 0x1a, 0x17, 0xb8, 0x22, 0x14, 0xa1, 0x21, 0x0b, 0xb7, 0x56, 0x9f, 0x5f, 0x7d, 0x5d, 0x10, 0x04, 0x98, 0x28, 0x01, 0x30, 0xf8, 0x77, 0xef, 0xde, 0xa5, 0x72, 0x2d, 0x08, 0xa1, 0xf8, 0xd7, 0x6b, 0x7f, 0xfe, 0x7c, 0xa3, 0x51, 0x7f, 0x8c, 0x55, 0xcb, 0x12, 0x06, 0xff, 0x8f, 0x8d, 0x00, 0x10, 0x61, 0x2e, 0xe8, 0x10, 0x6c, 0xbd, 0xf8, 0xfd, 0xcb, 0x17, 0x2f, 0x5e, 0x3c, 0x75, 0xfa, 0xf4, 0x69, 0x95, 0x89, 0x2e, 0xe0, 0xad, 0x5b, 0xff, 0xfa, 0x18, 0xcb, 0xe0, 0x67, 0x90, 0x8d, 0x4f, 0x3e, 0x3c, 0xd8, 0x7b, 0x16, 0x9d, 0xfd, 0x88, 0x09, 0x02, 0x34, 0x1a, 0xb5, 0xe3, 0xe4, 0xfc, 0xd9, 0xaf, 0x3e, 0x67, 0xca, 0x29, 0x2f, 0x91, 0xa4, 0x14, 0x5c, 0xfa, 0xc9, 0x8f, 0x89, 0x1a, 0x7c, 0x9c, 0x19, 0x02, 0xa0, 0x2e, 0xa0, 0x9f, 0x4f, 0xff, 0xc8, 0x23, 0x47, 0x38, 0x90, 0x34, 0x44, 0xc0, 0x10, 0xa6, 0x12, 0xf5, 0x01, 0x44, 0x11, 0x1f, 0x22, 0x6f, 0xe9, 0x49, 0x8d, 0x02, 0xe6, 0xe6, 0xca, 0xe6, 0x41, 0xa3, 0xec, 0xbc, 0x71, 0x03, 0x80, 0x9a, 0x7d, 0x3d, 0x82, 0xaa, 0xaa, 0xc8, 0xd1, 0x6c, 0x70, 0xc4, 0x02, 0x94, 0x52, 0x69, 0x16, 0x14, 0x0a, 0x05, 0x3e, 0x0e, 0xc0, 0x0b, 0x27, 0x00, 0x2f, 0x9c, 0x00, 0xbc, 0x70, 0x02, 0xf0, 0x92, 0x3c, 0x01, 0x9a, 0xcd, 0x3a, 0x78, 0xf0, 0xe0, 0x01, 0x95, 0x6b, 0xa9, 0xaa, 0xc2, 0x91, 0x61, 0x8d, 0x00, 0x8a, 0xa2, 0x81, 0x7a, 0xbd, 0x49, 0xe5, 0x5a, 0x46, 0x9e, 0x67, 0x5f, 0x52, 0x29, 0x90, 0x77, 0x01, 0x13, 0x09, 0x3b, 0x0c, 0x07, 0x3e, 0x27, 0xc0, 0x04, 0x03, 0xcf, 0x09, 0x90, 0x1b, 0xf0, 0x61, 0xac, 0xcf, 0x53, 0x23, 0xc0, 0xf4, 0x74, 0x11, 0x94, 0xcb, 0x74, 0x46, 0x02, 0x45, 0x91, 0x6f, 0x54, 0x96, 0xa4, 0xd5, 0x27, 0x44, 0x80, 0x12, 0xa8, 0x54, 0x4a, 0x71, 0xdd, 0x3f, 0xf3, 0xff, 0xa0, 0xc3, 0x98, 0x1c, 0xf8, 0xdc, 0x8c, 0x03, 0x70, 0xaf, 0x9f, 0x16, 0xf8, 0xb8, 0x4e, 0x98, 0x5e, 0x41, 0xe6, 0xe0, 0xe7, 0xc7, 0xea, 0xa3, 0xb8, 0x03, 0x32, 0x07, 0x9e, 0x7d, 0x27, 0x6f, 0x50, 0x05, 0x8e, 0x93, 0x00, 0x46, 0xc0, 0xec, 0x59, 0x0e, 0x3c, 0x4d, 0xb9, 0x8f, 0x0a, 0x3c, 0x75, 0x02, 0xec, 0xef, 0x57, 0x03, 0x24, 0x85, 0x06, 0xcb, 0xbd, 0x6f, 0xb7, 0x5b, 0x1c, 0xf8, 0x04, 0xad, 0x7e, 0x0c, 0x5d, 0xc0, 0x64, 0x2e, 0xba, 0xc8, 0x9a, 0xdc, 0x8f, 0x89, 0x00, 0xe9, 0x2f, 0xba, 0xe8, 0x74, 0x3a, 0x40, 0xd7, 0xf5, 0x9c, 0xca, 0x3d, 0x00, 0x53, 0x53, 0x45, 0x73, 0x1d, 0x02, 0x0d, 0x47, 0x50, 0xce, 0xa3, 0xd5, 0xef, 0xed, 0xed, 0x81, 0x5a, 0xad, 0x96, 0x5b, 0xb9, 0x3f, 0x7e, 0xfc, 0x38, 0x38, 0x7c, 0xf8, 0x70, 0xec, 0x08, 0x20, 0x21, 0x02, 0x70, 0xb9, 0x4f, 0x5b, 0xee, 0xed, 0x97, 0x1a, 0xd3, 0x64, 0x50, 0xa9, 0x54, 0x02, 0x4b, 0x4b, 0x4b, 0x54, 0x48, 0xf2, 0xe6, 0x3f, 0xfe, 0xce, 0x9d, 0xbc, 0x00, 0xe0, 0x8f, 0x72, 0x68, 0x6c, 0x61, 0xa0, 0x61, 0xee, 0x96, 0x8d, 0x0f, 0x1a, 0x56, 0x9f, 0xc7, 0xb9, 0x00, 0xda, 0xc0, 0xc7, 0xb1, 0x7a, 0x8a, 0x04, 0xe0, 0x72, 0xcf, 0x92, 0xdc, 0x53, 0x26, 0x40, 0x12, 0xde, 0x3d, 0x1d, 0xb6, 0x54, 0x2a, 0x15, 0xb0, 0xb0, 0xb0, 0x90, 0x5b, 0xb9, 0xef, 0x46, 0x00, 0x70, 0x5c, 0x51, 0x40, 0x52, 0x56, 0x4f, 0x4f, 0x2a, 0xdc, 0x42, 0x24, 0x16, 0x81, 0x0f, 0x6a, 0xf5, 0x29, 0x44, 0x01, 0xde, 0x00, 0x29, 0x8a, 0x62, 0xd9, 0x1f, 0x20, 0x9e, 0x3a, 0x68, 0xba, 0x96, 0xeb, 0xbe, 0x3e, 0x79, 0xe0, 0xa9, 0xe7, 0x04, 0xfa, 0x5b, 0x27, 0x4e, 0x08, 0x0d, 0xb7, 0x3f, 0x80, 0xfb, 0x35, 0x35, 0x55, 0xe5, 0xde, 0x3d, 0x48, 0x1e, 0xfc, 0x80, 0x04, 0x48, 0xaf, 0xaf, 0x67, 0xd5, 0x61, 0x4c, 0xdb, 0xc9, 0xa3, 0x01, 0xbc, 0x37, 0x01, 0x02, 0x00, 0x91, 0x65, 0xe0, 0xf7, 0xf7, 0xf7, 0x41, 0xbb, 0xdd, 0x49, 0x0b, 0xfe, 0x54, 0x80, 0x9f, 0x9e, 0x9e, 0x06, 0x73, 0x73, 0xf3, 0x81, 0xfe, 0x7e, 0xe2, 0x09, 0x21, 0x59, 0xb7, 0xfa, 0x46, 0xa3, 0x91, 0xe8, 0x50, 0xf0, 0x38, 0xe4, 0xfe, 0xf0, 0xe1, 0x39, 0x07, 0x02, 0xc0, 0xd8, 0x8e, 0xa0, 0x4c, 0x0b, 0x78, 0xf7, 0xfd, 0x01, 0xc8, 0x87, 0x44, 0xc7, 0x6b, 0xb1, 0xb6, 0xa5, 0x40, 0x56, 0xe5, 0x3e, 0xd1, 0x28, 0x20, 0x88, 0x95, 0x8e, 0xee, 0x0f, 0x10, 0xdd, 0xe2, 0x6f, 0xfe, 0xf3, 0x4d, 0x50, 0xab, 0xd7, 0x32, 0x06, 0x7c, 0x52, 0x56, 0x1f, 0x4f, 0x1d, 0x62, 0x66, 0x85, 0xfb, 0x13, 0x60, 0xd2, 0x9d, 0xbc, 0xac, 0x7a, 0xf7, 0x90, 0x52, 0x62, 0x30, 0xe5, 0xd9, 0xc0, 0x6c, 0x00, 0x8f, 0xf7, 0xeb, 0x9b, 0x99, 0x99, 0xc9, 0x89, 0xdc, 0x77, 0xcb, 0xd4, 0xd4, 0x54, 0x80, 0x7a, 0x63, 0x9c, 0x0c, 0xca, 0x92, 0xc5, 0x1f, 0x3d, 0x7a, 0x34, 0x07, 0x56, 0x1f, 0x46, 0xee, 0xc7, 0x9a, 0x13, 0x98, 0x04, 0xf8, 0xe3, 0x61, 0x4e, 0x96, 0x07, 0x73, 0x82, 0x80, 0x9f, 0x72, 0x5a, 0xb8, 0x1d, 0x24, 0x3c, 0x12, 0xb8, 0xbf, 0xff, 0x80, 0x82, 0xd5, 0x1b, 0xe6, 0x52, 0x73, 0xee, 0xdd, 0x27, 0x0b, 0x7c, 0x0c, 0x02, 0x38, 0x23, 0xac, 0x69, 0x0a, 0xa8, 0x56, 0xeb, 0x74, 0x3a, 0x14, 0x43, 0x9f, 0x30, 0xab, 0x8f, 0x2e, 0xf7, 0x89, 0x47, 0x01, 0x41, 0xe5, 0x9e, 0x4d, 0x0f, 0x7f, 0x32, 0xad, 0x3e, 0x02, 0x01, 0xd8, 0x0a, 0xeb, 0xf0, 0xa4, 0x94, 0xd7, 0x48, 0x60, 0xb8, 0xc6, 0x4b, 0x1f, 0x78, 0x9c, 0xf4, 0x69, 0x8f, 0x62, 0xc2, 0x00, 0x0f, 0xfb, 0xf5, 0x83, 0x10, 0x5c, 0x76, 0x86, 0xdb, 0xb0, 0x6c, 0xd3, 0xc2, 0x5e, 0x4c, 0x8f, 0x53, 0xc2, 0x9d, 0xd2, 0xc2, 0x59, 0x89, 0xe9, 0x07, 0x6d, 0x1f, 0x46, 0xee, 0x61, 0xbf, 0x4e, 0xf7, 0x80, 0x31, 0x14, 0xc0, 0xf0, 0xea, 0x9f, 0xdd, 0x63, 0xef, 0x72, 0x79, 0x8e, 0x0a, 0x39, 0x92, 0xc8, 0x09, 0xcc, 0xb7, 0xdc, 0x43, 0xc7, 0x7a, 0x91, 0x15, 0xc0, 0x89, 0x01, 0x7e, 0xa0, 0xe2, 0xac, 0x60, 0x7c, 0x04, 0xe9, 0x46, 0xfc, 0xae, 0x55, 0x28, 0xc8, 0x14, 0x81, 0xa7, 0x03, 0x68, 0xf4, 0x7a, 0x61, 0x81, 0x0f, 0x03, 0x3e, 0x74, 0xad, 0x13, 0x4b, 0x01, 0x08, 0x40, 0x44, 0x8a, 0x68, 0xc6, 0xf4, 0x69, 0x75, 0x1d, 0xac, 0x0f, 0xe1, 0x46, 0x05, 0xde, 0x0a, 0x7e, 0x4c, 0x05, 0xa0, 0x0b, 0x7e, 0x9a, 0x3e, 0xc3, 0xfc, 0xfc, 0xbc, 0xef, 0x50, 0x70, 0x96, 0xe5, 0xbe, 0xe0, 0xf1, 0x68, 0x1a, 0x3f, 0xf0, 0xa9, 0x29, 0x00, 0x8b, 0xc0, 0x13, 0xab, 0x9f, 0x9d, 0x9d, 0x35, 0x0f, 0x7a, 0x56, 0x9f, 0x94, 0xdc, 0x43, 0x6a, 0x56, 0x3f, 0x5c, 0x37, 0x9e, 0x13, 0xc8, 0xe5, 0x3e, 0x05, 0xb9, 0x87, 0x94, 0xeb, 0x11, 0xe0, 0x29, 0x64, 0x04, 0x19, 0xc0, 0xf0, 0x0f, 0x07, 0x32, 0x63, 0xf5, 0x93, 0xe7, 0xdd, 0xfb, 0xb5, 0x03, 0x3e, 0xa7, 0x12, 0x06, 0x46, 0xd9, 0xf1, 0x63, 0xb2, 0xac, 0x3e, 0x2b, 0x72, 0x1f, 0xbd, 0x1d, 0x03, 0x0c, 0x04, 0xa5, 0x0d, 0xbc, 0x11, 0x1b, 0x78, 0xbc, 0x3f, 0x80, 0xa6, 0xe9, 0xa9, 0xca, 0x7d, 0x9a, 0x56, 0x8f, 0x73, 0x03, 0xf0, 0x73, 0x0c, 0x69, 0x0c, 0x07, 0x47, 0xcc, 0x0a, 0x4e, 0x46, 0xee, 0xfd, 0x48, 0x17, 0x54, 0xee, 0xef, 0xdf, 0xc7, 0xfb, 0x03, 0x54, 0x33, 0x20, 0xf7, 0xa1, 0x34, 0x2d, 0xf0, 0xb5, 0x16, 0x17, 0x17, 0x47, 0xf6, 0x07, 0xc0, 0x45, 0x10, 0x84, 0xfe, 0x11, 0x8f, 0x00, 0xae, 0x0c, 0x48, 0xce, 0xea, 0xfd, 0xaf, 0x95, 0xd7, 0xb4, 0xac, 0xf8, 0x72, 0x6f, 0x05, 0x5d, 0x08, 0xf9, 0x88, 0xbd, 0x40, 0x03, 0x41, 0xc9, 0x59, 0xbd, 0x41, 0xe5, 0x5a, 0x2c, 0x65, 0xe1, 0xd2, 0x70, 0xf2, 0xdc, 0xac, 0x5e, 0x88, 0xf0, 0x7c, 0x45, 0xd9, 0x5f, 0x8e, 0xd3, 0x95, 0xfb, 0x30, 0x8f, 0x9e, 0x9b, 0x04, 0xe0, 0xfd, 0xac, 0xde, 0x6a, 0xf9, 0xd4, 0xba, 0x00, 0x23, 0xc2, 0x5c, 0x40, 0x5c, 0xab, 0xb7, 0x02, 0x2f, 0x08, 0x22, 0x15, 0xf0, 0xf3, 0x2c, 0xf7, 0x4e, 0x80, 0xd3, 0xf3, 0x01, 0x2c, 0xd6, 0x9f, 0x26, 0xf0, 0x41, 0xac, 0x3f, 0x08, 0xf0, 0x78, 0x7f, 0x80, 0x63, 0xc7, 0x16, 0x72, 0x11, 0xd3, 0x3b, 0x81, 0x2f, 0xcb, 0x72, 0xbf, 0xad, 0x9c, 0x48, 0x40, 0xa5, 0x0b, 0xa0, 0x69, 0xf5, 0x7e, 0x72, 0x1f, 0x84, 0x04, 0xf6, 0x11, 0x2e, 0x6f, 0xab, 0xc7, 0xd3, 0xc9, 0xdd, 0xcb, 0xb0, 0x38, 0x84, 0xeb, 0xef, 0xe4, 0x05, 0x95, 0xff, 0x20, 0x64, 0xf0, 0x98, 0x0b, 0x30, 0x52, 0xb5, 0xfa, 0x60, 0x7d, 0x3f, 0x7b, 0x43, 0xb8, 0x71, 0x81, 0x0f, 0x03, 0x7a, 0xa2, 0x3e, 0x00, 0x2d, 0xef, 0xde, 0xcb, 0xea, 0xa3, 0x3e, 0x7b, 0x38, 0x2f, 0x43, 0xb8, 0x61, 0x9d, 0x3c, 0x1a, 0x24, 0x88, 0xbc, 0x3c, 0x9c, 0xa6, 0xdc, 0x0f, 0xbf, 0x27, 0x88, 0x02, 0x35, 0xe0, 0x27, 0x41, 0xee, 0xdd, 0x40, 0x8f, 0xdc, 0x05, 0x0c, 0x72, 0x01, 0x8c, 0xd8, 0x56, 0x1f, 0x04, 0xf0, 0xe8, 0xe1, 0x5f, 0x56, 0xe4, 0x3e, 0x0c, 0xf8, 0xc1, 0xe5, 0x3e, 0x2a, 0x09, 0x62, 0x2b, 0x40, 0x58, 0x1f, 0x80, 0x86, 0xd5, 0x87, 0x8f, 0x02, 0xb8, 0xdc, 0x7b, 0xbd, 0x17, 0x33, 0x0a, 0x30, 0xa8, 0x58, 0xbd, 0x9b, 0x77, 0x1f, 0x95, 0x04, 0xd1, 0xc0, 0xcf, 0x87, 0xdc, 0x27, 0x45, 0x02, 0xd9, 0x2f, 0xfc, 0xc3, 0x5b, 0x93, 0x04, 0x55, 0x00, 0x27, 0xf0, 0x82, 0xbc, 0x37, 0xf2, 0xda, 0xf3, 0xe6, 0x59, 0xb2, 0x7a, 0xf7, 0xa9, 0x5a, 0x1a, 0x56, 0xee, 0xe7, 0x07, 0xc4, 0xf2, 0x01, 0xfc, 0xba, 0x80, 0xa8, 0x61, 0xa2, 0x17, 0xf8, 0x4e, 0x64, 0x19, 0xc8, 0x26, 0x0c, 0x01, 0xe8, 0xf8, 0xe5, 0x3e, 0xce, 0x10, 0x6e, 0x5c, 0x12, 0x38, 0xb6, 0x23, 0x00, 0xb3, 0x9e, 0x04, 0xd0, 0xcd, 0x95, 0x14, 0xdd, 0x0f, 0xbe, 0x73, 0xf7, 0xae, 0x09, 0xb0, 0xe1, 0xd8, 0x2b, 0x18, 0x23, 0x6f, 0x89, 0xbd, 0x73, 0xd1, 0x8e, 0xac, 0xdb, 0xee, 0x30, 0xbd, 0x97, 0xbd, 0x4f, 0x91, 0x7a, 0xe2, 0xe0, 0x77, 0x1d, 0x45, 0x09, 0x04, 0x60, 0x3c, 0x27, 0x2f, 0x7d, 0xb9, 0x4f, 0xda, 0xf2, 0x87, 0xad, 0xbf, 0x9f, 0x1d, 0x8c, 0xef, 0x5f, 0x10, 0x2a, 0x9e, 0x04, 0x98, 0x99, 0x99, 0xff, 0x5f, 0xab, 0x53, 0xd3, 0x11, 0xee, 0xd2, 0xab, 0xaf, 0x5e, 0x05, 0x63, 0x2d, 0x82, 0xf9, 0xcf, 0xd5, 0x71, 0x62, 0xd9, 0xc9, 0x8b, 0x2b, 0xed, 0x41, 0x3e, 0x87, 0xef, 0x03, 0x1b, 0x70, 0xf7, 0x7e, 0x20, 0xf9, 0x06, 0x92, 0x27, 0x01, 0x96, 0x97, 0x97, 0xab, 0x5b, 0x5b, 0x17, 0xfe, 0x28, 0x8a, 0xc2, 0x49, 0x4c, 0x02, 0x90, 0xb9, 0x02, 0xa9, 0x02, 0x9f, 0xa6, 0x93, 0x47, 0x3b, 0xc4, 0xf3, 0x7a, 0x8f, 0x00, 0xdf, 0x3f, 0xc8, 0xbd, 0x40, 0x20, 0xf9, 0xfa, 0x00, 0x2b, 0x2b, 0xe7, 0x5e, 0xdb, 0xde, 0xde, 0xbe, 0xd9, 0x6a, 0xb5, 0x16, 0x21, 0xec, 0x8c, 0xf1, 0x91, 0x72, 0xd2, 0x09, 0x24, 0x01, 0x1f, 0xf1, 0x07, 0x62, 0x32, 0xe4, 0x3e, 0x48, 0x1d, 0x08, 0x0d, 0x73, 0x3d, 0xa4, 0x75, 0x5d, 0xe1, 0xb5, 0xeb, 0xd7, 0xfa, 0xdf, 0x1c, 0x0a, 0x01, 0x08, 0x40, 0x94, 0x00, 0xfd, 0xa8, 0x8e, 0xd3, 0xd6, 0x5f, 0xd8, 0xda, 0x3c, 0xc8, 0xab, 0xdc, 0xd3, 0xb6, 0x7c, 0x7c, 0x1f, 0x18, 0x78, 0x4c, 0x00, 0xd3, 0x6f, 0xeb, 0x29, 0xc0, 0xb5, 0xeb, 0x7f, 0x03, 0xaf, 0x5c, 0x79, 0xc5, 0x72, 0x5f, 0xb0, 0x13, 0x22, 0x0a, 0xc8, 0x90, 0xf0, 0xa3, 0x2f, 0x33, 0x70, 0x68, 0xf2, 0x3b, 0x84, 0x8b, 0x0f, 0x4d, 0xd3, 0xfa, 0x16, 0x8c, 0xa7, 0x7c, 0xf1, 0x33, 0x94, 0xbd, 0x3e, 0x37, 0x00, 0xbc, 0xfb, 0xb3, 0x5a, 0xab, 0x82, 0xdb, 0xff, 0xbe, 0x0d, 0x6e, 0xec, 0xdc, 0x00, 0x7b, 0x7b, 0xf7, 0x87, 0x6e, 0x5b, 0x78, 0xc8, 0x24, 0x01, 0xc2, 0x39, 0x82, 0x61, 0xad, 0x3e, 0x3d, 0xb9, 0x77, 0xab, 0x73, 0xf9, 0x0f, 0x2f, 0x83, 0x5b, 0xb7, 0xdf, 0x72, 0xfd, 0xab, 0x78, 0xd5, 0x35, 0xde, 0xfe, 0x1e, 0x67, 0x02, 0x17, 0x8b, 0xe8, 0x40, 0xa4, 0x90, 0xe5, 0x42, 0xbf, 0x4d, 0x74, 0x5d, 0x03, 0xa8, 0xcb, 0x06, 0x8d, 0x66, 0x03, 0xb4, 0xdb, 0x6d, 0x8f, 0x21, 0x3b, 0xe1, 0x37, 0x8c, 0x12, 0x00, 0x76, 0xc3, 0x82, 0x40, 0xa0, 0xb2, 0x37, 0x84, 0x8b, 0x01, 0xf6, 0x2a, 0x4a, 0x2f, 0x24, 0xc6, 0x20, 0x87, 0x29, 0xa5, 0x99, 0x59, 0xf4, 0xd9, 0x4e, 0x7f, 0xeb, 0x7d, 0x28, 0xc3, 0xdf, 0x32, 0xda, 0x05, 0x04, 0x01, 0x8b, 0xbd, 0x19, 0x3b, 0x27, 0x02, 0xbc, 0xff, 0xf8, 0x07, 0xba, 0x33, 0xa1, 0xe8, 0x6f, 0xea, 0xa8, 0x3b, 0xd0, 0x0c, 0xdd, 0x5c, 0xdf, 0x80, 0xf7, 0x4c, 0x52, 0x55, 0x15, 0x9d, 0xab, 0x40, 0x37, 0x65, 0x5f, 0xb7, 0xdd, 0x8b, 0x2c, 0x75, 0x33, 0x84, 0x24, 0xf4, 0xb3, 0x58, 0x28, 0x82, 0x82, 0x54, 0x44, 0xf5, 0x15, 0xd0, 0x6c, 0x35, 0xc8, 0x77, 0xbd, 0x7a, 0xee, 0xf9, 0x73, 0xbb, 0x4c, 0x2b, 0x40, 0x16, 0x86, 0x70, 0x93, 0x70, 0xea, 0x8a, 0x96, 0x95, 0xc0, 0x8f, 0x7d, 0xf0, 0x43, 0x60, 0x66, 0xda, 0x7d, 0x55, 0x33, 0xf6, 0x11, 0xba, 0x44, 0xd0, 0xcc, 0x03, 0xab, 0x03, 0x5e, 0x04, 0xd3, 0x5d, 0x08, 0x63, 0xff, 0x5d, 0xad, 0x51, 0xb5, 0x3a, 0x80, 0x9b, 0x21, 0x87, 0x82, 0xb3, 0xa7, 0x00, 0xa3, 0x32, 0xcc, 0x66, 0x82, 0xc6, 0x70, 0x1d, 0xec, 0xe8, 0xf9, 0x0d, 0xaf, 0xe3, 0x7b, 0x22, 0x00, 0x63, 0x8f, 0x1f, 0x9f, 0xe3, 0xfe, 0x1e, 0x1f, 0x56, 0xd0, 0xc9, 0x81, 0x2d, 0x5f, 0xd1, 0x14, 0xf2, 0x9d, 0x5f, 0x5b, 0x3b, 0x7b, 0xee, 0xf7, 0x6b, 0x67, 0xcf, 0xb3, 0x4a, 0x00, 0x38, 0x34, 0xa9, 0x91, 0x0d, 0xb9, 0xa7, 0x15, 0xce, 0x59, 0x9f, 0x6f, 0x44, 0x08, 0x80, 0xbf, 0x73, 0xb5, 0x5a, 0xed, 0xd7, 0x25, 0xa1, 0x1d, 0xf1, 0xfa, 0xb1, 0xc5, 0x63, 0xeb, 0x1f, 0xb6, 0x7a, 0xa2, 0x0a, 0x8d, 0x76, 0xa3, 0x7f, 0x49, 0x51, 0x36, 0x9e, 0x43, 0xd7, 0x81, 0xcc, 0x2a, 0x80, 0xdd, 0x2a, 0xf3, 0x35, 0x63, 0xd7, 0xcd, 0xf0, 0x75, 0x56, 0x00, 0xfc, 0xcc, 0x03, 0x37, 0x25, 0x18, 0x3e, 0x6c, 0xd2, 0xdf, 0xac, 0x9a, 0x61, 0x21, 0x2e, 0xb3, 0x87, 0x0e, 0x5d, 0xfa, 0xfa, 0xd7, 0xbe, 0x71, 0xcd, 0xeb, 0xdb, 0x33, 0x41, 0x80, 0xb0, 0x80, 0x26, 0x39, 0x84, 0x4b, 0x5b, 0x0d, 0x44, 0x4b, 0xfa, 0x1b, 0x21, 0x80, 0xf3, 0x0e, 0x67, 0xd0, 0xd1, 0xe2, 0xad, 0x47, 0xbd, 0x55, 0x03, 0x06, 0xd4, 0xc9, 0x38, 0xc2, 0x5f, 0xbe, 0xf4, 0x85, 0x2f, 0xbf, 0x80, 0x08, 0x00, 0x98, 0x26, 0xc0, 0x60, 0xbf, 0x9b, 0x7c, 0xcc, 0xd8, 0x0d, 0xbf, 0xb6, 0x76, 0x01, 0x18, 0x78, 0x02, 0xb0, 0x2d, 0x86, 0x47, 0xc4, 0x70, 0xb3, 0x78, 0x72, 0x34, 0xda, 0x75, 0x14, 0xf2, 0xa9, 0xe4, 0xfa, 0x77, 0x3e, 0xfa, 0xf8, 0xe3, 0x5f, 0x29, 0x97, 0xcb, 0x4d, 0xbf, 0x96, 0x60, 0x28, 0x0a, 0x80, 0x63, 0x1d, 0xc2, 0xa5, 0x6d, 0xf9, 0x64, 0x08, 0xd7, 0x9a, 0xfc, 0xa2, 0x2a, 0x6a, 0xbf, 0x6f, 0xb7, 0x92, 0xc2, 0xcd, 0xe2, 0x09, 0x11, 0x9a, 0x18, 0x7c, 0x43, 0x23, 0x2d, 0xb1, 0xb7, 0xb4, 0x50, 0x39, 0xf5, 0xc4, 0x27, 0x9f, 0x78, 0x1b, 0x04, 0x48, 0xed, 0x62, 0x6a, 0x1c, 0x20, 0xab, 0x43, 0xb8, 0x61, 0xdf, 0x23, 0xce, 0xdc, 0x60, 0xca, 0xb6, 0x47, 0x00, 0xe4, 0xb9, 0x5b, 0x09, 0x40, 0xc0, 0xf7, 0x92, 0x7d, 0x6c, 0xf9, 0xba, 0xd1, 0x27, 0xcc, 0x43, 0x51, 0x34, 0x3e, 0xfd, 0xf4, 0xd3, 0xcf, 0xbc, 0x01, 0x06, 0x69, 0x1a, 0xec, 0x77, 0x01, 0xa3, 0xa9, 0x4d, 0xec, 0xcf, 0xd8, 0x91, 0x31, 0x7c, 0x55, 0x53, 0x6d, 0xd6, 0x8e, 0x09, 0xe0, 0x66, 0xf5, 0x56, 0x22, 0x98, 0x03, 0x3d, 0x9d, 0x06, 0xea, 0xf3, 0xfb, 0x18, 0xbf, 0x8b, 0x5a, 0xea, 0xe4, 0xda, 0x99, 0xef, 0xbc, 0xbe, 0xfa, 0xcd, 0xf3, 0x05, 0xc7, 0x90, 0x89, 0xe5, 0x28, 0x60, 0x38, 0x12, 0x60, 0x6d, 0xc6, 0x0e, 0x8f, 0xde, 0x59, 0x2d, 0x9f, 0x10, 0x40, 0xb7, 0xc8, 0x3d, 0x06, 0xd6, 0xcf, 0xea, 0xf1, 0xfb, 0xed, 0x4e, 0x0b, 0xb4, 0xd5, 0xb6, 0x15, 0xdf, 0xdb, 0xc8, 0x9b, 0x7c, 0x72, 0xfd, 0xcc, 0xda, 0x4d, 0x72, 0x29, 0xaf, 0xd0, 0x8f, 0x51, 0x05, 0x80, 0x20, 0xf8, 0x7e, 0x38, 0xe9, 0xc9, 0xbd, 0x5f, 0x9d, 0xe1, 0x19, 0xbb, 0x61, 0x02, 0x28, 0xaa, 0xdd, 0xe1, 0xb3, 0x5b, 0xb9, 0x3a, 0x02, 0x7e, 0x13, 0xc5, 0xf8, 0xaa, 0x6e, 0x4d, 0x99, 0x83, 0x7f, 0x02, 0x9a, 0x74, 0x6a, 0x6d, 0x6d, 0xed, 0xbe, 0xe5, 0x7b, 0x06, 0x5e, 0xcb, 0xcc, 0x84, 0x13, 0x48, 0xc0, 0xa4, 0x39, 0x84, 0x9b, 0xb4, 0xe5, 0x13, 0x27, 0xcf, 0x8d, 0x00, 0xe4, 0x75, 0xa7, 0xd3, 0xb6, 0x78, 0xfb, 0xd0, 0xd1, 0xf2, 0xf1, 0x7b, 0x1d, 0xa5, 0x63, 0x3a, 0x7b, 0x16, 0xc9, 0xc7, 0xe9, 0x3e, 0x3f, 0x3c, 0x34, 0x33, 0xbf, 0xb6, 0xbc, 0xbc, 0x1c, 0xf9, 0x29, 0x99, 0x0c, 0x0d, 0x05, 0x8f, 0x6f, 0x08, 0x37, 0x0c, 0x59, 0xba, 0x40, 0xea, 0x8e, 0x60, 0x3b, 0xbd, 0x67, 0x9d, 0xe5, 0x83, 0xe8, 0xb5, 0xaa, 0x8f, 0x86, 0x7c, 0xd8, 0xd1, 0xeb, 0x28, 0xb6, 0xa9, 0xde, 0x7b, 0xa8, 0xf6, 0x33, 0x6b, 0x2b, 0xe7, 0x7f, 0x17, 0xb7, 0x7d, 0x99, 0xe9, 0x02, 0xf0, 0x6c, 0x97, 0xf3, 0x1a, 0x05, 0x3b, 0x39, 0x08, 0x11, 0xac, 0x96, 0xe8, 0xb6, 0x7e, 0xde, 0xa9, 0x8e, 0xd3, 0xef, 0xbd, 0x26, 0x82, 0x86, 0xe5, 0xbe, 0xeb, 0xaf, 0x18, 0x2e, 0x04, 0x80, 0xe6, 0xd1, 0xf5, 0x09, 0xba, 0x47, 0xd3, 0x42, 0x00, 0xfc, 0x9a, 0x8c, 0x05, 0x98, 0xc0, 0x37, 0xeb, 0xa0, 0xd5, 0x69, 0x02, 0x68, 0x1d, 0x01, 0x05, 0xe0, 0xd7, 0x82, 0x26, 0x9e, 0x46, 0x92, 0xff, 0x1e, 0x8d, 0xf6, 0x65, 0x6a, 0x28, 0xd8, 0xda, 0xe8, 0x03, 0x8b, 0xb7, 0xe7, 0x0a, 0x0c, 0x03, 0x66, 0xdf, 0x79, 0xc4, 0x79, 0xe1, 0x84, 0xb9, 0x20, 0xd5, 0x05, 0x78, 0x2f, 0x4b, 0x1f, 0x4d, 0xcb, 0x82, 0x1e, 0xd6, 0x0e, 0x2d, 0xaf, 0x07, 0x0a, 0xb1, 0x7f, 0xd0, 0x4d, 0xd4, 0xc1, 0x93, 0x42, 0xe6, 0x58, 0x3e, 0xf2, 0xee, 0xeb, 0x8d, 0x9a, 0x39, 0xa1, 0x63, 0x91, 0x7b, 0xfc, 0x1d, 0xff, 0x0b, 0x05, 0x71, 0x65, 0xfd, 0x5b, 0xeb, 0xbf, 0xa4, 0xd9, 0xb6, 0xd9, 0x24, 0x80, 0x00, 0x06, 0x81, 0xed, 0xc3, 0x87, 0x83, 0xd5, 0xc2, 0x10, 0xd8, 0xac, 0xc1, 0xe9, 0x75, 0x37, 0xa5, 0x5c, 0xe8, 0x73, 0x03, 0x9f, 0xe3, 0x3a, 0x23, 0xc0, 0xf5, 0xea, 0x90, 0xdf, 0x09, 0x96, 0x5c, 0x74, 0xb3, 0x2e, 0xb9, 0x96, 0x03, 0x61, 0x86, 0x89, 0x08, 0x31, 0xb8, 0x26, 0xa8, 0xb0, 0x0f, 0x36, 0x01, 0x79, 0x40, 0x8a, 0x5e, 0xaa, 0x36, 0x06, 0xbe, 0x47, 0x12, 0x6c, 0xe5, 0x07, 0x07, 0x07, 0x3d, 0xf9, 0x87, 0xe0, 0xdd, 0xf7, 0xee, 0x99, 0x52, 0x6f, 0xeb, 0xce, 0x20, 0xa8, 0xa3, 0xfb, 0xf8, 0x9e, 0xd2, 0xd4, 0xb7, 0x37, 0x36, 0xce, 0xb7, 0x69, 0x37, 0x75, 0x46, 0x15, 0x00, 0x5e, 0x47, 0xcd, 0xfc, 0x45, 0x7c, 0xf6, 0x8b, 0x5f, 0xfd, 0x0c, 0xe4, 0xb1, 0x0c, 0x67, 0x38, 0xe2, 0xcc, 0x1d, 0x92, 0xbd, 0xd3, 0x23, 0x59, 0x07, 0xf1, 0xe0, 0x52, 0x51, 0x52, 0xbf, 0x7b, 0xe6, 0xcc, 0xc6, 0x5e, 0x52, 0xf7, 0x91, 0x49, 0x02, 0xb4, 0x9b, 0xda, 0x4b, 0xd3, 0xa5, 0xc2, 0x53, 0xe8, 0xf4, 0x44, 0x7e, 0xc1, 0x87, 0x6e, 0xfe, 0xce, 0x7f, 0xd0, 0xe9, 0x4b, 0x82, 0x2e, 0x5d, 0xfc, 0xf6, 0xea, 0xea, 0x41, 0xd2, 0xf7, 0x92, 0x49, 0x02, 0x6c, 0x6c, 0x6c, 0x34, 0xd1, 0xf1, 0x89, 0xe9, 0xd9, 0xc2, 0x49, 0xd4, 0x2a, 0x1f, 0x86, 0x50, 0x90, 0xf2, 0x46, 0x02, 0xd4, 0xe5, 0xc8, 0x08, 0xec, 0x32, 0xea, 0x14, 0x66, 0x91, 0xfb, 0xa7, 0x21, 0x37, 0x77, 0x47, 0x02, 0xda, 0xcb, 0x2b, 0x67, 0x37, 0xde, 0x49, 0xf3, 0x3e, 0x32, 0xeb, 0x04, 0x22, 0x02, 0x60, 0x3d, 0xbc, 0xdc, 0x3b, 0x78, 0x99, 0x34, 0x02, 0xf0, 0x92, 0x4e, 0xf9, 0x3f, 0x0a, 0x00, 0x63, 0x79, 0xd2, 0xc4, 0x74, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_128_png_len = 3465; unsigned char edit_copy_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x10, 0x41, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0xa8, 0x1c, 0x57, 0x1d, 0x3f, 0x33, 0x3b, 0x7b, 0xef, 0x26, 0x4a, 0x93, 0x36, 0xf1, 0x45, 0x5b, 0x4b, 0x6e, 0x9b, 0x40, 0x41, 0xd0, 0x87, 0xfa, 0x22, 0x7d, 0x48, 0x5f, 0x7c, 0x28, 0xd4, 0x17, 0xc1, 0x87, 0x82, 0x3e, 0xb4, 0xd6, 0x58, 0x2c, 0x52, 0x6a, 0x6e, 0x9a, 0xfb, 0x51, 0xb9, 0x0a, 0xd5, 0x98, 0x14, 0x84, 0x44, 0xc4, 0x16, 0x11, 0x1f, 0x04, 0x91, 0x0a, 0x2a, 0xb5, 0x95, 0xd4, 0x6a, 0x12, 0x63, 0x2d, 0xb5, 0x2a, 0x82, 0xa2, 0xa6, 0xbd, 0x91, 0x56, 0x69, 0x21, 0x96, 0xdc, 0xe4, 0x7e, 0xed, 0xd7, 0xcc, 0x9c, 0xe3, 0x39, 0xb3, 0x3b, 0xb9, 0xb3, 0xb3, 0xb3, 0x3b, 0xdf, 0x33, 0x67, 0xe6, 0xfc, 0x7e, 0x30, 0x77, 0x76, 0xe7, 0xde, 0x99, 0xdd, 0x3b, 0xf3, 0xfb, 0xfd, 0xcf, 0xef, 0x7f, 0x3e, 0x0d, 0x02, 0x00, 0x0a, 0xc3, 0xc0, 0x2d, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x70, 0xb0, 0xb2, 0xb2, 0x32, 0xd3, 0x7a, 0x7f, 0xf3, 0x5e, 0xcd, 0x66, 0x07, 0x89, 0xae, 0xed, 0xa3, 0x94, 0x68, 0xb8, 0x55, 0xf5, 0x83, 0xae, 0x13, 0x46, 0x28, 0xbb, 0xca, 0x98, 0xf6, 0x66, 0xb7, 0x6b, 0x9e, 0xe3, 0xcf, 0xbd, 0xaf, 0xbc, 0x00, 0x4e, 0x9f, 0x3e, 0x3d, 0xdb, 0xe9, 0x6c, 0x3c, 0x4c, 0x6d, 0xb2, 0x9f, 0x09, 0xde, 0x53, 0x10, 0xa5, 0xae, 0x18, 0x04, 0x36, 0x6d, 0x3f, 0xff, 0xb9, 0x7f, 0xd7, 0x2e, 0xe3, 0x20, 0x17, 0xc0, 0xb3, 0xaa, 0x89, 0x60, 0x4c, 0x00, 0xed, 0xfe, 0xe6, 0x61, 0x26, 0x6e, 0x0a, 0xa0, 0x96, 0x18, 0xf8, 0x33, 0xdf, 0xbd, 0x7b, 0xf6, 0x30, 0x7f, 0xf9, 0x92, 0xd2, 0x02, 0xd0, 0x98, 0x7e, 0x90, 0x21, 0xec, 0x2b, 0x2a, 0x02, 0x7a, 0x50, 0x79, 0x01, 0x30, 0xc6, 0x6e, 0x71, 0x5f, 0xb7, 0x66, 0x66, 0xc8, 0x63, 0x8f, 0x1d, 0x05, 0x33, 0x6a, 0x8c, 0x13, 0x27, 0xbf, 0xe1, 0x0d, 0x7f, 0xfb, 0x94, 0xcf, 0x01, 0x34, 0x8d, 0x69, 0x8c, 0x81, 0x18, 0x2a, 0x42, 0x3c, 0x7b, 0xe5, 0x05, 0x00, 0x00, 0x10, 0x00, 0x00, 0x40, 0x00, 0x01, 0x49, 0x12, 0xa5, 0x64, 0x63, 0x63, 0x03, 0x77, 0xad, 0xc2, 0xd8, 0xbb, 0x77, 0x2f, 0x6e, 0x02, 0x4a, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x6a, 0x04, 0x74, 0x73, 0x87, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x00, 0xf1, 0x01, 0x08, 0x00, 0xe4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x02, 0x00, 0x40, 0x7e, 0x08, 0x00, 0x00, 0xf1, 0x21, 0x00, 0x00, 0xc4, 0x87, 0x00, 0x80, 0xba, 0x92, 0x9f, 0x42, 0x2f, 0x10, 0x00, 0x88, 0x0f, 0x40, 0x00, 0x0a, 0xd9, 0x1d, 0x90, 0x1f, 0x02, 0x40, 0xd4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x80, 0x00, 0x60, 0x77, 0x00, 0x08, 0x00, 0x51, 0x1f, 0x80, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x80, 0xdd, 0x01, 0x0a, 0x17, 0x80, 0x65, 0x59, 0xb8, 0xeb, 0x19, 0x46, 0x7d, 0xc3, 0x40, 0x0c, 0xab, 0x8c, 0x00, 0x04, 0xf9, 0x57, 0x57, 0x57, 0x0b, 0xff, 0x27, 0x6d, 0xdb, 0x6e, 0xfe, 0xe3, 0x9f, 0x7f, 0x3b, 0xbc, 0xb9, 0xb5, 0x75, 0xc8, 0xb2, 0xcc, 0x7d, 0x8c, 0x31, 0xac, 0x79, 0x36, 0x84, 0xe6, 0xb9, 0x13, 0x62, 0x5a, 0xfc, 0x13, 0x27, 0x9f, 0x5a, 0xa9, 0x78, 0x44, 0xb9, 0xc4, 0xff, 0xa5, 0x17, 0x3b, 0x6d, 0x73, 0x85, 0x63, 0x4b, 0x79, 0x0b, 0x24, 0xc8, 0xff, 0xda, 0xeb, 0xaf, 0x7e, 0xc1, 0x34, 0xfb, 0x58, 0xf6, 0xa9, 0xfe, 0xd0, 0xf9, 0x76, 0x17, 0xd7, 0xf1, 0x5d, 0xad, 0xdd, 0xcd, 0xfb, 0x4e, 0x9d, 0x3a, 0xf5, 0xf1, 0xf9, 0xf9, 0xf9, 0x6d, 0xa5, 0x05, 0x20, 0x22, 0x3f, 0xc8, 0xaf, 0x24, 0xee, 0xa2, 0xac, 0xff, 0x35, 0xbe, 0x3f, 0xaa, 0xb4, 0x00, 0x84, 0xed, 0x01, 0x17, 0xd4, 0x04, 0x2f, 0x09, 0xee, 0x53, 0x5e, 0x00, 0x3c, 0xfa, 0xdf, 0xe2, 0x7d, 0xff, 0xc4, 0xfc, 0x22, 0x98, 0x51, 0x63, 0x7c, 0xeb, 0x94, 0x77, 0xcd, 0x33, 0x12, 0x1a, 0xfc, 0x54, 0xa8, 0x42, 0x40, 0xc2, 0xab, 0x76, 0x4e, 0xa0, 0xbc, 0x00, 0x00, 0x40, 0x1e, 0x01, 0x18, 0x86, 0x8e, 0xbb, 0x0e, 0xa8, 0x29, 0x00, 0xd1, 0x68, 0x73, 0xe7, 0x9d, 0xc5, 0xe6, 0xa4, 0xbf, 0x39, 0xf7, 0xf2, 0xd4, 0xdf, 0xaf, 0xaf, 0x5f, 0x07, 0x0b, 0x2a, 0x8c, 0x3d, 0x7b, 0xf6, 0x56, 0x47, 0x00, 0x00, 0xa0, 0xbc, 0x05, 0x02, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x65, 0x04, 0x80, 0xf1, 0x00, 0x80, 0xb2, 0x02, 0x28, 0x6b, 0x3c, 0x00, 0x00, 0xc0, 0x02, 0x01, 0xb5, 0x83, 0x18, 0xc0, 0x03, 0x01, 0x00, 0x0a, 0x93, 0x9f, 0x41, 0x00, 0x00, 0x88, 0x0f, 0x01, 0x00, 0x0a, 0xd9, 0x1d, 0x96, 0xe9, 0x75, 0x21, 0x00, 0x40, 0xb9, 0xa8, 0x0f, 0x01, 0x00, 0xca, 0x13, 0xbf, 0x34, 0x01, 0xe8, 0x3a, 0xc6, 0x03, 0x00, 0x72, 0x90, 0xbf, 0x70, 0x01, 0x88, 0xf1, 0x00, 0x87, 0x0e, 0x15, 0x35, 0x1e, 0x60, 0x30, 0x83, 0xd4, 0xb9, 0x0b, 0x2f, 0x83, 0x4d, 0x20, 0xbe, 0x4a, 0x16, 0x08, 0x73, 0x06, 0x82, 0xf8, 0x4a, 0x0a, 0x00, 0xc4, 0x57, 0x8d, 0xfc, 0x68, 0x08, 0x03, 0xf9, 0x41, 0x7c, 0xb5, 0x05, 0x00, 0xe2, 0xab, 0x66, 0x77, 0x46, 0xc9, 0xaf, 0x74, 0x4b, 0x30, 0xc8, 0xaf, 0x6e, 0xd4, 0x57, 0xba, 0x25, 0x18, 0xc4, 0x07, 0xf1, 0x2b, 0x6c, 0x81, 0x28, 0xb5, 0x12, 0x9c, 0x03, 0x02, 0xc1, 0xee, 0xd4, 0xa0, 0x25, 0x38, 0xf9, 0x78, 0x00, 0x2c, 0x1f, 0x84, 0xa8, 0x4f, 0xaa, 0x2f, 0x00, 0x10, 0x1f, 0xc4, 0x8f, 0x4e, 0xfc, 0xfc, 0xc9, 0x2f, 0xb1, 0x00, 0xb0, 0x6e, 0x16, 0xa2, 0x7e, 0x31, 0x30, 0xea, 0x40, 0x7e, 0x10, 0x5f, 0x3d, 0xe2, 0x67, 0xd5, 0x16, 0x60, 0x80, 0xf8, 0xe9, 0x70, 0xf9, 0xf2, 0x65, 0x10, 0x3f, 0x93, 0x24, 0x77, 0x80, 0x3b, 0xee, 0x98, 0x2b, 0x8c, 0xfc, 0x92, 0x08, 0xa0, 0xda, 0x76, 0xc7, 0x34, 0x4d, 0x90, 0xbf, 0x62, 0x51, 0x5f, 0x22, 0x01, 0xc0, 0xee, 0x80, 0xf8, 0x69, 0xc8, 0x5f, 0xc1, 0x96, 0xe0, 0xd1, 0xf1, 0x00, 0x7a, 0x82, 0xf3, 0x93, 0x97, 0x1a, 0x80, 0x2c, 0x76, 0x87, 0x95, 0x4e, 0xfc, 0x52, 0x04, 0x20, 0x16, 0xc7, 0x38, 0x74, 0xe8, 0xce, 0x42, 0xa3, 0xfe, 0xb9, 0x0b, 0xbf, 0x05, 0x73, 0x6b, 0x63, 0x77, 0x2a, 0xdd, 0x12, 0x0c, 0xbb, 0x03, 0xe2, 0xcb, 0x45, 0xfe, 0x82, 0x04, 0x00, 0xe2, 0xc3, 0xee, 0x44, 0x3f, 0xaf, 0xe8, 0xc6, 0x30, 0xa3, 0xde, 0xe4, 0x87, 0x92, 0x60, 0x77, 0x4a, 0x11, 0x80, 0x0c, 0x51, 0xbf, 0x18, 0xf2, 0xcf, 0xcd, 0xcd, 0x81, 0xf8, 0x25, 0xd8, 0x1d, 0x49, 0x1b, 0xc2, 0x64, 0xa8, 0xd3, 0x2f, 0x36, 0xea, 0xcf, 0xcc, 0xcc, 0xc0, 0xee, 0x64, 0x1a, 0xf5, 0x59, 0x21, 0xc4, 0xcf, 0x41, 0x00, 0xb0, 0x3b, 0x88, 0xfa, 0xf9, 0xda, 0x1d, 0x49, 0x1b, 0xc2, 0xe2, 0x11, 0xcf, 0xb2, 0x68, 0xaa, 0xf3, 0x91, 0x20, 0xcb, 0x44, 0xfc, 0x62, 0xc8, 0xcf, 0x72, 0x4c, 0x07, 0x8c, 0xa2, 0x88, 0x3f, 0x20, 0xbf, 0x45, 0xde, 0x78, 0x23, 0xcb, 0xf5, 0x01, 0xa0, 0x86, 0x3a, 0x47, 0xfd, 0x70, 0xe2, 0x97, 0xd6, 0x12, 0x9c, 0xcc, 0xee, 0x64, 0x17, 0xbd, 0x69, 0xe4, 0xcf, 0x04, 0x64, 0x23, 0x7e, 0x16, 0xe4, 0x2f, 0xb5, 0x25, 0xb8, 0x6c, 0xcb, 0x42, 0x41, 0xfc, 0x4a, 0x27, 0xb9, 0x72, 0x10, 0x3f, 0x87, 0x24, 0xb8, 0xfc, 0x24, 0x17, 0xc4, 0x87, 0xdd, 0x91, 0x42, 0x00, 0x65, 0xd4, 0xee, 0x94, 0x45, 0x7e, 0x59, 0xc7, 0x03, 0xc8, 0x30, 0xe9, 0x54, 0x18, 0x71, 0x35, 0x4d, 0x23, 0x07, 0x0e, 0x1c, 0x48, 0x1c, 0xf5, 0xa5, 0x9b, 0x19, 0x4e, 0x45, 0xbb, 0x23, 0xdb, 0x78, 0x80, 0x6a, 0xf5, 0xd8, 0xd4, 0x12, 0xe5, 0x09, 0x52, 0x0e, 0x88, 0x81, 0xdd, 0x81, 0xdd, 0x89, 0x73, 0xbe, 0x38, 0x97, 0x17, 0x00, 0xa5, 0x92, 0x3f, 0x13, 0x01, 0xc4, 0x25, 0xe2, 0xf4, 0xf5, 0x01, 0xdc, 0x8b, 0xe9, 0xa1, 0x9f, 0x89, 0x65, 0x06, 0xca, 0x23, 0x7e, 0x19, 0x49, 0x6e, 0x5e, 0x6d, 0x01, 0x46, 0x51, 0xc4, 0x77, 0x3e, 0x6c, 0xea, 0xfa, 0x00, 0xf9, 0x44, 0xfd, 0x8b, 0xaf, 0x9c, 0x07, 0xf1, 0xa5, 0x4f, 0x72, 0x8b, 0xed, 0xfe, 0x90, 0x5a, 0x00, 0xb0, 0x3b, 0xb0, 0x3b, 0x71, 0xed, 0x8e, 0x4c, 0x51, 0x3f, 0x95, 0x00, 0x40, 0x7e, 0xd8, 0x1d, 0x39, 0xec, 0x0e, 0x2b, 0x47, 0x00, 0x20, 0x3e, 0xec, 0x4e, 0xf9, 0x76, 0xa7, 0xb2, 0xb3, 0x43, 0xd7, 0x8f, 0xf8, 0x45, 0x8c, 0x07, 0xa8, 0x6b, 0x17, 0x06, 0xcd, 0x53, 0x0d, 0x54, 0x34, 0xf1, 0x4b, 0x10, 0x40, 0x3d, 0xa3, 0x7e, 0x9e, 0xe3, 0x01, 0xea, 0xd3, 0x63, 0x33, 0x0b, 0x9f, 0xcf, 0x72, 0xc9, 0x11, 0x0c, 0x10, 0x1f, 0x5e, 0x3f, 0x3f, 0xe2, 0xe7, 0xe3, 0xf5, 0x2b, 0x32, 0x33, 0x1c, 0x9d, 0x40, 0x76, 0x5a, 0x20, 0xf9, 0x29, 0x88, 0x2f, 0x89, 0xdd, 0x91, 0x8d, 0xf8, 0x39, 0x0b, 0x20, 0x98, 0x78, 0xde, 0xf5, 0x01, 0x10, 0xf5, 0xd5, 0x4b, 0x72, 0xcb, 0xb6, 0x3b, 0x05, 0x08, 0x00, 0x76, 0x07, 0x76, 0x47, 0xfe, 0xa8, 0x9f, 0x83, 0x00, 0x30, 0x40, 0xa5, 0x0a, 0xc4, 0x97, 0x37, 0xea, 0x17, 0x4f, 0xfc, 0x0c, 0x05, 0x80, 0xa8, 0x0f, 0xbb, 0x53, 0x0d, 0xbb, 0x93, 0xb1, 0x00, 0x40, 0x7c, 0x81, 0xb8, 0xe3, 0x01, 0xe4, 0xe8, 0xa7, 0x5f, 0x4c, 0x17, 0x86, 0x46, 0xa3, 0x41, 0x6e, 0xbf, 0xfd, 0xf6, 0x9c, 0x88, 0x1f, 0x74, 0x3e, 0xcb, 0x47, 0x00, 0xa3, 0x35, 0x37, 0xb0, 0x3b, 0x5e, 0x44, 0x1d, 0x0f, 0xa0, 0xa2, 0xdd, 0x11, 0x9d, 0x1f, 0xf3, 0x89, 0xf8, 0x2c, 0x15, 0xe9, 0x63, 0x09, 0x80, 0x52, 0x4c, 0x5b, 0x02, 0xbb, 0x13, 0x7e, 0x7e, 0x31, 0x5e, 0x9f, 0x65, 0x5e, 0x22, 0x1a, 0xe9, 0x53, 0xdb, 0x78, 0xc4, 0xd7, 0x13, 0x77, 0xe4, 0xa7, 0x95, 0x13, 0x1b, 0x7a, 0x6c, 0xe6, 0x63, 0x77, 0x4a, 0x6c, 0x08, 0xa3, 0xa9, 0xc8, 0x3f, 0x7d, 0x3c, 0x40, 0x3e, 0xc4, 0x7f, 0xe5, 0xd5, 0xdf, 0xd5, 0x9e, 0xf8, 0xf2, 0x26, 0xb9, 0xac, 0x90, 0xa8, 0x9f, 0xc6, 0x06, 0xc5, 0x12, 0x80, 0x9f, 0x78, 0xf9, 0x47, 0xe0, 0x6a, 0x45, 0xfd, 0x9d, 0xe7, 0x80, 0x3a, 0xfd, 0xf4, 0xe7, 0x45, 0xb3, 0x3b, 0xb9, 0xe7, 0x00, 0xe5, 0xf8, 0x7c, 0xd8, 0x9d, 0xe4, 0x64, 0x92, 0x6f, 0x58, 0x62, 0xba, 0x24, 0x37, 0xdf, 0xe7, 0x66, 0xc8, 0x45, 0x7e, 0x55, 0x89, 0x2f, 0x77, 0x92, 0x9b, 0x86, 0x84, 0x79, 0x27, 0xb9, 0x05, 0x95, 0x00, 0x14, 0x51, 0x7f, 0xc2, 0xc3, 0x9d, 0x9b, 0x3b, 0x00, 0xbb, 0x33, 0xc1, 0xe7, 0x6b, 0x93, 0xa7, 0x7d, 0x28, 0x2d, 0xe2, 0xc7, 0x16, 0x00, 0xcd, 0x9d, 0x85, 0xd5, 0x8e, 0xfa, 0x71, 0xc6, 0x03, 0xa0, 0x0b, 0x43, 0x7e, 0xe4, 0x4f, 0x5a, 0x12, 0x94, 0xb8, 0x4e, 0xb0, 0x3a, 0x76, 0x47, 0xbe, 0xa8, 0x2f, 0x43, 0x17, 0x86, 0xb4, 0xc4, 0x67, 0xc3, 0x35, 0xc5, 0x4a, 0x48, 0x82, 0x41, 0x7e, 0x79, 0x89, 0x2f, 0x7f, 0xd4, 0xcf, 0x22, 0xe2, 0xb3, 0xa2, 0x96, 0x48, 0xa2, 0x19, 0xdb, 0x21, 0x10, 0x1f, 0x76, 0x27, 0x7d, 0xd4, 0xaf, 0xa0, 0x05, 0x82, 0xdd, 0x91, 0x91, 0xf8, 0xd5, 0x89, 0xfa, 0x2c, 0x97, 0x46, 0xb0, 0x98, 0x02, 0xa0, 0x20, 0x3f, 0xec, 0x4e, 0xa5, 0xed, 0x4e, 0x42, 0x01, 0x24, 0xad, 0x02, 0x95, 0x81, 0xf8, 0x54, 0x6a, 0xe2, 0x57, 0xc9, 0xee, 0xc8, 0x14, 0xf5, 0x5d, 0x44, 0xaf, 0x66, 0x4d, 0x21, 0x80, 0xf8, 0xa4, 0xa5, 0x19, 0x5d, 0x27, 0x1d, 0xf1, 0xe3, 0x7c, 0x5e, 0x1a, 0xbb, 0xb3, 0xba, 0x9a, 0xe5, 0xfa, 0x00, 0xb0, 0x3b, 0xa2, 0x5d, 0x25, 0xca, 0x79, 0x82, 0xfc, 0x85, 0x08, 0xa0, 0x5a, 0x51, 0x3f, 0x7e, 0x69, 0x95, 0x36, 0xea, 0x0f, 0xc6, 0x03, 0x60, 0x8e, 0xcd, 0x6c, 0x7a, 0x6c, 0x46, 0x8f, 0xfa, 0x59, 0x90, 0x3f, 0xb6, 0x00, 0x26, 0xd7, 0x02, 0xc9, 0x61, 0x77, 0x92, 0x7d, 0x66, 0x5a, 0xcb, 0x52, 0xcf, 0x2e, 0x0c, 0x49, 0xef, 0x61, 0x51, 0xc4, 0x2f, 0x45, 0x00, 0x75, 0x89, 0xfa, 0xe9, 0x92, 0x63, 0x59, 0x88, 0x2f, 0x57, 0xd4, 0xcf, 0x33, 0xc9, 0xf5, 0x92, 0x5e, 0x22, 0x01, 0x54, 0x39, 0xea, 0x97, 0x49, 0x7c, 0x44, 0xfd, 0xb4, 0x51, 0x3f, 0x4b, 0x11, 0x18, 0x61, 0x09, 0xf0, 0xb8, 0xed, 0xa9, 0x06, 0xf1, 0xf5, 0x8c, 0x96, 0x90, 0xa9, 0x5f, 0x17, 0x86, 0xfa, 0x10, 0x5f, 0x8a, 0x24, 0x58, 0x36, 0xbb, 0x53, 0x4f, 0xe2, 0xc3, 0xee, 0x48, 0x27, 0x80, 0x2a, 0x44, 0xfd, 0x24, 0x62, 0xc0, 0xba, 0x59, 0xf2, 0x47, 0xfd, 0x12, 0x05, 0x40, 0x6b, 0x4b, 0xfc, 0xa4, 0xe4, 0x17, 0xeb, 0x03, 0x60, 0xd2, 0xa9, 0xf4, 0xc4, 0x2f, 0xc3, 0xfe, 0xc4, 0x16, 0x80, 0xec, 0x76, 0x27, 0xa9, 0x10, 0xd2, 0xd8, 0x9d, 0x66, 0x73, 0x26, 0x36, 0xf1, 0xf3, 0x27, 0x7f, 0x35, 0xba, 0x30, 0x44, 0x89, 0xee, 0xd2, 0x08, 0x80, 0x16, 0xca, 0xfe, 0x74, 0xe4, 0x8f, 0x53, 0x02, 0x24, 0x1d, 0xc8, 0x8e, 0x1e, 0x9b, 0xe5, 0xd8, 0x9d, 0x49, 0x02, 0x48, 0x2a, 0x08, 0xa3, 0x4e, 0xc4, 0x4f, 0x6e, 0x7f, 0xd0, 0x63, 0x53, 0xc6, 0xda, 0x9d, 0x28, 0xc2, 0x28, 0xbd, 0x16, 0xa8, 0x28, 0xe2, 0x87, 0x45, 0xf9, 0xe4, 0x42, 0x60, 0xb9, 0x12, 0x1f, 0x76, 0x87, 0x44, 0x26, 0x73, 0xda, 0x7d, 0x45, 0x05, 0x90, 0xad, 0xdd, 0xd1, 0x73, 0x58, 0x42, 0x1e, 0x3d, 0x36, 0x8b, 0x8d, 0xfa, 0x45, 0x96, 0x04, 0x19, 0xf5, 0x05, 0x92, 0xc3, 0xee, 0x24, 0xcd, 0x03, 0x60, 0x77, 0xb2, 0x27, 0x7e, 0x96, 0xd1, 0x3d, 0xcf, 0x3c, 0x20, 0xd6, 0x90, 0xc8, 0xaa, 0xd8, 0x9d, 0xb4, 0xe4, 0xc7, 0x1c, 0x9b, 0xf2, 0xdb, 0x9d, 0xac, 0xda, 0x03, 0x0a, 0x5f, 0x27, 0x38, 0xcb, 0xa8, 0x9f, 0x87, 0x10, 0x30, 0x0b, 0x43, 0x39, 0x49, 0x6e, 0x16, 0xfe, 0x3f, 0x87, 0x12, 0x20, 0x2b, 0xdb, 0x53, 0xac, 0xdd, 0x91, 0x87, 0xf8, 0x6a, 0x26, 0xb9, 0x45, 0xd8, 0x9e, 0x20, 0xb2, 0xe7, 0xb6, 0x40, 0x46, 0x91, 0xe4, 0x4f, 0x6b, 0x77, 0xe2, 0xe6, 0x01, 0xf5, 0x5e, 0x26, 0x54, 0x8e, 0xa8, 0x5f, 0x84, 0xed, 0xc9, 0xad, 0x1d, 0x20, 0x79, 0x69, 0x50, 0xae, 0xdd, 0x49, 0x9e, 0x07, 0xc0, 0xee, 0x14, 0x55, 0xa7, 0x2f, 0x43, 0x7b, 0x40, 0x2c, 0x01, 0x08, 0x52, 0xb5, 0x5a, 0xad, 0x64, 0xe5, 0x80, 0x47, 0x0d, 0x61, 0xe4, 0x4c, 0xf2, 0xfb, 0xf4, 0xb5, 0x3e, 0xb0, 0x3b, 0x69, 0xc8, 0x5f, 0xa6, 0x20, 0x72, 0xcd, 0x01, 0xd2, 0xe4, 0x01, 0x41, 0xe7, 0x4d, 0x23, 0x6a, 0x52, 0x61, 0xc4, 0x11, 0x84, 0xf0, 0x89, 0xe2, 0x46, 0x8d, 0xfa, 0x45, 0xd8, 0x9d, 0xa2, 0xbb, 0x30, 0xe4, 0x71, 0x8d, 0x5c, 0x4a, 0x80, 0xf8, 0x6b, 0x84, 0x25, 0x4f, 0x9a, 0xc5, 0xb9, 0x71, 0xc8, 0x1c, 0xf7, 0x78, 0x70, 0xb2, 0xc4, 0x4a, 0x24, 0x3e, 0xec, 0x4e, 0xda, 0x6b, 0x65, 0x5e, 0x0b, 0xc4, 0x98, 0x26, 0xa6, 0x1c, 0xd5, 0xb2, 0x26, 0x7c, 0x11, 0xd1, 0x3d, 0xeb, 0x56, 0x60, 0x74, 0x61, 0x28, 0x3e, 0xa9, 0x4d, 0x53, 0xfd, 0xe9, 0x0d, 0x6c, 0x4c, 0xdc, 0x1f, 0x5e, 0xd8, 0xc7, 0x16, 0x80, 0xc6, 0xe8, 0x1a, 0x3f, 0x6f, 0xbf, 0x78, 0x6d, 0x59, 0x94, 0x7c, 0xf7, 0x7b, 0xdf, 0x21, 0x55, 0xc6, 0x78, 0x50, 0x10, 0x37, 0x49, 0x9b, 0x4a, 0x62, 0xd8, 0x9d, 0xf2, 0x93, 0xda, 0x38, 0x7b, 0x97, 0xf8, 0xfe, 0x6a, 0xd0, 0x28, 0x61, 0x3c, 0xa8, 0x04, 0x78, 0x93, 0xf3, 0x63, 0x3f, 0xa9, 0x29, 0xa6, 0xcd, 0x03, 0x84, 0x2e, 0x0c, 0x44, 0x8a, 0xa4, 0x36, 0xfa, 0x35, 0x98, 0x43, 0x7a, 0x77, 0x73, 0xef, 0x0f, 0x1b, 0xc4, 0xff, 0x64, 0x16, 0xa8, 0xdb, 0x35, 0xcf, 0xed, 0xda, 0x65, 0x1c, 0xa4, 0xc3, 0x52, 0x40, 0x15, 0xc0, 0xee, 0xc8, 0x19, 0xdd, 0xa7, 0x45, 0x7d, 0xc6, 0xe8, 0x8d, 0xff, 0xc9, 0x7d, 0x1d, 0x87, 0xfc, 0x81, 0x02, 0x58, 0x59, 0x59, 0xe9, 0xf3, 0xed, 0xd9, 0x56, 0xab, 0x79, 0xaf, 0xa6, 0xb1, 0x83, 0x44, 0xd7, 0xf6, 0x71, 0x9b, 0xaf, 0x81, 0xf8, 0xd9, 0x10, 0xbf, 0x2e, 0x49, 0x6e, 0x59, 0x79, 0x80, 0x20, 0xbe, 0xc8, 0x3b, 0x07, 0x84, 0x1f, 0xd8, 0x59, 0x37, 0xfa, 0xaf, 0xaf, 0xaf, 0xc7, 0x9e, 0xe3, 0x2f, 0xb0, 0x16, 0x48, 0x88, 0x80, 0xef, 0xce, 0x0e, 0xb7, 0x4a, 0xe3, 0xc4, 0xc9, 0xa7, 0x96, 0xf9, 0xae, 0x31, 0x5a, 0x0d, 0x0a, 0xbb, 0x93, 0xb5, 0xdd, 0x29, 0xa2, 0xa4, 0x18, 0x10, 0x9f, 0x79, 0xa2, 0xbf, 0x78, 0x96, 0xba, 0xf3, 0xda, 0x34, 0x2d, 0xf2, 0xe2, 0xd9, 0x17, 0xb2, 0xaf, 0x06, 0x45, 0xd4, 0x57, 0x37, 0xc9, 0x95, 0x45, 0x10, 0x2e, 0xe1, 0x29, 0x1d, 0x25, 0xbf, 0xd8, 0x44, 0xc5, 0x5f, 0xbb, 0xdd, 0x21, 0xbf, 0xfc, 0xd5, 0xf3, 0xe4, 0x9d, 0x77, 0xdf, 0x09, 0x0a, 0xe6, 0x06, 0xdf, 0x2c, 0x08, 0x20, 0xa1, 0x5d, 0x89, 0x47, 0x42, 0xf4, 0xd8, 0xcc, 0xc7, 0xee, 0xec, 0x90, 0x7e, 0x20, 0x02, 0xf7, 0xb5, 0x4d, 0x2e, 0xbd, 0xb1, 0x4a, 0x2e, 0x5c, 0xbc, 0x40, 0xb6, 0xdb, 0xdb, 0x41, 0xff, 0x2e, 0x9d, 0x46, 0x7e, 0x25, 0x05, 0x10, 0xb7, 0x25, 0x18, 0x3d, 0x36, 0xe3, 0x91, 0xb9, 0xdf, 0xef, 0x07, 0x7e, 0xee, 0xec, 0xec, 0x6c, 0xac, 0x6b, 0x4d, 0x8a, 0xf8, 0x62, 0x36, 0xee, 0xff, 0xbd, 0x77, 0x85, 0xbc, 0xf5, 0xf6, 0x5b, 0x9c, 0xfc, 0x97, 0xc8, 0xf5, 0xf5, 0xeb, 0x93, 0xff, 0x5f, 0xa2, 0xad, 0xc3, 0x02, 0x4d, 0x10, 0x41, 0x36, 0x89, 0x2a, 0xec, 0xce, 0xef, 0xff, 0x70, 0x91, 0xfc, 0xe5, 0xaf, 0x7f, 0x8e, 0xf4, 0x4d, 0x5d, 0x21, 0x18, 0x46, 0x93, 0x34, 0x0d, 0x83, 0xbf, 0x6e, 0x91, 0x66, 0xb3, 0xe9, 0x6c, 0x62, 0xb9, 0xd9, 0xd9, 0x19, 0x2e, 0x12, 0x7d, 0x27, 0xa9, 0x35, 0x1a, 0x4d, 0x62, 0xdb, 0x16, 0xe9, 0xf5, 0x7a, 0xa4, 0xdb, 0xed, 0x90, 0x8d, 0xcd, 0x0d, 0x4e, 0xf8, 0x75, 0x7e, 0xcc, 0x8e, 0x7a, 0x6f, 0x5e, 0x87, 0x00, 0x32, 0xcd, 0x0f, 0xd4, 0xb1, 0x3b, 0x51, 0x85, 0x11, 0x6f, 0x9d, 0x64, 0xc6, 0x89, 0xdc, 0xe5, 0xaf, 0xba, 0x45, 0xb9, 0xda, 0x5f, 0x40, 0x00, 0x13, 0x2c, 0x50, 0x72, 0x02, 0xa3, 0xc7, 0xa6, 0xf7, 0x98, 0x88, 0xe8, 0x65, 0x42, 0x7c, 0x8f, 0xdd, 0xad, 0xf7, 0x39, 0x13, 0x94, 0x5d, 0xdf, 0x58, 0x1b, 0xb9, 0x49, 0xb6, 0x41, 0x9e, 0x87, 0x00, 0x42, 0x2d, 0x10, 0x7a, 0x6c, 0xa6, 0xd9, 0x0b, 0xdb, 0xe2, 0xff, 0xfc, 0xa0, 0x3e, 0x59, 0xd1, 0x6d, 0x4b, 0x38, 0x0c, 0x61, 0x9f, 0x66, 0x5a, 0xa4, 0xc5, 0xb7, 0x19, 0xfe, 0xf9, 0x8c, 0xe7, 0x0a, 0xd7, 0x46, 0xc9, 0x2f, 0x70, 0x76, 0xf9, 0x2b, 0xcb, 0xff, 0x85, 0x00, 0x32, 0xb1, 0x3c, 0xb0, 0x3b, 0x93, 0xf6, 0xc2, 0xbf, 0x7b, 0xf1, 0xa1, 0x0f, 0xde, 0x4a, 0x3e, 0xfa, 0x91, 0x8f, 0x0d, 0xaa, 0x60, 0x86, 0x1d, 0x25, 0xbd, 0x7b, 0xb1, 0xd9, 0xd4, 0x26, 0xd4, 0xa6, 0xc4, 0xb2, 0x4d, 0x62, 0x59, 0x36, 0xdf, 0x4c, 0x27, 0xb9, 0x15, 0x5e, 0xdf, 0x5b, 0xd7, 0x4f, 0x19, 0x1d, 0x9e, 0xcb, 0xf3, 0x02, 0xa7, 0xa7, 0x70, 0x83, 0xe8, 0x4e, 0xbd, 0x3f, 0x73, 0x04, 0xe5, 0x5c, 0x8b, 0xef, 0xfb, 0x66, 0x9f, 0xf4, 0xfa, 0x5d, 0x5f, 0x02, 0xcc, 0xbe, 0x1d, 0x49, 0x4c, 0x0a, 0x52, 0x9e, 0xb8, 0x9d, 0xe1, 0xc2, 0xc7, 0x90, 0xa2, 0xc7, 0x66, 0xd8, 0xb5, 0xfc, 0x16, 0x48, 0x10, 0xda, 0xfd, 0x7d, 0xa3, 0xd1, 0x18, 0xd9, 0x07, 0xc1, 0x4b, 0x64, 0x77, 0x2f, 0x36, 0xcb, 0xb2, 0x1c, 0x51, 0x88, 0x5a, 0x25, 0xb1, 0xf7, 0xff, 0xde, 0xdd, 0xc4, 0xb1, 0xad, 0xed, 0x0d, 0xff, 0x65, 0xff, 0x7e, 0x7c, 0x7e, 0xf9, 0xd7, 0x0b, 0xc7, 0x9e, 0x84, 0x00, 0x82, 0x09, 0x1c, 0x9f, 0xf8, 0x75, 0x89, 0xfa, 0x59, 0x0b, 0xc2, 0x5f, 0x02, 0xd8, 0xb6, 0x19, 0xd9, 0x86, 0x7a, 0x49, 0xec, 0xdd, 0x0b, 0xc2, 0xbb, 0xe4, 0x0f, 0x22, 0xbc, 0xf7, 0x7d, 0xb7, 0xd7, 0x21, 0x7d, 0xab, 0xef, 0x8b, 0xfe, 0xe4, 0xeb, 0xfc, 0xbb, 0x45, 0xba, 0xeb, 0xa8, 0x05, 0xaa, 0xa0, 0xdd, 0xc9, 0x33, 0xa9, 0x8d, 0xbb, 0x6f, 0x34, 0x46, 0x29, 0x24, 0xfc, 0x78, 0x18, 0x26, 0x45, 0x7d, 0xf1, 0xda, 0x8d, 0xf8, 0x6e, 0xd4, 0x0f, 0x22, 0xbd, 0xfb, 0x5e, 0x58, 0xa7, 0xed, 0xee, 0x58, 0x03, 0xd8, 0x4b, 0x0b, 0xc7, 0x96, 0x9f, 0x8b, 0x9c, 0x4f, 0xa8, 0x5b, 0x0b, 0x94, 0x1f, 0xf1, 0xcb, 0x8a, 0xfa, 0x65, 0x08, 0xc2, 0x6f, 0x6f, 0x2c, 0x5f, 0xb2, 0x2b, 0x88, 0x7a, 0xf5, 0xea, 0xd5, 0xd0, 0xe9, 0x4c, 0xc4, 0xe6, 0xda, 0x1e, 0x7f, 0xd4, 0x9f, 0x24, 0x82, 0xad, 0xce, 0xa6, 0xd3, 0x48, 0xe6, 0x41, 0xdf, 0x66, 0xec, 0xcb, 0xb1, 0x12, 0x6a, 0xd4, 0x02, 0xc1, 0xee, 0xa4, 0xb9, 0x96, 0x5f, 0x00, 0x22, 0xc1, 0xf5, 0x7f, 0x6f, 0x41, 0xec, 0xb0, 0xe7, 0x31, 0x29, 0xca, 0x4f, 0x7a, 0xdf, 0xe6, 0x91, 0xdf, 0xb2, 0x47, 0xaf, 0xbb, 0x67, 0xcf, 0xde, 0x33, 0x5f, 0x3a, 0xf2, 0xe8, 0x25, 0x08, 0x20, 0xf7, 0x5a, 0xa1, 0xec, 0x88, 0x1f, 0xe5, 0x5c, 0x99, 0x7b, 0x6c, 0x1a, 0x3e, 0x01, 0x50, 0x5f, 0x09, 0x10, 0x56, 0xd1, 0x10, 0x94, 0x0b, 0x84, 0xbd, 0xef, 0xf6, 0xbb, 0xdc, 0xf7, 0xf7, 0x46, 0xae, 0xc3, 0x73, 0x91, 0x0b, 0x0f, 0x7e, 0xee, 0x21, 0x21, 0x00, 0x02, 0x01, 0x14, 0x62, 0x59, 0xd0, 0x63, 0xd3, 0xa9, 0xf3, 0xf7, 0x0b, 0xc0, 0x33, 0x46, 0xdc, 0xad, 0xf6, 0x8c, 0x42, 0xfe, 0x69, 0xb5, 0x3c, 0xde, 0xf7, 0x22, 0xe1, 0xed, 0xf6, 0xdb, 0x23, 0xd7, 0xd1, 0x35, 0xfd, 0xdd, 0xc3, 0xf7, 0xdc, 0xf3, 0x68, 0xab, 0xd5, 0xea, 0xc7, 0x7d, 0x0a, 0x8a, 0xe6, 0x00, 0xa3, 0xa4, 0x45, 0x8f, 0xcd, 0xe4, 0xd7, 0x6a, 0xe8, 0xe3, 0x16, 0xc8, 0x5f, 0x4f, 0x1f, 0x84, 0xa0, 0x24, 0x38, 0xec, 0xbd, 0xa8, 0xef, 0xef, 0x9a, 0x6d, 0xff, 0xbd, 0xea, 0xdd, 0xf6, 0xe1, 0x5b, 0x1f, 0xbe, 0xfb, 0xee, 0x4f, 0xbc, 0x47, 0x12, 0xcc, 0xe6, 0xac, 0xfc, 0x78, 0x80, 0x24, 0x7d, 0x7f, 0xaa, 0xd4, 0x63, 0x33, 0xcf, 0x92, 0xc2, 0x49, 0x40, 0x7d, 0x39, 0xad, 0xa8, 0x05, 0x12, 0x9e, 0x7f, 0x9a, 0x00, 0xe2, 0xfa, 0x7d, 0xa7, 0x76, 0xc8, 0x1c, 0x44, 0x7e, 0xdf, 0x80, 0x47, 0xfb, 0xe6, 0xbd, 0x37, 0x3f, 0xf2, 0xc0, 0x67, 0x3e, 0xfb, 0xc7, 0xe1, 0x03, 0x62, 0x10, 0x40, 0x24, 0x22, 0x6b, 0x31, 0x27, 0x52, 0xc5, 0xa4, 0x53, 0xe3, 0x03, 0x54, 0x06, 0xdd, 0x94, 0x35, 0x9f, 0x02, 0x04, 0x41, 0xa7, 0x09, 0x20, 0xaa, 0xd5, 0x19, 0x8d, 0xfc, 0x3d, 0x1e, 0xf9, 0x3b, 0x63, 0x37, 0x95, 0x7f, 0xf6, 0x17, 0x8f, 0x7c, 0xfe, 0x91, 0x9f, 0x7b, 0xc8, 0x0f, 0x01, 0x44, 0x8b, 0xfe, 0xac, 0x92, 0xc4, 0x2f, 0x5b, 0x10, 0x41, 0x03, 0x54, 0xc6, 0x86, 0xa0, 0x33, 0xe2, 0x08, 0xc0, 0x4b, 0x60, 0x2f, 0xf9, 0xa3, 0x46, 0xfd, 0x9d, 0xc8, 0x1f, 0x48, 0x7e, 0xa2, 0x31, 0x6d, 0x69, 0xe1, 0x89, 0xa5, 0xef, 0x1f, 0x9f, 0x5f, 0xbc, 0x69, 0x68, 0x7d, 0x20, 0x80, 0x3c, 0x12, 0x64, 0x95, 0xe6, 0xd8, 0x9c, 0x76, 0xad, 0x49, 0x03, 0x54, 0xa8, 0xaf, 0x2a, 0x52, 0xf4, 0xe7, 0xf7, 0x0b, 0xc0, 0x9f, 0x13, 0x44, 0x15, 0x41, 0xcf, 0x1c, 0xaf, 0xed, 0x19, 0x3e, 0x9c, 0x63, 0x9c, 0xfc, 0x4f, 0x0f, 0xdf, 0x5b, 0xc3, 0x63, 0x14, 0x02, 0x88, 0x9c, 0x04, 0x4f, 0xeb, 0x0b, 0x54, 0x3f, 0xbb, 0x93, 0xe6, 0x5a, 0xfe, 0x41, 0xe8, 0xde, 0x21, 0x89, 0xce, 0x08, 0x2d, 0xcb, 0xdf, 0xf5, 0x41, 0x1b, 0x21, 0xf1, 0xb4, 0x6a, 0xce, 0x69, 0x22, 0xe8, 0xf4, 0xb6, 0x89, 0x45, 0xad, 0xf1, 0x9b, 0xab, 0x91, 0xc7, 0x16, 0xe7, 0x97, 0x4f, 0x7b, 0x8e, 0x59, 0x9e, 0xe8, 0x8f, 0x24, 0x38, 0xaa, 0x08, 0xaa, 0x6a, 0x77, 0x8a, 0x2a, 0x29, 0x02, 0xed, 0xce, 0xc8, 0xb1, 0xc1, 0x71, 0xdb, 0xb2, 0x7d, 0x55, 0x92, 0x3b, 0x25, 0xc0, 0x8d, 0xde, 0x9f, 0x31, 0xa2, 0xbe, 0x10, 0x54, 0xb7, 0xdf, 0x21, 0x94, 0x8d, 0x25, 0xcf, 0x7d, 0xa6, 0x69, 0x0f, 0x2d, 0xcd, 0x2f, 0xfd, 0xc8, 0x77, 0xdc, 0x11, 0x40, 0xd4, 0xbe, 0x3f, 0x10, 0x80, 0x44, 0x76, 0x47, 0x36, 0xdb, 0xe3, 0x2d, 0x19, 0x27, 0x5a, 0x1e, 0x9f, 0x00, 0xc6, 0x4b, 0x00, 0x32, 0x46, 0xfc, 0xa8, 0x22, 0x70, 0xfd, 0x7e, 0x40, 0x80, 0x5a, 0xe3, 0xfc, 0xfe, 0x34, 0x8f, 0xfc, 0xe7, 0x03, 0xee, 0x6b, 0xaa, 0x25, 0x8c, 0x60, 0x81, 0x24, 0x8c, 0xfa, 0xb2, 0xda, 0x9d, 0x20, 0x51, 0x88, 0xbe, 0x3b, 0xa3, 0x39, 0x80, 0x1e, 0xbb, 0x96, 0x67, 0x60, 0x79, 0xda, 0xc4, 0xb4, 0x03, 0xdb, 0xb1, 0xfe, 0xa5, 0xd9, 0x8d, 0xfb, 0x17, 0x16, 0x16, 0x56, 0xf3, 0xe0, 0x83, 0xf2, 0x16, 0x48, 0x95, 0x39, 0x36, 0xc3, 0xae, 0x15, 0x34, 0xe9, 0x54, 0xd0, 0x31, 0xff, 0x71, 0x31, 0x58, 0xdd, 0x0b, 0xd1, 0x30, 0xe6, 0x4f, 0x82, 0xc3, 0x6a, 0x79, 0x04, 0xf9, 0x29, 0xa3, 0x41, 0x65, 0xf3, 0xcf, 0xcc, 0xa6, 0xf5, 0xe0, 0xca, 0xb1, 0xe5, 0xeb, 0x79, 0x71, 0x41, 0xe1, 0x01, 0x31, 0xac, 0x76, 0xcb, 0x84, 0x66, 0x3d, 0xe9, 0x54, 0x14, 0x1b, 0x34, 0x26, 0x80, 0x46, 0x23, 0x52, 0xd4, 0x17, 0x1d, 0xd9, 0x04, 0xf1, 0x85, 0x00, 0x02, 0xd0, 0xe7, 0x8f, 0x68, 0x7e, 0xf1, 0xe8, 0xd2, 0x99, 0xa4, 0xde, 0x1e, 0x02, 0xc8, 0xa4, 0x1d, 0xa0, 0xb8, 0x24, 0xb7, 0xec, 0x39, 0x36, 0x83, 0xec, 0x4e, 0x14, 0x1b, 0xd4, 0xe9, 0x76, 0xc7, 0xee, 0x41, 0x98, 0xf5, 0x69, 0x77, 0xdb, 0x4e, 0xa2, 0xcb, 0x02, 0xa2, 0x3e, 0xff, 0x86, 0x6f, 0xda, 0x8c, 0x3c, 0xb0, 0x7c, 0x6c, 0xf9, 0x4f, 0xdc, 0xf3, 0xe7, 0xce, 0x07, 0xe5, 0xc7, 0x03, 0x4c, 0x5b, 0xf3, 0x6c, 0xd4, 0x2a, 0xb1, 0x50, 0xf2, 0xbb, 0xd7, 0x0e, 0x5b, 0xbb, 0x2a, 0x6c, 0x8d, 0xab, 0xa0, 0xc5, 0x1f, 0xa2, 0x9e, 0x13, 0xe5, 0x5c, 0x6f, 0x04, 0x77, 0xa7, 0x18, 0xf7, 0x4f, 0x35, 0x3e, 0x79, 0xdb, 0x09, 0x24, 0x62, 0xeb, 0xfa, 0x04, 0x20, 0xc6, 0xec, 0x4e, 0x12, 0x40, 0xb7, 0xd7, 0x1d, 0x54, 0x6f, 0xda, 0x81, 0xdd, 0xa3, 0x29, 0xbf, 0x73, 0x67, 0x7a, 0x6d, 0x73, 0x71, 0x65, 0x65, 0xa5, 0x5d, 0x14, 0x1f, 0x94, 0xad, 0x05, 0x72, 0x09, 0x3d, 0x6d, 0x59, 0x1d, 0x6f, 0xa7, 0xb9, 0xf1, 0xd9, 0xe4, 0x48, 0x20, 0xe1, 0xa6, 0x91, 0x3f, 0x8d, 0x30, 0xfc, 0xd1, 0x3b, 0xee, 0xc2, 0x71, 0xfe, 0x29, 0xc5, 0xa7, 0xdb, 0x1d, 0x16, 0x6a, 0x83, 0xdc, 0xe3, 0x9b, 0x9b, 0x5b, 0xa3, 0x02, 0xd0, 0xf5, 0x31, 0xaf, 0xdf, 0xef, 0xf7, 0x9c, 0xc1, 0x2b, 0x41, 0x35, 0x46, 0xc3, 0xb0, 0xbf, 0x4a, 0x98, 0xfe, 0xe0, 0xc2, 0xb1, 0xc5, 0x8b, 0x45, 0xf3, 0x00, 0xed, 0x00, 0x09, 0x23, 0xff, 0x24, 0x41, 0x4c, 0xfa, 0x7d, 0x14, 0x21, 0x44, 0x39, 0xee, 0x27, 0x7f, 0x54, 0xe2, 0xbb, 0x51, 0xdf, 0x8d, 0xf4, 0x51, 0x6a, 0x78, 0x76, 0x3c, 0xbf, 0x7b, 0x8c, 0x8e, 0xfd, 0xed, 0xf5, 0xf5, 0x6b, 0x3e, 0x01, 0x34, 0x6e, 0xf4, 0x05, 0x6a, 0x77, 0xb6, 0x9d, 0x81, 0x2b, 0x13, 0x89, 0x4f, 0x88, 0x88, 0xf4, 0xdf, 0xec, 0x6f, 0x5b, 0x4f, 0xf3, 0xa8, 0xdf, 0x2d, 0x83, 0x0b, 0x18, 0x12, 0x99, 0xc0, 0xee, 0x04, 0x5d, 0x27, 0xe8, 0x9a, 0x51, 0x8e, 0x45, 0xb1, 0x2e, 0x51, 0xec, 0x8e, 0xdf, 0x7e, 0xf9, 0xbb, 0x30, 0xb8, 0xaf, 0x27, 0xd5, 0xe7, 0x4f, 0x3b, 0x3e, 0x49, 0x2c, 0xe2, 0x6f, 0xd7, 0xae, 0x8d, 0xce, 0xc7, 0x23, 0xc6, 0xe9, 0x6e, 0x6d, 0x6f, 0x3a, 0xd3, 0x94, 0x4c, 0x19, 0x0b, 0x20, 0xbe, 0xd0, 0x4f, 0x75, 0x6a, 0x1c, 0x3d, 0x7e, 0xfc, 0xf8, 0x7f, 0xca, 0xe4, 0x83, 0x0a, 0x02, 0x78, 0x9b, 0x6f, 0x73, 0xee, 0x9b, 0x9f, 0x3c, 0xf7, 0x63, 0x1e, 0xa5, 0xb4, 0xd8, 0xa5, 0xc2, 0x78, 0x22, 0x3d, 0xfe, 0x4c, 0xc7, 0x08, 0xcf, 0x02, 0x53, 0xe9, 0x50, 0x91, 0x44, 0xfd, 0x3e, 0x61, 0xa5, 0xd0, 0xf4, 0xe4, 0x9d, 0xdd, 0xb0, 0x42, 0xfe, 0x2f, 0x3c, 0xfe, 0xf7, 0xcc, 0xb3, 0x0e, 0x97, 0xa7, 0xaa, 0xc6, 0xec, 0x39, 0xf3, 0xf2, 0x7b, 0x71, 0x6d, 0x7d, 0x2d, 0xe4, 0x4b, 0x93, 0xb3, 0x9a, 0x46, 0x9f, 0x5c, 0x38, 0xfa, 0xd5, 0xd7, 0x65, 0x20, 0x87, 0x0a, 0x02, 0x38, 0xef, 0x15, 0xc0, 0xda, 0xda, 0x55, 0x02, 0xa4, 0xaf, 0x48, 0x8e, 0xb7, 0x10, 0x91, 0xf3, 0xc7, 0x2f, 0x70, 0x83, 0x74, 0x72, 0x71, 0xbe, 0x78, 0x9f, 0xaf, 0xb4, 0x00, 0x6c, 0x93, 0x2c, 0x36, 0x9a, 0xe4, 0x7e, 0xfe, 0xf2, 0x03, 0xa0, 0x6e, 0x16, 0xe4, 0x67, 0x71, 0x3a, 0x93, 0x6f, 0x68, 0x8c, 0xfc, 0x50, 0xa3, 0x8d, 0x33, 0x79, 0xb5, 0xe4, 0x42, 0x00, 0x21, 0x58, 0x5a, 0x5a, 0xba, 0x72, 0xe2, 0xc4, 0x89, 0xbb, 0x89, 0x6e, 0x8b, 0xf5, 0x5e, 0x3f, 0xc9, 0xb7, 0x59, 0xd0, 0x38, 0x1d, 0xb4, 0x1b, 0x3f, 0xd9, 0x88, 0xd3, 0x73, 0x1a, 0xad, 0x18, 0xbd, 0xc2, 0x98, 0x7e, 0x9e, 0x1f, 0xfb, 0x81, 0xd9, 0x31, 0xcf, 0x85, 0x2d, 0x50, 0x01, 0x01, 0x14, 0x80, 0x61, 0xa2, 0xf5, 0xa9, 0x67, 0x9e, 0x79, 0xa6, 0xb9, 0xb6, 0xb6, 0x76, 0x1b, 0x28, 0x9c, 0x2d, 0x9a, 0x86, 0xb1, 0x45, 0xe9, 0xb6, 0xd1, 0x34, 0x6e, 0xba, 0xf6, 0xf8, 0xe3, 0x8f, 0x77, 0xaa, 0xf4, 0xdd, 0x95, 0xaa, 0x05, 0x3a, 0x72, 0xe4, 0x88, 0xa8, 0x8f, 0xfb, 0x37, 0x28, 0x0b, 0x28, 0x29, 0x00, 0x00, 0x80, 0x00, 0x00, 0xc0, 0x83, 0xff, 0x03, 0xb7, 0x5e, 0xd8, 0xff, 0x29, 0x82, 0x84, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_copy_192_png_len = 4389; unsigned char edit_cut_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x22, 0x9a, 0x00, 0x00, 0x22, 0x9a, 0x01, 0xbe, 0xdd, 0xfb, 0x2a, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x75, 0x74, 0x2c, 0x37, 0x10, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x47, 0x61, 0x72, 0x72, 0x65, 0x74, 0x74, 0x20, 0x4c, 0x65, 0x20, 0x53, 0x61, 0x67, 0x65, 0x73, 0x40, 0x35, 0x7f, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x2b, 0xef, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x74, 0x55, 0xd7, 0x99, 0xee, 0xa1, 0xd8, 0xf4, 0x62, 0xd3, 0x8c, 0x31, 0x18, 0x5c, 0xb1, 0x21, 0xb1, 0x31, 0x76, 0x82, 0xc1, 0x18, 0x97, 0xd8, 0x71, 0xfa, 0x9b, 0x64, 0x26, 0x33, 0xe3, 0x64, 0xde, 0x5b, 0x49, 0x56, 0x92, 0x97, 0xcc, 0x4c, 0x5e, 0x32, 0xcf, 0x69, 0x93, 0xe4, 0x85, 0xc4, 0x2a, 0x48, 0xa2, 0x19, 0xd3, 0x9b, 0xe8, 0x60, 0x8c, 0x31, 0xc5, 0xa6, 0xd8, 0xf4, 0x62, 0x8a, 0x04, 0x12, 0x12, 0x48, 0xa0, 0xde, 0x25, 0x54, 0xe8, 0xc5, 0x80, 0xcd, 0x7e, 0xdf, 0xb7, 0xcf, 0xfe, 0x8f, 0xb6, 0x8e, 0xef, 0x95, 0x2e, 0x70, 0x31, 0x42, 0xdc, 0xb3, 0xd6, 0xbf, 0xee, 0x95, 0x74, 0xce, 0x3e, 0x7b, 0xff, 0xdf, 0xb7, 0xff, 0xb6, 0xf7, 0x39, 0x72, 0x9c, 0xc8, 0x11, 0x39, 0x22, 0x47, 0xe4, 0x88, 0x1c, 0x91, 0xe3, 0xc6, 0x1c, 0xb1, 0xf1, 0x51, 0xdf, 0x1b, 0x15, 0x17, 0xfd, 0xde, 0xa8, 0xf8, 0xe8, 0xf3, 0xa3, 0xe2, 0xa3, 0xa2, 0x9b, 0xe2, 0x18, 0x47, 0x8e, 0x1c, 0xd9, 0x36, 0x2e, 0x3e, 0x7a, 0x07, 0xc6, 0x57, 0x3e, 0x2a, 0x2e, 0x6a, 0x7a, 0xec, 0x98, 0xd8, 0x41, 0x11, 0xe4, 0x71, 0xc4, 0xc5, 0xc5, 0x7c, 0x17, 0xc0, 0x2b, 0x4b, 0x3e, 0x8d, 0x8b, 0x8b, 0xfa, 0x52, 0x53, 0x1b, 0x27, 0x89, 0xed, 0x1b, 0xe7, 0x99, 0x84, 0x84, 0x91, 0xdd, 0x6f, 0x79, 0x02, 0x8c, 0x8a, 0x8f, 0xd9, 0xec, 0x53, 0x0c, 0x65, 0x0f, 0x66, 0x4c, 0xf3, 0xa6, 0x32, 0xc6, 0x98, 0x31, 0x31, 0x0f, 0x61, 0x4c, 0x1f, 0xfb, 0xc7, 0x19, 0x17, 0x17, 0xfd, 0xc7, 0x5b, 0x1b, 0xfc, 0x51, 0xa3, 0x1e, 0x83, 0x22, 0x2e, 0x53, 0x19, 0x8b, 0x16, 0xcf, 0x53, 0x0b, 0x17, 0xcd, 0xb7, 0x94, 0x13, 0xf3, 0xa3, 0x26, 0x33, 0xce, 0x84, 0xe8, 0x75, 0x32, 0xae, 0x6d, 0xdb, 0x37, 0xab, 0xb1, 0xe3, 0x47, 0xcb, 0x38, 0x0b, 0x27, 0x4c, 0x98, 0xd0, 0xea, 0x16, 0x9e, 0xfd, 0xd1, 0x1b, 0x44, 0x31, 0xa9, 0x07, 0xf6, 0xab, 0xfc, 0x82, 0x5c, 0x95, 0x30, 0x66, 0x94, 0x28, 0xa7, 0x02, 0x04, 0xe9, 0xd4, 0x94, 0x5c, 0xdc, 0xec, 0xc4, 0x19, 0xaa, 0xa6, 0xa6, 0x4a, 0xbd, 0xbf, 0x66, 0x55, 0x2d, 0xd1, 0x13, 0xa2, 0xff, 0x74, 0xeb, 0x06, 0x7e, 0x46, 0x09, 0x73, 0xe7, 0xcd, 0x56, 0xc7, 0x8e, 0x55, 0x6b, 0x59, 0xb7, 0xfe, 0x7d, 0xdb, 0x4c, 0x8e, 0xbd, 0xd9, 0x03, 0xbf, 0xd8, 0xf8, 0xe8, 0x02, 0x17, 0xe8, 0x18, 0x75, 0x24, 0xeb, 0xb0, 0x1e, 0x63, 0x69, 0x69, 0xb1, 0x6d, 0x05, 0xce, 0x8c, 0x1e, 0x1d, 0x75, 0xef, 0xad, 0x66, 0xfa, 0x3b, 0x61, 0xe0, 0x25, 0x7e, 0xc5, 0x50, 0x8e, 0x1e, 0x2d, 0x57, 0x13, 0x26, 0x8e, 0x13, 0xe5, 0x5c, 0x1a, 0x35, 0xea, 0xef, 0x5f, 0x68, 0x0a, 0x81, 0xdf, 0xaa, 0xd5, 0xef, 0x7a, 0x63, 0xa4, 0xd0, 0x15, 0xd4, 0x12, 0x3d, 0x66, 0xa3, 0x52, 0xaa, 0xd9, 0xad, 0x33, 0xfb, 0x13, 0xa2, 0xe6, 0xc8, 0xe0, 0xdf, 0x5f, 0xb3, 0xba, 0x8e, 0x62, 0x28, 0x7b, 0xf6, 0xee, 0xb2, 0xad, 0xc0, 0x86, 0x9b, 0x71, 0x8c, 0xf1, 0xf1, 0xaf, 0x3f, 0x28, 0x81, 0xdf, 0xf8, 0x09, 0x63, 0x55, 0x79, 0x79, 0x49, 0x9d, 0x31, 0x56, 0x57, 0x57, 0xaa, 0x59, 0xb3, 0xa7, 0x7b, 0xe3, 0x84, 0xa5, 0xf8, 0xd9, 0x2d, 0x92, 0xf6, 0x45, 0xbf, 0x28, 0x81, 0xdf, 0xa4, 0x29, 0x6f, 0xea, 0x19, 0x4f, 0x85, 0xd0, 0x37, 0x56, 0x56, 0x56, 0x78, 0x0a, 0xa2, 0x5b, 0xb0, 0x02, 0xc2, 0xef, 0xde, 0x74, 0xe3, 0x8c, 0x8f, 0x7a, 0x5f, 0xfa, 0xff, 0xd1, 0xae, 0xed, 0xde, 0xb8, 0xca, 0xcb, 0xcb, 0xf4, 0x58, 0xf9, 0x3d, 0x2f, 0x3f, 0xc7, 0x8e, 0x79, 0xce, 0xc4, 0xc6, 0xc6, 0xde, 0xd7, 0xa4, 0xc1, 0x1f, 0x39, 0x61, 0x64, 0x47, 0x46, 0xbe, 0xa2, 0x98, 0xf4, 0x83, 0xa9, 0x9e, 0x62, 0xca, 0xca, 0xca, 0x54, 0x71, 0x71, 0xb1, 0xf7, 0x73, 0x56, 0xf6, 0x11, 0xed, 0x1e, 0x24, 0x5a, 0xa6, 0x3f, 0xbd, 0x89, 0x2c, 0xdc, 0x3f, 0xc8, 0x18, 0x67, 0x25, 0x4e, 0xf7, 0x00, 0xaf, 0xaa, 0xaa, 0x54, 0x85, 0x85, 0x85, 0x7a, 0xac, 0x32, 0xce, 0x4d, 0x9b, 0x37, 0xdc, 0x3a, 0xae, 0x00, 0x3e, 0x31, 0x21, 0x90, 0x4f, 0xac, 0xae, 0xae, 0x52, 0x45, 0x45, 0x45, 0x5a, 0x38, 0x43, 0xe4, 0xf7, 0x2b, 0x57, 0x2d, 0xb7, 0xa3, 0xe5, 0xbf, 0xde, 0x0c, 0x63, 0x1c, 0x3b, 0x76, 0x6c, 0x1b, 0xf4, 0x37, 0xcf, 0x8b, 0x6f, 0x8e, 0x64, 0x78, 0xe3, 0x29, 0x29, 0x29, 0xd6, 0x04, 0xa0, 0x54, 0x55, 0x1d, 0xf5, 0x2c, 0xdf, 0x9c, 0xb9, 0xb3, 0x6a, 0x49, 0x90, 0x10, 0xfd, 0x6a, 0xd3, 0xf4, 0xfb, 0xb1, 0xb1, 0x7d, 0xdd, 0x52, 0x6f, 0xb4, 0x9a, 0xf0, 0xe6, 0x38, 0x55, 0x71, 0xb4, 0xcc, 0x53, 0x40, 0x69, 0x69, 0x89, 0x47, 0x00, 0x5a, 0x01, 0x99, 0x31, 0x65, 0x65, 0xc5, 0x6a, 0xdc, 0x1b, 0x63, 0x44, 0x39, 0xe7, 0xd8, 0xc6, 0x4d, 0x40, 0xf2, 0xd7, 0x03, 0x91, 0xbc, 0xa2, 0xa2, 0xdc, 0x03, 0x9f, 0x62, 0x8f, 0x33, 0x37, 0x2f, 0x5b, 0xc5, 0x8f, 0x8e, 0x95, 0x58, 0xa0, 0x80, 0x24, 0x6a, 0x7a, 0xb3, 0x3f, 0x2e, 0x6a, 0x66, 0x20, 0x9f, 0x48, 0xc5, 0x08, 0xf8, 0x22, 0xa5, 0xa5, 0xa5, 0xde, 0xdf, 0xb7, 0xef, 0xd8, 0x6a, 0x07, 0x84, 0xcb, 0x1a, 0x39, 0xc9, 0x1f, 0x08, 0x14, 0xf8, 0x11, 0x68, 0x8e, 0xcb, 0x26, 0x40, 0x41, 0x41, 0x01, 0x08, 0x5e, 0x3b, 0xce, 0xd5, 0xef, 0xaf, 0xb4, 0xac, 0x5d, 0xd4, 0xaf, 0x9a, 0x14, 0xf8, 0xc6, 0x2c, 0x9e, 0xe4, 0xe0, 0xa6, 0x4c, 0x9d, 0xe8, 0x31, 0x9f, 0x91, 0x30, 0x67, 0x82, 0x9f, 0x00, 0x94, 0xca, 0xca, 0x5a, 0x13, 0x39, 0x63, 0xd6, 0x94, 0xda, 0x68, 0x39, 0xe1, 0xf5, 0xaf, 0x34, 0x5e, 0x92, 0x47, 0xaf, 0xa9, 0x25, 0xf9, 0x0e, 0x0f, 0x5c, 0x5a, 0x38, 0x02, 0x1e, 0x48, 0x64, 0x9c, 0xb4, 0x76, 0xa3, 0xc7, 0xc6, 0xc9, 0x38, 0x53, 0x9a, 0xd6, 0xec, 0x4f, 0x88, 0xfe, 0xbe, 0x28, 0x66, 0xe3, 0xa6, 0x0f, 0x2d, 0xc5, 0x94, 0x06, 0x04, 0x9f, 0x42, 0x7f, 0x29, 0xe7, 0x1d, 0xca, 0x48, 0xb7, 0xad, 0xc0, 0xa1, 0x69, 0xd3, 0xa6, 0xdd, 0xd6, 0xf8, 0xc6, 0x18, 0xf5, 0x1d, 0xaf, 0xe2, 0x37, 0x67, 0x86, 0x47, 0x72, 0x02, 0x1c, 0x0c, 0x7c, 0x4a, 0x51, 0x51, 0xa1, 0x37, 0xce, 0x65, 0xcb, 0x97, 0xd6, 0x8e, 0xf3, 0x26, 0xae, 0x7f, 0x04, 0xf0, 0x8b, 0xd1, 0xe3, 0x65, 0x60, 0xf9, 0xf9, 0xb9, 0x5e, 0x44, 0x1c, 0x0c, 0x7c, 0x11, 0xba, 0x87, 0xe3, 0xc7, 0x6b, 0xb4, 0x2c, 0x7b, 0x67, 0xa9, 0x9d, 0x33, 0xff, 0xa6, 0x11, 0x5a, 0xb8, 0x7c, 0x09, 0xfc, 0xb2, 0xb2, 0x0e, 0xeb, 0x3e, 0xd7, 0xd4, 0x54, 0xeb, 0x71, 0xd4, 0x47, 0x00, 0x4a, 0x45, 0x85, 0x1b, 0x0f, 0xa5, 0xa4, 0xee, 0xb3, 0x33, 0x82, 0x5f, 0x34, 0x9d, 0xdc, 0x3f, 0x3e, 0x66, 0xa9, 0x28, 0x47, 0x66, 0x06, 0xa3, 0xfd, 0x86, 0x08, 0x40, 0xe1, 0xb9, 0x54, 0x66, 0x49, 0x49, 0x91, 0x1a, 0x33, 0x2e, 0x5e, 0x14, 0x74, 0x22, 0x3a, 0x3a, 0xba, 0x47, 0xa3, 0xf1, 0xfd, 0x71, 0xd1, 0x7f, 0xb7, 0x03, 0x3f, 0x21, 0x2d, 0x09, 0xdc, 0x10, 0xf8, 0x6e, 0x2c, 0x50, 0xe6, 0xd5, 0x05, 0x3c, 0x92, 0xa3, 0xcd, 0xa6, 0x54, 0xf9, 0x9b, 0x27, 0x03, 0x93, 0xc2, 0x4f, 0x28, 0x16, 0x40, 0xd2, 0x42, 0x51, 0x68, 0x9d, 0x9c, 0x39, 0x21, 0x6a, 0x76, 0x23, 0x0a, 0xfc, 0xce, 0xbb, 0x81, 0xdf, 0x18, 0xf4, 0xb7, 0xd4, 0xcc, 0xfe, 0xaa, 0x7a, 0x41, 0xcf, 0xcf, 0xcf, 0xf7, 0x44, 0x0a, 0x60, 0x4c, 0x19, 0x2d, 0x0b, 0xf0, 0xdf, 0x4d, 0xc8, 0x05, 0xc4, 0xfc, 0x4e, 0x06, 0x96, 0xbc, 0x6f, 0x4f, 0x9d, 0xaa, 0x58, 0x28, 0x24, 0x20, 0x59, 0xa8, 0x54, 0xd6, 0x0b, 0xa6, 0x4c, 0x9b, 0xd8, 0xa8, 0x36, 0x8e, 0xd8, 0x15, 0xbf, 0x9d, 0x1f, 0xed, 0x40, 0x3f, 0x8f, 0xe9, 0xbe, 0xfa, 0x03, 0x3f, 0x1b, 0x70, 0x5b, 0x78, 0x9e, 0xe8, 0xe3, 0xc3, 0x0d, 0xeb, 0x6d, 0x82, 0x7f, 0xab, 0x29, 0xd5, 0x00, 0xee, 0x23, 0x60, 0x1c, 0xd8, 0xf4, 0x19, 0x53, 0x74, 0xf4, 0x2f, 0x11, 0x7e, 0xb0, 0x2c, 0xa0, 0x6e, 0x40, 0x48, 0x25, 0xd5, 0xa8, 0x13, 0x27, 0x8e, 0xa9, 0x03, 0x07, 0x52, 0x1a, 0xcd, 0xc6, 0x91, 0xb8, 0xb8, 0x98, 0x6f, 0xd7, 0x2e, 0xf5, 0x4e, 0xd7, 0xc0, 0xb3, 0x8f, 0x95, 0x95, 0x95, 0x41, 0x01, 0xb7, 0x85, 0xc4, 0x08, 0x52, 0xf3, 0xa8, 0x69, 0x72, 0xb5, 0x00, 0xc4, 0x01, 0x8b, 0xec, 0x4d, 0x11, 0xf5, 0xd5, 0x01, 0x44, 0xec, 0xbc, 0x99, 0x66, 0x92, 0xca, 0xa5, 0x2c, 0x5e, 0x32, 0xdf, 0x0e, 0x08, 0x7f, 0xdc, 0x18, 0x2a, 0x7e, 0x2c, 0x5d, 0xb3, 0x6f, 0x24, 0x01, 0x23, 0xfb, 0x50, 0x08, 0x60, 0x57, 0x3d, 0x57, 0xac, 0xbc, 0xf9, 0xaa, 0x9e, 0x57, 0x38, 0x5b, 0xe2, 0xee, 0xe1, 0x82, 0x07, 0x07, 0x38, 0xee, 0x8d, 0xd1, 0xc6, 0xf4, 0xd5, 0x7c, 0xa6, 0x44, 0x1a, 0x4c, 0xdc, 0x80, 0xd0, 0x9d, 0x61, 0x85, 0x85, 0xf9, 0xd6, 0x22, 0x4a, 0xcc, 0xd1, 0x71, 0xe3, 0x46, 0x76, 0xbe, 0x01, 0x15, 0xbf, 0xbf, 0xd5, 0x06, 0x7e, 0x2b, 0x3c, 0x72, 0x12, 0xd4, 0x50, 0xc0, 0x97, 0x00, 0x97, 0x63, 0xe2, 0x72, 0xf8, 0xcd, 0xba, 0xee, 0x71, 0x65, 0x24, 0x48, 0x88, 0xfe, 0x4b, 0xa0, 0x68, 0x99, 0x75, 0xf1, 0x86, 0x08, 0x20, 0x8b, 0x28, 0x27, 0x4e, 0x1c, 0xd7, 0xb2, 0x6e, 0xfd, 0x9a, 0x1b, 0xb6, 0x71, 0x24, 0x3e, 0xfe, 0xf5, 0xfb, 0x25, 0xf0, 0xa3, 0xd9, 0x66, 0x1a, 0xc7, 0x3e, 0x11, 0xd0, 0x50, 0xc0, 0xa7, 0x70, 0xcc, 0x1c, 0x3b, 0xaf, 0x49, 0x9c, 0x33, 0xc3, 0xf6, 0xfd, 0xdf, 0x71, 0x9a, 0xea, 0x01, 0x66, 0xb7, 0xae, 0x63, 0x36, 0x4d, 0xbe, 0xec, 0x06, 0x4d, 0xa5, 0x21, 0x91, 0xa0, 0xba, 0xba, 0x5a, 0x9d, 0x3c, 0x79, 0x5c, 0xc7, 0x11, 0x13, 0x27, 0x8d, 0xbf, 0x21, 0x1b, 0x47, 0x62, 0xe3, 0xa3, 0x56, 0x0b, 0x60, 0xbb, 0x76, 0xef, 0xd0, 0xfd, 0x21, 0x01, 0x18, 0xab, 0x04, 0x02, 0x3b, 0x2f, 0x2f, 0xaf, 0x8e, 0xd0, 0xe2, 0xc9, 0xb8, 0x59, 0x31, 0xac, 0x25, 0x72, 0xd4, 0x7a, 0xa7, 0xa9, 0x1f, 0xf6, 0x1e, 0xb9, 0xc4, 0xb9, 0xb3, 0x3c, 0x45, 0x48, 0xd1, 0xa4, 0x3e, 0xf0, 0x19, 0x34, 0x31, 0x68, 0xa4, 0xc2, 0x29, 0x49, 0xc9, 0x7b, 0xea, 0x2c, 0xa5, 0x7e, 0xde, 0x81, 0x1f, 0x37, 0x74, 0xd0, 0xec, 0xbb, 0x84, 0xac, 0x0a, 0x0a, 0xb8, 0x2d, 0xfc, 0x3b, 0xcd, 0xbe, 0x5b, 0x27, 0x28, 0x53, 0x6f, 0xbc, 0x39, 0x56, 0xc6, 0x70, 0x21, 0x2e, 0xee, 0xf5, 0x87, 0x9d, 0x5b, 0xe1, 0xb0, 0x77, 0xc9, 0x26, 0x25, 0xef, 0xd6, 0xa9, 0x13, 0x15, 0x69, 0xaf, 0x98, 0xd5, 0x97, 0x43, 0xb3, 0xbc, 0xea, 0x92, 0xe0, 0x84, 0x9a, 0x37, 0x3f, 0xf1, 0x73, 0xdb, 0x38, 0x62, 0x02, 0xbf, 0x5c, 0x3b, 0xf0, 0x93, 0xd9, 0xcf, 0x7e, 0xd5, 0x07, 0xbc, 0x08, 0xc7, 0xe8, 0x06, 0x8b, 0xc7, 0xd4, 0xaa, 0xf7, 0x56, 0xda, 0xb3, 0x3f, 0xda, 0xb9, 0x55, 0x8e, 0x98, 0xd1, 0x31, 0x8f, 0x62, 0xd0, 0x17, 0x39, 0xf0, 0x37, 0x27, 0x8e, 0xd7, 0xe6, 0xdc, 0x8e, 0xa0, 0x1b, 0xaa, 0x9c, 0x91, 0x20, 0x54, 0x3a, 0x09, 0x90, 0x9b, 0x97, 0xe3, 0x05, 0x50, 0x71, 0xf1, 0xd1, 0x45, 0x09, 0x09, 0x09, 0xed, 0xae, 0x63, 0xc5, 0x6f, 0xa4, 0x00, 0xb6, 0xfa, 0xbd, 0x15, 0xfa, 0xfe, 0x94, 0xf2, 0xf2, 0xf2, 0x90, 0xc0, 0x67, 0xbf, 0x25, 0x55, 0xcc, 0xb3, 0x96, 0x80, 0x21, 0xc5, 0x70, 0x8f, 0xed, 0x9d, 0x5b, 0xe9, 0x88, 0x8d, 0x8b, 0x79, 0x43, 0x94, 0xf9, 0xe1, 0x86, 0x75, 0x5e, 0x14, 0xcd, 0x74, 0x2f, 0x94, 0xf2, 0x29, 0x95, 0x7e, 0xea, 0xd4, 0x09, 0x2d, 0x04, 0xc3, 0x2a, 0xa1, 0x8e, 0xbc, 0x8e, 0xb5, 0x0c, 0x2f, 0xf0, 0xab, 0xac, 0x74, 0xef, 0x4f, 0x73, 0xde, 0x90, 0xd9, 0x17, 0x11, 0xa2, 0x53, 0xe6, 0xce, 0x4b, 0xb4, 0x52, 0xd9, 0xa8, 0x7f, 0x72, 0x6e, 0xb5, 0x03, 0x0a, 0xbd, 0x03, 0x83, 0xaf, 0xa4, 0x02, 0x98, 0xd2, 0x15, 0x16, 0xe6, 0x19, 0xe5, 0xb8, 0xc1, 0x54, 0x43, 0x04, 0x10, 0x5f, 0x4a, 0x10, 0xaa, 0xaa, 0x2a, 0xf4, 0xfa, 0xbb, 0x6c, 0x1c, 0x49, 0x48, 0x78, 0xbd, 0xdf, 0xf5, 0x0d, 0xfc, 0x76, 0x7a, 0xe4, 0x63, 0x5f, 0x1b, 0x02, 0x3e, 0x37, 0x37, 0x57, 0x07, 0x7e, 0x6e, 0x06, 0x73, 0x4c, 0xed, 0x4d, 0xda, 0xf5, 0xb9, 0xc7, 0x2e, 0x8d, 0x34, 0x16, 0x88, 0xf9, 0xb9, 0x28, 0xe2, 0xad, 0xa5, 0x8b, 0x8d, 0x59, 0x77, 0xd3, 0xa9, 0xfa, 0x6a, 0xe7, 0x22, 0x54, 0xaa, 0x0b, 0xc4, 0x49, 0x5d, 0x86, 0xb5, 0xb6, 0x55, 0xbd, 0x13, 0x5e, 0xf0, 0x63, 0x5f, 0xb1, 0x03, 0x3f, 0x9a, 0x7d, 0xde, 0x93, 0x25, 0xea, 0x60, 0x80, 0xdb, 0xc2, 0xdf, 0xb9, 0x71, 0xce, 0x71, 0x7d, 0xcd, 0x9b, 0x4d, 0x64, 0xdb, 0x7b, 0x38, 0xd2, 0xc2, 0xe6, 0x50, 0x42, 0x92, 0x28, 0xf7, 0xe0, 0xc1, 0x03, 0x5e, 0x84, 0xcf, 0xdd, 0x32, 0xa1, 0xe5, 0xd3, 0x55, 0x1a, 0x0c, 0x82, 0x32, 0x73, 0xf6, 0x54, 0x6b, 0x3d, 0x3d, 0xfa, 0xab, 0xe1, 0xe8, 0x23, 0x1f, 0xdd, 0x42, 0x7b, 0x59, 0x12, 0xf8, 0x65, 0x23, 0xf0, 0xe3, 0xfd, 0x28, 0x24, 0xa6, 0x1f, 0xec, 0x40, 0xc2, 0xc0, 0x4f, 0xc6, 0xb5, 0x76, 0xdd, 0x7b, 0x76, 0xe0, 0x97, 0xe0, 0xdc, 0xea, 0xc7, 0xa8, 0x51, 0x51, 0x43, 0x65, 0x9b, 0xf8, 0xb4, 0x19, 0x93, 0x75, 0x90, 0x44, 0x45, 0x71, 0xc6, 0xd4, 0xb7, 0x88, 0x52, 0x5b, 0x51, 0x2b, 0xd4, 0xe0, 0x9f, 0x3e, 0x7d, 0x12, 0x51, 0xf9, 0x61, 0xbb, 0x38, 0x94, 0x11, 0x8e, 0x8d, 0x23, 0x2c, 0xcb, 0xda, 0xc5, 0x2b, 0xde, 0x87, 0xc2, 0x8a, 0x5f, 0x28, 0xe0, 0x17, 0x16, 0x16, 0x78, 0xa9, 0x62, 0x7e, 0x41, 0x9e, 0x1d, 0xf8, 0x35, 0x89, 0x47, 0xdf, 0xc2, 0xbe, 0x4e, 0xc0, 0x3d, 0x80, 0x12, 0x5d, 0x57, 0x54, 0x54, 0x84, 0x64, 0x05, 0x38, 0xc3, 0x04, 0x98, 0xe5, 0xef, 0xbe, 0x1d, 0xb6, 0x8d, 0x23, 0x00, 0xa8, 0x0f, 0xda, 0x39, 0x2b, 0xe5, 0x6b, 0xa6, 0x9f, 0xbc, 0x87, 0x1b, 0xc5, 0xe7, 0x85, 0x44, 0x00, 0xd6, 0x07, 0x64, 0x3c, 0xf3, 0x17, 0xcc, 0xb5, 0x52, 0xd6, 0xa8, 0x1f, 0x44, 0x90, 0x37, 0x47, 0xd4, 0xd8, 0xa8, 0x5e, 0xf0, 0xdb, 0xa7, 0xa9, 0x98, 0xb1, 0xe3, 0x12, 0xf4, 0xec, 0x72, 0x95, 0x76, 0x5c, 0x17, 0x87, 0x1a, 0xaa, 0xae, 0xf1, 0x67, 0xfa, 0xd7, 0xd3, 0xa7, 0x4f, 0xa9, 0xf2, 0x8a, 0x32, 0x7b, 0xe3, 0xc8, 0xc9, 0xe8, 0x71, 0xd1, 0x3d, 0xaf, 0xbe, 0xde, 0x1f, 0xbd, 0xca, 0x0e, 0xfc, 0xd8, 0x3e, 0xa5, 0xb8, 0xb8, 0x28, 0x24, 0xf0, 0x19, 0x20, 0x32, 0x46, 0xe1, 0x58, 0xf6, 0xed, 0x4f, 0xaa, 0x05, 0x3f, 0x3e, 0x7a, 0xc7, 0x2d, 0xf5, 0x28, 0x58, 0x88, 0xa6, 0xf6, 0x4f, 0xb6, 0xa9, 0x95, 0x28, 0x9b, 0xcb, 0xa5, 0xa1, 0xa4, 0x59, 0x54, 0xb6, 0x00, 0xb4, 0x75, 0xeb, 0xa6, 0x6b, 0xde, 0x38, 0x02, 0x42, 0x7e, 0xc3, 0x5e, 0xea, 0xa5, 0xcf, 0x67, 0xdb, 0x8c, 0x39, 0xea, 0x03, 0x3d, 0x27, 0x27, 0x47, 0x0b, 0xbf, 0xd3, 0x8d, 0xc9, 0x18, 0x26, 0x4e, 0xf6, 0xca, 0xd6, 0x9f, 0xf0, 0xb1, 0xf8, 0x08, 0xe2, 0x0d, 0x04, 0x5b, 0x39, 0xb9, 0x59, 0x5e, 0x84, 0xcf, 0xf2, 0x6f, 0x28, 0x79, 0x36, 0xcb, 0xc9, 0x67, 0xce, 0x9c, 0xd2, 0x96, 0x63, 0xea, 0xb4, 0x49, 0xa2, 0xf0, 0xcb, 0x57, 0xba, 0x71, 0x04, 0xc1, 0xe9, 0xed, 0xa3, 0xe2, 0xa2, 0x8f, 0x78, 0x7d, 0xc9, 0xc9, 0xd2, 0xed, 0x06, 0x0a, 0xfc, 0x04, 0x70, 0xbf, 0xd0, 0x2d, 0xb9, 0xc1, 0xe2, 0x09, 0xf5, 0xc1, 0x87, 0x6b, 0xed, 0xd8, 0x64, 0x42, 0x04, 0xed, 0xe0, 0x75, 0xf6, 0xff, 0x61, 0x3f, 0x32, 0x2e, 0xd1, 0x36, 0x67, 0x52, 0x28, 0x56, 0x80, 0x95, 0x36, 0xfa, 0xe8, 0x33, 0x67, 0x4e, 0xab, 0xf4, 0x83, 0x69, 0xb6, 0xd2, 0x77, 0x5d, 0x89, 0xc9, 0xe5, 0x76, 0x2c, 0xdb, 0x1a, 0xb1, 0x3d, 0x12, 0x80, 0xae, 0x29, 0x18, 0xe0, 0xb6, 0x90, 0x24, 0x92, 0x2a, 0x16, 0x15, 0x15, 0xdc, 0xf0, 0xa5, 0xeb, 0x9b, 0x2c, 0x20, 0x8c, 0x5a, 0x2b, 0xca, 0xdf, 0xb7, 0x6f, 0xaf, 0x31, 0xbd, 0x27, 0xf5, 0x8c, 0x6a, 0xa8, 0xd8, 0x42, 0x39, 0x7a, 0xf4, 0xa8, 0x01, 0xec, 0xb4, 0x5a, 0xbc, 0x64, 0xa1, 0xbd, 0x4e, 0xf0, 0x6f, 0xa1, 0x91, 0xb0, 0x76, 0xdf, 0x02, 0xe3, 0x11, 0x06, 0x7e, 0x6c, 0x8b, 0x31, 0x46, 0x7d, 0x33, 0xde, 0x16, 0x5a, 0x22, 0xf6, 0x99, 0x7d, 0x5f, 0xb4, 0x78, 0xc1, 0x0d, 0xdf, 0xbc, 0x72, 0x93, 0x59, 0x81, 0xd7, 0x1f, 0x91, 0x75, 0x82, 0x89, 0x93, 0xde, 0xd0, 0x45, 0x21, 0x57, 0x99, 0x27, 0xea, 0x2c, 0xb8, 0x04, 0xf3, 0xc1, 0xfc, 0xdb, 0xc9, 0x93, 0xae, 0x15, 0x28, 0x2e, 0x29, 0xaa, 0x93, 0x76, 0xf1, 0xe1, 0xd4, 0x06, 0x67, 0x7f, 0x5c, 0xf4, 0x5b, 0xf6, 0x13, 0x4c, 0x42, 0x26, 0x06, 0xa3, 0xa1, 0x80, 0xcf, 0xe2, 0x94, 0x64, 0x24, 0x07, 0xd2, 0xf6, 0xdb, 0x56, 0x28, 0xa9, 0x29, 0xbd, 0xf7, 0xe8, 0xfa, 0xd6, 0x06, 0xe2, 0x62, 0xc6, 0xd9, 0xeb, 0x04, 0x12, 0xdc, 0xb1, 0x8a, 0x16, 0x6a, 0xf4, 0x7d, 0xf6, 0xec, 0x69, 0x2d, 0xeb, 0x3f, 0x58, 0x63, 0x3d, 0x55, 0x14, 0x1d, 0x53, 0xdf, 0x7d, 0xe3, 0xe3, 0x63, 0x86, 0x4b, 0x4d, 0x62, 0xfa, 0xcc, 0xa9, 0x1a, 0x44, 0xb6, 0xc1, 0xfb, 0x86, 0x02, 0x3e, 0xef, 0x2d, 0xd9, 0x08, 0xeb, 0x19, 0x7c, 0xfc, 0xbd, 0x29, 0xbf, 0xf9, 0xec, 0xfa, 0x55, 0x08, 0xf5, 0x63, 0xe4, 0x51, 0xe5, 0xb2, 0x4e, 0xc0, 0x67, 0x02, 0x84, 0x04, 0xf4, 0xf3, 0xa1, 0x90, 0x80, 0x00, 0x9c, 0x3d, 0x7b, 0x46, 0x1d, 0x47, 0xce, 0x6e, 0xbd, 0x71, 0xe4, 0x02, 0x5f, 0xdc, 0x10, 0x24, 0xf0, 0x6b, 0x09, 0x13, 0x7d, 0x40, 0xc8, 0xc2, 0xcd, 0x2a, 0xbc, 0x9e, 0xb3, 0x9f, 0x56, 0x25, 0x18, 0xe8, 0xd9, 0xd9, 0xd9, 0x9e, 0xb0, 0x6e, 0x21, 0xfd, 0xe4, 0x13, 0x50, 0xd6, 0xec, 0x9f, 0x1a, 0x41, 0xf5, 0xca, 0xd7, 0x09, 0x7e, 0x6a, 0xaf, 0x13, 0x50, 0xa9, 0x0c, 0xc4, 0x18, 0x10, 0x86, 0x42, 0x00, 0xba, 0x0b, 0x82, 0x47, 0x10, 0xf7, 0x26, 0xed, 0xb6, 0xc1, 0x58, 0x11, 0x38, 0x0d, 0x8d, 0xfa, 0xb5, 0x9c, 0xc3, 0x62, 0x12, 0xaf, 0xa3, 0xd8, 0x81, 0x9f, 0x0d, 0xb6, 0x5f, 0x18, 0xa4, 0xba, 0xa6, 0xff, 0x94, 0xde, 0xef, 0x68, 0x3d, 0xe7, 0x57, 0x33, 0x7a, 0xf4, 0xc8, 0xae, 0x11, 0x44, 0xaf, 0x6e, 0x9d, 0x60, 0xaf, 0x80, 0x72, 0x28, 0xe3, 0xa0, 0x26, 0x00, 0x41, 0xe5, 0xde, 0xc0, 0x60, 0xf9, 0xb7, 0x2d, 0x0c, 0xe0, 0x64, 0x16, 0x27, 0xce, 0x99, 0x19, 0x74, 0x9d, 0x80, 0x2f, 0x6c, 0xc4, 0xef, 0x8f, 0xf3, 0x6f, 0x2c, 0x22, 0x71, 0xa7, 0x0e, 0xaf, 0xa3, 0x39, 0xaf, 0x0f, 0x74, 0x5b, 0xb8, 0x32, 0xe9, 0xf6, 0xef, 0x14, 0x08, 0xbb, 0xc8, 0x5a, 0x9e, 0x8e, 0xfa, 0xdf, 0x11, 0x34, 0xaf, 0xf2, 0x88, 0x49, 0x88, 0x79, 0xba, 0x76, 0x9d, 0x60, 0x8a, 0x8e, 0xaa, 0x09, 0x26, 0x3f, 0x43, 0x89, 0xc8, 0x79, 0x0e, 0xcf, 0x3d, 0x77, 0xee, 0x0c, 0xbe, 0x67, 0x07, 0x5d, 0x27, 0xc0, 0xcf, 0x89, 0xde, 0x96, 0xf5, 0x6d, 0x5b, 0x70, 0xfe, 0x59, 0x7d, 0x0d, 0xdd, 0x4d, 0x28, 0xe0, 0xb3, 0x4e, 0x21, 0xc1, 0x62, 0x46, 0xe6, 0xa1, 0xda, 0xfb, 0xc4, 0x45, 0xed, 0x5f, 0xba, 0x74, 0x69, 0x8b, 0x08, 0x92, 0xd7, 0x70, 0xc4, 0xc6, 0xc7, 0x2c, 0x10, 0x85, 0xee, 0xd8, 0xb9, 0xcd, 0x53, 0x34, 0xd3, 0xbd, 0x50, 0x02, 0x33, 0xae, 0x2a, 0xba, 0x80, 0x9e, 0x55, 0xef, 0xae, 0x78, 0xe7, 0x33, 0xcf, 0xe0, 0x23, 0x38, 0x1b, 0x22, 0x24, 0x9b, 0x3a, 0x7d, 0xb2, 0x36, 0xe1, 0x3c, 0x97, 0x35, 0xfc, 0x50, 0xc0, 0xe7, 0x3d, 0x98, 0xf3, 0xb3, 0x4f, 0xfc, 0xb4, 0x9e, 0x5c, 0xba, 0x4c, 0x02, 0x47, 0x10, 0x0c, 0xe7, 0x3a, 0xc1, 0xf8, 0xd1, 0x3a, 0x22, 0x97, 0xc2, 0x0c, 0xfd, 0x6e, 0x28, 0x24, 0x60, 0xdc, 0x40, 0x50, 0x8f, 0x56, 0x56, 0xd8, 0xeb, 0x04, 0xc7, 0x8c, 0xe9, 0xf7, 0x96, 0xa3, 0x39, 0x7b, 0x79, 0x1e, 0xdb, 0xa7, 0xf5, 0x68, 0x08, 0xfc, 0xac, 0xac, 0x2c, 0x10, 0xb1, 0x42, 0x67, 0x0a, 0xbc, 0x66, 0xcb, 0x56, 0xfb, 0xd5, 0x6f, 0xd1, 0x89, 0x11, 0xf4, 0xc2, 0x15, 0x10, 0x5a, 0x95, 0xb9, 0xf7, 0xde, 0x5f, 0x69, 0x52, 0xbc, 0x33, 0xda, 0xef, 0x86, 0x12, 0x9d, 0x93, 0x28, 0x3c, 0x9f, 0xe0, 0x6e, 0xdd, 0xb6, 0xc9, 0x5a, 0x94, 0x89, 0xd9, 0x22, 0xdf, 0x97, 0xbe, 0xbd, 0xd8, 0xb3, 0x14, 0xdc, 0xa2, 0x1e, 0x0c, 0x70, 0x5b, 0xf2, 0xf2, 0x72, 0xbd, 0x40, 0x93, 0x0f, 0xbd, 0x86, 0x6b, 0x11, 0x2a, 0x72, 0x04, 0xaa, 0xcd, 0x5b, 0xeb, 0x04, 0x7c, 0xc7, 0x80, 0x44, 0xe9, 0xf4, 0xbf, 0xa1, 0x98, 0x6a, 0x5a, 0x8e, 0xf3, 0xe7, 0xcf, 0x69, 0x13, 0x3f, 0x79, 0xea, 0xc4, 0x3a, 0x2f, 0x6d, 0x66, 0xaa, 0x59, 0x56, 0x5e, 0xaa, 0xff, 0x4e, 0x33, 0x1e, 0x0c, 0x70, 0xbf, 0x90, 0x80, 0xd2, 0x0f, 0x7b, 0x19, 0x9a, 0x19, 0x45, 0x04, 0xb5, 0x70, 0xc7, 0x02, 0xd6, 0xab, 0xd7, 0xe6, 0xce, 0x9f, 0xed, 0x29, 0x9e, 0x55, 0xbf, 0x86, 0x52, 0x34, 0xf1, 0xd5, 0x3c, 0x9f, 0x20, 0xa7, 0xa7, 0x1f, 0xa8, 0x43, 0x00, 0x3e, 0x76, 0xce, 0xdf, 0x53, 0x98, 0x3e, 0x36, 0x04, 0x3c, 0x85, 0x4b, 0xc2, 0xd2, 0x87, 0xec, 0xec, 0xac, 0x46, 0xff, 0x06, 0x93, 0x26, 0xe2, 0x0a, 0xa2, 0xd6, 0x8b, 0xa2, 0x53, 0x52, 0xf7, 0x1b, 0xb3, 0xee, 0xe6, 0xea, 0xa1, 0x58, 0x01, 0x06, 0x84, 0x02, 0xf4, 0xa2, 0x25, 0xb5, 0x35, 0xfa, 0xfd, 0x29, 0xfb, 0xf4, 0xef, 0xf8, 0x54, 0x6f, 0x28, 0xe0, 0xb3, 0x2d, 0x37, 0x58, 0x74, 0x53, 0xcc, 0x99, 0xb3, 0xa7, 0x85, 0x7d, 0x2b, 0x5a, 0xe4, 0x08, 0x94, 0x16, 0x5a, 0xcf, 0x13, 0x4c, 0x9c, 0xfc, 0x86, 0x36, 0xd7, 0x6e, 0xd0, 0x76, 0x46, 0x57, 0xeb, 0x1a, 0x0a, 0xd8, 0x28, 0xbc, 0x86, 0x60, 0xb3, 0x66, 0x2f, 0xeb, 0x04, 0x93, 0x26, 0x4f, 0xf0, 0x72, 0xfe, 0x50, 0x08, 0xc0, 0x0c, 0x44, 0xe2, 0x05, 0x6e, 0x14, 0xb1, 0x36, 0xa3, 0xbe, 0x1d, 0x41, 0xe9, 0xba, 0xbb, 0x82, 0x98, 0x37, 0x45, 0xe1, 0x9b, 0xb7, 0x6c, 0xf4, 0x80, 0xe0, 0x46, 0x8d, 0x50, 0x7c, 0x37, 0x03, 0xc2, 0x8f, 0x3f, 0x3e, 0xaf, 0x65, 0xcd, 0xba, 0xda, 0x37, 0x93, 0xaf, 0xc5, 0xf7, 0xfa, 0xae, 0x3b, 0x72, 0xe4, 0x88, 0x16, 0x12, 0x4d, 0x02, 0x4a, 0xc6, 0x00, 0x7c, 0x2b, 0xc8, 0xcd, 0xf4, 0x1e, 0xc3, 0x9b, 0x9f, 0x00, 0xee, 0xf3, 0x04, 0x55, 0x54, 0x3a, 0xcb, 0xad, 0x5c, 0x26, 0x16, 0x12, 0x84, 0xea, 0xbf, 0x99, 0xe3, 0x93, 0x00, 0x9c, 0xf5, 0x02, 0x20, 0x03, 0xc1, 0xd4, 0xd4, 0x94, 0xcf, 0x00, 0xee, 0x17, 0x82, 0x2e, 0xf7, 0x5b, 0xfd, 0x9e, 0xfd, 0x6e, 0xbf, 0xe8, 0xbf, 0x44, 0xd0, 0xf9, 0xdc, 0x62, 0x81, 0xe8, 0x7f, 0xaf, 0xad, 0xdb, 0x2f, 0xd3, 0x60, 0xd0, 0xac, 0xb3, 0xea, 0x17, 0x0a, 0x01, 0x18, 0x10, 0xf2, 0x1a, 0x92, 0x60, 0xcf, 0x9e, 0x8f, 0x3c, 0x10, 0x17, 0x2c, 0x9c, 0x17, 0x14, 0x78, 0x0a, 0x33, 0x0e, 0xde, 0x87, 0xd7, 0xf2, 0x1d, 0x05, 0xb7, 0xc4, 0x33, 0xfd, 0x8d, 0xf1, 0x60, 0x79, 0xd5, 0x5e, 0xb9, 0xe3, 0x96, 0x2d, 0x09, 0xee, 0x98, 0xc3, 0x37, 0x44, 0x00, 0x82, 0xc9, 0xf5, 0x84, 0x8f, 0x3f, 0xfe, 0x18, 0xd7, 0x9c, 0x47, 0x10, 0x57, 0xfb, 0xda, 0xf6, 0x9d, 0x3b, 0x77, 0x04, 0x04, 0x9f, 0xd7, 0x31, 0xf0, 0x93, 0xfb, 0xcc, 0xb1, 0xde, 0x66, 0xde, 0xa4, 0x9f, 0xe9, 0x6f, 0xbc, 0xb1, 0xc0, 0xeb, 0x2f, 0x08, 0x00, 0x04, 0x50, 0xac, 0x00, 0xfd, 0x73, 0x4e, 0x4e, 0x76, 0x40, 0xff, 0xed, 0x97, 0x53, 0xa7, 0x4e, 0xa9, 0x0b, 0x17, 0x3e, 0xd6, 0xfb, 0x0f, 0xa5, 0xad, 0x29, 0xd3, 0x26, 0xa9, 0xc3, 0x87, 0x0f, 0x7f, 0xe6, 0x5c, 0x56, 0xfc, 0x04, 0xfc, 0x7d, 0xfb, 0x92, 0xec, 0x47, 0xbb, 0x3e, 0x8c, 0xa0, 0x71, 0xa3, 0x5c, 0x41, 0x42, 0xf4, 0x3b, 0x02, 0xc4, 0xde, 0xa4, 0x3d, 0x1e, 0x40, 0x4c, 0xe7, 0xea, 0x33, 0xe5, 0x22, 0x7c, 0x68, 0x83, 0x04, 0xa0, 0xd8, 0x2f, 0xa2, 0x5c, 0xb7, 0x7e, 0x6d, 0x9d, 0xf3, 0x58, 0x16, 0x16, 0x82, 0x9d, 0x38, 0x79, 0x5c, 0x3f, 0xd1, 0x2c, 0xfb, 0x0b, 0x90, 0x99, 0xf4, 0x8f, 0x20, 0x71, 0x83, 0x0e, 0x3e, 0x04, 0x2a, 0x4f, 0xec, 0xf2, 0x45, 0x0b, 0x0c, 0xea, 0xe8, 0xd7, 0x09, 0x14, 0xa3, 0xf5, 0x50, 0x48, 0x50, 0x53, 0x53, 0xa3, 0x09, 0xc0, 0x4a, 0xa1, 0xac, 0xe1, 0x8f, 0x19, 0x97, 0xa0, 0xd2, 0xd2, 0xd2, 0xb4, 0x25, 0xa0, 0x70, 0x2d, 0xc1, 0x6d, 0xf7, 0xbc, 0x26, 0x87, 0x15, 0xf8, 0xc5, 0x47, 0x50, 0xb8, 0xf1, 0xc5, 0x21, 0xef, 0xff, 0xf2, 0x70, 0xfb, 0xb5, 0xa4, 0x78, 0x24, 0x43, 0x30, 0xd0, 0xb9, 0xe8, 0xc3, 0x17, 0x33, 0xb1, 0x82, 0xc7, 0xb4, 0x91, 0xc0, 0x5e, 0xb8, 0x70, 0x41, 0xa7, 0x95, 0xd2, 0xd6, 0xdb, 0xcb, 0xde, 0xd2, 0xe0, 0xb3, 0xe2, 0x27, 0x6d, 0x96, 0x96, 0x95, 0x44, 0x1e, 0xed, 0x6a, 0x6c, 0x07, 0xa3, 0x6f, 0xf9, 0x2f, 0x24, 0x04, 0xa7, 0xa4, 0xb4, 0xd8, 0x03, 0x8c, 0x1b, 0x39, 0xfd, 0xe0, 0xef, 0x4f, 0x49, 0x56, 0xfb, 0x52, 0xf6, 0xaa, 0x43, 0x99, 0x69, 0xfa, 0x3d, 0xfd, 0xf9, 0xf9, 0x79, 0xfa, 0x5d, 0x03, 0x17, 0x2f, 0x5e, 0xd0, 0xf1, 0xc3, 0xa4, 0x29, 0x13, 0x94, 0xac, 0x39, 0x24, 0x25, 0x27, 0xe9, 0x4a, 0x9f, 0xb4, 0xb7, 0xf8, 0xad, 0x85, 0x76, 0xd1, 0xe7, 0x87, 0x11, 0xed, 0x37, 0x9e, 0x58, 0xe0, 0x87, 0x02, 0x0c, 0xb7, 0x61, 0x0b, 0x60, 0xac, 0x10, 0x32, 0x08, 0x14, 0x53, 0x4e, 0xd9, 0xb6, 0x73, 0x93, 0xda, 0x93, 0xf4, 0x91, 0x3a, 0x90, 0xbe, 0x1f, 0x56, 0x20, 0x43, 0x15, 0x14, 0xba, 0xae, 0x82, 0x40, 0x93, 0x04, 0x69, 0x69, 0xb5, 0x2f, 0xa2, 0x9c, 0x3b, 0x3f, 0x51, 0x67, 0x0a, 0x6c, 0x2b, 0x3d, 0x3d, 0xcd, 0x06, 0x7f, 0x67, 0xe4, 0xd1, 0xae, 0x46, 0x74, 0x10, 0x0c, 0x80, 0xb2, 0x5d, 0x00, 0xca, 0xcc, 0xcc, 0xd0, 0xc0, 0xd1, 0xb7, 0x73, 0x76, 0x0b, 0xf8, 0x99, 0x99, 0x99, 0x6a, 0xd3, 0x96, 0x0f, 0xd4, 0xce, 0x5d, 0xdb, 0xea, 0x58, 0x01, 0xfe, 0x8d, 0x01, 0x21, 0x09, 0x70, 0xf1, 0xe2, 0x45, 0x35, 0x7f, 0x61, 0xed, 0x43, 0x9c, 0x99, 0x70, 0x17, 0x24, 0xd2, 0xe4, 0xa9, 0xb5, 0x3b, 0x7c, 0x63, 0x47, 0xc7, 0x3e, 0x15, 0xd1, 0x7a, 0x23, 0x3b, 0xe2, 0xe3, 0xa3, 0x9f, 0x90, 0xd7, 0xd1, 0x32, 0x95, 0x63, 0xd4, 0x4e, 0x02, 0x30, 0x20, 0xa4, 0x9f, 0x17, 0x12, 0x70, 0xaf, 0xff, 0xd6, 0x1d, 0x1b, 0x3d, 0x2b, 0x70, 0x38, 0x2b, 0xd3, 0xfb, 0xdb, 0x89, 0x13, 0x27, 0x34, 0x01, 0x4a, 0x4a, 0x4b, 0xbc, 0x22, 0x0f, 0x77, 0xf8, 0x6c, 0xdc, 0x64, 0xff, 0x63, 0xa7, 0xe8, 0xc9, 0x11, 0x6d, 0x37, 0xde, 0x0a, 0x61, 0x62, 0xed, 0x8b, 0x9b, 0xb7, 0x7b, 0x29, 0x1e, 0xdf, 0x2d, 0x68, 0x5b, 0x01, 0x3e, 0xa9, 0x9b, 0xbc, 0x7f, 0xaf, 0x3a, 0x78, 0x28, 0xbd, 0x8e, 0x7b, 0x60, 0xe6, 0x70, 0xe9, 0xd2, 0x45, 0x2d, 0xef, 0xbd, 0xbf, 0xaa, 0xce, 0x7e, 0x81, 0xc8, 0x0e, 0xdf, 0x9b, 0xe0, 0xe0, 0xff, 0x10, 0x88, 0x8b, 0xfd, 0xdb, 0xc7, 0xee, 0xf6, 0xb1, 0x04, 0x75, 0xec, 0x78, 0x8d, 0x8e, 0xee, 0x29, 0x5c, 0x04, 0xb2, 0xc1, 0x0e, 0x26, 0x7c, 0xac, 0x8b, 0x04, 0xe0, 0x03, 0xa6, 0x7c, 0x27, 0x80, 0xbd, 0x6f, 0x20, 0xb2, 0xc3, 0xb7, 0x91, 0x1f, 0xd3, 0xda, 0x39, 0x5f, 0x98, 0xf0, 0xca, 0x88, 0xcb, 0xb5, 0xdb, 0xc7, 0x56, 0x69, 0xf0, 0xe9, 0xdb, 0x59, 0xc6, 0x0d, 0x85, 0x00, 0x74, 0x17, 0xbc, 0xe6, 0xd2, 0xa5, 0x4b, 0x6a, 0xd7, 0xee, 0x8f, 0xac, 0xed, 0x63, 0x51, 0x35, 0x91, 0x1d, 0xbe, 0x8d, 0x39, 0x1d, 0x74, 0x9c, 0xe6, 0xd3, 0xba, 0xb4, 0x49, 0x9b, 0xd6, 0xa9, 0x85, 0x4a, 0xf8, 0xfd, 0x6f, 0xbc, 0x54, 0x8e, 0x4f, 0xe7, 0xba, 0xc1, 0xdd, 0x05, 0xbd, 0x4e, 0x10, 0x0a, 0x09, 0xe8, 0x32, 0x48, 0x00, 0x12, 0x61, 0x3a, 0xd2, 0xc2, 0x31, 0xbf, 0xf8, 0x89, 0x7a, 0xe3, 0x95, 0xe7, 0xd4, 0x94, 0xde, 0x5d, 0x96, 0xcf, 0xec, 0xe8, 0xdc, 0x19, 0xd1, 0x76, 0x23, 0x3c, 0x66, 0x76, 0x6a, 0xfe, 0xf3, 0xe9, 0xed, 0x1d, 0x45, 0x49, 0xfc, 0xf2, 0x63, 0xde, 0xcc, 0xe5, 0x9b, 0x44, 0x85, 0x00, 0xe7, 0xce, 0x9d, 0xd3, 0x2b, 0x81, 0x81, 0x40, 0x77, 0x37, 0x79, 0xe6, 0xa9, 0x62, 0x3e, 0x7a, 0xb6, 0x79, 0x83, 0xda, 0x17, 0x1f, 0xa5, 0xde, 0xfb, 0xe6, 0x8b, 0x6a, 0x56, 0xd7, 0xd6, 0x4a, 0xda, 0xa5, 0x4c, 0x6b, 0xef, 0x2c, 0x8c, 0x68, 0xbb, 0x91, 0x1d, 0x53, 0xda, 0x3b, 0xdd, 0xa7, 0x77, 0x6e, 0x79, 0x96, 0x00, 0xcd, 0xe8, 0xd0, 0x4c, 0xa5, 0x3d, 0xfc, 0xa0, 0x9a, 0xf3, 0x9b, 0xff, 0xf4, 0x48, 0x90, 0x96, 0x96, 0xaa, 0xa3, 0xfb, 0x5a, 0x71, 0xc9, 0x20, 0x6b, 0x07, 0x15, 0x07, 0x52, 0x54, 0xda, 0xa4, 0xf1, 0x6a, 0xdd, 0xf7, 0xbf, 0xad, 0xe6, 0xf4, 0xea, 0x5c, 0x07, 0xf0, 0x00, 0x72, 0x79, 0x46, 0x07, 0x67, 0x78, 0x44, 0xeb, 0x8d, 0xc9, 0xf7, 0x77, 0x70, 0xe6, 0x0b, 0x40, 0xeb, 0xef, 0xee, 0xaa, 0xf2, 0xbf, 0xf8, 0x45, 0x75, 0xf0, 0xf9, 0xe7, 0x54, 0xdc, 0xa8, 0xd7, 0x95, 0x6c, 0x1f, 0x63, 0x9e, 0xcf, 0x67, 0x09, 0x18, 0xe0, 0x7d, 0x7c, 0xe6, 0xb4, 0xca, 0x9c, 0x37, 0x5b, 0x6d, 0xfc, 0xc9, 0x0f, 0xd4, 0x82, 0x07, 0x7a, 0x06, 0x05, 0x9b, 0x64, 0x7a, 0xbb, 0x4b, 0x5b, 0xb5, 0xb1, 0x57, 0x37, 0xb5, 0xad, 0xf7, 0x5d, 0xf6, 0xdf, 0x52, 0x97, 0x3a, 0x4e, 0x24, 0x1e, 0x68, 0x0c, 0x07, 0xc0, 0x18, 0xc1, 0x59, 0x49, 0x60, 0xe6, 0x75, 0xbe, 0x4d, 0x65, 0x0f, 0x1c, 0xa0, 0x8a, 0x9f, 0x78, 0x42, 0x95, 0x3e, 0xf9, 0xa4, 0x5a, 0xf9, 0xd3, 0x1f, 0xd7, 0x89, 0xe2, 0xe5, 0x1f, 0x3b, 0x4d, 0x87, 0x69, 0x0f, 0x08, 0x38, 0x64, 0xc9, 0x9d, 0xad, 0xd5, 0xfa, 0x9e, 0x5d, 0x54, 0x52, 0xbf, 0x3e, 0x2a, 0xe7, 0x91, 0xfe, 0x2a, 0xff, 0xd1, 0x47, 0x3d, 0x59, 0xd1, 0xad, 0x83, 0x7d, 0xee, 0xbf, 0x47, 0xb4, 0x7f, 0x83, 0x8f, 0x09, 0x8e, 0xd3, 0x0a, 0x60, 0x64, 0x0a, 0x28, 0xbb, 0xef, 0xbf, 0x57, 0x15, 0x3c, 0xf6, 0x98, 0x2a, 0x19, 0x3c, 0x58, 0x4b, 0xde, 0xd3, 0x4f, 0xab, 0x09, 0x23, 0xff, 0xfc, 0x19, 0x12, 0x30, 0xa0, 0x93, 0x6b, 0x66, 0x77, 0x68, 0xae, 0xd6, 0xde, 0x75, 0x87, 0xda, 0xdd, 0xf7, 0x1e, 0x75, 0xa4, 0xff, 0xc3, 0x1a, 0xe8, 0x3c, 0x48, 0xee, 0x23, 0x8f, 0xa8, 0xdc, 0x01, 0x03, 0x54, 0xfe, 0xc0, 0x81, 0xaa, 0x80, 0x9f, 0xf8, 0x5d, 0x06, 0x5c, 0xcb, 0x2c, 0x58, 0x05, 0x73, 0xed, 0x31, 0x58, 0x9e, 0x48, 0x4d, 0xe0, 0x06, 0xcf, 0xfe, 0xbf, 0x09, 0x90, 0xef, 0x76, 0xef, 0xa8, 0xf2, 0xbe, 0xf0, 0x05, 0x55, 0x34, 0x68, 0x90, 0xb6, 0x00, 0x22, 0x39, 0x4f, 0x0f, 0x51, 0x3b, 0xbf, 0xf3, 0x2d, 0xb5, 0xf6, 0x87, 0xaf, 0xaa, 0xa5, 0xbf, 0xfc, 0xb9, 0x9a, 0xfb, 0xbb, 0xff, 0x52, 0xd3, 0x5f, 0xfb, 0xb5, 0x9a, 0xd6, 0xbd, 0xad, 0xbe, 0x6e, 0x26, 0x00, 0x3d, 0xf4, 0xd0, 0x03, 0x1a, 0xe0, 0x23, 0x0f, 0x3f, 0xac, 0x0e, 0x3e, 0xf0, 0x80, 0x96, 0x4c, 0x7c, 0x3f, 0x02, 0x12, 0xe4, 0x80, 0x00, 0x74, 0x29, 0x05, 0x10, 0x9e, 0x43, 0x77, 0x60, 0x59, 0x8d, 0xe9, 0x11, 0x14, 0x6e, 0xd0, 0x31, 0xb5, 0xa3, 0xf3, 0x20, 0x00, 0x38, 0x4f, 0x20, 0x66, 0x61, 0x16, 0x67, 0x60, 0xf6, 0xe6, 0x01, 0x24, 0x12, 0x20, 0x98, 0x54, 0x0e, 0x19, 0xa2, 0x8e, 0x0f, 0x1f, 0xae, 0x36, 0xf6, 0xad, 0xeb, 0xf7, 0xdf, 0xe9, 0xd6, 0x5e, 0x83, 0x7b, 0xf8, 0xc1, 0x07, 0x55, 0xca, 0xbd, 0xf7, 0xaa, 0xb4, 0xfb, 0xee, 0x0b, 0x4c, 0x02, 0x7c, 0xe6, 0xe0, 0xe7, 0xf9, 0x9d, 0x6e, 0x93, 0x6b, 0x3f, 0x45, 0x5a, 0x18, 0x79, 0xf3, 0xc7, 0xf5, 0x3a, 0x66, 0x39, 0x4e, 0x07, 0xe4, 0x5c, 0xf7, 0x42, 0xee, 0x9b, 0xe7, 0x38, 0xfd, 0x12, 0x1d, 0xa7, 0xb5, 0xfc, 0x0d, 0x3e, 0x78, 0x83, 0x00, 0xb8, 0x19, 0x01, 0x5a, 0x2e, 0x66, 0x7f, 0xc1, 0xe3, 0x8f, 0xab, 0xc2, 0x20, 0xc2, 0x98, 0xe0, 0xd8, 0x33, 0xcf, 0xa8, 0xdc, 0x27, 0x07, 0x69, 0x5f, 0xaf, 0xaf, 0x6d, 0xe7, 0x5c, 0x94, 0x36, 0x92, 0xfa, 0xf5, 0xd6, 0x24, 0x38, 0xd0, 0xaf, 0x9f, 0x26, 0xc1, 0x81, 0x40, 0x24, 0xe0, 0x3d, 0xe0, 0x0e, 0xf6, 0xe0, 0xdc, 0xda, 0x40, 0xd1, 0x49, 0x62, 0x0d, 0x22, 0x90, 0x7b, 0x5a, 0xec, 0x38, 0x7d, 0xa5, 0xef, 0x0b, 0x1c, 0xa7, 0x63, 0x04, 0xd1, 0x7a, 0x0e, 0x44, 0xd5, 0x6d, 0xa0, 0xac, 0xaf, 0x42, 0xc6, 0x40, 0x59, 0x5b, 0x21, 0xc7, 0x21, 0xca, 0x27, 0x9f, 0x42, 0xf2, 0xe6, 0x35, 0x73, 0x76, 0xcf, 0x6a, 0x0d, 0xe5, 0xb7, 0x73, 0xd4, 0x62, 0x04, 0x6d, 0xd9, 0x00, 0x85, 0xb3, 0x9f, 0xfe, 0x3f, 0x90, 0x90, 0x00, 0xd5, 0x43, 0x87, 0xaa, 0x6a, 0x10, 0x60, 0x69, 0xf7, 0xf6, 0x1e, 0x78, 0x33, 0xdb, 0x39, 0xbf, 0xe3, 0x2c, 0xe6, 0xf7, 0xf9, 0x9d, 0x6f, 0xd7, 0x7e, 0x9f, 0x33, 0x7c, 0x5f, 0x9f, 0x3e, 0x81, 0x49, 0x60, 0x62, 0x02, 0x12, 0x65, 0x79, 0xb7, 0xf6, 0x36, 0x09, 0x7e, 0x04, 0x90, 0xdb, 0xcd, 0x77, 0x9c, 0x7f, 0x45, 0xff, 0xe6, 0xe1, 0x33, 0x07, 0x9f, 0x9f, 0x04, 0xe8, 0xff, 0x49, 0xc8, 0x4e, 0xc8, 0x04, 0xc8, 0x37, 0x31, 0xe6, 0xf6, 0xb7, 0x3c, 0xf0, 0x50, 0xd6, 0x50, 0x28, 0x63, 0x16, 0xe4, 0x54, 0x00, 0x85, 0xd5, 0x2f, 0xcd, 0x1c, 0xb5, 0xa6, 0x73, 0x27, 0x75, 0x84, 0x51, 0x3a, 0x7d, 0x74, 0x10, 0xa9, 0x78, 0xea, 0x29, 0x55, 0x03, 0xf0, 0x77, 0x3d, 0xdc, 0xcf, 0x06, 0x6d, 0xad, 0x89, 0x23, 0xa6, 0xcb, 0xef, 0xe8, 0xdf, 0x75, 0xb0, 0x07, 0xd0, 0x93, 0x7b, 0xf7, 0x0e, 0x4e, 0x02, 0x9e, 0x83, 0xb8, 0x61, 0xa6, 0x04, 0x84, 0xed, 0x9c, 0xa3, 0xf3, 0x9b, 0x39, 0xc7, 0xae, 0xb8, 0xff, 0x8e, 0x73, 0x0e, 0xe3, 0x5f, 0x80, 0xcf, 0x17, 0x6f, 0x45, 0xe0, 0xbf, 0x8d, 0x81, 0x7f, 0x14, 0x48, 0x31, 0x8b, 0x9a, 0x37, 0x57, 0xcb, 0x5b, 0xb7, 0x56, 0x6b, 0x3a, 0x74, 0x50, 0xeb, 0x3b, 0x75, 0x52, 0xeb, 0x3b, 0x77, 0xd6, 0xf2, 0x5e, 0xfb, 0xf6, 0x6a, 0xd9, 0xed, 0xb7, 0x7f, 0xe6, 0xfc, 0x25, 0x2d, 0x5b, 0xaa, 0xbd, 0x98, 0xb5, 0x0c, 0x02, 0xfd, 0x42, 0xdf, 0x5f, 0x33, 0x6c, 0x98, 0xca, 0x1d, 0x3c, 0x48, 0xcd, 0xea, 0xd8, 0x5c, 0x08, 0x70, 0x76, 0x4a, 0x67, 0xa7, 0xaf, 0xae, 0x20, 0x76, 0x74, 0xee, 0x84, 0x4b, 0xa8, 0x76, 0x63, 0x89, 0x66, 0x3a, 0xd2, 0x27, 0xc0, 0x04, 0xdf, 0x4f, 0x82, 0x8c, 0x87, 0x1e, 0xd2, 0x24, 0xc8, 0x35, 0x24, 0xf8, 0x00, 0xe9, 0xa2, 0xb6, 0x24, 0x6d, 0x9b, 0xa9, 0x39, 0x2d, 0x6b, 0xfb, 0xb3, 0xa2, 0x6d, 0x5b, 0xb5, 0xb9, 0x7b, 0x77, 0xb5, 0x07, 0xd7, 0xee, 0xed, 0xdb, 0x57, 0xed, 0xc5, 0xe7, 0xf6, 0xbb, 0xef, 0x56, 0xeb, 0x30, 0x86, 0xb7, 0xd0, 0xd7, 0x20, 0x64, 0x48, 0x81, 0xfc, 0xb3, 0x72, 0x9c, 0xa6, 0xbd, 0xd1, 0x04, 0x26, 0x7e, 0xb0, 0x31, 0xf1, 0x75, 0x14, 0xf0, 0xf6, 0x6d, 0xb7, 0xa9, 0x0f, 0xee, 0x40, 0x3a, 0x06, 0x45, 0xa5, 0x42, 0xe1, 0xe9, 0xf7, 0xdf, 0xaf, 0xd2, 0x4d, 0x44, 0x4e, 0x39, 0x84, 0x00, 0x4d, 0x7f, 0xc7, 0x67, 0x2a, 0xfc, 0xf4, 0xe6, 0xae, 0x5d, 0xd5, 0x52, 0x9f, 0x32, 0x37, 0x77, 0xeb, 0xa6, 0x72, 0x61, 0xa2, 0x45, 0xf2, 0x61, 0xfe, 0xab, 0x90, 0x0a, 0xe6, 0x3e, 0xf1, 0xb8, 0x9a, 0xd3, 0xa9, 0xa5, 0x3d, 0xfb, 0x7f, 0x6b, 0xf7, 0x89, 0x39, 0xbd, 0xfc, 0x6d, 0x05, 0xb2, 0x09, 0x82, 0x5b, 0x88, 0xeb, 0xf7, 0xf6, 0xea, 0x15, 0x94, 0x04, 0x3c, 0x87, 0x75, 0x02, 0xba, 0xa0, 0x85, 0x1d, 0x6f, 0x57, 0xf3, 0xdb, 0xb4, 0x50, 0x49, 0xf7, 0xf5, 0x53, 0x95, 0x70, 0x35, 0xc7, 0x20, 0xb4, 0x3a, 0x65, 0xc8, 0x42, 0x28, 0x15, 0x88, 0x3f, 0x2a, 0xbf, 0xf4, 0x25, 0xfd, 0xfb, 0x53, 0xcf, 0x3d, 0xa7, 0x4a, 0xf0, 0xb7, 0xfd, 0x68, 0x6f, 0x55, 0xbb, 0x76, 0x81, 0x88, 0xb0, 0x77, 0x91, 0xe3, 0x3c, 0xd3, 0xe4, 0x80, 0x67, 0x00, 0x87, 0xc1, 0xc5, 0xfb, 0x7d, 0xe3, 0x2a, 0xcc, 0x96, 0x9d, 0x3d, 0x7b, 0xea, 0xe0, 0x8b, 0xa0, 0x13, 0xe8, 0x43, 0x50, 0xb2, 0xfe, 0xac, 0x47, 0x08, 0x04, 0xc9, 0xb0, 0xa1, 0x4b, 0x17, 0xb5, 0xd0, 0x47, 0x82, 0x1c, 0x43, 0x80, 0x8a, 0x2f, 0x7f, 0xf9, 0x33, 0xe0, 0x4f, 0xef, 0xe0, 0xcc, 0xf3, 0x07, 0x6d, 0xac, 0xea, 0xe1, 0x6f, 0x29, 0xb5, 0x01, 0x61, 0x1f, 0x0d, 0x70, 0x29, 0x08, 0xb4, 0x07, 0x84, 0x24, 0x09, 0xf6, 0x93, 0x04, 0xe8, 0xa3, 0x90, 0x20, 0x8b, 0x96, 0x00, 0xe7, 0x6c, 0xeb, 0x75, 0x97, 0x5a, 0xdd, 0xa3, 0xb3, 0x3a, 0x38, 0xa0, 0x3f, 0xd2, 0x4e, 0xa4, 0xa0, 0xac, 0x43, 0xc0, 0xed, 0xf0, 0xd3, 0x13, 0xeb, 0xe7, 0x52, 0xc4, 0x23, 0x47, 0x41, 0x06, 0x66, 0x23, 0x27, 0x47, 0x8c, 0x50, 0x45, 0x83, 0x07, 0x6b, 0x6b, 0xb1, 0xb0, 0x59, 0x33, 0x9b, 0x04, 0x97, 0x61, 0x21, 0x27, 0x37, 0x99, 0x18, 0x01, 0x8c, 0x1e, 0x80, 0x41, 0x65, 0xd8, 0xc0, 0xbf, 0x0b, 0x13, 0x6f, 0xcf, 0x76, 0x99, 0xe5, 0xf5, 0xc9, 0x41, 0x11, 0x63, 0x09, 0x08, 0x04, 0x7d, 0xf3, 0xee, 0x7b, 0xee, 0xd1, 0x6e, 0x43, 0xda, 0xe6, 0xcf, 0x65, 0x98, 0x75, 0x39, 0x83, 0x1e, 0x53, 0x73, 0x2d, 0xf0, 0x59, 0x32, 0x0e, 0x56, 0xc2, 0x9d, 0xd9, 0xc1, 0x19, 0x26, 0x15, 0xc5, 0x05, 0x08, 0x08, 0xa5, 0x0a, 0x58, 0x89, 0x19, 0x1c, 0x8c, 0x04, 0xac, 0x1b, 0xd0, 0x1d, 0x64, 0x3c, 0x8a, 0x14, 0x74, 0xc0, 0xa3, 0x1a, 0xe8, 0x22, 0x1b, 0xf4, 0x00, 0x42, 0x72, 0x94, 0x98, 0xbf, 0x57, 0x98, 0xcc, 0xe4, 0xc4, 0xb3, 0xcf, 0xaa, 0x52, 0x58, 0x85, 0x0f, 0x41, 0x66, 0x9f, 0x35, 0xc8, 0x43, 0x70, 0xf9, 0xe4, 0x4d, 0x0d, 0x3e, 0xfd, 0x1a, 0xe4, 0xb4, 0xe7, 0xaf, 0x5b, 0xb4, 0x50, 0x5b, 0x31, 0x4b, 0x53, 0xe1, 0x1b, 0xd3, 0x38, 0xe3, 0x7d, 0xc0, 0x0b, 0xc0, 0x7e, 0xf3, 0xaf, 0xcf, 0xb3, 0x7e, 0x27, 0x24, 0xc8, 0x04, 0x10, 0x87, 0xfb, 0xf7, 0x57, 0x7b, 0x01, 0xd0, 0x02, 0x33, 0x8b, 0xe8, 0x67, 0x33, 0x06, 0x3e, 0x1a, 0x32, 0xf8, 0x5e, 0x61, 0x09, 0xd6, 0x41, 0xce, 0x5f, 0xd6, 0xb5, 0x9d, 0xce, 0x0a, 0x0a, 0x01, 0x70, 0x0d, 0x80, 0x0a, 0x46, 0x82, 0x62, 0x53, 0x1f, 0xa0, 0xcb, 0xb0, 0x67, 0x7b, 0x39, 0x66, 0xf6, 0x51, 0x80, 0xca, 0xd9, 0xce, 0xcf, 0x72, 0xb4, 0x41, 0x77, 0x50, 0xe2, 0x27, 0x07, 0x7e, 0xb6, 0x89, 0x90, 0x8d, 0xb8, 0xe5, 0x9d, 0x56, 0xad, 0x3c, 0x12, 0xc0, 0x12, 0x7c, 0x8c, 0xcf, 0x9f, 0xde, 0xac, 0xe0, 0xff, 0x81, 0xe6, 0x4c, 0x06, 0xb3, 0x12, 0xe6, 0x7e, 0x1f, 0x94, 0xa8, 0xfd, 0xa9, 0xcc, 0x64, 0x23, 0x69, 0x04, 0x9d, 0x7e, 0xdf, 0x58, 0x03, 0x01, 0xd8, 0x36, 0xf9, 0x62, 0xf6, 0xd3, 0xad, 0x73, 0xf9, 0x9d, 0x04, 0xa0, 0x5f, 0xa6, 0xf9, 0x97, 0x7b, 0xcd, 0x6b, 0xd5, 0xdc, 0x2e, 0xf6, 0xbc, 0x05, 0xb3, 0xdf, 0xb2, 0xa1, 0xfe, 0xce, 0x6e, 0xef, 0x74, 0xc3, 0xb9, 0x59, 0x72, 0xdd, 0xf2, 0x6e, 0x1d, 0x54, 0x1e, 0xda, 0xe5, 0xac, 0x3d, 0x0e, 0x10, 0x35, 0x09, 0x60, 0x5d, 0x84, 0x04, 0xb4, 0x00, 0xb4, 0x12, 0x45, 0x32, 0xbb, 0x61, 0xde, 0x2b, 0xe1, 0x76, 0x98, 0x71, 0x30, 0xf0, 0x64, 0xea, 0x59, 0x45, 0x41, 0x1c, 0x52, 0x49, 0x19, 0x32, 0x44, 0x1d, 0xa5, 0x80, 0x14, 0xe5, 0xac, 0x54, 0x5a, 0x56, 0x81, 0xee, 0x86, 0xd7, 0x92, 0x08, 0xbc, 0x8e, 0x6e, 0xc1, 0xb6, 0x06, 0x20, 0xc2, 0xa8, 0x9b, 0x26, 0x40, 0x64, 0x47, 0xe1, 0x97, 0xc7, 0x4b, 0xe7, 0xe9, 0xa3, 0x19, 0xe0, 0x71, 0xd6, 0xd7, 0x01, 0x98, 0xc0, 0xe3, 0xe7, 0x34, 0x0b, 0x4c, 0x56, 0xe1, 0x76, 0xde, 0x75, 0x97, 0xfa, 0x10, 0xe7, 0x33, 0x3e, 0x58, 0x69, 0x64, 0x1d, 0xb2, 0x01, 0xce, 0x72, 0x9a, 0x7c, 0x8a, 0x47, 0x00, 0x13, 0x37, 0x64, 0xb1, 0x94, 0x0b, 0xb0, 0x18, 0x4c, 0x1a, 0x85, 0xe9, 0x3a, 0x01, 0x02, 0xbc, 0xa5, 0xa1, 0x80, 0xef, 0xad, 0x2c, 0xb6, 0x71, 0xfa, 0x00, 0xfc, 0x42, 0x21, 0xc1, 0x4a, 0x96, 0x98, 0xd1, 0xf6, 0x51, 0x64, 0x13, 0x24, 0x01, 0x85, 0x24, 0xe0, 0x58, 0x72, 0x41, 0x3c, 0x5a, 0x09, 0x0d, 0x22, 0xfe, 0x4e, 0xf0, 0x6a, 0x0c, 0x80, 0x9c, 0xc9, 0x5b, 0x31, 0x8e, 0x35, 0xe8, 0x37, 0x65, 0x2d, 0x64, 0x1b, 0x7e, 0x3e, 0x80, 0x31, 0x16, 0xc3, 0x3a, 0x30, 0x3e, 0x61, 0xa0, 0x58, 0xca, 0xd2, 0xb5, 0xb8, 0x06, 0x48, 0x39, 0xb3, 0x16, 0x5c, 0x4f, 0x6b, 0x90, 0x8a, 0x73, 0x17, 0xd5, 0x8d, 0x0d, 0xe6, 0x04, 0x2a, 0x3a, 0x35, 0xc6, 0x48, 0x7f, 0x8c, 0x07, 0x3e, 0x06, 0x40, 0x93, 0x2f, 0x51, 0x74, 0xba, 0x08, 0x81, 0x97, 0x68, 0x1f, 0x92, 0x84, 0x34, 0x8e, 0x20, 0x2f, 0xb6, 0x7c, 0x79, 0x20, 0x79, 0x1f, 0xa9, 0xa1, 0xf8, 0x7e, 0x5e, 0x2f, 0x42, 0x02, 0xb0, 0x20, 0xb4, 0x03, 0x01, 0xa5, 0x9c, 0x3b, 0xe7, 0x76, 0x27, 0xe5, 0x4a, 0xc0, 0xb7, 0xcb, 0xcc, 0x20, 0x4e, 0xb9, 0x90, 0xe0, 0x7d, 0x04, 0x79, 0x05, 0x68, 0xbf, 0x0a, 0xc0, 0x09, 0x09, 0x0e, 0xe2, 0x9e, 0xd9, 0x20, 0x40, 0x0e, 0x84, 0x66, 0xbc, 0xda, 0xcc, 0xfa, 0xa3, 0x98, 0xe9, 0xfe, 0xd9, 0xeb, 0x17, 0x8e, 0x71, 0x23, 0xb2, 0x98, 0x2c, 0xf4, 0xb7, 0x1c, 0xd6, 0x80, 0xf1, 0x0a, 0x5d, 0x03, 0xa5, 0xd4, 0x04, 0x8a, 0xd5, 0x2c, 0x5b, 0x83, 0x04, 0x39, 0x20, 0xc5, 0x62, 0xb8, 0x4d, 0xeb, 0xfa, 0x59, 0x8d, 0xda, 0x12, 0x60, 0xe6, 0xfd, 0xc5, 0xcb, 0xe7, 0x01, 0xfe, 0x47, 0x60, 0xbd, 0x0d, 0xb4, 0x00, 0x2f, 0xb3, 0x9e, 0x29, 0x1d, 0x73, 0xfd, 0x05, 0x75, 0x99, 0x2e, 0xc2, 0xe2, 0x50, 0x2e, 0xe4, 0xa8, 0x9f, 0x04, 0x9c, 0xed, 0x19, 0x98, 0xf9, 0x24, 0x16, 0x25, 0x13, 0x40, 0x90, 0x00, 0x74, 0x07, 0x12, 0x51, 0xa3, 0x2f, 0xdb, 0xaf, 0x76, 0x1c, 0x33, 0xdb, 0x3b, 0x03, 0xa5, 0x3e, 0x40, 0x59, 0xdb, 0xf3, 0x4e, 0x5d, 0x06, 0xae, 0x81, 0xe9, 0x26, 0x01, 0x38, 0x6b, 0xb3, 0x41, 0xc2, 0x1c, 0x08, 0xcb, 0xcc, 0x04, 0x9f, 0xe6, 0x7e, 0xcb, 0x67, 0xc1, 0xaf, 0x32, 0x63, 0x08, 0x54, 0xd9, 0xd4, 0x59, 0x4c, 0x1e, 0x63, 0x06, 0x92, 0x80, 0x25, 0x6b, 0x12, 0x80, 0x2e, 0x01, 0xdf, 0x6b, 0x40, 0x26, 0x5a, 0x82, 0x42, 0xdc, 0xd3, 0xae, 0x1f, 0xd0, 0xba, 0x36, 0xd6, 0x99, 0xff, 0x2f, 0xe2, 0xf3, 0x09, 0xc2, 0x0e, 0x1f, 0xf8, 0x69, 0x3e, 0xf0, 0xf9, 0xf7, 0x25, 0x75, 0xd9, 0xad, 0x23, 0x5f, 0xc6, 0x0e, 0x88, 0x7e, 0x07, 0xda, 0x41, 0x1b, 0x7e, 0xfe, 0xb2, 0x29, 0xb1, 0xea, 0xf3, 0xe8, 0x0e, 0x38, 0xeb, 0xd3, 0x40, 0x20, 0xfa, 0x63, 0xba, 0x01, 0xa6, 0x7f, 0x14, 0x16, 0x8c, 0x24, 0x80, 0x62, 0x4d, 0xfe, 0xaa, 0x57, 0x1b, 0xdb, 0x39, 0x8f, 0x03, 0xfc, 0xe3, 0x42, 0x82, 0x0d, 0x77, 0x77, 0xd5, 0xb3, 0xbe, 0x1a, 0x96, 0xa0, 0x98, 0x41, 0x1f, 0x84, 0x24, 0x20, 0x78, 0x04, 0x9f, 0x33, 0xda, 0x1a, 0x47, 0x29, 0xfa, 0xfc, 0x82, 0xed, 0x16, 0xf1, 0xf3, 0x23, 0xf8, 0xfd, 0xaf, 0x21, 0x87, 0xeb, 0x58, 0x04, 0xe8, 0x60, 0x1f, 0xc6, 0x50, 0x66, 0x5c, 0x42, 0xa9, 0xb1, 0x04, 0x65, 0x24, 0x81, 0x71, 0x07, 0x4c, 0x17, 0x97, 0xd4, 0xad, 0x7b, 0xfc, 0xb2, 0xb1, 0xcd, 0xfc, 0x27, 0xd0, 0xa9, 0xf3, 0xe2, 0xf3, 0xb7, 0x61, 0x26, 0x1c, 0xb0, 0x4c, 0xb4, 0x27, 0x06, 0xfc, 0xf5, 0xf0, 0xf1, 0x3e, 0xe0, 0x0b, 0xd0, 0xc6, 0xf7, 0xeb, 0xf3, 0x71, 0x68, 0xf7, 0x71, 0xa9, 0x23, 0xac, 0x68, 0xd3, 0x46, 0x65, 0x83, 0x00, 0x52, 0x18, 0x3a, 0x80, 0x36, 0x75, 0x01, 0x08, 0xbe, 0xd7, 0x9e, 0x85, 0xd7, 0x9a, 0x46, 0x21, 0x33, 0x18, 0x0a, 0x22, 0x9c, 0x95, 0x55, 0xc7, 0xed, 0xbd, 0x7b, 0xea, 0x99, 0x5a, 0x8c, 0xfb, 0x50, 0xca, 0x08, 0x14, 0x80, 0x63, 0x80, 0xb7, 0xce, 0x1a, 0x13, 0xfa, 0xfa, 0x7c, 0x7d, 0x31, 0x12, 0xd7, 0x02, 0x70, 0xce, 0x11, 0x5b, 0x07, 0x9b, 0xe0, 0x2a, 0xb9, 0x84, 0x5d, 0x26, 0x24, 0xc0, 0x7d, 0x2a, 0xf0, 0x33, 0x63, 0x0b, 0xd6, 0x0c, 0xf2, 0xf1, 0x7b, 0x2b, 0xdd, 0xbd, 0x04, 0x7d, 0x3d, 0xd7, 0x28, 0xc0, 0xe7, 0x42, 0x88, 0xcd, 0xea, 0x0d, 0x50, 0x44, 0x20, 0xf0, 0x09, 0x3c, 0x7f, 0xcf, 0xa0, 0xce, 0xb7, 0xc0, 0x13, 0x33, 0xcd, 0x71, 0x42, 0x7a, 0xc5, 0x0a, 0xce, 0x5d, 0x21, 0x16, 0x86, 0x66, 0xff, 0x30, 0x66, 0x20, 0x03, 0x32, 0x0a, 0x67, 0x3f, 0xcb, 0xbf, 0x3a, 0x25, 0xac, 0x6d, 0xff, 0x1f, 0xaf, 0x75, 0x7c, 0xb3, 0x5b, 0x39, 0xaf, 0xe9, 0xcd, 0x23, 0xed, 0x9b, 0xab, 0x95, 0x3d, 0x3a, 0xa9, 0xfc, 0x81, 0x03, 0x54, 0x91, 0x21, 0x40, 0x05, 0x97, 0x99, 0x61, 0xaa, 0x49, 0x02, 0x2b, 0x7e, 0xd9, 0x11, 0xe2, 0x02, 0xd8, 0xed, 0x38, 0xf7, 0x8f, 0x04, 0x53, 0xfa, 0xbb, 0x1a, 0xd6, 0xab, 0x10, 0x6d, 0x32, 0x65, 0x14, 0x2b, 0x70, 0x14, 0x16, 0x86, 0xf1, 0x00, 0xab, 0x88, 0x87, 0xe0, 0xfa, 0xac, 0xb1, 0x95, 0x2c, 0x72, 0x1a, 0xc1, 0xa6, 0x14, 0x74, 0x64, 0xba, 0x57, 0xd9, 0x6b, 0xd7, 0x4e, 0x9b, 0x64, 0xf1, 0xcd, 0x07, 0xac, 0x59, 0x1f, 0x00, 0xfc, 0x1a, 0xcc, 0x82, 0xaf, 0x5f, 0xa1, 0x9b, 0xf9, 0x85, 0x5c, 0x9f, 0x8c, 0x74, 0x8c, 0x6e, 0x20, 0x05, 0xe0, 0xa7, 0x08, 0x01, 0xe0, 0x3f, 0x69, 0x0d, 0xac, 0x7b, 0xfc, 0x67, 0x18, 0xc6, 0xf7, 0xea, 0xdc, 0x16, 0xb0, 0x00, 0x6d, 0x90, 0xcd, 0xf4, 0xea, 0x86, 0x7b, 0x3e, 0xe2, 0x5a, 0x00, 0x16, 0x73, 0x00, 0xd4, 0x51, 0x44, 0xf4, 0x87, 0xd1, 0x0f, 0x2b, 0x65, 0xfb, 0xcb, 0x15, 0x5a, 0xcf, 0xe1, 0xb8, 0xae, 0xcc, 0xd6, 0x61, 0x11, 0xda, 0x65, 0xaa, 0x48, 0x2b, 0x50, 0x0e, 0xa9, 0x82, 0x85, 0xa1, 0x15, 0x38, 0xfd, 0xfc, 0xf3, 0x6a, 0x47, 0xaf, 0x5e, 0xf6, 0xf8, 0x56, 0xdc, 0xe8, 0x2a, 0xdf, 0x08, 0xf1, 0xfb, 0x0c, 0x54, 0x52, 0x4c, 0x8e, 0x2c, 0x92, 0x66, 0xf9, 0x7f, 0x1f, 0xf8, 0x05, 0x4b, 0x1c, 0xe7, 0xfe, 0xab, 0x70, 0x35, 0xaf, 0x48, 0x1b, 0xbb, 0xa0, 0x08, 0x96, 0x64, 0x79, 0x4f, 0x8a, 0x6c, 0xdc, 0x48, 0x87, 0x5b, 0xb0, 0x4c, 0xf1, 0x6b, 0x61, 0x70, 0x6f, 0x3f, 0xd2, 0xee, 0x04, 0x24, 0xd8, 0xda, 0xb7, 0x97, 0xb6, 0x00, 0x52, 0xd0, 0xa1, 0xff, 0xaf, 0x40, 0x24, 0xcf, 0x3a, 0x86, 0x35, 0xb6, 0x2b, 0x7e, 0x74, 0x7c, 0xb1, 0xe3, 0xdc, 0x6d, 0x57, 0x4b, 0x57, 0xc1, 0x12, 0x94, 0xa0, 0x6d, 0x92, 0x80, 0x04, 0x28, 0x37, 0x69, 0x26, 0xad, 0xc0, 0x09, 0x10, 0x61, 0xa5, 0xb5, 0x8e, 0x80, 0xfe, 0x7d, 0xef, 0x46, 0xad, 0xe1, 0xdf, 0x6e, 0x9b, 0x7e, 0xe6, 0xef, 0x2c, 0xed, 0xa6, 0x1a, 0xf0, 0xed, 0x62, 0x0d, 0x57, 0xf3, 0x6c, 0xf0, 0xb9, 0x49, 0xe2, 0x2a, 0x67, 0xe3, 0x10, 0x69, 0x87, 0x29, 0x1f, 0x2d, 0x00, 0x0b, 0x33, 0x14, 0xbd, 0x54, 0x0b, 0x60, 0x0e, 0x86, 0x99, 0x00, 0x68, 0xe7, 0xc7, 0xd2, 0x5e, 0xfa, 0xa3, 0xfd, 0x55, 0xd1, 0x63, 0x6e, 0xce, 0x2e, 0x04, 0x28, 0x87, 0xf9, 0x67, 0x10, 0xe7, 0x65, 0x3f, 0x8e, 0xf3, 0xad, 0xab, 0x5c, 0x2f, 0xb9, 0xcb, 0x26, 0x01, 0x33, 0x04, 0x5a, 0x97, 0x0a, 0xd6, 0x0d, 0xe8, 0x0a, 0x40, 0x06, 0xb1, 0x02, 0x2c, 0x1d, 0x5b, 0xeb, 0x07, 0xa5, 0x37, 0x64, 0xc3, 0x09, 0xcd, 0xab, 0x74, 0x96, 0x91, 0x37, 0x41, 0x17, 0x7f, 0x9c, 0x66, 0xd5, 0xf8, 0x19, 0xed, 0x5b, 0x6c, 0xad, 0xe4, 0x2e, 0x99, 0x6b, 0xb8, 0xe7, 0xcb, 0xb6, 0x05, 0x60, 0x3a, 0xb8, 0xbf, 0x4f, 0x1f, 0x2d, 0xb2, 0x29, 0x24, 0xb5, 0xae, 0x0b, 0xf8, 0x69, 0x18, 0x2c, 0xc0, 0xf7, 0xa4, 0xbd, 0x0c, 0xdc, 0x8f, 0x41, 0x9a, 0x10, 0x80, 0x39, 0x3c, 0xfd, 0xbf, 0xef, 0x9e, 0xaf, 0x5e, 0xc3, 0xa2, 0x19, 0x49, 0x50, 0xe0, 0xb9, 0x39, 0xe8, 0x92, 0x15, 0x42, 0xc6, 0x1a, 0x94, 0x2a, 0x7c, 0x27, 0x01, 0xce, 0xbe, 0xf8, 0xa2, 0xda, 0x83, 0x31, 0x5b, 0x44, 0xff, 0xfb, 0xe7, 0x3d, 0xfb, 0xdb, 0x4b, 0x7e, 0xce, 0x7c, 0x7f, 0x1f, 0x66, 0x60, 0xaa, 0xf1, 0xc5, 0xa9, 0x66, 0xf6, 0x13, 0x7c, 0xce, 0x4c, 0x2b, 0x38, 0xfa, 0x04, 0xca, 0x7c, 0x29, 0x5c, 0xb3, 0x91, 0xb3, 0x8e, 0x79, 0xff, 0x3e, 0x43, 0x00, 0xbd, 0x03, 0x08, 0x33, 0x65, 0xaf, 0xa5, 0x18, 0xee, 0x3b, 0x08, 0x03, 0xd1, 0x87, 0x49, 0x7b, 0x29, 0x18, 0x17, 0x6b, 0xf7, 0x52, 0xc6, 0x2d, 0x35, 0x5b, 0xd0, 0x0f, 0x21, 0x18, 0xb5, 0x08, 0xf0, 0xbb, 0x6b, 0xbc, 0xdf, 0x53, 0x66, 0x0d, 0x40, 0xcf, 0xf2, 0x1c, 0xc4, 0x1b, 0x2c, 0x1f, 0x0b, 0x09, 0x4e, 0x0c, 0x1f, 0xae, 0xce, 0xbe, 0xf0, 0x82, 0x3a, 0x05, 0x22, 0xbc, 0x5d, 0xbb, 0x3f, 0xe2, 0x34, 0xac, 0x6a, 0xf7, 0xcf, 0x73, 0xf6, 0xff, 0x5f, 0x19, 0xf0, 0x07, 0x30, 0xef, 0xb2, 0x97, 0x8e, 0x04, 0xb0, 0x17, 0x72, 0x56, 0x5b, 0xbe, 0x0a, 0x2c, 0xfd, 0x73, 0x18, 0x66, 0xe3, 0x58, 0x69, 0x4f, 0x96, 0x8d, 0xf5, 0xfa, 0x02, 0xee, 0x2b, 0xfb, 0xff, 0xb6, 0xf4, 0xe8, 0x61, 0xa7, 0x81, 0x03, 0xc3, 0x70, 0xcf, 0x9e, 0xd2, 0xde, 0x36, 0xb8, 0x1d, 0x82, 0x21, 0x16, 0x40, 0xe7, 0xed, 0x30, 0xd1, 0x8c, 0x3f, 0xec, 0x92, 0x6d, 0x18, 0xee, 0xf9, 0x73, 0xcf, 0xba, 0x76, 0xe8, 0xa0, 0xd7, 0x13, 0x8e, 0x72, 0x81, 0x09, 0x84, 0xab, 0x86, 0xc5, 0x39, 0x03, 0x02, 0x9c, 0xff, 0xca, 0x57, 0x54, 0x7a, 0x5d, 0xe2, 0xc5, 0x7c, 0x5e, 0xb3, 0xbf, 0x05, 0x6e, 0x96, 0x2f, 0xb3, 0x9f, 0xa0, 0x8b, 0x1f, 0x96, 0x95, 0x32, 0xca, 0xae, 0xba, 0xd1, 0x6a, 0x72, 0x38, 0xea, 0xd8, 0x68, 0x27, 0x55, 0x07, 0x9c, 0x2d, 0x5a, 0xe8, 0x0a, 0x1a, 0x33, 0x0b, 0xae, 0xd2, 0xb1, 0x2a, 0x48, 0xf0, 0xb9, 0x03, 0xe8, 0xfd, 0x8e, 0x1d, 0xe5, 0x9e, 0x17, 0x90, 0x5e, 0xde, 0x16, 0x26, 0xc2, 0x57, 0x49, 0x15, 0xb2, 0x1a, 0x60, 0x94, 0x98, 0x75, 0xff, 0x12, 0xf3, 0x1c, 0x02, 0xef, 0x6b, 0xed, 0x56, 0x2a, 0x0e, 0xd3, 0x3d, 0xd7, 0x8b, 0xfe, 0xb8, 0x86, 0xc0, 0x4c, 0x80, 0x6b, 0x12, 0x5c, 0xa2, 0x3e, 0x31, 0x6c, 0x98, 0x26, 0xc0, 0x39, 0x88, 0x75, 0xdf, 0xea, 0x50, 0xd3, 0xe9, 0x6b, 0x65, 0xe7, 0xb7, 0xa5, 0x63, 0x5c, 0xe4, 0xa0, 0xbf, 0x17, 0x02, 0x68, 0xd3, 0x6f, 0x96, 0x75, 0x2d, 0xf3, 0x74, 0x19, 0x81, 0xd1, 0x35, 0xff, 0xff, 0x1c, 0xe3, 0x1f, 0x2f, 0xcb, 0x7d, 0x19, 0xf1, 0x73, 0x61, 0x86, 0xc2, 0xa2, 0x10, 0x41, 0x20, 0x09, 0xac, 0xda, 0xf9, 0xde, 0x30, 0x5a, 0xbc, 0x75, 0x42, 0xf8, 0x4a, 0x9b, 0x00, 0x14, 0x00, 0xc2, 0x7b, 0x6f, 0xa8, 0xbb, 0x9e, 0xff, 0x68, 0x18, 0x32, 0xac, 0xfe, 0x68, 0xe7, 0xa2, 0xde, 0x31, 0x05, 0x5d, 0xea, 0x55, 0x45, 0xb8, 0x1b, 0x5a, 0x81, 0x2a, 0x7c, 0x9e, 0x05, 0xf8, 0x17, 0x5e, 0x7e, 0x59, 0xa5, 0xd4, 0xcd, 0x40, 0x7e, 0xfc, 0x79, 0x98, 0xff, 0x25, 0x72, 0xc3, 0x24, 0x6e, 0x99, 0x82, 0x05, 0xd0, 0x3b, 0x69, 0xf1, 0x29, 0xcb, 0xb7, 0xbe, 0xd9, 0x3f, 0x2f, 0x4c, 0xf7, 0xfd, 0xa3, 0xb4, 0xb9, 0x07, 0xf7, 0xe5, 0x66, 0xd0, 0x24, 0x12, 0x00, 0xdf, 0x65, 0xf6, 0xdb, 0xbe, 0x98, 0x4b, 0xa8, 0x61, 0x24, 0xfd, 0x6f, 0xa5, 0x5d, 0xe6, 0xfc, 0x5c, 0xef, 0xf7, 0x48, 0x60, 0x9e, 0x3b, 0x60, 0xc0, 0x66, 0xb9, 0xbb, 0x31, 0x61, 0xba, 0xaf, 0xe7, 0xf2, 0xd2, 0xa0, 0x57, 0xae, 0x0f, 0xd0, 0x02, 0x54, 0xe2, 0xfe, 0xa7, 0x9e, 0x7d, 0x56, 0x13, 0xe0, 0x14, 0xdc, 0x81, 0x95, 0x11, 0x5c, 0xdf, 0x37, 0x97, 0xd2, 0xc4, 0xe0, 0x26, 0x67, 0x79, 0x33, 0x6e, 0x5c, 0x60, 0x7e, 0x4f, 0xf0, 0x29, 0xb4, 0x04, 0xb2, 0x76, 0x6f, 0xef, 0x77, 0x0b, 0x87, 0x1f, 0xde, 0xec, 0x38, 0x2d, 0xd1, 0x56, 0xa1, 0xd4, 0xce, 0x75, 0xc1, 0x07, 0xf7, 0x23, 0x01, 0xe8, 0x6e, 0xe4, 0x89, 0x20, 0x9f, 0xff, 0x7f, 0x21, 0x8c, 0xf5, 0x8e, 0x2f, 0x4a, 0xbb, 0x2c, 0x35, 0xb3, 0xf4, 0x5b, 0x6c, 0xb9, 0x01, 0xde, 0x9f, 0x7d, 0x5a, 0x6a, 0x96, 0xa3, 0x21, 0xc7, 0xc2, 0x61, 0x8e, 0xd1, 0xce, 0x3d, 0x52, 0x29, 0x64, 0x6d, 0xe0, 0x18, 0x02, 0x40, 0xae, 0x4a, 0xea, 0x95, 0x49, 0x64, 0x04, 0x24, 0xc0, 0xa5, 0xaf, 0x7d, 0x4d, 0x6d, 0xe8, 0xda, 0xd5, 0x0b, 0xb4, 0xd1, 0xd7, 0x1e, 0xd7, 0xd3, 0xfc, 0x7b, 0x85, 0x98, 0x8d, 0x30, 0x79, 0xe2, 0x83, 0x29, 0x02, 0x7e, 0x8a, 0x95, 0x13, 0x43, 0x36, 0x85, 0x69, 0xf6, 0xbf, 0x6a, 0xd7, 0xcc, 0xf9, 0x90, 0x06, 0xc1, 0xe7, 0xc6, 0xcd, 0x5c, 0x06, 0x64, 0xc6, 0x0c, 0xbf, 0x5d, 0x0b, 0x40, 0x79, 0x3d, 0x3b, 0x80, 0x9a, 0x85, 0x28, 0xfe, 0x3e, 0x64, 0xca, 0xae, 0x26, 0x12, 0x40, 0x76, 0xf8, 0xe8, 0xa2, 0x10, 0xee, 0xcd, 0x2c, 0x64, 0xab, 0x45, 0xc0, 0x70, 0x54, 0x21, 0xcd, 0x7d, 0x97, 0x4a, 0x9b, 0x05, 0xb8, 0x4f, 0x35, 0x82, 0xd0, 0x4a, 0xe3, 0x06, 0x2e, 0xbc, 0xf4, 0x92, 0xfa, 0x04, 0x04, 0xc8, 0x82, 0x3e, 0x2c, 0xeb, 0xf3, 0x83, 0xeb, 0x69, 0xfe, 0x47, 0xdb, 0x2b, 0x72, 0x4c, 0xfd, 0x08, 0x3e, 0x2d, 0x80, 0xec, 0xda, 0xd9, 0x66, 0x29, 0x81, 0x0f, 0x4b, 0x84, 0xc3, 0xea, 0x60, 0x36, 0x17, 0xcd, 0xd7, 0xcf, 0x02, 0x34, 0xd3, 0xf5, 0x70, 0x56, 0xde, 0x76, 0x03, 0x7c, 0xa6, 0x82, 0x54, 0x4a, 0x3e, 0x14, 0x92, 0x0c, 0x32, 0xce, 0xc5, 0x39, 0x94, 0x44, 0xfd, 0x70, 0x8e, 0x0e, 0x00, 0x45, 0x6e, 0xbf, 0x56, 0x99, 0xe1, 0x38, 0x23, 0xa5, 0xfd, 0x64, 0x58, 0x3e, 0x16, 0x63, 0x0a, 0x59, 0x7b, 0x80, 0xf2, 0x0b, 0x01, 0x3e, 0x83, 0xd2, 0x43, 0x70, 0x0f, 0x0b, 0x91, 0xf6, 0xce, 0x77, 0x2d, 0x50, 0xcd, 0x6c, 0xc7, 0xe9, 0xe6, 0x5c, 0xe3, 0xfa, 0x3d, 0x53, 0x67, 0x4f, 0xe7, 0x88, 0xb3, 0xb4, 0x1b, 0x80, 0x05, 0xe0, 0xaa, 0xe4, 0xd9, 0x11, 0x23, 0x34, 0x01, 0x98, 0x12, 0xda, 0x7b, 0x06, 0xae, 0x27, 0x01, 0xb6, 0xca, 0xa6, 0x06, 0x06, 0x7a, 0x04, 0x9e, 0x33, 0x91, 0x29, 0xa0, 0x6c, 0xd4, 0x90, 0xe5, 0x58, 0x2e, 0xf4, 0x5c, 0xc1, 0x62, 0x05, 0x95, 0xd4, 0xdc, 0x48, 0x0b, 0x23, 0xdc, 0xcc, 0x71, 0x1b, 0x94, 0x18, 0x35, 0x87, 0x1b, 0x3c, 0x98, 0x72, 0x62, 0xf6, 0x1f, 0x81, 0xc2, 0xb7, 0x23, 0x1d, 0xa3, 0x64, 0x0c, 0x18, 0xa0, 0x72, 0x40, 0x00, 0xca, 0x3b, 0x88, 0xd0, 0x71, 0x2e, 0xe5, 0xf2, 0xdf, 0x1d, 0x67, 0x90, 0xe3, 0x9a, 0x60, 0x4a, 0xbb, 0x70, 0xc8, 0x6f, 0x1d, 0xe7, 0x7e, 0xb4, 0x7d, 0x81, 0xf7, 0x58, 0xda, 0xb6, 0xad, 0x2a, 0x84, 0x09, 0xce, 0x43, 0xec, 0xc1, 0x05, 0x28, 0xae, 0x42, 0x66, 0x81, 0x00, 0x87, 0x41, 0x88, 0x0d, 0x70, 0x11, 0x89, 0x2e, 0x09, 0x29, 0xd3, 0x0d, 0x81, 0x84, 0x88, 0x2d, 0x8d, 0xc8, 0x18, 0x9b, 0x07, 0xb3, 0x38, 0x56, 0xf0, 0xcb, 0x1d, 0xd5, 0xe7, 0x24, 0xf8, 0x3d, 0xf9, 0xcc, 0x33, 0xda, 0x05, 0x90, 0x00, 0x27, 0x91, 0x0d, 0x7c, 0xf2, 0xf5, 0xaf, 0x2b, 0xf5, 0xcd, 0x6f, 0xaa, 0xe5, 0x6d, 0xda, 0x88, 0xde, 0xd3, 0xaf, 0x27, 0x01, 0xf4, 0x13, 0x30, 0xef, 0xe2, 0x66, 0x34, 0xf9, 0x0c, 0x02, 0x49, 0x00, 0x16, 0x7f, 0x64, 0xbb, 0x96, 0x15, 0x85, 0x27, 0x07, 0x31, 0xbd, 0xcd, 0x2d, 0x80, 0x5b, 0xfa, 0x66, 0x68, 0x2b, 0x23, 0x7c, 0x0e, 0xb0, 0x0d, 0x22, 0xa9, 0xa1, 0x50, 0xf8, 0x79, 0x2a, 0x7d, 0x5e, 0xcb, 0x96, 0xea, 0x20, 0x1f, 0xd7, 0xa6, 0xe9, 0xc5, 0xe0, 0xf9, 0x79, 0x18, 0x00, 0x50, 0xf6, 0xa0, 0x2f, 0x33, 0xb8, 0x0d, 0x0c, 0x32, 0xc5, 0x0d, 0x84, 0x3a, 0x19, 0xe9, 0x1c, 0x40, 0xee, 0xb8, 0x02, 0xa9, 0x73, 0xed, 0x24, 0xc7, 0x79, 0x0b, 0x88, 0x2a, 0xca, 0x6e, 0xee, 0x41, 0x80, 0x19, 0x3e, 0x0c, 0xf0, 0x8f, 0xa0, 0x5f, 0x99, 0x00, 0xff, 0x10, 0x24, 0x8d, 0x0b, 0x43, 0x88, 0xda, 0x31, 0x0d, 0x29, 0x9f, 0x8e, 0x71, 0x17, 0xbc, 0x48, 0xc4, 0x36, 0x46, 0x5a, 0x1b, 0x69, 0x65, 0x8d, 0xdb, 0x26, 0x48, 0x0b, 0x6b, 0x32, 0x34, 0x33, 0x8b, 0x60, 0x1f, 0x48, 0x16, 0x72, 0x12, 0x71, 0x00, 0xc1, 0xe7, 0x66, 0xd5, 0x63, 0x20, 0xe1, 0xa7, 0x86, 0x00, 0x9b, 0x6b, 0x2d, 0xef, 0xc5, 0x6b, 0xd9, 0x07, 0x11, 0xf4, 0x80, 0xe9, 0xeb, 0x22, 0x66, 0x86, 0xdb, 0xb7, 0x38, 0xe3, 0xe9, 0x83, 0x29, 0x0c, 0x00, 0xb9, 0x34, 0xcb, 0xe2, 0x8c, 0xec, 0xc9, 0x9b, 0xa7, 0xc9, 0x5b, 0x07, 0x6c, 0x3f, 0xd0, 0xad, 0x2d, 0xa5, 0xd8, 0x33, 0x95, 0xfb, 0xe1, 0x3b, 0xfc, 0x4f, 0xc7, 0xe9, 0x03, 0xf3, 0x5f, 0x38, 0xc3, 0x28, 0x7c, 0x13, 0x88, 0x76, 0x04, 0x60, 0x73, 0x5d, 0x9c, 0x92, 0xc1, 0xba, 0x3f, 0xcd, 0x2e, 0x7e, 0xb7, 0x08, 0x41, 0xe7, 0x54, 0x9c, 0x43, 0xf9, 0x93, 0x5b, 0x8b, 0xa7, 0xe5, 0xe9, 0xe6, 0x93, 0xee, 0x57, 0x29, 0x5e, 0x1b, 0x70, 0xea, 0xc3, 0x41, 0xb0, 0x4f, 0xa7, 0xd0, 0x15, 0xb4, 0x6e, 0xad, 0x0e, 0x03, 0x84, 0x0c, 0x66, 0x1f, 0x20, 0x40, 0x06, 0x88, 0x90, 0x0e, 0x39, 0x80, 0xef, 0x9b, 0x61, 0x19, 0x85, 0x28, 0x90, 0xca, 0x5f, 0x3a, 0xce, 0x23, 0x8e, 0x5b, 0xaf, 0xef, 0x60, 0xa4, 0xbd, 0x35, 0x5e, 0x3f, 0x39, 0x5a, 0x59, 0xe4, 0xd0, 0xa4, 0x80, 0xf5, 0x1b, 0x3d, 0xcf, 0xe8, 0xf5, 0x28, 0x9f, 0x73, 0x34, 0x16, 0xe0, 0x18, 0xee, 0xff, 0xe9, 0x37, 0xbe, 0xa1, 0x09, 0xb0, 0xdf, 0x2a, 0x47, 0x03, 0xab, 0x87, 0xae, 0xc7, 0xca, 0xdf, 0x00, 0x3b, 0x00, 0xa4, 0x05, 0xf0, 0x08, 0x80, 0x9b, 0x67, 0xf4, 0xef, 0xaf, 0x9f, 0x78, 0x99, 0x67, 0xfc, 0x24, 0xd8, 0x1f, 0xdd, 0x00, 0xd8, 0xed, 0x2d, 0x85, 0x74, 0xb4, 0x67, 0xed, 0x03, 0x50, 0x36, 0x66, 0xdb, 0x06, 0x01, 0x75, 0x59, 0xe7, 0xce, 0x2a, 0x0d, 0x60, 0x67, 0x41, 0xd9, 0xd9, 0x54, 0x38, 0x40, 0x4f, 0x65, 0xdd, 0x1f, 0xf2, 0x21, 0xdc, 0x0f, 0xce, 0xd5, 0x32, 0x16, 0xd7, 0xe0, 0xfa, 0x9e, 0x46, 0xee, 0xf6, 0x49, 0xaf, 0x6b, 0x10, 0xaf, 0x9d, 0xd1, 0x8e, 0xf3, 0xf6, 0x44, 0xdc, 0x8b, 0xf2, 0x01, 0x80, 0x4e, 0x07, 0x10, 0x07, 0x08, 0x3c, 0xdc, 0x51, 0x1a, 0x64, 0x3f, 0x08, 0xb0, 0x1f, 0x9f, 0xcb, 0xef, 0xbc, 0x93, 0xd6, 0x48, 0x0b, 0xfa, 0xb6, 0x77, 0xb0, 0xdb, 0xa7, 0x3b, 0x7d, 0x96, 0xa5, 0x93, 0x19, 0x7b, 0x47, 0x1f, 0x31, 0xda, 0x5a, 0xc4, 0x68, 0x0d, 0x12, 0xfd, 0xd7, 0x1c, 0xa3, 0xd7, 0x3c, 0x3e, 0x6d, 0xc4, 0x65, 0x68, 0x66, 0x03, 0x20, 0x80, 0xb8, 0x80, 0x4c, 0x6b, 0x47, 0x12, 0x97, 0x98, 0xaf, 0x07, 0x01, 0x9e, 0xf1, 0x52, 0x21, 0xf8, 0x62, 0xce, 0xf6, 0x5d, 0x77, 0xdf, 0xad, 0x25, 0x85, 0x29, 0x20, 0x08, 0xb0, 0x1b, 0x60, 0x88, 0xff, 0x9b, 0xec, 0x38, 0xbf, 0x0f, 0x02, 0x78, 0x47, 0x9f, 0x89, 0xbe, 0xc3, 0x28, 0xa6, 0x0b, 0xa5, 0xaf, 0xe3, 0xdc, 0xf5, 0x86, 0xe3, 0xac, 0x98, 0xec, 0xb6, 0xa1, 0x12, 0x91, 0x6e, 0x26, 0x61, 0x70, 0x87, 0xe8, 0x63, 0x01, 0x3c, 0x67, 0xfd, 0x7e, 0xc8, 0x3e, 0x98, 0xdb, 0x3d, 0x50, 0xf6, 0x14, 0xb8, 0x06, 0x9c, 0x4f, 0xb9, 0xf4, 0xbf, 0x1c, 0xe7, 0x65, 0xb4, 0xd1, 0xc7, 0xc8, 0xbd, 0x96, 0xf4, 0xf5, 0x49, 0xbf, 0x06, 0xc4, 0x7f, 0xbe, 0xd7, 0xd6, 0x3f, 0xc2, 0x2d, 0x8d, 0x87, 0x4f, 0xe6, 0x3d, 0x27, 0xc1, 0xdd, 0xed, 0x06, 0xf8, 0x29, 0x20, 0xa5, 0x00, 0x9f, 0x02, 0x49, 0xc2, 0xf7, 0x3d, 0x08, 0x56, 0xe7, 0xc2, 0x55, 0x0a, 0x39, 0x71, 0xcd, 0x66, 0xe4, 0xc3, 0xbd, 0x2d, 0x8b, 0xd2, 0xd5, 0x8c, 0xf9, 0x4e, 0x9f, 0xcb, 0xe9, 0xe4, 0x27, 0x04, 0xae, 0xff, 0x89, 0x89, 0x6f, 0xd4, 0x61, 0x6e, 0x14, 0x01, 0xf8, 0xac, 0x45, 0x70, 0xa5, 0xf0, 0x22, 0x82, 0xc0, 0x4f, 0x60, 0x05, 0x18, 0x07, 0xcd, 0x0f, 0xe3, 0x1a, 0x48, 0xc0, 0x45, 0x91, 0xf9, 0xc6, 0x0c, 0x71, 0xe7, 0xeb, 0x41, 0x10, 0x80, 0xd1, 0x28, 0x77, 0xac, 0x30, 0x15, 0x4b, 0x07, 0x01, 0x92, 0x40, 0x04, 0xe9, 0xe8, 0x64, 0xd7, 0x02, 0xf8, 0x41, 0xf7, 0x03, 0x6e, 0x9b, 0xea, 0xee, 0x98, 0x6a, 0xf7, 0x8c, 0x73, 0x9c, 0x95, 0x9c, 0x5d, 0x6f, 0x72, 0xf6, 0x03, 0xdc, 0xed, 0x4c, 0x2d, 0xa1, 0x64, 0x02, 0x9f, 0x0e, 0x49, 0xe2, 0x23, 0x5b, 0xb8, 0xdf, 0x5e, 0xc8, 0x82, 0x3b, 0xee, 0x50, 0x38, 0x5f, 0xcb, 0x48, 0x37, 0xe0, 0xe2, 0x4a, 0xe3, 0xfd, 0x46, 0x1e, 0x30, 0xf2, 0xa0, 0x4f, 0x1e, 0x0a, 0x51, 0xfc, 0xd7, 0x49, 0x7b, 0xf7, 0xc3, 0xcd, 0xc4, 0x8d, 0x75, 0x2d, 0x8e, 0x9a, 0xd3, 0xb1, 0xa3, 0x4a, 0x86, 0xf2, 0xd9, 0x9f, 0xbd, 0x2c, 0x4e, 0x91, 0x00, 0xf8, 0xdc, 0x8d, 0xcf, 0xad, 0xe8, 0xfb, 0x54, 0xa4, 0xa6, 0x6f, 0x9a, 0xf1, 0xe0, 0xfc, 0xcd, 0x0f, 0xbb, 0x04, 0xbb, 0xcb, 0x71, 0xf3, 0xf5, 0x1e, 0x96, 0x9b, 0x09, 0x44, 0x08, 0x3d, 0x51, 0x30, 0xbe, 0xd7, 0x66, 0xe2, 0x7a, 0x4a, 0x16, 0x63, 0x20, 0x2e, 0x42, 0x99, 0x4d, 0x23, 0xe7, 0x41, 0x80, 0x0b, 0xb0, 0x02, 0xd9, 0x98, 0x1c, 0x73, 0x5d, 0xd7, 0xcb, 0xcf, 0xef, 0x38, 0x61, 0xde, 0x3d, 0xdc, 0x0c, 0xb3, 0x7a, 0x88, 0x98, 0xf7, 0x0d, 0xb0, 0x00, 0x5c, 0x88, 0x28, 0x33, 0x2c, 0x24, 0x01, 0x0e, 0x80, 0x00, 0xc9, 0x48, 0xcf, 0xa4, 0xa3, 0x93, 0xdd, 0x0a, 0x60, 0x7d, 0xa0, 0x77, 0x37, 0x0a, 0xa0, 0x32, 0x7a, 0x82, 0xb2, 0x83, 0xa0, 0xa0, 0x3d, 0x54, 0xd4, 0x04, 0x9a, 0x4e, 0x80, 0xbf, 0x99, 0x81, 0x26, 0xdb, 0x86, 0xa4, 0x72, 0xc6, 0x83, 0x08, 0x1f, 0x51, 0xf0, 0x7d, 0x25, 0x62, 0x02, 0x04, 0x58, 0x0a, 0x26, 0x59, 0xc5, 0x39, 0x4e, 0x31, 0xb4, 0xfa, 0x18, 0xda, 0x79, 0xd8, 0x08, 0xff, 0x95, 0xcb, 0x23, 0x96, 0x3c, 0x6a, 0xc9, 0x80, 0x2b, 0x10, 0xfb, 0x3a, 0x69, 0xab, 0x3f, 0x06, 0x32, 0x20, 0xd6, 0x71, 0x32, 0x46, 0x9b, 0xfb, 0x2f, 0x87, 0x1b, 0xdc, 0x0d, 0x00, 0x76, 0xa1, 0x5f, 0xbb, 0x30, 0xf3, 0x77, 0x83, 0x00, 0xbb, 0x20, 0x1f, 0x31, 0x1e, 0x00, 0x09, 0x26, 0x83, 0x04, 0xc6, 0x4a, 0xb1, 0xcf, 0x07, 0xff, 0xc9, 0x2d, 0x8d, 0x8b, 0x6b, 0xe9, 0x69, 0x11, 0x22, 0x20, 0x19, 0x70, 0xdd, 0xf8, 0xe9, 0x26, 0xc8, 0xcd, 0x43, 0xfa, 0x59, 0x64, 0x5e, 0x81, 0xc3, 0x85, 0xa8, 0x73, 0xaf, 0xbc, 0xa2, 0xce, 0x83, 0x00, 0x19, 0xb8, 0xb7, 0xb8, 0x09, 0x9c, 0xfb, 0x4d, 0x5f, 0x96, 0x71, 0x6d, 0xe0, 0xb3, 0x21, 0x00, 0xd3, 0x6f, 0xae, 0x49, 0xc7, 0xd6, 0xc0, 0xbf, 0xa5, 0xf1, 0xc9, 0x18, 0x0c, 0x9a, 0x24, 0xe0, 0x67, 0x2a, 0x08, 0x40, 0x99, 0x87, 0x08, 0x98, 0x9d, 0x9d, 0xe6, 0x2e, 0x8a, 0xd4, 0x07, 0xbc, 0xe7, 0xab, 0x5f, 0x73, 0x9c, 0x57, 0x61, 0x22, 0x2b, 0x45, 0x49, 0x93, 0x00, 0xfe, 0x46, 0x90, 0x29, 0x89, 0xe6, 0x15, 0x03, 0xdb, 0x0f, 0xa1, 0xa9, 0xdd, 0x01, 0x85, 0xee, 0xc0, 0xe7, 0x7a, 0xfc, 0x6d, 0x0c, 0x52, 0xd1, 0x78, 0x17, 0xfc, 0x4b, 0xdf, 0x77, 0xeb, 0x0d, 0x02, 0x2e, 0x2b, 0x8f, 0x5f, 0x30, 0xf2, 0x45, 0x23, 0x8f, 0x59, 0xf2, 0xb8, 0x25, 0x83, 0x7c, 0xf2, 0xb8, 0x4f, 0xe4, 0x1a, 0x69, 0x47, 0xda, 0x1d, 0xf8, 0x35, 0x04, 0x9b, 0xa3, 0xe0, 0x0a, 0x70, 0x7f, 0x95, 0x80, 0xe8, 0x7c, 0x0d, 0xfa, 0xb4, 0x13, 0x7a, 0xd8, 0x89, 0x99, 0xbf, 0x93, 0xe0, 0x1b, 0x12, 0xec, 0x44, 0x9f, 0x37, 0x81, 0x04, 0x93, 0x40, 0x02, 0xb1, 0x56, 0x90, 0xe3, 0x18, 0xf3, 0xcf, 0x1d, 0xd7, 0x25, 0xdc, 0xd3, 0x10, 0x19, 0x60, 0x11, 0xd3, 0x18, 0x0b, 0xcd, 0x46, 0x1b, 0x65, 0x08, 0x02, 0xb9, 0x6f, 0x90, 0x52, 0x8a, 0x2c, 0xe0, 0x0c, 0x2c, 0xc0, 0x59, 0x48, 0x12, 0xee, 0x21, 0xee, 0x17, 0xba, 0x7c, 0x2a, 0x40, 0x56, 0xd1, 0xec, 0xaa, 0x80, 0x97, 0x28, 0x1e, 0xa1, 0x75, 0x5b, 0x80, 0x7f, 0x91, 0x37, 0x58, 0xce, 0x0d, 0x20, 0xdc, 0x8b, 0x0f, 0x30, 0xc8, 0x42, 0x76, 0x26, 0x95, 0x9b, 0x33, 0xf0, 0xbb, 0x77, 0x61, 0x96, 0xa7, 0x99, 0xe0, 0xed, 0x75, 0xf8, 0xae, 0x20, 0xc0, 0xeb, 0xa0, 0x8c, 0x33, 0x01, 0x20, 0xae, 0x7d, 0xc3, 0xed, 0xb4, 0x56, 0xce, 0x0c, 0x3e, 0x5f, 0xcf, 0x0c, 0x03, 0x6d, 0xd3, 0xcf, 0x27, 0x9b, 0x59, 0xbf, 0x0d, 0x8a, 0xdc, 0x86, 0xcf, 0x0d, 0xb8, 0xc7, 0x38, 0x28, 0x02, 0xca, 0xd7, 0xf2, 0x1b, 0xc7, 0x19, 0x6b, 0x81, 0xfd, 0x98, 0x05, 0xec, 0x13, 0x46, 0x06, 0x1b, 0xe1, 0x0e, 0xe1, 0xa7, 0x2c, 0xf9, 0x52, 0x10, 0xb1, 0xcf, 0x79, 0xd2, 0xc8, 0x60, 0xab, 0x3d, 0x21, 0xca, 0x63, 0x3f, 0x73, 0x9c, 0xbf, 0xc6, 0xa0, 0x0f, 0xb1, 0x9c, 0xd9, 0x88, 0x07, 0x36, 0x00, 0xf0, 0xed, 0x20, 0xc1, 0x0e, 0x3e, 0xa4, 0x02, 0x7d, 0x90, 0x08, 0x9a, 0x10, 0xe8, 0xfb, 0x16, 0xfc, 0x3c, 0x0b, 0x7a, 0x1b, 0x5b, 0x4b, 0x02, 0x12, 0x78, 0xdb, 0xbf, 0xba, 0x25, 0xeb, 0xa0, 0x44, 0xf8, 0x83, 0xe3, 0x7c, 0x6f, 0xb2, 0xd1, 0xe7, 0x6a, 0xb8, 0xde, 0xa2, 0x21, 0x43, 0x74, 0xe1, 0x8b, 0x05, 0xb0, 0x8a, 0x61, 0xc3, 0xd4, 0x29, 0x58, 0x80, 0xd3, 0x90, 0x8d, 0x88, 0xc5, 0xc4, 0xfd, 0xfe, 0xb7, 0x7b, 0xfd, 0xed, 0xd7, 0x4a, 0x82, 0xcf, 0xa4, 0x70, 0x68, 0x7c, 0x7f, 0xa2, 0xde, 0x1f, 0xd7, 0x42, 0x1d, 0xe0, 0x23, 0x5a, 0x7c, 0x34, 0x8a, 0x65, 0x58, 0x48, 0x26, 0x83, 0x20, 0x0e, 0x1a, 0x19, 0xc1, 0x34, 0xcc, 0x88, 0xa9, 0x6e, 0xf0, 0x53, 0xfd, 0x47, 0x37, 0x20, 0xf1, 0x4c, 0x3d, 0xa6, 0xe8, 0x03, 0x60, 0xff, 0x0f, 0x13, 0x5c, 0xe0, 0x2f, 0xd9, 0xe0, 0x2f, 0x84, 0x65, 0xa1, 0xf2, 0x92, 0x0c, 0xf0, 0xb4, 0x00, 0x34, 0xa3, 0x04, 0x7f, 0x2b, 0x64, 0x03, 0xda, 0x9f, 0x80, 0xf4, 0x6b, 0x94, 0x51, 0x3a, 0x7c, 0xf1, 0x9a, 0xdb, 0xea, 0xce, 0xe6, 0x27, 0x7c, 0x60, 0x13, 0xd0, 0x2f, 0x43, 0x86, 0x38, 0xae, 0xd9, 0xa5, 0x0c, 0x35, 0x32, 0x2c, 0x88, 0xc8, 0xdf, 0xe5, 0xfc, 0x21, 0xa6, 0x0d, 0x9b, 0x1c, 0x42, 0xaa, 0x27, 0x30, 0x96, 0xc5, 0x08, 0x76, 0x14, 0x89, 0x30, 0x0e, 0x01, 0xeb, 0x06, 0xf4, 0x93, 0x24, 0xd8, 0x6e, 0x48, 0xe0, 0x11, 0x01, 0x63, 0xa2, 0x2c, 0x01, 0x88, 0x12, 0x3f, 0x8c, 0x73, 0xc7, 0xfe, 0x29, 0x88, 0xb0, 0x05, 0xed, 0xfc, 0x74, 0xa0, 0xeb, 0x62, 0x3c, 0x12, 0x20, 0xed, 0x7c, 0x19, 0xb3, 0xbf, 0x84, 0x04, 0x98, 0xc2, 0x2a, 0x28, 0x5f, 0x7f, 0x07, 0x5d, 0xe7, 0x99, 0x54, 0xb8, 0xfa, 0x85, 0x17, 0xd4, 0x49, 0x80, 0x4f, 0x12, 0xbc, 0x85, 0x89, 0x63, 0x6a, 0x0f, 0xf9, 0x26, 0xf8, 0x6e, 0x75, 0x2d, 0x24, 0x68, 0x16, 0x88, 0x00, 0xf0, 0xed, 0x93, 0x84, 0x65, 0x3b, 0xfb, 0xf6, 0xd5, 0x56, 0x20, 0x97, 0x8b, 0x21, 0x86, 0x91, 0xa9, 0x18, 0xe8, 0x3e, 0x0c, 0x78, 0x25, 0xd2, 0xc4, 0x29, 0x26, 0x8a, 0x9f, 0xec, 0x06, 0x40, 0xc5, 0x00, 0xfa, 0x00, 0x24, 0x13, 0xfe, 0xfd, 0xd2, 0x04, 0x63, 0xea, 0x05, 0xfc, 0xe9, 0x88, 0x96, 0xd7, 0xf7, 0xeb, 0xa7, 0x76, 0x43, 0x79, 0xfb, 0x00, 0xba, 0x80, 0xbf, 0x8b, 0x33, 0x9f, 0xcf, 0xd9, 0xd1, 0x8c, 0x1a, 0xf0, 0x63, 0x8d, 0xb2, 0x11, 0xf4, 0xa5, 0x76, 0x71, 0x41, 0xa9, 0x0f, 0xf8, 0xa7, 0x2d, 0xb0, 0xf9, 0xe2, 0x05, 0xa6, 0x47, 0xcf, 0x42, 0x46, 0x18, 0x79, 0xce, 0xc8, 0xf3, 0xd6, 0xf7, 0x11, 0xe6, 0x9c, 0xe1, 0xe6, 0x9a, 0x61, 0x16, 0x21, 0xfc, 0x64, 0x18, 0x8c, 0x14, 0xe7, 0xc9, 0x3f, 0x3b, 0xce, 0x0e, 0x9b, 0x04, 0x1b, 0x49, 0x5a, 0x92, 0x80, 0x16, 0x81, 0xe0, 0x1b, 0xa1, 0x25, 0xdb, 0x0d, 0x3d, 0x6d, 0x86, 0xde, 0x66, 0xb4, 0x6b, 0x67, 0x93, 0x40, 0xeb, 0x02, 0x7a, 0xf9, 0x04, 0x3f, 0x67, 0x8f, 0x73, 0x75, 0x55, 0x30, 0xd1, 0x64, 0x10, 0xd4, 0xe1, 0x1a, 0xcc, 0xf0, 0x02, 0x98, 0xfc, 0x1c, 0x56, 0x1f, 0xb9, 0xf6, 0xc0, 0xed, 0xe2, 0x5f, 0xfd, 0xaa, 0x3a, 0x01, 0xf0, 0x4b, 0x9e, 0x79, 0x46, 0xc7, 0x5d, 0xb3, 0x5c, 0xff, 0xbf, 0xd8, 0x57, 0x53, 0x10, 0x12, 0x5c, 0x3b, 0x01, 0xd0, 0xa1, 0x97, 0x84, 0x00, 0xab, 0xb8, 0xff, 0x9f, 0x8f, 0x68, 0x61, 0xb0, 0x24, 0x00, 0x1f, 0x61, 0x62, 0x2a, 0x92, 0x0a, 0xe6, 0x93, 0x04, 0x6f, 0xe3, 0xef, 0x42, 0x80, 0x49, 0x26, 0x6f, 0x96, 0x68, 0x58, 0x08, 0x30, 0x0b, 0xac, 0x5d, 0x85, 0x60, 0x6e, 0x17, 0x81, 0x37, 0xbe, 0x9e, 0x9f, 0x1a, 0x7c, 0xce, 0x24, 0x43, 0x80, 0x0f, 0x61, 0x6d, 0xec, 0x99, 0xff, 0x37, 0x04, 0x60, 0x0f, 0xb9, 0x00, 0xf9, 0x67, 0x7e, 0xa0, 0x59, 0x1f, 0x8c, 0x00, 0xcf, 0x1b, 0x79, 0xc1, 0x92, 0xe7, 0x03, 0x90, 0xa0, 0x3e, 0x02, 0x68, 0xf7, 0x00, 0xdf, 0x36, 0x14, 0x24, 0x48, 0x8e, 0x31, 0x24, 0x18, 0x4b, 0x12, 0x30, 0x06, 0x80, 0x4e, 0x18, 0xb3, 0x10, 0xfc, 0x5d, 0xd0, 0x0b, 0x33, 0x03, 0xa6, 0xae, 0xcc, 0x1a, 0x92, 0x31, 0x9b, 0xd7, 0xc3, 0x5a, 0x26, 0x76, 0xe8, 0xa0, 0x49, 0xf0, 0x46, 0x2d, 0x09, 0x3c, 0x3d, 0x09, 0x01, 0xde, 0x85, 0xd5, 0xc8, 0x05, 0xf8, 0x8c, 0xf4, 0xa9, 0xe3, 0x5c, 0x9a, 0xff, 0x11, 0x23, 0x3c, 0x02, 0xec, 0x40, 0xf6, 0x25, 0x04, 0x00, 0x99, 0xfe, 0xf9, 0xba, 0x11, 0x00, 0x4e, 0xaa, 0x0d, 0x5c, 0x40, 0x3e, 0x09, 0x90, 0x08, 0x93, 0x94, 0xcc, 0xe7, 0xf3, 0xf8, 0x76, 0x4d, 0x6e, 0xc7, 0xa2, 0x15, 0x80, 0xb0, 0x73, 0x2c, 0x89, 0x32, 0x27, 0xde, 0x82, 0x59, 0xcd, 0x82, 0xc8, 0x6c, 0x28, 0x64, 0x26, 0xfc, 0xf6, 0x4c, 0x6e, 0x12, 0xc1, 0x80, 0xdf, 0xed, 0xd1, 0x43, 0x6d, 0xc2, 0xb5, 0xc9, 0x26, 0xc8, 0x93, 0x28, 0x9f, 0xdf, 0x69, 0xfe, 0x39, 0x53, 0x76, 0x32, 0xe8, 0x83, 0xac, 0x45, 0x70, 0x35, 0x1e, 0xd7, 0xc6, 0x19, 0x9f, 0xff, 0x77, 0x58, 0x91, 0x47, 0x5d, 0x60, 0x02, 0xf9, 0xfc, 0xfa, 0xcc, 0xff, 0x50, 0x1f, 0x19, 0x84, 0x10, 0x7e, 0x79, 0xc6, 0xe7, 0x0e, 0xea, 0x73, 0x03, 0x5e, 0x4c, 0x70, 0x2f, 0xce, 0xfd, 0x7f, 0x70, 0x91, 0xb1, 0xa6, 0x9f, 0x63, 0x10, 0xc8, 0xae, 0x45, 0x2c, 0xb3, 0x07, 0x33, 0x95, 0xb3, 0x9e, 0xd6, 0xcd, 0x23, 0x00, 0x09, 0x0f, 0x9d, 0xa5, 0x40, 0x5f, 0x69, 0x00, 0x76, 0x0f, 0xac, 0xe8, 0xda, 0x7b, 0xef, 0x55, 0x4b, 0x60, 0x39, 0x67, 0xc2, 0x1a, 0xce, 0x04, 0xd9, 0xe7, 0x70, 0x72, 0xf4, 0xec, 0xa9, 0x8b, 0x5d, 0xd9, 0x68, 0x23, 0xdb, 0xac, 0x79, 0x50, 0x0a, 0xf9, 0xca, 0x19, 0x03, 0x7e, 0xf5, 0x57, 0xbe, 0xa2, 0xe6, 0x52, 0xb7, 0x6e, 0xf6, 0x55, 0xf5, 0x55, 0x37, 0xe8, 0x16, 0x02, 0x5c, 0x53, 0x1c, 0x10, 0x90, 0x04, 0x08, 0xf0, 0xfe, 0x43, 0xac, 0xc0, 0x72, 0xe4, 0xc0, 0xe9, 0x7c, 0x44, 0x8b, 0x35, 0x7a, 0x76, 0xcc, 0x90, 0x20, 0xdf, 0x74, 0x94, 0x8b, 0x23, 0xe9, 0xac, 0x8f, 0x13, 0x64, 0x56, 0xcb, 0x0c, 0xd8, 0xcc, 0xe9, 0x59, 0xca, 0x3d, 0x64, 0xca, 0xb9, 0xe9, 0xa6, 0xaa, 0xc7, 0x34, 0x8f, 0xa9, 0x14, 0xd3, 0x3c, 0x7e, 0x2e, 0x83, 0xd9, 0x1b, 0x03, 0xa2, 0x25, 0xb8, 0x01, 0x13, 0xc1, 0xdf, 0xfd, 0xa0, 0x0b, 0x84, 0x1d, 0xed, 0x7f, 0xb1, 0x1e, 0x32, 0xf8, 0x09, 0x21, 0xa4, 0xb0, 0x65, 0x88, 0x05, 0xb0, 0x2d, 0xfe, 0xa0, 0xf0, 0x49, 0x1f, 0xe8, 0x83, 0xac, 0x4c, 0x41, 0x67, 0x08, 0x88, 0xbc, 0x06, 0xff, 0xd5, 0x71, 0x36, 0xc6, 0x99, 0xfe, 0x32, 0x3b, 0x58, 0xc6, 0x4d, 0x2b, 0xdc, 0x3a, 0x0e, 0xd0, 0xf6, 0x71, 0xd5, 0x92, 0xc1, 0xad, 0x71, 0x75, 0xfb, 0xcd, 0x04, 0x48, 0x03, 0x19, 0xe8, 0xdf, 0x33, 0x71, 0xce, 0x11, 0x04, 0x79, 0xd9, 0x14, 0x5c, 0x73, 0x04, 0x3a, 0x64, 0xf9, 0x5b, 0x2a, 0xa0, 0xb9, 0xc6, 0xf4, 0x13, 0x74, 0x82, 0x4f, 0xff, 0xbf, 0xb9, 0x77, 0x6f, 0x6f, 0xf6, 0xc3, 0xed, 0xfe, 0x35, 0x1c, 0xb3, 0xbf, 0x5e, 0x12, 0x20, 0x72, 0x6f, 0x0f, 0xf0, 0x0f, 0x25, 0x1a, 0x12, 0x6c, 0x02, 0x4b, 0x0f, 0xb2, 0x52, 0xc7, 0x27, 0x73, 0x2c, 0x4b, 0x40, 0x12, 0xe4, 0x99, 0x4e, 0xe7, 0x98, 0x01, 0x64, 0xe1, 0xef, 0x47, 0x8c, 0xb0, 0xaa, 0x97, 0x09, 0x21, 0xf8, 0x29, 0x2c, 0xf0, 0x70, 0xf6, 0xe3, 0x73, 0x2f, 0x64, 0x1b, 0x7c, 0xe4, 0x6c, 0x13, 0x31, 0x8f, 0x31, 0x02, 0xb3, 0xbf, 0xec, 0x0e, 0x17, 0x74, 0x7f, 0x9e, 0x1f, 0x2c, 0xfd, 0xf3, 0xa7, 0x7d, 0x83, 0x7c, 0xd9, 0x41, 0x43, 0x32, 0x28, 0x00, 0xd0, 0xfe, 0x94, 0x70, 0xa0, 0xaf, 0x5e, 0xf0, 0x48, 0x7b, 0xfc, 0x8c, 0xe0, 0x34, 0x51, 0x6a, 0x04, 0xec, 0x3b, 0xa3, 0xff, 0x5d, 0x1c, 0x2b, 0x80, 0x3d, 0x08, 0x49, 0x87, 0x7e, 0x52, 0xcd, 0xa4, 0x48, 0x33, 0x8b, 0x48, 0x07, 0xf9, 0x89, 0xb1, 0x53, 0x27, 0x47, 0xf0, 0x29, 0xc0, 0xcb, 0xac, 0xcf, 0xe5, 0xae, 0x27, 0xbe, 0xf2, 0xce, 0x02, 0x9f, 0xe7, 0x0b, 0xf8, 0xf8, 0x2c, 0xfc, 0x37, 0x37, 0xd3, 0x0a, 0x1b, 0xf8, 0xc1, 0x88, 0x70, 0x1b, 0xfc, 0xd3, 0x30, 0x49, 0x09, 0xe9, 0x0a, 0xb6, 0x80, 0xe5, 0x24, 0xc0, 0x21, 0xae, 0x8c, 0x71, 0x6d, 0xbc, 0x01, 0x22, 0x70, 0x70, 0xb4, 0x00, 0x07, 0x0c, 0xf8, 0xfb, 0x8d, 0x90, 0x04, 0xcb, 0xe1, 0x1e, 0xde, 0x44, 0x8e, 0x2f, 0x01, 0x22, 0x48, 0x70, 0xfe, 0x0f, 0x6e, 0x59, 0xf9, 0x3e, 0xab, 0xd2, 0xf7, 0x80, 0xaf, 0xaa, 0x27, 0xa4, 0xe8, 0xef, 0x2b, 0xfc, 0xd8, 0x45, 0x9d, 0x81, 0x3e, 0x92, 0x34, 0x24, 0x03, 0x2d, 0xf1, 0x17, 0x86, 0xbc, 0xa2, 0x90, 0x55, 0x7c, 0x7a, 0xc8, 0xae, 0x18, 0xfe, 0x1f, 0x58, 0x4a, 0x80, 0x7f, 0x5a, 0x52, 0xbe, 0x09, 0x18, 0xd3, 0x0a, 0x58, 0xb4, 0x43, 0x20, 0x40, 0x16, 0x82, 0xb6, 0x2c, 0xa4, 0x70, 0x9c, 0xf1, 0x5c, 0xd7, 0xc8, 0x34, 0x65, 0x6e, 0x0f, 0x78, 0x88, 0x98, 0x7c, 0x1d, 0xf0, 0xb1, 0xfe, 0x3f, 0x7c, 0xb8, 0xf6, 0xf9, 0x12, 0xf5, 0x67, 0xe2, 0x77, 0x73, 0xd0, 0xa6, 0xb1, 0xc6, 0x9f, 0x4e, 0x74, 0x8b, 0x3f, 0xad, 0xc2, 0x91, 0xfe, 0x85, 0x44, 0x04, 0xb0, 0xee, 0x27, 0x73, 0x1d, 0xe7, 0xf2, 0x1c, 0x53, 0x7c, 0x58, 0xc3, 0x05, 0x22, 0x58, 0x02, 0x2e, 0x8b, 0x8a, 0x70, 0x8d, 0x3c, 0xcb, 0x0c, 0x48, 0x66, 0x7d, 0x86, 0x31, 0xf9, 0xe9, 0xf8, 0x9e, 0x66, 0x84, 0xa6, 0x70, 0x35, 0x2c, 0xc9, 0x34, 0xf8, 0x4d, 0x3b, 0x58, 0x84, 0x02, 0x93, 0xff, 0xc5, 0x0d, 0xca, 0x7a, 0xfb, 0xea, 0xfb, 0x76, 0x3d, 0xbf, 0xbe, 0xf2, 0xef, 0x43, 0x3e, 0x92, 0xf8, 0xa5, 0x7f, 0x00, 0x09, 0x74, 0x5e, 0xa0, 0xf2, 0xf0, 0x03, 0xd6, 0x7d, 0x85, 0x9c, 0xf6, 0x3a, 0xc2, 0xbd, 0xff, 0x80, 0xf8, 0x01, 0xee, 0x6b, 0xbb, 0x1d, 0xdc, 0xb1, 0xbc, 0xbd, 0xae, 0x4f, 0x1f, 0x75, 0xf8, 0xe9, 0xa7, 0x55, 0x11, 0x02, 0xb9, 0xe2, 0xe7, 0x9f, 0x57, 0x85, 0x00, 0xb7, 0x70, 0xe8, 0x50, 0x55, 0x00, 0x42, 0xe4, 0x73, 0xa3, 0x09, 0x3e, 0x8b, 0xf9, 0xf2, 0x08, 0xfc, 0xae, 0xf2, 0xb9, 0xe7, 0xea, 0x00, 0x7f, 0x02, 0xdf, 0x77, 0x21, 0xe8, 0xe3, 0xc4, 0x9b, 0x6d, 0x74, 0x3f, 0xcd, 0x7d, 0x16, 0xe1, 0xba, 0x02, 0x1f, 0x90, 0x08, 0xe8, 0xc0, 0x7f, 0x80, 0x04, 0x9f, 0x48, 0x85, 0x70, 0x21, 0x82, 0x91, 0xcd, 0xc6, 0x25, 0x68, 0x36, 0x1b, 0x46, 0x1f, 0xb6, 0x4c, 0xbe, 0x16, 0xb0, 0x9a, 0xa6, 0x6f, 0x1b, 0x06, 0xf2, 0x4e, 0xe7, 0xce, 0xba, 0x6e, 0x60, 0xa7, 0x8d, 0x20, 0x41, 0x35, 0xd2, 0xaa, 0xdf, 0x77, 0x71, 0x73, 0x62, 0x7b, 0x75, 0x4f, 0x56, 0xe7, 0xee, 0x31, 0xa4, 0xe8, 0xdd, 0xc0, 0xe2, 0x4f, 0x3f, 0x1f, 0x51, 0xae, 0x46, 0x82, 0x2d, 0x14, 0xc9, 0xbd, 0xe4, 0xfe, 0xbd, 0x7d, 0x05, 0x1d, 0x9d, 0xcf, 0x23, 0x4d, 0xbc, 0xfb, 0x2f, 0x8e, 0xf3, 0x2b, 0x80, 0x5f, 0x3e, 0xc9, 0x1a, 0xe3, 0x54, 0x8c, 0xf9, 0xdd, 0xae, 0x5d, 0x75, 0x3c, 0x50, 0x0c, 0x22, 0x54, 0xbd, 0xf4, 0x92, 0xaa, 0x79, 0xf9, 0x65, 0x2f, 0xb2, 0x17, 0xc0, 0x29, 0xac, 0xf6, 0x1d, 0x83, 0xe9, 0x67, 0x9a, 0xcd, 0xcd, 0x28, 0x52, 0xf1, 0x83, 0xce, 0x2f, 0xcf, 0x70, 0x1f, 0x46, 0xfd, 0x5c, 0x40, 0x0f, 0xba, 0x4f, 0x10, 0x52, 0x22, 0xeb, 0x04, 0xb2, 0x20, 0xf1, 0x0e, 0xdf, 0xed, 0x03, 0xab, 0xc0, 0x18, 0x61, 0x3b, 0x02, 0x95, 0xad, 0x90, 0x8d, 0xf8, 0xfe, 0x1e, 0x7e, 0xa7, 0x8b, 0x16, 0x50, 0xc0, 0x8c, 0xda, 0x35, 0x73, 0x29, 0x1f, 0x1f, 0x87, 0xc9, 0x1f, 0xfd, 0x8a, 0xab, 0x60, 0x29, 0x1f, 0x77, 0xf5, 0xad, 0xe7, 0xf7, 0xb0, 0x0a, 0x4b, 0x77, 0x05, 0x58, 0xfe, 0xed, 0xe5, 0x23, 0xca, 0x3d, 0x3e, 0xc2, 0x5c, 0xa9, 0xd8, 0x6d, 0x04, 0x5c, 0x22, 0xb6, 0xfa, 0xe0, 0x5f, 0xe4, 0xf1, 0xf6, 0x13, 0x20, 0x7a, 0xec, 0x03, 0x6b, 0x10, 0x05, 0xa2, 0x57, 0x4d, 0x75, 0xc7, 0xea, 0x8d, 0x7b, 0x06, 0x74, 0xb1, 0x14, 0xd9, 0xd1, 0x87, 0x70, 0x11, 0x1f, 0xf1, 0x89, 0x2a, 0xbe, 0xb8, 0x1a, 0x93, 0x28, 0x99, 0x5b, 0xec, 0x60, 0x2d, 0x56, 0x63, 0x92, 0xcc, 0xc1, 0x39, 0x06, 0x74, 0xd1, 0x71, 0x15, 0xac, 0xf0, 0xf7, 0x6f, 0x08, 0xe8, 0x01, 0x56, 0x0a, 0x3b, 0x9a, 0x17, 0x41, 0x9e, 0x9c, 0x5f, 0xbb, 0x21, 0xc4, 0x23, 0x84, 0x58, 0x08, 0x6b, 0xab, 0x94, 0x57, 0xb6, 0x34, 0xc5, 0x8b, 0x54, 0xcc, 0xfa, 0xdf, 0x7e, 0xd7, 0x55, 0x62, 0xb0, 0x25, 0x63, 0x59, 0x57, 0xf0, 0x96, 0x8e, 0x03, 0xac, 0x28, 0x06, 0xda, 0xf8, 0xd1, 0x23, 0x80, 0xdc, 0xd5, 0x80, 0xf4, 0x08, 0x22, 0x01, 0x37, 0x8a, 0x58, 0x44, 0xed, 0x62, 0x2d, 0xe2, 0x04, 0x5a, 0xe6, 0xed, 0xf4, 0x22, 0xda, 0x41, 0x6c, 0xf3, 0x2b, 0x8c, 0x79, 0x8f, 0x04, 0x70, 0xb3, 0x2c, 0x7d, 0xcc, 0xb6, 0x74, 0x34, 0xc7, 0x02, 0x5c, 0x26, 0xd6, 0x7c, 0x77, 0x57, 0xf6, 0xa4, 0x46, 0xf1, 0x6e, 0x80, 0x40, 0x44, 0x58, 0xe8, 0x38, 0x3f, 0xc3, 0xe7, 0x4a, 0xfb, 0xbd, 0x38, 0x7e, 0x52, 0xe0, 0xb3, 0x0c, 0x03, 0x5b, 0x03, 0x05, 0xbc, 0x36, 0xd6, 0x0d, 0xb8, 0x5a, 0x59, 0x5b, 0xa5, 0xda, 0x04, 0xd8, 0xcf, 0xd7, 0x3e, 0xc0, 0x06, 0x12, 0x9b, 0x24, 0x9d, 0xea, 0xd9, 0xf2, 0x75, 0x67, 0x03, 0xe2, 0x07, 0x2d, 0x98, 0xd4, 0xb7, 0x5d, 0xac, 0x93, 0x6f, 0x73, 0x47, 0x7d, 0xbb, 0x7f, 0xbc, 0x1d, 0x40, 0x31, 0x08, 0x28, 0x61, 0x09, 0x7e, 0x0d, 0xd0, 0x57, 0x43, 0x1f, 0xc5, 0x73, 0x3f, 0x0b, 0xb6, 0x08, 0xdf, 0x34, 0xbe, 0x76, 0xbe, 0xeb, 0x72, 0xbb, 0x38, 0x37, 0xcb, 0xc1, 0x07, 0x16, 0xf9, 0x7e, 0x60, 0xbe, 0xce, 0x84, 0xef, 0x12, 0xe0, 0xae, 0x22, 0x6b, 0x00, 0xfe, 0x3d, 0x82, 0x76, 0xbd, 0x21, 0xd8, 0x3e, 0x41, 0x7b, 0x67, 0x91, 0x4d, 0x14, 0xff, 0xe6, 0xcf, 0xf6, 0x3e, 0xe9, 0x10, 0x06, 0xb1, 0xdb, 0xf3, 0x6f, 0x1a, 0x6d, 0xeb, 0x07, 0xd7, 0xb7, 0xf7, 0xaf, 0xbe, 0xfd, 0x7f, 0x9e, 0xef, 0xc6, 0x84, 0xb8, 0x93, 0x4f, 0x15, 0x41, 0x67, 0xcf, 0xf2, 0x35, 0x33, 0xd4, 0xdd, 0x62, 0xd7, 0xc5, 0xdc, 0x92, 0x47, 0xb3, 0x7a, 0x76, 0x0b, 0xb7, 0xf4, 0x91, 0xc5, 0xbf, 0xf5, 0xbb, 0x55, 0x10, 0x69, 0x7d, 0x85, 0x12, 0xac, 0x1d, 0xff, 0xb6, 0xf1, 0xdb, 0x1a, 0xd8, 0xf9, 0xdb, 0xe0, 0xee, 0xdf, 0xc8, 0x11, 0x5e, 0xd2, 0xf8, 0xc9, 0x13, 0x4c, 0x5a, 0xf8, 0xa4, 0xa1, 0xf3, 0x1b, 0x7c, 0x80, 0xe4, 0x66, 0x3b, 0xfe, 0x3f, 0x23, 0x43, 0x91, 0x9f, 0xcf, 0xd9, 0xde, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_cut_128_png_len = 11538; unsigned char edit_cut_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x33, 0xe7, 0x00, 0x00, 0x33, 0xe7, 0x01, 0x4f, 0xbd, 0xbc, 0xb3, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x75, 0x74, 0x2c, 0x37, 0x10, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x47, 0x61, 0x72, 0x72, 0x65, 0x74, 0x74, 0x20, 0x4c, 0x65, 0x20, 0x53, 0x61, 0x67, 0x65, 0x73, 0x40, 0x35, 0x7f, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x48, 0xb2, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x78, 0x15, 0xd7, 0x99, 0xf6, 0x80, 0x01, 0xd3, 0x8b, 0xa9, 0xc6, 0x80, 0x6d, 0x6c, 0x0c, 0x36, 0x76, 0xdc, 0x71, 0xef, 0x6d, 0x9d, 0x78, 0xb3, 0x29, 0x9b, 0x6c, 0x36, 0xd9, 0xcd, 0x66, 0x93, 0xdd, 0x24, 0x9b, 0xe2, 0xe4, 0x8f, 0x37, 0xd9, 0xcd, 0x6e, 0xb2, 0x21, 0xb6, 0x0a, 0x92, 0x28, 0x36, 0xbd, 0x17, 0x51, 0x4c, 0x37, 0x18, 0x30, 0x60, 0x3a, 0x42, 0x12, 0x20, 0x50, 0x17, 0xea, 0x5d, 0x08, 0x89, 0xde, 0x8d, 0x8d, 0xed, 0xf9, 0xbf, 0x77, 0xe6, 0x9c, 0xcb, 0x37, 0x67, 0xce, 0xad, 0x48, 0x17, 0x01, 0x33, 0xcf, 0xf3, 0x72, 0x85, 0x74, 0xef, 0x9d, 0x99, 0x73, 0xde, 0xf7, 0x9c, 0xaf, 0x9d, 0x33, 0x86, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0x71, 0x15, 0x1e, 0x89, 0x89, 0xef, 0x0c, 0x49, 0x48, 0x8a, 0x79, 0x73, 0x54, 0x52, 0xec, 0xf7, 0x46, 0x8e, 0x1c, 0xd9, 0xda, 0x6b, 0x91, 0xcb, 0x3f, 0x46, 0x8f, 0x8e, 0xb9, 0x75, 0x54, 0x52, 0xcc, 0xef, 0xe2, 0x13, 0x63, 0xbe, 0x3d, 0x76, 0xec, 0xd8, 0x0e, 0x5e, 0x8b, 0xb4, 0xc0, 0x23, 0x3e, 0x31, 0xf6, 0x47, 0xa3, 0x12, 0x63, 0xf7, 0x10, 0x4c, 0x89, 0x84, 0xc4, 0xd8, 0xd1, 0x5e, 0xcb, 0x5c, 0xee, 0x80, 0x92, 0xd8, 0x8f, 0xda, 0xb2, 0x81, 0xb5, 0xeb, 0xe9, 0xf8, 0xa4, 0x98, 0xe4, 0xb8, 0xd1, 0x71, 0xc3, 0xbc, 0xd6, 0x69, 0x21, 0x07, 0x75, 0xca, 0x0f, 0x39, 0xf1, 0x19, 0x2e, 0x8e, 0x1a, 0xf5, 0xf6, 0x7d, 0x5e, 0x0b, 0x5d, 0xc6, 0xc0, 0x42, 0x64, 0xd7, 0xb7, 0x6d, 0xcc, 0x21, 0x9a, 0x61, 0x3b, 0x7a, 0x2d, 0xd4, 0x02, 0x0e, 0x1a, 0xe9, 0xd3, 0xfc, 0x08, 0x80, 0x10, 0xb7, 0xcd, 0x6b, 0xa1, 0x48, 0x47, 0xff, 0xb8, 0x67, 0xa8, 0x0d, 0xbf, 0xf4, 0xdb, 0xb6, 0x49, 0xb1, 0xff, 0xe4, 0xb5, 0xd2, 0x95, 0x1e, 0xfd, 0x47, 0xbd, 0x3d, 0x3c, 0x60, 0x27, 0xd9, 0x1d, 0xf5, 0x5d, 0xaf, 0xa5, 0xc2, 0x3b, 0x68, 0x74, 0x6f, 0x43, 0x66, 0x65, 0x8e, 0xc3, 0xa4, 0x4c, 0x8a, 0x73, 0xb4, 0x2b, 0xfd, 0x7d, 0xbb, 0xd7, 0x52, 0x57, 0xde, 0xfc, 0x99, 0xc7, 0x3b, 0x25, 0x79, 0xfe, 0x1c, 0x73, 0xe1, 0xa2, 0xf9, 0xa6, 0xe2, 0x0b, 0xd4, 0x78, 0xd3, 0x75, 0x98, 0xb3, 0x2a, 0x02, 0x09, 0xca, 0x40, 0x92, 0x96, 0xbe, 0xcb, 0x35, 0xb8, 0xc4, 0x25, 0xc5, 0x3d, 0xe1, 0xb5, 0xd6, 0x15, 0x9b, 0xa2, 0x63, 0x1f, 0xa0, 0x4e, 0xf8, 0x9c, 0x77, 0xc8, 0xfe, 0xcc, 0x0c, 0xb3, 0xb2, 0xb2, 0xc2, 0x4c, 0x1a, 0x13, 0xef, 0x1c, 0xad, 0x12, 0x62, 0xdf, 0xf6, 0x5a, 0x2c, 0xb4, 0x23, 0x36, 0x36, 0xb6, 0x2f, 0xb5, 0xd9, 0x09, 0xde, 0x7e, 0x2b, 0x57, 0x2d, 0x33, 0x8f, 0x1f, 0x3f, 0x6a, 0xce, 0x5f, 0x38, 0x4f, 0x1d, 0x5c, 0xd2, 0x4c, 0xd3, 0x6c, 0xe5, 0xb5, 0xda, 0x95, 0x70, 0xd0, 0x68, 0x0a, 0xe6, 0x9d, 0x31, 0x75, 0xfa, 0x64, 0xf3, 0xd8, 0xb1, 0x23, 0x56, 0x47, 0xad, 0xdf, 0xb0, 0x56, 0x1d, 0xad, 0x3e, 0x89, 0x8f, 0x8f, 0x1f, 0xec, 0xb5, 0x5a, 0xf8, 0xb3, 0xea, 0xd8, 0x77, 0x93, 0xcc, 0x83, 0x07, 0x6b, 0xad, 0x76, 0x2d, 0x28, 0xc8, 0x73, 0xcd, 0x02, 0x09, 0x09, 0x71, 0xff, 0xe2, 0xb5, 0x5a, 0xd4, 0xc9, 0x1f, 0xf3, 0x1d, 0xb5, 0x23, 0x72, 0x72, 0x33, 0xad, 0x4e, 0x02, 0x1a, 0x1b, 0x0f, 0x99, 0xe3, 0x27, 0x8e, 0x53, 0x3b, 0x6b, 0x95, 0xd7, 0x72, 0xc1, 0x7c, 0xaa, 0x98, 0xa7, 0x55, 0x9f, 0x6a, 0x67, 0xca, 0x36, 0x5f, 0xbb, 0x02, 0x4b, 0x96, 0x2d, 0x72, 0x45, 0x84, 0x46, 0x8d, 0x1a, 0xd5, 0xcd, 0x6b, 0xbd, 0xa8, 0x75, 0xd2, 0xa8, 0x6e, 0xd4, 0xf0, 0xb5, 0xbc, 0x13, 0x16, 0x2d, 0x9e, 0xef, 0xe8, 0x24, 0x60, 0xcf, 0x9e, 0x74, 0xb7, 0x43, 0x3c, 0x3a, 0xf6, 0x75, 0xaf, 0x05, 0xf5, 0xc7, 0xd2, 0xa5, 0x4b, 0x6f, 0xa0, 0x36, 0xca, 0xe2, 0xed, 0x35, 0x7d, 0xc6, 0x14, 0xf3, 0xe8, 0xd1, 0xc3, 0x8e, 0x76, 0xad, 0xa9, 0xad, 0x32, 0x47, 0x8f, 0x4d, 0x70, 0xb6, 0x6b, 0x42, 0xcc, 0x74, 0xaf, 0x05, 0xa3, 0x25, 0x80, 0xa4, 0x98, 0xd9, 0xbc, 0xf1, 0x93, 0xc6, 0x8c, 0x22, 0xbb, 0xbf, 0xcc, 0x25, 0x00, 0x60, 0x5e, 0xf2, 0x6c, 0x55, 0x04, 0x25, 0xe3, 0xc7, 0x8f, 0xbf, 0xd1, 0x6b, 0xc5, 0xd0, 0x1c, 0x5f, 0x98, 0x3c, 0xba, 0x76, 0xdd, 0xb4, 0x79, 0x83, 0xda, 0xae, 0x5f, 0xc6, 0x27, 0xc6, 0xff, 0x8d, 0xd7, 0x8a, 0xcd, 0x6e, 0xfa, 0xc4, 0xbf, 0xaa, 0x4e, 0xd1, 0x1f, 0x6f, 0x5a, 0xaf, 0xed, 0x24, 0xa0, 0xa4, 0xa4, 0xc8, 0x15, 0xbe, 0xa3, 0x29, 0xfb, 0x3f, 0xbd, 0x96, 0x0c, 0xee, 0xf8, 0xae, 0xf8, 0x60, 0xa9, 0xdf, 0x76, 0x3d, 0x72, 0xa4, 0xd1, 0xf2, 0xb9, 0x14, 0x11, 0x54, 0x8f, 0x1c, 0x3f, 0xb2, 0xab, 0xd7, 0x9a, 0xcd, 0x74, 0x24, 0x25, 0x25, 0x75, 0xa2, 0x46, 0x2e, 0x57, 0x1d, 0x5f, 0x74, 0x86, 0xbf, 0x8e, 0x02, 0x56, 0x7f, 0xb8, 0x52, 0xed, 0xa8, 0xd3, 0x09, 0x09, 0x09, 0xfd, 0xbd, 0x16, 0x65, 0x03, 0x4b, 0x52, 0xcc, 0x5c, 0x87, 0xe3, 0x3b, 0x2e, 0xc9, 0xac, 0x3b, 0x58, 0xe3, 0x68, 0x47, 0x19, 0x60, 0x90, 0x28, 0x2a, 0x3e, 0xe0, 0x1a, 0x5c, 0x12, 0x12, 0x63, 0x67, 0x78, 0xad, 0xd9, 0x6c, 0x9d, 0x14, 0x3b, 0x49, 0x4d, 0xcc, 0x14, 0x16, 0xe6, 0x3b, 0x3a, 0xe5, 0xf0, 0xe1, 0x06, 0xf3, 0xe0, 0xc1, 0x83, 0x8e, 0xdf, 0x1d, 0x3a, 0x54, 0x67, 0xbe, 0x3b, 0x7e, 0x8c, 0x2a, 0x82, 0x79, 0x5e, 0x8b, 0xfa, 0x1c, 0xdf, 0x27, 0xd5, 0x59, 0x75, 0xc7, 0x4e, 0xa7, 0xe3, 0x0b, 0x3f, 0xa0, 0xa6, 0xa6, 0xc6, 0xe5, 0x0f, 0x6c, 0xd8, 0xb8, 0xce, 0xf3, 0xb3, 0xa2, 0xd8, 0x49, 0x5f, 0xf0, 0x86, 0x46, 0xa8, 0x53, 0x1d, 0xed, 0x41, 0x7e, 0x74, 0x94, 0x3a, 0x2b, 0xa4, 0xa4, 0x6c, 0x77, 0xd9, 0xac, 0x48, 0xf5, 0x7b, 0x8e, 0xaf, 0xdb, 0xf1, 0x9d, 0xa6, 0x71, 0x7c, 0xd1, 0xae, 0xd5, 0xd5, 0xd5, 0x66, 0x5d, 0x5d, 0x9d, 0x62, 0x0a, 0x1d, 0xb6, 0x1c, 0x65, 0xa5, 0x6d, 0xeb, 0xe2, 0xe3, 0xe3, 0x7b, 0x78, 0xac, 0x6d, 0xa2, 0x03, 0x4e, 0x2b, 0x9c, 0x57, 0xde, 0xc8, 0x53, 0xa6, 0x4d, 0x74, 0x91, 0xfc, 0xf0, 0xe1, 0x46, 0x8b, 0xfc, 0x40, 0x5d, 0x5d, 0x2d, 0x4d, 0xd9, 0xce, 0xe9, 0x7b, 0xfa, 0xcc, 0xa9, 0x6a, 0x47, 0xed, 0xbb, 0xde, 0x4b, 0xa6, 0x13, 0x12, 0x62, 0x7e, 0xa5, 0x8e, 0xe0, 0x07, 0x0e, 0xe4, 0xbb, 0xda, 0x15, 0xe4, 0x97, 0x40, 0x88, 0x99, 0xff, 0xbd, 0x98, 0x4c, 0xa1, 0xc4, 0xd1, 0xf1, 0xaa, 0x29, 0x34, 0xcd, 0x63, 0x6e, 0x53, 0x8d, 0xfe, 0xe4, 0xb4, 0xaa, 0xa6, 0x4f, 0xc1, 0x01, 0x77, 0x74, 0x02, 0xa4, 0x97, 0x02, 0x00, 0x1a, 0x1b, 0x1b, 0x1c, 0x7f, 0x3f, 0x70, 0x20, 0x4f, 0x53, 0x27, 0x14, 0xf7, 0xef, 0xd7, 0xaf, 0x4f, 0x35, 0xb2, 0x4f, 0x30, 0xc7, 0x17, 0x03, 0x47, 0x6d, 0x6d, 0xad, 0x43, 0x00, 0x80, 0xea, 0x0f, 0x68, 0x4c, 0xa1, 0x2f, 0xe2, 0x47, 0xc7, 0x3f, 0xec, 0xb1, 0xf7, 0x32, 0x8f, 0xb1, 0x63, 0x47, 0xde, 0x44, 0x8d, 0x79, 0x9c, 0x37, 0xee, 0x87, 0x6b, 0x57, 0xb9, 0xc8, 0x7f, 0xe8, 0x50, 0xbd, 0x83, 0xfc, 0x12, 0x6a, 0x47, 0x2d, 0x5b, 0xbe, 0x58, 0xed, 0xa8, 0xc3, 0xd7, 0xeb, 0x74, 0x4d, 0xf7, 0x3e, 0x47, 0x75, 0x7c, 0x65, 0xc6, 0x57, 0xa2, 0xa1, 0xe1, 0x90, 0x8b, 0xfc, 0xfe, 0x4c, 0x21, 0x4d, 0x54, 0x68, 0xb3, 0xc7, 0xe0, 0xcb, 0xef, 0xa4, 0xb1, 0xce, 0xb4, 0xfc, 0x68, 0xb3, 0xbe, 0xbe, 0xce, 0xaf, 0xe9, 0xa3, 0x02, 0xc2, 0xe0, 0xef, 0xad, 0xad, 0xad, 0x36, 0xc7, 0x8c, 0x4b, 0x54, 0x3b, 0x6a, 0xbc, 0xe7, 0xf8, 0xc2, 0xf1, 0xdd, 0xaa, 0x38, 0xbe, 0x47, 0xb4, 0xe4, 0x97, 0x80, 0x38, 0xf8, 0xfb, 0xf3, 0xf2, 0x72, 0x5c, 0x33, 0x2c, 0xf9, 0x59, 0x6f, 0x78, 0x2c, 0x8e, 0xf0, 0x18, 0x3d, 0x7a, 0x64, 0x2f, 0xd4, 0xf0, 0xf0, 0x06, 0xdd, 0xbe, 0x63, 0x8b, 0xc6, 0xf4, 0xa9, 0xf3, 0x2b, 0x00, 0x9d, 0x43, 0xbc, 0x65, 0xeb, 0xa6, 0xeb, 0x7a, 0xe1, 0x8c, 0xe5, 0xf8, 0x26, 0xc4, 0x64, 0x06, 0x77, 0x7c, 0xeb, 0xb4, 0xc4, 0xaf, 0xaa, 0xaa, 0xf2, 0x41, 0xfd, 0xcc, 0xc2, 0x45, 0xc9, 0x6a, 0xdb, 0xee, 0xf7, 0x98, 0x1c, 0xf1, 0xe8, 0x1f, 0xf7, 0x07, 0xde, 0x98, 0x93, 0xa6, 0x8c, 0xb7, 0xa6, 0x5a, 0x75, 0x8a, 0x0e, 0x44, 0x7e, 0x00, 0x1d, 0xa9, 0x4e, 0xd7, 0x93, 0xa7, 0x4e, 0xb8, 0x6e, 0x17, 0xce, 0xd0, 0xfd, 0xfe, 0xd2, 0x95, 0xf1, 0x55, 0x7c, 0x2a, 0x84, 0x93, 0x75, 0x84, 0x57, 0xa1, 0x9a, 0x42, 0x65, 0xe5, 0x25, 0xee, 0xdc, 0x40, 0x42, 0xcc, 0xe3, 0x1e, 0x9b, 0x23, 0xe9, 0xa8, 0xa4, 0x98, 0xec, 0xc0, 0x53, 0xf4, 0xe1, 0xa0, 0xe4, 0xf7, 0xe7, 0x10, 0x67, 0x65, 0xed, 0xbf, 0x2e, 0x17, 0xce, 0xc4, 0xc5, 0xc5, 0xf5, 0xa4, 0x7b, 0x3d, 0xea, 0x70, 0x7c, 0x57, 0xba, 0x33, 0xbe, 0x68, 0xb3, 0x40, 0xc4, 0xe7, 0x50, 0xdb, 0xf6, 0xfd, 0x25, 0x0b, 0xae, 0x7b, 0x13, 0xb3, 0x09, 0xc2, 0x73, 0x09, 0x03, 0xb8, 0x8d, 0x8a, 0x30, 0x9b, 0x6a, 0xfb, 0x07, 0x33, 0x7d, 0x38, 0x10, 0xc9, 0x70, 0x3a, 0xc4, 0xc7, 0xae, 0xcb, 0x85, 0x33, 0x6a, 0x1d, 0x95, 0x9d, 0xf1, 0x75, 0x3a, 0xbe, 0xf5, 0xf5, 0x07, 0x43, 0x26, 0x3f, 0xa0, 0x46, 0x85, 0xb2, 0xb3, 0x33, 0xd5, 0x95, 0x63, 0x55, 0x1e, 0xa3, 0xc3, 0xef, 0xa8, 0xbf, 0xe3, 0x8d, 0x38, 0x37, 0x79, 0xb6, 0xab, 0x16, 0x25, 0x54, 0xf2, 0xbb, 0x1d, 0xe2, 0x63, 0xe6, 0x89, 0x13, 0xc7, 0xcc, 0xca, 0xaa, 0x0a, 0xab, 0x90, 0x4e, 0xa9, 0x13, 0x7a, 0xe7, 0x9a, 0x1d, 0xfd, 0x93, 0xe2, 0x9e, 0xd0, 0x65, 0x7c, 0xd1, 0x16, 0x00, 0xda, 0x05, 0xb3, 0x6a, 0x30, 0xb3, 0x47, 0x07, 0x88, 0x86, 0xf7, 0x8d, 0xda, 0xae, 0x34, 0xf3, 0xf4, 0xf6, 0x58, 0x7d, 0x19, 0xf6, 0xff, 0xda, 0x75, 0x1f, 0xba, 0x46, 0xa9, 0x70, 0x05, 0x20, 0xc3, 0xa2, 0xb2, 0xc3, 0x01, 0x4d, 0xfc, 0xfa, 0x9a, 0x5c, 0x38, 0x23, 0x32, 0xbe, 0xfb, 0xd5, 0x52, 0x67, 0xb5, 0x3d, 0x90, 0x4b, 0x09, 0x97, 0xfc, 0x00, 0xda, 0x96, 0xf7, 0xcf, 0xac, 0xd9, 0xd3, 0x9c, 0x02, 0x48, 0x8c, 0x7b, 0xca, 0x63, 0x75, 0x38, 0x26, 0x50, 0x52, 0xec, 0x5f, 0x78, 0x03, 0x6e, 0xde, 0xf2, 0xb1, 0x12, 0xce, 0xac, 0x8d, 0x48, 0x00, 0x48, 0xe9, 0xf3, 0x0e, 0x87, 0xb3, 0x77, 0x3d, 0x2c, 0x9c, 0xd1, 0x3a, 0xbe, 0x05, 0x79, 0x8e, 0xb6, 0x80, 0x2d, 0x1f, 0x09, 0xf9, 0x81, 0xda, 0xda, 0x9a, 0x80, 0xd1, 0xa0, 0xf8, 0xa4, 0x77, 0x5e, 0xf6, 0x58, 0x1d, 0x9e, 0x00, 0xfe, 0x37, 0x50, 0xdd, 0x4f, 0x28, 0xd1, 0x9f, 0x40, 0x61, 0x51, 0xde, 0xf1, 0x7b, 0x33, 0x34, 0x0b, 0x67, 0x46, 0xc5, 0xbe, 0x76, 0x0d, 0x39, 0xbe, 0xbd, 0xd5, 0x64, 0xe2, 0xf2, 0x15, 0x4b, 0x1d, 0x6d, 0x80, 0x36, 0x0d, 0xd7, 0xf4, 0xa9, 0xac, 0xac, 0xf4, 0x81, 0x9b, 0x40, 0xc0, 0x5c, 0x65, 0x1d, 0x46, 0x42, 0x42, 0xec, 0x0b, 0x1e, 0xab, 0xc3, 0xf2, 0x01, 0x62, 0xbf, 0xcb, 0x1b, 0x70, 0xfe, 0xc2, 0xb9, 0xda, 0x14, 0x7d, 0x24, 0x02, 0xc0, 0xe7, 0xf0, 0x1d, 0x9c, 0x00, 0x73, 0xe7, 0xcd, 0x52, 0x45, 0x50, 0x44, 0x0e, 0x71, 0xbb, 0x6b, 0x64, 0xf4, 0x9f, 0xe5, 0xca, 0xf8, 0xd6, 0xd7, 0x3a, 0xee, 0x1f, 0xfe, 0x51, 0xa8, 0x64, 0x57, 0x51, 0x5d, 0x5d, 0xe5, 0xf2, 0xcf, 0x70, 0x0e, 0x7e, 0xce, 0x98, 0xb1, 0x31, 0xb7, 0x78, 0xac, 0x0e, 0xe3, 0x48, 0x4c, 0x7c, 0xe7, 0x0e, 0xb5, 0xfe, 0xa7, 0xa6, 0xa6, 0x2a, 0xe4, 0x0c, 0x70, 0x30, 0x60, 0x06, 0xb9, 0x44, 0x80, 0xe3, 0xda, 0xf8, 0x75, 0x7c, 0x42, 0xec, 0xef, 0xaf, 0xfe, 0x68, 0x5a, 0xcc, 0xe3, 0x6a, 0x15, 0x2d, 0xd6, 0xf8, 0xe2, 0x9e, 0x6d, 0x1c, 0xb3, 0x06, 0x13, 0x75, 0xf4, 0x0f, 0x44, 0x78, 0x15, 0xe8, 0x07, 0xde, 0x2f, 0xfb, 0xf6, 0xef, 0x71, 0xad, 0x19, 0xf6, 0x18, 0x1d, 0xd9, 0xc8, 0xe5, 0xd8, 0xeb, 0xf3, 0x83, 0x55, 0xcb, 0xfd, 0x96, 0x3f, 0x47, 0x32, 0x0b, 0x1c, 0x3b, 0x66, 0x93, 0xff, 0xe4, 0x49, 0x1b, 0x1f, 0xae, 0xf9, 0x40, 0x9d, 0x05, 0x4e, 0xc5, 0x8e, 0x8b, 0xbd, 0xf9, 0x5a, 0x72, 0x7c, 0x91, 0xf1, 0x45, 0xbb, 0xe1, 0x7e, 0xa5, 0x08, 0xe0, 0xf8, 0x86, 0x43, 0x78, 0x0e, 0x7c, 0xd6, 0xb5, 0x52, 0x6c, 0xda, 0x24, 0x65, 0xbd, 0x70, 0xdc, 0x18, 0x8f, 0xcd, 0x11, 0x1c, 0x62, 0xc3, 0x5b, 0xc7, 0x2c, 0x80, 0xd2, 0x5b, 0xb5, 0x5e, 0x05, 0x0e, 0x58, 0xb8, 0x02, 0xc0, 0x88, 0x87, 0x0c, 0xb1, 0x24, 0x3f, 0xd0, 0xd0, 0x70, 0xd0, 0x1c, 0xf7, 0xde, 0xb5, 0xb3, 0x70, 0x66, 0x54, 0x62, 0xdc, 0x7f, 0xb8, 0x4a, 0x9d, 0x0b, 0xf3, 0x1c, 0xf7, 0x0c, 0xc7, 0x37, 0x52, 0xf2, 0x03, 0x6a, 0x29, 0xc4, 0xb6, 0xed, 0x5b, 0x5c, 0x55, 0xa1, 0x71, 0x63, 0xe2, 0xee, 0xf2, 0xd8, 0x1c, 0xe1, 0x08, 0xa6, 0x6e, 0xcf, 0x87, 0xf0, 0x9a, 0x5a, 0xe1, 0x79, 0xe8, 0xd0, 0xa1, 0xa0, 0x64, 0xf7, 0x07, 0x74, 0x20, 0x27, 0xc4, 0xae, 0xd4, 0x9d, 0xd7, 0xc4, 0xc2, 0x19, 0x7f, 0x19, 0x5f, 0x7e, 0xaf, 0x30, 0x7f, 0xc2, 0x35, 0x77, 0x9c, 0x8e, 0x6f, 0xbd, 0x32, 0x1b, 0xd7, 0xba, 0x6c, 0x7f, 0xc2, 0x54, 0x8f, 0xc9, 0x97, 0x65, 0xc3, 0xc6, 0xbe, 0xa0, 0x8e, 0x62, 0xe9, 0xbb, 0x53, 0x7d, 0x8d, 0x2e, 0xed, 0x78, 0xee, 0x10, 0x07, 0x22, 0xbc, 0x0a, 0x7c, 0x8e, 0x9b, 0x41, 0xf8, 0xae, 0x19, 0xb3, 0x5c, 0x0b, 0x67, 0xf6, 0x43, 0x8c, 0x57, 0xd5, 0xe8, 0x9f, 0x10, 0x33, 0x93, 0xdf, 0x03, 0x2a, 0x60, 0xe1, 0xf8, 0x72, 0x01, 0xc0, 0xf1, 0x8d, 0x94, 0xfc, 0x68, 0x3b, 0x99, 0x3c, 0x93, 0x7d, 0xb1, 0x7c, 0xc5, 0x12, 0xb5, 0xdd, 0x8e, 0xa1, 0xa0, 0xd1, 0x63, 0xf1, 0xe5, 0x47, 0x84, 0x96, 0xf1, 0x86, 0x7d, 0x6f, 0xc2, 0x58, 0xc5, 0x89, 0xb5, 0x63, 0xd8, 0xe1, 0x10, 0x5f, 0x2d, 0xeb, 0xbd, 0x44, 0x8c, 0x13, 0x66, 0x51, 0xd1, 0x81, 0xab, 0x7a, 0xe1, 0x0c, 0x39, 0xbe, 0x8f, 0xa8, 0x8e, 0x2f, 0x32, 0xbe, 0xb8, 0x37, 0x79, 0x9f, 0x98, 0x45, 0x2f, 0x67, 0xf4, 0x47, 0xfe, 0x84, 0xb7, 0x3f, 0x56, 0x91, 0xa9, 0x6d, 0x16, 0x9f, 0x10, 0xf3, 0x73, 0x8f, 0xbd, 0x4d, 0x70, 0xc4, 0x8c, 0x89, 0x19, 0x48, 0x0d, 0x7a, 0x8e, 0x37, 0x2e, 0x32, 0xb8, 0xbc, 0x03, 0x64, 0x16, 0x33, 0x52, 0x11, 0xd8, 0x8e, 0xe1, 0x09, 0x1f, 0x74, 0xa3, 0x19, 0xcc, 0x8a, 0x96, 0xde, 0x56, 0x58, 0xe2, 0xa9, 0x06, 0x0f, 0xa6, 0xcf, 0x98, 0x6c, 0x8d, 0xd4, 0xfc, 0xfe, 0x30, 0xf3, 0x45, 0x42, 0xfc, 0x8a, 0x8a, 0x0a, 0x31, 0x6b, 0x5e, 0x6a, 0x77, 0x88, 0xc9, 0x35, 0x6b, 0x26, 0xc4, 0x64, 0x5e, 0x6d, 0xb3, 0x66, 0xcb, 0x76, 0x88, 0x13, 0x62, 0x47, 0xba, 0x37, 0xc3, 0x2a, 0x77, 0x74, 0x84, 0xac, 0x63, 0x89, 0x04, 0xb0, 0x67, 0x41, 0x8c, 0x53, 0xa7, 0x6c, 0xa0, 0xf0, 0xee, 0x6a, 0x5c, 0x38, 0xe3, 0xcf, 0xf1, 0x95, 0xf7, 0x85, 0x7b, 0x44, 0xd8, 0x32, 0x1c, 0xc2, 0x73, 0xd8, 0x8e, 0xaf, 0xb3, 0x7c, 0x02, 0x61, 0x55, 0x6f, 0xc3, 0x81, 0x66, 0x3e, 0xf0, 0x6c, 0x2a, 0x6a, 0xd8, 0x4a, 0xde, 0xd0, 0x0b, 0x16, 0xcd, 0x73, 0xcd, 0x02, 0xc8, 0x48, 0x46, 0x2a, 0x02, 0x8c, 0x64, 0x92, 0x28, 0x80, 0x26, 0xa2, 0xf1, 0x79, 0x52, 0x52, 0xec, 0x57, 0x5a, 0x6e, 0x1b, 0x59, 0xcb, 0x47, 0x8f, 0xa8, 0x8e, 0x2f, 0xbf, 0x27, 0x98, 0x3f, 0xb8, 0xd7, 0x50, 0xc8, 0xae, 0x03, 0xda, 0xd7, 0xd9, 0xde, 0x75, 0xd6, 0x2a, 0x3d, 0xa7, 0xb9, 0x18, 0x33, 0xdb, 0x63, 0x6c, 0xf3, 0xf8, 0x02, 0xdf, 0xd5, 0x6d, 0x88, 0xcb, 0x13, 0x5a, 0x88, 0xed, 0x87, 0xea, 0x08, 0xeb, 0xea, 0x59, 0x40, 0x10, 0x49, 0x16, 0x98, 0x45, 0xae, 0x98, 0x76, 0x52, 0x6c, 0x4a, 0x4b, 0xdd, 0x0e, 0x1c, 0x9b, 0x52, 0xb9, 0x1d, 0xdf, 0x3a, 0x87, 0x00, 0x40, 0xe0, 0x70, 0x08, 0xcf, 0x81, 0x36, 0x92, 0xc9, 0x33, 0x09, 0x6c, 0x9b, 0x7e, 0x2d, 0xe5, 0x4e, 0xae, 0x86, 0xd8, 0xf6, 0x36, 0xde, 0xe0, 0x93, 0xa7, 0x4e, 0xb4, 0x4c, 0x1f, 0x99, 0xd4, 0x91, 0xb1, 0xed, 0x50, 0x08, 0xef, 0x6f, 0x71, 0x07, 0x27, 0x4c, 0x4e, 0x6e, 0xf6, 0x55, 0xb1, 0x70, 0xc6, 0x9f, 0xe3, 0xcb, 0xef, 0x05, 0x82, 0x0e, 0x97, 0xf4, 0x1c, 0x48, 0x72, 0xf1, 0x04, 0x1a, 0x76, 0x86, 0x73, 0x6d, 0x95, 0x9e, 0x14, 0xf3, 0xa6, 0xc7, 0xd2, 0xe6, 0x14, 0x80, 0xfd, 0x48, 0xa4, 0x8b, 0xbc, 0xd1, 0xb7, 0x6d, 0xdf, 0xea, 0x8a, 0x6f, 0x63, 0x34, 0x8f, 0xa4, 0xaa, 0xd1, 0x0e, 0xef, 0x61, 0x16, 0x38, 0xe9, 0xc3, 0xfb, 0x8b, 0x5d, 0x2b, 0x9c, 0x6a, 0xb1, 0x4d, 0x63, 0xcb, 0x76, 0x7c, 0xa7, 0x28, 0xf7, 0x71, 0x82, 0x66, 0xc6, 0xea, 0x88, 0xc9, 0x2f, 0x67, 0x47, 0x09, 0x38, 0xd5, 0xb3, 0xe7, 0x4c, 0x57, 0x97, 0x95, 0xe6, 0x4f, 0x9b, 0x36, 0xad, 0xad, 0xc7, 0xd2, 0xe6, 0x76, 0x88, 0x95, 0x2d, 0x12, 0x31, 0xd5, 0xc3, 0x16, 0xe5, 0x1d, 0x84, 0x59, 0x21, 0xd2, 0xd2, 0x5e, 0xc4, 0xc7, 0xb9, 0x00, 0xb0, 0x93, 0x44, 0x4b, 0x5e, 0x38, 0x33, 0x2a, 0x29, 0xee, 0x67, 0x6e, 0xc7, 0x37, 0xdf, 0x71, 0x0f, 0x70, 0x7c, 0x23, 0x25, 0x3f, 0xcc, 0x25, 0x6c, 0x32, 0xc6, 0xdb, 0x37, 0x35, 0x2d, 0xc5, 0x1d, 0xf6, 0x4c, 0x7a, 0xe7, 0x79, 0x8f, 0x9d, 0xd1, 0x10, 0x40, 0x7c, 0x7c, 0x0f, 0xd5, 0xd9, 0x5b, 0xf9, 0xc1, 0x72, 0x47, 0x07, 0x01, 0x28, 0x75, 0x88, 0x54, 0x04, 0xe8, 0x70, 0x10, 0xe7, 0xf4, 0x69, 0x1b, 0x1b, 0x3f, 0xfe, 0x48, 0xed, 0xf0, 0x0b, 0x78, 0x28, 0x77, 0x4b, 0x75, 0x7c, 0xe5, 0x75, 0xe3, 0x1e, 0x10, 0xf9, 0xc1, 0x3d, 0x45, 0x2a, 0x00, 0x0c, 0x08, 0xce, 0xf2, 0x89, 0x7a, 0xf3, 0xdd, 0xf1, 0x63, 0xd5, 0xf6, 0x58, 0xe8, 0x31, 0x33, 0xba, 0x36, 0xef, 0x2f, 0xd4, 0x11, 0xa8, 0xa8, 0xa8, 0xc0, 0x35, 0x4d, 0x47, 0xb2, 0xbc, 0xcf, 0x76, 0x88, 0x6b, 0x7d, 0x24, 0x02, 0x10, 0x21, 0x9a, 0x30, 0xa9, 0xe5, 0x2d, 0x9c, 0xc1, 0x83, 0x29, 0x5c, 0xb3, 0xe1, 0xa1, 0x83, 0x8e, 0x6b, 0x87, 0xe3, 0x1b, 0x29, 0xf9, 0xd1, 0x16, 0x3c, 0x81, 0xe6, 0xa7, 0x68, 0xf0, 0xb4, 0x57, 0xee, 0x1c, 0xe5, 0xc3, 0xaa, 0x74, 0x54, 0x76, 0x8d, 0x98, 0x39, 0x7b, 0xba, 0x65, 0xff, 0xf3, 0x84, 0x0f, 0xea, 0x84, 0xc2, 0x25, 0xbf, 0x8c, 0x92, 0x60, 0xfb, 0x14, 0x4e, 0xa4, 0x7d, 0xfb, 0xf7, 0xb6, 0xa8, 0x9d, 0x90, 0xb1, 0xf5, 0xa0, 0xce, 0xf1, 0xe5, 0xd7, 0x1c, 0x89, 0xe3, 0x5b, 0x5e, 0x5e, 0xee, 0x03, 0x4c, 0xa7, 0x4b, 0xed, 0x79, 0xdc, 0x2c, 0x2d, 0x2b, 0xbe, 0x26, 0xcb, 0xc6, 0xaf, 0x52, 0x87, 0xd8, 0xfd, 0x3c, 0xab, 0xdd, 0x7b, 0xd2, 0x7c, 0x1d, 0x26, 0xe3, 0xde, 0x70, 0xfe, 0x22, 0x59, 0xec, 0x81, 0xbf, 0xe1, 0x3b, 0x6c, 0x32, 0x9d, 0xb2, 0x90, 0x3c, 0x7f, 0xae, 0x1a, 0x11, 0x2a, 0xbd, 0x12, 0x4f, 0x9c, 0x11, 0x8e, 0xef, 0x6e, 0xb5, 0xd4, 0x19, 0xf7, 0x6d, 0x5f, 0xab, 0x2d, 0x00, 0x84, 0x84, 0xc3, 0x21, 0x3c, 0x07, 0x3e, 0x2b, 0x93, 0x67, 0x00, 0x9c, 0xea, 0x39, 0xf3, 0x66, 0x7a, 0x4f, 0xdc, 0x69, 0x51, 0x22, 0x48, 0x88, 0x5d, 0xe2, 0xac, 0x13, 0x1a, 0x67, 0x8d, 0x5a, 0x3c, 0xfc, 0x87, 0xff, 0x47, 0xb2, 0xd0, 0x03, 0xc0, 0x0c, 0x22, 0xc9, 0x0f, 0x94, 0x57, 0x94, 0xb7, 0x88, 0x27, 0xce, 0xc4, 0x27, 0xc6, 0xfe, 0x54, 0xb7, 0xc6, 0x97, 0x5f, 0x6b, 0x63, 0x63, 0x63, 0xc8, 0x64, 0x57, 0x81, 0xf7, 0x62, 0xf6, 0xe0, 0xed, 0x88, 0xc1, 0xc5, 0xe5, 0xf8, 0x7a, 0x8f, 0x45, 0xba, 0xd2, 0xbe, 0x80, 0xb5, 0x7f, 0xd0, 0x59, 0xb5, 0x4e, 0x88, 0x77, 0x1c, 0x10, 0x69, 0xed, 0x0b, 0x70, 0xfc, 0xf8, 0x71, 0x07, 0xb1, 0xd6, 0xac, 0x5d, 0x75, 0x45, 0x9f, 0x38, 0xe3, 0xdf, 0xf1, 0xbd, 0x74, 0x8d, 0x70, 0x7e, 0x71, 0xed, 0xa1, 0x12, 0x5e, 0x05, 0xfc, 0x06, 0xe7, 0x20, 0xd2, 0x60, 0x0d, 0x2e, 0xca, 0xec, 0xb7, 0xcc, 0x63, 0x60, 0x4b, 0x10, 0x81, 0xb2, 0x83, 0x04, 0x36, 0xd1, 0x42, 0x9d, 0x10, 0xef, 0x40, 0x44, 0x75, 0x22, 0x5f, 0xf5, 0x54, 0x67, 0x91, 0xea, 0xcc, 0x19, 0x1b, 0x47, 0x8f, 0x36, 0x5e, 0xd1, 0x27, 0xce, 0x60, 0xef, 0x7d, 0xa7, 0xe3, 0x9b, 0x60, 0x85, 0x81, 0xe5, 0xf5, 0xe1, 0x5a, 0xb1, 0x52, 0x2e, 0x52, 0xf2, 0xe3, 0x9e, 0xd5, 0x01, 0x64, 0xed, 0x47, 0x1f, 0xaa, 0xf7, 0x7b, 0x3e, 0x3e, 0x3e, 0xfe, 0x36, 0x8f, 0x7d, 0x2d, 0xe0, 0xd0, 0xd6, 0x09, 0x2d, 0x4c, 0x66, 0x1d, 0x68, 0x87, 0x03, 0x51, 0xf0, 0x16, 0xf9, 0xca, 0xa7, 0x23, 0x3e, 0x82, 0x01, 0x69, 0xe9, 0xbb, 0xae, 0x48, 0x01, 0x98, 0x70, 0x7c, 0x3f, 0x57, 0xd7, 0xf8, 0xf2, 0x6b, 0x83, 0xe9, 0x12, 0x29, 0xf9, 0x01, 0x38, 0xff, 0x32, 0x79, 0x06, 0x54, 0xd0, 0x60, 0xe2, 0x7a, 0x00, 0x46, 0x52, 0xec, 0xff, 0x7a, 0xcc, 0x6b, 0x51, 0xa6, 0x50, 0xdc, 0xdf, 0xbb, 0xea, 0x84, 0x72, 0xb2, 0x1c, 0xc9, 0x20, 0x38, 0x71, 0x91, 0xd6, 0xc0, 0xc3, 0x91, 0x86, 0x53, 0xc9, 0x47, 0xd9, 0x99, 0xca, 0xe6, 0x4f, 0xcd, 0x5d, 0x02, 0x2c, 0x1c, 0xdf, 0x74, 0xe7, 0x93, 0x72, 0x26, 0x59, 0x0e, 0x2a, 0x17, 0x00, 0x76, 0x69, 0x88, 0x94, 0xfc, 0xb6, 0xe3, 0x7b, 0xd2, 0x81, 0xe4, 0x05, 0x73, 0x54, 0xb1, 0x97, 0xd1, 0xb5, 0xb4, 0xf7, 0x58, 0xd7, 0xd2, 0x1c, 0xe2, 0xc4, 0x98, 0x8d, 0xce, 0x3a, 0xa1, 0x09, 0xbe, 0x84, 0x96, 0x4c, 0x6a, 0x85, 0xb3, 0x06, 0x56, 0x75, 0x20, 0xb1, 0x70, 0xe6, 0xcc, 0x99, 0xd3, 0x3e, 0x94, 0x94, 0x16, 0x47, 0x75, 0xe1, 0x0c, 0xbe, 0x5b, 0x3d, 0x5f, 0x7e, 0x41, 0xbe, 0xe3, 0x9a, 0x70, 0x7f, 0x91, 0x92, 0x1f, 0xf7, 0x88, 0x30, 0xb2, 0x4c, 0xa0, 0x01, 0x19, 0x19, 0x7b, 0x74, 0xb5, 0x50, 0x5f, 0xf3, 0xd8, 0xd6, 0x02, 0x8f, 0xb8, 0xd1, 0x71, 0xf7, 0x50, 0x07, 0x7d, 0xe6, 0x78, 0x9e, 0xc0, 0xf6, 0x2d, 0x8e, 0xb8, 0xb8, 0x5d, 0x13, 0x53, 0x13, 0x51, 0x29, 0x30, 0xde, 0x67, 0x8f, 0xb6, 0x97, 0x08, 0xb7, 0x62, 0xe5, 0xb2, 0xa8, 0x2c, 0x9c, 0x11, 0x8e, 0xef, 0x61, 0x75, 0x73, 0x2b, 0x7e, 0x2d, 0x20, 0x6c, 0x38, 0x91, 0x1e, 0x8e, 0xb2, 0xb2, 0x32, 0x2b, 0xe3, 0xcb, 0xdb, 0x0a, 0x66, 0x9f, 0x26, 0xf9, 0xf7, 0xa1, 0xc7, 0xb4, 0x16, 0x7c, 0xc4, 0x27, 0xc5, 0x4d, 0x50, 0x33, 0xa3, 0xba, 0x8e, 0x8d, 0x34, 0x33, 0x0a, 0x87, 0x98, 0x93, 0xae, 0xa1, 0xa1, 0x3e, 0x2a, 0x0b, 0x67, 0xc8, 0xf1, 0x9d, 0xa2, 0xde, 0x17, 0xce, 0xcd, 0xaf, 0x05, 0xa5, 0x1f, 0xe1, 0x10, 0x9e, 0xa3, 0xb2, 0xb2, 0x82, 0xe5, 0x3c, 0x6c, 0xe8, 0xf6, 0x4d, 0xc5, 0x7e, 0x4d, 0x1e, 0xcb, 0x5a, 0xb2, 0x00, 0xfc, 0xd4, 0x09, 0xf1, 0x8e, 0x85, 0xfd, 0x8e, 0xb0, 0x68, 0xa4, 0x22, 0x80, 0x59, 0x05, 0xc2, 0x9d, 0x3d, 0x6b, 0x63, 0xfb, 0x8e, 0xad, 0xcd, 0xba, 0x70, 0x26, 0x7e, 0x4c, 0xfc, 0x83, 0xaa, 0xe3, 0x8b, 0x8c, 0xaf, 0x3c, 0x3f, 0xae, 0x05, 0x65, 0x1f, 0xa1, 0x92, 0x5d, 0x87, 0xc3, 0x87, 0x0f, 0x3b, 0x12, 0x68, 0x55, 0xd5, 0x15, 0x2e, 0xc7, 0x97, 0x4c, 0xcc, 0xbf, 0x7a, 0x0c, 0xbb, 0x1a, 0x44, 0x90, 0x10, 0xf3, 0x73, 0xd5, 0x6e, 0x2d, 0x29, 0x29, 0x74, 0xc4, 0xc9, 0xe1, 0x10, 0x47, 0xb2, 0x28, 0x04, 0x40, 0x7d, 0x11, 0x9c, 0x4d, 0x49, 0x40, 0x98, 0x1e, 0x78, 0x6c, 0x6b, 0x73, 0x3c, 0x20, 0x0e, 0x8b, 0x6f, 0xc8, 0xe6, 0x4e, 0x75, 0x64, 0x7c, 0xa7, 0x4f, 0xb6, 0xce, 0x79, 0x49, 0x00, 0xa7, 0xac, 0x6b, 0x0a, 0x87, 0xf0, 0x1c, 0xb6, 0x83, 0x7f, 0x8a, 0xe1, 0xa4, 0xb9, 0x60, 0xe1, 0x3c, 0xd7, 0x1e, 0xff, 0xd7, 0xfa, 0xb3, 0x13, 0xae, 0x99, 0x43, 0x44, 0x4b, 0x32, 0x1c, 0x75, 0x42, 0xb3, 0xa6, 0x09, 0x47, 0xf8, 0x52, 0x47, 0x23, 0xcb, 0x1b, 0xe9, 0x2c, 0x00, 0x67, 0xd3, 0x26, 0xe0, 0x19, 0x0b, 0x79, 0x79, 0xb9, 0x9a, 0xf2, 0xe0, 0x98, 0x6f, 0x5e, 0xbe, 0x63, 0x1f, 0xfb, 0x43, 0xdd, 0xe3, 0x8c, 0xe4, 0x79, 0x71, 0x0d, 0xb8, 0x96, 0x70, 0x49, 0x2f, 0x01, 0xc1, 0x60, 0x30, 0xe0, 0xed, 0x92, 0xa9, 0x79, 0x7a, 0x4e, 0x53, 0xdc, 0x8b, 0x77, 0x44, 0xd3, 0x21, 0x4e, 0x8c, 0x7b, 0x4a, 0x57, 0x27, 0x24, 0x3b, 0xd9, 0x0e, 0x65, 0x9e, 0x8c, 0xa8, 0x4c, 0x58, 0x46, 0x4c, 0x4e, 0x9d, 0x3a, 0xc5, 0x88, 0x78, 0x46, 0xb7, 0x70, 0xa6, 0xe2, 0x72, 0xc2, 0x85, 0x09, 0x09, 0x09, 0x5d, 0xe8, 0x3b, 0x0e, 0xf2, 0xef, 0xc4, 0x63, 0x5e, 0xf9, 0x39, 0xad, 0xf2, 0x8c, 0x08, 0x46, 0x7d, 0x09, 0x64, 0x7c, 0x65, 0x58, 0x17, 0x80, 0x29, 0x35, 0x71, 0xf2, 0x78, 0x75, 0xa1, 0xcb, 0x26, 0x8f, 0x51, 0x57, 0x63, 0x58, 0x34, 0x21, 0xf6, 0x7d, 0xb5, 0x4e, 0x08, 0x0b, 0x65, 0x78, 0xcc, 0x1c, 0xcb, 0xfc, 0x22, 0x29, 0x14, 0x03, 0xe0, 0x10, 0x73, 0x32, 0x62, 0xe1, 0x4c, 0x53, 0x26, 0x8c, 0xb0, 0xa7, 0x26, 0xff, 0xae, 0xd1, 0x63, 0x13, 0x2c, 0xc2, 0xf2, 0x73, 0xe2, 0x1a, 0x22, 0x25, 0x3f, 0x1c, 0x5f, 0x9e, 0xdb, 0x00, 0x3e, 0xde, 0xbc, 0x41, 0x15, 0xf1, 0xa7, 0x71, 0xa3, 0xe3, 0x86, 0x79, 0x6c, 0xba, 0x0a, 0x0f, 0x5d, 0x9d, 0xd0, 0xfa, 0x0d, 0xeb, 0x1c, 0x1d, 0x0e, 0x07, 0x92, 0x57, 0x4c, 0x86, 0x1b, 0x3e, 0xc4, 0x88, 0xc9, 0x09, 0xb9, 0x61, 0xa3, 0x6b, 0xe1, 0xcc, 0xb9, 0x51, 0xa3, 0x46, 0x0d, 0x0a, 0xff, 0xda, 0xdf, 0xb9, 0x5b, 0x0d, 0xe9, 0x6e, 0xdd, 0xb6, 0xd9, 0x71, 0x2e, 0x9c, 0x3b, 0x52, 0xf2, 0x03, 0xc8, 0xf8, 0xf2, 0xb6, 0xa8, 0xab, 0xab, 0x71, 0xad, 0x7c, 0x23, 0x01, 0x8f, 0xf2, 0x98, 0x74, 0x35, 0x8b, 0x20, 0x29, 0xf6, 0xcf, 0x6a, 0x9d, 0x50, 0x55, 0x55, 0xb9, 0x8f, 0xfc, 0x00, 0x6c, 0xe0, 0x48, 0x93, 0x47, 0x30, 0xa1, 0xf0, 0x1d, 0xe7, 0xce, 0x9d, 0xb1, 0x70, 0xe2, 0xe4, 0x31, 0xd7, 0x13, 0x67, 0xe2, 0x13, 0xe3, 0x16, 0x84, 0x3d, 0xfa, 0x27, 0xc5, 0x6e, 0x50, 0x1f, 0x11, 0x8b, 0xd2, 0x6e, 0x79, 0x1e, 0x9c, 0x13, 0xe7, 0x8e, 0x94, 0xfc, 0x10, 0xfd, 0xa5, 0x10, 0xaa, 0x2d, 0x80, 0xc5, 0xae, 0xa7, 0x3b, 0xc6, 0x1c, 0x1a, 0x39, 0x7e, 0x64, 0x57, 0x8f, 0x45, 0x57, 0xb7, 0x43, 0xdc, 0x1e, 0xb6, 0xb8, 0xba, 0x9f, 0x10, 0x8f, 0x9f, 0x03, 0x30, 0x2d, 0x22, 0xaf, 0x9d, 0x69, 0xf4, 0x11, 0xf3, 0xdc, 0xb9, 0xb3, 0xe6, 0x9e, 0xbd, 0xe9, 0x97, 0x55, 0x27, 0xa4, 0x2b, 0xeb, 0xc8, 0xcd, 0xcb, 0xb6, 0xbe, 0x5b, 0x9e, 0x27, 0x12, 0xc7, 0xb7, 0xb4, 0xb4, 0xd4, 0x02, 0x7e, 0x86, 0xe8, 0xf9, 0xfd, 0xe7, 0xea, 0x77, 0xbf, 0xf8, 0x9e, 0xc7, 0xa0, 0x6b, 0xc2, 0x14, 0x8a, 0xfb, 0x96, 0x8b, 0x50, 0xd4, 0xe1, 0x4d, 0x95, 0x45, 0xc5, 0xe7, 0xec, 0x59, 0xe0, 0xac, 0x05, 0x98, 0x27, 0xb3, 0xe7, 0xce, 0x74, 0xd5, 0x09, 0x21, 0x3a, 0x15, 0xec, 0x5a, 0x75, 0x85, 0x7d, 0x78, 0x9c, 0xab, 0xfc, 0x6e, 0x00, 0xce, 0x6a, 0x45, 0x45, 0x79, 0xc8, 0x84, 0x57, 0x81, 0xa2, 0x40, 0x7e, 0xef, 0x10, 0xc3, 0xa4, 0x29, 0x13, 0xae, 0x9a, 0xfd, 0x8f, 0xbc, 0x23, 0x12, 0x87, 0x52, 0x31, 0x29, 0x50, 0x27, 0xc4, 0x47, 0x41, 0x19, 0x4e, 0x8c, 0x74, 0x16, 0x40, 0xf9, 0x31, 0x27, 0x69, 0x59, 0x59, 0x89, 0x66, 0xf1, 0x48, 0xec, 0x8f, 0x83, 0xe7, 0x30, 0x62, 0xdf, 0x56, 0x4d, 0x36, 0x3c, 0xc7, 0x97, 0x7f, 0xb7, 0xce, 0xf1, 0xf5, 0x47, 0x76, 0x15, 0xb8, 0x56, 0x99, 0xc3, 0x90, 0xf7, 0xbe, 0x65, 0xeb, 0x66, 0xf5, 0x5a, 0x2f, 0xb6, 0xe4, 0x1d, 0xf0, 0xbc, 0x23, 0x92, 0xb0, 0xa8, 0xae, 0x4e, 0x68, 0xc7, 0x16, 0x5f, 0x32, 0x49, 0x26, 0x94, 0x60, 0x57, 0x47, 0x52, 0x4a, 0x00, 0x60, 0xe1, 0x0c, 0x27, 0xea, 0xca, 0x0f, 0xd4, 0x3a, 0xa1, 0xb8, 0x46, 0x72, 0x88, 0xbb, 0xf9, 0x25, 0x7f, 0x7c, 0xfc, 0x60, 0x94, 0x1b, 0xf0, 0xcf, 0x7c, 0xbc, 0x69, 0x83, 0xe3, 0x3b, 0xa5, 0xe3, 0x1b, 0x2a, 0xe1, 0x55, 0x20, 0x0a, 0xc6, 0xef, 0x19, 0xb3, 0x01, 0xd6, 0x13, 0x28, 0x02, 0x18, 0xeb, 0x31, 0xe6, 0x1a, 0x3c, 0xe2, 0x13, 0xe2, 0xde, 0x53, 0x17, 0x92, 0xa0, 0x4e, 0xe8, 0x12, 0x21, 0xce, 0x58, 0x5b, 0x2b, 0x46, 0x5a, 0x4e, 0x00, 0xf1, 0xe0, 0x3b, 0x24, 0x59, 0xb1, 0x8a, 0x4a, 0xad, 0x13, 0x4a, 0x48, 0x8c, 0x1d, 0xed, 0xf7, 0xfa, 0x12, 0x63, 0x57, 0xf3, 0xf7, 0xc2, 0x99, 0xb6, 0x1d, 0xdf, 0x4b, 0xa6, 0x15, 0x42, 0x97, 0x91, 0x92, 0x1f, 0xd9, 0x62, 0x9e, 0x40, 0x03, 0x96, 0x2c, 0x5b, 0xa4, 0x92, 0xbf, 0x61, 0xdc, 0xb8, 0x91, 0xdd, 0x3d, 0xb6, 0x5c, 0x8b, 0x02, 0xb0, 0xeb, 0x84, 0x0e, 0x3b, 0xeb, 0x84, 0x96, 0x39, 0x42, 0x8b, 0x97, 0x1b, 0x5b, 0x47, 0x4d, 0x0d, 0xc8, 0x7a, 0xfe, 0x3c, 0x70, 0x4e, 0xb7, 0xc1, 0xee, 0x67, 0x09, 0x09, 0xef, 0x0c, 0x75, 0xfb, 0x29, 0xb1, 0xaf, 0xa8, 0x26, 0x13, 0x32, 0xb2, 0xf8, 0x0e, 0x7c, 0x17, 0xbe, 0xb3, 0xa1, 0xa1, 0x21, 0x62, 0xf2, 0xe3, 0xda, 0x50, 0xc9, 0xca, 0xef, 0xf3, 0x40, 0x61, 0x81, 0xdb, 0xf1, 0x4d, 0x8c, 0xfd, 0xa1, 0xc7, 0x94, 0x6b, 0x59, 0x04, 0x9a, 0xc5, 0xe4, 0x25, 0xa5, 0x45, 0x0e, 0x62, 0xc0, 0x21, 0x8e, 0x34, 0xbb, 0x8a, 0xcf, 0x61, 0x64, 0xb5, 0x89, 0x7b, 0xce, 0x72, 0x58, 0xe1, 0x6f, 0x28, 0xe7, 0xfc, 0x58, 0x89, 0x54, 0xb5, 0xc3, 0x63, 0x59, 0xf9, 0x7b, 0xe6, 0xcd, 0x9f, 0xe3, 0xfb, 0x0e, 0xf9, 0x3d, 0x97, 0x63, 0xfa, 0xc0, 0xd4, 0x51, 0xef, 0x71, 0xea, 0xf4, 0xc9, 0xaa, 0xe3, 0x9b, 0xea, 0x39, 0xbe, 0xd7, 0xf8, 0x61, 0xed, 0x27, 0x94, 0x10, 0x93, 0xe9, 0x78, 0xee, 0xd8, 0x9c, 0x19, 0xc2, 0x11, 0xbe, 0x44, 0x10, 0xd4, 0x09, 0x45, 0x5e, 0x5e, 0x50, 0xef, 0x20, 0x6f, 0x4e, 0x6e, 0x96, 0x6b, 0xa4, 0x8d, 0x4b, 0x8c, 0xfb, 0x2a, 0x73, 0x7c, 0xff, 0x4b, 0xf7, 0x48, 0x58, 0xfe, 0x1d, 0xa8, 0x5e, 0x8d, 0x94, 0xfc, 0xb6, 0xe3, 0xeb, 0xbc, 0xbf, 0x1d, 0x3b, 0x5c, 0x7b, 0xfa, 0x7f, 0x8e, 0xaa, 0x53, 0x8f, 0x21, 0xd7, 0x43, 0x44, 0x68, 0x54, 0xcc, 0x93, 0x6a, 0x9d, 0xd0, 0x9e, 0xbd, 0xbb, 0x7d, 0xe4, 0x40, 0x9c, 0x1d, 0xa3, 0x38, 0xc2, 0x9b, 0x91, 0x8a, 0x00, 0xe6, 0x06, 0x27, 0xb0, 0x5a, 0x5d, 0x29, 0xf7, 0x13, 0x4a, 0x4c, 0x4c, 0xec, 0x87, 0x2d, 0xc5, 0xf9, 0xdf, 0xd6, 0xad, 0x5f, 0xeb, 0xf8, 0x2c, 0x1c, 0xdf, 0x48, 0xc9, 0x5f, 0x52, 0x52, 0x62, 0x65, 0x7c, 0xed, 0x7b, 0xb2, 0x81, 0x95, 0x6d, 0xaa, 0x6f, 0x82, 0xfd, 0x56, 0x3d, 0x66, 0x5c, 0x4f, 0xb9, 0x81, 0xc4, 0xb8, 0x45, 0x6a, 0x9d, 0x10, 0x88, 0xc6, 0x13, 0x5a, 0x58, 0x38, 0x13, 0x69, 0xb2, 0x09, 0x0e, 0x31, 0x27, 0x31, 0x4a, 0x8e, 0x35, 0x3b, 0xaa, 0xbd, 0x85, 0x3d, 0x35, 0xf9, 0xef, 0xb0, 0xdb, 0x04, 0x96, 0x25, 0xca, 0xcf, 0xe1, 0x3a, 0x50, 0xb6, 0x1d, 0x0e, 0xe1, 0x39, 0xb0, 0x3e, 0x98, 0x27, 0xd0, 0x00, 0xcd, 0x2a, 0xb6, 0x23, 0x58, 0x71, 0xe6, 0xb1, 0xe2, 0x3a, 0x3a, 0xb0, 0x97, 0xa5, 0x5a, 0x27, 0xb4, 0xf1, 0xe3, 0xf5, 0x3e, 0xf2, 0x4b, 0x20, 0x72, 0x12, 0x49, 0xb2, 0xc9, 0x0e, 0x39, 0x1e, 0x71, 0x88, 0xe0, 0xa3, 0xf5, 0x6b, 0xdc, 0x75, 0x42, 0x49, 0xce, 0x99, 0x68, 0x6f, 0xc6, 0x1e, 0xc7, 0x67, 0x30, 0x5a, 0x87, 0x43, 0x78, 0x0e, 0xfc, 0x1d, 0x33, 0xd1, 0xa5, 0xfb, 0x39, 0x43, 0xbf, 0x2b, 0xd6, 0xe5, 0x27, 0x7e, 0xea, 0x31, 0xe2, 0x7a, 0x9c, 0x05, 0x34, 0x75, 0x42, 0xa8, 0xe8, 0xe4, 0x02, 0x00, 0x81, 0xc2, 0x4d, 0x36, 0x71, 0xdb, 0x1b, 0x26, 0xc7, 0x27, 0x9f, 0x9c, 0xb7, 0x80, 0x90, 0xa6, 0x66, 0x3f, 0x21, 0xf6, 0x0c, 0xe4, 0xe9, 0x16, 0xe9, 0xe5, 0xfb, 0x55, 0xc7, 0x37, 0x10, 0xd9, 0x75, 0x40, 0x88, 0x97, 0xdf, 0x0b, 0xae, 0x25, 0xda, 0x3b, 0x59, 0x78, 0x47, 0x0b, 0x3e, 0x44, 0x9d, 0x50, 0xc0, 0xb2, 0x03, 0x99, 0x79, 0x8d, 0xd4, 0x06, 0x07, 0x09, 0x25, 0xa1, 0x01, 0x3c, 0xe3, 0xd8, 0x9f, 0x00, 0xca, 0xcb, 0x4b, 0x1d, 0xef, 0x45, 0xc1, 0x5a, 0xb8, 0xa4, 0x97, 0x80, 0x70, 0x78, 0x4e, 0x02, 0x48, 0x4b, 0x4f, 0xf5, 0x1e, 0x66, 0xe7, 0x1d, 0x6a, 0x58, 0x34, 0xe6, 0x3b, 0xba, 0x15, 0x57, 0x9c, 0x38, 0x88, 0xa0, 0x94, 0x97, 0x47, 0x1e, 0x82, 0xc4, 0x48, 0x2e, 0x49, 0x8d, 0xef, 0x73, 0x8d, 0xc2, 0x84, 0xd5, 0x6b, 0x3e, 0x70, 0x90, 0x1f, 0xeb, 0x8e, 0x23, 0x25, 0x3f, 0x00, 0xf3, 0x8b, 0xdf, 0x03, 0xbe, 0xef, 0x4a, 0xee, 0x66, 0xe7, 0x1d, 0x2d, 0x39, 0x2a, 0xa4, 0x3c, 0x77, 0x6c, 0xea, 0xf4, 0x89, 0x16, 0x69, 0x25, 0x79, 0x90, 0x88, 0xc2, 0x46, 0xb3, 0x97, 0x93, 0x81, 0xe5, 0xe4, 0x46, 0xde, 0x41, 0x15, 0xc0, 0x9e, 0x3d, 0x69, 0x0e, 0x91, 0xc0, 0x7c, 0x8a, 0x94, 0xfc, 0x38, 0x9f, 0x9d, 0x88, 0xbb, 0x24, 0x80, 0x35, 0x6b, 0x57, 0x5f, 0xd1, 0xfd, 0x4c, 0xbd, 0xa3, 0x45, 0x87, 0x45, 0xdd, 0xcf, 0x1d, 0xdb, 0x95, 0xba, 0xc3, 0x97, 0xcd, 0x8d, 0x24, 0x1a, 0xa3, 0x02, 0x23, 0x30, 0x17, 0xc1, 0xd2, 0xe5, 0x8b, 0x1d, 0x84, 0x9c, 0x38, 0xe9, 0x3d, 0x2b, 0x39, 0x85, 0xbf, 0x21, 0x8f, 0x10, 0x29, 0xf9, 0x71, 0x2e, 0x7c, 0xcf, 0x25, 0x47, 0xfa, 0xac, 0x59, 0x55, 0x55, 0xa1, 0x8d, 0x40, 0x79, 0x3d, 0xef, 0x1d, 0x2c, 0x2c, 0xea, 0xdc, 0x77, 0x67, 0xec, 0xbb, 0x89, 0xe6, 0x91, 0xa3, 0x87, 0x23, 0x8e, 0xc7, 0xeb, 0x6c, 0xf2, 0x73, 0xe7, 0xa4, 0x83, 0xfb, 0x89, 0x55, 0x79, 0x8a, 0x25, 0x8e, 0xfc, 0x9c, 0xa8, 0xca, 0x3c, 0x7d, 0xfa, 0x74, 0x44, 0x0e, 0xaf, 0x84, 0x9a, 0x84, 0x03, 0xe6, 0x26, 0xcf, 0x56, 0x47, 0xff, 0x03, 0xde, 0xc3, 0xec, 0xbc, 0xc3, 0x71, 0x88, 0x9d, 0xd7, 0x8e, 0x72, 0xa2, 0x60, 0x1b, 0x74, 0x95, 0x4c, 0x70, 0x4c, 0xc3, 0x09, 0x45, 0x3a, 0xa3, 0x32, 0x87, 0x2c, 0xf2, 0x5f, 0xb8, 0x60, 0x63, 0xcb, 0xb6, 0x4d, 0x0e, 0x62, 0x62, 0x39, 0x62, 0x7e, 0x7e, 0x5e, 0xd8, 0xa4, 0x2f, 0x2e, 0x2e, 0xb6, 0x80, 0x6b, 0xb1, 0x4d, 0xb6, 0x4b, 0xd7, 0xbb, 0x6f, 0x7f, 0x86, 0xb7, 0xa7, 0xbf, 0x77, 0x84, 0xea, 0x0b, 0xc4, 0xfe, 0x46, 0x2d, 0x49, 0xa8, 0x24, 0xf3, 0x41, 0xad, 0xc9, 0x89, 0x74, 0x84, 0x96, 0x0e, 0xb1, 0x14, 0x00, 0x7e, 0x86, 0xe9, 0xc3, 0xcf, 0x89, 0x27, 0xd0, 0x84, 0x4a, 0x78, 0x15, 0x47, 0x8e, 0x38, 0xf3, 0x0e, 0x27, 0x4f, 0x9e, 0x34, 0x27, 0x4c, 0x7c, 0x57, 0xcd, 0x40, 0xaf, 0xf0, 0x7a, 0xda, 0x3b, 0xfc, 0x85, 0x45, 0xdb, 0x90, 0x43, 0x9c, 0xeb, 0x28, 0x4a, 0x23, 0xf3, 0x41, 0x9d, 0x05, 0x10, 0xda, 0x8c, 0xd4, 0x44, 0xc1, 0x0c, 0x22, 0x05, 0x00, 0x64, 0x67, 0x67, 0xba, 0x46, 0xe8, 0x94, 0x5d, 0x29, 0x21, 0x11, 0x9e, 0x43, 0xcd, 0x3c, 0x03, 0x48, 0xec, 0xa9, 0x7b, 0xfa, 0x27, 0x25, 0xbd, 0x73, 0xbb, 0xd7, 0xd3, 0xde, 0xe1, 0xdf, 0x17, 0x48, 0x88, 0x7d, 0x49, 0x25, 0x64, 0x16, 0x91, 0x54, 0x92, 0xaa, 0x29, 0xa2, 0x34, 0x58, 0x38, 0xc3, 0x45, 0x90, 0xbc, 0xc0, 0xf9, 0xdc, 0xb1, 0xc9, 0x53, 0x26, 0x98, 0x45, 0x45, 0x45, 0x21, 0x11, 0x5f, 0x02, 0x7b, 0x14, 0xe1, 0xda, 0xe4, 0x75, 0xd6, 0xd5, 0xd5, 0xea, 0xb6, 0x68, 0xf9, 0x8b, 0xd7, 0xc3, 0xde, 0x11, 0xf4, 0x50, 0x17, 0xa6, 0xf0, 0x08, 0x8d, 0x04, 0xe2, 0xec, 0x91, 0x0a, 0x00, 0xe2, 0x01, 0x49, 0xa5, 0x00, 0x74, 0x75, 0x42, 0xeb, 0xd7, 0xaf, 0x0b, 0x99, 0xfc, 0x6a, 0xb2, 0x0d, 0xdf, 0xbd, 0xc8, 0xbd, 0x49, 0x57, 0xb5, 0xb7, 0xb5, 0xa1, 0x77, 0x84, 0x26, 0x00, 0x7b, 0x69, 0xe2, 0x05, 0xe7, 0x9e, 0x3c, 0x5b, 0x1c, 0x24, 0x03, 0x60, 0x76, 0x44, 0xea, 0xb0, 0xa2, 0xc6, 0xe7, 0xc2, 0x85, 0x0b, 0x3e, 0xac, 0x59, 0xe7, 0x7c, 0xee, 0x18, 0xaa, 0x35, 0xb1, 0xdd, 0x62, 0x30, 0xf2, 0xc3, 0xaf, 0xe0, 0xe5, 0x13, 0x40, 0x5e, 0x5e, 0x8e, 0xb7, 0xb5, 0xa1, 0x77, 0x5c, 0xa6, 0x29, 0x94, 0x14, 0x3b, 0x4a, 0xdd, 0x95, 0x0d, 0xa1, 0x4b, 0x4e, 0x34, 0x38, 0xb1, 0x91, 0x38, 0xab, 0x00, 0xfe, 0x7e, 0xe6, 0xcc, 0x19, 0xf3, 0xd3, 0x4f, 0x2f, 0x58, 0xc0, 0x02, 0xfd, 0x71, 0xef, 0x8d, 0x76, 0x90, 0x76, 0xc9, 0xb2, 0xc5, 0x41, 0x05, 0x80, 0x99, 0x88, 0x5f, 0x13, 0xb2, 0xd6, 0x9a, 0x05, 0x38, 0x9b, 0xbd, 0x1e, 0xf5, 0x8e, 0x30, 0x7d, 0x01, 0xf7, 0xbe, 0x9c, 0xcb, 0x57, 0x2e, 0x75, 0xcd, 0x02, 0xd8, 0x0d, 0x22, 0x1c, 0x67, 0x95, 0x03, 0x19, 0x5b, 0x29, 0x00, 0x20, 0x35, 0x2d, 0xc5, 0x54, 0xa3, 0x50, 0x7b, 0xf7, 0xee, 0x0d, 0xe8, 0xf8, 0xaa, 0xd7, 0x83, 0x99, 0x4a, 0xdd, 0xe1, 0x21, 0x36, 0x29, 0xf6, 0x5e, 0xaf, 0x47, 0xbd, 0x23, 0x12, 0x5f, 0xe0, 0x47, 0xaa, 0x29, 0x51, 0x5c, 0x5c, 0xe8, 0x20, 0x1c, 0x92, 0x5b, 0x30, 0x43, 0xc2, 0x25, 0xbf, 0x04, 0xaa, 0x4d, 0xa5, 0x00, 0x60, 0xca, 0x4c, 0x53, 0x96, 0x29, 0xce, 0x98, 0x35, 0xcd, 0xef, 0x67, 0x91, 0x34, 0xe3, 0xd7, 0x82, 0xe7, 0x21, 0x87, 0xb3, 0x08, 0xdf, 0x3b, 0xbc, 0x23, 0xe0, 0x61, 0xed, 0xcd, 0xaf, 0x3c, 0x8d, 0x7d, 0xc6, 0xac, 0xa9, 0x56, 0x14, 0x08, 0x09, 0x2d, 0x99, 0xd4, 0x42, 0x9d, 0x50, 0xa4, 0x02, 0x80, 0x43, 0x8c, 0xef, 0x90, 0x22, 0x28, 0x2a, 0x2a, 0x74, 0xd9, 0xef, 0xdb, 0xb6, 0x6d, 0xb5, 0xa2, 0x42, 0x1c, 0xc8, 0xf8, 0xe2, 0x73, 0xf2, 0x3a, 0x20, 0x80, 0x65, 0x4a, 0x79, 0x05, 0x76, 0x78, 0x08, 0xb4, 0x0d, 0x8b, 0x77, 0x78, 0x47, 0x08, 0xa6, 0x50, 0xcc, 0xe3, 0xba, 0xe5, 0x93, 0x3c, 0x8c, 0x09, 0xf2, 0x61, 0xf9, 0x64, 0xa4, 0x22, 0x80, 0x6f, 0x61, 0x0b, 0xe0, 0x53, 0x0b, 0x8b, 0x97, 0x38, 0xb7, 0x2a, 0x19, 0x3f, 0x61, 0x9c, 0x59, 0x50, 0x50, 0xe0, 0x23, 0x3f, 0xcc, 0xad, 0xf3, 0xe7, 0xcf, 0x3b, 0xae, 0xa1, 0xb8, 0xa4, 0xc8, 0xdb, 0xe1, 0xc1, 0x3b, 0x9a, 0xc9, 0x14, 0x4a, 0x8a, 0x49, 0x56, 0x97, 0x2d, 0xc2, 0x74, 0xe1, 0x04, 0x84, 0x13, 0x1b, 0x0a, 0xd9, 0x0b, 0x0e, 0xe4, 0x9b, 0x05, 0x85, 0x79, 0x56, 0x45, 0x28, 0xea, 0xff, 0x4b, 0x4a, 0x6c, 0x87, 0x18, 0xa6, 0x94, 0x14, 0x00, 0x4c, 0x19, 0x75, 0x97, 0xe6, 0xd5, 0x1f, 0x7e, 0xe0, 0x13, 0x00, 0x1c, 0x5f, 0x7e, 0x6e, 0xcc, 0x48, 0xd3, 0x67, 0x4c, 0x51, 0x4d, 0x9f, 0x34, 0x6f, 0x87, 0x07, 0xef, 0x68, 0x92, 0x43, 0xb7, 0x70, 0x7d, 0xc3, 0xc6, 0xf5, 0x0e, 0x12, 0xda, 0xf1, 0xfc, 0x9a, 0x80, 0xe4, 0xcf, 0xcc, 0xda, 0x67, 0xee, 0xcb, 0xdc, 0x63, 0xe6, 0xe6, 0x65, 0x99, 0x85, 0x45, 0xf9, 0x66, 0x79, 0x45, 0x89, 0xb5, 0xfb, 0x03, 0x04, 0x80, 0x5d, 0x1f, 0x40, 0xfe, 0xcf, 0x3e, 0xb3, 0xb1, 0x69, 0xf3, 0x46, 0x57, 0x9d, 0x50, 0x56, 0x56, 0xa6, 0x55, 0x91, 0xaa, 0x9e, 0x77, 0x57, 0x6a, 0x8a, 0x3a, 0xf2, 0x7f, 0x41, 0x33, 0xd7, 0x08, 0xaf, 0xe7, 0xbc, 0xa3, 0xc9, 0x8e, 0x51, 0x89, 0x71, 0xff, 0xe3, 0xda, 0xb3, 0xb3, 0xce, 0x59, 0xd6, 0x70, 0xf6, 0xec, 0x59, 0x6d, 0x34, 0x08, 0xa3, 0x76, 0x4e, 0x6e, 0xb6, 0xb9, 0x2b, 0x7d, 0x87, 0xb9, 0x77, 0x5f, 0x9a, 0x99, 0x95, 0xb3, 0x8f, 0x66, 0x82, 0x5c, 0x9a, 0x05, 0x0a, 0xcd, 0xca, 0xaa, 0x72, 0xb3, 0xba, 0xba, 0xd2, 0x7a, 0x0f, 0x6a, 0x77, 0xa4, 0x00, 0xce, 0x9c, 0x3d, 0xed, 0x7a, 0x44, 0xe9, 0x82, 0x85, 0xc9, 0x96, 0xe3, 0xcb, 0xcf, 0x89, 0x0a, 0x55, 0x35, 0x7c, 0x4a, 0x98, 0xea, 0xf5, 0x98, 0x77, 0x34, 0xe9, 0x21, 0x36, 0xaf, 0x2a, 0x71, 0x2c, 0x9f, 0x7c, 0x7f, 0x3e, 0x23, 0xa3, 0x9d, 0xd0, 0x42, 0xc5, 0xa7, 0xea, 0xb0, 0x02, 0xbb, 0xf7, 0xa6, 0x99, 0x3b, 0x77, 0x6d, 0x35, 0xd3, 0xf7, 0xec, 0xba, 0x34, 0x0b, 0x14, 0x8b, 0x59, 0xa0, 0xb6, 0xca, 0xe7, 0x10, 0xc3, 0x17, 0x90, 0x22, 0xd8, 0x9f, 0xe9, 0xae, 0xe4, 0x2c, 0xaf, 0x28, 0x13, 0xe7, 0xb2, 0xcf, 0xbb, 0x6a, 0xf5, 0x4a, 0xf5, 0x3d, 0xc7, 0x47, 0x8f, 0x1e, 0xd9, 0xcb, 0xeb, 0x31, 0xef, 0x68, 0x0e, 0x5f, 0xe0, 0x9b, 0xee, 0xe5, 0x93, 0xf9, 0x3e, 0xf2, 0x83, 0xbc, 0x70, 0x88, 0x11, 0x16, 0x55, 0x05, 0x90, 0xb6, 0x3b, 0xc5, 0xdc, 0xb6, 0x73, 0x93, 0xdf, 0x59, 0x40, 0xbe, 0x0f, 0x5b, 0x2b, 0x4a, 0x01, 0xc0, 0x24, 0x9a, 0x3b, 0x6f, 0x96, 0xe3, 0x7c, 0xb3, 0xe7, 0xcc, 0x10, 0xd1, 0xa7, 0x0b, 0xd6, 0x3e, 0xa1, 0xea, 0xf5, 0x90, 0xe9, 0xf3, 0x0b, 0xaf, 0xa7, 0xbc, 0xa3, 0x19, 0x4d, 0xa1, 0x98, 0x8d, 0x9c, 0x70, 0x78, 0x3c, 0xaa, 0xed, 0xc0, 0x5e, 0x4a, 0x68, 0x1d, 0x3d, 0x7a, 0xd4, 0x25, 0x80, 0xfd, 0x99, 0xfb, 0xcc, 0xcd, 0xdb, 0x36, 0xf8, 0x66, 0x81, 0xfd, 0x59, 0x34, 0x0b, 0xe4, 0x63, 0x16, 0x28, 0x30, 0xcb, 0xca, 0x4b, 0x5c, 0x11, 0x9e, 0xcf, 0x3e, 0xfb, 0xcc, 0x42, 0x55, 0x55, 0xa5, 0x8b, 0xe4, 0xa8, 0xf1, 0x87, 0x08, 0x54, 0x71, 0x90, 0xe3, 0x9b, 0x87, 0x8a, 0x56, 0xaf, 0x97, 0xbc, 0xa3, 0xd9, 0x0e, 0xdd, 0x36, 0xeb, 0xbb, 0x52, 0x77, 0x3a, 0x04, 0x00, 0x60, 0x74, 0x56, 0x45, 0xb0, 0x33, 0x75, 0x9b, 0x35, 0x0b, 0xa4, 0x5a, 0xb3, 0x40, 0xba, 0x6f, 0x16, 0x28, 0x2a, 0x76, 0xbe, 0x0f, 0x66, 0x94, 0x14, 0x00, 0xb0, 0xfa, 0x43, 0xa7, 0x99, 0x33, 0x7e, 0xe2, 0x58, 0x33, 0x2d, 0x7d, 0x97, 0x4b, 0x18, 0x89, 0x89, 0x71, 0xcf, 0x79, 0x3d, 0xe4, 0x1d, 0x51, 0x30, 0x85, 0xe2, 0x26, 0x38, 0x97, 0x4f, 0x26, 0x59, 0xce, 0x28, 0x17, 0x00, 0x9c, 0x55, 0x55, 0x00, 0x85, 0x85, 0x85, 0xe6, 0xde, 0x8c, 0xdd, 0xe6, 0xae, 0xb4, 0xed, 0xe6, 0xee, 0x8c, 0x54, 0x33, 0x3b, 0x77, 0xbf, 0x59, 0x58, 0x54, 0xe8, 0x7a, 0x1f, 0xfc, 0x01, 0x8c, 0xf0, 0x17, 0x2f, 0x7e, 0x66, 0xe1, 0xf8, 0x89, 0xe3, 0xae, 0x0c, 0xaf, 0xba, 0x9c, 0x12, 0x3b, 0xcc, 0x79, 0x3d, 0xe3, 0x1d, 0xd1, 0x11, 0x80, 0xbd, 0xcd, 0xfa, 0x11, 0x75, 0xf9, 0xa4, 0x73, 0x16, 0xf8, 0xd4, 0xaa, 0x13, 0xd2, 0x39, 0xc4, 0xa1, 0x00, 0xf5, 0xfc, 0x52, 0x00, 0x40, 0xca, 0xae, 0xed, 0x7e, 0xf7, 0x13, 0x1a, 0x95, 0x14, 0x7b, 0x06, 0x3b, 0xdd, 0x79, 0x3d, 0xe3, 0x1d, 0x51, 0x3b, 0x12, 0xde, 0xf9, 0xd3, 0x5b, 0x2a, 0x11, 0xab, 0xaa, 0xab, 0x7c, 0xc9, 0x2c, 0x00, 0xb6, 0x3c, 0x6c, 0xfa, 0x48, 0x45, 0x80, 0x6a, 0x53, 0x29, 0x00, 0xcc, 0x08, 0x93, 0xa7, 0x4e, 0xd4, 0x0a, 0x00, 0xbb, 0x4b, 0x7b, 0x3d, 0xe2, 0x1d, 0x51, 0x3d, 0xa6, 0x75, 0xbb, 0x61, 0x72, 0xd2, 0x5b, 0xbf, 0x76, 0x10, 0x71, 0xce, 0xdc, 0x99, 0x22, 0x1a, 0xf4, 0xa9, 0x2f, 0xa9, 0x85, 0xa8, 0x4e, 0xa4, 0x02, 0x40, 0x79, 0x85, 0x2d, 0x80, 0x8b, 0x16, 0x10, 0x71, 0xd2, 0x8c, 0xfe, 0xf5, 0xd8, 0x65, 0xda, 0xeb, 0x11, 0xef, 0x88, 0xda, 0x31, 0xbd, 0xa3, 0xf1, 0xe8, 0xf4, 0x2e, 0xad, 0xbe, 0x98, 0x74, 0xdf, 0x60, 0x17, 0x21, 0xb3, 0xb3, 0xb3, 0x7c, 0x61, 0x4c, 0x3b, 0x94, 0x79, 0xc1, 0x8a, 0xef, 0x47, 0x2a, 0x02, 0x2c, 0x9f, 0x94, 0x02, 0x00, 0xde, 0x5f, 0xb2, 0x50, 0x1d, 0xfd, 0x3d, 0x01, 0x78, 0x47, 0xf4, 0x8e, 0xa5, 0x86, 0x71, 0xc3, 0xf4, 0x6e, 0xad, 0xb3, 0xa7, 0x77, 0x36, 0x4c, 0x60, 0xec, 0x8f, 0xbf, 0xef, 0x20, 0x24, 0xb2, 0xb7, 0xc8, 0xe2, 0x72, 0x11, 0x20, 0xc3, 0x1b, 0xa9, 0x00, 0xb0, 0x66, 0x80, 0x0b, 0xa0, 0xb1, 0xf1, 0x90, 0x99, 0xf4, 0xce, 0x9f, 0xad, 0xf3, 0x4e, 0x78, 0xfe, 0x31, 0x73, 0xca, 0x6d, 0xbd, 0xcd, 0xe9, 0xdd, 0xda, 0x7c, 0x32, 0xad, 0xb3, 0x11, 0xeb, 0xf5, 0x8e, 0x77, 0x34, 0xfb, 0x31, 0xa3, 0x93, 0xf1, 0x5b, 0x49, 0x7e, 0x60, 0xea, 0x80, 0x1e, 0x66, 0x62, 0xfc, 0xdb, 0xce, 0xf2, 0xe5, 0xed, 0x9b, 0x1d, 0x02, 0x40, 0x28, 0x13, 0x75, 0x42, 0xe1, 0x92, 0x5f, 0x6e, 0xab, 0x78, 0x8e, 0x04, 0x54, 0xbd, 0x69, 0x83, 0xb9, 0xfb, 0x4f, 0xbf, 0x37, 0x57, 0xbd, 0xf4, 0xa4, 0x39, 0xa3, 0xdb, 0x0d, 0x26, 0xbf, 0x06, 0x1f, 0xba, 0x18, 0xde, 0xb2, 0x47, 0xef, 0x68, 0x46, 0xf2, 0x77, 0x30, 0x06, 0x90, 0xe9, 0x73, 0x96, 0x93, 0x6e, 0x65, 0x9f, 0xae, 0xe6, 0xea, 0x7f, 0xfe, 0x81, 0xab, 0x70, 0x0d, 0x4f, 0x88, 0x94, 0xe4, 0x07, 0xe0, 0x10, 0xe3, 0x09, 0x94, 0x78, 0xd0, 0xdd, 0xc1, 0x83, 0x75, 0x96, 0x20, 0x40, 0x6e, 0xa0, 0xb6, 0xb6, 0xc6, 0xfa, 0x1d, 0xd6, 0x15, 0xe0, 0x3d, 0x27, 0xc9, 0xec, 0xa9, 0x4b, 0x4f, 0x35, 0x33, 0x47, 0xc7, 0x99, 0x6b, 0xdf, 0x78, 0xc9, 0x9c, 0xd5, 0xab, 0xbd, 0x9e, 0xf0, 0x6e, 0x54, 0x27, 0xf7, 0x35, 0x3a, 0x79, 0x3d, 0xe5, 0x1d, 0xcd, 0x63, 0xfb, 0x77, 0x36, 0x56, 0x72, 0xc2, 0xcd, 0xec, 0xd2, 0xda, 0x3c, 0x70, 0xf7, 0x30, 0xb3, 0xf4, 0xa1, 0x87, 0xcc, 0xf1, 0x23, 0xff, 0xe4, 0x10, 0xc1, 0xf2, 0x15, 0x4b, 0x1d, 0xc9, 0x2c, 0x09, 0x1e, 0xda, 0xf4, 0x81, 0x7e, 0x7f, 0x38, 0x3b, 0xd3, 0xcc, 0x7e, 0x6f, 0xb4, 0xb9, 0xfe, 0x5b, 0x5f, 0x35, 0xe7, 0xf4, 0xeb, 0x12, 0x2a, 0xe1, 0x75, 0xf8, 0xab, 0xd7, 0x53, 0xde, 0xd1, 0xe4, 0xc7, 0xd4, 0x2e, 0xc6, 0xdf, 0xaa, 0x64, 0xdb, 0x36, 0xa8, 0x9f, 0x59, 0xf1, 0x95, 0xaf, 0x98, 0x95, 0xf7, 0xdf, 0x6f, 0xa6, 0x7c, 0xeb, 0x1b, 0x2e, 0x87, 0xb8, 0xac, 0xac, 0xd4, 0x2f, 0xf1, 0x4f, 0x94, 0x15, 0x9b, 0x05, 0xb3, 0xa6, 0x98, 0x9b, 0x7e, 0xf8, 0x5d, 0x73, 0xfe, 0xed, 0x7d, 0xc2, 0x22, 0xf9, 0x0c, 0xc2, 0xfb, 0x37, 0xb5, 0x37, 0x3f, 0xee, 0xdf, 0xd3, 0xfc, 0xb0, 0x6f, 0x37, 0xf5, 0xef, 0xe7, 0x67, 0x74, 0x33, 0xbc, 0xcd, 0xaf, 0xbc, 0xa3, 0xe9, 0x8e, 0x69, 0x86, 0xd1, 0x71, 0x7a, 0x27, 0xa3, 0x82, 0x13, 0x6d, 0x11, 0x11, 0xb0, 0xfc, 0xde, 0x7b, 0xcd, 0x4a, 0x12, 0xc0, 0xc1, 0x87, 0x1f, 0x36, 0xeb, 0x47, 0x8c, 0x30, 0x67, 0xfd, 0xd7, 0x5b, 0xae, 0xad, 0x4d, 0xb0, 0x31, 0x2d, 0x92, 0x64, 0x28, 0x97, 0x40, 0x84, 0x28, 0x7f, 0x7f, 0x86, 0xb9, 0xec, 0xb9, 0x11, 0x61, 0x8f, 0xec, 0xf3, 0xbb, 0xb7, 0x33, 0x3f, 0xea, 0xd7, 0xc3, 0xdc, 0x7d, 0xdb, 0x00, 0xb3, 0x64, 0xd8, 0x50, 0xb3, 0xf2, 0x9e, 0x7b, 0x2c, 0x94, 0xd2, 0x0c, 0x34, 0xaf, 0x5b, 0x1b, 0xf5, 0xfd, 0xab, 0xbc, 0x5e, 0xf3, 0x8e, 0xa6, 0x33, 0x7d, 0xba, 0x18, 0x49, 0xea, 0x08, 0x9c, 0x39, 0x64, 0xb0, 0x35, 0xfa, 0xd7, 0x3c, 0xf8, 0xa0, 0x79, 0xf0, 0x91, 0x47, 0x2c, 0xe4, 0xbc, 0xfa, 0x0a, 0xaa, 0x31, 0xfd, 0x67, 0x6c, 0x09, 0xe3, 0xbe, 0xfd, 0x46, 0x48, 0x84, 0x07, 0xa9, 0xd7, 0xd0, 0xe8, 0x9e, 0x7a, 0x6b, 0x7f, 0xb3, 0xf0, 0xae, 0x21, 0x3e, 0xc2, 0xeb, 0x90, 0x3a, 0xa8, 0xbf, 0xeb, 0xf3, 0x53, 0x3b, 0x19, 0xde, 0x06, 0xb8, 0xde, 0xd1, 0x04, 0xa3, 0x7f, 0x27, 0xe3, 0x3e, 0x22, 0xd4, 0x67, 0x9c, 0x5c, 0xeb, 0x6e, 0xbe, 0xc9, 0x2c, 0xbf, 0xef, 0x3e, 0xb3, 0x8a, 0x4c, 0x9f, 0x3a, 0x1a, 0xfd, 0x39, 0x96, 0xfd, 0xc7, 0x4f, 0x03, 0x0b, 0xe0, 0x7b, 0xdf, 0xd0, 0x12, 0x7e, 0x36, 0xf9, 0x13, 0x1f, 0xf4, 0xee, 0x62, 0xee, 0x1c, 0xd8, 0xcf, 0xcc, 0x1b, 0x72, 0x87, 0x8b, 0xe4, 0x15, 0xc0, 0xf0, 0xe1, 0x66, 0x25, 0xa0, 0x11, 0xc1, 0xd2, 0x9e, 0x1d, 0xd5, 0xef, 0x2c, 0x5e, 0x6a, 0x18, 0xed, 0xbc, 0x1e, 0xf4, 0x8e, 0x88, 0x8f, 0x91, 0x86, 0xd1, 0x9a, 0x88, 0x94, 0xca, 0x89, 0x35, 0x97, 0x46, 0xe6, 0xa2, 0x7b, 0xee, 0x36, 0x2b, 0x48, 0x00, 0x18, 0xfd, 0x55, 0x01, 0x54, 0x3e, 0xfe, 0xb8, 0xb9, 0xe8, 0xcd, 0x5f, 0x9a, 0x63, 0x63, 0xff, 0xaa, 0x17, 0x41, 0xec, 0x48, 0x73, 0xea, 0x80, 0xee, 0x0e, 0xb2, 0xc2, 0x9e, 0xaf, 0xd0, 0x10, 0xbe, 0x74, 0xd8, 0x30, 0xb3, 0x78, 0xe8, 0x50, 0xb3, 0x08, 0xaf, 0x84, 0x12, 0xfa, 0x5d, 0x19, 0x99, 0x5d, 0x38, 0x77, 0x15, 0x7c, 0x0f, 0x98, 0x60, 0xe2, 0xfd, 0x39, 0x77, 0x0e, 0xb6, 0x66, 0x26, 0x25, 0x2c, 0xea, 0x95, 0x48, 0x78, 0xc7, 0x65, 0x45, 0x7d, 0x7e, 0xae, 0x8e, 0xd4, 0xbb, 0xc8, 0x06, 0x2f, 0x17, 0x04, 0xac, 0x7d, 0xe8, 0xa1, 0x80, 0x28, 0x79, 0xea, 0x29, 0x33, 0xe3, 0xf5, 0xd7, 0xcc, 0xad, 0xdf, 0xfd, 0x7b, 0x73, 0xcd, 0x4f, 0xff, 0xcd, 0x5c, 0xf1, 0xe6, 0x2f, 0xcc, 0x45, 0x6f, 0xfd, 0xc6, 0x9c, 0xfc, 0x8d, 0xd7, 0x5d, 0x33, 0x00, 0x6c, 0x7b, 0x49, 0x66, 0x90, 0x3e, 0xe7, 0xf6, 0xdb, 0xcd, 0xdc, 0xc1, 0x83, 0xcd, 0xbc, 0x3b, 0xef, 0x34, 0x0b, 0x86, 0x0c, 0x31, 0x0b, 0xe9, 0x77, 0xaa, 0x08, 0xe0, 0x7c, 0x57, 0x31, 0x11, 0xc0, 0x47, 0x50, 0xbe, 0xf7, 0xcc, 0x94, 0x0e, 0x86, 0x57, 0x24, 0xe7, 0x1d, 0xe1, 0x1f, 0x33, 0x3a, 0x19, 0x7d, 0x89, 0x40, 0xc7, 0x39, 0xa1, 0x96, 0xf6, 0xea, 0x64, 0x39, 0xbe, 0xd6, 0x08, 0xfc, 0xc0, 0x03, 0xd6, 0x0c, 0x10, 0x0a, 0x0e, 0x91, 0x83, 0x7c, 0xfc, 0xe9, 0xa7, 0xcd, 0x13, 0xcf, 0x3c, 0x63, 0x96, 0x3d, 0x74, 0xbf, 0xde, 0xe6, 0xef, 0xde, 0xd6, 0x2c, 0x23, 0x87, 0x16, 0x44, 0x2e, 0x21, 0xb2, 0x67, 0xde, 0x7a, 0xab, 0x99, 0x7d, 0xdb, 0x6d, 0x66, 0x0e, 0x44, 0x70, 0xc7, 0x1d, 0x3e, 0x11, 0x14, 0xe9, 0x44, 0x80, 0x57, 0x7c, 0x8e, 0x9c, 0xe3, 0x39, 0x5d, 0x6f, 0x50, 0x23, 0x46, 0x5e, 0x99, 0xb4, 0x77, 0x44, 0x34, 0xfa, 0x2f, 0x72, 0xc6, 0xfc, 0x5b, 0x99, 0xb9, 0x43, 0x87, 0x58, 0xa3, 0x7f, 0xa5, 0x70, 0x7e, 0x43, 0x41, 0x1d, 0xcd, 0x04, 0x47, 0x69, 0x26, 0x80, 0x00, 0x8e, 0x11, 0x96, 0xf4, 0xea, 0xe8, 0xd7, 0xf1, 0xdd, 0x7c, 0x4b, 0x6f, 0xdf, 0x68, 0x9e, 0x4f, 0xc4, 0x0f, 0x47, 0x04, 0xd2, 0x37, 0xd8, 0x39, 0xe8, 0x66, 0x5d, 0xd8, 0xf4, 0x79, 0xaf, 0x47, 0xbd, 0x03, 0x75, 0x3c, 0xdd, 0xe6, 0x1b, 0xc6, 0x9d, 0xc9, 0x86, 0xf1, 0xd8, 0x22, 0xc3, 0x78, 0x82, 0x86, 0xc6, 0x87, 0xe9, 0xe7, 0xbb, 0xe7, 0x19, 0x46, 0x4f, 0xc7, 0xe8, 0x4f, 0x84, 0x21, 0xe2, 0x7c, 0xc9, 0x49, 0xb4, 0x69, 0x40, 0x9f, 0x4b, 0xa3, 0x3f, 0x09, 0xa0, 0x9a, 0x66, 0x80, 0x50, 0xd0, 0x48, 0x3e, 0xc1, 0x31, 0x31, 0xfa, 0xa7, 0xdd, 0x75, 0x5b, 0xc0, 0xc8, 0x0f, 0x44, 0x56, 0x70, 0xd7, 0x9d, 0xb6, 0x0f, 0x70, 0xf7, 0xdd, 0x66, 0xe6, 0xa0, 0x41, 0xc1, 0x45, 0x40, 0xc4, 0xb7, 0x44, 0x20, 0x66, 0x01, 0xf8, 0x0e, 0x8b, 0x7b, 0x76, 0x50, 0xbf, 0x3b, 0x9f, 0xfc, 0x99, 0x36, 0x21, 0xb4, 0xcd, 0x50, 0xd1, 0x26, 0x56, 0xfb, 0x50, 0xbb, 0xdc, 0xa5, 0xb6, 0x8d, 0x77, 0x5c, 0x25, 0xc7, 0xfb, 0x86, 0x71, 0x1b, 0x75, 0xe8, 0xbf, 0x2d, 0x30, 0x8c, 0xa9, 0x84, 0x34, 0xc2, 0x69, 0x82, 0x19, 0x00, 0x47, 0xe8, 0xfd, 0x29, 0x44, 0x80, 0x77, 0x67, 0xb5, 0x37, 0x6a, 0x38, 0x81, 0x16, 0x74, 0x6f, 0x67, 0x96, 0x10, 0xd1, 0x30, 0xfa, 0x23, 0xf4, 0x89, 0xe8, 0x0f, 0x4c, 0xa0, 0x60, 0x40, 0x68, 0xf4, 0x98, 0x18, 0xfd, 0x6b, 0x47, 0x3c, 0x62, 0xce, 0xea, 0xda, 0x5a, 0x75, 0x52, 0x97, 0xd3, 0x6b, 0x9d, 0xa3, 0xb4, 0xa2, 0x77, 0x97, 0x4b, 0xbe, 0xc0, 0x5d, 0x77, 0x99, 0xfb, 0x06, 0x0e, 0xb4, 0x84, 0x10, 0x92, 0x08, 0xc4, 0x2c, 0x90, 0x75, 0x87, 0x56, 0x68, 0xbf, 0x66, 0x64, 0xbf, 0x81, 0xee, 0xf7, 0x29, 0xba, 0xd7, 0x58, 0x7a, 0xdd, 0x4a, 0x38, 0x14, 0xa4, 0x6d, 0xce, 0xd3, 0x7b, 0x33, 0xa8, 0x7d, 0x66, 0x12, 0x7e, 0x45, 0xe2, 0x18, 0xe6, 0x31, 0xac, 0x05, 0x1e, 0xd4, 0x51, 0x8f, 0x82, 0xc0, 0x84, 0xe2, 0x20, 0x1d, 0x1a, 0x14, 0xf3, 0x5b, 0x19, 0xe6, 0xdc, 0xb6, 0x34, 0x2a, 0x77, 0x34, 0xcc, 0xbd, 0x44, 0x28, 0x3e, 0xfa, 0x5b, 0x02, 0x08, 0x82, 0x6a, 0xc2, 0x91, 0x27, 0x9f, 0xf4, 0x8d, 0xfe, 0xab, 0xfb, 0xbb, 0x1c, 0xd4, 0x53, 0x70, 0x50, 0xa7, 0x77, 0x32, 0x7e, 0xa0, 0x92, 0x75, 0xef, 0xe0, 0x41, 0x3e, 0x11, 0xe4, 0x92, 0x33, 0x1c, 0xaa, 0x08, 0x78, 0x54, 0x68, 0x8d, 0x92, 0x21, 0xa6, 0x59, 0xed, 0xc4, 0xec, 0xb6, 0xc6, 0x43, 0xd4, 0x36, 0x63, 0xe8, 0xfe, 0x8e, 0x5d, 0x6e, 0xfb, 0x10, 0xaa, 0x09, 0xd3, 0x49, 0x10, 0xcf, 0x9b, 0x86, 0xe1, 0xed, 0x40, 0x77, 0xa5, 0x0e, 0xea, 0xd0, 0x1e, 0x84, 0xff, 0xa4, 0xce, 0xc8, 0x6f, 0x82, 0x4e, 0xd5, 0x62, 0x6d, 0xe7, 0xce, 0x66, 0x3e, 0x8d, 0xc6, 0xb2, 0xec, 0x01, 0x3e, 0x40, 0x30, 0x1c, 0x7a, 0xf4, 0x51, 0xdf, 0xe8, 0x9f, 0x33, 0x7c, 0xa8, 0x6e, 0x44, 0xfe, 0x05, 0xf3, 0x37, 0xb6, 0xa9, 0x33, 0x4e, 0x39, 0x99, 0x40, 0x20, 0x72, 0x15, 0x11, 0x1b, 0x02, 0x90, 0x22, 0xc8, 0x52, 0x44, 0x70, 0x80, 0xae, 0xcb, 0x21, 0x02, 0x31, 0x0b, 0x14, 0x0f, 0xbd, 0xcb, 0xca, 0x2d, 0xf8, 0xbe, 0xb7, 0x93, 0x71, 0x61, 0x76, 0x3b, 0xe3, 0x8b, 0x66, 0x6a, 0xa3, 0x0a, 0x12, 0xc2, 0x48, 0xc2, 0xcd, 0x1e, 0x23, 0xa3, 0x74, 0x90, 0x6d, 0x7a, 0x0b, 0x35, 0xfc, 0xe8, 0x10, 0x4c, 0x1b, 0x1f, 0xde, 0x6f, 0xdd, 0xda, 0x5c, 0xda, 0xa6, 0x8d, 0xb9, 0xf2, 0xc6, 0x1b, 0xcd, 0x0f, 0xda, 0xb7, 0x37, 0x57, 0xd0, 0xeb, 0xf2, 0x76, 0xed, 0xcc, 0x45, 0xad, 0x5a, 0x05, 0xfd, 0xec, 0x42, 0x7a, 0xcf, 0xf6, 0x3e, 0x7d, 0xcc, 0x32, 0x61, 0x06, 0x05, 0x42, 0x0d, 0x1c, 0x5f, 0x31, 0xfa, 0xd7, 0x3f, 0xfe, 0x98, 0x99, 0xdc, 0xa3, 0x9d, 0x93, 0xfc, 0x9d, 0x8c, 0xdd, 0xc8, 0x31, 0x30, 0x01, 0x0c, 0x27, 0x5c, 0xe4, 0xef, 0xd9, 0x42, 0x3e, 0x87, 0x1c, 0xcd, 0x6b, 0xe9, 0x9c, 0x7b, 0x6f, 0xb9, 0x25, 0x24, 0x11, 0x94, 0xb3, 0x5c, 0xc2, 0xb6, 0x01, 0x7d, 0x7d, 0x99, 0x6b, 0xcc, 0x64, 0x33, 0x3b, 0xd0, 0xcc, 0xd6, 0x5a, 0x7f, 0x7f, 0x8b, 0xa8, 0x6d, 0x56, 0x77, 0xea, 0x64, 0xae, 0xed, 0xda, 0xd5, 0xfc, 0xa8, 0x5b, 0x37, 0x0b, 0xab, 0x3a, 0x76, 0x34, 0x17, 0x53, 0x7b, 0x85, 0x3c, 0x6b, 0x1a, 0xc6, 0x05, 0xcc, 0x0a, 0x34, 0x20, 0x0d, 0xf1, 0x18, 0xda, 0x8c, 0x23, 0x3e, 0x35, 0xf4, 0x58, 0x6a, 0xe8, 0x4f, 0x83, 0x11, 0x16, 0x24, 0xdf, 0xd4, 0xa3, 0x87, 0xb9, 0xab, 0x5f, 0x3f, 0x73, 0x3f, 0x11, 0x07, 0x71, 0x75, 0x0b, 0x44, 0x9c, 0x3c, 0x89, 0x3b, 0xef, 0x34, 0xf3, 0x09, 0x99, 0x44, 0xaa, 0xd4, 0x9b, 0x6f, 0x36, 0x37, 0x50, 0xc7, 0x2f, 0x09, 0xd0, 0xe9, 0xab, 0x3a, 0x74, 0x30, 0x0b, 0x69, 0x74, 0x86, 0x3f, 0xa0, 0x03, 0x4c, 0xa4, 0xc3, 0x4f, 0x3c, 0x61, 0x8d, 0xfe, 0xf5, 0x8f, 0x8d, 0x30, 0xdf, 0x77, 0x47, 0x7d, 0x2e, 0x4e, 0xed, 0x64, 0xdc, 0xaf, 0x89, 0x3a, 0x8d, 0xe7, 0xef, 0x9b, 0x45, 0x0e, 0xf1, 0x81, 0xa1, 0x97, 0x4a, 0x20, 0x1a, 0x1f, 0x7c, 0x30, 0x64, 0x11, 0x54, 0x88, 0x59, 0x00, 0x8e, 0xf4, 0xa2, 0x1e, 0x37, 0x9a, 0x73, 0xbb, 0xde, 0x60, 0xce, 0xed, 0xd2, 0xc6, 0x9c, 0xdd, 0xde, 0x36, 0xeb, 0xa8, 0xfd, 0xcc, 0x65, 0x24, 0xfc, 0x94, 0xfe, 0xfd, 0xcd, 0x52, 0xba, 0xe6, 0xa3, 0x24, 0xd4, 0xb3, 0x2f, 0xbe, 0x68, 0x9e, 0x79, 0xee, 0x39, 0xf3, 0xe4, 0xb3, 0xcf, 0x9a, 0xa7, 0x08, 0xa7, 0xe9, 0x67, 0xfc, 0x0e, 0x38, 0x4e, 0x26, 0x5c, 0x25, 0xf9, 0x34, 0xd9, 0xd4, 0x4e, 0x9b, 0x7a, 0xf6, 0x34, 0x17, 0xdf, 0x70, 0x43, 0x30, 0x31, 0x7c, 0x41, 0xfd, 0x34, 0x9b, 0xfc, 0xb0, 0xfe, 0x1e, 0x63, 0x9b, 0xe8, 0xd8, 0x66, 0x18, 0x6d, 0xe0, 0x80, 0x51, 0xe3, 0x1e, 0x0d, 0x44, 0xfa, 0xd5, 0x34, 0x6a, 0xed, 0xec, 0xdb, 0xd7, 0x26, 0x08, 0xd9, 0xcf, 0x92, 0x24, 0xf9, 0x22, 0xa1, 0x64, 0x81, 0xc8, 0x22, 0x7f, 0xce, 0xc7, 0xab, 0x10, 0x01, 0xff, 0x5d, 0x1a, 0x91, 0x03, 0x64, 0xd7, 0x9d, 0x67, 0x59, 0xdb, 0xb6, 0x96, 0x70, 0xe0, 0x17, 0x38, 0x40, 0x64, 0x6a, 0x78, 0xec, 0x31, 0x6b, 0xf4, 0xf7, 0x43, 0x7e, 0x73, 0x5a, 0x27, 0x23, 0x51, 0x77, 0x7f, 0xe3, 0x6f, 0x32, 0xba, 0xd2, 0x48, 0x7d, 0x88, 0xbf, 0x77, 0x75, 0x9f, 0xae, 0x3e, 0x01, 0xc0, 0x14, 0x3a, 0x46, 0x4e, 0xb5, 0x4b, 0x04, 0x74, 0x8f, 0x5a, 0x11, 0x88, 0xcf, 0xed, 0xbf, 0x7d, 0x90, 0xb9, 0xa0, 0x5b, 0x5b, 0x73, 0x49, 0x8f, 0x0e, 0xe6, 0xdc, 0xf6, 0xad, 0xcc, 0x25, 0x9d, 0x6f, 0x34, 0xf3, 0x86, 0x0d, 0xb5, 0x88, 0x0d, 0xa2, 0x1f, 0xa1, 0xeb, 0x3d, 0x88, 0x70, 0x2d, 0x99, 0x76, 0xb5, 0x28, 0xed, 0x10, 0x90, 0x3f, 0xd7, 0xd3, 0x6c, 0xd6, 0x48, 0xe6, 0xdc, 0x09, 0x12, 0xf4, 0x99, 0xe7, 0x9f, 0xb7, 0x70, 0x92, 0xc4, 0x51, 0x4e, 0x7f, 0xdb, 0x4e, 0xed, 0x8c, 0x59, 0x35, 0x80, 0x10, 0xce, 0x50, 0x9f, 0xfd, 0x99, 0x9c, 0xee, 0x0e, 0x1e, 0x83, 0x2f, 0xe3, 0x48, 0x36, 0x8c, 0x7b, 0x11, 0x85, 0xf0, 0xd7, 0xd0, 0x18, 0x91, 0x36, 0xd3, 0x48, 0x8f, 0x51, 0xde, 0x22, 0xbd, 0x20, 0x45, 0xbe, 0x20, 0x45, 0x81, 0x84, 0x14, 0x40, 0x10, 0xe0, 0x33, 0x12, 0x10, 0xc2, 0x52, 0xcd, 0x8c, 0x80, 0x59, 0x02, 0xdf, 0x89, 0x58, 0xbc, 0x44, 0x1d, 0x11, 0xf4, 0x88, 0x20, 0xff, 0x62, 0x7d, 0xbc, 0x7f, 0x75, 0xa0, 0xfa, 0x9c, 0x19, 0x5d, 0x8c, 0x9f, 0xa8, 0x9f, 0xd9, 0x77, 0xfb, 0x25, 0x87, 0xb8, 0x8e, 0x04, 0x76, 0x82, 0xc8, 0x18, 0x8a, 0x08, 0xca, 0xc4, 0x67, 0x4a, 0xe8, 0xff, 0xeb, 0x7a, 0x77, 0x33, 0x97, 0xdf, 0xd4, 0xd1, 0xdc, 0x4c, 0x66, 0x55, 0xe1, 0x83, 0xf7, 0x99, 0xd5, 0x0f, 0x3f, 0x68, 0x1e, 0xa4, 0x11, 0x5d, 0x92, 0xbc, 0x96, 0x66, 0x2d, 0x49, 0x7a, 0x1f, 0x90, 0xe9, 0x06, 0xd8, 0xef, 0x20, 0x94, 0xa3, 0x8f, 0x3f, 0x6e, 0x09, 0xe0, 0x14, 0xe1, 0x34, 0x89, 0x01, 0x3e, 0x4e, 0x2e, 0x9d, 0x63, 0xa5, 0x9f, 0xc1, 0xc2, 0x1a, 0x98, 0x0c, 0xa3, 0x98, 0x84, 0xf0, 0xa4, 0xc7, 0xe4, 0xc8, 0x46, 0xfd, 0xff, 0x11, 0xb6, 0xa5, 0x96, 0x84, 0xdb, 0x68, 0x4a, 0x86, 0xf9, 0x92, 0x2d, 0x4b, 0x07, 0x04, 0x11, 0x2e, 0x17, 0x52, 0x00, 0x88, 0xb4, 0x40, 0x48, 0x6b, 0xc8, 0x11, 0x56, 0xcf, 0xbf, 0x9c, 0x7c, 0x88, 0x42, 0x22, 0x5b, 0x29, 0x8d, 0xce, 0xd5, 0x44, 0x8e, 0x23, 0x64, 0xfa, 0x1c, 0x1c, 0xf1, 0xa8, 0x9e, 0xfc, 0x5d, 0x8c, 0x8f, 0xc6, 0x1b, 0x46, 0xc0, 0xc5, 0xeb, 0x23, 0xed, 0xda, 0xa3, 0x74, 0xfe, 0xb9, 0x85, 0x64, 0xc2, 0x54, 0x08, 0x87, 0x18, 0x68, 0x20, 0xe2, 0x72, 0x11, 0xec, 0x57, 0x44, 0x90, 0xcf, 0x45, 0x40, 0x9f, 0x3b, 0x40, 0xbf, 0xcb, 0xbc, 0xed, 0x56, 0x73, 0xdb, 0xad, 0xfd, 0xcc, 0xdc, 0x61, 0x43, 0x48, 0xa8, 0x74, 0xad, 0x24, 0x24, 0x8b, 0xfc, 0x0a, 0xc1, 0x1d, 0xc4, 0x97, 0x7f, 0x13, 0x3f, 0xd7, 0xf1, 0x57, 0xe4, 0x37, 0x46, 0x8c, 0xb0, 0xa2, 0x5b, 0x96, 0xc9, 0x24, 0x4c, 0xa7, 0x42, 0xba, 0xbe, 0x0f, 0xc9, 0x8f, 0x08, 0x60, 0x16, 0x8d, 0xf1, 0x66, 0x83, 0xd0, 0x47, 0xfd, 0x3e, 0x22, 0x46, 0xad, 0x75, 0xd8, 0x30, 0xe2, 0x5b, 0x49, 0x22, 0x66, 0xe6, 0x84, 0x4b, 0xf2, 0x7c, 0x15, 0xc2, 0x14, 0x92, 0x90, 0x02, 0xb0, 0x40, 0x84, 0xfa, 0x98, 0xce, 0xe9, 0x8a, 0x10, 0x75, 0xe9, 0x62, 0x85, 0x3d, 0x61, 0xf7, 0xd7, 0xf9, 0x23, 0x7f, 0x27, 0x63, 0x4d, 0xa8, 0x95, 0x99, 0x53, 0x3b, 0x1a, 0x8f, 0xd0, 0x67, 0xbe, 0xf0, 0x97, 0x21, 0x06, 0x60, 0x0a, 0xf9, 0x44, 0x30, 0x60, 0x40, 0x40, 0x11, 0x14, 0xd2, 0xcf, 0xf5, 0x0f, 0x3f, 0x4c, 0x22, 0xbd, 0xdb, 0x2a, 0xb5, 0x80, 0x7f, 0x50, 0xf3, 0x95, 0xfb, 0x08, 0x36, 0xc1, 0x6b, 0x54, 0xd2, 0xfb, 0x81, 0x4f, 0x00, 0x72, 0xc6, 0x10, 0xff, 0x6f, 0x14, 0xd1, 0x2e, 0x08, 0x40, 0x02, 0x33, 0x02, 0x7c, 0x0c, 0x3f, 0x42, 0xc8, 0x22, 0x21, 0x0c, 0xf6, 0x18, 0x1e, 0xe0, 0x40, 0x16, 0x92, 0x1a, 0xaa, 0x4e, 0xd7, 0x80, 0x6b, 0x68, 0x84, 0xc1, 0xc8, 0x97, 0x2d, 0x3a, 0xdc, 0x61, 0xdb, 0xfb, 0x21, 0x39, 0xec, 0xf5, 0x3c, 0x85, 0xe0, 0x05, 0x0a, 0xd9, 0xfd, 0xe1, 0x00, 0x7d, 0x0e, 0x44, 0x92, 0x80, 0x93, 0xac, 0x5e, 0x53, 0x0e, 0x91, 0xae, 0xee, 0xd1, 0x47, 0xfc, 0x91, 0x7f, 0x6d, 0xb0, 0x91, 0x5f, 0xe3, 0x10, 0x4f, 0x57, 0xbf, 0x07, 0x65, 0xd2, 0x3c, 0x2a, 0x04, 0x01, 0x84, 0x22, 0x02, 0x64, 0x88, 0x31, 0xe2, 0xd7, 0x20, 0x8f, 0x31, 0xfc, 0x1e, 0xab, 0x78, 0x4e, 0x37, 0xda, 0xd7, 0xd1, 0xa8, 0x7e, 0x88, 0xec, 0xfd, 0x43, 0x58, 0xdc, 0x23, 0x41, 0xff, 0xc7, 0xef, 0x41, 0xf6, 0x1a, 0xf1, 0xbe, 0x1a, 0x75, 0x36, 0x10, 0x66, 0x54, 0x03, 0xae, 0x87, 0x66, 0x04, 0x39, 0x2b, 0x20, 0x02, 0xb6, 0x8b, 0xcc, 0x47, 0x3f, 0x22, 0x38, 0x4e, 0x78, 0xc3, 0x63, 0xba, 0xe6, 0x20, 0x73, 0xe7, 0x87, 0xba, 0x08, 0x0f, 0xec, 0xfc, 0x1d, 0x7d, 0xfa, 0x58, 0xc4, 0x07, 0xf8, 0x88, 0xaf, 0x8e, 0xe2, 0x32, 0xb2, 0x23, 0x23, 0x3d, 0x0e, 0x52, 0x6b, 0x4c, 0x1d, 0xd8, 0xf2, 0xfc, 0x3d, 0x79, 0x0a, 0xf0, 0x77, 0x54, 0x62, 0x16, 0x93, 0x49, 0x01, 0x11, 0x20, 0x3c, 0xa8, 0x9a, 0x62, 0x9a, 0xf2, 0x03, 0x93, 0x6c, 0xfa, 0xf5, 0x73, 0x0c, 0xa3, 0x7d, 0xb8, 0x6d, 0x30, 0xad, 0x8b, 0xd1, 0x8b, 0x3e, 0x7f, 0x44, 0xfd, 0x3e, 0x2c, 0x8e, 0x51, 0x4d, 0xa1, 0x80, 0x22, 0xa0, 0x6b, 0x2f, 0xa3, 0xeb, 0x05, 0xe9, 0x6b, 0x10, 0xa1, 0xba, 0xef, 0x5e, 0x8b, 0xc0, 0x72, 0xd4, 0x07, 0xb9, 0x1b, 0x59, 0xbe, 0x02, 0xa4, 0xc5, 0xcf, 0xa8, 0x5d, 0x82, 0x23, 0x0f, 0x1c, 0x11, 0x68, 0x24, 0x67, 0xf9, 0x10, 0xcd, 0x3c, 0xf8, 0x8c, 0x25, 0x04, 0xfa, 0xbe, 0x3a, 0x21, 0x02, 0x1f, 0xe8, 0x6f, 0x70, 0xaa, 0xb9, 0x10, 0xe0, 0x2c, 0xaf, 0x6c, 0xdf, 0x5e, 0x27, 0x82, 0x2f, 0x09, 0xff, 0xed, 0x31, 0xde, 0x99, 0xc9, 0xfd, 0x6f, 0xd1, 0x30, 0x8e, 0xc6, 0x42, 0x38, 0x33, 0x43, 0x8e, 0xfa, 0x2c, 0xaa, 0xa3, 0x02, 0xbf, 0xd7, 0x85, 0x38, 0x03, 0x91, 0x9f, 0xdb, 0xfa, 0x05, 0x4c, 0x34, 0x2a, 0x0a, 0x85, 0x00, 0x80, 0x5c, 0x7a, 0x9f, 0x1a, 0xfd, 0x98, 0xd3, 0xce, 0xe5, 0xf0, 0x6e, 0x88, 0x84, 0xfc, 0x4c, 0x04, 0x4f, 0xd3, 0x77, 0x9c, 0x53, 0x57, 0xa2, 0xc9, 0xb2, 0xe9, 0x2a, 0xc2, 0x51, 0x1a, 0xa5, 0x03, 0x89, 0xa0, 0x88, 0xee, 0xb1, 0x1c, 0x02, 0xb0, 0xcc, 0x1e, 0x36, 0xda, 0x13, 0x29, 0xad, 0xc8, 0x0e, 0x11, 0xde, 0x41, 0x7c, 0x49, 0x78, 0x32, 0xe7, 0x0e, 0x4b, 0x90, 0xd3, 0x0b, 0x34, 0x32, 0x20, 0xd2, 0x85, 0x19, 0xa2, 0x96, 0x99, 0x43, 0x3e, 0x20, 0x72, 0x44, 0xfe, 0xd0, 0x31, 0xfa, 0x1e, 0x29, 0x02, 0x84, 0x59, 0xb7, 0xf6, 0xee, 0xed, 0xcf, 0x41, 0x9e, 0xc0, 0x73, 0x22, 0xd7, 0xe5, 0x81, 0x54, 0x3a, 0x1a, 0x42, 0xd7, 0x40, 0x30, 0x39, 0xb2, 0x85, 0x93, 0x1b, 0x32, 0xf1, 0x15, 0xf2, 0xef, 0x25, 0x62, 0x6c, 0xa7, 0x0e, 0xc0, 0x77, 0x21, 0xab, 0x8b, 0x50, 0x29, 0x5e, 0x61, 0xd3, 0x23, 0xf6, 0x2f, 0xcb, 0x0a, 0x2c, 0x90, 0x18, 0xf2, 0x34, 0x42, 0xc0, 0xf7, 0x94, 0x10, 0xf9, 0x11, 0x62, 0x04, 0x30, 0x1b, 0xa9, 0xa5, 0x13, 0x33, 0x3a, 0xf9, 0xc8, 0xba, 0xf1, 0x72, 0xc8, 0xef, 0x33, 0x85, 0x3a, 0x19, 0x2f, 0xd3, 0x77, 0x7d, 0xe2, 0x9c, 0x55, 0x5a, 0x99, 0x19, 0xb7, 0x0f, 0xb4, 0x44, 0x50, 0x4d, 0x23, 0xfb, 0x09, 0xe1, 0x0f, 0x48, 0x11, 0x64, 0x08, 0x11, 0xa0, 0xbd, 0xca, 0xe8, 0x7e, 0xb0, 0xa8, 0x06, 0x21, 0x51, 0x8c, 0xd8, 0x72, 0xd4, 0x07, 0x39, 0x11, 0xdb, 0xe7, 0xc4, 0x07, 0xb1, 0xf3, 0xe9, 0xbd, 0x30, 0x5b, 0x36, 0xdd, 0x74, 0x93, 0x95, 0x08, 0xdb, 0x48, 0xed, 0x03, 0xe2, 0xee, 0xa1, 0xef, 0x83, 0x83, 0x8b, 0x75, 0xcf, 0x20, 0xbf, 0x0f, 0xf4, 0x7f, 0x98, 0x49, 0x5c, 0x58, 0xc0, 0x41, 0xe1, 0x60, 0xc3, 0x51, 0x3e, 0xce, 0x66, 0x83, 0x2c, 0x6a, 0x43, 0x3f, 0x49, 0xc7, 0x65, 0xd7, 0xed, 0xea, 0x35, 0x90, 0x9f, 0x1a, 0x60, 0x92, 0x2e, 0xa6, 0xbf, 0x83, 0x1a, 0x5f, 0x8e, 0xfa, 0x7e, 0x89, 0xaf, 0x26, 0xb6, 0x04, 0xf9, 0xf7, 0x51, 0xa7, 0x81, 0xf0, 0xef, 0x07, 0x4f, 0xda, 0x58, 0xa3, 0xf9, 0x96, 0x9e, 0x3d, 0xcd, 0x03, 0xa2, 0xb6, 0x06, 0x42, 0xc0, 0x77, 0xe4, 0x0a, 0x61, 0x49, 0x14, 0x8a, 0x18, 0x7b, 0x29, 0x01, 0xef, 0x53, 0xbf, 0x7b, 0xf6, 0x8d, 0x4d, 0x47, 0x7e, 0x36, 0x13, 0x7c, 0x43, 0xcd, 0x12, 0xa3, 0x6a, 0x74, 0xff, 0xe0, 0x5b, 0x2d, 0x11, 0xd4, 0x13, 0xd1, 0xa4, 0x00, 0xb8, 0x08, 0xf2, 0xe9, 0x7a, 0x61, 0xfe, 0x00, 0x28, 0xab, 0xb0, 0x4c, 0x16, 0x90, 0x5f, 0x9a, 0x3b, 0xc2, 0xd4, 0xc1, 0x28, 0xbf, 0x8f, 0xda, 0x78, 0x69, 0xdb, 0xb6, 0xa1, 0xb5, 0x53, 0xaf, 0x5e, 0x66, 0x11, 0x7d, 0x1f, 0xd6, 0x38, 0x48, 0x40, 0x08, 0x08, 0x91, 0x42, 0x04, 0x07, 0xc5, 0x4c, 0x70, 0x50, 0x08, 0x02, 0x7e, 0x05, 0xce, 0x25, 0x45, 0x50, 0x41, 0xd7, 0xa0, 0x4b, 0x34, 0xd2, 0x00, 0xf8, 0xc1, 0x34, 0xc3, 0x68, 0x7b, 0x3d, 0xda, 0xfc, 0x63, 0x75, 0x0d, 0x8d, 0xec, 0xad, 0xb4, 0xf5, 0xf3, 0x34, 0x76, 0xb9, 0x2e, 0xab, 0x0b, 0xd3, 0x24, 0xa5, 0x6f, 0x5f, 0xcb, 0x64, 0x8a, 0xa4, 0xa6, 0x05, 0x25, 0x12, 0x10, 0x56, 0xb1, 0x10, 0x81, 0xef, 0x1c, 0x02, 0xf8, 0x1b, 0xc8, 0x8f, 0xb0, 0x27, 0xb0, 0x4d, 0x99, 0xd6, 0x93, 0x5b, 0x1b, 0x47, 0xc7, 0x36, 0x43, 0x98, 0x6f, 0x5a, 0x27, 0xe3, 0xfb, 0x6a, 0x64, 0x68, 0x56, 0x97, 0xd6, 0x66, 0xf6, 0x9d, 0xb7, 0xbb, 0xfc, 0x01, 0x00, 0x02, 0x28, 0xa6, 0x59, 0x0d, 0x0b, 0x6b, 0x20, 0x00, 0xcc, 0x02, 0x10, 0xc0, 0x11, 0x1a, 0xe5, 0x8f, 0xb3, 0x51, 0x1f, 0xc4, 0x5d, 0xaf, 0x71, 0xea, 0x43, 0x01, 0xfc, 0xa0, 0x8c, 0x5b, 0x6f, 0xb5, 0x2a, 0x5e, 0xeb, 0xe9, 0x9c, 0x10, 0x02, 0xcc, 0x22, 0x49, 0xfc, 0x83, 0x6c, 0x36, 0x00, 0x70, 0x6e, 0x29, 0x02, 0xe4, 0x4b, 0x50, 0x86, 0xa2, 0xf9, 0xde, 0x25, 0xa8, 0x54, 0xbd, 0x9e, 0xca, 0x1a, 0xde, 0xd6, 0x39, 0xbb, 0x7b, 0x68, 0x14, 0x93, 0x8e, 0x9c, 0x0b, 0x9c, 0x94, 0xec, 0xf7, 0x7b, 0xa8, 0xd3, 0x57, 0xea, 0x1b, 0x35, 0x2c, 0xa0, 0x63, 0xac, 0xe5, 0x87, 0x88, 0xa1, 0x93, 0x39, 0x24, 0xcf, 0x95, 0x23, 0x20, 0xc9, 0x8f, 0xc2, 0x33, 0xf8, 0x14, 0xca, 0xe7, 0x3f, 0x47, 0xf8, 0xb6, 0x39, 0xda, 0x6a, 0x7a, 0x17, 0xe3, 0x47, 0xea, 0x1a, 0x05, 0x14, 0xbb, 0x61, 0x2d, 0xb0, 0x25, 0x02, 0x1a, 0x81, 0xa5, 0x00, 0x8e, 0xd0, 0xa8, 0x5b, 0x0a, 0xf3, 0x07, 0x02, 0x10, 0x80, 0x0f, 0xc0, 0xc9, 0x0f, 0xbb, 0xfe, 0xa3, 0xae, 0x5d, 0x2f, 0xbb, 0xbd, 0xe0, 0xe0, 0x22, 0xc2, 0x06, 0x11, 0x58, 0x42, 0x20, 0x60, 0xa6, 0x81, 0x10, 0x2c, 0xf2, 0x8b, 0xd7, 0x7a, 0xfa, 0xdd, 0x51, 0x9a, 0x6d, 0xa4, 0x08, 0x60, 0x72, 0xa9, 0xc1, 0x04, 0x81, 0xb9, 0xd7, 0x45, 0x75, 0x29, 0xdd, 0xe8, 0xbf, 0xf8, 0x25, 0x3f, 0x8d, 0xfc, 0x32, 0xa9, 0xc5, 0x91, 0xab, 0x31, 0x79, 0x90, 0x04, 0xfb, 0xa8, 0x4b, 0x97, 0x60, 0x1d, 0x75, 0x84, 0xb0, 0x98, 0x66, 0x9b, 0xdf, 0xd3, 0xeb, 0x37, 0x49, 0x78, 0x2f, 0x13, 0xbe, 0x43, 0x3f, 0xc7, 0x13, 0x0e, 0xaa, 0xef, 0xdf, 0xd8, 0xbd, 0xbb, 0xcf, 0xde, 0xc7, 0x39, 0x24, 0xf9, 0x2d, 0xc7, 0x12, 0x66, 0x05, 0x04, 0x20, 0xb2, 0xbf, 0x1f, 0xb8, 0x33, 0xa0, 0xff, 0xd0, 0x5c, 0x6d, 0x36, 0xad, 0xb3, 0xf1, 0xa6, 0x1a, 0x19, 0xc2, 0x12, 0x48, 0x6b, 0x17, 0x09, 0xba, 0xa6, 0x43, 0x62, 0x26, 0x80, 0x59, 0x84, 0xb0, 0xa7, 0x4f, 0x00, 0x74, 0xcd, 0x28, 0xcf, 0xf6, 0x39, 0xba, 0x44, 0xc4, 0x74, 0x1a, 0x30, 0xfc, 0x84, 0x27, 0xdf, 0xa3, 0xb6, 0xf9, 0x9e, 0x68, 0xa3, 0xbf, 0xa3, 0x36, 0xfb, 0x0d, 0x48, 0xa9, 0x6b, 0x27, 0x0e, 0xcc, 0x24, 0x28, 0x14, 0x54, 0x45, 0x20, 0x67, 0x81, 0x7a, 0x29, 0x02, 0xe6, 0x1c, 0xc3, 0xfc, 0xd2, 0xb4, 0x1f, 0xcc, 0xa1, 0x3f, 0x5d, 0xeb, 0x66, 0xcf, 0x33, 0x6a, 0x76, 0x17, 0x66, 0xcf, 0x6e, 0x72, 0xc0, 0x60, 0xf6, 0xe4, 0xaa, 0xa4, 0x97, 0xc4, 0x57, 0xc8, 0x9f, 0x46, 0x0e, 0x6c, 0x80, 0xc2, 0x2c, 0x94, 0xfe, 0x6e, 0xa4, 0xf3, 0x7c, 0x63, 0x5b, 0x80, 0xd5, 0x50, 0x34, 0xe5, 0x76, 0x86, 0xfd, 0xa9, 0x74, 0x80, 0x15, 0xdb, 0x87, 0x00, 0x8a, 0xc4, 0x02, 0x75, 0x09, 0xe4, 0x05, 0x24, 0xf9, 0x51, 0xff, 0xa3, 0x9a, 0x41, 0xc8, 0x76, 0x36, 0x67, 0xdb, 0xcd, 0xe8, 0x6c, 0xfc, 0x45, 0x15, 0x41, 0x72, 0xb7, 0x36, 0x64, 0x16, 0xde, 0x61, 0x99, 0x3c, 0x48, 0x92, 0x81, 0xfc, 0xb5, 0x00, 0x11, 0x12, 0x22, 0xc0, 0xc2, 0x9a, 0x6a, 0x41, 0x3e, 0x90, 0xbf, 0x96, 0x4c, 0x15, 0x4d, 0x0d, 0xcf, 0xae, 0x40, 0xb3, 0x97, 0x08, 0x54, 0x40, 0x14, 0xcb, 0xe9, 0xbd, 0x9f, 0xf9, 0xf3, 0x11, 0xf6, 0x53, 0x1b, 0x49, 0xb3, 0x08, 0x7e, 0xc1, 0x41, 0x66, 0x06, 0x01, 0x87, 0xe8, 0x77, 0xc7, 0xe1, 0x13, 0x88, 0x0c, 0x72, 0x23, 0x5d, 0x8f, 0x26, 0x4c, 0xfa, 0x25, 0xf5, 0xdb, 0x77, 0xaf, 0x55, 0xb3, 0xe7, 0x56, 0x31, 0x22, 0x3b, 0x1c, 0xde, 0x74, 0x22, 0xb3, 0x55, 0xce, 0xa0, 0x23, 0xbd, 0x86, 0xfc, 0x9b, 0x6f, 0xba, 0xc9, 0x22, 0xaa, 0x9f, 0xf8, 0xf2, 0x22, 0x2c, 0x7d, 0x0c, 0xf5, 0x9a, 0xe0, 0xb4, 0xaa, 0xeb, 0x09, 0x36, 0xd0, 0x2c, 0x50, 0x2a, 0x22, 0x3e, 0xd9, 0x74, 0x6e, 0x5c, 0x9b, 0xbc, 0xbe, 0x32, 0x56, 0xfc, 0x06, 0x3b, 0x58, 0x29, 0x09, 0x4e, 0x69, 0xee, 0x36, 0x9c, 0xde, 0xc9, 0x48, 0x50, 0x45, 0xb0, 0xb8, 0x47, 0x7b, 0xb3, 0xe0, 0xae, 0x21, 0x56, 0x08, 0x52, 0x92, 0x1f, 0xb5, 0x43, 0x78, 0x2d, 0xa0, 0xeb, 0xc7, 0x2e, 0x15, 0x47, 0x44, 0x58, 0x33, 0x8d, 0x66, 0x59, 0xa5, 0xcd, 0xea, 0xc3, 0x59, 0xfa, 0x88, 0xba, 0x7f, 0x11, 0xb5, 0xbb, 0xa8, 0x13, 0x02, 0x06, 0x05, 0x6c, 0x11, 0x23, 0x45, 0x50, 0x2f, 0x67, 0x01, 0xcc, 0x0a, 0xc8, 0x3d, 0x20, 0x72, 0xc5, 0xca, 0x28, 0x90, 0x63, 0xd0, 0x38, 0xe1, 0xe7, 0xe9, 0x3c, 0x0f, 0x5d, 0x73, 0xb5, 0x3d, 0x74, 0x63, 0xa9, 0x6a, 0x83, 0xed, 0x44, 0xb4, 0x47, 0xd4, 0xf2, 0x68, 0xc1, 0x88, 0x8f, 0xf7, 0x05, 0xa8, 0x37, 0xc9, 0xc2, 0xec, 0x12, 0xa1, 0x49, 0xf6, 0x86, 0x3a, 0x9a, 0x15, 0x0b, 0x87, 0x17, 0xb6, 0xbe, 0x14, 0x00, 0x66, 0x28, 0x49, 0x7e, 0x00, 0x26, 0x91, 0x72, 0x0d, 0x8d, 0xd1, 0x88, 0x9c, 0xd1, 0x4c, 0x30, 0x99, 0x3b, 0xc4, 0xa8, 0x19, 0xda, 0x78, 0x4b, 0x2f, 0xab, 0x4e, 0xa7, 0x46, 0x10, 0xdf, 0x02, 0x5d, 0xeb, 0x61, 0x22, 0x21, 0xc2, 0x96, 0x56, 0x3c, 0x9f, 0x5e, 0x35, 0x23, 0x6e, 0x44, 0xcf, 0x16, 0x5e, 0x64, 0x18, 0x5f, 0xa1, 0xcf, 0x6e, 0xd3, 0xf5, 0x05, 0xfa, 0x08, 0x6b, 0x23, 0x2c, 0x11, 0x90, 0xf8, 0xa4, 0x19, 0x04, 0x01, 0xc0, 0x54, 0x3b, 0xcc, 0x6a, 0x89, 0x50, 0x54, 0x57, 0x45, 0xd7, 0xb8, 0xc8, 0x3d, 0x2b, 0x95, 0xcc, 0x32, 0x8c, 0x2e, 0xd7, 0x92, 0xdd, 0xff, 0x8e, 0xda, 0x50, 0x9b, 0x68, 0xa4, 0x95, 0xf5, 0x3c, 0xc1, 0xc8, 0x0f, 0x7b, 0x7f, 0xb9, 0xbe, 0xc6, 0xe4, 0x22, 0xec, 0xfb, 0xcb, 0x89, 0x20, 0x20, 0x19, 0x83, 0x91, 0x90, 0x7f, 0x6f, 0x26, 0x62, 0xe9, 0x24, 0x00, 0x84, 0x47, 0x65, 0x06, 0x1a, 0x28, 0x95, 0xeb, 0x83, 0x21, 0x02, 0x22, 0xd8, 0x02, 0x67, 0x6c, 0xfb, 0xcb, 0x68, 0xc4, 0xb4, 0x21, 0x82, 0x59, 0x37, 0xda, 0x89, 0x32, 0x2c, 0x76, 0x59, 0xd4, 0xfd, 0x46, 0x73, 0x03, 0x09, 0xa0, 0x68, 0xd8, 0x5d, 0x76, 0xb1, 0x1b, 0x62, 0xf3, 0x98, 0x05, 0xe8, 0xfa, 0x8e, 0xd0, 0x88, 0x0b, 0x7b, 0x1b, 0x8e, 0x27, 0xd6, 0x2a, 0x2b, 0x6d, 0xf7, 0x09, 0xa1, 0xeb, 0x65, 0xce, 0xea, 0x3f, 0xa2, 0xef, 0x38, 0xe7, 0x2a, 0x1b, 0xa7, 0xbe, 0x2a, 0xa5, 0xf3, 0x5b, 0x7e, 0x01, 0x13, 0x41, 0xbd, 0x30, 0x85, 0xe0, 0x14, 0xcb, 0x59, 0x00, 0x22, 0x38, 0x40, 0x03, 0x8e, 0xa6, 0x6f, 0xe7, 0x5f, 0x2b, 0xf5, 0x3d, 0xcf, 0x21, 0x4a, 0xc2, 0x6f, 0x0e, 0x09, 0xa9, 0x6c, 0x69, 0x5f, 0xb3, 0x48, 0x4b, 0x8e, 0x86, 0xfc, 0xfb, 0xfd, 0xc7, 0xaa, 0x0f, 0xe1, 0xbb, 0x9b, 0x48, 0xa0, 0xf3, 0xf9, 0x77, 0xa7, 0xf4, 0xeb, 0x67, 0x99, 0x3b, 0x18, 0xe5, 0x91, 0x5d, 0x95, 0x80, 0x69, 0x54, 0xc1, 0x56, 0x86, 0xa9, 0xd7, 0x85, 0x05, 0xf9, 0x51, 0x9a, 0x4d, 0x3f, 0x27, 0x11, 0x58, 0x02, 0x98, 0xdd, 0xa1, 0x95, 0xb9, 0xe3, 0xb6, 0xfe, 0x66, 0xf1, 0xdd, 0x43, 0x2d, 0x87, 0x98, 0x17, 0xb1, 0x1d, 0x26, 0x02, 0xca, 0x0c, 0x6e, 0xce, 0x9d, 0x77, 0xaa, 0xed, 0xb7, 0xad, 0x89, 0xfa, 0x17, 0xb3, 0x41, 0x89, 0xda, 0x3f, 0x28, 0x25, 0xc7, 0x86, 0x02, 0x70, 0x8c, 0x91, 0x34, 0x83, 0x19, 0x54, 0x2f, 0x66, 0x01, 0xcb, 0x1f, 0x78, 0xfa, 0x69, 0xdf, 0x2c, 0x70, 0xe6, 0x85, 0x17, 0xcc, 0x34, 0x8d, 0x73, 0x4e, 0x02, 0xfb, 0xe7, 0xab, 0x9a, 0xfc, 0x28, 0x81, 0xa5, 0x1b, 0x29, 0x55, 0x23, 0x3e, 0xbc, 0x7e, 0x3f, 0x87, 0x09, 0x41, 0x25, 0x7f, 0x16, 0xfd, 0x7e, 0xb9, 0x9e, 0xfc, 0xbb, 0x9a, 0x72, 0xd5, 0x91, 0x58, 0x5b, 0xec, 0xfb, 0xfe, 0xcd, 0x3d, 0x7b, 0x5a, 0x02, 0x28, 0xe6, 0x02, 0x20, 0x9b, 0x1f, 0x11, 0x22, 0x49, 0x7e, 0xac, 0xff, 0x55, 0xf3, 0x0e, 0x20, 0x43, 0x73, 0xb7, 0x29, 0xf9, 0x2d, 0xdd, 0x79, 0x19, 0xc6, 0xdc, 0x0e, 0xad, 0xcd, 0x8c, 0x61, 0xe4, 0x9f, 0xdc, 0x73, 0xb7, 0x95, 0x21, 0x96, 0x45, 0x6b, 0x78, 0x6d, 0x14, 0xa6, 0x0f, 0x62, 0xf5, 0xbb, 0x07, 0x0e, 0x54, 0xc9, 0xf5, 0x6e, 0x13, 0xf6, 0x73, 0x37, 0xfa, 0xce, 0x55, 0x2e, 0x11, 0x50, 0xdf, 0x21, 0x42, 0x64, 0x25, 0xce, 0x84, 0x08, 0x0e, 0x09, 0xc0, 0x1f, 0x90, 0xb3, 0x00, 0x04, 0x70, 0x8a, 0x84, 0xf0, 0xa1, 0xbb, 0xf4, 0xfc, 0x38, 0xb5, 0x69, 0xdf, 0xab, 0xd9, 0xf4, 0x89, 0x53, 0xa3, 0x2c, 0x88, 0xe0, 0xb8, 0xc8, 0x2f, 0x9c, 0x4c, 0x1e, 0xfa, 0x84, 0x03, 0xea, 0x27, 0x69, 0xb2, 0x2a, 0xdc, 0x2a, 0xcb, 0x10, 0x04, 0xf0, 0x3d, 0xb5, 0x0c, 0x03, 0x26, 0x0e, 0x72, 0x02, 0x20, 0xbe, 0x04, 0x04, 0xe0, 0x5b, 0x00, 0x4f, 0xd3, 0xb9, 0x1a, 0xca, 0xa3, 0x39, 0xfb, 0xfe, 0x28, 0x04, 0x13, 0x7a, 0x38, 0x92, 0x70, 0xed, 0x6f, 0x30, 0x73, 0xee, 0x1d, 0x66, 0x56, 0xdc, 0x6b, 0x97, 0x3b, 0xd7, 0xb2, 0xea, 0xcd, 0x46, 0x51, 0xba, 0x00, 0x53, 0x64, 0x47, 0xdf, 0xbe, 0xea, 0xb5, 0xfe, 0xbe, 0x29, 0xaf, 0x4b, 0x98, 0x92, 0x53, 0x5c, 0x6b, 0x27, 0xc8, 0x1c, 0x82, 0xf9, 0x85, 0xeb, 0x80, 0x08, 0x1a, 0xc4, 0x0c, 0xd0, 0x20, 0x16, 0xd9, 0x48, 0x33, 0xe8, 0x2c, 0x89, 0xa0, 0x81, 0xfe, 0xaf, 0x89, 0xee, 0x2d, 0xbc, 0x5a, 0xc9, 0x7f, 0x9f, 0x1a, 0x36, 0x5b, 0xdf, 0xb5, 0xab, 0x6f, 0xb4, 0xf7, 0x39, 0x97, 0xf8, 0xbf, 0xa6, 0xa4, 0x61, 0x8d, 0xde, 0xe1, 0x5d, 0xbc, 0x2d, 0xc8, 0x46, 0x4f, 0x11, 0x86, 0x67, 0xbf, 0xce, 0xcf, 0xb3, 0x8e, 0xae, 0x53, 0x3a, 0xba, 0x58, 0x7b, 0x20, 0xe1, 0x13, 0x80, 0xd8, 0x02, 0x45, 0x15, 0x00, 0xf5, 0xd4, 0x03, 0xcd, 0xdd, 0xae, 0x88, 0xda, 0xa8, 0xa3, 0x6c, 0xf9, 0x23, 0x0f, 0x9a, 0xd5, 0xcc, 0xf4, 0x91, 0x05, 0x70, 0x8d, 0xa2, 0x64, 0x01, 0x02, 0xd8, 0xa6, 0xd6, 0x30, 0x19, 0xc6, 0xaf, 0x9a, 0xc3, 0x3f, 0xd1, 0x65, 0xf8, 0xe1, 0x18, 0x23, 0x44, 0xda, 0x28, 0x66, 0x02, 0xdf, 0x2c, 0x20, 0x4c, 0x21, 0x69, 0x06, 0x9d, 0x7b, 0xf1, 0x45, 0x6b, 0x4d, 0x81, 0xa6, 0xdf, 0x5f, 0xbd, 0x1a, 0x05, 0xb0, 0x4d, 0x2d, 0x1d, 0x06, 0x89, 0x72, 0x18, 0xf1, 0xb3, 0xd5, 0xc4, 0x97, 0xa8, 0xf5, 0xd9, 0xa4, 0x59, 0x80, 0x42, 0x58, 0xdb, 0x5c, 0x35, 0x23, 0xc8, 0x19, 0xa8, 0x02, 0x80, 0xad, 0x5f, 0x28, 0xf6, 0xea, 0x94, 0x80, 0x13, 0x5c, 0xc9, 0xf6, 0x00, 0xd2, 0xcc, 0x50, 0xf7, 0x34, 0x77, 0xbb, 0x22, 0x3a, 0xa2, 0x9a, 0x94, 0x88, 0xad, 0xcb, 0x72, 0xe5, 0x3a, 0x56, 0xfd, 0x79, 0x08, 0xa3, 0x2e, 0xa2, 0x31, 0x44, 0x3e, 0x8d, 0x00, 0x7e, 0xd3, 0x5c, 0x4e, 0x3a, 0x76, 0x88, 0x50, 0xfb, 0x0f, 0x66, 0xa5, 0x15, 0x91, 0xc2, 0xac, 0x84, 0x7d, 0x53, 0x31, 0x2b, 0x00, 0x0f, 0x3f, 0xec, 0x33, 0x83, 0xb0, 0x5e, 0xf9, 0xdc, 0x4b, 0x2f, 0x59, 0x3b, 0x54, 0x28, 0x9f, 0x2f, 0x6a, 0x8e, 0x81, 0xaf, 0x39, 0xa7, 0xe9, 0xd7, 0xd4, 0x06, 0x40, 0xad, 0x8e, 0x35, 0xf2, 0xb3, 0xa8, 0x8a, 0xa3, 0xec, 0x41, 0x90, 0x3f, 0xfd, 0x96, 0x5b, 0x5c, 0x71, 0x7e, 0xac, 0x0b, 0x6e, 0xce, 0x25, 0x75, 0x44, 0x86, 0x7f, 0xe5, 0xe7, 0x43, 0xb5, 0xa8, 0x4f, 0x00, 0xd8, 0xa6, 0x50, 0x00, 0x66, 0x91, 0x6f, 0x13, 0x2c, 0xea, 0x3c, 0x75, 0xba, 0x26, 0x7b, 0xb5, 0x57, 0x94, 0x06, 0x97, 0xf3, 0xfc, 0xbc, 0xa8, 0xee, 0xb4, 0x6a, 0xf6, 0xd9, 0xca, 0x2d, 0x4b, 0x00, 0x32, 0x31, 0x45, 0x24, 0x4b, 0x21, 0xd3, 0x53, 0x69, 0xd3, 0xbf, 0x34, 0xa3, 0xef, 0x87, 0x1d, 0xe8, 0xd6, 0xa8, 0x1c, 0x40, 0x74, 0x0d, 0x7e, 0x09, 0x42, 0xa1, 0x0d, 0xc2, 0x0c, 0x02, 0x8e, 0xd1, 0xef, 0x2c, 0x33, 0x88, 0x04, 0x70, 0x9e, 0x04, 0x00, 0xe1, 0x2e, 0x74, 0x57, 0x8f, 0xfe, 0xfb, 0x55, 0x41, 0x7e, 0x31, 0x02, 0xec, 0x57, 0xa3, 0x3e, 0x92, 0xfc, 0x3c, 0xaa, 0xa2, 0x92, 0x1f, 0xb3, 0x82, 0xa6, 0x62, 0xf0, 0x20, 0xf6, 0x02, 0x6a, 0x66, 0xc1, 0xfe, 0x45, 0x4d, 0xe8, 0xc0, 0xd1, 0x45, 0xb9, 0x34, 0x1c, 0xf6, 0xfd, 0x62, 0xaf, 0x4e, 0x4e, 0x7e, 0xcc, 0x04, 0x6a, 0x48, 0x76, 0x64, 0x94, 0xea, 0xdb, 0xe9, 0x5c, 0x95, 0xfc, 0xdc, 0x07, 0x89, 0x50, 0x30, 0x2f, 0xea, 0xe4, 0x7a, 0x5f, 0x81, 0x7a, 0x08, 0x00, 0xc2, 0x20, 0x01, 0xa4, 0x2b, 0x4e, 0x30, 0xb6, 0x3b, 0x6c, 0xe6, 0x6b, 0xec, 0xaa, 0x26, 0x19, 0x51, 0x45, 0x5b, 0x29, 0x96, 0x91, 0xc2, 0x09, 0x96, 0x02, 0x80, 0x29, 0x74, 0xf2, 0x99, 0x67, 0x2c, 0x3f, 0x00, 0x33, 0xc0, 0x27, 0x2f, 0xbf, 0x6c, 0xa6, 0xba, 0xa3, 0x42, 0xb5, 0x57, 0xc5, 0xba, 0x62, 0x6a, 0xd8, 0x6f, 0xab, 0xca, 0xdf, 0x2b, 0x8a, 0xdc, 0x38, 0xf9, 0xad, 0xd1, 0x5f, 0x29, 0x73, 0xd6, 0x14, 0x69, 0x7d, 0x4e, 0xe4, 0x7c, 0x36, 0x0a, 0x84, 0x5a, 0xc4, 0xcf, 0x8b, 0x7a, 0x19, 0xd8, 0xfa, 0x70, 0xcc, 0xa5, 0x00, 0x20, 0x4e, 0x49, 0x7e, 0x94, 0x17, 0x14, 0xba, 0x13, 0x61, 0xb5, 0x51, 0x34, 0x2f, 0xd3, 0xf8, 0xb9, 0x4b, 0x45, 0xc5, 0x27, 0x27, 0x3f, 0x72, 0x01, 0xf5, 0xe2, 0x11, 0x4e, 0x10, 0x00, 0xfc, 0xac, 0x68, 0x67, 0xae, 0xb1, 0x97, 0x28, 0x9d, 0xeb, 0xac, 0x63, 0x2d, 0x35, 0xf5, 0xb1, 0xb5, 0xd8, 0x86, 0x44, 0xe0, 0x13, 0x00, 0xb2, 0xd5, 0x34, 0x53, 0x61, 0xeb, 0x15, 0x29, 0x00, 0xec, 0x40, 0xa1, 0x96, 0x9d, 0xd3, 0x35, 0xff, 0xee, 0x6a, 0xb0, 0xfd, 0xd3, 0xd5, 0xed, 0x05, 0x73, 0xe5, 0xe8, 0x2f, 0xa2, 0x29, 0xd9, 0x84, 0x5c, 0x85, 0xfc, 0xe9, 0xee, 0x34, 0x3d, 0xa6, 0xe9, 0xb7, 0xa3, 0x74, 0xcd, 0xa5, 0xea, 0x5a, 0x5f, 0x08, 0x00, 0xd7, 0xba, 0x1f, 0x3b, 0x30, 0x10, 0x20, 0x06, 0xbe, 0xfb, 0x33, 0x6a, 0xe9, 0x95, 0xeb, 0xdd, 0x18, 0x45, 0x13, 0x73, 0x86, 0xc3, 0xb4, 0xa0, 0xf6, 0x45, 0x8d, 0x7f, 0x9d, 0xe2, 0x03, 0x60, 0x8b, 0x76, 0x08, 0xc0, 0x7a, 0x68, 0x07, 0xf9, 0x2f, 0xca, 0xf5, 0x9e, 0x8d, 0x86, 0x5d, 0x4d, 0xe7, 0xf9, 0xb1, 0xda, 0xaf, 0x59, 0x74, 0xbd, 0x58, 0x81, 0x66, 0x99, 0x42, 0xd8, 0x7f, 0x88, 0x70, 0x98, 0x80, 0x3d, 0x88, 0x20, 0x80, 0xf3, 0x24, 0x80, 0x0b, 0xaf, 0xbc, 0x62, 0xee, 0xa3, 0x41, 0x47, 0xdd, 0x97, 0xb4, 0x45, 0xfb, 0x02, 0x74, 0x81, 0x8f, 0xab, 0x37, 0x9b, 0x21, 0xc8, 0xc3, 0x9d, 0x49, 0xb9, 0xa8, 0x9d, 0x2f, 0x54, 0x57, 0x77, 0x13, 0x20, 0xb5, 0xe7, 0x44, 0x63, 0xa1, 0xc4, 0x1c, 0xc3, 0xe8, 0xa7, 0xd6, 0x27, 0xc9, 0xdd, 0xa0, 0xe5, 0xde, 0x9c, 0x00, 0x46, 0x7c, 0x49, 0x7e, 0xec, 0xff, 0xbf, 0xb3, 0x5f, 0x3f, 0xf5, 0x7a, 0x93, 0xa2, 0x28, 0x80, 0x37, 0xf9, 0xb9, 0xb1, 0x51, 0x15, 0xa2, 0x29, 0xf5, 0x62, 0x21, 0xbb, 0x4f, 0x00, 0xe2, 0x41, 0x7e, 0x10, 0x00, 0xb6, 0x6f, 0x51, 0x13, 0x77, 0xc9, 0x86, 0xf1, 0x48, 0x94, 0xac, 0x82, 0x75, 0x8e, 0x80, 0x08, 0x5d, 0x07, 0xa2, 0x53, 0x58, 0xa1, 0x06, 0xe2, 0xc3, 0x04, 0x42, 0xd9, 0xc6, 0x61, 0xba, 0x56, 0x98, 0x41, 0x52, 0x00, 0xa7, 0xc9, 0x27, 0x58, 0xec, 0x9e, 0x05, 0xbe, 0xdb, 0x92, 0x05, 0xb0, 0x44, 0xb5, 0xfd, 0x41, 0x7e, 0x98, 0x3c, 0x5c, 0x00, 0x79, 0xca, 0x5a, 0xdd, 0x9d, 0x4a, 0x84, 0x42, 0x98, 0x3e, 0x23, 0xa2, 0x74, 0xcd, 0x8e, 0x11, 0x0a, 0xfb, 0x64, 0xc2, 0xd4, 0x41, 0xc8, 0x93, 0x0b, 0x00, 0x0e, 0x70, 0x35, 0x7b, 0x00, 0xc6, 0x5a, 0xa5, 0x14, 0x3b, 0x9a, 0x59, 0x4b, 0xec, 0xcc, 0xac, 0x6e, 0xdb, 0x08, 0x01, 0x34, 0xc0, 0xe4, 0xe1, 0xeb, 0x75, 0xc5, 0xc3, 0xfc, 0x2c, 0x01, 0x90, 0x38, 0x50, 0xe8, 0xa7, 0xb4, 0xf3, 0xff, 0x45, 0xe3, 0x7a, 0x91, 0x21, 0x57, 0x4d, 0x21, 0x14, 0xe6, 0x61, 0xd6, 0x3a, 0x42, 0x42, 0xb0, 0xc8, 0x2f, 0x66, 0x81, 0x93, 0xf4, 0x3b, 0x29, 0x80, 0x4f, 0x5f, 0x7b, 0xcd, 0x4c, 0x27, 0xf3, 0x53, 0xb9, 0xe6, 0xb4, 0x16, 0x49, 0x7e, 0x11, 0x9f, 0x76, 0xec, 0xea, 0x80, 0xdd, 0xd5, 0xac, 0x5a, 0x1e, 0x16, 0x49, 0xf1, 0x8d, 0xfe, 0x82, 0xfc, 0x10, 0x83, 0xea, 0xf8, 0x62, 0x8a, 0x8f, 0xa2, 0x68, 0x57, 0x3b, 0x0a, 0xf4, 0x68, 0x64, 0x87, 0x00, 0x70, 0x8d, 0x58, 0x6c, 0x2e, 0x17, 0x9c, 0x73, 0xf2, 0xe3, 0xef, 0x6a, 0x01, 0x57, 0x34, 0xf7, 0xbc, 0xa1, 0x91, 0xbb, 0x93, 0xda, 0xd6, 0x88, 0xf6, 0x1c, 0x56, 0xfc, 0x00, 0x4b, 0x04, 0x4c, 0x00, 0x7b, 0x15, 0x47, 0x18, 0x45, 0x84, 0x51, 0x14, 0xed, 0x9f, 0xd5, 0xa2, 0x43, 0xc7, 0x2c, 0x20, 0x04, 0x70, 0x84, 0xae, 0x17, 0x91, 0x20, 0x29, 0x00, 0xac, 0x2d, 0x76, 0xed, 0x0f, 0x65, 0x18, 0xc3, 0x5b, 0xa2, 0xf3, 0xfb, 0x33, 0x35, 0x03, 0x28, 0xab, 0x38, 0xa5, 0x23, 0x09, 0xa8, 0x1b, 0x59, 0xa9, 0x19, 0x4a, 0x14, 0x57, 0x45, 0x6b, 0x73, 0x55, 0xb1, 0x09, 0x97, 0x23, 0x59, 0x87, 0xad, 0x50, 0xe0, 0xe8, 0xe2, 0x5a, 0xb1, 0xc4, 0xd0, 0x5a, 0x67, 0x4b, 0xd7, 0xc9, 0x1f, 0x7f, 0x94, 0xeb, 0x5e, 0x11, 0x56, 0x71, 0x05, 0xda, 0x7b, 0xbb, 0xc3, 0x6f, 0xa1, 0x6b, 0xc2, 0x88, 0x7a, 0x90, 0x45, 0x82, 0xea, 0x84, 0x19, 0x24, 0x05, 0x80, 0x02, 0x3f, 0x35, 0xbc, 0x18, 0x8d, 0xf2, 0x0d, 0x26, 0x5a, 0x47, 0xd1, 0x21, 0xca, 0x33, 0x30, 0x73, 0x1d, 0x85, 0x78, 0x85, 0x00, 0x0e, 0x23, 0x2f, 0x40, 0xa4, 0x97, 0x02, 0xb8, 0xf8, 0x37, 0x7f, 0x63, 0x6e, 0xee, 0xd5, 0x4b, 0x6d, 0xef, 0x98, 0x96, 0x28, 0x00, 0x47, 0x87, 0xa0, 0x6e, 0x3f, 0x4f, 0xd8, 0xfe, 0x3c, 0x94, 0xa8, 0x6e, 0x4f, 0xa2, 0xa9, 0xf2, 0x1c, 0x1d, 0xc5, 0x6b, 0xfe, 0xbd, 0xba, 0xcc, 0x0f, 0xe4, 0x47, 0xc2, 0x4b, 0x92, 0x1f, 0x28, 0x17, 0x8f, 0x46, 0xad, 0x11, 0x4f, 0x81, 0xdc, 0xae, 0x98, 0x6c, 0xd1, 0x9c, 0xb1, 0xfc, 0x8d, 0xa8, 0x48, 0x34, 0x41, 0x00, 0x48, 0x2c, 0x49, 0x11, 0x58, 0x8b, 0xd4, 0x91, 0x20, 0x13, 0x02, 0xc0, 0xcc, 0xb5, 0xce, 0xbd, 0x8a, 0x6e, 0xfc, 0x95, 0xf2, 0x5d, 0x30, 0xf3, 0xc3, 0x19, 0x3e, 0x2e, 0x66, 0x01, 0x90, 0x1f, 0x38, 0x46, 0x33, 0x03, 0x17, 0x40, 0xb9, 0x3b, 0xe4, 0x5c, 0xde, 0xa2, 0x96, 0x4f, 0x0a, 0x47, 0xd2, 0xf1, 0x10, 0x86, 0xfd, 0x88, 0xf4, 0x90, 0xb7, 0x6f, 0x91, 0x5f, 0x44, 0x52, 0x60, 0xfe, 0x70, 0xf2, 0x6b, 0xa6, 0x64, 0x4c, 0xeb, 0x03, 0xa2, 0x71, 0xcd, 0x70, 0xb0, 0xe9, 0x5c, 0x35, 0xfc, 0xfc, 0xa9, 0x64, 0xb2, 0x81, 0x28, 0x10, 0x6e, 0x06, 0x76, 0x59, 0x20, 0x20, 0x12, 0x54, 0x23, 0x46, 0x51, 0xa0, 0x46, 0xe3, 0x4c, 0x52, 0xc7, 0x7e, 0x2b, 0xda, 0x6d, 0x8e, 0x67, 0x7a, 0xa9, 0xdb, 0x46, 0x22, 0xd3, 0x6a, 0xad, 0xfc, 0x52, 0x77, 0x71, 0xa3, 0x6b, 0xae, 0x16, 0xa6, 0xdb, 0x5e, 0xb7, 0x4d, 0x7d, 0x66, 0xa9, 0x61, 0xdc, 0x14, 0xc5, 0x59, 0xc0, 0xb1, 0xcb, 0x77, 0x1e, 0xf1, 0xc0, 0x5a, 0x26, 0x49, 0xc4, 0x87, 0xf9, 0x23, 0xcd, 0xa0, 0x73, 0xe4, 0x0c, 0x4b, 0x01, 0x5c, 0x78, 0xf5, 0x55, 0x97, 0x33, 0x1c, 0x2d, 0x07, 0x3e, 0xd4, 0xce, 0xf8, 0x81, 0x3a, 0x92, 0x5a, 0x89, 0x2d, 0x72, 0x7e, 0xb9, 0x23, 0xc9, 0x77, 0x32, 0x06, 0xd6, 0xbb, 0xe3, 0xfe, 0x8b, 0xa3, 0x78, 0xcd, 0x3f, 0x52, 0x6d, 0x52, 0x54, 0x80, 0x22, 0xfc, 0x89, 0xbc, 0x85, 0x04, 0x96, 0x46, 0xf2, 0x67, 0x00, 0x6b, 0xcc, 0x9f, 0x93, 0x4d, 0xb9, 0x1d, 0x4a, 0x98, 0xf7, 0xe0, 0x78, 0x24, 0x14, 0x4a, 0x9e, 0xad, 0x5d, 0xaa, 0x11, 0xfe, 0xe4, 0x8e, 0x30, 0xf3, 0x5d, 0x90, 0xe1, 0xd6, 0x94, 0x97, 0xff, 0x5f, 0xb4, 0xae, 0x99, 0xce, 0x95, 0xa0, 0xae, 0xc0, 0xb3, 0xb6, 0x54, 0x84, 0x33, 0x0c, 0xf2, 0x8b, 0x99, 0xe0, 0x34, 0xcd, 0x66, 0x9f, 0x09, 0x01, 0x7c, 0xf1, 0xd5, 0xaf, 0x9a, 0x3b, 0x95, 0x4c, 0x36, 0xe1, 0x8f, 0x2d, 0x29, 0xfa, 0x33, 0x47, 0x35, 0x7f, 0xac, 0x87, 0x4f, 0xd0, 0xe8, 0xe9, 0x13, 0x00, 0x8d, 0x3c, 0xf9, 0x6c, 0x47, 0x36, 0xac, 0xb1, 0x55, 0x13, 0x1d, 0x28, 0xa1, 0x88, 0xd2, 0x8c, 0x85, 0xa5, 0x90, 0x55, 0xfc, 0xdc, 0xd8, 0x08, 0x0a, 0xa3, 0xbf, 0x35, 0x33, 0x09, 0xf2, 0xc3, 0xfc, 0xa9, 0x16, 0xa6, 0x8f, 0x65, 0xfe, 0x50, 0xc7, 0x6c, 0xa4, 0x7b, 0x9b, 0x6f, 0x87, 0xe3, 0x2c, 0x24, 0x5b, 0x5f, 0x67, 0x65, 0x80, 0x81, 0x1b, 0xa2, 0x89, 0xb9, 0x86, 0xf1, 0xd7, 0x64, 0x76, 0x2d, 0xa8, 0x61, 0x3a, 0x4c, 0x02, 0x38, 0x44, 0xce, 0x70, 0xad, 0xd8, 0x06, 0x5d, 0x6e, 0x5c, 0x65, 0xcd, 0x00, 0xc8, 0x60, 0xd3, 0xff, 0x77, 0xb9, 0xc9, 0x74, 0x8a, 0x66, 0x81, 0xde, 0xd1, 0x68, 0x7b, 0x91, 0x1c, 0x73, 0x84, 0x9d, 0x91, 0x14, 0x93, 0x66, 0xd0, 0x11, 0x31, 0x13, 0x1c, 0x23, 0xbf, 0xe0, 0x33, 0x1a, 0xf9, 0x2f, 0xbe, 0xfe, 0xba, 0x25, 0x80, 0x52, 0xba, 0x6e, 0x85, 0x2b, 0x5b, 0x5a, 0x92, 0x00, 0x6a, 0xf9, 0xc5, 0x61, 0x87, 0x07, 0x38, 0x8e, 0x7c, 0xf4, 0x87, 0x29, 0xc1, 0xb7, 0x24, 0xd4, 0x98, 0x3f, 0x8d, 0x51, 0xda, 0x1b, 0x06, 0x15, 0x8b, 0xff, 0xc5, 0x49, 0x8c, 0x95, 0x5d, 0xd8, 0x01, 0xad, 0x02, 0x26, 0x02, 0x91, 0x7e, 0x37, 0x5d, 0x7f, 0x3a, 0x22, 0x58, 0x74, 0x0f, 0x95, 0x44, 0x1c, 0xa0, 0x0a, 0xc9, 0x24, 0x1a, 0x3d, 0x93, 0xe9, 0xbd, 0xf3, 0xe8, 0x33, 0x00, 0x11, 0xd0, 0x9c, 0x62, 0x8b, 0xb6, 0x9d, 0x1f, 0xdc, 0xd8, 0x4c, 0xb0, 0xbe, 0x7f, 0x94, 0x61, 0x0c, 0xa7, 0x6b, 0xf8, 0x72, 0xae, 0xb8, 0x16, 0xa0, 0x98, 0xae, 0xf1, 0x20, 0x09, 0x00, 0x84, 0x47, 0x85, 0x68, 0x95, 0xb5, 0x37, 0xa8, 0xfd, 0x80, 0x6f, 0xd8, 0xd2, 0x65, 0xf4, 0xbb, 0x22, 0xba, 0xd7, 0x45, 0x34, 0xf8, 0x24, 0xdb, 0x02, 0xb6, 0x40, 0xf7, 0x33, 0x89, 0x09, 0xb9, 0x15, 0x43, 0x73, 0xf8, 0x2f, 0x99, 0xbc, 0xef, 0xb1, 0x33, 0x1d, 0x1c, 0x5f, 0x49, 0xfe, 0xa3, 0x02, 0x9f, 0xbc, 0xf4, 0x92, 0xf9, 0xb9, 0x10, 0xc0, 0x99, 0x17, 0x5f, 0x74, 0xad, 0x68, 0xbb, 0x52, 0x33, 0x6f, 0xc0, 0x44, 0x12, 0xb6, 0xc0, 0x93, 0x5b, 0x0c, 0x72, 0x47, 0x12, 0xd1, 0x20, 0xbe, 0xed, 0x38, 0x9c, 0x36, 0xe5, 0x86, 0x66, 0x35, 0x05, 0xb9, 0x05, 0x5a, 0xfb, 0x19, 0x95, 0xdb, 0x8c, 0x33, 0x8c, 0xc1, 0xd4, 0xd9, 0x67, 0x24, 0x89, 0x81, 0x4d, 0x34, 0xfa, 0x97, 0x8b, 0x47, 0x01, 0xa1, 0x68, 0x0c, 0xc0, 0x56, 0x81, 0xa5, 0x44, 0x98, 0x72, 0x22, 0x92, 0xc4, 0x96, 0x7e, 0xfd, 0xcc, 0xd9, 0xd8, 0x09, 0x4e, 0x80, 0x2e, 0xb8, 0xa8, 0xbf, 0x61, 0x74, 0x34, 0xec, 0x1a, 0x95, 0x8e, 0x61, 0xa2, 0x53, 0x00, 0x84, 0xfc, 0x3d, 0xe4, 0x7d, 0x6f, 0xe1, 0xd7, 0xb4, 0xbe, 0x57, 0x2f, 0xb3, 0x96, 0x7c, 0x81, 0x2a, 0x1a, 0x41, 0x31, 0xda, 0xcb, 0x15, 0x6c, 0xe5, 0x84, 0x32, 0xba, 0xc7, 0x12, 0xba, 0x27, 0x88, 0x64, 0x1b, 0xdd, 0x0b, 0x17, 0x0e, 0xe1, 0xf3, 0x89, 0x86, 0xf1, 0x84, 0x61, 0x27, 0x1f, 0x81, 0x36, 0x0c, 0xbc, 0x0d, 0x5b, 0x6b, 0x84, 0x12, 0xae, 0x00, 0x46, 0xaa, 0x89, 0x3c, 0x3c, 0x9a, 0x89, 0x93, 0xff, 0x28, 0x92, 0x62, 0xf4, 0x3b, 0x4b, 0x00, 0x5f, 0xfb, 0x9a, 0x69, 0xbe, 0xf1, 0x86, 0x6e, 0x3f, 0xa1, 0x47, 0x5b, 0x42, 0xf4, 0xe7, 0x15, 0xd5, 0xfe, 0x87, 0x9d, 0x0f, 0x07, 0x98, 0x0b, 0x00, 0xff, 0xf7, 0xed, 0xc3, 0x49, 0x50, 0x6f, 0x06, 0x8b, 0x52, 0x22, 0x24, 0xb9, 0x83, 0xe0, 0x02, 0xb2, 0x13, 0x5d, 0xa3, 0x31, 0x91, 0x64, 0xdd, 0x1c, 0xac, 0xa6, 0x12, 0x48, 0xa6, 0x91, 0xb0, 0x60, 0xf8, 0x70, 0xb3, 0x10, 0xb5, 0x33, 0x6c, 0x8b, 0x70, 0x8c, 0xfa, 0x25, 0x0c, 0x07, 0x88, 0x40, 0xf3, 0xda, 0xb4, 0x31, 0x67, 0xd2, 0x67, 0x24, 0xc6, 0x1b, 0xc6, 0x6f, 0x0d, 0x7b, 0xf1, 0xb6, 0x0e, 0x5d, 0x9b, 0x11, 0xbe, 0xf3, 0x8c, 0x31, 0x8c, 0x6f, 0xf3, 0x6b, 0x9a, 0x8d, 0xd9, 0x0c, 0xb3, 0x16, 0x09, 0xa0, 0x8c, 0x5e, 0x51, 0x27, 0x84, 0x55, 0x59, 0x78, 0x2d, 0xc6, 0xe8, 0x4f, 0xc0, 0xbd, 0xe6, 0xa3, 0x34, 0xa2, 0x5d, 0x3b, 0x87, 0xa0, 0xe9, 0xf3, 0x39, 0x4f, 0xd9, 0xdf, 0xdb, 0x5e, 0x37, 0xe3, 0x08, 0xb4, 0xd5, 0x88, 0x24, 0x2c, 0x71, 0xe0, 0x59, 0xc5, 0x2a, 0x67, 0x50, 0x0e, 0x0d, 0xb3, 0x47, 0x92, 0x1f, 0x38, 0x45, 0x7e, 0x00, 0x04, 0xf0, 0xa5, 0x10, 0x80, 0xc6, 0x0f, 0xf8, 0x71, 0x4b, 0x30, 0x7f, 0xde, 0x52, 0x17, 0xbd, 0x40, 0x00, 0x88, 0xf8, 0x70, 0x01, 0xc0, 0x27, 0x90, 0xe4, 0x87, 0x63, 0xf9, 0xbe, 0x3b, 0x91, 0x74, 0x6b, 0x88, 0x44, 0x0f, 0x4a, 0x72, 0xd1, 0x81, 0xed, 0xc5, 0xc8, 0x2c, 0xd1, 0x91, 0x46, 0xb8, 0x37, 0xc5, 0xc8, 0xed, 0xc3, 0x76, 0x94, 0x39, 0xe0, 0x11, 0xa8, 0x3c, 0xd2, 0x43, 0x28, 0x44, 0xc1, 0x1b, 0xc3, 0x46, 0x1a, 0x31, 0xa7, 0xd3, 0xfb, 0x25, 0xa6, 0x1a, 0xc6, 0xf1, 0x67, 0xec, 0xc7, 0x83, 0x76, 0x67, 0xe8, 0x11, 0x02, 0x6e, 0x0a, 0x13, 0x01, 0xbf, 0x8f, 0xd4, 0x70, 0x13, 0x99, 0x61, 0x25, 0xfc, 0xda, 0xd6, 0xd1, 0x8c, 0x56, 0x46, 0x4e, 0x65, 0x29, 0x91, 0xa8, 0x08, 0x0b, 0x7b, 0xb0, 0xba, 0x0d, 0xc0, 0x42, 0x7f, 0x12, 0x40, 0x3e, 0x04, 0x40, 0xff, 0x4f, 0x21, 0xb3, 0x94, 0x8b, 0x67, 0xa6, 0x6d, 0xd2, 0x8d, 0xf6, 0x33, 0x13, 0xc9, 0x76, 0x6c, 0x1f, 0x40, 0x20, 0xaa, 0x38, 0x74, 0x33, 0x47, 0x2b, 0x6c, 0x23, 0xa9, 0xee, 0x0f, 0x65, 0xed, 0x5e, 0x87, 0xe7, 0xac, 0xb1, 0x59, 0xe0, 0x04, 0xfd, 0x1f, 0xe6, 0x8f, 0x14, 0x80, 0xba, 0x58, 0xa6, 0x29, 0x97, 0x75, 0x5e, 0x8e, 0x00, 0x1c, 0xcb, 0xe0, 0xb0, 0x1b, 0x33, 0x4c, 0x1d, 0x94, 0x3f, 0xf0, 0x68, 0x0a, 0x7f, 0xc0, 0x73, 0x9e, 0xb2, 0x40, 0x9b, 0x1a, 0xe3, 0x44, 0x00, 0xb2, 0x87, 0x43, 0x74, 0x9d, 0x79, 0xd1, 0x19, 0x18, 0x69, 0x18, 0x8f, 0x93, 0xb9, 0x70, 0x9e, 0x60, 0x4a, 0x2c, 0xee, 0xd4, 0xc9, 0x2c, 0xc0, 0xa8, 0x88, 0x18, 0x39, 0x91, 0x5e, 0xa2, 0x98, 0xc4, 0x50, 0x40, 0xbf, 0x93, 0xc8, 0x26, 0xc2, 0xcc, 0xa4, 0x99, 0x62, 0xaa, 0x4d, 0x7c, 0x0b, 0x34, 0xf2, 0x26, 0x18, 0xf6, 0x9e, 0x3a, 0x40, 0x2f, 0x0d, 0x7a, 0x37, 0x23, 0x1c, 0xe7, 0x8a, 0x37, 0x8c, 0x5f, 0xf1, 0x6b, 0x9b, 0x46, 0xb3, 0x40, 0x16, 0x08, 0x4f, 0x02, 0x28, 0xa4, 0xfb, 0x39, 0x40, 0x3f, 0x1f, 0xa0, 0x7b, 0x90, 0xaf, 0xb9, 0x84, 0x1c, 0xfa, 0x39, 0x87, 0x04, 0xb1, 0xbc, 0x5b, 0x37, 0x87, 0xb0, 0xa9, 0x5d, 0xbe, 0xa0, 0x1b, 0xfb, 0xba, 0x3a, 0xd3, 0xc8, 0x76, 0x0c, 0x53, 0x1c, 0xaa, 0x30, 0x7c, 0x33, 0x06, 0x99, 0x5c, 0xb9, 0xdc, 0x0f, 0xab, 0x01, 0xe1, 0xc9, 0x19, 0x06, 0xf1, 0x8f, 0x09, 0x01, 0x1c, 0xa7, 0x19, 0x01, 0x02, 0x00, 0xf9, 0x81, 0x6a, 0xfa, 0x9d, 0xc2, 0x9b, 0x75, 0x2d, 0x41, 0x00, 0x2b, 0x1d, 0xe5, 0x0f, 0x34, 0x4d, 0x59, 0x02, 0xa0, 0xd1, 0x85, 0x0b, 0x40, 0x3e, 0xba, 0x07, 0xc0, 0xa6, 0x52, 0x2c, 0x8a, 0x02, 0xfb, 0x73, 0xaf, 0x9f, 0x91, 0xfd, 0x46, 0x85, 0xec, 0xfe, 0x88, 0x2e, 0x3b, 0x47, 0x67, 0x7e, 0x74, 0xfb, 0x3e, 0xd9, 0xfd, 0xd3, 0x0c, 0xa3, 0x0a, 0x1d, 0x3c, 0x4d, 0x00, 0x84, 0xce, 0xc0, 0x73, 0xc0, 0x60, 0x1f, 0x33, 0x3b, 0x1f, 0xe4, 0xcf, 0xa5, 0x19, 0xc1, 0x02, 0x91, 0x1f, 0x58, 0x45, 0x76, 0xf5, 0x64, 0xfa, 0x8c, 0x04, 0xcd, 0x24, 0x47, 0x1f, 0xb5, 0x4b, 0x1f, 0xfa, 0x6a, 0xd0, 0x2f, 0x00, 0x6e, 0x8e, 0x10, 0xfe, 0xbe, 0xcf, 0x3a, 0x27, 0xa9, 0xa0, 0xff, 0x04, 0xc3, 0x28, 0x9e, 0xc4, 0xae, 0x71, 0x59, 0xf7, 0xee, 0xe6, 0x01, 0x12, 0x40, 0x01, 0x09, 0x20, 0x8f, 0xee, 0x25, 0x8f, 0xc8, 0x0e, 0xc0, 0xf4, 0x01, 0xf9, 0x21, 0x90, 0x2c, 0x24, 0xfc, 0xa8, 0x3f, 0x66, 0xb5, 0x6d, 0xeb, 0x10, 0x37, 0xb5, 0xcf, 0xb1, 0x5f, 0xda, 0x9b, 0x53, 0xc9, 0x99, 0xad, 0x1b, 0x83, 0x6a, 0x86, 0xf9, 0x13, 0x46, 0x40, 0x51, 0x90, 0xf9, 0xb9, 0x42, 0xfa, 0x60, 0xe0, 0x40, 0x01, 0x1e, 0x01, 0x85, 0x1d, 0xec, 0x98, 0x09, 0x84, 0xdd, 0xee, 0x3e, 0x67, 0x02, 0x38, 0x42, 0xb3, 0x84, 0x62, 0x02, 0xed, 0x6b, 0x09, 0x02, 0x70, 0x6c, 0x78, 0x85, 0xe8, 0x0e, 0xc8, 0x9e, 0xc9, 0x04, 0x80, 0xa8, 0x10, 0xf6, 0xd8, 0x39, 0x40, 0x8d, 0x5d, 0x40, 0xc0, 0xe2, 0x0c, 0xee, 0x84, 0xce, 0xb6, 0x95, 0xdc, 0xee, 0x32, 0xc9, 0x2e, 0x3b, 0xc8, 0x61, 0x8e, 0x3c, 0x4c, 0x04, 0x22, 0x62, 0xa4, 0xf2, 0x0e, 0x9e, 0x82, 0x50, 0x2d, 0x1e, 0xbc, 0x21, 0x46, 0xff, 0x12, 0x81, 0x62, 0x8c, 0xf6, 0x28, 0x83, 0x26, 0x64, 0x13, 0x69, 0xb2, 0x08, 0xa9, 0x74, 0x2f, 0x93, 0x68, 0x44, 0x9d, 0x68, 0x13, 0xdf, 0xc2, 0x3b, 0x86, 0xf1, 0x67, 0xc3, 0x2e, 0xd7, 0xe0, 0xb8, 0xc5, 0x0f, 0x06, 0x34, 0x21, 0xfc, 0x9d, 0xe3, 0x96, 0x3f, 0x1a, 0xc6, 0x4f, 0x48, 0x04, 0xa6, 0x04, 0xae, 0x73, 0x07, 0x82, 0x11, 0x44, 0xa8, 0x6c, 0x12, 0x41, 0x36, 0x11, 0x3e, 0x9b, 0x08, 0x9f, 0x2b, 0x05, 0x40, 0xb3, 0x40, 0x26, 0xbd, 0xee, 0xc7, 0x6e, 0xd7, 0x34, 0x5b, 0x4f, 0xa1, 0x7b, 0x94, 0xe2, 0x41, 0xfb, 0x50, 0x9b, 0x15, 0x7d, 0xdd, 0xde, 0x65, 0xaf, 0xa7, 0x1f, 0x73, 0xac, 0xbb, 0x46, 0x14, 0xaa, 0x30, 0xfc, 0x8a, 0x82, 0x66, 0x9a, 0x29, 0x73, 0x98, 0x13, 0x9e, 0x49, 0x16, 0x02, 0x92, 0x78, 0x8d, 0x74, 0xbd, 0x8d, 0x22, 0x23, 0x8c, 0x7d, 0x8d, 0x90, 0x0c, 0xfb, 0x52, 0x08, 0x40, 0x13, 0x09, 0xaa, 0x69, 0x09, 0x02, 0x28, 0x72, 0xd4, 0xa6, 0x53, 0x63, 0xc2, 0xd4, 0x41, 0x26, 0x18, 0xa1, 0x44, 0x89, 0x3c, 0x3c, 0x89, 0x05, 0x20, 0x01, 0xec, 0xa4, 0xff, 0xcf, 0x65, 0x8e, 0x28, 0xd9, 0xe2, 0x4b, 0x18, 0xe9, 0x75, 0x84, 0x0f, 0x89, 0xec, 0xac, 0xa3, 0x2c, 0xd3, 0x84, 0x9c, 0x8a, 0x9b, 0xc9, 0x51, 0xdd, 0xc0, 0x47, 0x6f, 0x60, 0x79, 0xcf, 0x9e, 0x16, 0x01, 0x72, 0x89, 0xe8, 0x20, 0x7d, 0x91, 0x00, 0xc8, 0x9f, 0x09, 0x10, 0xf1, 0x81, 0x7d, 0xf4, 0xf3, 0x1c, 0x72, 0xd6, 0x27, 0xd8, 0x0e, 0xaf, 0x85, 0x71, 0x86, 0x51, 0x3d, 0xd0, 0x30, 0xee, 0xa0, 0xef, 0x1f, 0x28, 0x30, 0x48, 0x83, 0x5b, 0x83, 0xe0, 0xb6, 0x10, 0x11, 0xec, 0x7b, 0x7c, 0xe7, 0xa4, 0xc6, 0xbb, 0x95, 0xcc, 0xb2, 0x7d, 0xef, 0xd1, 0x35, 0x4a, 0x4c, 0x27, 0x27, 0x37, 0x93, 0xee, 0x2b, 0x8b, 0x04, 0x90, 0x45, 0xaf, 0x99, 0x44, 0x76, 0x00, 0x23, 0x7f, 0x16, 0x8d, 0xb8, 0x19, 0x24, 0x80, 0x0c, 0xfa, 0x79, 0x2f, 0xfd, 0xbc, 0xba, 0x6f, 0x5f, 0x90, 0xde, 0x87, 0xc9, 0xf6, 0xfd, 0xee, 0x1b, 0x61, 0x18, 0xb7, 0x6b, 0x4c, 0xaf, 0x9e, 0x7e, 0x84, 0xd1, 0x3d, 0xc8, 0x4c, 0xe1, 0x13, 0x04, 0x0d, 0x44, 0x49, 0xd2, 0xf9, 0x06, 0x07, 0xf6, 0x0c, 0x1e, 0x6c, 0xe5, 0x03, 0xf0, 0xac, 0x32, 0xa0, 0x41, 0xe0, 0x13, 0x12, 0xc0, 0xe7, 0xe4, 0x03, 0x00, 0x10, 0x83, 0x2f, 0x74, 0x2d, 0xea, 0xc6, 0x5a, 0x42, 0x16, 0xb8, 0x98, 0xd9, 0x64, 0xd6, 0x26, 0xa9, 0x20, 0x3a, 0x36, 0xb4, 0x02, 0xf1, 0xad, 0xdd, 0xc9, 0x08, 0xd8, 0x62, 0x04, 0xf1, 0xde, 0x3c, 0x21, 0x80, 0x39, 0x2c, 0xfa, 0x30, 0xc3, 0x5a, 0x46, 0xea, 0x23, 0x3d, 0x1f, 0xe1, 0x75, 0x84, 0xd7, 0x92, 0x5d, 0xb5, 0xbd, 0xef, 0xa2, 0x51, 0x91, 0x3c, 0xa4, 0xd5, 0xbc, 0x53, 0x31, 0x2a, 0xce, 0xef, 0xdc, 0xd9, 0xea, 0x78, 0x10, 0x1d, 0xce, 0xed, 0x01, 0x22, 0x3a, 0x00, 0xf2, 0x83, 0xf0, 0x19, 0x02, 0x7b, 0x09, 0xab, 0xe9, 0x3a, 0x41, 0xa4, 0x77, 0x19, 0x7e, 0x6d, 0x18, 0x3f, 0x62, 0x04, 0xbd, 0x5d, 0xc1, 0x60, 0x0d, 0xee, 0x68, 0x42, 0x0c, 0xf6, 0x03, 0xeb, 0xfc, 0x3f, 0x30, 0x8c, 0xd7, 0xc9, 0xc1, 0xbc, 0x38, 0xce, 0x16, 0xaa, 0x75, 0xbd, 0xcb, 0xfa, 0xf4, 0x31, 0x33, 0x49, 0x00, 0x99, 0x64, 0xda, 0xed, 0x83, 0xa8, 0xf1, 0x10, 0x6d, 0x22, 0x3d, 0x5e, 0xf7, 0x81, 0xfc, 0xd4, 0x16, 0x7b, 0x00, 0xfa, 0x79, 0x11, 0xf9, 0x03, 0x7c, 0x06, 0x99, 0x68, 0x7f, 0x4f, 0xda, 0x43, 0xf6, 0x4c, 0x20, 0x4d, 0xbc, 0x3e, 0x02, 0x5c, 0x14, 0x61, 0x0b, 0x82, 0x04, 0x36, 0x4e, 0x06, 0x22, 0xc0, 0x81, 0xdd, 0x34, 0x5b, 0x61, 0x5b, 0x14, 0x6b, 0x13, 0x2d, 0x40, 0x08, 0x01, 0x02, 0xf8, 0x8c, 0xc8, 0x0f, 0x5c, 0x78, 0xfd, 0x75, 0x93, 0x27, 0xfe, 0x08, 0xe7, 0x8d, 0x2b, 0x5d, 0x13, 0x44, 0x17, 0x54, 0xc8, 0x9d, 0x19, 0x08, 0x00, 0x19, 0xdf, 0x2a, 0xec, 0x4c, 0x86, 0xad, 0x30, 0x04, 0x90, 0x68, 0xca, 0x25, 0xf2, 0x03, 0x29, 0x03, 0x06, 0xf0, 0x58, 0x3a, 0x9c, 0xaf, 0x8f, 0xc3, 0x20, 0xbd, 0x8e, 0xf0, 0xb2, 0x53, 0xac, 0x4e, 0x1a, 0x4a, 0x64, 0x20, 0x22, 0x6c, 0x9e, 0xc8, 0x4c, 0x02, 0x60, 0x66, 0xfb, 0xf6, 0x66, 0x3a, 0xea, 0xfc, 0x69, 0xf4, 0x87, 0x5d, 0x9c, 0x0f, 0xdb, 0x18, 0xe4, 0x27, 0xec, 0xa1, 0xeb, 0xf5, 0x81, 0xfe, 0xbe, 0x95, 0xee, 0xe1, 0xbd, 0xd6, 0xad, 0x2d, 0x22, 0x8d, 0x15, 0x88, 0x35, 0x8c, 0xb5, 0x0a, 0x21, 0xef, 0x14, 0x18, 0xa2, 0xc1, 0x5d, 0x7e, 0x30, 0x34, 0x4c, 0xf8, 0xfb, 0x1e, 0xf5, 0x7c, 0xd6, 0xb5, 0xfc, 0x9f, 0x61, 0x4c, 0x1f, 0x63, 0x3b, 0xe9, 0x16, 0x70, 0xfd, 0x1f, 0xa3, 0xb4, 0x9b, 0x04, 0x90, 0x81, 0x92, 0x68, 0x22, 0x3b, 0x46, 0xfc, 0x3d, 0x98, 0x01, 0x08, 0x7b, 0x89, 0xf8, 0xbb, 0xe9, 0x77, 0xe9, 0xf4, 0x9a, 0x46, 0x6d, 0x33, 0xa7, 0x53, 0x27, 0x4b, 0xf4, 0xe3, 0x59, 0xbb, 0x91, 0x90, 0xb2, 0x5e, 0x35, 0x8c, 0x7b, 0x15, 0x9f, 0xe4, 0xb2, 0x04, 0x41, 0x03, 0xd2, 0x1c, 0x1e, 0x7d, 0xca, 0xa0, 0xf6, 0xae, 0x7f, 0xec, 0x31, 0x7b, 0x15, 0x9b, 0x14, 0x01, 0xe1, 0x13, 0xd4, 0x02, 0x91, 0x1f, 0xf0, 0x29, 0xe1, 0x3c, 0xfd, 0xcc, 0xfd, 0x86, 0x64, 0x5b, 0x00, 0x3c, 0xec, 0x1a, 0xd5, 0xc3, 0x0a, 0x53, 0xd2, 0x45, 0xe4, 0xb3, 0x6c, 0xa2, 0xe5, 0xe0, 0xe6, 0x63, 0x6f, 0x7a, 0x6a, 0x54, 0x2c, 0xd0, 0xb0, 0x40, 0x4a, 0x2e, 0x12, 0x02, 0xc8, 0x81, 0x0f, 0x40, 0x22, 0x99, 0xc5, 0x6e, 0x9e, 0x9c, 0xae, 0xe2, 0x30, 0x48, 0xdf, 0x5b, 0x43, 0x7a, 0x9f, 0x93, 0xf9, 0x2f, 0x86, 0xf1, 0x14, 0x75, 0x58, 0xa1, 0xec, 0xbc, 0xf1, 0xc2, 0x1c, 0x98, 0x46, 0xe6, 0x40, 0x0a, 0x9d, 0x1b, 0xa3, 0x5d, 0xb6, 0x70, 0x72, 0x73, 0x84, 0xbd, 0xbf, 0x9b, 0x08, 0x9f, 0x4e, 0x48, 0xc3, 0x2b, 0x4a, 0x05, 0xe8, 0x3d, 0x53, 0x48, 0x2c, 0x92, 0x44, 0xa3, 0x6d, 0x9c, 0x7a, 0xd6, 0x7e, 0xea, 0xb9, 0x8e, 0xc8, 0xc3, 0x18, 0xee, 0x56, 0x70, 0x4f, 0x13, 0x42, 0xfd, 0x6e, 0x7e, 0x5e, 0xeb, 0x5a, 0xc8, 0x21, 0xb8, 0x3f, 0x81, 0x6c, 0xe3, 0xd1, 0x97, 0xae, 0xdb, 0x7c, 0xaf, 0x4d, 0x1b, 0x33, 0x95, 0xee, 0x6d, 0x0f, 0x09, 0x60, 0x0f, 0xdd, 0x77, 0x1a, 0x48, 0x4f, 0x64, 0x87, 0x08, 0x76, 0x43, 0x0c, 0x20, 0x3f, 0x44, 0x80, 0xd0, 0x28, 0xb5, 0xd1, 0x8c, 0x0e, 0x1d, 0x4c, 0x6e, 0x4a, 0x89, 0x59, 0xb0, 0xee, 0x67, 0x86, 0xf1, 0x55, 0xe1, 0x73, 0x48, 0xbf, 0x27, 0x98, 0x20, 0xb8, 0xc9, 0xe4, 0x10, 0x03, 0xcd, 0x00, 0x5b, 0xa7, 0xb3, 0x88, 0x5c, 0x1e, 0x8a, 0xf6, 0xb0, 0xc5, 0xbb, 0x08, 0x45, 0xd7, 0x89, 0x59, 0xe0, 0x3c, 0x8d, 0xfa, 0xc0, 0x27, 0x24, 0x80, 0xb3, 0xaf, 0xbe, 0xea, 0xf3, 0x19, 0x84, 0x08, 0xce, 0xb0, 0x70, 0x6b, 0xd4, 0x84, 0xc0, 0xe3, 0xf3, 0x37, 0xd0, 0x45, 0x6c, 0xe7, 0x0e, 0x2d, 0x56, 0xf3, 0xe7, 0x22, 0xdc, 0x49, 0x0d, 0xdc, 0x20, 0xa6, 0x31, 0xeb, 0x81, 0xcd, 0x08, 0xbd, 0x51, 0xe3, 0x66, 0x63, 0xbb, 0x41, 0x52, 0xfb, 0x2c, 0x72, 0xba, 0xe4, 0xcd, 0x53, 0x43, 0x7c, 0xf1, 0x55, 0xdb, 0xa6, 0xed, 0xae, 0x31, 0x6f, 0x82, 0x92, 0x5e, 0x76, 0xc8, 0x1f, 0xc8, 0x11, 0xa4, 0xce, 0x3a, 0x3d, 0x5e, 0xe9, 0xbc, 0x69, 0x37, 0xde, 0x68, 0xee, 0xa0, 0x6b, 0x42, 0x07, 0xef, 0xa7, 0xeb, 0x90, 0x8e, 0x2e, 0x90, 0x26, 0x88, 0x0f, 0x82, 0xa4, 0xd1, 0xff, 0xf1, 0x9a, 0xdc, 0xa3, 0x87, 0x8f, 0x3c, 0x49, 0x02, 0xbf, 0x30, 0x8c, 0xb7, 0x14, 0x82, 0x73, 0x62, 0x0e, 0x67, 0xb8, 0x97, 0xe1, 0x3e, 0x0d, 0xbe, 0x12, 0x26, 0x74, 0xdf, 0xc1, 0xcf, 0xc1, 0xcf, 0x6d, 0x5d, 0xcf, 0x3f, 0x19, 0xc6, 0x0f, 0x48, 0x04, 0x9f, 0x27, 0xd2, 0x75, 0x4b, 0xcc, 0xec, 0xda, 0xd5, 0x4c, 0x23, 0xf2, 0xa7, 0x93, 0x08, 0xf0, 0x9a, 0x46, 0xc4, 0xc7, 0x88, 0x9f, 0x2e, 0x84, 0x90, 0x8e, 0xff, 0x53, 0xfb, 0x00, 0x3b, 0xe9, 0x77, 0x33, 0xc8, 0xf7, 0x19, 0xc7, 0x4c, 0xbf, 0xf7, 0xec, 0xd9, 0xe4, 0xd3, 0xff, 0xb5, 0x1f, 0x71, 0x3a, 0x50, 0x71, 0xca, 0x03, 0x89, 0xc1, 0x35, 0x33, 0xd0, 0x34, 0xdf, 0x8b, 0x06, 0xbd, 0x13, 0xd3, 0x58, 0xf8, 0xb5, 0x9c, 0xcc, 0x9f, 0x1a, 0xb1, 0x74, 0x53, 0x96, 0x9e, 0x63, 0x7b, 0x94, 0xb3, 0x44, 0xfe, 0x73, 0x42, 0x04, 0x8d, 0xcf, 0x3d, 0xe7, 0xf3, 0x1b, 0x85, 0x10, 0x2a, 0x35, 0x39, 0x87, 0x66, 0x15, 0x82, 0x1a, 0xab, 0x6f, 0x43, 0x17, 0xb3, 0x70, 0x1e, 0xf3, 0xe6, 0xb7, 0xf7, 0xeb, 0x67, 0x09, 0x00, 0xa3, 0xbd, 0xcc, 0xaa, 0x62, 0x5f, 0x1a, 0xd4, 0xd9, 0x64, 0x4b, 0x01, 0x50, 0x03, 0x2f, 0xa0, 0x11, 0x56, 0xde, 0x3c, 0x1a, 0x82, 0x3a, 0xec, 0xe7, 0x41, 0x88, 0xcf, 0xc3, 0x8c, 0x37, 0x33, 0xe2, 0xdf, 0xf2, 0x30, 0x11, 0x73, 0x94, 0x61, 0xcc, 0xa4, 0x4e, 0xfa, 0x92, 0x8d, 0x58, 0x16, 0xa6, 0xd3, 0x68, 0xb6, 0x9d, 0xce, 0x99, 0x26, 0xc8, 0x9f, 0x25, 0x1c, 0xdd, 0xfd, 0x04, 0x39, 0xda, 0x5b, 0xa0, 0xbf, 0xa5, 0xa0, 0x52, 0xf2, 0xe6, 0x9b, 0x4d, 0x4e, 0x1c, 0xba, 0x2e, 0xf3, 0x4f, 0x86, 0xb1, 0x42, 0x43, 0x72, 0x1d, 0xa9, 0xef, 0x67, 0x78, 0x80, 0xe1, 0xc1, 0x26, 0x00, 0xff, 0x3e, 0x7e, 0x1e, 0x9d, 0x58, 0xee, 0xfd, 0x9d, 0x61, 0x4c, 0xa0, 0x36, 0x31, 0x47, 0x89, 0x7b, 0x00, 0x16, 0x92, 0x3f, 0x90, 0x4a, 0x02, 0xb0, 0x80, 0x08, 0x17, 0x91, 0x5e, 0x22, 0x4d, 0x02, 0x03, 0x01, 0x44, 0x40, 0x3f, 0xcf, 0x26, 0x7f, 0x69, 0xac, 0x30, 0xa3, 0xb8, 0x5f, 0x41, 0xdf, 0xb9, 0xea, 0x45, 0x3b, 0x4c, 0x3a, 0x50, 0x89, 0x50, 0xf1, 0x99, 0x81, 0x87, 0x6a, 0x1d, 0xb3, 0x02, 0xb5, 0xe7, 0x1b, 0x2c, 0xe4, 0x6a, 0xce, 0x69, 0xdb, 0xd6, 0x6c, 0x78, 0xfe, 0x79, 0xbb, 0xe6, 0x0a, 0x35, 0x4c, 0x22, 0x19, 0xd9, 0xf0, 0xe4, 0x93, 0xe6, 0x19, 0x32, 0x7b, 0xa4, 0x08, 0x2a, 0x49, 0x10, 0xb3, 0x59, 0xf0, 0x84, 0x7e, 0x4e, 0xd5, 0xe4, 0x19, 0xb8, 0x10, 0x9a, 0xb4, 0x9e, 0xc9, 0x45, 0x7e, 0x9c, 0x94, 0x2e, 0x22, 0x89, 0x47, 0x74, 0x36, 0xf4, 0xec, 0x69, 0x8f, 0xf4, 0x24, 0x02, 0x54, 0x57, 0x82, 0xfc, 0x58, 0x96, 0x87, 0x1b, 0x93, 0xe4, 0xcf, 0xa4, 0xd7, 0xb5, 0xbd, 0x7a, 0xf9, 0xc8, 0x3f, 0xd5, 0x8e, 0x3a, 0x64, 0x75, 0x71, 0x27, 0x91, 0x02, 0x12, 0xbf, 0x03, 0x35, 0xfc, 0x1f, 0x0d, 0xe3, 0xb7, 0xd4, 0x29, 0x87, 0x39, 0xf1, 0x65, 0x67, 0xcd, 0xef, 0xde, 0xdd, 0xea, 0x48, 0x74, 0xea, 0x3e, 0x41, 0x7a, 0x60, 0x9f, 0xe8, 0xe4, 0x14, 0x09, 0xfa, 0xff, 0x4e, 0xc2, 0x6a, 0x72, 0xdc, 0x13, 0x69, 0x66, 0x4a, 0x10, 0xc4, 0x01, 0x62, 0x0c, 0xa3, 0x7c, 0x80, 0xbd, 0x3e, 0x59, 0x47, 0x74, 0x95, 0xe0, 0x0f, 0x31, 0x3c, 0xcc, 0xf0, 0x08, 0xc3, 0xa3, 0x61, 0xe0, 0x11, 0x05, 0xfc, 0x3b, 0xe5, 0x79, 0x54, 0x91, 0x58, 0xd7, 0xd6, 0x89, 0x7e, 0xfe, 0x8b, 0x61, 0x64, 0xc4, 0xd3, 0x3d, 0xc4, 0xb3, 0xfb, 0x59, 0x31, 0x68, 0x90, 0xb9, 0x8b, 0xfa, 0x25, 0x85, 0x00, 0xd1, 0xef, 0xa2, 0xfe, 0x00, 0x7c, 0x42, 0x20, 0x73, 0x28, 0x95, 0xda, 0x04, 0x33, 0x21, 0x06, 0x86, 0xf7, 0x7b, 0xf7, 0xb6, 0xcc, 0x40, 0x55, 0x08, 0xf4, 0xff, 0xd3, 0xe4, 0x6f, 0xbc, 0xdd, 0xd7, 0x76, 0xc2, 0x07, 0x2a, 0xb3, 0x42, 0x40, 0x21, 0xd0, 0x0c, 0xfd, 0xd1, 0x14, 0x16, 0x96, 0xfe, 0x88, 0x06, 0xcd, 0xfa, 0xa7, 0x9f, 0xb6, 0xf2, 0x30, 0x95, 0x44, 0xfc, 0x4a, 0xb1, 0x7e, 0xe1, 0xf0, 0x33, 0xcf, 0x98, 0xa7, 0x49, 0x00, 0x52, 0x04, 0xb9, 0x74, 0x3d, 0x4a, 0x2d, 0xd6, 0x12, 0x4d, 0xc2, 0xad, 0x59, 0x44, 0xa0, 0x25, 0x3f, 0x40, 0x26, 0xcc, 0x0f, 0x79, 0x6d, 0xcd, 0x0a, 0x72, 0xa2, 0x40, 0xfe, 0x1c, 0x02, 0xaa, 0x27, 0xe5, 0x9a, 0x54, 0x00, 0x89, 0x18, 0x90, 0x3f, 0x0b, 0x23, 0xf2, 0x1d, 0x77, 0xc8, 0x92, 0x02, 0x1f, 0x12, 0xed, 0x67, 0x44, 0x05, 0x22, 0xbf, 0xd5, 0xb0, 0xf4, 0xc3, 0xad, 0xff, 0x65, 0x18, 0xff, 0xce, 0xc3, 0x7e, 0xef, 0x32, 0xf2, 0xbf, 0x4b, 0x24, 0x5e, 0x49, 0x23, 0x79, 0x2a, 0x9d, 0x2f, 0x5d, 0x90, 0x1f, 0xa4, 0x07, 0x32, 0x60, 0xe7, 0x63, 0x84, 0x03, 0xe8, 0xe7, 0x1d, 0xf4, 0x0a, 0xac, 0x27, 0x47, 0x71, 0x34, 0x39, 0xbd, 0x92, 0x28, 0xf1, 0xb6, 0xd3, 0x7b, 0x86, 0x9c, 0xbf, 0x6f, 0x30, 0xd2, 0x73, 0xc2, 0xab, 0x44, 0x57, 0x09, 0x3e, 0x42, 0xe0, 0x31, 0x86, 0xc7, 0x35, 0x78, 0x42, 0x81, 0xfa, 0x77, 0xfe, 0xf9, 0x11, 0x0c, 0x5c, 0x24, 0x5a, 0x51, 0xd0, 0x3f, 0x2f, 0xbf, 0x63, 0x18, 0x0d, 0x71, 0x74, 0x2f, 0x12, 0x09, 0xd4, 0x36, 0x6b, 0xe9, 0x5e, 0x2d, 0x11, 0xd0, 0x2c, 0x90, 0x22, 0x4c, 0x9e, 0x5d, 0x44, 0xfe, 0x5d, 0x6c, 0x36, 0xb0, 0x44, 0x00, 0x93, 0x90, 0xb0, 0x86, 0xfc, 0xba, 0xf7, 0x6e, 0xb8, 0x41, 0x2b, 0x04, 0x32, 0x13, 0x4b, 0x68, 0x10, 0xfa, 0xdd, 0x60, 0xdb, 0x2f, 0x0a, 0x6a, 0x1a, 0x91, 0x68, 0x7e, 0xc2, 0xf3, 0x0d, 0x00, 0x92, 0x8d, 0xd5, 0x64, 0x02, 0x55, 0x10, 0xe9, 0x2b, 0x64, 0xf5, 0x2d, 0xf6, 0x0d, 0x7d, 0xf9, 0x65, 0xf3, 0x14, 0x91, 0x5f, 0x8a, 0x60, 0xeb, 0xc0, 0x81, 0xbe, 0xa8, 0xd1, 0x6c, 0xfb, 0xb3, 0x7f, 0x66, 0x49, 0xb6, 0x66, 0x13, 0x81, 0xc3, 0xe6, 0x57, 0x32, 0xb6, 0xed, 0xa8, 0x51, 0xef, 0x61, 0x53, 0x92, 0x39, 0x8f, 0x1a, 0x2a, 0x5b, 0x38, 0xbb, 0x79, 0xd4, 0x90, 0xbc, 0xbe, 0xa6, 0x0c, 0xc9, 0x25, 0x6c, 0x38, 0x4b, 0x0d, 0xbe, 0x9f, 0xb0, 0x94, 0xec, 0x52, 0x9e, 0x9c, 0x9a, 0x62, 0xa7, 0xe1, 0x47, 0x0d, 0xb7, 0x63, 0xdb, 0x2e, 0x3b, 0xff, 0x5f, 0x0d, 0xe3, 0x45, 0x3a, 0xdf, 0x38, 0x22, 0x7a, 0x83, 0xe2, 0xa0, 0xf9, 0x3a, 0x64, 0x32, 0x4d, 0xa7, 0x1b, 0x07, 0x0f, 0x36, 0x77, 0x11, 0xf9, 0xf7, 0x30, 0xf2, 0x67, 0x30, 0xf2, 0xef, 0x60, 0xd8, 0x4e, 0xf8, 0x68, 0xc8, 0x10, 0x73, 0x0c, 0x5d, 0xb7, 0x24, 0x7e, 0xbc, 0x4d, 0x96, 0xcf, 0xc9, 0x96, 0xfe, 0x0f, 0x46, 0x7c, 0x7f, 0xa4, 0xe7, 0x84, 0xe7, 0x44, 0xe7, 0xa4, 0x7e, 0x52, 0xe0, 0x29, 0x86, 0xa7, 0x03, 0xe0, 0x29, 0x05, 0xf2, 0xf3, 0x5c, 0x24, 0xaa, 0x28, 0xb4, 0x82, 0x20, 0xdf, 0xea, 0x1f, 0x69, 0x16, 0x3b, 0x1f, 0xcb, 0x45, 0x40, 0x42, 0x87, 0x08, 0x52, 0x88, 0x64, 0x98, 0x09, 0x52, 0xa8, 0xad, 0x20, 0x82, 0x14, 0x31, 0x1b, 0xf8, 0x66, 0x04, 0xf8, 0x46, 0xf0, 0x17, 0x08, 0x5b, 0xa9, 0xdf, 0xa6, 0x92, 0x39, 0x39, 0x86, 0x45, 0xc5, 0xb8, 0x59, 0x44, 0xaf, 0x27, 0xe8, 0x3c, 0x33, 0x7e, 0x62, 0x18, 0x5f, 0x6b, 0x6f, 0xfb, 0x73, 0x8e, 0xd9, 0x80, 0xfe, 0x19, 0x44, 0x7f, 0xff, 0xc3, 0x44, 0xf2, 0x23, 0x78, 0x4e, 0x66, 0x49, 0xb7, 0x6e, 0x66, 0x3d, 0x99, 0x3f, 0x28, 0xdc, 0x43, 0x45, 0xae, 0x14, 0x41, 0x0d, 0xb6, 0x4f, 0x27, 0xd2, 0x9f, 0x12, 0x80, 0x08, 0x96, 0x91, 0x49, 0xc6, 0x43, 0xa7, 0x74, 0xce, 0xd7, 0x59, 0xb6, 0xd9, 0x9f, 0x08, 0x2e, 0xdb, 0x27, 0xf0, 0x3b, 0xfa, 0xe3, 0x64, 0xb7, 0xd1, 0xc9, 0xe9, 0x62, 0x8e, 0xf2, 0xa9, 0x29, 0x05, 0xbb, 0x3f, 0x08, 0x11, 0x54, 0x62, 0x1f, 0x1d, 0x21, 0x00, 0xd8, 0x76, 0xa8, 0x45, 0x01, 0xf9, 0x21, 0x82, 0xdd, 0x44, 0xbc, 0x19, 0x44, 0xbc, 0x29, 0x4a, 0xa2, 0x8a, 0x1a, 0xe9, 0x14, 0x35, 0xea, 0x16, 0x1a, 0x5d, 0x16, 0x11, 0x96, 0x50, 0x63, 0xef, 0xa4, 0x69, 0xf3, 0x08, 0x8f, 0xea, 0xa8, 0x23, 0xff, 0x78, 0xea, 0x54, 0xc4, 0xbc, 0x53, 0x84, 0x33, 0x07, 0xd2, 0xef, 0x57, 0xc8, 0x9f, 0x26, 0x46, 0x7e, 0x4e, 0xfe, 0x0d, 0xe4, 0x90, 0x8f, 0x69, 0xd3, 0xc6, 0x47, 0x7e, 0x49, 0x12, 0x72, 0x7a, 0xe3, 0x35, 0xe6, 0x8d, 0x4a, 0x7c, 0x3e, 0xca, 0x3f, 0xee, 0x87, 0xf0, 0x20, 0xf4, 0x33, 0x02, 0xcf, 0x0a, 0x3c, 0x17, 0x02, 0xe4, 0x7b, 0xe5, 0x67, 0x9f, 0xf6, 0x23, 0x08, 0x55, 0x0c, 0xaa, 0x10, 0x1e, 0x22, 0x21, 0xff, 0x8e, 0x04, 0xf0, 0x85, 0x2a, 0x82, 0x8f, 0xe8, 0xde, 0x2d, 0x11, 0x00, 0x30, 0x05, 0x21, 0x02, 0x31, 0x13, 0xf8, 0x7c, 0x02, 0x44, 0x87, 0xa8, 0x0f, 0x77, 0x13, 0xf0, 0xfa, 0xc1, 0x80, 0x01, 0xe6, 0x78, 0xea, 0x33, 0x9d, 0x6f, 0xc0, 0xfa, 0xe5, 0x24, 0xf5, 0x5b, 0x1a, 0xcd, 0xe8, 0xcb, 0x13, 0xec, 0x3e, 0xdc, 0x44, 0xfd, 0x76, 0x74, 0xa2, 0x92, 0x68, 0x9b, 0x4a, 0xd7, 0x50, 0x38, 0x62, 0x84, 0x5d, 0xb9, 0x8a, 0x45, 0xfb, 0x4c, 0x00, 0x0d, 0x78, 0x8c, 0x12, 0x91, 0x5e, 0x8a, 0xa0, 0xfe, 0xd9, 0x67, 0x7d, 0x51, 0x43, 0x21, 0x82, 0x8b, 0xff, 0x66, 0x0f, 0x92, 0x1d, 0x34, 0xa5, 0x16, 0x4d, 0x3a, 0x0b, 0xb4, 0xf2, 0x53, 0xa0, 0xe6, 0x2b, 0x4c, 0xa3, 0x8b, 0x9a, 0xcb, 0x05, 0xf0, 0x21, 0xd9, 0xde, 0x96, 0x00, 0xf0, 0xcc, 0x5d, 0x3c, 0xb4, 0x41, 0x90, 0x1f, 0x80, 0x8d, 0x97, 0x07, 0x87, 0x14, 0x09, 0x19, 0xc2, 0x36, 0x9a, 0x5e, 0xa7, 0xb1, 0x34, 0xfc, 0x64, 0xd6, 0x48, 0x32, 0x79, 0xc5, 0x63, 0xf9, 0x3a, 0x01, 0x24, 0xd3, 0x4c, 0xb2, 0x8d, 0x3a, 0x13, 0x9d, 0xb5, 0x17, 0x29, 0x7e, 0xe6, 0xe8, 0xee, 0x63, 0xe4, 0x97, 0xb6, 0xbe, 0x14, 0xc0, 0x47, 0x34, 0x0a, 0x72, 0xf2, 0x4b, 0x01, 0xbc, 0x65, 0x18, 0xb3, 0x35, 0x23, 0x7f, 0x38, 0xe4, 0x7f, 0x4a, 0x21, 0x3f, 0x27, 0xfe, 0xf3, 0x84, 0x17, 0x04, 0xc8, 0x97, 0x34, 0x5e, 0x62, 0x78, 0x51, 0xe0, 0x05, 0xf1, 0xbe, 0xe7, 0x99, 0x18, 0x54, 0x21, 0x84, 0x25, 0x82, 0x9f, 0x93, 0xa0, 0x49, 0x00, 0x5f, 0x72, 0x11, 0x24, 0x8a, 0x99, 0x20, 0x95, 0xfa, 0x24, 0x95, 0x48, 0xb7, 0x8b, 0xda, 0x4b, 0x0a, 0x40, 0x8a, 0x00, 0xf9, 0x81, 0xdd, 0x98, 0x4d, 0xb1, 0x58, 0x88, 0xde, 0x97, 0x41, 0x40, 0xf0, 0x60, 0x11, 0xf9, 0x70, 0xaa, 0x00, 0x14, 0x11, 0x38, 0x72, 0x09, 0x32, 0xb9, 0x26, 0xfb, 0x15, 0xa5, 0x17, 0x88, 0x40, 0x55, 0x92, 0xe9, 0x53, 0x2a, 0xc8, 0x5f, 0x26, 0xea, 0xb1, 0xc0, 0x91, 0x63, 0xaf, 0xbc, 0x62, 0x9e, 0x78, 0xed, 0x35, 0x9f, 0x00, 0xd2, 0x69, 0xb0, 0xe4, 0x02, 0x20, 0xf3, 0x79, 0x2b, 0x2b, 0xaf, 0xd0, 0x09, 0xa0, 0xc9, 0x66, 0x81, 0xa0, 0x02, 0xa0, 0x1b, 0xfa, 0x5b, 0x2e, 0x80, 0xb9, 0x34, 0x42, 0x64, 0x12, 0x21, 0x21, 0x00, 0x40, 0x7a, 0xf6, 0xd5, 0xa2, 0xda, 0x12, 0x0a, 0x87, 0x43, 0x93, 0x29, 0xb2, 0x92, 0x10, 0xc1, 0x4c, 0x32, 0x5d, 0xc2, 0x11, 0xc0, 0x04, 0x3a, 0xc7, 0x12, 0x72, 0xb8, 0xb7, 0x51, 0xc3, 0xa4, 0x8b, 0x6c, 0x66, 0xa6, 0x08, 0x6d, 0x72, 0x01, 0x64, 0x88, 0x10, 0xa7, 0x8c, 0xf2, 0x40, 0x00, 0x98, 0x05, 0x3e, 0xbc, 0xfd, 0x76, 0x73, 0xb4, 0x30, 0x7b, 0xb8, 0x00, 0x7e, 0x6f, 0x3f, 0x9b, 0xea, 0xfe, 0x00, 0xa6, 0x4f, 0x30, 0xb3, 0x27, 0xd0, 0xe8, 0xff, 0x9c, 0x46, 0x04, 0x3a, 0x3c, 0xef, 0x67, 0x26, 0x50, 0x67, 0x01, 0xd5, 0x24, 0xe2, 0xe6, 0x90, 0xea, 0x1b, 0x3c, 0xf8, 0x4b, 0xc3, 0x18, 0xcd, 0x05, 0x20, 0x7d, 0x82, 0x55, 0xc8, 0xda, 0x93, 0xaf, 0x96, 0x46, 0x7d, 0x93, 0x06, 0xe7, 0x18, 0x8e, 0xb0, 0x20, 0x3f, 0x44, 0x60, 0x09, 0x00, 0x59, 0x63, 0x98, 0x94, 0xf4, 0xbe, 0x7d, 0x64, 0x9e, 0x64, 0x12, 0x10, 0x5c, 0x58, 0x41, 0xbe, 0xd6, 0x64, 0x1a, 0x44, 0x54, 0x01, 0x8c, 0x57, 0x04, 0x30, 0x91, 0x09, 0x60, 0x06, 0xbd, 0x1f, 0x09, 0xb9, 0xf2, 0xc7, 0x1e, 0xb3, 0x6a, 0xb0, 0x40, 0xfc, 0x32, 0x56, 0x90, 0x78, 0x88, 0x1c, 0xe2, 0xe3, 0x44, 0x7e, 0x29, 0x80, 0x93, 0xf4, 0xfa, 0x3e, 0x99, 0x5f, 0x5c, 0x00, 0xf4, 0x5d, 0xbf, 0x0c, 0x53, 0x00, 0x97, 0x3d, 0x03, 0xb4, 0xf6, 0x53, 0xa2, 0x7c, 0x23, 0xf5, 0x56, 0x67, 0x22, 0x7e, 0x23, 0x17, 0xc1, 0xc6, 0xde, 0xbd, 0xcd, 0x5c, 0x08, 0x80, 0x1a, 0x10, 0x0b, 0x4e, 0x6a, 0x98, 0x00, 0x2a, 0xc5, 0x34, 0x57, 0x08, 0x92, 0x8a, 0xfa, 0x94, 0xbd, 0x34, 0x63, 0xac, 0xa2, 0xcf, 0xcc, 0x10, 0x42, 0xe0, 0x02, 0x90, 0x22, 0x98, 0x4c, 0x23, 0x56, 0x72, 0x97, 0x2e, 0xe6, 0x5a, 0x2c, 0x59, 0x44, 0xa7, 0x08, 0x53, 0x27, 0x47, 0x24, 0xb5, 0x78, 0x7c, 0x3f, 0x53, 0x64, 0x75, 0x7d, 0x11, 0x0d, 0x21, 0x00, 0x8c, 0x72, 0x2b, 0x68, 0x1a, 0x97, 0xd1, 0x1e, 0x1e, 0xf1, 0x21, 0xc7, 0x7a, 0x49, 0x3b, 0x7d, 0xa4, 0x47, 0x27, 0x02, 0x7f, 0x33, 0xc1, 0xe3, 0x7e, 0xec, 0xfe, 0xa7, 0x15, 0x41, 0xf0, 0x99, 0x41, 0xc5, 0x33, 0x21, 0x98, 0x3e, 0xa1, 0x8c, 0xfc, 0x0f, 0x2b, 0x91, 0xa2, 0x07, 0x7e, 0x63, 0x18, 0xef, 0x49, 0xf2, 0xf3, 0xe8, 0xd0, 0x12, 0x6a, 0xd3, 0xdd, 0x44, 0xea, 0x3d, 0x44, 0xf0, 0x3d, 0xd4, 0x47, 0xbb, 0x91, 0x20, 0x14, 0xa3, 0xbf, 0x4f, 0x00, 0x68, 0x6f, 0xcc, 0xde, 0xa8, 0x95, 0xc2, 0x86, 0xbb, 0x64, 0xbe, 0x48, 0x6c, 0xa1, 0x81, 0x68, 0x31, 0x0d, 0x48, 0x10, 0x83, 0xbf, 0xd1, 0x7f, 0x3a, 0xf5, 0xed, 0x7a, 0x6a, 0xfb, 0x12, 0x22, 0x7e, 0x29, 0x96, 0x98, 0xa2, 0x08, 0x11, 0x8b, 0x76, 0x84, 0x00, 0xc0, 0x89, 0x2a, 0x54, 0x81, 0xbe, 0xfa, 0xea, 0x25, 0xf2, 0x13, 0x50, 0xbe, 0xcd, 0xb3, 0xc6, 0x24, 0x80, 0xf3, 0xbf, 0xb6, 0x7d, 0x8c, 0x0e, 0x21, 0xf8, 0x00, 0x4d, 0x22, 0x80, 0xa0, 0xb3, 0xc0, 0x0c, 0xc3, 0xf8, 0x1f, 0x2e, 0x80, 0x79, 0x62, 0x16, 0x80, 0x23, 0x9c, 0x4b, 0x28, 0x13, 0xbe, 0x00, 0x17, 0x01, 0x80, 0xdf, 0x17, 0xc0, 0x6c, 0x11, 0x42, 0x00, 0x76, 0x51, 0x63, 0x6e, 0x22, 0x3f, 0x62, 0x03, 0x75, 0xca, 0x7a, 0xc2, 0x26, 0x9a, 0x21, 0x52, 0xb0, 0x8e, 0x18, 0xe5, 0xbb, 0x88, 0xe5, 0x8b, 0x42, 0xb6, 0x3c, 0x51, 0xca, 0x90, 0xcb, 0x32, 0xbb, 0xd9, 0x32, 0xc6, 0x2f, 0x12, 0x5c, 0x48, 0x6e, 0xc9, 0x04, 0x17, 0xec, 0xdc, 0xf9, 0x37, 0xdd, 0x64, 0x25, 0xb6, 0xd4, 0x58, 0xff, 0x1f, 0x0c, 0x63, 0x66, 0x3b, 0x77, 0x02, 0x4b, 0x27, 0x84, 0x07, 0x83, 0x38, 0xc2, 0x23, 0x34, 0x51, 0x1f, 0x9d, 0x43, 0x1c, 0x0a, 0x74, 0xd1, 0xa1, 0x90, 0x9c, 0x5f, 0x46, 0x7c, 0x9e, 0x3b, 0xb0, 0xc4, 0x4d, 0xe4, 0x19, 0x45, 0xa4, 0xff, 0x42, 0xcd, 0x13, 0xcc, 0x26, 0xd3, 0x35, 0x1d, 0x66, 0x0e, 0xd9, 0xe4, 0x16, 0x88, 0xe4, 0x18, 0xf5, 0x31, 0xd0, 0x80, 0xfc, 0x19, 0x52, 0x00, 0x02, 0x28, 0x18, 0xcc, 0xa1, 0xf7, 0xe4, 0xd1, 0x7b, 0x0f, 0x90, 0x29, 0x73, 0xe0, 0x89, 0x27, 0xcc, 0xa2, 0x27, 0x9f, 0x34, 0xb3, 0x30, 0x9b, 0x50, 0x5f, 0xed, 0xa0, 0x3e, 0xdb, 0x4e, 0x7d, 0x89, 0x59, 0xa4, 0x80, 0x88, 0x8d, 0x64, 0x17, 0x16, 0xe9, 0xa0, 0x00, 0xb1, 0x54, 0xac, 0xb4, 0x2b, 0x63, 0xe4, 0x07, 0x8e, 0xbc, 0xf4, 0x92, 0x83, 0xfc, 0x30, 0x85, 0xd4, 0xd1, 0x7f, 0x9a, 0x61, 0x4c, 0x8d, 0x96, 0xf9, 0x13, 0xb2, 0x08, 0x7e, 0x6a, 0x18, 0xbd, 0x88, 0xf8, 0xc7, 0xb9, 0x08, 0x3e, 0xa0, 0xd1, 0x1a, 0x02, 0xc8, 0x13, 0x65, 0xb8, 0xe5, 0x7e, 0x44, 0x50, 0x21, 0x6b, 0xf1, 0x45, 0x71, 0x5a, 0x81, 0xa8, 0xd3, 0xb1, 0x6a, 0x75, 0xb0, 0x82, 0x09, 0x7b, 0xf5, 0xd3, 0xcf, 0x72, 0x75, 0x96, 0x2c, 0x60, 0x2b, 0x60, 0xf5, 0x3c, 0x79, 0xa2, 0xa0, 0x2d, 0x43, 0x94, 0x36, 0xec, 0x16, 0x89, 0x2e, 0x09, 0x44, 0x31, 0xa6, 0x50, 0x43, 0xf2, 0x12, 0x01, 0x21, 0x84, 0x2f, 0x7e, 0x67, 0x18, 0x71, 0x4a, 0x76, 0x77, 0xb8, 0x92, 0xcd, 0xfd, 0x4a, 0x10, 0x31, 0x04, 0x0b, 0x89, 0x3e, 0xaa, 0x84, 0x30, 0x75, 0x21, 0x52, 0x7f, 0xe1, 0x4e, 0x95, 0xe8, 0x8f, 0x6a, 0xf2, 0x02, 0x6a, 0x4e, 0xe0, 0x01, 0x4d, 0xa2, 0x8c, 0x67, 0x91, 0x87, 0xff, 0x8c, 0x1c, 0x63, 0x22, 0xff, 0xa7, 0x7c, 0x20, 0x40, 0x7b, 0x4c, 0x6c, 0xdf, 0xde, 0xdc, 0x8e, 0x6a, 0x51, 0x1a, 0xa5, 0x2d, 0xd0, 0xe8, 0x8e, 0xd1, 0x1e, 0x03, 0x8f, 0x24, 0x3e, 0x12, 0x8a, 0x99, 0x22, 0xa3, 0x8e, 0xc5, 0x42, 0x39, 0x62, 0x40, 0x02, 0x0a, 0x30, 0xb3, 0xa3, 0xf4, 0x05, 0xab, 0xd1, 0xf0, 0x4a, 0xc0, 0x1a, 0x8b, 0x62, 0xac, 0x45, 0x06, 0xd8, 0xa8, 0x5f, 0x2a, 0xcd, 0x1e, 0x38, 0xbf, 0xd8, 0x1e, 0xf1, 0xf9, 0xe7, 0x1d, 0xe4, 0x87, 0xed, 0xbf, 0x93, 0xcc, 0x33, 0x4e, 0x7e, 0xe2, 0xd5, 0x67, 0x7f, 0xb4, 0x33, 0xf2, 0x51, 0x23, 0x7f, 0xc8, 0x22, 0x20, 0xc7, 0xe4, 0x3f, 0x79, 0x95, 0x27, 0xb0, 0xa5, 0x7f, 0x7f, 0x6b, 0x11, 0x06, 0x00, 0xe7, 0x17, 0x3b, 0x13, 0x70, 0x11, 0x70, 0x93, 0x48, 0x0a, 0xa1, 0x8c, 0x35, 0x90, 0xac, 0xd3, 0x97, 0x90, 0xa5, 0xcb, 0x5c, 0x08, 0x10, 0x41, 0xa6, 0xa8, 0xe0, 0xb4, 0x00, 0x87, 0x4d, 0x14, 0xb8, 0x41, 0x08, 0x2b, 0xe9, 0x1a, 0xde, 0x25, 0xf3, 0x89, 0x17, 0x89, 0x09, 0x01, 0x60, 0x2a, 0x7d, 0x53, 0x53, 0xd3, 0x73, 0xb7, 0xa6, 0xcc, 0x41, 0x37, 0x3b, 0x04, 0x4a, 0x8a, 0xa9, 0xe2, 0x50, 0x93, 0x63, 0xa1, 0x42, 0xfd, 0x0e, 0x5d, 0x76, 0xf8, 0xfe, 0x60, 0x84, 0xe7, 0xa5, 0x12, 0xb2, 0x9c, 0xe3, 0x47, 0x86, 0xf1, 0xcf, 0x34, 0xf2, 0x1f, 0x4b, 0x62, 0x83, 0x02, 0x30, 0x96, 0xcc, 0xc3, 0x15, 0xd8, 0x14, 0x8c, 0xc8, 0x9f, 0x47, 0xa3, 0xb6, 0x04, 0x46, 0xfb, 0x2c, 0x41, 0x7c, 0xcc, 0xb6, 0x39, 0x62, 0x75, 0x59, 0xae, 0x18, 0xa4, 0x00, 0x39, 0x30, 0x59, 0x83, 0x15, 0xbd, 0x16, 0x71, 0xe2, 0x0b, 0xf2, 0x73, 0x9b, 0xbf, 0x42, 0xec, 0xb8, 0xa1, 0x23, 0x7f, 0x11, 0xfd, 0x1e, 0x25, 0x33, 0x8c, 0xfc, 0x18, 0xfd, 0x27, 0x5c, 0x09, 0xf2, 0x87, 0xe4, 0x13, 0x88, 0x90, 0xe8, 0x6e, 0x9e, 0x17, 0xc0, 0x22, 0xed, 0x54, 0x14, 0xc8, 0x11, 0xf9, 0x0b, 0x04, 0xb0, 0x30, 0xbb, 0x52, 0xd4, 0x7b, 0xe8, 0x66, 0x83, 0x50, 0x85, 0x70, 0x00, 0x35, 0xfc, 0xa8, 0x73, 0xa7, 0x06, 0xf6, 0x65, 0x79, 0x51, 0xf2, 0x4b, 0xc8, 0x20, 0x6c, 0xa7, 0x29, 0x78, 0x76, 0xa7, 0x4e, 0x6a, 0x06, 0xd3, 0x02, 0x8d, 0x78, 0xe5, 0x7f, 0x6f, 0xc7, 0x91, 0xef, 0xd4, 0x54, 0x70, 0xea, 0x04, 0x71, 0x77, 0x90, 0xda, 0x1f, 0x7f, 0xf5, 0x3e, 0xf7, 0x07, 0xc0, 0x03, 0x1a, 0x04, 0x7a, 0x7f, 0xa0, 0x3a, 0xa1, 0x7b, 0xfd, 0x90, 0xfd, 0x1e, 0xa5, 0x78, 0xce, 0x51, 0x65, 0xfa, 0x22, 0xf9, 0x1c, 0x34, 0xfd, 0xe5, 0xf0, 0xc1, 0x41, 0xb6, 0xd1, 0xf4, 0x8e, 0x1d, 0xad, 0x1c, 0x41, 0x01, 0x99, 0x35, 0x07, 0x08, 0x85, 0x84, 0x22, 0x32, 0x73, 0xb0, 0xd2, 0x2c, 0x97, 0xcf, 0xce, 0x62, 0x86, 0x06, 0xf9, 0x2d, 0xd2, 0xa3, 0x8f, 0x18, 0xf1, 0x8b, 0x35, 0xc4, 0x97, 0x31, 0xff, 0x6a, 0x2c, 0x84, 0x27, 0xb3, 0x87, 0x13, 0x1f, 0x31, 0xff, 0x2a, 0x3a, 0x0f, 0x82, 0x29, 0xb3, 0x9c, 0x99, 0xdf, 0xf2, 0x6f, 0xda, 0x65, 0x32, 0xcd, 0x9e, 0xfc, 0x8a, 0x78, 0x36, 0x20, 0x07, 0xe8, 0xde, 0xb9, 0x86, 0x71, 0x86, 0x67, 0x87, 0xe7, 0x90, 0x08, 0x76, 0x62, 0xa5, 0x18, 0x04, 0x40, 0x23, 0x86, 0x04, 0x1a, 0xa8, 0x42, 0x31, 0x8b, 0x74, 0x33, 0x02, 0x17, 0x43, 0xb1, 0x20, 0x7e, 0x0e, 0x5b, 0xb5, 0x65, 0x01, 0x0b, 0x3f, 0x84, 0x18, 0x50, 0xe1, 0xb8, 0x98, 0x6c, 0xfd, 0x09, 0x7e, 0x72, 0x06, 0xd4, 0xe1, 0xeb, 0xee, 0xb3, 0x49, 0x73, 0xbb, 0xa6, 0x6e, 0xff, 0x4e, 0x3f, 0xa2, 0x08, 0x24, 0x0c, 0x5d, 0xd5, 0xe7, 0x70, 0x0d, 0xee, 0x8d, 0x10, 0xba, 0xef, 0xf2, 0x57, 0x25, 0x3a, 0x4c, 0x21, 0xfa, 0x50, 0x4d, 0x09, 0xb5, 0xbc, 0x47, 0xeb, 0x9e, 0x89, 0x51, 0xc3, 0xde, 0x36, 0x8c, 0xf9, 0xfe, 0xc2, 0x9a, 0xef, 0x63, 0x01, 0x11, 0x8d, 0xfe, 0x25, 0x4f, 0x3f, 0x6d, 0x96, 0x3e, 0xf3, 0x8c, 0x59, 0x26, 0x50, 0x02, 0xbb, 0x1f, 0x26, 0x0f, 0x23, 0x7e, 0x11, 0x27, 0xbd, 0xb0, 0xf5, 0x4b, 0x59, 0x1f, 0xca, 0x4c, 0x6f, 0x35, 0xca, 0xe4, 0x9f, 0x7b, 0xce, 0x45, 0x7c, 0xa0, 0x8c, 0x44, 0x31, 0x9f, 0x1c, 0x66, 0x85, 0xfc, 0x17, 0xc9, 0xb1, 0x7e, 0xd9, 0x0f, 0xf1, 0xa3, 0x5e, 0x11, 0x1a, 0x50, 0x08, 0x64, 0x0a, 0x7d, 0x7d, 0x1e, 0x5d, 0x30, 0xaf, 0x11, 0x9a, 0x23, 0x22, 0x43, 0x10, 0x01, 0xb6, 0xe5, 0xb0, 0x16, 0x69, 0x63, 0xca, 0x14, 0x80, 0x18, 0xac, 0x06, 0xc3, 0x06, 0x4e, 0x8c, 0xf0, 0x18, 0x39, 0xa4, 0xd9, 0x93, 0x2f, 0x9c, 0xdd, 0x3c, 0xb1, 0x56, 0x17, 0xc8, 0x61, 0x40, 0x55, 0xe3, 0x0a, 0xac, 0xdf, 0x25, 0x73, 0x67, 0x82, 0x26, 0x7c, 0x4a, 0x1d, 0x7a, 0xe2, 0x8f, 0xb6, 0xc9, 0x33, 0x50, 0xb3, 0x7a, 0xeb, 0x36, 0x3f, 0x8b, 0x5b, 0x82, 0xd5, 0xff, 0x07, 0xab, 0xf5, 0x1f, 0xa6, 0xc1, 0xdd, 0x21, 0x60, 0x98, 0x1f, 0x04, 0x5b, 0x2f, 0x30, 0xc4, 0x1f, 0xd1, 0x75, 0x8b, 0x68, 0xf8, 0xea, 0x33, 0x32, 0x07, 0x7f, 0x48, 0xe4, 0x3f, 0xa8, 0x8b, 0xe5, 0x4f, 0x44, 0x79, 0x49, 0x9f, 0x3e, 0x96, 0x19, 0x54, 0xf5, 0xec, 0xb3, 0x66, 0x15, 0x91, 0xb7, 0x9a, 0x50, 0x4b, 0xa6, 0x4b, 0x35, 0xfe, 0x4f, 0xb3, 0x03, 0x76, 0xa2, 0x28, 0x13, 0xd1, 0x9d, 0x52, 0x16, 0xd7, 0x2f, 0x67, 0xa4, 0x3f, 0x44, 0xef, 0x3b, 0xfa, 0xe2, 0x8b, 0x56, 0x68, 0x93, 0x67, 0x79, 0x51, 0xea, 0x70, 0x9a, 0x7e, 0x87, 0x52, 0x19, 0x0c, 0x98, 0x7c, 0xb5, 0xd8, 0x1c, 0xbb, 0x5a, 0xe0, 0xe7, 0x2d, 0x89, 0xf8, 0x41, 0x4d, 0x23, 0xba, 0xf8, 0x9f, 0x92, 0x08, 0xbe, 0xe4, 0x95, 0xa2, 0xb8, 0x91, 0xc5, 0x37, 0xde, 0x68, 0x2d, 0x7f, 0x93, 0x7b, 0xd4, 0x58, 0xfb, 0xd4, 0x08, 0x5b, 0xb1, 0x90, 0x4d, 0xa3, 0x12, 0x07, 0xc4, 0x88, 0x7f, 0x80, 0xed, 0xd2, 0x00, 0xe4, 0x8b, 0x57, 0x88, 0x21, 0xe5, 0x8e, 0x3b, 0xcc, 0x65, 0x3d, 0x7a, 0xf8, 0xd6, 0xb5, 0x4e, 0xd2, 0xe4, 0x12, 0x68, 0x4a, 0x5f, 0xff, 0x8a, 0x6d, 0x62, 0xf4, 0xd7, 0xac, 0xd7, 0x1d, 0xe8, 0x47, 0x14, 0xb7, 0xfa, 0x59, 0xfd, 0x15, 0x6c, 0xd5, 0xd7, 0x9d, 0x0a, 0x86, 0x34, 0x11, 0xd4, 0xef, 0x0d, 0xb4, 0x62, 0xec, 0x76, 0x1d, 0xc9, 0x35, 0xcb, 0x29, 0x07, 0xf2, 0x62, 0xb6, 0x27, 0x48, 0x64, 0xc8, 0xde, 0x12, 0xe9, 0xbf, 0xd4, 0xc5, 0xf0, 0x27, 0x89, 0x25, 0xa5, 0x88, 0x06, 0xd5, 0x92, 0x00, 0x0e, 0x12, 0x99, 0xeb, 0x09, 0x87, 0x08, 0x8d, 0x2f, 0xbf, 0x6c, 0xe1, 0x30, 0xa1, 0xe1, 0x85, 0x17, 0xcc, 0x46, 0xc2, 0x61, 0xfa, 0xfd, 0x51, 0x16, 0xd9, 0x51, 0x49, 0x2f, 0x0b, 0xdd, 0x6a, 0x49, 0x18, 0xab, 0xba, 0x75, 0x73, 0x11, 0x7f, 0x8e, 0xed, 0x00, 0xc7, 0x44, 0xab, 0xe2, 0xb3, 0x49, 0x67, 0x05, 0xba, 0x91, 0x7f, 0x4c, 0x36, 0x8c, 0x4f, 0xf8, 0x7a, 0x01, 0x29, 0x86, 0xa5, 0x1d, 0x3a, 0x98, 0xbb, 0xc8, 0x2c, 0xc2, 0xbe, 0x35, 0xd8, 0xad, 0xac, 0x84, 0x4d, 0x9d, 0xdc, 0xd9, 0x2d, 0x62, 0x7b, 0xf3, 0x14, 0x61, 0x36, 0xc0, 0x96, 0x25, 0xa8, 0x4f, 0x21, 0xd2, 0xaf, 0xa5, 0x19, 0x65, 0x4e, 0xbb, 0x76, 0xa6, 0xba, 0xe0, 0x9d, 0x97, 0x56, 0x50, 0x07, 0x1e, 0xf8, 0x6f, 0xc3, 0xf8, 0x8e, 0x66, 0xd7, 0x06, 0x5e, 0x59, 0xaa, 0x5b, 0xd8, 0xae, 0x8a, 0x63, 0x60, 0x90, 0x75, 0xbf, 0xea, 0x7a, 0xde, 0xdb, 0x83, 0x60, 0x70, 0xb0, 0x25, 0x8e, 0x41, 0x10, 0x68, 0xed, 0xb0, 0xba, 0x46, 0x79, 0xa0, 0x52, 0xb1, 0xa9, 0x2e, 0xb0, 0x77, 0x2d, 0x70, 0xf9, 0x2d, 0xf9, 0x47, 0x34, 0xfa, 0xef, 0x99, 0xa4, 0x94, 0xa9, 0xf0, 0x42, 0xb6, 0xd9, 0xa8, 0xbb, 0x1a, 0x30, 0xc0, 0xca, 0xc3, 0x40, 0x00, 0x47, 0x5f, 0x79, 0xc5, 0x8a, 0xe1, 0x1f, 0x27, 0x70, 0xd3, 0x86, 0x9b, 0x37, 0x92, 0xf0, 0xc0, 0x29, 0x7a, 0x1f, 0xfa, 0x73, 0x0d, 0x99, 0xab, 0x2a, 0xe9, 0xc5, 0xa2, 0x97, 0xcf, 0x67, 0xd9, 0x0f, 0xc6, 0x8b, 0x5a, 0xbd, 0x7f, 0x93, 0x8b, 0x61, 0xbe, 0x61, 0x3c, 0x49, 0xa8, 0x9b, 0xcf, 0x56, 0x8d, 0x71, 0x31, 0xcc, 0xa3, 0x51, 0xfb, 0x83, 0xce, 0x9d, 0xcd, 0x2d, 0x7d, 0xfb, 0x9a, 0x69, 0x78, 0x96, 0x80, 0xc8, 0x20, 0xcb, 0xf0, 0x69, 0xd6, 0xd0, 0xa1, 0xe6, 0x5e, 0x22, 0xfb, 0x8e, 0x41, 0x83, 0xcc, 0xf5, 0x44, 0x78, 0x14, 0x44, 0xcd, 0x26, 0x13, 0x87, 0x2d, 0xa6, 0x71, 0xac, 0x2b, 0x98, 0x76, 0x49, 0x08, 0x35, 0xe4, 0xe8, 0xfe, 0xbf, 0xbe, 0x76, 0x55, 0xa9, 0xba, 0xbe, 0xc0, 0xb5, 0x8c, 0xd2, 0x8f, 0x38, 0x6e, 0x0e, 0xb2, 0xfb, 0x83, 0xba, 0x6b, 0xc3, 0x40, 0x3f, 0x18, 0xd4, 0x04, 0x18, 0x18, 0x00, 0x81, 0x76, 0x8e, 0xe8, 0xaf, 0x21, 0xb8, 0x5a, 0xa6, 0xac, 0xae, 0xe6, 0xb2, 0x6a, 0xf7, 0x3b, 0xd3, 0x6b, 0xac, 0x61, 0xfc, 0x18, 0x3b, 0x44, 0x4c, 0x55, 0x2a, 0x77, 0x65, 0x5b, 0xcb, 0xb6, 0x9f, 0x49, 0x7d, 0xb2, 0xb2, 0x7b, 0x77, 0xab, 0x62, 0x13, 0xb9, 0x1c, 0xec, 0x49, 0x54, 0x4d, 0xa3, 0x3a, 0xec, 0x7c, 0xa0, 0x81, 0xcc, 0xa4, 0x1a, 0x38, 0xd2, 0x34, 0x90, 0x65, 0x0c, 0x19, 0x62, 0x6d, 0xe1, 0x98, 0x4c, 0x9f, 0x51, 0x16, 0xb8, 0xf0, 0x25, 0x8f, 0x08, 0xa9, 0xff, 0xdd, 0xd5, 0x48, 0x7a, 0xdd, 0xba, 0xe1, 0x4e, 0x24, 0x80, 0x51, 0x84, 0xcf, 0xf9, 0x7e, 0x40, 0x3a, 0x41, 0xa8, 0x7e, 0x83, 0x1a, 0x56, 0xe5, 0x3b, 0xbb, 0xa9, 0xbb, 0x9a, 0xcd, 0xb0, 0x3b, 0xa5, 0x9c, 0xcc, 0x9d, 0xdf, 0xdc, 0x65, 0x13, 0xde, 0xdf, 0xae, 0x11, 0x7c, 0x99, 0xa5, 0x6b, 0x41, 0xbd, 0x22, 0x10, 0x55, 0x24, 0xea, 0xde, 0x3f, 0xba, 0x7d, 0x7c, 0xfa, 0x47, 0x01, 0xa1, 0xec, 0x21, 0xd4, 0x37, 0x10, 0xc1, 0x03, 0xec, 0xf6, 0xe0, 0x58, 0xc2, 0x88, 0xdd, 0xe7, 0xe2, 0x69, 0x36, 0xa7, 0x41, 0x65, 0x8f, 0xb2, 0x89, 0x96, 0x05, 0xb5, 0x1f, 0x78, 0xc5, 0x26, 0x87, 0x3a, 0xc2, 0xcf, 0x55, 0xfa, 0x9f, 0x6d, 0xd6, 0xbb, 0x76, 0x92, 0x2d, 0xec, 0x56, 0x57, 0x2d, 0xe9, 0xfd, 0xec, 0x20, 0x81, 0x87, 0x3a, 0x2c, 0xc5, 0x43, 0xf0, 0x16, 0x38, 0x57, 0xf7, 0x6b, 0x05, 0x11, 0xaa, 0x28, 0xa8, 0xb1, 0xcf, 0x50, 0x87, 0x24, 0x8f, 0x36, 0x8c, 0xd7, 0x7a, 0x5d, 0xda, 0x82, 0xa3, 0x4b, 0x80, 0xed, 0x54, 0x74, 0x5b, 0xaa, 0x04, 0x12, 0x88, 0xba, 0xfb, 0x9b, 0x6e, 0xb7, 0xb6, 0x3e, 0x01, 0xd0, 0xb7, 0x09, 0x10, 0xe8, 0xfb, 0x83, 0xed, 0x1e, 0xd7, 0xd3, 0x0f, 0xb9, 0x75, 0x7b, 0xfd, 0xf8, 0xdb, 0x08, 0xcb, 0xda, 0xd1, 0xe1, 0x6d, 0xc3, 0x78, 0x86, 0x66, 0x80, 0x29, 0x44, 0xf4, 0xa3, 0xfe, 0x88, 0x3e, 0x5b, 0xd3, 0x5f, 0x81, 0x08, 0x2f, 0x38, 0xf0, 0x25, 0x71, 0x62, 0xc3, 0x5c, 0xbb, 0x28, 0xf0, 0xda, 0x3e, 0xf0, 0xd4, 0x40, 0x12, 0x43, 0x2c, 0xdd, 0x70, 0xae, 0xfa, 0x00, 0xb4, 0x50, 0x45, 0x41, 0x8d, 0x5a, 0x45, 0x9d, 0x30, 0x83, 0x3a, 0xe3, 0x1f, 0xbe, 0x6f, 0x77, 0x9e, 0xbf, 0x6d, 0x12, 0x75, 0x9b, 0x6a, 0xf9, 0x13, 0x88, 0x2a, 0x12, 0x2e, 0x14, 0xdd, 0xde, 0x9f, 0xfe, 0xf6, 0xf3, 0xec, 0x19, 0x05, 0x84, 0xb3, 0x97, 0x68, 0x77, 0x3f, 0xe4, 0xf6, 0xb7, 0xa9, 0x95, 0x6e, 0xc7, 0x37, 0xc7, 0x06, 0x57, 0x2f, 0xd3, 0x67, 0xdf, 0x23, 0x13, 0x85, 0xfa, 0x60, 0x02, 0x11, 0xbe, 0x28, 0x10, 0xd1, 0x35, 0x64, 0xe7, 0xfb, 0xfb, 0xe0, 0x19, 0xcd, 0xe3, 0x16, 0xd8, 0xe1, 0xdc, 0xeb, 0xef, 0x20, 0x31, 0x0c, 0xc4, 0x23, 0x46, 0xa9, 0x01, 0xe2, 0xe8, 0x75, 0x39, 0x21, 0x83, 0x7e, 0x2e, 0xc4, 0x73, 0xa0, 0x08, 0x95, 0x78, 0x5e, 0x30, 0x1e, 0x86, 0xb0, 0xc0, 0x5e, 0x7b, 0xfc, 0x67, 0xfa, 0xff, 0x37, 0xa6, 0xd9, 0x11, 0x0f, 0xdd, 0x46, 0xb9, 0x8e, 0xfa, 0x24, 0x23, 0xc8, 0x66, 0xb9, 0x86, 0xff, 0xad, 0xca, 0xfd, 0x09, 0x25, 0xd0, 0xae, 0xcf, 0xdd, 0x82, 0xa0, 0xfb, 0x65, 0xa0, 0x5b, 0x08, 0x08, 0xb8, 0x8b, 0xb4, 0x86, 0xd8, 0xfe, 0xc8, 0xdd, 0x51, 0x69, 0xa7, 0xf6, 0x86, 0xff, 0x3d, 0x3f, 0x7d, 0x19, 0x58, 0x12, 0xc3, 0x20, 0x9a, 0x85, 0xdf, 0x20, 0xf2, 0xff, 0x91, 0x88, 0x9e, 0x4c, 0xf8, 0x98, 0xfa, 0x2a, 0x2b, 0xd9, 0xee, 0xc3, 0xf2, 0xf9, 0xf6, 0xfe, 0x51, 0xfb, 0xc4, 0x53, 0x39, 0x13, 0xa9, 0x4f, 0x7f, 0xb2, 0xd0, 0x8e, 0x6c, 0x79, 0x47, 0x13, 0xe5, 0x21, 0xfc, 0xed, 0x22, 0xed, 0x4f, 0x20, 0xfe, 0x44, 0xa2, 0x0a, 0x25, 0xd0, 0xde, 0xff, 0xfe, 0xf6, 0xf7, 0xef, 0x1c, 0x05, 0x84, 0xfb, 0x7c, 0x81, 0x0e, 0x21, 0x10, 0x3b, 0xdc, 0xed, 0xd0, 0x55, 0x07, 0xb5, 0x95, 0x47, 0xc9, 0xab, 0x47, 0x20, 0xc1, 0x84, 0xa2, 0x8a, 0x25, 0xd8, 0x53, 0x5f, 0xda, 0xfb, 0x41, 0x87, 0x26, 0x44, 0xfb, 0x00, 0x08, 0xf8, 0x34, 0x99, 0x00, 0xa4, 0x0e, 0xf7, 0x61, 0x18, 0x1e, 0xc9, 0xaf, 0x61, 0xa1, 0xa8, 0x62, 0x09, 0xf4, 0xec, 0xaf, 0x36, 0x7e, 0xd0, 0x36, 0xca, 0xd0, 0x5d, 0x83, 0xbf, 0xe7, 0x8a, 0xb5, 0x0e, 0x40, 0x6a, 0x8f, 0xd8, 0xde, 0xd1, 0x64, 0x22, 0x6a, 0x15, 0x82, 0xa8, 0xc2, 0x45, 0xab, 0x20, 0xf0, 0x8e, 0x08, 0x8e, 0xff, 0x0f, 0x33, 0x4d, 0xbc, 0x65, 0x87, 0xc3, 0xba, 0x01, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_cut_192_png_len = 18901; unsigned char edit_find_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x46, 0x69, 0x6e, 0x64, 0x25, 0x51, 0x51, 0xa6, 0x00, 0x00, 0x00, 0x15, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x53, 0x74, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x47, 0x61, 0x72, 0x72, 0x69, 0x74, 0x79, 0xc7, 0x05, 0x3b, 0x51, 0x00, 0x00, 0x24, 0x81, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x09, 0x6c, 0x14, 0x57, 0x9a, 0xfe, 0xab, 0xbb, 0x7d, 0x5f, 0x18, 0x63, 0x6c, 0x63, 0x73, 0x84, 0x2b, 0xdc, 0x49, 0xb8, 0x42, 0x42, 0x12, 0x12, 0xd8, 0x90, 0x90, 0x6b, 0xc8, 0xc1, 0x26, 0x99, 0x24, 0xbb, 0x1a, 0xed, 0x21, 0x45, 0x23, 0xed, 0xae, 0x22, 0x8d, 0xa2, 0x44, 0x3b, 0xab, 0xd5, 0x4a, 0x8b, 0x66, 0xa4, 0x95, 0xb2, 0xb3, 0x93, 0x91, 0xe6, 0x4a, 0x66, 0x95, 0x64, 0x47, 0xb3, 0x81, 0x68, 0x86, 0x1c, 0x1b, 0xc8, 0x90, 0x04, 0x08, 0xc9, 0x0c, 0xe4, 0x82, 0x10, 0x6e, 0x08, 0x8e, 0xc1, 0x60, 0xc0, 0xd8, 0xd8, 0xf8, 0xb6, 0xbb, 0x7b, 0xdf, 0xf7, 0xaa, 0xfe, 0xd7, 0xaf, 0x8b, 0x6a, 0xf7, 0x55, 0xd5, 0xdd, 0x06, 0x3f, 0x54, 0x54, 0x75, 0x55, 0xb9, 0x8e, 0xf7, 0x5f, 0xdf, 0x7f, 0xbc, 0x57, 0x44, 0xa3, 0x6d, 0xb4, 0x8d, 0xb6, 0xd1, 0x36, 0xda, 0x46, 0xdb, 0x68, 0x1b, 0x6d, 0xa3, 0x6d, 0xb4, 0x8d, 0xb6, 0xd1, 0x36, 0xda, 0x46, 0xdb, 0x68, 0xbb, 0x5a, 0x9a, 0xe1, 0xd6, 0x85, 0x5e, 0x78, 0xe1, 0x85, 0x31, 0x45, 0x45, 0x45, 0x0f, 0x1a, 0x86, 0xb1, 0x40, 0xfc, 0x2c, 0xc6, 0x3e, 0x9f, 0xcf, 0x27, 0x17, 0x75, 0x33, 0x23, 0x72, 0x3b, 0x7d, 0x3f, 0x5a, 0x28, 0x14, 0x52, 0xdb, 0xe1, 0x70, 0x38, 0x6a, 0x1f, 0xaf, 0xf5, 0xfd, 0xb1, 0xce, 0xb7, 0x9f, 0x1b, 0x6b, 0x7f, 0xa6, 0xaf, 0x91, 0xc8, 0xbb, 0xc4, 0xbb, 0x9f, 0x58, 0x0f, 0x05, 0x83, 0xc1, 0x03, 0x62, 0xf3, 0xff, 0x5e, 0x7d, 0xf5, 0xd5, 0x13, 0x39, 0xc3, 0x00, 0x2f, 0xbe, 0xf8, 0xe2, 0x6d, 0x7e, 0xbf, 0xff, 0xb7, 0x82, 0xc0, 0xf5, 0x20, 0x32, 0x13, 0x9a, 0xb7, 0xf5, 0x45, 0xdf, 0x6f, 0xef, 0x38, 0xac, 0x79, 0xb1, 0xff, 0x4e, 0xf4, 0xd8, 0x48, 0x3e, 0x27, 0x89, 0x6b, 0xf5, 0x08, 0xe6, 0xf8, 0xc7, 0xd7, 0x5e, 0x7b, 0xed, 0xd7, 0x59, 0x67, 0x80, 0x5f, 0xfc, 0xe2, 0x17, 0xe3, 0x86, 0x86, 0x86, 0xbe, 0x16, 0x12, 0x5d, 0x03, 0xa2, 0xe6, 0xe5, 0xe5, 0x51, 0x71, 0x71, 0x31, 0x25, 0xc2, 0x08, 0x7a, 0x8b, 0xd7, 0x01, 0xb1, 0x18, 0xc5, 0xe9, 0xef, 0x52, 0x3d, 0x27, 0x91, 0x7d, 0xfc, 0x1b, 0xd2, 0xe9, 0xe6, 0xbd, 0xf5, 0x63, 0xb1, 0x8e, 0xf7, 0xf6, 0xf6, 0xd2, 0xa5, 0x4b, 0x97, 0xf8, 0x78, 0x48, 0xf4, 0xe3, 0x8a, 0x57, 0x5e, 0x79, 0x65, 0x67, 0x3a, 0xf4, 0x0b, 0xa4, 0xcb, 0x00, 0x42, 0x25, 0xfd, 0x8d, 0x78, 0x90, 0x1a, 0x6c, 0x2f, 0x5d, 0xba, 0x94, 0xe6, 0xcf, 0x9f, 0x4f, 0x42, 0x1b, 0x64, 0xd4, 0x8e, 0xe9, 0x1d, 0x97, 0xa9, 0xbf, 0xcd, 0xc6, 0x3d, 0xc1, 0x74, 0xdf, 0x7e, 0xfb, 0x2d, 0xad, 0x5f, 0xbf, 0x1e, 0xd7, 0xf0, 0x89, 0xdf, 0xcf, 0x88, 0xdd, 0x69, 0x31, 0x80, 0xcf, 0x85, 0xce, 0x5f, 0xc8, 0x52, 0x3e, 0x7b, 0xf6, 0xec, 0x8c, 0x13, 0xff, 0xaa, 0x02, 0x6c, 0xa2, 0x8f, 0xa7, 0x4c, 0x99, 0x42, 0xb3, 0x66, 0xcd, 0xe2, 0x5d, 0x0b, 0xd3, 0xbd, 0x66, 0xc0, 0x85, 0x87, 0xaa, 0xc0, 0x1a, 0x84, 0x67, 0xe2, 0x0b, 0x93, 0x40, 0x5d, 0x5d, 0x5d, 0x8e, 0xe0, 0xef, 0x32, 0x0e, 0xb4, 0xc0, 0xa0, 0xae, 0x02, 0x87, 0x3b, 0xdf, 0xcd, 0xce, 0x4c, 0x57, 0x92, 0x33, 0xa9, 0x01, 0x60, 0x5a, 0xb1, 0xa0, 0x55, 0x56, 0x56, 0xf2, 0xee, 0x31, 0x59, 0x67, 0x00, 0xa7, 0x06, 0x06, 0x68, 0x6f, 0x6f, 0x8f, 0x49, 0x4c, 0x74, 0x00, 0xef, 0x2f, 0x2c, 0x2c, 0x64, 0x53, 0x22, 0xff, 0x6e, 0x38, 0xe2, 0xa7, 0x7a, 0x2c, 0x95, 0xf3, 0xd2, 0xfd, 0x1b, 0xb7, 0x19, 0xa4, 0xb4, 0xb4, 0x54, 0x31, 0x80, 0x9b, 0x2d, 0x90, 0x09, 0x29, 0xb3, 0xef, 0x63, 0x00, 0x65, 0xdf, 0x1f, 0xab, 0xa3, 0xd3, 0x25, 0x7c, 0xb2, 0x04, 0xcc, 0x34, 0xc1, 0xe3, 0xdd, 0xdf, 0x4b, 0x2d, 0x15, 0xc8, 0x34, 0xf1, 0xdd, 0x24, 0x44, 0xba, 0xc7, 0x73, 0x85, 0xe0, 0xd9, 0x64, 0x08, 0xd7, 0x18, 0x20, 0xde, 0x43, 0xb9, 0x49, 0x7c, 0x37, 0x08, 0xef, 0x06, 0xd1, 0xd3, 0xbd, 0x46, 0x36, 0xf0, 0x87, 0xeb, 0x0c, 0x00, 0x75, 0xee, 0x96, 0x24, 0xc6, 0x3b, 0x3f, 0x5b, 0x84, 0xf7, 0x4a, 0x43, 0xc4, 0xba, 0x6e, 0x22, 0x8c, 0xe1, 0x16, 0xf3, 0x04, 0xbc, 0xe6, 0xb0, 0x58, 0xa6, 0xc0, 0xe9, 0x05, 0xbc, 0x02, 0x80, 0xa3, 0x18, 0xc0, 0x63, 0x06, 0xb0, 0x47, 0xb1, 0x52, 0xc1, 0x01, 0x5e, 0x00, 0xc0, 0x2b, 0x09, 0x03, 0xc4, 0xf2, 0xa6, 0xb2, 0xce, 0x00, 0xba, 0x4b, 0x97, 0x0e, 0xf1, 0x33, 0xa9, 0x11, 0xdc, 0x20, 0xba, 0x5b, 0x4c, 0x93, 0x0a, 0x11, 0xdd, 0x64, 0x58, 0x4f, 0x40, 0x60, 0xba, 0x92, 0x9f, 0x4b, 0x84, 0xf7, 0x5a, 0x3b, 0xa4, 0x83, 0x03, 0x72, 0x82, 0x01, 0x12, 0x79, 0xd0, 0x6c, 0x9b, 0x82, 0x91, 0x68, 0x0e, 0x32, 0xf5, 0x1c, 0x9e, 0xbb, 0x81, 0x6e, 0x80, 0x40, 0xec, 0xef, 0xee, 0xee, 0xa6, 0x93, 0x27, 0x4f, 0xe6, 0xa4, 0x3b, 0x97, 0x4e, 0x43, 0xfe, 0x64, 0x44, 0xbb, 0x81, 0xa9, 0x10, 0x3f, 0x15, 0xc9, 0x47, 0xa8, 0xf8, 0x4a, 0x22, 0x7c, 0x3c, 0x61, 0x18, 0x71, 0x0c, 0xe0, 0x14, 0xda, 0x4d, 0x07, 0x04, 0xda, 0xcf, 0xcd, 0xcf, 0xcf, 0xa7, 0xf2, 0xf2, 0xf2, 0xb4, 0x09, 0x97, 0x8b, 0x2e, 0xa1, 0x57, 0x08, 0x3f, 0x23, 0x0c, 0x90, 0x48, 0x20, 0x68, 0x38, 0x86, 0x48, 0x94, 0x51, 0x90, 0x34, 0xaa, 0xaf, 0xaf, 0xbf, 0x6a, 0x5c, 0xc2, 0xe1, 0x9e, 0x23, 0xe7, 0x42, 0xc1, 0xb1, 0xe2, 0x00, 0x99, 0x00, 0x81, 0xb9, 0x12, 0x16, 0xce, 0x34, 0x43, 0xc4, 0xeb, 0xf3, 0xac, 0xc4, 0x01, 0x92, 0x89, 0x07, 0x24, 0x0b, 0x02, 0xfb, 0xfa, 0xfa, 0xa8, 0xad, 0xad, 0xcd, 0x55, 0xd5, 0x9d, 0x0b, 0x11, 0x3f, 0xd6, 0x6a, 0xd9, 0xc2, 0x01, 0xae, 0x98, 0x00, 0x7b, 0x85, 0xaf, 0x17, 0xf1, 0x80, 0x81, 0x81, 0x01, 0xea, 0xec, 0xec, 0xcc, 0x38, 0x51, 0xbd, 0x66, 0x12, 0x66, 0x80, 0x4c, 0x86, 0x7f, 0x47, 0x24, 0x08, 0x8c, 0xc5, 0x64, 0x57, 0xa2, 0x67, 0x70, 0x45, 0xc5, 0x01, 0xd2, 0x95, 0x7c, 0x6e, 0xa8, 0x88, 0x89, 0xe5, 0x33, 0x67, 0x3b, 0x2c, 0x9c, 0xe8, 0x75, 0x72, 0x21, 0xfd, 0xeb, 0x09, 0x06, 0x48, 0xb5, 0x63, 0x46, 0x4a, 0xb2, 0xc8, 0x2d, 0x66, 0x71, 0x0b, 0xd9, 0xbb, 0x19, 0x3b, 0xc8, 0x88, 0x17, 0x90, 0x0e, 0xf1, 0xf5, 0x40, 0x10, 0xa2, 0x81, 0x5e, 0x13, 0x22, 0x93, 0x6a, 0x18, 0x45, 0xb4, 0xd0, 0x6c, 0x89, 0xc4, 0x02, 0x9c, 0xfa, 0x37, 0xa7, 0xbc, 0x80, 0x74, 0x43, 0xc1, 0xf1, 0x18, 0x02, 0xc4, 0x6f, 0x6e, 0x6e, 0x4e, 0x8b, 0x30, 0xb9, 0xe8, 0xee, 0xcd, 0x9d, 0x3b, 0x37, 0xab, 0xcf, 0x9b, 0x13, 0xf5, 0x00, 0x89, 0x32, 0x44, 0x36, 0xd4, 0xb6, 0x17, 0xd7, 0xcf, 0x76, 0x0a, 0xd8, 0x13, 0x06, 0x48, 0x57, 0xc5, 0x27, 0x02, 0x02, 0x1b, 0x1a, 0x1a, 0x5c, 0xed, 0xb4, 0x6c, 0x87, 0x85, 0xe1, 0xd9, 0x38, 0x8d, 0x91, 0xf4, 0x82, 0x81, 0x3c, 0x8d, 0x03, 0xa4, 0xea, 0x05, 0x24, 0xb3, 0x0f, 0xf6, 0x92, 0x73, 0x01, 0xe9, 0x02, 0xc0, 0x5c, 0x0d, 0x0b, 0x27, 0x13, 0x0b, 0xc8, 0xb9, 0x48, 0xa0, 0x1b, 0xa1, 0xe0, 0x91, 0x54, 0x37, 0x70, 0xa5, 0xc4, 0x02, 0x3c, 0xf7, 0x02, 0xdc, 0x02, 0x81, 0x18, 0x6a, 0xe6, 0x54, 0x0f, 0x90, 0x09, 0x17, 0x2d, 0x5b, 0x20, 0x70, 0x44, 0xc4, 0x01, 0xf4, 0x6c, 0x60, 0x3a, 0x31, 0x81, 0x78, 0xe7, 0xe9, 0x13, 0x31, 0x5c, 0x09, 0x84, 0x77, 0xba, 0xff, 0x88, 0xc4, 0x00, 0xf6, 0x87, 0x1a, 0x6e, 0x90, 0x67, 0x3a, 0xb6, 0xb7, 0xa0, 0xa0, 0x80, 0x2a, 0x2a, 0x2a, 0xb2, 0x06, 0x00, 0x33, 0xa1, 0xe2, 0x47, 0x2c, 0x06, 0x70, 0x7a, 0xd8, 0x74, 0x6a, 0x04, 0x9c, 0xf6, 0x39, 0xd5, 0x03, 0xe4, 0x4a, 0x74, 0x70, 0x14, 0x03, 0xd8, 0xb8, 0x31, 0x11, 0xc2, 0x66, 0x1a, 0x04, 0xe6, 0x5a, 0x58, 0x38, 0x59, 0x55, 0x9e, 0x8a, 0xa9, 0xc8, 0xa8, 0x06, 0xf0, 0xa2, 0xa3, 0xf4, 0xbf, 0x43, 0x3d, 0xc0, 0x85, 0x0b, 0x17, 0x3c, 0x75, 0xfb, 0x32, 0x2d, 0x8d, 0xb8, 0xa6, 0x3d, 0xb6, 0x91, 0x69, 0x1c, 0x90, 0xb1, 0xaa, 0x60, 0x7b, 0xe1, 0x48, 0xb2, 0x71, 0x83, 0xfe, 0xfe, 0x7e, 0xea, 0xe8, 0xe8, 0x48, 0x8a, 0x10, 0x23, 0xa1, 0xd2, 0xc7, 0xce, 0x00, 0xc9, 0x48, 0x7a, 0x4e, 0x60, 0x00, 0xf6, 0x02, 0x62, 0x3d, 0x0c, 0xaa, 0x78, 0x0e, 0x1f, 0x3e, 0x2c, 0xa3, 0x5e, 0xb0, 0xe1, 0x13, 0x27, 0x4e, 0x4c, 0xc8, 0x2d, 0xb4, 0x37, 0x04, 0x82, 0xae, 0x34, 0xe2, 0x27, 0x6a, 0x96, 0x46, 0xf4, 0xd8, 0xc0, 0x63, 0xc7, 0x8e, 0xc9, 0x08, 0x1e, 0x42, 0xb9, 0x83, 0x83, 0x83, 0x14, 0x08, 0x04, 0xa2, 0x4a, 0xbc, 0x13, 0xb5, 0xfb, 0x65, 0x65, 0x65, 0x34, 0x67, 0xce, 0x9c, 0x94, 0x31, 0x83, 0xdb, 0x66, 0x22, 0x93, 0x43, 0xc3, 0xbc, 0xac, 0x1a, 0xf6, 0x0c, 0x03, 0xf0, 0x43, 0xa3, 0x9c, 0x1b, 0x73, 0xda, 0x54, 0x57, 0x57, 0xcb, 0xb2, 0x2e, 0x48, 0x32, 0xf6, 0x41, 0xa5, 0xbb, 0x1d, 0x21, 0xf4, 0x2a, 0x3a, 0xe8, 0xa5, 0x46, 0x49, 0xa5, 0x14, 0xcc, 0x4d, 0xcd, 0xe0, 0x99, 0x1b, 0xc8, 0xad, 0xae, 0xae, 0x4e, 0xd5, 0x0d, 0x16, 0x15, 0x15, 0x49, 0x66, 0x38, 0x7b, 0xf6, 0x6c, 0x4a, 0xf5, 0x00, 0x3c, 0xf1, 0x54, 0xa6, 0x88, 0x8f, 0x77, 0xc2, 0x3d, 0xc1, 0xb8, 0x98, 0xbf, 0x88, 0x35, 0x18, 0x2f, 0x25, 0x25, 0x25, 0x69, 0xcd, 0xdb, 0x03, 0x61, 0x80, 0x66, 0xcb, 0x04, 0xda, 0xcf, 0x1a, 0x08, 0xac, 0xa9, 0x91, 0x53, 0x08, 0xca, 0xce, 0x82, 0x29, 0x40, 0x87, 0xa2, 0x33, 0x93, 0x95, 0x68, 0xfc, 0x1d, 0xd7, 0x03, 0x78, 0x25, 0x9d, 0xf0, 0x34, 0x30, 0x11, 0x23, 0x8a, 0x4f, 0x7b, 0x7a, 0x7a, 0xa4, 0x96, 0x8a, 0x47, 0x04, 0x30, 0x00, 0x18, 0x1b, 0x84, 0x64, 0x53, 0x97, 0xcc, 0xf3, 0x60, 0x5e, 0xc5, 0x64, 0x25, 0xdd, 0xad, 0x20, 0x90, 0xab, 0x18, 0x20, 0x9e, 0xca, 0x42, 0x87, 0x62, 0x71, 0x02, 0x7d, 0xc9, 0xd4, 0x03, 0xb8, 0x4d, 0x7c, 0x48, 0x35, 0xdc, 0x4b, 0x2c, 0xfc, 0x7c, 0xf6, 0x86, 0x28, 0x24, 0x08, 0x0d, 0xa9, 0x07, 0x93, 0xe0, 0x6f, 0x18, 0xc7, 0x60, 0x1b, 0x0b, 0x98, 0x06, 0x0c, 0x8a, 0x73, 0xaa, 0xaa, 0xaa, 0x68, 0xdc, 0xb8, 0x71, 0x92, 0xe9, 0xdd, 0x32, 0x13, 0x39, 0x3b, 0x3f, 0x40, 0xbc, 0x74, 0x70, 0x2a, 0xe1, 0xe0, 0x58, 0x20, 0x70, 0x38, 0x97, 0x29, 0x59, 0x53, 0x00, 0x8d, 0x02, 0xef, 0xa4, 0xa9, 0xa9, 0x49, 0xbd, 0x03, 0xcc, 0x14, 0x4c, 0x16, 0x26, 0x63, 0xc4, 0xbd, 0x60, 0xae, 0x62, 0x49, 0x34, 0xcc, 0x02, 0xb4, 0x05, 0x18, 0xe7, 0xc4, 0x89, 0x13, 0x74, 0xfc, 0xf8, 0x71, 0x59, 0xb5, 0x04, 0xed, 0x06, 0x13, 0x87, 0x05, 0x8c, 0x80, 0x49, 0x1d, 0x71, 0xcd, 0x44, 0x3d, 0x9b, 0x4c, 0x17, 0x8e, 0x7a, 0x1a, 0x08, 0x4a, 0x85, 0xd8, 0xc3, 0xd5, 0x03, 0xe8, 0xb9, 0x80, 0x54, 0x89, 0x0f, 0xb5, 0xfe, 0xd9, 0x67, 0x9f, 0xd1, 0x91, 0x23, 0x47, 0xd4, 0xb3, 0x4f, 0x98, 0x30, 0x81, 0xae, 0xbb, 0xee, 0x3a, 0xba, 0xf6, 0xda, 0x6b, 0x13, 0xb6, 0xe9, 0x00, 0xb2, 0x20, 0x30, 0x96, 0x99, 0x33, 0x67, 0xca, 0x7d, 0x98, 0x1b, 0x71, 0xff, 0xfe, 0xfd, 0xf4, 0xf9, 0xe7, 0x9f, 0x4b, 0x06, 0x01, 0x73, 0x7c, 0xfc, 0xf1, 0xc7, 0x52, 0x1b, 0xdc, 0x72, 0xcb, 0x2d, 0x72, 0xed, 0x16, 0xc0, 0xcb, 0x99, 0x5c, 0x00, 0x03, 0xbc, 0x54, 0xdc, 0x19, 0xb7, 0xf3, 0x05, 0xf1, 0xfe, 0x1e, 0x52, 0xba, 0x6b, 0xd7, 0x2e, 0xa9, 0xc6, 0xd1, 0xa6, 0x4d, 0x9b, 0x46, 0xb7, 0xde, 0x7a, 0xab, 0xf4, 0x50, 0x9c, 0x3a, 0x98, 0x81, 0x1f, 0xd6, 0xdc, 0xe1, 0x3c, 0x05, 0x3e, 0x54, 0x3d, 0x98, 0x40, 0x1f, 0xaf, 0x00, 0x8d, 0x01, 0x42, 0xdf, 0x74, 0xd3, 0x4d, 0x74, 0xf4, 0xe8, 0x51, 0xfa, 0xe0, 0x83, 0x0f, 0xa4, 0x56, 0x68, 0x6d, 0x6d, 0xa5, 0x4d, 0x9b, 0x36, 0x49, 0x6d, 0x80, 0xf9, 0x94, 0x13, 0x61, 0xb2, 0x4c, 0x81, 0xc1, 0x8c, 0x0d, 0x0c, 0x49, 0xb7, 0x18, 0x03, 0x2a, 0x1b, 0x13, 0x25, 0xa7, 0x62, 0xf3, 0x79, 0x92, 0x65, 0x10, 0x02, 0x0d, 0x92, 0x78, 0xcf, 0x3d, 0xf7, 0x28, 0x80, 0xaa, 0xe3, 0x01, 0x10, 0x0c, 0x58, 0x00, 0x4c, 0xa2, 0xbf, 0xd3, 0x60, 0x30, 0x44, 0x83, 0x43, 0x61, 0x2a, 0x2e, 0xf0, 0x3b, 0x82, 0x40, 0xd8, 0x7b, 0xac, 0x59, 0x5b, 0x81, 0xd8, 0xd0, 0x0c, 0x5f, 0x7d, 0xf5, 0x15, 0xbd, 0xff, 0xfe, 0xfb, 0xf2, 0x19, 0x0e, 0x1e, 0x3c, 0x28, 0xcd, 0xc5, 0x8c, 0x19, 0x33, 0xd4, 0x8c, 0xea, 0x00, 0x81, 0xa9, 0x54, 0x53, 0x5d, 0x71, 0x65, 0xe1, 0xf1, 0xa4, 0x1a, 0xa0, 0x2b, 0x15, 0xe2, 0x43, 0x15, 0x43, 0x1a, 0x41, 0x54, 0xfc, 0x3d, 0x24, 0xf4, 0xc6, 0x1b, 0x6f, 0xbc, 0xac, 0xe2, 0x18, 0x61, 0x66, 0x4c, 0xc7, 0xde, 0x37, 0x18, 0xa2, 0x03, 0x4d, 0x1d, 0xb4, 0xbf, 0xa9, 0x93, 0x1a, 0xcf, 0xf6, 0xd0, 0xe9, 0xb6, 0x5e, 0xba, 0x70, 0x69, 0x40, 0x10, 0x30, 0xf2, 0x7e, 0x60, 0x82, 0xda, 0xca, 0x42, 0x6a, 0xa8, 0x2a, 0xa2, 0x59, 0x13, 0xcb, 0x69, 0xde, 0xe4, 0x72, 0x9a, 0x30, 0xb6, 0x48, 0x95, 0xad, 0xc1, 0x54, 0x61, 0x1b, 0xda, 0xe1, 0xfa, 0xeb, 0xaf, 0x97, 0x04, 0x7f, 0xfb, 0xed, 0xb7, 0x25, 0xde, 0x00, 0x63, 0xc1, 0x4c, 0x40, 0xfb, 0x8c, 0x1d, 0x3b, 0x36, 0x2d, 0x69, 0xcf, 0xb9, 0x38, 0x40, 0xa2, 0xd5, 0xc1, 0xa9, 0xe4, 0x02, 0xa0, 0x6e, 0x13, 0xa9, 0x07, 0xb0, 0x13, 0x76, 0xdf, 0xbe, 0x7d, 0xb2, 0xd3, 0x21, 0x71, 0x0f, 0x3e, 0xf8, 0xa0, 0xb4, 0xf7, 0xdc, 0x40, 0x70, 0x68, 0x05, 0x30, 0xc9, 0x01, 0x41, 0xf0, 0xad, 0x7b, 0xce, 0xd2, 0xae, 0x23, 0xed, 0xd4, 0x3f, 0x18, 0x1c, 0xf6, 0x1e, 0x3d, 0xfd, 0x41, 0xfa, 0xa6, 0xa5, 0x5b, 0x2e, 0x3b, 0xf6, 0x9b, 0x5a, 0x65, 0x4a, 0x4d, 0x09, 0xdd, 0x3e, 0xbf, 0x9a, 0x56, 0x2d, 0x18, 0x4f, 0x17, 0x2f, 0x5e, 0x94, 0xcf, 0x0a, 0x93, 0x00, 0x26, 0x80, 0x76, 0x58, 0xb7, 0x6e, 0x1d, 0x7d, 0xfa, 0xe9, 0xa7, 0xb4, 0x63, 0xc7, 0x0e, 0xa9, 0x0d, 0xc0, 0x94, 0x4e, 0xd5, 0x40, 0x89, 0x60, 0x80, 0x11, 0x97, 0x0d, 0x4c, 0x84, 0x68, 0xf1, 0xd2, 0xc9, 0x20, 0x20, 0x96, 0x44, 0x35, 0x06, 0xdc, 0xb2, 0x9d, 0x3b, 0x77, 0x4a, 0xe2, 0x8f, 0x19, 0x33, 0x86, 0x1e, 0x7f, 0xfc, 0x71, 0x35, 0x08, 0x03, 0x04, 0x00, 0xe1, 0x81, 0xe2, 0xf7, 0x7d, 0xdb, 0x41, 0xbf, 0xdb, 0x7e, 0x92, 0x0e, 0x37, 0x5f, 0xba, 0xbc, 0x73, 0xfc, 0x3e, 0x1a, 0x53, 0x56, 0x48, 0xe5, 0xa5, 0xc2, 0x0d, 0x94, 0xb3, 0xa1, 0x1b, 0x34, 0x20, 0x34, 0x44, 0x5f, 0xff, 0x20, 0xb5, 0x77, 0xf5, 0x51, 0x77, 0xcf, 0x80, 0x3a, 0xb7, 0xf1, 0x6c, 0x37, 0xfd, 0xb7, 0x58, 0x36, 0xec, 0x3c, 0x45, 0xf7, 0x2c, 0xae, 0xa5, 0xb5, 0xcb, 0xea, 0xa5, 0xd9, 0x1a, 0x3f, 0x7e, 0xbc, 0x34, 0x0d, 0x60, 0x04, 0x68, 0x1e, 0x48, 0x3d, 0xf0, 0x00, 0xde, 0x17, 0x9a, 0x00, 0xcf, 0x66, 0x0f, 0x71, 0x27, 0xc2, 0x08, 0x39, 0x03, 0x02, 0x13, 0x0d, 0x09, 0x7b, 0x85, 0x0d, 0x9c, 0xce, 0x81, 0xba, 0xdf, 0xb2, 0x65, 0x8b, 0x94, 0x70, 0x74, 0xf8, 0x13, 0x4f, 0x3c, 0xa1, 0x66, 0x25, 0x87, 0x17, 0x00, 0x17, 0xad, 0xb5, 0xa3, 0x87, 0x7e, 0xf3, 0xc7, 0x46, 0xda, 0x79, 0xa0, 0x35, 0xea, 0x3a, 0x55, 0x15, 0x45, 0x34, 0x73, 0xf2, 0x38, 0x6a, 0xa8, 0xa9, 0xa0, 0xea, 0x4a, 0xd3, 0x4e, 0x07, 0x04, 0xe1, 0xfd, 0x82, 0x80, 0x21, 0xf1, 0x8e, 0xc1, 0x60, 0x58, 0xae, 0xe5, 0x7d, 0xfa, 0x06, 0xa9, 0xf9, 0xfc, 0x25, 0x3a, 0x71, 0xf2, 0x02, 0x7d, 0x73, 0xfa, 0xa2, 0x38, 0x16, 0xa2, 0xee, 0xbe, 0x21, 0xc9, 0x04, 0x1f, 0x7e, 0x75, 0x8e, 0xfe, 0x76, 0xf5, 0x54, 0x5a, 0x2c, 0x00, 0x24, 0x34, 0x01, 0xab, 0x7b, 0x98, 0x83, 0x47, 0x1f, 0x7d, 0x94, 0x36, 0x6e, 0xdc, 0x28, 0xc1, 0xe5, 0x27, 0x9f, 0x7c, 0x22, 0x9f, 0x6d, 0xea, 0xd4, 0xa9, 0x19, 0x0d, 0x41, 0xbb, 0xea, 0x05, 0xb8, 0x39, 0x56, 0x2d, 0x16, 0x83, 0x80, 0x98, 0x89, 0xd4, 0x03, 0xe0, 0x79, 0x76, 0xef, 0xde, 0x2d, 0xa5, 0x1b, 0x12, 0x0f, 0xc9, 0x67, 0xe2, 0xe3, 0x1a, 0x2d, 0x2d, 0x2d, 0xb4, 0xaf, 0xf1, 0x22, 0xfd, 0xe7, 0xa6, 0x23, 0x42, 0x8a, 0x07, 0xad, 0xbf, 0x25, 0x9a, 0x38, 0xbe, 0x9c, 0x16, 0xcc, 0xa8, 0x96, 0x44, 0xaf, 0x12, 0x52, 0x5f, 0x83, 0x75, 0x79, 0x21, 0x95, 0x14, 0xe6, 0x09, 0xe2, 0xe3, 0xfd, 0x48, 0x12, 0x1e, 0xef, 0x09, 0x22, 0x77, 0x0a, 0xe9, 0x6f, 0xed, 0xec, 0xa5, 0x7c, 0x5f, 0x31, 0xd5, 0x57, 0x15, 0xd2, 0xd2, 0xb9, 0xb5, 0x74, 0xb0, 0xb1, 0x8d, 0x0e, 0x7c, 0xd3, 0x4a, 0x7d, 0x03, 0x43, 0xe2, 0xd8, 0x00, 0xfd, 0x68, 0xe3, 0x21, 0x5a, 0xb3, 0xa8, 0x96, 0xfe, 0x6a, 0x55, 0x48, 0x9a, 0x19, 0x80, 0x4e, 0x3c, 0x27, 0x32, 0xa2, 0x6b, 0xd7, 0xae, 0xa5, 0x37, 0xde, 0x78, 0x43, 0x5e, 0x6f, 0xdb, 0xb6, 0x6d, 0x12, 0x3b, 0xc0, 0x1b, 0x49, 0x44, 0x90, 0x72, 0x32, 0x12, 0x98, 0xa8, 0xed, 0x4f, 0x55, 0x1b, 0xa0, 0x03, 0x01, 0xd4, 0xe2, 0x35, 0x00, 0x2d, 0x10, 0x1f, 0x6e, 0x1a, 0x88, 0xcf, 0x66, 0x03, 0x78, 0x00, 0x92, 0xbf, 0x4d, 0x48, 0xe6, 0xcf, 0xde, 0x39, 0x46, 0x8c, 0xe9, 0x2a, 0x84, 0x7a, 0x5f, 0x3a, 0xa7, 0x86, 0xea, 0xc6, 0x95, 0xd0, 0xd4, 0xda, 0x0a, 0x9a, 0xd9, 0x50, 0x49, 0xa5, 0x45, 0xf9, 0xd6, 0x3b, 0x89, 0x77, 0x93, 0x4c, 0x25, 0xb6, 0xc5, 0x3f, 0x83, 0xcc, 0xf7, 0x2c, 0xca, 0xf7, 0x51, 0x41, 0xa0, 0x80, 0xc6, 0x96, 0xe5, 0x8b, 0xbf, 0x29, 0xa7, 0x96, 0xb6, 0x6e, 0x61, 0x02, 0x3a, 0x68, 0xce, 0x94, 0x31, 0x34, 0xbd, 0xbe, 0x8c, 0xf6, 0x1e, 0x6d, 0xa5, 0x23, 0x4d, 0x17, 0xe5, 0xdf, 0xbc, 0xfb, 0x79, 0x0b, 0x35, 0x9d, 0xef, 0xa1, 0x67, 0x1f, 0x99, 0x25, 0xff, 0xb6, 0xb6, 0xb6, 0x56, 0xbe, 0xe7, 0x35, 0xd7, 0x5c, 0x43, 0x77, 0xdd, 0x75, 0x17, 0x6d, 0xde, 0xbc, 0x59, 0x02, 0x5c, 0x78, 0x0a, 0x0f, 0x3d, 0xf4, 0x90, 0xc4, 0x3a, 0x89, 0x9a, 0x56, 0x37, 0x98, 0xc0, 0xe7, 0x16, 0xf1, 0xbd, 0xf0, 0x55, 0x87, 0xfb, 0xcc, 0x9c, 0x53, 0x03, 0xf8, 0x02, 0x91, 0xd1, 0xee, 0xbe, 0xfb, 0x6e, 0x69, 0x5f, 0x39, 0xc6, 0x8f, 0xfd, 0x5b, 0x3e, 0x3f, 0x43, 0x2f, 0x6a, 0xc4, 0x9f, 0x39, 0x71, 0x0c, 0xdd, 0x7b, 0xf3, 0x14, 0x5a, 0x30, 0x75, 0x1c, 0xdd, 0xbd, 0x78, 0x0a, 0x2d, 0x9a, 0x59, 0x4b, 0xe5, 0xc5, 0x05, 0xe4, 0x13, 0xf7, 0x35, 0xfd, 0x7d, 0xb1, 0x36, 0xc8, 0x5a, 0xeb, 0x1f, 0xbc, 0x32, 0xa4, 0xda, 0xc0, 0x3f, 0xbf, 0x58, 0xd7, 0x8e, 0x2d, 0xa1, 0x25, 0xe2, 0x6f, 0xa7, 0x08, 0x06, 0x2a, 0xc8, 0x0f, 0xd0, 0x12, 0xc1, 0x50, 0xab, 0x96, 0x4c, 0xa4, 0xc2, 0x02, 0x53, 0xbe, 0xe0, 0x51, 0xfc, 0xeb, 0x6f, 0xf7, 0xd3, 0xf9, 0xb6, 0x4e, 0x3a, 0x77, 0xee, 0x9c, 0x7a, 0x5e, 0x80, 0x40, 0xce, 0x05, 0x30, 0x66, 0x89, 0x17, 0xfe, 0xcd, 0x59, 0x13, 0xe0, 0xb6, 0xf4, 0xdb, 0x7f, 0x23, 0x14, 0x3c, 0x6f, 0xde, 0xbc, 0x98, 0xe7, 0xc0, 0x9e, 0xfe, 0xfe, 0xf7, 0xbf, 0x37, 0x09, 0x2b, 0xfc, 0x6f, 0x9e, 0x4b, 0x00, 0xfb, 0xa1, 0xf6, 0x61, 0xeb, 0x7f, 0xfd, 0x5e, 0xa3, 0x94, 0x6a, 0x10, 0xee, 0xd6, 0x45, 0x93, 0x85, 0xca, 0xaf, 0xa1, 0x99, 0x13, 0xca, 0x69, 0xba, 0x90, 0x62, 0x43, 0xf0, 0x97, 0x24, 0x32, 0x33, 0xb6, 0xc5, 0xdc, 0x21, 0x4b, 0xf5, 0x4b, 0x2d, 0xa0, 0x6d, 0xcb, 0xfd, 0x21, 0x13, 0x0f, 0x98, 0xfb, 0x84, 0x7d, 0x6f, 0x28, 0xa0, 0xda, 0xaa, 0x0a, 0x3a, 0xd6, 0x72, 0x49, 0x7a, 0x01, 0x13, 0x6a, 0xab, 0xe8, 0xed, 0x1d, 0x87, 0xa8, 0xad, 0xa3, 0x57, 0x7a, 0x0c, 0x3f, 0xde, 0x78, 0x98, 0xfe, 0xf9, 0xd1, 0xd9, 0x2a, 0x45, 0x0e, 0x26, 0x5b, 0xb1, 0x62, 0x85, 0x1c, 0xef, 0x00, 0xe6, 0x45, 0xed, 0x04, 0xa2, 0x91, 0x7a, 0xf1, 0xeb, 0x70, 0x33, 0x89, 0xe6, 0x84, 0x06, 0xc8, 0x54, 0x0c, 0x3b, 0x1e, 0x83, 0xec, 0xdd, 0xbb, 0x57, 0xaa, 0x7e, 0x04, 0x66, 0xee, 0xbc, 0xf3, 0x4e, 0xb5, 0x1f, 0x12, 0x77, 0xfc, 0x74, 0x27, 0xbd, 0xf8, 0xf6, 0x31, 0x49, 0x28, 0xfc, 0xd9, 0xca, 0x1b, 0xa7, 0x4a, 0xe2, 0x2f, 0x98, 0x32, 0x96, 0xa6, 0xd5, 0x96, 0xc9, 0x7d, 0x52, 0xea, 0x59, 0xda, 0xa3, 0x24, 0x1e, 0x9d, 0x64, 0x93, 0x46, 0xde, 0xd6, 0x1f, 0xc1, 0xda, 0x2e, 0x29, 0x0c, 0xd0, 0xac, 0xfa, 0x0a, 0x2a, 0xcc, 0xf7, 0x53, 0x59, 0x71, 0x3e, 0x3d, 0x78, 0xc7, 0x1c, 0x1a, 0x5b, 0x6e, 0x9a, 0xa1, 0x03, 0x27, 0x3b, 0xe9, 0xa5, 0x3f, 0x9e, 0x90, 0x21, 0x63, 0x8e, 0x46, 0xc2, 0x43, 0x58, 0xbd, 0x7a, 0xb5, 0xba, 0x3e, 0x42, 0xc7, 0xc3, 0x8d, 0x81, 0x70, 0xbb, 0x65, 0xc4, 0x04, 0x24, 0x8b, 0xfc, 0x9d, 0xce, 0x47, 0x94, 0x0e, 0x18, 0xc0, 0x69, 0x39, 0x7f, 0xfe, 0xbc, 0x74, 0xa9, 0xd0, 0x10, 0x86, 0x05, 0xe8, 0x43, 0x27, 0xca, 0xe3, 0x9d, 0xdd, 0xf4, 0xc2, 0xa6, 0xa3, 0x34, 0x38, 0x64, 0x76, 0xea, 0xd2, 0xb9, 0xf5, 0x34, 0xbd, 0xa1, 0x82, 0x66, 0xd7, 0x97, 0x53, 0x6d, 0x45, 0x81, 0xf9, 0xec, 0x90, 0x77, 0xf9, 0xfc, 0x26, 0xc1, 0x9d, 0x1e, 0xcf, 0xb0, 0xe8, 0x9e, 0x88, 0x52, 0xce, 0x13, 0x5e, 0xc3, 0xb4, 0x9a, 0x32, 0xca, 0x0f, 0xf8, 0xa4, 0x19, 0xb8, 0xff, 0xf6, 0x6b, 0xa9, 0xa4, 0xd8, 0xb4, 0xed, 0xef, 0xef, 0x3d, 0x27, 0xb5, 0x11, 0x9e, 0x99, 0xfb, 0x0c, 0x89, 0x27, 0x78, 0x07, 0x6c, 0xc6, 0x10, 0x23, 0xf0, 0x22, 0xf8, 0xe6, 0x99, 0x06, 0xf0, 0x0a, 0x03, 0x44, 0x05, 0x5f, 0x84, 0x6b, 0x07, 0x55, 0xc9, 0x0b, 0xc0, 0x1e, 0x2f, 0x48, 0xbe, 0x40, 0xd5, 0x43, 0xfa, 0x61, 0x26, 0x40, 0x7c, 0xfc, 0x46, 0x3d, 0xe2, 0x1b, 0x9f, 0x9c, 0xa2, 0xe6, 0x0b, 0xbd, 0x66, 0x47, 0x57, 0x97, 0x48, 0x90, 0x36, 0x61, 0x4c, 0x01, 0xd5, 0x88, 0x05, 0xe0, 0x4b, 0x2d, 0xf8, 0x8e, 0x11, 0x99, 0xaa, 0xdc, 0x7c, 0x95, 0xb0, 0xb2, 0x05, 0x61, 0x0a, 0x47, 0xb1, 0x82, 0xc1, 0x0c, 0xa1, 0x16, 0xcb, 0x74, 0xf0, 0x7f, 0xf2, 0x03, 0x9a, 0x3e, 0x2a, 0x15, 0x1e, 0x04, 0x98, 0xb7, 0x4c, 0xe0, 0x8a, 0x7b, 0x96, 0xcf, 0x94, 0x9a, 0x05, 0xed, 0x37, 0x42, 0x0b, 0xb4, 0x75, 0xf6, 0x28, 0x50, 0x8b, 0xa8, 0xe1, 0xb2, 0x65, 0xcb, 0x24, 0x70, 0x45, 0xfb, 0xf2, 0xcb, 0x2f, 0x33, 0x96, 0x15, 0xf4, 0x5c, 0x03, 0xb8, 0x21, 0xfd, 0xf1, 0x30, 0x08, 0x03, 0x2b, 0x64, 0xf4, 0xd0, 0x89, 0x2c, 0xfd, 0x2d, 0xed, 0xbd, 0xf4, 0xe6, 0xae, 0x33, 0xf2, 0x58, 0x81, 0x50, 0xc9, 0x37, 0xcf, 0x9f, 0x40, 0x63, 0x04, 0xea, 0xbf, 0x76, 0x62, 0xa5, 0x42, 0xf8, 0xe1, 0xb0, 0x7d, 0x89, 0xd8, 0x7b, 0xc7, 0x77, 0x62, 0x0d, 0x61, 0x90, 0x32, 0x11, 0xd1, 0x16, 0x81, 0x2f, 0x6c, 0xe6, 0x0f, 0xb8, 0xd5, 0x54, 0x95, 0xd2, 0x0d, 0xd7, 0x9a, 0x69, 0xe1, 0x8b, 0xdd, 0x83, 0xb4, 0xf1, 0xe3, 0x53, 0x52, 0xda, 0xf9, 0x03, 0x5a, 0xc8, 0x2a, 0x72, 0x2c, 0x00, 0x80, 0x90, 0xf3, 0x1e, 0xf1, 0xbe, 0xb2, 0x9a, 0x33, 0x1a, 0xc0, 0xeb, 0x06, 0x77, 0x0e, 0xfe, 0xf3, 0xa4, 0x49, 0x93, 0xa2, 0x16, 0x10, 0x9c, 0x2b, 0x8c, 0x00, 0xfc, 0x58, 0xfa, 0x11, 0x85, 0xfb, 0xc3, 0x9f, 0x4f, 0x2b, 0x22, 0x2c, 0x9b, 0x57, 0x2f, 0xbc, 0x82, 0x32, 0xba, 0x7e, 0x7a, 0x2d, 0x05, 0xfc, 0x01, 0xe1, 0xdb, 0x9b, 0xb1, 0x7a, 0x43, 0x8e, 0xd1, 0xf7, 0x49, 0xf2, 0x45, 0x40, 0x1d, 0xfb, 0xfc, 0x44, 0x61, 0x07, 0x53, 0x10, 0x45, 0x6c, 0x32, 0x14, 0x2c, 0x60, 0x4d, 0xc0, 0x34, 0x43, 0x5e, 0x41, 0x6f, 0x8b, 0xe7, 0x36, 0x48, 0x5c, 0x80, 0xf6, 0xde, 0x97, 0x67, 0xe9, 0x42, 0x67, 0x9f, 0x64, 0x54, 0xce, 0xa8, 0x22, 0x6f, 0xc0, 0x04, 0x47, 0xba, 0x3a, 0x11, 0x20, 0x98, 0x75, 0x06, 0xb0, 0x7f, 0x43, 0x37, 0x1d, 0xe9, 0x1e, 0xee, 0x37, 0xd4, 0x3b, 0xdc, 0x3a, 0xa0, 0x6b, 0x5e, 0xf0, 0xfb, 0xcc, 0x19, 0x53, 0xc2, 0x21, 0x41, 0x08, 0xfc, 0xe0, 0x79, 0x10, 0xf0, 0xe9, 0xe8, 0x1e, 0xa0, 0x0f, 0xf7, 0x9a, 0x9a, 0x01, 0xa1, 0xdc, 0xb9, 0xd3, 0xeb, 0xa8, 0xa6, 0xb2, 0x54, 0x68, 0x80, 0x42, 0x8a, 0x88, 0xad, 0x11, 0x45, 0x4a, 0x26, 0xbe, 0x8a, 0x01, 0xf0, 0x7b, 0x45, 0x99, 0x81, 0x70, 0x34, 0x0e, 0x34, 0x22, 0xc4, 0x27, 0x23, 0x32, 0xf6, 0x61, 0x48, 0x30, 0x5e, 0x28, 0x18, 0xcd, 0x00, 0x79, 0x02, 0x13, 0x2c, 0x9c, 0x63, 0xe6, 0x22, 0x10, 0x52, 0xde, 0xfc, 0x79, 0x8b, 0x04, 0xae, 0x78, 0x66, 0x98, 0x21, 0xbc, 0x0f, 0x42, 0xc7, 0x68, 0x30, 0x73, 0x0c, 0x14, 0xbd, 0x0c, 0x04, 0xf9, 0xdc, 0x92, 0xfe, 0x64, 0xbf, 0xf8, 0xe1, 0x46, 0x43, 0xa7, 0x71, 0x9d, 0x20, 0xdc, 0x27, 0xfe, 0xa8, 0x33, 0xf0, 0xc2, 0xce, 0xfd, 0xad, 0x4a, 0xfa, 0xaf, 0x9b, 0x59, 0x27, 0x89, 0x84, 0x8c, 0x1d, 0x4b, 0x76, 0x14, 0xb1, 0xc9, 0x24, 0xb0, 0x32, 0x01, 0xd6, 0x12, 0x21, 0x79, 0x58, 0x87, 0x04, 0x6a, 0xc3, 0xb0, 0x9b, 0x06, 0x4d, 0x03, 0x74, 0xf7, 0x07, 0x65, 0x04, 0x11, 0x8b, 0x7e, 0xde, 0x9c, 0x6b, 0xc6, 0xab, 0xf8, 0xc0, 0xf6, 0xaf, 0xcf, 0x53, 0xff, 0xc0, 0x80, 0x0c, 0x4f, 0xe3, 0xb9, 0x51, 0x7a, 0x06, 0xad, 0xc6, 0xef, 0x16, 0x6f, 0x38, 0x7c, 0x4e, 0x99, 0x00, 0xb7, 0xd3, 0xc1, 0x89, 0xfc, 0x46, 0x70, 0x87, 0x6b, 0xf3, 0x10, 0x66, 0x65, 0x49, 0x82, 0xc7, 0xc0, 0x31, 0x7e, 0x10, 0x60, 0xe6, 0xa4, 0x2a, 0x29, 0x7d, 0x15, 0x25, 0xf9, 0x8a, 0xc0, 0x61, 0x9d, 0xf8, 0x96, 0xfd, 0x8f, 0xf8, 0xfb, 0x61, 0xa5, 0x05, 0x14, 0x1e, 0x60, 0x26, 0xe7, 0x3f, 0xb0, 0xc4, 0x3f, 0xa2, 0x01, 0x34, 0x0c, 0x28, 0x56, 0x5d, 0xbd, 0x83, 0xe4, 0x93, 0xb1, 0x05, 0xf3, 0x19, 0xb8, 0xa3, 0xfd, 0x7e, 0x1f, 0x4d, 0x9f, 0x58, 0x25, 0xb7, 0xcf, 0x77, 0xf4, 0xd3, 0xd1, 0xd3, 0x5d, 0x52, 0x63, 0xb1, 0x26, 0xd5, 0x07, 0xce, 0x9c, 0x3e, 0x7d, 0x3a, 0x29, 0x81, 0xcb, 0xaa, 0x09, 0xb0, 0x33, 0x42, 0xaa, 0x43, 0xc3, 0x93, 0x69, 0xac, 0xfe, 0x71, 0x6d, 0x98, 0x04, 0x3c, 0x0b, 0x42, 0xc6, 0xbd, 0x03, 0x41, 0x3a, 0x76, 0xc6, 0x2c, 0x21, 0xaf, 0x1f, 0x5f, 0x2e, 0x25, 0xae, 0xa2, 0x38, 0x4f, 0x05, 0x76, 0xa2, 0x08, 0xac, 0xb4, 0x41, 0x38, 0x82, 0xdf, 0x74, 0x82, 0xd3, 0xe5, 0x38, 0x40, 0xee, 0x33, 0x2c, 0xbc, 0x17, 0x8e, 0xf0, 0x03, 0x13, 0x1f, 0x09, 0x23, 0xe4, 0x03, 0x90, 0x40, 0xf2, 0x71, 0x8c, 0x41, 0x63, 0x82, 0xe9, 0x93, 0xc6, 0xaa, 0xeb, 0xec, 0x6b, 0xec, 0x90, 0xaa, 0x9e, 0xfb, 0x91, 0xab, 0xa7, 0xd1, 0xa0, 0xdd, 0xbc, 0xd6, 0xa2, 0x9e, 0x80, 0xc0, 0x4c, 0x69, 0x03, 0x9e, 0x3c, 0x1a, 0x99, 0x36, 0x80, 0x28, 0x06, 0x80, 0x87, 0x4f, 0x75, 0x0a, 0xb7, 0xce, 0x7c, 0x86, 0xfa, 0x9a, 0x72, 0x2b, 0x40, 0x93, 0x67, 0xb3, 0xef, 0xa4, 0xfc, 0x7f, 0xa9, 0x11, 0x84, 0xb5, 0x08, 0x59, 0xb1, 0xfe, 0x68, 0x26, 0x60, 0x42, 0xdb, 0x2a, 0x9e, 0x2c, 0x57, 0x31, 0x4a, 0xfa, 0xcd, 0x30, 0x23, 0x75, 0xf4, 0x0c, 0xa8, 0x30, 0xb2, 0x5f, 0x82, 0xcc, 0xb0, 0x62, 0x02, 0x9c, 0x57, 0x57, 0x55, 0x26, 0x35, 0x81, 0x19, 0x1c, 0xba, 0x24, 0x35, 0x16, 0x9e, 0x1d, 0x0b, 0x5c, 0x42, 0xce, 0x1c, 0x02, 0x1f, 0xe0, 0x98, 0x3d, 0x35, 0xec, 0x26, 0xe8, 0xf6, 0xe5, 0x82, 0xfa, 0x4f, 0xb5, 0xb1, 0x1f, 0x0d, 0xf0, 0xc4, 0x1d, 0x08, 0x06, 0x38, 0xd5, 0xda, 0xab, 0xce, 0x19, 0x3f, 0xd6, 0xac, 0x01, 0x28, 0xcc, 0xf3, 0x45, 0x83, 0x3b, 0x8a, 0x60, 0x01, 0x06, 0x79, 0xd1, 0xe0, 0xcf, 0xa1, 0xa3, 0xc3, 0x0e, 0xee, 0x60, 0x38, 0x3a, 0x52, 0x14, 0x12, 0x16, 0xa9, 0xb3, 0x6f, 0xd0, 0x92, 0x7c, 0xf3, 0x1c, 0xa9, 0x09, 0x7c, 0x91, 0x28, 0x23, 0x7e, 0x57, 0x55, 0x98, 0xd1, 0xc1, 0x93, 0xe7, 0xbb, 0xe5, 0x7d, 0x38, 0x1e, 0x01, 0x46, 0xd6, 0x07, 0x8b, 0x24, 0x92, 0x00, 0xcb, 0x59, 0x10, 0xe8, 0x06, 0xc1, 0x63, 0x49, 0x3f, 0xee, 0x07, 0x09, 0x41, 0x63, 0xf4, 0xcf, 0xcb, 0x99, 0xb6, 0x08, 0x7a, 0x46, 0x41, 0x87, 0x89, 0x05, 0x7c, 0xca, 0xcd, 0x63, 0xc9, 0x0e, 0x5d, 0x46, 0x70, 0x7d, 0x3b, 0xa4, 0x00, 0xa0, 0x1e, 0x08, 0x52, 0xbf, 0x2c, 0x0d, 0x61, 0x58, 0xf1, 0x00, 0x06, 0x85, 0x17, 0xbb, 0xfb, 0xe5, 0x36, 0xee, 0x27, 0x17, 0x43, 0xc3, 0x01, 0x86, 0xd9, 0xe1, 0x58, 0x57, 0x96, 0x9b, 0xcf, 0x85, 0x94, 0x34, 0xdc, 0x45, 0xd6, 0x02, 0xfc, 0x3e, 0x7a, 0x82, 0x2b, 0xa7, 0x93, 0x41, 0x4e, 0x5a, 0xc0, 0x4e, 0x34, 0x54, 0xdf, 0x00, 0xe9, 0xc2, 0xc5, 0xb1, 0x57, 0xc4, 0x26, 0x8a, 0x15, 0xb8, 0x7c, 0x4b, 0xb9, 0x59, 0x42, 0xd2, 0xb9, 0xc3, 0x70, 0x4d, 0x7d, 0x7c, 0x42, 0x57, 0x5f, 0x64, 0xe4, 0x91, 0x11, 0x1a, 0x12, 0x5e, 0x01, 0xaa, 0x7b, 0x8b, 0xa9, 0xdf, 0xf0, 0x47, 0xec, 0xb2, 0xcf, 0x44, 0xed, 0x1c, 0xff, 0x8f, 0x0a, 0xf5, 0xda, 0x42, 0xbe, 0x61, 0x8d, 0xe2, 0x8c, 0x0d, 0xa2, 0x92, 0x45, 0xd2, 0x7e, 0x03, 0xf8, 0x0d, 0xd0, 0xa9, 0x73, 0x9d, 0x2a, 0x51, 0x84, 0x04, 0xb2, 0x8a, 0x2b, 0x84, 0x18, 0x6f, 0x98, 0xd7, 0xc8, 0xd7, 0x6a, 0x4b, 0xbb, 0x7a, 0x87, 0x68, 0x9c, 0xc5, 0xbc, 0xb8, 0x26, 0xbc, 0x01, 0x6e, 0xe8, 0xb7, 0x11, 0x91, 0x0d, 0x8c, 0xa5, 0x01, 0x0e, 0x1d, 0x3a, 0x24, 0x0b, 0x39, 0x90, 0xf4, 0x00, 0x37, 0x23, 0xfd, 0x99, 0x4a, 0xb2, 0xc3, 0x5e, 0x0f, 0x80, 0xdf, 0x4a, 0x8d, 0x59, 0xf6, 0x9f, 0x19, 0xa0, 0x6f, 0x20, 0x68, 0xed, 0x37, 0x04, 0xa3, 0x0c, 0x5a, 0x1d, 0x39, 0x48, 0xc2, 0x0a, 0x50, 0xd8, 0x17, 0x8a, 0x4a, 0xfe, 0x18, 0xac, 0xaa, 0xb5, 0x3c, 0x4f, 0x54, 0x8e, 0xc7, 0xa0, 0xcb, 0x4c, 0x04, 0x91, 0xe6, 0x2e, 0x86, 0x4c, 0x66, 0x40, 0xae, 0xa1, 0xf1, 0x74, 0xab, 0xf0, 0xef, 0x83, 0x62, 0xbf, 0x61, 0xc5, 0x15, 0x48, 0x01, 0x4d, 0x19, 0x68, 0xa2, 0x08, 0x13, 0xf8, 0x8c, 0x48, 0x7f, 0xf5, 0x0e, 0x0c, 0x29, 0xed, 0xc5, 0x0c, 0xad, 0x67, 0x39, 0x47, 0x9c, 0x06, 0xd0, 0x1b, 0x32, 0x5f, 0x28, 0xc3, 0x06, 0x4a, 0x67, 0xa9, 0x05, 0xc1, 0xec, 0x5f, 0x01, 0x8b, 0xa7, 0x0d, 0xec, 0xf5, 0x00, 0xfa, 0xfd, 0x10, 0x0d, 0xd4, 0x27, 0x9f, 0xe0, 0x98, 0xbb, 0x6e, 0xb3, 0x07, 0x04, 0x81, 0x42, 0x16, 0x35, 0x7c, 0x86, 0x19, 0xb4, 0xe1, 0x70, 0x2e, 0x69, 0xae, 0x5c, 0x38, 0x1c, 0xad, 0x05, 0xd4, 0x7d, 0xb4, 0x60, 0x90, 0x62, 0x04, 0xeb, 0x18, 0x02, 0x3e, 0xa7, 0xce, 0xb6, 0x8b, 0xf7, 0x0b, 0xca, 0xbf, 0x01, 0x71, 0x21, 0xfd, 0xf2, 0x6f, 0xb8, 0x52, 0x89, 0xd4, 0x2d, 0x39, 0x76, 0x18, 0x79, 0x37, 0x4b, 0x80, 0xf4, 0x11, 0x4a, 0x3a, 0x03, 0x78, 0xe9, 0x09, 0x78, 0x5e, 0x14, 0xca, 0x03, 0x26, 0xe1, 0xa7, 0x43, 0x8d, 0xc3, 0xcd, 0x81, 0x5a, 0x4b, 0xb6, 0xcc, 0x1b, 0xc0, 0x48, 0x1f, 0x48, 0x89, 0x6b, 0x21, 0x05, 0xcc, 0x5a, 0x08, 0xe8, 0x99, 0x67, 0x21, 0x01, 0xe0, 0x23, 0x2b, 0xb2, 0x57, 0x5a, 0x5a, 0x66, 0x06, 0x64, 0xf2, 0x0b, 0xa8, 0xb0, 0xb0, 0x40, 0x73, 0xcd, 0xcc, 0x8e, 0xd6, 0x4d, 0x80, 0x6e, 0x0a, 0x7c, 0x96, 0xe8, 0x2b, 0xc6, 0xb2, 0xfe, 0x53, 0x5e, 0x81, 0x86, 0x23, 0x10, 0xd2, 0xad, 0xae, 0xc9, 0xa7, 0xaa, 0x50, 0x58, 0x49, 0x3d, 0xbc, 0x10, 0xb9, 0x68, 0xf5, 0x03, 0x88, 0x4b, 0xa1, 0x6e, 0x10, 0xfb, 0xfc, 0x27, 0x22, 0x5f, 0x3f, 0x29, 0xca, 0xf7, 0x2b, 0x06, 0x60, 0x40, 0xa8, 0x33, 0xb7, 0x97, 0x41, 0x35, 0xcf, 0x41, 0x20, 0xc6, 0xd9, 0x41, 0xa5, 0x81, 0x60, 0xd0, 0x02, 0x88, 0xe9, 0xa7, 0xa2, 0xd6, 0xec, 0x1d, 0x60, 0x57, 0x93, 0x3c, 0x62, 0x07, 0x4b, 0x45, 0x49, 0xe4, 0x58, 0x97, 0x70, 0xc9, 0xf0, 0xb7, 0xbd, 0x7d, 0x43, 0x0a, 0xdc, 0x99, 0x40, 0xd0, 0x50, 0x9a, 0x8b, 0x6b, 0xfe, 0x2f, 0x97, 0x76, 0x9b, 0xac, 0xda, 0xb5, 0x83, 0x90, 0xeb, 0xf6, 0xae, 0x7e, 0x1a, 0x12, 0x7f, 0xef, 0x57, 0x15, 0x44, 0x86, 0x92, 0x6a, 0xfe, 0xed, 0x63, 0x90, 0xc8, 0xcc, 0x26, 0x36, 0x2e, 0x75, 0x0f, 0x28, 0x33, 0x55, 0x56, 0x1c, 0x50, 0x0c, 0xc0, 0x9e, 0x8c, 0xd3, 0x7b, 0x8e, 0x48, 0x13, 0x00, 0xe9, 0x87, 0x16, 0x00, 0xe1, 0x41, 0x1c, 0xce, 0x80, 0x25, 0x4b, 0x70, 0x48, 0x05, 0xa3, 0x7e, 0xbb, 0xed, 0x47, 0xbd, 0x1f, 0x0f, 0x4f, 0x83, 0x26, 0xa8, 0xaf, 0x8a, 0x94, 0x8f, 0x9f, 0xbf, 0xd8, 0x4d, 0xa5, 0x45, 0x01, 0x6a, 0xef, 0x1c, 0xa2, 0xf1, 0x15, 0xf9, 0x14, 0xb0, 0x5c, 0xb1, 0x20, 0x17, 0x7f, 0x58, 0x44, 0x08, 0x1a, 0x11, 0x44, 0xef, 0x33, 0x74, 0x2c, 0x60, 0xfe, 0x56, 0x9c, 0x60, 0x31, 0x07, 0x6c, 0x7d, 0x5b, 0x67, 0xaf, 0xb4, 0xfd, 0x2a, 0x8f, 0x60, 0x01, 0xbd, 0xa0, 0x06, 0xfc, 0x82, 0x96, 0xe7, 0x11, 0x0c, 0x91, 0x5a, 0x63, 0xdf, 0x85, 0x0e, 0xf3, 0xdb, 0x07, 0xd5, 0xe5, 0x28, 0x39, 0xf7, 0x29, 0xb5, 0xcf, 0xa1, 0x6c, 0x3d, 0x09, 0x36, 0x62, 0x19, 0x40, 0xaf, 0xd4, 0x45, 0x76, 0x2e, 0x9d, 0xc9, 0x1a, 0x40, 0x7c, 0x7b, 0x6c, 0x1c, 0x68, 0x19, 0x9a, 0x05, 0x4c, 0xc5, 0xa9, 0x53, 0xa8, 0xcc, 0xc9, 0xe3, 0x23, 0x9d, 0xd6, 0x2c, 0x6c, 0x73, 0x4d, 0x79, 0x40, 0xa2, 0xfe, 0x73, 0x17, 0x0c, 0xaa, 0x14, 0x6e, 0x61, 0x14, 0xf8, 0xc3, 0x50, 0x2e, 0x23, 0xa2, 0x0e, 0xa3, 0xd3, 0xbb, 0x61, 0x0b, 0x04, 0x86, 0x15, 0x40, 0x80, 0x0a, 0x6f, 0xbf, 0xd4, 0x4d, 0x9d, 0x5d, 0xbd, 0x5a, 0xb0, 0xc8, 0x50, 0xe0, 0x4e, 0xc6, 0x02, 0x2c, 0x75, 0xaf, 0x80, 0xa0, 0xf8, 0xe3, 0xa0, 0xf2, 0x0a, 0x0c, 0x19, 0xa9, 0x6c, 0xef, 0x34, 0xd1, 0xfd, 0x94, 0x9a, 0x62, 0xa5, 0xb9, 0x58, 0x9b, 0xf1, 0x44, 0x18, 0xd8, 0xe6, 0xba, 0xc6, 0x9c, 0x8d, 0x03, 0x24, 0x93, 0x0d, 0x4c, 0x35, 0x36, 0x10, 0xeb, 0x5c, 0x2e, 0xf7, 0x06, 0x03, 0xf0, 0xc0, 0x4d, 0xd4, 0xdb, 0x4d, 0xad, 0x2d, 0x91, 0x76, 0x15, 0xad, 0xa5, 0xb5, 0x5b, 0x11, 0xef, 0x42, 0x67, 0xaf, 0x54, 0xf7, 0x52, 0x2a, 0xad, 0x25, 0x8c, 0xfc, 0x81, 0x7c, 0x87, 0x90, 0x8c, 0x04, 0x06, 0xc3, 0xec, 0x8e, 0x59, 0xef, 0x65, 0xe5, 0x06, 0x86, 0x06, 0x87, 0xa8, 0xad, 0xa3, 0x4b, 0x30, 0x54, 0xab, 0x20, 0x50, 0x4f, 0x84, 0x59, 0x2c, 0x46, 0xe1, 0x40, 0x0f, 0x03, 0x43, 0x9f, 0xad, 0x6a, 0x4c, 0x5f, 0x9f, 0xb9, 0xd0, 0xad, 0x00, 0xe5, 0xbc, 0x49, 0x15, 0x92, 0x69, 0x99, 0x09, 0x70, 0x2f, 0x44, 0x38, 0x19, 0x30, 0x3b, 0x8d, 0x86, 0xca, 0xa9, 0xcf, 0xc7, 0x7b, 0x11, 0x9e, 0x8c, 0x35, 0x3f, 0x00, 0x27, 0x4a, 0xf8, 0x38, 0xb4, 0x02, 0xbc, 0x0c, 0x68, 0x01, 0xa8, 0x4d, 0x48, 0x8b, 0xf4, 0xa3, 0xf3, 0xf3, 0x68, 0xee, 0xe4, 0x72, 0xfa, 0xec, 0x68, 0xbb, 0x04, 0x68, 0xc1, 0x30, 0xa6, 0x62, 0x29, 0x94, 0x92, 0xde, 0xd2, 0x31, 0x20, 0x73, 0xf2, 0x25, 0x05, 0x7e, 0x99, 0x23, 0x50, 0xb6, 0x9b, 0xb4, 0x70, 0xad, 0xa5, 0x1d, 0x20, 0xed, 0x43, 0xc2, 0xf4, 0x0c, 0x08, 0x74, 0x3f, 0x24, 0x24, 0xb7, 0xb4, 0xac, 0x5c, 0x5c, 0xa7, 0x5c, 0x81, 0x41, 0xa9, 0xf2, 0xc9, 0x4c, 0xfd, 0x42, 0x0b, 0x0c, 0x85, 0xcc, 0x75, 0xd0, 0x1a, 0x40, 0x02, 0x89, 0x1f, 0x92, 0x76, 0x1d, 0x66, 0xc1, 0x8c, 0x0d, 0x60, 0xfd, 0xed, 0xde, 0xb3, 0xea, 0xbd, 0x16, 0x5c, 0x53, 0x21, 0xed, 0xbc, 0xae, 0x01, 0x50, 0xe0, 0x82, 0xc0, 0x10, 0x4a, 0xc8, 0x61, 0xd2, 0x46, 0x44, 0x1c, 0xc0, 0xeb, 0xf0, 0x2f, 0x3a, 0x82, 0xd5, 0x21, 0x5f, 0x0b, 0xb5, 0xf5, 0x18, 0x71, 0x2b, 0x25, 0xbd, 0xa5, 0x45, 0xc6, 0xd0, 0x65, 0xdd, 0x7e, 0x51, 0x11, 0xad, 0x98, 0x57, 0x2d, 0x19, 0x00, 0x84, 0x3a, 0xdc, 0x74, 0x91, 0x6e, 0xbb, 0x61, 0x92, 0x4a, 0xcf, 0xf6, 0x0b, 0x90, 0x1d, 0xec, 0x0b, 0x53, 0xb7, 0xf0, 0xbf, 0x0b, 0x02, 0x28, 0xdf, 0x0a, 0xc8, 0x18, 0x01, 0x46, 0x00, 0x41, 0xf2, 0x59, 0x92, 0x31, 0x14, 0xcc, 0x67, 0xe4, 0x09, 0x46, 0xc9, 0x27, 0x7f, 0xb1, 0x4f, 0xba, 0x77, 0x01, 0xcb, 0xdb, 0x60, 0x94, 0x1f, 0xb2, 0x10, 0xff, 0x50, 0x28, 0x82, 0xf6, 0x87, 0x82, 0x61, 0xa9, 0x55, 0x40, 0x6c, 0x30, 0x82, 0xb9, 0x0e, 0xc9, 0xf3, 0x50, 0xa7, 0xd0, 0xd8, 0x6c, 0xc6, 0x33, 0xa6, 0xd5, 0x95, 0xd2, 0xc4, 0xea, 0x12, 0x35, 0x16, 0x00, 0xc4, 0x47, 0xad, 0x20, 0x4f, 0x34, 0x91, 0xec, 0x07, 0x32, 0xb2, 0x96, 0x0c, 0x4a, 0x57, 0x03, 0xa4, 0x6a, 0x0e, 0xe0, 0x5a, 0xb2, 0x84, 0x60, 0xec, 0x3f, 0x9b, 0x01, 0x00, 0xa7, 0x25, 0x33, 0xc6, 0x52, 0x79, 0xb1, 0x89, 0xa0, 0xf7, 0x1d, 0x3b, 0x1b, 0x73, 0xc0, 0x27, 0x08, 0x37, 0x20, 0xd4, 0x3b, 0x82, 0x47, 0x7d, 0xe2, 0x9c, 0x41, 0x29, 0xf5, 0x21, 0x15, 0xee, 0x95, 0x41, 0x2e, 0xe2, 0xc4, 0x8f, 0x4f, 0x25, 0x80, 0xf4, 0x67, 0x31, 0x0c, 0x55, 0x15, 0x18, 0xf7, 0xdd, 0x76, 0xef, 0x6f, 0x96, 0x5a, 0x01, 0x6d, 0xe5, 0x82, 0x6a, 0x89, 0x63, 0x58, 0xfd, 0x23, 0xb8, 0xd5, 0xd8, 0xd8, 0xa8, 0xe6, 0x25, 0xe0, 0x42, 0xd1, 0x11, 0xed, 0x05, 0xb8, 0x65, 0x0e, 0xa0, 0xee, 0xd1, 0x39, 0x4e, 0x71, 0x06, 0x98, 0x01, 0xe4, 0xce, 0x61, 0x06, 0xf0, 0x5b, 0xba, 0x82, 0xe5, 0xa5, 0x74, 0xdf, 0x92, 0x3a, 0xfa, 0xed, 0xf6, 0x26, 0xea, 0x17, 0x92, 0xbe, 0xe3, 0xb3, 0x63, 0xb4, 0x64, 0x56, 0xb5, 0xb4, 0xd7, 0x7e, 0x1e, 0x03, 0x80, 0x2c, 0x9d, 0xa5, 0xfa, 0x65, 0x72, 0x4e, 0x48, 0x3f, 0xc7, 0xec, 0x8d, 0x70, 0x58, 0xe5, 0xf3, 0xa5, 0x8d, 0xb7, 0xe2, 0xf9, 0x2a, 0x24, 0x6c, 0x81, 0x3d, 0x33, 0x16, 0x60, 0x85, 0x7c, 0xa5, 0x6b, 0x69, 0x9a, 0x00, 0x09, 0x0c, 0x29, 0x12, 0x02, 0xc6, 0xf9, 0x9d, 0xdd, 0x83, 0xb4, 0xfb, 0x80, 0x59, 0xc0, 0x52, 0x59, 0x9a, 0x2f, 0x18, 0xa0, 0x46, 0x32, 0x2b, 0x98, 0x98, 0xd1, 0x3f, 0x18, 0x19, 0xc4, 0xc7, 0x7b, 0x60, 0x7c, 0x80, 0xd7, 0xe5, 0x76, 0xae, 0x17, 0x85, 0xf2, 0xb6, 0xdb, 0x81, 0x8b, 0x58, 0x91, 0x43, 0x9e, 0x76, 0x05, 0xc7, 0x79, 0x46, 0x52, 0x2c, 0xe8, 0xc0, 0x35, 0x8b, 0xeb, 0x64, 0x1d, 0x00, 0xda, 0xfe, 0xc6, 0x76, 0x81, 0xde, 0xfb, 0x25, 0x72, 0x8b, 0xa4, 0x82, 0x23, 0xf0, 0x2c, 0xcc, 0xd2, 0xce, 0x59, 0x40, 0x8e, 0xce, 0x71, 0x65, 0x90, 0xe1, 0x53, 0x88, 0x5e, 0x12, 0xdf, 0x84, 0xfc, 0xaa, 0x9a, 0x88, 0x38, 0xf2, 0xa7, 0x25, 0x8a, 0x28, 0x1c, 0x5d, 0x41, 0xb4, 0xf3, 0xeb, 0x73, 0x42, 0xba, 0x4d, 0xe9, 0x7f, 0xe8, 0xe6, 0x7a, 0xc1, 0xa4, 0x25, 0xca, 0xfe, 0x23, 0x38, 0x86, 0x81, 0x21, 0xf0, 0x00, 0xc0, 0x00, 0xa8, 0x0f, 0xcc, 0x44, 0xcb, 0x0a, 0x08, 0x4c, 0x65, 0x30, 0x29, 0x54, 0xa5, 0xdd, 0x25, 0xc2, 0x75, 0x40, 0x68, 0x54, 0xd0, 0x42, 0x7d, 0x62, 0x6c, 0x00, 0xa2, 0x85, 0x88, 0x3d, 0xc0, 0xae, 0xd6, 0x56, 0x57, 0xd2, 0x53, 0x2b, 0x27, 0x9b, 0x83, 0x42, 0x04, 0xc1, 0xb6, 0xef, 0x69, 0xa1, 0x47, 0xee, 0x98, 0x46, 0xf9, 0x79, 0x7e, 0x09, 0x08, 0x65, 0xaa, 0xd6, 0x5a, 0x07, 0x2c, 0xf0, 0x27, 0xb5, 0x03, 0x51, 0x64, 0x58, 0x98, 0x96, 0xd6, 0x35, 0xb4, 0x67, 0x67, 0x66, 0x09, 0xaa, 0xa0, 0x52, 0x24, 0xce, 0xaf, 0x16, 0x0b, 0xf4, 0x41, 0x0b, 0xec, 0x39, 0xd6, 0x4a, 0x8d, 0x2d, 0xa6, 0x7b, 0x07, 0x37, 0x75, 0xcd, 0xe2, 0x09, 0x4a, 0x5b, 0x71, 0x66, 0x13, 0xe5, 0xe0, 0x9c, 0xff, 0x5f, 0xb2, 0x64, 0x49, 0xca, 0x7d, 0x35, 0xa2, 0x4d, 0x40, 0x2c, 0xcd, 0x01, 0x60, 0x07, 0x2f, 0x40, 0x3f, 0xce, 0xdb, 0x48, 0x36, 0x7d, 0xf1, 0xc5, 0x17, 0xb2, 0x13, 0x91, 0x7c, 0x42, 0xe7, 0xe1, 0x18, 0x86, 0x5f, 0xad, 0xba, 0xbe, 0x8e, 0x3e, 0x39, 0x28, 0x8e, 0x1f, 0x6f, 0xa7, 0xb6, 0x4b, 0x7d, 0xb4, 0xe3, 0xab, 0xb3, 0xb4, 0x76, 0xc5, 0x4c, 0x39, 0xde, 0x1f, 0x2a, 0xde, 0x2f, 0xa7, 0x74, 0x31, 0x94, 0xea, 0xc7, 0x9c, 0x00, 0x7e, 0x55, 0xcc, 0x61, 0x5a, 0x76, 0x14, 0x6f, 0x70, 0x78, 0xd8, 0x30, 0xa2, 0xb5, 0x46, 0x50, 0x4b, 0x31, 0x07, 0x35, 0x17, 0x13, 0x71, 0x00, 0xd3, 0x03, 0x08, 0xd3, 0x37, 0xa7, 0x3b, 0x68, 0xdb, 0x1e, 0xb3, 0xbc, 0x0b, 0x41, 0x9f, 0xef, 0xdf, 0x3b, 0x9d, 0xc6, 0x56, 0x8e, 0x51, 0x61, 0x5e, 0x94, 0x81, 0x7f, 0xfd, 0xf5, 0xd7, 0xd2, 0x94, 0x81, 0x01, 0x96, 0x2f, 0x5f, 0xee, 0x79, 0x00, 0xc8, 0xd5, 0x38, 0x40, 0xa6, 0x5a, 0x2c, 0xe6, 0xc0, 0x60, 0x10, 0x0e, 0x99, 0x42, 0x8a, 0xe0, 0x47, 0x43, 0xb2, 0x60, 0x5b, 0xeb, 0xea, 0x6a, 0xe9, 0x1f, 0x1e, 0x98, 0x41, 0xe3, 0xca, 0x4d, 0xa4, 0x7d, 0xa8, 0xb1, 0x95, 0xb6, 0xec, 0x3a, 0x61, 0xf9, 0xfe, 0x64, 0x0d, 0x06, 0xe1, 0x2c, 0x9f, 0xa1, 0x50, 0xbd, 0x3d, 0x98, 0x13, 0x89, 0x1f, 0x44, 0xb6, 0x83, 0x9a, 0x89, 0xe0, 0x01, 0x25, 0x7a, 0x99, 0x19, 0x0e, 0x34, 0x9f, 0xeb, 0xa2, 0xd7, 0x36, 0xef, 0x93, 0xc0, 0x12, 0xed, 0xaf, 0xff, 0x62, 0x32, 0xcd, 0x9b, 0x5a, 0x2d, 0xb5, 0x14, 0x47, 0x32, 0x51, 0xdb, 0x88, 0x21, 0xed, 0x3c, 0x13, 0xe9, 0xaa, 0x55, 0xab, 0x32, 0xd6, 0xa7, 0x39, 0x0f, 0x02, 0xf5, 0xe4, 0x0f, 0x4f, 0xf2, 0xe4, 0xc4, 0x10, 0xa8, 0xa6, 0x05, 0x80, 0x82, 0x0d, 0xc5, 0x34, 0x70, 0xb7, 0xdf, 0x7e, 0xbb, 0xd4, 0x1a, 0x30, 0x1d, 0xd7, 0x4c, 0xac, 0xa5, 0xe7, 0xd6, 0xcd, 0xa6, 0x7f, 0xf9, 0x9f, 0xfd, 0x72, 0x6c, 0xff, 0x97, 0x87, 0xce, 0x50, 0x57, 0x77, 0x2f, 0xad, 0x5e, 0xd4, 0x20, 0xcc, 0x81, 0xef, 0x32, 0x75, 0x6f, 0x0e, 0x12, 0x0d, 0xab, 0xfd, 0x2c, 0xf3, 0xd1, 0xc3, 0x03, 0x4d, 0xe0, 0x67, 0x58, 0x4c, 0xa3, 0x18, 0x45, 0x2b, 0x34, 0x39, 0x7e, 0xfa, 0x12, 0x6d, 0xda, 0xd9, 0x28, 0xe3, 0x08, 0x68, 0xf7, 0x08, 0x4c, 0xf2, 0xc0, 0xb2, 0x49, 0x72, 0x1e, 0x00, 0x56, 0xed, 0x60, 0xd6, 0x8f, 0x3e, 0xfa, 0x48, 0xcd, 0xa0, 0x0a, 0xed, 0x05, 0xe9, 0x8f, 0x37, 0x63, 0xca, 0x88, 0xc9, 0x06, 0xba, 0xf5, 0x02, 0x00, 0x49, 0xf6, 0xea, 0x18, 0xfd, 0xba, 0x88, 0x01, 0x9c, 0x3a, 0x75, 0x4a, 0x9e, 0x87, 0xd8, 0x00, 0x7c, 0x68, 0x4c, 0xbd, 0xc2, 0x13, 0x37, 0xdd, 0x30, 0xab, 0x81, 0x9e, 0xff, 0xcb, 0x20, 0xfd, 0xfb, 0xff, 0x1e, 0x94, 0x73, 0xfc, 0x1c, 0x3d, 0x79, 0x91, 0xda, 0x3b, 0xfb, 0xe8, 0xce, 0x85, 0x13, 0xa8, 0xb2, 0x2c, 0xcf, 0x22, 0x74, 0x38, 0x62, 0xf3, 0x2d, 0xe4, 0xe6, 0xb7, 0x62, 0x02, 0xba, 0xeb, 0x17, 0x8e, 0xaa, 0x02, 0x35, 0x22, 0x95, 0xc3, 0x8c, 0x0b, 0xc4, 0xef, 0xdd, 0x47, 0xda, 0x68, 0xf7, 0xa1, 0x56, 0x55, 0x3f, 0x70, 0xc7, 0x82, 0xf1, 0xf4, 0x77, 0x6b, 0xa6, 0xcb, 0x49, 0x23, 0xd9, 0x75, 0x05, 0xf1, 0xf7, 0xec, 0xd9, 0x23, 0xcd, 0x16, 0xbb, 0x7e, 0x98, 0x5a, 0x0e, 0xd7, 0xc7, 0x04, 0x12, 0x5e, 0x07, 0x81, 0xb2, 0x1a, 0x0a, 0x4e, 0x96, 0x39, 0xe2, 0x75, 0x06, 0xd4, 0x29, 0x02, 0x43, 0xec, 0x11, 0x60, 0x94, 0x2d, 0x18, 0x82, 0x4d, 0x14, 0xf0, 0xc0, 0xcd, 0x0b, 0xa6, 0xd0, 0xbf, 0x3d, 0x31, 0x57, 0xba, 0x60, 0x68, 0xad, 0x1d, 0x7d, 0xf4, 0xfa, 0x8e, 0x13, 0xf4, 0xe9, 0xe1, 0x56, 0x33, 0xa9, 0xa3, 0x8d, 0x17, 0xe0, 0x8c, 0x61, 0x44, 0xaa, 0x0d, 0x15, 0xd3, 0x67, 0x6f, 0x20, 0x64, 0xd9, 0xfd, 0x30, 0x19, 0x2a, 0x21, 0x84, 0x59, 0xc5, 0x7e, 0xb7, 0xad, 0x89, 0x76, 0x1d, 0x8c, 0x10, 0x1f, 0xf3, 0x05, 0xfd, 0xd3, 0xda, 0xd9, 0xd4, 0x20, 0xdc, 0x3a, 0xae, 0x5d, 0x40, 0xb0, 0x07, 0xb6, 0x1f, 0xef, 0x85, 0x99, 0xcb, 0x10, 0xf5, 0xe3, 0x69, 0x67, 0xdf, 0x79, 0xe7, 0x1d, 0x7a, 0xe1, 0x85, 0x17, 0xa2, 0x06, 0x86, 0x5c, 0x95, 0x26, 0x40, 0x67, 0x0e, 0x84, 0x82, 0x17, 0x2c, 0x58, 0x10, 0xf3, 0x38, 0x6f, 0xa3, 0x83, 0x01, 0xa8, 0x00, 0x08, 0x31, 0xe1, 0xc2, 0x1d, 0x77, 0xdc, 0x21, 0xa5, 0x0e, 0xc7, 0xe1, 0x45, 0x2c, 0x9d, 0xef, 0xa7, 0xff, 0x28, 0x2b, 0x90, 0x53, 0xc4, 0xa0, 0x24, 0x1b, 0x91, 0xba, 0x4f, 0x0f, 0x5f, 0x90, 0xd5, 0xb9, 0xcb, 0xe7, 0x37, 0xd0, 0xa2, 0x6b, 0x6b, 0xa8, 0xac, 0xa4, 0xc0, 0x02, 0x82, 0xa6, 0xdf, 0x2f, 0x87, 0x90, 0x51, 0x74, 0xb9, 0x7b, 0xc4, 0x6d, 0x34, 0x71, 0xc0, 0xd1, 0x93, 0xed, 0xb4, 0xed, 0x8b, 0x26, 0x3a, 0xdc, 0x14, 0x99, 0xc6, 0xa6, 0xa8, 0xc0, 0x4f, 0x4f, 0xaf, 0x99, 0x46, 0xab, 0x16, 0x36, 0x48, 0x02, 0x73, 0xb8, 0x17, 0x84, 0x85, 0x49, 0xc3, 0x3b, 0x2d, 0x5e, 0xbc, 0x58, 0x4a, 0x3f, 0xbc, 0x17, 0x8c, 0x0a, 0x7e, 0xeb, 0xad, 0xb7, 0x64, 0x3c, 0x00, 0x03, 0x5e, 0x7f, 0xf8, 0xc3, 0x1f, 0xd2, 0x73, 0xcf, 0x3d, 0xa7, 0xaa, 0x84, 0xbd, 0x68, 0x69, 0xeb, 0x18, 0xf1, 0xe0, 0x4f, 0x8a, 0xd5, 0x74, 0x80, 0x30, 0x4c, 0xbe, 0x28, 0x6d, 0xa3, 0x90, 0x3a, 0xbd, 0x96, 0x6d, 0xb8, 0xf9, 0x70, 0xf5, 0x7c, 0xb7, 0x3d, 0x7e, 0x30, 0x5c, 0x85, 0x50, 0xac, 0x63, 0x98, 0x06, 0x0e, 0xf5, 0xf4, 0x90, 0x30, 0x30, 0x01, 0x6c, 0x2b, 0x3a, 0x10, 0x85, 0x28, 0x38, 0x07, 0x98, 0xa0, 0xaa, 0xb2, 0x9c, 0x96, 0x4c, 0x2b, 0xa5, 0xb2, 0x42, 0x1f, 0x1d, 0x69, 0xee, 0x92, 0xd5, 0x42, 0x83, 0x83, 0x41, 0x3a, 0xde, 0xdc, 0x4e, 0x9f, 0xec, 0x6b, 0xa6, 0xa6, 0xb3, 0x9d, 0xd4, 0xd5, 0x63, 0xba, 0x63, 0x05, 0x70, 0x19, 0x7d, 0xa6, 0xf4, 0x1b, 0x56, 0xf0, 0x07, 0x2a, 0x1f, 0xa9, 0xe0, 0x23, 0x27, 0xdb, 0x68, 0xe7, 0xde, 0x66, 0xda, 0xf8, 0xe1, 0x21, 0xfa, 0xf8, 0xab, 0x53, 0x74, 0xa1, 0x23, 0x52, 0x8d, 0xbc, 0x64, 0x46, 0xa5, 0xc4, 0x1d, 0x37, 0x2d, 0x98, 0x2c, 0x6b, 0x21, 0xf9, 0xf9, 0xf4, 0x49, 0xb3, 0x41, 0x78, 0x8c, 0x6e, 0x86, 0xff, 0x8f, 0x31, 0x0e, 0x70, 0x65, 0xa7, 0x4f, 0x9f, 0x2e, 0x8f, 0x23, 0xb4, 0x0d, 0xaf, 0xe0, 0x4f, 0x7f, 0xfa, 0x93, 0x1c, 0xf4, 0x0a, 0xe6, 0xe5, 0x6b, 0x80, 0x39, 0xbe, 0xf9, 0xe6, 0x1b, 0xfc, 0xee, 0x3f, 0x72, 0xe4, 0xc8, 0x8f, 0xb2, 0x8e, 0x01, 0xbc, 0xf6, 0x55, 0xb9, 0xb3, 0x40, 0xd4, 0x44, 0x98, 0x03, 0x43, 0xad, 0x61, 0x4b, 0x41, 0x7c, 0xcc, 0xcc, 0x89, 0x63, 0x98, 0xa2, 0x0d, 0x52, 0xc8, 0x53, 0xbc, 0x4e, 0x12, 0x2e, 0xe5, 0xe3, 0x42, 0x02, 0x97, 0xcf, 0xa9, 0xa6, 0x4d, 0x7f, 0x6e, 0x96, 0xe3, 0xf4, 0x90, 0xa6, 0x05, 0x71, 0x8f, 0x34, 0xb5, 0xc9, 0x45, 0x97, 0xe4, 0xc2, 0x7c, 0x53, 0x75, 0x03, 0xcd, 0xf7, 0xf4, 0x0e, 0xa9, 0x70, 0xae, 0xbd, 0xcd, 0x9e, 0x58, 0x46, 0xeb, 0x96, 0x37, 0xd0, 0x8d, 0x73, 0xea, 0x64, 0x90, 0x8a, 0xe3, 0xfc, 0x9c, 0xb5, 0x04, 0x91, 0xa1, 0x09, 0xa0, 0xea, 0x61, 0xff, 0x81, 0x03, 0xc2, 0xb2, 0x72, 0xa9, 0x54, 0x0a, 0x03, 0xf6, 0xe3, 0x59, 0xa1, 0x1d, 0x40, 0x7c, 0x00, 0xdf, 0xe7, 0x9f, 0x7f, 0x9e, 0x7e, 0xf0, 0x83, 0x1f, 0xd0, 0xc2, 0x85, 0x0b, 0xaf, 0x5e, 0x2f, 0xc0, 0xfe, 0xe9, 0xd8, 0x78, 0xd8, 0x01, 0x92, 0x84, 0xc0, 0x10, 0x3a, 0x14, 0xd2, 0x02, 0x8d, 0x84, 0x79, 0x7a, 0xa1, 0x21, 0x78, 0x9a, 0x56, 0xe0, 0x02, 0x00, 0xc4, 0x86, 0xda, 0x2a, 0x7a, 0xe8, 0xe6, 0x06, 0xfa, 0x68, 0xff, 0x79, 0xb1, 0xb4, 0xca, 0x39, 0x03, 0xf5, 0x99, 0x41, 0x7b, 0x05, 0x68, 0xc4, 0x12, 0xab, 0x8d, 0x11, 0x98, 0xe2, 0xa6, 0x59, 0x63, 0xe9, 0xf6, 0x79, 0xd5, 0xd2, 0xc5, 0xc3, 0x75, 0xe1, 0x81, 0xe8, 0x38, 0x09, 0x19, 0x3e, 0x30, 0x00, 0x47, 0x2e, 0x81, 0x4f, 0x50, 0xe4, 0x8a, 0xe7, 0x82, 0xc4, 0x43, 0x03, 0xc0, 0x3b, 0x80, 0xa4, 0xe3, 0x99, 0x31, 0xd2, 0x19, 0xdb, 0xef, 0xbe, 0xfb, 0xae, 0x34, 0x17, 0xeb, 0xd7, 0xaf, 0xa7, 0xa7, 0x9f, 0x7e, 0xda, 0x75, 0x17, 0x31, 0xe7, 0xa6, 0x89, 0x73, 0xab, 0xa1, 0x56, 0x00, 0x93, 0x30, 0xc1, 0x23, 0x40, 0x27, 0xc3, 0x2c, 0x60, 0x26, 0x2e, 0x48, 0x17, 0x98, 0x00, 0xa3, 0x89, 0xfd, 0x72, 0xf2, 0x47, 0xbf, 0xdc, 0x86, 0x99, 0x98, 0x32, 0xb1, 0x8e, 0x1e, 0xbc, 0xa5, 0x8b, 0x5a, 0xdb, 0x2f, 0xd1, 0xfe, 0x6f, 0x3b, 0xa8, 0xf1, 0x5c, 0xb7, 0x1c, 0x64, 0xd2, 0xd1, 0x3d, 0x48, 0xdd, 0xfd, 0x66, 0x49, 0x19, 0x66, 0xfd, 0xc0, 0x34, 0x30, 0x75, 0x63, 0x0b, 0xa9, 0xbe, 0xaa, 0x48, 0x4a, 0xfc, 0xb4, 0x09, 0x63, 0xa4, 0x89, 0x81, 0xd4, 0xda, 0x4b, 0xb8, 0xc0, 0xb8, 0x90, 0x62, 0xe0, 0x12, 0xf8, 0xfb, 0xdf, 0xf9, 0xce, 0x77, 0x24, 0xf8, 0x03, 0xf1, 0xf1, 0x8c, 0x1c, 0xba, 0x46, 0x1f, 0x22, 0x13, 0x08, 0x7c, 0x00, 0xcc, 0xc2, 0xe9, 0xe0, 0x47, 0x1e, 0x79, 0x44, 0x4e, 0x27, 0x07, 0x0d, 0xf8, 0xd3, 0x9f, 0xfe, 0x54, 0x5e, 0x23, 0xe7, 0x3e, 0x1d, 0x9b, 0x09, 0x0d, 0x00, 0x15, 0xc9, 0x23, 0x67, 0x93, 0xc1, 0x04, 0x93, 0x27, 0x4f, 0xa6, 0xed, 0xdb, 0xb7, 0x4b, 0xe9, 0x43, 0xc7, 0xc3, 0x34, 0x80, 0x31, 0x90, 0x69, 0x83, 0xa4, 0xa2, 0xe0, 0x82, 0x09, 0x80, 0x7b, 0x60, 0x41, 0xc7, 0xcf, 0x98, 0xda, 0x2f, 0xd5, 0x35, 0x96, 0x90, 0x56, 0xb3, 0xcf, 0x93, 0x41, 0xb3, 0x29, 0x01, 0xa6, 0x70, 0xf2, 0x50, 0x20, 0xb5, 0xb0, 0xe1, 0x20, 0x3e, 0xee, 0x0f, 0x3b, 0xcf, 0x5e, 0x0a, 0x4f, 0x63, 0x87, 0x73, 0xc0, 0x04, 0x1c, 0x14, 0xc2, 0x02, 0x33, 0x07, 0x4d, 0x87, 0xa8, 0x27, 0x88, 0x0e, 0xa6, 0xc2, 0x44, 0x97, 0x1b, 0x36, 0x6c, 0x90, 0x8c, 0xfc, 0xfa, 0xeb, 0xaf, 0x47, 0x4d, 0x77, 0x3b, 0x22, 0x73, 0x01, 0xc9, 0xe2, 0x0b, 0x46, 0xf7, 0x4e, 0xb9, 0x80, 0x44, 0x30, 0x01, 0xa4, 0x08, 0x33, 0x72, 0x1e, 0x38, 0x70, 0x40, 0xba, 0x88, 0x98, 0xc1, 0x1b, 0xf9, 0x03, 0x44, 0x10, 0x21, 0x6d, 0x30, 0x03, 0xe8, 0x68, 0xdd, 0x5e, 0x83, 0xb0, 0xfa, 0x00, 0x8d, 0x44, 0xb5, 0x21, 0xbb, 0x77, 0x90, 0x7c, 0xcc, 0x53, 0x0c, 0xc0, 0x06, 0x15, 0x0f, 0x62, 0x42, 0xcd, 0x43, 0xb2, 0xf1, 0x1b, 0xef, 0xc3, 0xc5, 0xb2, 0xb8, 0x8f, 0xce, 0x04, 0x38, 0x0e, 0xec, 0x02, 0xe6, 0xe5, 0xf7, 0xc0, 0x9c, 0x87, 0x98, 0x62, 0x96, 0x33, 0x9f, 0x16, 0x23, 0xa6, 0x1d, 0x60, 0x49, 0xdb, 0x0b, 0x98, 0x33, 0x67, 0x8e, 0xf2, 0x02, 0xee, 0xbf, 0xff, 0xfe, 0xa4, 0xbd, 0x00, 0xbd, 0xa6, 0xdf, 0x29, 0x8b, 0x98, 0xae, 0x57, 0xc0, 0x31, 0x04, 0x74, 0x26, 0x24, 0x1e, 0xe8, 0x1a, 0x44, 0xc0, 0xf3, 0x41, 0xd2, 0x40, 0x14, 0x1e, 0x56, 0xce, 0x84, 0xe2, 0xb8, 0x42, 0xbc, 0xb9, 0x09, 0xf1, 0xbc, 0xb8, 0x16, 0x88, 0x0d, 0x0d, 0x03, 0x15, 0x0e, 0x02, 0xa1, 0x5c, 0xfd, 0xc3, 0x0f, 0x3f, 0x94, 0x91, 0x49, 0xdc, 0x87, 0x83, 0x3c, 0x90, 0x7c, 0x9e, 0x28, 0x12, 0xfb, 0x40, 0x74, 0xec, 0xc3, 0x36, 0x9e, 0x91, 0x4d, 0x02, 0x1f, 0x47, 0x8e, 0x03, 0x4c, 0xcf, 0xd3, 0xde, 0x60, 0x0a, 0x7a, 0xec, 0x03, 0x83, 0x59, 0xf7, 0xcf, 0x9b, 0x3a, 0x75, 0xea, 0xab, 0xe2, 0x3e, 0x17, 0xb3, 0xc6, 0x00, 0x42, 0x9d, 0x4a, 0x06, 0xc0, 0x43, 0xde, 0x77, 0xdf, 0x7d, 0x8a, 0x01, 0xf4, 0x91, 0x3b, 0xd9, 0x66, 0x00, 0xde, 0x86, 0x9d, 0x07, 0xb8, 0x42, 0xe7, 0x42, 0x35, 0xcb, 0x51, 0x44, 0xc2, 0xe6, 0x02, 0x1f, 0x00, 0x28, 0xa2, 0x63, 0xf1, 0x1b, 0xc7, 0xd9, 0x4e, 0x83, 0x29, 0xf8, 0x1b, 0x02, 0x58, 0x83, 0xd8, 0x38, 0x06, 0x42, 0x33, 0x31, 0x40, 0x7c, 0x68, 0x14, 0x10, 0x1e, 0x01, 0x28, 0xb8, 0x76, 0x38, 0x1f, 0x44, 0x07, 0x51, 0x91, 0xdc, 0x41, 0xaa, 0x1a, 0xd7, 0x85, 0x16, 0x82, 0xd6, 0x81, 0xb6, 0xe1, 0x6c, 0x26, 0x7f, 0xa0, 0x8a, 0x8b, 0x59, 0x98, 0x09, 0x78, 0x52, 0x6b, 0x30, 0x0a, 0xb4, 0x04, 0x98, 0x14, 0xd3, 0xcc, 0x73, 0xd9, 0x18, 0x5e, 0x4d, 0x9c, 0xfb, 0x98, 0xd8, 0xb7, 0x43, 0x30, 0x41, 0x73, 0x4a, 0xb1, 0x96, 0x74, 0x19, 0x60, 0xdd, 0xba, 0x75, 0x9b, 0x45, 0x47, 0xde, 0x05, 0xd4, 0xfb, 0xcb, 0x5f, 0xfe, 0x52, 0x3e, 0x3c, 0x1e, 0xd0, 0x5e, 0xc2, 0xad, 0x13, 0x44, 0x9f, 0x53, 0x00, 0x1d, 0xc4, 0x20, 0xd2, 0x69, 0xb0, 0x88, 0x1b, 0x0c, 0xe0, 0x74, 0x2e, 0xa7, 0x5f, 0x11, 0x86, 0xb5, 0xd7, 0x1a, 0xf0, 0x7c, 0x03, 0x30, 0x0b, 0xe8, 0x7c, 0x3c, 0x23, 0x08, 0x06, 0x29, 0xe5, 0x09, 0x28, 0xc0, 0x28, 0x60, 0x06, 0x30, 0x09, 0x5c, 0x39, 0x30, 0x3c, 0x7f, 0x5d, 0x04, 0x6b, 0x10, 0x0c, 0xee, 0x28, 0x26, 0x82, 0xc4, 0x36, 0xbe, 0x17, 0x00, 0x3b, 0xce, 0x4c, 0x01, 0x30, 0x88, 0x7b, 0x40, 0x73, 0xe2, 0xba, 0xd0, 0x1e, 0x60, 0x04, 0x9c, 0x8b, 0xe3, 0xb8, 0x3e, 0xc7, 0x0c, 0xb0, 0xc0, 0xee, 0xe3, 0x59, 0x58, 0xb0, 0x30, 0x87, 0x90, 0x36, 0xb3, 0x68, 0x8f, 0xe8, 0xbf, 0xef, 0x6e, 0xd9, 0xb2, 0x65, 0x53, 0xc6, 0x19, 0xe0, 0xe1, 0x87, 0x1f, 0xde, 0x2c, 0x56, 0x92, 0x01, 0x7e, 0xf5, 0xab, 0x5f, 0x65, 0x8d, 0x01, 0x52, 0x65, 0x16, 0xd8, 0x60, 0xa8, 0x6a, 0x48, 0xa8, 0x3e, 0x8d, 0x6b, 0x32, 0xf1, 0x09, 0x0e, 0xe1, 0xe2, 0xf9, 0x51, 0xc5, 0x83, 0xc0, 0x0d, 0x0a, 0x3a, 0xec, 0x41, 0x2e, 0xf4, 0xcf, 0xd6, 0xad, 0x5b, 0xe5, 0xb9, 0xe8, 0x27, 0xcc, 0x1a, 0x8e, 0x20, 0x11, 0x7f, 0x87, 0x10, 0xcc, 0x04, 0xcd, 0xc2, 0xf8, 0x03, 0xd7, 0x66, 0x06, 0x80, 0xf6, 0xd1, 0x3f, 0xc0, 0x89, 0xeb, 0x81, 0x69, 0x10, 0x39, 0xb4, 0x1a, 0xb8, 0xf8, 0x99, 0xcd, 0x9b, 0x37, 0xff, 0x57, 0x46, 0x4d, 0x80, 0x50, 0xa9, 0xca, 0x04, 0x3c, 0xf0, 0xc0, 0x03, 0x8e, 0x26, 0xc0, 0xde, 0xe9, 0xa9, 0x9a, 0x00, 0x2f, 0x34, 0x02, 0x88, 0x84, 0xda, 0x42, 0x24, 0x8e, 0x60, 0x63, 0xe1, 0x12, 0x42, 0xda, 0xf1, 0x2c, 0xdc, 0xd1, 0xc3, 0x81, 0x3e, 0xb8, 0x7f, 0x18, 0xfd, 0x84, 0x2c, 0xde, 0xbd, 0xf7, 0xde, 0x2b, 0x27, 0xaa, 0x04, 0x13, 0xd8, 0x3d, 0x03, 0xdc, 0xef, 0x86, 0x1b, 0x6e, 0x90, 0x4c, 0x82, 0xf8, 0x04, 0xfe, 0x16, 0x20, 0x11, 0xf7, 0xe6, 0xf9, 0x00, 0x20, 0x44, 0xb8, 0x37, 0x0f, 0x82, 0xc5, 0xb3, 0xb1, 0xa9, 0xc0, 0x02, 0x8d, 0x03, 0x53, 0xc1, 0x60, 0x18, 0xc2, 0x83, 0x69, 0x71, 0xa1, 0xc5, 0xc4, 0x73, 0x02, 0xb0, 0xac, 0x11, 0xde, 0x4d, 0xe5, 0x93, 0x4f, 0x3e, 0xf9, 0xde, 0xb6, 0x6d, 0xdb, 0xc2, 0x19, 0xd1, 0x00, 0x6b, 0xd7, 0xae, 0xdd, 0x2c, 0x1e, 0x4e, 0x6a, 0x80, 0x97, 0x5e, 0x7a, 0x29, 0x6d, 0x0d, 0xe0, 0xa5, 0xda, 0x4f, 0xf4, 0x5c, 0x3d, 0xeb, 0x07, 0x1b, 0x8f, 0x4e, 0x67, 0x97, 0x90, 0xbf, 0x1f, 0x88, 0xf7, 0x65, 0x17, 0x32, 0xd9, 0x6f, 0x1e, 0xc2, 0x15, 0xfd, 0xf9, 0xcf, 0x7f, 0xae, 0x00, 0x27, 0x82, 0x3b, 0xc0, 0x26, 0x90, 0x7a, 0x5c, 0x1b, 0xf7, 0x03, 0x58, 0xc5, 0x36, 0x03, 0x43, 0x1d, 0x8b, 0xe0, 0x19, 0x90, 0xed, 0x44, 0x3f, 0x32, 0xa0, 0x7d, 0xf3, 0xcd, 0x37, 0xd5, 0x80, 0x12, 0xf1, 0x3c, 0x7f, 0x10, 0x8c, 0xf3, 0x84, 0xd0, 0x0e, 0x3d, 0x9e, 0x6b, 0x00, 0x21, 0x35, 0xca, 0x0b, 0x80, 0x5d, 0x4b, 0x44, 0x03, 0xe8, 0x45, 0x24, 0x76, 0x0d, 0x90, 0x29, 0x22, 0x3b, 0x69, 0xa4, 0xc8, 0x58, 0xc1, 0x48, 0x86, 0x53, 0xff, 0x32, 0x28, 0xe3, 0x02, 0x48, 0x3d, 0xbb, 0x8c, 0x60, 0x5a, 0x7d, 0x72, 0x8a, 0x58, 0x8b, 0x3e, 0xf6, 0x0f, 0x1e, 0x09, 0x66, 0x35, 0xc3, 0x27, 0x64, 0x40, 0x40, 0xb8, 0x7c, 0x60, 0x06, 0x4e, 0x18, 0xe1, 0x9e, 0xb0, 0xf7, 0xd0, 0x04, 0x3c, 0x6b, 0x08, 0x7f, 0x75, 0x04, 0xcf, 0x8d, 0xbe, 0x05, 0x63, 0xf2, 0xb7, 0x89, 0xb0, 0x0f, 0xd7, 0x43, 0x90, 0x08, 0x4c, 0x22, 0x7e, 0xcf, 0x12, 0xf7, 0x59, 0x2d, 0xee, 0xf3, 0xa6, 0xb8, 0x76, 0x77, 0x46, 0x18, 0x00, 0x84, 0xd4, 0x19, 0xc0, 0xfe, 0x71, 0xe8, 0x44, 0x4d, 0x80, 0x97, 0x6a, 0x5f, 0xbf, 0xbf, 0x4e, 0x14, 0xd6, 0x3e, 0xb1, 0x7e, 0xbb, 0xb1, 0xd8, 0xaf, 0x05, 0x53, 0xb3, 0x68, 0xd1, 0x22, 0x09, 0x44, 0x39, 0x14, 0x0c, 0xfb, 0x8f, 0x00, 0x10, 0x57, 0x33, 0x81, 0xc0, 0xfa, 0x3c, 0x41, 0x60, 0x02, 0x26, 0x38, 0x4f, 0x85, 0x0b, 0x2f, 0x82, 0xb1, 0x06, 0x3c, 0x04, 0xed, 0xc3, 0x1a, 0xf5, 0xe2, 0xdc, 0x87, 0x05, 0x63, 0xbc, 0x77, 0xf4, 0xe8, 0xd1, 0x56, 0xcf, 0x18, 0x40, 0xdc, 0x40, 0x31, 0x00, 0x8a, 0x18, 0x52, 0x61, 0x00, 0xfb, 0x7e, 0x37, 0x55, 0xb9, 0x5d, 0xa2, 0xed, 0xc4, 0x70, 0x62, 0x06, 0xa7, 0x75, 0xac, 0x85, 0x35, 0x40, 0xbc, 0xf3, 0xf8, 0xb8, 0x7e, 0x3e, 0xa4, 0x1c, 0xa1, 0x69, 0x84, 0xab, 0xe1, 0x4a, 0x82, 0xa0, 0x70, 0x21, 0x91, 0xc7, 0x50, 0x23, 0x9d, 0x05, 0x13, 0x80, 0xa8, 0xfc, 0x1d, 0x63, 0x98, 0x04, 0x16, 0x1a, 0x76, 0x13, 0xa1, 0x91, 0xb0, 0x1f, 0xc7, 0x61, 0x1a, 0x70, 0xdc, 0x9a, 0x62, 0xae, 0x52, 0xec, 0x7b, 0x5c, 0xe0, 0x82, 0x1d, 0xc7, 0x8e, 0x1d, 0x3b, 0x95, 0x55, 0x06, 0x88, 0xce, 0xa5, 0xa7, 0xce, 0x00, 0xf1, 0x54, 0xb9, 0x4e, 0xe8, 0x58, 0x04, 0xb5, 0x6f, 0xc7, 0xfa, 0x1d, 0x8b, 0x71, 0x9c, 0xfe, 0xce, 0x89, 0xe0, 0xb1, 0x9e, 0x43, 0x5f, 0xd8, 0x5d, 0x44, 0x72, 0x88, 0x55, 0x38, 0x18, 0x02, 0x2a, 0x9d, 0xa5, 0x1d, 0x4c, 0x20, 0xa7, 0xbf, 0xeb, 0xed, 0x95, 0x7f, 0x03, 0xf3, 0x03, 0xa9, 0xd7, 0x8b, 0x62, 0xb1, 0x8f, 0x4b, 0xc9, 0xe0, 0x29, 0x70, 0xb5, 0x34, 0xb0, 0x25, 0x9c, 0x35, 0xc1, 0x04, 0x6f, 0x09, 0x26, 0x38, 0xef, 0x09, 0x03, 0x88, 0x9b, 0x4a, 0x06, 0xc0, 0x67, 0xd9, 0xdc, 0x60, 0x80, 0x54, 0x54, 0xfb, 0x70, 0xc4, 0xd3, 0x3b, 0xdf, 0x6e, 0xeb, 0x19, 0x93, 0xc4, 0x62, 0x18, 0xbb, 0x29, 0x48, 0xd5, 0x3c, 0x38, 0x31, 0x03, 0x2f, 0x90, 0x74, 0x78, 0x11, 0x3c, 0xf8, 0x85, 0x53, 0xc5, 0xc8, 0x57, 0x70, 0x38, 0x1a, 0xd8, 0x43, 0x9f, 0x18, 0x0b, 0xfd, 0x86, 0x63, 0xec, 0x21, 0xc0, 0x7c, 0xa0, 0xc1, 0x84, 0xc0, 0x14, 0xa0, 0xd0, 0x04, 0xd7, 0x85, 0x7b, 0x0b, 0x26, 0x10, 0x7f, 0xbb, 0xf8, 0xa9, 0xa7, 0x9e, 0x7a, 0xd9, 0xee, 0x1d, 0xa4, 0xcd, 0x00, 0xe2, 0x21, 0x15, 0x08, 0x64, 0x06, 0xe0, 0x4e, 0xe2, 0x8f, 0x27, 0xf2, 0xc2, 0xbf, 0xf9, 0xa1, 0xf1, 0x9b, 0x07, 0x46, 0xf0, 0x3e, 0xfd, 0x7c, 0x3d, 0x53, 0x16, 0x6b, 0x7f, 0xac, 0xdc, 0x44, 0x2c, 0x86, 0xb2, 0x0f, 0x64, 0x71, 0x92, 0xca, 0x58, 0xd2, 0x3a, 0x9c, 0x64, 0xa7, 0xc2, 0x00, 0xf6, 0x89, 0x35, 0x51, 0x15, 0x04, 0x29, 0x46, 0xb4, 0x10, 0xfb, 0x91, 0xb3, 0xe0, 0x00, 0x10, 0x1a, 0x8e, 0xb1, 0x9b, 0xc8, 0x73, 0x21, 0xb0, 0x17, 0x85, 0x6d, 0x24, 0x9b, 0xb0, 0x40, 0xfa, 0xc1, 0x20, 0xf0, 0x2c, 0x80, 0x2d, 0xa0, 0x5d, 0xc4, 0x39, 0x0d, 0x27, 0x4f, 0x9e, 0xfc, 0xf3, 0xf1, 0xe3, 0xc7, 0x8f, 0xb9, 0x9a, 0x0c, 0x12, 0x17, 0x0e, 0xdb, 0xb3, 0x81, 0x5c, 0x88, 0x39, 0x9c, 0xff, 0xcc, 0xe7, 0xa7, 0x52, 0xf8, 0xe8, 0x44, 0x30, 0xfb, 0x32, 0x1c, 0x71, 0xf5, 0xc5, 0x89, 0x31, 0xec, 0x45, 0x2e, 0x89, 0xae, 0xe3, 0xf4, 0x53, 0x94, 0x7b, 0x19, 0x0b, 0xa0, 0xc2, 0x25, 0x84, 0x9f, 0xff, 0xf2, 0xcb, 0x2f, 0x4b, 0x4d, 0x80, 0xcf, 0xe0, 0xac, 0x5c, 0xb9, 0x52, 0xc6, 0x29, 0x78, 0x26, 0x51, 0x84, 0x92, 0xe1, 0x26, 0xb2, 0x09, 0x01, 0x83, 0x00, 0x37, 0x00, 0x58, 0xc2, 0x54, 0xc8, 0x69, 0x72, 0x2c, 0xc6, 0x78, 0xec, 0xb1, 0xc7, 0xe4, 0xf7, 0x92, 0xad, 0x7b, 0x3e, 0x2a, 0x6e, 0xb1, 0x85, 0xb4, 0x01, 0x4b, 0x6e, 0x0c, 0x0d, 0x3b, 0xae, 0xa7, 0x3f, 0x13, 0x69, 0xac, 0x0d, 0xbc, 0x20, 0xbe, 0x1d, 0x9c, 0x0d, 0x27, 0x91, 0x3a, 0x48, 0x74, 0x02, 0x77, 0xfa, 0x35, 0xf8, 0x37, 0xd0, 0x37, 0xaf, 0x13, 0x5d, 0xec, 0x7f, 0xa7, 0x7f, 0xa8, 0xc2, 0xe9, 0x5e, 0xa8, 0xfc, 0x79, 0xe6, 0x99, 0x67, 0x94, 0xe4, 0x23, 0x6e, 0x80, 0xb0, 0x2f, 0xfe, 0x16, 0x04, 0x86, 0x16, 0x40, 0xb0, 0x09, 0x7f, 0x83, 0x90, 0x31, 0x88, 0x0d, 0xe2, 0x73, 0xe3, 0x39, 0x98, 0xd0, 0xb0, 0x9f, 0xd3, 0xd0, 0xe2, 0x5d, 0x6f, 0x20, 0x7d, 0x9e, 0x2a, 0x97, 0xd2, 0xc1, 0x1f, 0x08, 0xce, 0xfa, 0x3e, 0xb6, 0x9f, 0x7d, 0xf6, 0x59, 0x84, 0x86, 0xa3, 0x1e, 0x26, 0x11, 0xa9, 0x48, 0xf4, 0xb8, 0xd3, 0x18, 0x44, 0x7d, 0x7a, 0x38, 0xbb, 0x26, 0x8a, 0x35, 0x6e, 0xd1, 0xe9, 0xf7, 0x70, 0xda, 0x60, 0xb8, 0xeb, 0xc7, 0xab, 0x87, 0x88, 0x1a, 0x41, 0x1c, 0x63, 0x5b, 0x3f, 0x57, 0x5f, 0x00, 0xaa, 0x91, 0x43, 0x80, 0x87, 0x00, 0x4c, 0x80, 0x35, 0x12, 0x6e, 0x8c, 0x01, 0x60, 0xef, 0x91, 0xc8, 0x42, 0xfc, 0xc0, 0xde, 0xa0, 0x3d, 0x58, 0xc0, 0xc0, 0x2c, 0x56, 0x0d, 0x61, 0x99, 0x2d, 0xf8, 0x17, 0x76, 0x65, 0xc4, 0x81, 0x78, 0x28, 0x24, 0x21, 0x1e, 0xc8, 0x44, 0xa5, 0xcf, 0x70, 0xf3, 0x12, 0xc7, 0xda, 0xce, 0xc6, 0x79, 0xb1, 0x40, 0x6c, 0xa2, 0x1e, 0x4d, 0xf4, 0xb4, 0x77, 0xd1, 0x9f, 0xa8, 0x47, 0x6d, 0x80, 0x1e, 0x91, 0x04, 0x23, 0x80, 0xe0, 0x7a, 0xc3, 0x71, 0x1e, 0x5e, 0xf6, 0x93, 0x9f, 0xfc, 0x44, 0x0e, 0x96, 0x11, 0xcf, 0xb6, 0x67, 0xcb, 0x96, 0x2d, 0x8b, 0x49, 0x7d, 0xd3, 0x84, 0xc2, 0xae, 0xcc, 0x0f, 0x20, 0x1e, 0x62, 0x9d, 0x78, 0xd0, 0xf5, 0x62, 0xf3, 0x22, 0x5d, 0x85, 0xcd, 0x49, 0x8a, 0x13, 0xd5, 0x72, 0x89, 0x30, 0x3c, 0x7b, 0x1d, 0x68, 0x30, 0xb3, 0x48, 0x2a, 0x71, 0xba, 0x99, 0xdd, 0x3f, 0x1e, 0x66, 0xce, 0x26, 0x96, 0xbd, 0x07, 0x98, 0x08, 0xed, 0xeb, 0x23, 0x9f, 0xb9, 0x9e, 0x0b, 0xb0, 0x5f, 0x6f, 0xcd, 0x9a, 0x35, 0x53, 0xc5, 0x03, 0x8c, 0x89, 0xf3, 0x52, 0x86, 0xb0, 0x67, 0x7e, 0x2c, 0xe2, 0xe5, 0xb0, 0x0e, 0x60, 0x2d, 0xd4, 0x39, 0x16, 0x9f, 0x58, 0x02, 0xd8, 0x46, 0x82, 0xc3, 0xda, 0x87, 0x6d, 0xfe, 0x1d, 0xb0, 0xb6, 0xe5, 0x6f, 0xde, 0x06, 0x9e, 0xc4, 0x6f, 0x71, 0x1d, 0x1f, 0x6f, 0xa3, 0x2f, 0xac, 0xb5, 0xc1, 0x6b, 0xf6, 0x7c, 0xf0, 0x0c, 0xb6, 0x3e, 0x88, 0x9a, 0x0b, 0x2c, 0xa4, 0x55, 0x85, 0x0a, 0x22, 0xea, 0x25, 0xc0, 0x72, 0x0c, 0x08, 0xc0, 0x2f, 0x99, 0x33, 0xc4, 0x48, 0x49, 0x12, 0xbf, 0x83, 0xd6, 0xfe, 0x90, 0xed, 0x77, 0x10, 0xfb, 0xc4, 0x32, 0xe4, 0xb0, 0x0e, 0x8a, 0xbe, 0xc2, 0xf1, 0x21, 0x41, 0x3c, 0xf5, 0x5b, 0x48, 0x36, 0xfe, 0x3e, 0x6c, 0xdd, 0x43, 0x02, 0x6d, 0x0b, 0x58, 0x7f, 0x4f, 0x1c, 0xff, 0x2e, 0x33, 0x16, 0x4a, 0xc5, 0xe0, 0x2a, 0xc6, 0xfa, 0xee, 0x30, 0x1a, 0x0a, 0x53, 0x00, 0x28, 0xad, 0x77, 0x5e, 0x29, 0x34, 0xc0, 0x76, 0x4d, 0x03, 0x90, 0x91, 0x03, 0x02, 0x04, 0xc2, 0xe4, 0x59, 0x78, 0xc4, 0xaf, 0xad, 0xfd, 0x31, 0xf6, 0xf9, 0x63, 0x9c, 0x17, 0xb0, 0xde, 0x87, 0xf7, 0x1b, 0xda, 0x71, 0xc3, 0xba, 0x8f, 0xdf, 0x06, 0x7e, 0x7d, 0x1a, 0xd1, 0xf5, 0xb9, 0xbf, 0xc9, 0x46, 0xf0, 0xb0, 0x76, 0x8c, 0x89, 0xae, 0xaf, 0xf5, 0x25, 0x68, 0xad, 0x87, 0xb4, 0xdf, 0xfa, 0x32, 0x64, 0x2d, 0xd8, 0x1e, 0xd4, 0xb6, 0x83, 0xda, 0x3d, 0xc2, 0x31, 0x16, 0x78, 0x09, 0xdf, 0x13, 0xea, 0xfd, 0xc7, 0xfc, 0x2e, 0xf8, 0xfc, 0x2c, 0xd2, 0xca, 0x4e, 0xf3, 0x09, 0x62, 0xc4, 0x34, 0x92, 0x4e, 0x00, 0xe8, 0xa2, 0x6d, 0xdf, 0xbc, 0x79, 0xf3, 0x4a, 0xdb, 0xbb, 0xe4, 0x04, 0x03, 0xd8, 0x99, 0x41, 0x27, 0xa8, 0x4e, 0x70, 0xdf, 0x30, 0x4c, 0xe0, 0xb3, 0xb6, 0x7d, 0xda, 0x6f, 0x9f, 0xed, 0xb7, 0xa1, 0xed, 0x33, 0x6c, 0x84, 0xd7, 0x91, 0x71, 0xd8, 0x46, 0x7c, 0xc3, 0x22, 0x24, 0x69, 0x04, 0xe7, 0xfc, 0x3b, 0xef, 0x0b, 0xc6, 0x60, 0x82, 0xa0, 0x03, 0x43, 0xe8, 0x0c, 0x10, 0xb2, 0x11, 0xdc, 0x89, 0xe1, 0x2e, 0xfb, 0xbd, 0x62, 0xc5, 0x8a, 0xd5, 0xc2, 0xec, 0xfe, 0x46, 0x6c, 0x97, 0x60, 0x07, 0x4a, 0xcd, 0x85, 0xe6, 0x95, 0xda, 0x00, 0xb8, 0x00, 0x75, 0x0d, 0xa8, 0x81, 0x84, 0xdd, 0xb7, 0x40, 0xf2, 0x79, 0xa1, 0x65, 0x97, 0x6d, 0xdd, 0xba, 0xf5, 0x84, 0x9d, 0xc9, 0x8d, 0x1c, 0x37, 0xaf, 0x3a, 0x43, 0xf8, 0x6c, 0x4c, 0xe0, 0xb3, 0xad, 0x03, 0x36, 0xc2, 0xfb, 0x6c, 0x9a, 0xc0, 0x4e, 0x6c, 0x1f, 0x5d, 0xfe, 0xed, 0x4f, 0x83, 0xf4, 0x4f, 0x81, 0x91, 0xed, 0x4b, 0x51, 0x11, 0x82, 0x85, 0x6c, 0x84, 0x09, 0xda, 0x18, 0x21, 0x6c, 0x93, 0xfa, 0x90, 0x8d, 0xe0, 0x4e, 0xd7, 0x0e, 0x0f, 0xc3, 0x0c, 0x97, 0x69, 0x85, 0xdb, 0x6e, 0xbb, 0xed, 0x3a, 0x61, 0xf7, 0x5f, 0x41, 0x0e, 0x28, 0x4e, 0x1f, 0x9e, 0x10, 0xc4, 0xbf, 0x57, 0x10, 0xff, 0xa0, 0x27, 0xf5, 0x00, 0xd9, 0xc0, 0x5c, 0x1a, 0x81, 0x03, 0x1a, 0x81, 0xed, 0x04, 0xf7, 0xd9, 0x24, 0x5e, 0xff, 0x3b, 0x8a, 0xa1, 0x09, 0x9c, 0xd4, 0xbf, 0x93, 0x29, 0x88, 0xc5, 0x00, 0x21, 0x6d, 0x3b, 0x1c, 0xe7, 0x7a, 0xe9, 0x30, 0x81, 0xdc, 0x9e, 0x35, 0x6b, 0x56, 0xc9, 0xe4, 0xc9, 0x93, 0x9f, 0x11, 0x78, 0xe0, 0xef, 0xa1, 0x08, 0x6c, 0xd7, 0xc6, 0xf7, 0x74, 0x5e, 0x12, 0x1a, 0xe0, 0x47, 0xef, 0xbd, 0xf7, 0x5e, 0xb7, 0x67, 0x05, 0x21, 0x39, 0xcc, 0x20, 0x86, 0xcd, 0xfe, 0xc7, 0x63, 0x00, 0xa7, 0x3e, 0x89, 0xd5, 0xf9, 0xa1, 0x34, 0xfa, 0x2e, 0x3c, 0x0c, 0x03, 0x24, 0xc2, 0x0c, 0x97, 0x99, 0x85, 0xb9, 0x73, 0xe7, 0xfa, 0xea, 0xea, 0xea, 0xe6, 0x0a, 0xa0, 0x88, 0x69, 0xc5, 0x82, 0x62, 0x7d, 0xbc, 0xa4, 0xa4, 0x64, 0xdf, 0x86, 0x0d, 0x1b, 0x82, 0x89, 0x74, 0xd6, 0x55, 0xe1, 0xa9, 0x39, 0x48, 0xfa, 0x70, 0xfb, 0x28, 0x01, 0xe6, 0x48, 0xb5, 0xff, 0xc2, 0x49, 0x6c, 0x27, 0xa3, 0x19, 0xd2, 0xea, 0x98, 0xab, 0xb5, 0xc5, 0x32, 0x01, 0x5e, 0x11, 0x7f, 0x38, 0x33, 0x90, 0x8c, 0x26, 0x70, 0xad, 0xfd, 0x3f, 0xbe, 0x13, 0xf8, 0xce, 0x71, 0x1f, 0xae, 0x62, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_find_128_png_len = 9536; unsigned char edit_find_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x46, 0x69, 0x6e, 0x64, 0x25, 0x51, 0x51, 0xa6, 0x00, 0x00, 0x00, 0x15, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x53, 0x74, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x47, 0x61, 0x72, 0x72, 0x69, 0x74, 0x79, 0xc7, 0x05, 0x3b, 0x51, 0x00, 0x00, 0x3b, 0xfc, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x67, 0x90, 0x1c, 0xc7, 0x95, 0xe6, 0xab, 0x9e, 0xc1, 0x0c, 0x06, 0x63, 0x31, 0x70, 0x03, 0x60, 0xe0, 0x3d, 0x40, 0x78, 0x82, 0x06, 0x22, 0x96, 0x4e, 0x34, 0x22, 0x48, 0x89, 0x46, 0x58, 0x89, 0x8a, 0x5b, 0x49, 0xc1, 0xd8, 0x90, 0x62, 0x57, 0x7f, 0x24, 0x85, 0xe2, 0x4e, 0x26, 0x14, 0xa7, 0xdb, 0x1f, 0xd2, 0xde, 0xdd, 0xde, 0x5d, 0xe8, 0x36, 0xf6, 0x74, 0x8c, 0xd3, 0x69, 0x57, 0xbb, 0xcb, 0xa5, 0x8e, 0xa0, 0x48, 0x49, 0x74, 0x20, 0xe8, 0x40, 0x12, 0xf4, 0x04, 0x1d, 0x40, 0x82, 0x04, 0x61, 0x09, 0xef, 0xc7, 0x62, 0x7c, 0xd7, 0xe5, 0x97, 0x5d, 0xaf, 0xfa, 0x55, 0x4e, 0x55, 0x7b, 0x53, 0xdd, 0xd3, 0x89, 0x28, 0x54, 0x4f, 0x55, 0x75, 0x75, 0x65, 0xd6, 0x33, 0xdf, 0x33, 0xf9, 0x92, 0xa8, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0xca, 0xa1, 0x59, 0x85, 0xfe, 0xc1, 0x9f, 0xfd, 0xec, 0x67, 0x91, 0xa9, 0x53, 0xa7, 0x5e, 0x61, 0x59, 0xd6, 0xa2, 0x48, 0x24, 0x52, 0x87, 0x63, 0x6a, 0x3f, 0xea, 0xba, 0xaa, 0xaa, 0x2a, 0xcf, 0xdf, 0x7e, 0xd7, 0x04, 0xb5, 0x68, 0x34, 0xea, 0xf9, 0x7b, 0x64, 0x64, 0x24, 0xe9, 0x75, 0x7e, 0xd7, 0xa4, 0x72, 0x9f, 0xb1, 0x7a, 0x8f, 0x1c, 0xff, 0xc6, 0x88, 0x6d, 0xdb, 0x27, 0xfa, 0xfa, 0xfa, 0x5e, 0xde, 0xba, 0x75, 0x6b, 0x4f, 0xd9, 0x32, 0xc0, 0xaf, 0x7e, 0xf5, 0xab, 0xfb, 0xd4, 0xee, 0x3f, 0x29, 0xe2, 0x6f, 0x57, 0x5b, 0xec, 0x01, 0x12, 0xec, 0xcd, 0x63, 0xe6, 0x67, 0xbf, 0xa6, 0x06, 0x32, 0x70, 0x9f, 0xcb, 0x73, 0x85, 0xbc, 0x47, 0x18, 0x7f, 0x2b, 0x4f, 0xcf, 0x34, 0xa0, 0xb6, 0xfb, 0x15, 0x93, 0xfc, 0xf4, 0x81, 0x07, 0x1e, 0xe8, 0x2a, 0x04, 0x4d, 0x56, 0x15, 0xe2, 0x47, 0x54, 0xa7, 0xac, 0x69, 0xd3, 0xa6, 0xdd, 0xaf, 0x88, 0xf7, 0x6f, 0xd4, 0x9f, 0x4d, 0x7e, 0xc4, 0x1d, 0x74, 0x2c, 0x11, 0x73, 0xc8, 0x2d, 0x25, 0x6e, 0x4f, 0x70, 0x5d, 0xaa, 0xf7, 0x48, 0x74, 0x7d, 0xba, 0xf7, 0xc8, 0x4a, 0x72, 0x59, 0x05, 0x57, 0xde, 0x85, 0x78, 0xa6, 0x6a, 0xb5, 0x5d, 0xa9, 0xee, 0xf3, 0xc5, 0x15, 0x2b, 0x56, 0xfc, 0x7e, 0xcf, 0x9e, 0x3d, 0xbd, 0x65, 0xc1, 0x00, 0x0a, 0xf2, 0x7c, 0x4f, 0x75, 0xea, 0xc7, 0xc9, 0x88, 0x3c, 0x1d, 0xa6, 0x08, 0xfa, 0x9c, 0xe8, 0xfa, 0x5c, 0x12, 0x7b, 0x89, 0x11, 0x56, 0xa9, 0x3d, 0xd3, 0x54, 0x75, 0xff, 0x2b, 0x3e, 0xf8, 0xe0, 0x83, 0xdf, 0x96, 0x3c, 0x04, 0xba, 0xff, 0xfe, 0xfb, 0x9b, 0x15, 0xd6, 0x3b, 0xa2, 0x3e, 0x36, 0x33, 0x41, 0x8f, 0x1b, 0x37, 0x8e, 0x56, 0xaf, 0x5e, 0x4d, 0x6d, 0x6d, 0x6d, 0x29, 0xc3, 0x9b, 0x74, 0x06, 0x9c, 0x55, 0x6a, 0x2e, 0xaf, 0x4f, 0x76, 0x4d, 0xa6, 0xe7, 0xe5, 0xf1, 0x5c, 0x3d, 0xb7, 0x09, 0x2d, 0x8a, 0xd9, 0xef, 0xa0, 0x6b, 0xe4, 0x33, 0x76, 0x74, 0x74, 0xd0, 0xf6, 0xed, 0xdb, 0xe9, 0xc0, 0x81, 0x03, 0x26, 0x44, 0xba, 0x5b, 0x41, 0xa1, 0x47, 0xf3, 0x49, 0x9f, 0xd5, 0xf9, 0x66, 0x80, 0xa1, 0xa1, 0xa1, 0x2f, 0x28, 0x03, 0xb6, 0x99, 0xff, 0x06, 0xf1, 0x6f, 0xd9, 0xb2, 0x85, 0x1a, 0x1a, 0x1a, 0x4a, 0xc6, 0x53, 0x90, 0x2e, 0x61, 0x16, 0xfb, 0xde, 0xf9, 0x7a, 0xde, 0x7c, 0x3e, 0xeb, 0xba, 0x75, 0xeb, 0xe8, 0x37, 0xbf, 0xf9, 0x0d, 0xbd, 0xfa, 0xea, 0xab, 0x52, 0xe8, 0xdd, 0xab, 0x76, 0x79, 0x65, 0x80, 0x48, 0xbe, 0x89, 0x47, 0x11, 0xff, 0x4a, 0xf9, 0xf7, 0xe2, 0xc5, 0x8b, 0x4b, 0x8a, 0xf8, 0xc3, 0x0a, 0x41, 0xca, 0xe9, 0x79, 0xb9, 0xdd, 0x71, 0xc7, 0x1d, 0x66, 0x3f, 0x56, 0xe6, 0x9d, 0x3e, 0x0b, 0x20, 0x3d, 0x5b, 0xe4, 0xdf, 0xad, 0xad, 0xad, 0x54, 0x69, 0x95, 0xe6, 0xd7, 0x1a, 0x1b, 0x1b, 0x4d, 0xda, 0xc9, 0x3b, 0xb1, 0x54, 0x17, 0xbb, 0xd3, 0xfd, 0xfd, 0xfd, 0xd4, 0xd5, 0xd5, 0x95, 0xb6, 0x04, 0xe3, 0x6b, 0xaa, 0xab, 0xbd, 0x5d, 0x18, 0x1e, 0x1e, 0xce, 0x9b, 0xd4, 0x94, 0x10, 0xa0, 0x14, 0xa4, 0x6c, 0xae, 0x9f, 0x31, 0x1b, 0x7b, 0xc5, 0xaf, 0x01, 0x0e, 0xd7, 0xd7, 0xd7, 0xe7, 0x15, 0x62, 0x86, 0x9e, 0x01, 0x10, 0x0c, 0xe9, 0xed, 0xed, 0xcd, 0x88, 0xf8, 0xd1, 0x6a, 0x6b, 0x6b, 0x3d, 0xe7, 0x06, 0x06, 0x06, 0xd2, 0x7a, 0xf9, 0x85, 0xf2, 0x08, 0xe5, 0x8b, 0x61, 0xc2, 0xc8, 0x88, 0xa9, 0x12, 0x34, 0x82, 0x62, 0x60, 0x80, 0x62, 0xb6, 0xea, 0x30, 0x0d, 0x5c, 0x2a, 0x2f, 0xd3, 0x8c, 0x36, 0x66, 0x43, 0x14, 0xe9, 0x10, 0x4f, 0x26, 0x84, 0x96, 0x6b, 0xe2, 0x2c, 0x15, 0x6c, 0xef, 0xf7, 0x9c, 0xc5, 0x94, 0xf2, 0x25, 0xc1, 0x00, 0xc9, 0x5e, 0x6e, 0x2e, 0x89, 0xba, 0x14, 0x08, 0xbf, 0x54, 0x0d, 0xd9, 0x52, 0xeb, 0x4f, 0x41, 0x18, 0x00, 0xdc, 0x9f, 0x8d, 0x8f, 0x3f, 0x97, 0x83, 0x97, 0x2f, 0x68, 0x94, 0x8b, 0xe7, 0x2c, 0x37, 0xa2, 0x2f, 0x85, 0xfe, 0x16, 0x54, 0x03, 0x64, 0xa2, 0x06, 0x73, 0x35, 0x48, 0xf9, 0x94, 0xfa, 0xd9, 0x3c, 0xe3, 0x58, 0x23, 0xfa, 0x31, 0xa7, 0x01, 0x80, 0xd9, 0xd3, 0xc9, 0xe4, 0x2c, 0x26, 0xf1, 0xe7, 0x1b, 0x1a, 0x15, 0x8a, 0xe8, 0x0b, 0xc9, 0x54, 0x61, 0xc5, 0xf6, 0xa1, 0xd3, 0x00, 0xc9, 0x60, 0x50, 0x31, 0x71, 0x74, 0x21, 0x24, 0x7e, 0x3e, 0x88, 0x32, 0x0c, 0xda, 0x23, 0xe8, 0x19, 0x72, 0xc1, 0x18, 0x85, 0x60, 0xae, 0xea, 0x30, 0x72, 0x65, 0x58, 0x89, 0xbf, 0x98, 0x84, 0x5f, 0x0e, 0xd1, 0xe8, 0x30, 0x6a, 0x8b, 0x82, 0x1a, 0xc1, 0xc9, 0x06, 0xa0, 0x90, 0xc4, 0x12, 0x56, 0x9b, 0xa0, 0x9c, 0x6d, 0x83, 0x30, 0xf6, 0xa9, 0xba, 0x94, 0x06, 0x27, 0x15, 0x6f, 0x51, 0x2e, 0x89, 0xbf, 0xd0, 0x84, 0x5f, 0xf1, 0x02, 0x8d, 0x51, 0x1b, 0x20, 0x57, 0xc4, 0x5f, 0x8a, 0x84, 0x5f, 0x0c, 0x22, 0xc8, 0x67, 0x6a, 0x79, 0xa9, 0x19, 0xd6, 0xd5, 0xe5, 0x20, 0x25, 0x8a, 0x45, 0xfc, 0x63, 0x21, 0x2d, 0x22, 0xd5, 0x7b, 0x96, 0xaa, 0x37, 0x28, 0x54, 0x36, 0x40, 0x31, 0x89, 0xbf, 0x92, 0x16, 0x31, 0x36, 0x8c, 0xde, 0x82, 0x33, 0x00, 0xc7, 0x01, 0x72, 0xed, 0x06, 0x2d, 0x86, 0xd4, 0xaf, 0xa4, 0x45, 0x94, 0x1f, 0x53, 0x94, 0xa4, 0x1b, 0xb4, 0x14, 0xa4, 0x7e, 0xc5, 0x20, 0x2e, 0x8d, 0x7e, 0x85, 0x0e, 0x02, 0x15, 0x9a, 0xf8, 0xf7, 0xed, 0xdb, 0x97, 0x30, 0xc3, 0x74, 0xac, 0x57, 0x7a, 0x48, 0xf6, 0xbc, 0x4b, 0x97, 0x2e, 0x2d, 0xe9, 0xfe, 0x86, 0x2a, 0x12, 0x5c, 0x0c, 0xc9, 0x1f, 0x44, 0xfc, 0x85, 0x7a, 0x39, 0xa5, 0x2c, 0xe9, 0x4b, 0x6d, 0xae, 0x74, 0xd1, 0x21, 0x50, 0xa2, 0x4e, 0x85, 0x85, 0x39, 0x0a, 0x41, 0x94, 0xe5, 0x04, 0x6f, 0x64, 0x5f, 0x4a, 0xd1, 0x13, 0x54, 0x16, 0xe9, 0xd0, 0xd9, 0x10, 0x3f, 0x0c, 0x74, 0xd6, 0x02, 0x15, 0xc2, 0x4f, 0xaf, 0x99, 0x49, 0x8e, 0xb9, 0x30, 0x7a, 0x0b, 0xcd, 0x44, 0xd5, 0x85, 0x22, 0xfe, 0x20, 0x26, 0x28, 0xb6, 0xe4, 0x47, 0x95, 0x8a, 0x7c, 0x6a, 0x87, 0xb1, 0x9e, 0x16, 0x61, 0x3e, 0xfb, 0x98, 0xf4, 0x02, 0xe5, 0x2b, 0x0e, 0x50, 0xc8, 0x59, 0x64, 0xe9, 0x12, 0x62, 0xc5, 0x0b, 0x94, 0x7d, 0xbf, 0xca, 0x2a, 0x1b, 0x34, 0x5d, 0x26, 0x28, 0x55, 0x9b, 0xa0, 0x32, 0x39, 0xa6, 0xb4, 0xfa, 0x1b, 0xca, 0x19, 0x61, 0x61, 0xf4, 0x16, 0xe5, 0xeb, 0x65, 0xe6, 0x93, 0x08, 0xf2, 0x79, 0xef, 0x7c, 0x48, 0x67, 0x7e, 0xde, 0xb2, 0xcb, 0x05, 0x4a, 0x27, 0x0a, 0x5c, 0x68, 0xe2, 0xff, 0xe4, 0x93, 0x4f, 0xb2, 0x1e, 0xf0, 0xb1, 0x5a, 0x3c, 0x17, 0xbf, 0xbb, 0x6c, 0xd9, 0xb2, 0x50, 0x63, 0xfc, 0xa2, 0x33, 0x00, 0x3c, 0x2c, 0xd2, 0x08, 0x2e, 0xa6, 0x37, 0x28, 0xd7, 0xa1, 0xf9, 0x62, 0x12, 0x5e, 0x18, 0x9a, 0xdf, 0xd8, 0xa5, 0x6b, 0xf4, 0x16, 0x9b, 0x61, 0x42, 0x63, 0x04, 0x17, 0x83, 0xf8, 0x4b, 0x85, 0x00, 0xc7, 0xa2, 0x17, 0xa8, 0xec, 0x02, 0x61, 0x89, 0x98, 0xa0, 0x98, 0xc4, 0x9f, 0xae, 0x77, 0xaa, 0x12, 0x21, 0xce, 0xee, 0x19, 0xc7, 0x5c, 0x2e, 0x90, 0xac, 0x0a, 0x91, 0x8f, 0xb2, 0x28, 0xd9, 0x9e, 0x4f, 0x35, 0x97, 0xa5, 0xd4, 0x0d, 0xe2, 0x52, 0x69, 0x65, 0x17, 0x08, 0x93, 0x9d, 0xca, 0x75, 0x10, 0xa9, 0x94, 0xe3, 0x04, 0xf9, 0x26, 0xfa, 0x42, 0x30, 0x53, 0xa9, 0x97, 0x44, 0x29, 0x28, 0x04, 0x4a, 0x77, 0xc0, 0xc2, 0x40, 0xfc, 0xa5, 0x40, 0xf8, 0xc5, 0xd4, 0x1a, 0xf9, 0x2c, 0x89, 0x52, 0x28, 0x06, 0x0b, 0x9d, 0x1b, 0x34, 0x17, 0x98, 0x3e, 0x17, 0x44, 0x53, 0x99, 0x38, 0x5f, 0x78, 0xc3, 0xb7, 0x18, 0x9a, 0xa5, 0xa0, 0xb9, 0x40, 0x61, 0x24, 0x7e, 0xc4, 0x01, 0x64, 0x4a, 0xf4, 0x58, 0x2a, 0x63, 0x9e, 0x6d, 0x83, 0x6d, 0x67, 0xc6, 0x01, 0x92, 0xf5, 0x7d, 0x4c, 0xe7, 0x02, 0x25, 0x1b, 0x80, 0x7c, 0x12, 0x7f, 0xd0, 0xf9, 0x7c, 0x13, 0x7f, 0x39, 0x1b, 0xb6, 0xa9, 0x94, 0xaa, 0x0f, 0xfb, 0x78, 0x14, 0xd4, 0x0d, 0x9a, 0x2f, 0x42, 0x2a, 0x24, 0xde, 0x2f, 0x75, 0xc2, 0xcf, 0xe4, 0xb9, 0xf2, 0x25, 0xb5, 0x13, 0x3d, 0x4b, 0x59, 0xc5, 0x01, 0xb2, 0x9d, 0x0d, 0x96, 0x4f, 0xe2, 0xe7, 0x09, 0xfb, 0xe5, 0x42, 0xf8, 0x85, 0xd4, 0x62, 0x1c, 0xd9, 0xcf, 0xe5, 0xf8, 0x95, 0xa5, 0x1b, 0x34, 0x1b, 0xe8, 0x93, 0xef, 0xd4, 0x89, 0x64, 0x71, 0x80, 0x30, 0xcf, 0x13, 0x08, 0x8b, 0xa6, 0x09, 0x7b, 0xce, 0x7f, 0x51, 0x19, 0x20, 0x9b, 0xd9, 0x56, 0x61, 0x9d, 0x45, 0x96, 0x0d, 0x11, 0x56, 0xbc, 0x40, 0xa9, 0x0b, 0xcb, 0xb2, 0x9b, 0x0f, 0x50, 0xa8, 0x17, 0x5d, 0x4e, 0xe9, 0xd2, 0xe5, 0x60, 0x48, 0x8f, 0x69, 0x2f, 0x10, 0x67, 0x83, 0x86, 0x25, 0x0e, 0x10, 0xf6, 0x38, 0x41, 0xb9, 0x10, 0x7d, 0xa9, 0xf4, 0xab, 0x64, 0xbc, 0x40, 0xf9, 0x92, 0xa4, 0x1f, 0x7f, 0xfc, 0x71, 0x68, 0x92, 0xe1, 0x4a, 0xb1, 0x2e, 0xd0, 0xf2, 0xe5, 0xcb, 0xf3, 0xd2, 0xdf, 0x42, 0x69, 0x8a, 0x48, 0xa1, 0x89, 0x3f, 0x9b, 0x35, 0x02, 0xf2, 0x01, 0x23, 0xc2, 0x40, 0xfc, 0xe9, 0x6a, 0xc8, 0xb0, 0xb4, 0x54, 0xe6, 0x78, 0x14, 0x4b, 0x50, 0x86, 0x5a, 0x03, 0x64, 0x52, 0x21, 0xa2, 0xd8, 0x18, 0xba, 0x12, 0x24, 0xcb, 0xaf, 0xe1, 0x9b, 0xc8, 0x81, 0x52, 0x96, 0x36, 0x80, 0x39, 0x40, 0xc5, 0x22, 0x7e, 0x59, 0x17, 0xa8, 0x42, 0xf8, 0x69, 0xc2, 0x87, 0x04, 0x8b, 0x1f, 0x66, 0x63, 0xf8, 0x96, 0xe5, 0xfa, 0x00, 0x99, 0x76, 0x2a, 0xdf, 0xde, 0xa0, 0x44, 0x71, 0x80, 0xb1, 0x30, 0x71, 0xbe, 0xd0, 0xda, 0x61, 0xcc, 0xe7, 0x02, 0x15, 0x8a, 0x30, 0x2a, 0xe9, 0xd2, 0xa5, 0x01, 0x95, 0x8a, 0xad, 0x05, 0x8a, 0xae, 0x01, 0xf2, 0x11, 0x05, 0x2e, 0x65, 0xe2, 0x2f, 0x85, 0x9c, 0xa4, 0x7c, 0x7a, 0xf4, 0xca, 0xb2, 0x34, 0xa2, 0xec, 0x6c, 0x2e, 0xd2, 0xa2, 0xc3, 0x56, 0x59, 0x22, 0x2c, 0x84, 0x5f, 0xcc, 0xf9, 0xca, 0x95, 0x25, 0x92, 0x72, 0x28, 0x35, 0x0a, 0x49, 0xfc, 0x88, 0x03, 0xe4, 0xb2, 0x38, 0xee, 0x58, 0x9a, 0xd7, 0x0b, 0x23, 0x78, 0xc5, 0x8a, 0x15, 0xbe, 0xfd, 0xce, 0x66, 0xfe, 0x77, 0x21, 0x99, 0x29, 0x12, 0x36, 0xe2, 0x2f, 0xb4, 0x41, 0x5c, 0x21, 0xfe, 0xcc, 0x5b, 0x32, 0xef, 0x59, 0x29, 0xc4, 0x37, 0x42, 0xa7, 0x01, 0x30, 0x60, 0x43, 0x43, 0x43, 0x74, 0xe2, 0xc4, 0x09, 0xbd, 0x6f, 0x69, 0x69, 0xa1, 0xc9, 0x93, 0x27, 0x17, 0xd5, 0x20, 0xae, 0x10, 0x7f, 0xee, 0xc6, 0x66, 0xcc, 0xd5, 0x05, 0x32, 0x25, 0x6c, 0xb2, 0xb4, 0xe8, 0xde, 0xde, 0x5e, 0xda, 0xb5, 0x6b, 0x17, 0x55, 0x55, 0x55, 0x51, 0x4d, 0x4d, 0x0d, 0x75, 0x74, 0x74, 0xe8, 0x63, 0xf3, 0xe6, 0xcd, 0xcb, 0xb9, 0x21, 0xcd, 0x6a, 0xbc, 0x14, 0xab, 0xc3, 0x85, 0x01, 0xcf, 0x27, 0x8a, 0x03, 0x64, 0x3a, 0x5e, 0x65, 0x1f, 0x09, 0x4e, 0x36, 0x00, 0x98, 0xa3, 0x5b, 0x5b, 0x5b, 0x4b, 0xf5, 0xf5, 0xf5, 0x34, 0x7e, 0xfc, 0x78, 0x3d, 0xc8, 0xfd, 0xfd, 0xfd, 0xfa, 0x7b, 0xf8, 0x3c, 0x3c, 0x3c, 0x9c, 0x53, 0xc9, 0x1f, 0x34, 0xa7, 0xb5, 0x54, 0xd3, 0xa5, 0x0b, 0xc5, 0x9c, 0x85, 0x20, 0xd4, 0xb2, 0x48, 0x87, 0x4e, 0x35, 0x1b, 0x94, 0xcf, 0x0f, 0x0c, 0x0c, 0x50, 0x63, 0x63, 0x23, 0x35, 0x35, 0x35, 0x69, 0x26, 0x00, 0xd1, 0xe3, 0x18, 0x98, 0x60, 0xda, 0xb4, 0x69, 0x74, 0xf6, 0xec, 0xd9, 0xbc, 0xc3, 0x9e, 0x52, 0x4b, 0x97, 0x2e, 0x86, 0x26, 0xca, 0xa7, 0x27, 0x68, 0xcc, 0x45, 0x82, 0xe5, 0x60, 0x82, 0xe8, 0x01, 0x7d, 0xea, 0xea, 0xea, 0x34, 0x13, 0x8c, 0x1b, 0x37, 0x8e, 0xba, 0xbb, 0xbb, 0xf5, 0xdf, 0xd0, 0x0c, 0xb9, 0x20, 0x86, 0x52, 0x2e, 0xab, 0x12, 0x66, 0xf8, 0x55, 0x8a, 0xeb, 0x85, 0x85, 0xce, 0x0b, 0xd4, 0xd6, 0xd6, 0xe6, 0x6a, 0x0c, 0x48, 0x7f, 0xd8, 0x02, 0x60, 0x82, 0x49, 0x93, 0x26, 0xe5, 0xa4, 0x82, 0x43, 0xb6, 0x5a, 0x23, 0x17, 0xd7, 0xa4, 0x73, 0x5d, 0xa9, 0x7a, 0x57, 0x32, 0x7d, 0xce, 0x42, 0xce, 0x06, 0x2b, 0x8a, 0x06, 0x48, 0xd6, 0xb1, 0xa9, 0x53, 0xa7, 0x6a, 0x49, 0x0f, 0xac, 0x7f, 0xe9, 0xd2, 0x25, 0xcd, 0x04, 0xed, 0xed, 0xed, 0x54, 0x5d, 0x5d, 0x4d, 0x9d, 0x9d, 0x9d, 0x59, 0x11, 0xb1, 0xdf, 0xb9, 0xbd, 0x7b, 0xf7, 0xe6, 0x64, 0xfd, 0xe2, 0x7c, 0x42, 0xc8, 0xbe, 0xbe, 0x3e, 0xbd, 0x01, 0x06, 0x62, 0x03, 0x24, 0xc4, 0x71, 0x6c, 0x23, 0x23, 0x23, 0x7a, 0x83, 0xa0, 0x60, 0x81, 0x81, 0x3d, 0xc6, 0x10, 0x36, 0x14, 0x6f, 0x13, 0x26, 0x4c, 0xd0, 0xe7, 0x72, 0x4d, 0xe4, 0x97, 0x5d, 0x76, 0x59, 0x49, 0x6b, 0x86, 0x82, 0x47, 0x82, 0x53, 0x69, 0xcd, 0xcd, 0xcd, 0x1a, 0x06, 0xf1, 0x1e, 0x2f, 0xb8, 0xab, 0xab, 0x4b, 0x7b, 0x83, 0x72, 0x1d, 0x24, 0x0b, 0x1b, 0xf1, 0x83, 0xa8, 0x01, 0xf9, 0x78, 0xeb, 0xe9, 0xe9, 0x49, 0xe9, 0x7b, 0xcc, 0x08, 0x70, 0x1d, 0xa3, 0x41, 0x78, 0x98, 0x0d, 0xf0, 0x12, 0xb0, 0x12, 0x1b, 0xec, 0xac, 0x4c, 0xbc, 0x38, 0xd9, 0x62, 0xf5, 0x54, 0xbc, 0x81, 0x63, 0x7e, 0x4e, 0x30, 0xc7, 0x02, 0xce, 0x9d, 0x3b, 0x57, 0x10, 0x68, 0x13, 0x06, 0xe2, 0x07, 0xb1, 0x9f, 0x3f, 0x7f, 0x9e, 0x2e, 0x5c, 0xb8, 0xa0, 0x09, 0x39, 0x1f, 0x0d, 0x02, 0x04, 0xdb, 0xc9, 0x93, 0x27, 0x35, 0xf1, 0x73, 0x8c, 0x05, 0x82, 0xa6, 0x18, 0x46, 0xf4, 0x98, 0x59, 0x23, 0x2c, 0xdd, 0xda, 0xa0, 0xb9, 0x24, 0xc6, 0x6c, 0xe6, 0x03, 0xe4, 0xfb, 0x05, 0x01, 0xe6, 0x9d, 0x3e, 0x7d, 0x5a, 0x33, 0xfa, 0xe0, 0xe0, 0x60, 0xc2, 0x67, 0x04, 0x91, 0xb6, 0xb6, 0xb6, 0xea, 0x0d, 0x70, 0x06, 0xb0, 0x06, 0xda, 0x11, 0x1b, 0xc6, 0x17, 0x02, 0x83, 0xbd, 0x65, 0x80, 0x8a, 0x17, 0x2f, 0x5e, 0xd4, 0x0c, 0x05, 0x82, 0x0f, 0xd2, 0x34, 0x60, 0x36, 0x6c, 0xb8, 0x07, 0x18, 0x01, 0x5e, 0x36, 0xd8, 0x5b, 0x29, 0x1b, 0x90, 0xea, 0xb9, 0x72, 0x0d, 0x6f, 0xca, 0xde, 0x06, 0xc8, 0x94, 0x60, 0xf3, 0x95, 0x4e, 0x9d, 0x69, 0x1c, 0x20, 0x1b, 0x4f, 0x10, 0xf0, 0xfc, 0xee, 0xdd, 0xbb, 0x75, 0xcc, 0x83, 0x21, 0x8b, 0x6c, 0x20, 0xc2, 0x19, 0x33, 0x66, 0xd0, 0xec, 0xd9, 0xb3, 0x69, 0xee, 0xdc, 0xb9, 0xda, 0x2e, 0xca, 0x14, 0xae, 0xe0, 0xfe, 0x67, 0xce, 0x9c, 0xa1, 0x83, 0x07, 0x0f, 0xea, 0x0d, 0x6e, 0x64, 0xf3, 0x5d, 0x80, 0xf9, 0x10, 0x79, 0xc7, 0x75, 0x98, 0x1f, 0xb1, 0x72, 0xe5, 0x4a, 0x0d, 0x97, 0xc6, 0x82, 0x17, 0xa8, 0x60, 0x91, 0xe0, 0x5c, 0x11, 0x55, 0xae, 0x18, 0xa3, 0x18, 0x95, 0x25, 0x20, 0xf1, 0xdf, 0x7d, 0xf7, 0x5d, 0xfa, 0xf0, 0xc3, 0x0f, 0x47, 0x69, 0x1d, 0x10, 0x38, 0x88, 0x1d, 0x46, 0xe5, 0xc2, 0x85, 0x0b, 0x73, 0x66, 0xb0, 0x82, 0x99, 0x66, 0xce, 0x9c, 0xa9, 0xb7, 0x4d, 0x9b, 0x36, 0x69, 0x2d, 0x71, 0xe0, 0xc0, 0x01, 0x7a, 0xeb, 0xad, 0xb7, 0x34, 0xc1, 0x9b, 0xcf, 0xb7, 0x67, 0xcf, 0x1e, 0xed, 0x18, 0x80, 0x60, 0x58, 0xbf, 0x7e, 0x7d, 0x5a, 0x1a, 0x21, 0x57, 0xcc, 0x50, 0x96, 0x36, 0x40, 0x36, 0x1d, 0x0a, 0x0b, 0x63, 0x64, 0x73, 0xfe, 0xf0, 0xe1, 0xc3, 0xf4, 0xc6, 0x1b, 0x6f, 0x8c, 0x82, 0x24, 0x80, 0x33, 0x20, 0xb4, 0xd5, 0xab, 0x57, 0xeb, 0x58, 0x47, 0xbe, 0x1b, 0xbc, 0x43, 0xa8, 0xe4, 0x80, 0x0d, 0x76, 0x07, 0xd2, 0x4e, 0xb0, 0x49, 0x86, 0x84, 0x0d, 0x02, 0x46, 0x80, 0xc6, 0xb8, 0xea, 0xaa, 0xab, 0x68, 0xfe, 0xfc, 0xf9, 0x39, 0x83, 0xae, 0x63, 0xb6, 0x2e, 0x50, 0xa6, 0x84, 0x57, 0xa8, 0xef, 0xe4, 0x8b, 0xf8, 0x81, 0xc9, 0x5f, 0x7a, 0xe9, 0x25, 0x3a, 0x76, 0xec, 0x98, 0xe7, 0x38, 0xbc, 0x30, 0x1b, 0x36, 0x6c, 0xd0, 0x84, 0x0f, 0x17, 0x6f, 0x2a, 0xf6, 0x02, 0xe0, 0x0c, 0x36, 0x7c, 0x06, 0x91, 0x62, 0x6c, 0x65, 0x65, 0x06, 0x68, 0x11, 0x6c, 0x90, 0xda, 0xc0, 0xf5, 0xd8, 0x27, 0x82, 0x4e, 0x78, 0x86, 0xeb, 0xae, 0xbb, 0x8e, 0xae, 0xbe, 0xfa, 0x6a, 0x7a, 0xff, 0xfd, 0xf7, 0xe9, 0x95, 0x57, 0x5e, 0xf1, 0xa4, 0x9a, 0xc0, 0x93, 0xf4, 0xfc, 0xf3, 0xcf, 0xd3, 0xbe, 0x7d, 0xfb, 0xe8, 0xda, 0x6b, 0xaf, 0xcd, 0x09, 0x83, 0x26, 0xf3, 0x02, 0x95, 0xad, 0x0d, 0x90, 0xeb, 0x4e, 0xe5, 0x4a, 0x2b, 0x40, 0xdd, 0xe7, 0x32, 0x25, 0xda, 0xf4, 0xec, 0x00, 0x6e, 0x48, 0x9c, 0x0f, 0x68, 0x73, 0xc5, 0x15, 0x57, 0x68, 0xa2, 0x4b, 0x04, 0x73, 0xf0, 0x1d, 0xf6, 0xff, 0x63, 0xcb, 0xd4, 0x33, 0xc4, 0x51, 0x75, 0xde, 0xfc, 0x18, 0x02, 0x5a, 0x01, 0xcf, 0x04, 0x66, 0x04, 0xb3, 0xbe, 0xf7, 0xde, 0x7b, 0x9e, 0xf3, 0x60, 0xde, 0x87, 0x1e, 0x7a, 0x88, 0x16, 0x2c, 0x58, 0xa0, 0x8d, 0x71, 0x39, 0x9e, 0xa9, 0xc4, 0x01, 0x2a, 0x5e, 0xa0, 0x24, 0xb1, 0x80, 0x4c, 0x24, 0x79, 0xae, 0x18, 0x23, 0x5f, 0xc4, 0x0f, 0xa3, 0xf2, 0xf8, 0xf1, 0xe3, 0x9e, 0x63, 0x73, 0xe6, 0xcc, 0xa1, 0x9b, 0x6f, 0xbe, 0x59, 0xbb, 0x1f, 0x83, 0x9e, 0x05, 0x7e, 0x7f, 0x30, 0x0e, 0x34, 0x87, 0xe7, 0x9c, 0x1a, 0xc3, 0x73, 0x5d, 0xca, 0x58, 0xbd, 0xd0, 0x47, 0x27, 0x2f, 0xf4, 0x53, 0xff, 0xe0, 0x08, 0x5d, 0x1a, 0xc0, 0x36, 0x4c, 0xd5, 0x55, 0x11, 0xaa, 0x1d, 0x17, 0xa1, 0xba, 0x9a, 0x2a, 0x6a, 0x9a, 0xa0, 0x0c, 0xe8, 0xd6, 0xf1, 0xd4, 0x3e, 0x79, 0x02, 0x35, 0xd6, 0x55, 0x6b, 0x03, 0x17, 0x1b, 0x3c, 0x43, 0xe8, 0x23, 0x8c, 0x5b, 0x48, 0x7e, 0x30, 0x83, 0xd9, 0x67, 0x30, 0xc2, 0x4d, 0x37, 0xdd, 0x44, 0xeb, 0xd6, 0xad, 0xa3, 0xc7, 0x1e, 0x7b, 0xcc, 0x93, 0x77, 0x05, 0x86, 0x84, 0xd1, 0x3e, 0x7d, 0xfa, 0x74, 0x9a, 0x35, 0x6b, 0x96, 0xaf, 0x77, 0x2f, 0xd7, 0xb9, 0x40, 0x65, 0x61, 0x03, 0x98, 0x8b, 0x63, 0xf0, 0x96, 0x0f, 0xdf, 0x7c, 0xbe, 0xa0, 0x4f, 0xba, 0xfd, 0x05, 0x76, 0x86, 0x7b, 0x51, 0x1a, 0xb8, 0x90, 0xf8, 0xd8, 0x82, 0x8c, 0x63, 0xa4, 0x7d, 0x23, 0xd8, 0xc7, 0x2f, 0x3d, 0xaa, 0x76, 0x1f, 0x1f, 0xeb, 0xa2, 0x3d, 0x87, 0x3b, 0x69, 0xcf, 0x67, 0x5d, 0xb4, 0xff, 0x64, 0x0f, 0x0d, 0x0e, 0xa5, 0x57, 0x27, 0xa7, 0x59, 0x31, 0xc3, 0xb2, 0x59, 0x8d, 0xb4, 0x72, 0x6e, 0x0b, 0x5d, 0x36, 0xa7, 0x89, 0x66, 0x4e, 0xaa, 0xd3, 0x0c, 0x86, 0x0d, 0xda, 0x07, 0x8c, 0xe8, 0x17, 0x03, 0x40, 0xda, 0xc9, 0xd7, 0xbf, 0xfe, 0x75, 0x6d, 0x28, 0x43, 0x23, 0xc8, 0xbe, 0x81, 0xb1, 0xa1, 0x91, 0x60, 0xa8, 0x9b, 0xda, 0xa4, 0xe2, 0x05, 0x4a, 0x03, 0xfa, 0x24, 0xe3, 0xf2, 0x42, 0x69, 0x85, 0x5c, 0xae, 0x0f, 0x00, 0x98, 0x02, 0xc8, 0xc3, 0x29, 0x1b, 0x9a, 0x08, 0x15, 0x81, 0x7d, 0xe9, 0x4b, 0x5f, 0xd2, 0x3e, 0x76, 0xbf, 0xeb, 0xc1, 0x28, 0x90, 0xf8, 0xfc, 0x0c, 0x87, 0xcf, 0x5c, 0xa2, 0x1d, 0x1f, 0x9c, 0xa1, 0x9d, 0x7b, 0xcf, 0x53, 0x47, 0xcf, 0x60, 0x56, 0xcf, 0xd3, 0x79, 0x69, 0x88, 0x5e, 0xff, 0xe4, 0x82, 0xde, 0xd0, 0xe6, 0x4d, 0xab, 0xa7, 0x6b, 0x2f, 0x9b, 0x42, 0xd7, 0xac, 0x98, 0x4c, 0x2d, 0xf5, 0xa4, 0xe3, 0x04, 0x60, 0xbc, 0x89, 0x13, 0x27, 0xea, 0xe8, 0xb0, 0x1c, 0x27, 0x8c, 0xcb, 0x95, 0x57, 0x5e, 0xa9, 0xa5, 0xfd, 0x23, 0x8f, 0x3c, 0xa2, 0x89, 0x9e, 0x1b, 0x62, 0x0c, 0xd0, 0x06, 0x4b, 0x96, 0x2c, 0xc9, 0xb9, 0xe1, 0x5b, 0xd6, 0x36, 0x40, 0xb1, 0xbc, 0x3e, 0x89, 0xbe, 0x13, 0x54, 0xdb, 0x32, 0x5d, 0x83, 0x17, 0xee, 0xc5, 0xed, 0xdb, 0xb7, 0x7b, 0x88, 0x1f, 0xae, 0xc7, 0x7b, 0xee, 0xb9, 0xc7, 0x37, 0x8b, 0x15, 0xd7, 0x81, 0xf8, 0x19, 0x82, 0xed, 0x3d, 0xda, 0x45, 0x5b, 0x5f, 0x39, 0x4e, 0x1f, 0x1c, 0xea, 0xc8, 0xdb, 0xb8, 0x1e, 0x3a, 0xdd, 0xab, 0xb7, 0x7f, 0x79, 0xe1, 0x08, 0x7d, 0x6e, 0xf9, 0x64, 0xba, 0x67, 0xe3, 0x4c, 0xad, 0x15, 0x10, 0x88, 0x83, 0xf6, 0x99, 0x32, 0x65, 0x8a, 0x0e, 0xb0, 0xc9, 0x86, 0x78, 0xc4, 0x7d, 0xf7, 0xdd, 0x47, 0x0f, 0x3f, 0xfc, 0xb0, 0x0e, 0xda, 0x71, 0xc3, 0xf5, 0xd0, 0x74, 0x60, 0x82, 0x64, 0xc6, 0x71, 0x31, 0xe6, 0xfa, 0x86, 0x5e, 0x03, 0x84, 0x01, 0xfa, 0xe4, 0xca, 0xdb, 0x03, 0x08, 0xf3, 0xec, 0xb3, 0xcf, 0x7a, 0x30, 0x33, 0x5c, 0x87, 0x77, 0xde, 0x79, 0xe7, 0x28, 0x43, 0x97, 0xa3, 0xbf, 0x8c, 0xf1, 0xf7, 0x1e, 0xed, 0xa6, 0x7f, 0x7c, 0xf6, 0x10, 0x1d, 0x3c, 0xd5, 0x9b, 0xf4, 0xb9, 0xea, 0x6a, 0xc7, 0xd1, 0xc4, 0xc6, 0xf1, 0xd4, 0xd2, 0x34, 0x9e, 0xea, 0xc6, 0x8f, 0xa3, 0x9a, 0xea, 0x2a, 0xaa, 0x19, 0x57, 0xa5, 0x98, 0xc8, 0xa6, 0xa1, 0xe1, 0xa8, 0x82, 0x48, 0x23, 0xd4, 0x75, 0x69, 0x80, 0x3a, 0xbb, 0xfb, 0xa9, 0xa3, 0xbb, 0x4f, 0x1f, 0xf3, 0xd5, 0x54, 0xea, 0xfa, 0x97, 0xf6, 0x9c, 0xa5, 0x9d, 0x1f, 0x9d, 0xa3, 0x6b, 0x14, 0x23, 0xfc, 0xbb, 0xeb, 0x66, 0x53, 0x6b, 0x23, 0x69, 0x9b, 0x05, 0x1a, 0x0b, 0x10, 0x48, 0xf6, 0x11, 0xae, 0xda, 0xaf, 0x7e, 0xf5, 0xab, 0xda, 0x2e, 0x00, 0xd1, 0x73, 0x83, 0x06, 0xd9, 0xb6, 0x6d, 0x1b, 0xdd, 0x7e, 0xfb, 0xed, 0x29, 0xc5, 0x0b, 0x52, 0x65, 0x84, 0xb2, 0xb2, 0x01, 0xa4, 0x1b, 0x34, 0x95, 0x4e, 0x15, 0x6a, 0x46, 0x54, 0xae, 0xd2, 0xa9, 0xd1, 0x3f, 0xb8, 0x0a, 0xa5, 0x74, 0x44, 0x10, 0xe9, 0xb6, 0xdb, 0x6e, 0x1b, 0x85, 0x91, 0x11, 0x03, 0x40, 0xf0, 0x09, 0xdf, 0x01, 0x3c, 0xf9, 0x97, 0xe7, 0x8f, 0xd0, 0x8b, 0x7b, 0x10, 0x99, 0xf5, 0xff, 0xad, 0xda, 0x9a, 0x6a, 0x9a, 0x3b, 0x63, 0x22, 0xb5, 0x4f, 0x53, 0xf8, 0x7d, 0x4a, 0x23, 0x35, 0xd6, 0xd7, 0xa6, 0x2e, 0x74, 0xd4, 0xbf, 0x73, 0x17, 0x2f, 0xd1, 0xf1, 0x33, 0xdd, 0x74, 0xf4, 0x54, 0x27, 0x1d, 0x3d, 0xdd, 0x31, 0xea, 0x77, 0xa2, 0x0e, 0x23, 0xbc, 0xb5, 0xef, 0x02, 0x7d, 0x65, 0xd3, 0x2c, 0xba, 0x6d, 0xc3, 0x74, 0xad, 0x99, 0x78, 0xf2, 0x91, 0x24, 0x6a, 0x78, 0x93, 0x00, 0xe5, 0x9e, 0x7e, 0xfa, 0x69, 0xfa, 0xe8, 0xa3, 0x8f, 0xdc, 0xe3, 0xd0, 0x1e, 0xcf, 0x3c, 0xf3, 0x0c, 0xdd, 0x72, 0xcb, 0x2d, 0x29, 0x07, 0xef, 0xc2, 0x94, 0xca, 0x5d, 0x32, 0x1a, 0xa0, 0x50, 0x36, 0x41, 0xba, 0xe7, 0xe0, 0x3b, 0x97, 0x3e, 0x7e, 0xb8, 0x0a, 0x37, 0x6f, 0xde, 0x3c, 0xea, 0x5a, 0xc0, 0x1d, 0x60, 0x67, 0xb4, 0x77, 0x0f, 0x74, 0xd0, 0xdf, 0x3f, 0xbe, 0x5f, 0x49, 0xeb, 0x21, 0xdf, 0xdf, 0x99, 0xdd, 0xd6, 0x42, 0xcb, 0xe6, 0x4d, 0xa6, 0x79, 0x33, 0x27, 0x2a, 0xa2, 0x8a, 0x31, 0x51, 0x44, 0xdd, 0xaf, 0xb1, 0x6e, 0x1c, 0xd5, 0x8f, 0xaf, 0xd6, 0xde, 0x9e, 0x9a, 0x6a, 0xf8, 0xfc, 0x2d, 0xc2, 0xaf, 0x0c, 0x8d, 0xd8, 0x34, 0x3c, 0x12, 0xa5, 0x01, 0xa5, 0x01, 0x7a, 0xfa, 0x87, 0xa9, 0x77, 0x60, 0x58, 0x4b, 0xff, 0x29, 0x13, 0xeb, 0xf5, 0xb6, 0x66, 0x49, 0x1b, 0x5d, 0xea, 0x1b, 0xa4, 0x7d, 0x47, 0xcf, 0xd3, 0x47, 0xfb, 0xcf, 0xd0, 0xc5, 0x6e, 0xaf, 0x87, 0xa9, 0x6f, 0x70, 0x84, 0xfe, 0xe9, 0xb9, 0xc3, 0xf4, 0xca, 0xde, 0x73, 0xf4, 0xfd, 0x3b, 0x17, 0xd3, 0x94, 0xe6, 0x98, 0xeb, 0x13, 0x73, 0x33, 0x24, 0xbc, 0x41, 0xbc, 0x02, 0x84, 0x8e, 0x26, 0x99, 0x00, 0x9a, 0xe3, 0xc5, 0x17, 0x5f, 0xa4, 0x1b, 0x6e, 0xb8, 0x21, 0xeb, 0xf7, 0x50, 0x96, 0x36, 0x40, 0xaa, 0x5e, 0x9f, 0x42, 0x10, 0xb9, 0x79, 0x1c, 0x2f, 0x32, 0xd3, 0xc1, 0x86, 0x34, 0x3f, 0x72, 0xe4, 0x88, 0x07, 0x2f, 0x7f, 0xf1, 0x8b, 0x5f, 0x1c, 0xf5, 0x1b, 0x80, 0x46, 0xc0, 0xcc, 0xf0, 0xec, 0xfc, 0xdb, 0x8e, 0xcf, 0xe8, 0x8f, 0x6f, 0x1c, 0x1f, 0x25, 0x8d, 0xf1, 0x95, 0x59, 0x53, 0x1b, 0xe9, 0xb2, 0x05, 0x93, 0xa8, 0xb5, 0x29, 0x86, 0xc3, 0x87, 0x07, 0xfb, 0x68, 0xba, 0x92, 0xfc, 0x6d, 0x8a, 0x88, 0x71, 0xac, 0x2a, 0x62, 0xe9, 0xef, 0x41, 0xba, 0xeb, 0xbd, 0x1d, 0xdf, 0x47, 0xed, 0x98, 0xdc, 0x8f, 0x3a, 0x7f, 0x77, 0x5d, 0x1a, 0xa4, 0xb3, 0x1d, 0x97, 0xe8, 0xb4, 0xd2, 0x02, 0xdd, 0x7d, 0x83, 0x8e, 0x11, 0x3c, 0x81, 0xe6, 0x4e, 0x9b, 0x43, 0x9f, 0x9d, 0xec, 0xa1, 0xdd, 0x07, 0x95, 0x01, 0x6c, 0x30, 0xc2, 0xa7, 0x27, 0x7a, 0xe8, 0xdf, 0xff, 0xe3, 0x07, 0xf4, 0x9d, 0xcd, 0x0b, 0xe9, 0xf2, 0x45, 0x13, 0x75, 0xd6, 0x28, 0xf2, 0x90, 0x1a, 0x1a, 0x1a, 0x3c, 0x4c, 0x00, 0x57, 0x29, 0x8c, 0xe2, 0x43, 0x87, 0x0e, 0xb9, 0xc7, 0x61, 0xfc, 0xc3, 0x86, 0x58, 0xb5, 0x6a, 0x55, 0xd6, 0x04, 0x5c, 0x59, 0x22, 0xa9, 0x80, 0x5a, 0x21, 0xd3, 0xe7, 0x42, 0x94, 0xf4, 0xb3, 0xcf, 0x3e, 0x73, 0xff, 0x86, 0x4b, 0x71, 0xcb, 0x96, 0x2d, 0xa3, 0xa2, 0xba, 0x80, 0x46, 0x70, 0x3b, 0x0e, 0x29, 0x09, 0xfd, 0xcb, 0x3f, 0xee, 0xa7, 0xd7, 0x3f, 0x39, 0x3f, 0xea, 0x5e, 0x2d, 0x0a, 0xd7, 0x5f, 0xb9, 0x62, 0x1a, 0x4d, 0x69, 0x89, 0x49, 0xdb, 0xc9, 0x4d, 0x75, 0xb4, 0x64, 0x56, 0x2b, 0x4d, 0x6f, 0xad, 0x27, 0xee, 0x4a, 0x8c, 0xf0, 0x55, 0xdf, 0x34, 0xf9, 0x5b, 0xfa, 0x73, 0xd4, 0x01, 0x3b, 0x38, 0x1a, 0xd1, 0xc4, 0x6f, 0x39, 0x67, 0x48, 0x69, 0x8b, 0x1a, 0x6a, 0x50, 0x76, 0xc2, 0xdc, 0x69, 0xcd, 0x74, 0xb1, 0xa7, 0x9f, 0x8e, 0x9e, 0xed, 0xa6, 0x33, 0x8a, 0x21, 0x70, 0xc5, 0x9c, 0xe9, 0x8d, 0x4a, 0xcb, 0x34, 0xd2, 0xa1, 0x13, 0x9d, 0xb4, 0xeb, 0xe3, 0x33, 0x5a, 0x73, 0x70, 0xeb, 0xee, 0x1b, 0xa6, 0xff, 0xfc, 0xfb, 0x8f, 0x95, 0x5d, 0x30, 0x87, 0xbe, 0x74, 0xd5, 0x0c, 0xfd, 0xfc, 0x80, 0x6c, 0xf0, 0x12, 0x49, 0x38, 0x04, 0x2d, 0xb7, 0x75, 0xeb, 0x56, 0x0f, 0xf4, 0x7b, 0xf3, 0xcd, 0x37, 0x35, 0x74, 0xc2, 0x16, 0x66, 0xc3, 0xd7, 0xe3, 0x05, 0x2c, 0x84, 0x0d, 0x90, 0xcd, 0xa4, 0x93, 0x62, 0x06, 0xc9, 0x12, 0xf5, 0x09, 0x12, 0x8f, 0xfb, 0x05, 0xec, 0x7b, 0xd7, 0x5d, 0x77, 0x69, 0xc2, 0x30, 0x25, 0xbf, 0xf6, 0xbb, 0x2b, 0x58, 0xf2, 0xb3, 0x07, 0x3e, 0x1a, 0x45, 0xfc, 0x78, 0x9c, 0xb5, 0x4b, 0xa6, 0xd0, 0xe6, 0x8d, 0x73, 0x35, 0xf1, 0xb7, 0x34, 0xd4, 0xd2, 0x75, 0xab, 0x67, 0xd1, 0x0d, 0x6b, 0x67, 0x53, 0xfb, 0xe4, 0x06, 0x2d, 0xf1, 0x23, 0x6e, 0x9a, 0x43, 0xfc, 0x73, 0x6c, 0x23, 0xf1, 0x37, 0x89, 0x7d, 0xec, 0xc6, 0xb1, 0xbd, 0xe3, 0x8a, 0x55, 0xb6, 0xc3, 0x8a, 0x39, 0x93, 0x68, 0xfd, 0xe2, 0x69, 0xfa, 0x37, 0xf8, 0xb7, 0xe7, 0xcf, 0x6c, 0xa6, 0x3b, 0x36, 0xcd, 0xa3, 0xf6, 0xa9, 0x0d, 0x86, 0x50, 0x20, 0xed, 0x29, 0x7a, 0x40, 0x69, 0x2b, 0x7c, 0xe6, 0x7e, 0x78, 0x0c, 0x72, 0x05, 0x8d, 0xc0, 0x04, 0x52, 0x3b, 0x60, 0x5c, 0x9e, 0x7b, 0xee, 0x39, 0xed, 0x11, 0x93, 0x63, 0x9e, 0x89, 0x40, 0x2a, 0xab, 0x15, 0x62, 0xb8, 0x43, 0x85, 0xe8, 0x54, 0x21, 0x18, 0x09, 0x92, 0x5f, 0x46, 0x6a, 0x6f, 0xbc, 0xf1, 0xc6, 0x51, 0xc5, 0xbb, 0x80, 0xf9, 0x01, 0x7b, 0x80, 0xaf, 0xff, 0xe6, 0xc1, 0x8f, 0xe8, 0x93, 0xe3, 0xdd, 0x9e, 0xf3, 0xc0, 0xf2, 0x37, 0x5f, 0x31, 0x87, 0x56, 0xcc, 0x9b, 0x44, 0xd5, 0x55, 0x16, 0xad, 0x59, 0x30, 0x95, 0x6e, 0x5a, 0x37, 0x87, 0xa6, 0x4d, 0x9c, 0x10, 0x23, 0xec, 0x48, 0x7c, 0x93, 0x84, 0xce, 0xb8, 0x5f, 0x12, 0x7c, 0x3c, 0xd7, 0x4a, 0xff, 0x4f, 0x4c, 0xfb, 0xf8, 0x24, 0x99, 0x02, 0x5a, 0x61, 0xf5, 0xfc, 0x29, 0x5a, 0xbb, 0x54, 0x3b, 0xb6, 0xc5, 0x78, 0x65, 0x68, 0x5f, 0xbb, 0xb6, 0x9d, 0xd6, 0x2f, 0x9d, 0xaa, 0xef, 0x2d, 0xdb, 0xa3, 0xaf, 0x1d, 0xa7, 0x7f, 0x7e, 0xfe, 0xb0, 0x0b, 0xf7, 0x64, 0x2c, 0x00, 0x0d, 0xde, 0xa2, 0xcf, 0x7f, 0xfe, 0xf3, 0x1e, 0x63, 0x1f, 0x8c, 0xf2, 0xda, 0x6b, 0xaf, 0xf9, 0x8e, 0x73, 0x18, 0xe7, 0x31, 0x87, 0xa2, 0x2c, 0x4a, 0x21, 0x88, 0x36, 0xa8, 0x71, 0x6d, 0xcb, 0x54, 0x7f, 0x07, 0x84, 0xf0, 0xf6, 0xdb, 0x6f, 0x7b, 0xdc, 0x9d, 0xc8, 0xa1, 0x91, 0x0d, 0x44, 0x00, 0x83, 0x77, 0x58, 0x19, 0xa7, 0x7f, 0xf7, 0xc8, 0x27, 0xa3, 0x5c, 0x9c, 0x93, 0x9a, 0xeb, 0xe8, 0x8e, 0x6b, 0x97, 0x51, 0xbd, 0x63, 0xd4, 0xae, 0x9d, 0xdf, 0x4a, 0xcd, 0x13, 0x6a, 0x1c, 0xc2, 0x0e, 0x32, 0x0e, 0x7d, 0xb0, 0x3f, 0xc5, 0xf1, 0x3f, 0x1f, 0x8b, 0x1a, 0x76, 0x81, 0x3e, 0x4e, 0xde, 0xe3, 0xb3, 0xa6, 0xd5, 0x2a, 0xe3, 0xb8, 0x49, 0x3d, 0x57, 0xb7, 0x36, 0x98, 0xd1, 0xae, 0x6a, 0x69, 0xa6, 0x59, 0xd3, 0x27, 0xd1, 0x93, 0x3b, 0xf7, 0x69, 0x77, 0x2a, 0xb7, 0xc7, 0xde, 0x3c, 0x49, 0x2d, 0xf5, 0x35, 0x2e, 0x1c, 0xe2, 0xf9, 0xd9, 0xb2, 0xff, 0x48, 0x9d, 0x90, 0x63, 0x82, 0xe4, 0x39, 0xc4, 0x07, 0x90, 0x36, 0x91, 0x89, 0x2b, 0xb4, 0x90, 0x5a, 0xa0, 0xec, 0x34, 0x40, 0x3e, 0xe1, 0x12, 0x9e, 0xff, 0xd5, 0x57, 0x5f, 0x75, 0xfb, 0x01, 0x42, 0xb8, 0xf5, 0xd6, 0x5b, 0x3d, 0xd7, 0x20, 0x67, 0x86, 0xe3, 0x01, 0xff, 0xeb, 0xc9, 0x03, 0xf4, 0xfe, 0xa1, 0x4e, 0xcf, 0xf9, 0x99, 0x53, 0x9b, 0xe8, 0xee, 0x1b, 0x57, 0x68, 0xe2, 0x9f, 0xd4, 0x58, 0x4b, 0x1b, 0x95, 0xe4, 0x6d, 0xae, 0xf3, 0x12, 0x3f, 0xc3, 0x1b, 0xde, 0x5c, 0x49, 0xef, 0x4a, 0x77, 0xe7, 0x18, 0x3f, 0x6b, 0x50, 0x1f, 0xc4, 0x49, 0xf3, 0x1a, 0xe4, 0x0e, 0x2d, 0x9e, 0xd9, 0xa4, 0x19, 0x4f, 0x3e, 0xdb, 0x9d, 0xd7, 0x2f, 0xa3, 0x09, 0xe3, 0xbd, 0x3e, 0xfd, 0x7f, 0xdd, 0x71, 0x84, 0x5e, 0xd9, 0x7b, 0x5e, 0x47, 0xae, 0xc1, 0x04, 0xf2, 0x3d, 0x02, 0xfe, 0x21, 0x9d, 0xdb, 0x8c, 0x74, 0xef, 0xdc, 0xb9, 0xb3, 0xe0, 0x2b, 0xef, 0x84, 0x96, 0x01, 0x32, 0x21, 0xfe, 0x42, 0x48, 0xff, 0x74, 0x7f, 0x03, 0x95, 0xa4, 0x65, 0x8e, 0xcf, 0xc6, 0x8d, 0x1b, 0x75, 0x90, 0x48, 0xe6, 0x38, 0xb1, 0xd1, 0xb8, 0xfd, 0xdd, 0xd3, 0xda, 0xc7, 0x2e, 0xdb, 0x34, 0x65, 0xd4, 0x6e, 0xde, 0xb4, 0x44, 0x07, 0xaf, 0xa6, 0x36, 0x8f, 0xa7, 0xcb, 0x17, 0x4e, 0xa2, 0x71, 0x55, 0x16, 0xe3, 0x95, 0x18, 0xf1, 0x0b, 0x02, 0x07, 0xb2, 0x88, 0x58, 0x26, 0x94, 0xf1, 0xa7, 0x78, 0xc9, 0x0c, 0x96, 0x95, 0x80, 0x2b, 0xe4, 0xcb, 0x57, 0x17, 0xce, 0x6f, 0x6b, 0xa0, 0xd6, 0xc6, 0x78, 0x7c, 0x01, 0x6e, 0xd3, 0x2f, 0x5e, 0xb7, 0x54, 0x31, 0x48, 0xb5, 0x47, 0xfb, 0xfc, 0xea, 0x89, 0xfd, 0x74, 0xfc, 0x7c, 0xac, 0x32, 0x05, 0xbb, 0x73, 0xb9, 0xc1, 0x40, 0xc6, 0x58, 0xc8, 0x38, 0x00, 0xae, 0xc1, 0x9c, 0x82, 0x30, 0x7b, 0x80, 0x0a, 0xaa, 0x01, 0x82, 0x3a, 0x95, 0x6f, 0x49, 0x90, 0x2b, 0x46, 0x02, 0x51, 0x23, 0x67, 0x9e, 0x1b, 0x22, 0xa6, 0x6b, 0xd7, 0xae, 0xf5, 0x10, 0x3f, 0x82, 0x48, 0x30, 0x00, 0x8f, 0x9c, 0xe9, 0xd5, 0x7e, 0x75, 0xd9, 0x26, 0x36, 0xd5, 0xd1, 0xed, 0x7f, 0xb6, 0x94, 0xc6, 0x55, 0x47, 0xa8, 0x55, 0x19, 0xa2, 0xab, 0xe7, 0xb5, 0x6a, 0x02, 0x0c, 0xa2, 0x64, 0x96, 0xf8, 0xe4, 0x4a, 0xff, 0xc4, 0xd2, 0x3e, 0x48, 0x05, 0x58, 0x14, 0xcc, 0x2c, 0xdc, 0x66, 0x4d, 0xae, 0xd7, 0x30, 0x27, 0x0e, 0xd1, 0x26, 0xd0, 0x6d, 0xd7, 0x2c, 0x72, 0x63, 0x10, 0x68, 0xfd, 0x43, 0x51, 0xfa, 0x1f, 0x7f, 0xd8, 0xa7, 0xe3, 0x0b, 0xc8, 0x1f, 0x32, 0xe7, 0x30, 0x23, 0x67, 0x68, 0xf1, 0xe2, 0xc5, 0x9e, 0x63, 0x18, 0x2f, 0xb3, 0x94, 0xe5, 0x98, 0x73, 0x83, 0xca, 0x4e, 0x14, 0xba, 0xfc, 0x5f, 0x2a, 0xd7, 0x63, 0x7a, 0x62, 0x2a, 0x03, 0x0d, 0x58, 0x23, 0x4b, 0x8d, 0x20, 0x51, 0x4c, 0x26, 0xd2, 0x01, 0x1e, 0x40, 0xea, 0x01, 0x6b, 0xff, 0xef, 0xa7, 0x0e, 0x7a, 0x32, 0x37, 0xc7, 0x29, 0x42, 0xda, 0xb4, 0x7a, 0x3a, 0x0d, 0xf4, 0xf7, 0x52, 0x6d, 0xa4, 0x86, 0x56, 0xb4, 0x4f, 0xa2, 0xe8, 0xc8, 0x30, 0x0d, 0x45, 0xad, 0x98, 0x84, 0x77, 0xa0, 0x8e, 0xfa, 0x53, 0x31, 0x48, 0x75, 0x8c, 0x42, 0x81, 0xd7, 0xad, 0x18, 0xd0, 0x67, 0xbc, 0xcf, 0x4e, 0x4f, 0x93, 0x98, 0x7d, 0x9f, 0xde, 0x8e, 0x4b, 0x6f, 0xbf, 0x2f, 0x59, 0xb6, 0xe3, 0x50, 0xb5, 0x62, 0x2e, 0xd4, 0xd9, 0x53, 0x1a, 0x94, 0x3d, 0xd0, 0xa9, 0x03, 0x6a, 0x1a, 0x0e, 0x4d, 0x6b, 0xa6, 0x4d, 0x6b, 0xe7, 0xd2, 0x8e, 0xb7, 0xe3, 0xa9, 0x0f, 0x48, 0xd4, 0x7b, 0xf4, 0xf5, 0x13, 0xf4, 0xe7, 0xd7, 0xb4, 0xeb, 0xf1, 0x40, 0xae, 0x93, 0x0b, 0xa9, 0x6a, 0x6b, 0xb5, 0x40, 0x40, 0x5c, 0x84, 0xc7, 0x09, 0x46, 0x33, 0xb4, 0x26, 0xe6, 0x18, 0x87, 0xd5, 0x1d, 0x5a, 0x74, 0x0d, 0x50, 0x0c, 0x7c, 0x98, 0x49, 0xa6, 0xe2, 0xa9, 0x53, 0xa7, 0xe2, 0x1e, 0x9c, 0xfa, 0x7a, 0x5a, 0xb4, 0x68, 0x51, 0xcc, 0xd0, 0x74, 0x0a, 0x54, 0x71, 0x62, 0xdb, 0xd3, 0xbb, 0x4e, 0xeb, 0x80, 0x92, 0x6c, 0x1b, 0x56, 0xb4, 0x51, 0x93, 0x92, 0xb0, 0xf0, 0xbc, 0x5c, 0xbe, 0xb8, 0x4d, 0xef, 0xf9, 0x67, 0x4d, 0xc2, 0x8e, 0xd1, 0x6b, 0xcc, 0x80, 0x05, 0x84, 0xe6, 0x00, 0x97, 0xed, 0x30, 0x42, 0x5c, 0x13, 0x58, 0x1e, 0x77, 0xaa, 0x74, 0x87, 0xc6, 0x35, 0x08, 0x09, 0x1b, 0x82, 0xbf, 0x61, 0xf9, 0x72, 0x0c, 0xae, 0x89, 0x46, 0xbd, 0x27, 0x2e, 0x5b, 0x38, 0x95, 0x96, 0xcc, 0xf1, 0x7a, 0xb7, 0x1e, 0x7d, 0xf5, 0xb8, 0x0b, 0x85, 0x4c, 0xd7, 0x28, 0xbc, 0x42, 0x7e, 0x5a, 0x00, 0xc2, 0x21, 0xdd, 0xb5, 0xc1, 0xca, 0x6e, 0xa1, 0xec, 0x42, 0x1b, 0xc1, 0xb9, 0x64, 0x22, 0x48, 0x76, 0xe9, 0xf6, 0x84, 0xd7, 0x03, 0x06, 0x30, 0xf7, 0x09, 0x86, 0x2f, 0xf2, 0x7c, 0x90, 0xdf, 0xf3, 0xe0, 0x4b, 0x9f, 0x79, 0xbe, 0x3b, 0x77, 0x7a, 0x13, 0xcd, 0x9f, 0x11, 0x0b, 0x22, 0x2d, 0x9f, 0x33, 0x89, 0x1a, 0x94, 0xf1, 0x6b, 0x7b, 0xc6, 0x85, 0x8c, 0xa8, 0x2e, 0x09, 0x6f, 0x8e, 0xed, 0x1e, 0x97, 0x78, 0xdc, 0x72, 0x98, 0x24, 0x01, 0xf2, 0xf1, 0x30, 0x08, 0x7f, 0xd1, 0x32, 0xe0, 0x14, 0x73, 0x1c, 0xee, 0x04, 0xc9, 0x1f, 0xf5, 0x79, 0x3f, 0xd7, 0x5e, 0x3e, 0x4f, 0x1b, 0xec, 0xae, 0x91, 0xaf, 0xae, 0x63, 0x78, 0x87, 0x71, 0x91, 0xef, 0x14, 0x99, 0xa4, 0xc8, 0x83, 0x92, 0x19, 0xa5, 0x18, 0x97, 0x4f, 0x3f, 0xfd, 0x34, 0xb4, 0xae, 0xd0, 0x82, 0x04, 0xc2, 0xd2, 0xd1, 0x02, 0xf9, 0x36, 0x7e, 0xcd, 0xfb, 0xa4, 0x72, 0x5f, 0x99, 0xe5, 0x09, 0x43, 0x0f, 0x2e, 0x3e, 0x96, 0xfc, 0x3a, 0xed, 0xa0, 0xab, 0x4b, 0x9f, 0x7b, 0xfc, 0xcd, 0x93, 0x7a, 0x96, 0x96, 0x0b, 0x7d, 0x14, 0xde, 0x87, 0x7f, 0x5d, 0xdb, 0x00, 0x8d, 0xe3, 0x69, 0xd6, 0x94, 0x46, 0x21, 0xf9, 0xe3, 0x84, 0x2d, 0xa5, 0x5e, 0xcc, 0x7d, 0x69, 0x0b, 0x6d, 0x10, 0x67, 0x0a, 0x16, 0xdd, 0x81, 0x73, 0x28, 0x24, 0xbe, 0x17, 0x46, 0x83, 0x9f, 0x51, 0xec, 0x71, 0xb7, 0xaa, 0xdb, 0x0d, 0x06, 0x64, 0x8e, 0xc2, 0x60, 0xbf, 0x46, 0x41, 0x21, 0xd9, 0x90, 0xcb, 0xf4, 0xf1, 0xb1, 0x6e, 0x6d, 0x07, 0x80, 0xc0, 0x79, 0x2c, 0xb0, 0x21, 0x22, 0x8e, 0xc9, 0x32, 0xb2, 0x31, 0x03, 0xa4, 0x3a, 0xe6, 0x65, 0x97, 0x0a, 0x91, 0xaf, 0x8e, 0xe4, 0x22, 0x7e, 0x10, 0xb4, 0xc6, 0x15, 0x37, 0xe0, 0x58, 0xe9, 0xe3, 0xc6, 0xb4, 0x46, 0xe0, 0x5d, 0x89, 0xfd, 0x81, 0x79, 0x7b, 0xfb, 0x87, 0x69, 0xdb, 0x3b, 0xa7, 0x3c, 0xdf, 0xbd, 0x62, 0x65, 0x3b, 0xb5, 0x4d, 0x9d, 0x14, 0xd3, 0x1a, 0xf0, 0xf8, 0x60, 0x92, 0xba, 0x15, 0x77, 0x61, 0x5a, 0x06, 0x3c, 0xb1, 0x1c, 0x74, 0x62, 0x39, 0x1a, 0x40, 0x3e, 0x92, 0x2d, 0xa4, 0x75, 0x2a, 0xc6, 0x2f, 0x2e, 0xb4, 0xd8, 0x96, 0x70, 0xf4, 0x41, 0x2c, 0x89, 0x02, 0xb6, 0x85, 0xb8, 0xa1, 0xf3, 0x2c, 0xfd, 0x60, 0x5c, 0xdb, 0xdf, 0xca, 0x5e, 0x34, 0x7b, 0x12, 0xed, 0xd9, 0x7f, 0x9a, 0x8e, 0x9f, 0xe9, 0x72, 0x8f, 0xfd, 0xe1, 0xb5, 0xe3, 0xf4, 0xc3, 0x2d, 0x4b, 0xb5, 0x41, 0x2c, 0x13, 0xe6, 0x20, 0xfd, 0x91, 0x10, 0x88, 0x1c, 0x2b, 0x16, 0x7e, 0x98, 0x45, 0x06, 0x21, 0x21, 0xd3, 0x29, 0x82, 0xb4, 0x41, 0xd9, 0x41, 0xa0, 0x74, 0x96, 0xbb, 0x2f, 0x84, 0xeb, 0x33, 0xdd, 0xdf, 0x95, 0x29, 0x0f, 0x68, 0x5c, 0x48, 0x8b, 0xa5, 0x35, 0x88, 0x1f, 0x7b, 0xb8, 0x3d, 0xfb, 0x84, 0xf4, 0x87, 0x2f, 0x7d, 0xe5, 0xfc, 0x98, 0x6f, 0x1c, 0xfe, 0x7e, 0x04, 0xbc, 0x3c, 0xb0, 0xc7, 0x23, 0xdd, 0x6d, 0xef, 0x67, 0x61, 0xc0, 0xba, 0xd2, 0x9f, 0x89, 0xdf, 0x36, 0xc1, 0x8f, 0x35, 0xca, 0x3c, 0xb6, 0x0c, 0x00, 0x64, 0x05, 0xec, 0x63, 0x9f, 0x63, 0x37, 0xee, 0x1f, 0x1a, 0xa6, 0x48, 0x82, 0x61, 0xbe, 0xe2, 0xb2, 0x76, 0xcf, 0xdf, 0xbb, 0x0e, 0x5c, 0xa4, 0x23, 0xca, 0x28, 0x86, 0xd7, 0x0b, 0x9a, 0x40, 0x42, 0x5c, 0x78, 0xc8, 0x90, 0x49, 0x2a, 0xdb, 0xfe, 0xfd, 0xfb, 0xc7, 0xae, 0x11, 0x5c, 0x48, 0x1b, 0x20, 0xd7, 0x4c, 0x04, 0x06, 0x70, 0xe1, 0x40, 0x4d, 0x8d, 0x7e, 0xb1, 0x52, 0xe5, 0xb3, 0xc7, 0x63, 0xc7, 0x6e, 0xaf, 0xcf, 0x7f, 0xf5, 0x92, 0x36, 0xaa, 0xaa, 0x8e, 0x0d, 0x6f, 0xfb, 0xe4, 0x7a, 0x8f, 0x37, 0x47, 0x66, 0x71, 0xca, 0xcf, 0x2e, 0xd1, 0x93, 0xed, 0x89, 0xdc, 0xba, 0x63, 0x27, 0x88, 0x3f, 0xce, 0x44, 0x82, 0x9b, 0x3c, 0xc0, 0x29, 0xd8, 0x50, 0x96, 0xe9, 0x12, 0x9c, 0x37, 0x84, 0x94, 0x8d, 0x98, 0x37, 0xca, 0xdf, 0x75, 0x8a, 0x20, 0xd9, 0x8c, 0x29, 0x4d, 0x1e, 0x5b, 0x64, 0xc7, 0xee, 0x58, 0x61, 0x2d, 0x18, 0xc3, 0x12, 0x12, 0x22, 0x36, 0x82, 0xaa, 0x76, 0x99, 0x32, 0x40, 0xd9, 0x45, 0x82, 0xf3, 0xb1, 0x06, 0x57, 0xbe, 0x6c, 0x02, 0x79, 0x1c, 0xd2, 0x4d, 0x06, 0xbe, 0x90, 0xee, 0x0c, 0x18, 0x23, 0x8d, 0x5f, 0xf8, 0xb9, 0xf7, 0x1d, 0xef, 0xd6, 0x9e, 0x91, 0xb8, 0x9d, 0x10, 0xa1, 0x15, 0x0b, 0x62, 0xd8, 0x7f, 0x42, 0x6d, 0x35, 0x35, 0xd5, 0x55, 0xfb, 0xa6, 0x30, 0x78, 0xdc, 0x9b, 0x0e, 0xec, 0x71, 0x5d, 0x97, 0x24, 0x34, 0x03, 0xf9, 0x68, 0x8c, 0xb8, 0x61, 0x10, 0x63, 0x02, 0x6b, 0xb4, 0x61, 0x4b, 0x0e, 0xe4, 0xf1, 0xc3, 0xff, 0x2e, 0x0c, 0x71, 0xf0, 0x3f, 0xd2, 0x36, 0x22, 0x22, 0x02, 0x6d, 0xf9, 0xf8, 0x5c, 0x57, 0x2e, 0xf2, 0x46, 0x7b, 0x5f, 0xfe, 0xe8, 0xbc, 0xf6, 0x52, 0xb1, 0x16, 0x64, 0xaf, 0x18, 0x04, 0x05, 0xd2, 0x20, 0xe4, 0x84, 0x1a, 0x18, 0xcc, 0x41, 0x75, 0x4a, 0xcb, 0xde, 0x0b, 0x94, 0x8a, 0x16, 0xc8, 0x27, 0xcc, 0xc9, 0x94, 0x89, 0x90, 0x0f, 0x2f, 0x9f, 0x17, 0x52, 0x8d, 0xa5, 0x1c, 0x36, 0xce, 0x7a, 0x7c, 0xf9, 0x43, 0x6f, 0x15, 0xeb, 0x79, 0x33, 0x26, 0xba, 0x91, 0xd4, 0x29, 0x4d, 0xb5, 0xf1, 0x3c, 0x1e, 0xd3, 0xf3, 0xe3, 0x31, 0x6a, 0xb9, 0x1a, 0x44, 0xdc, 0x10, 0xb6, 0x0d, 0x18, 0x24, 0xa1, 0x91, 0x97, 0x60, 0x2c, 0xaf, 0x3b, 0x95, 0x09, 0xd8, 0x71, 0xfb, 0x08, 0xa7, 0xaf, 0xab, 0x15, 0x64, 0xd7, 0xbb, 0xfb, 0x87, 0x84, 0x96, 0x88, 0x6f, 0x1a, 0x12, 0x89, 0x1f, 0x9b, 0x3f, 0x73, 0xa2, 0x9e, 0xa5, 0xc6, 0x0d, 0x93, 0xf6, 0x77, 0x1f, 0xee, 0x74, 0x8b, 0x76, 0xc9, 0x77, 0x0c, 0x5b, 0xc0, 0x4c, 0x10, 0xc4, 0x78, 0x26, 0xa2, 0x8f, 0x62, 0x78, 0x88, 0x22, 0xc5, 0x26, 0xfc, 0x30, 0x6b, 0x05, 0x18, 0x6f, 0xb2, 0x61, 0xc2, 0x87, 0xf4, 0xfd, 0x73, 0xc1, 0xab, 0x0f, 0x0e, 0x7b, 0xf3, 0x7d, 0x16, 0xcf, 0x9d, 0xe4, 0x7e, 0x9e, 0xd8, 0x50, 0xeb, 0x83, 0xf5, 0xed, 0xb8, 0x51, 0xeb, 0x47, 0xe8, 0xf2, 0x9c, 0xc3, 0x1c, 0xee, 0x9e, 0xbc, 0x1e, 0x22, 0x4b, 0x88, 0x7c, 0xdb, 0x05, 0x37, 0x71, 0x4e, 0xb1, 0x3d, 0x91, 0x30, 0xcb, 0x57, 0x1b, 0xf4, 0xf4, 0x0d, 0xb9, 0xd2, 0x9f, 0x63, 0x07, 0x9c, 0x91, 0xaa, 0xa3, 0xd5, 0x6e, 0xda, 0x77, 0x84, 0x16, 0xb4, 0xb7, 0x7a, 0xfd, 0xfc, 0xce, 0x24, 0x7e, 0xb8, 0x89, 0x25, 0x0c, 0x82, 0xa3, 0x00, 0xe3, 0x25, 0x1b, 0x66, 0x8e, 0xa5, 0xf2, 0x8e, 0xca, 0x6e, 0xa1, 0x6c, 0x3f, 0xf5, 0x96, 0x0a, 0x63, 0x14, 0x5b, 0x2b, 0xc8, 0xc9, 0x1e, 0x70, 0x7f, 0xa2, 0xa0, 0x94, 0x7c, 0x6e, 0x30, 0xc0, 0xc5, 0x9e, 0x21, 0x2f, 0xfc, 0x51, 0x44, 0xd3, 0x3e, 0xb5, 0xd9, 0x75, 0x83, 0x8e, 0xaf, 0xa9, 0x1a, 0x6d, 0xe4, 0xc6, 0x81, 0x8b, 0x20, 0x76, 0x12, 0xc4, 0x4e, 0xa3, 0xe0, 0x91, 0xbb, 0xb7, 0xc9, 0x70, 0x0d, 0xc5, 0xf7, 0x89, 0xd2, 0x1e, 0x4c, 0xa3, 0x98, 0xed, 0x01, 0x14, 0xd8, 0x1a, 0x18, 0x8a, 0xc6, 0xa4, 0x3e, 0xe7, 0x1e, 0x59, 0xb6, 0xcb, 0x0c, 0x71, 0x26, 0x70, 0xbc, 0x60, 0xd3, 0x5b, 0x3c, 0xf7, 0xdf, 0x73, 0x24, 0xc6, 0xfc, 0xd0, 0x86, 0x12, 0x06, 0x21, 0x4e, 0x62, 0x32, 0x00, 0x0b, 0x94, 0x44, 0xab, 0xca, 0x17, 0x3a, 0x62, 0x1c, 0x8a, 0x64, 0xb8, 0x7c, 0xae, 0x1d, 0x90, 0xe9, 0xbd, 0xf5, 0xc4, 0x75, 0x51, 0xe2, 0x04, 0x51, 0x4e, 0x5e, 0x4b, 0x00, 0x1b, 0xd4, 0x3e, 0xfa, 0xb4, 0xfb, 0x70, 0x87, 0xe7, 0x7b, 0x53, 0x27, 0x35, 0x68, 0xc2, 0x47, 0x6b, 0x44, 0x56, 0xa5, 0x3d, 0xda, 0xd3, 0x43, 0x86, 0x77, 0x27, 0x06, 0x77, 0xc4, 0x79, 0xfe, 0xcb, 0xf6, 0xe2, 0x7f, 0x12, 0x76, 0x00, 0x09, 0x4d, 0x30, 0x2a, 0xb2, 0xe5, 0xc7, 0x01, 0x0c, 0x7d, 0x0c, 0x2e, 0xea, 0xbc, 0x34, 0xe8, 0x4e, 0xbc, 0xf1, 0x4e, 0xb8, 0x89, 0x33, 0x01, 0x39, 0xf3, 0x10, 0xd8, 0x18, 0x96, 0xa0, 0xea, 0xf0, 0xe9, 0x98, 0x0b, 0xd8, 0x84, 0x40, 0x10, 0x18, 0xf0, 0x06, 0x49, 0x3b, 0x00, 0xf5, 0x8f, 0x38, 0x37, 0x68, 0x4c, 0x65, 0x83, 0xe6, 0x92, 0xbb, 0x0b, 0xa5, 0x15, 0xe0, 0xd9, 0x90, 0xf5, 0x38, 0x51, 0x3c, 0x4a, 0xbe, 0x60, 0x7e, 0x91, 0x47, 0xcf, 0x79, 0x27, 0x89, 0xcc, 0x98, 0xd2, 0x18, 0xf7, 0x89, 0x43, 0xfa, 0x3b, 0x1e, 0x9d, 0xa8, 0x6d, 0x68, 0x40, 0x87, 0x58, 0xa3, 0x32, 0x27, 0xc2, 0x16, 0x86, 0x2e, 0xb3, 0x81, 0x50, 0x05, 0xc2, 0x07, 0x64, 0x04, 0xc6, 0xcc, 0xf3, 0x44, 0x5e, 0xa7, 0x7e, 0x0c, 0x16, 0x59, 0x96, 0x00, 0xfa, 0x84, 0x3e, 0x44, 0x35, 0xf1, 0xca, 0xd4, 0x6b, 0x77, 0xd3, 0x85, 0x76, 0xbd, 0x46, 0x31, 0xb6, 0xf1, 0xca, 0xa8, 0x9f, 0xd4, 0x12, 0xf7, 0xfb, 0xe3, 0xf9, 0x31, 0x06, 0x5c, 0xac, 0xd7, 0x2c, 0xd8, 0x0b, 0xad, 0x29, 0xdf, 0x3f, 0xe2, 0x06, 0x72, 0xbc, 0x8b, 0x9d, 0x23, 0x54, 0xb0, 0x29, 0x91, 0xe9, 0xda, 0x01, 0xc5, 0xd6, 0x0a, 0xf2, 0x45, 0xa1, 0x21, 0x88, 0x23, 0xfb, 0xc1, 0xcc, 0x21, 0xe1, 0x0f, 0x5a, 0x6b, 0xd3, 0x04, 0xf7, 0x33, 0x72, 0xee, 0xa3, 0x02, 0xc7, 0x98, 0xde, 0x4a, 0x1e, 0x8e, 0xa8, 0xb4, 0x0d, 0x3c, 0xf6, 0x01, 0x33, 0x85, 0x48, 0x89, 0xb0, 0x47, 0x21, 0x7d, 0xc7, 0xa0, 0x0d, 0x48, 0x93, 0x1b, 0x05, 0x99, 0x6c, 0xd7, 0x09, 0x7a, 0xa1, 0x67, 0xc0, 0x63, 0xfc, 0x46, 0x9c, 0x14, 0x6c, 0x99, 0x75, 0x6d, 0x1a, 0xc6, 0x5a, 0x18, 0x34, 0x79, 0x0b, 0x61, 0xf1, 0x18, 0xb0, 0x16, 0x60, 0x46, 0x80, 0x16, 0x30, 0x17, 0xda, 0x90, 0x5a, 0x35, 0x0c, 0x09, 0x72, 0xa1, 0xac, 0x0c, 0x17, 0x06, 0xad, 0xc0, 0xe9, 0x0d, 0xdc, 0x30, 0xf7, 0x55, 0x06, 0xf5, 0xdc, 0x28, 0xe7, 0x05, 0x2f, 0x03, 0x60, 0x82, 0xbb, 0x3b, 0xb8, 0xa0, 0x26, 0x3b, 0x36, 0x59, 0x5d, 0xcf, 0x1a, 0x64, 0x62, 0xb6, 0x24, 0x71, 0xc6, 0xb0, 0xb8, 0x26, 0x06, 0xe1, 0x7e, 0xb4, 0x0d, 0xb7, 0xa6, 0xc8, 0x5a, 0xf0, 0x10, 0xbb, 0x6d, 0x84, 0x88, 0x6d, 0x1f, 0x23, 0xc0, 0xb2, 0x05, 0x54, 0x72, 0xc2, 0xc0, 0x83, 0xc3, 0x23, 0x31, 0xe9, 0xef, 0x54, 0x9a, 0x80, 0x28, 0x44, 0x32, 0x9c, 0xc6, 0xfb, 0x11, 0xc7, 0x25, 0x0b, 0xe9, 0x1f, 0x95, 0xd0, 0x2b, 0xe6, 0x56, 0x95, 0x7d, 0xd4, 0xde, 0x9d, 0x0b, 0xb1, 0x3c, 0x29, 0x5e, 0xad, 0xd2, 0x95, 0xae, 0xaa, 0xd3, 0x52, 0x03, 0xf8, 0x09, 0x96, 0x31, 0xc1, 0x00, 0xb9, 0x32, 0x72, 0x0a, 0xa9, 0x15, 0xcc, 0xea, 0xcc, 0xbc, 0x16, 0x97, 0xd9, 0x8f, 0x8e, 0x1e, 0x6f, 0x6d, 0x9f, 0xa6, 0x86, 0xf1, 0x82, 0x00, 0x62, 0xd9, 0x9c, 0xc0, 0xd3, 0xb6, 0x6d, 0x89, 0x98, 0xad, 0xed, 0x75, 0xc8, 0xdb, 0x71, 0x07, 0x8d, 0xed, 0xe4, 0x42, 0x58, 0x36, 0xf9, 0x5e, 0x13, 0x77, 0xfa, 0xd8, 0xf1, 0xec, 0x4e, 0xd7, 0xc1, 0x63, 0xb9, 0x9a, 0x86, 0x03, 0x5e, 0x9e, 0xbf, 0xc5, 0xb4, 0xca, 0x73, 0x5d, 0xfd, 0x0e, 0xf1, 0xc7, 0x60, 0x98, 0x4b, 0xf8, 0x51, 0x7b, 0x54, 0x4e, 0x91, 0xe5, 0x42, 0xa8, 0x58, 0xea, 0x74, 0x4b, 0x83, 0x97, 0x01, 0x2e, 0x38, 0x35, 0x4c, 0x59, 0xf2, 0xcb, 0xf1, 0x44, 0x50, 0x4c, 0x36, 0x73, 0x5e, 0x71, 0xd9, 0x33, 0x80, 0x59, 0x19, 0x2e, 0x95, 0x06, 0x8f, 0xc2, 0xd1, 0xa3, 0x47, 0xb5, 0x4a, 0xc5, 0xa2, 0x70, 0x66, 0x58, 0x3d, 0x97, 0xcc, 0xc2, 0xcb, 0x15, 0x99, 0xd7, 0xcb, 0xf4, 0x67, 0x3d, 0x50, 0x4e, 0xf6, 0xa7, 0xc9, 0x00, 0x97, 0x06, 0xbc, 0x13, 0x3e, 0xfa, 0x2f, 0xf5, 0xd0, 0x80, 0xf3, 0x8e, 0xfb, 0x5a, 0xc7, 0x51, 0x95, 0xed, 0x60, 0xec, 0x88, 0x65, 0x40, 0x8a, 0x58, 0x09, 0x13, 0x4b, 0xe6, 0x06, 0xb9, 0xcf, 0x1d, 0x2f, 0x27, 0x6f, 0x49, 0xea, 0x77, 0x52, 0x41, 0x63, 0x3b, 0xdb, 0x03, 0xa7, 0xa2, 0x32, 0x28, 0x66, 0xcc, 0x17, 0x8e, 0xbd, 0x07, 0x07, 0x66, 0xa9, 0xfd, 0xe9, 0x0b, 0x28, 0x91, 0xd2, 0xeb, 0x49, 0xc9, 0xe0, 0x9c, 0x21, 0x69, 0x83, 0xb8, 0xdf, 0xf5, 0xec, 0xb1, 0x82, 0xe7, 0x80, 0xf7, 0x7d, 0x39, 0x73, 0x88, 0x65, 0x05, 0x10, 0xb6, 0x03, 0xcc, 0x32, 0x31, 0x7e, 0x6b, 0xa2, 0x8d, 0x29, 0x0d, 0x90, 0x0a, 0xf4, 0x40, 0xf2, 0x19, 0xaf, 0x72, 0xc2, 0xeb, 0xe5, 0x9a, 0x79, 0xe6, 0x99, 0x68, 0x05, 0xbf, 0x6b, 0x83, 0x18, 0xd4, 0x5c, 0x90, 0xc2, 0x5c, 0x4d, 0x12, 0x7d, 0xc2, 0xa4, 0x17, 0x99, 0x42, 0x5f, 0x55, 0x65, 0x79, 0x02, 0x4c, 0x30, 0x32, 0x65, 0x7e, 0x7f, 0x44, 0xe2, 0x12, 0x3b, 0xf6, 0xbb, 0x76, 0xdc, 0x81, 0xef, 0x24, 0xc2, 0xd9, 0x71, 0xe9, 0xed, 0x10, 0xb9, 0xe5, 0x1a, 0xbe, 0xb6, 0x0b, 0x87, 0x64, 0x20, 0x8d, 0x6c, 0x69, 0x18, 0xcb, 0x28, 0xb3, 0xed, 0xc6, 0x13, 0xf8, 0xd2, 0xde, 0xfe, 0x41, 0x3a, 0xdf, 0xd9, 0xeb, 0x90, 0xba, 0x35, 0xda, 0x64, 0xb0, 0x45, 0xb0, 0x8c, 0xe4, 0xdf, 0x71, 0xa8, 0x56, 0x53, 0xed, 0x35, 0x1d, 0x39, 0x03, 0xd6, 0xcf, 0xce, 0x33, 0x6b, 0x86, 0x82, 0x01, 0xc2, 0x60, 0xfc, 0x16, 0x5c, 0x03, 0xa4, 0x4a, 0xa8, 0xa8, 0x28, 0x80, 0xec, 0x42, 0x18, 0x4f, 0x88, 0x26, 0x82, 0xf0, 0x30, 0x68, 0xb8, 0x0f, 0x06, 0x33, 0x95, 0x29, 0x76, 0xb9, 0x80, 0x4a, 0x26, 0x03, 0x00, 0xdb, 0x9a, 0x2f, 0x6e, 0xd8, 0x98, 0x40, 0x52, 0x65, 0xd4, 0x02, 0x45, 0xee, 0x7c, 0xcc, 0xa8, 0x75, 0xbe, 0xa7, 0x51, 0x46, 0x8c, 0xf8, 0x61, 0x71, 0x46, 0x1d, 0xc2, 0xd4, 0x2e, 0x46, 0xdb, 0xf4, 0xde, 0xd8, 0x9e, 0xf8, 0x95, 0x3c, 0x2e, 0x73, 0x87, 0xbc, 0xf0, 0x48, 0xa6, 0x57, 0xc4, 0x8d, 0x66, 0x66, 0x42, 0xe0, 0xfe, 0x63, 0x67, 0x2e, 0x8a, 0xa8, 0x6b, 0xdc, 0xd8, 0x70, 0x53, 0x27, 0xac, 0xf8, 0xbd, 0xf5, 0x2c, 0x35, 0x27, 0xb5, 0x4e, 0x67, 0xa7, 0x3a, 0x58, 0xaa, 0xca, 0xc8, 0x9a, 0xe3, 0x22, 0xbc, 0x6c, 0x00, 0x4b, 0x21, 0x11, 0xa4, 0x01, 0xc2, 0xe2, 0x06, 0x0d, 0x5d, 0x65, 0x38, 0xc0, 0x1f, 0x18, 0x9c, 0xf0, 0xba, 0x80, 0x09, 0xc0, 0x00, 0x38, 0x06, 0xec, 0x08, 0x57, 0xa4, 0x2c, 0xba, 0x94, 0x13, 0x37, 0x58, 0xc0, 0xfa, 0x00, 0xe6, 0x31, 0x66, 0x00, 0xb9, 0xde, 0x19, 0xdc, 0x9c, 0x5e, 0x42, 0x18, 0xf1, 0x10, 0x25, 0xca, 0x8b, 0x68, 0xa2, 0xa0, 0x98, 0x87, 0xc5, 0x76, 0xa6, 0x21, 0x6a, 0x96, 0x88, 0x92, 0x9b, 0x7d, 0x09, 0x7e, 0xc0, 0xf4, 0x47, 0x6b, 0x94, 0xd4, 0x77, 0x66, 0x6a, 0xb9, 0xa9, 0x3e, 0x51, 0xaf, 0xdc, 0x96, 0xc9, 0x71, 0x51, 0x27, 0x25, 0xc2, 0xc8, 0xa5, 0xe1, 0x0c, 0xd2, 0x11, 0xc5, 0x8c, 0xc7, 0x4e, 0x5d, 0xd4, 0xd7, 0x59, 0xf2, 0xe6, 0xa3, 0x72, 0xa0, 0xe3, 0xc7, 0xa4, 0xab, 0xd5, 0x75, 0x5b, 0x6a, 0xcd, 0xe6, 0x15, 0x0e, 0x72, 0x1c, 0x4c, 0x98, 0x68, 0x16, 0x08, 0xce, 0xd7, 0x22, 0xe0, 0xa1, 0x87, 0x40, 0xa9, 0x72, 0x3c, 0x88, 0x9e, 0xd7, 0xb5, 0x02, 0x13, 0x40, 0xea, 0x03, 0x02, 0xe1, 0xb8, 0xa9, 0x4e, 0xb3, 0x85, 0x3f, 0x68, 0x41, 0x6b, 0x5c, 0xa1, 0xea, 0xb1, 0xf4, 0x58, 0x98, 0xd3, 0xfa, 0x38, 0x73, 0x12, 0x41, 0xaf, 0xb8, 0x04, 0x24, 0x6a, 0x68, 0x6c, 0x74, 0x35, 0x41, 0x75, 0x4d, 0xad, 0xd2, 0x62, 0x75, 0x4e, 0x55, 0x37, 0x72, 0xa5, 0x6a, 0xcc, 0xdd, 0xc8, 0x45, 0x6f, 0x45, 0xc9, 0x13, 0x8f, 0x7d, 0x20, 0x0b, 0x5d, 0xd9, 0xc6, 0x42, 0x83, 0xb6, 0x34, 0x7f, 0xbd, 0xde, 0x1f, 0x37, 0xef, 0xc8, 0x12, 0x52, 0x99, 0xe8, 0x6c, 0x57, 0x1f, 0x4d, 0x9b, 0x5e, 0xeb, 0xda, 0x0b, 0x51, 0x11, 0xa0, 0xd3, 0xd3, 0x2f, 0xe5, 0xe7, 0xa8, 0xad, 0x59, 0xcd, 0x76, 0x8e, 0x6b, 0xfb, 0xc1, 0x46, 0x59, 0xf5, 0x18, 0x03, 0x9e, 0xed, 0xf6, 0xa6, 0xb8, 0xd7, 0x25, 0x60, 0x00, 0x13, 0xf3, 0xcb, 0x77, 0x18, 0x06, 0x2d, 0x10, 0x9a, 0x64, 0x38, 0x6e, 0x98, 0x68, 0x6d, 0x12, 0x1a, 0x06, 0x0d, 0x91, 0xd8, 0x74, 0xe6, 0x16, 0x64, 0xeb, 0x29, 0x32, 0x99, 0x8d, 0x19, 0x40, 0x6e, 0x9a, 0x61, 0x6b, 0xbd, 0x5a, 0xa0, 0xcf, 0x31, 0x8a, 0x71, 0xb6, 0x6f, 0x68, 0x44, 0xe4, 0xf4, 0x98, 0xbe, 0xff, 0xa8, 0x17, 0xb7, 0xbb, 0xf9, 0x3e, 0x96, 0xc7, 0x5b, 0x33, 0xda, 0xb1, 0x39, 0x9a, 0xf8, 0x3d, 0x09, 0x6f, 0x9e, 0xf9, 0xbf, 0x31, 0x62, 0xbf, 0xd0, 0xd3, 0xaf, 0x9e, 0xdf, 0xf6, 0xe4, 0xf7, 0x44, 0xdc, 0x4a, 0x73, 0x11, 0xa3, 0xc2, 0x5c, 0x4c, 0x43, 0x44, 0x9c, 0x3b, 0x44, 0xdc, 0x14, 0xea, 0x38, 0x13, 0x0e, 0x1a, 0x86, 0x7f, 0x9d, 0x18, 0x03, 0x99, 0x2a, 0x2e, 0x03, 0x86, 0xd2, 0x9b, 0x16, 0xa6, 0x16, 0xba, 0x64, 0x38, 0x54, 0x23, 0x46, 0xda, 0x31, 0xb0, 0x23, 0x27, 0x58, 0xa1, 0xe4, 0x06, 0x20, 0x88, 0xac, 0xca, 0x90, 0x0b, 0xfc, 0x9f, 0xe8, 0x5a, 0x93, 0x01, 0xf0, 0x22, 0x79, 0x19, 0x52, 0x6c, 0xec, 0xef, 0x9e, 0xd2, 0xec, 0xad, 0xd9, 0xaf, 0x2b, 0x2e, 0xdb, 0x71, 0x48, 0x34, 0x14, 0x15, 0x15, 0xdb, 0x1c, 0x02, 0xd6, 0x68, 0xc5, 0x8e, 0x43, 0x8c, 0xf8, 0x24, 0x98, 0x38, 0x44, 0x22, 0xdb, 0xf4, 0xf7, 0xdb, 0xc1, 0x6c, 0x60, 0xc7, 0xff, 0x92, 0x3d, 0x1a, 0x51, 0xbf, 0x7f, 0xb1, 0x7b, 0x40, 0xc3, 0x1f, 0x99, 0xec, 0x46, 0x9e, 0xc0, 0x96, 0x1d, 0x9f, 0x07, 0x20, 0xea, 0x8d, 0xc6, 0x3d, 0xb0, 0xb6, 0x27, 0x77, 0x08, 0xe7, 0x2f, 0x74, 0x7b, 0x5d, 0x99, 0xd3, 0x5a, 0xc6, 0xfb, 0xbe, 0x6f, 0x3f, 0x06, 0xc8, 0x74, 0xe1, 0xed, 0x92, 0xb7, 0x01, 0xd2, 0xb1, 0x03, 0x90, 0x43, 0x02, 0x06, 0x80, 0x2d, 0x00, 0x89, 0x01, 0xe9, 0x0b, 0xef, 0x90, 0xf4, 0xcd, 0xe7, 0x8a, 0xd0, 0x83, 0x9a, 0x29, 0xa9, 0x60, 0x83, 0xc8, 0xfb, 0x30, 0x03, 0x4c, 0x6f, 0xad, 0xf3, 0x54, 0x81, 0xe8, 0x50, 0x50, 0x63, 0x16, 0xf2, 0x65, 0x1c, 0x4f, 0x0d, 0x32, 0x2d, 0x5b, 0x1a, 0x6a, 0xbc, 0x41, 0x30, 0x66, 0x06, 0x6d, 0x64, 0xc6, 0x02, 0x55, 0x11, 0xd7, 0x88, 0x8d, 0x47, 0x79, 0xdd, 0x44, 0x4c, 0x4b, 0x66, 0x7d, 0x7a, 0x89, 0xd3, 0x8d, 0x1f, 0x18, 0xdc, 0xd1, 0x3f, 0x38, 0xac, 0xcb, 0xa2, 0x8f, 0x44, 0x6d, 0xd7, 0xdb, 0x14, 0x11, 0x4c, 0xc3, 0x2c, 0xe3, 0x6a, 0x1e, 0xe7, 0xc7, 0x62, 0xbe, 0x7e, 0x74, 0x50, 0xfd, 0x39, 0x62, 0x3b, 0x53, 0x33, 0x2d, 0x77, 0xe6, 0x98, 0xf6, 0xfb, 0x77, 0x79, 0x19, 0x00, 0xcb, 0x2c, 0xb1, 0x3d, 0x65, 0x3a, 0x40, 0xcc, 0x39, 0x00, 0xe6, 0x12, 0x4c, 0x15, 0x37, 0x68, 0x00, 0xa1, 0xf2, 0xca, 0x89, 0xf9, 0xc6, 0x8a, 0x1c, 0x07, 0x30, 0x9b, 0x59, 0xfd, 0x0c, 0x21, 0x7c, 0x69, 0x30, 0x33, 0x03, 0xb4, 0x4f, 0xf2, 0xa6, 0x05, 0x9c, 0x38, 0xdd, 0x41, 0xb3, 0x26, 0xd7, 0xba, 0x12, 0x75, 0x64, 0xa0, 0x97, 0xaa, 0xa7, 0x37, 0xc7, 0xfd, 0xfc, 0x11, 0x99, 0x76, 0x1c, 0xb7, 0x43, 0x63, 0xc9, 0x66, 0xf6, 0xa8, 0x22, 0x58, 0x96, 0xe1, 0xa9, 0x74, 0xe7, 0xf6, 0xba, 0x04, 0xeb, 0x9d, 0x4d, 0x06, 0x61, 0x71, 0xae, 0xa3, 0x87, 0x7a, 0x2e, 0xf5, 0x3b, 0xcc, 0x63, 0xb9, 0x31, 0x00, 0x7c, 0x27, 0xca, 0xfe, 0x7e, 0xd7, 0x3b, 0xe5, 0x4c, 0xc6, 0x71, 0x7e, 0x21, 0x2a, 0x26, 0xea, 0x44, 0x5d, 0xad, 0x14, 0x5b, 0x56, 0x89, 0xef, 0x77, 0xea, 0x9c, 0xb7, 0x1c, 0xca, 0xf4, 0x89, 0xb5, 0x0e, 0x94, 0x1a, 0x5d, 0x6e, 0x46, 0x96, 0x4e, 0xc1, 0xb3, 0xc1, 0x91, 0x31, 0x66, 0x35, 0x40, 0xa6, 0x78, 0x3c, 0x9f, 0xd7, 0x06, 0xd9, 0x15, 0x66, 0x04, 0x13, 0x0c, 0x21, 0xb1, 0x3f, 0x43, 0xa1, 0x05, 0xd3, 0xbd, 0xa5, 0xc5, 0x4f, 0x5d, 0xec, 0x8d, 0x43, 0x08, 0xed, 0x77, 0x1f, 0xa2, 0x7e, 0x85, 0x99, 0x6b, 0x95, 0xa1, 0xa8, 0x69, 0x3c, 0x8a, 0x02, 0x58, 0x51, 0xc7, 0xc5, 0x18, 0x93, 0xfe, 0x5c, 0x93, 0xc7, 0x72, 0x67, 0xc5, 0xc7, 0x09, 0x3d, 0xee, 0x95, 0xb7, 0x3d, 0x9c, 0x60, 0x6b, 0xd7, 0x51, 0x4c, 0x63, 0xb0, 0x2d, 0xd1, 0xdb, 0xd7, 0x4f, 0xe7, 0x2f, 0x76, 0x3b, 0x41, 0x31, 0x21, 0xf9, 0x23, 0xf1, 0x00, 0x97, 0x65, 0xc5, 0xbd, 0x47, 0xae, 0xe6, 0x70, 0x8c, 0x70, 0x77, 0x96, 0x99, 0xf3, 0x1c, 0xfa, 0x98, 0xf3, 0x19, 0xcf, 0x3b, 0xa2, 0x3e, 0x60, 0x12, 0x4c, 0x9f, 0xb0, 0x01, 0xc6, 0x8f, 0x8b, 0xe8, 0x35, 0x89, 0x79, 0x3c, 0x4c, 0x77, 0x28, 0x33, 0x00, 0x88, 0x1f, 0x9b, 0x5c, 0x68, 0x7b, 0xcc, 0xc4, 0x01, 0x4a, 0xb1, 0x99, 0xaa, 0x1a, 0x1a, 0x00, 0x2f, 0x50, 0xfa, 0xb5, 0xf1, 0x79, 0x69, 0x7b, 0x83, 0x2e, 0x6f, 0x8e, 0x29, 0x85, 0x68, 0xdd, 0xbd, 0x43, 0x74, 0x49, 0xc1, 0x9e, 0x7a, 0x4c, 0x83, 0x74, 0x08, 0x1c, 0x0b, 0x54, 0x60, 0x95, 0x17, 0x17, 0xd6, 0xa0, 0xe0, 0x95, 0xe5, 0xad, 0xd3, 0x13, 0x61, 0xb7, 0xa6, 0x25, 0x4a, 0x9b, 0xb3, 0x8f, 0xd4, 0xf2, 0xb3, 0x83, 0x59, 0xfa, 0x2b, 0x98, 0xa1, 0xa4, 0x7d, 0x47, 0xd7, 0x25, 0xf5, 0x0c, 0xc3, 0x9e, 0xd0, 0x41, 0x4c, 0xe2, 0xfb, 0xd9, 0x0e, 0x9c, 0x89, 0x29, 0x98, 0x80, 0x83, 0x6c, 0x3a, 0x7f, 0xc9, 0xb9, 0x56, 0xcc, 0x08, 0x63, 0x86, 0x39, 0x79, 0xde, 0x6b, 0x87, 0x2d, 0x9b, 0xdd, 0xa4, 0xe3, 0x02, 0x18, 0x0b, 0xe9, 0xa9, 0xe2, 0xd8, 0x0d, 0xb4, 0x38, 0x13, 0x3f, 0x36, 0x44, 0xf6, 0xc3, 0x14, 0x08, 0x8b, 0x94, 0x22, 0x03, 0xe4, 0x52, 0x2b, 0x04, 0x9d, 0x07, 0xc4, 0x91, 0x06, 0x1b, 0x6c, 0x10, 0xbc, 0x54, 0x56, 0xf5, 0xd8, 0x60, 0x27, 0xd4, 0x8e, 0xab, 0xa2, 0xc5, 0x33, 0xbc, 0x09, 0x5f, 0x9f, 0x9d, 0xee, 0x21, 0x76, 0x60, 0x82, 0x4a, 0x3b, 0x7b, 0x15, 0x81, 0xf6, 0xf4, 0xe9, 0xe2, 0x53, 0x31, 0x57, 0xe2, 0xe8, 0xb9, 0x01, 0x51, 0x99, 0x0a, 0x0d, 0x37, 0xa4, 0xed, 0x4d, 0x2b, 0x88, 0x49, 0xfb, 0xa8, 0x3b, 0x77, 0x60, 0x48, 0x41, 0xc4, 0x0b, 0x9d, 0x3d, 0x74, 0xf4, 0xe4, 0x59, 0x3a, 0xdf, 0xd1, 0xad, 0xee, 0x3b, 0xa2, 0x19, 0xa2, 0xca, 0x09, 0x54, 0x45, 0xac, 0x38, 0x93, 0x48, 0x98, 0xe4, 0x1a, 0xb4, 0x14, 0xaf, 0x1e, 0xed, 0x29, 0xa8, 0xcb, 0x91, 0x68, 0xcb, 0x88, 0x40, 0x3b, 0xdf, 0x3b, 0x7c, 0xca, 0x0b, 0x7f, 0x56, 0xce, 0x69, 0x76, 0x8d, 0x5b, 0xe9, 0x21, 0xe3, 0x52, 0x91, 0xa8, 0x18, 0xc1, 0xc4, 0x0f, 0xf8, 0xc3, 0xb6, 0xd5, 0x98, 0x0a, 0x84, 0x65, 0xb3, 0x42, 0x4c, 0xbe, 0x9b, 0x8c, 0x03, 0xf8, 0xe5, 0x03, 0xf1, 0x32, 0x48, 0x1a, 0x5b, 0x9f, 0x3b, 0xa7, 0x0d, 0x73, 0xbe, 0x0e, 0xd3, 0xfe, 0xa0, 0xe2, 0xd7, 0x2f, 0x9c, 0x48, 0x1f, 0x1d, 0x8d, 0x67, 0x8f, 0xa2, 0x38, 0xee, 0xe7, 0xd6, 0xcd, 0xd7, 0xe8, 0x99, 0x73, 0x80, 0x86, 0x15, 0xe3, 0x74, 0x0e, 0xc0, 0x65, 0x18, 0x5b, 0xe4, 0x6e, 0x42, 0x4d, 0xb5, 0x82, 0x45, 0xb1, 0x85, 0xee, 0xe0, 0x72, 0x84, 0x6d, 0x60, 0x39, 0x50, 0x43, 0x7f, 0x26, 0x6f, 0xfe, 0x10, 0x08, 0x11, 0x38, 0x1c, 0xe9, 0x15, 0xc3, 0x88, 0x8a, 0xab, 0x33, 0x13, 0x9a, 0x88, 0xda, 0x1c, 0xcf, 0x0c, 0x09, 0x39, 0xcd, 0xeb, 0x01, 0x68, 0x4c, 0x1f, 0xb5, 0x5d, 0xfc, 0x3e, 0xa2, 0xa1, 0x49, 0xfc, 0xb3, 0xcd, 0x3e, 0x7f, 0xe9, 0xff, 0x47, 0xd0, 0x2c, 0xea, 0xd8, 0x00, 0xc6, 0xf7, 0x3a, 0x95, 0x26, 0x33, 0x35, 0x00, 0xfa, 0x0e, 0x61, 0x21, 0xb3, 0x40, 0x39, 0x5d, 0x1c, 0x6b, 0x29, 0x48, 0xe9, 0x2f, 0x6b, 0x89, 0x8e, 0x39, 0x23, 0x38, 0x4c, 0x25, 0xf1, 0x52, 0x7d, 0x16, 0xb8, 0x63, 0xe5, 0x3a, 0x60, 0x48, 0xd0, 0x9b, 0x3b, 0x77, 0xae, 0xfb, 0x7d, 0xa8, 0x7d, 0x48, 0xb4, 0x4d, 0x2b, 0x26, 0xd3, 0x03, 0x2f, 0x7e, 0xe6, 0xd6, 0xd6, 0x3c, 0x73, 0xa1, 0x47, 0x19, 0xa2, 0xbd, 0x34, 0x75, 0x62, 0xbd, 0xe7, 0xf7, 0x6c, 0x3b, 0x36, 0x05, 0x11, 0x29, 0x09, 0x3c, 0x0f, 0x77, 0x9c, 0x5e, 0xeb, 0x37, 0xa2, 0x0b, 0xe8, 0x42, 0x7a, 0x47, 0x14, 0x9c, 0xaa, 0x72, 0xd3, 0xa3, 0xbd, 0xd3, 0x20, 0x39, 0xa0, 0x16, 0x4b, 0xae, 0x13, 0x6e, 0x4d, 0x62, 0x17, 0x66, 0xc4, 0x75, 0xb9, 0x82, 0xa9, 0x46, 0x84, 0xd4, 0xb7, 0x9d, 0xb4, 0x68, 0x6d, 0x86, 0xb8, 0xd5, 0x22, 0x2c, 0xd7, 0x08, 0x97, 0x70, 0xcc, 0xb2, 0x38, 0xe7, 0xc8, 0x0b, 0xa1, 0x76, 0xef, 0x3f, 0xe3, 0x11, 0x66, 0x8b, 0x66, 0x34, 0x68, 0x0f, 0x10, 0xc6, 0xc0, 0x74, 0x60, 0x68, 0x87, 0xc0, 0x89, 0x13, 0x1e, 0x06, 0x80, 0x3b, 0x3b, 0x0c, 0x42, 0xaf, 0xa0, 0x10, 0x28, 0xd3, 0x78, 0x40, 0x3e, 0x61, 0x51, 0xaa, 0xcd, 0x5c, 0xe1, 0x04, 0x73, 0x84, 0xa1, 0xd2, 0x25, 0x0c, 0x42, 0xc4, 0xba, 0xb5, 0xb1, 0xc6, 0x85, 0x02, 0xdc, 0x76, 0xed, 0x3d, 0xe9, 0x25, 0x7e, 0x89, 0xc2, 0x45, 0xaa, 0x33, 0x60, 0x11, 0x98, 0xe2, 0x52, 0xff, 0x30, 0xf5, 0xf4, 0x0f, 0x2a, 0xc6, 0x18, 0xd4, 0x6b, 0x8a, 0xa1, 0x4e, 0xcf, 0xc0, 0x60, 0x54, 0x47, 0x99, 0xe3, 0x44, 0x68, 0xbb, 0xc4, 0xce, 0xb0, 0x86, 0x89, 0xb6, 0x2a, 0xe2, 0x2c, 0x9b, 0x6a, 0xf9, 0x41, 0x1b, 0xcb, 0x25, 0x68, 0xcb, 0x99, 0xed, 0x65, 0x59, 0x96, 0x6f, 0xe9, 0x68, 0xdb, 0x33, 0x96, 0xb6, 0xf0, 0xe0, 0x44, 0xe9, 0xed, 0x8f, 0xbd, 0x55, 0x1d, 0xfe, 0xec, 0xb2, 0x29, 0xae, 0x26, 0x94, 0xf0, 0x07, 0x63, 0x84, 0x98, 0x0d, 0x34, 0x28, 0x13, 0x3f, 0x9e, 0x15, 0xc2, 0x23, 0x6c, 0xad, 0x60, 0x81, 0xb0, 0xb0, 0x10, 0x75, 0x3a, 0xbf, 0x05, 0x83, 0x4d, 0x1a, 0xc3, 0x58, 0x19, 0x1d, 0xc6, 0xb0, 0xe5, 0x4e, 0x19, 0x8c, 0x68, 0x06, 0xc0, 0xdf, 0x37, 0xaf, 0xf5, 0xd6, 0xcc, 0xf9, 0xf8, 0xf0, 0x59, 0x05, 0x19, 0x02, 0xf2, 0x96, 0x02, 0xbb, 0x65, 0x79, 0xa2, 0xb8, 0xa3, 0xc7, 0xcd, 0xf2, 0x1d, 0x53, 0x2b, 0x62, 0x51, 0x3c, 0xa0, 0xc6, 0x9a, 0x23, 0x1e, 0x59, 0xb6, 0xdc, 0x6b, 0x8c, 0xfb, 0x5a, 0x09, 0x1f, 0xc6, 0xd3, 0xde, 0xd9, 0x77, 0x8a, 0x7a, 0x2e, 0xc5, 0xd7, 0x04, 0x00, 0x8c, 0x83, 0xe6, 0x83, 0xf4, 0x87, 0x26, 0xe4, 0xf1, 0x60, 0x03, 0xf8, 0xf0, 0xe1, 0xc3, 0x1e, 0xe9, 0x8f, 0x92, 0x92, 0xa6, 0x67, 0x6d, 0x4c, 0xb9, 0x41, 0x8b, 0x61, 0xf5, 0xa7, 0xba, 0x3e, 0x40, 0x22, 0x43, 0x1d, 0x33, 0x9a, 0x38, 0x00, 0x87, 0x3e, 0xa0, 0xc2, 0x19, 0x96, 0x03, 0x62, 0xcc, 0xcb, 0xd3, 0xfe, 0x36, 0x2c, 0x8e, 0xd2, 0xac, 0xc9, 0x13, 0xe8, 0xe8, 0xb9, 0x4b, 0x2e, 0xdc, 0x79, 0xe1, 0xad, 0xfd, 0x74, 0xed, 0x9a, 0xe9, 0x71, 0x9f, 0xbf, 0x90, 0xde, 0x11, 0xe1, 0xf3, 0x8f, 0x78, 0xe0, 0x07, 0xa7, 0x44, 0x73, 0x4a, 0x82, 0x17, 0x9e, 0xc4, 0x63, 0x07, 0xb6, 0x11, 0xbd, 0xf5, 0x2a, 0x17, 0x17, 0xc3, 0x7b, 0x72, 0xfc, 0xf9, 0xb3, 0x15, 0xb3, 0x0b, 0xd8, 0xf7, 0x4f, 0xde, 0x92, 0x2c, 0xf1, 0x58, 0x41, 0xec, 0x33, 0xd2, 0xbe, 0x5f, 0x7e, 0xe7, 0x88, 0x67, 0x5c, 0x6e, 0x5d, 0xdf, 0x46, 0x0d, 0xe3, 0xab, 0x35, 0x51, 0xcb, 0x71, 0xe6, 0xea, 0x10, 0x18, 0x27, 0xc9, 0x00, 0x89, 0xd6, 0x62, 0x2b, 0x7b, 0x08, 0x64, 0x4a, 0xac, 0x6c, 0xe0, 0x50, 0xae, 0xb5, 0x42, 0xb2, 0x75, 0xac, 0xcc, 0xe2, 0x4e, 0xbc, 0x00, 0x84, 0x84, 0x41, 0x48, 0xda, 0x03, 0x04, 0xb9, 0xeb, 0xea, 0x19, 0x9e, 0x6b, 0x0f, 0x9e, 0xe8, 0xa2, 0x13, 0xd2, 0x68, 0xb4, 0xc8, 0xeb, 0x6b, 0xa7, 0xf8, 0x44, 0x5b, 0xdb, 0xe6, 0x14, 0x08, 0xdb, 0xe5, 0x04, 0x4b, 0xe6, 0x2c, 0xc8, 0xb9, 0xf3, 0x51, 0x8f, 0xb3, 0xd3, 0x0d, 0x5e, 0x45, 0xc9, 0xa8, 0x3e, 0x61, 0x45, 0x88, 0xb3, 0x3a, 0xbd, 0x25, 0x15, 0x6d, 0x31, 0xd1, 0xcc, 0x76, 0xeb, 0x07, 0xc5, 0x0b, 0x2a, 0x7a, 0xd3, 0xec, 0xde, 0xda, 0x77, 0xce, 0x33, 0xf1, 0x07, 0x09, 0x80, 0xb7, 0x5d, 0xde, 0x16, 0xf3, 0x82, 0xd5, 0xd6, 0x7a, 0xa4, 0x3f, 0x84, 0x05, 0xb0, 0x3f, 0xb4, 0x25, 0x13, 0x3f, 0xce, 0xa1, 0xa6, 0x6a, 0x18, 0x57, 0x89, 0x2c, 0x78, 0x55, 0x88, 0x62, 0xfb, 0x7f, 0xd3, 0x7d, 0x09, 0xd0, 0x00, 0x32, 0x2d, 0x02, 0x7e, 0x6d, 0x14, 0x78, 0xe2, 0x54, 0x5f, 0x6c, 0x9c, 0xb6, 0x71, 0xcd, 0xf2, 0xc9, 0x34, 0xbf, 0xcd, 0x3b, 0x09, 0xfc, 0xf5, 0x3d, 0xa7, 0x35, 0xce, 0xe7, 0xcc, 0xcb, 0xf8, 0xc2, 0xd7, 0x71, 0x82, 0x77, 0x4d, 0x55, 0xe1, 0x0a, 0xa5, 0x51, 0xb3, 0xb5, 0x3c, 0x9d, 0xd0, 0x5b, 0xbc, 0x44, 0x8a, 0x15, 0x8f, 0xda, 0xba, 0xd1, 0xde, 0x78, 0xb9, 0x15, 0x66, 0xb6, 0xa8, 0xa7, 0xfe, 0x28, 0x8f, 0x85, 0x13, 0x0f, 0x30, 0x18, 0x91, 0xa1, 0xd4, 0xb9, 0xce, 0x41, 0xda, 0x73, 0xc8, 0x1b, 0x15, 0xbf, 0xf3, 0xaa, 0x19, 0x34, 0xb1, 0xa1, 0xc6, 0xf5, 0x88, 0xf1, 0x06, 0xe8, 0x83, 0x0d, 0x6b, 0x83, 0x49, 0xe9, 0x8f, 0xd5, 0xe3, 0xc3, 0x96, 0x02, 0x51, 0xd0, 0x38, 0x40, 0xbe, 0xcb, 0x22, 0x66, 0xf3, 0xfd, 0x54, 0xe2, 0x04, 0xa6, 0x16, 0xc0, 0xb2, 0x3f, 0x70, 0x7f, 0xca, 0x97, 0x8f, 0xba, 0xf8, 0xe3, 0xc6, 0x55, 0xd3, 0xb7, 0x6f, 0x9d, 0xef, 0x59, 0xfb, 0xab, 0xb3, 0x77, 0x90, 0x5e, 0xff, 0xe8, 0x8c, 0x98, 0x71, 0x25, 0x9c, 0xee, 0x92, 0xe0, 0x29, 0x7e, 0x9c, 0xf3, 0xee, 0x59, 0xe4, 0xc7, 0xa7, 0x3b, 0x5a, 0xde, 0x0a, 0xd2, 0x96, 0x25, 0x20, 0x4b, 0xdc, 0x6d, 0x49, 0x24, 0xed, 0x5b, 0x4b, 0x54, 0x37, 0x8c, 0xa7, 0xcb, 0x59, 0xa2, 0x9c, 0xa2, 0x1b, 0x14, 0x73, 0x23, 0xdd, 0x8e, 0x31, 0xab, 0xa0, 0xcf, 0xb3, 0xef, 0x9c, 0xf0, 0x94, 0x62, 0x44, 0xe2, 0xdb, 0xdd, 0x57, 0xcf, 0xd4, 0xb6, 0x0f, 0x88, 0x5a, 0x8e, 0x01, 0xf2, 0x7e, 0xe0, 0x2a, 0x86, 0xb7, 0x4c, 0x32, 0xc0, 0xe7, 0x3e, 0xf7, 0xb9, 0x50, 0x79, 0x7e, 0x8a, 0x62, 0x03, 0x84, 0xb5, 0x21, 0x0e, 0x90, 0x6c, 0xa2, 0xfc, 0xbc, 0x79, 0xf3, 0xe8, 0xa1, 0x87, 0x1e, 0x72, 0xe1, 0xd2, 0xb1, 0x63, 0xc7, 0xb4, 0x87, 0x03, 0xd0, 0x87, 0xc3, 0xff, 0xb0, 0x05, 0x60, 0x34, 0x2f, 0x50, 0x2f, 0xfc, 0xf3, 0xca, 0x20, 0xde, 0x2e, 0xd6, 0x0a, 0xd8, 0x77, 0xb4, 0x93, 0x16, 0xcd, 0x9e, 0x4a, 0x2b, 0x17, 0x4e, 0xd5, 0x34, 0x5e, 0x2d, 0x52, 0x90, 0xab, 0x78, 0x15, 0xf8, 0x48, 0x2c, 0x09, 0x8d, 0x3d, 0x39, 0x55, 0x8e, 0x61, 0x5b, 0xed, 0x40, 0x8b, 0x88, 0x58, 0x24, 0x9b, 0xdd, 0xa1, 0x96, 0xa8, 0xde, 0x26, 0x0d, 0x67, 0x37, 0xd1, 0x8d, 0xd7, 0x08, 0x8e, 0x92, 0xa8, 0x37, 0x6a, 0x39, 0xb9, 0xfd, 0x31, 0x49, 0x1f, 0xf3, 0xfd, 0x53, 0x7c, 0x6f, 0xf3, 0x31, 0x8b, 0x7e, 0xf7, 0xcc, 0x1e, 0x9d, 0xfa, 0x20, 0xdb, 0x5f, 0xde, 0x3c, 0x4f, 0xd7, 0x07, 0x45, 0x4a, 0x83, 0x4c, 0x0d, 0x01, 0xf4, 0x81, 0xf7, 0xe7, 0xcd, 0x37, 0xdf, 0xd4, 0x6e, 0x50, 0x10, 0x3e, 0xf6, 0x98, 0xca, 0x6a, 0x56, 0x88, 0x1b, 0xb3, 0x36, 0x40, 0x18, 0x20, 0x50, 0x26, 0x0d, 0x30, 0x08, 0x8b, 0x3e, 0xc8, 0xfe, 0x60, 0x01, 0x08, 0xc0, 0x21, 0x89, 0x7f, 0x01, 0x09, 0x60, 0x14, 0x7e, 0xe3, 0x86, 0x39, 0xd4, 0x3e, 0xd9, 0x9b, 0x24, 0xb7, 0xed, 0xf5, 0xfd, 0x74, 0xe8, 0x44, 0xa7, 0xc8, 0xf1, 0x31, 0x8c, 0x56, 0x51, 0x1b, 0x28, 0x1e, 0x3b, 0x89, 0x90, 0xac, 0x08, 0x2a, 0x0b, 0xe6, 0xba, 0xc4, 0xea, 0x48, 0xfe, 0x11, 0x0e, 0x78, 0x09, 0xe2, 0xe7, 0x89, 0x2e, 0xae, 0x43, 0x93, 0x61, 0x13, 0xff, 0xf3, 0x24, 0xc6, 0x49, 0xef, 0x90, 0x45, 0x4f, 0xbf, 0xb1, 0x9f, 0x3e, 0x3c, 0xe8, 0x2d, 0xf9, 0xfe, 0x05, 0x85, 0xfb, 0xd7, 0x2e, 0x68, 0x71, 0xb3, 0x75, 0x25, 0x03, 0xc0, 0x3b, 0x06, 0xc9, 0xcf, 0xd2, 0x1f, 0xc4, 0x0f, 0x81, 0x81, 0x95, 0xe4, 0x8b, 0xe9, 0xdd, 0x0b, 0x05, 0x04, 0x2a, 0x86, 0x0b, 0x34, 0xd7, 0xdf, 0xc7, 0x0a, 0x88, 0xf2, 0x18, 0x8c, 0x61, 0xbc, 0x6c, 0x78, 0x3d, 0xa4, 0x5b, 0x14, 0xf3, 0x19, 0xea, 0xeb, 0x6a, 0xe8, 0xfb, 0x77, 0x2e, 0xd6, 0x69, 0x12, 0x71, 0x3f, 0xba, 0x4d, 0x8f, 0xbe, 0xb8, 0x97, 0x4e, 0x9e, 0xef, 0x1d, 0x15, 0x0e, 0x18, 0xcd, 0x04, 0xe4, 0x59, 0xfd, 0xdd, 0x2c, 0xa3, 0x28, 0x67, 0x74, 0x31, 0xf1, 0x47, 0xdd, 0x15, 0xe1, 0x2d, 0x57, 0x9a, 0xc7, 0x67, 0x7c, 0xd9, 0x1e, 0x88, 0xc4, 0x7b, 0xef, 0xfa, 0x04, 0xce, 0xfb, 0x52, 0x1f, 0x76, 0xbe, 0x7f, 0x94, 0x76, 0xbe, 0x77, 0xd4, 0xd3, 0x7f, 0xd8, 0x36, 0x5f, 0xbf, 0x21, 0xe6, 0xca, 0x84, 0x40, 0x90, 0x73, 0x23, 0x00, 0x07, 0x31, 0x0e, 0x58, 0x44, 0x9c, 0x89, 0x1f, 0x7b, 0x68, 0x57, 0x33, 0xf8, 0x35, 0xe6, 0x35, 0x40, 0xa9, 0x36, 0x48, 0x3d, 0x40, 0x21, 0xd9, 0xa7, 0xf7, 0xde, 0x7b, 0x4f, 0x63, 0x5e, 0x73, 0xe5, 0x74, 0xb8, 0x49, 0xe7, 0x4c, 0xad, 0xa7, 0xbf, 0xba, 0x6d, 0xbe, 0x27, 0x9d, 0x79, 0x70, 0x70, 0x84, 0xfe, 0x6d, 0xdb, 0x6e, 0x3a, 0x7c, 0xb2, 0xd3, 0xbd, 0x87, 0xa7, 0x1c, 0xba, 0xb1, 0x60, 0x9e, 0x26, 0x64, 0x37, 0x55, 0x41, 0x12, 0xb5, 0x93, 0x6e, 0x10, 0x95, 0xeb, 0x0d, 0x58, 0xee, 0xf5, 0x23, 0x76, 0xfc, 0x7b, 0x31, 0xd7, 0xa7, 0x15, 0x83, 0x41, 0x2c, 0xed, 0x7d, 0x4b, 0xae, 0xc7, 0x8e, 0xbf, 0xb0, 0xeb, 0x08, 0x3d, 0xf5, 0xaa, 0x77, 0x31, 0x0b, 0xcc, 0x67, 0xf8, 0xc1, 0xdd, 0x4b, 0x68, 0xc2, 0xf8, 0x5a, 0x6d, 0x0f, 0x49, 0xdc, 0x0f, 0x62, 0x47, 0x9e, 0xd4, 0xae, 0x5d, 0xbb, 0xb4, 0xe7, 0x87, 0x89, 0x5f, 0x6b, 0x8c, 0x2f, 0x7c, 0x21, 0x94, 0x9e, 0x9f, 0x82, 0xda, 0x00, 0xe9, 0x56, 0x85, 0x28, 0x74, 0x0b, 0x8a, 0x03, 0xf8, 0x3d, 0x2f, 0x63, 0x7e, 0xbe, 0x1e, 0x2f, 0xfc, 0x93, 0x4f, 0x3e, 0xd1, 0x06, 0x21, 0xa6, 0x6c, 0x72, 0x83, 0x71, 0x08, 0x4d, 0x70, 0x0d, 0x6a, 0x61, 0xf6, 0x0e, 0xd1, 0x3f, 0x3d, 0x7b, 0x38, 0xee, 0x27, 0x1f, 0x1a, 0xa1, 0x07, 0x9f, 0xde, 0x43, 0xd7, 0xad, 0x69, 0xa3, 0x85, 0x33, 0x1a, 0x5d, 0x3f, 0x3e, 0x7b, 0xe9, 0x19, 0xef, 0xf3, 0x4c, 0xac, 0x88, 0x33, 0x19, 0x45, 0xa7, 0x35, 0x1b, 0xa9, 0x0b, 0x11, 0x27, 0xab, 0xd2, 0xb2, 0x7c, 0x62, 0x2e, 0xf1, 0x99, 0xef, 0x9e, 0x35, 0x04, 0xe2, 0xb5, 0x80, 0x2c, 0x57, 0xe2, 0xf3, 0x92, 0xac, 0x2f, 0xee, 0x3e, 0x43, 0x7b, 0x9c, 0x72, 0xe7, 0xdc, 0x30, 0xdd, 0xf1, 0x27, 0x7f, 0xbe, 0x94, 0xa6, 0xb7, 0x4e, 0xd0, 0x7d, 0x02, 0x83, 0x4b, 0x98, 0x06, 0x01, 0x80, 0xed, 0x9d, 0x77, 0xde, 0x71, 0x89, 0x9f, 0xd3, 0x1e, 0x12, 0xe5, 0xfe, 0x8f, 0xb9, 0xe2, 0xb8, 0x61, 0x75, 0x81, 0xa6, 0x03, 0xd1, 0xe0, 0xf3, 0x46, 0x7e, 0x90, 0x6c, 0x70, 0xf9, 0xc1, 0x20, 0x36, 0x67, 0x3e, 0xc1, 0x1e, 0x00, 0x53, 0xdc, 0xbe, 0x61, 0x3a, 0xdd, 0xb3, 0xd1, 0x9b, 0x04, 0x06, 0xc9, 0xfd, 0xfc, 0xbb, 0x27, 0xe9, 0x95, 0x3d, 0x67, 0x75, 0x1a, 0x75, 0x7c, 0x5c, 0xe2, 0x12, 0xda, 0x72, 0x03, 0x51, 0xce, 0x04, 0x77, 0x77, 0x0a, 0x65, 0x9c, 0xb0, 0x19, 0xf3, 0xbb, 0x93, 0xda, 0xa5, 0x3b, 0xd4, 0xf6, 0x12, 0x7b, 0xd4, 0xac, 0x34, 0x2d, 0xa0, 0x50, 0x4f, 0xdf, 0x30, 0xfd, 0x7e, 0xe7, 0xd1, 0x51, 0xc4, 0x0f, 0x08, 0xf7, 0x1f, 0xee, 0x59, 0xaa, 0xe0, 0x4f, 0x83, 0xd6, 0x6a, 0x9c, 0xf2, 0xc0, 0xd0, 0x07, 0xab, 0xe7, 0x20, 0x26, 0xb2, 0x7d, 0xfb, 0x76, 0x4f, 0xd6, 0x27, 0x36, 0x2c, 0x2d, 0xf5, 0x8b, 0x5f, 0xfc, 0x42, 0xc3, 0xc4, 0x0a, 0x04, 0xca, 0x11, 0xf1, 0x87, 0x41, 0x6a, 0x20, 0x3f, 0x48, 0xfa, 0xb4, 0xd9, 0xf3, 0x81, 0xcc, 0x47, 0xb3, 0x02, 0x02, 0x5c, 0xa3, 0x90, 0x82, 0xf7, 0x5e, 0x3b, 0x9b, 0xfe, 0xe2, 0xfa, 0x39, 0xde, 0x55, 0x1f, 0xd5, 0x70, 0xec, 0x39, 0x7c, 0x91, 0xfe, 0xf8, 0xca, 0x67, 0x74, 0xb6, 0x73, 0x50, 0xc0, 0x11, 0x91, 0xcd, 0x69, 0x59, 0xde, 0xf9, 0xc4, 0x8e, 0x8f, 0x3f, 0x4a, 0xc6, 0x92, 0x49, 0xe4, 0x25, 0x7a, 0x37, 0xb2, 0xeb, 0x64, 0x83, 0xba, 0xd2, 0x5f, 0x30, 0x08, 0x33, 0xd6, 0xde, 0xa3, 0xdd, 0xf4, 0xe0, 0x0b, 0x87, 0xe9, 0x94, 0x51, 0xe3, 0xb4, 0xb1, 0xae, 0x9a, 0xfe, 0xe3, 0xbd, 0xcb, 0x68, 0xd5, 0xbc, 0x16, 0xdd, 0x67, 0x4e, 0xf9, 0xe0, 0x0d, 0xb8, 0x1f, 0xd5, 0x3a, 0x5e, 0x7a, 0xe9, 0x25, 0xbd, 0x8c, 0xac, 0x24, 0x7e, 0xde, 0x40, 0xfc, 0x3f, 0xff, 0xf9, 0xcf, 0x35, 0x3c, 0x0a, 0x6b, 0xab, 0xca, 0xf7, 0x0f, 0xac, 0x5a, 0xb5, 0x6a, 0xb3, 0xda, 0x6d, 0xe0, 0xbf, 0xaf, 0xb8, 0xe2, 0x0a, 0x8f, 0x14, 0xc5, 0x40, 0x81, 0x88, 0x52, 0x21, 0x76, 0x9d, 0x9d, 0x68, 0x48, 0x6c, 0x39, 0x11, 0x43, 0x4a, 0xf4, 0xa0, 0xef, 0x9b, 0x4d, 0xae, 0x01, 0x9c, 0x0a, 0xb3, 0xe1, 0x38, 0x0c, 0x41, 0xc0, 0x1f, 0x6e, 0x90, 0x82, 0xe8, 0x07, 0xa4, 0x3e, 0x36, 0x39, 0x37, 0x16, 0x84, 0x03, 0xd8, 0x30, 0xbb, 0xb5, 0x8a, 0xa6, 0x36, 0x8f, 0xa7, 0x77, 0x0e, 0x5c, 0xf4, 0x54, 0x93, 0x43, 0x55, 0xb5, 0xbd, 0x9f, 0x75, 0x50, 0xdf, 0x40, 0x94, 0xda, 0x5a, 0xeb, 0x74, 0x75, 0xb9, 0xb8, 0xcf, 0x3e, 0x06, 0x7b, 0xbc, 0x75, 0x20, 0x6c, 0x37, 0x4e, 0x60, 0xc9, 0x69, 0xf0, 0xf1, 0x85, 0xbf, 0x62, 0xb3, 0xc4, 0x2c, 0x6b, 0x74, 0xb9, 0x43, 0x11, 0x23, 0x38, 0xd3, 0x39, 0x40, 0x4f, 0xbd, 0x75, 0x92, 0xde, 0x57, 0xcf, 0xc3, 0x93, 0x79, 0xb8, 0x4d, 0x6d, 0x19, 0x4f, 0x3f, 0xfb, 0xda, 0x72, 0x5a, 0x30, 0xbd, 0xd1, 0x25, 0x7e, 0xd9, 0x30, 0x3f, 0x1a, 0xb0, 0x07, 0xfd, 0x84, 0x4d, 0x70, 0xf9, 0xe5, 0x97, 0x6b, 0xfb, 0x08, 0x1a, 0x02, 0xc7, 0xe1, 0x12, 0x65, 0x26, 0x80, 0x71, 0xfc, 0xfa, 0xeb, 0xaf, 0xeb, 0x73, 0x8b, 0x16, 0x2d, 0x1a, 0x2d, 0x81, 0xc5, 0x58, 0xe1, 0xdd, 0x3d, 0xfc, 0xf0, 0xc3, 0xf2, 0x74, 0xef, 0xbe, 0x7d, 0xfb, 0xfe, 0xae, 0xa4, 0x6d, 0x80, 0xb0, 0x1b, 0xbe, 0x41, 0x71, 0x80, 0x64, 0xc7, 0xa0, 0x05, 0xde, 0x7d, 0xf7, 0xdd, 0xb8, 0xaf, 0x7f, 0xdf, 0x3e, 0x2d, 0xf1, 0xf1, 0x42, 0xc1, 0xe0, 0xf2, 0xc5, 0xc2, 0x80, 0x06, 0x13, 0x5c, 0xaf, 0xbe, 0x3f, 0x7b, 0xca, 0x04, 0xfa, 0x6f, 0x8f, 0xee, 0xa3, 0xd3, 0x1d, 0xfd, 0xa3, 0xb4, 0xc1, 0xbe, 0xe3, 0x5d, 0xb4, 0x6e, 0x49, 0x1b, 0x6d, 0x5a, 0x33, 0x4b, 0x17, 0xa0, 0x95, 0x79, 0x3e, 0xb2, 0x32, 0x03, 0x51, 0x7c, 0x0e, 0x80, 0x65, 0x4c, 0x8a, 0x8f, 0x4f, 0xa8, 0xe7, 0x29, 0x9f, 0xbc, 0xf6, 0x58, 0xcc, 0xfd, 0x79, 0xf2, 0x5c, 0x2f, 0x3d, 0xfb, 0xd6, 0x61, 0xda, 0x7d, 0xe0, 0x34, 0xf9, 0xbd, 0x9a, 0xcb, 0x17, 0x4e, 0xa4, 0xef, 0xdc, 0xbe, 0x90, 0x5a, 0x9b, 0xea, 0x46, 0x2d, 0x74, 0xc7, 0x1a, 0x8f, 0xeb, 0x34, 0xa1, 0xf1, 0x1e, 0xf5, 0x5b, 0x97, 0x2f, 0x5f, 0x4e, 0x37, 0xde, 0x78, 0x23, 0x3d, 0xf5, 0xd4, 0x53, 0xb4, 0x73, 0xe7, 0x4e, 0x8f, 0x4d, 0xf0, 0xdb, 0xdf, 0xfe, 0x56, 0x43, 0xc5, 0x6f, 0x7e, 0xf3, 0x9b, 0xa3, 0x26, 0xcf, 0x97, 0xb5, 0x11, 0x1c, 0xf6, 0x96, 0x29, 0xac, 0x5a, 0xbf, 0x7e, 0xbd, 0x5e, 0xf4, 0x8d, 0x8b, 0xe8, 0x82, 0xd1, 0x51, 0xd3, 0x94, 0x71, 0x32, 0x88, 0x47, 0xbe, 0x68, 0xae, 0x70, 0x51, 0x5d, 0x7d, 0x8a, 0xfe, 0xeb, 0x7d, 0xab, 0xe8, 0xfe, 0x6d, 0x07, 0xe9, 0x95, 0x8f, 0xbc, 0x8b, 0xeb, 0xa1, 0x92, 0xdc, 0xeb, 0x7b, 0x8e, 0xd3, 0x5b, 0x7b, 0x4f, 0xd0, 0xe2, 0x59, 0x93, 0x68, 0xed, 0xe2, 0x69, 0xb4, 0x64, 0x4e, 0xab, 0x5e, 0xad, 0xdd, 0xe2, 0x02, 0x59, 0x4e, 0xc4, 0x76, 0x84, 0x53, 0xa1, 0x65, 0xe9, 0x67, 0xc1, 0x50, 0xb2, 0xda, 0x62, 0xf7, 0xa5, 0x01, 0x7a, 0x77, 0xdf, 0x69, 0xda, 0xf5, 0xf1, 0x69, 0x3a, 0x76, 0xa6, 0xcb, 0xdf, 0xbe, 0x51, 0xbf, 0x71, 0xef, 0xb5, 0xb3, 0x68, 0xf3, 0xe5, 0xd3, 0xa9, 0xb1, 0xb1, 0x41, 0x07, 0xaf, 0x4c, 0x42, 0x05, 0xf1, 0x03, 0xfa, 0x98, 0xc7, 0x11, 0x0f, 0x81, 0x26, 0x85, 0xf4, 0x87, 0x76, 0x80, 0x56, 0xb8, 0xe5, 0x96, 0x5b, 0x68, 0xdb, 0xb6, 0x6d, 0x1e, 0xdb, 0xe0, 0x89, 0x27, 0x9e, 0xd0, 0x50, 0xf1, 0xbb, 0xdf, 0xfd, 0x6e, 0x68, 0x52, 0x23, 0x0a, 0x02, 0x81, 0x14, 0x71, 0x84, 0x16, 0x02, 0xa5, 0xb3, 0x88, 0x86, 0x59, 0xb0, 0x0b, 0x9e, 0x8e, 0x4f, 0x3f, 0xfd, 0xd4, 0x9d, 0x00, 0x02, 0x26, 0x40, 0x9e, 0x10, 0x08, 0x00, 0xfd, 0xe2, 0xd2, 0x8e, 0xd2, 0x45, 0xaa, 0x7d, 0xe8, 0x0a, 0xa5, 0xaf, 0x9b, 0xd7, 0x40, 0x4b, 0xda, 0x9b, 0xe8, 0xd3, 0x13, 0xdd, 0xda, 0x08, 0xf5, 0x6a, 0x4d, 0xa2, 0x73, 0x1d, 0x97, 0x94, 0x94, 0x3e, 0x4b, 0xaf, 0xee, 0x3e, 0x4e, 0x87, 0x4e, 0x74, 0xe8, 0xd4, 0x6a, 0xcc, 0x06, 0xc3, 0xfd, 0x40, 0xac, 0x6e, 0xd9, 0x20, 0xcb, 0x5b, 0x0d, 0x08, 0x86, 0xf1, 0x39, 0xa5, 0x5d, 0x0e, 0x1c, 0xbf, 0x48, 0x6f, 0x7c, 0x78, 0x82, 0x9e, 0x78, 0xed, 0x00, 0x3d, 0xbe, 0xf3, 0x00, 0x7d, 0x7c, 0xe4, 0x3c, 0x75, 0xf5, 0xfa, 0xa7, 0x67, 0x5f, 0xbe, 0x68, 0x22, 0xfd, 0xe8, 0xcb, 0x4b, 0x68, 0xfd, 0xa2, 0x49, 0xea, 0xd9, 0x27, 0x69, 0xe3, 0xdd, 0xec, 0x3f, 0x08, 0x1b, 0x86, 0xbe, 0xd4, 0xe8, 0x80, 0x7e, 0x07, 0x0f, 0x1e, 0x74, 0x9d, 0x00, 0x9c, 0xf7, 0x8f, 0x0d, 0x9a, 0x03, 0x1a, 0x01, 0xe7, 0x10, 0x24, 0xe3, 0xef, 0x21, 0x51, 0xee, 0xfd, 0xf7, 0xdf, 0xa7, 0x0d, 0x1b, 0x36, 0xb8, 0xb5, 0x5f, 0xcb, 0x1a, 0x02, 0x95, 0x73, 0x83, 0x2d, 0x00, 0x5f, 0xf7, 0x63, 0x8f, 0x3d, 0xe6, 0x1a, 0xc0, 0x60, 0x86, 0x97, 0x5f, 0x7e, 0x99, 0x36, 0x6e, 0xdc, 0xa8, 0x5f, 0x28, 0x34, 0x81, 0x4c, 0xa6, 0xe3, 0x60, 0x19, 0x27, 0xd9, 0x2d, 0x9f, 0xdd, 0x48, 0x4f, 0xbf, 0x73, 0x9a, 0xfe, 0xf8, 0xfa, 0x71, 0xbd, 0xe0, 0x9e, 0xd9, 0xa0, 0x15, 0x3e, 0x3d, 0x7a, 0x51, 0x6f, 0x52, 0x5a, 0x37, 0xd4, 0x8d, 0xa3, 0xf1, 0xb5, 0xe3, 0xf4, 0x6c, 0x32, 0xf0, 0x3c, 0xdc, 0xab, 0x03, 0x83, 0xc3, 0x9a, 0xc8, 0x47, 0xa2, 0xa9, 0xc1, 0x4e, 0xcc, 0xe8, 0xfa, 0xca, 0xa6, 0x59, 0xb4, 0x66, 0x7e, 0x8b, 0xeb, 0xb5, 0x32, 0x8b, 0xd9, 0x6a, 0x0d, 0xa2, 0x20, 0x0f, 0x88, 0x5d, 0x4e, 0x7b, 0x84, 0xef, 0x1f, 0xcc, 0xcf, 0x8b, 0x64, 0x83, 0x98, 0x41, 0xf4, 0xe8, 0x1f, 0xc6, 0x80, 0xd7, 0x50, 0xc3, 0xf8, 0xc0, 0x50, 0x86, 0xbb, 0x98, 0x1b, 0x3c, 0x44, 0x3f, 0xfa, 0xd1, 0x8f, 0xe8, 0x27, 0x3f, 0xf9, 0x89, 0x9e, 0x27, 0x50, 0xf6, 0x71, 0x80, 0x30, 0x37, 0xb8, 0x31, 0x53, 0x8d, 0x03, 0x04, 0x69, 0x8a, 0x85, 0x0b, 0x17, 0xea, 0x17, 0xcc, 0xf7, 0x81, 0x46, 0x03, 0x06, 0xbe, 0xf2, 0xca, 0x2b, 0xf5, 0x31, 0xc0, 0x09, 0x10, 0x98, 0xc7, 0xbf, 0xae, 0x0c, 0xcb, 0xf6, 0xf6, 0x76, 0x4d, 0x48, 0x77, 0x5e, 0x5d, 0x43, 0xb7, 0xac, 0x9b, 0x46, 0xcf, 0xbf, 0x7f, 0x86, 0x9e, 0x7c, 0xfb, 0xd4, 0xa8, 0x65, 0x97, 0xcc, 0xa6, 0x89, 0x5d, 0xd7, 0xe4, 0xef, 0x4f, 0xdf, 0xed, 0xa7, 0xb0, 0xd1, 0xaa, 0x39, 0xcd, 0xf4, 0xa5, 0xab, 0x66, 0xd0, 0xca, 0xb9, 0xcd, 0x9a, 0x70, 0x91, 0xc3, 0x64, 0x1a, 0xba, 0xd2, 0xcf, 0x0f, 0x06, 0x40, 0x0c, 0x84, 0x1b, 0x8c, 0x5c, 0xc4, 0x4f, 0xe0, 0x08, 0x80, 0x91, 0x8b, 0xfe, 0x62, 0x8f, 0x7b, 0xc0, 0x5d, 0xca, 0x0c, 0xcf, 0x8c, 0xb0, 0x69, 0xd3, 0x26, 0x6d, 0x1f, 0xbd, 0xf1, 0xc6, 0x1b, 0xee, 0x3d, 0x00, 0x85, 0x7e, 0xfc, 0xe3, 0x1f, 0xd3, 0x0f, 0x7f, 0xf8, 0x43, 0x5a, 0xb9, 0x72, 0x65, 0xf9, 0x42, 0xa0, 0x15, 0x2b, 0x56, 0x6c, 0x56, 0x44, 0xe2, 0x42, 0x20, 0x10, 0x45, 0x98, 0x20, 0x90, 0x5c, 0x0a, 0x35, 0x53, 0x06, 0x00, 0x11, 0x61, 0x93, 0xab, 0xca, 0xe3, 0x39, 0x00, 0x87, 0x70, 0x1c, 0xcf, 0x88, 0x7e, 0x9a, 0x93, 0x47, 0xf8, 0xbb, 0x30, 0x92, 0x6b, 0x6b, 0xc6, 0xd1, 0xec, 0xc9, 0xb5, 0x74, 0xf3, 0xda, 0xa9, 0x7a, 0xa2, 0x79, 0x4d, 0x75, 0x15, 0x5d, 0xe8, 0x1e, 0xd4, 0x53, 0x23, 0xb3, 0xf6, 0x75, 0xab, 0xdf, 0x99, 0xd7, 0x56, 0x4f, 0xb7, 0x6f, 0x98, 0x41, 0xdf, 0xd9, 0xbc, 0x80, 0x6e, 0x59, 0xdf, 0x46, 0x73, 0xa7, 0x4f, 0xd4, 0x9a, 0x08, 0xc4, 0xef, 0x57, 0xae, 0x10, 0x1a, 0x0d, 0x36, 0x0e, 0x24, 0xbf, 0x64, 0x00, 0x30, 0x05, 0x8e, 0x03, 0xf7, 0x9b, 0xb5, 0x52, 0xc1, 0x04, 0xb0, 0x05, 0x18, 0xea, 0x71, 0xf9, 0x13, 0x8c, 0x05, 0x18, 0x03, 0xbf, 0x07, 0xe9, 0x2f, 0x7f, 0x03, 0xda, 0x12, 0xc7, 0x31, 0x5d, 0xb2, 0x6c, 0x21, 0x50, 0x29, 0xa7, 0x40, 0xa4, 0xda, 0x18, 0x37, 0x63, 0x26, 0x14, 0x33, 0x21, 0xf6, 0xf0, 0x81, 0x83, 0x28, 0x90, 0x4b, 0xc4, 0x06, 0xa2, 0x39, 0x35, 0x90, 0x27, 0xd5, 0x60, 0x03, 0x11, 0x35, 0x37, 0x77, 0xd3, 0xe2, 0xf6, 0x66, 0xba, 0xef, 0xa6, 0xb9, 0x7a, 0xfd, 0xad, 0xdd, 0x47, 0x3a, 0x75, 0xf9, 0xc5, 0x63, 0xe7, 0x2e, 0xe9, 0xbf, 0x31, 0x67, 0x38, 0x51, 0x9b, 0xdc, 0x54, 0xa3, 0x4b, 0x36, 0x62, 0x86, 0xda, 0xf2, 0x59, 0x8d, 0x74, 0x99, 0x92, 0xf8, 0x0d, 0x75, 0xd5, 0xee, 0xbc, 0x05, 0xae, 0xba, 0x1d, 0xf4, 0xae, 0xa0, 0x95, 0xc0, 0xcc, 0xac, 0xc9, 0xf0, 0x1d, 0x68, 0x2b, 0x34, 0xe0, 0x79, 0xf4, 0x83, 0x61, 0x8f, 0xc9, 0x04, 0xd8, 0x80, 0xfb, 0xd1, 0x0f, 0xae, 0x02, 0xc1, 0x2b, 0x48, 0xe2, 0xef, 0x2f, 0x7f, 0xf9, 0xcb, 0xf4, 0xc8, 0x23, 0x8f, 0xb8, 0x63, 0x04, 0x0d, 0xf1, 0xcb, 0x5f, 0xfe, 0x52, 0x0b, 0xa2, 0x7b, 0xee, 0xb9, 0xa7, 0x3c, 0xbd, 0x40, 0x61, 0xab, 0x0a, 0x61, 0xfa, 0xa1, 0x73, 0x05, 0xd3, 0x20, 0x4d, 0x97, 0x2e, 0x5d, 0xaa, 0xe1, 0x90, 0xac, 0x83, 0x8f, 0xca, 0x12, 0x90, 0x98, 0xd0, 0x7e, 0x90, 0x7a, 0x30, 0x8e, 0xc1, 0x08, 0x7e, 0x78, 0x1b, 0x5e, 0x24, 0x6c, 0x60, 0x28, 0x10, 0x51, 0x6b, 0x6b, 0x1f, 0xcd, 0x9f, 0x19, 0x5b, 0x17, 0xc1, 0xad, 0xb6, 0xa6, 0x18, 0xa0, 0xb7, 0x7f, 0x44, 0xcf, 0xd2, 0x82, 0x86, 0xa8, 0x8e, 0xc4, 0xd6, 0x2a, 0x40, 0x95, 0xb6, 0x96, 0xfa, 0x1a, 0x6d, 0x17, 0xb0, 0x76, 0xc4, 0xbd, 0x00, 0x4d, 0xc0, 0x74, 0xc9, 0x0a, 0xd3, 0x82, 0xb0, 0xc1, 0xac, 0x78, 0x46, 0x40, 0x94, 0x67, 0x9f, 0x7d, 0x56, 0x43, 0x20, 0x40, 0x18, 0x69, 0x0f, 0x60, 0xcc, 0xc0, 0x1c, 0xb8, 0x5f, 0x10, 0x13, 0x80, 0x51, 0x70, 0x1f, 0x60, 0x7c, 0xce, 0x19, 0xc2, 0xf3, 0x43, 0x33, 0xdc, 0x7b, 0xef, 0xbd, 0x5a, 0xd2, 0xf3, 0x5a, 0x0f, 0xa0, 0x8f, 0x07, 0x1f, 0x7c, 0x30, 0x50, 0x1b, 0x97, 0x85, 0x11, 0x6c, 0x2e, 0xdc, 0x10, 0xa6, 0x38, 0x40, 0x26, 0x5e, 0xa0, 0x44, 0xc7, 0xe0, 0xfd, 0x80, 0x0b, 0x50, 0xd6, 0xc5, 0x84, 0x54, 0x05, 0x41, 0x21, 0xad, 0x1a, 0xe7, 0x01, 0x2d, 0x40, 0x0c, 0xb1, 0x89, 0x34, 0xe3, 0x12, 0x42, 0x2b, 0xce, 0xa9, 0x61, 0xb8, 0xc8, 0xc4, 0x24, 0x17, 0xa5, 0xe3, 0x05, 0x3c, 0xb8, 0xa0, 0x17, 0x1b, 0xa4, 0xa9, 0x34, 0x10, 0x3e, 0x8a, 0x58, 0x61, 0x8f, 0x7b, 0x43, 0x6b, 0x21, 0xb7, 0x07, 0x04, 0x8c, 0xdf, 0x64, 0x2f, 0x0e, 0x3e, 0xb3, 0x31, 0x8c, 0xfb, 0xe3, 0x59, 0xf4, 0x92, 0x49, 0x4e, 0x59, 0x14, 0x99, 0x21, 0x8a, 0x0d, 0xf7, 0x83, 0x46, 0x9c, 0x3f, 0x7f, 0xbe, 0xbb, 0xba, 0x0f, 0xee, 0x81, 0xeb, 0xc1, 0x04, 0x7f, 0xf8, 0xc3, 0x1f, 0x3c, 0x6b, 0x30, 0x3c, 0xff, 0xfc, 0xf3, 0x6e, 0x1f, 0xca, 0x86, 0x01, 0x3c, 0xd5, 0x0b, 0x42, 0xa8, 0x05, 0xf2, 0xa1, 0x9d, 0x20, 0xbd, 0xa1, 0xea, 0x5f, 0x78, 0xe1, 0x05, 0x9d, 0x36, 0x2d, 0x7f, 0x0b, 0x04, 0x01, 0x57, 0xe0, 0xea, 0xd5, 0xab, 0xb5, 0x87, 0x08, 0x12, 0x95, 0x61, 0x49, 0x32, 0xdf, 0x38, 0x08, 0xc3, 0xcf, 0x58, 0xcd, 0xb4, 0xdf, 0x70, 0x5d, 0x82, 0xb8, 0x61, 0xd4, 0xe2, 0x6f, 0xe0, 0x73, 0x18, 0xaa, 0x66, 0x39, 0x43, 0xc0, 0x21, 0x30, 0x83, 0xf4, 0xee, 0x80, 0x29, 0x91, 0xea, 0x20, 0xdd, 0x9e, 0x72, 0x9e, 0xb4, 0xb4, 0x0b, 0xe0, 0x2d, 0x62, 0x26, 0x60, 0x6d, 0x80, 0xfd, 0x5d, 0x77, 0xdd, 0xa5, 0x85, 0x82, 0xcc, 0x17, 0x62, 0x46, 0x33, 0x8b, 0xed, 0x96, 0xb4, 0x11, 0x4c, 0x22, 0x15, 0xe2, 0xaa, 0xab, 0xae, 0xf2, 0x54, 0x08, 0x2b, 0xb6, 0x11, 0x9c, 0xaf, 0x98, 0x01, 0x5e, 0x36, 0x42, 0xff, 0x78, 0x3e, 0x10, 0xbc, 0x14, 0x04, 0x20, 0x26, 0x9e, 0x55, 0xc6, 0x13, 0xcb, 0xc1, 0x08, 0xbc, 0x3a, 0xbd, 0x59, 0x69, 0x2d, 0x97, 0xcc, 0x0e, 0x62, 0x87, 0xb4, 0x07, 0xd4, 0xc1, 0xef, 0xe1, 0x59, 0x60, 0xac, 0x3f, 0xf7, 0xdc, 0x73, 0xda, 0x23, 0xc6, 0x69, 0x1d, 0x72, 0x03, 0x93, 0x20, 0xf0, 0x27, 0x57, 0x7a, 0x67, 0xad, 0x25, 0xb5, 0x1c, 0x9e, 0x59, 0x4e, 0x94, 0x91, 0x65, 0x12, 0xe1, 0x31, 0x02, 0xa3, 0x33, 0x64, 0xe2, 0xf1, 0x80, 0x46, 0x64, 0xc8, 0xe5, 0x33, 0xae, 0x03, 0x8a, 0x79, 0xfe, 0x4b, 0xc9, 0x33, 0x80, 0x0c, 0x84, 0x81, 0x01, 0xe0, 0x05, 0x62, 0xa2, 0x29, 0x57, 0x06, 0xe0, 0x63, 0x48, 0x11, 0x00, 0x0e, 0x06, 0x96, 0x36, 0x33, 0x46, 0x41, 0x8c, 0x60, 0x04, 0x10, 0x20, 0xd7, 0x18, 0xc2, 0x58, 0x00, 0x2e, 0x81, 0x21, 0xf0, 0x99, 0xd3, 0xc9, 0x33, 0x91, 0x88, 0xf8, 0x2e, 0x24, 0x30, 0x88, 0x14, 0x44, 0x8f, 0x67, 0xc0, 0xbd, 0x39, 0x3a, 0x0b, 0x89, 0x0f, 0x2f, 0xcc, 0x07, 0x1f, 0x7c, 0xa0, 0xaf, 0x91, 0xa9, 0x0b, 0x72, 0xc3, 0xf5, 0x20, 0x52, 0x18, 0xc2, 0x72, 0xa5, 0x77, 0xd8, 0x32, 0x38, 0x2f, 0xfb, 0x85, 0xe7, 0x94, 0x75, 0x42, 0xf9, 0xb9, 0x41, 0xf0, 0x60, 0x02, 0x30, 0x00, 0x6b, 0x31, 0xd6, 0x1e, 0xb8, 0x2f, 0x6c, 0x14, 0x33, 0x73, 0x54, 0x9d, 0x1b, 0xbf, 0x70, 0xe1, 0xc2, 0xb7, 0x94, 0xd6, 0xfc, 0xb4, 0xac, 0x34, 0x80, 0xe9, 0x06, 0xf5, 0x5b, 0x3b, 0x36, 0xe8, 0x65, 0x9b, 0x36, 0x44, 0xd8, 0x19, 0x00, 0x0d, 0x2f, 0x17, 0xc6, 0x31, 0x24, 0x20, 0x57, 0x4b, 0xf3, 0xf8, 0xf5, 0x15, 0x91, 0xc2, 0xb5, 0x08, 0x82, 0x04, 0x81, 0x71, 0xc9, 0x45, 0x10, 0x24, 0x88, 0x0b, 0x44, 0x0b, 0x02, 0x06, 0x91, 0x42, 0x42, 0x83, 0x71, 0x80, 0xaf, 0xb1, 0xc7, 0x77, 0xb1, 0xc7, 0x75, 0x38, 0x87, 0x6b, 0x70, 0x0f, 0x10, 0x1b, 0xa0, 0x0b, 0x18, 0x09, 0xd7, 0x72, 0xb5, 0x66, 0x48, 0x7e, 0x48, 0x7a, 0xcc, 0xde, 0xc2, 0xef, 0x71, 0x04, 0x57, 0x12, 0x3f, 0x7e, 0x1f, 0x90, 0x05, 0x46, 0x29, 0x1f, 0x03, 0x94, 0x83, 0xbd, 0xc2, 0x63, 0xce, 0xef, 0x81, 0x93, 0xff, 0xf0, 0xbb, 0xb2, 0x88, 0xae, 0x59, 0x2d, 0x8e, 0xc7, 0x03, 0xcf, 0x84, 0xeb, 0x78, 0x4e, 0x31, 0x33, 0x01, 0x9c, 0x02, 0xa0, 0x0b, 0x40, 0x44, 0x39, 0x8c, 0x6a, 0xfb, 0x8a, 0xd2, 0x12, 0x67, 0xd5, 0xb3, 0xbe, 0x5d, 0x92, 0x0c, 0xb0, 0x6c, 0xd9, 0x32, 0x0f, 0x03, 0x5c, 0x7d, 0xf5, 0xd5, 0x45, 0x63, 0x80, 0x42, 0x10, 0x7b, 0xd0, 0x31, 0xfc, 0x8d, 0x80, 0x18, 0x0c, 0x60, 0x34, 0x10, 0xa8, 0xa9, 0xcd, 0xd0, 0x37, 0x10, 0x2c, 0x24, 0x21, 0x70, 0x33, 0x60, 0x01, 0x88, 0x9a, 0x17, 0x9c, 0xe6, 0xd2, 0x23, 0x20, 0x7a, 0x26, 0x7c, 0x10, 0xb7, 0x64, 0x06, 0x36, 0x92, 0x99, 0xb0, 0x40, 0x98, 0xd0, 0x30, 0xf0, 0x4c, 0xc1, 0xb8, 0x45, 0x45, 0x0b, 0x30, 0x81, 0xcc, 0xd1, 0x91, 0xb3, 0xb8, 0x20, 0xa0, 0xee, 0xbb, 0xef, 0x3e, 0x9d, 0xb2, 0x82, 0xdc, 0x26, 0x30, 0x1f, 0x5f, 0x83, 0xe0, 0x17, 0xec, 0x1b, 0x33, 0xe3, 0x15, 0x0c, 0xce, 0x6b, 0x3a, 0x4b, 0x67, 0x07, 0x8e, 0xf9, 0xd9, 0x05, 0xb8, 0x0e, 0xfd, 0x60, 0x86, 0xe2, 0xf7, 0x06, 0x8d, 0x02, 0x48, 0x84, 0x67, 0x15, 0xef, 0x39, 0xa2, 0xbe, 0x73, 0xbb, 0x82, 0x93, 0x13, 0x14, 0x73, 0x3c, 0x97, 0x6b, 0xfa, 0xcc, 0xbb, 0x95, 0x71, 0xf7, 0xdd, 0x77, 0xff, 0x83, 0x1a, 0x84, 0xbf, 0xe6, 0xbf, 0xbf, 0xf7, 0xbd, 0xef, 0xe9, 0xf4, 0x59, 0x6e, 0x78, 0x11, 0x26, 0x34, 0x48, 0x44, 0x80, 0xa6, 0xf4, 0x64, 0x4c, 0xc9, 0x8d, 0xf3, 0x72, 0xc2, 0xc6, 0x00, 0xe6, 0x71, 0x10, 0xec, 0xee, 0xdd, 0xbb, 0xf5, 0x96, 0xea, 0xd2, 0xaf, 0x20, 0x28, 0x10, 0x1f, 0xbc, 0x47, 0xec, 0x89, 0x01, 0x63, 0xe0, 0x33, 0x13, 0x29, 0x08, 0x0b, 0xf7, 0x06, 0x91, 0x61, 0x5c, 0x41, 0x58, 0x7e, 0xb0, 0x46, 0x12, 0x3f, 0xbe, 0xbf, 0x66, 0xcd, 0x1a, 0xba, 0xee, 0xba, 0xeb, 0x3c, 0x25, 0x60, 0x50, 0xde, 0xf0, 0x6f, 0xff, 0xf6, 0x6f, 0x5d, 0x2d, 0xc1, 0xdb, 0x0d, 0x37, 0xdc, 0xa0, 0xed, 0x1b, 0xfc, 0x3e, 0xdb, 0x2b, 0xd8, 0xd0, 0x0f, 0x86, 0x73, 0xec, 0x89, 0xe2, 0x20, 0x20, 0x33, 0x2d, 0x6f, 0x78, 0xef, 0x80, 0x42, 0x80, 0x87, 0xbc, 0x96, 0x18, 0xbf, 0x3b, 0x9c, 0x43, 0xac, 0x00, 0x8c, 0x6d, 0xb4, 0x87, 0x54, 0xdf, 0xbe, 0xb1, 0x63, 0xc7, 0x8e, 0xfe, 0x8a, 0x06, 0x08, 0xb9, 0x06, 0x48, 0x76, 0x2d, 0x9e, 0x1b, 0xce, 0x00, 0xb8, 0x61, 0x21, 0x09, 0x39, 0xd3, 0x32, 0x51, 0xc3, 0x58, 0x81, 0x28, 0x00, 0x71, 0x00, 0x89, 0xa0, 0x45, 0x20, 0xcd, 0x01, 0x55, 0xb0, 0xc7, 0xdf, 0x38, 0xce, 0xf6, 0x03, 0x7b, 0x54, 0x82, 0x36, 0x30, 0x12, 0x7c, 0xfc, 0x70, 0x49, 0xc2, 0x2b, 0x65, 0x06, 0xe8, 0xf0, 0x5c, 0xc8, 0xf3, 0x7f, 0xed, 0xb5, 0xd7, 0x3c, 0x1a, 0x03, 0xd0, 0x89, 0x35, 0x9a, 0x34, 0xd6, 0xd1, 0x27, 0x78, 0xb3, 0xf0, 0xfb, 0x72, 0x71, 0x3c, 0x66, 0x52, 0x53, 0x1b, 0x80, 0x11, 0xd0, 0x17, 0xfc, 0x0e, 0xdf, 0x07, 0xef, 0x0f, 0x9f, 0x51, 0x4a, 0x11, 0xce, 0x03, 0x43, 0x38, 0xae, 0x50, 0xf7, 0xba, 0x5e, 0x31, 0xcd, 0x1f, 0x0f, 0x1d, 0x3a, 0xd4, 0x57, 0x52, 0x0c, 0xc0, 0x2f, 0x3e, 0x55, 0x06, 0x08, 0x22, 0xa0, 0x54, 0x19, 0x20, 0x4c, 0xd2, 0x3e, 0xd1, 0x31, 0xbc, 0x6c, 0x48, 0x5d, 0xd8, 0x08, 0xd8, 0x20, 0x15, 0xd1, 0x07, 0x10, 0x7a, 0xb6, 0x31, 0x13, 0x3f, 0xa2, 0x07, 0xcc, 0x80, 0xb4, 0x47, 0x92, 0xda, 0x6d, 0xb7, 0xdd, 0xa6, 0x09, 0x3c, 0x51, 0x80, 0x0c, 0x69, 0x0a, 0x60, 0x52, 0xb8, 0x47, 0x01, 0xc7, 0xf8, 0x99, 0x20, 0xe9, 0x41, 0xe8, 0x30, 0x60, 0xcd, 0x8c, 0x57, 0x30, 0x01, 0x08, 0x57, 0xbe, 0x57, 0xd6, 0x58, 0x26, 0x1c, 0xc2, 0x35, 0xb0, 0x0b, 0x60, 0x13, 0xf0, 0x79, 0xfe, 0x0d, 0xe4, 0x58, 0xe1, 0x37, 0x8c, 0xf5, 0xda, 0x66, 0xab, 0x77, 0x7e, 0x97, 0x82, 0x4a, 0x4f, 0x29, 0x46, 0xbc, 0x50, 0x92, 0x1a, 0xc0, 0x74, 0x83, 0x96, 0x3a, 0x03, 0xe4, 0xea, 0x5a, 0x9e, 0x73, 0x8c, 0x3a, 0x9a, 0x90, 0xc8, 0x18, 0x27, 0x48, 0x69, 0x26, 0x50, 0x3f, 0x6f, 0x59, 0x22, 0xe2, 0x67, 0x29, 0x0e, 0x98, 0x01, 0x37, 0x26, 0x26, 0xab, 0x60, 0x03, 0x7c, 0x49, 0x67, 0xad, 0x2e, 0xf8, 0xfc, 0x61, 0x1b, 0x60, 0x02, 0x10, 0x08, 0x92, 0x1b, 0x34, 0x0e, 0x18, 0x01, 0x4c, 0xc4, 0x51, 0x6d, 0x2e, 0x19, 0x89, 0xdf, 0x05, 0x14, 0x93, 0x2b, 0x7b, 0xe2, 0x38, 0x07, 0xcd, 0x4c, 0x37, 0x29, 0x2f, 0x3e, 0x62, 0xba, 0x49, 0x39, 0x92, 0xcc, 0xf3, 0x2e, 0x38, 0xd4, 0xa2, 0x8e, 0x7d, 0x4d, 0x19, 0xea, 0xaf, 0x28, 0x26, 0xc8, 0x6a, 0xd2, 0x71, 0xde, 0x6d, 0x80, 0x3b, 0xef, 0xbc, 0xf3, 0x1f, 0xd4, 0xc3, 0xfe, 0x35, 0xbf, 0xe4, 0xef, 0x7f, 0xff, 0xfb, 0x3a, 0x17, 0x3c, 0x99, 0x0d, 0x10, 0x44, 0x28, 0x7e, 0x36, 0x80, 0xbc, 0x56, 0xaa, 0xde, 0xb0, 0x49, 0xfb, 0x6c, 0xef, 0xc1, 0x3e, 0x79, 0xf6, 0xdf, 0xb3, 0x7b, 0x12, 0x7d, 0x06, 0x01, 0x82, 0x51, 0x40, 0x60, 0xd8, 0x40, 0x80, 0x9c, 0x90, 0x16, 0xf8, 0xf2, 0x13, 0x9c, 0x33, 0x05, 0x0d, 0xcf, 0x03, 0xc6, 0x44, 0x77, 0x14, 0x05, 0x93, 0x0d, 0x5a, 0x65, 0xcb, 0x96, 0x2d, 0xb1, 0x22, 0xc1, 0xc2, 0x26, 0xc0, 0x06, 0xc2, 0x86, 0x04, 0x67, 0x9b, 0x80, 0x37, 0x69, 0x0b, 0xc8, 0xcf, 0x60, 0x7a, 0x30, 0x27, 0xdb, 0x04, 0x2c, 0xd0, 0x30, 0xef, 0xe0, 0xc5, 0x17, 0x5f, 0x34, 0x1f, 0xb3, 0x5f, 0x3d, 0xd7, 0x5f, 0x3c, 0xf5, 0xd4, 0x53, 0x0f, 0x87, 0x56, 0x03, 0x28, 0xb5, 0xee, 0xc9, 0x06, 0x45, 0x9e, 0xbc, 0x5f, 0x20, 0x2c, 0x55, 0x02, 0xf2, 0xd3, 0x00, 0xf2, 0xda, 0x4c, 0x34, 0x40, 0x58, 0xaf, 0xf5, 0x2b, 0x26, 0x00, 0x86, 0x07, 0xa1, 0x41, 0x2a, 0x03, 0x83, 0x03, 0xa2, 0x20, 0xd6, 0x80, 0x3d, 0xa0, 0x14, 0x8e, 0xe3, 0x3c, 0xb4, 0x89, 0x59, 0x91, 0xcf, 0xdc, 0x64, 0x3a, 0x85, 0xb9, 0xc9, 0xdf, 0x96, 0xd1, 0x5e, 0xd8, 0x0c, 0xb0, 0x39, 0xe4, 0xca, 0x39, 0x60, 0x42, 0x18, 0xf3, 0xd0, 0x04, 0x80, 0x70, 0xf2, 0x99, 0xc1, 0x1c, 0x60, 0x04, 0xe9, 0x21, 0x62, 0x83, 0x9e, 0xd3, 0x37, 0xa4, 0x9b, 0x14, 0xcc, 0x82, 0xeb, 0xd0, 0x07, 0x59, 0xb0, 0x17, 0xfd, 0x9a, 0x3d, 0x7b, 0xb6, 0xf6, 0x8e, 0x89, 0xfb, 0xe0, 0xe5, 0x6f, 0x51, 0x50, 0xc9, 0xda, 0xbf, 0x7f, 0xff, 0x8e, 0xd0, 0x32, 0x80, 0x84, 0x40, 0xc5, 0x66, 0x80, 0xb0, 0x49, 0x7b, 0x33, 0x47, 0x8a, 0x09, 0x33, 0x19, 0xe1, 0xca, 0xa5, 0x48, 0xfd, 0xbe, 0x23, 0xcf, 0xf9, 0x7d, 0xd7, 0x6f, 0xf3, 0xbb, 0xde, 0xdc, 0xf0, 0xdc, 0x70, 0x91, 0xa2, 0x49, 0x4d, 0x80, 0x73, 0x88, 0x2f, 0x80, 0x19, 0xe5, 0xdc, 0x01, 0x66, 0x5a, 0x30, 0x24, 0x5c, 0xaa, 0xf2, 0xfd, 0xb1, 0x71, 0xec, 0xe7, 0x26, 0x8d, 0x65, 0xc5, 0x36, 0xbb, 0xf6, 0x05, 0x9e, 0x1b, 0x46, 0x3a, 0xe0, 0x1b, 0x98, 0x40, 0x20, 0x01, 0x0c, 0xe4, 0x75, 0x8a, 0x09, 0x94, 0x39, 0xd2, 0xfe, 0xd4, 0xe1, 0xc3, 0x87, 0xa3, 0xa1, 0x66, 0x00, 0x3f, 0x1b, 0x20, 0x1d, 0x06, 0xe0, 0xc8, 0x68, 0x21, 0x18, 0x20, 0x97, 0xd7, 0x26, 0x22, 0xb0, 0x20, 0xa2, 0x34, 0x25, 0xb1, 0x1f, 0x91, 0x27, 0x63, 0x90, 0x64, 0x04, 0x9d, 0xea, 0x26, 0x9f, 0x1d, 0xf7, 0x85, 0x9d, 0x82, 0x98, 0x00, 0xa6, 0x37, 0xca, 0x31, 0x87, 0x0f, 0x1f, 0x84, 0x0b, 0x89, 0x2d, 0xc7, 0x03, 0x0c, 0x00, 0x6d, 0x00, 0x26, 0x90, 0xd7, 0xfb, 0xa5, 0x4f, 0x70, 0x22, 0x1d, 0x20, 0x17, 0xee, 0x23, 0xa3, 0xc9, 0xd0, 0x42, 0x4b, 0x96, 0x2c, 0xd1, 0x81, 0x39, 0xc3, 0x7d, 0xbc, 0x4e, 0xdd, 0xe7, 0x2a, 0xc5, 0x20, 0x7f, 0x52, 0xda, 0x60, 0x20, 0x34, 0x0c, 0xa0, 0x1e, 0x36, 0xa7, 0x1a, 0x20, 0x1d, 0x06, 0x28, 0x96, 0xb4, 0x0f, 0x22, 0x76, 0x3f, 0x82, 0x94, 0xc7, 0x82, 0x24, 0x7a, 0x32, 0xc2, 0xf7, 0x63, 0x0e, 0x13, 0xe6, 0x64, 0x4b, 0xf4, 0xe6, 0xbd, 0xd8, 0x40, 0x85, 0xa7, 0x86, 0x33, 0x47, 0xb9, 0x01, 0xaf, 0xa3, 0x41, 0x1b, 0x98, 0xef, 0xca, 0xcf, 0x4d, 0x1a, 0x64, 0x1c, 0x83, 0x2e, 0x00, 0x89, 0xa4, 0x9b, 0x14, 0xbf, 0x8d, 0xcf, 0xa8, 0x3a, 0xcd, 0xb3, 0xd5, 0x44, 0x43, 0x05, 0xe3, 0xcd, 0x8a, 0x09, 0x1e, 0x57, 0x4c, 0xd0, 0x55, 0xf2, 0x10, 0xc8, 0x8f, 0xd8, 0xf2, 0xc5, 0x00, 0xd9, 0x5c, 0x9b, 0x2a, 0x7c, 0x48, 0x05, 0xa2, 0xa4, 0x03, 0x59, 0x72, 0x71, 0x7d, 0x3a, 0x84, 0xef, 0xf7, 0xbc, 0xb0, 0x3d, 0xb0, 0x00, 0x06, 0xea, 0xa4, 0xca, 0xc0, 0x15, 0x7c, 0xf8, 0x20, 0x5e, 0x30, 0x89, 0xe9, 0x26, 0x05, 0x41, 0xc3, 0xf1, 0x21, 0xbd, 0x5a, 0x41, 0xe9, 0x13, 0x60, 0x14, 0xdc, 0x87, 0x27, 0xf1, 0x58, 0x6e, 0x39, 0x48, 0x4b, 0xa7, 0x6b, 0xc0, 0xcb, 0x24, 0x6b, 0x34, 0xa9, 0x86, 0xc5, 0xda, 0xee, 0x9e, 0x3b, 0x77, 0xee, 0xa3, 0x8a, 0x11, 0x3b, 0x43, 0xc1, 0x00, 0x32, 0x19, 0x0e, 0x0c, 0xc0, 0xb3, 0x8b, 0x72, 0xc9, 0x00, 0x7c, 0x6d, 0xa1, 0x18, 0x20, 0x48, 0xc2, 0xa7, 0x43, 0xd4, 0xe6, 0xb5, 0x89, 0xec, 0x9d, 0x44, 0x38, 0x5d, 0xde, 0x2f, 0x1d, 0x46, 0x4c, 0xd4, 0x2f, 0x3f, 0x2d, 0x13, 0xc4, 0x28, 0x20, 0x4e, 0xd8, 0x05, 0x48, 0xb3, 0x90, 0xc9, 0x72, 0xf0, 0xef, 0xc3, 0x58, 0x06, 0x6e, 0x97, 0x4c, 0x80, 0xcf, 0x80, 0x49, 0x9c, 0xce, 0x61, 0x46, 0xbb, 0xcd, 0x80, 0x19, 0xa7, 0x64, 0xc3, 0x4d, 0xca, 0x4c, 0xc2, 0x0d, 0xc2, 0x14, 0x8c, 0x01, 0x86, 0x93, 0x31, 0x3c, 0x75, 0x8f, 0x3b, 0x94, 0x96, 0xd8, 0xaa, 0xec, 0x85, 0x9e, 0xa2, 0x32, 0x80, 0x7a, 0x88, 0x51, 0x5e, 0x20, 0x3f, 0x06, 0x48, 0x95, 0x00, 0x73, 0xc1, 0x00, 0xd9, 0x40, 0x1b, 0x3f, 0x02, 0x48, 0xb6, 0xf7, 0x23, 0xb8, 0xa0, 0x75, 0xd3, 0x32, 0x85, 0x49, 0xa9, 0x7c, 0x37, 0x5d, 0x2f, 0x50, 0x10, 0x33, 0x99, 0xcf, 0x8f, 0xeb, 0x41, 0x98, 0x88, 0x15, 0x20, 0xbb, 0x55, 0xce, 0xec, 0x82, 0xa4, 0x87, 0xb1, 0x0c, 0xc8, 0x02, 0x42, 0x95, 0x09, 0x73, 0x60, 0x02, 0x9e, 0x97, 0x20, 0xc7, 0x82, 0x53, 0x2c, 0x24, 0x23, 0x70, 0x36, 0x29, 0x7e, 0x47, 0xce, 0xad, 0x86, 0xd7, 0x09, 0x01, 0x44, 0xd0, 0x81, 0x9c, 0x7b, 0xa1, 0x5a, 0xab, 0xfa, 0xce, 0x4a, 0x05, 0x85, 0xfe, 0x35, 0x54, 0x36, 0x00, 0x96, 0xcb, 0xc9, 0x96, 0x01, 0xe4, 0xf1, 0x7c, 0x33, 0x40, 0x22, 0x82, 0x4e, 0x76, 0x2e, 0x48, 0xaa, 0x67, 0x0a, 0x91, 0x24, 0x61, 0xa6, 0x63, 0x23, 0xa4, 0x03, 0x8f, 0x52, 0x21, 0x7a, 0xf9, 0x0c, 0xf2, 0x39, 0x41, 0xb4, 0xc8, 0xf3, 0x82, 0x16, 0x90, 0x6e, 0x52, 0xc0, 0x18, 0xa4, 0x5c, 0xc3, 0x5e, 0x00, 0x01, 0x9b, 0x31, 0x04, 0x10, 0xba, 0xc4, 0xf2, 0xb8, 0x17, 0xde, 0xab, 0x69, 0x1c, 0xb3, 0x9b, 0x54, 0x87, 0x83, 0x67, 0xcf, 0xd6, 0xf7, 0x43, 0xf2, 0x1c, 0x60, 0x18, 0xe6, 0x5c, 0x23, 0x52, 0x2d, 0x27, 0xdd, 0x23, 0x98, 0xac, 0xce, 0xef, 0x55, 0xc7, 0x3e, 0x2c, 0x1a, 0x03, 0x28, 0xf5, 0xe7, 0x49, 0x85, 0x28, 0x34, 0x03, 0xe4, 0xc2, 0x90, 0xf5, 0x83, 0x20, 0x41, 0x0c, 0x12, 0xc4, 0x3c, 0x89, 0xf0, 0x75, 0x22, 0xa2, 0x0b, 0x92, 0xea, 0xa9, 0x18, 0xcb, 0xb9, 0xf6, 0xfe, 0x98, 0xae, 0xda, 0xa0, 0x71, 0xe1, 0xbc, 0x22, 0xd3, 0x4d, 0x0a, 0x26, 0xe0, 0xe8, 0xb6, 0x1c, 0x2f, 0x5c, 0x0b, 0x57, 0xa9, 0xe9, 0x26, 0x35, 0xe7, 0x16, 0x70, 0x56, 0x2c, 0xb0, 0x3f, 0x62, 0x0e, 0xb2, 0xd4, 0x0c, 0xce, 0x21, 0x7f, 0x08, 0x8c, 0x87, 0xd4, 0x72, 0x71, 0x8f, 0x65, 0x4a, 0x0b, 0xfc, 0x2a, 0x88, 0x3e, 0x8b, 0xbe, 0x4e, 0x30, 0x3a, 0x28, 0xd3, 0x62, 0x93, 0x35, 0xe9, 0x3d, 0x30, 0x19, 0x20, 0xed, 0x30, 0x78, 0x82, 0x84, 0xbb, 0x44, 0x84, 0x9f, 0xec, 0x58, 0x10, 0x71, 0xf8, 0xc1, 0xa0, 0x64, 0x7b, 0x10, 0x41, 0xa2, 0xf3, 0x92, 0x61, 0x4d, 0xe6, 0x4d, 0x36, 0xf6, 0xa9, 0x8c, 0x8d, 0x84, 0x2c, 0xf2, 0x77, 0x2c, 0xb7, 0x36, 0xa9, 0x35, 0x6a, 0x2c, 0xf1, 0x19, 0x4b, 0x23, 0xa1, 0x48, 0xc0, 0xaf, 0x7f, 0xfd, 0x6b, 0x8f, 0x87, 0xe8, 0xd1, 0x47, 0x1f, 0xa5, 0xeb, 0xaf, 0xbf, 0xde, 0x33, 0x17, 0x1b, 0xf7, 0x04, 0x13, 0xa0, 0xd2, 0x1e, 0x20, 0x14, 0x27, 0xf2, 0xb1, 0xdb, 0x93, 0xd3, 0x23, 0x30, 0x16, 0x70, 0x81, 0xe2, 0xbe, 0x7c, 0x8d, 0x4c, 0xe0, 0x83, 0x06, 0x42, 0xed, 0xd1, 0xbd, 0x7b, 0xf7, 0xba, 0x06, 0xb9, 0xba, 0xe6, 0xb2, 0x5b, 0x6f, 0xbd, 0x75, 0xc3, 0xb6, 0x6d, 0xdb, 0x30, 0x9f, 0xc0, 0x2e, 0x06, 0x04, 0xba, 0x4d, 0xed, 0xae, 0xe0, 0xbf, 0x61, 0x2c, 0x41, 0x7d, 0xc9, 0xc1, 0x4a, 0x77, 0x33, 0x27, 0x5f, 0x67, 0x72, 0x0f, 0xbf, 0x2d, 0x93, 0x94, 0x81, 0x20, 0x9c, 0x1f, 0xf4, 0x39, 0x15, 0x66, 0xc8, 0xc4, 0xab, 0x14, 0x64, 0x2f, 0x64, 0xe2, 0x21, 0x0a, 0x92, 0xfa, 0x89, 0x98, 0xdf, 0x6f, 0x8f, 0x39, 0xcf, 0x20, 0x58, 0x78, 0x88, 0x24, 0x13, 0x20, 0xcd, 0x1a, 0xc6, 0xaf, 0xb9, 0x7c, 0x12, 0x88, 0x1d, 0xda, 0xc1, 0x74, 0x93, 0xb2, 0x87, 0x08, 0x92, 0x5f, 0x2e, 0xba, 0xc1, 0x82, 0x46, 0x0a, 0x41, 0xd8, 0x04, 0x80, 0x60, 0x12, 0x0a, 0xa9, 0xe7, 0x39, 0xa9, 0xfe, 0xde, 0x41, 0x3e, 0xa9, 0x3f, 0x85, 0x80, 0x40, 0x57, 0xaa, 0x0e, 0x5c, 0xcb, 0x7f, 0xa3, 0x83, 0xeb, 0xd6, 0xad, 0xcb, 0x78, 0xc2, 0x73, 0xaa, 0x44, 0x9b, 0xa9, 0x86, 0x4a, 0x24, 0xfd, 0xcd, 0x17, 0xec, 0x67, 0x2c, 0xa6, 0xfa, 0x39, 0x48, 0xdb, 0xa4, 0x43, 0x64, 0x89, 0x02, 0x5f, 0xe9, 0x32, 0x42, 0x22, 0xfb, 0x26, 0x1d, 0x83, 0xdf, 0x1c, 0x4f, 0x48, 0x6b, 0x64, 0x9f, 0x22, 0x55, 0x02, 0x18, 0x9d, 0x1b, 0x0c, 0x65, 0x4c, 0xf8, 0xe1, 0x92, 0xe9, 0x7c, 0x7d, 0x90, 0x9b, 0x14, 0xc7, 0xc0, 0x50, 0x66, 0x03, 0x84, 0x36, 0x2b, 0x60, 0x80, 0x09, 0x64, 0xde, 0x90, 0xa2, 0x93, 0xf3, 0x0a, 0x06, 0x6d, 0x2d, 0x0a, 0x03, 0x28, 0x09, 0xd0, 0xa8, 0x76, 0xf7, 0xf2, 0xdf, 0x98, 0xed, 0x04, 0xf5, 0xc7, 0x11, 0xbe, 0x30, 0xb4, 0x54, 0x09, 0x3e, 0x5d, 0x22, 0x4f, 0x44, 0xfc, 0x99, 0xfe, 0x4e, 0x2a, 0x44, 0x99, 0xaa, 0x46, 0x48, 0xa6, 0x01, 0x92, 0xfd, 0x56, 0xb2, 0x63, 0xdc, 0x80, 0xd5, 0xa1, 0xf9, 0x31, 0xdd, 0x51, 0xa6, 0x36, 0x43, 0x52, 0xe3, 0x18, 0x66, 0xc9, 0x49, 0x61, 0x66, 0xba, 0x49, 0xf1, 0x37, 0x3c, 0x3d, 0x89, 0x0a, 0x05, 0xc8, 0x94, 0x6e, 0x30, 0xc0, 0xe3, 0x8f, 0x3f, 0x2e, 0x4f, 0xf7, 0xab, 0xdf, 0xf9, 0x3f, 0x52, 0x8e, 0x16, 0xcc, 0x06, 0xe8, 0xe9, 0xe9, 0x79, 0x46, 0x0d, 0xc0, 0x71, 0xb8, 0x6c, 0xf1, 0x37, 0x54, 0xe1, 0x4f, 0x7f, 0xfa, 0x53, 0x6d, 0x08, 0x9b, 0xb9, 0xe4, 0xb9, 0x6a, 0xe9, 0x6a, 0x86, 0x54, 0xa0, 0x4b, 0x10, 0xc6, 0x0e, 0xf2, 0xd5, 0x67, 0x73, 0xaf, 0x54, 0xef, 0x91, 0x08, 0x62, 0xa5, 0x62, 0xa4, 0x27, 0x1b, 0x3f, 0xbf, 0x69, 0x9d, 0xd9, 0x7c, 0x86, 0x36, 0x40, 0x55, 0x09, 0x59, 0x42, 0x12, 0x0c, 0x01, 0x3b, 0xe1, 0x1b, 0xdf, 0xf8, 0x86, 0x9b, 0x48, 0xc7, 0x1e, 0x25, 0xa4, 0x86, 0x43, 0x4b, 0x70, 0x86, 0x6b, 0x50, 0x03, 0x4d, 0xc9, 0x72, 0x31, 0x3e, 0xd7, 0x0e, 0x1b, 0xc4, 0x6f, 0x8f, 0xe2, 0x84, 0x7c, 0xb6, 0xcd, 0x9b, 0x37, 0x6f, 0x51, 0x03, 0xf0, 0xff, 0x0a, 0xf5, 0x7b, 0xb9, 0x34, 0xd2, 0x93, 0x05, 0xa8, 0xd2, 0xf9, 0x6e, 0x2a, 0xf7, 0x2a, 0xd4, 0x77, 0x4d, 0x46, 0xcc, 0x55, 0x54, 0x3c, 0x95, 0xbf, 0xfd, 0x2a, 0x5c, 0xe0, 0xef, 0xaf, 0x7d, 0xed, 0x6b, 0x6e, 0x89, 0x49, 0x8e, 0x03, 0x60, 0x8f, 0xac, 0xd7, 0x64, 0x35, 0x93, 0xe4, 0xfc, 0x06, 0x18, 0xc0, 0xdf, 0xfa, 0xd6, 0xb7, 0x64, 0x3f, 0x5f, 0x7a, 0xfa, 0xe9, 0xa7, 0x6f, 0xe0, 0x3f, 0x05, 0x03, 0xd8, 0x05, 0xc1, 0x20, 0x4f, 0x3c, 0xf1, 0x04, 0xf0, 0xd7, 0x0f, 0x28, 0xb6, 0x7c, 0x55, 0xa5, 0x8d, 0xf1, 0x66, 0x46, 0xae, 0x99, 0x19, 0x1f, 0x78, 0xe0, 0x01, 0x6d, 0x20, 0xf3, 0x54, 0x4e, 0x9e, 0xcf, 0x0c, 0xcd, 0x61, 0x4e, 0xc4, 0xf7, 0xe0, 0x78, 0x03, 0x1a, 0xf9, 0x94, 0x58, 0xfc, 0x20, 0xe8, 0x59, 0x0a, 0x06, 0xc2, 0x15, 0x26, 0xfb, 0xef, 0x8e, 0x31, 0xbc, 0x63, 0xac, 0x32, 0x42, 0x3a, 0xd0, 0x2c, 0x99, 0x14, 0x4d, 0x57, 0x22, 0xfb, 0x39, 0x0e, 0xcc, 0xcf, 0x41, 0xce, 0x85, 0x44, 0x0e, 0x87, 0x54, 0x9e, 0x33, 0x55, 0x26, 0x40, 0xfb, 0xd3, 0x9f, 0xfe, 0xa4, 0xab, 0x51, 0xf0, 0x44, 0x79, 0x76, 0x85, 0x72, 0xc5, 0x69, 0x5e, 0x73, 0x4d, 0x12, 0xbf, 0x59, 0x2d, 0x0f, 0x5e, 0x27, 0xe3, 0xb7, 0xde, 0x10, 0xd2, 0x9f, 0xe4, 0xe7, 0x82, 0x2e, 0x90, 0xf1, 0xd8, 0x63, 0x8f, 0xed, 0x54, 0xbb, 0xeb, 0x6f, 0xb9, 0xe5, 0x96, 0x56, 0xd5, 0xa9, 0x25, 0xaa, 0x73, 0xf5, 0x69, 0xc2, 0x14, 0x4b, 0x75, 0x26, 0x82, 0xbd, 0x92, 0x0c, 0x55, 0xfc, 0x59, 0x6d, 0x11, 0xfc, 0x8d, 0xf1, 0x77, 0x8e, 0xf1, 0x86, 0xbf, 0xf5, 0x71, 0x79, 0x8c, 0x3f, 0xf3, 0x71, 0xe7, 0x1a, 0xf7, 0x1c, 0x7f, 0x76, 0xf6, 0xee, 0xb5, 0xea, 0x37, 0xdc, 0xef, 0x88, 0x6b, 0x2c, 0x79, 0x8c, 0xe9, 0xc0, 0xf9, 0xdb, 0x85, 0x99, 0x7c, 0x0f, 0x3e, 0x26, 0x02, 0x76, 0x96, 0x9f, 0x71, 0x66, 0xbc, 0x28, 0x89, 0x5b, 0x3d, 0x2f, 0x51, 0x11, 0x9c, 0xed, 0xbc, 0x64, 0x5b, 0x10, 0x61, 0xd4, 0xb8, 0xde, 0x76, 0xae, 0xe5, 0x1f, 0x8d, 0x3a, 0xdf, 0x8b, 0x8a, 0x7b, 0xd8, 0xce, 0xf1, 0xa8, 0xf8, 0xbe, 0xfc, 0xdb, 0xfd, 0x4e, 0x75, 0x75, 0xf5, 0x88, 0x03, 0x65, 0x86, 0xf9, 0xb8, 0xda, 0x46, 0xf8, 0x5a, 0x6c, 0xea, 0xdc, 0x88, 0xf8, 0x3d, 0x7e, 0x2e, 0xf7, 0x79, 0xf9, 0xf9, 0x14, 0xb4, 0x59, 0xa0, 0x08, 0xf8, 0x87, 0xea, 0xa3, 0xeb, 0xdf, 0x44, 0xcd, 0x22, 0x18, 0xc8, 0x98, 0xbe, 0x69, 0x06, 0x36, 0x93, 0xd9, 0x03, 0x48, 0x97, 0x40, 0xb1, 0x2f, 0x41, 0x33, 0x1d, 0xca, 0xe6, 0x78, 0xcc, 0x24, 0xfc, 0x82, 0x19, 0xc1, 0x7e, 0x4d, 0xe1, 0x31, 0x58, 0x41, 0xaf, 0x65, 0x79, 0x9b, 0x2a, 0x87, 0xe0, 0xe4, 0x9e, 0x3f, 0x47, 0x02, 0x3e, 0xcb, 0x63, 0x91, 0x04, 0xe7, 0xab, 0x1c, 0xa2, 0xab, 0x16, 0xd7, 0x58, 0xe2, 0x78, 0x95, 0xcf, 0x31, 0xfe, 0xdb, 0x32, 0xbe, 0x63, 0x6e, 0x24, 0xce, 0x99, 0x84, 0x6f, 0xf9, 0x10, 0xbd, 0xe5, 0xc3, 0x04, 0x92, 0x2a, 0xa2, 0x26, 0xa1, 0x1b, 0xd7, 0xb9, 0xc4, 0x2d, 0xfe, 0x36, 0xf7, 0x23, 0xc6, 0xb1, 0xa8, 0x38, 0x16, 0xf4, 0x79, 0xd8, 0x38, 0x36, 0x6c, 0x9c, 0x27, 0x1f, 0x26, 0xf4, 0x3b, 0xb6, 0x63, 0xcd, 0x9a, 0x35, 0xdb, 0xa7, 0x4d, 0x9b, 0xf6, 0x3b, 0xc5, 0x1c, 0x4b, 0xb8, 0x53, 0xa8, 0x41, 0x04, 0x63, 0x19, 0xf5, 0x43, 0xc1, 0x04, 0xa9, 0x38, 0x4b, 0xe0, 0x31, 0x42, 0xc1, 0x5d, 0xa3, 0xcc, 0xe2, 0xff, 0xdd, 0xb5, 0x6b, 0x57, 0x8f, 0x9f, 0xf4, 0x2f, 0x98, 0x11, 0x9c, 0x6f, 0x64, 0x21, 0x08, 0xae, 0xda, 0x20, 0x6a, 0x2b, 0x01, 0x53, 0x24, 0x62, 0x04, 0xf3, 0xfb, 0x56, 0xc0, 0x77, 0x2d, 0xe1, 0x4a, 0x96, 0x1a, 0xa0, 0x2a, 0x80, 0xf8, 0x83, 0x18, 0xc0, 0x8f, 0x09, 0x28, 0x40, 0x6a, 0xd9, 0x09, 0x88, 0x2b, 0x88, 0x19, 0xfc, 0x88, 0x5e, 0x12, 0xbb, 0x3c, 0x37, 0x62, 0x1c, 0x97, 0xdb, 0xb0, 0xb8, 0xd6, 0x24, 0xf8, 0x91, 0x04, 0xcf, 0x97, 0x94, 0x19, 0x96, 0x2e, 0x5d, 0xda, 0x3c, 0x67, 0xce, 0x9c, 0x7f, 0x56, 0x4c, 0xb0, 0x49, 0x76, 0x1c, 0xf0, 0xe6, 0xdb, 0xdf, 0xfe, 0xb6, 0xce, 0xf5, 0x49, 0xc4, 0x04, 0xd0, 0x18, 0x5b, 0xb7, 0x6e, 0xd5, 0xd2, 0x5f, 0x68, 0x8d, 0x13, 0x5d, 0x5d, 0x5d, 0x6b, 0x95, 0x46, 0x39, 0x17, 0xa0, 0x41, 0xcb, 0x82, 0x01, 0x82, 0x98, 0x21, 0x11, 0xe1, 0x56, 0xf9, 0x48, 0x6f, 0x49, 0xd4, 0xd5, 0x09, 0x88, 0xdd, 0x32, 0xee, 0x91, 0x48, 0xea, 0x47, 0x02, 0x88, 0x3e, 0x92, 0x02, 0xd1, 0x07, 0x22, 0x41, 0x1f, 0x2d, 0x11, 0x75, 0x3e, 0x47, 0x13, 0x48, 0x7f, 0x4a, 0xa2, 0x09, 0xa2, 0x09, 0xb4, 0x80, 0x6d, 0x10, 0x3a, 0xef, 0xed, 0x04, 0x84, 0x9e, 0x32, 0xf1, 0xf3, 0xbe, 0xad, 0xad, 0xad, 0x66, 0xd5, 0xaa, 0x55, 0xff, 0x53, 0x11, 0xfa, 0x57, 0xcd, 0x4e, 0x63, 0xce, 0x01, 0xca, 0xb8, 0x20, 0x01, 0x4e, 0x06, 0xbe, 0xa0, 0x25, 0x30, 0x2b, 0x0d, 0x2b, 0x50, 0x1a, 0xc6, 0x2f, 0xee, 0xfb, 0x85, 0x6d, 0xdb, 0xb6, 0x3d, 0x13, 0x44, 0xfc, 0xe5, 0xc8, 0x00, 0xc9, 0x18, 0x22, 0x08, 0xce, 0x48, 0x62, 0x35, 0x99, 0xc4, 0x8f, 0x11, 0x82, 0xfe, 0x26, 0x1f, 0x86, 0x08, 0x22, 0xf8, 0x44, 0x4c, 0x60, 0x42, 0x1e, 0x3f, 0x1f, 0xb6, 0x9d, 0xe0, 0xb3, 0x09, 0x41, 0xa2, 0x01, 0x1a, 0xc0, 0xf6, 0x91, 0xf2, 0x64, 0xfc, 0x3d, 0x22, 0x18, 0xc0, 0x36, 0xe0, 0x57, 0x22, 0x62, 0x4f, 0x55, 0x1b, 0x8c, 0xda, 0xdf, 0x74, 0xd3, 0x4d, 0x3f, 0x52, 0xc6, 0xed, 0x0f, 0xfd, 0xe8, 0x13, 0xc4, 0xcf, 0x4b, 0xb8, 0x22, 0xa6, 0x10, 0x50, 0x4c, 0x6c, 0x44, 0x61, 0xff, 0xbf, 0x52, 0x50, 0xfb, 0xd7, 0x41, 0x84, 0x3f, 0x56, 0x18, 0xc0, 0xaf, 0xbf, 0xc9, 0x88, 0xdf, 0x4a, 0x20, 0xf5, 0xcd, 0x63, 0x56, 0xc0, 0xf7, 0xcd, 0xcf, 0x14, 0x00, 0x83, 0x82, 0xf0, 0x3f, 0x25, 0x61, 0x00, 0x3f, 0x22, 0x33, 0x09, 0xd3, 0x94, 0xfe, 0x26, 0x81, 0x53, 0x80, 0x06, 0x30, 0xb5, 0x01, 0x05, 0x10, 0x91, 0x9d, 0xc6, 0xe7, 0xb4, 0xf7, 0xca, 0x00, 0xbe, 0x4b, 0x11, 0xfb, 0xdf, 0x4b, 0xe3, 0x38, 0x45, 0x47, 0x49, 0x87, 0xda, 0xfd, 0xa5, 0x22, 0xfe, 0x47, 0x12, 0x11, 0xfe, 0x58, 0x65, 0x80, 0x44, 0x4c, 0xe1, 0x27, 0xd9, 0x83, 0x8c, 0x5b, 0x3f, 0xbc, 0xef, 0xa7, 0x01, 0x28, 0x89, 0x1d, 0x90, 0xe9, 0x3b, 0xb0, 0x0d, 0x2d, 0x61, 0xfb, 0x9c, 0x8b, 0x06, 0x30, 0x83, 0x69, 0x1b, 0x8c, 0xf8, 0xdc, 0x83, 0x12, 0x48, 0xce, 0x7c, 0x30, 0x82, 0xef, 0xb9, 0x8d, 0x1b, 0x37, 0xce, 0x6c, 0x6c, 0x6c, 0xfc, 0xb9, 0xb2, 0x0b, 0xee, 0x4e, 0xc1, 0x61, 0x83, 0x7e, 0xfc, 0x4e, 0x69, 0x86, 0x1f, 0x3c, 0xf9, 0xe4, 0x93, 0xa7, 0xd2, 0x79, 0xf9, 0x95, 0x96, 0x3a, 0x73, 0x04, 0x61, 0xfe, 0x48, 0x82, 0x6b, 0xcd, 0x78, 0x4b, 0x90, 0x46, 0xb0, 0x0c, 0xe9, 0xef, 0xe7, 0x0d, 0x4a, 0x44, 0x64, 0xd1, 0x00, 0x02, 0x8b, 0x06, 0x60, 0xef, 0x74, 0x19, 0x2e, 0x5b, 0x46, 0xc8, 0x18, 0x2e, 0x5d, 0x73, 0xcd, 0x35, 0xb3, 0x1a, 0x1a, 0x1a, 0xbe, 0xae, 0xa4, 0xfb, 0x46, 0x8a, 0xcd, 0x2d, 0x69, 0x71, 0xdc, 0xaa, 0xa7, 0xd5, 0xb1, 0xdd, 0x6a, 0x7b, 0x41, 0x69, 0x8b, 0xdf, 0x3e, 0xfe, 0xf8, 0xe3, 0xc7, 0x33, 0x79, 0xc1, 0x95, 0x96, 0x7d, 0x8b, 0xf8, 0xec, 0xad, 0x00, 0x1b, 0xc0, 0x4a, 0x80, 0xfd, 0x13, 0xb9, 0x43, 0xfd, 0x08, 0xc6, 0xef, 0x9c, 0x95, 0xe5, 0xfb, 0xb6, 0xf3, 0xcc, 0x08, 0xd9, 0xda, 0x0b, 0x94, 0x40, 0x63, 0x51, 0x85, 0x01, 0xc2, 0xa3, 0x39, 0x52, 0x25, 0xf2, 0x64, 0xc7, 0x28, 0x85, 0x73, 0xb9, 0x20, 0xfc, 0x52, 0x61, 0x84, 0xbc, 0xbc, 0xa8, 0x4a, 0x2b, 0x3c, 0x53, 0xe4, 0x9b, 0xf0, 0x73, 0xfd, 0x6e, 0xed, 0x14, 0x8f, 0xe7, 0xd2, 0x46, 0x28, 0xd8, 0x4b, 0xa9, 0xb4, 0x70, 0x31, 0x46, 0x3a, 0x4c, 0x51, 0xe8, 0xf7, 0x99, 0x4f, 0x46, 0x28, 0x78, 0xfb, 0xff, 0x1c, 0x7e, 0xc3, 0x82, 0xee, 0xd1, 0x7b, 0x26, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int edit_find_192_png_len = 15547; unsigned char go_bottom_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x47, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x42, 0x6f, 0x74, 0x74, 0x6f, 0x6d, 0xaa, 0x9a, 0x48, 0x66, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x1c, 0x76, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x79, 0x70, 0x1c, 0xf7, 0x95, 0xdf, 0x3f, 0xaf, 0x7b, 0x70, 0x83, 0x87, 0x40, 0x12, 0xa4, 0x48, 0x11, 0xbc, 0x6d, 0x51, 0x26, 0x69, 0xc9, 0xa6, 0x4e, 0xea, 0x5a, 0x4b, 0xb2, 0xbd, 0xde, 0x5d, 0x49, 0x96, 0x56, 0xb2, 0x57, 0x76, 0x2a, 0x5b, 0xe5, 0xca, 0x66, 0x93, 0xda, 0x4a, 0x25, 0x95, 0xb5, 0x2b, 0x49, 0xa5, 0x52, 0xda, 0x4a, 0x52, 0xd9, 0x12, 0xa9, 0xcd, 0xa6, 0x92, 0x6c, 0xaa, 0xb6, 0x2a, 0xb5, 0xb6, 0xa5, 0xc4, 0x8e, 0x25, 0x53, 0xd2, 0x5a, 0xc7, 0xea, 0xb2, 0x28, 0x8b, 0x00, 0x25, 0x59, 0xb2, 0x24, 0x5b, 0x12, 0x45, 0x52, 0xbc, 0x00, 0x10, 0x20, 0x09, 0xf0, 0x00, 0x08, 0x60, 0x80, 0x39, 0x7e, 0x2f, 0x7f, 0x74, 0xf7, 0xf4, 0xaf, 0x7b, 0x7a, 0xc0, 0x01, 0x08, 0x80, 0x33, 0xf4, 0x3c, 0xd6, 0x10, 0xd3, 0xdd, 0xbf, 0xfe, 0x4d, 0x77, 0xbf, 0xf7, 0xbe, 0xef, 0xf8, 0xfd, 0xfa, 0xf7, 0xa0, 0x46, 0x35, 0xaa, 0x51, 0x8d, 0x6a, 0x54, 0xa3, 0x1a, 0xd5, 0xa8, 0x46, 0x35, 0xaa, 0x51, 0x8d, 0x6a, 0x54, 0xa3, 0x1a, 0xd5, 0xa8, 0x46, 0x35, 0xaa, 0x51, 0x8d, 0x6a, 0x54, 0xa3, 0x1a, 0xd5, 0xa8, 0x46, 0x97, 0x2c, 0x49, 0x25, 0x5e, 0xd4, 0xf5, 0xff, 0x8e, 0xa5, 0x75, 0x39, 0xe7, 0x3f, 0xaa, 0xb2, 0xb0, 0x8a, 0x9f, 0xac, 0x3a, 0xc8, 0x8f, 0xde, 0x78, 0x24, 0xff, 0x74, 0x25, 0x5f, 0x66, 0xaa, 0x12, 0x2f, 0xca, 0xcd, 0x38, 0xff, 0x4a, 0x85, 0x7f, 0x52, 0xd5, 0xaa, 0xa5, 0x60, 0x54, 0xbf, 0x06, 0xcc, 0xab, 0xe4, 0xcb, 0x74, 0x2a, 0x52, 0x79, 0x84, 0xd6, 0x4b, 0x04, 0x5f, 0x2b, 0xfe, 0x3e, 0x52, 0x95, 0x7e, 0x81, 0x7f, 0xf1, 0x9d, 0xef, 0x93, 0x72, 0x53, 0xa8, 0x1a, 0xd4, 0x57, 0x2d, 0x55, 0x45, 0xd1, 0xd8, 0x77, 0x50, 0xf5, 0xf7, 0xf9, 0xfb, 0x01, 0x8c, 0x9a, 0xc2, 0x3e, 0x62, 0x6d, 0xed, 0xf6, 0xc1, 0x31, 0xfb, 0x5c, 0xc5, 0xf8, 0xfb, 0x89, 0x9d, 0x1f, 0xfe, 0xae, 0xaa, 0x92, 0xd7, 0x5c, 0xe4, 0x9a, 0x77, 0xbf, 0xff, 0x02, 0x1f, 0xee, 0x7f, 0xb7, 0x2a, 0x64, 0xd4, 0xa9, 0x26, 0x75, 0x9a, 0x8a, 0xf3, 0x22, 0x7e, 0x0b, 0x11, 0x99, 0xb2, 0xdb, 0x23, 0x85, 0x36, 0xd3, 0x73, 0x91, 0x02, 0x21, 0xab, 0x06, 0x4a, 0x55, 0x0b, 0xdb, 0x33, 0xf9, 0x71, 0x86, 0xc6, 0x07, 0x42, 0x4d, 0x55, 0x63, 0xfd, 0x05, 0x54, 0x31, 0x28, 0xf8, 0xdb, 0x85, 0xe3, 0xfe, 0x3e, 0x13, 0x43, 0x87, 0xe0, 0x38, 0x09, 0xdb, 0x41, 0xdb, 0x02, 0x7a, 0x58, 0xda, 0x1e, 0xb6, 0x09, 0xd0, 0xc1, 0x90, 0xcb, 0x67, 0x69, 0xac, 0x6b, 0x61, 0x71, 0xeb, 0xca, 0xaa, 0xb3, 0x52, 0xa9, 0x6a, 0xb9, 0xd0, 0xd1, 0xcc, 0x59, 0xf6, 0x9d, 0x78, 0x13, 0xa3, 0x06, 0xc5, 0xa0, 0x6a, 0x0a, 0x0c, 0x32, 0x6a, 0x50, 0xd5, 0xd8, 0xb6, 0x7d, 0x3c, 0x3f, 0xc9, 0x31, 0x6f, 0x5b, 0xd5, 0x60, 0x7c, 0xc8, 0x0f, 0x7e, 0x23, 0x3c, 0xa6, 0x18, 0x8c, 0x25, 0x28, 0xa6, 0x20, 0x00, 0x79, 0xcd, 0x91, 0xcd, 0x4f, 0xd0, 0x3e, 0x6f, 0x15, 0xb7, 0xad, 0xff, 0x23, 0x1f, 0x02, 0xaa, 0x07, 0x01, 0x1c, 0xaa, 0x98, 0x24, 0x6e, 0x16, 0x44, 0xca, 0x6e, 0x3b, 0xd5, 0x36, 0xa5, 0x8e, 0x05, 0xfe, 0x82, 0x54, 0x66, 0x44, 0x7d, 0xe9, 0xfa, 0x00, 0x65, 0xd9, 0xf2, 0xc9, 0x04, 0x42, 0x64, 0x46, 0x85, 0xaf, 0x5a, 0x7d, 0x80, 0xaa, 0x46, 0x80, 0xe9, 0x0b, 0x4f, 0x72, 0xec, 0x39, 0x9d, 0xd3, 0x03, 0x66, 0xd7, 0x10, 0x60, 0x0e, 0x99, 0x27, 0x17, 0xaa, 0xfd, 0x33, 0xca, 0x2c, 0x2d, 0x69, 0x16, 0x6a, 0x02, 0x30, 0x47, 0x3a, 0x7c, 0x31, 0xb5, 0xaf, 0xc0, 0x6c, 0xa9, 0x21, 0xc0, 0x6f, 0x9f, 0xd9, 0x28, 0x61, 0xef, 0x6b, 0x3e, 0xc0, 0x6f, 0x13, 0xd5, 0xa2, 0x80, 0x4b, 0x96, 0xb3, 0x65, 0x69, 0x7f, 0xa2, 0xb6, 0xd7, 0x7c, 0x80, 0xb9, 0x65, 0xc7, 0xc5, 0x82, 0x5c, 0x55, 0x33, 0x63, 0x61, 0x65, 0x4d, 0x00, 0x2e, 0x40, 0x13, 0x27, 0x75, 0xce, 0x66, 0x51, 0x60, 0x8c, 0x25, 0x00, 0x35, 0x1f, 0x60, 0x4e, 0x45, 0x42, 0x67, 0x43, 0x9d, 0xa7, 0x2c, 0x83, 0x8a, 0xa9, 0x7a, 0x43, 0x57, 0xc5, 0x3e, 0x80, 0x4e, 0x01, 0x05, 0x66, 0x3e, 0x56, 0xd7, 0xc2, 0x60, 0x51, 0x71, 0xd4, 0x50, 0xcb, 0x03, 0xcc, 0x11, 0xc3, 0xe3, 0x48, 0x70, 0xa1, 0xb0, 0x3f, 0x25, 0x64, 0xf1, 0x07, 0x86, 0x6a, 0x08, 0x50, 0x61, 0xd0, 0x1f, 0x17, 0x82, 0xc9, 0xce, 0x99, 0x8a, 0xa6, 0xc6, 0xfb, 0x31, 0x9a, 0x8f, 0x65, 0x0d, 0xe4, 0x02, 0xbd, 0x96, 0x9a, 0x00, 0x94, 0xad, 0xf7, 0xe7, 0x67, 0xa2, 0x4e, 0x9b, 0xe1, 0x7a, 0x9e, 0x78, 0x23, 0xa0, 0xf8, 0x2c, 0xa0, 0x1a, 0x02, 0xcc, 0xa1, 0x28, 0x14, 0x69, 0xb9, 0x96, 0x36, 0x0f, 0x45, 0xc7, 0x8a, 0xda, 0x4e, 0x66, 0x5a, 0x4a, 0x0b, 0x92, 0x31, 0x31, 0x04, 0xa8, 0x85, 0x81, 0xb3, 0x0f, 0xfd, 0x36, 0x33, 0x83, 0xf9, 0x7c, 0xd1, 0x36, 0xc9, 0xcc, 0x3d, 0x9f, 0x59, 0x98, 0xd4, 0x4c, 0x24, 0xb4, 0x35, 0x9a, 0x9f, 0x1c, 0x29, 0x6a, 0x4e, 0xe0, 0x0c, 0x6b, 0xbe, 0x96, 0xcf, 0xbc, 0xd2, 0x8c, 0x99, 0x5c, 0xf3, 0xa7, 0xe2, 0x50, 0xe6, 0x4c, 0x36, 0x61, 0x6f, 0x0d, 0x01, 0xe6, 0xd0, 0x17, 0xd0, 0x29, 0x39, 0x82, 0x65, 0x0b, 0x4b, 0x59, 0xe7, 0x29, 0xc6, 0x5c, 0x1a, 0xf6, 0xbf, 0x3a, 0x9c, 0x40, 0xd5, 0x64, 0x3f, 0xc0, 0x9a, 0xbe, 0x3d, 0xb9, 0x5f, 0x30, 0x35, 0x4d, 0x0f, 0xa7, 0x84, 0x27, 0xef, 0xcf, 0xe5, 0x33, 0xe7, 0x8d, 0x46, 0x6a, 0x99, 0xc0, 0xd9, 0xf0, 0x02, 0x34, 0x3e, 0x9f, 0x9f, 0x32, 0xfd, 0x82, 0x32, 0xe0, 0x5d, 0xcb, 0xf4, 0x1d, 0x54, 0xc9, 0x9a, 0x4c, 0xe2, 0x15, 0xd6, 0x9c, 0xc0, 0x39, 0xcf, 0x03, 0x94, 0x76, 0x00, 0x4b, 0x3b, 0x8d, 0xd3, 0xc8, 0x17, 0x58, 0xbb, 0xb3, 0x66, 0xa2, 0xac, 0xe4, 0x4f, 0x2d, 0x13, 0x38, 0x2b, 0xf6, 0x5f, 0x6d, 0xf0, 0x2f, 0xc3, 0xa6, 0x27, 0x68, 0xb1, 0x6a, 0x49, 0x21, 0x9a, 0x4c, 0x08, 0x02, 0x01, 0xcb, 0xe6, 0xc6, 0x4b, 0x5e, 0x63, 0x6d, 0x3e, 0xc0, 0xac, 0x6a, 0xfd, 0xe4, 0x1a, 0x3d, 0x99, 0xa6, 0x9f, 0x2f, 0x02, 0x88, 0x8f, 0xe9, 0x97, 0xca, 0x01, 0x4c, 0xe4, 0xc6, 0xca, 0xb6, 0xed, 0x35, 0x1f, 0x60, 0xd6, 0x9d, 0x42, 0xcb, 0x1f, 0x88, 0xbd, 0x17, 0x18, 0xdd, 0x5f, 0x82, 0xd1, 0x02, 0x88, 0x22, 0x42, 0xe1, 0x03, 0x1a, 0xfd, 0x8e, 0xd7, 0x06, 0x51, 0xf2, 0x26, 0x43, 0xce, 0x4c, 0x4c, 0x1a, 0xe9, 0x55, 0x2b, 0x02, 0xa4, 0xaa, 0x8c, 0xfd, 0x25, 0xe0, 0xbf, 0x84, 0xfd, 0x97, 0x20, 0x8f, 0xe0, 0x31, 0x17, 0xf1, 0xfc, 0x3d, 0x8f, 0x59, 0x52, 0x68, 0x23, 0x22, 0x88, 0x7a, 0xdb, 0x22, 0xe2, 0xf9, 0x84, 0xea, 0xed, 0x33, 0x18, 0x26, 0xf2, 0x63, 0xa1, 0x93, 0x27, 0x49, 0xb9, 0x89, 0xea, 0x4d, 0x04, 0xa5, 0xaa, 0x81, 0xe9, 0x71, 0xef, 0x3f, 0x09, 0xf2, 0x83, 0xb0, 0xd0, 0xd6, 0x66, 0x55, 0xdf, 0x3b, 0x17, 0x9f, 0xb9, 0x08, 0x42, 0x88, 0x0e, 0x22, 0x9e, 0x92, 0x87, 0xe7, 0x11, 0xe9, 0x43, 0x51, 0xc6, 0xb3, 0xc3, 0x20, 0xc6, 0x13, 0x94, 0xc2, 0xe5, 0x48, 0x01, 0x0d, 0x02, 0x39, 0x13, 0xc7, 0x13, 0x2b, 0xfd, 0x6d, 0x43, 0x80, 0xdb, 0x1f, 0x26, 0x95, 0x1b, 0xa7, 0x63, 0x46, 0x59, 0x9e, 0x67, 0x41, 0x29, 0x3f, 0x20, 0x11, 0xfe, 0x09, 0x35, 0xdc, 0x28, 0x1e, 0x8e, 0xab, 0xf7, 0xc7, 0x58, 0x08, 0x50, 0x60, 0x7c, 0xd0, 0x8b, 0x7a, 0x8c, 0xc3, 0xd2, 0x7e, 0x51, 0x7f, 0x1b, 0x48, 0x67, 0xcf, 0x61, 0xc8, 0xfb, 0xda, 0x6f, 0x99, 0x0f, 0x5b, 0xed, 0xfd, 0x43, 0x81, 0xa0, 0x15, 0x4c, 0x87, 0x4f, 0x37, 0xff, 0x1b, 0xd6, 0x4e, 0x72, 0xab, 0x67, 0x26, 0x7b, 0x0e, 0xe9, 0x46, 0x26, 0xde, 0x7d, 0x98, 0xb1, 0x8a, 0x16, 0x80, 0xcc, 0xa8, 0xfb, 0x8a, 0xa0, 0xb7, 0xcd, 0xaa, 0xcd, 0xd7, 0xe4, 0xb8, 0x5e, 0x00, 0x95, 0x80, 0xa1, 0x3e, 0xa3, 0x1d, 0x5f, 0x8b, 0x03, 0xc1, 0xf0, 0x5b, 0x7a, 0xe7, 0x84, 0x18, 0x20, 0x3e, 0x44, 0x04, 0x1a, 0x2f, 0x05, 0xed, 0xf7, 0x72, 0xfd, 0xa3, 0xd9, 0xb3, 0xe4, 0x35, 0x5b, 0x10, 0x2c, 0xcf, 0x7e, 0x44, 0x8c, 0xbe, 0x25, 0x45, 0xbe, 0x19, 0x91, 0x62, 0xf4, 0xd7, 0xbc, 0x73, 0x70, 0xba, 0xf7, 0xde, 0x38, 0x0a, 0xdb, 0xbe, 0x5b, 0xe4, 0x6c, 0xbc, 0x57, 0xd7, 0x6c, 0x6e, 0xdd, 0xf5, 0x30, 0x23, 0x15, 0xe1, 0x04, 0x0a, 0x7a, 0xe5, 0x6c, 0x31, 0x3f, 0x7c, 0xf8, 0x1a, 0x4b, 0x08, 0x69, 0xc4, 0x91, 0xc3, 0x82, 0x74, 0x4f, 0xc3, 0x35, 0x3c, 0x66, 0x3b, 0x7c, 0xf6, 0x7e, 0x1f, 0xe2, 0x45, 0x42, 0x67, 0x4f, 0x1c, 0xc8, 0x93, 0x65, 0x24, 0x7b, 0x1a, 0x43, 0x16, 0x71, 0xc2, 0x6b, 0x10, 0xc1, 0xdb, 0x76, 0x42, 0xc7, 0xd1, 0xfb, 0x2e, 0xde, 0xc7, 0x91, 0xc2, 0x35, 0x8b, 0x33, 0x8b, 0x86, 0x40, 0xb9, 0x66, 0x62, 0x98, 0x0d, 0x15, 0x83, 0x00, 0xaa, 0xf2, 0x1d, 0x11, 0x7d, 0x06, 0x70, 0x01, 0xd6, 0xad, 0xda, 0xc8, 0xd2, 0xb6, 0x15, 0x25, 0x7d, 0xa2, 0x88, 0xf3, 0x16, 0x4b, 0xbb, 0xda, 0x9e, 0xba, 0x03, 0xb8, 0x8d, 0xe0, 0x88, 0x13, 0x3d, 0x4f, 0xd4, 0x77, 0xe2, 0xc2, 0x75, 0x01, 0x3c, 0xc8, 0x95, 0x02, 0xbc, 0x1b, 0x0b, 0xe6, 0xc5, 0xce, 0x23, 0xd8, 0xce, 0x9e, 0x0d, 0xfd, 0xfe, 0xbf, 0xf1, 0xdc, 0x08, 0x63, 0x99, 0xe1, 0x10, 0x21, 0x6c, 0xc8, 0x8f, 0xc3, 0x3e, 0xea, 0xfb, 0x18, 0x71, 0x61, 0x85, 0x75, 0x6b, 0x36, 0xd0, 0xda, 0xb2, 0x00, 0xcd, 0x2b, 0x99, 0xdc, 0x78, 0x01, 0x28, 0xec, 0x7e, 0x14, 0xbc, 0x63, 0x89, 0xb3, 0xca, 0x0d, 0xb9, 0xbc, 0x97, 0x71, 0xcc, 0x66, 0xb2, 0x0c, 0x0c, 0x0e, 0x84, 0x16, 0x48, 0xf5, 0xc9, 0x3d, 0x7f, 0xc5, 0x7b, 0x15, 0x23, 0x00, 0x5d, 0x3b, 0xf2, 0xcf, 0xdd, 0xfc, 0x5d, 0xe7, 0x5f, 0x2b, 0xfc, 0x35, 0xc0, 0xd0, 0xd0, 0x19, 0xbe, 0xfd, 0xa5, 0x3f, 0xa7, 0xa5, 0x61, 0x7e, 0xc4, 0x67, 0x8f, 0x3a, 0x6f, 0xd6, 0x7e, 0x0d, 0x27, 0x57, 0x86, 0x4b, 0xb6, 0x58, 0x1e, 0xbf, 0x9d, 0xd3, 0x17, 0xeb, 0xec, 0x02, 0xe3, 0xf1, 0x61, 0xdd, 0xef, 0x03, 0x13, 0x81, 0x7f, 0xf5, 0xdb, 0x09, 0xe2, 0x2d, 0x1e, 0x21, 0x81, 0x83, 0x18, 0xec, 0xf7, 0x46, 0xf7, 0x46, 0xb2, 0x67, 0xc8, 0xe6, 0xc7, 0xc1, 0xb1, 0x78, 0xae, 0x45, 0x70, 0x67, 0xed, 0x17, 0x5b, 0xba, 0x70, 0x7c, 0x13, 0x00, 0xb0, 0xa1, 0x7d, 0x2b, 0xeb, 0xdb, 0x8b, 0xfb, 0x88, 0x0a, 0x82, 0xc6, 0x83, 0x89, 0x44, 0xff, 0xf7, 0x95, 0x77, 0x7e, 0xca, 0xc0, 0xc0, 0x40, 0x01, 0xfe, 0x9b, 0x55, 0xff, 0xb8, 0xe2, 0xf2, 0x00, 0xbb, 0xb7, 0x9b, 0xff, 0x06, 0xfc, 0x4f, 0x80, 0xc1, 0xb3, 0xc7, 0x79, 0xec, 0xc5, 0x47, 0xc9, 0xe6, 0x27, 0xca, 0x64, 0xbe, 0x46, 0x1c, 0x3d, 0x8d, 0x85, 0x7b, 0x41, 0x0f, 0xe2, 0xbb, 0xec, 0x12, 0xec, 0x71, 0x24, 0x12, 0xd3, 0x7b, 0xc7, 0x7c, 0x46, 0x0b, 0xa1, 0xe3, 0xe6, 0x58, 0xa6, 0xc1, 0x86, 0x74, 0xc7, 0xeb, 0x6f, 0x2c, 0x3f, 0xc4, 0xd0, 0xc4, 0x09, 0x72, 0x66, 0x22, 0x84, 0x73, 0x1b, 0xd6, 0x1d, 0xef, 0x6f, 0xb8, 0x3f, 0xc9, 0x0c, 0x04, 0x4f, 0x52, 0x0a, 0x82, 0x11, 0xf8, 0x15, 0x58, 0xc8, 0x20, 0xd8, 0xaf, 0x10, 0x5a, 0x4e, 0x63, 0x09, 0x7a, 0x67, 0xff, 0x2e, 0x3e, 0x3d, 0xbc, 0x37, 0x68, 0xde, 0xef, 0xe6, 0xcc, 0x3d, 0x2f, 0xed, 0x60, 0x74, 0x46, 0xcd, 0xec, 0x4c, 0x75, 0xf4, 0xc0, 0x03, 0xb8, 0xc7, 0x56, 0xcb, 0xd3, 0x82, 0xfc, 0x3e, 0xc0, 0xd6, 0x8d, 0xb7, 0x71, 0xff, 0xad, 0xff, 0xcc, 0x8f, 0xab, 0x95, 0xe3, 0xc3, 0x07, 0x19, 0x9e, 0x38, 0x15, 0x6a, 0x79, 0x7c, 0xc1, 0x25, 0x7f, 0xb9, 0x95, 0x50, 0x04, 0x8c, 0x05, 0xde, 0x86, 0x4c, 0x2e, 0xcd, 0xd9, 0xf1, 0x13, 0x00, 0xde, 0x4a, 0x1e, 0xc1, 0xf2, 0x30, 0xa2, 0x1e, 0xe8, 0x2b, 0xa8, 0x18, 0x3f, 0x57, 0xaf, 0x7e, 0x1b, 0x13, 0x2e, 0xef, 0x12, 0x2c, 0x15, 0xe3, 0x4d, 0xe9, 0x60, 0x2c, 0x3b, 0xc4, 0x68, 0xe6, 0x2c, 0x46, 0xf3, 0x21, 0xa3, 0x12, 0x34, 0x50, 0x4b, 0x24, 0x15, 0x35, 0xa6, 0xd2, 0x8d, 0xa9, 0x79, 0xcc, 0x6b, 0x58, 0x14, 0x9e, 0xe3, 0xff, 0xe7, 0x4a, 0x3d, 0x0e, 0x4e, 0xb8, 0xcf, 0x12, 0xfa, 0x94, 0x34, 0x14, 0x9c, 0x52, 0x57, 0xea, 0xd8, 0x7c, 0xf9, 0x6d, 0x38, 0x8e, 0x07, 0xca, 0x87, 0xfa, 0x3e, 0xe4, 0xe5, 0xdd, 0x4f, 0x07, 0x3f, 0x97, 0x36, 0x62, 0x6e, 0xdf, 0xf3, 0x08, 0x6f, 0xcf, 0xb8, 0x9f, 0x35, 0x93, 0x9d, 0x6d, 0xfb, 0x1e, 0xf3, 0x50, 0x67, 0x37, 0xb0, 0x05, 0xe0, 0x2b, 0x37, 0x7c, 0x93, 0xdb, 0x3f, 0x7f, 0x2f, 0x00, 0x39, 0x33, 0xc1, 0xaf, 0xfb, 0x5e, 0x67, 0x3c, 0x7b, 0xae, 0x88, 0xf9, 0xf6, 0x72, 0x2d, 0xc1, 0x53, 0x52, 0x09, 0x85, 0xa0, 0xb0, 0x7e, 0x8f, 0x58, 0x2b, 0x77, 0x49, 0xb8, 0x7e, 0x0f, 0x12, 0x2e, 0xeb, 0xe2, 0xcf, 0xd9, 0xf1, 0xfd, 0x00, 0x0d, 0x97, 0x7d, 0xf1, 0x97, 0x95, 0xf1, 0x18, 0x7f, 0xc6, 0x9b, 0xd3, 0x67, 0x71, 0x5e, 0xce, 0x37, 0x06, 0x51, 0x6a, 0x00, 0x31, 0x22, 0x10, 0x1a, 0x1e, 0x8b, 0x09, 0x42, 0x7c, 0x5f, 0x10, 0xdd, 0x04, 0xfd, 0x5c, 0xd7, 0x71, 0x37, 0x1d, 0x0b, 0x37, 0xa2, 0xc0, 0xa9, 0xa1, 0x7e, 0x76, 0xbe, 0xfa, 0x03, 0xf2, 0xb9, 0x9c, 0x0f, 0x9e, 0xf2, 0x50, 0xd7, 0x8e, 0xfc, 0x8f, 0x67, 0xc3, 0xa7, 0x74, 0x67, 0xb2, 0xb3, 0x9e, 0x4e, 0x32, 0x2b, 0x6f, 0xd4, 0x17, 0x44, 0xe4, 0x8f, 0x80, 0xd6, 0x83, 0xbd, 0x1f, 0xb2, 0x6c, 0xf1, 0x72, 0x96, 0x2c, 0xbc, 0x02, 0x47, 0x5c, 0x2e, 0x6b, 0x6a, 0x67, 0xe0, 0x5c, 0x37, 0x79, 0xcd, 0x17, 0x31, 0x5f, 0x09, 0x6c, 0xba, 0xc7, 0xfc, 0x82, 0xba, 0xe0, 0x39, 0x6c, 0x6a, 0x6d, 0x63, 0x7b, 0xd9, 0x62, 0x9f, 0x6b, 0x45, 0x0d, 0xd6, 0x5f, 0x55, 0xc3, 0x58, 0xee, 0x2c, 0x43, 0x13, 0x27, 0x18, 0xcf, 0x8d, 0xf8, 0x7e, 0x80, 0x05, 0xe9, 0x12, 0x83, 0x74, 0x6c, 0xef, 0x3f, 0x66, 0x16, 0x10, 0xdf, 0x1c, 0x45, 0x21, 0xdd, 0xdb, 0x15, 0xc0, 0x7a, 0xe8, 0x0f, 0x88, 0x7f, 0x50, 0x82, 0x64, 0xb1, 0x84, 0x22, 0x17, 0x98, 0xab, 0x4d, 0xcb, 0x6e, 0x61, 0xdd, 0xe2, 0x2f, 0x82, 0x08, 0xa3, 0xe3, 0x43, 0x3c, 0xf3, 0xfa, 0xe3, 0x64, 0x26, 0xc6, 0x83, 0xf3, 0xff, 0x43, 0xe7, 0x0e, 0xf3, 0x37, 0xb3, 0x15, 0x54, 0xb8, 0x33, 0xdd, 0x61, 0xcf, 0x1e, 0x86, 0x56, 0xdd, 0xa8, 0xaf, 0x21, 0xf2, 0x6d, 0xa0, 0xee, 0xe3, 0x23, 0xef, 0xb0, 0x7e, 0xc5, 0x55, 0x2c, 0x68, 0x59, 0x84, 0xeb, 0xd4, 0x31, 0xaf, 0xb1, 0x8d, 0x81, 0xd1, 0xee, 0xc8, 0x42, 0x4d, 0x6a, 0x65, 0xe7, 0x88, 0x31, 0x1f, 0x2b, 0x81, 0x83, 0x68, 0xc1, 0xb6, 0x8b, 0x78, 0x39, 0x80, 0x82, 0x7d, 0x95, 0xf0, 0x5c, 0x71, 0xfc, 0x5e, 0xc5, 0x4b, 0xe6, 0x9c, 0x99, 0xe8, 0x23, 0x9d, 0x3b, 0x07, 0x98, 0x44, 0xfb, 0x1d, 0x09, 0xf5, 0x92, 0xb6, 0x89, 0x1d, 0x83, 0x88, 0x40, 0x94, 0x14, 0x86, 0x12, 0x82, 0x80, 0x95, 0x5a, 0x58, 0xb9, 0x60, 0x23, 0x57, 0xaf, 0xb8, 0x0b, 0x11, 0x6f, 0xb2, 0xc9, 0xb3, 0x6f, 0xfc, 0x5f, 0x86, 0x86, 0x4e, 0x07, 0x8f, 0xf3, 0x89, 0xce, 0xed, 0xe6, 0x5f, 0xcc, 0x66, 0x22, 0xc8, 0x9d, 0x8d, 0x4e, 0xbb, 0xf7, 0xd0, 0xbf, 0x72, 0x9b, 0xb3, 0x4f, 0xe0, 0x0f, 0x55, 0x55, 0x3e, 0x3e, 0xfc, 0x2e, 0x9b, 0xd6, 0x5f, 0x4b, 0x53, 0x7d, 0x0b, 0x0d, 0xa9, 0x66, 0xea, 0xdd, 0x46, 0x06, 0x47, 0x8f, 0x15, 0x33, 0xdf, 0x76, 0x06, 0x25, 0x2a, 0x0c, 0x22, 0x36, 0xe6, 0xaa, 0xaf, 0xf9, 0x14, 0x04, 0xa1, 0x80, 0x02, 0x7e, 0xbb, 0x74, 0x7e, 0x98, 0xd3, 0xe9, 0x5e, 0xc6, 0x72, 0x67, 0x50, 0xf2, 0x05, 0x47, 0x4d, 0x02, 0xad, 0x76, 0xa4, 0x58, 0xbb, 0x45, 0xc2, 0x8c, 0x5e, 0xd2, 0x27, 0x60, 0x68, 0x4c, 0x28, 0xc0, 0x12, 0x86, 0x44, 0x41, 0x20, 0x41, 0xfb, 0xe1, 0xb2, 0xe6, 0x65, 0xdc, 0xb8, 0xea, 0x3e, 0x1c, 0xc7, 0x45, 0x55, 0x79, 0xe5, 0x97, 0x3b, 0xe9, 0xed, 0x3b, 0x1a, 0x40, 0xdb, 0x3b, 0xe3, 0x2d, 0xe6, 0xde, 0xfe, 0x5d, 0x64, 0xab, 0x4e, 0x00, 0x00, 0x7a, 0xba, 0x74, 0x6f, 0xc7, 0x36, 0xc9, 0x01, 0x77, 0x64, 0xf3, 0x19, 0xf6, 0xf7, 0xfc, 0x9a, 0xab, 0xd7, 0x6f, 0x23, 0x95, 0xaa, 0xa3, 0xa5, 0x7e, 0x21, 0x79, 0xcd, 0x32, 0x3c, 0x3e, 0x18, 0xd1, 0x7c, 0xc5, 0x36, 0x01, 0x84, 0x19, 0x3e, 0x2b, 0x21, 0xa4, 0x12, 0x63, 0x7e, 0xc1, 0x4c, 0x78, 0xe7, 0xe4, 0x35, 0xcb, 0xe9, 0x74, 0x2f, 0xc3, 0x99, 0x01, 0x3f, 0x8d, 0x1b, 0x63, 0xb8, 0x23, 0xc5, 0x90, 0x6f, 0x69, 0x7d, 0x1c, 0x09, 0x8a, 0x11, 0x40, 0xa2, 0x0c, 0x2f, 0xd2, 0xfe, 0x04, 0x41, 0x88, 0x79, 0xfc, 0x02, 0x34, 0xd5, 0xcd, 0xe7, 0xd6, 0xb5, 0xdf, 0xa4, 0x3e, 0xd5, 0x84, 0x00, 0x6f, 0xef, 0xfd, 0x39, 0x1f, 0xed, 0x7b, 0x3f, 0x78, 0x7c, 0xc7, 0x4c, 0xce, 0xdc, 0xf9, 0xf6, 0x5f, 0x72, 0x7a, 0xb6, 0xc7, 0x02, 0xdc, 0xd9, 0xec, 0xbc, 0xa7, 0x4b, 0xdf, 0x58, 0xb9, 0x4d, 0x96, 0x0b, 0x7c, 0x71, 0x6c, 0x7c, 0x84, 0x63, 0x83, 0x87, 0xd8, 0xbc, 0xee, 0x06, 0x1c, 0x71, 0x58, 0xd8, 0xd4, 0xce, 0x48, 0xe6, 0x2c, 0xe9, 0xec, 0x70, 0x90, 0x87, 0x8d, 0x98, 0x00, 0x89, 0xa3, 0x80, 0xa5, 0xdd, 0x21, 0xfc, 0x87, 0x99, 0x3d, 0x45, 0x19, 0x9e, 0x38, 0xc9, 0x60, 0xba, 0x9b, 0xac, 0x8e, 0x87, 0x61, 0x9c, 0x48, 0xc8, 0xe4, 0x52, 0x59, 0xbc, 0xb2, 0x3e, 0x31, 0xdf, 0x80, 0xb8, 0xf6, 0x47, 0xc6, 0x88, 0x4a, 0x0b, 0x02, 0x50, 0xe7, 0xd4, 0x73, 0xcb, 0x9a, 0x6f, 0xd0, 0xd2, 0xd0, 0x06, 0x08, 0x07, 0xfa, 0x7e, 0xcd, 0x1b, 0x6f, 0xbf, 0x12, 0x00, 0xdc, 0x88, 0xb8, 0xe6, 0xce, 0xae, 0x1d, 0x1c, 0x98, 0x8b, 0xc1, 0x20, 0x77, 0xb6, 0x7f, 0xa0, 0x7d, 0x93, 0xbe, 0x98, 0x6a, 0x64, 0x1b, 0xc8, 0x9a, 0x33, 0xe7, 0x06, 0x18, 0x19, 0x3f, 0xc3, 0x67, 0x3b, 0xae, 0x01, 0x60, 0x51, 0xcb, 0x72, 0xce, 0x8e, 0x9f, 0x24, 0x93, 0x1b, 0xf3, 0x3c, 0x78, 0x09, 0x12, 0x38, 0x3e, 0xf3, 0xb1, 0x98, 0x1f, 0x64, 0xf3, 0x25, 0xe6, 0x2f, 0xf8, 0xb9, 0xfb, 0xc1, 0xf4, 0x51, 0xce, 0x65, 0x4f, 0xf9, 0x8c, 0x49, 0x60, 0xba, 0x63, 0x0d, 0xd8, 0x38, 0x31, 0x07, 0xd0, 0x49, 0xd0, 0xfa, 0x22, 0xed, 0x97, 0xa8, 0xf6, 0x4b, 0x14, 0xd6, 0x6d, 0x07, 0x30, 0x22, 0x08, 0xb1, 0x6d, 0x07, 0x87, 0x6b, 0x57, 0xde, 0xc3, 0x92, 0x16, 0x6f, 0xfc, 0x6c, 0xe0, 0x6c, 0x37, 0xcf, 0xbd, 0xf6, 0x24, 0x6a, 0x14, 0xc0, 0x28, 0xf2, 0x8d, 0xce, 0xed, 0xfa, 0xfa, 0x5c, 0x8d, 0x06, 0xce, 0xba, 0x00, 0xf4, 0xbf, 0x8b, 0xb9, 0xe2, 0x7a, 0x9e, 0x15, 0x57, 0xbe, 0x0e, 0x2c, 0xea, 0x1b, 0x3c, 0x4a, 0x63, 0x43, 0x23, 0x2b, 0xdb, 0xd7, 0x83, 0x08, 0x6d, 0xcd, 0xcb, 0x18, 0x18, 0xed, 0x26, 0xa7, 0x99, 0x70, 0xd8, 0xa6, 0x24, 0xf3, 0xb1, 0x9c, 0x41, 0xef, 0x7b, 0x36, 0x3f, 0xc6, 0x89, 0xd1, 0x83, 0x64, 0xcc, 0x58, 0x84, 0xf1, 0x48, 0x94, 0x71, 0x93, 0x25, 0x71, 0xa4, 0x54, 0xdb, 0x04, 0x41, 0x08, 0xb5, 0x5f, 0x12, 0xb5, 0x3f, 0x74, 0xf6, 0xac, 0x14, 0x71, 0x18, 0x03, 0x70, 0xd5, 0xd2, 0xdb, 0x58, 0xbd, 0x70, 0x0b, 0x00, 0x23, 0xe3, 0x67, 0x79, 0xfa, 0x95, 0xc7, 0x99, 0xc8, 0x4c, 0x04, 0x8f, 0xeb, 0x7b, 0x5d, 0x3b, 0xcc, 0xdf, 0xcd, 0xe5, 0x70, 0xb0, 0x3b, 0x17, 0x3f, 0xd2, 0xfb, 0x26, 0xe9, 0x55, 0xb7, 0xe8, 0xf3, 0xa8, 0x3c, 0x04, 0xb4, 0x7c, 0xda, 0xfb, 0x21, 0x97, 0x2f, 0xe9, 0x60, 0xf1, 0x82, 0xcb, 0x71, 0x9d, 0x14, 0x0b, 0x9b, 0x97, 0x31, 0x30, 0x72, 0x14, 0xd5, 0x7c, 0x84, 0xf9, 0x6a, 0x31, 0x3f, 0x0c, 0x11, 0xc3, 0x10, 0x30, 0x9d, 0x1b, 0xe2, 0xf8, 0xd8, 0x41, 0x0c, 0x79, 0xdf, 0x71, 0x8b, 0x31, 0xde, 0xb7, 0xf7, 0x14, 0xa1, 0x41, 0x71, 0xc6, 0xaf, 0x98, 0xe9, 0xd1, 0xb0, 0x2f, 0x44, 0x00, 0x8a, 0xb5, 0x5f, 0x24, 0x04, 0x78, 0xdb, 0xd1, 0x93, 0x68, 0x8e, 0x61, 0xd5, 0x82, 0xcd, 0x6c, 0x6e, 0xbf, 0xdd, 0xf3, 0xf8, 0x4d, 0x86, 0x67, 0x7e, 0xfe, 0x38, 0x67, 0x87, 0xce, 0x04, 0xb7, 0xfb, 0x83, 0xce, 0x1d, 0xe6, 0x7b, 0x73, 0x3d, 0x1f, 0x60, 0xce, 0xa6, 0x84, 0xed, 0xfe, 0x4b, 0x0e, 0x81, 0xb9, 0x1f, 0x98, 0x00, 0xf8, 0xc9, 0x2b, 0x7f, 0x43, 0xdf, 0xa9, 0x43, 0x20, 0xd0, 0x52, 0xbf, 0x80, 0x8d, 0xed, 0x37, 0x46, 0x92, 0xf0, 0x49, 0xcc, 0xc7, 0xf2, 0x09, 0x46, 0x73, 0x67, 0x38, 0x39, 0x7a, 0xa8, 0x10, 0x12, 0x8a, 0x53, 0xcc, 0xf8, 0x44, 0xa6, 0x3b, 0x52, 0x7a, 0x74, 0x2f, 0xe9, 0x63, 0xb5, 0x21, 0xd6, 0x4f, 0x70, 0x3c, 0xec, 0xaf, 0x94, 0x20, 0xc1, 0xa2, 0xe6, 0x15, 0x5c, 0xbd, 0xfc, 0x2b, 0x20, 0x82, 0x41, 0x79, 0xf9, 0xcd, 0x9d, 0x0c, 0x0c, 0x9e, 0xf0, 0x6f, 0x57, 0x76, 0xcf, 0x9f, 0x30, 0xff, 0x94, 0x8b, 0x40, 0xee, 0x5c, 0xfe, 0x58, 0x4f, 0x17, 0xdd, 0x1d, 0x37, 0x3b, 0x3d, 0xc0, 0xbd, 0x46, 0x0d, 0x9f, 0x1c, 0x7d, 0x8f, 0x4d, 0xeb, 0xaf, 0xa5, 0xb1, 0xae, 0x89, 0xa6, 0xba, 0x79, 0xb8, 0x8e, 0xcb, 0xe9, 0x74, 0xbf, 0xc5, 0xf0, 0x18, 0xf3, 0xfd, 0x34, 0xdb, 0x44, 0x7e, 0x84, 0x13, 0x63, 0x87, 0x0b, 0x03, 0x3b, 0x14, 0xbc, 0x78, 0x0b, 0x05, 0x1c, 0x62, 0xe1, 0xdc, 0x79, 0x9c, 0x40, 0x47, 0x4a, 0x26, 0x7d, 0xc4, 0x1a, 0xe8, 0x89, 0x6a, 0x7f, 0x14, 0x15, 0xec, 0xbc, 0xa2, 0xbd, 0xdd, 0x5c, 0xb7, 0x80, 0x6d, 0x2b, 0x1f, 0xa4, 0xce, 0x69, 0x00, 0x81, 0x3d, 0xbf, 0x7e, 0x89, 0x0f, 0xf7, 0x7e, 0x10, 0x3c, 0x96, 0x23, 0x4e, 0x9d, 0xb9, 0xf3, 0xd5, 0x47, 0x19, 0xbe, 0xe4, 0x05, 0xc0, 0xcb, 0x16, 0xea, 0x07, 0xab, 0x6e, 0x96, 0x3a, 0xe0, 0xd6, 0x4c, 0x76, 0x82, 0x43, 0xc7, 0xf6, 0xb2, 0x65, 0xfd, 0x0d, 0xa4, 0xdc, 0x14, 0xf3, 0x1a, 0x17, 0x93, 0xd5, 0x09, 0xce, 0x4d, 0x0c, 0x46, 0x13, 0x42, 0x12, 0x0e, 0x05, 0x67, 0xcd, 0x38, 0xc7, 0x47, 0x3e, 0xb5, 0x42, 0x3c, 0x7b, 0x4c, 0xbe, 0x58, 0xf3, 0xa2, 0x5a, 0x9a, 0x00, 0xf9, 0xe7, 0x43, 0x00, 0x1b, 0xe6, 0xed, 0x4c, 0xa0, 0x2d, 0x0c, 0x09, 0x70, 0x1f, 0x98, 0x85, 0x3a, 0xa7, 0x9e, 0x9b, 0x56, 0x3e, 0x48, 0x73, 0xdd, 0x42, 0x10, 0xd8, 0xd7, 0xfd, 0x3e, 0x6f, 0xbc, 0xf9, 0x6a, 0xf0, 0x38, 0xce, 0xa9, 0x9a, 0x3b, 0x3b, 0x1f, 0xe1, 0x08, 0x17, 0x89, 0xdc, 0x8b, 0xf1, 0xa3, 0xdd, 0x9d, 0xfa, 0x5a, 0xc7, 0x36, 0xd9, 0x00, 0x6c, 0x1e, 0x4d, 0x0f, 0xd3, 0x7f, 0xa6, 0x87, 0x4d, 0x6b, 0xaf, 0x45, 0xc4, 0xa1, 0xad, 0x79, 0x19, 0x23, 0x99, 0x33, 0x7e, 0x78, 0x68, 0x4d, 0x05, 0x13, 0xc5, 0x90, 0xe7, 0xf8, 0xc8, 0x41, 0x72, 0x3a, 0x61, 0xc5, 0xee, 0x92, 0x80, 0x02, 0x62, 0xa1, 0x00, 0x45, 0x90, 0x5d, 0xcc, 0xf8, 0xc9, 0x10, 0x20, 0x96, 0xd8, 0x91, 0x84, 0xac, 0x5e, 0x24, 0xcc, 0x0b, 0xb5, 0xdf, 0x41, 0xd8, 0x7a, 0xf9, 0x3d, 0x2c, 0x6a, 0xba, 0x02, 0x11, 0x38, 0x7e, 0xba, 0x9b, 0x9f, 0xbd, 0xfa, 0x44, 0xe0, 0xf1, 0xe7, 0x05, 0x79, 0xa0, 0x73, 0x87, 0xee, 0xe6, 0x22, 0x92, 0x7b, 0xb1, 0x7e, 0x78, 0xdd, 0x97, 0xf5, 0x79, 0x93, 0x75, 0xee, 0x00, 0x56, 0x9e, 0x1e, 0x3a, 0xc9, 0x78, 0x6e, 0x84, 0x0d, 0x2b, 0x37, 0x03, 0xc2, 0xa2, 0xe6, 0x15, 0x9c, 0x1a, 0xef, 0x25, 0x93, 0x1f, 0xf3, 0x4d, 0xa4, 0x27, 0x08, 0x67, 0xd2, 0xbd, 0x8c, 0xe5, 0x86, 0x4a, 0x32, 0x3f, 0x11, 0x05, 0x2c, 0x7f, 0xc0, 0xb6, 0xd5, 0x48, 0x89, 0xc4, 0x90, 0x24, 0x44, 0x06, 0x49, 0x39, 0x7e, 0x29, 0x91, 0xde, 0x25, 0x7c, 0x4d, 0xec, 0x73, 0x4b, 0x7e, 0x87, 0x95, 0xf3, 0x37, 0x81, 0x08, 0x43, 0x63, 0xa7, 0xf8, 0xe9, 0x0b, 0x8f, 0x91, 0xcd, 0x64, 0x82, 0xf8, 0xe6, 0x5f, 0x76, 0x6e, 0x37, 0x8f, 0x73, 0x91, 0xe9, 0xa2, 0x09, 0xc0, 0x91, 0x5d, 0xe4, 0xd6, 0xdd, 0xa8, 0xcf, 0x18, 0x91, 0xfb, 0x81, 0xb6, 0x63, 0x27, 0x8e, 0xd0, 0xda, 0xda, 0xc2, 0x8a, 0xc5, 0x6b, 0x71, 0xc4, 0xa1, 0xad, 0x69, 0x39, 0x27, 0x47, 0x8f, 0x90, 0x27, 0x0b, 0x28, 0x13, 0xf9, 0x73, 0x9c, 0x4a, 0xf7, 0x16, 0x31, 0x3f, 0x92, 0xa1, 0x93, 0xf8, 0x20, 0x0e, 0xb1, 0x28, 0xe0, 0x3c, 0xf1, 0xbf, 0x73, 0xbe, 0xfc, 0x7f, 0x42, 0x56, 0x2f, 0x96, 0xe4, 0x09, 0xb6, 0x3b, 0xe6, 0x6f, 0x66, 0xe3, 0xa2, 0x5b, 0x41, 0x20, 0x93, 0x4b, 0xb3, 0xf3, 0xa5, 0xc7, 0x18, 0x1e, 0x1e, 0x0e, 0x1a, 0xff, 0xef, 0xae, 0xed, 0xe6, 0xdf, 0x53, 0x01, 0x74, 0x51, 0x5f, 0x0c, 0xd9, 0xf5, 0x28, 0x83, 0x8e, 0x31, 0x77, 0x03, 0x67, 0x01, 0x9e, 0x7d, 0xfd, 0x47, 0xec, 0xef, 0x7d, 0x1f, 0x50, 0x1a, 0x52, 0x2d, 0x6c, 0x5a, 0xfa, 0x3b, 0xb8, 0xe2, 0xa2, 0x18, 0x06, 0xd3, 0xc7, 0xc2, 0x28, 0xc0, 0xd2, 0x7c, 0x62, 0xcc, 0x0f, 0x19, 0x9d, 0x94, 0x0b, 0x28, 0x4e, 0x0c, 0x15, 0x50, 0x20, 0x29, 0x34, 0x74, 0xac, 0xb1, 0x81, 0x22, 0xd3, 0x91, 0x84, 0x1e, 0xde, 0xf6, 0xe2, 0xa6, 0x2b, 0xd8, 0xb2, 0xe4, 0x2e, 0x7f, 0xe6, 0x91, 0xe1, 0x85, 0x37, 0x9e, 0xe0, 0xd4, 0xe0, 0xa0, 0xaf, 0xf9, 0xf2, 0xfa, 0xd9, 0x66, 0xf3, 0xcf, 0xa9, 0x10, 0x72, 0x2f, 0xf6, 0x05, 0x74, 0xef, 0x61, 0xe0, 0x8a, 0x5b, 0xdc, 0xf7, 0x45, 0xf5, 0x9b, 0x80, 0xf3, 0xc9, 0xe1, 0xf7, 0xd8, 0xb0, 0x66, 0x33, 0xad, 0x4d, 0x0b, 0x68, 0x70, 0xbd, 0xe8, 0xe0, 0xf0, 0xd9, 0xf7, 0x18, 0xc9, 0x0c, 0x46, 0x06, 0x73, 0x90, 0xa4, 0xef, 0x71, 0xb3, 0x50, 0xcc, 0x78, 0x3b, 0x13, 0xc8, 0x64, 0x89, 0x21, 0x12, 0x46, 0xff, 0x6c, 0xed, 0x8f, 0x0d, 0xec, 0x14, 0x3c, 0xfe, 0xd4, 0x42, 0x6e, 0x58, 0xfe, 0x00, 0x29, 0xb7, 0x1e, 0x80, 0x5f, 0xbc, 0xf7, 0x02, 0x1f, 0xef, 0xfd, 0x30, 0xb8, 0xdd, 0x7d, 0x8e, 0x6b, 0xee, 0x7a, 0xf7, 0x3f, 0xcd, 0xec, 0xac, 0x9e, 0xaa, 0x16, 0x00, 0x80, 0xde, 0x4e, 0x73, 0xb0, 0x63, 0x9b, 0xd3, 0x0f, 0xdc, 0x6d, 0x8c, 0x61, 0xff, 0x91, 0xdf, 0xb0, 0x69, 0xc3, 0x56, 0x1a, 0xea, 0x1b, 0x69, 0xa9, 0x9f, 0xcf, 0x50, 0x66, 0x80, 0x81, 0xb1, 0x23, 0xc5, 0xd0, 0xef, 0x94, 0x60, 0x3e, 0xa1, 0x36, 0x46, 0x9c, 0xc3, 0xc4, 0x81, 0xa0, 0xc9, 0x47, 0x06, 0xa3, 0x09, 0x9f, 0xe4, 0xf4, 0x6e, 0xe0, 0xfc, 0xd5, 0x39, 0x8d, 0xdc, 0xb8, 0xfc, 0x9b, 0x34, 0xa5, 0xe6, 0x03, 0xf0, 0xe1, 0xa1, 0xb7, 0xd9, 0xdd, 0xb5, 0x2b, 0xb8, 0xcd, 0xd3, 0x92, 0x37, 0x77, 0xee, 0xde, 0xce, 0x31, 0x2a, 0x88, 0xdc, 0x4a, 0xb9, 0x90, 0x9e, 0x2e, 0xfd, 0x55, 0xc7, 0xcd, 0xb2, 0x10, 0xb8, 0x61, 0x22, 0x3b, 0xce, 0xe1, 0xbe, 0x4f, 0xd8, 0xbc, 0xe1, 0x3a, 0xf2, 0x9a, 0x65, 0x7e, 0xe3, 0x22, 0xc6, 0x72, 0x43, 0x0c, 0x67, 0x06, 0x63, 0x0e, 0x9d, 0x94, 0xf1, 0xbd, 0xd8, 0x5f, 0x88, 0x26, 0x74, 0x26, 0x0f, 0x01, 0x8b, 0x42, 0x3f, 0x2b, 0x07, 0x60, 0x6b, 0xbf, 0x23, 0x0e, 0x5b, 0x97, 0xde, 0xcb, 0x82, 0x86, 0x65, 0x20, 0x70, 0x6c, 0xf0, 0x10, 0xcf, 0xbd, 0xb8, 0x33, 0x98, 0x0b, 0x99, 0x35, 0xe2, 0xdc, 0xdb, 0xb5, 0xc3, 0xbc, 0x43, 0x85, 0x91, 0x5b, 0x49, 0x17, 0xd3, 0x73, 0x97, 0xbe, 0xdc, 0x91, 0xe5, 0x6a, 0x90, 0x2b, 0x47, 0xc6, 0x86, 0x39, 0x35, 0x7c, 0x9c, 0xd5, 0x2b, 0xd7, 0x81, 0x28, 0xcb, 0x5a, 0xd6, 0x71, 0x3a, 0xdd, 0x4b, 0x3a, 0x3f, 0x9c, 0x68, 0x06, 0xe2, 0x36, 0x9f, 0x84, 0x7c, 0x00, 0x71, 0x47, 0x30, 0x92, 0xc5, 0x23, 0x71, 0xf4, 0xaf, 0x68, 0xe4, 0x2f, 0xa6, 0xfd, 0x81, 0x10, 0x5c, 0xb5, 0xe8, 0x4b, 0x2c, 0x6f, 0xb9, 0x12, 0x11, 0x18, 0x1a, 0x1b, 0xe4, 0xc9, 0x67, 0x1f, 0x27, 0x93, 0xc9, 0x06, 0x4d, 0xfe, 0xac, 0xeb, 0x91, 0xfc, 0x13, 0x54, 0x20, 0x55, 0x94, 0x00, 0xb0, 0x0b, 0x5d, 0xf7, 0x65, 0x9e, 0x35, 0x59, 0xf9, 0x1a, 0xb0, 0x6c, 0xf0, 0xcc, 0x71, 0x32, 0xb9, 0x34, 0xab, 0x56, 0xac, 0x47, 0x1c, 0x87, 0x65, 0xad, 0xeb, 0x38, 0x3e, 0x7a, 0x80, 0xac, 0x19, 0x8f, 0x31, 0x51, 0x12, 0xa3, 0x03, 0xe2, 0xcc, 0x2f, 0x95, 0xef, 0x9f, 0x64, 0x2c, 0x80, 0x92, 0xda, 0x1f, 0x0a, 0xc1, 0xea, 0x79, 0x5f, 0x60, 0xc3, 0x02, 0x2f, 0x95, 0x3d, 0x91, 0x4d, 0xf3, 0xc4, 0xb3, 0x3f, 0x08, 0x3d, 0x7e, 0xf8, 0xaf, 0x9d, 0xdb, 0xcd, 0x7f, 0xa6, 0x42, 0xa9, 0xe2, 0x5e, 0x0f, 0xdf, 0xf5, 0x30, 0x23, 0x88, 0xf9, 0x3d, 0x81, 0x5e, 0x80, 0x5f, 0x7d, 0xf8, 0x26, 0xbf, 0x39, 0xf0, 0x4b, 0x00, 0xea, 0xdd, 0x26, 0xae, 0x5b, 0x71, 0x1f, 0xf5, 0x6e, 0x93, 0x3d, 0xf4, 0x16, 0x6a, 0x63, 0x19, 0xcc, 0x27, 0x2e, 0x34, 0x4e, 0x2c, 0xe7, 0xef, 0xc4, 0xc6, 0x08, 0x9c, 0x84, 0xcc, 0xa2, 0x85, 0x32, 0x4b, 0x9a, 0x56, 0xb3, 0xb1, 0xed, 0xf6, 0xc2, 0xdc, 0xc3, 0x67, 0x5f, 0xfb, 0x7f, 0x9c, 0x3a, 0x75, 0xca, 0xcf, 0x5d, 0xe9, 0x8b, 0xcb, 0x8f, 0x98, 0xef, 0x52, 0xc1, 0xe4, 0x56, 0xe2, 0x45, 0xf5, 0x74, 0x72, 0x6e, 0xd5, 0x36, 0x7d, 0x5d, 0x91, 0x6f, 0x03, 0xf5, 0x47, 0x7a, 0x3f, 0xe5, 0xf2, 0xf6, 0xe5, 0x2c, 0x9c, 0xbf, 0x88, 0x7a, 0xb7, 0x89, 0xb6, 0xa6, 0xe5, 0xf4, 0x8d, 0xec, 0xf5, 0xe6, 0x0e, 0x44, 0x1c, 0xbb, 0x58, 0x74, 0xe0, 0x24, 0x9b, 0x08, 0x62, 0xb6, 0x1f, 0x67, 0x92, 0xa9, 0x61, 0x96, 0xa6, 0xc7, 0xe7, 0xf1, 0xb7, 0xa6, 0x16, 0xb1, 0x75, 0xc9, 0x7d, 0xb8, 0x52, 0x07, 0x08, 0xbb, 0x7e, 0xf9, 0x1c, 0x1f, 0x7f, 0xfc, 0x51, 0x80, 0x0e, 0x7b, 0xd3, 0xae, 0x7e, 0xf5, 0x95, 0xbf, 0x25, 0x5d, 0x13, 0x80, 0xe9, 0x84, 0x87, 0x5d, 0xf4, 0xaf, 0xbc, 0xc9, 0xf9, 0x40, 0x84, 0x6f, 0xa0, 0x38, 0x87, 0x8e, 0xee, 0x63, 0xdd, 0xea, 0xcf, 0xd0, 0xdc, 0xd8, 0x4a, 0x73, 0xdd, 0x7c, 0x1a, 0x53, 0xf3, 0x38, 0x99, 0x3e, 0x18, 0xd5, 0x70, 0x27, 0xc9, 0xe9, 0x8b, 0x8e, 0xfe, 0x15, 0xa3, 0x84, 0x94, 0x0c, 0x03, 0x93, 0x9c, 0xbd, 0xe0, 0x7b, 0x9d, 0xd3, 0xc8, 0x75, 0xed, 0x0f, 0xd2, 0xe8, 0xb6, 0x22, 0x02, 0xef, 0xef, 0xef, 0x62, 0x77, 0xe7, 0x2f, 0x82, 0x46, 0xa7, 0x14, 0xf3, 0xa5, 0xb7, 0x1f, 0xa1, 0x9f, 0x0a, 0x27, 0xb7, 0x92, 0x2f, 0xae, 0xa7, 0x4b, 0x0f, 0x74, 0xdc, 0x2c, 0x69, 0xe0, 0xae, 0xbc, 0xc9, 0x73, 0xa8, 0xe7, 0x53, 0xae, 0x5c, 0xb7, 0x99, 0xfa, 0xba, 0x7a, 0x16, 0x34, 0xb6, 0x63, 0x34, 0xcf, 0x99, 0x89, 0x63, 0x45, 0x8c, 0x8d, 0xc6, 0xf8, 0x92, 0x9c, 0x1d, 0x8c, 0x43, 0xba, 0x13, 0xd7, 0x7e, 0x62, 0x25, 0xa4, 0xed, 0x78, 0xdf, 0xe5, 0x8b, 0x8b, 0xbf, 0xce, 0x82, 0xba, 0x76, 0x10, 0xe8, 0x3e, 0xf1, 0x29, 0xcf, 0xbe, 0xb0, 0x33, 0x98, 0xe3, 0x9f, 0x15, 0x35, 0x7f, 0xd0, 0xb9, 0x63, 0xe6, 0xde, 0xdf, 0xfb, 0xad, 0x15, 0x00, 0xcf, 0x1c, 0x68, 0xd7, 0xaa, 0x6d, 0xb2, 0x14, 0xb8, 0x36, 0x93, 0x19, 0xa7, 0xef, 0xe4, 0x51, 0x36, 0xae, 0xdf, 0x82, 0xe3, 0xb8, 0x2c, 0x69, 0x5a, 0xcd, 0x68, 0xee, 0x34, 0x23, 0xd9, 0xc1, 0xa2, 0xfc, 0x40, 0x11, 0xd3, 0x9d, 0xc9, 0x22, 0x87, 0xe2, 0xa4, 0x90, 0x3d, 0x8b, 0xc7, 0x76, 0xf8, 0x00, 0xae, 0x5a, 0x78, 0x07, 0x4b, 0x9b, 0xbc, 0x17, 0x74, 0x4f, 0x9f, 0x3b, 0xc1, 0x4f, 0x9e, 0x7e, 0x8c, 0x6c, 0x36, 0x58, 0x3c, 0x52, 0xfe, 0xb4, 0x73, 0x87, 0xee, 0xa4, 0x4a, 0xc8, 0xad, 0x86, 0x8b, 0x5c, 0xb2, 0x49, 0x5f, 0x4a, 0x35, 0x72, 0x03, 0xc8, 0xba, 0x91, 0xd1, 0x73, 0x9c, 0x1d, 0x39, 0xcd, 0x67, 0x56, 0x7f, 0x0e, 0x71, 0x84, 0xa5, 0xcd, 0x6b, 0x19, 0x1c, 0x3f, 0xca, 0x44, 0x7e, 0xa4, 0x48, 0xeb, 0xa3, 0xf6, 0x3e, 0x69, 0x5f, 0x42, 0x1a, 0x59, 0xa2, 0x25, 0x00, 0x25, 0x7c, 0x23, 0xd5, 0xf3, 0xf8, 0x5b, 0xb7, 0xb2, 0x76, 0xde, 0x75, 0x00, 0xa4, 0x33, 0xa3, 0xfc, 0xf8, 0x99, 0xef, 0x33, 0x72, 0x6e, 0x24, 0x68, 0xf3, 0x5f, 0x3a, 0x77, 0x98, 0xed, 0x54, 0x11, 0x55, 0x85, 0x00, 0xf4, 0xbf, 0x8b, 0x59, 0xfe, 0x45, 0x9e, 0x71, 0x52, 0xf2, 0x07, 0x40, 0xfb, 0xa9, 0xd3, 0x03, 0x88, 0xa3, 0xac, 0xbc, 0x7c, 0x0d, 0x22, 0x0e, 0xed, 0x2d, 0x6b, 0xe9, 0x1f, 0xdb, 0x4f, 0x4e, 0x33, 0x31, 0x8f, 0xbd, 0xd8, 0x11, 0x0c, 0x9d, 0xbe, 0x18, 0x12, 0x58, 0x59, 0xc1, 0x60, 0x31, 0x88, 0xf8, 0xeb, 0x62, 0x8b, 0xeb, 0xd7, 0xb0, 0x79, 0xe1, 0x57, 0x00, 0xc1, 0x68, 0x9e, 0x9d, 0xff, 0xf0, 0x18, 0xc7, 0xfb, 0xfd, 0x59, 0x3d, 0xe8, 0x53, 0x9d, 0xad, 0xfa, 0xa7, 0xec, 0xaa, 0xae, 0x55, 0x62, 0xaa, 0x66, 0x95, 0xb0, 0xb7, 0xfe, 0x3b, 0xc3, 0xae, 0x9a, 0xbb, 0x81, 0x93, 0x00, 0x5d, 0xef, 0xbc, 0xce, 0x27, 0x87, 0xbd, 0x59, 0x35, 0x8d, 0x6e, 0x2b, 0xd7, 0x2d, 0xbd, 0x9f, 0x94, 0xd3, 0x50, 0x7c, 0x62, 0xb9, 0xec, 0x08, 0xde, 0xdd, 0x53, 0xac, 0x75, 0x0b, 0x42, 0x6a, 0x49, 0xb5, 0xb1, 0xa5, 0xed, 0xf7, 0x0a, 0xf0, 0xf0, 0xea, 0x9e, 0xbf, 0xe7, 0xe8, 0x91, 0xee, 0xe0, 0xf0, 0xfb, 0x2d, 0xaa, 0xff, 0x88, 0x87, 0xab, 0xaf, 0x88, 0x90, 0x5b, 0x4d, 0x17, 0x7b, 0xb4, 0x8b, 0xb3, 0xab, 0xb7, 0xe9, 0x1e, 0x45, 0x1e, 0x02, 0x52, 0x87, 0x0e, 0xef, 0xa3, 0x63, 0xe5, 0x6a, 0xe6, 0xb7, 0x2e, 0xa4, 0xde, 0x6d, 0x66, 0x7e, 0xc3, 0x12, 0xfa, 0xc7, 0xf6, 0x15, 0x0f, 0x0b, 0x13, 0x83, 0x7b, 0xdb, 0xc2, 0x4b, 0x2c, 0xbc, 0xd3, 0xb8, 0x40, 0x28, 0xf5, 0xd2, 0xc4, 0xd6, 0xb6, 0x07, 0xa9, 0x77, 0x9a, 0x01, 0xf8, 0xe5, 0x47, 0xaf, 0xd3, 0xd5, 0xd5, 0x15, 0x9c, 0x71, 0xdc, 0xcd, 0x9b, 0x2f, 0xfd, 0xfc, 0x51, 0x06, 0xa9, 0x42, 0x72, 0xab, 0xed, 0x82, 0xbb, 0xbb, 0xe8, 0xe9, 0xb8, 0xc9, 0x39, 0x80, 0xf0, 0x87, 0x8a, 0xca, 0xa7, 0x47, 0xf6, 0xf3, 0x99, 0xb5, 0x1b, 0x69, 0x6c, 0x68, 0xa6, 0xa5, 0xee, 0x32, 0x52, 0x4e, 0x03, 0x83, 0xe9, 0x23, 0xc5, 0xa9, 0xe0, 0xc0, 0xa2, 0x4b, 0xb1, 0x30, 0x14, 0xbb, 0x79, 0x21, 0xf3, 0x1d, 0x49, 0xf1, 0x85, 0xb6, 0xfb, 0x68, 0xa9, 0x5b, 0x0c, 0xc0, 0xe1, 0xbe, 0xbd, 0xfc, 0xec, 0xf9, 0x67, 0x82, 0x56, 0xe3, 0x88, 0xf9, 0xdd, 0xdd, 0x3b, 0xf8, 0x98, 0x2a, 0x25, 0xb7, 0x1a, 0x2f, 0xba, 0xa7, 0x4b, 0x3f, 0x5a, 0x75, 0xb3, 0x08, 0x70, 0x7b, 0x2e, 0x97, 0xe5, 0x70, 0xef, 0x01, 0x36, 0x6e, 0xd8, 0x42, 0x5d, 0xaa, 0x8e, 0xcb, 0x1a, 0x2e, 0x27, 0x63, 0xc6, 0x19, 0xca, 0x1c, 0xb7, 0x5e, 0xd8, 0x88, 0xa2, 0x41, 0xdc, 0xc1, 0x8b, 0xbf, 0x76, 0x68, 0xa3, 0xc0, 0xe7, 0x16, 0x7c, 0x85, 0xc5, 0x0d, 0x6b, 0x40, 0xbd, 0xd7, 0xb6, 0x7f, 0xfc, 0xd3, 0xc7, 0xc9, 0xe7, 0xf3, 0x00, 0x2a, 0x2a, 0x7f, 0xdc, 0xb9, 0x5d, 0x5f, 0xa0, 0x8a, 0xc9, 0xad, 0xd6, 0x0b, 0xef, 0xee, 0xd4, 0xd7, 0x57, 0xde, 0x24, 0x6b, 0x45, 0xf8, 0xfc, 0xf8, 0x78, 0x9a, 0x13, 0xa7, 0x8e, 0x71, 0xe5, 0xba, 0x2d, 0x88, 0xe3, 0xb0, 0xa4, 0x79, 0x35, 0xc3, 0x99, 0x01, 0xc6, 0x72, 0x67, 0xc2, 0xd9, 0xbb, 0xc5, 0x7e, 0xbd, 0xcf, 0xe4, 0xd2, 0x4b, 0x24, 0xac, 0x6d, 0xb9, 0x9e, 0x8e, 0x16, 0xef, 0x2d, 0xa6, 0xf4, 0xf8, 0x08, 0xff, 0xe7, 0xa9, 0xef, 0x33, 0x36, 0xea, 0x0d, 0xe5, 0xab, 0xf2, 0x17, 0x9d, 0x3b, 0xcc, 0xff, 0xa0, 0xca, 0xc9, 0xad, 0xe6, 0x8b, 0x9f, 0xff, 0x65, 0x7d, 0xae, 0x31, 0xcb, 0x2d, 0x20, 0xab, 0x87, 0x86, 0xcf, 0x32, 0x36, 0x71, 0x8e, 0x75, 0x1d, 0x57, 0x22, 0x08, 0xed, 0x4d, 0xeb, 0x38, 0x99, 0x3e, 0xec, 0xbd, 0x31, 0x64, 0x31, 0x3e, 0x69, 0x12, 0x47, 0xa8, 0xfd, 0x52, 0x40, 0x80, 0xa5, 0x0d, 0xeb, 0xd9, 0xb8, 0xf0, 0x0e, 0x40, 0xc8, 0xe7, 0x73, 0x3c, 0xf9, 0xfc, 0x0f, 0x39, 0x79, 0xe2, 0xa4, 0x8f, 0x18, 0xfa, 0x64, 0xe7, 0x0e, 0xfd, 0x33, 0x2e, 0x01, 0xaa, 0x6a, 0x01, 0x18, 0xd8, 0x45, 0xfe, 0xf2, 0xdb, 0x78, 0xd6, 0x31, 0xf2, 0x75, 0x81, 0x45, 0x27, 0x06, 0xfa, 0x69, 0x68, 0xac, 0xe7, 0xf2, 0xa5, 0x1d, 0xb8, 0xe2, 0xb2, 0xa4, 0x69, 0x2d, 0xfd, 0x63, 0x9f, 0x78, 0xeb, 0xfd, 0x25, 0xad, 0x01, 0xa2, 0x92, 0x18, 0x29, 0xcc, 0xaf, 0x6b, 0xe7, 0x9a, 0xb6, 0x7b, 0x71, 0x70, 0x41, 0xe1, 0x1f, 0x76, 0xef, 0x64, 0xff, 0xfe, 0xfd, 0xbe, 0xc4, 0xc8, 0xbb, 0xe3, 0x2d, 0xe6, 0x9e, 0xd9, 0x7e, 0x6d, 0xbb, 0x26, 0x00, 0x65, 0xd2, 0xb1, 0xdd, 0xa4, 0xaf, 0xb8, 0x51, 0x5f, 0x16, 0x91, 0x6f, 0x01, 0x4d, 0x47, 0x7a, 0x0e, 0xb2, 0x64, 0x71, 0x3b, 0x6d, 0x0b, 0xdb, 0xa9, 0x73, 0x1b, 0x68, 0x6b, 0x5c, 0x49, 0xdf, 0xe8, 0x27, 0xde, 0x1a, 0x01, 0xb6, 0xf6, 0x47, 0x98, 0x1e, 0x6a, 0x7e, 0x83, 0xdb, 0xc2, 0xd6, 0x45, 0x0f, 0x50, 0xe7, 0x34, 0x79, 0xe1, 0xe7, 0x6f, 0x7e, 0xce, 0x5b, 0x6f, 0xbd, 0x19, 0x34, 0xec, 0x33, 0x39, 0x73, 0xc7, 0x5c, 0xbc, 0xb6, 0x5d, 0x13, 0x80, 0x29, 0x50, 0xef, 0x1e, 0x06, 0x57, 0x6f, 0xd3, 0x37, 0xfd, 0xf0, 0xd0, 0xfd, 0xf4, 0xf0, 0x3e, 0xd6, 0x74, 0xac, 0x63, 0x5e, 0xf3, 0x7c, 0x1a, 0x53, 0xad, 0xb4, 0xd4, 0xb5, 0x71, 0x7c, 0xec, 0x40, 0x94, 0xe1, 0x50, 0x24, 0x08, 0x8e, 0xa4, 0xd8, 0xba, 0xe8, 0x3e, 0x5a, 0xeb, 0xda, 0x00, 0x38, 0x78, 0x6c, 0x2f, 0xcf, 0xbf, 0xf8, 0xb3, 0xe0, 0x70, 0x5a, 0x8d, 0xf9, 0xea, 0x9e, 0xbf, 0xe2, 0x13, 0x2e, 0x21, 0x72, 0x2f, 0x95, 0x1b, 0xe9, 0xee, 0xe2, 0xe8, 0xaa, 0x6d, 0x4e, 0x1f, 0x70, 0x8f, 0xaa, 0xe1, 0xe0, 0xd1, 0x03, 0x7c, 0x76, 0xfd, 0xe7, 0x68, 0xa8, 0x6b, 0xa4, 0xb5, 0x6e, 0x11, 0x22, 0x0e, 0xa7, 0xc6, 0x7b, 0x62, 0x0b, 0x8f, 0x4a, 0xc4, 0xfb, 0xff, 0xfc, 0xa2, 0xdf, 0x65, 0x51, 0xc3, 0x6a, 0x00, 0x06, 0x87, 0xfa, 0xf9, 0xc9, 0x53, 0x8f, 0x63, 0xf2, 0xc6, 0x6b, 0xa1, 0xf2, 0xed, 0xae, 0x47, 0xf5, 0x65, 0x2e, 0x31, 0x72, 0x2f, 0xa5, 0x9b, 0xe9, 0xee, 0xd2, 0xf7, 0x3a, 0x6e, 0x92, 0x16, 0x84, 0x6d, 0xd9, 0x6c, 0x86, 0x9e, 0xbe, 0x43, 0x6c, 0xdc, 0xb0, 0x05, 0xd7, 0x4d, 0xd1, 0xd6, 0x70, 0x05, 0x63, 0xb9, 0x21, 0xce, 0x65, 0x06, 0x8a, 0x33, 0x80, 0xc0, 0x86, 0x05, 0xdb, 0xe8, 0x68, 0xb9, 0x1a, 0x80, 0x91, 0xf1, 0x21, 0x7e, 0xf4, 0xd4, 0xdf, 0x91, 0x4e, 0xa7, 0x7d, 0xb3, 0xcf, 0xbf, 0xed, 0xdc, 0x6e, 0xfe, 0x96, 0x4b, 0x90, 0xdc, 0x4b, 0xed, 0x86, 0x7a, 0xbe, 0xac, 0xaf, 0x76, 0x64, 0xd9, 0x02, 0xb2, 0x71, 0x74, 0x6c, 0x94, 0x81, 0xd3, 0xc7, 0xf9, 0xec, 0xba, 0x4d, 0x88, 0x08, 0xed, 0xcd, 0x6b, 0x39, 0x33, 0xee, 0xbf, 0x5d, 0x64, 0x85, 0x7f, 0xcb, 0x9a, 0x3e, 0xc3, 0x55, 0x6d, 0x77, 0x20, 0x40, 0x36, 0x9f, 0xe1, 0xa7, 0x2f, 0xfc, 0x90, 0x53, 0x83, 0xa7, 0x82, 0xc3, 0x3f, 0xec, 0xdc, 0x6e, 0xfe, 0x9c, 0x4b, 0x94, 0x9c, 0x4b, 0xee, 0x8e, 0x1e, 0xc6, 0x98, 0x9c, 0x7e, 0x0b, 0xe4, 0x2d, 0x80, 0x43, 0x47, 0x0f, 0xf0, 0x8b, 0xb7, 0x5e, 0xf2, 0xdf, 0x31, 0x75, 0xb8, 0x66, 0xc9, 0xdd, 0x34, 0xbb, 0x97, 0x79, 0x6b, 0x15, 0x1a, 0x65, 0x7e, 0x5d, 0x3b, 0x5b, 0x16, 0x7d, 0xd5, 0xcb, 0xfc, 0x19, 0xe5, 0xc5, 0x37, 0x76, 0xd2, 0x77, 0x2c, 0x98, 0xc7, 0x21, 0x9d, 0xf3, 0xc7, 0xcd, 0x9f, 0x70, 0x09, 0x93, 0x7b, 0x29, 0xde, 0x54, 0xef, 0x9b, 0xe4, 0x56, 0x5f, 0xa7, 0xcf, 0xa9, 0x2b, 0x0f, 0x00, 0x0b, 0xfa, 0x4e, 0xf4, 0xd2, 0xd2, 0xda, 0xc2, 0xb2, 0xc5, 0x2b, 0x70, 0x25, 0xc5, 0x92, 0xa6, 0x35, 0xf4, 0x8d, 0x7c, 0xe2, 0xcd, 0xea, 0x59, 0xfa, 0x20, 0x75, 0x4e, 0x23, 0x02, 0x74, 0xbe, 0xff, 0x32, 0xbf, 0x7a, 0xef, 0xdd, 0xa0, 0x9b, 0x23, 0xaa, 0xe6, 0xae, 0xd7, 0xfe, 0xfa, 0xe2, 0xbc, 0xb6, 0x3d, 0x57, 0x74, 0xc1, 0x2b, 0x85, 0x6e, 0xfb, 0xae, 0xf3, 0xbf, 0x80, 0x3f, 0xa9, 0x74, 0x34, 0x71, 0x1c, 0x87, 0xfb, 0x7f, 0xff, 0x5b, 0x74, 0x2c, 0x5b, 0x4f, 0x52, 0x89, 0xbf, 0xfd, 0xbd, 0x1f, 0xf0, 0xf7, 0xcf, 0x55, 0xc5, 0x3c, 0x8e, 0x4f, 0x54, 0xcd, 0x6d, 0x5d, 0x3b, 0xbc, 0x51, 0xd1, 0x4a, 0x30, 0x01, 0xdf, 0xa9, 0x06, 0x53, 0x62, 0x8c, 0xe1, 0xb5, 0xf7, 0x9e, 0xe2, 0x5c, 0x66, 0xd0, 0x5b, 0x57, 0xd8, 0xfa, 0x9c, 0x1a, 0xef, 0x65, 0xf7, 0x07, 0xcf, 0x57, 0x8b, 0xd2, 0x5e, 0x29, 0x8e, 0x7b, 0xf3, 0x4c, 0x75, 0x36, 0x13, 0x35, 0x83, 0x5c, 0x80, 0x05, 0xad, 0x97, 0xb1, 0x62, 0xe9, 0xea, 0xf2, 0xf1, 0xc6, 0x9e, 0x75, 0x93, 0xb0, 0x3f, 0x5c, 0x99, 0x3d, 0x58, 0x1a, 0x4e, 0x4a, 0xb6, 0x89, 0xf7, 0xeb, 0x85, 0x7a, 0x1a, 0x69, 0x28, 0x02, 0x0b, 0x56, 0xd6, 0xd1, 0x7b, 0xee, 0x23, 0xd6, 0x2e, 0xdc, 0x5a, 0x68, 0xa8, 0x6a, 0xe8, 0x1f, 0xd9, 0xcf, 0x96, 0xcd, 0x5b, 0x38, 0x73, 0x59, 0x16, 0x63, 0x26, 0x2b, 0x27, 0x6f, 0xff, 0x4c, 0x18, 0x42, 0x46, 0x17, 0xba, 0xa4, 0xa8, 0x36, 0x80, 0x57, 0xaf, 0x30, 0x1a, 0x75, 0x78, 0xbb, 0x4b, 0x54, 0x44, 0x2e, 0x2c, 0x86, 0x12, 0xae, 0x56, 0x3d, 0x32, 0x7a, 0x8e, 0xbe, 0x13, 0xde, 0xfc, 0x03, 0xd1, 0x99, 0x33, 0xdd, 0x33, 0x56, 0x34, 0x6a, 0xf9, 0xd2, 0x55, 0x7c, 0xf5, 0xc6, 0x87, 0xca, 0xb3, 0x39, 0xf6, 0xb2, 0x2a, 0x41, 0xe5, 0xae, 0xf0, 0x60, 0x61, 0xdd, 0x3f, 0x91, 0x18, 0x53, 0xad, 0xb7, 0x72, 0xec, 0xc5, 0xa2, 0xa2, 0xed, 0x24, 0x5c, 0x5c, 0xd2, 0x7f, 0x98, 0x12, 0x1f, 0xec, 0x8f, 0x55, 0x7f, 0xb9, 0x66, 0xc9, 0xd7, 0xbc, 0x2f, 0xab, 0x42, 0x49, 0x0a, 0x2a, 0x84, 0x46, 0x58, 0x94, 0x50, 0xdd, 0xc1, 0x44, 0xab, 0x61, 0xf8, 0xed, 0x4d, 0xe1, 0x7b, 0xb8, 0xa8, 0x74, 0x74, 0x21, 0x69, 0x6f, 0x01, 0x6b, 0xab, 0x1c, 0x8e, 0xbd, 0xa8, 0x34, 0x41, 0x4d, 0xa4, 0xf0, 0x02, 0x0e, 0xf7, 0x7f, 0x5c, 0x10, 0x80, 0x99, 0xa4, 0x19, 0xae, 0x1a, 0xa6, 0x65, 0xb5, 0x10, 0xbf, 0xd4, 0x46, 0xa4, 0xb2, 0x5b, 0xa1, 0xc4, 0x47, 0x58, 0x89, 0xa3, 0x50, 0x91, 0xa3, 0x70, 0xdc, 0x00, 0x82, 0x8a, 0x35, 0x84, 0x5b, 0x68, 0x67, 0xd5, 0x1f, 0xf0, 0xaa, 0x45, 0x59, 0xc7, 0x35, 0x2a, 0x81, 0x31, 0x55, 0x8b, 0x57, 0x17, 0x4c, 0xbe, 0x1d, 0x2d, 0x92, 0x03, 0x8d, 0xad, 0x24, 0x6e, 0x17, 0xb8, 0x98, 0x8c, 0xf9, 0xde, 0xea, 0xe7, 0x94, 0xcd, 0x7c, 0x35, 0x8a, 0xce, 0xd2, 0x5c, 0xa3, 0x59, 0x29, 0x1b, 0xd7, 0x7d, 0xee, 0x03, 0x86, 0x33, 0x27, 0xad, 0x85, 0x9c, 0xa5, 0x08, 0x05, 0xbc, 0x05, 0x9d, 0xbd, 0x0d, 0x47, 0xa2, 0xda, 0x1f, 0x3c, 0x04, 0xb1, 0xeb, 0xbe, 0xf8, 0x8f, 0x55, 0x0a, 0x09, 0x3c, 0xbf, 0xf8, 0x93, 0x5a, 0x68, 0x60, 0x42, 0x06, 0x17, 0x04, 0x41, 0x83, 0x03, 0x41, 0x93, 0xa8, 0xd6, 0x79, 0x82, 0xe3, 0x3d, 0x7c, 0x8d, 0x71, 0x58, 0x83, 0x87, 0x4f, 0x20, 0x7c, 0xde, 0xce, 0x42, 0x1f, 0xea, 0x57, 0x29, 0xb3, 0x10, 0x03, 0x62, 0x15, 0xc8, 0x35, 0xec, 0x27, 0x52, 0x25, 0x44, 0x83, 0x52, 0x77, 0x21, 0xf3, 0x55, 0x8d, 0x75, 0xdc, 0xeb, 0xe3, 0xfa, 0x8e, 0x7b, 0x4a, 0xa2, 0x4f, 0xc5, 0x09, 0x40, 0x70, 0xe3, 0x43, 0x13, 0x27, 0x18, 0x48, 0x1f, 0xb2, 0x0a, 0x68, 0x58, 0xab, 0x77, 0xd8, 0xb6, 0x3a, 0x38, 0xe6, 0x44, 0xab, 0x6b, 0x14, 0x4a, 0xba, 0xc4, 0xc6, 0xf0, 0x02, 0xcd, 0x91, 0x62, 0x9d, 0x0c, 0x19, 0xe3, 0x81, 0x88, 0xff, 0x5d, 0x0b, 0x02, 0x14, 0x16, 0x16, 0xd5, 0x82, 0x9d, 0x2f, 0x3c, 0x68, 0x0d, 0xeb, 0x0e, 0x46, 0xd7, 0xf8, 0xd7, 0x90, 0x89, 0x7e, 0x9e, 0x20, 0x84, 0x6f, 0x0a, 0xb9, 0x84, 0xf8, 0xfd, 0x53, 0x60, 0xb8, 0x2d, 0x2c, 0xe1, 0xb2, 0x77, 0xc1, 0x31, 0x8d, 0x08, 0x81, 0x6d, 0x36, 0xc2, 0xfb, 0xb9, 0xbe, 0xe3, 0x9e, 0x38, 0x2e, 0x55, 0x3e, 0x02, 0xd8, 0x0b, 0x3a, 0x26, 0x15, 0x53, 0x8c, 0x94, 0x57, 0x0b, 0xea, 0xee, 0x39, 0xa1, 0x64, 0x18, 0x63, 0x0a, 0xfe, 0x81, 0x41, 0x22, 0x05, 0xa0, 0xbc, 0x62, 0x11, 0x51, 0x9b, 0xab, 0xd6, 0x12, 0x72, 0xc1, 0x90, 0xbe, 0x5d, 0x99, 0xa3, 0xa0, 0xad, 0x26, 0x5c, 0x68, 0xda, 0x9e, 0xf5, 0x63, 0x33, 0xda, 0x2e, 0x65, 0x13, 0x30, 0xd4, 0x98, 0x68, 0xe9, 0xba, 0x78, 0x01, 0x4b, 0xb5, 0x3a, 0x54, 0xa3, 0xc5, 0x4e, 0x9e, 0x05, 0xf9, 0x85, 0x3e, 0x23, 0xe7, 0x1a, 0x1f, 0x4d, 0xb4, 0x08, 0x65, 0x34, 0x5a, 0x79, 0xa2, 0x82, 0x05, 0x40, 0x8b, 0x97, 0x7c, 0x2f, 0x80, 0xb6, 0x68, 0x02, 0x8c, 0x49, 0xf8, 0x10, 0x45, 0x30, 0x41, 0xf1, 0x45, 0xd5, 0x82, 0xdd, 0x0e, 0xea, 0x03, 0xa9, 0x8a, 0x5f, 0x14, 0xd2, 0x5f, 0x47, 0x58, 0x43, 0x38, 0x17, 0x0d, 0xd1, 0xa2, 0x60, 0x3a, 0x2c, 0x38, 0x2f, 0x78, 0xf5, 0x21, 0x07, 0xa2, 0x8c, 0x30, 0xc6, 0x67, 0xaa, 0x57, 0x76, 0xc6, 0x68, 0x68, 0xc7, 0x4d, 0x00, 0xeb, 0x46, 0x23, 0x15, 0x42, 0xd4, 0x37, 0x19, 0xc6, 0xef, 0xcb, 0xc6, 0x29, 0xb5, 0xbd, 0xcc, 0x04, 0xad, 0x8f, 0x32, 0x3f, 0x44, 0x29, 0x7b, 0x9f, 0xda, 0x4e, 0x84, 0xce, 0x6e, 0x31, 0xea, 0x19, 0x13, 0x00, 0xa3, 0x79, 0x8c, 0x1a, 0x24, 0x28, 0xf3, 0xa6, 0xc1, 0xa3, 0xf0, 0x3c, 0x38, 0xbb, 0xb8, 0x43, 0xc4, 0x21, 0x0c, 0x9c, 0x42, 0xec, 0xda, 0xbd, 0x26, 0x84, 0x6d, 0xbf, 0xa5, 0x89, 0x39, 0x54, 0x05, 0xe7, 0x50, 0x7d, 0xb4, 0x31, 0x79, 0x8f, 0x99, 0x7e, 0x59, 0x99, 0xbc, 0x31, 0x5e, 0xc9, 0x18, 0xa3, 0x7e, 0x2d, 0x21, 0xf5, 0xed, 0xb9, 0xf1, 0x1e, 0x76, 0x80, 0x06, 0x76, 0x1d, 0x9f, 0x98, 0xb2, 0x69, 0x28, 0x69, 0xd6, 0xef, 0xc7, 0x34, 0xdf, 0x24, 0x84, 0x70, 0x96, 0x0f, 0x21, 0x6a, 0xd9, 0x3e, 0x15, 0xeb, 0xbe, 0x25, 0xca, 0x7c, 0xb5, 0x5c, 0x50, 0x63, 0x21, 0xda, 0x2c, 0xbf, 0x66, 0x30, 0x83, 0x02, 0x60, 0x98, 0xc8, 0x8d, 0xe1, 0x88, 0x4b, 0x26, 0x97, 0x26, 0x67, 0x32, 0xb8, 0x4e, 0xca, 0xaf, 0xe3, 0x15, 0xf5, 0xb6, 0x6d, 0xef, 0x3f, 0x50, 0x16, 0xf1, 0x99, 0x5f, 0x28, 0x08, 0x65, 0x69, 0x66, 0x50, 0x4f, 0x48, 0x31, 0x18, 0x03, 0x88, 0xf1, 0x98, 0xe9, 0x33, 0xd6, 0x68, 0xbe, 0xa8, 0x5f, 0xab, 0x9e, 0x68, 0xc1, 0x2f, 0x28, 0x38, 0x5c, 0x71, 0xd0, 0x8a, 0xa2, 0x7f, 0xcc, 0x3b, 0x4f, 0x08, 0x63, 0xe2, 0xc7, 0xb5, 0xd8, 0x79, 0x8c, 0x44, 0x06, 0x26, 0xf6, 0x9b, 0x91, 0xe8, 0x41, 0x12, 0x0a, 0x51, 0x59, 0x61, 0x62, 0x32, 0xd8, 0x4a, 0xe5, 0x99, 0x00, 0x0b, 0x09, 0x26, 0xf2, 0x63, 0x8c, 0x66, 0xce, 0xfa, 0xaf, 0x6a, 0x39, 0xb8, 0xb8, 0xe0, 0x08, 0x8e, 0x55, 0x94, 0xaf, 0x50, 0xec, 0x41, 0x3c, 0xe6, 0x1b, 0x8c, 0xbf, 0x52, 0x78, 0x71, 0xae, 0x28, 0x64, 0xa2, 0x5a, 0x11, 0x40, 0x74, 0x1d, 0x49, 0x2c, 0x84, 0x47, 0xa2, 0x5e, 0x7b, 0xd0, 0x3e, 0x22, 0x80, 0x5a, 0xac, 0xb1, 0x14, 0x31, 0xb4, 0x98, 0xd9, 0x1a, 0x17, 0x04, 0x13, 0x2d, 0x6f, 0x57, 0xaa, 0xb8, 0x54, 0xa4, 0xca, 0x58, 0x52, 0xc4, 0x31, 0x95, 0x7a, 0x82, 0x5e, 0x69, 0x44, 0x27, 0x7a, 0x85, 0x17, 0x47, 0x00, 0x84, 0x49, 0x94, 0xc4, 0xe3, 0x83, 0x21, 0x2f, 0x06, 0xf2, 0x42, 0x3e, 0xfe, 0xde, 0x9d, 0x44, 0xd3, 0x7a, 0x12, 0x49, 0xdc, 0x48, 0x21, 0xaa, 0x2b, 0x98, 0x81, 0x80, 0xe9, 0x85, 0x5a, 0x84, 0x9e, 0x69, 0x11, 0x8d, 0x86, 0x8b, 0xaa, 0x51, 0x25, 0x93, 0xb8, 0x5d, 0x15, 0xff, 0x5c, 0x1b, 0xd6, 0x25, 0x41, 0x06, 0xe2, 0x35, 0xab, 0x35, 0xf4, 0x21, 0xa2, 0x89, 0x9f, 0x32, 0x19, 0x9f, 0x80, 0x32, 0xc4, 0xf2, 0x05, 0xe5, 0x70, 0xd3, 0x47, 0x00, 0x99, 0x52, 0x02, 0x66, 0x2e, 0xa3, 0x80, 0xd5, 0xf3, 0xbe, 0xc0, 0xd2, 0xe6, 0xf5, 0x51, 0xe9, 0x90, 0x49, 0xa4, 0x47, 0x26, 0xcf, 0x18, 0x46, 0xa2, 0x09, 0x49, 0x3a, 0xc5, 0x4f, 0x0e, 0xd9, 0xc9, 0xbe, 0x92, 0x25, 0x5f, 0x99, 0x34, 0xae, 0x2e, 0x09, 0xfb, 0x05, 0x73, 0xaf, 0x25, 0xf5, 0x4e, 0x13, 0xab, 0x84, 0x6a, 0x49, 0x61, 0x89, 0x43, 0xfe, 0xc5, 0x78, 0xa9, 0x30, 0x75, 0x81, 0xda, 0x9f, 0x88, 0x00, 0x6d, 0x8d, 0x2b, 0x80, 0x15, 0x17, 0x7c, 0x71, 0x45, 0x42, 0x50, 0x6a, 0xcc, 0x20, 0x26, 0x49, 0xf1, 0xd1, 0x3e, 0x91, 0xe9, 0xe0, 0x58, 0x79, 0xba, 0xa5, 0xa5, 0xea, 0x09, 0x4e, 0xc2, 0xf8, 0x29, 0x43, 0x7e, 0x79, 0x57, 0xad, 0x15, 0x83, 0x00, 0x33, 0x9a, 0x58, 0x0e, 0x3c, 0x1e, 0x09, 0x21, 0x5b, 0xac, 0xe4, 0x42, 0x90, 0x42, 0x16, 0x0a, 0xf6, 0xc1, 0x6f, 0x27, 0xc5, 0x39, 0x07, 0x92, 0x84, 0x86, 0x29, 0xbd, 0x40, 0xaa, 0x89, 0xd7, 0x98, 0xc4, 0xe1, 0xf3, 0x31, 0xfe, 0xe2, 0x69, 0xfd, 0xac, 0x08, 0xc0, 0x81, 0x23, 0x1f, 0x73, 0xb0, 0x7b, 0x1f, 0x35, 0x9a, 0x2d, 0x6d, 0xa8, 0xdc, 0x44, 0xd0, 0x08, 0x30, 0xdf, 0x4b, 0xaa, 0xe4, 0x6b, 0x8c, 0x9a, 0x03, 0x32, 0xb9, 0x99, 0x5b, 0x6a, 0xf6, 0x42, 0x04, 0xc0, 0xcb, 0x59, 0x18, 0xf9, 0xc7, 0x8e, 0xa3, 0x0f, 0xa9, 0x6a, 0xc4, 0x27, 0x88, 0xc4, 0xaa, 0x5a, 0x62, 0x26, 0x80, 0x96, 0x68, 0x1f, 0xb7, 0x6f, 0x1a, 0x79, 0x83, 0xab, 0x54, 0xbf, 0x45, 0xdb, 0x5a, 0xca, 0xba, 0x97, 0x8a, 0xa3, 0x25, 0x19, 0x91, 0x25, 0x8e, 0xfc, 0x52, 0x7a, 0x3b, 0xd2, 0x56, 0x92, 0x2d, 0x46, 0x60, 0xd1, 0x4a, 0xb4, 0x4b, 0xdc, 0x1f, 0xb4, 0x17, 0x64, 0xff, 0xf1, 0xdf, 0xe4, 0x5f, 0x26, 0xfa, 0x2a, 0xeb, 0xb4, 0xe1, 0x61, 0x26, 0x12, 0x0a, 0x32, 0xcd, 0x0f, 0x33, 0xd0, 0x96, 0x49, 0xb6, 0x49, 0xf8, 0x5b, 0xce, 0x3d, 0x27, 0x31, 0x23, 0x21, 0x33, 0x90, 0xf4, 0x2e, 0x71, 0x22, 0x53, 0xb4, 0xcc, 0xcf, 0x54, 0xda, 0xce, 0x08, 0xf3, 0x67, 0x4a, 0x00, 0x4a, 0x31, 0xc1, 0x29, 0x93, 0xc9, 0x4c, 0xf1, 0xf8, 0x54, 0x99, 0x2e, 0xd3, 0xb8, 0xdf, 0xf3, 0x09, 0xc1, 0x54, 0x84, 0x81, 0x19, 0x60, 0x7c, 0x10, 0x85, 0x96, 0xea, 0xff, 0xa2, 0x0b, 0xc0, 0xf9, 0xd0, 0x80, 0x59, 0xd2, 0xee, 0xf3, 0x31, 0x5d, 0x2e, 0xe0, 0x5e, 0xcb, 0x15, 0x82, 0x52, 0xc2, 0x30, 0x13, 0x28, 0xc1, 0x6c, 0x68, 0xfd, 0x6c, 0x0a, 0x00, 0x65, 0x68, 0xec, 0x85, 0x6a, 0x77, 0xb9, 0x4c, 0x97, 0x0b, 0xbc, 0xd7, 0x52, 0xf6, 0x7b, 0x36, 0x84, 0x61, 0x2a, 0x42, 0x30, 0xe3, 0x8c, 0x9a, 0x6d, 0x2a, 0x47, 0xe3, 0x99, 0x06, 0xd3, 0xcb, 0xd5, 0xf6, 0x0b, 0xbd, 0x47, 0x9d, 0xa6, 0x7f, 0x50, 0x8e, 0x30, 0x50, 0xa6, 0xd6, 0xcf, 0x2a, 0x73, 0xe6, 0x92, 0xa6, 0x6b, 0xcb, 0xa7, 0x0a, 0xf1, 0x72, 0x9e, 0xfb, 0x93, 0x29, 0xe6, 0xfd, 0x74, 0x1a, 0xc2, 0x30, 0x15, 0xa1, 0x98, 0x75, 0x4d, 0xaf, 0x14, 0x01, 0x28, 0x25, 0x10, 0x33, 0x65, 0xdf, 0xcb, 0x85, 0xfd, 0xe9, 0x0a, 0x40, 0x39, 0x02, 0x31, 0x5d, 0xd3, 0x70, 0xd1, 0x18, 0x50, 0x69, 0x34, 0x5d, 0x3b, 0x5f, 0x0e, 0xf3, 0xa7, 0x13, 0x05, 0x9c, 0x4f, 0x08, 0xa6, 0xeb, 0x1f, 0x54, 0xcc, 0xc3, 0xae, 0x16, 0x9a, 0x8a, 0xad, 0x97, 0x19, 0xb8, 0xd7, 0xf3, 0x09, 0x41, 0xb9, 0xe6, 0xa0, 0x2a, 0x1e, 0xea, 0xa5, 0x46, 0x72, 0x81, 0xf7, 0xab, 0x53, 0xdc, 0x5f, 0xa3, 0x1a, 0xd5, 0xa8, 0x46, 0x35, 0xaa, 0x51, 0xb5, 0xd1, 0xff, 0x07, 0x84, 0x13, 0xf5, 0xdb, 0xb4, 0xf7, 0x8a, 0x77, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int go_bottom_128_png_len = 7524; unsigned char go_bottom_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x47, 0x6f, 0x20, 0x74, 0x6f, 0x20, 0x42, 0x6f, 0x74, 0x74, 0x6f, 0x6d, 0xaa, 0x9a, 0x48, 0x66, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2c, 0xe0, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x79, 0x9c, 0x14, 0xd5, 0xb9, 0xf6, 0x73, 0xaa, 0x7b, 0x56, 0x18, 0x40, 0x76, 0x05, 0x05, 0x51, 0x5c, 0x10, 0x14, 0x37, 0x10, 0x06, 0xdc, 0xa2, 0x46, 0x2f, 0x88, 0x28, 0xe0, 0x86, 0x31, 0xc6, 0x68, 0x6e, 0x12, 0x13, 0x97, 0xc0, 0x80, 0x37, 0x89, 0x37, 0xe4, 0xde, 0x98, 0x28, 0x83, 0x49, 0xbe, 0x9b, 0xfb, 0x7d, 0x11, 0x97, 0xb8, 0xc4, 0xb8, 0x81, 0xb8, 0xef, 0x2b, 0x3a, 0x33, 0x80, 0x1b, 0x41, 0x54, 0xd4, 0x88, 0x0c, 0xb2, 0x0d, 0xfb, 0x0c, 0xb3, 0x74, 0x4f, 0x77, 0xd7, 0x79, 0xbf, 0x3f, 0xba, 0xab, 0xfa, 0x9c, 0xaa, 0x53, 0xd5, 0xd5, 0x43, 0x0f, 0xb3, 0xf4, 0x79, 0x7f, 0xfe, 0x64, 0xfa, 0x74, 0x55, 0x75, 0xf7, 0x39, 0xcf, 0xf3, 0x9e, 0xe7, 0x7d, 0xcf, 0xc6, 0xa0, 0x4d, 0x5b, 0x1e, 0x1b, 0xd3, 0x55, 0xa0, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0xb4, 0x69, 0xd3, 0x04, 0xd0, 0xa6, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0xb4, 0x69, 0xd3, 0x04, 0xd0, 0xa6, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0xb4, 0x69, 0xd3, 0x04, 0xd0, 0xa6, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0xb4, 0x69, 0xd3, 0x04, 0xd0, 0xa6, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0x3a, 0xdc, 0x26, 0xcd, 0xc5, 0x78, 0x82, 0xf1, 0x08, 0x18, 0x8e, 0xd4, 0xcd, 0xed, 0x6b, 0x5b, 0x19, 0xd8, 0xbf, 0x57, 0x55, 0x9a, 0x2f, 0x68, 0x02, 0x74, 0x23, 0x2b, 0xaf, 0x08, 0x55, 0x01, 0x54, 0xae, 0xf1, 0x1d, 0xc8, 0xb6, 0x54, 0x57, 0xf2, 0xa1, 0x9a, 0x00, 0xdd, 0x8a, 0x00, 0xc6, 0x06, 0x00, 0xc3, 0x35, 0xb6, 0x83, 0x59, 0x75, 0x25, 0x67, 0x9a, 0x00, 0x9a, 0x00, 0x9a, 0x00, 0x9a, 0x00, 0xdd, 0x93, 0x00, 0xbf, 0xb9, 0xf6, 0x7e, 0x14, 0x86, 0x8b, 0x40, 0x20, 0x24, 0xff, 0x23, 0x00, 0x04, 0x00, 0x76, 0x99, 0x55, 0x0a, 0x10, 0x88, 0x84, 0xf7, 0x52, 0x96, 0x2c, 0x4b, 0x5f, 0x23, 0x3e, 0x87, 0x00, 0x10, 0x71, 0xf9, 0x1e, 0x12, 0x9e, 0x27, 0x7e, 0x06, 0x09, 0x65, 0x1e, 0xd7, 0xa5, 0x4b, 0xb8, 0xe3, 0xfd, 0xe4, 0xf5, 0xf2, 0x77, 0x4b, 0x7f, 0x5f, 0x00, 0xe0, 0xa0, 0xd4, 0x3d, 0x1c, 0x3c, 0xf5, 0x9d, 0x9c, 0xf6, 0xc8, 0x73, 0x7f, 0x41, 0x53, 0xb4, 0x41, 0x13, 0x20, 0xdf, 0x08, 0xa0, 0x02, 0x72, 0xee, 0x08, 0x40, 0x19, 0x81, 0x2d, 0x12, 0x20, 0x4d, 0x3e, 0xe1, 0x99, 0xa9, 0xe7, 0xc8, 0x90, 0x17, 0xaf, 0x49, 0xdf, 0xe3, 0x45, 0x02, 0xeb, 0x6e, 0xce, 0xcd, 0x24, 0x81, 0x34, 0x01, 0x34, 0x01, 0x16, 0x5c, 0xfb, 0x37, 0x14, 0x84, 0x0b, 0x03, 0x13, 0xc0, 0x09, 0xc4, 0xf4, 0x7d, 0x22, 0x28, 0x1d, 0x4f, 0xf1, 0x21, 0x80, 0xf4, 0xb9, 0x99, 0x08, 0xe0, 0x22, 0xa0, 0x4c, 0x00, 0x35, 0x41, 0xb3, 0x23, 0xc0, 0xdf, 0x9f, 0xfb, 0x1f, 0x34, 0x47, 0xf7, 0x69, 0x02, 0x68, 0x02, 0x90, 0x6f, 0x59, 0x50, 0x02, 0x00, 0x04, 0x4e, 0x94, 0xd1, 0xb3, 0x67, 0x4b, 0x80, 0x34, 0x41, 0x83, 0x10, 0x20, 0x7d, 0xbd, 0x26, 0x80, 0x26, 0x80, 0x2f, 0x01, 0x56, 0x6d, 0x7c, 0x0e, 0x31, 0x33, 0x2a, 0x79, 0x6d, 0x22, 0x2e, 0x80, 0x9e, 0xec, 0xbf, 0xc5, 0x7f, 0xd3, 0xe5, 0xdc, 0x55, 0x9e, 0xd4, 0xdb, 0xee, 0xf7, 0x61, 0x5d, 0xe7, 0xf5, 0x19, 0xc4, 0xd3, 0xb0, 0x95, 0x3e, 0x93, 0x2b, 0x9e, 0x85, 0xc0, 0xcf, 0x8a, 0x9b, 0xad, 0x76, 0x5c, 0x32, 0xf5, 0xb8, 0x9f, 0xa2, 0xa4, 0xb0, 0x97, 0x26, 0x80, 0x26, 0x40, 0x12, 0x40, 0xab, 0x6a, 0x55, 0x04, 0x48, 0x03, 0x28, 0x33, 0x01, 0x04, 0xb0, 0x29, 0x09, 0x20, 0x3c, 0x2b, 0x13, 0x01, 0x54, 0xd7, 0xba, 0x48, 0xc6, 0xf7, 0x8f, 0x00, 0xa3, 0x6f, 0x40, 0x49, 0x41, 0x99, 0x5d, 0x3f, 0x0f, 0x3f, 0xfb, 0x7f, 0xd0, 0xd2, 0xda, 0xa8, 0x09, 0x90, 0x5f, 0x04, 0x28, 0xb2, 0xc1, 0xbe, 0xaa, 0xf6, 0x79, 0xc4, 0xcc, 0x48, 0x07, 0x10, 0xc0, 0xeb, 0x33, 0x72, 0x44, 0x00, 0xe1, 0xda, 0x78, 0x22, 0x6a, 0x4b, 0x24, 0x4d, 0x00, 0x4d, 0x00, 0x17, 0x01, 0xe2, 0x66, 0x34, 0x0d, 0x5a, 0x5f, 0x20, 0x27, 0x41, 0xe4, 0x2c, 0xb7, 0xae, 0xf5, 0xba, 0xcf, 0x2e, 0x0b, 0x40, 0x00, 0x10, 0x81, 0x83, 0x3b, 0x08, 0x20, 0x92, 0x4c, 0x45, 0x00, 0x7f, 0x32, 0x89, 0x04, 0xb8, 0x70, 0xf4, 0xcf, 0x50, 0x5c, 0xd0, 0xd3, 0xae, 0x9f, 0x87, 0x9e, 0xf9, 0x33, 0x22, 0xb1, 0x26, 0x4d, 0x00, 0x4d, 0x00, 0x37, 0x01, 0xd4, 0x1a, 0x3f, 0x77, 0x04, 0x50, 0x5e, 0x9b, 0x81, 0x00, 0xe9, 0x67, 0x05, 0x27, 0x40, 0x2c, 0x11, 0xb1, 0xeb, 0x43, 0x13, 0x40, 0x13, 0xc0, 0x26, 0x00, 0x00, 0xac, 0xac, 0x7d, 0x0e, 0x71, 0x33, 0xaa, 0x94, 0x32, 0xd9, 0x10, 0x80, 0x28, 0x0d, 0x66, 0xaf, 0xf7, 0x45, 0x5d, 0x7e, 0x20, 0x08, 0x00, 0x22, 0x70, 0x32, 0x11, 0x33, 0xa3, 0x76, 0x7d, 0x4c, 0x1b, 0xfd, 0x73, 0x14, 0x15, 0xf4, 0xb0, 0x5f, 0x3f, 0xf8, 0xcc, 0x9f, 0x10, 0x8d, 0x35, 0x6b, 0x02, 0x68, 0x02, 0x04, 0x27, 0x80, 0x97, 0xee, 0x96, 0x7b, 0x11, 0x9e, 0x53, 0x02, 0x88, 0xd7, 0x66, 0x43, 0x00, 0x93, 0x12, 0x88, 0x9b, 0xad, 0x9a, 0x00, 0x9a, 0x00, 0x6d, 0x25, 0x80, 0xb3, 0xbc, 0xfd, 0x09, 0xe0, 0xfc, 0xcc, 0x20, 0x04, 0xf0, 0x7a, 0x56, 0x82, 0xc7, 0x91, 0xe0, 0xb1, 0x34, 0x01, 0xc6, 0xdc, 0x88, 0xa2, 0x70, 0x69, 0x9a, 0x00, 0x4f, 0xff, 0x11, 0xd1, 0x78, 0x8b, 0x26, 0x80, 0x26, 0x80, 0xec, 0xf1, 0x3b, 0x33, 0x01, 0x92, 0xcf, 0x0a, 0x16, 0x4f, 0xc4, 0x79, 0x0c, 0x26, 0x8f, 0x6b, 0x02, 0x68, 0x02, 0xb4, 0x3f, 0x01, 0x5c, 0xd9, 0x9a, 0x00, 0x04, 0xf0, 0x1c, 0x2c, 0xcb, 0x19, 0x01, 0x5a, 0x61, 0xf2, 0x84, 0x5d, 0x1f, 0x17, 0x8d, 0xb9, 0x09, 0x85, 0xe1, 0x12, 0xfb, 0xf5, 0x03, 0x4f, 0xdf, 0x85, 0xd6, 0x78, 0x44, 0x13, 0x40, 0x13, 0xa0, 0x7b, 0x12, 0x20, 0x66, 0x46, 0xc1, 0xc9, 0xd4, 0x04, 0xd0, 0x04, 0xc8, 0x4f, 0x02, 0xb4, 0x26, 0x5a, 0xa4, 0x79, 0x4c, 0xd3, 0x8f, 0xbf, 0x19, 0x05, 0xa1, 0x62, 0xfb, 0xf5, 0xdf, 0x96, 0x2d, 0x42, 0x2c, 0x11, 0xd5, 0x04, 0xd0, 0x04, 0xe8, 0x7e, 0x04, 0x20, 0xe2, 0x68, 0x4d, 0xb4, 0x48, 0xf5, 0xa1, 0x09, 0xa0, 0x09, 0xd0, 0xa9, 0x82, 0xe0, 0xf6, 0x24, 0x00, 0x27, 0x53, 0x1a, 0x04, 0x03, 0x80, 0x8b, 0x8f, 0xbf, 0x05, 0xe1, 0x50, 0x91, 0xfd, 0xfa, 0xfe, 0x65, 0x95, 0x88, 0x27, 0x5a, 0x35, 0x01, 0x34, 0x01, 0xba, 0x4e, 0x16, 0x28, 0x68, 0x1a, 0xd4, 0xe4, 0x71, 0x69, 0x0c, 0x40, 0x13, 0x40, 0x13, 0xa0, 0x4b, 0x8c, 0x03, 0xb4, 0x65, 0x20, 0x4c, 0xf5, 0xac, 0xb8, 0xd9, 0x2a, 0xa5, 0x40, 0x93, 0x04, 0xf8, 0x05, 0xc2, 0xa1, 0xc2, 0x34, 0x01, 0x9e, 0x5a, 0x88, 0xb8, 0x19, 0xd3, 0x04, 0xd0, 0x04, 0xc8, 0xdd, 0x48, 0x70, 0x67, 0x99, 0x0a, 0x11, 0x4b, 0x44, 0xa4, 0x0c, 0x90, 0x26, 0x80, 0x26, 0x80, 0x27, 0x01, 0xba, 0xe3, 0x64, 0xb8, 0xd6, 0x78, 0xb3, 0x94, 0x01, 0x02, 0x80, 0x4b, 0x4e, 0x98, 0x83, 0x90, 0x51, 0x60, 0xbf, 0xbe, 0xef, 0xa9, 0x3b, 0x91, 0x30, 0xe3, 0x9a, 0x00, 0xf9, 0x48, 0x80, 0xae, 0x38, 0x1d, 0x3a, 0x28, 0x01, 0x38, 0x99, 0xae, 0x0c, 0x90, 0x26, 0x80, 0x26, 0x40, 0xe0, 0x05, 0x31, 0x5e, 0x04, 0x50, 0xc5, 0x08, 0xb9, 0x24, 0x80, 0x7a, 0x41, 0x4c, 0xf6, 0xeb, 0x01, 0x4c, 0x1e, 0x97, 0x66, 0x81, 0x5a, 0x36, 0xe3, 0x84, 0xb9, 0x30, 0x8c, 0xb0, 0xfd, 0xfa, 0xde, 0xa5, 0x77, 0x48, 0x23, 0xc5, 0x9a, 0x00, 0x79, 0x47, 0x80, 0x8e, 0x5a, 0x12, 0xd9, 0xbe, 0x2b, 0xc2, 0x62, 0x66, 0xd4, 0x15, 0x00, 0x6b, 0x02, 0x68, 0x02, 0x74, 0xc0, 0xa2, 0xf8, 0x2c, 0xd6, 0x04, 0xe7, 0x70, 0x51, 0x7c, 0x34, 0xd1, 0x6c, 0xaf, 0x03, 0x96, 0x08, 0x30, 0xb6, 0x02, 0x06, 0x0b, 0xd9, 0xaf, 0xef, 0x59, 0xfa, 0x07, 0x70, 0x6e, 0x6a, 0x02, 0xe4, 0x0b, 0x01, 0x9c, 0x1b, 0x63, 0x39, 0x09, 0xe0, 0xbf, 0xd8, 0x05, 0x39, 0xd9, 0x15, 0x22, 0x48, 0x96, 0x48, 0x7d, 0xad, 0x9b, 0x00, 0x4a, 0xb9, 0xc5, 0x4d, 0x44, 0x13, 0xcd, 0xca, 0xfa, 0xd0, 0x04, 0xd0, 0x04, 0xf0, 0x24, 0x80, 0x6a, 0x10, 0x4c, 0xd6, 0xf7, 0x08, 0x10, 0x24, 0xfb, 0xa4, 0x43, 0x7d, 0x08, 0xe0, 0x8c, 0x11, 0x9c, 0xd7, 0xba, 0x9f, 0xe5, 0x4d, 0x80, 0x84, 0x19, 0x53, 0xea, 0x7f, 0x00, 0x98, 0x39, 0x76, 0x1e, 0x18, 0x33, 0xd2, 0x04, 0x58, 0xf2, 0x7b, 0x69, 0xdb, 0x44, 0x4d, 0x80, 0xbc, 0x25, 0x40, 0x36, 0x83, 0x60, 0x7e, 0x31, 0x02, 0xcf, 0x98, 0xe2, 0xf4, 0x22, 0x99, 0x93, 0x00, 0xdc, 0x99, 0xf9, 0x71, 0x10, 0xc0, 0xeb, 0x59, 0xad, 0x89, 0x16, 0x49, 0xd7, 0x6b, 0x02, 0x68, 0x02, 0xb8, 0x08, 0x60, 0x81, 0x68, 0xd5, 0xc6, 0xe7, 0xd0, 0x9a, 0x88, 0x04, 0x1e, 0x03, 0x08, 0x36, 0x11, 0xce, 0x3f, 0xc0, 0xf5, 0x22, 0x59, 0x2e, 0x08, 0x40, 0xc4, 0x11, 0x8d, 0x37, 0xb9, 0xf2, 0xff, 0x96, 0xcd, 0x1a, 0x3b, 0x1f, 0x60, 0xe9, 0x66, 0x5f, 0xbc, 0xe4, 0x76, 0x69, 0x43, 0x5d, 0x4d, 0x80, 0xbc, 0x22, 0x00, 0x61, 0xe5, 0xc6, 0xe7, 0x52, 0xb3, 0x21, 0xdb, 0x3e, 0x06, 0x10, 0x68, 0x1a, 0x44, 0x80, 0x91, 0x66, 0xbf, 0x20, 0x39, 0x68, 0x4a, 0x36, 0xc1, 0x63, 0xae, 0x09, 0x70, 0x9a, 0x00, 0x9a, 0x00, 0x6e, 0x02, 0xa4, 0x80, 0xe3, 0x26, 0x40, 0x36, 0x19, 0xa0, 0x60, 0x63, 0x00, 0x07, 0x62, 0x39, 0xa4, 0x45, 0x26, 0x3f, 0xf9, 0x03, 0x00, 0xb3, 0x4e, 0xbc, 0x55, 0x7a, 0x7d, 0xf7, 0x93, 0xbf, 0x93, 0x5e, 0x6b, 0x02, 0xe4, 0x31, 0x01, 0xb2, 0xcf, 0x00, 0x65, 0x1e, 0x03, 0xc8, 0xc5, 0x34, 0x88, 0xa0, 0x53, 0xa1, 0x33, 0xc9, 0x1f, 0x4d, 0x00, 0x4d, 0x00, 0xfc, 0xe6, 0xda, 0xfb, 0x93, 0xe3, 0x00, 0xa9, 0x1d, 0x94, 0x93, 0x04, 0x88, 0x04, 0xf0, 0xee, 0xd9, 0x65, 0x80, 0x72, 0x37, 0x08, 0x96, 0x79, 0x1a, 0x84, 0x55, 0x9e, 0x30, 0x5b, 0x3d, 0xb3, 0x3f, 0x9a, 0x00, 0x9a, 0x00, 0x00, 0x80, 0xff, 0xfc, 0xc1, 0x7d, 0x28, 0x2c, 0x28, 0xb2, 0x41, 0xb4, 0xb2, 0xf6, 0x59, 0x69, 0x3d, 0x40, 0xe6, 0x00, 0xb8, 0xed, 0x19, 0xa0, 0xfd, 0x1b, 0x04, 0xcb, 0x3c, 0x0d, 0x22, 0x12, 0x6f, 0x54, 0x0e, 0x7e, 0x69, 0x02, 0x68, 0x02, 0xc8, 0x04, 0xb0, 0xa7, 0x42, 0xc0, 0x45, 0x00, 0x2f, 0x70, 0xfb, 0x05, 0xc0, 0x41, 0x32, 0x40, 0xd9, 0xa6, 0x40, 0x83, 0x0c, 0x82, 0x89, 0x64, 0x32, 0x79, 0xdc, 0x73, 0xf0, 0x2b, 0xdd, 0xd8, 0x0c, 0x33, 0x4f, 0x9c, 0x9f, 0x2e, 0x20, 0xc2, 0xdd, 0x4b, 0x6e, 0xd7, 0x04, 0xd0, 0x04, 0x88, 0x66, 0x00, 0x77, 0xb0, 0x00, 0x38, 0xfb, 0x0c, 0x50, 0xdb, 0x53, 0xa0, 0x4e, 0x82, 0x44, 0x13, 0x4d, 0xbe, 0xc1, 0xaf, 0x26, 0x80, 0x26, 0x80, 0x82, 0x00, 0x49, 0x09, 0x24, 0xcd, 0x05, 0x0a, 0xa0, 0xff, 0xb3, 0x09, 0x80, 0xb3, 0x5e, 0x0b, 0x1c, 0x20, 0x05, 0xea, 0x1c, 0x03, 0x48, 0xf0, 0x38, 0xa2, 0xf1, 0xa6, 0xcc, 0x8d, 0xcd, 0x0c, 0xcc, 0x1c, 0x3b, 0x4f, 0xc0, 0x3f, 0xc7, 0xe2, 0x25, 0xbf, 0xd7, 0x04, 0xc8, 0x3f, 0x02, 0x14, 0xda, 0x87, 0x10, 0xa9, 0x09, 0xe0, 0xad, 0xff, 0x73, 0x11, 0x00, 0xef, 0x57, 0x0a, 0x54, 0xf1, 0xb9, 0x91, 0x78, 0x63, 0x46, 0xef, 0xaf, 0x09, 0xa0, 0x09, 0x90, 0x81, 0x00, 0xde, 0xf9, 0xff, 0x34, 0x01, 0xfc, 0xc6, 0x08, 0x78, 0x9b, 0xbc, 0xfb, 0xfe, 0xa6, 0x40, 0x13, 0x66, 0x6b, 0x46, 0xed, 0x6f, 0x99, 0xc1, 0x42, 0x98, 0x31, 0xb6, 0xc2, 0x7e, 0xcd, 0xc9, 0xc4, 0x3d, 0x4b, 0xfe, 0xa0, 0x09, 0x90, 0x9f, 0x04, 0x48, 0x02, 0x7b, 0x45, 0xed, 0x33, 0xe9, 0x81, 0xb0, 0x2c, 0xf5, 0xbf, 0x7b, 0x04, 0xd8, 0x3b, 0x00, 0xce, 0x76, 0x16, 0x68, 0xb0, 0x14, 0x28, 0x47, 0x73, 0xac, 0x21, 0x63, 0xe6, 0x47, 0x13, 0x40, 0x13, 0xc0, 0x26, 0xc0, 0x6d, 0x3f, 0xb8, 0xd7, 0x8e, 0x01, 0xbc, 0x08, 0xe0, 0x35, 0x01, 0xae, 0x4d, 0xfa, 0xdf, 0x27, 0x00, 0x0e, 0x9e, 0x01, 0x52, 0xa7, 0x40, 0x5b, 0xe3, 0xcd, 0x19, 0xf3, 0xfe, 0xa2, 0x85, 0x8c, 0x30, 0x2e, 0x39, 0x61, 0x6e, 0x9a, 0x00, 0x3c, 0x81, 0x7b, 0x96, 0xde, 0xa1, 0x09, 0xa0, 0x09, 0x10, 0x09, 0x20, 0x7f, 0xfc, 0x52, 0xa4, 0xd9, 0x8d, 0x00, 0xa7, 0x20, 0x2e, 0x79, 0x7b, 0xaf, 0x5e, 0xc4, 0xfd, 0x8c, 0xe4, 0x37, 0x8a, 0x99, 0xad, 0x88, 0xc4, 0x53, 0x67, 0x7b, 0x91, 0x26, 0x80, 0x26, 0x40, 0x50, 0x02, 0x5c, 0x73, 0x4f, 0x72, 0x20, 0x2c, 0x05, 0xb9, 0x15, 0x1b, 0x9e, 0x49, 0x8e, 0x03, 0xb4, 0x41, 0xfe, 0xf8, 0xea, 0x7f, 0xc1, 0xa3, 0xbb, 0x3c, 0x39, 0x4b, 0x9f, 0xf7, 0x9b, 0xd5, 0xd4, 0x08, 0x41, 0x76, 0x35, 0xc7, 0xf6, 0xa6, 0xa5, 0x8f, 0x82, 0x00, 0xa4, 0x28, 0x0f, 0x19, 0x05, 0xb8, 0xe4, 0x84, 0x39, 0xf6, 0x6b, 0x93, 0xc7, 0x71, 0xef, 0xd2, 0x3b, 0x35, 0x01, 0x34, 0x01, 0xa2, 0x59, 0xc9, 0x1f, 0x65, 0xfe, 0x1f, 0x04, 0x38, 0xa5, 0x8e, 0x70, 0xe0, 0xb6, 0x05, 0x6e, 0x10, 0x81, 0x98, 0xcf, 0x78, 0x40, 0xc6, 0xc1, 0x33, 0x8e, 0xe6, 0xd8, 0xbe, 0xf4, 0x7a, 0x5f, 0x52, 0x71, 0xc0, 0x5d, 0x48, 0x00, 0x42, 0x4c, 0x13, 0x40, 0x13, 0x20, 0x45, 0x00, 0x4b, 0x4f, 0xaf, 0xa8, 0x7d, 0x1a, 0x31, 0xfb, 0x14, 0x45, 0xca, 0x2a, 0xfd, 0x09, 0x67, 0x96, 0x46, 0xb8, 0x9e, 0x09, 0x52, 0x87, 0x54, 0x52, 0xc7, 0xfe, 0x3c, 0x75, 0x4a, 0xd5, 0x6b, 0x74, 0x39, 0x12, 0x6f, 0x92, 0x75, 0xbf, 0x97, 0xfc, 0x71, 0x71, 0x80, 0x10, 0x66, 0x85, 0xb8, 0xf8, 0xf8, 0x5f, 0xd8, 0xe5, 0x09, 0x33, 0x86, 0xfb, 0x9e, 0x5a, 0xa8, 0x09, 0x90, 0x4f, 0x04, 0xf8, 0xf5, 0x35, 0x8b, 0x51, 0x54, 0x50, 0x1c, 0x88, 0x00, 0x5e, 0xde, 0x5f, 0x06, 0x31, 0x6c, 0x9d, 0x0e, 0xa6, 0x96, 0x3a, 0xca, 0xc5, 0x36, 0xcc, 0x2b, 0x4d, 0xea, 0x9d, 0x52, 0x6d, 0x4d, 0xb4, 0xb8, 0x53, 0x9e, 0x01, 0xe5, 0x0f, 0x00, 0x84, 0x59, 0x21, 0xa6, 0xa7, 0x08, 0x90, 0x3c, 0x3e, 0x29, 0x86, 0x7b, 0x97, 0x6a, 0x02, 0xb4, 0xbb, 0x9d, 0x5e, 0x81, 0x91, 0x9c, 0xc2, 0xc3, 0x3a, 0xe2, 0x07, 0x12, 0xe3, 0x8f, 0x00, 0x18, 0x24, 0xf6, 0x00, 0x05, 0x05, 0xe9, 0xd9, 0xa0, 0x35, 0x1b, 0x9e, 0x4e, 0x79, 0x54, 0x1f, 0xef, 0xcf, 0x1c, 0x53, 0x15, 0x9c, 0xf1, 0x80, 0x00, 0x54, 0x88, 0x40, 0x57, 0x48, 0x1d, 0xd7, 0x73, 0x82, 0x0c, 0xa4, 0x81, 0x10, 0x8d, 0xb7, 0x20, 0x9a, 0x68, 0xf2, 0xf0, 0xf2, 0xe4, 0xd9, 0x03, 0x88, 0x84, 0x28, 0x08, 0x15, 0xe1, 0xa2, 0xd1, 0xb7, 0xd8, 0xe5, 0x71, 0xb3, 0x15, 0xf7, 0x39, 0x08, 0x40, 0x9c, 0x8f, 0x33, 0x00, 0xcf, 0xbc, 0xaa, 0x19, 0x46, 0x2c, 0xc4, 0xe0, 0x3b, 0xf0, 0x10, 0x63, 0x68, 0x28, 0x24, 0xef, 0x67, 0x94, 0x26, 0x10, 0x7b, 0x6d, 0x11, 0x9a, 0xf3, 0x82, 0x00, 0xe5, 0x73, 0x8d, 0xdb, 0xc0, 0xf0, 0x5f, 0x9d, 0x85, 0xf1, 0xbf, 0xbe, 0x66, 0xb1, 0x3d, 0x1b, 0xd4, 0x97, 0x00, 0x0c, 0x02, 0x58, 0x85, 0x11, 0x5d, 0x47, 0x00, 0x0b, 0x31, 0x87, 0x0f, 0x99, 0x40, 0x2e, 0x29, 0xe3, 0x49, 0x80, 0x74, 0xa0, 0xab, 0x22, 0x40, 0x34, 0xde, 0x6c, 0x83, 0x9f, 0x32, 0x78, 0x7f, 0xf1, 0x3d, 0x72, 0xb0, 0xc0, 0x22, 0x80, 0x45, 0x88, 0x04, 0x6f, 0xc5, 0xbd, 0x4b, 0x16, 0x76, 0x8e, 0x86, 0x21, 0x7c, 0xcd, 0xc0, 0xaf, 0xaa, 0x5a, 0x84, 0x55, 0xdd, 0x8b, 0x00, 0x15, 0xc6, 0x3e, 0x00, 0x65, 0x9d, 0x85, 0x00, 0xb7, 0x5d, 0xb3, 0x18, 0x05, 0x02, 0x01, 0xaa, 0x37, 0x2c, 0x93, 0x83, 0x60, 0xdb, 0xad, 0xca, 0x1e, 0x5c, 0x94, 0x3d, 0xcc, 0x82, 0xaa, 0x98, 0xf1, 0x21, 0x02, 0x63, 0x42, 0xb9, 0x83, 0x18, 0x50, 0xc4, 0x00, 0xca, 0xc0, 0x57, 0xd0, 0xfc, 0x1c, 0x1c, 0x91, 0x78, 0xa3, 0x72, 0x8b, 0xc3, 0x6c, 0xe5, 0x0f, 0x08, 0x08, 0x87, 0x8a, 0x70, 0xd1, 0x71, 0x37, 0xa7, 0x3d, 0xb5, 0x19, 0xc5, 0x7d, 0x4b, 0x2b, 0x03, 0xa7, 0x51, 0x0f, 0x00, 0x1c, 0xab, 0xab, 0x2b, 0xcd, 0x49, 0xdd, 0x8d, 0x00, 0xab, 0x01, 0x8c, 0xed, 0x0c, 0xd5, 0x6b, 0x84, 0x18, 0x7e, 0x75, 0xf5, 0xdd, 0x28, 0x08, 0xa5, 0x67, 0x83, 0xd6, 0x58, 0x04, 0x90, 0xbc, 0x33, 0x14, 0x5a, 0x3f, 0x1d, 0xb4, 0x92, 0x10, 0xf2, 0xca, 0x5e, 0x5e, 0x28, 0xf7, 0x90, 0x3a, 0x24, 0x8c, 0x1c, 0x4b, 0x99, 0x22, 0x87, 0xd7, 0x37, 0x79, 0x02, 0xcd, 0xb1, 0x7a, 0xe9, 0x88, 0x53, 0x95, 0xb6, 0xa1, 0x0c, 0xc4, 0x20, 0xa9, 0x07, 0x28, 0xc6, 0xb4, 0xe3, 0x6e, 0xb2, 0x0b, 0x63, 0x66, 0x14, 0x0f, 0x3e, 0xbf, 0x08, 0x89, 0x28, 0x69, 0x02, 0xb4, 0x97, 0x4d, 0x9a, 0x8f, 0x13, 0xc8, 0x34, 0xaa, 0xc0, 0xd0, 0x53, 0xca, 0x49, 0x17, 0x32, 0x08, 0x3b, 0xf4, 0xb5, 0xff, 0x0f, 0x35, 0x80, 0x92, 0x83, 0x0c, 0xdc, 0x78, 0xce, 0xff, 0x4d, 0x1d, 0x11, 0x94, 0x22, 0x40, 0xed, 0x32, 0xc4, 0xad, 0x25, 0x91, 0x56, 0xde, 0x9e, 0xf9, 0x07, 0xbd, 0x50, 0x79, 0x70, 0x6b, 0x94, 0x96, 0xc9, 0x9e, 0xde, 0x45, 0x1a, 0x2f, 0x62, 0xa4, 0xf2, 0xfd, 0xc9, 0x41, 0xae, 0x28, 0x9a, 0x63, 0xf5, 0xd2, 0xd6, 0xe6, 0x14, 0xc0, 0xfb, 0x8b, 0xac, 0x50, 0x49, 0xa5, 0xc2, 0x50, 0x09, 0xa6, 0x8e, 0xba, 0x51, 0x88, 0x01, 0xa2, 0x78, 0xe1, 0x93, 0xbb, 0xd1, 0xbc, 0x33, 0x01, 0x6b, 0x2e, 0x5d, 0x6a, 0xb6, 0x05, 0x62, 0x71, 0xf5, 0x08, 0x33, 0x25, 0x55, 0x9f, 0xbf, 0x99, 0xe4, 0xdf, 0xa9, 0x58, 0xb9, 0x01, 0x47, 0xe8, 0x40, 0x9c, 0x9f, 0x5b, 0x73, 0x17, 0xde, 0xed, 0x76, 0x41, 0x70, 0xf9, 0x9c, 0xd0, 0x05, 0x30, 0xe8, 0x79, 0x00, 0xf6, 0x96, 0x64, 0xc3, 0x0f, 0x39, 0x06, 0xd7, 0x4f, 0xbd, 0x0d, 0x05, 0xa1, 0x42, 0x57, 0x30, 0x47, 0x8a, 0x56, 0x16, 0x75, 0xb5, 0xf4, 0x7f, 0x49, 0xeb, 0x92, 0xeb, 0x5a, 0xf9, 0x6a, 0xb2, 0x35, 0x82, 0x55, 0x52, 0xb3, 0x61, 0x19, 0xe2, 0xbc, 0xd5, 0x0e, 0x76, 0xbd, 0x82, 0x5e, 0x09, 0xdc, 0xcc, 0x31, 0x4a, 0xcb, 0xd2, 0x04, 0x48, 0x3e, 0x83, 0xdb, 0xa3, 0xb6, 0x4e, 0x12, 0x49, 0x73, 0x7d, 0x98, 0x3c, 0x96, 0xc0, 0xc9, 0x44, 0x4b, 0x6c, 0x1f, 0x5a, 0x13, 0xcd, 0xa0, 0x4c, 0xba, 0xc4, 0x2f, 0xee, 0x25, 0x35, 0x21, 0x0a, 0x43, 0x25, 0xb8, 0x70, 0xd4, 0x8d, 0x1e, 0x63, 0x07, 0xee, 0x02, 0x95, 0x9c, 0x22, 0xe2, 0xae, 0x53, 0x67, 0x2c, 0xe3, 0xdc, 0x44, 0x42, 0xb1, 0x1f, 0x29, 0x00, 0x98, 0x3c, 0x91, 0x3a, 0xb5, 0x3e, 0x86, 0xd7, 0xaa, 0x9e, 0x42, 0x53, 0xa3, 0x2b, 0x9b, 0xf5, 0xe3, 0xea, 0x45, 0x7c, 0x71, 0xb7, 0x4d, 0x83, 0x96, 0xcf, 0x35, 0x6e, 0x06, 0xc3, 0x9f, 0xc4, 0xb2, 0x93, 0x8f, 0x3e, 0x03, 0x97, 0x9e, 0x75, 0x03, 0x98, 0xad, 0xaa, 0xe1, 0xa2, 0x40, 0x26, 0xf0, 0x43, 0x92, 0x23, 0x6a, 0x90, 0xfb, 0x95, 0xd7, 0xd4, 0x3e, 0x8d, 0xb8, 0x19, 0x55, 0xc8, 0x12, 0xae, 0x08, 0x86, 0x15, 0xf1, 0x80, 0x35, 0x5a, 0x2b, 0x09, 0x1a, 0x47, 0xa0, 0xac, 0x48, 0x71, 0x32, 0x47, 0x96, 0xa8, 0x35, 0xd1, 0x82, 0xa6, 0xd8, 0x5e, 0xd7, 0x81, 0x16, 0xfe, 0x41, 0x6e, 0x70, 0xf9, 0x03, 0x00, 0x45, 0xe1, 0x52, 0x4c, 0x39, 0xe6, 0x67, 0x19, 0xc6, 0x0b, 0x82, 0x11, 0x01, 0x44, 0x19, 0xe3, 0x70, 0x55, 0xf7, 0xf1, 0xca, 0xaa, 0x27, 0x50, 0xfb, 0xed, 0xd7, 0xce, 0x77, 0x16, 0x55, 0x57, 0xf2, 0x8a, 0x6e, 0x3f, 0x0e, 0x50, 0x5e, 0x61, 0xfc, 0x2f, 0x80, 0x1b, 0xc4, 0xb2, 0xf3, 0xc7, 0x5f, 0x86, 0xb3, 0x4e, 0x9c, 0x91, 0xc1, 0xeb, 0x2b, 0xc0, 0x2f, 0x65, 0x3a, 0xbc, 0x40, 0xae, 0x26, 0x00, 0x18, 0xec, 0x39, 0x35, 0x35, 0xb5, 0xcb, 0x24, 0x02, 0x38, 0x9f, 0xa7, 0x94, 0x41, 0x76, 0xca, 0x53, 0x05, 0x7a, 0x39, 0x53, 0x84, 0xd4, 0x78, 0x80, 0x7b, 0xfb, 0xf5, 0xe4, 0x2b, 0x93, 0xe2, 0x68, 0x6c, 0xdd, 0x83, 0x98, 0x19, 0xc9, 0x36, 0x6b, 0xe2, 0x89, 0x56, 0x2f, 0xcf, 0x5e, 0x18, 0x2e, 0xc5, 0x94, 0xa3, 0x7f, 0xee, 0x83, 0xf2, 0x6c, 0x89, 0x40, 0xde, 0x44, 0x54, 0xd8, 0xaa, 0xcf, 0x5e, 0xc7, 0xea, 0xcf, 0x1c, 0x49, 0x1e, 0x46, 0x2f, 0x1f, 0xb2, 0x81, 0x2e, 0x5c, 0xb2, 0x04, 0x66, 0xb7, 0x27, 0xc0, 0xac, 0x59, 0x08, 0x6d, 0x19, 0xce, 0x9e, 0x61, 0x60, 0x53, 0xed, 0x2f, 0xc0, 0x18, 0x66, 0x9f, 0x77, 0x13, 0x46, 0x1f, 0x3e, 0xc1, 0xc3, 0xeb, 0x07, 0x03, 0x7f, 0x46, 0xe9, 0x63, 0x79, 0x2d, 0x06, 0x5b, 0xce, 0x80, 0x80, 0x9a, 0x8d, 0xcb, 0x1c, 0x3d, 0x40, 0x5a, 0xab, 0xa7, 0x63, 0x01, 0xee, 0x4d, 0x0c, 0x41, 0x02, 0xc9, 0x01, 0x2e, 0x94, 0x53, 0x22, 0x2c, 0x92, 0x98, 0x94, 0x40, 0x4b, 0xac, 0x1e, 0x91, 0x44, 0x63, 0x66, 0xb9, 0x93, 0xb5, 0xfc, 0x51, 0x07, 0xca, 0x85, 0xa1, 0x12, 0x9c, 0x35, 0xe2, 0xea, 0x74, 0x1c, 0xc6, 0x0a, 0x52, 0x1b, 0xe5, 0xba, 0xbb, 0x8d, 0xe4, 0x41, 0x7a, 0x4c, 0x4d, 0x84, 0x36, 0xf4, 0x06, 0x5f, 0x6e, 0x5a, 0x8d, 0xb7, 0x57, 0xbe, 0xe8, 0xbc, 0xe8, 0xf3, 0xa8, 0xc1, 0x27, 0x7e, 0x74, 0x27, 0x1a, 0xba, 0xed, 0x38, 0x80, 0xab, 0x17, 0x98, 0x87, 0x32, 0x90, 0x51, 0x05, 0xe0, 0x78, 0xbb, 0x21, 0x8c, 0x10, 0x7e, 0x3c, 0xfd, 0xb7, 0x38, 0x74, 0xe0, 0x48, 0x09, 0xc8, 0x5b, 0x1b, 0xbe, 0xc2, 0xc6, 0xbd, 0x9f, 0x49, 0x60, 0x82, 0x9d, 0x7e, 0x74, 0xbf, 0x56, 0x1d, 0x72, 0x91, 0x4c, 0x5b, 0x0a, 0xb0, 0x14, 0xf4, 0x3d, 0x02, 0x7a, 0x7c, 0x31, 0xed, 0x29, 0x6a, 0x7c, 0xa7, 0x6c, 0x82, 0xa5, 0xfb, 0x1d, 0x23, 0xc0, 0x49, 0x92, 0xc0, 0x4e, 0x6d, 0xb6, 0xc4, 0xea, 0xd1, 0x1c, 0x6f, 0x48, 0x46, 0x93, 0x6d, 0x69, 0x01, 0xf2, 0x8f, 0x81, 0xdd, 0x5c, 0x20, 0xf5, 0x7d, 0xe4, 0xe4, 0x0b, 0xc1, 0xa1, 0x36, 0xe5, 0xdb, 0x53, 0x6f, 0x16, 0x18, 0xc5, 0xf2, 0x7d, 0xa9, 0x17, 0x0c, 0x06, 0x8e, 0x1d, 0x5c, 0x8e, 0x23, 0xfb, 0x9f, 0x2c, 0x7d, 0xa5, 0xba, 0x3d, 0xb5, 0x78, 0xfe, 0xad, 0x47, 0x61, 0x72, 0x29, 0x7a, 0xde, 0x45, 0xe0, 0xa7, 0xd5, 0x54, 0x62, 0x7d, 0x87, 0xe6, 0x9d, 0x3a, 0xe2, 0x43, 0x27, 0xce, 0xc1, 0x30, 0x66, 0x18, 0xab, 0x20, 0x8c, 0xd0, 0x96, 0x16, 0xf5, 0xc4, 0xcf, 0x66, 0xfc, 0x1e, 0x07, 0x95, 0x0d, 0x94, 0x5a, 0x68, 0xfd, 0xae, 0xd5, 0xd8, 0xde, 0x58, 0xdb, 0x06, 0xf0, 0x0b, 0x60, 0x67, 0xa9, 0x86, 0x75, 0x4e, 0x4d, 0x70, 0x06, 0xcf, 0xc2, 0xf5, 0x10, 0x14, 0xbc, 0x3c, 0x00, 0xa6, 0xca, 0xef, 0x27, 0xef, 0x65, 0xe2, 0x20, 0x96, 0x30, 0x78, 0x86, 0x54, 0x8e, 0xa9, 0x29, 0xb6, 0x17, 0x2d, 0xf1, 0x06, 0xb7, 0xce, 0x67, 0x99, 0x9a, 0x84, 0x82, 0x65, 0x80, 0x7c, 0xe4, 0x8f, 0x2f, 0x19, 0x14, 0xd7, 0xb8, 0x88, 0x40, 0x90, 0x7b, 0x5e, 0x45, 0xf9, 0xa0, 0x5e, 0x23, 0x30, 0xe9, 0xf0, 0x99, 0xd2, 0x6f, 0x68, 0x8a, 0xd4, 0x63, 0xd9, 0x1b, 0x0f, 0xa0, 0x25, 0x22, 0x05, 0xbd, 0x31, 0x03, 0xfc, 0xbc, 0xf7, 0x2a, 0xb1, 0xbc, 0xc3, 0x13, 0xaf, 0x1d, 0xf5, 0xc1, 0xe5, 0xf3, 0x70, 0x0a, 0xc8, 0x58, 0x0e, 0xa0, 0xd4, 0x2a, 0xeb, 0xdf, 0x67, 0x30, 0x7e, 0x32, 0xfd, 0xbf, 0x51, 0x5a, 0xd4, 0x33, 0x9d, 0x89, 0x27, 0x8e, 0x75, 0xdb, 0xab, 0x51, 0xdf, 0xb2, 0xc3, 0x1d, 0xf0, 0x2a, 0xc0, 0x0f, 0xc1, 0x53, 0x5b, 0x9e, 0x37, 0x0d, 0x6a, 0x39, 0xbf, 0x0f, 0x55, 0x3e, 0x5f, 0xf4, 0xf8, 0x1e, 0xfa, 0x1f, 0x2c, 0x95, 0x01, 0x12, 0x02, 0x64, 0x67, 0x60, 0x6c, 0xe9, 0x7e, 0x4e, 0x1c, 0x2d, 0xf1, 0x7a, 0x34, 0xc7, 0xeb, 0x61, 0x92, 0xa9, 0xae, 0x70, 0x96, 0x9d, 0xf7, 0x57, 0x17, 0x29, 0xd0, 0xef, 0x91, 0x0e, 0x75, 0x92, 0xc1, 0xdb, 0xeb, 0x93, 0x03, 0xf8, 0xee, 0xde, 0xc0, 0x2a, 0xef, 0x55, 0xd4, 0x0f, 0x67, 0x8f, 0xbc, 0x1a, 0x61, 0xa3, 0xc8, 0x7e, 0x60, 0x2c, 0xd1, 0x8a, 0x67, 0xdf, 0x79, 0x08, 0xbb, 0xf6, 0xec, 0x70, 0xa8, 0x5b, 0x76, 0x75, 0xcd, 0x22, 0xf3, 0x91, 0x4e, 0x31, 0xf2, 0xd0, 0x91, 0x1f, 0x3e, 0x71, 0x5e, 0x68, 0x26, 0x23, 0x7a, 0x02, 0x80, 0xbd, 0x5f, 0xf7, 0x11, 0x43, 0x46, 0xe3, 0x9a, 0x0b, 0xe6, 0x21, 0x14, 0x2a, 0xb0, 0x6b, 0x3e, 0x61, 0xc6, 0xb0, 0x76, 0xeb, 0x72, 0xb4, 0xc4, 0xf7, 0x65, 0x0d, 0x7e, 0xa6, 0x94, 0x36, 0x70, 0xc8, 0x1f, 0xe1, 0x6f, 0xc6, 0x64, 0x8f, 0xaf, 0xe8, 0x35, 0xfc, 0x88, 0x91, 0x9e, 0xc6, 0x6c, 0xa2, 0x31, 0xb6, 0x17, 0x2d, 0x56, 0x3e, 0x9f, 0xf9, 0x34, 0x40, 0x96, 0x04, 0x08, 0x26, 0x7f, 0xc8, 0x5f, 0xbb, 0x53, 0x00, 0x22, 0x50, 0xfa, 0x46, 0x52, 0xe5, 0xf0, 0x53, 0xbd, 0x41, 0x51, 0xa8, 0x14, 0x67, 0x8f, 0xbc, 0x1a, 0xa5, 0x05, 0x7d, 0xd2, 0x29, 0x51, 0x32, 0xf1, 0x4a, 0xcd, 0xe3, 0xd8, 0xb8, 0xf9, 0x1b, 0xf9, 0xf7, 0x32, 0xdc, 0x5e, 0xb5, 0x90, 0xff, 0x1a, 0x9d, 0xc4, 0x3a, 0x7c, 0xe6, 0xdf, 0xc4, 0xb9, 0xc6, 0xaf, 0x18, 0x83, 0xb4, 0x3d, 0xd9, 0xb8, 0x51, 0x67, 0x61, 0xfa, 0xa4, 0xeb, 0x52, 0x60, 0x4c, 0x96, 0x45, 0x13, 0x4d, 0xf8, 0x64, 0xeb, 0xdb, 0x88, 0x9b, 0xad, 0x2e, 0xf0, 0xdb, 0x70, 0x16, 0xc0, 0x9f, 0xdc, 0x01, 0x59, 0xad, 0xf5, 0xc1, 0xa0, 0x28, 0xf7, 0x18, 0x01, 0xb6, 0x75, 0xbf, 0x20, 0x73, 0x54, 0xbd, 0x81, 0xf0, 0xac, 0xe6, 0x58, 0x03, 0x1a, 0x63, 0xbb, 0x60, 0x52, 0x22, 0x18, 0xd0, 0xf7, 0xb3, 0x07, 0xf0, 0x0e, 0x4e, 0x3d, 0xc8, 0xa0, 0x92, 0x3f, 0x1e, 0x44, 0xf0, 0xf3, 0xfa, 0x20, 0x20, 0xc4, 0xc2, 0x38, 0x7d, 0xc4, 0xe5, 0xe8, 0x5b, 0x3a, 0x44, 0xba, 0xb7, 0x66, 0xed, 0xcb, 0x58, 0xf3, 0xf9, 0x87, 0xce, 0x2f, 0xb8, 0xac, 0xba, 0x27, 0xcd, 0xc2, 0x02, 0x70, 0x4d, 0x00, 0x91, 0x04, 0x15, 0xc6, 0x62, 0x06, 0xfc, 0x48, 0x2c, 0xfb, 0xb7, 0x09, 0xb3, 0x31, 0x69, 0xcc, 0x14, 0x49, 0xa7, 0x37, 0x46, 0x77, 0x63, 0xed, 0xb6, 0x77, 0xc1, 0xc9, 0xf4, 0x06, 0xbf, 0xe4, 0x03, 0xd3, 0xb3, 0x32, 0x95, 0xe5, 0x3e, 0x72, 0x87, 0x01, 0xae, 0xd8, 0x41, 0xcc, 0x06, 0xb9, 0xa7, 0x32, 0x70, 0x34, 0xc5, 0xf7, 0xa2, 0x31, 0xb6, 0x1b, 0x26, 0x8f, 0xab, 0x01, 0xcf, 0x9c, 0x95, 0xce, 0xb2, 0x6f, 0x09, 0x52, 0x65, 0xc6, 0x3c, 0xa4, 0x11, 0x65, 0x26, 0x83, 0x1a, 0xec, 0xe4, 0x22, 0x89, 0x4b, 0x16, 0xa5, 0xde, 0x3c, 0x75, 0xe8, 0x85, 0x38, 0xf4, 0xa0, 0x51, 0xd2, 0x33, 0x3f, 0xdb, 0xf8, 0x01, 0x96, 0xaf, 0x78, 0xc5, 0xf9, 0xdb, 0x57, 0xf7, 0xe0, 0x7c, 0x72, 0x67, 0x99, 0x05, 0xda, 0xa9, 0x08, 0x70, 0xf2, 0x8f, 0x50, 0x50, 0xdc, 0x9b, 0xbd, 0x02, 0xb0, 0xb3, 0xc5, 0xf4, 0xe8, 0x95, 0xe7, 0xdd, 0x88, 0x51, 0xc3, 0xc6, 0x49, 0xad, 0xbb, 0xbd, 0xb1, 0x16, 0x5f, 0xed, 0xf8, 0x20, 0x30, 0xf8, 0xd3, 0xde, 0xde, 0xed, 0xdd, 0x99, 0x94, 0x12, 0x15, 0xe4, 0x0e, 0x4b, 0x03, 0x9b, 0x79, 0xc8, 0x1c, 0x9b, 0x24, 0x44, 0x68, 0x49, 0xec, 0x43, 0x7d, 0xb4, 0x0e, 0x26, 0x8f, 0xc9, 0x35, 0x2a, 0x01, 0x9e, 0xed, 0xbf, 0x0c, 0xca, 0x28, 0x7f, 0xc8, 0x23, 0x5f, 0xef, 0x25, 0x7f, 0x28, 0x23, 0x11, 0xfc, 0xca, 0x8f, 0x19, 0x38, 0x11, 0xc7, 0x0d, 0x9c, 0x2c, 0x11, 0x65, 0xcb, 0xee, 0xf5, 0x78, 0xfe, 0xcd, 0xc7, 0xc1, 0xc5, 0x8c, 0x0f, 0xc3, 0xb6, 0x50, 0x82, 0x8f, 0x7f, 0xf7, 0x8f, 0xd8, 0x84, 0x4e, 0x66, 0x9d, 0x66, 0xf1, 0xc3, 0x84, 0x5b, 0xd0, 0xd7, 0x28, 0x30, 0x56, 0x80, 0x70, 0x94, 0x55, 0x16, 0x0e, 0x85, 0x71, 0xfd, 0xb4, 0xff, 0xc4, 0xd0, 0x01, 0x23, 0xa4, 0x2e, 0x78, 0xe3, 0x9e, 0xb5, 0xd8, 0x54, 0xff, 0x85, 0x2f, 0xf8, 0x19, 0x83, 0x6b, 0x62, 0x5b, 0x7a, 0x10, 0xcc, 0x92, 0x4a, 0x5e, 0xe0, 0x17, 0xef, 0x41, 0x7a, 0x11, 0xbb, 0x23, 0x73, 0x94, 0xa0, 0x18, 0xf6, 0x46, 0xb6, 0x21, 0x92, 0xd8, 0x27, 0xd5, 0xa8, 0x17, 0xe0, 0x19, 0xdb, 0xcf, 0x96, 0xc8, 0x5a, 0xfe, 0x90, 0x7b, 0x58, 0xc0, 0x8f, 0x08, 0x4a, 0xaf, 0xaf, 0x90, 0x45, 0x04, 0x0c, 0xe9, 0x75, 0x34, 0xc6, 0x1f, 0x3a, 0xcd, 0x96, 0xa9, 0x04, 0x60, 0x5f, 0xcb, 0x6e, 0x2c, 0x7d, 0xf5, 0x01, 0x44, 0xa3, 0xd2, 0xa0, 0x5e, 0x84, 0x33, 0x7e, 0xe6, 0x8a, 0x85, 0x78, 0x1f, 0x9d, 0xd0, 0x3a, 0xd5, 0xea, 0x9f, 0x49, 0xb7, 0x62, 0x04, 0x99, 0xc6, 0x4a, 0x00, 0x03, 0xac, 0xb2, 0x9e, 0x25, 0xbd, 0xf1, 0x93, 0x8b, 0x7f, 0x8b, 0xde, 0x3d, 0xfa, 0x89, 0xe1, 0x1d, 0xbe, 0xdc, 0xb1, 0x0a, 0x3b, 0x1a, 0x37, 0xba, 0xc0, 0x6f, 0xa5, 0x3f, 0xa5, 0x2c, 0x0f, 0x83, 0x94, 0x99, 0xb1, 0xb2, 0x37, 0xe2, 0x75, 0x70, 0xbc, 0xe7, 0xee, 0x0d, 0x84, 0xf1, 0x04, 0xe2, 0x68, 0x8c, 0xed, 0x46, 0x7d, 0x6b, 0x5d, 0x72, 0xf0, 0x4b, 0xf4, 0xf4, 0x8c, 0xf9, 0x7b, 0x76, 0xe6, 0x53, 0xf1, 0x2c, 0x3b, 0x02, 0xf8, 0x8e, 0xda, 0x52, 0x06, 0x32, 0x04, 0x05, 0xbb, 0xa2, 0x37, 0xe8, 0x53, 0x3c, 0x08, 0xa7, 0x1f, 0x3e, 0x1b, 0x21, 0x56, 0x60, 0x3f, 0xb0, 0x35, 0x1e, 0xc1, 0x53, 0xaf, 0xff, 0x0d, 0x7b, 0xeb, 0xf7, 0x48, 0x5f, 0x83, 0x81, 0xcd, 0xae, 0xaa, 0x34, 0x1f, 0x43, 0x27, 0xb5, 0x4e, 0xb7, 0xfc, 0xad, 0xbc, 0x02, 0x93, 0x01, 0xe3, 0x75, 0x00, 0x45, 0x56, 0xd9, 0xc0, 0x83, 0x86, 0xe0, 0x47, 0x17, 0xfd, 0x27, 0x8a, 0x0b, 0x4a, 0xec, 0x46, 0xe3, 0x64, 0xe2, 0x93, 0x6d, 0x6f, 0xa3, 0x31, 0xba, 0x3b, 0x30, 0xf8, 0xed, 0xb4, 0xa8, 0x0b, 0xf4, 0x94, 0x8a, 0x9b, 0xad, 0x49, 0x6a, 0xe4, 0x26, 0x88, 0xb5, 0x17, 0x8f, 0xd9, 0x82, 0xdd, 0x91, 0x4d, 0xc9, 0xd1, 0x63, 0x85, 0xb7, 0x77, 0x81, 0xde, 0x09, 0x78, 0x0f, 0xbd, 0x93, 0x51, 0x06, 0x79, 0xca, 0x1f, 0xf2, 0x18, 0xfc, 0xf2, 0x22, 0x43, 0x26, 0x22, 0x90, 0x47, 0xee, 0x3f, 0x59, 0x50, 0x1c, 0xea, 0x89, 0x33, 0x47, 0x7c, 0x0f, 0x25, 0x05, 0xbd, 0xd2, 0xe1, 0x02, 0x99, 0x78, 0xe1, 0xbd, 0x7f, 0xe0, 0xdb, 0xcd, 0xb5, 0xce, 0xdf, 0x74, 0x5b, 0x55, 0x25, 0xff, 0x1d, 0x3a, 0xb1, 0x75, 0xca, 0xf5, 0x9f, 0xe5, 0xf3, 0x42, 0xdf, 0x07, 0xd1, 0x83, 0x62, 0xd9, 0xc8, 0x43, 0x8f, 0xc7, 0x55, 0xe7, 0xdd, 0x02, 0xc3, 0x48, 0x0f, 0xdd, 0xc7, 0xcd, 0x56, 0xfc, 0x73, 0xeb, 0x9b, 0x88, 0x5a, 0xfb, 0xe3, 0x48, 0x80, 0x4d, 0x65, 0x6d, 0x24, 0x40, 0x33, 0x21, 0x36, 0x10, 0xa7, 0x31, 0x24, 0xb5, 0x7e, 0x9a, 0x34, 0x24, 0xcf, 0x0e, 0x4d, 0xbd, 0xb7, 0x2f, 0xb6, 0x13, 0x7b, 0x23, 0x5b, 0x53, 0xd9, 0x20, 0x07, 0xf0, 0x1d, 0xa0, 0xf7, 0x02, 0x7c, 0x9b, 0x65, 0x50, 0x60, 0xf9, 0x43, 0xca, 0x51, 0xdc, 0x4c, 0x44, 0x70, 0xa7, 0x40, 0xdd, 0xbd, 0x81, 0xc1, 0xc2, 0x98, 0x3c, 0xfc, 0x0a, 0xf4, 0x2d, 0x39, 0x58, 0x54, 0x4d, 0xa8, 0xfa, 0xe7, 0x8b, 0x58, 0xf3, 0xd9, 0x47, 0xce, 0xaf, 0xb5, 0xa4, 0xba, 0x92, 0x5f, 0x86, 0x4e, 0xb4, 0xdc, 0xa6, 0xcb, 0x10, 0x20, 0xd9, 0x13, 0x18, 0xb7, 0x03, 0xf8, 0xa5, 0x14, 0x27, 0x8c, 0x39, 0x17, 0xff, 0x76, 0xda, 0x55, 0xd2, 0x75, 0x2d, 0xf1, 0x06, 0xac, 0xd9, 0xf2, 0x16, 0x12, 0xd4, 0x2a, 0x04, 0xae, 0x32, 0xf8, 0x99, 0x94, 0xe8, 0x14, 0x53, 0xa5, 0x70, 0xa5, 0x3e, 0x2d, 0xd0, 0xa7, 0x63, 0x08, 0x02, 0xa7, 0x04, 0x76, 0xb6, 0xd4, 0x22, 0x12, 0x6f, 0x4c, 0x01, 0x38, 0x03, 0xf0, 0x05, 0xd0, 0x33, 0xe6, 0x5d, 0xe3, 0x59, 0xc9, 0xa0, 0x36, 0xc9, 0x1f, 0xf2, 0x98, 0xd2, 0x10, 0x8c, 0x08, 0xce, 0xde, 0xe0, 0xd4, 0x21, 0xd3, 0x30, 0xb4, 0xd7, 0x31, 0xd2, 0xe7, 0xac, 0xdd, 0xb0, 0x12, 0xcb, 0x6b, 0x5e, 0x73, 0xfe, 0x88, 0x0f, 0xa3, 0x3d, 0xcc, 0x33, 0x3e, 0x5a, 0x80, 0x16, 0x74, 0x72, 0xeb, 0xcc, 0x3b, 0x00, 0xb0, 0xf2, 0x0a, 0xe3, 0x11, 0x00, 0x57, 0x8a, 0x85, 0x53, 0xca, 0xaf, 0xc2, 0x69, 0xa3, 0xce, 0x41, 0x7a, 0x88, 0x0b, 0xa8, 0x8f, 0xd4, 0xe1, 0xd3, 0xed, 0xcb, 0xc1, 0x89, 0x27, 0xa7, 0x56, 0x67, 0x02, 0xbf, 0x10, 0x4b, 0x40, 0x28, 0x4f, 0x6b, 0xfd, 0xe4, 0x5d, 0x1c, 0x1c, 0x09, 0xde, 0x8a, 0xed, 0xcd, 0xdf, 0x20, 0xce, 0xa3, 0xc9, 0x72, 0x27, 0xf0, 0x15, 0xde, 0x5e, 0x25, 0x83, 0xfc, 0x67, 0x3b, 0xf8, 0xf7, 0x10, 0x94, 0x69, 0x21, 0x30, 0xc1, 0x33, 0x25, 0x2a, 0x0e, 0x66, 0x79, 0x12, 0xc1, 0x27, 0xe3, 0x63, 0x49, 0x9f, 0x63, 0x07, 0x4c, 0xc6, 0xd1, 0xfd, 0x27, 0x48, 0xcf, 0xdf, 0xbc, 0x6b, 0x3d, 0x9e, 0x7d, 0xed, 0x51, 0x70, 0x2e, 0x7d, 0xa7, 0xad, 0x3c, 0xc1, 0xc7, 0xad, 0xf8, 0x13, 0xb6, 0xa0, 0x0b, 0x58, 0xa7, 0xde, 0x02, 0xe3, 0xcc, 0x05, 0x28, 0x8e, 0x37, 0x87, 0xde, 0x02, 0x68, 0x82, 0x98, 0x1e, 0xbd, 0xea, 0xfc, 0x9b, 0x70, 0xd4, 0xd0, 0xb1, 0xa9, 0xc9, 0x6d, 0xc9, 0x06, 0xaa, 0x6b, 0xfa, 0x06, 0xff, 0xda, 0xf9, 0x41, 0x3a, 0xb7, 0xaf, 0x04, 0x3f, 0xa0, 0x1a, 0xf4, 0xb2, 0xca, 0x9d, 0x19, 0xa3, 0x56, 0xb3, 0x19, 0x75, 0xcd, 0xeb, 0xc1, 0x29, 0x61, 0x23, 0x53, 0xed, 0xf1, 0x59, 0x00, 0x19, 0x94, 0x7e, 0x91, 0xb5, 0x0c, 0xca, 0x28, 0x7f, 0x48, 0x4d, 0x06, 0xf2, 0xee, 0x15, 0xd4, 0x44, 0x50, 0xf7, 0x06, 0x43, 0xca, 0x8e, 0xc6, 0xa9, 0x87, 0x4c, 0x93, 0xbe, 0x4a, 0x7d, 0xf3, 0x2e, 0x3c, 0xf9, 0xd2, 0xdf, 0xd0, 0x1a, 0x95, 0xf6, 0x28, 0x6a, 0x62, 0x21, 0x3e, 0xa9, 0xea, 0x4e, 0xac, 0x41, 0x17, 0xb1, 0x4e, 0xbf, 0x07, 0xcc, 0x99, 0x73, 0xd0, 0x3f, 0x6e, 0x18, 0x2b, 0x01, 0x1c, 0x61, 0x95, 0x15, 0x86, 0x0a, 0x71, 0xfd, 0xc5, 0xb7, 0x61, 0x50, 0xdf, 0x43, 0xd3, 0x53, 0x9c, 0x01, 0xac, 0xdf, 0xfd, 0x31, 0xb6, 0x36, 0x7c, 0x29, 0x01, 0xda, 0x17, 0xfc, 0x9e, 0x84, 0x48, 0x9e, 0xb8, 0xb2, 0xbd, 0xf9, 0x1b, 0x69, 0x1a, 0x83, 0xcb, 0xeb, 0xfb, 0x92, 0x42, 0x4c, 0x7f, 0xb2, 0xb6, 0xcb, 0x20, 0xca, 0xc0, 0x07, 0xf2, 0x21, 0x84, 0xe7, 0x88, 0xaf, 0x7f, 0xc6, 0x47, 0x94, 0x3e, 0xbd, 0x8b, 0x06, 0x63, 0xf2, 0xb0, 0x2b, 0x92, 0x19, 0x9f, 0xd4, 0xc5, 0x91, 0x78, 0x0b, 0x96, 0xbc, 0x72, 0x3f, 0xea, 0xeb, 0xf7, 0x8a, 0x1f, 0xcd, 0x89, 0xd8, 0x25, 0x35, 0x8b, 0xcc, 0x67, 0xd1, 0x85, 0xac, 0x4b, 0x6c, 0x82, 0x34, 0x79, 0x0e, 0x46, 0x71, 0xc3, 0xa8, 0x06, 0x60, 0x4f, 0x36, 0x29, 0x2b, 0xe9, 0x83, 0x7f, 0xbf, 0xe4, 0x36, 0xf4, 0xea, 0xd1, 0x57, 0x6a, 0xfd, 0xcf, 0x76, 0xbc, 0x8b, 0xdd, 0x2d, 0x5b, 0x6c, 0x91, 0x63, 0xc5, 0x03, 0x22, 0xd0, 0x9d, 0x65, 0xb0, 0x5f, 0x27, 0xef, 0x8a, 0x26, 0x1a, 0xb1, 0xad, 0xf9, 0x6b, 0x9b, 0x5c, 0x6e, 0xe0, 0x2b, 0x3c, 0xb9, 0x0b, 0xf8, 0xcc, 0xbb, 0x47, 0x08, 0x52, 0xf3, 0x2c, 0xb3, 0xf7, 0xcf, 0x2c, 0x7f, 0xc8, 0xb3, 0x57, 0x20, 0xca, 0xdc, 0x1b, 0x14, 0x85, 0x7a, 0xe2, 0x8c, 0xe1, 0xdf, 0x43, 0x71, 0xb8, 0xcc, 0x7e, 0x40, 0x82, 0xc7, 0xf1, 0xec, 0x5b, 0x7f, 0xc7, 0x96, 0xad, 0x9b, 0x9c, 0xdf, 0x77, 0x5e, 0xf5, 0x42, 0x5e, 0x89, 0x2e, 0x66, 0x5d, 0x66, 0x17, 0xb0, 0x09, 0xf3, 0xc3, 0xdf, 0x35, 0x38, 0x7f, 0x01, 0x80, 0xbd, 0x94, 0xfe, 0xe0, 0xfe, 0xc3, 0x70, 0xed, 0x85, 0xf3, 0x51, 0x54, 0x50, 0x62, 0xb7, 0xa0, 0x49, 0x71, 0xac, 0xd9, 0xfa, 0x06, 0x1a, 0x63, 0x7b, 0xdd, 0x40, 0x17, 0x27, 0xba, 0x79, 0xcc, 0x0d, 0x8a, 0x99, 0x11, 0xd4, 0x35, 0xff, 0xcb, 0x9e, 0xc7, 0x93, 0xd1, 0xeb, 0x3b, 0x80, 0x2f, 0x79, 0x7b, 0x4f, 0x19, 0x84, 0x74, 0x30, 0xdd, 0x66, 0x73, 0x0f, 0x72, 0xf9, 0xcb, 0x1f, 0x52, 0xcc, 0xff, 0xb7, 0xe6, 0xf9, 0xc9, 0xbd, 0x01, 0x11, 0x10, 0x36, 0x0a, 0x31, 0xe9, 0xd0, 0x2b, 0xd0, 0xbb, 0x78, 0xa0, 0xd4, 0x93, 0xbc, 0xfd, 0xc1, 0x33, 0x58, 0xfb, 0xf9, 0x1a, 0xe7, 0x57, 0x79, 0xa8, 0x7a, 0x11, 0xbf, 0x06, 0x5d, 0xd0, 0xba, 0xd4, 0x36, 0x78, 0xe5, 0x15, 0xa1, 0xeb, 0x00, 0xba, 0x57, 0x2c, 0x3b, 0xf6, 0xf0, 0x93, 0x70, 0xd9, 0x77, 0x7e, 0x0a, 0xc3, 0x30, 0xec, 0xd6, 0x68, 0x35, 0x23, 0xf8, 0xe7, 0xd6, 0xd7, 0x10, 0x35, 0x9b, 0xfd, 0xc1, 0xef, 0x98, 0x30, 0x97, 0xe0, 0x31, 0x6c, 0x6b, 0xfa, 0x12, 0x09, 0x8a, 0x4b, 0x20, 0x67, 0x4c, 0xe1, 0xf5, 0x83, 0x00, 0x9f, 0xf9, 0x00, 0x9e, 0xb5, 0xad, 0x11, 0xc8, 0xe7, 0x05, 0x65, 0x9c, 0xf0, 0xe6, 0x9e, 0xcc, 0xa6, 0x22, 0x08, 0x23, 0x86, 0x53, 0x0f, 0x99, 0x8e, 0xc1, 0x3d, 0x8f, 0x94, 0x9e, 0xf7, 0xf1, 0x57, 0xef, 0xe1, 0xbd, 0x15, 0x6f, 0x39, 0xbe, 0x10, 0xab, 0xea, 0xd5, 0x6a, 0x9e, 0xf3, 0xf2, 0x5f, 0xd0, 0xaa, 0x09, 0x70, 0x00, 0x6c, 0x62, 0x85, 0xf1, 0x67, 0x06, 0xdc, 0x24, 0x95, 0x9d, 0x70, 0x2e, 0xce, 0x1f, 0x7f, 0x05, 0xc4, 0x59, 0x3f, 0x4d, 0xb1, 0x3d, 0x58, 0xb3, 0xed, 0x75, 0x98, 0x14, 0x57, 0x80, 0x1f, 0x42, 0x9c, 0x60, 0x49, 0x23, 0x8e, 0xba, 0xa6, 0xaf, 0x10, 0x35, 0x5b, 0x24, 0xd0, 0x2b, 0x25, 0x4f, 0xa0, 0xf2, 0xec, 0x7a, 0x84, 0x36, 0x76, 0x02, 0x1e, 0xf2, 0xc7, 0x7b, 0x1e, 0xbf, 0x17, 0x11, 0x44, 0xe9, 0x33, 0x6a, 0xc0, 0x99, 0x38, 0xf2, 0xa0, 0x53, 0x25, 0x12, 0xd5, 0x6e, 0xff, 0x02, 0xcf, 0xbd, 0xfa, 0x24, 0x48, 0xce, 0xf8, 0xd4, 0x1a, 0x61, 0x3e, 0xee, 0xbd, 0x3f, 0x60, 0x27, 0xba, 0xa8, 0x75, 0xbd, 0x8d, 0x50, 0x17, 0xc0, 0x28, 0x6f, 0x66, 0xcb, 0x00, 0x76, 0x91, 0x58, 0x3c, 0xfd, 0xac, 0x6b, 0x70, 0xe2, 0xc8, 0xc9, 0xc2, 0x2f, 0x23, 0xec, 0x6a, 0xfe, 0x16, 0xeb, 0x76, 0x54, 0x27, 0x67, 0x71, 0x0a, 0xb9, 0x7f, 0x71, 0xba, 0x03, 0x4b, 0xcd, 0x0d, 0xda, 0x1d, 0xf9, 0x16, 0xfb, 0x62, 0xbb, 0x14, 0xe0, 0x67, 0x1e, 0x84, 0x10, 0xc0, 0xed, 0x04, 0x3e, 0xb3, 0x93, 0xa1, 0x01, 0x64, 0x50, 0xd0, 0xe6, 0x20, 0xff, 0xf4, 0xa8, 0x52, 0xfe, 0xf8, 0x2d, 0x68, 0x51, 0xcb, 0xa2, 0xa1, 0x65, 0xa3, 0x71, 0xe2, 0xa0, 0xf3, 0xa5, 0xcf, 0xd9, 0xb5, 0xaf, 0x0e, 0x4f, 0xbe, 0xf0, 0x00, 0x62, 0xad, 0xd2, 0x26, 0x5d, 0x8d, 0x44, 0x7c, 0x62, 0xcd, 0x22, 0x7c, 0x8a, 0x2e, 0x6c, 0x5d, 0x72, 0x27, 0xe0, 0x33, 0x17, 0xa0, 0x67, 0xbc, 0xd9, 0x78, 0x0f, 0xc2, 0x8e, 0x73, 0x8c, 0x31, 0x5c, 0x3d, 0xf5, 0x16, 0x8c, 0x38, 0xf8, 0x38, 0x7b, 0xa2, 0x1b, 0x18, 0xf0, 0x6d, 0xfd, 0x67, 0xd8, 0x50, 0xbf, 0x3a, 0x8d, 0x02, 0x61, 0x12, 0x9c, 0x05, 0xfe, 0x96, 0xf8, 0x1e, 0x6c, 0x6f, 0xa9, 0xcd, 0x02, 0xfc, 0x01, 0xa4, 0x90, 0xa7, 0x0c, 0x52, 0x47, 0xc5, 0x6d, 0x9c, 0x0d, 0x0d, 0xd7, 0x1c, 0x7e, 0xa5, 0xd7, 0xf7, 0x20, 0x82, 0x90, 0xf1, 0x21, 0x00, 0x7d, 0x8b, 0x87, 0x62, 0xe2, 0x90, 0x4b, 0xc1, 0x58, 0xc8, 0x7e, 0x60, 0x4b, 0xac, 0x09, 0x4f, 0xbc, 0x70, 0x3f, 0x1a, 0x1a, 0xea, 0xc5, 0xaf, 0x61, 0x32, 0xb0, 0xe9, 0x55, 0x95, 0xe6, 0x0b, 0xe8, 0xe2, 0xd6, 0x65, 0xb7, 0xc2, 0x2e, 0x9f, 0x87, 0x43, 0x18, 0x19, 0xab, 0x08, 0x18, 0x6a, 0x95, 0x15, 0x17, 0x14, 0xe3, 0xba, 0x8b, 0x7f, 0x85, 0x01, 0x7d, 0x0e, 0x16, 0x7e, 0x19, 0xe1, 0xab, 0xdd, 0xef, 0x63, 0x5b, 0xe3, 0x57, 0xb2, 0xfc, 0x49, 0x8d, 0xf8, 0x9a, 0x14, 0xc7, 0x96, 0xa6, 0x2f, 0x92, 0x73, 0xf8, 0xb3, 0x01, 0xbf, 0x0b, 0xf8, 0x69, 0x50, 0x7b, 0x02, 0x9f, 0x31, 0x38, 0x12, 0x45, 0x39, 0x96, 0x3f, 0x1e, 0xf3, 0x7c, 0x32, 0xc6, 0x00, 0x84, 0x92, 0x50, 0x2f, 0x4c, 0x3e, 0xf4, 0x2a, 0x14, 0x85, 0x7a, 0xd8, 0x8f, 0x33, 0xcd, 0x38, 0x96, 0xbd, 0xf9, 0x10, 0xb6, 0x6c, 0xde, 0xec, 0xfc, 0xe8, 0x1b, 0x6b, 0x2a, 0xf9, 0x5f, 0xd0, 0x0d, 0xac, 0x4b, 0xef, 0x05, 0x3f, 0xb9, 0x02, 0x27, 0x71, 0x18, 0xef, 0x02, 0xe8, 0x61, 0x95, 0xf5, 0x29, 0xeb, 0x8b, 0xeb, 0xa6, 0xff, 0x12, 0x65, 0xa5, 0x7d, 0xd2, 0xde, 0x11, 0x1c, 0x9f, 0xd4, 0xbd, 0x89, 0xfa, 0x68, 0x9d, 0x94, 0xf1, 0x01, 0x23, 0xec, 0x68, 0xda, 0x80, 0xe6, 0x44, 0xbd, 0x23, 0xe0, 0x55, 0x83, 0xdf, 0xcb, 0xbb, 0x7b, 0x97, 0xcb, 0x9e, 0x3e, 0xe3, 0x08, 0x71, 0x36, 0xf8, 0xf7, 0x95, 0x3f, 0x01, 0x66, 0x75, 0x0a, 0x65, 0x61, 0xa3, 0x10, 0xe5, 0x43, 0xae, 0x44, 0x59, 0x61, 0x7f, 0xe9, 0x79, 0xaf, 0xaf, 0x7a, 0x0a, 0x9f, 0x7e, 0xb6, 0xd6, 0x89, 0x98, 0xfb, 0xab, 0x17, 0xf2, 0xeb, 0xd0, 0x4d, 0xac, 0xcb, 0x1f, 0x86, 0x30, 0x71, 0x6e, 0x68, 0x0a, 0x63, 0xf4, 0x2c, 0x84, 0x6d, 0x17, 0x87, 0x0e, 0x1a, 0x81, 0x6b, 0xa6, 0xce, 0x41, 0x41, 0xb8, 0xd0, 0x46, 0x40, 0x9c, 0xb7, 0xe2, 0x9f, 0xdb, 0x5e, 0x45, 0x73, 0xa2, 0xc1, 0x06, 0x7f, 0x4b, 0xbc, 0x1e, 0xdb, 0x9b, 0x37, 0x78, 0x67, 0x7b, 0x32, 0x80, 0xdf, 0xcb, 0xeb, 0x8b, 0x1e, 0xdf, 0x5f, 0x06, 0xc9, 0xac, 0x08, 0x3e, 0x1b, 0x9a, 0x02, 0xcc, 0xf1, 0xf7, 0x8b, 0x01, 0xc4, 0x72, 0x86, 0x53, 0x07, 0x4f, 0xc7, 0xa0, 0x1e, 0x47, 0x48, 0xcf, 0xf9, 0x70, 0xdd, 0x3b, 0x78, 0xaf, 0xe6, 0x1d, 0x67, 0xd0, 0xf2, 0x6e, 0x7d, 0xa9, 0x79, 0xee, 0x67, 0x0b, 0x10, 0xd3, 0x04, 0xe8, 0x5c, 0x99, 0xa1, 0x79, 0x0c, 0x90, 0x0e, 0xbb, 0x1a, 0x7d, 0xd4, 0xa9, 0x98, 0x71, 0xc6, 0x75, 0x30, 0x0c, 0x66, 0x0f, 0x7e, 0x45, 0xcc, 0x26, 0x7c, 0xbc, 0xed, 0x25, 0xc4, 0xcd, 0x08, 0x08, 0x1c, 0x5b, 0x1a, 0xbf, 0x40, 0x9c, 0xb7, 0xa6, 0xc1, 0x9e, 0x2b, 0xf0, 0x8b, 0x52, 0x47, 0x31, 0x8a, 0x2c, 0x84, 0xc8, 0x6d, 0xde, 0x17, 0x48, 0xf0, 0xf3, 0x1e, 0x93, 0xdc, 0xd4, 0x73, 0xfc, 0xc5, 0xe5, 0x8c, 0x44, 0x84, 0xe3, 0xfa, 0x9f, 0x8d, 0xc3, 0x7b, 0x9d, 0x24, 0x91, 0x69, 0xc3, 0xb6, 0x75, 0x78, 0xe6, 0xe5, 0x27, 0x9c, 0x71, 0xf7, 0x97, 0x2c, 0xc4, 0x27, 0x54, 0xdd, 0x81, 0xbd, 0xe8, 0x46, 0xd6, 0x6d, 0x8e, 0xc3, 0x29, 0xaf, 0x30, 0xfe, 0x0a, 0xe0, 0xc7, 0x62, 0xd9, 0x19, 0xa7, 0x4e, 0xc1, 0x59, 0x27, 0x5d, 0x94, 0xfe, 0xa5, 0x44, 0x68, 0x68, 0xdd, 0x81, 0x35, 0xdb, 0x5f, 0x45, 0x7d, 0x74, 0x3b, 0xf6, 0x44, 0xb7, 0xb8, 0x74, 0x7f, 0xb0, 0xde, 0x40, 0x00, 0x7f, 0x06, 0xaf, 0xaf, 0x04, 0xfe, 0x7e, 0xca, 0x20, 0x52, 0x6e, 0x7f, 0xe2, 0x37, 0x8f, 0x5f, 0xd1, 0x1b, 0x10, 0x70, 0x58, 0xd9, 0x18, 0x8c, 0x19, 0x70, 0x9e, 0x44, 0xaa, 0x5d, 0x0d, 0xdb, 0xf0, 0xd8, 0x33, 0x0f, 0x20, 0x1e, 0x97, 0x9c, 0xfc, 0x1e, 0x66, 0xf2, 0x09, 0x55, 0x7f, 0xc4, 0x57, 0xe8, 0x66, 0xd6, 0x6d, 0x08, 0x90, 0x5a, 0x57, 0xfc, 0x12, 0xc0, 0xce, 0x11, 0xcb, 0x2f, 0xfe, 0xce, 0xf7, 0x71, 0xc2, 0x91, 0xe5, 0x10, 0xe7, 0xfe, 0x6c, 0x6f, 0x5a, 0x8f, 0xd7, 0xbe, 0x59, 0x0c, 0x8e, 0x84, 0xe4, 0xb5, 0xa5, 0xcc, 0x4e, 0xd6, 0xe0, 0x77, 0xf4, 0x06, 0xce, 0xc0, 0x59, 0x45, 0x0a, 0x55, 0x6a, 0xd4, 0x55, 0xa8, 0xd8, 0x76, 0xd0, 0x57, 0xfe, 0xf8, 0x2f, 0x68, 0xb1, 0xca, 0xfa, 0x16, 0x0d, 0xc5, 0xf8, 0xc1, 0xb3, 0x60, 0xb0, 0x90, 0x3d, 0x7a, 0xd2, 0x12, 0x6d, 0xc4, 0xa3, 0xcf, 0xde, 0x87, 0x7d, 0xfb, 0xa4, 0x9d, 0x0a, 0xe3, 0x9c, 0x19, 0x17, 0xac, 0x58, 0x98, 0x78, 0x13, 0xdd, 0xd0, 0xba, 0xd5, 0x81, 0x68, 0xe3, 0x7f, 0x8e, 0x5e, 0xe1, 0x62, 0xa3, 0x1a, 0xc0, 0x68, 0xab, 0xcc, 0x30, 0x0c, 0x5c, 0x33, 0xed, 0x17, 0x38, 0x6c, 0xd0, 0x48, 0x7b, 0x2a, 0x74, 0x24, 0xd1, 0x88, 0xd5, 0x75, 0x2f, 0xe3, 0x5f, 0x7b, 0x56, 0x06, 0x92, 0x3e, 0x4e, 0x89, 0xe4, 0x09, 0xfe, 0xac, 0x7a, 0x83, 0xcc, 0x8b, 0xe5, 0xfd, 0x24, 0x10, 0x39, 0xd2, 0x40, 0x2a, 0xb0, 0x7b, 0x95, 0x97, 0x84, 0x7a, 0xa3, 0x7c, 0xc8, 0x6c, 0x14, 0x1a, 0xa5, 0x76, 0xef, 0x10, 0x37, 0xe3, 0x58, 0xf2, 0xf2, 0x03, 0xd8, 0xb6, 0x6d, 0xab, 0x13, 0x21, 0x3f, 0xa9, 0x5e, 0xc8, 0xef, 0x46, 0x37, 0xb5, 0x6e, 0x77, 0x22, 0xe0, 0xe9, 0x73, 0x71, 0xb8, 0xc9, 0x8c, 0x95, 0x00, 0xec, 0x3d, 0x16, 0x4b, 0x8b, 0x7a, 0xe0, 0xba, 0x4b, 0xe6, 0xa3, 0x6f, 0xef, 0x81, 0x20, 0xe2, 0x68, 0x88, 0xed, 0x04, 0xc0, 0xf1, 0xe1, 0xd6, 0x17, 0xb0, 0xb5, 0x69, 0x9d, 0x52, 0xfa, 0x48, 0xba, 0x5f, 0xcc, 0xf6, 0x64, 0x23, 0x85, 0x3c, 0x81, 0xcf, 0xfc, 0x03, 0xe3, 0x2c, 0xb2, 0x3f, 0xfe, 0x44, 0x20, 0xd7, 0x46, 0x56, 0x61, 0xa3, 0x08, 0xe5, 0x07, 0xcf, 0x46, 0x69, 0xf8, 0xa0, 0xf4, 0x63, 0x38, 0xe1, 0xe5, 0xea, 0x27, 0xb0, 0x6e, 0xdd, 0x3a, 0xe7, 0xc7, 0xfd, 0xa9, 0xba, 0x92, 0xff, 0x02, 0xdd, 0xd8, 0xba, 0xe5, 0x91, 0x98, 0x93, 0x2b, 0x50, 0xce, 0x61, 0xbc, 0x09, 0x61, 0x5d, 0x71, 0xdf, 0x5e, 0x03, 0xf0, 0xc3, 0x19, 0xf3, 0x10, 0x0a, 0x31, 0x44, 0x12, 0xc9, 0x95, 0x5d, 0x26, 0x25, 0x50, 0xb3, 0xf9, 0x09, 0xec, 0x8d, 0x6e, 0x0b, 0x16, 0x08, 0x07, 0x01, 0x3f, 0x83, 0xcf, 0xc2, 0x19, 0x96, 0x85, 0x0c, 0x52, 0x2a, 0x1e, 0x9f, 0x3d, 0x7d, 0x48, 0xd2, 0xf7, 0x2a, 0x12, 0x30, 0x66, 0x60, 0xdc, 0xc0, 0x19, 0xe8, 0x57, 0x7c, 0x98, 0x74, 0xff, 0x8a, 0xb5, 0x6f, 0xa0, 0x66, 0xc5, 0x7b, 0xf2, 0x77, 0x20, 0x7a, 0x35, 0xdc, 0x93, 0xa6, 0xbe, 0xb3, 0x00, 0x09, 0x4d, 0x80, 0xae, 0x18, 0x14, 0xcf, 0x0d, 0x5d, 0x0a, 0x46, 0x8f, 0x8b, 0xbf, 0xf1, 0xf0, 0xa1, 0x47, 0xe3, 0xc2, 0xb3, 0x2f, 0x83, 0x11, 0x4a, 0xff, 0xec, 0x18, 0x8f, 0xa0, 0x6a, 0xd3, 0x3f, 0xd0, 0x1c, 0xaf, 0x77, 0x79, 0x7f, 0x2f, 0x52, 0xa8, 0xe2, 0x06, 0x4f, 0xf0, 0x67, 0xb5, 0x68, 0x26, 0x40, 0x22, 0xd4, 0x77, 0x8e, 0xbf, 0x3c, 0xb2, 0xeb, 0x1c, 0xed, 0x1d, 0xd5, 0xf7, 0x3b, 0x18, 0x56, 0x36, 0x56, 0x22, 0xd1, 0x57, 0x9b, 0x3e, 0xc1, 0x73, 0x2f, 0x3f, 0x25, 0x95, 0x31, 0x60, 0x5d, 0xc4, 0xe0, 0x13, 0x3a, 0x72, 0xdb, 0x72, 0x4d, 0x80, 0x1c, 0xd8, 0xa4, 0x79, 0xc6, 0x02, 0x22, 0xfc, 0x46, 0x2c, 0x3b, 0x6a, 0xc4, 0x68, 0x5c, 0x70, 0xfa, 0x0c, 0x29, 0xcb, 0xd3, 0x14, 0xdb, 0x8d, 0xaa, 0xcd, 0x8f, 0x22, 0x41, 0x51, 0xd9, 0xfb, 0x3b, 0xa5, 0x8f, 0x13, 0xfc, 0x1e, 0x12, 0x29, 0x23, 0xf8, 0x83, 0xac, 0x1d, 0xce, 0x28, 0x7f, 0x48, 0xbd, 0x73, 0x9b, 0x07, 0x09, 0x86, 0xf5, 0x3a, 0x09, 0xa3, 0xfa, 0x9c, 0x29, 0xdd, 0xb3, 0x7d, 0xef, 0x26, 0x3c, 0xb6, 0xec, 0x41, 0x24, 0x12, 0x92, 0x93, 0xdf, 0x4d, 0xe0, 0xe3, 0x3b, 0x7a, 0xdb, 0x72, 0x4d, 0x80, 0x1c, 0xfd, 0xbe, 0xf2, 0x0a, 0xe3, 0x61, 0x00, 0xd2, 0x4a, 0xfa, 0x89, 0x27, 0x9f, 0x8d, 0x71, 0xc7, 0x4f, 0x4e, 0x83, 0x18, 0xc0, 0xce, 0xc8, 0x06, 0xac, 0xda, 0xb6, 0xcc, 0x76, 0xab, 0x9e, 0x92, 0xc8, 0xd9, 0x1b, 0xf8, 0xa4, 0x50, 0xed, 0xde, 0x40, 0x94, 0x4e, 0x22, 0xf0, 0xfd, 0x26, 0xca, 0xc1, 0xff, 0x0c, 0x2f, 0xdf, 0x65, 0x8c, 0x0e, 0x12, 0xf4, 0x2f, 0x1a, 0x8e, 0x53, 0x06, 0x5c, 0x6c, 0x8f, 0x3e, 0x10, 0x80, 0xe6, 0x48, 0x03, 0x1e, 0x79, 0xfa, 0x5e, 0x34, 0xee, 0x6b, 0x94, 0x32, 0x3e, 0x8c, 0xf8, 0x79, 0x55, 0x8b, 0xf0, 0x0e, 0xf2, 0xc4, 0xba, 0x3b, 0x01, 0x70, 0xdc, 0x02, 0x14, 0xf6, 0x69, 0x66, 0xaf, 0x02, 0xec, 0x4c, 0xb1, 0x7c, 0xca, 0x59, 0x33, 0x30, 0xf2, 0xf0, 0x31, 0x92, 0xf2, 0xf8, 0x76, 0xdf, 0x27, 0xf8, 0x64, 0xe7, 0x6b, 0xc1, 0xbc, 0xbf, 0x07, 0xd8, 0x5d, 0x9e, 0xdf, 0x05, 0x7e, 0xff, 0x05, 0x35, 0x01, 0x14, 0x90, 0xdb, 0xeb, 0x3b, 0xf6, 0xeb, 0x14, 0x49, 0xd0, 0x33, 0xdc, 0x0f, 0xa7, 0x0d, 0xbc, 0x1c, 0x61, 0xa3, 0xd8, 0x7e, 0x33, 0x6e, 0xc6, 0xf0, 0xf8, 0x0b, 0xf7, 0xa3, 0x6e, 0x5b, 0x9d, 0x13, 0x0e, 0xd7, 0x57, 0x57, 0x9a, 0xf7, 0x21, 0x8f, 0x8c, 0xe5, 0xc3, 0x8f, 0x1c, 0xf7, 0x1f, 0xe8, 0x57, 0x10, 0x37, 0x56, 0x82, 0xc1, 0x5e, 0xe1, 0x11, 0x36, 0xc2, 0x98, 0x39, 0xf5, 0x1a, 0x1c, 0xdc, 0x7f, 0xa8, 0x54, 0x0b, 0x9f, 0xef, 0x7e, 0x1b, 0x1b, 0x1a, 0x3e, 0x0a, 0xe4, 0xfd, 0xbd, 0x48, 0xa2, 0x8c, 0x23, 0x3c, 0x09, 0x91, 0x6e, 0x0a, 0x3f, 0x19, 0xa4, 0xdc, 0xc2, 0xd0, 0x31, 0xb5, 0xd9, 0x49, 0x82, 0x02, 0x56, 0x8c, 0x09, 0x83, 0xae, 0x44, 0x69, 0xb8, 0x8f, 0x30, 0x12, 0xcc, 0xf1, 0xe2, 0xf2, 0xc7, 0xb1, 0x6e, 0xdd, 0x17, 0xce, 0x8f, 0xb8, 0xa3, 0xba, 0x92, 0xff, 0x07, 0xf2, 0xcc, 0x58, 0xbe, 0xfc, 0xd0, 0x09, 0x73, 0x70, 0x8c, 0x61, 0x18, 0x35, 0x00, 0xec, 0xfc, 0x5f, 0x49, 0x51, 0x29, 0x2e, 0x9f, 0x76, 0x1d, 0xfa, 0xf4, 0xea, 0x6b, 0x83, 0x95, 0x40, 0xf8, 0xa8, 0xee, 0x59, 0xd4, 0xb5, 0x7c, 0xad, 0xce, 0xfc, 0xb8, 0xbc, 0xbf, 0x77, 0x0a, 0x35, 0x18, 0xf8, 0x99, 0x2b, 0x4d, 0xea, 0xcd, 0x00, 0x45, 0x8e, 0xdf, 0x8b, 0x04, 0x64, 0xe0, 0xd4, 0x81, 0x33, 0xd1, 0xb7, 0x70, 0xa8, 0x70, 0x1f, 0x50, 0xb5, 0xfa, 0x15, 0xac, 0x58, 0x59, 0xe3, 0x7c, 0xf8, 0xd3, 0xd5, 0x3d, 0x68, 0x66, 0x67, 0xda, 0xb6, 0x5c, 0x13, 0xa0, 0x7d, 0xd2, 0xa3, 0x67, 0x70, 0x18, 0xaf, 0x01, 0x28, 0xb4, 0xd3, 0xa3, 0x07, 0x0d, 0xc0, 0xe5, 0x53, 0x7e, 0x88, 0xa2, 0xa2, 0x62, 0x1b, 0x88, 0x09, 0x8a, 0xa3, 0x66, 0xcb, 0x63, 0x68, 0x8c, 0xef, 0xf4, 0x94, 0x3f, 0x41, 0x25, 0x92, 0x77, 0x0a, 0xd5, 0x7f, 0xed, 0x80, 0xa7, 0xfc, 0xc9, 0xe0, 0xf5, 0xad, 0x98, 0xe0, 0xb8, 0x3e, 0xe7, 0x62, 0x68, 0x8f, 0x31, 0x52, 0xdc, 0xb0, 0xae, 0x76, 0x35, 0x9e, 0x7f, 0xe9, 0x69, 0xe7, 0x93, 0xff, 0xd9, 0x83, 0xf8, 0xa4, 0xce, 0xb6, 0x6d, 0xb9, 0x26, 0x40, 0x7b, 0x65, 0x86, 0x2a, 0x42, 0xd7, 0x12, 0xe8, 0x7e, 0xb1, 0x6c, 0xd8, 0x90, 0x23, 0x30, 0xfd, 0xdc, 0xd9, 0x08, 0x85, 0x0d, 0xbb, 0x56, 0x5a, 0xcd, 0x26, 0x54, 0x6f, 0x79, 0x14, 0x51, 0xb3, 0xd1, 0x5b, 0xfe, 0xa8, 0xb4, 0x7f, 0x86, 0x14, 0xaa, 0x72, 0x82, 0x9d, 0xdf, 0x16, 0x2a, 0xf0, 0x99, 0xde, 0xe0, 0x9c, 0xde, 0x9c, 0x7a, 0x6f, 0x78, 0xcf, 0x53, 0x70, 0x74, 0x2f, 0x79, 0xdb, 0xf2, 0x6d, 0x7b, 0x36, 0xe2, 0xd1, 0xa5, 0x0f, 0xc2, 0x4c, 0x48, 0xe7, 0x93, 0xd5, 0x85, 0x4c, 0x3e, 0xae, 0x33, 0x6e, 0x5b, 0xae, 0x09, 0xd0, 0x8e, 0x56, 0x5e, 0x61, 0x54, 0x02, 0x98, 0x2b, 0x96, 0x8d, 0x39, 0xf6, 0x24, 0x9c, 0x3b, 0x71, 0x9a, 0x94, 0xb5, 0x69, 0x88, 0xed, 0xc0, 0x8a, 0xad, 0x8f, 0xc3, 0x44, 0x5c, 0x9d, 0xfa, 0xf4, 0x92, 0x3f, 0x99, 0x06, 0xd0, 0xbc, 0x52, 0xa8, 0x5e, 0x2d, 0xe2, 0xb3, 0x5f, 0x27, 0x91, 0x9c, 0xf2, 0xec, 0x57, 0x34, 0x1c, 0x27, 0xf7, 0x9b, 0x0e, 0x6b, 0xdf, 0x47, 0x02, 0xd0, 0xd8, 0x52, 0x8f, 0xbf, 0x2f, 0x59, 0x8c, 0xa6, 0x26, 0xc9, 0xc9, 0x47, 0xc1, 0xf8, 0x59, 0xd5, 0x0b, 0xb1, 0x12, 0x79, 0x6c, 0x79, 0x49, 0x80, 0xd4, 0xba, 0xe2, 0xa5, 0x00, 0xbb, 0x58, 0x2c, 0x3e, 0x6b, 0xe2, 0xf9, 0x38, 0x71, 0xd4, 0x69, 0x92, 0x67, 0xaf, 0x6b, 0xfe, 0x0a, 0x1f, 0xef, 0x78, 0x3e, 0x39, 0x8f, 0xc8, 0x43, 0xff, 0x2b, 0xe5, 0x8f, 0x33, 0x3d, 0xea, 0xf9, 0x5a, 0x31, 0x7e, 0xe0, 0x23, 0x7f, 0xc8, 0xa1, 0xff, 0xc5, 0x5e, 0xa0, 0x67, 0xb8, 0x1f, 0xc6, 0xf5, 0xbf, 0x1c, 0x61, 0x56, 0x68, 0xdf, 0x17, 0x4b, 0x44, 0xf1, 0xc8, 0x33, 0xf7, 0x62, 0xe7, 0x76, 0x69, 0xdd, 0x3a, 0x31, 0x62, 0x57, 0x55, 0x2d, 0x32, 0x1f, 0x45, 0x9e, 0x1b, 0xcb, 0xd7, 0x1f, 0x3e, 0xe1, 0x16, 0x94, 0x84, 0xc2, 0xa1, 0x77, 0x08, 0x34, 0x4e, 0x94, 0x1f, 0x17, 0x9d, 0x77, 0x39, 0x46, 0x1c, 0x76, 0xb4, 0x34, 0xa2, 0xbb, 0xbe, 0xe1, 0x7d, 0x7c, 0xb9, 0xf7, 0x5d, 0x17, 0x78, 0x25, 0xfd, 0xaf, 0x94, 0x43, 0x2a, 0xd9, 0xe4, 0xec, 0x45, 0x1c, 0xf7, 0x39, 0x48, 0x20, 0x0f, 0x70, 0xa9, 0xbd, 0x3e, 0x11, 0xa1, 0x90, 0x95, 0xe2, 0xb4, 0x01, 0xb3, 0x51, 0x14, 0x2a, 0xb3, 0xdf, 0xe0, 0x9c, 0xe3, 0x99, 0x37, 0xfe, 0x8e, 0x7f, 0x7d, 0x25, 0x8f, 0x69, 0x11, 0x61, 0x41, 0xcd, 0x22, 0xfe, 0x5b, 0x68, 0xcb, 0x5f, 0x02, 0x00, 0xc0, 0xe4, 0x9b, 0x71, 0x30, 0x2f, 0x30, 0x56, 0x01, 0x38, 0xd4, 0x2a, 0x2b, 0x08, 0x17, 0xe2, 0xf2, 0x69, 0x3f, 0xc4, 0xc0, 0x7e, 0x83, 0xa5, 0xda, 0xf9, 0x74, 0xf7, 0xeb, 0xf8, 0xb6, 0xe9, 0x13, 0xef, 0x00, 0xd8, 0x8b, 0x00, 0x0e, 0xc0, 0x07, 0x95, 0x48, 0x22, 0x5a, 0x9d, 0x8b, 0x59, 0x9c, 0xbd, 0x00, 0x43, 0x08, 0xa7, 0xf6, 0x9b, 0x85, 0xde, 0x85, 0x07, 0x4b, 0xbd, 0xc2, 0xf2, 0x0f, 0x5f, 0xc2, 0xca, 0x95, 0xb2, 0xc2, 0x61, 0x44, 0x4b, 0xab, 0x16, 0xd1, 0xa5, 0xe8, 0xe4, 0xdb, 0x96, 0x6b, 0x02, 0x1c, 0xa8, 0x78, 0x60, 0x3e, 0x8e, 0x63, 0xdc, 0xa8, 0x26, 0xa0, 0xb7, 0x55, 0xd6, 0xb3, 0xb4, 0x17, 0xae, 0x9c, 0x7e, 0x1d, 0xca, 0x7a, 0xf6, 0x16, 0xae, 0xe4, 0x58, 0xb5, 0xfd, 0x29, 0xec, 0x69, 0xfd, 0xd6, 0x9b, 0x00, 0xaa, 0x00, 0x38, 0x45, 0x80, 0x8c, 0x31, 0x82, 0xea, 0x99, 0x84, 0xf4, 0x09, 0xf5, 0xe4, 0x4d, 0x80, 0xd1, 0x7d, 0xce, 0xc7, 0xc1, 0x25, 0xc7, 0x4a, 0xc1, 0xf1, 0xda, 0x6f, 0x56, 0xe1, 0xa5, 0x97, 0x1c, 0x9b, 0x36, 0x30, 0xf6, 0x51, 0xb4, 0xd4, 0x3c, 0xbd, 0x2b, 0x6c, 0x5b, 0xae, 0x09, 0x70, 0x20, 0x49, 0x30, 0x27, 0x74, 0x01, 0x0c, 0x7a, 0x1e, 0xc2, 0xba, 0xe2, 0x41, 0xfd, 0x0f, 0xc1, 0x65, 0x17, 0x5e, 0x8b, 0x82, 0x82, 0x02, 0x1b, 0xd4, 0x09, 0x1e, 0xc3, 0x8a, 0xba, 0xc7, 0xd0, 0x94, 0xd8, 0x95, 0xfb, 0x1e, 0x40, 0xb1, 0xa4, 0xd2, 0xee, 0x01, 0xc4, 0xac, 0x8f, 0x83, 0x00, 0x23, 0x7a, 0x8c, 0xc7, 0x11, 0x65, 0x13, 0x25, 0xcd, 0xb4, 0x79, 0xd7, 0x7a, 0x3c, 0xfe, 0xe4, 0xc3, 0x48, 0x98, 0x52, 0x5a, 0xbf, 0x4b, 0x6d, 0x5b, 0xae, 0x09, 0x70, 0xa0, 0x49, 0x30, 0xd7, 0xb8, 0x19, 0x0c, 0x7f, 0x12, 0xcb, 0x46, 0x1e, 0x3e, 0x0a, 0x17, 0x9e, 0x33, 0x0b, 0x8c, 0x19, 0x36, 0x26, 0x23, 0x66, 0x03, 0x6a, 0xea, 0x1e, 0x45, 0xcc, 0x6c, 0xe9, 0xf0, 0x18, 0x60, 0x60, 0xf1, 0x48, 0x1c, 0xdf, 0x67, 0x4a, 0xba, 0x19, 0x29, 0xb9, 0x6d, 0xf9, 0xc3, 0x8f, 0xdf, 0x8b, 0x96, 0x16, 0xc9, 0xc9, 0x47, 0x88, 0xf3, 0x33, 0x6a, 0xee, 0xc2, 0x07, 0xba, 0xa5, 0x35, 0x01, 0xfc, 0xd2, 0xa3, 0xff, 0x0b, 0xe0, 0x06, 0xb1, 0x6c, 0xfc, 0xd8, 0x49, 0x98, 0x34, 0xee, 0x5c, 0x69, 0x60, 0x6b, 0x6f, 0x74, 0x0b, 0xde, 0xdf, 0xb1, 0x04, 0x1c, 0x3c, 0xbb, 0x2c, 0x50, 0x86, 0xa9, 0x14, 0xd9, 0x64, 0x81, 0xca, 0xc2, 0x03, 0x71, 0x6a, 0xbf, 0xcb, 0x60, 0xb0, 0xb0, 0xad, 0xe6, 0x5b, 0x63, 0x11, 0x3c, 0xf2, 0xd4, 0x3d, 0xd8, 0xb9, 0x73, 0x97, 0x7c, 0x37, 0xb1, 0xcb, 0xab, 0x17, 0x99, 0x4f, 0xea, 0x16, 0xd6, 0x04, 0xf0, 0xb5, 0x59, 0xb3, 0x10, 0xda, 0x32, 0x9c, 0x3d, 0xc3, 0xc0, 0xa6, 0x8a, 0xe5, 0xe7, 0x9d, 0x71, 0x21, 0x8e, 0x3f, 0xe6, 0x14, 0xa9, 0xd6, 0xea, 0x5a, 0xbe, 0xc4, 0xea, 0x5d, 0x2f, 0xfa, 0x8e, 0x03, 0x78, 0x8d, 0x15, 0xec, 0xef, 0x38, 0x40, 0x11, 0xeb, 0x81, 0x71, 0xfd, 0xaf, 0x40, 0x71, 0xa8, 0x4c, 0x9a, 0xe3, 0xf3, 0xd4, 0xab, 0x0f, 0xe3, 0x6b, 0x47, 0xc6, 0x87, 0x31, 0xdc, 0x5a, 0xb5, 0x90, 0xdf, 0xa9, 0x5b, 0x57, 0x13, 0x20, 0x58, 0x2f, 0x30, 0x0f, 0x65, 0x20, 0xa3, 0x0a, 0xc0, 0xf1, 0x56, 0x99, 0xc1, 0x0c, 0xcc, 0x98, 0xf2, 0x3d, 0x0c, 0x1b, 0x32, 0xc2, 0xae, 0x35, 0x06, 0xe0, 0xab, 0x86, 0x6a, 0xac, 0x6f, 0x58, 0x95, 0xbb, 0x91, 0x60, 0x26, 0x6d, 0x98, 0x22, 0xba, 0x70, 0x9b, 0x04, 0x06, 0xc2, 0x38, 0xa5, 0xdf, 0x2c, 0xf4, 0x2e, 0x18, 0x2c, 0xad, 0x0f, 0x78, 0x6b, 0xe5, 0xf3, 0x78, 0xff, 0x7d, 0xd7, 0x51, 0xbc, 0x0f, 0x57, 0x57, 0xf2, 0xef, 0xeb, 0x56, 0xd5, 0x04, 0xc8, 0xca, 0x26, 0xce, 0xc1, 0x30, 0x66, 0x18, 0xab, 0x00, 0x0c, 0xb2, 0xca, 0x0a, 0x0b, 0x8b, 0x70, 0xe5, 0xf4, 0xeb, 0xd1, 0xff, 0xa0, 0x01, 0xd2, 0x3c, 0xfe, 0x35, 0xbb, 0x5f, 0xc6, 0xd6, 0x96, 0x75, 0x19, 0x26, 0xc8, 0xe5, 0x6e, 0x2e, 0xd0, 0xf1, 0x7d, 0xa6, 0x60, 0x70, 0xc9, 0x51, 0x12, 0xf8, 0x57, 0x7f, 0x59, 0x83, 0x57, 0x5f, 0x7d, 0xd9, 0xd9, 0xb4, 0xd5, 0xbd, 0xa2, 0xe6, 0x77, 0xba, 0xea, 0xb6, 0xe5, 0x9a, 0x00, 0x1d, 0xdf, 0x13, 0x9c, 0x02, 0x32, 0x96, 0x03, 0x28, 0xb5, 0xca, 0x7a, 0x97, 0x1d, 0x84, 0xd9, 0x17, 0x5f, 0x8f, 0xd2, 0xd2, 0x1e, 0x76, 0xe5, 0x99, 0x30, 0xf1, 0xfe, 0x8e, 0x27, 0x51, 0xdf, 0xba, 0x2d, 0xe3, 0x6c, 0x50, 0xf7, 0xb6, 0x2b, 0x90, 0x16, 0xe5, 0x64, 0x6a, 0x8d, 0x23, 0x7b, 0x96, 0x63, 0x44, 0xd9, 0x38, 0x09, 0xfc, 0x9b, 0xb6, 0xaf, 0xc7, 0x63, 0x4b, 0x1e, 0x72, 0x1e, 0x54, 0x57, 0x4b, 0xc4, 0xc7, 0xd7, 0x2c, 0xc2, 0x0e, 0xdd, 0x92, 0x9a, 0x00, 0x6d, 0xef, 0x09, 0xe6, 0x85, 0x66, 0x32, 0xa2, 0x27, 0x00, 0x58, 0xa7, 0x6f, 0x60, 0xc8, 0xe0, 0x61, 0xb8, 0x74, 0xea, 0xf7, 0x11, 0x0a, 0x87, 0xec, 0xca, 0x8b, 0xf1, 0x08, 0x56, 0x6c, 0x7f, 0x0c, 0x11, 0xb3, 0x5e, 0x00, 0x78, 0x00, 0x12, 0x88, 0x2d, 0xc0, 0x98, 0x6f, 0x63, 0x0c, 0x2c, 0x39, 0x0a, 0x27, 0xf4, 0x99, 0x22, 0x95, 0xed, 0x6d, 0xdc, 0x89, 0x87, 0x1e, 0xbf, 0x07, 0xd1, 0x48, 0x54, 0x2c, 0x6e, 0xe4, 0x06, 0x2f, 0x5f, 0x71, 0x27, 0xd6, 0xea, 0x16, 0xd4, 0x04, 0xd8, 0x7f, 0x12, 0xcc, 0x35, 0x7e, 0xc5, 0x18, 0xa4, 0xd3, 0xce, 0x8f, 0x1d, 0x39, 0x06, 0x53, 0xce, 0x9e, 0x29, 0x01, 0xbb, 0x29, 0xbe, 0x1b, 0x2b, 0xb7, 0x3f, 0x86, 0x04, 0xb5, 0x66, 0x58, 0x0e, 0xe9, 0x5e, 0x0a, 0x99, 0x49, 0xfe, 0xf4, 0x2a, 0x18, 0x84, 0x71, 0xfd, 0x2f, 0x85, 0xc1, 0x0a, 0xec, 0xb2, 0x48, 0x6b, 0x33, 0x1e, 0x5e, 0xb2, 0x18, 0x7b, 0xf7, 0xc8, 0x07, 0xd5, 0x31, 0x62, 0xd3, 0xab, 0x16, 0x99, 0xcf, 0xeb, 0x96, 0xd3, 0x04, 0xc8, 0x99, 0x4d, 0x9a, 0x67, 0xdc, 0x43, 0x84, 0xeb, 0xa5, 0xb2, 0x71, 0x67, 0xe3, 0xb4, 0x93, 0xce, 0x10, 0x80, 0xcc, 0xb0, 0x2b, 0x5a, 0x8b, 0x0f, 0x77, 0x3c, 0x0d, 0x30, 0x9e, 0x99, 0x04, 0xf0, 0xde, 0x1a, 0x45, 0x2c, 0x2e, 0x0e, 0xf5, 0xc2, 0x69, 0x03, 0xae, 0x44, 0x61, 0xa8, 0xd4, 0x0e, 0x84, 0x4d, 0x9e, 0xc0, 0x93, 0x2f, 0x3e, 0x80, 0x8d, 0xb5, 0xdf, 0x3a, 0xe3, 0x84, 0x5b, 0xaa, 0x17, 0xf1, 0x3f, 0xeb, 0x16, 0xd3, 0x04, 0xc8, 0xa9, 0xa5, 0xb6, 0x5d, 0x7c, 0x05, 0x60, 0x67, 0x8b, 0xe5, 0x53, 0xcf, 0x9d, 0x81, 0x63, 0x8e, 0x38, 0x5e, 0x22, 0xc1, 0xe6, 0xe6, 0xb5, 0x58, 0xbb, 0xfb, 0xb5, 0x00, 0x7b, 0x04, 0xc9, 0x0c, 0x50, 0xe5, 0xff, 0x43, 0xac, 0x10, 0xe3, 0x07, 0x5c, 0x86, 0xb2, 0x82, 0x01, 0x56, 0x1c, 0x0c, 0x10, 0xf0, 0x7a, 0xcd, 0x32, 0x7c, 0xfc, 0xf1, 0x6a, 0x67, 0x8c, 0xfc, 0xb7, 0x9a, 0x4a, 0xfe, 0x43, 0xdd, 0x5a, 0x9a, 0x00, 0xed, 0x62, 0x13, 0x6e, 0x41, 0x5f, 0xa3, 0xc0, 0x58, 0x01, 0xc2, 0x51, 0x36, 0x40, 0x43, 0x61, 0x5c, 0x3e, 0xed, 0x07, 0x38, 0x78, 0xd0, 0x50, 0x69, 0x89, 0xe3, 0xba, 0xbd, 0x6f, 0xa3, 0xb6, 0xf1, 0xe3, 0x8c, 0x5b, 0xa3, 0x08, 0xb7, 0xb8, 0x9a, 0x82, 0x81, 0x61, 0x6c, 0xbf, 0x69, 0x18, 0x58, 0x7c, 0x84, 0x04, 0xf3, 0x8f, 0xd6, 0xbd, 0x87, 0x37, 0xde, 0x7c, 0xdd, 0xd1, 0x8a, 0xdd, 0x6f, 0xdb, 0x72, 0x4d, 0x80, 0xce, 0x28, 0x85, 0x6e, 0xc5, 0x08, 0x32, 0x8d, 0x95, 0x00, 0x06, 0x58, 0x65, 0x25, 0x45, 0xa5, 0xb8, 0x6a, 0xc6, 0xf5, 0xe8, 0xdd, 0xab, 0xaf, 0x84, 0xe3, 0x8f, 0x77, 0x3e, 0x8b, 0xed, 0x91, 0xf5, 0x59, 0xef, 0x0c, 0x67, 0xfd, 0x79, 0x74, 0xef, 0xd3, 0x31, 0xbc, 0xec, 0x14, 0xe9, 0xf3, 0x6b, 0xb7, 0x7d, 0x81, 0x27, 0x9f, 0x7e, 0xcc, 0x79, 0x50, 0xdd, 0x37, 0x05, 0x9c, 0x8f, 0x7f, 0xe7, 0x2e, 0xec, 0xd2, 0x2d, 0xa4, 0x09, 0xd0, 0xee, 0x56, 0x5e, 0x81, 0xc9, 0x80, 0xf1, 0x3a, 0xc4, 0x6d, 0x17, 0xfb, 0x0c, 0xc0, 0x95, 0xd3, 0xaf, 0x43, 0x71, 0x71, 0xb1, 0x4d, 0x02, 0x93, 0xc7, 0xb1, 0x72, 0xc7, 0xe3, 0xd8, 0x17, 0xdb, 0x99, 0xf5, 0xde, 0xa0, 0x43, 0x7a, 0x1c, 0x87, 0x31, 0x07, 0x7d, 0x57, 0x2a, 0xdb, 0xd3, 0x58, 0x87, 0x87, 0x9f, 0xbc, 0x0f, 0xad, 0x51, 0xc9, 0xc9, 0xef, 0x83, 0xc1, 0x27, 0x56, 0xdf, 0x89, 0xcf, 0x74, 0xcb, 0x68, 0x02, 0x1c, 0x38, 0x12, 0xcc, 0x0b, 0x7d, 0x1f, 0x44, 0x0f, 0x8a, 0x65, 0xc3, 0x0f, 0x3d, 0x12, 0x97, 0x9c, 0x3f, 0x1b, 0x46, 0xc8, 0xb0, 0x2b, 0x35, 0xca, 0x9b, 0xb1, 0xa2, 0x2e, 0xb5, 0xae, 0x18, 0x99, 0x37, 0xc9, 0x05, 0x80, 0x83, 0x8a, 0x86, 0x60, 0xdc, 0x80, 0xe4, 0x04, 0x3c, 0xcb, 0xa2, 0xb1, 0x66, 0x3c, 0xbc, 0x74, 0x31, 0xea, 0xf7, 0x4a, 0x07, 0xd5, 0x25, 0x18, 0x19, 0x17, 0x54, 0x2d, 0x4a, 0xbc, 0xa1, 0x5b, 0x44, 0x13, 0xa0, 0x03, 0x7a, 0x02, 0xe3, 0x76, 0x00, 0xbf, 0x14, 0xcb, 0x4e, 0x38, 0xf6, 0x24, 0x9c, 0x7b, 0xfa, 0x45, 0x52, 0x9a, 0xb3, 0x21, 0xbe, 0x03, 0xab, 0xea, 0x9e, 0x80, 0x89, 0xb8, 0xda, 0xe3, 0x0b, 0x7f, 0x97, 0x86, 0x7b, 0x61, 0xc2, 0xa0, 0xab, 0x50, 0x68, 0x94, 0xd8, 0x65, 0x56, 0xc6, 0x67, 0xd3, 0xa6, 0x4d, 0x0e, 0xd9, 0x8f, 0x1b, 0xaa, 0x16, 0xf2, 0xff, 0xa7, 0x5b, 0x42, 0x13, 0xa0, 0xc3, 0xea, 0x6e, 0x62, 0x85, 0xf1, 0x0f, 0x06, 0x5c, 0x21, 0x16, 0x9e, 0x35, 0xf1, 0x7c, 0x9c, 0x3c, 0x66, 0x82, 0x14, 0xe4, 0xee, 0x88, 0x6c, 0xc0, 0x47, 0x3b, 0x9f, 0x56, 0x6b, 0xfe, 0xd4, 0xdf, 0x61, 0x56, 0x88, 0xd3, 0x06, 0x5f, 0x81, 0xb2, 0x82, 0xfe, 0x52, 0x6a, 0xe7, 0x95, 0xea, 0xa5, 0xf8, 0xe4, 0x93, 0x4f, 0x9c, 0xe0, 0xff, 0x9f, 0xaa, 0x85, 0xfc, 0x26, 0xdd, 0x04, 0x9a, 0x00, 0x1d, 0x9d, 0x19, 0x2a, 0x31, 0xc2, 0xa1, 0xb7, 0x00, 0x3a, 0x2d, 0x0d, 0x4e, 0x86, 0xe9, 0xe7, 0x5f, 0x81, 0x23, 0x0e, 0x3b, 0x5a, 0xaa, 0xdd, 0x0d, 0xfb, 0x3e, 0xc4, 0x17, 0x7b, 0x97, 0x2b, 0xcf, 0x08, 0x63, 0x60, 0x38, 0x69, 0xc0, 0x45, 0x18, 0x58, 0x72, 0x84, 0xf4, 0xfc, 0xf7, 0x3f, 0x7b, 0x1b, 0xcb, 0xdf, 0x7d, 0xdb, 0xf1, 0xa9, 0xf4, 0x5a, 0x41, 0x0f, 0x9a, 0xd2, 0xdd, 0xb7, 0x2d, 0xd7, 0x04, 0xe8, 0x22, 0x76, 0xe6, 0x1c, 0xf4, 0x8f, 0x1b, 0xc6, 0x4a, 0x00, 0x36, 0x7a, 0x0b, 0x42, 0x05, 0xb8, 0x6c, 0xfa, 0x0f, 0x30, 0xb8, 0xff, 0x10, 0xa9, 0x96, 0x3f, 0xdd, 0xfd, 0x06, 0x36, 0x35, 0xad, 0x71, 0xd4, 0x3e, 0xc3, 0xa8, 0xbe, 0x67, 0x61, 0x78, 0xd9, 0x49, 0xd2, 0x73, 0xbf, 0xd9, 0xba, 0x0e, 0xcb, 0x9e, 0x7d, 0xcc, 0xb9, 0x70, 0xf7, 0x8b, 0x82, 0x38, 0x9f, 0xf0, 0xce, 0x9f, 0x51, 0xaf, 0x6b, 0x5e, 0x13, 0xa0, 0xd3, 0xd8, 0xe4, 0x39, 0x18, 0xc5, 0x0d, 0xa3, 0x1a, 0x40, 0x1f, 0xab, 0xac, 0x67, 0x69, 0x2f, 0xcc, 0xbe, 0xe4, 0x3a, 0x94, 0xf5, 0xe8, 0x2d, 0x28, 0x1a, 0x8e, 0x0f, 0x76, 0x2c, 0xc3, 0xae, 0xc8, 0x46, 0x5b, 0xfe, 0x1c, 0xda, 0x73, 0x0c, 0xc6, 0xf4, 0x3b, 0x4f, 0x7a, 0xde, 0xce, 0x86, 0x6d, 0x78, 0x64, 0xe9, 0xfd, 0x48, 0xc4, 0xe3, 0x62, 0xf1, 0x6e, 0x1e, 0xe2, 0xa7, 0xad, 0xb8, 0x03, 0x5f, 0xeb, 0x1a, 0xd7, 0x04, 0xe8, 0x7c, 0x72, 0x68, 0x7e, 0xf8, 0xbb, 0x06, 0xe7, 0x2f, 0x00, 0x08, 0x5b, 0x65, 0x03, 0xfb, 0x1d, 0x82, 0xcb, 0xa7, 0xfd, 0x00, 0x85, 0x85, 0x85, 0xe9, 0xd4, 0x4d, 0x6a, 0x5d, 0x71, 0x63, 0x6c, 0x17, 0xfa, 0x96, 0x0c, 0xc5, 0xb8, 0x41, 0x33, 0x61, 0x30, 0x7b, 0x29, 0xb2, 0xe7, 0xb6, 0xe5, 0x60, 0xc6, 0x77, 0xab, 0x17, 0x26, 0xde, 0xd6, 0x35, 0xdd, 0xc5, 0x08, 0x30, 0xa9, 0x22, 0x7c, 0x3e, 0x81, 0xdf, 0x0d, 0x60, 0x58, 0x3e, 0x56, 0xf0, 0xc8, 0xc3, 0x8f, 0xc5, 0x85, 0xe7, 0x5c, 0x06, 0xc6, 0x58, 0xc6, 0x43, 0x30, 0x12, 0x3c, 0x8e, 0xc7, 0x5f, 0xbc, 0x1f, 0x75, 0x5b, 0xb7, 0xe5, 0x63, 0x55, 0x7d, 0x0b, 0xce, 0x7e, 0x5c, 0x7d, 0x97, 0xf9, 0x72, 0xb7, 0x22, 0x40, 0x79, 0x85, 0xb1, 0x11, 0xc0, 0x61, 0xf9, 0xec, 0x65, 0xce, 0x38, 0xfd, 0x74, 0x9c, 0x72, 0xcc, 0x77, 0xe4, 0x8a, 0x77, 0xd4, 0x3c, 0x81, 0xf0, 0xf6, 0x9a, 0xa5, 0xf8, 0x78, 0xe5, 0xa7, 0xf9, 0xec, 0x8d, 0x37, 0x57, 0x55, 0xf2, 0x43, 0xbb, 0x1b, 0x01, 0x4c, 0x08, 0xf3, 0xe9, 0xf3, 0xd1, 0x06, 0x1f, 0x53, 0x8c, 0xc9, 0x27, 0x4e, 0xc5, 0x61, 0x65, 0x63, 0x3c, 0xaf, 0x59, 0xb7, 0x67, 0x39, 0x3e, 0xfe, 0xbc, 0x06, 0x75, 0x9f, 0x47, 0xf3, 0x5a, 0x92, 0x54, 0x57, 0x72, 0xa6, 0x09, 0xd0, 0x8d, 0x5c, 0x5a, 0xcf, 0x7e, 0x21, 0x0c, 0x1e, 0x5d, 0x8c, 0x70, 0x38, 0x84, 0x71, 0x83, 0x67, 0x62, 0x40, 0xc9, 0x30, 0x57, 0xcd, 0x6f, 0x6e, 0xfc, 0x14, 0x6b, 0x76, 0xbe, 0x02, 0xce, 0x09, 0x5b, 0xd7, 0x46, 0xd1, 0xb4, 0x2b, 0x91, 0xb7, 0xfb, 0xb6, 0x75, 0x7b, 0x02, 0xdc, 0x7c, 0xe5, 0x1f, 0xa4, 0x61, 0xfe, 0xa0, 0x66, 0x58, 0xfb, 0x8f, 0x90, 0x42, 0x42, 0x78, 0x4d, 0x2c, 0x73, 0xcd, 0xb8, 0x14, 0xae, 0x21, 0xe1, 0x41, 0xce, 0x0d, 0x19, 0x5c, 0xcf, 0x20, 0xb5, 0x76, 0x21, 0x67, 0x0d, 0x92, 0x42, 0xda, 0x38, 0x9f, 0x49, 0xc2, 0xe7, 0x18, 0x30, 0x10, 0x02, 0xa7, 0x84, 0xf4, 0xdd, 0x88, 0xc8, 0xe3, 0x21, 0xce, 0x42, 0xf2, 0x3c, 0x47, 0x4c, 0x7c, 0x87, 0x54, 0x17, 0x91, 0xe3, 0x29, 0xe2, 0xf9, 0x63, 0x9c, 0x3c, 0x9e, 0x29, 0xfc, 0x8f, 0x00, 0xee, 0x38, 0xa3, 0x38, 0xfd, 0x59, 0x8e, 0x73, 0xcb, 0x7c, 0x4e, 0xb7, 0xfc, 0xeb, 0x13, 0xff, 0x25, 0xfd, 0xde, 0x6e, 0x4f, 0x80, 0x5b, 0x66, 0xdf, 0xd9, 0x26, 0x02, 0xa4, 0x81, 0x2c, 0xcc, 0xa1, 0xb7, 0xd9, 0xa0, 0x02, 0xba, 0x05, 0x6c, 0xf2, 0x24, 0x8c, 0xf8, 0x24, 0xb1, 0x8c, 0x92, 0x1b, 0x6e, 0x7a, 0xea, 0xf5, 0xf4, 0x07, 0xc9, 0x9f, 0xaf, 0xe6, 0x09, 0xb9, 0xb1, 0xc4, 0xbc, 0xd1, 0xed, 0x3a, 0x23, 0x98, 0xc8, 0xbf, 0x33, 0x20, 0xf2, 0x7d, 0xcb, 0x75, 0xb7, 0x84, 0x59, 0x92, 0xee, 0x27, 0xb8, 0x4f, 0xa2, 0x94, 0x80, 0x9f, 0x4b, 0xf0, 0x03, 0x00, 0x27, 0xfc, 0xf5, 0xc9, 0xff, 0xce, 0x47, 0x02, 0xb0, 0xfd, 0x20, 0x80, 0x0b, 0xba, 0xbe, 0xbd, 0x80, 0x38, 0x2f, 0xc7, 0x8b, 0x04, 0x94, 0x3c, 0x45, 0xda, 0xb7, 0x27, 0xf0, 0xed, 0x0d, 0x48, 0x75, 0x3d, 0x49, 0x97, 0x11, 0x3c, 0x5c, 0xb5, 0x47, 0x6b, 0x90, 0x0a, 0xd8, 0x94, 0xf9, 0x19, 0xa4, 0xe8, 0x01, 0xdc, 0xc0, 0x07, 0x00, 0xee, 0x2a, 0x23, 0x72, 0x93, 0xca, 0x09, 0x7e, 0x72, 0x1c, 0xcf, 0xea, 0x04, 0xbf, 0xeb, 0x3b, 0x28, 0xc0, 0x2f, 0xf6, 0x32, 0x79, 0x48, 0x80, 0x3b, 0xda, 0xdc, 0x03, 0xa8, 0xa0, 0xef, 0x04, 0x35, 0x59, 0x12, 0xc3, 0xd1, 0x13, 0x30, 0x2f, 0x10, 0xab, 0x52, 0x33, 0xae, 0xe3, 0x4b, 0xc9, 0x13, 0xf3, 0xd2, 0x77, 0x71, 0x9c, 0x36, 0xad, 0x16, 0x2e, 0x94, 0x31, 0x1d, 0xea, 0x05, 0x5e, 0xaf, 0x02, 0xb7, 0x62, 0xa2, 0x40, 0xc0, 0xf7, 0xf3, 0xfa, 0x32, 0x21, 0x90, 0xda, 0xa3, 0x34, 0xb7, 0xe0, 0xd7, 0x04, 0x00, 0xf0, 0xd6, 0xe6, 0xc5, 0x1e, 0xba, 0x9b, 0x29, 0x3c, 0xbf, 0x78, 0x86, 0x6f, 0xfa, 0x38, 0x23, 0xc3, 0xcb, 0xb3, 0x33, 0x92, 0x49, 0x20, 0x7a, 0x6a, 0xd9, 0xb5, 0x49, 0xf7, 0x73, 0x9e, 0xbe, 0x86, 0x49, 0x80, 0x4a, 0x37, 0x2a, 0x13, 0x14, 0x10, 0xb7, 0xf7, 0x29, 0x67, 0x69, 0x30, 0xb8, 0x40, 0xc9, 0x65, 0x40, 0xd9, 0xf7, 0x89, 0x28, 0xf2, 0xd6, 0xe6, 0xc4, 0x93, 0xcf, 0x50, 0xde, 0x2f, 0xec, 0x0e, 0x07, 0xe1, 0xe0, 0x0c, 0x19, 0xdc, 0xe4, 0xea, 0x55, 0x94, 0xaf, 0xad, 0x67, 0x8b, 0xbf, 0x81, 0x1c, 0xf1, 0x86, 0x63, 0x83, 0x5e, 0x92, 0xc0, 0x4f, 0x70, 0x9e, 0x68, 0x2f, 0x02, 0x7e, 0xc6, 0x09, 0xf3, 0xa4, 0xcf, 0xbb, 0x7b, 0xc9, 0xef, 0xf2, 0x8b, 0x00, 0x37, 0xcf, 0xbe, 0x43, 0xda, 0xfd, 0xec, 0xad, 0xcd, 0x8b, 0x1d, 0xdb, 0x83, 0x08, 0x53, 0xc5, 0x14, 0xab, 0xa7, 0x24, 0x19, 0x64, 0x30, 0xb0, 0x54, 0xe5, 0x49, 0x9d, 0x8a, 0x23, 0x26, 0x20, 0xfb, 0xc1, 0xa4, 0x20, 0x41, 0x12, 0x38, 0xce, 0x78, 0x96, 0xac, 0x6e, 0x80, 0x08, 0xcc, 0x3a, 0x87, 0x8b, 0x39, 0xb4, 0x75, 0x4a, 0x39, 0x25, 0x5f, 0x73, 0x39, 0x30, 0x26, 0x96, 0x86, 0x8c, 0x53, 0x3b, 0x2b, 0x4e, 0x7c, 0x94, 0x76, 0x81, 0x76, 0x79, 0x5a, 0x72, 0x78, 0x59, 0x87, 0xb7, 0x35, 0xdd, 0x04, 0xe5, 0xe2, 0x41, 0xda, 0xae, 0x2e, 0x42, 0xee, 0x63, 0x44, 0xe0, 0xcb, 0xc4, 0x4b, 0xff, 0xeb, 0xdc, 0x9b, 0x34, 0x13, 0xf8, 0x55, 0x04, 0xe5, 0x20, 0xcc, 0x3a, 0x61, 0xbe, 0xd4, 0x43, 0xe4, 0x3d, 0x01, 0xde, 0xdc, 0x7c, 0xb7, 0x9a, 0x00, 0x1e, 0x19, 0x1c, 0x26, 0xce, 0xa6, 0x54, 0x2d, 0x33, 0x64, 0x1e, 0x81, 0x31, 0x25, 0x41, 0x4d, 0x10, 0x48, 0xe0, 0xd0, 0x09, 0x24, 0x64, 0x69, 0x88, 0x04, 0xf1, 0xce, 0x90, 0xdc, 0x08, 0xd7, 0xa5, 0x99, 0x49, 0x29, 0xb2, 0x25, 0xcf, 0x6d, 0x91, 0x81, 0x64, 0xe9, 0xe1, 0x3c, 0xe1, 0x3d, 0xd5, 0x47, 0x38, 0x92, 0x34, 0xf2, 0xe1, 0x78, 0x44, 0xdc, 0x95, 0x45, 0x21, 0x92, 0x3f, 0xd7, 0x3a, 0x29, 0x52, 0x19, 0xa8, 0x2a, 0x82, 0x62, 0xd1, 0x3b, 0xab, 0xbc, 0xbe, 0xc4, 0x5f, 0xe1, 0xf7, 0x72, 0x97, 0x54, 0xf2, 0xee, 0x9d, 0x48, 0x20, 0xd0, 0xac, 0xb1, 0xf3, 0x25, 0x79, 0xb4, 0x38, 0xef, 0x08, 0xe0, 0x48, 0x83, 0x06, 0x25, 0x80, 0x55, 0x49, 0xa2, 0x3c, 0x32, 0x84, 0xcd, 0x66, 0xad, 0x5e, 0x80, 0x39, 0xb3, 0x2d, 0x94, 0xd2, 0xe6, 0xcc, 0x6a, 0xa8, 0xb4, 0x1c, 0x4a, 0x7b, 0x71, 0xa1, 0xcb, 0x66, 0x2a, 0x70, 0xa7, 0xbd, 0xb9, 0x45, 0x20, 0x72, 0x05, 0x9f, 0xdc, 0xa5, 0xae, 0x48, 0x02, 0x79, 0x52, 0x97, 0x90, 0xd0, 0x2d, 0x91, 0xf0, 0x39, 0x4c, 0x04, 0xa7, 0x23, 0xfb, 0x92, 0x06, 0x10, 0xb9, 0xb6, 0x48, 0xb7, 0xe5, 0x0d, 0x77, 0x9e, 0x26, 0x29, 0x08, 0x37, 0xae, 0x88, 0x1b, 0x9c, 0xc0, 0x77, 0xf4, 0x54, 0x5e, 0x92, 0x47, 0x04, 0x77, 0xfa, 0xb7, 0x05, 0x03, 0x3f, 0x00, 0xcc, 0x1c, 0x3b, 0x5f, 0xea, 0x81, 0xf2, 0x94, 0x00, 0x8e, 0x1e, 0x80, 0x29, 0x52, 0x3d, 0x1e, 0x9b, 0x25, 0xbb, 0xb6, 0x16, 0x81, 0xf5, 0x74, 0x26, 0x6f, 0x45, 0x22, 0xe5, 0xfc, 0xb9, 0x23, 0x53, 0xc9, 0x14, 0xf1, 0x24, 0x07, 0xa9, 0xc2, 0x4c, 0xab, 0xb1, 0x19, 0x25, 0xdd, 0x39, 0x73, 0x02, 0xc5, 0xf2, 0xf2, 0x64, 0x03, 0xcb, 0x7a, 0xdb, 0xce, 0xfe, 0x90, 0x42, 0x17, 0xbb, 0x7a, 0x00, 0x1f, 0x8d, 0x6f, 0xfd, 0x6d, 0x9f, 0x14, 0x43, 0xee, 0xe0, 0x97, 0x93, 0xeb, 0x38, 0xd5, 0x4c, 0x01, 0xa8, 0x6b, 0x0c, 0x20, 0x1b, 0xaf, 0xef, 0xb8, 0x1e, 0xe4, 0x8c, 0x69, 0xdc, 0xe0, 0x07, 0x11, 0x66, 0x8e, 0x9d, 0x2f, 0x8e, 0x50, 0x60, 0xf1, 0x92, 0xdb, 0xf3, 0x8f, 0x00, 0x22, 0xe2, 0xdf, 0xdc, 0xf4, 0x57, 0x17, 0x01, 0x82, 0x48, 0x20, 0x55, 0xa6, 0x86, 0x09, 0x3b, 0xd2, 0x32, 0x45, 0x4a, 0xd2, 0xc2, 0x70, 0xb2, 0xd1, 0x99, 0xac, 0xfb, 0x45, 0xa0, 0x3b, 0xc0, 0x65, 0x07, 0xc2, 0x94, 0x46, 0x35, 0x49, 0x31, 0x04, 0x29, 0x52, 0x87, 0xc9, 0xe6, 0xe7, 0xc4, 0x93, 0x60, 0x27, 0xd3, 0xee, 0x41, 0x88, 0xac, 0x74, 0xa2, 0xa0, 0xcf, 0x39, 0x81, 0x83, 0x27, 0x3f, 0x87, 0x93, 0x90, 0x7c, 0x21, 0x45, 0xbc, 0xa0, 0xc8, 0xfe, 0x70, 0xa7, 0x84, 0x71, 0x10, 0x80, 0xd2, 0x8e, 0x81, 0xac, 0x1e, 0x93, 0xd2, 0x41, 0x8d, 0xf3, 0x3d, 0xf1, 0xfa, 0x6c, 0xc1, 0x4f, 0xae, 0xf1, 0x83, 0xf4, 0x17, 0x9e, 0x71, 0xe2, 0xad, 0x12, 0x23, 0xf3, 0x8e, 0x00, 0x37, 0x5c, 0xbe, 0x00, 0x61, 0xa3, 0xd0, 0xae, 0xdc, 0x37, 0x36, 0xff, 0xb5, 0x4d, 0x31, 0x80, 0xd4, 0x0b, 0xa4, 0x37, 0x60, 0xb3, 0xc9, 0xe5, 0x4a, 0x37, 0xa6, 0x24, 0x10, 0x13, 0x52, 0x85, 0x64, 0xb9, 0x6f, 0x26, 0xcb, 0x1a, 0xc6, 0x64, 0x6d, 0x0d, 0x06, 0x70, 0xe2, 0x60, 0x94, 0x04, 0x34, 0x27, 0x6e, 0x67, 0x75, 0x88, 0x08, 0x9c, 0x11, 0x88, 0x9b, 0x60, 0x12, 0xe0, 0x29, 0x1d, 0x80, 0x13, 0x5c, 0x3d, 0x80, 0x9d, 0x4d, 0x22, 0x31, 0x46, 0x21, 0x35, 0x78, 0xc5, 0x20, 0x93, 0x20, 0x1f, 0x9a, 0xe7, 0xf0, 0xb8, 0x70, 0x1d, 0xa4, 0xad, 0x48, 0x4a, 0x79, 0xe5, 0xfb, 0x55, 0x29, 0x57, 0x5b, 0x36, 0x32, 0xa1, 0xbb, 0x13, 0x5e, 0x72, 0x87, 0x54, 0x82, 0x37, 0xf8, 0x09, 0xc0, 0xcc, 0x13, 0xe7, 0x4b, 0x8f, 0xcf, 0x3b, 0x02, 0xfc, 0xf8, 0xd2, 0x5f, 0x03, 0x60, 0x08, 0x19, 0x21, 0x18, 0x2c, 0x8c, 0xb7, 0xb7, 0x2c, 0x96, 0x77, 0x47, 0x70, 0x64, 0x81, 0x44, 0xbc, 0x93, 0x38, 0x8d, 0x00, 0xea, 0x3d, 0x36, 0x5d, 0x67, 0x6c, 0x89, 0x1e, 0x9d, 0x49, 0x45, 0x02, 0x90, 0x79, 0xca, 0x83, 0x71, 0xdb, 0x6b, 0x83, 0x92, 0x1e, 0x19, 0x29, 0xef, 0xcd, 0x65, 0xf6, 0x48, 0xe4, 0x20, 0x81, 0x5d, 0xf6, 0x0c, 0x0b, 0xd5, 0xf4, 0x01, 0xf9, 0x4f, 0x97, 0x3c, 0x70, 0x92, 0x43, 0x49, 0x00, 0x55, 0x0f, 0x40, 0x8a, 0x6c, 0x8e, 0xa2, 0x07, 0x50, 0xb1, 0x81, 0x7c, 0xc6, 0xe5, 0xc8, 0x79, 0x9d, 0x5b, 0xb3, 0xc9, 0x9e, 0x4b, 0x2c, 0xe6, 0x72, 0x8a, 0xd7, 0x12, 0x98, 0xb3, 0x4e, 0xbc, 0x35, 0x13, 0x01, 0x0c, 0x1c, 0xc0, 0x99, 0x50, 0x1d, 0x44, 0x80, 0xb4, 0xbd, 0xb4, 0xf1, 0x2e, 0x84, 0x59, 0x18, 0x46, 0x28, 0x0c, 0x83, 0x85, 0x60, 0x30, 0x03, 0x06, 0x33, 0x00, 0x30, 0x18, 0x86, 0xf8, 0xaf, 0xd0, 0x2a, 0x8c, 0x1c, 0x09, 0x7f, 0x0e, 0x6b, 0x98, 0x86, 0x81, 0x6c, 0x19, 0xc3, 0x53, 0x81, 0x69, 0x52, 0x5b, 0xa7, 0x80, 0x0d, 0x4a, 0x02, 0xde, 0xca, 0x06, 0x89, 0x01, 0xb0, 0x14, 0x20, 0x3b, 0xe5, 0x8f, 0x1a, 0x34, 0x4c, 0x04, 0x27, 0x03, 0x88, 0x98, 0xdb, 0x81, 0x5a, 0x81, 0x38, 0x79, 0x10, 0x80, 0xb9, 0xb3, 0x42, 0xbe, 0x04, 0xe0, 0x6a, 0x02, 0x70, 0x47, 0x0c, 0x90, 0x5b, 0xe0, 0x3b, 0x33, 0x5d, 0xea, 0x71, 0x39, 0xdb, 0x01, 0xa4, 0xbb, 0x35, 0x29, 0xba, 0x0a, 0x40, 0x80, 0x90, 0x7a, 0x80, 0xa6, 0x1b, 0x13, 0xc0, 0x95, 0xeb, 0x57, 0x05, 0xc2, 0x5e, 0x63, 0x01, 0xce, 0x80, 0x18, 0xf2, 0xde, 0xfb, 0xaa, 0x1f, 0xeb, 0xca, 0xef, 0x48, 0xc1, 0x00, 0xb3, 0x5f, 0x33, 0x52, 0xf4, 0x3c, 0x4e, 0x19, 0x63, 0x8f, 0x15, 0x28, 0x64, 0x89, 0xf5, 0xac, 0x54, 0x97, 0xe0, 0x04, 0xac, 0x5f, 0x5a, 0xd4, 0x4d, 0x00, 0x67, 0x80, 0x99, 0xa9, 0x07, 0x20, 0x17, 0x8c, 0xbc, 0x40, 0x0b, 0xe5, 0x77, 0x97, 0x07, 0xd1, 0x00, 0x04, 0x06, 0xbf, 0x73, 0x4c, 0x42, 0xb4, 0x00, 0x04, 0x08, 0x3b, 0x08, 0x40, 0x5d, 0x99, 0x00, 0xac, 0xbc, 0xc2, 0x48, 0x04, 0x22, 0x40, 0x16, 0x83, 0x61, 0x5e, 0x24, 0x50, 0x76, 0xc8, 0xc2, 0x8d, 0x24, 0x8e, 0x06, 0x3b, 0x40, 0x29, 0x8f, 0x17, 0xa4, 0x53, 0x95, 0x4c, 0x04, 0x2e, 0x94, 0x69, 0xff, 0x74, 0x70, 0x41, 0xc2, 0x04, 0x51, 0x72, 0x7b, 0x4f, 0x02, 0x73, 0x7b, 0x75, 0x67, 0xda, 0x35, 0x13, 0x01, 0xc8, 0x4b, 0x02, 0xa5, 0xa2, 0x1a, 0x47, 0xef, 0x40, 0xe4, 0x0f, 0x7a, 0x25, 0xf0, 0x3d, 0xe4, 0x8e, 0x27, 0xf0, 0x55, 0xec, 0x22, 0xf5, 0xc7, 0x05, 0x24, 0x00, 0x0e, 0x14, 0x09, 0x58, 0x7b, 0x93, 0x2b, 0x23, 0x01, 0x6a, 0xef, 0xf2, 0xdc, 0x2f, 0x33, 0xd3, 0x16, 0x82, 0x5e, 0x1b, 0xcb, 0x2a, 0x7b, 0x0b, 0x12, 0x77, 0x62, 0x76, 0x64, 0x7a, 0x84, 0xd8, 0x80, 0xa4, 0x64, 0x3e, 0xa4, 0x94, 0xa6, 0xd8, 0xa8, 0x96, 0x0a, 0x53, 0xcd, 0x83, 0xf1, 0x95, 0x3f, 0x4e, 0x72, 0x48, 0x01, 0x30, 0x53, 0xc6, 0x07, 0xce, 0x54, 0xaa, 0x3a, 0xc8, 0x75, 0xa6, 0x59, 0x21, 0xc9, 0x25, 0x15, 0x81, 0x95, 0xf1, 0xae, 0x72, 0xda, 0x66, 0x16, 0xe0, 0x17, 0x33, 0x40, 0x6d, 0x23, 0x40, 0x81, 0x03, 0xf8, 0xed, 0x4a, 0x82, 0xf6, 0x26, 0x00, 0x2b, 0xaf, 0x30, 0xe2, 0x7e, 0x04, 0x90, 0xe6, 0xc2, 0xb7, 0x27, 0x13, 0x15, 0x3a, 0x8a, 0xf9, 0x91, 0xc6, 0x55, 0x3b, 0x6a, 0xb9, 0x15, 0xa8, 0x26, 0x59, 0xfb, 0x54, 0x3c, 0x65, 0x2a, 0x0c, 0x20, 0x73, 0xfc, 0x03, 0xdc, 0xdc, 0x78, 0x7d, 0xd1, 0x42, 0x46, 0x38, 0x08, 0x01, 0x54, 0xe0, 0xef, 0x52, 0x04, 0x60, 0x82, 0x04, 0xf2, 0x25, 0xc0, 0x01, 0x8f, 0xf6, 0x9d, 0x71, 0x01, 0x83, 0x7f, 0xef, 0x91, 0x25, 0x11, 0x58, 0x36, 0xb5, 0xca, 0x72, 0x8d, 0xfe, 0x60, 0x12, 0xc7, 0xd3, 0xdb, 0x07, 0x00, 0xbe, 0xf2, 0x79, 0x19, 0xbc, 0xbe, 0x9f, 0x29, 0x08, 0x50, 0xe8, 0x03, 0x7e, 0xea, 0x4a, 0x04, 0xb0, 0x24, 0x50, 0xa7, 0x20, 0x40, 0x26, 0xd9, 0x94, 0x3d, 0x11, 0x02, 0xf4, 0x0a, 0xd9, 0x12, 0x22, 0x47, 0xe6, 0xb5, 0x46, 0x86, 0x32, 0xba, 0xf4, 0x0c, 0xc0, 0x6f, 0xa3, 0xd7, 0x6f, 0x23, 0x01, 0x0e, 0x48, 0x2f, 0x90, 0x77, 0x04, 0xf0, 0xeb, 0x0d, 0x94, 0x40, 0xf6, 0x0a, 0x2f, 0x32, 0xe8, 0xa7, 0x40, 0x8a, 0x68, 0x7f, 0x6b, 0x3f, 0x00, 0xf8, 0x28, 0x10, 0xaa, 0xb3, 0x05, 0xfe, 0xfe, 0x79, 0xfd, 0xbc, 0x26, 0x40, 0x38, 0x54, 0x00, 0x6d, 0xda, 0x2c, 0x4b, 0x98, 0xd2, 0xee, 0x77, 0xdd, 0x8a, 0x00, 0xca, 0x18, 0x40, 0x9b, 0x36, 0x3f, 0xeb, 0x2e, 0x31, 0x80, 0x98, 0x05, 0xaa, 0x05, 0x70, 0xa8, 0x6e, 0x5a, 0x6d, 0x01, 0x6c, 0x6b, 0x75, 0x25, 0x1f, 0x76, 0xa0, 0xbc, 0xff, 0x81, 0x20, 0x00, 0x26, 0xfc, 0x22, 0x34, 0xc5, 0x08, 0xd1, 0xdd, 0x00, 0x86, 0xe8, 0xf6, 0xd5, 0xe6, 0x13, 0xac, 0x6c, 0xe3, 0x09, 0xf6, 0xd3, 0x15, 0x7f, 0x36, 0x5f, 0x40, 0x37, 0x19, 0x07, 0x90, 0xa4, 0xd0, 0x7e, 0xfe, 0x9d, 0xcb, 0xfb, 0xb2, 0x2d, 0x6b, 0xcb, 0xbf, 0xaa, 0xba, 0x65, 0x59, 0x43, 0xc2, 0xfb, 0x35, 0xe5, 0xe0, 0xdf, 0x5c, 0x95, 0x05, 0xf9, 0xbb, 0xad, 0xf7, 0x75, 0xe9, 0x91, 0x60, 0x64, 0x01, 0xba, 0x6c, 0xc0, 0x9e, 0x6b, 0xd0, 0x67, 0x0b, 0xfe, 0x20, 0x80, 0x67, 0x39, 0xaa, 0xe7, 0x20, 0x24, 0x80, 0x07, 0x50, 0xda, 0x4a, 0x82, 0x5c, 0x91, 0x21, 0x9b, 0xf7, 0x83, 0x7c, 0x56, 0x97, 0x25, 0x00, 0x72, 0xec, 0xed, 0x73, 0x71, 0x5d, 0xae, 0xbc, 0x7b, 0x5b, 0x40, 0xcf, 0xb2, 0x04, 0x7d, 0x5b, 0x7a, 0x84, 0xf6, 0xec, 0x25, 0x82, 0x02, 0x3b, 0x57, 0xbd, 0x02, 0xba, 0x0b, 0x01, 0xd0, 0x4e, 0xa0, 0xcf, 0xa5, 0x97, 0x6f, 0x8b, 0xbc, 0x61, 0x19, 0xea, 0x33, 0x07, 0xd9, 0x7e, 0xdf, 0xb2, 0xa0, 0xbd, 0x42, 0xb6, 0x24, 0x69, 0xef, 0xf7, 0x3a, 0xcc, 0xeb, 0x77, 0x24, 0x01, 0xda, 0x42, 0x84, 0x6c, 0x3c, 0xf8, 0x81, 0xf4, 0xf2, 0x6d, 0x95, 0x3c, 0x6d, 0xed, 0x01, 0xda, 0x22, 0x89, 0x3a, 0xaa, 0x77, 0xd8, 0xdf, 0x38, 0x03, 0xdd, 0x9d, 0x00, 0xc8, 0x81, 0xa4, 0x69, 0xeb, 0xbf, 0x41, 0xbc, 0x7d, 0xae, 0x81, 0x9f, 0xab, 0x18, 0x20, 0x17, 0x44, 0x08, 0xd2, 0x2b, 0x50, 0x0e, 0x89, 0x92, 0x8d, 0x64, 0x42, 0xbe, 0x11, 0x00, 0x6d, 0x00, 0x6e, 0x7b, 0x78, 0xf7, 0xfd, 0xd5, 0xf7, 0xec, 0x00, 0xd4, 0x2d, 0x65, 0x49, 0x84, 0xfd, 0xe9, 0x09, 0x0e, 0x64, 0x2f, 0xd1, 0x29, 0x80, 0xd7, 0x99, 0xac, 0x2d, 0x64, 0x68, 0x2f, 0x79, 0xc3, 0x72, 0x08, 0x7a, 0x96, 0x03, 0xc0, 0xb7, 0x95, 0x0c, 0xd4, 0x8e, 0x32, 0xa9, 0xcb, 0x81, 0xbe, 0xb3, 0x13, 0x00, 0x6d, 0x00, 0x75, 0xae, 0xbd, 0xbc, 0x1f, 0xd8, 0x3b, 0xc2, 0xfb, 0xef, 0x2f, 0xf0, 0x73, 0x19, 0x27, 0xec, 0x4f, 0xaf, 0xd0, 0x69, 0x01, 0xd6, 0x55, 0x2c, 0x28, 0xf0, 0x73, 0x11, 0xcc, 0x76, 0x06, 0xd9, 0xd3, 0xde, 0x72, 0xa8, 0x2d, 0xa4, 0xc8, 0x36, 0xd3, 0xd4, 0x25, 0x00, 0xd5, 0x55, 0x2d, 0x5b, 0xef, 0xde, 0x1e, 0x41, 0x2e, 0x3b, 0x00, 0xf5, 0xdb, 0x1e, 0x72, 0x68, 0x7f, 0x7b, 0x84, 0x2e, 0x09, 0xf8, 0xee, 0x46, 0x80, 0x6c, 0x49, 0x11, 0x84, 0x18, 0x6d, 0xf5, 0xfe, 0x1d, 0xdd, 0x03, 0x64, 0xdb, 0x0b, 0x64, 0x13, 0x1b, 0x74, 0x0b, 0xb0, 0xe7, 0x0b, 0x01, 0xb2, 0x21, 0xc6, 0xfe, 0x68, 0xff, 0xa0, 0x75, 0xc8, 0xda, 0x09, 0xec, 0xd9, 0x90, 0xa1, 0x2d, 0x71, 0x02, 0xe5, 0x13, 0x28, 0xf2, 0xdd, 0xda, 0x32, 0x9a, 0xcb, 0x3a, 0xa0, 0x5e, 0xf7, 0x57, 0x0a, 0x65, 0x02, 0x7f, 0x5e, 0x37, 0xbc, 0xb6, 0xb6, 0xd7, 0x19, 0xcb, 0x51, 0xbd, 0x53, 0x0e, 0x08, 0x41, 0xba, 0x89, 0x34, 0x01, 0xb4, 0x69, 0xd3, 0x04, 0xd0, 0xa6, 0x4d, 0x13, 0x40, 0x9b, 0x36, 0x4d, 0x00, 0x6d, 0xda, 0x34, 0x01, 0xb4, 0x69, 0x73, 0xd9, 0xff, 0x07, 0x15, 0xa9, 0x90, 0xa0, 0x2d, 0x2d, 0xc7, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int go_bottom_192_png_len = 11726; unsigned char gtk_copy_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x0c, 0xa5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0x6c, 0x1c, 0x47, 0x1d, 0x9f, 0xfd, 0xb8, 0xb3, 0x7d, 0x4e, 0xec, 0x6b, 0xd4, 0xc4, 0x67, 0x62, 0x78, 0xa3, 0x08, 0x89, 0x27, 0xa8, 0xc2, 0x03, 0xe2, 0xa9, 0x0f, 0x11, 0x54, 0x42, 0x04, 0xa9, 0x42, 0x48, 0x14, 0xa4, 0x82, 0x9a, 0x8a, 0x07, 0x83, 0x4a, 0x88, 0x8d, 0x9d, 0x20, 0x0b, 0x62, 0xa8, 0xfb, 0x82, 0x64, 0x89, 0x8a, 0x44, 0x3c, 0xf0, 0x00, 0x02, 0x1e, 0x40, 0x3c, 0x34, 0x7c, 0xbc, 0x56, 0x21, 0xaa, 0xca, 0x47, 0x9a, 0xe0, 0x96, 0x20, 0x9a, 0x20, 0x68, 0x5c, 0x92, 0xc6, 0x4d, 0xec, 0xfb, 0xbe, 0xfd, 0x1a, 0x66, 0xf6, 0x6e, 0xee, 0x76, 0xef, 0xf6, 0x7b, 0x67, 0xf7, 0x76, 0xf6, 0x66, 0x94, 0x8d, 0xf7, 0xce, 0x73, 0xeb, 0xbd, 0xf9, 0xfd, 0xfe, 0xbf, 0xf9, 0xff, 0x67, 0xfe, 0x33, 0x2b, 0x03, 0x5e, 0x26, 0xba, 0xc8, 0xbc, 0x09, 0x38, 0x01, 0x6c, 0x65, 0x7b, 0x7b, 0x7b, 0xae, 0xd5, 0x6a, 0x2d, 0x42, 0xd8, 0xe1, 0xe4, 0x88, 0x58, 0x24, 0x49, 0x68, 0x36, 0x1a, 0xfa, 0xee, 0xc6, 0xc6, 0x86, 0xc2, 0x14, 0x01, 0xb6, 0xb6, 0x2e, 0x9c, 0x68, 0x75, 0x6a, 0x27, 0x0d, 0xf4, 0x1d, 0x80, 0x20, 0x71, 0x24, 0x23, 0x16, 0x0d, 0x35, 0xe0, 0xf4, 0xac, 0x50, 0xdd, 0xdc, 0xdc, 0xfc, 0xf9, 0xfa, 0xfa, 0xfa, 0x3d, 0x26, 0x08, 0x60, 0x5a, 0x3e, 0x06, 0xdf, 0x00, 0x1c, 0x79, 0x0a, 0x05, 0x1a, 0xc2, 0x9c, 0x58, 0x00, 0x9f, 0x42, 0xa7, 0x3f, 0x65, 0x82, 0x00, 0xad, 0xd6, 0xc1, 0xa2, 0x01, 0x44, 0x13, 0xfc, 0xcf, 0x7e, 0xe6, 0x73, 0xa0, 0x52, 0x39, 0xc6, 0x51, 0x8c, 0x58, 0xae, 0x5c, 0xbd, 0x02, 0x76, 0x76, 0x76, 0x80, 0x00, 0x84, 0x25, 0x66, 0xba, 0x00, 0x09, 0x15, 0x43, 0x87, 0xe6, 0x79, 0xe5, 0x7d, 0x15, 0x50, 0x9e, 0x2b, 0x73, 0x24, 0x23, 0x96, 0x47, 0x8f, 0x3c, 0x6a, 0xfe, 0x14, 0x04, 0x28, 0x31, 0x43, 0x00, 0x5e, 0x78, 0x14, 0x30, 0x52, 0x0c, 0xe4, 0x10, 0x54, 0xab, 0x55, 0xde, 0x4a, 0x01, 0x4a, 0xb1, 0x28, 0x83, 0x52, 0xe9, 0x10, 0x1f, 0x07, 0xe0, 0x85, 0x13, 0x80, 0x17, 0x4e, 0x00, 0x5e, 0x38, 0x01, 0x78, 0xe1, 0x04, 0xe0, 0x85, 0x13, 0x60, 0x62, 0x0a, 0x0a, 0x98, 0x38, 0x01, 0x26, 0x18, 0x7e, 0xae, 0x00, 0x1c, 0x78, 0x4e, 0x00, 0x0e, 0x3e, 0x27, 0x00, 0x07, 0x9e, 0x13, 0x80, 0x03, 0xcf, 0x09, 0xc0, 0xc1, 0xe7, 0x04, 0x98, 0x18, 0xe0, 0x0d, 0x83, 0x13, 0x60, 0x22, 0xc1, 0x37, 0x0c, 0xae, 0x00, 0xdc, 0xea, 0x39, 0x01, 0x38, 0xf0, 0x9c, 0x00, 0x5c, 0xee, 0x39, 0x01, 0x70, 0x51, 0x94, 0x36, 0x68, 0x36, 0xdb, 0x54, 0x6f, 0xee, 0xce, 0xee, 0x9d, 0xca, 0xc1, 0xfe, 0xfe, 0x11, 0x20, 0x8e, 0xcf, 0xea, 0x61, 0xaf, 0x8a, 0x24, 0x89, 0x40, 0x2e, 0x14, 0x5d, 0xeb, 0x49, 0x92, 0x04, 0x8a, 0xc5, 0xee, 0xef, 0x77, 0x77, 0xdf, 0xc6, 0x09, 0x81, 0xc0, 0x40, 0x1f, 0xfe, 0xc1, 0x8b, 0x17, 0x9e, 0x1a, 0x17, 0xb8, 0x22, 0x14, 0xa1, 0x21, 0x0b, 0xb7, 0x56, 0x9f, 0x5f, 0x7d, 0x5d, 0x10, 0x04, 0x98, 0x28, 0x01, 0x30, 0xf8, 0x77, 0xef, 0xde, 0xa5, 0x72, 0x2d, 0x08, 0xa1, 0xf8, 0xd7, 0x6b, 0x7f, 0xfe, 0x7c, 0xa3, 0x51, 0x7f, 0x8c, 0x55, 0xcb, 0x12, 0x06, 0xff, 0x8f, 0x8d, 0x00, 0x10, 0x61, 0x2e, 0xe8, 0x10, 0x6c, 0xbd, 0xf8, 0xfd, 0xcb, 0x17, 0x2f, 0x5e, 0x3c, 0x75, 0xfa, 0xf4, 0x69, 0x95, 0x89, 0x2e, 0xe0, 0xad, 0x5b, 0xff, 0xfa, 0x18, 0xcb, 0xe0, 0x67, 0x90, 0x8d, 0x4f, 0x3e, 0x3c, 0xd8, 0x7b, 0x16, 0x9d, 0xfd, 0x88, 0x09, 0x02, 0x34, 0x1a, 0xb5, 0xe3, 0xe4, 0xfc, 0xd9, 0xaf, 0x3e, 0x67, 0xca, 0x29, 0x2f, 0x91, 0xa4, 0x14, 0x5c, 0xfa, 0xc9, 0x8f, 0x89, 0x1a, 0x7c, 0x9c, 0x19, 0x02, 0xa0, 0x2e, 0xa0, 0x9f, 0x4f, 0xff, 0xc8, 0x23, 0x47, 0x38, 0x90, 0x34, 0x44, 0xc0, 0x10, 0xa6, 0x12, 0xf5, 0x01, 0x44, 0x11, 0x1f, 0x22, 0x6f, 0xe9, 0x49, 0x8d, 0x02, 0xe6, 0xe6, 0xca, 0xe6, 0x41, 0xa3, 0xec, 0xbc, 0x71, 0x03, 0x80, 0x9a, 0x7d, 0x3d, 0x82, 0xaa, 0xaa, 0xc8, 0xd1, 0x6c, 0x70, 0xc4, 0x02, 0x94, 0x52, 0x69, 0x16, 0x14, 0x0a, 0x05, 0x3e, 0x0e, 0xc0, 0x0b, 0x27, 0x00, 0x2f, 0x9c, 0x00, 0xbc, 0x70, 0x02, 0xf0, 0x92, 0x3c, 0x01, 0x9a, 0xcd, 0x3a, 0x78, 0xf0, 0xe0, 0x01, 0x95, 0x6b, 0xa9, 0xaa, 0xc2, 0x91, 0x61, 0x8d, 0x00, 0x8a, 0xa2, 0x81, 0x7a, 0xbd, 0x49, 0xe5, 0x5a, 0x46, 0x9e, 0x67, 0x5f, 0x52, 0x29, 0x90, 0x77, 0x01, 0x13, 0x09, 0x3b, 0x0c, 0x07, 0x3e, 0x27, 0xc0, 0x04, 0x03, 0xcf, 0x09, 0x90, 0x1b, 0xf0, 0x61, 0xac, 0xcf, 0x53, 0x23, 0xc0, 0xf4, 0x74, 0x11, 0x94, 0xcb, 0x74, 0x46, 0x02, 0x45, 0x91, 0x6f, 0x54, 0x96, 0xa4, 0xd5, 0x27, 0x44, 0x80, 0x12, 0xa8, 0x54, 0x4a, 0x71, 0xdd, 0x3f, 0xf3, 0xff, 0xa0, 0xc3, 0x98, 0x1c, 0xf8, 0xdc, 0x8c, 0x03, 0x70, 0xaf, 0x9f, 0x16, 0xf8, 0xb8, 0x4e, 0x98, 0x5e, 0x41, 0xe6, 0xe0, 0xe7, 0xc7, 0xea, 0xa3, 0xb8, 0x03, 0x32, 0x07, 0x9e, 0x7d, 0x27, 0x6f, 0x50, 0x05, 0x8e, 0x93, 0x00, 0x46, 0xc0, 0xec, 0x59, 0x0e, 0x3c, 0x4d, 0xb9, 0x8f, 0x0a, 0x3c, 0x75, 0x02, 0xec, 0xef, 0x57, 0x03, 0x24, 0x85, 0x06, 0xcb, 0xbd, 0x6f, 0xb7, 0x5b, 0x1c, 0xf8, 0x04, 0xad, 0x7e, 0x0c, 0x5d, 0xc0, 0x64, 0x2e, 0xba, 0xc8, 0x9a, 0xdc, 0x8f, 0x89, 0x00, 0xe9, 0x2f, 0xba, 0xe8, 0x74, 0x3a, 0x40, 0xd7, 0xf5, 0x9c, 0xca, 0x3d, 0x00, 0x53, 0x53, 0x45, 0x73, 0x1d, 0x02, 0x0d, 0x47, 0x50, 0xce, 0xa3, 0xd5, 0xef, 0xed, 0xed, 0x81, 0x5a, 0xad, 0x96, 0x5b, 0xb9, 0x3f, 0x7e, 0xfc, 0x38, 0x38, 0x7c, 0xf8, 0x70, 0xec, 0x08, 0x20, 0x21, 0x02, 0x70, 0xb9, 0x4f, 0x5b, 0xee, 0xed, 0x97, 0x1a, 0xd3, 0x64, 0x50, 0xa9, 0x54, 0x02, 0x4b, 0x4b, 0x4b, 0x54, 0x48, 0xf2, 0xe6, 0x3f, 0xfe, 0xce, 0x9d, 0xbc, 0x00, 0xe0, 0x8f, 0x72, 0x68, 0x6c, 0x61, 0xa0, 0x61, 0xee, 0x96, 0x8d, 0x0f, 0x1a, 0x56, 0x9f, 0xc7, 0xb9, 0x00, 0xda, 0xc0, 0xc7, 0xb1, 0x7a, 0x8a, 0x04, 0xe0, 0x72, 0xcf, 0x92, 0xdc, 0x53, 0x26, 0x40, 0x12, 0xde, 0x3d, 0x1d, 0xb6, 0x54, 0x2a, 0x15, 0xb0, 0xb0, 0xb0, 0x90, 0x5b, 0xb9, 0xef, 0x46, 0x00, 0x70, 0x5c, 0x51, 0x40, 0x52, 0x56, 0x4f, 0x4f, 0x2a, 0xdc, 0x42, 0x24, 0x16, 0x81, 0x0f, 0x6a, 0xf5, 0x29, 0x44, 0x01, 0xde, 0x00, 0x29, 0x8a, 0x62, 0xd9, 0x1f, 0x20, 0x9e, 0x3a, 0x68, 0xba, 0x96, 0xeb, 0xbe, 0x3e, 0x79, 0xe0, 0xa9, 0xe7, 0x04, 0xfa, 0x5b, 0x27, 0x4e, 0x08, 0x0d, 0xb7, 0x3f, 0x80, 0xfb, 0x35, 0x35, 0x55, 0xe5, 0xde, 0x3d, 0x48, 0x1e, 0xfc, 0x80, 0x04, 0x48, 0xaf, 0xaf, 0x67, 0xd5, 0x61, 0x4c, 0xdb, 0xc9, 0xa3, 0x01, 0xbc, 0x37, 0x01, 0x02, 0x00, 0x91, 0x65, 0xe0, 0xf7, 0xf7, 0xf7, 0x41, 0xbb, 0xdd, 0x49, 0x0b, 0xfe, 0x54, 0x80, 0x9f, 0x9e, 0x9e, 0x06, 0x73, 0x73, 0xf3, 0x81, 0xfe, 0x7e, 0xe2, 0x09, 0x21, 0x59, 0xb7, 0xfa, 0x46, 0xa3, 0x91, 0xe8, 0x50, 0xf0, 0x38, 0xe4, 0xfe, 0xf0, 0xe1, 0x39, 0x07, 0x02, 0xc0, 0xd8, 0x8e, 0xa0, 0x4c, 0x0b, 0x78, 0xf7, 0xfd, 0x01, 0xc8, 0x87, 0x44, 0xc7, 0x6b, 0xb1, 0xb6, 0xa5, 0x40, 0x56, 0xe5, 0x3e, 0xd1, 0x28, 0x20, 0x88, 0x95, 0x8e, 0xee, 0x0f, 0x10, 0xdd, 0xe2, 0x6f, 0xfe, 0xf3, 0x4d, 0x50, 0xab, 0xd7, 0x32, 0x06, 0x7c, 0x52, 0x56, 0x1f, 0x4f, 0x1d, 0x62, 0x66, 0x85, 0xfb, 0x13, 0x60, 0xd2, 0x9d, 0xbc, 0xac, 0x7a, 0xf7, 0x90, 0x52, 0x62, 0x30, 0xe5, 0xd9, 0xc0, 0x6c, 0x00, 0x8f, 0xf7, 0xeb, 0x9b, 0x99, 0x99, 0xc9, 0x89, 0xdc, 0x77, 0xcb, 0xd4, 0xd4, 0x54, 0x80, 0x7a, 0x63, 0x9c, 0x0c, 0xca, 0x92, 0xc5, 0x1f, 0x3d, 0x7a, 0x34, 0x07, 0x56, 0x1f, 0x46, 0xee, 0xc7, 0x9a, 0x13, 0x98, 0x04, 0xf8, 0xe3, 0x61, 0x4e, 0x96, 0x07, 0x73, 0x82, 0x80, 0x9f, 0x72, 0x5a, 0xb8, 0x1d, 0x24, 0x3c, 0x12, 0xb8, 0xbf, 0xff, 0x80, 0x82, 0xd5, 0x1b, 0xe6, 0x52, 0x73, 0xee, 0xdd, 0x27, 0x0b, 0x7c, 0x0c, 0x02, 0x38, 0x23, 0xac, 0x69, 0x0a, 0xa8, 0x56, 0xeb, 0x74, 0x3a, 0x14, 0x43, 0x9f, 0x30, 0xab, 0x8f, 0x2e, 0xf7, 0x89, 0x47, 0x01, 0x41, 0xe5, 0x9e, 0x4d, 0x0f, 0x7f, 0x32, 0xad, 0x3e, 0x02, 0x01, 0xd8, 0x0a, 0xeb, 0xf0, 0xa4, 0x94, 0xd7, 0x48, 0x60, 0xb8, 0xc6, 0x4b, 0x1f, 0x78, 0x9c, 0xf4, 0x69, 0x8f, 0x62, 0xc2, 0x00, 0x0f, 0xfb, 0xf5, 0x83, 0x10, 0x5c, 0x76, 0x86, 0xdb, 0xb0, 0x6c, 0xd3, 0xc2, 0x5e, 0x4c, 0x8f, 0x53, 0xc2, 0x9d, 0xd2, 0xc2, 0x59, 0x89, 0xe9, 0x07, 0x6d, 0x1f, 0x46, 0xee, 0x61, 0xbf, 0x4e, 0xf7, 0x80, 0x31, 0x14, 0xc0, 0xf0, 0xea, 0x9f, 0xdd, 0x63, 0xef, 0x72, 0x79, 0x8e, 0x0a, 0x39, 0x92, 0xc8, 0x09, 0xcc, 0xb7, 0xdc, 0x43, 0xc7, 0x7a, 0x91, 0x15, 0xc0, 0x89, 0x01, 0x7e, 0xa0, 0xe2, 0xac, 0x60, 0x7c, 0x04, 0xe9, 0x46, 0xfc, 0xae, 0x55, 0x28, 0xc8, 0x14, 0x81, 0xa7, 0x03, 0x68, 0xf4, 0x7a, 0x61, 0x81, 0x0f, 0x03, 0x3e, 0x74, 0xad, 0x13, 0x4b, 0x01, 0x08, 0x40, 0x44, 0x8a, 0x68, 0xc6, 0xf4, 0x69, 0x75, 0x1d, 0xac, 0x0f, 0xe1, 0x46, 0x05, 0xde, 0x0a, 0x7e, 0x4c, 0x05, 0xa0, 0x0b, 0x7e, 0x9a, 0x3e, 0xc3, 0xfc, 0xfc, 0xbc, 0xef, 0x50, 0x70, 0x96, 0xe5, 0xbe, 0xe0, 0xf1, 0x68, 0x1a, 0x3f, 0xf0, 0xa9, 0x29, 0x00, 0x8b, 0xc0, 0x13, 0xab, 0x9f, 0x9d, 0x9d, 0x35, 0x0f, 0x7a, 0x56, 0x9f, 0x94, 0xdc, 0x43, 0x6a, 0x56, 0x3f, 0x5c, 0x37, 0x9e, 0x13, 0xc8, 0xe5, 0x3e, 0x05, 0xb9, 0x87, 0x94, 0xeb, 0x11, 0xe0, 0x29, 0x64, 0x04, 0x19, 0xc0, 0xf0, 0x0f, 0x07, 0x32, 0x63, 0xf5, 0x93, 0xe7, 0xdd, 0xfb, 0xb5, 0x03, 0x3e, 0xa7, 0x12, 0x06, 0x46, 0xd9, 0xf1, 0x63, 0xb2, 0xac, 0x3e, 0x2b, 0x72, 0x1f, 0xbd, 0x1d, 0x03, 0x0c, 0x04, 0xa5, 0x0d, 0xbc, 0x11, 0x1b, 0x78, 0xbc, 0x3f, 0x80, 0xa6, 0xe9, 0xa9, 0xca, 0x7d, 0x9a, 0x56, 0x8f, 0x73, 0x03, 0xf0, 0x73, 0x0c, 0x69, 0x0c, 0x07, 0x47, 0xcc, 0x0a, 0x4e, 0x46, 0xee, 0xfd, 0x48, 0x17, 0x54, 0xee, 0xef, 0xdf, 0xc7, 0xfb, 0x03, 0x54, 0x33, 0x20, 0xf7, 0xa1, 0x34, 0x2d, 0xf0, 0xb5, 0x16, 0x17, 0x17, 0x47, 0xf6, 0x07, 0xc0, 0x45, 0x10, 0x84, 0xfe, 0x11, 0x8f, 0x00, 0xae, 0x0c, 0x48, 0xce, 0xea, 0xfd, 0xaf, 0x95, 0xd7, 0xb4, 0xac, 0xf8, 0x72, 0x6f, 0x05, 0x5d, 0x08, 0xf9, 0x88, 0xbd, 0x40, 0x03, 0x41, 0xc9, 0x59, 0xbd, 0x41, 0xe5, 0x5a, 0x2c, 0x65, 0xe1, 0xd2, 0x70, 0xf2, 0xdc, 0xac, 0x5e, 0x88, 0xf0, 0x7c, 0x45, 0xd9, 0x5f, 0x8e, 0xd3, 0x95, 0xfb, 0x30, 0x8f, 0x9e, 0x9b, 0x04, 0xe0, 0xfd, 0xac, 0xde, 0x6a, 0xf9, 0xd4, 0xba, 0x00, 0x23, 0xc2, 0x5c, 0x40, 0x5c, 0xab, 0xb7, 0x02, 0x2f, 0x08, 0x22, 0x15, 0xf0, 0xf3, 0x2c, 0xf7, 0x4e, 0x80, 0xd3, 0xf3, 0x01, 0x2c, 0xd6, 0x9f, 0x26, 0xf0, 0x41, 0xac, 0x3f, 0x08, 0xf0, 0x78, 0x7f, 0x80, 0x63, 0xc7, 0x16, 0x72, 0x11, 0xd3, 0x3b, 0x81, 0x2f, 0xcb, 0x72, 0xbf, 0xad, 0x9c, 0x48, 0x40, 0xa5, 0x0b, 0xa0, 0x69, 0xf5, 0x7e, 0x72, 0x1f, 0x84, 0x04, 0xf6, 0x11, 0x2e, 0x6f, 0xab, 0xc7, 0xd3, 0xc9, 0xdd, 0xcb, 0xb0, 0x38, 0x84, 0xeb, 0xef, 0xe4, 0x05, 0x95, 0xff, 0x20, 0x64, 0xf0, 0x98, 0x0b, 0x30, 0x52, 0xb5, 0xfa, 0x60, 0x7d, 0x3f, 0x7b, 0x43, 0xb8, 0x71, 0x81, 0x0f, 0x03, 0x7a, 0xa2, 0x3e, 0x00, 0x2d, 0xef, 0xde, 0xcb, 0xea, 0xa3, 0x3e, 0x7b, 0x38, 0x2f, 0x43, 0xb8, 0x61, 0x9d, 0x3c, 0x1a, 0x24, 0x88, 0xbc, 0x3c, 0x9c, 0xa6, 0xdc, 0x0f, 0xbf, 0x27, 0x88, 0x02, 0x35, 0xe0, 0x27, 0x41, 0xee, 0xdd, 0x40, 0x8f, 0xdc, 0x05, 0x0c, 0x72, 0x01, 0x8c, 0xd8, 0x56, 0x1f, 0x04, 0xf0, 0xe8, 0xe1, 0x5f, 0x56, 0xe4, 0x3e, 0x0c, 0xf8, 0xc1, 0xe5, 0x3e, 0x2a, 0x09, 0x62, 0x2b, 0x40, 0x58, 0x1f, 0x80, 0x86, 0xd5, 0x87, 0x8f, 0x02, 0xb8, 0xdc, 0x7b, 0xbd, 0x17, 0x33, 0x0a, 0x30, 0xa8, 0x58, 0xbd, 0x9b, 0x77, 0x1f, 0x95, 0x04, 0xd1, 0xc0, 0xcf, 0x87, 0xdc, 0x27, 0x45, 0x02, 0xd9, 0x2f, 0xfc, 0xc3, 0x5b, 0x93, 0x04, 0x55, 0x00, 0x27, 0xf0, 0x82, 0xbc, 0x37, 0xf2, 0xda, 0xf3, 0xe6, 0x59, 0xb2, 0x7a, 0xf7, 0xa9, 0x5a, 0x1a, 0x56, 0xee, 0xe7, 0x07, 0xc4, 0xf2, 0x01, 0xfc, 0xba, 0x80, 0xa8, 0x61, 0xa2, 0x17, 0xf8, 0x4e, 0x64, 0x19, 0xc8, 0x26, 0x0c, 0x01, 0xe8, 0xf8, 0xe5, 0x3e, 0xce, 0x10, 0x6e, 0x5c, 0x12, 0x38, 0xb6, 0x23, 0x00, 0xb3, 0x9e, 0x04, 0xd0, 0xcd, 0x95, 0x14, 0xdd, 0x0f, 0xbe, 0x73, 0xf7, 0xae, 0x09, 0xb0, 0xe1, 0xd8, 0x2b, 0x18, 0x23, 0x6f, 0x89, 0xbd, 0x73, 0xd1, 0x8e, 0xac, 0xdb, 0xee, 0x30, 0xbd, 0x97, 0xbd, 0x4f, 0x91, 0x7a, 0xe2, 0xe0, 0x77, 0x1d, 0x45, 0x09, 0x04, 0x60, 0x3c, 0x27, 0x2f, 0x7d, 0xb9, 0x4f, 0xda, 0xf2, 0x87, 0xad, 0xbf, 0x9f, 0x1d, 0x8c, 0xef, 0x5f, 0x10, 0x2a, 0x9e, 0x04, 0x98, 0x99, 0x99, 0xff, 0x5f, 0xab, 0x53, 0xd3, 0x11, 0xee, 0xd2, 0xab, 0xaf, 0x5e, 0x05, 0x63, 0x2d, 0x82, 0xf9, 0xcf, 0xd5, 0x71, 0x62, 0xd9, 0xc9, 0x8b, 0x2b, 0xed, 0x41, 0x3e, 0x87, 0xef, 0x03, 0x1b, 0x70, 0xf7, 0x7e, 0x20, 0xf9, 0x06, 0x92, 0x27, 0x01, 0x96, 0x97, 0x97, 0xab, 0x5b, 0x5b, 0x17, 0xfe, 0x28, 0x8a, 0xc2, 0x49, 0x4c, 0x02, 0x90, 0xb9, 0x02, 0xa9, 0x02, 0x9f, 0xa6, 0x93, 0x47, 0x3b, 0xc4, 0xf3, 0x7a, 0x8f, 0x00, 0xdf, 0x3f, 0xc8, 0xbd, 0x40, 0x20, 0xf9, 0xfa, 0x00, 0x2b, 0x2b, 0xe7, 0x5e, 0xdb, 0xde, 0xde, 0xbe, 0xd9, 0x6a, 0xb5, 0x16, 0x21, 0xec, 0x8c, 0xf1, 0x91, 0x72, 0xd2, 0x09, 0x24, 0x01, 0x1f, 0xf1, 0x07, 0x62, 0x32, 0xe4, 0x3e, 0x48, 0x1d, 0x08, 0x0d, 0x73, 0x3d, 0xa4, 0x75, 0x5d, 0xe1, 0xb5, 0xeb, 0xd7, 0xfa, 0xdf, 0x1c, 0x0a, 0x01, 0x08, 0x40, 0x94, 0x00, 0xfd, 0xa8, 0x8e, 0xd3, 0xd6, 0x5f, 0xd8, 0xda, 0x3c, 0xc8, 0xab, 0xdc, 0xd3, 0xb6, 0x7c, 0x7c, 0x1f, 0x18, 0x78, 0x4c, 0x00, 0xd3, 0x6f, 0xeb, 0x29, 0xc0, 0xb5, 0xeb, 0x7f, 0x03, 0xaf, 0x5c, 0x79, 0xc5, 0x72, 0x5f, 0xb0, 0x13, 0x22, 0x0a, 0xc8, 0x90, 0xf0, 0xa3, 0x2f, 0x33, 0x70, 0x68, 0xf2, 0x3b, 0x84, 0x8b, 0x0f, 0x4d, 0xd3, 0xfa, 0x16, 0x8c, 0xa7, 0x7c, 0xf1, 0x33, 0x94, 0xbd, 0x3e, 0x37, 0x00, 0xbc, 0xfb, 0xb3, 0x5a, 0xab, 0x82, 0xdb, 0xff, 0xbe, 0x0d, 0x6e, 0xec, 0xdc, 0x00, 0x7b, 0x7b, 0xf7, 0x87, 0x6e, 0x5b, 0x78, 0xc8, 0x24, 0x01, 0xc2, 0x39, 0x82, 0x61, 0xad, 0x3e, 0x3d, 0xb9, 0x77, 0xab, 0x73, 0xf9, 0x0f, 0x2f, 0x83, 0x5b, 0xb7, 0xdf, 0x72, 0xfd, 0xab, 0x78, 0xd5, 0x35, 0xde, 0xfe, 0x1e, 0x67, 0x02, 0x17, 0x8b, 0xe8, 0x40, 0xa4, 0x90, 0xe5, 0x42, 0xbf, 0x4d, 0x74, 0x5d, 0x03, 0xa8, 0xcb, 0x06, 0x8d, 0x66, 0x03, 0xb4, 0xdb, 0x6d, 0x8f, 0x21, 0x3b, 0xe1, 0x37, 0x8c, 0x12, 0x00, 0x76, 0xc3, 0x82, 0x40, 0xa0, 0xb2, 0x37, 0x84, 0x8b, 0x01, 0xf6, 0x2a, 0x4a, 0x2f, 0x24, 0xc6, 0x20, 0x87, 0x29, 0xa5, 0x99, 0x59, 0xf4, 0xd9, 0x4e, 0x7f, 0xeb, 0x7d, 0x28, 0xc3, 0xdf, 0x32, 0xda, 0x05, 0x04, 0x01, 0x8b, 0xbd, 0x19, 0x3b, 0x27, 0x02, 0xbc, 0xff, 0xf8, 0x07, 0xba, 0x33, 0xa1, 0xe8, 0x6f, 0xea, 0xa8, 0x3b, 0xd0, 0x0c, 0xdd, 0x5c, 0xdf, 0x80, 0xf7, 0x4c, 0x52, 0x55, 0x15, 0x9d, 0xab, 0x40, 0x37, 0x65, 0x5f, 0xb7, 0xdd, 0x8b, 0x2c, 0x75, 0x33, 0x84, 0x24, 0xf4, 0xb3, 0x58, 0x28, 0x82, 0x82, 0x54, 0x44, 0xf5, 0x15, 0xd0, 0x6c, 0x35, 0xc8, 0x77, 0xbd, 0x7a, 0xee, 0xf9, 0x73, 0xbb, 0x4c, 0x2b, 0x40, 0x16, 0x86, 0x70, 0x93, 0x70, 0xea, 0x8a, 0x96, 0x95, 0xc0, 0x8f, 0x7d, 0xf0, 0x43, 0x60, 0x66, 0xda, 0x7d, 0x55, 0x33, 0xf6, 0x11, 0xba, 0x44, 0xd0, 0xcc, 0x03, 0xab, 0x03, 0x5e, 0x04, 0xd3, 0x5d, 0x08, 0x63, 0xff, 0x5d, 0xad, 0x51, 0xb5, 0x3a, 0x80, 0x9b, 0x21, 0x87, 0x82, 0xb3, 0xa7, 0x00, 0xa3, 0x32, 0xcc, 0x66, 0x82, 0xc6, 0x70, 0x1d, 0xec, 0xe8, 0xf9, 0x0d, 0xaf, 0xe3, 0x7b, 0x22, 0x00, 0x63, 0x8f, 0x1f, 0x9f, 0xe3, 0xfe, 0x1e, 0x1f, 0x56, 0xd0, 0xc9, 0x81, 0x2d, 0x5f, 0xd1, 0x14, 0xf2, 0x9d, 0x5f, 0x5b, 0x3b, 0x7b, 0xee, 0xf7, 0x6b, 0x67, 0xcf, 0xb3, 0x4a, 0x00, 0x38, 0x34, 0xa9, 0x91, 0x0d, 0xb9, 0xa7, 0x15, 0xce, 0x59, 0x9f, 0x6f, 0x44, 0x08, 0x80, 0xbf, 0x73, 0xb5, 0x5a, 0xed, 0xd7, 0x25, 0xa1, 0x1d, 0xf1, 0xfa, 0xb1, 0xc5, 0x63, 0xeb, 0x1f, 0xb6, 0x7a, 0xa2, 0x0a, 0x8d, 0x76, 0xa3, 0x7f, 0x49, 0x51, 0x36, 0x9e, 0x43, 0xd7, 0x81, 0xcc, 0x2a, 0x80, 0xdd, 0x2a, 0xf3, 0x35, 0x63, 0xd7, 0xcd, 0xf0, 0x75, 0x56, 0x00, 0xfc, 0xcc, 0x03, 0x37, 0x25, 0x18, 0x3e, 0x6c, 0xd2, 0xdf, 0xac, 0x9a, 0x61, 0x21, 0x2e, 0xb3, 0x87, 0x0e, 0x5d, 0xfa, 0xfa, 0xd7, 0xbe, 0x71, 0xcd, 0xeb, 0xdb, 0x33, 0x41, 0x80, 0xb0, 0x80, 0x26, 0x39, 0x84, 0x4b, 0x5b, 0x0d, 0x44, 0x4b, 0xfa, 0x1b, 0x21, 0x80, 0xf3, 0x0e, 0x67, 0xd0, 0xd1, 0xe2, 0xad, 0x47, 0xbd, 0x55, 0x03, 0x06, 0xd4, 0xc9, 0x38, 0xc2, 0x5f, 0xbe, 0xf4, 0x85, 0x2f, 0xbf, 0x80, 0x08, 0x00, 0x98, 0x26, 0xc0, 0x60, 0xbf, 0x9b, 0x7c, 0xcc, 0xd8, 0x0d, 0xbf, 0xb6, 0x76, 0x01, 0x18, 0x78, 0x02, 0xb0, 0x2d, 0x86, 0x47, 0xc4, 0x70, 0xb3, 0x78, 0x72, 0x34, 0xda, 0x75, 0x14, 0xf2, 0xa9, 0xe4, 0xfa, 0x77, 0x3e, 0xfa, 0xf8, 0xe3, 0x5f, 0x29, 0x97, 0xcb, 0x4d, 0xbf, 0x96, 0x60, 0x28, 0x0a, 0x80, 0x63, 0x1d, 0xc2, 0xa5, 0x6d, 0xf9, 0x64, 0x08, 0xd7, 0x9a, 0xfc, 0xa2, 0x2a, 0x6a, 0xbf, 0x6f, 0xb7, 0x92, 0xc2, 0xcd, 0xe2, 0x09, 0x11, 0x9a, 0x18, 0x7c, 0x43, 0x23, 0x2d, 0xb1, 0xb7, 0xb4, 0x50, 0x39, 0xf5, 0xc4, 0x27, 0x9f, 0x78, 0x1b, 0x04, 0x48, 0xed, 0x62, 0x6a, 0x1c, 0x20, 0xab, 0x43, 0xb8, 0x61, 0xdf, 0x23, 0xce, 0xdc, 0x60, 0xca, 0xb6, 0x47, 0x00, 0xe4, 0xb9, 0x5b, 0x09, 0x40, 0xc0, 0xf7, 0x92, 0x7d, 0x6c, 0xf9, 0xba, 0xd1, 0x27, 0xcc, 0x43, 0x51, 0x34, 0x3e, 0xfd, 0xf4, 0xd3, 0xcf, 0xbc, 0x01, 0x06, 0x69, 0x1a, 0xec, 0x77, 0x01, 0xa3, 0xa9, 0x4d, 0xec, 0xcf, 0xd8, 0x91, 0x31, 0x7c, 0x55, 0x53, 0x6d, 0xd6, 0x8e, 0x09, 0xe0, 0x66, 0xf5, 0x56, 0x22, 0x98, 0x03, 0x3d, 0x9d, 0x06, 0xea, 0xf3, 0xfb, 0x18, 0xbf, 0x8b, 0x5a, 0xea, 0xe4, 0xda, 0x99, 0xef, 0xbc, 0xbe, 0xfa, 0xcd, 0xf3, 0x05, 0xc7, 0x90, 0x89, 0xe5, 0x28, 0x60, 0x38, 0x12, 0x60, 0x6d, 0xc6, 0x0e, 0x8f, 0xde, 0x59, 0x2d, 0x9f, 0x10, 0x40, 0xb7, 0xc8, 0x3d, 0x06, 0xd6, 0xcf, 0xea, 0xf1, 0xfb, 0xed, 0x4e, 0x0b, 0xb4, 0xd5, 0xb6, 0x15, 0xdf, 0xdb, 0xc8, 0x9b, 0x7c, 0x72, 0xfd, 0xcc, 0xda, 0x4d, 0x72, 0x29, 0xaf, 0xd0, 0x8f, 0x51, 0x05, 0x80, 0x20, 0xf8, 0x7e, 0x38, 0xe9, 0xc9, 0xbd, 0x5f, 0x9d, 0xe1, 0x19, 0xbb, 0x61, 0x02, 0x28, 0xaa, 0xdd, 0xe1, 0xb3, 0x5b, 0xb9, 0x3a, 0x02, 0x7e, 0x13, 0xc5, 0xf8, 0xaa, 0x6e, 0x4d, 0x99, 0x83, 0x7f, 0x02, 0x9a, 0x74, 0x6a, 0x6d, 0x6d, 0xed, 0xbe, 0xe5, 0x7b, 0x06, 0x5e, 0xcb, 0xcc, 0x84, 0x13, 0x48, 0xc0, 0xa4, 0x39, 0x84, 0x9b, 0xb4, 0xe5, 0x13, 0x27, 0xcf, 0x8d, 0x00, 0xe4, 0x75, 0xa7, 0xd3, 0xb6, 0x78, 0xfb, 0xd0, 0xd1, 0xf2, 0xf1, 0x7b, 0x1d, 0xa5, 0x63, 0x3a, 0x7b, 0x16, 0xc9, 0xc7, 0xe9, 0x3e, 0x3f, 0x3c, 0x34, 0x33, 0xbf, 0xb6, 0xbc, 0xbc, 0x1c, 0xf9, 0x29, 0x99, 0x0c, 0x0d, 0x05, 0x8f, 0x6f, 0x08, 0x37, 0x0c, 0x59, 0xba, 0x40, 0xea, 0x8e, 0x60, 0x3b, 0xbd, 0x67, 0x9d, 0xe5, 0x83, 0xe8, 0xb5, 0xaa, 0x8f, 0x86, 0x7c, 0xd8, 0xd1, 0xeb, 0x28, 0xb6, 0xa9, 0xde, 0x7b, 0xa8, 0xf6, 0x33, 0x6b, 0x2b, 0xe7, 0x7f, 0x17, 0xb7, 0x7d, 0x99, 0xe9, 0x02, 0xf0, 0x6c, 0x97, 0xf3, 0x1a, 0x05, 0x3b, 0x39, 0x08, 0x11, 0xac, 0x96, 0xe8, 0xb6, 0x7e, 0xde, 0xa9, 0x8e, 0xd3, 0xef, 0xbd, 0x26, 0x82, 0x86, 0xe5, 0xbe, 0xeb, 0xaf, 0x18, 0x2e, 0x04, 0x80, 0xe6, 0xd1, 0xf5, 0x09, 0xba, 0x47, 0xd3, 0x42, 0x00, 0xfc, 0x9a, 0x8c, 0x05, 0x98, 0xc0, 0x37, 0xeb, 0xa0, 0xd5, 0x69, 0x02, 0x68, 0x1d, 0x01, 0x05, 0xe0, 0xd7, 0x82, 0x26, 0x9e, 0x46, 0x92, 0xff, 0x1e, 0x8d, 0xf6, 0x65, 0x6a, 0x28, 0xd8, 0xda, 0xe8, 0x03, 0x8b, 0xb7, 0xe7, 0x0a, 0x0c, 0x03, 0x66, 0xdf, 0x79, 0xc4, 0x79, 0xe1, 0x84, 0xb9, 0x20, 0xd5, 0x05, 0x78, 0x2f, 0x4b, 0x1f, 0x4d, 0xcb, 0x82, 0x1e, 0xd6, 0x0e, 0x2d, 0xaf, 0x07, 0x0a, 0xb1, 0x7f, 0xd0, 0x4d, 0xd4, 0xc1, 0x93, 0x42, 0xe6, 0x58, 0x3e, 0xf2, 0xee, 0xeb, 0x8d, 0x9a, 0x39, 0xa1, 0x63, 0x91, 0x7b, 0xfc, 0x1d, 0xff, 0x0b, 0x05, 0x71, 0x65, 0xfd, 0x5b, 0xeb, 0xbf, 0xa4, 0xd9, 0xb6, 0xd9, 0x24, 0x80, 0x00, 0x06, 0x81, 0xed, 0xc3, 0x87, 0x83, 0xd5, 0xc2, 0x10, 0xd8, 0xac, 0xc1, 0xe9, 0x75, 0x37, 0xa5, 0x5c, 0xe8, 0x73, 0x03, 0x9f, 0xe3, 0x3a, 0x23, 0xc0, 0xf5, 0xea, 0x90, 0xdf, 0x09, 0x96, 0x5c, 0x74, 0xb3, 0x2e, 0xb9, 0x96, 0x03, 0x61, 0x86, 0x89, 0x08, 0x31, 0xb8, 0x26, 0xa8, 0xb0, 0x0f, 0x36, 0x01, 0x79, 0x40, 0x8a, 0x5e, 0xaa, 0x36, 0x06, 0xbe, 0x47, 0x12, 0x6c, 0xe5, 0x07, 0x07, 0x07, 0x3d, 0xf9, 0x87, 0xe0, 0xdd, 0xf7, 0xee, 0x99, 0x52, 0x6f, 0xeb, 0xce, 0x20, 0xa8, 0xa3, 0xfb, 0xf8, 0x9e, 0xd2, 0xd4, 0xb7, 0x37, 0x36, 0xce, 0xb7, 0x69, 0x37, 0x75, 0x46, 0x15, 0x00, 0x5e, 0x47, 0xcd, 0xfc, 0x45, 0x7c, 0xf6, 0x8b, 0x5f, 0xfd, 0x0c, 0xe4, 0xb1, 0x0c, 0x67, 0x38, 0xe2, 0xcc, 0x1d, 0x92, 0xbd, 0xd3, 0x23, 0x59, 0x07, 0xf1, 0xe0, 0x52, 0x51, 0x52, 0xbf, 0x7b, 0xe6, 0xcc, 0xc6, 0x5e, 0x52, 0xf7, 0x91, 0x49, 0x02, 0xb4, 0x9b, 0xda, 0x4b, 0xd3, 0xa5, 0xc2, 0x53, 0xe8, 0xf4, 0x44, 0x7e, 0xc1, 0x87, 0x6e, 0xfe, 0xce, 0x7f, 0xd0, 0xe9, 0x4b, 0x82, 0x2e, 0x5d, 0xfc, 0xf6, 0xea, 0xea, 0x41, 0xd2, 0xf7, 0x92, 0x49, 0x02, 0x6c, 0x6c, 0x6c, 0x34, 0xd1, 0xf1, 0x89, 0xe9, 0xd9, 0xc2, 0x49, 0xd4, 0x2a, 0x1f, 0x86, 0x50, 0x90, 0xf2, 0x46, 0x02, 0xd4, 0xe5, 0xc8, 0x08, 0xec, 0x32, 0xea, 0x14, 0x66, 0x91, 0xfb, 0xa7, 0x21, 0x37, 0x77, 0x47, 0x02, 0xda, 0xcb, 0x2b, 0x67, 0x37, 0xde, 0x49, 0xf3, 0x3e, 0x32, 0xeb, 0x04, 0x22, 0x02, 0x60, 0x3d, 0xbc, 0xdc, 0x3b, 0x78, 0x99, 0x34, 0x02, 0xf0, 0x92, 0x4e, 0xf9, 0x3f, 0x0a, 0x00, 0x63, 0x79, 0xd2, 0xc4, 0x74, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_copy_128_png_len = 3465; unsigned char gtk_copy_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x6f, 0x70, 0x79, 0xa1, 0x45, 0x8e, 0x20, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x35, 0x0d, 0x94, 0x07, 0x57, 0x00, 0x00, 0x10, 0x41, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x5d, 0xa8, 0x1c, 0x57, 0x1d, 0x3f, 0x33, 0x3b, 0x7b, 0xef, 0x26, 0x4a, 0x93, 0x36, 0xf1, 0x45, 0x5b, 0x4b, 0x6e, 0x9b, 0x40, 0x41, 0xd0, 0x87, 0xfa, 0x22, 0x7d, 0x48, 0x5f, 0x7c, 0x28, 0xd4, 0x17, 0xc1, 0x87, 0x82, 0x3e, 0xb4, 0xd6, 0x58, 0x2c, 0x52, 0x6a, 0x6e, 0x9a, 0xfb, 0x51, 0xb9, 0x0a, 0xd5, 0x98, 0x14, 0x84, 0x44, 0xc4, 0x16, 0x11, 0x1f, 0x04, 0x91, 0x0a, 0x2a, 0xb5, 0x95, 0xd4, 0x6a, 0x12, 0x63, 0x2d, 0xb5, 0x2a, 0x82, 0xa2, 0xa6, 0xbd, 0x91, 0x56, 0x69, 0x21, 0x96, 0xdc, 0xe4, 0x7e, 0xed, 0xd7, 0xcc, 0x9c, 0xe3, 0x39, 0xb3, 0x3b, 0xb9, 0xb3, 0xb3, 0xb3, 0x3b, 0xdf, 0x33, 0x67, 0xe6, 0xfc, 0x7e, 0x30, 0x77, 0x76, 0xe7, 0xde, 0x99, 0xdd, 0x3b, 0xf3, 0xfb, 0xfd, 0xcf, 0xef, 0x7f, 0x3e, 0x0d, 0x02, 0x00, 0x0a, 0xc3, 0xc0, 0x2d, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x70, 0xb0, 0xb2, 0xb2, 0x32, 0xd3, 0x7a, 0x7f, 0xf3, 0x5e, 0xcd, 0x66, 0x07, 0x89, 0xae, 0xed, 0xa3, 0x94, 0x68, 0xb8, 0x55, 0xf5, 0x83, 0xae, 0x13, 0x46, 0x28, 0xbb, 0xca, 0x98, 0xf6, 0x66, 0xb7, 0x6b, 0x9e, 0xe3, 0xcf, 0xbd, 0xaf, 0xbc, 0x00, 0x4e, 0x9f, 0x3e, 0x3d, 0xdb, 0xe9, 0x6c, 0x3c, 0x4c, 0x6d, 0xb2, 0x9f, 0x09, 0xde, 0x53, 0x10, 0xa5, 0xae, 0x18, 0x04, 0x36, 0x6d, 0x3f, 0xff, 0xb9, 0x7f, 0xd7, 0x2e, 0xe3, 0x20, 0x17, 0xc0, 0xb3, 0xaa, 0x89, 0x60, 0x4c, 0x00, 0xed, 0xfe, 0xe6, 0x61, 0x26, 0x6e, 0x0a, 0xa0, 0x96, 0x18, 0xf8, 0x33, 0xdf, 0xbd, 0x7b, 0xf6, 0x30, 0x7f, 0xf9, 0x92, 0xd2, 0x02, 0xd0, 0x98, 0x7e, 0x90, 0x21, 0xec, 0x2b, 0x2a, 0x02, 0x7a, 0x50, 0x79, 0x01, 0x30, 0xc6, 0x6e, 0x71, 0x5f, 0xb7, 0x66, 0x66, 0xc8, 0x63, 0x8f, 0x1d, 0x05, 0x33, 0x6a, 0x8c, 0x13, 0x27, 0xbf, 0xe1, 0x0d, 0x7f, 0xfb, 0x94, 0xcf, 0x01, 0x34, 0x8d, 0x69, 0x8c, 0x81, 0x18, 0x2a, 0x42, 0x3c, 0x7b, 0xe5, 0x05, 0x00, 0x00, 0x10, 0x00, 0x00, 0x40, 0x00, 0x01, 0x49, 0x12, 0xa5, 0x64, 0x63, 0x63, 0x03, 0x77, 0xad, 0xc2, 0xd8, 0xbb, 0x77, 0x2f, 0x6e, 0x02, 0x4a, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x6a, 0x04, 0x74, 0x73, 0x87, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x00, 0xf1, 0x01, 0x08, 0x00, 0xe4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x02, 0x00, 0x40, 0x7e, 0x08, 0x00, 0x00, 0xf1, 0x21, 0x00, 0x00, 0xc4, 0x87, 0x00, 0x80, 0xba, 0x92, 0x9f, 0x42, 0x2f, 0x10, 0x00, 0x88, 0x0f, 0x40, 0x00, 0x0a, 0xd9, 0x1d, 0x90, 0x1f, 0x02, 0x40, 0xd4, 0x07, 0x20, 0x00, 0x10, 0x1f, 0x80, 0x00, 0x60, 0x77, 0x00, 0x08, 0x00, 0x51, 0x1f, 0x80, 0x00, 0x40, 0x7c, 0x00, 0x02, 0x80, 0xdd, 0x01, 0x0a, 0x17, 0x80, 0x65, 0x59, 0xb8, 0xeb, 0x19, 0x46, 0x7d, 0xc3, 0x40, 0x0c, 0xab, 0x8c, 0x00, 0x04, 0xf9, 0x57, 0x57, 0x57, 0x0b, 0xff, 0x27, 0x6d, 0xdb, 0x6e, 0xfe, 0xe3, 0x9f, 0x7f, 0x3b, 0xbc, 0xb9, 0xb5, 0x75, 0xc8, 0xb2, 0xcc, 0x7d, 0x8c, 0x31, 0xac, 0x79, 0x36, 0x84, 0xe6, 0xb9, 0x13, 0x62, 0x5a, 0xfc, 0x13, 0x27, 0x9f, 0x5a, 0xa9, 0x78, 0x44, 0xb9, 0xc4, 0xff, 0xa5, 0x17, 0x3b, 0x6d, 0x73, 0x85, 0x63, 0x4b, 0x79, 0x0b, 0x24, 0xc8, 0xff, 0xda, 0xeb, 0xaf, 0x7e, 0xc1, 0x34, 0xfb, 0x58, 0xf6, 0xa9, 0xfe, 0xd0, 0xf9, 0x76, 0x17, 0xd7, 0xf1, 0x5d, 0xad, 0xdd, 0xcd, 0xfb, 0x4e, 0x9d, 0x3a, 0xf5, 0xf1, 0xf9, 0xf9, 0xf9, 0x6d, 0xa5, 0x05, 0x20, 0x22, 0x3f, 0xc8, 0xaf, 0x24, 0xee, 0xa2, 0xac, 0xff, 0x35, 0xbe, 0x3f, 0xaa, 0xb4, 0x00, 0x84, 0xed, 0x01, 0x17, 0xd4, 0x04, 0x2f, 0x09, 0xee, 0x53, 0x5e, 0x00, 0x3c, 0xfa, 0xdf, 0xe2, 0x7d, 0xff, 0xc4, 0xfc, 0x22, 0x98, 0x51, 0x63, 0x7c, 0xeb, 0x94, 0x77, 0xcd, 0x33, 0x12, 0x1a, 0xfc, 0x54, 0xa8, 0x42, 0x40, 0xc2, 0xab, 0x76, 0x4e, 0xa0, 0xbc, 0x00, 0x00, 0x40, 0x1e, 0x01, 0x18, 0x86, 0x8e, 0xbb, 0x0e, 0xa8, 0x29, 0x00, 0xd1, 0x68, 0x73, 0xe7, 0x9d, 0xc5, 0xe6, 0xa4, 0xbf, 0x39, 0xf7, 0xf2, 0xd4, 0xdf, 0xaf, 0xaf, 0x5f, 0x07, 0x0b, 0x2a, 0x8c, 0x3d, 0x7b, 0xf6, 0x56, 0x47, 0x00, 0x00, 0xa0, 0xbc, 0x05, 0x02, 0x00, 0x08, 0x00, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x65, 0x04, 0x80, 0xf1, 0x00, 0x80, 0xb2, 0x02, 0x28, 0x6b, 0x3c, 0x00, 0x00, 0xc0, 0x02, 0x01, 0xb5, 0x83, 0x18, 0xc0, 0x03, 0x01, 0x00, 0x0a, 0x93, 0x9f, 0x41, 0x00, 0x00, 0x88, 0x0f, 0x01, 0x00, 0x0a, 0xd9, 0x1d, 0x96, 0xe9, 0x75, 0x21, 0x00, 0x40, 0xb9, 0xa8, 0x0f, 0x01, 0x00, 0xca, 0x13, 0xbf, 0x34, 0x01, 0xe8, 0x3a, 0xc6, 0x03, 0x00, 0x72, 0x90, 0xbf, 0x70, 0x01, 0x88, 0xf1, 0x00, 0x87, 0x0e, 0x15, 0x35, 0x1e, 0x60, 0x30, 0x83, 0xd4, 0xb9, 0x0b, 0x2f, 0x83, 0x4d, 0x20, 0xbe, 0x4a, 0x16, 0x08, 0x73, 0x06, 0x82, 0xf8, 0x4a, 0x0a, 0x00, 0xc4, 0x57, 0x8d, 0xfc, 0x68, 0x08, 0x03, 0xf9, 0x41, 0x7c, 0xb5, 0x05, 0x00, 0xe2, 0xab, 0x66, 0x77, 0x46, 0xc9, 0xaf, 0x74, 0x4b, 0x30, 0xc8, 0xaf, 0x6e, 0xd4, 0x57, 0xba, 0x25, 0x18, 0xc4, 0x07, 0xf1, 0x2b, 0x6c, 0x81, 0x28, 0xb5, 0x12, 0x9c, 0x03, 0x02, 0xc1, 0xee, 0xd4, 0xa0, 0x25, 0x38, 0xf9, 0x78, 0x00, 0x2c, 0x1f, 0x84, 0xa8, 0x4f, 0xaa, 0x2f, 0x00, 0x10, 0x1f, 0xc4, 0x8f, 0x4e, 0xfc, 0xfc, 0xc9, 0x2f, 0xb1, 0x00, 0xb0, 0x6e, 0x16, 0xa2, 0x7e, 0x31, 0x30, 0xea, 0x40, 0x7e, 0x10, 0x5f, 0x3d, 0xe2, 0x67, 0xd5, 0x16, 0x60, 0x80, 0xf8, 0xe9, 0x70, 0xf9, 0xf2, 0x65, 0x10, 0x3f, 0x93, 0x24, 0x77, 0x80, 0x3b, 0xee, 0x98, 0x2b, 0x8c, 0xfc, 0x92, 0x08, 0xa0, 0xda, 0x76, 0xc7, 0x34, 0x4d, 0x90, 0xbf, 0x62, 0x51, 0x5f, 0x22, 0x01, 0xc0, 0xee, 0x80, 0xf8, 0x69, 0xc8, 0x5f, 0xc1, 0x96, 0xe0, 0xd1, 0xf1, 0x00, 0x7a, 0x82, 0xf3, 0x93, 0x97, 0x1a, 0x80, 0x2c, 0x76, 0x87, 0x95, 0x4e, 0xfc, 0x52, 0x04, 0x20, 0x16, 0xc7, 0x38, 0x74, 0xe8, 0xce, 0x42, 0xa3, 0xfe, 0xb9, 0x0b, 0xbf, 0x05, 0x73, 0x6b, 0x63, 0x77, 0x2a, 0xdd, 0x12, 0x0c, 0xbb, 0x03, 0xe2, 0xcb, 0x45, 0xfe, 0x82, 0x04, 0x00, 0xe2, 0xc3, 0xee, 0x44, 0x3f, 0xaf, 0xe8, 0xc6, 0x30, 0xa3, 0xde, 0xe4, 0x87, 0x92, 0x60, 0x77, 0x4a, 0x11, 0x80, 0x0c, 0x51, 0xbf, 0x18, 0xf2, 0xcf, 0xcd, 0xcd, 0x81, 0xf8, 0x25, 0xd8, 0x1d, 0x49, 0x1b, 0xc2, 0x64, 0xa8, 0xd3, 0x2f, 0x36, 0xea, 0xcf, 0xcc, 0xcc, 0xc0, 0xee, 0x64, 0x1a, 0xf5, 0x59, 0x21, 0xc4, 0xcf, 0x41, 0x00, 0xb0, 0x3b, 0x88, 0xfa, 0xf9, 0xda, 0x1d, 0x49, 0x1b, 0xc2, 0xe2, 0x11, 0xcf, 0xb2, 0x68, 0xaa, 0xf3, 0x91, 0x20, 0xcb, 0x44, 0xfc, 0x62, 0xc8, 0xcf, 0x72, 0x4c, 0x07, 0x8c, 0xa2, 0x88, 0x3f, 0x20, 0xbf, 0x45, 0xde, 0x78, 0x23, 0xcb, 0xf5, 0x01, 0xa0, 0x86, 0x3a, 0x47, 0xfd, 0x70, 0xe2, 0x97, 0xd6, 0x12, 0x9c, 0xcc, 0xee, 0x64, 0x17, 0xbd, 0x69, 0xe4, 0xcf, 0x04, 0x64, 0x23, 0x7e, 0x16, 0xe4, 0x2f, 0xb5, 0x25, 0xb8, 0x6c, 0xcb, 0x42, 0x41, 0xfc, 0x4a, 0x27, 0xb9, 0x72, 0x10, 0x3f, 0x87, 0x24, 0xb8, 0xfc, 0x24, 0x17, 0xc4, 0x87, 0xdd, 0x91, 0x42, 0x00, 0x65, 0xd4, 0xee, 0x94, 0x45, 0x7e, 0x59, 0xc7, 0x03, 0xc8, 0x30, 0xe9, 0x54, 0x18, 0x71, 0x35, 0x4d, 0x23, 0x07, 0x0e, 0x1c, 0x48, 0x1c, 0xf5, 0xa5, 0x9b, 0x19, 0x4e, 0x45, 0xbb, 0x23, 0xdb, 0x78, 0x80, 0x6a, 0xf5, 0xd8, 0xd4, 0x12, 0xe5, 0x09, 0x52, 0x0e, 0x88, 0x81, 0xdd, 0x81, 0xdd, 0x89, 0x73, 0xbe, 0x38, 0x97, 0x17, 0x00, 0xa5, 0x92, 0x3f, 0x13, 0x01, 0xc4, 0x25, 0xe2, 0xf4, 0xf5, 0x01, 0xdc, 0x8b, 0xe9, 0xa1, 0x9f, 0x89, 0x65, 0x06, 0xca, 0x23, 0x7e, 0x19, 0x49, 0x6e, 0x5e, 0x6d, 0x01, 0x46, 0x51, 0xc4, 0x77, 0x3e, 0x6c, 0xea, 0xfa, 0x00, 0xf9, 0x44, 0xfd, 0x8b, 0xaf, 0x9c, 0x07, 0xf1, 0xa5, 0x4f, 0x72, 0x8b, 0xed, 0xfe, 0x90, 0x5a, 0x00, 0xb0, 0x3b, 0xb0, 0x3b, 0x71, 0xed, 0x8e, 0x4c, 0x51, 0x3f, 0x95, 0x00, 0x40, 0x7e, 0xd8, 0x1d, 0x39, 0xec, 0x0e, 0x2b, 0x47, 0x00, 0x20, 0x3e, 0xec, 0x4e, 0xf9, 0x76, 0xa7, 0xb2, 0xb3, 0x43, 0xd7, 0x8f, 0xf8, 0x45, 0x8c, 0x07, 0xa8, 0x6b, 0x17, 0x06, 0xcd, 0x53, 0x0d, 0x54, 0x34, 0xf1, 0x4b, 0x10, 0x40, 0x3d, 0xa3, 0x7e, 0x9e, 0xe3, 0x01, 0xea, 0xd3, 0x63, 0x33, 0x0b, 0x9f, 0xcf, 0x72, 0xc9, 0x11, 0x0c, 0x10, 0x1f, 0x5e, 0x3f, 0x3f, 0xe2, 0xe7, 0xe3, 0xf5, 0x2b, 0x32, 0x33, 0x1c, 0x9d, 0x40, 0x76, 0x5a, 0x20, 0xf9, 0x29, 0x88, 0x2f, 0x89, 0xdd, 0x91, 0x8d, 0xf8, 0x39, 0x0b, 0x20, 0x98, 0x78, 0xde, 0xf5, 0x01, 0x10, 0xf5, 0xd5, 0x4b, 0x72, 0xcb, 0xb6, 0x3b, 0x05, 0x08, 0x00, 0x76, 0x07, 0x76, 0x47, 0xfe, 0xa8, 0x9f, 0x83, 0x00, 0x30, 0x40, 0xa5, 0x0a, 0xc4, 0x97, 0x37, 0xea, 0x17, 0x4f, 0xfc, 0x0c, 0x05, 0x80, 0xa8, 0x0f, 0xbb, 0x53, 0x0d, 0xbb, 0x93, 0xb1, 0x00, 0x40, 0x7c, 0x81, 0xb8, 0xe3, 0x01, 0xe4, 0xe8, 0xa7, 0x5f, 0x4c, 0x17, 0x86, 0x46, 0xa3, 0x41, 0x6e, 0xbf, 0xfd, 0xf6, 0x9c, 0x88, 0x1f, 0x74, 0x3e, 0xcb, 0x47, 0x00, 0xa3, 0x35, 0x37, 0xb0, 0x3b, 0x5e, 0x44, 0x1d, 0x0f, 0xa0, 0xa2, 0xdd, 0x11, 0x9d, 0x1f, 0xf3, 0x89, 0xf8, 0x2c, 0x15, 0xe9, 0x63, 0x09, 0x80, 0x52, 0x4c, 0x5b, 0x02, 0xbb, 0x13, 0x7e, 0x7e, 0x31, 0x5e, 0x9f, 0x65, 0x5e, 0x22, 0x1a, 0xe9, 0x53, 0xdb, 0x78, 0xc4, 0xd7, 0x13, 0x77, 0xe4, 0xa7, 0x95, 0x13, 0x1b, 0x7a, 0x6c, 0xe6, 0x63, 0x77, 0x4a, 0x6c, 0x08, 0xa3, 0xa9, 0xc8, 0x3f, 0x7d, 0x3c, 0x40, 0x3e, 0xc4, 0x7f, 0xe5, 0xd5, 0xdf, 0xd5, 0x9e, 0xf8, 0xf2, 0x26, 0xb9, 0xac, 0x90, 0xa8, 0x9f, 0xc6, 0x06, 0xc5, 0x12, 0x80, 0x9f, 0x78, 0xf9, 0x47, 0xe0, 0x6a, 0x45, 0xfd, 0x9d, 0xe7, 0x80, 0x3a, 0xfd, 0xf4, 0xe7, 0x45, 0xb3, 0x3b, 0xb9, 0xe7, 0x00, 0xe5, 0xf8, 0x7c, 0xd8, 0x9d, 0xe4, 0x64, 0x92, 0x6f, 0x58, 0x62, 0xba, 0x24, 0x37, 0xdf, 0xe7, 0x66, 0xc8, 0x45, 0x7e, 0x55, 0x89, 0x2f, 0x77, 0x92, 0x9b, 0x86, 0x84, 0x79, 0x27, 0xb9, 0x05, 0x95, 0x00, 0x14, 0x51, 0x7f, 0xc2, 0xc3, 0x9d, 0x9b, 0x3b, 0x00, 0xbb, 0x33, 0xc1, 0xe7, 0x6b, 0x93, 0xa7, 0x7d, 0x28, 0x2d, 0xe2, 0xc7, 0x16, 0x00, 0xcd, 0x9d, 0x85, 0xd5, 0x8e, 0xfa, 0x71, 0xc6, 0x03, 0xa0, 0x0b, 0x43, 0x7e, 0xe4, 0x4f, 0x5a, 0x12, 0x94, 0xb8, 0x4e, 0xb0, 0x3a, 0x76, 0x47, 0xbe, 0xa8, 0x2f, 0x43, 0x17, 0x86, 0xb4, 0xc4, 0x67, 0xc3, 0x35, 0xc5, 0x4a, 0x48, 0x82, 0x41, 0x7e, 0x79, 0x89, 0x2f, 0x7f, 0xd4, 0xcf, 0x22, 0xe2, 0xb3, 0xa2, 0x96, 0x48, 0xa2, 0x19, 0xdb, 0x21, 0x10, 0x1f, 0x76, 0x27, 0x7d, 0xd4, 0xaf, 0xa0, 0x05, 0x82, 0xdd, 0x91, 0x91, 0xf8, 0xd5, 0x89, 0xfa, 0x2c, 0x97, 0x46, 0xb0, 0x98, 0x02, 0xa0, 0x20, 0x3f, 0xec, 0x4e, 0xa5, 0xed, 0x4e, 0x42, 0x01, 0x24, 0xad, 0x02, 0x95, 0x81, 0xf8, 0x54, 0x6a, 0xe2, 0x57, 0xc9, 0xee, 0xc8, 0x14, 0xf5, 0x5d, 0x44, 0xaf, 0x66, 0x4d, 0x21, 0x80, 0xf8, 0xa4, 0xa5, 0x19, 0x5d, 0x27, 0x1d, 0xf1, 0xe3, 0x7c, 0x5e, 0x1a, 0xbb, 0xb3, 0xba, 0x9a, 0xe5, 0xfa, 0x00, 0xb0, 0x3b, 0xa2, 0x5d, 0x25, 0xca, 0x79, 0x82, 0xfc, 0x85, 0x08, 0xa0, 0x5a, 0x51, 0x3f, 0x7e, 0x69, 0x95, 0x36, 0xea, 0x0f, 0xc6, 0x03, 0x60, 0x8e, 0xcd, 0x6c, 0x7a, 0x6c, 0x46, 0x8f, 0xfa, 0x59, 0x90, 0x3f, 0xb6, 0x00, 0x26, 0xd7, 0x02, 0xc9, 0x61, 0x77, 0x92, 0x7d, 0x66, 0x5a, 0xcb, 0x52, 0xcf, 0x2e, 0x0c, 0x49, 0xef, 0x61, 0x51, 0xc4, 0x2f, 0x45, 0x00, 0x75, 0x89, 0xfa, 0xe9, 0x92, 0x63, 0x59, 0x88, 0x2f, 0x57, 0xd4, 0xcf, 0x33, 0xc9, 0xf5, 0x92, 0x5e, 0x22, 0x01, 0x54, 0x39, 0xea, 0x97, 0x49, 0x7c, 0x44, 0xfd, 0xb4, 0x51, 0x3f, 0x4b, 0x11, 0x18, 0x61, 0x09, 0xf0, 0xb8, 0xed, 0xa9, 0x06, 0xf1, 0xf5, 0x8c, 0x96, 0x90, 0xa9, 0x5f, 0x17, 0x86, 0xfa, 0x10, 0x5f, 0x8a, 0x24, 0x58, 0x36, 0xbb, 0x53, 0x4f, 0xe2, 0xc3, 0xee, 0x48, 0x27, 0x80, 0x2a, 0x44, 0xfd, 0x24, 0x62, 0xc0, 0xba, 0x59, 0xf2, 0x47, 0xfd, 0x12, 0x05, 0x40, 0x6b, 0x4b, 0xfc, 0xa4, 0xe4, 0x17, 0xeb, 0x03, 0x60, 0xd2, 0xa9, 0xf4, 0xc4, 0x2f, 0xc3, 0xfe, 0xc4, 0x16, 0x80, 0xec, 0x76, 0x27, 0xa9, 0x10, 0xd2, 0xd8, 0x9d, 0x66, 0x73, 0x26, 0x36, 0xf1, 0xf3, 0x27, 0x7f, 0x35, 0xba, 0x30, 0x44, 0x89, 0xee, 0xd2, 0x08, 0x80, 0x16, 0xca, 0xfe, 0x74, 0xe4, 0x8f, 0x53, 0x02, 0x24, 0x1d, 0xc8, 0x8e, 0x1e, 0x9b, 0xe5, 0xd8, 0x9d, 0x49, 0x02, 0x48, 0x2a, 0x08, 0xa3, 0x4e, 0xc4, 0x4f, 0x6e, 0x7f, 0xd0, 0x63, 0x53, 0xc6, 0xda, 0x9d, 0x28, 0xc2, 0x28, 0xbd, 0x16, 0xa8, 0x28, 0xe2, 0x87, 0x45, 0xf9, 0xe4, 0x42, 0x60, 0xb9, 0x12, 0x1f, 0x76, 0x87, 0x44, 0x26, 0x73, 0xda, 0x7d, 0x45, 0x05, 0x90, 0xad, 0xdd, 0xd1, 0x73, 0x58, 0x42, 0x1e, 0x3d, 0x36, 0x8b, 0x8d, 0xfa, 0x45, 0x96, 0x04, 0x19, 0xf5, 0x05, 0x92, 0xc3, 0xee, 0x24, 0xcd, 0x03, 0x60, 0x77, 0xb2, 0x27, 0x7e, 0x96, 0xd1, 0x3d, 0xcf, 0x3c, 0x20, 0xd6, 0x90, 0xc8, 0xaa, 0xd8, 0x9d, 0xb4, 0xe4, 0xc7, 0x1c, 0x9b, 0xf2, 0xdb, 0x9d, 0xac, 0xda, 0x03, 0x0a, 0x5f, 0x27, 0x38, 0xcb, 0xa8, 0x9f, 0x87, 0x10, 0x30, 0x0b, 0x43, 0x39, 0x49, 0x6e, 0x16, 0xfe, 0x3f, 0x87, 0x12, 0x20, 0x2b, 0xdb, 0x53, 0xac, 0xdd, 0x91, 0x87, 0xf8, 0x6a, 0x26, 0xb9, 0x45, 0xd8, 0x9e, 0x20, 0xb2, 0xe7, 0xb6, 0x40, 0x46, 0x91, 0xe4, 0x4f, 0x6b, 0x77, 0xe2, 0xe6, 0x01, 0xf5, 0x5e, 0x26, 0x54, 0x8e, 0xa8, 0x5f, 0x84, 0xed, 0xc9, 0xad, 0x1d, 0x20, 0x79, 0x69, 0x50, 0xae, 0xdd, 0x49, 0x9e, 0x07, 0xc0, 0xee, 0x14, 0x55, 0xa7, 0x2f, 0x43, 0x7b, 0x40, 0x2c, 0x01, 0x08, 0x52, 0xb5, 0x5a, 0xad, 0x64, 0xe5, 0x80, 0x47, 0x0d, 0x61, 0xe4, 0x4c, 0xf2, 0xfb, 0xf4, 0xb5, 0x3e, 0xb0, 0x3b, 0x69, 0xc8, 0x5f, 0xa6, 0x20, 0x72, 0xcd, 0x01, 0xd2, 0xe4, 0x01, 0x41, 0xe7, 0x4d, 0x23, 0x6a, 0x52, 0x61, 0xc4, 0x11, 0x84, 0xf0, 0x89, 0xe2, 0x46, 0x8d, 0xfa, 0x45, 0xd8, 0x9d, 0xa2, 0xbb, 0x30, 0xe4, 0x71, 0x8d, 0x5c, 0x4a, 0x80, 0xf8, 0x6b, 0x84, 0x25, 0x4f, 0x9a, 0xc5, 0xb9, 0x71, 0xc8, 0x1c, 0xf7, 0x78, 0x70, 0xb2, 0xc4, 0x4a, 0x24, 0x3e, 0xec, 0x4e, 0xda, 0x6b, 0x65, 0x5e, 0x0b, 0xc4, 0x98, 0x26, 0xa6, 0x1c, 0xd5, 0xb2, 0x26, 0x7c, 0x11, 0xd1, 0x3d, 0xeb, 0x56, 0x60, 0x74, 0x61, 0x28, 0x3e, 0xa9, 0x4d, 0x53, 0xfd, 0xe9, 0x0d, 0x6c, 0x4c, 0xdc, 0x1f, 0x5e, 0xd8, 0xc7, 0x16, 0x80, 0xc6, 0xe8, 0x1a, 0x3f, 0x6f, 0xbf, 0x78, 0x6d, 0x59, 0x94, 0x7c, 0xf7, 0x7b, 0xdf, 0x21, 0x55, 0xc6, 0x78, 0x50, 0x10, 0x37, 0x49, 0x9b, 0x4a, 0x62, 0xd8, 0x9d, 0xf2, 0x93, 0xda, 0x38, 0x7b, 0x97, 0xf8, 0xfe, 0x6a, 0xd0, 0x28, 0x61, 0x3c, 0xa8, 0x04, 0x78, 0x93, 0xf3, 0x63, 0x3f, 0xa9, 0x29, 0xa6, 0xcd, 0x03, 0x84, 0x2e, 0x0c, 0x44, 0x8a, 0xa4, 0x36, 0xfa, 0x35, 0x98, 0x43, 0x7a, 0x77, 0x73, 0xef, 0x0f, 0x1b, 0xc4, 0xff, 0x64, 0x16, 0xa8, 0xdb, 0x35, 0xcf, 0xed, 0xda, 0x65, 0x1c, 0xa4, 0xc3, 0x52, 0x40, 0x15, 0xc0, 0xee, 0xc8, 0x19, 0xdd, 0xa7, 0x45, 0x7d, 0xc6, 0xe8, 0x8d, 0xff, 0xc9, 0x7d, 0x1d, 0x87, 0xfc, 0x81, 0x02, 0x58, 0x59, 0x59, 0xe9, 0xf3, 0xed, 0xd9, 0x56, 0xab, 0x79, 0xaf, 0xa6, 0xb1, 0x83, 0x44, 0xd7, 0xf6, 0x71, 0x9b, 0xaf, 0x81, 0xf8, 0xd9, 0x10, 0xbf, 0x2e, 0x49, 0x6e, 0x59, 0x79, 0x80, 0x20, 0xbe, 0xc8, 0x3b, 0x07, 0x84, 0x1f, 0xd8, 0x59, 0x37, 0xfa, 0xaf, 0xaf, 0xaf, 0xc7, 0x9e, 0xe3, 0x2f, 0xb0, 0x16, 0x48, 0x88, 0x80, 0xef, 0xce, 0x0e, 0xb7, 0x4a, 0xe3, 0xc4, 0xc9, 0xa7, 0x96, 0xf9, 0xae, 0x31, 0x5a, 0x0d, 0x0a, 0xbb, 0x93, 0xb5, 0xdd, 0x29, 0xa2, 0xa4, 0x18, 0x10, 0x9f, 0x79, 0xa2, 0xbf, 0x78, 0x96, 0xba, 0xf3, 0xda, 0x34, 0x2d, 0xf2, 0xe2, 0xd9, 0x17, 0xb2, 0xaf, 0x06, 0x45, 0xd4, 0x57, 0x37, 0xc9, 0x95, 0x45, 0x10, 0x2e, 0xe1, 0x29, 0x1d, 0x25, 0xbf, 0xd8, 0x44, 0xc5, 0x5f, 0xbb, 0xdd, 0x21, 0xbf, 0xfc, 0xd5, 0xf3, 0xe4, 0x9d, 0x77, 0xdf, 0x09, 0x0a, 0xe6, 0x06, 0xdf, 0x2c, 0x08, 0x20, 0xa1, 0x5d, 0x89, 0x47, 0x42, 0xf4, 0xd8, 0xcc, 0xc7, 0xee, 0xec, 0x90, 0x7e, 0x20, 0x02, 0xf7, 0xb5, 0x4d, 0x2e, 0xbd, 0xb1, 0x4a, 0x2e, 0x5c, 0xbc, 0x40, 0xb6, 0xdb, 0xdb, 0x41, 0xff, 0x2e, 0x9d, 0x46, 0x7e, 0x25, 0x05, 0x10, 0xb7, 0x25, 0x18, 0x3d, 0x36, 0xe3, 0x91, 0xb9, 0xdf, 0xef, 0x07, 0x7e, 0xee, 0xec, 0xec, 0x6c, 0xac, 0x6b, 0x4d, 0x8a, 0xf8, 0x62, 0x36, 0xee, 0xff, 0xbd, 0x77, 0x85, 0xbc, 0xf5, 0xf6, 0x5b, 0x9c, 0xfc, 0x97, 0xc8, 0xf5, 0xf5, 0xeb, 0x93, 0xff, 0x5f, 0xa2, 0xad, 0xc3, 0x02, 0x4d, 0x10, 0x41, 0x36, 0x89, 0x2a, 0xec, 0xce, 0xef, 0xff, 0x70, 0x91, 0xfc, 0xe5, 0xaf, 0x7f, 0x8e, 0xf4, 0x4d, 0x5d, 0x21, 0x18, 0x46, 0x93, 0x34, 0x0d, 0x83, 0xbf, 0x6e, 0x91, 0x66, 0xb3, 0xe9, 0x6c, 0x62, 0xb9, 0xd9, 0xd9, 0x19, 0x2e, 0x12, 0x7d, 0x27, 0xa9, 0x35, 0x1a, 0x4d, 0x62, 0xdb, 0x16, 0xe9, 0xf5, 0x7a, 0xa4, 0xdb, 0xed, 0x90, 0x8d, 0xcd, 0x0d, 0x4e, 0xf8, 0x75, 0x7e, 0xcc, 0x8e, 0x7a, 0x6f, 0x5e, 0x87, 0x00, 0x32, 0xcd, 0x0f, 0xd4, 0xb1, 0x3b, 0x51, 0x85, 0x11, 0x6f, 0x9d, 0x64, 0xc6, 0x89, 0xdc, 0xe5, 0xaf, 0xba, 0x45, 0xb9, 0xda, 0x5f, 0x40, 0x00, 0x13, 0x2c, 0x50, 0x72, 0x02, 0xa3, 0xc7, 0xa6, 0xf7, 0x98, 0x88, 0xe8, 0x65, 0x42, 0x7c, 0x8f, 0xdd, 0xad, 0xf7, 0x39, 0x13, 0x94, 0x5d, 0xdf, 0x58, 0x1b, 0xb9, 0x49, 0xb6, 0x41, 0x9e, 0x87, 0x00, 0x42, 0x2d, 0x10, 0x7a, 0x6c, 0xa6, 0xd9, 0x0b, 0xdb, 0xe2, 0xff, 0xfc, 0xa0, 0x3e, 0x59, 0xd1, 0x6d, 0x4b, 0x38, 0x0c, 0x61, 0x9f, 0x66, 0x5a, 0xa4, 0xc5, 0xb7, 0x19, 0xfe, 0xf9, 0x8c, 0xe7, 0x0a, 0xd7, 0x46, 0xc9, 0x2f, 0x70, 0x76, 0xf9, 0x2b, 0xcb, 0xff, 0x85, 0x00, 0x32, 0xb1, 0x3c, 0xb0, 0x3b, 0x93, 0xf6, 0xc2, 0xbf, 0x7b, 0xf1, 0xa1, 0x0f, 0xde, 0x4a, 0x3e, 0xfa, 0x91, 0x8f, 0x0d, 0xaa, 0x60, 0x86, 0x1d, 0x25, 0xbd, 0x7b, 0xb1, 0xd9, 0xd4, 0x26, 0xd4, 0xa6, 0xc4, 0xb2, 0x4d, 0x62, 0x59, 0x36, 0xdf, 0x4c, 0x27, 0xb9, 0x15, 0x5e, 0xdf, 0x5b, 0xd7, 0x4f, 0x19, 0x1d, 0x9e, 0xcb, 0xf3, 0x02, 0xa7, 0xa7, 0x70, 0x83, 0xe8, 0x4e, 0xbd, 0x3f, 0x73, 0x04, 0xe5, 0x5c, 0x8b, 0xef, 0xfb, 0x66, 0x9f, 0xf4, 0xfa, 0x5d, 0x5f, 0x02, 0xcc, 0xbe, 0x1d, 0x49, 0x4c, 0x0a, 0x52, 0x9e, 0xb8, 0x9d, 0xe1, 0xc2, 0xc7, 0x90, 0xa2, 0xc7, 0x66, 0xd8, 0xb5, 0xfc, 0x16, 0x48, 0x10, 0xda, 0xfd, 0x7d, 0xa3, 0xd1, 0x18, 0xd9, 0x07, 0xc1, 0x4b, 0x64, 0x77, 0x2f, 0x36, 0xcb, 0xb2, 0x1c, 0x51, 0x88, 0x5a, 0x25, 0xb1, 0xf7, 0xff, 0xde, 0xdd, 0xc4, 0xb1, 0xad, 0xed, 0x0d, 0xff, 0x65, 0xff, 0x7e, 0x7c, 0x7e, 0xf9, 0xd7, 0x0b, 0xc7, 0x9e, 0x84, 0x00, 0x82, 0x09, 0x1c, 0x9f, 0xf8, 0x75, 0x89, 0xfa, 0x59, 0x0b, 0xc2, 0x5f, 0x02, 0xd8, 0xb6, 0x19, 0xd9, 0x86, 0x7a, 0x49, 0xec, 0xdd, 0x0b, 0xc2, 0xbb, 0xe4, 0x0f, 0x22, 0xbc, 0xf7, 0x7d, 0xb7, 0xd7, 0x21, 0x7d, 0xab, 0xef, 0x8b, 0xfe, 0xe4, 0xeb, 0xfc, 0xbb, 0x45, 0xba, 0xeb, 0xa8, 0x05, 0xaa, 0xa0, 0xdd, 0xc9, 0x33, 0xa9, 0x8d, 0xbb, 0x6f, 0x34, 0x46, 0x29, 0x24, 0xfc, 0x78, 0x18, 0x26, 0x45, 0x7d, 0xf1, 0xda, 0x8d, 0xf8, 0x6e, 0xd4, 0x0f, 0x22, 0xbd, 0xfb, 0x5e, 0x58, 0xa7, 0xed, 0xee, 0x58, 0x03, 0xd8, 0x4b, 0x0b, 0xc7, 0x96, 0x9f, 0x8b, 0x9c, 0x4f, 0xa8, 0x5b, 0x0b, 0x94, 0x1f, 0xf1, 0xcb, 0x8a, 0xfa, 0x65, 0x08, 0xc2, 0x6f, 0x6f, 0x2c, 0x5f, 0xb2, 0x2b, 0x88, 0x7a, 0xf5, 0xea, 0xd5, 0xd0, 0xe9, 0x4c, 0xc4, 0xe6, 0xda, 0x1e, 0x7f, 0xd4, 0x9f, 0x24, 0x82, 0xad, 0xce, 0xa6, 0xd3, 0x48, 0xe6, 0x41, 0xdf, 0x66, 0xec, 0xcb, 0xb1, 0x12, 0x6a, 0xd4, 0x02, 0xc1, 0xee, 0xa4, 0xb9, 0x96, 0x5f, 0x00, 0x22, 0xc1, 0xf5, 0x7f, 0x6f, 0x41, 0xec, 0xb0, 0xe7, 0x31, 0x29, 0xca, 0x4f, 0x7a, 0xdf, 0xe6, 0x91, 0xdf, 0xb2, 0x47, 0xaf, 0xbb, 0x67, 0xcf, 0xde, 0x33, 0x5f, 0x3a, 0xf2, 0xe8, 0x25, 0x08, 0x20, 0xf7, 0x5a, 0xa1, 0xec, 0x88, 0x1f, 0xe5, 0x5c, 0x99, 0x7b, 0x6c, 0x1a, 0x3e, 0x01, 0x50, 0x5f, 0x09, 0x10, 0x56, 0xd1, 0x10, 0x94, 0x0b, 0x84, 0xbd, 0xef, 0xf6, 0xbb, 0xdc, 0xf7, 0xf7, 0x46, 0xae, 0xc3, 0x73, 0x91, 0x0b, 0x0f, 0x7e, 0xee, 0x21, 0x21, 0x00, 0x02, 0x01, 0x14, 0x62, 0x59, 0xd0, 0x63, 0xd3, 0xa9, 0xf3, 0xf7, 0x0b, 0xc0, 0x33, 0x46, 0xdc, 0xad, 0xf6, 0x8c, 0x42, 0xfe, 0x69, 0xb5, 0x3c, 0xde, 0xf7, 0x22, 0xe1, 0xed, 0xf6, 0xdb, 0x23, 0xd7, 0xd1, 0x35, 0xfd, 0xdd, 0xc3, 0xf7, 0xdc, 0xf3, 0x68, 0xab, 0xd5, 0xea, 0xc7, 0x7d, 0x0a, 0x8a, 0xe6, 0x00, 0xa3, 0xa4, 0x45, 0x8f, 0xcd, 0xe4, 0xd7, 0x6a, 0xe8, 0xe3, 0x16, 0xc8, 0x5f, 0x4f, 0x1f, 0x84, 0xa0, 0x24, 0x38, 0xec, 0xbd, 0xa8, 0xef, 0xef, 0x9a, 0x6d, 0xff, 0xbd, 0xea, 0xdd, 0xf6, 0xe1, 0x5b, 0x1f, 0xbe, 0xfb, 0xee, 0x4f, 0xbc, 0x47, 0x12, 0xcc, 0xe6, 0xac, 0xfc, 0x78, 0x80, 0x24, 0x7d, 0x7f, 0xaa, 0xd4, 0x63, 0x33, 0xcf, 0x92, 0xc2, 0x49, 0x40, 0x7d, 0x39, 0xad, 0xa8, 0x05, 0x12, 0x9e, 0x7f, 0x9a, 0x00, 0xe2, 0xfa, 0x7d, 0xa7, 0x76, 0xc8, 0x1c, 0x44, 0x7e, 0xdf, 0x80, 0x47, 0xfb, 0xe6, 0xbd, 0x37, 0x3f, 0xf2, 0xc0, 0x67, 0x3e, 0xfb, 0xc7, 0xe1, 0x03, 0x62, 0x10, 0x40, 0x24, 0x22, 0x6b, 0x31, 0x27, 0x52, 0xc5, 0xa4, 0x53, 0xe3, 0x03, 0x54, 0x06, 0xdd, 0x94, 0x35, 0x9f, 0x02, 0x04, 0x41, 0xa7, 0x09, 0x20, 0xaa, 0xd5, 0x19, 0x8d, 0xfc, 0x3d, 0x1e, 0xf9, 0x3b, 0x63, 0x37, 0x95, 0x7f, 0xf6, 0x17, 0x8f, 0x7c, 0xfe, 0x91, 0x9f, 0x7b, 0xc8, 0x0f, 0x01, 0x44, 0x8b, 0xfe, 0xac, 0x92, 0xc4, 0x2f, 0x5b, 0x10, 0x41, 0x03, 0x54, 0xc6, 0x86, 0xa0, 0x33, 0xe2, 0x08, 0xc0, 0x4b, 0x60, 0x2f, 0xf9, 0xa3, 0x46, 0xfd, 0x9d, 0xc8, 0x1f, 0x48, 0x7e, 0xa2, 0x31, 0x6d, 0x69, 0xe1, 0x89, 0xa5, 0xef, 0x1f, 0x9f, 0x5f, 0xbc, 0x69, 0x68, 0x7d, 0x20, 0x80, 0x3c, 0x12, 0x64, 0x95, 0xe6, 0xd8, 0x9c, 0x76, 0xad, 0x49, 0x03, 0x54, 0xa8, 0xaf, 0x2a, 0x52, 0xf4, 0xe7, 0xf7, 0x0b, 0xc0, 0x9f, 0x13, 0x44, 0x15, 0x41, 0xcf, 0x1c, 0xaf, 0xed, 0x19, 0x3e, 0x9c, 0x63, 0x9c, 0xfc, 0x4f, 0x0f, 0xdf, 0x5b, 0xc3, 0x63, 0x14, 0x02, 0x88, 0x9c, 0x04, 0x4f, 0xeb, 0x0b, 0x54, 0x3f, 0xbb, 0x93, 0xe6, 0x5a, 0xfe, 0x41, 0xe8, 0xde, 0x21, 0x89, 0xce, 0x08, 0x2d, 0xcb, 0xdf, 0xf5, 0x41, 0x1b, 0x21, 0xf1, 0xb4, 0x6a, 0xce, 0x69, 0x22, 0xe8, 0xf4, 0xb6, 0x89, 0x45, 0xad, 0xf1, 0x9b, 0xab, 0x91, 0xc7, 0x16, 0xe7, 0x97, 0x4f, 0x7b, 0x8e, 0x59, 0x9e, 0xe8, 0x8f, 0x24, 0x38, 0xaa, 0x08, 0xaa, 0x6a, 0x77, 0x8a, 0x2a, 0x29, 0x02, 0xed, 0xce, 0xc8, 0xb1, 0xc1, 0x71, 0xdb, 0xb2, 0x7d, 0x55, 0x92, 0x3b, 0x25, 0xc0, 0x8d, 0xde, 0x9f, 0x31, 0xa2, 0xbe, 0x10, 0x54, 0xb7, 0xdf, 0x21, 0x94, 0x8d, 0x25, 0xcf, 0x7d, 0xa6, 0x69, 0x0f, 0x2d, 0xcd, 0x2f, 0xfd, 0xc8, 0x77, 0xdc, 0x11, 0x40, 0xd4, 0xbe, 0x3f, 0x10, 0x80, 0x44, 0x76, 0x47, 0x36, 0xdb, 0xe3, 0x2d, 0x19, 0x27, 0x5a, 0x1e, 0x9f, 0x00, 0xc6, 0x4b, 0x00, 0x32, 0x46, 0xfc, 0xa8, 0x22, 0x70, 0xfd, 0x7e, 0x40, 0x80, 0x5a, 0xe3, 0xfc, 0xfe, 0x34, 0x8f, 0xfc, 0xe7, 0x03, 0xee, 0x6b, 0xaa, 0x25, 0x8c, 0x60, 0x81, 0x24, 0x8c, 0xfa, 0xb2, 0xda, 0x9d, 0x20, 0x51, 0x88, 0xbe, 0x3b, 0xa3, 0x39, 0x80, 0x1e, 0xbb, 0x96, 0x67, 0x60, 0x79, 0xda, 0xc4, 0xb4, 0x03, 0xdb, 0xb1, 0xfe, 0xa5, 0xd9, 0x8d, 0xfb, 0x17, 0x16, 0x16, 0x56, 0xf3, 0xe0, 0x83, 0xf2, 0x16, 0x48, 0x95, 0x39, 0x36, 0xc3, 0xae, 0x15, 0x34, 0xe9, 0x54, 0xd0, 0x31, 0xff, 0x71, 0x31, 0x58, 0xdd, 0x0b, 0xd1, 0x30, 0xe6, 0x4f, 0x82, 0xc3, 0x6a, 0x79, 0x04, 0xf9, 0x29, 0xa3, 0x41, 0x65, 0xf3, 0xcf, 0xcc, 0xa6, 0xf5, 0xe0, 0xca, 0xb1, 0xe5, 0xeb, 0x79, 0x71, 0x41, 0xe1, 0x01, 0x31, 0xac, 0x76, 0xcb, 0x84, 0x66, 0x3d, 0xe9, 0x54, 0x14, 0x1b, 0x34, 0x26, 0x80, 0x46, 0x23, 0x52, 0xd4, 0x17, 0x1d, 0xd9, 0x04, 0xf1, 0x85, 0x00, 0x02, 0xd0, 0xe7, 0x8f, 0x68, 0x7e, 0xf1, 0xe8, 0xd2, 0x99, 0xa4, 0xde, 0x1e, 0x02, 0xc8, 0xa4, 0x1d, 0xa0, 0xb8, 0x24, 0xb7, 0xec, 0x39, 0x36, 0x83, 0xec, 0x4e, 0x14, 0x1b, 0xd4, 0xe9, 0x76, 0xc7, 0xee, 0x41, 0x98, 0xf5, 0x69, 0x77, 0xdb, 0x4e, 0xa2, 0xcb, 0x02, 0xa2, 0x3e, 0xff, 0x86, 0x6f, 0xda, 0x8c, 0x3c, 0xb0, 0x7c, 0x6c, 0xf9, 0x4f, 0xdc, 0xf3, 0xe7, 0xce, 0x07, 0xe5, 0xc7, 0x03, 0x4c, 0x5b, 0xf3, 0x6c, 0xd4, 0x2a, 0xb1, 0x50, 0xf2, 0xbb, 0xd7, 0x0e, 0x5b, 0xbb, 0x2a, 0x6c, 0x8d, 0xab, 0xa0, 0xc5, 0x1f, 0xa2, 0x9e, 0x13, 0xe5, 0x5c, 0x6f, 0x04, 0x77, 0xa7, 0x18, 0xf7, 0x4f, 0x35, 0x3e, 0x79, 0xdb, 0x09, 0x24, 0x62, 0xeb, 0xfa, 0x04, 0x20, 0xc6, 0xec, 0x4e, 0x12, 0x40, 0xb7, 0xd7, 0x1d, 0x54, 0x6f, 0xda, 0x81, 0xdd, 0xa3, 0x29, 0xbf, 0x73, 0x67, 0x7a, 0x6d, 0x73, 0x71, 0x65, 0x65, 0xa5, 0x5d, 0x14, 0x1f, 0x94, 0xad, 0x05, 0x72, 0x09, 0x3d, 0x6d, 0x59, 0x1d, 0x6f, 0xa7, 0xb9, 0xf1, 0xd9, 0xe4, 0x48, 0x20, 0xe1, 0xa6, 0x91, 0x3f, 0x8d, 0x30, 0xfc, 0xd1, 0x3b, 0xee, 0xc2, 0x71, 0xfe, 0x29, 0xc5, 0xa7, 0xdb, 0x1d, 0x16, 0x6a, 0x83, 0xdc, 0xe3, 0x9b, 0x9b, 0x5b, 0xa3, 0x02, 0xd0, 0xf5, 0x31, 0xaf, 0xdf, 0xef, 0xf7, 0x9c, 0xc1, 0x2b, 0x41, 0x35, 0x46, 0xc3, 0xb0, 0xbf, 0x4a, 0x98, 0xfe, 0xe0, 0xc2, 0xb1, 0xc5, 0x8b, 0x45, 0xf3, 0x00, 0xed, 0x00, 0x09, 0x23, 0xff, 0x24, 0x41, 0x4c, 0xfa, 0x7d, 0x14, 0x21, 0x44, 0x39, 0xee, 0x27, 0x7f, 0x54, 0xe2, 0xbb, 0x51, 0xdf, 0x8d, 0xf4, 0x51, 0x6a, 0x78, 0x76, 0x3c, 0xbf, 0x7b, 0x8c, 0x8e, 0xfd, 0xed, 0xf5, 0xf5, 0x6b, 0x3e, 0x01, 0x34, 0x6e, 0xf4, 0x05, 0x6a, 0x77, 0xb6, 0x9d, 0x81, 0x2b, 0x13, 0x89, 0x4f, 0x88, 0x88, 0xf4, 0xdf, 0xec, 0x6f, 0x5b, 0x4f, 0xf3, 0xa8, 0xdf, 0x2d, 0x83, 0x0b, 0x18, 0x12, 0x99, 0xc0, 0xee, 0x04, 0x5d, 0x27, 0xe8, 0x9a, 0x51, 0x8e, 0x45, 0xb1, 0x2e, 0x51, 0xec, 0x8e, 0xdf, 0x7e, 0xf9, 0xbb, 0x30, 0xb8, 0xaf, 0x27, 0xd5, 0xe7, 0x4f, 0x3b, 0x3e, 0x49, 0x2c, 0xe2, 0x6f, 0xd7, 0xae, 0x8d, 0xce, 0xc7, 0x23, 0xc6, 0xe9, 0x6e, 0x6d, 0x6f, 0x3a, 0xd3, 0x94, 0x4c, 0x19, 0x0b, 0x20, 0xbe, 0xd0, 0x4f, 0x75, 0x6a, 0x1c, 0x3d, 0x7e, 0xfc, 0xf8, 0x7f, 0xca, 0xe4, 0x83, 0x0a, 0x02, 0x78, 0x9b, 0x6f, 0x73, 0xee, 0x9b, 0x9f, 0x3c, 0xf7, 0x63, 0x1e, 0xa5, 0xb4, 0xd8, 0xa5, 0xc2, 0x78, 0x22, 0x3d, 0xfe, 0x4c, 0xc7, 0x08, 0xcf, 0x02, 0x53, 0xe9, 0x50, 0x91, 0x44, 0xfd, 0x3e, 0x61, 0xa5, 0xd0, 0xf4, 0xe4, 0x9d, 0xdd, 0xb0, 0x42, 0xfe, 0x2f, 0x3c, 0xfe, 0xf7, 0xcc, 0xb3, 0x0e, 0x97, 0xa7, 0xaa, 0xc6, 0xec, 0x39, 0xf3, 0xf2, 0x7b, 0x71, 0x6d, 0x7d, 0x2d, 0xe4, 0x4b, 0x93, 0xb3, 0x9a, 0x46, 0x9f, 0x5c, 0x38, 0xfa, 0xd5, 0xd7, 0x65, 0x20, 0x87, 0x0a, 0x02, 0x38, 0xef, 0x15, 0xc0, 0xda, 0xda, 0x55, 0x02, 0xa4, 0xaf, 0x48, 0x8e, 0xb7, 0x10, 0x91, 0xf3, 0xc7, 0x2f, 0x70, 0x83, 0x74, 0x72, 0x71, 0xbe, 0x78, 0x9f, 0xaf, 0xb4, 0x00, 0x6c, 0x93, 0x2c, 0x36, 0x9a, 0xe4, 0x7e, 0xfe, 0xf2, 0x03, 0xa0, 0x6e, 0x16, 0xe4, 0x67, 0x71, 0x3a, 0x93, 0x6f, 0x68, 0x8c, 0xfc, 0x50, 0xa3, 0x8d, 0x33, 0x79, 0xb5, 0xe4, 0x42, 0x00, 0x21, 0x58, 0x5a, 0x5a, 0xba, 0x72, 0xe2, 0xc4, 0x89, 0xbb, 0x89, 0x6e, 0x8b, 0xf5, 0x5e, 0x3f, 0xc9, 0xb7, 0x59, 0xd0, 0x38, 0x1d, 0xb4, 0x1b, 0x3f, 0xd9, 0x88, 0xd3, 0x73, 0x1a, 0xad, 0x18, 0xbd, 0xc2, 0x98, 0x7e, 0x9e, 0x1f, 0xfb, 0x81, 0xd9, 0x31, 0xcf, 0x85, 0x2d, 0x50, 0x01, 0x01, 0x14, 0x80, 0x61, 0xa2, 0xf5, 0xa9, 0x67, 0x9e, 0x79, 0xa6, 0xb9, 0xb6, 0xb6, 0x76, 0x1b, 0x28, 0x9c, 0x2d, 0x9a, 0x86, 0xb1, 0x45, 0xe9, 0xb6, 0xd1, 0x34, 0x6e, 0xba, 0xf6, 0xf8, 0xe3, 0x8f, 0x77, 0xaa, 0xf4, 0xdd, 0x95, 0xaa, 0x05, 0x3a, 0x72, 0xe4, 0x88, 0xa8, 0x8f, 0xfb, 0x37, 0x28, 0x0b, 0x28, 0x29, 0x00, 0x00, 0x80, 0x00, 0x00, 0xc0, 0x83, 0xff, 0x03, 0xb7, 0x5e, 0xd8, 0xff, 0x29, 0x82, 0x84, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_copy_192_png_len = 4389; unsigned char gtk_cut_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x22, 0x9a, 0x00, 0x00, 0x22, 0x9a, 0x01, 0xbe, 0xdd, 0xfb, 0x2a, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x75, 0x74, 0x2c, 0x37, 0x10, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x47, 0x61, 0x72, 0x72, 0x65, 0x74, 0x74, 0x20, 0x4c, 0x65, 0x20, 0x53, 0x61, 0x67, 0x65, 0x73, 0x40, 0x35, 0x7f, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x2b, 0xef, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x74, 0x55, 0xd7, 0x99, 0xee, 0xa1, 0xd8, 0xf4, 0x62, 0xd3, 0x8c, 0x31, 0x18, 0x5c, 0xb1, 0x21, 0xb1, 0x31, 0x76, 0x82, 0xc1, 0x18, 0x97, 0xd8, 0x71, 0xfa, 0x9b, 0x64, 0x26, 0x33, 0xe3, 0x64, 0xde, 0x5b, 0x49, 0x56, 0x92, 0x97, 0xcc, 0x4c, 0x5e, 0x32, 0xcf, 0x69, 0x93, 0xe4, 0x85, 0xc4, 0x2a, 0x48, 0xa2, 0x19, 0xd3, 0x9b, 0xe8, 0x60, 0x8c, 0x31, 0xc5, 0xa6, 0xd8, 0xf4, 0x62, 0x8a, 0x04, 0x12, 0x12, 0x48, 0xa0, 0xde, 0x25, 0x54, 0xe8, 0xc5, 0x80, 0xcd, 0x7e, 0xdf, 0xb7, 0xcf, 0xfe, 0x8f, 0xb6, 0x8e, 0xef, 0x95, 0x2e, 0x70, 0x31, 0x42, 0xdc, 0xb3, 0xd6, 0xbf, 0xee, 0x95, 0x74, 0xce, 0x3e, 0x7b, 0xff, 0xdf, 0xb7, 0xff, 0xb6, 0xf7, 0x39, 0x72, 0x9c, 0xc8, 0x11, 0x39, 0x22, 0x47, 0xe4, 0x88, 0x1c, 0x91, 0xe3, 0xc6, 0x1c, 0xb1, 0xf1, 0x51, 0xdf, 0x1b, 0x15, 0x17, 0xfd, 0xde, 0xa8, 0xf8, 0xe8, 0xf3, 0xa3, 0xe2, 0xa3, 0xa2, 0x9b, 0xe2, 0x18, 0x47, 0x8e, 0x1c, 0xd9, 0x36, 0x2e, 0x3e, 0x7a, 0x07, 0xc6, 0x57, 0x3e, 0x2a, 0x2e, 0x6a, 0x7a, 0xec, 0x98, 0xd8, 0x41, 0x11, 0xe4, 0x71, 0xc4, 0xc5, 0xc5, 0x7c, 0x17, 0xc0, 0x2b, 0x4b, 0x3e, 0x8d, 0x8b, 0x8b, 0xfa, 0x52, 0x53, 0x1b, 0x27, 0x89, 0xed, 0x1b, 0xe7, 0x99, 0x84, 0x84, 0x91, 0xdd, 0x6f, 0x79, 0x02, 0x8c, 0x8a, 0x8f, 0xd9, 0xec, 0x53, 0x0c, 0x65, 0x0f, 0x66, 0x4c, 0xf3, 0xa6, 0x32, 0xc6, 0x98, 0x31, 0x31, 0x0f, 0x61, 0x4c, 0x1f, 0xfb, 0xc7, 0x19, 0x17, 0x17, 0xfd, 0xc7, 0x5b, 0x1b, 0xfc, 0x51, 0xa3, 0x1e, 0x83, 0x22, 0x2e, 0x53, 0x19, 0x8b, 0x16, 0xcf, 0x53, 0x0b, 0x17, 0xcd, 0xb7, 0x94, 0x13, 0xf3, 0xa3, 0x26, 0x33, 0xce, 0x84, 0xe8, 0x75, 0x32, 0xae, 0x6d, 0xdb, 0x37, 0xab, 0xb1, 0xe3, 0x47, 0xcb, 0x38, 0x0b, 0x27, 0x4c, 0x98, 0xd0, 0xea, 0x16, 0x9e, 0xfd, 0xd1, 0x1b, 0x44, 0x31, 0xa9, 0x07, 0xf6, 0xab, 0xfc, 0x82, 0x5c, 0x95, 0x30, 0x66, 0x94, 0x28, 0xa7, 0x02, 0x04, 0xe9, 0xd4, 0x94, 0x5c, 0xdc, 0xec, 0xc4, 0x19, 0xaa, 0xa6, 0xa6, 0x4a, 0xbd, 0xbf, 0x66, 0x55, 0x2d, 0xd1, 0x13, 0xa2, 0xff, 0x74, 0xeb, 0x06, 0x7e, 0x46, 0x09, 0x73, 0xe7, 0xcd, 0x56, 0xc7, 0x8e, 0x55, 0x6b, 0x59, 0xb7, 0xfe, 0x7d, 0xdb, 0x4c, 0x8e, 0xbd, 0xd9, 0x03, 0xbf, 0xd8, 0xf8, 0xe8, 0x02, 0x17, 0xe8, 0x18, 0x75, 0x24, 0xeb, 0xb0, 0x1e, 0x63, 0x69, 0x69, 0xb1, 0x6d, 0x05, 0xce, 0x8c, 0x1e, 0x1d, 0x75, 0xef, 0xad, 0x66, 0xfa, 0x3b, 0x61, 0xe0, 0x25, 0x7e, 0xc5, 0x50, 0x8e, 0x1e, 0x2d, 0x57, 0x13, 0x26, 0x8e, 0x13, 0xe5, 0x5c, 0x1a, 0x35, 0xea, 0xef, 0x5f, 0x68, 0x0a, 0x81, 0xdf, 0xaa, 0xd5, 0xef, 0x7a, 0x63, 0xa4, 0xd0, 0x15, 0xd4, 0x12, 0x3d, 0x66, 0xa3, 0x52, 0xaa, 0xd9, 0xad, 0x33, 0xfb, 0x13, 0xa2, 0xe6, 0xc8, 0xe0, 0xdf, 0x5f, 0xb3, 0xba, 0x8e, 0x62, 0x28, 0x7b, 0xf6, 0xee, 0xb2, 0xad, 0xc0, 0x86, 0x9b, 0x71, 0x8c, 0xf1, 0xf1, 0xaf, 0x3f, 0x28, 0x81, 0xdf, 0xf8, 0x09, 0x63, 0x55, 0x79, 0x79, 0x49, 0x9d, 0x31, 0x56, 0x57, 0x57, 0xaa, 0x59, 0xb3, 0xa7, 0x7b, 0xe3, 0x84, 0xa5, 0xf8, 0xd9, 0x2d, 0x92, 0xf6, 0x45, 0xbf, 0x28, 0x81, 0xdf, 0xa4, 0x29, 0x6f, 0xea, 0x19, 0x4f, 0x85, 0xd0, 0x37, 0x56, 0x56, 0x56, 0x78, 0x0a, 0xa2, 0x5b, 0xb0, 0x02, 0xc2, 0xef, 0xde, 0x74, 0xe3, 0x8c, 0x8f, 0x7a, 0x5f, 0xfa, 0xff, 0xd1, 0xae, 0xed, 0xde, 0xb8, 0xca, 0xcb, 0xcb, 0xf4, 0x58, 0xf9, 0x3d, 0x2f, 0x3f, 0xc7, 0x8e, 0x79, 0xce, 0xc4, 0xc6, 0xc6, 0xde, 0xd7, 0xa4, 0xc1, 0x1f, 0x39, 0x61, 0x64, 0x47, 0x46, 0xbe, 0xa2, 0x98, 0xf4, 0x83, 0xa9, 0x9e, 0x62, 0xca, 0xca, 0xca, 0x54, 0x71, 0x71, 0xb1, 0xf7, 0x73, 0x56, 0xf6, 0x11, 0xed, 0x1e, 0x24, 0x5a, 0xa6, 0x3f, 0xbd, 0x89, 0x2c, 0xdc, 0x3f, 0xc8, 0x18, 0x67, 0x25, 0x4e, 0xf7, 0x00, 0xaf, 0xaa, 0xaa, 0x54, 0x85, 0x85, 0x85, 0x7a, 0xac, 0x32, 0xce, 0x4d, 0x9b, 0x37, 0xdc, 0x3a, 0xae, 0x00, 0x3e, 0x31, 0x21, 0x90, 0x4f, 0xac, 0xae, 0xae, 0x52, 0x45, 0x45, 0x45, 0x5a, 0x38, 0x43, 0xe4, 0xf7, 0x2b, 0x57, 0x2d, 0xb7, 0xa3, 0xe5, 0xbf, 0xde, 0x0c, 0x63, 0x1c, 0x3b, 0x76, 0x6c, 0x1b, 0xf4, 0x37, 0xcf, 0x8b, 0x6f, 0x8e, 0x64, 0x78, 0xe3, 0x29, 0x29, 0x29, 0xd6, 0x04, 0xa0, 0x54, 0x55, 0x1d, 0xf5, 0x2c, 0xdf, 0x9c, 0xb9, 0xb3, 0x6a, 0x49, 0x90, 0x10, 0xfd, 0x6a, 0xd3, 0xf4, 0xfb, 0xb1, 0xb1, 0x7d, 0xdd, 0x52, 0x6f, 0xb4, 0x9a, 0xf0, 0xe6, 0x38, 0x55, 0x71, 0xb4, 0xcc, 0x53, 0x40, 0x69, 0x69, 0x89, 0x47, 0x00, 0x5a, 0x01, 0x99, 0x31, 0x65, 0x65, 0xc5, 0x6a, 0xdc, 0x1b, 0x63, 0x44, 0x39, 0xe7, 0xd8, 0xc6, 0x4d, 0x40, 0xf2, 0xd7, 0x03, 0x91, 0xbc, 0xa2, 0xa2, 0xdc, 0x03, 0x9f, 0x62, 0x8f, 0x33, 0x37, 0x2f, 0x5b, 0xc5, 0x8f, 0x8e, 0x95, 0x58, 0xa0, 0x80, 0x24, 0x6a, 0x7a, 0xb3, 0x3f, 0x2e, 0x6a, 0x66, 0x20, 0x9f, 0x48, 0xc5, 0x08, 0xf8, 0x22, 0xa5, 0xa5, 0xa5, 0xde, 0xdf, 0xb7, 0xef, 0xd8, 0x6a, 0x07, 0x84, 0xcb, 0x1a, 0x39, 0xc9, 0x1f, 0x08, 0x14, 0xf8, 0x11, 0x68, 0x8e, 0xcb, 0x26, 0x40, 0x41, 0x41, 0x01, 0x08, 0x5e, 0x3b, 0xce, 0xd5, 0xef, 0xaf, 0xb4, 0xac, 0x5d, 0xd4, 0xaf, 0x9a, 0x14, 0xf8, 0xc6, 0x2c, 0x9e, 0xe4, 0xe0, 0xa6, 0x4c, 0x9d, 0xe8, 0x31, 0x9f, 0x91, 0x30, 0x67, 0x82, 0x9f, 0x00, 0x94, 0xca, 0xca, 0x5a, 0x13, 0x39, 0x63, 0xd6, 0x94, 0xda, 0x68, 0x39, 0xe1, 0xf5, 0xaf, 0x34, 0x5e, 0x92, 0x47, 0xaf, 0xa9, 0x25, 0xf9, 0x0e, 0x0f, 0x5c, 0x5a, 0x38, 0x02, 0x1e, 0x48, 0x64, 0x9c, 0xb4, 0x76, 0xa3, 0xc7, 0xc6, 0xc9, 0x38, 0x53, 0x9a, 0xd6, 0xec, 0x4f, 0x88, 0xfe, 0xbe, 0x28, 0x66, 0xe3, 0xa6, 0x0f, 0x2d, 0xc5, 0x94, 0x06, 0x04, 0x9f, 0x42, 0x7f, 0x29, 0xe7, 0x1d, 0xca, 0x48, 0xb7, 0xad, 0xc0, 0xa1, 0x69, 0xd3, 0xa6, 0xdd, 0xd6, 0xf8, 0xc6, 0x18, 0xf5, 0x1d, 0xaf, 0xe2, 0x37, 0x67, 0x86, 0x47, 0x72, 0x02, 0x1c, 0x0c, 0x7c, 0x4a, 0x51, 0x51, 0xa1, 0x37, 0xce, 0x65, 0xcb, 0x97, 0xd6, 0x8e, 0xf3, 0x26, 0xae, 0x7f, 0x04, 0xf0, 0x8b, 0xd1, 0xe3, 0x65, 0x60, 0xf9, 0xf9, 0xb9, 0x5e, 0x44, 0x1c, 0x0c, 0x7c, 0x11, 0xba, 0x87, 0xe3, 0xc7, 0x6b, 0xb4, 0x2c, 0x7b, 0x67, 0xa9, 0x9d, 0x33, 0xff, 0xa6, 0x11, 0x5a, 0xb8, 0x7c, 0x09, 0xfc, 0xb2, 0xb2, 0x0e, 0xeb, 0x3e, 0xd7, 0xd4, 0x54, 0xeb, 0x71, 0xd4, 0x47, 0x00, 0x4a, 0x45, 0x85, 0x1b, 0x0f, 0xa5, 0xa4, 0xee, 0xb3, 0x33, 0x82, 0x5f, 0x34, 0x9d, 0xdc, 0x3f, 0x3e, 0x66, 0xa9, 0x28, 0x47, 0x66, 0x06, 0xa3, 0xfd, 0x86, 0x08, 0x40, 0xe1, 0xb9, 0x54, 0x66, 0x49, 0x49, 0x91, 0x1a, 0x33, 0x2e, 0x5e, 0x14, 0x74, 0x22, 0x3a, 0x3a, 0xba, 0x47, 0xa3, 0xf1, 0xfd, 0x71, 0xd1, 0x7f, 0xb7, 0x03, 0x3f, 0x21, 0x2d, 0x09, 0xdc, 0x10, 0xf8, 0x6e, 0x2c, 0x50, 0xe6, 0xd5, 0x05, 0x3c, 0x92, 0xa3, 0xcd, 0xa6, 0x54, 0xf9, 0x9b, 0x27, 0x03, 0x93, 0xc2, 0x4f, 0x28, 0x16, 0x40, 0xd2, 0x42, 0x51, 0x68, 0x9d, 0x9c, 0x39, 0x21, 0x6a, 0x76, 0x23, 0x0a, 0xfc, 0xce, 0xbb, 0x81, 0xdf, 0x18, 0xf4, 0xb7, 0xd4, 0xcc, 0xfe, 0xaa, 0x7a, 0x41, 0xcf, 0xcf, 0xcf, 0xf7, 0x44, 0x0a, 0x60, 0x4c, 0x19, 0x2d, 0x0b, 0xf0, 0xdf, 0x4d, 0xc8, 0x05, 0xc4, 0xfc, 0x4e, 0x06, 0x96, 0xbc, 0x6f, 0x4f, 0x9d, 0xaa, 0x58, 0x28, 0x24, 0x20, 0x59, 0xa8, 0x54, 0xd6, 0x0b, 0xa6, 0x4c, 0x9b, 0xd8, 0xa8, 0x36, 0x8e, 0xd8, 0x15, 0xbf, 0x9d, 0x1f, 0xed, 0x40, 0x3f, 0x8f, 0xe9, 0xbe, 0xfa, 0x03, 0x3f, 0x1b, 0x70, 0x5b, 0x78, 0x9e, 0xe8, 0xe3, 0xc3, 0x0d, 0xeb, 0x6d, 0x82, 0x7f, 0xab, 0x29, 0xd5, 0x00, 0xee, 0x23, 0x60, 0x1c, 0xd8, 0xf4, 0x19, 0x53, 0x74, 0xf4, 0x2f, 0x11, 0x7e, 0xb0, 0x2c, 0xa0, 0x6e, 0x40, 0x48, 0x25, 0xd5, 0xa8, 0x13, 0x27, 0x8e, 0xa9, 0x03, 0x07, 0x52, 0x1a, 0xcd, 0xc6, 0x91, 0xb8, 0xb8, 0x98, 0x6f, 0xd7, 0x2e, 0xf5, 0x4e, 0xd7, 0xc0, 0xb3, 0x8f, 0x95, 0x95, 0x95, 0x41, 0x01, 0xb7, 0x85, 0xc4, 0x08, 0x52, 0xf3, 0xa8, 0x69, 0x72, 0xb5, 0x00, 0xc4, 0x01, 0x8b, 0xec, 0x4d, 0x11, 0xf5, 0xd5, 0x01, 0x44, 0xec, 0xbc, 0x99, 0x66, 0x92, 0xca, 0xa5, 0x2c, 0x5e, 0x32, 0xdf, 0x0e, 0x08, 0x7f, 0xdc, 0x18, 0x2a, 0x7e, 0x2c, 0x5d, 0xb3, 0x6f, 0x24, 0x01, 0x23, 0xfb, 0x50, 0x08, 0x60, 0x57, 0x3d, 0x57, 0xac, 0xbc, 0xf9, 0xaa, 0x9e, 0x57, 0x38, 0x5b, 0xe2, 0xee, 0xe1, 0x82, 0x07, 0x07, 0x38, 0xee, 0x8d, 0xd1, 0xc6, 0xf4, 0xd5, 0x7c, 0xa6, 0x44, 0x1a, 0x4c, 0xdc, 0x80, 0xd0, 0x9d, 0x61, 0x85, 0x85, 0xf9, 0xd6, 0x22, 0x4a, 0xcc, 0xd1, 0x71, 0xe3, 0x46, 0x76, 0xbe, 0x01, 0x15, 0xbf, 0xbf, 0xd5, 0x06, 0x7e, 0x2b, 0x3c, 0x72, 0x12, 0xd4, 0x50, 0xc0, 0x97, 0x00, 0x97, 0x63, 0xe2, 0x72, 0xf8, 0xcd, 0xba, 0xee, 0x71, 0x65, 0x24, 0x48, 0x88, 0xfe, 0x4b, 0xa0, 0x68, 0x99, 0x75, 0xf1, 0x86, 0x08, 0x20, 0x8b, 0x28, 0x27, 0x4e, 0x1c, 0xd7, 0xb2, 0x6e, 0xfd, 0x9a, 0x1b, 0xb6, 0x71, 0x24, 0x3e, 0xfe, 0xf5, 0xfb, 0x25, 0xf0, 0xa3, 0xd9, 0x66, 0x1a, 0xc7, 0x3e, 0x11, 0xd0, 0x50, 0xc0, 0xa7, 0x70, 0xcc, 0x1c, 0x3b, 0xaf, 0x49, 0x9c, 0x33, 0xc3, 0xf6, 0xfd, 0xdf, 0x71, 0x9a, 0xea, 0x01, 0x66, 0xb7, 0xae, 0x63, 0x36, 0x4d, 0xbe, 0xec, 0x06, 0x4d, 0xa5, 0x21, 0x91, 0xa0, 0xba, 0xba, 0x5a, 0x9d, 0x3c, 0x79, 0x5c, 0xc7, 0x11, 0x13, 0x27, 0x8d, 0xbf, 0x21, 0x1b, 0x47, 0x62, 0xe3, 0xa3, 0x56, 0x0b, 0x60, 0xbb, 0x76, 0xef, 0xd0, 0xfd, 0x21, 0x01, 0x18, 0xab, 0x04, 0x02, 0x3b, 0x2f, 0x2f, 0xaf, 0x8e, 0xd0, 0xe2, 0xc9, 0xb8, 0x59, 0x31, 0xac, 0x25, 0x72, 0xd4, 0x7a, 0xa7, 0xa9, 0x1f, 0xf6, 0x1e, 0xb9, 0xc4, 0xb9, 0xb3, 0x3c, 0x45, 0x48, 0xd1, 0xa4, 0x3e, 0xf0, 0x19, 0x34, 0x31, 0x68, 0xa4, 0xc2, 0x29, 0x49, 0xc9, 0x7b, 0xea, 0x2c, 0xa5, 0x7e, 0xde, 0x81, 0x1f, 0x37, 0x74, 0xd0, 0xec, 0xbb, 0x84, 0xac, 0x0a, 0x0a, 0xb8, 0x2d, 0xfc, 0x3b, 0xcd, 0xbe, 0x5b, 0x27, 0x28, 0x53, 0x6f, 0xbc, 0x39, 0x56, 0xc6, 0x70, 0x21, 0x2e, 0xee, 0xf5, 0x87, 0x9d, 0x5b, 0xe1, 0xb0, 0x77, 0xc9, 0x26, 0x25, 0xef, 0xd6, 0xa9, 0x13, 0x15, 0x69, 0xaf, 0x98, 0xd5, 0x97, 0x43, 0xb3, 0xbc, 0xea, 0x92, 0xe0, 0x84, 0x9a, 0x37, 0x3f, 0xf1, 0x73, 0xdb, 0x38, 0x62, 0x02, 0xbf, 0x5c, 0x3b, 0xf0, 0x93, 0xd9, 0xcf, 0x7e, 0xd5, 0x07, 0xbc, 0x08, 0xc7, 0xe8, 0x06, 0x8b, 0xc7, 0xd4, 0xaa, 0xf7, 0x56, 0xda, 0xb3, 0x3f, 0xda, 0xb9, 0x55, 0x8e, 0x98, 0xd1, 0x31, 0x8f, 0x62, 0xd0, 0x17, 0x39, 0xf0, 0x37, 0x27, 0x8e, 0xd7, 0xe6, 0xdc, 0x8e, 0xa0, 0x1b, 0xaa, 0x9c, 0x91, 0x20, 0x54, 0x3a, 0x09, 0x90, 0x9b, 0x97, 0xe3, 0x05, 0x50, 0x71, 0xf1, 0xd1, 0x45, 0x09, 0x09, 0x09, 0xed, 0xae, 0x63, 0xc5, 0x6f, 0xa4, 0x00, 0xb6, 0xfa, 0xbd, 0x15, 0xfa, 0xfe, 0x94, 0xf2, 0xf2, 0xf2, 0x90, 0xc0, 0x67, 0xbf, 0x25, 0x55, 0xcc, 0xb3, 0x96, 0x80, 0x21, 0xc5, 0x70, 0x8f, 0xed, 0x9d, 0x5b, 0xe9, 0x88, 0x8d, 0x8b, 0x79, 0x43, 0x94, 0xf9, 0xe1, 0x86, 0x75, 0x5e, 0x14, 0xcd, 0x74, 0x2f, 0x94, 0xf2, 0x29, 0x95, 0x7e, 0xea, 0xd4, 0x09, 0x2d, 0x04, 0xc3, 0x2a, 0xa1, 0x8e, 0xbc, 0x8e, 0xb5, 0x0c, 0x2f, 0xf0, 0xab, 0xac, 0x74, 0xef, 0x4f, 0x73, 0xde, 0x90, 0xd9, 0x17, 0x11, 0xa2, 0x53, 0xe6, 0xce, 0x4b, 0xb4, 0x52, 0xd9, 0xa8, 0x7f, 0x72, 0x6e, 0xb5, 0x03, 0x0a, 0xbd, 0x03, 0x83, 0xaf, 0xa4, 0x02, 0x98, 0xd2, 0x15, 0x16, 0xe6, 0x19, 0xe5, 0xb8, 0xc1, 0x54, 0x43, 0x04, 0x10, 0x5f, 0x4a, 0x10, 0xaa, 0xaa, 0x2a, 0xf4, 0xfa, 0xbb, 0x6c, 0x1c, 0x49, 0x48, 0x78, 0xbd, 0xdf, 0xf5, 0x0d, 0xfc, 0x76, 0x7a, 0xe4, 0x63, 0x5f, 0x1b, 0x02, 0x3e, 0x37, 0x37, 0x57, 0x07, 0x7e, 0x6e, 0x06, 0x73, 0x4c, 0xed, 0x4d, 0xda, 0xf5, 0xb9, 0xc7, 0x2e, 0x8d, 0x34, 0x16, 0x88, 0xf9, 0xb9, 0x28, 0xe2, 0xad, 0xa5, 0x8b, 0x8d, 0x59, 0x77, 0xd3, 0xa9, 0xfa, 0x6a, 0xe7, 0x22, 0x54, 0xaa, 0x0b, 0xc4, 0x49, 0x5d, 0x86, 0xb5, 0xb6, 0x55, 0xbd, 0x13, 0x5e, 0xf0, 0x63, 0x5f, 0xb1, 0x03, 0x3f, 0x9a, 0x7d, 0xde, 0x93, 0x25, 0xea, 0x60, 0x80, 0xdb, 0xc2, 0xdf, 0xb9, 0x71, 0xce, 0x71, 0x7d, 0xcd, 0x9b, 0x4d, 0x64, 0xdb, 0x7b, 0x38, 0xd2, 0xc2, 0xe6, 0x50, 0x42, 0x92, 0x28, 0xf7, 0xe0, 0xc1, 0x03, 0x5e, 0x84, 0xcf, 0xdd, 0x32, 0xa1, 0xe5, 0xd3, 0x55, 0x1a, 0x0c, 0x82, 0x32, 0x73, 0xf6, 0x54, 0x6b, 0x3d, 0x3d, 0xfa, 0xab, 0xe1, 0xe8, 0x23, 0x1f, 0xdd, 0x42, 0x7b, 0x59, 0x12, 0xf8, 0x65, 0x23, 0xf0, 0xe3, 0xfd, 0x28, 0x24, 0xa6, 0x1f, 0xec, 0x40, 0xc2, 0xc0, 0x4f, 0xc6, 0xb5, 0x76, 0xdd, 0x7b, 0x76, 0xe0, 0x97, 0xe0, 0xdc, 0xea, 0xc7, 0xa8, 0x51, 0x51, 0x43, 0x65, 0x9b, 0xf8, 0xb4, 0x19, 0x93, 0x75, 0x90, 0x44, 0x45, 0x71, 0xc6, 0xd4, 0xb7, 0x88, 0x52, 0x5b, 0x51, 0x2b, 0xd4, 0xe0, 0x9f, 0x3e, 0x7d, 0x12, 0x51, 0xf9, 0x61, 0xbb, 0x38, 0x94, 0x11, 0x8e, 0x8d, 0x23, 0x2c, 0xcb, 0xda, 0xc5, 0x2b, 0xde, 0x87, 0xc2, 0x8a, 0x5f, 0x28, 0xe0, 0x17, 0x16, 0x16, 0x78, 0xa9, 0x62, 0x7e, 0x41, 0x9e, 0x1d, 0xf8, 0x35, 0x89, 0x47, 0xdf, 0xc2, 0xbe, 0x4e, 0xc0, 0x3d, 0x80, 0x12, 0x5d, 0x57, 0x54, 0x54, 0x84, 0x64, 0x05, 0x38, 0xc3, 0x04, 0x98, 0xe5, 0xef, 0xbe, 0x1d, 0xb6, 0x8d, 0x23, 0x00, 0xa8, 0x0f, 0xda, 0x39, 0x2b, 0xe5, 0x6b, 0xa6, 0x9f, 0xbc, 0x87, 0x1b, 0xc5, 0xe7, 0x85, 0x44, 0x00, 0xd6, 0x07, 0x64, 0x3c, 0xf3, 0x17, 0xcc, 0xb5, 0x52, 0xd6, 0xa8, 0x1f, 0x44, 0x90, 0x37, 0x47, 0xd4, 0xd8, 0xa8, 0x5e, 0xf0, 0xdb, 0xa7, 0xa9, 0x98, 0xb1, 0xe3, 0x12, 0xf4, 0xec, 0x72, 0x95, 0x76, 0x5c, 0x17, 0x87, 0x1a, 0xaa, 0xae, 0xf1, 0x67, 0xfa, 0xd7, 0xd3, 0xa7, 0x4f, 0xa9, 0xf2, 0x8a, 0x32, 0x7b, 0xe3, 0xc8, 0xc9, 0xe8, 0x71, 0xd1, 0x3d, 0xaf, 0xbe, 0xde, 0x1f, 0xbd, 0xca, 0x0e, 0xfc, 0xd8, 0x3e, 0xa5, 0xb8, 0xb8, 0x28, 0x24, 0xf0, 0x19, 0x20, 0x32, 0x46, 0xe1, 0x58, 0xf6, 0xed, 0x4f, 0xaa, 0x05, 0x3f, 0x3e, 0x7a, 0xc7, 0x2d, 0xf5, 0x28, 0x58, 0x88, 0xa6, 0xf6, 0x4f, 0xb6, 0xa9, 0x95, 0x28, 0x9b, 0xcb, 0xa5, 0xa1, 0xa4, 0x59, 0x54, 0xb6, 0x00, 0xb4, 0x75, 0xeb, 0xa6, 0x6b, 0xde, 0x38, 0x02, 0x42, 0x7e, 0xc3, 0x5e, 0xea, 0xa5, 0xcf, 0x67, 0xdb, 0x8c, 0x39, 0xea, 0x03, 0x3d, 0x27, 0x27, 0x47, 0x0b, 0xbf, 0xd3, 0x8d, 0xc9, 0x18, 0x26, 0x4e, 0xf6, 0xca, 0xd6, 0x9f, 0xf0, 0xb1, 0xf8, 0x08, 0xe2, 0x0d, 0x04, 0x5b, 0x39, 0xb9, 0x59, 0x5e, 0x84, 0xcf, 0xf2, 0x6f, 0x28, 0x79, 0x36, 0xcb, 0xc9, 0x67, 0xce, 0x9c, 0xd2, 0x96, 0x63, 0xea, 0xb4, 0x49, 0xa2, 0xf0, 0xcb, 0x57, 0xba, 0x71, 0x04, 0xc1, 0xe9, 0xed, 0xa3, 0xe2, 0xa2, 0x8f, 0x78, 0x7d, 0xc9, 0xc9, 0xd2, 0xed, 0x06, 0x0a, 0xfc, 0x04, 0x70, 0xbf, 0xd0, 0x2d, 0xb9, 0xc1, 0xe2, 0x09, 0xf5, 0xc1, 0x87, 0x6b, 0xed, 0xd8, 0x64, 0x42, 0x04, 0xed, 0xe0, 0x75, 0xf6, 0xff, 0x61, 0x3f, 0x32, 0x2e, 0xd1, 0x36, 0x67, 0x52, 0x28, 0x56, 0x80, 0x95, 0x36, 0xfa, 0xe8, 0x33, 0x67, 0x4e, 0xab, 0xf4, 0x83, 0x69, 0xb6, 0xd2, 0x77, 0x5d, 0x89, 0xc9, 0xe5, 0x76, 0x2c, 0xdb, 0x1a, 0xb1, 0x3d, 0x12, 0x80, 0xae, 0x29, 0x18, 0xe0, 0xb6, 0x90, 0x24, 0x92, 0x2a, 0x16, 0x15, 0x15, 0xdc, 0xf0, 0xa5, 0xeb, 0x9b, 0x2c, 0x20, 0x8c, 0x5a, 0x2b, 0xca, 0xdf, 0xb7, 0x6f, 0xaf, 0x31, 0xbd, 0x27, 0xf5, 0x8c, 0x6a, 0xa8, 0xd8, 0x42, 0x39, 0x7a, 0xf4, 0xa8, 0x01, 0xec, 0xb4, 0x5a, 0xbc, 0x64, 0xa1, 0xbd, 0x4e, 0xf0, 0x6f, 0xa1, 0x91, 0xb0, 0x76, 0xdf, 0x02, 0xe3, 0x11, 0x06, 0x7e, 0x6c, 0x8b, 0x31, 0x46, 0x7d, 0x33, 0xde, 0x16, 0x5a, 0x22, 0xf6, 0x99, 0x7d, 0x5f, 0xb4, 0x78, 0xc1, 0x0d, 0xdf, 0xbc, 0x72, 0x93, 0x59, 0x81, 0xd7, 0x1f, 0x91, 0x75, 0x82, 0x89, 0x93, 0xde, 0xd0, 0x45, 0x21, 0x57, 0x99, 0x27, 0xea, 0x2c, 0xb8, 0x04, 0xf3, 0xc1, 0xfc, 0xdb, 0xc9, 0x93, 0xae, 0x15, 0x28, 0x2e, 0x29, 0xaa, 0x93, 0x76, 0xf1, 0xe1, 0xd4, 0x06, 0x67, 0x7f, 0x5c, 0xf4, 0x5b, 0xf6, 0x13, 0x4c, 0x42, 0x26, 0x06, 0xa3, 0xa1, 0x80, 0xcf, 0xe2, 0x94, 0x64, 0x24, 0x07, 0xd2, 0xf6, 0xdb, 0x56, 0x28, 0xa9, 0x29, 0xbd, 0xf7, 0xe8, 0xfa, 0xd6, 0x06, 0xe2, 0x62, 0xc6, 0xd9, 0xeb, 0x04, 0x12, 0xdc, 0xb1, 0x8a, 0x16, 0x6a, 0xf4, 0x7d, 0xf6, 0xec, 0x69, 0x2d, 0xeb, 0x3f, 0x58, 0x63, 0x3d, 0x55, 0x14, 0x1d, 0x53, 0xdf, 0x7d, 0xe3, 0xe3, 0x63, 0x86, 0x4b, 0x4d, 0x62, 0xfa, 0xcc, 0xa9, 0x1a, 0x44, 0xb6, 0xc1, 0xfb, 0x86, 0x02, 0x3e, 0xef, 0x2d, 0xd9, 0x08, 0xeb, 0x19, 0x7c, 0xfc, 0xbd, 0x29, 0xbf, 0xf9, 0xec, 0xfa, 0x55, 0x08, 0xf5, 0x63, 0xe4, 0x51, 0xe5, 0xb2, 0x4e, 0xc0, 0x67, 0x02, 0x84, 0x04, 0xf4, 0xf3, 0xa1, 0x90, 0x80, 0x00, 0x9c, 0x3d, 0x7b, 0x46, 0x1d, 0x47, 0xce, 0x6e, 0xbd, 0x71, 0xe4, 0x02, 0x5f, 0xdc, 0x10, 0x24, 0xf0, 0x6b, 0x09, 0x13, 0x7d, 0x40, 0xc8, 0xc2, 0xcd, 0x2a, 0xbc, 0x9e, 0xb3, 0x9f, 0x56, 0x25, 0x18, 0xe8, 0xd9, 0xd9, 0xd9, 0x9e, 0xb0, 0x6e, 0x21, 0xfd, 0xe4, 0x13, 0x50, 0xd6, 0xec, 0x9f, 0x1a, 0x41, 0xf5, 0xca, 0xd7, 0x09, 0x7e, 0x6a, 0xaf, 0x13, 0x50, 0xa9, 0x0c, 0xc4, 0x18, 0x10, 0x86, 0x42, 0x00, 0xba, 0x0b, 0x82, 0x47, 0x10, 0xf7, 0x26, 0xed, 0xb6, 0xc1, 0x58, 0x11, 0x38, 0x0d, 0x8d, 0xfa, 0xb5, 0x9c, 0xc3, 0x62, 0x12, 0xaf, 0xa3, 0xd8, 0x81, 0x9f, 0x0d, 0xb6, 0x5f, 0x18, 0xa4, 0xba, 0xa6, 0xff, 0x94, 0xde, 0xef, 0x68, 0x3d, 0xe7, 0x57, 0x33, 0x7a, 0xf4, 0xc8, 0xae, 0x11, 0x44, 0xaf, 0x6e, 0x9d, 0x60, 0xaf, 0x80, 0x72, 0x28, 0xe3, 0xa0, 0x26, 0x00, 0x41, 0xe5, 0xde, 0xc0, 0x60, 0xf9, 0xb7, 0x2d, 0x0c, 0xe0, 0x64, 0x16, 0x27, 0xce, 0x99, 0x19, 0x74, 0x9d, 0x80, 0x2f, 0x6c, 0xc4, 0xef, 0x8f, 0xf3, 0x6f, 0x2c, 0x22, 0x71, 0xa7, 0x0e, 0xaf, 0xa3, 0x39, 0xaf, 0x0f, 0x74, 0x5b, 0xb8, 0x32, 0xe9, 0xf6, 0xef, 0x14, 0x08, 0xbb, 0xc8, 0x5a, 0x9e, 0x8e, 0xfa, 0xdf, 0x11, 0x34, 0xaf, 0xf2, 0x88, 0x49, 0x88, 0x79, 0xba, 0x76, 0x9d, 0x60, 0x8a, 0x8e, 0xaa, 0x09, 0x26, 0x3f, 0x43, 0x89, 0xc8, 0x79, 0x0e, 0xcf, 0x3d, 0x77, 0xee, 0x0c, 0xbe, 0x67, 0x07, 0x5d, 0x27, 0xc0, 0xcf, 0x89, 0xde, 0x96, 0xf5, 0x6d, 0x5b, 0x70, 0xfe, 0x59, 0x7d, 0x0d, 0xdd, 0x4d, 0x28, 0xe0, 0xb3, 0x4e, 0x21, 0xc1, 0x62, 0x46, 0xe6, 0xa1, 0xda, 0xfb, 0xc4, 0x45, 0xed, 0x5f, 0xba, 0x74, 0x69, 0x8b, 0x08, 0x92, 0xd7, 0x70, 0xc4, 0xc6, 0xc7, 0x2c, 0x10, 0x85, 0xee, 0xd8, 0xb9, 0xcd, 0x53, 0x34, 0xd3, 0xbd, 0x50, 0x02, 0x33, 0xae, 0x2a, 0xba, 0x80, 0x9e, 0x55, 0xef, 0xae, 0x78, 0xe7, 0x33, 0xcf, 0xe0, 0x23, 0x38, 0x1b, 0x22, 0x24, 0x9b, 0x3a, 0x7d, 0xb2, 0x36, 0xe1, 0x3c, 0x97, 0x35, 0xfc, 0x50, 0xc0, 0xe7, 0x3d, 0x98, 0xf3, 0xb3, 0x4f, 0xfc, 0xb4, 0x9e, 0x5c, 0xba, 0x4c, 0x02, 0x47, 0x10, 0x0c, 0xe7, 0x3a, 0xc1, 0xf8, 0xd1, 0x3a, 0x22, 0x97, 0xc2, 0x0c, 0xfd, 0x6e, 0x28, 0x24, 0x60, 0xdc, 0x40, 0x50, 0x8f, 0x56, 0x56, 0xd8, 0xeb, 0x04, 0xc7, 0x8c, 0xe9, 0xf7, 0x96, 0xa3, 0x39, 0x7b, 0x79, 0x1e, 0xdb, 0xa7, 0xf5, 0x68, 0x08, 0xfc, 0xac, 0xac, 0x2c, 0x10, 0xb1, 0x42, 0x67, 0x0a, 0xbc, 0x66, 0xcb, 0x56, 0xfb, 0xd5, 0x6f, 0xd1, 0x89, 0x11, 0xf4, 0xc2, 0x15, 0x10, 0x5a, 0x95, 0xb9, 0xf7, 0xde, 0x5f, 0x69, 0x52, 0xbc, 0x33, 0xda, 0xef, 0x86, 0x12, 0x9d, 0x93, 0x28, 0x3c, 0x9f, 0xe0, 0x6e, 0xdd, 0xb6, 0xc9, 0x5a, 0x94, 0x89, 0xd9, 0x22, 0xdf, 0x97, 0xbe, 0xbd, 0xd8, 0xb3, 0x14, 0xdc, 0xa2, 0x1e, 0x0c, 0x70, 0x5b, 0xf2, 0xf2, 0x72, 0xbd, 0x40, 0x93, 0x0f, 0xbd, 0x86, 0x6b, 0x11, 0x2a, 0x72, 0x04, 0xaa, 0xcd, 0x5b, 0xeb, 0x04, 0x7c, 0xc7, 0x80, 0x44, 0xe9, 0xf4, 0xbf, 0xa1, 0x98, 0x6a, 0x5a, 0x8e, 0xf3, 0xe7, 0xcf, 0x69, 0x13, 0x3f, 0x79, 0xea, 0xc4, 0x3a, 0x2f, 0x6d, 0x66, 0xaa, 0x59, 0x56, 0x5e, 0xaa, 0xff, 0x4e, 0x33, 0x1e, 0x0c, 0x70, 0xbf, 0x90, 0x80, 0xd2, 0x0f, 0x7b, 0x19, 0x9a, 0x19, 0x45, 0x04, 0xb5, 0x70, 0xc7, 0x02, 0xd6, 0xab, 0xd7, 0xe6, 0xce, 0x9f, 0xed, 0x29, 0x9e, 0x55, 0xbf, 0x86, 0x52, 0x34, 0xf1, 0xd5, 0x3c, 0x9f, 0x20, 0xa7, 0xa7, 0x1f, 0xa8, 0x43, 0x00, 0x3e, 0x76, 0xce, 0xdf, 0x53, 0x98, 0x3e, 0x36, 0x04, 0x3c, 0x85, 0x4b, 0xc2, 0xd2, 0x87, 0xec, 0xec, 0xac, 0x46, 0xff, 0x06, 0x93, 0x26, 0xe2, 0x0a, 0xa2, 0xd6, 0x8b, 0xa2, 0x53, 0x52, 0xf7, 0x1b, 0xb3, 0xee, 0xe6, 0xea, 0xa1, 0x58, 0x01, 0x06, 0x84, 0x02, 0xf4, 0xa2, 0x25, 0xb5, 0x35, 0xfa, 0xfd, 0x29, 0xfb, 0xf4, 0xef, 0xf8, 0x54, 0x6f, 0x28, 0xe0, 0xb3, 0x2d, 0x37, 0x58, 0x74, 0x53, 0xcc, 0x99, 0xb3, 0xa7, 0x85, 0x7d, 0x2b, 0x5a, 0xe4, 0x08, 0x94, 0x16, 0x5a, 0xcf, 0x13, 0x4c, 0x9c, 0xfc, 0x86, 0x36, 0xd7, 0x6e, 0xd0, 0x76, 0x46, 0x57, 0xeb, 0x1a, 0x0a, 0xd8, 0x28, 0xbc, 0x86, 0x60, 0xb3, 0x66, 0x2f, 0xeb, 0x04, 0x93, 0x26, 0x4f, 0xf0, 0x72, 0xfe, 0x50, 0x08, 0xc0, 0x0c, 0x44, 0xe2, 0x05, 0x6e, 0x14, 0xb1, 0x36, 0xa3, 0xbe, 0x1d, 0x41, 0xe9, 0xba, 0xbb, 0x82, 0x98, 0x37, 0x45, 0xe1, 0x9b, 0xb7, 0x6c, 0xf4, 0x80, 0xe0, 0x46, 0x8d, 0x50, 0x7c, 0x37, 0x03, 0xc2, 0x8f, 0x3f, 0x3e, 0xaf, 0x65, 0xcd, 0xba, 0xda, 0x37, 0x93, 0xaf, 0xc5, 0xf7, 0xfa, 0xae, 0x3b, 0x72, 0xe4, 0x88, 0x16, 0x12, 0x4d, 0x02, 0x4a, 0xc6, 0x00, 0x7c, 0x2b, 0xc8, 0xcd, 0xf4, 0x1e, 0xc3, 0x9b, 0x9f, 0x00, 0xee, 0xf3, 0x04, 0x55, 0x54, 0x3a, 0xcb, 0xad, 0x5c, 0x26, 0x16, 0x12, 0x84, 0xea, 0xbf, 0x99, 0xe3, 0x93, 0x00, 0x9c, 0xf5, 0x02, 0x20, 0x03, 0xc1, 0xd4, 0xd4, 0x94, 0xcf, 0x00, 0xee, 0x17, 0x82, 0x2e, 0xf7, 0x5b, 0xfd, 0x9e, 0xfd, 0x6e, 0xbf, 0xe8, 0xbf, 0x44, 0xd0, 0xf9, 0xdc, 0x62, 0x81, 0xe8, 0x7f, 0xaf, 0xad, 0xdb, 0x2f, 0xd3, 0x60, 0xd0, 0xac, 0xb3, 0xea, 0x17, 0x0a, 0x01, 0x18, 0x10, 0xf2, 0x1a, 0x92, 0x60, 0xcf, 0x9e, 0x8f, 0x3c, 0x10, 0x17, 0x2c, 0x9c, 0x17, 0x14, 0x78, 0x0a, 0x33, 0x0e, 0xde, 0x87, 0xd7, 0xf2, 0x1d, 0x05, 0xb7, 0xc4, 0x33, 0xfd, 0x8d, 0xf1, 0x60, 0x79, 0xd5, 0x5e, 0xb9, 0xe3, 0x96, 0x2d, 0x09, 0xee, 0x98, 0xc3, 0x37, 0x44, 0x00, 0x82, 0xc9, 0xf5, 0x84, 0x8f, 0x3f, 0xfe, 0x18, 0xd7, 0x9c, 0x47, 0x10, 0x57, 0xfb, 0xda, 0xf6, 0x9d, 0x3b, 0x77, 0x04, 0x04, 0x9f, 0xd7, 0x31, 0xf0, 0x93, 0xfb, 0xcc, 0xb1, 0xde, 0x66, 0xde, 0xa4, 0x9f, 0xe9, 0x6f, 0xbc, 0xb1, 0xc0, 0xeb, 0x2f, 0x08, 0x00, 0x04, 0x50, 0xac, 0x00, 0xfd, 0x73, 0x4e, 0x4e, 0x76, 0x40, 0xff, 0xed, 0x97, 0x53, 0xa7, 0x4e, 0xa9, 0x0b, 0x17, 0x3e, 0xd6, 0xfb, 0x0f, 0xa5, 0xad, 0x29, 0xd3, 0x26, 0xa9, 0xc3, 0x87, 0x0f, 0x7f, 0xe6, 0x5c, 0x56, 0xfc, 0x04, 0xfc, 0x7d, 0xfb, 0x92, 0xec, 0x47, 0xbb, 0x3e, 0x8c, 0xa0, 0x71, 0xa3, 0x5c, 0x41, 0x42, 0xf4, 0x3b, 0x02, 0xc4, 0xde, 0xa4, 0x3d, 0x1e, 0x40, 0x4c, 0xe7, 0xea, 0x33, 0xe5, 0x22, 0x7c, 0x68, 0x83, 0x04, 0xa0, 0xd8, 0x2f, 0xa2, 0x5c, 0xb7, 0x7e, 0x6d, 0x9d, 0xf3, 0x58, 0x16, 0x16, 0x82, 0x9d, 0x38, 0x79, 0x5c, 0x3f, 0xd1, 0x2c, 0xfb, 0x0b, 0x90, 0x99, 0xf4, 0x8f, 0x20, 0x71, 0x83, 0x0e, 0x3e, 0x04, 0x2a, 0x4f, 0xec, 0xf2, 0x45, 0x0b, 0x0c, 0xea, 0xe8, 0xd7, 0x09, 0x14, 0xa3, 0xf5, 0x50, 0x48, 0x50, 0x53, 0x53, 0xa3, 0x09, 0xc0, 0x4a, 0xa1, 0xac, 0xe1, 0x8f, 0x19, 0x97, 0xa0, 0xd2, 0xd2, 0xd2, 0xb4, 0x25, 0xa0, 0x70, 0x2d, 0xc1, 0x6d, 0xf7, 0xbc, 0x26, 0x87, 0x15, 0xf8, 0xc5, 0x47, 0x50, 0xb8, 0xf1, 0xc5, 0x21, 0xef, 0xff, 0xf2, 0x70, 0xfb, 0xb5, 0xa4, 0x78, 0x24, 0x43, 0x30, 0xd0, 0xb9, 0xe8, 0xc3, 0x17, 0x33, 0xb1, 0x82, 0xc7, 0xb4, 0x91, 0xc0, 0x5e, 0xb8, 0x70, 0x41, 0xa7, 0x95, 0xd2, 0xd6, 0xdb, 0xcb, 0xde, 0xd2, 0xe0, 0xb3, 0xe2, 0x27, 0x6d, 0x96, 0x96, 0x95, 0x44, 0x1e, 0xed, 0x6a, 0x6c, 0x07, 0xa3, 0x6f, 0xf9, 0x2f, 0x24, 0x04, 0xa7, 0xa4, 0xb4, 0xd8, 0x03, 0x8c, 0x1b, 0x39, 0xfd, 0xe0, 0xef, 0x4f, 0x49, 0x56, 0xfb, 0x52, 0xf6, 0xaa, 0x43, 0x99, 0x69, 0xfa, 0x3d, 0xfd, 0xf9, 0xf9, 0x79, 0xfa, 0x5d, 0x03, 0x17, 0x2f, 0x5e, 0xd0, 0xf1, 0xc3, 0xa4, 0x29, 0x13, 0x94, 0xac, 0x39, 0x24, 0x25, 0x27, 0xe9, 0x4a, 0x9f, 0xb4, 0xb7, 0xf8, 0xad, 0x85, 0x76, 0xd1, 0xe7, 0x87, 0x11, 0xed, 0x37, 0x9e, 0x58, 0xe0, 0x87, 0x02, 0x0c, 0xb7, 0x61, 0x0b, 0x60, 0xac, 0x10, 0x32, 0x08, 0x14, 0x53, 0x4e, 0xd9, 0xb6, 0x73, 0x93, 0xda, 0x93, 0xf4, 0x91, 0x3a, 0x90, 0xbe, 0x1f, 0x56, 0x20, 0x43, 0x15, 0x14, 0xba, 0xae, 0x82, 0x40, 0x93, 0x04, 0x69, 0x69, 0xb5, 0x2f, 0xa2, 0x9c, 0x3b, 0x3f, 0x51, 0x67, 0x0a, 0x6c, 0x2b, 0x3d, 0x3d, 0xcd, 0x06, 0x7f, 0x67, 0xe4, 0xd1, 0xae, 0x46, 0x74, 0x10, 0x0c, 0x80, 0xb2, 0x5d, 0x00, 0xca, 0xcc, 0xcc, 0xd0, 0xc0, 0xd1, 0xb7, 0x73, 0x76, 0x0b, 0xf8, 0x99, 0x99, 0x99, 0x6a, 0xd3, 0x96, 0x0f, 0xd4, 0xce, 0x5d, 0xdb, 0xea, 0x58, 0x01, 0xfe, 0x8d, 0x01, 0x21, 0x09, 0x70, 0xf1, 0xe2, 0x45, 0x35, 0x7f, 0x61, 0xed, 0x43, 0x9c, 0x99, 0x70, 0x17, 0x24, 0xd2, 0xe4, 0xa9, 0xb5, 0x3b, 0x7c, 0x63, 0x47, 0xc7, 0x3e, 0x15, 0xd1, 0x7a, 0x23, 0x3b, 0xe2, 0xe3, 0xa3, 0x9f, 0x90, 0xd7, 0xd1, 0x32, 0x95, 0x63, 0xd4, 0x4e, 0x02, 0x30, 0x20, 0xa4, 0x9f, 0x17, 0x12, 0x70, 0xaf, 0xff, 0xd6, 0x1d, 0x1b, 0x3d, 0x2b, 0x70, 0x38, 0x2b, 0xd3, 0xfb, 0xdb, 0x89, 0x13, 0x27, 0x34, 0x01, 0x4a, 0x4a, 0x4b, 0xbc, 0x22, 0x0f, 0x77, 0xf8, 0x6c, 0xdc, 0x64, 0xff, 0x63, 0xa7, 0xe8, 0xc9, 0x11, 0x6d, 0x37, 0xde, 0x0a, 0x61, 0x62, 0xed, 0x8b, 0x9b, 0xb7, 0x7b, 0x29, 0x1e, 0xdf, 0x2d, 0x68, 0x5b, 0x01, 0x3e, 0xa9, 0x9b, 0xbc, 0x7f, 0xaf, 0x3a, 0x78, 0x28, 0xbd, 0x8e, 0x7b, 0x60, 0xe6, 0x70, 0xe9, 0xd2, 0x45, 0x2d, 0xef, 0xbd, 0xbf, 0xaa, 0xce, 0x7e, 0x81, 0xc8, 0x0e, 0xdf, 0x9b, 0xe0, 0xe0, 0xff, 0x10, 0x88, 0x8b, 0xfd, 0xdb, 0xc7, 0xee, 0xf6, 0xb1, 0x04, 0x75, 0xec, 0x78, 0x8d, 0x8e, 0xee, 0x29, 0x5c, 0x04, 0xb2, 0xc1, 0x0e, 0x26, 0x7c, 0xac, 0x8b, 0x04, 0xe0, 0x03, 0xa6, 0x7c, 0x27, 0x80, 0xbd, 0x6f, 0x20, 0xb2, 0xc3, 0xb7, 0x91, 0x1f, 0xd3, 0xda, 0x39, 0x5f, 0x98, 0xf0, 0xca, 0x88, 0xcb, 0xb5, 0xdb, 0xc7, 0x56, 0x69, 0xf0, 0xe9, 0xdb, 0x59, 0xc6, 0x0d, 0x85, 0x00, 0x74, 0x17, 0xbc, 0xe6, 0xd2, 0xa5, 0x4b, 0x6a, 0xd7, 0xee, 0x8f, 0xac, 0xed, 0x63, 0x51, 0x35, 0x91, 0x1d, 0xbe, 0x8d, 0x39, 0x1d, 0x74, 0x9c, 0xe6, 0xd3, 0xba, 0xb4, 0x49, 0x9b, 0xd6, 0xa9, 0x85, 0x4a, 0xf8, 0xfd, 0x6f, 0xbc, 0x54, 0x8e, 0x4f, 0xe7, 0xba, 0xc1, 0xdd, 0x05, 0xbd, 0x4e, 0x10, 0x0a, 0x09, 0xe8, 0x32, 0x48, 0x00, 0x12, 0x61, 0x3a, 0xd2, 0xc2, 0x31, 0xbf, 0xf8, 0x89, 0x7a, 0xe3, 0x95, 0xe7, 0xd4, 0x94, 0xde, 0x5d, 0x96, 0xcf, 0xec, 0xe8, 0xdc, 0x19, 0xd1, 0x76, 0x23, 0x3c, 0x66, 0x76, 0x6a, 0xfe, 0xf3, 0xe9, 0xed, 0x1d, 0x45, 0x49, 0xfc, 0xf2, 0x63, 0xde, 0xcc, 0xe5, 0x9b, 0x44, 0x85, 0x00, 0xe7, 0xce, 0x9d, 0xd3, 0x2b, 0x81, 0x81, 0x40, 0x77, 0x37, 0x79, 0xe6, 0xa9, 0x62, 0x3e, 0x7a, 0xb6, 0x79, 0x83, 0xda, 0x17, 0x1f, 0xa5, 0xde, 0xfb, 0xe6, 0x8b, 0x6a, 0x56, 0xd7, 0xd6, 0x4a, 0xda, 0xa5, 0x4c, 0x6b, 0xef, 0x2c, 0x8c, 0x68, 0xbb, 0x91, 0x1d, 0x53, 0xda, 0x3b, 0xdd, 0xa7, 0x77, 0x6e, 0x79, 0x96, 0x00, 0xcd, 0xe8, 0xd0, 0x4c, 0xa5, 0x3d, 0xfc, 0xa0, 0x9a, 0xf3, 0x9b, 0xff, 0xf4, 0x48, 0x90, 0x96, 0x96, 0xaa, 0xa3, 0xfb, 0x5a, 0x71, 0xc9, 0x20, 0x6b, 0x07, 0x15, 0x07, 0x52, 0x54, 0xda, 0xa4, 0xf1, 0x6a, 0xdd, 0xf7, 0xbf, 0xad, 0xe6, 0xf4, 0xea, 0x5c, 0x07, 0xf0, 0x00, 0x72, 0x79, 0x46, 0x07, 0x67, 0x78, 0x44, 0xeb, 0x8d, 0xc9, 0xf7, 0x77, 0x70, 0xe6, 0x0b, 0x40, 0xeb, 0xef, 0xee, 0xaa, 0xf2, 0xbf, 0xf8, 0x45, 0x75, 0xf0, 0xf9, 0xe7, 0x54, 0xdc, 0xa8, 0xd7, 0x95, 0x6c, 0x1f, 0x63, 0x9e, 0xcf, 0x67, 0x09, 0x18, 0xe0, 0x7d, 0x7c, 0xe6, 0xb4, 0xca, 0x9c, 0x37, 0x5b, 0x6d, 0xfc, 0xc9, 0x0f, 0xd4, 0x82, 0x07, 0x7a, 0x06, 0x05, 0x9b, 0x64, 0x7a, 0xbb, 0x4b, 0x5b, 0xb5, 0xb1, 0x57, 0x37, 0xb5, 0xad, 0xf7, 0x5d, 0xf6, 0xdf, 0x52, 0x97, 0x3a, 0x4e, 0x24, 0x1e, 0x68, 0x0c, 0x07, 0xc0, 0x18, 0xc1, 0x59, 0x49, 0x60, 0xe6, 0x75, 0xbe, 0x4d, 0x65, 0x0f, 0x1c, 0xa0, 0x8a, 0x9f, 0x78, 0x42, 0x95, 0x3e, 0xf9, 0xa4, 0x5a, 0xf9, 0xd3, 0x1f, 0xd7, 0x89, 0xe2, 0xe5, 0x1f, 0x3b, 0x4d, 0x87, 0x69, 0x0f, 0x08, 0x38, 0x64, 0xc9, 0x9d, 0xad, 0xd5, 0xfa, 0x9e, 0x5d, 0x54, 0x52, 0xbf, 0x3e, 0x2a, 0xe7, 0x91, 0xfe, 0x2a, 0xff, 0xd1, 0x47, 0x3d, 0x59, 0xd1, 0xad, 0x83, 0x7d, 0xee, 0xbf, 0x47, 0xb4, 0x7f, 0x83, 0x8f, 0x09, 0x8e, 0xd3, 0x0a, 0x60, 0x64, 0x0a, 0x28, 0xbb, 0xef, 0xbf, 0x57, 0x15, 0x3c, 0xf6, 0x98, 0x2a, 0x19, 0x3c, 0x58, 0x4b, 0xde, 0xd3, 0x4f, 0xab, 0x09, 0x23, 0xff, 0xfc, 0x19, 0x12, 0x30, 0xa0, 0x93, 0x6b, 0x66, 0x77, 0x68, 0xae, 0xd6, 0xde, 0x75, 0x87, 0xda, 0xdd, 0xf7, 0x1e, 0x75, 0xa4, 0xff, 0xc3, 0x1a, 0xe8, 0x3c, 0x48, 0xee, 0x23, 0x8f, 0xa8, 0xdc, 0x01, 0x03, 0x54, 0xfe, 0xc0, 0x81, 0xaa, 0x80, 0x9f, 0xf8, 0x5d, 0x06, 0x5c, 0xcb, 0x2c, 0x58, 0x05, 0x73, 0xed, 0x31, 0x58, 0x9e, 0x48, 0x4d, 0xe0, 0x06, 0xcf, 0xfe, 0xbf, 0x09, 0x90, 0xef, 0x76, 0xef, 0xa8, 0xf2, 0xbe, 0xf0, 0x05, 0x55, 0x34, 0x68, 0x90, 0xb6, 0x00, 0x22, 0x39, 0x4f, 0x0f, 0x51, 0x3b, 0xbf, 0xf3, 0x2d, 0xb5, 0xf6, 0x87, 0xaf, 0xaa, 0xa5, 0xbf, 0xfc, 0xb9, 0x9a, 0xfb, 0xbb, 0xff, 0x52, 0xd3, 0x5f, 0xfb, 0xb5, 0x9a, 0xd6, 0xbd, 0xad, 0xbe, 0x6e, 0x26, 0x00, 0x3d, 0xf4, 0xd0, 0x03, 0x1a, 0xe0, 0x23, 0x0f, 0x3f, 0xac, 0x0e, 0x3e, 0xf0, 0x80, 0x96, 0x4c, 0x7c, 0x3f, 0x02, 0x12, 0xe4, 0x80, 0x00, 0x74, 0x29, 0x05, 0x10, 0x9e, 0x43, 0x77, 0x60, 0x59, 0x8d, 0xe9, 0x11, 0x14, 0x6e, 0xd0, 0x31, 0xb5, 0xa3, 0xf3, 0x20, 0x00, 0x38, 0x4f, 0x20, 0x66, 0x61, 0x16, 0x67, 0x60, 0xf6, 0xe6, 0x01, 0x24, 0x12, 0x20, 0x98, 0x54, 0x0e, 0x19, 0xa2, 0x8e, 0x0f, 0x1f, 0xae, 0x36, 0xf6, 0xad, 0xeb, 0xf7, 0xdf, 0xe9, 0xd6, 0x5e, 0x83, 0x7b, 0xf8, 0xc1, 0x07, 0x55, 0xca, 0xbd, 0xf7, 0xaa, 0xb4, 0xfb, 0xee, 0x0b, 0x4c, 0x02, 0x7c, 0xe6, 0xe0, 0xe7, 0xf9, 0x9d, 0x6e, 0x93, 0x6b, 0x3f, 0x45, 0x5a, 0x18, 0x79, 0xf3, 0xc7, 0xf5, 0x3a, 0x66, 0x39, 0x4e, 0x07, 0xe4, 0x5c, 0xf7, 0x42, 0xee, 0x9b, 0xe7, 0x38, 0xfd, 0x12, 0x1d, 0xa7, 0xb5, 0xfc, 0x0d, 0x3e, 0x78, 0x83, 0x00, 0xb8, 0x19, 0x01, 0x5a, 0x2e, 0x66, 0x7f, 0xc1, 0xe3, 0x8f, 0xab, 0xc2, 0x20, 0xc2, 0x98, 0xe0, 0xd8, 0x33, 0xcf, 0xa8, 0xdc, 0x27, 0x07, 0x69, 0x5f, 0xaf, 0xaf, 0x6d, 0xe7, 0x5c, 0x94, 0x36, 0x92, 0xfa, 0xf5, 0xd6, 0x24, 0x38, 0xd0, 0xaf, 0x9f, 0x26, 0xc1, 0x81, 0x40, 0x24, 0xe0, 0x3d, 0xe0, 0x0e, 0xf6, 0xe0, 0xdc, 0xda, 0x40, 0xd1, 0x49, 0x62, 0x0d, 0x22, 0x90, 0x7b, 0x5a, 0xec, 0x38, 0x7d, 0xa5, 0xef, 0x0b, 0x1c, 0xa7, 0x63, 0x04, 0xd1, 0x7a, 0x0e, 0x44, 0xd5, 0x6d, 0xa0, 0xac, 0xaf, 0x42, 0xc6, 0x40, 0x59, 0x5b, 0x21, 0xc7, 0x21, 0xca, 0x27, 0x9f, 0x42, 0xf2, 0xe6, 0x35, 0x73, 0x76, 0xcf, 0x6a, 0x0d, 0xe5, 0xb7, 0x73, 0xd4, 0x62, 0x04, 0x6d, 0xd9, 0x00, 0x85, 0xb3, 0x9f, 0xfe, 0x3f, 0x90, 0x90, 0x00, 0xd5, 0x43, 0x87, 0xaa, 0x6a, 0x10, 0x60, 0x69, 0xf7, 0xf6, 0x1e, 0x78, 0x33, 0xdb, 0x39, 0xbf, 0xe3, 0x2c, 0xe6, 0xf7, 0xf9, 0x9d, 0x6f, 0xd7, 0x7e, 0x9f, 0x33, 0x7c, 0x5f, 0x9f, 0x3e, 0x81, 0x49, 0x60, 0x62, 0x02, 0x12, 0x65, 0x79, 0xb7, 0xf6, 0x36, 0x09, 0x7e, 0x04, 0x90, 0xdb, 0xcd, 0x77, 0x9c, 0x7f, 0x45, 0xff, 0xe6, 0xe1, 0x33, 0x07, 0x9f, 0x9f, 0x04, 0xe8, 0xff, 0x49, 0xc8, 0x4e, 0xc8, 0x04, 0xc8, 0x37, 0x31, 0xe6, 0xf6, 0xb7, 0x3c, 0xf0, 0x50, 0xd6, 0x50, 0x28, 0x63, 0x16, 0xe4, 0x54, 0x00, 0x85, 0xd5, 0x2f, 0xcd, 0x1c, 0xb5, 0xa6, 0x73, 0x27, 0x75, 0x84, 0x51, 0x3a, 0x7d, 0x74, 0x10, 0xa9, 0x78, 0xea, 0x29, 0x55, 0x03, 0xf0, 0x77, 0x3d, 0xdc, 0xcf, 0x06, 0x6d, 0xad, 0x89, 0x23, 0xa6, 0xcb, 0xef, 0xe8, 0xdf, 0x75, 0xb0, 0x07, 0xd0, 0x93, 0x7b, 0xf7, 0x0e, 0x4e, 0x02, 0x9e, 0x83, 0xb8, 0x61, 0xa6, 0x04, 0x84, 0xed, 0x9c, 0xa3, 0xf3, 0x9b, 0x39, 0xc7, 0xae, 0xb8, 0xff, 0x8e, 0x73, 0x0e, 0xe3, 0x5f, 0x80, 0xcf, 0x17, 0x6f, 0x45, 0xe0, 0xbf, 0x8d, 0x81, 0x7f, 0x14, 0x48, 0x31, 0x8b, 0x9a, 0x37, 0x57, 0xcb, 0x5b, 0xb7, 0x56, 0x6b, 0x3a, 0x74, 0x50, 0xeb, 0x3b, 0x75, 0x52, 0xeb, 0x3b, 0x77, 0xd6, 0xf2, 0x5e, 0xfb, 0xf6, 0x6a, 0xd9, 0xed, 0xb7, 0x7f, 0xe6, 0xfc, 0x25, 0x2d, 0x5b, 0xaa, 0xbd, 0x98, 0xb5, 0x0c, 0x02, 0xfd, 0x42, 0xdf, 0x5f, 0x33, 0x6c, 0x98, 0xca, 0x1d, 0x3c, 0x48, 0xcd, 0xea, 0xd8, 0x5c, 0x08, 0x70, 0x76, 0x4a, 0x67, 0xa7, 0xaf, 0xae, 0x20, 0x76, 0x74, 0xee, 0x84, 0x4b, 0xa8, 0x76, 0x63, 0x89, 0x66, 0x3a, 0xd2, 0x27, 0xc0, 0x04, 0xdf, 0x4f, 0x82, 0x8c, 0x87, 0x1e, 0xd2, 0x24, 0xc8, 0x35, 0x24, 0xf8, 0x00, 0xe9, 0xa2, 0xb6, 0x24, 0x6d, 0x9b, 0xa9, 0x39, 0x2d, 0x6b, 0xfb, 0xb3, 0xa2, 0x6d, 0x5b, 0xb5, 0xb9, 0x7b, 0x77, 0xb5, 0x07, 0xd7, 0xee, 0xed, 0xdb, 0x57, 0xed, 0xc5, 0xe7, 0xf6, 0xbb, 0xef, 0x56, 0xeb, 0x30, 0x86, 0xb7, 0xd0, 0xd7, 0x20, 0x64, 0x48, 0x81, 0xfc, 0xb3, 0x72, 0x9c, 0xa6, 0xbd, 0xd1, 0x04, 0x26, 0x7e, 0xb0, 0x31, 0xf1, 0x75, 0x14, 0xf0, 0xf6, 0x6d, 0xb7, 0xa9, 0x0f, 0xee, 0x40, 0x3a, 0x06, 0x45, 0xa5, 0x42, 0xe1, 0xe9, 0xf7, 0xdf, 0xaf, 0xd2, 0x4d, 0x44, 0x4e, 0x39, 0x84, 0x00, 0x4d, 0x7f, 0xc7, 0x67, 0x2a, 0xfc, 0xf4, 0xe6, 0xae, 0x5d, 0xd5, 0x52, 0x9f, 0x32, 0x37, 0x77, 0xeb, 0xa6, 0x72, 0x61, 0xa2, 0x45, 0xf2, 0x61, 0xfe, 0xab, 0x90, 0x0a, 0xe6, 0x3e, 0xf1, 0xb8, 0x9a, 0xd3, 0xa9, 0xa5, 0x3d, 0xfb, 0x7f, 0x6b, 0xf7, 0x89, 0x39, 0xbd, 0xfc, 0x6d, 0x05, 0xb2, 0x09, 0x82, 0x5b, 0x88, 0xeb, 0xf7, 0xf6, 0xea, 0x15, 0x94, 0x04, 0x3c, 0x87, 0x75, 0x02, 0xba, 0xa0, 0x85, 0x1d, 0x6f, 0x57, 0xf3, 0xdb, 0xb4, 0x50, 0x49, 0xf7, 0xf5, 0x53, 0x95, 0x70, 0x35, 0xc7, 0x20, 0xb4, 0x3a, 0x65, 0xc8, 0x42, 0x28, 0x15, 0x88, 0x3f, 0x2a, 0xbf, 0xf4, 0x25, 0xfd, 0xfb, 0x53, 0xcf, 0x3d, 0xa7, 0x4a, 0xf0, 0xb7, 0xfd, 0x68, 0x6f, 0x55, 0xbb, 0x76, 0x81, 0x88, 0xb0, 0x77, 0x91, 0xe3, 0x3c, 0xd3, 0xe4, 0x80, 0x67, 0x00, 0x87, 0xc1, 0xc5, 0xfb, 0x7d, 0xe3, 0x2a, 0xcc, 0x96, 0x9d, 0x3d, 0x7b, 0xea, 0xe0, 0x8b, 0xa0, 0x13, 0xe8, 0x43, 0x50, 0xb2, 0xfe, 0xac, 0x47, 0x08, 0x04, 0xc9, 0xb0, 0xa1, 0x4b, 0x17, 0xb5, 0xd0, 0x47, 0x82, 0x1c, 0x43, 0x80, 0x8a, 0x2f, 0x7f, 0xf9, 0x33, 0xe0, 0x4f, 0xef, 0xe0, 0xcc, 0xf3, 0x07, 0x6d, 0xac, 0xea, 0xe1, 0x6f, 0x29, 0xb5, 0x01, 0x61, 0x1f, 0x0d, 0x70, 0x29, 0x08, 0xb4, 0x07, 0x84, 0x24, 0x09, 0xf6, 0x93, 0x04, 0xe8, 0xa3, 0x90, 0x20, 0x8b, 0x96, 0x00, 0xe7, 0x6c, 0xeb, 0x75, 0x97, 0x5a, 0xdd, 0xa3, 0xb3, 0x3a, 0x38, 0xa0, 0x3f, 0xd2, 0x4e, 0xa4, 0xa0, 0xac, 0x43, 0xc0, 0xed, 0xf0, 0xd3, 0x13, 0xeb, 0xe7, 0x52, 0xc4, 0x23, 0x47, 0x41, 0x06, 0x66, 0x23, 0x27, 0x47, 0x8c, 0x50, 0x45, 0x83, 0x07, 0x6b, 0x6b, 0xb1, 0xb0, 0x59, 0x33, 0x9b, 0x04, 0x97, 0x61, 0x21, 0x27, 0x37, 0x99, 0x18, 0x01, 0x8c, 0x1e, 0x80, 0x41, 0x65, 0xd8, 0xc0, 0xbf, 0x0b, 0x13, 0x6f, 0xcf, 0x76, 0x99, 0xe5, 0xf5, 0xc9, 0x41, 0x11, 0x63, 0x09, 0x08, 0x04, 0x7d, 0xf3, 0xee, 0x7b, 0xee, 0xd1, 0x6e, 0x43, 0xda, 0xe6, 0xcf, 0x65, 0x98, 0x75, 0x39, 0x83, 0x1e, 0x53, 0x73, 0x2d, 0xf0, 0x59, 0x32, 0x0e, 0x56, 0xc2, 0x9d, 0xd9, 0xc1, 0x19, 0x26, 0x15, 0xc5, 0x05, 0x08, 0x08, 0xa5, 0x0a, 0x58, 0x89, 0x19, 0x1c, 0x8c, 0x04, 0xac, 0x1b, 0xd0, 0x1d, 0x64, 0x3c, 0x8a, 0x14, 0x74, 0xc0, 0xa3, 0x1a, 0xe8, 0x22, 0x1b, 0xf4, 0x00, 0x42, 0x72, 0x94, 0x98, 0xbf, 0x57, 0x98, 0xcc, 0xe4, 0xc4, 0xb3, 0xcf, 0xaa, 0x52, 0x58, 0x85, 0x0f, 0x41, 0x66, 0x9f, 0x35, 0xc8, 0x43, 0x70, 0xf9, 0xe4, 0x4d, 0x0d, 0x3e, 0xfd, 0x1a, 0xe4, 0xb4, 0xe7, 0xaf, 0x5b, 0xb4, 0x50, 0x5b, 0x31, 0x4b, 0x53, 0xe1, 0x1b, 0xd3, 0x38, 0xe3, 0x7d, 0xc0, 0x0b, 0xc0, 0x7e, 0xf3, 0xaf, 0xcf, 0xb3, 0x7e, 0x27, 0x24, 0xc8, 0x04, 0x10, 0x87, 0xfb, 0xf7, 0x57, 0x7b, 0x01, 0xd0, 0x02, 0x33, 0x8b, 0xe8, 0x67, 0x33, 0x06, 0x3e, 0x1a, 0x32, 0xf8, 0x5e, 0x61, 0x09, 0xd6, 0x41, 0xce, 0x5f, 0xd6, 0xb5, 0x9d, 0xce, 0x0a, 0x0a, 0x01, 0x70, 0x0d, 0x80, 0x0a, 0x46, 0x82, 0x62, 0x53, 0x1f, 0xa0, 0xcb, 0xb0, 0x67, 0x7b, 0x39, 0x66, 0xf6, 0x51, 0x80, 0xca, 0xd9, 0xce, 0xcf, 0x72, 0xb4, 0x41, 0x77, 0x50, 0xe2, 0x27, 0x07, 0x7e, 0xb6, 0x89, 0x90, 0x8d, 0xb8, 0xe5, 0x9d, 0x56, 0xad, 0x3c, 0x12, 0xc0, 0x12, 0x7c, 0x8c, 0xcf, 0x9f, 0xde, 0xac, 0xe0, 0xff, 0x81, 0xe6, 0x4c, 0x06, 0xb3, 0x12, 0xe6, 0x7e, 0x1f, 0x94, 0xa8, 0xfd, 0xa9, 0xcc, 0x64, 0x23, 0x69, 0x04, 0x9d, 0x7e, 0xdf, 0x58, 0x03, 0x01, 0xd8, 0x36, 0xf9, 0x62, 0xf6, 0xd3, 0xad, 0x73, 0xf9, 0x9d, 0x04, 0xa0, 0x5f, 0xa6, 0xf9, 0x97, 0x7b, 0xcd, 0x6b, 0xd5, 0xdc, 0x2e, 0xf6, 0xbc, 0x05, 0xb3, 0xdf, 0xb2, 0xa1, 0xfe, 0xce, 0x6e, 0xef, 0x74, 0xc3, 0xb9, 0x59, 0x72, 0xdd, 0xf2, 0x6e, 0x1d, 0x54, 0x1e, 0xda, 0xe5, 0xac, 0x3d, 0x0e, 0x10, 0x35, 0x09, 0x60, 0x5d, 0x84, 0x04, 0xb4, 0x00, 0xb4, 0x12, 0x45, 0x32, 0xbb, 0x61, 0xde, 0x2b, 0xe1, 0x76, 0x98, 0x71, 0x30, 0xf0, 0x64, 0xea, 0x59, 0x45, 0x41, 0x1c, 0x52, 0x49, 0x19, 0x32, 0x44, 0x1d, 0xa5, 0x80, 0x14, 0xe5, 0xac, 0x54, 0x5a, 0x56, 0x81, 0xee, 0x86, 0xd7, 0x92, 0x08, 0xbc, 0x8e, 0x6e, 0xc1, 0xb6, 0x06, 0x20, 0xc2, 0xa8, 0x9b, 0x26, 0x40, 0x64, 0x47, 0xe1, 0x97, 0xc7, 0x4b, 0xe7, 0xe9, 0xa3, 0x19, 0xe0, 0x71, 0xd6, 0xd7, 0x01, 0x98, 0xc0, 0xe3, 0xe7, 0x34, 0x0b, 0x4c, 0x56, 0xe1, 0x76, 0xde, 0x75, 0x97, 0xfa, 0x10, 0xe7, 0x33, 0x3e, 0x58, 0x69, 0x64, 0x1d, 0xb2, 0x01, 0xce, 0x72, 0x9a, 0x7c, 0x8a, 0x47, 0x00, 0x13, 0x37, 0x64, 0xb1, 0x94, 0x0b, 0xb0, 0x18, 0x4c, 0x1a, 0x85, 0xe9, 0x3a, 0x01, 0x02, 0xbc, 0xa5, 0xa1, 0x80, 0xef, 0xad, 0x2c, 0xb6, 0x71, 0xfa, 0x00, 0xfc, 0x42, 0x21, 0xc1, 0x4a, 0x96, 0x98, 0xd1, 0xf6, 0x51, 0x64, 0x13, 0x24, 0x01, 0x85, 0x24, 0xe0, 0x58, 0x72, 0x41, 0x3c, 0x5a, 0x09, 0x0d, 0x22, 0xfe, 0x4e, 0xf0, 0x6a, 0x0c, 0x80, 0x9c, 0xc9, 0x5b, 0x31, 0x8e, 0x35, 0xe8, 0x37, 0x65, 0x2d, 0x64, 0x1b, 0x7e, 0x3e, 0x80, 0x31, 0x16, 0xc3, 0x3a, 0x30, 0x3e, 0x61, 0xa0, 0x58, 0xca, 0xd2, 0xb5, 0xb8, 0x06, 0x48, 0x39, 0xb3, 0x16, 0x5c, 0x4f, 0x6b, 0x90, 0x8a, 0x73, 0x17, 0xd5, 0x8d, 0x0d, 0xe6, 0x04, 0x2a, 0x3a, 0x35, 0xc6, 0x48, 0x7f, 0x8c, 0x07, 0x3e, 0x06, 0x40, 0x93, 0x2f, 0x51, 0x74, 0xba, 0x08, 0x81, 0x97, 0x68, 0x1f, 0x92, 0x84, 0x34, 0x8e, 0x20, 0x2f, 0xb6, 0x7c, 0x79, 0x20, 0x79, 0x1f, 0xa9, 0xa1, 0xf8, 0x7e, 0x5e, 0x2f, 0x42, 0x02, 0xb0, 0x20, 0xb4, 0x03, 0x01, 0xa5, 0x9c, 0x3b, 0xe7, 0x76, 0x27, 0xe5, 0x4a, 0xc0, 0xb7, 0xcb, 0xcc, 0x20, 0x4e, 0xb9, 0x90, 0xe0, 0x7d, 0x04, 0x79, 0x05, 0x68, 0xbf, 0x0a, 0xc0, 0x09, 0x09, 0x0e, 0xe2, 0x9e, 0xd9, 0x20, 0x40, 0x0e, 0x84, 0x66, 0xbc, 0xda, 0xcc, 0xfa, 0xa3, 0x98, 0xe9, 0xfe, 0xd9, 0xeb, 0x17, 0x8e, 0x71, 0x23, 0xb2, 0x98, 0x2c, 0xf4, 0xb7, 0x1c, 0xd6, 0x80, 0xf1, 0x0a, 0x5d, 0x03, 0xa5, 0xd4, 0x04, 0x8a, 0xd5, 0x2c, 0x5b, 0x83, 0x04, 0x39, 0x20, 0xc5, 0x62, 0xb8, 0x4d, 0xeb, 0xfa, 0x59, 0x8d, 0xda, 0x12, 0x60, 0xe6, 0xfd, 0xc5, 0xcb, 0xe7, 0x01, 0xfe, 0x47, 0x60, 0xbd, 0x0d, 0xb4, 0x00, 0x2f, 0xb3, 0x9e, 0x29, 0x1d, 0x73, 0xfd, 0x05, 0x75, 0x99, 0x2e, 0xc2, 0xe2, 0x50, 0x2e, 0xe4, 0xa8, 0x9f, 0x04, 0x9c, 0xed, 0x19, 0x98, 0xf9, 0x24, 0x16, 0x25, 0x13, 0x40, 0x90, 0x00, 0x74, 0x07, 0x12, 0x51, 0xa3, 0x2f, 0xdb, 0xaf, 0x76, 0x1c, 0x33, 0xdb, 0x3b, 0x03, 0xa5, 0x3e, 0x40, 0x59, 0xdb, 0xf3, 0x4e, 0x5d, 0x06, 0xae, 0x81, 0xe9, 0x26, 0x01, 0x38, 0x6b, 0xb3, 0x41, 0xc2, 0x1c, 0x08, 0xcb, 0xcc, 0x04, 0x9f, 0xe6, 0x7e, 0xcb, 0x67, 0xc1, 0xaf, 0x32, 0x63, 0x08, 0x54, 0xd9, 0xd4, 0x59, 0x4c, 0x1e, 0x63, 0x06, 0x92, 0x80, 0x25, 0x6b, 0x12, 0x80, 0x2e, 0x01, 0xdf, 0x6b, 0x40, 0x26, 0x5a, 0x82, 0x42, 0xdc, 0xd3, 0xae, 0x1f, 0xd0, 0xba, 0x36, 0xd6, 0x99, 0xff, 0x2f, 0xe2, 0xf3, 0x09, 0xc2, 0x0e, 0x1f, 0xf8, 0x69, 0x3e, 0xf0, 0xf9, 0xf7, 0x25, 0x75, 0xd9, 0xad, 0x23, 0x5f, 0xc6, 0x0e, 0x88, 0x7e, 0x07, 0xda, 0x41, 0x1b, 0x7e, 0xfe, 0xb2, 0x29, 0xb1, 0xea, 0xf3, 0xe8, 0x0e, 0x38, 0xeb, 0xd3, 0x40, 0x20, 0xfa, 0x63, 0xba, 0x01, 0xa6, 0x7f, 0x14, 0x16, 0x8c, 0x24, 0x80, 0x62, 0x4d, 0xfe, 0xaa, 0x57, 0x1b, 0xdb, 0x39, 0x8f, 0x03, 0xfc, 0xe3, 0x42, 0x82, 0x0d, 0x77, 0x77, 0xd5, 0xb3, 0xbe, 0x1a, 0x96, 0xa0, 0x98, 0x41, 0x1f, 0x84, 0x24, 0x20, 0x78, 0x04, 0x9f, 0x33, 0xda, 0x1a, 0x47, 0x29, 0xfa, 0xfc, 0x82, 0xed, 0x16, 0xf1, 0xf3, 0x23, 0xf8, 0xfd, 0xaf, 0x21, 0x87, 0xeb, 0x58, 0x04, 0xe8, 0x60, 0x1f, 0xc6, 0x50, 0x66, 0x5c, 0x42, 0xa9, 0xb1, 0x04, 0x65, 0x24, 0x81, 0x71, 0x07, 0x4c, 0x17, 0x97, 0xd4, 0xad, 0x7b, 0xfc, 0xb2, 0xb1, 0xcd, 0xfc, 0x27, 0xd0, 0xa9, 0xf3, 0xe2, 0xf3, 0xb7, 0x61, 0x26, 0x1c, 0xb0, 0x4c, 0xb4, 0x27, 0x06, 0xfc, 0xf5, 0xf0, 0xf1, 0x3e, 0xe0, 0x0b, 0xd0, 0xc6, 0xf7, 0xeb, 0xf3, 0x71, 0x68, 0xf7, 0x71, 0xa9, 0x23, 0xac, 0x68, 0xd3, 0x46, 0x65, 0x83, 0x00, 0x52, 0x18, 0x3a, 0x80, 0x36, 0x75, 0x01, 0x08, 0xbe, 0xd7, 0x9e, 0x85, 0xd7, 0x9a, 0x46, 0x21, 0x33, 0x18, 0x0a, 0x22, 0x9c, 0x95, 0x55, 0xc7, 0xed, 0xbd, 0x7b, 0xea, 0x99, 0x5a, 0x8c, 0xfb, 0x50, 0xca, 0x08, 0x14, 0x80, 0x63, 0x80, 0xb7, 0xce, 0x1a, 0x13, 0xfa, 0xfa, 0x7c, 0x7d, 0x31, 0x12, 0xd7, 0x02, 0x70, 0xce, 0x11, 0x5b, 0x07, 0x9b, 0xe0, 0x2a, 0xb9, 0x84, 0x5d, 0x26, 0x24, 0xc0, 0x7d, 0x2a, 0xf0, 0x33, 0x63, 0x0b, 0xd6, 0x0c, 0xf2, 0xf1, 0x7b, 0x2b, 0xdd, 0xbd, 0x04, 0x7d, 0x3d, 0xd7, 0x28, 0xc0, 0xe7, 0x42, 0x88, 0xcd, 0xea, 0x0d, 0x50, 0x44, 0x20, 0xf0, 0x09, 0x3c, 0x7f, 0xcf, 0xa0, 0xce, 0xb7, 0xc0, 0x13, 0x33, 0xcd, 0x71, 0x42, 0x7a, 0xc5, 0x0a, 0xce, 0x5d, 0x21, 0x16, 0x86, 0x66, 0xff, 0x30, 0x66, 0x20, 0x03, 0x32, 0x0a, 0x67, 0x3f, 0xcb, 0xbf, 0x3a, 0x25, 0xac, 0x6d, 0xff, 0x1f, 0xaf, 0x75, 0x7c, 0xb3, 0x5b, 0x39, 0xaf, 0xe9, 0xcd, 0x23, 0xed, 0x9b, 0xab, 0x95, 0x3d, 0x3a, 0xa9, 0xfc, 0x81, 0x03, 0x54, 0x91, 0x21, 0x40, 0x05, 0x97, 0x99, 0x61, 0xaa, 0x49, 0x02, 0x2b, 0x7e, 0xd9, 0x11, 0xe2, 0x02, 0xd8, 0xed, 0x38, 0xf7, 0x8f, 0x04, 0x53, 0xfa, 0xbb, 0x1a, 0xd6, 0xab, 0x10, 0x6d, 0x32, 0x65, 0x14, 0x2b, 0x70, 0x14, 0x16, 0x86, 0xf1, 0x00, 0xab, 0x88, 0x87, 0xe0, 0xfa, 0xac, 0xb1, 0x95, 0x2c, 0x72, 0x1a, 0xc1, 0xa6, 0x14, 0x74, 0x64, 0xba, 0x57, 0xd9, 0x6b, 0xd7, 0x4e, 0x9b, 0x64, 0xf1, 0xcd, 0x07, 0xac, 0x59, 0x1f, 0x00, 0xfc, 0x1a, 0xcc, 0x82, 0xaf, 0x5f, 0xa1, 0x9b, 0xf9, 0x85, 0x5c, 0x9f, 0x8c, 0x74, 0x8c, 0x6e, 0x20, 0x05, 0xe0, 0xa7, 0x08, 0x01, 0xe0, 0x3f, 0x69, 0x0d, 0xac, 0x7b, 0xfc, 0x67, 0x18, 0xc6, 0xf7, 0xea, 0xdc, 0x16, 0xb0, 0x00, 0x6d, 0x90, 0xcd, 0xf4, 0xea, 0x86, 0x7b, 0x3e, 0xe2, 0x5a, 0x00, 0x16, 0x73, 0x00, 0xd4, 0x51, 0x44, 0xf4, 0x87, 0xd1, 0x0f, 0x2b, 0x65, 0xfb, 0xcb, 0x15, 0x5a, 0xcf, 0xe1, 0xb8, 0xae, 0xcc, 0xd6, 0x61, 0x11, 0xda, 0x65, 0xaa, 0x48, 0x2b, 0x50, 0x0e, 0xa9, 0x82, 0x85, 0xa1, 0x15, 0x38, 0xfd, 0xfc, 0xf3, 0x6a, 0x47, 0xaf, 0x5e, 0xf6, 0xf8, 0x56, 0xdc, 0xe8, 0x2a, 0xdf, 0x08, 0xf1, 0xfb, 0x0c, 0x54, 0x52, 0x4c, 0x8e, 0x2c, 0x92, 0x66, 0xf9, 0x7f, 0x1f, 0xf8, 0x05, 0x4b, 0x1c, 0xe7, 0xfe, 0xab, 0x70, 0x35, 0xaf, 0x48, 0x1b, 0xbb, 0xa0, 0x08, 0x96, 0x64, 0x79, 0x4f, 0x8a, 0x6c, 0xdc, 0x48, 0x87, 0x5b, 0xb0, 0x4c, 0xf1, 0x6b, 0x61, 0x70, 0x6f, 0x3f, 0xd2, 0xee, 0x04, 0x24, 0xd8, 0xda, 0xb7, 0x97, 0xb6, 0x00, 0x52, 0xd0, 0xa1, 0xff, 0xaf, 0x40, 0x24, 0xcf, 0x3a, 0x86, 0x35, 0xb6, 0x2b, 0x7e, 0x74, 0x7c, 0xb1, 0xe3, 0xdc, 0x6d, 0x57, 0x4b, 0x57, 0xc1, 0x12, 0x94, 0xa0, 0x6d, 0x92, 0x80, 0x04, 0x28, 0x37, 0x69, 0x26, 0xad, 0xc0, 0x09, 0x10, 0x61, 0xa5, 0xb5, 0x8e, 0x80, 0xfe, 0x7d, 0xef, 0x46, 0xad, 0xe1, 0xdf, 0x6e, 0x9b, 0x7e, 0xe6, 0xef, 0x2c, 0xed, 0xa6, 0x1a, 0xf0, 0xed, 0x62, 0x0d, 0x57, 0xf3, 0x6c, 0xf0, 0xb9, 0x49, 0xe2, 0x2a, 0x67, 0xe3, 0x10, 0x69, 0x87, 0x29, 0x1f, 0x2d, 0x00, 0x0b, 0x33, 0x14, 0xbd, 0x54, 0x0b, 0x60, 0x0e, 0x86, 0x99, 0x00, 0x68, 0xe7, 0xc7, 0xd2, 0x5e, 0xfa, 0xa3, 0xfd, 0x55, 0xd1, 0x63, 0x6e, 0xce, 0x2e, 0x04, 0x28, 0x87, 0xf9, 0x67, 0x10, 0xe7, 0x65, 0x3f, 0x8e, 0xf3, 0xad, 0xab, 0x5c, 0x2f, 0xb9, 0xcb, 0x26, 0x01, 0x33, 0x04, 0x5a, 0x97, 0x0a, 0xd6, 0x0d, 0xe8, 0x0a, 0x40, 0x06, 0xb1, 0x02, 0x2c, 0x1d, 0x5b, 0xeb, 0x07, 0xa5, 0x37, 0x64, 0xc3, 0x09, 0xcd, 0xab, 0x74, 0x96, 0x91, 0x37, 0x41, 0x17, 0x7f, 0x9c, 0x66, 0xd5, 0xf8, 0x19, 0xed, 0x5b, 0x6c, 0xad, 0xe4, 0x2e, 0x99, 0x6b, 0xb8, 0xe7, 0xcb, 0xb6, 0x05, 0x60, 0x3a, 0xb8, 0xbf, 0x4f, 0x1f, 0x2d, 0xb2, 0x29, 0x24, 0xb5, 0xae, 0x0b, 0xf8, 0x69, 0x18, 0x2c, 0xc0, 0xf7, 0xa4, 0xbd, 0x0c, 0xdc, 0x8f, 0x41, 0x9a, 0x10, 0x80, 0x39, 0x3c, 0xfd, 0xbf, 0xef, 0x9e, 0xaf, 0x5e, 0xc3, 0xa2, 0x19, 0x49, 0x50, 0xe0, 0xb9, 0x39, 0xe8, 0x92, 0x15, 0x42, 0xc6, 0x1a, 0x94, 0x2a, 0x7c, 0x27, 0x01, 0xce, 0xbe, 0xf8, 0xa2, 0xda, 0x83, 0x31, 0x5b, 0x44, 0xff, 0xfb, 0xe7, 0x3d, 0xfb, 0xdb, 0x4b, 0x7e, 0xce, 0x7c, 0x7f, 0x1f, 0x66, 0x60, 0xaa, 0xf1, 0xc5, 0xa9, 0x66, 0xf6, 0x13, 0x7c, 0xce, 0x4c, 0x2b, 0x38, 0xfa, 0x04, 0xca, 0x7c, 0x29, 0x5c, 0xb3, 0x91, 0xb3, 0x8e, 0x79, 0xff, 0x3e, 0x43, 0x00, 0xbd, 0x03, 0x08, 0x33, 0x65, 0xaf, 0xa5, 0x18, 0xee, 0x3b, 0x08, 0x03, 0xd1, 0x87, 0x49, 0x7b, 0x29, 0x18, 0x17, 0x6b, 0xf7, 0x52, 0xc6, 0x2d, 0x35, 0x5b, 0xd0, 0x0f, 0x21, 0x18, 0xb5, 0x08, 0xf0, 0xbb, 0x6b, 0xbc, 0xdf, 0x53, 0x66, 0x0d, 0x40, 0xcf, 0xf2, 0x1c, 0xc4, 0x1b, 0x2c, 0x1f, 0x0b, 0x09, 0x4e, 0x0c, 0x1f, 0xae, 0xce, 0xbe, 0xf0, 0x82, 0x3a, 0x05, 0x22, 0xbc, 0x5d, 0xbb, 0x3f, 0xe2, 0x34, 0xac, 0x6a, 0xf7, 0xcf, 0x73, 0xf6, 0xff, 0x5f, 0x19, 0xf0, 0x07, 0x30, 0xef, 0xb2, 0x97, 0x8e, 0x04, 0xb0, 0x17, 0x72, 0x56, 0x5b, 0xbe, 0x0a, 0x2c, 0xfd, 0x73, 0x18, 0x66, 0xe3, 0x58, 0x69, 0x4f, 0x96, 0x8d, 0xf5, 0xfa, 0x02, 0xee, 0x2b, 0xfb, 0xff, 0xb6, 0xf4, 0xe8, 0x61, 0xa7, 0x81, 0x03, 0xc3, 0x70, 0xcf, 0x9e, 0xd2, 0xde, 0x36, 0xb8, 0x1d, 0x82, 0x21, 0x16, 0x40, 0xe7, 0xed, 0x30, 0xd1, 0x8c, 0x3f, 0xec, 0x92, 0x6d, 0x18, 0xee, 0xf9, 0x73, 0xcf, 0xba, 0x76, 0xe8, 0xa0, 0xd7, 0x13, 0x8e, 0x72, 0x81, 0x09, 0x84, 0xab, 0x86, 0xc5, 0x39, 0x03, 0x02, 0x9c, 0xff, 0xca, 0x57, 0x54, 0x7a, 0x5d, 0xe2, 0xc5, 0x7c, 0x5e, 0xb3, 0xbf, 0x05, 0x6e, 0x96, 0x2f, 0xb3, 0x9f, 0xa0, 0x8b, 0x1f, 0x96, 0x95, 0x32, 0xca, 0xae, 0xba, 0xd1, 0x6a, 0x72, 0x38, 0xea, 0xd8, 0x68, 0x27, 0x55, 0x07, 0x9c, 0x2d, 0x5a, 0xe8, 0x0a, 0x1a, 0x33, 0x0b, 0xae, 0xd2, 0xb1, 0x2a, 0x48, 0xf0, 0xb9, 0x03, 0xe8, 0xfd, 0x8e, 0x1d, 0xe5, 0x9e, 0x17, 0x90, 0x5e, 0xde, 0x16, 0x26, 0xc2, 0x57, 0x49, 0x15, 0xb2, 0x1a, 0x60, 0x94, 0x98, 0x75, 0xff, 0x12, 0xf3, 0x1c, 0x02, 0xef, 0x6b, 0xed, 0x56, 0x2a, 0x0e, 0xd3, 0x3d, 0xd7, 0x8b, 0xfe, 0xb8, 0x86, 0xc0, 0x4c, 0x80, 0x6b, 0x12, 0x5c, 0xa2, 0x3e, 0x31, 0x6c, 0x98, 0x26, 0xc0, 0x39, 0x88, 0x75, 0xdf, 0xea, 0x50, 0xd3, 0xe9, 0x6b, 0x65, 0xe7, 0xb7, 0xa5, 0x63, 0x5c, 0xe4, 0xa0, 0xbf, 0x17, 0x02, 0x68, 0xd3, 0x6f, 0x96, 0x75, 0x2d, 0xf3, 0x74, 0x19, 0x81, 0xd1, 0x35, 0xff, 0xff, 0x1c, 0xe3, 0x1f, 0x2f, 0xcb, 0x7d, 0x19, 0xf1, 0x73, 0x61, 0x86, 0xc2, 0xa2, 0x10, 0x41, 0x20, 0x09, 0xac, 0xda, 0xf9, 0xde, 0x30, 0x5a, 0xbc, 0x75, 0x42, 0xf8, 0x4a, 0x9b, 0x00, 0x14, 0x00, 0xc2, 0x7b, 0x6f, 0xa8, 0xbb, 0x9e, 0xff, 0x68, 0x18, 0x32, 0xac, 0xfe, 0x68, 0xe7, 0xa2, 0xde, 0x31, 0x05, 0x5d, 0xea, 0x55, 0x45, 0xb8, 0x1b, 0x5a, 0x81, 0x2a, 0x7c, 0x9e, 0x05, 0xf8, 0x17, 0x5e, 0x7e, 0x59, 0xa5, 0xd4, 0xcd, 0x40, 0x7e, 0xfc, 0x79, 0x98, 0xff, 0x25, 0x72, 0xc3, 0x24, 0x6e, 0x99, 0x82, 0x05, 0xd0, 0x3b, 0x69, 0xf1, 0x29, 0xcb, 0xb7, 0xbe, 0xd9, 0x3f, 0x2f, 0x4c, 0xf7, 0xfd, 0xa3, 0xb4, 0xb9, 0x07, 0xf7, 0xe5, 0x66, 0xd0, 0x24, 0x12, 0x00, 0xdf, 0x65, 0xf6, 0xdb, 0xbe, 0x98, 0x4b, 0xa8, 0x61, 0x24, 0xfd, 0x6f, 0xa5, 0x5d, 0xe6, 0xfc, 0x5c, 0xef, 0xf7, 0x48, 0x60, 0x9e, 0x3b, 0x60, 0xc0, 0x66, 0xb9, 0xbb, 0x31, 0x61, 0xba, 0xaf, 0xe7, 0xf2, 0xd2, 0xa0, 0x57, 0xae, 0x0f, 0xd0, 0x02, 0x54, 0xe2, 0xfe, 0xa7, 0x9e, 0x7d, 0x56, 0x13, 0xe0, 0x14, 0xdc, 0x81, 0x95, 0x11, 0x5c, 0xdf, 0x37, 0x97, 0xd2, 0xc4, 0xe0, 0x26, 0x67, 0x79, 0x33, 0x6e, 0x5c, 0x60, 0x7e, 0x4f, 0xf0, 0x29, 0xb4, 0x04, 0xb2, 0x76, 0x6f, 0xef, 0x77, 0x0b, 0x87, 0x1f, 0xde, 0xec, 0x38, 0x2d, 0xd1, 0x56, 0xa1, 0xd4, 0xce, 0x75, 0xc1, 0x07, 0xf7, 0x23, 0x01, 0xe8, 0x6e, 0xe4, 0x89, 0x20, 0x9f, 0xff, 0x7f, 0x21, 0x8c, 0xf5, 0x8e, 0x2f, 0x4a, 0xbb, 0x2c, 0x35, 0xb3, 0xf4, 0x5b, 0x6c, 0xb9, 0x01, 0xde, 0x9f, 0x7d, 0x5a, 0x6a, 0x96, 0xa3, 0x21, 0xc7, 0xc2, 0x61, 0x8e, 0xd1, 0xce, 0x3d, 0x52, 0x29, 0x64, 0x6d, 0xe0, 0x18, 0x02, 0x40, 0xae, 0x4a, 0xea, 0x95, 0x49, 0x64, 0x04, 0x24, 0xc0, 0xa5, 0xaf, 0x7d, 0x4d, 0x6d, 0xe8, 0xda, 0xd5, 0x0b, 0xb4, 0xd1, 0xd7, 0x1e, 0xd7, 0xd3, 0xfc, 0x7b, 0x85, 0x98, 0x8d, 0x30, 0x79, 0xe2, 0x83, 0x29, 0x02, 0x7e, 0x8a, 0x95, 0x13, 0x43, 0x36, 0x85, 0x69, 0xf6, 0xbf, 0x6a, 0xd7, 0xcc, 0xf9, 0x90, 0x06, 0xc1, 0xe7, 0xc6, 0xcd, 0x5c, 0x06, 0x64, 0xc6, 0x0c, 0xbf, 0x5d, 0x0b, 0x40, 0x79, 0x3d, 0x3b, 0x80, 0x9a, 0x85, 0x28, 0xfe, 0x3e, 0x64, 0xca, 0xae, 0x26, 0x12, 0x40, 0x76, 0xf8, 0xe8, 0xa2, 0x10, 0xee, 0xcd, 0x2c, 0x64, 0xab, 0x45, 0xc0, 0x70, 0x54, 0x21, 0xcd, 0x7d, 0x97, 0x4a, 0x9b, 0x05, 0xb8, 0x4f, 0x35, 0x82, 0xd0, 0x4a, 0xe3, 0x06, 0x2e, 0xbc, 0xf4, 0x92, 0xfa, 0x04, 0x04, 0xc8, 0x82, 0x3e, 0x2c, 0xeb, 0xf3, 0x83, 0xeb, 0x69, 0xfe, 0x47, 0xdb, 0x2b, 0x72, 0x4c, 0xfd, 0x08, 0x3e, 0x2d, 0x80, 0xec, 0xda, 0xd9, 0x66, 0x29, 0x81, 0x0f, 0x4b, 0x84, 0xc3, 0xea, 0x60, 0x36, 0x17, 0xcd, 0xd7, 0xcf, 0x02, 0x34, 0xd3, 0xf5, 0x70, 0x56, 0xde, 0x76, 0x03, 0x7c, 0xa6, 0x82, 0x54, 0x4a, 0x3e, 0x14, 0x92, 0x0c, 0x32, 0xce, 0xc5, 0x39, 0x94, 0x44, 0xfd, 0x70, 0x8e, 0x0e, 0x00, 0x45, 0x6e, 0xbf, 0x56, 0x99, 0xe1, 0x38, 0x23, 0xa5, 0xfd, 0x64, 0x58, 0x3e, 0x16, 0x63, 0x0a, 0x59, 0x7b, 0x80, 0xf2, 0x0b, 0x01, 0x3e, 0x83, 0xd2, 0x43, 0x70, 0x0f, 0x0b, 0x91, 0xf6, 0xce, 0x77, 0x2d, 0x50, 0xcd, 0x6c, 0xc7, 0xe9, 0xe6, 0x5c, 0xe3, 0xfa, 0x3d, 0x53, 0x67, 0x4f, 0xe7, 0x88, 0xb3, 0xb4, 0x1b, 0x80, 0x05, 0xe0, 0xaa, 0xe4, 0xd9, 0x11, 0x23, 0x34, 0x01, 0x98, 0x12, 0xda, 0x7b, 0x06, 0xae, 0x27, 0x01, 0xb6, 0xca, 0xa6, 0x06, 0x06, 0x7a, 0x04, 0x9e, 0x33, 0x91, 0x29, 0xa0, 0x6c, 0xd4, 0x90, 0xe5, 0x58, 0x2e, 0xf4, 0x5c, 0xc1, 0x62, 0x05, 0x95, 0xd4, 0xdc, 0x48, 0x0b, 0x23, 0xdc, 0xcc, 0x71, 0x1b, 0x94, 0x18, 0x35, 0x87, 0x1b, 0x3c, 0x98, 0x72, 0x62, 0xf6, 0x1f, 0x81, 0xc2, 0xb7, 0x23, 0x1d, 0xa3, 0x64, 0x0c, 0x18, 0xa0, 0x72, 0x40, 0x00, 0xca, 0x3b, 0x88, 0xd0, 0x71, 0x2e, 0xe5, 0xf2, 0xdf, 0x1d, 0x67, 0x90, 0xe3, 0x9a, 0x60, 0x4a, 0xbb, 0x70, 0xc8, 0x6f, 0x1d, 0xe7, 0x7e, 0xb4, 0x7d, 0x81, 0xf7, 0x58, 0xda, 0xb6, 0xad, 0x2a, 0x84, 0x09, 0xce, 0x43, 0xec, 0xc1, 0x05, 0x28, 0xae, 0x42, 0x66, 0x81, 0x00, 0x87, 0x41, 0x88, 0x0d, 0x70, 0x11, 0x89, 0x2e, 0x09, 0x29, 0xd3, 0x0d, 0x81, 0x84, 0x88, 0x2d, 0x8d, 0xc8, 0x18, 0x9b, 0x07, 0xb3, 0x38, 0x56, 0xf0, 0xcb, 0x1d, 0xd5, 0xe7, 0x24, 0xf8, 0x3d, 0xf9, 0xcc, 0x33, 0xda, 0x05, 0x90, 0x00, 0x27, 0x91, 0x0d, 0x7c, 0xf2, 0xf5, 0xaf, 0x2b, 0xf5, 0xcd, 0x6f, 0xaa, 0xe5, 0x6d, 0xda, 0x88, 0xde, 0xd3, 0xaf, 0x27, 0x01, 0xf4, 0x13, 0x30, 0xef, 0xe2, 0x66, 0x34, 0xf9, 0x0c, 0x02, 0x49, 0x00, 0x16, 0x7f, 0x64, 0xbb, 0x96, 0x15, 0x85, 0x27, 0x07, 0x31, 0xbd, 0xcd, 0x2d, 0x80, 0x5b, 0xfa, 0x66, 0x68, 0x2b, 0x23, 0x7c, 0x0e, 0xb0, 0x0d, 0x22, 0xa9, 0xa1, 0x50, 0xf8, 0x79, 0x2a, 0x7d, 0x5e, 0xcb, 0x96, 0xea, 0x20, 0x1f, 0xd7, 0xa6, 0xe9, 0xc5, 0xe0, 0xf9, 0x79, 0x18, 0x00, 0x50, 0xf6, 0xa0, 0x2f, 0x33, 0xb8, 0x0d, 0x0c, 0x32, 0xc5, 0x0d, 0x84, 0x3a, 0x19, 0xe9, 0x1c, 0x40, 0xee, 0xb8, 0x02, 0xa9, 0x73, 0xed, 0x24, 0xc7, 0x79, 0x0b, 0x88, 0x2a, 0xca, 0x6e, 0xee, 0x41, 0x80, 0x19, 0x3e, 0x0c, 0xf0, 0x8f, 0xa0, 0x5f, 0x99, 0x00, 0xff, 0x10, 0x24, 0x8d, 0x0b, 0x43, 0x88, 0xda, 0x31, 0x0d, 0x29, 0x9f, 0x8e, 0x71, 0x17, 0xbc, 0x48, 0xc4, 0x36, 0x46, 0x5a, 0x1b, 0x69, 0x65, 0x8d, 0xdb, 0x26, 0x48, 0x0b, 0x6b, 0x32, 0x34, 0x33, 0x8b, 0x60, 0x1f, 0x48, 0x16, 0x72, 0x12, 0x71, 0x00, 0xc1, 0xe7, 0x66, 0xd5, 0x63, 0x20, 0xe1, 0xa7, 0x86, 0x00, 0x9b, 0x6b, 0x2d, 0xef, 0xc5, 0x6b, 0xd9, 0x07, 0x11, 0xf4, 0x80, 0xe9, 0xeb, 0x22, 0x66, 0x86, 0xdb, 0xb7, 0x38, 0xe3, 0xe9, 0x83, 0x29, 0x0c, 0x00, 0xb9, 0x34, 0xcb, 0xe2, 0x8c, 0xec, 0xc9, 0x9b, 0xa7, 0xc9, 0x5b, 0x07, 0x6c, 0x3f, 0xd0, 0xad, 0x2d, 0xa5, 0xd8, 0x33, 0x95, 0xfb, 0xe1, 0x3b, 0xfc, 0x4f, 0xc7, 0xe9, 0x03, 0xf3, 0x5f, 0x38, 0xc3, 0x28, 0x7c, 0x13, 0x88, 0x76, 0x04, 0x60, 0x73, 0x5d, 0x9c, 0x92, 0xc1, 0xba, 0x3f, 0xcd, 0x2e, 0x7e, 0xb7, 0x08, 0x41, 0xe7, 0x54, 0x9c, 0x43, 0xf9, 0x93, 0x5b, 0x8b, 0xa7, 0xe5, 0xe9, 0xe6, 0x93, 0xee, 0x57, 0x29, 0x5e, 0x1b, 0x70, 0xea, 0xc3, 0x41, 0xb0, 0x4f, 0xa7, 0xd0, 0x15, 0xb4, 0x6e, 0xad, 0x0e, 0x03, 0x84, 0x0c, 0x66, 0x1f, 0x20, 0x40, 0x06, 0x88, 0x90, 0x0e, 0x39, 0x80, 0xef, 0x9b, 0x61, 0x19, 0x85, 0x28, 0x90, 0xca, 0x5f, 0x3a, 0xce, 0x23, 0x8e, 0x5b, 0xaf, 0xef, 0x60, 0xa4, 0xbd, 0x35, 0x5e, 0x3f, 0x39, 0x5a, 0x59, 0xe4, 0xd0, 0xa4, 0x80, 0xf5, 0x1b, 0x3d, 0xcf, 0xe8, 0xf5, 0x28, 0x9f, 0x73, 0x34, 0x16, 0xe0, 0x18, 0xee, 0xff, 0xe9, 0x37, 0xbe, 0xa1, 0x09, 0xb0, 0xdf, 0x2a, 0x47, 0x03, 0xab, 0x87, 0xae, 0xc7, 0xca, 0xdf, 0x00, 0x3b, 0x00, 0xa4, 0x05, 0xf0, 0x08, 0x80, 0x9b, 0x67, 0xf4, 0xef, 0xaf, 0x9f, 0x78, 0x99, 0x67, 0xfc, 0x24, 0xd8, 0x1f, 0xdd, 0x00, 0xd8, 0xed, 0x2d, 0x85, 0x74, 0xb4, 0x67, 0xed, 0x03, 0x50, 0x36, 0x66, 0xdb, 0x06, 0x01, 0x75, 0x59, 0xe7, 0xce, 0x2a, 0x0d, 0x60, 0x67, 0x41, 0xd9, 0xd9, 0x54, 0x38, 0x40, 0x4f, 0x65, 0xdd, 0x1f, 0xf2, 0x21, 0xdc, 0x0f, 0xce, 0xd5, 0x32, 0x16, 0xd7, 0xe0, 0xfa, 0x9e, 0x46, 0xee, 0xf6, 0x49, 0xaf, 0x6b, 0x10, 0xaf, 0x9d, 0xd1, 0x8e, 0xf3, 0xf6, 0x44, 0xdc, 0x8b, 0xf2, 0x01, 0x80, 0x4e, 0x07, 0x10, 0x07, 0x08, 0x3c, 0xdc, 0x51, 0x1a, 0x64, 0x3f, 0x08, 0xb0, 0x1f, 0x9f, 0xcb, 0xef, 0xbc, 0x93, 0xd6, 0x48, 0x0b, 0xfa, 0xb6, 0x77, 0xb0, 0xdb, 0xa7, 0x3b, 0x7d, 0x96, 0xa5, 0x93, 0x19, 0x7b, 0x47, 0x1f, 0x31, 0xda, 0x5a, 0xc4, 0x68, 0x0d, 0x12, 0xfd, 0xd7, 0x1c, 0xa3, 0xd7, 0x3c, 0x3e, 0x6d, 0xc4, 0x65, 0x68, 0x66, 0x03, 0x20, 0x80, 0xb8, 0x80, 0x4c, 0x6b, 0x47, 0x12, 0x97, 0x98, 0xaf, 0x07, 0x01, 0x9e, 0xf1, 0x52, 0x21, 0xf8, 0x62, 0xce, 0xf6, 0x5d, 0x77, 0xdf, 0xad, 0x25, 0x85, 0x29, 0x20, 0x08, 0xb0, 0x1b, 0x60, 0x88, 0xff, 0x9b, 0xec, 0x38, 0xbf, 0x0f, 0x02, 0x78, 0x47, 0x9f, 0x89, 0xbe, 0xc3, 0x28, 0xa6, 0x0b, 0xa5, 0xaf, 0xe3, 0xdc, 0xf5, 0x86, 0xe3, 0xac, 0x98, 0xec, 0xb6, 0xa1, 0x12, 0x91, 0x6e, 0x26, 0x61, 0x70, 0x87, 0xe8, 0x63, 0x01, 0x3c, 0x67, 0xfd, 0x7e, 0xc8, 0x3e, 0x98, 0xdb, 0x3d, 0x50, 0xf6, 0x14, 0xb8, 0x06, 0x9c, 0x4f, 0xb9, 0xf4, 0xbf, 0x1c, 0xe7, 0x65, 0xb4, 0xd1, 0xc7, 0xc8, 0xbd, 0x96, 0xf4, 0xf5, 0x49, 0xbf, 0x06, 0xc4, 0x7f, 0xbe, 0xd7, 0xd6, 0x3f, 0xc2, 0x2d, 0x8d, 0x87, 0x4f, 0xe6, 0x3d, 0x27, 0xc1, 0xdd, 0xed, 0x06, 0xf8, 0x29, 0x20, 0xa5, 0x00, 0x9f, 0x02, 0x49, 0xc2, 0xf7, 0x3d, 0x08, 0x56, 0xe7, 0xc2, 0x55, 0x0a, 0x39, 0x71, 0xcd, 0x66, 0xe4, 0xc3, 0xbd, 0x2d, 0x8b, 0xd2, 0xd5, 0x8c, 0xf9, 0x4e, 0x9f, 0xcb, 0xe9, 0xe4, 0x27, 0x04, 0xae, 0xff, 0x89, 0x89, 0x6f, 0xd4, 0x61, 0x6e, 0x14, 0x01, 0xf8, 0xac, 0x45, 0x70, 0xa5, 0xf0, 0x22, 0x82, 0xc0, 0x4f, 0x60, 0x05, 0x18, 0x07, 0xcd, 0x0f, 0xe3, 0x1a, 0x48, 0xc0, 0x45, 0x91, 0xf9, 0xc6, 0x0c, 0x71, 0xe7, 0xeb, 0x41, 0x10, 0x80, 0xd1, 0x28, 0x77, 0xac, 0x30, 0x15, 0x4b, 0x07, 0x01, 0x92, 0x40, 0x04, 0xe9, 0xe8, 0x64, 0xd7, 0x02, 0xf8, 0x41, 0xf7, 0x03, 0x6e, 0x9b, 0xea, 0xee, 0x98, 0x6a, 0xf7, 0x8c, 0x73, 0x9c, 0x95, 0x9c, 0x5d, 0x6f, 0x72, 0xf6, 0x03, 0xdc, 0xed, 0x4c, 0x2d, 0xa1, 0x64, 0x02, 0x9f, 0x0e, 0x49, 0xe2, 0x23, 0x5b, 0xb8, 0xdf, 0x5e, 0xc8, 0x82, 0x3b, 0xee, 0x50, 0x38, 0x5f, 0xcb, 0x48, 0x37, 0xe0, 0xe2, 0x4a, 0xe3, 0xfd, 0x46, 0x1e, 0x30, 0xf2, 0xa0, 0x4f, 0x1e, 0x0a, 0x51, 0xfc, 0xd7, 0x49, 0x7b, 0xf7, 0xc3, 0xcd, 0xc4, 0x8d, 0x75, 0x2d, 0x8e, 0x9a, 0xd3, 0xb1, 0xa3, 0x4a, 0x86, 0xf2, 0xd9, 0x9f, 0xbd, 0x2c, 0x4e, 0x91, 0x00, 0xf8, 0xdc, 0x8d, 0xcf, 0xad, 0xe8, 0xfb, 0x54, 0xa4, 0xa6, 0x6f, 0x9a, 0xf1, 0xe0, 0xfc, 0xcd, 0x0f, 0xbb, 0x04, 0xbb, 0xcb, 0x71, 0xf3, 0xf5, 0x1e, 0x96, 0x9b, 0x09, 0x44, 0x08, 0x3d, 0x51, 0x30, 0xbe, 0xd7, 0x66, 0xe2, 0x7a, 0x4a, 0x16, 0x63, 0x20, 0x2e, 0x42, 0x99, 0x4d, 0x23, 0xe7, 0x41, 0x80, 0x0b, 0xb0, 0x02, 0xd9, 0x98, 0x1c, 0x73, 0x5d, 0xd7, 0xcb, 0xcf, 0xef, 0x38, 0x61, 0xde, 0x3d, 0xdc, 0x0c, 0xb3, 0x7a, 0x88, 0x98, 0xf7, 0x0d, 0xb0, 0x00, 0x5c, 0x88, 0x28, 0x33, 0x2c, 0x24, 0x01, 0x0e, 0x80, 0x00, 0xc9, 0x48, 0xcf, 0xa4, 0xa3, 0x93, 0xdd, 0x0a, 0x60, 0x7d, 0xa0, 0x77, 0x37, 0x0a, 0xa0, 0x32, 0x7a, 0x82, 0xb2, 0x83, 0xa0, 0xa0, 0x3d, 0x54, 0xd4, 0x04, 0x9a, 0x4e, 0x80, 0xbf, 0x99, 0x81, 0x26, 0xdb, 0x86, 0xa4, 0x72, 0xc6, 0x83, 0x08, 0x1f, 0x51, 0xf0, 0x7d, 0x25, 0x62, 0x02, 0x04, 0x58, 0x0a, 0x26, 0x59, 0xc5, 0x39, 0x4e, 0x31, 0xb4, 0xfa, 0x18, 0xda, 0x79, 0xd8, 0x08, 0xff, 0x95, 0xcb, 0x23, 0x96, 0x3c, 0x6a, 0xc9, 0x80, 0x2b, 0x10, 0xfb, 0x3a, 0x69, 0xab, 0x3f, 0x06, 0x32, 0x20, 0xd6, 0x71, 0x32, 0x46, 0x9b, 0xfb, 0x2f, 0x87, 0x1b, 0xdc, 0x0d, 0x00, 0x76, 0xa1, 0x5f, 0xbb, 0x30, 0xf3, 0x77, 0x83, 0x00, 0xbb, 0x20, 0x1f, 0x31, 0x1e, 0x00, 0x09, 0x26, 0x83, 0x04, 0xc6, 0x4a, 0xb1, 0xcf, 0x07, 0xff, 0xc9, 0x2d, 0x8d, 0x8b, 0x6b, 0xe9, 0x69, 0x11, 0x22, 0x20, 0x19, 0x70, 0xdd, 0xf8, 0xe9, 0x26, 0xc8, 0xcd, 0x43, 0xfa, 0x59, 0x64, 0x5e, 0x81, 0xc3, 0x85, 0xa8, 0x73, 0xaf, 0xbc, 0xa2, 0xce, 0x83, 0x00, 0x19, 0xb8, 0xb7, 0xb8, 0x09, 0x9c, 0xfb, 0x4d, 0x5f, 0x96, 0x71, 0x6d, 0xe0, 0xb3, 0x21, 0x00, 0xd3, 0x6f, 0xae, 0x49, 0xc7, 0xd6, 0xc0, 0xbf, 0xa5, 0xf1, 0xc9, 0x18, 0x0c, 0x9a, 0x24, 0xe0, 0x67, 0x2a, 0x08, 0x40, 0x99, 0x87, 0x08, 0x98, 0x9d, 0x9d, 0xe6, 0x2e, 0x8a, 0xd4, 0x07, 0xbc, 0xe7, 0xab, 0x5f, 0x73, 0x9c, 0x57, 0x61, 0x22, 0x2b, 0x45, 0x49, 0x93, 0x00, 0xfe, 0x46, 0x90, 0x29, 0x89, 0xe6, 0x15, 0x03, 0xdb, 0x0f, 0xa1, 0xa9, 0xdd, 0x01, 0x85, 0xee, 0xc0, 0xe7, 0x7a, 0xfc, 0x6d, 0x0c, 0x52, 0xd1, 0x78, 0x17, 0xfc, 0x4b, 0xdf, 0x77, 0xeb, 0x0d, 0x02, 0x2e, 0x2b, 0x8f, 0x5f, 0x30, 0xf2, 0x45, 0x23, 0x8f, 0x59, 0xf2, 0xb8, 0x25, 0x83, 0x7c, 0xf2, 0xb8, 0x4f, 0xe4, 0x1a, 0x69, 0x47, 0xda, 0x1d, 0xf8, 0x35, 0x04, 0x9b, 0xa3, 0xe0, 0x0a, 0x70, 0x7f, 0x95, 0x80, 0xe8, 0x7c, 0x0d, 0xfa, 0xb4, 0x13, 0x7a, 0xd8, 0x89, 0x99, 0xbf, 0x93, 0xe0, 0x1b, 0x12, 0xec, 0x44, 0x9f, 0x37, 0x81, 0x04, 0x93, 0x40, 0x02, 0xb1, 0x56, 0x90, 0xe3, 0x18, 0xf3, 0xcf, 0x1d, 0xd7, 0x25, 0xdc, 0xd3, 0x10, 0x19, 0x60, 0x11, 0xd3, 0x18, 0x0b, 0xcd, 0x46, 0x1b, 0x65, 0x08, 0x02, 0xb9, 0x6f, 0x90, 0x52, 0x8a, 0x2c, 0xe0, 0x0c, 0x2c, 0xc0, 0x59, 0x48, 0x12, 0xee, 0x21, 0xee, 0x17, 0xba, 0x7c, 0x2a, 0x40, 0x56, 0xd1, 0xec, 0xaa, 0x80, 0x97, 0x28, 0x1e, 0xa1, 0x75, 0x5b, 0x80, 0x7f, 0x91, 0x37, 0x58, 0xce, 0x0d, 0x20, 0xdc, 0x8b, 0x0f, 0x30, 0xc8, 0x42, 0x76, 0x26, 0x95, 0x9b, 0x33, 0xf0, 0xbb, 0x77, 0x61, 0x96, 0xa7, 0x99, 0xe0, 0xed, 0x75, 0xf8, 0xae, 0x20, 0xc0, 0xeb, 0xa0, 0x8c, 0x33, 0x01, 0x20, 0xae, 0x7d, 0xc3, 0xed, 0xb4, 0x56, 0xce, 0x0c, 0x3e, 0x5f, 0xcf, 0x0c, 0x03, 0x6d, 0xd3, 0xcf, 0x27, 0x9b, 0x59, 0xbf, 0x0d, 0x8a, 0xdc, 0x86, 0xcf, 0x0d, 0xb8, 0xc7, 0x38, 0x28, 0x02, 0xca, 0xd7, 0xf2, 0x1b, 0xc7, 0x19, 0x6b, 0x81, 0xfd, 0x98, 0x05, 0xec, 0x13, 0x46, 0x06, 0x1b, 0xe1, 0x0e, 0xe1, 0xa7, 0x2c, 0xf9, 0x52, 0x10, 0xb1, 0xcf, 0x79, 0xd2, 0xc8, 0x60, 0xab, 0x3d, 0x21, 0xca, 0x63, 0x3f, 0x73, 0x9c, 0xbf, 0xc6, 0xa0, 0x0f, 0xb1, 0x9c, 0xd9, 0x88, 0x07, 0x36, 0x00, 0xf0, 0xed, 0x20, 0xc1, 0x0e, 0x3e, 0xa4, 0x02, 0x7d, 0x90, 0x08, 0x9a, 0x10, 0xe8, 0xfb, 0x16, 0xfc, 0x3c, 0x0b, 0x7a, 0x1b, 0x5b, 0x4b, 0x02, 0x12, 0x78, 0xdb, 0xbf, 0xba, 0x25, 0xeb, 0xa0, 0x44, 0xf8, 0x83, 0xe3, 0x7c, 0x6f, 0xb2, 0xd1, 0xe7, 0x6a, 0xb8, 0xde, 0xa2, 0x21, 0x43, 0x74, 0xe1, 0x8b, 0x05, 0xb0, 0x8a, 0x61, 0xc3, 0xd4, 0x29, 0x58, 0x80, 0xd3, 0x90, 0x8d, 0x88, 0xc5, 0xc4, 0xfd, 0xfe, 0xb7, 0x7b, 0xfd, 0xed, 0xd7, 0x4a, 0x82, 0xcf, 0xa4, 0x70, 0x68, 0x7c, 0x7f, 0xa2, 0xde, 0x1f, 0xd7, 0x42, 0x1d, 0xe0, 0x23, 0x5a, 0x7c, 0x34, 0x8a, 0x65, 0x58, 0x48, 0x26, 0x83, 0x20, 0x0e, 0x1a, 0x19, 0xc1, 0x34, 0xcc, 0x88, 0xa9, 0x6e, 0xf0, 0x53, 0xfd, 0x47, 0x37, 0x20, 0xf1, 0x4c, 0x3d, 0xa6, 0xe8, 0x03, 0x60, 0xff, 0x0f, 0x13, 0x5c, 0xe0, 0x2f, 0xd9, 0xe0, 0x2f, 0x84, 0x65, 0xa1, 0xf2, 0x92, 0x0c, 0xf0, 0xb4, 0x00, 0x34, 0xa3, 0x04, 0x7f, 0x2b, 0x64, 0x03, 0xda, 0x9f, 0x80, 0xf4, 0x6b, 0x94, 0x51, 0x3a, 0x7c, 0xf1, 0x9a, 0xdb, 0xea, 0xce, 0xe6, 0x27, 0x7c, 0x60, 0x13, 0xd0, 0x2f, 0x43, 0x86, 0x38, 0xae, 0xd9, 0xa5, 0x0c, 0x35, 0x32, 0x2c, 0x88, 0xc8, 0xdf, 0xe5, 0xfc, 0x21, 0xa6, 0x0d, 0x9b, 0x1c, 0x42, 0xaa, 0x27, 0x30, 0x96, 0xc5, 0x08, 0x76, 0x14, 0x89, 0x30, 0x0e, 0x01, 0xeb, 0x06, 0xf4, 0x93, 0x24, 0xd8, 0x6e, 0x48, 0xe0, 0x11, 0x01, 0x63, 0xa2, 0x2c, 0x01, 0x88, 0x12, 0x3f, 0x8c, 0x73, 0xc7, 0xfe, 0x29, 0x88, 0xb0, 0x05, 0xed, 0xfc, 0x74, 0xa0, 0xeb, 0x62, 0x3c, 0x12, 0x20, 0xed, 0x7c, 0x19, 0xb3, 0xbf, 0x84, 0x04, 0x98, 0xc2, 0x2a, 0x28, 0x5f, 0x7f, 0x07, 0x5d, 0xe7, 0x99, 0x54, 0xb8, 0xfa, 0x85, 0x17, 0xd4, 0x49, 0x80, 0x4f, 0x12, 0xbc, 0x85, 0x89, 0x63, 0x6a, 0x0f, 0xf9, 0x26, 0xf8, 0x6e, 0x75, 0x2d, 0x24, 0x68, 0x16, 0x88, 0x00, 0xf0, 0xed, 0x93, 0x84, 0x65, 0x3b, 0xfb, 0xf6, 0xd5, 0x56, 0x20, 0x97, 0x8b, 0x21, 0x86, 0x91, 0xa9, 0x18, 0xe8, 0x3e, 0x0c, 0x78, 0x25, 0xd2, 0xc4, 0x29, 0x26, 0x8a, 0x9f, 0xec, 0x06, 0x40, 0xc5, 0x00, 0xfa, 0x00, 0x24, 0x13, 0xfe, 0xfd, 0xd2, 0x04, 0x63, 0xea, 0x05, 0xfc, 0xe9, 0x88, 0x96, 0xd7, 0xf7, 0xeb, 0xa7, 0x76, 0x43, 0x79, 0xfb, 0x00, 0xba, 0x80, 0xbf, 0x8b, 0x33, 0x9f, 0xcf, 0xd9, 0xd1, 0x8c, 0x1a, 0xf0, 0x63, 0x8d, 0xb2, 0x11, 0xf4, 0xa5, 0x76, 0x71, 0x41, 0xa9, 0x0f, 0xf8, 0xa7, 0x2d, 0xb0, 0xf9, 0xe2, 0x05, 0xa6, 0x47, 0xcf, 0x42, 0x46, 0x18, 0x79, 0xce, 0xc8, 0xf3, 0xd6, 0xf7, 0x11, 0xe6, 0x9c, 0xe1, 0xe6, 0x9a, 0x61, 0x16, 0x21, 0xfc, 0x64, 0x18, 0x8c, 0x14, 0xe7, 0xc9, 0x3f, 0x3b, 0xce, 0x0e, 0x9b, 0x04, 0x1b, 0x49, 0x5a, 0x92, 0x80, 0x16, 0x81, 0xe0, 0x1b, 0xa1, 0x25, 0xdb, 0x0d, 0x3d, 0x6d, 0x86, 0xde, 0x66, 0xb4, 0x6b, 0x67, 0x93, 0x40, 0xeb, 0x02, 0x7a, 0xf9, 0x04, 0x3f, 0x67, 0x8f, 0x73, 0x75, 0x55, 0x30, 0xd1, 0x64, 0x10, 0xd4, 0xe1, 0x1a, 0xcc, 0xf0, 0x02, 0x98, 0xfc, 0x1c, 0x56, 0x1f, 0xb9, 0xf6, 0xc0, 0xed, 0xe2, 0x5f, 0xfd, 0xaa, 0x3a, 0x01, 0xf0, 0x4b, 0x9e, 0x79, 0x46, 0xc7, 0x5d, 0xb3, 0x5c, 0xff, 0xbf, 0xd8, 0x57, 0x53, 0x10, 0x12, 0x5c, 0x3b, 0x01, 0xd0, 0xa1, 0x97, 0x84, 0x00, 0xab, 0xb8, 0xff, 0x9f, 0x8f, 0x68, 0x61, 0xb0, 0x24, 0x00, 0x1f, 0x61, 0x62, 0x2a, 0x92, 0x0a, 0xe6, 0x93, 0x04, 0x6f, 0xe3, 0xef, 0x42, 0x80, 0x49, 0x26, 0x6f, 0x96, 0x68, 0x58, 0x08, 0x30, 0x0b, 0xac, 0x5d, 0x85, 0x60, 0x6e, 0x17, 0x81, 0x37, 0xbe, 0x9e, 0x9f, 0x1a, 0x7c, 0xce, 0x24, 0x43, 0x80, 0x0f, 0x61, 0x6d, 0xec, 0x99, 0xff, 0x37, 0x04, 0x60, 0x0f, 0xb9, 0x00, 0xf9, 0x67, 0x7e, 0xa0, 0x59, 0x1f, 0x8c, 0x00, 0xcf, 0x1b, 0x79, 0xc1, 0x92, 0xe7, 0x03, 0x90, 0xa0, 0x3e, 0x02, 0x68, 0xf7, 0x00, 0xdf, 0x36, 0x14, 0x24, 0x48, 0x8e, 0x31, 0x24, 0x18, 0x4b, 0x12, 0x30, 0x06, 0x80, 0x4e, 0x18, 0xb3, 0x10, 0xfc, 0x5d, 0xd0, 0x0b, 0x33, 0x03, 0xa6, 0xae, 0xcc, 0x1a, 0x92, 0x31, 0x9b, 0xd7, 0xc3, 0x5a, 0x26, 0x76, 0xe8, 0xa0, 0x49, 0xf0, 0x46, 0x2d, 0x09, 0x3c, 0x3d, 0x09, 0x01, 0xde, 0x85, 0xd5, 0xc8, 0x05, 0xf8, 0x8c, 0xf4, 0xa9, 0xe3, 0x5c, 0x9a, 0xff, 0x11, 0x23, 0x3c, 0x02, 0xec, 0x40, 0xf6, 0x25, 0x04, 0x00, 0x99, 0xfe, 0xf9, 0xba, 0x11, 0x00, 0x4e, 0xaa, 0x0d, 0x5c, 0x40, 0x3e, 0x09, 0x90, 0x08, 0x93, 0x94, 0xcc, 0xe7, 0xf3, 0xf8, 0x76, 0x4d, 0x6e, 0xc7, 0xa2, 0x15, 0x80, 0xb0, 0x73, 0x2c, 0x89, 0x32, 0x27, 0xde, 0x82, 0x59, 0xcd, 0x82, 0xc8, 0x6c, 0x28, 0x64, 0x26, 0xfc, 0xf6, 0x4c, 0x6e, 0x12, 0xc1, 0x80, 0xdf, 0xed, 0xd1, 0x43, 0x6d, 0xc2, 0xb5, 0xc9, 0x26, 0xc8, 0x93, 0x28, 0x9f, 0xdf, 0x69, 0xfe, 0x39, 0x53, 0x76, 0x32, 0xe8, 0x83, 0xac, 0x45, 0x70, 0x35, 0x1e, 0xd7, 0xc6, 0x19, 0x9f, 0xff, 0x77, 0x58, 0x91, 0x47, 0x5d, 0x60, 0x02, 0xf9, 0xfc, 0xfa, 0xcc, 0xff, 0x50, 0x1f, 0x19, 0x84, 0x10, 0x7e, 0x79, 0xc6, 0xe7, 0x0e, 0xea, 0x73, 0x03, 0x5e, 0x4c, 0x70, 0x2f, 0xce, 0xfd, 0x7f, 0x70, 0x91, 0xb1, 0xa6, 0x9f, 0x63, 0x10, 0xc8, 0xae, 0x45, 0x2c, 0xb3, 0x07, 0x33, 0x95, 0xb3, 0x9e, 0xd6, 0xcd, 0x23, 0x00, 0x09, 0x0f, 0x9d, 0xa5, 0x40, 0x5f, 0x69, 0x00, 0x76, 0x0f, 0xac, 0xe8, 0xda, 0x7b, 0xef, 0x55, 0x4b, 0x60, 0x39, 0x67, 0xc2, 0x1a, 0xce, 0x04, 0xd9, 0xe7, 0x70, 0x72, 0xf4, 0xec, 0xa9, 0x8b, 0x5d, 0xd9, 0x68, 0x23, 0xdb, 0xac, 0x79, 0x50, 0x0a, 0xf9, 0xca, 0x19, 0x03, 0x7e, 0xf5, 0x57, 0xbe, 0xa2, 0xe6, 0x52, 0xb7, 0x6e, 0xf6, 0x55, 0xf5, 0x55, 0x37, 0xe8, 0x16, 0x02, 0x5c, 0x53, 0x1c, 0x10, 0x90, 0x04, 0x08, 0xf0, 0xfe, 0x43, 0xac, 0xc0, 0x72, 0xe4, 0xc0, 0xe9, 0x7c, 0x44, 0x8b, 0x35, 0x7a, 0x76, 0xcc, 0x90, 0x20, 0xdf, 0x74, 0x94, 0x8b, 0x23, 0xe9, 0xac, 0x8f, 0x13, 0x64, 0x56, 0xcb, 0x0c, 0xd8, 0xcc, 0xe9, 0x59, 0xca, 0x3d, 0x64, 0xca, 0xb9, 0xe9, 0xa6, 0xaa, 0xc7, 0x34, 0x8f, 0xa9, 0x14, 0xd3, 0x3c, 0x7e, 0x2e, 0x83, 0xd9, 0x1b, 0x03, 0xa2, 0x25, 0xb8, 0x01, 0x13, 0xc1, 0xdf, 0xfd, 0xa0, 0x0b, 0x84, 0x1d, 0xed, 0x7f, 0xb1, 0x1e, 0x32, 0xf8, 0x09, 0x21, 0xa4, 0xb0, 0x65, 0x88, 0x05, 0xb0, 0x2d, 0xfe, 0xa0, 0xf0, 0x49, 0x1f, 0xe8, 0x83, 0xac, 0x4c, 0x41, 0x67, 0x08, 0x88, 0xbc, 0x06, 0xff, 0xd5, 0x71, 0x36, 0xc6, 0x99, 0xfe, 0x32, 0x3b, 0x58, 0xc6, 0x4d, 0x2b, 0xdc, 0x3a, 0x0e, 0xd0, 0xf6, 0x71, 0xd5, 0x92, 0xc1, 0xad, 0x71, 0x75, 0xfb, 0xcd, 0x04, 0x48, 0x03, 0x19, 0xe8, 0xdf, 0x33, 0x71, 0xce, 0x11, 0x04, 0x79, 0xd9, 0x14, 0x5c, 0x73, 0x04, 0x3a, 0x64, 0xf9, 0x5b, 0x2a, 0xa0, 0xb9, 0xc6, 0xf4, 0x13, 0x74, 0x82, 0x4f, 0xff, 0xbf, 0xb9, 0x77, 0x6f, 0x6f, 0xf6, 0xc3, 0xed, 0xfe, 0x35, 0x1c, 0xb3, 0xbf, 0x5e, 0x12, 0x20, 0x72, 0x6f, 0x0f, 0xf0, 0x0f, 0x25, 0x1a, 0x12, 0x6c, 0x02, 0x4b, 0x0f, 0xb2, 0x52, 0xc7, 0x27, 0x73, 0x2c, 0x4b, 0x40, 0x12, 0xe4, 0x99, 0x4e, 0xe7, 0x98, 0x01, 0x64, 0xe1, 0xef, 0x47, 0x8c, 0xb0, 0xaa, 0x97, 0x09, 0x21, 0xf8, 0x29, 0x2c, 0xf0, 0x70, 0xf6, 0xe3, 0x73, 0x2f, 0x64, 0x1b, 0x7c, 0xe4, 0x6c, 0x13, 0x31, 0x8f, 0x31, 0x02, 0xb3, 0xbf, 0xec, 0x0e, 0x17, 0x74, 0x7f, 0x9e, 0x1f, 0x2c, 0xfd, 0xf3, 0xa7, 0x7d, 0x83, 0x7c, 0xd9, 0x41, 0x43, 0x32, 0x28, 0x00, 0xd0, 0xfe, 0x94, 0x70, 0xa0, 0xaf, 0x5e, 0xf0, 0x48, 0x7b, 0xfc, 0x8c, 0xe0, 0x34, 0x51, 0x6a, 0x04, 0xec, 0x3b, 0xa3, 0xff, 0x5d, 0x1c, 0x2b, 0x80, 0x3d, 0x08, 0x49, 0x87, 0x7e, 0x52, 0xcd, 0xa4, 0x48, 0x33, 0x8b, 0x48, 0x07, 0xf9, 0x89, 0xb1, 0x53, 0x27, 0x47, 0xf0, 0x29, 0xc0, 0xcb, 0xac, 0xcf, 0xe5, 0xae, 0x27, 0xbe, 0xf2, 0xce, 0x02, 0x9f, 0xe7, 0x0b, 0xf8, 0xf8, 0x2c, 0xfc, 0x37, 0x37, 0xd3, 0x0a, 0x1b, 0xf8, 0xc1, 0x88, 0x70, 0x1b, 0xfc, 0xd3, 0x30, 0x49, 0x09, 0xe9, 0x0a, 0xb6, 0x80, 0xe5, 0x24, 0xc0, 0x21, 0xae, 0x8c, 0x71, 0x6d, 0xbc, 0x01, 0x22, 0x70, 0x70, 0xb4, 0x00, 0x07, 0x0c, 0xf8, 0xfb, 0x8d, 0x90, 0x04, 0xcb, 0xe1, 0x1e, 0xde, 0x44, 0x8e, 0x2f, 0x01, 0x22, 0x48, 0x70, 0xfe, 0x0f, 0x6e, 0x59, 0xf9, 0x3e, 0xab, 0xd2, 0xf7, 0x80, 0xaf, 0xaa, 0x27, 0xa4, 0xe8, 0xef, 0x2b, 0xfc, 0xd8, 0x45, 0x9d, 0x81, 0x3e, 0x92, 0x34, 0x24, 0x03, 0x2d, 0xf1, 0x17, 0x86, 0xbc, 0xa2, 0x90, 0x55, 0x7c, 0x7a, 0xc8, 0xae, 0x18, 0xfe, 0x1f, 0x58, 0x4a, 0x80, 0x7f, 0x5a, 0x52, 0xbe, 0x09, 0x18, 0xd3, 0x0a, 0x58, 0xb4, 0x43, 0x20, 0x40, 0x16, 0x82, 0xb6, 0x2c, 0xa4, 0x70, 0x9c, 0xf1, 0x5c, 0xd7, 0xc8, 0x34, 0x65, 0x6e, 0x0f, 0x78, 0x88, 0x98, 0x7c, 0x1d, 0xf0, 0xb1, 0xfe, 0x3f, 0x7c, 0xb8, 0xf6, 0xf9, 0x12, 0xf5, 0x67, 0xe2, 0x77, 0x73, 0xd0, 0xa6, 0xb1, 0xc6, 0x9f, 0x4e, 0x74, 0x8b, 0x3f, 0xad, 0xc2, 0x91, 0xfe, 0x85, 0x44, 0x04, 0xb0, 0xee, 0x27, 0x73, 0x1d, 0xe7, 0xf2, 0x1c, 0x53, 0x7c, 0x58, 0xc3, 0x05, 0x22, 0x58, 0x02, 0x2e, 0x8b, 0x8a, 0x70, 0x8d, 0x3c, 0xcb, 0x0c, 0x48, 0x66, 0x7d, 0x86, 0x31, 0xf9, 0xe9, 0xf8, 0x9e, 0x66, 0x84, 0xa6, 0x70, 0x35, 0x2c, 0xc9, 0x34, 0xf8, 0x4d, 0x3b, 0x58, 0x84, 0x02, 0x93, 0xff, 0xc5, 0x0d, 0xca, 0x7a, 0xfb, 0xea, 0xfb, 0x76, 0x3d, 0xbf, 0xbe, 0xf2, 0xef, 0x43, 0x3e, 0x92, 0xf8, 0xa5, 0x7f, 0x00, 0x09, 0x74, 0x5e, 0xa0, 0xf2, 0xf0, 0x03, 0xd6, 0x7d, 0x85, 0x9c, 0xf6, 0x3a, 0xc2, 0xbd, 0xff, 0x80, 0xf8, 0x01, 0xee, 0x6b, 0xbb, 0x1d, 0xdc, 0xb1, 0xbc, 0xbd, 0xae, 0x4f, 0x1f, 0x75, 0xf8, 0xe9, 0xa7, 0x55, 0x11, 0x02, 0xb9, 0xe2, 0xe7, 0x9f, 0x57, 0x85, 0x00, 0xb7, 0x70, 0xe8, 0x50, 0x55, 0x00, 0x42, 0xe4, 0x73, 0xa3, 0x09, 0x3e, 0x8b, 0xf9, 0xf2, 0x08, 0xfc, 0xae, 0xf2, 0xb9, 0xe7, 0xea, 0x00, 0x7f, 0x02, 0xdf, 0x77, 0x21, 0xe8, 0xe3, 0xc4, 0x9b, 0x6d, 0x74, 0x3f, 0xcd, 0x7d, 0x16, 0xe1, 0xba, 0x02, 0x1f, 0x90, 0x08, 0xe8, 0xc0, 0x7f, 0x80, 0x04, 0x9f, 0x48, 0x85, 0x70, 0x21, 0x82, 0x91, 0xcd, 0xc6, 0x25, 0x68, 0x36, 0x1b, 0x46, 0x1f, 0xb6, 0x4c, 0xbe, 0x16, 0xb0, 0x9a, 0xa6, 0x6f, 0x1b, 0x06, 0xf2, 0x4e, 0xe7, 0xce, 0xba, 0x6e, 0x60, 0xa7, 0x8d, 0x20, 0x41, 0x35, 0xd2, 0xaa, 0xdf, 0x77, 0x71, 0x73, 0x62, 0x7b, 0x75, 0x4f, 0x56, 0xe7, 0xee, 0x31, 0xa4, 0xe8, 0xdd, 0xc0, 0xe2, 0x4f, 0x3f, 0x1f, 0x51, 0xae, 0x46, 0x82, 0x2d, 0x14, 0xc9, 0xbd, 0xe4, 0xfe, 0xbd, 0x7d, 0x05, 0x1d, 0x9d, 0xcf, 0x23, 0x4d, 0xbc, 0xfb, 0x2f, 0x8e, 0xf3, 0x2b, 0x80, 0x5f, 0x3e, 0xc9, 0x1a, 0xe3, 0x54, 0x8c, 0xf9, 0xdd, 0xae, 0x5d, 0x75, 0x3c, 0x50, 0x0c, 0x22, 0x54, 0xbd, 0xf4, 0x92, 0xaa, 0x79, 0xf9, 0x65, 0x2f, 0xb2, 0x17, 0xc0, 0x29, 0xac, 0xf6, 0x1d, 0x83, 0xe9, 0x67, 0x9a, 0xcd, 0xcd, 0x28, 0x52, 0xf1, 0x83, 0xce, 0x2f, 0xcf, 0x70, 0x1f, 0x46, 0xfd, 0x5c, 0x40, 0x0f, 0xba, 0x4f, 0x10, 0x52, 0x22, 0xeb, 0x04, 0xb2, 0x20, 0xf1, 0x0e, 0xdf, 0xed, 0x03, 0xab, 0xc0, 0x18, 0x61, 0x3b, 0x02, 0x95, 0xad, 0x90, 0x8d, 0xf8, 0xfe, 0x1e, 0x7e, 0xa7, 0x8b, 0x16, 0x50, 0xc0, 0x8c, 0xda, 0x35, 0x73, 0x29, 0x1f, 0x1f, 0x87, 0xc9, 0x1f, 0xfd, 0x8a, 0xab, 0x60, 0x29, 0x1f, 0x77, 0xf5, 0xad, 0xe7, 0xf7, 0xb0, 0x0a, 0x4b, 0x77, 0x05, 0x58, 0xfe, 0xed, 0xe5, 0x23, 0xca, 0x3d, 0x3e, 0xc2, 0x5c, 0xa9, 0xd8, 0x6d, 0x04, 0x5c, 0x22, 0xb6, 0xfa, 0xe0, 0x5f, 0xe4, 0xf1, 0xf6, 0x13, 0x20, 0x7a, 0xec, 0x03, 0x6b, 0x10, 0x05, 0xa2, 0x57, 0x4d, 0x75, 0xc7, 0xea, 0x8d, 0x7b, 0x06, 0x74, 0xb1, 0x14, 0xd9, 0xd1, 0x87, 0x70, 0x11, 0x1f, 0xf1, 0x89, 0x2a, 0xbe, 0xb8, 0x1a, 0x93, 0x28, 0x99, 0x5b, 0xec, 0x60, 0x2d, 0x56, 0x63, 0x92, 0xcc, 0xc1, 0x39, 0x06, 0x74, 0xd1, 0x71, 0x15, 0xac, 0xf0, 0xf7, 0x6f, 0x08, 0xe8, 0x01, 0x56, 0x0a, 0x3b, 0x9a, 0x17, 0x41, 0x9e, 0x9c, 0x5f, 0xbb, 0x21, 0xc4, 0x23, 0x84, 0x58, 0x08, 0x6b, 0xab, 0x94, 0x57, 0xb6, 0x34, 0xc5, 0x8b, 0x54, 0xcc, 0xfa, 0xdf, 0x7e, 0xd7, 0x55, 0x62, 0xb0, 0x25, 0x63, 0x59, 0x57, 0xf0, 0x96, 0x8e, 0x03, 0xac, 0x28, 0x06, 0xda, 0xf8, 0xd1, 0x23, 0x80, 0xdc, 0xd5, 0x80, 0xf4, 0x08, 0x22, 0x01, 0x37, 0x8a, 0x58, 0x44, 0xed, 0x62, 0x2d, 0xe2, 0x04, 0x5a, 0xe6, 0xed, 0xf4, 0x22, 0xda, 0x41, 0x6c, 0xf3, 0x2b, 0x8c, 0x79, 0x8f, 0x04, 0x70, 0xb3, 0x2c, 0x7d, 0xcc, 0xb6, 0x74, 0x34, 0xc7, 0x02, 0x5c, 0x26, 0xd6, 0x7c, 0x77, 0x57, 0xf6, 0xa4, 0x46, 0xf1, 0x6e, 0x80, 0x40, 0x44, 0x58, 0xe8, 0x38, 0x3f, 0xc3, 0xe7, 0x4a, 0xfb, 0xbd, 0x38, 0x7e, 0x52, 0xe0, 0xb3, 0x0c, 0x03, 0x5b, 0x03, 0x05, 0xbc, 0x36, 0xd6, 0x0d, 0xb8, 0x5a, 0x59, 0x5b, 0xa5, 0xda, 0x04, 0xd8, 0xcf, 0xd7, 0x3e, 0xc0, 0x06, 0x12, 0x9b, 0x24, 0x9d, 0xea, 0xd9, 0xf2, 0x75, 0x67, 0x03, 0xe2, 0x07, 0x2d, 0x98, 0xd4, 0xb7, 0x5d, 0xac, 0x93, 0x6f, 0x73, 0x47, 0x7d, 0xbb, 0x7f, 0xbc, 0x1d, 0x40, 0x31, 0x08, 0x28, 0x61, 0x09, 0x7e, 0x0d, 0xd0, 0x57, 0x43, 0x1f, 0xc5, 0x73, 0x3f, 0x0b, 0xb6, 0x08, 0xdf, 0x34, 0xbe, 0x76, 0xbe, 0xeb, 0x72, 0xbb, 0x38, 0x37, 0xcb, 0xc1, 0x07, 0x16, 0xf9, 0x7e, 0x60, 0xbe, 0xce, 0x84, 0xef, 0x12, 0xe0, 0xae, 0x22, 0x6b, 0x00, 0xfe, 0x3d, 0x82, 0x76, 0xbd, 0x21, 0xd8, 0x3e, 0x41, 0x7b, 0x67, 0x91, 0x4d, 0x14, 0xff, 0xe6, 0xcf, 0xf6, 0x3e, 0xe9, 0x10, 0x06, 0xb1, 0xdb, 0xf3, 0x6f, 0x1a, 0x6d, 0xeb, 0x07, 0xd7, 0xb7, 0xf7, 0xaf, 0xbe, 0xfd, 0x7f, 0x9e, 0xef, 0xc6, 0x84, 0xb8, 0x93, 0x4f, 0x15, 0x41, 0x67, 0xcf, 0xf2, 0x35, 0x33, 0xd4, 0xdd, 0x62, 0xd7, 0xc5, 0xdc, 0x92, 0x47, 0xb3, 0x7a, 0x76, 0x0b, 0xb7, 0xf4, 0x91, 0xc5, 0xbf, 0xf5, 0xbb, 0x55, 0x10, 0x69, 0x7d, 0x85, 0x12, 0xac, 0x1d, 0xff, 0xb6, 0xf1, 0xdb, 0x1a, 0xd8, 0xf9, 0xdb, 0xe0, 0xee, 0xdf, 0xc8, 0x11, 0x5e, 0xd2, 0xf8, 0xc9, 0x13, 0x4c, 0x5a, 0xf8, 0xa4, 0xa1, 0xf3, 0x1b, 0x7c, 0x80, 0xe4, 0x66, 0x3b, 0xfe, 0x3f, 0x23, 0x43, 0x91, 0x9f, 0xcf, 0xd9, 0xde, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_cut_128_png_len = 11538; unsigned char gtk_cut_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x33, 0xe7, 0x00, 0x00, 0x33, 0xe7, 0x01, 0x4f, 0xbd, 0xbc, 0xb3, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0e, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x43, 0x75, 0x74, 0x2c, 0x37, 0x10, 0x3c, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x47, 0x61, 0x72, 0x72, 0x65, 0x74, 0x74, 0x20, 0x4c, 0x65, 0x20, 0x53, 0x61, 0x67, 0x65, 0x73, 0x40, 0x35, 0x7f, 0x00, 0x00, 0x00, 0x58, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x00, 0x43, 0x43, 0x30, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x20, 0x44, 0x65, 0x64, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x76, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x7a, 0x65, 0x72, 0x6f, 0x2f, 0x31, 0x2e, 0x30, 0x2f, 0xc6, 0xe3, 0xbd, 0xf9, 0x00, 0x00, 0x48, 0xb2, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x78, 0x15, 0xd7, 0x99, 0xf6, 0x80, 0x01, 0xd3, 0x8b, 0xa9, 0xc6, 0x80, 0x6d, 0x6c, 0x0c, 0x36, 0x76, 0xdc, 0x71, 0xef, 0x6d, 0x9d, 0x78, 0xb3, 0x29, 0x9b, 0x6c, 0x36, 0xd9, 0xcd, 0x66, 0x93, 0xdd, 0x24, 0x9b, 0xe2, 0xe4, 0x8f, 0x37, 0xd9, 0xcd, 0x6e, 0xb2, 0x21, 0xb6, 0x0a, 0x92, 0x28, 0x36, 0xbd, 0x17, 0x51, 0x4c, 0x37, 0x18, 0x30, 0x60, 0x3a, 0x42, 0x12, 0x20, 0x50, 0x17, 0xea, 0x5d, 0x08, 0x89, 0xde, 0x8d, 0x8d, 0xed, 0xf9, 0xbf, 0x77, 0xe6, 0x9c, 0xcb, 0x37, 0x67, 0xce, 0xad, 0x48, 0x17, 0x01, 0x33, 0xcf, 0xf3, 0x72, 0x85, 0x74, 0xef, 0x9d, 0x99, 0x73, 0xde, 0xf7, 0x9c, 0xaf, 0x9d, 0x33, 0x86, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0xe1, 0x1d, 0xde, 0x71, 0x15, 0x1e, 0x89, 0x89, 0xef, 0x0c, 0x49, 0x48, 0x8a, 0x79, 0x73, 0x54, 0x52, 0xec, 0xf7, 0x46, 0x8e, 0x1c, 0xd9, 0xda, 0x6b, 0x91, 0xcb, 0x3f, 0x46, 0x8f, 0x8e, 0xb9, 0x75, 0x54, 0x52, 0xcc, 0xef, 0xe2, 0x13, 0x63, 0xbe, 0x3d, 0x76, 0xec, 0xd8, 0x0e, 0x5e, 0x8b, 0xb4, 0xc0, 0x23, 0x3e, 0x31, 0xf6, 0x47, 0xa3, 0x12, 0x63, 0xf7, 0x10, 0x4c, 0x89, 0x84, 0xc4, 0xd8, 0xd1, 0x5e, 0xcb, 0x5c, 0xee, 0x80, 0x92, 0xd8, 0x8f, 0xda, 0xb2, 0x81, 0xb5, 0xeb, 0xe9, 0xf8, 0xa4, 0x98, 0xe4, 0xb8, 0xd1, 0x71, 0xc3, 0xbc, 0xd6, 0x69, 0x21, 0x07, 0x75, 0xca, 0x0f, 0x39, 0xf1, 0x19, 0x2e, 0x8e, 0x1a, 0xf5, 0xf6, 0x7d, 0x5e, 0x0b, 0x5d, 0xc6, 0xc0, 0x42, 0x64, 0xd7, 0xb7, 0x6d, 0xcc, 0x21, 0x9a, 0x61, 0x3b, 0x7a, 0x2d, 0xd4, 0x02, 0x0e, 0x1a, 0xe9, 0xd3, 0xfc, 0x08, 0x80, 0x10, 0xb7, 0xcd, 0x6b, 0xa1, 0x48, 0x47, 0xff, 0xb8, 0x67, 0xa8, 0x0d, 0xbf, 0xf4, 0xdb, 0xb6, 0x49, 0xb1, 0xff, 0xe4, 0xb5, 0xd2, 0x95, 0x1e, 0xfd, 0x47, 0xbd, 0x3d, 0x3c, 0x60, 0x27, 0xd9, 0x1d, 0xf5, 0x5d, 0xaf, 0xa5, 0xc2, 0x3b, 0x68, 0x74, 0x6f, 0x43, 0x66, 0x65, 0x8e, 0xc3, 0xa4, 0x4c, 0x8a, 0x73, 0xb4, 0x2b, 0xfd, 0x7d, 0xbb, 0xd7, 0x52, 0x57, 0xde, 0xfc, 0x99, 0xc7, 0x3b, 0x25, 0x79, 0xfe, 0x1c, 0x73, 0xe1, 0xa2, 0xf9, 0xa6, 0xe2, 0x0b, 0xd4, 0x78, 0xd3, 0x75, 0x98, 0xb3, 0x2a, 0x02, 0x09, 0xca, 0x40, 0x92, 0x96, 0xbe, 0xcb, 0x35, 0xb8, 0xc4, 0x25, 0xc5, 0x3d, 0xe1, 0xb5, 0xd6, 0x15, 0x9b, 0xa2, 0x63, 0x1f, 0xa0, 0x4e, 0xf8, 0x9c, 0x77, 0xc8, 0xfe, 0xcc, 0x0c, 0xb3, 0xb2, 0xb2, 0xc2, 0x4c, 0x1a, 0x13, 0xef, 0x1c, 0xad, 0x12, 0x62, 0xdf, 0xf6, 0x5a, 0x2c, 0xb4, 0x23, 0x36, 0x36, 0xb6, 0x2f, 0xb5, 0xd9, 0x09, 0xde, 0x7e, 0x2b, 0x57, 0x2d, 0x33, 0x8f, 0x1f, 0x3f, 0x6a, 0xce, 0x5f, 0x38, 0x4f, 0x1d, 0x5c, 0xd2, 0x4c, 0xd3, 0x6c, 0xe5, 0xb5, 0xda, 0x95, 0x70, 0xd0, 0x68, 0x0a, 0xe6, 0x9d, 0x31, 0x75, 0xfa, 0x64, 0xf3, 0xd8, 0xb1, 0x23, 0x56, 0x47, 0xad, 0xdf, 0xb0, 0x56, 0x1d, 0xad, 0x3e, 0x89, 0x8f, 0x8f, 0x1f, 0xec, 0xb5, 0x5a, 0xf8, 0xb3, 0xea, 0xd8, 0x77, 0x93, 0xcc, 0x83, 0x07, 0x6b, 0xad, 0x76, 0x2d, 0x28, 0xc8, 0x73, 0xcd, 0x02, 0x09, 0x09, 0x71, 0xff, 0xe2, 0xb5, 0x5a, 0xd4, 0xc9, 0x1f, 0xf3, 0x1d, 0xb5, 0x23, 0x72, 0x72, 0x33, 0xad, 0x4e, 0x02, 0x1a, 0x1b, 0x0f, 0x99, 0xe3, 0x27, 0x8e, 0x53, 0x3b, 0x6b, 0x95, 0xd7, 0x72, 0xc1, 0x7c, 0xaa, 0x98, 0xa7, 0x55, 0x9f, 0x6a, 0x67, 0xca, 0x36, 0x5f, 0xbb, 0x02, 0x4b, 0x96, 0x2d, 0x72, 0x45, 0x84, 0x46, 0x8d, 0x1a, 0xd5, 0xcd, 0x6b, 0xbd, 0xa8, 0x75, 0xd2, 0xa8, 0x6e, 0xd4, 0xf0, 0xb5, 0xbc, 0x13, 0x16, 0x2d, 0x9e, 0xef, 0xe8, 0x24, 0x60, 0xcf, 0x9e, 0x74, 0xb7, 0x43, 0x3c, 0x3a, 0xf6, 0x75, 0xaf, 0x05, 0xf5, 0xc7, 0xd2, 0xa5, 0x4b, 0x6f, 0xa0, 0x36, 0xca, 0xe2, 0xed, 0x35, 0x7d, 0xc6, 0x14, 0xf3, 0xe8, 0xd1, 0xc3, 0x8e, 0x76, 0xad, 0xa9, 0xad, 0x32, 0x47, 0x8f, 0x4d, 0x70, 0xb6, 0x6b, 0x42, 0xcc, 0x74, 0xaf, 0x05, 0xa3, 0x25, 0x80, 0xa4, 0x98, 0xd9, 0xbc, 0xf1, 0x93, 0xc6, 0x8c, 0x22, 0xbb, 0xbf, 0xcc, 0x25, 0x00, 0x60, 0x5e, 0xf2, 0x6c, 0x55, 0x04, 0x25, 0xe3, 0xc7, 0x8f, 0xbf, 0xd1, 0x6b, 0xc5, 0xd0, 0x1c, 0x5f, 0x98, 0x3c, 0xba, 0x76, 0xdd, 0xb4, 0x79, 0x83, 0xda, 0xae, 0x5f, 0xc6, 0x27, 0xc6, 0xff, 0x8d, 0xd7, 0x8a, 0xcd, 0x6e, 0xfa, 0xc4, 0xbf, 0xaa, 0x4e, 0xd1, 0x1f, 0x6f, 0x5a, 0xaf, 0xed, 0x24, 0xa0, 0xa4, 0xa4, 0xc8, 0x15, 0xbe, 0xa3, 0x29, 0xfb, 0x3f, 0xbd, 0x96, 0x0c, 0xee, 0xf8, 0xae, 0xf8, 0x60, 0xa9, 0xdf, 0x76, 0x3d, 0x72, 0xa4, 0xd1, 0xf2, 0xb9, 0x14, 0x11, 0x54, 0x8f, 0x1c, 0x3f, 0xb2, 0xab, 0xd7, 0x9a, 0xcd, 0x74, 0x24, 0x25, 0x25, 0x75, 0xa2, 0x46, 0x2e, 0x57, 0x1d, 0x5f, 0x74, 0x86, 0xbf, 0x8e, 0x02, 0x56, 0x7f, 0xb8, 0x52, 0xed, 0xa8, 0xd3, 0x09, 0x09, 0x09, 0xfd, 0xbd, 0x16, 0x65, 0x03, 0x4b, 0x52, 0xcc, 0x5c, 0x87, 0xe3, 0x3b, 0x2e, 0xc9, 0xac, 0x3b, 0x58, 0xe3, 0x68, 0x47, 0x19, 0x60, 0x90, 0x28, 0x2a, 0x3e, 0xe0, 0x1a, 0x5c, 0x12, 0x12, 0x63, 0x67, 0x78, 0xad, 0xd9, 0x6c, 0x9d, 0x14, 0x3b, 0x49, 0x4d, 0xcc, 0x14, 0x16, 0xe6, 0x3b, 0x3a, 0xe5, 0xf0, 0xe1, 0x06, 0xf3, 0xe0, 0xc1, 0x83, 0x8e, 0xdf, 0x1d, 0x3a, 0x54, 0x67, 0xbe, 0x3b, 0x7e, 0x8c, 0x2a, 0x82, 0x79, 0x5e, 0x8b, 0xfa, 0x1c, 0xdf, 0x27, 0xd5, 0x59, 0x75, 0xc7, 0x4e, 0xa7, 0xe3, 0x0b, 0x3f, 0xa0, 0xa6, 0xa6, 0xc6, 0xe5, 0x0f, 0x6c, 0xd8, 0xb8, 0xce, 0xf3, 0xb3, 0xa2, 0xd8, 0x49, 0x5f, 0xf0, 0x86, 0x46, 0xa8, 0x53, 0x1d, 0xed, 0x41, 0x7e, 0x74, 0x94, 0x3a, 0x2b, 0xa4, 0xa4, 0x6c, 0x77, 0xd9, 0xac, 0x48, 0xf5, 0x7b, 0x8e, 0xaf, 0xdb, 0xf1, 0x9d, 0xa6, 0x71, 0x7c, 0xd1, 0xae, 0xd5, 0xd5, 0xd5, 0x66, 0x5d, 0x5d, 0x9d, 0x62, 0x0a, 0x1d, 0xb6, 0x1c, 0x65, 0xa5, 0x6d, 0xeb, 0xe2, 0xe3, 0xe3, 0x7b, 0x78, 0xac, 0x6d, 0xa2, 0x03, 0x4e, 0x2b, 0x9c, 0x57, 0xde, 0xc8, 0x53, 0xa6, 0x4d, 0x74, 0x91, 0xfc, 0xf0, 0xe1, 0x46, 0x8b, 0xfc, 0x40, 0x5d, 0x5d, 0x2d, 0x4d, 0xd9, 0xce, 0xe9, 0x7b, 0xfa, 0xcc, 0xa9, 0x6a, 0x47, 0xed, 0xbb, 0xde, 0x4b, 0xa6, 0x13, 0x12, 0x62, 0x7e, 0xa5, 0x8e, 0xe0, 0x07, 0x0e, 0xe4, 0xbb, 0xda, 0x15, 0xe4, 0x97, 0x40, 0x88, 0x99, 0xff, 0xbd, 0x98, 0x4c, 0xa1, 0xc4, 0xd1, 0xf1, 0xaa, 0x29, 0x34, 0xcd, 0x63, 0x6e, 0x53, 0x8d, 0xfe, 0xe4, 0xb4, 0xaa, 0xa6, 0x4f, 0xc1, 0x01, 0x77, 0x74, 0x02, 0xa4, 0x97, 0x02, 0x00, 0x1a, 0x1b, 0x1b, 0x1c, 0x7f, 0x3f, 0x70, 0x20, 0x4f, 0x53, 0x27, 0x14, 0xf7, 0xef, 0xd7, 0xaf, 0x4f, 0x35, 0xb2, 0x4f, 0x30, 0xc7, 0x17, 0x03, 0x47, 0x6d, 0x6d, 0xad, 0x43, 0x00, 0x80, 0xea, 0x0f, 0x68, 0x4c, 0xa1, 0x2f, 0xe2, 0x47, 0xc7, 0x3f, 0xec, 0xb1, 0xf7, 0x32, 0x8f, 0xb1, 0x63, 0x47, 0xde, 0x44, 0x8d, 0x79, 0x9c, 0x37, 0xee, 0x87, 0x6b, 0x57, 0xb9, 0xc8, 0x7f, 0xe8, 0x50, 0xbd, 0x83, 0xfc, 0x12, 0x6a, 0x47, 0x2d, 0x5b, 0xbe, 0x58, 0xed, 0xa8, 0xc3, 0xd7, 0xeb, 0x74, 0x4d, 0xf7, 0x3e, 0x47, 0x75, 0x7c, 0x65, 0xc6, 0x57, 0xa2, 0xa1, 0xe1, 0x90, 0x8b, 0xfc, 0xfe, 0x4c, 0x21, 0x4d, 0x54, 0x68, 0xb3, 0xc7, 0xe0, 0xcb, 0xef, 0xa4, 0xb1, 0xce, 0xb4, 0xfc, 0x68, 0xb3, 0xbe, 0xbe, 0xce, 0xaf, 0xe9, 0xa3, 0x02, 0xc2, 0xe0, 0xef, 0xad, 0xad, 0xad, 0x36, 0xc7, 0x8c, 0x4b, 0x54, 0x3b, 0x6a, 0xbc, 0xe7, 0xf8, 0xc2, 0xf1, 0xdd, 0xaa, 0x38, 0xbe, 0x47, 0xb4, 0xe4, 0x97, 0x80, 0x38, 0xf8, 0xfb, 0xf3, 0xf2, 0x72, 0x5c, 0x33, 0x2c, 0xf9, 0x59, 0x6f, 0x78, 0x2c, 0x8e, 0xf0, 0x18, 0x3d, 0x7a, 0x64, 0x2f, 0xd4, 0xf0, 0xf0, 0x06, 0xdd, 0xbe, 0x63, 0x8b, 0xc6, 0xf4, 0xa9, 0xf3, 0x2b, 0x00, 0x9d, 0x43, 0xbc, 0x65, 0xeb, 0xa6, 0xeb, 0x7a, 0xe1, 0x8c, 0xe5, 0xf8, 0x26, 0xc4, 0x64, 0x06, 0x77, 0x7c, 0xeb, 0xb4, 0xc4, 0xaf, 0xaa, 0xaa, 0xf2, 0x41, 0xfd, 0xcc, 0xc2, 0x45, 0xc9, 0x6a, 0xdb, 0xee, 0xf7, 0x98, 0x1c, 0xf1, 0xe8, 0x1f, 0xf7, 0x07, 0xde, 0x98, 0x93, 0xa6, 0x8c, 0xb7, 0xa6, 0x5a, 0x75, 0x8a, 0x0e, 0x44, 0x7e, 0x00, 0x1d, 0xa9, 0x4e, 0xd7, 0x93, 0xa7, 0x4e, 0xb8, 0x6e, 0x17, 0xce, 0xd0, 0xfd, 0xfe, 0xd2, 0x95, 0xf1, 0x55, 0x7c, 0x2a, 0x84, 0x93, 0x75, 0x84, 0x57, 0xa1, 0x9a, 0x42, 0x65, 0xe5, 0x25, 0xee, 0xdc, 0x40, 0x42, 0xcc, 0xe3, 0x1e, 0x9b, 0x23, 0xe9, 0xa8, 0xa4, 0x98, 0xec, 0xc0, 0x53, 0xf4, 0xe1, 0xa0, 0xe4, 0xf7, 0xe7, 0x10, 0x67, 0x65, 0xed, 0xbf, 0x2e, 0x17, 0xce, 0xc4, 0xc5, 0xc5, 0xf5, 0xa4, 0x7b, 0x3d, 0xea, 0x70, 0x7c, 0x57, 0xba, 0x33, 0xbe, 0x68, 0xb3, 0x40, 0xc4, 0xe7, 0x50, 0xdb, 0xf6, 0xfd, 0x25, 0x0b, 0xae, 0x7b, 0x13, 0xb3, 0x09, 0xc2, 0x73, 0x09, 0x03, 0xb8, 0x8d, 0x8a, 0x30, 0x9b, 0x6a, 0xfb, 0x07, 0x33, 0x7d, 0x38, 0x10, 0xc9, 0x70, 0x3a, 0xc4, 0xc7, 0xae, 0xcb, 0x85, 0x33, 0x6a, 0x1d, 0x95, 0x9d, 0xf1, 0x75, 0x3a, 0xbe, 0xf5, 0xf5, 0x07, 0x43, 0x26, 0x3f, 0xa0, 0x46, 0x85, 0xb2, 0xb3, 0x33, 0xd5, 0x95, 0x63, 0x55, 0x1e, 0xa3, 0xc3, 0xef, 0xa8, 0xbf, 0xe3, 0x8d, 0x38, 0x37, 0x79, 0xb6, 0xab, 0x16, 0x25, 0x54, 0xf2, 0xbb, 0x1d, 0xe2, 0x63, 0xe6, 0x89, 0x13, 0xc7, 0xcc, 0xca, 0xaa, 0x0a, 0xab, 0x90, 0x4e, 0xa9, 0x13, 0x7a, 0xe7, 0x9a, 0x1d, 0xfd, 0x93, 0xe2, 0x9e, 0xd0, 0x65, 0x7c, 0xd1, 0x16, 0x00, 0xda, 0x05, 0xb3, 0x6a, 0x30, 0xb3, 0x47, 0x07, 0x88, 0x86, 0xf7, 0x8d, 0xda, 0xae, 0x34, 0xf3, 0xf4, 0xf6, 0x58, 0x7d, 0x19, 0xf6, 0xff, 0xda, 0x75, 0x1f, 0xba, 0x46, 0xa9, 0x70, 0x05, 0x20, 0xc3, 0xa2, 0xb2, 0xc3, 0x01, 0x4d, 0xfc, 0xfa, 0x9a, 0x5c, 0x38, 0x23, 0x32, 0xbe, 0xfb, 0xd5, 0x52, 0x67, 0xb5, 0x3d, 0x90, 0x4b, 0x09, 0x97, 0xfc, 0x00, 0xda, 0x96, 0xf7, 0xcf, 0xac, 0xd9, 0xd3, 0x9c, 0x02, 0x48, 0x8c, 0x7b, 0xca, 0x63, 0x75, 0x38, 0x26, 0x50, 0x52, 0xec, 0x5f, 0x78, 0x03, 0x6e, 0xde, 0xf2, 0xb1, 0x12, 0xce, 0xac, 0x8d, 0x48, 0x00, 0x48, 0xe9, 0xf3, 0x0e, 0x87, 0xb3, 0x77, 0x3d, 0x2c, 0x9c, 0xd1, 0x3a, 0xbe, 0x05, 0x79, 0x8e, 0xb6, 0x80, 0x2d, 0x1f, 0x09, 0xf9, 0x81, 0xda, 0xda, 0x9a, 0x80, 0xd1, 0xa0, 0xf8, 0xa4, 0x77, 0x5e, 0xf6, 0x58, 0x1d, 0x9e, 0x00, 0xfe, 0x37, 0x50, 0xdd, 0x4f, 0x28, 0xd1, 0x9f, 0x40, 0x61, 0x51, 0xde, 0xf1, 0x7b, 0x33, 0x34, 0x0b, 0x67, 0x46, 0xc5, 0xbe, 0x76, 0x0d, 0x39, 0xbe, 0xbd, 0xd5, 0x64, 0xe2, 0xf2, 0x15, 0x4b, 0x1d, 0x6d, 0x80, 0x36, 0x0d, 0xd7, 0xf4, 0xa9, 0xac, 0xac, 0xf4, 0x81, 0x9b, 0x40, 0xc0, 0x5c, 0x65, 0x1d, 0x46, 0x42, 0x42, 0xec, 0x0b, 0x1e, 0xab, 0xc3, 0xf2, 0x01, 0x62, 0xbf, 0xcb, 0x1b, 0x70, 0xfe, 0xc2, 0xb9, 0xda, 0x14, 0x7d, 0x24, 0x02, 0xc0, 0xe7, 0xf0, 0x1d, 0x9c, 0x00, 0x73, 0xe7, 0xcd, 0x52, 0x45, 0x50, 0x44, 0x0e, 0x71, 0xbb, 0x6b, 0x64, 0xf4, 0x9f, 0xe5, 0xca, 0xf8, 0xd6, 0xd7, 0x3a, 0xee, 0x1f, 0xfe, 0x51, 0xa8, 0x64, 0x57, 0x51, 0x5d, 0x5d, 0xe5, 0xf2, 0xcf, 0x70, 0x0e, 0x7e, 0xce, 0x98, 0xb1, 0x31, 0xb7, 0x78, 0xac, 0x0e, 0xe3, 0x48, 0x4c, 0x7c, 0xe7, 0x0e, 0xb5, 0xfe, 0xa7, 0xa6, 0xa6, 0x2a, 0xe4, 0x0c, 0x70, 0x30, 0x60, 0x06, 0xb9, 0x44, 0x80, 0xe3, 0xda, 0xf8, 0x75, 0x7c, 0x42, 0xec, 0xef, 0xaf, 0xfe, 0x68, 0x5a, 0xcc, 0xe3, 0x6a, 0x15, 0x2d, 0xd6, 0xf8, 0xe2, 0x9e, 0x6d, 0x1c, 0xb3, 0x06, 0x13, 0x75, 0xf4, 0x0f, 0x44, 0x78, 0x15, 0xe8, 0x07, 0xde, 0x2f, 0xfb, 0xf6, 0xef, 0x71, 0xad, 0x19, 0xf6, 0x18, 0x1d, 0xd9, 0xc8, 0xe5, 0xd8, 0xeb, 0xf3, 0x83, 0x55, 0xcb, 0xfd, 0x96, 0x3f, 0x47, 0x32, 0x0b, 0x1c, 0x3b, 0x66, 0x93, 0xff, 0xe4, 0x49, 0x1b, 0x1f, 0xae, 0xf9, 0x40, 0x9d, 0x05, 0x4e, 0xc5, 0x8e, 0x8b, 0xbd, 0xf9, 0x5a, 0x72, 0x7c, 0x91, 0xf1, 0x45, 0xbb, 0xe1, 0x7e, 0xa5, 0x08, 0xe0, 0xf8, 0x86, 0x43, 0x78, 0x0e, 0x7c, 0xd6, 0xb5, 0x52, 0x6c, 0xda, 0x24, 0x65, 0xbd, 0x70, 0xdc, 0x18, 0x8f, 0xcd, 0x11, 0x1c, 0x62, 0xc3, 0x5b, 0xc7, 0x2c, 0x80, 0xd2, 0x5b, 0xb5, 0x5e, 0x05, 0x0e, 0x58, 0xb8, 0x02, 0xc0, 0x88, 0x87, 0x0c, 0xb1, 0x24, 0x3f, 0xd0, 0xd0, 0x70, 0xd0, 0x1c, 0xf7, 0xde, 0xb5, 0xb3, 0x70, 0x66, 0x54, 0x62, 0xdc, 0x7f, 0xb8, 0x4a, 0x9d, 0x0b, 0xf3, 0x1c, 0xf7, 0x0c, 0xc7, 0x37, 0x52, 0xf2, 0x03, 0x6a, 0x29, 0xc4, 0xb6, 0xed, 0x5b, 0x5c, 0x55, 0xa1, 0x71, 0x63, 0xe2, 0xee, 0xf2, 0xd8, 0x1c, 0xe1, 0x08, 0xa6, 0x6e, 0xcf, 0x87, 0xf0, 0x9a, 0x5a, 0xe1, 0x79, 0xe8, 0xd0, 0xa1, 0xa0, 0x64, 0xf7, 0x07, 0x74, 0x20, 0x27, 0xc4, 0xae, 0xd4, 0x9d, 0xd7, 0xc4, 0xc2, 0x19, 0x7f, 0x19, 0x5f, 0x7e, 0xaf, 0x30, 0x7f, 0xc2, 0x35, 0x77, 0x9c, 0x8e, 0x6f, 0xbd, 0x32, 0x1b, 0xd7, 0xba, 0x6c, 0x7f, 0xc2, 0x54, 0x8f, 0xc9, 0x97, 0x65, 0xc3, 0xc6, 0xbe, 0xa0, 0x8e, 0x62, 0xe9, 0xbb, 0x53, 0x7d, 0x8d, 0x2e, 0xed, 0x78, 0xee, 0x10, 0x07, 0x22, 0xbc, 0x0a, 0x7c, 0x8e, 0x9b, 0x41, 0xf8, 0xae, 0x19, 0xb3, 0x5c, 0x0b, 0x67, 0xf6, 0x43, 0x8c, 0x57, 0xd5, 0xe8, 0x9f, 0x10, 0x33, 0x93, 0xdf, 0x03, 0x2a, 0x60, 0xe1, 0xf8, 0x72, 0x01, 0xc0, 0xf1, 0x8d, 0x94, 0xfc, 0x68, 0x3b, 0x99, 0x3c, 0x93, 0x7d, 0xb1, 0x7c, 0xc5, 0x12, 0xb5, 0xdd, 0x8e, 0xa1, 0xa0, 0xd1, 0x63, 0xf1, 0xe5, 0x47, 0x84, 0x96, 0xf1, 0x86, 0x7d, 0x6f, 0xc2, 0x58, 0xc5, 0x89, 0xb5, 0x63, 0xd8, 0xe1, 0x10, 0x5f, 0x2d, 0xeb, 0xbd, 0x44, 0x8c, 0x13, 0x66, 0x51, 0xd1, 0x81, 0xab, 0x7a, 0xe1, 0x0c, 0x39, 0xbe, 0x8f, 0xa8, 0x8e, 0x2f, 0x32, 0xbe, 0xb8, 0x37, 0x79, 0x9f, 0x98, 0x45, 0x2f, 0x67, 0xf4, 0x47, 0xfe, 0x84, 0xb7, 0x3f, 0x56, 0x91, 0xa9, 0x6d, 0x16, 0x9f, 0x10, 0xf3, 0x73, 0x8f, 0xbd, 0x4d, 0x70, 0xc4, 0x8c, 0x89, 0x19, 0x48, 0x0d, 0x7a, 0x8e, 0x37, 0x2e, 0x32, 0xb8, 0xbc, 0x03, 0x64, 0x16, 0x33, 0x52, 0x11, 0xd8, 0x8e, 0xe1, 0x09, 0x1f, 0x74, 0xa3, 0x19, 0xcc, 0x8a, 0x96, 0xde, 0x56, 0x58, 0xe2, 0xa9, 0x06, 0x0f, 0xa6, 0xcf, 0x98, 0x6c, 0x8d, 0xd4, 0xfc, 0xfe, 0x30, 0xf3, 0x45, 0x42, 0xfc, 0x8a, 0x8a, 0x0a, 0x31, 0x6b, 0x5e, 0x6a, 0x77, 0x88, 0xc9, 0x35, 0x6b, 0x26, 0xc4, 0x64, 0x5e, 0x6d, 0xb3, 0x66, 0xcb, 0x76, 0x88, 0x13, 0x62, 0x47, 0xba, 0x37, 0xc3, 0x2a, 0x77, 0x74, 0x84, 0xac, 0x63, 0x89, 0x04, 0xb0, 0x67, 0x41, 0x8c, 0x53, 0xa7, 0x6c, 0xa0, 0xf0, 0xee, 0x6a, 0x5c, 0x38, 0xe3, 0xcf, 0xf1, 0x95, 0xf7, 0x85, 0x7b, 0x44, 0xd8, 0x32, 0x1c, 0xc2, 0x73, 0xd8, 0x8e, 0xaf, 0xb3, 0x7c, 0x02, 0x61, 0x55, 0x6f, 0xc3, 0x81, 0x66, 0x3e, 0xf0, 0x6c, 0x2a, 0x6a, 0xd8, 0x4a, 0xde, 0xd0, 0x0b, 0x16, 0xcd, 0x73, 0xcd, 0x02, 0xc8, 0x48, 0x46, 0x2a, 0x02, 0x8c, 0x64, 0x92, 0x28, 0x80, 0x26, 0xa2, 0xf1, 0x79, 0x52, 0x52, 0xec, 0x57, 0x5a, 0x6e, 0x1b, 0x59, 0xcb, 0x47, 0x8f, 0xa8, 0x8e, 0x2f, 0xbf, 0x27, 0x98, 0x3f, 0xb8, 0xd7, 0x50, 0xc8, 0xae, 0x03, 0xda, 0xd7, 0xd9, 0xde, 0x75, 0xd6, 0x2a, 0x3d, 0xa7, 0xb9, 0x18, 0x33, 0xdb, 0x63, 0x6c, 0xf3, 0xf8, 0x02, 0xdf, 0xd5, 0x6d, 0x88, 0xcb, 0x13, 0x5a, 0x88, 0xed, 0x87, 0xea, 0x08, 0xeb, 0xea, 0x59, 0x40, 0x10, 0x49, 0x16, 0x98, 0x45, 0xae, 0x98, 0x76, 0x52, 0x6c, 0x4a, 0x4b, 0xdd, 0x0e, 0x1c, 0x9b, 0x52, 0xb9, 0x1d, 0xdf, 0x3a, 0x87, 0x00, 0x40, 0xe0, 0x70, 0x08, 0xcf, 0x81, 0x36, 0x92, 0xc9, 0x33, 0x09, 0x6c, 0x9b, 0x7e, 0x2d, 0xe5, 0x4e, 0xae, 0x86, 0xd8, 0xf6, 0x36, 0xde, 0xe0, 0x93, 0xa7, 0x4e, 0xb4, 0x4c, 0x1f, 0x99, 0xd4, 0x91, 0xb1, 0xed, 0x50, 0x08, 0xef, 0x6f, 0x71, 0x07, 0x27, 0x4c, 0x4e, 0x6e, 0xf6, 0x55, 0xb1, 0x70, 0xc6, 0x9f, 0xe3, 0xcb, 0xef, 0x05, 0x82, 0x0e, 0x97, 0xf4, 0x1c, 0x48, 0x72, 0xf1, 0x04, 0x1a, 0x76, 0x86, 0x73, 0x6d, 0x95, 0x9e, 0x14, 0xf3, 0xa6, 0xc7, 0xd2, 0xe6, 0x14, 0x80, 0xfd, 0x48, 0xa4, 0x8b, 0xbc, 0xd1, 0xb7, 0x6d, 0xdf, 0xea, 0x8a, 0x6f, 0x63, 0x34, 0x8f, 0xa4, 0xaa, 0xd1, 0x0e, 0xef, 0x61, 0x16, 0x38, 0xe9, 0xc3, 0xfb, 0x8b, 0x5d, 0x2b, 0x9c, 0x6a, 0xb1, 0x4d, 0x63, 0xcb, 0x76, 0x7c, 0xa7, 0x28, 0xf7, 0x71, 0x82, 0x66, 0xc6, 0xea, 0x88, 0xc9, 0x2f, 0x67, 0x47, 0x09, 0x38, 0xd5, 0xb3, 0xe7, 0x4c, 0x57, 0x97, 0x95, 0xe6, 0x4f, 0x9b, 0x36, 0xad, 0xad, 0xc7, 0xd2, 0xe6, 0x76, 0x88, 0x95, 0x2d, 0x12, 0x31, 0xd5, 0xc3, 0x16, 0xe5, 0x1d, 0x84, 0x59, 0x21, 0xd2, 0xd2, 0x5e, 0xc4, 0xc7, 0xb9, 0x00, 0xb0, 0x93, 0x44, 0x4b, 0x5e, 0x38, 0x33, 0x2a, 0x29, 0xee, 0x67, 0x6e, 0xc7, 0x37, 0xdf, 0x71, 0x0f, 0x70, 0x7c, 0x23, 0x25, 0x3f, 0xcc, 0x25, 0x6c, 0x32, 0xc6, 0xdb, 0x37, 0x35, 0x2d, 0xc5, 0x1d, 0xf6, 0x4c, 0x7a, 0xe7, 0x79, 0x8f, 0x9d, 0xd1, 0x10, 0x40, 0x7c, 0x7c, 0x0f, 0xd5, 0xd9, 0x5b, 0xf9, 0xc1, 0x72, 0x47, 0x07, 0x01, 0x28, 0x75, 0x88, 0x54, 0x04, 0xe8, 0x70, 0x10, 0xe7, 0xf4, 0x69, 0x1b, 0x1b, 0x3f, 0xfe, 0x48, 0xed, 0xf0, 0x0b, 0x78, 0x28, 0x77, 0x4b, 0x75, 0x7c, 0xe5, 0x75, 0xe3, 0x1e, 0x10, 0xf9, 0xc1, 0x3d, 0x45, 0x2a, 0x00, 0x0c, 0x08, 0xce, 0xf2, 0x89, 0x7a, 0xf3, 0xdd, 0xf1, 0x63, 0xd5, 0xf6, 0x58, 0xe8, 0x31, 0x33, 0xba, 0x36, 0xef, 0x2f, 0xd4, 0x11, 0xa8, 0xa8, 0xa8, 0xc0, 0x35, 0x4d, 0x47, 0xb2, 0xbc, 0xcf, 0x76, 0x88, 0x6b, 0x7d, 0x24, 0x02, 0x10, 0x21, 0x9a, 0x30, 0xa9, 0xe5, 0x2d, 0x9c, 0xc1, 0x83, 0x29, 0x5c, 0xb3, 0xe1, 0xa1, 0x83, 0x8e, 0x6b, 0x87, 0xe3, 0x1b, 0x29, 0xf9, 0xd1, 0x16, 0x3c, 0x81, 0xe6, 0xa7, 0x68, 0xf0, 0xb4, 0x57, 0xee, 0x1c, 0xe5, 0xc3, 0xaa, 0x74, 0x54, 0x76, 0x8d, 0x98, 0x39, 0x7b, 0xba, 0x65, 0xff, 0xf3, 0x84, 0x0f, 0xea, 0x84, 0xc2, 0x25, 0xbf, 0x8c, 0x92, 0x60, 0xfb, 0x14, 0x4e, 0xa4, 0x7d, 0xfb, 0xf7, 0xb6, 0xa8, 0x9d, 0x90, 0xb1, 0xf5, 0xa0, 0xce, 0xf1, 0xe5, 0xd7, 0x1c, 0x89, 0xe3, 0x5b, 0x5e, 0x5e, 0xee, 0x03, 0x4c, 0xa7, 0x4b, 0xed, 0x79, 0xdc, 0x2c, 0x2d, 0x2b, 0xbe, 0x26, 0xcb, 0xc6, 0xaf, 0x52, 0x87, 0xd8, 0xfd, 0x3c, 0xab, 0xdd, 0x7b, 0xd2, 0x7c, 0x1d, 0x26, 0xe3, 0xde, 0x70, 0xfe, 0x22, 0x59, 0xec, 0x81, 0xbf, 0xe1, 0x3b, 0x6c, 0x32, 0x9d, 0xb2, 0x90, 0x3c, 0x7f, 0xae, 0x1a, 0x11, 0x2a, 0xbd, 0x12, 0x4f, 0x9c, 0x11, 0x8e, 0xef, 0x6e, 0xb5, 0xd4, 0x19, 0xf7, 0x6d, 0x5f, 0xab, 0x2d, 0x00, 0x84, 0x84, 0xc3, 0x21, 0x3c, 0x07, 0x3e, 0x2b, 0x93, 0x67, 0x00, 0x9c, 0xea, 0x39, 0xf3, 0x66, 0x7a, 0x4f, 0xdc, 0x69, 0x51, 0x22, 0x48, 0x88, 0x5d, 0xe2, 0xac, 0x13, 0x1a, 0x67, 0x8d, 0x5a, 0x3c, 0xfc, 0x87, 0xff, 0x47, 0xb2, 0xd0, 0x03, 0xc0, 0x0c, 0x22, 0xc9, 0x0f, 0x94, 0x57, 0x94, 0xb7, 0x88, 0x27, 0xce, 0xc4, 0x27, 0xc6, 0xfe, 0x54, 0xb7, 0xc6, 0x97, 0x5f, 0x6b, 0x63, 0x63, 0x63, 0xc8, 0x64, 0x57, 0x81, 0xf7, 0x62, 0xf6, 0xe0, 0xed, 0x88, 0xc1, 0xc5, 0xe5, 0xf8, 0x7a, 0x8f, 0x45, 0xba, 0xd2, 0xbe, 0x80, 0xb5, 0x7f, 0xd0, 0x59, 0xb5, 0x4e, 0x88, 0x77, 0x1c, 0x10, 0x69, 0xed, 0x0b, 0x70, 0xfc, 0xf8, 0x71, 0x07, 0xb1, 0xd6, 0xac, 0x5d, 0x75, 0x45, 0x9f, 0x38, 0xe3, 0xdf, 0xf1, 0xbd, 0x74, 0x8d, 0x70, 0x7e, 0x71, 0xed, 0xa1, 0x12, 0x5e, 0x05, 0xfc, 0x06, 0xe7, 0x20, 0xd2, 0x60, 0x0d, 0x2e, 0xca, 0xec, 0xb7, 0xcc, 0x63, 0x60, 0x4b, 0x10, 0x81, 0xb2, 0x83, 0x04, 0x36, 0xd1, 0x42, 0x9d, 0x10, 0xef, 0x40, 0x44, 0x75, 0x22, 0x5f, 0xf5, 0x54, 0x67, 0x91, 0xea, 0xcc, 0x19, 0x1b, 0x47, 0x8f, 0x36, 0x5e, 0xd1, 0x27, 0xce, 0x60, 0xef, 0x7d, 0xa7, 0xe3, 0x9b, 0x60, 0x85, 0x81, 0xe5, 0xf5, 0xe1, 0x5a, 0xb1, 0x52, 0x2e, 0x52, 0xf2, 0xe3, 0x9e, 0xd5, 0x01, 0x64, 0xed, 0x47, 0x1f, 0xaa, 0xf7, 0x7b, 0x3e, 0x3e, 0x3e, 0xfe, 0x36, 0x8f, 0x7d, 0x2d, 0xe0, 0xd0, 0xd6, 0x09, 0x2d, 0x4c, 0x66, 0x1d, 0x68, 0x87, 0x03, 0x51, 0xf0, 0x16, 0xf9, 0xca, 0xa7, 0x23, 0x3e, 0x82, 0x01, 0x69, 0xe9, 0xbb, 0xae, 0x48, 0x01, 0x98, 0x70, 0x7c, 0x3f, 0x57, 0xd7, 0xf8, 0xf2, 0x6b, 0x83, 0xe9, 0x12, 0x29, 0xf9, 0x01, 0x38, 0xff, 0x32, 0x79, 0x06, 0x54, 0xd0, 0x60, 0xe2, 0x7a, 0x00, 0x46, 0x52, 0xec, 0xff, 0x7a, 0xcc, 0x6b, 0x51, 0xa6, 0x50, 0xdc, 0xdf, 0xbb, 0xea, 0x84, 0x72, 0xb2, 0x1c, 0xc9, 0x20, 0x38, 0x71, 0x91, 0xd6, 0xc0, 0xc3, 0x91, 0x86, 0x53, 0xc9, 0x47, 0xd9, 0x99, 0xca, 0xe6, 0x4f, 0xcd, 0x5d, 0x02, 0x2c, 0x1c, 0xdf, 0x74, 0xe7, 0x93, 0x72, 0x26, 0x59, 0x0e, 0x2a, 0x17, 0x00, 0x76, 0x69, 0x88, 0x94, 0xfc, 0xb6, 0xe3, 0x7b, 0xd2, 0x81, 0xe4, 0x05, 0x73, 0x54, 0xb1, 0x97, 0xd1, 0xb5, 0xb4, 0xf7, 0x58, 0xd7, 0xd2, 0x1c, 0xe2, 0xc4, 0x98, 0x8d, 0xce, 0x3a, 0xa1, 0x09, 0xbe, 0x84, 0x96, 0x4c, 0x6a, 0x85, 0xb3, 0x06, 0x56, 0x75, 0x20, 0xb1, 0x70, 0xe6, 0xcc, 0x99, 0xd3, 0x3e, 0x94, 0x94, 0x16, 0x47, 0x75, 0xe1, 0x0c, 0xbe, 0x5b, 0x3d, 0x5f, 0x7e, 0x41, 0xbe, 0xe3, 0x9a, 0x70, 0x7f, 0x91, 0x92, 0x1f, 0xf7, 0x88, 0x30, 0xb2, 0x4c, 0xa0, 0x01, 0x19, 0x19, 0x7b, 0x74, 0xb5, 0x50, 0x5f, 0xf3, 0xd8, 0xd6, 0x02, 0x8f, 0xb8, 0xd1, 0x71, 0xf7, 0x50, 0x07, 0x7d, 0xe6, 0x78, 0x9e, 0xc0, 0xf6, 0x2d, 0x8e, 0xb8, 0xb8, 0x5d, 0x13, 0x53, 0x13, 0x51, 0x29, 0x30, 0xde, 0x67, 0x8f, 0xb6, 0x97, 0x08, 0xb7, 0x62, 0xe5, 0xb2, 0xa8, 0x2c, 0x9c, 0x11, 0x8e, 0xef, 0x61, 0x75, 0x73, 0x2b, 0x7e, 0x2d, 0x20, 0x6c, 0x38, 0x91, 0x1e, 0x8e, 0xb2, 0xb2, 0x32, 0x2b, 0xe3, 0xcb, 0xdb, 0x0a, 0x66, 0x9f, 0x26, 0xf9, 0xf7, 0xa1, 0xc7, 0xb4, 0x16, 0x7c, 0xc4, 0x27, 0xc5, 0x4d, 0x50, 0x33, 0xa3, 0xba, 0x8e, 0x8d, 0x34, 0x33, 0x0a, 0x87, 0x98, 0x93, 0xae, 0xa1, 0xa1, 0x3e, 0x2a, 0x0b, 0x67, 0xc8, 0xf1, 0x9d, 0xa2, 0xde, 0x17, 0xce, 0xcd, 0xaf, 0x05, 0xa5, 0x1f, 0xe1, 0x10, 0x9e, 0xa3, 0xb2, 0xb2, 0x82, 0xe5, 0x3c, 0x6c, 0xe8, 0xf6, 0x4d, 0xc5, 0x7e, 0x4d, 0x1e, 0xcb, 0x5a, 0xb2, 0x00, 0xfc, 0xd4, 0x09, 0xf1, 0x8e, 0x85, 0xfd, 0x8e, 0xb0, 0x68, 0xa4, 0x22, 0x80, 0x59, 0x05, 0xc2, 0x9d, 0x3d, 0x6b, 0x63, 0xfb, 0x8e, 0xad, 0xcd, 0xba, 0x70, 0x26, 0x7e, 0x4c, 0xfc, 0x83, 0xaa, 0xe3, 0x8b, 0x8c, 0xaf, 0x3c, 0x3f, 0xae, 0x05, 0x65, 0x1f, 0xa1, 0x92, 0x5d, 0x87, 0xc3, 0x87, 0x0f, 0x3b, 0x12, 0x68, 0x55, 0xd5, 0x15, 0x2e, 0xc7, 0x97, 0x4c, 0xcc, 0xbf, 0x7a, 0x0c, 0xbb, 0x1a, 0x44, 0x90, 0x10, 0xf3, 0x73, 0xd5, 0x6e, 0x2d, 0x29, 0x29, 0x74, 0xc4, 0xc9, 0xe1, 0x10, 0x47, 0xb2, 0x28, 0x04, 0x40, 0x7d, 0x11, 0x9c, 0x4d, 0x49, 0x40, 0x98, 0x1e, 0x78, 0x6c, 0x6b, 0x73, 0x3c, 0x20, 0x0e, 0x8b, 0x6f, 0xc8, 0xe6, 0x4e, 0x75, 0x64, 0x7c, 0xa7, 0x4f, 0xb6, 0xce, 0x79, 0x49, 0x00, 0xa7, 0xac, 0x6b, 0x0a, 0x87, 0xf0, 0x1c, 0xb6, 0x83, 0x7f, 0x8a, 0xe1, 0xa4, 0xb9, 0x60, 0xe1, 0x3c, 0xd7, 0x1e, 0xff, 0xd7, 0xfa, 0xb3, 0x13, 0xae, 0x99, 0x43, 0x44, 0x4b, 0x32, 0x1c, 0x75, 0x42, 0xb3, 0xa6, 0x09, 0x47, 0xf8, 0x52, 0x47, 0x23, 0xcb, 0x1b, 0xe9, 0x2c, 0x00, 0x67, 0xd3, 0x26, 0xe0, 0x19, 0x0b, 0x79, 0x79, 0xb9, 0x9a, 0xf2, 0xe0, 0x98, 0x6f, 0x5e, 0xbe, 0x63, 0x1f, 0xfb, 0x43, 0xdd, 0xe3, 0x8c, 0xe4, 0x79, 0x71, 0x0d, 0xb8, 0x96, 0x70, 0x49, 0x2f, 0x01, 0xc1, 0x60, 0x30, 0xe0, 0xed, 0x92, 0xa9, 0x79, 0x7a, 0x4e, 0x53, 0xdc, 0x8b, 0x77, 0x44, 0xd3, 0x21, 0x4e, 0x8c, 0x7b, 0x4a, 0x57, 0x27, 0x24, 0x3b, 0xd9, 0x0e, 0x65, 0x9e, 0x8c, 0xa8, 0x4c, 0x58, 0x46, 0x4c, 0x4e, 0x9d, 0x3a, 0xc5, 0x88, 0x78, 0x46, 0xb7, 0x70, 0xa6, 0xe2, 0x72, 0xc2, 0x85, 0x09, 0x09, 0x09, 0x5d, 0xe8, 0x3b, 0x0e, 0xf2, 0xef, 0xc4, 0x63, 0x5e, 0xf9, 0x39, 0xad, 0xf2, 0x8c, 0x08, 0x46, 0x7d, 0x09, 0x64, 0x7c, 0x65, 0x58, 0x17, 0x80, 0x29, 0x35, 0x71, 0xf2, 0x78, 0x75, 0xa1, 0xcb, 0x26, 0x8f, 0x51, 0x57, 0x63, 0x58, 0x34, 0x21, 0xf6, 0x7d, 0xb5, 0x4e, 0x08, 0x0b, 0x65, 0x78, 0xcc, 0x1c, 0xcb, 0xfc, 0x22, 0x29, 0x14, 0x03, 0xe0, 0x10, 0x73, 0x32, 0x62, 0xe1, 0x4c, 0x53, 0x26, 0x8c, 0xb0, 0xa7, 0x26, 0xff, 0xae, 0xd1, 0x63, 0x13, 0x2c, 0xc2, 0xf2, 0x73, 0xe2, 0x1a, 0x22, 0x25, 0x3f, 0x1c, 0x5f, 0x9e, 0xdb, 0x00, 0x3e, 0xde, 0xbc, 0x41, 0x15, 0xf1, 0xa7, 0x71, 0xa3, 0xe3, 0x86, 0x79, 0x6c, 0xba, 0x0a, 0x0f, 0x5d, 0x9d, 0xd0, 0xfa, 0x0d, 0xeb, 0x1c, 0x1d, 0x0e, 0x07, 0x92, 0x57, 0x4c, 0x86, 0x1b, 0x3e, 0xc4, 0x88, 0xc9, 0x09, 0xb9, 0x61, 0xa3, 0x6b, 0xe1, 0xcc, 0xb9, 0x51, 0xa3, 0x46, 0x0d, 0x0a, 0xff, 0xda, 0xdf, 0xb9, 0x5b, 0x0d, 0xe9, 0x6e, 0xdd, 0xb6, 0xd9, 0x71, 0x2e, 0x9c, 0x3b, 0x52, 0xf2, 0x03, 0xc8, 0xf8, 0xf2, 0xb6, 0xa8, 0xab, 0xab, 0x71, 0xad, 0x7c, 0x23, 0x01, 0x8f, 0xf2, 0x98, 0x74, 0x35, 0x8b, 0x20, 0x29, 0xf6, 0xcf, 0x6a, 0x9d, 0x50, 0x55, 0x55, 0xb9, 0x8f, 0xfc, 0x00, 0x6c, 0xe0, 0x48, 0x93, 0x47, 0x30, 0xa1, 0xf0, 0x1d, 0xe7, 0xce, 0x9d, 0xb1, 0x70, 0xe2, 0xe4, 0x31, 0xd7, 0x13, 0x67, 0xe2, 0x13, 0xe3, 0x16, 0x84, 0x3d, 0xfa, 0x27, 0xc5, 0x6e, 0x50, 0x1f, 0x11, 0x8b, 0xd2, 0x6e, 0x79, 0x1e, 0x9c, 0x13, 0xe7, 0x8e, 0x94, 0xfc, 0x10, 0xfd, 0xa5, 0x10, 0xaa, 0x2d, 0x80, 0xc5, 0xae, 0xa7, 0x3b, 0xc6, 0x1c, 0x1a, 0x39, 0x7e, 0x64, 0x57, 0x8f, 0x45, 0x57, 0xb7, 0x43, 0xdc, 0x1e, 0xb6, 0xb8, 0xba, 0x9f, 0x10, 0x8f, 0x9f, 0x03, 0x30, 0x2d, 0x22, 0xaf, 0x9d, 0x69, 0xf4, 0x11, 0xf3, 0xdc, 0xb9, 0xb3, 0xe6, 0x9e, 0xbd, 0xe9, 0x97, 0x55, 0x27, 0xa4, 0x2b, 0xeb, 0xc8, 0xcd, 0xcb, 0xb6, 0xbe, 0x5b, 0x9e, 0x27, 0x12, 0xc7, 0xb7, 0xb4, 0xb4, 0xd4, 0x02, 0x7e, 0x86, 0xe8, 0xf9, 0xfd, 0xe7, 0xea, 0x77, 0xbf, 0xf8, 0x9e, 0xc7, 0xa0, 0x6b, 0xc2, 0x14, 0x8a, 0xfb, 0x96, 0x8b, 0x50, 0xd4, 0xe1, 0x4d, 0x95, 0x45, 0xc5, 0xe7, 0xec, 0x59, 0xe0, 0xac, 0x05, 0x98, 0x27, 0xb3, 0xe7, 0xce, 0x74, 0xd5, 0x09, 0x21, 0x3a, 0x15, 0xec, 0x5a, 0x75, 0x85, 0x7d, 0x78, 0x9c, 0xab, 0xfc, 0x6e, 0x00, 0xce, 0x6a, 0x45, 0x45, 0x79, 0xc8, 0x84, 0x57, 0x81, 0xa2, 0x40, 0x7e, 0xef, 0x10, 0xc3, 0xa4, 0x29, 0x13, 0xae, 0x9a, 0xfd, 0x8f, 0xbc, 0x23, 0x12, 0x87, 0x52, 0x31, 0x29, 0x50, 0x27, 0xc4, 0x47, 0x41, 0x19, 0x4e, 0x8c, 0x74, 0x16, 0x40, 0xf9, 0x31, 0x27, 0x69, 0x59, 0x59, 0x89, 0x66, 0xf1, 0x48, 0xec, 0x8f, 0x83, 0xe7, 0x30, 0x62, 0xdf, 0x56, 0x4d, 0x36, 0x3c, 0xc7, 0x97, 0x7f, 0xb7, 0xce, 0xf1, 0xf5, 0x47, 0x76, 0x15, 0xb8, 0x56, 0x99, 0xc3, 0x90, 0xf7, 0xbe, 0x65, 0xeb, 0x66, 0xf5, 0x5a, 0x2f, 0xb6, 0xe4, 0x1d, 0xf0, 0xbc, 0x23, 0x92, 0xb0, 0xa8, 0xae, 0x4e, 0x68, 0xc7, 0x16, 0x5f, 0x32, 0x49, 0x26, 0x94, 0x60, 0x57, 0x47, 0x52, 0x4a, 0x00, 0x60, 0xe1, 0x0c, 0x27, 0xea, 0xca, 0x0f, 0xd4, 0x3a, 0xa1, 0xb8, 0x46, 0x72, 0x88, 0xbb, 0xf9, 0x25, 0x7f, 0x7c, 0xfc, 0x60, 0x94, 0x1b, 0xf0, 0xcf, 0x7c, 0xbc, 0x69, 0x83, 0xe3, 0x3b, 0xa5, 0xe3, 0x1b, 0x2a, 0xe1, 0x55, 0x20, 0x0a, 0xc6, 0xef, 0x19, 0xb3, 0x01, 0xd6, 0x13, 0x28, 0x02, 0x18, 0xeb, 0x31, 0xe6, 0x1a, 0x3c, 0xe2, 0x13, 0xe2, 0xde, 0x53, 0x17, 0x92, 0xa0, 0x4e, 0xe8, 0x12, 0x21, 0xce, 0x58, 0x5b, 0x2b, 0x46, 0x5a, 0x4e, 0x00, 0xf1, 0xe0, 0x3b, 0x24, 0x59, 0xb1, 0x8a, 0x4a, 0xad, 0x13, 0x4a, 0x48, 0x8c, 0x1d, 0xed, 0xf7, 0xfa, 0x12, 0x63, 0x57, 0xf3, 0xf7, 0xc2, 0x99, 0xb6, 0x1d, 0xdf, 0x4b, 0xa6, 0x15, 0x42, 0x97, 0x91, 0x92, 0x1f, 0xd9, 0x62, 0x9e, 0x40, 0x03, 0x96, 0x2c, 0x5b, 0xa4, 0x92, 0xbf, 0x61, 0xdc, 0xb8, 0x91, 0xdd, 0x3d, 0xb6, 0x5c, 0x8b, 0x02, 0xb0, 0xeb, 0x84, 0x0e, 0x3b, 0xeb, 0x84, 0x96, 0x39, 0x42, 0x8b, 0x97, 0x1b, 0x5b, 0x47, 0x4d, 0x0d, 0xc8, 0x7a, 0xfe, 0x3c, 0x70, 0x4e, 0xb7, 0xc1, 0xee, 0x67, 0x09, 0x09, 0xef, 0x0c, 0x75, 0xfb, 0x29, 0xb1, 0xaf, 0xa8, 0x26, 0x13, 0x32, 0xb2, 0xf8, 0x0e, 0x7c, 0x17, 0xbe, 0xb3, 0xa1, 0xa1, 0x21, 0x62, 0xf2, 0xe3, 0xda, 0x50, 0xc9, 0xca, 0xef, 0xf3, 0x40, 0x61, 0x81, 0xdb, 0xf1, 0x4d, 0x8c, 0xfd, 0xa1, 0xc7, 0x94, 0x6b, 0x59, 0x04, 0x9a, 0xc5, 0xe4, 0x25, 0xa5, 0x45, 0x0e, 0x62, 0xc0, 0x21, 0x8e, 0x34, 0xbb, 0x8a, 0xcf, 0x61, 0x64, 0xb5, 0x89, 0x7b, 0xce, 0x72, 0x58, 0xe1, 0x6f, 0x28, 0xe7, 0xfc, 0x58, 0x89, 0x54, 0xb5, 0xc3, 0x63, 0x59, 0xf9, 0x7b, 0xe6, 0xcd, 0x9f, 0xe3, 0xfb, 0x0e, 0xf9, 0x3d, 0x97, 0x63, 0xfa, 0xc0, 0xd4, 0x51, 0xef, 0x71, 0xea, 0xf4, 0xc9, 0xaa, 0xe3, 0x9b, 0xea, 0x39, 0xbe, 0xd7, 0xf8, 0x61, 0xed, 0x27, 0x94, 0x10, 0x93, 0xe9, 0x78, 0xee, 0xd8, 0x9c, 0x19, 0xc2, 0x11, 0xbe, 0x44, 0x10, 0xd4, 0x09, 0x45, 0x5e, 0x5e, 0x50, 0xef, 0x20, 0x6f, 0x4e, 0x6e, 0x96, 0x6b, 0xa4, 0x8d, 0x4b, 0x8c, 0xfb, 0x2a, 0x73, 0x7c, 0xff, 0x4b, 0xf7, 0x48, 0x58, 0xfe, 0x1d, 0xa8, 0x5e, 0x8d, 0x94, 0xfc, 0xb6, 0xe3, 0xeb, 0xbc, 0xbf, 0x1d, 0x3b, 0x5c, 0x7b, 0xfa, 0x7f, 0x8e, 0xaa, 0x53, 0x8f, 0x21, 0xd7, 0x43, 0x44, 0x68, 0x54, 0xcc, 0x93, 0x6a, 0x9d, 0xd0, 0x9e, 0xbd, 0xbb, 0x7d, 0xe4, 0x40, 0x9c, 0x1d, 0xa3, 0x38, 0xc2, 0x9b, 0x91, 0x8a, 0x00, 0xe6, 0x06, 0x27, 0xb0, 0x5a, 0x5d, 0x29, 0xf7, 0x13, 0x4a, 0x4c, 0x4c, 0xec, 0x87, 0x2d, 0xc5, 0xf9, 0xdf, 0xd6, 0xad, 0x5f, 0xeb, 0xf8, 0x2c, 0x1c, 0xdf, 0x48, 0xc9, 0x5f, 0x52, 0x52, 0x62, 0x65, 0x7c, 0xed, 0x7b, 0xb2, 0x81, 0x95, 0x6d, 0xaa, 0x6f, 0x82, 0xfd, 0x56, 0x3d, 0x66, 0x5c, 0x4f, 0xb9, 0x81, 0xc4, 0xb8, 0x45, 0x6a, 0x9d, 0x10, 0x88, 0xc6, 0x13, 0x5a, 0x58, 0x38, 0x13, 0x69, 0xb2, 0x09, 0x0e, 0x31, 0x27, 0x31, 0x4a, 0x8e, 0x35, 0x3b, 0xaa, 0xbd, 0x85, 0x3d, 0x35, 0xf9, 0xef, 0xb0, 0xdb, 0x04, 0x96, 0x25, 0xca, 0xcf, 0xe1, 0x3a, 0x50, 0xb6, 0x1d, 0x0e, 0xe1, 0x39, 0xb0, 0x3e, 0x98, 0x27, 0xd0, 0x00, 0xcd, 0x2a, 0xb6, 0x23, 0x58, 0x71, 0xe6, 0xb1, 0xe2, 0x3a, 0x3a, 0xb0, 0x97, 0xa5, 0x5a, 0x27, 0xb4, 0xf1, 0xe3, 0xf5, 0x3e, 0xf2, 0x4b, 0x20, 0x72, 0x12, 0x49, 0xb2, 0xc9, 0x0e, 0x39, 0x1e, 0x71, 0x88, 0xe0, 0xa3, 0xf5, 0x6b, 0xdc, 0x75, 0x42, 0x49, 0xce, 0x99, 0x68, 0x6f, 0xc6, 0x1e, 0xc7, 0x67, 0x30, 0x5a, 0x87, 0x43, 0x78, 0x0e, 0xfc, 0x1d, 0x33, 0xd1, 0xa5, 0xfb, 0x39, 0x43, 0xbf, 0x2b, 0xd6, 0xe5, 0x27, 0x7e, 0xea, 0x31, 0xe2, 0x7a, 0x9c, 0x05, 0x34, 0x75, 0x42, 0xa8, 0xe8, 0xe4, 0x02, 0x00, 0x81, 0xc2, 0x4d, 0x36, 0x71, 0xdb, 0x1b, 0x26, 0xc7, 0x27, 0x9f, 0x9c, 0xb7, 0x80, 0x90, 0xa6, 0x66, 0x3f, 0x21, 0xf6, 0x0c, 0xe4, 0xe9, 0x16, 0xe9, 0xe5, 0xfb, 0x55, 0xc7, 0x37, 0x10, 0xd9, 0x75, 0x40, 0x88, 0x97, 0xdf, 0x0b, 0xae, 0x25, 0xda, 0x3b, 0x59, 0x78, 0x47, 0x0b, 0x3e, 0x44, 0x9d, 0x50, 0xc0, 0xb2, 0x03, 0x99, 0x79, 0x8d, 0xd4, 0x06, 0x07, 0x09, 0x25, 0xa1, 0x01, 0x3c, 0xe3, 0xd8, 0x9f, 0x00, 0xca, 0xcb, 0x4b, 0x1d, 0xef, 0x45, 0xc1, 0x5a, 0xb8, 0xa4, 0x97, 0x80, 0x70, 0x78, 0x4e, 0x02, 0x48, 0x4b, 0x4f, 0xf5, 0x1e, 0x66, 0xe7, 0x1d, 0x6a, 0x58, 0x34, 0xe6, 0x3b, 0xba, 0x15, 0x57, 0x9c, 0x38, 0x88, 0xa0, 0x94, 0x97, 0x47, 0x1e, 0x82, 0xc4, 0x48, 0x2e, 0x49, 0x8d, 0xef, 0x73, 0x8d, 0xc2, 0x84, 0xd5, 0x6b, 0x3e, 0x70, 0x90, 0x1f, 0xeb, 0x8e, 0x23, 0x25, 0x3f, 0x00, 0xf3, 0x8b, 0xdf, 0x03, 0xbe, 0xef, 0x4a, 0xee, 0x66, 0xe7, 0x1d, 0x2d, 0x39, 0x2a, 0xa4, 0x3c, 0x77, 0x6c, 0xea, 0xf4, 0x89, 0x16, 0x69, 0x25, 0x79, 0x90, 0x88, 0xc2, 0x46, 0xb3, 0x97, 0x93, 0x81, 0xe5, 0xe4, 0x46, 0xde, 0x41, 0x15, 0xc0, 0x9e, 0x3d, 0x69, 0x0e, 0x91, 0xc0, 0x7c, 0x8a, 0x94, 0xfc, 0x38, 0x9f, 0x9d, 0x88, 0xbb, 0x24, 0x80, 0x35, 0x6b, 0x57, 0x5f, 0xd1, 0xfd, 0x4c, 0xbd, 0xa3, 0x45, 0x87, 0x45, 0xdd, 0xcf, 0x1d, 0xdb, 0x95, 0xba, 0xc3, 0x97, 0xcd, 0x8d, 0x24, 0x1a, 0xa3, 0x02, 0x23, 0x30, 0x17, 0xc1, 0xd2, 0xe5, 0x8b, 0x1d, 0x84, 0x9c, 0x38, 0xe9, 0x3d, 0x2b, 0x39, 0x85, 0xbf, 0x21, 0x8f, 0x10, 0x29, 0xf9, 0x71, 0x2e, 0x7c, 0xcf, 0x25, 0x47, 0xfa, 0xac, 0x59, 0x55, 0x55, 0xa1, 0x8d, 0x40, 0x79, 0x3d, 0xef, 0x1d, 0x2c, 0x2c, 0xea, 0xdc, 0x77, 0x67, 0xec, 0xbb, 0x89, 0xe6, 0x91, 0xa3, 0x87, 0x23, 0x8e, 0xc7, 0xeb, 0x6c, 0xf2, 0x73, 0xe7, 0xa4, 0x83, 0xfb, 0x89, 0x55, 0x79, 0x8a, 0x25, 0x8e, 0xfc, 0x9c, 0xa8, 0xca, 0x3c, 0x7d, 0xfa, 0x74, 0x44, 0x0e, 0xaf, 0x84, 0x9a, 0x84, 0x03, 0xe6, 0x26, 0xcf, 0x56, 0x47, 0xff, 0x03, 0xde, 0xc3, 0xec, 0xbc, 0xc3, 0x71, 0x88, 0x9d, 0xd7, 0x8e, 0x72, 0xa2, 0x60, 0x1b, 0x74, 0x95, 0x4c, 0x70, 0x4c, 0xc3, 0x09, 0x45, 0x3a, 0xa3, 0x32, 0x87, 0x2c, 0xf2, 0x5f, 0xb8, 0x60, 0x63, 0xcb, 0xb6, 0x4d, 0x0e, 0x62, 0x62, 0x39, 0x62, 0x7e, 0x7e, 0x5e, 0xd8, 0xa4, 0x2f, 0x2e, 0x2e, 0xb6, 0x80, 0x6b, 0xb1, 0x4d, 0xb6, 0x4b, 0xd7, 0xbb, 0x6f, 0x7f, 0x86, 0xb7, 0xa7, 0xbf, 0x77, 0x84, 0xea, 0x0b, 0xc4, 0xfe, 0x46, 0x2d, 0x49, 0xa8, 0x24, 0xf3, 0x41, 0xad, 0xc9, 0x89, 0x74, 0x84, 0x96, 0x0e, 0xb1, 0x14, 0x00, 0x7e, 0x86, 0xe9, 0xc3, 0xcf, 0x89, 0x27, 0xd0, 0x84, 0x4a, 0x78, 0x15, 0x47, 0x8e, 0x38, 0xf3, 0x0e, 0x27, 0x4f, 0x9e, 0x34, 0x27, 0x4c, 0x7c, 0x57, 0xcd, 0x40, 0xaf, 0xf0, 0x7a, 0xda, 0x3b, 0xfc, 0x85, 0x45, 0xdb, 0x90, 0x43, 0x9c, 0xeb, 0x28, 0x4a, 0x23, 0xf3, 0x41, 0x9d, 0x05, 0x10, 0xda, 0x8c, 0xd4, 0x44, 0xc1, 0x0c, 0x22, 0x05, 0x00, 0x64, 0x67, 0x67, 0xba, 0x46, 0xe8, 0x94, 0x5d, 0x29, 0x21, 0x11, 0x9e, 0x43, 0xcd, 0x3c, 0x03, 0x48, 0xec, 0xa9, 0x7b, 0xfa, 0x27, 0x25, 0xbd, 0x73, 0xbb, 0xd7, 0xd3, 0xde, 0xe1, 0xdf, 0x17, 0x48, 0x88, 0x7d, 0x49, 0x25, 0x64, 0x16, 0x91, 0x54, 0x92, 0xaa, 0x29, 0xa2, 0x34, 0x58, 0x38, 0xc3, 0x45, 0x90, 0xbc, 0xc0, 0xf9, 0xdc, 0xb1, 0xc9, 0x53, 0x26, 0x98, 0x45, 0x45, 0x45, 0x21, 0x11, 0x5f, 0x02, 0x7b, 0x14, 0xe1, 0xda, 0xe4, 0x75, 0xd6, 0xd5, 0xd5, 0xea, 0xb6, 0x68, 0xf9, 0x8b, 0xd7, 0xc3, 0xde, 0x11, 0xf4, 0x50, 0x17, 0xa6, 0xf0, 0x08, 0x8d, 0x04, 0xe2, 0xec, 0x91, 0x0a, 0x00, 0xe2, 0x01, 0x49, 0xa5, 0x00, 0x74, 0x75, 0x42, 0xeb, 0xd7, 0xaf, 0x0b, 0x99, 0xfc, 0x6a, 0xb2, 0x0d, 0xdf, 0xbd, 0xc8, 0xbd, 0x49, 0x57, 0xb5, 0xb7, 0xb5, 0xa1, 0x77, 0x84, 0x26, 0x00, 0x7b, 0x69, 0xe2, 0x05, 0xe7, 0x9e, 0x3c, 0x5b, 0x1c, 0x24, 0x03, 0x60, 0x76, 0x44, 0xea, 0xb0, 0xa2, 0xc6, 0xe7, 0xc2, 0x85, 0x0b, 0x3e, 0xac, 0x59, 0xe7, 0x7c, 0xee, 0x18, 0xaa, 0x35, 0xb1, 0xdd, 0x62, 0x30, 0xf2, 0xc3, 0xaf, 0xe0, 0xe5, 0x13, 0x40, 0x5e, 0x5e, 0x8e, 0xb7, 0xb5, 0xa1, 0x77, 0x5c, 0xa6, 0x29, 0x94, 0x14, 0x3b, 0x4a, 0xdd, 0x95, 0x0d, 0xa1, 0x4b, 0x4e, 0x34, 0x38, 0xb1, 0x91, 0x38, 0xab, 0x00, 0xfe, 0x7e, 0xe6, 0xcc, 0x19, 0xf3, 0xd3, 0x4f, 0x2f, 0x58, 0xc0, 0x02, 0xfd, 0x71, 0xef, 0x8d, 0x76, 0x90, 0x76, 0xc9, 0xb2, 0xc5, 0x41, 0x05, 0x80, 0x99, 0x88, 0x5f, 0x13, 0xb2, 0xd6, 0x9a, 0x05, 0x38, 0x9b, 0xbd, 0x1e, 0xf5, 0x8e, 0x30, 0x7d, 0x01, 0xf7, 0xbe, 0x9c, 0xcb, 0x57, 0x2e, 0x75, 0xcd, 0x02, 0xd8, 0x0d, 0x22, 0x1c, 0x67, 0x95, 0x03, 0x19, 0x5b, 0x29, 0x00, 0x20, 0x35, 0x2d, 0xc5, 0x54, 0xa3, 0x50, 0x7b, 0xf7, 0xee, 0x0d, 0xe8, 0xf8, 0xaa, 0xd7, 0x83, 0x99, 0x4a, 0xdd, 0xe1, 0x21, 0x36, 0x29, 0xf6, 0x5e, 0xaf, 0x47, 0xbd, 0x23, 0x12, 0x5f, 0xe0, 0x47, 0xaa, 0x29, 0x51, 0x5c, 0x5c, 0xe8, 0x20, 0x1c, 0x92, 0x5b, 0x30, 0x43, 0xc2, 0x25, 0xbf, 0x04, 0xaa, 0x4d, 0xa5, 0x00, 0x60, 0xca, 0x4c, 0x53, 0x96, 0x29, 0xce, 0x98, 0x35, 0xcd, 0xef, 0x67, 0x91, 0x34, 0xe3, 0xd7, 0x82, 0xe7, 0x21, 0x87, 0xb3, 0x08, 0xdf, 0x3b, 0xbc, 0x23, 0xe0, 0x61, 0xed, 0xcd, 0xaf, 0x3c, 0x8d, 0x7d, 0xc6, 0xac, 0xa9, 0x56, 0x14, 0x08, 0x09, 0x2d, 0x99, 0xd4, 0x42, 0x9d, 0x50, 0xa4, 0x02, 0x80, 0x43, 0x8c, 0xef, 0x90, 0x22, 0x28, 0x2a, 0x2a, 0x74, 0xd9, 0xef, 0xdb, 0xb6, 0x6d, 0xb5, 0xa2, 0x42, 0x1c, 0xc8, 0xf8, 0xe2, 0x73, 0xf2, 0x3a, 0x20, 0x80, 0x65, 0x4a, 0x79, 0x05, 0x76, 0x78, 0x08, 0xb4, 0x0d, 0x8b, 0x77, 0x78, 0x47, 0x08, 0xa6, 0x50, 0xcc, 0xe3, 0xba, 0xe5, 0x93, 0x3c, 0x8c, 0x09, 0xf2, 0x61, 0xf9, 0x64, 0xa4, 0x22, 0x80, 0x6f, 0x61, 0x0b, 0xe0, 0x53, 0x0b, 0x8b, 0x97, 0x38, 0xb7, 0x2a, 0x19, 0x3f, 0x61, 0x9c, 0x59, 0x50, 0x50, 0xe0, 0x23, 0x3f, 0xcc, 0xad, 0xf3, 0xe7, 0xcf, 0x3b, 0xae, 0xa1, 0xb8, 0xa4, 0xc8, 0xdb, 0xe1, 0xc1, 0x3b, 0x9a, 0xc9, 0x14, 0x4a, 0x8a, 0x49, 0x56, 0x97, 0x2d, 0xc2, 0x74, 0xe1, 0x04, 0x84, 0x13, 0x1b, 0x0a, 0xd9, 0x0b, 0x0e, 0xe4, 0x9b, 0x05, 0x85, 0x79, 0x56, 0x45, 0x28, 0xea, 0xff, 0x4b, 0x4a, 0x6c, 0x87, 0x18, 0xa6, 0x94, 0x14, 0x00, 0x4c, 0x19, 0x75, 0x97, 0xe6, 0xd5, 0x1f, 0x7e, 0xe0, 0x13, 0x00, 0x1c, 0x5f, 0x7e, 0x6e, 0xcc, 0x48, 0xd3, 0x67, 0x4c, 0x51, 0x4d, 0x9f, 0x34, 0x6f, 0x87, 0x07, 0xef, 0x68, 0x92, 0x43, 0xb7, 0x70, 0x7d, 0xc3, 0xc6, 0xf5, 0x0e, 0x12, 0xda, 0xf1, 0xfc, 0x9a, 0x80, 0xe4, 0xcf, 0xcc, 0xda, 0x67, 0xee, 0xcb, 0xdc, 0x63, 0xe6, 0xe6, 0x65, 0x99, 0x85, 0x45, 0xf9, 0x66, 0x79, 0x45, 0x89, 0xb5, 0xfb, 0x03, 0x04, 0x80, 0x5d, 0x1f, 0x40, 0xfe, 0xcf, 0x3e, 0xb3, 0xb1, 0x69, 0xf3, 0x46, 0x57, 0x9d, 0x50, 0x56, 0x56, 0xa6, 0x55, 0x91, 0xaa, 0x9e, 0x77, 0x57, 0x6a, 0x8a, 0x3a, 0xf2, 0x7f, 0x41, 0x33, 0xd7, 0x08, 0xaf, 0xe7, 0xbc, 0xa3, 0xc9, 0x8e, 0x51, 0x89, 0x71, 0xff, 0xe3, 0xda, 0xb3, 0xb3, 0xce, 0x59, 0xd6, 0x70, 0xf6, 0xec, 0x59, 0x6d, 0x34, 0x08, 0xa3, 0x76, 0x4e, 0x6e, 0xb6, 0xb9, 0x2b, 0x7d, 0x87, 0xb9, 0x77, 0x5f, 0x9a, 0x99, 0x95, 0xb3, 0x8f, 0x66, 0x82, 0x5c, 0x9a, 0x05, 0x0a, 0xcd, 0xca, 0xaa, 0x72, 0xb3, 0xba, 0xba, 0xd2, 0x7a, 0x0f, 0x6a, 0x77, 0xa4, 0x00, 0xce, 0x9c, 0x3d, 0xed, 0x7a, 0x44, 0xe9, 0x82, 0x85, 0xc9, 0x96, 0xe3, 0xcb, 0xcf, 0x89, 0x0a, 0x55, 0x35, 0x7c, 0x4a, 0x98, 0xea, 0xf5, 0x98, 0x77, 0x34, 0xe9, 0x21, 0x36, 0xaf, 0x2a, 0x71, 0x2c, 0x9f, 0x7c, 0x7f, 0x3e, 0x23, 0xa3, 0x9d, 0xd0, 0x42, 0xc5, 0xa7, 0xea, 0xb0, 0x02, 0xbb, 0xf7, 0xa6, 0x99, 0x3b, 0x77, 0x6d, 0x35, 0xd3, 0xf7, 0xec, 0xba, 0x34, 0x0b, 0x14, 0x8b, 0x59, 0xa0, 0xb6, 0xca, 0xe7, 0x10, 0xc3, 0x17, 0x90, 0x22, 0xd8, 0x9f, 0xe9, 0xae, 0xe4, 0x2c, 0xaf, 0x28, 0x13, 0xe7, 0xb2, 0xcf, 0xbb, 0x6a, 0xf5, 0x4a, 0xf5, 0x3d, 0xc7, 0x47, 0x8f, 0x1e, 0xd9, 0xcb, 0xeb, 0x31, 0xef, 0x68, 0x0e, 0x5f, 0xe0, 0x9b, 0xee, 0xe5, 0x93, 0xf9, 0x3e, 0xf2, 0x83, 0xbc, 0x70, 0x88, 0x11, 0x16, 0x55, 0x05, 0x90, 0xb6, 0x3b, 0xc5, 0xdc, 0xb6, 0x73, 0x93, 0xdf, 0x59, 0x40, 0xbe, 0x0f, 0x5b, 0x2b, 0x4a, 0x01, 0xc0, 0x24, 0x9a, 0x3b, 0x6f, 0x96, 0xe3, 0x7c, 0xb3, 0xe7, 0xcc, 0x10, 0xd1, 0xa7, 0x0b, 0xd6, 0x3e, 0xa1, 0xea, 0xf5, 0x90, 0xe9, 0xf3, 0x0b, 0xaf, 0xa7, 0xbc, 0xa3, 0x19, 0x4d, 0xa1, 0x98, 0x8d, 0x9c, 0x70, 0x78, 0x3c, 0xaa, 0xed, 0xc0, 0x5e, 0x4a, 0x68, 0x1d, 0x3d, 0x7a, 0xd4, 0x25, 0x80, 0xfd, 0x99, 0xfb, 0xcc, 0xcd, 0xdb, 0x36, 0xf8, 0x66, 0x81, 0xfd, 0x59, 0x34, 0x0b, 0xe4, 0x63, 0x16, 0x28, 0x30, 0xcb, 0xca, 0x4b, 0x5c, 0x11, 0x9e, 0xcf, 0x3e, 0xfb, 0xcc, 0x42, 0x55, 0x55, 0xa5, 0x8b, 0xe4, 0xa8, 0xf1, 0x87, 0x08, 0x54, 0x71, 0x90, 0xe3, 0x9b, 0x87, 0x8a, 0x56, 0xaf, 0x97, 0xbc, 0xa3, 0xd9, 0x0e, 0xdd, 0x36, 0xeb, 0xbb, 0x52, 0x77, 0x3a, 0x04, 0x00, 0x60, 0x74, 0x56, 0x45, 0xb0, 0x33, 0x75, 0x9b, 0x35, 0x0b, 0xa4, 0x5a, 0xb3, 0x40, 0xba, 0x6f, 0x16, 0x28, 0x2a, 0x76, 0xbe, 0x0f, 0x66, 0x94, 0x14, 0x00, 0xb0, 0xfa, 0x43, 0xa7, 0x99, 0x33, 0x7e, 0xe2, 0x58, 0x33, 0x2d, 0x7d, 0x97, 0x4b, 0x18, 0x89, 0x89, 0x71, 0xcf, 0x79, 0x3d, 0xe4, 0x1d, 0x51, 0x30, 0x85, 0xe2, 0x26, 0x38, 0x97, 0x4f, 0x26, 0x59, 0xce, 0x28, 0x17, 0x00, 0x9c, 0x55, 0x55, 0x00, 0x85, 0x85, 0x85, 0xe6, 0xde, 0x8c, 0xdd, 0xe6, 0xae, 0xb4, 0xed, 0xe6, 0xee, 0x8c, 0x54, 0x33, 0x3b, 0x77, 0xbf, 0x59, 0x58, 0x54, 0xe8, 0x7a, 0x1f, 0xfc, 0x01, 0x8c, 0xf0, 0x17, 0x2f, 0x7e, 0x66, 0xe1, 0xf8, 0x89, 0xe3, 0xae, 0x0c, 0xaf, 0xba, 0x9c, 0x12, 0x3b, 0xcc, 0x79, 0x3d, 0xe3, 0x1d, 0xd1, 0x11, 0x80, 0xbd, 0xcd, 0xfa, 0x11, 0x75, 0xf9, 0xa4, 0x73, 0x16, 0xf8, 0xd4, 0xaa, 0x13, 0xd2, 0x39, 0xc4, 0xa1, 0x00, 0xf5, 0xfc, 0x52, 0x00, 0x40, 0xca, 0xae, 0xed, 0x7e, 0xf7, 0x13, 0x1a, 0x95, 0x14, 0x7b, 0x06, 0x3b, 0xdd, 0x79, 0x3d, 0xe3, 0x1d, 0x51, 0x3b, 0x12, 0xde, 0xf9, 0xd3, 0x5b, 0x2a, 0x11, 0xab, 0xaa, 0xab, 0x7c, 0xc9, 0x2c, 0x00, 0xb6, 0x3c, 0x6c, 0xfa, 0x48, 0x45, 0x80, 0x6a, 0x53, 0x29, 0x00, 0xcc, 0x08, 0x93, 0xa7, 0x4e, 0xd4, 0x0a, 0x00, 0xbb, 0x4b, 0x7b, 0x3d, 0xe2, 0x1d, 0x51, 0x3d, 0xa6, 0x75, 0xbb, 0x61, 0x72, 0xd2, 0x5b, 0xbf, 0x76, 0x10, 0x71, 0xce, 0xdc, 0x99, 0x22, 0x1a, 0xf4, 0xa9, 0x2f, 0xa9, 0x85, 0xa8, 0x4e, 0xa4, 0x02, 0x40, 0x79, 0x85, 0x2d, 0x80, 0x8b, 0x16, 0x10, 0x71, 0xd2, 0x8c, 0xfe, 0xf5, 0xd8, 0x65, 0xda, 0xeb, 0x11, 0xef, 0x88, 0xda, 0x31, 0xbd, 0xa3, 0xf1, 0xe8, 0xf4, 0x2e, 0xad, 0xbe, 0x98, 0x74, 0xdf, 0x60, 0x17, 0x21, 0xb3, 0xb3, 0xb3, 0x7c, 0x61, 0x4c, 0x3b, 0x94, 0x79, 0xc1, 0x8a, 0xef, 0x47, 0x2a, 0x02, 0x2c, 0x9f, 0x94, 0x02, 0x00, 0xde, 0x5f, 0xb2, 0x50, 0x1d, 0xfd, 0x3d, 0x01, 0x78, 0x47, 0xf4, 0x8e, 0xa5, 0x86, 0x71, 0xc3, 0xf4, 0x6e, 0xad, 0xb3, 0xa7, 0x77, 0x36, 0x4c, 0x60, 0xec, 0x8f, 0xbf, 0xef, 0x20, 0x24, 0xb2, 0xb7, 0xc8, 0xe2, 0x72, 0x11, 0x20, 0xc3, 0x1b, 0xa9, 0x00, 0xb0, 0x66, 0x80, 0x0b, 0xa0, 0xb1, 0xf1, 0x90, 0x99, 0xf4, 0xce, 0x9f, 0xad, 0xf3, 0x4e, 0x78, 0xfe, 0x31, 0x73, 0xca, 0x6d, 0xbd, 0xcd, 0xe9, 0xdd, 0xda, 0x7c, 0x32, 0xad, 0xb3, 0x11, 0xeb, 0xf5, 0x8e, 0x77, 0x34, 0xfb, 0x31, 0xa3, 0x93, 0xf1, 0x5b, 0x49, 0x7e, 0x60, 0xea, 0x80, 0x1e, 0x66, 0x62, 0xfc, 0xdb, 0xce, 0xf2, 0xe5, 0xed, 0x9b, 0x1d, 0x02, 0x40, 0x28, 0x13, 0x75, 0x42, 0xe1, 0x92, 0x5f, 0x6e, 0xab, 0x78, 0x8e, 0x04, 0x54, 0xbd, 0x69, 0x83, 0xb9, 0xfb, 0x4f, 0xbf, 0x37, 0x57, 0xbd, 0xf4, 0xa4, 0x39, 0xa3, 0xdb, 0x0d, 0x26, 0xbf, 0x06, 0x1f, 0xba, 0x18, 0xde, 0xb2, 0x47, 0xef, 0x68, 0x46, 0xf2, 0x77, 0x30, 0x06, 0x90, 0xe9, 0x73, 0x96, 0x93, 0x6e, 0x65, 0x9f, 0xae, 0xe6, 0xea, 0x7f, 0xfe, 0x81, 0xab, 0x70, 0x0d, 0x4f, 0x88, 0x94, 0xe4, 0x07, 0xe0, 0x10, 0xe3, 0x09, 0x94, 0x78, 0xd0, 0xdd, 0xc1, 0x83, 0x75, 0x96, 0x20, 0x40, 0x6e, 0xa0, 0xb6, 0xb6, 0xc6, 0xfa, 0x1d, 0xd6, 0x15, 0xe0, 0x3d, 0x27, 0xc9, 0xec, 0xa9, 0x4b, 0x4f, 0x35, 0x33, 0x47, 0xc7, 0x99, 0x6b, 0xdf, 0x78, 0xc9, 0x9c, 0xd5, 0xab, 0xbd, 0x9e, 0xf0, 0x6e, 0x54, 0x27, 0xf7, 0x35, 0x3a, 0x79, 0x3d, 0xe5, 0x1d, 0xcd, 0x63, 0xfb, 0x77, 0x36, 0x56, 0x72, 0xc2, 0xcd, 0xec, 0xd2, 0xda, 0x3c, 0x70, 0xf7, 0x30, 0xb3, 0xf4, 0xa1, 0x87, 0xcc, 0xf1, 0x23, 0xff, 0xe4, 0x10, 0xc1, 0xf2, 0x15, 0x4b, 0x1d, 0xc9, 0x2c, 0x09, 0x1e, 0xda, 0xf4, 0x81, 0x7e, 0x7f, 0x38, 0x3b, 0xd3, 0xcc, 0x7e, 0x6f, 0xb4, 0xb9, 0xfe, 0x5b, 0x5f, 0x35, 0xe7, 0xf4, 0xeb, 0x12, 0x2a, 0xe1, 0x75, 0xf8, 0xab, 0xd7, 0x53, 0xde, 0xd1, 0xe4, 0xc7, 0xd4, 0x2e, 0xc6, 0xdf, 0xaa, 0x64, 0xdb, 0x36, 0xa8, 0x9f, 0x59, 0xf1, 0x95, 0xaf, 0x98, 0x95, 0xf7, 0xdf, 0x6f, 0xa6, 0x7c, 0xeb, 0x1b, 0x2e, 0x87, 0xb8, 0xac, 0xac, 0xd4, 0x2f, 0xf1, 0x4f, 0x94, 0x15, 0x9b, 0x05, 0xb3, 0xa6, 0x98, 0x9b, 0x7e, 0xf8, 0x5d, 0x73, 0xfe, 0xed, 0x7d, 0xc2, 0x22, 0xf9, 0x0c, 0xc2, 0xfb, 0x37, 0xb5, 0x37, 0x3f, 0xee, 0xdf, 0xd3, 0xfc, 0xb0, 0x6f, 0x37, 0xf5, 0xef, 0xe7, 0x67, 0x74, 0x33, 0xbc, 0xcd, 0xaf, 0xbc, 0xa3, 0xe9, 0x8e, 0x69, 0x86, 0xd1, 0x71, 0x7a, 0x27, 0xa3, 0x82, 0x13, 0x6d, 0x11, 0x11, 0xb0, 0xfc, 0xde, 0x7b, 0xcd, 0x4a, 0x12, 0xc0, 0xc1, 0x87, 0x1f, 0x36, 0xeb, 0x47, 0x8c, 0x30, 0x67, 0xfd, 0xd7, 0x5b, 0xae, 0xad, 0x4d, 0xb0, 0x31, 0x2d, 0x92, 0x64, 0x28, 0x97, 0x40, 0x84, 0x28, 0x7f, 0x7f, 0x86, 0xb9, 0xec, 0xb9, 0x11, 0x61, 0x8f, 0xec, 0xf3, 0xbb, 0xb7, 0x33, 0x3f, 0xea, 0xd7, 0xc3, 0xdc, 0x7d, 0xdb, 0x00, 0xb3, 0x64, 0xd8, 0x50, 0xb3, 0xf2, 0x9e, 0x7b, 0x2c, 0x94, 0xd2, 0x0c, 0x34, 0xaf, 0x5b, 0x1b, 0xf5, 0xfd, 0xab, 0xbc, 0x5e, 0xf3, 0x8e, 0xa6, 0x33, 0x7d, 0xba, 0x18, 0x49, 0xea, 0x08, 0x9c, 0x39, 0x64, 0xb0, 0x35, 0xfa, 0xd7, 0x3c, 0xf8, 0xa0, 0x79, 0xf0, 0x91, 0x47, 0x2c, 0xe4, 0xbc, 0xfa, 0x0a, 0xaa, 0x31, 0xfd, 0x67, 0x6c, 0x09, 0xe3, 0xbe, 0xfd, 0x46, 0x48, 0x84, 0x07, 0xa9, 0xd7, 0xd0, 0xe8, 0x9e, 0x7a, 0x6b, 0x7f, 0xb3, 0xf0, 0xae, 0x21, 0x3e, 0xc2, 0xeb, 0x90, 0x3a, 0xa8, 0xbf, 0xeb, 0xf3, 0x53, 0x3b, 0x19, 0xde, 0x06, 0xb8, 0xde, 0xd1, 0x04, 0xa3, 0x7f, 0x27, 0xe3, 0x3e, 0x22, 0xd4, 0x67, 0x9c, 0x5c, 0xeb, 0x6e, 0xbe, 0xc9, 0x2c, 0xbf, 0xef, 0x3e, 0xb3, 0x8a, 0x4c, 0x9f, 0x3a, 0x1a, 0xfd, 0x39, 0x96, 0xfd, 0xc7, 0x4f, 0x03, 0x0b, 0xe0, 0x7b, 0xdf, 0xd0, 0x12, 0x7e, 0x36, 0xf9, 0x13, 0x1f, 0xf4, 0xee, 0x62, 0xee, 0x1c, 0xd8, 0xcf, 0xcc, 0x1b, 0x72, 0x87, 0x8b, 0xe4, 0x15, 0xc0, 0xf0, 0xe1, 0x66, 0x25, 0xa0, 0x11, 0xc1, 0xd2, 0x9e, 0x1d, 0xd5, 0xef, 0x2c, 0x5e, 0x6a, 0x18, 0xed, 0xbc, 0x1e, 0xf4, 0x8e, 0x88, 0x8f, 0x91, 0x86, 0xd1, 0x9a, 0x88, 0x94, 0xca, 0x89, 0x35, 0x97, 0x46, 0xe6, 0xa2, 0x7b, 0xee, 0x36, 0x2b, 0x48, 0x00, 0x18, 0xfd, 0x55, 0x01, 0x54, 0x3e, 0xfe, 0xb8, 0xb9, 0xe8, 0xcd, 0x5f, 0x9a, 0x63, 0x63, 0xff, 0xaa, 0x17, 0x41, 0xec, 0x48, 0x73, 0xea, 0x80, 0xee, 0x0e, 0xb2, 0xc2, 0x9e, 0xaf, 0xd0, 0x10, 0xbe, 0x74, 0xd8, 0x30, 0xb3, 0x78, 0xe8, 0x50, 0xb3, 0x08, 0xaf, 0x84, 0x12, 0xfa, 0x5d, 0x19, 0x99, 0x5d, 0x38, 0x77, 0x15, 0x7c, 0x0f, 0x98, 0x60, 0xe2, 0xfd, 0x39, 0x77, 0x0e, 0xb6, 0x66, 0x26, 0x25, 0x2c, 0xea, 0x95, 0x48, 0x78, 0xc7, 0x65, 0x45, 0x7d, 0x7e, 0xae, 0x8e, 0xd4, 0xbb, 0xc8, 0x06, 0x2f, 0x17, 0x04, 0xac, 0x7d, 0xe8, 0xa1, 0x80, 0x28, 0x79, 0xea, 0x29, 0x33, 0xe3, 0xf5, 0xd7, 0xcc, 0xad, 0xdf, 0xfd, 0x7b, 0x73, 0xcd, 0x4f, 0xff, 0xcd, 0x5c, 0xf1, 0xe6, 0x2f, 0xcc, 0x45, 0x6f, 0xfd, 0xc6, 0x9c, 0xfc, 0x8d, 0xd7, 0x5d, 0x33, 0x00, 0x6c, 0x7b, 0x49, 0x66, 0x90, 0x3e, 0xe7, 0xf6, 0xdb, 0xcd, 0xdc, 0xc1, 0x83, 0xcd, 0xbc, 0x3b, 0xef, 0x34, 0x0b, 0x86, 0x0c, 0x31, 0x0b, 0xe9, 0x77, 0xaa, 0x08, 0xe0, 0x7c, 0x57, 0x31, 0x11, 0xc0, 0x47, 0x50, 0xbe, 0xf7, 0xcc, 0x94, 0x0e, 0x86, 0x57, 0x24, 0xe7, 0x1d, 0xe1, 0x1f, 0x33, 0x3a, 0x19, 0x7d, 0x89, 0x40, 0xc7, 0x39, 0xa1, 0x96, 0xf6, 0xea, 0x64, 0x39, 0xbe, 0xd6, 0x08, 0xfc, 0xc0, 0x03, 0xd6, 0x0c, 0x10, 0x0a, 0x0e, 0x91, 0x83, 0x7c, 0xfc, 0xe9, 0xa7, 0xcd, 0x13, 0xcf, 0x3c, 0x63, 0x96, 0x3d, 0x74, 0xbf, 0xde, 0xe6, 0xef, 0xde, 0xd6, 0x2c, 0x23, 0x87, 0x16, 0x44, 0x2e, 0x21, 0xb2, 0x67, 0xde, 0x7a, 0xab, 0x99, 0x7d, 0xdb, 0x6d, 0x66, 0x0e, 0x44, 0x70, 0xc7, 0x1d, 0x3e, 0x11, 0x14, 0xe9, 0x44, 0x80, 0x57, 0x7c, 0x8e, 0x9c, 0xe3, 0x39, 0x5d, 0x6f, 0x50, 0x23, 0x46, 0x5e, 0x99, 0xb4, 0x77, 0x44, 0x34, 0xfa, 0x2f, 0x72, 0xc6, 0xfc, 0x5b, 0x99, 0xb9, 0x43, 0x87, 0x58, 0xa3, 0x7f, 0xa5, 0x70, 0x7e, 0x43, 0x41, 0x1d, 0xcd, 0x04, 0x47, 0x69, 0x26, 0x80, 0x00, 0x8e, 0x11, 0x96, 0xf4, 0xea, 0xe8, 0xd7, 0xf1, 0xdd, 0x7c, 0x4b, 0x6f, 0xdf, 0x68, 0x9e, 0x4f, 0xc4, 0x0f, 0x47, 0x04, 0xd2, 0x37, 0xd8, 0x39, 0xe8, 0x66, 0x5d, 0xd8, 0xf4, 0x79, 0xaf, 0x47, 0xbd, 0x03, 0x75, 0x3c, 0xdd, 0xe6, 0x1b, 0xc6, 0x9d, 0xc9, 0x86, 0xf1, 0xd8, 0x22, 0xc3, 0x78, 0x82, 0x86, 0xc6, 0x87, 0xe9, 0xe7, 0xbb, 0xe7, 0x19, 0x46, 0x4f, 0xc7, 0xe8, 0x4f, 0x84, 0x21, 0xe2, 0x7c, 0xc9, 0x49, 0xb4, 0x69, 0x40, 0x9f, 0x4b, 0xa3, 0x3f, 0x09, 0xa0, 0x9a, 0x66, 0x80, 0x50, 0xd0, 0x48, 0x3e, 0xc1, 0x31, 0x31, 0xfa, 0xa7, 0xdd, 0x75, 0x5b, 0xc0, 0xc8, 0x0f, 0x44, 0x56, 0x70, 0xd7, 0x9d, 0xb6, 0x0f, 0x70, 0xf7, 0xdd, 0x66, 0xe6, 0xa0, 0x41, 0xc1, 0x45, 0x40, 0xc4, 0xb7, 0x44, 0x20, 0x66, 0x01, 0xf8, 0x0e, 0x8b, 0x7b, 0x76, 0x50, 0xbf, 0x3b, 0x9f, 0xfc, 0x99, 0x36, 0x21, 0xb4, 0xcd, 0x50, 0xd1, 0x26, 0x56, 0xfb, 0x50, 0xbb, 0xdc, 0xa5, 0xb6, 0x8d, 0x77, 0x5c, 0x25, 0xc7, 0xfb, 0x86, 0x71, 0x1b, 0x75, 0xe8, 0xbf, 0x2d, 0x30, 0x8c, 0xa9, 0x84, 0x34, 0xc2, 0x69, 0x82, 0x19, 0x00, 0x47, 0xe8, 0xfd, 0x29, 0x44, 0x80, 0x77, 0x67, 0xb5, 0x37, 0x6a, 0x38, 0x81, 0x16, 0x74, 0x6f, 0x67, 0x96, 0x10, 0xd1, 0x30, 0xfa, 0x23, 0xf4, 0x89, 0xe8, 0x0f, 0x4c, 0xa0, 0x60, 0x40, 0x68, 0xf4, 0x98, 0x18, 0xfd, 0x6b, 0x47, 0x3c, 0x62, 0xce, 0xea, 0xda, 0x5a, 0x75, 0x52, 0x97, 0xd3, 0x6b, 0x9d, 0xa3, 0xb4, 0xa2, 0x77, 0x97, 0x4b, 0xbe, 0xc0, 0x5d, 0x77, 0x99, 0xfb, 0x06, 0x0e, 0xb4, 0x84, 0x10, 0x92, 0x08, 0xc4, 0x2c, 0x90, 0x75, 0x87, 0x56, 0x68, 0xbf, 0x66, 0x64, 0xbf, 0x81, 0xee, 0xf7, 0x29, 0xba, 0xd7, 0x58, 0x7a, 0xdd, 0x4a, 0x38, 0x14, 0xa4, 0x6d, 0xce, 0xd3, 0x7b, 0x33, 0xa8, 0x7d, 0x66, 0x12, 0x7e, 0x45, 0xe2, 0x18, 0xe6, 0x31, 0xac, 0x05, 0x1e, 0xd4, 0x51, 0x8f, 0x82, 0xc0, 0x84, 0xe2, 0x20, 0x1d, 0x1a, 0x14, 0xf3, 0x5b, 0x19, 0xe6, 0xdc, 0xb6, 0x34, 0x2a, 0x77, 0x34, 0xcc, 0xbd, 0x44, 0x28, 0x3e, 0xfa, 0x5b, 0x02, 0x08, 0x82, 0x6a, 0xc2, 0x91, 0x27, 0x9f, 0xf4, 0x8d, 0xfe, 0xab, 0xfb, 0xbb, 0x1c, 0xd4, 0x53, 0x70, 0x50, 0xa7, 0x77, 0x32, 0x7e, 0xa0, 0x92, 0x75, 0xef, 0xe0, 0x41, 0x3e, 0x11, 0xe4, 0x92, 0x33, 0x1c, 0xaa, 0x08, 0x78, 0x54, 0x68, 0x8d, 0x92, 0x21, 0xa6, 0x59, 0xed, 0xc4, 0xec, 0xb6, 0xc6, 0x43, 0xd4, 0x36, 0x63, 0xe8, 0xfe, 0x8e, 0x5d, 0x6e, 0xfb, 0x10, 0xaa, 0x09, 0xd3, 0x49, 0x10, 0xcf, 0x9b, 0x86, 0xe1, 0xed, 0x40, 0x77, 0xa5, 0x0e, 0xea, 0xd0, 0x1e, 0x84, 0xff, 0xa4, 0xce, 0xc8, 0x6f, 0x82, 0x4e, 0xd5, 0x62, 0x6d, 0xe7, 0xce, 0x66, 0x3e, 0x8d, 0xc6, 0xb2, 0xec, 0x01, 0x3e, 0x40, 0x30, 0x1c, 0x7a, 0xf4, 0x51, 0xdf, 0xe8, 0x9f, 0x33, 0x7c, 0xa8, 0x6e, 0x44, 0xfe, 0x05, 0xf3, 0x37, 0xb6, 0xa9, 0x33, 0x4e, 0x39, 0x99, 0x40, 0x20, 0x72, 0x15, 0x11, 0x1b, 0x02, 0x90, 0x22, 0xc8, 0x52, 0x44, 0x70, 0x80, 0xae, 0xcb, 0x21, 0x02, 0x31, 0x0b, 0x14, 0x0f, 0xbd, 0xcb, 0xca, 0x2d, 0xf8, 0xbe, 0xb7, 0x93, 0x71, 0x61, 0x76, 0x3b, 0xe3, 0x8b, 0x66, 0x6a, 0xa3, 0x0a, 0x12, 0xc2, 0x48, 0xc2, 0xcd, 0x1e, 0x23, 0xa3, 0x74, 0x90, 0x6d, 0x7a, 0x0b, 0x35, 0xfc, 0xe8, 0x10, 0x4c, 0x1b, 0x1f, 0xde, 0x6f, 0xdd, 0xda, 0x5c, 0xda, 0xa6, 0x8d, 0xb9, 0xf2, 0xc6, 0x1b, 0xcd, 0x0f, 0xda, 0xb7, 0x37, 0x57, 0xd0, 0xeb, 0xf2, 0x76, 0xed, 0xcc, 0x45, 0xad, 0x5a, 0x05, 0xfd, 0xec, 0x42, 0x7a, 0xcf, 0xf6, 0x3e, 0x7d, 0xcc, 0x32, 0x61, 0x06, 0x05, 0x42, 0x0d, 0x1c, 0x5f, 0x31, 0xfa, 0xd7, 0x3f, 0xfe, 0x98, 0x99, 0xdc, 0xa3, 0x9d, 0x93, 0xfc, 0x9d, 0x8c, 0xdd, 0xc8, 0x31, 0x30, 0x01, 0x0c, 0x27, 0x5c, 0xe4, 0xef, 0xd9, 0x42, 0x3e, 0x87, 0x1c, 0xcd, 0x6b, 0xe9, 0x9c, 0x7b, 0x6f, 0xb9, 0x25, 0x24, 0x11, 0x94, 0xb3, 0x5c, 0xc2, 0xb6, 0x01, 0x7d, 0x7d, 0x99, 0x6b, 0xcc, 0x64, 0x33, 0x3b, 0xd0, 0xcc, 0xd6, 0x5a, 0x7f, 0x7f, 0x8b, 0xa8, 0x6d, 0x56, 0x77, 0xea, 0x64, 0xae, 0xed, 0xda, 0xd5, 0xfc, 0xa8, 0x5b, 0x37, 0x0b, 0xab, 0x3a, 0x76, 0x34, 0x17, 0x53, 0x7b, 0x85, 0x3c, 0x6b, 0x1a, 0xc6, 0x05, 0xcc, 0x0a, 0x34, 0x20, 0x0d, 0xf1, 0x18, 0xda, 0x8c, 0x23, 0x3e, 0x35, 0xf4, 0x58, 0x6a, 0xe8, 0x4f, 0x83, 0x11, 0x16, 0x24, 0xdf, 0xd4, 0xa3, 0x87, 0xb9, 0xab, 0x5f, 0x3f, 0x73, 0x3f, 0x11, 0x07, 0x71, 0x75, 0x0b, 0x44, 0x9c, 0x3c, 0x89, 0x3b, 0xef, 0x34, 0xf3, 0x09, 0x99, 0x44, 0xaa, 0xd4, 0x9b, 0x6f, 0x36, 0x37, 0x50, 0xc7, 0x2f, 0x09, 0xd0, 0xe9, 0xab, 0x3a, 0x74, 0x30, 0x0b, 0x69, 0x74, 0x86, 0x3f, 0xa0, 0x03, 0x4c, 0xa4, 0xc3, 0x4f, 0x3c, 0x61, 0x8d, 0xfe, 0xf5, 0x8f, 0x8d, 0x30, 0xdf, 0x77, 0x47, 0x7d, 0x2e, 0x4e, 0xed, 0x64, 0xdc, 0xaf, 0x89, 0x3a, 0x8d, 0xe7, 0xef, 0x9b, 0x45, 0x0e, 0xf1, 0x81, 0xa1, 0x97, 0x4a, 0x20, 0x1a, 0x1f, 0x7c, 0x30, 0x64, 0x11, 0x54, 0x88, 0x59, 0x00, 0x8e, 0xf4, 0xa2, 0x1e, 0x37, 0x9a, 0x73, 0xbb, 0xde, 0x60, 0xce, 0xed, 0xd2, 0xc6, 0x9c, 0xdd, 0xde, 0x36, 0xeb, 0xa8, 0xfd, 0xcc, 0x65, 0x24, 0xfc, 0x94, 0xfe, 0xfd, 0xcd, 0x52, 0xba, 0xe6, 0xa3, 0x24, 0xd4, 0xb3, 0x2f, 0xbe, 0x68, 0x9e, 0x79, 0xee, 0x39, 0xf3, 0xe4, 0xb3, 0xcf, 0x9a, 0xa7, 0x08, 0xa7, 0xe9, 0x67, 0xfc, 0x0e, 0x38, 0x4e, 0x26, 0x5c, 0x25, 0xf9, 0x34, 0xd9, 0xd4, 0x4e, 0x9b, 0x7a, 0xf6, 0x34, 0x17, 0xdf, 0x70, 0x43, 0x30, 0x31, 0x7c, 0x41, 0xfd, 0x34, 0x9b, 0xfc, 0xb0, 0xfe, 0x1e, 0x63, 0x9b, 0xe8, 0xd8, 0x66, 0x18, 0x6d, 0xe0, 0x80, 0x51, 0xe3, 0x1e, 0x0d, 0x44, 0xfa, 0xd5, 0x34, 0x6a, 0xed, 0xec, 0xdb, 0xd7, 0x26, 0x08, 0xd9, 0xcf, 0x92, 0x24, 0xf9, 0x22, 0xa1, 0x64, 0x81, 0xc8, 0x22, 0x7f, 0xce, 0xc7, 0xab, 0x10, 0x01, 0xff, 0x5d, 0x1a, 0x91, 0x03, 0x64, 0xd7, 0x9d, 0x67, 0x59, 0xdb, 0xb6, 0x96, 0x70, 0xe0, 0x17, 0x38, 0x40, 0x64, 0x6a, 0x78, 0xec, 0x31, 0x6b, 0xf4, 0xf7, 0x43, 0x7e, 0x73, 0x5a, 0x27, 0x23, 0x51, 0x77, 0x7f, 0xe3, 0x6f, 0x32, 0xba, 0xd2, 0x48, 0x7d, 0x88, 0xbf, 0x77, 0x75, 0x9f, 0xae, 0x3e, 0x01, 0xc0, 0x14, 0x3a, 0x46, 0x4e, 0xb5, 0x4b, 0x04, 0x74, 0x8f, 0x5a, 0x11, 0x88, 0xcf, 0xed, 0xbf, 0x7d, 0x90, 0xb9, 0xa0, 0x5b, 0x5b, 0x73, 0x49, 0x8f, 0x0e, 0xe6, 0xdc, 0xf6, 0xad, 0xcc, 0x25, 0x9d, 0x6f, 0x34, 0xf3, 0x86, 0x0d, 0xb5, 0x88, 0x0d, 0xa2, 0x1f, 0xa1, 0xeb, 0x3d, 0x88, 0x70, 0x2d, 0x99, 0x76, 0xb5, 0x28, 0xed, 0x10, 0x90, 0x3f, 0xd7, 0xd3, 0x6c, 0xd6, 0x48, 0xe6, 0xdc, 0x09, 0x12, 0xf4, 0x99, 0xe7, 0x9f, 0xb7, 0x70, 0x92, 0xc4, 0x51, 0x4e, 0x7f, 0xdb, 0x4e, 0xed, 0x8c, 0x59, 0x35, 0x80, 0x10, 0xce, 0x50, 0x9f, 0xfd, 0x99, 0x9c, 0xee, 0x0e, 0x1e, 0x83, 0x2f, 0xe3, 0x48, 0x36, 0x8c, 0x7b, 0x11, 0x85, 0xf0, 0xd7, 0xd0, 0x18, 0x91, 0x36, 0xd3, 0x48, 0x8f, 0x51, 0xde, 0x22, 0xbd, 0x20, 0x45, 0xbe, 0x20, 0x45, 0x81, 0x84, 0x14, 0x40, 0x10, 0xe0, 0x33, 0x12, 0x10, 0xc2, 0x52, 0xcd, 0x8c, 0x80, 0x59, 0x02, 0xdf, 0x89, 0x58, 0xbc, 0x44, 0x1d, 0x11, 0xf4, 0x88, 0x20, 0xff, 0x62, 0x7d, 0xbc, 0x7f, 0x75, 0xa0, 0xfa, 0x9c, 0x19, 0x5d, 0x8c, 0x9f, 0xa8, 0x9f, 0xd9, 0x77, 0xfb, 0x25, 0x87, 0xb8, 0x8e, 0x04, 0x76, 0x82, 0xc8, 0x18, 0x8a, 0x08, 0xca, 0xc4, 0x67, 0x4a, 0xe8, 0xff, 0xeb, 0x7a, 0x77, 0x33, 0x97, 0xdf, 0xd4, 0xd1, 0xdc, 0x4c, 0x66, 0x55, 0xe1, 0x83, 0xf7, 0x99, 0xd5, 0x0f, 0x3f, 0x68, 0x1e, 0xa4, 0x11, 0x5d, 0x92, 0xbc, 0x96, 0x66, 0x2d, 0x49, 0x7a, 0x1f, 0x90, 0xe9, 0x06, 0xd8, 0xef, 0x20, 0x94, 0xa3, 0x8f, 0x3f, 0x6e, 0x09, 0xe0, 0x14, 0xe1, 0x34, 0x89, 0x01, 0x3e, 0x4e, 0x2e, 0x9d, 0x63, 0xa5, 0x9f, 0xc1, 0xc2, 0x1a, 0x98, 0x0c, 0xa3, 0x98, 0x84, 0xf0, 0xa4, 0xc7, 0xe4, 0xc8, 0x46, 0xfd, 0xff, 0x11, 0xb6, 0xa5, 0x96, 0x84, 0xdb, 0x68, 0x4a, 0x86, 0xf9, 0x92, 0x2d, 0x4b, 0x07, 0x04, 0x11, 0x2e, 0x17, 0x52, 0x00, 0x88, 0xb4, 0x40, 0x48, 0x6b, 0xc8, 0x11, 0x56, 0xcf, 0xbf, 0x9c, 0x7c, 0x88, 0x42, 0x22, 0x5b, 0x29, 0x8d, 0xce, 0xd5, 0x44, 0x8e, 0x23, 0x64, 0xfa, 0x1c, 0x1c, 0xf1, 0xa8, 0x9e, 0xfc, 0x5d, 0x8c, 0x8f, 0xc6, 0x1b, 0x46, 0xc0, 0xc5, 0xeb, 0x23, 0xed, 0xda, 0xa3, 0x74, 0xfe, 0xb9, 0x85, 0x64, 0xc2, 0x54, 0x08, 0x87, 0x18, 0x68, 0x20, 0xe2, 0x72, 0x11, 0xec, 0x57, 0x44, 0x90, 0xcf, 0x45, 0x40, 0x9f, 0x3b, 0x40, 0xbf, 0xcb, 0xbc, 0xed, 0x56, 0x73, 0xdb, 0xad, 0xfd, 0xcc, 0xdc, 0x61, 0x43, 0x48, 0xa8, 0x74, 0xad, 0x24, 0x24, 0x8b, 0xfc, 0x0a, 0xc1, 0x1d, 0xc4, 0x97, 0x7f, 0x13, 0x3f, 0xd7, 0xf1, 0x57, 0xe4, 0x37, 0x46, 0x8c, 0xb0, 0xa2, 0x5b, 0x96, 0xc9, 0x24, 0x4c, 0xa7, 0x42, 0xba, 0xbe, 0x0f, 0xc9, 0x8f, 0x08, 0x60, 0x16, 0x8d, 0xf1, 0x66, 0x83, 0xd0, 0x47, 0xfd, 0x3e, 0x22, 0x46, 0xad, 0x75, 0xd8, 0x30, 0xe2, 0x5b, 0x49, 0x22, 0x66, 0xe6, 0x84, 0x4b, 0xf2, 0x7c, 0x15, 0xc2, 0x14, 0x92, 0x90, 0x02, 0xb0, 0x40, 0x84, 0xfa, 0x98, 0xce, 0xe9, 0x8a, 0x10, 0x75, 0xe9, 0x62, 0x85, 0x3d, 0x61, 0xf7, 0xd7, 0xf9, 0x23, 0x7f, 0x27, 0x63, 0x4d, 0xa8, 0x95, 0x99, 0x53, 0x3b, 0x1a, 0x8f, 0xd0, 0x67, 0xbe, 0xf0, 0x97, 0x21, 0x06, 0x60, 0x0a, 0xf9, 0x44, 0x30, 0x60, 0x40, 0x40, 0x11, 0x14, 0xd2, 0xcf, 0xf5, 0x0f, 0x3f, 0x4c, 0x22, 0xbd, 0xdb, 0x2a, 0xb5, 0x80, 0x7f, 0x50, 0xf3, 0x95, 0xfb, 0x08, 0x36, 0xc1, 0x6b, 0x54, 0xd2, 0xfb, 0x81, 0x4f, 0x00, 0x72, 0xc6, 0x10, 0xff, 0x6f, 0x14, 0xd1, 0x2e, 0x08, 0x40, 0x02, 0x33, 0x02, 0x7c, 0x0c, 0x3f, 0x42, 0xc8, 0x22, 0x21, 0x0c, 0xf6, 0x18, 0x1e, 0xe0, 0x40, 0x16, 0x92, 0x1a, 0xaa, 0x4e, 0xd7, 0x80, 0x6b, 0x68, 0x84, 0xc1, 0xc8, 0x97, 0x2d, 0x3a, 0xdc, 0x61, 0xdb, 0xfb, 0x21, 0x39, 0xec, 0xf5, 0x3c, 0x85, 0xe0, 0x05, 0x0a, 0xd9, 0xfd, 0xe1, 0x00, 0x7d, 0x0e, 0x44, 0x92, 0x80, 0x93, 0xac, 0x5e, 0x53, 0x0e, 0x91, 0xae, 0xee, 0xd1, 0x47, 0xfc, 0x91, 0x7f, 0x6d, 0xb0, 0x91, 0x5f, 0xe3, 0x10, 0x4f, 0x57, 0xbf, 0x07, 0x65, 0xd2, 0x3c, 0x2a, 0x04, 0x01, 0x84, 0x22, 0x02, 0x64, 0x88, 0x31, 0xe2, 0xd7, 0x20, 0x8f, 0x31, 0xfc, 0x1e, 0xab, 0x78, 0x4e, 0x37, 0xda, 0xd7, 0xd1, 0xa8, 0x7e, 0x88, 0xec, 0xfd, 0x43, 0x58, 0xdc, 0x23, 0x41, 0xff, 0xc7, 0xef, 0x41, 0xf6, 0x1a, 0xf1, 0xbe, 0x1a, 0x75, 0x36, 0x10, 0x66, 0x54, 0x03, 0xae, 0x87, 0x66, 0x04, 0x39, 0x2b, 0x20, 0x02, 0xb6, 0x8b, 0xcc, 0x47, 0x3f, 0x22, 0x38, 0x4e, 0x78, 0xc3, 0x63, 0xba, 0xe6, 0x20, 0x73, 0xe7, 0x87, 0xba, 0x08, 0x0f, 0xec, 0xfc, 0x1d, 0x7d, 0xfa, 0x58, 0xc4, 0x07, 0xf8, 0x88, 0xaf, 0x8e, 0xe2, 0x32, 0xb2, 0x23, 0x23, 0x3d, 0x0e, 0x52, 0x6b, 0x4c, 0x1d, 0xd8, 0xf2, 0xfc, 0x3d, 0x79, 0x0a, 0xf0, 0x77, 0x54, 0x62, 0x16, 0x93, 0x49, 0x01, 0x11, 0x20, 0x3c, 0xa8, 0x9a, 0x62, 0x9a, 0xf2, 0x03, 0x93, 0x6c, 0xfa, 0xf5, 0x73, 0x0c, 0xa3, 0x7d, 0xb8, 0x6d, 0x30, 0xad, 0x8b, 0xd1, 0x8b, 0x3e, 0x7f, 0x44, 0xfd, 0x3e, 0x2c, 0x8e, 0x51, 0x4d, 0xa1, 0x80, 0x22, 0xa0, 0x6b, 0x2f, 0xa3, 0xeb, 0x05, 0xe9, 0x6b, 0x10, 0xa1, 0xba, 0xef, 0x5e, 0x8b, 0xc0, 0x72, 0xd4, 0x07, 0xb9, 0x1b, 0x59, 0xbe, 0x02, 0xa4, 0xc5, 0xcf, 0xa8, 0x5d, 0x82, 0x23, 0x0f, 0x1c, 0x11, 0x68, 0x24, 0x67, 0xf9, 0x10, 0xcd, 0x3c, 0xf8, 0x8c, 0x25, 0x04, 0xfa, 0xbe, 0x3a, 0x21, 0x02, 0x1f, 0xe8, 0x6f, 0x70, 0xaa, 0xb9, 0x10, 0xe0, 0x2c, 0xaf, 0x6c, 0xdf, 0x5e, 0x27, 0x82, 0x2f, 0x09, 0xff, 0xed, 0x31, 0xde, 0x99, 0xc9, 0xfd, 0x6f, 0xd1, 0x30, 0x8e, 0xc6, 0x42, 0x38, 0x33, 0x43, 0x8e, 0xfa, 0x2c, 0xaa, 0xa3, 0x02, 0xbf, 0xd7, 0x85, 0x38, 0x03, 0x91, 0x9f, 0xdb, 0xfa, 0x05, 0x4c, 0x34, 0x2a, 0x0a, 0x85, 0x00, 0x80, 0x5c, 0x7a, 0x9f, 0x1a, 0xfd, 0x98, 0xd3, 0xce, 0xe5, 0xf0, 0x6e, 0x88, 0x84, 0xfc, 0x4c, 0x04, 0x4f, 0xd3, 0x77, 0x9c, 0x53, 0x57, 0xa2, 0xc9, 0xb2, 0xe9, 0x2a, 0xc2, 0x51, 0x1a, 0xa5, 0x03, 0x89, 0xa0, 0x88, 0xee, 0xb1, 0x1c, 0x02, 0xb0, 0xcc, 0x1e, 0x36, 0xda, 0x13, 0x29, 0xad, 0xc8, 0x0e, 0x11, 0xde, 0x41, 0x7c, 0x49, 0x78, 0x32, 0xe7, 0x0e, 0x4b, 0x90, 0xd3, 0x0b, 0x34, 0x32, 0x20, 0xd2, 0x85, 0x19, 0xa2, 0x96, 0x99, 0x43, 0x3e, 0x20, 0x72, 0x44, 0xfe, 0xd0, 0x31, 0xfa, 0x1e, 0x29, 0x02, 0x84, 0x59, 0xb7, 0xf6, 0xee, 0xed, 0xcf, 0x41, 0x9e, 0xc0, 0x73, 0x22, 0xd7, 0xe5, 0x81, 0x54, 0x3a, 0x1a, 0x42, 0xd7, 0x40, 0x30, 0x39, 0xb2, 0x85, 0x93, 0x1b, 0x32, 0xf1, 0x15, 0xf2, 0xef, 0x25, 0x62, 0x6c, 0xa7, 0x0e, 0xc0, 0x77, 0x21, 0xab, 0x8b, 0x50, 0x29, 0x5e, 0x61, 0xd3, 0x23, 0xf6, 0x2f, 0xcb, 0x0a, 0x2c, 0x90, 0x18, 0xf2, 0x34, 0x42, 0xc0, 0xf7, 0x94, 0x10, 0xf9, 0x11, 0x62, 0x04, 0x30, 0x1b, 0xa9, 0xa5, 0x13, 0x33, 0x3a, 0xf9, 0xc8, 0xba, 0xf1, 0x72, 0xc8, 0xef, 0x33, 0x85, 0x3a, 0x19, 0x2f, 0xd3, 0x77, 0x7d, 0xe2, 0x9c, 0x55, 0x5a, 0x99, 0x19, 0xb7, 0x0f, 0xb4, 0x44, 0x50, 0x4d, 0x23, 0xfb, 0x09, 0xe1, 0x0f, 0x48, 0x11, 0x64, 0x08, 0x11, 0xa0, 0xbd, 0xca, 0xe8, 0x7e, 0xb0, 0xa8, 0x06, 0x21, 0x51, 0x8c, 0xd8, 0x72, 0xd4, 0x07, 0x39, 0x11, 0xdb, 0xe7, 0xc4, 0x07, 0xb1, 0xf3, 0xe9, 0xbd, 0x30, 0x5b, 0x36, 0xdd, 0x74, 0x93, 0x95, 0x08, 0xdb, 0x48, 0xed, 0x03, 0xe2, 0xee, 0xa1, 0xef, 0x83, 0x83, 0x8b, 0x75, 0xcf, 0x20, 0xbf, 0x0f, 0xf4, 0x7f, 0x98, 0x49, 0x5c, 0x58, 0xc0, 0x41, 0xe1, 0x60, 0xc3, 0x51, 0x3e, 0xce, 0x66, 0x83, 0x2c, 0x6a, 0x43, 0x3f, 0x49, 0xc7, 0x65, 0xd7, 0xed, 0xea, 0x35, 0x90, 0x9f, 0x1a, 0x60, 0x92, 0x2e, 0xa6, 0xbf, 0x83, 0x1a, 0x5f, 0x8e, 0xfa, 0x7e, 0x89, 0xaf, 0x26, 0xb6, 0x04, 0xf9, 0xf7, 0x51, 0xa7, 0x81, 0xf0, 0xef, 0x07, 0x4f, 0xda, 0x58, 0xa3, 0xf9, 0x96, 0x9e, 0x3d, 0xcd, 0x03, 0xa2, 0xb6, 0x06, 0x42, 0xc0, 0x77, 0xe4, 0x0a, 0x61, 0x49, 0x14, 0x8a, 0x18, 0x7b, 0x29, 0x01, 0xef, 0x53, 0xbf, 0x7b, 0xf6, 0x8d, 0x4d, 0x47, 0x7e, 0x36, 0x13, 0x7c, 0x43, 0xcd, 0x12, 0xa3, 0x6a, 0x74, 0xff, 0xe0, 0x5b, 0x2d, 0x11, 0xd4, 0x13, 0xd1, 0xa4, 0x00, 0xb8, 0x08, 0xf2, 0xe9, 0x7a, 0x61, 0xfe, 0x00, 0x28, 0xab, 0xb0, 0x4c, 0x16, 0x90, 0x5f, 0x9a, 0x3b, 0xc2, 0xd4, 0xc1, 0x28, 0xbf, 0x8f, 0xda, 0x78, 0x69, 0xdb, 0xb6, 0xa1, 0xb5, 0x53, 0xaf, 0x5e, 0x66, 0x11, 0x7d, 0x1f, 0xd6, 0x38, 0x48, 0x40, 0x08, 0x08, 0x91, 0x42, 0x04, 0x07, 0xc5, 0x4c, 0x70, 0x50, 0x08, 0x02, 0x7e, 0x05, 0xce, 0x25, 0x45, 0x50, 0x41, 0xd7, 0xa0, 0x4b, 0x34, 0xd2, 0x00, 0xf8, 0xc1, 0x34, 0xc3, 0x68, 0x7b, 0x3d, 0xda, 0xfc, 0x63, 0x75, 0x0d, 0x8d, 0xec, 0xad, 0xb4, 0xf5, 0xf3, 0x34, 0x76, 0xb9, 0x2e, 0xab, 0x0b, 0xd3, 0x24, 0xa5, 0x6f, 0x5f, 0xcb, 0x64, 0x8a, 0xa4, 0xa6, 0x05, 0x25, 0x12, 0x10, 0x56, 0xb1, 0x10, 0x81, 0xef, 0x1c, 0x02, 0xf8, 0x1b, 0xc8, 0x8f, 0xb0, 0x27, 0xb0, 0x4d, 0x99, 0xd6, 0x93, 0x5b, 0x1b, 0x47, 0xc7, 0x36, 0x43, 0x98, 0x6f, 0x5a, 0x27, 0xe3, 0xfb, 0x6a, 0x64, 0x68, 0x56, 0x97, 0xd6, 0x66, 0xf6, 0x9d, 0xb7, 0xbb, 0xfc, 0x01, 0x00, 0x02, 0x28, 0xa6, 0x59, 0x0d, 0x0b, 0x6b, 0x20, 0x00, 0xcc, 0x02, 0x10, 0xc0, 0x11, 0x1a, 0xe5, 0x8f, 0xb3, 0x51, 0x1f, 0xc4, 0x5d, 0xaf, 0x71, 0xea, 0x43, 0x01, 0xfc, 0xa0, 0x8c, 0x5b, 0x6f, 0xb5, 0x2a, 0x5e, 0xeb, 0xe9, 0x9c, 0x10, 0x02, 0xcc, 0x22, 0x49, 0xfc, 0x83, 0x6c, 0x36, 0x00, 0x70, 0x6e, 0x29, 0x02, 0xe4, 0x4b, 0x50, 0x86, 0xa2, 0xf9, 0xde, 0x25, 0xa8, 0x54, 0xbd, 0x9e, 0xca, 0x1a, 0xde, 0xd6, 0x39, 0xbb, 0x7b, 0x68, 0x14, 0x93, 0x8e, 0x9c, 0x0b, 0x9c, 0x94, 0xec, 0xf7, 0x7b, 0xa8, 0xd3, 0x57, 0xea, 0x1b, 0x35, 0x2c, 0xa0, 0x63, 0xac, 0xe5, 0x87, 0x88, 0xa1, 0x93, 0x39, 0x24, 0xcf, 0x95, 0x23, 0x20, 0xc9, 0x8f, 0xc2, 0x33, 0xf8, 0x14, 0xca, 0xe7, 0x3f, 0x47, 0xf8, 0xb6, 0x39, 0xda, 0x6a, 0x7a, 0x17, 0xe3, 0x47, 0xea, 0x1a, 0x05, 0x14, 0xbb, 0x61, 0x2d, 0xb0, 0x25, 0x02, 0x1a, 0x81, 0xa5, 0x00, 0x8e, 0xd0, 0xa8, 0x5b, 0x0a, 0xf3, 0x07, 0x02, 0x10, 0x80, 0x0f, 0xc0, 0xc9, 0x0f, 0xbb, 0xfe, 0xa3, 0xae, 0x5d, 0x2f, 0xbb, 0xbd, 0xe0, 0xe0, 0x22, 0xc2, 0x06, 0x11, 0x58, 0x42, 0x20, 0x60, 0xa6, 0x81, 0x10, 0x2c, 0xf2, 0x8b, 0xd7, 0x7a, 0xfa, 0xdd, 0x51, 0x9a, 0x6d, 0xa4, 0x08, 0x60, 0x72, 0xa9, 0xc1, 0x04, 0x81, 0xb9, 0xd7, 0x45, 0x75, 0x29, 0xdd, 0xe8, 0xbf, 0xf8, 0x25, 0x3f, 0x8d, 0xfc, 0x32, 0xa9, 0xc5, 0x91, 0xab, 0x31, 0x79, 0x90, 0x04, 0xfb, 0xa8, 0x4b, 0x97, 0x60, 0x1d, 0x75, 0x84, 0xb0, 0x98, 0x66, 0x9b, 0xdf, 0xd3, 0xeb, 0x37, 0x49, 0x78, 0x2f, 0x13, 0xbe, 0x43, 0x3f, 0xc7, 0x13, 0x0e, 0xaa, 0xef, 0xdf, 0xd8, 0xbd, 0xbb, 0xcf, 0xde, 0xc7, 0x39, 0x24, 0xf9, 0x2d, 0xc7, 0x12, 0x66, 0x05, 0x04, 0x20, 0xb2, 0xbf, 0x1f, 0xb8, 0x33, 0xa0, 0xff, 0xd0, 0x5c, 0x6d, 0x36, 0xad, 0xb3, 0xf1, 0xa6, 0x1a, 0x19, 0xc2, 0x12, 0x48, 0x6b, 0x17, 0x09, 0xba, 0xa6, 0x43, 0x62, 0x26, 0x80, 0x59, 0x84, 0xb0, 0xa7, 0x4f, 0x00, 0x74, 0xcd, 0x28, 0xcf, 0xf6, 0x39, 0xba, 0x44, 0xc4, 0x74, 0x1a, 0x30, 0xfc, 0x84, 0x27, 0xdf, 0xa3, 0xb6, 0xf9, 0x9e, 0x68, 0xa3, 0xbf, 0xa3, 0x36, 0xfb, 0x0d, 0x48, 0xa9, 0x6b, 0x27, 0x0e, 0xcc, 0x24, 0x28, 0x14, 0x54, 0x45, 0x20, 0x67, 0x81, 0x7a, 0x29, 0x02, 0xe6, 0x1c, 0xc3, 0xfc, 0xd2, 0xb4, 0x1f, 0xcc, 0xa1, 0x3f, 0x5d, 0xeb, 0x66, 0xcf, 0x33, 0x6a, 0x76, 0x17, 0x66, 0xcf, 0x6e, 0x72, 0xc0, 0x60, 0xf6, 0xe4, 0xaa, 0xa4, 0x97, 0xc4, 0x57, 0xc8, 0x9f, 0x46, 0x0e, 0x6c, 0x80, 0xc2, 0x2c, 0x94, 0xfe, 0x6e, 0xa4, 0xf3, 0x7c, 0x63, 0x5b, 0x80, 0xd5, 0x50, 0x34, 0xe5, 0x76, 0x86, 0xfd, 0xa9, 0x74, 0x80, 0x15, 0xdb, 0x87, 0x00, 0x8a, 0xc4, 0x02, 0x75, 0x09, 0xe4, 0x05, 0x24, 0xf9, 0x51, 0xff, 0xa3, 0x9a, 0x41, 0xc8, 0x76, 0x36, 0x67, 0xdb, 0xcd, 0xe8, 0x6c, 0xfc, 0x45, 0x15, 0x41, 0x72, 0xb7, 0x36, 0x64, 0x16, 0xde, 0x61, 0x99, 0x3c, 0x48, 0x92, 0x81, 0xfc, 0xb5, 0x00, 0x11, 0x12, 0x22, 0xc0, 0xc2, 0x9a, 0x6a, 0x41, 0x3e, 0x90, 0xbf, 0x96, 0x4c, 0x15, 0x4d, 0x0d, 0xcf, 0xae, 0x40, 0xb3, 0x97, 0x08, 0x54, 0x40, 0x14, 0xcb, 0xe9, 0xbd, 0x9f, 0xf9, 0xf3, 0x11, 0xf6, 0x53, 0x1b, 0x49, 0xb3, 0x08, 0x7e, 0xc1, 0x41, 0x66, 0x06, 0x01, 0x87, 0xe8, 0x77, 0xc7, 0xe1, 0x13, 0x88, 0x0c, 0x72, 0x23, 0x5d, 0x8f, 0x26, 0x4c, 0xfa, 0x25, 0xf5, 0xdb, 0x77, 0xaf, 0x55, 0xb3, 0xe7, 0x56, 0x31, 0x22, 0x3b, 0x1c, 0xde, 0x74, 0x22, 0xb3, 0x55, 0xce, 0xa0, 0x23, 0xbd, 0x86, 0xfc, 0x9b, 0x6f, 0xba, 0xc9, 0x22, 0xaa, 0x9f, 0xf8, 0xf2, 0x22, 0x2c, 0x7d, 0x0c, 0xf5, 0x9a, 0xe0, 0xb4, 0xaa, 0xeb, 0x09, 0x36, 0xd0, 0x2c, 0x50, 0x2a, 0x22, 0x3e, 0xd9, 0x74, 0x6e, 0x5c, 0x9b, 0xbc, 0xbe, 0x32, 0x56, 0xfc, 0x06, 0x3b, 0x58, 0x29, 0x09, 0x4e, 0x69, 0xee, 0x36, 0x9c, 0xde, 0xc9, 0x48, 0x50, 0x45, 0xb0, 0xb8, 0x47, 0x7b, 0xb3, 0xe0, 0xae, 0x21, 0x56, 0x08, 0x52, 0x92, 0x1f, 0xb5, 0x43, 0x78, 0x2d, 0xa0, 0xeb, 0xc7, 0x2e, 0x15, 0x47, 0x44, 0x58, 0x33, 0x8d, 0x66, 0x59, 0xa5, 0xcd, 0xea, 0xc3, 0x59, 0xfa, 0x88, 0xba, 0x7f, 0x11, 0xb5, 0xbb, 0xa8, 0x13, 0x02, 0x06, 0x05, 0x6c, 0x11, 0x23, 0x45, 0x50, 0x2f, 0x67, 0x01, 0xcc, 0x0a, 0xc8, 0x3d, 0x20, 0x72, 0xc5, 0xca, 0x28, 0x90, 0x63, 0xd0, 0x38, 0xe1, 0xe7, 0xe9, 0x3c, 0x0f, 0x5d, 0x73, 0xb5, 0x3d, 0x74, 0x63, 0xa9, 0x6a, 0x83, 0xed, 0x44, 0xb4, 0x47, 0xd4, 0xf2, 0x68, 0xc1, 0x88, 0x8f, 0xf7, 0x05, 0xa8, 0x37, 0xc9, 0xc2, 0xec, 0x12, 0xa1, 0x49, 0xf6, 0x86, 0x3a, 0x9a, 0x15, 0x0b, 0x87, 0x17, 0xb6, 0xbe, 0x14, 0x00, 0x66, 0x28, 0x49, 0x7e, 0x00, 0x26, 0x91, 0x72, 0x0d, 0x8d, 0xd1, 0x88, 0x9c, 0xd1, 0x4c, 0x30, 0x99, 0x3b, 0xc4, 0xa8, 0x19, 0xda, 0x78, 0x4b, 0x2f, 0xab, 0x4e, 0xa7, 0x46, 0x10, 0xdf, 0x02, 0x5d, 0xeb, 0x61, 0x22, 0x21, 0xc2, 0x96, 0x56, 0x3c, 0x9f, 0x5e, 0x35, 0x23, 0x6e, 0x44, 0xcf, 0x16, 0x5e, 0x64, 0x18, 0x5f, 0xa1, 0xcf, 0x6e, 0xd3, 0xf5, 0x05, 0xfa, 0x08, 0x6b, 0x23, 0x2c, 0x11, 0x90, 0xf8, 0xa4, 0x19, 0x04, 0x01, 0xc0, 0x54, 0x3b, 0xcc, 0x6a, 0x89, 0x50, 0x54, 0x57, 0x45, 0xd7, 0xb8, 0xc8, 0x3d, 0x2b, 0x95, 0xcc, 0x32, 0x8c, 0x2e, 0xd7, 0x92, 0xdd, 0xff, 0x8e, 0xda, 0x50, 0x9b, 0x68, 0xa4, 0x95, 0xf5, 0x3c, 0xc1, 0xc8, 0x0f, 0x7b, 0x7f, 0xb9, 0xbe, 0xc6, 0xe4, 0x22, 0xec, 0xfb, 0xcb, 0x89, 0x20, 0x20, 0x19, 0x83, 0x91, 0x90, 0x7f, 0x6f, 0x26, 0x62, 0xe9, 0x24, 0x00, 0x84, 0x47, 0x65, 0x06, 0x1a, 0x28, 0x95, 0xeb, 0x83, 0x21, 0x02, 0x22, 0xd8, 0x02, 0x67, 0x6c, 0xfb, 0xcb, 0x68, 0xc4, 0xb4, 0x21, 0x82, 0x59, 0x37, 0xda, 0x89, 0x32, 0x2c, 0x76, 0x59, 0xd4, 0xfd, 0x46, 0x73, 0x03, 0x09, 0xa0, 0x68, 0xd8, 0x5d, 0x76, 0xb1, 0x1b, 0x62, 0xf3, 0x98, 0x05, 0xe8, 0xfa, 0x8e, 0xd0, 0x88, 0x0b, 0x7b, 0x1b, 0x8e, 0x27, 0xd6, 0x2a, 0x2b, 0x6d, 0xf7, 0x09, 0xa1, 0xeb, 0x65, 0xce, 0xea, 0x3f, 0xa2, 0xef, 0x38, 0xe7, 0x2a, 0x1b, 0xa7, 0xbe, 0x2a, 0xa5, 0xf3, 0x5b, 0x7e, 0x01, 0x13, 0x41, 0xbd, 0x30, 0x85, 0xe0, 0x14, 0xcb, 0x59, 0x00, 0x22, 0x38, 0x40, 0x03, 0x8e, 0xa6, 0x6f, 0xe7, 0x5f, 0x2b, 0xf5, 0x3d, 0xcf, 0x21, 0x4a, 0xc2, 0x6f, 0x0e, 0x09, 0xa9, 0x6c, 0x69, 0x5f, 0xb3, 0x48, 0x4b, 0x8e, 0x86, 0xfc, 0xfb, 0xfd, 0xc7, 0xaa, 0x0f, 0xe1, 0xbb, 0x9b, 0x48, 0xa0, 0xf3, 0xf9, 0x77, 0xa7, 0xf4, 0xeb, 0x67, 0x99, 0x3b, 0x18, 0xe5, 0x91, 0x5d, 0x95, 0x80, 0x69, 0x54, 0xc1, 0x56, 0x86, 0xa9, 0xd7, 0x85, 0x05, 0xf9, 0x51, 0x9a, 0x4d, 0x3f, 0x27, 0x11, 0x58, 0x02, 0x98, 0xdd, 0xa1, 0x95, 0xb9, 0xe3, 0xb6, 0xfe, 0x66, 0xf1, 0xdd, 0x43, 0x2d, 0x87, 0x98, 0x17, 0xb1, 0x1d, 0x26, 0x02, 0xca, 0x0c, 0x6e, 0xce, 0x9d, 0x77, 0xaa, 0xed, 0xb7, 0xad, 0x89, 0xfa, 0x17, 0xb3, 0x41, 0x89, 0xda, 0x3f, 0x28, 0x25, 0xc7, 0x86, 0x02, 0x70, 0x8c, 0x91, 0x34, 0x83, 0x19, 0x54, 0x2f, 0x66, 0x01, 0xcb, 0x1f, 0x78, 0xfa, 0x69, 0xdf, 0x2c, 0x70, 0xe6, 0x85, 0x17, 0xcc, 0x34, 0x8d, 0x73, 0x4e, 0x02, 0xfb, 0xe7, 0xab, 0x9a, 0xfc, 0x28, 0x81, 0xa5, 0x1b, 0x29, 0x55, 0x23, 0x3e, 0xbc, 0x7e, 0x3f, 0x87, 0x09, 0x41, 0x25, 0x7f, 0x16, 0xfd, 0x7e, 0xb9, 0x9e, 0xfc, 0xbb, 0x9a, 0x72, 0xd5, 0x91, 0x58, 0x5b, 0xec, 0xfb, 0xfe, 0xcd, 0x3d, 0x7b, 0x5a, 0x02, 0x28, 0xe6, 0x02, 0x20, 0x9b, 0x1f, 0x11, 0x22, 0x49, 0x7e, 0xac, 0xff, 0x55, 0xf3, 0x0e, 0x20, 0x43, 0x73, 0xb7, 0x29, 0xf9, 0x2d, 0xdd, 0x79, 0x19, 0xc6, 0xdc, 0x0e, 0xad, 0xcd, 0x8c, 0x61, 0xe4, 0x9f, 0xdc, 0x73, 0xb7, 0x95, 0x21, 0x96, 0x45, 0x6b, 0x78, 0x6d, 0x14, 0xa6, 0x0f, 0x62, 0xf5, 0xbb, 0x07, 0x0e, 0x54, 0xc9, 0xf5, 0x6e, 0x13, 0xf6, 0x73, 0x37, 0xfa, 0xce, 0x55, 0x2e, 0x11, 0x50, 0xdf, 0x21, 0x42, 0x64, 0x25, 0xce, 0x84, 0x08, 0x0e, 0x09, 0xc0, 0x1f, 0x90, 0xb3, 0x00, 0x04, 0x70, 0x8a, 0x84, 0xf0, 0xa1, 0xbb, 0xf4, 0xfc, 0x38, 0xb5, 0x69, 0xdf, 0xab, 0xd9, 0xf4, 0x89, 0x53, 0xa3, 0x2c, 0x88, 0xe0, 0xb8, 0xc8, 0x2f, 0x9c, 0x4c, 0x1e, 0xfa, 0x84, 0x03, 0xea, 0x27, 0x69, 0xb2, 0x2a, 0xdc, 0x2a, 0xcb, 0x10, 0x04, 0xf0, 0x3d, 0xb5, 0x0c, 0x03, 0x26, 0x0e, 0x72, 0x02, 0x20, 0xbe, 0x04, 0x04, 0xe0, 0x5b, 0x00, 0x4f, 0xd3, 0xb9, 0x1a, 0xca, 0xa3, 0x39, 0xfb, 0xfe, 0x28, 0x04, 0x13, 0x7a, 0x38, 0x92, 0x70, 0xed, 0x6f, 0x30, 0x73, 0xee, 0x1d, 0x66, 0x56, 0xdc, 0x6b, 0x97, 0x3b, 0xd7, 0xb2, 0xea, 0xcd, 0x46, 0x51, 0xba, 0x00, 0x53, 0x64, 0x47, 0xdf, 0xbe, 0xea, 0xb5, 0xfe, 0xbe, 0x29, 0xaf, 0x4b, 0x98, 0x92, 0x53, 0x5c, 0x6b, 0x27, 0xc8, 0x1c, 0x82, 0xf9, 0x85, 0xeb, 0x80, 0x08, 0x1a, 0xc4, 0x0c, 0xd0, 0x20, 0x16, 0xd9, 0x48, 0x33, 0xe8, 0x2c, 0x89, 0xa0, 0x81, 0xfe, 0xaf, 0x89, 0xee, 0x2d, 0xbc, 0x5a, 0xc9, 0x7f, 0x9f, 0x1a, 0x36, 0x5b, 0xdf, 0xb5, 0xab, 0x6f, 0xb4, 0xf7, 0x39, 0x97, 0xf8, 0xbf, 0xa6, 0xa4, 0x61, 0x8d, 0xde, 0xe1, 0x5d, 0xbc, 0x2d, 0xc8, 0x46, 0x4f, 0x11, 0x86, 0x67, 0xbf, 0xce, 0xcf, 0xb3, 0x8e, 0xae, 0x53, 0x3a, 0xba, 0x58, 0x7b, 0x20, 0xe1, 0x13, 0x80, 0xd8, 0x02, 0x45, 0x15, 0x00, 0xf5, 0xd4, 0x03, 0xcd, 0xdd, 0xae, 0x88, 0xda, 0xa8, 0xa3, 0x6c, 0xf9, 0x23, 0x0f, 0x9a, 0xd5, 0xcc, 0xf4, 0x91, 0x05, 0x70, 0x8d, 0xa2, 0x64, 0x01, 0x02, 0xd8, 0xa6, 0xd6, 0x30, 0x19, 0xc6, 0xaf, 0x9a, 0xc3, 0x3f, 0xd1, 0x65, 0xf8, 0xe1, 0x18, 0x23, 0x44, 0xda, 0x28, 0x66, 0x02, 0xdf, 0x2c, 0x20, 0x4c, 0x21, 0x69, 0x06, 0x9d, 0x7b, 0xf1, 0x45, 0x6b, 0x4d, 0x81, 0xa6, 0xdf, 0x5f, 0xbd, 0x1a, 0x05, 0xb0, 0x4d, 0x2d, 0x1d, 0x06, 0x89, 0x72, 0x18, 0xf1, 0xb3, 0xd5, 0xc4, 0x97, 0xa8, 0xf5, 0xd9, 0xa4, 0x59, 0x80, 0x42, 0x58, 0xdb, 0x5c, 0x35, 0x23, 0xc8, 0x19, 0xa8, 0x02, 0x80, 0xad, 0x5f, 0x28, 0xf6, 0xea, 0x94, 0x80, 0x13, 0x5c, 0xc9, 0xf6, 0x00, 0xd2, 0xcc, 0x50, 0xf7, 0x34, 0x77, 0xbb, 0x22, 0x3a, 0xa2, 0x9a, 0x94, 0x88, 0xad, 0xcb, 0x72, 0xe5, 0x3a, 0x56, 0xfd, 0x79, 0x08, 0xa3, 0x2e, 0xa2, 0x31, 0x44, 0x3e, 0x8d, 0x00, 0x7e, 0xd3, 0x5c, 0x4e, 0x3a, 0x76, 0x88, 0x50, 0xfb, 0x0f, 0x66, 0xa5, 0x15, 0x91, 0xc2, 0xac, 0x84, 0x7d, 0x53, 0x31, 0x2b, 0x00, 0x0f, 0x3f, 0xec, 0x33, 0x83, 0xb0, 0x5e, 0xf9, 0xdc, 0x4b, 0x2f, 0x59, 0x3b, 0x54, 0x28, 0x9f, 0x2f, 0x6a, 0x8e, 0x81, 0xaf, 0x39, 0xa7, 0xe9, 0xd7, 0xd4, 0x06, 0x40, 0xad, 0x8e, 0x35, 0xf2, 0xb3, 0xa8, 0x8a, 0xa3, 0xec, 0x41, 0x90, 0x3f, 0xfd, 0x96, 0x5b, 0x5c, 0x71, 0x7e, 0xac, 0x0b, 0x6e, 0xce, 0x25, 0x75, 0x44, 0x86, 0x7f, 0xe5, 0xe7, 0x43, 0xb5, 0xa8, 0x4f, 0x00, 0xd8, 0xa6, 0x50, 0x00, 0x66, 0x91, 0x6f, 0x13, 0x2c, 0xea, 0x3c, 0x75, 0xba, 0x26, 0x7b, 0xb5, 0x57, 0x94, 0x06, 0x97, 0xf3, 0xfc, 0xbc, 0xa8, 0xee, 0xb4, 0x6a, 0xf6, 0xd9, 0xca, 0x2d, 0x4b, 0x00, 0x32, 0x31, 0x45, 0x24, 0x4b, 0x21, 0xd3, 0x53, 0x69, 0xd3, 0xbf, 0x34, 0xa3, 0xef, 0x87, 0x1d, 0xe8, 0xd6, 0xa8, 0x1c, 0x40, 0x74, 0x0d, 0x7e, 0x09, 0x42, 0xa1, 0x0d, 0xc2, 0x0c, 0x02, 0x8e, 0xd1, 0xef, 0x2c, 0x33, 0x88, 0x04, 0x70, 0x9e, 0x04, 0x00, 0xe1, 0x2e, 0x74, 0x57, 0x8f, 0xfe, 0xfb, 0x55, 0x41, 0x7e, 0x31, 0x02, 0xec, 0x57, 0xa3, 0x3e, 0x92, 0xfc, 0x3c, 0xaa, 0xa2, 0x92, 0x1f, 0xb3, 0x82, 0xa6, 0x62, 0xf0, 0x20, 0xf6, 0x02, 0x6a, 0x66, 0xc1, 0xfe, 0x45, 0x4d, 0xe8, 0xc0, 0xd1, 0x45, 0xb9, 0x34, 0x1c, 0xf6, 0xfd, 0x62, 0xaf, 0x4e, 0x4e, 0x7e, 0xcc, 0x04, 0x6a, 0x48, 0x76, 0x64, 0x94, 0xea, 0xdb, 0xe9, 0x5c, 0x95, 0xfc, 0xdc, 0x07, 0x89, 0x50, 0x30, 0x2f, 0xea, 0xe4, 0x7a, 0x5f, 0x81, 0x7a, 0x08, 0x00, 0xc2, 0x20, 0x01, 0xa4, 0x2b, 0x4e, 0x30, 0xb6, 0x3b, 0x6c, 0xe6, 0x6b, 0xec, 0xaa, 0x26, 0x19, 0x51, 0x45, 0x5b, 0x29, 0x96, 0x91, 0xc2, 0x09, 0x96, 0x02, 0x80, 0x29, 0x74, 0xf2, 0x99, 0x67, 0x2c, 0x3f, 0x00, 0x33, 0xc0, 0x27, 0x2f, 0xbf, 0x6c, 0xa6, 0xba, 0xa3, 0x42, 0xb5, 0x57, 0xc5, 0xba, 0x62, 0x6a, 0xd8, 0x6f, 0xab, 0xca, 0xdf, 0x2b, 0x8a, 0xdc, 0x38, 0xf9, 0xad, 0xd1, 0x5f, 0x29, 0x73, 0xd6, 0x14, 0x69, 0x7d, 0x4e, 0xe4, 0x7c, 0x36, 0x0a, 0x84, 0x5a, 0xc4, 0xcf, 0x8b, 0x7a, 0x19, 0xd8, 0xfa, 0x70, 0xcc, 0xa5, 0x00, 0x20, 0x4e, 0x49, 0x7e, 0x94, 0x17, 0x14, 0xba, 0x13, 0x61, 0xb5, 0x51, 0x34, 0x2f, 0xd3, 0xf8, 0xb9, 0x4b, 0x45, 0xc5, 0x27, 0x27, 0x3f, 0x72, 0x01, 0xf5, 0xe2, 0x11, 0x4e, 0x10, 0x00, 0xfc, 0xac, 0x68, 0x67, 0xae, 0xb1, 0x97, 0x28, 0x9d, 0xeb, 0xac, 0x63, 0x2d, 0x35, 0xf5, 0xb1, 0xb5, 0xd8, 0x86, 0x44, 0xe0, 0x13, 0x00, 0xb2, 0xd5, 0x34, 0x53, 0x61, 0xeb, 0x15, 0x29, 0x00, 0xec, 0x40, 0xa1, 0x96, 0x9d, 0xd3, 0x35, 0xff, 0xee, 0x6a, 0xb0, 0xfd, 0xd3, 0xd5, 0xed, 0x05, 0x73, 0xe5, 0xe8, 0x2f, 0xa2, 0x29, 0xd9, 0x84, 0x5c, 0x85, 0xfc, 0xe9, 0xee, 0x34, 0x3d, 0xa6, 0xe9, 0xb7, 0xa3, 0x74, 0xcd, 0xa5, 0xea, 0x5a, 0x5f, 0x08, 0x00, 0xd7, 0xba, 0x1f, 0x3b, 0x30, 0x10, 0x20, 0x06, 0xbe, 0xfb, 0x33, 0x6a, 0xe9, 0x95, 0xeb, 0xdd, 0x18, 0x45, 0x13, 0x73, 0x86, 0xc3, 0xb4, 0xa0, 0xf6, 0x45, 0x8d, 0x7f, 0x9d, 0xe2, 0x03, 0x60, 0x8b, 0x76, 0x08, 0xc0, 0x7a, 0x68, 0x07, 0xf9, 0x2f, 0xca, 0xf5, 0x9e, 0x8d, 0x86, 0x5d, 0x4d, 0xe7, 0xf9, 0xb1, 0xda, 0xaf, 0x59, 0x74, 0xbd, 0x58, 0x81, 0x66, 0x99, 0x42, 0xd8, 0x7f, 0x88, 0x70, 0x98, 0x80, 0x3d, 0x88, 0x20, 0x80, 0xf3, 0x24, 0x80, 0x0b, 0xaf, 0xbc, 0x62, 0xee, 0xa3, 0x41, 0x47, 0xdd, 0x97, 0xb4, 0x45, 0xfb, 0x02, 0x74, 0x81, 0x8f, 0xab, 0x37, 0x9b, 0x21, 0xc8, 0xc3, 0x9d, 0x49, 0xb9, 0xa8, 0x9d, 0x2f, 0x54, 0x57, 0x77, 0x13, 0x20, 0xb5, 0xe7, 0x44, 0x63, 0xa1, 0xc4, 0x1c, 0xc3, 0xe8, 0xa7, 0xd6, 0x27, 0xc9, 0xdd, 0xa0, 0xe5, 0xde, 0x9c, 0x00, 0x46, 0x7c, 0x49, 0x7e, 0xec, 0xff, 0xbf, 0xb3, 0x5f, 0x3f, 0xf5, 0x7a, 0x93, 0xa2, 0x28, 0x80, 0x37, 0xf9, 0xb9, 0xb1, 0x51, 0x15, 0xa2, 0x29, 0xf5, 0x62, 0x21, 0xbb, 0x4f, 0x00, 0xe2, 0x41, 0x7e, 0x10, 0x00, 0xb6, 0x6f, 0x51, 0x13, 0x77, 0xc9, 0x86, 0xf1, 0x48, 0x94, 0xac, 0x82, 0x75, 0x8e, 0x80, 0x08, 0x5d, 0x07, 0xa2, 0x53, 0x58, 0xa1, 0x06, 0xe2, 0xc3, 0x04, 0x42, 0xd9, 0xc6, 0x61, 0xba, 0x56, 0x98, 0x41, 0x52, 0x00, 0xa7, 0xc9, 0x27, 0x58, 0xec, 0x9e, 0x05, 0xbe, 0xdb, 0x92, 0x05, 0xb0, 0x44, 0xb5, 0xfd, 0x41, 0x7e, 0x98, 0x3c, 0x5c, 0x00, 0x79, 0xca, 0x5a, 0xdd, 0x9d, 0x4a, 0x84, 0x42, 0x98, 0x3e, 0x23, 0xa2, 0x74, 0xcd, 0x8e, 0x11, 0x0a, 0xfb, 0x64, 0xc2, 0xd4, 0x41, 0xc8, 0x93, 0x0b, 0x00, 0x0e, 0x70, 0x35, 0x7b, 0x00, 0xc6, 0x5a, 0xa5, 0x14, 0x3b, 0x9a, 0x59, 0x4b, 0xec, 0xcc, 0xac, 0x6e, 0xdb, 0x08, 0x01, 0x34, 0xc0, 0xe4, 0xe1, 0xeb, 0x75, 0xc5, 0xc3, 0xfc, 0x2c, 0x01, 0x90, 0x38, 0x50, 0xe8, 0xa7, 0xb4, 0xf3, 0xff, 0x45, 0xe3, 0x7a, 0x91, 0x21, 0x57, 0x4d, 0x21, 0x14, 0xe6, 0x61, 0xd6, 0x3a, 0x42, 0x42, 0xb0, 0xc8, 0x2f, 0x66, 0x81, 0x93, 0xf4, 0x3b, 0x29, 0x80, 0x4f, 0x5f, 0x7b, 0xcd, 0x4c, 0x27, 0xf3, 0x53, 0xb9, 0xe6, 0xb4, 0x16, 0x49, 0x7e, 0x11, 0x9f, 0x76, 0xec, 0xea, 0x80, 0xdd, 0xd5, 0xac, 0x5a, 0x1e, 0x16, 0x49, 0xf1, 0x8d, 0xfe, 0x82, 0xfc, 0x10, 0x83, 0xea, 0xf8, 0x62, 0x8a, 0x8f, 0xa2, 0x68, 0x57, 0x3b, 0x0a, 0xf4, 0x68, 0x64, 0x87, 0x00, 0x70, 0x8d, 0x58, 0x6c, 0x2e, 0x17, 0x9c, 0x73, 0xf2, 0xe3, 0xef, 0x6a, 0x01, 0x57, 0x34, 0xf7, 0xbc, 0xa1, 0x91, 0xbb, 0x93, 0xda, 0xd6, 0x88, 0xf6, 0x1c, 0x56, 0xfc, 0x00, 0x4b, 0x04, 0x4c, 0x00, 0x7b, 0x15, 0x47, 0x18, 0x45, 0x84, 0x51, 0x14, 0xed, 0x9f, 0xd5, 0xa2, 0x43, 0xc7, 0x2c, 0x20, 0x04, 0x70, 0x84, 0xae, 0x17, 0x91, 0x20, 0x29, 0x00, 0xac, 0x2d, 0x76, 0xed, 0x0f, 0x65, 0x18, 0xc3, 0x5b, 0xa2, 0xf3, 0xfb, 0x33, 0x35, 0x03, 0x28, 0xab, 0x38, 0xa5, 0x23, 0x09, 0xa8, 0x1b, 0x59, 0xa9, 0x19, 0x4a, 0x14, 0x57, 0x45, 0x6b, 0x73, 0x55, 0xb1, 0x09, 0x97, 0x23, 0x59, 0x87, 0xad, 0x50, 0xe0, 0xe8, 0xe2, 0x5a, 0xb1, 0xc4, 0xd0, 0x5a, 0x67, 0x4b, 0xd7, 0xc9, 0x1f, 0x7f, 0x94, 0xeb, 0x5e, 0x11, 0x56, 0x71, 0x05, 0xda, 0x7b, 0xbb, 0xc3, 0x6f, 0xa1, 0x6b, 0xc2, 0x88, 0x7a, 0x90, 0x45, 0x82, 0xea, 0x84, 0x19, 0x24, 0x05, 0x80, 0x02, 0x3f, 0x35, 0xbc, 0x18, 0x8d, 0xf2, 0x0d, 0x26, 0x5a, 0x47, 0xd1, 0x21, 0xca, 0x33, 0x30, 0x73, 0x1d, 0x85, 0x78, 0x85, 0x00, 0x0e, 0x23, 0x2f, 0x40, 0xa4, 0x97, 0x02, 0xb8, 0xf8, 0x37, 0x7f, 0x63, 0x6e, 0xee, 0xd5, 0x4b, 0x6d, 0xef, 0x98, 0x96, 0x28, 0x00, 0x47, 0x87, 0xa0, 0x6e, 0x3f, 0x4f, 0xd8, 0xfe, 0x3c, 0x94, 0xa8, 0x6e, 0x4f, 0xa2, 0xa9, 0xf2, 0x1c, 0x1d, 0xc5, 0x6b, 0xfe, 0xbd, 0xba, 0xcc, 0x0f, 0xe4, 0x47, 0xc2, 0x4b, 0x92, 0x1f, 0x28, 0x17, 0x8f, 0x46, 0xad, 0x11, 0x4f, 0x81, 0xdc, 0xae, 0x98, 0x6c, 0xd1, 0x9c, 0xb1, 0xfc, 0x8d, 0xa8, 0x48, 0x34, 0x41, 0x00, 0x48, 0x2c, 0x49, 0x11, 0x58, 0x8b, 0xd4, 0x91, 0x20, 0x13, 0x02, 0xc0, 0xcc, 0xb5, 0xce, 0xbd, 0x8a, 0x6e, 0xfc, 0x95, 0xf2, 0x5d, 0x30, 0xf3, 0xc3, 0x19, 0x3e, 0x2e, 0x66, 0x01, 0x90, 0x1f, 0x38, 0x46, 0x33, 0x03, 0x17, 0x40, 0xb9, 0x3b, 0xe4, 0x5c, 0xde, 0xa2, 0x96, 0x4f, 0x0a, 0x47, 0xd2, 0xf1, 0x10, 0x86, 0xfd, 0x88, 0xf4, 0x90, 0xb7, 0x6f, 0x91, 0x5f, 0x44, 0x52, 0x60, 0xfe, 0x70, 0xf2, 0x6b, 0xa6, 0x64, 0x4c, 0xeb, 0x03, 0xa2, 0x71, 0xcd, 0x70, 0xb0, 0xe9, 0x5c, 0x35, 0xfc, 0xfc, 0xa9, 0x64, 0xb2, 0x81, 0x28, 0x10, 0x6e, 0x06, 0x76, 0x59, 0x20, 0x20, 0x12, 0x54, 0x23, 0x46, 0x51, 0xa0, 0x46, 0xe3, 0x4c, 0x52, 0xc7, 0x7e, 0x2b, 0xda, 0x6d, 0x8e, 0x67, 0x7a, 0xa9, 0xdb, 0x46, 0x22, 0xd3, 0x6a, 0xad, 0xfc, 0x52, 0x77, 0x71, 0xa3, 0x6b, 0xae, 0x16, 0xa6, 0xdb, 0x5e, 0xb7, 0x4d, 0x7d, 0x66, 0xa9, 0x61, 0xdc, 0x14, 0xc5, 0x59, 0xc0, 0xb1, 0xcb, 0x77, 0x1e, 0xf1, 0xc0, 0x5a, 0x26, 0x49, 0xc4, 0x87, 0xf9, 0x23, 0xcd, 0xa0, 0x73, 0xe4, 0x0c, 0x4b, 0x01, 0x5c, 0x78, 0xf5, 0x55, 0x97, 0x33, 0x1c, 0x2d, 0x07, 0x3e, 0xd4, 0xce, 0xf8, 0x81, 0x3a, 0x92, 0x5a, 0x89, 0x2d, 0x72, 0x7e, 0xb9, 0x23, 0xc9, 0x77, 0x32, 0x06, 0xd6, 0xbb, 0xe3, 0xfe, 0x8b, 0xa3, 0x78, 0xcd, 0x3f, 0x52, 0x6d, 0x52, 0x54, 0x80, 0x22, 0xfc, 0x89, 0xbc, 0x85, 0x04, 0x96, 0x46, 0xf2, 0x67, 0x00, 0x6b, 0xcc, 0x9f, 0x93, 0x4d, 0xb9, 0x1d, 0x4a, 0x98, 0xf7, 0xe0, 0x78, 0x24, 0x14, 0x4a, 0x9e, 0xad, 0x5d, 0xaa, 0x11, 0xfe, 0xe4, 0x8e, 0x30, 0xf3, 0x5d, 0x90, 0xe1, 0xd6, 0x94, 0x97, 0xff, 0x5f, 0xb4, 0xae, 0x99, 0xce, 0x95, 0xa0, 0xae, 0xc0, 0xb3, 0xb6, 0x54, 0x84, 0x33, 0x0c, 0xf2, 0x8b, 0x99, 0xe0, 0x34, 0xcd, 0x66, 0x9f, 0x09, 0x01, 0x7c, 0xf1, 0xd5, 0xaf, 0x9a, 0x3b, 0x95, 0x4c, 0x36, 0xe1, 0x8f, 0x2d, 0x29, 0xfa, 0x33, 0x47, 0x35, 0x7f, 0xac, 0x87, 0x4f, 0xd0, 0xe8, 0xe9, 0x13, 0x00, 0x8d, 0x3c, 0xf9, 0x6c, 0x47, 0x36, 0xac, 0xb1, 0x55, 0x13, 0x1d, 0x28, 0xa1, 0x88, 0xd2, 0x8c, 0x85, 0xa5, 0x90, 0x55, 0xfc, 0xdc, 0xd8, 0x08, 0x0a, 0xa3, 0xbf, 0x35, 0x33, 0x09, 0xf2, 0xc3, 0xfc, 0xa9, 0x16, 0xa6, 0x8f, 0x65, 0xfe, 0x50, 0xc7, 0x6c, 0xa4, 0x7b, 0x9b, 0x6f, 0x87, 0xe3, 0x2c, 0x24, 0x5b, 0x5f, 0x67, 0x65, 0x80, 0x81, 0x1b, 0xa2, 0x89, 0xb9, 0x86, 0xf1, 0xd7, 0x64, 0x76, 0x2d, 0xa8, 0x61, 0x3a, 0x4c, 0x02, 0x38, 0x44, 0xce, 0x70, 0xad, 0xd8, 0x06, 0x5d, 0x6e, 0x5c, 0x65, 0xcd, 0x00, 0xc8, 0x60, 0xd3, 0xff, 0x77, 0xb9, 0xc9, 0x74, 0x8a, 0x66, 0x81, 0xde, 0xd1, 0x68, 0x7b, 0x91, 0x1c, 0x73, 0x84, 0x9d, 0x91, 0x14, 0x93, 0x66, 0xd0, 0x11, 0x31, 0x13, 0x1c, 0x23, 0xbf, 0xe0, 0x33, 0x1a, 0xf9, 0x2f, 0xbe, 0xfe, 0xba, 0x25, 0x80, 0x52, 0xba, 0x6e, 0x85, 0x2b, 0x5b, 0x5a, 0x92, 0x00, 0x6a, 0xf9, 0xc5, 0x61, 0x87, 0x07, 0x38, 0x8e, 0x7c, 0xf4, 0x87, 0x29, 0xc1, 0xb7, 0x24, 0xd4, 0x98, 0x3f, 0x8d, 0x51, 0xda, 0x1b, 0x06, 0x15, 0x8b, 0xff, 0xc5, 0x49, 0x8c, 0x95, 0x5d, 0xd8, 0x01, 0xad, 0x02, 0x26, 0x02, 0x91, 0x7e, 0x37, 0x5d, 0x7f, 0x3a, 0x22, 0x58, 0x74, 0x0f, 0x95, 0x44, 0x1c, 0xa0, 0x0a, 0xc9, 0x24, 0x1a, 0x3d, 0x93, 0xe9, 0xbd, 0xf3, 0xe8, 0x33, 0x00, 0x11, 0xd0, 0x9c, 0x62, 0x8b, 0xb6, 0x9d, 0x1f, 0xdc, 0xd8, 0x4c, 0xb0, 0xbe, 0x7f, 0x94, 0x61, 0x0c, 0xa7, 0x6b, 0xf8, 0x72, 0xae, 0xb8, 0x16, 0xa0, 0x98, 0xae, 0xf1, 0x20, 0x09, 0x00, 0x84, 0x47, 0x85, 0x68, 0x95, 0xb5, 0x37, 0xa8, 0xfd, 0x80, 0x6f, 0xd8, 0xd2, 0x65, 0xf4, 0xbb, 0x22, 0xba, 0xd7, 0x45, 0x34, 0xf8, 0x24, 0xdb, 0x02, 0xb6, 0x40, 0xf7, 0x33, 0x89, 0x09, 0xb9, 0x15, 0x43, 0x73, 0xf8, 0x2f, 0x99, 0xbc, 0xef, 0xb1, 0x33, 0x1d, 0x1c, 0x5f, 0x49, 0xfe, 0xa3, 0x02, 0x9f, 0xbc, 0xf4, 0x92, 0xf9, 0xb9, 0x10, 0xc0, 0x99, 0x17, 0x5f, 0x74, 0xad, 0x68, 0xbb, 0x52, 0x33, 0x6f, 0xc0, 0x44, 0x12, 0xb6, 0xc0, 0x93, 0x5b, 0x0c, 0x72, 0x47, 0x12, 0xd1, 0x20, 0xbe, 0xed, 0x38, 0x9c, 0x36, 0xe5, 0x86, 0x66, 0x35, 0x05, 0xb9, 0x05, 0x5a, 0xfb, 0x19, 0x95, 0xdb, 0x8c, 0x33, 0x8c, 0xc1, 0xd4, 0xd9, 0x67, 0x24, 0x89, 0x81, 0x4d, 0x34, 0xfa, 0x97, 0x8b, 0x47, 0x01, 0xa1, 0x68, 0x0c, 0xc0, 0x56, 0x81, 0xa5, 0x44, 0x98, 0x72, 0x22, 0x92, 0xc4, 0x96, 0x7e, 0xfd, 0xcc, 0xd9, 0xd8, 0x09, 0x4e, 0x80, 0x2e, 0xb8, 0xa8, 0xbf, 0x61, 0x74, 0x34, 0xec, 0x1a, 0x95, 0x8e, 0x61, 0xa2, 0x53, 0x00, 0x84, 0xfc, 0x3d, 0xe4, 0x7d, 0x6f, 0xe1, 0xd7, 0xb4, 0xbe, 0x57, 0x2f, 0xb3, 0x96, 0x7c, 0x81, 0x2a, 0x1a, 0x41, 0x31, 0xda, 0xcb, 0x15, 0x6c, 0xe5, 0x84, 0x32, 0xba, 0xc7, 0x12, 0xba, 0x27, 0x88, 0x64, 0x1b, 0xdd, 0x0b, 0x17, 0x0e, 0xe1, 0xf3, 0x89, 0x86, 0xf1, 0x84, 0x61, 0x27, 0x1f, 0x81, 0x36, 0x0c, 0xbc, 0x0d, 0x5b, 0x6b, 0x84, 0x12, 0xae, 0x00, 0x46, 0xaa, 0x89, 0x3c, 0x3c, 0x9a, 0x89, 0x93, 0xff, 0x28, 0x92, 0x62, 0xf4, 0x3b, 0x4b, 0x00, 0x5f, 0xfb, 0x9a, 0x69, 0xbe, 0xf1, 0x86, 0x6e, 0x3f, 0xa1, 0x47, 0x5b, 0x42, 0xf4, 0xe7, 0x15, 0xd5, 0xfe, 0x87, 0x9d, 0x0f, 0x07, 0x98, 0x0b, 0x00, 0xff, 0xf7, 0xed, 0xc3, 0x49, 0x50, 0x6f, 0x06, 0x8b, 0x52, 0x22, 0x24, 0xb9, 0x83, 0xe0, 0x02, 0xb2, 0x13, 0x5d, 0xa3, 0x31, 0x91, 0x64, 0xdd, 0x1c, 0xac, 0xa6, 0x12, 0x48, 0xa6, 0x91, 0xb0, 0x60, 0xf8, 0x70, 0xb3, 0x10, 0xb5, 0x33, 0x6c, 0x8b, 0x70, 0x8c, 0xfa, 0x25, 0x0c, 0x07, 0x88, 0x40, 0xf3, 0xda, 0xb4, 0x31, 0x67, 0xd2, 0x67, 0x24, 0xc6, 0x1b, 0xc6, 0x6f, 0x0d, 0x7b, 0xf1, 0xb6, 0x0e, 0x5d, 0x9b, 0x11, 0xbe, 0xf3, 0x8c, 0x31, 0x8c, 0x6f, 0xf3, 0x6b, 0x9a, 0x8d, 0xd9, 0x0c, 0xb3, 0x16, 0x09, 0xa0, 0x8c, 0x5e, 0x51, 0x27, 0x84, 0x55, 0x59, 0x78, 0x2d, 0xc6, 0xe8, 0x4f, 0xc0, 0xbd, 0xe6, 0xa3, 0x34, 0xa2, 0x5d, 0x3b, 0x87, 0xa0, 0xe9, 0xf3, 0x39, 0x4f, 0xd9, 0xdf, 0xdb, 0x5e, 0x37, 0xe3, 0x08, 0xb4, 0xd5, 0x88, 0x24, 0x2c, 0x71, 0xe0, 0x59, 0xc5, 0x2a, 0x67, 0x50, 0x0e, 0x0d, 0xb3, 0x47, 0x92, 0x1f, 0x38, 0x45, 0x7e, 0x00, 0x04, 0xf0, 0xa5, 0x10, 0x80, 0xc6, 0x0f, 0xf8, 0x71, 0x4b, 0x30, 0x7f, 0xde, 0x52, 0x17, 0xbd, 0x40, 0x00, 0x88, 0xf8, 0x70, 0x01, 0xc0, 0x27, 0x90, 0xe4, 0x87, 0x63, 0xf9, 0xbe, 0x3b, 0x91, 0x74, 0x6b, 0x88, 0x44, 0x0f, 0x4a, 0x72, 0xd1, 0x81, 0xed, 0xc5, 0xc8, 0x2c, 0xd1, 0x91, 0x46, 0xb8, 0x37, 0xc5, 0xc8, 0xed, 0xc3, 0x76, 0x94, 0x39, 0xe0, 0x11, 0xa8, 0x3c, 0xd2, 0x43, 0x28, 0x44, 0xc1, 0x1b, 0xc3, 0x46, 0x1a, 0x31, 0xa7, 0xd3, 0xfb, 0x25, 0xa6, 0x1a, 0xc6, 0xf1, 0x67, 0xec, 0xc7, 0x83, 0x76, 0x67, 0xe8, 0x11, 0x02, 0x6e, 0x0a, 0x13, 0x01, 0xbf, 0x8f, 0xd4, 0x70, 0x13, 0x99, 0x61, 0x25, 0xfc, 0xda, 0xd6, 0xd1, 0x8c, 0x56, 0x46, 0x4e, 0x65, 0x29, 0x91, 0xa8, 0x08, 0x0b, 0x7b, 0xb0, 0xba, 0x0d, 0xc0, 0x42, 0x7f, 0x12, 0x40, 0x3e, 0x04, 0x40, 0xff, 0x4f, 0x21, 0xb3, 0x94, 0x8b, 0x67, 0xa6, 0x6d, 0xd2, 0x8d, 0xf6, 0x33, 0x13, 0xc9, 0x76, 0x6c, 0x1f, 0x40, 0x20, 0xaa, 0x38, 0x74, 0x33, 0x47, 0x2b, 0x6c, 0x23, 0xa9, 0xee, 0x0f, 0x65, 0xed, 0x5e, 0x87, 0xe7, 0xac, 0xb1, 0x59, 0xe0, 0x04, 0xfd, 0x1f, 0xe6, 0x8f, 0x14, 0x80, 0xba, 0x58, 0xa6, 0x29, 0x97, 0x75, 0x5e, 0x8e, 0x00, 0x1c, 0xcb, 0xe0, 0xb0, 0x1b, 0x33, 0x4c, 0x1d, 0x94, 0x3f, 0xf0, 0x68, 0x0a, 0x7f, 0xc0, 0x73, 0x9e, 0xb2, 0x40, 0x9b, 0x1a, 0xe3, 0x44, 0x00, 0xb2, 0x87, 0x43, 0x74, 0x9d, 0x79, 0xd1, 0x19, 0x18, 0x69, 0x18, 0x8f, 0x93, 0xb9, 0x70, 0x9e, 0x60, 0x4a, 0x2c, 0xee, 0xd4, 0xc9, 0x2c, 0xc0, 0xa8, 0x88, 0x18, 0x39, 0x91, 0x5e, 0xa2, 0x98, 0xc4, 0x50, 0x40, 0xbf, 0x93, 0xc8, 0x26, 0xc2, 0xcc, 0xa4, 0x99, 0x62, 0xaa, 0x4d, 0x7c, 0x0b, 0x34, 0xf2, 0x26, 0x18, 0xf6, 0x9e, 0x3a, 0x40, 0x2f, 0x0d, 0x7a, 0x37, 0x23, 0x1c, 0xe7, 0x8a, 0x37, 0x8c, 0x5f, 0xf1, 0x6b, 0x9b, 0x46, 0xb3, 0x40, 0x16, 0x08, 0x4f, 0x02, 0x28, 0xa4, 0xfb, 0x39, 0x40, 0x3f, 0x1f, 0xa0, 0x7b, 0x90, 0xaf, 0xb9, 0x84, 0x1c, 0xfa, 0x39, 0x87, 0x04, 0xb1, 0xbc, 0x5b, 0x37, 0x87, 0xb0, 0xa9, 0x5d, 0xbe, 0xa0, 0x1b, 0xfb, 0xba, 0x3a, 0xd3, 0xc8, 0x76, 0x0c, 0x53, 0x1c, 0xaa, 0x30, 0x7c, 0x33, 0x06, 0x99, 0x5c, 0xb9, 0xdc, 0x0f, 0xab, 0x01, 0xe1, 0xc9, 0x19, 0x06, 0xf1, 0x8f, 0x09, 0x01, 0x1c, 0xa7, 0x19, 0x01, 0x02, 0x00, 0xf9, 0x81, 0x6a, 0xfa, 0x9d, 0xc2, 0x9b, 0x75, 0x2d, 0x41, 0x00, 0x2b, 0x1d, 0xe5, 0x0f, 0x34, 0x4d, 0x59, 0x02, 0xa0, 0xd1, 0x85, 0x0b, 0x40, 0x3e, 0xba, 0x07, 0xc0, 0xa6, 0x52, 0x2c, 0x8a, 0x02, 0xfb, 0x73, 0xaf, 0x9f, 0x91, 0xfd, 0x46, 0x85, 0xec, 0xfe, 0x88, 0x2e, 0x3b, 0x47, 0x67, 0x7e, 0x74, 0xfb, 0x3e, 0xd9, 0xfd, 0xd3, 0x0c, 0xa3, 0x0a, 0x1d, 0x3c, 0x4d, 0x00, 0x84, 0xce, 0xc0, 0x73, 0xc0, 0x60, 0x1f, 0x33, 0x3b, 0x1f, 0xe4, 0xcf, 0xa5, 0x19, 0xc1, 0x02, 0x91, 0x1f, 0x58, 0x45, 0x76, 0xf5, 0x64, 0xfa, 0x8c, 0x04, 0xcd, 0x24, 0x47, 0x1f, 0xb5, 0x4b, 0x1f, 0xfa, 0x6a, 0xd0, 0x2f, 0x00, 0x6e, 0x8e, 0x10, 0xfe, 0xbe, 0xcf, 0x3a, 0x27, 0xa9, 0xa0, 0xff, 0x04, 0xc3, 0x28, 0x9e, 0xc4, 0xae, 0x71, 0x59, 0xf7, 0xee, 0xe6, 0x01, 0x12, 0x40, 0x01, 0x09, 0x20, 0x8f, 0xee, 0x25, 0x8f, 0xc8, 0x0e, 0xc0, 0xf4, 0x01, 0xf9, 0x21, 0x90, 0x2c, 0x24, 0xfc, 0xa8, 0x3f, 0x66, 0xb5, 0x6d, 0xeb, 0x10, 0x37, 0xb5, 0xcf, 0xb1, 0x5f, 0xda, 0x9b, 0x53, 0xc9, 0x99, 0xad, 0x1b, 0x83, 0x6a, 0x86, 0xf9, 0x13, 0x46, 0x40, 0x51, 0x90, 0xf9, 0xb9, 0x42, 0xfa, 0x60, 0xe0, 0x40, 0x01, 0x1e, 0x01, 0x85, 0x1d, 0xec, 0x98, 0x09, 0x84, 0xdd, 0xee, 0x3e, 0x67, 0x02, 0x38, 0x42, 0xb3, 0x84, 0x62, 0x02, 0xed, 0x6b, 0x09, 0x02, 0x70, 0x6c, 0x78, 0x85, 0xe8, 0x0e, 0xc8, 0x9e, 0xc9, 0x04, 0x80, 0xa8, 0x10, 0xf6, 0xd8, 0x39, 0x40, 0x8d, 0x5d, 0x40, 0xc0, 0xe2, 0x0c, 0xee, 0x84, 0xce, 0xb6, 0x95, 0xdc, 0xee, 0x32, 0xc9, 0x2e, 0x3b, 0xc8, 0x61, 0x8e, 0x3c, 0x4c, 0x04, 0x22, 0x62, 0xa4, 0xf2, 0x0e, 0x9e, 0x82, 0x50, 0x2d, 0x1e, 0xbc, 0x21, 0x46, 0xff, 0x12, 0x81, 0x62, 0x8c, 0xf6, 0x28, 0x83, 0x26, 0x64, 0x13, 0x69, 0xb2, 0x08, 0xa9, 0x74, 0x2f, 0x93, 0x68, 0x44, 0x9d, 0x68, 0x13, 0xdf, 0xc2, 0x3b, 0x86, 0xf1, 0x67, 0xc3, 0x2e, 0xd7, 0xe0, 0xb8, 0xc5, 0x0f, 0x06, 0x34, 0x21, 0xfc, 0x9d, 0xe3, 0x96, 0x3f, 0x1a, 0xc6, 0x4f, 0x48, 0x04, 0xa6, 0x04, 0xae, 0x73, 0x07, 0x82, 0x11, 0x44, 0xa8, 0x6c, 0x12, 0x41, 0x36, 0x11, 0x3e, 0x9b, 0x08, 0x9f, 0x2b, 0x05, 0x40, 0xb3, 0x40, 0x26, 0xbd, 0xee, 0xc7, 0x6e, 0xd7, 0x34, 0x5b, 0x4f, 0xa1, 0x7b, 0x94, 0xe2, 0x41, 0xfb, 0x50, 0x9b, 0x15, 0x7d, 0xdd, 0xde, 0x65, 0xaf, 0xa7, 0x1f, 0x73, 0xac, 0xbb, 0x46, 0x14, 0xaa, 0x30, 0xfc, 0x8a, 0x82, 0x66, 0x9a, 0x29, 0x73, 0x98, 0x13, 0x9e, 0x49, 0x16, 0x02, 0x92, 0x78, 0x8d, 0x74, 0xbd, 0x8d, 0x22, 0x23, 0x8c, 0x7d, 0x8d, 0x90, 0x0c, 0xfb, 0x52, 0x08, 0x40, 0x13, 0x09, 0xaa, 0x69, 0x09, 0x02, 0x28, 0x72, 0xd4, 0xa6, 0x53, 0x63, 0xc2, 0xd4, 0x41, 0x26, 0x18, 0xa1, 0x44, 0x89, 0x3c, 0x3c, 0x89, 0x05, 0x20, 0x01, 0xec, 0xa4, 0xff, 0xcf, 0x65, 0x8e, 0x28, 0xd9, 0xe2, 0x4b, 0x18, 0xe9, 0x75, 0x84, 0x0f, 0x89, 0xec, 0xac, 0xa3, 0x2c, 0xd3, 0x84, 0x9c, 0x8a, 0x9b, 0xc9, 0x51, 0xdd, 0xc0, 0x47, 0x6f, 0x60, 0x79, 0xcf, 0x9e, 0x16, 0x01, 0x72, 0x89, 0xe8, 0x20, 0x7d, 0x91, 0x00, 0xc8, 0x9f, 0x09, 0x10, 0xf1, 0x81, 0x7d, 0xf4, 0xf3, 0x1c, 0x72, 0xd6, 0x27, 0xd8, 0x0e, 0xaf, 0x85, 0x71, 0x86, 0x51, 0x3d, 0xd0, 0x30, 0xee, 0xa0, 0xef, 0x1f, 0x28, 0x30, 0x48, 0x83, 0x5b, 0x83, 0xe0, 0xb6, 0x10, 0x11, 0xec, 0x7b, 0x7c, 0xe7, 0xa4, 0xc6, 0xbb, 0x95, 0xcc, 0xb2, 0x7d, 0xef, 0xd1, 0x35, 0x4a, 0x4c, 0x27, 0x27, 0x37, 0x93, 0xee, 0x2b, 0x8b, 0x04, 0x90, 0x45, 0xaf, 0x99, 0x44, 0x76, 0x00, 0x23, 0x7f, 0x16, 0x8d, 0xb8, 0x19, 0x24, 0x80, 0x0c, 0xfa, 0x79, 0x2f, 0xfd, 0xbc, 0xba, 0x6f, 0x5f, 0x90, 0xde, 0x87, 0xc9, 0xf6, 0xfd, 0xee, 0x1b, 0x61, 0x18, 0xb7, 0x6b, 0x4c, 0xaf, 0x9e, 0x7e, 0x84, 0xd1, 0x3d, 0xc8, 0x4c, 0xe1, 0x13, 0x04, 0x0d, 0x44, 0x49, 0xd2, 0xf9, 0x06, 0x07, 0xf6, 0x0c, 0x1e, 0x6c, 0xe5, 0x03, 0xf0, 0xac, 0x32, 0xa0, 0x41, 0xe0, 0x13, 0x12, 0xc0, 0xe7, 0xe4, 0x03, 0x00, 0x10, 0x83, 0x2f, 0x74, 0x2d, 0xea, 0xc6, 0x5a, 0x42, 0x16, 0xb8, 0x98, 0xd9, 0x64, 0xd6, 0x26, 0xa9, 0x20, 0x3a, 0x36, 0xb4, 0x02, 0xf1, 0xad, 0xdd, 0xc9, 0x08, 0xd8, 0x62, 0x04, 0xf1, 0xde, 0x3c, 0x21, 0x80, 0x39, 0x2c, 0xfa, 0x30, 0xc3, 0x5a, 0x46, 0xea, 0x23, 0x3d, 0x1f, 0xe1, 0x75, 0x84, 0xd7, 0x92, 0x5d, 0xb5, 0xbd, 0xef, 0xa2, 0x51, 0x91, 0x3c, 0xa4, 0xd5, 0xbc, 0x53, 0x31, 0x2a, 0xce, 0xef, 0xdc, 0xd9, 0xea, 0x78, 0x10, 0x1d, 0xce, 0xed, 0x01, 0x22, 0x3a, 0x00, 0xf2, 0x83, 0xf0, 0x19, 0x02, 0x7b, 0x09, 0xab, 0xe9, 0x3a, 0x41, 0xa4, 0x77, 0x19, 0x7e, 0x6d, 0x18, 0x3f, 0x62, 0x04, 0xbd, 0x5d, 0xc1, 0x60, 0x0d, 0xee, 0x68, 0x42, 0x0c, 0xf6, 0x03, 0xeb, 0xfc, 0x3f, 0x30, 0x8c, 0xd7, 0xc9, 0xc1, 0xbc, 0x38, 0xce, 0x16, 0xaa, 0x75, 0xbd, 0xcb, 0xfa, 0xf4, 0x31, 0x33, 0x49, 0x00, 0x99, 0x64, 0xda, 0xed, 0x83, 0xa8, 0xf1, 0x10, 0x6d, 0x22, 0x3d, 0x5e, 0xf7, 0x81, 0xfc, 0xd4, 0x16, 0x7b, 0x00, 0xfa, 0x79, 0x11, 0xf9, 0x03, 0x7c, 0x06, 0x99, 0x68, 0x7f, 0x4f, 0xda, 0x43, 0xf6, 0x4c, 0x20, 0x4d, 0xbc, 0x3e, 0x02, 0x5c, 0x14, 0x61, 0x0b, 0x82, 0x04, 0x36, 0x4e, 0x06, 0x22, 0xc0, 0x81, 0xdd, 0x34, 0x5b, 0x61, 0x5b, 0x14, 0x6b, 0x13, 0x2d, 0x40, 0x08, 0x01, 0x02, 0xf8, 0x8c, 0xc8, 0x0f, 0x5c, 0x78, 0xfd, 0x75, 0x93, 0x27, 0xfe, 0x08, 0xe7, 0x8d, 0x2b, 0x5d, 0x13, 0x44, 0x17, 0x54, 0xc8, 0x9d, 0x19, 0x08, 0x00, 0x19, 0xdf, 0x2a, 0xec, 0x4c, 0x86, 0xad, 0x30, 0x04, 0x90, 0x68, 0xca, 0x25, 0xf2, 0x03, 0x29, 0x03, 0x06, 0xf0, 0x58, 0x3a, 0x9c, 0xaf, 0x8f, 0xc3, 0x20, 0xbd, 0x8e, 0xf0, 0xb2, 0x53, 0xac, 0x4e, 0x1a, 0x4a, 0x64, 0x20, 0x22, 0x6c, 0x9e, 0xc8, 0x4c, 0x02, 0x60, 0x66, 0xfb, 0xf6, 0x66, 0x3a, 0xea, 0xfc, 0x69, 0xf4, 0x87, 0x5d, 0x9c, 0x0f, 0xdb, 0x18, 0xe4, 0x27, 0xec, 0xa1, 0xeb, 0xf5, 0x81, 0xfe, 0xbe, 0x95, 0xee, 0xe1, 0xbd, 0xd6, 0xad, 0x2d, 0x22, 0x8d, 0x15, 0x88, 0x35, 0x8c, 0xb5, 0x0a, 0x21, 0xef, 0x14, 0x18, 0xa2, 0xc1, 0x5d, 0x7e, 0x30, 0x34, 0x4c, 0xf8, 0xfb, 0x1e, 0xf5, 0x7c, 0xd6, 0xb5, 0xfc, 0x9f, 0x61, 0x4c, 0x1f, 0x63, 0x3b, 0xe9, 0x16, 0x70, 0xfd, 0x1f, 0xa3, 0xb4, 0x9b, 0x04, 0x90, 0x81, 0x92, 0x68, 0x22, 0x3b, 0x46, 0xfc, 0x3d, 0x98, 0x01, 0x08, 0x7b, 0x89, 0xf8, 0xbb, 0xe9, 0x77, 0xe9, 0xf4, 0x9a, 0x46, 0x6d, 0x33, 0xa7, 0x53, 0x27, 0x4b, 0xf4, 0xe3, 0x59, 0xbb, 0x91, 0x90, 0xb2, 0x5e, 0x35, 0x8c, 0x7b, 0x15, 0x9f, 0xe4, 0xb2, 0x04, 0x41, 0x03, 0xd2, 0x1c, 0x1e, 0x7d, 0xca, 0xa0, 0xf6, 0xae, 0x7f, 0xec, 0x31, 0x7b, 0x15, 0x9b, 0x14, 0x01, 0xe1, 0x13, 0xd4, 0x02, 0x91, 0x1f, 0xf0, 0x29, 0xe1, 0x3c, 0xfd, 0xcc, 0xfd, 0x86, 0x64, 0x5b, 0x00, 0x3c, 0xec, 0x1a, 0xd5, 0xc3, 0x0a, 0x53, 0xd2, 0x45, 0xe4, 0xb3, 0x6c, 0xa2, 0xe5, 0xe0, 0xe6, 0x63, 0x6f, 0x7a, 0x6a, 0x54, 0x2c, 0xd0, 0xb0, 0x40, 0x4a, 0x2e, 0x12, 0x02, 0xc8, 0x81, 0x0f, 0x40, 0x22, 0x99, 0xc5, 0x6e, 0x9e, 0x9c, 0xae, 0xe2, 0x30, 0x48, 0xdf, 0x5b, 0x43, 0x7a, 0x9f, 0x93, 0xf9, 0x2f, 0x86, 0xf1, 0x14, 0x75, 0x58, 0xa1, 0xec, 0xbc, 0xf1, 0xc2, 0x1c, 0x98, 0x46, 0xe6, 0x40, 0x0a, 0x9d, 0x1b, 0xa3, 0x5d, 0xb6, 0x70, 0x72, 0x73, 0x84, 0xbd, 0xbf, 0x9b, 0x08, 0x9f, 0x4e, 0x48, 0xc3, 0x2b, 0x4a, 0x05, 0xe8, 0x3d, 0x53, 0x48, 0x2c, 0x92, 0x44, 0xa3, 0x6d, 0x9c, 0x7a, 0xd6, 0x7e, 0xea, 0xb9, 0x8e, 0xc8, 0xc3, 0x18, 0xee, 0x56, 0x70, 0x4f, 0x13, 0x42, 0xfd, 0x6e, 0x7e, 0x5e, 0xeb, 0x5a, 0xc8, 0x21, 0xb8, 0x3f, 0x81, 0x6c, 0xe3, 0xd1, 0x97, 0xae, 0xdb, 0x7c, 0xaf, 0x4d, 0x1b, 0x33, 0x95, 0xee, 0x6d, 0x0f, 0x09, 0x60, 0x0f, 0xdd, 0x77, 0x1a, 0x48, 0x4f, 0x64, 0x87, 0x08, 0x76, 0x43, 0x0c, 0x20, 0x3f, 0x44, 0x80, 0xd0, 0x28, 0xb5, 0xd1, 0x8c, 0x0e, 0x1d, 0x4c, 0x6e, 0x4a, 0x89, 0x59, 0xb0, 0xee, 0x67, 0x86, 0xf1, 0x55, 0xe1, 0x73, 0x48, 0xbf, 0x27, 0x98, 0x20, 0xb8, 0xc9, 0xe4, 0x10, 0x03, 0xcd, 0x00, 0x5b, 0xa7, 0xb3, 0x88, 0x5c, 0x1e, 0x8a, 0xf6, 0xb0, 0xc5, 0xbb, 0x08, 0x45, 0xd7, 0x89, 0x59, 0xe0, 0x3c, 0x8d, 0xfa, 0xc0, 0x27, 0x24, 0x80, 0xb3, 0xaf, 0xbe, 0xea, 0xf3, 0x19, 0x84, 0x08, 0xce, 0xb0, 0x70, 0x6b, 0xd4, 0x84, 0xc0, 0xe3, 0xf3, 0x37, 0xd0, 0x45, 0x6c, 0xe7, 0x0e, 0x2d, 0x56, 0xf3, 0xe7, 0x22, 0xdc, 0x49, 0x0d, 0xdc, 0x20, 0xa6, 0x31, 0xeb, 0x81, 0xcd, 0x08, 0xbd, 0x51, 0xe3, 0x66, 0x63, 0xbb, 0x41, 0x52, 0xfb, 0x2c, 0x72, 0xba, 0xe4, 0xcd, 0x53, 0x43, 0x7c, 0xf1, 0x55, 0xdb, 0xa6, 0xed, 0xae, 0x31, 0x6f, 0x82, 0x92, 0x5e, 0x76, 0xc8, 0x1f, 0xc8, 0x11, 0xa4, 0xce, 0x3a, 0x3d, 0x5e, 0xe9, 0xbc, 0x69, 0x37, 0xde, 0x68, 0xee, 0xa0, 0x6b, 0x42, 0x07, 0xef, 0xa7, 0xeb, 0x90, 0x8e, 0x2e, 0x90, 0x26, 0x88, 0x0f, 0x82, 0xa4, 0xd1, 0xff, 0xf1, 0x9a, 0xdc, 0xa3, 0x87, 0x8f, 0x3c, 0x49, 0x02, 0xbf, 0x30, 0x8c, 0xb7, 0x14, 0x82, 0x73, 0x62, 0x0e, 0x67, 0xb8, 0x97, 0xe1, 0x3e, 0x0d, 0xbe, 0x12, 0x26, 0x74, 0xdf, 0xc1, 0xcf, 0xc1, 0xcf, 0x6d, 0x5d, 0xcf, 0x3f, 0x19, 0xc6, 0x0f, 0x48, 0x04, 0x9f, 0x27, 0xd2, 0x75, 0x4b, 0xcc, 0xec, 0xda, 0xd5, 0x4c, 0x23, 0xf2, 0xa7, 0x93, 0x08, 0xf0, 0x9a, 0x46, 0xc4, 0xc7, 0x88, 0x9f, 0x2e, 0x84, 0x90, 0x8e, 0xff, 0x53, 0xfb, 0x00, 0x3b, 0xe9, 0x77, 0x33, 0xc8, 0xf7, 0x19, 0xc7, 0x4c, 0xbf, 0xf7, 0xec, 0xd9, 0xe4, 0xd3, 0xff, 0xb5, 0x1f, 0x71, 0x3a, 0x50, 0x71, 0xca, 0x03, 0x89, 0xc1, 0x35, 0x33, 0xd0, 0x34, 0xdf, 0x8b, 0x06, 0xbd, 0x13, 0xd3, 0x58, 0xf8, 0xb5, 0x9c, 0xcc, 0x9f, 0x1a, 0xb1, 0x74, 0x53, 0x96, 0x9e, 0x63, 0x7b, 0x94, 0xb3, 0x44, 0xfe, 0x73, 0x42, 0x04, 0x8d, 0xcf, 0x3d, 0xe7, 0xf3, 0x1b, 0x85, 0x10, 0x2a, 0x35, 0x39, 0x87, 0x66, 0x15, 0x82, 0x1a, 0xab, 0x6f, 0x43, 0x17, 0xb3, 0x70, 0x1e, 0xf3, 0xe6, 0xb7, 0xf7, 0xeb, 0x67, 0x09, 0x00, 0xa3, 0xbd, 0xcc, 0xaa, 0x62, 0x5f, 0x1a, 0xd4, 0xd9, 0x64, 0x4b, 0x01, 0x50, 0x03, 0x2f, 0xa0, 0x11, 0x56, 0xde, 0x3c, 0x1a, 0x82, 0x3a, 0xec, 0xe7, 0x41, 0x88, 0xcf, 0xc3, 0x8c, 0x37, 0x33, 0xe2, 0xdf, 0xf2, 0x30, 0x11, 0x73, 0x94, 0x61, 0xcc, 0xa4, 0x4e, 0xfa, 0x92, 0x8d, 0x58, 0x16, 0xa6, 0xd3, 0x68, 0xb6, 0x9d, 0xce, 0x99, 0x26, 0xc8, 0x9f, 0x25, 0x1c, 0xdd, 0xfd, 0x04, 0x39, 0xda, 0x5b, 0xa0, 0xbf, 0xa5, 0xa0, 0x52, 0xf2, 0xe6, 0x9b, 0x4d, 0x4e, 0x1c, 0xba, 0x2e, 0xf3, 0x4f, 0x86, 0xb1, 0x42, 0x43, 0x72, 0x1d, 0xa9, 0xef, 0x67, 0x78, 0x80, 0xe1, 0xc1, 0x26, 0x00, 0xff, 0x3e, 0x7e, 0x1e, 0x9d, 0x58, 0xee, 0xfd, 0x9d, 0x61, 0x4c, 0xa0, 0x36, 0x31, 0x47, 0x89, 0x7b, 0x00, 0x16, 0x92, 0x3f, 0x90, 0x4a, 0x02, 0xb0, 0x80, 0x08, 0x17, 0x91, 0x5e, 0x22, 0x4d, 0x02, 0x03, 0x01, 0x44, 0x40, 0x3f, 0xcf, 0x26, 0x7f, 0x69, 0xac, 0x30, 0xa3, 0xb8, 0x5f, 0x41, 0xdf, 0xb9, 0xea, 0x45, 0x3b, 0x4c, 0x3a, 0x50, 0x89, 0x50, 0xf1, 0x99, 0x81, 0x87, 0x6a, 0x1d, 0xb3, 0x02, 0xb5, 0xe7, 0x1b, 0x2c, 0xe4, 0x6a, 0xce, 0x69, 0xdb, 0xd6, 0x6c, 0x78, 0xfe, 0x79, 0xbb, 0xe6, 0x0a, 0x35, 0x4c, 0x22, 0x19, 0xd9, 0xf0, 0xe4, 0x93, 0xe6, 0x19, 0x32, 0x7b, 0xa4, 0x08, 0x2a, 0x49, 0x10, 0xb3, 0x59, 0xf0, 0x84, 0x7e, 0x4e, 0xd5, 0xe4, 0x19, 0xb8, 0x10, 0x9a, 0xb4, 0x9e, 0xc9, 0x45, 0x7e, 0x9c, 0x94, 0x2e, 0x22, 0x89, 0x47, 0x74, 0x36, 0xf4, 0xec, 0x69, 0x8f, 0xf4, 0x24, 0x02, 0x54, 0x57, 0x82, 0xfc, 0x58, 0x96, 0x87, 0x1b, 0x93, 0xe4, 0xcf, 0xa4, 0xd7, 0xb5, 0xbd, 0x7a, 0xf9, 0xc8, 0x3f, 0xd5, 0x8e, 0x3a, 0x64, 0x75, 0x71, 0x27, 0x91, 0x02, 0x12, 0xbf, 0x03, 0x35, 0xfc, 0x1f, 0x0d, 0xe3, 0xb7, 0xd4, 0x29, 0x87, 0x39, 0xf1, 0x65, 0x67, 0xcd, 0xef, 0xde, 0xdd, 0xea, 0x48, 0x74, 0xea, 0x3e, 0x41, 0x7a, 0x60, 0x9f, 0xe8, 0xe4, 0x14, 0x09, 0xfa, 0xff, 0x4e, 0xc2, 0x6a, 0x72, 0xdc, 0x13, 0x69, 0x66, 0x4a, 0x10, 0xc4, 0x01, 0x62, 0x0c, 0xa3, 0x7c, 0x80, 0xbd, 0x3e, 0x59, 0x47, 0x74, 0x95, 0xe0, 0x0f, 0x31, 0x3c, 0xcc, 0xf0, 0x08, 0xc3, 0xa3, 0x61, 0xe0, 0x11, 0x05, 0xfc, 0x3b, 0xe5, 0x79, 0x54, 0x91, 0x58, 0xd7, 0xd6, 0x89, 0x7e, 0xfe, 0x8b, 0x61, 0x64, 0xc4, 0xd3, 0x3d, 0xc4, 0xb3, 0xfb, 0x59, 0x31, 0x68, 0x90, 0xb9, 0x8b, 0xfa, 0x25, 0x85, 0x00, 0xd1, 0xef, 0xa2, 0xfe, 0x00, 0x7c, 0x42, 0x20, 0x73, 0x28, 0x95, 0xda, 0x04, 0x33, 0x21, 0x06, 0x86, 0xf7, 0x7b, 0xf7, 0xb6, 0xcc, 0x40, 0x55, 0x08, 0xf4, 0xff, 0xd3, 0xe4, 0x6f, 0xbc, 0xdd, 0xd7, 0x76, 0xc2, 0x07, 0x2a, 0xb3, 0x42, 0x40, 0x21, 0xd0, 0x0c, 0xfd, 0xd1, 0x14, 0x16, 0x96, 0xfe, 0x88, 0x06, 0xcd, 0xfa, 0xa7, 0x9f, 0xb6, 0xf2, 0x30, 0x95, 0x44, 0xfc, 0x4a, 0xb1, 0x7e, 0xe1, 0xf0, 0x33, 0xcf, 0x98, 0xa7, 0x49, 0x00, 0x52, 0x04, 0xb9, 0x74, 0x3d, 0x4a, 0x2d, 0xd6, 0x12, 0x4d, 0xc2, 0xad, 0x59, 0x44, 0xa0, 0x25, 0x3f, 0x40, 0x26, 0xcc, 0x0f, 0x79, 0x6d, 0xcd, 0x0a, 0x72, 0xa2, 0x40, 0xfe, 0x1c, 0x02, 0xaa, 0x27, 0xe5, 0x9a, 0x54, 0x00, 0x89, 0x18, 0x90, 0x3f, 0x0b, 0x23, 0xf2, 0x1d, 0x77, 0xc8, 0x92, 0x02, 0x1f, 0x12, 0xed, 0x67, 0x44, 0x05, 0x22, 0xbf, 0xd5, 0xb0, 0xf4, 0xc3, 0xad, 0xff, 0x65, 0x18, 0xff, 0xce, 0xc3, 0x7e, 0xef, 0x32, 0xf2, 0xbf, 0x4b, 0x24, 0x5e, 0x49, 0x23, 0x79, 0x2a, 0x9d, 0x2f, 0x5d, 0x90, 0x1f, 0xa4, 0x07, 0x32, 0x60, 0xe7, 0x63, 0x84, 0x03, 0xe8, 0xe7, 0x1d, 0xf4, 0x0a, 0xac, 0x27, 0x47, 0x71, 0x34, 0x39, 0xbd, 0x92, 0x28, 0xf1, 0xb6, 0xd3, 0x7b, 0x86, 0x9c, 0xbf, 0x6f, 0x30, 0xd2, 0x73, 0xc2, 0xab, 0x44, 0x57, 0x09, 0x3e, 0x42, 0xe0, 0x31, 0x86, 0xc7, 0x35, 0x78, 0x42, 0x81, 0xfa, 0x77, 0xfe, 0xf9, 0x11, 0x0c, 0x5c, 0x24, 0x5a, 0x51, 0xd0, 0x3f, 0x2f, 0xbf, 0x63, 0x18, 0x0d, 0x71, 0x74, 0x2f, 0x12, 0x09, 0xd4, 0x36, 0x6b, 0xe9, 0x5e, 0x2d, 0x11, 0xd0, 0x2c, 0x90, 0x22, 0x4c, 0x9e, 0x5d, 0x44, 0xfe, 0x5d, 0x6c, 0x36, 0xb0, 0x44, 0x00, 0x93, 0x90, 0xb0, 0x86, 0xfc, 0xba, 0xf7, 0x6e, 0xb8, 0x41, 0x2b, 0x04, 0x32, 0x13, 0x4b, 0x68, 0x10, 0xfa, 0xdd, 0x60, 0xdb, 0x2f, 0x0a, 0x6a, 0x1a, 0x91, 0x68, 0x7e, 0xc2, 0xf3, 0x0d, 0x00, 0x92, 0x8d, 0xd5, 0x64, 0x02, 0x55, 0x10, 0xe9, 0x2b, 0x64, 0xf5, 0x2d, 0xf6, 0x0d, 0x7d, 0xf9, 0x65, 0xf3, 0x14, 0x91, 0x5f, 0x8a, 0x60, 0xeb, 0xc0, 0x81, 0xbe, 0xa8, 0xd1, 0x6c, 0xfb, 0xb3, 0x7f, 0x66, 0x49, 0xb6, 0x66, 0x13, 0x81, 0xc3, 0xe6, 0x57, 0x32, 0xb6, 0xed, 0xa8, 0x51, 0xef, 0x61, 0x53, 0x92, 0x39, 0x8f, 0x1a, 0x2a, 0x5b, 0x38, 0xbb, 0x79, 0xd4, 0x90, 0xbc, 0xbe, 0xa6, 0x0c, 0xc9, 0x25, 0x6c, 0x38, 0x4b, 0x0d, 0xbe, 0x9f, 0xb0, 0x94, 0xec, 0x52, 0x9e, 0x9c, 0x9a, 0x62, 0xa7, 0xe1, 0x47, 0x0d, 0xb7, 0x63, 0xdb, 0x2e, 0x3b, 0xff, 0x5f, 0x0d, 0xe3, 0x45, 0x3a, 0xdf, 0x38, 0x22, 0x7a, 0x83, 0xe2, 0xa0, 0xf9, 0x3a, 0x64, 0x32, 0x4d, 0xa7, 0x1b, 0x07, 0x0f, 0x36, 0x77, 0x11, 0xf9, 0xf7, 0x30, 0xf2, 0x67, 0x30, 0xf2, 0xef, 0x60, 0xd8, 0x4e, 0xf8, 0x68, 0xc8, 0x10, 0x73, 0x0c, 0x5d, 0xb7, 0x24, 0x7e, 0xbc, 0x4d, 0x96, 0xcf, 0xc9, 0x96, 0xfe, 0x0f, 0x46, 0x7c, 0x7f, 0xa4, 0xe7, 0x84, 0xe7, 0x44, 0xe7, 0xa4, 0x7e, 0x52, 0xe0, 0x29, 0x86, 0xa7, 0x03, 0xe0, 0x29, 0x05, 0xf2, 0xf3, 0x5c, 0x24, 0xaa, 0x28, 0xb4, 0x82, 0x20, 0xdf, 0xea, 0x1f, 0x69, 0x16, 0x3b, 0x1f, 0xcb, 0x45, 0x40, 0x42, 0x87, 0x08, 0x52, 0x88, 0x64, 0x98, 0x09, 0x52, 0xa8, 0xad, 0x20, 0x82, 0x14, 0x31, 0x1b, 0xf8, 0x66, 0x04, 0xf8, 0x46, 0xf0, 0x17, 0x08, 0x5b, 0xa9, 0xdf, 0xa6, 0x92, 0x39, 0x39, 0x86, 0x45, 0xc5, 0xb8, 0x59, 0x44, 0xaf, 0x27, 0xe8, 0x3c, 0x33, 0x7e, 0x62, 0x18, 0x5f, 0x6b, 0x6f, 0xfb, 0x73, 0x8e, 0xd9, 0x80, 0xfe, 0x19, 0x44, 0x7f, 0xff, 0xc3, 0x44, 0xf2, 0x23, 0x78, 0x4e, 0x66, 0x49, 0xb7, 0x6e, 0x66, 0x3d, 0x99, 0x3f, 0x28, 0xdc, 0x43, 0x45, 0xae, 0x14, 0x41, 0x0d, 0xb6, 0x4f, 0x27, 0xd2, 0x9f, 0x12, 0x80, 0x08, 0x96, 0x91, 0x49, 0xc6, 0x43, 0xa7, 0x74, 0xce, 0xd7, 0x59, 0xb6, 0xd9, 0x9f, 0x08, 0x2e, 0xdb, 0x27, 0xf0, 0x3b, 0xfa, 0xe3, 0x64, 0xb7, 0xd1, 0xc9, 0xe9, 0x62, 0x8e, 0xf2, 0xa9, 0x29, 0x05, 0xbb, 0x3f, 0x08, 0x11, 0x54, 0x62, 0x1f, 0x1d, 0x21, 0x00, 0xd8, 0x76, 0xa8, 0x45, 0x01, 0xf9, 0x21, 0x82, 0xdd, 0x44, 0xbc, 0x19, 0x44, 0xbc, 0x29, 0x4a, 0xa2, 0x8a, 0x1a, 0xe9, 0x14, 0x35, 0xea, 0x16, 0x1a, 0x5d, 0x16, 0x11, 0x96, 0x50, 0x63, 0xef, 0xa4, 0x69, 0xf3, 0x08, 0x8f, 0xea, 0xa8, 0x23, 0xff, 0x78, 0xea, 0x54, 0xc4, 0xbc, 0x53, 0x84, 0x33, 0x07, 0xd2, 0xef, 0x57, 0xc8, 0x9f, 0x26, 0x46, 0x7e, 0x4e, 0xfe, 0x0d, 0xe4, 0x90, 0x8f, 0x69, 0xd3, 0xc6, 0x47, 0x7e, 0x49, 0x12, 0x72, 0x7a, 0xe3, 0x35, 0xe6, 0x8d, 0x4a, 0x7c, 0x3e, 0xca, 0x3f, 0xee, 0x87, 0xf0, 0x20, 0xf4, 0x33, 0x02, 0xcf, 0x0a, 0x3c, 0x17, 0x02, 0xe4, 0x7b, 0xe5, 0x67, 0x9f, 0xf6, 0x23, 0x08, 0x55, 0x0c, 0xaa, 0x10, 0x1e, 0x22, 0x21, 0xff, 0x8e, 0x04, 0xf0, 0x85, 0x2a, 0x82, 0x8f, 0xe8, 0xde, 0x2d, 0x11, 0x00, 0x30, 0x05, 0x21, 0x02, 0x31, 0x13, 0xf8, 0x7c, 0x02, 0x44, 0x87, 0xa8, 0x0f, 0x77, 0x13, 0xf0, 0xfa, 0xc1, 0x80, 0x01, 0xe6, 0x78, 0xea, 0x33, 0x9d, 0x6f, 0xc0, 0xfa, 0xe5, 0x24, 0xf5, 0x5b, 0x1a, 0xcd, 0xe8, 0xcb, 0x13, 0xec, 0x3e, 0xdc, 0x44, 0xfd, 0x76, 0x74, 0xa2, 0x92, 0x68, 0x9b, 0x4a, 0xd7, 0x50, 0x38, 0x62, 0x84, 0x5d, 0xb9, 0x8a, 0x45, 0xfb, 0x4c, 0x00, 0x0d, 0x78, 0x8c, 0x12, 0x91, 0x5e, 0x8a, 0xa0, 0xfe, 0xd9, 0x67, 0x7d, 0x51, 0x43, 0x21, 0x82, 0x8b, 0xff, 0x66, 0x0f, 0x92, 0x1d, 0x34, 0xa5, 0x16, 0x4d, 0x3a, 0x0b, 0xb4, 0xf2, 0x53, 0xa0, 0xe6, 0x2b, 0x4c, 0xa3, 0x8b, 0x9a, 0xcb, 0x05, 0xf0, 0x21, 0xd9, 0xde, 0x96, 0x00, 0xf0, 0xcc, 0x5d, 0x3c, 0xb4, 0x41, 0x90, 0x1f, 0x80, 0x8d, 0x97, 0x07, 0x87, 0x14, 0x09, 0x19, 0xc2, 0x36, 0x9a, 0x5e, 0xa7, 0xb1, 0x34, 0xfc, 0x64, 0xd6, 0x48, 0x32, 0x79, 0xc5, 0x63, 0xf9, 0x3a, 0x01, 0x24, 0xd3, 0x4c, 0xb2, 0x8d, 0x3a, 0x13, 0x9d, 0xb5, 0x17, 0x29, 0x7e, 0xe6, 0xe8, 0xee, 0x63, 0xe4, 0x97, 0xb6, 0xbe, 0x14, 0xc0, 0x47, 0x34, 0x0a, 0x72, 0xf2, 0x4b, 0x01, 0xbc, 0x65, 0x18, 0xb3, 0x35, 0x23, 0x7f, 0x38, 0xe4, 0x7f, 0x4a, 0x21, 0x3f, 0x27, 0xfe, 0xf3, 0x84, 0x17, 0x04, 0xc8, 0x97, 0x34, 0x5e, 0x62, 0x78, 0x51, 0xe0, 0x05, 0xf1, 0xbe, 0xe7, 0x99, 0x18, 0x54, 0x21, 0x84, 0x25, 0x82, 0x9f, 0x93, 0xa0, 0x49, 0x00, 0x5f, 0x72, 0x11, 0x24, 0x8a, 0x99, 0x20, 0x95, 0xfa, 0x24, 0x95, 0x48, 0xb7, 0x8b, 0xda, 0x4b, 0x0a, 0x40, 0x8a, 0x00, 0xf9, 0x81, 0xdd, 0x98, 0x4d, 0xb1, 0x58, 0x88, 0xde, 0x97, 0x41, 0x40, 0xf0, 0x60, 0x11, 0xf9, 0x70, 0xaa, 0x00, 0x14, 0x11, 0x38, 0x72, 0x09, 0x32, 0xb9, 0x26, 0xfb, 0x15, 0xa5, 0x17, 0x88, 0x40, 0x55, 0x92, 0xe9, 0x53, 0x2a, 0xc8, 0x5f, 0x26, 0xea, 0xb1, 0xc0, 0x91, 0x63, 0xaf, 0xbc, 0x62, 0x9e, 0x78, 0xed, 0x35, 0x9f, 0x00, 0xd2, 0x69, 0xb0, 0xe4, 0x02, 0x20, 0xf3, 0x79, 0x2b, 0x2b, 0xaf, 0xd0, 0x09, 0xa0, 0xc9, 0x66, 0x81, 0xa0, 0x02, 0xa0, 0x1b, 0xfa, 0x5b, 0x2e, 0x80, 0xb9, 0x34, 0x42, 0x64, 0x12, 0x21, 0x21, 0x00, 0x40, 0x7a, 0xf6, 0xd5, 0xa2, 0xda, 0x12, 0x0a, 0x87, 0x43, 0x93, 0x29, 0xb2, 0x92, 0x10, 0xc1, 0x4c, 0x32, 0x5d, 0xc2, 0x11, 0xc0, 0x04, 0x3a, 0xc7, 0x12, 0x72, 0xb8, 0xb7, 0x51, 0xc3, 0xa4, 0x8b, 0x6c, 0x66, 0xa6, 0x08, 0x6d, 0x72, 0x01, 0x64, 0x88, 0x10, 0xa7, 0x8c, 0xf2, 0x40, 0x00, 0x98, 0x05, 0x3e, 0xbc, 0xfd, 0x76, 0x73, 0xb4, 0x30, 0x7b, 0xb8, 0x00, 0x7e, 0x6f, 0x3f, 0x9b, 0xea, 0xfe, 0x00, 0xa6, 0x4f, 0x30, 0xb3, 0x27, 0xd0, 0xe8, 0xff, 0x9c, 0x46, 0x04, 0x3a, 0x3c, 0xef, 0x67, 0x26, 0x50, 0x67, 0x01, 0xd5, 0x24, 0xe2, 0xe6, 0x90, 0xea, 0x1b, 0x3c, 0xf8, 0x4b, 0xc3, 0x18, 0xcd, 0x05, 0x20, 0x7d, 0x82, 0x55, 0xc8, 0xda, 0x93, 0xaf, 0x96, 0x46, 0x7d, 0x93, 0x06, 0xe7, 0x18, 0x8e, 0xb0, 0x20, 0x3f, 0x44, 0x60, 0x09, 0x00, 0x59, 0x63, 0x98, 0x94, 0xf4, 0xbe, 0x7d, 0x64, 0x9e, 0x64, 0x12, 0x10, 0x5c, 0x58, 0x41, 0xbe, 0xd6, 0x64, 0x1a, 0x44, 0x54, 0x01, 0x8c, 0x57, 0x04, 0x30, 0x91, 0x09, 0x60, 0x06, 0xbd, 0x1f, 0x09, 0xb9, 0xf2, 0xc7, 0x1e, 0xb3, 0x6a, 0xb0, 0x40, 0xfc, 0x32, 0x56, 0x90, 0x78, 0x88, 0x1c, 0xe2, 0xe3, 0x44, 0x7e, 0x29, 0x80, 0x93, 0xf4, 0xfa, 0x3e, 0x99, 0x5f, 0x5c, 0x00, 0xf4, 0x5d, 0xbf, 0x0c, 0x53, 0x00, 0x97, 0x3d, 0x03, 0xb4, 0xf6, 0x53, 0xa2, 0x7c, 0x23, 0xf5, 0x56, 0x67, 0x22, 0x7e, 0x23, 0x17, 0xc1, 0xc6, 0xde, 0xbd, 0xcd, 0x5c, 0x08, 0x80, 0x1a, 0x10, 0x0b, 0x4e, 0x6a, 0x98, 0x00, 0x2a, 0xc5, 0x34, 0x57, 0x08, 0x92, 0x8a, 0xfa, 0x94, 0xbd, 0x34, 0x63, 0xac, 0xa2, 0xcf, 0xcc, 0x10, 0x42, 0xe0, 0x02, 0x90, 0x22, 0x98, 0x4c, 0x23, 0x56, 0x72, 0x97, 0x2e, 0xe6, 0x5a, 0x2c, 0x59, 0x44, 0xa7, 0x08, 0x53, 0x27, 0x47, 0x24, 0xb5, 0x78, 0x7c, 0x3f, 0x53, 0x64, 0x75, 0x7d, 0x11, 0x0d, 0x21, 0x00, 0x8c, 0x72, 0x2b, 0x68, 0x1a, 0x97, 0xd1, 0x1e, 0x1e, 0xf1, 0x21, 0xc7, 0x7a, 0x49, 0x3b, 0x7d, 0xa4, 0x47, 0x27, 0x02, 0x7f, 0x33, 0xc1, 0xe3, 0x7e, 0xec, 0xfe, 0xa7, 0x15, 0x41, 0xf0, 0x99, 0x41, 0xc5, 0x33, 0x21, 0x98, 0x3e, 0xa1, 0x8c, 0xfc, 0x0f, 0x2b, 0x91, 0xa2, 0x07, 0x7e, 0x63, 0x18, 0xef, 0x49, 0xf2, 0xf3, 0xe8, 0xd0, 0x12, 0x6a, 0xd3, 0xdd, 0x44, 0xea, 0x3d, 0x44, 0xf0, 0x3d, 0xd4, 0x47, 0xbb, 0x91, 0x20, 0x14, 0xa3, 0xbf, 0x4f, 0x00, 0x68, 0x6f, 0xcc, 0xde, 0xa8, 0x95, 0xc2, 0x86, 0xbb, 0x64, 0xbe, 0x48, 0x6c, 0xa1, 0x81, 0x68, 0x31, 0x0d, 0x48, 0x10, 0x83, 0xbf, 0xd1, 0x7f, 0x3a, 0xf5, 0xed, 0x7a, 0x6a, 0xfb, 0x12, 0x22, 0x7e, 0x29, 0x96, 0x98, 0xa2, 0x08, 0x11, 0x8b, 0x76, 0x84, 0x00, 0xc0, 0x89, 0x2a, 0x54, 0x81, 0xbe, 0xfa, 0xea, 0x25, 0xf2, 0x13, 0x50, 0xbe, 0xcd, 0xb3, 0xc6, 0x24, 0x80, 0xf3, 0xbf, 0xb6, 0x7d, 0x8c, 0x0e, 0x21, 0xf8, 0x00, 0x4d, 0x22, 0x80, 0xa0, 0xb3, 0xc0, 0x0c, 0xc3, 0xf8, 0x1f, 0x2e, 0x80, 0x79, 0x62, 0x16, 0x80, 0x23, 0x9c, 0x4b, 0x28, 0x13, 0xbe, 0x00, 0x17, 0x01, 0x80, 0xdf, 0x17, 0xc0, 0x6c, 0x11, 0x42, 0x00, 0x76, 0x51, 0x63, 0x6e, 0x22, 0x3f, 0x62, 0x03, 0x75, 0xca, 0x7a, 0xc2, 0x26, 0x9a, 0x21, 0x52, 0xb0, 0x8e, 0x18, 0xe5, 0xbb, 0x88, 0xe5, 0x8b, 0x42, 0xb6, 0x3c, 0x51, 0xca, 0x90, 0xcb, 0x32, 0xbb, 0xd9, 0x32, 0xc6, 0x2f, 0x12, 0x5c, 0x48, 0x6e, 0xc9, 0x04, 0x17, 0xec, 0xdc, 0xf9, 0x37, 0xdd, 0x64, 0x25, 0xb6, 0xd4, 0x58, 0xff, 0x1f, 0x0c, 0x63, 0x66, 0x3b, 0x77, 0x02, 0x4b, 0x27, 0x84, 0x07, 0x83, 0x38, 0xc2, 0x23, 0x34, 0x51, 0x1f, 0x9d, 0x43, 0x1c, 0x0a, 0x74, 0xd1, 0xa1, 0x90, 0x9c, 0x5f, 0x46, 0x7c, 0x9e, 0x3b, 0xb0, 0xc4, 0x4d, 0xe4, 0x19, 0x45, 0xa4, 0xff, 0x42, 0xcd, 0x13, 0xcc, 0x26, 0xd3, 0x35, 0x1d, 0x66, 0x0e, 0xd9, 0xe4, 0x16, 0x88, 0xe4, 0x18, 0xf5, 0x31, 0xd0, 0x80, 0xfc, 0x19, 0x52, 0x00, 0x02, 0x28, 0x18, 0xcc, 0xa1, 0xf7, 0xe4, 0xd1, 0x7b, 0x0f, 0x90, 0x29, 0x73, 0xe0, 0x89, 0x27, 0xcc, 0xa2, 0x27, 0x9f, 0x34, 0xb3, 0x30, 0x9b, 0x50, 0x5f, 0xed, 0xa0, 0x3e, 0xdb, 0x4e, 0x7d, 0x89, 0x59, 0xa4, 0x80, 0x88, 0x8d, 0x64, 0x17, 0x16, 0xe9, 0xa0, 0x00, 0xb1, 0x54, 0xac, 0xb4, 0x2b, 0x63, 0xe4, 0x07, 0x8e, 0xbc, 0xf4, 0x92, 0x83, 0xfc, 0x30, 0x85, 0xd4, 0xd1, 0x7f, 0x9a, 0x61, 0x4c, 0x8d, 0x96, 0xf9, 0x13, 0xb2, 0x08, 0x7e, 0x6a, 0x18, 0xbd, 0x88, 0xf8, 0xc7, 0xb9, 0x08, 0x3e, 0xa0, 0xd1, 0x1a, 0x02, 0xc8, 0x13, 0x65, 0xb8, 0xe5, 0x7e, 0x44, 0x50, 0x21, 0x6b, 0xf1, 0x45, 0x71, 0x5a, 0x81, 0xa8, 0xd3, 0xb1, 0x6a, 0x75, 0xb0, 0x82, 0x09, 0x7b, 0xf5, 0xd3, 0xcf, 0x72, 0x75, 0x96, 0x2c, 0x60, 0x2b, 0x60, 0xf5, 0x3c, 0x79, 0xa2, 0xa0, 0x2d, 0x43, 0x94, 0x36, 0xec, 0x16, 0x89, 0x2e, 0x09, 0x44, 0x31, 0xa6, 0x50, 0x43, 0xf2, 0x12, 0x01, 0x21, 0x84, 0x2f, 0x7e, 0x67, 0x18, 0x71, 0x4a, 0x76, 0x77, 0xb8, 0x92, 0xcd, 0xfd, 0x4a, 0x10, 0x31, 0x04, 0x0b, 0x89, 0x3e, 0xaa, 0x84, 0x30, 0x75, 0x21, 0x52, 0x7f, 0xe1, 0x4e, 0x95, 0xe8, 0x8f, 0x6a, 0xf2, 0x02, 0x6a, 0x4e, 0xe0, 0x01, 0x4d, 0xa2, 0x8c, 0x67, 0x91, 0x87, 0xff, 0x8c, 0x1c, 0x63, 0x22, 0xff, 0xa7, 0x7c, 0x20, 0x40, 0x7b, 0x4c, 0x6c, 0xdf, 0xde, 0xdc, 0x8e, 0x6a, 0x51, 0x1a, 0xa5, 0x2d, 0xd0, 0xe8, 0x8e, 0xd1, 0x1e, 0x03, 0x8f, 0x24, 0x3e, 0x12, 0x8a, 0x99, 0x22, 0xa3, 0x8e, 0xc5, 0x42, 0x39, 0x62, 0x40, 0x02, 0x0a, 0x30, 0xb3, 0xa3, 0xf4, 0x05, 0xab, 0xd1, 0xf0, 0x4a, 0xc0, 0x1a, 0x8b, 0x62, 0xac, 0x45, 0x06, 0xd8, 0xa8, 0x5f, 0x2a, 0xcd, 0x1e, 0x38, 0xbf, 0xd8, 0x1e, 0xf1, 0xf9, 0xe7, 0x1d, 0xe4, 0x87, 0xed, 0xbf, 0x93, 0xcc, 0x33, 0x4e, 0x7e, 0xe2, 0xd5, 0x67, 0x7f, 0xb4, 0x33, 0xf2, 0x51, 0x23, 0x7f, 0xc8, 0x22, 0x20, 0xc7, 0xe4, 0x3f, 0x79, 0x95, 0x27, 0xb0, 0xa5, 0x7f, 0x7f, 0x6b, 0x11, 0x06, 0x00, 0xe7, 0x17, 0x3b, 0x13, 0x70, 0x11, 0x70, 0x93, 0x48, 0x0a, 0xa1, 0x8c, 0x35, 0x90, 0xac, 0xd3, 0x97, 0x90, 0xa5, 0xcb, 0x5c, 0x08, 0x10, 0x41, 0xa6, 0xa8, 0xe0, 0xb4, 0x00, 0x87, 0x4d, 0x14, 0xb8, 0x41, 0x08, 0x2b, 0xe9, 0x1a, 0xde, 0x25, 0xf3, 0x89, 0x17, 0x89, 0x09, 0x01, 0x60, 0x2a, 0x7d, 0x53, 0x53, 0xd3, 0x73, 0xb7, 0xa6, 0xcc, 0x41, 0x37, 0x3b, 0x04, 0x4a, 0x8a, 0xa9, 0xe2, 0x50, 0x93, 0x63, 0xa1, 0x42, 0xfd, 0x0e, 0x5d, 0x76, 0xf8, 0xfe, 0x60, 0x84, 0xe7, 0xa5, 0x12, 0xb2, 0x9c, 0xe3, 0x47, 0x86, 0xf1, 0xcf, 0x34, 0xf2, 0x1f, 0x4b, 0x62, 0x83, 0x02, 0x30, 0x96, 0xcc, 0xc3, 0x15, 0xd8, 0x14, 0x8c, 0xc8, 0x9f, 0x47, 0xa3, 0xb6, 0x04, 0x46, 0xfb, 0x2c, 0x41, 0x7c, 0xcc, 0xb6, 0x39, 0x62, 0x75, 0x59, 0xae, 0x18, 0xa4, 0x00, 0x39, 0x30, 0x59, 0x83, 0x15, 0xbd, 0x16, 0x71, 0xe2, 0x0b, 0xf2, 0x73, 0x9b, 0xbf, 0x42, 0xec, 0xb8, 0xa1, 0x23, 0x7f, 0x11, 0xfd, 0x1e, 0x25, 0x33, 0x8c, 0xfc, 0x18, 0xfd, 0x27, 0x5c, 0x09, 0xf2, 0x87, 0xe4, 0x13, 0x88, 0x90, 0xe8, 0x6e, 0x9e, 0x17, 0xc0, 0x22, 0xed, 0x54, 0x14, 0xc8, 0x11, 0xf9, 0x0b, 0x04, 0xb0, 0x30, 0xbb, 0x52, 0xd4, 0x7b, 0xe8, 0x66, 0x83, 0x50, 0x85, 0x70, 0x00, 0x35, 0xfc, 0xa8, 0x73, 0xa7, 0x06, 0xf6, 0x65, 0x79, 0x51, 0xf2, 0x4b, 0xc8, 0x20, 0x6c, 0xa7, 0x29, 0x78, 0x76, 0xa7, 0x4e, 0x6a, 0x06, 0xd3, 0x02, 0x8d, 0x78, 0xe5, 0x7f, 0x6f, 0xc7, 0x91, 0xef, 0xd4, 0x54, 0x70, 0xea, 0x04, 0x71, 0x77, 0x90, 0xda, 0x1f, 0x7f, 0xf5, 0x3e, 0xf7, 0x07, 0xc0, 0x03, 0x1a, 0x04, 0x7a, 0x7f, 0xa0, 0x3a, 0xa1, 0x7b, 0xfd, 0x90, 0xfd, 0x1e, 0xa5, 0x78, 0xce, 0x51, 0x65, 0xfa, 0x22, 0xf9, 0x1c, 0x34, 0xfd, 0xe5, 0xf0, 0xc1, 0x41, 0xb6, 0xd1, 0xf4, 0x8e, 0x1d, 0xad, 0x1c, 0x41, 0x01, 0x99, 0x35, 0x07, 0x08, 0x85, 0x84, 0x22, 0x32, 0x73, 0xb0, 0xd2, 0x2c, 0x97, 0xcf, 0xce, 0x62, 0x86, 0x06, 0xf9, 0x2d, 0xd2, 0xa3, 0x8f, 0x18, 0xf1, 0x8b, 0x35, 0xc4, 0x97, 0x31, 0xff, 0x6a, 0x2c, 0x84, 0x27, 0xb3, 0x87, 0x13, 0x1f, 0x31, 0xff, 0x2a, 0x3a, 0x0f, 0x82, 0x29, 0xb3, 0x9c, 0x99, 0xdf, 0xf2, 0x6f, 0xda, 0x65, 0x32, 0xcd, 0x9e, 0xfc, 0x8a, 0x78, 0x36, 0x20, 0x07, 0xe8, 0xde, 0xb9, 0x86, 0x71, 0x86, 0x67, 0x87, 0xe7, 0x90, 0x08, 0x76, 0x62, 0xa5, 0x18, 0x04, 0x40, 0x23, 0x86, 0x04, 0x1a, 0xa8, 0x42, 0x31, 0x8b, 0x74, 0x33, 0x02, 0x17, 0x43, 0xb1, 0x20, 0x7e, 0x0e, 0x5b, 0xb5, 0x65, 0x01, 0x0b, 0x3f, 0x84, 0x18, 0x50, 0xe1, 0xb8, 0x98, 0x6c, 0xfd, 0x09, 0x7e, 0x72, 0x06, 0xd4, 0xe1, 0xeb, 0xee, 0xb3, 0x49, 0x73, 0xbb, 0xa6, 0x6e, 0xff, 0x4e, 0x3f, 0xa2, 0x08, 0x24, 0x0c, 0x5d, 0xd5, 0xe7, 0x70, 0x0d, 0xee, 0x8d, 0x10, 0xba, 0xef, 0xf2, 0x57, 0x25, 0x3a, 0x4c, 0x21, 0xfa, 0x50, 0x4d, 0x09, 0xb5, 0xbc, 0x47, 0xeb, 0x9e, 0x89, 0x51, 0xc3, 0xde, 0x36, 0x8c, 0xf9, 0xfe, 0xc2, 0x9a, 0xef, 0x63, 0x01, 0x11, 0x8d, 0xfe, 0x25, 0x4f, 0x3f, 0x6d, 0x96, 0x3e, 0xf3, 0x8c, 0x59, 0x26, 0x50, 0x02, 0xbb, 0x1f, 0x26, 0x0f, 0x23, 0x7e, 0x11, 0x27, 0xbd, 0xb0, 0xf5, 0x4b, 0x59, 0x1f, 0xca, 0x4c, 0x6f, 0x35, 0xca, 0xe4, 0x9f, 0x7b, 0xce, 0x45, 0x7c, 0xa0, 0x8c, 0x44, 0x31, 0x9f, 0x1c, 0x66, 0x85, 0xfc, 0x17, 0xc9, 0xb1, 0x7e, 0xd9, 0x0f, 0xf1, 0xa3, 0x5e, 0x11, 0x1a, 0x50, 0x08, 0x64, 0x0a, 0x7d, 0x7d, 0x1e, 0x5d, 0x30, 0xaf, 0x11, 0x9a, 0x23, 0x22, 0x43, 0x10, 0x01, 0xb6, 0xe5, 0xb0, 0x16, 0x69, 0x63, 0xca, 0x14, 0x80, 0x18, 0xac, 0x06, 0xc3, 0x06, 0x4e, 0x8c, 0xf0, 0x18, 0x39, 0xa4, 0xd9, 0x93, 0x2f, 0x9c, 0xdd, 0x3c, 0xb1, 0x56, 0x17, 0xc8, 0x61, 0x40, 0x55, 0xe3, 0x0a, 0xac, 0xdf, 0x25, 0x73, 0x67, 0x82, 0x26, 0x7c, 0x4a, 0x1d, 0x7a, 0xe2, 0x8f, 0xb6, 0xc9, 0x33, 0x50, 0xb3, 0x7a, 0xeb, 0x36, 0x3f, 0x8b, 0x5b, 0x82, 0xd5, 0xff, 0x07, 0xab, 0xf5, 0x1f, 0xa6, 0xc1, 0xdd, 0x21, 0x60, 0x98, 0x1f, 0x04, 0x5b, 0x2f, 0x30, 0xc4, 0x1f, 0xd1, 0x75, 0x8b, 0x68, 0xf8, 0xea, 0x33, 0x32, 0x07, 0x7f, 0x48, 0xe4, 0x3f, 0xa8, 0x8b, 0xe5, 0x4f, 0x44, 0x79, 0x49, 0x9f, 0x3e, 0x96, 0x19, 0x54, 0xf5, 0xec, 0xb3, 0x66, 0x15, 0x91, 0xb7, 0x9a, 0x50, 0x4b, 0xa6, 0x4b, 0x35, 0xfe, 0x4f, 0xb3, 0x03, 0x76, 0xa2, 0x28, 0x13, 0xd1, 0x9d, 0x52, 0x16, 0xd7, 0x2f, 0x67, 0xa4, 0x3f, 0x44, 0xef, 0x3b, 0xfa, 0xe2, 0x8b, 0x56, 0x68, 0x93, 0x67, 0x79, 0x51, 0xea, 0x70, 0x9a, 0x7e, 0x87, 0x52, 0x19, 0x0c, 0x98, 0x7c, 0xb5, 0xd8, 0x1c, 0xbb, 0x5a, 0xe0, 0xe7, 0x2d, 0x89, 0xf8, 0x41, 0x4d, 0x23, 0xba, 0xf8, 0x9f, 0x92, 0x08, 0xbe, 0xe4, 0x95, 0xa2, 0xb8, 0x91, 0xc5, 0x37, 0xde, 0x68, 0x2d, 0x7f, 0x93, 0x7b, 0xd4, 0x58, 0xfb, 0xd4, 0x08, 0x5b, 0xb1, 0x90, 0x4d, 0xa3, 0x12, 0x07, 0xc4, 0x88, 0x7f, 0x80, 0xed, 0xd2, 0x00, 0xe4, 0x8b, 0x57, 0x88, 0x21, 0xe5, 0x8e, 0x3b, 0xcc, 0x65, 0x3d, 0x7a, 0xf8, 0xd6, 0xb5, 0x4e, 0xd2, 0xe4, 0x12, 0x68, 0x4a, 0x5f, 0xff, 0x8a, 0x6d, 0x62, 0xf4, 0xd7, 0xac, 0xd7, 0x1d, 0xe8, 0x47, 0x14, 0xb7, 0xfa, 0x59, 0xfd, 0x15, 0x6c, 0xd5, 0xd7, 0x9d, 0x0a, 0x86, 0x34, 0x11, 0xd4, 0xef, 0x0d, 0xb4, 0x62, 0xec, 0x76, 0x1d, 0xc9, 0x35, 0xcb, 0x29, 0x07, 0xf2, 0x62, 0xb6, 0x27, 0x48, 0x64, 0xc8, 0xde, 0x12, 0xe9, 0xbf, 0xd4, 0xc5, 0xf0, 0x27, 0x89, 0x25, 0xa5, 0x88, 0x06, 0xd5, 0x92, 0x00, 0x0e, 0x12, 0x99, 0xeb, 0x09, 0x87, 0x08, 0x8d, 0x2f, 0xbf, 0x6c, 0xe1, 0x30, 0xa1, 0xe1, 0x85, 0x17, 0xcc, 0x46, 0xc2, 0x61, 0xfa, 0xfd, 0x51, 0x16, 0xd9, 0x51, 0x49, 0x2f, 0x0b, 0xdd, 0x6a, 0x49, 0x18, 0xab, 0xba, 0x75, 0x73, 0x11, 0x7f, 0x8e, 0xed, 0x00, 0xc7, 0x44, 0xab, 0xe2, 0xb3, 0x49, 0x67, 0x05, 0xba, 0x91, 0x7f, 0x4c, 0x36, 0x8c, 0x4f, 0xf8, 0x7a, 0x01, 0x29, 0x86, 0xa5, 0x1d, 0x3a, 0x98, 0xbb, 0xc8, 0x2c, 0xc2, 0xbe, 0x35, 0xd8, 0xad, 0xac, 0x84, 0x4d, 0x9d, 0xdc, 0xd9, 0x2d, 0x62, 0x7b, 0xf3, 0x14, 0x61, 0x36, 0xc0, 0x96, 0x25, 0xa8, 0x4f, 0x21, 0xd2, 0xaf, 0xa5, 0x19, 0x65, 0x4e, 0xbb, 0x76, 0xa6, 0xba, 0xe0, 0x9d, 0x97, 0x56, 0x50, 0x07, 0x1e, 0xf8, 0x6f, 0xc3, 0xf8, 0x8e, 0x66, 0xd7, 0x06, 0x5e, 0x59, 0xaa, 0x5b, 0xd8, 0xae, 0x8a, 0x63, 0x60, 0x90, 0x75, 0xbf, 0xea, 0x7a, 0xde, 0xdb, 0x83, 0x60, 0x70, 0xb0, 0x25, 0x8e, 0x41, 0x10, 0x68, 0xed, 0xb0, 0xba, 0x46, 0x79, 0xa0, 0x52, 0xb1, 0xa9, 0x2e, 0xb0, 0x77, 0x2d, 0x70, 0xf9, 0x2d, 0xf9, 0x47, 0x34, 0xfa, 0xef, 0x99, 0xa4, 0x94, 0xa9, 0xf0, 0x42, 0xb6, 0xd9, 0xa8, 0xbb, 0x1a, 0x30, 0xc0, 0xca, 0xc3, 0x40, 0x00, 0x47, 0x5f, 0x79, 0xc5, 0x8a, 0xe1, 0x1f, 0x27, 0x70, 0xd3, 0x86, 0x9b, 0x37, 0x92, 0xf0, 0xc0, 0x29, 0x7a, 0x1f, 0xfa, 0x73, 0x0d, 0x99, 0xab, 0x2a, 0xe9, 0xc5, 0xa2, 0x97, 0xcf, 0x67, 0xd9, 0x0f, 0xc6, 0x8b, 0x5a, 0xbd, 0x7f, 0x93, 0x8b, 0x61, 0xbe, 0x61, 0x3c, 0x49, 0xa8, 0x9b, 0xcf, 0x56, 0x8d, 0x71, 0x31, 0xcc, 0xa3, 0x51, 0xfb, 0x83, 0xce, 0x9d, 0xcd, 0x2d, 0x7d, 0xfb, 0x9a, 0x69, 0x78, 0x96, 0x80, 0xc8, 0x20, 0xcb, 0xf0, 0x69, 0xd6, 0xd0, 0xa1, 0xe6, 0x5e, 0x22, 0xfb, 0x8e, 0x41, 0x83, 0xcc, 0xf5, 0x44, 0x78, 0x14, 0x44, 0xcd, 0x26, 0x13, 0x87, 0x2d, 0xa6, 0x71, 0xac, 0x2b, 0x98, 0x76, 0x49, 0x08, 0x35, 0xe4, 0xe8, 0xfe, 0xbf, 0xbe, 0x76, 0x55, 0xa9, 0xba, 0xbe, 0xc0, 0xb5, 0x8c, 0xd2, 0x8f, 0x38, 0x6e, 0x0e, 0xb2, 0xfb, 0x83, 0xba, 0x6b, 0xc3, 0x40, 0x3f, 0x18, 0xd4, 0x04, 0x18, 0x18, 0x00, 0x81, 0x76, 0x8e, 0xe8, 0xaf, 0x21, 0xb8, 0x5a, 0xa6, 0xac, 0xae, 0xe6, 0xb2, 0x6a, 0xf7, 0x3b, 0xd3, 0x6b, 0xac, 0x61, 0xfc, 0x18, 0x3b, 0x44, 0x4c, 0x55, 0x2a, 0x77, 0x65, 0x5b, 0xcb, 0xb6, 0x9f, 0x49, 0x7d, 0xb2, 0xb2, 0x7b, 0x77, 0xab, 0x62, 0x13, 0xb9, 0x1c, 0xec, 0x49, 0x54, 0x4d, 0xa3, 0x3a, 0xec, 0x7c, 0xa0, 0x81, 0xcc, 0xa4, 0x1a, 0x38, 0xd2, 0x34, 0x90, 0x65, 0x0c, 0x19, 0x62, 0x6d, 0xe1, 0x98, 0x4c, 0x9f, 0x51, 0x16, 0xb8, 0xf0, 0x25, 0x8f, 0x08, 0xa9, 0xff, 0xdd, 0xd5, 0x48, 0x7a, 0xdd, 0xba, 0xe1, 0x4e, 0x24, 0x80, 0x51, 0x84, 0xcf, 0xf9, 0x7e, 0x40, 0x3a, 0x41, 0xa8, 0x7e, 0x83, 0x1a, 0x56, 0xe5, 0x3b, 0xbb, 0xa9, 0xbb, 0x9a, 0xcd, 0xb0, 0x3b, 0xa5, 0x9c, 0xcc, 0x9d, 0xdf, 0xdc, 0x65, 0x13, 0xde, 0xdf, 0xae, 0x11, 0x7c, 0x99, 0xa5, 0x6b, 0x41, 0xbd, 0x22, 0x10, 0x55, 0x24, 0xea, 0xde, 0x3f, 0xba, 0x7d, 0x7c, 0xfa, 0x47, 0x01, 0xa1, 0xec, 0x21, 0xd4, 0x37, 0x10, 0xc1, 0x03, 0xec, 0xf6, 0xe0, 0x58, 0xc2, 0x88, 0xdd, 0xe7, 0xe2, 0x69, 0x36, 0xa7, 0x41, 0x65, 0x8f, 0xb2, 0x89, 0x96, 0x05, 0xb5, 0x1f, 0x78, 0xc5, 0x26, 0x87, 0x3a, 0xc2, 0xcf, 0x55, 0xfa, 0x9f, 0x6d, 0xd6, 0xbb, 0x76, 0x92, 0x2d, 0xec, 0x56, 0x57, 0x2d, 0xe9, 0xfd, 0xec, 0x20, 0x81, 0x87, 0x3a, 0x2c, 0xc5, 0x43, 0xf0, 0x16, 0x38, 0x57, 0xf7, 0x6b, 0x05, 0x11, 0xaa, 0x28, 0xa8, 0xb1, 0xcf, 0x50, 0x87, 0x24, 0x8f, 0x36, 0x8c, 0xd7, 0x7a, 0x5d, 0xda, 0x82, 0xa3, 0x4b, 0x80, 0xed, 0x54, 0x74, 0x5b, 0xaa, 0x04, 0x12, 0x88, 0xba, 0xfb, 0x9b, 0x6e, 0xb7, 0xb6, 0x3e, 0x01, 0xd0, 0xb7, 0x09, 0x10, 0xe8, 0xfb, 0x83, 0xed, 0x1e, 0xd7, 0xd3, 0x0f, 0xb9, 0x75, 0x7b, 0xfd, 0xf8, 0xdb, 0x08, 0xcb, 0xda, 0xd1, 0xe1, 0x6d, 0xc3, 0x78, 0x86, 0x66, 0x80, 0x29, 0x44, 0xf4, 0xa3, 0xfe, 0x88, 0x3e, 0x5b, 0xd3, 0x5f, 0x81, 0x08, 0x2f, 0x38, 0xf0, 0x25, 0x71, 0x62, 0xc3, 0x5c, 0xbb, 0x28, 0xf0, 0xda, 0x3e, 0xf0, 0xd4, 0x40, 0x12, 0x43, 0x2c, 0xdd, 0x70, 0xae, 0xfa, 0x00, 0xb4, 0x50, 0x45, 0x41, 0x8d, 0x5a, 0x45, 0x9d, 0x30, 0x83, 0x3a, 0xe3, 0x1f, 0xbe, 0x6f, 0x77, 0x9e, 0xbf, 0x6d, 0x12, 0x75, 0x9b, 0x6a, 0xf9, 0x13, 0x88, 0x2a, 0x12, 0x2e, 0x14, 0xdd, 0xde, 0x9f, 0xfe, 0xf6, 0xf3, 0xec, 0x19, 0x05, 0x84, 0xb3, 0x97, 0x68, 0x77, 0x3f, 0xe4, 0xf6, 0xb7, 0xa9, 0x95, 0x6e, 0xc7, 0x37, 0xc7, 0x06, 0x57, 0x2f, 0xd3, 0x67, 0xdf, 0x23, 0x13, 0x85, 0xfa, 0x60, 0x02, 0x11, 0xbe, 0x28, 0x10, 0xd1, 0x35, 0x64, 0xe7, 0xfb, 0xfb, 0xe0, 0x19, 0xcd, 0xe3, 0x16, 0xd8, 0xe1, 0xdc, 0xeb, 0xef, 0x20, 0x31, 0x0c, 0xc4, 0x23, 0x46, 0xa9, 0x01, 0xe2, 0xe8, 0x75, 0x39, 0x21, 0x83, 0x7e, 0x2e, 0xc4, 0x73, 0xa0, 0x08, 0x95, 0x78, 0x5e, 0x30, 0x1e, 0x86, 0xb0, 0xc0, 0x5e, 0x7b, 0xfc, 0x67, 0xfa, 0xff, 0x37, 0xa6, 0xd9, 0x11, 0x0f, 0xdd, 0x46, 0xb9, 0x8e, 0xfa, 0x24, 0x23, 0xc8, 0x66, 0xb9, 0x86, 0xff, 0xad, 0xca, 0xfd, 0x09, 0x25, 0xd0, 0xae, 0xcf, 0xdd, 0x82, 0xa0, 0xfb, 0x65, 0xa0, 0x5b, 0x08, 0x08, 0xb8, 0x8b, 0xb4, 0x86, 0xd8, 0xfe, 0xc8, 0xdd, 0x51, 0x69, 0xa7, 0xf6, 0x86, 0xff, 0x3d, 0x3f, 0x7d, 0x19, 0x58, 0x12, 0xc3, 0x20, 0x9a, 0x85, 0xdf, 0x20, 0xf2, 0xff, 0x91, 0x88, 0x9e, 0x4c, 0xf8, 0x98, 0xfa, 0x2a, 0x2b, 0xd9, 0xee, 0xc3, 0xf2, 0xf9, 0xf6, 0xfe, 0x51, 0xfb, 0xc4, 0x53, 0x39, 0x13, 0xa9, 0x4f, 0x7f, 0xb2, 0xd0, 0x8e, 0x6c, 0x79, 0x47, 0x13, 0xe5, 0x21, 0xfc, 0xed, 0x22, 0xed, 0x4f, 0x20, 0xfe, 0x44, 0xa2, 0x0a, 0x25, 0xd0, 0xde, 0xff, 0xfe, 0xf6, 0xf7, 0xef, 0x1c, 0x05, 0x84, 0xfb, 0x7c, 0x81, 0x0e, 0x21, 0x10, 0x3b, 0xdc, 0xed, 0xd0, 0x55, 0x07, 0xb5, 0x95, 0x47, 0xc9, 0xab, 0x47, 0x20, 0xc1, 0x84, 0xa2, 0x8a, 0x25, 0xd8, 0x53, 0x5f, 0xda, 0xfb, 0x41, 0x87, 0x26, 0x44, 0xfb, 0x00, 0x08, 0xf8, 0x34, 0x99, 0x00, 0xa4, 0x0e, 0xf7, 0x61, 0x18, 0x1e, 0xc9, 0xaf, 0x61, 0xa1, 0xa8, 0x62, 0x09, 0xf4, 0xec, 0xaf, 0x36, 0x7e, 0xd0, 0x36, 0xca, 0xd0, 0x5d, 0x83, 0xbf, 0xe7, 0x8a, 0xb5, 0x0e, 0x40, 0x6a, 0x8f, 0xd8, 0xde, 0xd1, 0x64, 0x22, 0x6a, 0x15, 0x82, 0xa8, 0xc2, 0x45, 0xab, 0x20, 0xf0, 0x8e, 0x08, 0x8e, 0xff, 0x0f, 0x33, 0x4d, 0xbc, 0x65, 0x87, 0xc3, 0xba, 0x01, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_cut_192_png_len = 18901; unsigned char gtk_find_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x46, 0x69, 0x6e, 0x64, 0x25, 0x51, 0x51, 0xa6, 0x00, 0x00, 0x00, 0x15, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x53, 0x74, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x47, 0x61, 0x72, 0x72, 0x69, 0x74, 0x79, 0xc7, 0x05, 0x3b, 0x51, 0x00, 0x00, 0x24, 0x81, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x09, 0x6c, 0x14, 0x57, 0x9a, 0xfe, 0xab, 0xbb, 0x7d, 0x5f, 0x18, 0x63, 0x6c, 0x63, 0x73, 0x84, 0x2b, 0xdc, 0x49, 0xb8, 0x42, 0x42, 0x12, 0x12, 0xd8, 0x90, 0x90, 0x6b, 0xc8, 0xc1, 0x26, 0x99, 0x24, 0xbb, 0x1a, 0xed, 0x21, 0x45, 0x23, 0xed, 0xae, 0x22, 0x8d, 0xa2, 0x44, 0x3b, 0xab, 0xd5, 0x4a, 0x8b, 0x66, 0xa4, 0x95, 0xb2, 0xb3, 0x93, 0x91, 0xe6, 0x4a, 0x66, 0x95, 0x64, 0x47, 0xb3, 0x81, 0x68, 0x86, 0x1c, 0x1b, 0xc8, 0x90, 0x04, 0x08, 0xc9, 0x0c, 0xe4, 0x82, 0x10, 0x6e, 0x08, 0x8e, 0xc1, 0x60, 0xc0, 0xd8, 0xd8, 0xf8, 0xb6, 0xbb, 0x7b, 0xdf, 0xf7, 0xaa, 0xfe, 0xd7, 0xaf, 0x8b, 0x6a, 0xf7, 0x55, 0xd5, 0xdd, 0x06, 0x3f, 0x54, 0x54, 0x75, 0x55, 0xb9, 0x8e, 0xf7, 0x5f, 0xdf, 0x7f, 0xbc, 0x57, 0x44, 0xa3, 0x6d, 0xb4, 0x8d, 0xb6, 0xd1, 0x36, 0xda, 0x46, 0xdb, 0x68, 0x1b, 0x6d, 0xa3, 0x6d, 0xb4, 0x8d, 0xb6, 0xd1, 0x36, 0xda, 0x46, 0xdb, 0x68, 0xbb, 0x5a, 0x9a, 0xe1, 0xd6, 0x85, 0x5e, 0x78, 0xe1, 0x85, 0x31, 0x45, 0x45, 0x45, 0x0f, 0x1a, 0x86, 0xb1, 0x40, 0xfc, 0x2c, 0xc6, 0x3e, 0x9f, 0xcf, 0x27, 0x17, 0x75, 0x33, 0x23, 0x72, 0x3b, 0x7d, 0x3f, 0x5a, 0x28, 0x14, 0x52, 0xdb, 0xe1, 0x70, 0x38, 0x6a, 0x1f, 0xaf, 0xf5, 0xfd, 0xb1, 0xce, 0xb7, 0x9f, 0x1b, 0x6b, 0x7f, 0xa6, 0xaf, 0x91, 0xc8, 0xbb, 0xc4, 0xbb, 0x9f, 0x58, 0x0f, 0x05, 0x83, 0xc1, 0x03, 0x62, 0xf3, 0xff, 0x5e, 0x7d, 0xf5, 0xd5, 0x13, 0x39, 0xc3, 0x00, 0x2f, 0xbe, 0xf8, 0xe2, 0x6d, 0x7e, 0xbf, 0xff, 0xb7, 0x82, 0xc0, 0xf5, 0x20, 0x32, 0x13, 0x9a, 0xb7, 0xf5, 0x45, 0xdf, 0x6f, 0xef, 0x38, 0xac, 0x79, 0xb1, 0xff, 0x4e, 0xf4, 0xd8, 0x48, 0x3e, 0x27, 0x89, 0x6b, 0xf5, 0x08, 0xe6, 0xf8, 0xc7, 0xd7, 0x5e, 0x7b, 0xed, 0xd7, 0x59, 0x67, 0x80, 0x5f, 0xfc, 0xe2, 0x17, 0xe3, 0x86, 0x86, 0x86, 0xbe, 0x16, 0x12, 0x5d, 0x03, 0xa2, 0xe6, 0xe5, 0xe5, 0x51, 0x71, 0x71, 0x31, 0x25, 0xc2, 0x08, 0x7a, 0x8b, 0xd7, 0x01, 0xb1, 0x18, 0xc5, 0xe9, 0xef, 0x52, 0x3d, 0x27, 0x91, 0x7d, 0xfc, 0x1b, 0xd2, 0xe9, 0xe6, 0xbd, 0xf5, 0x63, 0xb1, 0x8e, 0xf7, 0xf6, 0xf6, 0xd2, 0xa5, 0x4b, 0x97, 0xf8, 0x78, 0x48, 0xf4, 0xe3, 0x8a, 0x57, 0x5e, 0x79, 0x65, 0x67, 0x3a, 0xf4, 0x0b, 0xa4, 0xcb, 0x00, 0x42, 0x25, 0xfd, 0x8d, 0x78, 0x90, 0x1a, 0x6c, 0x2f, 0x5d, 0xba, 0x94, 0xe6, 0xcf, 0x9f, 0x4f, 0x42, 0x1b, 0x64, 0xd4, 0x8e, 0xe9, 0x1d, 0x97, 0xa9, 0xbf, 0xcd, 0xc6, 0x3d, 0xc1, 0x74, 0xdf, 0x7e, 0xfb, 0x2d, 0xad, 0x5f, 0xbf, 0x1e, 0xd7, 0xf0, 0x89, 0xdf, 0xcf, 0x88, 0xdd, 0x69, 0x31, 0x80, 0xcf, 0x85, 0xce, 0x5f, 0xc8, 0x52, 0x3e, 0x7b, 0xf6, 0xec, 0x8c, 0x13, 0xff, 0xaa, 0x02, 0x6c, 0xa2, 0x8f, 0xa7, 0x4c, 0x99, 0x42, 0xb3, 0x66, 0xcd, 0xe2, 0x5d, 0x0b, 0xd3, 0xbd, 0x66, 0xc0, 0x85, 0x87, 0xaa, 0xc0, 0x1a, 0x84, 0x67, 0xe2, 0x0b, 0x93, 0x40, 0x5d, 0x5d, 0x5d, 0x8e, 0xe0, 0xef, 0x32, 0x0e, 0xb4, 0xc0, 0xa0, 0xae, 0x02, 0x87, 0x3b, 0xdf, 0xcd, 0xce, 0x4c, 0x57, 0x92, 0x33, 0xa9, 0x01, 0x60, 0x5a, 0xb1, 0xa0, 0x55, 0x56, 0x56, 0xf2, 0xee, 0x31, 0x59, 0x67, 0x00, 0xa7, 0x06, 0x06, 0x68, 0x6f, 0x6f, 0x8f, 0x49, 0x4c, 0x74, 0x00, 0xef, 0x2f, 0x2c, 0x2c, 0x64, 0x53, 0x22, 0xff, 0x6e, 0x38, 0xe2, 0xa7, 0x7a, 0x2c, 0x95, 0xf3, 0xd2, 0xfd, 0x1b, 0xb7, 0x19, 0xa4, 0xb4, 0xb4, 0x54, 0x31, 0x80, 0x9b, 0x2d, 0x90, 0x09, 0x29, 0xb3, 0xef, 0x63, 0x00, 0x65, 0xdf, 0x1f, 0xab, 0xa3, 0xd3, 0x25, 0x7c, 0xb2, 0x04, 0xcc, 0x34, 0xc1, 0xe3, 0xdd, 0xdf, 0x4b, 0x2d, 0x15, 0xc8, 0x34, 0xf1, 0xdd, 0x24, 0x44, 0xba, 0xc7, 0x73, 0x85, 0xe0, 0xd9, 0x64, 0x08, 0xd7, 0x18, 0x20, 0xde, 0x43, 0xb9, 0x49, 0x7c, 0x37, 0x08, 0xef, 0x06, 0xd1, 0xd3, 0xbd, 0x46, 0x36, 0xf0, 0x87, 0xeb, 0x0c, 0x00, 0x75, 0xee, 0x96, 0x24, 0xc6, 0x3b, 0x3f, 0x5b, 0x84, 0xf7, 0x4a, 0x43, 0xc4, 0xba, 0x6e, 0x22, 0x8c, 0xe1, 0x16, 0xf3, 0x04, 0xbc, 0xe6, 0xb0, 0x58, 0xa6, 0xc0, 0xe9, 0x05, 0xbc, 0x02, 0x80, 0xa3, 0x18, 0xc0, 0x63, 0x06, 0xb0, 0x47, 0xb1, 0x52, 0xc1, 0x01, 0x5e, 0x00, 0xc0, 0x2b, 0x09, 0x03, 0xc4, 0xf2, 0xa6, 0xb2, 0xce, 0x00, 0xba, 0x4b, 0x97, 0x0e, 0xf1, 0x33, 0xa9, 0x11, 0xdc, 0x20, 0xba, 0x5b, 0x4c, 0x93, 0x0a, 0x11, 0xdd, 0x64, 0x58, 0x4f, 0x40, 0x60, 0xba, 0x92, 0x9f, 0x4b, 0x84, 0xf7, 0x5a, 0x3b, 0xa4, 0x83, 0x03, 0x72, 0x82, 0x01, 0x12, 0x79, 0xd0, 0x6c, 0x9b, 0x82, 0x91, 0x68, 0x0e, 0x32, 0xf5, 0x1c, 0x9e, 0xbb, 0x81, 0x6e, 0x80, 0x40, 0xec, 0xef, 0xee, 0xee, 0xa6, 0x93, 0x27, 0x4f, 0xe6, 0xa4, 0x3b, 0x97, 0x4e, 0x43, 0xfe, 0x64, 0x44, 0xbb, 0x81, 0xa9, 0x10, 0x3f, 0x15, 0xc9, 0x47, 0xa8, 0xf8, 0x4a, 0x22, 0x7c, 0x3c, 0x61, 0x18, 0x71, 0x0c, 0xe0, 0x14, 0xda, 0x4d, 0x07, 0x04, 0xda, 0xcf, 0xcd, 0xcf, 0xcf, 0xa7, 0xf2, 0xf2, 0xf2, 0xb4, 0x09, 0x97, 0x8b, 0x2e, 0xa1, 0x57, 0x08, 0x3f, 0x23, 0x0c, 0x90, 0x48, 0x20, 0x68, 0x38, 0x86, 0x48, 0x94, 0x51, 0x90, 0x34, 0xaa, 0xaf, 0xaf, 0xbf, 0x6a, 0x5c, 0xc2, 0xe1, 0x9e, 0x23, 0xe7, 0x42, 0xc1, 0xb1, 0xe2, 0x00, 0x99, 0x00, 0x81, 0xb9, 0x12, 0x16, 0xce, 0x34, 0x43, 0xc4, 0xeb, 0xf3, 0xac, 0xc4, 0x01, 0x92, 0x89, 0x07, 0x24, 0x0b, 0x02, 0xfb, 0xfa, 0xfa, 0xa8, 0xad, 0xad, 0xcd, 0x55, 0xd5, 0x9d, 0x0b, 0x11, 0x3f, 0xd6, 0x6a, 0xd9, 0xc2, 0x01, 0xae, 0x98, 0x00, 0x7b, 0x85, 0xaf, 0x17, 0xf1, 0x80, 0x81, 0x81, 0x01, 0xea, 0xec, 0xec, 0xcc, 0x38, 0x51, 0xbd, 0x66, 0x12, 0x66, 0x80, 0x4c, 0x86, 0x7f, 0x47, 0x24, 0x08, 0x8c, 0xc5, 0x64, 0x57, 0xa2, 0x67, 0x70, 0x45, 0xc5, 0x01, 0xd2, 0x95, 0x7c, 0x6e, 0xa8, 0x88, 0x89, 0xe5, 0x33, 0x67, 0x3b, 0x2c, 0x9c, 0xe8, 0x75, 0x72, 0x21, 0xfd, 0xeb, 0x09, 0x06, 0x48, 0xb5, 0x63, 0x46, 0x4a, 0xb2, 0xc8, 0x2d, 0x66, 0x71, 0x0b, 0xd9, 0xbb, 0x19, 0x3b, 0xc8, 0x88, 0x17, 0x90, 0x0e, 0xf1, 0xf5, 0x40, 0x10, 0xa2, 0x81, 0x5e, 0x13, 0x22, 0x93, 0x6a, 0x18, 0x45, 0xb4, 0xd0, 0x6c, 0x89, 0xc4, 0x02, 0x9c, 0xfa, 0x37, 0xa7, 0xbc, 0x80, 0x74, 0x43, 0xc1, 0xf1, 0x18, 0x02, 0xc4, 0x6f, 0x6e, 0x6e, 0x4e, 0x8b, 0x30, 0xb9, 0xe8, 0xee, 0xcd, 0x9d, 0x3b, 0x37, 0xab, 0xcf, 0x9b, 0x13, 0xf5, 0x00, 0x89, 0x32, 0x44, 0x36, 0xd4, 0xb6, 0x17, 0xd7, 0xcf, 0x76, 0x0a, 0xd8, 0x13, 0x06, 0x48, 0x57, 0xc5, 0x27, 0x02, 0x02, 0x1b, 0x1a, 0x1a, 0x5c, 0xed, 0xb4, 0x6c, 0x87, 0x85, 0xe1, 0xd9, 0x38, 0x8d, 0x91, 0xf4, 0x82, 0x81, 0x3c, 0x8d, 0x03, 0xa4, 0xea, 0x05, 0x24, 0xb3, 0x0f, 0xf6, 0x92, 0x73, 0x01, 0xe9, 0x02, 0xc0, 0x5c, 0x0d, 0x0b, 0x27, 0x13, 0x0b, 0xc8, 0xb9, 0x48, 0xa0, 0x1b, 0xa1, 0xe0, 0x91, 0x54, 0x37, 0x70, 0xa5, 0xc4, 0x02, 0x3c, 0xf7, 0x02, 0xdc, 0x02, 0x81, 0x18, 0x6a, 0xe6, 0x54, 0x0f, 0x90, 0x09, 0x17, 0x2d, 0x5b, 0x20, 0x70, 0x44, 0xc4, 0x01, 0xf4, 0x6c, 0x60, 0x3a, 0x31, 0x81, 0x78, 0xe7, 0xe9, 0x13, 0x31, 0x5c, 0x09, 0x84, 0x77, 0xba, 0xff, 0x88, 0xc4, 0x00, 0xf6, 0x87, 0x1a, 0x6e, 0x90, 0x67, 0x3a, 0xb6, 0xb7, 0xa0, 0xa0, 0x80, 0x2a, 0x2a, 0x2a, 0xb2, 0x06, 0x00, 0x33, 0xa1, 0xe2, 0x47, 0x2c, 0x06, 0x70, 0x7a, 0xd8, 0x74, 0x6a, 0x04, 0x9c, 0xf6, 0x39, 0xd5, 0x03, 0xe4, 0x4a, 0x74, 0x70, 0x14, 0x03, 0xd8, 0xb8, 0x31, 0x11, 0xc2, 0x66, 0x1a, 0x04, 0xe6, 0x5a, 0x58, 0x38, 0x59, 0x55, 0x9e, 0x8a, 0xa9, 0xc8, 0xa8, 0x06, 0xf0, 0xa2, 0xa3, 0xf4, 0xbf, 0x43, 0x3d, 0xc0, 0x85, 0x0b, 0x17, 0x3c, 0x75, 0xfb, 0x32, 0x2d, 0x8d, 0xb8, 0xa6, 0x3d, 0xb6, 0x91, 0x69, 0x1c, 0x90, 0xb1, 0xaa, 0x60, 0x7b, 0xe1, 0x48, 0xb2, 0x71, 0x83, 0xfe, 0xfe, 0x7e, 0xea, 0xe8, 0xe8, 0x48, 0x8a, 0x10, 0x23, 0xa1, 0xd2, 0xc7, 0xce, 0x00, 0xc9, 0x48, 0x7a, 0x4e, 0x60, 0x00, 0xf6, 0x02, 0x62, 0x3d, 0x0c, 0xaa, 0x78, 0x0e, 0x1f, 0x3e, 0x2c, 0xa3, 0x5e, 0xb0, 0xe1, 0x13, 0x27, 0x4e, 0x4c, 0xc8, 0x2d, 0xb4, 0x37, 0x04, 0x82, 0xae, 0x34, 0xe2, 0x27, 0x6a, 0x96, 0x46, 0xf4, 0xd8, 0xc0, 0x63, 0xc7, 0x8e, 0xc9, 0x08, 0x1e, 0x42, 0xb9, 0x83, 0x83, 0x83, 0x14, 0x08, 0x04, 0xa2, 0x4a, 0xbc, 0x13, 0xb5, 0xfb, 0x65, 0x65, 0x65, 0x34, 0x67, 0xce, 0x9c, 0x94, 0x31, 0x83, 0xdb, 0x66, 0x22, 0x93, 0x43, 0xc3, 0xbc, 0xac, 0x1a, 0xf6, 0x0c, 0x03, 0xf0, 0x43, 0xa3, 0x9c, 0x1b, 0x73, 0xda, 0x54, 0x57, 0x57, 0xcb, 0xb2, 0x2e, 0x48, 0x32, 0xf6, 0x41, 0xa5, 0xbb, 0x1d, 0x21, 0xf4, 0x2a, 0x3a, 0xe8, 0xa5, 0x46, 0x49, 0xa5, 0x14, 0xcc, 0x4d, 0xcd, 0xe0, 0x99, 0x1b, 0xc8, 0xad, 0xae, 0xae, 0x4e, 0xd5, 0x0d, 0x16, 0x15, 0x15, 0x49, 0x66, 0x38, 0x7b, 0xf6, 0x6c, 0x4a, 0xf5, 0x00, 0x3c, 0xf1, 0x54, 0xa6, 0x88, 0x8f, 0x77, 0xc2, 0x3d, 0xc1, 0xb8, 0x98, 0xbf, 0x88, 0x35, 0x18, 0x2f, 0x25, 0x25, 0x25, 0x69, 0xcd, 0xdb, 0x03, 0x61, 0x80, 0x66, 0xcb, 0x04, 0xda, 0xcf, 0x1a, 0x08, 0xac, 0xa9, 0x91, 0x53, 0x08, 0xca, 0xce, 0x82, 0x29, 0x40, 0x87, 0xa2, 0x33, 0x93, 0x95, 0x68, 0xfc, 0x1d, 0xd7, 0x03, 0x78, 0x25, 0x9d, 0xf0, 0x34, 0x30, 0x11, 0x23, 0x8a, 0x4f, 0x7b, 0x7a, 0x7a, 0xa4, 0x96, 0x8a, 0x47, 0x04, 0x30, 0x00, 0x18, 0x1b, 0x84, 0x64, 0x53, 0x97, 0xcc, 0xf3, 0x60, 0x5e, 0xc5, 0x64, 0x25, 0xdd, 0xad, 0x20, 0x90, 0xab, 0x18, 0x20, 0x9e, 0xca, 0x42, 0x87, 0x62, 0x71, 0x02, 0x7d, 0xc9, 0xd4, 0x03, 0xb8, 0x4d, 0x7c, 0x48, 0x35, 0xdc, 0x4b, 0x2c, 0xfc, 0x7c, 0xf6, 0x86, 0x28, 0x24, 0x08, 0x0d, 0xa9, 0x07, 0x93, 0xe0, 0x6f, 0x18, 0xc7, 0x60, 0x1b, 0x0b, 0x98, 0x06, 0x0c, 0x8a, 0x73, 0xaa, 0xaa, 0xaa, 0x68, 0xdc, 0xb8, 0x71, 0x92, 0xe9, 0xdd, 0x32, 0x13, 0x39, 0x3b, 0x3f, 0x40, 0xbc, 0x74, 0x70, 0x2a, 0xe1, 0xe0, 0x58, 0x20, 0x70, 0x38, 0x97, 0x29, 0x59, 0x53, 0x00, 0x8d, 0x02, 0xef, 0xa4, 0xa9, 0xa9, 0x49, 0xbd, 0x03, 0xcc, 0x14, 0x4c, 0x16, 0x26, 0x63, 0xc4, 0xbd, 0x60, 0xae, 0x62, 0x49, 0x34, 0xcc, 0x02, 0xb4, 0x05, 0x18, 0xe7, 0xc4, 0x89, 0x13, 0x74, 0xfc, 0xf8, 0x71, 0x59, 0xb5, 0x04, 0xed, 0x06, 0x13, 0x87, 0x05, 0x8c, 0x80, 0x49, 0x1d, 0x71, 0xcd, 0x44, 0x3d, 0x9b, 0x4c, 0x17, 0x8e, 0x7a, 0x1a, 0x08, 0x4a, 0x85, 0xd8, 0xc3, 0xd5, 0x03, 0xe8, 0xb9, 0x80, 0x54, 0x89, 0x0f, 0xb5, 0xfe, 0xd9, 0x67, 0x9f, 0xd1, 0x91, 0x23, 0x47, 0xd4, 0xb3, 0x4f, 0x98, 0x30, 0x81, 0xae, 0xbb, 0xee, 0x3a, 0xba, 0xf6, 0xda, 0x6b, 0x13, 0xb6, 0xe9, 0x00, 0xb2, 0x20, 0x30, 0x96, 0x99, 0x33, 0x67, 0xca, 0x7d, 0x98, 0x1b, 0x71, 0xff, 0xfe, 0xfd, 0xf4, 0xf9, 0xe7, 0x9f, 0x4b, 0x06, 0x01, 0x73, 0x7c, 0xfc, 0xf1, 0xc7, 0x52, 0x1b, 0xdc, 0x72, 0xcb, 0x2d, 0x72, 0xed, 0x16, 0xc0, 0xcb, 0x99, 0x5c, 0x00, 0x03, 0xbc, 0x54, 0xdc, 0x19, 0xb7, 0xf3, 0x05, 0xf1, 0xfe, 0x1e, 0x52, 0xba, 0x6b, 0xd7, 0x2e, 0xa9, 0xc6, 0xd1, 0xa6, 0x4d, 0x9b, 0x46, 0xb7, 0xde, 0x7a, 0xab, 0xf4, 0x50, 0x9c, 0x3a, 0x98, 0x81, 0x1f, 0xd6, 0xdc, 0xe1, 0x3c, 0x05, 0x3e, 0x54, 0x3d, 0x98, 0x40, 0x1f, 0xaf, 0x00, 0x8d, 0x01, 0x42, 0xdf, 0x74, 0xd3, 0x4d, 0x74, 0xf4, 0xe8, 0x51, 0xfa, 0xe0, 0x83, 0x0f, 0xa4, 0x56, 0x68, 0x6d, 0x6d, 0xa5, 0x4d, 0x9b, 0x36, 0x49, 0x6d, 0x80, 0xf9, 0x94, 0x13, 0x61, 0xb2, 0x4c, 0x81, 0xc1, 0x8c, 0x0d, 0x0c, 0x49, 0xb7, 0x18, 0x03, 0x2a, 0x1b, 0x13, 0x25, 0xa7, 0x62, 0xf3, 0x79, 0x92, 0x65, 0x10, 0x02, 0x0d, 0x92, 0x78, 0xcf, 0x3d, 0xf7, 0x28, 0x80, 0xaa, 0xe3, 0x01, 0x10, 0x0c, 0x58, 0x00, 0x4c, 0xa2, 0xbf, 0xd3, 0x60, 0x30, 0x44, 0x83, 0x43, 0x61, 0x2a, 0x2e, 0xf0, 0x3b, 0x82, 0x40, 0xd8, 0x7b, 0xac, 0x59, 0x5b, 0x81, 0xd8, 0xd0, 0x0c, 0x5f, 0x7d, 0xf5, 0x15, 0xbd, 0xff, 0xfe, 0xfb, 0xf2, 0x19, 0x0e, 0x1e, 0x3c, 0x28, 0xcd, 0xc5, 0x8c, 0x19, 0x33, 0xd4, 0x8c, 0xea, 0x00, 0x81, 0xa9, 0x54, 0x53, 0x5d, 0x71, 0x65, 0xe1, 0xf1, 0xa4, 0x1a, 0xa0, 0x2b, 0x15, 0xe2, 0x43, 0x15, 0x43, 0x1a, 0x41, 0x54, 0xfc, 0x3d, 0x24, 0xf4, 0xc6, 0x1b, 0x6f, 0xbc, 0xac, 0xe2, 0x18, 0x61, 0x66, 0x4c, 0xc7, 0xde, 0x37, 0x18, 0xa2, 0x03, 0x4d, 0x1d, 0xb4, 0xbf, 0xa9, 0x93, 0x1a, 0xcf, 0xf6, 0xd0, 0xe9, 0xb6, 0x5e, 0xba, 0x70, 0x69, 0x40, 0x10, 0x30, 0xf2, 0x7e, 0x60, 0x82, 0xda, 0xca, 0x42, 0x6a, 0xa8, 0x2a, 0xa2, 0x59, 0x13, 0xcb, 0x69, 0xde, 0xe4, 0x72, 0x9a, 0x30, 0xb6, 0x48, 0x95, 0xad, 0xc1, 0x54, 0x61, 0x1b, 0xda, 0xe1, 0xfa, 0xeb, 0xaf, 0x97, 0x04, 0x7f, 0xfb, 0xed, 0xb7, 0x25, 0xde, 0x00, 0x63, 0xc1, 0x4c, 0x40, 0xfb, 0x8c, 0x1d, 0x3b, 0x36, 0x2d, 0x69, 0xcf, 0xb9, 0x38, 0x40, 0xa2, 0xd5, 0xc1, 0xa9, 0xe4, 0x02, 0xa0, 0x6e, 0x13, 0xa9, 0x07, 0xb0, 0x13, 0x76, 0xdf, 0xbe, 0x7d, 0xb2, 0xd3, 0x21, 0x71, 0x0f, 0x3e, 0xf8, 0xa0, 0xb4, 0xf7, 0xdc, 0x40, 0x70, 0x68, 0x05, 0x30, 0xc9, 0x01, 0x41, 0xf0, 0xad, 0x7b, 0xce, 0xd2, 0xae, 0x23, 0xed, 0xd4, 0x3f, 0x18, 0x1c, 0xf6, 0x1e, 0x3d, 0xfd, 0x41, 0xfa, 0xa6, 0xa5, 0x5b, 0x2e, 0x3b, 0xf6, 0x9b, 0x5a, 0x65, 0x4a, 0x4d, 0x09, 0xdd, 0x3e, 0xbf, 0x9a, 0x56, 0x2d, 0x18, 0x4f, 0x17, 0x2f, 0x5e, 0x94, 0xcf, 0x0a, 0x93, 0x00, 0x26, 0x80, 0x76, 0x58, 0xb7, 0x6e, 0x1d, 0x7d, 0xfa, 0xe9, 0xa7, 0xb4, 0x63, 0xc7, 0x0e, 0xa9, 0x0d, 0xc0, 0x94, 0x4e, 0xd5, 0x40, 0x89, 0x60, 0x80, 0x11, 0x97, 0x0d, 0x4c, 0x84, 0x68, 0xf1, 0xd2, 0xc9, 0x20, 0x20, 0x96, 0x44, 0x35, 0x06, 0xdc, 0xb2, 0x9d, 0x3b, 0x77, 0x4a, 0xe2, 0x8f, 0x19, 0x33, 0x86, 0x1e, 0x7f, 0xfc, 0x71, 0x35, 0x08, 0x03, 0x04, 0x00, 0xe1, 0x81, 0xe2, 0xf7, 0x7d, 0xdb, 0x41, 0xbf, 0xdb, 0x7e, 0x92, 0x0e, 0x37, 0x5f, 0xba, 0xbc, 0x73, 0xfc, 0x3e, 0x1a, 0x53, 0x56, 0x48, 0xe5, 0xa5, 0xc2, 0x0d, 0x94, 0xb3, 0xa1, 0x1b, 0x34, 0x20, 0x34, 0x44, 0x5f, 0xff, 0x20, 0xb5, 0x77, 0xf5, 0x51, 0x77, 0xcf, 0x80, 0x3a, 0xb7, 0xf1, 0x6c, 0x37, 0xfd, 0xb7, 0x58, 0x36, 0xec, 0x3c, 0x45, 0xf7, 0x2c, 0xae, 0xa5, 0xb5, 0xcb, 0xea, 0xa5, 0xd9, 0x1a, 0x3f, 0x7e, 0xbc, 0x34, 0x0d, 0x60, 0x04, 0x68, 0x1e, 0x48, 0x3d, 0xf0, 0x00, 0xde, 0x17, 0x9a, 0x00, 0xcf, 0x66, 0x0f, 0x71, 0x27, 0xc2, 0x08, 0x39, 0x03, 0x02, 0x13, 0x0d, 0x09, 0x7b, 0x85, 0x0d, 0x9c, 0xce, 0x81, 0xba, 0xdf, 0xb2, 0x65, 0x8b, 0x94, 0x70, 0x74, 0xf8, 0x13, 0x4f, 0x3c, 0xa1, 0x66, 0x25, 0x87, 0x17, 0x00, 0x17, 0xad, 0xb5, 0xa3, 0x87, 0x7e, 0xf3, 0xc7, 0x46, 0xda, 0x79, 0xa0, 0x35, 0xea, 0x3a, 0x55, 0x15, 0x45, 0x34, 0x73, 0xf2, 0x38, 0x6a, 0xa8, 0xa9, 0xa0, 0xea, 0x4a, 0xd3, 0x4e, 0x07, 0x04, 0xe1, 0xfd, 0x82, 0x80, 0x21, 0xf1, 0x8e, 0xc1, 0x60, 0x58, 0xae, 0xe5, 0x7d, 0xfa, 0x06, 0xa9, 0xf9, 0xfc, 0x25, 0x3a, 0x71, 0xf2, 0x02, 0x7d, 0x73, 0xfa, 0xa2, 0x38, 0x16, 0xa2, 0xee, 0xbe, 0x21, 0xc9, 0x04, 0x1f, 0x7e, 0x75, 0x8e, 0xfe, 0x76, 0xf5, 0x54, 0x5a, 0x2c, 0x00, 0x24, 0x34, 0x01, 0xab, 0x7b, 0x98, 0x83, 0x47, 0x1f, 0x7d, 0x94, 0x36, 0x6e, 0xdc, 0x28, 0xc1, 0xe5, 0x27, 0x9f, 0x7c, 0x22, 0x9f, 0x6d, 0xea, 0xd4, 0xa9, 0x19, 0x0d, 0x41, 0xbb, 0xea, 0x05, 0xb8, 0x39, 0x56, 0x2d, 0x16, 0x83, 0x80, 0x98, 0x89, 0xd4, 0x03, 0xe0, 0x79, 0x76, 0xef, 0xde, 0x2d, 0xa5, 0x1b, 0x12, 0x0f, 0xc9, 0x67, 0xe2, 0xe3, 0x1a, 0x2d, 0x2d, 0x2d, 0xb4, 0xaf, 0xf1, 0x22, 0xfd, 0xe7, 0xa6, 0x23, 0x42, 0x8a, 0x07, 0xad, 0xbf, 0x25, 0x9a, 0x38, 0xbe, 0x9c, 0x16, 0xcc, 0xa8, 0x96, 0x44, 0xaf, 0x12, 0x52, 0x5f, 0x83, 0x75, 0x79, 0x21, 0x95, 0x14, 0xe6, 0x09, 0xe2, 0xe3, 0xfd, 0x48, 0x12, 0x1e, 0xef, 0x09, 0x22, 0x77, 0x0a, 0xe9, 0x6f, 0xed, 0xec, 0xa5, 0x7c, 0x5f, 0x31, 0xd5, 0x57, 0x15, 0xd2, 0xd2, 0xb9, 0xb5, 0x74, 0xb0, 0xb1, 0x8d, 0x0e, 0x7c, 0xd3, 0x4a, 0x7d, 0x03, 0x43, 0xe2, 0xd8, 0x00, 0xfd, 0x68, 0xe3, 0x21, 0x5a, 0xb3, 0xa8, 0x96, 0xfe, 0x6a, 0x55, 0x48, 0x9a, 0x19, 0x80, 0x4e, 0x3c, 0x27, 0x32, 0xa2, 0x6b, 0xd7, 0xae, 0xa5, 0x37, 0xde, 0x78, 0x43, 0x5e, 0x6f, 0xdb, 0xb6, 0x6d, 0x12, 0x3b, 0xc0, 0x1b, 0x49, 0x44, 0x90, 0x72, 0x32, 0x12, 0x98, 0xa8, 0xed, 0x4f, 0x55, 0x1b, 0xa0, 0x03, 0x01, 0xd4, 0xe2, 0x35, 0x00, 0x2d, 0x10, 0x1f, 0x6e, 0x1a, 0x88, 0xcf, 0x66, 0x03, 0x78, 0x00, 0x92, 0xbf, 0x4d, 0x48, 0xe6, 0xcf, 0xde, 0x39, 0x46, 0x8c, 0xe9, 0x2a, 0x84, 0x7a, 0x5f, 0x3a, 0xa7, 0x86, 0xea, 0xc6, 0x95, 0xd0, 0xd4, 0xda, 0x0a, 0x9a, 0xd9, 0x50, 0x49, 0xa5, 0x45, 0xf9, 0xd6, 0x3b, 0x89, 0x77, 0x93, 0x4c, 0x25, 0xb6, 0xc5, 0x3f, 0x83, 0xcc, 0xf7, 0x2c, 0xca, 0xf7, 0x51, 0x41, 0xa0, 0x80, 0xc6, 0x96, 0xe5, 0x8b, 0xbf, 0x29, 0xa7, 0x96, 0xb6, 0x6e, 0x61, 0x02, 0x3a, 0x68, 0xce, 0x94, 0x31, 0x34, 0xbd, 0xbe, 0x8c, 0xf6, 0x1e, 0x6d, 0xa5, 0x23, 0x4d, 0x17, 0xe5, 0xdf, 0xbc, 0xfb, 0x79, 0x0b, 0x35, 0x9d, 0xef, 0xa1, 0x67, 0x1f, 0x99, 0x25, 0xff, 0xb6, 0xb6, 0xb6, 0x56, 0xbe, 0xe7, 0x35, 0xd7, 0x5c, 0x43, 0x77, 0xdd, 0x75, 0x17, 0x6d, 0xde, 0xbc, 0x59, 0x02, 0x5c, 0x78, 0x0a, 0x0f, 0x3d, 0xf4, 0x90, 0xc4, 0x3a, 0x89, 0x9a, 0x56, 0x37, 0x98, 0xc0, 0xe7, 0x16, 0xf1, 0xbd, 0xf0, 0x55, 0x87, 0xfb, 0xcc, 0x9c, 0x53, 0x03, 0xf8, 0x02, 0x91, 0xd1, 0xee, 0xbe, 0xfb, 0x6e, 0x69, 0x5f, 0x39, 0xc6, 0x8f, 0xfd, 0x5b, 0x3e, 0x3f, 0x43, 0x2f, 0x6a, 0xc4, 0x9f, 0x39, 0x71, 0x0c, 0xdd, 0x7b, 0xf3, 0x14, 0x5a, 0x30, 0x75, 0x1c, 0xdd, 0xbd, 0x78, 0x0a, 0x2d, 0x9a, 0x59, 0x4b, 0xe5, 0xc5, 0x05, 0xe4, 0x13, 0xf7, 0x35, 0xfd, 0x7d, 0xb1, 0x36, 0xc8, 0x5a, 0xeb, 0x1f, 0xbc, 0x32, 0xa4, 0xda, 0xc0, 0x3f, 0xbf, 0x58, 0xd7, 0x8e, 0x2d, 0xa1, 0x25, 0xe2, 0x6f, 0xa7, 0x08, 0x06, 0x2a, 0xc8, 0x0f, 0xd0, 0x12, 0xc1, 0x50, 0xab, 0x96, 0x4c, 0xa4, 0xc2, 0x02, 0x53, 0xbe, 0xe0, 0x51, 0xfc, 0xeb, 0x6f, 0xf7, 0xd3, 0xf9, 0xb6, 0x4e, 0x3a, 0x77, 0xee, 0x9c, 0x7a, 0x5e, 0x80, 0x40, 0xce, 0x05, 0x30, 0x66, 0x89, 0x17, 0xfe, 0xcd, 0x59, 0x13, 0xe0, 0xb6, 0xf4, 0xdb, 0x7f, 0x23, 0x14, 0x3c, 0x6f, 0xde, 0xbc, 0x98, 0xe7, 0xc0, 0x9e, 0xfe, 0xfe, 0xf7, 0xbf, 0x37, 0x09, 0x2b, 0xfc, 0x6f, 0x9e, 0x4b, 0x00, 0xfb, 0xa1, 0xf6, 0x61, 0xeb, 0x7f, 0xfd, 0x5e, 0xa3, 0x94, 0x6a, 0x10, 0xee, 0xd6, 0x45, 0x93, 0x85, 0xca, 0xaf, 0xa1, 0x99, 0x13, 0xca, 0x69, 0xba, 0x90, 0x62, 0x43, 0xf0, 0x97, 0x24, 0x32, 0x33, 0xb6, 0xc5, 0xdc, 0x21, 0x4b, 0xf5, 0x4b, 0x2d, 0xa0, 0x6d, 0xcb, 0xfd, 0x21, 0x13, 0x0f, 0x98, 0xfb, 0x84, 0x7d, 0x6f, 0x28, 0xa0, 0xda, 0xaa, 0x0a, 0x3a, 0xd6, 0x72, 0x49, 0x7a, 0x01, 0x13, 0x6a, 0xab, 0xe8, 0xed, 0x1d, 0x87, 0xa8, 0xad, 0xa3, 0x57, 0x7a, 0x0c, 0x3f, 0xde, 0x78, 0x98, 0xfe, 0xf9, 0xd1, 0xd9, 0x2a, 0x45, 0x0e, 0x26, 0x5b, 0xb1, 0x62, 0x85, 0x1c, 0xef, 0x00, 0xe6, 0x45, 0xed, 0x04, 0xa2, 0x91, 0x7a, 0xf1, 0xeb, 0x70, 0x33, 0x89, 0xe6, 0x84, 0x06, 0xc8, 0x54, 0x0c, 0x3b, 0x1e, 0x83, 0xec, 0xdd, 0xbb, 0x57, 0xaa, 0x7e, 0x04, 0x66, 0xee, 0xbc, 0xf3, 0x4e, 0xb5, 0x1f, 0x12, 0x77, 0xfc, 0x74, 0x27, 0xbd, 0xf8, 0xf6, 0x31, 0x49, 0x28, 0xfc, 0xd9, 0xca, 0x1b, 0xa7, 0x4a, 0xe2, 0x2f, 0x98, 0x32, 0x96, 0xa6, 0xd5, 0x96, 0xc9, 0x7d, 0x52, 0xea, 0x59, 0xda, 0xa3, 0x24, 0x1e, 0x9d, 0x64, 0x93, 0x46, 0xde, 0xd6, 0x1f, 0xc1, 0xda, 0x2e, 0x29, 0x0c, 0xd0, 0xac, 0xfa, 0x0a, 0x2a, 0xcc, 0xf7, 0x53, 0x59, 0x71, 0x3e, 0x3d, 0x78, 0xc7, 0x1c, 0x1a, 0x5b, 0x6e, 0x9a, 0xa1, 0x03, 0x27, 0x3b, 0xe9, 0xa5, 0x3f, 0x9e, 0x90, 0x21, 0x63, 0x8e, 0x46, 0xc2, 0x43, 0x58, 0xbd, 0x7a, 0xb5, 0xba, 0x3e, 0x42, 0xc7, 0xc3, 0x8d, 0x81, 0x70, 0xbb, 0x65, 0xc4, 0x04, 0x24, 0x8b, 0xfc, 0x9d, 0xce, 0x47, 0x94, 0x0e, 0x18, 0xc0, 0x69, 0x39, 0x7f, 0xfe, 0xbc, 0x74, 0xa9, 0xd0, 0x10, 0x86, 0x05, 0xe8, 0x43, 0x27, 0xca, 0xe3, 0x9d, 0xdd, 0xf4, 0xc2, 0xa6, 0xa3, 0x34, 0x38, 0x64, 0x76, 0xea, 0xd2, 0xb9, 0xf5, 0x34, 0xbd, 0xa1, 0x82, 0x66, 0xd7, 0x97, 0x53, 0x6d, 0x45, 0x81, 0xf9, 0xec, 0x90, 0x77, 0xf9, 0xfc, 0x26, 0xc1, 0x9d, 0x1e, 0xcf, 0xb0, 0xe8, 0x9e, 0x88, 0x52, 0xce, 0x13, 0x5e, 0xc3, 0xb4, 0x9a, 0x32, 0xca, 0x0f, 0xf8, 0xa4, 0x19, 0xb8, 0xff, 0xf6, 0x6b, 0xa9, 0xa4, 0xd8, 0xb4, 0xed, 0xef, 0xef, 0x3d, 0x27, 0xb5, 0x11, 0x9e, 0x99, 0xfb, 0x0c, 0x89, 0x27, 0x78, 0x07, 0x6c, 0xc6, 0x10, 0x23, 0xf0, 0x22, 0xf8, 0xe6, 0x99, 0x06, 0xf0, 0x0a, 0x03, 0x44, 0x05, 0x5f, 0x84, 0x6b, 0x07, 0x55, 0xc9, 0x0b, 0xc0, 0x1e, 0x2f, 0x48, 0xbe, 0x40, 0xd5, 0x43, 0xfa, 0x61, 0x26, 0x40, 0x7c, 0xfc, 0x46, 0x3d, 0xe2, 0x1b, 0x9f, 0x9c, 0xa2, 0xe6, 0x0b, 0xbd, 0x66, 0x47, 0x57, 0x97, 0x48, 0x90, 0x36, 0x61, 0x4c, 0x01, 0xd5, 0x88, 0x05, 0xe0, 0x4b, 0x2d, 0xf8, 0x8e, 0x11, 0x99, 0xaa, 0xdc, 0x7c, 0x95, 0xb0, 0xb2, 0x05, 0x61, 0x0a, 0x47, 0xb1, 0x82, 0xc1, 0x0c, 0xa1, 0x16, 0xcb, 0x74, 0xf0, 0x7f, 0xf2, 0x03, 0x9a, 0x3e, 0x2a, 0x15, 0x1e, 0x04, 0x98, 0xb7, 0x4c, 0xe0, 0x8a, 0x7b, 0x96, 0xcf, 0x94, 0x9a, 0x05, 0xed, 0x37, 0x42, 0x0b, 0xb4, 0x75, 0xf6, 0x28, 0x50, 0x8b, 0xa8, 0xe1, 0xb2, 0x65, 0xcb, 0x24, 0x70, 0x45, 0xfb, 0xf2, 0xcb, 0x2f, 0x33, 0x96, 0x15, 0xf4, 0x5c, 0x03, 0xb8, 0x21, 0xfd, 0xf1, 0x30, 0x08, 0x03, 0x2b, 0x64, 0xf4, 0xd0, 0x89, 0x2c, 0xfd, 0x2d, 0xed, 0xbd, 0xf4, 0xe6, 0xae, 0x33, 0xf2, 0x58, 0x81, 0x50, 0xc9, 0x37, 0xcf, 0x9f, 0x40, 0x63, 0x04, 0xea, 0xbf, 0x76, 0x62, 0xa5, 0x42, 0xf8, 0xe1, 0xb0, 0x7d, 0x89, 0xd8, 0x7b, 0xc7, 0x77, 0x62, 0x0d, 0x61, 0x90, 0x32, 0x11, 0xd1, 0x16, 0x81, 0x2f, 0x6c, 0xe6, 0x0f, 0xb8, 0xd5, 0x54, 0x95, 0xd2, 0x0d, 0xd7, 0x9a, 0x69, 0xe1, 0x8b, 0xdd, 0x83, 0xb4, 0xf1, 0xe3, 0x53, 0x52, 0xda, 0xf9, 0x03, 0x5a, 0xc8, 0x2a, 0x72, 0x2c, 0x00, 0x80, 0x90, 0xf3, 0x1e, 0xf1, 0xbe, 0xb2, 0x9a, 0x33, 0x1a, 0xc0, 0xeb, 0x06, 0x77, 0x0e, 0xfe, 0xf3, 0xa4, 0x49, 0x93, 0xa2, 0x16, 0x10, 0x9c, 0x2b, 0x8c, 0x00, 0xfc, 0x58, 0xfa, 0x11, 0x85, 0xfb, 0xc3, 0x9f, 0x4f, 0x2b, 0x22, 0x2c, 0x9b, 0x57, 0x2f, 0xbc, 0x82, 0x32, 0xba, 0x7e, 0x7a, 0x2d, 0x05, 0xfc, 0x01, 0xe1, 0xdb, 0x9b, 0xb1, 0x7a, 0x43, 0x8e, 0xd1, 0xf7, 0x49, 0xf2, 0x45, 0x40, 0x1d, 0xfb, 0xfc, 0x44, 0x61, 0x07, 0x53, 0x10, 0x45, 0x6c, 0x32, 0x14, 0x2c, 0x60, 0x4d, 0xc0, 0x34, 0x43, 0x5e, 0x41, 0x6f, 0x8b, 0xe7, 0x36, 0x48, 0x5c, 0x80, 0xf6, 0xde, 0x97, 0x67, 0xe9, 0x42, 0x67, 0x9f, 0x64, 0x54, 0xce, 0xa8, 0x22, 0x6f, 0xc0, 0x04, 0x47, 0xba, 0x3a, 0x11, 0x20, 0x98, 0x75, 0x06, 0xb0, 0x7f, 0x43, 0x37, 0x1d, 0xe9, 0x1e, 0xee, 0x37, 0xd4, 0x3b, 0xdc, 0x3a, 0xa0, 0x6b, 0x5e, 0xf0, 0xfb, 0xcc, 0x19, 0x53, 0xc2, 0x21, 0x41, 0x08, 0xfc, 0xe0, 0x79, 0x10, 0xf0, 0xe9, 0xe8, 0x1e, 0xa0, 0x0f, 0xf7, 0x9a, 0x9a, 0x01, 0xa1, 0xdc, 0xb9, 0xd3, 0xeb, 0xa8, 0xa6, 0xb2, 0x54, 0x68, 0x80, 0x42, 0x8a, 0x88, 0xad, 0x11, 0x45, 0x4a, 0x26, 0xbe, 0x8a, 0x01, 0xf0, 0x7b, 0x45, 0x99, 0x81, 0x70, 0x34, 0x0e, 0x34, 0x22, 0xc4, 0x27, 0x23, 0x32, 0xf6, 0x61, 0x48, 0x30, 0x5e, 0x28, 0x18, 0xcd, 0x00, 0x79, 0x02, 0x13, 0x2c, 0x9c, 0x63, 0xe6, 0x22, 0x10, 0x52, 0xde, 0xfc, 0x79, 0x8b, 0x04, 0xae, 0x78, 0x66, 0x98, 0x21, 0xbc, 0x0f, 0x42, 0xc7, 0x68, 0x30, 0x73, 0x0c, 0x14, 0xbd, 0x0c, 0x04, 0xf9, 0xdc, 0x92, 0xfe, 0x64, 0xbf, 0xf8, 0xe1, 0x46, 0x43, 0xa7, 0x71, 0x9d, 0x20, 0xdc, 0x27, 0xfe, 0xa8, 0x33, 0xf0, 0xc2, 0xce, 0xfd, 0xad, 0x4a, 0xfa, 0xaf, 0x9b, 0x59, 0x27, 0x89, 0x84, 0x8c, 0x1d, 0x4b, 0x76, 0x14, 0xb1, 0xc9, 0x24, 0xb0, 0x32, 0x01, 0xd6, 0x12, 0x21, 0x79, 0x58, 0x87, 0x04, 0x6a, 0xc3, 0xb0, 0x9b, 0x06, 0x4d, 0x03, 0x74, 0xf7, 0x07, 0x65, 0x04, 0x11, 0x8b, 0x7e, 0xde, 0x9c, 0x6b, 0xc6, 0xab, 0xf8, 0xc0, 0xf6, 0xaf, 0xcf, 0x53, 0xff, 0xc0, 0x80, 0x0c, 0x4f, 0xe3, 0xb9, 0x51, 0x7a, 0x06, 0xad, 0xc6, 0xef, 0x16, 0x6f, 0x38, 0x7c, 0x4e, 0x99, 0x00, 0xb7, 0xd3, 0xc1, 0x89, 0xfc, 0x46, 0x70, 0x87, 0x6b, 0xf3, 0x10, 0x66, 0x65, 0x49, 0x82, 0xc7, 0xc0, 0x31, 0x7e, 0x10, 0x60, 0xe6, 0xa4, 0x2a, 0x29, 0x7d, 0x15, 0x25, 0xf9, 0x8a, 0xc0, 0x61, 0x9d, 0xf8, 0x96, 0xfd, 0x8f, 0xf8, 0xfb, 0x61, 0xa5, 0x05, 0x14, 0x1e, 0x60, 0x26, 0xe7, 0x3f, 0xb0, 0xc4, 0x3f, 0xa2, 0x01, 0x34, 0x0c, 0x28, 0x56, 0x5d, 0xbd, 0x83, 0xe4, 0x93, 0xb1, 0x05, 0xf3, 0x19, 0xb8, 0xa3, 0xfd, 0x7e, 0x1f, 0x4d, 0x9f, 0x58, 0x25, 0xb7, 0xcf, 0x77, 0xf4, 0xd3, 0xd1, 0xd3, 0x5d, 0x52, 0x63, 0xb1, 0x26, 0xd5, 0x07, 0xce, 0x9c, 0x3e, 0x7d, 0x3a, 0x29, 0x81, 0xcb, 0xaa, 0x09, 0xb0, 0x33, 0x42, 0xaa, 0x43, 0xc3, 0x93, 0x69, 0xac, 0xfe, 0x71, 0x6d, 0x98, 0x04, 0x3c, 0x0b, 0x42, 0xc6, 0xbd, 0x03, 0x41, 0x3a, 0x76, 0xc6, 0x2c, 0x21, 0xaf, 0x1f, 0x5f, 0x2e, 0x25, 0xae, 0xa2, 0x38, 0x4f, 0x05, 0x76, 0xa2, 0x08, 0xac, 0xb4, 0x41, 0x38, 0x82, 0xdf, 0x74, 0x82, 0xd3, 0xe5, 0x38, 0x40, 0xee, 0x33, 0x2c, 0xbc, 0x17, 0x8e, 0xf0, 0x03, 0x13, 0x1f, 0x09, 0x23, 0xe4, 0x03, 0x90, 0x40, 0xf2, 0x71, 0x8c, 0x41, 0x63, 0x82, 0xe9, 0x93, 0xc6, 0xaa, 0xeb, 0xec, 0x6b, 0xec, 0x90, 0xaa, 0x9e, 0xfb, 0x91, 0xab, 0xa7, 0xd1, 0xa0, 0xdd, 0xbc, 0xd6, 0xa2, 0x9e, 0x80, 0xc0, 0x4c, 0x69, 0x03, 0x9e, 0x3c, 0x1a, 0x99, 0x36, 0x80, 0x28, 0x06, 0x80, 0x87, 0x4f, 0x75, 0x0a, 0xb7, 0xce, 0x7c, 0x86, 0xfa, 0x9a, 0x72, 0x2b, 0x40, 0x93, 0x67, 0xb3, 0xef, 0xa4, 0xfc, 0x7f, 0xa9, 0x11, 0x84, 0xb5, 0x08, 0x59, 0xb1, 0xfe, 0x68, 0x26, 0x60, 0x42, 0xdb, 0x2a, 0x9e, 0x2c, 0x57, 0x31, 0x4a, 0xfa, 0xcd, 0x30, 0x23, 0x75, 0xf4, 0x0c, 0xa8, 0x30, 0xb2, 0x5f, 0x82, 0xcc, 0xb0, 0x62, 0x02, 0x9c, 0x57, 0x57, 0x55, 0x26, 0x35, 0x81, 0x19, 0x1c, 0xba, 0x24, 0x35, 0x16, 0x9e, 0x1d, 0x0b, 0x5c, 0x42, 0xce, 0x1c, 0x02, 0x1f, 0xe0, 0x98, 0x3d, 0x35, 0xec, 0x26, 0xe8, 0xf6, 0xe5, 0x82, 0xfa, 0x4f, 0xb5, 0xb1, 0x1f, 0x0d, 0xf0, 0xc4, 0x1d, 0x08, 0x06, 0x38, 0xd5, 0xda, 0xab, 0xce, 0x19, 0x3f, 0xd6, 0xac, 0x01, 0x28, 0xcc, 0xf3, 0x45, 0x83, 0x3b, 0x8a, 0x60, 0x01, 0x06, 0x79, 0xd1, 0xe0, 0xcf, 0xa1, 0xa3, 0xc3, 0x0e, 0xee, 0x60, 0x38, 0x3a, 0x52, 0x14, 0x12, 0x16, 0xa9, 0xb3, 0x6f, 0xd0, 0x92, 0x7c, 0xf3, 0x1c, 0xa9, 0x09, 0x7c, 0x91, 0x28, 0x23, 0x7e, 0x57, 0x55, 0x98, 0xd1, 0xc1, 0x93, 0xe7, 0xbb, 0xe5, 0x7d, 0x38, 0x1e, 0x01, 0x46, 0xd6, 0x07, 0x8b, 0x24, 0x92, 0x00, 0xcb, 0x59, 0x10, 0xe8, 0x06, 0xc1, 0x63, 0x49, 0x3f, 0xee, 0x07, 0x09, 0x41, 0x63, 0xf4, 0xcf, 0xcb, 0x99, 0xb6, 0x08, 0x7a, 0x46, 0x41, 0x87, 0x89, 0x05, 0x7c, 0xca, 0xcd, 0x63, 0xc9, 0x0e, 0x5d, 0x46, 0x70, 0x7d, 0x3b, 0xa4, 0x00, 0xa0, 0x1e, 0x08, 0x52, 0xbf, 0x2c, 0x0d, 0x61, 0x58, 0xf1, 0x00, 0x06, 0x85, 0x17, 0xbb, 0xfb, 0xe5, 0x36, 0xee, 0x27, 0x17, 0x43, 0xc3, 0x01, 0x86, 0xd9, 0xe1, 0x58, 0x57, 0x96, 0x9b, 0xcf, 0x85, 0x94, 0x34, 0xdc, 0x45, 0xd6, 0x02, 0xfc, 0x3e, 0x7a, 0x82, 0x2b, 0xa7, 0x93, 0x41, 0x4e, 0x5a, 0xc0, 0x4e, 0x34, 0x54, 0xdf, 0x00, 0xe9, 0xc2, 0xc5, 0xb1, 0x57, 0xc4, 0x26, 0x8a, 0x15, 0xb8, 0x7c, 0x4b, 0xb9, 0x59, 0x42, 0xd2, 0xb9, 0xc3, 0x70, 0x4d, 0x7d, 0x7c, 0x42, 0x57, 0x5f, 0x64, 0xe4, 0x91, 0x11, 0x1a, 0x12, 0x5e, 0x01, 0xaa, 0x7b, 0x8b, 0xa9, 0xdf, 0xf0, 0x47, 0xec, 0xb2, 0xcf, 0x44, 0xed, 0x1c, 0xff, 0x8f, 0x0a, 0xf5, 0xda, 0x42, 0xbe, 0x61, 0x8d, 0xe2, 0x8c, 0x0d, 0xa2, 0x92, 0x45, 0xd2, 0x7e, 0x03, 0xf8, 0x0d, 0xd0, 0xa9, 0x73, 0x9d, 0x2a, 0x51, 0x84, 0x04, 0xb2, 0x8a, 0x2b, 0x84, 0x18, 0x6f, 0x98, 0xd7, 0xc8, 0xd7, 0x6a, 0x4b, 0xbb, 0x7a, 0x87, 0x68, 0x9c, 0xc5, 0xbc, 0xb8, 0x26, 0xbc, 0x01, 0x6e, 0xe8, 0xb7, 0x11, 0x91, 0x0d, 0x8c, 0xa5, 0x01, 0x0e, 0x1d, 0x3a, 0x24, 0x0b, 0x39, 0x90, 0xf4, 0x00, 0x37, 0x23, 0xfd, 0x99, 0x4a, 0xb2, 0xc3, 0x5e, 0x0f, 0x80, 0xdf, 0x4a, 0x8d, 0x59, 0xf6, 0x9f, 0x19, 0xa0, 0x6f, 0x20, 0x68, 0xed, 0x37, 0x04, 0xa3, 0x0c, 0x5a, 0x1d, 0x39, 0x48, 0xc2, 0x0a, 0x50, 0xd8, 0x17, 0x8a, 0x4a, 0xfe, 0x18, 0xac, 0xaa, 0xb5, 0x3c, 0x4f, 0x54, 0x8e, 0xc7, 0xa0, 0xcb, 0x4c, 0x04, 0x91, 0xe6, 0x2e, 0x86, 0x4c, 0x66, 0x40, 0xae, 0xa1, 0xf1, 0x74, 0xab, 0xf0, 0xef, 0x83, 0x62, 0xbf, 0x61, 0xc5, 0x15, 0x48, 0x01, 0x4d, 0x19, 0x68, 0xa2, 0x08, 0x13, 0xf8, 0x8c, 0x48, 0x7f, 0xf5, 0x0e, 0x0c, 0x29, 0xed, 0xc5, 0x0c, 0xad, 0x67, 0x39, 0x47, 0x9c, 0x06, 0xd0, 0x1b, 0x32, 0x5f, 0x28, 0xc3, 0x06, 0x4a, 0x67, 0xa9, 0x05, 0xc1, 0xec, 0x5f, 0x01, 0x8b, 0xa7, 0x0d, 0xec, 0xf5, 0x00, 0xfa, 0xfd, 0x10, 0x0d, 0xd4, 0x27, 0x9f, 0xe0, 0x98, 0xbb, 0x6e, 0xb3, 0x07, 0x04, 0x81, 0x42, 0x16, 0x35, 0x7c, 0x86, 0x19, 0xb4, 0xe1, 0x70, 0x2e, 0x69, 0xae, 0x5c, 0x38, 0x1c, 0xad, 0x05, 0xd4, 0x7d, 0xb4, 0x60, 0x90, 0x62, 0x04, 0xeb, 0x18, 0x02, 0x3e, 0xa7, 0xce, 0xb6, 0x8b, 0xf7, 0x0b, 0xca, 0xbf, 0x01, 0x71, 0x21, 0xfd, 0xf2, 0x6f, 0xb8, 0x52, 0x89, 0xd4, 0x2d, 0x39, 0x76, 0x18, 0x79, 0x37, 0x4b, 0x80, 0xf4, 0x11, 0x4a, 0x3a, 0x03, 0x78, 0xe9, 0x09, 0x78, 0x5e, 0x14, 0xca, 0x03, 0x26, 0xe1, 0xa7, 0x43, 0x8d, 0xc3, 0xcd, 0x81, 0x5a, 0x4b, 0xb6, 0xcc, 0x1b, 0xc0, 0x48, 0x1f, 0x48, 0x89, 0x6b, 0x21, 0x05, 0xcc, 0x5a, 0x08, 0xe8, 0x99, 0x67, 0x21, 0x01, 0xe0, 0x23, 0x2b, 0xb2, 0x57, 0x5a, 0x5a, 0x66, 0x06, 0x64, 0xf2, 0x0b, 0xa8, 0xb0, 0xb0, 0x40, 0x73, 0xcd, 0xcc, 0x8e, 0xd6, 0x4d, 0x80, 0x6e, 0x0a, 0x7c, 0x96, 0xe8, 0x2b, 0xc6, 0xb2, 0xfe, 0x53, 0x5e, 0x81, 0x86, 0x23, 0x10, 0xd2, 0xad, 0xae, 0xc9, 0xa7, 0xaa, 0x50, 0x58, 0x49, 0x3d, 0xbc, 0x10, 0xb9, 0x68, 0xf5, 0x03, 0x88, 0x4b, 0xa1, 0x6e, 0x10, 0xfb, 0xfc, 0x27, 0x22, 0x5f, 0x3f, 0x29, 0xca, 0xf7, 0x2b, 0x06, 0x60, 0x40, 0xa8, 0x33, 0xb7, 0x97, 0x41, 0x35, 0xcf, 0x41, 0x20, 0xc6, 0xd9, 0x41, 0xa5, 0x81, 0x60, 0xd0, 0x02, 0x88, 0xe9, 0xa7, 0xa2, 0xd6, 0xec, 0x1d, 0x60, 0x57, 0x93, 0x3c, 0x62, 0x07, 0x4b, 0x45, 0x49, 0xe4, 0x58, 0x97, 0x70, 0xc9, 0xf0, 0xb7, 0xbd, 0x7d, 0x43, 0x0a, 0xdc, 0x99, 0x40, 0xd0, 0x50, 0x9a, 0x8b, 0x6b, 0xfe, 0x2f, 0x97, 0x76, 0x9b, 0xac, 0xda, 0xb5, 0x83, 0x90, 0xeb, 0xf6, 0xae, 0x7e, 0x1a, 0x12, 0x7f, 0xef, 0x57, 0x15, 0x44, 0x86, 0x92, 0x6a, 0xfe, 0xed, 0x63, 0x90, 0xc8, 0xcc, 0x26, 0x36, 0x2e, 0x75, 0x0f, 0x28, 0x33, 0x55, 0x56, 0x1c, 0x50, 0x0c, 0xc0, 0x9e, 0x8c, 0xd3, 0x7b, 0x8e, 0x48, 0x13, 0x00, 0xe9, 0x87, 0x16, 0x00, 0xe1, 0x41, 0x1c, 0xce, 0x80, 0x25, 0x4b, 0x70, 0x48, 0x05, 0xa3, 0x7e, 0xbb, 0xed, 0x47, 0xbd, 0x1f, 0x0f, 0x4f, 0x83, 0x26, 0xa8, 0xaf, 0x8a, 0x94, 0x8f, 0x9f, 0xbf, 0xd8, 0x4d, 0xa5, 0x45, 0x01, 0x6a, 0xef, 0x1c, 0xa2, 0xf1, 0x15, 0xf9, 0x14, 0xb0, 0x5c, 0xb1, 0x20, 0x17, 0x7f, 0x58, 0x44, 0x08, 0x1a, 0x11, 0x44, 0xef, 0x33, 0x74, 0x2c, 0x60, 0xfe, 0x56, 0x9c, 0x60, 0x31, 0x07, 0x6c, 0x7d, 0x5b, 0x67, 0xaf, 0xb4, 0xfd, 0x2a, 0x8f, 0x60, 0x01, 0xbd, 0xa0, 0x06, 0xfc, 0x82, 0x96, 0xe7, 0x11, 0x0c, 0x91, 0x5a, 0x63, 0xdf, 0x85, 0x0e, 0xf3, 0xdb, 0x07, 0xd5, 0xe5, 0x28, 0x39, 0xf7, 0x29, 0xb5, 0xcf, 0xa1, 0x6c, 0x3d, 0x09, 0x36, 0x62, 0x19, 0x40, 0xaf, 0xd4, 0x45, 0x76, 0x2e, 0x9d, 0xc9, 0x1a, 0x40, 0x7c, 0x7b, 0x6c, 0x1c, 0x68, 0x19, 0x9a, 0x05, 0x4c, 0xc5, 0xa9, 0x53, 0xa8, 0xcc, 0xc9, 0xe3, 0x23, 0x9d, 0xd6, 0x2c, 0x6c, 0x73, 0x4d, 0x79, 0x40, 0xa2, 0xfe, 0x73, 0x17, 0x0c, 0xaa, 0x14, 0x6e, 0x61, 0x14, 0xf8, 0xc3, 0x50, 0x2e, 0x23, 0xa2, 0x0e, 0xa3, 0xd3, 0xbb, 0x61, 0x0b, 0x04, 0x86, 0x15, 0x40, 0x80, 0x0a, 0x6f, 0xbf, 0xd4, 0x4d, 0x9d, 0x5d, 0xbd, 0x5a, 0xb0, 0xc8, 0x50, 0xe0, 0x4e, 0xc6, 0x02, 0x2c, 0x75, 0xaf, 0x80, 0xa0, 0xf8, 0xe3, 0xa0, 0xf2, 0x0a, 0x0c, 0x19, 0xa9, 0x6c, 0xef, 0x34, 0xd1, 0xfd, 0x94, 0x9a, 0x62, 0xa5, 0xb9, 0x58, 0x9b, 0xf1, 0x44, 0x18, 0xd8, 0xe6, 0xba, 0xc6, 0x9c, 0x8d, 0x03, 0x24, 0x93, 0x0d, 0x4c, 0x35, 0x36, 0x10, 0xeb, 0x5c, 0x2e, 0xf7, 0x06, 0x03, 0xf0, 0xc0, 0x4d, 0xd4, 0xdb, 0x4d, 0xad, 0x2d, 0x91, 0x76, 0x15, 0xad, 0xa5, 0xb5, 0x5b, 0x11, 0xef, 0x42, 0x67, 0xaf, 0x54, 0xf7, 0x52, 0x2a, 0xad, 0x25, 0x8c, 0xfc, 0x81, 0x7c, 0x87, 0x90, 0x8c, 0x04, 0x06, 0xc3, 0xec, 0x8e, 0x59, 0xef, 0x65, 0xe5, 0x06, 0x86, 0x06, 0x87, 0xa8, 0xad, 0xa3, 0x4b, 0x30, 0x54, 0xab, 0x20, 0x50, 0x4f, 0x84, 0x59, 0x2c, 0x46, 0xe1, 0x40, 0x0f, 0x03, 0x43, 0x9f, 0xad, 0x6a, 0x4c, 0x5f, 0x9f, 0xb9, 0xd0, 0xad, 0x00, 0xe5, 0xbc, 0x49, 0x15, 0x92, 0x69, 0x99, 0x09, 0x70, 0x2f, 0x44, 0x38, 0x19, 0x30, 0x3b, 0x8d, 0x86, 0xca, 0xa9, 0xcf, 0xc7, 0x7b, 0x11, 0x9e, 0x8c, 0x35, 0x3f, 0x00, 0x27, 0x4a, 0xf8, 0x38, 0xb4, 0x02, 0xbc, 0x0c, 0x68, 0x01, 0xa8, 0x4d, 0x48, 0x8b, 0xf4, 0xa3, 0xf3, 0xf3, 0x68, 0xee, 0xe4, 0x72, 0xfa, 0xec, 0x68, 0xbb, 0x04, 0x68, 0xc1, 0x30, 0xa6, 0x62, 0x29, 0x94, 0x92, 0xde, 0xd2, 0x31, 0x20, 0x73, 0xf2, 0x25, 0x05, 0x7e, 0x99, 0x23, 0x50, 0xb6, 0x9b, 0xb4, 0x70, 0xad, 0xa5, 0x1d, 0x20, 0xed, 0x43, 0xc2, 0xf4, 0x0c, 0x08, 0x74, 0x3f, 0x24, 0x24, 0xb7, 0xb4, 0xac, 0x5c, 0x5c, 0xa7, 0x5c, 0x81, 0x41, 0xa9, 0xf2, 0xc9, 0x4c, 0xfd, 0x42, 0x0b, 0x0c, 0x85, 0xcc, 0x75, 0xd0, 0x1a, 0x40, 0x02, 0x89, 0x1f, 0x92, 0x76, 0x1d, 0x66, 0xc1, 0x8c, 0x0d, 0x60, 0xfd, 0xed, 0xde, 0xb3, 0xea, 0xbd, 0x16, 0x5c, 0x53, 0x21, 0xed, 0xbc, 0xae, 0x01, 0x50, 0xe0, 0x82, 0xc0, 0x10, 0x4a, 0xc8, 0x61, 0xd2, 0x46, 0x44, 0x1c, 0xc0, 0xeb, 0xf0, 0x2f, 0x3a, 0x82, 0xd5, 0x21, 0x5f, 0x0b, 0xb5, 0xf5, 0x18, 0x71, 0x2b, 0x25, 0xbd, 0xa5, 0x45, 0xc6, 0xd0, 0x65, 0xdd, 0x7e, 0x51, 0x11, 0xad, 0x98, 0x57, 0x2d, 0x19, 0x00, 0x84, 0x3a, 0xdc, 0x74, 0x91, 0x6e, 0xbb, 0x61, 0x92, 0x4a, 0xcf, 0xf6, 0x0b, 0x90, 0x1d, 0xec, 0x0b, 0x53, 0xb7, 0xf0, 0xbf, 0x0b, 0x02, 0x28, 0xdf, 0x0a, 0xc8, 0x18, 0x01, 0x46, 0x00, 0x41, 0xf2, 0x59, 0x92, 0x31, 0x14, 0xcc, 0x67, 0xe4, 0x09, 0x46, 0xc9, 0x27, 0x7f, 0xb1, 0x4f, 0xba, 0x77, 0x01, 0xcb, 0xdb, 0x60, 0x94, 0x1f, 0xb2, 0x10, 0xff, 0x50, 0x28, 0x82, 0xf6, 0x87, 0x82, 0x61, 0xa9, 0x55, 0x40, 0x6c, 0x30, 0x82, 0xb9, 0x0e, 0xc9, 0xf3, 0x50, 0xa7, 0xd0, 0xd8, 0x6c, 0xc6, 0x33, 0xa6, 0xd5, 0x95, 0xd2, 0xc4, 0xea, 0x12, 0x35, 0x16, 0x00, 0xc4, 0x47, 0xad, 0x20, 0x4f, 0x34, 0x91, 0xec, 0x07, 0x32, 0xb2, 0x96, 0x0c, 0x4a, 0x57, 0x03, 0xa4, 0x6a, 0x0e, 0xe0, 0x5a, 0xb2, 0x84, 0x60, 0xec, 0x3f, 0x9b, 0x01, 0x00, 0xa7, 0x25, 0x33, 0xc6, 0x52, 0x79, 0xb1, 0x89, 0xa0, 0xf7, 0x1d, 0x3b, 0x1b, 0x73, 0xc0, 0x27, 0x08, 0x37, 0x20, 0xd4, 0x3b, 0x82, 0x47, 0x7d, 0xe2, 0x9c, 0x41, 0x29, 0xf5, 0x21, 0x15, 0xee, 0x95, 0x41, 0x2e, 0xe2, 0xc4, 0x8f, 0x4f, 0x25, 0x80, 0xf4, 0x67, 0x31, 0x0c, 0x55, 0x15, 0x18, 0xf7, 0xdd, 0x76, 0xef, 0x6f, 0x96, 0x5a, 0x01, 0x6d, 0xe5, 0x82, 0x6a, 0x89, 0x63, 0x58, 0xfd, 0x23, 0xb8, 0xd5, 0xd8, 0xd8, 0xa8, 0xe6, 0x25, 0xe0, 0x42, 0xd1, 0x11, 0xed, 0x05, 0xb8, 0x65, 0x0e, 0xa0, 0xee, 0xd1, 0x39, 0x4e, 0x71, 0x06, 0x98, 0x01, 0xe4, 0xce, 0x61, 0x06, 0xf0, 0x5b, 0xba, 0x82, 0xe5, 0xa5, 0x74, 0xdf, 0x92, 0x3a, 0xfa, 0xed, 0xf6, 0x26, 0xea, 0x17, 0x92, 0xbe, 0xe3, 0xb3, 0x63, 0xb4, 0x64, 0x56, 0xb5, 0xb4, 0xd7, 0x7e, 0x1e, 0x03, 0x80, 0x2c, 0x9d, 0xa5, 0xfa, 0x65, 0x72, 0x4e, 0x48, 0x3f, 0xc7, 0xec, 0x8d, 0x70, 0x58, 0xe5, 0xf3, 0xa5, 0x8d, 0xb7, 0xe2, 0xf9, 0x2a, 0x24, 0x6c, 0x81, 0x3d, 0x33, 0x16, 0x60, 0x85, 0x7c, 0xa5, 0x6b, 0x69, 0x9a, 0x00, 0x09, 0x0c, 0x29, 0x12, 0x02, 0xc6, 0xf9, 0x9d, 0xdd, 0x83, 0xb4, 0xfb, 0x80, 0x59, 0xc0, 0x52, 0x59, 0x9a, 0x2f, 0x18, 0xa0, 0x46, 0x32, 0x2b, 0x98, 0x98, 0xd1, 0x3f, 0x18, 0x19, 0xc4, 0xc7, 0x7b, 0x60, 0x7c, 0x80, 0xd7, 0xe5, 0x76, 0xae, 0x17, 0x85, 0xf2, 0xb6, 0xdb, 0x81, 0x8b, 0x58, 0x91, 0x43, 0x9e, 0x76, 0x05, 0xc7, 0x79, 0x46, 0x52, 0x2c, 0xe8, 0xc0, 0x35, 0x8b, 0xeb, 0x64, 0x1d, 0x00, 0xda, 0xfe, 0xc6, 0x76, 0x81, 0xde, 0xfb, 0x25, 0x72, 0x8b, 0xa4, 0x82, 0x23, 0xf0, 0x2c, 0xcc, 0xd2, 0xce, 0x59, 0x40, 0x8e, 0xce, 0x71, 0x65, 0x90, 0xe1, 0x53, 0x88, 0x5e, 0x12, 0xdf, 0x84, 0xfc, 0xaa, 0x9a, 0x88, 0x38, 0xf2, 0xa7, 0x25, 0x8a, 0x28, 0x1c, 0x5d, 0x41, 0xb4, 0xf3, 0xeb, 0x73, 0x42, 0xba, 0x4d, 0xe9, 0x7f, 0xe8, 0xe6, 0x7a, 0xc1, 0xa4, 0x25, 0xca, 0xfe, 0x23, 0x38, 0x86, 0x81, 0x21, 0xf0, 0x00, 0xc0, 0x00, 0xa8, 0x0f, 0xcc, 0x44, 0xcb, 0x0a, 0x08, 0x4c, 0x65, 0x30, 0x29, 0x54, 0xa5, 0xdd, 0x25, 0xc2, 0x75, 0x40, 0x68, 0x54, 0xd0, 0x42, 0x7d, 0x62, 0x6c, 0x00, 0xa2, 0x85, 0x88, 0x3d, 0xc0, 0xae, 0xd6, 0x56, 0x57, 0xd2, 0x53, 0x2b, 0x27, 0x9b, 0x83, 0x42, 0x04, 0xc1, 0xb6, 0xef, 0x69, 0xa1, 0x47, 0xee, 0x98, 0x46, 0xf9, 0x79, 0x7e, 0x09, 0x08, 0x65, 0xaa, 0xd6, 0x5a, 0x07, 0x2c, 0xf0, 0x27, 0xb5, 0x03, 0x51, 0x64, 0x58, 0x98, 0x96, 0xd6, 0x35, 0xb4, 0x67, 0x67, 0x66, 0x09, 0xaa, 0xa0, 0x52, 0x24, 0xce, 0xaf, 0x16, 0x0b, 0xf4, 0x41, 0x0b, 0xec, 0x39, 0xd6, 0x4a, 0x8d, 0x2d, 0xa6, 0x7b, 0x07, 0x37, 0x75, 0xcd, 0xe2, 0x09, 0x4a, 0x5b, 0x71, 0x66, 0x13, 0xe5, 0xe0, 0x9c, 0xff, 0x5f, 0xb2, 0x64, 0x49, 0xca, 0x7d, 0x35, 0xa2, 0x4d, 0x40, 0x2c, 0xcd, 0x01, 0x60, 0x07, 0x2f, 0x40, 0x3f, 0xce, 0xdb, 0x48, 0x36, 0x7d, 0xf1, 0xc5, 0x17, 0xb2, 0x13, 0x91, 0x7c, 0x42, 0xe7, 0xe1, 0x18, 0x86, 0x5f, 0xad, 0xba, 0xbe, 0x8e, 0x3e, 0x39, 0x28, 0x8e, 0x1f, 0x6f, 0xa7, 0xb6, 0x4b, 0x7d, 0xb4, 0xe3, 0xab, 0xb3, 0xb4, 0x76, 0xc5, 0x4c, 0x39, 0xde, 0x1f, 0x2a, 0xde, 0x2f, 0xa7, 0x74, 0x31, 0x94, 0xea, 0xc7, 0x9c, 0x00, 0x7e, 0x55, 0xcc, 0x61, 0x5a, 0x76, 0x14, 0x6f, 0x70, 0x78, 0xd8, 0x30, 0xa2, 0xb5, 0x46, 0x50, 0x4b, 0x31, 0x07, 0x35, 0x17, 0x13, 0x71, 0x00, 0xd3, 0x03, 0x08, 0xd3, 0x37, 0xa7, 0x3b, 0x68, 0xdb, 0x1e, 0xb3, 0xbc, 0x0b, 0x41, 0x9f, 0xef, 0xdf, 0x3b, 0x9d, 0xc6, 0x56, 0x8e, 0x51, 0x61, 0x5e, 0x94, 0x81, 0x7f, 0xfd, 0xf5, 0xd7, 0xd2, 0x94, 0x81, 0x01, 0x96, 0x2f, 0x5f, 0xee, 0x79, 0x00, 0xc8, 0xd5, 0x38, 0x40, 0xa6, 0x5a, 0x2c, 0xe6, 0xc0, 0x60, 0x10, 0x0e, 0x99, 0x42, 0x8a, 0xe0, 0x47, 0x43, 0xb2, 0x60, 0x5b, 0xeb, 0xea, 0x6a, 0xe9, 0x1f, 0x1e, 0x98, 0x41, 0xe3, 0xca, 0x4d, 0xa4, 0x7d, 0xa8, 0xb1, 0x95, 0xb6, 0xec, 0x3a, 0x61, 0xf9, 0xfe, 0x64, 0x0d, 0x06, 0xe1, 0x2c, 0x9f, 0xa1, 0x50, 0xbd, 0x3d, 0x98, 0x13, 0x89, 0x1f, 0x44, 0xb6, 0x83, 0x9a, 0x89, 0xe0, 0x01, 0x25, 0x7a, 0x99, 0x19, 0x0e, 0x34, 0x9f, 0xeb, 0xa2, 0xd7, 0x36, 0xef, 0x93, 0xc0, 0x12, 0xed, 0xaf, 0xff, 0x62, 0x32, 0xcd, 0x9b, 0x5a, 0x2d, 0xb5, 0x14, 0x47, 0x32, 0x51, 0xdb, 0x88, 0x21, 0xed, 0x3c, 0x13, 0xe9, 0xaa, 0x55, 0xab, 0x32, 0xd6, 0xa7, 0x39, 0x0f, 0x02, 0xf5, 0xe4, 0x0f, 0x4f, 0xf2, 0xe4, 0xc4, 0x10, 0xa8, 0xa6, 0x05, 0x80, 0x82, 0x0d, 0xc5, 0x34, 0x70, 0xb7, 0xdf, 0x7e, 0xbb, 0xd4, 0x1a, 0x30, 0x1d, 0xd7, 0x4c, 0xac, 0xa5, 0xe7, 0xd6, 0xcd, 0xa6, 0x7f, 0xf9, 0x9f, 0xfd, 0x72, 0x6c, 0xff, 0x97, 0x87, 0xce, 0x50, 0x57, 0x77, 0x2f, 0xad, 0x5e, 0xd4, 0x20, 0xcc, 0x81, 0xef, 0x32, 0x75, 0x6f, 0x0e, 0x12, 0x0d, 0xab, 0xfd, 0x2c, 0xf3, 0xd1, 0xc3, 0x03, 0x4d, 0xe0, 0x67, 0x58, 0x4c, 0xa3, 0x18, 0x45, 0x2b, 0x34, 0x39, 0x7e, 0xfa, 0x12, 0x6d, 0xda, 0xd9, 0x28, 0xe3, 0x08, 0x68, 0xf7, 0x08, 0x4c, 0xf2, 0xc0, 0xb2, 0x49, 0x72, 0x1e, 0x00, 0x56, 0xed, 0x60, 0xd6, 0x8f, 0x3e, 0xfa, 0x48, 0xcd, 0xa0, 0x0a, 0xed, 0x05, 0xe9, 0x8f, 0x37, 0x63, 0xca, 0x88, 0xc9, 0x06, 0xba, 0xf5, 0x02, 0x00, 0x49, 0xf6, 0xea, 0x18, 0xfd, 0xba, 0x88, 0x01, 0x9c, 0x3a, 0x75, 0x4a, 0x9e, 0x87, 0xd8, 0x00, 0x7c, 0x68, 0x4c, 0xbd, 0xc2, 0x13, 0x37, 0xdd, 0x30, 0xab, 0x81, 0x9e, 0xff, 0xcb, 0x20, 0xfd, 0xfb, 0xff, 0x1e, 0x94, 0x73, 0xfc, 0x1c, 0x3d, 0x79, 0x91, 0xda, 0x3b, 0xfb, 0xe8, 0xce, 0x85, 0x13, 0xa8, 0xb2, 0x2c, 0xcf, 0x22, 0x74, 0x38, 0x62, 0xf3, 0x2d, 0xe4, 0xe6, 0xb7, 0x62, 0x02, 0xba, 0xeb, 0x17, 0x8e, 0xaa, 0x02, 0x35, 0x22, 0x95, 0xc3, 0x8c, 0x0b, 0xc4, 0xef, 0xdd, 0x47, 0xda, 0x68, 0xf7, 0xa1, 0x56, 0x55, 0x3f, 0x70, 0xc7, 0x82, 0xf1, 0xf4, 0x77, 0x6b, 0xa6, 0xcb, 0x49, 0x23, 0xd9, 0x75, 0x05, 0xf1, 0xf7, 0xec, 0xd9, 0x23, 0xcd, 0x16, 0xbb, 0x7e, 0x98, 0x5a, 0x0e, 0xd7, 0xc7, 0x04, 0x12, 0x5e, 0x07, 0x81, 0xb2, 0x1a, 0x0a, 0x4e, 0x96, 0x39, 0xe2, 0x75, 0x06, 0xd4, 0x29, 0x02, 0x43, 0xec, 0x11, 0x60, 0x94, 0x2d, 0x18, 0x82, 0x4d, 0x14, 0xf0, 0xc0, 0xcd, 0x0b, 0xa6, 0xd0, 0xbf, 0x3d, 0x31, 0x57, 0xba, 0x60, 0x68, 0xad, 0x1d, 0x7d, 0xf4, 0xfa, 0x8e, 0x13, 0xf4, 0xe9, 0xe1, 0x56, 0x33, 0xa9, 0xa3, 0x8d, 0x17, 0xe0, 0x8c, 0x61, 0x44, 0xaa, 0x0d, 0x15, 0xd3, 0x67, 0x6f, 0x20, 0x64, 0xd9, 0xfd, 0x30, 0x19, 0x2a, 0x21, 0x84, 0x59, 0xc5, 0x7e, 0xb7, 0xad, 0x89, 0x76, 0x1d, 0x8c, 0x10, 0x1f, 0xf3, 0x05, 0xfd, 0xd3, 0xda, 0xd9, 0xd4, 0x20, 0xdc, 0x3a, 0xae, 0x5d, 0x40, 0xb0, 0x07, 0xb6, 0x1f, 0xef, 0x85, 0x99, 0xcb, 0x10, 0xf5, 0xe3, 0x69, 0x67, 0xdf, 0x79, 0xe7, 0x1d, 0x7a, 0xe1, 0x85, 0x17, 0xa2, 0x06, 0x86, 0x5c, 0x95, 0x26, 0x40, 0x67, 0x0e, 0x84, 0x82, 0x17, 0x2c, 0x58, 0x10, 0xf3, 0x38, 0x6f, 0xa3, 0x83, 0x01, 0xa8, 0x00, 0x08, 0x31, 0xe1, 0xc2, 0x1d, 0x77, 0xdc, 0x21, 0xa5, 0x0e, 0xc7, 0xe1, 0x45, 0x2c, 0x9d, 0xef, 0xa7, 0xff, 0x28, 0x2b, 0x90, 0x53, 0xc4, 0xa0, 0x24, 0x1b, 0x91, 0xba, 0x4f, 0x0f, 0x5f, 0x90, 0xd5, 0xb9, 0xcb, 0xe7, 0x37, 0xd0, 0xa2, 0x6b, 0x6b, 0xa8, 0xac, 0xa4, 0xc0, 0x02, 0x82, 0xa6, 0xdf, 0x2f, 0x87, 0x90, 0x51, 0x74, 0xb9, 0x7b, 0xc4, 0x6d, 0x34, 0x71, 0xc0, 0xd1, 0x93, 0xed, 0xb4, 0xed, 0x8b, 0x26, 0x3a, 0xdc, 0x14, 0x99, 0xc6, 0xa6, 0xa8, 0xc0, 0x4f, 0x4f, 0xaf, 0x99, 0x46, 0xab, 0x16, 0x36, 0x48, 0x02, 0x73, 0xb8, 0x17, 0x84, 0x85, 0x49, 0xc3, 0x3b, 0x2d, 0x5e, 0xbc, 0x58, 0x4a, 0x3f, 0xbc, 0x17, 0x8c, 0x0a, 0x7e, 0xeb, 0xad, 0xb7, 0x64, 0x3c, 0x00, 0x03, 0x5e, 0x7f, 0xf8, 0xc3, 0x1f, 0xd2, 0x73, 0xcf, 0x3d, 0xa7, 0xaa, 0x84, 0xbd, 0x68, 0x69, 0xeb, 0x18, 0xf1, 0xe0, 0x4f, 0x8a, 0xd5, 0x74, 0x80, 0x30, 0x4c, 0xbe, 0x28, 0x6d, 0xa3, 0x90, 0x3a, 0xbd, 0x96, 0x6d, 0xb8, 0xf9, 0x70, 0xf5, 0x7c, 0xb7, 0x3d, 0x7e, 0x30, 0x5c, 0x85, 0x50, 0xac, 0x63, 0x98, 0x06, 0x0e, 0xf5, 0xf4, 0x90, 0x30, 0x30, 0x01, 0x6c, 0x2b, 0x3a, 0x10, 0x85, 0x28, 0x38, 0x07, 0x98, 0xa0, 0xaa, 0xb2, 0x9c, 0x96, 0x4c, 0x2b, 0xa5, 0xb2, 0x42, 0x1f, 0x1d, 0x69, 0xee, 0x92, 0xd5, 0x42, 0x83, 0x83, 0x41, 0x3a, 0xde, 0xdc, 0x4e, 0x9f, 0xec, 0x6b, 0xa6, 0xa6, 0xb3, 0x9d, 0xd4, 0xd5, 0x63, 0xba, 0x63, 0x05, 0x70, 0x19, 0x7d, 0xa6, 0xf4, 0x1b, 0x56, 0xf0, 0x07, 0x2a, 0x1f, 0xa9, 0xe0, 0x23, 0x27, 0xdb, 0x68, 0xe7, 0xde, 0x66, 0xda, 0xf8, 0xe1, 0x21, 0xfa, 0xf8, 0xab, 0x53, 0x74, 0xa1, 0x23, 0x52, 0x8d, 0xbc, 0x64, 0x46, 0xa5, 0xc4, 0x1d, 0x37, 0x2d, 0x98, 0x2c, 0x6b, 0x21, 0xf9, 0xf9, 0xf4, 0x49, 0xb3, 0x41, 0x78, 0x8c, 0x6e, 0x86, 0xff, 0x8f, 0x31, 0x0e, 0x70, 0x65, 0xa7, 0x4f, 0x9f, 0x2e, 0x8f, 0x23, 0xb4, 0x0d, 0xaf, 0xe0, 0x4f, 0x7f, 0xfa, 0x93, 0x1c, 0xf4, 0x0a, 0xe6, 0xe5, 0x6b, 0x80, 0x39, 0xbe, 0xf9, 0xe6, 0x1b, 0xfc, 0xee, 0x3f, 0x72, 0xe4, 0xc8, 0x8f, 0xb2, 0x8e, 0x01, 0xbc, 0xf6, 0x55, 0xb9, 0xb3, 0x40, 0xd4, 0x44, 0x98, 0x03, 0x43, 0xad, 0x61, 0x4b, 0x41, 0x7c, 0xcc, 0xcc, 0x89, 0x63, 0x98, 0xa2, 0x0d, 0x52, 0xc8, 0x53, 0xbc, 0x4e, 0x12, 0x2e, 0xe5, 0xe3, 0x42, 0x02, 0x97, 0xcf, 0xa9, 0xa6, 0x4d, 0x7f, 0x6e, 0x96, 0xe3, 0xf4, 0x90, 0xa6, 0x05, 0x71, 0x8f, 0x34, 0xb5, 0xc9, 0x45, 0x97, 0xe4, 0xc2, 0x7c, 0x53, 0x75, 0x03, 0xcd, 0xf7, 0xf4, 0x0e, 0xa9, 0x70, 0xae, 0xbd, 0xcd, 0x9e, 0x58, 0x46, 0xeb, 0x96, 0x37, 0xd0, 0x8d, 0x73, 0xea, 0x64, 0x90, 0x8a, 0xe3, 0xfc, 0x9c, 0xb5, 0x04, 0x91, 0xa1, 0x09, 0xa0, 0xea, 0x61, 0xff, 0x81, 0x03, 0xc2, 0xb2, 0x72, 0xa9, 0x54, 0x0a, 0x03, 0xf6, 0xe3, 0x59, 0xa1, 0x1d, 0x40, 0x7c, 0x00, 0xdf, 0xe7, 0x9f, 0x7f, 0x9e, 0x7e, 0xf0, 0x83, 0x1f, 0xd0, 0xc2, 0x85, 0x0b, 0xaf, 0x5e, 0x2f, 0xc0, 0xfe, 0xe9, 0xd8, 0x78, 0xd8, 0x01, 0x92, 0x84, 0xc0, 0x10, 0x3a, 0x14, 0xd2, 0x02, 0x8d, 0x84, 0x79, 0x7a, 0xa1, 0x21, 0x78, 0x9a, 0x56, 0xe0, 0x02, 0x00, 0xc4, 0x86, 0xda, 0x2a, 0x7a, 0xe8, 0xe6, 0x06, 0xfa, 0x68, 0xff, 0x79, 0xb1, 0xb4, 0xca, 0x39, 0x03, 0xf5, 0x99, 0x41, 0x7b, 0x05, 0x68, 0xc4, 0x12, 0xab, 0x8d, 0x11, 0x98, 0xe2, 0xa6, 0x59, 0x63, 0xe9, 0xf6, 0x79, 0xd5, 0xd2, 0xc5, 0xc3, 0x75, 0xe1, 0x81, 0xe8, 0x38, 0x09, 0x19, 0x3e, 0x30, 0x00, 0x47, 0x2e, 0x81, 0x4f, 0x50, 0xe4, 0x8a, 0xe7, 0x82, 0xc4, 0x43, 0x03, 0xc0, 0x3b, 0x80, 0xa4, 0xe3, 0x99, 0x31, 0xd2, 0x19, 0xdb, 0xef, 0xbe, 0xfb, 0xae, 0x34, 0x17, 0xeb, 0xd7, 0xaf, 0xa7, 0xa7, 0x9f, 0x7e, 0xda, 0x75, 0x17, 0x31, 0xe7, 0xa6, 0x89, 0x73, 0xab, 0xa1, 0x56, 0x00, 0x93, 0x30, 0xc1, 0x23, 0x40, 0x27, 0xc3, 0x2c, 0x60, 0x26, 0x2e, 0x48, 0x17, 0x98, 0x00, 0xa3, 0x89, 0xfd, 0x72, 0xf2, 0x47, 0xbf, 0xdc, 0x86, 0x99, 0x98, 0x32, 0xb1, 0x8e, 0x1e, 0xbc, 0xa5, 0x8b, 0x5a, 0xdb, 0x2f, 0xd1, 0xfe, 0x6f, 0x3b, 0xa8, 0xf1, 0x5c, 0xb7, 0x1c, 0x64, 0xd2, 0xd1, 0x3d, 0x48, 0xdd, 0xfd, 0x66, 0x49, 0x19, 0x66, 0xfd, 0xc0, 0x34, 0x30, 0x75, 0x63, 0x0b, 0xa9, 0xbe, 0xaa, 0x48, 0x4a, 0xfc, 0xb4, 0x09, 0x63, 0xa4, 0x89, 0x81, 0xd4, 0xda, 0x4b, 0xb8, 0xc0, 0xb8, 0x90, 0x62, 0xe0, 0x12, 0xf8, 0xfb, 0xdf, 0xf9, 0xce, 0x77, 0x24, 0xf8, 0x03, 0xf1, 0xf1, 0x8c, 0x1c, 0xba, 0x46, 0x1f, 0x22, 0x13, 0x08, 0x7c, 0x00, 0xcc, 0xc2, 0xe9, 0xe0, 0x47, 0x1e, 0x79, 0x44, 0x4e, 0x27, 0x07, 0x0d, 0xf8, 0xd3, 0x9f, 0xfe, 0x54, 0x5e, 0x23, 0xe7, 0x3e, 0x1d, 0x9b, 0x09, 0x0d, 0x00, 0x15, 0xc9, 0x23, 0x67, 0x93, 0xc1, 0x04, 0x93, 0x27, 0x4f, 0xa6, 0xed, 0xdb, 0xb7, 0x4b, 0xe9, 0x43, 0xc7, 0xc3, 0x34, 0x80, 0x31, 0x90, 0x69, 0x83, 0xa4, 0xa2, 0xe0, 0x82, 0x09, 0x80, 0x7b, 0x60, 0x41, 0xc7, 0xcf, 0x98, 0xda, 0x2f, 0xd5, 0x35, 0x96, 0x90, 0x56, 0xb3, 0xcf, 0x93, 0x41, 0xb3, 0x29, 0x01, 0xa6, 0x70, 0xf2, 0x50, 0x20, 0xb5, 0xb0, 0xe1, 0x20, 0x3e, 0xee, 0x0f, 0x3b, 0xcf, 0x5e, 0x0a, 0x4f, 0x63, 0x87, 0x73, 0xc0, 0x04, 0x1c, 0x14, 0xc2, 0x02, 0x33, 0x07, 0x4d, 0x87, 0xa8, 0x27, 0x88, 0x0e, 0xa6, 0xc2, 0x44, 0x97, 0x1b, 0x36, 0x6c, 0x90, 0x8c, 0xfc, 0xfa, 0xeb, 0xaf, 0x47, 0x4d, 0x77, 0x3b, 0x22, 0x73, 0x01, 0xc9, 0xe2, 0x0b, 0x46, 0xf7, 0x4e, 0xb9, 0x80, 0x44, 0x30, 0x01, 0xa4, 0x08, 0x33, 0x72, 0x1e, 0x38, 0x70, 0x40, 0xba, 0x88, 0x98, 0xc1, 0x1b, 0xf9, 0x03, 0x44, 0x10, 0x21, 0x6d, 0x30, 0x03, 0xe8, 0x68, 0xdd, 0x5e, 0x83, 0xb0, 0xfa, 0x00, 0x8d, 0x44, 0xb5, 0x21, 0xbb, 0x77, 0x90, 0x7c, 0xcc, 0x53, 0x0c, 0xc0, 0x06, 0x15, 0x0f, 0x62, 0x42, 0xcd, 0x43, 0xb2, 0xf1, 0x1b, 0xef, 0xc3, 0xc5, 0xb2, 0xb8, 0x8f, 0xce, 0x04, 0x38, 0x0e, 0xec, 0x02, 0xe6, 0xe5, 0xf7, 0xc0, 0x9c, 0x87, 0x98, 0x62, 0x96, 0x33, 0x9f, 0x16, 0x23, 0xa6, 0x1d, 0x60, 0x49, 0xdb, 0x0b, 0x98, 0x33, 0x67, 0x8e, 0xf2, 0x02, 0xee, 0xbf, 0xff, 0xfe, 0xa4, 0xbd, 0x00, 0xbd, 0xa6, 0xdf, 0x29, 0x8b, 0x98, 0xae, 0x57, 0xc0, 0x31, 0x04, 0x74, 0x26, 0x24, 0x1e, 0xe8, 0x1a, 0x44, 0xc0, 0xf3, 0x41, 0xd2, 0x40, 0x14, 0x1e, 0x56, 0xce, 0x84, 0xe2, 0xb8, 0x42, 0xbc, 0xb9, 0x09, 0xf1, 0xbc, 0xb8, 0x16, 0x88, 0x0d, 0x0d, 0x03, 0x15, 0x0e, 0x02, 0xa1, 0x5c, 0xfd, 0xc3, 0x0f, 0x3f, 0x94, 0x91, 0x49, 0xdc, 0x87, 0x83, 0x3c, 0x90, 0x7c, 0x9e, 0x28, 0x12, 0xfb, 0x40, 0x74, 0xec, 0xc3, 0x36, 0x9e, 0x91, 0x4d, 0x02, 0x1f, 0x47, 0x8e, 0x03, 0x4c, 0xcf, 0xd3, 0xde, 0x60, 0x0a, 0x7a, 0xec, 0x03, 0x83, 0x59, 0xf7, 0xcf, 0x9b, 0x3a, 0x75, 0xea, 0xab, 0xe2, 0x3e, 0x17, 0xb3, 0xc6, 0x00, 0x42, 0x9d, 0x4a, 0x06, 0xc0, 0x43, 0xde, 0x77, 0xdf, 0x7d, 0x8a, 0x01, 0xf4, 0x91, 0x3b, 0xd9, 0x66, 0x00, 0xde, 0x86, 0x9d, 0x07, 0xb8, 0x42, 0xe7, 0x42, 0x35, 0xcb, 0x51, 0x44, 0xc2, 0xe6, 0x02, 0x1f, 0x00, 0x28, 0xa2, 0x63, 0xf1, 0x1b, 0xc7, 0xd9, 0x4e, 0x83, 0x29, 0xf8, 0x1b, 0x02, 0x58, 0x83, 0xd8, 0x38, 0x06, 0x42, 0x33, 0x31, 0x40, 0x7c, 0x68, 0x14, 0x10, 0x1e, 0x01, 0x28, 0xb8, 0x76, 0x38, 0x1f, 0x44, 0x07, 0x51, 0x91, 0xdc, 0x41, 0xaa, 0x1a, 0xd7, 0x85, 0x16, 0x82, 0xd6, 0x81, 0xb6, 0xe1, 0x6c, 0x26, 0x7f, 0xa0, 0x8a, 0x8b, 0x59, 0x98, 0x09, 0x78, 0x52, 0x6b, 0x30, 0x0a, 0xb4, 0x04, 0x98, 0x14, 0xd3, 0xcc, 0x73, 0xd9, 0x18, 0x5e, 0x4d, 0x9c, 0xfb, 0x98, 0xd8, 0xb7, 0x43, 0x30, 0x41, 0x73, 0x4a, 0xb1, 0x96, 0x74, 0x19, 0x60, 0xdd, 0xba, 0x75, 0x9b, 0x45, 0x47, 0xde, 0x05, 0xd4, 0xfb, 0xcb, 0x5f, 0xfe, 0x52, 0x3e, 0x3c, 0x1e, 0xd0, 0x5e, 0xc2, 0xad, 0x13, 0x44, 0x9f, 0x53, 0x00, 0x1d, 0xc4, 0x20, 0xd2, 0x69, 0xb0, 0x88, 0x1b, 0x0c, 0xe0, 0x74, 0x2e, 0xa7, 0x5f, 0x11, 0x86, 0xb5, 0xd7, 0x1a, 0xf0, 0x7c, 0x03, 0x30, 0x0b, 0xe8, 0x7c, 0x3c, 0x23, 0x08, 0x06, 0x29, 0xe5, 0x09, 0x28, 0xc0, 0x28, 0x60, 0x06, 0x30, 0x09, 0x5c, 0x39, 0x30, 0x3c, 0x7f, 0x5d, 0x04, 0x6b, 0x10, 0x0c, 0xee, 0x28, 0x26, 0x82, 0xc4, 0x36, 0xbe, 0x17, 0x00, 0x3b, 0xce, 0x4c, 0x01, 0x30, 0x88, 0x7b, 0x40, 0x73, 0xe2, 0xba, 0xd0, 0x1e, 0x60, 0x04, 0x9c, 0x8b, 0xe3, 0xb8, 0x3e, 0xc7, 0x0c, 0xb0, 0xc0, 0xee, 0xe3, 0x59, 0x58, 0xb0, 0x30, 0x87, 0x90, 0x36, 0xb3, 0x68, 0x8f, 0xe8, 0xbf, 0xef, 0x6e, 0xd9, 0xb2, 0x65, 0x53, 0xc6, 0x19, 0xe0, 0xe1, 0x87, 0x1f, 0xde, 0x2c, 0x56, 0x92, 0x01, 0x7e, 0xf5, 0xab, 0x5f, 0x65, 0x8d, 0x01, 0x52, 0x65, 0x16, 0xd8, 0x60, 0xa8, 0x6a, 0x48, 0xa8, 0x3e, 0x8d, 0x6b, 0x32, 0xf1, 0x09, 0x0e, 0xe1, 0xe2, 0xf9, 0x51, 0xc5, 0x83, 0xc0, 0x0d, 0x0a, 0x3a, 0xec, 0x41, 0x2e, 0xf4, 0xcf, 0xd6, 0xad, 0x5b, 0xe5, 0xb9, 0xe8, 0x27, 0xcc, 0x1a, 0x8e, 0x20, 0x11, 0x7f, 0x87, 0x10, 0xcc, 0x04, 0xcd, 0xc2, 0xf8, 0x03, 0xd7, 0x66, 0x06, 0x80, 0xf6, 0xd1, 0x3f, 0xc0, 0x89, 0xeb, 0x81, 0x69, 0x10, 0x39, 0xb4, 0x1a, 0xb8, 0xf8, 0x99, 0xcd, 0x9b, 0x37, 0xff, 0x57, 0x46, 0x4d, 0x80, 0x50, 0xa9, 0xca, 0x04, 0x3c, 0xf0, 0xc0, 0x03, 0x8e, 0x26, 0xc0, 0xde, 0xe9, 0xa9, 0x9a, 0x00, 0x2f, 0x34, 0x02, 0x88, 0x84, 0xda, 0x42, 0x24, 0x8e, 0x60, 0x63, 0xe1, 0x12, 0x42, 0xda, 0xf1, 0x2c, 0xdc, 0xd1, 0xc3, 0x81, 0x3e, 0xb8, 0x7f, 0x18, 0xfd, 0x84, 0x2c, 0xde, 0xbd, 0xf7, 0xde, 0x2b, 0x27, 0xaa, 0x04, 0x13, 0xd8, 0x3d, 0x03, 0xdc, 0xef, 0x86, 0x1b, 0x6e, 0x90, 0x4c, 0x82, 0xf8, 0x04, 0xfe, 0x16, 0x20, 0x11, 0xf7, 0xe6, 0xf9, 0x00, 0x20, 0x44, 0xb8, 0x37, 0x0f, 0x82, 0xc5, 0xb3, 0xb1, 0xa9, 0xc0, 0x02, 0x8d, 0x03, 0x53, 0xc1, 0x60, 0x18, 0xc2, 0x83, 0x69, 0x71, 0xa1, 0xc5, 0xc4, 0x73, 0x02, 0xb0, 0xac, 0x11, 0xde, 0x4d, 0xe5, 0x93, 0x4f, 0x3e, 0xf9, 0xde, 0xb6, 0x6d, 0xdb, 0xc2, 0x19, 0xd1, 0x00, 0x6b, 0xd7, 0xae, 0xdd, 0x2c, 0x1e, 0x4e, 0x6a, 0x80, 0x97, 0x5e, 0x7a, 0x29, 0x6d, 0x0d, 0xe0, 0xa5, 0xda, 0x4f, 0xf4, 0x5c, 0x3d, 0xeb, 0x07, 0x1b, 0x8f, 0x4e, 0x67, 0x97, 0x90, 0xbf, 0x1f, 0x88, 0xf7, 0x65, 0x17, 0x32, 0xd9, 0x6f, 0x1e, 0xc2, 0x15, 0xfd, 0xf9, 0xcf, 0x7f, 0xae, 0x00, 0x27, 0x82, 0x3b, 0xc0, 0x26, 0x90, 0x7a, 0x5c, 0x1b, 0xf7, 0x03, 0x58, 0xc5, 0x36, 0x03, 0x43, 0x1d, 0x8b, 0xe0, 0x19, 0x90, 0xed, 0x44, 0x3f, 0x32, 0xa0, 0x7d, 0xf3, 0xcd, 0x37, 0xd5, 0x80, 0x12, 0xf1, 0x3c, 0x7f, 0x10, 0x8c, 0xf3, 0x84, 0xd0, 0x0e, 0x3d, 0x9e, 0x6b, 0x00, 0x21, 0x35, 0xca, 0x0b, 0x80, 0x5d, 0x4b, 0x44, 0x03, 0xe8, 0x45, 0x24, 0x76, 0x0d, 0x90, 0x29, 0x22, 0x3b, 0x69, 0xa4, 0xc8, 0x58, 0xc1, 0x48, 0x86, 0x53, 0xff, 0x32, 0x28, 0xe3, 0x02, 0x48, 0x3d, 0xbb, 0x8c, 0x60, 0x5a, 0x7d, 0x72, 0x8a, 0x58, 0x8b, 0x3e, 0xf6, 0x0f, 0x1e, 0x09, 0x66, 0x35, 0xc3, 0x27, 0x64, 0x40, 0x40, 0xb8, 0x7c, 0x60, 0x06, 0x4e, 0x18, 0xe1, 0x9e, 0xb0, 0xf7, 0xd0, 0x04, 0x3c, 0x6b, 0x08, 0x7f, 0x75, 0x04, 0xcf, 0x8d, 0xbe, 0x05, 0x63, 0xf2, 0xb7, 0x89, 0xb0, 0x0f, 0xd7, 0x43, 0x90, 0x08, 0x4c, 0x22, 0x7e, 0xcf, 0x12, 0xf7, 0x59, 0x2d, 0xee, 0xf3, 0xa6, 0xb8, 0x76, 0x77, 0x46, 0x18, 0x00, 0x84, 0xd4, 0x19, 0xc0, 0xfe, 0x71, 0xe8, 0x44, 0x4d, 0x80, 0x97, 0x6a, 0x5f, 0xbf, 0xbf, 0x4e, 0x14, 0xd6, 0x3e, 0xb1, 0x7e, 0xbb, 0xb1, 0xd8, 0xaf, 0x05, 0x53, 0xb3, 0x68, 0xd1, 0x22, 0x09, 0x44, 0x39, 0x14, 0x0c, 0xfb, 0x8f, 0x00, 0x10, 0x57, 0x33, 0x81, 0xc0, 0xfa, 0x3c, 0x41, 0x60, 0x02, 0x26, 0x38, 0x4f, 0x85, 0x0b, 0x2f, 0x82, 0xb1, 0x06, 0x3c, 0x04, 0xed, 0xc3, 0x1a, 0xf5, 0xe2, 0xdc, 0x87, 0x05, 0x63, 0xbc, 0x77, 0xf4, 0xe8, 0xd1, 0x56, 0xcf, 0x18, 0x40, 0xdc, 0x40, 0x31, 0x00, 0x8a, 0x18, 0x52, 0x61, 0x00, 0xfb, 0x7e, 0x37, 0x55, 0xb9, 0x5d, 0xa2, 0xed, 0xc4, 0x70, 0x62, 0x06, 0xa7, 0x75, 0xac, 0x85, 0x35, 0x40, 0xbc, 0xf3, 0xf8, 0xb8, 0x7e, 0x3e, 0xa4, 0x1c, 0xa1, 0x69, 0x84, 0xab, 0xe1, 0x4a, 0x82, 0xa0, 0x70, 0x21, 0x91, 0xc7, 0x50, 0x23, 0x9d, 0x05, 0x13, 0x80, 0xa8, 0xfc, 0x1d, 0x63, 0x98, 0x04, 0x16, 0x1a, 0x76, 0x13, 0xa1, 0x91, 0xb0, 0x1f, 0xc7, 0x61, 0x1a, 0x70, 0xdc, 0x9a, 0x62, 0xae, 0x52, 0xec, 0x7b, 0x5c, 0xe0, 0x82, 0x1d, 0xc7, 0x8e, 0x1d, 0x3b, 0x95, 0x55, 0x06, 0x88, 0xce, 0xa5, 0xa7, 0xce, 0x00, 0xf1, 0x54, 0xb9, 0x4e, 0xe8, 0x58, 0x04, 0xb5, 0x6f, 0xc7, 0xfa, 0x1d, 0x8b, 0x71, 0x9c, 0xfe, 0xce, 0x89, 0xe0, 0xb1, 0x9e, 0x43, 0x5f, 0xd8, 0x5d, 0x44, 0x72, 0x88, 0x55, 0x38, 0x18, 0x02, 0x2a, 0x9d, 0xa5, 0x1d, 0x4c, 0x20, 0xa7, 0xbf, 0xeb, 0xed, 0x95, 0x7f, 0x03, 0xf3, 0x03, 0xa9, 0xd7, 0x8b, 0x62, 0xb1, 0x8f, 0x4b, 0xc9, 0xe0, 0x29, 0x70, 0xb5, 0x34, 0xb0, 0x25, 0x9c, 0x35, 0xc1, 0x04, 0x6f, 0x09, 0x26, 0x38, 0xef, 0x09, 0x03, 0x88, 0x9b, 0x4a, 0x06, 0xc0, 0x67, 0xd9, 0xdc, 0x60, 0x80, 0x54, 0x54, 0xfb, 0x70, 0xc4, 0xd3, 0x3b, 0xdf, 0x6e, 0xeb, 0x19, 0x93, 0xc4, 0x62, 0x18, 0xbb, 0x29, 0x48, 0xd5, 0x3c, 0x38, 0x31, 0x03, 0x2f, 0x90, 0x74, 0x78, 0x11, 0x3c, 0xf8, 0x85, 0x53, 0xc5, 0xc8, 0x57, 0x70, 0x38, 0x1a, 0xd8, 0x43, 0x9f, 0x18, 0x0b, 0xfd, 0x86, 0x63, 0xec, 0x21, 0xc0, 0x7c, 0xa0, 0xc1, 0x84, 0xc0, 0x14, 0xa0, 0xd0, 0x04, 0xd7, 0x85, 0x7b, 0x0b, 0x26, 0x10, 0x7f, 0xbb, 0xf8, 0xa9, 0xa7, 0x9e, 0x7a, 0xd9, 0xee, 0x1d, 0xa4, 0xcd, 0x00, 0xe2, 0x21, 0x15, 0x08, 0x64, 0x06, 0xe0, 0x4e, 0xe2, 0x8f, 0x27, 0xf2, 0xc2, 0xbf, 0xf9, 0xa1, 0xf1, 0x9b, 0x07, 0x46, 0xf0, 0x3e, 0xfd, 0x7c, 0x3d, 0x53, 0x16, 0x6b, 0x7f, 0xac, 0xdc, 0x44, 0x2c, 0x86, 0xb2, 0x0f, 0x64, 0x71, 0x92, 0xca, 0x58, 0xd2, 0x3a, 0x9c, 0x64, 0xa7, 0xc2, 0x00, 0xf6, 0x89, 0x35, 0x51, 0x15, 0x04, 0x29, 0x46, 0xb4, 0x10, 0xfb, 0x91, 0xb3, 0xe0, 0x00, 0x10, 0x1a, 0x8e, 0xb1, 0x9b, 0xc8, 0x73, 0x21, 0xb0, 0x17, 0x85, 0x6d, 0x24, 0x9b, 0xb0, 0x40, 0xfa, 0xc1, 0x20, 0xf0, 0x2c, 0x80, 0x2d, 0xa0, 0x5d, 0xc4, 0x39, 0x0d, 0x27, 0x4f, 0x9e, 0xfc, 0xf3, 0xf1, 0xe3, 0xc7, 0x8f, 0xb9, 0x9a, 0x0c, 0x12, 0x17, 0x0e, 0xdb, 0xb3, 0x81, 0x5c, 0x88, 0x39, 0x9c, 0xff, 0xcc, 0xe7, 0xa7, 0x52, 0xf8, 0xe8, 0x44, 0x30, 0xfb, 0x32, 0x1c, 0x71, 0xf5, 0xc5, 0x89, 0x31, 0xec, 0x45, 0x2e, 0x89, 0xae, 0xe3, 0xf4, 0x53, 0x94, 0x7b, 0x19, 0x0b, 0xa0, 0xc2, 0x25, 0x84, 0x9f, 0xff, 0xf2, 0xcb, 0x2f, 0x4b, 0x4d, 0x80, 0xcf, 0xe0, 0xac, 0x5c, 0xb9, 0x52, 0xc6, 0x29, 0x78, 0x26, 0x51, 0x84, 0x92, 0xe1, 0x26, 0xb2, 0x09, 0x01, 0x83, 0x00, 0x37, 0x00, 0x58, 0xc2, 0x54, 0xc8, 0x69, 0x72, 0x2c, 0xc6, 0x78, 0xec, 0xb1, 0xc7, 0xe4, 0xf7, 0x92, 0xad, 0x7b, 0x3e, 0x2a, 0x6e, 0xb1, 0x85, 0xb4, 0x01, 0x4b, 0x6e, 0x0c, 0x0d, 0x3b, 0xae, 0xa7, 0x3f, 0x13, 0x69, 0xac, 0x0d, 0xbc, 0x20, 0xbe, 0x1d, 0x9c, 0x0d, 0x27, 0x91, 0x3a, 0x48, 0x74, 0x02, 0x77, 0xfa, 0x35, 0xf8, 0x37, 0xd0, 0x37, 0xaf, 0x13, 0x5d, 0xec, 0x7f, 0xa7, 0x7f, 0xa8, 0xc2, 0xe9, 0x5e, 0xa8, 0xfc, 0x79, 0xe6, 0x99, 0x67, 0x94, 0xe4, 0x23, 0x6e, 0x80, 0xb0, 0x2f, 0xfe, 0x16, 0x04, 0x86, 0x16, 0x40, 0xb0, 0x09, 0x7f, 0x83, 0x90, 0x31, 0x88, 0x0d, 0xe2, 0x73, 0xe3, 0x39, 0x98, 0xd0, 0xb0, 0x9f, 0xd3, 0xd0, 0xe2, 0x5d, 0x6f, 0x20, 0x7d, 0x9e, 0x2a, 0x97, 0xd2, 0xc1, 0x1f, 0x08, 0xce, 0xfa, 0x3e, 0xb6, 0x9f, 0x7d, 0xf6, 0x59, 0x84, 0x86, 0xa3, 0x1e, 0x26, 0x11, 0xa9, 0x48, 0xf4, 0xb8, 0xd3, 0x18, 0x44, 0x7d, 0x7a, 0x38, 0xbb, 0x26, 0x8a, 0x35, 0x6e, 0xd1, 0xe9, 0xf7, 0x70, 0xda, 0x60, 0xb8, 0xeb, 0xc7, 0xab, 0x87, 0x88, 0x1a, 0x41, 0x1c, 0x63, 0x5b, 0x3f, 0x57, 0x5f, 0x00, 0xaa, 0x91, 0x43, 0x80, 0x87, 0x00, 0x4c, 0x80, 0x35, 0x12, 0x6e, 0x8c, 0x01, 0x60, 0xef, 0x91, 0xc8, 0x42, 0xfc, 0xc0, 0xde, 0xa0, 0x3d, 0x58, 0xc0, 0xc0, 0x2c, 0x56, 0x0d, 0x61, 0x99, 0x2d, 0xf8, 0x17, 0x76, 0x65, 0xc4, 0x81, 0x78, 0x28, 0x24, 0x21, 0x1e, 0xc8, 0x44, 0xa5, 0xcf, 0x70, 0xf3, 0x12, 0xc7, 0xda, 0xce, 0xc6, 0x79, 0xb1, 0x40, 0x6c, 0xa2, 0x1e, 0x4d, 0xf4, 0xb4, 0x77, 0xd1, 0x9f, 0xa8, 0x47, 0x6d, 0x80, 0x1e, 0x91, 0x04, 0x23, 0x80, 0xe0, 0x7a, 0xc3, 0x71, 0x1e, 0x5e, 0xf6, 0x93, 0x9f, 0xfc, 0x44, 0x0e, 0x96, 0x11, 0xcf, 0xb6, 0x67, 0xcb, 0x96, 0x2d, 0x8b, 0x49, 0x7d, 0xd3, 0x84, 0xc2, 0xae, 0xcc, 0x0f, 0x20, 0x1e, 0x62, 0x9d, 0x78, 0xd0, 0xf5, 0x62, 0xf3, 0x22, 0x5d, 0x85, 0xcd, 0x49, 0x8a, 0x13, 0xd5, 0x72, 0x89, 0x30, 0x3c, 0x7b, 0x1d, 0x68, 0x30, 0xb3, 0x48, 0x2a, 0x71, 0xba, 0x99, 0xdd, 0x3f, 0x1e, 0x66, 0xce, 0x26, 0x96, 0xbd, 0x07, 0x98, 0x08, 0xed, 0xeb, 0x23, 0x9f, 0xb9, 0x9e, 0x0b, 0xb0, 0x5f, 0x6f, 0xcd, 0x9a, 0x35, 0x53, 0xc5, 0x03, 0x8c, 0x89, 0xf3, 0x52, 0x86, 0xb0, 0x67, 0x7e, 0x2c, 0xe2, 0xe5, 0xb0, 0x0e, 0x60, 0x2d, 0xd4, 0x39, 0x16, 0x9f, 0x58, 0x02, 0xd8, 0x46, 0x82, 0xc3, 0xda, 0x87, 0x6d, 0xfe, 0x1d, 0xb0, 0xb6, 0xe5, 0x6f, 0xde, 0x06, 0x9e, 0xc4, 0x6f, 0x71, 0x1d, 0x1f, 0x6f, 0xa3, 0x2f, 0xac, 0xb5, 0xc1, 0x6b, 0xf6, 0x7c, 0xf0, 0x0c, 0xb6, 0x3e, 0x88, 0x9a, 0x0b, 0x2c, 0xa4, 0x55, 0x85, 0x0a, 0x22, 0xea, 0x25, 0xc0, 0x72, 0x0c, 0x08, 0xc0, 0x2f, 0x99, 0x33, 0xc4, 0x48, 0x49, 0x12, 0xbf, 0x83, 0xd6, 0xfe, 0x90, 0xed, 0x77, 0x10, 0xfb, 0xc4, 0x32, 0xe4, 0xb0, 0x0e, 0x8a, 0xbe, 0xc2, 0xf1, 0x21, 0x41, 0x3c, 0xf5, 0x5b, 0x48, 0x36, 0xfe, 0x3e, 0x6c, 0xdd, 0x43, 0x02, 0x6d, 0x0b, 0x58, 0x7f, 0x4f, 0x1c, 0xff, 0x2e, 0x33, 0x16, 0x4a, 0xc5, 0xe0, 0x2a, 0xc6, 0xfa, 0xee, 0x30, 0x1a, 0x0a, 0x53, 0x00, 0x28, 0xad, 0x77, 0x5e, 0x29, 0x34, 0xc0, 0x76, 0x4d, 0x03, 0x90, 0x91, 0x03, 0x02, 0x04, 0xc2, 0xe4, 0x59, 0x78, 0xc4, 0xaf, 0xad, 0xfd, 0x31, 0xf6, 0xf9, 0x63, 0x9c, 0x17, 0xb0, 0xde, 0x87, 0xf7, 0x1b, 0xda, 0x71, 0xc3, 0xba, 0x8f, 0xdf, 0x06, 0x7e, 0x7d, 0x1a, 0xd1, 0xf5, 0xb9, 0xbf, 0xc9, 0x46, 0xf0, 0xb0, 0x76, 0x8c, 0x89, 0xae, 0xaf, 0xf5, 0x25, 0x68, 0xad, 0x87, 0xb4, 0xdf, 0xfa, 0x32, 0x64, 0x2d, 0xd8, 0x1e, 0xd4, 0xb6, 0x83, 0xda, 0x3d, 0xc2, 0x31, 0x16, 0x78, 0x09, 0xdf, 0x13, 0xea, 0xfd, 0xc7, 0xfc, 0x2e, 0xf8, 0xfc, 0x2c, 0xd2, 0xca, 0x4e, 0xf3, 0x09, 0x62, 0xc4, 0x34, 0x92, 0x4e, 0x00, 0xe8, 0xa2, 0x6d, 0xdf, 0xbc, 0x79, 0xf3, 0x4a, 0xdb, 0xbb, 0xe4, 0x04, 0x03, 0xd8, 0x99, 0x41, 0x27, 0xa8, 0x4e, 0x70, 0xdf, 0x30, 0x4c, 0xe0, 0xb3, 0xb6, 0x7d, 0xda, 0x6f, 0x9f, 0xed, 0xb7, 0xa1, 0xed, 0x33, 0x6c, 0x84, 0xd7, 0x91, 0x71, 0xd8, 0x46, 0x7c, 0xc3, 0x22, 0x24, 0x69, 0x04, 0xe7, 0xfc, 0x3b, 0xef, 0x0b, 0xc6, 0x60, 0x82, 0xa0, 0x03, 0x43, 0xe8, 0x0c, 0x10, 0xb2, 0x11, 0xdc, 0x89, 0xe1, 0x2e, 0xfb, 0xbd, 0x62, 0xc5, 0x8a, 0xd5, 0xc2, 0xec, 0xfe, 0x46, 0x6c, 0x97, 0x60, 0x07, 0x4a, 0xcd, 0x85, 0xe6, 0x95, 0xda, 0x00, 0xb8, 0x00, 0x75, 0x0d, 0xa8, 0x81, 0x84, 0xdd, 0xb7, 0x40, 0xf2, 0x79, 0xa1, 0x65, 0x97, 0x6d, 0xdd, 0xba, 0xf5, 0x84, 0x9d, 0xc9, 0x8d, 0x1c, 0x37, 0xaf, 0x3a, 0x43, 0xf8, 0x6c, 0x4c, 0xe0, 0xb3, 0xad, 0x03, 0x36, 0xc2, 0xfb, 0x6c, 0x9a, 0xc0, 0x4e, 0x6c, 0x1f, 0x5d, 0xfe, 0xed, 0x4f, 0x83, 0xf4, 0x4f, 0x81, 0x91, 0xed, 0x4b, 0x51, 0x11, 0x82, 0x85, 0x6c, 0x84, 0x09, 0xda, 0x18, 0x21, 0x6c, 0x93, 0xfa, 0x90, 0x8d, 0xe0, 0x4e, 0xd7, 0x0e, 0x0f, 0xc3, 0x0c, 0x97, 0x69, 0x85, 0xdb, 0x6e, 0xbb, 0xed, 0x3a, 0x61, 0xf7, 0x5f, 0x41, 0x0e, 0x28, 0x4e, 0x1f, 0x9e, 0x10, 0xc4, 0xbf, 0x57, 0x10, 0xff, 0xa0, 0x27, 0xf5, 0x00, 0xd9, 0xc0, 0x5c, 0x1a, 0x81, 0x03, 0x1a, 0x81, 0xed, 0x04, 0xf7, 0xd9, 0x24, 0x5e, 0xff, 0x3b, 0x8a, 0xa1, 0x09, 0x9c, 0xd4, 0xbf, 0x93, 0x29, 0x88, 0xc5, 0x00, 0x21, 0x6d, 0x3b, 0x1c, 0xe7, 0x7a, 0xe9, 0x30, 0x81, 0xdc, 0x9e, 0x35, 0x6b, 0x56, 0xc9, 0xe4, 0xc9, 0x93, 0x9f, 0x11, 0x78, 0xe0, 0xef, 0xa1, 0x08, 0x6c, 0xd7, 0xc6, 0xf7, 0x74, 0x5e, 0x12, 0x1a, 0xe0, 0x47, 0xef, 0xbd, 0xf7, 0x5e, 0xb7, 0x67, 0x05, 0x21, 0x39, 0xcc, 0x20, 0x86, 0xcd, 0xfe, 0xc7, 0x63, 0x00, 0xa7, 0x3e, 0x89, 0xd5, 0xf9, 0xa1, 0x34, 0xfa, 0x2e, 0x3c, 0x0c, 0x03, 0x24, 0xc2, 0x0c, 0x97, 0x99, 0x85, 0xb9, 0x73, 0xe7, 0xfa, 0xea, 0xea, 0xea, 0xe6, 0x0a, 0xa0, 0x88, 0x69, 0xc5, 0x82, 0x62, 0x7d, 0xbc, 0xa4, 0xa4, 0x64, 0xdf, 0x86, 0x0d, 0x1b, 0x82, 0x89, 0x74, 0xd6, 0x55, 0xe1, 0xa9, 0x39, 0x48, 0xfa, 0x70, 0xfb, 0x28, 0x01, 0xe6, 0x48, 0xb5, 0xff, 0xc2, 0x49, 0x6c, 0x27, 0xa3, 0x19, 0xd2, 0xea, 0x98, 0xab, 0xb5, 0xc5, 0x32, 0x01, 0x5e, 0x11, 0x7f, 0x38, 0x33, 0x90, 0x8c, 0x26, 0x70, 0xad, 0xfd, 0x3f, 0xbe, 0x13, 0xf8, 0xce, 0x71, 0x1f, 0xae, 0x62, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_find_128_png_len = 9536; unsigned char gtk_find_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0f, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x46, 0x69, 0x6e, 0x64, 0x25, 0x51, 0x51, 0xa6, 0x00, 0x00, 0x00, 0x15, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x53, 0x74, 0x65, 0x76, 0x65, 0x6e, 0x20, 0x47, 0x61, 0x72, 0x72, 0x69, 0x74, 0x79, 0xc7, 0x05, 0x3b, 0x51, 0x00, 0x00, 0x3b, 0xfc, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x67, 0x90, 0x1c, 0xc7, 0x95, 0xe6, 0xab, 0x9e, 0xc1, 0x0c, 0x06, 0x63, 0x31, 0x70, 0x03, 0x60, 0xe0, 0x3d, 0x40, 0x78, 0x82, 0x06, 0x22, 0x96, 0x4e, 0x34, 0x22, 0x48, 0x89, 0x46, 0x58, 0x89, 0x8a, 0x5b, 0x49, 0xc1, 0xd8, 0x90, 0x62, 0x57, 0x7f, 0x24, 0x85, 0xe2, 0x4e, 0x26, 0x14, 0xa7, 0xdb, 0x1f, 0xd2, 0xde, 0xdd, 0xde, 0x5d, 0xe8, 0x36, 0xf6, 0x74, 0x8c, 0xd3, 0x69, 0x57, 0xbb, 0xcb, 0xa5, 0x8e, 0xa0, 0x48, 0x49, 0x74, 0x20, 0xe8, 0x40, 0x12, 0xf4, 0x04, 0x1d, 0x40, 0x82, 0x04, 0x61, 0x09, 0xef, 0xc7, 0x62, 0x7c, 0xd7, 0xe5, 0x97, 0x5d, 0xaf, 0xfa, 0x55, 0x4e, 0x55, 0x7b, 0x53, 0xdd, 0xd3, 0x89, 0x28, 0x54, 0x4f, 0x55, 0x75, 0x75, 0x65, 0xd6, 0x33, 0xdf, 0x33, 0xf9, 0x92, 0xa8, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0x2a, 0xad, 0xd2, 0xca, 0xa1, 0x59, 0x85, 0xfe, 0xc1, 0x9f, 0xfd, 0xec, 0x67, 0x91, 0xa9, 0x53, 0xa7, 0x5e, 0x61, 0x59, 0xd6, 0xa2, 0x48, 0x24, 0x52, 0x87, 0x63, 0x6a, 0x3f, 0xea, 0xba, 0xaa, 0xaa, 0x2a, 0xcf, 0xdf, 0x7e, 0xd7, 0x04, 0xb5, 0x68, 0x34, 0xea, 0xf9, 0x7b, 0x64, 0x64, 0x24, 0xe9, 0x75, 0x7e, 0xd7, 0xa4, 0x72, 0x9f, 0xb1, 0x7a, 0x8f, 0x1c, 0xff, 0xc6, 0x88, 0x6d, 0xdb, 0x27, 0xfa, 0xfa, 0xfa, 0x5e, 0xde, 0xba, 0x75, 0x6b, 0x4f, 0xd9, 0x32, 0xc0, 0xaf, 0x7e, 0xf5, 0xab, 0xfb, 0xd4, 0xee, 0x3f, 0x29, 0xe2, 0x6f, 0x57, 0x5b, 0xec, 0x01, 0x12, 0xec, 0xcd, 0x63, 0xe6, 0x67, 0xbf, 0xa6, 0x06, 0x32, 0x70, 0x9f, 0xcb, 0x73, 0x85, 0xbc, 0x47, 0x18, 0x7f, 0x2b, 0x4f, 0xcf, 0x34, 0xa0, 0xb6, 0xfb, 0x15, 0x93, 0xfc, 0xf4, 0x81, 0x07, 0x1e, 0xe8, 0x2a, 0x04, 0x4d, 0x56, 0x15, 0xe2, 0x47, 0x54, 0xa7, 0xac, 0x69, 0xd3, 0xa6, 0xdd, 0xaf, 0x88, 0xf7, 0x6f, 0xd4, 0x9f, 0x4d, 0x7e, 0xc4, 0x1d, 0x74, 0x2c, 0x11, 0x73, 0xc8, 0x2d, 0x25, 0x6e, 0x4f, 0x70, 0x5d, 0xaa, 0xf7, 0x48, 0x74, 0x7d, 0xba, 0xf7, 0xc8, 0x4a, 0x72, 0x59, 0x05, 0x57, 0xde, 0x85, 0x78, 0xa6, 0x6a, 0xb5, 0x5d, 0xa9, 0xee, 0xf3, 0xc5, 0x15, 0x2b, 0x56, 0xfc, 0x7e, 0xcf, 0x9e, 0x3d, 0xbd, 0x65, 0xc1, 0x00, 0x0a, 0xf2, 0x7c, 0x4f, 0x75, 0xea, 0xc7, 0xc9, 0x88, 0x3c, 0x1d, 0xa6, 0x08, 0xfa, 0x9c, 0xe8, 0xfa, 0x5c, 0x12, 0x7b, 0x89, 0x11, 0x56, 0xa9, 0x3d, 0xd3, 0x54, 0x75, 0xff, 0x2b, 0x3e, 0xf8, 0xe0, 0x83, 0xdf, 0x96, 0x3c, 0x04, 0xba, 0xff, 0xfe, 0xfb, 0x9b, 0x15, 0xd6, 0x3b, 0xa2, 0x3e, 0x36, 0x33, 0x41, 0x8f, 0x1b, 0x37, 0x8e, 0x56, 0xaf, 0x5e, 0x4d, 0x6d, 0x6d, 0x6d, 0x29, 0xc3, 0x9b, 0x74, 0x06, 0x9c, 0x55, 0x6a, 0x2e, 0xaf, 0x4f, 0x76, 0x4d, 0xa6, 0xe7, 0xe5, 0xf1, 0x5c, 0x3d, 0xb7, 0x09, 0x2d, 0x8a, 0xd9, 0xef, 0xa0, 0x6b, 0xe4, 0x33, 0x76, 0x74, 0x74, 0xd0, 0xf6, 0xed, 0xdb, 0xe9, 0xc0, 0x81, 0x03, 0x26, 0x44, 0xba, 0x5b, 0x41, 0xa1, 0x47, 0xf3, 0x49, 0x9f, 0xd5, 0xf9, 0x66, 0x80, 0xa1, 0xa1, 0xa1, 0x2f, 0x28, 0x03, 0xb6, 0x99, 0xff, 0x06, 0xf1, 0x6f, 0xd9, 0xb2, 0x85, 0x1a, 0x1a, 0x1a, 0x4a, 0xc6, 0x53, 0x90, 0x2e, 0x61, 0x16, 0xfb, 0xde, 0xf9, 0x7a, 0xde, 0x7c, 0x3e, 0xeb, 0xba, 0x75, 0xeb, 0xe8, 0x37, 0xbf, 0xf9, 0x0d, 0xbd, 0xfa, 0xea, 0xab, 0x52, 0xe8, 0xdd, 0xab, 0x76, 0x79, 0x65, 0x80, 0x48, 0xbe, 0x89, 0x47, 0x11, 0xff, 0x4a, 0xf9, 0xf7, 0xe2, 0xc5, 0x8b, 0x4b, 0x8a, 0xf8, 0xc3, 0x0a, 0x41, 0xca, 0xe9, 0x79, 0xb9, 0xdd, 0x71, 0xc7, 0x1d, 0x66, 0x3f, 0x56, 0xe6, 0x9d, 0x3e, 0x0b, 0x20, 0x3d, 0x5b, 0xe4, 0xdf, 0xad, 0xad, 0xad, 0x54, 0x69, 0x95, 0xe6, 0xd7, 0x1a, 0x1b, 0x1b, 0x4d, 0xda, 0xc9, 0x3b, 0xb1, 0x54, 0x17, 0xbb, 0xd3, 0xfd, 0xfd, 0xfd, 0xd4, 0xd5, 0xd5, 0x95, 0xb6, 0x04, 0xe3, 0x6b, 0xaa, 0xab, 0xbd, 0x5d, 0x18, 0x1e, 0x1e, 0xce, 0x9b, 0xd4, 0x94, 0x10, 0xa0, 0x14, 0xa4, 0x6c, 0xae, 0x9f, 0x31, 0x1b, 0x7b, 0xc5, 0xaf, 0x01, 0x0e, 0xd7, 0xd7, 0xd7, 0xe7, 0x15, 0x62, 0x86, 0x9e, 0x01, 0x10, 0x0c, 0xe9, 0xed, 0xed, 0xcd, 0x88, 0xf8, 0xd1, 0x6a, 0x6b, 0x6b, 0x3d, 0xe7, 0x06, 0x06, 0x06, 0xd2, 0x7a, 0xf9, 0x85, 0xf2, 0x08, 0xe5, 0x8b, 0x61, 0xc2, 0xc8, 0x88, 0xa9, 0x12, 0x34, 0x82, 0x62, 0x60, 0x80, 0x62, 0xb6, 0xea, 0x30, 0x0d, 0x5c, 0x2a, 0x2f, 0xd3, 0x8c, 0x36, 0x66, 0x43, 0x14, 0xe9, 0x10, 0x4f, 0x26, 0x84, 0x96, 0x6b, 0xe2, 0x2c, 0x15, 0x6c, 0xef, 0xf7, 0x9c, 0xc5, 0x94, 0xf2, 0x25, 0xc1, 0x00, 0xc9, 0x5e, 0x6e, 0x2e, 0x89, 0xba, 0x14, 0x08, 0xbf, 0x54, 0x0d, 0xd9, 0x52, 0xeb, 0x4f, 0x41, 0x18, 0x00, 0xdc, 0x9f, 0x8d, 0x8f, 0x3f, 0x97, 0x83, 0x97, 0x2f, 0x68, 0x94, 0x8b, 0xe7, 0x2c, 0x37, 0xa2, 0x2f, 0x85, 0xfe, 0x16, 0x54, 0x03, 0x64, 0xa2, 0x06, 0x73, 0x35, 0x48, 0xf9, 0x94, 0xfa, 0xd9, 0x3c, 0xe3, 0x58, 0x23, 0xfa, 0x31, 0xa7, 0x01, 0x80, 0xd9, 0xd3, 0xc9, 0xe4, 0x2c, 0x26, 0xf1, 0xe7, 0x1b, 0x1a, 0x15, 0x8a, 0xe8, 0x0b, 0xc9, 0x54, 0x61, 0xc5, 0xf6, 0xa1, 0xd3, 0x00, 0xc9, 0x60, 0x50, 0x31, 0x71, 0x74, 0x21, 0x24, 0x7e, 0x3e, 0x88, 0x32, 0x0c, 0xda, 0x23, 0xe8, 0x19, 0x72, 0xc1, 0x18, 0x85, 0x60, 0xae, 0xea, 0x30, 0x72, 0x65, 0x58, 0x89, 0xbf, 0x98, 0x84, 0x5f, 0x0e, 0xd1, 0xe8, 0x30, 0x6a, 0x8b, 0x82, 0x1a, 0xc1, 0xc9, 0x06, 0xa0, 0x90, 0xc4, 0x12, 0x56, 0x9b, 0xa0, 0x9c, 0x6d, 0x83, 0x30, 0xf6, 0xa9, 0xba, 0x94, 0x06, 0x27, 0x15, 0x6f, 0x51, 0x2e, 0x89, 0xbf, 0xd0, 0x84, 0x5f, 0xf1, 0x02, 0x8d, 0x51, 0x1b, 0x20, 0x57, 0xc4, 0x5f, 0x8a, 0x84, 0x5f, 0x0c, 0x22, 0xc8, 0x67, 0x6a, 0x79, 0xa9, 0x19, 0xd6, 0xd5, 0xe5, 0x20, 0x25, 0x8a, 0x45, 0xfc, 0x63, 0x21, 0x2d, 0x22, 0xd5, 0x7b, 0x96, 0xaa, 0x37, 0x28, 0x54, 0x36, 0x40, 0x31, 0x89, 0xbf, 0x92, 0x16, 0x31, 0x36, 0x8c, 0xde, 0x82, 0x33, 0x00, 0xc7, 0x01, 0x72, 0xed, 0x06, 0x2d, 0x86, 0xd4, 0xaf, 0xa4, 0x45, 0x94, 0x1f, 0x53, 0x94, 0xa4, 0x1b, 0xb4, 0x14, 0xa4, 0x7e, 0xc5, 0x20, 0x2e, 0x8d, 0x7e, 0x85, 0x0e, 0x02, 0x15, 0x9a, 0xf8, 0xf7, 0xed, 0xdb, 0x97, 0x30, 0xc3, 0x74, 0xac, 0x57, 0x7a, 0x48, 0xf6, 0xbc, 0x4b, 0x97, 0x2e, 0x2d, 0xe9, 0xfe, 0x86, 0x2a, 0x12, 0x5c, 0x0c, 0xc9, 0x1f, 0x44, 0xfc, 0x85, 0x7a, 0x39, 0xa5, 0x2c, 0xe9, 0x4b, 0x6d, 0xae, 0x74, 0xd1, 0x21, 0x50, 0xa2, 0x4e, 0x85, 0x85, 0x39, 0x0a, 0x41, 0x94, 0xe5, 0x04, 0x6f, 0x64, 0x5f, 0x4a, 0xd1, 0x13, 0x54, 0x16, 0xe9, 0xd0, 0xd9, 0x10, 0x3f, 0x0c, 0x74, 0xd6, 0x02, 0x15, 0xc2, 0x4f, 0xaf, 0x99, 0x49, 0x8e, 0xb9, 0x30, 0x7a, 0x0b, 0xcd, 0x44, 0xd5, 0x85, 0x22, 0xfe, 0x20, 0x26, 0x28, 0xb6, 0xe4, 0x47, 0x95, 0x8a, 0x7c, 0x6a, 0x87, 0xb1, 0x9e, 0x16, 0x61, 0x3e, 0xfb, 0x98, 0xf4, 0x02, 0xe5, 0x2b, 0x0e, 0x50, 0xc8, 0x59, 0x64, 0xe9, 0x12, 0x62, 0xc5, 0x0b, 0x94, 0x7d, 0xbf, 0xca, 0x2a, 0x1b, 0x34, 0x5d, 0x26, 0x28, 0x55, 0x9b, 0xa0, 0x32, 0x39, 0xa6, 0xb4, 0xfa, 0x1b, 0xca, 0x19, 0x61, 0x61, 0xf4, 0x16, 0xe5, 0xeb, 0x65, 0xe6, 0x93, 0x08, 0xf2, 0x79, 0xef, 0x7c, 0x48, 0x67, 0x7e, 0xde, 0xb2, 0xcb, 0x05, 0x4a, 0x27, 0x0a, 0x5c, 0x68, 0xe2, 0xff, 0xe4, 0x93, 0x4f, 0xb2, 0x1e, 0xf0, 0xb1, 0x5a, 0x3c, 0x17, 0xbf, 0xbb, 0x6c, 0xd9, 0xb2, 0x50, 0x63, 0xfc, 0xa2, 0x33, 0x00, 0x3c, 0x2c, 0xd2, 0x08, 0x2e, 0xa6, 0x37, 0x28, 0xd7, 0xa1, 0xf9, 0x62, 0x12, 0x5e, 0x18, 0x9a, 0xdf, 0xd8, 0xa5, 0x6b, 0xf4, 0x16, 0x9b, 0x61, 0x42, 0x63, 0x04, 0x17, 0x83, 0xf8, 0x4b, 0x85, 0x00, 0xc7, 0xa2, 0x17, 0xa8, 0xec, 0x02, 0x61, 0x89, 0x98, 0xa0, 0x98, 0xc4, 0x9f, 0xae, 0x77, 0xaa, 0x12, 0x21, 0xce, 0xee, 0x19, 0xc7, 0x5c, 0x2e, 0x90, 0xac, 0x0a, 0x91, 0x8f, 0xb2, 0x28, 0xd9, 0x9e, 0x4f, 0x35, 0x97, 0xa5, 0xd4, 0x0d, 0xe2, 0x52, 0x69, 0x65, 0x17, 0x08, 0x93, 0x9d, 0xca, 0x75, 0x10, 0xa9, 0x94, 0xe3, 0x04, 0xf9, 0x26, 0xfa, 0x42, 0x30, 0x53, 0xa9, 0x97, 0x44, 0x29, 0x28, 0x04, 0x4a, 0x77, 0xc0, 0xc2, 0x40, 0xfc, 0xa5, 0x40, 0xf8, 0xc5, 0xd4, 0x1a, 0xf9, 0x2c, 0x89, 0x52, 0x28, 0x06, 0x0b, 0x9d, 0x1b, 0x34, 0x17, 0x98, 0x3e, 0x17, 0x44, 0x53, 0x99, 0x38, 0x5f, 0x78, 0xc3, 0xb7, 0x18, 0x9a, 0xa5, 0xa0, 0xb9, 0x40, 0x61, 0x24, 0x7e, 0xc4, 0x01, 0x64, 0x4a, 0xf4, 0x58, 0x2a, 0x63, 0x9e, 0x6d, 0x83, 0x6d, 0x67, 0xc6, 0x01, 0x92, 0xf5, 0x7d, 0x4c, 0xe7, 0x02, 0x25, 0x1b, 0x80, 0x7c, 0x12, 0x7f, 0xd0, 0xf9, 0x7c, 0x13, 0x7f, 0x39, 0x1b, 0xb6, 0xa9, 0x94, 0xaa, 0x0f, 0xfb, 0x78, 0x14, 0xd4, 0x0d, 0x9a, 0x2f, 0x42, 0x2a, 0x24, 0xde, 0x2f, 0x75, 0xc2, 0xcf, 0xe4, 0xb9, 0xf2, 0x25, 0xb5, 0x13, 0x3d, 0x4b, 0x59, 0xc5, 0x01, 0xb2, 0x9d, 0x0d, 0x96, 0x4f, 0xe2, 0xe7, 0x09, 0xfb, 0xe5, 0x42, 0xf8, 0x85, 0xd4, 0x62, 0x1c, 0xd9, 0xcf, 0xe5, 0xf8, 0x95, 0xa5, 0x1b, 0x34, 0x1b, 0xe8, 0x93, 0xef, 0xd4, 0x89, 0x64, 0x71, 0x80, 0x30, 0xcf, 0x13, 0x08, 0x8b, 0xa6, 0x09, 0x7b, 0xce, 0x7f, 0x51, 0x19, 0x20, 0x9b, 0xd9, 0x56, 0x61, 0x9d, 0x45, 0x96, 0x0d, 0x11, 0x56, 0xbc, 0x40, 0xa9, 0x0b, 0xcb, 0xb2, 0x9b, 0x0f, 0x50, 0xa8, 0x17, 0x5d, 0x4e, 0xe9, 0xd2, 0xe5, 0x60, 0x48, 0x8f, 0x69, 0x2f, 0x10, 0x67, 0x83, 0x86, 0x25, 0x0e, 0x10, 0xf6, 0x38, 0x41, 0xb9, 0x10, 0x7d, 0xa9, 0xf4, 0xab, 0x64, 0xbc, 0x40, 0xf9, 0x92, 0xa4, 0x1f, 0x7f, 0xfc, 0x71, 0x68, 0x92, 0xe1, 0x4a, 0xb1, 0x2e, 0xd0, 0xf2, 0xe5, 0xcb, 0xf3, 0xd2, 0xdf, 0x42, 0x69, 0x8a, 0x48, 0xa1, 0x89, 0x3f, 0x9b, 0x35, 0x02, 0xf2, 0x01, 0x23, 0xc2, 0x40, 0xfc, 0xe9, 0x6a, 0xc8, 0xb0, 0xb4, 0x54, 0xe6, 0x78, 0x14, 0x4b, 0x50, 0x86, 0x5a, 0x03, 0x64, 0x52, 0x21, 0xa2, 0xd8, 0x18, 0xba, 0x12, 0x24, 0xcb, 0xaf, 0xe1, 0x9b, 0xc8, 0x81, 0x52, 0x96, 0x36, 0x80, 0x39, 0x40, 0xc5, 0x22, 0x7e, 0x59, 0x17, 0xa8, 0x42, 0xf8, 0x69, 0xc2, 0x87, 0x04, 0x8b, 0x1f, 0x66, 0x63, 0xf8, 0x96, 0xe5, 0xfa, 0x00, 0x99, 0x76, 0x2a, 0xdf, 0xde, 0xa0, 0x44, 0x71, 0x80, 0xb1, 0x30, 0x71, 0xbe, 0xd0, 0xda, 0x61, 0xcc, 0xe7, 0x02, 0x15, 0x8a, 0x30, 0x2a, 0xe9, 0xd2, 0xa5, 0x01, 0x95, 0x8a, 0xad, 0x05, 0x8a, 0xae, 0x01, 0xf2, 0x11, 0x05, 0x2e, 0x65, 0xe2, 0x2f, 0x85, 0x9c, 0xa4, 0x7c, 0x7a, 0xf4, 0xca, 0xb2, 0x34, 0xa2, 0xec, 0x6c, 0x2e, 0xd2, 0xa2, 0xc3, 0x56, 0x59, 0x22, 0x2c, 0x84, 0x5f, 0xcc, 0xf9, 0xca, 0x95, 0x25, 0x92, 0x72, 0x28, 0x35, 0x0a, 0x49, 0xfc, 0x88, 0x03, 0xe4, 0xb2, 0x38, 0xee, 0x58, 0x9a, 0xd7, 0x0b, 0x23, 0x78, 0xc5, 0x8a, 0x15, 0xbe, 0xfd, 0xce, 0x66, 0xfe, 0x77, 0x21, 0x99, 0x29, 0x12, 0x36, 0xe2, 0x2f, 0xb4, 0x41, 0x5c, 0x21, 0xfe, 0xcc, 0x5b, 0x32, 0xef, 0x59, 0x29, 0xc4, 0x37, 0x42, 0xa7, 0x01, 0x30, 0x60, 0x43, 0x43, 0x43, 0x74, 0xe2, 0xc4, 0x09, 0xbd, 0x6f, 0x69, 0x69, 0xa1, 0xc9, 0x93, 0x27, 0x17, 0xd5, 0x20, 0xae, 0x10, 0x7f, 0xee, 0xc6, 0x66, 0xcc, 0xd5, 0x05, 0x32, 0x25, 0x6c, 0xb2, 0xb4, 0xe8, 0xde, 0xde, 0x5e, 0xda, 0xb5, 0x6b, 0x17, 0x55, 0x55, 0x55, 0x51, 0x4d, 0x4d, 0x0d, 0x75, 0x74, 0x74, 0xe8, 0x63, 0xf3, 0xe6, 0xcd, 0xcb, 0xb9, 0x21, 0xcd, 0x6a, 0xbc, 0x14, 0xab, 0xc3, 0x85, 0x01, 0xcf, 0x27, 0x8a, 0x03, 0x64, 0x3a, 0x5e, 0x65, 0x1f, 0x09, 0x4e, 0x36, 0x00, 0x98, 0xa3, 0x5b, 0x5b, 0x5b, 0x4b, 0xf5, 0xf5, 0xf5, 0x34, 0x7e, 0xfc, 0x78, 0x3d, 0xc8, 0xfd, 0xfd, 0xfd, 0xfa, 0x7b, 0xf8, 0x3c, 0x3c, 0x3c, 0x9c, 0x53, 0xc9, 0x1f, 0x34, 0xa7, 0xb5, 0x54, 0xd3, 0xa5, 0x0b, 0xc5, 0x9c, 0x85, 0x20, 0xd4, 0xb2, 0x48, 0x87, 0x4e, 0x35, 0x1b, 0x94, 0xcf, 0x0f, 0x0c, 0x0c, 0x50, 0x63, 0x63, 0x23, 0x35, 0x35, 0x35, 0x69, 0x26, 0x00, 0xd1, 0xe3, 0x18, 0x98, 0x60, 0xda, 0xb4, 0x69, 0x74, 0xf6, 0xec, 0xd9, 0xbc, 0xc3, 0x9e, 0x52, 0x4b, 0x97, 0x2e, 0x86, 0x26, 0xca, 0xa7, 0x27, 0x68, 0xcc, 0x45, 0x82, 0xe5, 0x60, 0x82, 0xe8, 0x01, 0x7d, 0xea, 0xea, 0xea, 0x34, 0x13, 0x8c, 0x1b, 0x37, 0x8e, 0xba, 0xbb, 0xbb, 0xf5, 0xdf, 0xd0, 0x0c, 0xb9, 0x20, 0x86, 0x52, 0x2e, 0xab, 0x12, 0x66, 0xf8, 0x55, 0x8a, 0xeb, 0x85, 0x85, 0xce, 0x0b, 0xd4, 0xd6, 0xd6, 0xe6, 0x6a, 0x0c, 0x48, 0x7f, 0xd8, 0x02, 0x60, 0x82, 0x49, 0x93, 0x26, 0xe5, 0xa4, 0x82, 0x43, 0xb6, 0x5a, 0x23, 0x17, 0xd7, 0xa4, 0x73, 0x5d, 0xa9, 0x7a, 0x57, 0x32, 0x7d, 0xce, 0x42, 0xce, 0x06, 0x2b, 0x8a, 0x06, 0x48, 0xd6, 0xb1, 0xa9, 0x53, 0xa7, 0x6a, 0x49, 0x0f, 0xac, 0x7f, 0xe9, 0xd2, 0x25, 0xcd, 0x04, 0xed, 0xed, 0xed, 0x54, 0x5d, 0x5d, 0x4d, 0x9d, 0x9d, 0x9d, 0x59, 0x11, 0xb1, 0xdf, 0xb9, 0xbd, 0x7b, 0xf7, 0xe6, 0x64, 0xfd, 0xe2, 0x7c, 0x42, 0xc8, 0xbe, 0xbe, 0x3e, 0xbd, 0x01, 0x06, 0x62, 0x03, 0x24, 0xc4, 0x71, 0x6c, 0x23, 0x23, 0x23, 0x7a, 0x83, 0xa0, 0x60, 0x81, 0x81, 0x3d, 0xc6, 0x10, 0x36, 0x14, 0x6f, 0x13, 0x26, 0x4c, 0xd0, 0xe7, 0x72, 0x4d, 0xe4, 0x97, 0x5d, 0x76, 0x59, 0x49, 0x6b, 0x86, 0x82, 0x47, 0x82, 0x53, 0x69, 0xcd, 0xcd, 0xcd, 0x1a, 0x06, 0xf1, 0x1e, 0x2f, 0xb8, 0xab, 0xab, 0x4b, 0x7b, 0x83, 0x72, 0x1d, 0x24, 0x0b, 0x1b, 0xf1, 0x83, 0xa8, 0x01, 0xf9, 0x78, 0xeb, 0xe9, 0xe9, 0x49, 0xe9, 0x7b, 0xcc, 0x08, 0x70, 0x1d, 0xa3, 0x41, 0x78, 0x98, 0x0d, 0xf0, 0x12, 0xb0, 0x12, 0x1b, 0xec, 0xac, 0x4c, 0xbc, 0x38, 0xd9, 0x62, 0xf5, 0x54, 0xbc, 0x81, 0x63, 0x7e, 0x4e, 0x30, 0xc7, 0x02, 0xce, 0x9d, 0x3b, 0x57, 0x10, 0x68, 0x13, 0x06, 0xe2, 0x07, 0xb1, 0x9f, 0x3f, 0x7f, 0x9e, 0x2e, 0x5c, 0xb8, 0xa0, 0x09, 0x39, 0x1f, 0x0d, 0x02, 0x04, 0xdb, 0xc9, 0x93, 0x27, 0x35, 0xf1, 0x73, 0x8c, 0x05, 0x82, 0xa6, 0x18, 0x46, 0xf4, 0x98, 0x59, 0x23, 0x2c, 0xdd, 0xda, 0xa0, 0xb9, 0x24, 0xc6, 0x6c, 0xe6, 0x03, 0xe4, 0xfb, 0x05, 0x01, 0xe6, 0x9d, 0x3e, 0x7d, 0x5a, 0x33, 0xfa, 0xe0, 0xe0, 0x60, 0xc2, 0x67, 0x04, 0x91, 0xb6, 0xb6, 0xb6, 0xea, 0x0d, 0x70, 0x06, 0xb0, 0x06, 0xda, 0x11, 0x1b, 0xc6, 0x17, 0x02, 0x83, 0xbd, 0x65, 0x80, 0x8a, 0x17, 0x2f, 0x5e, 0xd4, 0x0c, 0x05, 0x82, 0x0f, 0xd2, 0x34, 0x60, 0x36, 0x6c, 0xb8, 0x07, 0x18, 0x01, 0x5e, 0x36, 0xd8, 0x5b, 0x29, 0x1b, 0x90, 0xea, 0xb9, 0x72, 0x0d, 0x6f, 0xca, 0xde, 0x06, 0xc8, 0x94, 0x60, 0xf3, 0x95, 0x4e, 0x9d, 0x69, 0x1c, 0x20, 0x1b, 0x4f, 0x10, 0xf0, 0xfc, 0xee, 0xdd, 0xbb, 0x75, 0xcc, 0x83, 0x21, 0x8b, 0x6c, 0x20, 0xc2, 0x19, 0x33, 0x66, 0xd0, 0xec, 0xd9, 0xb3, 0x69, 0xee, 0xdc, 0xb9, 0xda, 0x2e, 0xca, 0x14, 0xae, 0xe0, 0xfe, 0x67, 0xce, 0x9c, 0xa1, 0x83, 0x07, 0x0f, 0xea, 0x0d, 0x6e, 0x64, 0xf3, 0x5d, 0x80, 0xf9, 0x10, 0x79, 0xc7, 0x75, 0x98, 0x1f, 0xb1, 0x72, 0xe5, 0x4a, 0x0d, 0x97, 0xc6, 0x82, 0x17, 0xa8, 0x60, 0x91, 0xe0, 0x5c, 0x11, 0x55, 0xae, 0x18, 0xa3, 0x18, 0x95, 0x25, 0x20, 0xf1, 0xdf, 0x7d, 0xf7, 0x5d, 0xfa, 0xf0, 0xc3, 0x0f, 0x47, 0x69, 0x1d, 0x10, 0x38, 0x88, 0x1d, 0x46, 0xe5, 0xc2, 0x85, 0x0b, 0x73, 0x66, 0xb0, 0x82, 0x99, 0x66, 0xce, 0x9c, 0xa9, 0xb7, 0x4d, 0x9b, 0x36, 0x69, 0x2d, 0x71, 0xe0, 0xc0, 0x01, 0x7a, 0xeb, 0xad, 0xb7, 0x34, 0xc1, 0x9b, 0xcf, 0xb7, 0x67, 0xcf, 0x1e, 0xed, 0x18, 0x80, 0x60, 0x58, 0xbf, 0x7e, 0x7d, 0x5a, 0x1a, 0x21, 0x57, 0xcc, 0x50, 0x96, 0x36, 0x40, 0x36, 0x1d, 0x0a, 0x0b, 0x63, 0x64, 0x73, 0xfe, 0xf0, 0xe1, 0xc3, 0xf4, 0xc6, 0x1b, 0x6f, 0x8c, 0x82, 0x24, 0x80, 0x33, 0x20, 0xb4, 0xd5, 0xab, 0x57, 0xeb, 0x58, 0x47, 0xbe, 0x1b, 0xbc, 0x43, 0xa8, 0xe4, 0x80, 0x0d, 0x76, 0x07, 0xd2, 0x4e, 0xb0, 0x49, 0x86, 0x84, 0x0d, 0x02, 0x46, 0x80, 0xc6, 0xb8, 0xea, 0xaa, 0xab, 0x68, 0xfe, 0xfc, 0xf9, 0x39, 0x83, 0xae, 0x63, 0xb6, 0x2e, 0x50, 0xa6, 0x84, 0x57, 0xa8, 0xef, 0xe4, 0x8b, 0xf8, 0x81, 0xc9, 0x5f, 0x7a, 0xe9, 0x25, 0x3a, 0x76, 0xec, 0x98, 0xe7, 0x38, 0xbc, 0x30, 0x1b, 0x36, 0x6c, 0xd0, 0x84, 0x0f, 0x17, 0x6f, 0x2a, 0xf6, 0x02, 0xe0, 0x0c, 0x36, 0x7c, 0x06, 0x91, 0x62, 0x6c, 0x65, 0x65, 0x06, 0x68, 0x11, 0x6c, 0x90, 0xda, 0xc0, 0xf5, 0xd8, 0x27, 0x82, 0x4e, 0x78, 0x86, 0xeb, 0xae, 0xbb, 0x8e, 0xae, 0xbe, 0xfa, 0x6a, 0x7a, 0xff, 0xfd, 0xf7, 0xe9, 0x95, 0x57, 0x5e, 0xf1, 0xa4, 0x9a, 0xc0, 0x93, 0xf4, 0xfc, 0xf3, 0xcf, 0xd3, 0xbe, 0x7d, 0xfb, 0xe8, 0xda, 0x6b, 0xaf, 0xcd, 0x09, 0x83, 0x26, 0xf3, 0x02, 0x95, 0xad, 0x0d, 0x90, 0xeb, 0x4e, 0xe5, 0x4a, 0x2b, 0x40, 0xdd, 0xe7, 0x32, 0x25, 0xda, 0xf4, 0xec, 0x00, 0x6e, 0x48, 0x9c, 0x0f, 0x68, 0x73, 0xc5, 0x15, 0x57, 0x68, 0xa2, 0x4b, 0x04, 0x73, 0xf0, 0x1d, 0xf6, 0xff, 0x63, 0xcb, 0xd4, 0x33, 0xc4, 0x51, 0x75, 0xde, 0xfc, 0x18, 0x02, 0x5a, 0x01, 0xcf, 0x04, 0x66, 0x04, 0xb3, 0xbe, 0xf7, 0xde, 0x7b, 0x9e, 0xf3, 0x60, 0xde, 0x87, 0x1e, 0x7a, 0x88, 0x16, 0x2c, 0x58, 0xa0, 0x8d, 0x71, 0x39, 0x9e, 0xa9, 0xc4, 0x01, 0x2a, 0x5e, 0xa0, 0x24, 0xb1, 0x80, 0x4c, 0x24, 0x79, 0xae, 0x18, 0x23, 0x5f, 0xc4, 0x0f, 0xa3, 0xf2, 0xf8, 0xf1, 0xe3, 0x9e, 0x63, 0x73, 0xe6, 0xcc, 0xa1, 0x9b, 0x6f, 0xbe, 0x59, 0xbb, 0x1f, 0x83, 0x9e, 0x05, 0x7e, 0x7f, 0x30, 0x0e, 0x34, 0x87, 0xe7, 0x9c, 0x1a, 0xc3, 0x73, 0x5d, 0xca, 0x58, 0xbd, 0xd0, 0x47, 0x27, 0x2f, 0xf4, 0x53, 0xff, 0xe0, 0x08, 0x5d, 0x1a, 0xc0, 0x36, 0x4c, 0xd5, 0x55, 0x11, 0xaa, 0x1d, 0x17, 0xa1, 0xba, 0x9a, 0x2a, 0x6a, 0x9a, 0xa0, 0x0c, 0xe8, 0xd6, 0xf1, 0xd4, 0x3e, 0x79, 0x02, 0x35, 0xd6, 0x55, 0x6b, 0x03, 0x17, 0x1b, 0x3c, 0x43, 0xe8, 0x23, 0x8c, 0x5b, 0x48, 0x7e, 0x30, 0x83, 0xd9, 0x67, 0x30, 0xc2, 0x4d, 0x37, 0xdd, 0x44, 0xeb, 0xd6, 0xad, 0xa3, 0xc7, 0x1e, 0x7b, 0xcc, 0x93, 0x77, 0x05, 0x86, 0x84, 0xd1, 0x3e, 0x7d, 0xfa, 0x74, 0x9a, 0x35, 0x6b, 0x96, 0xaf, 0x77, 0x2f, 0xd7, 0xb9, 0x40, 0x65, 0x61, 0x03, 0x98, 0x8b, 0x63, 0xf0, 0x96, 0x0f, 0xdf, 0x7c, 0xbe, 0xa0, 0x4f, 0xba, 0xfd, 0x05, 0x76, 0x86, 0x7b, 0x51, 0x1a, 0xb8, 0x90, 0xf8, 0xd8, 0x82, 0x8c, 0x63, 0xa4, 0x7d, 0x23, 0xd8, 0xc7, 0x2f, 0x3d, 0xaa, 0x76, 0x1f, 0x1f, 0xeb, 0xa2, 0x3d, 0x87, 0x3b, 0x69, 0xcf, 0x67, 0x5d, 0xb4, 0xff, 0x64, 0x0f, 0x0d, 0x0e, 0xa5, 0x57, 0x27, 0xa7, 0x59, 0x31, 0xc3, 0xb2, 0x59, 0x8d, 0xb4, 0x72, 0x6e, 0x0b, 0x5d, 0x36, 0xa7, 0x89, 0x66, 0x4e, 0xaa, 0xd3, 0x0c, 0x86, 0x0d, 0xda, 0x07, 0x8c, 0xe8, 0x17, 0x03, 0x40, 0xda, 0xc9, 0xd7, 0xbf, 0xfe, 0x75, 0x6d, 0x28, 0x43, 0x23, 0xc8, 0xbe, 0x81, 0xb1, 0xa1, 0x91, 0x60, 0xa8, 0x9b, 0xda, 0xa4, 0xe2, 0x05, 0x4a, 0x03, 0xfa, 0x24, 0xe3, 0xf2, 0x42, 0x69, 0x85, 0x5c, 0xae, 0x0f, 0x00, 0x98, 0x02, 0xc8, 0xc3, 0x29, 0x1b, 0x9a, 0x08, 0x15, 0x81, 0x7d, 0xe9, 0x4b, 0x5f, 0xd2, 0x3e, 0x76, 0xbf, 0xeb, 0xc1, 0x28, 0x90, 0xf8, 0xfc, 0x0c, 0x87, 0xcf, 0x5c, 0xa2, 0x1d, 0x1f, 0x9c, 0xa1, 0x9d, 0x7b, 0xcf, 0x53, 0x47, 0xcf, 0x60, 0x56, 0xcf, 0xd3, 0x79, 0x69, 0x88, 0x5e, 0xff, 0xe4, 0x82, 0xde, 0xd0, 0xe6, 0x4d, 0xab, 0xa7, 0x6b, 0x2f, 0x9b, 0x42, 0xd7, 0xac, 0x98, 0x4c, 0x2d, 0xf5, 0xa4, 0xe3, 0x04, 0x60, 0xbc, 0x89, 0x13, 0x27, 0xea, 0xe8, 0xb0, 0x1c, 0x27, 0x8c, 0xcb, 0x95, 0x57, 0x5e, 0xa9, 0xa5, 0xfd, 0x23, 0x8f, 0x3c, 0xa2, 0x89, 0x9e, 0x1b, 0x62, 0x0c, 0xd0, 0x06, 0x4b, 0x96, 0x2c, 0xc9, 0xb9, 0xe1, 0x5b, 0xd6, 0x36, 0x40, 0xb1, 0xbc, 0x3e, 0x89, 0xbe, 0x13, 0x54, 0xdb, 0x32, 0x5d, 0x83, 0x17, 0xee, 0xc5, 0xed, 0xdb, 0xb7, 0x7b, 0x88, 0x1f, 0xae, 0xc7, 0x7b, 0xee, 0xb9, 0xc7, 0x37, 0x8b, 0x15, 0xd7, 0x81, 0xf8, 0x19, 0x82, 0xed, 0x3d, 0xda, 0x45, 0x5b, 0x5f, 0x39, 0x4e, 0x1f, 0x1c, 0xea, 0xc8, 0xdb, 0xb8, 0x1e, 0x3a, 0xdd, 0xab, 0xb7, 0x7f, 0x79, 0xe1, 0x08, 0x7d, 0x6e, 0xf9, 0x64, 0xba, 0x67, 0xe3, 0x4c, 0xad, 0x15, 0x10, 0x88, 0x83, 0xf6, 0x99, 0x32, 0x65, 0x8a, 0x0e, 0xb0, 0xc9, 0x86, 0x78, 0xc4, 0x7d, 0xf7, 0xdd, 0x47, 0x0f, 0x3f, 0xfc, 0xb0, 0x0e, 0xda, 0x71, 0xc3, 0xf5, 0xd0, 0x74, 0x60, 0x82, 0x64, 0xc6, 0x71, 0x31, 0xe6, 0xfa, 0x86, 0x5e, 0x03, 0x84, 0x01, 0xfa, 0xe4, 0xca, 0xdb, 0x03, 0x08, 0xf3, 0xec, 0xb3, 0xcf, 0x7a, 0x30, 0x33, 0x5c, 0x87, 0x77, 0xde, 0x79, 0xe7, 0x28, 0x43, 0x97, 0xa3, 0xbf, 0x8c, 0xf1, 0xf7, 0x1e, 0xed, 0xa6, 0x7f, 0x7c, 0xf6, 0x10, 0x1d, 0x3c, 0xd5, 0x9b, 0xf4, 0xb9, 0xea, 0x6a, 0xc7, 0xd1, 0xc4, 0xc6, 0xf1, 0xd4, 0xd2, 0x34, 0x9e, 0xea, 0xc6, 0x8f, 0xa3, 0x9a, 0xea, 0x2a, 0xaa, 0x19, 0x57, 0xa5, 0x98, 0xc8, 0xa6, 0xa1, 0xe1, 0xa8, 0x82, 0x48, 0x23, 0xd4, 0x75, 0x69, 0x80, 0x3a, 0xbb, 0xfb, 0xa9, 0xa3, 0xbb, 0x4f, 0x1f, 0xf3, 0xd5, 0x54, 0xea, 0xfa, 0x97, 0xf6, 0x9c, 0xa5, 0x9d, 0x1f, 0x9d, 0xa3, 0x6b, 0x14, 0x23, 0xfc, 0xbb, 0xeb, 0x66, 0x53, 0x6b, 0x23, 0x69, 0x9b, 0x05, 0x1a, 0x0b, 0x10, 0x48, 0xf6, 0x11, 0xae, 0xda, 0xaf, 0x7e, 0xf5, 0xab, 0xda, 0x2e, 0x00, 0xd1, 0x73, 0x83, 0x06, 0xd9, 0xb6, 0x6d, 0x1b, 0xdd, 0x7e, 0xfb, 0xed, 0x29, 0xc5, 0x0b, 0x52, 0x65, 0x84, 0xb2, 0xb2, 0x01, 0xa4, 0x1b, 0x34, 0x95, 0x4e, 0x15, 0x6a, 0x46, 0x54, 0xae, 0xd2, 0xa9, 0xd1, 0x3f, 0xb8, 0x0a, 0xa5, 0x74, 0x44, 0x10, 0xe9, 0xb6, 0xdb, 0x6e, 0x1b, 0x85, 0x91, 0x11, 0x03, 0x40, 0xf0, 0x09, 0xdf, 0x01, 0x3c, 0xf9, 0x97, 0xe7, 0x8f, 0xd0, 0x8b, 0x7b, 0x10, 0x99, 0xf5, 0xff, 0xad, 0xda, 0x9a, 0x6a, 0x9a, 0x3b, 0x63, 0x22, 0xb5, 0x4f, 0x53, 0xf8, 0x7d, 0x4a, 0x23, 0x35, 0xd6, 0xd7, 0xa6, 0x2e, 0x74, 0xd4, 0xbf, 0x73, 0x17, 0x2f, 0xd1, 0xf1, 0x33, 0xdd, 0x74, 0xf4, 0x54, 0x27, 0x1d, 0x3d, 0xdd, 0x31, 0xea, 0x77, 0xa2, 0x0e, 0x23, 0xbc, 0xb5, 0xef, 0x02, 0x7d, 0x65, 0xd3, 0x2c, 0xba, 0x6d, 0xc3, 0x74, 0xad, 0x99, 0x78, 0xf2, 0x91, 0x24, 0x6a, 0x78, 0x93, 0x00, 0xe5, 0x9e, 0x7e, 0xfa, 0x69, 0xfa, 0xe8, 0xa3, 0x8f, 0xdc, 0xe3, 0xd0, 0x1e, 0xcf, 0x3c, 0xf3, 0x0c, 0xdd, 0x72, 0xcb, 0x2d, 0x29, 0x07, 0xef, 0xc2, 0x94, 0xca, 0x5d, 0x32, 0x1a, 0xa0, 0x50, 0x36, 0x41, 0xba, 0xe7, 0xe0, 0x3b, 0x97, 0x3e, 0x7e, 0xb8, 0x0a, 0x37, 0x6f, 0xde, 0x3c, 0xea, 0x5a, 0xc0, 0x1d, 0x60, 0x67, 0xb4, 0x77, 0x0f, 0x74, 0xd0, 0xdf, 0x3f, 0xbe, 0x5f, 0x49, 0xeb, 0x21, 0xdf, 0xdf, 0x99, 0xdd, 0xd6, 0x42, 0xcb, 0xe6, 0x4d, 0xa6, 0x79, 0x33, 0x27, 0x2a, 0xa2, 0x8a, 0x31, 0x51, 0x44, 0xdd, 0xaf, 0xb1, 0x6e, 0x1c, 0xd5, 0x8f, 0xaf, 0xd6, 0xde, 0x9e, 0x9a, 0x6a, 0xf8, 0xfc, 0x2d, 0xc2, 0xaf, 0x0c, 0x8d, 0xd8, 0x34, 0x3c, 0x12, 0xa5, 0x01, 0xa5, 0x01, 0x7a, 0xfa, 0x87, 0xa9, 0x77, 0x60, 0x58, 0x4b, 0xff, 0x29, 0x13, 0xeb, 0xf5, 0xb6, 0x66, 0x49, 0x1b, 0x5d, 0xea, 0x1b, 0xa4, 0x7d, 0x47, 0xcf, 0xd3, 0x47, 0xfb, 0xcf, 0xd0, 0xc5, 0x6e, 0xaf, 0x87, 0xa9, 0x6f, 0x70, 0x84, 0xfe, 0xe9, 0xb9, 0xc3, 0xf4, 0xca, 0xde, 0x73, 0xf4, 0xfd, 0x3b, 0x17, 0xd3, 0x94, 0xe6, 0x98, 0xeb, 0x13, 0x73, 0x33, 0x24, 0xbc, 0x41, 0xbc, 0x02, 0x84, 0x8e, 0x26, 0x99, 0x00, 0x9a, 0xe3, 0xc5, 0x17, 0x5f, 0xa4, 0x1b, 0x6e, 0xb8, 0x21, 0xeb, 0xf7, 0x50, 0x96, 0x36, 0x40, 0xaa, 0x5e, 0x9f, 0x42, 0x10, 0xb9, 0x79, 0x1c, 0x2f, 0x32, 0xd3, 0xc1, 0x86, 0x34, 0x3f, 0x72, 0xe4, 0x88, 0x07, 0x2f, 0x7f, 0xf1, 0x8b, 0x5f, 0x1c, 0xf5, 0x1b, 0x80, 0x46, 0xc0, 0xcc, 0xf0, 0xec, 0xfc, 0xdb, 0x8e, 0xcf, 0xe8, 0x8f, 0x6f, 0x1c, 0x1f, 0x25, 0x8d, 0xf1, 0x95, 0x59, 0x53, 0x1b, 0xe9, 0xb2, 0x05, 0x93, 0xa8, 0xb5, 0x29, 0x86, 0xc3, 0x87, 0x07, 0xfb, 0x68, 0xba, 0x92, 0xfc, 0x6d, 0x8a, 0x88, 0x71, 0xac, 0x2a, 0x62, 0xe9, 0xef, 0x41, 0xba, 0xeb, 0xbd, 0x1d, 0xdf, 0x47, 0xed, 0x98, 0xdc, 0x8f, 0x3a, 0x7f, 0x77, 0x5d, 0x1a, 0xa4, 0xb3, 0x1d, 0x97, 0xe8, 0xb4, 0xd2, 0x02, 0xdd, 0x7d, 0x83, 0x8e, 0x11, 0x3c, 0x81, 0xe6, 0x4e, 0x9b, 0x43, 0x9f, 0x9d, 0xec, 0xa1, 0xdd, 0x07, 0x95, 0x01, 0x6c, 0x30, 0xc2, 0xa7, 0x27, 0x7a, 0xe8, 0xdf, 0xff, 0xe3, 0x07, 0xf4, 0x9d, 0xcd, 0x0b, 0xe9, 0xf2, 0x45, 0x13, 0x75, 0xd6, 0x28, 0xf2, 0x90, 0x1a, 0x1a, 0x1a, 0x3c, 0x4c, 0x00, 0x57, 0x29, 0x8c, 0xe2, 0x43, 0x87, 0x0e, 0xb9, 0xc7, 0x61, 0xfc, 0xc3, 0x86, 0x58, 0xb5, 0x6a, 0x55, 0xd6, 0x04, 0x5c, 0x59, 0x22, 0xa9, 0x80, 0x5a, 0x21, 0xd3, 0xe7, 0x42, 0x94, 0xf4, 0xb3, 0xcf, 0x3e, 0x73, 0xff, 0x86, 0x4b, 0x71, 0xcb, 0x96, 0x2d, 0xa3, 0xa2, 0xba, 0x80, 0x46, 0x70, 0x3b, 0x0e, 0x29, 0x09, 0xfd, 0xcb, 0x3f, 0xee, 0xa7, 0xd7, 0x3f, 0x39, 0x3f, 0xea, 0x5e, 0x2d, 0x0a, 0xd7, 0x5f, 0xb9, 0x62, 0x1a, 0x4d, 0x69, 0x89, 0x49, 0xdb, 0xc9, 0x4d, 0x75, 0xb4, 0x64, 0x56, 0x2b, 0x4d, 0x6f, 0xad, 0x27, 0xee, 0x4a, 0x8c, 0xf0, 0x55, 0xdf, 0x34, 0xf9, 0x5b, 0xfa, 0x73, 0xd4, 0x01, 0x3b, 0x38, 0x1a, 0xd1, 0xc4, 0x6f, 0x39, 0x67, 0x48, 0x69, 0x8b, 0x1a, 0x6a, 0x50, 0x76, 0xc2, 0xdc, 0x69, 0xcd, 0x74, 0xb1, 0xa7, 0x9f, 0x8e, 0x9e, 0xed, 0xa6, 0x33, 0x8a, 0x21, 0x70, 0xc5, 0x9c, 0xe9, 0x8d, 0x4a, 0xcb, 0x34, 0xd2, 0xa1, 0x13, 0x9d, 0xb4, 0xeb, 0xe3, 0x33, 0x5a, 0x73, 0x70, 0xeb, 0xee, 0x1b, 0xa6, 0xff, 0xfc, 0xfb, 0x8f, 0x95, 0x5d, 0x30, 0x87, 0xbe, 0x74, 0xd5, 0x0c, 0xfd, 0xfc, 0x80, 0x6c, 0xf0, 0x12, 0x49, 0x38, 0x04, 0x2d, 0xb7, 0x75, 0xeb, 0x56, 0x0f, 0xf4, 0x7b, 0xf3, 0xcd, 0x37, 0x35, 0x74, 0xc2, 0x16, 0x66, 0xc3, 0xd7, 0xe3, 0x05, 0x2c, 0x84, 0x0d, 0x90, 0xcd, 0xa4, 0x93, 0x62, 0x06, 0xc9, 0x12, 0xf5, 0x09, 0x12, 0x8f, 0xfb, 0x05, 0xec, 0x7b, 0xd7, 0x5d, 0x77, 0x69, 0xc2, 0x30, 0x25, 0xbf, 0xf6, 0xbb, 0x2b, 0x58, 0xf2, 0xb3, 0x07, 0x3e, 0x1a, 0x45, 0xfc, 0x78, 0x9c, 0xb5, 0x4b, 0xa6, 0xd0, 0xe6, 0x8d, 0x73, 0x35, 0xf1, 0xb7, 0x34, 0xd4, 0xd2, 0x75, 0xab, 0x67, 0xd1, 0x0d, 0x6b, 0x67, 0x53, 0xfb, 0xe4, 0x06, 0x2d, 0xf1, 0x23, 0x6e, 0x9a, 0x43, 0xfc, 0x73, 0x6c, 0x23, 0xf1, 0x37, 0x89, 0x7d, 0xec, 0xc6, 0xb1, 0xbd, 0xe3, 0x8a, 0x55, 0xb6, 0xc3, 0x8a, 0x39, 0x93, 0x68, 0xfd, 0xe2, 0x69, 0xfa, 0x37, 0xf8, 0xb7, 0xe7, 0xcf, 0x6c, 0xa6, 0x3b, 0x36, 0xcd, 0xa3, 0xf6, 0xa9, 0x0d, 0x86, 0x50, 0x20, 0xed, 0x29, 0x7a, 0x40, 0x69, 0x2b, 0x7c, 0xe6, 0x7e, 0x78, 0x0c, 0x72, 0x05, 0x8d, 0xc0, 0x04, 0x52, 0x3b, 0x60, 0x5c, 0x9e, 0x7b, 0xee, 0x39, 0xed, 0x11, 0x93, 0x63, 0x9e, 0x89, 0x40, 0x2a, 0xab, 0x15, 0x62, 0xb8, 0x43, 0x85, 0xe8, 0x54, 0x21, 0x18, 0x09, 0x92, 0x5f, 0x46, 0x6a, 0x6f, 0xbc, 0xf1, 0xc6, 0x51, 0xc5, 0xbb, 0x80, 0xf9, 0x01, 0x7b, 0x80, 0xaf, 0xff, 0xe6, 0xc1, 0x8f, 0xe8, 0x93, 0xe3, 0xdd, 0x9e, 0xf3, 0xc0, 0xf2, 0x37, 0x5f, 0x31, 0x87, 0x56, 0xcc, 0x9b, 0x44, 0xd5, 0x55, 0x16, 0xad, 0x59, 0x30, 0x95, 0x6e, 0x5a, 0x37, 0x87, 0xa6, 0x4d, 0x9c, 0x10, 0x23, 0xec, 0x48, 0x7c, 0x93, 0x84, 0xce, 0xb8, 0x5f, 0x12, 0x7c, 0x3c, 0xd7, 0x4a, 0xff, 0x4f, 0x4c, 0xfb, 0xf8, 0x24, 0x99, 0x02, 0x5a, 0x61, 0xf5, 0xfc, 0x29, 0x5a, 0xbb, 0x54, 0x3b, 0xb6, 0xc5, 0x78, 0x65, 0x68, 0x5f, 0xbb, 0xb6, 0x9d, 0xd6, 0x2f, 0x9d, 0xaa, 0xef, 0x2d, 0xdb, 0xa3, 0xaf, 0x1d, 0xa7, 0x7f, 0x7e, 0xfe, 0xb0, 0x0b, 0xf7, 0x64, 0x2c, 0x00, 0x0d, 0xde, 0xa2, 0xcf, 0x7f, 0xfe, 0xf3, 0x1e, 0x63, 0x1f, 0x8c, 0xf2, 0xda, 0x6b, 0xaf, 0xf9, 0x8e, 0x73, 0x18, 0xe7, 0x31, 0x87, 0xa2, 0x2c, 0x4a, 0x21, 0x88, 0x36, 0xa8, 0x71, 0x6d, 0xcb, 0x54, 0x7f, 0x07, 0x84, 0xf0, 0xf6, 0xdb, 0x6f, 0x7b, 0xdc, 0x9d, 0xc8, 0xa1, 0x91, 0x0d, 0x44, 0x00, 0x83, 0x77, 0x58, 0x19, 0xa7, 0x7f, 0xf7, 0xc8, 0x27, 0xa3, 0x5c, 0x9c, 0x93, 0x9a, 0xeb, 0xe8, 0x8e, 0x6b, 0x97, 0x51, 0xbd, 0x63, 0xd4, 0xae, 0x9d, 0xdf, 0x4a, 0xcd, 0x13, 0x6a, 0x1c, 0xc2, 0x0e, 0x32, 0x0e, 0x7d, 0xb0, 0x3f, 0xc5, 0xf1, 0x3f, 0x1f, 0x8b, 0x1a, 0x76, 0x81, 0x3e, 0x4e, 0xde, 0xe3, 0xb3, 0xa6, 0xd5, 0x2a, 0xe3, 0xb8, 0x49, 0x3d, 0x57, 0xb7, 0x36, 0x98, 0xd1, 0xae, 0x6a, 0x69, 0xa6, 0x59, 0xd3, 0x27, 0xd1, 0x93, 0x3b, 0xf7, 0x69, 0x77, 0x2a, 0xb7, 0xc7, 0xde, 0x3c, 0x49, 0x2d, 0xf5, 0x35, 0x2e, 0x1c, 0xe2, 0xf9, 0xd9, 0xb2, 0xff, 0x48, 0x9d, 0x90, 0x63, 0x82, 0xe4, 0x39, 0xc4, 0x07, 0x90, 0x36, 0x91, 0x89, 0x2b, 0xb4, 0x90, 0x5a, 0xa0, 0xec, 0x34, 0x40, 0x3e, 0xe1, 0x12, 0x9e, 0xff, 0xd5, 0x57, 0x5f, 0x75, 0xfb, 0x01, 0x42, 0xb8, 0xf5, 0xd6, 0x5b, 0x3d, 0xd7, 0x20, 0x67, 0x86, 0xe3, 0x01, 0xff, 0xeb, 0xc9, 0x03, 0xf4, 0xfe, 0xa1, 0x4e, 0xcf, 0xf9, 0x99, 0x53, 0x9b, 0xe8, 0xee, 0x1b, 0x57, 0x68, 0xe2, 0x9f, 0xd4, 0x58, 0x4b, 0x1b, 0x95, 0xe4, 0x6d, 0xae, 0xf3, 0x12, 0x3f, 0xc3, 0x1b, 0xde, 0x5c, 0x49, 0xef, 0x4a, 0x77, 0xe7, 0x18, 0x3f, 0x6b, 0x50, 0x1f, 0xc4, 0x49, 0xf3, 0x1a, 0xe4, 0x0e, 0x2d, 0x9e, 0xd9, 0xa4, 0x19, 0x4f, 0x3e, 0xdb, 0x9d, 0xd7, 0x2f, 0xa3, 0x09, 0xe3, 0xbd, 0x3e, 0xfd, 0x7f, 0xdd, 0x71, 0x84, 0x5e, 0xd9, 0x7b, 0x5e, 0x47, 0xae, 0xc1, 0x04, 0xf2, 0x3d, 0x02, 0xfe, 0x21, 0x9d, 0xdb, 0x8c, 0x74, 0xef, 0xdc, 0xb9, 0xb3, 0xe0, 0x2b, 0xef, 0x84, 0x96, 0x01, 0x32, 0x21, 0xfe, 0x42, 0x48, 0xff, 0x74, 0x7f, 0x03, 0x95, 0xa4, 0x65, 0x8e, 0xcf, 0xc6, 0x8d, 0x1b, 0x75, 0x90, 0x48, 0xe6, 0x38, 0xb1, 0xd1, 0xb8, 0xfd, 0xdd, 0xd3, 0xda, 0xc7, 0x2e, 0xdb, 0x34, 0x65, 0xd4, 0x6e, 0xde, 0xb4, 0x44, 0x07, 0xaf, 0xa6, 0x36, 0x8f, 0xa7, 0xcb, 0x17, 0x4e, 0xa2, 0x71, 0x55, 0x16, 0xe3, 0x95, 0x18, 0xf1, 0x0b, 0x02, 0x07, 0xb2, 0x88, 0x58, 0x26, 0x94, 0xf1, 0xa7, 0x78, 0xc9, 0x0c, 0x96, 0x95, 0x80, 0x2b, 0xe4, 0xcb, 0x57, 0x17, 0xce, 0x6f, 0x6b, 0xa0, 0xd6, 0xc6, 0x78, 0x7c, 0x01, 0x6e, 0xd3, 0x2f, 0x5e, 0xb7, 0x54, 0x31, 0x48, 0xb5, 0x47, 0xfb, 0xfc, 0xea, 0x89, 0xfd, 0x74, 0xfc, 0x7c, 0xac, 0x32, 0x05, 0xbb, 0x73, 0xb9, 0xc1, 0x40, 0xc6, 0x58, 0xc8, 0x38, 0x00, 0xae, 0xc1, 0x9c, 0x82, 0x30, 0x7b, 0x80, 0x0a, 0xaa, 0x01, 0x82, 0x3a, 0x95, 0x6f, 0x49, 0x90, 0x2b, 0x46, 0x02, 0x51, 0x23, 0x67, 0x9e, 0x1b, 0x22, 0xa6, 0x6b, 0xd7, 0xae, 0xf5, 0x10, 0x3f, 0x82, 0x48, 0x30, 0x00, 0x8f, 0x9c, 0xe9, 0xd5, 0x7e, 0x75, 0xd9, 0x26, 0x36, 0xd5, 0xd1, 0xed, 0x7f, 0xb6, 0x94, 0xc6, 0x55, 0x47, 0xa8, 0x55, 0x19, 0xa2, 0xab, 0xe7, 0xb5, 0x6a, 0x02, 0x0c, 0xa2, 0x64, 0x96, 0xf8, 0xe4, 0x4a, 0xff, 0xc4, 0xd2, 0x3e, 0x48, 0x05, 0x58, 0x14, 0xcc, 0x2c, 0xdc, 0x66, 0x4d, 0xae, 0xd7, 0x30, 0x27, 0x0e, 0xd1, 0x26, 0xd0, 0x6d, 0xd7, 0x2c, 0x72, 0x63, 0x10, 0x68, 0xfd, 0x43, 0x51, 0xfa, 0x1f, 0x7f, 0xd8, 0xa7, 0xe3, 0x0b, 0xc8, 0x1f, 0x32, 0xe7, 0x30, 0x23, 0x67, 0x68, 0xf1, 0xe2, 0xc5, 0x9e, 0x63, 0x18, 0x2f, 0xb3, 0x94, 0xe5, 0x98, 0x73, 0x83, 0xca, 0x4e, 0x14, 0xba, 0xfc, 0x5f, 0x2a, 0xd7, 0x63, 0x7a, 0x62, 0x2a, 0x03, 0x0d, 0x58, 0x23, 0x4b, 0x8d, 0x20, 0x51, 0x4c, 0x26, 0xd2, 0x01, 0x1e, 0x40, 0xea, 0x01, 0x6b, 0xff, 0xef, 0xa7, 0x0e, 0x7a, 0x32, 0x37, 0xc7, 0x29, 0x42, 0xda, 0xb4, 0x7a, 0x3a, 0x0d, 0xf4, 0xf7, 0x52, 0x6d, 0xa4, 0x86, 0x56, 0xb4, 0x4f, 0xa2, 0xe8, 0xc8, 0x30, 0x0d, 0x45, 0xad, 0x98, 0x84, 0x77, 0xa0, 0x8e, 0xfa, 0x53, 0x31, 0x48, 0x75, 0x8c, 0x42, 0x81, 0xd7, 0xad, 0x18, 0xd0, 0x67, 0xbc, 0xcf, 0x4e, 0x4f, 0x93, 0x98, 0x7d, 0x9f, 0xde, 0x8e, 0x4b, 0x6f, 0xbf, 0x2f, 0x59, 0xb6, 0xe3, 0x50, 0xb5, 0x62, 0x2e, 0xd4, 0xd9, 0x53, 0x1a, 0x94, 0x3d, 0xd0, 0xa9, 0x03, 0x6a, 0x1a, 0x0e, 0x4d, 0x6b, 0xa6, 0x4d, 0x6b, 0xe7, 0xd2, 0x8e, 0xb7, 0xe3, 0xa9, 0x0f, 0x48, 0xd4, 0x7b, 0xf4, 0xf5, 0x13, 0xf4, 0xe7, 0xd7, 0xb4, 0xeb, 0xf1, 0x40, 0xae, 0x93, 0x0b, 0xa9, 0x6a, 0x6b, 0xb5, 0x40, 0x40, 0x5c, 0x84, 0xc7, 0x09, 0x46, 0x33, 0xb4, 0x26, 0xe6, 0x18, 0x87, 0xd5, 0x1d, 0x5a, 0x74, 0x0d, 0x50, 0x0c, 0x7c, 0x98, 0x49, 0xa6, 0xe2, 0xa9, 0x53, 0xa7, 0xe2, 0x1e, 0x9c, 0xfa, 0x7a, 0x5a, 0xb4, 0x68, 0x51, 0xcc, 0xd0, 0x74, 0x0a, 0x54, 0x71, 0x62, 0xdb, 0xd3, 0xbb, 0x4e, 0xeb, 0x80, 0x92, 0x6c, 0x1b, 0x56, 0xb4, 0x51, 0x93, 0x92, 0xb0, 0xf0, 0xbc, 0x5c, 0xbe, 0xb8, 0x4d, 0xef, 0xf9, 0x67, 0x4d, 0xc2, 0x8e, 0xd1, 0x6b, 0xcc, 0x80, 0x05, 0x84, 0xe6, 0x00, 0x97, 0xed, 0x30, 0x42, 0x5c, 0x13, 0x58, 0x1e, 0x77, 0xaa, 0x74, 0x87, 0xc6, 0x35, 0x08, 0x09, 0x1b, 0x82, 0xbf, 0x61, 0xf9, 0x72, 0x0c, 0xae, 0x89, 0x46, 0xbd, 0x27, 0x2e, 0x5b, 0x38, 0x95, 0x96, 0xcc, 0xf1, 0x7a, 0xb7, 0x1e, 0x7d, 0xf5, 0xb8, 0x0b, 0x85, 0x4c, 0xd7, 0x28, 0xbc, 0x42, 0x7e, 0x5a, 0x00, 0xc2, 0x21, 0xdd, 0xb5, 0xc1, 0xca, 0x6e, 0xa1, 0xec, 0x42, 0x1b, 0xc1, 0xb9, 0x64, 0x22, 0x48, 0x76, 0xe9, 0xf6, 0x84, 0xd7, 0x03, 0x06, 0x30, 0xf7, 0x09, 0x86, 0x2f, 0xf2, 0x7c, 0x90, 0xdf, 0xf3, 0xe0, 0x4b, 0x9f, 0x79, 0xbe, 0x3b, 0x77, 0x7a, 0x13, 0xcd, 0x9f, 0x11, 0x0b, 0x22, 0x2d, 0x9f, 0x33, 0x89, 0x1a, 0x94, 0xf1, 0x6b, 0x7b, 0xc6, 0x85, 0x8c, 0xa8, 0x2e, 0x09, 0x6f, 0x8e, 0xed, 0x1e, 0x97, 0x78, 0xdc, 0x72, 0x98, 0x24, 0x01, 0xf2, 0xf1, 0x30, 0x08, 0x7f, 0xd1, 0x32, 0xe0, 0x14, 0x73, 0x1c, 0xee, 0x04, 0xc9, 0x1f, 0xf5, 0x79, 0x3f, 0xd7, 0x5e, 0x3e, 0x4f, 0x1b, 0xec, 0xae, 0x91, 0xaf, 0xae, 0x63, 0x78, 0x87, 0x71, 0x91, 0xef, 0x14, 0x99, 0xa4, 0xc8, 0x83, 0x92, 0x19, 0xa5, 0x18, 0x97, 0x4f, 0x3f, 0xfd, 0x34, 0xb4, 0xae, 0xd0, 0x82, 0x04, 0xc2, 0xd2, 0xd1, 0x02, 0xf9, 0x36, 0x7e, 0xcd, 0xfb, 0xa4, 0x72, 0x5f, 0x99, 0xe5, 0x09, 0x43, 0x0f, 0x2e, 0x3e, 0x96, 0xfc, 0x3a, 0xed, 0xa0, 0xab, 0x4b, 0x9f, 0x7b, 0xfc, 0xcd, 0x93, 0x7a, 0x96, 0x96, 0x0b, 0x7d, 0x14, 0xde, 0x87, 0x7f, 0x5d, 0xdb, 0x00, 0x8d, 0xe3, 0x69, 0xd6, 0x94, 0x46, 0x21, 0xf9, 0xe3, 0x84, 0x2d, 0xa5, 0x5e, 0xcc, 0x7d, 0x69, 0x0b, 0x6d, 0x10, 0x67, 0x0a, 0x16, 0xdd, 0x81, 0x73, 0x28, 0x24, 0xbe, 0x17, 0x46, 0x83, 0x9f, 0x51, 0xec, 0x71, 0xb7, 0xaa, 0xdb, 0x0d, 0x06, 0x64, 0x8e, 0xc2, 0x60, 0xbf, 0x46, 0x41, 0x21, 0xd9, 0x90, 0xcb, 0xf4, 0xf1, 0xb1, 0x6e, 0x6d, 0x07, 0x80, 0xc0, 0x79, 0x2c, 0xb0, 0x21, 0x22, 0x8e, 0xc9, 0x32, 0xb2, 0x31, 0x03, 0xa4, 0x3a, 0xe6, 0x65, 0x97, 0x0a, 0x91, 0xaf, 0x8e, 0xe4, 0x22, 0x7e, 0x10, 0xb4, 0xc6, 0x15, 0x37, 0xe0, 0x58, 0xe9, 0xe3, 0xc6, 0xb4, 0x46, 0xe0, 0x5d, 0x89, 0xfd, 0x81, 0x79, 0x7b, 0xfb, 0x87, 0x69, 0xdb, 0x3b, 0xa7, 0x3c, 0xdf, 0xbd, 0x62, 0x65, 0x3b, 0xb5, 0x4d, 0x9d, 0x14, 0xd3, 0x1a, 0xf0, 0xf8, 0x60, 0x92, 0xba, 0x15, 0x77, 0x61, 0x5a, 0x06, 0x3c, 0xb1, 0x1c, 0x74, 0x62, 0x39, 0x1a, 0x40, 0x3e, 0x92, 0x2d, 0xa4, 0x75, 0x2a, 0xc6, 0x2f, 0x2e, 0xb4, 0xd8, 0x96, 0x70, 0xf4, 0x41, 0x2c, 0x89, 0x02, 0xb6, 0x85, 0xb8, 0xa1, 0xf3, 0x2c, 0xfd, 0x60, 0x5c, 0xdb, 0xdf, 0xca, 0x5e, 0x34, 0x7b, 0x12, 0xed, 0xd9, 0x7f, 0x9a, 0x8e, 0x9f, 0xe9, 0x72, 0x8f, 0xfd, 0xe1, 0xb5, 0xe3, 0xf4, 0xc3, 0x2d, 0x4b, 0xb5, 0x41, 0x2c, 0x13, 0xe6, 0x20, 0xfd, 0x91, 0x10, 0x88, 0x1c, 0x2b, 0x16, 0x7e, 0x98, 0x45, 0x06, 0x21, 0x21, 0xd3, 0x29, 0x82, 0xb4, 0x41, 0xd9, 0x41, 0xa0, 0x74, 0x96, 0xbb, 0x2f, 0x84, 0xeb, 0x33, 0xdd, 0xdf, 0x95, 0x29, 0x0f, 0x68, 0x5c, 0x48, 0x8b, 0xa5, 0x35, 0x88, 0x1f, 0x7b, 0xb8, 0x3d, 0xfb, 0x84, 0xf4, 0x87, 0x2f, 0x7d, 0xe5, 0xfc, 0x98, 0x6f, 0x1c, 0xfe, 0x7e, 0x04, 0xbc, 0x3c, 0xb0, 0xc7, 0x23, 0xdd, 0x6d, 0xef, 0x67, 0x61, 0xc0, 0xba, 0xd2, 0x9f, 0x89, 0xdf, 0x36, 0xc1, 0x8f, 0x35, 0xca, 0x3c, 0xb6, 0x0c, 0x00, 0x64, 0x05, 0xec, 0x63, 0x9f, 0x63, 0x37, 0xee, 0x1f, 0x1a, 0xa6, 0x48, 0x82, 0x61, 0xbe, 0xe2, 0xb2, 0x76, 0xcf, 0xdf, 0xbb, 0x0e, 0x5c, 0xa4, 0x23, 0xca, 0x28, 0x86, 0xd7, 0x0b, 0x9a, 0x40, 0x42, 0x5c, 0x78, 0xc8, 0x90, 0x49, 0x2a, 0xdb, 0xfe, 0xfd, 0xfb, 0xc7, 0xae, 0x11, 0x5c, 0x48, 0x1b, 0x20, 0xd7, 0x4c, 0x04, 0x06, 0x70, 0xe1, 0x40, 0x4d, 0x8d, 0x7e, 0xb1, 0x52, 0xe5, 0xb3, 0xc7, 0x63, 0xc7, 0x6e, 0xaf, 0xcf, 0x7f, 0xf5, 0x92, 0x36, 0xaa, 0xaa, 0x8e, 0x0d, 0x6f, 0xfb, 0xe4, 0x7a, 0x8f, 0x37, 0x47, 0x66, 0x71, 0xca, 0xcf, 0x2e, 0xd1, 0x93, 0xed, 0x89, 0xdc, 0xba, 0x63, 0x27, 0x88, 0x3f, 0xce, 0x44, 0x82, 0x9b, 0x3c, 0xc0, 0x29, 0xd8, 0x50, 0x96, 0xe9, 0x12, 0x9c, 0x37, 0x84, 0x94, 0x8d, 0x98, 0x37, 0xca, 0xdf, 0x75, 0x8a, 0x20, 0xd9, 0x8c, 0x29, 0x4d, 0x1e, 0x5b, 0x64, 0xc7, 0xee, 0x58, 0x61, 0x2d, 0x18, 0xc3, 0x12, 0x12, 0x22, 0x36, 0x82, 0xaa, 0x76, 0x99, 0x32, 0x40, 0xd9, 0x45, 0x82, 0xf3, 0xb1, 0x06, 0x57, 0xbe, 0x6c, 0x02, 0x79, 0x1c, 0xd2, 0x4d, 0x06, 0xbe, 0x90, 0xee, 0x0c, 0x18, 0x23, 0x8d, 0x5f, 0xf8, 0xb9, 0xf7, 0x1d, 0xef, 0xd6, 0x9e, 0x91, 0xb8, 0x9d, 0x10, 0xa1, 0x15, 0x0b, 0x62, 0xd8, 0x7f, 0x42, 0x6d, 0x35, 0x35, 0xd5, 0x55, 0xfb, 0xa6, 0x30, 0x78, 0xdc, 0x9b, 0x0e, 0xec, 0x71, 0x5d, 0x97, 0x24, 0x34, 0x03, 0xf9, 0x68, 0x8c, 0xb8, 0x61, 0x10, 0x63, 0x02, 0x6b, 0xb4, 0x61, 0x4b, 0x0e, 0xe4, 0xf1, 0xc3, 0xff, 0x2e, 0x0c, 0x71, 0xf0, 0x3f, 0xd2, 0x36, 0x22, 0x22, 0x02, 0x6d, 0xf9, 0xf8, 0x5c, 0x57, 0x2e, 0xf2, 0x46, 0x7b, 0x5f, 0xfe, 0xe8, 0xbc, 0xf6, 0x52, 0xb1, 0x16, 0x64, 0xaf, 0x18, 0x04, 0x05, 0xd2, 0x20, 0xe4, 0x84, 0x1a, 0x18, 0xcc, 0x41, 0x75, 0x4a, 0xcb, 0xde, 0x0b, 0x94, 0x8a, 0x16, 0xc8, 0x27, 0xcc, 0xc9, 0x94, 0x89, 0x90, 0x0f, 0x2f, 0x9f, 0x17, 0x52, 0x8d, 0xa5, 0x1c, 0x36, 0xce, 0x7a, 0x7c, 0xf9, 0x43, 0x6f, 0x15, 0xeb, 0x79, 0x33, 0x26, 0xba, 0x91, 0xd4, 0x29, 0x4d, 0xb5, 0xf1, 0x3c, 0x1e, 0xd3, 0xf3, 0xe3, 0x31, 0x6a, 0xb9, 0x1a, 0x44, 0xdc, 0x10, 0xb6, 0x0d, 0x18, 0x24, 0xa1, 0x91, 0x97, 0x60, 0x2c, 0xaf, 0x3b, 0x95, 0x09, 0xd8, 0x71, 0xfb, 0x08, 0xa7, 0xaf, 0xab, 0x15, 0x64, 0xd7, 0xbb, 0xfb, 0x87, 0x84, 0x96, 0x88, 0x6f, 0x1a, 0x12, 0x89, 0x1f, 0x9b, 0x3f, 0x73, 0xa2, 0x9e, 0xa5, 0xc6, 0x0d, 0x93, 0xf6, 0x77, 0x1f, 0xee, 0x74, 0x8b, 0x76, 0xc9, 0x77, 0x0c, 0x5b, 0xc0, 0x4c, 0x10, 0xc4, 0x78, 0x26, 0xa2, 0x8f, 0x62, 0x78, 0x88, 0x22, 0xc5, 0x26, 0xfc, 0x30, 0x6b, 0x05, 0x18, 0x6f, 0xb2, 0x61, 0xc2, 0x87, 0xf4, 0xfd, 0x73, 0xc1, 0xab, 0x0f, 0x0e, 0x7b, 0xf3, 0x7d, 0x16, 0xcf, 0x9d, 0xe4, 0x7e, 0x9e, 0xd8, 0x50, 0xeb, 0x83, 0xf5, 0xed, 0xb8, 0x51, 0xeb, 0x47, 0xe8, 0xf2, 0x9c, 0xc3, 0x1c, 0xee, 0x9e, 0xbc, 0x1e, 0x22, 0x4b, 0x88, 0x7c, 0xdb, 0x05, 0x37, 0x71, 0x4e, 0xb1, 0x3d, 0x91, 0x30, 0xcb, 0x57, 0x1b, 0xf4, 0xf4, 0x0d, 0xb9, 0xd2, 0x9f, 0x63, 0x07, 0x9c, 0x91, 0xaa, 0xa3, 0xd5, 0x6e, 0xda, 0x77, 0x84, 0x16, 0xb4, 0xb7, 0x7a, 0xfd, 0xfc, 0xce, 0x24, 0x7e, 0xb8, 0x89, 0x25, 0x0c, 0x82, 0xa3, 0x00, 0xe3, 0x25, 0x1b, 0x66, 0x8e, 0xa5, 0xf2, 0x8e, 0xca, 0x6e, 0xa1, 0x6c, 0x3f, 0xf5, 0x96, 0x0a, 0x63, 0x14, 0x5b, 0x2b, 0xc8, 0xc9, 0x1e, 0x70, 0x7f, 0xa2, 0xa0, 0x94, 0x7c, 0x6e, 0x30, 0xc0, 0xc5, 0x9e, 0x21, 0x2f, 0xfc, 0x51, 0x44, 0xd3, 0x3e, 0xb5, 0xd9, 0x75, 0x83, 0x8e, 0xaf, 0xa9, 0x1a, 0x6d, 0xe4, 0xc6, 0x81, 0x8b, 0x20, 0x76, 0x12, 0xc4, 0x4e, 0xa3, 0xe0, 0x91, 0xbb, 0xb7, 0xc9, 0x70, 0x0d, 0xc5, 0xf7, 0x89, 0xd2, 0x1e, 0x4c, 0xa3, 0x98, 0xed, 0x01, 0x14, 0xd8, 0x1a, 0x18, 0x8a, 0xc6, 0xa4, 0x3e, 0xe7, 0x1e, 0x59, 0xb6, 0xcb, 0x0c, 0x71, 0x26, 0x70, 0xbc, 0x60, 0xd3, 0x5b, 0x3c, 0xf7, 0xdf, 0x73, 0x24, 0xc6, 0xfc, 0xd0, 0x86, 0x12, 0x06, 0x21, 0x4e, 0x62, 0x32, 0x00, 0x0b, 0x94, 0x44, 0xab, 0xca, 0x17, 0x3a, 0x62, 0x1c, 0x8a, 0x64, 0xb8, 0x7c, 0xae, 0x1d, 0x90, 0xe9, 0xbd, 0xf5, 0xc4, 0x75, 0x51, 0xe2, 0x04, 0x51, 0x4e, 0x5e, 0x4b, 0x00, 0x1b, 0xd4, 0x3e, 0xfa, 0xb4, 0xfb, 0x70, 0x87, 0xe7, 0x7b, 0x53, 0x27, 0x35, 0x68, 0xc2, 0x47, 0x6b, 0x44, 0x56, 0xa5, 0x3d, 0xda, 0xd3, 0x43, 0x86, 0x77, 0x27, 0x06, 0x77, 0xc4, 0x79, 0xfe, 0xcb, 0xf6, 0xe2, 0x7f, 0x12, 0x76, 0x00, 0x09, 0x4d, 0x30, 0x2a, 0xb2, 0xe5, 0xc7, 0x01, 0x0c, 0x7d, 0x0c, 0x2e, 0xea, 0xbc, 0x34, 0xe8, 0x4e, 0xbc, 0xf1, 0x4e, 0xb8, 0x89, 0x33, 0x01, 0x39, 0xf3, 0x10, 0xd8, 0x18, 0x96, 0xa0, 0xea, 0xf0, 0xe9, 0x98, 0x0b, 0xd8, 0x84, 0x40, 0x10, 0x18, 0xf0, 0x06, 0x49, 0x3b, 0x00, 0xf5, 0x8f, 0x38, 0x37, 0x68, 0x4c, 0x65, 0x83, 0xe6, 0x92, 0xbb, 0x0b, 0xa5, 0x15, 0xe0, 0xd9, 0x90, 0xf5, 0x38, 0x51, 0x3c, 0x4a, 0xbe, 0x60, 0x7e, 0x91, 0x47, 0xcf, 0x79, 0x27, 0x89, 0xcc, 0x98, 0xd2, 0x18, 0xf7, 0x89, 0x43, 0xfa, 0x3b, 0x1e, 0x9d, 0xa8, 0x6d, 0x68, 0x40, 0x87, 0x58, 0xa3, 0x32, 0x27, 0xc2, 0x16, 0x86, 0x2e, 0xb3, 0x81, 0x50, 0x05, 0xc2, 0x07, 0x64, 0x04, 0xc6, 0xcc, 0xf3, 0x44, 0x5e, 0xa7, 0x7e, 0x0c, 0x16, 0x59, 0x96, 0x00, 0xfa, 0x84, 0x3e, 0x44, 0x35, 0xf1, 0xca, 0xd4, 0x6b, 0x77, 0xd3, 0x85, 0x76, 0xbd, 0x46, 0x31, 0xb6, 0xf1, 0xca, 0xa8, 0x9f, 0xd4, 0x12, 0xf7, 0xfb, 0xe3, 0xf9, 0x31, 0x06, 0x5c, 0xac, 0xd7, 0x2c, 0xd8, 0x0b, 0xad, 0x29, 0xdf, 0x3f, 0xe2, 0x06, 0x72, 0xbc, 0x8b, 0x9d, 0x23, 0x54, 0xb0, 0x29, 0x91, 0xe9, 0xda, 0x01, 0xc5, 0xd6, 0x0a, 0xf2, 0x45, 0xa1, 0x21, 0x88, 0x23, 0xfb, 0xc1, 0xcc, 0x21, 0xe1, 0x0f, 0x5a, 0x6b, 0xd3, 0x04, 0xf7, 0x33, 0x72, 0xee, 0xa3, 0x02, 0xc7, 0x98, 0xde, 0x4a, 0x1e, 0x8e, 0xa8, 0xb4, 0x0d, 0x3c, 0xf6, 0x01, 0x33, 0x85, 0x48, 0x89, 0xb0, 0x47, 0x21, 0x7d, 0xc7, 0xa0, 0x0d, 0x48, 0x93, 0x1b, 0x05, 0x99, 0x6c, 0xd7, 0x09, 0x7a, 0xa1, 0x67, 0xc0, 0x63, 0xfc, 0x46, 0x9c, 0x14, 0x6c, 0x99, 0x75, 0x6d, 0x1a, 0xc6, 0x5a, 0x18, 0x34, 0x79, 0x0b, 0x61, 0xf1, 0x18, 0xb0, 0x16, 0x60, 0x46, 0x80, 0x16, 0x30, 0x17, 0xda, 0x90, 0x5a, 0x35, 0x0c, 0x09, 0x72, 0xa1, 0xac, 0x0c, 0x17, 0x06, 0xad, 0xc0, 0xe9, 0x0d, 0xdc, 0x30, 0xf7, 0x55, 0x06, 0xf5, 0xdc, 0x28, 0xe7, 0x05, 0x2f, 0x03, 0x60, 0x82, 0xbb, 0x3b, 0xb8, 0xa0, 0x26, 0x3b, 0x36, 0x59, 0x5d, 0xcf, 0x1a, 0x64, 0x62, 0xb6, 0x24, 0x71, 0xc6, 0xb0, 0xb8, 0x26, 0x06, 0xe1, 0x7e, 0xb4, 0x0d, 0xb7, 0xa6, 0xc8, 0x5a, 0xf0, 0x10, 0xbb, 0x6d, 0x84, 0x88, 0x6d, 0x1f, 0x23, 0xc0, 0xb2, 0x05, 0x54, 0x72, 0xc2, 0xc0, 0x83, 0xc3, 0x23, 0x31, 0xe9, 0xef, 0x54, 0x9a, 0x80, 0x28, 0x44, 0x32, 0x9c, 0xc6, 0xfb, 0x11, 0xc7, 0x25, 0x0b, 0xe9, 0x1f, 0x95, 0xd0, 0x2b, 0xe6, 0x56, 0x95, 0x7d, 0xd4, 0xde, 0x9d, 0x0b, 0xb1, 0x3c, 0x29, 0x5e, 0xad, 0xd2, 0x95, 0xae, 0xaa, 0xd3, 0x52, 0x03, 0xf8, 0x09, 0x96, 0x31, 0xc1, 0x00, 0xb9, 0x32, 0x72, 0x0a, 0xa9, 0x15, 0xcc, 0xea, 0xcc, 0xbc, 0x16, 0x97, 0xd9, 0x8f, 0x8e, 0x1e, 0x6f, 0x6d, 0x9f, 0xa6, 0x86, 0xf1, 0x82, 0x00, 0x62, 0xd9, 0x9c, 0xc0, 0xd3, 0xb6, 0x6d, 0x89, 0x98, 0xad, 0xed, 0x75, 0xc8, 0xdb, 0x71, 0x07, 0x8d, 0xed, 0xe4, 0x42, 0x58, 0x36, 0xf9, 0x5e, 0x13, 0x77, 0xfa, 0xd8, 0xf1, 0xec, 0x4e, 0xd7, 0xc1, 0x63, 0xb9, 0x9a, 0x86, 0x03, 0x5e, 0x9e, 0xbf, 0xc5, 0xb4, 0xca, 0x73, 0x5d, 0xfd, 0x0e, 0xf1, 0xc7, 0x60, 0x98, 0x4b, 0xf8, 0x51, 0x7b, 0x54, 0x4e, 0x91, 0xe5, 0x42, 0xa8, 0x58, 0xea, 0x74, 0x4b, 0x83, 0x97, 0x01, 0x2e, 0x38, 0x35, 0x4c, 0x59, 0xf2, 0xcb, 0xf1, 0x44, 0x50, 0x4c, 0x36, 0x73, 0x5e, 0x71, 0xd9, 0x33, 0x80, 0x59, 0x19, 0x2e, 0x95, 0x06, 0x8f, 0xc2, 0xd1, 0xa3, 0x47, 0xb5, 0x4a, 0xc5, 0xa2, 0x70, 0x66, 0x58, 0x3d, 0x97, 0xcc, 0xc2, 0xcb, 0x15, 0x99, 0xd7, 0xcb, 0xf4, 0x67, 0x3d, 0x50, 0x4e, 0xf6, 0xa7, 0xc9, 0x00, 0x97, 0x06, 0xbc, 0x13, 0x3e, 0xfa, 0x2f, 0xf5, 0xd0, 0x80, 0xf3, 0x8e, 0xfb, 0x5a, 0xc7, 0x51, 0x95, 0xed, 0x60, 0xec, 0x88, 0x65, 0x40, 0x8a, 0x58, 0x09, 0x13, 0x4b, 0xe6, 0x06, 0xb9, 0xcf, 0x1d, 0x2f, 0x27, 0x6f, 0x49, 0xea, 0x77, 0x52, 0x41, 0x63, 0x3b, 0xdb, 0x03, 0xa7, 0xa2, 0x32, 0x28, 0x66, 0xcc, 0x17, 0x8e, 0xbd, 0x07, 0x07, 0x66, 0xa9, 0xfd, 0xe9, 0x0b, 0x28, 0x91, 0xd2, 0xeb, 0x49, 0xc9, 0xe0, 0x9c, 0x21, 0x69, 0x83, 0xb8, 0xdf, 0xf5, 0xec, 0xb1, 0x82, 0xe7, 0x80, 0xf7, 0x7d, 0x39, 0x73, 0x88, 0x65, 0x05, 0x10, 0xb6, 0x03, 0xcc, 0x32, 0x31, 0x7e, 0x6b, 0xa2, 0x8d, 0x29, 0x0d, 0x90, 0x0a, 0xf4, 0x40, 0xf2, 0x19, 0xaf, 0x72, 0xc2, 0xeb, 0xe5, 0x9a, 0x79, 0xe6, 0x99, 0x68, 0x05, 0xbf, 0x6b, 0x83, 0x18, 0xd4, 0x5c, 0x90, 0xc2, 0x5c, 0x4d, 0x12, 0x7d, 0xc2, 0xa4, 0x17, 0x99, 0x42, 0x5f, 0x55, 0x65, 0x79, 0x02, 0x4c, 0x30, 0x32, 0x65, 0x7e, 0x7f, 0x44, 0xe2, 0x12, 0x3b, 0xf6, 0xbb, 0x76, 0xdc, 0x81, 0xef, 0x24, 0xc2, 0xd9, 0x71, 0xe9, 0xed, 0x10, 0xb9, 0xe5, 0x1a, 0xbe, 0xb6, 0x0b, 0x87, 0x64, 0x20, 0x8d, 0x6c, 0x69, 0x18, 0xcb, 0x28, 0xb3, 0xed, 0xc6, 0x13, 0xf8, 0xd2, 0xde, 0xfe, 0x41, 0x3a, 0xdf, 0xd9, 0xeb, 0x90, 0xba, 0x35, 0xda, 0x64, 0xb0, 0x45, 0xb0, 0x8c, 0xe4, 0xdf, 0x71, 0xa8, 0x56, 0x53, 0xed, 0x35, 0x1d, 0x39, 0x03, 0xd6, 0xcf, 0xce, 0x33, 0x6b, 0x86, 0x82, 0x01, 0xc2, 0x60, 0xfc, 0x16, 0x5c, 0x03, 0xa4, 0x4a, 0xa8, 0xa8, 0x28, 0x80, 0xec, 0x42, 0x18, 0x4f, 0x88, 0x26, 0x82, 0xf0, 0x30, 0x68, 0xb8, 0x0f, 0x06, 0x33, 0x95, 0x29, 0x76, 0xb9, 0x80, 0x4a, 0x26, 0x03, 0x00, 0xdb, 0x9a, 0x2f, 0x6e, 0xd8, 0x98, 0x40, 0x52, 0x65, 0xd4, 0x02, 0x45, 0xee, 0x7c, 0xcc, 0xa8, 0x75, 0xbe, 0xa7, 0x51, 0x46, 0x8c, 0xf8, 0x61, 0x71, 0x46, 0x1d, 0xc2, 0xd4, 0x2e, 0x46, 0xdb, 0xf4, 0xde, 0xd8, 0x9e, 0xf8, 0x95, 0x3c, 0x2e, 0x73, 0x87, 0xbc, 0xf0, 0x48, 0xa6, 0x57, 0xc4, 0x8d, 0x66, 0x66, 0x42, 0xe0, 0xfe, 0x63, 0x67, 0x2e, 0x8a, 0xa8, 0x6b, 0xdc, 0xd8, 0x70, 0x53, 0x27, 0xac, 0xf8, 0xbd, 0xf5, 0x2c, 0x35, 0x27, 0xb5, 0x4e, 0x67, 0xa7, 0x3a, 0x58, 0xaa, 0xca, 0xc8, 0x9a, 0xe3, 0x22, 0xbc, 0x6c, 0x00, 0x4b, 0x21, 0x11, 0xa4, 0x01, 0xc2, 0xe2, 0x06, 0x0d, 0x5d, 0x65, 0x38, 0xc0, 0x1f, 0x18, 0x9c, 0xf0, 0xba, 0x80, 0x09, 0xc0, 0x00, 0x38, 0x06, 0xec, 0x08, 0x57, 0xa4, 0x2c, 0xba, 0x94, 0x13, 0x37, 0x58, 0xc0, 0xfa, 0x00, 0xe6, 0x31, 0x66, 0x00, 0xb9, 0xde, 0x19, 0xdc, 0x9c, 0x5e, 0x42, 0x18, 0xf1, 0x10, 0x25, 0xca, 0x8b, 0x68, 0xa2, 0xa0, 0x98, 0x87, 0xc5, 0x76, 0xa6, 0x21, 0x6a, 0x96, 0x88, 0x92, 0x9b, 0x7d, 0x09, 0x7e, 0xc0, 0xf4, 0x47, 0x6b, 0x94, 0xd4, 0x77, 0x66, 0x6a, 0xb9, 0xa9, 0x3e, 0x51, 0xaf, 0xdc, 0x96, 0xc9, 0x71, 0x51, 0x27, 0x25, 0xc2, 0xc8, 0xa5, 0xe1, 0x0c, 0xd2, 0x11, 0xc5, 0x8c, 0xc7, 0x4e, 0x5d, 0xd4, 0xd7, 0x59, 0xf2, 0xe6, 0xa3, 0x72, 0xa0, 0xe3, 0xc7, 0xa4, 0xab, 0xd5, 0x75, 0x5b, 0x6a, 0xcd, 0xe6, 0x15, 0x0e, 0x72, 0x1c, 0x4c, 0x98, 0x68, 0x16, 0x08, 0xce, 0xd7, 0x22, 0xe0, 0xa1, 0x87, 0x40, 0xa9, 0x72, 0x3c, 0x88, 0x9e, 0xd7, 0xb5, 0x02, 0x13, 0x40, 0xea, 0x03, 0x02, 0xe1, 0xb8, 0xa9, 0x4e, 0xb3, 0x85, 0x3f, 0x68, 0x41, 0x6b, 0x5c, 0xa1, 0xea, 0xb1, 0xf4, 0x58, 0x98, 0xd3, 0xfa, 0x38, 0x73, 0x12, 0x41, 0xaf, 0xb8, 0x04, 0x24, 0x6a, 0x68, 0x6c, 0x74, 0x35, 0x41, 0x75, 0x4d, 0xad, 0xd2, 0x62, 0x75, 0x4e, 0x55, 0x37, 0x72, 0xa5, 0x6a, 0xcc, 0xdd, 0xc8, 0x45, 0x6f, 0x45, 0xc9, 0x13, 0x8f, 0x7d, 0x20, 0x0b, 0x5d, 0xd9, 0xc6, 0x42, 0x83, 0xb6, 0x34, 0x7f, 0xbd, 0xde, 0x1f, 0x37, 0xef, 0xc8, 0x12, 0x52, 0x99, 0xe8, 0x6c, 0x57, 0x1f, 0x4d, 0x9b, 0x5e, 0xeb, 0xda, 0x0b, 0x51, 0x11, 0xa0, 0xd3, 0xd3, 0x2f, 0xe5, 0xe7, 0xa8, 0xad, 0x59, 0xcd, 0x76, 0x8e, 0x6b, 0xfb, 0xc1, 0x46, 0x59, 0xf5, 0x18, 0x03, 0x9e, 0xed, 0xf6, 0xa6, 0xb8, 0xd7, 0x25, 0x60, 0x00, 0x13, 0xf3, 0xcb, 0x77, 0x18, 0x06, 0x2d, 0x10, 0x9a, 0x64, 0x38, 0x6e, 0x98, 0x68, 0x6d, 0x12, 0x1a, 0x06, 0x0d, 0x91, 0xd8, 0x74, 0xe6, 0x16, 0x64, 0xeb, 0x29, 0x32, 0x99, 0x8d, 0x19, 0x40, 0x6e, 0x9a, 0x61, 0x6b, 0xbd, 0x5a, 0xa0, 0xcf, 0x31, 0x8a, 0x71, 0xb6, 0x6f, 0x68, 0x44, 0xe4, 0xf4, 0x98, 0xbe, 0xff, 0xa8, 0x17, 0xb7, 0xbb, 0xf9, 0x3e, 0x96, 0xc7, 0x5b, 0x33, 0xda, 0xb1, 0x39, 0x9a, 0xf8, 0x3d, 0x09, 0x6f, 0x9e, 0xf9, 0xbf, 0x31, 0x62, 0xbf, 0xd0, 0xd3, 0xaf, 0x9e, 0xdf, 0xf6, 0xe4, 0xf7, 0x44, 0xdc, 0x4a, 0x73, 0x11, 0xa3, 0xc2, 0x5c, 0x4c, 0x43, 0x44, 0x9c, 0x3b, 0x44, 0xdc, 0x14, 0xea, 0x38, 0x13, 0x0e, 0x1a, 0x86, 0x7f, 0x9d, 0x18, 0x03, 0x99, 0x2a, 0x2e, 0x03, 0x86, 0xd2, 0x9b, 0x16, 0xa6, 0x16, 0xba, 0x64, 0x38, 0x54, 0x23, 0x46, 0xda, 0x31, 0xb0, 0x23, 0x27, 0x58, 0xa1, 0xe4, 0x06, 0x20, 0x88, 0xac, 0xca, 0x90, 0x0b, 0xfc, 0x9f, 0xe8, 0x5a, 0x93, 0x01, 0xf0, 0x22, 0x79, 0x19, 0x52, 0x6c, 0xec, 0xef, 0x9e, 0xd2, 0xec, 0xad, 0xd9, 0xaf, 0x2b, 0x2e, 0xdb, 0x71, 0x48, 0x34, 0x14, 0x15, 0x15, 0xdb, 0x1c, 0x02, 0xd6, 0x68, 0xc5, 0x8e, 0x43, 0x8c, 0xf8, 0x24, 0x98, 0x38, 0x44, 0x22, 0xdb, 0xf4, 0xf7, 0xdb, 0xc1, 0x6c, 0x60, 0xc7, 0xff, 0x92, 0x3d, 0x1a, 0x51, 0xbf, 0x7f, 0xb1, 0x7b, 0x40, 0xc3, 0x1f, 0x99, 0xec, 0x46, 0x9e, 0xc0, 0x96, 0x1d, 0x9f, 0x07, 0x20, 0xea, 0x8d, 0xc6, 0x3d, 0xb0, 0xb6, 0x27, 0x77, 0x08, 0xe7, 0x2f, 0x74, 0x7b, 0x5d, 0x99, 0xd3, 0x5a, 0xc6, 0xfb, 0xbe, 0x6f, 0x3f, 0x06, 0xc8, 0x74, 0xe1, 0xed, 0x92, 0xb7, 0x01, 0xd2, 0xb1, 0x03, 0x90, 0x43, 0x02, 0x06, 0x80, 0x2d, 0x00, 0x89, 0x01, 0xe9, 0x0b, 0xef, 0x90, 0xf4, 0xcd, 0xe7, 0x8a, 0xd0, 0x83, 0x9a, 0x29, 0xa9, 0x60, 0x83, 0xc8, 0xfb, 0x30, 0x03, 0x4c, 0x6f, 0xad, 0xf3, 0x54, 0x81, 0xe8, 0x50, 0x50, 0x63, 0x16, 0xf2, 0x65, 0x1c, 0x4f, 0x0d, 0x32, 0x2d, 0x5b, 0x1a, 0x6a, 0xbc, 0x41, 0x30, 0x66, 0x06, 0x6d, 0x64, 0xc6, 0x02, 0x55, 0x11, 0xd7, 0x88, 0x8d, 0x47, 0x79, 0xdd, 0x44, 0x4c, 0x4b, 0x66, 0x7d, 0x7a, 0x89, 0xd3, 0x8d, 0x1f, 0x18, 0xdc, 0xd1, 0x3f, 0x38, 0xac, 0xcb, 0xa2, 0x8f, 0x44, 0x6d, 0xd7, 0xdb, 0x14, 0x11, 0x4c, 0xc3, 0x2c, 0xe3, 0x6a, 0x1e, 0xe7, 0xc7, 0x62, 0xbe, 0x7e, 0x74, 0x50, 0xfd, 0x39, 0x62, 0x3b, 0x53, 0x33, 0x2d, 0x77, 0xe6, 0x98, 0xf6, 0xfb, 0x77, 0x79, 0x19, 0x00, 0xcb, 0x2c, 0xb1, 0x3d, 0x65, 0x3a, 0x40, 0xcc, 0x39, 0x00, 0xe6, 0x12, 0x4c, 0x15, 0x37, 0x68, 0x00, 0xa1, 0xf2, 0xca, 0x89, 0xf9, 0xc6, 0x8a, 0x1c, 0x07, 0x30, 0x9b, 0x59, 0xfd, 0x0c, 0x21, 0x7c, 0x69, 0x30, 0x33, 0x03, 0xb4, 0x4f, 0xf2, 0xa6, 0x05, 0x9c, 0x38, 0xdd, 0x41, 0xb3, 0x26, 0xd7, 0xba, 0x12, 0x75, 0x64, 0xa0, 0x97, 0xaa, 0xa7, 0x37, 0xc7, 0xfd, 0xfc, 0x11, 0x99, 0x76, 0x1c, 0xb7, 0x43, 0x63, 0xc9, 0x66, 0xf6, 0xa8, 0x22, 0x58, 0x96, 0xe1, 0xa9, 0x74, 0xe7, 0xf6, 0xba, 0x04, 0xeb, 0x9d, 0x4d, 0x06, 0x61, 0x71, 0xae, 0xa3, 0x87, 0x7a, 0x2e, 0xf5, 0x3b, 0xcc, 0x63, 0xb9, 0x31, 0x00, 0x7c, 0x27, 0xca, 0xfe, 0x7e, 0xd7, 0x3b, 0xe5, 0x4c, 0xc6, 0x71, 0x7e, 0x21, 0x2a, 0x26, 0xea, 0x44, 0x5d, 0xad, 0x14, 0x5b, 0x56, 0x89, 0xef, 0x77, 0xea, 0x9c, 0xb7, 0x1c, 0xca, 0xf4, 0x89, 0xb5, 0x0e, 0x94, 0x1a, 0x5d, 0x6e, 0x46, 0x96, 0x4e, 0xc1, 0xb3, 0xc1, 0x91, 0x31, 0x66, 0x35, 0x40, 0xa6, 0x78, 0x3c, 0x9f, 0xd7, 0x06, 0xd9, 0x15, 0x66, 0x04, 0x13, 0x0c, 0x21, 0xb1, 0x3f, 0x43, 0xa1, 0x05, 0xd3, 0xbd, 0xa5, 0xc5, 0x4f, 0x5d, 0xec, 0x8d, 0x43, 0x08, 0xed, 0x77, 0x1f, 0xa2, 0x7e, 0x85, 0x99, 0x6b, 0x95, 0xa1, 0xa8, 0x69, 0x3c, 0x8a, 0x02, 0x58, 0x51, 0xc7, 0xc5, 0x18, 0x93, 0xfe, 0x5c, 0x93, 0xc7, 0x72, 0x67, 0xc5, 0xc7, 0x09, 0x3d, 0xee, 0x95, 0xb7, 0x3d, 0x9c, 0x60, 0x6b, 0xd7, 0x51, 0x4c, 0x63, 0xb0, 0x2d, 0xd1, 0xdb, 0xd7, 0x4f, 0xe7, 0x2f, 0x76, 0x3b, 0x41, 0x31, 0x21, 0xf9, 0x23, 0xf1, 0x00, 0x97, 0x65, 0xc5, 0xbd, 0x47, 0xae, 0xe6, 0x70, 0x8c, 0x70, 0x77, 0x96, 0x99, 0xf3, 0x1c, 0xfa, 0x98, 0xf3, 0x19, 0xcf, 0x3b, 0xa2, 0x3e, 0x60, 0x12, 0x4c, 0x9f, 0xb0, 0x01, 0xc6, 0x8f, 0x8b, 0xe8, 0x35, 0x89, 0x79, 0x3c, 0x4c, 0x77, 0x28, 0x33, 0x00, 0x88, 0x1f, 0x9b, 0x5c, 0x68, 0x7b, 0xcc, 0xc4, 0x01, 0x4a, 0xb1, 0x99, 0xaa, 0x1a, 0x1a, 0x00, 0x2f, 0x50, 0xfa, 0xb5, 0xf1, 0x79, 0x69, 0x7b, 0x83, 0x2e, 0x6f, 0x8e, 0x29, 0x85, 0x68, 0xdd, 0xbd, 0x43, 0x74, 0x49, 0xc1, 0x9e, 0x7a, 0x4c, 0x83, 0x74, 0x08, 0x1c, 0x0b, 0x54, 0x60, 0x95, 0x17, 0x17, 0xd6, 0xa0, 0xe0, 0x95, 0xe5, 0xad, 0xd3, 0x13, 0x61, 0xb7, 0xa6, 0x25, 0x4a, 0x9b, 0xb3, 0x8f, 0xd4, 0xf2, 0xb3, 0x83, 0x59, 0xfa, 0x2b, 0x98, 0xa1, 0xa4, 0x7d, 0x47, 0xd7, 0x25, 0xf5, 0x0c, 0xc3, 0x9e, 0xd0, 0x41, 0x4c, 0xe2, 0xfb, 0xd9, 0x0e, 0x9c, 0x89, 0x29, 0x98, 0x80, 0x83, 0x6c, 0x3a, 0x7f, 0xc9, 0xb9, 0x56, 0xcc, 0x08, 0x63, 0x86, 0x39, 0x79, 0xde, 0x6b, 0x87, 0x2d, 0x9b, 0xdd, 0xa4, 0xe3, 0x02, 0x18, 0x0b, 0xe9, 0xa9, 0xe2, 0xd8, 0x0d, 0xb4, 0x38, 0x13, 0x3f, 0x36, 0x44, 0xf6, 0xc3, 0x14, 0x08, 0x8b, 0x94, 0x22, 0x03, 0xe4, 0x52, 0x2b, 0x04, 0x9d, 0x07, 0xc4, 0x91, 0x06, 0x1b, 0x6c, 0x10, 0xbc, 0x54, 0x56, 0xf5, 0xd8, 0x60, 0x27, 0xd4, 0x8e, 0xab, 0xa2, 0xc5, 0x33, 0xbc, 0x09, 0x5f, 0x9f, 0x9d, 0xee, 0x21, 0x76, 0x60, 0x82, 0x4a, 0x3b, 0x7b, 0x15, 0x81, 0xf6, 0xf4, 0xe9, 0xe2, 0x53, 0x31, 0x57, 0xe2, 0xe8, 0xb9, 0x01, 0x51, 0x99, 0x0a, 0x0d, 0x37, 0xa4, 0xed, 0x4d, 0x2b, 0x88, 0x49, 0xfb, 0xa8, 0x3b, 0x77, 0x60, 0x48, 0x41, 0xc4, 0x0b, 0x9d, 0x3d, 0x74, 0xf4, 0xe4, 0x59, 0x3a, 0xdf, 0xd1, 0xad, 0xee, 0x3b, 0xa2, 0x19, 0xa2, 0xca, 0x09, 0x54, 0x45, 0xac, 0x38, 0x93, 0x48, 0x98, 0xe4, 0x1a, 0xb4, 0x14, 0xaf, 0x1e, 0xed, 0x29, 0xa8, 0xcb, 0x91, 0x68, 0xcb, 0x88, 0x40, 0x3b, 0xdf, 0x3b, 0x7c, 0xca, 0x0b, 0x7f, 0x56, 0xce, 0x69, 0x76, 0x8d, 0x5b, 0xe9, 0x21, 0xe3, 0x52, 0x91, 0xa8, 0x18, 0xc1, 0xc4, 0x0f, 0xf8, 0xc3, 0xb6, 0xd5, 0x98, 0x0a, 0x84, 0x65, 0xb3, 0x42, 0x4c, 0xbe, 0x9b, 0x8c, 0x03, 0xf8, 0xe5, 0x03, 0xf1, 0x32, 0x48, 0x1a, 0x5b, 0x9f, 0x3b, 0xa7, 0x0d, 0x73, 0xbe, 0x0e, 0xd3, 0xfe, 0xa0, 0xe2, 0xd7, 0x2f, 0x9c, 0x48, 0x1f, 0x1d, 0x8d, 0x67, 0x8f, 0xa2, 0x38, 0xee, 0xe7, 0xd6, 0xcd, 0xd7, 0xe8, 0x99, 0x73, 0x80, 0x86, 0x15, 0xe3, 0x74, 0x0e, 0xc0, 0x65, 0x18, 0x5b, 0xe4, 0x6e, 0x42, 0x4d, 0xb5, 0x82, 0x45, 0xb1, 0x85, 0xee, 0xe0, 0x72, 0x84, 0x6d, 0x60, 0x39, 0x50, 0x43, 0x7f, 0x26, 0x6f, 0xfe, 0x10, 0x08, 0x11, 0x38, 0x1c, 0xe9, 0x15, 0xc3, 0x88, 0x8a, 0xab, 0x33, 0x13, 0x9a, 0x88, 0xda, 0x1c, 0xcf, 0x0c, 0x09, 0x39, 0xcd, 0xeb, 0x01, 0x68, 0x4c, 0x1f, 0xb5, 0x5d, 0xfc, 0x3e, 0xa2, 0xa1, 0x49, 0xfc, 0xb3, 0xcd, 0x3e, 0x7f, 0xe9, 0xff, 0x47, 0xd0, 0x2c, 0xea, 0xd8, 0x00, 0xc6, 0xf7, 0x3a, 0x95, 0x26, 0x33, 0x35, 0x00, 0xfa, 0x0e, 0x61, 0x21, 0xb3, 0x40, 0x39, 0x5d, 0x1c, 0x6b, 0x29, 0x48, 0xe9, 0x2f, 0x6b, 0x89, 0x8e, 0x39, 0x23, 0x38, 0x4c, 0x25, 0xf1, 0x52, 0x7d, 0x16, 0xb8, 0x63, 0xe5, 0x3a, 0x60, 0x48, 0xd0, 0x9b, 0x3b, 0x77, 0xae, 0xfb, 0x7d, 0xa8, 0x7d, 0x48, 0xb4, 0x4d, 0x2b, 0x26, 0xd3, 0x03, 0x2f, 0x7e, 0xe6, 0xd6, 0xd6, 0x3c, 0x73, 0xa1, 0x47, 0x19, 0xa2, 0xbd, 0x34, 0x75, 0x62, 0xbd, 0xe7, 0xf7, 0x6c, 0x3b, 0x36, 0x05, 0x11, 0x29, 0x09, 0x3c, 0x0f, 0x77, 0x9c, 0x5e, 0xeb, 0x37, 0xa2, 0x0b, 0xe8, 0x42, 0x7a, 0x47, 0x14, 0x9c, 0xaa, 0x72, 0xd3, 0xa3, 0xbd, 0xd3, 0x20, 0x39, 0xa0, 0x16, 0x4b, 0xae, 0x13, 0x6e, 0x4d, 0x62, 0x17, 0x66, 0xc4, 0x75, 0xb9, 0x82, 0xa9, 0x46, 0x84, 0xd4, 0xb7, 0x9d, 0xb4, 0x68, 0x6d, 0x86, 0xb8, 0xd5, 0x22, 0x2c, 0xd7, 0x08, 0x97, 0x70, 0xcc, 0xb2, 0x38, 0xe7, 0xc8, 0x0b, 0xa1, 0x76, 0xef, 0x3f, 0xe3, 0x11, 0x66, 0x8b, 0x66, 0x34, 0x68, 0x0f, 0x10, 0xc6, 0xc0, 0x74, 0x60, 0x68, 0x87, 0xc0, 0x89, 0x13, 0x1e, 0x06, 0x80, 0x3b, 0x3b, 0x0c, 0x42, 0xaf, 0xa0, 0x10, 0x28, 0xd3, 0x78, 0x40, 0x3e, 0x61, 0x51, 0xaa, 0xcd, 0x5c, 0xe1, 0x04, 0x73, 0x84, 0xa1, 0xd2, 0x25, 0x0c, 0x42, 0xc4, 0xba, 0xb5, 0xb1, 0xc6, 0x85, 0x02, 0xdc, 0x76, 0xed, 0x3d, 0xe9, 0x25, 0x7e, 0x89, 0xc2, 0x45, 0xaa, 0x33, 0x60, 0x11, 0x98, 0xe2, 0x52, 0xff, 0x30, 0xf5, 0xf4, 0x0f, 0x2a, 0xc6, 0x18, 0xd4, 0x6b, 0x8a, 0xa1, 0x4e, 0xcf, 0xc0, 0x60, 0x54, 0x47, 0x99, 0xe3, 0x44, 0x68, 0xbb, 0xc4, 0xce, 0xb0, 0x86, 0x89, 0xb6, 0x2a, 0xe2, 0x2c, 0x9b, 0x6a, 0xf9, 0x41, 0x1b, 0xcb, 0x25, 0x68, 0xcb, 0x99, 0xed, 0x65, 0x59, 0x96, 0x6f, 0xe9, 0x68, 0xdb, 0x33, 0x96, 0xb6, 0xf0, 0xe0, 0x44, 0xe9, 0xed, 0x8f, 0xbd, 0x55, 0x1d, 0xfe, 0xec, 0xb2, 0x29, 0xae, 0x26, 0x94, 0xf0, 0x07, 0x63, 0x84, 0x98, 0x0d, 0x34, 0x28, 0x13, 0x3f, 0x9e, 0x15, 0xc2, 0x23, 0x6c, 0xad, 0x60, 0x81, 0xb0, 0xb0, 0x10, 0x75, 0x3a, 0xbf, 0x05, 0x83, 0x4d, 0x1a, 0xc3, 0x58, 0x19, 0x1d, 0xc6, 0xb0, 0xe5, 0x4e, 0x19, 0x8c, 0x68, 0x06, 0xc0, 0xdf, 0x37, 0xaf, 0xf5, 0xd6, 0xcc, 0xf9, 0xf8, 0xf0, 0x59, 0x05, 0x19, 0x02, 0xf2, 0x96, 0x02, 0xbb, 0x65, 0x79, 0xa2, 0xb8, 0xa3, 0xc7, 0xcd, 0xf2, 0x1d, 0x53, 0x2b, 0x62, 0x51, 0x3c, 0xa0, 0xc6, 0x9a, 0x23, 0x1e, 0x59, 0xb6, 0xdc, 0x6b, 0x8c, 0xfb, 0x5a, 0x09, 0x1f, 0xc6, 0xd3, 0xde, 0xd9, 0x77, 0x8a, 0x7a, 0x2e, 0xc5, 0xd7, 0x04, 0x00, 0x8c, 0x83, 0xe6, 0x83, 0xf4, 0x87, 0x26, 0xe4, 0xf1, 0x60, 0x03, 0xf8, 0xf0, 0xe1, 0xc3, 0x1e, 0xe9, 0x8f, 0x92, 0x92, 0xa6, 0x67, 0x6d, 0x4c, 0xb9, 0x41, 0x8b, 0x61, 0xf5, 0xa7, 0xba, 0x3e, 0x40, 0x22, 0x43, 0x1d, 0x33, 0x9a, 0x38, 0x00, 0x87, 0x3e, 0xa0, 0xc2, 0x19, 0x96, 0x03, 0x62, 0xcc, 0xcb, 0xd3, 0xfe, 0x36, 0x2c, 0x8e, 0xd2, 0xac, 0xc9, 0x13, 0xe8, 0xe8, 0xb9, 0x4b, 0x2e, 0xdc, 0x79, 0xe1, 0xad, 0xfd, 0x74, 0xed, 0x9a, 0xe9, 0x71, 0x9f, 0xbf, 0x90, 0xde, 0x11, 0xe1, 0xf3, 0x8f, 0x78, 0xe0, 0x07, 0xa7, 0x44, 0x73, 0x4a, 0x82, 0x17, 0x9e, 0xc4, 0x63, 0x07, 0xb6, 0x11, 0xbd, 0xf5, 0x2a, 0x17, 0x17, 0xc3, 0x7b, 0x72, 0xfc, 0xf9, 0xb3, 0x15, 0xb3, 0x0b, 0xd8, 0xf7, 0x4f, 0xde, 0x92, 0x2c, 0xf1, 0x58, 0x41, 0xec, 0x33, 0xd2, 0xbe, 0x5f, 0x7e, 0xe7, 0x88, 0x67, 0x5c, 0x6e, 0x5d, 0xdf, 0x46, 0x0d, 0xe3, 0xab, 0x35, 0x51, 0xcb, 0x71, 0xe6, 0xea, 0x10, 0x18, 0x27, 0xc9, 0x00, 0x89, 0xd6, 0x62, 0x2b, 0x7b, 0x08, 0x64, 0x4a, 0xac, 0x6c, 0xe0, 0x50, 0xae, 0xb5, 0x42, 0xb2, 0x75, 0xac, 0xcc, 0xe2, 0x4e, 0xbc, 0x00, 0x84, 0x84, 0x41, 0x48, 0xda, 0x03, 0x04, 0xb9, 0xeb, 0xea, 0x19, 0x9e, 0x6b, 0x0f, 0x9e, 0xe8, 0xa2, 0x13, 0xd2, 0x68, 0xb4, 0xc8, 0xeb, 0x6b, 0xa7, 0xf8, 0x44, 0x5b, 0xdb, 0xe6, 0x14, 0x08, 0xdb, 0xe5, 0x04, 0x4b, 0xe6, 0x2c, 0xc8, 0xb9, 0xf3, 0x51, 0x8f, 0xb3, 0xd3, 0x0d, 0x5e, 0x45, 0xc9, 0xa8, 0x3e, 0x61, 0x45, 0x88, 0xb3, 0x3a, 0xbd, 0x25, 0x15, 0x6d, 0x31, 0xd1, 0xcc, 0x76, 0xeb, 0x07, 0xc5, 0x0b, 0x2a, 0x7a, 0xd3, 0xec, 0xde, 0xda, 0x77, 0xce, 0x33, 0xf1, 0x07, 0x09, 0x80, 0xb7, 0x5d, 0xde, 0x16, 0xf3, 0x82, 0xd5, 0xd6, 0x7a, 0xa4, 0x3f, 0x84, 0x05, 0xb0, 0x3f, 0xb4, 0x25, 0x13, 0x3f, 0xce, 0xa1, 0xa6, 0x6a, 0x18, 0x57, 0x89, 0x2c, 0x78, 0x55, 0x88, 0x62, 0xfb, 0x7f, 0xd3, 0x7d, 0x09, 0xd0, 0x00, 0x32, 0x2d, 0x02, 0x7e, 0x6d, 0x14, 0x78, 0xe2, 0x54, 0x5f, 0x6c, 0x9c, 0xb6, 0x71, 0xcd, 0xf2, 0xc9, 0x34, 0xbf, 0xcd, 0x3b, 0x09, 0xfc, 0xf5, 0x3d, 0xa7, 0x35, 0xce, 0xe7, 0xcc, 0xcb, 0xf8, 0xc2, 0xd7, 0x71, 0x82, 0x77, 0x4d, 0x55, 0xe1, 0x0a, 0xa5, 0x51, 0xb3, 0xb5, 0x3c, 0x9d, 0xd0, 0x5b, 0xbc, 0x44, 0x8a, 0x15, 0x8f, 0xda, 0xba, 0xd1, 0xde, 0x78, 0xb9, 0x15, 0x66, 0xb6, 0xa8, 0xa7, 0xfe, 0x28, 0x8f, 0x85, 0x13, 0x0f, 0x30, 0x18, 0x91, 0xa1, 0xd4, 0xb9, 0xce, 0x41, 0xda, 0x73, 0xc8, 0x1b, 0x15, 0xbf, 0xf3, 0xaa, 0x19, 0x34, 0xb1, 0xa1, 0xc6, 0xf5, 0x88, 0xf1, 0x06, 0xe8, 0x83, 0x0d, 0x6b, 0x83, 0x49, 0xe9, 0x8f, 0xd5, 0xe3, 0xc3, 0x96, 0x02, 0x51, 0xd0, 0x38, 0x40, 0xbe, 0xcb, 0x22, 0x66, 0xf3, 0xfd, 0x54, 0xe2, 0x04, 0xa6, 0x16, 0xc0, 0xb2, 0x3f, 0x70, 0x7f, 0xca, 0x97, 0x8f, 0xba, 0xf8, 0xe3, 0xc6, 0x55, 0xd3, 0xb7, 0x6f, 0x9d, 0xef, 0x59, 0xfb, 0xab, 0xb3, 0x77, 0x90, 0x5e, 0xff, 0xe8, 0x8c, 0x98, 0x71, 0x25, 0x9c, 0xee, 0x92, 0xe0, 0x29, 0x7e, 0x9c, 0xf3, 0xee, 0x59, 0xe4, 0xc7, 0xa7, 0x3b, 0x5a, 0xde, 0x0a, 0xd2, 0x96, 0x25, 0x20, 0x4b, 0xdc, 0x6d, 0x49, 0x24, 0xed, 0x5b, 0x4b, 0x54, 0x37, 0x8c, 0xa7, 0xcb, 0x59, 0xa2, 0x9c, 0xa2, 0x1b, 0x14, 0x73, 0x23, 0xdd, 0x8e, 0x31, 0xab, 0xa0, 0xcf, 0xb3, 0xef, 0x9c, 0xf0, 0x94, 0x62, 0x44, 0xe2, 0xdb, 0xdd, 0x57, 0xcf, 0xd4, 0xb6, 0x0f, 0x88, 0x5a, 0x8e, 0x01, 0xf2, 0x7e, 0xe0, 0x2a, 0x86, 0xb7, 0x4c, 0x32, 0xc0, 0xe7, 0x3e, 0xf7, 0xb9, 0x50, 0x79, 0x7e, 0x8a, 0x62, 0x03, 0x84, 0xb5, 0x21, 0x0e, 0x90, 0x6c, 0xa2, 0xfc, 0xbc, 0x79, 0xf3, 0xe8, 0xa1, 0x87, 0x1e, 0x72, 0xe1, 0xd2, 0xb1, 0x63, 0xc7, 0xb4, 0x87, 0x03, 0xd0, 0x87, 0xc3, 0xff, 0xb0, 0x05, 0x60, 0x34, 0x2f, 0x50, 0x2f, 0xfc, 0xf3, 0xca, 0x20, 0xde, 0x2e, 0xd6, 0x0a, 0xd8, 0x77, 0xb4, 0x93, 0x16, 0xcd, 0x9e, 0x4a, 0x2b, 0x17, 0x4e, 0xd5, 0x34, 0x5e, 0x2d, 0x52, 0x90, 0xab, 0x78, 0x15, 0xf8, 0x48, 0x2c, 0x09, 0x8d, 0x3d, 0x39, 0x55, 0x8e, 0x61, 0x5b, 0xed, 0x40, 0x8b, 0x88, 0x58, 0x24, 0x9b, 0xdd, 0xa1, 0x96, 0xa8, 0xde, 0x26, 0x0d, 0x67, 0x37, 0xd1, 0x8d, 0xd7, 0x08, 0x8e, 0x92, 0xa8, 0x37, 0x6a, 0x39, 0xb9, 0xfd, 0x31, 0x49, 0x1f, 0xf3, 0xfd, 0x53, 0x7c, 0x6f, 0xf3, 0x31, 0x8b, 0x7e, 0xf7, 0xcc, 0x1e, 0x9d, 0xfa, 0x20, 0xdb, 0x5f, 0xde, 0x3c, 0x4f, 0xd7, 0x07, 0x45, 0x4a, 0x83, 0x4c, 0x0d, 0x01, 0xf4, 0x81, 0xf7, 0xe7, 0xcd, 0x37, 0xdf, 0xd4, 0x6e, 0x50, 0x10, 0x3e, 0xf6, 0x98, 0xca, 0x6a, 0x56, 0x88, 0x1b, 0xb3, 0x36, 0x40, 0x18, 0x20, 0x50, 0x26, 0x0d, 0x30, 0x08, 0x8b, 0x3e, 0xc8, 0xfe, 0x60, 0x01, 0x08, 0xc0, 0x21, 0x89, 0x7f, 0x01, 0x09, 0x60, 0x14, 0x7e, 0xe3, 0x86, 0x39, 0xd4, 0x3e, 0xd9, 0x9b, 0x24, 0xb7, 0xed, 0xf5, 0xfd, 0x74, 0xe8, 0x44, 0xa7, 0xc8, 0xf1, 0x31, 0x8c, 0x56, 0x51, 0x1b, 0x28, 0x1e, 0x3b, 0x89, 0x90, 0xac, 0x08, 0x2a, 0x0b, 0xe6, 0xba, 0xc4, 0xea, 0x48, 0xfe, 0x11, 0x0e, 0x78, 0x09, 0xe2, 0xe7, 0x89, 0x2e, 0xae, 0x43, 0x93, 0x61, 0x13, 0xff, 0xf3, 0x24, 0xc6, 0x49, 0xef, 0x90, 0x45, 0x4f, 0xbf, 0xb1, 0x9f, 0x3e, 0x3c, 0xe8, 0x2d, 0xf9, 0xfe, 0x05, 0x85, 0xfb, 0xd7, 0x2e, 0x68, 0x71, 0xb3, 0x75, 0x25, 0x03, 0xc0, 0x3b, 0x06, 0xc9, 0xcf, 0xd2, 0x1f, 0xc4, 0x0f, 0x81, 0x81, 0x95, 0xe4, 0x8b, 0xe9, 0xdd, 0x0b, 0x05, 0x04, 0x2a, 0x86, 0x0b, 0x34, 0xd7, 0xdf, 0xc7, 0x0a, 0x88, 0xf2, 0x18, 0x8c, 0x61, 0xbc, 0x6c, 0x78, 0x3d, 0xa4, 0x5b, 0x14, 0xf3, 0x19, 0xea, 0xeb, 0x6a, 0xe8, 0xfb, 0x77, 0x2e, 0xd6, 0x69, 0x12, 0x71, 0x3f, 0xba, 0x4d, 0x8f, 0xbe, 0xb8, 0x97, 0x4e, 0x9e, 0xef, 0x1d, 0x15, 0x0e, 0x18, 0xcd, 0x04, 0xe4, 0x59, 0xfd, 0xdd, 0x2c, 0xa3, 0x28, 0x67, 0x74, 0x31, 0xf1, 0x47, 0xdd, 0x15, 0xe1, 0x2d, 0x57, 0x9a, 0xc7, 0x67, 0x7c, 0xd9, 0x1e, 0x88, 0xc4, 0x7b, 0xef, 0xfa, 0x04, 0xce, 0xfb, 0x52, 0x1f, 0x76, 0xbe, 0x7f, 0x94, 0x76, 0xbe, 0x77, 0xd4, 0xd3, 0x7f, 0xd8, 0x36, 0x5f, 0xbf, 0x21, 0xe6, 0xca, 0x84, 0x40, 0x90, 0x73, 0x23, 0x00, 0x07, 0x31, 0x0e, 0x58, 0x44, 0x9c, 0x89, 0x1f, 0x7b, 0x68, 0x57, 0x33, 0xf8, 0x35, 0xe6, 0x35, 0x40, 0xa9, 0x36, 0x48, 0x3d, 0x40, 0x21, 0xd9, 0xa7, 0xf7, 0xde, 0x7b, 0x4f, 0x63, 0x5e, 0x73, 0xe5, 0x74, 0xb8, 0x49, 0xe7, 0x4c, 0xad, 0xa7, 0xbf, 0xba, 0x6d, 0xbe, 0x27, 0x9d, 0x79, 0x70, 0x70, 0x84, 0xfe, 0x6d, 0xdb, 0x6e, 0x3a, 0x7c, 0xb2, 0xd3, 0xbd, 0x87, 0xa7, 0x1c, 0xba, 0xb1, 0x60, 0x9e, 0x26, 0x64, 0x37, 0x55, 0x41, 0x12, 0xb5, 0x93, 0x6e, 0x10, 0x95, 0xeb, 0x0d, 0x58, 0xee, 0xf5, 0x23, 0x76, 0xfc, 0x7b, 0x31, 0xd7, 0xa7, 0x15, 0x83, 0x41, 0x2c, 0xed, 0x7d, 0x4b, 0xae, 0xc7, 0x8e, 0xbf, 0xb0, 0xeb, 0x08, 0x3d, 0xf5, 0xaa, 0x77, 0x31, 0x0b, 0xcc, 0x67, 0xf8, 0xc1, 0xdd, 0x4b, 0x68, 0xc2, 0xf8, 0x5a, 0x6d, 0x0f, 0x49, 0xdc, 0x0f, 0x62, 0x47, 0x9e, 0xd4, 0xae, 0x5d, 0xbb, 0xb4, 0xe7, 0x87, 0x89, 0x5f, 0x6b, 0x8c, 0x2f, 0x7c, 0x21, 0x94, 0x9e, 0x9f, 0x82, 0xda, 0x00, 0xe9, 0x56, 0x85, 0x28, 0x74, 0x0b, 0x8a, 0x03, 0xf8, 0x3d, 0x2f, 0x63, 0x7e, 0xbe, 0x1e, 0x2f, 0xfc, 0x93, 0x4f, 0x3e, 0xd1, 0x06, 0x21, 0xa6, 0x6c, 0x72, 0x83, 0x71, 0x08, 0x4d, 0x70, 0x0d, 0x6a, 0x61, 0xf6, 0x0e, 0xd1, 0x3f, 0x3d, 0x7b, 0x38, 0xee, 0x27, 0x1f, 0x1a, 0xa1, 0x07, 0x9f, 0xde, 0x43, 0xd7, 0xad, 0x69, 0xa3, 0x85, 0x33, 0x1a, 0x5d, 0x3f, 0x3e, 0x7b, 0xe9, 0x19, 0xef, 0xf3, 0x4c, 0xac, 0x88, 0x33, 0x19, 0x45, 0xa7, 0x35, 0x1b, 0xa9, 0x0b, 0x11, 0x27, 0xab, 0xd2, 0xb2, 0x7c, 0x62, 0x2e, 0xf1, 0x99, 0xef, 0x9e, 0x35, 0x04, 0xe2, 0xb5, 0x80, 0x2c, 0x57, 0xe2, 0xf3, 0x92, 0xac, 0x2f, 0xee, 0x3e, 0x43, 0x7b, 0x9c, 0x72, 0xe7, 0xdc, 0x30, 0xdd, 0xf1, 0x27, 0x7f, 0xbe, 0x94, 0xa6, 0xb7, 0x4e, 0xd0, 0x7d, 0x02, 0x83, 0x4b, 0x98, 0x06, 0x01, 0x80, 0xed, 0x9d, 0x77, 0xde, 0x71, 0x89, 0x9f, 0xd3, 0x1e, 0x12, 0xe5, 0xfe, 0x8f, 0xb9, 0xe2, 0xb8, 0x61, 0x75, 0x81, 0xa6, 0x03, 0xd1, 0xe0, 0xf3, 0x46, 0x7e, 0x90, 0x6c, 0x70, 0xf9, 0xc1, 0x20, 0x36, 0x67, 0x3e, 0xc1, 0x1e, 0x00, 0x53, 0xdc, 0xbe, 0x61, 0x3a, 0xdd, 0xb3, 0xd1, 0x9b, 0x04, 0x06, 0xc9, 0xfd, 0xfc, 0xbb, 0x27, 0xe9, 0x95, 0x3d, 0x67, 0x75, 0x1a, 0x75, 0x7c, 0x5c, 0xe2, 0x12, 0xda, 0x72, 0x03, 0x51, 0xce, 0x04, 0x77, 0x77, 0x0a, 0x65, 0x9c, 0xb0, 0x19, 0xf3, 0xbb, 0x93, 0xda, 0xa5, 0x3b, 0xd4, 0xf6, 0x12, 0x7b, 0xd4, 0xac, 0x34, 0x2d, 0xa0, 0x50, 0x4f, 0xdf, 0x30, 0xfd, 0x7e, 0xe7, 0xd1, 0x51, 0xc4, 0x0f, 0x08, 0xf7, 0x1f, 0xee, 0x59, 0xaa, 0xe0, 0x4f, 0x83, 0xd6, 0x6a, 0x9c, 0xf2, 0xc0, 0xd0, 0x07, 0xab, 0xe7, 0x20, 0x26, 0xb2, 0x7d, 0xfb, 0x76, 0x4f, 0xd6, 0x27, 0x36, 0x2c, 0x2d, 0xf5, 0x8b, 0x5f, 0xfc, 0x42, 0xc3, 0xc4, 0x0a, 0x04, 0xca, 0x11, 0xf1, 0x87, 0x41, 0x6a, 0x20, 0x3f, 0x48, 0xfa, 0xb4, 0xd9, 0xf3, 0x81, 0xcc, 0x47, 0xb3, 0x02, 0x02, 0x5c, 0xa3, 0x90, 0x82, 0xf7, 0x5e, 0x3b, 0x9b, 0xfe, 0xe2, 0xfa, 0x39, 0xde, 0x55, 0x1f, 0xd5, 0x70, 0xec, 0x39, 0x7c, 0x91, 0xfe, 0xf8, 0xca, 0x67, 0x74, 0xb6, 0x73, 0x50, 0xc0, 0x11, 0x91, 0xcd, 0x69, 0x59, 0xde, 0xf9, 0xc4, 0x8e, 0x8f, 0x3f, 0x4a, 0xc6, 0x92, 0x49, 0xe4, 0x25, 0x7a, 0x37, 0xb2, 0xeb, 0x64, 0x83, 0xba, 0xd2, 0x5f, 0x30, 0x08, 0x33, 0xd6, 0xde, 0xa3, 0xdd, 0xf4, 0xe0, 0x0b, 0x87, 0xe9, 0x94, 0x51, 0xe3, 0xb4, 0xb1, 0xae, 0x9a, 0xfe, 0xe3, 0xbd, 0xcb, 0x68, 0xd5, 0xbc, 0x16, 0xdd, 0x67, 0x4e, 0xf9, 0xe0, 0x0d, 0xb8, 0x1f, 0xd5, 0x3a, 0x5e, 0x7a, 0xe9, 0x25, 0xbd, 0x8c, 0xac, 0x24, 0x7e, 0xde, 0x40, 0xfc, 0x3f, 0xff, 0xf9, 0xcf, 0x35, 0x3c, 0x0a, 0x6b, 0xab, 0xca, 0xf7, 0x0f, 0xac, 0x5a, 0xb5, 0x6a, 0xb3, 0xda, 0x6d, 0xe0, 0xbf, 0xaf, 0xb8, 0xe2, 0x0a, 0x8f, 0x14, 0xc5, 0x40, 0x81, 0x88, 0x52, 0x21, 0x76, 0x9d, 0x9d, 0x68, 0x48, 0x6c, 0x39, 0x11, 0x43, 0x4a, 0xf4, 0xa0, 0xef, 0x9b, 0x4d, 0xae, 0x01, 0x9c, 0x0a, 0xb3, 0xe1, 0x38, 0x0c, 0x41, 0xc0, 0x1f, 0x6e, 0x90, 0x82, 0xe8, 0x07, 0xa4, 0x3e, 0x36, 0x39, 0x37, 0x16, 0x84, 0x03, 0xd8, 0x30, 0xbb, 0xb5, 0x8a, 0xa6, 0x36, 0x8f, 0xa7, 0x77, 0x0e, 0x5c, 0xf4, 0x54, 0x93, 0x43, 0x55, 0xb5, 0xbd, 0x9f, 0x75, 0x50, 0xdf, 0x40, 0x94, 0xda, 0x5a, 0xeb, 0x74, 0x75, 0xb9, 0xb8, 0xcf, 0x3e, 0x06, 0x7b, 0xbc, 0x75, 0x20, 0x6c, 0x37, 0x4e, 0x60, 0xc9, 0x69, 0xf0, 0xf1, 0x85, 0xbf, 0x62, 0xb3, 0xc4, 0x2c, 0x6b, 0x74, 0xb9, 0x43, 0x11, 0x23, 0x38, 0xd3, 0x39, 0x40, 0x4f, 0xbd, 0x75, 0x92, 0xde, 0x57, 0xcf, 0xc3, 0x93, 0x79, 0xb8, 0x4d, 0x6d, 0x19, 0x4f, 0x3f, 0xfb, 0xda, 0x72, 0x5a, 0x30, 0xbd, 0xd1, 0x25, 0x7e, 0xd9, 0x30, 0x3f, 0x1a, 0xb0, 0x07, 0xfd, 0x84, 0x4d, 0x70, 0xf9, 0xe5, 0x97, 0x6b, 0xfb, 0x08, 0x1a, 0x02, 0xc7, 0xe1, 0x12, 0x65, 0x26, 0x80, 0x71, 0xfc, 0xfa, 0xeb, 0xaf, 0xeb, 0x73, 0x8b, 0x16, 0x2d, 0x1a, 0x2d, 0x81, 0xc5, 0x58, 0xe1, 0xdd, 0x3d, 0xfc, 0xf0, 0xc3, 0xf2, 0x74, 0xef, 0xbe, 0x7d, 0xfb, 0xfe, 0xae, 0xa4, 0x6d, 0x80, 0xb0, 0x1b, 0xbe, 0x41, 0x71, 0x80, 0x64, 0xc7, 0xa0, 0x05, 0xde, 0x7d, 0xf7, 0xdd, 0xb8, 0xaf, 0x7f, 0xdf, 0x3e, 0x2d, 0xf1, 0xf1, 0x42, 0xc1, 0xe0, 0xf2, 0xc5, 0xc2, 0x80, 0x06, 0x13, 0x5c, 0xaf, 0xbe, 0x3f, 0x7b, 0xca, 0x04, 0xfa, 0x6f, 0x8f, 0xee, 0xa3, 0xd3, 0x1d, 0xfd, 0xa3, 0xb4, 0xc1, 0xbe, 0xe3, 0x5d, 0xb4, 0x6e, 0x49, 0x1b, 0x6d, 0x5a, 0x33, 0x4b, 0x17, 0xa0, 0x95, 0x79, 0x3e, 0xb2, 0x32, 0x03, 0x51, 0x7c, 0x0e, 0x80, 0x65, 0x4c, 0x8a, 0x8f, 0x4f, 0xa8, 0xe7, 0x29, 0x9f, 0xbc, 0xf6, 0x58, 0xcc, 0xfd, 0x79, 0xf2, 0x5c, 0x2f, 0x3d, 0xfb, 0xd6, 0x61, 0xda, 0x7d, 0xe0, 0x34, 0xf9, 0xbd, 0x9a, 0xcb, 0x17, 0x4e, 0xa4, 0xef, 0xdc, 0xbe, 0x90, 0x5a, 0x9b, 0xea, 0x46, 0x2d, 0x74, 0xc7, 0x1a, 0x8f, 0xeb, 0x34, 0xa1, 0xf1, 0x1e, 0xf5, 0x5b, 0x97, 0x2f, 0x5f, 0x4e, 0x37, 0xde, 0x78, 0x23, 0x3d, 0xf5, 0xd4, 0x53, 0xb4, 0x73, 0xe7, 0x4e, 0x8f, 0x4d, 0xf0, 0xdb, 0xdf, 0xfe, 0x56, 0x43, 0xc5, 0x6f, 0x7e, 0xf3, 0x9b, 0xa3, 0x26, 0xcf, 0x97, 0xb5, 0x11, 0x1c, 0xf6, 0x96, 0x29, 0xac, 0x5a, 0xbf, 0x7e, 0xbd, 0x5e, 0xf4, 0x8d, 0x8b, 0xe8, 0x82, 0xd1, 0x51, 0xd3, 0x94, 0x71, 0x32, 0x88, 0x47, 0xbe, 0x68, 0xae, 0x70, 0x51, 0x5d, 0x7d, 0x8a, 0xfe, 0xeb, 0x7d, 0xab, 0xe8, 0xfe, 0x6d, 0x07, 0xe9, 0x95, 0x8f, 0xbc, 0x8b, 0xeb, 0xa1, 0x92, 0xdc, 0xeb, 0x7b, 0x8e, 0xd3, 0x5b, 0x7b, 0x4f, 0xd0, 0xe2, 0x59, 0x93, 0x68, 0xed, 0xe2, 0x69, 0xb4, 0x64, 0x4e, 0xab, 0x5e, 0xad, 0xdd, 0xe2, 0x02, 0x59, 0x4e, 0xc4, 0x76, 0x84, 0x53, 0xa1, 0x65, 0xe9, 0x67, 0xc1, 0x50, 0xb2, 0xda, 0x62, 0xf7, 0xa5, 0x01, 0x7a, 0x77, 0xdf, 0x69, 0xda, 0xf5, 0xf1, 0x69, 0x3a, 0x76, 0xa6, 0xcb, 0xdf, 0xbe, 0x51, 0xbf, 0x71, 0xef, 0xb5, 0xb3, 0x68, 0xf3, 0xe5, 0xd3, 0xa9, 0xb1, 0xb1, 0x41, 0x07, 0xaf, 0x4c, 0x42, 0x05, 0xf1, 0x03, 0xfa, 0x98, 0xc7, 0x11, 0x0f, 0x81, 0x26, 0x85, 0xf4, 0x87, 0x76, 0x80, 0x56, 0xb8, 0xe5, 0x96, 0x5b, 0x68, 0xdb, 0xb6, 0x6d, 0x1e, 0xdb, 0xe0, 0x89, 0x27, 0x9e, 0xd0, 0x50, 0xf1, 0xbb, 0xdf, 0xfd, 0x6e, 0x68, 0x52, 0x23, 0x0a, 0x02, 0x81, 0x14, 0x71, 0x84, 0x16, 0x02, 0xa5, 0xb3, 0x88, 0x86, 0x59, 0xb0, 0x0b, 0x9e, 0x8e, 0x4f, 0x3f, 0xfd, 0xd4, 0x9d, 0x00, 0x02, 0x26, 0x40, 0x9e, 0x10, 0x08, 0x00, 0xfd, 0xe2, 0xd2, 0x8e, 0xd2, 0x45, 0xaa, 0x7d, 0xe8, 0x0a, 0xa5, 0xaf, 0x9b, 0xd7, 0x40, 0x4b, 0xda, 0x9b, 0xe8, 0xd3, 0x13, 0xdd, 0xda, 0x08, 0xf5, 0x6a, 0x4d, 0xa2, 0x73, 0x1d, 0x97, 0x94, 0x94, 0x3e, 0x4b, 0xaf, 0xee, 0x3e, 0x4e, 0x87, 0x4e, 0x74, 0xe8, 0xd4, 0x6a, 0xcc, 0x06, 0xc3, 0xfd, 0x40, 0xac, 0x6e, 0xd9, 0x20, 0xcb, 0x5b, 0x0d, 0x08, 0x86, 0xf1, 0x39, 0xa5, 0x5d, 0x0e, 0x1c, 0xbf, 0x48, 0x6f, 0x7c, 0x78, 0x82, 0x9e, 0x78, 0xed, 0x00, 0x3d, 0xbe, 0xf3, 0x00, 0x7d, 0x7c, 0xe4, 0x3c, 0x75, 0xf5, 0xfa, 0xa7, 0x67, 0x5f, 0xbe, 0x68, 0x22, 0xfd, 0xe8, 0xcb, 0x4b, 0x68, 0xfd, 0xa2, 0x49, 0xea, 0xd9, 0x27, 0x69, 0xe3, 0xdd, 0xec, 0x3f, 0x08, 0x1b, 0x86, 0xbe, 0xd4, 0xe8, 0x80, 0x7e, 0x07, 0x0f, 0x1e, 0x74, 0x9d, 0x00, 0x9c, 0xf7, 0x8f, 0x0d, 0x9a, 0x03, 0x1a, 0x01, 0xe7, 0x10, 0x24, 0xe3, 0xef, 0x21, 0x51, 0xee, 0xfd, 0xf7, 0xdf, 0xa7, 0x0d, 0x1b, 0x36, 0xb8, 0xb5, 0x5f, 0xcb, 0x1a, 0x02, 0x95, 0x73, 0x83, 0x2d, 0x00, 0x5f, 0xf7, 0x63, 0x8f, 0x3d, 0xe6, 0x1a, 0xc0, 0x60, 0x86, 0x97, 0x5f, 0x7e, 0x99, 0x36, 0x6e, 0xdc, 0xa8, 0x5f, 0x28, 0x34, 0x81, 0x4c, 0xa6, 0xe3, 0x60, 0x19, 0x27, 0xd9, 0x2d, 0x9f, 0xdd, 0x48, 0x4f, 0xbf, 0x73, 0x9a, 0xfe, 0xf8, 0xfa, 0x71, 0xbd, 0xe0, 0x9e, 0xd9, 0xa0, 0x15, 0x3e, 0x3d, 0x7a, 0x51, 0x6f, 0x52, 0x5a, 0x37, 0xd4, 0x8d, 0xa3, 0xf1, 0xb5, 0xe3, 0xf4, 0x6c, 0x32, 0xf0, 0x3c, 0xdc, 0xab, 0x03, 0x83, 0xc3, 0x9a, 0xc8, 0x47, 0xa2, 0xa9, 0xc1, 0x4e, 0xcc, 0xe8, 0xfa, 0xca, 0xa6, 0x59, 0xb4, 0x66, 0x7e, 0x8b, 0xeb, 0xb5, 0x32, 0x8b, 0xd9, 0x6a, 0x0d, 0xa2, 0x20, 0x0f, 0x88, 0x5d, 0x4e, 0x7b, 0x84, 0xef, 0x1f, 0xcc, 0xcf, 0x8b, 0x64, 0x83, 0x98, 0x41, 0xf4, 0xe8, 0x1f, 0xc6, 0x80, 0xd7, 0x50, 0xc3, 0xf8, 0xc0, 0x50, 0x86, 0xbb, 0x98, 0x1b, 0x3c, 0x44, 0x3f, 0xfa, 0xd1, 0x8f, 0xe8, 0x27, 0x3f, 0xf9, 0x89, 0x9e, 0x27, 0x50, 0xf6, 0x71, 0x80, 0x30, 0x37, 0xb8, 0x31, 0x53, 0x8d, 0x03, 0x04, 0x69, 0x8a, 0x85, 0x0b, 0x17, 0xea, 0x17, 0xcc, 0xf7, 0x81, 0x46, 0x03, 0x06, 0xbe, 0xf2, 0xca, 0x2b, 0xf5, 0x31, 0xc0, 0x09, 0x10, 0x98, 0xc7, 0xbf, 0xae, 0x0c, 0xcb, 0xf6, 0xf6, 0x76, 0x4d, 0x48, 0x77, 0x5e, 0x5d, 0x43, 0xb7, 0xac, 0x9b, 0x46, 0xcf, 0xbf, 0x7f, 0x86, 0x9e, 0x7c, 0xfb, 0xd4, 0xa8, 0x65, 0x97, 0xcc, 0xa6, 0x89, 0x5d, 0xd7, 0xe4, 0xef, 0x4f, 0xdf, 0xed, 0xa7, 0xb0, 0xd1, 0xaa, 0x39, 0xcd, 0xf4, 0xa5, 0xab, 0x66, 0xd0, 0xca, 0xb9, 0xcd, 0x9a, 0x70, 0x91, 0xc3, 0x64, 0x1a, 0xba, 0xd2, 0xcf, 0x0f, 0x06, 0x40, 0x0c, 0x84, 0x1b, 0x8c, 0x5c, 0xc4, 0x4f, 0xe0, 0x08, 0x80, 0x91, 0x8b, 0xfe, 0x62, 0x8f, 0x7b, 0xc0, 0x5d, 0xca, 0x0c, 0xcf, 0x8c, 0xb0, 0x69, 0xd3, 0x26, 0x6d, 0x1f, 0xbd, 0xf1, 0xc6, 0x1b, 0xee, 0x3d, 0x00, 0x85, 0x7e, 0xfc, 0xe3, 0x1f, 0xd3, 0x0f, 0x7f, 0xf8, 0x43, 0x5a, 0xb9, 0x72, 0x65, 0xf9, 0x42, 0xa0, 0x15, 0x2b, 0x56, 0x6c, 0x56, 0x44, 0xe2, 0x42, 0x20, 0x10, 0x45, 0x98, 0x20, 0x90, 0x5c, 0x0a, 0x35, 0x53, 0x06, 0x00, 0x11, 0x61, 0x93, 0xab, 0xca, 0xe3, 0x39, 0x00, 0x87, 0x70, 0x1c, 0xcf, 0x88, 0x7e, 0x9a, 0x93, 0x47, 0xf8, 0xbb, 0x30, 0x92, 0x6b, 0x6b, 0xc6, 0xd1, 0xec, 0xc9, 0xb5, 0x74, 0xf3, 0xda, 0xa9, 0x7a, 0xa2, 0x79, 0x4d, 0x75, 0x15, 0x5d, 0xe8, 0x1e, 0xd4, 0x53, 0x23, 0xb3, 0xf6, 0x75, 0xab, 0xdf, 0x99, 0xd7, 0x56, 0x4f, 0xb7, 0x6f, 0x98, 0x41, 0xdf, 0xd9, 0xbc, 0x80, 0x6e, 0x59, 0xdf, 0x46, 0x73, 0xa7, 0x4f, 0xd4, 0x9a, 0x08, 0xc4, 0xef, 0x57, 0xae, 0x10, 0x1a, 0x0d, 0x36, 0x0e, 0x24, 0xbf, 0x64, 0x00, 0x30, 0x05, 0x8e, 0x03, 0xf7, 0x9b, 0xb5, 0x52, 0xc1, 0x04, 0xb0, 0x05, 0x18, 0xea, 0x71, 0xf9, 0x13, 0x8c, 0x05, 0x18, 0x03, 0xbf, 0x07, 0xe9, 0x2f, 0x7f, 0x03, 0xda, 0x12, 0xc7, 0x31, 0x5d, 0xb2, 0x6c, 0x21, 0x50, 0x29, 0xa7, 0x40, 0xa4, 0xda, 0x18, 0x37, 0x63, 0x26, 0x14, 0x33, 0x21, 0xf6, 0xf0, 0x81, 0x83, 0x28, 0x90, 0x4b, 0xc4, 0x06, 0xa2, 0x39, 0x35, 0x90, 0x27, 0xd5, 0x60, 0x03, 0x11, 0x35, 0x37, 0x77, 0xd3, 0xe2, 0xf6, 0x66, 0xba, 0xef, 0xa6, 0xb9, 0x7a, 0xfd, 0xad, 0xdd, 0x47, 0x3a, 0x75, 0xf9, 0xc5, 0x63, 0xe7, 0x2e, 0xe9, 0xbf, 0x31, 0x67, 0x38, 0x51, 0x9b, 0xdc, 0x54, 0xa3, 0x4b, 0x36, 0x62, 0x86, 0xda, 0xf2, 0x59, 0x8d, 0x74, 0x99, 0x92, 0xf8, 0x0d, 0x75, 0xd5, 0xee, 0xbc, 0x05, 0xae, 0xba, 0x1d, 0xf4, 0xae, 0xa0, 0x95, 0xc0, 0xcc, 0xac, 0xc9, 0xf0, 0x1d, 0x68, 0x2b, 0x34, 0xe0, 0x79, 0xf4, 0x83, 0x61, 0x8f, 0xc9, 0x04, 0xd8, 0x80, 0xfb, 0xd1, 0x0f, 0xae, 0x02, 0xc1, 0x2b, 0x48, 0xe2, 0xef, 0x2f, 0x7f, 0xf9, 0xcb, 0xf4, 0xc8, 0x23, 0x8f, 0xb8, 0x63, 0x04, 0x0d, 0xf1, 0xcb, 0x5f, 0xfe, 0x52, 0x0b, 0xa2, 0x7b, 0xee, 0xb9, 0xa7, 0x3c, 0xbd, 0x40, 0x61, 0xab, 0x0a, 0x61, 0xfa, 0xa1, 0x73, 0x05, 0xd3, 0x20, 0x4d, 0x97, 0x2e, 0x5d, 0xaa, 0xe1, 0x90, 0xac, 0x83, 0x8f, 0xca, 0x12, 0x90, 0x98, 0xd0, 0x7e, 0x90, 0x7a, 0x30, 0x8e, 0xc1, 0x08, 0x7e, 0x78, 0x1b, 0x5e, 0x24, 0x6c, 0x60, 0x28, 0x10, 0x51, 0x6b, 0x6b, 0x1f, 0xcd, 0x9f, 0x19, 0x5b, 0x17, 0xc1, 0xad, 0xb6, 0xa6, 0x18, 0xa0, 0xb7, 0x7f, 0x44, 0xcf, 0xd2, 0x82, 0x86, 0xa8, 0x8e, 0xc4, 0xd6, 0x2a, 0x40, 0x95, 0xb6, 0x96, 0xfa, 0x1a, 0x6d, 0x17, 0xb0, 0x76, 0xc4, 0xbd, 0x00, 0x4d, 0xc0, 0x74, 0xc9, 0x0a, 0xd3, 0x82, 0xb0, 0xc1, 0xac, 0x78, 0x46, 0x40, 0x94, 0x67, 0x9f, 0x7d, 0x56, 0x43, 0x20, 0x40, 0x18, 0x69, 0x0f, 0x60, 0xcc, 0xc0, 0x1c, 0xb8, 0x5f, 0x10, 0x13, 0x80, 0x51, 0x70, 0x1f, 0x60, 0x7c, 0xce, 0x19, 0xc2, 0xf3, 0x43, 0x33, 0xdc, 0x7b, 0xef, 0xbd, 0x5a, 0xd2, 0xf3, 0x5a, 0x0f, 0xa0, 0x8f, 0x07, 0x1f, 0x7c, 0x30, 0x50, 0x1b, 0x97, 0x85, 0x11, 0x6c, 0x2e, 0xdc, 0x10, 0xa6, 0x38, 0x40, 0x26, 0x5e, 0xa0, 0x44, 0xc7, 0xe0, 0xfd, 0x80, 0x0b, 0x50, 0xd6, 0xc5, 0x84, 0x54, 0x05, 0x41, 0x21, 0xad, 0x1a, 0xe7, 0x01, 0x2d, 0x40, 0x0c, 0xb1, 0x89, 0x34, 0xe3, 0x12, 0x42, 0x2b, 0xce, 0xa9, 0x61, 0xb8, 0xc8, 0xc4, 0x24, 0x17, 0xa5, 0xe3, 0x05, 0x3c, 0xb8, 0xa0, 0x17, 0x1b, 0xa4, 0xa9, 0x34, 0x10, 0x3e, 0x8a, 0x58, 0x61, 0x8f, 0x7b, 0x43, 0x6b, 0x21, 0xb7, 0x07, 0x04, 0x8c, 0xdf, 0x64, 0x2f, 0x0e, 0x3e, 0xb3, 0x31, 0x8c, 0xfb, 0xe3, 0x59, 0xf4, 0x92, 0x49, 0x4e, 0x59, 0x14, 0x99, 0x21, 0x8a, 0x0d, 0xf7, 0x83, 0x46, 0x9c, 0x3f, 0x7f, 0xbe, 0xbb, 0xba, 0x0f, 0xee, 0x81, 0xeb, 0xc1, 0x04, 0x7f, 0xf8, 0xc3, 0x1f, 0x3c, 0x6b, 0x30, 0x3c, 0xff, 0xfc, 0xf3, 0x6e, 0x1f, 0xca, 0x86, 0x01, 0x3c, 0xd5, 0x0b, 0x42, 0xa8, 0x05, 0xf2, 0xa1, 0x9d, 0x20, 0xbd, 0xa1, 0xea, 0x5f, 0x78, 0xe1, 0x05, 0x9d, 0x36, 0x2d, 0x7f, 0x0b, 0x04, 0x01, 0x57, 0xe0, 0xea, 0xd5, 0xab, 0xb5, 0x87, 0x08, 0x12, 0x95, 0x61, 0x49, 0x32, 0xdf, 0x38, 0x08, 0xc3, 0xcf, 0x58, 0xcd, 0xb4, 0xdf, 0x70, 0x5d, 0x82, 0xb8, 0x61, 0xd4, 0xe2, 0x6f, 0xe0, 0x73, 0x18, 0xaa, 0x66, 0x39, 0x43, 0xc0, 0x21, 0x30, 0x83, 0xf4, 0xee, 0x80, 0x29, 0x91, 0xea, 0x20, 0xdd, 0x9e, 0x72, 0x9e, 0xb4, 0xb4, 0x0b, 0xe0, 0x2d, 0x62, 0x26, 0x60, 0x6d, 0x80, 0xfd, 0x5d, 0x77, 0xdd, 0xa5, 0x85, 0x82, 0xcc, 0x17, 0x62, 0x46, 0x33, 0x8b, 0xed, 0x96, 0xb4, 0x11, 0x4c, 0x22, 0x15, 0xe2, 0xaa, 0xab, 0xae, 0xf2, 0x54, 0x08, 0x2b, 0xb6, 0x11, 0x9c, 0xaf, 0x98, 0x01, 0x5e, 0x36, 0x42, 0xff, 0x78, 0x3e, 0x10, 0xbc, 0x14, 0x04, 0x20, 0x26, 0x9e, 0x55, 0xc6, 0x13, 0xcb, 0xc1, 0x08, 0xbc, 0x3a, 0xbd, 0x59, 0x69, 0x2d, 0x97, 0xcc, 0x0e, 0x62, 0x87, 0xb4, 0x07, 0xd4, 0xc1, 0xef, 0xe1, 0x59, 0x60, 0xac, 0x3f, 0xf7, 0xdc, 0x73, 0xda, 0x23, 0xc6, 0x69, 0x1d, 0x72, 0x03, 0x93, 0x20, 0xf0, 0x27, 0x57, 0x7a, 0x67, 0xad, 0x25, 0xb5, 0x1c, 0x9e, 0x59, 0x4e, 0x94, 0x91, 0x65, 0x12, 0xe1, 0x31, 0x02, 0xa3, 0x33, 0x64, 0xe2, 0xf1, 0x80, 0x46, 0x64, 0xc8, 0xe5, 0x33, 0xae, 0x03, 0x8a, 0x79, 0xfe, 0x4b, 0xc9, 0x33, 0x80, 0x0c, 0x84, 0x81, 0x01, 0xe0, 0x05, 0x62, 0xa2, 0x29, 0x57, 0x06, 0xe0, 0x63, 0x48, 0x11, 0x00, 0x0e, 0x06, 0x96, 0x36, 0x33, 0x46, 0x41, 0x8c, 0x60, 0x04, 0x10, 0x20, 0xd7, 0x18, 0xc2, 0x58, 0x00, 0x2e, 0x81, 0x21, 0xf0, 0x99, 0xd3, 0xc9, 0x33, 0x91, 0x88, 0xf8, 0x2e, 0x24, 0x30, 0x88, 0x14, 0x44, 0x8f, 0x67, 0xc0, 0xbd, 0x39, 0x3a, 0x0b, 0x89, 0x0f, 0x2f, 0xcc, 0x07, 0x1f, 0x7c, 0xa0, 0xaf, 0x91, 0xa9, 0x0b, 0x72, 0xc3, 0xf5, 0x20, 0x52, 0x18, 0xc2, 0x72, 0xa5, 0x77, 0xd8, 0x32, 0x38, 0x2f, 0xfb, 0x85, 0xe7, 0x94, 0x75, 0x42, 0xf9, 0xb9, 0x41, 0xf0, 0x60, 0x02, 0x30, 0x00, 0x6b, 0x31, 0xd6, 0x1e, 0xb8, 0x2f, 0x6c, 0x14, 0x33, 0x73, 0x54, 0x9d, 0x1b, 0xbf, 0x70, 0xe1, 0xc2, 0xb7, 0x94, 0xd6, 0xfc, 0xb4, 0xac, 0x34, 0x80, 0xe9, 0x06, 0xf5, 0x5b, 0x3b, 0x36, 0xe8, 0x65, 0x9b, 0x36, 0x44, 0xd8, 0x19, 0x00, 0x0d, 0x2f, 0x17, 0xc6, 0x31, 0x24, 0x20, 0x57, 0x4b, 0xf3, 0xf8, 0xf5, 0x15, 0x91, 0xc2, 0xb5, 0x08, 0x82, 0x04, 0x81, 0x71, 0xc9, 0x45, 0x10, 0x24, 0x88, 0x0b, 0x44, 0x0b, 0x02, 0x06, 0x91, 0x42, 0x42, 0x83, 0x71, 0x80, 0xaf, 0xb1, 0xc7, 0x77, 0xb1, 0xc7, 0x75, 0x38, 0x87, 0x6b, 0x70, 0x0f, 0x10, 0x1b, 0xa0, 0x0b, 0x18, 0x09, 0xd7, 0x72, 0xb5, 0x66, 0x48, 0x7e, 0x48, 0x7a, 0xcc, 0xde, 0xc2, 0xef, 0x71, 0x04, 0x57, 0x12, 0x3f, 0x7e, 0x1f, 0x90, 0x05, 0x46, 0x29, 0x1f, 0x03, 0x94, 0x83, 0xbd, 0xc2, 0x63, 0xce, 0xef, 0x81, 0x93, 0xff, 0xf0, 0xbb, 0xb2, 0x88, 0xae, 0x59, 0x2d, 0x8e, 0xc7, 0x03, 0xcf, 0x84, 0xeb, 0x78, 0x4e, 0x31, 0x33, 0x01, 0x9c, 0x02, 0xa0, 0x0b, 0x40, 0x44, 0x39, 0x8c, 0x6a, 0xfb, 0x8a, 0xd2, 0x12, 0x67, 0xd5, 0xb3, 0xbe, 0x5d, 0x92, 0x0c, 0xb0, 0x6c, 0xd9, 0x32, 0x0f, 0x03, 0x5c, 0x7d, 0xf5, 0xd5, 0x45, 0x63, 0x80, 0x42, 0x10, 0x7b, 0xd0, 0x31, 0xfc, 0x8d, 0x80, 0x18, 0x0c, 0x60, 0x34, 0x10, 0xa8, 0xa9, 0xcd, 0xd0, 0x37, 0x10, 0x2c, 0x24, 0x21, 0x70, 0x33, 0x60, 0x01, 0x88, 0x9a, 0x17, 0x9c, 0xe6, 0xd2, 0x23, 0x20, 0x7a, 0x26, 0x7c, 0x10, 0xb7, 0x64, 0x06, 0x36, 0x92, 0x99, 0xb0, 0x40, 0x98, 0xd0, 0x30, 0xf0, 0x4c, 0xc1, 0xb8, 0x45, 0x45, 0x0b, 0x30, 0x81, 0xcc, 0xd1, 0x91, 0xb3, 0xb8, 0x20, 0xa0, 0xee, 0xbb, 0xef, 0x3e, 0x9d, 0xb2, 0x82, 0xdc, 0x26, 0x30, 0x1f, 0x5f, 0x83, 0xe0, 0x17, 0xec, 0x1b, 0x33, 0xe3, 0x15, 0x0c, 0xce, 0x6b, 0x3a, 0x4b, 0x67, 0x07, 0x8e, 0xf9, 0xd9, 0x05, 0xb8, 0x0e, 0xfd, 0x60, 0x86, 0xe2, 0xf7, 0x06, 0x8d, 0x02, 0x48, 0x84, 0x67, 0x15, 0xef, 0x39, 0xa2, 0xbe, 0x73, 0xbb, 0x82, 0x93, 0x13, 0x14, 0x73, 0x3c, 0x97, 0x6b, 0xfa, 0xcc, 0xbb, 0x95, 0x71, 0xf7, 0xdd, 0x77, 0xff, 0x83, 0x1a, 0x84, 0xbf, 0xe6, 0xbf, 0xbf, 0xf7, 0xbd, 0xef, 0xe9, 0xf4, 0x59, 0x6e, 0x78, 0x11, 0x26, 0x34, 0x48, 0x44, 0x80, 0xa6, 0xf4, 0x64, 0x4c, 0xc9, 0x8d, 0xf3, 0x72, 0xc2, 0xc6, 0x00, 0xe6, 0x71, 0x10, 0xec, 0xee, 0xdd, 0xbb, 0xf5, 0x96, 0xea, 0xd2, 0xaf, 0x20, 0x28, 0x10, 0x1f, 0xbc, 0x47, 0xec, 0x89, 0x01, 0x63, 0xe0, 0x33, 0x13, 0x29, 0x08, 0x0b, 0xf7, 0x06, 0x91, 0x61, 0x5c, 0x41, 0x58, 0x7e, 0xb0, 0x46, 0x12, 0x3f, 0xbe, 0xbf, 0x66, 0xcd, 0x1a, 0xba, 0xee, 0xba, 0xeb, 0x3c, 0x25, 0x60, 0x50, 0xde, 0xf0, 0x6f, 0xff, 0xf6, 0x6f, 0x5d, 0x2d, 0xc1, 0xdb, 0x0d, 0x37, 0xdc, 0xa0, 0xed, 0x1b, 0xfc, 0x3e, 0xdb, 0x2b, 0xd8, 0xd0, 0x0f, 0x86, 0x73, 0xec, 0x89, 0xe2, 0x20, 0x20, 0x33, 0x2d, 0x6f, 0x78, 0xef, 0x80, 0x42, 0x80, 0x87, 0xbc, 0x96, 0x18, 0xbf, 0x3b, 0x9c, 0x43, 0xac, 0x00, 0x8c, 0x6d, 0xb4, 0x87, 0x54, 0xdf, 0xbe, 0xb1, 0x63, 0xc7, 0x8e, 0xfe, 0x8a, 0x06, 0x08, 0xb9, 0x06, 0x48, 0x76, 0x2d, 0x9e, 0x1b, 0xce, 0x00, 0xb8, 0x61, 0x21, 0x09, 0x39, 0xd3, 0x32, 0x51, 0xc3, 0x58, 0x81, 0x28, 0x00, 0x71, 0x00, 0x89, 0xa0, 0x45, 0x20, 0xcd, 0x01, 0x55, 0xb0, 0xc7, 0xdf, 0x38, 0xce, 0xf6, 0x03, 0x7b, 0x54, 0x82, 0x36, 0x30, 0x12, 0x7c, 0xfc, 0x70, 0x49, 0xc2, 0x2b, 0x65, 0x06, 0xe8, 0xf0, 0x5c, 0xc8, 0xf3, 0x7f, 0xed, 0xb5, 0xd7, 0x3c, 0x1a, 0x03, 0xd0, 0x89, 0x35, 0x9a, 0x34, 0xd6, 0xd1, 0x27, 0x78, 0xb3, 0xf0, 0xfb, 0x72, 0x71, 0x3c, 0x66, 0x52, 0x53, 0x1b, 0x80, 0x11, 0xd0, 0x17, 0xfc, 0x0e, 0xdf, 0x07, 0xef, 0x0f, 0x9f, 0x51, 0x4a, 0x11, 0xce, 0x03, 0x43, 0x38, 0xae, 0x50, 0xf7, 0xba, 0x5e, 0x31, 0xcd, 0x1f, 0x0f, 0x1d, 0x3a, 0xd4, 0x57, 0x52, 0x0c, 0xc0, 0x2f, 0x3e, 0x55, 0x06, 0x08, 0x22, 0xa0, 0x54, 0x19, 0x20, 0x4c, 0xd2, 0x3e, 0xd1, 0x31, 0xbc, 0x6c, 0x48, 0x5d, 0xd8, 0x08, 0xd8, 0x20, 0x15, 0xd1, 0x07, 0x10, 0x7a, 0xb6, 0x31, 0x13, 0x3f, 0xa2, 0x07, 0xcc, 0x80, 0xb4, 0x47, 0x92, 0xda, 0x6d, 0xb7, 0xdd, 0xa6, 0x09, 0x3c, 0x51, 0x80, 0x0c, 0x69, 0x0a, 0x60, 0x52, 0xb8, 0x47, 0x01, 0xc7, 0xf8, 0x99, 0x20, 0xe9, 0x41, 0xe8, 0x30, 0x60, 0xcd, 0x8c, 0x57, 0x30, 0x01, 0x08, 0x57, 0xbe, 0x57, 0xd6, 0x58, 0x26, 0x1c, 0xc2, 0x35, 0xb0, 0x0b, 0x60, 0x13, 0xf0, 0x79, 0xfe, 0x0d, 0xe4, 0x58, 0xe1, 0x37, 0x8c, 0xf5, 0xda, 0x66, 0xab, 0x77, 0x7e, 0x97, 0x82, 0x4a, 0x4f, 0x29, 0x46, 0xbc, 0x50, 0x92, 0x1a, 0xc0, 0x74, 0x83, 0x96, 0x3a, 0x03, 0xe4, 0xea, 0x5a, 0x9e, 0x73, 0x8c, 0x3a, 0x9a, 0x90, 0xc8, 0x18, 0x27, 0x48, 0x69, 0x26, 0x50, 0x3f, 0x6f, 0x59, 0x22, 0xe2, 0x67, 0x29, 0x0e, 0x98, 0x01, 0x37, 0x26, 0x26, 0xab, 0x60, 0x03, 0x7c, 0x49, 0x67, 0xad, 0x2e, 0xf8, 0xfc, 0x61, 0x1b, 0x60, 0x02, 0x10, 0x08, 0x92, 0x1b, 0x34, 0x0e, 0x18, 0x01, 0x4c, 0xc4, 0x51, 0x6d, 0x2e, 0x19, 0x89, 0xdf, 0x05, 0x14, 0x93, 0x2b, 0x7b, 0xe2, 0x38, 0x07, 0xcd, 0x4c, 0x37, 0x29, 0x2f, 0x3e, 0x62, 0xba, 0x49, 0x39, 0x92, 0xcc, 0xf3, 0x2e, 0x38, 0xd4, 0xa2, 0x8e, 0x7d, 0x4d, 0x19, 0xea, 0xaf, 0x28, 0x26, 0xc8, 0x6a, 0xd2, 0x71, 0xde, 0x6d, 0x80, 0x3b, 0xef, 0xbc, 0xf3, 0x1f, 0xd4, 0xc3, 0xfe, 0x35, 0xbf, 0xe4, 0xef, 0x7f, 0xff, 0xfb, 0x3a, 0x17, 0x3c, 0x99, 0x0d, 0x10, 0x44, 0x28, 0x7e, 0x36, 0x80, 0xbc, 0x56, 0xaa, 0xde, 0xb0, 0x49, 0xfb, 0x6c, 0xef, 0xc1, 0x3e, 0x79, 0xf6, 0xdf, 0xb3, 0x7b, 0x12, 0x7d, 0x06, 0x01, 0x82, 0x51, 0x40, 0x60, 0xd8, 0x40, 0x80, 0x9c, 0x90, 0x16, 0xf8, 0xf2, 0x13, 0x9c, 0x33, 0x05, 0x0d, 0xcf, 0x03, 0xc6, 0x44, 0x77, 0x14, 0x05, 0x93, 0x0d, 0x5a, 0x65, 0xcb, 0x96, 0x2d, 0xb1, 0x22, 0xc1, 0xc2, 0x26, 0xc0, 0x06, 0xc2, 0x86, 0x04, 0x67, 0x9b, 0x80, 0x37, 0x69, 0x0b, 0xc8, 0xcf, 0x60, 0x7a, 0x30, 0x27, 0xdb, 0x04, 0x2c, 0xd0, 0x30, 0xef, 0xe0, 0xc5, 0x17, 0x5f, 0x34, 0x1f, 0xb3, 0x5f, 0x3d, 0xd7, 0x5f, 0x3c, 0xf5, 0xd4, 0x53, 0x0f, 0x87, 0x56, 0x03, 0x28, 0xb5, 0xee, 0xc9, 0x06, 0x45, 0x9e, 0xbc, 0x5f, 0x20, 0x2c, 0x55, 0x02, 0xf2, 0xd3, 0x00, 0xf2, 0xda, 0x4c, 0x34, 0x40, 0x58, 0xaf, 0xf5, 0x2b, 0x26, 0x00, 0x86, 0x07, 0xa1, 0x41, 0x2a, 0x03, 0x83, 0x03, 0xa2, 0x20, 0xd6, 0x80, 0x3d, 0xa0, 0x14, 0x8e, 0xe3, 0x3c, 0xb4, 0x89, 0x59, 0x91, 0xcf, 0xdc, 0x64, 0x3a, 0x85, 0xb9, 0xc9, 0xdf, 0x96, 0xd1, 0x5e, 0xd8, 0x0c, 0xb0, 0x39, 0xe4, 0xca, 0x39, 0x60, 0x42, 0x18, 0xf3, 0xd0, 0x04, 0x80, 0x70, 0xf2, 0x99, 0xc1, 0x1c, 0x60, 0x04, 0xe9, 0x21, 0x62, 0x83, 0x9e, 0xd3, 0x37, 0xa4, 0x9b, 0x14, 0xcc, 0x82, 0xeb, 0xd0, 0x07, 0x59, 0xb0, 0x17, 0xfd, 0x9a, 0x3d, 0x7b, 0xb6, 0xf6, 0x8e, 0x89, 0xfb, 0xe0, 0xe5, 0x6f, 0x51, 0x50, 0xc9, 0xda, 0xbf, 0x7f, 0xff, 0x8e, 0xd0, 0x32, 0x80, 0x84, 0x40, 0xc5, 0x66, 0x80, 0xb0, 0x49, 0x7b, 0x33, 0x47, 0x8a, 0x09, 0x33, 0x19, 0xe1, 0xca, 0xa5, 0x48, 0xfd, 0xbe, 0x23, 0xcf, 0xf9, 0x7d, 0xd7, 0x6f, 0xf3, 0xbb, 0xde, 0xdc, 0xf0, 0xdc, 0x70, 0x91, 0xa2, 0x49, 0x4d, 0x80, 0x73, 0x88, 0x2f, 0x80, 0x19, 0xe5, 0xdc, 0x01, 0x66, 0x5a, 0x30, 0x24, 0x5c, 0xaa, 0xf2, 0xfd, 0xb1, 0x71, 0xec, 0xe7, 0x26, 0x8d, 0x65, 0xc5, 0x36, 0xbb, 0xf6, 0x05, 0x9e, 0x1b, 0x46, 0x3a, 0xe0, 0x1b, 0x98, 0x40, 0x20, 0x01, 0x0c, 0xe4, 0x75, 0x8a, 0x09, 0x94, 0x39, 0xd2, 0xfe, 0xd4, 0xe1, 0xc3, 0x87, 0xa3, 0xa1, 0x66, 0x00, 0x3f, 0x1b, 0x20, 0x1d, 0x06, 0xe0, 0xc8, 0x68, 0x21, 0x18, 0x20, 0x97, 0xd7, 0x26, 0x22, 0xb0, 0x20, 0xa2, 0x34, 0x25, 0xb1, 0x1f, 0x91, 0x27, 0x63, 0x90, 0x64, 0x04, 0x9d, 0xea, 0x26, 0x9f, 0x1d, 0xf7, 0x85, 0x9d, 0x82, 0x98, 0x00, 0xa6, 0x37, 0xca, 0x31, 0x87, 0x0f, 0x1f, 0x84, 0x0b, 0x89, 0x2d, 0xc7, 0x03, 0x0c, 0x00, 0x6d, 0x00, 0x26, 0x90, 0xd7, 0xfb, 0xa5, 0x4f, 0x70, 0x22, 0x1d, 0x20, 0x17, 0xee, 0x23, 0xa3, 0xc9, 0xd0, 0x42, 0x4b, 0x96, 0x2c, 0xd1, 0x81, 0x39, 0xc3, 0x7d, 0xbc, 0x4e, 0xdd, 0xe7, 0x2a, 0xc5, 0x20, 0x7f, 0x52, 0xda, 0x60, 0x20, 0x34, 0x0c, 0xa0, 0x1e, 0x36, 0xa7, 0x1a, 0x20, 0x1d, 0x06, 0x28, 0x96, 0xb4, 0x0f, 0x22, 0x76, 0x3f, 0x82, 0x94, 0xc7, 0x82, 0x24, 0x7a, 0x32, 0xc2, 0xf7, 0x63, 0x0e, 0x13, 0xe6, 0x64, 0x4b, 0xf4, 0xe6, 0xbd, 0xd8, 0x40, 0x85, 0xa7, 0x86, 0x33, 0x47, 0xb9, 0x01, 0xaf, 0xa3, 0x41, 0x1b, 0x98, 0xef, 0xca, 0xcf, 0x4d, 0x1a, 0x64, 0x1c, 0x83, 0x2e, 0x00, 0x89, 0xa4, 0x9b, 0x14, 0xbf, 0x8d, 0xcf, 0xa8, 0x3a, 0xcd, 0xb3, 0xd5, 0x44, 0x43, 0x05, 0xe3, 0xcd, 0x8a, 0x09, 0x1e, 0x57, 0x4c, 0xd0, 0x55, 0xf2, 0x10, 0xc8, 0x8f, 0xd8, 0xf2, 0xc5, 0x00, 0xd9, 0x5c, 0x9b, 0x2a, 0x7c, 0x48, 0x05, 0xa2, 0xa4, 0x03, 0x59, 0x72, 0x71, 0x7d, 0x3a, 0x84, 0xef, 0xf7, 0xbc, 0xb0, 0x3d, 0xb0, 0x00, 0x06, 0xea, 0xa4, 0xca, 0xc0, 0x15, 0x7c, 0xf8, 0x20, 0x5e, 0x30, 0x89, 0xe9, 0x26, 0x05, 0x41, 0xc3, 0xf1, 0x21, 0xbd, 0x5a, 0x41, 0xe9, 0x13, 0x60, 0x14, 0xdc, 0x87, 0x27, 0xf1, 0x58, 0x6e, 0x39, 0x48, 0x4b, 0xa7, 0x6b, 0xc0, 0xcb, 0x24, 0x6b, 0x34, 0xa9, 0x86, 0xc5, 0xda, 0xee, 0x9e, 0x3b, 0x77, 0xee, 0xa3, 0x8a, 0x11, 0x3b, 0x43, 0xc1, 0x00, 0x32, 0x19, 0x0e, 0x0c, 0xc0, 0xb3, 0x8b, 0x72, 0xc9, 0x00, 0x7c, 0x6d, 0xa1, 0x18, 0x20, 0x48, 0xc2, 0xa7, 0x43, 0xd4, 0xe6, 0xb5, 0x89, 0xec, 0x9d, 0x44, 0x38, 0x5d, 0xde, 0x2f, 0x1d, 0x46, 0x4c, 0xd4, 0x2f, 0x3f, 0x2d, 0x13, 0xc4, 0x28, 0x20, 0x4e, 0xd8, 0x05, 0x48, 0xb3, 0x90, 0xc9, 0x72, 0xf0, 0xef, 0xc3, 0x58, 0x06, 0x6e, 0x97, 0x4c, 0x80, 0xcf, 0x80, 0x49, 0x9c, 0xce, 0x61, 0x46, 0xbb, 0xcd, 0x80, 0x19, 0xa7, 0x64, 0xc3, 0x4d, 0xca, 0x4c, 0xc2, 0x0d, 0xc2, 0x14, 0x8c, 0x01, 0x86, 0x93, 0x31, 0x3c, 0x75, 0x8f, 0x3b, 0x94, 0x96, 0xd8, 0xaa, 0xec, 0x85, 0x9e, 0xa2, 0x32, 0x80, 0x7a, 0x88, 0x51, 0x5e, 0x20, 0x3f, 0x06, 0x48, 0x95, 0x00, 0x73, 0xc1, 0x00, 0xd9, 0x40, 0x1b, 0x3f, 0x02, 0x48, 0xb6, 0xf7, 0x23, 0xb8, 0xa0, 0x75, 0xd3, 0x32, 0x85, 0x49, 0xa9, 0x7c, 0x37, 0x5d, 0x2f, 0x50, 0x10, 0x33, 0x99, 0xcf, 0x8f, 0xeb, 0x41, 0x98, 0x88, 0x15, 0x20, 0xbb, 0x55, 0xce, 0xec, 0x82, 0xa4, 0x87, 0xb1, 0x0c, 0xc8, 0x02, 0x42, 0x95, 0x09, 0x73, 0x60, 0x02, 0x9e, 0x97, 0x20, 0xc7, 0x82, 0x53, 0x2c, 0x24, 0x23, 0x70, 0x36, 0x29, 0x7e, 0x47, 0xce, 0xad, 0x86, 0xd7, 0x09, 0x01, 0x44, 0xd0, 0x81, 0x9c, 0x7b, 0xa1, 0x5a, 0xab, 0xfa, 0xce, 0x4a, 0x05, 0x85, 0xfe, 0x35, 0x54, 0x36, 0x00, 0x96, 0xcb, 0xc9, 0x96, 0x01, 0xe4, 0xf1, 0x7c, 0x33, 0x40, 0x22, 0x82, 0x4e, 0x76, 0x2e, 0x48, 0xaa, 0x67, 0x0a, 0x91, 0x24, 0x61, 0xa6, 0x63, 0x23, 0xa4, 0x03, 0x8f, 0x52, 0x21, 0x7a, 0xf9, 0x0c, 0xf2, 0x39, 0x41, 0xb4, 0xc8, 0xf3, 0x82, 0x16, 0x90, 0x6e, 0x52, 0xc0, 0x18, 0xa4, 0x5c, 0xc3, 0x5e, 0x00, 0x01, 0x9b, 0x31, 0x04, 0x10, 0xba, 0xc4, 0xf2, 0xb8, 0x17, 0xde, 0xab, 0x69, 0x1c, 0xb3, 0x9b, 0x54, 0x87, 0x83, 0x67, 0xcf, 0xd6, 0xf7, 0x43, 0xf2, 0x1c, 0x60, 0x18, 0xe6, 0x5c, 0x23, 0x52, 0x2d, 0x27, 0xdd, 0x23, 0x98, 0xac, 0xce, 0xef, 0x55, 0xc7, 0x3e, 0x2c, 0x1a, 0x03, 0x28, 0xf5, 0xe7, 0x49, 0x85, 0x28, 0x34, 0x03, 0xe4, 0xc2, 0x90, 0xf5, 0x83, 0x20, 0x41, 0x0c, 0x12, 0xc4, 0x3c, 0x89, 0xf0, 0x75, 0x22, 0xa2, 0x0b, 0x92, 0xea, 0xa9, 0x18, 0xcb, 0xb9, 0xf6, 0xfe, 0x98, 0xae, 0xda, 0xa0, 0x71, 0xe1, 0xbc, 0x22, 0xd3, 0x4d, 0x0a, 0x26, 0xe0, 0xe8, 0xb6, 0x1c, 0x2f, 0x5c, 0x0b, 0x57, 0xa9, 0xe9, 0x26, 0x35, 0xe7, 0x16, 0x70, 0x56, 0x2c, 0xb0, 0x3f, 0x62, 0x0e, 0xb2, 0xd4, 0x0c, 0xce, 0x21, 0x7f, 0x08, 0x8c, 0x87, 0xd4, 0x72, 0x71, 0x8f, 0x65, 0x4a, 0x0b, 0xfc, 0x2a, 0x88, 0x3e, 0x8b, 0xbe, 0x4e, 0x30, 0x3a, 0x28, 0xd3, 0x62, 0x93, 0x35, 0xe9, 0x3d, 0x30, 0x19, 0x20, 0xed, 0x30, 0x78, 0x82, 0x84, 0xbb, 0x44, 0x84, 0x9f, 0xec, 0x58, 0x10, 0x71, 0xf8, 0xc1, 0xa0, 0x64, 0x7b, 0x10, 0x41, 0xa2, 0xf3, 0x92, 0x61, 0x4d, 0xe6, 0x4d, 0x36, 0xf6, 0xa9, 0x8c, 0x8d, 0x84, 0x2c, 0xf2, 0x77, 0x2c, 0xb7, 0x36, 0xa9, 0x35, 0x6a, 0x2c, 0xf1, 0x19, 0x4b, 0x23, 0xa1, 0x48, 0xc0, 0xaf, 0x7f, 0xfd, 0x6b, 0x8f, 0x87, 0xe8, 0xd1, 0x47, 0x1f, 0xa5, 0xeb, 0xaf, 0xbf, 0xde, 0x33, 0x17, 0x1b, 0xf7, 0x04, 0x13, 0xa0, 0xd2, 0x1e, 0x20, 0x14, 0x27, 0xf2, 0xb1, 0xdb, 0x93, 0xd3, 0x23, 0x30, 0x16, 0x70, 0x81, 0xe2, 0xbe, 0x7c, 0x8d, 0x4c, 0xe0, 0x83, 0x06, 0x42, 0xed, 0xd1, 0xbd, 0x7b, 0xf7, 0xba, 0x06, 0xb9, 0xba, 0xe6, 0xb2, 0x5b, 0x6f, 0xbd, 0x75, 0xc3, 0xb6, 0x6d, 0xdb, 0x30, 0x9f, 0xc0, 0x2e, 0x06, 0x04, 0xba, 0x4d, 0xed, 0xae, 0xe0, 0xbf, 0x61, 0x2c, 0x41, 0x7d, 0xc9, 0xc1, 0x4a, 0x77, 0x33, 0x27, 0x5f, 0x67, 0x72, 0x0f, 0xbf, 0x2d, 0x93, 0x94, 0x81, 0x20, 0x9c, 0x1f, 0xf4, 0x39, 0x15, 0x66, 0xc8, 0xc4, 0xab, 0x14, 0x64, 0x2f, 0x64, 0xe2, 0x21, 0x0a, 0x92, 0xfa, 0x89, 0x98, 0xdf, 0x6f, 0x8f, 0x39, 0xcf, 0x20, 0x58, 0x78, 0x88, 0x24, 0x13, 0x20, 0xcd, 0x1a, 0xc6, 0xaf, 0xb9, 0x7c, 0x12, 0x88, 0x1d, 0xda, 0xc1, 0x74, 0x93, 0xb2, 0x87, 0x08, 0x92, 0x5f, 0x2e, 0xba, 0xc1, 0x82, 0x46, 0x0a, 0x41, 0xd8, 0x04, 0x80, 0x60, 0x12, 0x0a, 0xa9, 0xe7, 0x39, 0xa9, 0xfe, 0xde, 0x41, 0x3e, 0xa9, 0x3f, 0x85, 0x80, 0x40, 0x57, 0xaa, 0x0e, 0x5c, 0xcb, 0x7f, 0xa3, 0x83, 0xeb, 0xd6, 0xad, 0xcb, 0x78, 0xc2, 0x73, 0xaa, 0x44, 0x9b, 0xa9, 0x86, 0x4a, 0x24, 0xfd, 0xcd, 0x17, 0xec, 0x67, 0x2c, 0xa6, 0xfa, 0x39, 0x48, 0xdb, 0xa4, 0x43, 0x64, 0x89, 0x02, 0x5f, 0xe9, 0x32, 0x42, 0x22, 0xfb, 0x26, 0x1d, 0x83, 0xdf, 0x1c, 0x4f, 0x48, 0x6b, 0x64, 0x9f, 0x22, 0x55, 0x02, 0x18, 0x9d, 0x1b, 0x0c, 0x65, 0x4c, 0xf8, 0xe1, 0x92, 0xe9, 0x7c, 0x7d, 0x90, 0x9b, 0x14, 0xc7, 0xc0, 0x50, 0x66, 0x03, 0x84, 0x36, 0x2b, 0x60, 0x80, 0x09, 0x64, 0xde, 0x90, 0xa2, 0x93, 0xf3, 0x0a, 0x06, 0x6d, 0x2d, 0x0a, 0x03, 0x28, 0x09, 0xd0, 0xa8, 0x76, 0xf7, 0xf2, 0xdf, 0x98, 0xed, 0x04, 0xf5, 0xc7, 0x11, 0xbe, 0x30, 0xb4, 0x54, 0x09, 0x3e, 0x5d, 0x22, 0x4f, 0x44, 0xfc, 0x99, 0xfe, 0x4e, 0x2a, 0x44, 0x99, 0xaa, 0x46, 0x48, 0xa6, 0x01, 0x92, 0xfd, 0x56, 0xb2, 0x63, 0xdc, 0x80, 0xd5, 0xa1, 0xf9, 0x31, 0xdd, 0x51, 0xa6, 0x36, 0x43, 0x52, 0xe3, 0x18, 0x66, 0xc9, 0x49, 0x61, 0x66, 0xba, 0x49, 0xf1, 0x37, 0x3c, 0x3d, 0x89, 0x0a, 0x05, 0xc8, 0x94, 0x6e, 0x30, 0xc0, 0xe3, 0x8f, 0x3f, 0x2e, 0x4f, 0xf7, 0xab, 0xdf, 0xf9, 0x3f, 0x52, 0x8e, 0x16, 0xcc, 0x06, 0xe8, 0xe9, 0xe9, 0x79, 0x46, 0x0d, 0xc0, 0x71, 0xb8, 0x6c, 0xf1, 0x37, 0x54, 0xe1, 0x4f, 0x7f, 0xfa, 0x53, 0x6d, 0x08, 0x9b, 0xb9, 0xe4, 0xb9, 0x6a, 0xe9, 0x6a, 0x86, 0x54, 0xa0, 0x4b, 0x10, 0xc6, 0x0e, 0xf2, 0xd5, 0x67, 0x73, 0xaf, 0x54, 0xef, 0x91, 0x08, 0x62, 0xa5, 0x62, 0xa4, 0x27, 0x1b, 0x3f, 0xbf, 0x69, 0x9d, 0xd9, 0x7c, 0x86, 0x36, 0x40, 0x55, 0x09, 0x59, 0x42, 0x12, 0x0c, 0x01, 0x3b, 0xe1, 0x1b, 0xdf, 0xf8, 0x86, 0x9b, 0x48, 0xc7, 0x1e, 0x25, 0xa4, 0x86, 0x43, 0x4b, 0x70, 0x86, 0x6b, 0x50, 0x03, 0x4d, 0xc9, 0x72, 0x31, 0x3e, 0xd7, 0x0e, 0x1b, 0xc4, 0x6f, 0x8f, 0xe2, 0x84, 0x7c, 0xb6, 0xcd, 0x9b, 0x37, 0x6f, 0x51, 0x03, 0xf0, 0xff, 0x0a, 0xf5, 0x7b, 0xb9, 0x34, 0xd2, 0x93, 0x05, 0xa8, 0xd2, 0xf9, 0x6e, 0x2a, 0xf7, 0x2a, 0xd4, 0x77, 0x4d, 0x46, 0xcc, 0x55, 0x54, 0x3c, 0x95, 0xbf, 0xfd, 0x2a, 0x5c, 0xe0, 0xef, 0xaf, 0x7d, 0xed, 0x6b, 0x6e, 0x89, 0x49, 0x8e, 0x03, 0x60, 0x8f, 0xac, 0xd7, 0x64, 0x35, 0x93, 0xe4, 0xfc, 0x06, 0x18, 0xc0, 0xdf, 0xfa, 0xd6, 0xb7, 0x64, 0x3f, 0x5f, 0x7a, 0xfa, 0xe9, 0xa7, 0x6f, 0xe0, 0x3f, 0x05, 0x03, 0xd8, 0x05, 0xc1, 0x20, 0x4f, 0x3c, 0xf1, 0x04, 0xf0, 0xd7, 0x0f, 0x28, 0xb6, 0x7c, 0x55, 0xa5, 0x8d, 0xf1, 0x66, 0x46, 0xae, 0x99, 0x19, 0x1f, 0x78, 0xe0, 0x01, 0x6d, 0x20, 0xf3, 0x54, 0x4e, 0x9e, 0xcf, 0x0c, 0xcd, 0x61, 0x4e, 0xc4, 0xf7, 0xe0, 0x78, 0x03, 0x1a, 0xf9, 0x94, 0x58, 0xfc, 0x20, 0xe8, 0x59, 0x0a, 0x06, 0xc2, 0x15, 0x26, 0xfb, 0xef, 0x8e, 0x31, 0xbc, 0x63, 0xac, 0x32, 0x42, 0x3a, 0xd0, 0x2c, 0x99, 0x14, 0x4d, 0x57, 0x22, 0xfb, 0x39, 0x0e, 0xcc, 0xcf, 0x41, 0xce, 0x85, 0x44, 0x0e, 0x87, 0x54, 0x9e, 0x33, 0x55, 0x26, 0x40, 0xfb, 0xd3, 0x9f, 0xfe, 0xa4, 0xab, 0x51, 0xf0, 0x44, 0x79, 0x76, 0x85, 0x72, 0xc5, 0x69, 0x5e, 0x73, 0x4d, 0x12, 0xbf, 0x59, 0x2d, 0x0f, 0x5e, 0x27, 0xe3, 0xb7, 0xde, 0x10, 0xd2, 0x9f, 0xe4, 0xe7, 0x82, 0x2e, 0x90, 0xf1, 0xd8, 0x63, 0x8f, 0xed, 0x54, 0xbb, 0xeb, 0x6f, 0xb9, 0xe5, 0x96, 0x56, 0xd5, 0xa9, 0x25, 0xaa, 0x73, 0xf5, 0x69, 0xc2, 0x14, 0x4b, 0x75, 0x26, 0x82, 0xbd, 0x92, 0x0c, 0x55, 0xfc, 0x59, 0x6d, 0x11, 0xfc, 0x8d, 0xf1, 0x77, 0x8e, 0xf1, 0x86, 0xbf, 0xf5, 0x71, 0x79, 0x8c, 0x3f, 0xf3, 0x71, 0xe7, 0x1a, 0xf7, 0x1c, 0x7f, 0x76, 0xf6, 0xee, 0xb5, 0xea, 0x37, 0xdc, 0xef, 0x88, 0x6b, 0x2c, 0x79, 0x8c, 0xe9, 0xc0, 0xf9, 0xdb, 0x85, 0x99, 0x7c, 0x0f, 0x3e, 0x26, 0x02, 0x76, 0x96, 0x9f, 0x71, 0x66, 0xbc, 0x28, 0x89, 0x5b, 0x3d, 0x2f, 0x51, 0x11, 0x9c, 0xed, 0xbc, 0x64, 0x5b, 0x10, 0x61, 0xd4, 0xb8, 0xde, 0x76, 0xae, 0xe5, 0x1f, 0x8d, 0x3a, 0xdf, 0x8b, 0x8a, 0x7b, 0xd8, 0xce, 0xf1, 0xa8, 0xf8, 0xbe, 0xfc, 0xdb, 0xfd, 0x4e, 0x75, 0x75, 0xf5, 0x88, 0x03, 0x65, 0x86, 0xf9, 0xb8, 0xda, 0x46, 0xf8, 0x5a, 0x6c, 0xea, 0xdc, 0x88, 0xf8, 0x3d, 0x7e, 0x2e, 0xf7, 0x79, 0xf9, 0xf9, 0x14, 0xb4, 0x59, 0xa0, 0x08, 0xf8, 0x87, 0xea, 0xa3, 0xeb, 0xdf, 0x44, 0xcd, 0x22, 0x18, 0xc8, 0x98, 0xbe, 0x69, 0x06, 0x36, 0x93, 0xd9, 0x03, 0x48, 0x97, 0x40, 0xb1, 0x2f, 0x41, 0x33, 0x1d, 0xca, 0xe6, 0x78, 0xcc, 0x24, 0xfc, 0x82, 0x19, 0xc1, 0x7e, 0x4d, 0xe1, 0x31, 0x58, 0x41, 0xaf, 0x65, 0x79, 0x9b, 0x2a, 0x87, 0xe0, 0xe4, 0x9e, 0x3f, 0x47, 0x02, 0x3e, 0xcb, 0x63, 0x91, 0x04, 0xe7, 0xab, 0x1c, 0xa2, 0xab, 0x16, 0xd7, 0x58, 0xe2, 0x78, 0x95, 0xcf, 0x31, 0xfe, 0xdb, 0x32, 0xbe, 0x63, 0x6e, 0x24, 0xce, 0x99, 0x84, 0x6f, 0xf9, 0x10, 0xbd, 0xe5, 0xc3, 0x04, 0x92, 0x2a, 0xa2, 0x26, 0xa1, 0x1b, 0xd7, 0xb9, 0xc4, 0x2d, 0xfe, 0x36, 0xf7, 0x23, 0xc6, 0xb1, 0xa8, 0x38, 0x16, 0xf4, 0x79, 0xd8, 0x38, 0x36, 0x6c, 0x9c, 0x27, 0x1f, 0x26, 0xf4, 0x3b, 0xb6, 0x63, 0xcd, 0x9a, 0x35, 0xdb, 0xa7, 0x4d, 0x9b, 0xf6, 0x3b, 0xc5, 0x1c, 0x4b, 0xb8, 0x53, 0xa8, 0x41, 0x04, 0x63, 0x19, 0xf5, 0x43, 0xc1, 0x04, 0xa9, 0x38, 0x4b, 0xe0, 0x31, 0x42, 0xc1, 0x5d, 0xa3, 0xcc, 0xe2, 0xff, 0xdd, 0xb5, 0x6b, 0x57, 0x8f, 0x9f, 0xf4, 0x2f, 0x98, 0x11, 0x9c, 0x6f, 0x64, 0x21, 0x08, 0xae, 0xda, 0x20, 0x6a, 0x2b, 0x01, 0x53, 0x24, 0x62, 0x04, 0xf3, 0xfb, 0x56, 0xc0, 0x77, 0x2d, 0xe1, 0x4a, 0x96, 0x1a, 0xa0, 0x2a, 0x80, 0xf8, 0x83, 0x18, 0xc0, 0x8f, 0x09, 0x28, 0x40, 0x6a, 0xd9, 0x09, 0x88, 0x2b, 0x88, 0x19, 0xfc, 0x88, 0x5e, 0x12, 0xbb, 0x3c, 0x37, 0x62, 0x1c, 0x97, 0xdb, 0xb0, 0xb8, 0xd6, 0x24, 0xf8, 0x91, 0x04, 0xcf, 0x97, 0x94, 0x19, 0x96, 0x2e, 0x5d, 0xda, 0x3c, 0x67, 0xce, 0x9c, 0x7f, 0x56, 0x4c, 0xb0, 0x49, 0x76, 0x1c, 0xf0, 0xe6, 0xdb, 0xdf, 0xfe, 0xb6, 0xce, 0xf5, 0x49, 0xc4, 0x04, 0xd0, 0x18, 0x5b, 0xb7, 0x6e, 0xd5, 0xd2, 0x5f, 0x68, 0x8d, 0x13, 0x5d, 0x5d, 0x5d, 0x6b, 0x95, 0x46, 0x39, 0x17, 0xa0, 0x41, 0xcb, 0x82, 0x01, 0x82, 0x98, 0x21, 0x11, 0xe1, 0x56, 0xf9, 0x48, 0x6f, 0x49, 0xd4, 0xd5, 0x09, 0x88, 0xdd, 0x32, 0xee, 0x91, 0x48, 0xea, 0x47, 0x02, 0x88, 0x3e, 0x92, 0x02, 0xd1, 0x07, 0x22, 0x41, 0x1f, 0x2d, 0x11, 0x75, 0x3e, 0x47, 0x13, 0x48, 0x7f, 0x4a, 0xa2, 0x09, 0xa2, 0x09, 0xb4, 0x80, 0x6d, 0x10, 0x3a, 0xef, 0xed, 0x04, 0x84, 0x9e, 0x32, 0xf1, 0xf3, 0xbe, 0xad, 0xad, 0xad, 0x66, 0xd5, 0xaa, 0x55, 0xff, 0x53, 0x11, 0xfa, 0x57, 0xcd, 0x4e, 0x63, 0xce, 0x01, 0xca, 0xb8, 0x20, 0x01, 0x4e, 0x06, 0xbe, 0xa0, 0x25, 0x30, 0x2b, 0x0d, 0x2b, 0x50, 0x1a, 0xc6, 0x2f, 0xee, 0xfb, 0x85, 0x6d, 0xdb, 0xb6, 0x3d, 0x13, 0x44, 0xfc, 0xe5, 0xc8, 0x00, 0xc9, 0x18, 0x22, 0x08, 0xce, 0x48, 0x62, 0x35, 0x99, 0xc4, 0x8f, 0x11, 0x82, 0xfe, 0x26, 0x1f, 0x86, 0x08, 0x22, 0xf8, 0x44, 0x4c, 0x60, 0x42, 0x1e, 0x3f, 0x1f, 0xb6, 0x9d, 0xe0, 0xb3, 0x09, 0x41, 0xa2, 0x01, 0x1a, 0xc0, 0xf6, 0x91, 0xf2, 0x64, 0xfc, 0x3d, 0x22, 0x18, 0xc0, 0x36, 0xe0, 0x57, 0x22, 0x62, 0x4f, 0x55, 0x1b, 0x8c, 0xda, 0xdf, 0x74, 0xd3, 0x4d, 0x3f, 0x52, 0xc6, 0xed, 0x0f, 0xfd, 0xe8, 0x13, 0xc4, 0xcf, 0x4b, 0xb8, 0x22, 0xa6, 0x10, 0x50, 0x4c, 0x6c, 0x44, 0x61, 0xff, 0xbf, 0x52, 0x50, 0xfb, 0xd7, 0x41, 0x84, 0x3f, 0x56, 0x18, 0xc0, 0xaf, 0xbf, 0xc9, 0x88, 0xdf, 0x4a, 0x20, 0xf5, 0xcd, 0x63, 0x56, 0xc0, 0xf7, 0xcd, 0xcf, 0x14, 0x00, 0x83, 0x82, 0xf0, 0x3f, 0x25, 0x61, 0x00, 0x3f, 0x22, 0x33, 0x09, 0xd3, 0x94, 0xfe, 0x26, 0x81, 0x53, 0x80, 0x06, 0x30, 0xb5, 0x01, 0x05, 0x10, 0x91, 0x9d, 0xc6, 0xe7, 0xb4, 0xf7, 0xca, 0x00, 0xbe, 0x4b, 0x11, 0xfb, 0xdf, 0x4b, 0xe3, 0x38, 0x45, 0x47, 0x49, 0x87, 0xda, 0xfd, 0xa5, 0x22, 0xfe, 0x47, 0x12, 0x11, 0xfe, 0x58, 0x65, 0x80, 0x44, 0x4c, 0xe1, 0x27, 0xd9, 0x83, 0x8c, 0x5b, 0x3f, 0xbc, 0xef, 0xa7, 0x01, 0x28, 0x89, 0x1d, 0x90, 0xe9, 0x3b, 0xb0, 0x0d, 0x2d, 0x61, 0xfb, 0x9c, 0x8b, 0x06, 0x30, 0x83, 0x69, 0x1b, 0x8c, 0xf8, 0xdc, 0x83, 0x12, 0x48, 0xce, 0x7c, 0x30, 0x82, 0xef, 0xb9, 0x8d, 0x1b, 0x37, 0xce, 0x6c, 0x6c, 0x6c, 0xfc, 0xb9, 0xb2, 0x0b, 0xee, 0x4e, 0xc1, 0x61, 0x83, 0x7e, 0xfc, 0x4e, 0x69, 0x86, 0x1f, 0x3c, 0xf9, 0xe4, 0x93, 0xa7, 0xd2, 0x79, 0xf9, 0x95, 0x96, 0x3a, 0x73, 0x04, 0x61, 0xfe, 0x48, 0x82, 0x6b, 0xcd, 0x78, 0x4b, 0x90, 0x46, 0xb0, 0x0c, 0xe9, 0xef, 0xe7, 0x0d, 0x4a, 0x44, 0x64, 0xd1, 0x00, 0x02, 0x8b, 0x06, 0x60, 0xef, 0x74, 0x19, 0x2e, 0x5b, 0x46, 0xc8, 0x18, 0x2e, 0x5d, 0x73, 0xcd, 0x35, 0xb3, 0x1a, 0x1a, 0x1a, 0xbe, 0xae, 0xa4, 0xfb, 0x46, 0x8a, 0xcd, 0x2d, 0x69, 0x71, 0xdc, 0xaa, 0xa7, 0xd5, 0xb1, 0xdd, 0x6a, 0x7b, 0x41, 0x69, 0x8b, 0xdf, 0x3e, 0xfe, 0xf8, 0xe3, 0xc7, 0x33, 0x79, 0xc1, 0x95, 0x96, 0x7d, 0x8b, 0xf8, 0xec, 0xad, 0x00, 0x1b, 0xc0, 0x4a, 0x80, 0xfd, 0x13, 0xb9, 0x43, 0xfd, 0x08, 0xc6, 0xef, 0x9c, 0x95, 0xe5, 0xfb, 0xb6, 0xf3, 0xcc, 0x08, 0xd9, 0xda, 0x0b, 0x94, 0x40, 0x63, 0x51, 0x85, 0x01, 0xc2, 0xa3, 0x39, 0x52, 0x25, 0xf2, 0x64, 0xc7, 0x28, 0x85, 0x73, 0xb9, 0x20, 0xfc, 0x52, 0x61, 0x84, 0xbc, 0xbc, 0xa8, 0x4a, 0x2b, 0x3c, 0x53, 0xe4, 0x9b, 0xf0, 0x73, 0xfd, 0x6e, 0xed, 0x14, 0x8f, 0xe7, 0xd2, 0x46, 0x28, 0xd8, 0x4b, 0xa9, 0xb4, 0x70, 0x31, 0x46, 0x3a, 0x4c, 0x51, 0xe8, 0xf7, 0x99, 0x4f, 0x46, 0x28, 0x78, 0xfb, 0xff, 0x1c, 0x7e, 0xc3, 0x82, 0xee, 0xd1, 0x7b, 0x26, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_find_192_png_len = 15547; unsigned char gtk_help_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x48, 0x65, 0x6c, 0x70, 0x20, 0x42, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x6b, 0x38, 0xef, 0x85, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x54, 0x75, 0x6f, 0x6d, 0x61, 0x73, 0x20, 0x4b, 0x75, 0x6f, 0x73, 0x6d, 0x61, 0x6e, 0x65, 0x6e, 0x1a, 0xd3, 0x87, 0x4c, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x31, 0x2d, 0x30, 0x36, 0x35, 0x3a, 0x00, 0xc9, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x74, 0x69, 0x67, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x16, 0xbf, 0x51, 0xd3, 0x00, 0x00, 0x2e, 0xfd, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x7c, 0x14, 0xc7, 0xb9, 0xff, 0x66, 0xef, 0xd4, 0xbb, 0x40, 0x08, 0x24, 0x90, 0x44, 0x11, 0xbd, 0x9a, 0x66, 0x70, 0x01, 0x0c, 0x0e, 0xc6, 0xdd, 0x8e, 0x5b, 0x9c, 0x17, 0xa7, 0xfa, 0x39, 0xed, 0x3d, 0x3b, 0x7e, 0x71, 0x6c, 0x62, 0x27, 0x21, 0x2f, 0xae, 0xc9, 0x4b, 0x2f, 0x2f, 0x76, 0x8a, 0x1d, 0xbf, 0x14, 0x97, 0xc4, 0xdd, 0x80, 0x31, 0xcd, 0x06, 0x0c, 0xc6, 0xc2, 0x74, 0x6c, 0x90, 0x84, 0x0a, 0x92, 0x40, 0x12, 0xa8, 0x77, 0x9d, 0x6e, 0xde, 0x7c, 0x73, 0xb7, 0x77, 0xb3, 0xb3, 0x33, 0x7b, 0xab, 0x66, 0x43, 0xa2, 0xf9, 0xb1, 0x68, 0x77, 0x6f, 0x6f, 0x6f, 0x77, 0xfe, 0xff, 0xf9, 0xda, 0x7c, 0x33, 0x03, 0x30, 0x54, 0x86, 0xca, 0x50, 0x19, 0x2a, 0x43, 0x65, 0xa8, 0x0c, 0x95, 0xa1, 0x32, 0x54, 0x86, 0xca, 0x50, 0x19, 0x2a, 0x43, 0x65, 0xa8, 0x0c, 0x95, 0x7f, 0x95, 0x42, 0xfe, 0x19, 0x5f, 0x6a, 0xee, 0xdc, 0xc7, 0xa3, 0xea, 0x33, 0xcf, 0x8c, 0xa5, 0x04, 0x26, 0x03, 0x25, 0x93, 0xfc, 0x00, 0x13, 0xd9, 0x8b, 0xe6, 0x50, 0xa0, 0xe9, 0x04, 0x48, 0x02, 0xbb, 0x04, 0xb7, 0x24, 0xb6, 0xa5, 0x04, 0xbf, 0xd2, 0xc8, 0xb6, 0x66, 0xb6, 0xb5, 0xb2, 0x6b, 0x5a, 0xd9, 0x35, 0x75, 0x14, 0xa0, 0xdc, 0x20, 0xf4, 0x28, 0xf8, 0x8d, 0xa3, 0x84, 0xf8, 0x8f, 0xa6, 0x55, 0x0f, 0x2b, 0xd9, 0xb3, 0xe7, 0x8e, 0xee, 0x21, 0x02, 0x9c, 0x85, 0x25, 0xe7, 0x8a, 0x47, 0xd2, 0x0c, 0x4a, 0x2e, 0x06, 0xa0, 0x97, 0xb0, 0xc3, 0xa5, 0x6c, 0x9b, 0xc2, 0xb6, 0xa8, 0x01, 0xfe, 0x19, 0x04, 0xff, 0x03, 0xb6, 0x6d, 0x65, 0xd5, 0xb6, 0x19, 0xa2, 0x3b, 0xde, 0x2a, 0x7d, 0x69, 0x4d, 0xc3, 0x10, 0x01, 0x3e, 0xa6, 0x92, 0xbb, 0xea, 0x91, 0x39, 0x84, 0x90, 0x5b, 0x08, 0xd0, 0xe5, 0xac, 0xb5, 0xce, 0x66, 0xa7, 0x3c, 0xda, 0x97, 0x64, 0x6f, 0x99, 0x18, 0x1f, 0x0b, 0xe9, 0xc9, 0xb1, 0x10, 0x17, 0x13, 0x0d, 0x71, 0xf1, 0xd1, 0x90, 0x18, 0x17, 0x0d, 0xc9, 0xf1, 0x31, 0xfc, 0xf3, 0xe6, 0xb6, 0x4e, 0x68, 0x69, 0xef, 0x82, 0xb6, 0xb6, 0x6e, 0x68, 0xef, 0xec, 0x82, 0xfa, 0xa6, 0x76, 0x76, 0xae, 0x03, 0x28, 0x75, 0x7c, 0x84, 0x1e, 0x26, 0x2d, 0xf6, 0x12, 0x30, 0x36, 0x53, 0x4a, 0x9f, 0x29, 0x5b, 0xb7, 0x7a, 0xef, 0x10, 0x01, 0x06, 0xb9, 0x8c, 0xb9, 0xfa, 0xb1, 0x2c, 0x6f, 0x4f, 0xcf, 0xad, 0x7e, 0x4a, 0x3e, 0xcb, 0x1e, 0x7c, 0xba, 0xea, 0x9a, 0x61, 0xa9, 0xf1, 0x30, 0x67, 0x52, 0x36, 0x8c, 0x1b, 0x3d, 0x0c, 0xf2, 0xb2, 0xd3, 0x20, 0x77, 0x64, 0x2a, 0x8c, 0xcd, 0x4e, 0x87, 0xb4, 0xa4, 0xb8, 0x5e, 0xbd, 0x3d, 0x92, 0xa0, 0xa4, 0xaa, 0x1e, 0xca, 0x4f, 0xd5, 0x43, 0x49, 0x25, 0xdb, 0x2a, 0xea, 0xe0, 0xfd, 0x0f, 0x2b, 0xe1, 0x4c, 0x43, 0xab, 0xee, 0x2b, 0x07, 0x09, 0xa1, 0x4f, 0xfb, 0x3c, 0x9e, 0xbf, 0x9e, 0x78, 0xe5, 0xde, 0xaa, 0x21, 0x02, 0x0c, 0x60, 0xc9, 0xbb, 0xe2, 0xd1, 0x95, 0xac, 0x39, 0xde, 0xc5, 0x76, 0x2f, 0x95, 0x5b, 0x7a, 0x62, 0x42, 0x0c, 0x9c, 0x37, 0x39, 0x1b, 0x16, 0xcf, 0xcc, 0x83, 0x85, 0x33, 0x46, 0xc3, 0xc4, 0xdc, 0x0c, 0x30, 0x08, 0x19, 0xb4, 0xb7, 0xac, 0xac, 0x69, 0x82, 0xdd, 0x87, 0x4e, 0xc0, 0xce, 0x83, 0xe5, 0xb0, 0xe3, 0xfd, 0x12, 0xa8, 0x6b, 0x6a, 0xb3, 0x49, 0x06, 0xb6, 0xbd, 0x49, 0x28, 0xfc, 0xb4, 0x64, 0xdd, 0xea, 0x0d, 0x43, 0x04, 0xe8, 0x73, 0xa1, 0x64, 0xec, 0xaa, 0xc7, 0xae, 0xa4, 0x84, 0xde, 0xcf, 0x0e, 0x16, 0x8a, 0x9f, 0xc4, 0x33, 0x31, 0x7e, 0xe9, 0xe2, 0x89, 0x70, 0xf5, 0x92, 0x29, 0xb0, 0x70, 0xfa, 0x18, 0xf0, 0x18, 0xc6, 0xc7, 0xf2, 0x56, 0x3d, 0x3d, 0x7e, 0x78, 0x97, 0x91, 0xe1, 0xb5, 0xb7, 0x3f, 0x84, 0x0d, 0x3b, 0x8f, 0x41, 0x6b, 0x7b, 0xa7, 0x7c, 0xc9, 0x7e, 0x42, 0xc9, 0x4f, 0x4a, 0x12, 0xc7, 0xfd, 0x05, 0x9e, 0xbf, 0xa9, 0x67, 0x88, 0x00, 0x2e, 0x81, 0xcf, 0xbb, 0xfc, 0xd1, 0x5b, 0xd8, 0x93, 0xdd, 0x0f, 0x14, 0xa6, 0x89, 0x9f, 0x2c, 0x9a, 0x95, 0x07, 0xd7, 0x2e, 0x9b, 0x0a, 0xcb, 0x17, 0x4c, 0x80, 0x84, 0xd8, 0xe8, 0xb3, 0xea, 0x4d, 0x5a, 0x99, 0x0d, 0xb1, 0x69, 0x77, 0x31, 0xbc, 0xfc, 0xd6, 0x11, 0xd8, 0xb9, 0xaf, 0x44, 0xb6, 0x1f, 0x0e, 0xb2, 0x77, 0x79, 0xa8, 0x74, 0xdd, 0x7d, 0xcf, 0xb1, 0x07, 0xa5, 0x43, 0x04, 0xd0, 0x94, 0xb1, 0x97, 0x3d, 0x34, 0x13, 0x0c, 0xe3, 0x37, 0xac, 0x86, 0x2e, 0x08, 0x3d, 0xa0, 0x41, 0x60, 0xc5, 0x82, 0x7c, 0xb8, 0xe3, 0x86, 0x85, 0x30, 0x6d, 0x5c, 0xe6, 0x39, 0x21, 0xbf, 0x8a, 0x4e, 0x9c, 0x81, 0xa7, 0x5f, 0x7b, 0x1f, 0x5e, 0xda, 0x74, 0x00, 0xba, 0x7b, 0x2c, 0x78, 0x6f, 0x33, 0x80, 0x7c, 0xed, 0xf8, 0xda, 0xfb, 0x0e, 0x0e, 0x11, 0x40, 0x28, 0x93, 0xae, 0x7e, 0x2c, 0xa9, 0xd3, 0xe7, 0xff, 0x3e, 0xab, 0xaa, 0xff, 0x60, 0x0f, 0xe4, 0xc5, 0x73, 0x1e, 0x06, 0xfc, 0xaa, 0x8b, 0xa6, 0xc0, 0x57, 0x6f, 0x3c, 0x1f, 0xc6, 0x66, 0xa5, 0x9f, 0x93, 0xa6, 0x2b, 0x1a, 0x8f, 0x4f, 0xbd, 0x52, 0x00, 0x2f, 0x6e, 0x3e, 0x04, 0xdd, 0xbe, 0x90, 0x06, 0xe8, 0x66, 0x26, 0xca, 0x2f, 0xe2, 0x5b, 0x3b, 0xd7, 0x1c, 0xde, 0xba, 0xa6, 0xe5, 0x5f, 0x9e, 0x00, 0x4c, 0xdc, 0x5f, 0xc3, 0xc4, 0xfe, 0xaf, 0xd9, 0x6e, 0xb6, 0xf9, 0x44, 0x17, 0xce, 0x1e, 0x07, 0x0f, 0xdc, 0xbe, 0x8c, 0x59, 0xf0, 0x69, 0x03, 0xf6, 0xb4, 0x4d, 0x2d, 0x1d, 0x50, 0x5d, 0xd7, 0xca, 0x5d, 0xbe, 0x8e, 0x4e, 0x1f, 0x74, 0x74, 0xf9, 0x98, 0xcb, 0x17, 0x88, 0xeb, 0xc4, 0xc5, 0x44, 0x41, 0x6c, 0xb4, 0x17, 0x62, 0x63, 0xbc, 0x90, 0xc4, 0x8c, 0xca, 0xcc, 0xb4, 0x44, 0x48, 0x4e, 0x8c, 0x19, 0xb0, 0x77, 0x2c, 0x3b, 0x59, 0x0f, 0x0f, 0xfd, 0x7e, 0x0b, 0x6c, 0x7b, 0xff, 0xb8, 0xc5, 0x9e, 0x64, 0xf6, 0xc1, 0x57, 0x4a, 0xd6, 0xdd, 0xf7, 0xea, 0xbf, 0x26, 0x01, 0x96, 0xae, 0xf1, 0xe6, 0xc5, 0xc5, 0x3c, 0xc8, 0x9e, 0xe0, 0x5b, 0xe6, 0x73, 0x8c, 0x1a, 0x9e, 0x0c, 0xf7, 0x7e, 0x7e, 0x29, 0xac, 0x5c, 0x34, 0xb1, 0xcf, 0x4f, 0xc9, 0x7c, 0x72, 0x26, 0x82, 0xeb, 0x60, 0xdf, 0xb1, 0x93, 0x50, 0x8a, 0x6e, 0x5c, 0x75, 0x13, 0x54, 0x54, 0x37, 0x72, 0xe0, 0x43, 0xb7, 0x12, 0xbc, 0x04, 0xdd, 0xad, 0x93, 0x19, 0x11, 0xc6, 0x64, 0xa6, 0xf0, 0x2d, 0x37, 0x2b, 0x15, 0x66, 0xe5, 0x8f, 0x84, 0xf1, 0xa3, 0xd3, 0xd9, 0x57, 0xfb, 0x5e, 0x65, 0x1b, 0x76, 0x16, 0xc2, 0x63, 0x4f, 0x6e, 0x81, 0xaa, 0xda, 0xa6, 0xd0, 0xe3, 0xb2, 0xed, 0x97, 0x09, 0x09, 0x9d, 0xf7, 0x1c, 0x7e, 0x7e, 0x4d, 0xd7, 0xbf, 0x0c, 0x01, 0x72, 0xaf, 0xfa, 0xc1, 0x58, 0xd2, 0xe3, 0x7d, 0x96, 0xed, 0xce, 0xe7, 0xe2, 0x9e, 0x18, 0xf0, 0xd9, 0x6b, 0xe6, 0xc2, 0x57, 0x6f, 0x5a, 0x64, 0x35, 0xee, 0x5c, 0x3e, 0xdd, 0x69, 0xe6, 0x9b, 0x6f, 0xdb, 0x5b, 0x06, 0x7b, 0x8f, 0x9e, 0x84, 0xfd, 0x85, 0x27, 0xa1, 0xb5, 0xad, 0x9b, 0x7f, 0x57, 0x04, 0x9b, 0x08, 0xff, 0x91, 0xbe, 0xbc, 0x3d, 0x83, 0x2a, 0x29, 0x3e, 0x06, 0x66, 0xe4, 0x67, 0xc2, 0xec, 0x89, 0x23, 0x99, 0x94, 0xca, 0x85, 0x61, 0x29, 0xf1, 0x7d, 0x32, 0x16, 0xff, 0xf7, 0xef, 0xef, 0xc2, 0x93, 0x2f, 0xed, 0x06, 0xbf, 0xdf, 0xb4, 0x0f, 0x28, 0x3b, 0x20, 0x37, 0x97, 0xae, 0x5f, 0x5d, 0xfa, 0x4f, 0x4f, 0x80, 0xbc, 0x55, 0x0f, 0x5f, 0xcb, 0x2c, 0xbb, 0x27, 0xd9, 0x4b, 0xa7, 0x9a, 0x81, 0x9b, 0x1f, 0xde, 0x75, 0x05, 0xf3, 0xe3, 0x73, 0x7b, 0xf5, 0x64, 0x5d, 0xdd, 0x3d, 0xb0, 0xf3, 0x40, 0x39, 0x6c, 0x78, 0xb7, 0x18, 0xde, 0x3b, 0x5c, 0x11, 0xa8, 0x4c, 0x01, 0x74, 0x13, 0x70, 0x12, 0x3a, 0x29, 0x40, 0x4f, 0xfa, 0x84, 0xbf, 0x65, 0x07, 0x79, 0x35, 0x75, 0xdc, 0x08, 0x58, 0x3e, 0x7f, 0x1c, 0x2c, 0x9b, 0x37, 0x96, 0xab, 0x91, 0xde, 0x94, 0x3d, 0x47, 0x2a, 0xe1, 0x9b, 0x3f, 0x7d, 0x1d, 0x4e, 0x9d, 0x36, 0xa5, 0x01, 0xc1, 0xb0, 0xf2, 0xe7, 0x4a, 0xd7, 0xde, 0xf7, 0xf2, 0x3f, 0x2d, 0x01, 0x72, 0x2f, 0x7f, 0xf4, 0x6b, 0x04, 0xe8, 0x2f, 0xd8, 0x2e, 0x77, 0xdc, 0x17, 0xcf, 0xce, 0x83, 0xc7, 0xfe, 0x73, 0x15, 0x0c, 0x4f, 0x4d, 0x70, 0xfd, 0x44, 0xd5, 0x67, 0x5a, 0xe0, 0xd9, 0x37, 0x0f, 0xc2, 0x1b, 0x3b, 0x8b, 0x98, 0x1e, 0xef, 0xe6, 0x22, 0xd9, 0x0a, 0xba, 0x1d, 0xfc, 0x70, 0x8b, 0x27, 0xd6, 0xdb, 0xcb, 0xc4, 0x50, 0x02, 0x4f, 0x25, 0x06, 0x04, 0x77, 0x83, 0x7e, 0x1e, 0xfe, 0x1f, 0x17, 0x1d, 0x05, 0x97, 0x2e, 0x1c, 0x07, 0x37, 0x2c, 0x9f, 0x0e, 0x23, 0xd2, 0x13, 0x5c, 0xd7, 0x47, 0x6d, 0x7d, 0x2b, 0x7c, 0xfb, 0x97, 0x6f, 0xc0, 0xf6, 0xbd, 0xc7, 0x45, 0x0d, 0x76, 0x4f, 0xd9, 0xba, 0xd5, 0x3f, 0xfe, 0x27, 0x23, 0x00, 0x06, 0x75, 0x1e, 0xfd, 0x01, 0x45, 0xdf, 0x3e, 0x68, 0xe1, 0x7f, 0xfd, 0x53, 0x17, 0xc2, 0xed, 0xd7, 0xcd, 0xb7, 0x06, 0x71, 0x1c, 0x9e, 0xe6, 0x04, 0xd3, 0xe3, 0x7f, 0x5d, 0xbf, 0x9f, 0xf9, 0xda, 0xc7, 0xa1, 0xc7, 0xef, 0xb7, 0x02, 0x6f, 0x01, 0x9b, 0xd8, 0x25, 0x01, 0xdf, 0x25, 0x96, 0xdf, 0x21, 0xbd, 0xaa, 0x02, 0x2a, 0x00, 0x2f, 0x91, 0x83, 0x86, 0x09, 0xe1, 0xf1, 0x18, 0xb0, 0x7c, 0xde, 0x38, 0xb8, 0xe9, 0xd2, 0xe9, 0x90, 0x3d, 0x22, 0xd9, 0x75, 0x30, 0xe9, 0x77, 0x2f, 0xbe, 0x07, 0xbf, 0xfc, 0xdb, 0xf6, 0x90, 0x4a, 0x60, 0xf7, 0x7d, 0xb0, 0x6c, 0xed, 0xea, 0xef, 0x7e, 0x14, 0x31, 0x83, 0xc1, 0x27, 0xc0, 0x8d, 0xcf, 0x79, 0xf2, 0x5a, 0x8a, 0x7f, 0xc3, 0x7e, 0xe9, 0xdf, 0xf1, 0x30, 0x3a, 0xca, 0x0b, 0x8f, 0xdd, 0xb9, 0x0a, 0x2e, 0x5b, 0x3c, 0xc9, 0xd5, 0x93, 0x34, 0x32, 0xeb, 0xfd, 0xf1, 0x17, 0xde, 0x63, 0x06, 0x54, 0x11, 0xaf, 0x70, 0x15, 0xf0, 0x1c, 0xdb, 0x88, 0x12, 0x40, 0x92, 0x06, 0x32, 0x29, 0x5c, 0x18, 0x97, 0xd6, 0x63, 0x41, 0x3e, 0x50, 0x2b, 0x19, 0x18, 0xbf, 0x99, 0x44, 0x98, 0x00, 0x5f, 0xbc, 0xfa, 0x3c, 0xee, 0x55, 0xb8, 0x33, 0x10, 0x8f, 0xc1, 0xb7, 0x7e, 0xb6, 0x16, 0x3a, 0x99, 0x77, 0x12, 0x64, 0xc1, 0x9f, 0x4a, 0xdb, 0x3b, 0xbf, 0x04, 0x5b, 0xd7, 0xf8, 0xce, 0x5d, 0x02, 0x30, 0xf0, 0x73, 0xdb, 0x8e, 0x3f, 0x43, 0x28, 0xbd, 0x01, 0x0f, 0x13, 0xe3, 0xa3, 0xe1, 0xe7, 0xdf, 0xba, 0xc6, 0xaa, 0xef, 0x89, 0xae, 0xc2, 0x01, 0x36, 0xbe, 0x5b, 0xc4, 0x0c, 0xa6, 0xdd, 0xd0, 0xd8, 0xda, 0x61, 0x07, 0x9e, 0x1f, 0x07, 0x41, 0x55, 0x82, 0x6e, 0x05, 0xdf, 0x22, 0x00, 0x88, 0xfd, 0x87, 0x89, 0x93, 0xde, 0x17, 0xdb, 0x3c, 0xb5, 0x93, 0xc0, 0x42, 0x08, 0x81, 0x0c, 0x09, 0x71, 0xd1, 0xf0, 0x6f, 0xab, 0x66, 0xc2, 0xd5, 0x17, 0x4f, 0x76, 0x45, 0x36, 0xb4, 0x0b, 0xbe, 0xf2, 0xf0, 0x8b, 0xd0, 0xcc, 0xde, 0x37, 0x20, 0x37, 0xc9, 0xdf, 0xcb, 0xe2, 0xc7, 0xdd, 0x32, 0x98, 0x61, 0x64, 0x32, 0x98, 0x62, 0x9f, 0xe9, 0xfc, 0x27, 0xd8, 0x0f, 0x7c, 0x09, 0x8f, 0xd2, 0x53, 0x12, 0xe0, 0xf1, 0xef, 0x5c, 0x0f, 0xd3, 0xc5, 0x68, 0x1e, 0xd1, 0x8b, 0xfb, 0xc7, 0x9e, 0x7a, 0x1b, 0x8e, 0x94, 0xd4, 0x06, 0xc0, 0x35, 0x41, 0x0e, 0xb5, 0x78, 0x2b, 0xf0, 0xa1, 0x63, 0x41, 0x02, 0x98, 0x15, 0x2e, 0x82, 0x4d, 0x04, 0xf3, 0x9f, 0xf4, 0xc1, 0x0a, 0xa4, 0x20, 0x03, 0x6e, 0x25, 0x85, 0x29, 0x25, 0xf0, 0x6f, 0x48, 0x32, 0xb0, 0xfd, 0x29, 0x63, 0x33, 0xe0, 0xee, 0x5b, 0x17, 0xbb, 0x52, 0x0b, 0x47, 0x8e, 0xd7, 0xc0, 0x1d, 0x3f, 0xf8, 0x07, 0xf7, 0x6c, 0x82, 0xe5, 0x69, 0x66, 0x18, 0x7e, 0x6e, 0xb0, 0xd4, 0x81, 0x67, 0xd0, 0xc2, 0xba, 0x57, 0xc4, 0x3c, 0xc4, 0x1e, 0xfa, 0xce, 0x00, 0xf8, 0xf1, 0xf0, 0xe7, 0x87, 0x3e, 0x05, 0x93, 0x72, 0x86, 0x47, 0x04, 0x1f, 0x5b, 0xfd, 0x03, 0xbf, 0xd9, 0x08, 0xa7, 0x98, 0xb1, 0x67, 0x30, 0x59, 0xca, 0x37, 0x12, 0xde, 0x30, 0x34, 0x4c, 0x0c, 0xe9, 0xd8, 0xdc, 0x67, 0xee, 0x24, 0x3f, 0x6f, 0x9e, 0x13, 0x3f, 0x0b, 0xed, 0x1b, 0xa1, 0xfd, 0xf0, 0xf7, 0x84, 0xcd, 0x20, 0x21, 0x92, 0x99, 0x1b, 0x88, 0x9f, 0x5b, 0xa4, 0x4e, 0x78, 0x3f, 0x2c, 0x65, 0x88, 0x60, 0x7b, 0x04, 0x3e, 0x3f, 0xdd, 0xd0, 0x06, 0x6f, 0x32, 0x6f, 0x25, 0x93, 0x19, 0x88, 0x79, 0x59, 0x69, 0x8e, 0xf5, 0x96, 0x91, 0x96, 0xc0, 0xfb, 0x3a, 0xd6, 0xbd, 0x73, 0x0c, 0xda, 0x3b, 0x78, 0xa0, 0x6a, 0x56, 0x4a, 0xfe, 0x36, 0x4f, 0x63, 0xe1, 0xa6, 0x2d, 0xe7, 0x0c, 0x01, 0x72, 0xaf, 0x78, 0xe4, 0xab, 0x4c, 0x00, 0x3c, 0x8a, 0xfb, 0xe8, 0xd7, 0xff, 0xee, 0x7b, 0x9f, 0x84, 0xc9, 0xb9, 0x19, 0x8e, 0xe0, 0xa3, 0x5b, 0xf7, 0xdb, 0x7f, 0xec, 0x86, 0x27, 0x5e, 0x2c, 0x08, 0x1b, 0x79, 0x66, 0xab, 0x37, 0xac, 0x40, 0xcb, 0xc0, 0x8b, 0x80, 0x9b, 0x80, 0x1a, 0x12, 0xe0, 0x76, 0xb2, 0x10, 0x0b, 0x11, 0x42, 0xd7, 0x12, 0x49, 0xc2, 0x08, 0xc0, 0x87, 0xc9, 0x60, 0xaa, 0x18, 0x99, 0x04, 0x82, 0x84, 0x02, 0x41, 0x35, 0xb1, 0xff, 0x7d, 0xec, 0x9d, 0xde, 0xd9, 0x7f, 0x82, 0xb9, 0x7d, 0xcd, 0x30, 0x77, 0x72, 0x16, 0x78, 0x3d, 0x86, 0xb6, 0xfe, 0x52, 0x93, 0xe2, 0x60, 0xf1, 0xac, 0x3c, 0x58, 0xbb, 0xfd, 0x28, 0xab, 0x17, 0x1f, 0xde, 0xf1, 0xe2, 0xd4, 0x09, 0xcb, 0x1b, 0x1b, 0x8a, 0x36, 0xed, 0x3a, 0xeb, 0x09, 0x80, 0x7e, 0x3e, 0x7b, 0xe0, 0xa7, 0xf0, 0xad, 0xa3, 0xa3, 0x3c, 0xf0, 0xbf, 0xf7, 0x5f, 0x0f, 0x73, 0xa7, 0x8c, 0x76, 0x04, 0xff, 0x4c, 0x63, 0x1b, 0x7c, 0xe3, 0xc7, 0x6b, 0x99, 0x5f, 0x7f, 0xc2, 0xd2, 0xda, 0x2d, 0x2d, 0x5f, 0x02, 0x4c, 0x04, 0xde, 0x02, 0xbe, 0x11, 0x06, 0x32, 0x7c, 0x6c, 0x3d, 0x6f, 0x23, 0x82, 0x74, 0x5e, 0x04, 0xdc, 0x54, 0x3f, 0x60, 0x23, 0x82, 0x48, 0x02, 0xb0, 0x92, 0x41, 0x94, 0x06, 0x12, 0x11, 0x30, 0xc9, 0xa4, 0xe0, 0x83, 0x4a, 0x58, 0x34, 0x23, 0x07, 0xe2, 0x62, 0xbc, 0xda, 0x7a, 0x1c, 0xce, 0x24, 0xc1, 0x8c, 0xfc, 0x51, 0xb0, 0x8e, 0x91, 0x00, 0x1b, 0x04, 0xbb, 0xc9, 0x27, 0xd2, 0x26, 0x2e, 0xdf, 0xd7, 0x50, 0xb8, 0xe9, 0xe8, 0x59, 0x4b, 0x00, 0x1e, 0xe1, 0xa3, 0xde, 0x75, 0xe8, 0x1a, 0x63, 0x65, 0x3e, 0x7a, 0xe7, 0xe5, 0x70, 0xc9, 0xfc, 0xf1, 0x8e, 0xe0, 0x9f, 0x64, 0x2d, 0xe2, 0xbf, 0x7e, 0xb6, 0x8e, 0xeb, 0xfd, 0x50, 0x4b, 0x37, 0x54, 0xad, 0x33, 0x0c, 0xba, 0x12, 0x78, 0x1b, 0xd8, 0xea, 0xbf, 0x76, 0x09, 0x60, 0xd8, 0xd5, 0x80, 0x4d, 0xfc, 0x83, 0x24, 0x01, 0xd4, 0xa0, 0x8b, 0x64, 0x08, 0x4b, 0x03, 0x89, 0x08, 0x24, 0x90, 0x6d, 0xb4, 0x63, 0x7f, 0x39, 0xcc, 0x9b, 0x9a, 0xcd, 0x43, 0xce, 0xba, 0x32, 0x3a, 0x33, 0x05, 0x26, 0x30, 0xb5, 0xb9, 0x81, 0xa9, 0x03, 0x66, 0x4b, 0xe0, 0x0f, 0x5c, 0x96, 0x96, 0xbf, 0xec, 0x99, 0x86, 0xc2, 0xcd, 0x8d, 0x67, 0x1d, 0x01, 0x30, 0x13, 0xb7, 0x3d, 0xae, 0xf3, 0x55, 0xf6, 0xae, 0xf9, 0x78, 0x7c, 0xe7, 0xad, 0x17, 0xc1, 0xad, 0x97, 0xcd, 0x76, 0x04, 0xbf, 0xa8, 0xfc, 0x0c, 0xdc, 0xfd, 0xd3, 0xb5, 0x50, 0x5b, 0xdf, 0x66, 0x15, 0xf9, 0x22, 0x40, 0x0a, 0x32, 0xe8, 0x80, 0x57, 0xb6, 0xf8, 0xd0, 0xb1, 0x61, 0x27, 0x8a, 0x20, 0xf2, 0xf5, 0x12, 0x20, 0xfc, 0x5c, 0x20, 0xab, 0x02, 0x25, 0x09, 0x82, 0xc0, 0x3b, 0x10, 0x01, 0x4b, 0x4b, 0x7b, 0x37, 0x6c, 0xdb, 0x57, 0x06, 0xb3, 0x27, 0x8e, 0x82, 0xf4, 0xe4, 0x38, 0x6d, 0xbd, 0x62, 0xff, 0x83, 0xc1, 0xd4, 0xc5, 0xbb, 0x07, 0xcb, 0x79, 0xbf, 0x15, 0xbb, 0xc7, 0xe2, 0xec, 0xd9, 0x17, 0x3d, 0x5d, 0x7b, 0x64, 0x6b, 0xcf, 0x59, 0x45, 0x80, 0x98, 0xd9, 0x17, 0xfe, 0x98, 0xbd, 0xdf, 0x8d, 0x3c, 0xc2, 0xc7, 0xf4, 0xd7, 0x9a, 0x3b, 0x56, 0x84, 0x53, 0xb3, 0x34, 0xe0, 0x7f, 0x83, 0x81, 0xdf, 0xdc, 0xd6, 0xa5, 0x6e, 0xe9, 0xf2, 0x66, 0x48, 0xa0, 0x9b, 0x40, 0x1a, 0x76, 0xe3, 0x30, 0x44, 0x08, 0xc9, 0x18, 0xb4, 0xee, 0x1b, 0x96, 0xf3, 0x91, 0x36, 0xd3, 0xc8, 0x0b, 0xef, 0x5b, 0x25, 0x83, 0x1c, 0x8d, 0x04, 0x29, 0x46, 0x21, 0x7a, 0x1f, 0xe6, 0x7d, 0xb0, 0x47, 0xf2, 0xed, 0xbd, 0xa5, 0x4c, 0x45, 0x66, 0x41, 0x3a, 0xd3, 0xfb, 0x3a, 0xa7, 0x64, 0xce, 0xa4, 0x2c, 0xd8, 0x5f, 0x58, 0x0d, 0x27, 0x4e, 0xd5, 0xe3, 0xb7, 0xb3, 0x7d, 0x3e, 0x6f, 0x3c, 0x53, 0x05, 0x1b, 0xce, 0x1a, 0x02, 0x8c, 0x5d, 0xf5, 0xe8, 0x55, 0xcc, 0x4b, 0xf9, 0x19, 0x3e, 0x1d, 0xea, 0xae, 0xdf, 0x7d, 0xf7, 0x06, 0x48, 0x8c, 0x8b, 0xd1, 0x82, 0x8f, 0xbd, 0x61, 0x28, 0xf6, 0x45, 0xf0, 0x0d, 0x95, 0x45, 0xae, 0xda, 0x24, 0xcf, 0x40, 0x27, 0x01, 0x6c, 0x9e, 0x80, 0x85, 0x04, 0x86, 0x8d, 0x74, 0x3a, 0x09, 0x00, 0x36, 0x22, 0x80, 0x6d, 0x3f, 0x44, 0x0e, 0x27, 0x09, 0x20, 0xb8, 0xab, 0x62, 0xc5, 0x60, 0x9e, 0x00, 0xaa, 0x83, 0x85, 0xd3, 0x47, 0x73, 0x75, 0xa0, 0x22, 0x01, 0x3e, 0xfb, 0xa2, 0x99, 0x39, 0xf0, 0xea, 0xb6, 0x0f, 0xa1, 0xad, 0x9d, 0x77, 0x1a, 0x2e, 0x4a, 0x99, 0x78, 0x69, 0x41, 0x63, 0xe1, 0xc6, 0xc2, 0x8f, 0x9d, 0x00, 0x59, 0x57, 0xad, 0x89, 0xf7, 0x50, 0xcf, 0xeb, 0x68, 0xbc, 0x62, 0xaf, 0xde, 0xaf, 0x56, 0x5f, 0xcb, 0xdc, 0xbd, 0x0c, 0x2d, 0xf8, 0x0d, 0xcd, 0x1d, 0xf0, 0x4d, 0x06, 0x7e, 0x4d, 0x7d, 0xab, 0xc2, 0x15, 0x03, 0xd7, 0x2d, 0xd2, 0xee, 0x15, 0x18, 0x36, 0x37, 0x2f, 0x0c, 0xbe, 0xa1, 0x70, 0x07, 0xd5, 0xaa, 0x45, 0xbb, 0x81, 0xc2, 0x03, 0xb0, 0x90, 0x40, 0x50, 0x07, 0x62, 0x3c, 0xc2, 0x12, 0x7b, 0x26, 0xca, 0x10, 0x4c, 0x67, 0x57, 0x0f, 0x33, 0x0c, 0xab, 0xe0, 0xa2, 0x39, 0xb9, 0xdc, 0x30, 0x54, 0x91, 0x00, 0x83, 0x4a, 0x98, 0x11, 0xf5, 0xda, 0xdb, 0x1f, 0x80, 0x9f, 0xd9, 0x03, 0xec, 0x9a, 0x8b, 0xb2, 0xb3, 0x2f, 0xfa, 0x5d, 0x6d, 0xe9, 0xd6, 0xae, 0x8f, 0x95, 0x00, 0xe9, 0xe3, 0x2f, 0x7b, 0x98, 0x3d, 0xcd, 0xe5, 0xb8, 0xff, 0xf9, 0x6b, 0xe7, 0xc3, 0xcd, 0x97, 0xce, 0xd4, 0xea, 0x7d, 0x4c, 0xc4, 0x40, 0x9d, 0x5f, 0x76, 0xb2, 0x41, 0x0d, 0xbe, 0xa0, 0xf3, 0x03, 0x22, 0x1f, 0xc2, 0xa2, 0xdf, 0x50, 0x78, 0x06, 0x86, 0xc6, 0x1d, 0x74, 0x88, 0x05, 0x78, 0x3d, 0x1e, 0x18, 0x96, 0x1a, 0x07, 0xe9, 0x29, 0x71, 0xdc, 0x2f, 0xcf, 0x1e, 0x9e, 0x04, 0x23, 0xd3, 0x13, 0x79, 0xd7, 0x6e, 0x4a, 0x62, 0x2c, 0xc4, 0x33, 0xb7, 0x15, 0xc3, 0xd5, 0x3d, 0x98, 0xf5, 0x4f, 0xa9, 0x3e, 0x0e, 0x20, 0x10, 0xc2, 0x22, 0x01, 0x2c, 0xfb, 0xc1, 0x3a, 0x08, 0x91, 0x21, 0x4c, 0x8a, 0x30, 0xe1, 0x03, 0x1b, 0x8e, 0x4b, 0xd8, 0x5f, 0x78, 0x8a, 0xf7, 0x25, 0x60, 0x9f, 0x02, 0xd1, 0x18, 0x85, 0xad, 0x1d, 0x3e, 0xd8, 0xfb, 0x61, 0x25, 0x1e, 0xa6, 0x74, 0x47, 0x45, 0x79, 0x1b, 0x0a, 0x37, 0x6e, 0xfc, 0xd8, 0x22, 0x81, 0x39, 0x2b, 0x1f, 0x9d, 0x66, 0x78, 0x28, 0x0e, 0x88, 0x88, 0x1a, 0x31, 0x2c, 0x09, 0x5e, 0xff, 0xc5, 0xe7, 0xf9, 0x80, 0x0b, 0xdd, 0x9d, 0x7f, 0xf8, 0xf4, 0x36, 0x78, 0x63, 0x67, 0xa1, 0x1e, 0x7c, 0x9b, 0x1a, 0x00, 0x9b, 0x21, 0x16, 0x16, 0xcf, 0x60, 0x75, 0xd3, 0x2c, 0x3a, 0x3a, 0xf0, 0x37, 0x31, 0x36, 0x0a, 0xc6, 0x8c, 0x4c, 0x81, 0x5c, 0x56, 0x71, 0xd8, 0x4b, 0x97, 0x91, 0x1a, 0xcf, 0x0d, 0x2e, 0x4e, 0x0a, 0xbc, 0x06, 0x09, 0x16, 0xbc, 0x37, 0x82, 0xed, 0xa7, 0xd6, 0xa8, 0xde, 0xe9, 0x86, 0x76, 0x38, 0x55, 0xd7, 0xc2, 0xb7, 0xd2, 0xaa, 0x46, 0x28, 0xab, 0x6e, 0x0a, 0x44, 0xfb, 0xa8, 0xba, 0x0f, 0xc0, 0x12, 0x09, 0x0c, 0x85, 0x86, 0x83, 0xe1, 0x61, 0x1a, 0x0e, 0x13, 0x5b, 0xcf, 0x59, 0x8f, 0x2f, 0x5b, 0x34, 0x01, 0xbe, 0x76, 0xc3, 0x02, 0x6d, 0x38, 0xba, 0xad, 0xa3, 0x1b, 0xae, 0xba, 0xf3, 0x29, 0xa8, 0xaa, 0x69, 0xc4, 0xcf, 0x7c, 0x86, 0xdf, 0x3f, 0xb7, 0x64, 0xfd, 0xfd, 0x07, 0xfa, 0x8a, 0xa1, 0xb7, 0x3f, 0xa1, 0x5e, 0xc3, 0xf3, 0xd8, 0x2f, 0x21, 0x38, 0x04, 0x6b, 0xf5, 0x17, 0x96, 0x3a, 0x82, 0xbf, 0xe5, 0xbd, 0xe3, 0xf0, 0xc6, 0x3b, 0x85, 0x0a, 0xb1, 0xeb, 0x16, 0x7c, 0xc2, 0x3b, 0x59, 0xec, 0xae, 0x59, 0xf8, 0xba, 0xd8, 0x28, 0x0f, 0xe4, 0xe7, 0x0c, 0x83, 0x49, 0xb9, 0xc3, 0x20, 0x6f, 0x64, 0x2a, 0x0c, 0x67, 0x80, 0xa3, 0x14, 0x89, 0x61, 0x2d, 0x3a, 0x86, 0x7d, 0x16, 0xe5, 0x35, 0x82, 0x9b, 0x87, 0xf7, 0x48, 0xaa, 0xe2, 0xf3, 0x26, 0x11, 0xba, 0x7d, 0x7e, 0x4e, 0x98, 0xf1, 0xa3, 0xd3, 0x78, 0x90, 0xaa, 0xa3, 0xdb, 0x07, 0xad, 0xcc, 0x72, 0x3f, 0x50, 0x54, 0x03, 0xbb, 0x8f, 0x54, 0xf1, 0xae, 0x5c, 0xee, 0x98, 0x21, 0x70, 0xc2, 0x5f, 0x1a, 0x48, 0x4b, 0x08, 0xed, 0x5b, 0x9a, 0x1a, 0x0d, 0x5e, 0xc7, 0x76, 0xfd, 0xca, 0x9e, 0x07, 0x02, 0xeb, 0x77, 0x16, 0x31, 0x51, 0x3f, 0x02, 0x96, 0x9e, 0x97, 0x27, 0x7e, 0x2d, 0x54, 0xe2, 0x19, 0xa9, 0xbf, 0xf5, 0xd9, 0xa5, 0x70, 0xd7, 0xff, 0xbc, 0x8c, 0xf7, 0xf2, 0x52, 0xc3, 0xf8, 0x15, 0xbb, 0x62, 0x49, 0x5f, 0x43, 0xc5, 0x7d, 0x96, 0x00, 0x63, 0x2f, 0x7f, 0xf4, 0x26, 0xc6, 0xdb, 0x67, 0xb9, 0x45, 0x32, 0x33, 0x17, 0xfe, 0xb0, 0xe6, 0x06, 0x4b, 0xf2, 0x85, 0x58, 0x30, 0x25, 0xeb, 0xcb, 0x8f, 0xbc, 0xc2, 0x55, 0x40, 0x18, 0x6c, 0xab, 0xbb, 0x67, 0x37, 0x00, 0xc1, 0x95, 0x34, 0xc0, 0x0a, 0x39, 0x6f, 0xd2, 0x28, 0x98, 0x92, 0x37, 0x1c, 0xc6, 0x8e, 0x4a, 0x85, 0xa8, 0x28, 0x03, 0xe2, 0xcd, 0x1c, 0xbf, 0x68, 0x0f, 0x07, 0x9b, 0x90, 0x70, 0x6b, 0x53, 0xf5, 0xec, 0xc9, 0x3d, 0x83, 0xa6, 0xe8, 0x17, 0x8d, 0x3d, 0x24, 0x45, 0x1b, 0x13, 0xbf, 0x68, 0xb8, 0xb6, 0xb3, 0xf7, 0x38, 0x58, 0x5c, 0x03, 0x6f, 0xee, 0x2e, 0x81, 0xfa, 0x96, 0x0e, 0x41, 0x22, 0x88, 0xad, 0x5c, 0x96, 0x08, 0xfa, 0x56, 0x2f, 0x4a, 0x1f, 0xdc, 0xc7, 0xe7, 0xfe, 0xe9, 0x37, 0x2e, 0x83, 0xec, 0x8c, 0x64, 0xb5, 0x24, 0x60, 0x07, 0x5f, 0x7e, 0xf8, 0x45, 0x78, 0xab, 0xa0, 0xd8, 0x34, 0x37, 0x6e, 0x2a, 0x79, 0x7d, 0xf5, 0xf3, 0x1f, 0xa1, 0x0d, 0x40, 0x49, 0x6a, 0xfe, 0xf6, 0xbf, 0xb2, 0x9d, 0x4c, 0x0c, 0x69, 0x3e, 0xfe, 0x9d, 0x4f, 0x86, 0x87, 0x5e, 0x11, 0x7b, 0x8b, 0xba, 0xff, 0xd7, 0x1b, 0xe1, 0xe4, 0x99, 0x66, 0x6d, 0x30, 0x26, 0x32, 0xf8, 0xfa, 0xed, 0xb6, 0x55, 0x33, 0xe1, 0xe2, 0xd9, 0x39, 0x90, 0xcb, 0x44, 0xfd, 0xb0, 0x94, 0x58, 0x18, 0xce, 0x74, 0x7b, 0x02, 0x23, 0x45, 0x94, 0x07, 0x51, 0xf7, 0x33, 0x5d, 0xde, 0x03, 0x3e, 0x9f, 0x0f, 0xfc, 0x7e, 0x3f, 0xdf, 0x44, 0x22, 0x38, 0x75, 0x09, 0x87, 0x80, 0xf1, 0x07, 0xee, 0x81, 0xe8, 0x60, 0x64, 0x13, 0x2d, 0x75, 0x24, 0xd8, 0x30, 0xf6, 0x3b, 0xb3, 0xf2, 0x33, 0xa1, 0xad, 0xb3, 0x9b, 0xbd, 0x5b, 0x4b, 0x98, 0xfc, 0xa2, 0xbe, 0x77, 0x30, 0xfc, 0xe4, 0x63, 0x71, 0xcf, 0xd7, 0xe3, 0x87, 0xe3, 0x95, 0xf5, 0xb0, 0x62, 0xc1, 0xf8, 0x70, 0x3e, 0x83, 0xf4, 0xb5, 0x69, 0xe3, 0x47, 0xc2, 0xb3, 0x6f, 0x1c, 0xe0, 0xc4, 0x61, 0x65, 0x22, 0xb3, 0x05, 0x1e, 0x07, 0xf8, 0xfe, 0x47, 0x43, 0x80, 0xb1, 0xab, 0xe2, 0x98, 0xdb, 0x07, 0x38, 0x54, 0x0b, 0xae, 0x59, 0x36, 0x0d, 0x3e, 0xb9, 0x7c, 0x86, 0x56, 0x9e, 0xac, 0xdd, 0x71, 0x8c, 0xbb, 0x2f, 0x4a, 0x2b, 0x5c, 0x41, 0x00, 0x43, 0x04, 0x5f, 0x8a, 0x0c, 0x1a, 0xa2, 0x71, 0xc8, 0x3e, 0x8f, 0x66, 0xad, 0xfb, 0x93, 0x97, 0x4c, 0x61, 0x46, 0x5c, 0x02, 0x53, 0x3f, 0x51, 0x1c, 0x70, 0x04, 0xbb, 0xbb, 0xbb, 0x3b, 0x04, 0xb6, 0x08, 0xb4, 0x6c, 0xb5, 0xcb, 0x6e, 0x9d, 0xea, 0x1a, 0xb1, 0x98, 0x64, 0x40, 0xd2, 0x23, 0x11, 0x50, 0xad, 0xa0, 0xaa, 0x41, 0xc2, 0x15, 0x55, 0x36, 0x84, 0x80, 0x97, 0xba, 0x1e, 0x05, 0x37, 0x10, 0x84, 0xa0, 0x52, 0x38, 0x5e, 0x60, 0x4f, 0x51, 0x23, 0x50, 0xdb, 0xd0, 0x06, 0x99, 0xcc, 0xa5, 0x1e, 0x97, 0xad, 0xee, 0x3c, 0x4a, 0x63, 0xb6, 0x4c, 0x45, 0x4d, 0x33, 0x7c, 0x58, 0x52, 0x8d, 0x87, 0x23, 0xd3, 0xf3, 0xb7, 0x15, 0xd4, 0x17, 0x6e, 0x3a, 0xd6, 0x5b, 0x2c, 0x8d, 0xbe, 0xb5, 0x7f, 0x7a, 0x5f, 0xc0, 0x3f, 0x05, 0xf8, 0xe2, 0x75, 0xf3, 0xb5, 0xd7, 0x35, 0xb7, 0x76, 0xc2, 0x1f, 0x5e, 0xda, 0xa3, 0xd0, 0xe5, 0x44, 0xe3, 0x02, 0x82, 0x32, 0x2a, 0x67, 0xa8, 0x24, 0x82, 0x21, 0xf6, 0xdc, 0x01, 0x07, 0xdd, 0x04, 0xde, 0x51, 0xe7, 0x69, 0x48, 0xd0, 0x9b, 0x6b, 0x90, 0x64, 0x5d, 0x5d, 0x5d, 0x9c, 0x74, 0x23, 0xd3, 0xe3, 0x61, 0x11, 0xf3, 0xe1, 0xaf, 0xbe, 0x20, 0xdf, 0xf2, 0x5c, 0x3a, 0x6f, 0xc5, 0x1a, 0xf7, 0x00, 0xa5, 0x5b, 0x6b, 0xd6, 0xc5, 0x1f, 0x5f, 0xdd, 0xc7, 0x55, 0x8e, 0x4e, 0x7e, 0x7c, 0xe9, 0xda, 0x79, 0xa1, 0x8c, 0x2a, 0x3f, 0x90, 0x07, 0xfa, 0x82, 0x65, 0xaf, 0x09, 0x90, 0x73, 0xd9, 0x43, 0xcb, 0x31, 0xd8, 0x87, 0xfb, 0x9f, 0x38, 0x7f, 0x12, 0x8c, 0xcf, 0x1e, 0xa6, 0x6d, 0xfd, 0x4f, 0xbc, 0xf0, 0x1e, 0x34, 0x31, 0x12, 0xe8, 0x45, 0x38, 0x58, 0x80, 0x37, 0x94, 0x3e, 0x7e, 0xa4, 0xd8, 0x00, 0x38, 0xea, 0x73, 0xa7, 0x63, 0x37, 0x12, 0x40, 0xfc, 0xae, 0xb8, 0x8f, 0x44, 0xeb, 0xec, 0xec, 0xe4, 0x46, 0x65, 0x66, 0x5a, 0x1c, 0xcc, 0x9f, 0x32, 0x0a, 0x16, 0x4e, 0xcb, 0xb6, 0x77, 0x5e, 0x45, 0x88, 0x35, 0xd8, 0x24, 0x9e, 0xf0, 0xfd, 0x96, 0xf6, 0x4e, 0xf8, 0xf3, 0xba, 0xfd, 0x5a, 0xa3, 0x6d, 0xdc, 0xe8, 0x74, 0x58, 0x79, 0x41, 0x28, 0xb3, 0x6a, 0x61, 0xee, 0xaa, 0x47, 0x2e, 0x19, 0x74, 0x02, 0x30, 0xc6, 0x7d, 0xc3, 0x14, 0x71, 0xb7, 0x7f, 0x72, 0x81, 0x63, 0xb4, 0x6f, 0xfd, 0xae, 0x42, 0xb3, 0x7b, 0x5c, 0xb3, 0x39, 0x55, 0x8c, 0xfe, 0xbc, 0xb8, 0x45, 0x6a, 0xe9, 0x91, 0x74, 0xbd, 0x1b, 0x09, 0xe0, 0x54, 0x50, 0x12, 0x20, 0x09, 0x70, 0xee, 0x81, 0x4f, 0x2c, 0x18, 0xc7, 0x6d, 0x21, 0x39, 0x3a, 0xa9, 0xec, 0xd9, 0x74, 0x69, 0xf3, 0x6c, 0xd8, 0x5d, 0x0c, 0x95, 0xb5, 0xcd, 0x5a, 0x12, 0xdc, 0x7e, 0xfd, 0x02, 0xfe, 0x5b, 0x1c, 0x4c, 0x02, 0x77, 0x0f, 0x2a, 0x01, 0xc6, 0x5e, 0xfd, 0x50, 0x26, 0x13, 0xb0, 0x2b, 0x71, 0xff, 0xfc, 0x19, 0x63, 0x60, 0xea, 0xd8, 0x4c, 0xed, 0xb5, 0x7f, 0x59, 0x77, 0x20, 0xe0, 0x12, 0xc9, 0x1d, 0x2b, 0x10, 0x01, 0x70, 0x43, 0xad, 0x12, 0x0c, 0x8b, 0x78, 0xb4, 0xb6, 0x56, 0xb7, 0x60, 0xe9, 0xae, 0x77, 0x63, 0x03, 0xe8, 0x8e, 0xd1, 0xce, 0x30, 0xd5, 0x41, 0x12, 0xdb, 0x2e, 0x99, 0x97, 0x6b, 0xef, 0xb3, 0x50, 0x80, 0x6d, 0x28, 0xa5, 0xa1, 0xbd, 0x3e, 0xb0, 0x0e, 0x5f, 0x7c, 0xeb, 0x03, 0xed, 0x3b, 0x4d, 0xce, 0xcb, 0x80, 0x45, 0xb3, 0x72, 0x83, 0x6a, 0x00, 0x56, 0x22, 0x46, 0x83, 0x46, 0x00, 0xbf, 0x8f, 0x7c, 0xda, 0x1c, 0xbb, 0x77, 0xed, 0xb2, 0xe9, 0xda, 0xd6, 0x5f, 0x53, 0xd7, 0x0a, 0x9b, 0xde, 0x2b, 0x72, 0x1f, 0x66, 0xb5, 0x55, 0x10, 0xe8, 0xc9, 0x21, 0x6d, 0x4e, 0x8e, 0xac, 0x53, 0xeb, 0x76, 0x4b, 0x1a, 0x37, 0xd7, 0x99, 0xc6, 0x61, 0x4a, 0x62, 0x0c, 0x4c, 0x1b, 0x9b, 0xc1, 0xe3, 0x21, 0xc4, 0xe1, 0x99, 0xd5, 0x71, 0x8f, 0xa0, 0xba, 0x33, 0xec, 0x84, 0xdc, 0x52, 0x50, 0xca, 0x8d, 0x42, 0x9d, 0x14, 0xb8, 0x76, 0xe9, 0x74, 0xf3, 0x9c, 0x97, 0xfa, 0x3c, 0xb7, 0x0c, 0x1a, 0x01, 0xd8, 0x23, 0x7e, 0x86, 0x07, 0x23, 0x98, 0x1b, 0x84, 0x69, 0x4b, 0xba, 0x82, 0x79, 0xfb, 0xbe, 0x1e, 0x2a, 0x58, 0xbe, 0xbd, 0xd9, 0x9c, 0x24, 0x03, 0xd8, 0xd4, 0x00, 0x71, 0x19, 0xca, 0xc0, 0xfe, 0x00, 0x8f, 0xc7, 0xc3, 0x37, 0xaf, 0xd7, 0xcb, 0xff, 0x9a, 0xe7, 0xf0, 0xaf, 0xd9, 0x5f, 0xe0, 0x06, 0x70, 0xd5, 0xe7, 0x68, 0x18, 0xa2, 0xff, 0x8e, 0x9e, 0x01, 0x92, 0x40, 0x99, 0xce, 0x16, 0x31, 0xf8, 0xa5, 0xb0, 0x8d, 0xd8, 0xbd, 0x31, 0x21, 0xe4, 0xa5, 0xb7, 0x3e, 0xd4, 0x06, 0x71, 0x2e, 0x99, 0x3f, 0x0e, 0x12, 0x82, 0xd3, 0xdd, 0x30, 0x99, 0xf1, 0x99, 0x41, 0x21, 0x00, 0x86, 0x7d, 0x99, 0xc0, 0xe3, 0x1d, 0xfc, 0x9f, 0x58, 0x3c, 0x31, 0x10, 0xf5, 0x53, 0xd4, 0x13, 0x76, 0x71, 0x62, 0x0a, 0xb7, 0xaa, 0x33, 0x25, 0xe2, 0xbe, 0x63, 0xc7, 0x0f, 0x28, 0x2b, 0xcc, 0xd1, 0x5e, 0x61, 0xe0, 0x46, 0x45, 0x45, 0x41, 0x74, 0x34, 0x6b, 0x91, 0x86, 0x07, 0xda, 0xbb, 0x7a, 0xa0, 0xbe, 0xb9, 0x13, 0x6a, 0x58, 0x6b, 0x3a, 0x79, 0xa6, 0x15, 0x2a, 0x6a, 0x5b, 0xd8, 0xd6, 0xcc, 0xfd, 0xf8, 0xba, 0xa6, 0x0e, 0xe8, 0xea, 0xf6, 0x5b, 0x88, 0xd0, 0x1b, 0x29, 0x61, 0xba, 0x9d, 0x71, 0x31, 0x1e, 0xe6, 0xba, 0xa5, 0x2a, 0xc5, 0xbb, 0xa1, 0x09, 0x7f, 0xbb, 0xd9, 0x36, 0x17, 0x94, 0x40, 0x67, 0xb7, 0x3a, 0x05, 0x00, 0x3b, 0x8a, 0x2e, 0x3d, 0x7f, 0xa2, 0x19, 0x23, 0x9a, 0x3b, 0xfe, 0x8a, 0x87, 0xa6, 0x0f, 0x78, 0x28, 0xd8, 0xe3, 0xf5, 0xdf, 0xca, 0x93, 0x52, 0x58, 0xb9, 0xf2, 0xe2, 0xa9, 0xda, 0xeb, 0xb6, 0xef, 0x2b, 0x63, 0x15, 0xdd, 0xcd, 0xd9, 0x1f, 0x8e, 0x8d, 0xb8, 0x7f, 0x51, 0xbb, 0x8b, 0x08, 0x5a, 0xf0, 0x75, 0x1e, 0x00, 0x82, 0x8e, 0xe0, 0x63, 0x14, 0xa0, 0xb5, 0xdd, 0x07, 0xad, 0x1d, 0x0c, 0x5c, 0x9f, 0x9f, 0x47, 0x22, 0xcb, 0xaa, 0x1b, 0xa1, 0xae, 0xb9, 0x83, 0x9f, 0x6f, 0x6e, 0x67, 0x06, 0x1c, 0xf3, 0xe9, 0x13, 0xe3, 0xa3, 0x20, 0x67, 0x44, 0x32, 0x8c, 0x1d, 0x95, 0x02, 0xc9, 0xf1, 0xd1, 0xdc, 0xa0, 0x33, 0xfb, 0x07, 0x7a, 0xa5, 0x22, 0x19, 0x09, 0x50, 0x02, 0x8c, 0x1c, 0x96, 0xe8, 0x48, 0x1c, 0x23, 0x14, 0x0a, 0x0e, 0xc4, 0x8d, 0xb1, 0xeb, 0xc7, 0x74, 0x5e, 0x09, 0x95, 0xe2, 0x02, 0xc1, 0x3a, 0xc4, 0x86, 0xf5, 0xee, 0xe1, 0x4a, 0x1e, 0xf4, 0x02, 0x7b, 0x84, 0x19, 0xae, 0x5a, 0x32, 0x05, 0x5e, 0xda, 0x1c, 0x98, 0x76, 0xc0, 0x07, 0xc6, 0x4d, 0xec, 0xcf, 0xa1, 0x01, 0x25, 0x00, 0x03, 0x1f, 0xdd, 0x3f, 0x48, 0x4e, 0x88, 0xe5, 0x06, 0xa0, 0x4e, 0xf2, 0xbe, 0xb9, 0xab, 0xd8, 0xd6, 0xb2, 0x4d, 0x4f, 0x20, 0x14, 0x1f, 0x71, 0x52, 0x01, 0xa0, 0x56, 0x09, 0x86, 0x8e, 0x2c, 0xc2, 0x6f, 0x23, 0xf0, 0xb8, 0x61, 0x1c, 0xbf, 0x91, 0xb5, 0xf4, 0x36, 0x06, 0x38, 0x76, 0x3f, 0x1f, 0x2a, 0x39, 0x0d, 0x25, 0x27, 0x1b, 0xa1, 0xba, 0xbe, 0x3d, 0x14, 0x73, 0x97, 0x06, 0x0a, 0xc1, 0xde, 0xc2, 0x5a, 0x1e, 0x50, 0xba, 0x6a, 0xf1, 0x38, 0x7e, 0xef, 0xb4, 0xa4, 0xde, 0x0f, 0x0f, 0x47, 0x02, 0xf0, 0x20, 0x11, 0x23, 0x11, 0x06, 0xa9, 0xb0, 0xaf, 0x9f, 0x82, 0x19, 0xfb, 0xa7, 0x16, 0xcd, 0x1d, 0x22, 0x01, 0x09, 0x10, 0xc1, 0xfc, 0x04, 0xdb, 0x8d, 0x1f, 0xec, 0x04, 0xc0, 0xb2, 0xf5, 0xfd, 0x12, 0x1b, 0x01, 0xcc, 0xb2, 0x60, 0xea, 0x68, 0x48, 0x61, 0x1e, 0x48, 0x63, 0x73, 0x3b, 0x92, 0x08, 0xb1, 0xfa, 0xee, 0x80, 0xa9, 0x00, 0x9c, 0xc0, 0x01, 0x45, 0x0b, 0xff, 0xa1, 0x19, 0x39, 0xf6, 0x39, 0x79, 0x82, 0xe5, 0x0c, 0x13, 0xad, 0x7b, 0x8f, 0x55, 0xd9, 0xf5, 0x39, 0x10, 0xf7, 0x2a, 0xc1, 0xb5, 0xa4, 0x80, 0xa0, 0x11, 0x18, 0x20, 0x01, 0x02, 0x4f, 0x0c, 0x2f, 0x9c, 0x61, 0xa2, 0xfc, 0x64, 0x5d, 0x1b, 0xec, 0x2f, 0xae, 0x85, 0xbf, 0x6f, 0x3d, 0x0a, 0xbf, 0x7f, 0xfd, 0x20, 0xec, 0x3c, 0x7c, 0x92, 0x81, 0xdf, 0x16, 0x96, 0x24, 0x72, 0xb7, 0x71, 0x50, 0xec, 0xd7, 0xb0, 0x6b, 0x36, 0xbc, 0x57, 0xc6, 0xd3, 0xb5, 0x7a, 0xfc, 0xb4, 0xd7, 0x52, 0x00, 0xaf, 0x35, 0xc5, 0x7c, 0x0c, 0x53, 0x05, 0x96, 0x28, 0x66, 0x5f, 0x0c, 0x62, 0xa9, 0x8e, 0x0e, 0x14, 0x56, 0x33, 0x15, 0xd6, 0xa1, 0xb4, 0x05, 0xbc, 0xcc, 0x15, 0x5d, 0x30, 0x3d, 0xc7, 0x94, 0x2b, 0x0b, 0x26, 0xac, 0x5a, 0x93, 0x3c, 0x60, 0x04, 0x60, 0x4c, 0x5e, 0x62, 0x5a, 0xff, 0x0b, 0xb1, 0xf5, 0x6b, 0x0a, 0xe6, 0xb8, 0x05, 0x7a, 0xc3, 0x88, 0x75, 0x88, 0x96, 0xa5, 0x85, 0xf7, 0x05, 0x6c, 0x85, 0x97, 0xc0, 0xfe, 0x43, 0x68, 0x70, 0x6c, 0x1d, 0x4e, 0xc3, 0xd2, 0xd0, 0xd2, 0x09, 0xa7, 0x18, 0xf0, 0x47, 0xca, 0xea, 0xe0, 0xe9, 0x37, 0x0e, 0xc3, 0x8b, 0x6f, 0x17, 0xb2, 0x56, 0xdf, 0x14, 0xca, 0xa8, 0xb1, 0xa7, 0x8b, 0x87, 0xf3, 0x06, 0xc3, 0x44, 0x20, 0x50, 0x79, 0xba, 0x85, 0xe9, 0x5a, 0x1f, 0x53, 0x19, 0x3d, 0x8e, 0xfd, 0x04, 0xba, 0x73, 0xa6, 0xc4, 0x43, 0xd5, 0x62, 0xcb, 0x64, 0x72, 0x11, 0xff, 0x70, 0xda, 0x70, 0xe8, 0x20, 0xaa, 0x01, 0x5d, 0xc1, 0xac, 0x21, 0xd3, 0x1b, 0xe8, 0xa6, 0xd1, 0x17, 0x0e, 0x98, 0x0a, 0x60, 0xbc, 0x5e, 0x66, 0xf6, 0x47, 0x2d, 0x98, 0xa6, 0x17, 0xff, 0x38, 0x29, 0x43, 0x48, 0xc4, 0x83, 0x35, 0x06, 0x00, 0x60, 0x55, 0x07, 0x76, 0x71, 0x1f, 0xd9, 0x3d, 0x0c, 0x05, 0x4c, 0x8c, 0xb0, 0x8f, 0xbc, 0xf3, 0x70, 0x15, 0x8f, 0xc2, 0xe1, 0x18, 0xc2, 0x6d, 0x07, 0x2a, 0xb9, 0xa8, 0xb7, 0xa4, 0x80, 0x99, 0xd9, 0x39, 0xba, 0x31, 0x83, 0xc4, 0xee, 0x47, 0xf8, 0xfc, 0xf2, 0x10, 0xb0, 0xde, 0x49, 0x01, 0x7e, 0x8f, 0x9e, 0x80, 0x34, 0xf0, 0x4b, 0x4d, 0xd5, 0x08, 0xa9, 0x83, 0xe0, 0xbe, 0x38, 0x7f, 0x41, 0xb0, 0x1b, 0x99, 0x04, 0x7b, 0x16, 0x43, 0x6a, 0x93, 0x86, 0xeb, 0xf4, 0x50, 0x71, 0x35, 0x5c, 0x76, 0xfe, 0x78, 0xa5, 0x14, 0x98, 0x3b, 0x25, 0x3b, 0x6c, 0x14, 0x10, 0xc4, 0x0c, 0xd6, 0x0e, 0x0c, 0x01, 0x28, 0x2c, 0xc5, 0x1b, 0x63, 0xd6, 0xcc, 0x84, 0x31, 0xc3, 0xb4, 0x2f, 0x8e, 0x0f, 0xa7, 0xd2, 0xfd, 0xb6, 0xd6, 0x2f, 0xa6, 0x54, 0x09, 0xe0, 0x58, 0xc9, 0x13, 0x39, 0x6a, 0x88, 0x15, 0xbc, 0xe3, 0x60, 0x25, 0xbc, 0x73, 0xa8, 0x52, 0x43, 0x18, 0xc5, 0x70, 0x32, 0x51, 0xff, 0x13, 0xfb, 0x64, 0x11, 0xd8, 0x8d, 0x8c, 0x9d, 0x3b, 0xa8, 0xcb, 0x45, 0xe0, 0xed, 0x83, 0x43, 0xd5, 0x5d, 0xca, 0xa8, 0x3a, 0x30, 0x9b, 0x08, 0x8d, 0x4e, 0x22, 0x19, 0x78, 0xa6, 0xe2, 0xb7, 0x0e, 0x50, 0xa5, 0x20, 0x98, 0x02, 0xa1, 0x67, 0xa3, 0xc1, 0x67, 0xa3, 0xc1, 0xba, 0xa0, 0x41, 0x22, 0x60, 0x37, 0x34, 0x4a, 0x02, 0x43, 0xd1, 0x08, 0x11, 0x9b, 0x8c, 0xd4, 0x44, 0xa8, 0xad, 0x6f, 0x61, 0x9f, 0xd3, 0x65, 0x03, 0xa3, 0x02, 0x6e, 0x7c, 0x8e, 0x29, 0x33, 0xca, 0xcd, 0xfe, 0x39, 0x93, 0xb3, 0x03, 0xd6, 0xbd, 0xa2, 0x14, 0x57, 0xd4, 0x41, 0x13, 0x13, 0xc3, 0x62, 0xfa, 0x9b, 0xdc, 0xfa, 0xed, 0xc6, 0x9e, 0x3e, 0xf9, 0xb2, 0x37, 0x81, 0x23, 0x55, 0x27, 0x8b, 0x2a, 0x26, 0xaf, 0x1c, 0x45, 0x24, 0xf9, 0xeb, 0xb3, 0xc6, 0x0f, 0xe7, 0xe2, 0x3b, 0xda, 0x6b, 0x44, 0x04, 0x5d, 0x3e, 0x46, 0x17, 0xb2, 0x9b, 0xa9, 0x24, 0xb4, 0x43, 0x40, 0x48, 0xfb, 0x32, 0xfa, 0xfc, 0x6e, 0x42, 0xf6, 0x13, 0x84, 0x53, 0xc7, 0xca, 0x4f, 0x35, 0x68, 0xc2, 0xf4, 0x04, 0xce, 0x0b, 0x0e, 0xc2, 0x61, 0x4f, 0x36, 0x8d, 0x63, 0xd7, 0x5f, 0x02, 0xe4, 0xb4, 0x15, 0x63, 0x9c, 0x31, 0xd6, 0xec, 0x7c, 0xd0, 0x95, 0xfd, 0xc7, 0x4e, 0x59, 0x40, 0x17, 0x5b, 0x9a, 0x7d, 0x28, 0x95, 0xaa, 0x33, 0x08, 0xa4, 0x2e, 0x53, 0x17, 0x46, 0xa0, 0x1c, 0x2a, 0xd6, 0x44, 0xdb, 0x6c, 0xc3, 0xc9, 0x34, 0x43, 0xc9, 0x30, 0x03, 0x68, 0xde, 0xc4, 0x4c, 0xe6, 0xe9, 0x44, 0x5b, 0x12, 0x37, 0x5c, 0xbb, 0xca, 0xcc, 0xf5, 0x44, 0x5f, 0x1d, 0xe3, 0x0a, 0x86, 0x32, 0xb0, 0xe3, 0xc6, 0x10, 0x96, 0x7a, 0x8a, 0x85, 0xef, 0x99, 0xf5, 0x77, 0xe8, 0x78, 0xad, 0xf6, 0x19, 0x04, 0x8c, 0x62, 0x73, 0x3b, 0x8e, 0xe6, 0xf4, 0x5b, 0x05, 0x10, 0x3f, 0x99, 0x64, 0x66, 0x1b, 0xe5, 0x65, 0xeb, 0x09, 0x50, 0x72, 0xb2, 0xde, 0x3a, 0x1d, 0x4b, 0x28, 0x59, 0x92, 0x58, 0x46, 0xef, 0x8a, 0xad, 0x1f, 0x40, 0x3f, 0x08, 0xc3, 0xa2, 0x06, 0x22, 0xa8, 0x04, 0x7b, 0x86, 0x2f, 0x48, 0xf7, 0x92, 0x86, 0x79, 0x81, 0x3c, 0x7a, 0x38, 0x30, 0x53, 0xd8, 0xca, 0xf9, 0xb9, 0x90, 0xc4, 0x5c, 0xb8, 0xf8, 0x18, 0x2f, 0x0f, 0xed, 0xaa, 0x32, 0x88, 0x74, 0x52, 0x00, 0xa3, 0x8b, 0x98, 0x9c, 0xd1, 0xd9, 0xed, 0x87, 0xe2, 0x93, 0xc1, 0x51, 0x4e, 0x7e, 0xd9, 0xf7, 0xa7, 0xd2, 0x8c, 0x25, 0x20, 0x4c, 0x60, 0x11, 0xce, 0x1d, 0x30, 0xcf, 0x9b, 0xf6, 0x40, 0xa0, 0x4f, 0x85, 0x86, 0x6c, 0x81, 0x13, 0xa7, 0xf4, 0x03, 0x83, 0xc4, 0xc1, 0xa7, 0xa4, 0xc7, 0x8b, 0x5d, 0x85, 0x25, 0xfd, 0x92, 0x00, 0x4c, 0x83, 0x85, 0xfa, 0x1b, 0xf3, 0x46, 0xe9, 0x47, 0xb6, 0x56, 0x56, 0x37, 0x59, 0xc5, 0xbe, 0xc0, 0x7c, 0x10, 0x98, 0xac, 0x6a, 0xfd, 0x56, 0x83, 0xac, 0x1f, 0xe2, 0x52, 0xea, 0x6c, 0x71, 0x1a, 0x4e, 0x26, 0xfe, 0xc5, 0x01, 0xac, 0xd7, 0x5e, 0x30, 0x0e, 0x32, 0xd3, 0xe2, 0x21, 0x35, 0x31, 0x3a, 0x94, 0x3d, 0x04, 0x52, 0xa2, 0xa7, 0x13, 0x09, 0xd0, 0x0d, 0xc5, 0x8c, 0x5d, 0xec, 0xfe, 0x3e, 0x51, 0xd3, 0xe2, 0xd8, 0xa3, 0xa9, 0x93, 0x04, 0x16, 0x09, 0x29, 0x49, 0x01, 0xd1, 0x66, 0xaa, 0x3a, 0xa3, 0x9f, 0x5e, 0x30, 0xd7, 0x82, 0x11, 0x99, 0xd4, 0x7f, 0x23, 0x90, 0x04, 0x6e, 0x82, 0x3f, 0x9e, 0x3b, 0x2a, 0x55, 0x7b, 0xd9, 0x89, 0x9a, 0x26, 0x61, 0x24, 0x8c, 0xf0, 0xe0, 0x20, 0xa7, 0x53, 0x5b, 0xcf, 0x03, 0xd8, 0x45, 0xa5, 0x2c, 0x41, 0x20, 0x52, 0xdc, 0xc0, 0x70, 0xea, 0x56, 0xb5, 0x4b, 0x03, 0x71, 0x34, 0x6f, 0x5a, 0x62, 0x0c, 0xac, 0x5a, 0x90, 0x0b, 0x19, 0x29, 0x71, 0x90, 0x9e, 0x1c, 0xc3, 0x9b, 0x1b, 0x4f, 0x01, 0x8b, 0xe0, 0xfe, 0x89, 0xfb, 0x08, 0x3e, 0x1e, 0xb5, 0xb4, 0xfb, 0x60, 0x6f, 0x61, 0x4d, 0x20, 0xb0, 0x43, 0xec, 0x1e, 0x86, 0x68, 0xcd, 0x03, 0x15, 0x5a, 0x38, 0x09, 0xf6, 0x9b, 0x50, 0xb0, 0x79, 0x27, 0xe6, 0x35, 0x24, 0x98, 0x6d, 0x8a, 0xd7, 0x54, 0x85, 0x26, 0x96, 0xb2, 0x17, 0x9c, 0xd6, 0x0e, 0x5d, 0x5b, 0x3f, 0x45, 0x6b, 0xd3, 0x3f, 0xa9, 0xff, 0x46, 0x20, 0x23, 0x15, 0xfe, 0x87, 0x53, 0xa4, 0xa5, 0x6b, 0xa6, 0x45, 0xc3, 0xcc, 0x9f, 0x66, 0x9e, 0xf8, 0x61, 0x75, 0x01, 0x41, 0x30, 0x60, 0xec, 0x46, 0xa1, 0x55, 0x25, 0x80, 0x4e, 0x15, 0x44, 0xd8, 0x0c, 0xcb, 0xbe, 0xcb, 0x91, 0x45, 0xc1, 0xfd, 0x31, 0x23, 0x12, 0xe1, 0xba, 0x0b, 0xc7, 0xf3, 0x96, 0x3f, 0x4c, 0x01, 0x7e, 0xa4, 0xd6, 0xcf, 0x03, 0x3f, 0xcc, 0xf0, 0x43, 0x02, 0x34, 0xb6, 0x76, 0x43, 0x6d, 0x63, 0x3b, 0x1c, 0x2c, 0x39, 0x23, 0xfc, 0x96, 0x8b, 0xce, 0x2f, 0x00, 0xfd, 0x20, 0x14, 0x51, 0x35, 0x08, 0x8d, 0x05, 0x8d, 0xed, 0x96, 0x76, 0xf5, 0x78, 0x10, 0xcc, 0x55, 0x4c, 0x36, 0xa3, 0x98, 0x94, 0xe4, 0x0d, 0x04, 0x01, 0xf8, 0xb2, 0x2a, 0xc9, 0x89, 0xb1, 0xda, 0x0b, 0x70, 0x32, 0x07, 0xcb, 0x8c, 0x5b, 0x82, 0x7e, 0xb5, 0x82, 0x0b, 0xca, 0xf3, 0xf6, 0x97, 0x05, 0x07, 0xfb, 0xa0, 0x17, 0x01, 0x24, 0x71, 0x60, 0x89, 0x64, 0x0c, 0xe6, 0x67, 0xa7, 0xc2, 0xe5, 0x0b, 0xf2, 0x20, 0x9d, 0x55, 0x56, 0x5a, 0x50, 0xec, 0x9b, 0xe0, 0xab, 0x32, 0x88, 0x55, 0x24, 0xc0, 0xdf, 0xc0, 0x8e, 0x26, 0x0c, 0x39, 0x63, 0xf4, 0x70, 0xd3, 0x9e, 0x72, 0xae, 0xaf, 0x0d, 0x01, 0x48, 0x23, 0x52, 0x84, 0x4f, 0x1a, 0x7b, 0x08, 0x9a, 0x46, 0x61, 0x49, 0x33, 0x64, 0x3b, 0x38, 0xa0, 0x56, 0x0b, 0x58, 0x62, 0x9c, 0x69, 0x62, 0x24, 0xf7, 0x5f, 0x05, 0x00, 0x24, 0xf2, 0xff, 0xe2, 0xa3, 0xb5, 0x17, 0x60, 0x66, 0xac, 0xe5, 0x41, 0x05, 0x10, 0xc5, 0x88, 0xa0, 0xc8, 0x64, 0x10, 0x92, 0x23, 0xed, 0xf6, 0x01, 0xb1, 0xd9, 0x07, 0xbd, 0xed, 0x51, 0x34, 0x0c, 0x50, 0xbb, 0x8c, 0x10, 0x00, 0x7f, 0xe9, 0xec, 0x2c, 0x48, 0x4d, 0x08, 0x1b, 0x7c, 0xaa, 0x5c, 0x42, 0x27, 0x12, 0x60, 0x89, 0x89, 0x89, 0x61, 0xfe, 0x3e, 0x85, 0xc6, 0xb6, 0x6e, 0xd8, 0x7e, 0xa8, 0x8a, 0x49, 0x80, 0x0e, 0x4b, 0x1d, 0x58, 0x3a, 0x75, 0xa8, 0x4c, 0x70, 0x6a, 0x19, 0x53, 0x20, 0x8e, 0x30, 0xa2, 0xc1, 0xf8, 0x40, 0x48, 0x05, 0x04, 0x13, 0x6b, 0x44, 0x63, 0xb0, 0xbd, 0x4b, 0x3f, 0x77, 0x54, 0x42, 0x70, 0x7c, 0x06, 0x0d, 0xac, 0x8b, 0xd4, 0x5f, 0x02, 0x90, 0x24, 0xbc, 0x95, 0x79, 0x53, 0x55, 0xe1, 0x53, 0x99, 0x48, 0xad, 0x57, 0x2f, 0xfe, 0x41, 0xd2, 0xf5, 0x2a, 0xfb, 0x00, 0x22, 0x76, 0x28, 0xe9, 0x83, 0x44, 0xe0, 0x90, 0x47, 0x08, 0x30, 0x01, 0xc1, 0x9f, 0x19, 0x06, 0xdf, 0x4c, 0x19, 0x17, 0x33, 0x7c, 0x22, 0x91, 0xc0, 0x6c, 0xf9, 0x18, 0x82, 0xae, 0x6f, 0xe9, 0x82, 0xf7, 0x3e, 0xac, 0xe6, 0x21, 0x68, 0xb9, 0x83, 0x09, 0x4c, 0x30, 0x6d, 0x16, 0x7d, 0xa0, 0xfb, 0x87, 0xd8, 0xac, 0xfd, 0x80, 0xed, 0x10, 0x20, 0x06, 0x09, 0x11, 0x83, 0x06, 0x41, 0x0f, 0x8c, 0x6f, 0x08, 0x7c, 0xaf, 0xa3, 0x53, 0xbf, 0x7e, 0x55, 0xb8, 0xb1, 0x92, 0xfe, 0x13, 0x80, 0x09, 0xc3, 0x24, 0x7c, 0xb8, 0x44, 0x27, 0x02, 0xe0, 0x80, 0x0f, 0xe1, 0xad, 0x89, 0xcd, 0xd5, 0xb1, 0xba, 0x87, 0xe1, 0x99, 0xbb, 0x88, 0xa5, 0xc7, 0xcb, 0xea, 0x1a, 0x82, 0x32, 0xa8, 0x24, 0xfb, 0xc4, 0xa0, 0x48, 0x2e, 0xd5, 0xf5, 0x25, 0x4c, 0x1c, 0x9d, 0x02, 0x17, 0xcf, 0xcc, 0x66, 0xe0, 0x47, 0x71, 0xf0, 0x31, 0x8b, 0xd8, 0x69, 0xb0, 0x88, 0xea, 0x33, 0x13, 0x7c, 0x9c, 0xfc, 0x1b, 0xc1, 0xdf, 0xc3, 0x8c, 0xbe, 0x3d, 0x85, 0xb5, 0xa1, 0xd8, 0x84, 0xb2, 0x27, 0xcf, 0xd6, 0xfa, 0x4d, 0x90, 0xc3, 0xc0, 0x82, 0xa5, 0x95, 0x07, 0x8c, 0x3e, 0x4b, 0xeb, 0x27, 0xe1, 0xf0, 0x30, 0x5e, 0x83, 0x75, 0x6e, 0x1f, 0x37, 0x64, 0x25, 0x00, 0x62, 0xd7, 0xff, 0x38, 0x40, 0x50, 0x8c, 0x98, 0x19, 0x27, 0x6a, 0x02, 0x74, 0x83, 0x99, 0xfd, 0x2e, 0x0c, 0x85, 0x0f, 0x0f, 0x85, 0x24, 0x0a, 0xb5, 0x20, 0x5d, 0x47, 0x6c, 0x76, 0x83, 0x53, 0x50, 0x09, 0x5c, 0xe9, 0x55, 0x11, 0x7c, 0x4c, 0xdf, 0xbe, 0x68, 0x46, 0x16, 0x07, 0x3f, 0x2e, 0xda, 0xc3, 0xf3, 0xf8, 0xdc, 0x04, 0x79, 0x54, 0xe0, 0x77, 0xfa, 0xfc, 0xd0, 0xc0, 0xc0, 0xdf, 0x57, 0x7c, 0x1a, 0xf6, 0x1c, 0xab, 0x15, 0x46, 0x07, 0x0b, 0x7e, 0x3d, 0x95, 0x09, 0x6c, 0x05, 0x30, 0x00, 0x32, 0x11, 0x86, 0x95, 0x89, 0xad, 0x3c, 0xa8, 0xff, 0x83, 0xe7, 0x83, 0xe1, 0x03, 0x8b, 0x1a, 0xc0, 0xfc, 0x00, 0x0d, 0xfe, 0xa1, 0xa1, 0xf9, 0x64, 0x60, 0x54, 0x80, 0x65, 0x76, 0x34, 0x47, 0xa6, 0x00, 0x48, 0x6a, 0x40, 0x1c, 0xf7, 0x20, 0x7b, 0x05, 0x92, 0xf8, 0x07, 0x9b, 0xdd, 0x60, 0xb5, 0x11, 0x40, 0x35, 0x6d, 0x8b, 0xcb, 0x0e, 0xa5, 0x98, 0x28, 0x03, 0x96, 0xcf, 0x19, 0xcd, 0x93, 0x36, 0xb1, 0xe5, 0x23, 0xf8, 0xa2, 0xd8, 0x77, 0x03, 0xbe, 0x69, 0xed, 0x63, 0x56, 0x11, 0xea, 0x7c, 0x04, 0x7e, 0x6f, 0x51, 0xad, 0x6d, 0x24, 0x30, 0x91, 0x63, 0xfc, 0x96, 0xb1, 0x83, 0xc4, 0x02, 0xb2, 0xa9, 0xcf, 0xa9, 0x40, 0x06, 0xb0, 0xa8, 0x81, 0xc0, 0x79, 0xd3, 0x55, 0x04, 0x41, 0x0d, 0x50, 0x47, 0x28, 0xdc, 0x8f, 0xf8, 0x73, 0xa1, 0x02, 0xa0, 0x85, 0xdd, 0x2e, 0xb6, 0xb5, 0x5d, 0x3f, 0x0c, 0x1d, 0xc7, 0xe7, 0x59, 0x26, 0xc2, 0x90, 0xf4, 0xbf, 0x6d, 0x5e, 0x3e, 0x45, 0xa5, 0x11, 0xa2, 0xf8, 0x9e, 0x34, 0xf7, 0x8e, 0x32, 0xb4, 0xac, 0xe8, 0x50, 0x92, 0xb7, 0x79, 0x93, 0x32, 0x21, 0x39, 0x1e, 0xb3, 0x76, 0x03, 0xe0, 0xa3, 0xd1, 0xe7, 0xb6, 0xaf, 0x9f, 0xf2, 0x29, 0x60, 0x03, 0xa9, 0x65, 0x2d, 0x18, 0xe8, 0x61, 0xe0, 0xef, 0x38, 0x7c, 0x0a, 0x0a, 0xab, 0x1a, 0x05, 0x83, 0x8f, 0x5a, 0x09, 0x60, 0x8a, 0x6d, 0x9b, 0x44, 0xa3, 0x61, 0xbf, 0x5e, 0xb4, 0x03, 0x64, 0x71, 0x1f, 0xec, 0xf9, 0x31, 0x07, 0x92, 0x82, 0x49, 0x04, 0x12, 0xec, 0xa5, 0x24, 0xe0, 0x38, 0x39, 0x75, 0x73, 0x70, 0xed, 0x22, 0x1a, 0x58, 0x0c, 0xb3, 0x7f, 0x6e, 0x20, 0xfb, 0x59, 0x7e, 0x93, 0xd6, 0x0e, 0x3d, 0x01, 0xb0, 0x07, 0x4d, 0x99, 0x43, 0x67, 0x9b, 0xad, 0x5b, 0xf4, 0x02, 0xd4, 0xd2, 0xc1, 0xa2, 0x16, 0x34, 0xc1, 0x23, 0xf9, 0xbc, 0xb2, 0x43, 0x09, 0xcc, 0x28, 0x5f, 0x14, 0x4c, 0x1e, 0x93, 0x0a, 0x49, 0x8c, 0x00, 0xb2, 0xab, 0xe7, 0x16, 0x7c, 0x14, 0xfb, 0x08, 0x3e, 0xb6, 0xfc, 0x4d, 0xfb, 0xaa, 0xe0, 0xf8, 0xa9, 0x66, 0xbb, 0x7b, 0xe7, 0x44, 0x48, 0x87, 0x38, 0x88, 0x4e, 0x12, 0xca, 0xea, 0x53, 0x6c, 0x48, 0x84, 0x87, 0xae, 0xbd, 0x8a, 0xfc, 0xe0, 0x40, 0x31, 0x1b, 0xab, 0x89, 0x5d, 0x3f, 0x55, 0x00, 0xe5, 0x37, 0x69, 0x69, 0xeb, 0x74, 0x94, 0x00, 0xa0, 0x99, 0x91, 0xd3, 0xea, 0x12, 0x59, 0xfb, 0xbe, 0x6d, 0xf3, 0xf7, 0xab, 0x2a, 0xa3, 0x4f, 0x41, 0xa5, 0xb0, 0x3a, 0x98, 0x90, 0x95, 0xc2, 0x7b, 0xf6, 0x62, 0xd8, 0x86, 0x23, 0x79, 0x44, 0x1f, 0x3e, 0x12, 0x09, 0xcc, 0xfc, 0xc2, 0xe6, 0x76, 0x1f, 0x0f, 0xf4, 0x6c, 0xdc, 0x57, 0x09, 0x35, 0x0d, 0xed, 0x36, 0xbf, 0x5c, 0x6c, 0xe1, 0x60, 0x11, 0xf1, 0x3a, 0xa3, 0x2e, 0x20, 0xc6, 0x4d, 0x55, 0x61, 0xb6, 0x6a, 0x4b, 0x2b, 0x07, 0xd1, 0x4e, 0x08, 0xdb, 0x01, 0x34, 0x78, 0xf3, 0xb8, 0x68, 0x3d, 0x74, 0x2d, 0xad, 0x5d, 0x16, 0xec, 0xfa, 0x29, 0x01, 0x02, 0x62, 0x04, 0xc7, 0xc6, 0x3b, 0xab, 0x00, 0x6b, 0x8e, 0xbe, 0x7d, 0x6e, 0x7e, 0xb9, 0x85, 0x83, 0x86, 0xf5, 0x76, 0xb5, 0x20, 0x07, 0x41, 0xb4, 0x41, 0x25, 0xb9, 0xaf, 0x81, 0x9d, 0x1e, 0x9d, 0x91, 0xc8, 0xe7, 0x0d, 0xa0, 0x8a, 0x28, 0x9f, 0x13, 0x01, 0xcc, 0xf8, 0x3e, 0x1a, 0x7c, 0xad, 0xcc, 0xe2, 0xde, 0x7a, 0xf0, 0x14, 0x9c, 0x69, 0xea, 0x74, 0xee, 0xac, 0x02, 0xe2, 0x18, 0xbc, 0xb1, 0xbd, 0xaf, 0x64, 0x2b, 0x81, 0xe4, 0x42, 0x83, 0x4e, 0x85, 0xb2, 0x9d, 0x90, 0x0a, 0x50, 0xa8, 0x7b, 0x53, 0x5a, 0x13, 0x17, 0x2a, 0xc0, 0x8d, 0x0d, 0xc0, 0x03, 0xcf, 0x8d, 0x8a, 0x5c, 0x34, 0xb3, 0x8c, 0x48, 0x4f, 0x94, 0x9e, 0x45, 0x16, 0xf1, 0x0a, 0x5b, 0x51, 0xb1, 0x92, 0x87, 0x3c, 0xb7, 0xbf, 0x7d, 0x92, 0x67, 0x39, 0xa8, 0x64, 0xf7, 0x2a, 0x64, 0xfb, 0x00, 0x43, 0xbc, 0x38, 0x74, 0x4b, 0x16, 0xfd, 0x3a, 0xbf, 0x5f, 0x34, 0xfa, 0x70, 0xc3, 0xd5, 0x47, 0x8e, 0x94, 0x35, 0x84, 0x82, 0x3c, 0x62, 0x32, 0xa7, 0xd8, 0x93, 0xe7, 0x26, 0x78, 0x43, 0x83, 0x1f, 0x06, 0x8c, 0x77, 0x6a, 0x6d, 0xe5, 0x40, 0x2d, 0x41, 0xb4, 0x80, 0x84, 0xa0, 0xa1, 0x3a, 0xa4, 0x24, 0x3c, 0xe3, 0x04, 0xee, 0x66, 0xa4, 0xc5, 0x6b, 0x2d, 0x76, 0x4c, 0x0c, 0x15, 0xb1, 0xeb, 0x5f, 0x28, 0x98, 0xd0, 0x52, 0x6e, 0x58, 0xb4, 0x75, 0xf0, 0x09, 0x0e, 0x95, 0xa1, 0xc7, 0x84, 0x98, 0xd0, 0xb4, 0xe8, 0xca, 0x54, 0x6d, 0x50, 0xd8, 0x05, 0x92, 0x74, 0x50, 0x7e, 0x2e, 0x7b, 0x15, 0x00, 0xd2, 0x52, 0x30, 0x7a, 0x5d, 0xca, 0x13, 0x45, 0x51, 0xf4, 0x47, 0x79, 0x78, 0x28, 0x58, 0x1e, 0x2e, 0x1e, 0x49, 0x02, 0x04, 0x92, 0x3b, 0x28, 0x4f, 0xf0, 0x38, 0x56, 0xd5, 0x64, 0x9b, 0x37, 0xd8, 0x4e, 0x3a, 0x29, 0x74, 0x6b, 0x73, 0x7d, 0xe5, 0x06, 0x21, 0xa5, 0xb5, 0x13, 0xfb, 0x04, 0xd6, 0xf6, 0xba, 0x0c, 0x7c, 0x07, 0x87, 0xa6, 0xeb, 0x02, 0x73, 0x88, 0x11, 0xa6, 0xc7, 0x05, 0x6f, 0x55, 0xd2, 0x7f, 0x02, 0x50, 0xe3, 0xa8, 0x59, 0x61, 0x65, 0xa7, 0xf4, 0x8b, 0x65, 0x8f, 0x09, 0xcd, 0x84, 0x4d, 0x6c, 0x3a, 0x5e, 0xa1, 0xf8, 0xed, 0x53, 0x25, 0x48, 0xf3, 0x28, 0x68, 0xbd, 0x0a, 0xe1, 0x37, 0xec, 0x46, 0xa3, 0x35, 0xa8, 0x14, 0xe5, 0xf1, 0x84, 0xae, 0x95, 0x67, 0xeb, 0x90, 0x89, 0x20, 0x6f, 0x48, 0x00, 0x4c, 0xef, 0x6a, 0xeb, 0xec, 0xe1, 0x24, 0x50, 0x26, 0xae, 0xa8, 0x8c, 0x3a, 0xa9, 0x5f, 0x5f, 0x15, 0x13, 0xd1, 0x92, 0x5a, 0x7c, 0x43, 0x45, 0xdd, 0x99, 0x9f, 0x66, 0x0d, 0xd7, 0xbb, 0xf7, 0x15, 0x35, 0x4d, 0xe1, 0xae, 0x6c, 0xa0, 0x47, 0xfb, 0x4f, 0x00, 0xe1, 0x26, 0xe5, 0x55, 0x7a, 0x02, 0x58, 0xa6, 0x42, 0x27, 0x4e, 0x73, 0x61, 0x48, 0x2f, 0x64, 0x5b, 0xc1, 0x2b, 0xc2, 0xa0, 0x4c, 0xd9, 0xd6, 0x20, 0x52, 0xc5, 0x0a, 0xf7, 0x14, 0xb3, 0xd7, 0xc5, 0x51, 0x42, 0xb8, 0x99, 0x63, 0x08, 0x74, 0x9b, 0xe9, 0xc6, 0x99, 0xe9, 0xe1, 0xb6, 0x80, 0x93, 0x36, 0x7e, 0xa1, 0xb6, 0xda, 0xad, 0xb6, 0x8f, 0xa2, 0xe5, 0x6b, 0x8c, 0x62, 0x95, 0x21, 0x3d, 0x6a, 0x78, 0xa2, 0x16, 0x07, 0x9c, 0x81, 0x2d, 0xfc, 0x55, 0xe3, 0x68, 0xff, 0x6d, 0x00, 0x8f, 0xef, 0x28, 0xe9, 0x09, 0x5c, 0x56, 0x52, 0x55, 0xa7, 0xcf, 0x44, 0xd1, 0xe5, 0x0a, 0x10, 0x0d, 0x09, 0x34, 0xd7, 0x12, 0xa7, 0xef, 0x11, 0xbb, 0x60, 0xd1, 0x79, 0x15, 0x7c, 0xd2, 0x08, 0x66, 0xc0, 0x61, 0x96, 0x0e, 0x26, 0x68, 0xf2, 0xb1, 0x0c, 0xc4, 0x08, 0x07, 0x50, 0x08, 0x38, 0x12, 0x8f, 0x7d, 0x85, 0xa7, 0x9c, 0xf3, 0xe4, 0xce, 0x50, 0x27, 0x0d, 0x15, 0x22, 0x75, 0x0a, 0xab, 0xdd, 0xd4, 0xda, 0x0a, 0xab, 0x5d, 0xf5, 0x39, 0x68, 0x83, 0xb9, 0x52, 0x9d, 0x50, 0xeb, 0x35, 0x63, 0x1c, 0xd6, 0x1d, 0xc0, 0x35, 0x0a, 0x43, 0xa5, 0x87, 0xf6, 0x9f, 0x00, 0x65, 0x73, 0x7b, 0xca, 0xf2, 0x76, 0x7b, 0x51, 0xa9, 0xc4, 0x16, 0x57, 0x9c, 0xd1, 0x5e, 0x37, 0x33, 0x7f, 0xa4, 0xbd, 0xf5, 0xca, 0x90, 0x13, 0x12, 0x21, 0x66, 0x45, 0xec, 0xc6, 0xa4, 0x8a, 0x01, 0xf2, 0x95, 0x44, 0x9e, 0x90, 0x31, 0x08, 0x22, 0xd3, 0xe1, 0x05, 0x85, 0xb5, 0x30, 0x3d, 0x37, 0x9d, 0xdb, 0x03, 0x44, 0xa1, 0x6b, 0xc5, 0x69, 0xde, 0xad, 0x88, 0x50, 0xde, 0xcd, 0x7b, 0xe4, 0x44, 0x43, 0xb8, 0xe5, 0x9a, 0x11, 0x38, 0xc9, 0xa8, 0x03, 0x91, 0x18, 0xc2, 0xf3, 0xd1, 0xd0, 0xbd, 0x64, 0x14, 0xc3, 0x06, 0x9e, 0x74, 0x4a, 0xfa, 0x9e, 0xba, 0xe0, 0xe0, 0x53, 0x5d, 0x29, 0x3e, 0x11, 0xc2, 0xa8, 0xa3, 0xf4, 0xfc, 0xce, 0x72, 0x58, 0xdf, 0xdf, 0x38, 0xc0, 0x9a, 0x35, 0x7e, 0x72, 0xf9, 0x23, 0x87, 0x71, 0x64, 0x10, 0x4e, 0x50, 0x18, 0x9a, 0x3c, 0x51, 0x2a, 0x63, 0xb3, 0x52, 0xb9, 0x71, 0xd2, 0xd2, 0xde, 0xe5, 0x2e, 0x62, 0xdc, 0xcb, 0xf9, 0xc9, 0xdc, 0x7c, 0x4f, 0x61, 0x33, 0xc1, 0x87, 0xe5, 0x0d, 0x70, 0xb4, 0xa2, 0x31, 0x98, 0x13, 0x60, 0x58, 0x13, 0x42, 0xcd, 0x09, 0xa4, 0xc5, 0xf9, 0x86, 0x03, 0xf1, 0x3a, 0xa0, 0xfe, 0xe0, 0xcc, 0x5d, 0xd2, 0x08, 0x21, 0xd9, 0x6a, 0xb7, 0xc5, 0x14, 0x34, 0x08, 0x2a, 0x31, 0x15, 0x09, 0x02, 0x54, 0x79, 0xb5, 0x4c, 0x15, 0xec, 0x94, 0x1b, 0x9d, 0xa9, 0x96, 0x00, 0xf8, 0xbc, 0x05, 0x1f, 0x54, 0x98, 0xdf, 0x3b, 0x8c, 0xd8, 0x0d, 0x44, 0x42, 0x08, 0xde, 0x6d, 0x2b, 0xfe, 0x39, 0x5d, 0xdf, 0xca, 0x57, 0xe5, 0x54, 0xde, 0x88, 0x55, 0x02, 0xce, 0x6f, 0xd7, 0xa7, 0xd2, 0xc7, 0xc9, 0xea, 0x48, 0xbf, 0xbe, 0x27, 0x49, 0x13, 0x33, 0x81, 0xc3, 0x20, 0xf6, 0xe5, 0xe6, 0x7a, 0xf9, 0xcc, 0x7d, 0x9d, 0x7b, 0xcf, 0xcd, 0xf7, 0xa6, 0x8f, 0xcb, 0x50, 0x34, 0xc0, 0xc0, 0x71, 0x71, 0x45, 0x3d, 0xd4, 0xd6, 0x05, 0xf2, 0x05, 0x19, 0xf2, 0x9b, 0x07, 0xa4, 0x2f, 0x20, 0x70, 0x33, 0xb2, 0x85, 0x71, 0xfc, 0xbf, 0x70, 0xbf, 0xe0, 0x48, 0x05, 0x9f, 0x8c, 0x51, 0x55, 0x70, 0xda, 0xb4, 0x77, 0x0f, 0x57, 0xf4, 0xfe, 0xcd, 0x69, 0xdf, 0x6a, 0xcd, 0xcd, 0xd7, 0x46, 0xa5, 0xc7, 0x43, 0x7e, 0x76, 0x0a, 0x18, 0x1e, 0x39, 0xf5, 0x9a, 0x48, 0xb3, 0x76, 0x11, 0xa1, 0xc7, 0x2d, 0xa0, 0xd7, 0x3b, 0xba, 0x7b, 0xe0, 0x58, 0x65, 0x13, 0x34, 0xab, 0x82, 0x60, 0x83, 0xb0, 0x82, 0x8f, 0x9b, 0x5b, 0x4e, 0x55, 0x8a, 0xff, 0xc0, 0x37, 0xdf, 0xff, 0xb0, 0x2a, 0xac, 0x87, 0x28, 0xd9, 0x32, 0x60, 0x04, 0x88, 0xf5, 0x90, 0xb7, 0x3b, 0x7d, 0x14, 0x6b, 0x21, 0x6a, 0xd7, 0xc1, 0x13, 0xf0, 0xa9, 0xcb, 0x66, 0x29, 0xaf, 0x5b, 0x34, 0x73, 0x0c, 0xfc, 0xfe, 0x95, 0xf7, 0x07, 0x03, 0xeb, 0xf0, 0xf7, 0xc4, 0x1b, 0x44, 0xb8, 0x99, 0x87, 0x81, 0x89, 0xc9, 0x1f, 0xc9, 0xf1, 0x5e, 0xcb, 0x80, 0x16, 0xd5, 0x84, 0x96, 0x44, 0x21, 0x89, 0xbb, 0x99, 0xf8, 0xc7, 0x10, 0xf2, 0x8e, 0x0f, 0x6a, 0x04, 0xb7, 0xd1, 0x0e, 0x95, 0x25, 0x9c, 0x40, 0xd5, 0x40, 0xd2, 0x3e, 0x22, 0x2e, 0x76, 0xc5, 0xe2, 0xc0, 0x8f, 0xb9, 0x93, 0x47, 0x6a, 0xaf, 0xdd, 0x75, 0xa0, 0xcc, 0xbc, 0xda, 0x17, 0x1b, 0x45, 0xb6, 0xbb, 0xa9, 0x57, 0x57, 0x2a, 0xe0, 0xe8, 0x2b, 0xf7, 0x36, 0xb3, 0xbb, 0x16, 0xe0, 0xfe, 0xee, 0x83, 0xe5, 0xdc, 0x3a, 0x56, 0x95, 0x61, 0xc9, 0x71, 0x30, 0x6b, 0x42, 0xa6, 0xf0, 0xf0, 0x54, 0xff, 0xc6, 0xb4, 0x17, 0x2d, 0x81, 0x3a, 0x57, 0x8c, 0xe5, 0xf7, 0x84, 0x53, 0xd1, 0x51, 0x46, 0x70, 0xe6, 0x50, 0x0f, 0xc4, 0x45, 0x11, 0x88, 0xf1, 0x50, 0xbe, 0x45, 0x7b, 0xfc, 0xa1, 0xfd, 0xf0, 0x39, 0xb6, 0x19, 0xc1, 0xbf, 0x6c, 0x63, 0x15, 0xc8, 0xfe, 0x62, 0x67, 0x92, 0x57, 0x02, 0x99, 0x86, 0x86, 0x7c, 0x03, 0xd5, 0xbd, 0x29, 0xb5, 0x7d, 0xee, 0xfc, 0xf4, 0xd4, 0x3e, 0x15, 0xa8, 0xca, 0xf8, 0x63, 0x2a, 0x36, 0x45, 0x93, 0x9b, 0x89, 0x93, 0x4b, 0xee, 0x0c, 0x12, 0x80, 0x81, 0xfa, 0x2e, 0xc7, 0x6c, 0xa0, 0x24, 0x40, 0x40, 0xa2, 0xd0, 0x4d, 0xac, 0xe5, 0x2c, 0x6a, 0x68, 0x6e, 0x83, 0xf7, 0x8e, 0x54, 0x06, 0xe6, 0x08, 0x50, 0x14, 0x5c, 0x47, 0x77, 0x7f, 0x51, 0xb5, 0xb2, 0xc9, 0x53, 0x2a, 0xeb, 0x6d, 0x1a, 0xe8, 0x12, 0x15, 0x9a, 0x92, 0x39, 0x26, 0x2e, 0x34, 0x18, 0x2e, 0xd8, 0xd9, 0x4a, 0x84, 0x9b, 0x09, 0x1f, 0x85, 0xee, 0x1b, 0x1a, 0x54, 0x19, 0xbc, 0x67, 0x08, 0xb0, 0xe0, 0x5f, 0xec, 0x08, 0xc2, 0xae, 0x60, 0xb7, 0x33, 0x7e, 0xc4, 0xc7, 0xc7, 0x87, 0xda, 0x87, 0x25, 0x48, 0x64, 0xde, 0x33, 0x34, 0x51, 0x34, 0x95, 0x30, 0x0c, 0x83, 0x69, 0x81, 0x99, 0xaa, 0xf9, 0xa0, 0xa4, 0x86, 0x46, 0xa2, 0x5c, 0x38, 0x73, 0xb4, 0xf6, 0x79, 0x0b, 0x98, 0xf8, 0x6f, 0x68, 0x6a, 0x33, 0xbf, 0xe2, 0x7a, 0x06, 0x71, 0xd7, 0x53, 0xc4, 0xb0, 0xf7, 0xfc, 0x9b, 0xb9, 0x8f, 0x73, 0xd6, 0xeb, 0xca, 0xf9, 0xd3, 0x47, 0xf3, 0x9e, 0x2a, 0xea, 0x52, 0xac, 0x47, 0xba, 0xd0, 0x12, 0xae, 0xa5, 0x8a, 0xb6, 0x66, 0xfb, 0x3c, 0xdc, 0x5c, 0x55, 0x91, 0xde, 0xde, 0x0e, 0xf7, 0xb2, 0xae, 0x0b, 0x18, 0x24, 0x29, 0x27, 0x82, 0x38, 0x4b, 0xb8, 0x40, 0x60, 0xe9, 0xe5, 0xec, 0xea, 0x81, 0xda, 0x2a, 0xd6, 0xf6, 0x1d, 0x85, 0xb4, 0xc0, 0xee, 0x5f, 0x9c, 0x13, 0x59, 0x57, 0x5e, 0x7b, 0x3b, 0x3c, 0x87, 0x90, 0xbf, 0x87, 0x3c, 0x3f, 0xe0, 0x04, 0x28, 0x5f, 0xf7, 0xed, 0x23, 0xac, 0x99, 0x71, 0x05, 0xbf, 0xfe, 0x9d, 0xa3, 0xe6, 0xca, 0x15, 0x76, 0x7b, 0x81, 0x81, 0xbf, 0x6c, 0xde, 0x38, 0xbb, 0xb8, 0xa3, 0x56, 0x94, 0xa8, 0xdc, 0x06, 0xb4, 0x2d, 0x48, 0x21, 0x25, 0xa9, 0x6a, 0xf1, 0x46, 0xab, 0xd8, 0x0d, 0x80, 0xac, 0x8f, 0xfd, 0xeb, 0x42, 0xc0, 0xf2, 0x98, 0x40, 0xe5, 0x04, 0xcf, 0xc2, 0xf3, 0x98, 0xbf, 0x63, 0x59, 0x2c, 0x52, 0x52, 0x47, 0x54, 0x5e, 0x74, 0x52, 0xb6, 0x25, 0xa8, 0x42, 0x29, 0x48, 0xc4, 0xb9, 0x70, 0x56, 0x0e, 0x9f, 0xab, 0x58, 0x55, 0x5a, 0x3b, 0xba, 0x61, 0xfd, 0x8e, 0x0f, 0xcc, 0x9a, 0x28, 0x28, 0x7f, 0xe3, 0xbe, 0xc3, 0x03, 0x4e, 0x80, 0x20, 0xb7, 0xfe, 0x8f, 0xff, 0x60, 0x5b, 0x27, 0x6c, 0x2e, 0x38, 0xae, 0xbd, 0xea, 0xfa, 0xa5, 0x93, 0x03, 0xeb, 0xe2, 0x69, 0x81, 0xa4, 0x12, 0xf6, 0xd6, 0x56, 0x40, 0xc1, 0x0e, 0x26, 0x95, 0x2a, 0xcb, 0x0a, 0xa6, 0xd8, 0x9a, 0xa4, 0x16, 0x0b, 0xf6, 0xb1, 0xfe, 0xae, 0x25, 0x80, 0xf0, 0xfb, 0x7e, 0x99, 0x20, 0x20, 0x91, 0x04, 0xec, 0x6a, 0xc1, 0x02, 0x34, 0xb5, 0xdb, 0x05, 0x94, 0x3a, 0xd9, 0x0d, 0xe1, 0x77, 0xc4, 0x05, 0x24, 0x54, 0x73, 0x02, 0x98, 0xe5, 0xad, 0x3d, 0xa5, 0xd0, 0xd2, 0xda, 0x69, 0x1a, 0xb3, 0xff, 0xd7, 0x1b, 0x44, 0x7b, 0x45, 0x00, 0x4f, 0x4f, 0xd4, 0x5f, 0xd1, 0xc2, 0xc4, 0xfd, 0x97, 0xb7, 0xea, 0x49, 0x86, 0xf3, 0xf4, 0x2f, 0x09, 0xce, 0x77, 0x4f, 0x25, 0x3a, 0x53, 0x7b, 0xc3, 0xb7, 0xe8, 0x02, 0x5b, 0x2b, 0x57, 0x89, 0x4b, 0x91, 0x38, 0x1a, 0x10, 0x2c, 0xa4, 0x51, 0xa8, 0x0b, 0x57, 0xad, 0x3f, 0x78, 0x5f, 0x7f, 0x24, 0x69, 0x11, 0x02, 0x58, 0x56, 0x0b, 0xd4, 0x0a, 0xb4, 0x86, 0xbc, 0x54, 0x96, 0x7a, 0x52, 0x7d, 0xa0, 0xee, 0xc7, 0x11, 0x3f, 0xba, 0xf2, 0xf2, 0x5b, 0x21, 0x2c, 0xba, 0x3d, 0xbe, 0xa8, 0x67, 0x06, 0x8d, 0x00, 0xc5, 0x1b, 0xee, 0x41, 0x7f, 0x88, 0x07, 0x17, 0x77, 0xec, 0x2d, 0x85, 0xa3, 0xa5, 0xa7, 0xb5, 0xd7, 0xde, 0xb0, 0x6c, 0x4a, 0x68, 0x0a, 0xd3, 0xde, 0x32, 0xde, 0x2a, 0x46, 0x65, 0x80, 0x85, 0x56, 0xee, 0x24, 0x86, 0xa9, 0xda, 0x0a, 0xef, 0xfd, 0xb0, 0xef, 0x40, 0x34, 0x90, 0xfa, 0xcd, 0xf9, 0xfc, 0xed, 0x1b, 0x58, 0x8e, 0x69, 0x78, 0x55, 0x11, 0xd1, 0x46, 0xa4, 0xf6, 0xf7, 0xb1, 0xa9, 0x44, 0x0b, 0xb1, 0xc3, 0x01, 0xb6, 0x55, 0x8b, 0xf4, 0xad, 0xff, 0x58, 0xd9, 0x69, 0xd8, 0xb6, 0xa7, 0xd8, 0x3c, 0x5c, 0x1f, 0xc4, 0x08, 0x06, 0x49, 0x05, 0xa0, 0x8c, 0xf1, 0xff, 0xc4, 0xac, 0xc8, 0x3f, 0xbc, 0xf4, 0x9e, 0xd6, 0x69, 0xc1, 0xa9, 0xd2, 0x2e, 0x99, 0x9b, 0xa7, 0x68, 0x11, 0x56, 0x30, 0x43, 0x6e, 0x95, 0xc6, 0x90, 0xa2, 0x0a, 0x62, 0x80, 0xb0, 0x1c, 0x0b, 0xd8, 0x80, 0xb0, 0x8a, 0x68, 0xea, 0x20, 0xfa, 0x23, 0x4b, 0x01, 0x6a, 0x91, 0x00, 0x7e, 0x59, 0x15, 0x80, 0x4a, 0x0a, 0x84, 0xdf, 0xcf, 0xb2, 0x6c, 0x8c, 0x42, 0x3a, 0x50, 0xaa, 0x50, 0x7d, 0x92, 0xb4, 0x5c, 0x32, 0x27, 0x07, 0x32, 0xd3, 0xf5, 0xbd, 0x7f, 0x7f, 0x7c, 0xa5, 0x00, 0xfc, 0x7e, 0x93, 0x2d, 0xf0, 0x93, 0xde, 0xc2, 0xd9, 0x6b, 0x02, 0x94, 0xbd, 0x7e, 0xff, 0x16, 0xd6, 0xae, 0x77, 0xe0, 0xfe, 0xeb, 0xdb, 0x8e, 0xf0, 0xa5, 0x50, 0x75, 0xe5, 0xb6, 0xcb, 0x67, 0x41, 0x62, 0x42, 0xb4, 0xb6, 0x95, 0xcb, 0x2a, 0xc2, 0x62, 0x2c, 0x51, 0x8d, 0x1d, 0x60, 0xab, 0x64, 0x6a, 0xa9, 0x64, 0x1b, 0x88, 0x14, 0xb4, 0xa0, 0xbb, 0x8d, 0xcc, 0x29, 0x6d, 0x80, 0x88, 0xc4, 0x09, 0x13, 0x48, 0x6d, 0x34, 0x4a, 0x2a, 0x4b, 0x32, 0x1a, 0x79, 0xdc, 0x3f, 0x36, 0x0a, 0xae, 0x5f, 0xa2, 0x1f, 0xe0, 0x5b, 0x5a, 0xd5, 0x00, 0xaf, 0x85, 0x55, 0xf1, 0xae, 0xd2, 0xd7, 0x56, 0x6f, 0x1d, 0x74, 0x02, 0x70, 0x53, 0x90, 0x90, 0x47, 0xf8, 0x5f, 0xc6, 0xbc, 0x27, 0x5f, 0x2e, 0xd0, 0x5e, 0x87, 0x1d, 0x17, 0x9f, 0x5e, 0x39, 0xc3, 0xde, 0xca, 0xc3, 0xaf, 0x6c, 0xb7, 0xda, 0xa9, 0x46, 0xdc, 0x2b, 0xd4, 0x80, 0xf8, 0xb9, 0x65, 0x03, 0xb0, 0x88, 0xdf, 0xbe, 0x48, 0x80, 0x30, 0x0f, 0x4d, 0xf1, 0xaf, 0xda, 0x20, 0xc2, 0x26, 0x3f, 0x27, 0x55, 0x1a, 0xad, 0x60, 0x51, 0x67, 0x61, 0xe9, 0x70, 0xf3, 0x8a, 0xa9, 0x8e, 0x43, 0xf2, 0x9e, 0x64, 0xad, 0xdf, 0xd7, 0x63, 0xce, 0x63, 0x40, 0xfe, 0xbb, 0x2f, 0x58, 0xf6, 0x89, 0x00, 0x65, 0xaf, 0xdf, 0xbb, 0x96, 0xe9, 0x82, 0x7d, 0xb8, 0x8f, 0xb3, 0x53, 0x3a, 0xcd, 0x58, 0xb1, 0x82, 0xb9, 0x84, 0x13, 0xb1, 0xef, 0xc0, 0x66, 0x19, 0x83, 0xa5, 0x35, 0x5b, 0xf4, 0xa4, 0xaa, 0x85, 0x48, 0x7a, 0x5e, 0x16, 0xfb, 0x61, 0x95, 0x20, 0x89, 0x65, 0xe8, 0xbb, 0x04, 0x10, 0x7b, 0xd9, 0x90, 0xec, 0x7e, 0x7f, 0x58, 0x0d, 0xa0, 0xd4, 0xb5, 0x11, 0x03, 0xe4, 0x7d, 0x95, 0xad, 0x60, 0x25, 0x90, 0x4c, 0x78, 0xf3, 0xdd, 0xf3, 0xc7, 0xa4, 0xc3, 0xe2, 0xe9, 0xfa, 0xc0, 0x0f, 0xce, 0x13, 0xf4, 0xc2, 0xc6, 0x03, 0x66, 0x94, 0xee, 0xfd, 0xb2, 0x75, 0xf7, 0xae, 0xff, 0xc8, 0x08, 0x10, 0x4c, 0x72, 0x7e, 0x90, 0x9b, 0x9d, 0x3e, 0x3f, 0x3c, 0xf8, 0x87, 0xcd, 0xa0, 0xab, 0x4f, 0x0c, 0xbc, 0x7d, 0xfd, 0xc6, 0x05, 0x3c, 0x90, 0x41, 0x69, 0x04, 0xa3, 0xce, 0x02, 0xac, 0xa4, 0x3b, 0x65, 0xc0, 0x35, 0x22, 0x5f, 0x69, 0xa1, 0x5b, 0x9e, 0xc7, 0xdd, 0x3c, 0xc3, 0x5a, 0x29, 0xe1, 0x17, 0x8d, 0x42, 0xaa, 0x55, 0x0f, 0x20, 0xfe, 0x05, 0x2b, 0x29, 0xc0, 0x42, 0x7a, 0xbb, 0x6a, 0xc3, 0x58, 0xca, 0xe7, 0x2e, 0x9f, 0xa1, 0xed, 0xe7, 0xc0, 0xef, 0xfc, 0xf0, 0x4f, 0x6f, 0xf3, 0x99, 0x48, 0x83, 0x14, 0xfd, 0x41, 0x5f, 0x57, 0x0d, 0xeb, 0x23, 0x01, 0x98, 0x14, 0x58, 0xbb, 0xfa, 0x1f, 0x10, 0xec, 0x72, 0xdc, 0x56, 0x50, 0x0c, 0x9b, 0x1c, 0xe2, 0x02, 0xa3, 0x98, 0x41, 0xf8, 0xef, 0xd7, 0xce, 0x93, 0xec, 0x00, 0xaa, 0x36, 0xea, 0xa4, 0xf3, 0x94, 0xaa, 0xf4, 0xbc, 0x55, 0xcc, 0x8b, 0xfb, 0x7e, 0x81, 0x2c, 0xdc, 0x38, 0x0a, 0xee, 0x27, 0x24, 0x24, 0x40, 0x7a, 0x7a, 0x3a, 0xa4, 0xa5, 0xa5, 0xb9, 0xda, 0x30, 0x2d, 0xcc, 0x94, 0x47, 0x66, 0xeb, 0x57, 0x11, 0xcc, 0xef, 0x52, 0x25, 0x00, 0xa5, 0x6a, 0x7b, 0x45, 0x61, 0x1f, 0x7c, 0xe6, 0xb2, 0xe9, 0x7c, 0x31, 0x4b, 0x5d, 0xd9, 0x52, 0x50, 0x02, 0x9b, 0x76, 0x86, 0x92, 0x7d, 0xde, 0x2a, 0x5d, 0xb7, 0xfa, 0xe5, 0xbe, 0xe2, 0xd8, 0x8f, 0x75, 0x03, 0x91, 0x3d, 0xf4, 0x2b, 0x7e, 0x20, 0x07, 0xd8, 0x63, 0xc7, 0x3c, 0xfc, 0xfb, 0x4d, 0x3c, 0x0c, 0xac, 0x1b, 0x45, 0x7c, 0xc1, 0xac, 0x31, 0x70, 0xb0, 0xb8, 0x1a, 0xb6, 0xbe, 0x5f, 0x16, 0xca, 0x9e, 0xa1, 0x42, 0x66, 0x8d, 0x39, 0xec, 0x99, 0x0a, 0x03, 0x22, 0xc5, 0x31, 0x75, 0x66, 0x1a, 0x96, 0x1c, 0xdc, 0xa1, 0x72, 0x94, 0x50, 0xc8, 0xcc, 0xc1, 0x39, 0x7b, 0x70, 0xca, 0x36, 0xc3, 0x20, 0xd6, 0x41, 0x1c, 0xca, 0xae, 0x40, 0x75, 0x4b, 0x3b, 0x51, 0xd3, 0x1c, 0x58, 0x99, 0x4b, 0xb1, 0x24, 0x9c, 0x6e, 0x09, 0x38, 0xb5, 0x4a, 0x50, 0xa8, 0x03, 0x85, 0x7d, 0x80, 0x56, 0xff, 0xc2, 0xa9, 0x59, 0xda, 0x3a, 0xc7, 0x81, 0xb8, 0x8f, 0xfe, 0x71, 0x8b, 0xf9, 0xbe, 0x5d, 0xe0, 0xa1, 0x5f, 0xee, 0x6b, 0xeb, 0x07, 0x80, 0xfe, 0xad, 0x1c, 0x8a, 0x25, 0x6f, 0xd5, 0x23, 0x8f, 0xb2, 0xbb, 0xdc, 0x8b, 0xfb, 0x5f, 0xbe, 0x69, 0x31, 0xdc, 0xf5, 0xa9, 0xc5, 0xda, 0x9f, 0xea, 0xf2, 0xf9, 0xe0, 0x3b, 0x4f, 0x6c, 0x65, 0xfa, 0xab, 0x31, 0xbc, 0x9e, 0xaf, 0x72, 0xc5, 0x6f, 0x43, 0x31, 0xa5, 0xab, 0x7d, 0x9a, 0x57, 0xf9, 0x73, 0xfb, 0x0a, 0xe1, 0x84, 0xa7, 0x82, 0x8d, 0xc9, 0x48, 0x0a, 0x44, 0x26, 0xc5, 0x61, 0xe8, 0x24, 0x42, 0xca, 0x1a, 0x0d, 0x8c, 0xc0, 0x3d, 0x59, 0xdf, 0x86, 0x8b, 0x91, 0x09, 0xaa, 0x88, 0x86, 0x5a, 0xab, 0x0c, 0xbe, 0x9f, 0x2a, 0x54, 0x83, 0x3f, 0x2c, 0x25, 0x4c, 0x29, 0x62, 0x39, 0x2f, 0xfc, 0xcd, 0xc9, 0x4c, 0x82, 0x7b, 0x3e, 0x7d, 0x3e, 0x9f, 0x68, 0x5a, 0x87, 0xe8, 0x2f, 0x9e, 0xd9, 0x09, 0xbf, 0x79, 0x66, 0x7b, 0xf0, 0x71, 0xe9, 0xc3, 0x25, 0xaf, 0x7f, 0xfb, 0xfe, 0xfe, 0xe0, 0xd7, 0x6f, 0x02, 0xe0, 0xe2, 0xd1, 0xd1, 0x3d, 0x31, 0xe8, 0x8b, 0xe4, 0x61, 0xe2, 0xe5, 0x53, 0x0f, 0xde, 0x0c, 0xf3, 0x71, 0xca, 0x52, 0x8d, 0x41, 0x80, 0xb3, 0x68, 0x7d, 0xef, 0xf7, 0x5b, 0xa1, 0xfa, 0x4c, 0xab, 0x65, 0x71, 0x67, 0x19, 0x48, 0x99, 0x18, 0xe6, 0xbc, 0xbe, 0xba, 0xe5, 0xe0, 0x2d, 0xcb, 0xc9, 0x18, 0x8a, 0x05, 0x1a, 0x2c, 0x53, 0xd5, 0x12, 0x75, 0x7e, 0xa0, 0xaa, 0x43, 0x56, 0xb5, 0x3c, 0xac, 0x60, 0xe1, 0x9b, 0x04, 0x50, 0x82, 0xcf, 0xcf, 0x59, 0xe3, 0x08, 0xd4, 0xef, 0x57, 0x12, 0x03, 0xd7, 0x3b, 0xbc, 0x97, 0x81, 0x9f, 0x1c, 0x1c, 0x5f, 0xa1, 0x22, 0x00, 0x26, 0x7c, 0x7c, 0xf6, 0x81, 0x67, 0x4c, 0xdd, 0x5f, 0xde, 0xee, 0xf3, 0x4e, 0xad, 0xde, 0x70, 0x4f, 0x6b, 0x7f, 0xf0, 0xeb, 0xf7, 0xe2, 0xd1, 0xcd, 0xc7, 0xb6, 0x76, 0xa7, 0x4c, 0xb8, 0xf4, 0x18, 0xab, 0xcb, 0x5b, 0xd9, 0xcb, 0x90, 0x9d, 0xfb, 0xca, 0xe1, 0xaa, 0x25, 0x53, 0x03, 0xe3, 0x05, 0x15, 0x04, 0x88, 0x61, 0x06, 0xce, 0x9c, 0x89, 0x23, 0x61, 0xd7, 0xc1, 0x4a, 0x3e, 0xa9, 0x22, 0x91, 0x86, 0x46, 0xc9, 0x13, 0x45, 0x84, 0x32, 0xfe, 0x85, 0xf4, 0x69, 0xa2, 0x19, 0x3c, 0xe1, 0x7a, 0x58, 0xb4, 0xc5, 0x00, 0x05, 0xab, 0x1b, 0x26, 0x46, 0x62, 0x15, 0xd7, 0xd9, 0x55, 0x00, 0x44, 0x70, 0x0f, 0xa9, 0xda, 0xf2, 0x17, 0x6c, 0x9c, 0x24, 0xa6, 0x36, 0xef, 0xbe, 0x65, 0x01, 0xcf, 0xa7, 0xd0, 0x81, 0x7f, 0xa6, 0xb1, 0x1d, 0xbe, 0xf4, 0xdf, 0xcf, 0x9b, 0x23, 0xb4, 0x70, 0xa0, 0xc2, 0x2d, 0x95, 0xeb, 0xef, 0xfd, 0xa0, 0xbf, 0xf8, 0xf5, 0x9b, 0x00, 0x58, 0x1a, 0x8b, 0x36, 0x16, 0xa5, 0xe4, 0xaf, 0x48, 0x60, 0xd5, 0x7f, 0x01, 0x2e, 0x75, 0x86, 0xab, 0x5e, 0xae, 0xba, 0x60, 0x92, 0x62, 0x55, 0xaf, 0x00, 0xc2, 0x68, 0x27, 0x4c, 0x1f, 0x9f, 0x01, 0xef, 0x1c, 0xa8, 0x00, 0x9f, 0xdf, 0x6f, 0x9f, 0x45, 0x54, 0x02, 0x97, 0x28, 0x16, 0x50, 0x50, 0x13, 0x20, 0xb2, 0x50, 0x93, 0xe3, 0xf2, 0x16, 0xe0, 0xe5, 0x58, 0x82, 0x4d, 0x02, 0x50, 0x8b, 0x0d, 0xa2, 0x5b, 0x0e, 0xb6, 0x37, 0x41, 0x23, 0x5c, 0x66, 0xe6, 0x1b, 0x37, 0xcf, 0x77, 0x1c, 0xec, 0x81, 0x03, 0x3d, 0xee, 0xf9, 0xf9, 0x3a, 0x38, 0x78, 0xb4, 0xca, 0x7c, 0xf8, 0xc7, 0x4a, 0xd7, 0xae, 0x7e, 0x7c, 0x20, 0xb0, 0x1b, 0x10, 0x02, 0x70, 0x12, 0x64, 0x5f, 0xb4, 0x25, 0x2d, 0xca, 0x8b, 0x0b, 0x15, 0xe4, 0x94, 0x56, 0xd5, 0x41, 0x42, 0x7c, 0x2c, 0x9c, 0x37, 0x39, 0x4b, 0xed, 0x17, 0xb2, 0x92, 0x9a, 0x14, 0xcb, 0x73, 0x08, 0x0b, 0x3e, 0x3c, 0x09, 0x9d, 0x5d, 0x3d, 0xf6, 0xd9, 0x34, 0xa4, 0xa9, 0x64, 0xac, 0x92, 0x80, 0x28, 0x09, 0xe0, 0x24, 0x09, 0x74, 0x19, 0x3c, 0x62, 0xbf, 0x82, 0x4d, 0x4a, 0x48, 0xe2, 0x1f, 0x2c, 0xfa, 0x5f, 0xb2, 0x0b, 0xa4, 0xf5, 0x7f, 0x9d, 0x5c, 0x44, 0x73, 0x4b, 0x4a, 0x88, 0x86, 0xbb, 0x6e, 0x9a, 0x6f, 0xc9, 0xf3, 0x57, 0xb5, 0xfe, 0xa7, 0x5e, 0xdd, 0x0b, 0x7f, 0x7e, 0x35, 0x14, 0x70, 0x7b, 0x77, 0x58, 0xf5, 0xb0, 0xdb, 0x4e, 0x9e, 0x7c, 0xcd, 0x7f, 0x56, 0x11, 0x00, 0x4a, 0xb7, 0xfa, 0x87, 0x8d, 0x5d, 0xf6, 0x26, 0x25, 0xc6, 0x6d, 0xac, 0xfe, 0xe3, 0xdf, 0x3d, 0x50, 0x06, 0x13, 0x72, 0x47, 0xc0, 0x04, 0x79, 0x7e, 0x61, 0x01, 0x31, 0x24, 0xc1, 0x02, 0x66, 0xf1, 0xee, 0x2b, 0xaa, 0xe6, 0xd3, 0xac, 0x85, 0x46, 0xdc, 0x08, 0xa0, 0xeb, 0x25, 0x80, 0x30, 0xdb, 0x98, 0xdb, 0x98, 0xae, 0x2d, 0xfa, 0x68, 0x49, 0xe8, 0xb1, 0x49, 0x80, 0xb0, 0x9f, 0x2e, 0xc6, 0x04, 0x24, 0x09, 0x00, 0x91, 0xd4, 0x01, 0x55, 0x46, 0x29, 0x51, 0xdc, 0x23, 0xf8, 0x4e, 0x2d, 0x9f, 0xfb, 0x78, 0xef, 0x97, 0xc2, 0xfd, 0xbf, 0x5a, 0xcb, 0x6d, 0x06, 0x56, 0xea, 0x09, 0xf4, 0xac, 0x38, 0xf2, 0xf6, 0xdd, 0x75, 0x03, 0x05, 0xdb, 0xc0, 0x11, 0x00, 0x9f, 0xae, 0x78, 0x73, 0x53, 0xfa, 0xc4, 0xe5, 0x47, 0x98, 0x73, 0x77, 0x33, 0x0e, 0xaf, 0xdb, 0xf2, 0x5e, 0x11, 0xcc, 0x9f, 0x9e, 0x03, 0x59, 0x19, 0x49, 0x5a, 0x12, 0x60, 0xa8, 0x13, 0x57, 0xdc, 0x3c, 0x5c, 0x52, 0x0b, 0x8d, 0x2d, 0x9d, 0x36, 0x31, 0xaf, 0x9a, 0x79, 0xcb, 0x26, 0xe8, 0x75, 0x24, 0xa0, 0x7a, 0x29, 0x60, 0x03, 0xd9, 0x72, 0x0c, 0xd6, 0xd5, 0xbf, 0xa5, 0x6e, 0x5b, 0x2a, 0xaf, 0x16, 0x6e, 0x89, 0xfc, 0x09, 0xad, 0xdf, 0xaf, 0x26, 0xc5, 0x98, 0x11, 0x49, 0x70, 0xf7, 0xcd, 0x0b, 0x20, 0x3d, 0x39, 0xce, 0xe9, 0x71, 0x61, 0x0f, 0x33, 0xfa, 0xbe, 0xf2, 0xe0, 0x3f, 0xa0, 0x3b, 0xb0, 0x58, 0x54, 0x0f, 0x23, 0xc1, 0x8d, 0xa5, 0xeb, 0xee, 0x2f, 0x18, 0x48, 0xcc, 0x06, 0x94, 0x00, 0x9c, 0x04, 0x85, 0x9b, 0x8e, 0xa5, 0xe6, 0x5f, 0x8a, 0x49, 0x81, 0x57, 0x62, 0xf2, 0xe8, 0xc6, 0x5d, 0x45, 0x70, 0xc1, 0x9c, 0xb1, 0x90, 0x91, 0x96, 0x00, 0x3a, 0xb9, 0x8d, 0x91, 0xaf, 0x8b, 0x66, 0xe7, 0xf0, 0x45, 0x9d, 0x8a, 0x99, 0xfd, 0xd0, 0x6b, 0x02, 0x88, 0xd7, 0x52, 0x6d, 0xe3, 0xb7, 0xc7, 0x0d, 0xa8, 0xa2, 0x5b, 0x56, 0x4e, 0xfe, 0x54, 0x1a, 0x83, 0x8a, 0x65, 0xe2, 0x95, 0xfa, 0x1f, 0x6c, 0xaa, 0x60, 0xc1, 0x94, 0x51, 0x70, 0xc7, 0xd5, 0xb3, 0xd5, 0x46, 0xb2, 0x50, 0x70, 0xfc, 0xc5, 0x97, 0xbe, 0xff, 0x7c, 0x68, 0x62, 0x0e, 0x26, 0x11, 0xef, 0x2a, 0x5d, 0xb7, 0xfa, 0x2f, 0x03, 0x8d, 0xd7, 0x80, 0x13, 0x00, 0x4b, 0x43, 0xe1, 0xc6, 0x3d, 0xa9, 0xf9, 0x2b, 0x10, 0x8e, 0xa5, 0xb8, 0xfc, 0xca, 0xd6, 0x82, 0x12, 0x58, 0xb1, 0x70, 0x82, 0x35, 0xa3, 0x55, 0x22, 0x01, 0xba, 0x90, 0x33, 0x27, 0x64, 0xf2, 0x08, 0x18, 0x4e, 0x87, 0x8e, 0x8b, 0x2e, 0x58, 0x55, 0x01, 0xb1, 0xcc, 0x42, 0x6a, 0x27, 0x01, 0x89, 0xa8, 0x02, 0xa8, 0xca, 0x03, 0x00, 0x7b, 0xe7, 0x8d, 0x68, 0xad, 0x8b, 0x3d, 0x96, 0xb2, 0x27, 0x00, 0x8e, 0x2a, 0xc0, 0xda, 0xf2, 0x71, 0x98, 0xfa, 0x6d, 0x2b, 0xa7, 0xc1, 0xe5, 0x8b, 0xc6, 0xf3, 0x0c, 0x1f, 0x27, 0x61, 0x85, 0x23, 0x7c, 0x3f, 0xf7, 0xdd, 0xe7, 0xe0, 0x74, 0x7d, 0x68, 0x52, 0xe8, 0x35, 0xcc, 0xe8, 0xfb, 0xe1, 0x60, 0x60, 0x35, 0x28, 0x04, 0x08, 0x90, 0x60, 0xd3, 0x56, 0x46, 0x02, 0x34, 0x00, 0x16, 0xb6, 0x32, 0xcf, 0xe0, 0x8d, 0x9d, 0x45, 0xb0, 0x78, 0x76, 0x1e, 0xf3, 0x77, 0xe3, 0x2d, 0x1e, 0x81, 0x5c, 0xc6, 0x64, 0x26, 0xf3, 0x25, 0x60, 0x4a, 0x4f, 0x36, 0xf0, 0xb5, 0xfc, 0xd4, 0x56, 0x3f, 0x71, 0x1f, 0xc8, 0xa0, 0x60, 0xcb, 0x2f, 0xb0, 0x85, 0x9a, 0x35, 0x92, 0xc2, 0x2a, 0x01, 0xf4, 0xc6, 0x20, 0x80, 0x9e, 0x00, 0xd8, 0xf2, 0xc7, 0x65, 0xa5, 0xc0, 0xd7, 0xae, 0x3b, 0x8f, 0x77, 0xf0, 0x44, 0xd2, 0x54, 0x85, 0x27, 0xce, 0xc0, 0x17, 0xbe, 0xf7, 0x3c, 0x9c, 0x3a, 0x6d, 0x76, 0xb0, 0xd1, 0xc7, 0x4b, 0xd7, 0x7e, 0xfb, 0x9e, 0xc1, 0xc2, 0x69, 0xd0, 0x08, 0xc0, 0x49, 0x30, 0xfb, 0x8e, 0x37, 0x53, 0xbb, 0xeb, 0xb1, 0x43, 0x7b, 0x3a, 0x92, 0x60, 0xed, 0xf6, 0xa3, 0x30, 0x67, 0xca, 0xe8, 0xb0, 0x4d, 0xa0, 0xe9, 0x90, 0xc1, 0x89, 0x0e, 0x71, 0x79, 0xb4, 0x11, 0xe9, 0x09, 0x70, 0x8c, 0x55, 0x48, 0x97, 0xb0, 0x60, 0x22, 0x21, 0x91, 0xdb, 0xbf, 0x32, 0xdb, 0x58, 0x05, 0x3e, 0x48, 0x71, 0x00, 0x6a, 0x05, 0x5d, 0x4e, 0xf0, 0xa4, 0xb6, 0x1e, 0x4c, 0x09, 0x74, 0x49, 0x1a, 0x60, 0x07, 0xd8, 0x35, 0x17, 0xe6, 0xc3, 0xa7, 0x96, 0x4f, 0xe5, 0x6b, 0x0b, 0x47, 0x02, 0xff, 0x20, 0x33, 0x86, 0xbf, 0xf0, 0xbd, 0xe7, 0xf8, 0x92, 0x2f, 0xc1, 0xf2, 0x6c, 0x69, 0xc2, 0x84, 0x2f, 0xc2, 0x91, 0xe7, 0xe9, 0x60, 0x61, 0x44, 0x60, 0xb0, 0xcb, 0x8d, 0xcf, 0x79, 0xf2, 0x5a, 0x8b, 0x7e, 0xcd, 0x7e, 0xea, 0x0e, 0x3c, 0xc4, 0x40, 0xd0, 0xcf, 0xbe, 0x75, 0x0d, 0x2c, 0x9b, 0x3b, 0x16, 0x22, 0x0f, 0xc0, 0x0b, 0xcc, 0x78, 0xf5, 0xf7, 0x2d, 0x1f, 0xc0, 0xf6, 0xfd, 0x15, 0xc1, 0x69, 0x58, 0xac, 0x91, 0x40, 0xdb, 0xfc, 0x80, 0x00, 0xb6, 0xf3, 0x20, 0x9c, 0x0b, 0xb9, 0x89, 0xd2, 0xe8, 0x60, 0x67, 0x09, 0x42, 0xb5, 0x51, 0xc1, 0xb0, 0x4d, 0x10, 0x26, 0x03, 0xde, 0x72, 0xd1, 0xf4, 0x6c, 0xb8, 0xfa, 0x82, 0x09, 0x7c, 0x96, 0xb2, 0x88, 0xce, 0x09, 0x2b, 0x5b, 0xf7, 0x94, 0xc2, 0x5d, 0x3f, 0x7a, 0x09, 0x3a, 0x3a, 0x82, 0xc3, 0xd0, 0xa8, 0xff, 0xe9, 0xd2, 0xfd, 0x2f, 0x7c, 0x05, 0xaa, 0xf6, 0x60, 0xfa, 0x75, 0x0f, 0x0c, 0xca, 0x60, 0xb4, 0x41, 0x96, 0x00, 0xfc, 0xfe, 0x47, 0x9e, 0x37, 0x98, 0x3a, 0xd8, 0x90, 0x32, 0x6e, 0x89, 0x41, 0x0c, 0xcf, 0x45, 0x68, 0x18, 0xbe, 0xb1, 0xe3, 0x28, 0xc4, 0xc5, 0x07, 0xe2, 0x00, 0x91, 0x00, 0xc0, 0x54, 0xe8, 0xd9, 0xf9, 0x23, 0xb9, 0xa7, 0x80, 0xf6, 0x44, 0x65, 0x6d, 0x0b, 0x17, 0xab, 0x16, 0x4d, 0x40, 0x1d, 0x2a, 0x98, 0x46, 0xd8, 0x17, 0xf5, 0xbd, 0x38, 0x98, 0x44, 0x8c, 0x03, 0x80, 0x35, 0x5b, 0xc9, 0xe2, 0x21, 0x08, 0xb6, 0x83, 0x97, 0xd9, 0x31, 0x0b, 0xa6, 0x8e, 0x82, 0x2f, 0x5c, 0x3e, 0x13, 0x16, 0xb2, 0xbf, 0x18, 0xd3, 0x8f, 0x98, 0x6b, 0xc0, 0x3c, 0x85, 0xa7, 0x5f, 0xdf, 0xc7, 0x5d, 0xbd, 0xee, 0xae, 0x80, 0xa4, 0xf3, 0x77, 0x77, 0xfc, 0xb0, 0xec, 0x8d, 0xef, 0x7e, 0x1b, 0x9a, 0x4f, 0x9a, 0x06, 0x90, 0x01, 0x2e, 0xa6, 0x12, 0x38, 0x9b, 0x24, 0x80, 0x11, 0x24, 0x97, 0xb9, 0xf1, 0xe3, 0xd1, 0xcb, 0x56, 0xdf, 0xe6, 0x89, 0x4b, 0xfe, 0xb1, 0xb9, 0x06, 0xe1, 0xb2, 0x05, 0xf9, 0xf0, 0xd0, 0xd7, 0x57, 0xda, 0xdc, 0x21, 0xa7, 0x87, 0x3d, 0xd3, 0xd4, 0x0e, 0xeb, 0x77, 0x1d, 0x87, 0x9d, 0x87, 0x82, 0xa1, 0x64, 0xd5, 0xa2, 0x10, 0x16, 0x49, 0xa0, 0x58, 0x22, 0x4e, 0x19, 0x56, 0x26, 0xda, 0x36, 0x4a, 0x95, 0xc6, 0x60, 0x58, 0xff, 0x23, 0x49, 0x17, 0x32, 0xbb, 0x65, 0xc5, 0xbc, 0x3c, 0x48, 0x4b, 0x8a, 0x75, 0x1b, 0x8d, 0x66, 0x36, 0x4e, 0x3b, 0x7c, 0xef, 0xb7, 0x9b, 0xe0, 0xcd, 0x77, 0x42, 0x11, 0xdd, 0x1e, 0x5f, 0x5b, 0xdd, 0x03, 0x15, 0x5b, 0x7f, 0xf4, 0x54, 0xb0, 0xd5, 0x9b, 0x1b, 0x06, 0x7d, 0x7c, 0xc2, 0xfe, 0x80, 0x49, 0x04, 0x32, 0x48, 0x52, 0x45, 0xbb, 0x65, 0x5f, 0xf0, 0xb5, 0x95, 0x51, 0x29, 0x59, 0x3f, 0x63, 0x9c, 0xe0, 0x53, 0x8a, 0x64, 0x65, 0xa4, 0xc0, 0x8f, 0xee, 0xbe, 0x12, 0xe6, 0x4e, 0xc9, 0xea, 0xd5, 0x03, 0xe3, 0xc2, 0x8e, 0x07, 0x8a, 0x6a, 0x60, 0xd7, 0xe1, 0x2a, 0x1e, 0x43, 0xf0, 0x53, 0xb0, 0x8d, 0xfc, 0x05, 0x79, 0x95, 0x10, 0xcb, 0xb0, 0x6f, 0xa2, 0x31, 0x41, 0xd4, 0x0d, 0x8d, 0x52, 0x29, 0x90, 0xc4, 0x2e, 0x1b, 0x37, 0x2a, 0x05, 0xe6, 0x4f, 0x1e, 0x05, 0xf3, 0x26, 0x8f, 0xe4, 0x56, 0xbe, 0xdb, 0x82, 0x5f, 0x3f, 0x54, 0x5c, 0x03, 0x77, 0xff, 0xcf, 0x2b, 0x50, 0x6e, 0xce, 0xe8, 0x41, 0xfd, 0x0d, 0xed, 0xf5, 0x65, 0xf7, 0x54, 0xef, 0x7a, 0x62, 0xa3, 0x04, 0xbe, 0xd3, 0xe6, 0x3f, 0x9b, 0x08, 0x40, 0x34, 0xa0, 0x7b, 0x25, 0x89, 0xe0, 0x4d, 0x9b, 0xb8, 0x7c, 0x4c, 0xf2, 0xd8, 0x25, 0x3f, 0x27, 0x9e, 0xa8, 0x39, 0xf8, 0x45, 0xaf, 0xc7, 0xc3, 0xbb, 0x92, 0xbf, 0x70, 0xcd, 0xdc, 0x88, 0xfe, 0xb1, 0xea, 0xa1, 0x1b, 0x5a, 0x3a, 0x60, 0xef, 0xb1, 0x6a, 0x38, 0x5a, 0x5e, 0xc7, 0x8c, 0xc6, 0x3a, 0x3e, 0xb3, 0x87, 0x8d, 0x08, 0x52, 0xef, 0x9f, 0x6a, 0x7e, 0x5f, 0x87, 0x00, 0x22, 0x2f, 0xf1, 0xb1, 0x5e, 0x98, 0x90, 0x9d, 0x06, 0x13, 0x73, 0xd2, 0x61, 0xd6, 0xf8, 0x0c, 0x3e, 0x3b, 0x5a, 0x6f, 0x0a, 0xde, 0x06, 0xa7, 0xd6, 0x7f, 0xf2, 0xb5, 0xbd, 0xf0, 0x9b, 0x67, 0xb6, 0x81, 0xcf, 0x17, 0xcc, 0xe7, 0xf3, 0x75, 0xee, 0x6b, 0x28, 0xda, 0xf4, 0xcd, 0xc6, 0xe3, 0xdb, 0x2a, 0xa4, 0xd6, 0xee, 0x76, 0xfb, 0xd8, 0x09, 0xe0, 0x04, 0xbe, 0xfa, 0x7c, 0x74, 0x62, 0x54, 0xf6, 0xa2, 0x2f, 0x7f, 0x35, 0x2a, 0x61, 0xd8, 0x1d, 0x41, 0x82, 0xc0, 0x98, 0x91, 0x69, 0xf0, 0xc0, 0xed, 0xcb, 0x61, 0x09, 0x37, 0x10, 0xfb, 0xf6, 0xf0, 0x68, 0x1f, 0x54, 0xd4, 0x34, 0x73, 0x22, 0x54, 0x9d, 0x6e, 0x81, 0xea, 0xfa, 0x56, 0xa8, 0xae, 0x6b, 0x0b, 0x2d, 0x6a, 0xa1, 0x9a, 0x7a, 0x55, 0x55, 0xd0, 0x78, 0xcb, 0x64, 0x5e, 0xc8, 0x88, 0xb4, 0x78, 0x9e, 0xd1, 0x34, 0x71, 0x4c, 0x1a, 0x64, 0x0f, 0x4f, 0xea, 0xf3, 0xa4, 0x14, 0x28, 0x41, 0xb6, 0xed, 0x2f, 0x83, 0x07, 0x9f, 0xd8, 0x04, 0x65, 0x55, 0xa1, 0x69, 0x5c, 0x68, 0x77, 0x5b, 0xfd, 0xb3, 0x35, 0xef, 0xfe, 0xf6, 0xa7, 0xdd, 0xed, 0x7c, 0xb1, 0x41, 0x27, 0x90, 0x7d, 0x83, 0x41, 0x02, 0x32, 0x88, 0x62, 0xdf, 0xeb, 0x86, 0x0c, 0x19, 0x73, 0x6e, 0x5d, 0x12, 0x9f, 0x39, 0x65, 0x35, 0x31, 0xbc, 0x23, 0xcd, 0x07, 0x5a, 0xb1, 0x78, 0x32, 0xdc, 0xfb, 0xb9, 0x25, 0x30, 0x7a, 0x44, 0xf2, 0x80, 0xbd, 0x00, 0xf6, 0x35, 0xd4, 0x35, 0xb7, 0x43, 0x5b, 0x87, 0x0f, 0x3a, 0xbb, 0x7c, 0xdc, 0x7e, 0xe0, 0xee, 0x25, 0x09, 0x18, 0x9a, 0x31, 0x7c, 0x0b, 0xac, 0x1a, 0x9a, 0x96, 0x1c, 0xcb, 0x53, 0xb2, 0x07, 0xaa, 0x54, 0xd4, 0x36, 0xc3, 0x8f, 0x9e, 0x7a, 0x8b, 0x19, 0xbf, 0x1f, 0x84, 0xed, 0xcc, 0x1e, 0x5f, 0x75, 0xeb, 0xa9, 0x83, 0x3f, 0x3a, 0xbd, 0xff, 0xb9, 0x1d, 0x0e, 0xe0, 0xba, 0x39, 0xef, 0xeb, 0x8f, 0x4d, 0x40, 0x06, 0xb0, 0xf5, 0x7b, 0x5d, 0x10, 0x41, 0x79, 0x8d, 0x37, 0x71, 0x64, 0xd2, 0x88, 0x39, 0xb7, 0x7c, 0x31, 0x2a, 0x69, 0xc4, 0xcd, 0xac, 0x4d, 0x72, 0x03, 0x31, 0x8a, 0x81, 0x71, 0xd5, 0x92, 0xe9, 0x70, 0xfb, 0x75, 0xf3, 0x60, 0x6c, 0x76, 0xda, 0xc7, 0xec, 0xcb, 0xf6, 0x11, 0xf8, 0x9a, 0x26, 0xf8, 0xf3, 0xba, 0xfd, 0xf0, 0xd7, 0xb5, 0x7b, 0xa0, 0x33, 0xb8, 0xc2, 0x07, 0xf3, 0x18, 0x7c, 0xdd, 0xcd, 0x55, 0x7f, 0xaf, 0xd9, 0xfb, 0xec, 0x9f, 0x7c, 0xad, 0xb5, 0xad, 0x11, 0xc0, 0xf6, 0xf5, 0xe2, 0xf3, 0x9e, 0x8f, 0x93, 0x00, 0xde, 0xde, 0x00, 0x2e, 0x9c, 0xb7, 0x7c, 0x9e, 0x9c, 0xb3, 0x30, 0x2f, 0x65, 0xe2, 0x8a, 0x3b, 0x3d, 0xd1, 0x89, 0xa1, 0x0c, 0x52, 0x0c, 0x9b, 0x5e, 0xb5, 0x64, 0x1a, 0x7c, 0xf1, 0xba, 0xf9, 0x90, 0xaf, 0x59, 0xb7, 0xf8, 0x6c, 0x23, 0x42, 0xd9, 0xa9, 0x46, 0xf8, 0xdb, 0x1b, 0xfb, 0xe1, 0x2f, 0xaf, 0xee, 0xe1, 0x69, 0x70, 0x21, 0x13, 0xbf, 0xab, 0xe5, 0x50, 0xfd, 0xb1, 0xcd, 0xbf, 0x6a, 0x29, 0xdf, 0x79, 0x5c, 0x01, 0xa2, 0xcf, 0x45, 0xeb, 0xf7, 0x45, 0xf8, 0xec, 0xdc, 0x26, 0x40, 0xe0, 0xd8, 0xeb, 0x1d, 0x3e, 0xeb, 0xfa, 0x8b, 0xe3, 0x47, 0x4c, 0xf9, 0xb4, 0x11, 0x15, 0x1b, 0x1a, 0x67, 0x8e, 0xc1, 0x9f, 0xe5, 0xe7, 0x4f, 0x84, 0x6b, 0x96, 0x4e, 0x83, 0x0b, 0x66, 0xe5, 0x38, 0xce, 0x97, 0xff, 0x71, 0x10, 0x01, 0x97, 0x70, 0x79, 0xe7, 0xc0, 0x09, 0x78, 0x69, 0xeb, 0x21, 0xd8, 0xb4, 0xf3, 0x18, 0xf4, 0x08, 0x8b, 0x50, 0xf9, 0xbb, 0xdb, 0x4a, 0x5a, 0xab, 0x0f, 0x3f, 0x73, 0xe6, 0xc0, 0x0b, 0x3b, 0x7a, 0x01, 0xea, 0x39, 0x45, 0x80, 0x7e, 0xa9, 0x00, 0x1d, 0x21, 0x86, 0x4d, 0xb9, 0x62, 0x6e, 0x42, 0xf6, 0x79, 0xff, 0x66, 0x44, 0xc7, 0x4f, 0x16, 0x7f, 0x30, 0x39, 0x21, 0x16, 0xae, 0x64, 0x52, 0xe1, 0xca, 0x8b, 0xa7, 0xc0, 0xec, 0x89, 0x99, 0x3c, 0xa7, 0xf0, 0xe3, 0x20, 0x02, 0x66, 0x33, 0x1d, 0x28, 0xac, 0x81, 0xb5, 0x3b, 0x3e, 0x84, 0x57, 0x36, 0x1f, 0x82, 0xc6, 0x16, 0xeb, 0x5c, 0xca, 0x3d, 0x9d, 0xcd, 0xc7, 0xda, 0x4e, 0x1e, 0x7c, 0xe1, 0xcc, 0x91, 0xb5, 0xbb, 0xd1, 0xc5, 0x8f, 0x00, 0xf0, 0x39, 0xab, 0x02, 0xfa, 0x65, 0x04, 0x3a, 0x9c, 0x0f, 0x7d, 0x96, 0x3a, 0x69, 0xe5, 0x9c, 0xa4, 0xac, 0xd9, 0xd7, 0x18, 0x71, 0xa9, 0xb3, 0x89, 0x14, 0xbd, 0x1c, 0x96, 0x9a, 0x08, 0xe7, 0xcf, 0xca, 0x85, 0xc5, 0x6c, 0x3b, 0x6f, 0x72, 0x36, 0xe4, 0x31, 0xdf, 0x5c, 0x15, 0x5d, 0x1c, 0xa8, 0x17, 0xad, 0x61, 0x5e, 0xc5, 0xde, 0xa3, 0x27, 0x61, 0xe7, 0x81, 0x72, 0xd8, 0xbc, 0xbb, 0x08, 0xaa, 0x4f, 0x37, 0xca, 0xae, 0x5e, 0x8f, 0xaf, 0xad, 0xfe, 0x40, 0x6b, 0xe5, 0xde, 0xd7, 0x1a, 0x0a, 0xdf, 0x3c, 0xd0, 0x07, 0xa3, 0xee, 0x9c, 0x33, 0x02, 0xfb, 0xe6, 0x06, 0x4a, 0xb1, 0x81, 0x48, 0x01, 0x24, 0xdc, 0x62, 0x53, 0xf3, 0xd2, 0x53, 0x26, 0x2c, 0xb9, 0x38, 0x26, 0x35, 0x67, 0x09, 0x93, 0x0a, 0xe3, 0xec, 0x4f, 0x41, 0x20, 0x3b, 0x23, 0x05, 0xe6, 0xcf, 0xc8, 0x81, 0x09, 0xcc, 0x5e, 0xc0, 0x75, 0x74, 0x71, 0x29, 0xd5, 0xec, 0x8c, 0xa4, 0xd0, 0x6c, 0xe6, 0x6e, 0x5f, 0xbc, 0xa9, 0xad, 0x13, 0x2a, 0x99, 0x3b, 0x89, 0x86, 0x1c, 0xa6, 0xb8, 0x1d, 0xaf, 0xa8, 0xe3, 0x13, 0x64, 0x55, 0xd4, 0x34, 0x28, 0xe7, 0x9e, 0xf1, 0x77, 0xb6, 0x94, 0x76, 0xd4, 0x97, 0x6f, 0x6b, 0x2a, 0x7e, 0x6b, 0x7b, 0x47, 0x63, 0x79, 0xbd, 0x43, 0x04, 0x4f, 0x77, 0x1c, 0x69, 0x3b, 0xab, 0xdd, 0xc0, 0x5e, 0x05, 0x82, 0xc4, 0xf0, 0xb0, 0xe6, 0x58, 0x19, 0x4a, 0x16, 0x8f, 0x13, 0xb2, 0xe7, 0xe5, 0x25, 0x8d, 0x39, 0xef, 0xc2, 0xa8, 0x84, 0xe1, 0x33, 0x8c, 0x98, 0xa4, 0xf1, 0xc4, 0xa1, 0x5f, 0x03, 0x27, 0x8a, 0xc6, 0x65, 0x6f, 0x71, 0x4b, 0x62, 0xea, 0x03, 0x93, 0x52, 0xe3, 0xe3, 0xa3, 0x21, 0x85, 0xed, 0xe3, 0x43, 0x37, 0xb6, 0x76, 0x40, 0x5b, 0x5b, 0x17, 0x9f, 0xe5, 0xb4, 0x99, 0x01, 0x5f, 0xd7, 0xd0, 0x0a, 0x75, 0x8d, 0x6d, 0xe0, 0xeb, 0xe9, 0x71, 0x08, 0xea, 0x50, 0x3f, 0x03, 0xbd, 0xb8, 0xab, 0xb9, 0xe6, 0x50, 0x4b, 0x45, 0xc1, 0xce, 0xd6, 0xaa, 0x7d, 0xe5, 0x02, 0xa8, 0x26, 0xf0, 0x7e, 0x29, 0x6a, 0xe7, 0x36, 0xba, 0x77, 0xce, 0x05, 0x82, 0x5c, 0x87, 0x82, 0x1d, 0x36, 0x43, 0xda, 0x17, 0x89, 0x20, 0x7f, 0x26, 0x9e, 0x37, 0xa2, 0x13, 0x86, 0x25, 0x26, 0xe4, 0x2e, 0x9a, 0x16, 0x97, 0x9a, 0x3b, 0xdd, 0x1b, 0x9f, 0x3e, 0xcd, 0x88, 0x8a, 0x1b, 0xcd, 0xa4, 0x41, 0xd4, 0x40, 0xbe, 0x14, 0xa5, 0x7e, 0x1f, 0xed, 0x6a, 0xab, 0xe8, 0x6e, 0x3f, 0x73, 0xa4, 0xe3, 0x4c, 0xe9, 0xe1, 0x96, 0xb2, 0x5d, 0x47, 0xba, 0x3b, 0x1a, 0xda, 0xa4, 0xd8, 0xbc, 0x09, 0xa0, 0x5f, 0x02, 0xdd, 0xaf, 0x00, 0x59, 0x07, 0x7e, 0x6f, 0x80, 0x3f, 0xab, 0x42, 0xc1, 0x4e, 0x9e, 0x81, 0xe1, 0x02, 0x74, 0x15, 0xd0, 0xf2, 0x5f, 0x79, 0x5f, 0x3c, 0x47, 0x42, 0xc7, 0x9e, 0x68, 0x4f, 0x7c, 0xc6, 0xa4, 0x91, 0x4c, 0x55, 0x64, 0x45, 0x25, 0x65, 0x64, 0x7b, 0x63, 0x92, 0xb3, 0x18, 0x29, 0x46, 0x10, 0xc3, 0x1b, 0xcf, 0x2c, 0xc6, 0x58, 0x83, 0x78, 0x62, 0xc0, 0xf0, 0x26, 0xe0, 0x7e, 0xb0, 0x4b, 0xae, 0x03, 0xfc, 0x3d, 0x6d, 0x7e, 0xea, 0xeb, 0xc0, 0x7d, 0xea, 0xef, 0x6e, 0x67, 0xff, 0x6a, 0x7c, 0x1d, 0x8d, 0x27, 0xbb, 0x5b, 0x4e, 0x57, 0x76, 0xd4, 0x97, 0x56, 0xb5, 0x9f, 0x2e, 0xaa, 0x61, 0x7e, 0x9c, 0x59, 0xe9, 0x54, 0x00, 0x3a, 0xd2, 0xa6, 0x23, 0x82, 0x9b, 0xfd, 0x73, 0xb2, 0x33, 0x48, 0x96, 0x06, 0x3a, 0x90, 0x75, 0xad, 0xdc, 0x09, 0x70, 0x73, 0x9f, 0x28, 0x88, 0x40, 0x1c, 0xfe, 0x9a, 0x3d, 0x94, 0xe6, 0x3b, 0xbb, 0x79, 0x6f, 0xea, 0xb0, 0xf9, 0x15, 0x44, 0xa0, 0x1a, 0xf0, 0x9d, 0x24, 0x43, 0x8f, 0x0b, 0x92, 0xc8, 0xaa, 0x84, 0x0e, 0x74, 0x4b, 0xfd, 0x28, 0x0a, 0x51, 0xe8, 0x7a, 0xa3, 0x0f, 0x2d, 0x5d, 0xb5, 0xc9, 0x80, 0x1b, 0x02, 0xc8, 0x44, 0x03, 0xbc, 0x5b, 0x02, 0x80, 0x03, 0x01, 0xe4, 0x7d, 0x15, 0x11, 0x7a, 0x5c, 0x90, 0x42, 0x45, 0x0e, 0x9f, 0x82, 0x10, 0x74, 0xb0, 0x80, 0xf9, 0x28, 0x0b, 0xe9, 0x65, 0x4b, 0x8f, 0x04, 0xba, 0x4c, 0x00, 0xa2, 0x20, 0x00, 0xd1, 0x80, 0x4f, 0x5c, 0xb4, 0x7e, 0x15, 0x11, 0xfc, 0xc2, 0xb1, 0x5f, 0x41, 0x06, 0x37, 0x2a, 0x42, 0x47, 0x0c, 0x91, 0x1c, 0x03, 0xa2, 0xe3, 0xcf, 0x36, 0x02, 0x38, 0x91, 0x41, 0xad, 0xcf, 0x23, 0xb7, 0x7a, 0x5d, 0xcb, 0x57, 0x01, 0x4f, 0x5c, 0xbe, 0x3b, 0xd5, 0xa8, 0x02, 0x10, 0x40, 0xf1, 0x47, 0x50, 0x0b, 0x2a, 0x12, 0xd0, 0x08, 0x04, 0xf0, 0x7f, 0x14, 0xa0, 0x9f, 0xad, 0xfd, 0x28, 0xb2, 0x5e, 0x27, 0x7d, 0x14, 0xf7, 0x4e, 0xc0, 0x93, 0x5e, 0xbe, 0x33, 0xd5, 0xa8, 0x02, 0x1d, 0x01, 0xdc, 0xa8, 0x05, 0xbf, 0x86, 0x18, 0x1f, 0x5b, 0xa5, 0x9f, 0xad, 0x85, 0x28, 0x48, 0x10, 0x49, 0xdc, 0xcb, 0xfa, 0x9e, 0x68, 0x5a, 0x3e, 0x71, 0x01, 0xbc, 0x4a, 0xfc, 0x47, 0x32, 0x0e, 0xdd, 0x48, 0x02, 0x7a, 0xb6, 0x55, 0xf2, 0xb9, 0x56, 0x88, 0x4b, 0x7d, 0xdf, 0x57, 0xf1, 0xaf, 0x52, 0x01, 0xa0, 0x50, 0x01, 0x4e, 0xc6, 0xa1, 0x5f, 0x71, 0x9f, 0xb3, 0xb6, 0x32, 0xff, 0x19, 0x8b, 0xae, 0xc5, 0x13, 0x17, 0xef, 0x4f, 0x23, 0xd8, 0x02, 0x70, 0xae, 0x80, 0xeb, 0xa6, 0xfc, 0x3f, 0xdb, 0xd5, 0xf8, 0xfb, 0x60, 0xde, 0xc8, 0xcd, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_help_128_png_len = 12297; unsigned char gtk_help_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x48, 0x65, 0x6c, 0x70, 0x20, 0x42, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x6b, 0x38, 0xef, 0x85, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x54, 0x75, 0x6f, 0x6d, 0x61, 0x73, 0x20, 0x4b, 0x75, 0x6f, 0x73, 0x6d, 0x61, 0x6e, 0x65, 0x6e, 0x1a, 0xd3, 0x87, 0x4c, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x31, 0x2d, 0x30, 0x36, 0x35, 0x3a, 0x00, 0xc9, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x74, 0x69, 0x67, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x16, 0xbf, 0x51, 0xd3, 0x00, 0x00, 0x4b, 0x08, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x78, 0x55, 0x45, 0xda, 0xc6, 0x7f, 0xd7, 0xb5, 0xec, 0xae, 0xae, 0xbb, 0xba, 0xba, 0xa2, 0x04, 0x50, 0x59, 0x7b, 0x77, 0x57, 0xb1, 0x61, 0x03, 0x92, 0xd0, 0xa5, 0xa8, 0x6b, 0x6f, 0x88, 0x22, 0x08, 0xd2, 0x51, 0x04, 0x21, 0x8d, 0x4e, 0x42, 0x6f, 0xa1, 0x43, 0x28, 0xa1, 0xa7, 0xd2, 0x12, 0x08, 0xbd, 0x86, 0x96, 0x40, 0x68, 0x01, 0x52, 0xa9, 0x21, 0x40, 0x28, 0x3a, 0xff, 0x7c, 0x73, 0xce, 0xdc, 0x3b, 0x33, 0x67, 0xe6, 0x9c, 0x39, 0xc9, 0x25, 0xb4, 0x7b, 0x9e, 0xe7, 0x7b, 0x28, 0x49, 0x6e, 0xce, 0x3d, 0xf7, 0x7d, 0xbf, 0xef, 0xfd, 0xca, 0xcc, 0x54, 0xa8, 0xe0, 0xbf, 0xfc, 0x97, 0xff, 0xf2, 0x5f, 0xfe, 0xcb, 0x7f, 0xf9, 0x2f, 0xff, 0xe5, 0xbf, 0xfc, 0x97, 0xff, 0xf2, 0x5f, 0xfe, 0xcb, 0x7f, 0xf9, 0x2f, 0xff, 0xe5, 0xbf, 0xfc, 0x97, 0xff, 0xf2, 0x5f, 0xfe, 0xcb, 0x7f, 0xf9, 0x2f, 0xff, 0xe5, 0xbf, 0xfc, 0x97, 0xff, 0xf2, 0x5f, 0xfe, 0xcb, 0x7f, 0xf9, 0x2f, 0xff, 0xe5, 0xbf, 0xfc, 0x97, 0xff, 0xf2, 0x5f, 0xfe, 0x8b, 0xbb, 0x02, 0x6a, 0x85, 0xfc, 0x2b, 0x20, 0x38, 0xbc, 0x7a, 0x40, 0x50, 0xf8, 0x07, 0x01, 0x81, 0xe1, 0x5d, 0x2a, 0x07, 0x85, 0x0d, 0xab, 0x1c, 0x14, 0x3e, 0x0b, 0xff, 0xb9, 0x2c, 0x20, 0x28, 0x6c, 0x2b, 0xfe, 0x33, 0x07, 0xdb, 0xb1, 0x80, 0xe0, 0xb0, 0x53, 0xf8, 0x4f, 0x24, 0x58, 0x31, 0x7c, 0x0d, 0xbe, 0xc7, 0xfc, 0xde, 0x65, 0xe6, 0xcf, 0x0e, 0x83, 0xd7, 0x22, 0xaf, 0x09, 0xaf, 0x8d, 0x7f, 0x87, 0xff, 0x49, 0xfb, 0xaf, 0xcb, 0x7b, 0x35, 0x99, 0xfe, 0x87, 0xca, 0x41, 0x21, 0x4f, 0x57, 0x09, 0x0c, 0xfd, 0x0a, 0x83, 0x39, 0x0a, 0x83, 0x34, 0xc5, 0x04, 0x2f, 0x2a, 0x27, 0x3b, 0x46, 0x48, 0x85, 0x7f, 0x37, 0xdc, 0x43, 0x95, 0x3a, 0xe1, 0x4f, 0xc1, 0x3d, 0xf9, 0x3f, 0x18, 0xff, 0x75, 0x69, 0xae, 0x1a, 0xdd, 0xff, 0x58, 0x25, 0x28, 0xfc, 0x35, 0x0c, 0xba, 0x5f, 0x2a, 0x07, 0x85, 0x26, 0xe1, 0x3f, 0x8b, 0xca, 0x11, 0xec, 0xba, 0x06, 0xf7, 0x94, 0x08, 0xf7, 0x58, 0x25, 0x38, 0xf4, 0x55, 0xb8, 0x67, 0xff, 0x07, 0xe7, 0xbf, 0x4a, 0x7d, 0x55, 0xa9, 0x17, 0x72, 0x77, 0x40, 0x70, 0xe8, 0x17, 0x55, 0x82, 0xc2, 0x66, 0x62, 0x50, 0x9d, 0x28, 0x2b, 0x40, 0x31, 0x81, 0x50, 0xd5, 0x3a, 0xe1, 0xe8, 0x81, 0xba, 0x11, 0xc4, 0x1e, 0x24, 0xd6, 0xdb, 0x63, 0xf4, 0xff, 0xab, 0xd6, 0x89, 0x40, 0x55, 0x82, 0xc3, 0x7d, 0x40, 0x88, 0xf0, 0xe3, 0x58, 0x32, 0xcd, 0x80, 0xf7, 0xf0, 0x40, 0xcd, 0x3e, 0xff, 0xf4, 0x7f, 0xa2, 0xfe, 0xcb, 0xf1, 0xaa, 0x56, 0xb7, 0xef, 0x9d, 0x55, 0x82, 0xc3, 0xbe, 0xc6, 0x00, 0x5a, 0x8c, 0xed, 0xa2, 0x1b, 0xc0, 0x01, 0xb8, 0x9f, 0x6c, 0x3a, 0x10, 0xd5, 0xfd, 0x61, 0x1c, 0xfa, 0x36, 0x74, 0x36, 0x0a, 0x19, 0xbd, 0x04, 0x45, 0xcf, 0x5d, 0x8f, 0xe6, 0x2e, 0xdb, 0x81, 0x52, 0x37, 0xee, 0x43, 0xe9, 0xbb, 0x72, 0xd1, 0xfe, 0x9c, 0xe3, 0xa8, 0xe0, 0x58, 0x31, 0xb1, 0xb3, 0x25, 0x17, 0x38, 0xa3, 0xff, 0x0f, 0xdf, 0x93, 0xbe, 0x3b, 0x17, 0xa5, 0xe0, 0x9f, 0x99, 0x97, 0xb2, 0x03, 0xbf, 0xc6, 0x06, 0xfc, 0x5a, 0x4b, 0x51, 0x8b, 0xd0, 0x39, 0xa8, 0x6e, 0xeb, 0x71, 0xe8, 0xc9, 0x66, 0x03, 0x09, 0x49, 0x5c, 0x12, 0xe2, 0x22, 0x26, 0xd5, 0x22, 0x78, 0x6f, 0xf0, 0x1e, 0xfd, 0x9f, 0xb4, 0xff, 0xe2, 0xf4, 0x3c, 0xf6, 0x94, 0xc1, 0x18, 0x24, 0x73, 0x70, 0xf2, 0x79, 0x41, 0x0b, 0xec, 0xd8, 0x43, 0xbf, 0xf0, 0xbf, 0x28, 0xf4, 0x75, 0xcf, 0x58, 0x34, 0x68, 0x4a, 0x1a, 0x8a, 0x4f, 0xcb, 0x44, 0xbb, 0xb3, 0x8f, 0xa0, 0x33, 0x25, 0xe7, 0x2d, 0xc0, 0xb6, 0xd8, 0xb9, 0xb2, 0x19, 0xfc, 0x8e, 0xdd, 0x07, 0x8f, 0xa0, 0x84, 0x95, 0x99, 0x28, 0x72, 0xda, 0x4a, 0xf4, 0x4d, 0xc8, 0x6c, 0xf4, 0x3c, 0xbe, 0x97, 0xaa, 0x9a, 0x51, 0xc3, 0x7c, 0x8f, 0x73, 0xe0, 0x3d, 0xfb, 0xf3, 0x86, 0xeb, 0x5c, 0xe2, 0x18, 0x9a, 0x3e, 0x2c, 0xdb, 0x51, 0xbe, 0x00, 0xe0, 0x3f, 0x8c, 0x42, 0x6d, 0xfa, 0x2d, 0x40, 0xd3, 0x93, 0xd2, 0x51, 0xc6, 0xbe, 0x82, 0x4b, 0x0e, 0x74, 0xb7, 0xa4, 0x80, 0x7b, 0x9a, 0x91, 0xbc, 0x15, 0xb5, 0xed, 0xbf, 0x00, 0xfd, 0xe7, 0xc3, 0xc1, 0xba, 0x32, 0x2a, 0x9b, 0xe4, 0x0c, 0xf8, 0x59, 0xf8, 0x11, 0x71, 0x9d, 0x5c, 0x95, 0x02, 0x43, 0x1f, 0xc5, 0x5e, 0x70, 0x14, 0xfe, 0xe0, 0x4b, 0xec, 0x41, 0x1f, 0x81, 0xea, 0xb4, 0x1e, 0x8f, 0xa2, 0xb0, 0x97, 0xdd, 0xb0, 0xf3, 0x30, 0x3a, 0x7d, 0xf6, 0xfc, 0x15, 0x03, 0x78, 0x27, 0x83, 0x7b, 0x85, 0x7b, 0x86, 0x08, 0x51, 0x0f, 0x4b, 0x32, 0x90, 0x67, 0x0e, 0x44, 0x28, 0x81, 0x67, 0x12, 0x10, 0x1c, 0xf1, 0x88, 0x1f, 0x21, 0xd7, 0xe8, 0x15, 0x10, 0x18, 0xf6, 0x0c, 0xfe, 0xa0, 0xe7, 0x61, 0xfb, 0x5d, 0x0d, 0xfa, 0x30, 0x14, 0xf8, 0xdd, 0x58, 0x02, 0xfa, 0x8c, 0xfd, 0x85, 0x57, 0x0d, 0xe0, 0x9d, 0x0c, 0xde, 0xcb, 0xe0, 0x98, 0x95, 0x28, 0xa8, 0x65, 0xb4, 0x93, 0x54, 0xfa, 0xbd, 0x72, 0x60, 0xd8, 0x5c, 0x78, 0x56, 0x7e, 0xc4, 0x5c, 0x43, 0x1e, 0x1f, 0x7f, 0xb0, 0xd3, 0xed, 0x80, 0xff, 0x78, 0xe3, 0xfe, 0xa8, 0x63, 0x64, 0x1c, 0x5a, 0xbb, 0xfd, 0xe0, 0x35, 0x03, 0x7a, 0x95, 0xad, 0xdd, 0x76, 0x10, 0x75, 0x8a, 0x4a, 0x40, 0x4f, 0x34, 0x19, 0x60, 0x4b, 0x04, 0x1c, 0x11, 0xe6, 0xfb, 0x89, 0x70, 0x15, 0x5f, 0xf7, 0xd7, 0x8b, 0xb8, 0x17, 0x7b, 0xb3, 0x71, 0xf8, 0xc3, 0xfc, 0x4d, 0xfa, 0x21, 0x63, 0x4f, 0xf8, 0xc6, 0xd7, 0x23, 0x51, 0xf4, 0xbc, 0xf5, 0xe8, 0xc8, 0x89, 0xd3, 0xd7, 0x3c, 0xf0, 0x45, 0x83, 0xf7, 0x3c, 0x6e, 0xde, 0x06, 0xf4, 0x66, 0xf3, 0x51, 0x76, 0xf9, 0x02, 0x3c, 0xbb, 0x68, 0x7f, 0xf7, 0xf9, 0x2a, 0xba, 0x2a, 0xd7, 0xe8, 0x7e, 0x33, 0x19, 0x1d, 0x90, 0x8f, 0x1b, 0x90, 0x0f, 0xbb, 0x71, 0xbb, 0x49, 0x68, 0x41, 0xea, 0x4e, 0x54, 0x7c, 0xe6, 0xdc, 0x75, 0x05, 0x7a, 0x55, 0xbe, 0xb0, 0x70, 0x79, 0x06, 0x6a, 0xd2, 0x7e, 0x92, 0x92, 0x08, 0xe6, 0xb3, 0xec, 0x0c, 0xcf, 0xd6, 0x8f, 0xb0, 0x2b, 0xf8, 0xaa, 0x1a, 0x1c, 0xf6, 0x36, 0xfe, 0xa0, 0xf6, 0xa8, 0x42, 0x7b, 0x9d, 0xd6, 0xe3, 0xd0, 0x7c, 0x0c, 0xfc, 0xeb, 0xcd, 0xdb, 0xeb, 0xda, 0xf2, 0x4d, 0xfb, 0x51, 0xe3, 0xf6, 0x93, 0x6d, 0x22, 0x42, 0x68, 0x16, 0x3c, 0x63, 0x3f, 0xd2, 0xae, 0xb0, 0xeb, 0xbe, 0x5a, 0xfd, 0xff, 0x0e, 0xa1, 0x5a, 0xa5, 0xf3, 0x83, 0xbf, 0x8f, 0x46, 0x89, 0xab, 0x76, 0xf9, 0x81, 0xaf, 0x59, 0x52, 0x4d, 0x5e, 0xbd, 0x1b, 0x05, 0xb7, 0x1a, 0x87, 0x65, 0xa2, 0x22, 0x51, 0xc6, 0xcf, 0x1a, 0x9e, 0xb9, 0x1f, 0x79, 0x57, 0x42, 0x3d, 0x3f, 0x30, 0xbc, 0x2e, 0xfe, 0x40, 0xf2, 0x64, 0xc0, 0x7f, 0xee, 0x83, 0x28, 0x34, 0x71, 0xe1, 0xc6, 0xcb, 0x22, 0x75, 0x40, 0x5a, 0x1c, 0xc8, 0x3d, 0x8e, 0xd6, 0xe0, 0xa4, 0x33, 0x2e, 0x2d, 0x13, 0x4d, 0x4b, 0x4c, 0x47, 0x23, 0x63, 0xd7, 0xa1, 0xfe, 0x93, 0xd2, 0x50, 0x68, 0x74, 0x0a, 0xb1, 0x6e, 0xc3, 0x17, 0x11, 0xa3, 0xff, 0xee, 0x3f, 0x39, 0x0d, 0x8d, 0x9c, 0xbd, 0x0e, 0x4d, 0x4b, 0x4a, 0x27, 0x3f, 0xb3, 0x76, 0xfb, 0x21, 0xfc, 0x1a, 0x27, 0x8c, 0x12, 0x6c, 0x39, 0x13, 0x01, 0x9e, 0xd9, 0xa4, 0x85, 0x9b, 0x48, 0xc3, 0x4f, 0x11, 0x51, 0xf3, 0xe0, 0xd9, 0xfb, 0x11, 0x78, 0x99, 0xae, 0x7b, 0xeb, 0x76, 0xbf, 0xd5, 0x18, 0x37, 0xb6, 0x7a, 0xfd, 0x87, 0xea, 0x46, 0xa0, 0x5f, 0x47, 0x2e, 0x96, 0x8e, 0x1c, 0x5c, 0x0a, 0xe0, 0xef, 0x3d, 0x7c, 0x0c, 0x25, 0xac, 0xdc, 0x85, 0x86, 0xce, 0x58, 0x83, 0xda, 0x0d, 0x8c, 0x47, 0x8d, 0x3b, 0x4e, 0x45, 0xaf, 0x7f, 0x35, 0x1a, 0xbd, 0xfc, 0xc5, 0x48, 0xce, 0x5e, 0xa1, 0xf6, 0xe5, 0x28, 0x47, 0x7b, 0xd5, 0x34, 0xf8, 0x7b, 0x8d, 0xe6, 0x63, 0x50, 0xb3, 0xce, 0x31, 0xa8, 0x63, 0x54, 0x22, 0x1a, 0x3e, 0x6b, 0x2d, 0x4a, 0xc4, 0x1e, 0x1a, 0x46, 0x26, 0xca, 0x83, 0x08, 0xf0, 0x0c, 0x7f, 0x1d, 0xb5, 0x18, 0x3f, 0xd3, 0xde, 0xf2, 0x68, 0x10, 0x1c, 0x3a, 0xf4, 0xbe, 0x26, 0xfd, 0x6f, 0xf1, 0x23, 0xb2, 0x3c, 0x13, 0xdd, 0xa0, 0x90, 0xa7, 0xf1, 0xc3, 0xdf, 0x69, 0x1d, 0x38, 0x33, 0xe4, 0xce, 0x3a, 0xbb, 0x72, 0xa6, 0x0f, 0x40, 0x01, 0x63, 0x0f, 0x93, 0xe3, 0xb7, 0xa0, 0xce, 0x83, 0x13, 0x51, 0xdd, 0x36, 0x13, 0x51, 0xf5, 0xcf, 0x47, 0xa0, 0x97, 0x3f, 0x97, 0x80, 0x5d, 0x01, 0xea, 0x57, 0xbf, 0x62, 0x6d, 0xb4, 0xc7, 0x5e, 0xb3, 0xb1, 0x57, 0x2d, 0x36, 0x0a, 0x35, 0x68, 0x37, 0x19, 0x75, 0x1d, 0x96, 0x4c, 0xa2, 0x4b, 0xd6, 0xc1, 0xa3, 0x97, 0x94, 0x08, 0xeb, 0x70, 0x34, 0x0a, 0x6e, 0x15, 0x4d, 0x9e, 0xb1, 0x84, 0x08, 0x3b, 0xaa, 0xd4, 0x0e, 0x79, 0xd2, 0x8f, 0xcc, 0xf2, 0x90, 0x3c, 0x41, 0xa1, 0x1f, 0xe1, 0x07, 0x7e, 0x46, 0xfc, 0x10, 0xaa, 0xd5, 0xef, 0x8d, 0x22, 0xa7, 0xa4, 0xa1, 0x53, 0xa7, 0x4b, 0x7c, 0x0e, 0x7e, 0x90, 0x20, 0x2b, 0xd3, 0xb3, 0x51, 0xc4, 0xf8, 0x54, 0xf4, 0x6e, 0x87, 0x29, 0x04, 0xf0, 0x04, 0xf4, 0x36, 0x80, 0xe7, 0x81, 0x2e, 0x00, 0xfa, 0x6b, 0xab, 0xbd, 0xee, 0xb1, 0x31, 0x12, 0xf3, 0x7e, 0x5d, 0xf6, 0xb3, 0xf4, 0x75, 0x9b, 0x75, 0x89, 0x41, 0x7d, 0x27, 0xad, 0x20, 0xb2, 0xeb, 0x52, 0xc8, 0xa6, 0x22, 0xfc, 0x6c, 0x07, 0xc7, 0xac, 0x42, 0xff, 0x6e, 0xd0, 0x47, 0x46, 0x82, 0xd3, 0x38, 0x79, 0xfe, 0xd0, 0x8f, 0xd0, 0x4b, 0x75, 0xd5, 0xe8, 0xfe, 0xc7, 0xca, 0x81, 0x61, 0xe1, 0x32, 0x3d, 0xfa, 0xf6, 0x37, 0xa3, 0x48, 0xeb, 0xdf, 0xd7, 0xc0, 0xdf, 0x98, 0x91, 0x83, 0xc2, 0xc7, 0xa5, 0xa2, 0xa0, 0xd6, 0x13, 0xbc, 0xa0, 0xff, 0x5c, 0x0e, 0x7a, 0x2f, 0xe0, 0xe5, 0x40, 0xe7, 0xc0, 0xdd, 0x9c, 0xb7, 0x1a, 0x2e, 0x4d, 0xfc, 0x79, 0x96, 0x28, 0xf4, 0xf7, 0xd5, 0xff, 0x71, 0x32, 0xea, 0x3b, 0x71, 0x05, 0xda, 0xb2, 0x2b, 0xd7, 0xe7, 0x44, 0x80, 0xe7, 0x52, 0xf3, 0xdb, 0x31, 0xf2, 0xdc, 0x20, 0x30, 0x6c, 0xc4, 0x63, 0x4d, 0xba, 0xff, 0xc9, 0x0f, 0x58, 0xdf, 0x57, 0x79, 0x52, 0x64, 0x33, 0xf6, 0x5d, 0xb1, 0x0c, 0x39, 0x76, 0xf2, 0x8c, 0xcf, 0x80, 0x7f, 0x14, 0xbf, 0xd6, 0xd4, 0xc4, 0x2d, 0xe8, 0xc3, 0x9f, 0x67, 0xa0, 0xea, 0x9f, 0x8d, 0x30, 0x81, 0xaf, 0x09, 0x7a, 0x11, 0xec, 0x2a, 0x80, 0x7f, 0x33, 0xd6, 0x63, 0x6f, 0x94, 0xd2, 0xd8, 0xd7, 0x90, 0x92, 0xc3, 0x24, 0x05, 0xdc, 0xcf, 0x67, 0xbf, 0xc6, 0xa2, 0x98, 0xe4, 0xad, 0xc6, 0x73, 0xf2, 0x11, 0x09, 0xe0, 0xb5, 0x7e, 0x1a, 0x9a, 0xac, 0x9a, 0x33, 0x4a, 0xf1, 0x57, 0x89, 0x7c, 0x74, 0x55, 0x0a, 0x0e, 0xab, 0x2a, 0xd3, 0xfb, 0x8f, 0x34, 0xea, 0x87, 0x62, 0x92, 0xb6, 0xf8, 0xcc, 0xeb, 0x1f, 0x2a, 0x38, 0x89, 0x46, 0xe0, 0x04, 0xf3, 0x9d, 0xef, 0xa2, 0xe5, 0xde, 0xde, 0x11, 0xf4, 0x12, 0xc0, 0xab, 0x40, 0xde, 0xc2, 0xb0, 0x37, 0x5b, 0x44, 0x97, 0xda, 0xde, 0x20, 0x66, 0xbe, 0x96, 0x8c, 0x18, 0x22, 0x29, 0xf0, 0xfd, 0xd5, 0xfe, 0x7e, 0x3c, 0x1a, 0x30, 0x65, 0x25, 0xa9, 0x4e, 0xf9, 0x8a, 0x08, 0xb0, 0xde, 0x41, 0x3e, 0x56, 0x11, 0x9a, 0x55, 0x35, 0x28, 0xb4, 0x9a, 0x1f, 0xc1, 0x65, 0x49, 0x76, 0x03, 0x23, 0x5e, 0xc4, 0x0f, 0xb3, 0x40, 0x7c, 0xb8, 0x35, 0xbe, 0x1a, 0x81, 0xb6, 0xec, 0xce, 0xf5, 0x09, 0xf8, 0x21, 0x79, 0x84, 0x52, 0xe4, 0x2b, 0x5f, 0x8c, 0xb2, 0x00, 0x9f, 0xf3, 0xf6, 0x36, 0xa0, 0x57, 0x02, 0x5e, 0x05, 0xf4, 0x6f, 0xa3, 0xd1, 0x5b, 0x52, 0x1b, 0xe7, 0x60, 0xfc, 0xf7, 0xbf, 0x49, 0xcd, 0x42, 0x0e, 0x09, 0x29, 0x18, 0x32, 0xc0, 0xcf, 0xf6, 0x1a, 0xb3, 0x8c, 0x54, 0xaf, 0x7c, 0x41, 0x82, 0xf4, 0xdd, 0x79, 0xe8, 0xcd, 0xaf, 0x47, 0xc9, 0x22, 0x41, 0x01, 0x7c, 0x86, 0x7e, 0x24, 0x97, 0xe2, 0x0a, 0x08, 0x0c, 0x7b, 0xd3, 0xdc, 0x29, 0x81, 0x7b, 0xa8, 0xff, 0xeb, 0x3a, 0x0d, 0xe5, 0x1f, 0x3d, 0x55, 0x66, 0xe0, 0x43, 0x7d, 0xbd, 0xe7, 0xe8, 0xa5, 0x06, 0xf0, 0x3f, 0x93, 0x03, 0x5f, 0xe6, 0xed, 0x65, 0xa0, 0xe7, 0x01, 0xaf, 0x02, 0x3a, 0x03, 0xe4, 0xef, 0xc6, 0xa1, 0xb7, 0x7d, 0x64, 0xf0, 0x5a, 0x22, 0x41, 0x44, 0x52, 0xb0, 0x84, 0x30, 0xc8, 0x60, 0x10, 0x02, 0xbe, 0x17, 0x72, 0x9c, 0x83, 0xf9, 0x27, 0xcb, 0x4c, 0x02, 0xf8, 0x4c, 0x3e, 0xfa, 0x39, 0x46, 0x46, 0x82, 0xe2, 0x4a, 0xb5, 0x43, 0xde, 0xf2, 0x23, 0xda, 0x15, 0xf8, 0xc3, 0x03, 0x65, 0x95, 0x9e, 0xf6, 0x03, 0xe3, 0x50, 0x51, 0x71, 0x49, 0x99, 0xc0, 0x7f, 0xfc, 0xd4, 0x59, 0x34, 0x16, 0x86, 0xc0, 0xbe, 0x19, 0x83, 0x5e, 0x72, 0x00, 0xbe, 0xd2, 0xdb, 0x0b, 0xa0, 0x67, 0xc1, 0xc6, 0x01, 0x5e, 0x0a, 0xda, 0xf1, 0xe8, 0x9d, 0x96, 0xbe, 0xb3, 0xb7, 0xc1, 0x1c, 0x48, 0xc1, 0x12, 0xc2, 0x4a, 0x86, 0x31, 0xa8, 0x16, 0x96, 0x46, 0x43, 0x66, 0xac, 0x41, 0xc7, 0x8a, 0xce, 0x96, 0xb9, 0x4a, 0xd4, 0x31, 0x32, 0x5e, 0x36, 0x4a, 0x51, 0x52, 0x39, 0x30, 0xb4, 0x81, 0x1f, 0xd9, 0x3a, 0xe0, 0xaf, 0x13, 0xd6, 0x10, 0x3f, 0xb0, 0x73, 0x62, 0xb2, 0x3b, 0x70, 0x72, 0x9a, 0x7a, 0xc9, 0xa1, 0xe6, 0x07, 0x04, 0xcd, 0xaa, 0x7a, 0x6d, 0x27, 0x7a, 0x80, 0x5f, 0xdd, 0x01, 0xf8, 0x24, 0x99, 0x95, 0x79, 0x7b, 0x16, 0xf4, 0x82, 0x87, 0xd7, 0x01, 0x7b, 0xcd, 0xef, 0xc1, 0x26, 0xf8, 0xc0, 0x8c, 0xd7, 0x92, 0x12, 0x43, 0x4a, 0x08, 0x33, 0x42, 0x28, 0xc8, 0xd0, 0xb4, 0xd3, 0x34, 0xb4, 0x78, 0xdd, 0x9e, 0x32, 0x8e, 0x52, 0x5c, 0x20, 0xcb, 0x44, 0x25, 0xeb, 0x0e, 0xce, 0x07, 0x04, 0x85, 0xbd, 0xeb, 0x47, 0xb8, 0xed, 0x58, 0x43, 0x58, 0x4d, 0x71, 0xa5, 0x16, 0x54, 0x19, 0x46, 0xcf, 0x5e, 0x57, 0x26, 0xbd, 0x7f, 0xb8, 0xa0, 0x88, 0x74, 0x51, 0x09, 0xf0, 0x3f, 0xe3, 0x6b, 0xf8, 0xac, 0xc6, 0x57, 0x01, 0x5f, 0xe6, 0xed, 0xe5, 0x5e, 0xde, 0x19, 0xec, 0xb5, 0xc0, 0x5a, 0x89, 0x36, 0xd1, 0x85, 0x59, 0x7f, 0x5e, 0x46, 0x0c, 0x5b, 0x42, 0xd8, 0x44, 0x06, 0x20, 0x02, 0x3c, 0xab, 0xb2, 0xca, 0xa2, 0xc9, 0xf1, 0x9b, 0xd1, 0x03, 0x75, 0xad, 0x24, 0xc0, 0x89, 0x71, 0x1d, 0x3f, 0xd2, 0xd5, 0x9a, 0x9f, 0x93, 0x3d, 0xb0, 0x4d, 0xc8, 0x14, 0xfc, 0x20, 0xcb, 0xe2, 0xf5, 0xe7, 0xa5, 0xec, 0x44, 0x6f, 0x7f, 0x3b, 0x56, 0xed, 0xf5, 0xa9, 0xc6, 0x17, 0x81, 0xcf, 0xc8, 0x1c, 0x99, 0xb7, 0x57, 0x81, 0x9e, 0x05, 0x3c, 0x0f, 0x76, 0x03, 0xc0, 0xb5, 0xc1, 0x5a, 0xdb, 0x5b, 0x20, 0x63, 0xb5, 0x75, 0x4c, 0x42, 0x0e, 0x3b, 0x42, 0xc8, 0x22, 0x83, 0x48, 0x84, 0xe0, 0x36, 0x93, 0x50, 0x5c, 0xda, 0xae, 0x32, 0x91, 0x20, 0x26, 0x29, 0x5d, 0x36, 0x42, 0x71, 0xae, 0x72, 0x70, 0x78, 0x2d, 0x3f, 0xe2, 0xb9, 0xd1, 0x86, 0xd0, 0xff, 0x8a, 0xf3, 0xfb, 0x00, 0xfe, 0x19, 0x8b, 0xb6, 0x96, 0x1a, 0xfc, 0x85, 0xc7, 0x4f, 0xa3, 0x2e, 0x43, 0x92, 0x30, 0xf0, 0x87, 0x4b, 0xbd, 0xbe, 0x21, 0x77, 0xf8, 0xe4, 0x56, 0xf4, 0xf8, 0x76, 0xde, 0x9e, 0x07, 0x3d, 0xe3, 0xe1, 0x19, 0xc0, 0x8b, 0x60, 0x37, 0x40, 0x3d, 0x09, 0x05, 0xfe, 0x20, 0xb7, 0x20, 0x1b, 0x0b, 0xb4, 0x33, 0xfc, 0x9a, 0x4e, 0xa4, 0x90, 0x91, 0x81, 0xcd, 0x1f, 0xc4, 0xa8, 0x40, 0x89, 0xd0, 0x7d, 0xd4, 0x52, 0xd2, 0x1b, 0x29, 0x2d, 0x09, 0x62, 0x97, 0x6c, 0x47, 0x0f, 0xd6, 0xeb, 0x2d, 0x59, 0x5f, 0x10, 0xfa, 0x5f, 0x3f, 0xf2, 0xc1, 0xf3, 0xd7, 0xed, 0x59, 0x45, 0x9c, 0xe6, 0xac, 0x5a, 0x27, 0xac, 0x4c, 0x9e, 0x7f, 0xf3, 0xae, 0x5c, 0x54, 0xff, 0xc7, 0x49, 0xb6, 0x5e, 0x5f, 0x5a, 0xd5, 0x51, 0x00, 0xdf, 0xe3, 0xed, 0x55, 0x9e, 0xde, 0x04, 0x99, 0x15, 0xf0, 0x0a, 0x80, 0xb7, 0x01, 0x9b, 0xcc, 0x59, 0xb0, 0xa6, 0xf1, 0x3f, 0x67, 0xbe, 0x96, 0x8c, 0x24, 0x3a, 0x64, 0x90, 0x45, 0x05, 0x09, 0x11, 0xde, 0xef, 0x3a, 0x1d, 0x6d, 0xdb, 0x93, 0x8f, 0x4a, 0xca, 0x10, 0x09, 0xc0, 0xa1, 0x09, 0xdb, 0xb3, 0x14, 0x3e, 0x50, 0x2b, 0xec, 0xc1, 0xeb, 0x1a, 0xfc, 0x55, 0xdf, 0x0e, 0xbf, 0xdd, 0xdc, 0x08, 0x96, 0x4b, 0x78, 0x47, 0xce, 0x5a, 0x53, 0x6a, 0xf0, 0x83, 0xe4, 0xa9, 0xd1, 0x7c, 0xb4, 0xb7, 0xc2, 0x23, 0xf3, 0xfa, 0x2a, 0xb9, 0x63, 0x6a, 0x7c, 0x11, 0xf8, 0x32, 0x6f, 0x2f, 0x03, 0x3d, 0xf1, 0xf0, 0x22, 0xe0, 0x19, 0xb0, 0x7b, 0x80, 0xdc, 0x96, 0xb7, 0x3a, 0x6d, 0xa7, 0xb8, 0x32, 0xee, 0xe7, 0xa5, 0xe4, 0x10, 0x08, 0x21, 0x44, 0x08, 0x0f, 0x19, 0x64, 0x51, 0x41, 0x41, 0x84, 0x5a, 0xad, 0xc6, 0xa3, 0x39, 0xcb, 0x76, 0x96, 0x9a, 0x04, 0x30, 0x96, 0x2e, 0x49, 0x8c, 0x77, 0x56, 0x0a, 0x0e, 0xbb, 0xe3, 0xba, 0x04, 0xff, 0x73, 0xcf, 0x8d, 0xb8, 0xb1, 0x72, 0x60, 0xd8, 0x52, 0x71, 0x9a, 0x73, 0xc0, 0xa4, 0x15, 0xa5, 0x02, 0x3f, 0x0c, 0x7f, 0xc1, 0xb0, 0x1a, 0x48, 0x1e, 0x16, 0xfc, 0xf6, 0x5e, 0x5f, 0x48, 0x6e, 0x15, 0xc0, 0xb7, 0x7a, 0x7b, 0x39, 0xe8, 0x59, 0xc0, 0x8b, 0x60, 0xe7, 0x40, 0xfc, 0xa3, 0xd7, 0xea, 0x96, 0xc2, 0xd8, 0x9f, 0x97, 0x12, 0x43, 0x24, 0x84, 0x8a, 0x0c, 0x92, 0xa8, 0xa0, 0x24, 0x82, 0x19, 0x15, 0x07, 0x4e, 0x5d, 0x49, 0x9e, 0x75, 0x69, 0x88, 0x30, 0x68, 0x6a, 0x9a, 0x75, 0x9a, 0x14, 0x63, 0x00, 0xb0, 0x70, 0x1d, 0xea, 0xfe, 0xb0, 0x41, 0x62, 0x9d, 0xff, 0x87, 0x3e, 0xf3, 0xe5, 0xa5, 0x4e, 0xa7, 0xda, 0x7e, 0xd1, 0x19, 0xd4, 0xb6, 0x7f, 0x9c, 0xa1, 0xf7, 0x99, 0x49, 0xcd, 0x57, 0xbe, 0x94, 0x80, 0xdf, 0x4e, 0xee, 0x08, 0x52, 0x87, 0x02, 0xbf, 0x96, 0x0c, 0xf8, 0x2a, 0xd0, 0x8b, 0x80, 0xb7, 0x00, 0x7d, 0x2a, 0xaa, 0xdb, 0xce, 0xb0, 0x7a, 0x65, 0x30, 0xfa, 0x1a, 0xe4, 0xf5, 0x88, 0x31, 0xe4, 0xf0, 0x10, 0x62, 0x8a, 0x95, 0x10, 0x0a, 0x99, 0x44, 0xa3, 0x82, 0x0e, 0x11, 0xda, 0x0d, 0x4a, 0xc0, 0xcf, 0xfc, 0xac, 0x6b, 0x12, 0x40, 0x89, 0xb4, 0x53, 0x64, 0xbc, 0xac, 0x59, 0x36, 0xf0, 0xfa, 0xd2, 0xfd, 0x41, 0xe1, 0x1f, 0x58, 0x3a, 0xbc, 0x5d, 0xa6, 0xca, 0x9b, 0x5c, 0x0e, 0x0f, 0x35, 0xf7, 0xc8, 0x29, 0xf4, 0x51, 0xb7, 0x19, 0x56, 0xbd, 0x6f, 0x91, 0x3c, 0x5e, 0xad, 0xaf, 0x23, 0x77, 0x58, 0xe0, 0xd7, 0x56, 0x02, 0x5f, 0x02, 0x7a, 0x0e, 0xf0, 0x0a, 0xb0, 0xb7, 0x07, 0x9b, 0x86, 0xea, 0x97, 0xd1, 0xe0, 0x35, 0xa4, 0xc4, 0x50, 0x12, 0x82, 0x8d, 0x0c, 0x8c, 0x4c, 0x62, 0xa2, 0x02, 0x4f, 0x04, 0x5e, 0x1a, 0x19, 0x55, 0x23, 0x23, 0x52, 0x7e, 0x13, 0x36, 0x0f, 0xe5, 0x1f, 0x2b, 0x26, 0x24, 0x70, 0x43, 0x04, 0xf8, 0x8c, 0x3f, 0x96, 0x74, 0x8c, 0x01, 0x13, 0xd7, 0x87, 0xee, 0x0f, 0x0a, 0x7f, 0x02, 0x66, 0xc7, 0xc5, 0xd9, 0x1e, 0xe9, 0x78, 0x83, 0xd3, 0x00, 0x5b, 0xfe, 0x49, 0xd2, 0xbc, 0xb1, 0x74, 0x74, 0x4d, 0xf0, 0x5b, 0x2a, 0x3c, 0x12, 0xaf, 0x2f, 0x03, 0x7e, 0x4d, 0x01, 0xf8, 0x9c, 0xcc, 0x11, 0xbc, 0x3d, 0xeb, 0xe9, 0x59, 0xd0, 0xb3, 0x60, 0xb7, 0x80, 0xb7, 0xc3, 0x34, 0xd4, 0xc0, 0x63, 0x31, 0xa5, 0x30, 0xe3, 0x67, 0xe1, 0x75, 0x9c, 0x48, 0xc1, 0x12, 0x82, 0x92, 0x81, 0x95, 0x4a, 0x5c, 0x54, 0x70, 0x20, 0x02, 0x94, 0x7c, 0xd9, 0x68, 0xf0, 0x69, 0x8f, 0x58, 0x94, 0x53, 0x58, 0xe4, 0x9a, 0x04, 0x79, 0xf8, 0xb3, 0x86, 0x2d, 0x69, 0xc4, 0x91, 0x09, 0xc0, 0xc6, 0xb5, 0x2d, 0x7b, 0x6a, 0x74, 0xbf, 0x19, 0xbf, 0xd1, 0x2d, 0xec, 0x1b, 0x7f, 0xec, 0xdd, 0xfe, 0x68, 0xcb, 0xae, 0x1c, 0xd7, 0xe0, 0x87, 0x25, 0x81, 0xef, 0xb6, 0x9f, 0x22, 0x4f, 0x76, 0x25, 0x92, 0x47, 0xe9, 0xf5, 0x45, 0xb9, 0x23, 0x91, 0x3a, 0x54, 0xe6, 0xc8, 0xbc, 0xbd, 0x1c, 0xf4, 0x32, 0xb0, 0x33, 0x00, 0xee, 0x18, 0x83, 0x1a, 0x2a, 0x6d, 0xba, 0xc2, 0xe4, 0xdf, 0x2f, 0x12, 0x43, 0x24, 0x05, 0x4b, 0x08, 0x83, 0x0c, 0x7c, 0xfe, 0x60, 0x4b, 0x04, 0x21, 0x59, 0xb6, 0xca, 0xa2, 0x68, 0xf4, 0x61, 0xb7, 0x99, 0x28, 0x3b, 0xef, 0x84, 0x6b, 0x12, 0xc0, 0x3a, 0x85, 0xc7, 0x1b, 0x5b, 0xa6, 0x48, 0xb7, 0x5f, 0xd3, 0xcb, 0x2b, 0xcd, 0xd3, 0x54, 0xb8, 0xad, 0x08, 0xa7, 0x27, 0xa7, 0xbb, 0x06, 0x3f, 0x78, 0x9d, 0x26, 0x1d, 0xa7, 0xda, 0x26, 0xbb, 0xaf, 0xdb, 0x81, 0x5f, 0x29, 0x77, 0x24, 0x52, 0x87, 0x01, 0xbe, 0xc5, 0xdb, 0x2b, 0x40, 0xcf, 0x01, 0x5e, 0x02, 0xf0, 0x46, 0x9d, 0x7c, 0x67, 0x32, 0x82, 0xa8, 0x08, 0x41, 0xa4, 0x17, 0x25, 0x83, 0x2c, 0x2a, 0x38, 0x10, 0x41, 0x15, 0x0d, 0x80, 0x04, 0xd0, 0x6d, 0xa7, 0x24, 0xd0, 0x25, 0xc2, 0xdc, 0x94, 0x9d, 0x96, 0xca, 0x10, 0x60, 0xe4, 0xda, 0xf4, 0xfe, 0xc1, 0xe1, 0xb5, 0xc4, 0x05, 0xec, 0x5d, 0xa2, 0x12, 0x5c, 0x57, 0x7c, 0x72, 0x8f, 0x14, 0xf1, 0xb2, 0x47, 0x0a, 0x7e, 0x53, 0xef, 0xb3, 0x92, 0x87, 0xd3, 0xfa, 0x56, 0xaf, 0xef, 0x95, 0x3b, 0x82, 0xd4, 0x21, 0x1e, 0xdf, 0x00, 0x89, 0xc5, 0xdb, 0x2b, 0x40, 0x2f, 0x7a, 0x73, 0x11, 0xb4, 0xef, 0x76, 0x9e, 0xe1, 0x3b, 0x53, 0x92, 0xc2, 0x24, 0x43, 0x47, 0x05, 0x19, 0x64, 0x51, 0x41, 0x41, 0x04, 0x99, 0x2c, 0xe2, 0x72, 0x03, 0xfc, 0x5c, 0x61, 0xd1, 0x4d, 0x01, 0x93, 0x13, 0xe8, 0x92, 0xa0, 0xeb, 0xd0, 0x24, 0xcb, 0x42, 0xfb, 0x6b, 0x6e, 0x5c, 0x02, 0xea, 0xfd, 0xf8, 0x8d, 0x1d, 0xe2, 0x96, 0x31, 0xb6, 0x18, 0x2d, 0x5f, 0xc9, 0xe5, 0xb0, 0x0a, 0x89, 0x4d, 0x78, 0x2d, 0xe0, 0x57, 0xe9, 0x7d, 0x06, 0xfc, 0x4e, 0x5e, 0x5f, 0x4c, 0x6e, 0xbd, 0x1e, 0x5f, 0x02, 0x7c, 0x05, 0xe8, 0x39, 0xb0, 0x4b, 0x00, 0xdf, 0xb8, 0x0b, 0x6b, 0x33, 0x2d, 0xd6, 0x44, 0xb0, 0xc6, 0x52, 0x33, 0x7f, 0x5e, 0x42, 0x0a, 0x25, 0x19, 0xd8, 0xc8, 0xa0, 0x4d, 0x04, 0x6f, 0xd5, 0x48, 0x1d, 0x0d, 0x8c, 0x67, 0xdb, 0x22, 0x7c, 0x1e, 0x3a, 0x71, 0xea, 0xac, 0x2b, 0x12, 0xc0, 0x67, 0x5a, 0xb3, 0x85, 0x65, 0x79, 0x65, 0xee, 0x35, 0xd5, 0x1f, 0x30, 0xb7, 0x23, 0xf7, 0x6e, 0x5b, 0x52, 0xbf, 0x37, 0xd9, 0x65, 0xc0, 0x0d, 0xf8, 0xa1, 0xf6, 0xfc, 0xe3, 0x80, 0x78, 0x05, 0xf8, 0xd5, 0xc9, 0xee, 0x5b, 0x2a, 0xf0, 0x33, 0x5a, 0x9f, 0xf5, 0xfa, 0xa5, 0x03, 0xbe, 0xda, 0xc3, 0x37, 0xee, 0xcc, 0x03, 0x9d, 0x80, 0xba, 0xab, 0xdc, 0x9a, 0x76, 0x9d, 0xa5, 0xb4, 0x26, 0xc4, 0x24, 0x3f, 0x27, 0x21, 0x85, 0x2a, 0x42, 0x58, 0xc9, 0x60, 0x95, 0x47, 0x16, 0x22, 0x28, 0xa3, 0x01, 0x5f, 0x32, 0xa5, 0x92, 0xa8, 0xd3, 0xe0, 0x64, 0x4f, 0x9f, 0x40, 0x97, 0x04, 0xd0, 0xb9, 0x7f, 0xb8, 0x61, 0x1f, 0xcb, 0xda, 0xe2, 0x6b, 0x43, 0xfa, 0xd4, 0x09, 0xab, 0x21, 0x4a, 0x1f, 0x18, 0x97, 0x75, 0xab, 0xfb, 0x8d, 0x26, 0x97, 0x26, 0xf8, 0x15, 0x7a, 0x9f, 0x93, 0x3c, 0x32, 0xaf, 0x2f, 0x26, 0xb7, 0x2a, 0xe0, 0x4b, 0xbc, 0xbd, 0xd5, 0xc3, 0xcb, 0x01, 0x4f, 0x00, 0xfd, 0x13, 0x6f, 0xcd, 0x7e, 0x8e, 0x45, 0x1f, 0x76, 0x9f, 0x83, 0x9a, 0xc1, 0xdf, 0x6d, 0xac, 0xa9, 0xcc, 0x3c, 0x04, 0x91, 0x91, 0x82, 0x8f, 0x10, 0x7c, 0x64, 0x50, 0x10, 0x81, 0xc9, 0x11, 0x94, 0xd1, 0xc0, 0xcc, 0x0d, 0x54, 0x92, 0x28, 0x2a, 0x66, 0x35, 0x47, 0x00, 0x1d, 0x12, 0x44, 0xc5, 0xac, 0x94, 0x6c, 0xd5, 0x1e, 0xfa, 0xfa, 0x55, 0x0d, 0xfe, 0x07, 0x03, 0x23, 0x6f, 0xc2, 0x6f, 0x64, 0x17, 0xfb, 0xc6, 0xde, 0xc1, 0xd2, 0xe7, 0xa4, 0x58, 0xef, 0xd7, 0x18, 0x6f, 0xd0, 0x96, 0x3d, 0x0c, 0xf8, 0xdf, 0xe6, 0xc0, 0xcf, 0x4b, 0x1e, 0x95, 0xd7, 0xa7, 0x3a, 0x9f, 0x2b, 0x61, 0x6a, 0x00, 0x9f, 0x03, 0xbd, 0x09, 0xc4, 0xf7, 0x7e, 0x9e, 0x85, 0xbe, 0xed, 0x13, 0x8f, 0xba, 0x8d, 0x4a, 0x41, 0x91, 0x33, 0xd6, 0xa2, 0xa9, 0x49, 0xdb, 0x50, 0xc2, 0xea, 0x2c, 0x94, 0xb2, 0xe9, 0x00, 0x5a, 0xbd, 0xfd, 0x30, 0xf6, 0x7c, 0x79, 0x68, 0xc7, 0xbe, 0x42, 0x94, 0x75, 0xf0, 0x18, 0x67, 0xdb, 0xf7, 0x16, 0xa2, 0x0d, 0x19, 0xb9, 0x28, 0x75, 0xf3, 0x01, 0x14, 0xb7, 0x72, 0x37, 0x9a, 0x9a, 0xbc, 0x0d, 0x0d, 0x9e, 0xb1, 0x0e, 0xf5, 0x18, 0x93, 0x8a, 0xbe, 0xe9, 0x1d, 0x47, 0x08, 0xe3, 0x31, 0x19, 0x39, 0x58, 0x42, 0x30, 0x64, 0x90, 0xc9, 0x24, 0x1a, 0x15, 0x64, 0x44, 0xd0, 0x8a, 0x06, 0x0a, 0x12, 0xcc, 0x5f, 0x9e, 0xe9, 0x8a, 0x04, 0xd0, 0x1f, 0x20, 0xdb, 0x31, 0xf2, 0x24, 0xc8, 0xbc, 0xaa, 0x77, 0x98, 0xc0, 0x0c, 0xee, 0xc0, 0x4d, 0x78, 0xd6, 0x89, 0x40, 0xab, 0xb7, 0x66, 0xbb, 0xf2, 0xfe, 0x5b, 0xb3, 0xf2, 0xc8, 0x6c, 0x8f, 0xa5, 0xce, 0xaf, 0x05, 0x7e, 0x85, 0xe4, 0x11, 0xb4, 0xbe, 0xcc, 0xeb, 0x7b, 0x93, 0x5b, 0xb9, 0xd4, 0x11, 0x81, 0xdf, 0x14, 0x83, 0xed, 0xbb, 0xbe, 0xf1, 0x28, 0x62, 0xe2, 0x4a, 0x14, 0xb3, 0x68, 0x3b, 0x4a, 0x4b, 0x3f, 0x88, 0x32, 0x0f, 0x1c, 0x41, 0xbb, 0x31, 0xa0, 0xa9, 0x71, 0x40, 0x3f, 0x74, 0x0c, 0xed, 0xcd, 0x39, 0x8e, 0xf6, 0xe7, 0x9e, 0x40, 0xd9, 0xf9, 0x27, 0xc9, 0xfc, 0x3d, 0xfc, 0x09, 0xff, 0x06, 0xdb, 0x73, 0xf8, 0x38, 0xf9, 0x1e, 0x99, 0x6d, 0xd9, 0x9d, 0x8f, 0x16, 0xa4, 0xed, 0x42, 0x83, 0xa6, 0xaf, 0x25, 0x04, 0x7b, 0x8f, 0x25, 0x84, 0x49, 0x0a, 0x19, 0x19, 0x3c, 0x52, 0x49, 0x93, 0x08, 0xf5, 0x44, 0x22, 0xb0, 0xd1, 0x40, 0x29, 0x89, 0x8c, 0x67, 0x1e, 0xf4, 0xc3, 0x44, 0xcf, 0x00, 0x9d, 0x2e, 0x09, 0x60, 0x6b, 0x9b, 0x87, 0xea, 0xf6, 0x11, 0x76, 0xf3, 0x0e, 0x6d, 0x77, 0x75, 0x2e, 0x6e, 0x31, 0xce, 0xe0, 0x3a, 0xc9, 0xbe, 0x99, 0xee, 0x23, 0x16, 0xb9, 0x02, 0x3f, 0x8c, 0x34, 0x37, 0x6c, 0x37, 0xd9, 0xda, 0xe1, 0x65, 0xaa, 0x3d, 0x4a, 0xf0, 0x0b, 0x7a, 0xbf, 0x76, 0x2b, 0x27, 0xc9, 0xc3, 0xcb, 0x1d, 0x5a, 0xd5, 0x51, 0x01, 0xbf, 0x49, 0xd7, 0x19, 0xa8, 0xf5, 0x80, 0x44, 0x34, 0x34, 0x76, 0x3d, 0x06, 0xe3, 0x6e, 0x4c, 0xd4, 0x7c, 0x1e, 0xec, 0x18, 0xa8, 0xb0, 0xee, 0xf8, 0x70, 0x61, 0x11, 0x79, 0x1f, 0x90, 0x1c, 0x9e, 0x3e, 0x7b, 0x0e, 0x9d, 0xbf, 0x70, 0x11, 0x5d, 0xbc, 0xf8, 0x1b, 0xfa, 0xfd, 0xf7, 0xdf, 0x1d, 0xed, 0xe2, 0x6f, 0xbf, 0xa1, 0x73, 0xf8, 0xfb, 0x41, 0x53, 0xc3, 0xcf, 0x17, 0x9e, 0x38, 0x8d, 0x0e, 0x15, 0x14, 0xa1, 0xbd, 0x02, 0x39, 0x80, 0x6c, 0x83, 0x67, 0xae, 0x47, 0x9f, 0x87, 0xce, 0x27, 0x64, 0x78, 0xcf, 0x89, 0x0c, 0x92, 0xa8, 0x20, 0x93, 0x46, 0xb4, 0x6a, 0x24, 0x46, 0x03, 0xb6, 0x52, 0xc4, 0x8e, 0x54, 0x88, 0x24, 0x80, 0xf2, 0xe8, 0xb1, 0xa2, 0x33, 0xae, 0x48, 0x00, 0x5b, 0x5a, 0x0a, 0x51, 0xe0, 0xc4, 0x55, 0x79, 0xcc, 0xab, 0x98, 0xf8, 0x3e, 0xfb, 0x7e, 0x24, 0xca, 0x3b, 0x72, 0xca, 0x95, 0xf4, 0x81, 0x7d, 0x67, 0x38, 0xe9, 0xe3, 0x23, 0xf0, 0x5b, 0x24, 0x0f, 0xeb, 0xf5, 0x39, 0xe0, 0xc7, 0x70, 0xc0, 0x7f, 0xbf, 0x5b, 0x2c, 0x96, 0x33, 0xcb, 0xd0, 0x14, 0x2c, 0x65, 0x36, 0x66, 0xe6, 0x62, 0xa0, 0x1f, 0xf5, 0x00, 0x1e, 0x76, 0x58, 0x00, 0xb0, 0xc3, 0xc1, 0x13, 0xb0, 0xb1, 0xec, 0x85, 0x8b, 0x17, 0xd1, 0x6f, 0x18, 0xc0, 0xac, 0x01, 0xa8, 0xc5, 0xff, 0xbb, 0x78, 0xf1, 0xa2, 0xd4, 0xd8, 0x9f, 0x11, 0x0d, 0xfe, 0x1f, 0x9e, 0x1f, 0xcc, 0xe9, 0x43, 0xe4, 0xa0, 0x44, 0xc8, 0xc0, 0x11, 0x67, 0xfa, 0xe2, 0x1d, 0xa8, 0x05, 0x44, 0x85, 0x6e, 0xb3, 0xb1, 0x29, 0xc8, 0xe0, 0x40, 0x04, 0xdb, 0x68, 0xc0, 0xe6, 0x06, 0x1c, 0x09, 0xbc, 0x79, 0x01, 0x4b, 0x82, 0x90, 0xe8, 0x14, 0x0b, 0x01, 0x4a, 0x1c, 0xf6, 0x22, 0xfd, 0xcf, 0x47, 0x83, 0x85, 0xde, 0x40, 0xf8, 0xc8, 0xab, 0x6c, 0xdc, 0x21, 0xb4, 0x9a, 0x78, 0xe4, 0xe8, 0xf8, 0xf9, 0x1b, 0x5c, 0x79, 0x7f, 0x8b, 0xee, 0x67, 0xc6, 0x1b, 0x3c, 0x4d, 0x2e, 0xa1, 0xda, 0xe3, 0x08, 0x7e, 0x56, 0xef, 0x9b, 0x92, 0x87, 0xd5, 0xfa, 0x9c, 0xd7, 0x67, 0x80, 0xdf, 0x2b, 0x7a, 0x39, 0x5a, 0x88, 0xb5, 0xf8, 0xce, 0xfd, 0x85, 0x26, 0xe8, 0x8f, 0x12, 0xc0, 0x01, 0xe0, 0x61, 0x10, 0xef, 0xec, 0xb9, 0xf3, 0x1c, 0x68, 0xa9, 0x5d, 0xb8, 0x70, 0x81, 0xd8, 0xf9, 0xf3, 0xe7, 0xd1, 0xb9, 0x73, 0xe7, 0x88, 0x95, 0x94, 0x94, 0x78, 0xfe, 0x4e, 0x0d, 0xbe, 0xae, 0x32, 0xf6, 0xeb, 0xf4, 0xf5, 0xc4, 0xdf, 0x53, 0x72, 0xde, 0x38, 0xf1, 0x65, 0x5f, 0xce, 0x09, 0x72, 0x5f, 0x99, 0x07, 0x8e, 0xa2, 0x89, 0x09, 0x5b, 0xd1, 0xa7, 0x21, 0xf3, 0x30, 0x69, 0x67, 0x1b, 0x64, 0x60, 0x23, 0x83, 0x8a, 0x08, 0x36, 0xb2, 0x48, 0x9a, 0x1b, 0x98, 0x92, 0x48, 0xcc, 0x0b, 0x44, 0x12, 0x24, 0xae, 0xda, 0xed, 0x8a, 0x04, 0x13, 0x16, 0x6c, 0x14, 0xb7, 0x66, 0xbf, 0x78, 0x55, 0x1d, 0xe0, 0x87, 0x6f, 0x78, 0x1a, 0x0b, 0xfe, 0x5a, 0xdf, 0x8d, 0xb1, 0x6e, 0x51, 0xee, 0x30, 0xe3, 0xf3, 0xce, 0xb7, 0xd1, 0xdc, 0x54, 0x27, 0x37, 0xdb, 0x53, 0x06, 0xf0, 0xab, 0x25, 0x8f, 0xdc, 0xeb, 0x8f, 0x5b, 0xb0, 0xd9, 0x03, 0x7a, 0x90, 0x1e, 0x30, 0x7c, 0x77, 0xb2, 0xf8, 0x2c, 0x06, 0x22, 0xef, 0xad, 0x29, 0xd0, 0x01, 0xe0, 0x67, 0xcf, 0x9e, 0x45, 0x67, 0xce, 0x9c, 0x21, 0x06, 0x7f, 0x07, 0x83, 0xff, 0x77, 0x0b, 0x7e, 0x96, 0x04, 0xac, 0xd1, 0xd7, 0x81, 0xaf, 0xb1, 0xc4, 0x03, 0x69, 0x05, 0x52, 0x89, 0x12, 0x01, 0x12, 0x69, 0x48, 0xc0, 0xdf, 0xff, 0x65, 0x36, 0x21, 0xc2, 0xfb, 0x62, 0x54, 0x90, 0x12, 0x41, 0x1d, 0x0d, 0xa4, 0x92, 0x48, 0x83, 0x04, 0x0d, 0xb1, 0x83, 0x81, 0xe7, 0xa6, 0x4b, 0x82, 0x53, 0x18, 0x2b, 0x41, 0xdf, 0x0b, 0x09, 0x71, 0x60, 0xe8, 0xd4, 0xab, 0x02, 0xfc, 0x0f, 0x04, 0x87, 0x3c, 0xce, 0x9e, 0xcb, 0x05, 0xe3, 0x0e, 0x70, 0x90, 0xb4, 0x1b, 0xe9, 0xd3, 0x61, 0x50, 0x82, 0x27, 0xe9, 0xb5, 0x94, 0x3b, 0x99, 0xf1, 0x06, 0xbb, 0x84, 0x17, 0xc0, 0x1f, 0xe8, 0x01, 0xbf, 0x90, 0xec, 0x2a, 0x25, 0x0f, 0xaf, 0xf3, 0x9b, 0xfe, 0x34, 0x13, 0x27, 0x72, 0x05, 0x04, 0xf8, 0xa0, 0xdf, 0x59, 0x89, 0x02, 0x80, 0x07, 0x10, 0x02, 0xc8, 0x4f, 0x9f, 0xc6, 0xb2, 0xa7, 0xb8, 0x98, 0xfc, 0x09, 0xa6, 0x02, 0xbf, 0x48, 0x00, 0x19, 0xd8, 0x29, 0x91, 0xec, 0x88, 0xc0, 0xbe, 0x1e, 0x7d, 0x7d, 0xf8, 0xba, 0x27, 0xf2, 0xe0, 0xfb, 0x83, 0x49, 0x4d, 0x2a, 0x8d, 0x46, 0xcd, 0xdb, 0x84, 0xfe, 0xd7, 0x7d, 0x0e, 0xfa, 0x00, 0x88, 0xf0, 0x8b, 0x9a, 0x08, 0xb4, 0xd7, 0xc0, 0xca, 0x22, 0x36, 0x37, 0xe0, 0x25, 0x11, 0x2d, 0x97, 0xea, 0x91, 0xe0, 0xd7, 0xd1, 0xcb, 0xa4, 0x04, 0x50, 0x91, 0x20, 0x7e, 0x65, 0x26, 0xaa, 0xc2, 0x6f, 0xbb, 0xf8, 0x1b, 0xfe, 0xf7, 0x53, 0x57, 0x81, 0xf7, 0x0f, 0x9f, 0xc5, 0x32, 0xb7, 0x41, 0x9b, 0xf1, 0xd6, 0x19, 0x7f, 0x1b, 0xf0, 0x27, 0xad, 0xde, 0x6d, 0x4a, 0x1f, 0x75, 0xc5, 0x87, 0x6b, 0x72, 0x89, 0xa5, 0x4e, 0x8b, 0xe7, 0xd7, 0x03, 0x3f, 0xeb, 0xf5, 0x8d, 0xe6, 0xd5, 0x4c, 0x0c, 0x9a, 0xd9, 0x44, 0xdf, 0x43, 0x32, 0x4b, 0x41, 0x0f, 0x80, 0x03, 0xb0, 0x17, 0x15, 0x15, 0xa1, 0x53, 0xa7, 0x4e, 0x11, 0x83, 0x7f, 0xeb, 0x10, 0x40, 0x05, 0x7e, 0x2a, 0x6d, 0x64, 0xa6, 0x8a, 0x04, 0x2c, 0x01, 0xd8, 0x88, 0xc3, 0x12, 0x01, 0xa2, 0x2e, 0x8d, 0x06, 0x73, 0x52, 0x33, 0xd1, 0xc7, 0xbf, 0xce, 0xc5, 0x24, 0x50, 0x13, 0xc1, 0x55, 0x34, 0xe0, 0xf2, 0x02, 0x21, 0x39, 0x56, 0x90, 0x20, 0x75, 0xd3, 0x7e, 0x7d, 0x29, 0x84, 0x71, 0xd2, 0xa8, 0xdd, 0x24, 0x71, 0xfb, 0xfb, 0x99, 0x57, 0xb6, 0xf6, 0xaf, 0xd3, 0xfb, 0x21, 0xee, 0x54, 0xc6, 0xe0, 0x70, 0xb4, 0x78, 0x6d, 0x96, 0x36, 0xf8, 0x21, 0x7c, 0x37, 0x30, 0xab, 0x3e, 0xaa, 0xa4, 0xd7, 0x18, 0x6c, 0xb3, 0x8e, 0x37, 0x38, 0x81, 0x5f, 0x4c, 0x76, 0x1b, 0x08, 0xe0, 0xa7, 0x23, 0x0b, 0xf0, 0xa1, 0xd3, 0xe6, 0xd5, 0x87, 0x3d, 0xe6, 0x18, 0x04, 0xc8, 0x33, 0x08, 0x00, 0xc0, 0x03, 0xe0, 0x97, 0x06, 0xfc, 0x2c, 0x01, 0x74, 0xc1, 0x6f, 0x47, 0x02, 0x31, 0x0a, 0xb0, 0x24, 0x00, 0xa3, 0xb9, 0x02, 0x00, 0x2c, 0x3b, 0xcf, 0x48, 0x94, 0x67, 0xa7, 0x64, 0xe2, 0xf7, 0x34, 0xd7, 0x8c, 0x06, 0x26, 0x11, 0xa8, 0x34, 0x52, 0xc8, 0x22, 0x31, 0x37, 0x50, 0x93, 0x60, 0xaa, 0x0d, 0x09, 0x8c, 0xea, 0xd0, 0xfb, 0x3f, 0xcd, 0xc0, 0x9f, 0x71, 0x89, 0x36, 0x09, 0x16, 0xaf, 0xdd, 0x23, 0x6e, 0xb2, 0xf5, 0x5b, 0xe5, 0xba, 0xa1, 0x0f, 0x5f, 0xc1, 0x03, 0x6f, 0xa1, 0x43, 0x59, 0xc6, 0x36, 0x6c, 0x3b, 0xc1, 0x95, 0xf4, 0x81, 0xcd, 0x69, 0xd9, 0x66, 0x97, 0x34, 0xe9, 0xf5, 0x54, 0x7c, 0xca, 0x08, 0x7e, 0x89, 0xe4, 0xf1, 0x36, 0xb1, 0x0c, 0x10, 0x7c, 0xe4, 0x43, 0x02, 0xc8, 0xbc, 0xbf, 0x08, 0x74, 0x51, 0x62, 0xe9, 0x92, 0x40, 0x24, 0x00, 0xbd, 0x17, 0x1a, 0x0d, 0xce, 0x5f, 0x30, 0x48, 0x00, 0xbd, 0x05, 0x48, 0x8e, 0x29, 0x09, 0x28, 0x11, 0xbc, 0xd1, 0x60, 0xb6, 0x34, 0x1a, 0xd8, 0x49, 0x22, 0x2e, 0x39, 0x66, 0x48, 0x10, 0xa4, 0x20, 0xc1, 0x84, 0x85, 0x9b, 0xf5, 0xa5, 0x10, 0xc6, 0x4c, 0xe3, 0xf6, 0x93, 0x84, 0xe3, 0x6d, 0x43, 0x87, 0x5e, 0x91, 0xe0, 0x37, 0xb7, 0x30, 0xf7, 0xee, 0xe5, 0x89, 0xb5, 0xff, 0xbc, 0x94, 0x1d, 0xda, 0x04, 0x80, 0x99, 0xf2, 0x37, 0x30, 0xc8, 0x79, 0xe9, 0x63, 0x9f, 0xf4, 0xd2, 0xf1, 0x06, 0xae, 0xc3, 0x2b, 0x24, 0xbc, 0x32, 0xf0, 0x8b, 0x7a, 0xbf, 0x31, 0x03, 0x7e, 0x3a, 0xaa, 0x00, 0x20, 0x00, 0xc9, 0x40, 0xea, 0xf9, 0x3e, 0x24, 0x80, 0x0c, 0xfc, 0xaa, 0x52, 0xa8, 0x48, 0x04, 0xb7, 0x04, 0x80, 0xfb, 0x82, 0xef, 0x33, 0xee, 0xfd, 0x02, 0x69, 0xb0, 0xc1, 0xfb, 0xe9, 0x35, 0x6e, 0x05, 0x21, 0x81, 0x27, 0x1a, 0x88, 0x44, 0xb0, 0xe4, 0x06, 0xbc, 0x24, 0xb2, 0x90, 0xa0, 0x83, 0x03, 0x09, 0x5a, 0x7b, 0x49, 0x50, 0xbf, 0xdd, 0x14, 0x52, 0x3d, 0xd3, 0x25, 0xc1, 0x82, 0x15, 0x19, 0x18, 0x4f, 0x5c, 0x14, 0x38, 0x5d, 0xad, 0x6e, 0xdf, 0x3b, 0xaf, 0xc4, 0xca, 0x4f, 0x67, 0x6e, 0x95, 0xd7, 0x97, 0x23, 0xf8, 0xca, 0x8f, 0x83, 0xf7, 0xef, 0x35, 0x7a, 0xa9, 0x55, 0xfa, 0x28, 0x74, 0xbf, 0x75, 0xb0, 0xcd, 0xa6, 0xda, 0xc3, 0x81, 0x3f, 0xc6, 0x1e, 0xfc, 0x74, 0xee, 0xc6, 0x2c, 0x19, 0x7e, 0xd2, 0x73, 0x1e, 0x01, 0x0c, 0x78, 0xcf, 0x4b, 0x45, 0x00, 0x3b, 0xf0, 0x8b, 0x24, 0x70, 0x93, 0x0b, 0x50, 0x02, 0xb0, 0x24, 0x80, 0xcf, 0x03, 0xa2, 0xc0, 0x56, 0x9c, 0xd8, 0x7f, 0x1d, 0x11, 0x87, 0x3e, 0xfa, 0xd5, 0x24, 0x01, 0x47, 0x04, 0x21, 0x37, 0xf8, 0x29, 0x56, 0x48, 0x90, 0xf9, 0x21, 0x3b, 0x39, 0x09, 0xf8, 0xc4, 0xd8, 0xd3, 0x2c, 0x33, 0xc7, 0x26, 0x06, 0x4c, 0x5d, 0xa5, 0x4d, 0x00, 0xb8, 0xe7, 0xb7, 0x9a, 0x5b, 0x76, 0x9e, 0xee, 0x7c, 0x65, 0xa1, 0xbf, 0x7b, 0xf7, 0xff, 0x13, 0xcf, 0xe7, 0x1d, 0x33, 0x67, 0x9d, 0xb6, 0xf7, 0xdf, 0x73, 0xe8, 0x28, 0x96, 0x3a, 0xa3, 0xa4, 0xd2, 0x87, 0x5b, 0xd0, 0xa2, 0x4a, 0x7a, 0x85, 0x26, 0x97, 0x1c, 0xfc, 0x12, 0xcf, 0xdf, 0x45, 0x01, 0x7e, 0xfc, 0xe1, 0x03, 0x08, 0x3e, 0xed, 0xe5, 0x8e, 0x00, 0x65, 0xf5, 0xfe, 0xaa, 0x06, 0x59, 0x59, 0xa3, 0x00, 0x18, 0xfd, 0x5d, 0x05, 0xc7, 0x4f, 0x13, 0x12, 0x4c, 0x4a, 0xdc, 0x86, 0x3e, 0xc6, 0x04, 0xff, 0xe8, 0xd7, 0x79, 0xca, 0x68, 0x60, 0x27, 0x89, 0xa4, 0x24, 0x10, 0x13, 0x63, 0x81, 0x04, 0x34, 0x29, 0x0e, 0xc6, 0x7f, 0x3f, 0xc0, 0xac, 0x22, 0x73, 0x22, 0x01, 0xe9, 0x0b, 0xf0, 0x04, 0xd8, 0x03, 0x98, 0xbb, 0x72, 0xc6, 0x1e, 0x8c, 0x3d, 0x3d, 0x3d, 0x37, 0xf8, 0x78, 0xe3, 0xfe, 0xa8, 0xf0, 0x78, 0xb1, 0xb6, 0xf7, 0xef, 0x3e, 0x62, 0xb1, 0xe0, 0xfd, 0x05, 0xe9, 0x63, 0xa7, 0xfb, 0xcd, 0xc1, 0x36, 0x6e, 0xbc, 0x81, 0xa9, 0xf3, 0xdb, 0x81, 0xbf, 0x89, 0x00, 0x7e, 0xd2, 0x2c, 0x32, 0x93, 0x42, 0x00, 0xc1, 0xa7, 0xbd, 0xe6, 0xdb, 0x12, 0xc0, 0x97, 0xde, 0x5f, 0x6c, 0x6e, 0xa9, 0x48, 0x50, 0x5a, 0x02, 0xc0, 0xdf, 0xe1, 0x75, 0x20, 0x1f, 0xd8, 0x87, 0xa5, 0x50, 0x66, 0xf6, 0x51, 0xd4, 0xb2, 0x7f, 0x92, 0x87, 0x04, 0x94, 0x08, 0xff, 0x63, 0x92, 0x64, 0x51, 0x12, 0x95, 0x9a, 0x04, 0xcc, 0x24, 0x29, 0x25, 0x41, 0xef, 0x89, 0x2b, 0x94, 0x04, 0x28, 0x91, 0x8c, 0xc4, 0x3c, 0xd9, 0x94, 0x5f, 0x3e, 0x79, 0x45, 0x6d, 0xb9, 0x1e, 0x10, 0x1c, 0x3e, 0x83, 0xbd, 0xb9, 0x0e, 0x83, 0xe2, 0x5c, 0x69, 0x7f, 0x8f, 0xf7, 0xd7, 0x94, 0x3e, 0x54, 0xf7, 0x5b, 0x92, 0x5e, 0x05, 0xf8, 0x1b, 0x38, 0x81, 0xdf, 0x94, 0x3c, 0x04, 0xfc, 0xbf, 0x18, 0xe0, 0x07, 0x10, 0x7c, 0x16, 0xb2, 0xc0, 0x20, 0x40, 0x3e, 0x4f, 0x00, 0x5f, 0xcb, 0x1f, 0x19, 0xf8, 0x45, 0x12, 0x94, 0x95, 0x00, 0x70, 0xbf, 0x54, 0x0a, 0xc1, 0x08, 0x05, 0x44, 0x81, 0x31, 0x0b, 0xb6, 0xa0, 0x4f, 0x30, 0xc9, 0x3f, 0xee, 0x39, 0xdf, 0x26, 0x1a, 0x78, 0x25, 0x91, 0x27, 0x2f, 0xd0, 0x22, 0x81, 0xd0, 0x2c, 0x13, 0x92, 0x62, 0xd8, 0x7b, 0x14, 0xc6, 0x38, 0x74, 0xa3, 0x40, 0xa7, 0xa8, 0x04, 0x31, 0x0a, 0x4c, 0xbb, 0x32, 0xb4, 0x7f, 0x83, 0xee, 0x7f, 0x63, 0xb7, 0x33, 0x87, 0x9d, 0xdd, 0xd6, 0x6c, 0xcb, 0xd6, 0xf6, 0xfe, 0x03, 0x26, 0xa7, 0x79, 0x1a, 0x5e, 0x32, 0xe9, 0xe3, 0x59, 0xd1, 0x65, 0x69, 0x76, 0x49, 0xc0, 0xdf, 0xd6, 0x3b, 0xde, 0xc0, 0xd7, 0xf9, 0x9d, 0xc1, 0xff, 0xbe, 0x00, 0x7e, 0xf0, 0x84, 0x9f, 0x63, 0x02, 0x00, 0x50, 0x7c, 0x41, 0x00, 0xda, 0xb5, 0x75, 0x9a, 0xf3, 0x61, 0xe7, 0x7d, 0x74, 0x48, 0xe0, 0x86, 0x00, 0xf0, 0x27, 0x4d, 0x88, 0xf7, 0xe6, 0x9c, 0x40, 0x1b, 0x77, 0xe5, 0xa1, 0xcf, 0x42, 0x17, 0x12, 0x12, 0x7c, 0xc2, 0x90, 0xc0, 0x93, 0x1b, 0xb8, 0x20, 0x81, 0xac, 0x3a, 0x44, 0x3b, 0xc6, 0x96, 0xf2, 0xa8, 0x99, 0x14, 0x8f, 0x88, 0x5d, 0xa7, 0x1d, 0x05, 0x56, 0x6f, 0x3b, 0x88, 0xaa, 0x06, 0x73, 0xdb, 0x2b, 0x96, 0xc0, 0x4a, 0xc3, 0x2b, 0x21, 0xf9, 0xfd, 0x94, 0x1b, 0x7b, 0xf8, 0x76, 0x8c, 0xab, 0x25, 0x8e, 0x70, 0x26, 0x97, 0xc5, 0xfb, 0x5b, 0xaa, 0x3e, 0x7a, 0xba, 0xdf, 0x3b, 0xdb, 0x63, 0x6d, 0x72, 0xb9, 0x01, 0x3f, 0xf1, 0x82, 0x18, 0x04, 0x5f, 0x60, 0x70, 0x94, 0x96, 0x00, 0x00, 0x4a, 0xea, 0xe5, 0xed, 0x80, 0xae, 0xba, 0x58, 0x12, 0xe8, 0x44, 0x01, 0x1d, 0x02, 0xb0, 0x51, 0x20, 0xa7, 0xf0, 0x14, 0xe9, 0x70, 0x77, 0x1e, 0xbe, 0x14, 0x7d, 0x8a, 0x89, 0xfe, 0x49, 0xaf, 0x05, 0x9e, 0x68, 0xc0, 0x49, 0xa2, 0xee, 0x8c, 0x24, 0x2a, 0x2d, 0x09, 0x84, 0xca, 0x10, 0x8d, 0x02, 0x8d, 0x3a, 0x4e, 0xf3, 0x6c, 0xb0, 0xe5, 0x48, 0x02, 0x8c, 0xa5, 0xc0, 0x96, 0xd1, 0x62, 0x49, 0xf4, 0x93, 0x2b, 0x81, 0x00, 0xf1, 0xec, 0x4d, 0x45, 0x4e, 0x4d, 0xd3, 0xf6, 0xfe, 0xd3, 0x92, 0xd2, 0x25, 0x89, 0xaf, 0x83, 0xf4, 0x61, 0xc6, 0x1c, 0x2c, 0xba, 0x5f, 0x52, 0xf1, 0x51, 0x56, 0x7b, 0x44, 0xf0, 0x77, 0xf7, 0x82, 0x1f, 0x3c, 0x20, 0x00, 0xe0, 0xcb, 0x30, 0x77, 0x04, 0x00, 0x00, 0xb2, 0x9d, 0x58, 0x0a, 0x72, 0x18, 0x81, 0x86, 0xf9, 0x16, 0x38, 0x81, 0x25, 0xff, 0xd8, 0x69, 0x94, 0x73, 0xe4, 0x14, 0x3a, 0x54, 0x70, 0x0a, 0x1d, 0x2c, 0x30, 0xfe, 0xcc, 0x39, 0x52, 0x8c, 0x93, 0xd3, 0x33, 0x64, 0xa1, 0xd0, 0x85, 0x0b, 0xbf, 0x59, 0x48, 0xe0, 0x46, 0x06, 0x39, 0x11, 0x00, 0xbe, 0x06, 0xaf, 0x05, 0x63, 0xca, 0xb0, 0x1e, 0x61, 0xf4, 0xfc, 0xcd, 0x24, 0x0a, 0x00, 0x09, 0x0c, 0x22, 0x58, 0x25, 0x11, 0x97, 0x17, 0x28, 0x49, 0xc0, 0x37, 0xcb, 0x8c, 0xc5, 0xf8, 0x92, 0xca, 0x90, 0x90, 0x0f, 0xd0, 0xfd, 0x46, 0x75, 0xa2, 0x40, 0x54, 0xcc, 0x2a, 0x81, 0x00, 0x61, 0x0b, 0x2f, 0x2b, 0xf8, 0x61, 0xe1, 0x32, 0x27, 0x7f, 0x82, 0xc3, 0xd1, 0xce, 0x7d, 0x05, 0xda, 0x04, 0xf8, 0xf8, 0x97, 0x99, 0xf6, 0x89, 0xaf, 0xb4, 0xdb, 0xab, 0xa3, 0xfb, 0x65, 0x1d, 0x5e, 0x36, 0xe1, 0xb5, 0x03, 0xbf, 0xf1, 0xc1, 0x03, 0x08, 0xbe, 0x0a, 0x8f, 0x23, 0x04, 0x38, 0xe8, 0x40, 0x00, 0x00, 0x9f, 0x38, 0x94, 0x06, 0xe5, 0x3b, 0x98, 0xdf, 0x07, 0xf2, 0x40, 0xd2, 0x69, 0xd8, 0x49, 0xc6, 0x4e, 0xa0, 0x0c, 0x9c, 0x88, 0x82, 0x14, 0xd9, 0x9f, 0x7b, 0x92, 0xb3, 0x3c, 0x4c, 0x92, 0xf3, 0x26, 0x11, 0xc8, 0xba, 0x00, 0x1f, 0x12, 0x00, 0x0c, 0x5e, 0xeb, 0xcc, 0xd9, 0x73, 0xe4, 0x77, 0x27, 0xae, 0xd9, 0x8b, 0x3e, 0xc7, 0x44, 0x07, 0x12, 0x7c, 0x56, 0x0a, 0x12, 0x78, 0x12, 0xe3, 0x2e, 0x12, 0x12, 0x98, 0xe5, 0x51, 0x88, 0xc8, 0xd2, 0x7c, 0x00, 0x4b, 0xa1, 0xef, 0xfa, 0x2c, 0xb4, 0x25, 0x00, 0x4b, 0x02, 0xc0, 0x16, 0x2c, 0xaa, 0x62, 0x0f, 0xdc, 0xb8, 0xac, 0xc7, 0xb1, 0x9a, 0xa7, 0xb6, 0x7b, 0x6e, 0x08, 0x96, 0xb4, 0xe9, 0x82, 0x7f, 0x53, 0x66, 0x8e, 0x65, 0xd2, 0xd3, 0xea, 0xfd, 0xdd, 0x49, 0x1f, 0x75, 0xc5, 0xc7, 0x5a, 0xed, 0x71, 0x02, 0x3f, 0x80, 0xe0, 0xeb, 0x88, 0x78, 0x25, 0x01, 0x64, 0xc0, 0x87, 0x99, 0x27, 0x00, 0xfd, 0x81, 0x3c, 0x2f, 0xe8, 0x77, 0x1f, 0x3a, 0x8e, 0x52, 0xb7, 0x1c, 0x44, 0x53, 0x17, 0xef, 0x44, 0x83, 0x66, 0xae, 0x47, 0xbf, 0x8c, 0x4d, 0x43, 0xad, 0x23, 0x97, 0xa0, 0x96, 0x03, 0x16, 0xa1, 0x96, 0x03, 0x0d, 0x6b, 0x33, 0x78, 0x09, 0x0a, 0x99, 0xb8, 0x1a, 0x8d, 0x4b, 0xd8, 0x8e, 0x36, 0x64, 0xe6, 0x11, 0x12, 0xc0, 0x6b, 0xc0, 0x42, 0x18, 0x96, 0x04, 0xbe, 0x20, 0x00, 0xdc, 0xbf, 0xf1, 0x3a, 0x17, 0x09, 0x01, 0xd6, 0x67, 0xe4, 0xa2, 0x2f, 0xc2, 0xe2, 0xbc, 0x24, 0x08, 0xf5, 0x92, 0xc0, 0x20, 0x82, 0x1e, 0x09, 0x9a, 0x48, 0x49, 0xa0, 0xce, 0x07, 0x58, 0x29, 0xb4, 0x7d, 0x6f, 0x81, 0x76, 0x14, 0xa8, 0xf3, 0xc3, 0x78, 0x7e, 0xad, 0x40, 0x60, 0xd8, 0xff, 0x2e, 0x1f, 0x01, 0x82, 0xc3, 0x26, 0xb1, 0x37, 0x33, 0x70, 0xca, 0x0a, 0x6d, 0x02, 0xf4, 0x9e, 0xb0, 0xdc, 0xd1, 0xfb, 0xcb, 0xaa, 0x3e, 0x54, 0xfa, 0x18, 0x73, 0xfd, 0x4c, 0xbd, 0xdf, 0x2e, 0xe9, 0x35, 0x3b, 0xbc, 0x5c, 0xa9, 0x53, 0xd0, 0xfc, 0x22, 0xf8, 0x01, 0x04, 0xcd, 0x31, 0x01, 0xf6, 0x4a, 0x08, 0xc0, 0x02, 0x1f, 0xfe, 0x04, 0xe9, 0x02, 0x2b, 0xb5, 0x28, 0xe8, 0xa1, 0xc4, 0xb8, 0x70, 0xd5, 0x1e, 0x34, 0x70, 0xc6, 0x7a, 0xf4, 0x43, 0xd4, 0x62, 0xf4, 0x1d, 0x06, 0xfb, 0x77, 0x0c, 0xe0, 0x5b, 0x0e, 0x5c, 0x8c, 0xbe, 0x07, 0x1b, 0x64, 0x35, 0x20, 0xc7, 0x84, 0xc4, 0xed, 0x68, 0x0f, 0x06, 0x27, 0x90, 0x00, 0x9e, 0x15, 0x95, 0x42, 0xbe, 0x22, 0x00, 0x4d, 0xc8, 0x21, 0x3a, 0x65, 0xe1, 0xf7, 0xf7, 0x75, 0xef, 0x04, 0xf4, 0x45, 0x38, 0x90, 0x00, 0x5b, 0xe8, 0x42, 0x8f, 0x24, 0xb2, 0x27, 0x81, 0xb5, 0x44, 0xca, 0xcf, 0x0e, 0xd9, 0xe4, 0x03, 0x9e, 0xfe, 0x80, 0x21, 0x85, 0x86, 0xcc, 0x58, 0xab, 0x1d, 0x05, 0x44, 0x19, 0x04, 0x18, 0xbc, 0x9c, 0xcd, 0xaf, 0x7c, 0xf6, 0x66, 0xd6, 0xef, 0x38, 0xa4, 0x05, 0x7e, 0xf0, 0x94, 0xf5, 0xda, 0x4e, 0x32, 0xbc, 0xff, 0x57, 0xa5, 0xf0, 0xfe, 0x3a, 0xd2, 0x87, 0x49, 0x7a, 0x29, 0xf8, 0x9b, 0xb9, 0x00, 0x3f, 0xc8, 0x81, 0xe6, 0x18, 0x18, 0xa0, 0x93, 0x0f, 0xe6, 0x17, 0x71, 0x1e, 0x98, 0xfc, 0x1d, 0x1b, 0x0c, 0xef, 0xb1, 0x12, 0x27, 0x65, 0x73, 0x36, 0x8a, 0x9a, 0xb5, 0x11, 0xb5, 0x1a, 0x04, 0xa0, 0x4f, 0xb6, 0x82, 0x9e, 0x01, 0x7a, 0xab, 0x41, 0x4b, 0x50, 0xab, 0x48, 0xde, 0x5a, 0x33, 0x36, 0x64, 0xf6, 0x26, 0x42, 0x00, 0xc8, 0x0f, 0x68, 0x2e, 0xe1, 0x8b, 0x24, 0x18, 0x08, 0x40, 0x13, 0xe1, 0xc3, 0x90, 0x08, 0x63, 0xa2, 0xfd, 0x30, 0x68, 0x11, 0xfa, 0x32, 0x3c, 0x5e, 0x41, 0x82, 0x05, 0x52, 0x12, 0x7c, 0xe0, 0x40, 0x02, 0x31, 0x1f, 0xa8, 0xaf, 0xca, 0x07, 0xf0, 0xe7, 0xf9, 0xc1, 0xcf, 0x33, 0xc9, 0xce, 0xd1, 0x3a, 0x04, 0x58, 0xbf, 0xf3, 0x30, 0x37, 0x20, 0x07, 0x07, 0x6d, 0x5c, 0x96, 0xa6, 0x58, 0x95, 0x3a, 0x11, 0xff, 0x61, 0xc1, 0xff, 0xfc, 0xff, 0xa2, 0xbc, 0xa3, 0x0f, 0x0e, 0x04, 0x58, 0x95, 0x9e, 0xad, 0xf4, 0xfe, 0xca, 0xc4, 0x97, 0x69, 0x78, 0xd9, 0x49, 0x1f, 0xaa, 0xfb, 0xa5, 0x49, 0xaf, 0xd9, 0xe1, 0xe5, 0xc1, 0x3f, 0x57, 0x0a, 0x7e, 0x00, 0xc0, 0x37, 0x7d, 0x12, 0x08, 0x40, 0x0e, 0x16, 0x14, 0x71, 0x4d, 0x29, 0xf0, 0xf8, 0xd9, 0xf9, 0x86, 0xc7, 0x07, 0x89, 0xb4, 0x60, 0x65, 0x16, 0xea, 0x8e, 0xa5, 0xcd, 0xb7, 0xfd, 0x93, 0x05, 0xe0, 0x0b, 0xa0, 0x17, 0xc1, 0x1e, 0x05, 0xb6, 0x94, 0xd8, 0x0f, 0x12, 0x5b, 0xb1, 0xf5, 0x30, 0x21, 0x41, 0xc9, 0xf9, 0x8b, 0x9c, 0x0c, 0x2a, 0x6d, 0x19, 0x94, 0x12, 0x80, 0x46, 0x30, 0x58, 0xa4, 0x02, 0xe3, 0xd2, 0x1d, 0x87, 0x2d, 0x43, 0x5f, 0xe1, 0x68, 0xf7, 0x65, 0x84, 0x41, 0x02, 0x56, 0x12, 0x29, 0x49, 0xd0, 0xdd, 0x20, 0x01, 0xd7, 0x2c, 0x53, 0x26, 0xc5, 0xce, 0x52, 0x68, 0x43, 0x46, 0x8e, 0x56, 0x14, 0x00, 0x59, 0xf8, 0xdf, 0x8f, 0x87, 0x70, 0x51, 0xa0, 0x6a, 0xed, 0xb0, 0x17, 0x2e, 0xc3, 0xe4, 0x67, 0x58, 0x47, 0xf6, 0x26, 0xda, 0xf4, 0x9d, 0xaf, 0x7d, 0x8a, 0x4b, 0x9f, 0x89, 0xcb, 0x1d, 0x2a, 0x3f, 0x9a, 0x89, 0x2f, 0xb7, 0x9c, 0xd1, 0x46, 0xf7, 0x33, 0x15, 0x1f, 0xb1, 0xd4, 0xa9, 0x02, 0x3f, 0x78, 0xc2, 0x16, 0x7d, 0x13, 0x39, 0x02, 0xc0, 0xa2, 0x18, 0xa8, 0xda, 0x00, 0xf0, 0xe1, 0xff, 0x17, 0xac, 0xdc, 0x83, 0x3a, 0x8f, 0x4c, 0xb5, 0x05, 0x3e, 0xf5, 0xf4, 0x2c, 0xe0, 0x3d, 0x20, 0x1f, 0xec, 0xb5, 0x36, 0x83, 0x97, 0x59, 0x6c, 0x42, 0xe2, 0x0e, 0x4c, 0x80, 0x22, 0x4c, 0xb8, 0x73, 0x1e, 0x02, 0x94, 0xa5, 0x11, 0x26, 0x12, 0x20, 0xef, 0x68, 0x31, 0x21, 0x40, 0xd7, 0x51, 0xa9, 0x44, 0x06, 0xd9, 0x93, 0x40, 0x22, 0x87, 0x84, 0xb1, 0x09, 0x4b, 0x52, 0xdc, 0xd9, 0x86, 0x04, 0x42, 0x14, 0x70, 0x23, 0x83, 0xda, 0x0f, 0x8c, 0x17, 0xab, 0x41, 0x1d, 0x2f, 0xc7, 0xa2, 0xf7, 0xf9, 0xec, 0x4d, 0xc4, 0x24, 0xa6, 0x6b, 0x13, 0xa0, 0x49, 0xa7, 0xa9, 0xee, 0xbd, 0xbf, 0x25, 0xf1, 0x75, 0x90, 0x3e, 0x82, 0xee, 0x37, 0xc0, 0x6f, 0x26, 0xbd, 0x66, 0xb7, 0xd3, 0x0e, 0xfc, 0x00, 0x02, 0x90, 0x05, 0xc9, 0xeb, 0xf6, 0x11, 0xc0, 0xe7, 0x98, 0xde, 0x12, 0xfe, 0xbe, 0x64, 0x63, 0x36, 0xfa, 0x69, 0xf4, 0x72, 0x02, 0x7c, 0x03, 0xfc, 0x8b, 0x3c, 0x49, 0xad, 0xe8, 0xed, 0x0d, 0xe0, 0xf3, 0xa0, 0xf7, 0x80, 0x7c, 0x88, 0x61, 0x6d, 0x2d, 0x96, 0x42, 0x6c, 0xc8, 0x9c, 0x2d, 0xe8, 0x00, 0x8e, 0x34, 0xc7, 0xb0, 0xd4, 0xba, 0x14, 0x04, 0xc8, 0x05, 0x02, 0xe0, 0xf7, 0xd3, 0x69, 0x44, 0x0a, 0x6a, 0x8e, 0xa3, 0x9d, 0x0e, 0x09, 0x2c, 0xd5, 0x21, 0x65, 0x52, 0x2c, 0x91, 0x42, 0x42, 0x55, 0x88, 0x8d, 0x02, 0x5f, 0x84, 0xcc, 0x75, 0x24, 0x00, 0x25, 0xc1, 0x8c, 0xe4, 0xad, 0x62, 0x57, 0x78, 0x5e, 0x39, 0xc3, 0x1f, 0xdd, 0x00, 0xda, 0x8b, 0x5d, 0xf6, 0x98, 0xb1, 0xbf, 0x40, 0x8b, 0x00, 0x59, 0x07, 0x8f, 0xfa, 0xd0, 0xfb, 0x5b, 0xa5, 0x8f, 0xd7, 0xfb, 0xcf, 0x62, 0xa4, 0x8f, 0xbc, 0xe2, 0x03, 0x1f, 0xa4, 0x15, 0xfc, 0x0b, 0x3d, 0xe0, 0x07, 0x30, 0x80, 0x3c, 0xd8, 0xb6, 0xaf, 0x10, 0xed, 0x3c, 0x70, 0x14, 0xad, 0xd9, 0x91, 0x83, 0xfa, 0xc7, 0xac, 0x43, 0x2d, 0xfa, 0x25, 0x59, 0xbc, 0x3e, 0x4d, 0x6a, 0x79, 0x8f, 0x2f, 0x07, 0xbd, 0x07, 0xe4, 0x43, 0x0d, 0xfb, 0x51, 0x61, 0xc3, 0xe6, 0x1a, 0x04, 0x38, 0x7e, 0xaa, 0xc4, 0x27, 0x04, 0xa0, 0x73, 0x4c, 0x94, 0x00, 0x90, 0x03, 0x00, 0x01, 0xda, 0xe2, 0xfb, 0x6b, 0x8e, 0xa3, 0x5d, 0xf3, 0x3e, 0x89, 0x06, 0x09, 0x7a, 0x0b, 0x24, 0x08, 0xb5, 0x92, 0x80, 0x10, 0x80, 0xed, 0x18, 0x8b, 0x52, 0xe8, 0x27, 0x0d, 0x29, 0x44, 0x13, 0x62, 0x33, 0x0a, 0xc0, 0x96, 0xf7, 0x3a, 0x04, 0xc8, 0xd8, 0x5f, 0x88, 0xaa, 0x72, 0x67, 0x10, 0x87, 0x1e, 0x2d, 0xd7, 0x3c, 0x00, 0x56, 0xe8, 0xf3, 0xfa, 0x3f, 0xd2, 0x58, 0xf6, 0xa8, 0xe1, 0xfd, 0xa7, 0xe2, 0x48, 0x21, 0xed, 0xfa, 0xb6, 0x18, 0x6b, 0xef, 0xfd, 0xdb, 0xe8, 0x7a, 0x7f, 0x1d, 0xdd, 0xcf, 0x80, 0xbf, 0x97, 0x51, 0xf6, 0x93, 0x81, 0x1f, 0xc0, 0xf0, 0x35, 0xf6, 0x8c, 0x00, 0x8c, 0x6f, 0x30, 0x40, 0x00, 0xf8, 0x5e, 0xf0, 0xcb, 0xbd, 0xbe, 0x14, 0xf8, 0x02, 0xe8, 0x3d, 0x20, 0x1f, 0x96, 0x82, 0xda, 0x0d, 0x4b, 0x55, 0xda, 0xf4, 0xa5, 0xbb, 0x48, 0xae, 0x71, 0xea, 0xf4, 0x39, 0x4f, 0x12, 0x5c, 0x1a, 0x02, 0xb0, 0xde, 0x9f, 0x4d, 0x82, 0x41, 0xda, 0x81, 0x94, 0x03, 0x22, 0x7f, 0xd3, 0x37, 0x89, 0x27, 0x41, 0x84, 0x8c, 0x04, 0x0b, 0xac, 0x24, 0x60, 0x92, 0x62, 0x6e, 0x82, 0x54, 0x94, 0x42, 0x5c, 0x97, 0xd8, 0x48, 0x88, 0xc5, 0x28, 0x30, 0x27, 0x65, 0xa7, 0x56, 0x14, 0x00, 0xac, 0x59, 0xb7, 0x4e, 0x29, 0xc7, 0x5d, 0x23, 0xaa, 0x04, 0x86, 0x7f, 0xcc, 0xfe, 0xf2, 0xaf, 0x7b, 0xce, 0xd2, 0x96, 0x3f, 0x5d, 0x87, 0x26, 0x97, 0xc1, 0xfb, 0xdb, 0x24, 0xbe, 0x92, 0xaa, 0x0f, 0x2b, 0x7d, 0x6c, 0x93, 0x5e, 0x0a, 0xfe, 0x30, 0x2f, 0xf8, 0xbf, 0x92, 0x81, 0x9f, 0x95, 0x3c, 0x8c, 0xd6, 0xf7, 0x78, 0x7d, 0xac, 0xf1, 0xa5, 0xc0, 0xe7, 0x40, 0xcf, 0x80, 0x7c, 0x78, 0x2a, 0x6a, 0x4f, 0x6c, 0xb9, 0xc5, 0x3a, 0x60, 0xdb, 0xb4, 0xbb, 0x80, 0x10, 0x00, 0x3a, 0xc9, 0xa4, 0xa3, 0xec, 0x03, 0xf9, 0xe3, 0xed, 0x03, 0x5c, 0x20, 0xfd, 0x06, 0x98, 0x07, 0x82, 0xf7, 0x04, 0xef, 0xcf, 0x8e, 0x04, 0x9e, 0xea, 0x10, 0xd7, 0x2c, 0x53, 0xe5, 0x03, 0x76, 0x52, 0x48, 0x1d, 0x05, 0xc2, 0xc6, 0x2d, 0xd7, 0x96, 0x41, 0xdf, 0x85, 0xcf, 0xbd, 0x7c, 0x63, 0x11, 0x58, 0xf2, 0xf4, 0x95, 0x6e, 0x76, 0xab, 0x41, 0x80, 0x86, 0xed, 0xa6, 0x48, 0xbd, 0x3f, 0x1d, 0x78, 0x73, 0xef, 0xfd, 0xa7, 0xdb, 0x7b, 0x7f, 0x8f, 0xf4, 0x51, 0xe8, 0x7e, 0x0e, 0xfc, 0x71, 0x4a, 0xf0, 0x7f, 0x2b, 0x80, 0xdf, 0x23, 0x79, 0x58, 0xaf, 0xaf, 0x02, 0x3e, 0xeb, 0xe9, 0x59, 0xc0, 0x8f, 0xc0, 0x40, 0xb7, 0xd8, 0x0a, 0x62, 0x23, 0xe6, 0x6f, 0xc5, 0xe0, 0x3f, 0x45, 0x46, 0x27, 0x68, 0x1f, 0xc0, 0x17, 0x04, 0xa0, 0x9d, 0x60, 0x48, 0xe8, 0x81, 0x00, 0x89, 0x6b, 0xf7, 0x91, 0x08, 0xa0, 0x47, 0x02, 0xa7, 0xca, 0x10, 0x93, 0x0f, 0x88, 0x51, 0xc0, 0x22, 0x85, 0xbc, 0x65, 0x51, 0x1a, 0x05, 0x3e, 0xfc, 0x25, 0x56, 0x8b, 0x00, 0x60, 0x43, 0xa6, 0x5b, 0xfa, 0x01, 0x7d, 0xcb, 0x71, 0xfe, 0x27, 0x34, 0x89, 0xfd, 0xe5, 0x71, 0x2b, 0x32, 0xb4, 0xc0, 0xbf, 0x3f, 0xf7, 0x38, 0x97, 0xfc, 0xaa, 0x67, 0x7e, 0xe4, 0x75, 0x7f, 0x47, 0xef, 0x2f, 0x19, 0x75, 0x50, 0x4a, 0x1f, 0x53, 0xf7, 0x83, 0x57, 0xfb, 0x82, 0x26, 0xbd, 0x14, 0xfc, 0xbd, 0x1d, 0xc0, 0xcf, 0x4a, 0x1e, 0xc1, 0xeb, 0x53, 0xa9, 0x23, 0x02, 0x9f, 0x7a, 0x7a, 0x0e, 0xec, 0x23, 0x57, 0xa0, 0x8e, 0x12, 0xeb, 0x16, 0xbd, 0x0a, 0x65, 0x64, 0x1f, 0x43, 0xd9, 0x05, 0xa7, 0x3c, 0x8d, 0x30, 0x71, 0x83, 0xad, 0xd2, 0x12, 0x00, 0xbe, 0xcf, 0x98, 0x05, 0x3a, 0x8b, 0xf6, 0xe7, 0x9d, 0x24, 0xdd, 0xe7, 0x96, 0xa4, 0x51, 0x27, 0x23, 0x01, 0x93, 0x18, 0x87, 0xcb, 0x48, 0x60, 0x2f, 0x85, 0x1c, 0x13, 0x62, 0x49, 0x14, 0xb0, 0x1b, 0x91, 0x66, 0x0d, 0x36, 0xdb, 0x12, 0x12, 0xe1, 0xc4, 0xf2, 0x1c, 0x80, 0xcb, 0xf3, 0x9e, 0xea, 0x1e, 0x8e, 0x76, 0x65, 0x1f, 0xd1, 0x22, 0x00, 0xdc, 0xb4, 0xbd, 0xfc, 0x31, 0xc6, 0x9d, 0xbd, 0x5d, 0x5f, 0xa7, 0xca, 0x8f, 0x9d, 0xf7, 0x67, 0x12, 0x5f, 0x5a, 0xf2, 0xec, 0x29, 0xf3, 0xfe, 0x0c, 0xf8, 0x4d, 0xdd, 0x6f, 0x27, 0x7b, 0x0c, 0xc9, 0x23, 0x01, 0xbf, 0xe0, 0xf5, 0x55, 0xc0, 0x67, 0x81, 0xde, 0x09, 0x6c, 0x54, 0x1a, 0x67, 0x9d, 0x47, 0xa7, 0xa1, 0x15, 0x5b, 0x73, 0xc8, 0xa0, 0xdc, 0xd1, 0xa2, 0xb3, 0xda, 0xde, 0xdf, 0x6d, 0x17, 0x18, 0xaa, 0x5a, 0x40, 0x80, 0x6e, 0x63, 0xd3, 0x88, 0x94, 0x53, 0x91, 0x00, 0x22, 0xe1, 0x57, 0x1e, 0x12, 0xa8, 0xf2, 0x01, 0xbb, 0x28, 0x10, 0x6b, 0x93, 0x10, 0x5b, 0x73, 0x81, 0x94, 0x8d, 0xfb, 0xb5, 0x08, 0x00, 0xc5, 0x14, 0x61, 0x2e, 0x28, 0xb7, 0x3c, 0x17, 0xbf, 0x7b, 0x7e, 0xf1, 0x13, 0x4d, 0x07, 0x90, 0xe6, 0x84, 0x0e, 0x01, 0x46, 0xc4, 0xae, 0xb5, 0xc8, 0x1f, 0x5d, 0xef, 0x4f, 0x2b, 0x3f, 0x8e, 0xde, 0xff, 0x67, 0x3b, 0xef, 0x2f, 0x91, 0x3e, 0x42, 0xd2, 0x4b, 0xc1, 0xff, 0x8d, 0x98, 0xf0, 0x5a, 0xc0, 0x6f, 0x24, 0xba, 0x5e, 0xc9, 0xc3, 0x7b, 0x7d, 0x15, 0xf0, 0x3b, 0x8d, 0xf2, 0x82, 0xbe, 0xb3, 0x09, 0xf8, 0xce, 0xa3, 0x57, 0x12, 0xeb, 0x32, 0x66, 0x25, 0x4a, 0x5a, 0x7f, 0x80, 0x80, 0x1f, 0x06, 0xe2, 0x7e, 0xfb, 0xed, 0x77, 0x9f, 0x7a, 0x7f, 0xba, 0x1e, 0xa0, 0xe4, 0xdc, 0x79, 0xd2, 0x60, 0xdb, 0x90, 0x99, 0x4f, 0xde, 0x0b, 0xbc, 0x2f, 0x20, 0xc1, 0x77, 0x32, 0x12, 0xf4, 0xf1, 0x92, 0x80, 0xcd, 0x07, 0x3c, 0x13, 0xa4, 0x20, 0x85, 0x3c, 0xa5, 0x51, 0xbe, 0x2a, 0x54, 0x9a, 0x28, 0x60, 0xb7, 0x6b, 0x04, 0x6b, 0x80, 0xb9, 0xa7, 0x9b, 0x0d, 0xe2, 0x57, 0x89, 0x95, 0xc7, 0xa9, 0x32, 0xf8, 0x97, 0x3c, 0xc7, 0xfe, 0xd2, 0x3a, 0x30, 0x00, 0xa7, 0x79, 0x1e, 0x54, 0x87, 0xc8, 0x44, 0x22, 0x7f, 0x5e, 0xb7, 0xc8, 0x1f, 0x6b, 0xf2, 0xcb, 0xce, 0xfc, 0x58, 0xbb, 0xbe, 0x6a, 0xef, 0x2f, 0x4f, 0x7c, 0xd5, 0xd2, 0x87, 0xea, 0x7e, 0x4f, 0xc5, 0x07, 0xc0, 0xdf, 0x57, 0x03, 0xfc, 0xac, 0xde, 0xb7, 0x78, 0x7d, 0x19, 0xf0, 0xad, 0xa0, 0xef, 0x62, 0x82, 0x1e, 0xac, 0xeb, 0xd8, 0x95, 0x68, 0xd1, 0x86, 0x6c, 0x02, 0xfe, 0x9c, 0xa3, 0xc5, 0xe8, 0x82, 0xb9, 0x83, 0x34, 0x2d, 0x7d, 0xda, 0x81, 0xdf, 0xed, 0x08, 0xc4, 0x91, 0x13, 0x67, 0x08, 0x01, 0xa0, 0xd1, 0xd6, 0xda, 0xec, 0x57, 0x18, 0x24, 0x30, 0x66, 0x96, 0xa8, 0xe4, 0x33, 0x48, 0xa0, 0x93, 0x0f, 0x08, 0x52, 0x48, 0x8c, 0x02, 0x3f, 0xdb, 0x47, 0x01, 0xb6, 0x2f, 0xd0, 0x73, 0x6c, 0x8a, 0x76, 0x1e, 0x50, 0xaf, 0x8d, 0x65, 0x30, 0xee, 0x99, 0xf2, 0x68, 0x80, 0xbd, 0xcb, 0xfe, 0xd2, 0xe6, 0xbd, 0x62, 0xb5, 0x09, 0xf0, 0x5e, 0x97, 0x18, 0xaf, 0xfc, 0xd1, 0x4a, 0x7e, 0x1d, 0xea, 0xfe, 0x32, 0xef, 0xcf, 0x95, 0x3d, 0xe7, 0x3a, 0x7b, 0x7f, 0x4b, 0xd2, 0x9b, 0xc4, 0xd5, 0xf9, 0x2d, 0x09, 0xaf, 0xa8, 0xf7, 0x19, 0xf0, 0x73, 0x5e, 0x5f, 0x04, 0xbe, 0x0c, 0xf4, 0x63, 0x56, 0x61, 0xe0, 0xaf, 0x42, 0x3f, 0x8f, 0x5b, 0x8d, 0x16, 0x6f, 0x3a, 0x48, 0xc0, 0x9f, 0xab, 0x09, 0x7e, 0xd5, 0x86, 0x58, 0x2a, 0x02, 0x78, 0x56, 0x83, 0x9d, 0xbf, 0x40, 0x2a, 0x4b, 0x30, 0xa5, 0xda, 0x61, 0x44, 0x2a, 0x89, 0x62, 0x2a, 0x12, 0xb4, 0xe8, 0x97, 0x4c, 0x22, 0xa1, 0x85, 0x04, 0xda, 0x52, 0xc8, 0xe8, 0x0d, 0xe8, 0x57, 0x84, 0xa6, 0xa0, 0xe6, 0x61, 0xf3, 0xb5, 0x09, 0x20, 0x56, 0x82, 0x02, 0x82, 0x43, 0x1b, 0x5d, 0x7a, 0x02, 0x04, 0x86, 0xfd, 0xc8, 0xfe, 0xd2, 0x90, 0xd1, 0x4b, 0xb4, 0xc0, 0x0f, 0xb5, 0xdb, 0x37, 0x5b, 0x8c, 0x71, 0x2d, 0x7f, 0xe4, 0xde, 0x5f, 0x5d, 0xf7, 0x77, 0xf4, 0xfe, 0x92, 0x92, 0xa7, 0x2c, 0xe9, 0x25, 0xe0, 0x1f, 0xc0, 0x94, 0x3a, 0x19, 0xcd, 0xaf, 0x04, 0xbf, 0xc4, 0xeb, 0x1b, 0x1e, 0xdf, 0x0b, 0x7c, 0x0a, 0x7a, 0xb0, 0x9f, 0xb0, 0xf5, 0x9c, 0xb4, 0x0e, 0xad, 0xd9, 0x99, 0x87, 0x0e, 0x16, 0x02, 0xf8, 0x4f, 0x73, 0xe0, 0x97, 0x6d, 0x8a, 0x5b, 0x1a, 0xef, 0x0f, 0x46, 0xb5, 0x7f, 0x21, 0x78, 0x7f, 0x4c, 0x80, 0x59, 0x29, 0xbb, 0x49, 0xf4, 0x02, 0x32, 0xb7, 0xa6, 0x24, 0x18, 0x24, 0x23, 0x81, 0x35, 0x1f, 0x90, 0x49, 0x21, 0xc7, 0x28, 0x00, 0xb9, 0x80, 0x64, 0x4e, 0x88, 0x0e, 0xca, 0xd1, 0x35, 0xc4, 0x8d, 0xf0, 0xbf, 0xcf, 0x6a, 0x12, 0x20, 0x2c, 0x7a, 0x99, 0x18, 0x01, 0x7e, 0x2c, 0x8f, 0x04, 0x78, 0xa0, 0x65, 0xfb, 0x13, 0x0d, 0x02, 0xc0, 0xe2, 0x77, 0x1d, 0xf9, 0xa3, 0x95, 0xfc, 0x12, 0xf0, 0x4f, 0x17, 0x46, 0x1e, 0x44, 0xed, 0x6f, 0xe7, 0xfd, 0xe3, 0xac, 0xde, 0xdf, 0x4e, 0xf7, 0x6b, 0x80, 0x9f, 0x96, 0x30, 0x45, 0xaf, 0x2f, 0x02, 0x1f, 0x40, 0xff, 0x53, 0xf4, 0x6a, 0x62, 0x7d, 0xa6, 0x6f, 0x44, 0x5b, 0xf7, 0x1d, 0xc1, 0xe0, 0x2f, 0x46, 0xf9, 0xc7, 0xcf, 0x68, 0x83, 0xdf, 0xad, 0xf7, 0xa7, 0x9d, 0x5f, 0x28, 0x7d, 0x82, 0xf7, 0xdf, 0x86, 0x7f, 0x67, 0xa7, 0x91, 0xcb, 0xc9, 0xfb, 0x60, 0x49, 0x40, 0xc6, 0x37, 0x06, 0x19, 0xa3, 0xda, 0x06, 0x09, 0x6c, 0xa4, 0x90, 0xb2, 0x2a, 0x64, 0x8d, 0x02, 0xef, 0xb9, 0x88, 0x02, 0x10, 0xed, 0x73, 0x14, 0x3b, 0x49, 0x8b, 0x36, 0x61, 0xe1, 0x26, 0xb1, 0x12, 0x34, 0xa8, 0x3c, 0x08, 0x30, 0x85, 0xfd, 0xa5, 0x73, 0x97, 0xed, 0xd0, 0x22, 0x00, 0x9c, 0x0a, 0xc9, 0x55, 0x7f, 0x5c, 0xc8, 0x1f, 0x75, 0xe9, 0xd3, 0x5a, 0xf9, 0xd1, 0xf2, 0xfe, 0xd2, 0xaa, 0x8f, 0x0d, 0xf8, 0x23, 0x97, 0xf0, 0x09, 0x2f, 0x07, 0xfe, 0xe5, 0x16, 0xf0, 0x7b, 0xbc, 0xbe, 0x04, 0xf8, 0x3f, 0x83, 0x61, 0xc9, 0x33, 0x6c, 0xfe, 0x36, 0xb4, 0x27, 0xe7, 0x24, 0x3a, 0x84, 0xc1, 0x7f, 0xe4, 0xe4, 0x59, 0xcf, 0x12, 0x4a, 0x37, 0xe0, 0xb7, 0xf3, 0xfe, 0x94, 0x00, 0x74, 0x09, 0x24, 0x6c, 0x87, 0x72, 0x18, 0x03, 0x0b, 0x08, 0x30, 0x64, 0xee, 0x16, 0x72, 0xef, 0xf0, 0x1e, 0x08, 0x09, 0x06, 0xf3, 0x24, 0x60, 0x93, 0x62, 0x42, 0x00, 0x8e, 0x04, 0x46, 0x69, 0xb4, 0x74, 0x51, 0x80, 0xef, 0x0e, 0xab, 0x92, 0xe1, 0x2d, 0xbb, 0xf3, 0xb4, 0x08, 0x10, 0xb7, 0x22, 0x53, 0x24, 0xc0, 0x94, 0xf2, 0x20, 0x40, 0x22, 0xfb, 0x4b, 0x53, 0x37, 0xee, 0xd3, 0x22, 0x40, 0xc2, 0xaa, 0xdd, 0xae, 0xe4, 0x8f, 0x4e, 0xf2, 0x2b, 0xef, 0xfa, 0xda, 0x57, 0x7e, 0xc4, 0xc4, 0x57, 0x2a, 0x7d, 0x4c, 0xdd, 0xdf, 0xca, 0x5c, 0xa0, 0xd2, 0x9a, 0x2d, 0x75, 0x3a, 0x78, 0x7e, 0x8f, 0xd6, 0x67, 0xc1, 0xcf, 0x00, 0xbf, 0xdb, 0xb8, 0x35, 0x68, 0x4c, 0xfc, 0x0e, 0x22, 0x43, 0x00, 0xfc, 0x27, 0x8a, 0x4b, 0x48, 0xb5, 0x87, 0x96, 0x3a, 0x55, 0xa0, 0xb7, 0x03, 0xbf, 0xca, 0xfb, 0xd3, 0xbd, 0x80, 0xc0, 0xf2, 0x8f, 0x9f, 0x26, 0x7d, 0x85, 0x05, 0xab, 0xf6, 0x12, 0xd2, 0x42, 0x43, 0xee, 0x47, 0x91, 0x04, 0x64, 0x34, 0x5b, 0x95, 0x0f, 0x30, 0x55, 0x21, 0xc7, 0x84, 0xd8, 0x1b, 0x05, 0xd4, 0x7d, 0x01, 0x75, 0x32, 0xbc, 0x4c, 0xb3, 0x14, 0xba, 0x62, 0xf3, 0x81, 0xf2, 0xef, 0x05, 0x54, 0x09, 0x0a, 0x5b, 0xcf, 0x6c, 0x57, 0x8d, 0x36, 0x67, 0xe6, 0x68, 0x11, 0x60, 0x7a, 0xf2, 0x36, 0x49, 0xf3, 0x4b, 0x43, 0xfe, 0xd0, 0x91, 0x67, 0x9d, 0xe4, 0xd7, 0xac, 0xfb, 0x6b, 0x79, 0x7f, 0x65, 0xe2, 0x2b, 0x4a, 0x1f, 0xb6, 0xce, 0xef, 0x0c, 0x7e, 0x8f, 0xe4, 0x61, 0xbd, 0xbe, 0x09, 0xfc, 0x6e, 0xe3, 0xd7, 0xa0, 0xc9, 0x8b, 0x33, 0x49, 0xb2, 0x7b, 0xf8, 0x08, 0x06, 0xea, 0xd9, 0xf3, 0x9e, 0x3a, 0xbf, 0x1d, 0xe8, 0x45, 0xe0, 0x3b, 0x81, 0x9f, 0xdd, 0x08, 0xcb, 0xd8, 0x07, 0xe8, 0x2c, 0x01, 0xff, 0xfa, 0xcc, 0x7c, 0x7c, 0x7f, 0x69, 0xe4, 0xbe, 0x09, 0x09, 0x80, 0x00, 0xc3, 0x8c, 0xf9, 0xa4, 0x36, 0x2c, 0x09, 0xa8, 0x14, 0x1a, 0xa4, 0x23, 0x85, 0xdc, 0x47, 0x01, 0x18, 0x54, 0xb4, 0x93, 0x41, 0x0b, 0x56, 0x64, 0x6a, 0x11, 0x20, 0x1d, 0x47, 0x0a, 0x76, 0x71, 0x0c, 0x60, 0xb3, 0x3c, 0xf6, 0xff, 0xdf, 0xeb, 0xf9, 0x85, 0x75, 0xc2, 0xc9, 0xd9, 0x58, 0x3a, 0x04, 0x18, 0x33, 0x77, 0x83, 0xbc, 0xf9, 0xa5, 0x2d, 0x7f, 0xd4, 0xc9, 0xaf, 0x7e, 0xdd, 0xdf, 0xc9, 0xfb, 0xab, 0xa5, 0x0f, 0x78, 0x49, 0x6b, 0xc2, 0x6b, 0x03, 0xfe, 0xe8, 0x55, 0x9c, 0xd7, 0xff, 0x05, 0x83, 0x7f, 0x7a, 0x4a, 0x16, 0xf1, 0xfa, 0x00, 0xfe, 0xd3, 0x25, 0xe7, 0x3d, 0x4b, 0x2a, 0x7d, 0x01, 0x7e, 0xd9, 0x2e, 0x70, 0x60, 0x30, 0x49, 0x0a, 0x84, 0xdb, 0x79, 0xe0, 0x18, 0xea, 0x35, 0x69, 0x2d, 0x69, 0xbe, 0xc1, 0x3d, 0x73, 0x24, 0x18, 0xea, 0x25, 0x81, 0xad, 0x14, 0x72, 0x8c, 0x02, 0x7c, 0x45, 0x08, 0x9a, 0x8f, 0x7c, 0x77, 0x98, 0x29, 0x89, 0x32, 0x43, 0x72, 0xa2, 0x0c, 0x9a, 0x92, 0xb8, 0x15, 0x03, 0xfc, 0xa2, 0x23, 0x01, 0x60, 0x7a, 0xf4, 0x81, 0x7a, 0xbd, 0xd9, 0x08, 0xb0, 0xaf, 0x3c, 0x24, 0x50, 0xae, 0xa7, 0x0b, 0x5c, 0x37, 0xdc, 0x38, 0xf8, 0x4e, 0x83, 0x00, 0x83, 0xa6, 0xae, 0xb2, 0x59, 0xf3, 0xab, 0x5b, 0xfd, 0x31, 0xe4, 0x4f, 0x63, 0x4e, 0xfe, 0x30, 0xc9, 0x2f, 0xd3, 0xf5, 0xe5, 0xbd, 0xff, 0x02, 0xc1, 0xfb, 0xc7, 0xdb, 0x78, 0xff, 0xc5, 0x72, 0xef, 0xcf, 0x35, 0xb9, 0xbc, 0xd5, 0x1e, 0x39, 0xf8, 0x0d, 0xc9, 0x43, 0xbd, 0xfe, 0x2f, 0xe3, 0xd7, 0x62, 0xcf, 0xbf, 0x8b, 0x54, 0x7a, 0x60, 0x89, 0x23, 0x3c, 0x0f, 0x0a, 0x7e, 0x19, 0xc0, 0xed, 0xcc, 0x09, 0xfc, 0x54, 0xf3, 0xd3, 0x95, 0x6b, 0x00, 0xfe, 0xdd, 0x87, 0x4e, 0xa0, 0x3e, 0x31, 0x1b, 0x88, 0x34, 0x83, 0xfb, 0xed, 0xc8, 0x91, 0x20, 0xd5, 0x9a, 0x0f, 0x48, 0xa5, 0x90, 0x3c, 0x0a, 0xa8, 0x73, 0x01, 0x9d, 0x64, 0x58, 0x2e, 0x83, 0x46, 0x62, 0x67, 0x09, 0xab, 0xe0, 0x9c, 0x08, 0x90, 0x77, 0xf4, 0x14, 0x7a, 0xa8, 0x3e, 0x47, 0x80, 0xbc, 0xf2, 0x98, 0x03, 0x3a, 0xea, 0x39, 0xf7, 0xb7, 0x6e, 0x6f, 0xb2, 0xcd, 0x9e, 0x0e, 0x01, 0xfa, 0x4e, 0x5a, 0xe1, 0xa0, 0xff, 0x65, 0xcd, 0x2f, 0xb3, 0xfa, 0x63, 0x6e, 0x6f, 0xa8, 0x96, 0x3f, 0xc6, 0xd8, 0x83, 0x7d, 0xf2, 0xeb, 0xad, 0xfc, 0x68, 0x79, 0x7f, 0xa8, 0xfa, 0x48, 0xa5, 0x8f, 0x7b, 0xf0, 0x4f, 0x48, 0xce, 0x20, 0x95, 0x9e, 0xc3, 0x02, 0xf8, 0x4b, 0x0b, 0x7c, 0x6d, 0xf0, 0xc3, 0x9a, 0xdf, 0xdc, 0x93, 0x28, 0x32, 0x76, 0x33, 0xc9, 0x47, 0xe0, 0x1e, 0xe1, 0x7e, 0x29, 0x09, 0x20, 0x82, 0xb1, 0xf9, 0x40, 0xa9, 0xa3, 0x00, 0x54, 0x84, 0xd8, 0x69, 0xd1, 0x5e, 0x0b, 0xb4, 0x92, 0x61, 0x95, 0x0c, 0x1a, 0x36, 0x6b, 0x9d, 0x16, 0x01, 0x00, 0x7b, 0xd5, 0x1a, 0xb0, 0xe7, 0x0a, 0x87, 0x1f, 0x2f, 0x8f, 0x08, 0x50, 0xec, 0x25, 0x40, 0x84, 0x71, 0xea, 0xbb, 0x06, 0x01, 0xc2, 0xc6, 0xa5, 0x2a, 0xf5, 0xbf, 0x67, 0xf6, 0x87, 0x4e, 0x7e, 0x3a, 0x8e, 0x3e, 0xe8, 0xca, 0x1f, 0xb1, 0xeb, 0xeb, 0x54, 0xf9, 0xf1, 0x26, 0xbe, 0x2a, 0xe9, 0xe3, 0x01, 0xbf, 0x87, 0x00, 0x36, 0xe0, 0x9f, 0xb0, 0x96, 0x54, 0x7b, 0xb2, 0x4d, 0xcd, 0x7f, 0x86, 0x91, 0x3d, 0x2c, 0x98, 0xdd, 0x00, 0x5f, 0x04, 0x3f, 0x25, 0x00, 0x1d, 0x72, 0xbb, 0x48, 0x16, 0xeb, 0x97, 0x10, 0xa9, 0x05, 0x55, 0xa6, 0xa8, 0x39, 0x5b, 0x8c, 0xb2, 0x2b, 0xf4, 0x1e, 0xa4, 0x24, 0x10, 0xa4, 0xd0, 0x10, 0x96, 0x04, 0x4e, 0x51, 0x40, 0xec, 0x0b, 0xc8, 0x93, 0x61, 0x27, 0x19, 0x24, 0x56, 0x83, 0x22, 0x63, 0xd6, 0x98, 0x04, 0xb0, 0x27, 0x01, 0x9c, 0x2e, 0xff, 0xef, 0x86, 0x7d, 0xb9, 0xb3, 0x03, 0xca, 0x83, 0x00, 0xe7, 0xe9, 0x2f, 0x7c, 0x10, 0x47, 0x00, 0xdd, 0x85, 0x30, 0xbd, 0xc6, 0x2c, 0x73, 0xa5, 0xff, 0xed, 0x9a, 0x5f, 0xd2, 0xea, 0x8f, 0x52, 0xfe, 0xc8, 0x93, 0x5f, 0x69, 0xe5, 0x47, 0xe6, 0xfd, 0x6d, 0xa5, 0x0f, 0x9f, 0xf0, 0x8a, 0xe0, 0xef, 0x1d, 0xb3, 0x11, 0xed, 0xc2, 0xf2, 0x83, 0x26, 0xbc, 0x74, 0x6b, 0x13, 0x19, 0xa8, 0x75, 0x4d, 0x06, 0x7e, 0x90, 0x51, 0x94, 0x58, 0x30, 0x40, 0x77, 0x08, 0xff, 0xbe, 0xac, 0xc3, 0x27, 0x50, 0xe4, 0xec, 0x74, 0x72, 0x3f, 0x90, 0x87, 0x00, 0x09, 0xe0, 0x3e, 0x49, 0x17, 0x1a, 0x66, 0x8f, 0x48, 0xaf, 0xc2, 0x59, 0x0a, 0xe9, 0x47, 0x01, 0xa3, 0x3b, 0x6c, 0x9f, 0x0c, 0xdb, 0xcb, 0x20, 0xda, 0x14, 0xeb, 0x3f, 0x65, 0x95, 0x16, 0x01, 0x00, 0x7b, 0x0f, 0x37, 0xe2, 0x08, 0x70, 0xb1, 0x3c, 0x08, 0xe0, 0xd9, 0x09, 0xee, 0xc1, 0x7a, 0xfa, 0x04, 0xe8, 0x39, 0x7a, 0x99, 0x96, 0xfe, 0xb7, 0x2b, 0x7f, 0x72, 0xcd, 0x2f, 0x97, 0xf2, 0xc7, 0x9a, 0xfc, 0xca, 0xb5, 0xbf, 0x96, 0xf7, 0xa7, 0xd2, 0xc7, 0x2c, 0x75, 0xca, 0xc0, 0xdf, 0x63, 0xe2, 0x5a, 0xb4, 0x61, 0x77, 0x01, 0x01, 0x3f, 0x24, 0xa2, 0xac, 0xe7, 0x17, 0xf7, 0x12, 0x2d, 0x0b, 0xf8, 0x21, 0x81, 0x36, 0x88, 0x65, 0x74, 0x79, 0xe1, 0xf7, 0xed, 0xcc, 0x3e, 0x86, 0x06, 0xc4, 0x6e, 0x41, 0xdd, 0xf1, 0x7d, 0x40, 0xf2, 0x4d, 0x48, 0x10, 0xcd, 0x93, 0x80, 0xcd, 0x07, 0x3c, 0x52, 0x48, 0x9a, 0x10, 0xcb, 0xa3, 0x00, 0x34, 0x0d, 0xe5, 0xdd, 0x61, 0x7d, 0x19, 0x24, 0x6f, 0x8a, 0x4d, 0x43, 0xfd, 0x28, 0x01, 0xce, 0x3b, 0x11, 0xe0, 0x02, 0x47, 0x00, 0x38, 0x9b, 0xba, 0x1c, 0x96, 0x43, 0x86, 0x9d, 0xf2, 0x48, 0xa0, 0x7a, 0xfa, 0x12, 0x28, 0x7c, 0x7c, 0xaa, 0xad, 0xfe, 0xaf, 0x2d, 0xd3, 0xff, 0xd2, 0xf2, 0xa7, 0x6c, 0xf4, 0x41, 0x53, 0xfe, 0xd0, 0xe4, 0xd7, 0xec, 0xfa, 0x6a, 0x7b, 0x7f, 0xcf, 0x8c, 0xcf, 0x0a, 0xb9, 0xf7, 0xa7, 0xd5, 0x1e, 0x53, 0xf3, 0x03, 0xf0, 0xa0, 0xe2, 0x03, 0x60, 0x2c, 0x38, 0xe1, 0xd5, 0xe5, 0x32, 0x10, 0x3b, 0x11, 0x41, 0xf6, 0xfd, 0x14, 0xfc, 0xde, 0x33, 0xc0, 0x2e, 0x92, 0x4e, 0x32, 0xfc, 0xbe, 0x4d, 0x59, 0x85, 0xa8, 0xf7, 0xf4, 0x4d, 0x98, 0x80, 0xeb, 0x50, 0x77, 0x30, 0x91, 0x04, 0xe6, 0x18, 0x86, 0x5c, 0x0a, 0x59, 0xa3, 0x00, 0x9f, 0x0b, 0x88, 0x7d, 0x01, 0x59, 0x32, 0x2c, 0x93, 0x41, 0x42, 0x35, 0x48, 0x68, 0x8a, 0x89, 0x79, 0x40, 0xd4, 0xf4, 0x35, 0x5a, 0x04, 0xb8, 0x4c, 0x12, 0xa8, 0x74, 0x49, 0x70, 0xbf, 0x49, 0x69, 0xca, 0xc5, 0x2f, 0x9e, 0xfa, 0xbf, 0xb6, 0xfe, 0x97, 0x35, 0xbf, 0x8c, 0xd1, 0x07, 0x27, 0xf9, 0xe3, 0x9c, 0xfc, 0x82, 0xf7, 0x5f, 0x2a, 0x78, 0xff, 0xe5, 0x72, 0xef, 0x2f, 0xe8, 0x7e, 0x0a, 0xfe, 0xf0, 0x69, 0x1b, 0xd1, 0xbe, 0xdc, 0x22, 0x02, 0xc8, 0x12, 0x33, 0xe9, 0xa5, 0xc7, 0xab, 0xb2, 0x9b, 0xe9, 0x96, 0xc6, 0xe8, 0x6b, 0x50, 0xf0, 0xc3, 0x70, 0x5b, 0xde, 0x31, 0x00, 0xff, 0x69, 0xb4, 0x72, 0x7b, 0x1e, 0x0a, 0xc3, 0xbf, 0xbb, 0xe7, 0xe4, 0xf5, 0xe8, 0xd7, 0x49, 0xeb, 0x0d, 0x12, 0x4c, 0x58, 0x47, 0x22, 0x12, 0x90, 0xf3, 0x67, 0x7c, 0x8f, 0xda, 0x51, 0x00, 0x72, 0x01, 0xae, 0x2f, 0xb0, 0xc4, 0x18, 0x91, 0x70, 0x2d, 0x83, 0xf8, 0x6a, 0x90, 0x74, 0xc9, 0xa4, 0x50, 0x0e, 0x1d, 0x16, 0xbb, 0x9e, 0x21, 0xc0, 0x45, 0x87, 0x24, 0x98, 0x23, 0xc0, 0xb1, 0x72, 0x2d, 0x83, 0x42, 0x12, 0xac, 0x5b, 0x06, 0x8d, 0x8c, 0x59, 0x25, 0x4f, 0x80, 0x5d, 0xd6, 0xff, 0xb9, 0xf2, 0xa7, 0x56, 0xf3, 0xcb, 0x59, 0xfe, 0x7c, 0x2f, 0x4d, 0x7e, 0xc5, 0xca, 0x8f, 0xd7, 0xfb, 0x83, 0x86, 0x16, 0xa5, 0x0f, 0x78, 0xd9, 0xee, 0x44, 0xfa, 0xac, 0x43, 0xf3, 0x56, 0xed, 0xf3, 0x48, 0x1f, 0x3a, 0xd1, 0xc9, 0x36, 0xa9, 0x4a, 0x43, 0x04, 0xf6, 0xe7, 0x28, 0xf8, 0x4b, 0x4c, 0xf0, 0xe7, 0x1c, 0x3d, 0x8d, 0x16, 0x6f, 0x3e, 0x8c, 0x42, 0x31, 0xf8, 0x7b, 0x4d, 0xd9, 0x40, 0x8c, 0x27, 0xc1, 0x5a, 0x42, 0x4e, 0x59, 0x3e, 0x60, 0x17, 0x05, 0xe4, 0x15, 0x21, 0x3e, 0x19, 0xb6, 0xc8, 0x20, 0xa6, 0x1a, 0xf4, 0x89, 0x54, 0x06, 0xc9, 0x26, 0x44, 0xf9, 0x3c, 0x60, 0xf4, 0xdc, 0x8d, 0x5a, 0x04, 0xb8, 0x4c, 0x65, 0x50, 0x6f, 0x23, 0xac, 0xaa, 0x8b, 0x46, 0xd8, 0xd8, 0x79, 0x1b, 0xb4, 0x12, 0x60, 0xa5, 0xfe, 0xef, 0xa4, 0xab, 0xff, 0xbd, 0xcd, 0x2f, 0x69, 0xf5, 0xc7, 0x56, 0xfe, 0xf0, 0x75, 0x7f, 0x5b, 0xed, 0x2f, 0x4a, 0x9f, 0x09, 0x86, 0xf7, 0x07, 0xd0, 0x65, 0xe5, 0x9c, 0x24, 0x1e, 0xf9, 0xbc, 0xb9, 0x8d, 0x22, 0x00, 0x98, 0xdd, 0x4d, 0xda, 0x0d, 0x11, 0xc4, 0xef, 0xf5, 0x80, 0x1f, 0x3f, 0xd3, 0x5c, 0x13, 0xfc, 0x49, 0x1b, 0x0e, 0xa1, 0xb0, 0x98, 0x4d, 0x98, 0x00, 0x9b, 0x50, 0xc8, 0xd4, 0x8d, 0x26, 0x01, 0x28, 0x09, 0xd6, 0x31, 0x24, 0x10, 0xa4, 0x10, 0x26, 0xb1, 0x7d, 0x14, 0xe0, 0xbb, 0xc3, 0xf2, 0x64, 0xd8, 0x90, 0x41, 0x76, 0xd5, 0x20, 0x55, 0x1e, 0xa0, 0x1a, 0x8e, 0x9b, 0x96, 0xbc, 0x4d, 0x8b, 0x00, 0xfb, 0x48, 0x23, 0x2c, 0xa2, 0x7c, 0x1b, 0x61, 0x01, 0x41, 0xa1, 0xeb, 0xd8, 0xed, 0xd0, 0x37, 0xef, 0xd2, 0x1b, 0x85, 0x98, 0xb5, 0x78, 0xbb, 0x41, 0x00, 0x6e, 0x00, 0x4e, 0x2f, 0x01, 0x56, 0xd5, 0xff, 0x55, 0xfa, 0xff, 0x53, 0xaa, 0xff, 0x1d, 0xab, 0x3f, 0xbc, 0xfc, 0x91, 0x27, 0xbf, 0xd6, 0xca, 0x8f, 0x9d, 0xf7, 0x1f, 0x15, 0xb7, 0x83, 0x78, 0x7f, 0x18, 0x70, 0xa3, 0x5d, 0x5e, 0x76, 0x2c, 0xd9, 0x8e, 0x08, 0x4e, 0x46, 0xa7, 0x3a, 0xcf, 0x31, 0x9e, 0x3f, 0x7e, 0xfd, 0x41, 0x14, 0x3e, 0x7d, 0x33, 0x0a, 0x8f, 0xd9, 0x2c, 0x25, 0x81, 0x5c, 0x0a, 0xd9, 0x47, 0x01, 0xa3, 0x2f, 0x20, 0x49, 0x86, 0x4d, 0x19, 0x64, 0x57, 0x0d, 0x52, 0x37, 0xc5, 0x98, 0x3c, 0xc0, 0xa1, 0x1f, 0x10, 0xb7, 0x72, 0x97, 0x97, 0x00, 0x36, 0x79, 0x80, 0x38, 0x0a, 0x01, 0xd8, 0xbc, 0xf4, 0x11, 0x20, 0x30, 0x34, 0x81, 0x1d, 0x40, 0x4a, 0xd1, 0x1c, 0x86, 0x4b, 0x5a, 0x93, 0xa5, 0xa8, 0x00, 0x95, 0x2e, 0x01, 0x96, 0xd6, 0xff, 0x6d, 0xf4, 0xbf, 0xba, 0xf9, 0x25, 0x91, 0x3f, 0x4c, 0xf2, 0xab, 0xed, 0xfd, 0x31, 0xc8, 0x7a, 0x60, 0x6f, 0x9b, 0xb8, 0x3e, 0x9b, 0x10, 0x00, 0x0e, 0xc4, 0xa0, 0xde, 0x9f, 0x3d, 0x53, 0xa0, 0x2c, 0x44, 0xa0, 0xc9, 0x74, 0xc1, 0x89, 0xb3, 0xd8, 0xfb, 0x9f, 0x46, 0x89, 0xd8, 0xf3, 0xf7, 0x9e, 0xb9, 0x05, 0x45, 0xcc, 0xd8, 0xe2, 0x25, 0xc1, 0xb4, 0x4d, 0x44, 0x0a, 0x79, 0x49, 0x20, 0x4a, 0x21, 0x6f, 0x14, 0x90, 0xe7, 0x02, 0x7c, 0x5f, 0xc0, 0x49, 0x06, 0x91, 0x6a, 0x90, 0xa4, 0x29, 0xe6, 0x3c, 0x1c, 0x67, 0xe6, 0x01, 0x92, 0x44, 0x38, 0x75, 0xd3, 0x01, 0x2d, 0x02, 0x58, 0x86, 0xe1, 0x30, 0x36, 0xcb, 0x7d, 0x4b, 0x74, 0x72, 0x18, 0xb6, 0x06, 0x01, 0x60, 0x57, 0x5f, 0xeb, 0xe6, 0x57, 0x92, 0x0e, 0xb0, 0xed, 0xea, 0x2f, 0x45, 0x02, 0x6c, 0xee, 0xf7, 0xe3, 0x56, 0xff, 0xdb, 0x55, 0x7f, 0xe4, 0xf2, 0xc7, 0x5b, 0xf9, 0x91, 0x79, 0x7f, 0x00, 0x1a, 0x2d, 0x7d, 0x82, 0x97, 0x06, 0xb0, 0xb2, 0xfb, 0xf1, 0xc8, 0x48, 0x60, 0x47, 0x06, 0xf6, 0xeb, 0xd4, 0xfb, 0x17, 0x9d, 0x3e, 0x47, 0xa4, 0xcf, 0xba, 0x5d, 0x85, 0xa8, 0xef, 0xac, 0xad, 0xa8, 0xcf, 0xcc, 0x74, 0x8e, 0x04, 0x61, 0x98, 0x04, 0xfa, 0x51, 0xc0, 0x6c, 0x8e, 0x99, 0x7d, 0x01, 0x27, 0x19, 0xa4, 0xaa, 0x06, 0xd9, 0xe7, 0x01, 0x9a, 0xfd, 0x00, 0xa6, 0x21, 0x96, 0x9e, 0x95, 0xaf, 0x45, 0x80, 0xb8, 0xb4, 0xcc, 0xf2, 0xdf, 0x2a, 0x5d, 0x5c, 0x10, 0x13, 0x3d, 0x6f, 0xbd, 0x16, 0x01, 0x60, 0xbb, 0x0b, 0xf7, 0x15, 0x20, 0x9b, 0x06, 0x98, 0x46, 0x02, 0x2c, 0xed, 0xfe, 0xda, 0xe8, 0x7f, 0xa7, 0xea, 0x8f, 0x34, 0xf9, 0xa5, 0xde, 0xdf, 0x24, 0xc0, 0xde, 0xdc, 0x22, 0x22, 0x4d, 0x68, 0xf2, 0x4b, 0xc1, 0xcf, 0x9a, 0x1d, 0x11, 0x54, 0xe6, 0x19, 0x6b, 0xc6, 0xde, 0x1f, 0x5e, 0x7f, 0x44, 0x5c, 0x06, 0xea, 0x17, 0xbb, 0xd5, 0x4b, 0x82, 0x19, 0x2c, 0x09, 0x44, 0x29, 0x64, 0x8d, 0x02, 0xd6, 0x8a, 0x90, 0x8d, 0x0c, 0x12, 0xa6, 0x44, 0xf5, 0xf3, 0x00, 0x55, 0x3f, 0x40, 0x9d, 0x08, 0x03, 0x01, 0x60, 0xd7, 0x6a, 0x9e, 0x00, 0x72, 0x12, 0x4c, 0x8a, 0xdf, 0x5c, 0xfe, 0x0b, 0x62, 0xb0, 0xce, 0x6a, 0xcb, 0xfe, 0xd2, 0xd0, 0x31, 0x4b, 0xb5, 0x97, 0x44, 0xc2, 0xc8, 0x83, 0x74, 0x04, 0x5a, 0x18, 0x81, 0xb0, 0xad, 0x00, 0x09, 0xe3, 0xcf, 0x5a, 0x09, 0x30, 0xb3, 0xea, 0xcb, 0x95, 0xfe, 0xb7, 0x95, 0x3f, 0x46, 0xd3, 0x8b, 0xf5, 0xfe, 0x50, 0x82, 0x04, 0xef, 0x0f, 0x35, 0x79, 0xaa, 0xff, 0x4f, 0x9e, 0x3c, 0x49, 0xac, 0x2c, 0x44, 0xa0, 0x33, 0x3e, 0x30, 0x41, 0x0a, 0xde, 0x7f, 0x55, 0x46, 0x01, 0xea, 0x3f, 0x7b, 0x1b, 0x26, 0xc0, 0x36, 0xd4, 0x97, 0x90, 0x20, 0xdd, 0x4b, 0x02, 0x46, 0x0a, 0xc9, 0xa3, 0x00, 0x53, 0x11, 0x32, 0x93, 0x61, 0xb9, 0x0c, 0x32, 0xaa, 0x41, 0xd2, 0xa6, 0x98, 0x82, 0x00, 0x5f, 0x97, 0x29, 0x11, 0x36, 0x08, 0x00, 0xce, 0x8d, 0x2c, 0x89, 0xd4, 0x20, 0x40, 0xc4, 0xf8, 0x54, 0x7e, 0x49, 0x24, 0xc6, 0x66, 0x39, 0x34, 0xc2, 0x42, 0x1b, 0xb1, 0xbf, 0xb4, 0x45, 0xe8, 0x1c, 0x2d, 0x02, 0xc0, 0x0d, 0x7f, 0xd4, 0x6d, 0x96, 0x75, 0x06, 0xc8, 0x71, 0x04, 0x82, 0x99, 0x00, 0x75, 0x5c, 0xfd, 0x25, 0x34, 0xc0, 0xb8, 0xfa, 0x7f, 0x82, 0x2b, 0xfd, 0xaf, 0x27, 0x7f, 0xd6, 0x72, 0x04, 0xe8, 0x87, 0xa5, 0x08, 0x10, 0xa0, 0xd0, 0x6c, 0x7e, 0x81, 0x6c, 0xa1, 0x04, 0x50, 0x91, 0x40, 0x45, 0x0a, 0xf6, 0xff, 0x28, 0x01, 0x4e, 0x9a, 0xf2, 0x67, 0x56, 0xda, 0x7e, 0x34, 0x60, 0xce, 0x76, 0x2f, 0x09, 0x20, 0x0a, 0xcc, 0x02, 0x29, 0x94, 0xee, 0x10, 0x05, 0x8c, 0xe6, 0x18, 0x27, 0x83, 0xc6, 0x7a, 0x65, 0x90, 0x7a, 0x3e, 0x48, 0x9d, 0x07, 0xb8, 0x49, 0x84, 0xc9, 0x78, 0x34, 0x9c, 0x2b, 0x60, 0x53, 0x09, 0x6a, 0xd9, 0x37, 0x9e, 0x07, 0xbf, 0x0d, 0x01, 0xbe, 0xef, 0x33, 0x9f, 0x27, 0x40, 0x9d, 0xb0, 0x86, 0x97, 0x9e, 0x00, 0x75, 0x43, 0x9e, 0x65, 0x7f, 0x69, 0xbd, 0x1f, 0xc6, 0x6b, 0x81, 0x1f, 0xec, 0xa7, 0x61, 0x8b, 0x3c, 0x1b, 0x60, 0xe9, 0xcf, 0x00, 0xc9, 0x47, 0x20, 0xde, 0x57, 0x10, 0x80, 0x54, 0x80, 0x84, 0xf1, 0x67, 0x55, 0x02, 0x6c, 0xd4, 0xff, 0xf5, 0xf5, 0xbf, 0xb5, 0xfa, 0xe3, 0x4d, 0x7e, 0x01, 0x60, 0x91, 0x73, 0xd2, 0x49, 0xf9, 0x93, 0x56, 0x80, 0xa0, 0xf9, 0xc5, 0x12, 0xc0, 0x0d, 0x11, 0x58, 0xa3, 0x83, 0x6e, 0xc7, 0x8b, 0xcf, 0xa1, 0xbc, 0xe3, 0x67, 0xd1, 0xe4, 0xa5, 0x7b, 0xd1, 0xc0, 0xb9, 0xdb, 0x19, 0x12, 0x08, 0x52, 0xc8, 0x8c, 0x02, 0xce, 0x32, 0x48, 0x56, 0x0d, 0x52, 0xe7, 0x01, 0xfa, 0x89, 0xb0, 0x43, 0x25, 0xc8, 0x66, 0x24, 0x22, 0x62, 0x62, 0x9a, 0x36, 0x01, 0x1a, 0xb4, 0x9d, 0x28, 0x48, 0xa0, 0x90, 0xa7, 0xcb, 0xeb, 0x64, 0x48, 0xcf, 0x2f, 0x7d, 0xb2, 0xd9, 0x40, 0x74, 0xc6, 0x61, 0x63, 0x2c, 0x7a, 0xc3, 0xa3, 0xe7, 0x6e, 0x70, 0xdd, 0x03, 0x70, 0x53, 0x02, 0x75, 0xae, 0x00, 0x31, 0x09, 0xf0, 0x00, 0x79, 0x02, 0xec, 0xa8, 0xff, 0x85, 0xea, 0x0f, 0xf5, 0xfe, 0x06, 0x01, 0xb6, 0x72, 0x04, 0x80, 0x08, 0x50, 0xda, 0xfa, 0x3f, 0x6b, 0x74, 0x3f, 0x1f, 0x4a, 0x80, 0x49, 0xcb, 0xf6, 0x60, 0x02, 0xec, 0xf0, 0x12, 0x60, 0xb6, 0x21, 0x85, 0x8c, 0x28, 0xc0, 0xe4, 0x02, 0x50, 0x11, 0xc2, 0x04, 0x08, 0x99, 0xb2, 0x51, 0x29, 0x83, 0x54, 0x79, 0x00, 0xc8, 0x3f, 0xd7, 0x89, 0xb0, 0x46, 0x25, 0x48, 0x35, 0x12, 0x41, 0x09, 0x30, 0x19, 0x16, 0xc3, 0x88, 0x04, 0x90, 0x24, 0xc2, 0x20, 0xa9, 0x9f, 0x79, 0x3f, 0x92, 0x27, 0x40, 0x83, 0xee, 0x7f, 0x2b, 0xaf, 0xad, 0x11, 0x73, 0xd8, 0x55, 0x61, 0xbb, 0x1d, 0xb6, 0x46, 0xa4, 0x37, 0xbd, 0x68, 0xed, 0x1e, 0x42, 0x80, 0x77, 0x74, 0x09, 0xa0, 0x58, 0x03, 0xe0, 0xa6, 0x04, 0x2a, 0xab, 0x00, 0xa9, 0x1a, 0x60, 0xd6, 0x04, 0xd8, 0x18, 0x7b, 0x96, 0xe9, 0x7f, 0xb1, 0xfa, 0x03, 0x00, 0x13, 0x09, 0xe0, 0x6b, 0xf3, 0x44, 0x80, 0x65, 0x7b, 0xd1, 0xa0, 0x79, 0x3b, 0x78, 0x12, 0x30, 0x51, 0xc0, 0x4e, 0x06, 0x41, 0xb4, 0xd2, 0xcd, 0x03, 0x3c, 0x89, 0xb0, 0x30, 0x16, 0x61, 0x5f, 0x09, 0xe2, 0xd7, 0x07, 0x38, 0x96, 0x42, 0x05, 0x02, 0xac, 0xd8, 0x92, 0xad, 0x45, 0x80, 0xac, 0x43, 0x47, 0xc9, 0x24, 0x02, 0x43, 0x80, 0x43, 0xe5, 0xb7, 0x37, 0xa8, 0xd0, 0x0b, 0x88, 0x5f, 0xb9, 0x4b, 0x8b, 0x00, 0x07, 0x72, 0x4f, 0x68, 0x34, 0xc1, 0xa6, 0x2a, 0x08, 0xa0, 0xea, 0x01, 0xa8, 0x46, 0xa0, 0x15, 0x25, 0x50, 0x65, 0x05, 0x48, 0xd2, 0x00, 0x53, 0x24, 0xc0, 0xdd, 0x14, 0x04, 0x88, 0xc0, 0xb2, 0x63, 0x5f, 0x5e, 0x11, 0xd9, 0xd6, 0x10, 0xf4, 0x3a, 0x58, 0x91, 0xc4, 0xa0, 0x47, 0xe0, 0xb5, 0xf3, 0x72, 0x3b, 0x6b, 0xfd, 0xbf, 0xc2, 0x93, 0x25, 0x28, 0xe7, 0xe8, 0x19, 0x34, 0x32, 0x61, 0x17, 0x8a, 0x9c, 0xb7, 0x53, 0x20, 0xc0, 0x36, 0x8b, 0x0c, 0x0a, 0x93, 0xca, 0x20, 0x26, 0x0f, 0xb0, 0xed, 0x0a, 0x1b, 0x89, 0x30, 0xb7, 0x50, 0xc6, 0xa1, 0x12, 0x24, 0x2b, 0x85, 0xaa, 0x46, 0xa3, 0x55, 0xbd, 0x80, 0xc3, 0x85, 0x45, 0x5a, 0x04, 0x48, 0x5e, 0xb3, 0x47, 0xac, 0x00, 0xc5, 0x97, 0xe7, 0xf1, 0x48, 0xbd, 0xd9, 0x5f, 0x1e, 0x35, 0x6d, 0x95, 0x16, 0x01, 0xc0, 0x9a, 0x75, 0x9d, 0xae, 0x47, 0x00, 0x45, 0x13, 0xac, 0x59, 0x59, 0x08, 0x60, 0x5b, 0x02, 0xd5, 0xab, 0x00, 0x49, 0x13, 0x60, 0x0c, 0x2c, 0x00, 0x18, 0x00, 0x6d, 0xc1, 0x9a, 0x03, 0x24, 0x11, 0x86, 0x52, 0x25, 0x35, 0x48, 0x5c, 0x45, 0x03, 0x4f, 0x4e, 0x2d, 0x1f, 0xec, 0x84, 0xb3, 0xc1, 0xf7, 0xa6, 0x6e, 0xcf, 0x47, 0x51, 0x0b, 0x32, 0x50, 0xe4, 0xfc, 0x9d, 0x66, 0x14, 0x30, 0x72, 0x01, 0x8f, 0x0c, 0xf2, 0x10, 0x60, 0x8b, 0x6d, 0x1e, 0x20, 0x4b, 0x84, 0xb5, 0x2a, 0x41, 0xba, 0x04, 0x08, 0xb7, 0xef, 0x05, 0xc8, 0x08, 0xd0, 0x3c, 0x62, 0xa1, 0x1c, 0xfc, 0x12, 0x02, 0x0c, 0x9b, 0xb9, 0x56, 0xa8, 0x00, 0x85, 0xf5, 0xbe, 0x6c, 0x07, 0x64, 0x7f, 0xe3, 0x50, 0x09, 0x62, 0x6f, 0xfc, 0xd7, 0xd1, 0x4b, 0x7d, 0x4b, 0x00, 0x37, 0x4d, 0x30, 0x05, 0x01, 0x2c, 0x25, 0x50, 0xed, 0x0a, 0x90, 0x37, 0x01, 0xa6, 0x04, 0x00, 0xc0, 0x45, 0xce, 0xdd, 0x8a, 0x66, 0xad, 0xd8, 0x8b, 0x66, 0xa7, 0xed, 0x43, 0xb3, 0x57, 0xee, 0x47, 0x73, 0x56, 0x1d, 0x40, 0x73, 0xc1, 0x56, 0x1f, 0x40, 0xf3, 0xd7, 0x64, 0xa3, 0x05, 0x6b, 0x0f, 0xa2, 0x05, 0xeb, 0x0e, 0xa1, 0x85, 0xeb, 0x0f, 0xa1, 0x38, 0xb0, 0x0d, 0x87, 0x51, 0xfc, 0xc6, 0x1c, 0x94, 0x00, 0xb6, 0x29, 0x07, 0x25, 0x6e, 0xca, 0x45, 0x89, 0x9b, 0x73, 0x8d, 0x3f, 0xb1, 0x25, 0x98, 0x5f, 0x9b, 0xb0, 0x64, 0x2f, 0x1a, 0xb2, 0x30, 0x53, 0x20, 0x00, 0x2f, 0x83, 0xb8, 0x3c, 0xc0, 0xa1, 0x1c, 0xca, 0x8d, 0x45, 0xd8, 0x54, 0x82, 0xac, 0x23, 0x11, 0xaa, 0x5e, 0x40, 0x29, 0x09, 0x60, 0xae, 0x0e, 0xe3, 0xd6, 0x01, 0x38, 0x10, 0xa0, 0x95, 0x50, 0x01, 0x82, 0x43, 0x5b, 0xca, 0x8f, 0x00, 0xb5, 0x23, 0xfe, 0xcd, 0x1d, 0x91, 0xf4, 0xd1, 0x60, 0xb2, 0x38, 0x41, 0x87, 0x00, 0x33, 0x17, 0x6f, 0x77, 0x26, 0x40, 0xfb, 0xb2, 0x13, 0xc0, 0x7e, 0x08, 0x4e, 0xd5, 0x03, 0x48, 0xb1, 0x25, 0x80, 0x5d, 0x05, 0x88, 0x25, 0x00, 0x48, 0x0f, 0x90, 0x20, 0xe0, 0x89, 0xc1, 0x23, 0x83, 0x34, 0x01, 0x0f, 0x0d, 0x40, 0x05, 0x8f, 0x0d, 0xc0, 0x05, 0x00, 0x03, 0x90, 0x07, 0x63, 0x40, 0x0f, 0x8d, 0xdb, 0x85, 0x86, 0xc5, 0xef, 0x42, 0xc3, 0x13, 0x76, 0xa3, 0x11, 0x89, 0x59, 0x68, 0x64, 0xd2, 0x1e, 0x34, 0x32, 0x79, 0x0f, 0xf9, 0x73, 0x44, 0x52, 0x16, 0x1a, 0x9e, 0xb8, 0x1b, 0x0d, 0xc3, 0x5f, 0x1b, 0x8a, 0xbf, 0x07, 0x08, 0x30, 0x18, 0xff, 0x5c, 0x14, 0x21, 0xc0, 0x4e, 0x05, 0x01, 0xd2, 0x2d, 0x89, 0xb0, 0x23, 0x01, 0xc6, 0xba, 0x21, 0x80, 0xba, 0x17, 0x20, 0x5b, 0x1c, 0xa3, 0x4b, 0x80, 0x85, 0x69, 0xbb, 0xb5, 0x08, 0x00, 0x58, 0x7b, 0xf1, 0xd3, 0xa1, 0x3c, 0x01, 0x30, 0x26, 0xcb, 0xf5, 0x90, 0x3c, 0xfc, 0x4b, 0x0b, 0x3c, 0x53, 0xa1, 0xc1, 0xe1, 0x28, 0x73, 0x7f, 0xa1, 0x16, 0x01, 0xf6, 0x1c, 0x3a, 0x66, 0x21, 0x40, 0x50, 0x99, 0x09, 0x30, 0xcf, 0x77, 0x04, 0x18, 0xe6, 0x8e, 0x00, 0xbf, 0xea, 0x10, 0x20, 0x56, 0x4d, 0x80, 0x21, 0x22, 0x01, 0x30, 0xe0, 0x01, 0xfc, 0xa3, 0x16, 0xed, 0x45, 0xa3, 0x08, 0x09, 0xb2, 0x08, 0x29, 0x3c, 0x04, 0x88, 0xc3, 0x04, 0x58, 0x68, 0x10, 0x20, 0x52, 0x42, 0x80, 0xbe, 0x97, 0x80, 0x00, 0x3f, 0x96, 0x99, 0x00, 0x0b, 0xb4, 0x08, 0x90, 0x6d, 0x9e, 0x89, 0xec, 0x44, 0x80, 0xcc, 0x03, 0x47, 0x50, 0x55, 0x26, 0x01, 0x26, 0x87, 0x65, 0x63, 0x4c, 0x96, 0xef, 0x39, 0xc1, 0x81, 0x61, 0x73, 0x59, 0x06, 0xce, 0x58, 0xb4, 0x55, 0x8b, 0x00, 0x60, 0x9f, 0x74, 0x8f, 0xbd, 0xe6, 0x09, 0x30, 0x20, 0x36, 0x1d, 0x0d, 0x9c, 0xbd, 0x15, 0x0d, 0x9a, 0xb3, 0x0d, 0x03, 0x75, 0x3b, 0x06, 0xec, 0x0e, 0x34, 0x64, 0xc1, 0x4e, 0x34, 0x74, 0xe1, 0x4e, 0x34, 0x2c, 0x2e, 0x03, 0x0d, 0x8f, 0xcf, 0x44, 0x23, 0x70, 0x32, 0x3b, 0x12, 0x7b, 0xf7, 0x51, 0x18, 0xe4, 0xa3, 0x93, 0xb3, 0xd0, 0x98, 0x45, 0x7b, 0xd0, 0x58, 0x2c, 0x73, 0xa2, 0x97, 0xec, 0x43, 0xe3, 0x96, 0xec, 0xc7, 0xb6, 0x0f, 0xff, 0x7d, 0x2f, 0x1a, 0xbb, 0x78, 0x2f, 0x1a, 0x8d, 0xbf, 0x26, 0x12, 0x60, 0xd0, 0x35, 0x44, 0x80, 0x56, 0xfd, 0x12, 0xd4, 0xe0, 0x17, 0x08, 0x30, 0x6b, 0xc9, 0x0e, 0x21, 0x01, 0x0e, 0x9f, 0x5d, 0xfe, 0x07, 0x65, 0x07, 0x86, 0x76, 0x60, 0x6f, 0xa2, 0xdd, 0x80, 0x38, 0x6d, 0x02, 0x44, 0xc6, 0xac, 0xbe, 0x66, 0x25, 0xd0, 0xd8, 0xc4, 0x4c, 0xb4, 0x75, 0xdf, 0x31, 0xdb, 0x24, 0x38, 0xef, 0xb8, 0x90, 0x04, 0x73, 0xc9, 0x6e, 0x09, 0x2a, 0x60, 0x2c, 0x9f, 0x98, 0xf1, 0xb5, 0xcc, 0xc3, 0x45, 0x28, 0x76, 0x65, 0xf6, 0xa5, 0x91, 0x40, 0x63, 0x2e, 0x81, 0x04, 0x72, 0x91, 0x03, 0x8c, 0x9e, 0xb7, 0x49, 0x9b, 0x00, 0x9d, 0xa2, 0x12, 0x79, 0xf9, 0x13, 0x14, 0xd6, 0xbe, 0xdc, 0x09, 0x00, 0xc7, 0xd3, 0xb3, 0x37, 0xf1, 0xc2, 0x87, 0x83, 0x95, 0x27, 0xc5, 0x88, 0x04, 0x58, 0xb7, 0xe3, 0xf0, 0x55, 0x96, 0x04, 0xdb, 0x54, 0x81, 0x04, 0x02, 0x64, 0x1c, 0x3c, 0x4e, 0x40, 0x0f, 0x6b, 0x81, 0x0d, 0x3b, 0x8b, 0x0a, 0xc1, 0x4e, 0x1a, 0x76, 0xc4, 0x63, 0x25, 0xe8, 0x48, 0x91, 0xd7, 0x8e, 0xb2, 0x76, 0x4a, 0x30, 0xf3, 0xff, 0x81, 0x04, 0xfb, 0xf3, 0x8b, 0x89, 0x6c, 0x92, 0x25, 0xc1, 0x5c, 0x33, 0x6c, 0xba, 0x2c, 0x09, 0x56, 0x54, 0x81, 0xa2, 0x55, 0xe3, 0x10, 0xee, 0xaa, 0x40, 0x65, 0x49, 0x82, 0x2d, 0x13, 0xa0, 0x0a, 0x02, 0x40, 0x03, 0xec, 0xa5, 0x4f, 0x87, 0xf1, 0x15, 0xa0, 0xba, 0x21, 0xcf, 0x96, 0x3b, 0x01, 0xe0, 0x60, 0x62, 0xfc, 0xcb, 0xf3, 0xd9, 0xc5, 0x31, 0x1b, 0x33, 0x72, 0xb4, 0x08, 0x00, 0x49, 0xcc, 0x7b, 0x5d, 0x67, 0x5c, 0x3b, 0x65, 0xd0, 0x49, 0x06, 0x01, 0x48, 0x23, 0x0c, 0x83, 0x1f, 0x80, 0x4e, 0x8f, 0x22, 0xf5, 0xa5, 0x1d, 0x2f, 0x2e, 0x31, 0x1a, 0x61, 0x29, 0xfb, 0x7c, 0x57, 0x06, 0x8d, 0xbe, 0x44, 0x65, 0xd0, 0x30, 0x7d, 0x02, 0x7c, 0x13, 0x11, 0x67, 0x1d, 0x80, 0x53, 0x10, 0x60, 0x53, 0x66, 0x2e, 0xaa, 0xc2, 0x9f, 0x0d, 0x56, 0x50, 0xae, 0x87, 0x64, 0x0b, 0xfd, 0x80, 0x89, 0x5c, 0x3f, 0x20, 0x66, 0xa5, 0x16, 0x01, 0xc0, 0x06, 0x61, 0x19, 0x74, 0x75, 0x34, 0xc2, 0x56, 0x68, 0x37, 0xc2, 0xa2, 0xb0, 0xde, 0x07, 0x02, 0x1c, 0x31, 0x09, 0x00, 0x23, 0x0c, 0x65, 0xd9, 0x03, 0x88, 0x1a, 0xbc, 0x8e, 0x41, 0x00, 0xb6, 0x13, 0xec, 0xdb, 0x46, 0x98, 0x6a, 0x22, 0xd4, 0xd3, 0x08, 0xd3, 0x58, 0x1a, 0xa9, 0xdb, 0x08, 0xe3, 0x3b, 0xc1, 0xb1, 0x68, 0xec, 0xfc, 0xcd, 0xf6, 0xe0, 0x67, 0x08, 0x30, 0x5c, 0xa8, 0xff, 0x63, 0x1b, 0x5f, 0xe1, 0x72, 0x5d, 0x01, 0x41, 0xe1, 0x1f, 0xe8, 0x0c, 0xc6, 0xc9, 0x08, 0xb0, 0x15, 0x87, 0xbc, 0xab, 0x61, 0x14, 0xa2, 0xa3, 0x74, 0x14, 0x62, 0xb5, 0xe3, 0x28, 0x04, 0x00, 0x16, 0xe6, 0x78, 0x8e, 0x1c, 0x39, 0x82, 0x8e, 0x1e, 0x3d, 0xea, 0x68, 0xc7, 0x8e, 0x1d, 0xb3, 0x18, 0xfd, 0x1a, 0xcc, 0x0d, 0x71, 0x11, 0xc0, 0x33, 0x0a, 0xb1, 0xdd, 0x3e, 0x01, 0x16, 0x46, 0x21, 0xa0, 0x61, 0x27, 0x1b, 0x89, 0xee, 0xea, 0xcb, 0x51, 0x88, 0x08, 0x17, 0xa3, 0x10, 0xe6, 0x2c, 0x50, 0xe6, 0x81, 0xa3, 0xda, 0x04, 0x68, 0xd8, 0x76, 0x92, 0x48, 0x80, 0xf7, 0x2f, 0x1b, 0x01, 0x60, 0xf8, 0x08, 0xdf, 0x40, 0x89, 0x77, 0x91, 0x7c, 0x04, 0xca, 0x90, 0x94, 0x43, 0x55, 0x2b, 0x7a, 0x5a, 0x44, 0xcc, 0xbf, 0x26, 0x87, 0xe1, 0x60, 0x1c, 0x9a, 0x25, 0x00, 0x35, 0x1d, 0x22, 0xc8, 0x4c, 0x24, 0x80, 0x65, 0x18, 0xce, 0xe2, 0xfd, 0xbd, 0xfa, 0x3f, 0x54, 0xb9, 0x26, 0x60, 0x8d, 0xcf, 0x86, 0xe1, 0xbe, 0x29, 0xcd, 0x30, 0x9c, 0x39, 0x0d, 0xda, 0x71, 0xc8, 0x62, 0x0d, 0xf0, 0x1b, 0x04, 0xc8, 0x38, 0x70, 0x84, 0x6c, 0xc5, 0xc3, 0x80, 0xff, 0x5c, 0xb9, 0x9c, 0x0c, 0xe9, 0x20, 0x83, 0xe6, 0xb3, 0x8c, 0x84, 0x13, 0xbc, 0x75, 0x09, 0x10, 0xbb, 0x74, 0x47, 0xa9, 0xc7, 0xa1, 0xdf, 0x73, 0x31, 0x0e, 0xfd, 0x55, 0xb9, 0x8d, 0x43, 0xdb, 0x13, 0xa0, 0xb4, 0x64, 0xf0, 0x10, 0xe0, 0x54, 0x09, 0xa9, 0x20, 0x4d, 0x5a, 0xba, 0xc7, 0x71, 0x1c, 0x3a, 0xcc, 0x61, 0x1c, 0x5a, 0xb9, 0x38, 0x5e, 0xb9, 0x2c, 0x52, 0xb1, 0x1e, 0x00, 0x08, 0xd0, 0xb7, 0xf4, 0xe3, 0xd0, 0xf1, 0x2b, 0xb3, 0xb4, 0x09, 0x30, 0x7c, 0x96, 0x20, 0x7f, 0x02, 0xc3, 0xe6, 0x56, 0xb8, 0xdc, 0x97, 0x38, 0x16, 0x11, 0xf4, 0x7d, 0xb4, 0xb6, 0x0c, 0x82, 0xd3, 0xca, 0x1b, 0x75, 0x9c, 0x56, 0x2e, 0x0b, 0x62, 0xbe, 0x76, 0xb9, 0x20, 0xa6, 0x5d, 0x29, 0x16, 0xc4, 0x0c, 0x9a, 0xbd, 0xd5, 0xb3, 0x20, 0x06, 0x00, 0x0b, 0xc0, 0x2d, 0x2c, 0x2c, 0x54, 0x92, 0x40, 0x45, 0x0c, 0xf1, 0xff, 0x28, 0x01, 0x8e, 0x61, 0x02, 0x40, 0x19, 0x75, 0xd2, 0xd2, 0x2c, 0x39, 0xf8, 0x67, 0x8a, 0xcb, 0x22, 0x37, 0x5a, 0x27, 0x41, 0x15, 0x09, 0x70, 0x97, 0x52, 0x2c, 0x8c, 0xb7, 0xdf, 0x19, 0xc2, 0xba, 0x43, 0x9c, 0x91, 0x00, 0x7b, 0x09, 0xf0, 0x79, 0xc8, 0x7c, 0x72, 0x42, 0x8e, 0x0e, 0x01, 0x00, 0x43, 0x75, 0x7f, 0x98, 0x20, 0xac, 0x01, 0x0e, 0xff, 0xf0, 0xb2, 0x13, 0xa0, 0xea, 0xdb, 0xe1, 0xb7, 0xe3, 0x9b, 0x39, 0xcb, 0x8e, 0x47, 0xc3, 0x79, 0x60, 0xba, 0x51, 0x60, 0xf8, 0xac, 0x75, 0xe5, 0xb0, 0x24, 0x32, 0xbe, 0x74, 0x4b, 0x22, 0x87, 0x3b, 0xef, 0x08, 0xc1, 0x13, 0x20, 0x5d, 0x4a, 0x00, 0x6a, 0x6e, 0x88, 0x60, 0x47, 0x80, 0x89, 0x4b, 0xb2, 0xb8, 0x25, 0x91, 0x6c, 0xed, 0x3f, 0xc2, 0x71, 0x61, 0x7c, 0x19, 0x97, 0x44, 0x0e, 0x2a, 0xc5, 0x92, 0x48, 0xc5, 0x1e, 0xa1, 0x13, 0xe2, 0xd3, 0x9d, 0xc1, 0x6f, 0x12, 0x60, 0xfd, 0xce, 0x1c, 0x22, 0xb1, 0x19, 0x02, 0x9c, 0x7d, 0x30, 0xb0, 0xfb, 0x6d, 0x15, 0xae, 0x84, 0xab, 0x72, 0x60, 0xe8, 0x54, 0x96, 0x99, 0x5d, 0x07, 0x27, 0x6a, 0x13, 0x00, 0xc6, 0x5f, 0xeb, 0x62, 0xed, 0xaf, 0xb3, 0x28, 0xbe, 0xf1, 0x25, 0x5e, 0x14, 0xff, 0x43, 0x69, 0x16, 0xc5, 0xd3, 0xa1, 0x38, 0x0c, 0xae, 0x81, 0xb1, 0xf6, 0x04, 0x28, 0x2d, 0x19, 0x44, 0x02, 0x4c, 0x58, 0x9c, 0xa5, 0x58, 0x0f, 0xac, 0xf6, 0xfe, 0x56, 0xf9, 0xa3, 0xb9, 0x28, 0x7e, 0x48, 0x8a, 0xe6, 0xe6, 0x58, 0x6e, 0x36, 0xc9, 0x9d, 0x4d, 0xa4, 0x50, 0x8e, 0xb8, 0xf8, 0xdd, 0x86, 0x00, 0xdd, 0x86, 0x2f, 0x2a, 0xff, 0x03, 0xf1, 0xb4, 0xf3, 0x80, 0xc0, 0xb0, 0x37, 0xb9, 0x55, 0x62, 0x4d, 0x06, 0xa0, 0x23, 0x27, 0x4e, 0x6b, 0x11, 0x00, 0xac, 0xcf, 0xc4, 0x15, 0xd7, 0xc4, 0xb6, 0x28, 0x32, 0x02, 0x14, 0x14, 0x14, 0x28, 0x49, 0xa0, 0x6b, 0xb0, 0xaa, 0x8c, 0x25, 0xc0, 0xf8, 0x45, 0xbb, 0xad, 0xe0, 0x57, 0x2e, 0x82, 0xb1, 0xf7, 0xfe, 0xba, 0xdb, 0xa2, 0xb4, 0xd6, 0xda, 0x16, 0x45, 0x55, 0x01, 0xb2, 0xf6, 0x00, 0x86, 0xb2, 0xfb, 0x7f, 0x3a, 0x18, 0xec, 0x01, 0xfa, 0xac, 0xb0, 0xfa, 0x2b, 0x20, 0x38, 0xe4, 0x8d, 0x0a, 0x57, 0xce, 0x85, 0x6e, 0x08, 0x08, 0x0e, 0xdb, 0xcd, 0xde, 0xe0, 0x84, 0x05, 0x1b, 0xb5, 0x09, 0xb0, 0x3f, 0xf7, 0x38, 0xaa, 0x87, 0x81, 0x5f, 0xe6, 0x8d, 0xb1, 0x7e, 0xf5, 0xd1, 0xc6, 0x58, 0xcc, 0x4c, 0x50, 0x7b, 0x17, 0x1b, 0x63, 0x0d, 0x98, 0xb5, 0x45, 0x4a, 0x00, 0x6a, 0xbe, 0x22, 0xc0, 0xb8, 0xe4, 0xdd, 0x44, 0xf6, 0x58, 0xc1, 0xcf, 0x2c, 0x83, 0x74, 0xd8, 0x18, 0xeb, 0x27, 0xdb, 0x8d, 0xb1, 0xf4, 0xf6, 0x07, 0x55, 0x25, 0xc0, 0x4e, 0x1b, 0x63, 0x81, 0xb3, 0x52, 0x2e, 0x7c, 0x91, 0xd8, 0xd4, 0xc4, 0x74, 0x01, 0xfc, 0x61, 0xbb, 0xcb, 0x7d, 0xf8, 0xcd, 0x51, 0x06, 0x05, 0x87, 0x75, 0x64, 0x6f, 0xf2, 0xcd, 0xe6, 0xa3, 0x50, 0xf1, 0x99, 0xf3, 0x5a, 0x04, 0x00, 0x83, 0x43, 0x11, 0x4a, 0xb7, 0x35, 0xe2, 0xec, 0x2b, 0x66, 0x6b, 0x44, 0x96, 0x00, 0x74, 0x43, 0x5c, 0x96, 0x00, 0xa2, 0xb9, 0x26, 0x40, 0x91, 0x41, 0x80, 0xe8, 0xe4, 0x5d, 0x44, 0xf3, 0xb3, 0xe0, 0x97, 0xef, 0x0a, 0xb7, 0xc1, 0xf5, 0x06, 0xb9, 0xed, 0x65, 0x5b, 0x23, 0x0a, 0x3b, 0x44, 0x3b, 0x6f, 0x8d, 0xb8, 0x50, 0xbe, 0x23, 0x84, 0x59, 0x01, 0x1a, 0xe5, 0x34, 0xf7, 0xc3, 0x18, 0x8c, 0xd7, 0xd4, 0x6a, 0x39, 0x96, 0x97, 0x3f, 0x18, 0x6b, 0x15, 0xae, 0xb4, 0x0b, 0xea, 0xb1, 0xec, 0xd9, 0x01, 0xf8, 0x26, 0xc9, 0xce, 0x5d, 0xba, 0x04, 0x38, 0x5c, 0x50, 0x44, 0xbc, 0xbd, 0xed, 0xe6, 0xb8, 0x9d, 0xaf, 0xe0, 0xcd, 0x71, 0x31, 0xb8, 0xfa, 0xcf, 0xda, 0x4c, 0x4e, 0x67, 0xa1, 0x04, 0x00, 0xe0, 0xe6, 0xe7, 0xe7, 0xdb, 0x92, 0x40, 0xc7, 0x60, 0x67, 0x08, 0x83, 0x00, 0xc6, 0xa6, 0x58, 0xd1, 0xc9, 0x99, 0x9c, 0xe6, 0xf7, 0x82, 0x5f, 0x22, 0x7d, 0x24, 0x9b, 0xe3, 0xfe, 0xa4, 0xb9, 0x2d, 0xa2, 0xce, 0x62, 0x78, 0xf5, 0x51, 0x49, 0x0b, 0xa4, 0x09, 0xf0, 0xe7, 0xf8, 0xff, 0xf2, 0x8f, 0x15, 0x6b, 0x13, 0x20, 0x69, 0x75, 0x16, 0xb7, 0xff, 0x27, 0x9c, 0x01, 0x50, 0xb1, 0x61, 0xe8, 0x3f, 0x2a, 0x5c, 0x89, 0x17, 0x26, 0x40, 0x14, 0xcb, 0xd4, 0x66, 0x9d, 0xa6, 0x68, 0x13, 0x00, 0x6c, 0x42, 0xdc, 0x96, 0xab, 0x62, 0x7b, 0x74, 0x55, 0x14, 0xa0, 0x04, 0x28, 0x10, 0x08, 0xc0, 0x9a, 0x2f, 0x08, 0x30, 0x36, 0x29, 0xd3, 0xd8, 0xfa, 0x84, 0x95, 0x3d, 0xd2, 0x9d, 0xa1, 0x15, 0xda, 0x3f, 0xda, 0xf9, 0x90, 0x8c, 0xb6, 0xba, 0xfb, 0x82, 0x2a, 0xf4, 0xbf, 0x6a, 0x06, 0x68, 0xd6, 0xb2, 0x9d, 0xda, 0xe0, 0x07, 0xdc, 0xbc, 0xdf, 0x25, 0x46, 0x94, 0x3f, 0x51, 0x15, 0xae, 0xd4, 0x2b, 0xa0, 0x6e, 0xcf, 0x2a, 0x70, 0x4e, 0x13, 0xbb, 0x50, 0x26, 0x65, 0xc3, 0x3e, 0x6d, 0x12, 0xc0, 0x89, 0x1f, 0x9f, 0xf5, 0x9c, 0x53, 0xa6, 0x03, 0x32, 0x3e, 0x72, 0x3c, 0x20, 0x23, 0xc1, 0xf1, 0x80, 0x0c, 0x6b, 0x35, 0x28, 0x55, 0xeb, 0x80, 0x8c, 0xfe, 0x33, 0x37, 0x93, 0xc3, 0xe9, 0xec, 0x08, 0x50, 0x1a, 0x32, 0x00, 0x01, 0xe0, 0xf5, 0x8e, 0x9a, 0x04, 0x18, 0x93, 0x98, 0xc1, 0xed, 0x06, 0xcd, 0xca, 0x1e, 0xa9, 0xee, 0x57, 0x36, 0xbe, 0xdc, 0x1c, 0x90, 0xb1, 0xd8, 0x51, 0xfe, 0x7c, 0xe9, 0x70, 0x5c, 0x6a, 0xeb, 0x81, 0x49, 0x64, 0x23, 0x00, 0x5d, 0x02, 0xa4, 0x6e, 0xda, 0x4f, 0xb6, 0xe0, 0x67, 0xcf, 0x00, 0xbb, 0x3f, 0xb0, 0xf7, 0x03, 0x15, 0xae, 0xe4, 0xab, 0x72, 0x50, 0x68, 0x0c, 0xcb, 0xd8, 0xa6, 0x1d, 0x27, 0xa3, 0xb3, 0x25, 0xfa, 0x51, 0x00, 0xde, 0xf4, 0x25, 0x3b, 0x22, 0x29, 0x82, 0x3f, 0x22, 0xa9, 0x85, 0xeb, 0x03, 0xf2, 0xec, 0x8f, 0x48, 0xea, 0x37, 0x73, 0x93, 0x85, 0x00, 0x79, 0x79, 0x79, 0xb6, 0x24, 0xd0, 0x31, 0x91, 0x00, 0xa3, 0x13, 0x76, 0x7a, 0xbc, 0x3e, 0x9f, 0xf0, 0x6e, 0x50, 0x9e, 0x0e, 0x23, 0xad, 0xfc, 0x94, 0xea, 0x70, 0x0c, 0x77, 0x67, 0x03, 0xb0, 0xfa, 0x7f, 0xcd, 0xf6, 0xc3, 0xae, 0xbc, 0xff, 0x7b, 0x9d, 0xa7, 0x89, 0xa5, 0xcf, 0x69, 0x15, 0xae, 0xf4, 0xab, 0x52, 0x60, 0xe8, 0xa3, 0xf8, 0x46, 0x7f, 0x63, 0xc7, 0xa4, 0x17, 0xad, 0xc9, 0xd2, 0x26, 0x00, 0x58, 0xcf, 0xb1, 0xa9, 0x2e, 0x46, 0x22, 0x62, 0x4b, 0x79, 0x48, 0x5e, 0xa2, 0xf2, 0x80, 0x6c, 0xed, 0x43, 0xf2, 0x04, 0x29, 0xd4, 0x77, 0x86, 0x49, 0x80, 0xe3, 0x3c, 0x01, 0x58, 0xf3, 0x05, 0x01, 0x46, 0xc5, 0xef, 0xf4, 0x00, 0x1f, 0x36, 0xbd, 0x92, 0x82, 0xdf, 0xec, 0xf8, 0xea, 0x1d, 0x92, 0xb7, 0x5c, 0xed, 0xfd, 0x25, 0x87, 0xe4, 0xb5, 0xd0, 0x90, 0x3f, 0x62, 0xfd, 0x7f, 0xd0, 0xf4, 0xb5, 0xe8, 0x9c, 0x26, 0xf8, 0xc1, 0x16, 0xaf, 0xdb, 0x2b, 0x36, 0xbe, 0x2e, 0x06, 0x04, 0x47, 0x3c, 0x52, 0xe1, 0x6a, 0xb8, 0xc4, 0x2d, 0xd4, 0xeb, 0xb5, 0x19, 0x4f, 0x8e, 0x09, 0xd5, 0x25, 0x00, 0xec, 0x0e, 0xdc, 0xac, 0xeb, 0x8c, 0x2b, 0xe7, 0x98, 0x54, 0x9d, 0xb3, 0xc2, 0xb0, 0xf5, 0x9d, 0xbe, 0xd1, 0x24, 0xc0, 0x69, 0x25, 0x01, 0x4a, 0x43, 0x08, 0xd8, 0x4e, 0x91, 0x10, 0xe0, 0xe4, 0x59, 0x32, 0x6b, 0x04, 0x04, 0x90, 0x49, 0x1e, 0x16, 0xfc, 0xdc, 0x59, 0x00, 0x0a, 0xe9, 0xd3, 0xc9, 0xe6, 0xc4, 0x78, 0xe7, 0xc3, 0xb2, 0x13, 0x35, 0xe4, 0x8f, 0x41, 0x80, 0xe6, 0x11, 0x71, 0xe4, 0x99, 0x9c, 0x73, 0x51, 0xf9, 0x69, 0xf8, 0xe3, 0x24, 0x71, 0xdb, 0x93, 0x89, 0x15, 0xae, 0x96, 0xab, 0x6a, 0x9d, 0xde, 0x0f, 0xc1, 0x91, 0x95, 0xcc, 0x92, 0x35, 0x34, 0x25, 0x61, 0x8b, 0x36, 0x01, 0x4a, 0xc8, 0x81, 0x1a, 0x7b, 0x2e, 0xcb, 0x41, 0xd9, 0xba, 0x47, 0xa5, 0xca, 0xa4, 0x50, 0x1f, 0x4c, 0x00, 0x38, 0x9d, 0x9d, 0x12, 0x00, 0x3c, 0x77, 0x6e, 0x6e, 0x2e, 0x31, 0x27, 0x22, 0xd8, 0x99, 0x48, 0x80, 0x91, 0x71, 0x3b, 0xac, 0x5e, 0x9f, 0xad, 0xf6, 0x28, 0xc0, 0xaf, 0x96, 0x3e, 0x8a, 0x63, 0x91, 0x6c, 0x0e, 0xca, 0x56, 0x1e, 0x91, 0x2a, 0x19, 0x80, 0x4b, 0xd9, 0x9c, 0xed, 0xca, 0xfb, 0x4f, 0x4b, 0xda, 0x8a, 0x2a, 0xf3, 0x95, 0x9f, 0x8b, 0xe5, 0xbc, 0xeb, 0x83, 0x4f, 0xb6, 0x4f, 0x1c, 0xc6, 0x2d, 0x99, 0xfc, 0x68, 0xb0, 0x51, 0xfe, 0xd2, 0x26, 0xc1, 0x45, 0x14, 0x31, 0x21, 0xcd, 0xb3, 0x3a, 0x4c, 0xb5, 0x36, 0xc0, 0xcd, 0x59, 0xc1, 0xce, 0x4d, 0x31, 0x49, 0x14, 0x90, 0x56, 0x84, 0x98, 0x28, 0xc0, 0x90, 0xa0, 0x77, 0xcc, 0x06, 0x8e, 0x00, 0xb0, 0xa9, 0xad, 0x2f, 0xce, 0x06, 0x80, 0xd7, 0xf1, 0x12, 0xa0, 0x18, 0x8d, 0x58, 0xb8, 0xc3, 0xe2, 0xf5, 0xb5, 0xc0, 0x6f, 0x77, 0x4a, 0xbc, 0xe5, 0x48, 0x24, 0x37, 0x87, 0x64, 0xab, 0xab, 0x3f, 0x43, 0x63, 0x37, 0x10, 0xf0, 0xeb, 0x12, 0x00, 0x9e, 0xdd, 0x8b, 0x9f, 0x0c, 0x15, 0xea, 0xfe, 0xa1, 0x43, 0x2b, 0x5c, 0x6d, 0xd7, 0x83, 0x81, 0xa1, 0x77, 0x55, 0x0e, 0x0a, 0x3f, 0xce, 0x9d, 0x25, 0x30, 0x76, 0x99, 0x2b, 0x02, 0x40, 0xd9, 0xef, 0xcb, 0x90, 0x79, 0xf2, 0xc9, 0x50, 0x99, 0x0c, 0xfa, 0xc5, 0x2b, 0x83, 0xf8, 0x6a, 0x90, 0xd0, 0x14, 0xd3, 0x88, 0x02, 0xb2, 0xbe, 0x80, 0xfa, 0xc4, 0x78, 0x23, 0x1f, 0x08, 0x9f, 0xba, 0x1e, 0x1d, 0x2c, 0x38, 0x85, 0xf2, 0x4d, 0x02, 0xf8, 0xda, 0x8e, 0x9c, 0x34, 0xce, 0x02, 0x1e, 0x36, 0x7f, 0xbb, 0x05, 0xf8, 0x9e, 0x52, 0xa7, 0x44, 0xf3, 0xcb, 0xc1, 0x6f, 0x34, 0xbd, 0x54, 0x27, 0xc4, 0x7b, 0x1a, 0x5f, 0x12, 0xef, 0xaf, 0xae, 0xfd, 0xf3, 0xde, 0xff, 0xc7, 0xa8, 0x45, 0xe4, 0x1c, 0x69, 0x37, 0xde, 0x3f, 0x5c, 0xd8, 0xf3, 0x1f, 0x8e, 0x3e, 0xad, 0x56, 0xb7, 0xef, 0x9d, 0x15, 0xae, 0xc6, 0x0b, 0xdf, 0x7c, 0x1b, 0xf6, 0xcd, 0x3c, 0x54, 0xaf, 0x37, 0x39, 0x2a, 0x49, 0x9b, 0x04, 0xf8, 0x81, 0xc0, 0x1e, 0x30, 0x4d, 0xb1, 0xc7, 0x97, 0x0d, 0xc6, 0xe9, 0xc9, 0x20, 0x37, 0xc9, 0xb0, 0x90, 0x0b, 0x28, 0xa4, 0x90, 0xfc, 0xe0, 0xec, 0x34, 0xd4, 0x15, 0x93, 0x20, 0x7d, 0xef, 0x11, 0x12, 0x05, 0xf2, 0x8e, 0x16, 0x93, 0x3d, 0x42, 0xed, 0x2c, 0xdf, 0xa5, 0x01, 0xf8, 0x33, 0x0f, 0x9d, 0x40, 0x3d, 0x99, 0x12, 0xa7, 0xd5, 0xeb, 0x3b, 0x83, 0x5f, 0xae, 0xfb, 0x75, 0x2b, 0x3f, 0xf6, 0xde, 0x1f, 0x92, 0x5f, 0x68, 0x7e, 0x7d, 0x81, 0xff, 0xbd, 0x2b, 0xfb, 0xa8, 0x2b, 0xef, 0x0f, 0x87, 0xde, 0xfd, 0xbb, 0x41, 0x1f, 0x81, 0x00, 0xa1, 0xad, 0x2a, 0x5c, 0xad, 0xd7, 0x73, 0xcf, 0x8d, 0xb8, 0x11, 0xbf, 0x89, 0x1d, 0xec, 0x1b, 0xaa, 0xd3, 0x7a, 0x3c, 0xd9, 0x20, 0x56, 0x37, 0x0a, 0xc0, 0x83, 0x49, 0x5e, 0xbb, 0x47, 0x52, 0x0e, 0x95, 0x57, 0x83, 0xec, 0x9b, 0x62, 0x6c, 0x32, 0x6c, 0x17, 0x05, 0x24, 0xdd, 0x61, 0x49, 0x3e, 0x00, 0x1e, 0x54, 0x24, 0xc1, 0xe0, 0xd9, 0x5b, 0xd0, 0xda, 0x8c, 0x3c, 0x12, 0x09, 0x88, 0x15, 0x52, 0x2b, 0x26, 0x09, 0xb2, 0xd4, 0x8e, 0xe8, 0xd9, 0x96, 0x3d, 0x47, 0xd0, 0x98, 0x84, 0x9d, 0x56, 0xe0, 0x33, 0x92, 0x87, 0x3d, 0x0d, 0xbe, 0xeb, 0x98, 0x95, 0x36, 0xe0, 0x67, 0x74, 0xbf, 0x20, 0x7d, 0xd8, 0xba, 0x3f, 0xac, 0x9c, 0x73, 0xf6, 0xfe, 0xd6, 0xe4, 0x77, 0xe9, 0x86, 0x03, 0x1e, 0xf0, 0xeb, 0x10, 0x00, 0xfa, 0x03, 0xef, 0x76, 0x98, 0x22, 0x8e, 0x3c, 0x6c, 0x03, 0x0c, 0x55, 0xb8, 0x9a, 0xaf, 0xaa, 0xb5, 0xc3, 0x5f, 0x61, 0xcb, 0xa2, 0x60, 0xb0, 0xb2, 0xc7, 0x0d, 0x01, 0xc0, 0x86, 0xc7, 0xae, 0xe7, 0x64, 0xd0, 0xbb, 0x76, 0x32, 0xa8, 0xac, 0x51, 0x80, 0xe9, 0x0e, 0x5b, 0xa4, 0x10, 0x97, 0x0f, 0x18, 0x49, 0x31, 0x47, 0x02, 0x33, 0x27, 0xe8, 0x3e, 0x7e, 0x35, 0xfa, 0x15, 0xce, 0x0d, 0x9e, 0xb8, 0x16, 0x7b, 0xec, 0x75, 0xa8, 0x17, 0xd8, 0xe4, 0x75, 0x28, 0x04, 0x6b, 0x77, 0x62, 0x53, 0xd6, 0xa3, 0x50, 0x9c, 0xc8, 0x12, 0x9b, 0xaa, 0x67, 0xbf, 0x78, 0x40, 0xaf, 0x00, 0x3e, 0x03, 0x7e, 0x00, 0xbe, 0x98, 0xf0, 0xaa, 0x74, 0xbf, 0x45, 0xfa, 0xb8, 0xf5, 0xfe, 0xec, 0xe8, 0x03, 0x7e, 0xd6, 0x13, 0x13, 0xb6, 0xba, 0x02, 0x3f, 0xd8, 0xa8, 0xb9, 0xeb, 0x49, 0xb1, 0x84, 0xc1, 0xc9, 0x6f, 0x01, 0xc1, 0xe1, 0xd5, 0x2b, 0x5c, 0x0b, 0x17, 0x24, 0x31, 0x2c, 0x01, 0x1e, 0x6e, 0xd8, 0x17, 0x6d, 0xca, 0xcc, 0xd1, 0x96, 0x41, 0xb4, 0x31, 0x12, 0x12, 0x9d, 0x6a, 0xdb, 0x14, 0x93, 0xaf, 0x12, 0xb3, 0x89, 0x02, 0x11, 0x9a, 0x51, 0xc0, 0x23, 0x85, 0x64, 0xa5, 0x51, 0x2b, 0x09, 0xd8, 0xea, 0x10, 0x5b, 0x26, 0xa5, 0x5d, 0xe3, 0x9f, 0xe9, 0x19, 0x63, 0xd4, 0xc6, 0x1b, 0xa3, 0x14, 0xbf, 0x98, 0x33, 0x45, 0x72, 0x33, 0x01, 0x3f, 0xde, 0xfb, 0x73, 0x32, 0xe0, 0x7b, 0x25, 0x8f, 0x13, 0xf8, 0x75, 0xaa, 0x3e, 0x0c, 0xf8, 0x95, 0x95, 0x1f, 0xde, 0xfb, 0xf7, 0x9d, 0xb2, 0x86, 0x7c, 0x56, 0x6e, 0x08, 0xb0, 0x7d, 0x6f, 0x01, 0x7a, 0xf4, 0xdd, 0x7e, 0xe2, 0x66, 0x57, 0x43, 0x2a, 0x5c, 0x2b, 0x17, 0xac, 0xdc, 0x09, 0x08, 0x0a, 0x3b, 0xc8, 0x2f, 0x9d, 0x1c, 0x87, 0x8e, 0xe3, 0x24, 0xd7, 0x4d, 0x14, 0x80, 0x84, 0xaa, 0xed, 0xa0, 0x24, 0x7e, 0x38, 0x8e, 0x9d, 0x0d, 0x72, 0x11, 0x05, 0xc4, 0xbe, 0x80, 0xa7, 0x3b, 0x6c, 0x57, 0x15, 0x32, 0xf3, 0x01, 0x19, 0x09, 0x0c, 0x39, 0x44, 0x13, 0x63, 0xaf, 0x24, 0xf2, 0x94, 0x49, 0xc7, 0xac, 0xe2, 0x88, 0xc0, 0x93, 0x41, 0x20, 0x84, 0xc2, 0x8c, 0xef, 0x63, 0x40, 0x2f, 0x01, 0xbe, 0xe1, 0xf5, 0x57, 0x7a, 0x88, 0x48, 0x13, 0x5e, 0x5b, 0xf0, 0x4b, 0xaa, 0x3e, 0x72, 0xe9, 0xa3, 0xd0, 0xfe, 0xa6, 0xf7, 0xef, 0x3e, 0x26, 0x95, 0xc8, 0x5b, 0x37, 0xe0, 0x3f, 0x71, 0xaa, 0xc4, 0xb2, 0xd4, 0x11, 0xb0, 0x72, 0xc5, 0xac, 0xf6, 0xf2, 0xdd, 0xda, 0xe1, 0x88, 0x77, 0xf0, 0x9b, 0xfb, 0x9d, 0x7d, 0xa3, 0xdd, 0x47, 0x2c, 0x76, 0x45, 0x00, 0x5a, 0x26, 0x6b, 0xd9, 0x37, 0xce, 0x61, 0x34, 0xc2, 0x2e, 0x0a, 0x98, 0x15, 0x21, 0x69, 0x5f, 0x80, 0x97, 0x42, 0xd6, 0xaa, 0x10, 0x9f, 0x14, 0x5b, 0x48, 0xc0, 0x54, 0x87, 0x78, 0x49, 0x64, 0x54, 0x89, 0x58, 0x22, 0x88, 0x64, 0xe0, 0x08, 0x21, 0xb1, 0x9f, 0x64, 0xa0, 0x67, 0x81, 0x2f, 0x78, 0x7d, 0x6f, 0x93, 0xcb, 0x2a, 0x7b, 0x54, 0xe0, 0x27, 0xba, 0xdf, 0x49, 0xfa, 0x28, 0x2a, 0x3f, 0x9d, 0x87, 0x2f, 0x23, 0x65, 0x5a, 0x16, 0xfc, 0x3a, 0x04, 0xe8, 0x35, 0x36, 0x45, 0xac, 0xfa, 0xfc, 0x1e, 0x50, 0x3b, 0x34, 0xa8, 0xc2, 0xb5, 0x78, 0xe1, 0x37, 0xd7, 0x5f, 0x58, 0xd4, 0x8c, 0x66, 0x2f, 0xdb, 0xa1, 0x2d, 0x83, 0xa8, 0x41, 0x3f, 0xe1, 0x3b, 0x4c, 0x02, 0x65, 0x32, 0xac, 0x15, 0x05, 0x84, 0xee, 0xb0, 0x54, 0x0a, 0x99, 0x55, 0x21, 0x05, 0x09, 0xc4, 0x48, 0xd0, 0x8e, 0x21, 0x81, 0x47, 0x12, 0x09, 0x44, 0xe0, 0xa4, 0x11, 0x43, 0x06, 0x8e, 0x14, 0x12, 0xeb, 0xaa, 0x00, 0x3d, 0xf5, 0xf8, 0x1e, 0xe0, 0x4b, 0x24, 0x8f, 0xa7, 0xda, 0xa3, 0x00, 0xbf, 0xb5, 0xe4, 0x29, 0x97, 0x3e, 0xe2, 0xa2, 0x17, 0x5a, 0xf9, 0xe9, 0x30, 0x64, 0x09, 0xa9, 0x52, 0xb9, 0x05, 0x7f, 0xe2, 0xea, 0x2c, 0xf1, 0x98, 0x23, 0x2c, 0x7d, 0xc2, 0xfb, 0x55, 0xb8, 0x56, 0xaf, 0x07, 0x03, 0x23, 0x6f, 0xaa, 0x1c, 0x14, 0xbe, 0x89, 0x7d, 0xc3, 0x4f, 0x34, 0x1e, 0x80, 0xb6, 0xef, 0xc9, 0x77, 0x15, 0x05, 0xc0, 0x0e, 0x15, 0x14, 0xa1, 0x16, 0xbd, 0x17, 0x96, 0x2e, 0x0a, 0x70, 0xdd, 0x61, 0x23, 0x21, 0xe6, 0xa4, 0x90, 0x2c, 0x1f, 0xd0, 0x25, 0x81, 0xd9, 0x27, 0x60, 0x25, 0x11, 0x2b, 0x8b, 0x38, 0x69, 0xc4, 0x90, 0x81, 0x23, 0x85, 0x60, 0xe2, 0xf7, 0xb0, 0xa0, 0xef, 0x3c, 0x4a, 0x0e, 0x7c, 0x8f, 0xd7, 0x67, 0x4b, 0x9d, 0x6e, 0xc0, 0x6f, 0x27, 0x7d, 0x18, 0xef, 0xdf, 0x61, 0xe8, 0x12, 0x32, 0xba, 0x22, 0x82, 0xdf, 0x89, 0x00, 0x3b, 0xf6, 0x15, 0xa2, 0xa7, 0x9a, 0x0d, 0x12, 0xa5, 0xcf, 0xd6, 0xca, 0x35, 0xba, 0xdf, 0x5c, 0xe1, 0x5a, 0xbe, 0x60, 0xa0, 0x09, 0xbf, 0xd9, 0x22, 0xf6, 0x8d, 0xd7, 0xfc, 0x76, 0x0c, 0x2a, 0xc4, 0xd2, 0xc6, 0x4d, 0x14, 0x00, 0x83, 0x07, 0xdf, 0xaa, 0x7f, 0x82, 0x35, 0x0a, 0xfc, 0xec, 0x32, 0x0a, 0x48, 0xa4, 0x90, 0x2a, 0x1f, 0x50, 0x92, 0xc0, 0xac, 0x0e, 0xd1, 0x66, 0x19, 0x1f, 0x0d, 0xbc, 0x44, 0x60, 0x13, 0x65, 0x2f, 0x19, 0xd2, 0x4c, 0x40, 0x7b, 0xad, 0xcb, 0x68, 0x16, 0xe8, 0x0c, 0xe0, 0x05, 0xd0, 0x03, 0xb1, 0x3a, 0x4a, 0xe4, 0x8e, 0xd7, 0xeb, 0x3b, 0x80, 0x5f, 0x92, 0xf4, 0x4a, 0x75, 0x3f, 0x0c, 0xbc, 0x09, 0x89, 0x6f, 0x97, 0x11, 0xcb, 0x3c, 0x33, 0x3e, 0x6e, 0xc0, 0x5f, 0x78, 0xe2, 0x34, 0x0a, 0xfc, 0x3e, 0x5a, 0x94, 0x3e, 0x45, 0x95, 0xeb, 0x86, 0x3e, 0x5c, 0xe1, 0x7a, 0xb8, 0xaa, 0x04, 0x87, 0x35, 0x11, 0xf3, 0x81, 0x2f, 0x7a, 0xc4, 0x1a, 0xb3, 0xe2, 0x2e, 0xa2, 0x00, 0x79, 0x98, 0xf8, 0x03, 0x68, 0x1f, 0x95, 0x2c, 0xad, 0x08, 0xd1, 0xbe, 0x80, 0xa7, 0x3b, 0xec, 0x24, 0x85, 0x24, 0xf9, 0x40, 0x8b, 0x7e, 0xc9, 0x8e, 0x91, 0xc0, 0x5b, 0x22, 0x95, 0x45, 0x03, 0x9e, 0x08, 0x54, 0x1a, 0xc9, 0xc8, 0xa0, 0x6d, 0x23, 0xf9, 0xd7, 0x60, 0x3d, 0x3e, 0x05, 0x3e, 0xf5, 0xfa, 0x1e, 0xc9, 0xc3, 0x55, 0x7b, 0xa8, 0xe6, 0xe7, 0xc1, 0xcf, 0x27, 0xbd, 0xa6, 0xee, 0x17, 0xaa, 0x3e, 0x54, 0xfa, 0xf4, 0x18, 0xbb, 0x9c, 0x74, 0xea, 0x65, 0xe0, 0xb7, 0x23, 0x40, 0x31, 0xfe, 0x8c, 0x9b, 0x87, 0xce, 0xb5, 0xe8, 0xfe, 0x2a, 0x81, 0xa1, 0x8d, 0x2b, 0x5c, 0x4f, 0x57, 0x40, 0x60, 0x78, 0x1f, 0xe1, 0x21, 0xa0, 0x2e, 0x83, 0x93, 0xec, 0xc7, 0xa6, 0x15, 0x0f, 0x15, 0xaa, 0x43, 0x61, 0x13, 0x56, 0x18, 0x04, 0x70, 0xec, 0x0b, 0x58, 0xa5, 0x90, 0xa5, 0x2a, 0x24, 0x92, 0xa0, 0xbf, 0x0d, 0x09, 0x84, 0x66, 0x19, 0x17, 0x0d, 0x24, 0x44, 0xb0, 0x23, 0x83, 0xae, 0x51, 0x4f, 0xaf, 0x04, 0x3e, 0xd5, 0xfa, 0x82, 0xd7, 0x67, 0x4b, 0x9d, 0x62, 0xc2, 0xab, 0x02, 0xbf, 0xac, 0xe6, 0x3f, 0x68, 0xc6, 0x3a, 0x74, 0x4a, 0xa8, 0xf6, 0x68, 0x79, 0x7f, 0x18, 0x75, 0x1f, 0xb3, 0x4c, 0x04, 0x3f, 0x1c, 0x70, 0x11, 0x51, 0xe1, 0xba, 0xbb, 0x6a, 0x74, 0xff, 0x63, 0xe5, 0xa0, 0xd0, 0x24, 0x3e, 0x29, 0x0e, 0x43, 0x23, 0x62, 0xd7, 0xba, 0x8e, 0x02, 0x60, 0xb0, 0xe5, 0xfa, 0xa8, 0xb9, 0x9b, 0x94, 0xdd, 0x61, 0xcf, 0x8a, 0x31, 0x59, 0x14, 0x60, 0xf2, 0x01, 0xae, 0x34, 0x6a, 0x43, 0x82, 0x96, 0x32, 0x12, 0x28, 0xa2, 0x01, 0x4b, 0x04, 0x43, 0x1a, 0xc9, 0xc8, 0x20, 0xda, 0x0a, 0xe5, 0xd7, 0xe8, 0xcf, 0x12, 0xd0, 0xdb, 0x01, 0xdf, 0x46, 0xf2, 0xd8, 0x82, 0xbf, 0xaf, 0x04, 0xfc, 0xa6, 0xee, 0x9f, 0x9c, 0xb4, 0x9d, 0x7c, 0x16, 0x2a, 0xf0, 0xdb, 0x11, 0x60, 0xd4, 0x9c, 0xf5, 0xe2, 0xfa, 0x5e, 0x18, 0x75, 0x48, 0x02, 0x2c, 0x54, 0xb8, 0x1e, 0x2f, 0xa8, 0xf5, 0xe2, 0x87, 0xb0, 0x85, 0x7d, 0x20, 0xb0, 0x04, 0x6e, 0x62, 0xdc, 0x66, 0xd7, 0x51, 0x80, 0xda, 0x92, 0xf5, 0xfb, 0xd0, 0x47, 0x18, 0xf0, 0x7c, 0x14, 0xf0, 0x26, 0xc4, 0xb6, 0x52, 0x88, 0x29, 0x8d, 0x4a, 0x49, 0xd0, 0x4f, 0x41, 0x02, 0x99, 0x24, 0xf2, 0x44, 0x03, 0x3e, 0x22, 0x78, 0x72, 0x04, 0x05, 0x21, 0xec, 0x2d, 0x55, 0x02, 0x7a, 0x46, 0xea, 0x48, 0x80, 0x4f, 0x25, 0x0f, 0x07, 0xfe, 0x81, 0x2a, 0xcd, 0x6f, 0x80, 0xbf, 0x39, 0x0b, 0x7e, 0x53, 0xfa, 0x34, 0xef, 0x13, 0x8f, 0x96, 0x6e, 0x3c, 0x60, 0x0b, 0x7c, 0x3b, 0xf0, 0xc3, 0xb1, 0x46, 0x0f, 0x0a, 0x15, 0x1f, 0x6c, 0xdb, 0xcb, 0xed, 0x74, 0xf7, 0x2b, 0xf5, 0xba, 0xaf, 0x4e, 0xaf, 0x8a, 0x62, 0x93, 0xec, 0xc1, 0x7a, 0x11, 0x28, 0x76, 0xe9, 0x76, 0xd7, 0x51, 0x80, 0x1a, 0xec, 0x22, 0xfc, 0x5d, 0xdf, 0x78, 0x87, 0x84, 0xd8, 0x90, 0x42, 0xb0, 0x66, 0x40, 0x95, 0x14, 0xcb, 0x49, 0x20, 0xf6, 0x09, 0x84, 0xe4, 0x58, 0x8c, 0x06, 0x1c, 0x11, 0xf8, 0xa8, 0x60, 0x10, 0x22, 0x95, 0x27, 0x84, 0x83, 0xfd, 0xc8, 0x78, 0x7a, 0x2f, 0xe8, 0x9d, 0x81, 0xef, 0x95, 0x3c, 0xee, 0xc1, 0xdf, 0x61, 0xd8, 0x52, 0xb4, 0xe7, 0xd0, 0xf1, 0x52, 0x83, 0x7f, 0xfe, 0xf2, 0x4c, 0x54, 0xad, 0x7e, 0x6f, 0x11, 0xfc, 0x39, 0x55, 0x82, 0x7a, 0x05, 0x54, 0xf0, 0x5f, 0x64, 0x4b, 0x95, 0xe7, 0xf0, 0x03, 0x39, 0xc9, 0x3e, 0xa0, 0x6a, 0xf5, 0xfa, 0xa0, 0x85, 0x2b, 0x76, 0x95, 0x2a, 0x0a, 0x80, 0x1d, 0x3f, 0x75, 0x16, 0x0d, 0x8c, 0x59, 0xc3, 0x4b, 0x21, 0x55, 0x3e, 0xe0, 0x82, 0x04, 0xdf, 0x28, 0x48, 0x60, 0x89, 0x06, 0x02, 0x11, 0xa4, 0x64, 0x18, 0x92, 0x62, 0x25, 0x84, 0x83, 0xb5, 0x65, 0x3c, 0x3d, 0x0b, 0x7a, 0x25, 0xf0, 0x25, 0x5e, 0xdf, 0x2b, 0x79, 0x84, 0x6a, 0x8f, 0x04, 0xfc, 0x23, 0xb0, 0xac, 0xa4, 0x23, 0xcd, 0xa5, 0x21, 0x40, 0xd2, 0x9a, 0x2c, 0xf4, 0x70, 0x83, 0xbe, 0x22, 0xf8, 0x4f, 0x5e, 0x9e, 0x63, 0x8d, 0xae, 0xe8, 0xf2, 0x68, 0x78, 0x75, 0xfc, 0x60, 0x8a, 0x79, 0x12, 0xf4, 0x56, 0x34, 0xca, 0xf4, 0xe7, 0xcb, 0x97, 0x6e, 0xd8, 0x4f, 0x76, 0x21, 0x7e, 0x5f, 0xac, 0x0a, 0x29, 0x92, 0x62, 0x25, 0x09, 0xd8, 0x12, 0x29, 0xd3, 0x27, 0xa0, 0x92, 0xc8, 0x92, 0x20, 0x73, 0x44, 0x50, 0x90, 0xc1, 0x24, 0x04, 0x4f, 0x0a, 0xb5, 0xb5, 0x61, 0x4d, 0x00, 0xbd, 0x12, 0xf8, 0x36, 0x5e, 0xdf, 0x0e, 0xfc, 0xdf, 0x63, 0x92, 0xac, 0x48, 0x3f, 0xa4, 0x05, 0x7c, 0x15, 0xf8, 0xe7, 0xaf, 0xc8, 0x44, 0xff, 0xb6, 0x82, 0xff, 0x4c, 0xe5, 0xc0, 0xd0, 0xd7, 0xfd, 0x88, 0x97, 0x4d, 0x8e, 0x06, 0x87, 0xbd, 0xcd, 0xee, 0x34, 0x6d, 0xc8, 0xa1, 0x70, 0x34, 0x59, 0xb6, 0x9c, 0xd2, 0xc5, 0x22, 0x0b, 0xe8, 0x52, 0x46, 0xcd, 0x58, 0xc7, 0xe5, 0x03, 0xca, 0xd2, 0xa8, 0x06, 0x09, 0xd8, 0x66, 0x99, 0x3c, 0x1a, 0x58, 0x89, 0xc0, 0x46, 0x05, 0x0f, 0x19, 0x18, 0x42, 0x70, 0xa4, 0x50, 0x18, 0xfb, 0xbd, 0x1c, 0xe8, 0xa3, 0x96, 0x30, 0x52, 0x47, 0x0e, 0x7c, 0xea, 0xf5, 0x59, 0xc9, 0xa3, 0x02, 0xff, 0x40, 0xfc, 0xac, 0xf2, 0x8e, 0x15, 0x97, 0x09, 0xfc, 0xb3, 0x97, 0x65, 0xa0, 0x6a, 0x96, 0xd9, 0xfe, 0xb0, 0x73, 0xd7, 0xec, 0x98, 0x83, 0xef, 0x7a, 0x04, 0xa1, 0xf5, 0xd8, 0x53, 0x67, 0xc0, 0x1e, 0xa8, 0x13, 0x81, 0x46, 0xc4, 0xae, 0x13, 0x4a, 0xa4, 0x17, 0x5d, 0x91, 0x00, 0x2c, 0x2d, 0xfd, 0x20, 0x6a, 0xd9, 0x2f, 0x81, 0x93, 0x42, 0x7a, 0x24, 0xe0, 0xd7, 0x10, 0xa8, 0x24, 0x91, 0x1d, 0x11, 0x0c, 0x32, 0x2c, 0x11, 0xc8, 0xe0, 0x8d, 0x0e, 0x1c, 0x29, 0x24, 0xd6, 0x9a, 0xb3, 0x25, 0x9c, 0xa7, 0x67, 0xbd, 0xbd, 0x15, 0xf8, 0x32, 0xaf, 0x4f, 0xf5, 0xbe, 0x77, 0xbe, 0x07, 0xc0, 0xdf, 0x71, 0xe8, 0x32, 0xb4, 0x3e, 0x23, 0x57, 0x1b, 0xf8, 0xe7, 0x14, 0xa5, 0xce, 0x31, 0x73, 0x37, 0xc8, 0x12, 0x5e, 0x0c, 0xfe, 0x5e, 0x0d, 0xfd, 0x08, 0xd7, 0x92, 0x43, 0x21, 0x6f, 0x70, 0xdb, 0x2c, 0x9a, 0x25, 0xd2, 0xce, 0x83, 0x93, 0xf8, 0xc5, 0x34, 0xe7, 0xdd, 0x93, 0x00, 0xea, 0xd7, 0xb1, 0x29, 0x19, 0x64, 0x8b, 0x3e, 0x6f, 0x3e, 0xe0, 0x40, 0x02, 0xb6, 0x44, 0x1a, 0xc1, 0x93, 0x40, 0x16, 0x0d, 0x38, 0x22, 0xb0, 0x39, 0x02, 0x47, 0x86, 0xc5, 0x1c, 0x80, 0x39, 0x62, 0x08, 0x26, 0xfb, 0xbe, 0x56, 0x0c, 0xe0, 0x59, 0xd0, 0x3b, 0x01, 0xdf, 0xe2, 0xf5, 0xb1, 0x7d, 0xdb, 0x3f, 0x09, 0xcd, 0x4e, 0xd9, 0x45, 0x76, 0xee, 0x28, 0x0b, 0xf8, 0x61, 0x2f, 0xd8, 0x5e, 0x63, 0x96, 0x91, 0x0d, 0xd1, 0x04, 0xf0, 0x9f, 0xae, 0x54, 0xb3, 0x5b, 0x5d, 0xfc, 0xd1, 0xc2, 0xe2, 0x96, 0x3f, 0x60, 0xbb, 0xc1, 0x8f, 0x72, 0xf5, 0x05, 0x47, 0x5e, 0xfe, 0xb1, 0xd2, 0x3b, 0xdd, 0xde, 0x12, 0x13, 0x63, 0xb0, 0xaf, 0x7a, 0xcd, 0x26, 0x5b, 0xaf, 0x97, 0x85, 0x04, 0x74, 0x8c, 0x62, 0xc4, 0x9c, 0x8d, 0xe8, 0x63, 0x73, 0xdf, 0x1a, 0x20, 0x80, 0x48, 0x02, 0xb1, 0x44, 0xca, 0x76, 0x8c, 0xbd, 0x92, 0xc8, 0x9a, 0x1b, 0xc8, 0x88, 0xc0, 0x46, 0x05, 0x36, 0x69, 0x56, 0x59, 0xab, 0x41, 0xf6, 0x5f, 0x37, 0x92, 0x5a, 0x2b, 0xe8, 0x45, 0xa9, 0x43, 0x07, 0xda, 0x08, 0xf0, 0x19, 0xaf, 0x0f, 0xd6, 0x02, 0xff, 0x7b, 0x7c, 0xfc, 0x56, 0xe5, 0x38, 0x83, 0x1b, 0x02, 0xc0, 0x7a, 0xe5, 0x16, 0xe1, 0x73, 0x25, 0x4d, 0xae, 0xb0, 0xa2, 0xfb, 0x6a, 0xb4, 0xaf, 0x8d, 0x3f, 0xd3, 0x3f, 0x63, 0xbb, 0x05, 0x1b, 0xcc, 0xfa, 0xfc, 0x09, 0x3e, 0x63, 0xf3, 0xb3, 0xf6, 0x5f, 0x2c, 0xf0, 0xcd, 0x87, 0x03, 0x0f, 0xe9, 0x96, 0x7b, 0x6b, 0xfc, 0x08, 0xab, 0xc9, 0x72, 0xc5, 0x87, 0x5a, 0xbb, 0x65, 0x34, 0xda, 0xb1, 0xaf, 0xa0, 0xd4, 0x52, 0x48, 0x1c, 0xaa, 0x83, 0x9d, 0x0b, 0xe8, 0x26, 0xae, 0x1c, 0x09, 0xd8, 0xea, 0x10, 0xdb, 0x31, 0x0e, 0x8f, 0xe7, 0xa3, 0x01, 0xcd, 0x0d, 0x6c, 0x88, 0x20, 0x92, 0xc1, 0x4a, 0x88, 0x45, 0x26, 0xa0, 0x55, 0x26, 0x7c, 0xef, 0x00, 0x39, 0xe8, 0x6d, 0x81, 0x6f, 0x7a, 0x7d, 0xf8, 0xbf, 0xb1, 0x0b, 0xd2, 0xc9, 0x01, 0x15, 0xa5, 0x01, 0xbe, 0x08, 0xfe, 0x9d, 0xfb, 0x8f, 0xa0, 0xe0, 0x56, 0xe3, 0x25, 0xe0, 0x0f, 0xcd, 0xbb, 0xe7, 0xe5, 0x6f, 0x61, 0x1f, 0x7f, 0xa8, 0xf5, 0xdf, 0x8e, 0xed, 0xaf, 0x7e, 0x22, 0x58, 0xaf, 0x1b, 0x44, 0xe0, 0x9b, 0x0f, 0x09, 0x1e, 0xd6, 0xed, 0x7f, 0x7f, 0xa6, 0xc9, 0xa3, 0x01, 0x81, 0x21, 0x5b, 0xc5, 0x87, 0xfb, 0x44, 0x93, 0x81, 0x68, 0x5e, 0x6a, 0x46, 0x99, 0xa2, 0x00, 0xb5, 0x73, 0xe6, 0x3a, 0x83, 0x19, 0x4b, 0x76, 0xa2, 0xe6, 0xbd, 0xe3, 0x38, 0x12, 0x7c, 0x62, 0x21, 0x81, 0x3a, 0x1a, 0x78, 0x64, 0x11, 0x43, 0x04, 0x9a, 0x23, 0x88, 0x64, 0xf0, 0x12, 0x82, 0x27, 0x85, 0xb3, 0x25, 0x5b, 0x00, 0xcf, 0x82, 0x9e, 0x93, 0x3a, 0x02, 0xf0, 0x5b, 0x0e, 0x4c, 0x46, 0x53, 0x92, 0xb7, 0x93, 0x05, 0xfb, 0xa5, 0x05, 0xbe, 0x08, 0xfe, 0xe4, 0xb5, 0x7b, 0xd1, 0x33, 0x1f, 0x44, 0x5a, 0xc1, 0x1f, 0xd8, 0x2b, 0xe3, 0xce, 0xc7, 0xeb, 0x3d, 0x8f, 0x3f, 0xc3, 0x7f, 0x62, 0x83, 0x5d, 0x1d, 0xfe, 0xae, 0x20, 0xc2, 0x4d, 0xd7, 0xab, 0x34, 0xba, 0xc1, 0x7c, 0xd3, 0x14, 0xfc, 0x1c, 0xf0, 0xcd, 0x87, 0x05, 0x0f, 0xed, 0xce, 0xdb, 0xee, 0x7b, 0xe9, 0xc1, 0x4a, 0xb5, 0x7a, 0xa6, 0x88, 0x0f, 0x19, 0x92, 0xe3, 0x90, 0xb1, 0xcb, 0x48, 0xcd, 0xdf, 0x17, 0x24, 0x38, 0x67, 0xae, 0x50, 0x8a, 0x5f, 0x9d, 0x45, 0x26, 0x1d, 0xbd, 0xcd, 0x32, 0x6b, 0x5e, 0xe0, 0x8d, 0x06, 0xf6, 0x44, 0x30, 0x72, 0x04, 0x2b, 0x19, 0xd8, 0xf1, 0x8a, 0xd2, 0x58, 0x0b, 0xe1, 0xb5, 0x28, 0xe8, 0xa9, 0xc6, 0x67, 0x81, 0xdf, 0x63, 0x5c, 0x1a, 0x4a, 0x5e, 0xb7, 0x0f, 0x9d, 0x2c, 0x3e, 0x57, 0x26, 0xe0, 0x9f, 0x13, 0xe7, 0xaf, 0xc6, 0xa7, 0x8a, 0xc7, 0x96, 0x12, 0xab, 0x54, 0xb3, 0xc7, 0x8a, 0xbf, 0xdc, 0xf3, 0xd4, 0x63, 0xd0, 0xe7, 0xc4, 0x76, 0x2f, 0xb6, 0x7b, 0x6c, 0x88, 0x70, 0xab, 0x10, 0x0d, 0xae, 0x0b, 0x22, 0x50, 0xf0, 0xcb, 0xbc, 0xbe, 0x07, 0xf8, 0xd8, 0xee, 0xc2, 0x76, 0x37, 0xb6, 0x7f, 0x55, 0xb8, 0xe5, 0x8e, 0x4a, 0xf7, 0xbf, 0xd9, 0x65, 0xa8, 0x38, 0x45, 0x4a, 0x76, 0x9a, 0xf8, 0x61, 0x3c, 0x39, 0x78, 0xdb, 0x57, 0x24, 0xa0, 0x96, 0x99, 0x7d, 0x14, 0x8d, 0x8b, 0x4b, 0x47, 0xdf, 0x0f, 0x48, 0xb2, 0xe6, 0x05, 0x62, 0x34, 0x60, 0x64, 0x91, 0x87, 0x08, 0x4a, 0x32, 0x28, 0x08, 0xa1, 0x69, 0xdf, 0x78, 0x00, 0x6f, 0x05, 0x3d, 0xed, 0xe4, 0xb6, 0x1f, 0xb2, 0x14, 0x4d, 0x4e, 0xde, 0x81, 0x76, 0x1f, 0x3a, 0x56, 0x66, 0xd0, 0x8b, 0xe0, 0x87, 0x35, 0xbc, 0x8d, 0xda, 0x4d, 0x91, 0xe9, 0x7d, 0x74, 0xff, 0x5b, 0x5d, 0xa7, 0xdd, 0x74, 0xd3, 0x9d, 0xb0, 0x8b, 0x5b, 0x15, 0xa8, 0x67, 0x60, 0xbb, 0x1f, 0x5b, 0x45, 0xf2, 0x19, 0x1a, 0x9f, 0xe5, 0x5d, 0xe6, 0x67, 0x7b, 0xc7, 0xf5, 0x1a, 0x0d, 0x44, 0xad, 0x0f, 0x1e, 0xe0, 0x2f, 0xd8, 0x6e, 0x13, 0xc0, 0xff, 0x4f, 0xd3, 0x73, 0x54, 0x34, 0x3d, 0x49, 0x25, 0x6c, 0x95, 0xef, 0xad, 0xde, 0xf2, 0xfb, 0x80, 0xa0, 0xd0, 0xd3, 0xe2, 0x83, 0x87, 0x45, 0xd5, 0xa3, 0xe7, 0x6e, 0x20, 0xe3, 0xb6, 0xbe, 0x24, 0xc1, 0x39, 0x73, 0x41, 0x7e, 0x7a, 0x56, 0x01, 0x4e, 0x18, 0xd3, 0x31, 0xb0, 0x16, 0xf3, 0xd1, 0xc0, 0x8e, 0x08, 0x76, 0x64, 0xb0, 0x10, 0x82, 0x21, 0x86, 0xc5, 0xf8, 0xef, 0x69, 0xce, 0x01, 0xde, 0xf4, 0xf4, 0xd8, 0x7e, 0x1a, 0x95, 0x4a, 0x40, 0xbf, 0x7d, 0x5f, 0x21, 0xc9, 0x8d, 0x7c, 0x0d, 0x7c, 0xa8, 0xf2, 0x8c, 0x5b, 0xb8, 0x19, 0x3d, 0xda, 0xa4, 0xbf, 0x05, 0xf8, 0xf0, 0x99, 0xfc, 0xeb, 0xc5, 0xaf, 0xdb, 0xe0, 0xcf, 0x08, 0x66, 0xfa, 0xab, 0xc1, 0xa8, 0x17, 0xb4, 0x76, 0xe0, 0x33, 0x33, 0x3f, 0x3b, 0xbb, 0x68, 0x70, 0x9b, 0x89, 0x01, 0x31, 0x37, 0xb8, 0xe1, 0x7a, 0x01, 0xff, 0xed, 0x02, 0xf8, 0xef, 0x36, 0x3d, 0x46, 0x45, 0xd3, 0x83, 0x04, 0x98, 0x1e, 0x05, 0xf6, 0x86, 0x7f, 0xe8, 0x8e, 0x47, 0x82, 0x83, 0x03, 0x6a, 0xf7, 0xcc, 0x10, 0x3f, 0x04, 0xd8, 0x56, 0xe3, 0xdd, 0xf6, 0x93, 0xd1, 0xe6, 0x5d, 0x79, 0x3e, 0x27, 0x01, 0x6b, 0x07, 0xf3, 0x8b, 0x50, 0xc2, 0xea, 0x3d, 0x68, 0xf0, 0xac, 0xf5, 0xe8, 0x87, 0xc8, 0x64, 0x05, 0x11, 0x1c, 0xc8, 0x60, 0x12, 0xc2, 0x42, 0x0a, 0x07, 0xa3, 0x3f, 0x03, 0x3f, 0xdf, 0x61, 0xe8, 0x52, 0x34, 0x7c, 0xee, 0x26, 0x2c, 0x6f, 0xf6, 0xa3, 0x43, 0x85, 0xa7, 0x7c, 0x06, 0x78, 0x19, 0xf8, 0xd3, 0x71, 0x84, 0x6d, 0xda, 0x71, 0xaa, 0xb8, 0x75, 0x89, 0x21, 0x79, 0x6a, 0xfd, 0xba, 0xeb, 0x6f, 0xd5, 0x6a, 0x36, 0xc0, 0x9f, 0xcd, 0x13, 0xd8, 0x40, 0xfa, 0xc0, 0x2e, 0xce, 0x10, 0x05, 0x1e, 0x32, 0x3f, 0xb3, 0x2a, 0x0c, 0x09, 0x68, 0x34, 0x50, 0x91, 0xe0, 0xd6, 0x6b, 0x95, 0x04, 0x37, 0x68, 0x7a, 0x7e, 0x5b, 0xf0, 0x9b, 0x0f, 0xf6, 0x91, 0x1b, 0x6f, 0xbd, 0xf3, 0xb9, 0xfb, 0xde, 0xe8, 0x30, 0x49, 0x26, 0x89, 0xa0, 0xfd, 0xde, 0x77, 0xe2, 0x0a, 0x74, 0xe4, 0xc4, 0x99, 0x4b, 0x46, 0x02, 0xd6, 0x0e, 0x63, 0xf0, 0xad, 0xda, 0x76, 0x08, 0xcd, 0x58, 0x9a, 0x41, 0x66, 0xe5, 0x3b, 0x0d, 0x5b, 0x8a, 0x93, 0xe9, 0x04, 0x63, 0x01, 0x89, 0x8a, 0x0c, 0x26, 0x21, 0x2c, 0xa4, 0x90, 0xd8, 0xb7, 0x58, 0xf2, 0x80, 0x77, 0x1f, 0x12, 0xbb, 0x11, 0xc5, 0xa6, 0xee, 0x42, 0xab, 0xb7, 0xe7, 0x94, 0xa9, 0x82, 0xe3, 0x06, 0xfc, 0xf0, 0x0c, 0xfb, 0x4f, 0x59, 0x49, 0xb6, 0xb2, 0x91, 0x48, 0x9e, 0xdf, 0x2b, 0xbe, 0xde, 0x6e, 0xea, 0x1f, 0x6f, 0xf9, 0x3b, 0xec, 0xdf, 0xf3, 0x0c, 0xb6, 0xa7, 0x1c, 0x48, 0x10, 0xa0, 0x49, 0x02, 0x36, 0x12, 0x5c, 0x13, 0x72, 0x88, 0x6a, 0xfe, 0x1b, 0x4d, 0x9d, 0xa7, 0xd2, 0xfc, 0x32, 0xd9, 0x63, 0x01, 0x3f, 0xb6, 0xc7, 0xcd, 0x07, 0xfd, 0xd4, 0x5d, 0xcf, 0xfe, 0xef, 0xbb, 0xca, 0xb5, 0x7b, 0x15, 0xc8, 0xf4, 0x68, 0xf5, 0x4f, 0x87, 0xa2, 0x99, 0x8b, 0xb7, 0x93, 0xed, 0xb6, 0xcb, 0x83, 0x08, 0xa2, 0x6c, 0xca, 0x3d, 0x5a, 0x8c, 0xb6, 0xed, 0x2d, 0x44, 0x69, 0xe9, 0x87, 0x50, 0xd2, 0xda, 0x7d, 0x68, 0x76, 0x6a, 0x26, 0x9a, 0x94, 0xb4, 0x9d, 0xe4, 0x15, 0xe3, 0xe2, 0xb6, 0xa2, 0x61, 0x73, 0x36, 0x11, 0x83, 0xbf, 0x83, 0x41, 0x85, 0x66, 0x0e, 0x06, 0x38, 0x24, 0xac, 0x2b, 0xb7, 0x1e, 0xc2, 0x52, 0xe6, 0x08, 0xa9, 0xd8, 0xf8, 0x52, 0xce, 0xe8, 0x1a, 0x3c, 0xb3, 0xd8, 0x65, 0x3b, 0xd1, 0xcb, 0x9f, 0x0f, 0x97, 0x6a, 0x7d, 0x1c, 0x81, 0x0b, 0xef, 0x7c, 0xaa, 0x29, 0x48, 0x9e, 0x17, 0xb1, 0xfd, 0x07, 0xdb, 0xf3, 0x1a, 0x24, 0x70, 0x92, 0x43, 0xd7, 0x6c, 0x4e, 0x20, 0x4a, 0x1f, 0xb6, 0xda, 0x03, 0xc9, 0xd0, 0x3f, 0xb8, 0x84, 0x97, 0xd1, 0xfc, 0xa6, 0x8e, 0x7c, 0xd0, 0x7c, 0x90, 0x0f, 0x9b, 0x0f, 0xf6, 0x09, 0xf3, 0x41, 0xc3, 0x03, 0x7f, 0xee, 0xe6, 0xdb, 0x03, 0xde, 0xbc, 0xaf, 0x46, 0xfb, 0xd9, 0xb2, 0x68, 0x00, 0xdb, 0x6c, 0x37, 0xee, 0x30, 0x99, 0x9c, 0x3c, 0x73, 0xb6, 0x94, 0x25, 0xd3, 0x73, 0xd7, 0x91, 0x01, 0xd9, 0x96, 0x6f, 0xce, 0x26, 0x72, 0xa7, 0xb2, 0xb5, 0xa3, 0x6b, 0x7a, 0xfd, 0x1f, 0xe7, 0xde, 0x74, 0xdb, 0x7d, 0x81, 0xf8, 0xd9, 0xbf, 0x8c, 0xed, 0x25, 0x93, 0x04, 0x2f, 0xc0, 0x67, 0x21, 0x90, 0xe0, 0x51, 0x9b, 0x9c, 0x40, 0x4c, 0x8c, 0xff, 0xe1, 0x50, 0x1d, 0xfa, 0xbf, 0xeb, 0xcd, 0xfb, 0xcb, 0xa4, 0xcf, 0xa3, 0xa6, 0xf7, 0x7f, 0x12, 0xdb, 0xd3, 0xe6, 0x03, 0x7f, 0xde, 0xf4, 0x40, 0x2f, 0xfd, 0xe3, 0xb1, 0xfa, 0xdf, 0x05, 0xd4, 0xec, 0x71, 0x40, 0xe6, 0xb1, 0x60, 0xa1, 0xcd, 0x7b, 0x9d, 0x63, 0xd0, 0xd2, 0xf5, 0xfb, 0xfc, 0x44, 0x50, 0xd8, 0x86, 0x8c, 0x5c, 0xf4, 0x69, 0x8f, 0x59, 0xe2, 0xc9, 0x2c, 0x6c, 0x79, 0x33, 0xfb, 0xef, 0x8f, 0xd4, 0x06, 0xaf, 0x0f, 0xcd, 0x2d, 0x98, 0xe8, 0x7c, 0xd5, 0x24, 0x01, 0x1b, 0x05, 0x9e, 0x35, 0x3f, 0x9b, 0x27, 0xcc, 0xcf, 0xea, 0x51, 0x87, 0x7c, 0x40, 0x27, 0x0a, 0xd0, 0xf2, 0xe8, 0x55, 0x4f, 0x00, 0x5a, 0xf2, 0xd4, 0xd1, 0xfe, 0x95, 0xcd, 0x87, 0xf5, 0xa0, 0xe9, 0x41, 0x1e, 0x66, 0x08, 0xe0, 0xf1, 0xfe, 0xa6, 0xe7, 0x79, 0xd1, 0xf4, 0x44, 0x2f, 0xff, 0xf1, 0xe6, 0x3f, 0xbf, 0x75, 0xcf, 0x8b, 0xcd, 0x87, 0x04, 0x04, 0x86, 0x14, 0xcb, 0x89, 0x10, 0x81, 0x3e, 0xee, 0x36, 0x03, 0x2d, 0xc6, 0x44, 0x80, 0x65, 0x94, 0xd7, 0x3b, 0x09, 0xe0, 0x19, 0x2c, 0xdb, 0xb8, 0x1f, 0x7d, 0xda, 0x1d, 0x03, 0xbf, 0x6e, 0x84, 0x42, 0xee, 0x84, 0x14, 0xdf, 0xfd, 0xdf, 0x2f, 0x46, 0xfe, 0xe1, 0x0f, 0xb7, 0xc2, 0x24, 0xe7, 0xdb, 0xd8, 0xde, 0xc4, 0x56, 0x03, 0xdb, 0x6b, 0x4c, 0x14, 0xf8, 0xaf, 0x10, 0x05, 0x9e, 0x64, 0x08, 0x40, 0xa3, 0xc0, 0x03, 0x36, 0xe5, 0x51, 0x31, 0x17, 0xb8, 0x66, 0x64, 0x90, 0x58, 0xf3, 0x97, 0x25, 0xbf, 0x77, 0x09, 0x04, 0xa8, 0x64, 0x43, 0x80, 0x27, 0x6c, 0x08, 0xf0, 0x8a, 0xf9, 0xa1, 0xd4, 0xb8, 0xe5, 0x1f, 0x55, 0x1b, 0x55, 0x7c, 0xad, 0xed, 0xc2, 0xca, 0x41, 0xa1, 0xbf, 0xc9, 0x3e, 0x54, 0x58, 0x9b, 0x0a, 0x3b, 0x55, 0xcf, 0xc0, 0x39, 0x02, 0xd9, 0xa2, 0xf1, 0x3a, 0x23, 0xc2, 0xf1, 0x53, 0x25, 0x44, 0xe3, 0xd7, 0x6b, 0x33, 0x51, 0xb2, 0x4e, 0xd7, 0x33, 0xca, 0xf0, 0xdb, 0xbd, 0xaf, 0xb6, 0x8e, 0xbf, 0xe5, 0x8e, 0x80, 0x0f, 0xf0, 0x33, 0x05, 0xc9, 0x53, 0xcb, 0x86, 0x00, 0x32, 0x19, 0xf4, 0xb8, 0x44, 0x06, 0x55, 0x31, 0x3f, 0x5b, 0x27, 0x02, 0xb0, 0xc9, 0xf0, 0x35, 0x41, 0x80, 0x72, 0x89, 0x00, 0x94, 0x00, 0xe6, 0x87, 0xf4, 0xf6, 0x9f, 0x2b, 0x3e, 0xf9, 0x49, 0xc5, 0xd7, 0xda, 0xc4, 0xa9, 0x88, 0x00, 0xf6, 0xec, 0x07, 0x91, 0x64, 0x8a, 0x71, 0xcb, 0xee, 0xbc, 0x6b, 0x9e, 0x08, 0x50, 0xce, 0x0c, 0x9f, 0xb0, 0x1c, 0xfd, 0x57, 0x3c, 0x85, 0x85, 0x1b, 0x63, 0x20, 0xd5, 0x9d, 0xb4, 0xbf, 0xdc, 0xfb, 0xdc, 0xb7, 0xf8, 0x19, 0xc2, 0x14, 0x67, 0xb0, 0x49, 0x80, 0x9a, 0xfe, 0x08, 0x70, 0x05, 0xe7, 0x00, 0xe6, 0x87, 0xf1, 0xaa, 0xa9, 0x4f, 0xdf, 0x30, 0x3f, 0xac, 0x77, 0xb0, 0xd5, 0xbe, 0xbd, 0xf2, 0x8b, 0x2d, 0x2a, 0xbe, 0xd1, 0x61, 0x05, 0x7c, 0xb8, 0xaa, 0x0f, 0xfe, 0x81, 0x3a, 0xbd, 0xd1, 0xbb, 0x38, 0x61, 0x8e, 0x9e, 0xbf, 0x09, 0xed, 0x3d, 0x7c, 0xfc, 0x9a, 0x21, 0xc2, 0xde, 0x9c, 0x13, 0x68, 0xfc, 0xc2, 0x2d, 0xa8, 0x71, 0xc7, 0x29, 0x96, 0xad, 0x08, 0x2d, 0xc0, 0xaf, 0xd1, 0x7e, 0xd5, 0x9f, 0xef, 0x7b, 0xa1, 0x35, 0x7e, 0x66, 0x50, 0xd7, 0xaf, 0x87, 0xad, 0x0e, 0xb6, 0x20, 0xd3, 0xfb, 0xbf, 0x63, 0x3e, 0x53, 0x7f, 0x0e, 0x70, 0x25, 0x55, 0x81, 0xcc, 0x87, 0x6f, 0x91, 0x41, 0x34, 0x0a, 0x98, 0x9e, 0x0b, 0x3c, 0x58, 0xf0, 0x5f, 0xff, 0xf5, 0xf4, 0x57, 0xf7, 0xbe, 0xda, 0x2a, 0xbe, 0x72, 0x60, 0x68, 0x89, 0x12, 0x08, 0x70, 0x9a, 0x4d, 0xfd, 0x3e, 0xe8, 0xbd, 0x2e, 0xd3, 0x30, 0x19, 0x36, 0x92, 0xd6, 0xbf, 0x9b, 0xc4, 0xf9, 0x72, 0x03, 0x1e, 0xee, 0x15, 0xba, 0xc1, 0xe3, 0x16, 0x6c, 0x46, 0xef, 0x77, 0x8d, 0x41, 0xd5, 0xea, 0xf7, 0x41, 0x76, 0xef, 0x15, 0x9e, 0xc5, 0xbd, 0xaf, 0xb4, 0x4c, 0xfa, 0xcb, 0xdd, 0x8f, 0x7f, 0x8f, 0x9f, 0xd1, 0xbb, 0xd8, 0x1a, 0x32, 0xe0, 0x07, 0xef, 0x5f, 0xdb, 0xc1, 0xfb, 0xfb, 0xab, 0x40, 0x97, 0xab, 0x0f, 0x60, 0x7a, 0x9c, 0xe7, 0x19, 0x12, 0x54, 0x57, 0x90, 0xa0, 0x16, 0x25, 0x01, 0x7c, 0xb0, 0x37, 0xff, 0xad, 0xd2, 0x47, 0x77, 0xff, 0xe7, 0xab, 0x49, 0x01, 0x35, 0x7b, 0xe4, 0xdb, 0x82, 0x03, 0x12, 0x67, 0xec, 0x35, 0x5f, 0xff, 0x6a, 0x14, 0xea, 0x3e, 0x72, 0x29, 0x8a, 0x4b, 0xdb, 0x8d, 0x3d, 0xea, 0x71, 0xad, 0x29, 0xd4, 0x72, 0x2b, 0x5d, 0x62, 0xdb, 0x87, 0xbd, 0x7c, 0xfc, 0xca, 0x2c, 0xd4, 0x63, 0xd4, 0x52, 0x54, 0xe3, 0xeb, 0x51, 0xca, 0x84, 0x96, 0x4b, 0x6e, 0x6b, 0xf6, 0x28, 0xb8, 0xfb, 0x85, 0x2f, 0xa6, 0xdd, 0x7c, 0xfb, 0x7d, 0x5f, 0xe0, 0x67, 0xd2, 0x44, 0x01, 0x7e, 0x95, 0xf4, 0x79, 0xc5, 0x7c, 0xd6, 0xfe, 0x3e, 0xc0, 0xe5, 0xe8, 0x04, 0x97, 0x92, 0x04, 0x35, 0x4d, 0x6f, 0x16, 0x64, 0x7e, 0xc0, 0xf5, 0x2a, 0xfc, 0xe1, 0x0f, 0x0d, 0xff, 0xfe, 0x70, 0x60, 0x8f, 0x8a, 0xaf, 0xff, 0x98, 0x86, 0x3d, 0xe1, 0x79, 0x27, 0xd0, 0x18, 0xeb, 0x94, 0x7b, 0x63, 0x42, 0x8c, 0x44, 0xed, 0x23, 0x13, 0xb0, 0x97, 0xdd, 0x84, 0x96, 0x6f, 0x3e, 0x80, 0x0e, 0xe4, 0x9d, 0x74, 0x8c, 0x12, 0xbe, 0xf2, 0xee, 0xd9, 0xf9, 0x27, 0xd1, 0x8a, 0x2d, 0xd9, 0x58, 0xd6, 0x6c, 0x46, 0x1d, 0xa3, 0x12, 0x09, 0xe0, 0xe1, 0x9e, 0x74, 0xee, 0x3d, 0x20, 0x30, 0xe4, 0x42, 0xc5, 0xd7, 0xdb, 0xae, 0xba, 0xa3, 0xda, 0x3b, 0x21, 0xf8, 0xbd, 0xbf, 0x27, 0x00, 0x5f, 0x94, 0x3d, 0xb5, 0x19, 0xd9, 0xa3, 0xf2, 0xfc, 0xba, 0xe0, 0xbf, 0xae, 0x3b, 0xc1, 0x3e, 0x9d, 0x05, 0x62, 0x48, 0xf0, 0x98, 0xa2, 0x2a, 0xf4, 0x5f, 0x45, 0x4e, 0xf0, 0x96, 0xf9, 0x81, 0x72, 0xd1, 0xc0, 0xfc, 0xd0, 0x1b, 0xdc, 0x78, 0xdb, 0x3f, 0x3f, 0xba, 0xeb, 0xe9, 0xa6, 0x83, 0xef, 0x7b, 0xa3, 0xc3, 0xa6, 0x80, 0xa0, 0xd0, 0x8b, 0x3a, 0x80, 0x62, 0x25, 0x13, 0x1c, 0xef, 0xf9, 0x01, 0x96, 0x1c, 0x1d, 0xa3, 0x12, 0x50, 0xd4, 0xf4, 0xd5, 0x68, 0xd6, 0xd2, 0x1d, 0x68, 0xe9, 0x86, 0x7d, 0xa4, 0xbe, 0xbe, 0xeb, 0xe0, 0x51, 0x32, 0xbe, 0x00, 0xfb, 0x69, 0x8a, 0xe3, 0xdb, 0xe7, 0xcc, 0x6d, 0x5c, 0xe0, 0x6b, 0xf0, 0x3d, 0xbb, 0x0f, 0x1e, 0x43, 0x1b, 0x33, 0x73, 0xc9, 0x8e, 0x16, 0x50, 0xa9, 0x19, 0x3c, 0x63, 0x2d, 0xea, 0x34, 0x38, 0x11, 0xbf, 0xf6, 0x74, 0xf2, 0x3b, 0x1e, 0xaa, 0xdf, 0x1b, 0xb9, 0xb9, 0xb7, 0x80, 0xc0, 0xd0, 0x0b, 0xf8, 0x3d, 0x6d, 0xbe, 0xf3, 0xa9, 0xc6, 0xc3, 0x6f, 0xbc, 0xf5, 0x2e, 0xf0, 0xf6, 0xcd, 0x18, 0xe0, 0x37, 0x12, 0x80, 0x1f, 0xcc, 0x54, 0x7c, 0xde, 0x31, 0x9f, 0x99, 0xa8, 0xf9, 0x65, 0x49, 0xaf, 0x13, 0xf8, 0xaf, 0xfb, 0x59, 0x20, 0x9f, 0x4c, 0x83, 0x9a, 0x3a, 0xf2, 0x21, 0x26, 0x27, 0x10, 0x13, 0x63, 0xbb, 0x68, 0xa0, 0x45, 0x04, 0xf0, 0x86, 0x37, 0xfe, 0xb5, 0xe2, 0x27, 0x77, 0x3d, 0xd5, 0x34, 0x12, 0x7b, 0xcb, 0xe5, 0x01, 0xb5, 0x7b, 0x16, 0xb9, 0x01, 0x9c, 0x3c, 0xc1, 0x8e, 0x20, 0xbb, 0x24, 0x3c, 0xd2, 0xa8, 0x1f, 0x7a, 0xbc, 0xf1, 0x00, 0x62, 0x4f, 0x36, 0x1b, 0x84, 0x2d, 0xd2, 0xf3, 0x6f, 0xf8, 0x5a, 0xb5, 0x06, 0x7d, 0xc9, 0xf7, 0x96, 0xf5, 0xf7, 0xc1, 0x3d, 0x57, 0x7c, 0xad, 0x4d, 0xda, 0x3f, 0x1e, 0x6f, 0x34, 0xf4, 0xc6, 0xbf, 0xde, 0xfd, 0x25, 0x7e, 0x4f, 0xe0, 0xed, 0x9b, 0xda, 0x78, 0x7c, 0x5d, 0xe0, 0xcb, 0x12, 0xde, 0x27, 0x15, 0x25, 0x4f, 0xff, 0x34, 0xa8, 0xcf, 0xd6, 0x03, 0x58, 0xfb, 0x03, 0x3a, 0xd1, 0x40, 0x24, 0x82, 0x2c, 0x22, 0xb0, 0xd2, 0x48, 0x4a, 0x06, 0x2c, 0x15, 0x1a, 0xdf, 0x5e, 0xf5, 0xd5, 0xce, 0x77, 0xff, 0xe7, 0xf3, 0x29, 0x15, 0xdf, 0xe8, 0xb0, 0x01, 0x83, 0xeb, 0x54, 0x59, 0x01, 0xea, 0x6b, 0xc3, 0xf7, 0x54, 0x5c, 0xb1, 0x46, 0x87, 0x8d, 0x77, 0xbf, 0xf0, 0xd9, 0xb4, 0xdb, 0x02, 0xaa, 0xff, 0x84, 0xef, 0xf9, 0x7d, 0xd3, 0xd3, 0x03, 0xe8, 0x1b, 0x6b, 0x80, 0x9e, 0xd5, 0xf9, 0x4e, 0xc0, 0x7f, 0xce, 0x85, 0xe4, 0xf1, 0xaf, 0x07, 0x70, 0x20, 0x81, 0xe3, 0x8a, 0x30, 0x26, 0x1a, 0xdc, 0x2b, 0x44, 0x03, 0x1d, 0x22, 0x88, 0x11, 0x81, 0x95, 0x46, 0x6c, 0x8e, 0x40, 0xa3, 0x42, 0x4d, 0x45, 0x64, 0xa8, 0xef, 0x21, 0x44, 0x85, 0x3f, 0x34, 0xfe, 0x73, 0xc5, 0xe7, 0xdb, 0xdc, 0xf5, 0x74, 0xb3, 0x21, 0xf7, 0x56, 0xff, 0x6e, 0xfe, 0x7d, 0x6f, 0x76, 0x4a, 0x0f, 0xa8, 0xd5, 0xf3, 0x44, 0xb9, 0x81, 0x1d, 0xff, 0xae, 0xfb, 0xde, 0xe8, 0xb4, 0xf5, 0x5f, 0xd5, 0xbf, 0x5d, 0x78, 0xe7, 0x53, 0x4d, 0x87, 0xfd, 0xf9, 0xde, 0xa7, 0xdb, 0xe1, 0x7b, 0x62, 0x3d, 0xbc, 0x08, 0xf8, 0xfa, 0x66, 0x3d, 0x5f, 0x05, 0x7a, 0xea, 0xed, 0xa9, 0xc6, 0x17, 0xa5, 0x8e, 0xcc, 0xe3, 0xdb, 0x01, 0x5f, 0xc7, 0xeb, 0x5f, 0xd7, 0x2b, 0xc2, 0xec, 0x92, 0xe3, 0x5b, 0x34, 0xca, 0xa4, 0x15, 0x1d, 0x88, 0x20, 0x4a, 0x23, 0x55, 0x54, 0x90, 0x91, 0xe1, 0x0d, 0x26, 0x69, 0xa6, 0x32, 0x49, 0x8c, 0x0e, 0x75, 0xad, 0xa4, 0xa8, 0xd0, 0xe8, 0xc6, 0xbf, 0x55, 0xfc, 0xf4, 0xaf, 0x95, 0xab, 0x77, 0xb8, 0xf3, 0xb1, 0x06, 0xfd, 0xb0, 0x27, 0x9e, 0xf8, 0xaf, 0x57, 0xbe, 0x8f, 0xaf, 0xf8, 0x5a, 0xdb, 0x34, 0x20, 0x48, 0xa5, 0xb7, 0x7f, 0xde, 0x5f, 0xa9, 0x56, 0x8f, 0xc2, 0x80, 0xda, 0xbd, 0x8a, 0x89, 0x31, 0x39, 0x06, 0xfc, 0x9d, 0xfe, 0x3f, 0x7c, 0x0f, 0x7c, 0x2f, 0x00, 0x1c, 0x7e, 0xf6, 0x5f, 0xaf, 0xb4, 0x4c, 0xb8, 0xfb, 0x85, 0x4f, 0x26, 0xdd, 0xf9, 0x58, 0xfd, 0xfe, 0x7f, 0xad, 0xfc, 0x52, 0xa7, 0x1b, 0x6f, 0xbf, 0x97, 0x56, 0x6c, 0xa8, 0x94, 0xa1, 0x3a, 0x9e, 0x05, 0x3b, 0xeb, 0xe1, 0x29, 0xe0, 0x69, 0x29, 0xf3, 0x1d, 0x89, 0xa7, 0xa7, 0x55, 0x1d, 0x1d, 0x6f, 0xcf, 0x4a, 0x9d, 0xb2, 0x00, 0xff, 0xba, 0x5f, 0x13, 0xec, 0x94, 0x1b, 0xa8, 0x88, 0xa0, 0x8a, 0x08, 0x6c, 0xa2, 0xcc, 0x76, 0x8f, 0x69, 0x54, 0x60, 0xf3, 0x04, 0x91, 0x0c, 0x34, 0x69, 0xae, 0x6e, 0x43, 0x88, 0xb7, 0x04, 0x52, 0xd0, 0x28, 0x11, 0xc4, 0x00, 0x8d, 0x25, 0x07, 0x4b, 0x10, 0x4a, 0x12, 0xd6, 0x1a, 0x39, 0x98, 0xf8, 0xfd, 0x0d, 0x04, 0x80, 0xd7, 0x13, 0xbc, 0x3a, 0x05, 0x7a, 0x20, 0x73, 0x7f, 0xef, 0x30, 0x1e, 0x9e, 0x56, 0x71, 0x5e, 0x17, 0xbc, 0x7c, 0x75, 0x89, 0xa7, 0x67, 0x41, 0x4f, 0xf5, 0x3d, 0xeb, 0xed, 0x59, 0x8d, 0x2f, 0x4a, 0x1d, 0x5d, 0xe0, 0xfb, 0x77, 0x85, 0x28, 0x25, 0x11, 0xec, 0x72, 0x04, 0x55, 0x54, 0x60, 0xc9, 0xf0, 0xa8, 0x50, 0x42, 0xa5, 0x32, 0x49, 0x24, 0x04, 0x1b, 0x21, 0x5e, 0x61, 0x72, 0x87, 0xd7, 0x6d, 0x88, 0xc1, 0x4a, 0x28, 0x36, 0x72, 0x50, 0xa2, 0xb0, 0x64, 0xd1, 0x35, 0xfa, 0x73, 0x81, 0x8c, 0x27, 0xaf, 0xc5, 0x48, 0x98, 0x77, 0x24, 0x40, 0x7f, 0x43, 0x02, 0x76, 0xd1, 0xc3, 0x8b, 0x80, 0xa7, 0xf2, 0x46, 0xf4, 0xf4, 0x22, 0xe8, 0x65, 0xde, 0x5e, 0xa6, 0xf1, 0xfd, 0xc0, 0xbf, 0x04, 0xcd, 0x33, 0xb6, 0x62, 0x24, 0x8b, 0x0a, 0x76, 0x64, 0xa0, 0x1d, 0x65, 0x51, 0x26, 0x3d, 0x26, 0x10, 0x42, 0x8c, 0x10, 0x2f, 0x48, 0x48, 0x51, 0x5d, 0x20, 0xc6, 0xab, 0x4c, 0x95, 0xa9, 0x06, 0x63, 0x94, 0x24, 0x6f, 0x32, 0x64, 0xa1, 0x84, 0xd1, 0xb1, 0xb7, 0x18, 0x50, 0xbf, 0x29, 0x80, 0xbb, 0x06, 0x43, 0xc8, 0xd7, 0x98, 0xfb, 0x78, 0x59, 0xf0, 0xec, 0x22, 0xd8, 0x59, 0x0f, 0x2f, 0x02, 0xfe, 0x31, 0x89, 0xbc, 0x11, 0x3d, 0xbd, 0x0c, 0xf4, 0xac, 0xb7, 0x67, 0x93, 0x5b, 0xb6, 0xac, 0xe9, 0x97, 0x3a, 0x3e, 0x4a, 0x96, 0xc5, 0xa8, 0x40, 0xcb, 0xa7, 0x2c, 0x19, 0xd8, 0xc8, 0x40, 0x65, 0xd2, 0xfd, 0x92, 0xe8, 0x20, 0x12, 0xe2, 0x11, 0x05, 0x29, 0x68, 0xa4, 0xa0, 0xc4, 0x50, 0x91, 0x83, 0x12, 0xe4, 0x25, 0x81, 0x28, 0x2f, 0x33, 0x84, 0x61, 0x49, 0xe3, 0x64, 0xaf, 0x30, 0x9e, 0x5b, 0x04, 0xf6, 0x4b, 0x0c, 0xc0, 0xa9, 0x66, 0xff, 0x8f, 0x79, 0x4f, 0xcf, 0x33, 0xf7, 0xf9, 0x0c, 0x23, 0x67, 0x64, 0x60, 0x7f, 0xc4, 0x06, 0xf0, 0xd4, 0xcb, 0xdf, 0xcf, 0xe8, 0x7a, 0x99, 0xa7, 0xa7, 0xa0, 0xa7, 0xe5, 0x4c, 0x99, 0xb7, 0xf7, 0x03, 0xff, 0x12, 0x93, 0xe1, 0x2f, 0x36, 0x32, 0x49, 0x16, 0x1d, 0x58, 0x42, 0xc8, 0x48, 0x51, 0xcd, 0x81, 0x18, 0x4f, 0x30, 0x09, 0xf6, 0xd3, 0x0c, 0xd0, 0x9e, 0x65, 0xc0, 0xf7, 0x1c, 0xe3, 0x75, 0x29, 0x61, 0x5e, 0x60, 0x88, 0x63, 0x67, 0xec, 0xf7, 0x3e, 0x2f, 0x78, 0xef, 0xe7, 0x18, 0xd9, 0xf2, 0x8c, 0xe0, 0xcd, 0x9f, 0x64, 0xee, 0x4f, 0x05, 0xf4, 0x6a, 0x0c, 0xd8, 0x59, 0x49, 0x23, 0x7a, 0xf8, 0x7b, 0x05, 0x2f, 0x4f, 0x67, 0x76, 0x44, 0x79, 0x43, 0x3d, 0xbd, 0x1f, 0xf4, 0x97, 0x89, 0x0c, 0x54, 0x26, 0xc9, 0xa2, 0x03, 0x4b, 0x08, 0x31, 0x42, 0xdc, 0x23, 0x90, 0x82, 0x4d, 0xa8, 0x59, 0xe9, 0xf4, 0x00, 0x93, 0x4f, 0x88, 0xe4, 0x60, 0x09, 0xc2, 0x92, 0xe4, 0x71, 0x81, 0x2c, 0x2c, 0x69, 0x58, 0x7b, 0x4a, 0x30, 0xf1, 0xeb, 0xe2, 0xcf, 0xb3, 0xaf, 0xfd, 0x18, 0xf3, 0x7b, 0x1f, 0x61, 0xee, 0x87, 0x05, 0xf9, 0x43, 0xcc, 0xfd, 0x57, 0x51, 0x80, 0x9d, 0x95, 0x34, 0xf7, 0x08, 0x1e, 0x5e, 0x04, 0xfc, 0x6d, 0x12, 0x4d, 0x4f, 0xe5, 0x0d, 0xd5, 0xf5, 0x7e, 0xd0, 0x5f, 0x01, 0xd1, 0xe1, 0x26, 0x87, 0x08, 0x71, 0x87, 0x82, 0x14, 0x34, 0x52, 0x50, 0x62, 0x88, 0x11, 0x23, 0x40, 0x88, 0x1a, 0x22, 0x49, 0x1e, 0x64, 0x80, 0x47, 0xc9, 0x42, 0x09, 0x53, 0x16, 0xab, 0x26, 0x80, 0x9a, 0xf5, 0xe0, 0x0f, 0x30, 0xb2, 0xa5, 0x0a, 0x73, 0x7f, 0x01, 0x82, 0x84, 0xa9, 0xc8, 0x00, 0x5d, 0xf4, 0xec, 0x2c, 0xd8, 0xef, 0x90, 0x78, 0x78, 0x11, 0xf0, 0x7e, 0x2f, 0x7f, 0x95, 0x45, 0x08, 0x56, 0x32, 0x89, 0xa4, 0xb8, 0xcd, 0x81, 0x18, 0x2c, 0x39, 0xee, 0x61, 0x00, 0x74, 0xaf, 0x40, 0x12, 0x96, 0x28, 0xac, 0x05, 0x08, 0xc4, 0x71, 0x6b, 0x01, 0x0c, 0x98, 0x2b, 0x31, 0xa0, 0xbe, 0x5f, 0xf0, 0xe0, 0xac, 0x6c, 0x61, 0xbd, 0xf9, 0x3f, 0x99, 0xf7, 0xa1, 0x02, 0xfa, 0x6d, 0x0a, 0xb0, 0x53, 0x49, 0x73, 0xa3, 0x1f, 0xf0, 0xd7, 0x06, 0x29, 0x68, 0x99, 0x55, 0x16, 0x29, 0x28, 0x31, 0xa8, 0x84, 0x12, 0xc9, 0xc1, 0x12, 0x84, 0x25, 0x09, 0x4b, 0x94, 0x7f, 0x32, 0x39, 0x07, 0x4b, 0x1a, 0x96, 0x38, 0x6e, 0xec, 0x1e, 0xc6, 0xd8, 0xd7, 0xfc, 0xa7, 0x04, 0xd8, 0x2c, 0xb8, 0x59, 0x80, 0x8b, 0x20, 0xff, 0x2b, 0xf3, 0x3e, 0x6f, 0xb1, 0xf1, 0xec, 0x7e, 0x39, 0x73, 0x9d, 0x90, 0x82, 0x12, 0x43, 0x8c, 0x18, 0x37, 0x31, 0x5e, 0x50, 0x24, 0xc8, 0x5f, 0x18, 0x30, 0xb1, 0x44, 0xb9, 0x5d, 0x20, 0x0c, 0x4b, 0x1c, 0x96, 0x3c, 0xba, 0x76, 0x87, 0x00, 0x64, 0x16, 0xd0, 0xb7, 0x4b, 0x80, 0xfd, 0x17, 0xc6, 0x8b, 0xdf, 0x2a, 0x00, 0x9c, 0x05, 0xf9, 0x8d, 0x12, 0xa0, 0xfb, 0xc1, 0xee, 0xbf, 0xb4, 0x08, 0xc2, 0x92, 0xe4, 0x4f, 0x12, 0xb2, 0xb0, 0x84, 0xb9, 0x85, 0xe9, 0x61, 0x50, 0xfb, 0xb3, 0x86, 0xdd, 0x2a, 0x98, 0xf8, 0x7a, 0x37, 0x4b, 0x40, 0xfd, 0x27, 0x01, 0xdc, 0x7e, 0x80, 0xfb, 0xaf, 0xcb, 0x42, 0x96, 0x1b, 0x04, 0xe2, 0xfc, 0x1f, 0x43, 0x20, 0xd6, 0xfe, 0xa8, 0x30, 0xf1, 0xfb, 0xd8, 0xd7, 0x90, 0xfd, 0x0e, 0xff, 0x55, 0xca, 0xeb, 0xff, 0x01, 0x5d, 0xfa, 0x5c, 0x10, 0x69, 0x5a, 0x98, 0x35, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_help_192_png_len = 19476; unsigned char gtk_new_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4e, 0x65, 0x77, 0x20, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x1c, 0x90, 0xcd, 0xcb, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x1a, 0xdb, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x3d, 0x8f, 0x24, 0xcb, 0x95, 0x9e, 0x9f, 0x13, 0x11, 0x99, 0x55, 0xdd, 0x33, 0xb7, 0x87, 0xc3, 0x0f, 0x8c, 0xee, 0x72, 0xb9, 0x7b, 0x57, 0x90, 0x43, 0x41, 0x97, 0x10, 0xd6, 0x20, 0x64, 0x09, 0x10, 0x64, 0x11, 0x22, 0x16, 0x58, 0x10, 0xfb, 0x0b, 0x64, 0xe9, 0x17, 0xf0, 0x1f, 0x68, 0x4d, 0x3a, 0x74, 0xe8, 0xae, 0x21, 0x19, 0xb4, 0x04, 0x1a, 0xb2, 0x16, 0xa0, 0x2c, 0x19, 0xb2, 0x44, 0xc8, 0x20, 0x01, 0x52, 0x20, 0x56, 0x22, 0xb8, 0x17, 0xcb, 0x7b, 0x67, 0xae, 0xa6, 0xbb, 0x2a, 0x3f, 0x22, 0xe2, 0xc8, 0x88, 0x88, 0xac, 0xac, 0x9a, 0xfe, 0xae, 0xcc, 0xaa, 0xea, 0xd9, 0x49, 0x20, 0x51, 0x55, 0x59, 0xd9, 0x59, 0xd5, 0x79, 0xde, 0x78, 0xcf, 0x7b, 0x3e, 0x22, 0x4a, 0xf8, 0xb0, 0x1d, 0x7c, 0x53, 0x45, 0x00, 0x33, 0xec, 0xbf, 0x45, 0xf8, 0x04, 0xcd, 0x6f, 0xc7, 0xb2, 0x8b, 0x0c, 0xc7, 0x66, 0xdb, 0xe4, 0x83, 0x39, 0x0e, 0x62, 0x70, 0x0b, 0x54, 0xfc, 0x03, 0x0e, 0x87, 0xe5, 0x25, 0x86, 0xb7, 0x58, 0x04, 0x01, 0x24, 0x3f, 0x82, 0xa2, 0x80, 0xf2, 0x9c, 0xc8, 0x97, 0x44, 0x22, 0x11, 0x4f, 0xe0, 0x1b, 0x78, 0xa0, 0x17, 0x21, 0x7c, 0x00, 0xc0, 0xd3, 0x31, 0xba, 0xe1, 0xff, 0xb2, 0xe0, 0x9c, 0x8a, 0x8a, 0x0a, 0x83, 0x43, 0xb0, 0xb4, 0x38, 0xce, 0x96, 0x86, 0x56, 0x2d, 0xcb, 0x0c, 0x80, 0x6e, 0x07, 0x00, 0x0b, 0x89, 0x28, 0x91, 0x75, 0x13, 0x59, 0xe0, 0x51, 0x02, 0x81, 0x1e, 0x8f, 0xe7, 0xab, 0x74, 0x40, 0x27, 0x42, 0xfc, 0x00, 0x80, 0x53, 0x1d, 0xed, 0x9f, 0xb1, 0x64, 0x49, 0x8d, 0xa3, 0xc6, 0x50, 0xd1, 0x2d, 0x2b, 0x96, 0xea, 0xe8, 0xd5, 0xd1, 0xe3, 0xa8, 0xd5, 0xe0, 0xb1, 0x54, 0x08, 0x54, 0x09, 0x04, 0x1e, 0x70, 0x28, 0xf4, 0x0a, 0x24, 0x00, 0xa8, 0x04, 0x20, 0x10, 0xc5, 0xa3, 0xe2, 0xa9, 0x9b, 0x9e, 0xb7, 0xf4, 0x2c, 0xe8, 0x78, 0x41, 0x0b, 0xb4, 0xfb, 0xb2, 0xc2, 0x07, 0x00, 0x4c, 0x39, 0xe2, 0x61, 0xc9, 0xff, 0x63, 0x89, 0xa5, 0xa6, 0x5f, 0x2e, 0x30, 0x5a, 0x63, 0xb4, 0x42, 0xb4, 0x42, 0xa8, 0xf0, 0xce, 0x51, 0x61, 0x09, 0x6a, 0x01, 0x9b, 0xe8, 0xdf, 0xca, 0xc8, 0x0e, 0x8a, 0x06, 0xc5, 0x11, 0xf1, 0x19, 0x00, 0x4a, 0x40, 0xbd, 0xc7, 0xd1, 0xa3, 0xd2, 0x13, 0xa5, 0x27, 0x4a, 0x47, 0xd5, 0xb4, 0x78, 0x5a, 0x56, 0xb4, 0x7c, 0xcc, 0xfa, 0xb1, 0x7a, 0xe1, 0x03, 0x00, 0xa6, 0x31, 0xfe, 0x82, 0x37, 0x9c, 0x51, 0xb1, 0xa0, 0x5f, 0x2e, 0xb1, 0xba, 0xc0, 0xe8, 0x02, 0xd1, 0x9a, 0xe0, 0x6a, 0x44, 0x2b, 0xc0, 0x11, 0x6d, 0x85, 0xcb, 0xc6, 0x0f, 0x58, 0x9c, 0x15, 0x82, 0x9a, 0xad, 0x8b, 0x59, 0x89, 0x68, 0x28, 0x42, 0x30, 0xa0, 0xe2, 0xd1, 0xb0, 0x01, 0x80, 0xfa, 0x8e, 0x28, 0x1d, 0x2a, 0x1d, 0x41, 0x5a, 0xaa, 0xa6, 0xa1, 0xa3, 0xe1, 0x25, 0x8d, 0x08, 0xed, 0x43, 0xbf, 0xbb, 0xfb, 0x60, 0xbe, 0x3d, 0xd5, 0xfc, 0x67, 0x9c, 0xf3, 0x96, 0x33, 0x16, 0x2c, 0x31, 0x8b, 0x25, 0x1a, 0x97, 0xc9, 0xf8, 0x6e, 0x41, 0xd0, 0x05, 0x6a, 0x6a, 0xac, 0x56, 0x04, 0x5b, 0x61, 0xd4, 0xa1, 0x38, 0xb0, 0x16, 0xd4, 0x12, 0x11, 0x54, 0x0c, 0x36, 0x5f, 0x30, 0x00, 0x91, 0x08, 0x2e, 0x03, 0x20, 0x64, 0x00, 0x54, 0x9e, 0x3e, 0xf4, 0x18, 0xe9, 0x50, 0x9b, 0x8c, 0x6f, 0x7d, 0x8b, 0x48, 0x4d, 0x58, 0x54, 0x2c, 0xdb, 0x8a, 0xb7, 0xb8, 0x2c, 0x36, 0x1f, 0xc4, 0x06, 0x1f, 0x00, 0xb0, 0x8f, 0xaf, 0xff, 0x82, 0x67, 0x3c, 0xe7, 0x0c, 0xbb, 0x3c, 0xc3, 0xc7, 0x33, 0x34, 0x2e, 0xb1, 0x6e, 0x49, 0xd0, 0x25, 0x62, 0x92, 0x0b, 0x40, 0x16, 0x28, 0x15, 0x86, 0x8a, 0x28, 0x15, 0x58, 0x07, 0x6a, 0x71, 0x76, 0x13, 0x06, 0x16, 0x1e, 0x4e, 0xaf, 0x92, 0xf1, 0x43, 0x8c, 0x18, 0xe7, 0x91, 0xe8, 0x51, 0x3c, 0x48, 0x06, 0x80, 0xe9, 0x50, 0x69, 0x89, 0xb6, 0x46, 0xa5, 0xc6, 0xf9, 0x0a, 0x5b, 0x3b, 0x5a, 0xe3, 0xb8, 0x6c, 0x2c, 0x0d, 0x56, 0x95, 0xab, 0xfb, 0x8a, 0xc4, 0xc9, 0x5c, 0xc0, 0x8f, 0x7e, 0xf4, 0xa3, 0xaf, 0x9c, 0x9d, 0x9d, 0xfd, 0xa5, 0x88, 0x7c, 0x07, 0x38, 0x07, 0x30, 0xc6, 0x60, 0xcc, 0x86, 0xe1, 0x44, 0x36, 0x1f, 0x37, 0x3e, 0x0e, 0x10, 0x63, 0x1c, 0xdd, 0x5c, 0xdd, 0x3a, 0x56, 0x1e, 0xc7, 0xc7, 0x6f, 0x3a, 0x7f, 0xf7, 0xdc, 0x9b, 0x8e, 0xef, 0x73, 0x0d, 0x63, 0x7a, 0x73, 0xbe, 0x6c, 0x5d, 0x5d, 0xaf, 0x5d, 0x5d, 0xb5, 0x6e, 0xb1, 0xe8, 0x5c, 0x5d, 0x7b, 0x5b, 0xd9, 0xce, 0x55, 0x75, 0xb0, 0x95, 0xed, 0xad, 0xb1, 0xde, 0x3a, 0x17, 0xac, 0xb3, 0xc1, 0x58, 0xa7, 0xd6, 0x99, 0x68, 0x90, 0x60, 0xac, 0x45, 0x0c, 0xd1, 0x60, 0x10, 0x43, 0x14, 0x50, 0x4a, 0x18, 0xa8, 0x51, 0x55, 0x45, 0x34, 0x06, 0x88, 0x51, 0x35, 0xaa, 0x89, 0x21, 0xa0, 0x3e, 0x48, 0xf4, 0x9e, 0x18, 0x02, 0xfd, 0xd9, 0xd2, 0xff, 0xdd, 0x3f, 0xfb, 0xe4, 0xf3, 0xff, 0xf1, 0x67, 0x7f, 0xf6, 0xf9, 0xdf, 0xa1, 0xd2, 0x62, 0xc3, 0x9a, 0xce, 0x34, 0x18, 0xbf, 0xa6, 0x32, 0x2b, 0xde, 0x36, 0x6b, 0x2c, 0x2b, 0x5e, 0x72, 0x79, 0x1f, 0x81, 0x38, 0x09, 0x00, 0x7e, 0xfc, 0xe3, 0x1f, 0xff, 0x6b, 0x6b, 0xed, 0x7f, 0x12, 0x91, 0x6f, 0x8a, 0xc8, 0x60, 0xe8, 0xf2, 0x7c, 0xbc, 0x8f, 0x8f, 0xef, 0xde, 0x7c, 0x55, 0x1d, 0xf6, 0xdd, 0xd7, 0xf7, 0x7d, 0x6f, 0xee, 0x73, 0x44, 0x02, 0x95, 0x6b, 0xa9, 0xaa, 0x1e, 0xe7, 0x7a, 0x2a, 0xd7, 0x53, 0x55, 0x1e, 0x67, 0x7b, 0x9c, 0xf3, 0x38, 0xeb, 0x71, 0x2e, 0xe0, 0xac, 0xc7, 0xda, 0x80, 0xb5, 0x31, 0xef, 0x01, 0x23, 0x11, 0x63, 0x14, 0x31, 0x11, 0x23, 0x20, 0x12, 0x21, 0x47, 0x7e, 0x99, 0x55, 0x50, 0x15, 0x62, 0x84, 0xa8, 0x10, 0x3c, 0x84, 0x28, 0x04, 0x0f, 0x3e, 0x18, 0xfa, 0x1e, 0x7a, 0x2f, 0x84, 0x40, 0xf7, 0xa7, 0x7f, 0xfc, 0xe5, 0xdf, 0xfc, 0xdb, 0x7f, 0xf3, 0xbf, 0xff, 0x2b, 0x1a, 0x1b, 0x62, 0x5c, 0x13, 0x65, 0x8d, 0x0d, 0x2b, 0x82, 0xac, 0xe8, 0xda, 0x15, 0x96, 0xab, 0xfb, 0x80, 0x60, 0x6f, 0x00, 0xfc, 0xe4, 0x27, 0x3f, 0xf9, 0xba, 0xf7, 0xfe, 0x7f, 0x19, 0x63, 0x5e, 0x89, 0x08, 0x55, 0x55, 0x71, 0x7e, 0x7e, 0xce, 0x7d, 0x80, 0xb0, 0x4d, 0xa9, 0xb7, 0x1b, 0xe5, 0x26, 0xa0, 0x5c, 0xf7, 0x77, 0x8f, 0x3d, 0xe7, 0xae, 0x63, 0x10, 0xa8, 0xab, 0x0e, 0xe7, 0x5a, 0xac, 0x69, 0x71, 0xb6, 0x4d, 0x20, 0xa8, 0x3c, 0xd6, 0x76, 0x19, 0x04, 0xc5, 0xf8, 0x05, 0x00, 0x01, 0x63, 0x02, 0xd6, 0x44, 0x8c, 0xc9, 0x20, 0xb0, 0xc9, 0xf8, 0x82, 0x82, 0x68, 0xb2, 0x7c, 0x01, 0x00, 0x82, 0x2a, 0xc4, 0x28, 0x84, 0x50, 0x1e, 0x05, 0xef, 0x0d, 0x4d, 0x13, 0xb8, 0x5a, 0xf5, 0xf4, 0xbd, 0xa1, 0xf7, 0xa2, 0x7f, 0xfe, 0x9d, 0xdf, 0xff, 0xf5, 0x77, 0xfe, 0xf9, 0xdf, 0xff, 0x4f, 0x34, 0xae, 0x31, 0x71, 0x85, 0x91, 0x15, 0xd1, 0xaf, 0x08, 0x66, 0x45, 0xd7, 0x5e, 0x65, 0x10, 0xbc, 0xbd, 0xcd, 0x1d, 0xec, 0xad, 0x01, 0x42, 0x08, 0xff, 0x5e, 0x44, 0x5e, 0x01, 0x7c, 0xf7, 0xbb, 0xdf, 0xe5, 0xd3, 0x4f, 0x3f, 0xc5, 0x5a, 0x7b, 0x60, 0x7f, 0xac, 0x07, 0xf8, 0x5b, 0x05, 0x7d, 0x0b, 0x5c, 0x81, 0xe6, 0x5d, 0xd6, 0xa0, 0x2b, 0x60, 0x05, 0xba, 0x46, 0x68, 0x80, 0x06, 0x68, 0x41, 0x5b, 0x90, 0x2e, 0x3d, 0xd2, 0xe7, 0xdd, 0x23, 0x04, 0x54, 0xfb, 0x41, 0xe4, 0x0f, 0xd7, 0x1e, 0xc6, 0xe3, 0x38, 0x4b, 0x6c, 0x41, 0x2a, 0x50, 0x07, 0x52, 0xa1, 0x5a, 0xf1, 0xe5, 0x97, 0x6b, 0x7e, 0xfe, 0xdf, 0xfe, 0x3b, 0xb6, 0x43, 0x7e, 0xfb, 0x7f, 0x5e, 0xfe, 0xbb, 0xef, 0xfc, 0x8b, 0xcf, 0x7e, 0x83, 0x8a, 0x25, 0x1a, 0x03, 0x22, 0x44, 0x27, 0x58, 0x0f, 0xf5, 0x42, 0xe9, 0x5a, 0xe5, 0x0f, 0x44, 0x55, 0x2e, 0x6f, 0x12, 0x86, 0x6e, 0x82, 0x9b, 0xff, 0xe7, 0x65, 0x54, 0x7f, 0xfb, 0xdb, 0xdf, 0x3e, 0xb8, 0xf1, 0x0f, 0xb7, 0xad, 0x80, 0x75, 0x36, 0xf4, 0x1a, 0x25, 0x1b, 0x5f, 0xd3, 0x71, 0x61, 0x0d, 0xd2, 0x80, 0xae, 0x41, 0x1b, 0x90, 0x16, 0xb4, 0x03, 0x5a, 0x64, 0x00, 0x40, 0x0f, 0x9a, 0x40, 0x80, 0x44, 0xd0, 0x90, 0xec, 0x5d, 0x40, 0x28, 0x19, 0x00, 0x6a, 0x40, 0x2c, 0xaa, 0x26, 0x19, 0x1f, 0x07, 0xd4, 0x08, 0x15, 0x2f, 0x5e, 0xd4, 0xfc, 0xd1, 0xc7, 0x17, 0xfc, 0xfe, 0xef, 0x5f, 0x13, 0xbc, 0xf9, 0x13, 0xa2, 0x7d, 0x9e, 0xc4, 0x96, 0x17, 0x44, 0xc1, 0x18, 0x30, 0x4e, 0x21, 0x28, 0x1f, 0x2d, 0x23, 0x7d, 0x13, 0x32, 0xd2, 0x56, 0xb3, 0x00, 0x40, 0x44, 0x5e, 0x00, 0x58, 0x6b, 0x07, 0xe3, 0x7b, 0xef, 0xb9, 0xbc, 0xbc, 0xbc, 0x56, 0xfc, 0xed, 0x6e, 0x45, 0x0c, 0x8e, 0x29, 0xf7, 0xb6, 0xf3, 0x27, 0xcb, 0x81, 0xe7, 0xcf, 0xb8, 0x1f, 0x03, 0xb4, 0x08, 0x97, 0x88, 0xac, 0x10, 0xae, 0x80, 0x2b, 0x84, 0x15, 0x22, 0x79, 0xe4, 0x4b, 0x06, 0x00, 0x6b, 0x52, 0x28, 0xde, 0x20, 0xd2, 0x02, 0x1d, 0x42, 0x07, 0xf4, 0x88, 0xf4, 0xa0, 0x89, 0x05, 0x92, 0x3d, 0x02, 0x42, 0xcc, 0x4e, 0x78, 0x9b, 0x01, 0x54, 0x25, 0xe7, 0x89, 0x6c, 0x4a, 0x0f, 0xaa, 0x4b, 0x41, 0x85, 0x59, 0x20, 0x78, 0x2e, 0x3e, 0xb2, 0xbc, 0x79, 0x13, 0xe9, 0x3d, 0xe7, 0x88, 0x3c, 0x43, 0x49, 0x23, 0xdf, 0xf8, 0x24, 0x1e, 0x50, 0x25, 0x58, 0x45, 0x43, 0xc4, 0x2f, 0x23, 0x6f, 0x9b, 0xa0, 0x4a, 0xb8, 0x2e, 0x4f, 0x30, 0x4b, 0x18, 0xe8, 0xbd, 0xe7, 0xf5, 0xeb, 0xd7, 0x37, 0x1a, 0x33, 0x89, 0xa9, 0x74, 0x7c, 0xb9, 0x5c, 0x16, 0x57, 0x82, 0xf7, 0xfe, 0x56, 0xe3, 0x3f, 0xf6, 0xbd, 0xc7, 0x9c, 0x37, 0x8a, 0x4f, 0xb0, 0xe6, 0x0a, 0x91, 0x2b, 0x84, 0x2b, 0x8c, 0x59, 0x27, 0x30, 0xb0, 0x42, 0x64, 0x8d, 0x91, 0x66, 0x00, 0x80, 0x98, 0x16, 0xc9, 0xc6, 0x17, 0xe9, 0x10, 0x5a, 0x44, 0xfa, 0x94, 0xec, 0x17, 0x9f, 0x81, 0x10, 0xb2, 0x2b, 0x88, 0xa8, 0x28, 0xe8, 0xae, 0x7b, 0x36, 0x09, 0x00, 0x6a, 0x40, 0x1c, 0xaa, 0x16, 0xd5, 0x0a, 0x6b, 0x7c, 0x66, 0x0c, 0x8f, 0x73, 0x1d, 0x8b, 0x3a, 0x60, 0x2d, 0xa0, 0xe6, 0x39, 0x26, 0x0a, 0x06, 0x10, 0xa7, 0x18, 0xaf, 0x44, 0x13, 0x31, 0x31, 0x12, 0x5d, 0xe0, 0xdc, 0x7b, 0x02, 0x9e, 0xd7, 0x78, 0x55, 0xba, 0x5d, 0x57, 0xe0, 0x0e, 0x31, 0xca, 0x76, 0x8f, 0xc5, 0x18, 0xdf, 0x19, 0x79, 0x37, 0x89, 0xc3, 0x29, 0x0c, 0xff, 0x50, 0xa3, 0x8f, 0xcf, 0x4f, 0x46, 0x6c, 0x47, 0x8f, 0xcd, 0xf6, 0x73, 0x29, 0x7b, 0x9b, 0x40, 0x50, 0xde, 0xa7, 0xdb, 0x06, 0x81, 0xf8, 0xec, 0x0a, 0x3c, 0x62, 0xb2, 0xfa, 0xd7, 0xe2, 0xef, 0x65, 0xa4, 0x05, 0xfa, 0x14, 0x1d, 0x88, 0x41, 0xb1, 0x88, 0x38, 0x54, 0x13, 0x60, 0x44, 0x22, 0xaa, 0x9e, 0xaa, 0xf2, 0x2c, 0x16, 0x11, 0xeb, 0x11, 0xe0, 0x19, 0xd1, 0x80, 0x44, 0x25, 0xa2, 0x18, 0x13, 0x11, 0x0d, 0x18, 0x02, 0x2e, 0x7a, 0xbc, 0x7a, 0xfc, 0xc2, 0x53, 0xb7, 0x3d, 0xbf, 0xa7, 0xdf, 0x75, 0x05, 0xee, 0xd0, 0xc6, 0xdf, 0xf7, 0x1a, 0x53, 0xbe, 0x7f, 0xe7, 0x79, 0xea, 0x11, 0xd3, 0x25, 0x2a, 0x97, 0xb4, 0xc3, 0x78, 0x74, 0x8f, 0xc0, 0x41, 0x93, 0x76, 0xd3, 0x62, 0xb6, 0x00, 0xd3, 0x25, 0xfa, 0xa7, 0xcb, 0xa3, 0xdf, 0x81, 0xd6, 0x20, 0x2e, 0x19, 0x5f, 0x76, 0x00, 0xa0, 0x31, 0xeb, 0x03, 0x9f, 0x2b, 0x44, 0x2b, 0xa0, 0xca, 0xa2, 0x51, 0x11, 0x89, 0x38, 0xd7, 0x27, 0x00, 0x58, 0x11, 0x8c, 0x3d, 0x47, 0x63, 0x8a, 0x2d, 0x89, 0x11, 0x24, 0x20, 0x04, 0xc4, 0x78, 0x82, 0x78, 0xa2, 0x78, 0x4c, 0xe8, 0xe9, 0x97, 0x3d, 0xe7, 0x4d, 0xa7, 0xba, 0x5d, 0x40, 0x9a, 0x0c, 0x00, 0x77, 0xf9, 0xd2, 0x29, 0x8d, 0x3f, 0x85, 0xe1, 0xef, 0x75, 0x8e, 0xd9, 0x18, 0x3e, 0x19, 0xb9, 0x1d, 0xd1, 0x7b, 0x87, 0x31, 0xfd, 0x00, 0x00, 0x63, 0xba, 0x6c, 0xec, 0xc2, 0x0c, 0xdd, 0x88, 0x39, 0xba, 0x7c, 0xab, 0xcf, 0x93, 0xaa, 0xa7, 0x4a, 0x23, 0x5b, 0x0c, 0x32, 0x28, 0xfe, 0xe4, 0x6e, 0x74, 0x10, 0x87, 0x21, 0x6b, 0x86, 0x3e, 0x7f, 0xde, 0x3a, 0x33, 0x44, 0xa4, 0xca, 0x00, 0x30, 0x46, 0x40, 0xe5, 0x1c, 0x35, 0x0a, 0x31, 0x22, 0x12, 0x50, 0x09, 0x88, 0x78, 0xa2, 0x7a, 0xa2, 0xf7, 0x88, 0x76, 0x18, 0xed, 0xb0, 0xda, 0x61, 0x58, 0x00, 0x8b, 0x31, 0x0b, 0xec, 0x0d, 0x80, 0x18, 0xe3, 0x64, 0x23, 0xf1, 0xae, 0xf3, 0x0f, 0x65, 0xf8, 0x84, 0xe8, 0x80, 0x98, 0x64, 0x00, 0x23, 0x3d, 0x92, 0x85, 0x9c, 0x91, 0x7e, 0x34, 0xb2, 0xbb, 0x77, 0x40, 0xb1, 0x79, 0xaf, 0x30, 0x42, 0x00, 0x4d, 0xf7, 0x5d, 0xcc, 0x02, 0xa4, 0x4e, 0x23, 0x5a, 0x1d, 0x22, 0x36, 0xb9, 0x01, 0x31, 0x03, 0x03, 0xa4, 0x90, 0xdd, 0x83, 0x04, 0x54, 0x93, 0x80, 0x24, 0x5a, 0x10, 0x9f, 0xa3, 0x8b, 0x48, 0xe5, 0x02, 0x8b, 0x3a, 0x22, 0x62, 0x04, 0x31, 0xe7, 0x10, 0x22, 0x4a, 0x12, 0x08, 0xe2, 0x3c, 0x1a, 0x7a, 0x24, 0xf6, 0x19, 0xc1, 0x0b, 0x82, 0x74, 0x48, 0x68, 0xe9, 0x97, 0x0b, 0xbe, 0x6c, 0x16, 0xaa, 0x34, 0x25, 0x37, 0x30, 0x7b, 0x2d, 0xe0, 0x26, 0x57, 0x70, 0x1d, 0x63, 0xcc, 0x25, 0x00, 0x1f, 0x03, 0x40, 0x31, 0xc9, 0x67, 0x1b, 0xe3, 0x33, 0x7d, 0xf7, 0x1b, 0x45, 0x9f, 0xc1, 0x20, 0xe3, 0xe3, 0xda, 0xbc, 0xab, 0x15, 0x24, 0x80, 0x2e, 0x41, 0x96, 0x88, 0x2c, 0x41, 0x16, 0x40, 0x06, 0x80, 0xa9, 0x40, 0x2d, 0x18, 0xbb, 0x1d, 0x04, 0x68, 0x00, 0x93, 0x46, 0xbf, 0x48, 0x0d, 0x74, 0xa8, 0xd8, 0x94, 0x5b, 0xc0, 0x00, 0x0d, 0xae, 0xf2, 0xd4, 0x75, 0x62, 0x03, 0x94, 0xb3, 0x84, 0x32, 0xf1, 0x10, 0x7b, 0x62, 0xcc, 0x21, 0x87, 0xe9, 0x10, 0xed, 0x10, 0xbf, 0x40, 0xb4, 0x25, 0xe8, 0x02, 0xa3, 0x2d, 0x0d, 0x75, 0xfe, 0x12, 0xcd, 0x64, 0x00, 0x18, 0x87, 0x70, 0x8f, 0xd5, 0x01, 0x73, 0x08, 0xc0, 0xfd, 0x34, 0x40, 0x32, 0x34, 0x3a, 0x56, 0xf0, 0x3e, 0x53, 0x7b, 0x3f, 0xf2, 0xeb, 0x05, 0x0c, 0xfd, 0xb6, 0xbb, 0x30, 0xc5, 0xf8, 0x67, 0x69, 0x90, 0x6a, 0x61, 0xdf, 0x7a, 0xb3, 0x4b, 0x0e, 0xf5, 0x64, 0xa4, 0x01, 0x72, 0x94, 0x90, 0x46, 0x7c, 0x0b, 0x58, 0x44, 0x0c, 0x62, 0x52, 0x0d, 0x09, 0x05, 0x67, 0xaf, 0x32, 0x00, 0x54, 0xc0, 0x9c, 0xa1, 0xea, 0x21, 0xa4, 0x72, 0xb1, 0xe4, 0x52, 0x31, 0xb2, 0x40, 0x62, 0x8b, 0x98, 0x1a, 0x91, 0x9a, 0x5a, 0x2a, 0x42, 0xa8, 0xf8, 0x88, 0x8a, 0x2f, 0x26, 0x04, 0xc0, 0x38, 0xa4, 0xdb, 0xc7, 0xf8, 0x87, 0x64, 0x84, 0x3b, 0xcf, 0x51, 0x9f, 0x8d, 0xee, 0xb7, 0x8c, 0x9f, 0x40, 0xe1, 0x37, 0x2c, 0xc0, 0xc8, 0xf8, 0x5b, 0x60, 0xe8, 0x40, 0x17, 0x88, 0x39, 0x03, 0x39, 0x1f, 0x58, 0x00, 0x39, 0x1b, 0x81, 0x20, 0xb5, 0x08, 0x24, 0x31, 0x28, 0x83, 0x06, 0x40, 0x33, 0x00, 0xe8, 0xf3, 0x7b, 0x2e, 0x81, 0x44, 0xcd, 0x26, 0x67, 0x20, 0x4b, 0xea, 0xaa, 0x4d, 0x7f, 0x27, 0xb2, 0x4c, 0x19, 0x27, 0x93, 0x68, 0x1e, 0x59, 0xa0, 0xd2, 0x26, 0x5f, 0x63, 0x6a, 0xa2, 0xaf, 0x89, 0x9a, 0x4a, 0xd2, 0xa2, 0xa9, 0x3b, 0xc9, 0x35, 0x4e, 0x15, 0x2b, 0x42, 0x98, 0x45, 0x04, 0xee, 0x3b, 0xf2, 0x8f, 0x66, 0xf8, 0xe1, 0x9c, 0x62, 0xfc, 0x80, 0x48, 0xc4, 0x48, 0x48, 0xcf, 0x87, 0x63, 0x01, 0x31, 0x01, 0x51, 0x9f, 0x18, 0xc2, 0x64, 0xc5, 0xae, 0x45, 0xf1, 0x57, 0xc9, 0x2e, 0x2c, 0xd2, 0xc8, 0x97, 0xb3, 0x6c, 0xfc, 0x65, 0xde, 0x17, 0x88, 0x2c, 0xb2, 0x20, 0xb4, 0x5b, 0x22, 0xb0, 0x88, 0x3f, 0xcd, 0xa3, 0x3f, 0x19, 0xbe, 0x64, 0x08, 0x13, 0xed, 0x0b, 0x35, 0xc6, 0x54, 0x38, 0xdb, 0x0b, 0x98, 0x05, 0xc2, 0x82, 0x18, 0xbb, 0x5c, 0x7a, 0x6e, 0x11, 0xad, 0x51, 0xad, 0x31, 0x52, 0xa1, 0x26, 0xa9, 0x4e, 0x1f, 0x2b, 0x02, 0x15, 0xa2, 0x0e, 0x4b, 0x95, 0x11, 0x18, 0xdc, 0x94, 0x86, 0x9f, 0x22, 0x24, 0x3c, 0x76, 0x2e, 0x20, 0xe5, 0x23, 0x22, 0x46, 0x62, 0x4a, 0xd9, 0x96, 0xcc, 0x9d, 0xf6, 0x39, 0x7e, 0xcf, 0x6c, 0xa0, 0xdd, 0x00, 0x92, 0x8d, 0x7b, 0xf0, 0x99, 0xbe, 0xcf, 0xd3, 0x00, 0x94, 0x4c, 0xfb, 0x52, 0x0c, 0x7f, 0x9e, 0x5c, 0x82, 0x9c, 0x65, 0x31, 0x58, 0x27, 0x5a, 0x2f, 0x22, 0x50, 0x63, 0xa2, 0x7e, 0xe9, 0x11, 0xad, 0x50, 0xcd, 0xe0, 0xd0, 0x1c, 0x31, 0x4a, 0x44, 0x35, 0x82, 0x59, 0x02, 0x35, 0xce, 0xb5, 0x00, 0x35, 0xca, 0x22, 0xc7, 0xa7, 0xa9, 0xf5, 0x4c, 0x4d, 0x6a, 0x42, 0x8d, 0xb1, 0x42, 0x70, 0x88, 0x3a, 0xc4, 0x3a, 0x44, 0x1c, 0x26, 0xa4, 0xe6, 0xd4, 0x7f, 0x48, 0xec, 0x3f, 0x7b, 0x18, 0x38, 0x85, 0x08, 0x3c, 0x6c, 0x76, 0x50, 0x29, 0xad, 0x39, 0x29, 0x5d, 0x1b, 0x92, 0x4b, 0xb0, 0x31, 0x1b, 0x3c, 0x1f, 0x1f, 0x01, 0x64, 0x00, 0x01, 0x21, 0x8f, 0xfe, 0x7a, 0x24, 0xf8, 0x8a, 0xef, 0xcf, 0x7a, 0x40, 0xce, 0x81, 0xc2, 0x06, 0x75, 0x16, 0x83, 0x19, 0x00, 0x26, 0x66, 0x60, 0x75, 0xd9, 0xf7, 0x97, 0xb4, 0x5d, 0x1c, 0x7d, 0x2f, 0xbf, 0xf9, 0x0c, 0x6a, 0x90, 0xae, 0x46, 0xa5, 0x4a, 0x74, 0x22, 0x15, 0x1a, 0x53, 0x8c, 0x19, 0x25, 0x3d, 0x62, 0x1c, 0xe2, 0x13, 0x08, 0xaa, 0xdc, 0x8a, 0xd6, 0xe6, 0xf6, 0xf4, 0x29, 0x45, 0xe0, 0xa1, 0x47, 0xfe, 0x7c, 0x21, 0x61, 0x09, 0xc5, 0xc2, 0x96, 0xb1, 0x87, 0xd8, 0xbc, 0x80, 0x82, 0x30, 0xb8, 0x88, 0x94, 0x30, 0x2a, 0x00, 0x59, 0x6e, 0xfc, 0x3b, 0xd5, 0x48, 0xf4, 0x2d, 0xd2, 0xc8, 0x27, 0xeb, 0x82, 0xc1, 0x25, 0x54, 0xa3, 0x30, 0x30, 0xa6, 0x0a, 0x62, 0x51, 0xfc, 0x0a, 0x22, 0x8a, 0x6a, 0x18, 0xdc, 0x43, 0xd2, 0x1d, 0x35, 0xe4, 0xc1, 0x8e, 0x4a, 0x85, 0x92, 0x46, 0x3a, 0xe2, 0x06, 0xe1, 0x60, 0xb1, 0xf8, 0x61, 0xf4, 0x5b, 0xf0, 0xa9, 0x19, 0x55, 0xd4, 0x72, 0xb6, 0x34, 0x2c, 0x1b, 0xa3, 0x9a, 0x4e, 0x9e, 0x25, 0x0a, 0xd8, 0x57, 0x04, 0x1e, 0x2f, 0x24, 0x8c, 0x5b, 0xbb, 0x88, 0x22, 0x06, 0x24, 0x55, 0xea, 0x11, 0x29, 0x7e, 0x38, 0x0e, 0xa2, 0x4d, 0x4c, 0x1e, 0x9d, 0xc2, 0x46, 0xb8, 0xe5, 0x12, 0x6e, 0xf2, 0xf3, 0x75, 0xce, 0x01, 0x6c, 0x98, 0x20, 0x35, 0x4d, 0x65, 0x51, 0x58, 0xcc, 0xa0, 0x7d, 0x1e, 0xfd, 0x45, 0xf0, 0x15, 0x00, 0x96, 0x6a, 0x62, 0xbe, 0xa6, 0xa6, 0x14, 0x71, 0x02, 0x99, 0xd8, 0x94, 0x50, 0x90, 0x54, 0x35, 0x42, 0x72, 0xbf, 0xa1, 0x58, 0xac, 0x31, 0x88, 0x1a, 0x62, 0x4c, 0xd9, 0x26, 0x87, 0x21, 0x32, 0xce, 0x3e, 0x99, 0x83, 0x24, 0x82, 0x6e, 0x03, 0xc4, 0x14, 0x2c, 0x31, 0x65, 0x48, 0x68, 0x24, 0x19, 0x79, 0x6c, 0xec, 0x92, 0x9e, 0x1d, 0x5e, 0x13, 0x53, 0x23, 0x07, 0x31, 0x1b, 0xbf, 0x80, 0x21, 0xdf, 0x57, 0x63, 0xb3, 0x71, 0xc6, 0x7b, 0x3d, 0x62, 0x84, 0x65, 0x66, 0x82, 0x67, 0x23, 0x3d, 0x00, 0x68, 0x87, 0xea, 0x3a, 0xe7, 0x05, 0x62, 0x06, 0x43, 0xb7, 0xe9, 0x09, 0x20, 0x87, 0x82, 0x92, 0xec, 0xac, 0xc1, 0x08, 0x58, 0x41, 0xa2, 0x45, 0xc7, 0x86, 0x95, 0xfc, 0xa8, 0x9b, 0x47, 0xb1, 0x06, 0x1f, 0x0d, 0x06, 0x43, 0xab, 0x86, 0x1e, 0xc3, 0xf3, 0x09, 0x00, 0x70, 0x5b, 0x1e, 0xe0, 0x69, 0xba, 0x02, 0xcd, 0x39, 0xf7, 0xf1, 0x09, 0x3a, 0xa4, 0x61, 0xd1, 0x6c, 0x74, 0x8d, 0x9b, 0x6e, 0x1e, 0x89, 0x39, 0x90, 0xcb, 0xf7, 0x5e, 0x25, 0x29, 0x77, 0x29, 0x4d, 0x1d, 0x39, 0xde, 0x57, 0x07, 0x26, 0x03, 0x41, 0xb2, 0x4b, 0x90, 0xe7, 0x19, 0x10, 0x0a, 0xd2, 0xe4, 0xf6, 0x80, 0x3e, 0xfb, 0xf7, 0x1a, 0xa2, 0xdb, 0xbe, 0x86, 0x14, 0x61, 0x28, 0x1b, 0x3b, 0xa7, 0x50, 0xc1, 0x20, 0x62, 0x50, 0x31, 0xa9, 0x91, 0x60, 0x34, 0xda, 0x23, 0xe9, 0x98, 0x58, 0x01, 0x23, 0x2c, 0x42, 0x8a, 0x5c, 0x99, 0xc0, 0x05, 0x8c, 0xf3, 0x00, 0x0f, 0xc9, 0x07, 0x4c, 0x21, 0x02, 0x67, 0x89, 0x0c, 0x64, 0x04, 0x04, 0x1d, 0xb5, 0x6c, 0x49, 0xee, 0x55, 0x30, 0xa5, 0x6b, 0xa7, 0x80, 0x44, 0x37, 0xa0, 0x31, 0xa5, 0xb0, 0x53, 0xc2, 0xb6, 0x74, 0xbf, 0xa5, 0x18, 0x6d, 0x00, 0xc7, 0x18, 0x0c, 0x4b, 0xe0, 0xf9, 0xe8, 0xf3, 0xfb, 0x3c, 0xe2, 0xcd, 0x60, 0xd7, 0x61, 0x20, 0x23, 0x99, 0x1d, 0xc6, 0x55, 0x44, 0x21, 0xa1, 0x4d, 0x85, 0x58, 0xe6, 0x19, 0x6a, 0xde, 0x33, 0x27, 0x48, 0x26, 0x14, 0x46, 0x53, 0xd1, 0x0c, 0xc2, 0x6f, 0x27, 0x72, 0x01, 0xbb, 0x1d, 0xbe, 0x73, 0xe7, 0x03, 0x0e, 0x9e, 0x16, 0xde, 0x75, 0x55, 0xaa, 0x13, 0xb5, 0xd3, 0xca, 0x38, 0x07, 0xcc, 0xac, 0xf3, 0x74, 0xec, 0x00, 0x02, 0x26, 0x2f, 0x07, 0x1f, 0x52, 0x04, 0xce, 0x1e, 0x12, 0x52, 0x8c, 0x2d, 0xc3, 0x88, 0x56, 0x86, 0xce, 0xed, 0x91, 0x9d, 0x64, 0x7b, 0x17, 0x19, 0x31, 0x45, 0xde, 0x47, 0x2e, 0x62, 0x57, 0x5c, 0xa6, 0x84, 0x4f, 0x97, 0x5a, 0xc7, 0x86, 0xad, 0x49, 0xc7, 0xd4, 0xe7, 0x73, 0x72, 0x85, 0x97, 0x51, 0xf7, 0xb0, 0xe4, 0x7c, 0xc1, 0xf8, 0x58, 0xca, 0x10, 0x29, 0x06, 0x45, 0xb3, 0x78, 0xd1, 0xfc, 0xe1, 0xe5, 0x54, 0x19, 0xfe, 0x15, 0xa5, 0x46, 0xe9, 0x51, 0x3e, 0x49, 0x0e, 0xe6, 0xa8, 0xe5, 0xe0, 0xd3, 0x4b, 0x12, 0x8d, 0x0d, 0xbb, 0x7b, 0xcc, 0xa0, 0x48, 0xe2, 0xd5, 0x52, 0xc7, 0x97, 0x31, 0x1d, 0x87, 0x64, 0x1c, 0x93, 0x0d, 0xa3, 0xc5, 0xd0, 0x61, 0x93, 0xe3, 0xa7, 0xe4, 0xf8, 0x6b, 0x54, 0x6d, 0xbe, 0x4c, 0x97, 0xcf, 0xcf, 0x22, 0x90, 0xdc, 0x48, 0xaa, 0xfd, 0xe6, 0xef, 0xd5, 0x8f, 0xae, 0x95, 0xc1, 0x55, 0xc0, 0x11, 0x45, 0x21, 0xe6, 0xbe, 0x75, 0xd5, 0x61, 0x96, 0x71, 0x02, 0x45, 0x3a, 0xc9, 0x48, 0x24, 0x78, 0x45, 0x82, 0x6e, 0xbe, 0x60, 0x92, 0x96, 0x47, 0xc9, 0x04, 0x9e, 0x6a, 0xb1, 0x68, 0x10, 0xd3, 0xb2, 0x99, 0xb8, 0xc3, 0x48, 0x5c, 0x0f, 0xfe, 0xbc, 0xf8, 0xe1, 0x9c, 0xaa, 0x55, 0x95, 0x9c, 0x0b, 0x88, 0x43, 0xeb, 0xd6, 0x60, 0xf0, 0x92, 0xdb, 0xa7, 0xcf, 0xc6, 0x75, 0x03, 0xf9, 0xaa, 0x86, 0x54, 0xee, 0x85, 0x51, 0x01, 0x68, 0x9d, 0x6b, 0x35, 0x39, 0x0a, 0x18, 0xf7, 0x12, 0x66, 0x10, 0x68, 0xf4, 0x88, 0x89, 0x8a, 0xc4, 0x94, 0x28, 0x28, 0xc9, 0x09, 0x25, 0x20, 0x9a, 0x1e, 0x8d, 0x94, 0xc9, 0x66, 0x4a, 0x0c, 0x29, 0xb4, 0xe9, 0xf3, 0x6e, 0x92, 0xaa, 0x3d, 0x48, 0x14, 0xb0, 0x8f, 0xf1, 0x0f, 0xaf, 0x03, 0xde, 0x35, 0xfc, 0x10, 0x5d, 0x6d, 0x29, 0x6f, 0x9b, 0x8d, 0x5e, 0x14, 0xbe, 0x4d, 0x8d, 0x39, 0x92, 0xcb, 0xb9, 0x25, 0x6b, 0xa7, 0x3d, 0x5a, 0x9a, 0x43, 0xa5, 0xcd, 0x61, 0x5c, 0x29, 0x01, 0xfb, 0x4d, 0xdc, 0x4f, 0x2e, 0x05, 0xd3, 0x67, 0x57, 0x90, 0xbb, 0x8b, 0x0b, 0x08, 0x72, 0x65, 0x32, 0x15, 0x89, 0x4a, 0x7a, 0xda, 0x03, 0xb1, 0x14, 0x25, 0x7c, 0x42, 0x93, 0xa6, 0x0f, 0x37, 0x1a, 0xf0, 0x31, 0x22, 0x31, 0x17, 0x33, 0x08, 0x44, 0x02, 0x8e, 0x80, 0x95, 0xc0, 0x32, 0xa5, 0x3b, 0x27, 0x8b, 0x02, 0xf6, 0x4d, 0x05, 0xcf, 0xcd, 0x06, 0xf7, 0x77, 0x07, 0xd9, 0xe8, 0x92, 0xc3, 0x2f, 0x46, 0x21, 0xb6, 0xb8, 0x14, 0x4d, 0xc9, 0xb8, 0x63, 0x37, 0xbf, 0xce, 0xb9, 0x18, 0x72, 0x51, 0x28, 0xc5, 0xf6, 0x25, 0xb1, 0xd3, 0xa6, 0xd0, 0x4f, 0xed, 0x46, 0xc9, 0x17, 0x97, 0xa0, 0xed, 0x06, 0x00, 0xa2, 0x9b, 0x54, 0xb0, 0x36, 0x23, 0x26, 0x68, 0x07, 0x20, 0xa8, 0x76, 0x43, 0xa3, 0x88, 0x6a, 0x4f, 0x2a, 0x05, 0xd3, 0xa3, 0xf8, 0xd4, 0x3c, 0x28, 0x9e, 0x18, 0x33, 0x08, 0xf0, 0x69, 0x8d, 0x01, 0x9f, 0x5e, 0x5b, 0x09, 0x34, 0x12, 0xa1, 0x89, 0xac, 0x89, 0xf2, 0xd5, 0x09, 0x5c, 0xc0, 0x6d, 0x0c, 0xb0, 0x4f, 0x58, 0x78, 0x5c, 0x1d, 0x90, 0x47, 0xf7, 0x96, 0xa1, 0xed, 0x00, 0x0a, 0xcd, 0x55, 0x3a, 0x31, 0x6e, 0xe7, 0x3d, 0x97, 0x0d, 0x56, 0x40, 0x50, 0x8d, 0xe8, 0xbe, 0x74, 0xff, 0x94, 0xbc, 0x42, 0xc8, 0x46, 0x75, 0x1b, 0x00, 0xc4, 0x5c, 0x0c, 0x1a, 0x5c, 0x45, 0x62, 0x02, 0xd5, 0xf5, 0xd0, 0x66, 0x9e, 0xc0, 0xd1, 0xa1, 0xb1, 0xb0, 0x82, 0x76, 0x88, 0x26, 0xc1, 0x60, 0x8a, 0x70, 0xd0, 0x3e, 0x01, 0x43, 0x3d, 0x1a, 0x53, 0x73, 0x41, 0x20, 0xb1, 0x43, 0x85, 0xc7, 0xe0, 0xb9, 0x4a, 0x7d, 0x81, 0xb3, 0xd5, 0x02, 0xf6, 0xa1, 0xf8, 0xe3, 0xbb, 0x82, 0x94, 0x71, 0x2b, 0x5d, 0xb9, 0x05, 0x04, 0xbb, 0x33, 0x75, 0x92, 0x48, 0x4b, 0x39, 0x7f, 0xcd, 0x74, 0x8f, 0x58, 0x44, 0xbb, 0xd1, 0xdf, 0x98, 0x8d, 0x78, 0x2c, 0x93, 0x40, 0x34, 0xa4, 0x78, 0x9f, 0x6b, 0xca, 0xc1, 0x1a, 0x06, 0x23, 0x43, 0x9b, 0x45, 0x61, 0x01, 0x42, 0x99, 0x75, 0x94, 0x80, 0xe0, 0x3d, 0xa9, 0x6d, 0xb9, 0xf8, 0x98, 0x01, 0x0c, 0xf4, 0x98, 0xd8, 0x13, 0xf1, 0x18, 0xfa, 0xd4, 0x18, 0xea, 0x7b, 0x4c, 0xf0, 0x58, 0xe3, 0x47, 0xeb, 0x0e, 0x4d, 0xd3, 0x13, 0xf8, 0xd8, 0x28, 0xe0, 0x58, 0xc6, 0xbf, 0x0b, 0x18, 0x8a, 0x4b, 0x95, 0x55, 0xa9, 0x72, 0xda, 0x35, 0x19, 0x5d, 0x35, 0x55, 0x54, 0x4b, 0x63, 0xa7, 0x8e, 0x73, 0xfe, 0xda, 0xa7, 0xf3, 0xd5, 0xa7, 0x19, 0x42, 0x05, 0x00, 0xb2, 0x49, 0xe0, 0x68, 0xae, 0xe8, 0x6d, 0xca, 0xc9, 0x6e, 0x93, 0xd9, 0xdb, 0x02, 0x80, 0xcf, 0x74, 0xdf, 0x66, 0x83, 0xe7, 0x29, 0x67, 0x92, 0xa6, 0x9c, 0xa9, 0x36, 0xc4, 0xd8, 0xd1, 0xf7, 0x02, 0xc4, 0x36, 0xed, 0x9a, 0x91, 0xa1, 0xa9, 0x15, 0x4c, 0xa5, 0xc3, 0xc4, 0x0e, 0x8d, 0x3d, 0x56, 0x13, 0x18, 0x94, 0x9e, 0x46, 0x12, 0x03, 0x24, 0x9a, 0x61, 0x76, 0x0d, 0x70, 0x68, 0xe3, 0x4f, 0xe3, 0x0a, 0x12, 0x75, 0x2b, 0x36, 0x55, 0xdc, 0xa8, 0x72, 0x7d, 0xbf, 0x4b, 0xf5, 0x96, 0x4c, 0xeb, 0x32, 0xf8, 0x79, 0x9f, 0xc3, 0xba, 0x1c, 0xaa, 0x11, 0x13, 0x65, 0x6b, 0x09, 0x15, 0x19, 0x9a, 0x39, 0xc0, 0x27, 0xdf, 0x5d, 0x00, 0xa6, 0xa3, 0x96, 0xb0, 0x3c, 0x01, 0x55, 0xb5, 0x1f, 0x15, 0x86, 0xb2, 0x6d, 0x4d, 0x37, 0x9a, 0x76, 0xd6, 0xd1, 0x75, 0x42, 0xdf, 0xa3, 0xa8, 0xa6, 0xee, 0x53, 0x8d, 0xa9, 0x21, 0x51, 0x33, 0x00, 0xd0, 0x8e, 0x90, 0xfb, 0x03, 0x43, 0x99, 0x9a, 0x24, 0x3d, 0x75, 0xd3, 0xb3, 0xde, 0xac, 0x38, 0x36, 0x7b, 0x14, 0x70, 0x0a, 0x22, 0xf0, 0x51, 0x69, 0x61, 0xa9, 0x41, 0xcb, 0x28, 0x4f, 0x02, 0x4f, 0x72, 0x65, 0x8f, 0x5c, 0x9d, 0x4b, 0x06, 0xaf, 0xb3, 0x1a, 0xf7, 0xa9, 0xda, 0x37, 0x4a, 0xd2, 0x08, 0xa5, 0xb0, 0x33, 0x2a, 0x18, 0x95, 0xc1, 0xa7, 0xa5, 0x78, 0x67, 0x20, 0xca, 0x48, 0x04, 0xc6, 0x9d, 0xb0, 0xb1, 0xdb, 0xd0, 0x7e, 0x66, 0x02, 0xdf, 0x43, 0xd7, 0x1b, 0xba, 0x4e, 0x41, 0x74, 0x0d, 0x31, 0x83, 0x40, 0x1b, 0x44, 0x1b, 0x54, 0x5b, 0x34, 0x76, 0x69, 0x82, 0x42, 0x68, 0x21, 0x76, 0x98, 0xd0, 0xe1, 0x4d, 0xea, 0x5f, 0x5b, 0xa5, 0xd1, 0x3f, 0x99, 0x0b, 0x78, 0xc8, 0x3c, 0xbb, 0x7d, 0x27, 0x6b, 0x4c, 0xd9, 0x42, 0x76, 0xdb, 0xfb, 0xaa, 0xb9, 0x7f, 0x9f, 0xd2, 0xdc, 0x51, 0x12, 0x33, 0xfd, 0x76, 0x28, 0x36, 0xec, 0x71, 0x64, 0xe8, 0x7c, 0x2f, 0x04, 0x44, 0xd6, 0x23, 0xa3, 0xfa, 0x1d, 0xdf, 0xef, 0x86, 0x94, 0xfd, 0x86, 0x01, 0x34, 0xbb, 0x91, 0x51, 0xd2, 0xa8, 0x44, 0x06, 0xd2, 0x81, 0x3a, 0x7c, 0xa8, 0x68, 0xdb, 0x9e, 0xae, 0x13, 0xdd, 0xcc, 0x56, 0x0d, 0x0d, 0x46, 0x1b, 0x82, 0xb6, 0x88, 0xb6, 0xa8, 0xb6, 0x58, 0x6d, 0x89, 0xd2, 0x61, 0x25, 0x3d, 0x46, 0xe9, 0x50, 0x3a, 0xfe, 0x78, 0x33, 0x47, 0x70, 0xf2, 0x4c, 0xe0, 0x6d, 0x93, 0x3c, 0xf7, 0x31, 0xfe, 0xe1, 0x43, 0x42, 0x9b, 0xfb, 0xf6, 0x4a, 0x65, 0x6e, 0x81, 0x4a, 0x89, 0xc5, 0xeb, 0xed, 0x04, 0x8f, 0xd4, 0xd9, 0x77, 0x97, 0x34, 0x6f, 0x61, 0xfd, 0xb2, 0x0e, 0x64, 0xb3, 0x01, 0x4a, 0x09, 0x11, 0x87, 0x7c, 0xc0, 0xf6, 0x22, 0x61, 0x43, 0x84, 0xa0, 0x63, 0x16, 0x48, 0x21, 0x9f, 0x90, 0x9a, 0x4b, 0xfb, 0xbe, 0xa7, 0x6d, 0xa1, 0xf7, 0xa2, 0x68, 0x4c, 0x53, 0x96, 0x95, 0x35, 0x51, 0x1b, 0x24, 0xac, 0x51, 0x1a, 0x8c, 0x34, 0xf8, 0xd0, 0x22, 0xb1, 0x45, 0x43, 0x4b, 0x34, 0x2d, 0x55, 0xd3, 0x72, 0x49, 0x27, 0x5f, 0xd9, 0x54, 0x05, 0xdc, 0x94, 0x86, 0x9f, 0xa2, 0x1a, 0x77, 0x4a, 0xd9, 0x41, 0x65, 0x91, 0x1b, 0x3d, 0x0b, 0x03, 0x2c, 0xb6, 0x46, 0x7e, 0x52, 0xfe, 0x7e, 0xe8, 0x0d, 0x18, 0x72, 0xf3, 0x71, 0x9c, 0x49, 0x2e, 0x59, 0xc4, 0x1e, 0xd1, 0xab, 0x9c, 0x0f, 0xe8, 0x92, 0xf1, 0xe3, 0x35, 0x53, 0xc3, 0xe2, 0x66, 0x6a, 0x58, 0xfa, 0x9c, 0x3e, 0xa7, 0x8c, 0xcf, 0x87, 0x1e, 0x43, 0x1f, 0xae, 0x68, 0x3b, 0x83, 0xf7, 0x02, 0x1a, 0xd3, 0x1c, 0x75, 0xd5, 0x35, 0x92, 0x43, 0x85, 0xf2, 0x68, 0x24, 0xed, 0x41, 0x5a, 0x2a, 0x69, 0xe9, 0xe8, 0x78, 0x95, 0xda, 0xc1, 0x67, 0x2d, 0x06, 0xdd, 0xc7, 0x88, 0x87, 0x36, 0xfe, 0xe3, 0x18, 0xc1, 0xe5, 0x46, 0xdb, 0x62, 0xfc, 0xe2, 0x06, 0xd2, 0x4c, 0x5d, 0x91, 0xb0, 0x53, 0x2e, 0x96, 0x21, 0x2d, 0x9c, 0x92, 0x49, 0x79, 0x8e, 0x7f, 0x29, 0xff, 0x96, 0x6e, 0xe3, 0xc1, 0x06, 0x66, 0xd4, 0xf5, 0x3b, 0x16, 0x8a, 0xc5, 0x8d, 0x58, 0x90, 0x65, 0xd2, 0x0a, 0xba, 0x40, 0x64, 0x89, 0x6a, 0x4d, 0xd7, 0x39, 0xda, 0xd6, 0xe0, 0x7b, 0x14, 0x89, 0x79, 0xae, 0x7a, 0x5c, 0x21, 0xba, 0xc2, 0x67, 0xa5, 0x68, 0xe2, 0x9a, 0x18, 0x1b, 0x34, 0x34, 0x54, 0xa6, 0xc1, 0x37, 0x0d, 0x17, 0x34, 0xbb, 0x4b, 0xc6, 0x1c, 0xb5, 0x16, 0x70, 0x0a, 0x3a, 0xe0, 0xce, 0x90, 0x50, 0x97, 0x40, 0x8f, 0x98, 0x52, 0x8c, 0x89, 0x9b, 0x4a, 0x5d, 0xa6, 0x7b, 0x2d, 0x53, 0x7b, 0x94, 0xd1, 0xe3, 0x38, 0x9d, 0xdc, 0x6f, 0x34, 0x04, 0xb9, 0xd2, 0x37, 0xd6, 0x0d, 0xc3, 0x62, 0x55, 0xa5, 0x57, 0xa0, 0xca, 0x3d, 0x1d, 0x76, 0x10, 0xa2, 0xc2, 0x02, 0x65, 0x09, 0x52, 0xd3, 0xfb, 0x8a, 0xa6, 0x35, 0x78, 0x8f, 0x22, 0x5c, 0x11, 0xb3, 0xf1, 0x83, 0xa6, 0xa5, 0x62, 0x44, 0x57, 0xc4, 0xb8, 0xc6, 0x98, 0x04, 0x02, 0x69, 0x1b, 0xfa, 0x92, 0x59, 0x9a, 0xa1, 0x1c, 0x7c, 0x1b, 0x10, 0xc6, 0x02, 0x71, 0xdc, 0x38, 0x72, 0xcc, 0xea, 0xe1, 0xc3, 0x5c, 0x94, 0x45, 0xe4, 0x6c, 0x93, 0x66, 0xcf, 0xa3, 0x7f, 0xbc, 0xb8, 0x93, 0xa0, 0xc9, 0x95, 0x2b, 0x9b, 0xc6, 0x9c, 0x61, 0x31, 0x50, 0x3b, 0xa2, 0xfd, 0x2a, 0x0b, 0xc1, 0x38, 0xba, 0x46, 0x64, 0x6b, 0x6e, 0x98, 0x9a, 0x51, 0xf2, 0x28, 0x67, 0x21, 0x71, 0x28, 0x8b, 0x3c, 0x07, 0xa4, 0xa6, 0xef, 0x1d, 0x4d, 0x63, 0x52, 0x22, 0x88, 0x78, 0x85, 0xe8, 0x0a, 0xd1, 0x2b, 0x8c, 0xa6, 0xe7, 0x2a, 0x6b, 0xac, 0xac, 0x09, 0x7e, 0x8d, 0x33, 0x6b, 0x7a, 0x1a, 0xbe, 0xc2, 0xfa, 0xba, 0xb5, 0x82, 0x26, 0x8b, 0x02, 0x6e, 0x32, 0xe8, 0x17, 0x5f, 0x7c, 0xc1, 0xaf, 0x7e, 0xf5, 0x2b, 0x8c, 0x31, 0x7c, 0xf3, 0x9b, 0xdf, 0xe4, 0x5b, 0xdf, 0xfa, 0xd6, 0xbd, 0xc2, 0xc2, 0x63, 0x89, 0xc3, 0xeb, 0xce, 0x51, 0x4d, 0x2b, 0x73, 0x50, 0x28, 0x3f, 0x97, 0xdd, 0x53, 0xb9, 0xb7, 0x98, 0x2e, 0xb5, 0x8d, 0x26, 0xbf, 0x2e, 0x23, 0x95, 0x6f, 0x19, 0x1a, 0x3a, 0x73, 0x81, 0x28, 0x15, 0xef, 0x8a, 0xaf, 0xd7, 0x6d, 0x00, 0x48, 0x02, 0x81, 0x96, 0x35, 0x82, 0x72, 0xaa, 0x59, 0x73, 0x1f, 0xa1, 0x52, 0xd1, 0xf7, 0x85, 0x01, 0x44, 0x51, 0xbd, 0x22, 0xea, 0x0a, 0x53, 0x1e, 0x65, 0x45, 0x8c, 0x2b, 0x08, 0x2b, 0x82, 0xac, 0x91, 0x66, 0xcd, 0x8a, 0xb5, 0x5c, 0x5c, 0xbf, 0x8a, 0xe8, 0xec, 0xb5, 0x80, 0x5f, 0xff, 0xfa, 0xd7, 0x5c, 0x5c, 0x5c, 0xf0, 0xfc, 0xf9, 0x73, 0xfa, 0xbe, 0xc7, 0x39, 0x47, 0x08, 0xe1, 0xe0, 0x29, 0xe3, 0xfd, 0xb3, 0x83, 0xe7, 0xa3, 0x18, 0x3f, 0x37, 0x88, 0x0a, 0x43, 0xff, 0x9f, 0x6a, 0xbe, 0x86, 0xd8, 0x9c, 0x31, 0xac, 0x36, 0x8f, 0x74, 0x08, 0x69, 0xbd, 0xc7, 0x32, 0x97, 0x40, 0x4b, 0xb3, 0x29, 0x3b, 0x00, 0xc8, 0xfa, 0x21, 0xe9, 0x88, 0x4d, 0xad, 0x41, 0xe3, 0x02, 0x35, 0x67, 0x40, 0x4d, 0xef, 0x17, 0x34, 0x8d, 0x25, 0x78, 0x94, 0x18, 0x2e, 0x07, 0xda, 0x37, 0xb2, 0xc2, 0xc4, 0x2b, 0x7a, 0xbf, 0x42, 0xcd, 0x9a, 0xaa, 0x5d, 0xd1, 0xb0, 0xe6, 0xd5, 0xf5, 0xeb, 0x03, 0xcd, 0xaa, 0x01, 0xca, 0x0d, 0xad, 0xeb, 0x9a, 0x97, 0x2f, 0x5f, 0xf2, 0x8d, 0x6f, 0x7c, 0x83, 0xae, 0xeb, 0xb0, 0xd6, 0x52, 0xd7, 0x35, 0x6d, 0xdb, 0x3e, 0x89, 0x7a, 0xc1, 0x76, 0x95, 0xf0, 0x19, 0x43, 0x57, 0x4e, 0x31, 0x9b, 0x14, 0xc1, 0x27, 0x3b, 0xb4, 0x5f, 0x0a, 0x40, 0x39, 0xee, 0x97, 0x52, 0x1a, 0xde, 0xcc, 0x37, 0x18, 0x9a, 0x46, 0xb6, 0x18, 0x20, 0x95, 0x9d, 0x37, 0x0c, 0x60, 0xf3, 0xbc, 0x8f, 0x3c, 0xc5, 0x8c, 0x9a, 0xbe, 0xaf, 0x59, 0xaf, 0xb3, 0x0b, 0x10, 0xbd, 0x24, 0xea, 0x7a, 0x18, 0xf9, 0xbd, 0x5f, 0x61, 0xcc, 0x15, 0xae, 0xbd, 0xa2, 0x65, 0xc5, 0x57, 0xb9, 0xba, 0x6d, 0xe9, 0xd8, 0xd9, 0xc2, 0xc0, 0xb2, 0x7d, 0xfc, 0xf1, 0xc7, 0x43, 0xdf, 0xe0, 0xd9, 0xd9, 0x19, 0x2f, 0x5f, 0xbe, 0xe4, 0xb3, 0xcf, 0x3e, 0x7b, 0xa2, 0xc5, 0x22, 0x8b, 0xf2, 0x6c, 0x68, 0x0b, 0x93, 0x61, 0x41, 0xa7, 0xd1, 0xf2, 0x6e, 0x3a, 0x06, 0x80, 0x63, 0xbc, 0x3a, 0x58, 0x02, 0x81, 0xe7, 0x9d, 0xf6, 0x30, 0x2d, 0x40, 0xd2, 0x6d, 0x0d, 0x30, 0xac, 0x13, 0xe4, 0xf2, 0xec, 0xaf, 0x33, 0x54, 0x2b, 0x7a, 0x5f, 0xb3, 0x1e, 0x18, 0x20, 0x5e, 0x62, 0x62, 0x02, 0x40, 0xef, 0xd7, 0x18, 0xb3, 0xc2, 0xb5, 0x57, 0x74, 0xac, 0x78, 0xc9, 0xd5, 0x5d, 0x0b, 0x45, 0xce, 0x2e, 0x02, 0x5f, 0xbd, 0x7a, 0x05, 0xc0, 0xb3, 0x67, 0xcf, 0xb8, 0xb8, 0xb8, 0xe0, 0xf2, 0xf2, 0x12, 0x9f, 0xd4, 0xcb, 0x49, 0xd6, 0x0b, 0xee, 0x7e, 0xdf, 0x8d, 0x40, 0xb0, 0x6b, 0xf8, 0x64, 0x30, 0x19, 0xe6, 0x01, 0x74, 0x20, 0x7d, 0xaa, 0xdf, 0x0f, 0x2b, 0x7e, 0x84, 0x1d, 0xe3, 0xc7, 0xed, 0x25, 0x82, 0x64, 0x2c, 0x02, 0xd3, 0x75, 0x55, 0x1d, 0xaa, 0x0b, 0x94, 0xc4, 0x00, 0x5d, 0x57, 0xb3, 0x6e, 0x0c, 0x21, 0x18, 0xc5, 0xc4, 0xb7, 0x18, 0x93, 0x04, 0x9f, 0x98, 0x35, 0xae, 0x5d, 0xd1, 0x0e, 0xc6, 0xf7, 0x77, 0xd9, 0x6d, 0xd6, 0xa9, 0x61, 0xe3, 0x1b, 0xba, 0x5a, 0xad, 0x58, 0xad, 0x56, 0xd7, 0x8a, 0xbe, 0x7d, 0x6a, 0x03, 0x87, 0x9e, 0x5d, 0xbc, 0xc9, 0x0f, 0x7c, 0x94, 0x23, 0x04, 0x9b, 0x17, 0x7a, 0x28, 0x0d, 0x1f, 0x5d, 0xa2, 0xec, 0xb1, 0xea, 0x2f, 0x99, 0x3c, 0x29, 0xc5, 0x20, 0x3f, 0xca, 0xfb, 0x47, 0xb6, 0x08, 0x5a, 0x37, 0xed, 0x67, 0xc9, 0x0d, 0xe4, 0x8a, 0xa1, 0x94, 0xc9, 0x24, 0x15, 0x5d, 0xbf, 0x60, 0xbd, 0xb6, 0xf8, 0x20, 0x8a, 0x09, 0x6f, 0x89, 0xb1, 0xc1, 0x99, 0x24, 0xf8, 0x1a, 0xd6, 0x99, 0xf6, 0xc3, 0x3d, 0xff, 0x93, 0x79, 0xcb, 0xc1, 0x8f, 0x49, 0x07, 0x9f, 0xa2, 0x0e, 0xb8, 0xde, 0x1d, 0x3c, 0xcf, 0x06, 0xcb, 0x20, 0x50, 0x9b, 0x4b, 0xb6, 0x15, 0x9b, 0x9a, 0xfe, 0x66, 0x26, 0xf1, 0x66, 0x72, 0x67, 0x1c, 0x8c, 0x2f, 0x3b, 0xeb, 0x04, 0xaa, 0x6e, 0x12, 0x44, 0x85, 0x01, 0xd2, 0x14, 0xb3, 0x32, 0xa5, 0xac, 0xa2, 0xef, 0x17, 0x34, 0x8d, 0xa3, 0xeb, 0x01, 0x6f, 0x2e, 0xf1, 0x6d, 0x83, 0xb2, 0xe6, 0x23, 0xd6, 0x3c, 0x63, 0x75, 0xd0, 0xe5, 0xe2, 0x1f, 0x5a, 0x06, 0x9e, 0x33, 0x43, 0x78, 0x90, 0x2a, 0xe1, 0xf6, 0xbb, 0x28, 0xcf, 0xf2, 0x52, 0x6e, 0x45, 0xf9, 0x57, 0x69, 0x91, 0x0e, 0xf2, 0x32, 0xb1, 0x12, 0x36, 0x19, 0xc4, 0x52, 0x0d, 0x2c, 0x9d, 0xbd, 0x25, 0x2c, 0x1f, 0xad, 0x14, 0xaa, 0xc5, 0x0d, 0xa8, 0x0c, 0x1a, 0x20, 0xb9, 0x81, 0x33, 0x54, 0x37, 0x0c, 0x70, 0xb5, 0xb6, 0x78, 0x6f, 0x14, 0xdb, 0xbe, 0x25, 0xd2, 0xf0, 0x39, 0x8d, 0x5c, 0xbc, 0x9b, 0xe8, 0x39, 0x08, 0x03, 0x18, 0x63, 0x1e, 0x15, 0xc7, 0x3f, 0xd5, 0x7a, 0xc1, 0xbb, 0x83, 0x60, 0xc1, 0xce, 0x94, 0xed, 0xec, 0x02, 0x16, 0x9b, 0x82, 0x51, 0xa1, 0xfe, 0xa1, 0x28, 0x34, 0x6e, 0xd8, 0x2f, 0x99, 0x44, 0xc9, 0xf9, 0x85, 0xe2, 0x06, 0xec, 0x66, 0xb1, 0x48, 0x16, 0xc3, 0xba, 0x03, 0x5d, 0xbf, 0x4c, 0x0c, 0xd0, 0xa1, 0x5c, 0xf2, 0x96, 0x57, 0xac, 0xe5, 0xe5, 0xe3, 0x7e, 0x44, 0xea, 0x60, 0x13, 0x43, 0xa6, 0x5b, 0xbd, 0xe3, 0x14, 0x42, 0x42, 0xb9, 0xb6, 0x7a, 0xa8, 0x7a, 0x9e, 0x00, 0xa0, 0x65, 0x99, 0xd8, 0x3e, 0xd7, 0x11, 0x36, 0x2b, 0x8e, 0x6c, 0x97, 0x8f, 0x63, 0x6e, 0x17, 0x18, 0x31, 0x40, 0x59, 0x0d, 0x82, 0x91, 0x6b, 0xc1, 0x31, 0x4c, 0x28, 0xa5, 0x4e, 0x0c, 0xb0, 0xb2, 0xf8, 0xde, 0xaa, 0xfc, 0x13, 0xae, 0xf6, 0xb1, 0xdd, 0xc9, 0xb4, 0x85, 0x1f, 0xb3, 0x80, 0xb4, 0x7f, 0x64, 0xb0, 0x1b, 0x25, 0x64, 0x83, 0x0d, 0xe5, 0x63, 0x9f, 0x13, 0x41, 0x61, 0xbb, 0x0e, 0xb0, 0x9b, 0x08, 0xd2, 0x91, 0x0b, 0x18, 0xf2, 0x00, 0x26, 0x5f, 0x73, 0x89, 0xca, 0x39, 0x50, 0xd1, 0xb5, 0x4b, 0xda, 0xd6, 0xed, 0xb5, 0x4a, 0xfa, 0x2c, 0x79, 0x80, 0xfb, 0x76, 0x07, 0xef, 0x53, 0x0b, 0x38, 0xad, 0x90, 0xf0, 0xb6, 0xcd, 0xe6, 0xc4, 0xd0, 0x92, 0xcd, 0xaa, 0x5f, 0xfe, 0xdd, 0x30, 0x70, 0x57, 0xaf, 0xc9, 0x28, 0x13, 0x28, 0xa3, 0x39, 0x07, 0x5a, 0xd6, 0x14, 0x80, 0xa8, 0xd3, 0xcd, 0x21, 0x3c, 0x48, 0x35, 0xf0, 0x3e, 0x86, 0x9c, 0xab, 0x9c, 0x7c, 0x28, 0x1d, 0x70, 0xfb, 0xf9, 0xa5, 0xaf, 0x90, 0xb4, 0xc6, 0xcf, 0x30, 0xd5, 0x3c, 0x6c, 0x52, 0x09, 0x39, 0x18, 0x18, 0x7e, 0x55, 0x36, 0xf7, 0x09, 0x0c, 0xb7, 0x65, 0x67, 0x22, 0xf7, 0x63, 0x58, 0xf7, 0x28, 0x89, 0xa0, 0xbb, 0x0c, 0x37, 0xa7, 0x36, 0x98, 0x3a, 0x4f, 0xb0, 0x3f, 0x2b, 0x94, 0x94, 0x72, 0x62, 0x88, 0x94, 0x27, 0xb8, 0x2b, 0x92, 0x62, 0xd6, 0x6d, 0xf6, 0x6a, 0xe0, 0x63, 0xd8, 0x60, 0x1f, 0x03, 0xce, 0xa1, 0x0f, 0xf6, 0x35, 0xfa, 0x43, 0xbe, 0xe7, 0x7d, 0x06, 0xd2, 0x54, 0xa3, 0x7f, 0x76, 0x11, 0xf8, 0xd0, 0xd1, 0xff, 0x54, 0x93, 0x44, 0x73, 0x80, 0xe1, 0x3e, 0x06, 0x3e, 0x39, 0x11, 0x38, 0xe7, 0xc8, 0x98, 0xc3, 0xf8, 0x53, 0x19, 0xfe, 0xe1, 0x79, 0x03, 0x9d, 0x14, 0x08, 0x27, 0xe1, 0x02, 0xa6, 0x1e, 0xfd, 0xa7, 0xc8, 0x06, 0x53, 0xb1, 0xc2, 0xbb, 0x0d, 0x27, 0x0f, 0xcf, 0xa6, 0x3e, 0x19, 0x11, 0xf8, 0x54, 0xd8, 0xe0, 0x98, 0x3a, 0xe0, 0x50, 0xa3, 0xfd, 0x68, 0x2e, 0xe0, 0xa1, 0x79, 0x80, 0xa7, 0x92, 0x32, 0x3e, 0x86, 0x18, 0x3c, 0x49, 0x06, 0x98, 0x52, 0x95, 0x9e, 0x0a, 0x1b, 0xec, 0x1b, 0x6d, 0x4c, 0xa1, 0x01, 0x0e, 0x71, 0x4f, 0x67, 0x67, 0x80, 0x87, 0x8e, 0xe6, 0x63, 0x6b, 0x83, 0x43, 0xb8, 0x82, 0xfb, 0x6a, 0x80, 0x9b, 0x5c, 0xc3, 0x49, 0x86, 0x81, 0xc7, 0xda, 0x4e, 0xa9, 0x5e, 0x30, 0x97, 0x06, 0xb8, 0x4d, 0x08, 0x9e, 0x44, 0x14, 0xf0, 0xd0, 0xd0, 0xe6, 0x14, 0x23, 0x85, 0x53, 0xd0, 0x01, 0xb7, 0x01, 0xe1, 0x64, 0x13, 0x41, 0xb7, 0xad, 0x0f, 0x70, 0xac, 0x24, 0xca, 0xdc, 0x80, 0x98, 0xe2, 0x7f, 0xbc, 0x8f, 0x08, 0x7e, 0x12, 0x1a, 0xe0, 0xb1, 0x88, 0x3c, 0x04, 0x1b, 0xcc, 0x51, 0x40, 0x9a, 0x0a, 0xd8, 0xf7, 0x4d, 0xff, 0x5e, 0xe7, 0xff, 0xc7, 0x03, 0x6f, 0xdf, 0xcd, 0x4c, 0xe1, 0x02, 0xa6, 0x9c, 0x1a, 0x7e, 0x6c, 0x36, 0xb8, 0xeb, 0xf8, 0x1c, 0xff, 0xc7, 0x63, 0x7f, 0x35, 0x75, 0x8a, 0xcd, 0x4c, 0xc5, 0x00, 0xfb, 0x88, 0x93, 0x53, 0x61, 0x83, 0xa9, 0x74, 0xc0, 0x78, 0x7d, 0xe1, 0x29, 0x52, 0xca, 0xbb, 0x2e, 0x61, 0x4a, 0xd7, 0x70, 0x94, 0x7e, 0x80, 0x43, 0xc5, 0xb8, 0x53, 0xc4, 0xf3, 0x73, 0xfd, 0x32, 0xc9, 0x43, 0x43, 0xbf, 0x93, 0x65, 0x80, 0xc7, 0x64, 0x02, 0x8f, 0xc9, 0x0e, 0x53, 0x26, 0x89, 0xf6, 0xfd, 0xbf, 0x4e, 0xa1, 0x0a, 0x39, 0x99, 0x0b, 0xb8, 0xad, 0xa3, 0xe7, 0x0f, 0x7f, 0xf8, 0x03, 0xbf, 0xfb, 0xdd, 0xef, 0xe8, 0xfb, 0x7e, 0xef, 0x44, 0xd1, 0x1c, 0x6c, 0xf0, 0x50, 0x71, 0x38, 0xe5, 0x77, 0x3c, 0xa6, 0xff, 0x9f, 0x2c, 0x0f, 0x70, 0x1b, 0xa5, 0xff, 0xf2, 0x97, 0xbf, 0xe4, 0xf3, 0xcf, 0x3f, 0xe7, 0xec, 0xec, 0x8c, 0x37, 0x6f, 0xde, 0xf0, 0xe9, 0xa7, 0x9f, 0x0e, 0xb9, 0x83, 0xf7, 0x85, 0x0d, 0xa6, 0x48, 0xda, 0xdc, 0x44, 0xfd, 0x73, 0xbb, 0xcb, 0xd9, 0xc3, 0xc0, 0xd7, 0xaf, 0x5f, 0xf3, 0xf5, 0xaf, 0x7f, 0x9d, 0x17, 0x2f, 0x5e, 0xe0, 0xbd, 0x1f, 0xe6, 0x11, 0x8c, 0xa7, 0x88, 0x3f, 0x55, 0x36, 0xd8, 0x07, 0x18, 0x0f, 0x09, 0xfd, 0xe6, 0xbc, 0x0f, 0xb3, 0x8b, 0xc0, 0xb2, 0x36, 0xc0, 0xab, 0x57, 0xaf, 0x58, 0xaf, 0xd7, 0x3c, 0x7b, 0xf6, 0x8c, 0xb6, 0x6d, 0x09, 0x21, 0x1c, 0x55, 0x1b, 0x1c, 0x22, 0x49, 0xf4, 0x98, 0x11, 0x7f, 0x68, 0x10, 0xcc, 0x2e, 0x02, 0x3f, 0xf9, 0xe4, 0x13, 0xaa, 0xaa, 0x62, 0xbd, 0x5e, 0xf3, 0xe2, 0xc5, 0x0b, 0xce, 0xcf, 0xcf, 0xaf, 0x9d, 0x1d, 0x3c, 0x95, 0x92, 0x9f, 0x0a, 0x40, 0x73, 0x1a, 0xff, 0xd0, 0x9f, 0x71, 0x54, 0x17, 0xf0, 0xfc, 0xf9, 0x73, 0x2e, 0x2e, 0x2e, 0x38, 0x3f, 0x3f, 0xc7, 0x18, 0xc3, 0x9b, 0x37, 0x6f, 0xee, 0xa5, 0x01, 0x0e, 0xc9, 0x0e, 0x87, 0x0a, 0x09, 0x1f, 0x1a, 0xfa, 0x1d, 0x22, 0x5c, 0x3e, 0x48, 0x53, 0x68, 0x8c, 0x91, 0xcb, 0xcb, 0xcb, 0xd9, 0x7a, 0xf0, 0xa6, 0x2e, 0xcf, 0xce, 0xad, 0x03, 0x1e, 0xea, 0xff, 0x4f, 0x5a, 0x04, 0x3e, 0xa4, 0x1a, 0x38, 0x95, 0xc1, 0x4f, 0x81, 0x0d, 0xf6, 0xf9, 0x5e, 0x0f, 0xf5, 0xff, 0x73, 0xba, 0x87, 0x93, 0xec, 0x0a, 0x7e, 0xca, 0x6c, 0x30, 0x05, 0x10, 0xee, 0x33, 0x53, 0xea, 0xe4, 0xf2, 0x00, 0x87, 0x16, 0x71, 0xa7, 0xc6, 0x06, 0xfb, 0x6a, 0x80, 0x63, 0x35, 0xd5, 0x98, 0xa9, 0x2e, 0xb4, 0xcf, 0x3f, 0x30, 0x97, 0x3b, 0x38, 0x04, 0x1b, 0x94, 0xe3, 0xf7, 0x05, 0xcf, 0x7d, 0xdd, 0xc9, 0x93, 0x4e, 0x05, 0xcf, 0x9d, 0xac, 0x39, 0x84, 0xeb, 0x98, 0xab, 0x21, 0x74, 0xee, 0x6b, 0x1f, 0x25, 0x0f, 0x30, 0x06, 0x40, 0x79, 0x7e, 0x88, 0x2f, 0x7f, 0x4c, 0x36, 0x98, 0x5a, 0x9c, 0x1e, 0xcb, 0x4d, 0x1e, 0x45, 0x04, 0x1e, 0xc2, 0xe7, 0xcd, 0x19, 0x39, 0x3c, 0xd6, 0x80, 0xf7, 0x09, 0xf1, 0xee, 0xb3, 0x82, 0xda, 0x7b, 0xed, 0x02, 0x8e, 0x31, 0x0a, 0xa6, 0x58, 0x0b, 0x60, 0xae, 0xe4, 0xd2, 0xc9, 0xbb, 0x80, 0xc7, 0x56, 0xf6, 0x8e, 0x09, 0x8e, 0xa9, 0xc3, 0xcc, 0x7d, 0x5d, 0xd1, 0x31, 0xdb, 0xe7, 0x4e, 0x5e, 0x04, 0x9e, 0x32, 0x38, 0xe6, 0x16, 0x81, 0x4f, 0x22, 0x0f, 0x30, 0xe7, 0x0f, 0x46, 0x9c, 0x3a, 0x38, 0x1e, 0xc2, 0x06, 0xc7, 0xf6, 0xf5, 0xb3, 0xba, 0x80, 0x7d, 0x18, 0xe0, 0x7d, 0x01, 0xc7, 0x5d, 0xd7, 0x3a, 0x85, 0x44, 0xd8, 0x93, 0x73, 0x01, 0x4f, 0x09, 0x1c, 0x53, 0x67, 0x43, 0x9f, 0x4c, 0x22, 0xe8, 0x58, 0xfe, 0xff, 0xd4, 0xc1, 0x71, 0x9f, 0xec, 0xe0, 0x29, 0xb0, 0xc2, 0x41, 0xba, 0x82, 0xff, 0xb1, 0x6d, 0x63, 0xc3, 0x9e, 0x2a, 0xf5, 0xbf, 0x77, 0x51, 0xc0, 0x87, 0xed, 0x89, 0x8a, 0xc0, 0xf7, 0x71, 0x1b, 0xdf, 0x8b, 0x53, 0xbf, 0x2f, 0x4f, 0x96, 0x01, 0x4e, 0xfd, 0xc6, 0x3e, 0x95, 0x41, 0x31, 0x79, 0x31, 0xe8, 0x1f, 0x8b, 0x91, 0x1f, 0x33, 0x1f, 0x72, 0xdf, 0x39, 0x94, 0xef, 0x65, 0x14, 0xf0, 0x94, 0x8c, 0xfc, 0x3e, 0x7e, 0xf6, 0xa4, 0x0d, 0x21, 0x73, 0xb2, 0xc1, 0x29, 0xdc, 0xe8, 0xbb, 0x46, 0xf0, 0x4d, 0xff, 0xfb, 0x75, 0xc7, 0x4f, 0x85, 0x0d, 0x0e, 0xb2, 0x40, 0xc4, 0xa1, 0xfa, 0x03, 0x4e, 0xe5, 0xf3, 0x9f, 0xd2, 0x00, 0x78, 0x6f, 0xa2, 0x80, 0xa9, 0x3e, 0xff, 0xa1, 0x23, 0xf5, 0x31, 0x9f, 0x7b, 0x88, 0xcf, 0x78, 0x2f, 0x44, 0xe0, 0xa1, 0x8c, 0x7c, 0x28, 0x1d, 0x74, 0x8a, 0xee, 0xf1, 0xe4, 0x18, 0xe0, 0x18, 0xd7, 0x99, 0x6a, 0x44, 0x3e, 0x44, 0x03, 0x9c, 0xc2, 0xe8, 0x9f, 0x34, 0x0f, 0xf0, 0xd4, 0x8c, 0x3c, 0xe7, 0x67, 0xdf, 0x57, 0x10, 0xbf, 0x17, 0x61, 0x20, 0xf9, 0x07, 0x4f, 0xe6, 0x42, 0xee, 0x5c, 0x37, 0x69, 0x8a, 0x51, 0x3f, 0x75, 0xf8, 0x7b, 0x8c, 0xc8, 0x60, 0x5f, 0x00, 0x98, 0x29, 0x34, 0xc0, 0xa9, 0x83, 0xe5, 0x2e, 0xa3, 0x3d, 0x94, 0x89, 0xa6, 0x06, 0xd3, 0xb1, 0x00, 0x20, 0x80, 0x89, 0x31, 0xca, 0x7d, 0x6e, 0xc2, 0x53, 0xf4, 0xed, 0x0f, 0x31, 0xd4, 0x4d, 0xb4, 0x7f, 0x1f, 0x77, 0x70, 0x4c, 0x40, 0xec, 0x0b, 0x00, 0x99, 0x43, 0xdd, 0x1e, 0xd3, 0xb7, 0x4f, 0x65, 0x9c, 0x87, 0x44, 0x06, 0xc7, 0x64, 0x83, 0x59, 0xe6, 0x06, 0x8a, 0x08, 0xce, 0xb9, 0x1b, 0x7b, 0xe8, 0x4a, 0xff, 0x9b, 0x88, 0x60, 0xad, 0xbd, 0xf6, 0x9f, 0xbe, 0xad, 0xff, 0x6e, 0xdf, 0x15, 0xc7, 0x1f, 0x73, 0xfe, 0xdc, 0x0b, 0x45, 0x8f, 0x8d, 0x7f, 0xd7, 0x72, 0x32, 0xa7, 0xb2, 0x4e, 0xa0, 0x02, 0x51, 0x44, 0x74, 0xf7, 0x4b, 0x59, 0x6b, 0xb9, 0xb8, 0xb8, 0xb8, 0x33, 0x74, 0x2c, 0xe7, 0x9e, 0x7a, 0xde, 0xe0, 0xd4, 0xb6, 0xb2, 0xc2, 0x8a, 0x4e, 0xf0, 0x0f, 0x9a, 0x7d, 0x01, 0xa0, 0xaa, 0xbf, 0x01, 0x58, 0xaf, 0xd7, 0xbc, 0x7e, 0xfd, 0xfa, 0x7e, 0x1f, 0x6a, 0x0c, 0xd6, 0xda, 0x59, 0x8c, 0xff, 0x14, 0xeb, 0x11, 0x0f, 0x65, 0xdc, 0x5f, 0xfc, 0xe2, 0x17, 0x85, 0x3d, 0x7e, 0x7d, 0x6c, 0x17, 0xa0, 0xaa, 0xfa, 0xb7, 0x22, 0xf2, 0x1f, 0x00, 0x7e, 0xf8, 0xc3, 0x1f, 0xf2, 0x83, 0x1f, 0xfc, 0x80, 0xaf, 0x7d, 0xed, 0x6b, 0x8f, 0xa2, 0xbf, 0xc7, 0xd0, 0xee, 0x43, 0xd7, 0xd8, 0xdf, 0xf7, 0xf3, 0xe6, 0x70, 0x07, 0xf7, 0x05, 0x6b, 0xd3, 0x34, 0xfc, 0xec, 0x67, 0x3f, 0xe3, 0x8b, 0x2f, 0xbe, 0x28, 0x87, 0xfe, 0x76, 0x92, 0x18, 0x7e, 0xdf, 0xed, 0xfb, 0xdf, 0xff, 0xfe, 0x7f, 0x01, 0xfe, 0x82, 0x0f, 0xdb, 0xc1, 0x36, 0x11, 0xf9, 0xcd, 0x72, 0xb9, 0xfc, 0x97, 0x3f, 0xfd, 0xe9, 0x4f, 0x2f, 0x8f, 0x9d, 0x08, 0xe2, 0xec, 0xec, 0xec, 0xaf, 0x44, 0xe4, 0x3f, 0x02, 0x6f, 0x3e, 0x98, 0x66, 0xf6, 0x6d, 0xad, 0xaa, 0xff, 0x19, 0xf8, 0x57, 0xfb, 0x1a, 0x7f, 0x32, 0x06, 0x18, 0x5f, 0xef, 0x7b, 0xdf, 0xfb, 0xde, 0x3f, 0x35, 0xc6, 0x7c, 0x45, 0x55, 0x25, 0xc6, 0x28, 0xde, 0x7b, 0xab, 0xaa, 0x12, 0x42, 0xb0, 0xf9, 0x98, 0x19, 0xef, 0x80, 0x84, 0x10, 0x6c, 0xf6, 0x6f, 0x16, 0x90, 0x18, 0xa3, 0x51, 0x55, 0x03, 0x88, 0xaa, 0x1a, 0x55, 0x95, 0xbc, 0x9b, 0x12, 0x7e, 0x96, 0xe3, 0xf9, 0x79, 0x79, 0x8f, 0xd1, 0xfb, 0xb2, 0xf3, 0xff, 0xc9, 0x88, 0x72, 0xe5, 0x9a, 0x11, 0xa5, 0x23, 0x6d, 0x33, 0x9c, 0x9a, 0x8f, 0x0f, 0xbf, 0xf1, 0x5e, 0x5e, 0x8b, 0x48, 0xcc, 0xaf, 0xe3, 0x75, 0xcf, 0x8d, 0x31, 0xa1, 0xfc, 0x7d, 0x39, 0x5e, 0x9e, 0x1b, 0x63, 0x62, 0x79, 0xcc, 0xcf, 0xb5, 0x3c, 0x2f, 0xaf, 0x9d, 0x73, 0xc1, 0x5a, 0x1b, 0x47, 0xdf, 0x0b, 0x63, 0x4c, 0xf3, 0xf6, 0xed, 0xdb, 0x5f, 0xfd, 0xfc, 0xe7, 0x3f, 0xf7, 0x93, 0x19, 0xec, 0x50, 0x8c, 0x95, 0x77, 0x9b, 0x59, 0xa7, 0x3c, 0xde, 0x67, 0x97, 0x6b, 0x9e, 0xcb, 0x35, 0xcf, 0xc7, 0xaf, 0xd9, 0x39, 0xce, 0x4d, 0x60, 0xb8, 0xc6, 0xe8, 0xe3, 0xd7, 0x71, 0xf4, 0xfa, 0xba, 0x7d, 0xf4, 0x53, 0xe0, 0xc3, 0xf3, 0xf1, 0xeb, 0xdd, 0xdf, 0x89, 0x0f, 0x3b, 0x8f, 0x91, 0x77, 0x7f, 0x4f, 0x3e, 0x5c, 0xf3, 0x7d, 0x66, 0x35, 0xcc, 0x51, 0x5c, 0xd8, 0x23, 0x8d, 0x7e, 0x9b, 0xf1, 0xaf, 0xdb, 0xb9, 0x01, 0x00, 0xbb, 0xaf, 0x6f, 0x02, 0xc0, 0xd6, 0xe8, 0xbf, 0xc6, 0xf0, 0x37, 0x81, 0xe1, 0x3a, 0x70, 0xc4, 0x6b, 0x8e, 0x85, 0xd1, 0xb1, 0xa3, 0x19, 0xe2, 0x64, 0x74, 0xcd, 0x0d, 0xc0, 0xb8, 0x6d, 0xa4, 0xdf, 0x66, 0x74, 0xb9, 0x63, 0xd4, 0xdf, 0x15, 0xe2, 0xde, 0x04, 0x84, 0xbb, 0xd8, 0x40, 0xef, 0x60, 0x83, 0x93, 0x8a, 0x4f, 0x4f, 0x7b, 0xda, 0xca, 0xbb, 0xe0, 0xb8, 0x89, 0x05, 0xb8, 0x63, 0xf4, 0x4f, 0x01, 0x80, 0xbb, 0x5c, 0xc2, 0x75, 0xac, 0xf0, 0x24, 0x6e, 0xec, 0x7b, 0x17, 0x21, 0xdd, 0x83, 0xf2, 0x6f, 0xd3, 0x00, 0xfa, 0x80, 0xf7, 0x3e, 0x6c, 0x1f, 0xb6, 0x0f, 0xdb, 0x87, 0xed, 0x09, 0x6f, 0xff, 0x1f, 0xbe, 0x5f, 0xae, 0x57, 0x5a, 0xd7, 0x97, 0x45, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_new_128_png_len = 7113; unsigned char gtk_new_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4e, 0x65, 0x77, 0x20, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x1c, 0x90, 0xcd, 0xcb, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2f, 0xfd, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x4d, 0x8f, 0x24, 0x49, 0x72, 0xdd, 0x33, 0x77, 0x8f, 0xac, 0xea, 0xa9, 0x9e, 0xee, 0xd9, 0x9e, 0xd9, 0xf9, 0xe0, 0x36, 0x01, 0x12, 0x90, 0x86, 0x10, 0x04, 0x81, 0x07, 0x92, 0x02, 0x74, 0xd2, 0x4a, 0x02, 0x44, 0x08, 0xd4, 0x45, 0x87, 0x85, 0x0e, 0xba, 0x09, 0x90, 0x0e, 0xba, 0x11, 0xd0, 0x0f, 0xa0, 0x20, 0x9d, 0x79, 0xa3, 0x76, 0xf9, 0x07, 0x08, 0x48, 0x3c, 0xee, 0x2e, 0xa0, 0x8b, 0x80, 0xd5, 0x51, 0xe0, 0x2e, 0x40, 0x01, 0x0b, 0x81, 0xbb, 0xa2, 0x28, 0x4a, 0xfb, 0x31, 0x58, 0xce, 0x68, 0x77, 0xa6, 0x5b, 0xdd, 0x9d, 0x11, 0xe1, 0x6e, 0xa6, 0x83, 0x99, 0x7b, 0x78, 0x44, 0x55, 0x75, 0x67, 0x55, 0x65, 0x46, 0x46, 0x66, 0x65, 0x14, 0x02, 0x91, 0x19, 0x95, 0x1f, 0x91, 0x99, 0xcf, 0xdc, 0xde, 0x33, 0x33, 0x37, 0x07, 0x4e, 0xdb, 0x69, 0xbb, 0xe1, 0x26, 0x02, 0x12, 0x81, 0x13, 0x81, 0xb7, 0xbd, 0x99, 0xec, 0x5e, 0xfe, 0x23, 0xbc, 0x3d, 0x86, 0x96, 0xfc, 0x59, 0xe8, 0xf4, 0x73, 0x9e, 0xb6, 0x37, 0x80, 0xdd, 0x01, 0xf0, 0x00, 0x1c, 0x7e, 0x0c, 0x87, 0xa7, 0x20, 0x7c, 0x0a, 0x07, 0x02, 0xc1, 0x81, 0xf0, 0x04, 0xc0, 0x2f, 0x26, 0x38, 0xfa, 0x12, 0x04, 0x3f, 0x07, 0xc0, 0x10, 0x08, 0x04, 0x5f, 0x06, 0xe3, 0xc7, 0x10, 0xac, 0xc1, 0xf8, 0x6b, 0x60, 0x00, 0x91, 0x08, 0x72, 0x32, 0x80, 0xd3, 0xb6, 0xc8, 0xd1, 0xdd, 0x00, 0xef, 0xf1, 0x09, 0x3c, 0x3e, 0x82, 0xc3, 0x2f, 0xe0, 0xe1, 0xec, 0x0f, 0x05, 0xfa, 0x04, 0x80, 0xf0, 0x0a, 0x84, 0xb7, 0xa6, 0x2f, 0x52, 0xc0, 0x2d, 0xf6, 0xc7, 0x00, 0x04, 0x6c, 0x7f, 0x5f, 0x42, 0xc2, 0x27, 0x60, 0x7c, 0x84, 0x04, 0xe8, 0xbe, 0x2f, 0x83, 0x38, 0x19, 0xc0, 0x69, 0xcb, 0xc0, 0xf7, 0x00, 0x02, 0x7e, 0x86, 0x80, 0x06, 0x1e, 0x1e, 0x1e, 0x0e, 0x1e, 0x04, 0x87, 0xb5, 0x1d, 0x09, 0x0e, 0x6f, 0x3d, 0x20, 0xac, 0x65, 0x30, 0x00, 0x88, 0x62, 0xe8, 0xdc, 0x5e, 0x68, 0x5d, 0xa0, 0x25, 0xc5, 0x00, 0xce, 0x89, 0x21, 0xaf, 0x18, 0x2f, 0x21, 0x38, 0x47, 0x82, 0x80, 0xf1, 0x10, 0x09, 0x5f, 0x80, 0x91, 0x90, 0xf0, 0x04, 0xd1, 0x0c, 0xa1, 0x27, 0x02, 0x9f, 0x0c, 0xe0, 0xb4, 0xcd, 0x39, 0xda, 0x07, 0x00, 0x01, 0x9f, 0x21, 0xa0, 0x41, 0x80, 0x33, 0xe0, 0xaf, 0x11, 0xf0, 0x16, 0x1c, 0xe8, 0x5c, 0xc1, 0xdf, 0x8a, 0x1e, 0x21, 0xea, 0x01, 0x60, 0x06, 0x40, 0xd7, 0x60, 0x48, 0xbd, 0x40, 0x36, 0x02, 0xc6, 0x8a, 0x18, 0x00, 0x03, 0xc4, 0x78, 0x05, 0xc6, 0xd9, 0x3a, 0x41, 0xa0, 0x3b, 0x23, 0xe1, 0x6d, 0x44, 0x7c, 0x86, 0x84, 0x35, 0x22, 0x7e, 0x86, 0x48, 0xbf, 0x89, 0xfe, 0x64, 0x00, 0xa7, 0x6d, 0xb7, 0xc0, 0xff, 0x04, 0x0d, 0x3e, 0x42, 0xc0, 0x33, 0x04, 0x38, 0xdb, 0x5b, 0x04, 0xb8, 0x73, 0x8f, 0x73, 0xf1, 0xe8, 0xe0, 0x41, 0xa2, 0xfc, 0x5f, 0xc1, 0xaf, 0xc7, 0x1e, 0x0e, 0x4d, 0x43, 0x20, 0x21, 0xf4, 0x20, 0x34, 0x93, 0x37, 0xe8, 0xcd, 0x04, 0x40, 0x02, 0xe9, 0x05, 0x0d, 0x58, 0x69, 0x10, 0xd9, 0x11, 0x0c, 0x21, 0x33, 0x00, 0x4a, 0x58, 0xad, 0xa3, 0x19, 0x42, 0x04, 0x23, 0x22, 0x22, 0xe2, 0x09, 0x7a, 0xd3, 0x0a, 0xfd, 0xc9, 0x00, 0x4e, 0xdb, 0x36, 0xc1, 0x1f, 0x00, 0x34, 0x00, 0x1a, 0x3c, 0x47, 0x63, 0xa0, 0x6f, 0xe0, 0xce, 0x03, 0x1e, 0x88, 0x47, 0x87, 0x00, 0x92, 0x00, 0x32, 0xf0, 0xf7, 0xf0, 0x58, 0x05, 0x07, 0x40, 0xf7, 0x08, 0x07, 0x92, 0xc1, 0x03, 0x0c, 0x18, 0xa2, 0x32, 0xf6, 0x0f, 0x47, 0xf3, 0x00, 0xc4, 0x08, 0x06, 0xfc, 0x1e, 0x8c, 0x10, 0x13, 0x3a, 0x33, 0x82, 0x06, 0x51, 0x8d, 0x00, 0x11, 0x42, 0x11, 0xb2, 0x56, 0x23, 0xb8, 0x40, 0x8f, 0x9f, 0x17, 0x43, 0xe8, 0x89, 0x10, 0x4f, 0x06, 0x70, 0xda, 0xee, 0x16, 0xcd, 0xf9, 0x4b, 0xac, 0xf0, 0x10, 0x0d, 0x56, 0x68, 0xe0, 0xd1, 0xc0, 0xa1, 0x01, 0x9d, 0x07, 0x74, 0xd2, 0xc0, 0x49, 0x00, 0x21, 0xa0, 0x97, 0x80, 0x15, 0x3c, 0x28, 0xa8, 0x10, 0x8e, 0xe2, 0x41, 0x16, 0x05, 0x22, 0xaf, 0x46, 0x90, 0xe0, 0x10, 0x64, 0x6c, 0x00, 0xc9, 0x8e, 0x1e, 0x82, 0x08, 0x20, 0x18, 0xf8, 0x23, 0x09, 0x7c, 0x1e, 0xf5, 0x93, 0x1d, 0x91, 0x10, 0x48, 0x05, 0x70, 0x17, 0x13, 0x02, 0x22, 0x3a, 0x33, 0x86, 0x86, 0x7a, 0x33, 0x84, 0x1e, 0x8c, 0x88, 0x84, 0x1e, 0x1d, 0x7a, 0xbc, 0x87, 0x0e, 0x40, 0xb7, 0x6d, 0xb1, 0x7c, 0x32, 0x80, 0xfb, 0x01, 0xfe, 0x06, 0x3f, 0xc3, 0x0a, 0x1f, 0xa0, 0xc1, 0xff, 0xc3, 0x0a, 0x1e, 0x0d, 0xda, 0xf3, 0x06, 0x4e, 0x1a, 0x9c, 0x4b, 0x40, 0x8f, 0x46, 0x47, 0xfd, 0x10, 0x10, 0xcd, 0x03, 0x00, 0x1e, 0xe4, 0xd5, 0x08, 0x92, 0x78, 0x04, 0xf3, 0x00, 0xf0, 0x0e, 0x3c, 0xf1, 0x00, 0x7e, 0x62, 0x00, 0xe9, 0x0a, 0x0f, 0xe0, 0x13, 0x23, 0x81, 0xe1, 0x91, 0x20, 0xc4, 0x00, 0x12, 0x24, 0x29, 0xf8, 0x7b, 0x4a, 0x10, 0x44, 0x84, 0x18, 0x21, 0xd4, 0x43, 0xcc, 0x10, 0x5e, 0x51, 0xc4, 0x6a, 0xdd, 0x81, 0xd1, 0x23, 0xa2, 0xc7, 0x3b, 0xe8, 0xf0, 0x3d, 0xf4, 0xdb, 0xd4, 0x07, 0x27, 0x03, 0x38, 0x7e, 0xae, 0xbf, 0x02, 0xb0, 0xc2, 0x73, 0xac, 0xe0, 0xb1, 0x82, 0x7b, 0xd0, 0xa0, 0xe3, 0x15, 0x9c, 0x34, 0x20, 0x03, 0x7e, 0x0c, 0x0d, 0x1a, 0x03, 0x7e, 0xf2, 0x2a, 0x8a, 0x49, 0x3c, 0x12, 0x02, 0xe0, 0x3d, 0x82, 0x38, 0xa4, 0xec, 0x05, 0x44, 0x8d, 0x00, 0x55, 0x14, 0x88, 0x4d, 0x16, 0x43, 0x65, 0x2e, 0x9c, 0xf1, 0xff, 0x62, 0x04, 0x89, 0x0d, 0xf4, 0x0a, 0x7c, 0x47, 0x09, 0x48, 0xea, 0x01, 0x84, 0x12, 0x90, 0x22, 0x24, 0x53, 0x20, 0x44, 0x84, 0xd8, 0x43, 0xa8, 0x07, 0xa3, 0xc7, 0x8a, 0x7a, 0xbc, 0x6c, 0x7b, 0xac, 0xa0, 0x86, 0xd0, 0xa2, 0xdb, 0xa6, 0x37, 0x08, 0x27, 0x98, 0x1c, 0x31, 0xe5, 0x01, 0xce, 0x8a, 0x01, 0x04, 0xac, 0x40, 0xe7, 0x2b, 0xf4, 0x06, 0x7e, 0x27, 0x0d, 0x28, 0xa8, 0x16, 0x70, 0xd2, 0x80, 0x7d, 0x40, 0x12, 0x35, 0x08, 0xef, 0x3d, 0x38, 0xeb, 0x00, 0xf2, 0x60, 0xf2, 0x10, 0xd1, 0xc0, 0x28, 0xbc, 0x03, 0xc3, 0xc1, 0x65, 0x03, 0x20, 0x15, 0xc3, 0x52, 0x0d, 0xa9, 0x42, 0x02, 0x07, 0x01, 0x67, 0x0f, 0xe0, 0x14, 0xfc, 0x0e, 0x49, 0x85, 0x70, 0x4a, 0x10, 0x97, 0xcc, 0x18, 0x22, 0x20, 0x11, 0xa0, 0x08, 0x42, 0x84, 0xa4, 0x88, 0x14, 0x02, 0x02, 0x02, 0x28, 0x06, 0xf4, 0x08, 0x78, 0xeb, 0xcc, 0x63, 0x4d, 0x1e, 0xab, 0xb5, 0x46, 0xa2, 0x7e, 0x01, 0x87, 0x17, 0x70, 0x22, 0x68, 0xef, 0x1a, 0x36, 0x3d, 0x19, 0xc0, 0xb1, 0x0a, 0xdd, 0x9f, 0xe1, 0x0c, 0xe7, 0x06, 0xfc, 0x0e, 0x67, 0xf0, 0x67, 0x2b, 0x9c, 0x73, 0x03, 0x27, 0x2b, 0xa4, 0x66, 0x05, 0x91, 0x06, 0x24, 0x0d, 0xc8, 0xab, 0x01, 0x40, 0x02, 0x9c, 0x6b, 0x94, 0xbd, 0x73, 0x50, 0xfa, 0x23, 0x41, 0x0d, 0x00, 0x1e, 0x9e, 0x1c, 0x58, 0x3c, 0x40, 0x1a, 0x09, 0x92, 0x8a, 0x02, 0x5d, 0x0a, 0x85, 0x92, 0xc6, 0xff, 0x09, 0x02, 0x07, 0x46, 0xf2, 0x02, 0x30, 0x83, 0x28, 0x81, 0xc1, 0x23, 0xf0, 0xab, 0x31, 0x44, 0x78, 0xea, 0x15, 0xfc, 0x2e, 0xc2, 0x53, 0x40, 0x4a, 0x01, 0x12, 0x02, 0x3c, 0x79, 0xc4, 0xde, 0xc3, 0x93, 0x87, 0x3b, 0x73, 0x40, 0xab, 0xef, 0x6f, 0x49, 0x39, 0x33, 0x82, 0x74, 0x30, 0x14, 0xe8, 0xf7, 0x7e, 0xef, 0xf7, 0xdc, 0xfb, 0xef, 0xbf, 0xff, 0xb7, 0x89, 0xe8, 0xaf, 0x3b, 0xe7, 0x1e, 0x00, 0x80, 0x73, 0xee, 0xd2, 0xe3, 0xbc, 0xf7, 0xa3, 0xfb, 0x57, 0x3d, 0xe6, 0xba, 0x8d, 0x79, 0x3c, 0x28, 0xa4, 0x94, 0xde, 0xf8, 0xb8, 0xab, 0x1e, 0xb3, 0xc9, 0xeb, 0x2c, 0xed, 0x35, 0x56, 0xab, 0xce, 0x9f, 0x85, 0x57, 0x61, 0x75, 0xd6, 0x85, 0xd5, 0x6a, 0x1d, 0x56, 0xab, 0x14, 0xce, 0x9a, 0x3e, 0x84, 0xd0, 0xf9, 0xc6, 0xf7, 0x21, 0x34, 0x1c, 0x82, 0x4f, 0xde, 0x87, 0xde, 0x07, 0xcf, 0xde, 0x87, 0xe4, 0x3d, 0x89, 0xf7, 0x3e, 0x79, 0x22, 0xf1, 0xce, 0xb3, 0x0b, 0x41, 0x1c, 0x98, 0xbd, 0x0b, 0xe2, 0x1c, 0xe0, 0x9c, 0x17, 0x07, 0x30, 0x11, 0xe0, 0x9c, 0x13, 0x82, 0x08, 0xc1, 0x09, 0x39, 0x72, 0x60, 0x61, 0x22, 0xa9, 0x4c, 0x40, 0x00, 0xf3, 0x07, 0x22, 0x2c, 0x60, 0x81, 0x80, 0x49, 0x84, 0x88, 0x99, 0x45, 0x98, 0x89, 0x59, 0xc0, 0xcc, 0x24, 0x1c, 0xc1, 0x49, 0x24, 0x09, 0x53, 0x3c, 0x3f, 0x8b, 0xff, 0xf7, 0x6f, 0xfc, 0xda, 0x5f, 0x7d, 0xff, 0xd1, 0xe3, 0xee, 0x39, 0x62, 0x8a, 0x70, 0xd4, 0x41, 0x52, 0x0f, 0x41, 0x8f, 0x40, 0x1d, 0x24, 0x76, 0x60, 0x1a, 0xf6, 0x66, 0xdd, 0x22, 0xa1, 0xc3, 0x23, 0xb4, 0x00, 0xda, 0xdb, 0x46, 0x89, 0x66, 0x35, 0x80, 0xaf, 0x7f, 0xfd, 0xeb, 0xff, 0x1c, 0xc0, 0xbf, 0x21, 0xa2, 0xa7, 0x44, 0xfa, 0xd6, 0xaf, 0x3b, 0x4e, 0xcf, 0x4d, 0x6f, 0x5f, 0x3d, 0xfa, 0xc9, 0xb5, 0xc7, 0x6d, 0xfe, 0x6f, 0xce, 0xd7, 0xd8, 0xf4, 0x9c, 0xf7, 0x0c, 0x47, 0x3d, 0xbc, 0x8f, 0x08, 0x41, 0x07, 0xd8, 0x10, 0x18, 0xce, 0x45, 0x78, 0x17, 0xe1, 0x3d, 0xc3, 0xfb, 0x04, 0xef, 0x18, 0xce, 0x2b, 0x15, 0xf7, 0x9e, 0xe1, 0x1c, 0xc3, 0x7b, 0x81, 0x73, 0x3a, 0x48, 0x7b, 0x2f, 0x20, 0xe8, 0x39, 0x22, 0x01, 0x11, 0x43, 0xc7, 0x1f, 0x86, 0x23, 0x51, 0xe2, 0x53, 0xd1, 0x7c, 0xba, 0xf4, 0xdd, 0x1b, 0xf9, 0x67, 0xfd, 0x2f, 0xb3, 0x40, 0x84, 0xc0, 0x09, 0x60, 0x01, 0x98, 0x09, 0xcc, 0x40, 0x4a, 0x84, 0x94, 0x80, 0xc4, 0x04, 0x4e, 0x84, 0x98, 0x10, 0x9f, 0xbc, 0xf3, 0xea, 0x3f, 0xff, 0x83, 0xbf, 0xf7, 0x3f, 0xff, 0xe8, 0x9d, 0x47, 0xdd, 0x33, 0xc4, 0xd4, 0xc3, 0x53, 0x07, 0x49, 0x9d, 0x1e, 0x63, 0x07, 0xc9, 0x06, 0x40, 0x2d, 0x78, 0xdd, 0xe2, 0x2d, 0x35, 0x80, 0xdb, 0x1a, 0x01, 0xcd, 0xe3, 0x92, 0x85, 0xbe, 0xfe, 0xf5, 0xaf, 0x7f, 0x83, 0x88, 0xfe, 0xe5, 0x75, 0xe0, 0xbe, 0xee, 0xdc, 0xeb, 0x8e, 0x9b, 0x02, 0x7f, 0x17, 0x40, 0x9d, 0x13, 0xd8, 0x9b, 0xbc, 0xbf, 0x73, 0xc9, 0x40, 0x9e, 0x77, 0xbd, 0x1f, 0x42, 0xaa, 0xfe, 0xa7, 0x80, 0xf7, 0x2e, 0x03, 0x5f, 0xc1, 0xee, 0x28, 0xc2, 0x07, 0xc0, 0x91, 0x9e, 0x73, 0x4e, 0xf4, 0xb6, 0x07, 0x08, 0x09, 0xce, 0x01, 0x44, 0xac, 0xc6, 0xe0, 0x14, 0xfc, 0x44, 0x43, 0xb8, 0x9f, 0x68, 0xb8, 0xa6, 0x62, 0x00, 0x22, 0x76, 0x54, 0xb0, 0x8b, 0x00, 0x5c, 0x8c, 0xc0, 0x80, 0x9f, 0x00, 0x66, 0x67, 0xb7, 0x09, 0x89, 0x09, 0x31, 0x02, 0xc1, 0xf3, 0x4f, 0xfe, 0xe1, 0xdf, 0xff, 0xe1, 0xbf, 0xfb, 0xe8, 0xfd, 0x97, 0x9f, 0xc2, 0xb1, 0x82, 0x5e, 0x92, 0x1d, 0xa9, 0x83, 0x8f, 0x2d, 0x18, 0x1d, 0xd8, 0xb5, 0xe6, 0x09, 0x5a, 0xbc, 0x8d, 0xf5, 0x6d, 0x8c, 0x60, 0x16, 0x03, 0xf8, 0x83, 0x3f, 0xf8, 0x83, 0xdf, 0x25, 0xa2, 0xdf, 0x7f, 0x13, 0xc8, 0x6f, 0x62, 0x14, 0xf9, 0xf6, 0xf8, 0x8b, 0x3f, 0xfc, 0x51, 0xfc, 0x36, 0xef, 0xef, 0x1c, 0xc3, 0xbb, 0x1e, 0x21, 0x24, 0x05, 0x7f, 0x06, 0x3e, 0xf5, 0x08, 0x8d, 0xc0, 0xbb, 0x08, 0xe7, 0x92, 0x9d, 0x4b, 0xe6, 0x15, 0x92, 0x1a, 0x42, 0x10, 0x05, 0x3d, 0x99, 0x17, 0xa0, 0x04, 0xe7, 0xcd, 0x00, 0x9c, 0x02, 0xdd, 0x79, 0xa3, 0xf3, 0x2e, 0x7b, 0x04, 0x98, 0x01, 0x48, 0x65, 0x00, 0xe5, 0x57, 0x30, 0xe0, 0xa3, 0x18, 0x80, 0xa8, 0x02, 0xb0, 0x9d, 0xc0, 0x4c, 0x48, 0x0c, 0x70, 0x05, 0xfc, 0x94, 0x14, 0xfc, 0x7a, 0x24, 0x9c, 0x9d, 0xf5, 0x3f, 0xfc, 0xa7, 0xff, 0xe4, 0xbf, 0xff, 0x5b, 0xef, 0xb8, 0x83, 0x70, 0x07, 0x8f, 0x56, 0x8f, 0xd4, 0xa2, 0x83, 0x19, 0x01, 0xb5, 0xc5, 0x08, 0xde, 0x52, 0x03, 0x00, 0xb0, 0xbe, 0x89, 0x26, 0xd8, 0xb9, 0x01, 0xfc, 0xe1, 0x1f, 0xfe, 0xe1, 0xe3, 0x94, 0xd2, 0xff, 0x06, 0xf0, 0x38, 0x03, 0xba, 0x69, 0x1a, 0xfc, 0xfa, 0xaf, 0xff, 0x3a, 0x3e, 0xfc, 0xf0, 0xc3, 0x8d, 0xe9, 0xcd, 0x9b, 0xa8, 0xcf, 0x55, 0xde, 0x60, 0x9b, 0x8f, 0x7f, 0xd3, 0x63, 0x6e, 0xfb, 0xff, 0xab, 0x0c, 0xf8, 0x66, 0xd7, 0xcd, 0x20, 0xac, 0x41, 0xd4, 0x81, 0xa8, 0x05, 0x51, 0x0f, 0x88, 0xde, 0x87, 0x74, 0x7a, 0x1e, 0x3d, 0xc8, 0xf5, 0x7a, 0xa4, 0x1e, 0x44, 0x11, 0x80, 0xde, 0xcf, 0xc1, 0x17, 0x3d, 0x17, 0x41, 0x48, 0x20, 0xcb, 0x51, 0xe5, 0x23, 0xc0, 0x20, 0x62, 0xe5, 0x34, 0xe6, 0x09, 0x20, 0x55, 0xa4, 0x53, 0x64, 0x9c, 0x07, 0xa6, 0x5c, 0x23, 0x47, 0x66, 0x18, 0x0e, 0x22, 0xa4, 0x69, 0x04, 0xf2, 0x10, 0x71, 0x66, 0x18, 0x7a, 0x7b, 0xdd, 0x26, 0xfc, 0xf9, 0xff, 0xf8, 0x5f, 0xf8, 0xf4, 0xd3, 0x5f, 0x20, 0x26, 0x42, 0x4a, 0x0e, 0x7d, 0x04, 0xfe, 0xe6, 0xc7, 0x9f, 0xfe, 0xfb, 0xdf, 0xfa, 0x8d, 0x4f, 0xfe, 0x6b, 0x01, 0x7e, 0x9f, 0xf4, 0xc8, 0xa9, 0x45, 0xa0, 0x16, 0x3c, 0x32, 0x82, 0x35, 0x22, 0x5a, 0x3c, 0xc2, 0xda, 0x8c, 0x60, 0xa3, 0xe8, 0xd0, 0xce, 0xa3, 0x40, 0x7d, 0xdf, 0xff, 0x23, 0xe7, 0xdc, 0xe3, 0x7c, 0xbf, 0x69, 0x1a, 0x7c, 0xed, 0x6b, 0x5f, 0xc3, 0xc3, 0x87, 0x0f, 0x0f, 0x28, 0xaa, 0x22, 0x0b, 0x7d, 0x6d, 0x01, 0xb0, 0x06, 0x64, 0x6d, 0x47, 0xa3, 0xc3, 0xb2, 0x06, 0xd0, 0xd9, 0x80, 0x68, 0x47, 0xe9, 0x00, 0x74, 0x6a, 0x20, 0xe8, 0xf5, 0xbc, 0xe4, 0xdb, 0xd1, 0xfe, 0x1f, 0x6d, 0x4f, 0xd5, 0x31, 0x81, 0xcc, 0x08, 0x44, 0xa2, 0x82, 0xd8, 0xaa, 0x9b, 0x47, 0x7b, 0xfe, 0x1c, 0x34, 0xad, 0x90, 0x70, 0xe3, 0x9d, 0x3c, 0x20, 0x5e, 0x8f, 0xd0, 0xe8, 0x2a, 0x10, 0xf0, 0xe1, 0x87, 0xbf, 0x85, 0x3f, 0xfd, 0xd3, 0xef, 0xe3, 0x2f, 0xff, 0xf2, 0x27, 0x46, 0xb9, 0x80, 0x4f, 0xfe, 0xea, 0xe1, 0xdf, 0x81, 0xd0, 0x7f, 0x03, 0x91, 0xba, 0x8d, 0xc6, 0x11, 0x84, 0x01, 0xf6, 0x04, 0x4a, 0x80, 0x0b, 0x76, 0x9d, 0x0c, 0xb8, 0x73, 0x81, 0x5f, 0x0b, 0xbe, 0x80, 0xe0, 0x39, 0x44, 0x04, 0xeb, 0x4d, 0xf2, 0x04, 0x3b, 0x37, 0x00, 0xe7, 0xdc, 0xdf, 0xaa, 0xef, 0x7f, 0xfc, 0xf1, 0xc7, 0x07, 0x05, 0xfe, 0xab, 0xa8, 0xd6, 0x72, 0x2c, 0x33, 0x03, 0xbe, 0x05, 0xa8, 0x37, 0x80, 0x77, 0x00, 0x45, 0x08, 0xb7, 0x13, 0x23, 0xe8, 0x8a, 0x57, 0x28, 0x06, 0x00, 0x33, 0x00, 0xc9, 0x46, 0x60, 0xf7, 0x29, 0x01, 0x12, 0x75, 0xd4, 0xcf, 0x00, 0xd3, 0x79, 0x2c, 0x46, 0x7d, 0xb2, 0x37, 0xc0, 0x70, 0xc4, 0x15, 0x06, 0x20, 0x00, 0x48, 0x6b, 0xe8, 0xca, 0x34, 0x03, 0xc9, 0xf3, 0x6b, 0x2c, 0xd9, 0x0c, 0x0f, 0x50, 0x82, 0x48, 0xc4, 0xaf, 0x7d, 0xfc, 0x2b, 0xf8, 0xc9, 0x4f, 0x7e, 0x04, 0x47, 0x02, 0x22, 0x42, 0xe2, 0xf0, 0x15, 0x80, 0xce, 0x41, 0x8e, 0x90, 0xe0, 0x00, 0x26, 0x88, 0x23, 0x38, 0x26, 0xb4, 0x1e, 0x70, 0x09, 0x90, 0x00, 0xf8, 0x24, 0xe8, 0x45, 0x90, 0xce, 0x05, 0xcd, 0x5a, 0x70, 0x51, 0x2e, 0xb8, 0xdd, 0xbb, 0x01, 0x88, 0xc8, 0x3b, 0x35, 0x7d, 0x79, 0xf2, 0xe4, 0xc9, 0x29, 0x50, 0xbf, 0x1d, 0xdf, 0x5a, 0x80, 0xad, 0xa3, 0x79, 0xab, 0x00, 0x47, 0x6f, 0x86, 0x51, 0x81, 0x5f, 0x5a, 0x10, 0xae, 0x02, 0x7f, 0x65, 0x04, 0x46, 0x87, 0x32, 0x0d, 0xca, 0xb7, 0x81, 0x04, 0x48, 0x02, 0x28, 0x81, 0x32, 0xf0, 0x47, 0x1e, 0x80, 0x0d, 0xfb, 0x66, 0x00, 0x42, 0x23, 0x0a, 0xa4, 0xf7, 0x3d, 0xa8, 0x50, 0xa0, 0x00, 0x61, 0xaa, 0x8c, 0x20, 0x00, 0x92, 0x40, 0x08, 0x58, 0xad, 0x08, 0xab, 0x86, 0x11, 0xb3, 0xf6, 0x13, 0xb9, 0x00, 0xd1, 0x19, 0x04, 0x04, 0x72, 0x26, 0x02, 0x35, 0xd5, 0x8c, 0x86, 0x05, 0xe2, 0x05, 0x9e, 0x05, 0x5d, 0x10, 0xf8, 0xa8, 0x65, 0xd7, 0x0e, 0x8c, 0x06, 0x8c, 0xcf, 0xc0, 0xf2, 0x5d, 0xf0, 0x9b, 0xca, 0x26, 0xf6, 0x9e, 0x08, 0x5b, 0xaf, 0xd7, 0x78, 0xf6, 0xec, 0xd9, 0x8d, 0xf9, 0x7e, 0x7e, 0x4c, 0x08, 0xe3, 0x8f, 0x10, 0x63, 0xbc, 0xf5, 0x28, 0x7f, 0x13, 0xba, 0x72, 0x13, 0x4d, 0xb2, 0xfd, 0x4d, 0x79, 0x3f, 0xb0, 0x2e, 0xfc, 0x1f, 0x58, 0xab, 0x06, 0x30, 0xe0, 0x2b, 0xf7, 0xef, 0x2a, 0x4d, 0xd0, 0x0f, 0x14, 0x48, 0x3a, 0xe5, 0xfc, 0x64, 0x3a, 0x40, 0x7a, 0x90, 0x8b, 0xc5, 0x13, 0x28, 0xf7, 0x8f, 0xa6, 0x03, 0x58, 0x0d, 0xc0, 0x3c, 0x81, 0x7e, 0xec, 0x54, 0x51, 0x1f, 0xb6, 0x51, 0xbf, 0x4a, 0x05, 0x8b, 0xe8, 0xc8, 0x8f, 0xac, 0x03, 0x9c, 0xdd, 0x77, 0x80, 0xf1, 0x7e, 0xc0, 0x83, 0x5c, 0x03, 0xef, 0x57, 0x0a, 0x43, 0x6a, 0x40, 0x20, 0x34, 0x0d, 0x5b, 0xf0, 0xc3, 0x99, 0x33, 0xa1, 0x73, 0x88, 0xd5, 0x1b, 0x89, 0x33, 0xaf, 0xc2, 0x00, 0x39, 0x41, 0x64, 0x58, 0xc1, 0x87, 0x80, 0x44, 0xc1, 0xef, 0xce, 0x18, 0x68, 0x19, 0x67, 0x60, 0xfc, 0x06, 0x92, 0xc8, 0xeb, 0xa7, 0x5f, 0xee, 0xdd, 0x00, 0x52, 0x4a, 0x78, 0xf1, 0xe2, 0xc5, 0xad, 0xc0, 0x0f, 0x00, 0x67, 0x67, 0x67, 0xa3, 0xff, 0xb5, 0x6d, 0x7b, 0x23, 0x80, 0xde, 0x14, 0xc8, 0xb7, 0x05, 0xfe, 0x36, 0x0d, 0x46, 0x81, 0x6e, 0x80, 0xa7, 0x6e, 0xb8, 0x8d, 0xae, 0x3a, 0xa7, 0xb7, 0x81, 0xc1, 0x10, 0x8a, 0x11, 0xa0, 0x2f, 0x5a, 0x40, 0x6f, 0x47, 0x80, 0x7b, 0x10, 0x25, 0x10, 0x45, 0x08, 0x9b, 0x11, 0x50, 0x1e, 0xfd, 0xd5, 0x08, 0x88, 0x18, 0x22, 0xea, 0x05, 0x88, 0xea, 0x72, 0x1f, 0x4c, 0x34, 0x80, 0xdd, 0x15, 0xaa, 0x80, 0x9f, 0x85, 0x70, 0x28, 0x06, 0xa0, 0xaf, 0x49, 0xe5, 0x35, 0x01, 0x87, 0xa6, 0x11, 0x38, 0x47, 0xf6, 0x5e, 0x20, 0x30, 0x9d, 0x03, 0xaa, 0xd3, 0x11, 0x00, 0xb0, 0x19, 0x01, 0x58, 0xd0, 0x78, 0x1d, 0xf5, 0x89, 0x19, 0x14, 0x18, 0x2e, 0x6a, 0xb9, 0x75, 0x3a, 0x67, 0x84, 0x75, 0xc2, 0xe7, 0x48, 0x78, 0x07, 0xe9, 0x75, 0x54, 0x68, 0x51, 0xa5, 0x10, 0x9b, 0x80, 0x64, 0x9a, 0x15, 0xbd, 0x0b, 0xd8, 0x6e, 0x02, 0xca, 0xdb, 0x00, 0x78, 0xdb, 0x5e, 0x82, 0x88, 0x40, 0x88, 0x55, 0xe4, 0x26, 0x15, 0x00, 0xeb, 0xfd, 0x21, 0xc2, 0x93, 0xe9, 0x8d, 0x46, 0x80, 0xa2, 0x8e, 0xf4, 0x95, 0x21, 0x0c, 0xf7, 0xf3, 0xff, 0x7a, 0x13, 0xbb, 0x1a, 0x11, 0xba, 0x1c, 0x09, 0x4a, 0x9a, 0xfc, 0x42, 0x02, 0x9c, 0x26, 0xca, 0x94, 0xfb, 0x1b, 0x1d, 0xa2, 0xd1, 0x85, 0x6a, 0x75, 0x9c, 0xd3, 0xa4, 0x31, 0xaa, 0x08, 0x90, 0x1a, 0x94, 0x37, 0x03, 0x60, 0x1b, 0xd5, 0xbd, 0x51, 0x1b, 0x42, 0x13, 0x18, 0x4a, 0x76, 0x48, 0xb3, 0x68, 0x4a, 0x81, 0xf4, 0xf5, 0xd9, 0xa4, 0x84, 0x73, 0x0a, 0xfc, 0x24, 0x5a, 0x72, 0xe1, 0x3c, 0x23, 0x25, 0x86, 0x0f, 0x0c, 0x8a, 0x8c, 0x73, 0x49, 0x78, 0x89, 0x84, 0x06, 0x09, 0x9f, 0x21, 0x89, 0x20, 0x5d, 0x97, 0x1f, 0x08, 0x87, 0x02, 0xfe, 0x6d, 0x82, 0xfa, 0x10, 0x80, 0x7f, 0xf5, 0x6b, 0x88, 0x02, 0x35, 0x03, 0x3e, 0xdf, 0x2e, 0xa0, 0xaf, 0x47, 0xf8, 0x58, 0x1e, 0x57, 0x47, 0x80, 0x88, 0x7a, 0x50, 0x7d, 0x1f, 0xa9, 0xf2, 0x06, 0x71, 0x44, 0x81, 0xd4, 0xc0, 0xcc, 0x13, 0x20, 0x81, 0x9c, 0x51, 0x1e, 0x50, 0x19, 0xd5, 0x41, 0xe1, 0x8a, 0x68, 0x7a, 0x4e, 0x02, 0xb0, 0x3d, 0x5f, 0xec, 0xf1, 0x51, 0xf5, 0x00, 0x3c, 0x74, 0x0a, 0xb2, 0x8e, 0xfa, 0x44, 0x41, 0x07, 0x72, 0xf2, 0x58, 0xad, 0x80, 0x18, 0xf3, 0x4c, 0x4a, 0x00, 0x44, 0x67, 0x43, 0x78, 0xb5, 0x4c, 0xb1, 0x17, 0xb5, 0xc2, 0x1c, 0x07, 0xe6, 0x04, 0x78, 0x46, 0x4c, 0x0c, 0xdf, 0x24, 0xf4, 0x31, 0xe1, 0xad, 0xb3, 0x84, 0xd4, 0x46, 0xac, 0x4a, 0x48, 0x6b, 0x7f, 0x06, 0x20, 0x22, 0x77, 0x8a, 0xf1, 0x6f, 0x97, 0x3e, 0xd0, 0x62, 0x81, 0xff, 0xc6, 0xef, 0x21, 0xc7, 0xeb, 0x25, 0x0b, 0x56, 0xe5, 0xf3, 0x99, 0xcb, 0x53, 0x15, 0xd3, 0x57, 0xa3, 0xe8, 0x86, 0x51, 0xde, 0x46, 0xfa, 0xb1, 0x27, 0x88, 0x23, 0xf0, 0x0f, 0xf9, 0x01, 0x15, 0xc1, 0xc5, 0x00, 0x90, 0x4c, 0xd8, 0x2a, 0x57, 0x47, 0xcd, 0xe9, 0x73, 0xb4, 0x67, 0x9a, 0x5d, 0x1a, 0x45, 0x8b, 0x32, 0x85, 0xca, 0xde, 0xc4, 0x42, 0xa1, 0xc8, 0xc6, 0x64, 0x02, 0x1b, 0x1e, 0x4d, 0xc3, 0xa6, 0x1b, 0x08, 0xa2, 0x1c, 0xea, 0xcc, 0xec, 0xcb, 0x80, 0xcf, 0x0a, 0x7c, 0x11, 0x06, 0x8b, 0x66, 0xf4, 0x18, 0x09, 0xcc, 0x5a, 0x6d, 0x9a, 0x24, 0xc1, 0x4b, 0x42, 0x87, 0x88, 0x74, 0x9e, 0xd0, 0xac, 0x13, 0x7e, 0x8e, 0x68, 0x5a, 0xa0, 0xdf, 0xab, 0x07, 0xb8, 0x4d, 0x28, 0x71, 0x5b, 0xe0, 0xdf, 0xe5, 0xa8, 0x7f, 0x97, 0x6b, 0xdc, 0xfc, 0xb9, 0x32, 0x44, 0x69, 0x6a, 0xa0, 0x23, 0x0d, 0x47, 0xd4, 0x46, 0xd1, 0x0d, 0x5e, 0xc2, 0xbc, 0x02, 0xae, 0x05, 0x7f, 0xd6, 0x04, 0x15, 0xfd, 0x91, 0x4c, 0x89, 0x1c, 0x40, 0xab, 0x21, 0x76, 0x2f, 0x46, 0x65, 0xaa, 0x79, 0xf1, 0x43, 0xe8, 0x13, 0x97, 0xf3, 0x03, 0x59, 0x44, 0x13, 0x9b, 0x07, 0x60, 0x13, 0xdd, 0x46, 0x9d, 0x64, 0xa0, 0x51, 0x04, 0x8f, 0x26, 0x88, 0xe9, 0x5a, 0x07, 0xd6, 0x97, 0x38, 0xd3, 0xf4, 0x73, 0x55, 0x5a, 0x4d, 0x26, 0x1a, 0x9c, 0x24, 0x08, 0x27, 0x90, 0x30, 0x82, 0x4f, 0x10, 0x8a, 0x40, 0x4a, 0xa0, 0x10, 0xe1, 0x52, 0xc4, 0x4a, 0x22, 0x18, 0x01, 0x4f, 0x72, 0xb8, 0x69, 0x0f, 0x06, 0xc0, 0xcc, 0x37, 0xaa, 0xe4, 0xdc, 0x27, 0xf8, 0x77, 0x4d, 0x8d, 0xee, 0xe6, 0x5d, 0x52, 0xe5, 0x01, 0x34, 0x82, 0xa3, 0x9e, 0xa0, 0x1f, 0xee, 0x9b, 0x17, 0x70, 0x8e, 0x2d, 0x8e, 0x1f, 0x47, 0xcf, 0xcb, 0x06, 0xa2, 0x62, 0xb7, 0xca, 0x08, 0x17, 0x4a, 0x65, 0x91, 0x21, 0xca, 0x80, 0x6d, 0x86, 0x50, 0x25, 0x69, 0xd8, 0x92, 0x9c, 0xf1, 0x77, 0x72, 0x15, 0xb7, 0xc7, 0xd8, 0x00, 0x64, 0x68, 0x06, 0x51, 0xc0, 0x8f, 0x64, 0x74, 0xc9, 0x8c, 0x4a, 0x12, 0xc8, 0x55, 0xd1, 0x24, 0x12, 0x40, 0x3c, 0x42, 0xe0, 0x92, 0x6c, 0x63, 0x06, 0x01, 0xee, 0x0c, 0xc2, 0x56, 0x7c, 0xc4, 0x9a, 0x92, 0x66, 0x28, 0xb7, 0x12, 0x24, 0x35, 0x08, 0x4a, 0x20, 0x8e, 0x48, 0x92, 0xe0, 0x7c, 0x42, 0xe4, 0x08, 0x2f, 0x11, 0x3d, 0x22, 0xc2, 0x79, 0xc4, 0x8b, 0x75, 0x44, 0x8b, 0x28, 0xdf, 0xbd, 0xdc, 0x6d, 0x22, 0xcc, 0x39, 0xfa, 0xcf, 0x05, 0xb0, 0x5d, 0xd3, 0x9d, 0xfd, 0xe8, 0x82, 0x58, 0x76, 0x05, 0xb0, 0x16, 0xad, 0x51, 0x49, 0x50, 0xa5, 0xc1, 0x0b, 0x48, 0x3f, 0x00, 0x3f, 0x03, 0xdb, 0x8c, 0x25, 0x8f, 0xfc, 0x25, 0xfc, 0x99, 0xe9, 0x13, 0xa2, 0xe9, 0x87, 0x84, 0xcc, 0x3c, 0x14, 0xb0, 0x36, 0x41, 0x8c, 0x82, 0xde, 0x2f, 0x9e, 0x80, 0xc6, 0x34, 0x68, 0xf4, 0x61, 0x8d, 0x9a, 0x0b, 0x03, 0x4e, 0x8d, 0x40, 0xa0, 0xc9, 0x35, 0x35, 0x04, 0x87, 0x71, 0xc6, 0xb9, 0xd3, 0x51, 0x9f, 0x1a, 0x34, 0x8d, 0x7a, 0x04, 0x11, 0x02, 0xab, 0x08, 0x5e, 0x95, 0xd9, 0x64, 0x64, 0x5d, 0x25, 0x9c, 0xf1, 0x32, 0x61, 0x0d, 0x53, 0x91, 0x44, 0xb0, 0x8b, 0x08, 0x14, 0xd1, 0xa7, 0x06, 0x4e, 0x22, 0x62, 0x88, 0xf0, 0xa9, 0x07, 0x89, 0x76, 0xbb, 0x08, 0x08, 0xf8, 0xe0, 0xb2, 0x17, 0x58, 0xe4, 0x84, 0x98, 0xa5, 0x82, 0x7f, 0x7f, 0x91, 0xa0, 0x0a, 0xe0, 0xc4, 0x43, 0xbd, 0x8e, 0x54, 0xb5, 0x3c, 0x13, 0x4a, 0x34, 0x4d, 0x70, 0xd1, 0x28, 0xba, 0x93, 0xe9, 0x4e, 0x5f, 0x79, 0x06, 0xcb, 0x0d, 0xc0, 0x43, 0x9b, 0x46, 0xac, 0x0c, 0xf8, 0x4d, 0x89, 0xd3, 0x0f, 0xe0, 0x37, 0x0f, 0x00, 0x6f, 0xda, 0x60, 0xe2, 0x01, 0x4a, 0x86, 0x38, 0xb7, 0x02, 0x52, 0x8c, 0xc2, 0x05, 0x2d, 0xa7, 0x28, 0xd9, 0x60, 0xf3, 0x06, 0xc8, 0x9e, 0x4c, 0x10, 0x82, 0xa9, 0x5d, 0x11, 0xb0, 0x26, 0xd3, 0x56, 0x43, 0xfc, 0x95, 0x86, 0x91, 0x9f, 0x24, 0x81, 0x5d, 0x82, 0x13, 0xb3, 0x2c, 0x8e, 0x48, 0x12, 0x11, 0x10, 0x21, 0x3e, 0x80, 0x38, 0x80, 0xa4, 0x31, 0x2f, 0xd0, 0xc3, 0xad, 0x03, 0xce, 0x11, 0x44, 0xe0, 0xea, 0x3a, 0xa1, 0x59, 0x45, 0xf0, 0x9b, 0x34, 0xc0, 0x9c, 0x94, 0x67, 0xa9, 0x9a, 0xe0, 0xaa, 0xd7, 0x20, 0xf3, 0xf8, 0x65, 0xa7, 0x54, 0x15, 0xad, 0xc5, 0x12, 0xa5, 0x41, 0x1d, 0xb1, 0xa9, 0x1e, 0x53, 0xc4, 0x6c, 0xed, 0x05, 0x8a, 0x27, 0x89, 0x43, 0x62, 0xac, 0xea, 0x98, 0x02, 0xac, 0x40, 0xb4, 0x1a, 0x28, 0x10, 0x9a, 0x42, 0x83, 0x8a, 0x06, 0xc8, 0x9e, 0x60, 0xea, 0x01, 0x72, 0xa1, 0x9c, 0x0c, 0xc5, 0x74, 0xaa, 0x5f, 0x92, 0x15, 0xe0, 0xf9, 0xca, 0x08, 0x2d, 0x3f, 0x60, 0x59, 0xea, 0xe0, 0x75, 0xf4, 0x6f, 0x82, 0x43, 0x52, 0x0b, 0x58, 0x01, 0x4e, 0x63, 0xfd, 0x20, 0x15, 0xbc, 0xc4, 0x83, 0xf0, 0x81, 0xf5, 0x12, 0x12, 0x44, 0x38, 0xa7, 0x56, 0x2d, 0x1c, 0x6c, 0xae, 0xb3, 0xce, 0x2c, 0x6b, 0xcc, 0x0b, 0xbc, 0x57, 0xac, 0xbb, 0x3d, 0xb8, 0x30, 0xe8, 0xa6, 0xd1, 0xa2, 0x6d, 0x82, 0x7f, 0x6e, 0xe0, 0x5f, 0x1b, 0xfa, 0x2c, 0x40, 0xe7, 0x81, 0x0a, 0xd5, 0x40, 0xb7, 0x11, 0xb6, 0xf6, 0x04, 0x79, 0x9a, 0x6d, 0xa9, 0xf5, 0xa1, 0x1e, 0xe4, 0x2a, 0x63, 0xa8, 0x3c, 0x84, 0x1a, 0x52, 0x06, 0xb9, 0x01, 0x9f, 0x56, 0x95, 0x31, 0x84, 0xe1, 0x78, 0x2d, 0x0d, 0xc2, 0x58, 0x04, 0x0b, 0x9b, 0x11, 0x0c, 0xc2, 0xb7, 0x8c, 0xf8, 0x54, 0x17, 0xc7, 0xb9, 0x92, 0x44, 0x23, 0x74, 0x46, 0x81, 0xd4, 0x88, 0x28, 0x01, 0x10, 0x5a, 0x59, 0xe6, 0x4d, 0x27, 0xd0, 0x13, 0x12, 0xc8, 0x45, 0xb0, 0x44, 0x38, 0x44, 0x0d, 0x4d, 0x21, 0xc0, 0x39, 0x9d, 0xca, 0x99, 0xa4, 0x81, 0x93, 0x5e, 0xdd, 0x17, 0x02, 0x56, 0xe2, 0xd1, 0x51, 0x40, 0x80, 0xc7, 0x73, 0x04, 0xbc, 0x0d, 0x9f, 0xc7, 0xe3, 0xc5, 0x68, 0x80, 0x6d, 0x81, 0xff, 0x10, 0x81, 0xff, 0xe6, 0xcf, 0x55, 0x8d, 0xee, 0x12, 0x87, 0xec, 0x2c, 0x26, 0xb7, 0xab, 0xea, 0x4d, 0x8d, 0xd9, 0x2b, 0x4b, 0x50, 0xbc, 0x70, 0x19, 0x2c, 0x0b, 0x6d, 0xa2, 0xc1, 0x78, 0x60, 0x19, 0xda, 0x02, 0x7c, 0x3a, 0x1b, 0xd1, 0x20, 0x35, 0x0c, 0x33, 0x00, 0x31, 0x23, 0x28, 0x91, 0x20, 0x77, 0x39, 0x0a, 0x24, 0x52, 0xd1, 0x9f, 0xcc, 0xfb, 0xbd, 0x5d, 0x63, 0x5d, 0x1d, 0x6a, 0x06, 0x44, 0x52, 0xea, 0x89, 0x9c, 0xf3, 0x08, 0x21, 0x81, 0xd9, 0xea, 0xaa, 0x89, 0x56, 0xd6, 0x68, 0x45, 0x2f, 0x5a, 0x24, 0x82, 0xf3, 0x04, 0x7a, 0xd1, 0x4e, 0x12, 0x84, 0x1e, 0xcc, 0x3a, 0xca, 0x6b, 0x75, 0x9c, 0x5e, 0x64, 0x93, 0x3c, 0x5a, 0x04, 0x78, 0xf1, 0xe8, 0xce, 0x03, 0xc2, 0xda, 0xe3, 0xe7, 0x08, 0x78, 0x82, 0x7c, 0x31, 0xcb, 0x9f, 0x14, 0xbf, 0x2d, 0x60, 0x2f, 0x29, 0x12, 0x74, 0xa3, 0xe7, 0x49, 0x06, 0xb0, 0xed, 0x54, 0x1d, 0x29, 0x55, 0xf7, 0xa5, 0xa2, 0x3c, 0x46, 0x99, 0x5c, 0x2e, 0x60, 0xcb, 0xd9, 0xe3, 0x54, 0x68, 0x4f, 0x16, 0xc9, 0x0a, 0x52, 0x6b, 0x1e, 0x31, 0x1a, 0xf9, 0x57, 0xb6, 0x37, 0x63, 0x63, 0x20, 0x63, 0x11, 0x25, 0x1c, 0xea, 0xc7, 0xb9, 0x00, 0xc2, 0x00, 0x7e, 0xc9, 0x9e, 0x25, 0x6b, 0x0b, 0x8f, 0x71, 0x43, 0xb9, 0x1c, 0x45, 0xaa, 0xa8, 0x31, 0x35, 0x70, 0x9e, 0x11, 0x9a, 0x6c, 0x52, 0xd4, 0x98, 0xe5, 0x9a, 0x4b, 0x93, 0x00, 0x47, 0x0a, 0x74, 0xb1, 0xa3, 0x86, 0xa7, 0x82, 0x76, 0xb2, 0x20, 0xaf, 0xc6, 0x20, 0x1e, 0x11, 0x01, 0xab, 0xe0, 0xb1, 0x4e, 0x6a, 0x04, 0x64, 0x4d, 0x7f, 0x31, 0xb3, 0x01, 0x6c, 0xaa, 0x01, 0xf6, 0x09, 0xfe, 0x65, 0x8a, 0xe1, 0x3a, 0x8e, 0x9e, 0xc6, 0x23, 0x3c, 0x71, 0x25, 0x88, 0xf9, 0xb2, 0x77, 0xa8, 0x34, 0xc1, 0x54, 0x0f, 0x0c, 0xf4, 0x28, 0x16, 0x6a, 0x43, 0x34, 0x05, 0x7b, 0x6d, 0x00, 0x13, 0x3a, 0x44, 0x8d, 0x46, 0x85, 0xea, 0x70, 0x28, 0x4d, 0xf3, 0x00, 0x0c, 0x41, 0x3f, 0x78, 0xae, 0x9c, 0xa3, 0xc8, 0xa0, 0x1f, 0x75, 0x54, 0xe4, 0x6a, 0x0f, 0x36, 0x1f, 0xb9, 0x83, 0xa8, 0x06, 0x68, 0x74, 0xb4, 0x37, 0x5e, 0x97, 0x33, 0x7a, 0x42, 0x01, 0xe0, 0x00, 0x67, 0xc2, 0x44, 0x58, 0xb9, 0x59, 0x6e, 0xe7, 0x52, 0x1a, 0x7b, 0xb1, 0xb6, 0x78, 0x24, 0x4b, 0x41, 0x3f, 0x86, 0xc3, 0x27, 0xf0, 0xb3, 0xe7, 0x01, 0xb6, 0x1d, 0x06, 0xdd, 0xc7, 0xa8, 0x3f, 0x7f, 0x14, 0x48, 0x2a, 0x0f, 0x30, 0x4c, 0x50, 0xa7, 0x51, 0x7c, 0x3d, 0x47, 0x08, 0xa5, 0x32, 0x0a, 0x9e, 0x54, 0x71, 0x4e, 0x8c, 0xa7, 0x50, 0x22, 0xa7, 0x9d, 0x4f, 0x5c, 0x33, 0x16, 0xbb, 0xf5, 0x4e, 0xab, 0xc1, 0x3b, 0xa0, 0xa9, 0x0c, 0xa5, 0x4a, 0x8c, 0x15, 0x1a, 0x64, 0x02, 0x18, 0x39, 0x60, 0x63, 0x83, 0x37, 0xf5, 0x10, 0xe9, 0x87, 0xc7, 0xf1, 0x68, 0xfa, 0xd8, 0x20, 0x94, 0xc1, 0x20, 0x6a, 0x20, 0x92, 0xe0, 0xc8, 0x21, 0x84, 0x04, 0x08, 0x35, 0x96, 0xc5, 0x53, 0x5a, 0xc3, 0xd0, 0x08, 0x0f, 0x48, 0x93, 0x12, 0x22, 0xda, 0xc4, 0x0b, 0xce, 0xc3, 0x8b, 0x47, 0x4c, 0xd6, 0xd0, 0xd7, 0xc0, 0x1f, 0xc5, 0x63, 0x05, 0x6d, 0xe9, 0xd2, 0x9e, 0x7b, 0xa4, 0xb5, 0xc7, 0x47, 0xba, 0x72, 0x0d, 0x91, 0xba, 0x8f, 0x83, 0xa3, 0x3d, 0x87, 0x30, 0xea, 0x6f, 0x47, 0x10, 0xf3, 0x30, 0x01, 0xc5, 0x9a, 0xaa, 0x21, 0xc7, 0xd6, 0x71, 0x85, 0x67, 0xa8, 0x93, 0x4e, 0x52, 0x79, 0x89, 0xda, 0x28, 0x8a, 0x21, 0x44, 0xa3, 0x3e, 0x19, 0xf8, 0xbe, 0x12, 0xbc, 0x61, 0xec, 0x09, 0x8c, 0x22, 0x15, 0xf0, 0x53, 0x9d, 0x20, 0x9b, 0xe4, 0x02, 0xea, 0xeb, 0xcd, 0x5e, 0xc6, 0x06, 0x60, 0xb1, 0xa5, 0x04, 0x34, 0xcf, 0x95, 0x1f, 0x47, 0xa0, 0xaa, 0x79, 0xb4, 0xbe, 0xbe, 0x1a, 0x84, 0x73, 0x11, 0x3a, 0x81, 0x40, 0x9a, 0x32, 0xea, 0x3b, 0x78, 0x15, 0x21, 0xec, 0x8b, 0x22, 0x67, 0x52, 0xca, 0xc3, 0xf0, 0x9a, 0xa9, 0x23, 0x0f, 0x66, 0x0f, 0x27, 0x0e, 0x04, 0x8f, 0x18, 0x3c, 0x5c, 0x72, 0x78, 0x60, 0xcd, 0x7d, 0x7f, 0x01, 0x8f, 0xbf, 0xd0, 0x9c, 0xc0, 0xe2, 0x28, 0xd0, 0xd2, 0xc0, 0xbf, 0x4f, 0x41, 0x3c, 0x70, 0x7b, 0x19, 0x8e, 0xda, 0x68, 0xc4, 0xaa, 0x31, 0xa7, 0x86, 0xc0, 0xd5, 0x68, 0x9a, 0x26, 0xd4, 0x82, 0x07, 0x6f, 0x42, 0xac, 0x91, 0x1c, 0xf1, 0x20, 0x17, 0x86, 0x38, 0x7f, 0x15, 0x09, 0x1a, 0xc0, 0xbf, 0x32, 0xf0, 0x9f, 0x0d, 0x54, 0x48, 0xb2, 0x11, 0xf8, 0xca, 0x08, 0x6a, 0x11, 0x9c, 0xa3, 0x55, 0xa1, 0x12, 0xbe, 0x64, 0x18, 0x18, 0x92, 0x65, 0x56, 0xef, 0x5f, 0x5d, 0x6f, 0x32, 0x6a, 0x15, 0x20, 0xdc, 0x83, 0xc8, 0x93, 0x16, 0x41, 0x93, 0x36, 0xe9, 0x72, 0xf0, 0x85, 0xe7, 0x0b, 0x05, 0x88, 0xe8, 0x68, 0xef, 0xe0, 0xc0, 0x34, 0xdc, 0xce, 0xf5, 0xd6, 0xc9, 0x16, 0xf6, 0x68, 0x74, 0xa6, 0x00, 0x20, 0xba, 0xd8, 0x47, 0x80, 0xc3, 0x63, 0x0d, 0x5d, 0x2d, 0x2a, 0x13, 0xbc, 0x24, 0xf0, 0x2f, 0x62, 0x9e, 0x00, 0x49, 0x55, 0x4c, 0x56, 0x01, 0x1e, 0x79, 0x32, 0xbc, 0xed, 0xce, 0xda, 0xb4, 0x51, 0x6d, 0x1c, 0x82, 0xf1, 0x9c, 0xde, 0xca, 0x48, 0x4c, 0x9c, 0x16, 0xf0, 0xe7, 0xe2, 0xb4, 0x2a, 0xf3, 0x5b, 0x7b, 0x02, 0xba, 0x64, 0x10, 0xb5, 0x28, 0x0e, 0x43, 0x49, 0x84, 0x92, 0xde, 0x41, 0xb7, 0x8c, 0x78, 0x7f, 0xee, 0xea, 0x21, 0x65, 0x32, 0xff, 0x78, 0xaa, 0x65, 0x80, 0x54, 0x83, 0x3a, 0xb2, 0xc6, 0xd0, 0x59, 0xf4, 0x0a, 0xfa, 0x51, 0x26, 0x0e, 0x4e, 0x79, 0xbd, 0xf3, 0x10, 0x36, 0xe0, 0x93, 0x03, 0xb3, 0x96, 0x9a, 0x92, 0x2d, 0xf5, 0x21, 0xde, 0xd9, 0x24, 0x02, 0x8d, 0xb9, 0xbe, 0x05, 0x42, 0x84, 0xc3, 0xf9, 0xcc, 0x06, 0x90, 0x8d, 0x60, 0x57, 0xe0, 0x3f, 0xa4, 0x48, 0xd0, 0x66, 0xcf, 0xa9, 0xc0, 0x0f, 0xb9, 0x3c, 0x9a, 0x4f, 0x8b, 0xce, 0xea, 0xf3, 0x75, 0x64, 0xc8, 0x2a, 0x33, 0x8b, 0xf7, 0x20, 0xb6, 0xb2, 0x83, 0x69, 0x46, 0x37, 0x4c, 0xe2, 0xfc, 0xe1, 0xb2, 0x38, 0xa6, 0x15, 0x80, 0xb3, 0x2a, 0x4c, 0x9a, 0x3d, 0x46, 0xed, 0x01, 0x6a, 0xfa, 0xd3, 0x0f, 0x86, 0x21, 0x83, 0x40, 0xd6, 0x68, 0x66, 0x9d, 0x24, 0x6b, 0xcc, 0x8b, 0x05, 0x5d, 0x83, 0xa3, 0xce, 0x35, 0x0c, 0xa1, 0x26, 0x0f, 0x21, 0x1b, 0xed, 0xb3, 0x00, 0xe1, 0x3a, 0x99, 0xe0, 0x8c, 0x02, 0x39, 0x20, 0x69, 0x13, 0xdf, 0xe4, 0x1d, 0x1c, 0x2b, 0xed, 0xf1, 0x70, 0xe8, 0xc4, 0xa1, 0x79, 0xe0, 0x80, 0x57, 0x84, 0xa7, 0x7a, 0xc1, 0x47, 0x51, 0x0e, 0x7d, 0xb4, 0x91, 0x20, 0x9a, 0x82, 0x7c, 0xa0, 0x0e, 0x44, 0x36, 0xae, 0xe6, 0x2e, 0x6d, 0xa8, 0x0d, 0x45, 0x46, 0xb4, 0x07, 0xd6, 0x93, 0xb6, 0x78, 0x94, 0x3a, 0x09, 0x95, 0xb1, 0x54, 0x62, 0xf3, 0x06, 0x7e, 0x0a, 0x63, 0xe0, 0xcb, 0x34, 0x3a, 0xb4, 0x1a, 0x6b, 0x06, 0xca, 0x40, 0x67, 0x8b, 0x46, 0xf5, 0xc8, 0x8b, 0x4b, 0x0e, 0x89, 0x62, 0xa9, 0x28, 0x5b, 0x25, 0xce, 0xa5, 0x7e, 0xef, 0xaa, 0xe2, 0x54, 0xcf, 0x13, 0x1c, 0x0f, 0xb4, 0x86, 0xe1, 0x6d, 0x81, 0x0e, 0x07, 0xa9, 0xc0, 0x0f, 0x72, 0x70, 0xa2, 0x2b, 0x99, 0x25, 0xa7, 0xf7, 0x89, 0x75, 0x2d, 0x03, 0x27, 0xba, 0xaa, 0x8d, 0x87, 0xc3, 0x5a, 0x74, 0x2d, 0x9c, 0x4f, 0x55, 0x08, 0x87, 0xb9, 0xc0, 0x7f, 0x9d, 0x11, 0x1c, 0x1a, 0xf8, 0xe7, 0xd3, 0x04, 0xc3, 0x04, 0x74, 0x1d, 0xc9, 0x87, 0x51, 0xbc, 0x4c, 0x4c, 0xaf, 0x7b, 0xf5, 0x60, 0xd0, 0x0a, 0x43, 0x16, 0x76, 0xd2, 0xa5, 0xbc, 0x18, 0x47, 0x1d, 0xc3, 0x77, 0x03, 0xe0, 0xf2, 0x39, 0xaa, 0xf5, 0x41, 0x3e, 0xb7, 0x32, 0xde, 0x9f, 0xc1, 0x5f, 0x69, 0x02, 0x0a, 0xc3, 0x48, 0x5f, 0xb2, 0xbe, 0xfe, 0xb2, 0x57, 0x40, 0xc2, 0xa8, 0xb8, 0x4e, 0xe2, 0xd8, 0xeb, 0x40, 0x35, 0xab, 0x14, 0x23, 0x28, 0x59, 0x66, 0x07, 0x21, 0x5b, 0xa3, 0xcc, 0x80, 0x4f, 0x35, 0xf8, 0x91, 0x3b, 0x56, 0x1b, 0xd7, 0xaf, 0x12, 0x0d, 0xc1, 0xda, 0xb7, 0x53, 0x43, 0x40, 0x24, 0xd4, 0x7f, 0x98, 0xc1, 0x00, 0x76, 0x99, 0x07, 0x98, 0x73, 0x16, 0xd9, 0x5c, 0x49, 0xb2, 0xe1, 0xf9, 0x56, 0xda, 0x21, 0xb8, 0x82, 0xee, 0x5c, 0xb1, 0x57, 0xad, 0x49, 0xa8, 0x0c, 0xba, 0xb5, 0x01, 0x54, 0x9e, 0x61, 0x34, 0x8b, 0x6b, 0x52, 0x9a, 0x50, 0x1b, 0x04, 0xfc, 0xa4, 0xf4, 0x21, 0x0c, 0x46, 0x60, 0x74, 0x88, 0xe8, 0x6c, 0x98, 0x24, 0x53, 0x0c, 0xa0, 0x83, 0x48, 0x5b, 0xd1, 0x9e, 0x6a, 0x22, 0x4c, 0xa5, 0x69, 0x8b, 0xe7, 0xb1, 0xce, 0x11, 0x05, 0xf4, 0x4c, 0x56, 0x23, 0x94, 0xaf, 0x87, 0x9c, 0xb5, 0x95, 0xa0, 0xa2, 0xa6, 0x87, 0x15, 0x2a, 0xf5, 0xe8, 0x40, 0x80, 0x23, 0x20, 0xe9, 0x6d, 0x99, 0x66, 0xdc, 0x64, 0x7c, 0xdf, 0x81, 0xf0, 0xc7, 0x33, 0x19, 0xc0, 0x6d, 0x8c, 0xe0, 0x3e, 0x69, 0x82, 0xab, 0x9f, 0x5b, 0x75, 0x5c, 0x1b, 0xad, 0xc2, 0x25, 0x1b, 0xef, 0x99, 0x2a, 0x0d, 0xa1, 0x17, 0x19, 0x3c, 0x40, 0xa9, 0xe3, 0xc9, 0x93, 0x5a, 0xdc, 0xa4, 0xb6, 0xa7, 0x36, 0x86, 0x30, 0xd6, 0x09, 0x08, 0x80, 0x34, 0x20, 0x77, 0x66, 0x9e, 0xe0, 0xcc, 0xc0, 0x9c, 0xc1, 0xee, 0xac, 0x5d, 0x62, 0xe6, 0xf7, 0x71, 0x00, 0x3d, 0xfa, 0x8a, 0xf2, 0xd4, 0x14, 0x7e, 0x5a, 0x5e, 0x5d, 0x4d, 0xb6, 0x11, 0x13, 0xb8, 0x60, 0xa5, 0x39, 0x52, 0x81, 0x58, 0x44, 0x81, 0x2f, 0x4c, 0xc5, 0x48, 0x18, 0xc3, 0xed, 0x68, 0x8f, 0x2b, 0x6d, 0xdc, 0x2d, 0x16, 0xfb, 0x04, 0xc0, 0xd7, 0x16, 0x3a, 0x23, 0xec, 0xbe, 0x68, 0x82, 0xd7, 0x3d, 0xaf, 0x44, 0x08, 0x51, 0x51, 0x99, 0xa9, 0x41, 0xa0, 0x8e, 0x3e, 0xd6, 0xad, 0x0a, 0x31, 0x6a, 0x5b, 0x58, 0x34, 0x83, 0x75, 0x2f, 0xa1, 0x32, 0x99, 0x25, 0x9f, 0xcc, 0x9d, 0x16, 0x86, 0xfa, 0x1c, 0x1a, 0xe9, 0x04, 0x37, 0x1e, 0xa1, 0x73, 0x39, 0x44, 0x16, 0xc5, 0x38, 0xaf, 0xe4, 0x64, 0x3f, 0x4c, 0x96, 0xcf, 0x45, 0x79, 0x18, 0x68, 0xfa, 0x00, 0x7e, 0x1a, 0x12, 0x63, 0x52, 0x35, 0xd2, 0xc2, 0xd0, 0x57, 0xa8, 0x2c, 0x45, 0xac, 0x23, 0xbc, 0x4d, 0xa0, 0x4f, 0x83, 0x75, 0x70, 0x05, 0x6c, 0xa9, 0x81, 0x6f, 0xb4, 0x27, 0x33, 0x33, 0x4b, 0x2f, 0x94, 0x22, 0x68, 0x02, 0xe1, 0x17, 0x20, 0x7c, 0x49, 0x7b, 0xcb, 0x2d, 0x22, 0x04, 0x7a, 0x12, 0xc4, 0x57, 0x58, 0xc0, 0x6b, 0xcf, 0x0d, 0x33, 0xaf, 0xc8, 0x4d, 0xe6, 0xe5, 0xd2, 0x15, 0x96, 0x24, 0x93, 0x16, 0x26, 0x34, 0x7d, 0x30, 0x55, 0x33, 0xbb, 0xae, 0xd8, 0x73, 0xcf, 0x4f, 0x8c, 0x03, 0x2f, 0x83, 0x31, 0x9c, 0x57, 0xd1, 0x9e, 0x6a, 0x94, 0xbf, 0x04, 0xfa, 0xaa, 0x71, 0x56, 0x79, 0x4d, 0xba, 0x7c, 0x2d, 0xd3, 0x2f, 0x80, 0x07, 0xde, 0xae, 0x72, 0x47, 0x86, 0x5e, 0x41, 0x19, 0xd9, 0x6e, 0xf8, 0x88, 0x70, 0xc8, 0x8d, 0x2c, 0xc6, 0x0b, 0x78, 0x9c, 0x9b, 0x93, 0xb2, 0x6d, 0x96, 0x52, 0x88, 0x5a, 0x04, 0xef, 0x33, 0x1a, 0xb4, 0xef, 0xd2, 0x88, 0x6d, 0xce, 0x77, 0x28, 0x7f, 0x9b, 0xbc, 0xe6, 0x2c, 0x6d, 0x1d, 0x27, 0xcd, 0xb1, 0x0e, 0x64, 0x5b, 0x8c, 0x08, 0x5e, 0x02, 0xf8, 0x17, 0x05, 0x7c, 0x19, 0x70, 0x94, 0x07, 0x8e, 0x31, 0xe0, 0x2b, 0x5e, 0x33, 0xfd, 0x5e, 0x05, 0x93, 0x6e, 0xcd, 0xa8, 0x1e, 0x8b, 0xea, 0x08, 0x8c, 0x96, 0xf5, 0x95, 0xab, 0x42, 0xaf, 0x95, 0xc8, 0x2e, 0x65, 0xce, 0x32, 0x2e, 0xc9, 0xa0, 0xbe, 0xf2, 0x40, 0x71, 0x08, 0xbb, 0x96, 0x86, 0x57, 0x32, 0xce, 0x5d, 0xc8, 0x65, 0xe1, 0x5e, 0xb9, 0x0f, 0x68, 0x8b, 0x75, 0x1e, 0x9b, 0x91, 0xb3, 0x96, 0x28, 0xa8, 0xc2, 0x5d, 0x9c, 0xaf, 0xa7, 0x0a, 0x36, 0xd5, 0x81, 0xa7, 0x50, 0xb7, 0x51, 0xb1, 0x6d, 0x6d, 0x74, 0x68, 0x4e, 0x03, 0x78, 0x93, 0x11, 0x1c, 0x2b, 0xf8, 0xef, 0x34, 0xe2, 0x1b, 0x60, 0xe9, 0x52, 0xbd, 0xfd, 0x65, 0x80, 0x4b, 0x79, 0x2f, 0xba, 0x4c, 0x65, 0xaa, 0xf3, 0x22, 0x95, 0xae, 0xb8, 0x12, 0xe0, 0x3c, 0x00, 0xd4, 0x4d, 0xdb, 0x9a, 0xd8, 0x91, 0xb8, 0xaa, 0x4c, 0xae, 0x12, 0x5d, 0x65, 0xaa, 0x6d, 0xb2, 0xde, 0xa4, 0x7d, 0x55, 0x05, 0x5a, 0xe7, 0x20, 0xb8, 0xba, 0x2f, 0x43, 0xf1, 0x5c, 0x6d, 0x10, 0x65, 0x52, 0x7d, 0xbe, 0x3e, 0x03, 0x7b, 0x6e, 0xc6, 0x95, 0x7b, 0x04, 0x65, 0xa3, 0x90, 0xfa, 0xb6, 0x2d, 0xd0, 0x27, 0x22, 0x65, 0xc6, 0x65, 0xbe, 0xbc, 0x5c, 0x03, 0xfa, 0x12, 0xc0, 0x7b, 0x6a, 0x95, 0xb3, 0x76, 0x85, 0xd8, 0x45, 0x5b, 0x94, 0xa5, 0xd1, 0xa2, 0xed, 0x09, 0xe2, 0xab, 0x78, 0xfd, 0x75, 0xa0, 0xa6, 0xeb, 0xb9, 0x7b, 0x79, 0x9c, 0xe9, 0x30, 0x21, 0x05, 0xdf, 0x48, 0x60, 0x57, 0xdd, 0x9e, 0x47, 0x75, 0x44, 0x75, 0x39, 0x76, 0x9c, 0x4c, 0xbe, 0xe9, 0x21, 0x62, 0xfd, 0x3b, 0xc1, 0xe3, 0x30, 0x28, 0x2c, 0x0c, 0x9a, 0x5b, 0xaf, 0x5f, 0x32, 0x86, 0xec, 0x19, 0x52, 0x65, 0x64, 0x52, 0x15, 0xc8, 0x4d, 0xda, 0xae, 0x13, 0xea, 0x84, 0x47, 0xed, 0x56, 0x86, 0xe8, 0x80, 0x4c, 0x97, 0x66, 0xa5, 0xca, 0xd5, 0x40, 0xd0, 0x68, 0x0f, 0x09, 0x80, 0x04, 0x0f, 0x20, 0xf8, 0xb9, 0x46, 0x82, 0x66, 0xa3, 0x40, 0xbb, 0xa0, 0x0e, 0x87, 0xae, 0x09, 0x5e, 0xff, 0x9c, 0xcb, 0x60, 0xbf, 0x0c, 0x6a, 0x54, 0x91, 0x92, 0x8a, 0x7b, 0x4b, 0xf5, 0x3c, 0xa9, 0x3c, 0x49, 0x09, 0x77, 0x4e, 0x4a, 0x2c, 0xca, 0xfd, 0xbc, 0x18, 0x86, 0x8c, 0x41, 0x9f, 0x2b, 0x4e, 0xa9, 0xae, 0xeb, 0xcf, 0x83, 0x9a, 0x25, 0xbe, 0x72, 0x26, 0x98, 0x79, 0x68, 0xd7, 0x52, 0xba, 0x4f, 0x4f, 0xd6, 0x1d, 0x90, 0xaa, 0x7a, 0xb5, 0xf4, 0x07, 0xca, 0xe7, 0x2a, 0xef, 0x50, 0xb2, 0xd9, 0x32, 0xac, 0x3a, 0xc9, 0x39, 0xb4, 0x65, 0xb7, 0xc9, 0xee, 0x33, 0x04, 0x8e, 0xaf, 0x8f, 0x09, 0xcb, 0x84, 0xdb, 0xd9, 0x12, 0xae, 0x8b, 0x6d, 0x8c, 0x75, 0xcc, 0x9a, 0x60, 0xb3, 0xe7, 0xd4, 0x21, 0xc8, 0xf1, 0x6d, 0xa9, 0x40, 0x4d, 0x6e, 0x98, 0xeb, 0x81, 0x69, 0xe8, 0x72, 0x6a, 0x2c, 0x25, 0xee, 0xcf, 0x43, 0xc9, 0x02, 0xd5, 0xa5, 0xd6, 0xa9, 0xf4, 0xea, 0x27, 0x57, 0x81, 0xbe, 0x2e, 0x6b, 0x40, 0xa5, 0x25, 0xac, 0x90, 0x6d, 0x28, 0x88, 0xab, 0x3c, 0x88, 0x0c, 0x9d, 0xe9, 0x46, 0x0b, 0x72, 0xd4, 0x25, 0x10, 0xb9, 0x2c, 0x42, 0x06, 0x4f, 0x20, 0x75, 0x0b, 0xf6, 0x92, 0xf1, 0x46, 0x1a, 0xfe, 0x21, 0x83, 0x17, 0xa0, 0x8a, 0x53, 0x39, 0x30, 0x12, 0x86, 0xf5, 0x89, 0x73, 0x23, 0xad, 0x68, 0x94, 0xa8, 0xef, 0x05, 0x9e, 0x04, 0xf5, 0xdf, 0x5c, 0x06, 0x30, 0xe7, 0x64, 0x98, 0xe3, 0x2a, 0x8d, 0x98, 0x24, 0x32, 0x2d, 0x24, 0x4e, 0x16, 0xa7, 0xaf, 0xe3, 0xf9, 0x52, 0x04, 0x72, 0x0d, 0xfc, 0xaa, 0x72, 0x20, 0xcf, 0xc9, 0x15, 0xaa, 0xe6, 0x10, 0x54, 0x86, 0x30, 0x2a, 0x9b, 0x8e, 0x93, 0x59, 0x5c, 0xbe, 0x1a, 0xf5, 0xa9, 0x12, 0xcb, 0x43, 0x01, 0xdb, 0xa8, 0x1a, 0x34, 0x1b, 0x46, 0xee, 0x52, 0x77, 0x69, 0x31, 0x8e, 0xfa, 0x58, 0xcd, 0x64, 0xb3, 0xa3, 0xb6, 0x4e, 0x29, 0xc6, 0x29, 0x60, 0x61, 0xd0, 0xa8, 0x7a, 0x8e, 0x4d, 0x25, 0x5b, 0x87, 0x38, 0x6b, 0x94, 0xeb, 0xc0, 0x65, 0x8d, 0x00, 0x49, 0xba, 0xfc, 0x25, 0x09, 0x83, 0x49, 0xd7, 0x0c, 0x48, 0x60, 0x9c, 0x93, 0x76, 0x90, 0xfe, 0x32, 0x78, 0x96, 0x09, 0x31, 0x73, 0x66, 0x80, 0xe7, 0x9a, 0x5c, 0x3f, 0x4f, 0x24, 0xc8, 0x40, 0xef, 0x0c, 0xe8, 0xd3, 0xa5, 0x86, 0x46, 0xa3, 0x3b, 0x5d, 0xf9, 0x98, 0xe2, 0x29, 0xec, 0x75, 0x72, 0xc1, 0x99, 0x94, 0xd5, 0x5f, 0xaa, 0x91, 0x1f, 0x95, 0xb0, 0x25, 0x0f, 0x91, 0x7e, 0x98, 0xf6, 0x38, 0x29, 0x69, 0x1e, 0xf8, 0x79, 0x2e, 0xa5, 0x9e, 0xcc, 0x08, 0xab, 0x85, 0x72, 0x19, 0xfd, 0xc7, 0x8b, 0x71, 0x88, 0xe4, 0x0e, 0x74, 0x95, 0xb1, 0x15, 0x23, 0x60, 0x6b, 0xfd, 0xc3, 0x00, 0x89, 0x76, 0x83, 0x50, 0x57, 0x51, 0xb9, 0x0c, 0x61, 0x08, 0x19, 0xc0, 0x45, 0x9b, 0x65, 0x09, 0x6c, 0x29, 0xbe, 0xfc, 0xbf, 0xa4, 0xc6, 0x12, 0xa0, 0xdd, 0xe4, 0x40, 0x82, 0x97, 0xaf, 0x54, 0x0f, 0xfc, 0x78, 0xc6, 0xae, 0x10, 0xb5, 0x07, 0xd8, 0x55, 0x28, 0xf4, 0xd8, 0x22, 0x41, 0x1a, 0xf6, 0xd4, 0xfa, 0xaf, 0x11, 0xc0, 0xc9, 0x5d, 0x31, 0xba, 0xe7, 0x91, 0xd9, 0x19, 0xd0, 0x7d, 0xf5, 0x9c, 0xdc, 0x8a, 0x5c, 0xeb, 0x79, 0x4a, 0x1d, 0x59, 0xe9, 0x32, 0x61, 0xed, 0x0a, 0xa9, 0x9e, 0x33, 0xa0, 0x93, 0xd8, 0x05, 0xdd, 0xa0, 0x1d, 0x8a, 0x28, 0xaf, 0x4b, 0xaf, 0x73, 0x4d, 0x8f, 0x1b, 0xa7, 0x00, 0xa4, 0xea, 0x62, 0x21, 0x55, 0x83, 0xae, 0xe9, 0x8a, 0x34, 0x55, 0xb7, 0x3b, 0x29, 0x9e, 0xa0, 0x36, 0x86, 0x08, 0xad, 0x9b, 0xb6, 0x17, 0x14, 0x49, 0x95, 0x27, 0xd0, 0xdb, 0x52, 0xcf, 0xfc, 0x11, 0x5d, 0x06, 0x33, 0x65, 0xef, 0x60, 0x9e, 0x20, 0x87, 0xaf, 0xc4, 0x3c, 0x04, 0x83, 0xf1, 0x54, 0xb3, 0x67, 0xb3, 0x86, 0x41, 0xef, 0x9a, 0xfc, 0xd9, 0x37, 0xf8, 0xe7, 0xcf, 0x0e, 0xbb, 0xcb, 0xa3, 0xbb, 0x95, 0x14, 0x88, 0xdd, 0xa6, 0x3a, 0x23, 0x4b, 0x4e, 0x97, 0x1f, 0x32, 0xe3, 0xa9, 0x1b, 0x58, 0xe5, 0x55, 0x1a, 0xa9, 0x54, 0x82, 0x76, 0x15, 0x15, 0x8a, 0x56, 0x8d, 0xd9, 0x8f, 0x3c, 0xcc, 0x40, 0xb1, 0x30, 0xa9, 0x43, 0xca, 0x00, 0xaf, 0xe7, 0x05, 0x4f, 0xe6, 0x04, 0x67, 0x40, 0x53, 0x9a, 0x8c, 0xfe, 0xe6, 0x0d, 0x26, 0x1e, 0x21, 0x1b, 0x8a, 0x88, 0x75, 0x3b, 0x51, 0x23, 0x10, 0x08, 0xa2, 0xb6, 0x95, 0x33, 0x97, 0x22, 0xd6, 0x18, 0x2b, 0x1b, 0x85, 0x93, 0x84, 0x84, 0x6c, 0x18, 0x0a, 0x6e, 0x47, 0x7a, 0xbe, 0x37, 0x3a, 0x04, 0x03, 0xfe, 0x19, 0x25, 0x74, 0xd9, 0x1b, 0xcc, 0x68, 0x00, 0x77, 0x9d, 0x0d, 0x76, 0x48, 0xe0, 0xdf, 0xa6, 0x20, 0x16, 0x78, 0xe3, 0xee, 0xd7, 0x00, 0xbf, 0x9e, 0x2b, 0x62, 0xe7, 0x9d, 0x0b, 0x55, 0xf1, 0x59, 0x0d, 0xd0, 0xaa, 0xba, 0x13, 0x49, 0x43, 0x98, 0x99, 0xa7, 0xd7, 0x9e, 0xa2, 0x12, 0xd3, 0xc2, 0x5d, 0x59, 0x9a, 0x6b, 0xa0, 0x3e, 0xa9, 0x9a, 0xc0, 0x52, 0x97, 0x2d, 0x4f, 0xa6, 0x44, 0x66, 0x1a, 0x34, 0x69, 0xc2, 0x55, 0x2a, 0x45, 0x27, 0x74, 0xa8, 0xf6, 0x06, 0x59, 0x83, 0x24, 0x06, 0x46, 0x2e, 0x21, 0x1b, 0x82, 0x88, 0xb5, 0xb4, 0x63, 0xed, 0x14, 0x97, 0x9b, 0x8f, 0x0a, 0x92, 0x51, 0xa1, 0x84, 0x48, 0x0c, 0x6f, 0x9d, 0xe4, 0xba, 0xc8, 0xf0, 0xe6, 0x01, 0xce, 0x91, 0xf0, 0xb0, 0xa8, 0xf0, 0x65, 0x78, 0x80, 0x7d, 0x81, 0x7f, 0xf9, 0x62, 0x98, 0x46, 0xb5, 0xfa, 0x0a, 0x5a, 0x02, 0xdc, 0x18, 0xa8, 0xb9, 0x8e, 0x9e, 0x28, 0x18, 0xbf, 0x1f, 0xea, 0xfa, 0x05, 0x43, 0x9d, 0xbd, 0x52, 0x23, 0x67, 0x8b, 0x54, 0x84, 0xca, 0x0b, 0x58, 0xdf, 0x9e, 0x4b, 0xd1, 0x23, 0xc3, 0xb2, 0xcb, 0x35, 0x44, 0xf5, 0xa4, 0xfa, 0x5c, 0xdd, 0x49, 0x63, 0x0f, 0x50, 0x87, 0x56, 0x8b, 0xa7, 0xe8, 0x8d, 0xe6, 0x5c, 0x16, 0xc5, 0x22, 0x63, 0x3a, 0x24, 0xe5, 0xb1, 0x09, 0x89, 0x09, 0x20, 0xb1, 0x2e, 0xbe, 0xe6, 0x1e, 0x06, 0x83, 0xd0, 0xb5, 0x9c, 0x80, 0x04, 0x87, 0x08, 0xe1, 0x04, 0x67, 0xc6, 0x21, 0x92, 0x74, 0x19, 0x6e, 0x4a, 0x08, 0xa4, 0x06, 0x91, 0x28, 0x41, 0xd6, 0xaa, 0x13, 0x3e, 0x01, 0xd3, 0x2f, 0xcd, 0xe4, 0x01, 0xf2, 0x92, 0x46, 0xdb, 0x0e, 0x15, 0xde, 0x8f, 0xec, 0x30, 0x15, 0x1a, 0x23, 0x42, 0x05, 0xe4, 0xda, 0xdb, 0x67, 0x3a, 0xaa, 0x47, 0x4b, 0x4c, 0x55, 0x7c, 0x3f, 0xdf, 0x47, 0x63, 0x14, 0x38, 0xe5, 0x85, 0xb6, 0x0a, 0x2b, 0x20, 0x99, 0xf4, 0xea, 0x21, 0x87, 0x69, 0x31, 0x9a, 0x70, 0x5e, 0x20, 0x7b, 0x98, 0xd0, 0x32, 0x4c, 0x59, 0x74, 0x93, 0xfe, 0xa0, 0x52, 0x2d, 0x8e, 0x31, 0x68, 0x8a, 0x61, 0x94, 0xaf, 0xc1, 0x5f, 0xaf, 0x5b, 0x5c, 0x19, 0x01, 0x7a, 0x5d, 0x41, 0x3e, 0xda, 0x92, 0x38, 0x10, 0x6d, 0x85, 0x48, 0x85, 0x1b, 0x55, 0x94, 0x88, 0x23, 0x58, 0x12, 0x1c, 0x45, 0xed, 0x1b, 0x6a, 0xde, 0xc2, 0x23, 0x82, 0x93, 0xc5, 0x75, 0xcd, 0x08, 0x5e, 0x82, 0x11, 0x90, 0xf0, 0xd1, 0x50, 0x0e, 0xb7, 0x58, 0x0d, 0xb0, 0xdb, 0x76, 0x83, 0x87, 0x53, 0x2e, 0x9d, 0x41, 0x4c, 0x14, 0xac, 0x41, 0x42, 0xee, 0x98, 0x10, 0x4a, 0x0c, 0x5e, 0x2c, 0x72, 0xa3, 0xe0, 0x4e, 0x95, 0x31, 0x84, 0x42, 0x55, 0xc4, 0x3a, 0x84, 0x68, 0x87, 0x66, 0x0d, 0x5f, 0x92, 0xb0, 0x0a, 0x5d, 0x8a, 0x55, 0x88, 0x33, 0xd7, 0x4c, 0xd7, 0x9c, 0x5f, 0x93, 0x55, 0x22, 0xd9, 0x80, 0xaa, 0xe8, 0x4f, 0xee, 0x10, 0x7d, 0xa9, 0x2b, 0x44, 0x35, 0x39, 0x5e, 0x2a, 0x7a, 0x83, 0xae, 0x0a, 0xaf, 0xda, 0xed, 0xa2, 0x09, 0xf4, 0x98, 0xa2, 0xe8, 0x8a, 0xf1, 0x11, 0x00, 0xa4, 0xd7, 0x0e, 0x5b, 0x55, 0xfc, 0x94, 0xd0, 0x0f, 0x86, 0x00, 0xed, 0x11, 0xea, 0xd8, 0xc4, 0x03, 0x27, 0x38, 0x17, 0x35, 0x72, 0x84, 0x04, 0x89, 0x66, 0x00, 0x94, 0x70, 0x8e, 0x88, 0x76, 0xa0, 0x3f, 0xb3, 0x79, 0x80, 0x4d, 0x9b, 0xd6, 0x1e, 0x52, 0x34, 0x68, 0x97, 0x9a, 0x60, 0xfc, 0xbc, 0xc6, 0xc2, 0x89, 0x46, 0x67, 0xca, 0xa8, 0x6e, 0x0d, 0xd1, 0xa4, 0x2f, 0xf4, 0x26, 0x03, 0x1d, 0xe4, 0xad, 0xad, 0x39, 0x1b, 0x4e, 0xf4, 0x7e, 0x8e, 0x12, 0x6a, 0x23, 0x2c, 0xd6, 0xae, 0x22, 0x14, 0x2a, 0x7e, 0x4e, 0x93, 0x32, 0xe9, 0xc9, 0x84, 0x7b, 0x89, 0x10, 0x6a, 0x4a, 0x62, 0x8c, 0xae, 0xf3, 0x00, 0xb9, 0x33, 0x1c, 0x4f, 0xfa, 0x9a, 0x16, 0xe0, 0xc7, 0xcb, 0x79, 0x01, 0xdb, 0x99, 0x13, 0x62, 0x02, 0x62, 0x04, 0x12, 0x43, 0x20, 0xd0, 0x45, 0xcd, 0xb8, 0x02, 0x3f, 0x44, 0xbd, 0x42, 0xed, 0x0d, 0x84, 0x86, 0x5e, 0xa1, 0x9c, 0xd4, 0x23, 0x08, 0x45, 0x74, 0x48, 0xf0, 0x14, 0xc1, 0x6b, 0xd5, 0x03, 0xfd, 0xcc, 0x06, 0xb0, 0xad, 0x28, 0xd0, 0x21, 0x79, 0x86, 0xed, 0xea, 0x02, 0x2a, 0xe0, 0x27, 0x5b, 0x68, 0x3a, 0x77, 0x6d, 0x18, 0x62, 0xf5, 0x26, 0x6c, 0x39, 0xda, 0x7d, 0xd3, 0x85, 0xe4, 0xad, 0x3b, 0x1b, 0x0f, 0xed, 0xca, 0xad, 0x28, 0x4d, 0x10, 0x6c, 0xa9, 0xd3, 0x9c, 0x25, 0xee, 0x06, 0xfc, 0xd6, 0x95, 0x9f, 0x75, 0xcd, 0x8e, 0x2d, 0x6d, 0x3a, 0x44, 0x96, 0xfc, 0x30, 0x91, 0xa6, 0xc6, 0x7f, 0x69, 0xcb, 0xc2, 0x43, 0x96, 0xb7, 0x16, 0xb8, 0x53, 0x23, 0x28, 0x7b, 0x42, 0x8c, 0x40, 0xec, 0x09, 0x31, 0x12, 0x52, 0x02, 0x00, 0xee, 0x20, 0xe8, 0xe1, 0xa4, 0x2b, 0x82, 0x81, 0x11, 0x41, 0xd2, 0xc3, 0x99, 0x77, 0x90, 0xbc, 0xc2, 0x87, 0x25, 0x15, 0x04, 0x11, 0x3e, 0x45, 0x38, 0xd2, 0x3d, 0x20, 0xc2, 0x23, 0xa2, 0x47, 0xc2, 0x07, 0xe3, 0x75, 0x83, 0x17, 0x95, 0x07, 0xd8, 0x46, 0xa2, 0xeb, 0x18, 0x05, 0xb1, 0x58, 0x5f, 0xd7, 0x12, 0xc1, 0x29, 0xc2, 0xb6, 0xba, 0x2f, 0x1e, 0xce, 0x35, 0x18, 0xb7, 0x41, 0x1c, 0x92, 0x5d, 0xc2, 0x6c, 0x5e, 0x41, 0x43, 0xeb, 0xda, 0x95, 0x3c, 0x4f, 0x9d, 0x6c, 0xec, 0x37, 0xea, 0xab, 0x50, 0x66, 0x3d, 0xfa, 0xd7, 0x61, 0x4f, 0x9b, 0x66, 0x25, 0x7e, 0xc8, 0x4b, 0xe4, 0x35, 0x81, 0x8b, 0x06, 0x40, 0x55, 0xf9, 0x99, 0xc6, 0x61, 0xd1, 0xdc, 0x2f, 0x74, 0x64, 0x04, 0x59, 0x00, 0x07, 0xf4, 0x3d, 0x21, 0x26, 0x42, 0x8c, 0x00, 0x33, 0x89, 0x2e, 0x69, 0x69, 0xe0, 0x27, 0x8b, 0x9d, 0x52, 0xb9, 0xaf, 0xde, 0xc0, 0x49, 0x0f, 0x61, 0x15, 0xc9, 0x8e, 0x75, 0xd9, 0x1b, 0xa1, 0x08, 0x89, 0xea, 0x05, 0x5e, 0x51, 0x42, 0x80, 0x2e, 0x99, 0x34, 0x59, 0x2d, 0x72, 0x2f, 0x1e, 0xe0, 0x36, 0x1d, 0x22, 0x8e, 0x4d, 0x13, 0xdc, 0xe8, 0xf1, 0x55, 0x9f, 0x1e, 0x1d, 0xf5, 0x9b, 0x0a, 0x50, 0x11, 0x84, 0xa6, 0x2c, 0xa2, 0x52, 0xa8, 0x8f, 0xb5, 0x46, 0x44, 0x5e, 0x50, 0x85, 0xa4, 0x94, 0xd3, 0x10, 0xad, 0x86, 0x22, 0xcb, 0xaa, 0x4c, 0x5a, 0x73, 0x0e, 0xfd, 0x24, 0xd9, 0x55, 0x15, 0xae, 0x95, 0xa6, 0xca, 0x7e, 0x32, 0xc5, 0x71, 0xba, 0x40, 0x06, 0x4f, 0xc2, 0xa1, 0xf5, 0x6b, 0xc4, 0xc9, 0x9e, 0xdf, 0x4f, 0x5b, 0xb0, 0xf4, 0x11, 0xe8, 0x23, 0xa1, 0xef, 0xad, 0x38, 0x54, 0x4b, 0x4b, 0xd5, 0x08, 0x98, 0x7a, 0x10, 0x6b, 0x51, 0x91, 0x83, 0x79, 0x06, 0xb6, 0x50, 0x12, 0x0d, 0x4b, 0xdd, 0x4b, 0x8a, 0xe8, 0x29, 0x2a, 0xf5, 0xa1, 0x08, 0x5e, 0xeb, 0x22, 0x1a, 0xef, 0x21, 0x12, 0xd5, 0xf3, 0xc1, 0xf6, 0xa8, 0x01, 0xa6, 0x9e, 0x60, 0xa9, 0xe0, 0x5f, 0x44, 0x76, 0x98, 0x48, 0xe9, 0x06, 0x74, 0x94, 0xa7, 0xbc, 0x50, 0x06, 0x25, 0xc0, 0xea, 0x7c, 0x21, 0x11, 0x94, 0x97, 0x20, 0x82, 0x71, 0x7e, 0x36, 0xb1, 0x4b, 0x6c, 0x83, 0x4e, 0x16, 0xb3, 0x52, 0x75, 0x68, 0x1b, 0xe6, 0xd4, 0x50, 0xa1, 0x43, 0xc9, 0x04, 0xaa, 0x8c, 0xfb, 0x8d, 0xa2, 0x6e, 0xa6, 0xe5, 0xaa, 0x12, 0x88, 0x2b, 0xd6, 0x07, 0xb8, 0x14, 0x0e, 0xcd, 0x34, 0x68, 0xd2, 0x9d, 0x3a, 0x47, 0xa9, 0xd0, 0x40, 0xc4, 0x23, 0x46, 0x87, 0xbe, 0x07, 0x62, 0x72, 0xe0, 0xc4, 0x02, 0x91, 0x16, 0x24, 0x2d, 0x18, 0x1d, 0x48, 0x3a, 0xa3, 0x42, 0xea, 0x01, 0x9c, 0x74, 0x48, 0xb6, 0xc8, 0x99, 0xb0, 0x19, 0x03, 0xf5, 0xf0, 0xd4, 0xc3, 0xc5, 0x1e, 0x4c, 0x3d, 0x56, 0xd4, 0xc3, 0xa3, 0x47, 0x7b, 0xf5, 0x5a, 0xc1, 0x8b, 0xd7, 0x00, 0x4b, 0x07, 0xff, 0x6c, 0xf3, 0x04, 0x6c, 0xa9, 0x2c, 0xa5, 0x33, 0xbd, 0x09, 0xd9, 0x54, 0x85, 0x36, 0x1b, 0xab, 0x0f, 0x0b, 0x56, 0x2b, 0x96, 0xd4, 0x1b, 0xd8, 0xc8, 0x5f, 0x56, 0x19, 0x15, 0x36, 0xc0, 0x67, 0x23, 0xa8, 0x93, 0x5c, 0x79, 0x76, 0x99, 0xd3, 0xf5, 0x04, 0xa4, 0x45, 0x59, 0xcb, 0x6b, 0x44, 0x7f, 0x72, 0x08, 0x96, 0xae, 0x5e, 0x22, 0xa9, 0x78, 0x10, 0x60, 0x28, 0x71, 0x4e, 0xa3, 0xb0, 0xa8, 0x1a, 0x46, 0xb0, 0x89, 0xf5, 0xb9, 0x09, 0x97, 0x53, 0x0a, 0x64, 0x1e, 0x40, 0xd8, 0xa9, 0x06, 0x00, 0x3a, 0x38, 0x33, 0x84, 0xec, 0x0d, 0x20, 0x1d, 0x92, 0x8d, 0xfe, 0xc4, 0x3d, 0xc4, 0x29, 0xf8, 0x25, 0x69, 0x2d, 0xb6, 0xd8, 0xe8, 0x2f, 0x36, 0xfa, 0xef, 0xd3, 0x00, 0xee, 0xda, 0x19, 0xee, 0xbe, 0x25, 0xc9, 0xae, 0x7e, 0x4e, 0xf6, 0x02, 0xb6, 0x70, 0x5d, 0x11, 0xb2, 0xa1, 0x78, 0x01, 0x92, 0x04, 0xd0, 0xca, 0xf8, 0xfe, 0xaa, 0xfa, 0xee, 0xa5, 0xe2, 0xfb, 0x32, 0xcc, 0x8a, 0xcc, 0xa3, 0x3e, 0xa8, 0xac, 0xd5, 0xa5, 0xf7, 0x13, 0x48, 0x2c, 0xeb, 0x8c, 0x08, 0x82, 0x19, 0x42, 0xee, 0xf0, 0x50, 0x27, 0xcd, 0x4a, 0x27, 0x87, 0x5a, 0x04, 0xd7, 0x1d, 0x2a, 0xd2, 0xd8, 0x13, 0x48, 0xd2, 0xcf, 0x61, 0xc0, 0xa7, 0x7a, 0x15, 0x1a, 0x78, 0xf4, 0x3d, 0x94, 0x06, 0xf5, 0x04, 0x11, 0x31, 0x0f, 0x00, 0x05, 0x3e, 0x4b, 0x07, 0x47, 0x1d, 0x24, 0x99, 0x27, 0xa0, 0x0e, 0x82, 0x4e, 0x47, 0xfd, 0xd4, 0xa9, 0x0e, 0xa0, 0x1e, 0x12, 0xf5, 0xc8, 0xd4, 0x83, 0xd1, 0xe3, 0x6d, 0xdd, 0x6b, 0xf1, 0xbb, 0x18, 0x0f, 0xb0, 0x8b, 0x2c, 0xf0, 0xf1, 0x66, 0x88, 0x9b, 0x52, 0xaf, 0x0f, 0xc4, 0xca, 0x0b, 0xf0, 0x50, 0x32, 0x9f, 0x7b, 0xec, 0x17, 0xbe, 0x6f, 0x23, 0x31, 0x5d, 0xb5, 0x9c, 0x3b, 0x26, 0xf1, 0x7f, 0x2b, 0xbf, 0x40, 0x1c, 0x4a, 0xa8, 0xc5, 0x57, 0x7a, 0x22, 0x62, 0xe8, 0x2b, 0x94, 0xe7, 0x29, 0x50, 0xe5, 0x39, 0x30, 0xf4, 0x5e, 0xd1, 0x89, 0x2c, 0x95, 0x96, 0x20, 0x33, 0x28, 0xed, 0x21, 0x24, 0xec, 0xec, 0xfa, 0xb5, 0x45, 0xbb, 0x58, 0xa4, 0xab, 0x8f, 0xd9, 0x0b, 0x00, 0xa2, 0x93, 0x58, 0x8c, 0x02, 0x49, 0x6b, 0x62, 0xb8, 0x02, 0xbe, 0x74, 0x10, 0xd6, 0xbd, 0x27, 0xd3, 0x05, 0x19, 0xf8, 0xd4, 0xe3, 0x6c, 0xdd, 0xa3, 0xcf, 0x0b, 0xa1, 0x5d, 0x1e, 0xfd, 0x67, 0x31, 0x80, 0xe9, 0x6c, 0xb0, 0x6d, 0x94, 0x45, 0x1f, 0x53, 0x67, 0x89, 0x9b, 0x3d, 0x9e, 0xb4, 0x51, 0x72, 0xce, 0xec, 0x32, 0x03, 0xae, 0x31, 0xf0, 0x37, 0x70, 0x4e, 0xd7, 0x92, 0x86, 0xb5, 0x52, 0xcc, 0x38, 0xbf, 0x96, 0xf3, 0xa3, 0x9a, 0x4f, 0x6f, 0x23, 0x3a, 0x49, 0xd4, 0x46, 0x6c, 0x56, 0x36, 0x0d, 0xf8, 0x6a, 0x3e, 0x4a, 0x8e, 0x2e, 0x89, 0x96, 0x47, 0x48, 0x5f, 0xad, 0xef, 0x55, 0x7b, 0x80, 0x7c, 0xad, 0x79, 0x56, 0x5b, 0x6e, 0xa5, 0x3e, 0xb4, 0xf8, 0xcc, 0x4d, 0x9f, 0x45, 0xea, 0xf5, 0x06, 0x3c, 0xba, 0x4e, 0x73, 0x00, 0x7d, 0x24, 0x75, 0x1a, 0x5e, 0xd6, 0x10, 0x69, 0xe1, 0xa4, 0xb5, 0x76, 0x73, 0x66, 0x08, 0x3c, 0x18, 0x83, 0xa3, 0x0e, 0x94, 0x54, 0x24, 0xfb, 0xbe, 0x03, 0xbb, 0x1e, 0x2b, 0xd7, 0x21, 0xa2, 0x47, 0xa7, 0x06, 0x30, 0x99, 0x60, 0xba, 0x6c, 0x0d, 0x70, 0xc8, 0xe0, 0xdf, 0xbd, 0x26, 0x68, 0x0a, 0xc7, 0x77, 0x6e, 0x55, 0x1a, 0xe3, 0x66, 0x80, 0x6b, 0x8d, 0x3d, 0xca, 0x0c, 0x42, 0x61, 0x6d, 0x9f, 0xae, 0xb4, 0x47, 0xc6, 0x0d, 0x24, 0x28, 0x77, 0x1a, 0x74, 0x16, 0x5d, 0xd2, 0x51, 0x9a, 0xc4, 0x59, 0x09, 0xbe, 0xb3, 0xb5, 0xa9, 0x87, 0xe2, 0x4b, 0xa2, 0x41, 0x4b, 0x8c, 0x04, 0xef, 0xc8, 0x03, 0x8c, 0x9b, 0x6e, 0x09, 0x9b, 0x81, 0x55, 0x25, 0x1a, 0x59, 0xa8, 0x17, 0x0d, 0x60, 0x73, 0x0b, 0xfa, 0xde, 0xa9, 0x06, 0x88, 0x96, 0x8a, 0x4e, 0x13, 0xf0, 0x8b, 0x74, 0x20, 0x6e, 0x01, 0x6e, 0x01, 0xea, 0xe0, 0x53, 0x07, 0x66, 0xf3, 0x0a, 0xb1, 0x43, 0x43, 0x1d, 0x98, 0x3a, 0xf0, 0xab, 0x1e, 0x0f, 0xd1, 0xe1, 0x33, 0xf4, 0xf4, 0xe5, 0xab, 0x47, 0xff, 0xc5, 0x68, 0x80, 0x93, 0x20, 0xbe, 0xe9, 0xe7, 0x58, 0x81, 0x5c, 0x5e, 0x3b, 0x3a, 0x59, 0x58, 0x93, 0xab, 0x50, 0xa7, 0x86, 0x38, 0xc5, 0x3a, 0x49, 0x97, 0x30, 0x27, 0x2a, 0xce, 0x5f, 0x4d, 0xa4, 0xd1, 0x32, 0x09, 0x67, 0xf4, 0x27, 0x57, 0x96, 0x26, 0xf3, 0x02, 0x43, 0x4e, 0xa1, 0xbc, 0xa7, 0xa4, 0x8a, 0xe7, 0x63, 0x6c, 0x00, 0xa3, 0x88, 0xd0, 0x50, 0x5f, 0xa4, 0xde, 0x60, 0x28, 0x9f, 0xd0, 0x8c, 0xf5, 0x40, 0x81, 0x40, 0x0d, 0x84, 0x49, 0x0d, 0x20, 0xa9, 0x10, 0x16, 0x11, 0x31, 0xd0, 0xb7, 0xe5, 0x28, 0xdc, 0x82, 0xa8, 0xd5, 0x91, 0x9f, 0x5b, 0x88, 0xdd, 0xe6, 0xd8, 0xc1, 0x53, 0x87, 0x35, 0xf5, 0x68, 0xd6, 0x1d, 0x12, 0x3a, 0xfc, 0x0c, 0x3d, 0x7e, 0x65, 0x58, 0x13, 0xf8, 0x20, 0x3c, 0x00, 0x11, 0xa1, 0xef, 0x7b, 0xfc, 0xf4, 0xa7, 0x3f, 0x45, 0xdf, 0xf7, 0x78, 0xe7, 0x9d, 0x77, 0xf0, 0xde, 0x7b, 0xef, 0x9d, 0x04, 0xf1, 0x68, 0x73, 0xba, 0x16, 0x34, 0xad, 0x86, 0xb0, 0x26, 0xf2, 0x2c, 0xc1, 0x95, 0x45, 0x7e, 0x04, 0x94, 0xe7, 0x92, 0xd7, 0x46, 0x30, 0x12, 0xbe, 0x34, 0x08, 0x5f, 0xa1, 0x51, 0x7f, 0x4e, 0x1d, 0xf9, 0xfb, 0x12, 0x06, 0xa5, 0x5c, 0xda, 0x50, 0x16, 0xde, 0x90, 0xa1, 0x01, 0x6f, 0x4e, 0x7e, 0x95, 0x1e, 0x45, 0xc3, 0x3c, 0xe4, 0xa1, 0xa0, 0x8f, 0x2c, 0x7b, 0x9d, 0x33, 0xdb, 0xce, 0xae, 0xf5, 0xcc, 0x3c, 0x43, 0x03, 0x10, 0xa1, 0x33, 0xfe, 0x1f, 0x23, 0xac, 0xfb, 0xb9, 0xac, 0xe1, 0xa4, 0x45, 0x92, 0x0e, 0xc2, 0x2d, 0x1c, 0xb5, 0x0a, 0x7c, 0x6e, 0xd1, 0x53, 0x07, 0x97, 0x3a, 0x78, 0xa7, 0xe7, 0x99, 0x3a, 0xa4, 0xb6, 0x83, 0x43, 0x87, 0xb7, 0x75, 0xbf, 0x4a, 0xf8, 0xce, 0x9e, 0x07, 0xd8, 0x54, 0x03, 0x10, 0x11, 0x5e, 0xbc, 0x78, 0x81, 0xef, 0x7d, 0xef, 0x7b, 0xf0, 0xde, 0x63, 0xb5, 0x5a, 0xe1, 0xf3, 0xcf, 0x3f, 0xc7, 0x8b, 0x17, 0x2f, 0xf0, 0xab, 0xbf, 0xfa, 0xab, 0x5b, 0x17, 0xd2, 0x07, 0xad, 0x09, 0xc8, 0x80, 0x6e, 0x42, 0x37, 0x1f, 0x0b, 0xe7, 0xb7, 0x4c, 0x6f, 0xa9, 0x6a, 0xa0, 0x5c, 0xda, 0x3c, 0x06, 0x3d, 0xd5, 0x7d, 0xf9, 0x4b, 0x35, 0x81, 0xb7, 0x89, 0x56, 0xde, 0xa2, 0x40, 0x36, 0x59, 0x1d, 0x49, 0x6b, 0x89, 0x68, 0xd2, 0xb7, 0xa7, 0x08, 0x0a, 0x4c, 0xda, 0x1d, 0x66, 0x43, 0xc8, 0x42, 0xbb, 0xd6, 0x01, 0x01, 0x22, 0x01, 0x90, 0x95, 0x19, 0x86, 0x86, 0x58, 0xbb, 0x8e, 0xac, 0x10, 0x8e, 0x20, 0x10, 0x81, 0xc8, 0x1a, 0xc9, 0x68, 0x0f, 0x55, 0xe0, 0x17, 0x6a, 0xe1, 0x53, 0x0b, 0x4f, 0x2d, 0xb8, 0xef, 0xc0, 0xae, 0x43, 0x43, 0x2d, 0x1c, 0x5a, 0x5c, 0xe8, 0x6c, 0x7c, 0xa2, 0xd2, 0xac, 0x68, 0x39, 0x1e, 0xe0, 0x4d, 0x3f, 0xec, 0x0f, 0x7e, 0xf0, 0x03, 0x9c, 0x9d, 0x9d, 0xe1, 0xe2, 0xe2, 0x02, 0xe7, 0xe7, 0xe7, 0x70, 0xce, 0x61, 0xbd, 0x5e, 0x83, 0x88, 0xe0, 0x9c, 0x43, 0x8c, 0x71, 0x16, 0xf0, 0x1f, 0x42, 0xb9, 0xb4, 0xc8, 0x6a, 0x18, 0xf9, 0x6d, 0xd4, 0x47, 0x15, 0xdf, 0x27, 0xd4, 0xdc, 0x27, 0x4f, 0x5a, 0xcf, 0x7d, 0xfb, 0x87, 0xa3, 0xe4, 0x55, 0x45, 0x73, 0x7d, 0x8f, 0x09, 0xdf, 0xdc, 0xcf, 0x5f, 0x73, 0x0d, 0x43, 0x85, 0xa7, 0x60, 0xc2, 0xff, 0x31, 0x15, 0xc2, 0xe3, 0x96, 0x2c, 0x65, 0x7e, 0x72, 0x99, 0xc3, 0x90, 0x29, 0x50, 0x80, 0xc8, 0xb0, 0x50, 0x9f, 0xc8, 0x84, 0x02, 0x41, 0x04, 0x4e, 0xd6, 0x10, 0xee, 0xb4, 0x26, 0x88, 0x06, 0xf0, 0x4b, 0x6a, 0xc1, 0xd4, 0x82, 0xa2, 0x1e, 0x1b, 0x6a, 0xc1, 0xeb, 0x0e, 0xb1, 0xb4, 0xa2, 0xe8, 0x36, 0xf9, 0x0e, 0x17, 0x53, 0x0d, 0x9a, 0xff, 0xdf, 0xb6, 0x2d, 0xde, 0x7e, 0xfb, 0x6d, 0x3c, 0x7a, 0xf4, 0x08, 0x17, 0x17, 0x17, 0x70, 0xce, 0xa1, 0x6d, 0x5b, 0xac, 0xd7, 0x6b, 0x7c, 0xf0, 0xc1, 0x07, 0xf8, 0xf4, 0xd3, 0x4f, 0x0f, 0x06, 0xfc, 0xbb, 0xd7, 0x04, 0x04, 0xc1, 0xaa, 0x44, 0x7c, 0x4a, 0x04, 0x72, 0xe8, 0xa9, 0x38, 0x50, 0x1d, 0x6e, 0x6d, 0xf4, 0x6f, 0x6d, 0xf4, 0x77, 0x46, 0x85, 0x74, 0xa5, 0xa1, 0xd2, 0x8f, 0xdf, 0x5a, 0xac, 0xc8, 0x68, 0xea, 0x2d, 0x8f, 0xa7, 0xde, 0xe6, 0x85, 0x38, 0x26, 0xab, 0xd7, 0xc8, 0x25, 0x1d, 0x40, 0xc3, 0xfa, 0x61, 0xe4, 0x01, 0xa1, 0xf2, 0x1e, 0x65, 0xad, 0x00, 0x77, 0x5e, 0xad, 0x3e, 0x4f, 0xe8, 0x7a, 0xa7, 0x14, 0x28, 0x65, 0x5a, 0x26, 0x6b, 0x4d, 0x7e, 0x15, 0xce, 0xdf, 0x15, 0xf0, 0xfb, 0xa8, 0xf7, 0x1b, 0x97, 0xc1, 0xdf, 0x62, 0x8d, 0x0e, 0x8f, 0xd1, 0xbe, 0x89, 0xfa, 0x2c, 0x4a, 0x03, 0xd4, 0x3f, 0xfe, 0xc5, 0xc5, 0x05, 0x56, 0xab, 0x15, 0x1e, 0x3c, 0x78, 0x80, 0x47, 0x8f, 0x1e, 0xa1, 0x69, 0x1a, 0x3c, 0x7f, 0xfe, 0x1c, 0x0f, 0x1e, 0x3c, 0xc0, 0xd9, 0xd9, 0xd9, 0xce, 0x05, 0xef, 0xa1, 0x94, 0x4b, 0x0f, 0xcf, 0x0d, 0xd6, 0xca, 0x70, 0x9c, 0xdd, 0x1d, 0x85, 0x3a, 0xb3, 0xf8, 0x95, 0xce, 0xc4, 0x6f, 0x67, 0xa2, 0xd7, 0x95, 0xf2, 0x6a, 0xb1, 0xf6, 0x27, 0x04, 0x4b, 0x54, 0xd9, 0x7a, 0xc2, 0x18, 0xcd, 0x3b, 0x9f, 0x44, 0x81, 0x46, 0xed, 0xd8, 0x51, 0xb7, 0x2d, 0x54, 0xe3, 0xcc, 0xd1, 0x1f, 0x90, 0x2e, 0xe7, 0x95, 0xe7, 0x2d, 0x97, 0x4c, 0x72, 0x03, 0xe0, 0xbc, 0x94, 0x43, 0x88, 0x48, 0x31, 0x00, 0xa5, 0x40, 0x10, 0x08, 0xaf, 0xe1, 0xa8, 0x03, 0x92, 0x46, 0x7a, 0x38, 0xb5, 0x08, 0xd4, 0x22, 0xc6, 0x0e, 0x8e, 0x5a, 0x04, 0xb7, 0x06, 0xaf, 0x5b, 0x24, 0xb4, 0x68, 0xd1, 0xe1, 0x03, 0xac, 0x89, 0xc0, 0x9b, 0x7e, 0x87, 0x8b, 0x8b, 0x02, 0x7d, 0xf8, 0xe1, 0x87, 0xf8, 0xe2, 0x8b, 0x2f, 0x0a, 0xe5, 0xf1, 0xde, 0xa3, 0x69, 0x1a, 0xbc, 0xfb, 0xee, 0xbb, 0x45, 0x4f, 0xdc, 0x3d, 0x8a, 0x72, 0x98, 0x62, 0xf8, 0xda, 0xe7, 0x51, 0x53, 0x28, 0xcf, 0x58, 0xec, 0x62, 0x88, 0xf8, 0xa0, 0x33, 0x3d, 0x40, 0x20, 0xe7, 0x6c, 0x7a, 0x22, 0x19, 0xf8, 0x35, 0xc3, 0x4b, 0xc8, 0xb5, 0x44, 0x61, 0xbc, 0x90, 0x9d, 0x24, 0x8b, 0xfb, 0x5b, 0x14, 0xa8, 0xcc, 0x0f, 0xc0, 0xeb, 0x29, 0x10, 0xa1, 0xa2, 0x3f, 0x99, 0x02, 0xe5, 0xc9, 0xfb, 0xce, 0x4a, 0xb5, 0xcf, 0xed, 0x5c, 0x03, 0x40, 0xd0, 0xb5, 0x40, 0x62, 0xad, 0x07, 0x22, 0x90, 0xc0, 0xf1, 0x5a, 0x47, 0x7d, 0x0b, 0x75, 0x7a, 0xa7, 0x9c, 0xdf, 0x53, 0x8b, 0xe0, 0xda, 0x02, 0xfe, 0x35, 0x5a, 0xfc, 0x1f, 0xb4, 0xf4, 0xfe, 0xb8, 0xd8, 0x6d, 0x71, 0x1e, 0xe0, 0x4d, 0xd1, 0xa0, 0xf7, 0xdf, 0x7f, 0x1f, 0x67, 0x67, 0x67, 0x88, 0x31, 0xe2, 0xe5, 0xcb, 0x97, 0x70, 0xce, 0xe1, 0xe9, 0xd3, 0xa7, 0x08, 0x21, 0xe0, 0x8b, 0x2f, 0xbe, 0xd8, 0x59, 0x9e, 0xe0, 0xf0, 0xe7, 0x0f, 0xe7, 0x92, 0xe6, 0x49, 0xa4, 0xa7, 0xb4, 0xc8, 0xb7, 0x16, 0x2a, 0xce, 0x0f, 0xe0, 0x77, 0x36, 0xf2, 0x97, 0x85, 0xac, 0xa3, 0x51, 0x20, 0x36, 0x43, 0xc8, 0xb1, 0x7f, 0x2e, 0xd3, 0x22, 0x4b, 0xef, 0x4e, 0xab, 0x29, 0x1a, 0x2d, 0xe0, 0x57, 0x51, 0xb3, 0x12, 0x05, 0x2a, 0xd9, 0x62, 0xf5, 0x36, 0x92, 0x97, 0x43, 0xb2, 0x44, 0x18, 0x70, 0x6e, 0x1e, 0xa1, 0x01, 0x08, 0xe8, 0x7a, 0x8f, 0x64, 0x1a, 0x40, 0x2d, 0x9a, 0xd6, 0x10, 0x1b, 0xfd, 0x7d, 0x34, 0x2f, 0xe0, 0x34, 0xe2, 0x53, 0x83, 0xff, 0xcb, 0x68, 0xe9, 0xfd, 0x37, 0x8b, 0xde, 0xd9, 0x0d, 0xe0, 0x36, 0x7d, 0x41, 0x1f, 0x3f, 0x7e, 0x8c, 0xd5, 0x6a, 0x55, 0x8e, 0x29, 0x25, 0x3c, 0x7b, 0xf6, 0x0c, 0x2f, 0x5e, 0xbc, 0x38, 0x68, 0xf0, 0xef, 0xbc, 0x99, 0x16, 0xad, 0xae, 0x0c, 0x6f, 0x2a, 0xbf, 0xef, 0xec, 0xf5, 0xea, 0x3a, 0x7e, 0x1b, 0xf9, 0xcb, 0xf4, 0xca, 0x5c, 0xa1, 0x59, 0x75, 0x74, 0xb0, 0xa4, 0x9b, 0x7a, 0x82, 0x21, 0xe9, 0xa6, 0x62, 0x78, 0x9a, 0x03, 0xc0, 0x24, 0x19, 0x56, 0x7b, 0x00, 0x57, 0x85, 0x44, 0xad, 0x4d, 0x0b, 0x35, 0x10, 0x19, 0x6a, 0x81, 0x46, 0x14, 0x28, 0x39, 0xc5, 0x8e, 0x4f, 0xaf, 0xd0, 0x51, 0x8f, 0x10, 0x35, 0xc1, 0x25, 0xd4, 0x55, 0x82, 0x57, 0x69, 0xcf, 0x97, 0xd1, 0x6e, 0x12, 0xf1, 0x39, 0x88, 0x3c, 0x40, 0x9d, 0x0b, 0xf8, 0xec, 0xb3, 0xcf, 0x66, 0xa1, 0x36, 0x4b, 0x0b, 0x83, 0xde, 0x2d, 0x69, 0xd8, 0x68, 0xeb, 0x7e, 0x6f, 0xfc, 0xde, 0xb9, 0x49, 0xf4, 0xa5, 0x1b, 0x6a, 0x7c, 0xd0, 0x5b, 0x27, 0x89, 0x7a, 0x4e, 0x71, 0x34, 0xc0, 0x07, 0x8d, 0x04, 0xe5, 0x22, 0x36, 0x1a, 0x7a, 0x75, 0x96, 0x2c, 0x73, 0x9d, 0x0d, 0xa6, 0x49, 0xfb, 0xf6, 0x22, 0x82, 0x87, 0xb6, 0x29, 0xda, 0xb3, 0x68, 0xa0, 0x41, 0x9a, 0x09, 0x3e, 0xaf, 0xd6, 0x1e, 0x13, 0x74, 0x9d, 0x66, 0x82, 0x13, 0x13, 0x98, 0x45, 0xc0, 0x6e, 0xad, 0xe5, 0x0d, 0xd4, 0x97, 0x38, 0xff, 0x1a, 0x1d, 0x56, 0x26, 0x78, 0x95, 0xf3, 0xa7, 0xdb, 0x7e, 0x5b, 0x47, 0x9f, 0x09, 0x3e, 0x94, 0x6e, 0x73, 0x5b, 0x35, 0x54, 0x5a, 0xd9, 0x2c, 0xb2, 0x21, 0x06, 0x5f, 0x22, 0x3f, 0x4e, 0x8d, 0x40, 0xcf, 0x19, 0xf8, 0xa1, 0x7c, 0x5c, 0xaa, 0x2e, 0xce, 0x84, 0xb1, 0xf8, 0x2d, 0x3d, 0x69, 0x31, 0x29, 0x85, 0x80, 0xd8, 0xd2, 0x44, 0x32, 0x60, 0xbf, 0x36, 0x00, 0x5b, 0xf5, 0x71, 0xdc, 0xe1, 0x22, 0x77, 0xb5, 0x5b, 0x01, 0x78, 0x50, 0x22, 0x42, 0x62, 0x06, 0x50, 0x28, 0x90, 0x40, 0xc0, 0xf1, 0x15, 0xc4, 0xf5, 0x68, 0xa8, 0xc3, 0xcb, 0x75, 0x8f, 0x15, 0x3a, 0x90, 0x46, 0x7a, 0x2c, 0xda, 0xc3, 0x77, 0xc1, 0xd4, 0x22, 0x33, 0xc1, 0x73, 0x8d, 0xf0, 0x47, 0x29, 0x88, 0xcb, 0xe6, 0x21, 0x38, 0x2f, 0x9d, 0xe3, 0x72, 0x77, 0x09, 0xe1, 0xde, 0x16, 0xc1, 0xab, 0xc1, 0x3f, 0x9e, 0x48, 0xa3, 0xad, 0x49, 0xaa, 0x12, 0x88, 0x3c, 0xad, 0x72, 0x14, 0xff, 0xe7, 0xb1, 0x00, 0xae, 0x6b, 0x81, 0xa8, 0xd6, 0x01, 0x75, 0x52, 0xac, 0x5a, 0x04, 0x1b, 0x4e, 0x35, 0x00, 0x3d, 0x18, 0xc4, 0x31, 0x44, 0x35, 0x40, 0x1d, 0x06, 0x65, 0x5a, 0x63, 0xe5, 0xb4, 0xb6, 0xa7, 0x41, 0x87, 0x0e, 0x3d, 0x9e, 0xa1, 0xc3, 0x3b, 0x9b, 0x87, 0x3a, 0xf7, 0x9e, 0x07, 0xd8, 0x36, 0x9d, 0xd8, 0x35, 0xef, 0x5f, 0xaa, 0x26, 0xb8, 0xf9, 0x73, 0x48, 0x13, 0x4d, 0x59, 0xf0, 0x4a, 0xa7, 0x80, 0x17, 0xad, 0xfb, 0xc9, 0xb4, 0x67, 0xa0, 0x40, 0x4d, 0x89, 0x02, 0x01, 0xd1, 0x42, 0x9e, 0x75, 0x25, 0x68, 0x5e, 0x34, 0x63, 0xe8, 0x3e, 0x5e, 0xaf, 0x60, 0x3f, 0x08, 0xe0, 0xda, 0x03, 0x0c, 0x93, 0x66, 0x0a, 0x05, 0xca, 0x8b, 0x62, 0x53, 0xa3, 0xd7, 0x67, 0x13, 0xfd, 0xa5, 0x50, 0x20, 0xd5, 0x00, 0x89, 0x45, 0xd0, 0xb4, 0xaf, 0x6c, 0x3a, 0x7b, 0x6f, 0x94, 0xa7, 0xa3, 0x77, 0x6f, 0xc7, 0xf7, 0xf7, 0xea, 0x01, 0x6e, 0xaa, 0x03, 0x96, 0x68, 0x18, 0x87, 0xa9, 0x09, 0x32, 0x25, 0x0a, 0x15, 0xf7, 0xf7, 0xda, 0x0b, 0x48, 0x7a, 0x08, 0x69, 0x12, 0x8a, 0x4a, 0x83, 0xda, 0xa0, 0x23, 0xbe, 0xf5, 0x92, 0x42, 0x5d, 0x0c, 0x57, 0x56, 0x90, 0x91, 0xb1, 0x37, 0xb8, 0x6a, 0x42, 0x58, 0x4d, 0x81, 0x4a, 0xdb, 0x76, 0xd8, 0x5c, 0x00, 0xcb, 0x40, 0x4b, 0x33, 0x50, 0x20, 0xca, 0x1a, 0xc0, 0x5b, 0x4b, 0x14, 0x42, 0x4a, 0x10, 0x3c, 0xc0, 0x2b, 0xe4, 0xb6, 0x11, 0x8f, 0xd1, 0xdd, 0x95, 0xf2, 0xec, 0xc5, 0x03, 0xe4, 0x1f, 0xf0, 0x36, 0xc0, 0x9b, 0xeb, 0x39, 0x73, 0x81, 0x7f, 0x56, 0xe0, 0x8f, 0x5e, 0x6b, 0xe8, 0x1d, 0x44, 0xb9, 0xb7, 0x4f, 0xee, 0x32, 0x57, 0x16, 0xb6, 0x8b, 0x43, 0x09, 0x44, 0x89, 0x02, 0x49, 0xc9, 0x03, 0x68, 0x9f, 0x9f, 0x7a, 0xbd, 0xaf, 0x2b, 0x72, 0x00, 0x93, 0x50, 0xe8, 0xd0, 0x37, 0x68, 0x3c, 0x8f, 0x58, 0x33, 0xc2, 0xab, 0x8a, 0x02, 0x05, 0x80, 0x04, 0x6d, 0x47, 0x45, 0x03, 0x88, 0x90, 0xe0, 0x13, 0xac, 0xf1, 0x53, 0xf4, 0xf4, 0x9b, 0xdb, 0x1b, 0xf5, 0x0f, 0xce, 0x03, 0xec, 0x87, 0x3e, 0x1c, 0x9e, 0x26, 0xd8, 0xec, 0xf9, 0x8d, 0xc5, 0xdf, 0x6d, 0xe2, 0x7c, 0xd5, 0x98, 0x96, 0x28, 0x18, 0xdd, 0x89, 0x25, 0xfe, 0x3f, 0x84, 0x42, 0xeb, 0x3c, 0x00, 0xc6, 0x1a, 0xa0, 0x66, 0x3e, 0xf5, 0x2a, 0x94, 0x45, 0x03, 0x00, 0xe3, 0xb5, 0x0b, 0xbc, 0x75, 0xbc, 0x36, 0x0f, 0x60, 0x8b, 0x6c, 0x88, 0x30, 0xba, 0xce, 0xf2, 0x00, 0x56, 0x10, 0x87, 0x8f, 0xf0, 0x8a, 0x7e, 0x09, 0x3b, 0x5b, 0xe7, 0x75, 0x11, 0x6b, 0x84, 0xdd, 0x66, 0x24, 0x3f, 0x24, 0x41, 0xbc, 0xcf, 0x15, 0xe7, 0xaf, 0xd3, 0x06, 0xc0, 0x4a, 0x7f, 0x17, 0xf1, 0xc5, 0x0b, 0x94, 0xee, 0x12, 0xd4, 0x8c, 0xb9, 0x3f, 0x0d, 0xd9, 0x5f, 0xaa, 0x7b, 0x7f, 0xd6, 0x4b, 0xac, 0xd6, 0x03, 0x9c, 0xd4, 0x3a, 0x60, 0x58, 0xcf, 0x40, 0x4a, 0x23, 0xdd, 0xdc, 0xe9, 0xba, 0x01, 0xe8, 0x41, 0xa9, 0x0e, 0x55, 0x0f, 0xe0, 0xad, 0x27, 0x90, 0x03, 0xb3, 0xc8, 0x36, 0x84, 0xee, 0x5e, 0x0d, 0x60, 0xda, 0x14, 0x2b, 0xef, 0xbb, 0x18, 0x8d, 0x0f, 0x75, 0x7e, 0xf1, 0x3e, 0x3c, 0x5a, 0x01, 0x28, 0x99, 0x21, 0x90, 0x86, 0x3e, 0x87, 0x39, 0xc7, 0x55, 0xfd, 0x4f, 0xd5, 0x27, 0x28, 0x57, 0x9c, 0x16, 0x0a, 0x34, 0x9a, 0x57, 0x59, 0x2e, 0x0c, 0xc2, 0x82, 0xcb, 0xcd, 0x76, 0x87, 0xf5, 0xcb, 0x32, 0x05, 0x12, 0x3c, 0x28, 0xc2, 0x38, 0x7b, 0x00, 0x99, 0x65, 0x61, 0xef, 0x3d, 0x78, 0x80, 0xab, 0xce, 0xdd, 0xb4, 0xc6, 0xff, 0xd8, 0x04, 0xf1, 0xbe, 0x56, 0x9b, 0x9f, 0x02, 0xb6, 0xd4, 0xe7, 0x43, 0x8c, 0x0e, 0x0d, 0xa3, 0xbf, 0xc8, 0x65, 0xee, 0x4f, 0x54, 0x4f, 0x83, 0xbc, 0x5c, 0x0a, 0x41, 0xb9, 0x20, 0xae, 0x4c, 0x8c, 0x71, 0x93, 0x7e, 0x42, 0x1e, 0xc2, 0xc1, 0x44, 0x70, 0xb0, 0x6b, 0xe8, 0x36, 0x2e, 0x99, 0x39, 0x48, 0x0d, 0xb0, 0x34, 0x7e, 0x7f, 0x5f, 0x05, 0xf1, 0x9b, 0xe9, 0x51, 0x63, 0xa0, 0xcd, 0xa3, 0xbd, 0x85, 0x44, 0xab, 0x0a, 0xd0, 0x21, 0x11, 0x76, 0x85, 0x07, 0xa8, 0x57, 0x92, 0x24, 0x5b, 0xd3, 0x80, 0x74, 0x6e, 0xb0, 0xe4, 0x09, 0x38, 0x42, 0x80, 0xcb, 0xed, 0x50, 0xf6, 0xb7, 0xed, 0xcd, 0x03, 0x2c, 0x81, 0xfa, 0xec, 0x0b, 0xfc, 0x73, 0x03, 0xff, 0xf6, 0xaf, 0x41, 0x25, 0x74, 0x39, 0xfc, 0x96, 0x13, 0x11, 0x2c, 0x93, 0x50, 0x68, 0x11, 0xc1, 0x55, 0x29, 0x44, 0xd6, 0x05, 0x79, 0xa1, 0xcb, 0x37, 0xe0, 0x61, 0x4e, 0x2f, 0x30, 0x6b, 0x18, 0x74, 0x93, 0x0f, 0xb5, 0xdd, 0xd0, 0xdf, 0xbc, 0xd9, 0xe3, 0x7d, 0x6b, 0x82, 0x39, 0xbc, 0x05, 0x95, 0x99, 0x65, 0x6e, 0xf8, 0x3d, 0xe9, 0xb2, 0xcd, 0x2c, 0xc3, 0x9b, 0x1d, 0x91, 0x07, 0x38, 0x69, 0x82, 0x65, 0x82, 0xea, 0x26, 0x83, 0xdb, 0x26, 0xd7, 0x7c, 0x94, 0x1a, 0x60, 0xd3, 0xa8, 0xcf, 0x1c, 0x20, 0x3f, 0x09, 0xe2, 0x65, 0x1a, 0xc3, 0xd1, 0x52, 0xa0, 0x6d, 0xeb, 0x80, 0xa5, 0x79, 0x85, 0x6d, 0x50, 0xad, 0x43, 0x07, 0xfe, 0xeb, 0xae, 0x71, 0xce, 0x90, 0xe6, 0x62, 0x35, 0xc0, 0x5d, 0x40, 0xb4, 0xef, 0x24, 0xd9, 0x92, 0xc0, 0xbf, 0x6d, 0xe0, 0xbf, 0xee, 0xf5, 0xb6, 0x1d, 0xb8, 0xd8, 0xf4, 0xf5, 0x8e, 0x36, 0x0c, 0x3a, 0xd7, 0x07, 0x3a, 0x94, 0x72, 0xea, 0xa5, 0x0b, 0xe2, 0x6d, 0x1b, 0xc7, 0x52, 0x3d, 0xc2, 0x22, 0xda, 0xa2, 0xcc, 0x31, 0xfa, 0xcf, 0x29, 0x88, 0xf7, 0x59, 0x2e, 0x3d, 0x07, 0x45, 0xda, 0x86, 0xf0, 0x7d, 0xdd, 0xf3, 0x4e, 0x1a, 0x60, 0x26, 0xaf, 0x30, 0xb7, 0x61, 0xec, 0x72, 0xd4, 0x3f, 0xb4, 0x28, 0xd0, 0x52, 0x74, 0xcc, 0x22, 0x8a, 0xe1, 0x96, 0x36, 0xfa, 0x1f, 0x42, 0x67, 0x89, 0x25, 0x8a, 0xe1, 0x6d, 0x44, 0x81, 0x8e, 0xba, 0x14, 0xe2, 0xaa, 0x0f, 0x35, 0xa7, 0xbb, 0xde, 0x87, 0x88, 0x5e, 0x9a, 0x26, 0x98, 0xdb, 0x18, 0x6e, 0x03, 0xe4, 0xa3, 0xa2, 0x40, 0xf5, 0x87, 0xd8, 0x6d, 0x9d, 0xfb, 0x7e, 0x41, 0xbe, 0x44, 0x5a, 0xb4, 0x8d, 0xd7, 0xb9, 0x2b, 0x08, 0x97, 0x1e, 0x0e, 0x5d, 0xe4, 0x84, 0x98, 0x25, 0x7a, 0x85, 0x43, 0xd3, 0x04, 0xbb, 0x1c, 0x74, 0x6e, 0x1b, 0x05, 0xda, 0xe4, 0x79, 0x47, 0x9b, 0x09, 0x3e, 0x04, 0xe1, 0xbb, 0x44, 0xf0, 0xef, 0x67, 0x9e, 0xc0, 0x6e, 0x85, 0xef, 0x92, 0xbc, 0xc1, 0xc1, 0x14, 0xc3, 0xed, 0xda, 0xfd, 0x2f, 0xad, 0x9c, 0xfa, 0x50, 0x04, 0xf1, 0x6d, 0x8c, 0xe1, 0x4d, 0xde, 0xe0, 0xe8, 0xc2, 0xa0, 0xbb, 0xfa, 0x20, 0xc7, 0x98, 0x3d, 0x3e, 0x14, 0xe0, 0xdf, 0x75, 0x84, 0xbf, 0x2e, 0x37, 0x34, 0x37, 0x05, 0x72, 0x73, 0x78, 0x80, 0x7d, 0x8c, 0xce, 0xfb, 0xd4, 0x04, 0x73, 0x80, 0x7f, 0x93, 0x35, 0x17, 0xf6, 0x69, 0x08, 0x87, 0x10, 0xa9, 0x3a, 0x4a, 0x0d, 0x70, 0xa8, 0xd9, 0xe3, 0x5d, 0x6a, 0x82, 0xbb, 0x3e, 0xff, 0xae, 0xfd, 0x9c, 0x6e, 0xfa, 0xfc, 0xa3, 0xa4, 0x40, 0xdb, 0x1e, 0x31, 0x4f, 0x9a, 0x60, 0x3e, 0x8a, 0x34, 0x7d, 0x8d, 0xdb, 0x94, 0x3f, 0x9c, 0x8a, 0xe1, 0x6e, 0x39, 0x09, 0xfe, 0x50, 0x40, 0xbe, 0x94, 0xb6, 0x2a, 0x73, 0x53, 0xc6, 0x9b, 0x86, 0xb6, 0xaf, 0x7b, 0xfc, 0xb6, 0x1a, 0x28, 0x2f, 0xce, 0x00, 0xb6, 0x99, 0x08, 0x3b, 0x36, 0xaf, 0xb0, 0x6d, 0x4d, 0xb0, 0x4f, 0xe1, 0x7b, 0x13, 0xf1, 0xbb, 0xe9, 0x9c, 0xe0, 0xa3, 0x10, 0xc1, 0xd7, 0x79, 0x81, 0x7a, 0xdf, 0xc7, 0x8f, 0xba, 0xf4, 0x66, 0x5c, 0x87, 0x00, 0xfe, 0x6d, 0x5d, 0x6f, 0x8d, 0x81, 0xb9, 0x73, 0x04, 0x8b, 0xee, 0x0c, 0x77, 0xe8, 0x5e, 0x61, 0xe9, 0x82, 0x78, 0x97, 0x46, 0x30, 0x67, 0xf3, 0x83, 0x83, 0xd0, 0x00, 0xdb, 0xb2, 0xee, 0x7d, 0x78, 0x85, 0x6d, 0xbf, 0xd6, 0xdc, 0x9a, 0x60, 0x1b, 0x9f, 0x6f, 0x17, 0x75, 0xff, 0x37, 0x11, 0xc7, 0x07, 0x6b, 0x00, 0x37, 0xc9, 0x03, 0x2c, 0xd5, 0x2b, 0x1c, 0xa2, 0x26, 0xd8, 0xa5, 0x07, 0xbc, 0x69, 0xf9, 0xc3, 0xeb, 0x84, 0xef, 0xbd, 0xf2, 0x00, 0x87, 0x30, 0x72, 0x9f, 0x34, 0xc1, 0x7e, 0x84, 0xef, 0x51, 0x1b, 0xc0, 0xb6, 0x44, 0xce, 0xa1, 0x7b, 0x85, 0x5d, 0x4e, 0xb1, 0xdc, 0x17, 0xaf, 0xbe, 0x29, 0xe7, 0xbf, 0xb7, 0x73, 0x82, 0x6f, 0xb2, 0xb5, 0x6d, 0x8b, 0x1f, 0xfd, 0xe8, 0x47, 0xe8, 0xfb, 0x1e, 0x4f, 0x9e, 0x3c, 0xc1, 0x87, 0x1f, 0x7e, 0xb8, 0x28, 0xaf, 0x30, 0xa7, 0x26, 0x38, 0x14, 0x31, 0x7c, 0x13, 0x43, 0xb8, 0x57, 0xd5, 0xa0, 0x37, 0xb5, 0xfa, 0x67, 0xcf, 0x9e, 0xe1, 0xbb, 0xdf, 0xfd, 0x2e, 0x9a, 0xa6, 0xc1, 0x6a, 0xb5, 0xc2, 0xf3, 0xe7, 0xcf, 0xf1, 0xfc, 0xf9, 0x73, 0x7c, 0xfc, 0xf1, 0xc7, 0x77, 0xfe, 0xf1, 0xb7, 0x55, 0x3c, 0xb7, 0xcd, 0x22, 0xbc, 0x7d, 0x82, 0x7f, 0x17, 0x6d, 0x51, 0x36, 0x01, 0xf8, 0x92, 0x8c, 0x60, 0x11, 0x5d, 0x21, 0xea, 0xed, 0x87, 0x3f, 0xfc, 0x21, 0x1e, 0x3c, 0x78, 0x80, 0x8b, 0x8b, 0x0b, 0x9c, 0x9f, 0x9f, 0xc3, 0x39, 0x87, 0xbe, 0xef, 0xc1, 0xcc, 0x68, 0x9a, 0x06, 0x31, 0xc6, 0x83, 0x1b, 0xfd, 0x97, 0x02, 0xfe, 0xbb, 0x0c, 0x16, 0xdb, 0x12, 0xbe, 0x4b, 0xfb, 0x8d, 0x16, 0xd7, 0x15, 0xa2, 0x6d, 0x5b, 0x3c, 0x7c, 0xf8, 0x10, 0x8f, 0x1e, 0x3d, 0xc2, 0xc5, 0xc5, 0x05, 0x9c, 0x73, 0x68, 0xdb, 0x16, 0xaf, 0x5e, 0xbd, 0xc2, 0x97, 0xbe, 0xf4, 0x25, 0xb4, 0x6d, 0x3b, 0x0b, 0x08, 0xe7, 0x18, 0xfd, 0xe7, 0xd0, 0x42, 0xfb, 0x8a, 0x02, 0x9d, 0x3a, 0xc3, 0x4d, 0xc0, 0xbf, 0xe9, 0x0f, 0x71, 0x71, 0x71, 0x81, 0xd5, 0x6a, 0x85, 0x07, 0x0f, 0x1e, 0xe0, 0xd1, 0xa3, 0x47, 0x68, 0x9a, 0x06, 0xcf, 0x9f, 0x3f, 0xc7, 0xc5, 0xc5, 0x05, 0x9a, 0xa6, 0xd9, 0x3b, 0x10, 0x0e, 0x41, 0x13, 0xec, 0xfa, 0xf3, 0xde, 0xb4, 0xee, 0x7f, 0x1f, 0xf5, 0x5f, 0x9b, 0x6e, 0xb3, 0x95, 0x42, 0x6c, 0x52, 0xfa, 0x00, 0x00, 0x5f, 0xf9, 0xca, 0x57, 0x46, 0x5f, 0x0c, 0x11, 0xa1, 0x69, 0x1a, 0xbc, 0xfb, 0xee, 0xbb, 0xb7, 0xce, 0x29, 0x1c, 0x92, 0x57, 0xd8, 0x06, 0x2d, 0x9a, 0x0b, 0x58, 0x9b, 0xbe, 0xd7, 0x92, 0x29, 0xe9, 0xe2, 0x8a, 0xe1, 0xde, 0x7f, 0xff, 0x7d, 0x9c, 0x9d, 0x9d, 0xa1, 0xef, 0x7b, 0xac, 0xd7, 0x6b, 0x84, 0x10, 0xf0, 0xcb, 0xbf, 0xfc, 0xcb, 0xf0, 0xde, 0xe3, 0xd9, 0xb3, 0x67, 0x8b, 0xa4, 0x07, 0x4b, 0xd0, 0x04, 0xfb, 0xfc, 0x2c, 0x87, 0x92, 0xf5, 0xdd, 0xab, 0x06, 0xb8, 0x09, 0x1f, 0x7c, 0xfc, 0xf8, 0x31, 0x42, 0x08, 0x78, 0xf8, 0xf0, 0x21, 0x56, 0xab, 0x15, 0x52, 0x4a, 0x78, 0xf6, 0xec, 0x19, 0xd6, 0xeb, 0xf5, 0xde, 0x80, 0xbe, 0x54, 0xaf, 0x70, 0xdb, 0xcf, 0xb7, 0xc9, 0x73, 0xb6, 0x5d, 0xf7, 0xbf, 0x44, 0x23, 0x58, 0x54, 0x18, 0xb4, 0xfe, 0x51, 0x62, 0x8c, 0xf8, 0xfc, 0xf3, 0xcf, 0x67, 0x1f, 0xdd, 0x0e, 0xc9, 0x2b, 0xec, 0x7a, 0x20, 0xd8, 0xc5, 0x84, 0xf7, 0x7b, 0x99, 0x07, 0x58, 0x62, 0xc4, 0xe3, 0x10, 0xbc, 0xc2, 0x36, 0x3e, 0xc3, 0x3e, 0xa2, 0x40, 0x4b, 0x2e, 0x7d, 0x98, 0x5d, 0x04, 0x33, 0xf3, 0xc6, 0x02, 0xf8, 0x18, 0x8c, 0x70, 0x29, 0x9a, 0x60, 0x97, 0xd7, 0x7d, 0xd7, 0xf7, 0x5e, 0x92, 0x97, 0x5d, 0x54, 0x57, 0x88, 0x93, 0x57, 0xd8, 0x9e, 0x26, 0x98, 0xa3, 0x20, 0x6e, 0xd7, 0x8b, 0x87, 0x1c, 0x85, 0x01, 0x64, 0x97, 0xb9, 0xcf, 0xd9, 0x5f, 0xf7, 0xc5, 0x2b, 0xec, 0xe3, 0xba, 0x96, 0x1c, 0x9d, 0x5a, 0x94, 0x08, 0x5e, 0x62, 0x03, 0xa7, 0x43, 0xf3, 0x0a, 0x73, 0x7f, 0xae, 0x6d, 0x09, 0xdf, 0x25, 0x1b, 0xc7, 0x62, 0xba, 0x42, 0x1c, 0xea, 0x88, 0x3c, 0xe7, 0x35, 0xec, 0xb3, 0x76, 0xe8, 0x2e, 0xc2, 0x77, 0xc9, 0xa2, 0xd8, 0xcd, 0x01, 0xfc, 0xbb, 0x36, 0x56, 0x3a, 0x64, 0xaf, 0x70, 0x2c, 0x9a, 0xe0, 0x58, 0x38, 0xff, 0x5e, 0x34, 0xc0, 0x5d, 0x0d, 0xe1, 0x90, 0xbd, 0xc2, 0xb1, 0x71, 0xf0, 0x43, 0xe7, 0xfc, 0x7b, 0x15, 0xc1, 0x37, 0x11, 0xc5, 0x27, 0xaf, 0x70, 0x77, 0xad, 0xb0, 0xaf, 0x30, 0xe8, 0xbe, 0x7a, 0xbc, 0x2e, 0xda, 0x03, 0xec, 0xcb, 0x0b, 0xdc, 0x47, 0xaf, 0x70, 0x57, 0xbe, 0x7f, 0x9f, 0xbe, 0xc7, 0x45, 0x74, 0x85, 0xd8, 0x47, 0xc3, 0xd7, 0x63, 0xf5, 0x0a, 0x77, 0x11, 0xc4, 0x37, 0x9d, 0x04, 0x73, 0x1b, 0xe1, 0xbb, 0x34, 0x41, 0xec, 0x70, 0xda, 0x8e, 0xca, 0x2b, 0x6c, 0x53, 0x10, 0xdf, 0x55, 0xf8, 0x9e, 0x34, 0xc0, 0x15, 0x9c, 0xff, 0x50, 0xcb, 0x21, 0x8e, 0xc1, 0x2b, 0xdc, 0x25, 0xbf, 0xb0, 0xd4, 0x85, 0xce, 0x17, 0x6f, 0x00, 0xfb, 0x6a, 0x8c, 0x75, 0xac, 0xb4, 0x6a, 0x9f, 0xaf, 0x7f, 0x8c, 0xfa, 0x69, 0x31, 0xa5, 0x10, 0x27, 0x5a, 0x35, 0xbf, 0x57, 0x38, 0xc4, 0xf7, 0x3f, 0x48, 0x0f, 0x70, 0x9f, 0x80, 0x7f, 0x88, 0xba, 0x24, 0x53, 0x9c, 0xfb, 0x38, 0xef, 0x62, 0x71, 0x5d, 0x21, 0x96, 0xfc, 0xa5, 0x2f, 0x95, 0x56, 0x6d, 0x33, 0x52, 0xb4, 0x49, 0xf9, 0xc3, 0xa1, 0x44, 0x78, 0x16, 0x47, 0x81, 0x4e, 0x1c, 0xf4, 0xb0, 0xb8, 0xfc, 0x7d, 0xd0, 0x0e, 0x7b, 0x59, 0x20, 0xe3, 0xb4, 0x2d, 0xd3, 0x2b, 0x1c, 0x13, 0xb7, 0x5f, 0x0c, 0x05, 0x3a, 0x76, 0xd0, 0xef, 0x1b, 0x08, 0x4b, 0x9c, 0xc3, 0x7c, 0x48, 0xbf, 0xf9, 0xbd, 0x4f, 0x84, 0xdd, 0x27, 0x5a, 0xb5, 0x8f, 0x85, 0x35, 0xee, 0xbd, 0x07, 0x98, 0x7a, 0x81, 0x13, 0x0d, 0x5a, 0x9e, 0xd8, 0xde, 0xc5, 0xe2, 0x17, 0x27, 0x0f, 0x70, 0xda, 0x0e, 0xd2, 0xd8, 0xee, 0x5b, 0xa0, 0x61, 0xb1, 0x4b, 0x24, 0x9d, 0xb6, 0xd3, 0x76, 0x14, 0x1e, 0xe0, 0x64, 0x00, 0xa7, 0xed, 0xa4, 0x01, 0x4e, 0xbc, 0xff, 0xb4, 0xdd, 0x67, 0x0d, 0x70, 0x32, 0x80, 0x79, 0xbf, 0xaf, 0x9b, 0x3c, 0xbf, 0x4e, 0x52, 0xde, 0x34, 0x61, 0x79, 0x0c, 0xbf, 0xeb, 0xd1, 0x74, 0x85, 0x38, 0x6d, 0xa7, 0x41, 0x6a, 0x91, 0x1e, 0x60, 0xe9, 0x95, 0xa0, 0x87, 0xfe, 0xc3, 0xcf, 0x31, 0x62, 0x1f, 0xb3, 0x57, 0x38, 0x95, 0x42, 0x1c, 0x10, 0x5d, 0xd9, 0xc7, 0xf5, 0x1e, 0xbb, 0x67, 0xd8, 0xcb, 0x7c, 0x80, 0x13, 0x0d, 0x5a, 0xee, 0x68, 0x7f, 0xdf, 0xbc, 0x42, 0xd8, 0xf7, 0x8f, 0x79, 0xdf, 0x44, 0xd7, 0x92, 0x0c, 0x69, 0x17, 0xcb, 0xa4, 0x9e, 0x44, 0xf0, 0x64, 0x5b, 0x52, 0x1e, 0xe0, 0xae, 0x3d, 0x4a, 0xe7, 0x7c, 0xfe, 0x36, 0x1e, 0xfb, 0xa6, 0xd7, 0xd8, 0xb6, 0x26, 0xb8, 0xe9, 0x60, 0x76, 0x2f, 0x16, 0xc9, 0x3b, 0x25, 0xc2, 0x8e, 0x4b, 0xe4, 0x1f, 0x9b, 0x67, 0x38, 0xcd, 0x09, 0x3e, 0x30, 0x8e, 0x7c, 0x9b, 0xd1, 0x77, 0x5b, 0xdf, 0xfb, 0x6d, 0xde, 0x63, 0xe9, 0xbf, 0xf9, 0x62, 0x13, 0x61, 0xfb, 0x8e, 0xae, 0x1c, 0x9b, 0xb1, 0x9e, 0xbe, 0x8f, 0x3d, 0x1a, 0xc0, 0xb1, 0x7b, 0x81, 0xa5, 0x8c, 0xf6, 0x6f, 0x7a, 0xed, 0x5d, 0xe5, 0x01, 0xb6, 0x7d, 0x9d, 0x47, 0xa7, 0x01, 0x76, 0x0d, 0xfc, 0x63, 0x18, 0xdd, 0xe6, 0xa0, 0x29, 0x37, 0x19, 0x88, 0x6e, 0xf2, 0xb8, 0x93, 0x07, 0x98, 0x31, 0x7a, 0x70, 0xac, 0xa3, 0xfd, 0x3e, 0x38, 0xff, 0xb4, 0x63, 0xdf, 0x4d, 0xbd, 0xf4, 0x31, 0x68, 0x82, 0x7b, 0x27, 0x82, 0xef, 0xcb, 0x68, 0xbf, 0xcf, 0x44, 0xd8, 0x69, 0x4e, 0xf0, 0x91, 0xd0, 0x95, 0x43, 0x18, 0xed, 0xf7, 0xf1, 0x5d, 0x2d, 0xed, 0x7a, 0x96, 0x6c, 0x00, 0xc4, 0xcc, 0xb4, 0x2f, 0x0f, 0x70, 0x1f, 0x3c, 0xce, 0xa6, 0x5c, 0x7e, 0x9b, 0x9e, 0xfc, 0x98, 0x34, 0xc1, 0x2e, 0x0d, 0x80, 0xec, 0xf5, 0xe9, 0x10, 0x00, 0xbc, 0xf4, 0xd1, 0xfe, 0xae, 0x94, 0xe3, 0x2e, 0x86, 0xb0, 0xe9, 0x73, 0x0f, 0x91, 0x16, 0x85, 0x1d, 0x1b, 0x00, 0x4d, 0x3f, 0xfc, 0x2e, 0xdd, 0xf2, 0xbe, 0x53, 0xeb, 0xbb, 0xbe, 0x86, 0xd7, 0xbd, 0xfe, 0xa6, 0xef, 0x5d, 0x7f, 0xff, 0xdb, 0x2c, 0x93, 0x38, 0x54, 0x4d, 0xe0, 0x76, 0x0c, 0x7e, 0x4a, 0x29, 0xd1, 0x5d, 0xbf, 0xc0, 0xd3, 0x68, 0xbf, 0x1b, 0xa0, 0xdd, 0x35, 0x0a, 0x34, 0xf7, 0xf5, 0x1e, 0xac, 0x08, 0xde, 0xb6, 0x06, 0x38, 0x71, 0xfb, 0x79, 0x38, 0xff, 0xae, 0x69, 0xd5, 0x7d, 0x10, 0xc1, 0x7b, 0x0f, 0x7f, 0x1e, 0xf2, 0x68, 0x7f, 0x57, 0xce, 0xbf, 0xef, 0xef, 0xf5, 0x10, 0x04, 0xf1, 0x2e, 0x35, 0x80, 0xd4, 0xc7, 0xeb, 0xbe, 0x8c, 0xa6, 0x69, 0xf0, 0xce, 0x3b, 0xef, 0x6c, 0xfc, 0xa2, 0x31, 0xc6, 0xf1, 0x07, 0x08, 0xb7, 0xff, 0x08, 0xbb, 0xe2, 0xeb, 0xdb, 0xfc, 0xe1, 0x8f, 0xb1, 0x51, 0xd5, 0x26, 0xf3, 0x11, 0x0e, 0xdd, 0x00, 0xc4, 0x34, 0xc0, 0xa5, 0x5a, 0xe8, 0xbe, 0xef, 0x2f, 0xfd, 0xc0, 0x37, 0xf9, 0x22, 0xa6, 0x80, 0x77, 0xce, 0x2d, 0xea, 0x47, 0x3d, 0x56, 0xd0, 0x6e, 0x55, 0x20, 0x5e, 0xf3, 0xfd, 0x5c, 0x51, 0x3a, 0xbf, 0x73, 0x17, 0xb2, 0x4b, 0xf4, 0xb0, 0x7d, 0x80, 0xcf, 0xea, 0x93, 0xdf, 0xff, 0xfe, 0xf7, 0xef, 0x34, 0x47, 0xc0, 0x39, 0x37, 0xda, 0xf7, 0x0d, 0xfa, 0xfb, 0x56, 0xe6, 0xbd, 0xcb, 0xed, 0x93, 0x4f, 0x3e, 0x99, 0x9e, 0xfa, 0xec, 0xd0, 0x35, 0x00, 0x13, 0xd1, 0x9f, 0xd4, 0x27, 0xbe, 0xf3, 0x9d, 0xef, 0xe0, 0x07, 0x3f, 0xf8, 0xc1, 0x25, 0x2a, 0x73, 0x28, 0xae, 0xfb, 0x04, 0xfa, 0xdd, 0x7c, 0xaf, 0x2f, 0x5f, 0xbe, 0xc4, 0x37, 0xbe, 0xf1, 0x8d, 0xe9, 0xf9, 0x3f, 0xd9, 0xb9, 0x37, 0xda, 0xf5, 0x1b, 0x7c, 0xf5, 0xab, 0x5f, 0x3d, 0x7f, 0xf8, 0xf0, 0xe1, 0x9f, 0x03, 0xf8, 0x4a, 0xed, 0x02, 0x9f, 0x3e, 0x7d, 0x8a, 0xa7, 0x4f, 0x9f, 0xee, 0x64, 0x14, 0x9f, 0x7b, 0xd1, 0x89, 0x13, 0xb7, 0xbf, 0xdb, 0xf6, 0xf9, 0xe7, 0x9f, 0xe3, 0xcf, 0xfe, 0xec, 0xcf, 0xd0, 0x75, 0xdd, 0xf4, 0x3b, 0xfa, 0xea, 0x37, 0xbf, 0xf9, 0xcd, 0xff, 0x72, 0xd0, 0x06, 0x00, 0x00, 0xbf, 0xf3, 0x3b, 0xbf, 0xf3, 0x35, 0x22, 0xfa, 0x0f, 0x73, 0xbd, 0xdf, 0x69, 0x3b, 0x8a, 0xed, 0x8f, 0xbe, 0xf5, 0xad, 0x6f, 0xfd, 0xb3, 0x43, 0xa7, 0x40, 0x00, 0x80, 0x6f, 0x7f, 0xfb, 0xdb, 0x7f, 0x0c, 0xe0, 0x5f, 0x5f, 0x25, 0x8a, 0x4f, 0xdb, 0x69, 0xbb, 0xc2, 0x3b, 0xfe, 0x27, 0x22, 0xfa, 0x17, 0x73, 0xbc, 0xd7, 0x6c, 0x2a, 0xf2, 0x5b, 0xdf, 0xfa, 0xd6, 0xef, 0x13, 0xd1, 0xdf, 0x05, 0xf0, 0x9d, 0x93, 0x21, 0x9c, 0xb6, 0x6b, 0xb6, 0xbf, 0x10, 0x91, 0x7f, 0x75, 0x7e, 0x7e, 0xfe, 0x8f, 0xbf, 0xf9, 0xcd, 0x6f, 0xbe, 0x9c, 0xc5, 0xd8, 0xf6, 0xf1, 0x29, 0x7f, 0xfb, 0xb7, 0x7f, 0xfb, 0x49, 0xd3, 0x34, 0xbf, 0x26, 0x22, 0x17, 0x26, 0x76, 0x48, 0x44, 0x88, 0x99, 0x5d, 0xbe, 0x5d, 0x9f, 0x03, 0x40, 0xd3, 0xf3, 0xd0, 0x4a, 0x53, 0x67, 0xcf, 0x77, 0xf9, 0x9c, 0x1d, 0xeb, 0x73, 0x10, 0x11, 0x57, 0xfd, 0xaf, 0x7e, 0x4c, 0x29, 0xd9, 0xa8, 0x6e, 0x63, 0xf2, 0xb8, 0xe9, 0x63, 0x51, 0xbf, 0x46, 0xfd, 0x3d, 0x56, 0xe7, 0xe8, 0x0e, 0xdf, 0xb5, 0x5c, 0x77, 0x8e, 0x88, 0xe4, 0x75, 0xf7, 0x01, 0x88, 0x9d, 0xab, 0xff, 0x2f, 0xf5, 0xe3, 0xaa, 0xff, 0x97, 0xf3, 0x44, 0x24, 0x44, 0xc4, 0xd5, 0x63, 0xd8, 0xce, 0xb3, 0xfd, 0xaf, 0x3c, 0xfe, 0xaa, 0xdb, 0xce, 0xb9, 0x2b, 0x1f, 0x47, 0x44, 0xa3, 0xff, 0x39, 0xe7, 0x78, 0x72, 0xdd, 0x59, 0xec, 0x76, 0x44, 0xf4, 0xe3, 0x6f, 0x7f, 0xfb, 0xdb, 0x7f, 0x31, 0xbb, 0xb7, 0x59, 0x9a, 0xf7, 0xab, 0x76, 0x57, 0x1d, 0xdd, 0xe4, 0x1c, 0x5d, 0x71, 0xee, 0x75, 0x8f, 0x99, 0xde, 0xa6, 0x6b, 0xde, 0xab, 0x06, 0xb0, 0x9b, 0xdc, 0xa7, 0x2b, 0x1e, 0x33, 0xbd, 0x8f, 0xd7, 0xdc, 0xbe, 0xa9, 0x01, 0xc8, 0x6b, 0xce, 0xc9, 0x35, 0xb7, 0x79, 0x72, 0x6e, 0x93, 0x9d, 0xaf, 0xb9, 0x7d, 0xdd, 0xff, 0x5e, 0x77, 0xee, 0x4d, 0xc7, 0xe5, 0xd1, 0xad, 0xa5, 0xd3, 0xc1, 0x89, 0x01, 0xd0, 0x2d, 0x6e, 0x5f, 0xf5, 0x3f, 0x6c, 0x60, 0x18, 0x78, 0xc3, 0x79, 0xbc, 0xe6, 0x1c, 0x76, 0x64, 0x00, 0x57, 0x19, 0x81, 0xbc, 0xe6, 0xfc, 0x6d, 0x0d, 0x61, 0x13, 0x03, 0x79, 0x13, 0xd8, 0x65, 0xa9, 0xa0, 0x3f, 0x24, 0x03, 0xb8, 0xa9, 0x41, 0xdc, 0x64, 0xa4, 0xbf, 0x0a, 0xd8, 0x9b, 0x8c, 0xfa, 0x98, 0x18, 0xd1, 0x75, 0x40, 0xa7, 0x5b, 0x7c, 0xd7, 0xd7, 0xd1, 0x9f, 0xb9, 0xbc, 0x81, 0xdc, 0xd0, 0x1b, 0x1c, 0x1c, 0xe0, 0x0f, 0xdd, 0x00, 0x36, 0xa1, 0x4c, 0x37, 0x05, 0xfe, 0x55, 0xa0, 0xbe, 0xce, 0x13, 0x6c, 0x32, 0xea, 0xef, 0xc2, 0x00, 0x36, 0xa1, 0x46, 0xb2, 0xe1, 0x7d, 0xb9, 0xc2, 0x50, 0x6e, 0xea, 0x19, 0xf8, 0x35, 0xd7, 0x7b, 0x32, 0x80, 0x85, 0x7c, 0xa6, 0x4d, 0x80, 0xff, 0x3a, 0xa0, 0xbb, 0x6b, 0xe8, 0xce, 0x9b, 0xc0, 0x7e, 0x17, 0x21, 0xbc, 0x89, 0x01, 0x6c, 0xe2, 0x05, 0x70, 0x0d, 0xd8, 0xe5, 0x35, 0xe7, 0xf9, 0x9a, 0xfb, 0x72, 0x0c, 0x40, 0xbf, 0x4f, 0x06, 0xb0, 0xa9, 0x71, 0xd0, 0x0e, 0x46, 0xfd, 0x4d, 0x38, 0x3f, 0xdd, 0x00, 0xfc, 0x9b, 0x1a, 0x00, 0xae, 0xa1, 0x3e, 0x37, 0xf5, 0x06, 0xf7, 0xae, 0xbe, 0xe3, 0x94, 0x99, 0xbd, 0xfe, 0xfb, 0x98, 0x7a, 0x92, 0x37, 0x71, 0xfd, 0x4d, 0x29, 0x0f, 0xdd, 0x00, 0xfc, 0x57, 0xfd, 0x6f, 0x53, 0x4d, 0xf0, 0x3a, 0xea, 0x74, 0xda, 0x4e, 0x06, 0x30, 0xdb, 0x77, 0x79, 0x9b, 0xef, 0x58, 0x6e, 0xf9, 0xbf, 0xd3, 0x76, 0xda, 0x4e, 0xdb, 0x69, 0x3b, 0x6d, 0xa7, 0xed, 0xb4, 0x9d, 0xb6, 0xd3, 0x76, 0xda, 0xde, 0xb4, 0xfd, 0x7f, 0x50, 0x3d, 0xb9, 0x43, 0x3a, 0xd7, 0xb9, 0x16, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_new_192_png_len = 12523; unsigned char gtk_open_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x19, 0x17, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0xeb, 0x6f, 0x24, 0x55, 0x76, 0xbf, 0xfd, 0x70, 0xfb, 0xd1, 0x6e, 0xbf, 0x3d, 0xe0, 0x01, 0x86, 0xc7, 0xc0, 0xf2, 0x1c, 0x9e, 0x01, 0x06, 0x04, 0x41, 0x5a, 0x44, 0x60, 0x16, 0x06, 0x09, 0x04, 0x2b, 0xa5, 0x95, 0x20, 0x92, 0x95, 0x92, 0xfc, 0x0b, 0xc9, 0x87, 0x88, 0x0f, 0x20, 0xad, 0xf2, 0x25, 0x5a, 0x91, 0x0f, 0xd9, 0x11, 0xb0, 0x43, 0x88, 0x32, 0x49, 0x26, 0x23, 0x6d, 0xd8, 0x44, 0x2c, 0x24, 0x0a, 0xc3, 0x68, 0x87, 0xc7, 0xc2, 0x10, 0xc4, 0xf2, 0x9c, 0x30, 0xcc, 0x30, 0x36, 0xe3, 0x67, 0xdb, 0xdd, 0x6d, 0xbb, 0xbb, 0xdd, 0xdd, 0x55, 0x37, 0xf7, 0x77, 0xab, 0xce, 0xf5, 0x75, 0xb9, 0xaa, 0x9f, 0xd5, 0x76, 0xdb, 0xae, 0x23, 0x95, 0xbb, 0x5c, 0x5d, 0x55, 0x7d, 0xeb, 0x9e, 0xdf, 0x79, 0xde, 0x73, 0x6f, 0x45, 0x59, 0x40, 0x3b, 0x9a, 0xa2, 0x41, 0x17, 0x04, 0x00, 0x08, 0x28, 0x00, 0x40, 0x40, 0x01, 0x00, 0x02, 0x0a, 0x00, 0xb0, 0x11, 0xf4, 0xd8, 0x63, 0x8f, 0xdd, 0xc3, 0x39, 0x8f, 0x57, 0x38, 0x25, 0x22, 0xb6, 0xbe, 0x7a, 0xef, 0x1b, 0x0a, 0x85, 0x62, 0xb8, 0x6f, 0x24, 0x12, 0x91, 0xff, 0x87, 0xc3, 0xe1, 0xb5, 0x37, 0xf5, 0x38, 0x2e, 0xfe, 0xef, 0x11, 0xd7, 0x76, 0xba, 0x1c, 0x5f, 0xb7, 0xef, 0x38, 0xd6, 0x27, 0xae, 0x8b, 0xd4, 0x72, 0xbe, 0xfe, 0x29, 0xda, 0x38, 0xe8, 0x75, 0x4f, 0x71, 0xbf, 0x35, 0xf7, 0xd0, 0xbe, 0x8b, 0x8a, 0xfd, 0x84, 0xe3, 0x79, 0xbd, 0xae, 0x2f, 0xbe, 0xf0, 0xc2, 0x0b, 0x7f, 0xd4, 0xce, 0x1a, 0xe0, 0x2f, 0x44, 0x43, 0x9f, 0x69, 0xc5, 0x8d, 0xd1, 0x01, 0xa2, 0x83, 0xd5, 0x27, 0x1d, 0xd3, 0x8f, 0x9b, 0xa6, 0xa9, 0x8e, 0x51, 0x27, 0xe2, 0x3b, 0xe7, 0x71, 0x3a, 0x5f, 0x67, 0x8a, 0xf3, 0x98, 0xdb, 0x39, 0x6e, 0xe7, 0x53, 0x5b, 0xe8, 0x37, 0xdc, 0xbe, 0x73, 0xde, 0x43, 0x6f, 0x93, 0xf3, 0x5a, 0xb7, 0xe7, 0xd1, 0xa8, 0x24, 0xb6, 0xf6, 0x05, 0x80, 0x68, 0xf8, 0xb1, 0x56, 0x01, 0x40, 0xef, 0x78, 0x37, 0x66, 0x34, 0x72, 0xac, 0x91, 0x73, 0x88, 0x39, 0xf5, 0x7c, 0xe7, 0xdc, 0xaf, 0x04, 0x14, 0xfd, 0x98, 0xcb, 0x67, 0xa4, 0xad, 0x4d, 0xc0, 0xf2, 0xf2, 0xf2, 0x5b, 0xbd, 0xbd, 0xbd, 0x8b, 0x62, 0x37, 0x21, 0x3e, 0xd9, 0x6b, 0xaf, 0xbd, 0xc6, 0xa2, 0xd1, 0xf6, 0x72, 0x45, 0xd0, 0x91, 0xba, 0xd4, 0xd2, 0xbe, 0x7e, 0xdc, 0x56, 0xe7, 0xea, 0x7f, 0x9d, 0xa1, 0x5e, 0xc7, 0x75, 0x53, 0xe4, 0xf6, 0x9d, 0xbe, 0xaf, 0x1f, 0xc3, 0x35, 0x5e, 0x7d, 0x44, 0xd7, 0x1c, 0x3b, 0x76, 0x8c, 0x7d, 0xfa, 0xe9, 0xa7, 0xf8, 0x3f, 0xfc, 0xdc, 0x73, 0xcf, 0x61, 0x33, 0xdb, 0x12, 0x00, 0xc7, 0x8f, 0x1f, 0x2f, 0x1c, 0x3c, 0x78, 0xf0, 0xd7, 0xa2, 0xa1, 0x4f, 0x0b, 0x30, 0xac, 0x41, 0xba, 0x5b, 0x07, 0x54, 0xea, 0x9c, 0x8d, 0x38, 0xcf, 0x69, 0x62, 0x9c, 0xaa, 0xda, 0xa1, 0x7e, 0x5b, 0xae, 0xd5, 0x6a, 0x3c, 0x07, 0x7c, 0x2d, 0xb6, 0x6d, 0x14, 0x20, 0xa4, 0xea, 0x5d, 0xd1, 0x71, 0x4f, 0xa3, 0xc1, 0x00, 0x41, 0x5f, 0x5f, 0x9f, 0x94, 0x34, 0x6c, 0x01, 0x35, 0xef, 0xff, 0xb4, 0x3d, 0x00, 0x84, 0x4a, 0xfb, 0x90, 0x98, 0x9d, 0x4e, 0xa7, 0x25, 0x00, 0x02, 0x6a, 0x8e, 0x0c, 0xc3, 0xd0, 0x35, 0x40, 0xb9, 0xad, 0xf3, 0x00, 0xe5, 0x72, 0xf9, 0x0c, 0x85, 0x2f, 0xf3, 0xf3, 0xf3, 0x6c, 0xcf, 0x9e, 0x3d, 0x1b, 0xa6, 0x4a, 0xb7, 0x2b, 0x89, 0x3e, 0x25, 0x33, 0xc0, 0x85, 0xfd, 0x2f, 0x35, 0x05, 0x80, 0x03, 0x07, 0x0e, 0x74, 0x0e, 0x0e, 0x0e, 0x5e, 0xd2, 0x42, 0xb4, 0x86, 0x84, 0xea, 0x87, 0x8a, 0x8a, 0xc1, 0x04, 0xe8, 0xa1, 0x98, 0x5b, 0x38, 0x55, 0x4d, 0xf5, 0x05, 0xb4, 0x46, 0x03, 0x80, 0xf9, 0xbc, 0x21, 0x00, 0x3c, 0xfb, 0xec, 0xb3, 0x5d, 0xc5, 0x62, 0xf1, 0x6f, 0xb1, 0x2b, 0xb6, 0xae, 0x16, 0x9a, 0x00, 0x65, 0xb3, 0xd0, 0x70, 0xcd, 0x37, 0xf0, 0x85, 0xd9, 0xf5, 0x80, 0xa2, 0x55, 0xe7, 0x6e, 0x86, 0x06, 0xb0, 0x7d, 0x80, 0x42, 0xc3, 0x61, 0xa0, 0x60, 0xfe, 0x4f, 0x91, 0xa8, 0xd9, 0xe8, 0x90, 0x8b, 0x3e, 0x09, 0x0c, 0x5b, 0x85, 0xd1, 0xed, 0x04, 0x34, 0x4d, 0x93, 0x2e, 0x34, 0x04, 0x80, 0xa7, 0x9f, 0x7e, 0x3a, 0x42, 0xcc, 0xef, 0xea, 0xea, 0x62, 0x97, 0x5f, 0x7e, 0xf9, 0x9a, 0x98, 0x15, 0x8d, 0xea, 0xe8, 0xe8, 0xa8, 0x59, 0xc2, 0x9d, 0xf1, 0xae, 0x93, 0x4e, 0x9c, 0x38, 0x01, 0xc0, 0xa9, 0x7b, 0x3a, 0x4d, 0x80, 0x4e, 0x1f, 0x7c, 0xf0, 0x01, 0x5b, 0x5a, 0x5a, 0xda, 0x32, 0xde, 0xb8, 0x9f, 0xf4, 0xc8, 0x23, 0x8f, 0xd4, 0x74, 0xcf, 0x6c, 0x36, 0x4b, 0xc2, 0x34, 0xd3, 0x10, 0x00, 0xa2, 0xd1, 0xe8, 0x88, 0xf8, 0xe8, 0xc4, 0xfe, 0xad, 0xb7, 0xde, 0xca, 0x9e, 0x7c, 0xf2, 0xc9, 0x96, 0xaa, 0xbc, 0xb7, 0xdf, 0x7e, 0x9b, 0x11, 0xd8, 0x48, 0xfd, 0x43, 0x03, 0xb8, 0xfd, 0xe6, 0xe2, 0xe2, 0xe2, 0x96, 0x01, 0x40, 0x0b, 0x42, 0xe6, 0x9a, 0x80, 0x96, 0xcb, 0xe5, 0xc8, 0x04, 0x34, 0x06, 0x00, 0x11, 0x8e, 0xa5, 0x85, 0xe3, 0x07, 0x08, 0x85, 0x7a, 0x7a, 0x7a, 0xa4, 0x74, 0xb6, 0x8a, 0x70, 0x6f, 0x52, 0xf7, 0xe2, 0x37, 0x2b, 0x6a, 0x00, 0x3c, 0x68, 0x3c, 0x1e, 0xdf, 0x36, 0x12, 0xed, 0x17, 0x00, 0x9c, 0xfd, 0xa9, 0xf1, 0x6b, 0xb6, 0x21, 0x00, 0xbc, 0xf1, 0xc6, 0x1b, 0x2b, 0xc9, 0x64, 0x32, 0x8d, 0xd1, 0xaa, 0xf3, 0xe7, 0xcf, 0xb3, 0x54, 0x2a, 0xa5, 0xbc, 0xcb, 0xaf, 0xbe, 0xfa, 0x8a, 0x15, 0x0a, 0x05, 0xdf, 0x1e, 0x6a, 0x65, 0x65, 0x45, 0xed, 0x0f, 0x0c, 0x0c, 0xa8, 0xdf, 0xf1, 0x7a, 0xd8, 0xdb, 0x6f, 0xbf, 0x7d, 0x47, 0xd8, 0x73, 0xb7, 0x73, 0x75, 0x27, 0xd9, 0xeb, 0x3c, 0x68, 0x48, 0x2d, 0x09, 0x34, 0xd7, 0xb0, 0x13, 0x28, 0x68, 0x12, 0x42, 0x99, 0xc9, 0x64, 0xd6, 0xa0, 0x8b, 0x1c, 0x0c, 0xbf, 0x08, 0xf6, 0x8a, 0x1e, 0x24, 0x91, 0xb0, 0x46, 0x39, 0x4b, 0xa5, 0xd2, 0xba, 0x87, 0xdd, 0xe9, 0x4e, 0x5e, 0xad, 0xe7, 0x11, 0x00, 0x6c, 0x4d, 0x3a, 0xdb, 0x0c, 0x00, 0xa6, 0xc4, 0x8f, 0xde, 0x00, 0xa6, 0xf7, 0xf7, 0xf7, 0xcb, 0x03, 0x30, 0x07, 0x7e, 0xab, 0xe0, 0xc9, 0xc9, 0x49, 0xf9, 0x89, 0x0c, 0x20, 0x0d, 0x72, 0x20, 0x8c, 0x71, 0xd3, 0x00, 0x78, 0xb0, 0xb3, 0x67, 0xcf, 0xb6, 0x54, 0x25, 0xb7, 0x4a, 0xcd, 0x7b, 0xdd, 0x17, 0x5a, 0x6f, 0x64, 0x64, 0xc4, 0x37, 0xf0, 0x00, 0x00, 0xd4, 0x57, 0x0d, 0xfb, 0x00, 0x04, 0x00, 0xfc, 0x81, 0xc3, 0x05, 0xc6, 0xd3, 0x8f, 0x75, 0x77, 0x77, 0x37, 0x34, 0x78, 0xe2, 0x45, 0xe4, 0xd0, 0x5d, 0x79, 0xe5, 0x95, 0xae, 0x7e, 0x81, 0xfe, 0xa0, 0x00, 0xc6, 0xb7, 0xdf, 0x7e, 0xbb, 0xad, 0x1c, 0xbb, 0x2b, 0xae, 0xb8, 0x82, 0x0d, 0x0d, 0x0d, 0xf9, 0x06, 0xca, 0xd9, 0xd9, 0x59, 0x9d, 0x3f, 0xdf, 0x36, 0x0d, 0x00, 0x30, 0x02, 0x76, 0x9a, 0x3c, 0xf4, 0x58, 0x2c, 0xb6, 0xc6, 0x6e, 0x37, 0x4b, 0x0b, 0x0b, 0x56, 0xa8, 0x7a, 0xd3, 0x4d, 0x37, 0x29, 0x3b, 0x07, 0x13, 0xd0, 0xa8, 0x13, 0xb4, 0x15, 0x3d, 0xfb, 0x7a, 0x73, 0x1e, 0x95, 0xce, 0x25, 0x00, 0xd8, 0x05, 0x22, 0x5f, 0x36, 0x0c, 0x00, 0x71, 0x93, 0x29, 0xaa, 0x32, 0xf9, 0xee, 0xbb, 0xef, 0x94, 0x19, 0xf0, 0x33, 0x0c, 0x83, 0x44, 0x3b, 0x01, 0x00, 0x70, 0xb9, 0x49, 0x3f, 0xd1, 0x1d, 0x77, 0xdc, 0xb1, 0xad, 0xec, 0x39, 0x72, 0x1f, 0x95, 0x80, 0x5d, 0xef, 0xef, 0xcf, 0xcc, 0xcc, 0x28, 0xfb, 0xff, 0xe2, 0x8b, 0x2f, 0x36, 0xee, 0x03, 0x88, 0x9b, 0x4d, 0x11, 0x93, 0xc0, 0x70, 0x72, 0xd0, 0x60, 0xa7, 0xfd, 0x32, 0x01, 0x73, 0x73, 0x73, 0xea, 0xe1, 0xa1, 0x0a, 0x41, 0xf9, 0x7c, 0xbe, 0x62, 0x87, 0x74, 0x76, 0x76, 0x6e, 0x3b, 0x27, 0xcf, 0x2b, 0xe7, 0x51, 0xef, 0x3d, 0xc1, 0x17, 0xf4, 0xa9, 0xcd, 0x9f, 0xcf, 0xeb, 0xe5, 0x87, 0xab, 0x06, 0x00, 0x42, 0x01, 0x02, 0x74, 0x3c, 0x08, 0x4e, 0xa0, 0x5f, 0x1a, 0x00, 0xa3, 0x7f, 0xa0, 0xd1, 0xd1, 0x51, 0xe5, 0x5c, 0x22, 0x89, 0xe1, 0xa5, 0x12, 0x61, 0x1a, 0x68, 0xa4, 0x6b, 0x2b, 0x87, 0x78, 0xcd, 0xdc, 0x13, 0xa6, 0xd8, 0x59, 0xb4, 0x4a, 0xe7, 0x42, 0x3b, 0x93, 0x79, 0x16, 0xff, 0x7f, 0xd1, 0x14, 0x00, 0x84, 0xa4, 0x4f, 0x12, 0x32, 0x91, 0xca, 0x1d, 0x1e, 0x1e, 0x96, 0xc7, 0x11, 0x06, 0x42, 0x4a, 0xfd, 0xd2, 0x00, 0xa0, 0xfb, 0xee, 0xbb, 0x4f, 0x21, 0x18, 0x00, 0xf0, 0xd2, 0x00, 0x30, 0x45, 0x74, 0xcd, 0x4e, 0xa5, 0x5b, 0x6e, 0xb9, 0x45, 0x69, 0x63, 0x27, 0x41, 0xfd, 0x6b, 0xda, 0xb9, 0x39, 0x00, 0x08, 0x49, 0x9b, 0x22, 0x04, 0x52, 0xac, 0x4e, 0x4e, 0xa0, 0x1f, 0x84, 0xfc, 0x02, 0x69, 0x92, 0x7b, 0xef, 0xbd, 0x57, 0x81, 0x8b, 0x1c, 0xc0, 0x60, 0x68, 0xd7, 0xdb, 0x5c, 0x78, 0xe5, 0x48, 0x2e, 0x5c, 0xb8, 0xa0, 0x3b, 0x80, 0x9f, 0x36, 0x05, 0x80, 0x23, 0x47, 0x8e, 0xa4, 0x92, 0xc9, 0x24, 0xb8, 0xd1, 0x81, 0x4c, 0x20, 0x25, 0x84, 0x20, 0xfd, 0x7e, 0x24, 0x83, 0x4e, 0x9f, 0x3e, 0xad, 0x7c, 0x8a, 0xab, 0xaf, 0xbe, 0x5a, 0x81, 0xa2, 0x92, 0xfd, 0x47, 0xae, 0xa0, 0xd6, 0x41, 0xa8, 0x76, 0x53, 0xdd, 0x7e, 0xdd, 0xb7, 0x92, 0xd3, 0x08, 0x0d, 0x69, 0x6b, 0x80, 0x15, 0xc1, 0xa7, 0x0f, 0x9b, 0x02, 0x00, 0xb3, 0x0a, 0x09, 0xa6, 0xc5, 0x76, 0x29, 0x92, 0x35, 0xc4, 0x74, 0x48, 0xa8, 0x1f, 0xa9, 0xe0, 0x89, 0x89, 0x09, 0xf9, 0x89, 0xd4, 0x2e, 0x25, 0x80, 0x50, 0x12, 0x56, 0xc9, 0x21, 0x42, 0xe5, 0x30, 0xb6, 0xed, 0x9c, 0xc9, 0xab, 0xe5, 0x5c, 0xb7, 0x28, 0x09, 0xc7, 0x28, 0xa9, 0x26, 0x40, 0xf0, 0xfe, 0xe1, 0xc3, 0x87, 0x0b, 0xcd, 0x02, 0x80, 0x72, 0x01, 0x97, 0xea, 0x4e, 0x9f, 0x1f, 0x26, 0x00, 0x92, 0x4e, 0x80, 0xc2, 0x10, 0x27, 0x39, 0x7f, 0x95, 0x80, 0x15, 0xd4, 0x05, 0x54, 0x3e, 0x17, 0xea, 0x5f, 0x73, 0x90, 0xdf, 0x69, 0x84, 0x2f, 0x5e, 0x00, 0x90, 0x6a, 0xff, 0xe2, 0x8b, 0x2f, 0x56, 0x8e, 0x1a, 0x06, 0x88, 0x9a, 0x21, 0x4a, 0xe7, 0xc2, 0xb9, 0xdc, 0xb7, 0x6f, 0x9f, 0x72, 0x08, 0xbd, 0xa4, 0x1f, 0xdf, 0xe9, 0x63, 0x12, 0xed, 0xa2, 0x92, 0x37, 0x8a, 0xae, 0xbb, 0xee, 0xba, 0xaa, 0xcf, 0x04, 0x8d, 0xaa, 0x4d, 0x18, 0x39, 0xe1, 0x0b, 0x00, 0xc4, 0x0d, 0x27, 0xf1, 0x43, 0x90, 0x4c, 0xd8, 0x1d, 0x52, 0xd5, 0xd0, 0x02, 0x5e, 0xd9, 0xba, 0x5a, 0x9c, 0x98, 0x73, 0xe7, 0xce, 0xc9, 0xfd, 0x7b, 0xee, 0xb9, 0x47, 0x65, 0x18, 0xf5, 0x9c, 0x80, 0x93, 0x1c, 0x43, 0x9c, 0x3b, 0x8e, 0x6a, 0xc9, 0x80, 0x8e, 0x8f, 0x8f, 0x13, 0x00, 0xd0, 0x51, 0xef, 0xf9, 0x02, 0x00, 0x4a, 0x06, 0x81, 0x60, 0x06, 0x30, 0x0e, 0xa0, 0xc7, 0xe4, 0x8d, 0x10, 0xb4, 0x07, 0xa9, 0xfa, 0x03, 0x07, 0x0e, 0x28, 0x93, 0x00, 0x2d, 0xe3, 0x25, 0xa9, 0xd0, 0x14, 0xba, 0xf3, 0xb7, 0xd3, 0x22, 0x84, 0x6a, 0x23, 0xa3, 0xe8, 0xbb, 0xef, 0xbf, 0xff, 0x9e, 0x22, 0x80, 0xdf, 0x1c, 0x3a, 0x74, 0x28, 0xe7, 0x17, 0x00, 0xa6, 0xa9, 0x38, 0x03, 0x1e, 0x26, 0x8d, 0x5a, 0xc1, 0x5e, 0xeb, 0xa1, 0x61, 0x23, 0xde, 0x3f, 0xc0, 0x74, 0xc3, 0x0d, 0x37, 0x58, 0x76, 0x66, 0x6a, 0xca, 0xb3, 0x00, 0x04, 0x84, 0x11, 0x33, 0xaa, 0x15, 0xd8, 0x09, 0xf6, 0xdc, 0x79, 0x6e, 0x35, 0x0d, 0x80, 0x01, 0x32, 0x6d, 0x62, 0xe8, 0xd1, 0x46, 0x81, 0xe6, 0x6a, 0x02, 0xc8, 0xee, 0xc3, 0x69, 0xa3, 0x64, 0x50, 0xa3, 0xa1, 0x18, 0x80, 0x43, 0xd9, 0xbf, 0xc7, 0x1f, 0x7f, 0x5c, 0x9a, 0x14, 0x38, 0x2e, 0x48, 0x60, 0xd4, 0x3a, 0xd0, 0x13, 0xd4, 0x05, 0xac, 0x3f, 0xef, 0x9b, 0x6f, 0xbe, 0x21, 0xf5, 0x6f, 0x86, 0xc3, 0xe1, 0x7f, 0xf7, 0x0d, 0x00, 0x82, 0x29, 0x53, 0x48, 0x3b, 0x52, 0x61, 0x27, 0xcd, 0xda, 0xc1, 0xf0, 0x65, 0x23, 0xa1, 0x20, 0x90, 0x4a, 0x8e, 0xca, 0x83, 0x0f, 0x3e, 0xa8, 0xbc, 0x57, 0x37, 0x73, 0x82, 0x07, 0x05, 0x60, 0xbc, 0x52, 0xbf, 0xdb, 0x39, 0xee, 0x47, 0xda, 0xbd, 0xd6, 0xba, 0x0b, 0xf0, 0x01, 0xea, 0xdf, 0xe6, 0xd7, 0x89, 0x97, 0x5f, 0x7e, 0x79, 0xd2, 0x37, 0x00, 0x08, 0xe6, 0x4f, 0xe9, 0x3f, 0x84, 0xba, 0x00, 0x4a, 0xc8, 0x90, 0x24, 0xd7, 0xe3, 0xc8, 0x90, 0xf3, 0xb7, 0x77, 0xef, 0x5e, 0x36, 0x36, 0x36, 0x26, 0xf7, 0xd1, 0x78, 0x2f, 0xe9, 0x07, 0x00, 0xfc, 0x4a, 0x3b, 0x6f, 0x25, 0x42, 0xae, 0x83, 0x9c, 0xe3, 0x6a, 0x40, 0x43, 0x44, 0xa5, 0x79, 0xff, 0xff, 0xd6, 0xcc, 0xef, 0xae, 0x03, 0x80, 0x90, 0xcc, 0x49, 0x52, 0xf7, 0x7a, 0xa9, 0x51, 0x23, 0x26, 0x00, 0xce, 0x1f, 0x0d, 0x54, 0x3c, 0xf5, 0xd4, 0x53, 0xf2, 0x13, 0x20, 0x72, 0xf3, 0x25, 0x9c, 0x73, 0xe6, 0x03, 0xcf, 0xdf, 0x9b, 0x50, 0xa3, 0x69, 0xcf, 0xa6, 0x2e, 0x8b, 0x7e, 0x3b, 0xe6, 0x2b, 0x00, 0x8e, 0x1e, 0x3d, 0x9a, 0x4f, 0x26, 0x93, 0xe0, 0x50, 0x1f, 0x1c, 0x35, 0x6c, 0xe4, 0x0f, 0xd4, 0xaa, 0x01, 0x88, 0x89, 0x68, 0xa8, 0xfc, 0x11, 0x61, 0xf7, 0x69, 0x4c, 0x1f, 0xa0, 0xa8, 0xf4, 0xa0, 0x50, 0x83, 0xa4, 0x75, 0x36, 0xdb, 0x9e, 0xb7, 0xc2, 0x24, 0x78, 0x9d, 0x07, 0xb3, 0x5b, 0x4b, 0x4d, 0x24, 0x78, 0x40, 0x83, 0x63, 0xa2, 0x9f, 0x5f, 0x7f, 0xf5, 0xd5, 0x57, 0xa7, 0x7c, 0x05, 0x80, 0x4d, 0xb0, 0x29, 0x7d, 0x94, 0xa8, 0xa1, 0x06, 0xd6, 0x33, 0x47, 0x1d, 0xaa, 0x9c, 0x2a, 0x8b, 0x1f, 0x7a, 0xe8, 0x21, 0x19, 0x01, 0x40, 0x1b, 0xc0, 0xfe, 0x3b, 0x01, 0xe0, 0x7c, 0xd0, 0x4a, 0x9d, 0xb9, 0x9d, 0x9d, 0xbc, 0x5a, 0x34, 0x00, 0x49, 0xbf, 0x7d, 0xdd, 0xcf, 0x9b, 0x05, 0xae, 0x17, 0x00, 0x80, 0xaa, 0x6b, 0xe1, 0x03, 0xc0, 0x39, 0xa1, 0x55, 0x2a, 0xaa, 0x99, 0x01, 0x1d, 0x20, 0xc8, 0x51, 0xd3, 0xff, 0x0f, 0x3f, 0xfc, 0xb0, 0x92, 0x7e, 0x37, 0x07, 0xcf, 0x6d, 0x71, 0x88, 0x76, 0x1c, 0x97, 0xaf, 0x76, 0x6e, 0xb5, 0xd9, 0x50, 0xcd, 0x3e, 0x13, 0xd5, 0x47, 0xda, 0x7d, 0xf5, 0xed, 0x55, 0x57, 0x5d, 0xf5, 0xdf, 0xad, 0x04, 0x80, 0x74, 0xc6, 0x50, 0x16, 0x46, 0xd2, 0x8f, 0xb8, 0xdc, 0x0b, 0xa5, 0x3a, 0x03, 0xa1, 0x35, 0x68, 0xe0, 0xe7, 0xa2, 0x8b, 0x2e, 0x92, 0xc5, 0x9f, 0xf8, 0x1e, 0x8d, 0x77, 0x53, 0x73, 0xf8, 0x9d, 0x46, 0x93, 0x4c, 0xed, 0x44, 0xe8, 0x1f, 0xf4, 0x55, 0xab, 0xc0, 0x8b, 0x7c, 0x8a, 0xd6, 0x4f, 0x87, 0x6a, 0x5d, 0x06, 0xa6, 0x61, 0x00, 0x80, 0xd9, 0x60, 0x0e, 0xd9, 0x64, 0x68, 0x00, 0xaf, 0x50, 0x50, 0x07, 0x00, 0xd4, 0x3c, 0x79, 0xf2, 0x4f, 0x3c, 0xf1, 0x84, 0xec, 0x14, 0xf8, 0x12, 0x5e, 0x55, 0x45, 0xdb, 0xc5, 0xf1, 0xf3, 0xb3, 0xce, 0xcf, 0xed, 0xde, 0x5f, 0x7e, 0xf9, 0x25, 0x65, 0xfe, 0x72, 0x42, 0x90, 0x5e, 0xf6, 0xa3, 0xcd, 0x51, 0x0f, 0x86, 0xa8, 0xc2, 0x10, 0xa4, 0x6c, 0x69, 0x3c, 0x40, 0x9f, 0x24, 0x52, 0x69, 0x71, 0xa3, 0xaf, 0xbf, 0xfe, 0x5a, 0xed, 0x23, 0xf7, 0x4f, 0x89, 0x0b, 0x2f, 0x27, 0x07, 0x00, 0xf1, 0x6b, 0xcc, 0x7f, 0x33, 0x9d, 0xbc, 0x7a, 0x2b, 0x98, 0xeb, 0x69, 0x2b, 0xb2, 0xb2, 0xb4, 0xa6, 0x92, 0xe8, 0xef, 0x97, 0x8f, 0x1c, 0x39, 0x32, 0xd7, 0x32, 0x00, 0xe8, 0xc5, 0xa1, 0xfa, 0x12, 0x2e, 0x60, 0xb4, 0x33, 0x46, 0x77, 0x3e, 0x34, 0x1c, 0x3d, 0xaa, 0x52, 0xbd, 0xfb, 0xee, 0xbb, 0x65, 0x02, 0x09, 0x0e, 0x21, 0x8d, 0x5b, 0xeb, 0x80, 0x71, 0xae, 0xe5, 0xd7, 0x6a, 0x1b, 0xdd, 0xea, 0x73, 0x9d, 0xeb, 0x1d, 0xf8, 0xf5, 0xfb, 0xb8, 0xaf, 0xe6, 0xfc, 0x89, 0x9f, 0x30, 0x7e, 0xe6, 0x17, 0xb0, 0x2b, 0x6a, 0x00, 0x48, 0x26, 0xd4, 0xb6, 0x9e, 0x0b, 0xf0, 0x5a, 0xcd, 0x8b, 0x8e, 0xe9, 0x43, 0x94, 0x8f, 0x3e, 0xfa, 0xa8, 0xca, 0x06, 0xea, 0x0f, 0xe7, 0xb6, 0xe6, 0x5e, 0x2b, 0xc8, 0x09, 0xb4, 0xcd, 0x0a, 0xf1, 0x9a, 0x3d, 0x17, 0xe6, 0x13, 0xa5, 0xf4, 0xf6, 0x35, 0xff, 0x22, 0xe8, 0x4c, 0x4b, 0x01, 0x40, 0x1a, 0x00, 0x00, 0xd0, 0xab, 0x83, 0x21, 0xcd, 0x6e, 0x26, 0x40, 0xef, 0x70, 0x34, 0x96, 0xe2, 0xf9, 0x1b, 0x6f, 0xbc, 0x51, 0x1e, 0x83, 0xfa, 0x72, 0x3e, 0xf0, 0xa9, 0xf3, 0x06, 0xfb, 0xec, 0x82, 0xc1, 0x0a, 0x65, 0xb6, 0x2d, 0xc8, 0x0f, 0x20, 0x7b, 0x49, 0x7f, 0xa1, 0xd0, 0xcd, 0xcc, 0xde, 0x1f, 0x5a, 0x91, 0x40, 0xa8, 0xeb, 0xf7, 0x7f, 0xef, 0xcf, 0x7e, 0xd4, 0x0c, 0x00, 0x4a, 0x21, 0x93, 0x9d, 0x32, 0xc3, 0xe6, 0x5f, 0x9e, 0x3a, 0xf4, 0xcc, 0x79, 0x2f, 0x0d, 0x30, 0x49, 0x8d, 0x01, 0xc3, 0x9d, 0xd9, 0x40, 0xe7, 0xc3, 0xd2, 0xff, 0xd3, 0xd3, 0xd3, 0x52, 0xdd, 0x83, 0x0e, 0x1e, 0x3c, 0x28, 0x6b, 0x08, 0x90, 0xf6, 0x85, 0xe3, 0xa8, 0x3f, 0x5c, 0xb1, 0xcc, 0xd9, 0xdb, 0xa7, 0xcb, 0xcc, 0x08, 0x56, 0x85, 0x73, 0xf6, 0xbc, 0xc7, 0xf1, 0x2e, 0x81, 0x0e, 0xf5, 0xcf, 0xa5, 0xac, 0x49, 0xac, 0xf1, 0x10, 0xbb, 0x36, 0xc4, 0x43, 0x7b, 0xc4, 0xee, 0xfd, 0xae, 0x00, 0xb8, 0xf6, 0xda, 0x6b, 0x67, 0x45, 0xc8, 0x01, 0xd9, 0x8c, 0x22, 0x6d, 0x0b, 0x2d, 0x40, 0x6b, 0xd0, 0xc0, 0x11, 0xf4, 0x42, 0xfb, 0x99, 0x33, 0xab, 0xc0, 0x7c, 0xe0, 0x81, 0x07, 0xe4, 0x27, 0xf2, 0xd6, 0x4e, 0x64, 0x4f, 0x2f, 0x72, 0xc9, 0xfc, 0x8e, 0x28, 0x06, 0x9c, 0xe0, 0x00, 0x46, 0x02, 0xde, 0x6f, 0x10, 0x2d, 0xe7, 0x8a, 0xb6, 0xdf, 0x16, 0xba, 0xc9, 0xd3, 0x04, 0x20, 0xbe, 0x4c, 0x26, 0x93, 0x98, 0x62, 0x34, 0x86, 0xd4, 0x23, 0xe6, 0x9e, 0x91, 0x83, 0x47, 0x65, 0x5a, 0x4e, 0x10, 0x20, 0x3e, 0x25, 0x47, 0xef, 0x9a, 0x6b, 0xae, 0x61, 0x97, 0x5c, 0x72, 0x89, 0xf4, 0x1f, 0x70, 0xad, 0x13, 0x00, 0x73, 0x4b, 0xd6, 0xb5, 0x86, 0x68, 0xc8, 0x1f, 0xdc, 0x77, 0x1d, 0xbb, 0xf9, 0xaa, 0x91, 0x80, 0x33, 0x1b, 0x40, 0x8b, 0xf9, 0x32, 0xfb, 0xfb, 0xa3, 0xef, 0x33, 0xf0, 0x5f, 0x70, 0xe4, 0x4c, 0xa5, 0x3c, 0x00, 0xe5, 0x02, 0xc6, 0x10, 0x05, 0x78, 0x2d, 0x8e, 0xac, 0xef, 0xeb, 0x33, 0x54, 0x31, 0xee, 0x8f, 0x73, 0x91, 0xf9, 0x73, 0xcd, 0x67, 0xe7, 0x68, 0x1d, 0x5e, 0xce, 0x76, 0x0f, 0xc7, 0x59, 0x7f, 0x4f, 0x47, 0xc0, 0x9d, 0x0d, 0xa0, 0xc9, 0xd4, 0xb2, 0xd0, 0xe4, 0x06, 0x59, 0x9b, 0x93, 0xb5, 0x00, 0x40, 0xda, 0x74, 0x64, 0x03, 0x69, 0xd1, 0x64, 0x38, 0x77, 0x6e, 0xa1, 0x0e, 0xe5, 0xfd, 0xc1, 0xf0, 0xdb, 0x6e, 0xbb, 0x4d, 0xee, 0xc3, 0xfe, 0xbb, 0x02, 0x60, 0xd9, 0x32, 0xfe, 0x61, 0xf1, 0xdd, 0x40, 0xaf, 0xbd, 0x46, 0x10, 0x66, 0x08, 0xad, 0x18, 0xdb, 0xa6, 0xb3, 0x5b, 0x5d, 0xc1, 0x56, 0xab, 0xcf, 0x19, 0x8b, 0x86, 0xe5, 0x26, 0xcd, 0xf1, 0x54, 0x5a, 0xff, 0xea, 0xdd, 0x8a, 0x00, 0x20, 0x47, 0x10, 0xb6, 0x1f, 0x9f, 0x34, 0x56, 0x0d, 0x00, 0xd0, 0x10, 0x2f, 0x49, 0x3c, 0xfe, 0xa7, 0x91, 0x42, 0x2c, 0x30, 0x05, 0xc0, 0x00, 0x10, 0x70, 0xfe, 0x68, 0x4e, 0x9b, 0xae, 0x35, 0x16, 0x6c, 0x0d, 0xd0, 0xd5, 0x15, 0x63, 0x3d, 0x9d, 0x96, 0xfd, 0x5f, 0x16, 0xcc, 0xff, 0x62, 0x3c, 0xd3, 0x56, 0x4c, 0x6c, 0xc4, 0xb1, 0xe7, 0x0d, 0x7e, 0xc9, 0x2b, 0x7c, 0xd9, 0xe8, 0x3d, 0xcb, 0x06, 0x67, 0xd7, 0x5d, 0x9a, 0x60, 0xa3, 0x7d, 0x5d, 0xf2, 0xc4, 0xb3, 0xe3, 0xda, 0x0a, 0x72, 0x46, 0xa4, 0x32, 0x00, 0xf4, 0xe2, 0x50, 0x68, 0x01, 0x4a, 0x06, 0x21, 0x2b, 0xe8, 0x4c, 0x07, 0xd3, 0xf4, 0x24, 0x10, 0x46, 0xfe, 0xdc, 0xa4, 0x5f, 0x4d, 0x66, 0x10, 0x6a, 0x3f, 0x9d, 0xb3, 0x34, 0x40, 0x42, 0x48, 0x7f, 0xac, 0x23, 0x6c, 0x49, 0x7f, 0xc1, 0xd8, 0x72, 0xcc, 0x6e, 0x37, 0x86, 0x73, 0x47, 0x64, 0x96, 0x2f, 0x95, 0x85, 0x79, 0x8d, 0xc9, 0xfd, 0x4c, 0xae, 0xc4, 0xe6, 0x16, 0x16, 0xe9, 0xbc, 0xef, 0x3f, 0xfa, 0xc5, 0x1f, 0x8e, 0x57, 0x33, 0x01, 0xd3, 0xb4, 0x83, 0xcc, 0x1e, 0x65, 0x00, 0xe1, 0x04, 0x3a, 0xeb, 0xf5, 0x69, 0xce, 0x00, 0xa4, 0x1d, 0x73, 0xfe, 0x61, 0x2e, 0x90, 0x0f, 0x70, 0x53, 0xff, 0x99, 0xbc, 0x29, 0x18, 0x6e, 0xed, 0x8f, 0x0e, 0xf6, 0xc8, 0x8e, 0xc7, 0xbf, 0x68, 0xec, 0x76, 0x65, 0x78, 0xab, 0x99, 0xed, 0xf6, 0x6c, 0xd0, 0xa8, 0xbd, 0x5d, 0x1d, 0x2c, 0x12, 0x0e, 0xc9, 0xfe, 0x9e, 0x49, 0xe7, 0x85, 0x90, 0xa9, 0x32, 0xfb, 0x93, 0x15, 0x13, 0x41, 0x7a, 0x36, 0x90, 0xec, 0x3b, 0xd5, 0xab, 0x61, 0xc8, 0x53, 0x4f, 0xff, 0xc2, 0x44, 0x10, 0x20, 0xc0, 0x7c, 0x2c, 0xfb, 0x06, 0x87, 0x90, 0x4c, 0x87, 0x97, 0x03, 0x08, 0x1a, 0xe9, 0x8f, 0x2b, 0xcd, 0x51, 0x28, 0x99, 0x81, 0x74, 0x73, 0x7f, 0xda, 0x92, 0x2f, 0x96, 0xa5, 0x83, 0x3d, 0x18, 0x8f, 0x49, 0xed, 0x0a, 0x3a, 0x37, 0x99, 0x51, 0xe7, 0x85, 0x19, 0x7f, 0xb7, 0x2a, 0x00, 0x04, 0xa3, 0x27, 0x89, 0xd1, 0xfa, 0x2a, 0xa1, 0x28, 0xec, 0xd0, 0xdf, 0x5e, 0xa1, 0x47, 0x09, 0xf7, 0xdf, 0x7f, 0xbf, 0x4a, 0x08, 0x79, 0xa5, 0x3a, 0x53, 0x4b, 0xab, 0x8c, 0x1e, 0xea, 0xef, 0x56, 0xda, 0x60, 0xc5, 0x47, 0x00, 0x6c, 0x75, 0x86, 0x37, 0x03, 0x92, 0x95, 0x92, 0x21, 0x6d, 0x3f, 0x68, 0x30, 0x4e, 0xa9, 0x7b, 0x01, 0x80, 0x0b, 0xba, 0x03, 0x18, 0x7e, 0xa7, 0x2a, 0x00, 0x50, 0x1d, 0xac, 0xfc, 0x05, 0xe1, 0xf5, 0x53, 0x8d, 0x3e, 0x12, 0x41, 0xb4, 0x2a, 0x15, 0x25, 0x7a, 0x88, 0xae, 0xbf, 0xfe, 0x7a, 0xf9, 0x83, 0x6e, 0xb1, 0xbf, 0xd2, 0x00, 0x4b, 0xab, 0xb6, 0x7e, 0xb0, 0xaf, 0x5b, 0x22, 0xd5, 0xca, 0x0e, 0x1a, 0x81, 0x74, 0x37, 0x79, 0x1d, 0xfa, 0xb0, 0x58, 0x36, 0x55, 0x14, 0x92, 0x10, 0xe1, 0x35, 0xba, 0x37, 0x2b, 0xec, 0x7f, 0x6a, 0x41, 0xd5, 0x61, 0x66, 0xae, 0x48, 0x77, 0xfc, 0xee, 0xc3, 0x6a, 0x00, 0x10, 0x5e, 0xff, 0x14, 0x39, 0x7b, 0xce, 0xe2, 0x50, 0xdd, 0x04, 0x50, 0x7d, 0x1a, 0xaa, 0x5a, 0x51, 0xf5, 0x0b, 0x73, 0x00, 0x90, 0x78, 0x6a, 0x00, 0x0a, 0x01, 0x85, 0x6d, 0x4a, 0xc4, 0x63, 0x92, 0x81, 0x68, 0x34, 0x01, 0x21, 0x60, 0x78, 0x03, 0xd7, 0x88, 0x6f, 0xd1, 0x87, 0xba, 0x16, 0x4d, 0x74, 0x77, 0x48, 0x10, 0xc0, 0x04, 0xcc, 0x66, 0x0b, 0x6c, 0x71, 0x59, 0x39, 0xee, 0xef, 0x1c, 0x3d, 0xfa, 0x63, 0xa3, 0xaa, 0x06, 0x78, 0xe5, 0x95, 0x57, 0x16, 0x93, 0xc9, 0x24, 0x46, 0x7e, 0xe2, 0x00, 0x00, 0x81, 0x40, 0x5f, 0x2b, 0x00, 0x00, 0xa1, 0xdc, 0xff, 0xfe, 0xfd, 0xfb, 0x65, 0xee, 0xdf, 0x2b, 0xf9, 0xb3, 0x6a, 0x02, 0xac, 0xdf, 0x8e, 0x0b, 0xef, 0xb4, 0xbb, 0x23, 0x62, 0x45, 0x00, 0x45, 0x23, 0x60, 0x76, 0x9d, 0x0c, 0x5f, 0x2b, 0xf9, 0xe6, 0x3a, 0x13, 0x8a, 0xe4, 0x1a, 0xb7, 0x0f, 0x9d, 0x9f, 0x5a, 0xb5, 0xff, 0xe2, 0x19, 0xd7, 0xcc, 0x22, 0xae, 0xf6, 0xc6, 0x10, 0x98, 0x81, 0xbd, 0x70, 0x02, 0xa9, 0x9a, 0x07, 0xd2, 0x4d, 0x79, 0x00, 0x4a, 0x11, 0x83, 0xee, 0xbc, 0xf3, 0x4e, 0x2b, 0xc6, 0x5f, 0x58, 0xf0, 0x2c, 0x20, 0x2d, 0x0b, 0x29, 0x47, 0x14, 0x60, 0xd9, 0xff, 0x5e, 0x85, 0xd0, 0x82, 0x0d, 0x80, 0x80, 0xe1, 0xf5, 0x7d, 0x8b, 0xfe, 0x82, 0xbd, 0x77, 0xf3, 0x9f, 0xfa, 0xa5, 0xfa, 0xb7, 0xec, 0xff, 0xf9, 0xc9, 0xb4, 0x76, 0x4d, 0xb8, 0x2e, 0x00, 0x20, 0xb9, 0xbf, 0x97, 0x56, 0xa2, 0x76, 0x46, 0x01, 0xfa, 0xaa, 0x21, 0x58, 0xf1, 0x0b, 0xbe, 0x02, 0x34, 0x85, 0xf3, 0xe5, 0x8a, 0xba, 0xfd, 0xa7, 0x7f, 0x87, 0xfb, 0x7b, 0x94, 0x03, 0x58, 0x28, 0x19, 0x35, 0x33, 0x7f, 0xa7, 0x32, 0xdb, 0x4d, 0x40, 0xc0, 0x7c, 0xf4, 0x9d, 0x93, 0x90, 0x61, 0x8d, 0x77, 0x45, 0xe5, 0xf9, 0xd9, 0x7c, 0x89, 0xcd, 0xa7, 0x55, 0x29, 0x5e, 0x76, 0x6f, 0xa6, 0xe3, 0x93, 0x8f, 0x6b, 0x05, 0x00, 0x85, 0x82, 0x90, 0x7a, 0xcc, 0x11, 0x24, 0xa6, 0xa2, 0x2e, 0x00, 0xcc, 0xa6, 0xdc, 0x00, 0x6a, 0x06, 0x11, 0xfe, 0x21, 0x22, 0xd0, 0x93, 0x3e, 0xce, 0xfd, 0xd9, 0xc5, 0xd5, 0xc6, 0x0e, 0x0f, 0xf6, 0x28, 0xbb, 0x5f, 0x29, 0x02, 0x08, 0x18, 0xee, 0x4e, 0x25, 0xc3, 0xf4, 0xec, 0xb7, 0x5e, 0xc1, 0x7c, 0xf4, 0x3a, 0x34, 0xc0, 0xfc, 0xd2, 0x8a, 0xd0, 0xde, 0x64, 0xff, 0xf9, 0x6f, 0x74, 0xfb, 0x5f, 0x15, 0x00, 0x7a, 0x36, 0x10, 0x6a, 0x9f, 0xa6, 0x8a, 0xd3, 0x04, 0x4f, 0xd2, 0x00, 0x90, 0x7e, 0x7c, 0xe7, 0x95, 0xfb, 0x77, 0x03, 0xc0, 0x50, 0xa2, 0x5b, 0x3d, 0x60, 0xc9, 0xf6, 0x5c, 0x03, 0x66, 0xd7, 0x46, 0xb0, 0xf9, 0xe4, 0xed, 0xbb, 0x51, 0xa2, 0x3b, 0xaa, 0xe2, 0xff, 0x89, 0xe9, 0xec, 0xaa, 0x16, 0x0e, 0x85, 0xd6, 0xad, 0x22, 0x52, 0x93, 0x06, 0x20, 0x75, 0x0f, 0xf5, 0x4f, 0x25, 0x61, 0xc8, 0xfd, 0x93, 0x29, 0xb8, 0xf9, 0xe6, 0x9b, 0x55, 0x96, 0xb0, 0x12, 0x00, 0x66, 0xb2, 0x76, 0xb6, 0x4f, 0x9c, 0xd2, 0x9f, 0xe8, 0x92, 0x8d, 0x84, 0x5f, 0x60, 0xb8, 0x3d, 0x7d, 0xc0, 0x70, 0x57, 0x42, 0xc2, 0xac, 0x5c, 0xa5, 0x92, 0x06, 0x11, 0x00, 0x58, 0x83, 0xfe, 0x9d, 0xd0, 0xed, 0x3f, 0x33, 0xeb, 0x03, 0x80, 0xae, 0x01, 0x90, 0xda, 0xa5, 0x49, 0x1d, 0xfa, 0xac, 0x1f, 0x10, 0xc6, 0xff, 0x69, 0xfa, 0x58, 0x25, 0x00, 0x4c, 0x67, 0xac, 0xeb, 0xbb, 0x63, 0x18, 0x04, 0x8a, 0x4a, 0x1f, 0x20, 0xbf, 0x62, 0xb4, 0x55, 0x1a, 0xb5, 0x9d, 0x98, 0xcd, 0x1d, 0xff, 0xc0, 0xde, 0x1b, 0x55, 0xc2, 0x65, 0xa4, 0x7e, 0x31, 0xc0, 0x06, 0xe6, 0xc3, 0xfe, 0xa7, 0x32, 0xca, 0xfe, 0x8b, 0x9d, 0xfc, 0xc7, 0x75, 0x01, 0x80, 0xa6, 0x8a, 0x93, 0x06, 0xa0, 0xb5, 0x02, 0xa0, 0x09, 0xf4, 0xea, 0xe0, 0x5d, 0xbb, 0x76, 0x29, 0x73, 0xe0, 0x05, 0x00, 0x34, 0x88, 0x42, 0xc0, 0x91, 0xa1, 0xb8, 0x72, 0x10, 0x91, 0xb9, 0xd2, 0x9f, 0x34, 0x60, 0xb8, 0x1b, 0x1f, 0x2c, 0x4f, 0xdf, 0xac, 0xe1, 0xc6, 0xbd, 0xb6, 0xf3, 0x27, 0xb3, 0xb4, 0x4b, 0x28, 0xe3, 0x2f, 0x90, 0xd2, 0x3d, 0xf9, 0xd1, 0xa1, 0x3f, 0x2f, 0xd5, 0x05, 0x00, 0x7d, 0xaa, 0x38, 0x98, 0x4e, 0xcb, 0xb5, 0xd1, 0xab, 0x5e, 0x89, 0xe1, 0xf8, 0xbf, 0x9a, 0xf4, 0xa7, 0x97, 0x56, 0xb3, 0x54, 0x23, 0x03, 0x71, 0xf5, 0x30, 0x78, 0x30, 0x2f, 0xa6, 0xf3, 0x1d, 0xc8, 0x6c, 0xe7, 0x97, 0x65, 0xd1, 0xcf, 0x45, 0xd9, 0x47, 0xb5, 0xd1, 0x1a, 0xfb, 0x3f, 0x93, 0xd5, 0x13, 0x6c, 0xae, 0xab, 0x88, 0x55, 0xd3, 0x00, 0x93, 0xa4, 0x01, 0xf4, 0xe5, 0xe3, 0x31, 0x30, 0x44, 0x53, 0x94, 0xb0, 0x8f, 0xe3, 0x5a, 0xd9, 0xb2, 0xbb, 0xfa, 0xcf, 0xae, 0x8e, 0xf6, 0x0d, 0x0f, 0xac, 0x8e, 0x01, 0x14, 0x9b, 0x76, 0x00, 0xb7, 0x17, 0xc3, 0x75, 0x4d, 0x88, 0xe2, 0xd9, 0x72, 0x9d, 0x95, 0xb3, 0xf1, 0x4e, 0x0b, 0x00, 0x08, 0x11, 0xa7, 0x67, 0xf5, 0x69, 0xf8, 0xbc, 0x7e, 0x00, 0x08, 0xbb, 0x3f, 0xb3, 0x7b, 0xf7, 0x6e, 0xb4, 0x20, 0xac, 0xcf, 0x0f, 0x80, 0x36, 0xa0, 0x64, 0x10, 0xa4, 0x1f, 0x65, 0xe3, 0xf0, 0x0b, 0xdc, 0x8a, 0x3f, 0x54, 0x04, 0xa0, 0x01, 0x60, 0x20, 0xd1, 0xc3, 0xb8, 0x69, 0x25, 0x29, 0x4a, 0x6e, 0xb3, 0x69, 0x1a, 0x61, 0xdc, 0x16, 0x66, 0xb6, 0xd3, 0xfc, 0x41, 0x38, 0x8a, 0x35, 0xaa, 0x7c, 0x9d, 0x3a, 0x50, 0x60, 0x1b, 0x0d, 0xcb, 0x76, 0xa3, 0xfe, 0x2f, 0x9d, 0x55, 0xeb, 0x46, 0xe5, 0x72, 0xe9, 0xce, 0x8f, 0xea, 0x06, 0xc0, 0xf1, 0xe3, 0xc7, 0xcb, 0xc9, 0x64, 0x12, 0xc9, 0xfe, 0x5d, 0x00, 0x00, 0xa4, 0x9c, 0x66, 0x0b, 0x11, 0x00, 0xb0, 0x96, 0x20, 0x00, 0xa1, 0x97, 0x7e, 0xbb, 0x25, 0x81, 0x26, 0xe6, 0x57, 0x5f, 0x38, 0xd1, 0xd7, 0xdb, 0x29, 0x1f, 0xd2, 0x69, 0xff, 0x77, 0x8a, 0x74, 0x57, 0xf2, 0x77, 0x4a, 0x42, 0xea, 0x4b, 0x0d, 0xd6, 0xcb, 0xc3, 0xfe, 0x13, 0x68, 0x32, 0xcb, 0x2b, 0x6c, 0x71, 0x31, 0x47, 0x3f, 0xf4, 0xde, 0xe7, 0x47, 0x7f, 0x5c, 0xac, 0x1b, 0x00, 0xa4, 0x08, 0x00, 0x00, 0x84, 0x78, 0xc4, 0x74, 0x7d, 0xfd, 0x3e, 0xcc, 0xfe, 0xa5, 0xc5, 0x8c, 0x2b, 0xcd, 0xf3, 0x9f, 0x48, 0x15, 0x6d, 0xe6, 0x77, 0xc9, 0x72, 0x70, 0x34, 0xb4, 0xe8, 0x78, 0xd0, 0x8d, 0x4e, 0xa3, 0x6e, 0x36, 0xb3, 0xf5, 0xb6, 0xa0, 0x3f, 0xc0, 0x7c, 0xb3, 0x89, 0x09, 0x26, 0xd2, 0xfb, 0xb7, 0xbb, 0x54, 0xda, 0x7f, 0x9a, 0x19, 0x15, 0x66, 0x9e, 0xd3, 0xc8, 0x6b, 0x05, 0xc0, 0xcd, 0x60, 0x3e, 0x54, 0xbd, 0xb6, 0x34, 0x99, 0xe5, 0x74, 0x24, 0x12, 0x12, 0x18, 0x95, 0xec, 0xff, 0x4a, 0x99, 0x2b, 0x13, 0xb0, 0x6b, 0x38, 0xa1, 0x1a, 0x86, 0x04, 0x10, 0xdf, 0x41, 0xd2, 0xed, 0xd6, 0x16, 0x6e, 0xf7, 0x83, 0x61, 0x36, 0x39, 0x7d, 0x4d, 0x86, 0xd7, 0x56, 0x9e, 0x66, 0x45, 0xdc, 0x6f, 0x2e, 0xb5, 0xc6, 0xfe, 0xbf, 0xd5, 0x30, 0x00, 0xa8, 0x38, 0x14, 0x12, 0x0e, 0x67, 0x0f, 0xc3, 0xc1, 0xfa, 0x1a, 0x3f, 0xb4, 0xf2, 0x47, 0x25, 0x00, 0x7c, 0x2f, 0xd4, 0x3f, 0x31, 0x7d, 0x64, 0x30, 0xae, 0x3a, 0x40, 0x65, 0xb3, 0xda, 0x84, 0xe1, 0xad, 0x66, 0xb6, 0xf3, 0x76, 0x70, 0xf0, 0xa8, 0x78, 0xa3, 0x59, 0xea, 0x8a, 0x59, 0x2f, 0xe4, 0x06, 0x8e, 0x96, 0x0a, 0x65, 0x36, 0x9f, 0x56, 0xe3, 0x34, 0x73, 0xa7, 0x76, 0x9f, 0xf9, 0xa4, 0x61, 0x00, 0xe8, 0xc9, 0x20, 0xd8, 0x79, 0xa4, 0x81, 0xf5, 0xb2, 0x70, 0x68, 0x85, 0x4a, 0xe3, 0xff, 0xa0, 0xf1, 0xd4, 0xaa, 0xfd, 0x1f, 0xee, 0x8f, 0xab, 0xd0, 0x44, 0x3e, 0x3c, 0xdf, 0xbe, 0xd2, 0xed, 0xf5, 0x7d, 0x59, 0xbe, 0x34, 0x8a, 0x33, 0x3f, 0xa7, 0xc5, 0x52, 0xf2, 0x07, 0x94, 0xca, 0xe4, 0x59, 0x3e, 0xbf, 0x42, 0x6d, 0x7d, 0x93, 0x55, 0x58, 0x48, 0xa2, 0x16, 0x13, 0xa0, 0x8a, 0x43, 0xe9, 0x05, 0xc5, 0x7a, 0x12, 0x08, 0x35, 0x00, 0x55, 0x01, 0x30, 0x67, 0x27, 0x23, 0x54, 0x0a, 0xd8, 0x1a, 0xcc, 0x30, 0x79, 0xfb, 0x33, 0x9c, 0xfb, 0xd4, 0x0e, 0x0a, 0xcd, 0x9a, 0x55, 0xf5, 0x5e, 0x44, 0xea, 0x1f, 0x3e, 0xc0, 0xd4, 0xcc, 0x6a, 0xd1, 0x6e, 0x88, 0xb3, 0xb7, 0x2a, 0x5d, 0x57, 0x0b, 0x00, 0xd4, 0xc4, 0x7e, 0x8c, 0xff, 0x23, 0xd4, 0xd3, 0x5f, 0x21, 0x87, 0xff, 0x91, 0x13, 0xa8, 0x04, 0x80, 0x09, 0x5b, 0x03, 0x24, 0xe2, 0xdd, 0xd2, 0x01, 0xe4, 0xd2, 0xe1, 0x31, 0xb7, 0x9d, 0x74, 0xbb, 0x4b, 0x3b, 0x97, 0x53, 0xe0, 0x5a, 0xb9, 0x08, 0x0a, 0xd2, 0xbf, 0x51, 0xc1, 0x07, 0x30, 0x7f, 0x79, 0xa5, 0xcc, 0x52, 0xab, 0xc3, 0xbf, 0x5c, 0x38, 0x80, 0xff, 0xd5, 0x14, 0x00, 0x90, 0x0d, 0xa4, 0xac, 0x1f, 0x18, 0xed, 0x8c, 0xf1, 0xe9, 0x8d, 0x9f, 0x5e, 0x00, 0x00, 0xea, 0x27, 0x17, 0xac, 0x08, 0x60, 0x74, 0x30, 0xae, 0xa4, 0xde, 0x0a, 0x75, 0xf8, 0xf6, 0x62, 0x38, 0xb3, 0xd2, 0xb6, 0xa6, 0x2d, 0x89, 0xe6, 0x06, 0x2d, 0x7d, 0x03, 0xe9, 0xa7, 0xdf, 0xc2, 0xec, 0xaa, 0x74, 0x86, 0xec, 0x3f, 0xff, 0xdd, 0xa9, 0x43, 0x7f, 0x3c, 0xd9, 0x14, 0x00, 0x84, 0xbd, 0x9f, 0xd2, 0xe3, 0x7b, 0x2c, 0x1e, 0xad, 0xaf, 0xf4, 0xa5, 0xbf, 0xf1, 0xcb, 0x4b, 0xfa, 0x49, 0xed, 0x0d, 0x0e, 0xf4, 0xa8, 0x86, 0x02, 0x18, 0x5b, 0x95, 0xd9, 0xdc, 0xfe, 0x23, 0x19, 0xcd, 0x99, 0xaa, 0xbc, 0x35, 0x37, 0x69, 0xad, 0xa3, 0x4e, 0x59, 0x5a, 0x67, 0x6b, 0xe9, 0xf9, 0x25, 0x35, 0xff, 0x4f, 0x1c, 0x7a, 0xab, 0xda, 0xb5, 0x55, 0x01, 0x20, 0x9c, 0xbc, 0x29, 0x8a, 0xfb, 0xc9, 0xf6, 0xeb, 0x4b, 0x9a, 0xa2, 0x02, 0xa8, 0xd2, 0xda, 0x38, 0x67, 0xa6, 0x56, 0x57, 0x31, 0x1f, 0xec, 0xef, 0xb1, 0x3a, 0x8b, 0xb1, 0xba, 0x6c, 0xa1, 0x5f, 0x0c, 0xa7, 0x49, 0x28, 0xc4, 0x30, 0xae, 0x7c, 0x50, 0xbe, 0x2e, 0x34, 0x73, 0xde, 0x5b, 0xde, 0x8b, 0x33, 0xd6, 0x6e, 0xcb, 0x59, 0x41, 0x36, 0x63, 0x51, 0xab, 0x04, 0x0f, 0x51, 0xd5, 0x8c, 0x16, 0xfe, 0x85, 0x59, 0xf8, 0xcd, 0xa6, 0x01, 0x70, 0xf8, 0xf0, 0xe1, 0x74, 0x32, 0x99, 0x04, 0x17, 0x7b, 0x00, 0x00, 0xe7, 0x3a, 0x7f, 0x00, 0x40, 0x25, 0x0d, 0xf0, 0x7f, 0x36, 0x00, 0xc2, 0x91, 0x10, 0xeb, 0xef, 0xb5, 0xc6, 0x00, 0x2a, 0x85, 0x3e, 0x7e, 0xa4, 0x51, 0xb9, 0xa6, 0x82, 0x75, 0x86, 0x6f, 0x47, 0xea, 0x8c, 0x46, 0xe4, 0xd3, 0xcb, 0xa1, 0xf5, 0xa2, 0xc1, 0x52, 0xf3, 0xaa, 0x64, 0x3f, 0x93, 0x4b, 0x77, 0x9c, 0x68, 0x1a, 0x00, 0x5a, 0x24, 0x70, 0x25, 0xd2, 0xc1, 0x54, 0x08, 0x62, 0xaf, 0x56, 0x25, 0xff, 0xaf, 0x04, 0x80, 0x33, 0x93, 0x96, 0xd6, 0x18, 0xe9, 0xef, 0x15, 0x20, 0x08, 0x2b, 0x6f, 0xb8, 0x59, 0x86, 0x5b, 0xea, 0x57, 0x63, 0xf4, 0x26, 0xaa, 0xe0, 0x4d, 0x05, 0x80, 0x9c, 0x5b, 0x69, 0x73, 0x7c, 0xb1, 0xc0, 0x96, 0x73, 0xaa, 0xfc, 0xeb, 0x0d, 0xaf, 0xf4, 0x6f, 0x23, 0x00, 0x40, 0x2e, 0xe0, 0x4a, 0x5a, 0x2e, 0x06, 0xcc, 0xa7, 0x17, 0x4a, 0x63, 0x16, 0x10, 0xf2, 0x03, 0xe4, 0x0c, 0x92, 0xb9, 0xc0, 0x77, 0xb3, 0xd9, 0x12, 0xcb, 0xe6, 0xcb, 0xab, 0x09, 0x20, 0x93, 0x1c, 0x43, 0x63, 0x3d, 0x6f, 0xab, 0x48, 0x37, 0x31, 0x18, 0xa6, 0x63, 0x23, 0x1d, 0xac, 0x76, 0x26, 0x78, 0x66, 0x1d, 0xb6, 0xfa, 0x87, 0x50, 0x4d, 0xcd, 0x66, 0xf4, 0x4e, 0x7b, 0xbd, 0x96, 0x7b, 0xd4, 0x04, 0x00, 0x2a, 0x0d, 0x03, 0x93, 0x69, 0x8e, 0x20, 0x6a, 0x03, 0xc0, 0x64, 0xbc, 0xb7, 0xe6, 0xf9, 0xe7, 0x9f, 0x77, 0xbd, 0x2e, 0xd7, 0xb3, 0x57, 0x04, 0xfe, 0x56, 0xb9, 0xf8, 0xd0, 0x50, 0xaf, 0x62, 0x9a, 0x54, 0x00, 0xb5, 0xa8, 0x73, 0xd3, 0xf2, 0x15, 0x0c, 0x29, 0xe9, 0x01, 0xc3, 0x9d, 0xd4, 0x61, 0xcf, 0xfb, 0xb7, 0x06, 0xd6, 0x4c, 0x96, 0x5a, 0x50, 0xea, 0xbf, 0x24, 0x78, 0xf5, 0x86, 0x6f, 0x00, 0xa0, 0x6c, 0x20, 0xbd, 0x4a, 0x06, 0x4e, 0x20, 0x00, 0xa0, 0x97, 0x85, 0xb9, 0xd1, 0x4a, 0xa7, 0xf5, 0xd6, 0xb1, 0x88, 0xb0, 0xff, 0x18, 0x02, 0xb6, 0x24, 0x98, 0x55, 0xac, 0x00, 0x92, 0x0c, 0xc7, 0xe6, 0x73, 0xa6, 0xac, 0xdd, 0x89, 0x37, 0x70, 0x62, 0x54, 0x98, 0x54, 0x72, 0xa6, 0x17, 0x73, 0x45, 0x96, 0x51, 0xe1, 0x5f, 0xe8, 0xf8, 0x27, 0x87, 0xff, 0x24, 0xed, 0xbb, 0x06, 0x00, 0xd1, 0x02, 0xd2, 0x18, 0x05, 0xd4, 0xcb, 0xc0, 0x69, 0x32, 0x08, 0xbd, 0x69, 0x3c, 0x1c, 0x8e, 0xb0, 0xd9, 0x88, 0x05, 0x80, 0xa1, 0xfe, 0x38, 0x8b, 0x44, 0xad, 0x50, 0x45, 0x26, 0x45, 0x36, 0x88, 0xe9, 0xdc, 0xd7, 0x9e, 0xdf, 0x00, 0xe6, 0xd6, 0xa9, 0xfe, 0x05, 0xff, 0x55, 0xde, 0x61, 0x26, 0x95, 0xd1, 0xa2, 0x17, 0x5e, 0xf3, 0x2b, 0x64, 0xea, 0xd2, 0x00, 0x7a, 0xd8, 0x87, 0xfa, 0x40, 0xcc, 0x05, 0xd0, 0x43, 0x40, 0x3d, 0x49, 0xb4, 0xc4, 0x13, 0x82, 0xa1, 0xd6, 0x8c, 0xe2, 0x61, 0xa8, 0x7f, 0x1b, 0xa9, 0x86, 0x41, 0x09, 0x93, 0xe6, 0xb2, 0x64, 0x7c, 0xa3, 0x59, 0xc5, 0x37, 0x0d, 0x3f, 0xee, 0xd9, 0xbf, 0x48, 0x48, 0xf6, 0x9b, 0x61, 0x8f, 0xfe, 0xa5, 0xe6, 0xf5, 0xec, 0x9f, 0xf9, 0x2b, 0x5f, 0x01, 0xa0, 0x67, 0x03, 0xe1, 0x08, 0x42, 0x03, 0x84, 0x65, 0xea, 0xd1, 0x74, 0xcd, 0x01, 0xe0, 0xd8, 0x3c, 0x1f, 0x50, 0xff, 0x63, 0x1a, 0x98, 0x69, 0xdb, 0xf1, 0x82, 0x1c, 0xfa, 0x34, 0x95, 0x43, 0xd8, 0x4e, 0x9d, 0xea, 0x4b, 0x3b, 0xf8, 0xc6, 0xb4, 0x25, 0x1c, 0x0a, 0x4b, 0x01, 0x92, 0xbe, 0x56, 0x01, 0x45, 0x3a, 0x36, 0x00, 0x42, 0xfc, 0x13, 0x2c, 0x00, 0xe9, 0x2b, 0x00, 0xf4, 0xa9, 0xe2, 0x70, 0x04, 0x31, 0x24, 0x0c, 0x55, 0xaf, 0x8f, 0x0c, 0xea, 0xd2, 0x0f, 0x93, 0x90, 0x31, 0x76, 0xc9, 0x56, 0x77, 0xc5, 0x3a, 0x58, 0x22, 0xd1, 0x2d, 0xbd, 0x54, 0xa4, 0x7f, 0x2b, 0x4d, 0x68, 0xd8, 0xcc, 0x0e, 0xdd, 0x4c, 0x74, 0xd5, 0xdb, 0x96, 0x10, 0xb3, 0xa6, 0x7f, 0x51, 0x34, 0x34, 0x3b, 0x97, 0x95, 0x42, 0x65, 0x7f, 0x5b, 0xd7, 0x2b, 0x64, 0x6a, 0x05, 0x80, 0x2a, 0x0e, 0x45, 0x98, 0x47, 0xef, 0xb2, 0xc7, 0xa7, 0x73, 0xbd, 0x20, 0x48, 0xff, 0xb2, 0xd9, 0xcd, 0x0a, 0x39, 0x2b, 0x5b, 0x38, 0x32, 0xd2, 0x27, 0x1a, 0x67, 0xf9, 0x0f, 0x28, 0x72, 0x6c, 0x59, 0xf4, 0xc6, 0xdb, 0x81, 0xb9, 0xdc, 0x5f, 0xa0, 0x71, 0x6f, 0xf5, 0x6f, 0x42, 0x85, 0x72, 0xab, 0x84, 0x6c, 0x36, 0xa5, 0xfc, 0x3d, 0xa1, 0xfd, 0xcd, 0x7f, 0xf2, 0x1d, 0x00, 0x42, 0xca, 0xa7, 0x05, 0x00, 0xd0, 0x9c, 0x10, 0x18, 0xae, 0x2f, 0x18, 0x4d, 0x2b, 0x88, 0xea, 0x5a, 0x60, 0xba, 0xd4, 0xaf, 0xae, 0x1d, 0x19, 0xea, 0x53, 0x9e, 0x6a, 0x63, 0x4e, 0x1e, 0xf7, 0x57, 0x72, 0xf9, 0xd6, 0xd7, 0x22, 0xb2, 0x40, 0xc7, 0xfe, 0xf1, 0x1c, 0x16, 0xef, 0xcc, 0xaa, 0xe2, 0x8f, 0xe3, 0xbf, 0x7d, 0xe9, 0x99, 0xb3, 0xbe, 0x03, 0xe0, 0xe8, 0xd1, 0xa3, 0xc5, 0x64, 0x32, 0x89, 0x75, 0xe0, 0x86, 0x31, 0xf8, 0x03, 0x3f, 0x00, 0x39, 0x00, 0x80, 0x01, 0xfb, 0xe4, 0x07, 0x58, 0x79, 0xfe, 0x10, 0x9b, 0x8e, 0x8c, 0x48, 0x3d, 0x15, 0x8b, 0x45, 0xa4, 0xfa, 0x37, 0x6d, 0x2f, 0xbf, 0x5a, 0xf2, 0xa6, 0x6d, 0x6c, 0x7f, 0x1b, 0xc5, 0x9f, 0x7c, 0x1d, 0xf3, 0xad, 0xf6, 0x41, 0x98, 0x20, 0x57, 0xb2, 0xf4, 0x9b, 0xa6, 0xfe, 0xb1, 0xd0, 0x3f, 0xd4, 0x7b, 0xff, 0x68, 0xed, 0x9d, 0xc2, 0xa7, 0x05, 0xa3, 0x87, 0xe9, 0xed, 0x61, 0x60, 0xba, 0xbe, 0x40, 0x04, 0x69, 0x85, 0xe5, 0xe8, 0x18, 0x2b, 0x47, 0xad, 0xd5, 0xc5, 0x77, 0x8d, 0x0c, 0x4a, 0x40, 0xc0, 0x53, 0x2d, 0xd9, 0x0d, 0xde, 0x92, 0x8e, 0x5d, 0x8b, 0x6e, 0xd6, 0x88, 0xc1, 0x80, 0xed, 0x57, 0x1a, 0x55, 0x7c, 0xce, 0xa7, 0x54, 0xf6, 0x6f, 0x39, 0x66, 0x14, 0x8e, 0xb5, 0x02, 0x00, 0x30, 0xfe, 0xd1, 0x52, 0xa9, 0x34, 0x23, 0x54, 0xcf, 0x0d, 0xb4, 0x56, 0x00, 0xd5, 0x06, 0xc0, 0x09, 0x24, 0xe6, 0x63, 0x4b, 0x77, 0xef, 0xb1, 0xd0, 0x28, 0xae, 0x1a, 0x19, 0x1d, 0xb0, 0x3c, 0x55, 0x3b, 0x5c, 0x69, 0x75, 0xa7, 0xf2, 0x36, 0xd2, 0x2b, 0xbc, 0x05, 0x4d, 0x08, 0xd9, 0xda, 0x89, 0xfa, 0x72, 0x71, 0x29, 0xa7, 0x97, 0x7e, 0xfd, 0xf2, 0xe4, 0x2b, 0x3f, 0x59, 0xf4, 0x1b, 0x00, 0x18, 0x6a, 0x42, 0x30, 0x1f, 0x15, 0x8c, 0x9e, 0xa1, 0x77, 0xdb, 0x51, 0x14, 0x80, 0x75, 0x01, 0x68, 0xe9, 0x18, 0x6c, 0xb9, 0xf0, 0x20, 0xcb, 0x47, 0x47, 0x2d, 0x07, 0xb1, 0x37, 0xce, 0x3a, 0x44, 0x04, 0x60, 0x98, 0xdc, 0x97, 0xd1, 0x38, 0xbe, 0xf9, 0x3c, 0x6d, 0xfd, 0xcf, 0xd7, 0x70, 0x63, 0x35, 0x8c, 0xce, 0xb1, 0x3e, 0xd3, 0xea, 0xd0, 0x6f, 0x39, 0x97, 0xf9, 0x67, 0xf1, 0x11, 0x13, 0x5b, 0xa9, 0x9e, 0x26, 0x46, 0x6b, 0x61, 0x3e, 0x3e, 0x85, 0xb3, 0x37, 0x07, 0xa6, 0x4b, 0x2f, 0x5f, 0x98, 0x01, 0x0c, 0x06, 0x51, 0xb5, 0x30, 0xad, 0x23, 0x3c, 0x1b, 0xff, 0x81, 0xba, 0xf8, 0xe2, 0x8b, 0x86, 0x99, 0x69, 0xf0, 0x9a, 0x9e, 0x8b, 0xb7, 0x11, 0xa7, 0xda, 0x3e, 0x07, 0x61, 0x8f, 0xa3, 0x18, 0x22, 0x9c, 0x9e, 0x9f, 0xb7, 0xd5, 0x3f, 0x37, 0xc7, 0xcf, 0xfe, 0xea, 0xa7, 0xef, 0xda, 0xbc, 0xe2, 0x36, 0x08, 0x9a, 0x02, 0x40, 0xd8, 0xfe, 0x2e, 0xaa, 0x01, 0x20, 0x45, 0xe9, 0x5e, 0x72, 0xfc, 0x10, 0x01, 0xc0, 0x19, 0xc4, 0xb1, 0xa5, 0xd8, 0x1e, 0x56, 0x88, 0x0c, 0xc9, 0x8b, 0xfb, 0xfa, 0xe2, 0x2c, 0xde, 0x6b, 0x2d, 0x01, 0xd3, 0x4e, 0xf9, 0x7c, 0xde, 0x10, 0xd7, 0x79, 0x5b, 0x6a, 0x90, 0xb9, 0xd4, 0xea, 0xfa, 0x0c, 0xa5, 0x7c, 0xf6, 0xa5, 0x6c, 0x76, 0x22, 0xa4, 0x01, 0x40, 0x56, 0x9d, 0x37, 0x03, 0x80, 0x88, 0xb6, 0xe1, 0x9c, 0x88, 0x70, 0xf8, 0xe6, 0x68, 0x89, 0x38, 0x0c, 0x02, 0x61, 0x4e, 0x20, 0xfc, 0x01, 0x6c, 0xa5, 0x68, 0x3f, 0xcb, 0x0c, 0xdd, 0xa6, 0x42, 0x94, 0x8b, 0xc7, 0x76, 0x55, 0x70, 0xf8, 0x78, 0xbb, 0x08, 0x7b, 0x4b, 0x7e, 0x64, 0x23, 0xda, 0x01, 0x1e, 0xcc, 0xcd, 0x52, 0xec, 0xcf, 0xb3, 0x13, 0x27, 0x7f, 0xf1, 0xaf, 0x1a, 0xf3, 0x4d, 0xc7, 0x56, 0x37, 0x00, 0xc2, 0xda, 0xa6, 0x80, 0x50, 0x2c, 0x16, 0x53, 0x34, 0x1a, 0x08, 0xef, 0x1f, 0xc3, 0xc2, 0x60, 0x76, 0x29, 0xdc, 0xcb, 0xb2, 0xa3, 0x3f, 0x64, 0x3c, 0x64, 0xad, 0xfa, 0x3d, 0xb6, 0x7b, 0x94, 0x75, 0x75, 0xc7, 0x18, 0xf7, 0xa9, 0xb7, 0x82, 0x41, 0xe0, 0xf5, 0x34, 0x33, 0x9d, 0x52, 0x95, 0x59, 0xc5, 0xa5, 0xf9, 0x7f, 0x4c, 0x9d, 0x3b, 0x95, 0xb7, 0xf9, 0x64, 0xd8, 0x9f, 0xa6, 0xbd, 0xdf, 0x10, 0x00, 0x42, 0x94, 0x6d, 0xd4, 0xf7, 0x85, 0xb3, 0x97, 0xc2, 0xe0, 0x8f, 0x95, 0x89, 0x8a, 0xc8, 0xf1, 0x80, 0x6c, 0x31, 0xca, 0xb2, 0x17, 0xdd, 0xc1, 0xcc, 0x88, 0xb5, 0x76, 0xd0, 0xc0, 0x60, 0x82, 0x0d, 0x23, 0xf4, 0x0b, 0xb8, 0xd6, 0x32, 0x2a, 0x14, 0x56, 0x84, 0xf3, 0xb7, 0x60, 0x9b, 0x7e, 0x23, 0x75, 0xfe, 0x9d, 0x9f, 0xbf, 0xa4, 0xf1, 0x2a, 0xec, 0xe0, 0x1f, 0x6b, 0x06, 0x00, 0xfa, 0x7e, 0x68, 0x61, 0x61, 0x61, 0xee, 0xb2, 0xcb, 0x2e, 0xb3, 0xaa, 0x4f, 0x60, 0xfb, 0x43, 0x71, 0xf6, 0x59, 0x61, 0xb7, 0x60, 0x7e, 0xd4, 0xb6, 0xfb, 0xbd, 0xec, 0xd2, 0xcb, 0xc6, 0x02, 0x0e, 0xb5, 0x90, 0x50, 0xed, 0x3b, 0x7e, 0x7e, 0x52, 0x4e, 0xad, 0x07, 0xe5, 0x53, 0xe7, 0xfe, 0x2e, 0x7d, 0xe1, 0x8b, 0x9c, 0xce, 0x27, 0x17, 0xfe, 0x71, 0x5f, 0x12, 0x41, 0xe3, 0xe3, 0xe3, 0x99, 0x7d, 0xfb, 0xf6, 0x61, 0x65, 0xc8, 0xd1, 0x54, 0x7a, 0x91, 0x9d, 0x8e, 0xed, 0x66, 0x45, 0x4e, 0xcc, 0x4f, 0xb0, 0x3d, 0x57, 0x8c, 0xb5, 0xec, 0xad, 0x9d, 0x3b, 0x9d, 0x60, 0x4e, 0x73, 0xcb, 0x05, 0x36, 0x21, 0x98, 0x5f, 0x2c, 0x5a, 0x0e, 0xbe, 0xb1, 0xb2, 0xf4, 0xde, 0x17, 0xbf, 0x7c, 0xe1, 0x98, 0xc3, 0x52, 0xd6, 0xad, 0x7b, 0xa3, 0xde, 0x81, 0xc6, 0x9a, 0x4d, 0x3a, 0x14, 0xc2, 0xe3, 0x7f, 0x5d, 0xa8, 0xfe, 0x9f, 0xac, 0x08, 0xf3, 0x53, 0xe2, 0xab, 0x97, 0x66, 0xb3, 0x8b, 0xec, 0xb3, 0x4f, 0x17, 0x03, 0x4e, 0x6d, 0x10, 0x19, 0xa5, 0xfc, 0xe7, 0x67, 0x4f, 0xbc, 0xf4, 0x57, 0xc2, 0x03, 0x20, 0x47, 0x8f, 0x3b, 0x40, 0xc0, 0x1d, 0xc7, 0xea, 0x02, 0x80, 0x7e, 0x53, 0xdd, 0x9b, 0x34, 0x3e, 0xfe, 0xf8, 0xe3, 0x9f, 0xdd, 0x75, 0xd7, 0x5d, 0xd7, 0x47, 0x78, 0xee, 0xde, 0xc4, 0xdc, 0x3b, 0x6c, 0x71, 0xf8, 0x3e, 0xe5, 0xfc, 0x05, 0xb4, 0x31, 0x54, 0xca, 0xa7, 0xff, 0xe7, 0xf4, 0x7f, 0xfe, 0xcd, 0x5f, 0xe7, 0x17, 0xce, 0x67, 0x35, 0x47, 0xcf, 0x6d, 0xe3, 0xcd, 0x68, 0x00, 0xf2, 0x22, 0xf5, 0x88, 0x20, 0x2c, 0xfc, 0x80, 0xe5, 0x37, 0xdf, 0x7c, 0xf3, 0x4f, 0xf7, 0xef, 0xdf, 0xff, 0x68, 0x77, 0x77, 0xe1, 0xee, 0x9e, 0x42, 0x76, 0x4f, 0xb1, 0xef, 0x07, 0x63, 0x66, 0xb4, 0xb7, 0x9b, 0x9b, 0xe6, 0x3a, 0xfd, 0x6f, 0x8d, 0x0e, 0xf2, 0xc0, 0x2e, 0x54, 0xa5, 0x10, 0x37, 0x59, 0x78, 0xd9, 0x08, 0xc5, 0x66, 0x4c, 0x16, 0xc9, 0xaf, 0xf6, 0x59, 0x88, 0x5e, 0xd7, 0x66, 0x94, 0x0b, 0x4b, 0xdf, 0x2d, 0x4f, 0x7f, 0x7d, 0xf2, 0xbb, 0x93, 0xaf, 0xfe, 0xaf, 0x1d, 0xe3, 0xd3, 0x66, 0x38, 0x3e, 0x89, 0x77, 0x46, 0xa3, 0x00, 0x60, 0x1a, 0xf3, 0xdd, 0x1c, 0x0b, 0xf6, 0xfe, 0xfb, 0xef, 0xff, 0x87, 0xf8, 0xf8, 0xb5, 0x96, 0x28, 0xa2, 0x70, 0x31, 0x5c, 0xe9, 0xba, 0x80, 0x6a, 0xa2, 0xa2, 0xdd, 0x97, 0xdc, 0x21, 0x8c, 0x86, 0xc6, 0x64, 0x7d, 0x2b, 0x79, 0x80, 0x81, 0x37, 0x03, 0x00, 0x3d, 0x93, 0xa4, 0x33, 0x91, 0xbb, 0x99, 0x06, 0x07, 0xf3, 0xc3, 0x2e, 0xe1, 0x64, 0x40, 0x75, 0x68, 0x79, 0xbb, 0xcf, 0x9c, 0x7d, 0x5d, 0x09, 0x04, 0x6e, 0x40, 0x60, 0xcd, 0x00, 0x80, 0x7c, 0x81, 0x92, 0xc3, 0x2c, 0x38, 0x19, 0x5f, 0xae, 0x20, 0xfd, 0xcc, 0x3e, 0x1e, 0x50, 0x9d, 0xd1, 0x9e, 0x16, 0xbe, 0x39, 0xb5, 0x80, 0x59, 0x05, 0x04, 0x65, 0x56, 0x63, 0x0a, 0xb8, 0xd6, 0x30, 0x90, 0xdb, 0x2a, 0xc9, 0xf4, 0x90, 0xfa, 0x4a, 0xaa, 0xbf, 0xae, 0x30, 0x33, 0xa0, 0x35, 0x00, 0x70, 0xfa, 0x63, 0x4e, 0x10, 0x94, 0x3d, 0x80, 0x50, 0xf7, 0xf2, 0x62, 0xd1, 0x3a, 0x1a, 0xe5, 0xc6, 0xfc, 0xb0, 0xf6, 0xa9, 0x67, 0xa2, 0x58, 0x00, 0x80, 0xc6, 0xa3, 0x3c, 0x97, 0x90, 0x8e, 0x40, 0x60, 0xb8, 0x98, 0x03, 0xa3, 0x5e, 0xa9, 0x67, 0x0d, 0x32, 0xc8, 0xb4, 0xb5, 0x41, 0xa8, 0x06, 0xe9, 0x0f, 0x34, 0x40, 0xe3, 0xa4, 0x0f, 0xe2, 0x70, 0x0f, 0xf3, 0x5b, 0x97, 0xa7, 0xef, 0x17, 0x00, 0x9c, 0x0e, 0x62, 0x59, 0x03, 0x83, 0xd3, 0xe1, 0xd3, 0x01, 0x10, 0x44, 0x01, 0xf5, 0x6b, 0x00, 0xd3, 0x25, 0xa9, 0x53, 0xf3, 0x08, 0x5f, 0xab, 0x01, 0xe0, 0x15, 0x2d, 0xb8, 0x51, 0xf0, 0x5a, 0xf0, 0xe6, 0x00, 0xd0, 0x72, 0x6a, 0xb5, 0x8a, 0x2e, 0x05, 0xfc, 0x6c, 0x6f, 0x0a, 0x6c, 0x74, 0x00, 0x80, 0x80, 0x02, 0x00, 0x04, 0x14, 0x00, 0x20, 0xa0, 0x00, 0x00, 0x01, 0x05, 0x00, 0x08, 0x28, 0x00, 0x40, 0x40, 0x01, 0x00, 0x02, 0x0a, 0x00, 0x10, 0x50, 0x00, 0x80, 0x80, 0x02, 0x00, 0x04, 0x14, 0x00, 0x20, 0xa0, 0xed, 0x4d, 0xff, 0x0f, 0x0f, 0x3b, 0xe7, 0x1f, 0xf7, 0xb5, 0xa9, 0x06, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_open_128_png_len = 6554; unsigned char gtk_open_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x27, 0x22, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0xf9, 0x8f, 0x24, 0x57, 0x7d, 0x7f, 0xdd, 0xd3, 0x33, 0xd3, 0x73, 0x9f, 0x7b, 0x1a, 0xdb, 0xeb, 0x5d, 0xaf, 0x59, 0xe1, 0x13, 0x8b, 0x80, 0x71, 0x2c, 0x40, 0xe6, 0x12, 0x8e, 0x83, 0x02, 0x8a, 0x91, 0xdd, 0x06, 0x22, 0xa4, 0xf0, 0x07, 0x24, 0x22, 0x12, 0xca, 0x2f, 0xb1, 0x92, 0xc8, 0x82, 0x44, 0x51, 0x42, 0x08, 0x11, 0x71, 0x1c, 0x6b, 0xbd, 0x8b, 0xb1, 0xc8, 0x26, 0x01, 0x63, 0x30, 0xc2, 0xb6, 0xf0, 0xe2, 0x03, 0xdf, 0x07, 0xac, 0x0f, 0xbc, 0xa7, 0xf7, 0xee, 0xb9, 0x67, 0x7a, 0x7a, 0x66, 0xfa, 0xac, 0xca, 0xfb, 0xd4, 0xf4, 0xeb, 0xf9, 0xbe, 0x37, 0x55, 0xd5, 0xd5, 0xdd, 0x55, 0xdd, 0xd5, 0xdd, 0xef, 0xbb, 0xea, 0x9d, 0xbe, 0xaa, 0xba, 0x8e, 0xef, 0xe7, 0xfb, 0x3e, 0xdf, 0xe3, 0x7d, 0x5f, 0x8c, 0x69, 0xd1, 0xd2, 0xc1, 0x12, 0xd3, 0x97, 0x40, 0x8b, 0x06, 0x80, 0x16, 0x2d, 0x1a, 0x00, 0x5a, 0xb4, 0x68, 0x00, 0x68, 0xd1, 0xa2, 0x01, 0xa0, 0x45, 0x8b, 0x06, 0x80, 0x16, 0x2d, 0x1a, 0x00, 0x5a, 0xb4, 0x68, 0x00, 0x84, 0x42, 0x6e, 0xbf, 0xfd, 0xf6, 0x3f, 0x36, 0x4d, 0x73, 0x87, 0xdb, 0x77, 0x22, 0x91, 0xc8, 0x28, 0xff, 0x4e, 0xa4, 0x9a, 0xfd, 0x46, 0xa3, 0x51, 0x7c, 0x7f, 0xb4, 0x86, 0x43, 0xea, 0xe2, 0xbf, 0x37, 0xac, 0xec, 0x4b, 0xfa, 0x4b, 0x8e, 0x8b, 0x7e, 0xa7, 0x87, 0xbf, 0x1e, 0x50, 0x3f, 0x73, 0xda, 0x86, 0xbc, 0x1f, 0xe7, 0xef, 0xf5, 0xd1, 0xcf, 0xe8, 0x7e, 0xe9, 0x77, 0xe9, 0xb6, 0x86, 0x61, 0xf4, 0xf3, 0xbf, 0xbd, 0x5e, 0x7e, 0x4b, 0xf9, 0x3b, 0xc8, 0xff, 0x76, 0xbb, 0xfd, 0x8e, 0xc3, 0xb6, 0x23, 0xf8, 0x0a, 0xdd, 0xc6, 0x61, 0xff, 0xea, 0x7b, 0x63, 0x76, 0xd7, 0xcb, 0x6d, 0x1b, 0x7e, 0xaf, 0xbf, 0x71, 0xef, 0xbd, 0xf7, 0xfe, 0x53, 0xa7, 0x8c, 0x00, 0x37, 0xf3, 0x13, 0xff, 0x66, 0xa5, 0x2f, 0xa9, 0x37, 0xab, 0x92, 0xf0, 0x8b, 0x58, 0xd3, 0xc1, 0xe0, 0x77, 0xb0, 0xad, 0xdd, 0x0d, 0x12, 0xfb, 0x54, 0x8f, 0x45, 0x6c, 0x63, 0x77, 0xac, 0x4e, 0xdb, 0xd0, 0xf7, 0xc5, 0xef, 0xa9, 0x7f, 0x9d, 0x3e, 0xe7, 0xca, 0xef, 0xfa, 0x7e, 0xa5, 0xfd, 0x56, 0xfa, 0x1d, 0xf5, 0x38, 0x9d, 0xb6, 0xa9, 0xe6, 0x33, 0xfa, 0x9e, 0xfa, 0xb9, 0xcd, 0x35, 0x8c, 0x75, 0xcc, 0x08, 0xc0, 0x6f, 0xda, 0xff, 0x72, 0xcb, 0xf3, 0xcd, 0x30, 0x1f, 0xa3, 0xdb, 0x8d, 0xae, 0x76, 0x9b, 0x6a, 0xf6, 0xd1, 0x8c, 0x73, 0x72, 0x3b, 0xbe, 0x6a, 0x3f, 0x73, 0x52, 0x72, 0x37, 0x40, 0x94, 0x9e, 0x77, 0x75, 0x0c, 0x00, 0x1e, 0x7b, 0xec, 0xb1, 0x57, 0x38, 0x0d, 0x3a, 0xc9, 0x9f, 0xee, 0x0e, 0xa3, 0xb2, 0xd7, 0xa3, 0x44, 0x7e, 0x2a, 0xa2, 0xdf, 0x7f, 0x6b, 0x3d, 0x1f, 0xbf, 0xac, 0x7e, 0x05, 0x10, 0x74, 0xce, 0x08, 0x50, 0x92, 0x9f, 0xf0, 0xc7, 0x5f, 0x8a, 0x17, 0xe3, 0xe3, 0xe3, 0xec, 0xbe, 0xfb, 0xee, 0x63, 0xbd, 0xbd, 0xbd, 0xda, 0x9b, 0xab, 0x01, 0xc0, 0xc2, 0xe2, 0xe2, 0x2f, 0x68, 0x91, 0xaa, 0xe0, 0x2a, 0x45, 0xa4, 0xdb, 0xd0, 0xcf, 0xe8, 0xfb, 0xb1, 0x58, 0xcc, 0x91, 0x5a, 0xda, 0x6d, 0x2b, 0x2c, 0x7e, 0x77, 0x77, 0x77, 0x45, 0x9a, 0xfa, 0xcc, 0x33, 0xcf, 0xb0, 0x27, 0x9e, 0x78, 0x82, 0x82, 0xa3, 0xe3, 0x00, 0xf0, 0x3f, 0x14, 0x00, 0xd9, 0x6c, 0x96, 0xf5, 0xf4, 0xf4, 0x84, 0x46, 0xa1, 0x1a, 0xfd, 0x3d, 0xbf, 0x7f, 0xd3, 0xcd, 0x09, 0xad, 0xc5, 0xbf, 0xf2, 0xfb, 0xfa, 0x75, 0xfc, 0x08, 0xf0, 0xb3, 0x9f, 0xfd, 0xec, 0x05, 0x4e, 0x83, 0x66, 0xf9, 0xd3, 0x49, 0xbc, 0x5e, 0x59, 0x59, 0x61, 0xab, 0xab, 0xab, 0x6c, 0x60, 0x60, 0xc0, 0xd6, 0x92, 0x35, 0x5a, 0x71, 0xb4, 0x04, 0x2b, 0x2a, 0xa5, 0xe2, 0x8f, 0x8e, 0x1b, 0x01, 0xa0, 0x91, 0x2f, 0xf1, 0xc7, 0x6d, 0xe2, 0x8d, 0x99, 0x99, 0x99, 0xaa, 0x01, 0xa0, 0xa5, 0x75, 0x01, 0xa0, 0xf8, 0x08, 0x5d, 0x9d, 0x06, 0x00, 0x9c, 0xf8, 0x8b, 0xfc, 0xc4, 0xcb, 0x00, 0xb8, 0x78, 0xf1, 0x22, 0xdb, 0xb5, 0x6b, 0x57, 0xe0, 0x43, 0xb4, 0x96, 0x70, 0xd1, 0xcc, 0xd2, 0xf3, 0x48, 0xc7, 0x01, 0x80, 0x9f, 0xf8, 0xeb, 0xf4, 0xf5, 0xf4, 0xf4, 0xb4, 0xd6, 0x8c, 0x0e, 0x91, 0x62, 0xb1, 0xa8, 0x86, 0x4a, 0x73, 0x9d, 0x08, 0x80, 0x53, 0xd4, 0xd2, 0x63, 0x04, 0xd0, 0xd2, 0x19, 0x52, 0x28, 0x14, 0xd4, 0x11, 0x20, 0xd3, 0x71, 0x00, 0xc8, 0xe7, 0xf3, 0xa7, 0x68, 0xe4, 0x87, 0x8e, 0x00, 0x61, 0x48, 0x1c, 0x69, 0x09, 0x4e, 0xe0, 0xdf, 0x29, 0x19, 0xf3, 0x7c, 0xe0, 0x00, 0x48, 0x24, 0x12, 0x63, 0xd1, 0x68, 0xf4, 0x7a, 0xfe, 0xe3, 0xa1, 0x01, 0xcb, 0xf2, 0xf2, 0x72, 0x9a, 0x5f, 0x88, 0xc1, 0x12, 0x20, 0x36, 0xf1, 0x44, 0xaf, 0xd1, 0x9b, 0x7a, 0x81, 0xa2, 0x81, 0xd6, 0xdc, 0x11, 0x80, 0xeb, 0x65, 0x36, 0x30, 0x00, 0xdc, 0x79, 0xe7, 0x9d, 0x37, 0xf3, 0x1f, 0xf8, 0x1e, 0x7f, 0x7a, 0x1d, 0x57, 0xfe, 0x68, 0xd8, 0xa2, 0x01, 0x42, 0xc9, 0xc1, 0x0b, 0x55, 0x2b, 0xe1, 0x55, 0x51, 0xeb, 0x05, 0x8a, 0x06, 0x5a, 0x73, 0x7d, 0x00, 0xfe, 0x3a, 0x18, 0x1f, 0xe0, 0xae, 0xbb, 0xee, 0xfa, 0x12, 0xff, 0x81, 0x1f, 0xf0, 0xa7, 0xdd, 0xad, 0x14, 0x19, 0x70, 0x52, 0xca, 0x66, 0x2b, 0xba, 0x06, 0x9a, 0x3f, 0xb2, 0xb6, 0xb6, 0x26, 0x5d, 0x13, 0x7e, 0xbc, 0x69, 0xdf, 0x01, 0x70, 0xc7, 0x1d, 0x77, 0x8c, 0xf3, 0x1d, 0x7f, 0x2f, 0xcc, 0xca, 0x4f, 0x6f, 0x94, 0x9a, 0x09, 0xf6, 0x92, 0x07, 0x68, 0x75, 0x45, 0x77, 0xda, 0x47, 0xb3, 0xb7, 0x0f, 0x1a, 0x6c, 0x00, 0x80, 0xe2, 0xe3, 0x2d, 0xf9, 0x0e, 0x00, 0xae, 0x50, 0x5f, 0xe5, 0x3f, 0x32, 0x49, 0x0f, 0x14, 0x35, 0x37, 0x6a, 0x0d, 0x79, 0x33, 0x05, 0x25, 0x10, 0x82, 0xfa, 0x54, 0x02, 0x80, 0xdd, 0x85, 0x5e, 0x58, 0x58, 0x60, 0x47, 0x8e, 0x1c, 0x69, 0x89, 0x61, 0xbf, 0xdd, 0xe8, 0xcf, 0xad, 0xb7, 0xde, 0x5a, 0xb3, 0xb1, 0x40, 0xd6, 0x9f, 0x6e, 0xcb, 0x75, 0x72, 0xde, 0x77, 0x00, 0xf0, 0x9d, 0xef, 0xa1, 0xaf, 0xaf, 0xbb, 0xee, 0x3a, 0x76, 0xcb, 0x2d, 0xb7, 0xb0, 0x78, 0x3c, 0x5e, 0x7e, 0x0f, 0x60, 0xf0, 0x0a, 0x88, 0xae, 0xae, 0x2e, 0xcf, 0x37, 0xd1, 0xeb, 0x77, 0xbf, 0xf5, 0xad, 0x6f, 0x59, 0x19, 0x60, 0x08, 0x3d, 0x2e, 0xaf, 0x94, 0x28, 0x97, 0xcb, 0xb1, 0xd9, 0xd9, 0x59, 0x4d, 0xaa, 0x9b, 0x14, 0xc9, 0xa9, 0x75, 0x54, 0xcc, 0x64, 0x32, 0xd2, 0x08, 0xc0, 0x9d, 0xe2, 0x45, 0xdf, 0x01, 0xc0, 0x77, 0x3e, 0x41, 0x7f, 0xf4, 0x9a, 0x6b, 0xae, 0x29, 0x67, 0x5a, 0xc3, 0x18, 0x0d, 0x18, 0x1c, 0x1c, 0x94, 0x2e, 0x56, 0x25, 0x0a, 0xa4, 0x4e, 0x4a, 0xd1, 0xd2, 0x5c, 0x9f, 0xad, 0x1a, 0xfa, 0x25, 0x7c, 0x00, 0x52, 0x85, 0xea, 0x3f, 0x05, 0xe2, 0x3b, 0x9d, 0x56, 0x28, 0x51, 0xe8, 0x2e, 0x62, 0x3a, 0xbd, 0xe1, 0xfb, 0x8c, 0x8d, 0x8d, 0xd9, 0x02, 0xc0, 0xcd, 0xa2, 0x68, 0x00, 0x84, 0x6f, 0x04, 0xf0, 0x32, 0x22, 0xa0, 0xf8, 0x91, 0x8e, 0x00, 0xbd, 0xbd, 0xbd, 0x0b, 0x41, 0x8c, 0x00, 0x53, 0xb4, 0xce, 0xfb, 0xc2, 0x85, 0x0b, 0x6c, 0x72, 0x72, 0x72, 0x93, 0x12, 0x81, 0x47, 0x8b, 0x21, 0xa9, 0xd1, 0xfc, 0x9f, 0xc6, 0xfe, 0xe9, 0xb1, 0xd1, 0x44, 0x89, 0xdb, 0x71, 0x61, 0xd4, 0xf8, 0xc8, 0x47, 0x3e, 0xd2, 0x16, 0x91, 0x93, 0x66, 0x1f, 0x7f, 0xb5, 0xdb, 0x7b, 0xf1, 0xd1, 0xec, 0xee, 0x1f, 0x68, 0x2b, 0x1e, 0xe4, 0xb3, 0x35, 0x4e, 0x85, 0xfd, 0x07, 0x00, 0xdf, 0x79, 0xb9, 0xb6, 0x00, 0x8a, 0x36, 0x3f, 0x3f, 0x2f, 0x51, 0x0e, 0xc8, 0xd9, 0xb3, 0x67, 0x9b, 0x56, 0x82, 0x40, 0xad, 0x3f, 0x64, 0xeb, 0xd6, 0xad, 0xd2, 0xc5, 0xf5, 0xc2, 0x31, 0x31, 0x69, 0x03, 0x8e, 0x7d, 0x3b, 0x2b, 0x5a, 0x58, 0xb7, 0xf7, 0xe2, 0xa3, 0xd9, 0xc9, 0xd2, 0xd2, 0x92, 0x9a, 0x05, 0xf6, 0x45, 0x01, 0xed, 0x00, 0x90, 0xa4, 0x07, 0x9b, 0x4a, 0xa5, 0x2a, 0x2a, 0x61, 0x23, 0x05, 0xc3, 0x20, 0x95, 0x1d, 0x3b, 0x36, 0x1a, 0x45, 0xd0, 0x44, 0x49, 0x2d, 0x1c, 0xb3, 0x1a, 0x8b, 0xa4, 0xb7, 0x6f, 0xec, 0xf6, 0x00, 0x80, 0xb2, 0xaf, 0x0b, 0x81, 0x00, 0x80, 0x1f, 0x40, 0x52, 0x3c, 0xc7, 0x34, 0xb5, 0xe5, 0xe5, 0xe5, 0xcd, 0x1b, 0xc5, 0x62, 0xa1, 0x00, 0x00, 0x8e, 0x83, 0xfa, 0x00, 0x00, 0x40, 0x3d, 0x1c, 0xb3, 0x95, 0x14, 0xc5, 0x69, 0x1f, 0xed, 0xba, 0xbd, 0x3a, 0x02, 0xf0, 0xe7, 0xe7, 0x02, 0x01, 0x00, 0xa7, 0x3d, 0x49, 0x31, 0x3f, 0x13, 0xa1, 0x4e, 0x28, 0x15, 0xa5, 0x19, 0x10, 0x80, 0xa2, 0x59, 0x8e, 0x24, 0xe5, 0xff, 0xdb, 0xb6, 0x6d, 0x93, 0xc2, 0xb1, 0xf8, 0xcc, 0x4b, 0x29, 0xc4, 0x99, 0x33, 0x67, 0xca, 0x61, 0xd4, 0x4e, 0x10, 0x3f, 0xfd, 0x94, 0xbd, 0x7b, 0xf7, 0x96, 0xe9, 0x63, 0x23, 0x8d, 0x05, 0x65, 0x22, 0xa5, 0xed, 0x82, 0xa1, 0x40, 0x57, 0x5f, 0x7d, 0xf5, 0xf4, 0xd1, 0xa3, 0x47, 0x0b, 0xe2, 0x33, 0x20, 0x4f, 0x8d, 0xcf, 0xf7, 0xf5, 0xf5, 0x59, 0xef, 0x35, 0x43, 0x16, 0x17, 0x37, 0x42, 0xbf, 0xbb, 0x77, 0xef, 0xde, 0x04, 0x0e, 0x2f, 0xa5, 0x10, 0x48, 0xa8, 0xc0, 0x89, 0xd7, 0x52, 0xbd, 0x20, 0xf0, 0x51, 0x4f, 0x2c, 0xbf, 0x56, 0xa0, 0xcc, 0xcd, 0xcd, 0xa9, 0x23, 0xc0, 0xa9, 0x40, 0x00, 0x70, 0xcf, 0x3d, 0xf7, 0x18, 0x89, 0x44, 0x02, 0xe6, 0x71, 0x87, 0x38, 0x61, 0x38, 0xc1, 0x74, 0xd6, 0x7e, 0xb3, 0x42, 0xa3, 0x38, 0x0e, 0x0a, 0x80, 0xab, 0xae, 0xba, 0x6a, 0x53, 0xa4, 0x40, 0x4f, 0x89, 0x0c, 0x56, 0xdc, 0xc2, 0xc8, 0x41, 0x8e, 0x08, 0x34, 0x71, 0x59, 0xfa, 0xde, 0xb1, 0x40, 0x00, 0x50, 0x92, 0xa4, 0x00, 0x80, 0x15, 0x6f, 0x5a, 0x5b, 0x0b, 0x05, 0x00, 0x60, 0xb5, 0xa9, 0x82, 0x7f, 0xe0, 0x03, 0x1f, 0x90, 0x94, 0x5f, 0x8d, 0x56, 0xf9, 0xc1, 0xb3, 0xb5, 0x6c, 0xbe, 0x76, 0xcd, 0xf0, 0xb3, 0x70, 0xef, 0x95, 0x11, 0x20, 0x70, 0x00, 0x58, 0x82, 0x93, 0x3d, 0x7f, 0xfe, 0xbc, 0x35, 0x12, 0xd0, 0x28, 0x10, 0xb5, 0xc4, 0x8d, 0x92, 0xf7, 0xde, 0x7b, 0xaf, 0xfc, 0x1c, 0xdc, 0x9f, 0x66, 0xa8, 0x91, 0x1f, 0xf0, 0x1a, 0x62, 0xdb, 0xb9, 0x73, 0xa7, 0x14, 0x06, 0x6d, 0xf5, 0x10, 0x63, 0x23, 0x7d, 0x04, 0xe4, 0x50, 0x6a, 0x8d, 0xe5, 0xd7, 0x0a, 0x14, 0x18, 0x37, 0x1a, 0x79, 0xc4, 0x54, 0xc8, 0x89, 0x89, 0x89, 0xd3, 0x0d, 0x01, 0x00, 0x7e, 0x1c, 0xe8, 0x1b, 0x19, 0x19, 0x91, 0x94, 0x4f, 0xad, 0xc3, 0x6f, 0x84, 0x50, 0xc7, 0xf5, 0xb2, 0xcb, 0x2e, 0x93, 0x46, 0x22, 0x37, 0x6e, 0xaa, 0x5e, 0x68, 0x34, 0xd2, 0xaa, 0xa5, 0x99, 0x96, 0x8e, 0xe5, 0xd7, 0x17, 0xcb, 0xaf, 0x15, 0x28, 0xa0, 0x3f, 0x4a, 0x23, 0xad, 0x53, 0x9c, 0xaa, 0x17, 0x02, 0x03, 0x00, 0xcd, 0x05, 0x40, 0xd4, 0xd8, 0xbb, 0x5b, 0x17, 0xaf, 0x66, 0xf1, 0x7f, 0xd0, 0x34, 0x2f, 0x65, 0x10, 0x8d, 0x1e, 0xba, 0xf5, 0xf6, 0xf5, 0x6f, 0x9f, 0x4c, 0x26, 0xa5, 0x12, 0x08, 0x7e, 0x9f, 0x7d, 0x2b, 0xe5, 0x8d, 0x39, 0x1c, 0x80, 0x94, 0x0b, 0x50, 0x01, 0x80, 0x03, 0x41, 0x0c, 0x5e, 0xe5, 0xdc, 0x41, 0x0a, 0x32, 0xd2, 0xd4, 0xc2, 0xdf, 0x70, 0xc3, 0x0d, 0x8c, 0xd2, 0x34, 0x4a, 0xd1, 0x3a, 0x45, 0x51, 0x9c, 0xf6, 0xd1, 0x6e, 0xdb, 0x8b, 0x79, 0xdf, 0xa4, 0x0c, 0xfa, 0xb7, 0x81, 0x02, 0x80, 0x8e, 0x00, 0x08, 0x77, 0xe2, 0xa1, 0xe6, 0x02, 0x10, 0x83, 0x57, 0x81, 0x11, 0xa4, 0x1c, 0x3f, 0x7e, 0x5c, 0x7a, 0x4d, 0x01, 0x40, 0xad, 0x7f, 0xa5, 0x0b, 0x0d, 0x3a, 0x57, 0x4b, 0x19, 0x47, 0xa7, 0x4f, 0x4b, 0xf4, 0xf3, 0xfc, 0x51, 0xc2, 0x2e, 0x46, 0x70, 0x2f, 0x60, 0x51, 0x47, 0x00, 0x4e, 0xbf, 0x83, 0x05, 0x00, 0x57, 0xf8, 0x8b, 0x54, 0xa1, 0x90, 0x0b, 0x50, 0xb3, 0xbf, 0xc8, 0x05, 0x50, 0xab, 0x1b, 0xb4, 0x50, 0xa5, 0x85, 0xf3, 0x3b, 0x34, 0x34, 0x24, 0x39, 0xe5, 0x5e, 0xe9, 0x0f, 0x8e, 0xd9, 0x2e, 0xbb, 0xad, 0xa5, 0x71, 0xe2, 0x16, 0xae, 0xb6, 0x6b, 0xa7, 0x2e, 0x42, 0xa0, 0xe2, 0x1e, 0x72, 0x56, 0x12, 0x2c, 0x00, 0xf8, 0xc1, 0x25, 0xe9, 0x6b, 0xbb, 0x88, 0x4f, 0x23, 0x43, 0xa1, 0x00, 0x20, 0x8d, 0x02, 0x7c, 0xf8, 0xc3, 0x1f, 0x96, 0x3e, 0xa7, 0x99, 0xe9, 0x4a, 0x16, 0x45, 0x87, 0x40, 0xc3, 0x21, 0x5e, 0x73, 0x09, 0xa0, 0xbe, 0xc2, 0xd0, 0x02, 0x1c, 0xfc, 0x31, 0xff, 0x9d, 0xef, 0x7c, 0xe7, 0x4c, 0xa0, 0x00, 0xe0, 0x43, 0x54, 0x92, 0x5a, 0x77, 0x1c, 0x44, 0x33, 0x01, 0x70, 0xfa, 0xb4, 0x1c, 0xf1, 0xfa, 0xe8, 0x47, 0x3f, 0x2a, 0x59, 0x13, 0x3a, 0x59, 0xda, 0x8b, 0x45, 0xd1, 0xd2, 0x7c, 0xf1, 0x9a, 0x4b, 0x38, 0x77, 0xee, 0x9c, 0x7a, 0xef, 0x5e, 0xf0, 0xf3, 0x38, 0x6c, 0x01, 0xf0, 0xc0, 0x03, 0x0f, 0x2c, 0x27, 0x12, 0x09, 0x10, 0x7c, 0xab, 0xeb, 0x2c, 0xea, 0x30, 0xd4, 0x16, 0x84, 0xb0, 0xca, 0x8d, 0xca, 0x05, 0x9c, 0x3c, 0x79, 0xb2, 0xfc, 0xbc, 0xbf, 0xbf, 0x5f, 0x2a, 0x81, 0xc0, 0xb1, 0xd1, 0x25, 0x7f, 0x2a, 0x59, 0x14, 0x84, 0x73, 0xd5, 0x69, 0x94, 0x61, 0xe0, 0xc8, 0x9d, 0x94, 0x4b, 0x28, 0xad, 0x5d, 0xe6, 0x69, 0x7b, 0xe4, 0xa0, 0x94, 0x04, 0xd8, 0x73, 0x81, 0x03, 0x40, 0xf8, 0x1e, 0xfc, 0x61, 0xcd, 0x0f, 0x46, 0x92, 0x09, 0x34, 0x03, 0xbc, 0x9f, 0xf8, 0x09, 0x0d, 0xc9, 0x05, 0x40, 0xc1, 0x29, 0xfd, 0xb9, 0xf1, 0xc6, 0x1b, 0xa5, 0x02, 0x38, 0x51, 0x25, 0xe8, 0xd5, 0xb2, 0xc3, 0x97, 0xa9, 0xa7, 0x9a, 0x55, 0xe7, 0x02, 0x1a, 0x9b, 0x4b, 0xc0, 0x84, 0x2c, 0xe5, 0x3b, 0xbf, 0x69, 0x38, 0x00, 0xf0, 0xc3, 0xa0, 0x19, 0x14, 0x00, 0x8d, 0xca, 0x05, 0xa8, 0x11, 0x9b, 0x4f, 0x7d, 0xea, 0x53, 0xe5, 0xe7, 0x00, 0x20, 0x00, 0x62, 0x77, 0xf1, 0x74, 0x2c, 0xbd, 0xf5, 0xb7, 0x47, 0xd1, 0x22, 0x58, 0x06, 0x19, 0x01, 0x0a, 0x2b, 0x2b, 0x2b, 0x2f, 0x37, 0x04, 0x00, 0x98, 0x19, 0x26, 0x4e, 0x02, 0xca, 0x8e, 0x83, 0xa1, 0xe5, 0x03, 0x8d, 0x00, 0x00, 0x4e, 0x9c, 0x02, 0x00, 0x7e, 0x07, 0xba, 0x54, 0x50, 0xe7, 0xdc, 0x89, 0x4b, 0xea, 0x5c, 0x40, 0xeb, 0x6f, 0x0f, 0xdf, 0x8f, 0xd2, 0x5b, 0xfe, 0xde, 0x2b, 0x07, 0x0f, 0x1e, 0x5c, 0x69, 0x08, 0x00, 0x68, 0x32, 0x0c, 0x94, 0x01, 0xdc, 0x9b, 0xe6, 0x02, 0x60, 0x7d, 0x51, 0x57, 0x1f, 0xa4, 0x20, 0xfc, 0x45, 0x1d, 0xdc, 0x9b, 0x6e, 0xba, 0x49, 0x02, 0x1e, 0x4a, 0x64, 0xbd, 0x38, 0x53, 0xa0, 0x6f, 0x76, 0x8e, 0x7c, 0x98, 0x79, 0x72, 0x3b, 0xc9, 0x95, 0x57, 0x5e, 0x59, 0x13, 0xd8, 0x85, 0x7e, 0x91, 0x11, 0xe0, 0x49, 0xbf, 0x8f, 0xcd, 0x8d, 0x02, 0x4d, 0xd1, 0x17, 0xe0, 0xe1, 0x94, 0x3b, 0xe3, 0x39, 0x2c, 0x72, 0x90, 0x7e, 0x00, 0x2d, 0x7e, 0x83, 0x7c, 0xf6, 0xb3, 0x9f, 0x2d, 0x3f, 0x47, 0xed, 0x3f, 0x1d, 0x1e, 0xdd, 0x14, 0x0d, 0x19, 0x6b, 0xd1, 0x54, 0x49, 0x4b, 0x73, 0x22, 0x3e, 0xd5, 0xb4, 0xa3, 0x11, 0xf7, 0x0f, 0x73, 0xcf, 0x95, 0x12, 0x88, 0x86, 0x02, 0xe0, 0xa2, 0xea, 0x8c, 0xaa, 0x02, 0x00, 0xb8, 0x85, 0x20, 0xeb, 0x11, 0x28, 0x2d, 0x05, 0x00, 0x8a, 0xd7, 0x68, 0xf9, 0x33, 0x46, 0x07, 0xaf, 0xf4, 0x47, 0x87, 0x3e, 0xc3, 0x01, 0x80, 0x6a, 0xe8, 0x1f, 0x46, 0x6c, 0x11, 0xfc, 0x28, 0xdd, 0xbf, 0x15, 0x6e, 0xf0, 0x9e, 0x6f, 0x18, 0x00, 0x90, 0x0c, 0x53, 0xa3, 0x2d, 0x8d, 0x04, 0x00, 0xf8, 0x1f, 0x9d, 0xfe, 0xf8, 0xf1, 0x8f, 0x7f, 0x5c, 0x1a, 0x81, 0x50, 0x19, 0xea, 0x35, 0x96, 0xac, 0x01, 0xd0, 0x5c, 0xa9, 0x65, 0x02, 0x0d, 0x42, 0xdf, 0x4a, 0x17, 0x88, 0xa7, 0x0e, 0x1d, 0x3a, 0x94, 0x6b, 0x18, 0x00, 0xb8, 0xf2, 0x4b, 0xd9, 0x60, 0x28, 0x1c, 0x1e, 0xf4, 0xa0, 0xc1, 0xad, 0x83, 0xca, 0x05, 0xbc, 0xfb, 0xee, 0xbb, 0x8e, 0xf4, 0x07, 0xa0, 0xb3, 0x1b, 0x91, 0x9c, 0x2c, 0x0a, 0xa2, 0x57, 0x98, 0x03, 0x10, 0x76, 0x8e, 0xde, 0xae, 0xb9, 0x04, 0xaf, 0x61, 0x6a, 0xfa, 0xfb, 0x34, 0xf7, 0x53, 0xda, 0xf6, 0x27, 0x41, 0x1c, 0x9b, 0x23, 0x00, 0xb8, 0xb5, 0x4d, 0xd2, 0x6a, 0x4f, 0x14, 0x24, 0x89, 0xc6, 0x44, 0x04, 0x24, 0x81, 0xf8, 0x00, 0x28, 0xb2, 0xa3, 0x73, 0x76, 0xd1, 0xf9, 0x41, 0x38, 0x52, 0xe2, 0x58, 0xaa, 0x69, 0x83, 0x8e, 0xe3, 0xa4, 0xf5, 0xff, 0x3a, 0x16, 0x1f, 0xee, 0x66, 0x58, 0xb8, 0xff, 0x74, 0x0e, 0x00, 0xff, 0xbe, 0xc1, 0x75, 0xf1, 0xe7, 0x0d, 0x05, 0x00, 0xf7, 0xc0, 0xa7, 0xb8, 0xd5, 0xc4, 0x91, 0x47, 0x71, 0x20, 0x76, 0x0e, 0x67, 0x50, 0xed, 0x51, 0x84, 0xf3, 0x23, 0xe4, 0x0b, 0x5f, 0xf8, 0x42, 0x39, 0xf9, 0x85, 0x8b, 0x89, 0xd0, 0x68, 0x27, 0xb4, 0x41, 0xef, 0xd4, 0xed, 0x51, 0xf9, 0xab, 0x84, 0x3f, 0x7f, 0xb3, 0x7f, 0xff, 0xfe, 0x64, 0x43, 0x01, 0x70, 0xf8, 0xf0, 0xe1, 0x42, 0x22, 0x91, 0x40, 0x19, 0xde, 0x56, 0x1c, 0x08, 0x14, 0x10, 0x23, 0x00, 0xad, 0x01, 0x0a, 0xa2, 0x1e, 0x48, 0x4c, 0xc1, 0xa4, 0xf2, 0x89, 0x4f, 0x7c, 0xa2, 0xfc, 0x1c, 0x25, 0x19, 0xc8, 0x4c, 0x87, 0xe9, 0x46, 0x3b, 0xed, 0x43, 0x6f, 0x5f, 0xdb, 0xf6, 0x27, 0x4e, 0x9c, 0x50, 0xb7, 0xff, 0x71, 0x50, 0xb4, 0xb3, 0x92, 0x09, 0x07, 0xea, 0xac, 0xe0, 0x3f, 0xe2, 0xef, 0x28, 0x41, 0x1e, 0x1e, 0x1e, 0x96, 0x00, 0xe0, 0x77, 0x7b, 0x11, 0x38, 0xbf, 0x94, 0x6a, 0xa1, 0xee, 0x9f, 0x36, 0xbf, 0xa2, 0xb5, 0x21, 0x6e, 0x17, 0x1a, 0x61, 0xcf, 0x46, 0xce, 0x57, 0x68, 0x15, 0x3f, 0x21, 0x48, 0x41, 0x79, 0x0c, 0xe6, 0x89, 0xd4, 0x63, 0x6c, 0xe0, 0xdb, 0x09, 0x5f, 0xb3, 0xf4, 0x5d, 0xd0, 0x9f, 0x1f, 0x35, 0x13, 0x00, 0xd7, 0x51, 0xe7, 0x93, 0x2a, 0x23, 0x8a, 0xca, 0xfc, 0xee, 0x0f, 0xa4, 0x4e, 0x7c, 0x01, 0xfd, 0x71, 0xf2, 0x0d, 0xdc, 0x04, 0xfe, 0x8b, 0x3a, 0x52, 0x68, 0x09, 0x1e, 0x00, 0xf5, 0x4e, 0x4b, 0xc5, 0xfd, 0x57, 0x4a, 0xdb, 0x9f, 0x3e, 0x70, 0xe0, 0xc0, 0xf9, 0x66, 0x02, 0x40, 0x52, 0x40, 0x2a, 0x7e, 0x97, 0x43, 0xc0, 0xcf, 0xa0, 0x13, 0xdf, 0x01, 0x30, 0x5a, 0xfa, 0x80, 0xcc, 0xa0, 0xdf, 0x1d, 0x09, 0xb4, 0xf8, 0x1f, 0xf1, 0xa9, 0x95, 0x7e, 0x62, 0x9b, 0x63, 0xc7, 0x8e, 0xa9, 0xd5, 0x9f, 0x3f, 0x0c, 0xf2, 0x78, 0x2b, 0x01, 0x40, 0x4a, 0x86, 0xa9, 0x2d, 0x11, 0xe1, 0x04, 0xfb, 0xb5, 0xe0, 0x84, 0x7a, 0xf2, 0x90, 0xcf, 0x7f, 0xfe, 0xf3, 0x65, 0x47, 0x1b, 0xd1, 0x26, 0x54, 0x06, 0x7a, 0x4d, 0x72, 0x69, 0x00, 0x34, 0x47, 0xea, 0xe9, 0x1a, 0x07, 0x7a, 0x0b, 0x0a, 0x44, 0x9c, 0x5f, 0xa4, 0xef, 0x0f, 0x35, 0x13, 0x00, 0x52, 0x39, 0x04, 0x1c, 0x50, 0x35, 0x17, 0x80, 0x6c, 0x9d, 0xba, 0x56, 0x6f, 0x2d, 0xca, 0x8f, 0x0b, 0x47, 0x63, 0xbf, 0x90, 0x4f, 0x7f, 0xfa, 0xd3, 0xe5, 0xe7, 0x50, 0x7e, 0x35, 0x0c, 0xeb, 0x76, 0xa1, 0x31, 0x7a, 0xd4, 0x12, 0xa5, 0xd2, 0xeb, 0x05, 0x44, 0xea, 0xda, 0xb6, 0x1e, 0x83, 0x24, 0x72, 0x3f, 0xe4, 0xbb, 0x3f, 0x7a, 0xf0, 0xc1, 0x07, 0x17, 0x9b, 0x06, 0x00, 0x3a, 0x39, 0x1e, 0x0a, 0x8a, 0xf8, 0xbb, 0xaa, 0xec, 0xf5, 0xe4, 0x02, 0x54, 0xf4, 0xd3, 0x7d, 0xef, 0xd9, 0xb3, 0x87, 0x6d, 0xdf, 0xbe, 0x5d, 0x72, 0x8e, 0xa9, 0x75, 0xf1, 0x62, 0x51, 0xdc, 0x00, 0xa0, 0x63, 0xf9, 0xc1, 0x6c, 0x5f, 0x6b, 0xd7, 0x38, 0xf8, 0x97, 0x36, 0xb5, 0x3f, 0xff, 0x11, 0xb4, 0xc1, 0x88, 0x55, 0x38, 0xc8, 0x24, 0x55, 0x2c, 0x58, 0x7b, 0xbf, 0x72, 0x01, 0xea, 0x7e, 0xd4, 0xca, 0xd2, 0x3b, 0xee, 0xb8, 0x43, 0xf2, 0x0d, 0xd4, 0x8c, 0xb3, 0x8e, 0xa5, 0xb7, 0xd7, 0xf6, 0xb0, 0xfe, 0x02, 0x3c, 0xa5, 0xcf, 0x7e, 0x7b, 0xf0, 0xe0, 0xc1, 0x17, 0x9b, 0x0a, 0x00, 0x3a, 0x27, 0x00, 0x1e, 0xbe, 0x5d, 0xdd, 0x4f, 0x2d, 0x8e, 0xb0, 0x7a, 0xf2, 0xe0, 0x7d, 0xb4, 0xd6, 0x08, 0xbf, 0x85, 0x99, 0x5f, 0x42, 0x50, 0x14, 0xe7, 0xb5, 0xed, 0x49, 0xb3, 0x6e, 0xb4, 0xd3, 0x3e, 0xf4, 0xf6, 0xa6, 0x27, 0x7d, 0xa0, 0xd1, 0x9f, 0x12, 0x95, 0xfa, 0x7e, 0x23, 0x28, 0xa3, 0x2b, 0x00, 0x7a, 0x7b, 0x7b, 0x93, 0x94, 0x77, 0x03, 0x00, 0x5b, 0xb6, 0x6c, 0x91, 0xbe, 0x83, 0xcf, 0xab, 0xa1, 0x40, 0x76, 0x17, 0x04, 0xce, 0x2f, 0x95, 0xcf, 0x7d, 0xee, 0x73, 0xe5, 0xd9, 0x67, 0xa0, 0x45, 0x18, 0x1a, 0x2b, 0xd1, 0x1f, 0x44, 0xa8, 0xea, 0x6d, 0xda, 0xda, 0x09, 0x82, 0xdc, 0x0d, 0xe6, 0x76, 0x84, 0x69, 0x54, 0xc0, 0xc4, 0x77, 0xb0, 0x0b, 0xe2, 0xfc, 0xa6, 0xf9, 0xbd, 0xfc, 0x61, 0xd3, 0x01, 0xb0, 0x7f, 0xff, 0xfe, 0xc5, 0x44, 0x22, 0x01, 0xb3, 0xdf, 0x27, 0x00, 0x80, 0x93, 0xa4, 0xb1, 0xff, 0x6a, 0x72, 0x01, 0x76, 0x21, 0x32, 0xc4, 0xeb, 0xd5, 0xae, 0x0f, 0x9f, 0xf9, 0xcc, 0x67, 0x24, 0x6a, 0xa4, 0x76, 0xa0, 0xb3, 0xbb, 0xd0, 0xf8, 0x8e, 0x8e, 0xfc, 0x54, 0x16, 0xbb, 0x09, 0xe9, 0xcd, 0x1e, 0x55, 0xdf, 0x7e, 0xfb, 0x6d, 0xe9, 0x7d, 0xbe, 0xdd, 0xc3, 0x0f, 0x3d, 0xf4, 0x50, 0xaa, 0xe9, 0x00, 0x20, 0x91, 0xa0, 0x5d, 0x74, 0x14, 0xa0, 0x6b, 0xf3, 0xaa, 0x3e, 0x80, 0xdb, 0xc5, 0xb1, 0xfb, 0xec, 0xd4, 0xa9, 0x53, 0x92, 0x82, 0x5f, 0x7a, 0xe9, 0xa5, 0x52, 0xd7, 0x67, 0xa4, 0xc5, 0x6b, 0xa5, 0x3f, 0x5a, 0xec, 0xef, 0x41, 0xa3, 0xbb, 0x3b, 0xbb, 0x09, 0x8a, 0xde, 0x44, 0xc7, 0x91, 0xd2, 0x7e, 0x4c, 0xfe, 0xf7, 0xdf, 0x1a, 0x75, 0x3d, 0xbc, 0x00, 0x20, 0x49, 0x01, 0x00, 0xaa, 0x31, 0x30, 0x30, 0x20, 0xf9, 0x00, 0x5e, 0x79, 0x9e, 0xdd, 0x45, 0x51, 0x33, 0xbf, 0x5f, 0xfc, 0xe2, 0x17, 0xcb, 0x17, 0x74, 0x6a, 0x6a, 0x4a, 0xf2, 0x0d, 0xf4, 0xda, 0xbf, 0xfe, 0x81, 0x20, 0x2c, 0x0e, 0xb1, 0xb0, 0xfe, 0x62, 0x3f, 0xfc, 0x3b, 0xbf, 0x38, 0x70, 0xe0, 0xc0, 0xef, 0x42, 0x03, 0x00, 0xea, 0x08, 0x43, 0x50, 0x8a, 0x40, 0xeb, 0x81, 0xc0, 0xff, 0x9d, 0xa6, 0x26, 0x56, 0xba, 0x40, 0xd8, 0x8e, 0x96, 0x36, 0x80, 0x4a, 0x89, 0xf5, 0x7b, 0x05, 0x38, 0xe8, 0xb6, 0x6e, 0xbf, 0x81, 0x72, 0x67, 0xbf, 0x40, 0xd0, 0xce, 0x3d, 0x7e, 0xbc, 0x50, 0xa0, 0x46, 0x8d, 0x08, 0x08, 0x7e, 0xd0, 0xc2, 0x47, 0x6c, 0xc7, 0xf5, 0xe9, 0x1f, 0x1a, 0x69, 0x0c, 0x62, 0x1e, 0x4e, 0xa6, 0x1c, 0x0a, 0x85, 0x43, 0xaa, 0xf6, 0xe1, 0x11, 0xfd, 0x81, 0x2a, 0x25, 0x40, 0xec, 0x3e, 0x57, 0xb9, 0xff, 0x27, 0x3f, 0xf9, 0xc9, 0x72, 0xcf, 0x4f, 0x14, 0xb3, 0xd9, 0x15, 0xbe, 0xf9, 0xa9, 0x38, 0x9d, 0x1a, 0xcb, 0x0f, 0x4b, 0x1b, 0xf9, 0x77, 0xde, 0x79, 0x47, 0x8a, 0xfb, 0xf3, 0xe7, 0x2f, 0x3f, 0xfc, 0xf0, 0xc3, 0xbf, 0x0e, 0x15, 0x00, 0x18, 0xc9, 0x06, 0x3b, 0xe5, 0x02, 0x40, 0x83, 0xec, 0x0a, 0xcf, 0xdc, 0x2e, 0x04, 0xc0, 0x84, 0xc4, 0x9a, 0x93, 0xf3, 0x2b, 0x4a, 0x62, 0x83, 0xe6, 0xf7, 0xf5, 0x8c, 0x1a, 0x3a, 0x96, 0x5f, 0xfb, 0xf6, 0xf0, 0x25, 0xd5, 0xae, 0x0f, 0x5c, 0xbe, 0xdd, 0x68, 0x3a, 0xe8, 0x05, 0x00, 0x17, 0xa9, 0xa2, 0xdb, 0x2d, 0x91, 0x8a, 0xf7, 0x9d, 0x3a, 0x45, 0x3b, 0x5d, 0x24, 0x28, 0x3f, 0x1d, 0x8a, 0x91, 0xf5, 0xc5, 0x12, 0x9c, 0xc2, 0x42, 0x21, 0xf6, 0x5f, 0x8f, 0xf2, 0xd7, 0x7b, 0x73, 0x5b, 0x11, 0x68, 0x4e, 0xe7, 0x13, 0xc6, 0xed, 0x61, 0xfd, 0x45, 0xf8, 0xbc, 0xb4, 0xcd, 0xd1, 0xf7, 0xbf, 0xff, 0xfd, 0x3f, 0x0e, 0x1d, 0x00, 0x30, 0x37, 0x98, 0x0e, 0x99, 0xb0, 0xdc, 0xea, 0x44, 0x98, 0x89, 0x89, 0x09, 0xa9, 0x5d, 0xa1, 0x97, 0x0b, 0xf6, 0xda, 0x6b, 0xaf, 0x49, 0xaf, 0xe9, 0xac, 0x2f, 0xd4, 0xfd, 0x60, 0x44, 0x71, 0x52, 0xce, 0xd4, 0x9a, 0xc9, 0x0e, 0x1f, 0x2b, 0xb0, 0x85, 0x55, 0xed, 0xf8, 0xb6, 0xa2, 0x40, 0x9f, 0x52, 0xa9, 0x9d, 0x8c, 0x0d, 0x6c, 0xcc, 0xd3, 0x2e, 0x44, 0xe2, 0xbd, 0xc7, 0xcf, 0xf7, 0xbe, 0xf4, 0x07, 0x5f, 0xff, 0x41, 0x40, 0x06, 0x28, 0xc2, 0xb9, 0x96, 0xf9, 0x1e, 0xff, 0xf3, 0xcb, 0x57, 0x77, 0x9e, 0x78, 0x80, 0xdd, 0x73, 0x8f, 0xe1, 0x09, 0x00, 0x6a, 0xab, 0x74, 0x5a, 0xad, 0x47, 0x1d, 0x50, 0x9a, 0x0b, 0xa8, 0x14, 0x95, 0x51, 0x1b, 0x55, 0x61, 0x7f, 0xd4, 0xf9, 0x45, 0x68, 0xd4, 0x4d, 0x1e, 0x7b, 0xab, 0xc0, 0x4e, 0xcf, 0xeb, 0xe5, 0x50, 0x5b, 0x57, 0xb8, 0xfe, 0x44, 0x47, 0xd4, 0x37, 0x2f, 0x2f, 0x3d, 0x02, 0xfa, 0x49, 0x4b, 0x1f, 0x3f, 0x14, 0x31, 0x23, 0x7f, 0xfa, 0xa1, 0xf3, 0x57, 0xfe, 0xc9, 0x2b, 0x8c, 0xdd, 0xee, 0x09, 0x00, 0xea, 0xe4, 0x78, 0xbb, 0x5e, 0x9c, 0xc8, 0x05, 0xd8, 0x39, 0xbb, 0x4e, 0x20, 0x50, 0xab, 0x3e, 0x3f, 0xf8, 0xc1, 0x0f, 0x5a, 0xa3, 0x08, 0x04, 0x61, 0x56, 0x54, 0x9c, 0x3a, 0x5a, 0xff, 0x8c, 0xc9, 0xce, 0x2c, 0x68, 0xe5, 0xd7, 0x52, 0x97, 0xfc, 0xd1, 0x87, 0xfe, 0xfc, 0xa1, 0xdb, 0x5e, 0xb9, 0xff, 0xee, 0xc7, 0x2a, 0x02, 0x80, 0x3b, 0x2b, 0x49, 0xce, 0xf1, 0xcd, 0x75, 0xd8, 0x6e, 0x74, 0x63, 0xa6, 0x0a, 0x2a, 0x72, 0x01, 0x5e, 0xa8, 0x0f, 0x86, 0x3f, 0x94, 0x36, 0x50, 0xb9, 0xed, 0xb6, 0xdb, 0xca, 0xcf, 0x45, 0x33, 0x2c, 0x27, 0x00, 0x24, 0x97, 0x0c, 0xa6, 0x43, 0xfe, 0x5a, 0x7c, 0x20, 0x45, 0x57, 0x78, 0x1a, 0x01, 0xd0, 0x8c, 0x28, 0x91, 0x48, 0x80, 0xaf, 0x4c, 0x08, 0x05, 0x16, 0xcb, 0xd6, 0xd3, 0x79, 0x9c, 0x5e, 0xa7, 0x2a, 0xc2, 0xba, 0xd3, 0xa2, 0x3a, 0xd0, 0xa7, 0x6b, 0xaf, 0xbd, 0xb6, 0x3c, 0x62, 0x20, 0x32, 0xe0, 0x16, 0x75, 0x98, 0x5a, 0x5e, 0xb7, 0xfe, 0x5d, 0x51, 0xac, 0x15, 0x10, 0x67, 0x43, 0x83, 0x7d, 0xec, 0x9a, 0xbd, 0x3b, 0xf5, 0xfd, 0xd4, 0xe2, 0x28, 0xc5, 0xa2, 0xc1, 0x5e, 0xfc, 0xed, 0x7b, 0x2c, 0xbd, 0x22, 0x15, 0x73, 0x4e, 0x79, 0x8d, 0x02, 0x59, 0x86, 0x97, 0x02, 0x00, 0x4a, 0x4c, 0xd7, 0x0d, 0x16, 0xef, 0x7b, 0xa9, 0x31, 0xa1, 0xfd, 0xde, 0x21, 0x68, 0x77, 0x2e, 0x8a, 0xb3, 0x10, 0x19, 0x72, 0x5b, 0x77, 0x0c, 0xc0, 0x98, 0x2f, 0x39, 0xbe, 0xfc, 0x9c, 0xd8, 0x72, 0x3a, 0xc3, 0x95, 0x7f, 0x07, 0xbb, 0xf5, 0xfa, 0x1d, 0xfa, 0x2e, 0x6b, 0x71, 0xd6, 0xb9, 0xf9, 0x35, 0x76, 0xf8, 0xc5, 0xa3, 0xb2, 0xbe, 0x9a, 0xe6, 0x1b, 0xd5, 0x02, 0xe0, 0x6a, 0x61, 0x85, 0x61, 0xc1, 0x29, 0x00, 0xbc, 0x14, 0xc3, 0x61, 0x3b, 0x84, 0xbd, 0x30, 0x7a, 0x50, 0xb9, 0xf5, 0xd6, 0x5b, 0xcb, 0xcf, 0xdd, 0xac, 0xbf, 0x10, 0x35, 0xf2, 0x33, 0x39, 0x32, 0xa0, 0xef, 0xb0, 0x16, 0x57, 0x39, 0x3f, 0x93, 0x96, 0x2a, 0x96, 0xb9, 0x86, 0x4d, 0xbf, 0xf6, 0x5f, 0x5f, 0x39, 0x5e, 0x2d, 0x00, 0xca, 0xca, 0x4e, 0x2b, 0x2f, 0x69, 0x75, 0xa8, 0x97, 0x15, 0xbf, 0xe9, 0x28, 0x81, 0xf5, 0x06, 0xc4, 0x72, 0x47, 0x28, 0xab, 0x46, 0x51, 0x54, 0x25, 0x00, 0xcc, 0xaf, 0xc8, 0xbf, 0x31, 0x3e, 0xda, 0xa7, 0xef, 0xb0, 0x16, 0x57, 0x39, 0x71, 0x5e, 0xa6, 0xe7, 0x5c, 0x03, 0xcb, 0xcb, 0x2c, 0x79, 0x05, 0x80, 0x34, 0x39, 0x5e, 0xac, 0x1b, 0x4c, 0x95, 0x19, 0xdd, 0xda, 0x2a, 0xcd, 0x0d, 0x56, 0xfb, 0x7d, 0x22, 0xf3, 0x2b, 0xaa, 0x49, 0xc5, 0x84, 0x77, 0xb7, 0x44, 0x4a, 0x3a, 0x6b, 0xb2, 0x5c, 0x81, 0x4c, 0x79, 0xe4, 0x8e, 0xc0, 0xc8, 0x80, 0x9c, 0x93, 0x58, 0xc9, 0x16, 0x39, 0x3d, 0xd2, 0x51, 0xa2, 0xa0, 0x25, 0xc2, 0xff, 0x71, 0x2f, 0x30, 0x74, 0xc7, 0xd5, 0x15, 0x8d, 0xb2, 0x81, 0xde, 0x0d, 0x46, 0xb2, 0x96, 0x2b, 0xb2, 0x0b, 0x33, 0x72, 0x63, 0xe7, 0x88, 0x69, 0x3e, 0x5f, 0x2d, 0x00, 0x36, 0xad, 0x15, 0x20, 0xba, 0xc5, 0x51, 0x67, 0xd6, 0x69, 0x62, 0x0c, 0x14, 0x18, 0xa3, 0x06, 0x6d, 0x79, 0x02, 0xc1, 0x82, 0x17, 0x42, 0xe8, 0x6a, 0x80, 0x76, 0xdc, 0x7f, 0xdd, 0xfa, 0xcb, 0x8a, 0x1d, 0x8f, 0xf7, 0xf2, 0x93, 0x95, 0x4f, 0xe1, 0xe4, 0x54, 0x9a, 0xad, 0x66, 0x0b, 0x6d, 0xa9, 0x74, 0x41, 0x44, 0xbf, 0x4c, 0xdf, 0xbf, 0xc8, 0x3c, 0x03, 0xc3, 0xf4, 0xf9, 0x40, 0x8b, 0x86, 0xc9, 0xb6, 0x8f, 0xc6, 0xd9, 0xde, 0x9d, 0x1b, 0x6b, 0x48, 0xcf, 0x2d, 0xe7, 0x58, 0x6a, 0x59, 0x99, 0xc9, 0x68, 0x46, 0x7e, 0x53, 0x15, 0x00, 0xe8, 0xe4, 0x78, 0x01, 0x00, 0x35, 0xde, 0x5f, 0xa9, 0x2c, 0x1a, 0x0e, 0x2e, 0x05, 0x08, 0x1a, 0x6c, 0x5d, 0x76, 0xd9, 0x65, 0xd6, 0x73, 0x14, 0xbe, 0x21, 0x8a, 0x54, 0x91, 0xfe, 0xac, 0xca, 0x00, 0xe8, 0xef, 0xeb, 0x61, 0xfd, 0x1c, 0xed, 0x06, 0xf9, 0xd9, 0x6c, 0xbe, 0xa8, 0x15, 0xbe, 0x41, 0x0a, 0x57, 0x8d, 0xb2, 0x07, 0x07, 0xb6, 0x8d, 0x6b, 0xb5, 0xca, 0x47, 0xff, 0xb1, 0xc1, 0x1e, 0x49, 0x0f, 0xa7, 0x16, 0x56, 0x59, 0x26, 0x43, 0xbb, 0x89, 0x98, 0xd9, 0xc1, 0x62, 0xe1, 0xd5, 0xaa, 0x00, 0xc0, 0x2d, 0xfd, 0x45, 0xba, 0x53, 0xbb, 0x64, 0x98, 0x9d, 0x23, 0xac, 0x76, 0x7d, 0xa0, 0x82, 0x96, 0x27, 0x62, 0x3e, 0x31, 0xac, 0xbf, 0x97, 0x9a, 0x9c, 0x05, 0x85, 0xff, 0x8f, 0x8d, 0xf4, 0xf1, 0x21, 0x6f, 0x63, 0x28, 0x36, 0x38, 0x12, 0x0a, 0x45, 0xd0, 0x28, 0xad, 0xec, 0xed, 0x66, 0xdd, 0x5d, 0xbf, 0x66, 0x29, 0x7f, 0xc1, 0xf2, 0x6e, 0x47, 0xfa, 0xbb, 0xa5, 0x6b, 0x79, 0xea, 0xc2, 0xa2, 0x6a, 0xfd, 0x5f, 0x3b, 0xbc, 0xff, 0x6b, 0x99, 0xaa, 0x00, 0x80, 0x72, 0x08, 0xaa, 0xa0, 0x28, 0x65, 0x40, 0x42, 0x8c, 0xce, 0x17, 0x76, 0x5b, 0x2b, 0x00, 0xf4, 0x47, 0x5d, 0x67, 0x98, 0x96, 0x3e, 0x80, 0xff, 0x7b, 0x29, 0xa2, 0x9a, 0x53, 0x28, 0xd0, 0x96, 0xd1, 0x01, 0xe9, 0x64, 0x57, 0x32, 0xc5, 0x96, 0x51, 0x7e, 0x6d, 0xdd, 0xfd, 0xfb, 0x2a, 0x78, 0x3e, 0xe8, 0x0f, 0xac, 0x7f, 0xd4, 0x9a, 0x50, 0xbf, 0xf1, 0x7e, 0x72, 0x56, 0x99, 0x59, 0x19, 0x31, 0xa5, 0x85, 0xb6, 0x3d, 0x01, 0x80, 0x5b, 0x6a, 0xa9, 0x1c, 0x02, 0xd1, 0x1c, 0x75, 0xcd, 0x2d, 0xb5, 0x3f, 0x10, 0x55, 0x5e, 0x35, 0xfa, 0x03, 0xfa, 0x23, 0xa6, 0x3d, 0x62, 0x34, 0x71, 0x6a, 0x62, 0xab, 0x82, 0x42, 0xf5, 0x01, 0x10, 0x01, 0xa2, 0x8a, 0x84, 0x13, 0xd6, 0xd6, 0xbd, 0xcd, 0xac, 0x7b, 0x85, 0x2f, 0x67, 0x0b, 0x45, 0x96, 0x2f, 0xae, 0xeb, 0xc5, 0xd8, 0x40, 0x8f, 0x74, 0x0e, 0x73, 0xe9, 0x2c, 0x5b, 0x5a, 0x5e, 0x75, 0xe4, 0xff, 0x9e, 0x01, 0x70, 0xe0, 0xc0, 0x81, 0xf9, 0x44, 0x22, 0x01, 0x73, 0x6f, 0x85, 0x5c, 0x50, 0xa9, 0x09, 0x40, 0xd0, 0xf9, 0xc0, 0xa0, 0x40, 0x4e, 0x3e, 0x80, 0x9a, 0x25, 0x46, 0xbb, 0x73, 0x51, 0x51, 0xea, 0x25, 0xf4, 0x29, 0xce, 0x79, 0x3e, 0x2d, 0x2b, 0xf8, 0xf8, 0x50, 0x9f, 0x74, 0xc2, 0x99, 0x90, 0xf0, 0xff, 0x56, 0x50, 0xf8, 0x56, 0xb1, 0xee, 0x6e, 0x5f, 0x84, 0xe2, 0x67, 0xf3, 0xc4, 0xb0, 0x0e, 0x76, 0x4b, 0xfe, 0xe0, 0x5c, 0x2a, 0xcb, 0x8d, 0x6b, 0x46, 0x71, 0x94, 0xbb, 0xaa, 0x07, 0x40, 0xe9, 0x30, 0x10, 0x09, 0xba, 0xd4, 0xda, 0x88, 0x2b, 0x3e, 0xe8, 0x0f, 0xe5, 0xfd, 0x02, 0x0c, 0x76, 0xf3, 0x4d, 0x55, 0x6a, 0x44, 0x7b, 0xfe, 0x60, 0xde, 0xaf, 0x17, 0x00, 0xa4, 0xd6, 0x0c, 0x56, 0x20, 0x03, 0x40, 0x2c, 0xd6, 0xc5, 0x06, 0xb9, 0x13, 0x4c, 0x4f, 0x38, 0x93, 0x37, 0x3a, 0x4b, 0xd9, 0x03, 0x50, 0xf8, 0x30, 0x59, 0x77, 0x37, 0x29, 0x70, 0x46, 0x91, 0x21, 0x23, 0x3e, 0x7c, 0xc1, 0xa1, 0x3e, 0x39, 0x10, 0x73, 0x3a, 0xb9, 0x64, 0xf9, 0x85, 0x44, 0x8e, 0xbf, 0xfe, 0xc0, 0x5d, 0x17, 0x6a, 0x01, 0x80, 0x15, 0xc8, 0x11, 0x00, 0x80, 0xc2, 0xa2, 0x7c, 0x41, 0x54, 0x70, 0x5a, 0x11, 0x19, 0xfe, 0x5a, 0x84, 0x39, 0xd5, 0x75, 0xc4, 0xa8, 0xaf, 0x00, 0xc7, 0x57, 0xd0, 0x1f, 0x64, 0x94, 0xf1, 0xb9, 0x0a, 0x00, 0xbb, 0x91, 0x64, 0x4e, 0xb1, 0xfe, 0x88, 0x00, 0xf5, 0xf5, 0xc8, 0xa3, 0x4e, 0xae, 0x01, 0x23, 0x40, 0xc7, 0xd2, 0x19, 0xb3, 0xd9, 0xe7, 0x23, 0xeb, 0x07, 0xe8, 0x2e, 0x7d, 0x6f, 0x98, 0x3b, 0xbf, 0x11, 0x72, 0x7f, 0x56, 0xf9, 0xe7, 0xd3, 0xb3, 0xcb, 0x2a, 0xa7, 0x7e, 0x46, 0xdd, 0x6f, 0xcc, 0xfb, 0x8d, 0x97, 0x27, 0xc7, 0xc3, 0x07, 0xa0, 0x4d, 0xb2, 0xd0, 0x1f, 0x48, 0xe4, 0x05, 0xa8, 0x52, 0xaa, 0x0b, 0x54, 0x63, 0xd6, 0x97, 0x28, 0xa3, 0x50, 0x1d, 0x63, 0x27, 0xee, 0xbf, 0x0e, 0x00, 0x35, 0x04, 0xda, 0x5b, 0x02, 0xc0, 0xc6, 0x7b, 0xb9, 0xa2, 0xd1, 0x3e, 0xca, 0xde, 0x22, 0x74, 0xa6, 0xd1, 0x23, 0x06, 0x74, 0x0b, 0xe1, 0x4e, 0xf5, 0xde, 0x8c, 0x2a, 0xd1, 0x9f, 0x85, 0x74, 0x8e, 0x2d, 0xa6, 0x64, 0xdf, 0x32, 0x62, 0x18, 0xb5, 0x03, 0x80, 0x4e, 0x8e, 0xb7, 0x22, 0x2e, 0xdc, 0x71, 0xa5, 0x8a, 0x0e, 0x3a, 0x54, 0x9a, 0xd5, 0x2f, 0x6d, 0xa7, 0x26, 0xbf, 0x6e, 0xbe, 0xf9, 0xe6, 0xb2, 0x82, 0x7b, 0xe5, 0xff, 0x76, 0x0e, 0xf0, 0xc4, 0xd8, 0x80, 0xa4, 0xa4, 0xb9, 0x82, 0xa1, 0x0e, 0x77, 0xda, 0xba, 0x37, 0x93, 0xce, 0x04, 0x30, 0x62, 0x58, 0xca, 0xcf, 0x2d, 0xbb, 0x61, 0x73, 0xa3, 0x46, 0xb9, 0x03, 0x6c, 0x90, 0x3d, 0x2d, 0xac, 0xe4, 0x38, 0xbb, 0x90, 0x13, 0x60, 0x45, 0x93, 0xd5, 0x07, 0x00, 0xaa, 0xf0, 0x76, 0x91, 0x1b, 0xd1, 0x21, 0xa2, 0xfc, 0x83, 0xfc, 0xb9, 0xea, 0x00, 0x5f, 0x7d, 0xf5, 0xd5, 0xeb, 0x0e, 0x4c, 0x69, 0xa5, 0x77, 0xaf, 0x00, 0x50, 0x29, 0xd0, 0xd6, 0xd1, 0x01, 0xe9, 0x84, 0x57, 0xab, 0x8c, 0x00, 0x69, 0xeb, 0xde, 0x02, 0xfe, 0x00, 0x33, 0xa5, 0xfb, 0x05, 0xda, 0x63, 0x67, 0xe4, 0xc0, 0xff, 0x07, 0xe3, 0x31, 0xe9, 0x9e, 0x9e, 0x4b, 0xa6, 0xe4, 0x92, 0x18, 0x93, 0x25, 0x45, 0x01, 0x5c, 0xad, 0x14, 0x68, 0xd3, 0xd4, 0x48, 0xd0, 0x1b, 0xaa, 0xf0, 0xc8, 0x10, 0xd3, 0x5a, 0x7f, 0xe4, 0x0a, 0xe8, 0xe7, 0x68, 0x79, 0x22, 0xd6, 0xeb, 0x15, 0x55, 0xa1, 0x5e, 0xf8, 0xbf, 0x1d, 0x00, 0xc6, 0x46, 0xe2, 0xd2, 0x09, 0x67, 0x2b, 0x00, 0x40, 0x5b, 0xf7, 0x90, 0xfb, 0x03, 0xcc, 0x74, 0xbd, 0x77, 0x22, 0xd6, 0x6f, 0x27, 0xe0, 0xff, 0x74, 0x17, 0x2b, 0xd9, 0x02, 0x9b, 0x59, 0x48, 0xcb, 0x5f, 0x8a, 0x32, 0xdb, 0x76, 0x2b, 0x35, 0x8f, 0x00, 0x88, 0xed, 0x53, 0xe7, 0x56, 0x14, 0xb2, 0x51, 0x85, 0x57, 0xad, 0xff, 0xf5, 0xd7, 0x5f, 0x5f, 0xae, 0xfd, 0x77, 0x9a, 0x40, 0x63, 0x9b, 0x10, 0xb3, 0x86, 0x34, 0x59, 0xc1, 0x47, 0x87, 0xe4, 0x1c, 0x00, 0x8d, 0x00, 0x69, 0xeb, 0xde, 0x02, 0x23, 0x86, 0x57, 0xa0, 0x57, 0x50, 0x7e, 0x08, 0xb2, 0xbf, 0x94, 0x16, 0x2d, 0xad, 0xe6, 0xd9, 0x92, 0xc2, 0xff, 0x39, 0x5d, 0x78, 0xa6, 0x2e, 0x00, 0xd8, 0x65, 0x83, 0xdd, 0xe6, 0x06, 0x8b, 0xef, 0x50, 0xa1, 0xe1, 0x4f, 0x2f, 0xb5, 0x3f, 0x42, 0x16, 0xb9, 0xf2, 0xd3, 0x10, 0x68, 0x77, 0x77, 0x8c, 0x0d, 0xc5, 0xe5, 0x90, 0x17, 0x12, 0x22, 0x7e, 0x2a, 0xbe, 0x4e, 0x34, 0x35, 0xc6, 0xba, 0x57, 0x1a, 0xa9, 0x2b, 0x29, 0xbf, 0x18, 0x01, 0xe8, 0x37, 0x16, 0xd3, 0x00, 0x80, 0x92, 0xa8, 0xed, 0x32, 0x9f, 0xad, 0x0b, 0x00, 0x98, 0x1c, 0x4f, 0xad, 0xbb, 0xb0, 0xfe, 0xaa, 0x23, 0x2c, 0x5e, 0x23, 0xf3, 0xab, 0xfa, 0x09, 0x57, 0x5c, 0x71, 0xc5, 0xba, 0xb2, 0x66, 0xb3, 0x16, 0x55, 0xf2, 0x0a, 0x80, 0x59, 0x85, 0xfe, 0x0c, 0xf4, 0xf5, 0xb2, 0xde, 0xee, 0xa8, 0x74, 0xd2, 0xb9, 0x3a, 0x72, 0x00, 0xda, 0xba, 0x37, 0x47, 0xe1, 0x2b, 0x19, 0x2c, 0x2f, 0xca, 0x0f, 0xfe, 0xdf, 0xaf, 0x84, 0xc3, 0x93, 0xf3, 0x69, 0x56, 0x28, 0x48, 0x13, 0x60, 0x16, 0x5e, 0xda, 0x71, 0xe2, 0x48, 0x5d, 0x00, 0xe0, 0xca, 0x7d, 0x51, 0x05, 0x00, 0xf2, 0x00, 0xf4, 0x87, 0xe1, 0xd8, 0x8a, 0x29, 0x8d, 0xf0, 0x11, 0x68, 0xf9, 0x03, 0x3a, 0x4a, 0x8b, 0xbc, 0x81, 0x9d, 0xf5, 0x77, 0xab, 0x24, 0x9d, 0x4e, 0x15, 0x37, 0x45, 0x80, 0xb0, 0xb9, 0xd8, 0x06, 0x05, 0x70, 0x86, 0xd9, 0x6c, 0x85, 0xeb, 0x54, 0xeb, 0xee, 0x9f, 0xc2, 0xd3, 0xbd, 0x65, 0x3c, 0x28, 0x3f, 0xe5, 0xff, 0xe5, 0xf8, 0x7f, 0xb6, 0xc8, 0x66, 0xe7, 0x97, 0x15, 0xf6, 0xc3, 0x9e, 0x13, 0x7d, 0x80, 0x6a, 0x06, 0xc0, 0xfe, 0xfd, 0xfb, 0x33, 0x89, 0x44, 0x02, 0x29, 0xdd, 0x51, 0x61, 0xe1, 0x61, 0xc9, 0xc5, 0x42, 0x16, 0x10, 0xcc, 0x09, 0x40, 0x2e, 0x00, 0x8a, 0x49, 0xbb, 0x3a, 0x43, 0x2e, 0xb9, 0xe4, 0x92, 0x72, 0xdf, 0x4f, 0x3b, 0xfe, 0xef, 0x36, 0x1a, 0x4c, 0x2f, 0xc9, 0xf5, 0xfd, 0x93, 0x63, 0xfd, 0x55, 0xd5, 0x00, 0xe9, 0x32, 0x82, 0x70, 0xd0, 0x19, 0xcf, 0x9c, 0x3f, 0x5f, 0xf4, 0x1c, 0xd2, 0x1e, 0xea, 0x93, 0xa3, 0x3f, 0xe0, 0xff, 0x8b, 0x4b, 0x2b, 0x8a, 0xff, 0x1b, 0x71, 0xec, 0x37, 0x5a, 0xed, 0x02, 0x5f, 0x49, 0x01, 0x00, 0xcb, 0xf1, 0xe4, 0xd6, 0x1e, 0x09, 0x30, 0x3b, 0x1f, 0x40, 0xe5, 0xff, 0xfb, 0xf6, 0xed, 0x2b, 0x97, 0x4b, 0x54, 0x13, 0xfe, 0xb4, 0x00, 0xb0, 0x2c, 0x03, 0x60, 0x62, 0x44, 0x06, 0x00, 0xad, 0x07, 0xd1, 0x65, 0x04, 0xe1, 0xb6, 0xee, 0xae, 0x7e, 0x26, 0xdf, 0x49, 0x26, 0x67, 0x54, 0x35, 0x9a, 0x0f, 0xa3, 0xfc, 0x81, 0x1c, 0x63, 0x6a, 0x65, 0x33, 0xff, 0xe7, 0x04, 0xe1, 0x29, 0x5f, 0x00, 0x50, 0x9a, 0x18, 0xb3, 0x4f, 0xbc, 0x46, 0x36, 0x98, 0x4e, 0x8e, 0xa7, 0x00, 0x50, 0xf9, 0xbf, 0xe8, 0xfb, 0x09, 0xee, 0xef, 0xd6, 0xf6, 0xd0, 0xcb, 0x08, 0x80, 0x22, 0x38, 0x7a, 0x91, 0x90, 0x04, 0x33, 0x7d, 0xbc, 0xeb, 0xed, 0x5c, 0x46, 0xd0, 0x4c, 0xeb, 0xee, 0x26, 0xa0, 0x3b, 0x28, 0x66, 0xac, 0x66, 0xbf, 0x98, 0x12, 0x1b, 0xef, 0xde, 0xa8, 0x06, 0xc0, 0xdf, 0xe4, 0x42, 0x9a, 0xfb, 0x83, 0x92, 0xbe, 0x2c, 0xed, 0x59, 0xea, 0x7e, 0xe3, 0x35, 0x3f, 0x00, 0xa0, 0x66, 0x83, 0x41, 0x73, 0x30, 0x02, 0x08, 0xae, 0x4f, 0xdb, 0xa7, 0x23, 0x27, 0x40, 0x45, 0xcc, 0xfe, 0x52, 0x6b, 0x7f, 0x2a, 0x4d, 0xa4, 0x4f, 0x67, 0x0c, 0xb6, 0x9a, 0x33, 0x88, 0xd3, 0x13, 0x65, 0xc3, 0x03, 0xbd, 0x8e, 0x23, 0x40, 0x2b, 0xd1, 0x99, 0x4e, 0xb2, 0xee, 0x6e, 0xbf, 0x5c, 0x28, 0x1a, 0x56, 0x10, 0xa3, 0xda, 0x9f, 0x19, 0x06, 0xfd, 0x91, 0xf8, 0x7f, 0x81, 0xf3, 0xff, 0xb4, 0xfa, 0xb5, 0x5f, 0x1f, 0x3a, 0xf4, 0xa5, 0xa2, 0x5f, 0x14, 0x48, 0x9a, 0x1c, 0x8f, 0x64, 0x16, 0x6a, 0xfb, 0xcb, 0x43, 0x58, 0x09, 0x08, 0x18, 0x19, 0xa8, 0x03, 0x8c, 0x15, 0x65, 0x46, 0x47, 0xd7, 0x99, 0x93, 0x0a, 0x8c, 0x4a, 0x23, 0xc1, 0x54, 0x4a, 0xb6, 0xfe, 0x83, 0x03, 0x71, 0xd6, 0xdb, 0xb3, 0x11, 0x01, 0xc2, 0x7c, 0xb0, 0x1c, 0x3c, 0xfe, 0x66, 0xd1, 0x19, 0x6d, 0xdd, 0xeb, 0xfa, 0xf5, 0x3c, 0x1f, 0xbd, 0x73, 0x85, 0xda, 0x22, 0x78, 0x6a, 0xf5, 0xa7, 0x15, 0xff, 0x57, 0xf8, 0x3f, 0x73, 0xa1, 0x3f, 0xb5, 0x00, 0x40, 0x9a, 0x1c, 0x0f, 0x45, 0xa7, 0x07, 0x20, 0x94, 0x59, 0x5d, 0x2b, 0x60, 0x72, 0x72, 0xb2, 0x9c, 0x00, 0xa3, 0xab, 0x01, 0x7a, 0x91, 0x19, 0x05, 0x00, 0x5b, 0xc7, 0xc5, 0x2c, 0x30, 0x73, 0x83, 0xfe, 0x98, 0xda, 0xba, 0x87, 0xd5, 0xba, 0xbb, 0x7d, 0x09, 0xb9, 0x1b, 0x44, 0xf0, 0x6a, 0x95, 0xa1, 0xd2, 0x08, 0xb0, 0x01, 0x80, 0xcd, 0x05, 0x70, 0xd1, 0x2e, 0xd3, 0x3f, 0x00, 0xa8, 0xd9, 0x60, 0x4c, 0x8a, 0x29, 0xad, 0xe9, 0x5a, 0x06, 0x00, 0x72, 0x01, 0x6a, 0x77, 0x37, 0xb4, 0x50, 0x41, 0x84, 0x48, 0x80, 0xc6, 0x2b, 0x00, 0xac, 0x56, 0x88, 0x0a, 0xff, 0xdf, 0x32, 0x3e, 0x28, 0x9d, 0x34, 0x9d, 0x04, 0xa3, 0xcb, 0x08, 0x42, 0xac, 0xf0, 0xe4, 0x8b, 0xf0, 0xdf, 0xb2, 0x75, 0x16, 0x2f, 0x82, 0xfb, 0xc7, 0xba, 0x22, 0x24, 0xef, 0xc4, 0x38, 0xfd, 0x59, 0x95, 0xe2, 0xff, 0x5c, 0xe6, 0x9d, 0xe2, 0xff, 0xbe, 0x50, 0x20, 0x70, 0x7e, 0xc4, 0xf6, 0xd5, 0x66, 0x57, 0xea, 0xaa, 0xef, 0x97, 0x5f, 0x7e, 0x79, 0x79, 0x64, 0x50, 0x41, 0x53, 0x01, 0x70, 0x1c, 0x00, 0x72, 0xaf, 0xa1, 0xf1, 0xe1, 0x3e, 0x39, 0x03, 0x6c, 0x71, 0x47, 0xb3, 0xe5, 0xe9, 0x4c, 0x5b, 0x59, 0x77, 0x97, 0x2f, 0x63, 0x22, 0x4b, 0x2d, 0x7c, 0x5f, 0x95, 0x41, 0x6e, 0xfd, 0x29, 0x7e, 0x96, 0x33, 0x79, 0x36, 0xb7, 0x94, 0x56, 0x7f, 0xfe, 0xd7, 0x4e, 0xf1, 0xff, 0x9a, 0x00, 0xa0, 0x96, 0x43, 0x20, 0xd2, 0x23, 0xac, 0xbe, 0x10, 0x4c, 0x75, 0x54, 0x29, 0x90, 0x28, 0x80, 0xa3, 0xfc, 0xdf, 0xeb, 0x28, 0xa0, 0x02, 0x60, 0x74, 0x28, 0x2e, 0x9d, 0xb8, 0xca, 0x1f, 0x75, 0x19, 0x41, 0x73, 0xad, 0xbb, 0x9b, 0xe0, 0x5e, 0xe5, 0x7d, 0x9a, 0xb3, 0xb1, 0x5e, 0xfd, 0x49, 0xca, 0x6e, 0xd6, 0x0a, 0x6c, 0x71, 0x71, 0x53, 0x85, 0xf2, 0x53, 0x15, 0x23, 0x49, 0xd5, 0xfc, 0xa8, 0x5a, 0x0e, 0x61, 0xb7, 0x5e, 0x18, 0x42, 0xa1, 0xb4, 0x22, 0xd4, 0xa2, 0x2d, 0xa5, 0x89, 0x33, 0x02, 0x30, 0x5e, 0x05, 0x05, 0x6e, 0xa9, 0x35, 0x32, 0xed, 0x8d, 0x0f, 0x79, 0x43, 0x83, 0x71, 0x79, 0x16, 0x58, 0xc1, 0xf0, 0xcc, 0x39, 0xdb, 0xc9, 0x59, 0x6d, 0xa5, 0x82, 0x3f, 0x18, 0x2c, 0x3f, 0xe6, 0x6b, 0x6c, 0x18, 0x4f, 0x66, 0xf5, 0x83, 0xa2, 0xd7, 0x20, 0xbd, 0x5a, 0x60, 0x29, 0x65, 0x02, 0x7c, 0xc4, 0x30, 0xfc, 0x05, 0xc0, 0x9e, 0x3d, 0x7b, 0x66, 0x8f, 0x1e, 0x3d, 0x0a, 0x93, 0x6c, 0xe5, 0x9f, 0x51, 0x0e, 0x01, 0x1a, 0xa4, 0x4e, 0x8e, 0x57, 0x5b, 0x24, 0x8a, 0x5c, 0x81, 0x57, 0xfe, 0x2f, 0x14, 0x3c, 0xb9, 0x28, 0xef, 0x67, 0x6c, 0xb8, 0x5f, 0x9a, 0xf6, 0x06, 0x2e, 0x59, 0x74, 0xf6, 0x80, 0xb5, 0xb3, 0xda, 0x14, 0xa0, 0xcb, 0x5f, 0x86, 0x93, 0x9b, 0x2f, 0x18, 0xbe, 0x36, 0x51, 0xec, 0xef, 0x89, 0xad, 0xb7, 0x66, 0x34, 0xc5, 0x6f, 0x18, 0x16, 0xfd, 0x91, 0xf9, 0xbf, 0x39, 0xf3, 0xca, 0x7f, 0x7d, 0xe5, 0x2d, 0xc6, 0xbe, 0xea, 0x1f, 0x00, 0xee, 0xe1, 0x7c, 0x2a, 0x91, 0x48, 0x60, 0x8a, 0x57, 0xb9, 0x21, 0x3f, 0xe2, 0xfe, 0x74, 0xed, 0x59, 0xd4, 0x00, 0xd1, 0x16, 0x2a, 0xf8, 0x4c, 0x44, 0x80, 0xd4, 0x56, 0x2a, 0x6e, 0xdc, 0x1f, 0x72, 0x61, 0x21, 0x27, 0xbd, 0x3f, 0x31, 0x36, 0x68, 0x1f, 0xff, 0xd7, 0xd6, 0xbd, 0x69, 0xd6, 0xdd, 0x91, 0x2e, 0xfb, 0x6c, 0xf5, 0xa9, 0x0c, 0xc4, 0x63, 0xe5, 0x83, 0xc4, 0xff, 0xe9, 0x4c, 0x81, 0x2d, 0x6c, 0xa2, 0x3f, 0x28, 0x7f, 0x88, 0x54, 0xfc, 0xf1, 0x58, 0x0d, 0xbf, 0x7f, 0x91, 0x02, 0x00, 0x53, 0x1e, 0x69, 0x2e, 0x80, 0xce, 0x11, 0xb0, 0xd0, 0xca, 0x95, 0x1f, 0x7e, 0x01, 0x00, 0x82, 0xcf, 0xaa, 0xa1, 0x40, 0x17, 0x17, 0xe4, 0x11, 0x60, 0x12, 0x25, 0x10, 0x8c, 0xd2, 0x1f, 0xf7, 0xf8, 0xbf, 0xb6, 0xee, 0xc1, 0x5a, 0x77, 0x27, 0x09, 0xc2, 0xea, 0x4b, 0x00, 0x50, 0xda, 0x61, 0x02, 0x00, 0xf3, 0x8b, 0x8a, 0x03, 0x1c, 0x89, 0xfc, 0xca, 0x13, 0xad, 0xaf, 0x9e, 0x7f, 0x6d, 0x84, 0x42, 0xc5, 0x5a, 0x01, 0x22, 0xc9, 0x65, 0x9d, 0x7c, 0x41, 0x0e, 0x5b, 0x22, 0x09, 0x06, 0x8a, 0x24, 0x1c, 0xe3, 0x6a, 0x00, 0x70, 0x76, 0x4e, 0x76, 0xa6, 0xc7, 0x95, 0x1a, 0xa0, 0x7c, 0xc1, 0x6c, 0x39, 0xeb, 0x1e, 0x84, 0xc2, 0x37, 0xbd, 0x9c, 0x9b, 0x50, 0x52, 0xdc, 0x13, 0x23, 0xc0, 0x35, 0xac, 0x50, 0xfe, 0xdc, 0x83, 0x52, 0x78, 0x1a, 0x01, 0x5a, 0xcb, 0x71, 0xe6, 0xa1, 0xb2, 0x8b, 0xae, 0xc7, 0x03, 0x01, 0x00, 0x9d, 0x1a, 0x69, 0xa7, 0xcc, 0xea, 0x2a, 0x31, 0xa8, 0x16, 0x15, 0xb9, 0x81, 0x4a, 0xca, 0x4f, 0x9d, 0x5b, 0x5c, 0xc4, 0x8b, 0x0a, 0x05, 0x1a, 0x1d, 0x96, 0x67, 0x81, 0xe5, 0x8b, 0xa6, 0xaf, 0x0e, 0xb0, 0xb6, 0xee, 0xb5, 0x9d, 0x8f, 0xc9, 0xd6, 0x33, 0xba, 0x45, 0x23, 0xf8, 0x76, 0xe9, 0xfd, 0xe8, 0x06, 0x6e, 0x6e, 0x1c, 0x2f, 0x68, 0xf0, 0xec, 0xfc, 0x8a, 0x0a, 0xba, 0x53, 0xaf, 0xde, 0x77, 0xe7, 0x89, 0xc0, 0x47, 0x00, 0xa1, 0xf0, 0xc8, 0xf4, 0xe2, 0x2f, 0xde, 0x57, 0x5b, 0x9d, 0xa0, 0x0f, 0x10, 0x00, 0x60, 0xb7, 0x92, 0xbc, 0x13, 0xf7, 0x87, 0xcc, 0xa5, 0xf2, 0x2c, 0x4b, 0x2c, 0x3c, 0xfa, 0x00, 0xc5, 0x7b, 0xe4, 0xd0, 0x97, 0x6d, 0x48, 0x4d, 0x27, 0x9a, 0x02, 0xb1, 0xee, 0x6e, 0x74, 0x07, 0x4e, 0x68, 0xa3, 0x56, 0x0a, 0x00, 0xfd, 0xa1, 0xbf, 0x95, 0xce, 0x72, 0xfe, 0xbf, 0x39, 0xfe, 0xff, 0x0b, 0xaf, 0xfb, 0xab, 0x6b, 0x04, 0x80, 0x88, 0x90, 0xa7, 0x98, 0x07, 0xa0, 0x86, 0x45, 0xc1, 0xff, 0x01, 0x80, 0x6a, 0xf9, 0xff, 0xf9, 0x79, 0xd9, 0xfa, 0x6f, 0x9b, 0x90, 0x33, 0xc0, 0xe5, 0xf8, 0xbf, 0x4e, 0x34, 0x05, 0x6a, 0xdd, 0x5d, 0x15, 0xdf, 0x68, 0xec, 0x8a, 0x9d, 0x11, 0xc6, 0x4a, 0xed, 0xf0, 0x49, 0x77, 0x12, 0xcb, 0x01, 0x56, 0xea, 0xcb, 0xcc, 0xc8, 0xe3, 0x81, 0x01, 0x40, 0x1d, 0x01, 0x44, 0x64, 0x47, 0xbc, 0xa7, 0xf6, 0x05, 0xc2, 0x08, 0x00, 0x70, 0x54, 0x0d, 0x00, 0xd5, 0x01, 0x1e, 0x1b, 0x94, 0x4b, 0xa0, 0x11, 0x01, 0xf2, 0xc5, 0x01, 0x6e, 0x2f, 0xeb, 0x1e, 0x94, 0xc2, 0x8b, 0x43, 0x28, 0x36, 0xd8, 0xe2, 0x53, 0xe9, 0xed, 0xee, 0x2a, 0x55, 0x11, 0x6c, 0x50, 0xe6, 0xa5, 0xe5, 0x0c, 0xd7, 0x41, 0x89, 0x5d, 0xe4, 0xbb, 0xfa, 0xcc, 0xa7, 0x02, 0x03, 0x80, 0x5d, 0x36, 0x98, 0x5a, 0x7e, 0xd5, 0x07, 0x80, 0x03, 0x8c, 0xef, 0x8b, 0x12, 0x08, 0x2f, 0xfc, 0x1f, 0x72, 0x7a, 0x46, 0xae, 0x27, 0x52, 0x27, 0xc1, 0x50, 0xfa, 0xa3, 0xad, 0x7b, 0xb0, 0x00, 0x36, 0x4b, 0x16, 0xbf, 0xd8, 0x24, 0xc5, 0x2f, 0xfb, 0x93, 0x4a, 0xf2, 0x0b, 0xed, 0xf0, 0xe7, 0x15, 0xfa, 0xc3, 0x35, 0xec, 0x85, 0x17, 0xbf, 0xfb, 0xe5, 0x54, 0x60, 0x00, 0xe0, 0x74, 0x26, 0x49, 0x95, 0x1c, 0x00, 0x40, 0x46, 0x58, 0x70, 0x7c, 0x75, 0x22, 0x8c, 0x50, 0x7a, 0x35, 0x3c, 0xea, 0xc6, 0xff, 0x71, 0x92, 0x67, 0x08, 0x00, 0xd0, 0xf3, 0x7d, 0xb3, 0x03, 0xec, 0xe5, 0x66, 0x68, 0xeb, 0x5e, 0x8f, 0x60, 0xc4, 0xb5, 0xe6, 0x5b, 0x1b, 0xe1, 0x58, 0x0d, 0xcc, 0x9a, 0xfc, 0x4e, 0x8e, 0x04, 0xfd, 0x7f, 0xe6, 0x95, 0xf8, 0xbf, 0xc1, 0xbc, 0xd3, 0x9f, 0x5a, 0x29, 0x90, 0x54, 0x10, 0x27, 0x00, 0x20, 0x14, 0xd8, 0xae, 0x3b, 0xb4, 0x97, 0x11, 0x80, 0xca, 0x4c, 0x2a, 0x67, 0x2d, 0x76, 0x27, 0x64, 0xb0, 0xbf, 0x87, 0xf5, 0xf4, 0x96, 0xa6, 0xbe, 0x99, 0xeb, 0x49, 0x16, 0xfb, 0x92, 0x12, 0x6d, 0xdd, 0xeb, 0x3e, 0x0f, 0x13, 0x05, 0x6b, 0xa6, 0xd5, 0x55, 0xcd, 0x0c, 0xd1, 0x1a, 0x78, 0x08, 0x7f, 0x76, 0xc7, 0x48, 0xf8, 0x13, 0x73, 0x87, 0xb9, 0x8e, 0x2c, 0x2a, 0xfc, 0x9f, 0x7f, 0xe3, 0x97, 0x81, 0x02, 0xe0, 0xe0, 0xc1, 0x83, 0x2b, 0x89, 0x44, 0x02, 0x13, 0x7e, 0x87, 0x04, 0xe7, 0x87, 0x75, 0x17, 0xfd, 0xfe, 0xe9, 0xc2, 0x79, 0x82, 0x12, 0x09, 0xbf, 0xc0, 0x2b, 0x00, 0x54, 0xfa, 0x83, 0x12, 0xe8, 0x92, 0xee, 0x13, 0xfa, 0xa3, 0xad, 0xbb, 0x6f, 0xe7, 0x52, 0x52, 0x7a, 0x58, 0x7a, 0xc3, 0x0c, 0xdf, 0xca, 0x8f, 0x16, 0xfd, 0x51, 0x1a, 0x21, 0x63, 0x2e, 0xc1, 0xc2, 0xf2, 0xca, 0xa6, 0xf6, 0x27, 0xbb, 0x16, 0x7b, 0x5e, 0x7b, 0x39, 0x48, 0x00, 0x94, 0x24, 0x29, 0x00, 0x20, 0xfa, 0x81, 0x3a, 0x95, 0x37, 0x8b, 0x0c, 0x70, 0x35, 0x72, 0x66, 0x56, 0x0e, 0x99, 0x4e, 0x28, 0x4b, 0x21, 0xe5, 0x5d, 0x66, 0x10, 0x69, 0xeb, 0xee, 0xed, 0x10, 0x85, 0xb2, 0x23, 0x76, 0x1f, 0x52, 0x9d, 0x97, 0x24, 0xae, 0xf4, 0xfe, 0x81, 0xf5, 0x57, 0xcb, 0x1f, 0xcc, 0x08, 0x7b, 0xdc, 0x6d, 0xfa, 0xa3, 0x6f, 0x00, 0x28, 0x4d, 0x8e, 0xdf, 0x2b, 0xac, 0x3a, 0xac, 0xbf, 0xe8, 0x11, 0xa4, 0xb6, 0x43, 0x47, 0x61, 0x5c, 0xa5, 0xf5, 0x83, 0x37, 0x8f, 0x00, 0x72, 0x35, 0xe9, 0x98, 0xe5, 0x00, 0x9b, 0x52, 0x08, 0x4e, 0x5b, 0x77, 0xef, 0x87, 0x88, 0x6b, 0x07, 0xb7, 0xcd, 0x30, 0xd7, 0x95, 0xdd, 0x68, 0x05, 0x8d, 0x97, 0x1d, 0x5b, 0xd6, 0x1b, 0x93, 0x1b, 0xa1, 0xa1, 0x15, 0xce, 0xa2, 0xda, 0xff, 0xd3, 0x64, 0x8f, 0x57, 0xbb, 0xef, 0x9a, 0x00, 0xa0, 0x4e, 0x8e, 0x17, 0x5d, 0xde, 0xf0, 0xa0, 0x6d, 0x52, 0xc4, 0x67, 0xd5, 0x00, 0x00, 0x16, 0x89, 0x52, 0x20, 0xcc, 0xfc, 0x1f, 0x1a, 0xec, 0x23, 0xcb, 0x61, 0xfa, 0x1b, 0x7f, 0x0e, 0xb3, 0x75, 0x37, 0x95, 0x17, 0x4e, 0xfb, 0xa5, 0x5d, 0x11, 0xf0, 0x1d, 0xeb, 0xaf, 0xb9, 0x7e, 0xad, 0x5a, 0x4b, 0xd5, 0xed, 0x05, 0xa5, 0x0f, 0xb4, 0x11, 0x1a, 0x74, 0x04, 0x13, 0xe0, 0x53, 0x69, 0xd9, 0x50, 0x76, 0x35, 0x0a, 0x00, 0x4c, 0x99, 0x19, 0x06, 0x25, 0x17, 0x07, 0x27, 0x7c, 0x81, 0x32, 0x57, 0xcb, 0x66, 0xab, 0x02, 0xc0, 0x59, 0x4e, 0x7f, 0x68, 0x97, 0x87, 0xe1, 0xc1, 0x38, 0xbf, 0x00, 0x5d, 0xd2, 0xc9, 0xd7, 0xa3, 0xfc, 0x8d, 0xb6, 0xee, 0x65, 0x65, 0xa4, 0x8a, 0xc9, 0x4c, 0x49, 0x69, 0xcb, 0xfb, 0x30, 0x59, 0x5b, 0x28, 0xac, 0xdf, 0x82, 0xf8, 0xbf, 0xa1, 0x34, 0x42, 0x5b, 0x58, 0xd8, 0x34, 0x17, 0xe5, 0xad, 0x17, 0xef, 0xff, 0xf2, 0xb9, 0x46, 0x01, 0x60, 0x4a, 0x05, 0x40, 0xf9, 0x60, 0x4b, 0x73, 0x7f, 0xe9, 0x67, 0xd5, 0xf8, 0x00, 0xc7, 0x92, 0x72, 0x51, 0xd3, 0xd6, 0x89, 0x21, 0xe9, 0xe4, 0x0b, 0x86, 0xd9, 0x54, 0x85, 0x57, 0x95, 0x5d, 0x50, 0x0a, 0xb3, 0x14, 0x9d, 0x12, 0x56, 0xd7, 0x34, 0x5b, 0x83, 0x5b, 0xb7, 0x82, 0xc4, 0xbb, 0x65, 0xfe, 0x9f, 0xb1, 0xea, 0x7f, 0x52, 0xea, 0xed, 0xfb, 0x69, 0x2d, 0xfb, 0xae, 0x99, 0x02, 0x49, 0x0e, 0x09, 0x57, 0x72, 0x91, 0x0b, 0x50, 0x6b, 0x7e, 0xaa, 0xa5, 0x40, 0xc7, 0x2f, 0xc8, 0x00, 0x18, 0x1f, 0x75, 0xe6, 0xff, 0x8d, 0xa4, 0x33, 0x54, 0xd1, 0xc5, 0x28, 0xd4, 0x2e, 0x14, 0x23, 0xcc, 0x02, 0x0a, 0x8c, 0xc0, 0x22, 0x5d, 0x11, 0x3e, 0x93, 0xdb, 0x5c, 0xfe, 0xc0, 0x22, 0xc6, 0x23, 0x0d, 0x03, 0x80, 0x4a, 0x81, 0x30, 0x29, 0x46, 0xd0, 0x20, 0x91, 0xf9, 0x15, 0x4a, 0x8b, 0xf7, 0x9d, 0xd6, 0x01, 0xb6, 0xa3, 0x0b, 0x27, 0xa7, 0x36, 0x46, 0x13, 0x24, 0xc0, 0xc6, 0x47, 0x36, 0x22, 0x40, 0x91, 0x52, 0xf4, 0x22, 0x68, 0xeb, 0x2e, 0xa8, 0x8a, 0x88, 0x92, 0x84, 0x25, 0x11, 0xd4, 0x99, 0xd6, 0x3f, 0xaa, 0x4c, 0x82, 0x5a, 0x8f, 0xfe, 0x28, 0xdd, 0x1f, 0xa6, 0x5e, 0xdd, 0x79, 0xf2, 0xe5, 0x86, 0x01, 0xa0, 0x58, 0x2c, 0x26, 0x69, 0xbc, 0x9f, 0xfa, 0x00, 0x10, 0x4c, 0x82, 0xa1, 0x4a, 0x8f, 0xc5, 0x34, 0xe8, 0x9c, 0x01, 0x47, 0x5e, 0xb5, 0x94, 0x63, 0xa9, 0xb5, 0x8d, 0xf9, 0x04, 0xfd, 0x7d, 0xdd, 0xac, 0x2f, 0xbe, 0xd1, 0x05, 0x0e, 0xb9, 0x5f, 0x4f, 0x14, 0xa8, 0x46, 0xeb, 0x5e, 0x14, 0x91, 0x12, 0xad, 0xf0, 0xe1, 0x71, 0x80, 0x63, 0xd1, 0x4d, 0x0b, 0xa1, 0xa8, 0xdd, 0x9f, 0x59, 0xc4, 0x7c, 0xa4, 0x52, 0xf7, 0x07, 0x5f, 0x01, 0x80, 0xc9, 0xf1, 0xb4, 0x1c, 0x02, 0x1c, 0x9f, 0xae, 0x14, 0x8f, 0x39, 0x00, 0x14, 0x00, 0x4f, 0x3e, 0xf9, 0xa4, 0xd5, 0x1e, 0x5d, 0x50, 0x21, 0xe1, 0x33, 0xe0, 0x35, 0xb6, 0x11, 0xc9, 0xb4, 0x59, 0x73, 0x07, 0x7f, 0x77, 0x6f, 0x79, 0x3b, 0x14, 0xc0, 0x51, 0x55, 0xb4, 0xa5, 0x3f, 0x35, 0x38, 0xab, 0x92, 0xc2, 0x87, 0x38, 0xf9, 0xd3, 0xe9, 0x82, 0xec, 0x2f, 0x1e, 0xe5, 0x09, 0x58, 0x96, 0xae, 0x19, 0x6c, 0x7e, 0x41, 0x69, 0x7f, 0x6e, 0x46, 0x1e, 0xad, 0x99, 0x62, 0xd5, 0xb2, 0x11, 0xe7, 0xf9, 0xd3, 0xdd, 0xdd, 0xdd, 0xd0, 0xf6, 0xae, 0xd2, 0x88, 0x60, 0xb5, 0x3e, 0x17, 0x25, 0xd1, 0x98, 0x22, 0x09, 0xab, 0x2f, 0xe4, 0xc8, 0x91, 0x23, 0x9e, 0xf6, 0xbb, 0x38, 0x76, 0x05, 0x1f, 0xf3, 0x36, 0x5e, 0x4f, 0x8e, 0xcb, 0x0e, 0xb0, 0x61, 0x9a, 0x75, 0x39, 0xab, 0x45, 0x43, 0x53, 0x9a, 0xd6, 0x8a, 0xfe, 0x44, 0xa5, 0xfb, 0x8f, 0x04, 0x68, 0x6a, 0x65, 0x95, 0xeb, 0x9f, 0xe4, 0x53, 0xae, 0x0c, 0xe7, 0xf3, 0x4f, 0x36, 0x14, 0x00, 0x87, 0x0e, 0x1d, 0x2a, 0xde, 0x7d, 0xf7, 0xdd, 0x33, 0x5c, 0xd9, 0xb7, 0xb3, 0x52, 0xc4, 0x03, 0xce, 0x2f, 0xa8, 0x0f, 0xf8, 0xbf, 0x17, 0xba, 0x63, 0xe3, 0x5a, 0xb3, 0x6c, 0xcf, 0x56, 0x99, 0xff, 0x8f, 0xca, 0xfc, 0xbf, 0x58, 0xf4, 0xae, 0xf0, 0x16, 0x60, 0x8c, 0xf0, 0xa7, 0xf8, 0x3b, 0x59, 0x2a, 0xdd, 0x11, 0xd4, 0xfe, 0xd0, 0xfb, 0x96, 0xe1, 0xbc, 0x7f, 0x76, 0x4e, 0xa5, 0x3f, 0xec, 0x97, 0x87, 0xf7, 0x7f, 0x2d, 0xd3, 0x50, 0x00, 0x94, 0x94, 0x1e, 0xc9, 0xb0, 0xed, 0xd4, 0x0f, 0x10, 0x8b, 0x65, 0x60, 0x1e, 0x70, 0xb5, 0x92, 0xef, 0x19, 0x67, 0x66, 0x74, 0x23, 0x84, 0xda, 0x17, 0xe7, 0xfc, 0xbf, 0xaf, 0x47, 0x1a, 0xfe, 0x8c, 0xf2, 0x73, 0xf7, 0x6e, 0x04, 0xa8, 0x59, 0x2f, 0x76, 0xa0, 0xd2, 0x9b, 0x0d, 0xdf, 0x30, 0x58, 0xfa, 0x03, 0xed, 0x36, 0x94, 0x2e, 0x20, 0x73, 0x4a, 0xf8, 0x93, 0x7f, 0xe1, 0x91, 0x7a, 0x7e, 0xa7, 0x66, 0x00, 0xa8, 0xa1, 0x50, 0xcc, 0xf9, 0x15, 0xaf, 0x31, 0x45, 0x12, 0x2b, 0xc2, 0xd0, 0x49, 0x30, 0xf8, 0x2b, 0x1c, 0x67, 0xd1, 0x49, 0x8e, 0xbe, 0x77, 0xc1, 0xbc, 0x94, 0xcd, 0x91, 0x91, 0x6d, 0xdb, 0xe4, 0x30, 0x5b, 0xef, 0xfd, 0x5c, 0xba, 0x47, 0x16, 0x6d, 0x71, 0xce, 0x84, 0x16, 0x02, 0x50, 0xfa, 0x76, 0x52, 0xa8, 0x70, 0x1c, 0x96, 0xf7, 0x23, 0x88, 0x81, 0x4e, 0x1b, 0xd4, 0xff, 0x33, 0xb8, 0x91, 0xcd, 0xb1, 0x15, 0x79, 0xf2, 0x4b, 0xd1, 0x8c, 0x76, 0x3d, 0xd6, 0x14, 0x00, 0xa8, 0x53, 0x23, 0x01, 0x00, 0xb1, 0xf8, 0x05, 0x80, 0x80, 0x86, 0xb8, 0x6a, 0x5d, 0x90, 0xcd, 0x3e, 0xca, 0xa0, 0x59, 0x2c, 0x0c, 0x4b, 0x9f, 0x4d, 0x58, 0xfc, 0x5f, 0x76, 0x80, 0xa9, 0x6e, 0x53, 0x4e, 0xdf, 0x88, 0xc9, 0xd8, 0xe1, 0xd5, 0x73, 0xff, 0xe6, 0x84, 0x86, 0x09, 0xb7, 0xe8, 0x02, 0x68, 0x48, 0xab, 0x80, 0xc2, 0xf9, 0x55, 0xe7, 0xb9, 0x98, 0xcf, 0xbe, 0x7a, 0x5f, 0x62, 0xb6, 0x59, 0x00, 0xb8, 0xa8, 0x2e, 0x9b, 0x8a, 0x48, 0x0f, 0x55, 0x6e, 0x31, 0x51, 0xbe, 0x12, 0x08, 0x8a, 0xfc, 0x30, 0xd2, 0xe6, 0x90, 0x34, 0xfc, 0x8d, 0x0e, 0x0f, 0x30, 0x3a, 0xb9, 0xcc, 0xe2, 0xf1, 0xac, 0x11, 0x4a, 0x6f, 0x36, 0xe3, 0x6b, 0xed, 0x4d, 0xb1, 0xaa, 0xdc, 0x59, 0xb4, 0x54, 0x57, 0xa6, 0xf6, 0x80, 0x9d, 0x9b, 0xdf, 0x34, 0xf9, 0xfd, 0xa7, 0xf5, 0x1e, 0x46, 0x3d, 0x14, 0x68, 0x4a, 0x1d, 0x01, 0xd4, 0x25, 0x53, 0xdd, 0x94, 0x9e, 0x3e, 0x5f, 0x64, 0x9c, 0xff, 0xb3, 0x0d, 0x30, 0x0d, 0x0f, 0xf5, 0xb3, 0x6e, 0xa9, 0xfe, 0xc7, 0xb0, 0xe2, 0xbf, 0x02, 0x04, 0x9a, 0xb7, 0x87, 0x17, 0x6d, 0x7e, 0x1c, 0x82, 0x6a, 0xfd, 0x61, 0xec, 0xb2, 0xb9, 0x22, 0x4b, 0xa9, 0x8b, 0x5f, 0x47, 0xba, 0x1f, 0x69, 0x26, 0x00, 0x92, 0xea, 0x12, 0xa9, 0x28, 0x84, 0x13, 0x75, 0x3f, 0x02, 0x00, 0x5e, 0xda, 0xa0, 0x2f, 0x98, 0x93, 0xd2, 0xeb, 0xed, 0x9c, 0xff, 0xcb, 0x6b, 0x80, 0x99, 0x9e, 0x6b, 0x80, 0xb4, 0x42, 0x85, 0x1b, 0xdd, 0x5e, 0xce, 0x07, 0x0c, 0x80, 0x8e, 0xfe, 0xb9, 0xbc, 0xc9, 0xad, 0xff, 0x92, 0x1a, 0xd8, 0xfe, 0x9d, 0xd7, 0xde, 0x3f, 0x81, 0x51, 0x20, 0x75, 0x04, 0x40, 0x2e, 0x40, 0xd0, 0x1e, 0xf8, 0x02, 0xea, 0x5a, 0xc1, 0x76, 0x60, 0x28, 0x18, 0x11, 0xb6, 0xbc, 0x36, 0x5e, 0xbe, 0x32, 0x18, 0xfe, 0x26, 0x50, 0x00, 0x47, 0x2e, 0x00, 0xba, 0x8d, 0x35, 0xa5, 0xfc, 0xb9, 0x05, 0x94, 0xca, 0x6c, 0x27, 0x74, 0xc0, 0xb0, 0x46, 0x23, 0xa5, 0xe0, 0xce, 0x46, 0xf4, 0x2f, 0x5f, 0x44, 0xf8, 0x53, 0x5e, 0x76, 0xd7, 0x8c, 0x44, 0x1e, 0xf6, 0xe3, 0x28, 0x6a, 0x06, 0x00, 0xca, 0x21, 0x28, 0xcd, 0x11, 0xd9, 0x5d, 0x31, 0x2f, 0x00, 0xa3, 0x81, 0x78, 0x4e, 0x46, 0x8d, 0x4d, 0x80, 0x98, 0x2b, 0x8e, 0x21, 0x93, 0x57, 0x7e, 0x6f, 0x60, 0xa0, 0x77, 0x7d, 0xe1, 0x3d, 0x2f, 0x1d, 0xa0, 0x9b, 0x68, 0xa5, 0x5a, 0x45, 0xa1, 0xcc, 0xe6, 0xfc, 0x6c, 0xcd, 0xd2, 0xad, 0x2c, 0x9e, 0x82, 0xe0, 0x47, 0x26, 0x9b, 0x67, 0xcb, 0x72, 0xed, 0xbf, 0xd9, 0x65, 0x18, 0x3f, 0x6a, 0x2a, 0x00, 0x50, 0x0e, 0x21, 0xad, 0xd4, 0x52, 0x8a, 0xfe, 0x50, 0x1f, 0x00, 0xca, 0x2e, 0x46, 0x04, 0xb5, 0x5d, 0x8a, 0xf8, 0xee, 0x6c, 0x41, 0x4e, 0x9a, 0x6d, 0x9d, 0x18, 0x91, 0xe8, 0x8f, 0x9f, 0xd6, 0xdf, 0xaf, 0x3b, 0x6b, 0xb6, 0x90, 0x42, 0xb5, 0xd2, 0xa8, 0x18, 0x29, 0x8d, 0x00, 0x52, 0xf6, 0xd7, 0x30, 0xd7, 0x63, 0xff, 0xa6, 0x74, 0xc0, 0x2f, 0xbc, 0x74, 0xff, 0x57, 0x4f, 0x35, 0x15, 0x00, 0x0f, 0x3d, 0xf4, 0x50, 0x2a, 0x91, 0x48, 0xc0, 0x2b, 0x19, 0x58, 0x8f, 0xd2, 0xac, 0xaf, 0x1c, 0x4f, 0xb9, 0x3f, 0xde, 0x13, 0xcd, 0x72, 0x69, 0x43, 0x5d, 0xf1, 0x3c, 0x6f, 0x76, 0xb3, 0xc5, 0xe2, 0x28, 0x19, 0x21, 0xb0, 0xc4, 0x92, 0xdc, 0x00, 0xcb, 0x9a, 0xfd, 0x55, 0xef, 0x2d, 0x32, 0x3b, 0x53, 0xa1, 0x7c, 0x3b, 0x9f, 0x06, 0x9d, 0x50, 0x14, 0x75, 0x3f, 0xa4, 0xdf, 0x99, 0x35, 0xfa, 0xf3, 0x11, 0x60, 0x76, 0x56, 0xa9, 0xfd, 0x8f, 0xb0, 0x87, 0xfd, 0xfa, 0xcd, 0x58, 0x9d, 0xdb, 0x23, 0x12, 0xb4, 0x5b, 0x5d, 0x1c, 0x1b, 0x0e, 0x31, 0xc0, 0x80, 0xd0, 0xa8, 0x00, 0x80, 0x3a, 0x02, 0x40, 0x66, 0xa2, 0xbb, 0x98, 0xd1, 0x1d, 0x25, 0xf4, 0x27, 0xce, 0xfa, 0xe3, 0x7d, 0xd6, 0x45, 0x10, 0x17, 0xa0, 0x1d, 0xeb, 0x76, 0xda, 0x2d, 0x41, 0xed, 0xd7, 0xe9, 0xac, 0x5b, 0x7f, 0x39, 0xfa, 0x83, 0xc4, 0xd7, 0xda, 0x9a, 0x54, 0xe9, 0x50, 0x8c, 0x76, 0xe7, 0x0f, 0x85, 0x02, 0x00, 0x5c, 0xa9, 0xe1, 0x08, 0xef, 0x2e, 0xf3, 0xf9, 0xb9, 0x39, 0xab, 0x1c, 0xc2, 0x8a, 0xed, 0x97, 0x2a, 0x3c, 0x05, 0x0d, 0x52, 0xa9, 0x0f, 0x4e, 0x74, 0x71, 0xe0, 0x12, 0x69, 0x7f, 0xdb, 0xb6, 0x8e, 0xb1, 0x22, 0x99, 0x17, 0x58, 0xac, 0x42, 0xf9, 0xdb, 0x49, 0xa9, 0xcc, 0x36, 0xfb, 0x51, 0x2f, 0x4b, 0x18, 0x8a, 0x39, 0xbf, 0xb4, 0xdc, 0x0b, 0xd9, 0xdf, 0x99, 0xd9, 0x05, 0x75, 0x83, 0xc7, 0x5f, 0xfe, 0xf7, 0xaf, 0x25, 0x9b, 0x0d, 0x00, 0x98, 0xed, 0x28, 0x57, 0xec, 0x69, 0x31, 0xf9, 0x05, 0x0f, 0xf4, 0x09, 0x15, 0x8b, 0x61, 0x08, 0x0a, 0x24, 0x5a, 0xa6, 0xa8, 0x11, 0xa0, 0xd5, 0xd8, 0x16, 0x96, 0x8f, 0x6e, 0xd4, 0x0c, 0x21, 0xf5, 0x3d, 0x39, 0x36, 0x2a, 0x45, 0x7f, 0x8a, 0x45, 0xff, 0xac, 0xbf, 0xd9, 0x66, 0x5a, 0x6c, 0x86, 0x0b, 0x3e, 0x3e, 0x98, 0x7f, 0xd9, 0xfa, 0x83, 0x05, 0xe0, 0xfe, 0x2f, 0xcc, 0xc9, 0xf4, 0x27, 0x62, 0x46, 0xee, 0xf7, 0xf3, 0x67, 0x63, 0x35, 0x2a, 0x3f, 0x88, 0x7e, 0x17, 0x57, 0xee, 0x19, 0x51, 0x02, 0x6d, 0x21, 0x96, 0xd3, 0x1d, 0xa1, 0xf4, 0xc2, 0xea, 0x8b, 0x39, 0x02, 0xaa, 0x0f, 0xb0, 0x18, 0xbf, 0x5c, 0xda, 0xe9, 0x38, 0x77, 0x7e, 0x23, 0x24, 0x01, 0x62, 0x15, 0xbf, 0x69, 0x85, 0xf2, 0xf7, 0x7c, 0x42, 0x7a, 0x2a, 0x96, 0xf3, 0x6b, 0xca, 0xa3, 0xb8, 0xc5, 0x10, 0x16, 0x39, 0x85, 0x2e, 0x4a, 0xeb, 0x40, 0x4f, 0xcf, 0x1e, 0x7f, 0xf2, 0xb1, 0x66, 0x02, 0xa0, 0x8b, 0x3e, 0xb8, 0x22, 0x4f, 0x0b, 0x85, 0xc6, 0x03, 0x94, 0x07, 0x25, 0xd1, 0xc2, 0xea, 0x8b, 0xf2, 0x68, 0x3a, 0x02, 0x58, 0x39, 0x82, 0xe8, 0x10, 0x5b, 0xeb, 0xd9, 0x2e, 0xed, 0x78, 0xcb, 0x96, 0x11, 0x29, 0xdc, 0x19, 0xb6, 0x59, 0x59, 0x66, 0xfb, 0x60, 0x23, 0x3c, 0x87, 0x6e, 0x6e, 0x20, 0x80, 0x8e, 0xfc, 0xa2, 0x6b, 0xc6, 0xcc, 0xdc, 0xa2, 0xfc, 0xf5, 0x62, 0xe1, 0x87, 0xef, 0x1d, 0xde, 0x6f, 0x96, 0xf4, 0xb6, 0xe8, 0xc7, 0x69, 0xc4, 0x6a, 0x55, 0x7e, 0x3c, 0xb8, 0xc2, 0xcf, 0xa2, 0x0b, 0x84, 0x50, 0x70, 0xe4, 0x02, 0x28, 0xe5, 0x41, 0x44, 0x88, 0x02, 0x44, 0x00, 0x60, 0xb6, 0x7b, 0x6f, 0x09, 0xf7, 0xeb, 0x32, 0x38, 0x18, 0x67, 0xf1, 0xfe, 0xb8, 0x3c, 0xdf, 0xd7, 0xd4, 0x0a, 0xd5, 0xcc, 0x83, 0x30, 0x1b, 0x7c, 0xdc, 0xd4, 0xdc, 0xe1, 0xd9, 0x1a, 0x77, 0x7e, 0xd3, 0xf2, 0xb2, 0xa7, 0xe6, 0xda, 0xcc, 0xe9, 0x83, 0x25, 0xdd, 0x2b, 0xb3, 0xe4, 0x7a, 0x0f, 0x35, 0x56, 0xa3, 0xf2, 0x63, 0xbb, 0x28, 0x00, 0x40, 0x39, 0x3f, 0xb2, 0xc1, 0xc2, 0xe9, 0xc5, 0x03, 0xd6, 0x5f, 0xf5, 0x01, 0x56, 0xa3, 0xe3, 0x6c, 0x25, 0x26, 0x5b, 0xff, 0x6d, 0xdb, 0xb6, 0x94, 0x23, 0x3f, 0x5a, 0xa9, 0xda, 0x0c, 0xf4, 0x9e, 0xab, 0x50, 0xe5, 0x2f, 0x4e, 0x4f, 0xcf, 0xc9, 0xdf, 0x31, 0x0a, 0xcf, 0xbe, 0xf3, 0xe8, 0x3d, 0x27, 0x15, 0x00, 0x58, 0xcc, 0x3b, 0x68, 0x00, 0x44, 0x29, 0xef, 0x2f, 0x3d, 0xf0, 0x3a, 0xb6, 0xbc, 0xbc, 0x3c, 0x07, 0x9a, 0x23, 0x14, 0x1c, 0x00, 0x10, 0x0a, 0x2f, 0x7c, 0x00, 0x01, 0x8e, 0xf5, 0x16, 0x22, 0x51, 0x36, 0x3b, 0x70, 0xad, 0xb4, 0xf3, 0x81, 0x81, 0x3e, 0x36, 0x3c, 0x3c, 0x50, 0x93, 0xc5, 0xd7, 0x0a, 0x15, 0xee, 0xab, 0x53, 0xeb, 0x11, 0xe4, 0x72, 0x79, 0xb6, 0xa8, 0x94, 0x3e, 0x67, 0x16, 0x92, 0xdf, 0xb7, 0x51, 0x7e, 0xb3, 0xf4, 0x5e, 0x31, 0x28, 0x00, 0x44, 0x88, 0xf2, 0xab, 0x40, 0x88, 0x72, 0x00, 0xcc, 0xa2, 0xee, 0x9f, 0x52, 0x20, 0xf4, 0x07, 0x42, 0x1e, 0x00, 0x8a, 0x2f, 0x5a, 0xa2, 0x88, 0xcf, 0x97, 0x47, 0x6e, 0x64, 0xf9, 0xae, 0x61, 0x69, 0xef, 0x3b, 0xdf, 0xb7, 0x95, 0x99, 0xcd, 0xbe, 0x01, 0x2d, 0xa2, 0x54, 0x66, 0x4b, 0x23, 0xd7, 0xfb, 0x66, 0xb3, 0x33, 0x0b, 0x72, 0xe2, 0xd7, 0x28, 0x1c, 0x7d, 0xeb, 0xff, 0xfe, 0xf6, 0x70, 0x49, 0xef, 0x4c, 0xf2, 0x88, 0x92, 0xe7, 0x46, 0x90, 0x00, 0xb0, 0x7d, 0x1c, 0x3f, 0x7e, 0x7c, 0x7e, 0xf7, 0xee, 0xdd, 0xdc, 0x61, 0x37, 0xa3, 0x02, 0x00, 0xa2, 0x26, 0x48, 0x58, 0x7e, 0x31, 0x22, 0x64, 0xfa, 0x77, 0xb3, 0xb5, 0xc1, 0x7d, 0x72, 0xe4, 0x67, 0x7c, 0x84, 0xf5, 0xf7, 0xc5, 0x3d, 0x55, 0x8c, 0x6a, 0x85, 0xea, 0x8c, 0x11, 0x11, 0xd6, 0x7f, 0x4e, 0x71, 0x7e, 0xb3, 0x4b, 0xc9, 0xff, 0xe4, 0xe4, 0x99, 0x1a, 0x63, 0x15, 0x00, 0x35, 0x57, 0xc9, 0x57, 0x02, 0x80, 0x50, 0xf6, 0x88, 0x1d, 0x18, 0x38, 0xe5, 0x81, 0xf2, 0x2f, 0xf2, 0xc7, 0xb8, 0xa0, 0x3d, 0x88, 0x04, 0xa1, 0x39, 0x16, 0x9e, 0x8b, 0x15, 0xe4, 0xb3, 0xfd, 0xbb, 0x58, 0x7a, 0xfc, 0x26, 0x69, 0xc7, 0x3d, 0x3d, 0xdd, 0x6c, 0xe7, 0x25, 0x5b, 0x1b, 0x73, 0xd3, 0xcc, 0x36, 0x04, 0x49, 0x9b, 0xca, 0x54, 0x72, 0x56, 0x9a, 0x0a, 0x69, 0x1a, 0xc6, 0xd4, 0xb1, 0xc3, 0xff, 0xfa, 0xa8, 0xa2, 0xec, 0x51, 0x02, 0x00, 0x83, 0xfc, 0x35, 0xfd, 0x04, 0x00, 0x55, 0xfc, 0x88, 0xc3, 0xeb, 0x28, 0xb7, 0xf0, 0xb3, 0x5c, 0xd1, 0x2d, 0x00, 0x40, 0xe1, 0x91, 0x0b, 0x10, 0xd1, 0x1f, 0xbc, 0xb6, 0x94, 0x7f, 0xf2, 0x16, 0x29, 0xea, 0x83, 0xf7, 0x2f, 0xbd, 0x7c, 0x27, 0x77, 0x92, 0xa3, 0xba, 0x7f, 0xa6, 0x96, 0xb2, 0xac, 0xae, 0xae, 0xb1, 0xc5, 0x45, 0x99, 0xfb, 0xaf, 0xce, 0x9f, 0xfe, 0xe7, 0xec, 0xec, 0x85, 0xbc, 0x8d, 0xb2, 0x53, 0x3d, 0x14, 0xaf, 0x7d, 0x05, 0x00, 0x53, 0x14, 0xde, 0x0e, 0x0c, 0x50, 0x74, 0xb4, 0x47, 0xb9, 0x4a, 0x28, 0x36, 0x56, 0x85, 0x44, 0x57, 0x08, 0x58, 0xfe, 0xa9, 0xdc, 0x18, 0x57, 0xfe, 0x5d, 0x92, 0xf2, 0xe3, 0xd9, 0xa5, 0x97, 0xed, 0x60, 0xfd, 0xfd, 0x71, 0x7d, 0xc7, 0xb5, 0x10, 0x4b, 0x6f, 0xb2, 0xf3, 0x67, 0xa7, 0x24, 0x15, 0x36, 0x0a, 0xb9, 0xb7, 0xdf, 0xf9, 0xf9, 0xdf, 0xfd, 0xd4, 0x46, 0xe9, 0xe9, 0x83, 0x29, 0xcf, 0x7d, 0x03, 0x40, 0xc4, 0xe6, 0xb9, 0xfa, 0x5e, 0x44, 0x64, 0x83, 0x4b, 0x60, 0xb0, 0x1c, 0x60, 0xbc, 0x3e, 0xbf, 0x36, 0xcc, 0xde, 0xcd, 0x6e, 0xdd, 0xac, 0xfc, 0xdc, 0xf2, 0x0f, 0x8f, 0x0c, 0xea, 0x3b, 0xae, 0x45, 0x92, 0x0b, 0x17, 0xa7, 0x59, 0x26, 0x23, 0x37, 0x56, 0x5e, 0x3a, 0xfd, 0xfa, 0x3f, 0x72, 0x4e, 0x6d, 0x7a, 0xd0, 0x43, 0x16, 0x04, 0x00, 0x3c, 0x09, 0xb7, 0xf4, 0x33, 0xf2, 0x30, 0xb6, 0xca, 0xce, 0xad, 0x0c, 0xb2, 0x37, 0x16, 0x6c, 0x94, 0x7f, 0xd7, 0x4e, 0x36, 0x32, 0x32, 0xa4, 0xef, 0xb6, 0x16, 0xc9, 0xc9, 0xba, 0xc8, 0x95, 0x7f, 0x7e, 0x56, 0x76, 0x7c, 0x73, 0xab, 0x8b, 0x8f, 0x9c, 0xf8, 0xd5, 0x77, 0x5f, 0xf1, 0x4b, 0xd1, 0x6b, 0x01, 0x80, 0x69, 0xf3, 0x7c, 0xd3, 0x7b, 0xe9, 0x74, 0xfa, 0xa5, 0xde, 0xde, 0xde, 0xaf, 0x5b, 0x47, 0x16, 0x89, 0xb0, 0x73, 0xd3, 0x29, 0x36, 0x1f, 0x55, 0x95, 0x3f, 0xc2, 0x2e, 0x79, 0xdf, 0x36, 0x36, 0x38, 0xd8, 0xbf, 0x69, 0x21, 0x6d, 0x2d, 0x9d, 0x2b, 0x99, 0x4c, 0x8e, 0x3b, 0xbd, 0x33, 0x6c, 0x45, 0x59, 0xe9, 0xc5, 0x28, 0xe4, 0xcf, 0x1c, 0x7b, 0xe2, 0x5f, 0xbe, 0xed, 0x41, 0x07, 0x03, 0x05, 0x40, 0x25, 0xe5, 0xb7, 0x1e, 0x6f, 0xbe, 0xf9, 0xe6, 0xf3, 0x1f, 0xfb, 0xd8, 0xc7, 0xe0, 0xb9, 0x58, 0x01, 0xfe, 0x42, 0xb4, 0x5f, 0xea, 0xf0, 0xb0, 0xfe, 0x65, 0x93, 0x9d, 0x3b, 0x97, 0x64, 0xec, 0x9c, 0xbe, 0xe9, 0x5a, 0x2a, 0xf9, 0x02, 0xc6, 0xd2, 0xd4, 0x9b, 0x8f, 0xff, 0xd5, 0xda, 0xf4, 0xf1, 0x15, 0x12, 0xf5, 0x31, 0x55, 0xbd, 0x73, 0x78, 0xcf, 0xf7, 0x11, 0x80, 0x86, 0x9c, 0x4c, 0xbb, 0xf7, 0xf8, 0x08, 0x90, 0x5d, 0x58, 0x58, 0xf8, 0xeb, 0xf1, 0xf1, 0xf1, 0xef, 0xc2, 0xd8, 0x77, 0xe7, 0x66, 0x58, 0x2c, 0x3b, 0xcb, 0x0a, 0xbd, 0x93, 0xfa, 0x6e, 0x6a, 0xa9, 0x52, 0xf9, 0xf3, 0x53, 0xd3, 0x47, 0x7e, 0xf1, 0x17, 0xe7, 0x5f, 0xfe, 0xef, 0xa3, 0x44, 0xf1, 0x4d, 0x05, 0x08, 0x76, 0xef, 0xb1, 0xa0, 0x00, 0xa0, 0x2a, 0xbd, 0xdd, 0xdf, 0xc8, 0xf3, 0xcf, 0x3f, 0xff, 0x04, 0x1f, 0x05, 0xee, 0x1d, 0x1c, 0x1c, 0xfc, 0x46, 0x84, 0x99, 0xbd, 0xa3, 0x33, 0x8f, 0xb3, 0xd4, 0xf8, 0x1f, 0xb2, 0x5c, 0xff, 0xe5, 0xfa, 0xae, 0x6a, 0xf1, 0x24, 0xf9, 0xb5, 0xd4, 0x33, 0x67, 0x9f, 0x7b, 0xf0, 0xef, 0xe7, 0x4f, 0xbd, 0x38, 0xcd, 0xd6, 0x4b, 0x1b, 0x0c, 0xf2, 0x97, 0x3e, 0x4c, 0x17, 0x70, 0xf8, 0x4e, 0x81, 0xc4, 0xce, 0x23, 0x2e, 0x7f, 0xad, 0xc6, 0xcd, 0x4f, 0x3f, 0xfd, 0xf4, 0x81, 0x7d, 0xfb, 0xf6, 0xbd, 0xb0, 0x73, 0xe7, 0xce, 0x3f, 0x8b, 0xc5, 0x62, 0x37, 0x0c, 0xcf, 0x3d, 0xbb, 0x3b, 0x93, 0xb9, 0x10, 0xcd, 0x0c, 0xec, 0x61, 0x46, 0x6c, 0x18, 0xf3, 0xdd, 0x9a, 0x96, 0xf1, 0xd5, 0xd2, 0x28, 0x89, 0x14, 0xcd, 0xf5, 0x47, 0x9e, 0x3b, 0x84, 0xb6, 0x37, 0x3b, 0x42, 0x14, 0xb5, 0x58, 0xc8, 0x4f, 0x15, 0xb2, 0xcb, 0x6f, 0xa7, 0xce, 0xbe, 0xfe, 0xe8, 0xe9, 0xe7, 0x0e, 0xbc, 0xc1, 0xd6, 0x0b, 0xdb, 0x84, 0xe2, 0xdb, 0x29, 0xbf, 0x13, 0x18, 0x02, 0x03, 0x00, 0x55, 0x72, 0xf1, 0xbc, 0x48, 0xfe, 0x4a, 0xe7, 0xf6, 0xfb, 0xdf, 0xff, 0xfe, 0x28, 0x7f, 0xfc, 0x0d, 0x53, 0x6a, 0x86, 0x98, 0x5c, 0x4b, 0x24, 0x72, 0x08, 0x34, 0xb1, 0xc6, 0x4a, 0xfb, 0xeb, 0xd6, 0x4a, 0xd4, 0x36, 0x52, 0x28, 0xdd, 0x63, 0xe6, 0x60, 0xad, 0x0d, 0x1b, 0x4b, 0x5f, 0x74, 0x79, 0xd8, 0x01, 0xa3, 0x58, 0x8f, 0xf2, 0x7b, 0x75, 0x82, 0x55, 0xc5, 0xb7, 0x53, 0x7e, 0x21, 0xa2, 0x5a, 0x8f, 0xfa, 0x0d, 0x94, 0x32, 0xa9, 0xa5, 0x15, 0x14, 0x00, 0x86, 0xd6, 0x99, 0xb6, 0x03, 0x40, 0xc4, 0xc1, 0x79, 0xb5, 0x03, 0x81, 0xe1, 0xa0, 0xec, 0x45, 0x87, 0x11, 0xa1, 0x58, 0xaf, 0xf5, 0xaf, 0x26, 0x0a, 0x64, 0x54, 0x50, 0x7c, 0xf5, 0x24, 0xd5, 0xba, 0x0d, 0x27, 0xeb, 0xcf, 0x6c, 0x2e, 0x92, 0x96, 0xf6, 0x90, 0x62, 0x05, 0x9f, 0xd2, 0xb4, 0xa1, 0x34, 0x4e, 0xd6, 0xde, 0x6d, 0x44, 0xa8, 0xcb, 0x70, 0x7a, 0x4d, 0x84, 0x19, 0x1e, 0x94, 0xbe, 0xab, 0x82, 0xd5, 0x77, 0xb3, 0xfe, 0xac, 0x1e, 0x4f, 0x5e, 0x4b, 0x68, 0x01, 0x60, 0x3a, 0xe8, 0x4a, 0x25, 0x10, 0x38, 0xd1, 0x22, 0x83, 0xf8, 0x09, 0x05, 0x3f, 0x58, 0x43, 0x35, 0x99, 0x60, 0xa3, 0x82, 0xd2, 0x1b, 0xa5, 0xd7, 0x46, 0x05, 0xce, 0x1f, 0x25, 0x96, 0x3f, 0xe2, 0x11, 0x68, 0x5a, 0x5a, 0x1f, 0x00, 0x8c, 0xd9, 0x87, 0x34, 0x9d, 0x1c, 0xdc, 0x4a, 0xfe, 0x81, 0x2f, 0xba, 0x52, 0x6d, 0x29, 0x84, 0x5d, 0x52, 0x42, 0x2d, 0x4d, 0xed, 0x52, 0xac, 0x7f, 0xc4, 0x83, 0xf5, 0xd7, 0x7e, 0x40, 0xfb, 0x89, 0x5d, 0x8c, 0xde, 0xeb, 0x28, 0x60, 0x54, 0xf0, 0x0f, 0x7c, 0xd3, 0x93, 0x5a, 0x6a, 0x81, 0x4c, 0xe2, 0xe1, 0xdb, 0x59, 0x7d, 0xa3, 0x42, 0xc4, 0xc7, 0xae, 0x92, 0xaf, 0x9e, 0xe3, 0xd1, 0x12, 0xfe, 0x11, 0xc0, 0xb4, 0xf1, 0xf3, 0xbc, 0x8c, 0x02, 0x76, 0xa3, 0x81, 0xaf, 0x12, 0xab, 0x13, 0xe1, 0x46, 0x05, 0xce, 0x1f, 0x71, 0x01, 0x01, 0xb3, 0x19, 0x05, 0xf4, 0x08, 0xd0, 0x5e, 0x23, 0x80, 0x61, 0xe3, 0xdf, 0xb9, 0x8d, 0x02, 0x6e, 0x8e, 0x71, 0x20, 0x12, 0xf3, 0x09, 0xe9, 0x45, 0x17, 0x87, 0xd7, 0xab, 0xf5, 0x8f, 0x6a, 0x00, 0xb4, 0x1d, 0x00, 0x8a, 0x1e, 0x00, 0xa0, 0x8e, 0x02, 0xa6, 0xa2, 0xfc, 0x81, 0x4a, 0x2c, 0x00, 0xc4, 0x3b, 0x59, 0x7d, 0xd5, 0xf9, 0xdd, 0x34, 0xb7, 0x80, 0x6d, 0x9e, 0xf5, 0xaf, 0xa5, 0x75, 0xc5, 0x24, 0x0a, 0x5c, 0x8d, 0x2f, 0x50, 0xd7, 0x1c, 0xdf, 0x66, 0x02, 0xc0, 0xee, 0xc4, 0x99, 0x8b, 0xf3, 0xab, 0xfe, 0x8d, 0x36, 0x02, 0xf1, 0x5a, 0x9a, 0x02, 0x00, 0x95, 0xff, 0x3b, 0x8d, 0x02, 0x0d, 0x97, 0x46, 0x38, 0x9d, 0x76, 0x68, 0x76, 0xf2, 0x01, 0xb4, 0x13, 0xdc, 0x19, 0x14, 0x28, 0x34, 0x12, 0x6b, 0xa2, 0x75, 0xb0, 0xbb, 0x18, 0xda, 0x07, 0x68, 0xaf, 0x11, 0x20, 0xf4, 0x12, 0xd3, 0x17, 0x4d, 0x4b, 0x27, 0x8b, 0xa6, 0x1c, 0x5a, 0x34, 0x00, 0xb4, 0x68, 0xd1, 0x00, 0xd0, 0xa2, 0x45, 0x03, 0x40, 0x8b, 0x16, 0x0d, 0x00, 0x2d, 0x5a, 0x34, 0x00, 0xb4, 0x68, 0xd1, 0x00, 0xd0, 0xa2, 0x45, 0x03, 0x40, 0x8b, 0x16, 0x0d, 0x00, 0x2d, 0x5a, 0x34, 0x00, 0xb4, 0x68, 0xd1, 0x00, 0xd0, 0xa2, 0x45, 0x03, 0x40, 0x8b, 0x16, 0x0d, 0x00, 0x2d, 0x5a, 0x34, 0x00, 0xb4, 0x68, 0xd1, 0x00, 0xd0, 0xa2, 0x45, 0x03, 0x40, 0x8b, 0x16, 0x0d, 0x00, 0x2d, 0x5a, 0x34, 0x00, 0xb4, 0x68, 0x69, 0x15, 0xf9, 0x7f, 0x7c, 0x48, 0xdc, 0x4f, 0x21, 0x9c, 0xcd, 0xe6, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_open_192_png_len = 10149; unsigned char gtk_paste_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x10, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x50, 0x61, 0x73, 0x74, 0x65, 0xa4, 0x62, 0x45, 0x69, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x30, 0x7d, 0xfe, 0xf3, 0xd8, 0x00, 0x00, 0x15, 0x6a, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x49, 0xb0, 0x24, 0x47, 0x79, 0xfe, 0xb3, 0x96, 0x5e, 0xde, 0x32, 0xfb, 0x9b, 0x4d, 0x42, 0xe1, 0x99, 0x10, 0x9a, 0x41, 0x43, 0x08, 0x90, 0x65, 0x0b, 0x1c, 0x60, 0x64, 0x6c, 0xe9, 0x30, 0x32, 0xb2, 0x2f, 0xba, 0x29, 0x2c, 0xe1, 0x8b, 0x1d, 0xe6, 0x00, 0x21, 0x8e, 0x1c, 0x34, 0x3a, 0xd8, 0x17, 0x47, 0x80, 0x83, 0x93, 0xc7, 0x61, 0x07, 0xba, 0x29, 0x42, 0x3a, 0xc8, 0x21, 0x21, 0x11, 0xc6, 0x36, 0xd8, 0x40, 0xd8, 0x98, 0x30, 0x66, 0x24, 0xc5, 0x0c, 0x43, 0x8c, 0x40, 0x23, 0x31, 0xeb, 0x5b, 0xfb, 0x75, 0xbf, 0x5e, 0x6b, 0x49, 0xff, 0x7f, 0xd6, 0xd2, 0xd5, 0xd5, 0x55, 0xdd, 0x55, 0xdd, 0x59, 0xdd, 0xd5, 0xfd, 0x5e, 0xc6, 0xab, 0x57, 0x7b, 0x57, 0x55, 0x7e, 0xff, 0xff, 0xfd, 0x4b, 0x66, 0x65, 0x31, 0x98, 0xf1, 0xf2, 0xdc, 0x73, 0xcf, 0x1d, 0x37, 0x0c, 0xe3, 0xef, 0x19, 0x63, 0x8f, 0xe3, 0xea, 0xc2, 0x84, 0x2e, 0xdb, 0xe0, 0x9c, 0xff, 0xab, 0x6d, 0xdb, 0x7f, 0xf1, 0xf2, 0xcb, 0x2f, 0xdf, 0x9d, 0xe5, 0xfa, 0xd3, 0x66, 0x5d, 0x00, 0x4c, 0xd3, 0xbc, 0x88, 0xe0, 0x3f, 0x35, 0xe1, 0xcb, 0x2e, 0xe0, 0x35, 0xff, 0x44, 0x51, 0x14, 0x5a, 0xfe, 0xd3, 0x3d, 0x01, 0x98, 0x6e, 0xf9, 0x23, 0x6f, 0x01, 0x41, 0x11, 0x53, 0x96, 0x05, 0x35, 0x5f, 0x4c, 0xee, 0xf5, 0x1e, 0x9f, 0xf5, 0xca, 0x9b, 0x07, 0x01, 0x10, 0xb4, 0x4f, 0xda, 0x78, 0xea, 0xd4, 0x49, 0x38, 0x78, 0x70, 0x39, 0xd3, 0x8b, 0x6d, 0x6e, 0xd6, 0xe0, 0xfa, 0xf5, 0x5b, 0x80, 0xf4, 0x0f, 0x13, 0x34, 0x39, 0x7b, 0x02, 0x30, 0xac, 0x90, 0x00, 0x3c, 0xf8, 0xe0, 0x59, 0x28, 0x14, 0xb2, 0x7d, 0xa4, 0x13, 0x27, 0x4c, 0xf8, 0xf0, 0xc3, 0x3b, 0x9e, 0x00, 0xc0, 0x9e, 0x00, 0xe4, 0xa4, 0x10, 0xf5, 0x1f, 0x39, 0x72, 0x14, 0x4a, 0xa5, 0x02, 0x58, 0x16, 0x81, 0xc3, 0x65, 0x5f, 0x01, 0x54, 0x55, 0x81, 0x56, 0xab, 0x93, 0xb9, 0x99, 0xd9, 0x13, 0x80, 0x11, 0x05, 0xe0, 0xfa, 0xf5, 0x5f, 0x81, 0xae, 0xab, 0xd0, 0xe9, 0x74, 0x7c, 0x3b, 0x2d, 0xf3, 0xf7, 0x0b, 0x85, 0x02, 0x18, 0x86, 0xb5, 0x27, 0x00, 0x79, 0x2d, 0xb7, 0x6f, 0xdf, 0x74, 0xb5, 0xb4, 0x29, 0x9d, 0xa2, 0xc9, 0xc4, 0x94, 0x4a, 0x65, 0x97, 0x5d, 0x60, 0x4f, 0x00, 0x26, 0x14, 0xe3, 0x1f, 0xc0, 0x30, 0xef, 0x02, 0x2e, 0x3e, 0x86, 0xd3, 0x83, 0x38, 0xe9, 0x83, 0x34, 0x94, 0x31, 0x25, 0x53, 0xed, 0x8c, 0xba, 0xc6, 0x33, 0xcf, 0x3c, 0x13, 0x45, 0x35, 0x06, 0x4e, 0x57, 0xf0, 0xb8, 0x1f, 0xa8, 0xaa, 0xfa, 0xe2, 0x4b, 0x2f, 0xbd, 0x54, 0xc9, 0xad, 0xef, 0x94, 0xd7, 0x1b, 0x7b, 0xf6, 0xd9, 0x67, 0xcf, 0x21, 0xf8, 0xef, 0xe2, 0xe2, 0x57, 0x70, 0xfa, 0xc4, 0x20, 0xf0, 0x3d, 0x70, 0x14, 0x85, 0x81, 0x1b, 0x9b, 0x67, 0xe6, 0x68, 0xd2, 0x35, 0x12, 0x08, 0x19, 0xdd, 0xeb, 0x27, 0xd0, 0x0c, 0x7d, 0x95, 0x9e, 0x81, 0x9e, 0x25, 0xb7, 0xa6, 0x73, 0xd4, 0x13, 0xbf, 0xf2, 0xc5, 0x93, 0xf7, 0xa9, 0x60, 0x3d, 0x84, 0x5c, 0x5b, 0x96, 0x1e, 0x6b, 0xab, 0xba, 0xba, 0xbe, 0xfc, 0xd9, 0xbf, 0xe1, 0xac, 0x70, 0x8a, 0xd6, 0x8f, 0x1d, 0x3b, 0x8c, 0x0e, 0xde, 0x41, 0x17, 0xe8, 0x18, 0x2a, 0xd3, 0x34, 0xa4, 0x68, 0x0d, 0x6f, 0xc7, 0x82, 0x76, 0xbb, 0x95, 0x89, 0x09, 0x28, 0x16, 0x4b, 0x38, 0x57, 0xd1, 0xc4, 0x98, 0x60, 0x9a, 0xd6, 0xc0, 0x5c, 0xc1, 0xfa, 0xfa, 0x16, 0xdc, 0xbd, 0xbb, 0x21, 0xd6, 0x55, 0x6e, 0xfc, 0x7a, 0x7f, 0xe5, 0x3f, 0xbe, 0x8e, 0x77, 0x67, 0xc9, 0xcf, 0x4b, 0x40, 0x0d, 0x69, 0xfc, 0xd2, 0xdf, 0xbe, 0xb5, 0x76, 0x67, 0x22, 0x02, 0xf0, 0xfc, 0x53, 0x2b, 0x9f, 0xe2, 0x36, 0x7b, 0x09, 0x17, 0x1f, 0xca, 0x4a, 0x2a, 0x3b, 0xda, 0x11, 0xd8, 0x5e, 0x7a, 0x58, 0x2c, 0x3f, 0xf4, 0xd0, 0x03, 0x18, 0x7a, 0x1d, 0x8d, 0xbd, 0xfd, 0xa0, 0x40, 0x70, 0x6e, 0x0b, 0xfb, 0x6f, 0x59, 0x56, 0xe2, 0x47, 0x4f, 0x63, 0x31, 0x90, 0xce, 0x51, 0xc8, 0x16, 0x7a, 0x18, 0x60, 0xd0, 0xf9, 0x37, 0x6e, 0xac, 0xc2, 0x3b, 0xef, 0x5c, 0x15, 0xcb, 0xfb, 0xea, 0x6f, 0x43, 0xd1, 0xc8, 0x2e, 0x6b, 0x8c, 0x76, 0xe8, 0xc7, 0x36, 0xf0, 0x3f, 0xff, 0xd6, 0x77, 0xd6, 0xae, 0x65, 0x26, 0x00, 0xcf, 0x7f, 0xf1, 0xd8, 0xa7, 0x39, 0xf0, 0x1f, 0xe2, 0xd5, 0xf4, 0x2c, 0x69, 0xa9, 0x51, 0x3a, 0x0d, 0xf5, 0xd2, 0xfd, 0xa2, 0xc2, 0xcf, 0x9f, 0xff, 0x7c, 0x88, 0x72, 0xd9, 0x40, 0xcd, 0xab, 0xd7, 0x6b, 0x31, 0xc0, 0xa4, 0x93, 0xf5, 0xde, 0xf3, 0xbb, 0x2b, 0x8b, 0x8b, 0xcb, 0x89, 0x84, 0x86, 0x8e, 0xe1, 0x9c, 0xc1, 0x1b, 0x6f, 0xfc, 0xbb, 0x10, 0xc8, 0x52, 0xeb, 0x7d, 0x58, 0x6e, 0x5d, 0x83, 0x8c, 0xcb, 0x0e, 0x28, 0xfc, 0x53, 0xdf, 0x7c, 0x7d, 0xed, 0x3d, 0xe9, 0x4e, 0xe0, 0x85, 0xc7, 0x40, 0xdb, 0xe6, 0xf0, 0x6d, 0xb2, 0x6f, 0xf4, 0x70, 0xbf, 0xf3, 0xd1, 0x45, 0x38, 0x7e, 0x48, 0x07, 0x8d, 0x49, 0x97, 0x64, 0xf8, 0xd1, 0xed, 0x65, 0xf8, 0x05, 0xba, 0x4d, 0x0b, 0x0b, 0x25, 0xa4, 0x5d, 0xc7, 0xc2, 0x18, 0x46, 0x47, 0x4c, 0x83, 0x2a, 0x9f, 0x22, 0xbf, 0x62, 0xb1, 0x38, 0x10, 0xf4, 0x64, 0x1a, 0x1f, 0x7f, 0x90, 0x65, 0x99, 0x43, 0xcf, 0x2d, 0x14, 0x74, 0x0c, 0x47, 0x0b, 0x62, 0xad, 0x5c, 0x2e, 0xc1, 0xce, 0x4e, 0x1d, 0x4e, 0x1e, 0x2e, 0xc3, 0x17, 0x3e, 0x72, 0x40, 0x5e, 0x25, 0x79, 0xde, 0xa6, 0xc5, 0xe1, 0xfa, 0xaa, 0x01, 0x57, 0x3e, 0x6c, 0xd0, 0xea, 0x12, 0xb2, 0x33, 0x61, 0xf4, 0x39, 0xe9, 0x02, 0x50, 0x59, 0x58, 0xf9, 0x38, 0x03, 0x7e, 0x96, 0x96, 0x1f, 0x7d, 0x60, 0x09, 0x3e, 0xb2, 0x92, 0x1d, 0x09, 0x28, 0x3e, 0x4a, 0xcc, 0x07, 0xd4, 0xd9, 0xc4, 0x87, 0x68, 0xec, 0xe8, 0xd2, 0x38, 0x7a, 0xf4, 0xd0, 0x6f, 0x4a, 0x28, 0x5f, 0x50, 0x28, 0x14, 0x5d, 0xdf, 0x81, 0xf9, 0x87, 0x61, 0x84, 0x8a, 0x93, 0x5c, 0x8d, 0x29, 0xe8, 0x0c, 0xce, 0xdd, 0x57, 0x14, 0xe1, 0xe9, 0x2f, 0x6f, 0xb6, 0xe8, 0x32, 0x9f, 0xfd, 0xea, 0x93, 0x27, 0x3e, 0xf6, 0x77, 0x6f, 0xde, 0xfe, 0x85, 0x54, 0x01, 0x40, 0xdf, 0xe7, 0x93, 0x5e, 0x6e, 0xe5, 0xd8, 0x41, 0x4d, 0xa6, 0x10, 0xc7, 0xee, 0x23, 0x50, 0x8a, 0xc5, 0x82, 0x5f, 0xc1, 0xd1, 0x18, 0xb1, 0x14, 0x54, 0x9e, 0xde, 0x24, 0x8c, 0x72, 0x4d, 0x02, 0xdf, 0x63, 0x00, 0x4f, 0xb0, 0x6c, 0x7c, 0xa8, 0xa6, 0xc1, 0xa1, 0x2f, 0x53, 0xcd, 0xd3, 0xd7, 0x4f, 0xb0, 0x14, 0x55, 0x26, 0x6e, 0xe7, 0xde, 0x95, 0x82, 0x10, 0x00, 0x27, 0xb4, 0xb3, 0x3f, 0x8a, 0x33, 0xb9, 0x02, 0x80, 0x4e, 0xf5, 0xb2, 0x57, 0x19, 0x6a, 0x82, 0x48, 0xab, 0xc2, 0x8e, 0xc3, 0x07, 0xf0, 0x49, 0x68, 0xb0, 0xfd, 0xf8, 0x30, 0xe9, 0xa4, 0xfe, 0x2e, 0x5b, 0xc3, 0xff, 0x55, 0x37, 0xfb, 0x56, 0x0c, 0x55, 0x7a, 0x7a, 0xe7, 0x2d, 0x0a, 0xb8, 0x74, 0xe7, 0xa7, 0x33, 0x25, 0xc4, 0x00, 0xba, 0xde, 0x7b, 0xdf, 0xeb, 0xec, 0xb7, 0xe0, 0x7f, 0xb5, 0xdf, 0x15, 0xd1, 0x4a, 0x9a, 0xa2, 0x9b, 0xdb, 0xe8, 0x40, 0x5e, 0x42, 0x1f, 0xe2, 0x46, 0x8f, 0x60, 0x78, 0x99, 0xce, 0x53, 0x47, 0x35, 0x04, 0x9c, 0x81, 0xd6, 0x83, 0x89, 0x5d, 0x9c, 0x6a, 0x22, 0xa8, 0x01, 0xfb, 0xe1, 0x5d, 0xf6, 0x87, 0x78, 0xb3, 0xea, 0x48, 0xe7, 0xdb, 0x6e, 0x7a, 0xa2, 0x2b, 0x00, 0x2c, 0x71, 0x53, 0x6f, 0x9c, 0xf3, 0x96, 0xde, 0xf9, 0x1b, 0x8d, 0xaa, 0xe9, 0x1e, 0x49, 0xfb, 0x49, 0x08, 0x7a, 0x4d, 0x8b, 0x0a, 0x36, 0x2b, 0xe2, 0x94, 0xae, 0xca, 0xdb, 0xfa, 0x51, 0x58, 0x3f, 0xf0, 0x38, 0x1c, 0xdb, 0x78, 0x1d, 0x34, 0x63, 0xa3, 0x07, 0x7c, 0x5f, 0x22, 0xd8, 0xe8, 0x2d, 0x1f, 0x99, 0x08, 0xc0, 0x1a, 0x4a, 0xbb, 0x07, 0xfe, 0xef, 0x7f, 0xee, 0x31, 0xd0, 0x53, 0x4a, 0xfd, 0xf7, 0xbf, 0xff, 0x03, 0xd8, 0xda, 0xac, 0xb8, 0x9e, 0xb4, 0xd3, 0xfe, 0x4e, 0x36, 0xae, 0x37, 0xbc, 0xe3, 0x91, 0x4e, 0x60, 0x12, 0x32, 0xed, 0x3f, 0x6e, 0xb4, 0x63, 0xfa, 0x8f, 0x73, 0x56, 0x8a, 0x45, 0xab, 0x2f, 0x0f, 0x71, 0xfc, 0xf8, 0x71, 0xf8, 0x83, 0xcf, 0x7f, 0xc1, 0x17, 0x8c, 0x44, 0x8a, 0x80, 0x3f, 0xfe, 0xa3, 0x1f, 0xff, 0x27, 0x75, 0x7a, 0xc1, 0xc8, 0xe8, 0x14, 0xec, 0x43, 0x01, 0x08, 0x82, 0x2f, 0xa3, 0xb9, 0x23, 0x13, 0x01, 0x30, 0x58, 0xc9, 0x5f, 0xfe, 0xf4, 0xa3, 0x9f, 0x49, 0xed, 0x60, 0xbd, 0xfb, 0xee, 0x65, 0xd7, 0xec, 0x70, 0x8c, 0xeb, 0x1d, 0xbb, 0x46, 0xc9, 0x9d, 0x56, 0xab, 0x91, 0xe0, 0xa1, 0x79, 0x82, 0xca, 0x49, 0x52, 0x89, 0x7c, 0x64, 0xe1, 0x22, 0x61, 0xa5, 0x7b, 0xf7, 0x72, 0x13, 0x54, 0x0e, 0x1f, 0x3e, 0x02, 0x0f, 0x3f, 0xfc, 0x08, 0x94, 0x4a, 0xa5, 0x54, 0x75, 0xf1, 0x3f, 0x3f, 0xfd, 0x6f, 0x21, 0x00, 0xa6, 0x52, 0xea, 0x05, 0x5f, 0x12, 0x56, 0xb9, 0x6e, 0x0b, 0xa0, 0x07, 0xa6, 0xc4, 0x0e, 0x95, 0x66, 0xb3, 0x21, 0xa6, 0xa8, 0x63, 0x92, 0xb8, 0x9c, 0xc9, 0xb4, 0x85, 0x4b, 0x11, 0xb0, 0xe0, 0x3d, 0x65, 0xd1, 0x6d, 0x80, 0xbb, 0xff, 0xf8, 0x2c, 0x09, 0x00, 0xc5, 0xcf, 0x9e, 0x36, 0x0f, 0x2b, 0xa6, 0x69, 0xf8, 0x15, 0x49, 0x9a, 0x2f, 0xfc, 0x8a, 0x46, 0x13, 0xa7, 0xfa, 0x50, 0xd9, 0xef, 0xd6, 0x7d, 0x92, 0xe3, 0xc6, 0x3f, 0x26, 0x4e, 0x08, 0xbb, 0x6d, 0x12, 0xdc, 0x7f, 0xa6, 0x7a, 0x7d, 0x27, 0x41, 0x1e, 0xc1, 0x8b, 0x22, 0xf4, 0xcc, 0xc1, 0x9f, 0xa8, 0x00, 0x50, 0x25, 0x11, 0x95, 0x25, 0x8b, 0x38, 0xec, 0x00, 0x03, 0xb4, 0xc5, 0x13, 0xb7, 0x5a, 0x75, 0x14, 0x80, 0x1d, 0xe9, 0xb6, 0x3e, 0xce, 0x8e, 0x8f, 0x73, 0x1c, 0xb5, 0x17, 0xa8, 0xaa, 0xee, 0x32, 0x8a, 0x1d, 0x78, 0x7e, 0x2b, 0x51, 0x1d, 0x24, 0x06, 0x9f, 0xcf, 0x90, 0x00, 0x8c, 0x26, 0x34, 0xb6, 0xcf, 0x00, 0xcd, 0x66, 0x0b, 0x35, 0xa8, 0x9e, 0x81, 0x1d, 0x1f, 0xcf, 0xde, 0x47, 0x1d, 0x43, 0xa1, 0x9e, 0xe7, 0xec, 0x79, 0xbe, 0x80, 0x2c, 0xee, 0xe7, 0x51, 0xcb, 0x79, 0x13, 0x00, 0xce, 0xc7, 0x4a, 0xca, 0x89, 0x56, 0x37, 0xaf, 0xf2, 0x3a, 0x9d, 0xb6, 0x4f, 0xa9, 0x8b, 0x8b, 0x4b, 0x30, 0x0b, 0x85, 0xc2, 0x40, 0x4f, 0xd3, 0x3d, 0x36, 0xa3, 0x76, 0x0d, 0x69, 0xc9, 0xb3, 0x3c, 0x9b, 0x80, 0x71, 0xc1, 0xa7, 0x72, 0xef, 0xbd, 0xf7, 0x8a, 0x39, 0xd1, 0xbf, 0x61, 0x98, 0x22, 0xb7, 0x4e, 0x29, 0xe1, 0xde, 0x3c, 0x7f, 0xfe, 0x4b, 0xa7, 0x63, 0x20, 0x83, 0x75, 0xdc, 0x28, 0xe0, 0xb0, 0x74, 0xf0, 0x65, 0x08, 0x81, 0x22, 0x1d, 0x7c, 0x09, 0xe5, 0xcc, 0x99, 0x07, 0x44, 0xb8, 0x44, 0x76, 0xf3, 0xd2, 0xa5, 0x5f, 0xa2, 0xed, 0x6f, 0xf9, 0x89, 0xa0, 0x59, 0x99, 0xe8, 0x9e, 0x7f, 0xfe, 0xf3, 0xab, 0xe2, 0x19, 0xca, 0xe5, 0x32, 0x9c, 0x3d, 0x7b, 0x56, 0xaa, 0x09, 0xe0, 0x92, 0x24, 0x40, 0x93, 0x0d, 0xbe, 0x0c, 0x19, 0xd8, 0xb7, 0x6f, 0x1f, 0x9c, 0x3f, 0x7f, 0x1e, 0x5e, 0x7b, 0xed, 0x35, 0xd1, 0x92, 0xf6, 0x93, 0x9f, 0xbc, 0x0d, 0xb3, 0x5a, 0x48, 0x18, 0x9e, 0x78, 0xe2, 0x09, 0x34, 0x5f, 0x8b, 0xdd, 0x86, 0xa1, 0x51, 0x14, 0x29, 0x02, 0xfc, 0xdc, 0xf8, 0x00, 0x32, 0xc1, 0xf7, 0xca, 0x23, 0x8f, 0xfc, 0xb6, 0x70, 0xa4, 0xde, 0x7a, 0xeb, 0x2d, 0xa8, 0x56, 0xab, 0x33, 0x09, 0x3e, 0x09, 0xf2, 0x93, 0x4f, 0x9e, 0x87, 0xd3, 0xa7, 0x4f, 0xbb, 0x29, 0x62, 0x3d, 0x41, 0x5d, 0xf2, 0x89, 0xe5, 0x00, 0xa4, 0x08, 0x00, 0x8f, 0xb0, 0x51, 0x32, 0x0a, 0x69, 0xcc, 0xfd, 0xf7, 0xdf, 0x0f, 0x5f, 0xfe, 0xf2, 0x5f, 0xc1, 0xed, 0xdb, 0xb7, 0xa1, 0x56, 0xab, 0x01, 0xe7, 0xb3, 0xa2, 0xf5, 0x00, 0xcb, 0xcb, 0xcb, 0x70, 0xe2, 0xc4, 0x09, 0x3f, 0x1f, 0xb0, 0xb4, 0xb4, 0x34, 0x30, 0x23, 0x9a, 0x28, 0x2f, 0x11, 0x01, 0xfe, 0xb8, 0xfe, 0x80, 0x36, 0x36, 0xf8, 0x3c, 0x1b, 0xef, 0x94, 0xbc, 0xe6, 0x03, 0x07, 0x0e, 0x40, 0xa5, 0xb2, 0x05, 0xf7, 0xdc, 0x73, 0x0f, 0xcc, 0x72, 0x21, 0x7f, 0x86, 0x04, 0x60, 0xac, 0x64, 0x53, 0x14, 0xf8, 0x3c, 0x51, 0x5a, 0x62, 0x32, 0x0c, 0x20, 0xdb, 0x3b, 0x75, 0x2a, 0xae, 0x08, 0x2b, 0x2b, 0x2b, 0x42, 0xfb, 0xe9, 0x65, 0x0f, 0xa9, 0x31, 0xf5, 0x04, 0x6c, 0xbf, 0xa6, 0xa9, 0x82, 0xc9, 0xe2, 0xf2, 0xff, 0x69, 0x5f, 0x5e, 0xe1, 0x19, 0x38, 0xdc, 0x72, 0x9c, 0xc0, 0x3e, 0x07, 0x85, 0x8f, 0x1d, 0x0a, 0x86, 0x99, 0x60, 0x9e, 0x0a, 0x1f, 0xd3, 0x85, 0x97, 0xe9, 0x73, 0x69, 0x99, 0x80, 0xbf, 0x57, 0x32, 0x01, 0xbe, 0x0f, 0x7c, 0x09, 0x75, 0xad, 0x8d, 0x88, 0x79, 0xb4, 0x13, 0xb2, 0x07, 0xfe, 0xc8, 0xde, 0x7d, 0x92, 0xea, 0x93, 0x0d, 0xbe, 0xbc, 0x30, 0x30, 0x70, 0x43, 0x7b, 0x22, 0x30, 0xa2, 0x93, 0x37, 0x2c, 0x8c, 0xe2, 0xd9, 0xd4, 0xb5, 0x96, 0x05, 0xf8, 0x7b, 0x42, 0x30, 0x8a, 0xd6, 0xf3, 0xa9, 0x28, 0x9a, 0x26, 0x49, 0xc4, 0x03, 0x9d, 0x15, 0xf7, 0x80, 0x4f, 0xde, 0xd7, 0x20, 0x39, 0x94, 0x3c, 0xa3, 0xba, 0x96, 0x67, 0x02, 0xf6, 0xc0, 0x97, 0x47, 0xf7, 0x13, 0xac, 0x6b, 0x4d, 0x36, 0xf8, 0xb2, 0x1a, 0x29, 0x76, 0x3b, 0xdd, 0x4f, 0x4a, 0xd1, 0xe4, 0xb7, 0x05, 0x48, 0xb8, 0xb9, 0x9b, 0x37, 0x6f, 0x8a, 0xe4, 0xcf, 0xbc, 0xd2, 0x3d, 0x65, 0x36, 0x29, 0x55, 0x9c, 0x36, 0x0a, 0x08, 0x1f, 0x93, 0x0f, 0x27, 0x30, 0x02, 0x7c, 0xbe, 0x2b, 0x34, 0x5e, 0x1e, 0xdd, 0x8f, 0xd2, 0x75, 0x2d, 0x57, 0xcd, 0xc1, 0xbb, 0x0f, 0x7c, 0x79, 0x74, 0x9f, 0xb4, 0x9f, 0x61, 0x54, 0x7d, 0xe7, 0x28, 0x0c, 0xdc, 0x1d, 0xe0, 0x67, 0xa7, 0xf5, 0x3c, 0x75, 0x7d, 0x4f, 0x37, 0x0c, 0x1c, 0x40, 0xfb, 0xf3, 0x18, 0x09, 0xc8, 0x06, 0x5e, 0x16, 0xf8, 0x32, 0xfc, 0x81, 0x5c, 0x86, 0x81, 0xd4, 0x7f, 0x8e, 0x3a, 0x53, 0xcc, 0x2b, 0xdd, 0x3b, 0xad, 0x83, 0x3c, 0xa1, 0x80, 0x0c, 0x07, 0x7f, 0x1c, 0x09, 0xd0, 0xf2, 0x06, 0xbe, 0x57, 0x41, 0x69, 0x5f, 0xa1, 0x9a, 0x37, 0x27, 0x2f, 0xaa, 0xa2, 0x73, 0x1f, 0x06, 0xce, 0x83, 0x1f, 0x90, 0x3b, 0xe0, 0x67, 0x25, 0x0c, 0xcc, 0xc2, 0x41, 0x99, 0x77, 0xef, 0x3e, 0xe9, 0x0b, 0x28, 0xf9, 0x0d, 0x03, 0xe7, 0x04, 0xfc, 0x7c, 0x68, 0x3d, 0x4f, 0x5a, 0xd5, 0x39, 0xec, 0x15, 0x1c, 0xbe, 0xa1, 0x31, 0xef, 0x8c, 0x5e, 0x22, 0x35, 0x0c, 0x63, 0xae, 0xb4, 0x9e, 0x7a, 0x04, 0x3b, 0xef, 0x3a, 0xa4, 0xd3, 0xfa, 0x7c, 0x86, 0x81, 0x03, 0xc1, 0x1f, 0xff, 0xd6, 0x36, 0x36, 0x36, 0x32, 0x4f, 0x05, 0xcb, 0x6c, 0xb1, 0x4b, 0x42, 0xf7, 0x4b, 0x4b, 0xcb, 0x11, 0x9d, 0x5b, 0x93, 0x0e, 0x72, 0x91, 0x1d, 0xcb, 0x4a, 0xed, 0x12, 0x46, 0x77, 0x9f, 0x77, 0x13, 0x90, 0x1f, 0x27, 0x8f, 0x27, 0x06, 0x3e, 0xb2, 0xae, 0x01, 0xa4, 0x8c, 0x88, 0x2e, 0xb1, 0x57, 0x30, 0xcf, 0x7d, 0x87, 0x90, 0xbc, 0x3a, 0x79, 0x49, 0x71, 0x94, 0x0d, 0xfe, 0xc8, 0x02, 0xc0, 0x23, 0x9e, 0x20, 0xcf, 0xe0, 0x4f, 0x9a, 0xee, 0xe3, 0x81, 0x1f, 0xed, 0x75, 0xf5, 0x38, 0x41, 0xce, 0x49, 0xaf, 0x60, 0x2e, 0xfd, 0x85, 0xc5, 0xdd, 0x4b, 0xf7, 0xc9, 0x47, 0x23, 0xc9, 0xe7, 0xab, 0x61, 0x92, 0x1c, 0x14, 0x19, 0x6f, 0x02, 0xcd, 0x1e, 0xdd, 0x0f, 0x1f, 0xf0, 0xa2, 0x0f, 0xfc, 0xbc, 0x35, 0x07, 0xf3, 0xb9, 0xd6, 0xfa, 0xf1, 0xd8, 0x61, 0xdc, 0x51, 0x4c, 0xa2, 0xc0, 0xcf, 0x55, 0x73, 0xf0, 0x88, 0x0d, 0x5c, 0xbb, 0xdc, 0xbb, 0x4f, 0x37, 0xe6, 0xdf, 0x20, 0xf0, 0xf3, 0xf1, 0x72, 0x28, 0x4c, 0xa7, 0x39, 0x78, 0x1e, 0xe9, 0x3e, 0x49, 0x28, 0x98, 0x8b, 0x5e, 0xc1, 0x51, 0xe0, 0xf3, 0x5d, 0xa5, 0xf5, 0xf2, 0xe9, 0x7e, 0x52, 0xe0, 0x4b, 0xf3, 0x01, 0x64, 0x83, 0xbf, 0xb9, 0xb9, 0x09, 0xcd, 0x66, 0x73, 0xe6, 0xe8, 0xde, 0x3b, 0x8e, 0xfa, 0x33, 0xf4, 0x37, 0x67, 0x27, 0xd5, 0x7a, 0x1e, 0xcb, 0x6c, 0x3c, 0x83, 0xba, 0xce, 0x65, 0xaf, 0x60, 0x02, 0x3f, 0x2e, 0x15, 0x3c, 0x0b, 0x74, 0x4f, 0x9d, 0x59, 0xba, 0x02, 0x90, 0x86, 0xee, 0xfb, 0xc1, 0x0f, 0x9f, 0x23, 0x9b, 0x65, 0xb5, 0xbc, 0x81, 0xbf, 0x3b, 0xe9, 0xbe, 0x17, 0xec, 0x2e, 0xf8, 0x7c, 0x30, 0xf8, 0xbb, 0xa5, 0x57, 0xf0, 0x7c, 0x3b, 0x79, 0x71, 0x9a, 0xce, 0xa3, 0x85, 0x23, 0xaf, 0x61, 0x60, 0x5f, 0x52, 0x68, 0x42, 0x5a, 0x9f, 0xd7, 0xdc, 0xbd, 0xec, 0x41, 0xa7, 0xe3, 0xc0, 0xe7, 0x79, 0x60, 0x80, 0x28, 0x07, 0x65, 0x9c, 0x42, 0x9f, 0x68, 0x95, 0xa5, 0xf5, 0xd3, 0x48, 0xe1, 0x6a, 0x9a, 0x3e, 0x36, 0xf0, 0x71, 0x3e, 0x80, 0xec, 0xa1, 0x78, 0xe4, 0x8e, 0x10, 0xc2, 0x65, 0x68, 0x3d, 0x87, 0x43, 0x87, 0xe8, 0x23, 0x91, 0x07, 0x77, 0x0d, 0xdd, 0x27, 0x36, 0x7d, 0x83, 0x06, 0x8a, 0x9c, 0x64, 0xaf, 0x60, 0x9e, 0x41, 0x68, 0x92, 0x8e, 0xee, 0xd3, 0x68, 0x7d, 0xf6, 0xc0, 0xa7, 0x75, 0xf2, 0x86, 0xd5, 0xae, 0xc7, 0x00, 0x8e, 0x00, 0xf4, 0x7f, 0x24, 0x22, 0xaa, 0xaa, 0xa6, 0xfb, 0x5e, 0x00, 0x1f, 0xc1, 0x48, 0xe6, 0x3c, 0xa6, 0x9f, 0x0e, 0xf0, 0x09, 0x4c, 0xac, 0x64, 0x87, 0x7b, 0xac, 0x37, 0x83, 0xc2, 0x0f, 0xe7, 0x0d, 0x62, 0xc0, 0x13, 0x83, 0xbf, 0xfb, 0xbc, 0xfb, 0xa4, 0xf5, 0xd0, 0x65, 0x81, 0x01, 0x0e, 0xf7, 0xd4, 0x7b, 0x04, 0x8d, 0x08, 0xfe, 0xbc, 0xb6, 0xd8, 0xc9, 0xd6, 0xfa, 0xb8, 0xdb, 0x48, 0xab, 0x68, 0x13, 0xca, 0x03, 0x0c, 0xbf, 0xa1, 0xa4, 0xc0, 0xdf, 0xb8, 0xe1, 0x8d, 0x0f, 0x90, 0xa3, 0xfe, 0x78, 0x20, 0x4f, 0xe3, 0x4f, 0x9e, 0x3c, 0x21, 0x3a, 0x89, 0x86, 0x4b, 0xf4, 0x50, 0xb2, 0x7c, 0xa4, 0xba, 0x9e, 0x70, 0x1e, 0x60, 0x78, 0x97, 0xb0, 0xf4, 0x31, 0xfd, 0xb4, 0x9d, 0xbc, 0x6c, 0xc0, 0x0f, 0xd3, 0x7a, 0x10, 0xfc, 0x61, 0xdf, 0x46, 0x8c, 0xac, 0x6b, 0x3e, 0x45, 0x01, 0x90, 0x79, 0x43, 0xf9, 0x49, 0xe1, 0x66, 0x03, 0x7c, 0x1c, 0xdd, 0x07, 0x41, 0x0f, 0x0b, 0x81, 0xf0, 0x0d, 0x42, 0xcd, 0xad, 0xb9, 0xfb, 0x5e, 0xc0, 0xb8, 0x37, 0x34, 0xad, 0x16, 0xbb, 0xc9, 0x81, 0x1f, 0x0f, 0x7c, 0x18, 0xf4, 0xe0, 0xb6, 0x3e, 0x93, 0x90, 0x51, 0xa7, 0x9b, 0x6c, 0xda, 0x02, 0xb8, 0x1c, 0xe0, 0xe7, 0x81, 0xee, 0xa3, 0x4a, 0x14, 0xe0, 0x71, 0x26, 0xc0, 0xd3, 0xf9, 0xac, 0xfa, 0x5d, 0x68, 0x59, 0x80, 0xcf, 0xc7, 0x04, 0x9f, 0xda, 0xd3, 0x97, 0x97, 0xf7, 0x4d, 0x80, 0xee, 0x27, 0xeb, 0xdd, 0x7b, 0x00, 0x53, 0x53, 0x71, 0x9c, 0xe6, 0x0f, 0xf5, 0x03, 0xf2, 0xd6, 0x1c, 0x9c, 0x06, 0xfc, 0xa4, 0x5a, 0x4f, 0x5f, 0x0d, 0xf3, 0xbe, 0x1c, 0x36, 0x5b, 0x31, 0x7d, 0x7c, 0x58, 0x37, 0x0c, 0xf0, 0xf0, 0xb6, 0x24, 0xe0, 0xf3, 0xd9, 0xeb, 0x15, 0xbc, 0xbb, 0x92, 0x39, 0x49, 0xe9, 0x7e, 0x90, 0x09, 0x88, 0xf5, 0xb9, 0x72, 0x35, 0x50, 0xe4, 0x98, 0x6d, 0xd3, 0xf3, 0x98, 0xc2, 0x1d, 0x44, 0xed, 0x49, 0x84, 0x80, 0xa6, 0x61, 0x5d, 0xc2, 0x72, 0x63, 0x02, 0xc6, 0xe9, 0x15, 0x3c, 0xef, 0x5a, 0x9f, 0x56, 0xf3, 0xc3, 0x2c, 0x10, 0x7c, 0x1f, 0x80, 0x81, 0xfc, 0x5e, 0xd7, 0x53, 0xeb, 0x15, 0x3c, 0x08, 0xf8, 0xe0, 0xf8, 0x00, 0xd3, 0x76, 0xf2, 0xa2, 0x46, 0xf4, 0x1c, 0xa6, 0xf5, 0xe3, 0x68, 0x7e, 0x14, 0x83, 0x40, 0x06, 0x9a, 0x2f, 0xd5, 0x07, 0x48, 0x03, 0x7e, 0x12, 0x40, 0x69, 0x7c, 0x80, 0x6a, 0xb5, 0x36, 0x26, 0xa0, 0x72, 0xc2, 0xba, 0x33, 0x67, 0xce, 0x8c, 0x1d, 0xd3, 0xa7, 0xdd, 0xd6, 0xfd, 0xf2, 0x78, 0xf6, 0x25, 0x9b, 0xef, 0x06, 0xf2, 0xf1, 0xe8, 0x3e, 0x8f, 0x99, 0x3c, 0x99, 0x74, 0x9f, 0x84, 0xfe, 0x87, 0x39, 0x83, 0xf9, 0x31, 0x01, 0xa9, 0x43, 0x93, 0xac, 0x5a, 0xec, 0xb2, 0x01, 0x3e, 0xad, 0x93, 0x27, 0x6b, 0x9b, 0x37, 0xe7, 0x19, 0xbf, 0x6a, 0x95, 0xf9, 0x40, 0x91, 0xbd, 0x5d, 0x9c, 0x67, 0xa7, 0xc5, 0xce, 0x03, 0x3e, 0x7c, 0xec, 0x38, 0x00, 0xa7, 0x89, 0x00, 0x92, 0x84, 0x84, 0xf9, 0x72, 0x02, 0x63, 0xc7, 0xaf, 0x8b, 0xff, 0x9c, 0xf8, 0xf8, 0x03, 0x29, 0x4c, 0x8f, 0xee, 0xb3, 0xd2, 0xfc, 0x41, 0x61, 0x60, 0x6e, 0x04, 0x20, 0xea, 0x73, 0xb1, 0x3c, 0xa6, 0xf2, 0xc4, 0x27, 0x04, 0x59, 0x12, 0x50, 0xbb, 0x1b, 0xbc, 0xf1, 0x01, 0xf2, 0x1e, 0xd3, 0x67, 0xc9, 0x06, 0x54, 0x8f, 0xb6, 0x6d, 0xcf, 0x80, 0x13, 0x38, 0x00, 0x7c, 0x6f, 0x1b, 0xe7, 0x2c, 0xf0, 0xd6, 0x4b, 0x1e, 0x63, 0xfa, 0xf1, 0xbc, 0x7b, 0x99, 0x82, 0xe1, 0x01, 0x4f, 0xf3, 0x46, 0xa3, 0x01, 0x86, 0x65, 0xba, 0xc7, 0xa8, 0xf9, 0x36, 0x01, 0xf1, 0x43, 0x97, 0x70, 0x49, 0x4e, 0xde, 0x6c, 0xa4, 0x70, 0x47, 0x65, 0x03, 0x2a, 0xb6, 0x6d, 0xf9, 0xe0, 0x53, 0x1e, 0xe4, 0xf5, 0x37, 0xff, 0xb9, 0x5b, 0xaf, 0xe5, 0xa3, 0xa0, 0xe6, 0x92, 0x01, 0x60, 0xf0, 0xb8, 0x35, 0x8e, 0x23, 0xc5, 0x43, 0x15, 0x9d, 0xff, 0x16, 0xbb, 0x49, 0x6a, 0x3e, 0x81, 0xee, 0x00, 0xef, 0xcc, 0xd7, 0xd7, 0xd7, 0xe0, 0xbb, 0xdf, 0xfb, 0x2e, 0xac, 0xe1, 0xdc, 0xbf, 0x2f, 0xb3, 0x99, 0xd7, 0x30, 0x70, 0xd8, 0xb8, 0x35, 0x7c, 0x26, 0xe8, 0x7e, 0x12, 0x4e, 0x5d, 0x14, 0xdd, 0x5b, 0x96, 0xe5, 0x0a, 0x80, 0x05, 0xef, 0x5f, 0x7f, 0x1f, 0xae, 0x5c, 0xbd, 0x0c, 0xd7, 0xde, 0xbb, 0xd6, 0x67, 0xff, 0x99, 0xd9, 0xc8, 0xa1, 0x00, 0x24, 0x78, 0x61, 0xd1, 0x63, 0x80, 0x51, 0x87, 0x49, 0x9b, 0x15, 0xba, 0x4f, 0x72, 0x4c, 0xc7, 0xe8, 0x80, 0x65, 0x5a, 0xd0, 0x6c, 0x35, 0x60, 0x67, 0xa7, 0x0e, 0xb5, 0x9d, 0x9a, 0xd0, 0xf6, 0xbb, 0xab, 0x77, 0xe0, 0xce, 0xdd, 0x3b, 0x03, 0xc7, 0x44, 0x00, 0xbb, 0x93, 0xff, 0x30, 0x30, 0xaa, 0x63, 0x68, 0xb4, 0x63, 0x98, 0x1f, 0xba, 0x1f, 0x47, 0xa3, 0xeb, 0x8d, 0x3a, 0x7c, 0xef, 0xdf, 0xfe, 0x05, 0xda, 0xed, 0x96, 0x08, 0x75, 0x89, 0xc2, 0xdb, 0x9d, 0xb6, 0x6b, 0xcf, 0xc9, 0x8e, 0x3b, 0xa0, 0x75, 0x3a, 0x9d, 0x54, 0x1e, 0x7d, 0x41, 0x2f, 0x82, 0x69, 0x1a, 0x60, 0x73, 0xe7, 0x1c, 0x06, 0xd9, 0xe5, 0x03, 0x32, 0xfa, 0x7c, 0x7c, 0xb8, 0xf2, 0xf9, 0x90, 0x28, 0x60, 0xba, 0x5a, 0x3f, 0xaa, 0x20, 0x68, 0xaa, 0x0a, 0x1f, 0xfe, 0xe6, 0x83, 0x91, 0xab, 0x4d, 0xfc, 0x86, 0xa6, 0x81, 0x8a, 0xbf, 0x43, 0xa0, 0xeb, 0x9a, 0x0e, 0x05, 0xad, 0x20, 0x84, 0x68, 0x73, 0x7b, 0xa3, 0x7b, 0xad, 0x0c, 0xd3, 0x01, 0x5a, 0xb6, 0xe0, 0xf7, 0x0e, 0x7a, 0x20, 0x6b, 0x54, 0x2d, 0x19, 0x4e, 0x9e, 0x0c, 0xa7, 0xae, 0xdb, 0x6b, 0x09, 0x44, 0x03, 0x4e, 0xb1, 0x50, 0xf2, 0xf7, 0xeb, 0x04, 0x2c, 0x4e, 0xb4, 0x5d, 0xd7, 0x0b, 0x38, 0x69, 0x50, 0x28, 0x14, 0x10, 0x6c, 0x0d, 0x05, 0x47, 0x13, 0xc2, 0xe3, 0xf8, 0x00, 0xe8, 0xfc, 0x21, 0x5b, 0x50, 0x0b, 0xa8, 0x69, 0x9a, 0xc8, 0x16, 0x6d, 0xa8, 0xd4, 0xb6, 0xfc, 0x6b, 0x28, 0x19, 0x0f, 0xbf, 0x97, 0x79, 0xaf, 0xe0, 0xfe, 0x08, 0x60, 0x14, 0xad, 0x9f, 0x3e, 0xdd, 0x47, 0x6d, 0x23, 0x70, 0x49, 0x83, 0x09, 0xb8, 0xfd, 0xcb, 0x07, 0xe0, 0x33, 0x8f, 0xfe, 0xde, 0xc0, 0x14, 0x2e, 0x1d, 0xe7, 0x4d, 0xed, 0x76, 0xdb, 0x69, 0xf6, 0xee, 0xb4, 0x7c, 0xf0, 0x29, 0xf4, 0xdb, 0xa8, 0x6c, 0xf8, 0xe6, 0xc2, 0x32, 0x4c, 0x40, 0x89, 0xc9, 0x34, 0x25, 0x3c, 0x81, 0x11, 0x42, 0xf8, 0x4c, 0xd2, 0x7d, 0xd2, 0xf3, 0xe8, 0x3b, 0x00, 0x04, 0x1e, 0xd9, 0xeb, 0xb8, 0x66, 0x5c, 0x02, 0xd4, 0x03, 0x9e, 0x40, 0x26, 0xf0, 0xc9, 0xe1, 0xf3, 0x80, 0xf7, 0xb6, 0x57, 0xaa, 0x9b, 0x60, 0x98, 0x8e, 0xdf, 0x60, 0x1a, 0x16, 0x6c, 0x6f, 0x6e, 0xc3, 0xa1, 0x23, 0x07, 0x84, 0x89, 0xc8, 0x97, 0x00, 0x0c, 0x7c, 0x61, 0xb1, 0xbf, 0x93, 0x48, 0xd4, 0xab, 0xce, 0xb3, 0x9a, 0xc2, 0x0d, 0x6f, 0x53, 0x15, 0xd5, 0xbd, 0xcf, 0xae, 0x93, 0x47, 0xa1, 0x1d, 0x81, 0x4c, 0xc0, 0xd3, 0x32, 0x4d, 0x04, 0x32, 0xcd, 0x09, 0x68, 0x72, 0x0a, 0x83, 0x6c, 0x40, 0xd3, 0xf6, 0x4e, 0x05, 0x5a, 0x9d, 0x96, 0xef, 0x40, 0xd6, 0xb6, 0xab, 0x22, 0x34, 0x9c, 0x89, 0x54, 0x70, 0x1c, 0xf8, 0xe9, 0xe3, 0xfe, 0xe9, 0xd3, 0x7d, 0xda, 0xf3, 0x3c, 0xed, 0x0c, 0x7a, 0xf9, 0x04, 0x70, 0xa5, 0x52, 0x89, 0x65, 0x01, 0x4f, 0xe3, 0xbd, 0xe5, 0xea, 0xce, 0x36, 0x34, 0xdb, 0x0d, 0x9f, 0xc5, 0xaa, 0x5b, 0x15, 0x64, 0x00, 0xd3, 0x77, 0xa0, 0xf3, 0x2d, 0x00, 0x30, 0xb8, 0x63, 0x68, 0x30, 0x07, 0x30, 0x6f, 0x29, 0xdc, 0xa0, 0x00, 0x90, 0x33, 0x17, 0x04, 0x3b, 0x58, 0x3c, 0x06, 0x88, 0x9a, 0xb6, 0x6b, 0xa4, 0xf9, 0x4d, 0xff, 0x99, 0xb6, 0xb7, 0xb6, 0xa1, 0xd3, 0x36, 0xd0, 0xb7, 0x50, 0x85, 0x79, 0xc9, 0x3d, 0x03, 0xf0, 0x21, 0xce, 0xa0, 0xd7, 0xa6, 0x3e, 0x8f, 0x2d, 0x76, 0x04, 0x34, 0x73, 0xed, 0xbe, 0x97, 0xc6, 0xf5, 0x80, 0x0d, 0x83, 0x1f, 0xd4, 0x78, 0xe1, 0xed, 0x1b, 0x1d, 0x01, 0xbe, 0x67, 0xf3, 0x05, 0xf8, 0x9b, 0x28, 0x0c, 0xcd, 0x36, 0x46, 0x17, 0x05, 0xf1, 0xf2, 0xc8, 0x4c, 0x08, 0x40, 0x4f, 0xa8, 0x17, 0x19, 0x06, 0x0e, 0xa3, 0x31, 0xf9, 0x2d, 0x76, 0x93, 0x4c, 0xe1, 0x2a, 0xbe, 0x00, 0x38, 0x0d, 0x38, 0x1e, 0xd0, 0x61, 0xaf, 0x3f, 0x48, 0xfd, 0xc2, 0x44, 0xec, 0x6c, 0xe1, 0x6f, 0x98, 0x3e, 0x63, 0x6c, 0xad, 0x13, 0xed, 0x77, 0x10, 0xf8, 0x22, 0x0a, 0x40, 0x51, 0xcc, 0x29, 0xc2, 0xf0, 0x5a, 0x03, 0xf3, 0xcb, 0x00, 0x43, 0x3f, 0x1f, 0xcf, 0x63, 0x28, 0x3b, 0xbf, 0x74, 0x1f, 0x77, 0x8c, 0x03, 0x96, 0xe5, 0x37, 0xde, 0x88, 0xc9, 0x6b, 0xae, 0x45, 0x41, 0x08, 0x3b, 0x77, 0x61, 0xad, 0xa7, 0xa9, 0xd1, 0xac, 0x43, 0xb5, 0x5e, 0xf5, 0x9d, 0x46, 0xb2, 0xf5, 0x04, 0x3e, 0xfe, 0xb2, 0x18, 0x1d, 0xcd, 0xd3, 0x7e, 0xca, 0x19, 0x10, 0x03, 0x18, 0xf5, 0x5a, 0x7e, 0x05, 0x80, 0x0f, 0x6a, 0x17, 0xe8, 0x6b, 0x0b, 0x98, 0x0e, 0xdd, 0xcb, 0x12, 0x8c, 0x60, 0x6b, 0x5d, 0x70, 0x32, 0x4d, 0xc7, 0x53, 0x57, 0x5d, 0x01, 0xf0, 0xc2, 0xbc, 0xb0, 0x10, 0xd0, 0xbc, 0x5a, 0xdf, 0x16, 0xed, 0x00, 0x5e, 0x31, 0x3a, 0x06, 0x82, 0xbf, 0x25, 0xfc, 0x88, 0x62, 0xb1, 0x2c, 0x34, 0x9f, 0x80, 0xa7, 0x89, 0x96, 0xc9, 0x0f, 0xa8, 0xd5, 0x67, 0xcd, 0x04, 0xf4, 0xc5, 0xf9, 0x5c, 0x1a, 0xdd, 0x4f, 0xc2, 0xa9, 0x1b, 0x44, 0xf7, 0x51, 0x02, 0x60, 0xb8, 0x74, 0x4f, 0xa6, 0xc0, 0x7b, 0x9f, 0x21, 0xac, 0xf5, 0xcd, 0x56, 0x53, 0x64, 0xf7, 0x3c, 0xca, 0xa7, 0xdf, 0x6c, 0xd6, 0x9b, 0x50, 0xad, 0x54, 0x85, 0xc6, 0x87, 0x81, 0xf7, 0xb6, 0x91, 0x09, 0xc8, 0xba, 0x5f, 0xe0, 0xf8, 0xc3, 0xc4, 0xf5, 0xf5, 0x0a, 0xe6, 0x11, 0x60, 0xf2, 0x01, 0xa9, 0xe0, 0xf1, 0x53, 0xb8, 0x59, 0xb1, 0x41, 0x98, 0xee, 0xc3, 0x02, 0x20, 0x1a, 0x7f, 0xda, 0x8e, 0x07, 0xaf, 0x30, 0xa5, 0xc7, 0x07, 0xf0, 0x1d, 0xbd, 0x6a, 0x05, 0x1a, 0xad, 0x7a, 0xc0, 0x29, 0xb4, 0x45, 0x82, 0x87, 0xec, 0x7d, 0xb9, 0x5c, 0x0a, 0x80, 0xee, 0x00, 0x5f, 0x28, 0x14, 0xdd, 0x6d, 0x85, 0x19, 0x72, 0x02, 0x07, 0xd8, 0xea, 0xde, 0x31, 0xef, 0xf2, 0x91, 0xc2, 0x4d, 0x42, 0xf7, 0xc3, 0xc0, 0xa7, 0xa9, 0xdd, 0x69, 0xf9, 0xe1, 0x1f, 0xf9, 0x00, 0x41, 0xf0, 0x2b, 0xd5, 0x2d, 0xa4, 0xef, 0x6a, 0x4f, 0x48, 0xd8, 0x6a, 0xb6, 0x30, 0xc6, 0xaf, 0x0a, 0xb6, 0x28, 0x97, 0xbb, 0x94, 0x1f, 0x06, 0xde, 0x13, 0x08, 0x62, 0x80, 0xd9, 0x09, 0x03, 0x39, 0x1f, 0xe8, 0xc0, 0xd1, 0x43, 0xd3, 0x03, 0x26, 0x71, 0xf2, 0xbc, 0xf5, 0x41, 0xa3, 0x66, 0xc4, 0xed, 0x1b, 0x76, 0x7c, 0xdc, 0x2b, 0x58, 0x61, 0xba, 0xa7, 0x27, 0x1b, 0x26, 0x00, 0x5b, 0x5b, 0x5b, 0xfe, 0xef, 0x50, 0x46, 0x90, 0x6c, 0x7f, 0xb5, 0xb6, 0x2d, 0x12, 0x3b, 0xa6, 0x65, 0xf6, 0x68, 0xfd, 0xce, 0x76, 0x15, 0x9a, 0x8d, 0x16, 0xd6, 0x81, 0xee, 0x03, 0x4c, 0xcb, 0x04, 0x7c, 0x90, 0xf6, 0x7b, 0x7d, 0x80, 0x9c, 0x9a, 0x80, 0x41, 0x00, 0x46, 0xe7, 0x01, 0x9c, 0x0d, 0xe1, 0x9c, 0x76, 0xdc, 0xb0, 0xe8, 0xe1, 0x17, 0x23, 0xa2, 0x40, 0x0b, 0xce, 0xd3, 0x0a, 0x4b, 0xd4, 0x7e, 0xaf, 0x2f, 0x5e, 0x34, 0xd8, 0x3c, 0x92, 0xfe, 0x57, 0x57, 0x57, 0xfd, 0xeb, 0xd7, 0x1b, 0x3b, 0xb0, 0x59, 0xd9, 0xe8, 0xad, 0x0b, 0x5c, 0xae, 0xa3, 0x17, 0x57, 0x17, 0x9e, 0x1c, 0xf7, 0x43, 0xbc, 0xb0, 0xad, 0x77, 0x40, 0xf7, 0x4c, 0x40, 0x77, 0xdf, 0x4c, 0x08, 0x40, 0x14, 0xf8, 0x3c, 0x81, 0x76, 0x27, 0x4d, 0x71, 0x86, 0x2b, 0x60, 0xd8, 0x4b, 0x94, 0x83, 0x98, 0x21, 0xd8, 0xd7, 0xbe, 0xbb, 0x6e, 0x3b, 0x4d, 0xb2, 0x7c, 0xb0, 0xad, 0x0f, 0x6b, 0xff, 0xf5, 0x0f, 0xde, 0x87, 0x4b, 0xef, 0xbc, 0xdd, 0xa5, 0xf7, 0x76, 0xab, 0xe7, 0x19, 0x5b, 0xa8, 0xed, 0xb5, 0xea, 0x0e, 0x86, 0x89, 0x96, 0xf0, 0xe6, 0x3d, 0x60, 0x83, 0x00, 0x53, 0x33, 0x71, 0x50, 0x10, 0x3c, 0x53, 0xe0, 0xb1, 0x83, 0x9a, 0x71, 0x4b, 0xa0, 0x34, 0x06, 0x08, 0x83, 0xaf, 0x59, 0xdd, 0xd8, 0xf5, 0x9f, 0xbe, 0xfd, 0x0f, 0x63, 0x09, 0x55, 0xde, 0x8a, 0xd7, 0x03, 0x92, 0xc7, 0xf9, 0x31, 0xc8, 0x16, 0x80, 0x93, 0x00, 0x75, 0xe5, 0x50, 0xdf, 0x73, 0x59, 0xdc, 0x42, 0xa7, 0xb0, 0x01, 0x4d, 0x74, 0x1e, 0x07, 0x31, 0x56, 0x9f, 0xf0, 0xb7, 0x6b, 0x39, 0x36, 0x01, 0x21, 0xcd, 0x2f, 0xd7, 0xaf, 0xc1, 0xce, 0xe2, 0xc7, 0xc1, 0x56, 0x17, 0x73, 0x0d, 0xe6, 0x28, 0xc5, 0x85, 0xc6, 0x79, 0x57, 0xbf, 0xa7, 0x06, 0x98, 0xb3, 0x95, 0x12, 0x83, 0xb2, 0x5f, 0xee, 0xb5, 0x5a, 0xc0, 0x2a, 0x57, 0xf3, 0x24, 0x00, 0xdd, 0xd7, 0xbd, 0xfa, 0x3f, 0x1f, 0x8f, 0x7b, 0x78, 0x1b, 0x8e, 0xac, 0xbd, 0x0e, 0xf5, 0xc5, 0x8f, 0x81, 0xa5, 0xed, 0x8f, 0xcc, 0x19, 0x0c, 0x4d, 0x2c, 0x85, 0x7d, 0x89, 0x04, 0x02, 0x98, 0x26, 0x61, 0x15, 0xff, 0xbb, 0xc9, 0xfb, 0x2a, 0x4c, 0xe2, 0xfd, 0x5d, 0xde, 0xa9, 0x02, 0xdb, 0xbc, 0x02, 0x90, 0xcb, 0x5e, 0xc1, 0x11, 0xe0, 0x7b, 0xcb, 0xcc, 0x6a, 0xc0, 0xd2, 0xf6, 0xcf, 0xe2, 0x73, 0x06, 0xa1, 0xee, 0xe4, 0x83, 0x3e, 0x89, 0x12, 0x35, 0x60, 0x72, 0x6f, 0xe3, 0x13, 0x1f, 0xe0, 0x83, 0x40, 0xe4, 0x75, 0xa2, 0xaf, 0xc9, 0x7b, 0x8e, 0x63, 0x20, 0xff, 0x13, 0x2d, 0xa3, 0x31, 0x4e, 0x76, 0x45, 0xc9, 0x02, 0xfc, 0xa1, 0x40, 0xcc, 0x00, 0xf8, 0x90, 0x03, 0xf0, 0x27, 0x51, 0xb4, 0x14, 0xa2, 0xe8, 0x67, 0x34, 0x6c, 0xb7, 0x36, 0x34, 0x85, 0xc3, 0xd1, 0xfd, 0x6a, 0x74, 0x5f, 0xc0, 0x58, 0xaa, 0xe6, 0x83, 0x69, 0x7a, 0x0c, 0xda, 0x4f, 0x47, 0xf5, 0xbd, 0xe0, 0x27, 0xb9, 0x9f, 0x3c, 0x16, 0x55, 0x61, 0x2e, 0x26, 0xdd, 0x1b, 0xb5, 0x59, 0xf2, 0xbb, 0x4e, 0x2c, 0x00, 0x9c, 0xb3, 0xf7, 0x3c, 0xa7, 0xb4, 0xb2, 0x63, 0xc3, 0xc2, 0x21, 0x05, 0x14, 0xbc, 0xf8, 0xfe, 0x32, 0x83, 0xbd, 0x32, 0xfd, 0xb2, 0x51, 0x0b, 0x76, 0x1f, 0x53, 0xd7, 0xa5, 0x9b, 0x00, 0x4d, 0xd1, 0x7e, 0x86, 0x2c, 0x20, 0x46, 0x6e, 0xfa, 0xbf, 0x5f, 0xd5, 0xa1, 0x52, 0xb7, 0x80, 0xf3, 0xbd, 0x8a, 0x9f, 0x76, 0xa1, 0xa4, 0xe5, 0xcd, 0x4d, 0x13, 0xae, 0x7c, 0xe0, 0xe7, 0x21, 0xaa, 0x0d, 0xa6, 0xfc, 0x34, 0x13, 0x1f, 0xe3, 0xf9, 0x3f, 0x3e, 0x7a, 0x01, 0x31, 0x7f, 0xc1, 0x5b, 0x2f, 0xea, 0xd4, 0x2d, 0x9a, 0x25, 0xa1, 0x8f, 0x64, 0x5e, 0xff, 0xc8, 0x71, 0xb9, 0x9c, 0x1f, 0x9c, 0x45, 0x79, 0xa6, 0xc6, 0x48, 0x33, 0xd0, 0x1d, 0x0d, 0x59, 0xfa, 0x2f, 0xbf, 0xf1, 0xc6, 0xea, 0xc5, 0x4c, 0xa2, 0x80, 0x9d, 0xdb, 0xab, 0x7f, 0xbd, 0x78, 0xe2, 0xd8, 0x7d, 0x58, 0x55, 0x5f, 0x12, 0xb9, 0x09, 0xc3, 0xc6, 0x69, 0x4f, 0x0b, 0xf3, 0x42, 0x06, 0x28, 0xc1, 0xdf, 0xfc, 0xc6, 0x77, 0x56, 0x53, 0x65, 0xde, 0x46, 0x32, 0xe0, 0x5f, 0x7b, 0xea, 0xe8, 0xe3, 0xe8, 0x08, 0xfe, 0x19, 0x5e, 0xf0, 0x34, 0x6a, 0x4d, 0x89, 0x31, 0x85, 0x71, 0x1a, 0x05, 0x42, 0x64, 0x43, 0x18, 0x73, 0x7f, 0x97, 0xb9, 0x63, 0x83, 0xd0, 0x06, 0xf1, 0xc7, 0xdd, 0x0c, 0xac, 0xb3, 0xc9, 0x39, 0xc6, 0xc9, 0xf4, 0x8b, 0xb7, 0x9f, 0xc4, 0x76, 0x3c, 0x83, 0x51, 0xfa, 0xdf, 0x59, 0x76, 0xd2, 0x0a, 0xcc, 0x3d, 0x2e, 0xf8, 0xbb, 0xe0, 0x26, 0xca, 0xc4, 0x76, 0xbc, 0x36, 0xf7, 0x13, 0x67, 0x8c, 0x79, 0xcd, 0x07, 0xdd, 0x67, 0x14, 0x03, 0x54, 0xf8, 0x09, 0xb6, 0xc4, 0x6e, 0x8f, 0x73, 0xf1, 0x9e, 0x97, 0xda, 0x28, 0x58, 0x70, 0xb6, 0xb9, 0x6e, 0x28, 0x17, 0xb7, 0xc0, 0xdd, 0x50, 0xc1, 0xed, 0x01, 0x1b, 0x7a, 0x1b, 0x56, 0x34, 0x68, 0x00, 0x55, 0x10, 0xa7, 0xe2, 0x9c, 0xcf, 0x9c, 0x65, 0xb7, 0xb9, 0x84, 0xf5, 0xfc, 0xbe, 0x73, 0xbe, 0x58, 0x76, 0xbf, 0x1a, 0xc0, 0x42, 0xbf, 0x2b, 0xb6, 0x3b, 0xd7, 0x6b, 0xe2, 0xbe, 0xab, 0x16, 0xe7, 0xff, 0xf8, 0xad, 0x37, 0x57, 0xff, 0x6b, 0x6a, 0x61, 0xe6, 0x85, 0x0b, 0x17, 0xc8, 0x9f, 0xd0, 0x56, 0x57, 0x2f, 0x17, 0x1a, 0x8d, 0x45, 0x8d, 0xb1, 0xba, 0xce, 0x98, 0xaa, 0x6b, 0x9a, 0xa5, 0xa9, 0x38, 0x6b, 0xb7, 0x15, 0x5d, 0x55, 0x2d, 0x64, 0x1c, 0xa6, 0x5b, 0x96, 0xad, 0x29, 0x8a, 0x8a, 0xcb, 0x96, 0xae, 0x28, 0x8a, 0x66, 0xdb, 0x5c, 0x6c, 0xb7, 0x6d, 0xda, 0xae, 0xe0, 0xb9, 0x5c, 0x6c, 0x43, 0xc1, 0xd2, 0x38, 0xb7, 0xdd, 0x39, 0xc7, 0x7d, 0xa0, 0x3a, 0xdb, 0x19, 0x31, 0x97, 0xea, 0x4c, 0xdc, 0x5f, 0xc6, 0x0a, 0x71, 0xb7, 0x31, 0xba, 0x17, 0x95, 0x5e, 0xde, 0x71, 0x96, 0x6d, 0x05, 0xab, 0x5a, 0x21, 0xe1, 0x12, 0x22, 0xe6, 0x0a, 0x18, 0xd5, 0x7f, 0xf0, 0x5d, 0x0e, 0x47, 0x8e, 0x6c, 0x70, 0xc0, 0x01, 0x8e, 0xfb, 0xd0, 0xb9, 0x66, 0x36, 0x77, 0x30, 0xb0, 0xd1, 0xe9, 0x45, 0x4f, 0x8b, 0xd1, 0x01, 0x16, 0xad, 0x53, 0xb7, 0x7f, 0xca, 0x78, 0xe0, 0x75, 0x70, 0xb2, 0x4d, 0xdb, 0xa6, 0xfd, 0x60, 0xe1, 0x79, 0x26, 0x9e, 0x87, 0xe4, 0x6c, 0x5b, 0x34, 0xc7, 0x4b, 0xe2, 0x3a, 0x37, 0xf1, 0x7c, 0x9c, 0xdb, 0xee, 0xba, 0xb3, 0x8c, 0xcf, 0x4b, 0xfb, 0x0c, 0x5a, 0x57, 0x14, 0xfa, 0x0d, 0x85, 0xce, 0x33, 0x54, 0x55, 0x15, 0x73, 0xcb, 0x72, 0xe6, 0xba, 0x4e, 0xfd, 0xc4, 0x4b, 0x86, 0x61, 0xb4, 0xf0, 0xf8, 0x65, 0xa3, 0x56, 0xab, 0x51, 0x73, 0x63, 0xe7, 0xd5, 0x57, 0x5f, 0x1d, 0xeb, 0xe5, 0x81, 0xcc, 0x5c, 0xf8, 0xa7, 0x9f, 0x7e, 0x5a, 0x5d, 0x5c, 0x5c, 0x44, 0x80, 0x37, 0xf5, 0x62, 0x71, 0x49, 0x6b, 0xb5, 0x0c, 0x4d, 0xd7, 0x8b, 0x9a, 0x61, 0x98, 0x42, 0x20, 0x48, 0x18, 0x2c, 0xcb, 0x42, 0x50, 0x35, 0x77, 0xce, 0x11, 0x64, 0x4d, 0xc5, 0x4a, 0x10, 0xe0, 0x13, 0x98, 0x24, 0x0c, 0x34, 0xc7, 0x0a, 0x52, 0x9d, 0xfd, 0xbd, 0x40, 0x93, 0x40, 0xb8, 0x8e, 0x2c, 0x82, 0xcd, 0x14, 0xcb, 0x72, 0xc0, 0x47, 0x30, 0x14, 0x67, 0x0e, 0x8a, 0x03, 0xb6, 0x33, 0x57, 0x14, 0x07, 0x74, 0x87, 0x0d, 0x38, 0xeb, 0xf7, 0x81, 0x6d, 0xb1, 0xc3, 0x4b, 0x09, 0x50, 0xe3, 0xa0, 0xd3, 0x7e, 0xc4, 0x51, 0x18, 0x18, 0x02, 0x4e, 0x82, 0xa0, 0xa0, 0x20, 0x70, 0x5f, 0x08, 0x70, 0x8f, 0xbf, 0xec, 0x09, 0x83, 0x23, 0x18, 0x10, 0x10, 0x0c, 0x47, 0x50, 0x48, 0x00, 0xe8, 0x3d, 0x11, 0x02, 0x5a, 0x55, 0x99, 0x69, 0x9a, 0xcc, 0xc2, 0x7a, 0x10, 0xa0, 0xab, 0xaa, 0x82, 0x73, 0xd3, 0xd4, 0x34, 0x15, 0x8f, 0xd1, 0x70, 0x5f, 0xc7, 0x2c, 0x14, 0x74, 0x93, 0x00, 0x5f, 0x58, 0x28, 0x98, 0xed, 0x76, 0x15, 0x01, 0x3f, 0x61, 0x5c, 0xbc, 0x78, 0x91, 0x04, 0x48, 0x9a, 0xbb, 0x32, 0xd1, 0x18, 0x8e, 0x58, 0xe2, 0xd6, 0xad, 0x5b, 0x04, 0x1a, 0x0a, 0x45, 0x5d, 0x6b, 0x34, 0x3a, 0x08, 0x36, 0xa8, 0x24, 0x18, 0x58, 0xb9, 0x02, 0x68, 0x12, 0x0c, 0x07, 0xf4, 0xee, 0x44, 0xef, 0x59, 0x7a, 0xcb, 0x04, 0x74, 0x78, 0x8e, 0x02, 0x84, 0xd0, 0x12, 0xbc, 0x04, 0xba, 0x85, 0xeb, 0xb8, 0x22, 0x56, 0x49, 0xf3, 0x15, 0xd7, 0xac, 0xd0, 0xa4, 0xe0, 0x0e, 0x61, 0xaa, 0xc0, 0x35, 0x59, 0xfd, 0x15, 0xe2, 0x56, 0x2e, 0x6a, 0x33, 0xd2, 0x85, 0xcd, 0x99, 0x2b, 0x33, 0xb4, 0x4c, 0xdb, 0x1c, 0xf0, 0x91, 0x88, 0x50, 0xb9, 0xbd, 0x65, 0xce, 0x83, 0x02, 0x41, 0x7e, 0xb9, 0x2e, 0xc0, 0xa7, 0xed, 0x8e, 0x10, 0xd0, 0xc4, 0x2c, 0xc3, 0x70, 0xe6, 0x8c, 0xb5, 0x2d, 0x5d, 0x57, 0x11, 0x54, 0x67, 0x1f, 0x01, 0xdd, 0x68, 0x30, 0xab, 0x54, 0x6a, 0x9a, 0xfb, 0xf6, 0x95, 0xcc, 0xcb, 0x97, 0xd7, 0xcd, 0xa5, 0xa5, 0x25, 0x73, 0x5c, 0xed, 0xce, 0x9d, 0x00, 0x0c, 0xbb, 0x17, 0x14, 0x10, 0x76, 0xeb, 0xd6, 0x1b, 0x6a, 0xa7, 0xb3, 0xac, 0xd6, 0xeb, 0x2b, 0xda, 0xc1, 0x83, 0xa0, 0x92, 0x56, 0x93, 0x90, 0xa8, 0x2a, 0x59, 0x07, 0x55, 0x21, 0x41, 0x51, 0x94, 0x8e, 0x58, 0xee, 0x74, 0x14, 0x01, 0xbc, 0xa2, 0x18, 0x62, 0x8e, 0xa8, 0xb0, 0xf0, 0x1c, 0x4f, 0x24, 0xd5, 0xc5, 0x89, 0x33, 0xea, 0x62, 0xe5, 0x2c, 0xdb, 0xfe, 0x73, 0x7b, 0xbd, 0xae, 0x8c, 0x80, 0x33, 0x8b, 0x3f, 0xc8, 0x9d, 0xb9, 0xc5, 0x51, 0x98, 0x38, 0xad, 0xa3, 0x90, 0x89, 0x39, 0x4d, 0x04, 0xb2, 0x69, 0x2a, 0x5c, 0xd7, 0x6d, 0x01, 0xb8, 0x61, 0xa8, 0xbc, 0x50, 0x40, 0xc5, 0x17, 0x1c, 0xa1, 0xd3, 0xc5, 0x71, 0x85, 0xd6, 0x2d, 0x21, 0x00, 0x96, 0x55, 0x46, 0xd6, 0x50, 0x2c, 0x9a, 0x5c, 0xea, 0x16, 0x0c, 0xf1, 0xca, 0x2b, 0xaf, 0xd8, 0x32, 0xb5, 0x79, 0xd6, 0x05, 0x20, 0x7d, 0xd8, 0x86, 0xaa, 0xf9, 0xe2, 0x8b, 0x2f, 0xb2, 0xcb, 0x97, 0x2f, 0xb3, 0x73, 0xe7, 0xd6, 0x70, 0xbe, 0xa2, 0x1c, 0x3f, 0xbe, 0xc3, 0x6a, 0xb5, 0x63, 0xac, 0x50, 0xd8, 0x50, 0x9a, 0xcd, 0x36, 0x6b, 0xb5, 0xf6, 0xb3, 0x95, 0x15, 0x80, 0xed, 0xed, 0x82, 0x82, 0x26, 0x49, 0x3c, 0xef, 0xc2, 0x42, 0x47, 0xcc, 0xdb, 0xed, 0x4e, 0xcf, 0xf3, 0x17, 0x8b, 0x05, 0x01, 0x46, 0xa3, 0xe1, 0xcc, 0x91, 0xa5, 0x78, 0xbd, 0x5e, 0xe3, 0xb5, 0x5a, 0x91, 0x97, 0x4a, 0x25, 0x5e, 0x2e, 0x57, 0xf8, 0xd6, 0x56, 0x89, 0x2f, 0x2e, 0xae, 0xe1, 0xf6, 0x15, 0xfb, 0xe0, 0xc1, 0x5f, 0xe3, 0xfa, 0x69, 0xfb, 0xdc, 0xb9, 0x73, 0xfc, 0x85, 0x17, 0x5e, 0xe0, 0xd3, 0x06, 0x73, 0x94, 0xf2, 0xff, 0xc2, 0x97, 0x70, 0x8c, 0xb2, 0x33, 0x1f, 0xb4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_paste_128_png_len = 5711; unsigned char gtk_paste_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x10, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x64, 0x69, 0x74, 0x20, 0x50, 0x61, 0x73, 0x74, 0x65, 0xa4, 0x62, 0x45, 0x69, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x30, 0x7d, 0xfe, 0xf3, 0xd8, 0x00, 0x00, 0x1f, 0xa6, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x6d, 0x8c, 0x24, 0xc7, 0x59, 0xae, 0xea, 0xee, 0x99, 0xd9, 0xef, 0xdd, 0xbb, 0xf3, 0xfa, 0xe2, 0xf3, 0xc5, 0xbe, 0x9c, 0x8d, 0xf7, 0x9c, 0x4b, 0x24, 0x40, 0x21, 0x21, 0x8a, 0x22, 0xa4, 0x20, 0x40, 0xf9, 0x42, 0x01, 0x74, 0x08, 0x7f, 0x90, 0xf0, 0x03, 0x10, 0xe2, 0x07, 0x09, 0x12, 0xff, 0x73, 0xf9, 0x09, 0x42, 0xf9, 0x90, 0x40, 0x42, 0x84, 0x88, 0xc4, 0x8a, 0xfc, 0xe3, 0x92, 0x08, 0x08, 0x04, 0x11, 0x41, 0x24, 0x43, 0x14, 0xc5, 0xd8, 0x31, 0x44, 0x76, 0xec, 0xbb, 0xd8, 0xe4, 0x9c, 0xb3, 0x2f, 0xce, 0x7d, 0xec, 0xde, 0xee, 0xec, 0xce, 0xf7, 0x74, 0x77, 0xf1, 0xbe, 0x55, 0xd3, 0x33, 0xdd, 0x3d, 0xdd, 0x3d, 0x3d, 0x33, 0xdd, 0x5d, 0x3d, 0xdd, 0x55, 0x52, 0x6f, 0xf7, 0xf4, 0x47, 0x6d, 0x77, 0xd7, 0xf3, 0xbc, 0xf5, 0xbc, 0x55, 0x6f, 0x55, 0x53, 0xa2, 0xd2, 0xc4, 0xf4, 0xe8, 0xa3, 0x8f, 0x9e, 0xd5, 0x34, 0xed, 0xb3, 0xb0, 0xf9, 0x3e, 0x58, 0x56, 0x73, 0x7e, 0xbb, 0x4d, 0x58, 0xbe, 0x65, 0xdb, 0xf6, 0x9f, 0x3e, 0xf9, 0xe4, 0x93, 0x57, 0x55, 0xe9, 0x45, 0x27, 0xaa, 0x5e, 0x41, 0x2c, 0xf0, 0xff, 0x2f, 0x6c, 0x6e, 0x2c, 0xd8, 0xad, 0x1f, 0x02, 0x09, 0x7e, 0x4e, 0x91, 0x20, 0x3a, 0x69, 0xea, 0x15, 0x4c, 0x78, 0x41, 0xc2, 0xf2, 0x6f, 0x2c, 0xe0, 0xad, 0x6f, 0x50, 0x4a, 0x3f, 0xad, 0x4a, 0x30, 0x3a, 0x19, 0xea, 0x15, 0x4c, 0x4c, 0xef, 0x1b, 0xab, 0x36, 0x69, 0x3e, 0x2b, 0x4e, 0xc6, 0x98, 0xff, 0x3e, 0x7f, 0x59, 0x15, 0x9f, 0x22, 0xc0, 0xbc, 0xc9, 0xa3, 0xf9, 0x75, 0x5d, 0x27, 0x4b, 0x4b, 0x35, 0xac, 0x19, 0x72, 0x75, 0x93, 0x20, 0x77, 0x48, 0xa7, 0xd3, 0x25, 0x96, 0x65, 0xb9, 0x77, 0xaf, 0xa9, 0xe2, 0x53, 0x04, 0x48, 0xce, 0x61, 0x02, 0xcb, 0xbf, 0xb1, 0xb1, 0x46, 0xde, 0xf6, 0xb6, 0x07, 0x80, 0x00, 0x34, 0x67, 0x04, 0x60, 0xe4, 0x07, 0x3f, 0xf8, 0x3f, 0x72, 0x70, 0x70, 0x34, 0x56, 0x13, 0xa8, 0xa4, 0x08, 0x90, 0x18, 0x01, 0x8e, 0x1f, 0xdf, 0x82, 0xe5, 0x78, 0x2e, 0xef, 0xef, 0xf8, 0xf1, 0x63, 0xa4, 0x5e, 0x6f, 0x28, 0x02, 0x28, 0x02, 0xa4, 0x97, 0x96, 0x96, 0x96, 0xc9, 0xd6, 0x96, 0x43, 0x00, 0x46, 0x64, 0x63, 0x4d, 0xb8, 0x23, 0x74, 0x78, 0x6f, 0x2a, 0x29, 0x02, 0xa4, 0x5a, 0x03, 0xa0, 0xf6, 0x37, 0x0c, 0x63, 0xe0, 0x74, 0xda, 0x7e, 0xcd, 0x9d, 0x79, 0x42, 0x9f, 0x84, 0x52, 0xe1, 0x8f, 0xe0, 0xbd, 0xe5, 0xd5, 0x41, 0x57, 0x04, 0x28, 0x48, 0xea, 0x74, 0x5a, 0xe4, 0xc6, 0x8d, 0x9f, 0x0e, 0x09, 0xd0, 0xef, 0xf7, 0xa5, 0xde, 0x4f, 0xa5, 0x52, 0x19, 0x12, 0x00, 0xef, 0x4d, 0x25, 0x45, 0x80, 0x54, 0x53, 0xbb, 0xdd, 0x21, 0x37, 0x6f, 0x8e, 0x08, 0xd0, 0xed, 0x76, 0xa5, 0xde, 0x4f, 0xad, 0x56, 0x1b, 0x12, 0x00, 0xef, 0x4d, 0x25, 0x45, 0x80, 0x54, 0x93, 0x6d, 0x9b, 0x00, 0xb4, 0xd6, 0x60, 0xdb, 0x02, 0xab, 0x2b, 0x17, 0x74, 0x96, 0x65, 0x82, 0xf4, 0xd1, 0x87, 0xf7, 0xa6, 0x92, 0x22, 0x40, 0x64, 0x7a, 0xec, 0xb1, 0xc7, 0xde, 0x0f, 0x5a, 0xf9, 0x63, 0x8c, 0xb1, 0xf7, 0xc0, 0xcf, 0x93, 0xa8, 0x22, 0xa6, 0xf5, 0x03, 0x1c, 0x9d, 0xed, 0x58, 0x5e, 0xb9, 0x7e, 0x89, 0xe6, 0xba, 0x9f, 0x71, 0xfd, 0xff, 0xf8, 0xe3, 0x8f, 0x4f, 0x72, 0xd3, 0xfb, 0x70, 0xdd, 0x0d, 0x78, 0x1f, 0xdf, 0x81, 0xed, 0x2f, 0x7d, 0xf9, 0xcb, 0x5f, 0xfe, 0xb7, 0x52, 0xf9, 0x75, 0x65, 0x79, 0xd0, 0x47, 0x1e, 0x79, 0xe4, 0x2e, 0x70, 0x18, 0x9f, 0x84, 0xcd, 0x5f, 0x99, 0xd9, 0x5a, 0x80, 0xf3, 0xfb, 0xa6, 0x37, 0x9d, 0x20, 0xc7, 0x8e, 0xad, 0x0c, 0xad, 0xaf, 0x53, 0x1b, 0xc8, 0x4a, 0xcb, 0xcb, 0x2b, 0xe0, 0x08, 0x0b, 0x3b, 0xb6, 0xbf, 0x8f, 0xfe, 0xc9, 0x1e, 0x31, 0xcd, 0xd9, 0x6b, 0x02, 0x20, 0xc2, 0x37, 0xe1, 0x3d, 0x3d, 0xf6, 0xc4, 0x13, 0x4f, 0xec, 0x95, 0x01, 0x17, 0xa5, 0x88, 0x05, 0xba, 0x70, 0xe1, 0xc2, 0x71, 0x28, 0xd4, 0xef, 0xcc, 0x03, 0xfe, 0x91, 0xc5, 0x75, 0x2f, 0xf2, 0xed, 0x87, 0xa8, 0x91, 0x46, 0xf7, 0x94, 0x40, 0x7e, 0xbf, 0x66, 0xdb, 0xf6, 0x77, 0xf0, 0x9d, 0x29, 0x09, 0x54, 0x90, 0x04, 0x8e, 0xe2, 0xdf, 0xc3, 0xea, 0x21, 0xf7, 0x3e, 0x5d, 0xd7, 0x78, 0xaf, 0xee, 0x34, 0x21, 0x0d, 0xd8, 0xe4, 0xb8, 0xb6, 0xb6, 0x02, 0xf9, 0x2d, 0x71, 0x07, 0x18, 0xc3, 0x0f, 0xb0, 0x16, 0x90, 0xed, 0x04, 0x8b, 0xe6, 0x4f, 0x0d, 0xee, 0x0d, 0x3b, 0xc3, 0xcc, 0xa9, 0x9a, 0x66, 0xf1, 0x19, 0x0e, 0x0f, 0x1b, 0x70, 0x8d, 0xed, 0xde, 0xbd, 0x03, 0xf9, 0x7e, 0x01, 0xd6, 0xbf, 0xa1, 0x24, 0xd0, 0x14, 0xe9, 0xe2, 0x85, 0xf3, 0xd5, 0x7a, 0x6b, 0xf7, 0xf7, 0x08, 0x65, 0x17, 0xe0, 0xe7, 0xdb, 0x61, 0xb9, 0x5b, 0xb6, 0xcc, 0xea, 0xeb, 0x5b, 0xe4, 0x60, 0xfd, 0x9d, 0x1e, 0x8b, 0xf9, 0xf0, 0xc3, 0x6f, 0x21, 0xa7, 0x4f, 0xdf, 0x33, 0xa7, 0x33, 0x6c, 0x0d, 0x5a, 0x5e, 0xe4, 0x4b, 0x20, 0x5e, 0x95, 0x0f, 0x1c, 0xe1, 0x59, 0xd3, 0xf5, 0xeb, 0x3f, 0x25, 0x97, 0x2f, 0xbf, 0xea, 0xe9, 0x45, 0x3e, 0xd6, 0x78, 0x86, 0x18, 0xe6, 0x81, 0x6c, 0x8c, 0x5a, 0x70, 0x47, 0x37, 0xc1, 0x4c, 0x3d, 0x03, 0x37, 0xf7, 0xe4, 0xa7, 0xbf, 0x71, 0xfb, 0xab, 0xa8, 0xd4, 0x72, 0x47, 0x80, 0x4f, 0x7c, 0xf8, 0xae, 0x9f, 0x87, 0x62, 0xb8, 0x44, 0x19, 0x79, 0x20, 0x4f, 0x0c, 0x6f, 0xac, 0x3c, 0x4c, 0xda, 0xd5, 0x37, 0x0f, 0x7f, 0x9f, 0x3f, 0xff, 0x20, 0x79, 0xf3, 0x9b, 0xef, 0x99, 0xf8, 0x3a, 0x26, 0xc9, 0x89, 0x5e, 0xaf, 0x4b, 0xfa, 0xfd, 0x5e, 0x8c, 0xb0, 0x03, 0x1a, 0x28, 0xa3, 0x92, 0x2a, 0x3a, 0x24, 0x74, 0xa5, 0x52, 0x25, 0xd5, 0x6a, 0x75, 0xee, 0xfc, 0xaf, 0x5d, 0xfb, 0x09, 0x8f, 0x27, 0x1a, 0x92, 0xab, 0xfb, 0x1a, 0x59, 0x6b, 0x5f, 0xc9, 0x9b, 0xc9, 0xfe, 0x6f, 0x9b, 0x18, 0xbf, 0xfd, 0xb9, 0x7f, 0x7e, 0xe3, 0xb5, 0xdc, 0x48, 0xa0, 0x8f, 0x7f, 0xe0, 0xe4, 0xbb, 0x28, 0x63, 0xdf, 0x22, 0x39, 0x1c, 0x2d, 0xd5, 0xd7, 0x36, 0x5c, 0x4e, 0xac, 0x4e, 0xce, 0x9e, 0x3d, 0x1d, 0xd3, 0xf5, 0x89, 0x46, 0x51, 0xb7, 0xdb, 0x19, 0x3a, 0x9f, 0xd3, 0x01, 0x6f, 0x76, 0xf4, 0x87, 0xe7, 0x6f, 0xf3, 0x0e, 0xb1, 0x79, 0xd3, 0xd9, 0xb3, 0x67, 0x78, 0x2d, 0xe0, 0x48, 0x28, 0xd3, 0xd8, 0xca, 0x9f, 0x66, 0x61, 0xe4, 0x5d, 0x1a, 0x35, 0x9f, 0xfe, 0xf8, 0x87, 0x4f, 0xfd, 0x62, 0x12, 0x24, 0x98, 0x9b, 0x00, 0x7f, 0x7c, 0x61, 0x7b, 0x4d, 0x6b, 0xb3, 0xaf, 0xf9, 0xc1, 0x5f, 0xd1, 0x29, 0xd9, 0x5c, 0xd1, 0x01, 0x24, 0x72, 0xdf, 0x57, 0x9d, 0xd4, 0x86, 0xdb, 0xab, 0xab, 0x2b, 0x40, 0x82, 0x9a, 0xbb, 0xc5, 0x63, 0x28, 0x65, 0xe2, 0x38, 0x9b, 0xee, 0xeb, 0x9c, 0x70, 0x88, 0x24, 0x4c, 0x5a, 0x52, 0xbe, 0xb4, 0xd7, 0x29, 0x8f, 0x57, 0x9b, 0xa1, 0x74, 0x72, 0x1f, 0x47, 0x1f, 0xa7, 0x5e, 0x3f, 0x12, 0xcf, 0xa9, 0x55, 0xc9, 0xc9, 0x2d, 0xb9, 0x6e, 0x62, 0xdf, 0x64, 0xe4, 0xa0, 0x65, 0x41, 0x39, 0x79, 0x48, 0x70, 0x0f, 0x90, 0xe0, 0x12, 0x6c, 0xbd, 0x7b, 0x5e, 0x39, 0x34, 0xf7, 0xd3, 0x2d, 0x75, 0xb4, 0x8f, 0x33, 0xc2, 0xee, 0x1d, 0x3a, 0x8a, 0x60, 0x5c, 0xdf, 0xf3, 0xd6, 0x75, 0x72, 0x72, 0xd3, 0xc8, 0x45, 0x23, 0xeb, 0xab, 0x57, 0x34, 0xd2, 0x33, 0x9d, 0x1a, 0xc0, 0x80, 0x65, 0x64, 0x29, 0xd1, 0x81, 0xed, 0xf5, 0x66, 0xeb, 0xc8, 0x72, 0xe7, 0x33, 0xbd, 0xc5, 0x4e, 0xa6, 0x86, 0x70, 0xe7, 0x1f, 0xed, 0x8c, 0xd3, 0x08, 0x1f, 0xa2, 0xc2, 0x9d, 0xfb, 0xa1, 0xe1, 0x72, 0xd5, 0x24, 0x15, 0x43, 0x23, 0xef, 0x7a, 0x70, 0x8d, 0xd4, 0x2a, 0x72, 0x0b, 0xd2, 0x06, 0x88, 0xbf, 0xf2, 0x46, 0x97, 0x3c, 0xff, 0x6a, 0xcb, 0x53, 0x13, 0x7c, 0xe2, 0x43, 0xdb, 0xbf, 0xf5, 0xd9, 0x7f, 0xe1, 0x3e, 0x81, 0x3c, 0x02, 0x30, 0x9b, 0x3d, 0xea, 0x7e, 0xbf, 0xef, 0x3d, 0xbf, 0x4e, 0xb6, 0x37, 0xf3, 0xd9, 0xb8, 0x24, 0xf4, 0x72, 0xc5, 0x65, 0xfd, 0x28, 0x31, 0xcd, 0xca, 0x0c, 0xf9, 0xa4, 0xda, 0x96, 0xe0, 0xca, 0x9f, 0xa6, 0xf6, 0x1e, 0xdc, 0x80, 0x77, 0x13, 0xc0, 0xff, 0x6c, 0xdd, 0xbe, 0x0d, 0x04, 0x90, 0x5b, 0x8d, 0xe3, 0xd0, 0x8b, 0x9d, 0x7b, 0x6b, 0xc4, 0x04, 0x26, 0xbc, 0x74, 0xad, 0xed, 0xae, 0x3b, 0x1f, 0x85, 0x95, 0x3c, 0x02, 0xfc, 0xd9, 0xaf, 0x9e, 0x5c, 0xb5, 0x28, 0x7b, 0xeb, 0x48, 0xf6, 0x90, 0xdc, 0x82, 0x5f, 0x00, 0x5e, 0xf3, 0x48, 0x17, 0x04, 0x82, 0xdf, 0x92, 0x27, 0xe9, 0xa0, 0x26, 0xef, 0xfc, 0xd2, 0xc4, 0x6b, 0x1c, 0x7c, 0x1f, 0x6e, 0x5f, 0xc6, 0xdf, 0xbb, 0x8d, 0xa0, 0xcb, 0x4b, 0xfa, 0x99, 0x7b, 0x6a, 0x1e, 0x02, 0x40, 0x7a, 0xa7, 0x5c, 0x1f, 0xa0, 0x46, 0xee, 0x76, 0x2b, 0xb0, 0xed, 0xcd, 0x4a, 0xe6, 0x2f, 0x65, 0x9a, 0xe2, 0x09, 0xae, 0x01, 0x8c, 0xb9, 0x2d, 0xf9, 0x64, 0xe0, 0xcd, 0x87, 0xfc, 0xf0, 0xfc, 0xe7, 0x67, 0x2b, 0x1a, 0x00, 0x6f, 0x0d, 0xe0, 0xf6, 0x75, 0x08, 0xe9, 0xf4, 0xa1, 0x16, 0x30, 0x5d, 0x3b, 0xe6, 0x14, 0xdd, 0x6c, 0x8a, 0x02, 0xc4, 0x43, 0xcb, 0x95, 0x91, 0x8f, 0x54, 0x05, 0xbf, 0xb2, 0x62, 0x50, 0xee, 0x17, 0x0c, 0xd2, 0x49, 0xa9, 0x04, 0xe8, 0x31, 0xdb, 0xd0, 0x5d, 0x85, 0x60, 0xe8, 0xb3, 0x16, 0x08, 0x25, 0x37, 0xe8, 0x59, 0xb2, 0x4b, 0xee, 0x27, 0x6d, 0xba, 0x49, 0x92, 0xb4, 0x39, 0x3d, 0x8a, 0x91, 0x9b, 0xd6, 0xf0, 0xff, 0xb8, 0x2d, 0x7e, 0x50, 0x0d, 0x10, 0xee, 0x54, 0x26, 0x2a, 0x42, 0x12, 0xac, 0x6d, 0xc2, 0xc9, 0x10, 0x27, 0xff, 0x28, 0x02, 0xf4, 0x69, 0x8d, 0xbc, 0xa0, 0xbf, 0x9f, 0x6c, 0x18, 0x6b, 0xd3, 0x01, 0x3c, 0xa2, 0x00, 0x2b, 0x66, 0x9d, 0x2c, 0xf1, 0xe6, 0xd5, 0x1f, 0x12, 0xf7, 0x68, 0x22, 0xcf, 0x25, 0xb0, 0xdf, 0xf9, 0x7d, 0x66, 0x1b, 0x6a, 0x28, 0xe7, 0x9e, 0x28, 0xfa, 0x98, 0x40, 0x80, 0xd1, 0xd9, 0x86, 0x54, 0x02, 0x24, 0x55, 0x70, 0x97, 0xe9, 0x7b, 0xc9, 0x6d, 0x7a, 0x26, 0xa5, 0x1a, 0xe2, 0x86, 0xa7, 0x70, 0x9d, 0xea, 0xde, 0x09, 0x65, 0x98, 0xae, 0xf9, 0x30, 0x1e, 0x62, 0xa7, 0x03, 0xf6, 0xf4, 0x2c, 0x48, 0xb2, 0xb9, 0x55, 0x48, 0x20, 0x3d, 0x84, 0xf4, 0x1a, 0xe9, 0x6b, 0xab, 0xb0, 0xac, 0x27, 0x56, 0x1e, 0xa6, 0xbe, 0x4e, 0xda, 0xb5, 0xd3, 0xb0, 0xdc, 0x47, 0xb6, 0xf7, 0xff, 0x9d, 0x97, 0x50, 0x18, 0xf8, 0xb3, 0x48, 0xd2, 0x09, 0x70, 0x93, 0x9c, 0x4d, 0x0d, 0xfc, 0x41, 0xc0, 0x71, 0x03, 0x1e, 0xf5, 0x6e, 0x9c, 0xd6, 0x9c, 0x60, 0xe0, 0xd1, 0x54, 0xee, 0x2f, 0xa9, 0x7c, 0xe3, 0x8e, 0x0b, 0x46, 0xf0, 0xfb, 0xfb, 0x33, 0xb2, 0x48, 0x1d, 0x20, 0x41, 0x63, 0xf5, 0x61, 0xb2, 0xda, 0x7c, 0x29, 0x14, 0xfc, 0x93, 0x6a, 0x93, 0x42, 0x10, 0x60, 0x97, 0xde, 0xef, 0xf9, 0xbd, 0xb1, 0xb1, 0x99, 0xe8, 0x8c, 0x0b, 0x9a, 0xcb, 0xa9, 0x43, 0xeb, 0x86, 0x31, 0x3c, 0xa3, 0xf7, 0x2d, 0xe2, 0x79, 0x26, 0x89, 0xd2, 0x78, 0x58, 0x4a, 0xee, 0xba, 0x78, 0xd7, 0xb2, 0x08, 0xf0, 0xc7, 0xbf, 0x06, 0xfb, 0x01, 0x74, 0x3d, 0xb8, 0x2f, 0x84, 0x42, 0x39, 0x6c, 0x42, 0x79, 0x6c, 0x6e, 0x6d, 0x26, 0x56, 0x1e, 0x87, 0x87, 0x87, 0xc3, 0x77, 0xde, 0xaa, 0x9d, 0x19, 0x11, 0x40, 0x02, 0xf8, 0x73, 0x41, 0x80, 0x16, 0xf5, 0xbe, 0xdc, 0x3f, 0xfc, 0xfd, 0x3f, 0xf2, 0x54, 0xc9, 0xf3, 0xa6, 0x17, 0x5f, 0xf8, 0x13, 0xd2, 0xeb, 0xf5, 0xf8, 0x36, 0x4e, 0x1d, 0x82, 0xe1, 0x0b, 0xc3, 0xea, 0xd8, 0xb4, 0x78, 0x8f, 0x6e, 0x3c, 0x20, 0x4d, 0x57, 0x1a, 0x6c, 0x8e, 0x12, 0x9c, 0x7d, 0x56, 0x87, 0xe9, 0x07, 0xe9, 0x63, 0x0d, 0x68, 0xdb, 0xfa, 0xf0, 0x9e, 0xdd, 0xff, 0x7b, 0x65, 0x79, 0x85, 0x3c, 0xfe, 0xd8, 0xc7, 0xc8, 0xa9, 0x53, 0xa7, 0x12, 0x2b, 0x8f, 0xbf, 0xf9, 0xdb, 0xbf, 0x26, 0xf5, 0x7a, 0x5d, 0xbc, 0x7f, 0xa7, 0xa7, 0x39, 0x08, 0xfc, 0x65, 0x91, 0x40, 0xcc, 0x57, 0xe5, 0xa7, 0x19, 0x62, 0x8c, 0x16, 0xbf, 0xd7, 0xeb, 0xbb, 0x08, 0x60, 0x0e, 0x86, 0x34, 0x2e, 0x82, 0xf5, 0x9e, 0x0c, 0x8d, 0x69, 0x2c, 0xff, 0xd0, 0x29, 0xad, 0x54, 0x3d, 0x12, 0x68, 0xbc, 0x46, 0x4c, 0xb1, 0xec, 0xb1, 0xac, 0xc3, 0xc0, 0xcf, 0xb2, 0x21, 0x43, 0xe9, 0x46, 0x84, 0x79, 0x6b, 0x80, 0x7e, 0x60, 0x0d, 0xc0, 0xd8, 0xec, 0xb6, 0x68, 0x56, 0xcb, 0x9f, 0xa5, 0xd5, 0x77, 0x3f, 0x5b, 0xb5, 0x5a, 0x83, 0x5a, 0xc0, 0x96, 0x56, 0x1e, 0x32, 0xc1, 0xbf, 0x10, 0x04, 0x48, 0xd2, 0x22, 0x61, 0x5e, 0xfd, 0xbe, 0xe9, 0x22, 0x40, 0xcf, 0x43, 0x80, 0xb2, 0x58, 0x7d, 0xf7, 0xb5, 0xb5, 0x5a, 0x1f, 0xd6, 0xd4, 0x53, 0x4b, 0xfa, 0xdf, 0xd9, 0x3c, 0x65, 0x10, 0x77, 0xbc, 0x85, 0x0c, 0xf0, 0x2f, 0x04, 0x01, 0x1a, 0x8d, 0xf9, 0xa6, 0xfa, 0x73, 0x17, 0x1e, 0xe6, 0x83, 0xa0, 0x77, 0x12, 0xca, 0x21, 0x67, 0x56, 0x07, 0x19, 0x56, 0x7f, 0x76, 0xcb, 0xcf, 0xa6, 0x20, 0x6c, 0xf4, 0x75, 0x58, 0x23, 0x3a, 0xaa, 0x13, 0xf7, 0xdb, 0xae, 0x9e, 0x5f, 0xbc, 0xb7, 0x66, 0xb3, 0x41, 0x8e, 0x8e, 0x0e, 0x67, 0x7e, 0xff, 0xeb, 0xeb, 0x1b, 0x13, 0x49, 0x20, 0x0b, 0xfc, 0xa5, 0x93, 0x40, 0x58, 0xa0, 0x8e, 0x43, 0xec, 0x14, 0x3e, 0xd6, 0x00, 0xe9, 0x59, 0xfe, 0x7c, 0x5a, 0x7d, 0x77, 0xc2, 0xf7, 0xe1, 0x76, 0xbb, 0xb2, 0x9e, 0x56, 0x31, 0x12, 0xfc, 0x4c, 0x11, 0x20, 0xf1, 0xd7, 0xed, 0x1e, 0x30, 0x8e, 0x85, 0x8f, 0x33, 0x2a, 0x2f, 0x86, 0xd5, 0x9f, 0x55, 0xef, 0xb3, 0x48, 0xe2, 0xa0, 0x11, 0xf0, 0x5a, 0x68, 0x26, 0xa3, 0x58, 0x02, 0xc1, 0x5f, 0x0a, 0x1f, 0x20, 0xcb, 0xd7, 0xed, 0x6e, 0x06, 0x45, 0x30, 0x20, 0x01, 0xa2, 0x9a, 0x41, 0x93, 0xb6, 0xfa, 0x49, 0x5b, 0xef, 0x24, 0xae, 0xf3, 0x13, 0xc0, 0xce, 0x3a, 0xf8, 0x4d, 0x22, 0xf8, 0xa5, 0x13, 0x60, 0x68, 0x44, 0x53, 0x0c, 0x37, 0x77, 0xf7, 0x29, 0xe0, 0xe0, 0x17, 0xac, 0x01, 0x1c, 0xeb, 0x8d, 0x96, 0x78, 0x69, 0x69, 0x29, 0x23, 0xeb, 0x9d, 0xcf, 0x84, 0xbd, 0xe1, 0x5e, 0x3f, 0xc9, 0x9e, 0xda, 0x81, 0x5d, 0x54, 0xf0, 0x4b, 0x25, 0x40, 0x16, 0xe0, 0x17, 0x4e, 0xd8, 0x3a, 0xb9, 0x73, 0xe7, 0x0e, 0xdf, 0x6e, 0xb5, 0xba, 0x2e, 0x6b, 0x28, 0x02, 0xe1, 0xb6, 0xb6, 0x4e, 0x10, 0x95, 0x46, 0xa9, 0xdd, 0x1e, 0x4d, 0xf5, 0xb8, 0xb6, 0xb6, 0x9a, 0x0d, 0x0e, 0x42, 0xc0, 0x9f, 0x05, 0x11, 0x34, 0xa9, 0xe0, 0xcf, 0x20, 0xdd, 0x7f, 0xff, 0x7d, 0x2e, 0xbd, 0xdb, 0x27, 0x07, 0x07, 0x87, 0xbe, 0xb9, 0x7d, 0xd4, 0xe2, 0x2c, 0xf8, 0x6e, 0xdc, 0x1d, 0x85, 0x49, 0xf6, 0x00, 0xc7, 0x01, 0x85, 0x8c, 0xde, 0x60, 0x39, 0x13, 0x63, 0x65, 0x58, 0xc7, 0xbd, 0xe3, 0x1d, 0xbf, 0xe0, 0xf9, 0x8d, 0xb3, 0x1e, 0x34, 0x1a, 0xed, 0xe1, 0x14, 0x87, 0x6a, 0x11, 0x4b, 0xa3, 0xd1, 0x82, 0x77, 0xf3, 0x8a, 0xe7, 0x5d, 0x9d, 0x3f, 0x7f, 0x5e, 0x2e, 0xf8, 0x8b, 0xd8, 0x0a, 0xe4, 0x96, 0xd0, 0x59, 0xf0, 0xe0, 0xec, 0xd9, 0xb7, 0x90, 0x73, 0xe7, 0x76, 0xc8, 0x95, 0x2b, 0x3f, 0x1c, 0xd6, 0x02, 0xcf, 0x3e, 0xfb, 0x02, 0x39, 0x71, 0x62, 0x8b, 0x6c, 0x6c, 0xac, 0x4c, 0x15, 0x0d, 0x5a, 0xc4, 0x84, 0x3e, 0x11, 0x7e, 0x55, 0xe6, 0xce, 0x9d, 0xba, 0xc7, 0xbf, 0xd9, 0xd9, 0xd9, 0x21, 0xf7, 0xde, 0x7b, 0x6f, 0xfa, 0x1a, 0x55, 0x22, 0xf8, 0x33, 0x27, 0x40, 0xd6, 0xe0, 0x77, 0xd2, 0x47, 0x3e, 0xf2, 0x11, 0xf2, 0xf9, 0xcf, 0xff, 0x1d, 0xd9, 0xdb, 0xdb, 0x1b, 0x3a, 0xb2, 0xbb, 0xbb, 0xfb, 0x7c, 0x51, 0x69, 0x3c, 0xdd, 0x75, 0xd7, 0x5d, 0xe4, 0x43, 0x1f, 0xfa, 0xe0, 0xc0, 0x11, 0xa6, 0x69, 0xe3, 0x3f, 0x14, 0xfc, 0x85, 0xf2, 0x01, 0x64, 0x81, 0x1f, 0xd3, 0xd6, 0xd6, 0x16, 0xf9, 0xe8, 0x47, 0x7f, 0x17, 0x6a, 0x83, 0xb3, 0x0a, 0xdd, 0x13, 0xd2, 0x83, 0x0f, 0x3e, 0xc0, 0xdf, 0x95, 0xd3, 0x3a, 0x86, 0x53, 0x2f, 0xce, 0x5a, 0xde, 0xd3, 0xb4, 0x98, 0x15, 0x3a, 0x14, 0x22, 0x14, 0xfc, 0x19, 0x3d, 0x25, 0x16, 0xe6, 0xea, 0xea, 0x2a, 0x79, 0xe4, 0x91, 0xdf, 0x21, 0x57, 0xaf, 0x5e, 0x25, 0xcf, 0x3f, 0xff, 0x02, 0x79, 0xfd, 0xf5, 0xd7, 0x49, 0xb3, 0xd9, 0x94, 0xfe, 0x89, 0x23, 0xd9, 0x09, 0x9b, 0x89, 0xf1, 0xdd, 0xdc, 0x77, 0xdf, 0x7d, 0xe4, 0xed, 0x6f, 0x7f, 0xdb, 0x98, 0x91, 0x58, 0x5e, 0x5e, 0x9e, 0xa1, 0xac, 0xa7, 0x0c, 0x1d, 0x97, 0x04, 0xfe, 0x4c, 0x08, 0xc0, 0x62, 0x36, 0x79, 0xa5, 0xfa, 0x90, 0x86, 0x41, 0x56, 0x56, 0x56, 0x38, 0xe0, 0xb1, 0x80, 0x55, 0x4d, 0x10, 0xdf, 0x70, 0xb8, 0xa7, 0x5c, 0xcc, 0x1a, 0xfc, 0x59, 0x74, 0xb9, 0xa4, 0x2f, 0x81, 0x72, 0xd0, 0xd9, 0x81, 0x09, 0xfb, 0x03, 0xa6, 0x29, 0xcc, 0xb2, 0x27, 0x34, 0x1a, 0x28, 0x1d, 0xa7, 0x93, 0x3b, 0x2c, 0x31, 0x8c, 0x64, 0xd5, 0xdf, 0x98, 0x89, 0x0f, 0x20, 0x1b, 0xfc, 0x98, 0xc4, 0x37, 0x7e, 0x8f, 0xf3, 0xea, 0x5e, 0xa5, 0xe8, 0x84, 0xb2, 0x07, 0x1d, 0xe1, 0x49, 0x83, 0x93, 0xe6, 0x06, 0xbe, 0x64, 0xf0, 0x67, 0x2e, 0x81, 0x64, 0x75, 0x76, 0xb8, 0x49, 0xb0, 0xb1, 0xb1, 0xc1, 0xe5, 0x50, 0xbb, 0xdd, 0xe6, 0xa1, 0xd0, 0x59, 0x8e, 0x80, 0xca, 0x73, 0xc2, 0xb0, 0x07, 0xac, 0x21, 0x11, 0xfc, 0x71, 0x66, 0xca, 0x60, 0x09, 0xf6, 0x66, 0xca, 0x02, 0x7f, 0x66, 0x4e, 0x70, 0x1e, 0xc0, 0xef, 0xaf, 0xde, 0x51, 0x12, 0xe1, 0xa2, 0xd2, 0x2c, 0x0d, 0x1a, 0x2c, 0x49, 0x58, 0x84, 0x82, 0xa2, 0x38, 0xd1, 0xa0, 0xa1, 0x9d, 0x1d, 0x4c, 0x21, 0xaa, 0xa4, 0xc0, 0xcf, 0x8b, 0x81, 0xd4, 0x14, 0xf8, 0x55, 0x4a, 0x0b, 0xfc, 0xb1, 0x8b, 0x58, 0x22, 0x46, 0xe4, 0x34, 0x83, 0x26, 0x30, 0xc7, 0xa4, 0x4a, 0x05, 0x00, 0x7e, 0x0e, 0x0c, 0xa4, 0xa1, 0xc0, 0xaf, 0x52, 0x92, 0x72, 0x67, 0xda, 0xb9, 0x94, 0x64, 0x63, 0x24, 0x9b, 0x9e, 0x60, 0x05, 0xfe, 0x92, 0x59, 0x7d, 0x36, 0x1d, 0x2e, 0x24, 0x62, 0xc4, 0x90, 0x0a, 0x7e, 0xc5, 0x84, 0x52, 0x02, 0x3f, 0x4f, 0x06, 0x52, 0xcb, 0xf0, 0xed, 0xe6, 0xa2, 0x43, 0x4c, 0xa5, 0xc5, 0x01, 0x3f, 0x2b, 0xc4, 0x78, 0x00, 0x05, 0x7e, 0x05, 0xfc, 0x19, 0x30, 0xc2, 0x0a, 0x31, 0x1e, 0x20, 0x27, 0x71, 0x40, 0x2a, 0xc9, 0x73, 0x72, 0xf3, 0x0c, 0xfe, 0x6c, 0x7d, 0x80, 0x00, 0xf0, 0x2b, 0x22, 0x94, 0xd8, 0xea, 0x87, 0x39, 0xc3, 0x2a, 0x14, 0x42, 0xa5, 0x22, 0x00, 0x3f, 0x2e, 0x90, 0xa3, 0xc0, 0x5f, 0x82, 0x50, 0x88, 0xf4, 0xff, 0xf5, 0x95, 0x2b, 0x57, 0x14, 0xf0, 0x13, 0x94, 0x3b, 0xe7, 0xce, 0x9d, 0x4b, 0x0c, 0xfc, 0x44, 0x32, 0xf8, 0x33, 0x72, 0x82, 0xe5, 0x0e, 0x7a, 0x56, 0xe0, 0xcf, 0x9f, 0xd5, 0x8f, 0x0d, 0xfe, 0x22, 0xb4, 0x02, 0xc9, 0x1e, 0xf4, 0xac, 0x80, 0x9f, 0x8d, 0xce, 0x4f, 0x6a, 0xda, 0xc6, 0xc2, 0x7e, 0x20, 0x43, 0x81, 0x7f, 0xf1, 0xe4, 0x4e, 0x9a, 0xc0, 0xcf, 0x0b, 0x46, 0x0c, 0x05, 0x7e, 0x65, 0xf5, 0x65, 0x03, 0x5f, 0x26, 0x46, 0x0c, 0xa9, 0xe0, 0x57, 0x7d, 0x02, 0xa5, 0x92, 0x3b, 0x79, 0x34, 0x90, 0x86, 0x02, 0xbf, 0x92, 0x3b, 0xd3, 0x5c, 0x37, 0x0e, 0x7e, 0x96, 0x1a, 0x46, 0x0a, 0x12, 0x0a, 0xa1, 0xc0, 0xaf, 0xe4, 0xce, 0xf4, 0x18, 0x61, 0x45, 0x9a, 0x1a, 0x51, 0x26, 0xf8, 0xe3, 0xb4, 0x5b, 0x97, 0x0b, 0xf8, 0xd9, 0x80, 0x7f, 0x9a, 0xd1, 0x60, 0xb2, 0xc0, 0x9f, 0xad, 0x0f, 0x10, 0x00, 0x7e, 0x55, 0x0b, 0x14, 0xcf, 0xea, 0xcf, 0xd4, 0x09, 0x26, 0x09, 0xfc, 0x99, 0xd5, 0x00, 0x0a, 0xfc, 0x8b, 0x0e, 0x7c, 0x39, 0xe0, 0x57, 0xa1, 0x10, 0x0a, 0xf8, 0x99, 0x3b, 0xb9, 0x59, 0x01, 0x7f, 0x52, 0x1e, 0x2a, 0x14, 0x42, 0x81, 0xbf, 0x00, 0xc0, 0x67, 0xf3, 0x81, 0x5f, 0x85, 0x42, 0x28, 0xe0, 0xa7, 0x09, 0xfc, 0xf4, 0xc0, 0x3f, 0x3b, 0xf9, 0x0a, 0xfb, 0x81, 0x0c, 0x05, 0xfe, 0x32, 0xc8, 0x1d, 0xb6, 0x70, 0x18, 0x51, 0xa1, 0x10, 0x4a, 0xee, 0x64, 0x2a, 0x77, 0xf2, 0x86, 0x11, 0xc9, 0xa1, 0x10, 0xe9, 0x3f, 0x66, 0x5e, 0xc7, 0x03, 0x2c, 0x8a, 0xdc, 0xc1, 0x7e, 0x94, 0x59, 0xad, 0xfe, 0xd4, 0x83, 0x62, 0x42, 0x3a, 0x4d, 0x17, 0x5f, 0x02, 0x85, 0x80, 0xbf, 0x8c, 0x35, 0xc1, 0xa2, 0xc9, 0x9d, 0x59, 0x9a, 0x45, 0xa7, 0xb1, 0x6b, 0xd1, 0xa1, 0x10, 0x0b, 0x36, 0x35, 0x22, 0x53, 0xe0, 0x2f, 0x84, 0xdc, 0x99, 0x47, 0xeb, 0xcf, 0x84, 0x59, 0x49, 0xe0, 0x4f, 0xbf, 0x06, 0x50, 0xe0, 0x5f, 0x28, 0xb9, 0x93, 0x39, 0xf0, 0x25, 0x83, 0x3f, 0x5b, 0x1f, 0x20, 0x00, 0xfc, 0x4c, 0x01, 0x7f, 0x41, 0x9c, 0x5c, 0x36, 0xa7, 0x83, 0x1c, 0x1f, 0x23, 0x2c, 0xe3, 0x58, 0x08, 0x43, 0x3a, 0xf8, 0x71, 0x83, 0x2a, 0xf0, 0x17, 0x57, 0xee, 0xb0, 0x99, 0xc1, 0x5f, 0xa0, 0x50, 0x08, 0x56, 0x9a, 0xde, 0xe0, 0xe2, 0x44, 0x6c, 0xa6, 0x0b, 0xfc, 0x49, 0x67, 0x17, 0x28, 0x14, 0x42, 0x81, 0xbf, 0x7c, 0x72, 0x67, 0x06, 0xf0, 0xbb, 0x32, 0x56, 0xa1, 0x10, 0x09, 0xa6, 0x2c, 0xc6, 0x03, 0x14, 0x27, 0x62, 0x33, 0x79, 0xab, 0x3f, 0xe9, 0x3a, 0x99, 0xe0, 0xcf, 0x4e, 0x02, 0x91, 0x62, 0xf6, 0x06, 0x97, 0xc1, 0xc9, 0x8d, 0xef, 0x93, 0xb2, 0xd9, 0xae, 0x8d, 0x00, 0xbf, 0x0a, 0x85, 0x50, 0x72, 0x27, 0x65, 0xe0, 0xcb, 0xb1, 0xfa, 0x79, 0xc2, 0x88, 0xd4, 0x50, 0x88, 0x45, 0xfc, 0x4e, 0x9e, 0x6a, 0xd3, 0x4f, 0x16, 0xf8, 0xb2, 0x0d, 0xa4, 0x91, 0x12, 0xdc, 0x03, 0x77, 0x2f, 0x32, 0xf8, 0x95, 0xdc, 0xc9, 0x1e, 0xfc, 0xc5, 0x90, 0x40, 0x25, 0x06, 0xbf, 0x92, 0x3b, 0x73, 0x60, 0x24, 0x23, 0x06, 0x64, 0x3e, 0x2b, 0xc4, 0x22, 0x81, 0x5f, 0xc9, 0x9d, 0x94, 0x81, 0x2f, 0x19, 0xfc, 0xd9, 0xfa, 0x00, 0x44, 0xde, 0xb8, 0x4f, 0x25, 0x77, 0xf2, 0x21, 0x77, 0x62, 0x61, 0x24, 0x63, 0x60, 0x18, 0xd9, 0x82, 0x2a, 0x7b, 0xf0, 0x4f, 0x3b, 0x1e, 0xa0, 0x6c, 0x21, 0x0c, 0xe1, 0xfd, 0x24, 0xf3, 0x02, 0x3f, 0xe8, 0x7a, 0x16, 0x89, 0x03, 0xff, 0xab, 0x2f, 0x4e, 0x33, 0xa8, 0xe4, 0x71, 0x9f, 0x4a, 0xee, 0x64, 0x2d, 0x77, 0xd8, 0x18, 0xf0, 0x63, 0x5d, 0x91, 0x31, 0xf8, 0x93, 0x27, 0x00, 0x9b, 0xbc, 0x2f, 0x6f, 0x7d, 0x02, 0x6c, 0x0e, 0x36, 0x96, 0x21, 0x84, 0x61, 0x56, 0xab, 0x3f, 0x4d, 0x6f, 0x75, 0x28, 0xf8, 0x55, 0x28, 0x44, 0xb1, 0xac, 0xfe, 0x22, 0x45, 0x6c, 0x26, 0x05, 0x7c, 0xb7, 0xf5, 0x0f, 0xaa, 0x09, 0xa2, 0xc0, 0xbf, 0xf0, 0x12, 0x28, 0xaf, 0xe0, 0x57, 0x11, 0x9b, 0xd9, 0x5a, 0x7d, 0x0f, 0xf0, 0x23, 0xc2, 0x3e, 0xb3, 0x06, 0x7f, 0x76, 0x3e, 0x40, 0xe1, 0xc0, 0x5f, 0xcc, 0x01, 0x2a, 0xc9, 0xcb, 0x1d, 0x12, 0xdb, 0x17, 0x90, 0x01, 0xfe, 0x6c, 0x25, 0x90, 0xe4, 0x0e, 0x31, 0x15, 0xb1, 0x99, 0x3c, 0xf0, 0xe3, 0x5c, 0x3b, 0x3e, 0xc8, 0x85, 0x4d, 0x05, 0xfe, 0x62, 0x7c, 0x23, 0x4c, 0x22, 0xf8, 0x55, 0x9b, 0xbe, 0x5c, 0xab, 0xef, 0x26, 0x41, 0xa8, 0x0f, 0x20, 0x09, 0xfc, 0xd9, 0x10, 0x40, 0x52, 0x8c, 0x87, 0x53, 0x48, 0xe7, 0xce, 0xed, 0x2c, 0x38, 0xf0, 0xf3, 0xed, 0xe4, 0xce, 0xe5, 0x18, 0x4e, 0x02, 0xff, 0xc2, 0xb7, 0x02, 0x49, 0xea, 0xe6, 0x56, 0x6d, 0xfa, 0x49, 0x01, 0x7f, 0x7e, 0xf0, 0xbb, 0xad, 0x7f, 0xa0, 0x0f, 0x20, 0x11, 0xfc, 0xd9, 0xfa, 0x00, 0x24, 0xfd, 0xce, 0x0e, 0x25, 0x77, 0xf2, 0x64, 0xf5, 0x47, 0xbd, 0xbe, 0x9e, 0xa6, 0x50, 0x12, 0x3d, 0xf0, 0x7d, 0xa1, 0x43, 0x21, 0xd8, 0xa4, 0x63, 0x39, 0x04, 0xbf, 0x6a, 0xd3, 0x4f, 0x43, 0xee, 0xb0, 0xd9, 0x07, 0xc5, 0x14, 0x32, 0x14, 0x22, 0xec, 0xc1, 0x12, 0xf0, 0x84, 0x95, 0xdc, 0xc9, 0x8f, 0xdc, 0x09, 0x02, 0xfe, 0x98, 0x04, 0x62, 0xf9, 0x01, 0x7f, 0x76, 0x12, 0x28, 0x05, 0xf0, 0x2b, 0xb9, 0x93, 0x4f, 0xb9, 0x13, 0xe5, 0x07, 0xc8, 0x30, 0x90, 0xf2, 0x6b, 0x80, 0x88, 0x07, 0x63, 0x19, 0x83, 0x5f, 0xc9, 0x1d, 0xf9, 0x72, 0x27, 0xd0, 0x07, 0x08, 0xc1, 0x48, 0x71, 0x26, 0xc6, 0x4a, 0x08, 0xfc, 0x4a, 0xee, 0xe4, 0x5b, 0xee, 0xf8, 0x13, 0xa5, 0x34, 0xb2, 0x26, 0x90, 0x0d, 0xfe, 0x6c, 0x7d, 0x00, 0x49, 0xe0, 0xbf, 0x7c, 0xf9, 0xca, 0x42, 0xc8, 0x9d, 0x8c, 0x6a, 0xfc, 0xb9, 0x81, 0xbf, 0xb3, 0xf3, 0x50, 0x6c, 0xe0, 0xfb, 0x09, 0x10, 0x17, 0x23, 0x05, 0x0d, 0x85, 0x18, 0x07, 0x7f, 0xdc, 0x69, 0x63, 0x66, 0x99, 0x30, 0xb5, 0xf0, 0x53, 0x8a, 0x67, 0x0c, 0xfc, 0x69, 0xad, 0xfe, 0x22, 0x80, 0x3f, 0x3b, 0x09, 0x14, 0x06, 0xfe, 0x34, 0xa6, 0xd9, 0x2b, 0x64, 0xc4, 0xa6, 0x6c, 0xf0, 0x4f, 0x0f, 0xfc, 0xb8, 0x04, 0x88, 0x02, 0x7f, 0x41, 0x42, 0x21, 0xe6, 0x01, 0xff, 0x22, 0xb7, 0xee, 0x14, 0xc1, 0xea, 0xc7, 0x73, 0x70, 0x11, 0xec, 0x71, 0x09, 0x10, 0x98, 0x5f, 0x18, 0xf8, 0x0b, 0x39, 0x2b, 0x44, 0x0a, 0x0f, 0x56, 0x86, 0x88, 0xcd, 0xd9, 0xdf, 0x78, 0xf6, 0x56, 0xdf, 0x4d, 0x88, 0x38, 0x2f, 0x52, 0x85, 0x42, 0x14, 0xc6, 0xea, 0x97, 0x5b, 0xee, 0xc4, 0xab, 0x05, 0x0a, 0x1c, 0x0a, 0x91, 0x25, 0xf8, 0x95, 0xdc, 0x91, 0xe7, 0xe4, 0xce, 0x47, 0x80, 0x09, 0x4f, 0x50, 0xae, 0x50, 0x88, 0xec, 0x80, 0xaf, 0xac, 0x7e, 0xfa, 0x56, 0x3f, 0x8e, 0x14, 0x62, 0x2a, 0x14, 0x22, 0x5b, 0xf0, 0x87, 0x7f, 0xe7, 0x56, 0x85, 0x30, 0xa4, 0x21, 0x77, 0x66, 0xf1, 0x03, 0x0a, 0x3d, 0x2b, 0x44, 0xd4, 0x83, 0xb1, 0x14, 0x81, 0x3f, 0x8f, 0xc5, 0x4f, 0x1f, 0xfc, 0x8b, 0x11, 0xc2, 0x30, 0xc9, 0xba, 0xcf, 0x26, 0x7f, 0x58, 0x6c, 0xf0, 0x17, 0x34, 0x14, 0x62, 0x56, 0xf0, 0xab, 0x10, 0x86, 0xbc, 0xcb, 0x9d, 0x28, 0x02, 0x84, 0x12, 0x42, 0xcd, 0x0a, 0x31, 0x1b, 0x70, 0xf2, 0x02, 0xfc, 0xc5, 0xb1, 0xfa, 0xe9, 0xca, 0x9d, 0x49, 0xc4, 0x08, 0xbc, 0x77, 0xc9, 0xe0, 0xcf, 0xce, 0x07, 0x08, 0x01, 0x3f, 0x4b, 0x10, 0xfc, 0x4a, 0xee, 0x24, 0x0f, 0xfe, 0x24, 0x08, 0x11, 0xa7, 0x35, 0x48, 0x16, 0xf8, 0xb3, 0x93, 0x40, 0x29, 0x8f, 0x0d, 0x56, 0x72, 0x27, 0x1b, 0xab, 0x9f, 0x0c, 0xf0, 0x59, 0x6e, 0xc0, 0x9f, 0xa9, 0x13, 0x9c, 0x06, 0xf8, 0x95, 0xdc, 0xc9, 0xa7, 0xdc, 0x99, 0xba, 0x1f, 0x80, 0xc9, 0x9b, 0x2c, 0x4d, 0xfa, 0xac, 0x10, 0x2c, 0x31, 0xe0, 0x17, 0xc1, 0xea, 0x17, 0x43, 0xee, 0xf8, 0xb7, 0xdd, 0x44, 0x60, 0x2c, 0x3f, 0xe0, 0xcf, 0xd6, 0x07, 0x48, 0x15, 0xfc, 0xe1, 0x39, 0x39, 0xdf, 0x07, 0x28, 0x4a, 0x67, 0xd6, 0xce, 0xce, 0x4e, 0xa6, 0x56, 0x3f, 0x49, 0xdd, 0x1f, 0xb4, 0x4f, 0xf6, 0x04, 0xc9, 0xd9, 0x36, 0x83, 0xce, 0xd1, 0xd9, 0xa1, 0x42, 0x18, 0x66, 0xb7, 0xf8, 0x49, 0x5a, 0xf9, 0x79, 0x88, 0x20, 0xc6, 0x75, 0xe4, 0xeb, 0xbb, 0x40, 0xb9, 0x0f, 0x85, 0x10, 0x03, 0x62, 0xf2, 0x28, 0x77, 0x92, 0xac, 0x1b, 0xe5, 0x46, 0x6c, 0xa6, 0x49, 0x88, 0x20, 0x02, 0x96, 0x8a, 0x00, 0xc9, 0xf7, 0xf4, 0xa9, 0xd8, 0x9d, 0xbc, 0xca, 0x9d, 0xa8, 0xbc, 0x72, 0xa3, 0x79, 0xb2, 0x24, 0xc0, 0x6c, 0xe0, 0x67, 0x29, 0x01, 0xbf, 0x08, 0x72, 0x67, 0x7a, 0xf0, 0xcb, 0x94, 0x3d, 0x6e, 0xf0, 0xe7, 0xd1, 0xfa, 0x27, 0x4e, 0x00, 0x16, 0xe7, 0xd8, 0x04, 0xcb, 0x1f, 0x3c, 0x06, 0x58, 0x59, 0x7d, 0x07, 0xf8, 0x51, 0xd7, 0x66, 0x65, 0xe5, 0xe7, 0xb9, 0x96, 0x95, 0xd6, 0x07, 0x98, 0x59, 0xf6, 0xb0, 0x39, 0x81, 0xcf, 0x94, 0xdc, 0x91, 0x48, 0x88, 0xbc, 0x5a, 0xfe, 0x6c, 0x7d, 0x80, 0x10, 0x1c, 0x07, 0x0f, 0x0f, 0x4d, 0x62, 0x48, 0xa3, 0x92, 0x3b, 0x79, 0xf4, 0x03, 0x58, 0x0e, 0xbf, 0x92, 0x2e, 0x39, 0x14, 0x62, 0x92, 0x75, 0x67, 0x73, 0x03, 0xdf, 0xfd, 0x1d, 0x5c, 0x15, 0xc2, 0x20, 0x49, 0xf6, 0x0c, 0x9a, 0x3f, 0x8b, 0x4f, 0x00, 0x36, 0x3f, 0xf8, 0x43, 0xe7, 0x91, 0x27, 0x2a, 0x84, 0x21, 0x2d, 0xcb, 0x9c, 0x56, 0x1e, 0x4e, 0x59, 0x8e, 0x16, 0x3b, 0x77, 0x24, 0x90, 0x34, 0x2b, 0x44, 0x12, 0x5f, 0x68, 0x4c, 0x52, 0xee, 0x94, 0x3b, 0x84, 0x21, 0x1d, 0xb9, 0x63, 0x13, 0xdb, 0x66, 0xae, 0x67, 0x63, 0x64, 0x6f, 0x6f, 0x8f, 0xf4, 0xcc, 0x1e, 0xfc, 0x82, 0xf3, 0xc5, 0xc9, 0x84, 0x16, 0x9d, 0x00, 0x51, 0xe0, 0x67, 0x31, 0xc0, 0x18, 0xdd, 0xf2, 0x91, 0x3c, 0xf0, 0x17, 0xdd, 0xea, 0xe7, 0x41, 0xee, 0x38, 0xd6, 0x1e, 0x09, 0xe0, 0xec, 0x6b, 0x34, 0x1b, 0xe4, 0xeb, 0xdf, 0xf8, 0xa7, 0xe1, 0x14, 0x97, 0x7c, 0xa5, 0x01, 0xfc, 0xb4, 0x0a, 0x21, 0x76, 0xbf, 0xe0, 0x3e, 0x40, 0x6c, 0xf0, 0x8f, 0xe6, 0x00, 0x55, 0x72, 0x87, 0xe4, 0xde, 0xa9, 0xf5, 0x03, 0xdf, 0xb6, 0x6d, 0x8f, 0xd4, 0x71, 0x08, 0xb0, 0x7f, 0x70, 0x87, 0xfc, 0xe3, 0xd7, 0xff, 0x81, 0x1c, 0xd4, 0x0f, 0xbc, 0xcf, 0x87, 0xcf, 0x2f, 0x11, 0xfc, 0xd9, 0x4a, 0xa0, 0x20, 0xf0, 0xb3, 0x59, 0x80, 0x51, 0x5e, 0xb9, 0x93, 0x57, 0xd9, 0xe3, 0x58, 0x7b, 0x37, 0xf8, 0x05, 0x01, 0x2c, 0xf2, 0xd2, 0x95, 0xcb, 0xe4, 0x3f, 0xff, 0xeb, 0x29, 0xd2, 0xed, 0x75, 0xa7, 0x36, 0x64, 0xc5, 0x91, 0x40, 0x21, 0xe0, 0x67, 0x53, 0x81, 0x58, 0xc9, 0x9d, 0xbc, 0x11, 0xc2, 0xef, 0xdc, 0x0a, 0x12, 0xd8, 0xc4, 0xb2, 0x2c, 0xf2, 0xca, 0x8f, 0x5e, 0x21, 0xdf, 0x7b, 0xee, 0x7b, 0xe4, 0xd6, 0xed, 0x9b, 0xf3, 0x56, 0xd5, 0x0b, 0x5e, 0x03, 0x4c, 0x01, 0x7e, 0xf7, 0x59, 0x8c, 0xb1, 0x54, 0xc1, 0x9f, 0x37, 0xe0, 0xe7, 0xdd, 0xa9, 0xf5, 0xae, 0xc7, 0xe5, 0x4e, 0xab, 0xd5, 0x26, 0xd7, 0xdf, 0xb8, 0x4e, 0xae, 0xbe, 0xfa, 0x23, 0xbe, 0xb4, 0x5a, 0xad, 0xc9, 0xcf, 0xcb, 0xac, 0x72, 0xb4, 0x02, 0xc5, 0x07, 0x7f, 0x50, 0x28, 0x04, 0x93, 0x08, 0x7c, 0xf9, 0x56, 0x5f, 0x36, 0x21, 0x4c, 0xd3, 0xe4, 0x16, 0xdd, 0x34, 0xfb, 0xa4, 0xd3, 0xed, 0x92, 0x26, 0x38, 0xb3, 0x8d, 0xc6, 0x11, 0x69, 0x02, 0xc0, 0x71, 0x7d, 0x67, 0x7f, 0x9f, 0xec, 0xed, 0xed, 0x82, 0xce, 0xdf, 0x9f, 0xea, 0xad, 0xc8, 0x6f, 0xff, 0x91, 0xd1, 0x0c, 0x1a, 0x2b, 0x14, 0x22, 0xa9, 0x8f, 0x48, 0x94, 0x63, 0xd2, 0xa9, 0xa8, 0xf5, 0xe1, 0xe1, 0x21, 0x79, 0xfa, 0xd9, 0xef, 0x72, 0x10, 0x63, 0xb2, 0x60, 0x6d, 0x5a, 0xc2, 0xea, 0x22, 0xa0, 0x2d, 0xcb, 0xe6, 0xdb, 0x3d, 0xd0, 0xe7, 0x36, 0x58, 0x72, 0xbc, 0xa6, 0x0b, 0x20, 0x47, 0x03, 0x84, 0xd7, 0x38, 0xd7, 0xcd, 0x9b, 0x34, 0x4d, 0xe3, 0x35, 0x46, 0x1e, 0x93, 0x21, 0x13, 0xfc, 0xd1, 0x3e, 0xc0, 0xac, 0x00, 0x2e, 0xcf, 0xa4, 0x53, 0x93, 0xf2, 0x30, 0x2d, 0x93, 0x5c, 0xbe, 0xf2, 0x52, 0xe6, 0xa0, 0x42, 0xc0, 0x6b, 0x54, 0x23, 0xcb, 0x4b, 0x2b, 0xb0, 0x2c, 0x93, 0xdd, 0xfd, 0xdd, 0x31, 0xeb, 0x4f, 0xcb, 0x40, 0x80, 0x89, 0xe0, 0x0f, 0x9b, 0x27, 0x92, 0x31, 0x09, 0xc0, 0xcf, 0x8f, 0xd5, 0x4f, 0x8a, 0x10, 0x4b, 0x4b, 0x4b, 0xa9, 0x03, 0xdd, 0x30, 0x0c, 0xa2, 0x6b, 0x3a, 0xa1, 0xb0, 0x5d, 0xad, 0x54, 0x89, 0xa1, 0x19, 0xa4, 0x52, 0xa9, 0x90, 0x8a, 0x51, 0xe5, 0x56, 0x7f, 0xef, 0x60, 0x97, 0xb7, 0x06, 0x79, 0x09, 0x50, 0xa2, 0x1a, 0x60, 0x31, 0xc0, 0x5f, 0xcc, 0x88, 0xcd, 0x5a, 0xb5, 0x36, 0x77, 0xf1, 0xd5, 0x6a, 0x35, 0x0e, 0xe8, 0x6a, 0xa5, 0x46, 0xaa, 0xb0, 0x5d, 0xc3, 0x6d, 0xc8, 0xd7, 0xd0, 0x0d, 0x81, 0x64, 0x36, 0xf8, 0x7f, 0x8c, 0x92, 0x7e, 0xbf, 0x3f, 0xf4, 0x19, 0x70, 0x69, 0xb6, 0x1a, 0xa4, 0xdd, 0xf1, 0x3a, 0xc3, 0x3a, 0x10, 0x85, 0xd9, 0xac, 0x24, 0x04, 0x60, 0xf3, 0xcd, 0xff, 0x3e, 0x39, 0x6e, 0x44, 0xc9, 0x9d, 0x48, 0x02, 0x00, 0x60, 0xfd, 0xfa, 0xfb, 0xad, 0x3b, 0xe7, 0xa1, 0x66, 0x58, 0x26, 0xba, 0xae, 0xf1, 0xf3, 0xd0, 0x7a, 0xeb, 0x00, 0x66, 0xdc, 0x76, 0x2c, 0x3a, 0xae, 0x75, 0x5d, 0xe7, 0xdb, 0x4e, 0x39, 0x38, 0xa0, 0x76, 0x16, 0x04, 0x7b, 0xaf, 0xd7, 0xe3, 0x80, 0xc7, 0xb5, 0xb3, 0x8d, 0xff, 0x0b, 0x8f, 0xe3, 0xef, 0x7a, 0xc3, 0xdb, 0xf1, 0x55, 0x81, 0xfc, 0xfa, 0xbd, 0x3e, 0xcf, 0xbf, 0x3c, 0x35, 0x40, 0x04, 0xf8, 0x59, 0x28, 0xa0, 0xd2, 0x06, 0x7e, 0xfe, 0xac, 0x7e, 0x5a, 0xc4, 0xc0, 0x5a, 0xa0, 0xdd, 0x69, 0x0f, 0xef, 0x69, 0xfb, 0xae, 0xbb, 0xc9, 0xfa, 0xfa, 0x7a, 0xec, 0xa7, 0x44, 0x30, 0x3b, 0xa0, 0x16, 0xad, 0x41, 0xa6, 0x07, 0xf4, 0x0e, 0xf0, 0xfd, 0x04, 0xd9, 0x3f, 0xdc, 0x1b, 0x2b, 0xc7, 0x5b, 0x37, 0xf6, 0xc8, 0xd6, 0xb1, 0x75, 0x92, 0xa7, 0x64, 0xe4, 0x0b, 0xfc, 0xb3, 0x0d, 0x6b, 0x54, 0x21, 0x0c, 0xe1, 0x79, 0x18, 0x20, 0x59, 0x88, 0x8b, 0x00, 0xd8, 0xda, 0x13, 0xb7, 0xf6, 0x75, 0x03, 0x1a, 0x49, 0xe0, 0x00, 0xdf, 0x6f, 0xf5, 0xfd, 0x24, 0xd9, 0x3f, 0xbc, 0xc3, 0x1d, 0x70, 0x77, 0x6a, 0x35, 0x5a, 0xc4, 0x84, 0x5a, 0xa3, 0xbc, 0xd1, 0xa0, 0xb1, 0xc7, 0x06, 0xb3, 0x9c, 0x02, 0x7f, 0x76, 0xf0, 0xcb, 0x24, 0x84, 0x01, 0x52, 0xc6, 0xf3, 0x04, 0x31, 0xf4, 0xb7, 0x1b, 0xd0, 0x8e, 0xc5, 0x47, 0xc9, 0xe3, 0x96, 0x3d, 0x7e, 0x8b, 0xef, 0x9c, 0x7f, 0xd8, 0xa8, 0x93, 0x5e, 0xdf, 0x1b, 0xf6, 0xd0, 0xeb, 0xf6, 0x49, 0xb7, 0x2d, 0x9a, 0x57, 0x4b, 0x35, 0x28, 0x7e, 0x7a, 0xf0, 0x87, 0x75, 0x84, 0x15, 0xcb, 0xea, 0x67, 0x49, 0x08, 0xbf, 0xde, 0xf6, 0xd7, 0x00, 0xd8, 0xee, 0xdf, 0xe9, 0x74, 0x86, 0xc1, 0x6c, 0xfe, 0xc5, 0x21, 0x84, 0xdf, 0xca, 0x07, 0xfd, 0x3e, 0x6a, 0x1d, 0x92, 0x76, 0xd7, 0xeb, 0xf4, 0x9a, 0x7d, 0x8b, 0x34, 0xea, 0x47, 0xa3, 0x18, 0xa1, 0xd2, 0x8d, 0x09, 0x4e, 0x6c, 0x56, 0x88, 0xe2, 0xca, 0x9d, 0x34, 0x89, 0xa1, 0xfb, 0x6b, 0x00, 0xdf, 0x03, 0xa1, 0x45, 0x6f, 0x36, 0x9b, 0x91, 0xb5, 0x41, 0x14, 0xe8, 0x9d, 0xdf, 0x47, 0xcd, 0x71, 0xf0, 0xe3, 0xb1, 0xc3, 0x83, 0xfa, 0x30, 0x6c, 0x22, 0x8f, 0xc3, 0x83, 0x73, 0x19, 0x0a, 0x11, 0x44, 0x84, 0x59, 0x81, 0x2f, 0x0b, 0xfc, 0x79, 0x21, 0x84, 0x9f, 0x00, 0xfe, 0x1e, 0x59, 0x16, 0x31, 0x32, 0x2f, 0x8e, 0xd5, 0xc7, 0xa5, 0xd1, 0x3a, 0x0a, 0x04, 0xff, 0xc1, 0xee, 0xfe, 0xb0, 0xb7, 0x59, 0xd3, 0xf0, 0x79, 0x74, 0xd7, 0x20, 0x99, 0xb2, 0xf9, 0x00, 0x31, 0xc0, 0xef, 0x96, 0x3c, 0xee, 0x72, 0x51, 0x11, 0x9b, 0xb3, 0xe7, 0xa1, 0x47, 0xf8, 0x00, 0x0e, 0xa0, 0xe3, 0x38, 0xc0, 0x61, 0xbf, 0x51, 0xf3, 0x77, 0xfb, 0x9d, 0xb1, 0xff, 0x71, 0xb0, 0xb7, 0xcf, 0x7d, 0x06, 0x4a, 0x45, 0xd3, 0xaa, 0x68, 0x5e, 0x2d, 0xeb, 0xcc, 0x70, 0x21, 0xe0, 0x0f, 0xf7, 0x01, 0x66, 0x01, 0xbf, 0x8a, 0xd8, 0x0c, 0x8a, 0xd8, 0x44, 0x00, 0x7a, 0x9f, 0xd2, 0xf6, 0x00, 0xdc, 0x5f, 0x03, 0x38, 0xda, 0x7f, 0x92, 0xf4, 0x11, 0xe0, 0x3f, 0xe0, 0x43, 0x1c, 0xfd, 0xe0, 0xbf, 0x03, 0x96, 0x1f, 0x5b, 0x7c, 0x30, 0x55, 0x2a, 0xa2, 0x67, 0xd8, 0xe9, 0x5f, 0xc8, 0x9b, 0x0c, 0xca, 0x5e, 0x02, 0x85, 0x38, 0xc7, 0xfe, 0x33, 0xa7, 0x6b, 0x2e, 0x5b, 0xfc, 0x88, 0xcd, 0x24, 0xf3, 0x72, 0x0f, 0x49, 0xf4, 0xd7, 0x00, 0x4e, 0xcb, 0x8e, 0x03, 0x6a, 0x77, 0x0d, 0xe0, 0x06, 0x79, 0x94, 0xd5, 0xef, 0xf5, 0x7b, 0xdc, 0xf2, 0x5b, 0xb6, 0x39, 0x2e, 0x7b, 0xf6, 0xee, 0x90, 0x7e, 0xcf, 0xe4, 0xd6, 0x9e, 0x87, 0x44, 0x54, 0xaa, 0x43, 0x12, 0xf0, 0x73, 0x88, 0x5d, 0x3e, 0x02, 0xf8, 0xc1, 0x15, 0x1d, 0x0a, 0x31, 0x0d, 0xf8, 0xcb, 0x3d, 0xe9, 0x54, 0x10, 0xf0, 0x85, 0xc3, 0x39, 0x1a, 0xa0, 0xe2, 0x7f, 0xd1, 0xb8, 0xcf, 0xdf, 0x76, 0xef, 0x6f, 0xfa, 0x8c, 0x22, 0x41, 0xa7, 0xdb, 0x21, 0x47, 0xad, 0xfa, 0x98, 0x74, 0xc2, 0xe3, 0x77, 0x6e, 0xa1, 0xe6, 0x37, 0xc1, 0xda, 0x8b, 0x5e, 0x64, 0x41, 0x80, 0x0a, 0x27, 0x80, 0x61, 0x54, 0xf8, 0x3d, 0xb6, 0xbb, 0xed, 0x92, 0x49, 0xa0, 0x29, 0xc0, 0x1f, 0xa7, 0x15, 0x48, 0x56, 0x9b, 0x7e, 0xde, 0x65, 0xcf, 0x68, 0x80, 0x8a, 0x77, 0x84, 0x96, 0x03, 0x70, 0xb7, 0x44, 0xf1, 0xd7, 0x00, 0x71, 0xf5, 0x3e, 0xc6, 0xf6, 0xb4, 0xba, 0xcd, 0x31, 0x03, 0x85, 0x72, 0x67, 0x7f, 0xe0, 0xf0, 0x3a, 0x72, 0x47, 0x80, 0x7e, 0x44, 0x02, 0xdc, 0xc6, 0x7b, 0xed, 0xf4, 0x3a, 0xe5, 0x21, 0xc0, 0x24, 0xd9, 0x33, 0x69, 0x48, 0x64, 0x70, 0x4d, 0x50, 0xac, 0x88, 0xcd, 0x24, 0xe5, 0x8e, 0x7f, 0x4c, 0x2e, 0x6e, 0xfb, 0x63, 0xfa, 0xed, 0xc1, 0x3e, 0x77, 0x68, 0xc3, 0x24, 0xad, 0xef, 0xe8, 0xfd, 0x6e, 0x7f, 0x7c, 0x5c, 0x2f, 0x76, 0x70, 0x1d, 0xec, 0x1f, 0xf0, 0xb8, 0xb8, 0x6a, 0xb5, 0x32, 0x06, 0x7a, 0x67, 0x2d, 0x6a, 0x80, 0xb2, 0x37, 0x83, 0xc6, 0xfa, 0x3a, 0x0c, 0xcb, 0x35, 0xf0, 0xf3, 0x27, 0x77, 0xdc, 0x16, 0x3f, 0xa8, 0x16, 0xb0, 0xc7, 0xde, 0x83, 0x03, 0x7a, 0xec, 0x03, 0x98, 0x64, 0xf5, 0x3b, 0x20, 0x59, 0x50, 0xef, 0xfb, 0x3b, 0xd0, 0x30, 0xef, 0xe6, 0x51, 0x93, 0x2f, 0x8e, 0xde, 0x77, 0x5a, 0x7b, 0xc6, 0xc1, 0x6f, 0x0c, 0x6a, 0x80, 0x92, 0x12, 0x20, 0x1a, 0xfc, 0x93, 0xda, 0xec, 0x99, 0xcb, 0x31, 0x5e, 0x1c, 0xb9, 0x93, 0x26, 0x31, 0xc2, 0x67, 0x61, 0x18, 0x27, 0x80, 0xbf, 0x06, 0x40, 0x09, 0xe4, 0x0f, 0x5b, 0x0e, 0x6d, 0xe5, 0x69, 0xd6, 0xc7, 0xc2, 0x99, 0x9d, 0x3c, 0xea, 0xfb, 0x75, 0xd2, 0x69, 0x77, 0xc6, 0xe4, 0xce, 0x88, 0x04, 0x5e, 0xeb, 0x5f, 0x5a, 0x02, 0x44, 0x81, 0x7f, 0xb2, 0xa5, 0x57, 0x93, 0x4e, 0x05, 0xc9, 0x1d, 0xf7, 0x0c, 0x0c, 0xfe, 0x89, 0xa8, 0xfc, 0xa4, 0xc0, 0x30, 0x07, 0xaf, 0x04, 0x12, 0x04, 0x88, 0xb2, 0xfa, 0x18, 0x3d, 0x8a, 0x92, 0xc7, 0xb2, 0xc7, 0x07, 0xad, 0x63, 0x38, 0xf3, 0xc1, 0xde, 0x01, 0x1f, 0xe4, 0xe2, 0x38, 0xb8, 0x7e, 0x4b, 0x3f, 0x72, 0x7c, 0xdd, 0xc4, 0x10, 0x12, 0x28, 0x6f, 0xb3, 0x45, 0xcb, 0x09, 0x85, 0x20, 0xd1, 0x13, 0xdf, 0xfa, 0x81, 0x3f, 0x4b, 0xa8, 0x73, 0xd1, 0xe6, 0xd8, 0x0c, 0x9a, 0x74, 0x2a, 0x16, 0x01, 0x7c, 0xad, 0x2e, 0x38, 0x54, 0x31, 0xcc, 0xea, 0xf7, 0xcd, 0x3e, 0xa9, 0x1f, 0x1d, 0x8c, 0x5d, 0xe3, 0x24, 0x94, 0x3b, 0x8d, 0xc3, 0x06, 0x97, 0x3c, 0xd5, 0x6a, 0x35, 0x54, 0xee, 0xf8, 0x1d, 0x61, 0x67, 0x5f, 0x1e, 0x93, 0x94, 0x7e, 0x80, 0xe8, 0x66, 0xce, 0x59, 0xfa, 0x01, 0xe6, 0x07, 0x7f, 0x11, 0xe4, 0x8e, 0x7f, 0x7f, 0xb7, 0xd7, 0x19, 0x86, 0x22, 0x70, 0xf0, 0x0f, 0x06, 0xc7, 0x04, 0x85, 0x39, 0xa3, 0xce, 0xc7, 0x90, 0x86, 0xa0, 0xf7, 0x6e, 0x99, 0x16, 0xa9, 0xdf, 0xa9, 0x73, 0x9f, 0x01, 0x9b, 0x38, 0xc7, 0x2d, 0xfe, 0xb8, 0xdc, 0x09, 0xaa, 0x19, 0xdc, 0xcf, 0x55, 0x3e, 0x1f, 0x20, 0x16, 0xf8, 0xa3, 0x67, 0x87, 0x5e, 0x34, 0xb9, 0x33, 0x4f, 0x5e, 0x93, 0x2c, 0x7b, 0xf0, 0x7e, 0xef, 0xbe, 0x46, 0xc3, 0x1b, 0xe4, 0x86, 0x9d, 0x62, 0x63, 0x3a, 0xff, 0xa8, 0xce, 0x03, 0xd9, 0x82, 0xe4, 0x8e, 0xdb, 0xea, 0x63, 0x9e, 0x6e, 0xcb, 0x8e, 0xdb, 0x98, 0x9f, 0x7f, 0x5f, 0x14, 0x09, 0x4a, 0x49, 0x80, 0x28, 0xf0, 0x07, 0xf5, 0x09, 0xf8, 0x41, 0x3c, 0x69, 0x60, 0xf7, 0xf8, 0x18, 0x62, 0x16, 0x09, 0xfe, 0xa0, 0x42, 0x98, 0xe6, 0x77, 0xd4, 0x57, 0x10, 0x83, 0x40, 0x1c, 0xe7, 0xab, 0x29, 0x61, 0x72, 0x67, 0xd4, 0x22, 0x36, 0x0e, 0x7e, 0xb1, 0x8e, 0x36, 0x28, 0x87, 0x87, 0xfe, 0x21, 0x89, 0x55, 0x11, 0xdf, 0x6f, 0x99, 0xa4, 0x0e, 0xc7, 0x8e, 0x9a, 0x47, 0xbc, 0xe3, 0x2a, 0x28, 0xa1, 0xd6, 0x3f, 0x3c, 0x38, 0x1c, 0x0c, 0x61, 0xa4, 0x21, 0x4d, 0x9b, 0xe1, 0x72, 0x27, 0xe8, 0xbc, 0x72, 0x4b, 0xa0, 0x18, 0xe0, 0x8f, 0x6e, 0x06, 0x9d, 0xdc, 0xd3, 0x10, 0x74, 0x5d, 0x10, 0xd8, 0x1c, 0x60, 0xce, 0x4a, 0x84, 0x28, 0x42, 0x8c, 0x3e, 0x08, 0x11, 0x6d, 0xfd, 0xdd, 0xd7, 0xbb, 0xbf, 0xa0, 0x22, 0xc0, 0x4d, 0x22, 0x2d, 0xbb, 0x73, 0x7c, 0x92, 0x0c, 0xba, 0x71, 0xeb, 0x96, 0xef, 0xfd, 0xd8, 0xe4, 0xe6, 0xed, 0x9f, 0x92, 0x66, 0xbb, 0x19, 0xfa, 0x8e, 0xf1, 0xda, 0xc6, 0xe1, 0x11, 0x69, 0x35, 0x84, 0x1f, 0xe0, 0xf4, 0xea, 0x8e, 0x3b, 0xb8, 0x23, 0x90, 0x63, 0x4d, 0xe0, 0xf4, 0x01, 0x8c, 0xef, 0x1b, 0x9d, 0xc7, 0x06, 0x73, 0x0f, 0x95, 0x4f, 0x02, 0xc5, 0x06, 0xff, 0x64, 0x87, 0x77, 0x1a, 0x8b, 0x3f, 0xa9, 0x36, 0x08, 0xb2, 0xd0, 0x71, 0x81, 0x1f, 0x17, 0xd4, 0x71, 0xae, 0x75, 0x7f, 0x44, 0x42, 0x04, 0xb1, 0xc5, 0x73, 0x70, 0x83, 0xce, 0x73, 0x08, 0x80, 0x7a, 0xfd, 0xda, 0xb5, 0x6b, 0x9e, 0xff, 0xe9, 0x1e, 0x1b, 0x1c, 0xf4, 0x5e, 0x71, 0xd8, 0x22, 0x4a, 0x1e, 0xa7, 0xef, 0x20, 0x4c, 0xcb, 0xc7, 0xd5, 0xfc, 0x6e, 0x52, 0xe0, 0x79, 0xf8, 0x6c, 0xe5, 0x93, 0x40, 0x11, 0xe0, 0xe7, 0x2b, 0x4a, 0x26, 0x02, 0x3a, 0x2e, 0xe8, 0xe7, 0x91, 0x3d, 0xf3, 0xc8, 0x9d, 0x49, 0x3e, 0x46, 0xf8, 0x39, 0x5e, 0x2b, 0xee, 0xd4, 0x7e, 0x61, 0x61, 0x0d, 0xc1, 0x60, 0x1f, 0xdf, 0xff, 0x63, 0x00, 0xfe, 0x33, 0xdf, 0x7b, 0x96, 0x34, 0x5b, 0xcd, 0x58, 0xe5, 0xd3, 0x6e, 0xb6, 0x49, 0xe3, 0xa8, 0x41, 0xec, 0x81, 0xc3, 0x8c, 0xb7, 0xe6, 0x96, 0x31, 0x61, 0x7a, 0x7f, 0xb4, 0xaf, 0x12, 0xea, 0x17, 0xb8, 0xa5, 0x10, 0x63, 0xf9, 0x9b, 0x1d, 0x2e, 0xe5, 0x69, 0x51, 0x26, 0x5b, 0x7e, 0xc3, 0xac, 0x13, 0x4b, 0x1f, 0xcd, 0x14, 0xf0, 0xc5, 0x27, 0xbe, 0x40, 0x16, 0x2d, 0xe5, 0x69, 0xa0, 0xf7, 0x80, 0x46, 0xb1, 0xce, 0xb3, 0x4d, 0x31, 0xe7, 0x27, 0x4e, 0x91, 0xb2, 0xb9, 0xb5, 0xe1, 0x50, 0x74, 0x48, 0x02, 0x3e, 0x7f, 0x1b, 0x15, 0xf9, 0x59, 0x0c, 0x9c, 0xe6, 0x1e, 0x2c, 0x6d, 0xdb, 0x73, 0x2c, 0xee, 0x17, 0x22, 0x9d, 0xdf, 0x9e, 0x7d, 0xdd, 0x83, 0x92, 0x35, 0x83, 0x06, 0xf4, 0x09, 0xd4, 0xba, 0xd7, 0x49, 0xb7, 0x76, 0x3a, 0x97, 0x60, 0x5a, 0x28, 0x12, 0xc6, 0x04, 0x3e, 0x25, 0xa3, 0x89, 0x69, 0x75, 0xb4, 0xce, 0x86, 0x21, 0xef, 0x9e, 0x9b, 0xd7, 0xa5, 0xcf, 0x12, 0xa7, 0xc9, 0x04, 0x3f, 0xa6, 0xe5, 0xa3, 0x97, 0x48, 0xa5, 0x77, 0x4b, 0x21, 0x78, 0xce, 0x44, 0x79, 0x61, 0xd2, 0xc0, 0x85, 0xfa, 0xb6, 0x73, 0x91, 0xba, 0x7b, 0x84, 0xee, 0x7e, 0xbf, 0x24, 0xcd, 0xa0, 0xa1, 0xbd, 0xc1, 0x58, 0x70, 0x8c, 0x9c, 0xd8, 0xfd, 0x57, 0xd2, 0x58, 0xff, 0x59, 0xd2, 0x59, 0x3e, 0x43, 0x4c, 0x63, 0x93, 0xe4, 0x6b, 0xf6, 0xc8, 0x62, 0x90, 0x23, 0x27, 0x5a, 0x91, 0x90, 0xde, 0x21, 0x21, 0x8d, 0x1f, 0x13, 0x7a, 0xeb, 0x39, 0xf8, 0x5d, 0xb4, 0xef, 0x03, 0xb0, 0xe9, 0xc0, 0x3f, 0xfa, 0x61, 0x91, 0xd5, 0xc3, 0xe7, 0xc8, 0x6a, 0xfd, 0xb9, 0xa0, 0x6c, 0x42, 0xc6, 0x14, 0xb0, 0x89, 0xe7, 0xfa, 0xc7, 0xd7, 0xcf, 0x7a, 0xee, 0xa4, 0x4f, 0x3c, 0xb1, 0x38, 0xcf, 0xcc, 0x62, 0x3e, 0xd7, 0xe0, 0x40, 0xac, 0x7b, 0x0d, 0xc9, 0x57, 0xa5, 0x9c, 0x49, 0xa0, 0x48, 0xf0, 0x07, 0xb5, 0x0c, 0x95, 0x01, 0xfc, 0x44, 0x81, 0xbf, 0x34, 0x04, 0x50, 0xe0, 0x8f, 0x59, 0x33, 0x2a, 0xf0, 0x17, 0x8f, 0x00, 0x0a, 0xfc, 0x73, 0x80, 0x9f, 0x28, 0xf0, 0xe7, 0xda, 0x07, 0xa8, 0x59, 0xd4, 0x36, 0x5d, 0x93, 0x0e, 0x74, 0x7d, 0xfd, 0x1c, 0xcb, 0x55, 0x4a, 0x1e, 0xb8, 0xdb, 0x98, 0x8b, 0x34, 0x45, 0x4a, 0x4c, 0xbd, 0x88, 0xa9, 0x93, 0xae, 0x53, 0xcf, 0xfb, 0x30, 0x2d, 0xcf, 0x4b, 0xb1, 0xa5, 0x12, 0x40, 0xeb, 0xf7, 0x77, 0x89, 0x3e, 0x0a, 0x72, 0xda, 0x3f, 0x32, 0x09, 0xde, 0x9f, 0xfb, 0x9e, 0xf3, 0x38, 0x19, 0x92, 0x4a, 0x8b, 0x99, 0x1a, 0x5d, 0xe6, 0x27, 0xc0, 0xae, 0x54, 0x09, 0xf4, 0xe7, 0xff, 0xb1, 0x5f, 0x87, 0xd5, 0x6b, 0xce, 0x6f, 0x0b, 0x6e, 0xee, 0xda, 0xcd, 0x9e, 0x2a, 0x29, 0x95, 0x52, 0xa9, 0x3d, 0x7f, 0xf0, 0xda, 0x58, 0x2c, 0xd3, 0xf3, 0xf2, 0x7d, 0x00, 0x46, 0xbe, 0xe6, 0xfe, 0xf9, 0x3f, 0x3f, 0x6a, 0x92, 0x57, 0xde, 0xe8, 0x91, 0x9e, 0xa5, 0x84, 0xaa, 0x4a, 0xc9, 0x20, 0xbf, 0xd1, 0xb1, 0xc9, 0xb3, 0x2f, 0xb7, 0xc8, 0xf5, 0x5b, 0xde, 0x59, 0x29, 0x28, 0x25, 0x5f, 0x95, 0x2a, 0x81, 0x78, 0x06, 0x8c, 0xfd, 0x85, 0x49, 0xe9, 0x1f, 0xc0, 0xe6, 0x9a, 0xe3, 0x37, 0x7e, 0xff, 0x6a, 0x93, 0xbc, 0xf0, 0x63, 0x0a, 0x3e, 0x80, 0x16, 0x4b, 0x02, 0xb1, 0x04, 0xad, 0x44, 0x12, 0x57, 0xb3, 0x84, 0x6e, 0x2c, 0x29, 0xcd, 0x5f, 0x66, 0x3b, 0x82, 0x23, 0xda, 0xfa, 0x66, 0xe0, 0x60, 0xa7, 0xab, 0x7d, 0x73, 0xe3, 0x8b, 0x84, 0xcc, 0x17, 0x45, 0x90, 0x88, 0x40, 0xff, 0xc4, 0x07, 0xef, 0xfe, 0xcd, 0x01, 0x1b, 0x95, 0xe0, 0x57, 0x29, 0x8b, 0xd4, 0x01, 0xf1, 0xf2, 0x4b, 0x9f, 0xf9, 0x97, 0x1b, 0xcf, 0xcc, 0xed, 0x64, 0x27, 0x71, 0x37, 0x4f, 0xbf, 0xd2, 0xbc, 0xfc, 0xee, 0x9d, 0x95, 0xcb, 0x80, 0xff, 0x0f, 0xc0, 0xcf, 0xaa, 0x2a, 0x1f, 0x95, 0x52, 0x4c, 0x37, 0xa0, 0x3a, 0xf8, 0xf5, 0xcf, 0x7c, 0xe3, 0xd6, 0x77, 0x93, 0xc8, 0x4c, 0x4f, 0xea, 0xae, 0x9e, 0x7e, 0xb9, 0xf5, 0xe2, 0xbb, 0x1f, 0x5a, 0xfa, 0x12, 0xa5, 0xbc, 0x59, 0xe8, 0x7e, 0x47, 0x12, 0xa9, 0xa4, 0x52, 0x42, 0xf2, 0xf6, 0x2a, 0xfc, 0xf9, 0xab, 0x5a, 0xb7, 0xff, 0xd8, 0x5f, 0x7e, 0x73, 0xef, 0xe5, 0xa4, 0xf2, 0x4d, 0x45, 0xb2, 0x5c, 0xbc, 0x48, 0xb4, 0xe6, 0x33, 0xdb, 0x77, 0x5b, 0x1a, 0x3d, 0x49, 0x99, 0x6d, 0xe8, 0x7a, 0x85, 0xda, 0x54, 0xd7, 0x4d, 0x8b, 0x69, 0x0c, 0xd6, 0x46, 0x45, 0xd7, 0x18, 0xd1, 0xf4, 0xbe, 0xa5, 0xeb, 0x84, 0xda, 0x9a, 0x6e, 0xe0, 0x97, 0x96, 0x75, 0xcd, 0xb2, 0x2b, 0xb0, 0x9f, 0xe9, 0x94, 0x6a, 0x9a, 0xa6, 0x53, 0xdd, 0xb2, 0xf1, 0xfb, 0x3e, 0x54, 0x67, 0xc4, 0xe6, 0x5f, 0x62, 0xc6, 0xfd, 0x0c, 0x7e, 0x53, 0xd8, 0x60, 0xcc, 0xd9, 0x47, 0xf9, 0x3e, 0x38, 0x0f, 0xce, 0x65, 0xba, 0xcd, 0xf8, 0xf7, 0x3f, 0xf1, 0x73, 0x0c, 0x90, 0x07, 0xd3, 0x6c, 0x5b, 0x1c, 0xe3, 0xad, 0xb3, 0x7c, 0xae, 0x70, 0xb8, 0x07, 0xc6, 0x34, 0xb1, 0x0f, 0xfe, 0x29, 0xec, 0xc4, 0x63, 0x18, 0x2c, 0x49, 0x79, 0x40, 0x25, 0x15, 0xc7, 0x18, 0x1d, 0x9c, 0xc7, 0x86, 0xfb, 0xf0, 0x4b, 0xa2, 0xb0, 0x9f, 0x07, 0x5e, 0xc2, 0x55, 0x78, 0x29, 0xb5, 0x19, 0xee, 0x67, 0xd4, 0x39, 0x9f, 0xc7, 0xbc, 0xc3, 0x71, 0x78, 0x0e, 0x3c, 0x4c, 0x9d, 0xd1, 0x97, 0xfc, 0xfb, 0x28, 0x70, 0x92, 0xd3, 0xf6, 0x80, 0xc7, 0x5d, 0xa5, 0x3b, 0x08, 0xa2, 0x1f, 0xc9, 0x7d, 0x4a, 0x86, 0xe3, 0x2a, 0x9d, 0x69, 0x32, 0x6c, 0xcc, 0x01, 0x07, 0xc0, 0xe0, 0x1a, 0x2e, 0xb7, 0xf9, 0x49, 0xe2, 0x9f, 0xc2, 0xf6, 0x60, 0x34, 0x8c, 0x98, 0xfa, 0x07, 0xc3, 0x0c, 0x6d, 0xbc, 0x08, 0x2e, 0xb7, 0xf9, 0xf6, 0xe8, 0x18, 0xbe, 0x55, 0x58, 0x8f, 0xf6, 0xc3, 0xe9, 0x36, 0xcf, 0x83, 0x8f, 0x59, 0x24, 0x96, 0xf8, 0x27, 0xc4, 0xc2, 0x7d, 0xb0, 0x69, 0xe1, 0x54, 0x58, 0xe2, 0xff, 0x8b, 0x6b, 0xe0, 0x66, 0x2d, 0xbc, 0x1e, 0xfe, 0xbd, 0xc5, 0xf8, 0x31, 0x2a, 0xb6, 0xb1, 0x50, 0x74, 0x38, 0x1f, 0x32, 0xb0, 0x2c, 0x8d, 0xef, 0xd3, 0xb0, 0x04, 0xf8, 0x31, 0xd8, 0x67, 0x22, 0x18, 0xec, 0xc1, 0xb5, 0xb6, 0x85, 0xd7, 0xe1, 0x7e, 0x9d, 0x32, 0x13, 0xd7, 0x38, 0x22, 0x07, 0x5e, 0x31, 0xec, 0x87, 0x35, 0xeb, 0xc2, 0x79, 0x96, 0xdd, 0x67, 0x95, 0xb6, 0x41, 0xb5, 0x9f, 0x7c, 0xee, 0xeb, 0xaf, 0xde, 0x4c, 0x03, 0xab, 0x99, 0x6b, 0xf6, 0x8b, 0x17, 0x2f, 0x6a, 0x2f, 0xbe, 0xf8, 0x22, 0x3a, 0xdf, 0xfa, 0xf6, 0x36, 0xd1, 0x4d, 0x93, 0xe8, 0x96, 0x45, 0x74, 0x78, 0x7c, 0x1d, 0x0a, 0x87, 0xaf, 0x97, 0x96, 0x46, 0xbf, 0x81, 0x0a, 0x1a, 0xae, 0x9d, 0x05, 0x3f, 0x4c, 0x3e, 0xfa, 0x2d, 0xc8, 0x82, 0x79, 0x79, 0x7f, 0x33, 0xfc, 0x1e, 0xb3, 0x2e, 0x6a, 0x38, 0x3e, 0x41, 0xfe, 0x70, 0x8d, 0xe7, 0x09, 0x20, 0xdb, 0x7c, 0xed, 0x1c, 0x83, 0x62, 0x1a, 0x6c, 0xdb, 0x9a, 0x20, 0x8a, 0x73, 0x8c, 0x71, 0xe0, 0xe3, 0x71, 0xb1, 0x1f, 0x8f, 0x6b, 0x00, 0x37, 0xdb, 0x45, 0x0a, 0x11, 0x8d, 0x8c, 0x6b, 0x8d, 0xa3, 0x46, 0x90, 0x83, 0x70, 0x12, 0x20, 0x39, 0xf0, 0x7c, 0x26, 0xee, 0x6c, 0x44, 0x82, 0x09, 0xef, 0xde, 0x1e, 0x74, 0x46, 0x53, 0x91, 0x09, 0x62, 0x85, 0x21, 0x19, 0x70, 0x9b, 0xf1, 0xc1, 0x5f, 0x62, 0xcd, 0x0f, 0x30, 0xf8, 0xbf, 0x08, 0x56, 0xbe, 0x46, 0x90, 0x23, 0x50, 0xf9, 0x51, 0x0e, 0x5a, 0xcd, 0xe6, 0xf3, 0xb9, 0xf1, 0xfd, 0x00, 0x6c, 0x8d, 0x0e, 0x7f, 0x53, 0x2a, 0xc0, 0x2c, 0xce, 0x19, 0x00, 0x9b, 0xef, 0x1b, 0x1d, 0xc3, 0x35, 0x1e, 0x73, 0xce, 0x81, 0xfb, 0xf1, 0xec, 0x77, 0xce, 0xc3, 0x89, 0x26, 0x9c, 0xe3, 0xb8, 0xcf, 0x7d, 0x3d, 0x2e, 0xbd, 0x1e, 0x85, 0xff, 0x4d, 0x06, 0xc7, 0x70, 0x5b, 0x2c, 0xba, 0x4e, 0xad, 0x66, 0x53, 0x83, 0x6d, 0xcd, 0x32, 0x0c, 0xc3, 0xaa, 0xd5, 0x5e, 0xb7, 0x4e, 0x9c, 0x68, 0x5b, 0x17, 0x2f, 0x3e, 0x65, 0xa5, 0xdd, 0x06, 0x20, 0xdb, 0x69, 0xa5, 0x97, 0x2e, 0x5d, 0xd0, 0xbe, 0xfd, 0xed, 0x86, 0xd1, 0xed, 0x1a, 0x00, 0xee, 0x25, 0xcd, 0x4f, 0x08, 0x30, 0xe3, 0x43, 0x02, 0x54, 0xab, 0x08, 0x70, 0xfc, 0xcd, 0x06, 0x40, 0xd6, 0x5c, 0xdb, 0x68, 0x81, 0xcd, 0xc1, 0x9a, 0x78, 0xd6, 0x02, 0xc8, 0x16, 0x07, 0x30, 0xe6, 0x8f, 0xeb, 0xd1, 0x71, 0x07, 0xc8, 0x02, 0xdc, 0x02, 0xe8, 0x64, 0xb0, 0xcf, 0x1e, 0x02, 0x1f, 0x31, 0x28, 0xb6, 0x05, 0x01, 0x00, 0x6d, 0x9a, 0x1b, 0xec, 0x5e, 0xf0, 0x33, 0x3e, 0x56, 0x6a, 0x04, 0xfa, 0x69, 0x09, 0x60, 0xbb, 0x22, 0x24, 0x04, 0x01, 0x44, 0x65, 0x30, 0x22, 0x81, 0x00, 0xb7, 0x20, 0x01, 0xdc, 0xd7, 0x00, 0xf8, 0x62, 0x9f, 0x43, 0x00, 0x41, 0x10, 0x01, 0x6e, 0x71, 0xad, 0x36, 0xb0, 0xfc, 0x0c, 0x6f, 0x7e, 0x40, 0x08, 0x66, 0x3b, 0xe7, 0xc0, 0xdb, 0xb4, 0x05, 0xd0, 0x71, 0x1f, 0x5e, 0x23, 0x80, 0x3e, 0x22, 0x85, 0xb3, 0x46, 0x22, 0x50, 0x6e, 0xd5, 0xc5, 0x39, 0xb6, 0xed, 0x07, 0x3b, 0xbc, 0x1f, 0xd8, 0xae, 0x0d, 0x81, 0x0e, 0xf6, 0xdf, 0x76, 0x03, 0x7e, 0x7f, 0xdf, 0xb4, 0xc5, 0x31, 0x0d, 0x7e, 0xeb, 0xd6, 0x99, 0x33, 0x67, 0xcc, 0x4f, 0x7e, 0xf2, 0x93, 0x96, 0xf3, 0xac, 0x99, 0x01, 0x30, 0x77, 0x5a, 0x0f, 0xca, 0xf0, 0x53, 0x9f, 0xfa, 0x94, 0xbe, 0xb7, 0xb7, 0xa7, 0x77, 0xbb, 0x5d, 0xa8, 0x21, 0x6e, 0x00, 0x31, 0x6a, 0x1a, 0x92, 0x02, 0xc4, 0x93, 0x86, 0xc4, 0x40, 0x52, 0xd8, 0xa8, 0x75, 0xf8, 0xba, 0x3d, 0xac, 0x25, 0xa8, 0x23, 0x93, 0x18, 0xd6, 0x2c, 0xa6, 0x0b, 0xe4, 0xda, 0x00, 0xc4, 0x82, 0x04, 0x96, 0x35, 0x02, 0x3f, 0xe5, 0x7a, 0x0b, 0x4a, 0xc5, 0xb2, 0x35, 0x87, 0x18, 0x48, 0x16, 0x04, 0x3b, 0xe4, 0x44, 0x9d, 0xda, 0x01, 0xb7, 0x05, 0x01, 0x84, 0x45, 0xc7, 0x6b, 0x39, 0xde, 0xa8, 0x03, 0x6e, 0x01, 0x78, 0xaf, 0xc5, 0x67, 0x54, 0xd4, 0x0e, 0x1a, 0x7f, 0x2e, 0xfc, 0x56, 0xc5, 0x88, 0x00, 0xce, 0xb6, 0xee, 0x6b, 0xdb, 0xf6, 0x7e, 0x44, 0x0b, 0xc1, 0x2d, 0xf6, 0x8b, 0x5a, 0x00, 0x67, 0x3b, 0x17, 0xdb, 0x94, 0x63, 0x53, 0x6c, 0x0b, 0x12, 0x08, 0xf0, 0x20, 0x08, 0xc1, 0xec, 0x23, 0x13, 0x39, 0xc8, 0x05, 0xf0, 0x45, 0xbe, 0x02, 0xe4, 0xbc, 0xaa, 0x60, 0xda, 0x80, 0x08, 0xfa, 0x90, 0x04, 0xb8, 0x0f, 0x24, 0x8c, 0xed, 0x80, 0x9e, 0xa1, 0xa2, 0x84, 0xd3, 0x0d, 0xc3, 0x21, 0x41, 0x85, 0x83, 0x5d, 0x1c, 0x13, 0xa0, 0xb7, 0xed, 0xca, 0x00, 0xfc, 0xb6, 0x2d, 0x40, 0x8f, 0xd3, 0x0d, 0x71, 0xf1, 0x0a, 0xab, 0xa5, 0x21, 0xc8, 0xfb, 0xfd, 0x3e, 0x92, 0xce, 0xea, 0x74, 0x3a, 0xf6, 0xb1, 0x63, 0xc7, 0xcc, 0x53, 0xa7, 0x4e, 0x81, 0x85, 0xbf, 0xc8, 0x64, 0xb7, 0xf2, 0x1a, 0x79, 0x23, 0xc0, 0xc0, 0x02, 0x98, 0x83, 0x65, 0x8c, 0x18, 0x68, 0x3a, 0xdf, 0x78, 0xe3, 0x39, 0xa3, 0x5a, 0x5d, 0xd2, 0x74, 0xbd, 0xaa, 0xed, 0xed, 0x55, 0x80, 0x20, 0xe0, 0x44, 0xe8, 0x6d, 0x58, 0x38, 0x96, 0x39, 0x39, 0x0c, 0xc3, 0xd6, 0x7a, 0x3d, 0xbe, 0x43, 0xe3, 0x01, 0x19, 0xb4, 0xcf, 0xc9, 0xd1, 0xef, 0xe3, 0x1e, 0x93, 0xef, 0xc7, 0xdf, 0x58, 0x66, 0x03, 0xac, 0x68, 0xa8, 0x46, 0x85, 0xbe, 0xc7, 0x1a, 0x00, 0x41, 0x6c, 0x71, 0xcd, 0xef, 0x58, 0x7d, 0x81, 0x3b, 0x5e, 0x53, 0x60, 0x0d, 0x00, 0x80, 0xd6, 0xf1, 0x5a, 0x64, 0x07, 0x07, 0xbc, 0x20, 0x80, 0x4e, 0xb9, 0xc4, 0x1d, 0x1a, 0x98, 0x21, 0xe0, 0x29, 0x82, 0x17, 0xbf, 0x12, 0xe4, 0x7a, 0x56, 0x12, 0x15, 0xce, 0xe2, 0xb3, 0x86, 0x1c, 0x2c, 0x48, 0x22, 0x1c, 0x33, 0x3f, 0x00, 0x3e, 0xdf, 0x46, 0xf5, 0x05, 0xd8, 0x02, 0x08, 0xe2, 0x9a, 0x9b, 0x7d, 0x04, 0x1b, 0x27, 0xc1, 0x80, 0x38, 0x03, 0x52, 0x98, 0xe8, 0xee, 0xe0, 0x36, 0x1f, 0x77, 0x0f, 0x72, 0x12, 0x64, 0x0b, 0x3f, 0x1d, 0x40, 0x6e, 0x70, 0x50, 0x9b, 0xe0, 0xa8, 0xe1, 0x36, 0xff, 0x2f, 0xc4, 0x84, 0x7d, 0x15, 0xbb, 0xd7, 0xb3, 0xed, 0x6a, 0x15, 0x8d, 0x7a, 0x97, 0xff, 0x86, 0x6c, 0x39, 0xb0, 0x6b, 0x35, 0x4b, 0xbc, 0x3e, 0xdb, 0x84, 0x7c, 0x4c, 0x38, 0x87, 0x58, 0xa6, 0xb9, 0x0e, 0xe7, 0xf4, 0xe1, 0x5a, 0xdd, 0x5a, 0x5e, 0xae, 0x82, 0xa5, 0xdf, 0xb7, 0xbf, 0xf2, 0x95, 0xaf, 0xd8, 0x79, 0xed, 0xce, 0x30, 0xc8, 0x82, 0x24, 0x17, 0x31, 0x30, 0xf5, 0x82, 0x7c, 0x8b, 0xa7, 0x9e, 0x7a, 0x4a, 0xdb, 0xde, 0xde, 0xd6, 0x4e, 0x9f, 0x26, 0xfa, 0xee, 0xee, 0x92, 0x56, 0xa9, 0x54, 0x34, 0xc3, 0x38, 0x02, 0x62, 0x54, 0xb4, 0x66, 0xb3, 0x36, 0x20, 0x89, 0xa1, 0x55, 0xab, 0x36, 0xed, 0x74, 0xb8, 0xe5, 0xd7, 0x6a, 0x35, 0x42, 0xbb, 0x5d, 0xc2, 0xe5, 0x0f, 0xba, 0x10, 0x90, 0x35, 0x9e, 0x0f, 0x6b, 0x93, 0x0a, 0x82, 0x58, 0xe8, 0xb6, 0x53, 0xac, 0x51, 0x70, 0x3d, 0x28, 0xf1, 0x01, 0xf8, 0x71, 0xcd, 0x6b, 0x86, 0xe1, 0xf6, 0xd0, 0x8e, 0xf3, 0xdf, 0xbc, 0x63, 0x90, 0x0a, 0x97, 0x56, 0x1c, 0xc3, 0x8e, 0x41, 0xc4, 0x65, 0x9c, 0x67, 0x06, 0xb9, 0xc6, 0xdc, 0xcf, 0x8f, 0xda, 0x06, 0x01, 0x8e, 0x12, 0x08, 0xfd, 0x54, 0x4d, 0x23, 0x03, 0x5f, 0x00, 0x97, 0x0a, 0xec, 0xc3, 0xef, 0x72, 0xa1, 0x1c, 0xd2, 0x98, 0x70, 0x48, 0xc1, 0x23, 0x05, 0xcf, 0x13, 0x7f, 0xc3, 0xed, 0xb3, 0x4a, 0x85, 0x00, 0xc0, 0x75, 0x20, 0x51, 0x1f, 0xce, 0x47, 0x90, 0xe3, 0x1a, 0xbc, 0x52, 0x4b, 0xd4, 0x0e, 0x78, 0x0d, 0xbc, 0x1b, 0xb4, 0xed, 0x5c, 0x1e, 0x75, 0xbb, 0x55, 0xb6, 0xbc, 0x2c, 0xc0, 0xdd, 0xeb, 0xad, 0xda, 0xeb, 0xeb, 0x7d, 0xd8, 0xee, 0x41, 0x1e, 0xc7, 0xec, 0x1a, 0xa0, 0x1f, 0x6a, 0x68, 0x1b, 0x01, 0x7e, 0xe9, 0xd2, 0x25, 0x3b, 0x6b, 0xe9, 0x52, 0x58, 0x09, 0x94, 0x91, 0x13, 0x4e, 0x6f, 0xdf, 0xbe, 0x4d, 0x91, 0x2c, 0xab, 0xab, 0xab, 0x40, 0x88, 0x2a, 0x10, 0x65, 0x5f, 0xeb, 0x74, 0xd6, 0xe9, 0xea, 0x6a, 0x97, 0x1e, 0x1d, 0x55, 0xb4, 0xe5, 0xe5, 0x1e, 0xed, 0xf5, 0xfa, 0x74, 0x69, 0x69, 0x99, 0xb6, 0x5a, 0x6d, 0x20, 0xca, 0x12, 0x92, 0x80, 0x2f, 0xd5, 0x6a, 0x6d, 0xb0, 0x6d, 0xc1, 0x76, 0x95, 0xbf, 0x43, 0xa8, 0xef, 0x69, 0xa5, 0x62, 0x81, 0x95, 0xaf, 0x0c, 0x7e, 0xdb, 0x14, 0x27, 0xb5, 0xc3, 0x73, 0x08, 0x59, 0xc2, 0xd9, 0x94, 0x87, 0xef, 0x1a, 0x48, 0xc7, 0xcf, 0x8f, 0x06, 0xbf, 0x3e, 0x04, 0x14, 0x36, 0x67, 0x39, 0xfd, 0x3f, 0x86, 0xa1, 0x33, 0xa8, 0xc5, 0xf8, 0x6f, 0x20, 0x24, 0xac, 0xdb, 0xa4, 0xdf, 0x47, 0x50, 0xeb, 0x60, 0xb9, 0x7b, 0x0c, 0x6a, 0x3d, 0xb4, 0xe0, 0x7c, 0xe9, 0xf5, 0xba, 0x7c, 0xdd, 0xed, 0x76, 0x00, 0xfc, 0x06, 0xeb, 0x74, 0x2a, 0xb0, 0x6e, 0x03, 0x29, 0x56, 0x01, 0xe8, 0x4d, 0xd6, 0x6c, 0x56, 0xd9, 0xe6, 0x66, 0xcf, 0x3e, 0x3a, 0x5a, 0x62, 0x0f, 0x3c, 0xa0, 0x5b, 0x7b, 0x7b, 0xeb, 0xcc, 0x01, 0xf5, 0xf9, 0xf3, 0xe7, 0x19, 0x68, 0x72, 0xb6, 0xa8, 0xc0, 0x56, 0x04, 0x48, 0xd7, 0x47, 0xe1, 0xef, 0x0d, 0x89, 0x84, 0x6b, 0x24, 0xd3, 0x43, 0x0f, 0x3d, 0x44, 0x01, 0x38, 0xc3, 0xf7, 0x89, 0xc4, 0xc2, 0x75, 0xb3, 0xd9, 0x1c, 0xee, 0x03, 0xed, 0xeb, 0x79, 0xdf, 0x48, 0xba, 0x71, 0xe0, 0x1f, 0x1b, 0xd3, 0x44, 0x90, 0x2f, 0x1b, 0xe4, 0xc9, 0xd7, 0x37, 0x6f, 0xde, 0x64, 0x6b, 0x6b, 0x6b, 0xcc, 0x95, 0x2f, 0x7b, 0xf9, 0xe5, 0x97, 0x19, 0x10, 0x9a, 0x21, 0x70, 0x71, 0x5f, 0x19, 0xc0, 0x9b, 0x44, 0xfa, 0x7f, 0x4a, 0xbe, 0x82, 0xb6, 0x9a, 0x23, 0xa1, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_paste_192_png_len = 8331; unsigned char gtk_preferences_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x04, 0x00, 0x00, 0x00, 0x69, 0x37, 0xa9, 0x40, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x6d, 0x62, 0x6c, 0x65, 0x6d, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x86, 0x8a, 0x1b, 0x82, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x19, 0xe5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xe5, 0x9d, 0x77, 0x9c, 0x13, 0x65, 0xfe, 0xc7, 0xdf, 0xcf, 0x4c, 0xca, 0x66, 0xb3, 0xcb, 0x16, 0x76, 0x59, 0xa4, 0x09, 0x8a, 0xd2, 0x04, 0x44, 0x41, 0x54, 0xe4, 0xc4, 0x82, 0xd8, 0xd1, 0x13, 0x38, 0xb1, 0xe3, 0xa9, 0x9c, 0x3f, 0x4f, 0xf4, 0x3c, 0x3d, 0xcb, 0x21, 0x3b, 0xa8, 0x70, 0x56, 0x3c, 0x3d, 0xcf, 0xde, 0xc5, 0x5e, 0x4e, 0x4e, 0x3d, 0x2b, 0x2a, 0x87, 0x88, 0x28, 0x22, 0x2c, 0x82, 0xa0, 0x52, 0x94, 0xb2, 0xd2, 0x97, 0x2d, 0x64, 0xd3, 0xe6, 0xf9, 0xfd, 0x31, 0x93, 0xec, 0x24, 0x99, 0x24, 0x93, 0xdd, 0x2c, 0xaf, 0xdf, 0xcb, 0xdf, 0xcc, 0x6b, 0x42, 0x32, 0x93, 0xcd, 0xcc, 0xf7, 0xf3, 0x2d, 0xcf, 0xb7, 0x3d, 0x0f, 0x82, 0xbd, 0xbe, 0x69, 0x4f, 0x50, 0x41, 0x77, 0xba, 0x51, 0x99, 0x70, 0x3a, 0xc2, 0x16, 0x6a, 0xf9, 0x85, 0x5a, 0x6e, 0xd1, 0x36, 0xee, 0xbd, 0xa7, 0x11, 0x7b, 0x9d, 0xfc, 0x0a, 0xb6, 0x65, 0x79, 0xa4, 0x71, 0xd5, 0xaf, 0xff, 0x9a, 0x01, 0x38, 0x96, 0xb9, 0xe0, 0xc1, 0x8f, 0x0f, 0x17, 0x0a, 0x02, 0x88, 0x12, 0x41, 0x12, 0xa4, 0x99, 0x3d, 0x80, 0x98, 0x5a, 0x3d, 0xe3, 0xd7, 0x0c, 0xc0, 0x35, 0xdc, 0xa3, 0x70, 0x22, 0xa5, 0x28, 0x08, 0x73, 0x8f, 0x6d, 0x61, 0x9e, 0x07, 0x78, 0x4e, 0xbb, 0xe0, 0xd7, 0x0c, 0xc0, 0x33, 0x5c, 0xe0, 0x63, 0x2c, 0x1e, 0x30, 0x89, 0x8f, 0xbd, 0x82, 0xe0, 0x79, 0x02, 0xb0, 0x58, 0x1b, 0xf6, 0x6b, 0x06, 0x60, 0x29, 0x83, 0x3b, 0x71, 0x22, 0x10, 0x45, 0x9a, 0x0f, 0xa0, 0x20, 0x50, 0x51, 0x11, 0xbc, 0xc7, 0x06, 0x68, 0xd4, 0x3a, 0x20, 0x7f, 0xa5, 0x00, 0x3c, 0xe2, 0xae, 0x6d, 0xc4, 0xd3, 0x8f, 0xc3, 0x10, 0x34, 0x10, 0x8d, 0x2b, 0x81, 0xc0, 0x43, 0x21, 0xb0, 0x88, 0x1a, 0x80, 0xee, 0x7b, 0x6f, 0x1c, 0xd8, 0xcb, 0x00, 0x68, 0x83, 0x58, 0x06, 0x47, 0xd0, 0x07, 0xa8, 0x37, 0xc5, 0xdf, 0xd8, 0x5d, 0xf8, 0x11, 0x7c, 0xcf, 0x27, 0x80, 0x38, 0xa1, 0xfa, 0xc3, 0x5f, 0x29, 0x00, 0xd3, 0xcf, 0x97, 0xcf, 0xc2, 0x49, 0x54, 0x21, 0x69, 0xb0, 0x90, 0x2f, 0x50, 0x28, 0x06, 0xb6, 0xf0, 0x26, 0x20, 0xa6, 0x54, 0xff, 0xe3, 0xd7, 0x2a, 0x01, 0x77, 0xf3, 0x67, 0x38, 0x9b, 0x42, 0x22, 0xec, 0x89, 0x8f, 0x01, 0xc6, 0xbf, 0x45, 0x28, 0x04, 0x78, 0x06, 0xe0, 0x41, 0xed, 0x8a, 0x5f, 0x2b, 0x00, 0x1f, 0x30, 0xda, 0xcb, 0x39, 0x08, 0x42, 0x04, 0x13, 0x24, 0x40, 0x50, 0x88, 0x0a, 0x3c, 0x4e, 0x18, 0x3e, 0xd6, 0x8e, 0xfb, 0x3f, 0x0f, 0x80, 0xa6, 0x68, 0x32, 0x77, 0x5b, 0xad, 0xfd, 0x42, 0x55, 0x17, 0x4e, 0x44, 0xd0, 0x4c, 0x38, 0x09, 0x80, 0x02, 0xdc, 0x08, 0x5e, 0xe7, 0x17, 0xa8, 0xd5, 0xba, 0xe4, 0xfa, 0xcb, 0xb7, 0x0c, 0xd4, 0x7f, 0xd0, 0x9a, 0xf7, 0x1a, 0x00, 0x5a, 0x11, 0xcf, 0xe2, 0xe7, 0x42, 0xed, 0x97, 0x9c, 0xfe, 0xaa, 0x33, 0xb5, 0x30, 0x88, 0x61, 0x08, 0x02, 0x09, 0x63, 0x80, 0x40, 0xe0, 0xc6, 0x0b, 0xcc, 0xe3, 0x5b, 0x80, 0x32, 0xad, 0x2e, 0x87, 0xdf, 0x75, 0x89, 0x3f, 0xcb, 0x5b, 0xf9, 0xd6, 0x75, 0xe6, 0xd4, 0x9f, 0xf6, 0x0a, 0x00, 0x5a, 0x6f, 0xe6, 0xd0, 0x1f, 0xd8, 0xcc, 0x85, 0xda, 0x47, 0x39, 0x98, 0xc0, 0x31, 0xf2, 0x3d, 0x18, 0x45, 0x6f, 0x04, 0x4d, 0xc8, 0x24, 0x00, 0x5c, 0x14, 0x20, 0xa8, 0x61, 0x1e, 0xc0, 0x11, 0xda, 0x17, 0x8e, 0x9f, 0xa6, 0x3f, 0xcf, 0x72, 0x28, 0x00, 0x5b, 0x94, 0xf1, 0xd3, 0xe6, 0xb7, 0x3b, 0x00, 0xda, 0xf1, 0xbc, 0x4c, 0xb9, 0xf9, 0x41, 0xe7, 0x1e, 0xa6, 0x6a, 0x21, 0x87, 0x00, 0x5c, 0x27, 0xef, 0x84, 0x33, 0xa8, 0x04, 0x1a, 0x93, 0xc8, 0x17, 0x28, 0x14, 0x02, 0x1b, 0x78, 0x13, 0x60, 0x92, 0xf6, 0xb4, 0x33, 0x45, 0xe4, 0x6a, 0x66, 0x50, 0x00, 0x2e, 0x22, 0x00, 0x61, 0x71, 0x79, 0xf5, 0x13, 0xed, 0x0a, 0xc0, 0xf4, 0xf1, 0x72, 0x36, 0x1e, 0xd8, 0x0f, 0x0f, 0xab, 0x8c, 0x53, 0x8b, 0xd5, 0x73, 0x6e, 0xfe, 0xc1, 0xd1, 0xe3, 0xce, 0xe6, 0x5c, 0xb8, 0x08, 0x0f, 0x3a, 0x81, 0x14, 0x00, 0x04, 0x85, 0x08, 0x76, 0xf3, 0x34, 0xc0, 0x1d, 0xda, 0x0d, 0x0e, 0x7e, 0xaf, 0x27, 0x4f, 0x31, 0x0a, 0x04, 0x43, 0x38, 0x8a, 0xaf, 0x59, 0x00, 0x20, 0xb9, 0x49, 0xbb, 0xbd, 0xdd, 0x00, 0x98, 0x7e, 0xa9, 0x7c, 0x08, 0x15, 0x0e, 0xa5, 0x1f, 0x92, 0xcd, 0x2c, 0x20, 0x04, 0xd0, 0x28, 0xa6, 0x54, 0x3f, 0x95, 0xf9, 0x2f, 0xef, 0x28, 0x0e, 0x1c, 0xc3, 0x03, 0x74, 0xf7, 0x73, 0x2e, 0x82, 0x48, 0xca, 0x18, 0x60, 0x98, 0x41, 0x05, 0xc9, 0x03, 0xe8, 0xb0, 0x42, 0xcc, 0x90, 0x73, 0xb5, 0xad, 0x19, 0xc9, 0xbf, 0x98, 0x7b, 0xe9, 0x00, 0x45, 0x9c, 0x44, 0x2f, 0x04, 0x92, 0x1f, 0x98, 0x83, 0x0e, 0x70, 0x8f, 0x76, 0x9d, 0x53, 0x03, 0x9d, 0x13, 0x00, 0xd3, 0x2f, 0x97, 0xff, 0x44, 0xa8, 0x8c, 0xa0, 0x87, 0x79, 0x66, 0x0f, 0x0b, 0xd8, 0x62, 0xbc, 0x7d, 0x99, 0x3f, 0xd8, 0x1b, 0x2e, 0xad, 0x5c, 0xfc, 0x4e, 0x9e, 0xcd, 0x91, 0xb8, 0x00, 0x7a, 0x71, 0x02, 0x10, 0x4e, 0x19, 0x03, 0x0c, 0x77, 0xd8, 0x85, 0xe0, 0x69, 0x76, 0x19, 0x7f, 0x28, 0x59, 0x2c, 0x9e, 0x77, 0xbd, 0xf4, 0xd7, 0x2d, 0xa9, 0xbf, 0x39, 0xa3, 0x2a, 0xfc, 0x28, 0xa7, 0x03, 0xf4, 0xe5, 0x78, 0xfc, 0x71, 0x6a, 0x37, 0xf2, 0x2f, 0x02, 0x00, 0xf7, 0x6a, 0xd7, 0xe4, 0x1d, 0x80, 0xe9, 0x17, 0xca, 0x27, 0x51, 0xbc, 0xfc, 0x86, 0x2a, 0x40, 0x07, 0x14, 0x20, 0xca, 0x77, 0x2c, 0x33, 0x1e, 0xe0, 0x27, 0xce, 0xd3, 0x3e, 0x4b, 0xfc, 0x75, 0x6d, 0x0c, 0x93, 0x39, 0x19, 0x4f, 0xec, 0x84, 0x87, 0x11, 0xf4, 0x41, 0x10, 0x4c, 0x19, 0x03, 0x8c, 0x71, 0xc0, 0x85, 0x60, 0x19, 0x4b, 0x62, 0x10, 0x00, 0x44, 0x79, 0x5f, 0xfc, 0xbd, 0xfa, 0x23, 0x2b, 0x47, 0xb5, 0xdf, 0xf2, 0x30, 0x95, 0xe0, 0x61, 0x0c, 0xfd, 0x10, 0x48, 0x24, 0x51, 0x54, 0x00, 0xb6, 0xf3, 0xa6, 0xf1, 0xd7, 0x7f, 0xd3, 0x6e, 0xca, 0x2b, 0x00, 0xda, 0x38, 0x5e, 0x42, 0x75, 0x73, 0x0c, 0x9d, 0x80, 0x08, 0x0d, 0x40, 0xb1, 0xc1, 0x54, 0xb6, 0x31, 0x9f, 0x3d, 0xc6, 0xc3, 0xde, 0xd6, 0xff, 0xd6, 0x09, 0x51, 0x33, 0xec, 0x99, 0xc8, 0xb5, 0x0c, 0x8c, 0xdd, 0x66, 0x1f, 0xf6, 0xa5, 0x2b, 0xe5, 0x66, 0x0a, 0xa4, 0x39, 0x65, 0x0c, 0x30, 0xc6, 0x01, 0xb7, 0xe9, 0x19, 0x36, 0xb2, 0x91, 0x35, 0x7c, 0x4f, 0x34, 0x76, 0xfb, 0x1a, 0xee, 0xe9, 0xff, 0xfc, 0x84, 0x28, 0x68, 0xa5, 0xdc, 0xcf, 0xf9, 0x00, 0x3d, 0x38, 0x99, 0x12, 0x40, 0xa2, 0x13, 0x05, 0x24, 0x2e, 0x04, 0xb0, 0x9d, 0x39, 0xec, 0x04, 0xc4, 0x0d, 0xd5, 0x77, 0xe4, 0x0d, 0x80, 0x5b, 0x86, 0xeb, 0x9f, 0xe0, 0x53, 0x18, 0x45, 0x17, 0x20, 0x44, 0xa3, 0xc9, 0x90, 0x42, 0x7c, 0x00, 0x04, 0xf9, 0x8a, 0xf5, 0xc6, 0x57, 0x17, 0xb8, 0xce, 0x9d, 0xfa, 0xb3, 0x36, 0x9e, 0x3b, 0xe8, 0x69, 0x9c, 0x28, 0xa7, 0x1f, 0xbd, 0x28, 0x4c, 0x88, 0xfd, 0x03, 0x09, 0x81, 0x50, 0xcb, 0x38, 0xe0, 0x36, 0xd3, 0x24, 0xc6, 0x83, 0x85, 0xf9, 0x91, 0xa5, 0x6c, 0x88, 0x3d, 0xc4, 0x4a, 0x71, 0x83, 0x0c, 0xf0, 0x24, 0xdd, 0x41, 0xe1, 0x58, 0x86, 0xa0, 0x20, 0x81, 0x08, 0x12, 0xcc, 0x43, 0x45, 0x01, 0xb6, 0xf1, 0x26, 0xbb, 0x41, 0x8a, 0xdf, 0x55, 0xbf, 0x9a, 0x17, 0x00, 0xb4, 0x9e, 0x7c, 0x41, 0x15, 0x1c, 0x45, 0x4f, 0x20, 0x4c, 0xbd, 0xe5, 0x9a, 0x07, 0x3f, 0x0a, 0x00, 0x6b, 0xf9, 0x8a, 0x30, 0x40, 0x1d, 0xab, 0x19, 0x6e, 0xfc, 0xf8, 0xfe, 0x0c, 0x8a, 0x73, 0x5d, 0x20, 0x4c, 0x6e, 0x49, 0x5b, 0xf2, 0x63, 0xbb, 0x8a, 0x92, 0x00, 0xc3, 0x76, 0x16, 0xb2, 0xd2, 0x30, 0x6e, 0xe6, 0x56, 0xc9, 0x58, 0x3a, 0x02, 0x12, 0x49, 0x24, 0x4e, 0x3c, 0x16, 0x08, 0x6a, 0x0d, 0x5b, 0x10, 0x50, 0x8e, 0x99, 0xb6, 0xa8, 0xcd, 0x00, 0xdc, 0x51, 0x1c, 0xf8, 0x9c, 0x83, 0x60, 0x08, 0x03, 0x80, 0x28, 0xbb, 0x93, 0x0c, 0xac, 0x42, 0xb1, 0x29, 0xba, 0xf5, 0xcc, 0x67, 0x47, 0xfc, 0xfc, 0x00, 0x06, 0x52, 0x1c, 0xe7, 0xba, 0x24, 0x82, 0x6e, 0x2b, 0xf8, 0xf6, 0xbb, 0x82, 0x6a, 0x49, 0x97, 0xd5, 0xf3, 0xa9, 0xe1, 0x21, 0x02, 0x47, 0x72, 0x24, 0x2a, 0x20, 0x89, 0xa2, 0x5b, 0xc8, 0x8f, 0x1d, 0x2a, 0x2a, 0xf0, 0x23, 0xef, 0x10, 0x81, 0x2d, 0xae, 0x61, 0x53, 0x37, 0xb4, 0x11, 0x00, 0xad, 0x80, 0xc5, 0x0c, 0x88, 0xf1, 0x3f, 0x44, 0x43, 0xd2, 0x0f, 0x18, 0x23, 0xb8, 0xcf, 0x4c, 0x6f, 0x2e, 0x65, 0x39, 0xb0, 0x1f, 0xc3, 0xe8, 0x10, 0xe7, 0xba, 0x91, 0xf4, 0x4c, 0x8c, 0xfd, 0x9c, 0xc2, 0x20, 0x4c, 0xce, 0xc2, 0x56, 0x3e, 0xa2, 0x8e, 0xd3, 0xe9, 0x62, 0xe1, 0x7d, 0x2a, 0xf9, 0x12, 0x17, 0x0a, 0xb0, 0x96, 0x39, 0x48, 0x58, 0xcd, 0x50, 0xad, 0xb1, 0xed, 0x2a, 0x70, 0x08, 0x5f, 0xe0, 0x76, 0x73, 0x3a, 0x3e, 0xa0, 0x91, 0x60, 0x12, 0xf9, 0xc6, 0x10, 0xe6, 0x47, 0x41, 0x20, 0xd9, 0x82, 0x4a, 0x95, 0x49, 0xaa, 0x4e, 0xd8, 0xd6, 0xde, 0x3b, 0xdb, 0x63, 0x82, 0xad, 0xc4, 0x65, 0x2e, 0x62, 0xf2, 0x3e, 0x66, 0xf6, 0x12, 0xc5, 0xdf, 0x50, 0x01, 0x15, 0xa8, 0xe7, 0x39, 0x82, 0x10, 0x54, 0x8e, 0x98, 0xf6, 0x4d, 0x5e, 0x8c, 0xe0, 0xf4, 0x9b, 0xe5, 0x2d, 0xd0, 0x99, 0xe3, 0x10, 0xe8, 0xec, 0x46, 0x4f, 0x48, 0x69, 0xc6, 0x74, 0xd7, 0x6f, 0xda, 0x61, 0xe3, 0x4a, 0x84, 0x70, 0x0e, 0x22, 0x9f, 0x8e, 0x7c, 0xe3, 0x10, 0xa6, 0x2c, 0x19, 0x9f, 0xed, 0x45, 0xdf, 0xb0, 0x2c, 0x6e, 0x20, 0xca, 0x6b, 0x6c, 0x02, 0xb8, 0x4a, 0xbb, 0x3f, 0x4f, 0xa3, 0x80, 0xe6, 0xe2, 0x33, 0x86, 0xc3, 0xe1, 0xf4, 0x36, 0xd5, 0xc0, 0xfe, 0xa1, 0x7d, 0x78, 0x4d, 0x55, 0x08, 0x65, 0x24, 0x3e, 0xbb, 0x22, 0x24, 0x73, 0x16, 0x04, 0x4a, 0x82, 0xd9, 0x4b, 0x25, 0x1f, 0xdc, 0x00, 0x7c, 0xce, 0x22, 0x80, 0x77, 0xb5, 0x53, 0xb2, 0xfb, 0x83, 0x8e, 0xfd, 0x80, 0x5b, 0xfb, 0x44, 0x97, 0x50, 0xa8, 0x72, 0x2a, 0xc5, 0x40, 0x13, 0xa1, 0x34, 0x0f, 0xee, 0xc6, 0x4b, 0x08, 0xbd, 0x0d, 0x9c, 0x17, 0xb6, 0xa4, 0xc5, 0x24, 0x41, 0x4f, 0x73, 0x05, 0xa4, 0x69, 0x8a, 0x7f, 0xe6, 0x75, 0x80, 0x2d, 0xee, 0xc1, 0x76, 0x3e, 0x64, 0x1b, 0x3c, 0x41, 0x6d, 0x0a, 0xf7, 0x41, 0x05, 0x63, 0x50, 0x80, 0xfa, 0x04, 0x0e, 0xd3, 0x26, 0x82, 0xb3, 0x91, 0x2f, 0xd3, 0xf2, 0xdc, 0x7a, 0xc5, 0x30, 0x7e, 0x4d, 0x3c, 0x4b, 0x33, 0xe8, 0xe2, 0x84, 0xea, 0xb9, 0xf9, 0x8e, 0x05, 0x84, 0xf6, 0x2e, 0x63, 0x60, 0x28, 0xfd, 0x81, 0xa8, 0x4d, 0x40, 0xdb, 0x1a, 0x62, 0xb3, 0x8b, 0xbe, 0x33, 0x28, 0x14, 0x5c, 0x80, 0xce, 0xeb, 0x6c, 0x04, 0xb8, 0x4d, 0xbb, 0xb9, 0x1d, 0x82, 0xa1, 0xdb, 0xba, 0x46, 0x96, 0x53, 0x26, 0x38, 0x8d, 0x32, 0x04, 0x81, 0xb4, 0x6a, 0x90, 0x5f, 0xde, 0x3b, 0x81, 0x01, 0x33, 0xdc, 0x58, 0xc4, 0xe7, 0x00, 0x5f, 0xee, 0x73, 0xd4, 0xe4, 0x70, 0xbb, 0x84, 0xc3, 0xda, 0x45, 0x3c, 0x05, 0xe5, 0x9c, 0x8a, 0x0a, 0x34, 0x26, 0x19, 0xba, 0xb6, 0x29, 0x82, 0x53, 0x62, 0x53, 0xaf, 0x60, 0x6a, 0xff, 0x26, 0x5e, 0x45, 0x42, 0x1d, 0x43, 0xb4, 0xf5, 0xed, 0x96, 0x10, 0xd1, 0x5e, 0xe3, 0x2c, 0x38, 0x94, 0xc1, 0x40, 0x34, 0x9e, 0xda, 0x6e, 0xbb, 0x22, 0xe4, 0xca, 0x73, 0xeb, 0xe1, 0x46, 0x01, 0x02, 0xcc, 0xa6, 0x11, 0x60, 0xa2, 0xf6, 0x52, 0x3b, 0x66, 0x84, 0x66, 0x56, 0x86, 0x96, 0x53, 0x25, 0x4c, 0x6f, 0x3c, 0x68, 0x1b, 0xd7, 0xef, 0x3d, 0xd1, 0x37, 0x5c, 0x5f, 0x17, 0x12, 0x9d, 0xb7, 0x58, 0x07, 0xf0, 0xa8, 0x36, 0xb9, 0x9d, 0x73, 0x82, 0xd3, 0xc7, 0xca, 0x37, 0xa1, 0x94, 0x33, 0x71, 0x01, 0x7b, 0x52, 0xc6, 0x7b, 0xf6, 0x92, 0xe8, 0xc7, 0xbc, 0x44, 0x37, 0x12, 0xc9, 0x12, 0xe6, 0x03, 0xac, 0x64, 0x98, 0xb6, 0xa7, 0xfd, 0xb3, 0xc2, 0xcf, 0x70, 0x01, 0x0c, 0xe6, 0x30, 0x44, 0x9a, 0xec, 0x5e, 0xdb, 0x47, 0x7c, 0xa7, 0x57, 0x3c, 0x66, 0xc4, 0xf8, 0x02, 0x3a, 0x04, 0x95, 0x61, 0xd3, 0x96, 0xef, 0x8d, 0xb4, 0xf8, 0xb1, 0xcc, 0x05, 0x3f, 0xe7, 0x98, 0xba, 0x27, 0xf7, 0xf2, 0x88, 0x4f, 0x42, 0x06, 0xc0, 0x05, 0x84, 0x78, 0x96, 0x26, 0x90, 0xfc, 0x26, 0x29, 0x27, 0xd5, 0x2e, 0x69, 0x71, 0x85, 0xcf, 0x19, 0x0e, 0x27, 0xd0, 0x0b, 0x41, 0xd4, 0x36, 0xbd, 0xe9, 0x44, 0x15, 0xa4, 0x79, 0x18, 0xe9, 0x35, 0xbd, 0xd5, 0x30, 0x78, 0x50, 0x80, 0xf5, 0xcc, 0x01, 0x58, 0xb1, 0xcf, 0x10, 0xa7, 0x03, 0x60, 0xeb, 0x6d, 0xc0, 0xef, 0xe5, 0xe3, 0xd0, 0x8d, 0x53, 0x10, 0x90, 0x26, 0xb7, 0x93, 0x3d, 0xc8, 0x15, 0x96, 0x40, 0x37, 0x56, 0x62, 0x90, 0x44, 0xcd, 0x74, 0x49, 0x2e, 0x30, 0x80, 0x17, 0x90, 0xbc, 0x6d, 0x18, 0xc1, 0x2b, 0xb5, 0x07, 0xda, 0x15, 0x00, 0xcd, 0xc3, 0x1a, 0xba, 0x29, 0x8c, 0xa7, 0x0c, 0x41, 0x88, 0x48, 0x8e, 0xa4, 0xab, 0x66, 0xd0, 0x4c, 0x12, 0xf9, 0x58, 0x42, 0x5e, 0x23, 0x75, 0xe2, 0x5c, 0x22, 0xdc, 0xb8, 0x90, 0x34, 0x30, 0x9b, 0x08, 0xd4, 0xd2, 0x3b, 0x17, 0x33, 0x98, 0x3b, 0x00, 0x97, 0xf0, 0x18, 0x0c, 0x60, 0xa4, 0xc9, 0xff, 0x5c, 0xdc, 0x5d, 0x17, 0x6a, 0x9c, 0xf8, 0x28, 0xbb, 0xd9, 0x45, 0x23, 0x01, 0x54, 0xdc, 0x14, 0x51, 0x42, 0xa9, 0x99, 0xd7, 0x35, 0x72, 0x3d, 0xa1, 0xb4, 0x21, 0xaf, 0xdd, 0x99, 0x02, 0x40, 0x32, 0x9f, 0x65, 0x80, 0xb8, 0xb6, 0xfa, 0x9e, 0x76, 0x03, 0xe0, 0x15, 0x75, 0xe5, 0x2a, 0x7a, 0x2b, 0x4c, 0xa4, 0x03, 0x82, 0x50, 0x0e, 0xc9, 0x0e, 0xd5, 0xcc, 0x15, 0x48, 0x22, 0xac, 0x67, 0x19, 0xab, 0x52, 0x22, 0x55, 0x41, 0x2f, 0x0e, 0xa6, 0x97, 0xe9, 0xd4, 0x4a, 0x42, 0x84, 0x1d, 0x1b, 0x43, 0x17, 0x6e, 0x24, 0x4d, 0x3c, 0x47, 0x04, 0xb6, 0xd1, 0xc3, 0x79, 0x9d, 0x38, 0x57, 0x57, 0x78, 0x02, 0x2f, 0x43, 0x1f, 0x8e, 0x75, 0xcc, 0xff, 0x44, 0xde, 0x47, 0x58, 0xca, 0x27, 0x96, 0x8c, 0x52, 0xea, 0xa6, 0x70, 0x24, 0x43, 0xcd, 0x5c, 0x73, 0x98, 0xa0, 0x99, 0x0c, 0xcd, 0x0e, 0x83, 0x21, 0x03, 0x0b, 0xf9, 0x06, 0x10, 0x17, 0x55, 0x3f, 0xd3, 0x5e, 0x00, 0xbc, 0xcf, 0x09, 0x30, 0x91, 0x72, 0x53, 0x57, 0x9d, 0x91, 0x6f, 0xb8, 0xaa, 0x92, 0xf5, 0xbc, 0x81, 0xa9, 0x9e, 0x41, 0x3e, 0xe5, 0x63, 0xf1, 0xb5, 0xdc, 0xc4, 0x56, 0x97, 0x2f, 0xe2, 0x17, 0xbd, 0x38, 0x48, 0x1e, 0xcd, 0x71, 0x14, 0x02, 0xb8, 0x38, 0x91, 0x01, 0xe6, 0xf8, 0xb0, 0x27, 0xae, 0x0a, 0x99, 0x61, 0x50, 0xf1, 0x20, 0xa9, 0xe7, 0x79, 0x24, 0x7c, 0xa5, 0x1d, 0xd6, 0x2e, 0x00, 0x68, 0xdd, 0x58, 0x8f, 0xda, 0x99, 0x33, 0x51, 0x10, 0x34, 0x3b, 0xb4, 0xff, 0x06, 0xf9, 0x11, 0x3e, 0xc6, 0xcc, 0x50, 0x6f, 0x62, 0x96, 0xf7, 0xa9, 0x1b, 0x77, 0xd9, 0xe5, 0x9f, 0x9b, 0x27, 0xc8, 0xeb, 0xe8, 0x03, 0xd0, 0x9b, 0xd3, 0xf0, 0x02, 0x3a, 0x4d, 0x19, 0x93, 0x20, 0xb1, 0x43, 0xe2, 0x03, 0x74, 0xde, 0xe3, 0x27, 0x80, 0x61, 0xda, 0xe2, 0xf6, 0x00, 0xe0, 0x26, 0x66, 0xc0, 0x71, 0xf4, 0x43, 0x10, 0x71, 0x18, 0x05, 0xb8, 0x50, 0x91, 0x44, 0x78, 0xc9, 0x28, 0x9c, 0x04, 0xc5, 0x8c, 0xe2, 0xbb, 0xaf, 0x09, 0x64, 0xf2, 0x32, 0xc4, 0xa5, 0xf2, 0x6f, 0x94, 0x41, 0x19, 0xe7, 0x52, 0x04, 0x44, 0x2c, 0x52, 0x60, 0x07, 0x43, 0x6c, 0x77, 0xe3, 0x46, 0xb2, 0x89, 0xb7, 0x01, 0x66, 0x69, 0x7f, 0x6e, 0x0f, 0x00, 0x6a, 0x18, 0xe8, 0x62, 0x12, 0x05, 0x90, 0x25, 0xe7, 0xd7, 0x62, 0xfa, 0x54, 0x24, 0x51, 0x66, 0x1b, 0xf5, 0x9d, 0xb5, 0xca, 0x6f, 0xa7, 0x2d, 0x73, 0x90, 0x77, 0xe8, 0x1e, 0x79, 0x89, 0x23, 0xc1, 0xcf, 0x24, 0xfc, 0x40, 0x88, 0x40, 0x86, 0x88, 0x20, 0xb6, 0x43, 0x21, 0x10, 0x65, 0x36, 0xcd, 0xb0, 0x4e, 0xdb, 0x2f, 0xef, 0x00, 0x68, 0x5d, 0xd8, 0x88, 0xd8, 0x8f, 0x93, 0x11, 0x90, 0xd6, 0xff, 0x4b, 0x1e, 0xf5, 0x41, 0xf2, 0x06, 0xdf, 0x01, 0x2c, 0x61, 0x8c, 0xb6, 0xdd, 0xd9, 0xbd, 0xee, 0xf7, 0xee, 0x9c, 0xcd, 0x38, 0x28, 0xe7, 0x22, 0xdc, 0x66, 0x0e, 0x32, 0x9d, 0xe8, 0xeb, 0x71, 0x08, 0x3c, 0xb8, 0x81, 0x05, 0xac, 0x04, 0x84, 0xc6, 0x67, 0x72, 0x59, 0xf6, 0xfb, 0xe5, 0x56, 0x1d, 0x7e, 0x1a, 0x46, 0x9b, 0x0a, 0x10, 0x75, 0xe0, 0xf0, 0xaa, 0x08, 0xe0, 0x1b, 0xde, 0x01, 0x58, 0xe1, 0x1d, 0x69, 0xa7, 0xf7, 0x19, 0x06, 0xdc, 0xd7, 0x19, 0x0b, 0x07, 0x71, 0x32, 0x02, 0x9d, 0xfa, 0x14, 0x63, 0x98, 0xba, 0x0b, 0xfc, 0x48, 0x36, 0xf3, 0x9f, 0x96, 0x9f, 0xd9, 0x4c, 0x0d, 0xcb, 0xa8, 0x51, 0x96, 0xe9, 0xab, 0xb5, 0x48, 0xab, 0x00, 0x78, 0x45, 0x5d, 0xd9, 0x8b, 0xbe, 0xa2, 0x9f, 0xec, 0xc3, 0xf1, 0xec, 0x0b, 0x17, 0x53, 0x0c, 0x84, 0xb2, 0x1a, 0x40, 0x10, 0x66, 0x89, 0xe2, 0x1f, 0x48, 0xd8, 0xe9, 0x3a, 0x24, 0xd7, 0x06, 0xa6, 0x59, 0xbe, 0xfa, 0x2f, 0x18, 0x04, 0x13, 0xe8, 0x09, 0x34, 0xa7, 0xa8, 0x81, 0x75, 0x8f, 0x49, 0x81, 0x1f, 0x85, 0x28, 0xaf, 0xd2, 0x94, 0xfa, 0x73, 0x41, 0x56, 0x50, 0x23, 0x6a, 0xa8, 0x71, 0x2f, 0xbd, 0x69, 0x47, 0x16, 0x00, 0xee, 0xf2, 0x37, 0xf5, 0x11, 0x7d, 0x64, 0x7f, 0xfa, 0xd0, 0x97, 0x03, 0xf1, 0xb6, 0x5c, 0x29, 0x66, 0x12, 0x02, 0xb2, 0x66, 0x03, 0x5b, 0x8a, 0xd5, 0x2f, 0xf3, 0x03, 0x20, 0x26, 0x64, 0xaf, 0xd3, 0xda, 0x28, 0x5d, 0x5f, 0x96, 0xe2, 0xf5, 0x33, 0x19, 0x17, 0x92, 0x3a, 0x53, 0xd3, 0xa5, 0x19, 0x37, 0xd8, 0xed, 0x1e, 0xbc, 0x40, 0x94, 0x66, 0x76, 0xb1, 0x8b, 0x1d, 0xec, 0xa0, 0x21, 0xa1, 0xac, 0x4a, 0x6c, 0x1c, 0xaa, 0xe1, 0x36, 0xed, 0xf3, 0x24, 0x00, 0xb4, 0xbe, 0xe2, 0x68, 0xd9, 0x8f, 0xbe, 0xf4, 0xa5, 0x47, 0x32, 0x30, 0x2a, 0x05, 0x14, 0x53, 0x41, 0x57, 0xfa, 0x21, 0x88, 0xa6, 0x78, 0x80, 0xa4, 0xa4, 0x38, 0x04, 0x2e, 0x24, 0x3b, 0x78, 0x18, 0xe0, 0x03, 0x6d, 0x0c, 0xad, 0xda, 0xb4, 0xdb, 0xf8, 0x2b, 0x9c, 0x4a, 0x3f, 0x60, 0x0f, 0xcd, 0x69, 0x44, 0xbf, 0x45, 0x0e, 0x04, 0xc5, 0x71, 0xf9, 0x88, 0x55, 0x10, 0x1b, 0xa8, 0xa3, 0x8e, 0x1d, 0xec, 0xc4, 0xda, 0xcb, 0x15, 0x9b, 0x96, 0x61, 0x05, 0xe0, 0x31, 0x2e, 0x49, 0x24, 0xda, 0x47, 0x29, 0x15, 0x94, 0x51, 0x4a, 0x31, 0x7e, 0x4b, 0x87, 0x7f, 0x24, 0xc3, 0x08, 0xd0, 0x52, 0xa2, 0x14, 0xc0, 0x3b, 0x2c, 0x05, 0x18, 0xae, 0x7d, 0xd9, 0x3a, 0x00, 0x6e, 0x2f, 0x69, 0x5e, 0x47, 0x59, 0x07, 0x2e, 0x43, 0x10, 0xa5, 0x2e, 0x01, 0x00, 0x3d, 0x8d, 0x0c, 0x18, 0xe5, 0x75, 0x2b, 0x08, 0xd2, 0x94, 0x9a, 0x66, 0xea, 0xa9, 0x63, 0x37, 0xeb, 0x91, 0xf0, 0x84, 0x76, 0x49, 0x32, 0x00, 0x6f, 0x71, 0x2a, 0x14, 0x51, 0x41, 0x47, 0x4a, 0x29, 0xa1, 0xc8, 0x2c, 0x77, 0x26, 0x4e, 0x6a, 0x30, 0x42, 0x95, 0xec, 0xe9, 0x2d, 0x37, 0x10, 0xe6, 0x6e, 0x74, 0xf8, 0x5c, 0x1b, 0x41, 0xab, 0x37, 0xed, 0x4e, 0xae, 0x83, 0x0b, 0xe9, 0x04, 0xec, 0x24, 0x9a, 0x51, 0x02, 0xac, 0xb0, 0x18, 0x30, 0x18, 0xaf, 0x89, 0x32, 0x01, 0x1f, 0x50, 0x1f, 0x6f, 0xc7, 0xb5, 0x02, 0xb0, 0x98, 0x43, 0x3b, 0x30, 0x11, 0x85, 0xe4, 0xb9, 0x1c, 0xd2, 0xe2, 0x7c, 0x38, 0x2d, 0x66, 0xba, 0x81, 0xf5, 0x3c, 0x0f, 0x88, 0xff, 0xa9, 0x7e, 0xa8, 0x0d, 0x00, 0x0c, 0x62, 0x19, 0x1c, 0xc5, 0x11, 0x48, 0x1a, 0x09, 0xa4, 0x25, 0x38, 0xfd, 0x8e, 0x09, 0x84, 0x8a, 0x6a, 0x56, 0x17, 0x17, 0x52, 0x1b, 0xf7, 0x14, 0xac, 0x00, 0x6c, 0xa4, 0xeb, 0x3e, 0x9c, 0x61, 0x9e, 0xb4, 0x22, 0x96, 0x7b, 0x7a, 0xcb, 0xa8, 0xd3, 0x7c, 0xca, 0x02, 0xc0, 0xd5, 0x33, 0xf7, 0x06, 0xd6, 0x04, 0x08, 0x36, 0xd0, 0xad, 0x13, 0x17, 0x00, 0xcd, 0xec, 0xce, 0x4a, 0x6e, 0x66, 0x58, 0xdc, 0x94, 0x02, 0x4b, 0x59, 0x0b, 0x91, 0xfe, 0x05, 0x13, 0xa2, 0x89, 0x00, 0x84, 0x70, 0xef, 0xcf, 0x18, 0x04, 0x61, 0x33, 0xcc, 0x21, 0xa7, 0xcc, 0xae, 0x75, 0x8c, 0x76, 0xa1, 0x02, 0xcf, 0xb0, 0x11, 0x36, 0x69, 0xdd, 0x68, 0xd3, 0xa6, 0xbd, 0xc8, 0xd9, 0xf0, 0x27, 0x14, 0xc2, 0xec, 0xcc, 0x89, 0xdc, 0xd4, 0xef, 0x29, 0x54, 0x00, 0xab, 0x0c, 0xc7, 0xac, 0x4c, 0xab, 0xb3, 0x00, 0xf0, 0x8a, 0xba, 0x32, 0x02, 0x7d, 0x39, 0x0e, 0x72, 0x6c, 0x6a, 0xb0, 0x2f, 0x53, 0x2b, 0x48, 0xee, 0x22, 0x0c, 0x73, 0xb5, 0xe3, 0xdb, 0x06, 0xc0, 0xf4, 0x6a, 0xa9, 0xc1, 0x65, 0x14, 0x13, 0x65, 0x5b, 0x8e, 0x04, 0xa7, 0xba, 0x4a, 0x9d, 0x90, 0xac, 0x61, 0x39, 0xe0, 0xea, 0x31, 0x75, 0x83, 0x05, 0x00, 0xad, 0x90, 0x26, 0x38, 0x88, 0xa3, 0x11, 0x39, 0x01, 0x90, 0xbe, 0x56, 0xa3, 0x73, 0x3b, 0xe4, 0x61, 0x12, 0x9c, 0x76, 0x19, 0x8f, 0xc0, 0x85, 0x74, 0x44, 0xf2, 0x4b, 0x2b, 0xc4, 0x3e, 0xd1, 0x1e, 0x54, 0x21, 0x59, 0xcf, 0x32, 0x40, 0xed, 0x7f, 0xf3, 0x77, 0x56, 0x00, 0x4a, 0xd9, 0x05, 0x43, 0x38, 0x0a, 0x08, 0x27, 0xd5, 0xf7, 0xc9, 0xa1, 0x8d, 0xc1, 0x38, 0xbc, 0x08, 0xc2, 0xdc, 0x05, 0xf0, 0x88, 0xf6, 0x87, 0x36, 0x02, 0x70, 0x36, 0x2f, 0xc2, 0x39, 0x74, 0x46, 0x52, 0xdb, 0x0a, 0xb1, 0x4f, 0x04, 0xa0, 0x33, 0x92, 0x9f, 0x59, 0x0a, 0x28, 0x87, 0x4f, 0x5b, 0x64, 0x01, 0x60, 0x66, 0xc7, 0xd0, 0x76, 0x03, 0x00, 0x91, 0x02, 0x40, 0xee, 0x45, 0x0d, 0x0f, 0x0a, 0x51, 0xee, 0x00, 0x78, 0x5a, 0x9b, 0xd4, 0x46, 0x15, 0x98, 0x24, 0x9f, 0x84, 0xf3, 0xa8, 0x44, 0xb2, 0xb9, 0xd5, 0xe6, 0x2f, 0xa6, 0x02, 0x55, 0x48, 0x36, 0x18, 0xde, 0xc9, 0x48, 0xed, 0x33, 0x0b, 0x00, 0xb7, 0x97, 0x34, 0xd7, 0xc1, 0x20, 0x46, 0x39, 0x04, 0x20, 0x73, 0xc9, 0xca, 0x8b, 0x82, 0xe4, 0x0e, 0x74, 0x98, 0xa3, 0x9d, 0xd1, 0x46, 0x09, 0xb8, 0x96, 0xbb, 0x60, 0x12, 0xa5, 0x44, 0x2d, 0x12, 0x90, 0xbb, 0xf9, 0x53, 0x71, 0xe1, 0xc2, 0x87, 0xe4, 0x27, 0x96, 0x03, 0xca, 0x21, 0xd3, 0xbe, 0xb1, 0x00, 0x70, 0x97, 0xbf, 0xa9, 0x11, 0x06, 0x70, 0x3c, 0xc2, 0xec, 0xc1, 0xca, 0x54, 0xe8, 0xc8, 0x96, 0x9f, 0xf1, 0xa0, 0x02, 0x8f, 0xb1, 0x1d, 0x56, 0x6a, 0x03, 0xda, 0x08, 0xc0, 0xa3, 0x5c, 0x0a, 0x57, 0xe0, 0x21, 0xc8, 0x96, 0x9c, 0xc4, 0xde, 0x18, 0xfb, 0x55, 0x33, 0x21, 0xdb, 0x32, 0xb0, 0xaf, 0x67, 0x05, 0x40, 0x1f, 0xed, 0xfb, 0xc4, 0x51, 0x20, 0x84, 0xd2, 0x87, 0x93, 0x2c, 0x3e, 0x9f, 0xbd, 0xf3, 0xe3, 0x34, 0x4b, 0x0b, 0xef, 0xb2, 0x14, 0x22, 0x74, 0xd4, 0xea, 0xdb, 0x04, 0xc0, 0x12, 0x86, 0xf8, 0xb9, 0x14, 0x68, 0x62, 0x47, 0x56, 0xb1, 0x37, 0x0c, 0xb0, 0x6a, 0xce, 0x44, 0x95, 0x29, 0x2e, 0xb1, 0x4e, 0x84, 0x1f, 0x8d, 0x12, 0x4a, 0x77, 0x6d, 0x63, 0xa2, 0x1f, 0xb0, 0x93, 0xb2, 0x1e, 0x9c, 0x85, 0xdd, 0x9c, 0xde, 0x96, 0xe0, 0xd1, 0x59, 0xc9, 0x4a, 0xc5, 0x0b, 0xac, 0xe2, 0x5f, 0x00, 0x63, 0xb5, 0x7f, 0xb7, 0x81, 0xfc, 0x4e, 0xd4, 0xa2, 0x0c, 0xe6, 0x18, 0x24, 0x75, 0xd4, 0x67, 0x15, 0x7b, 0x3f, 0xbe, 0x38, 0xb9, 0x31, 0xe2, 0xa3, 0x84, 0x08, 0xd0, 0x40, 0x23, 0xf5, 0xec, 0xa1, 0xd9, 0x6c, 0xb1, 0xf4, 0x96, 0xdf, 0xb8, 0x2b, 0x11, 0x80, 0xef, 0x39, 0x00, 0x0a, 0xe9, 0x42, 0x15, 0x95, 0x74, 0xa4, 0x04, 0x57, 0x12, 0x18, 0x98, 0x4d, 0x8a, 0xd2, 0x01, 0x0c, 0x7e, 0xa0, 0x81, 0x07, 0x00, 0x5e, 0xd2, 0x26, 0xb6, 0xc1, 0x04, 0x5e, 0x29, 0xef, 0x87, 0xb1, 0xf4, 0x04, 0x6a, 0x09, 0x66, 0x15, 0xfb, 0x52, 0xdc, 0x26, 0xd1, 0x61, 0x9a, 0x68, 0xa0, 0x9e, 0xdd, 0x34, 0xd1, 0x6c, 0x17, 0x14, 0x7b, 0xb5, 0x50, 0x22, 0x00, 0x0b, 0x39, 0x3c, 0x31, 0x43, 0x5f, 0x61, 0x82, 0x51, 0x4e, 0x91, 0xa5, 0x80, 0x25, 0xd3, 0x76, 0x69, 0x5a, 0x8f, 0x02, 0x54, 0xe0, 0x79, 0x36, 0x40, 0xb3, 0x7b, 0xbf, 0xbf, 0xd6, 0xb6, 0x92, 0xff, 0x0a, 0xcb, 0xe9, 0xef, 0xe2, 0x32, 0xdc, 0x44, 0xd8, 0x98, 0xd5, 0xfc, 0x41, 0x05, 0xb0, 0x87, 0xaf, 0x69, 0x20, 0x68, 0xdf, 0x24, 0x58, 0xcf, 0x6a, 0x56, 0xb2, 0x8a, 0x55, 0xda, 0x9b, 0xc9, 0xb1, 0xc0, 0x50, 0x31, 0x42, 0x0e, 0x64, 0x30, 0xfd, 0x8d, 0xec, 0xbc, 0x75, 0x2b, 0xa0, 0x2b, 0x9d, 0xa9, 0xa2, 0x1b, 0x7e, 0xa4, 0x4d, 0x01, 0xd3, 0xae, 0x6f, 0xa3, 0x00, 0x58, 0xcb, 0x2b, 0x00, 0xf7, 0x69, 0x57, 0xb7, 0x92, 0xff, 0x13, 0xe5, 0x0b, 0x30, 0x94, 0x23, 0x81, 0xdd, 0x69, 0x1c, 0x61, 0xeb, 0xae, 0x52, 0x8e, 0x64, 0x03, 0x49, 0x39, 0xf1, 0x5a, 0xbe, 0x63, 0x95, 0x58, 0x29, 0x57, 0xb3, 0x2a, 0x79, 0x5a, 0xb6, 0xb0, 0x4d, 0x82, 0xed, 0x2f, 0x06, 0xcb, 0x81, 0x0c, 0x62, 0x20, 0xbd, 0x12, 0xbf, 0x31, 0x82, 0x91, 0x60, 0x06, 0xa5, 0xd9, 0x8c, 0xa1, 0x1f, 0x81, 0xce, 0xa3, 0xd4, 0x41, 0x58, 0x19, 0x32, 0x6d, 0x45, 0x2b, 0xf8, 0x5f, 0xc4, 0x77, 0x74, 0x83, 0x4b, 0x28, 0x44, 0xb2, 0x91, 0x70, 0xd6, 0x41, 0xb0, 0x90, 0x22, 0x60, 0xa9, 0x61, 0xe4, 0xfe, 0xc3, 0x72, 0xb1, 0x5a, 0xac, 0xf4, 0xac, 0xba, 0x61, 0x77, 0xab, 0x93, 0xa2, 0x77, 0x14, 0x07, 0x06, 0x8a, 0x81, 0x72, 0x30, 0x03, 0x19, 0x48, 0x09, 0x74, 0xe1, 0x02, 0x8c, 0x5e, 0xdd, 0xec, 0x56, 0xc0, 0x48, 0x4f, 0xfd, 0xcc, 0x0b, 0x00, 0x4b, 0x39, 0x22, 0xf7, 0x79, 0x9d, 0xda, 0xb3, 0x9c, 0x0f, 0x23, 0x38, 0x14, 0x68, 0x64, 0xab, 0x83, 0x51, 0xbf, 0x0c, 0x0f, 0x3a, 0x73, 0x69, 0x84, 0x3a, 0x3a, 0x6a, 0x7a, 0x7e, 0xd3, 0xe2, 0x2f, 0x72, 0xb6, 0xe0, 0x8f, 0x14, 0xda, 0x4c, 0x53, 0xb0, 0x3b, 0x04, 0x7e, 0x33, 0x2b, 0xf4, 0x2d, 0xc0, 0xf3, 0xda, 0xf9, 0xb9, 0x4d, 0xb5, 0xd5, 0xae, 0xe1, 0x1e, 0x28, 0x63, 0x22, 0x2a, 0x92, 0x0d, 0x29, 0xfc, 0x4f, 0x95, 0x03, 0x85, 0x4a, 0x24, 0x01, 0x3e, 0x44, 0x3a, 0x4e, 0xc3, 0xe5, 0x02, 0xc0, 0xc5, 0x3c, 0x01, 0xe3, 0xd8, 0x3f, 0xed, 0x54, 0x85, 0xd4, 0xce, 0xfd, 0x42, 0x20, 0xc4, 0x53, 0xd4, 0x01, 0x3c, 0xc8, 0x95, 0x4e, 0x78, 0x62, 0x6a, 0xff, 0x64, 0xf9, 0x10, 0x42, 0xe5, 0x5c, 0x4a, 0x80, 0x5d, 0x71, 0xfd, 0xcf, 0x24, 0x05, 0x85, 0x14, 0x03, 0x1b, 0x58, 0x02, 0x30, 0x5d, 0xd3, 0xf2, 0x0d, 0xc0, 0x7e, 0xac, 0x81, 0x43, 0x38, 0x1e, 0xe2, 0x13, 0x5f, 0xb2, 0x19, 0x43, 0x1f, 0x1e, 0xa0, 0x9e, 0xa7, 0x8d, 0xc9, 0x6c, 0xaf, 0xfb, 0x26, 0x5d, 0xdf, 0xe0, 0xa8, 0x26, 0x70, 0x1b, 0x37, 0x80, 0xe0, 0x0c, 0xba, 0x01, 0xcd, 0x6c, 0xca, 0x22, 0xfe, 0xc6, 0xd5, 0x8e, 0xb8, 0x91, 0x7c, 0xc9, 0x96, 0x78, 0xa8, 0x93, 0xef, 0xd2, 0xd8, 0xf7, 0x1c, 0xe0, 0xe5, 0x0a, 0x5c, 0x48, 0xc2, 0x0e, 0xdb, 0x57, 0x8a, 0x50, 0x80, 0x5d, 0xcc, 0x36, 0x20, 0xf8, 0x81, 0xcb, 0xb4, 0x4f, 0xb3, 0xdc, 0xa5, 0x3f, 0x8f, 0x70, 0x14, 0x08, 0x4e, 0xa5, 0x27, 0x10, 0x71, 0x64, 0xfe, 0x24, 0x0a, 0x9d, 0x90, 0x04, 0x98, 0x47, 0x18, 0x36, 0x6b, 0xdd, 0x9c, 0x29, 0x5c, 0x6e, 0x00, 0x68, 0x54, 0xc3, 0x38, 0x7a, 0x41, 0x42, 0x37, 0x4f, 0x26, 0x18, 0x84, 0x09, 0x41, 0x03, 0xaf, 0x19, 0x2b, 0x28, 0x49, 0xe6, 0x28, 0x33, 0xa7, 0x7d, 0x95, 0xe6, 0x0e, 0xbd, 0xf9, 0x8b, 0x51, 0x0d, 0xf3, 0x71, 0x9a, 0x39, 0x3f, 0x71, 0x93, 0x4d, 0x26, 0xd0, 0x6e, 0x2f, 0xc6, 0x8f, 0x64, 0xa3, 0x11, 0xe9, 0x3d, 0xac, 0x5d, 0xde, 0x1e, 0xc5, 0xd1, 0x03, 0x59, 0x0d, 0xbd, 0x39, 0xd3, 0xec, 0xe0, 0x70, 0xd6, 0xc1, 0xa3, 0x98, 0x10, 0x44, 0x99, 0x4f, 0x9c, 0xee, 0xe5, 0xbc, 0xc6, 0xc7, 0xd4, 0xc4, 0xa2, 0x84, 0x59, 0xbe, 0xfa, 0x01, 0x8c, 0x62, 0x2c, 0x23, 0x8c, 0x27, 0xea, 0xc5, 0xb1, 0x14, 0x22, 0xd1, 0xd9, 0x9c, 0x96, 0xfc, 0xe4, 0x48, 0xbf, 0x13, 0x0a, 0x51, 0xbe, 0x62, 0x3b, 0xc0, 0x68, 0xa7, 0xb3, 0xda, 0x73, 0x6d, 0x90, 0x58, 0xc4, 0x61, 0x2a, 0x93, 0x29, 0x04, 0x22, 0x29, 0x1e, 0x61, 0x3a, 0x28, 0x14, 0xfc, 0xe6, 0x14, 0xcb, 0xed, 0x7c, 0x12, 0x9b, 0x5f, 0x68, 0x6c, 0x3b, 0xd8, 0x8d, 0xc4, 0x6f, 0x4e, 0x32, 0x02, 0xa0, 0x9c, 0xdf, 0xd0, 0x0d, 0x81, 0x24, 0x9c, 0xe0, 0xfc, 0x66, 0xb6, 0x02, 0x05, 0x94, 0x21, 0xa9, 0x67, 0x01, 0x3a, 0xfc, 0x48, 0x1f, 0xa7, 0xe6, 0x36, 0x57, 0x00, 0xfe, 0xc0, 0x43, 0x30, 0x9c, 0x91, 0x48, 0x53, 0x06, 0x9c, 0x76, 0xf1, 0xf8, 0xf0, 0x99, 0x67, 0xb7, 0xf1, 0x2d, 0x35, 0x84, 0x6d, 0x1f, 0xe6, 0x40, 0x06, 0xd0, 0xc5, 0x8c, 0x38, 0x1b, 0xd9, 0x92, 0x43, 0x1d, 0xa0, 0x02, 0x0f, 0x82, 0x6f, 0x59, 0x9f, 0x63, 0x9b, 0x54, 0x8e, 0x00, 0xcc, 0xf2, 0xd5, 0xaf, 0xa3, 0xca, 0xc3, 0x65, 0x78, 0xcd, 0x26, 0x19, 0xa7, 0x2d, 0x8d, 0x12, 0x95, 0x22, 0xb3, 0x0f, 0x4c, 0x12, 0x65, 0x17, 0xbf, 0xb0, 0x83, 0xdd, 0x04, 0x90, 0x14, 0x50, 0x44, 0x39, 0x95, 0x54, 0x98, 0x72, 0x22, 0x89, 0xb0, 0x8d, 0xc6, 0x1c, 0xf2, 0x3d, 0x1e, 0x2a, 0x81, 0x66, 0xfe, 0x4b, 0x08, 0x02, 0x9e, 0xee, 0xd6, 0xf2, 0x67, 0x9e, 0xdb, 0xe4, 0xa6, 0xdf, 0x28, 0x67, 0xc2, 0x51, 0x66, 0x9f, 0x70, 0xc8, 0x71, 0x63, 0x73, 0xec, 0x41, 0x0b, 0x71, 0x91, 0x3a, 0xdd, 0xc1, 0xfa, 0x1a, 0xa2, 0x8e, 0x7a, 0x93, 0x54, 0xa7, 0x19, 0x9f, 0x4e, 0x78, 0x10, 0xac, 0xe2, 0x07, 0xc8, 0x71, 0x0d, 0x9a, 0xdc, 0xfb, 0x04, 0x3b, 0xf0, 0x13, 0xa5, 0x5e, 0x7e, 0x4f, 0x81, 0x99, 0x40, 0x77, 0xd2, 0xce, 0xa8, 0x27, 0x04, 0x2c, 0x05, 0x78, 0xe3, 0xbc, 0xb6, 0xbe, 0x1a, 0x51, 0x7b, 0x20, 0xe7, 0x44, 0xa7, 0x8f, 0x8e, 0x08, 0x02, 0x7c, 0x4a, 0x04, 0x9a, 0x39, 0x20, 0x97, 0x75, 0xa8, 0x5a, 0xd3, 0x2b, 0x3c, 0x8d, 0xe9, 0x70, 0x10, 0xa3, 0xcd, 0x87, 0xce, 0x1c, 0x18, 0xa5, 0x4f, 0x4f, 0xaa, 0x66, 0xd7, 0xa8, 0x31, 0xa4, 0x86, 0x08, 0x11, 0x69, 0x55, 0x9a, 0x13, 0x3a, 0xe1, 0x01, 0x56, 0xb0, 0x16, 0xe0, 0x7e, 0xed, 0xaa, 0x5c, 0xa8, 0x69, 0x05, 0x00, 0xb3, 0x7c, 0xf5, 0x2b, 0xe8, 0x05, 0x13, 0xe9, 0x4c, 0x6c, 0x7a, 0x24, 0x59, 0x3b, 0x78, 0xda, 0x52, 0xce, 0x48, 0xf7, 0xbd, 0x58, 0xbe, 0xaa, 0x23, 0x05, 0xc0, 0x26, 0xc3, 0x05, 0xfe, 0xb6, 0x7c, 0xe8, 0x94, 0x60, 0xbb, 0x02, 0x10, 0x9b, 0x32, 0x51, 0x69, 0x16, 0x52, 0x83, 0x96, 0xce, 0xde, 0x74, 0x1d, 0x1c, 0xf9, 0x20, 0x37, 0x35, 0xf9, 0x11, 0xcb, 0x56, 0x29, 0x54, 0xa1, 0x00, 0x8b, 0xd9, 0x0c, 0x70, 0x8f, 0x76, 0x6d, 0x7b, 0x03, 0x70, 0xa1, 0x7c, 0x1a, 0x3a, 0x70, 0x3e, 0x6e, 0x24, 0x91, 0x94, 0x96, 0x56, 0xda, 0x4c, 0x70, 0xf6, 0x6f, 0x59, 0xf3, 0x95, 0x82, 0x02, 0x3a, 0x02, 0x61, 0xe6, 0x12, 0x04, 0x5d, 0x39, 0x76, 0xda, 0xbc, 0xf6, 0xb4, 0x01, 0xbd, 0x59, 0x42, 0xb1, 0xc2, 0xd9, 0x54, 0x02, 0x3a, 0xc1, 0x0c, 0xa2, 0xaf, 0xb7, 0x8b, 0x1c, 0x58, 0x49, 0x8f, 0xbd, 0x2b, 0xa5, 0x10, 0xc1, 0x56, 0x63, 0xda, 0xdc, 0x46, 0xef, 0x20, 0xa7, 0x0d, 0x59, 0x39, 0x03, 0x70, 0xbf, 0x77, 0xe7, 0xe7, 0x1c, 0x02, 0xa3, 0x18, 0x0c, 0x48, 0xb3, 0x9b, 0x37, 0x73, 0xf7, 0x56, 0xfe, 0xc4, 0x3e, 0x95, 0xf7, 0x2d, 0x40, 0x54, 0x9a, 0x2b, 0x90, 0xac, 0xcd, 0xa9, 0x1e, 0x95, 0xfb, 0x30, 0x78, 0x2f, 0x57, 0xc3, 0xbe, 0x8c, 0x35, 0xbb, 0x05, 0xa3, 0x19, 0xcc, 0x5e, 0xbe, 0xc5, 0x3e, 0x13, 0xf9, 0xe0, 0xa1, 0x23, 0x82, 0x28, 0x9f, 0x18, 0x2b, 0x1c, 0x8c, 0xd7, 0x5e, 0x6b, 0x07, 0x00, 0xa6, 0x9f, 0x24, 0xdf, 0x41, 0xf8, 0x38, 0x1f, 0x1f, 0xc6, 0x62, 0x38, 0x99, 0x1a, 0x17, 0xf3, 0x2d, 0x07, 0xd8, 0xd4, 0x2b, 0xac, 0x47, 0x31, 0x45, 0x08, 0xea, 0xf8, 0xd8, 0x08, 0x3b, 0x06, 0x3a, 0x59, 0xe9, 0x2c, 0x27, 0x00, 0x66, 0x54, 0x85, 0x97, 0x51, 0x05, 0x67, 0xd1, 0x0d, 0x88, 0xc6, 0x13, 0xcf, 0x4e, 0x44, 0xbf, 0xed, 0xb0, 0xa4, 0x23, 0xdb, 0x2a, 0x07, 0x1d, 0x71, 0x03, 0xab, 0x8d, 0xd2, 0xd7, 0x5b, 0xda, 0xe9, 0xf9, 0xcd, 0x08, 0x29, 0xbc, 0xcf, 0xf1, 0x70, 0x38, 0xc3, 0x4d, 0xe3, 0xa7, 0x67, 0x10, 0x7d, 0x3d, 0xaf, 0x52, 0x90, 0x48, 0xbe, 0x62, 0x76, 0xa9, 0xa5, 0x82, 0xe0, 0xa2, 0x23, 0x0a, 0x92, 0x79, 0xec, 0x00, 0xc4, 0x25, 0xd9, 0xd7, 0x15, 0xcb, 0x05, 0x80, 0x9b, 0x98, 0x01, 0x5d, 0x38, 0xcb, 0x46, 0xfb, 0x13, 0xab, 0x73, 0x7a, 0x9e, 0xe5, 0x20, 0x51, 0xf4, 0xfd, 0x74, 0xa0, 0x89, 0xc6, 0x34, 0x72, 0x50, 0x48, 0x09, 0xd0, 0xc8, 0x07, 0xe8, 0xd0, 0xc4, 0xc1, 0xda, 0x8f, 0x79, 0x02, 0xe0, 0x96, 0x61, 0xfa, 0x02, 0xdc, 0x6e, 0xce, 0xa7, 0x08, 0x4c, 0xb7, 0xd5, 0x6e, 0xc4, 0xf7, 0xe0, 0x26, 0x44, 0x33, 0x7a, 0xde, 0xac, 0x81, 0x95, 0x3c, 0x0f, 0x25, 0x66, 0xe3, 0x6a, 0x88, 0xdd, 0x66, 0x1f, 0x4b, 0x32, 0x08, 0xa5, 0x78, 0x81, 0x75, 0x7c, 0x0d, 0xb0, 0xa0, 0xff, 0xd1, 0x13, 0xa2, 0x79, 0x00, 0xe0, 0xf6, 0x92, 0xe6, 0x6f, 0xe8, 0x05, 0xa7, 0xd3, 0xd3, 0xa2, 0xfd, 0xc9, 0xa2, 0x6f, 0xf4, 0x05, 0x18, 0xe7, 0x9a, 0x4d, 0x0f, 0xb1, 0x6d, 0xa3, 0x82, 0x95, 0x30, 0x17, 0xc5, 0xe6, 0x72, 0x4c, 0xb1, 0x3e, 0xb6, 0xdd, 0x04, 0x6d, 0x64, 0x40, 0xa5, 0x1c, 0x15, 0x58, 0x60, 0xf8, 0x85, 0xd7, 0x6b, 0x77, 0xe6, 0x01, 0x00, 0xed, 0x65, 0x26, 0xc0, 0x10, 0x46, 0x26, 0x68, 0x7f, 0x72, 0x59, 0xca, 0x1b, 0x97, 0x09, 0x23, 0x02, 0x34, 0x40, 0xc8, 0x87, 0xb3, 0xeb, 0xa6, 0xd8, 0x5c, 0xa8, 0x07, 0xb6, 0xb0, 0x96, 0x41, 0x14, 0x03, 0x10, 0xa0, 0xc1, 0xc6, 0x1e, 0x78, 0x28, 0x03, 0x82, 0xbc, 0x4b, 0x08, 0x82, 0x1c, 0xa6, 0xd5, 0xb4, 0x11, 0x00, 0x63, 0xaa, 0x64, 0x25, 0xe3, 0x51, 0xc1, 0xac, 0xb4, 0x26, 0x3f, 0xac, 0x17, 0x17, 0x12, 0x08, 0xb2, 0x8c, 0x1e, 0x54, 0xc4, 0x6d, 0x43, 0x90, 0x80, 0x6d, 0x5e, 0xc7, 0xb9, 0xb3, 0x5b, 0x40, 0x11, 0x05, 0xe6, 0xfb, 0x00, 0xdf, 0xb2, 0x19, 0x63, 0x05, 0xc1, 0x7d, 0xcd, 0x48, 0x72, 0x37, 0x91, 0x14, 0x39, 0xe8, 0x88, 0x8a, 0x60, 0x31, 0x6b, 0xb2, 0x3a, 0x45, 0x0e, 0x00, 0xb8, 0xb5, 0x5f, 0xf4, 0x2b, 0xfc, 0x0a, 0xe7, 0x51, 0x62, 0x8e, 0xfd, 0xc9, 0xce, 0xae, 0xa0, 0xc0, 0x14, 0xca, 0x2d, 0x7c, 0x4a, 0x03, 0xb0, 0x3f, 0x43, 0xf0, 0xc7, 0x95, 0x24, 0x94, 0x51, 0x21, 0xec, 0x60, 0x89, 0xd9, 0xf4, 0x42, 0x0a, 0x71, 0x9b, 0x9f, 0x42, 0xac, 0xe3, 0x7b, 0x4b, 0x99, 0xbb, 0x1b, 0x43, 0xcc, 0x6b, 0x8d, 0xc6, 0xaa, 0xf4, 0x71, 0x00, 0x3a, 0x50, 0x80, 0x60, 0xb3, 0x31, 0x9f, 0x7c, 0x93, 0xfb, 0xd0, 0x4c, 0x8b, 0xa9, 0x38, 0x00, 0xe0, 0x96, 0x81, 0xfa, 0x02, 0x8a, 0xe1, 0x74, 0xf6, 0x05, 0xf4, 0x94, 0x84, 0x85, 0x0b, 0xaf, 0xb9, 0xa8, 0xd9, 0x37, 0xb1, 0x85, 0xf5, 0x00, 0x37, 0xfd, 0x38, 0x20, 0x0e, 0x8c, 0x34, 0x97, 0xcf, 0x0f, 0x3a, 0x74, 0x76, 0x05, 0x3e, 0x7c, 0xf8, 0xe2, 0x1c, 0x0d, 0xf2, 0x33, 0x3f, 0xc6, 0xba, 0xbd, 0x17, 0x46, 0x3f, 0x54, 0xaf, 0xc7, 0x0b, 0x85, 0x0c, 0xa7, 0xdc, 0x04, 0xa7, 0x3e, 0x0e, 0x5b, 0x01, 0x1d, 0x10, 0xd4, 0x33, 0x97, 0x10, 0x84, 0x94, 0x51, 0xd3, 0x16, 0xb6, 0xd9, 0x06, 0x68, 0x27, 0xf3, 0x6f, 0x54, 0x95, 0xf1, 0x54, 0x00, 0x51, 0x0b, 0x04, 0xe0, 0x45, 0x45, 0x22, 0xa9, 0xe3, 0x13, 0x73, 0x1d, 0xb1, 0xe8, 0x7f, 0xd4, 0xc1, 0x74, 0x05, 0xf0, 0xd2, 0x8b, 0xfd, 0xcd, 0x4c, 0x60, 0x8c, 0xe0, 0x20, 0x61, 0x82, 0x69, 0xeb, 0x7c, 0x12, 0x15, 0x1f, 0x05, 0xe6, 0x6a, 0x44, 0x46, 0x47, 0x4a, 0x13, 0x9b, 0x58, 0x1f, 0x9b, 0x6b, 0xd8, 0xd0, 0x3c, 0xfd, 0xd1, 0xc7, 0x76, 0x46, 0xaf, 0x1e, 0x54, 0xf2, 0xb4, 0x38, 0x10, 0x04, 0x03, 0xe8, 0x63, 0x82, 0xdc, 0x40, 0x08, 0x81, 0x9b, 0x52, 0x04, 0x41, 0x3e, 0x36, 0x96, 0x7c, 0xbb, 0x5c, 0x7b, 0x38, 0x2f, 0xc3, 0xa0, 0x76, 0x35, 0xf7, 0x42, 0x01, 0xe3, 0x28, 0x01, 0x22, 0x04, 0xd0, 0x91, 0x28, 0xe6, 0x83, 0xea, 0x7c, 0xc7, 0x17, 0x86, 0x65, 0xd8, 0x59, 0x7f, 0xed, 0xbd, 0x6f, 0x0e, 0x2e, 0x3c, 0x71, 0x8a, 0xef, 0x4a, 0x63, 0xf6, 0xa3, 0x4a, 0x17, 0xba, 0x51, 0x61, 0x2e, 0x97, 0x49, 0xdc, 0x53, 0x08, 0xd9, 0x56, 0xfb, 0xfc, 0x94, 0xc5, 0x1f, 0x4a, 0x10, 0x62, 0x27, 0x3f, 0xb3, 0x2d, 0xb6, 0xaa, 0x60, 0xb0, 0xf9, 0x99, 0x15, 0xf7, 0xbe, 0xb5, 0xd5, 0xf8, 0xea, 0xc8, 0xc2, 0xa3, 0xef, 0x74, 0x9d, 0x07, 0x50, 0xc9, 0x70, 0xd3, 0x40, 0x06, 0x08, 0x51, 0x82, 0x20, 0xcc, 0x17, 0xc6, 0x08, 0xe0, 0x60, 0x5d, 0x49, 0xe7, 0x0b, 0x2a, 0xde, 0xc7, 0x14, 0x28, 0xe2, 0x4c, 0x8a, 0x4c, 0x45, 0x50, 0xf0, 0x20, 0x81, 0x26, 0xfe, 0x6b, 0x2c, 0x5d, 0x43, 0xe4, 0xa3, 0x65, 0x57, 0xbf, 0xb5, 0xd5, 0xe8, 0xa5, 0x1a, 0xd3, 0x65, 0xd0, 0x25, 0xbe, 0xf3, 0x94, 0x62, 0xb3, 0x1b, 0x85, 0x2a, 0xf6, 0xa1, 0xc2, 0x6c, 0x9f, 0x33, 0x80, 0xd8, 0x9a, 0x92, 0x02, 0x13, 0x94, 0x98, 0xd6, 0x3d, 0xc4, 0x0e, 0x7e, 0x61, 0x5b, 0xcb, 0x1c, 0xd3, 0x70, 0xe0, 0xe5, 0x25, 0xf7, 0x7d, 0xb8, 0x39, 0x51, 0x67, 0xae, 0x3d, 0xd3, 0x3f, 0x4b, 0x74, 0x00, 0x37, 0xc3, 0xe9, 0x12, 0x27, 0x27, 0xcc, 0x12, 0xa3, 0xf6, 0xf0, 0x0a, 0x13, 0xb3, 0x57, 0x07, 0x9c, 0x7b, 0x82, 0x42, 0x7b, 0x9c, 0x8b, 0xc1, 0xcf, 0x69, 0x94, 0x5a, 0x7c, 0xbe, 0x9f, 0x8c, 0x54, 0x34, 0x34, 0xd5, 0x4f, 0x9b, 0xf5, 0x42, 0xe2, 0xfc, 0xf8, 0xbe, 0xc5, 0xa3, 0xcf, 0x2e, 0xbd, 0x50, 0xed, 0xda, 0x72, 0xb3, 0x22, 0x4a, 0xa9, 0xa0, 0x0a, 0x1f, 0xb0, 0x3d, 0xc9, 0x22, 0x08, 0xa0, 0x82, 0x02, 0x24, 0x35, 0x6c, 0xb4, 0x18, 0xbb, 0xe8, 0x86, 0x86, 0x97, 0x17, 0xbd, 0xba, 0x70, 0x5b, 0x8a, 0xe1, 0xd0, 0x91, 0xe3, 0x7b, 0xf4, 0x7d, 0x44, 0x3d, 0x14, 0xa0, 0x37, 0x07, 0xa3, 0x22, 0x08, 0xf1, 0x95, 0x31, 0x45, 0xef, 0xc3, 0xf2, 0xd3, 0x9c, 0xa4, 0xc6, 0x72, 0x71, 0x85, 0x5d, 0x3c, 0xcb, 0x44, 0x70, 0x73, 0x0a, 0x9d, 0xcc, 0x21, 0xef, 0x0b, 0xbe, 0x37, 0x78, 0xff, 0xe5, 0xb2, 0xab, 0xde, 0xda, 0x60, 0x21, 0x3e, 0xb6, 0x44, 0x80, 0xe2, 0x51, 0x4e, 0x1f, 0xda, 0xe3, 0x44, 0xff, 0x09, 0x6a, 0xc7, 0x96, 0x5f, 0xea, 0x47, 0x1f, 0x24, 0x75, 0x34, 0xa5, 0x8c, 0xf8, 0x9d, 0x51, 0x89, 0x30, 0xcf, 0x9c, 0x60, 0xab, 0xef, 0x0a, 0xcc, 0xdf, 0xfc, 0xf6, 0xab, 0x0b, 0x43, 0x11, 0x8b, 0x7f, 0xad, 0x27, 0xbe, 0x76, 0x53, 0xcf, 0xfb, 0x4b, 0xc1, 0x1f, 0x51, 0xa0, 0x84, 0x11, 0x78, 0x58, 0x44, 0x2d, 0x20, 0x3f, 0xde, 0x36, 0xf6, 0xc1, 0x26, 0x27, 0xe5, 0x51, 0xa7, 0x00, 0x08, 0x14, 0xc4, 0x11, 0xee, 0xd1, 0xff, 0x54, 0x26, 0x81, 0xc2, 0x31, 0xec, 0x47, 0x2d, 0x9f, 0xd2, 0x08, 0xc8, 0x50, 0xe3, 0x9d, 0x0f, 0x3e, 0x16, 0x90, 0x28, 0x26, 0xe1, 0x8a, 0x05, 0x00, 0xf3, 0x5d, 0xa1, 0x7a, 0xd2, 0xa1, 0x9d, 0x87, 0x15, 0x1d, 0x5c, 0x70, 0x90, 0x28, 0x80, 0xae, 0x0c, 0x05, 0x1a, 0xe2, 0xdd, 0xff, 0x2d, 0x41, 0xce, 0x3e, 0x08, 0x02, 0x7c, 0x84, 0x24, 0xbc, 0x66, 0xf9, 0xcc, 0x8f, 0x6a, 0xf6, 0x44, 0x53, 0x0c, 0x85, 0x9e, 0x7a, 0x4c, 0x1e, 0x51, 0xf5, 0x80, 0x52, 0x05, 0x0a, 0x85, 0x34, 0x02, 0xfa, 0xbc, 0x45, 0xbf, 0x7d, 0xbf, 0x31, 0xfe, 0x8d, 0x3c, 0x00, 0xa0, 0x98, 0x44, 0x29, 0xa8, 0x37, 0xcd, 0xf4, 0x5c, 0x09, 0xd0, 0x95, 0xcd, 0x46, 0x3b, 0xda, 0x8a, 0xef, 0xae, 0x7a, 0xed, 0x07, 0xf3, 0xaa, 0x88, 0xaf, 0x86, 0xa9, 0xa4, 0xc8, 0x82, 0x40, 0xa0, 0x14, 0xb9, 0xae, 0x79, 0x47, 0x29, 0xea, 0xc0, 0x28, 0x20, 0xc0, 0xf6, 0x14, 0x67, 0xb7, 0x0a, 0xc1, 0x76, 0x16, 0x00, 0xdb, 0x5f, 0x7a, 0xe0, 0xbe, 0x94, 0xf1, 0x52, 0xb7, 0xbc, 0xd3, 0x2d, 0xaf, 0x72, 0x54, 0xd9, 0x88, 0x7b, 0xdd, 0x66, 0x5b, 0x7e, 0xe4, 0xcd, 0x77, 0x2f, 0xfd, 0x3a, 0x60, 0xf9, 0x86, 0xde, 0x56, 0x00, 0x14, 0xcb, 0x2e, 0x50, 0xae, 0xbb, 0xdc, 0x7f, 0xab, 0x59, 0xd7, 0x88, 0x36, 0x3d, 0xf8, 0xcc, 0x7d, 0x5b, 0x23, 0x2d, 0xd7, 0x2c, 0x12, 0x90, 0x08, 0x41, 0x1c, 0x86, 0xeb, 0x1f, 0xf4, 0xf5, 0x73, 0x33, 0x1a, 0x95, 0x10, 0x5b, 0x6c, 0x53, 0x9b, 0x46, 0x33, 0xfb, 0xf7, 0x33, 0x5f, 0x78, 0x3f, 0x85, 0x68, 0x0b, 0xc9, 0x09, 0x04, 0x4a, 0x74, 0xe4, 0x35, 0x17, 0x17, 0x4f, 0x15, 0x9e, 0xe0, 0x23, 0x0f, 0xfc, 0xb5, 0x21, 0x62, 0xb9, 0x96, 0x05, 0x02, 0x91, 0x13, 0xf9, 0xe6, 0x7e, 0xc5, 0xb1, 0x95, 0x8f, 0x52, 0x12, 0x5d, 0xb7, 0xe6, 0x4f, 0x2f, 0x2c, 0x35, 0x89, 0x55, 0x2c, 0x24, 0xab, 0x29, 0x20, 0x58, 0x20, 0x98, 0x72, 0x5d, 0xf9, 0x68, 0x38, 0x0e, 0x1f, 0x3a, 0xb5, 0x29, 0x19, 0x9d, 0x0e, 0x40, 0x0d, 0xeb, 0x80, 0x0f, 0x26, 0x7f, 0xbe, 0x26, 0x45, 0xd8, 0xad, 0xef, 0xac, 0x24, 0x9a, 0xef, 0xce, 0xeb, 0xdf, 0xe9, 0x90, 0x59, 0x4f, 0x25, 0x10, 0xae, 0x9b, 0xfd, 0x3c, 0x69, 0xff, 0x2b, 0x00, 0x91, 0x13, 0xf9, 0xc2, 0x2c, 0xe6, 0x28, 0xe3, 0x0e, 0xec, 0x39, 0xe1, 0x8d, 0x7f, 0xac, 0x0d, 0x26, 0xf0, 0x3e, 0xf9, 0xbd, 0x48, 0x92, 0x0c, 0x81, 0x82, 0xb8, 0x68, 0x7c, 0xcf, 0x8b, 0x60, 0x38, 0x15, 0x08, 0x6a, 0x13, 0x02, 0x9e, 0x58, 0x66, 0x77, 0x3e, 0x3b, 0xd0, 0xc3, 0x77, 0x9f, 0xb5, 0x27, 0x94, 0x24, 0xec, 0x76, 0xa4, 0x27, 0x73, 0xda, 0xfe, 0x4c, 0x06, 0x29, 0x10, 0x59, 0x4d, 0x5f, 0xb6, 0x5d, 0xd8, 0x9e, 0x53, 0x2d, 0xe4, 0x27, 0x48, 0xc4, 0xa9, 0x87, 0x0f, 0xbd, 0x11, 0x06, 0xb2, 0x2f, 0x82, 0x6d, 0x84, 0x93, 0x42, 0x18, 0x2f, 0x3a, 0xef, 0x12, 0x66, 0xcf, 0x9a, 0x3b, 0xff, 0x94, 0x22, 0xe8, 0x7a, 0x7c, 0x55, 0x5e, 0xa7, 0x24, 0x27, 0x7f, 0x27, 0x67, 0x00, 0x94, 0x9c, 0x76, 0xe1, 0xe4, 0xea, 0x41, 0x5d, 0xc7, 0xdd, 0x0f, 0xfb, 0x31, 0x00, 0xa8, 0x63, 0x4f, 0x42, 0x46, 0xaf, 0x0a, 0x95, 0x3d, 0xbc, 0x0f, 0x6c, 0x9d, 0xfb, 0xe0, 0x03, 0x69, 0xf9, 0x1b, 0xcd, 0x81, 0xec, 0xac, 0x32, 0x90, 0x1d, 0x00, 0xd5, 0x86, 0x3c, 0x35, 0x2b, 0xb9, 0x69, 0x77, 0x8f, 0xfb, 0x86, 0x67, 0x14, 0x77, 0x25, 0x87, 0x03, 0x8d, 0x34, 0x24, 0x00, 0xb0, 0x0f, 0xb0, 0x95, 0x05, 0xc0, 0xea, 0x27, 0x5f, 0x7c, 0x27, 0x67, 0xf2, 0x62, 0x90, 0xd8, 0x01, 0x94, 0xd6, 0x0e, 0xec, 0x75, 0x00, 0x50, 0x6e, 0xb8, 0xa7, 0xa0, 0x9b, 0x8f, 0xe3, 0x11, 0x04, 0xa8, 0x4b, 0x48, 0x77, 0x55, 0x00, 0xeb, 0x58, 0x0a, 0x7c, 0x52, 0x3d, 0xef, 0xdb, 0x56, 0x92, 0x9f, 0x77, 0x00, 0x5a, 0xa3, 0x04, 0x6a, 0x1a, 0xcb, 0xa0, 0xa0, 0xa0, 0x4c, 0xb9, 0xb6, 0x7c, 0x38, 0x9c, 0x82, 0x4a, 0xd8, 0xc8, 0xdd, 0x5a, 0xd2, 0x99, 0xc2, 0xf0, 0xe3, 0xe5, 0x83, 0x17, 0x6e, 0x6d, 0x48, 0x6b, 0xe0, 0xa2, 0xad, 0x54, 0x00, 0xbd, 0x7d, 0x8c, 0xa0, 0x9d, 0x2c, 0x88, 0x24, 0x19, 0x49, 0x70, 0x93, 0x2e, 0x3e, 0xb7, 0xc7, 0x38, 0x38, 0x86, 0x0e, 0xe8, 0x09, 0x9e, 0x40, 0x11, 0xc5, 0xc0, 0x27, 0xec, 0x22, 0xb4, 0x65, 0xe6, 0xe4, 0x94, 0x41, 0x2f, 0x3d, 0xd1, 0xd2, 0xb1, 0x7c, 0xb4, 0x79, 0x18, 0xcc, 0x44, 0x72, 0xfa, 0x81, 0x30, 0xc9, 0x2d, 0x3a, 0xeb, 0x98, 0x81, 0xd7, 0xc0, 0x70, 0x3a, 0x03, 0x8d, 0xf1, 0x0e, 0x13, 0x41, 0x11, 0x5e, 0x24, 0x73, 0xd0, 0xa9, 0x5b, 0xf8, 0xf7, 0x19, 0x36, 0x0e, 0x8f, 0xb4, 0x25, 0x59, 0x3a, 0x86, 0xa3, 0x55, 0x7e, 0x40, 0xcb, 0x3a, 0xe7, 0xce, 0x09, 0x4e, 0xf6, 0x06, 0x93, 0xc2, 0xa3, 0x91, 0x07, 0x1e, 0x77, 0x3f, 0x1c, 0x44, 0x6f, 0xcb, 0xed, 0x63, 0xff, 0xee, 0xe1, 0x3d, 0x60, 0xe3, 0xec, 0xc7, 0x9f, 0xb3, 0x75, 0x7c, 0xb3, 0x7b, 0x05, 0x76, 0x9f, 0xa2, 0x99, 0x62, 0x82, 0x56, 0xb8, 0xc2, 0x36, 0xa3, 0xbd, 0xb0, 0x25, 0x3f, 0x4d, 0x44, 0x50, 0xe9, 0xbb, 0xe2, 0x6d, 0xc4, 0xbe, 0x0c, 0x49, 0x22, 0x5f, 0x00, 0x5b, 0xf8, 0x0c, 0xa8, 0xb9, 0xf9, 0x8d, 0xcf, 0x1c, 0x46, 0x01, 0xd6, 0x4f, 0xd1, 0x94, 0x77, 0x59, 0xfd, 0xc0, 0x5c, 0x82, 0xa1, 0xf4, 0x3e, 0x9e, 0x92, 0xd6, 0xf5, 0x55, 0x52, 0x56, 0xd0, 0x13, 0x08, 0x98, 0xfa, 0xaa, 0xab, 0xb3, 0x87, 0x7d, 0x70, 0xe3, 0x36, 0xa7, 0xb4, 0x2b, 0x48, 0x42, 0x04, 0xd9, 0xc9, 0x6e, 0x60, 0xce, 0xf8, 0x6f, 0xec, 0xa6, 0x88, 0xea, 0x0e, 0x5d, 0xe3, 0x54, 0xc9, 0xc8, 0x57, 0x38, 0x9c, 0xe0, 0xd3, 0xd9, 0x09, 0x79, 0xa6, 0x48, 0xd0, 0x32, 0xfd, 0xf0, 0x2f, 0xf7, 0x15, 0x1e, 0x9e, 0xfe, 0x56, 0x7a, 0xc3, 0x2d, 0xa3, 0x6d, 0xb3, 0xa5, 0xba, 0x6d, 0x70, 0x94, 0x2a, 0x13, 0xc9, 0xf2, 0x91, 0xb7, 0xea, 0x70, 0x36, 0x0d, 0x4f, 0x26, 0x5c, 0x49, 0x33, 0xf7, 0x92, 0xab, 0xae, 0x2b, 0x3b, 0xc7, 0xf6, 0x0e, 0x32, 0xba, 0x53, 0xdf, 0xd9, 0xb4, 0xf8, 0xef, 0x77, 0x26, 0x4d, 0xf6, 0xb3, 0xc9, 0x05, 0x25, 0x1c, 0x29, 0xe1, 0x71, 0x26, 0xbb, 0xdf, 0xb6, 0x06, 0x89, 0xcc, 0xc2, 0x9e, 0x9e, 0xef, 0x22, 0x71, 0x32, 0x62, 0xf7, 0xc2, 0xce, 0x1d, 0xca, 0x8a, 0xbd, 0x1e, 0x6f, 0x81, 0xea, 0x89, 0x46, 0x83, 0x4d, 0x10, 0x0c, 0x6d, 0xaf, 0x5f, 0xbd, 0xa3, 0x29, 0x62, 0xa9, 0xb8, 0x65, 0x6b, 0x35, 0xd2, 0xb3, 0x28, 0x46, 0xfb, 0x35, 0x49, 0xa5, 0x89, 0xf6, 0xed, 0x35, 0xde, 0x3a, 0xeb, 0x96, 0x84, 0x49, 0x88, 0xa9, 0xf7, 0x96, 0x96, 0xda, 0x9a, 0x75, 0xfd, 0x93, 0xd4, 0xfe, 0x38, 0x3d, 0x83, 0x52, 0xe8, 0xb9, 0x71, 0xb4, 0xf5, 0x9b, 0x92, 0xc6, 0xd0, 0x29, 0x10, 0x3f, 0x52, 0xb9, 0x9f, 0x3a, 0x19, 0xb5, 0x85, 0x74, 0x52, 0x5a, 0xcd, 0x48, 0xaa, 0xbb, 0x63, 0x21, 0x3f, 0xd5, 0x40, 0xea, 0xb9, 0x13, 0xd1, 0xf6, 0xff, 0x70, 0x31, 0x9b, 0xe0, 0x27, 0x73, 0x9f, 0xb4, 0xfc, 0x27, 0x4d, 0xaf, 0x6d, 0x26, 0x75, 0xd0, 0x2d, 0x85, 0xe4, 0x56, 0x3e, 0x7e, 0xbe, 0xb6, 0x16, 0xde, 0x8b, 0x24, 0xee, 0x63, 0x0b, 0x40, 0x7a, 0x15, 0x48, 0x05, 0x20, 0x55, 0x1d, 0x5a, 0xe4, 0xa0, 0xcd, 0x8f, 0x9d, 0xff, 0xcd, 0x8e, 0xf7, 0xf6, 0xdc, 0x17, 0x69, 0xf9, 0x6f, 0x0f, 0x80, 0x15, 0x88, 0xbc, 0x3d, 0x6c, 0xfb, 0x6f, 0xc2, 0xc6, 0xf4, 0xa5, 0x42, 0x20, 0x6d, 0x41, 0x90, 0x16, 0xa3, 0xd8, 0x4e, 0x0f, 0xf7, 0xff, 0x7c, 0xfb, 0x5f, 0x9a, 0xb9, 0xca, 0x8f, 0x22, 0xac, 0x79, 0x54, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_preferences_128_png_len = 6866; unsigned char gtk_preferences_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x04, 0x00, 0x00, 0x00, 0xf8, 0xd5, 0xa4, 0x8c, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x6d, 0x62, 0x6c, 0x65, 0x6d, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x86, 0x8a, 0x1b, 0x82, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2b, 0x2c, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x79, 0x9c, 0x14, 0xd5, 0x15, 0xef, 0xbf, 0xd5, 0xcb, 0xec, 0x0c, 0x3b, 0x08, 0x82, 0x28, 0x2a, 0x6b, 0x40, 0x11, 0x45, 0x40, 0x05, 0x17, 0x34, 0x6e, 0xa0, 0x71, 0x17, 0x45, 0x13, 0x4d, 0xa2, 0x26, 0xcf, 0x24, 0x26, 0xe6, 0x19, 0x35, 0x32, 0x85, 0x46, 0x4d, 0x34, 0x9a, 0x68, 0x8c, 0x09, 0x6a, 0x22, 0x2e, 0x89, 0x5b, 0x34, 0xc6, 0x44, 0x63, 0xdc, 0x51, 0x5c, 0xc1, 0x85, 0x91, 0x55, 0x23, 0x18, 0xd9, 0x57, 0x99, 0xbd, 0xa7, 0x7b, 0xba, 0xeb, 0xfd, 0x71, 0x4f, 0xdd, 0xae, 0xee, 0xae, 0xde, 0xab, 0x67, 0xc6, 0xcf, 0xa3, 0xf8, 0xd0, 0x53, 0x55, 0x5d, 0x55, 0x7d, 0xeb, 0xfc, 0xee, 0x3d, 0xf7, 0xdc, 0xb3, 0x1a, 0x7c, 0x65, 0xb6, 0x1b, 0x46, 0xc7, 0x66, 0x59, 0xd5, 0x0c, 0x63, 0x08, 0x43, 0xd8, 0x8b, 0x0a, 0x97, 0x4b, 0x3a, 0xd8, 0xce, 0x56, 0x36, 0xb0, 0x85, 0x8d, 0x6c, 0x31, 0x96, 0xd7, 0xbd, 0xdc, 0xfd, 0xdf, 0xca, 0xf8, 0xea, 0x00, 0x30, 0xef, 0x6a, 0xeb, 0xa6, 0xbc, 0x6e, 0x58, 0x6b, 0x0e, 0xdf, 0x0d, 0x80, 0x87, 0x9b, 0xf9, 0x28, 0x67, 0xe7, 0x75, 0x43, 0xac, 0xb6, 0xe6, 0xc7, 0x6d, 0xbb, 0x01, 0xf0, 0x0e, 0x80, 0x95, 0x8c, 0x8a, 0x1f, 0x05, 0x28, 0xd3, 0xfb, 0x51, 0x62, 0xc4, 0x88, 0xa6, 0xdc, 0xe1, 0x3b, 0x70, 0xee, 0xd2, 0xdd, 0x00, 0x78, 0x45, 0xfe, 0x2a, 0x1a, 0xf1, 0x43, 0x19, 0x07, 0x53, 0x4d, 0x05, 0x41, 0x7c, 0x18, 0xf8, 0x30, 0x00, 0x43, 0x5e, 0xc3, 0xa2, 0x9d, 0x76, 0xda, 0xa8, 0x67, 0xbb, 0xba, 0xe9, 0x5c, 0xf3, 0xd1, 0xdd, 0x00, 0x78, 0x05, 0xc0, 0x24, 0xde, 0x05, 0xd8, 0x97, 0x29, 0x42, 0x74, 0xbb, 0xf9, 0xf6, 0x5e, 0xfc, 0xcc, 0xfb, 0x7c, 0x24, 0xd3, 0x86, 0x69, 0xee, 0x06, 0xc0, 0xab, 0x29, 0xf8, 0x3b, 0xd6, 0x3d, 0x00, 0x13, 0x19, 0xe3, 0x4a, 0x74, 0xc3, 0xf1, 0x3a, 0x6b, 0x78, 0x55, 0xdd, 0xf4, 0xa8, 0x79, 0xee, 0x6e, 0x00, 0xbc, 0x1a, 0x01, 0x77, 0xf1, 0x7d, 0x80, 0x63, 0xd8, 0x33, 0x43, 0xdf, 0x57, 0x9f, 0xdb, 0x79, 0x5a, 0xdd, 0xb4, 0xd4, 0x3c, 0x70, 0x37, 0x00, 0x5e, 0x01, 0xf0, 0x06, 0x87, 0x83, 0x9f, 0x93, 0xe9, 0x09, 0x40, 0x18, 0x0b, 0x03, 0x4b, 0x43, 0x61, 0x00, 0x7e, 0xca, 0x01, 0x83, 0x76, 0x1e, 0x54, 0x37, 0x85, 0xc6, 0xd4, 0x9c, 0x15, 0xdd, 0x0d, 0x80, 0x27, 0xed, 0x34, 0x77, 0xd2, 0x0b, 0xaa, 0x98, 0x45, 0x19, 0x06, 0x51, 0x9a, 0x84, 0xe8, 0xce, 0x4f, 0x1f, 0xb5, 0xf2, 0x52, 0x0f, 0xd0, 0x0e, 0x80, 0x7f, 0xf8, 0x75, 0x6b, 0x77, 0x03, 0xe0, 0xc5, 0x2a, 0x78, 0x9f, 0xe8, 0x1a, 0x80, 0xfe, 0x9c, 0x80, 0x81, 0x41, 0x84, 0x16, 0x17, 0x00, 0x0c, 0x6a, 0x65, 0xff, 0x19, 0x36, 0xa9, 0x1b, 0x4f, 0x32, 0x9f, 0xdb, 0x0d, 0x80, 0x17, 0x0c, 0xe8, 0x54, 0xfe, 0x0e, 0x30, 0x92, 0x29, 0x00, 0xb4, 0x13, 0x72, 0x05, 0xa0, 0x1a, 0x3f, 0x06, 0xf0, 0x26, 0xcb, 0xd4, 0x8d, 0x3f, 0x31, 0x6f, 0xdf, 0x0d, 0x80, 0x17, 0x00, 0xcc, 0x65, 0x1e, 0xc0, 0xa1, 0x8c, 0x06, 0x0c, 0x5a, 0x89, 0xb8, 0x90, 0xdf, 0xa0, 0x42, 0x96, 0x67, 0x2b, 0x79, 0x5d, 0xdd, 0x78, 0xaf, 0xf9, 0xdd, 0xdd, 0x00, 0x78, 0x01, 0xc0, 0x93, 0x9c, 0x06, 0x70, 0x3c, 0x7b, 0x60, 0x60, 0xd0, 0x44, 0xcc, 0x15, 0x80, 0x32, 0xca, 0x31, 0x80, 0x8d, 0x3c, 0xa3, 0x6e, 0x7c, 0xc3, 0x9c, 0xb6, 0x1b, 0x00, 0x2f, 0x00, 0xf8, 0x2f, 0xfb, 0x02, 0x9c, 0x49, 0x0d, 0x06, 0xd0, 0x98, 0x20, 0xfd, 0xc4, 0x3f, 0x03, 0x54, 0x02, 0x06, 0xcd, 0x3c, 0xa4, 0x6e, 0xdc, 0x61, 0xf6, 0xdb, 0x0d, 0x40, 0xd1, 0xdb, 0xaf, 0x7a, 0xb4, 0xed, 0xc2, 0x07, 0x65, 0xcc, 0xc6, 0x07, 0x58, 0x34, 0xb9, 0x92, 0x1f, 0xfc, 0x54, 0x8b, 0x52, 0xe2, 0x5e, 0x5b, 0x37, 0xd4, 0xdf, 0xdc, 0xbe, 0x1b, 0x80, 0x62, 0xfb, 0xff, 0x54, 0xde, 0x04, 0x18, 0xc4, 0x09, 0x80, 0x41, 0x07, 0xad, 0x69, 0x00, 0x30, 0xa8, 0x91, 0xfd, 0x47, 0xd9, 0xa1, 0x6e, 0x3e, 0xc2, 0x5c, 0xf4, 0xff, 0x21, 0x00, 0xf3, 0x83, 0x97, 0x44, 0x3c, 0x04, 0xe0, 0x52, 0xfe, 0x00, 0xf0, 0x35, 0x26, 0x61, 0x00, 0x11, 0x42, 0x69, 0x01, 0xa8, 0x12, 0x05, 0xdd, 0x4b, 0xac, 0x56, 0x2f, 0xf8, 0xdd, 0xba, 0x7b, 0x3d, 0x6b, 0xc7, 0x28, 0x63, 0x74, 0xdd, 0xdf, 0xbf, 0x02, 0x00, 0x98, 0x67, 0x71, 0x27, 0x73, 0xcd, 0x7b, 0x3c, 0x7b, 0xde, 0x1f, 0xb9, 0x04, 0xe0, 0x08, 0x46, 0x00, 0x06, 0xa1, 0x24, 0x19, 0x28, 0x51, 0x0e, 0x0a, 0x00, 0xf0, 0x21, 0x6f, 0xa9, 0x9b, 0x6f, 0x33, 0xaf, 0xf4, 0x68, 0x29, 0xf8, 0x1d, 0x6e, 0xa7, 0x9a, 0x7b, 0xf8, 0xbe, 0xd9, 0xd1, 0x8d, 0x01, 0x30, 0x7d, 0xdc, 0xc8, 0x55, 0x18, 0xc0, 0x23, 0x15, 0x97, 0xfd, 0xac, 0xc1, 0x93, 0x67, 0xbe, 0xa5, 0xc4, 0xff, 0x99, 0x0c, 0xc0, 0x00, 0xda, 0x88, 0xa6, 0xe9, 0xff, 0x06, 0x65, 0x04, 0x31, 0x80, 0xff, 0xf1, 0x4f, 0x75, 0xf3, 0x73, 0xe6, 0x49, 0x1e, 0xb4, 0x60, 0x2f, 0xee, 0xe7, 0x68, 0x39, 0x78, 0x81, 0x73, 0xcd, 0x9d, 0xdd, 0x14, 0x80, 0x5f, 0xf6, 0x0c, 0xfd, 0x85, 0xf8, 0x0b, 0x7f, 0xce, 0x79, 0xe6, 0x5b, 0x1e, 0x40, 0xda, 0x40, 0x0d, 0xc0, 0xf9, 0x54, 0x60, 0x00, 0x2d, 0xa2, 0x03, 0x72, 0x97, 0x83, 0x94, 0x20, 0xfa, 0x25, 0x0f, 0xab, 0xdb, 0xd7, 0x98, 0xfb, 0x16, 0xdb, 0x82, 0x79, 0x17, 0x5a, 0x77, 0x88, 0x0a, 0x4a, 0x9e, 0xe9, 0x3b, 0x75, 0xee, 0xc7, 0xdd, 0x10, 0x80, 0x1b, 0x46, 0x46, 0x9f, 0x76, 0x5a, 0xad, 0x80, 0x0e, 0xe3, 0xfa, 0xd1, 0x37, 0x15, 0xa7, 0x10, 0x33, 0xf7, 0xe3, 0x53, 0x80, 0x0a, 0xce, 0x97, 0xe6, 0x36, 0xbb, 0x90, 0x3e, 0x2e, 0x07, 0x55, 0x02, 0x10, 0xe5, 0x0f, 0x58, 0x50, 0xb4, 0x61, 0xd2, 0x1c, 0xc0, 0x7c, 0x4e, 0x4d, 0x39, 0xdd, 0xc2, 0x05, 0xe6, 0x53, 0xdd, 0x0c, 0x00, 0x73, 0x2a, 0xff, 0xa2, 0xb7, 0xcb, 0x17, 0x6f, 0x70, 0xbe, 0xf9, 0x45, 0x11, 0xfd, 0xef, 0x74, 0xeb, 0x6f, 0x00, 0x43, 0x39, 0x5e, 0x44, 0xcc, 0xd6, 0xb4, 0xfd, 0x1f, 0x7c, 0xb2, 0x12, 0x80, 0xfb, 0x69, 0x02, 0x8a, 0x33, 0x4c, 0x9a, 0xa7, 0x32, 0x9f, 0x01, 0x6a, 0x3f, 0xc0, 0x81, 0xec, 0xe2, 0xbf, 0xf6, 0x57, 0x51, 0xe3, 0xfb, 0x75, 0xf3, 0xbb, 0x11, 0x00, 0xe6, 0xd1, 0x3c, 0x4d, 0x0f, 0xb5, 0x3f, 0x8c, 0x83, 0x59, 0xc5, 0x0a, 0xd5, 0x03, 0x01, 0x1a, 0xb9, 0xcc, 0xfc, 0x6b, 0xc1, 0x4f, 0xbe, 0x9e, 0xeb, 0x00, 0x26, 0x70, 0x30, 0x06, 0x10, 0x25, 0x94, 0x01, 0x00, 0x83, 0x4a, 0xd9, 0x7b, 0x06, 0xa5, 0x08, 0x35, 0xce, 0xa9, 0x7b, 0xac, 0xa0, 0xdf, 0xad, 0xe5, 0x56, 0xb4, 0x22, 0xa3, 0x17, 0x47, 0xb3, 0x1f, 0xf0, 0x1e, 0xaf, 0x39, 0x16, 0x28, 0xe6, 0xcf, 0xba, 0x09, 0x00, 0xf3, 0xce, 0xb4, 0x1e, 0x56, 0x6a, 0x18, 0x83, 0x03, 0x18, 0x83, 0x0f, 0x8b, 0x0d, 0xbc, 0x45, 0x38, 0x7e, 0xc9, 0x9f, 0xaa, 0x7f, 0xf8, 0xd3, 0x96, 0xfc, 0x9f, 0x7c, 0x6b, 0x75, 0xcb, 0xd3, 0xcc, 0x00, 0x98, 0xc1, 0x70, 0x11, 0x42, 0xc3, 0x19, 0x01, 0x28, 0xc7, 0x0f, 0xc0, 0x3b, 0xca, 0x86, 0x09, 0x0f, 0x04, 0xaf, 0xba, 0x76, 0x4b, 0xde, 0x6f, 0x74, 0x94, 0x75, 0x3f, 0xc3, 0x6c, 0x22, 0x8d, 0x63, 0x3a, 0x55, 0x80, 0x05, 0x7c, 0xc6, 0x3f, 0xd0, 0x62, 0xd0, 0xed, 0xe6, 0x95, 0xf1, 0x7e, 0xd6, 0x65, 0x00, 0x98, 0x17, 0x71, 0x8f, 0x7a, 0xeb, 0x20, 0x53, 0xd8, 0x4b, 0x9f, 0x6f, 0xe5, 0x2d, 0x36, 0xc7, 0x2f, 0x5b, 0xcd, 0x6c, 0xf3, 0x83, 0xdc, 0x5b, 0x76, 0xfd, 0xc1, 0xb1, 0x63, 0x39, 0x96, 0xa9, 0xb6, 0xfb, 0xc3, 0x19, 0xf4, 0x05, 0x20, 0x4c, 0x47, 0x1a, 0x45, 0x84, 0xfa, 0x0c, 0x12, 0xc0, 0x00, 0x56, 0xf3, 0x6f, 0xfb, 0x59, 0x16, 0xcb, 0x78, 0x99, 0x7f, 0x8f, 0x79, 0x39, 0xb7, 0xd9, 0xe8, 0xf6, 0xca, 0xc6, 0x9b, 0xf9, 0x81, 0x4d, 0x9b, 0x6a, 0x66, 0x30, 0x12, 0x43, 0xc8, 0x0f, 0xb0, 0x89, 0xa7, 0xd0, 0x7d, 0xe9, 0x5e, 0xf3, 0x92, 0x62, 0x20, 0xf0, 0x00, 0x80, 0x79, 0x73, 0xac, 0x05, 0xf8, 0x54, 0x53, 0xa7, 0x32, 0x30, 0xe1, 0xbb, 0x28, 0x2b, 0xa9, 0x27, 0x66, 0x1f, 0x86, 0xb9, 0xd6, 0xbc, 0x2d, 0x7b, 0x73, 0xcd, 0x51, 0x9c, 0xcf, 0x79, 0xec, 0x9d, 0xd8, 0xd0, 0x8b, 0x08, 0xc8, 0x2a, 0x20, 0x9a, 0xa1, 0xff, 0x1b, 0x04, 0x44, 0x10, 0xdd, 0x42, 0x0a, 0xd7, 0xdb, 0xcc, 0xa3, 0xbe, 0x87, 0xe7, 0xbe, 0x9f, 0xf9, 0xd7, 0xaf, 0x3f, 0x24, 0xf6, 0x00, 0xa3, 0xed, 0xa3, 0xfd, 0x98, 0x21, 0x02, 0x90, 0xb3, 0xd9, 0x3b, 0x79, 0x86, 0xad, 0xf6, 0xc1, 0x5d, 0xe6, 0xe5, 0x5d, 0x08, 0x80, 0x79, 0x06, 0x8f, 0xa8, 0xb5, 0x4f, 0x4f, 0x0e, 0xa3, 0x4f, 0xca, 0xf7, 0x16, 0xdb, 0x78, 0x13, 0x07, 0xef, 0x79, 0x31, 0x78, 0xe1, 0xb5, 0x9b, 0xd2, 0x3d, 0xed, 0xa6, 0xbe, 0xe1, 0xf3, 0x38, 0x9f, 0x43, 0x52, 0xbf, 0xe9, 0xc5, 0xd9, 0x42, 0xe2, 0x56, 0xac, 0x8c, 0x00, 0xf8, 0x28, 0x17, 0xb4, 0xef, 0xa7, 0xd5, 0xed, 0x47, 0x56, 0xb2, 0x80, 0x7b, 0xcc, 0x5d, 0xee, 0x2b, 0xf8, 0x4d, 0xd7, 0x72, 0xad, 0xac, 0xe5, 0x08, 0x72, 0x34, 0xe3, 0x45, 0xfb, 0x04, 0x10, 0x93, 0x5f, 0xb1, 0x80, 0x26, 0xfe, 0x83, 0x36, 0xb6, 0xfd, 0xda, 0xfc, 0x69, 0x17, 0x01, 0x60, 0x9e, 0xcc, 0x93, 0x8a, 0x45, 0xf4, 0xe1, 0x30, 0x2d, 0x2a, 0x87, 0x69, 0xa5, 0x9a, 0xa0, 0xbe, 0x2a, 0xc4, 0x12, 0x3e, 0x8f, 0xdf, 0xb4, 0x8d, 0x8b, 0xcc, 0x7f, 0xb9, 0x08, 0xb1, 0xfb, 0x44, 0xaf, 0xe0, 0x22, 0xd1, 0xa6, 0x39, 0xb6, 0x2a, 0xf6, 0x62, 0x2f, 0x06, 0x52, 0x2d, 0x2f, 0xdf, 0x96, 0x66, 0x0d, 0x1c, 0x97, 0x83, 0xca, 0x65, 0xbf, 0x83, 0x1d, 0xac, 0x67, 0x0d, 0xeb, 0x52, 0x07, 0x5d, 0x33, 0x7f, 0xe2, 0xb7, 0xe6, 0xe7, 0x49, 0x2d, 0x18, 0x1d, 0x7d, 0x90, 0x83, 0xed, 0xa3, 0x3d, 0x39, 0x51, 0x3a, 0x94, 0x05, 0x58, 0xc2, 0xf7, 0x7d, 0x6a, 0xb0, 0x03, 0x2d, 0xbc, 0xc8, 0x7f, 0xed, 0x27, 0xdf, 0x60, 0xce, 0xed, 0x02, 0x00, 0xcc, 0x69, 0xfc, 0x47, 0x39, 0xc9, 0xf6, 0xe4, 0x08, 0x7a, 0x69, 0xce, 0xdf, 0x26, 0x84, 0xab, 0xd0, 0x8f, 0x8f, 0xb1, 0x96, 0x25, 0x44, 0xe2, 0xc3, 0xe2, 0xf7, 0xfc, 0xd4, 0x0c, 0x39, 0x86, 0xfd, 0xc4, 0xd8, 0x4f, 0x39, 0x43, 0x66, 0x4f, 0xd9, 0xfc, 0x0c, 0x66, 0x18, 0x7b, 0x52, 0x8b, 0x0f, 0xa7, 0xf3, 0x55, 0x5b, 0xc6, 0xfe, 0x0f, 0x06, 0x15, 0x24, 0x7a, 0x4c, 0x84, 0xd9, 0xc4, 0x27, 0xac, 0x14, 0x3b, 0x71, 0x7c, 0x8d, 0xc2, 0x93, 0xdc, 0x64, 0xd6, 0xdb, 0xcb, 0x3d, 0xe3, 0x87, 0xd6, 0x8d, 0xb2, 0x88, 0xc0, 0x60, 0x1a, 0x87, 0x48, 0x73, 0x2c, 0xd0, 0x7e, 0x77, 0x96, 0x40, 0xa0, 0x9e, 0xde, 0xc4, 0x2b, 0x7c, 0x2a, 0x10, 0x18, 0x3f, 0xa8, 0xfb, 0x5d, 0x27, 0x03, 0x60, 0xee, 0xc7, 0x3b, 0x6a, 0x5e, 0xac, 0x66, 0xba, 0xee, 0x2b, 0x2d, 0x8e, 0xd7, 0x0c, 0x52, 0xa3, 0xfb, 0x8b, 0xc5, 0x2e, 0xde, 0xc6, 0xb1, 0x82, 0xff, 0xd8, 0x77, 0xee, 0xdc, 0xe5, 0xc2, 0xf1, 0x6f, 0xe5, 0xe4, 0xc4, 0x46, 0x0d, 0x60, 0x04, 0xc3, 0xa8, 0x94, 0xbb, 0x9d, 0x2e, 0x28, 0x51, 0xda, 0xb3, 0x02, 0x50, 0x26, 0x90, 0x25, 0x7a, 0x0b, 0xc5, 0x58, 0x4b, 0x3d, 0x6b, 0x12, 0x5d, 0x18, 0x63, 0x3c, 0xcc, 0x75, 0xe6, 0x17, 0xbf, 0x18, 0xd6, 0xb1, 0x80, 0x23, 0xed, 0x93, 0xbd, 0x99, 0xc5, 0x1e, 0x8e, 0xbe, 0x1f, 0x93, 0x59, 0xcc, 0x92, 0x4f, 0xc3, 0xe6, 0x51, 0x34, 0xf2, 0x8a, 0xbd, 0x32, 0x88, 0x1a, 0xa7, 0xd4, 0x3d, 0xdb, 0x89, 0x00, 0xdc, 0xdc, 0xbb, 0xfd, 0x6d, 0x46, 0xda, 0x9c, 0xb2, 0xbf, 0x34, 0xad, 0xd9, 0x29, 0x78, 0x02, 0x3e, 0x6a, 0x1c, 0xac, 0x28, 0xc2, 0xc7, 0xac, 0x8c, 0xb3, 0x83, 0x36, 0xae, 0x2c, 0x7b, 0x2c, 0x5c, 0xc7, 0xa5, 0x8e, 0x4b, 0xa8, 0x64, 0x34, 0xfb, 0xd1, 0x03, 0x3f, 0xa9, 0x7e, 0x3f, 0x16, 0x31, 0x3a, 0x34, 0x27, 0x36, 0xd2, 0x2a, 0xe4, 0xc0, 0x87, 0xdf, 0xe1, 0xb8, 0xe8, 0x7c, 0x4a, 0x3b, 0x1f, 0xb1, 0x98, 0x66, 0x67, 0x23, 0x43, 0x3c, 0xca, 0x69, 0xe2, 0x50, 0x01, 0x4c, 0x64, 0xba, 0x34, 0x28, 0xb9, 0xef, 0x3b, 0xff, 0x06, 0xc4, 0x29, 0xa6, 0x91, 0xe7, 0x59, 0xa7, 0x4e, 0x35, 0xf9, 0x8e, 0xc8, 0x7f, 0xc9, 0x57, 0x20, 0x00, 0xf3, 0x83, 0x9b, 0x9e, 0x57, 0xca, 0x29, 0x1f, 0xd3, 0x18, 0xa2, 0x19, 0x6b, 0xbb, 0xcb, 0xb5, 0x71, 0x56, 0x64, 0x60, 0xb1, 0x91, 0x77, 0x9c, 0x53, 0x63, 0xbb, 0xcc, 0x98, 0x32, 0xd1, 0x8e, 0x67, 0x38, 0x41, 0x52, 0x7d, 0xde, 0x94, 0xfb, 0x6d, 0x2c, 0x4b, 0xcf, 0x4f, 0xfd, 0xf4, 0x69, 0x86, 0xe1, 0x84, 0x21, 0xca, 0x2a, 0xde, 0x8e, 0x4b, 0x31, 0x09, 0x6d, 0x9d, 0x65, 0x0b, 0xff, 0x58, 0xf2, 0xbb, 0xce, 0xbe, 0xef, 0x04, 0x21, 0x20, 0xcf, 0xdc, 0xce, 0xb3, 0xb6, 0x2f, 0xea, 0xba, 0xe0, 0xa1, 0xe9, 0x05, 0x0c, 0x4f, 0x01, 0x30, 0xef, 0xe3, 0x62, 0xbb, 0xbf, 0x8c, 0x4e, 0xe2, 0xfd, 0xa9, 0x5b, 0x90, 0x1e, 0x9a, 0x29, 0x40, 0x0b, 0xef, 0xb2, 0x3e, 0xe5, 0x9a, 0x81, 0x4c, 0x60, 0xb0, 0xee, 0xf7, 0x71, 0xc0, 0xa2, 0x44, 0xb3, 0x88, 0x9d, 0xd9, 0x3f, 0xfd, 0x09, 0xc7, 0xf1, 0x59, 0xe9, 0x25, 0xdb, 0x68, 0x23, 0xdb, 0x68, 0x8e, 0x93, 0xb8, 0x0f, 0xe7, 0xb4, 0x9b, 0x48, 0xfe, 0xf8, 0xa7, 0xa1, 0x21, 0x58, 0xc7, 0x73, 0xf6, 0x98, 0x5a, 0xc2, 0x74, 0xb3, 0xb5, 0xe4, 0x00, 0x98, 0xe3, 0x91, 0xa1, 0xd6, 0x97, 0xe3, 0xe5, 0x11, 0x1d, 0x34, 0x64, 0xf8, 0x09, 0xbf, 0xb0, 0x22, 0x45, 0x86, 0x0e, 0x3e, 0xe5, 0xfd, 0xf8, 0x6a, 0x92, 0xde, 0x1c, 0xca, 0x90, 0x14, 0x3f, 0xcf, 0x28, 0x51, 0x3a, 0xf2, 0x22, 0x74, 0xe6, 0xb1, 0x60, 0xe8, 0xf9, 0xc8, 0x26, 0xab, 0xc5, 0x32, 0x5e, 0x15, 0x11, 0xb9, 0x8c, 0x13, 0x15, 0x47, 0xcd, 0xc8, 0x7a, 0x12, 0x3f, 0xfd, 0x04, 0xe4, 0xe8, 0x75, 0x96, 0xd8, 0x8f, 0xfd, 0x86, 0xf9, 0x74, 0x27, 0x8e, 0x00, 0x83, 0x63, 0x45, 0x57, 0x65, 0xd1, 0x48, 0x87, 0xeb, 0x0f, 0xd8, 0xc4, 0xa9, 0xa4, 0x4a, 0xff, 0xa0, 0xc5, 0x4e, 0xde, 0x64, 0x27, 0x50, 0xcd, 0x21, 0x0c, 0xd7, 0x72, 0x85, 0xba, 0x3a, 0x46, 0x47, 0xc6, 0xd5, 0x2e, 0x45, 0x8e, 0x08, 0x27, 0x59, 0x23, 0xbc, 0xc7, 0x3b, 0xec, 0xc9, 0xc9, 0xda, 0x9a, 0xec, 0x36, 0xed, 0xba, 0x41, 0x61, 0xe8, 0xa9, 0x6b, 0x33, 0x8f, 0xdb, 0xef, 0xfe, 0x98, 0x79, 0x4e, 0xe7, 0xb0, 0xa0, 0x5a, 0x96, 0xaa, 0x95, 0x6a, 0x35, 0x27, 0x4b, 0x43, 0xa2, 0x34, 0xa4, 0xc8, 0xdb, 0x89, 0x2f, 0x1e, 0xa4, 0xda, 0xc1, 0x91, 0x43, 0x2c, 0xa3, 0x82, 0x51, 0x94, 0x25, 0xc8, 0x2a, 0x51, 0xf1, 0xfa, 0xf4, 0x82, 0xd0, 0xc9, 0x9f, 0x38, 0xec, 0x08, 0xce, 0x95, 0x6d, 0x9b, 0x0e, 0x38, 0x73, 0xf6, 0xfd, 0x74, 0xac, 0xc7, 0xfe, 0x5b, 0xa6, 0xe7, 0xf0, 0x47, 0xf8, 0x52, 0xed, 0xae, 0xad, 0x98, 0x90, 0xaf, 0x09, 0xaa, 0x60, 0x29, 0xc8, 0x3c, 0x9c, 0xd7, 0x94, 0xa0, 0x3c, 0x82, 0x49, 0xba, 0x29, 0x2d, 0x49, 0x8f, 0x4e, 0x26, 0x82, 0xa1, 0xa5, 0xa2, 0x54, 0xc7, 0x72, 0xd5, 0xef, 0x2d, 0x4f, 0xc8, 0xed, 0x76, 0xd6, 0x49, 0x3c, 0x23, 0xe1, 0xc5, 0xad, 0x1c, 0xa7, 0x5d, 0x2b, 0x61, 0x0a, 0xf6, 0xc9, 0xd1, 0xf3, 0xac, 0x94, 0x75, 0x85, 0x6f, 0xda, 0xdc, 0xb7, 0x3b, 0x73, 0x1d, 0x70, 0x3b, 0x57, 0xa8, 0xbd, 0x63, 0x18, 0x24, 0x8d, 0x69, 0xd2, 0x8b, 0xad, 0xf4, 0x64, 0x29, 0xa7, 0x32, 0x85, 0xfc, 0x31, 0x22, 0x79, 0xf2, 0xfb, 0xfc, 0xc6, 0x88, 0x1b, 0x41, 0x8d, 0x04, 0x60, 0x14, 0xeb, 0x89, 0x66, 0xe9, 0xf5, 0xf6, 0xa7, 0x4f, 0x73, 0xff, 0x65, 0xbc, 0x68, 0x13, 0xe4, 0x6a, 0xf3, 0x97, 0x9d, 0xba, 0x10, 0xbb, 0xb3, 0x7c, 0xe7, 0x12, 0xbe, 0xa6, 0x6c, 0x55, 0x33, 0x45, 0x9a, 0xb4, 0xd9, 0x50, 0x66, 0x82, 0x04, 0xa9, 0xd2, 0xaf, 0x0f, 0x31, 0xc2, 0x44, 0x3d, 0x22, 0x74, 0x26, 0xd6, 0xe3, 0xf6, 0x69, 0xe8, 0x7e, 0x9c, 0xdb, 0xb4, 0x6b, 0x13, 0x2d, 0x28, 0x47, 0x3b, 0x79, 0xd8, 0x66, 0x58, 0xaf, 0x8d, 0x99, 0x51, 0x88, 0xe5, 0xaf, 0x28, 0x55, 0xc4, 0xf5, 0x13, 0x62, 0xef, 0x2a, 0x8e, 0x32, 0x8c, 0xc3, 0xe5, 0x51, 0xa1, 0x8c, 0xf6, 0xaa, 0xb8, 0x4c, 0x52, 0x29, 0x2f, 0x61, 0x2b, 0x97, 0xbd, 0xe7, 0xfa, 0x6e, 0xac, 0xc7, 0xed, 0xd3, 0xa7, 0x57, 0x1a, 0xb9, 0xb0, 0x1e, 0x35, 0xf9, 0xaa, 0x45, 0x58, 0x84, 0xbf, 0xd8, 0xdc, 0x7f, 0x1b, 0x07, 0x9a, 0x1b, 0xbb, 0x42, 0x19, 0x67, 0x52, 0xa7, 0xf6, 0xa6, 0x33, 0x54, 0x2f, 0xc7, 0x22, 0x39, 0x11, 0xa7, 0x1c, 0x43, 0x18, 0x56, 0xa9, 0xb8, 0xbe, 0x91, 0x13, 0x41, 0x33, 0x7f, 0x93, 0xfa, 0x7d, 0x99, 0x3e, 0xf3, 0x22, 0xcb, 0x65, 0xd7, 0x38, 0xa5, 0xee, 0x9f, 0x5d, 0xa3, 0x0d, 0x0d, 0xf0, 0xa6, 0x9a, 0x83, 0xcb, 0x98, 0x29, 0xd6, 0x58, 0x8b, 0x06, 0x07, 0x7f, 0xf7, 0xbe, 0x47, 0x7b, 0xc1, 0x7a, 0x0a, 0xff, 0x26, 0xa8, 0x49, 0xb6, 0x2a, 0x6e, 0xf0, 0xb9, 0xdd, 0xfc, 0x49, 0xd7, 0xd9, 0x03, 0x46, 0xf1, 0x81, 0xd2, 0x21, 0x0e, 0x61, 0xba, 0x0c, 0xe7, 0x70, 0x4e, 0x6c, 0xa8, 0x54, 0x52, 0x7e, 0xaa, 0xac, 0xef, 0x1d, 0x08, 0x3e, 0xad, 0x86, 0xdb, 0xc5, 0x43, 0xb6, 0xec, 0xff, 0x01, 0x53, 0xcc, 0x70, 0x57, 0x5a, 0xc4, 0xae, 0xb0, 0x24, 0x08, 0xe2, 0x70, 0x86, 0xcb, 0x43, 0x5b, 0x72, 0x64, 0x43, 0xa5, 0x1a, 0x23, 0xde, 0xf6, 0xfa, 0xf8, 0x94, 0x1d, 0xd4, 0x9a, 0xec, 0x47, 0x6c, 0xfd, 0x4f, 0x8b, 0x7f, 0xe2, 0x75, 0xab, 0xbb, 0xd4, 0x24, 0x69, 0xfa, 0x78, 0x89, 0xa3, 0x94, 0x6c, 0x7c, 0x8a, 0x38, 0xc7, 0x5a, 0x0e, 0x07, 0xf2, 0x52, 0x12, 0xba, 0xf3, 0x58, 0x0f, 0x09, 0xdc, 0xff, 0x55, 0x5b, 0x17, 0x83, 0x71, 0x41, 0xdd, 0x43, 0xc5, 0x50, 0xcf, 0x1b, 0xa3, 0xfc, 0xde, 0x2c, 0x55, 0xea, 0xdc, 0x41, 0x1c, 0x27, 0x8f, 0x8c, 0x24, 0x58, 0xae, 0x3a, 0x8f, 0x19, 0x79, 0xdd, 0xeb, 0x9d, 0x93, 0xaf, 0x4d, 0xac, 0x4f, 0xd1, 0x06, 0xbd, 0xc7, 0xcd, 0xb3, 0x8b, 0xa3, 0x9d, 0x57, 0x6e, 0x29, 0x17, 0x5b, 0xf7, 0xa9, 0xbd, 0x29, 0xe2, 0x41, 0x60, 0x87, 0x11, 0x75, 0x1e, 0xd7, 0x37, 0x4a, 0xd0, 0xeb, 0x2d, 0xc7, 0xe4, 0x6b, 0xab, 0xf2, 0x1a, 0xf8, 0x8b, 0xad, 0x76, 0xff, 0x8c, 0x83, 0xcc, 0xc6, 0x6e, 0x01, 0x40, 0x3c, 0x88, 0xc8, 0xc7, 0x37, 0xb4, 0x6d, 0xb8, 0x29, 0x85, 0x33, 0x97, 0x96, 0x0d, 0x95, 0x62, 0xda, 0x55, 0x7f, 0xfd, 0x32, 0xf9, 0x5a, 0x44, 0x79, 0x12, 0x11, 0xf8, 0x23, 0xbe, 0x23, 0xe6, 0xbe, 0x5b, 0x2c, 0xdd, 0x3c, 0x03, 0xe0, 0xa6, 0xfe, 0xe1, 0x65, 0x4a, 0x31, 0x3a, 0x90, 0x13, 0x44, 0x1a, 0xea, 0xe8, 0x44, 0x36, 0x54, 0x3a, 0xd6, 0xa3, 0x64, 0x1f, 0x43, 0x14, 0xd8, 0x6f, 0xb1, 0xd8, 0x26, 0xdd, 0x95, 0x75, 0xb7, 0x15, 0x4f, 0x37, 0x2f, 0x7d, 0x43, 0x25, 0x94, 0x14, 0x0e, 0x55, 0x1a, 0x0a, 0xed, 0xc9, 0x5f, 0x7a, 0x36, 0x54, 0x9a, 0x69, 0x37, 0x3e, 0xf9, 0x1a, 0xa2, 0x2b, 0xfa, 0x82, 0xa7, 0xed, 0xb3, 0xff, 0x31, 0x4f, 0x28, 0xce, 0x27, 0xce, 0x73, 0x00, 0xc0, 0x7c, 0x98, 0xf3, 0xd4, 0x43, 0x4f, 0xa3, 0xb7, 0x48, 0x43, 0x2d, 0x25, 0x64, 0x43, 0xa5, 0x94, 0xf8, 0xe3, 0x47, 0x65, 0xf8, 0x64, 0xbf, 0x99, 0x47, 0x6d, 0xcb, 0xd7, 0x56, 0x0e, 0x30, 0x37, 0x7b, 0x41, 0x33, 0x4f, 0x01, 0xb8, 0xb9, 0x77, 0xfb, 0xc7, 0x2a, 0x97, 0x46, 0x3f, 0x66, 0x89, 0x53, 0x47, 0x36, 0x57, 0xda, 0xce, 0x52, 0x36, 0x14, 0x0a, 0x45, 0x10, 0xbf, 0x1c, 0x85, 0x79, 0xce, 0xf6, 0x6e, 0x8a, 0x19, 0xc7, 0xd7, 0xbd, 0xe8, 0x0d, 0xcd, 0x3c, 0x0e, 0xd0, 0x30, 0x8f, 0xe3, 0x79, 0xf5, 0xcc, 0x89, 0x1c, 0x24, 0x24, 0x0a, 0x79, 0x68, 0x58, 0xec, 0x4c, 0xd6, 0x63, 0x69, 0xf6, 0xa3, 0x8e, 0x96, 0xa1, 0x73, 0x00, 0x7a, 0x15, 0xf6, 0x44, 0x29, 0x42, 0x94, 0x24, 0x9c, 0x28, 0xc0, 0x05, 0xda, 0xb9, 0xa3, 0xb5, 0xe4, 0x86, 0xc5, 0xe2, 0x55, 0x6c, 0xe9, 0xbe, 0xf1, 0x51, 0x26, 0xfb, 0x8d, 0x3c, 0x6c, 0x5b, 0x3b, 0x9e, 0x36, 0xbf, 0xd1, 0x4d, 0x01, 0x30, 0xa7, 0xf1, 0x9a, 0x7a, 0xe6, 0x54, 0xc6, 0xc9, 0x0f, 0xb4, 0xd3, 0xf1, 0x95, 0x51, 0x36, 0xb8, 0xbb, 0x9f, 0xd8, 0x1e, 0x72, 0x1f, 0xf2, 0x86, 0xfd, 0xa2, 0xa7, 0x98, 0xcf, 0x74, 0x43, 0x00, 0x1e, 0xf7, 0xaf, 0x78, 0x9f, 0x03, 0x00, 0x7a, 0x71, 0xa6, 0x38, 0xa2, 0xc4, 0x72, 0x70, 0x25, 0x2c, 0x4c, 0xd9, 0x90, 0x6c, 0x54, 0x8c, 0x15, 0xdc, 0xdf, 0x33, 0x7f, 0x6f, 0x68, 0xd7, 0xa5, 0x0e, 0x9e, 0xb0, 0xbd, 0x89, 0xbe, 0x60, 0xac, 0xd9, 0xdc, 0xed, 0x00, 0x30, 0x7f, 0xc0, 0x1d, 0x6a, 0x6f, 0x26, 0x83, 0xb5, 0x81, 0x26, 0xe6, 0xa9, 0xf0, 0xe9, 0x4b, 0xf1, 0xf0, 0xb1, 0x12, 0x80, 0xb0, 0x88, 0xb9, 0x1a, 0x57, 0x8a, 0x19, 0x0f, 0x7e, 0xca, 0xe4, 0x68, 0x0b, 0x4f, 0xd8, 0xce, 0xf6, 0xbf, 0x30, 0xaf, 0xeb, 0x66, 0x00, 0x98, 0xbd, 0x58, 0xab, 0x3c, 0x74, 0xf7, 0x65, 0x86, 0x90, 0x28, 0x42, 0xc4, 0x33, 0xe1, 0xd3, 0xf6, 0x72, 0xb3, 0x92, 0x7a, 0x7e, 0xf2, 0x66, 0x49, 0x6f, 0x55, 0x30, 0x78, 0x35, 0x15, 0xfb, 0x04, 0xde, 0x85, 0x48, 0x78, 0x64, 0x53, 0xd9, 0xbe, 0xd7, 0x6c, 0xeb, 0x5e, 0x00, 0xfc, 0x9c, 0x1b, 0x00, 0x82, 0x9c, 0x49, 0xad, 0x3c, 0xb8, 0xad, 0x68, 0x2f, 0x07, 0xdb, 0x78, 0x1e, 0xc0, 0x48, 0x22, 0x7e, 0x26, 0xf2, 0x8b, 0xb4, 0x48, 0x44, 0x9b, 0xd9, 0x8b, 0x9d, 0x8a, 0xcb, 0x65, 0xbf, 0x95, 0xbf, 0x20, 0x6e, 0xdd, 0x45, 0x44, 0x05, 0x94, 0x00, 0x80, 0x5b, 0xab, 0x5b, 0x3e, 0xa7, 0x1f, 0xc0, 0x04, 0x26, 0x89, 0xe2, 0x2a, 0x92, 0x60, 0xef, 0x2d, 0x94, 0xeb, 0xfb, 0x84, 0xf8, 0xc9, 0x04, 0x0f, 0xd3, 0x46, 0x88, 0x10, 0x16, 0x41, 0x82, 0x04, 0xa9, 0xd6, 0xc6, 0x12, 0x92, 0x40, 0xe8, 0xf0, 0x00, 0x84, 0xa0, 0x4c, 0xc5, 0x31, 0x3e, 0x40, 0x7c, 0x4f, 0x5a, 0x83, 0xfb, 0xe5, 0xeb, 0x09, 0x5a, 0x4a, 0x65, 0xdc, 0x8f, 0xb9, 0x4d, 0x0d, 0xd6, 0x73, 0xa8, 0x96, 0x55, 0x70, 0x9b, 0x07, 0x5c, 0xdf, 0x2f, 0x39, 0xb0, 0xe2, 0x64, 0x69, 0xe2, 0x0b, 0xd6, 0xf0, 0x19, 0xa9, 0x11, 0x7f, 0x95, 0x0c, 0x65, 0x3f, 0x86, 0xd2, 0xdb, 0xe1, 0x14, 0xaf, 0x16, 0x83, 0xe1, 0xa4, 0x29, 0xba, 0x90, 0xa9, 0xd8, 0x76, 0xde, 0x6a, 0xe3, 0x11, 0xfb, 0xb7, 0x7f, 0x67, 0xfe, 0xa0, 0x9b, 0x00, 0x70, 0x67, 0xf9, 0xce, 0x35, 0x0c, 0x06, 0x18, 0xcf, 0x14, 0x99, 0x28, 0xf3, 0xe9, 0xff, 0xe9, 0x92, 0xcf, 0x04, 0x12, 0x44, 0xce, 0x36, 0x56, 0xf0, 0x8e, 0xed, 0x87, 0x90, 0x61, 0xab, 0x64, 0x12, 0x63, 0x74, 0xc0, 0x88, 0xda, 0xda, 0x89, 0x14, 0x39, 0x15, 0x97, 0x89, 0x2f, 0x90, 0x15, 0xcf, 0x43, 0x11, 0x62, 0x68, 0xb1, 0xc9, 0x70, 0x3c, 0x02, 0xc0, 0xfc, 0x2e, 0xf3, 0x95, 0xcc, 0x7c, 0x0e, 0x3d, 0x84, 0x5b, 0x87, 0xe4, 0x07, 0x0a, 0x15, 0x3e, 0x03, 0xda, 0x57, 0x5a, 0xc5, 0x64, 0xbd, 0xc9, 0xfb, 0x79, 0x69, 0xbf, 0xf6, 0xe6, 0x48, 0xf6, 0x70, 0xbc, 0x60, 0x94, 0x36, 0x51, 0xa9, 0x15, 0x36, 0x21, 0xab, 0x31, 0x60, 0x01, 0x21, 0x1e, 0xb3, 0x75, 0x42, 0x57, 0x99, 0xb7, 0x74, 0x0f, 0x00, 0x96, 0x30, 0x11, 0x60, 0x0c, 0xd3, 0xb4, 0x2a, 0x3a, 0x52, 0x94, 0xf0, 0x19, 0xd0, 0x0e, 0xbb, 0x16, 0xed, 0x2c, 0xe4, 0xbd, 0xd4, 0x1f, 0x6d, 0xe0, 0x33, 0x36, 0xb2, 0x15, 0xe8, 0x41, 0x4f, 0xfa, 0x32, 0x52, 0x65, 0x94, 0x70, 0x6e, 0xc3, 0x38, 0xc9, 0x11, 0xe3, 0x68, 0x49, 0x9a, 0x8f, 0x42, 0x41, 0x08, 0xca, 0x2c, 0x13, 0x63, 0x89, 0xad, 0x94, 0x5e, 0xc3, 0xfe, 0x66, 0xac, 0xcb, 0x01, 0xb8, 0x7e, 0x5c, 0xac, 0x5e, 0x3d, 0xec, 0x1c, 0x09, 0x55, 0x32, 0x24, 0x56, 0xa0, 0x50, 0x06, 0x14, 0x74, 0x4c, 0xbb, 0xff, 0xe5, 0x1f, 0x89, 0x91, 0x07, 0x0d, 0xfc, 0xc7, 0xf8, 0x97, 0xf5, 0xae, 0xf9, 0x69, 0xf2, 0x80, 0x30, 0xf7, 0xe2, 0x70, 0x8e, 0xe6, 0x64, 0x67, 0xac, 0xac, 0xc1, 0x11, 0x4c, 0x76, 0xcc, 0x09, 0x6d, 0x59, 0xbc, 0xfe, 0x33, 0x7f, 0x53, 0x81, 0x81, 0x85, 0x45, 0x13, 0x8f, 0xd8, 0x1e, 0x71, 0x45, 0x26, 0xc6, 0xf4, 0xc6, 0x26, 0x7c, 0x1b, 0x3f, 0x06, 0x18, 0xcc, 0x4c, 0xe1, 0xda, 0x99, 0xfa, 0x7f, 0xf6, 0xcf, 0x38, 0xf9, 0xa3, 0xfc, 0x87, 0x84, 0xd8, 0xee, 0x77, 0xf8, 0x7d, 0x9f, 0x27, 0x7e, 0xd0, 0x9e, 0xb1, 0x35, 0x01, 0xe3, 0xeb, 0xd6, 0x77, 0x99, 0x19, 0x7f, 0xb7, 0xc1, 0x9c, 0xa6, 0x07, 0x87, 0x45, 0x6b, 0x41, 0xa2, 0xa9, 0x25, 0x63, 0x20, 0x28, 0xab, 0xee, 0x97, 0xf8, 0x4c, 0x5d, 0xf8, 0xac, 0x79, 0x72, 0x17, 0x03, 0x30, 0x3f, 0xb8, 0x69, 0x9d, 0xea, 0x73, 0x47, 0x49, 0x62, 0x6d, 0x83, 0x90, 0x76, 0x31, 0xcf, 0x5f, 0xf8, 0x0c, 0x6a, 0x7f, 0xcd, 0x56, 0xfe, 0xea, 0x8c, 0xb4, 0x5f, 0x6c, 0x5c, 0x9b, 0xbb, 0x12, 0xf8, 0xfa, 0x71, 0xb1, 0xb9, 0x9c, 0x61, 0x1f, 0x05, 0x99, 0x2d, 0x0e, 0xc4, 0x2a, 0x92, 0x2d, 0x96, 0x27, 0x03, 0xb2, 0x34, 0x08, 0x76, 0xc2, 0x02, 0x9d, 0x97, 0x31, 0x16, 0x1c, 0x52, 0x8c, 0x30, 0xea, 0x85, 0x5b, 0xca, 0x2c, 0xfe, 0xa1, 0x04, 0xd0, 0x39, 0xda, 0x37, 0x2e, 0x54, 0xb0, 0xf0, 0x19, 0xd0, 0x81, 0xd1, 0xcd, 0xfc, 0x19, 0x6d, 0xf1, 0x6e, 0xe4, 0xa7, 0xe6, 0xbd, 0xf9, 0x5a, 0xa0, 0xe6, 0x1d, 0x6b, 0xdd, 0xc5, 0x08, 0xb5, 0xef, 0xe3, 0x0c, 0xf1, 0x5a, 0xb2, 0x34, 0x04, 0xb9, 0xeb, 0x8a, 0x6c, 0x10, 0x2c, 0xca, 0x09, 0x88, 0x1b, 0xfb, 0x53, 0x12, 0xf3, 0x69, 0x7c, 0xaf, 0xee, 0x0f, 0x5d, 0x0b, 0xc0, 0x23, 0x9c, 0x03, 0x30, 0x8a, 0xa3, 0xb5, 0x00, 0x1a, 0xa5, 0xd0, 0x68, 0x2e, 0xbf, 0x26, 0xff, 0x3d, 0xf1, 0x60, 0xbe, 0xf7, 0x38, 0xb3, 0xb0, 0x84, 0x37, 0xb7, 0x56, 0xb7, 0xdc, 0xc5, 0x37, 0xed, 0xa3, 0x33, 0x19, 0xae, 0xd5, 0x6a, 0x2d, 0x39, 0x32, 0x20, 0x2b, 0x09, 0x00, 0x9f, 0x84, 0x12, 0x5b, 0x7c, 0x64, 0x0b, 0x06, 0x2f, 0x9a, 0xc7, 0x75, 0x21, 0x00, 0xa6, 0x8f, 0xad, 0x2a, 0x5a, 0xf8, 0x54, 0x71, 0xcf, 0x35, 0xc4, 0x06, 0x96, 0xbf, 0xf0, 0xe9, 0xd3, 0x91, 0xda, 0x61, 0xee, 0x8d, 0xcb, 0xfb, 0x0b, 0xfa, 0x5c, 0x9a, 0x99, 0xeb, 0x67, 0x19, 0x07, 0xdf, 0xb1, 0xee, 0x56, 0xe2, 0x8b, 0xc1, 0xf9, 0x6a, 0xb1, 0x02, 0x84, 0x44, 0x4c, 0xce, 0x8d, 0xf5, 0xc4, 0x01, 0x80, 0x0a, 0xe9, 0x24, 0x0d, 0x3c, 0xae, 0x2e, 0x8c, 0x94, 0x0f, 0xbc, 0xfa, 0xcb, 0xae, 0x03, 0x40, 0x2a, 0x5b, 0x94, 0xf3, 0x2d, 0x09, 0xc3, 0x8b, 0x11, 0x2e, 0x50, 0xf8, 0x0c, 0x68, 0x89, 0xfd, 0xa1, 0x78, 0x1c, 0xe5, 0x6f, 0xcc, 0x9f, 0x14, 0x6b, 0xfc, 0x36, 0x67, 0xf1, 0xa8, 0xea, 0xb8, 0x01, 0xbe, 0x23, 0x01, 0xc1, 0x16, 0xcd, 0x22, 0x0f, 0x65, 0x62, 0x40, 0x96, 0x0b, 0x0c, 0xf1, 0x31, 0xf0, 0x37, 0x24, 0xe1, 0xc4, 0x9b, 0x2c, 0x32, 0x96, 0x1a, 0xf5, 0xb1, 0xd5, 0xf9, 0xa7, 0xf3, 0x2b, 0x1e, 0x00, 0x51, 0xc1, 0xed, 0xcb, 0x89, 0x42, 0xc6, 0xf6, 0x1c, 0x27, 0x60, 0x37, 0x6d, 0xa7, 0xda, 0xde, 0x60, 0xa1, 0xfd, 0xf8, 0x3b, 0xcc, 0x1f, 0x79, 0x21, 0xa7, 0xcd, 0x9b, 0x69, 0x3d, 0xa5, 0xf0, 0x1d, 0xc0, 0x1c, 0x01, 0xba, 0x83, 0xa6, 0x1c, 0x58, 0x8f, 0xdb, 0x38, 0xa8, 0xc2, 0x8f, 0x85, 0x45, 0xbd, 0x76, 0x51, 0xd1, 0xcb, 0xed, 0xe5, 0x2c, 0xa5, 0x9e, 0x7a, 0x3e, 0xca, 0x35, 0xad, 0x5f, 0xb1, 0xee, 0xe9, 0x35, 0xbc, 0xa0, 0x4c, 0x90, 0x33, 0x74, 0x69, 0x91, 0x50, 0x41, 0x3a, 0x4f, 0x74, 0xff, 0xdf, 0xc4, 0x9f, 0xec, 0xc7, 0xff, 0x9d, 0x33, 0x8a, 0x5b, 0xe6, 0x38, 0x5a, 0x7a, 0x91, 0xfd, 0xd8, 0xc9, 0x4c, 0x17, 0x02, 0xb7, 0x8a, 0x87, 0x5b, 0xa6, 0x69, 0xd7, 0x0d, 0x86, 0x32, 0xd1, 0x8d, 0xee, 0xe2, 0xc9, 0xf4, 0x3f, 0xb8, 0x9e, 0x7a, 0xea, 0x59, 0x4a, 0x3d, 0x9f, 0x64, 0x1a, 0x17, 0x05, 0x00, 0x70, 0xe3, 0xa0, 0xc8, 0x68, 0x63, 0xa4, 0x35, 0x9a, 0x51, 0x8c, 0xd2, 0x51, 0x19, 0x5c, 0x24, 0xf9, 0xca, 0x62, 0x05, 0xf8, 0x45, 0x2b, 0xa3, 0x87, 0x4f, 0xd8, 0xcf, 0x7c, 0x3b, 0xa3, 0xc4, 0xea, 0xea, 0x89, 0x85, 0xe4, 0xd8, 0x4a, 0x0b, 0x81, 0x64, 0x1f, 0x85, 0x6f, 0xcb, 0x72, 0x31, 0x46, 0x43, 0x5a, 0x89, 0x3f, 0x13, 0x00, 0x2a, 0x3f, 0xaf, 0x05, 0x3c, 0xcf, 0x66, 0xb2, 0xf6, 0x90, 0x10, 0xcb, 0x59, 0x6a, 0xd4, 0x53, 0x6f, 0x2d, 0x4d, 0x1d, 0x17, 0x39, 0x01, 0x60, 0x06, 0x18, 0x6e, 0x8c, 0x66, 0x94, 0x35, 0x8a, 0xd1, 0x8c, 0x4a, 0x48, 0xe0, 0x28, 0x5b, 0x6f, 0xe6, 0x08, 0x31, 0x23, 0x0e, 0x0b, 0x58, 0xee, 0x9e, 0x0d, 0x71, 0xfe, 0xff, 0x01, 0xb2, 0xb0, 0x0c, 0xfb, 0xa6, 0x66, 0x4b, 0xad, 0x94, 0x27, 0x00, 0x15, 0x2c, 0x56, 0x1e, 0x63, 0x83, 0x39, 0x4f, 0x47, 0xed, 0xb7, 0xe7, 0xc1, 0x7a, 0xe2, 0x47, 0x95, 0xd2, 0xde, 0x28, 0x11, 0x1a, 0xd9, 0xc5, 0x0e, 0x76, 0xd0, 0x40, 0x0e, 0x92, 0xc2, 0x3a, 0xea, 0xa9, 0xe7, 0x29, 0x73, 0x49, 0x56, 0x00, 0x7e, 0xd5, 0xa3, 0x6d, 0x24, 0xa3, 0x18, 0xcd, 0x48, 0x46, 0xb3, 0x9f, 0xa3, 0x6a, 0x9a, 0xeb, 0x30, 0x1a, 0xce, 0xc9, 0xf2, 0xb0, 0xf6, 0x82, 0x3c, 0x1b, 0xec, 0xfe, 0x1f, 0xe6, 0x37, 0xb6, 0xe7, 0x81, 0x07, 0x09, 0xf1, 0x52, 0x20, 0x98, 0xca, 0x22, 0xf5, 0xc6, 0x67, 0x33, 0x0c, 0x15, 0x90, 0xdd, 0x90, 0x56, 0xe2, 0xcf, 0x04, 0x40, 0x90, 0x4a, 0xbd, 0x6f, 0xff, 0xed, 0x20, 0x44, 0x03, 0x3b, 0xd9, 0xc9, 0x4e, 0x5a, 0x32, 0x8f, 0x8b, 0x07, 0xcd, 0x0b, 0xd3, 0x02, 0x60, 0xce, 0x66, 0x72, 0x22, 0x73, 0x49, 0xb7, 0x95, 0x51, 0x4e, 0x25, 0x7d, 0xe8, 0x4d, 0x6f, 0xfa, 0xd0, 0x4f, 0x24, 0xa0, 0x7c, 0x5c, 0x11, 0x9d, 0x6a, 0x2e, 0x65, 0xed, 0xfa, 0xd0, 0xee, 0xff, 0x9b, 0x2a, 0x47, 0x5e, 0xd5, 0x84, 0xe7, 0x9b, 0x79, 0xbf, 0x5a, 0x15, 0x0c, 0xe2, 0x7c, 0xbd, 0xc2, 0xeb, 0xc8, 0x99, 0xf5, 0xc4, 0xcf, 0x19, 0xf4, 0x48, 0xb8, 0x8b, 0x04, 0x38, 0x62, 0x44, 0x69, 0xa2, 0x81, 0x5d, 0xec, 0xe0, 0x4b, 0x5c, 0x82, 0x67, 0x5e, 0x37, 0xa7, 0xa7, 0x07, 0xe0, 0x7f, 0x8e, 0xac, 0x7b, 0x29, 0x5b, 0x39, 0xe5, 0xd4, 0xd0, 0x87, 0x3e, 0xf4, 0xa4, 0x9a, 0x6a, 0xaa, 0x74, 0x46, 0x1f, 0x3b, 0xe4, 0xb4, 0x23, 0x67, 0xe1, 0xd3, 0x69, 0xf0, 0x0b, 0x88, 0x86, 0xe5, 0x0e, 0x59, 0x7c, 0x19, 0x3f, 0xaa, 0xbb, 0x83, 0x12, 0x6c, 0x37, 0xec, 0x13, 0x5d, 0xad, 0xdc, 0x95, 0x2e, 0x10, 0x8d, 0x5d, 0xbb, 0xe4, 0xe1, 0xb5, 0xf2, 0x02, 0xc0, 0xa2, 0x92, 0x80, 0xb8, 0x2c, 0xa6, 0x83, 0xc1, 0x36, 0x06, 0x85, 0x68, 0xa4, 0x81, 0x2f, 0xd9, 0x49, 0xb3, 0x2d, 0x6d, 0xad, 0x33, 0xf7, 0x4a, 0x07, 0x80, 0x61, 0x86, 0x92, 0xd9, 0x4d, 0x19, 0x15, 0xd4, 0xd2, 0x8f, 0x5e, 0x42, 0xf4, 0xf2, 0x0c, 0x65, 0xd4, 0x22, 0x39, 0xeb, 0x80, 0x12, 0xa3, 0xce, 0xd5, 0xfd, 0x1b, 0x58, 0xa0, 0x7e, 0x72, 0x27, 0xc3, 0xbc, 0x71, 0xfa, 0x70, 0x19, 0x03, 0x0b, 0xb8, 0x10, 0xe0, 0x20, 0x8e, 0x91, 0x16, 0x7c, 0x29, 0x64, 0xcd, 0x0f, 0x00, 0xdb, 0x6f, 0xda, 0x8f, 0x4f, 0xb2, 0x13, 0x65, 0x82, 0xc1, 0xce, 0xbe, 0xf2, 0x82, 0xea, 0x60, 0x31, 0x2a, 0xed, 0xa8, 0xb2, 0x24, 0x00, 0x6e, 0xea, 0x1b, 0x16, 0x0b, 0x4f, 0x2d, 0x7d, 0xe8, 0xa3, 0x89, 0xee, 0xcf, 0x58, 0x3a, 0xd0, 0xd0, 0xcd, 0x8a, 0x15, 0xe4, 0x50, 0x68, 0x23, 0xfe, 0xac, 0x5d, 0x82, 0xf0, 0xb7, 0xe6, 0x15, 0x94, 0x68, 0x33, 0x27, 0x2b, 0x93, 0x6e, 0x80, 0xcb, 0x65, 0x22, 0x6d, 0x20, 0x92, 0x33, 0xc9, 0xd3, 0x9f, 0x53, 0xf3, 0x58, 0x40, 0xc0, 0x48, 0x07, 0xc3, 0x22, 0x54, 0x02, 0x53, 0xff, 0x88, 0xeb, 0x3e, 0x75, 0x05, 0xc0, 0xfc, 0x9a, 0xf2, 0xba, 0xe8, 0xc7, 0x69, 0x8e, 0x0c, 0x26, 0xe9, 0x89, 0x1e, 0x17, 0xcc, 0x0a, 0x0f, 0x9c, 0xf6, 0x69, 0x33, 0xc7, 0xad, 0xb6, 0xae, 0xfe, 0x90, 0xb8, 0x94, 0x50, 0x02, 0x08, 0x56, 0x2b, 0x05, 0xdd, 0x6c, 0xf6, 0x14, 0x9d, 0x6b, 0xab, 0x07, 0x00, 0x38, 0xcf, 0xf9, 0xf1, 0xe1, 0x97, 0x7f, 0x89, 0x13, 0xfc, 0x87, 0x76, 0x36, 0xdf, 0xe3, 0x6c, 0xbd, 0x6e, 0x32, 0x00, 0x33, 0x54, 0xea, 0x83, 0x7d, 0xf8, 0x7a, 0x06, 0xa2, 0x5b, 0x19, 0x89, 0x9e, 0x6f, 0x18, 0x85, 0xdd, 0xcc, 0xed, 0x48, 0x2a, 0xe6, 0xcf, 0xcd, 0x7d, 0x28, 0xe1, 0x66, 0xde, 0xc4, 0xd5, 0x00, 0x87, 0x31, 0x55, 0xe2, 0xdd, 0x77, 0x15, 0x4d, 0xf2, 0xf4, 0xe7, 0x14, 0x0c, 0x65, 0x62, 0x47, 0x58, 0x6d, 0x87, 0x76, 0x5f, 0x62, 0x57, 0x57, 0x48, 0x06, 0xe0, 0x7c, 0x55, 0xfd, 0x66, 0x2c, 0xd3, 0x1c, 0x7d, 0x3f, 0xe6, 0xe0, 0x92, 0x78, 0x1e, 0x46, 0x61, 0xeb, 0xff, 0x97, 0xda, 0xa1, 0x6f, 0x0b, 0xcc, 0x6f, 0x95, 0x14, 0x00, 0xe9, 0x64, 0x03, 0x99, 0x23, 0x23, 0x6f, 0x7b, 0x09, 0x01, 0xb0, 0xd7, 0xce, 0xbd, 0x00, 0x8b, 0x75, 0x76, 0x62, 0xa7, 0x9b, 0xcc, 0x6b, 0xdd, 0x01, 0xb8, 0x92, 0x5b, 0x01, 0x0e, 0xd1, 0x89, 0xb2, 0x23, 0x9e, 0x25, 0x90, 0x49, 0xa7, 0xf4, 0xb2, 0x1d, 0xc0, 0x9f, 0xe3, 0x43, 0xd5, 0xa4, 0x8b, 0xea, 0xee, 0x2f, 0x25, 0x00, 0xb7, 0x57, 0x36, 0x36, 0x12, 0x00, 0x83, 0x2b, 0x44, 0x8e, 0xd9, 0x2e, 0x36, 0x32, 0x6f, 0x48, 0xee, 0x76, 0x45, 0x80, 0xbe, 0x58, 0xc0, 0x56, 0x55, 0x0c, 0xc7, 0x51, 0xdf, 0x2c, 0x09, 0x80, 0x79, 0x75, 0x96, 0x09, 0x70, 0x38, 0xe3, 0xb5, 0x69, 0xdd, 0x8b, 0x60, 0x8a, 0x4c, 0x5a, 0xf7, 0x72, 0xd9, 0xff, 0xb3, 0x6d, 0xfd, 0x3a, 0xd4, 0x7c, 0x8f, 0x92, 0x6e, 0xe6, 0xa7, 0xec, 0x07, 0x70, 0x89, 0x18, 0x2a, 0xbf, 0xa4, 0xdd, 0xf3, 0x3e, 0x9f, 0x0a, 0x80, 0x92, 0xb8, 0x44, 0xcd, 0xf8, 0x94, 0x79, 0xba, 0xfb, 0x08, 0xb8, 0x91, 0x6b, 0x00, 0xa6, 0x4b, 0x94, 0x57, 0x47, 0x16, 0xdf, 0x9e, 0xe2, 0xc3, 0x28, 0x14, 0x00, 0x16, 0x70, 0x8b, 0x3d, 0x05, 0xf7, 0xf5, 0xae, 0x40, 0x48, 0x1a, 0x00, 0xfe, 0xa9, 0xf2, 0x94, 0xda, 0x66, 0xca, 0x5d, 0xb4, 0x15, 0xd5, 0xbf, 0x73, 0x99, 0x09, 0xfa, 0x8b, 0x25, 0x4e, 0x82, 0x3c, 0x5e, 0x33, 0x8f, 0x72, 0x07, 0xe0, 0xd7, 0xfc, 0xc4, 0xb6, 0xee, 0x1a, 0x0e, 0x00, 0x8a, 0x67, 0x3d, 0xe9, 0x18, 0x90, 0x21, 0x42, 0x68, 0x94, 0x5f, 0x89, 0xea, 0xca, 0xac, 0xa4, 0xc4, 0x9b, 0x79, 0x0f, 0xdf, 0x01, 0x38, 0x9d, 0xbd, 0x25, 0xf7, 0x67, 0x4b, 0x89, 0x78, 0xbf, 0xfd, 0xd7, 0xc7, 0x00, 0xd1, 0xbf, 0x8a, 0xf0, 0xb3, 0xc4, 0x3c, 0xc4, 0x1d, 0x00, 0x29, 0x9b, 0x7c, 0x2c, 0x23, 0x89, 0x7b, 0x37, 0x94, 0x32, 0x70, 0xda, 0x06, 0x20, 0xcc, 0xaf, 0xd5, 0x97, 0xdb, 0xcd, 0xfe, 0x25, 0x07, 0x40, 0xbc, 0x38, 0x66, 0xb2, 0x3f, 0x00, 0x4d, 0x62, 0x19, 0x28, 0x2d, 0x00, 0x00, 0x6d, 0xbc, 0xa0, 0x9a, 0xf0, 0xb1, 0x39, 0xde, 0x1d, 0x00, 0xe9, 0x1b, 0xc7, 0x49, 0x0a, 0xc7, 0x68, 0x51, 0x61, 0xa6, 0xb9, 0x84, 0x44, 0xf8, 0x04, 0x80, 0x10, 0xb7, 0xa7, 0x2c, 0xd3, 0x4b, 0x06, 0xc0, 0x0d, 0xfc, 0x1c, 0xe0, 0x04, 0xc9, 0x79, 0xda, 0x44, 0x63, 0x49, 0x65, 0x20, 0x0b, 0x1f, 0x03, 0xb1, 0x80, 0x36, 0x7b, 0x04, 0x7c, 0x62, 0x8e, 0x74, 0x07, 0xe0, 0xcf, 0x7c, 0x0b, 0xe0, 0x78, 0xf6, 0x47, 0x65, 0x6a, 0x8e, 0x94, 0x38, 0x70, 0xda, 0xd7, 0xc5, 0x23, 0x40, 0xb1, 0xa0, 0xa6, 0x12, 0x03, 0xe0, 0x17, 0x16, 0xd4, 0xc6, 0x4b, 0xaa, 0x09, 0x6b, 0xcd, 0xe1, 0x59, 0x47, 0x80, 0x4a, 0x00, 0xdf, 0x41, 0x69, 0x73, 0x36, 0xd8, 0x5e, 0xc7, 0x9d, 0x3a, 0x07, 0xdc, 0xcb, 0xb7, 0x01, 0x4e, 0x93, 0x34, 0xc5, 0xbb, 0x68, 0x2e, 0xa9, 0x0c, 0x84, 0x66, 0x41, 0x2d, 0xbc, 0xa2, 0x9a, 0xf0, 0xa9, 0x39, 0xc2, 0x1d, 0x80, 0xbb, 0xb9, 0x0c, 0xe0, 0x18, 0xc6, 0xca, 0x3a, 0xa0, 0x03, 0xef, 0xb3, 0xb4, 0xb9, 0xb9, 0x7d, 0x5b, 0x5a, 0x11, 0x51, 0xde, 0xa7, 0x70, 0x1f, 0x83, 0xfc, 0xa4, 0xa0, 0x73, 0x25, 0x47, 0xfa, 0x4e, 0x3d, 0x09, 0x7b, 0x0b, 0x80, 0x8f, 0x00, 0x7e, 0x02, 0x04, 0x74, 0xaa, 0xef, 0x66, 0xbb, 0x04, 0xd0, 0x2a, 0x73, 0xb4, 0x3b, 0x00, 0x77, 0x72, 0x39, 0xc0, 0x91, 0x1c, 0xe0, 0xd0, 0xef, 0x17, 0xab, 0x6c, 0xc8, 0x0c, 0x42, 0xa5, 0x34, 0x6e, 0x81, 0x5d, 0x86, 0x7c, 0x8a, 0xf9, 0x4e, 0x89, 0x01, 0xf8, 0x44, 0xcd, 0xbe, 0xdf, 0x16, 0xad, 0xfe, 0x36, 0xda, 0x3d, 0x13, 0x42, 0x95, 0xea, 0x21, 0x40, 0x40, 0x6b, 0x48, 0x9d, 0x0a, 0xb9, 0x66, 0x7b, 0x1d, 0xb0, 0xdc, 0xfc, 0x9a, 0x3b, 0x00, 0xc2, 0x1d, 0xa7, 0x31, 0x21, 0x41, 0x11, 0x61, 0xf7, 0xd6, 0x52, 0x04, 0x4e, 0xdb, 0xb9, 0xd5, 0x9f, 0x97, 0x95, 0x30, 0x17, 0x9b, 0x7f, 0x2e, 0x29, 0xf9, 0xab, 0x68, 0x50, 0x2b, 0xe1, 0xcb, 0x45, 0x09, 0xb2, 0x41, 0x2b, 0x5b, 0x0a, 0xeb, 0xf3, 0x86, 0x10, 0xdd, 0xaf, 0x93, 0x7a, 0xb8, 0x5b, 0x09, 0x0c, 0x1a, 0xec, 0x40, 0xd7, 0xc5, 0xe6, 0xa4, 0x8c, 0x2b, 0xe1, 0x43, 0x99, 0xe2, 0xa2, 0x0b, 0xb5, 0x1c, 0x9c, 0xdb, 0xbb, 0xc0, 0x69, 0xbb, 0xec, 0x54, 0x3d, 0xcf, 0xa6, 0x18, 0xec, 0x4a, 0xb1, 0xcd, 0x3b, 0xd6, 0x7a, 0x41, 0xe9, 0x82, 0xce, 0x95, 0xd9, 0x67, 0x43, 0x41, 0x0c, 0xa6, 0x8c, 0x80, 0xa8, 0xa0, 0xdd, 0x3c, 0x2a, 0x92, 0x6d, 0x01, 0x2a, 0x2f, 0xf0, 0x76, 0x3b, 0xc4, 0x4f, 0x7b, 0xd3, 0x25, 0x03, 0xf0, 0x7d, 0xeb, 0x2e, 0x80, 0x03, 0xa4, 0x72, 0xa5, 0x9b, 0xd1, 0x85, 0x24, 0x72, 0x17, 0x1b, 0x38, 0x1d, 0x94, 0x88, 0xfa, 0x1d, 0xdc, 0xd3, 0x29, 0x82, 0xa8, 0xf9, 0x4b, 0xae, 0x02, 0x98, 0xca, 0x24, 0x09, 0xb7, 0xd8, 0x5a, 0x00, 0x9f, 0x0f, 0x48, 0x04, 0x8e, 0xe5, 0x62, 0xd2, 0xb7, 0xc9, 0x1f, 0xa3, 0x83, 0x08, 0x6d, 0x34, 0xd3, 0x4c, 0x13, 0x21, 0x89, 0xd2, 0x01, 0xe0, 0x09, 0xf3, 0x2c, 0x77, 0x00, 0xce, 0xb6, 0x1e, 0x05, 0xe8, 0xcb, 0xa1, 0xf4, 0xa1, 0xb7, 0x24, 0x69, 0x4c, 0x25, 0xbf, 0x91, 0x42, 0x7a, 0xab, 0xe0, 0xe8, 0x13, 0x43, 0x57, 0x7f, 0xbc, 0xdd, 0x2e, 0x94, 0x33, 0xb9, 0xf8, 0x44, 0x48, 0xe9, 0x3d, 0x08, 0xcc, 0x4f, 0x94, 0x26, 0xe8, 0x2c, 0xad, 0x88, 0x68, 0x28, 0x00, 0x80, 0x0a, 0x99, 0x3f, 0x92, 0xfb, 0x7e, 0x8c, 0x08, 0x61, 0x5a, 0x69, 0xa4, 0x99, 0x66, 0x42, 0x84, 0xdc, 0xcd, 0xf3, 0xe9, 0x94, 0x71, 0xb6, 0xaa, 0xd6, 0xde, 0x7a, 0xb1, 0x07, 0x03, 0xe9, 0x4f, 0x5f, 0x6a, 0x84, 0x51, 0xa4, 0x9a, 0x67, 0xd0, 0xe4, 0x8c, 0xa5, 0x01, 0x21, 0x1b, 0x14, 0x55, 0xc9, 0xb3, 0xc0, 0xef, 0xcd, 0xff, 0x53, 0xb2, 0xfe, 0x2f, 0xd5, 0xb9, 0x03, 0x5c, 0x2a, 0x6f, 0xb4, 0x99, 0x50, 0x01, 0xbc, 0xbf, 0x07, 0x95, 0x0e, 0xbb, 0x6f, 0x84, 0x08, 0x4d, 0x34, 0xd1, 0x40, 0x0b, 0x6d, 0xa2, 0xda, 0xcb, 0xb8, 0xdd, 0x62, 0x5e, 0xe5, 0x0e, 0xc0, 0x81, 0x36, 0x0d, 0x92, 0xb7, 0x00, 0x03, 0x18, 0xcc, 0x00, 0xfa, 0xd3, 0x5b, 0xa6, 0xcd, 0x64, 0xf2, 0xa3, 0xb3, 0xee, 0xe7, 0x0b, 0x42, 0x85, 0xf0, 0xd1, 0x4d, 0x3c, 0x80, 0xa8, 0x27, 0xf7, 0x2e, 0x36, 0x17, 0x5b, 0x5a, 0x00, 0x1e, 0x52, 0x0e, 0x11, 0x13, 0x98, 0x26, 0xc4, 0x5b, 0x2f, 0xd1, 0x02, 0xf9, 0x01, 0xd0, 0x47, 0x1c, 0x09, 0xfe, 0xc7, 0x66, 0x9a, 0x69, 0x23, 0xc7, 0xc4, 0xa1, 0x61, 0x3e, 0x61, 0x15, 0xab, 0x7c, 0x4f, 0xcd, 0xfd, 0xd0, 0x15, 0x80, 0x1b, 0x07, 0x45, 0x96, 0xbb, 0x56, 0x44, 0x4d, 0xd8, 0xaa, 0x19, 0xc2, 0x1e, 0x0c, 0xa4, 0x0f, 0x3d, 0x13, 0x8c, 0x6e, 0xb1, 0xbc, 0x03, 0x1f, 0x6c, 0x9b, 0x58, 0x85, 0xdc, 0x7f, 0xb7, 0x04, 0xbf, 0x19, 0x3f, 0xab, 0xfb, 0x55, 0x49, 0xc8, 0xbf, 0x1f, 0x2b, 0x95, 0x05, 0x74, 0x36, 0xfd, 0x25, 0xf8, 0x6f, 0x47, 0x01, 0x53, 0x30, 0xba, 0x6c, 0xd1, 0xbf, 0x09, 0x65, 0xfb, 0xd1, 0x06, 0x56, 0xb1, 0x82, 0x55, 0xac, 0xf2, 0xaf, 0x8c, 0xae, 0x4d, 0x76, 0x53, 0x74, 0x71, 0xcc, 0xfa, 0xc5, 0xd0, 0x8e, 0x71, 0x8c, 0x67, 0x3c, 0xe3, 0x18, 0xe9, 0xac, 0x6f, 0xe4, 0xb6, 0xf9, 0x18, 0xc0, 0x1e, 0x0c, 0x66, 0xb4, 0x24, 0x75, 0x89, 0x16, 0x38, 0x15, 0x57, 0x4b, 0x43, 0x3e, 0xb6, 0x25, 0xa1, 0xad, 0x8c, 0x74, 0xaf, 0x75, 0x57, 0x24, 0x00, 0x92, 0xd3, 0x6b, 0xb0, 0x0e, 0x9e, 0xd9, 0x48, 0x7b, 0x01, 0x00, 0xd8, 0x16, 0xae, 0x36, 0x9e, 0x77, 0xff, 0xa1, 0xf5, 0xac, 0x62, 0x15, 0x2b, 0x59, 0x15, 0x5c, 0x99, 0x39, 0x7e, 0x26, 0xa3, 0x6b, 0xe2, 0xfc, 0xe0, 0x96, 0x11, 0xd6, 0x18, 0x6b, 0x2c, 0x13, 0x19, 0xa3, 0x63, 0x1b, 0x5c, 0xb7, 0x73, 0x65, 0x51, 0x1f, 0x2d, 0x70, 0x16, 0x28, 0x13, 0x8d, 0x50, 0x84, 0xdf, 0xdb, 0x3d, 0xaa, 0xa8, 0x0a, 0x8d, 0x69, 0xc8, 0xaf, 0x93, 0xe9, 0x9c, 0x21, 0x71, 0x02, 0xed, 0x6c, 0x2c, 0x68, 0xe1, 0xd5, 0x43, 0x04, 0x87, 0x0d, 0xf1, 0xe8, 0xcd, 0x0e, 0xbe, 0x60, 0x0d, 0x2b, 0x58, 0xce, 0x0a, 0xea, 0x73, 0x67, 0xa0, 0x39, 0x3b, 0xe7, 0x9a, 0xfd, 0x8c, 0x03, 0xac, 0x71, 0x8c, 0x63, 0x3c, 0x63, 0x49, 0xd1, 0xd6, 0x4c, 0x63, 0xaa, 0x30, 0x91, 0x68, 0x41, 0xb3, 0x80, 0x91, 0x3a, 0x06, 0xa2, 0x4c, 0x2b, 0xbe, 0x1c, 0x7a, 0xc2, 0x1b, 0xd4, 0xb0, 0x44, 0x29, 0x79, 0x87, 0x72, 0xaa, 0x48, 0x6f, 0x5b, 0x53, 0xdc, 0xb2, 0x72, 0x1b, 0x07, 0xfd, 0x24, 0x48, 0xe3, 0x63, 0x3b, 0x54, 0xef, 0xfe, 0x41, 0x97, 0x5c, 0x12, 0x29, 0x48, 0x28, 0x2b, 0xe8, 0x55, 0x06, 0x1b, 0x13, 0xad, 0x89, 0x8c, 0x61, 0x2c, 0xa3, 0xd4, 0x62, 0x72, 0x88, 0xb8, 0xfa, 0x29, 0x00, 0x0a, 0x89, 0x47, 0x2f, 0x97, 0x94, 0x30, 0x16, 0x0f, 0x88, 0xef, 0x0c, 0xeb, 0xca, 0x26, 0x5c, 0xb3, 0xc3, 0x43, 0x00, 0x1e, 0xe0, 0x02, 0xf5, 0xca, 0x73, 0x84, 0x81, 0x44, 0x58, 0x5f, 0xd0, 0xca, 0xd7, 0xb6, 0xf0, 0xc6, 0x78, 0xcd, 0x8e, 0x62, 0x9b, 0x63, 0x3e, 0x5c, 0xa0, 0x54, 0x5c, 0xe4, 0x4b, 0xf5, 0x63, 0x23, 0x41, 0xf0, 0xf3, 0x3d, 0xaa, 0xf3, 0xaa, 0xc1, 0x92, 0x5a, 0x93, 0xc8, 0x0e, 0x24, 0xdd, 0x8a, 0xb6, 0xc9, 0xbf, 0x30, 0xe8, 0xe4, 0xc2, 0xfa, 0x95, 0x4b, 0x4b, 0x7f, 0xc4, 0x6f, 0xd4, 0xde, 0x64, 0x26, 0x61, 0x67, 0xff, 0x69, 0x29, 0x48, 0x01, 0xd1, 0x43, 0x62, 0x25, 0xdb, 0x78, 0x59, 0x46, 0x7c, 0xdc, 0xd1, 0xaa, 0x93, 0x01, 0x00, 0x73, 0x11, 0x87, 0xa9, 0x65, 0xcd, 0x3e, 0xc2, 0x39, 0x62, 0x14, 0x96, 0xaf, 0x2a, 0xa8, 0xd3, 0x61, 0x2c, 0x89, 0xa7, 0xc7, 0xfb, 0x0b, 0x17, 0x78, 0x11, 0xa2, 0x31, 0xef, 0x5c, 0xeb, 0x61, 0x35, 0x56, 0x07, 0x71, 0x9a, 0x68, 0x80, 0x5a, 0xd9, 0x5c, 0xa0, 0x06, 0xa8, 0xbf, 0xd6, 0x21, 0x89, 0x93, 0xc9, 0x0e, 0xb3, 0x7f, 0xa1, 0x61, 0x54, 0xc5, 0x03, 0x20, 0xd6, 0xa5, 0x49, 0x1c, 0x25, 0x6d, 0x88, 0x14, 0x34, 0x0b, 0x28, 0xf1, 0xd6, 0x4e, 0x09, 0xf3, 0x24, 0x6b, 0xec, 0x1f, 0x78, 0x68, 0xd0, 0xc5, 0xc5, 0x8e, 0x02, 0xf3, 0x02, 0xee, 0x53, 0xf2, 0x5c, 0x39, 0xe7, 0x53, 0x25, 0xbf, 0xb1, 0x8e, 0x8e, 0x82, 0x14, 0xcd, 0x65, 0x3a, 0xbc, 0xe3, 0x43, 0x3b, 0x92, 0xed, 0x5f, 0xe6, 0xcc, 0x82, 0x17, 0xe6, 0x45, 0xf7, 0xad, 0x63, 0xac, 0x97, 0x00, 0x7a, 0xda, 0xe1, 0x27, 0xfa, 0xb5, 0xf2, 0x07, 0xc1, 0x47, 0x8d, 0x34, 0x28, 0xcc, 0x5f, 0xd1, 0x65, 0xe0, 0xff, 0x5d, 0x71, 0x6e, 0xbe, 0xd5, 0xb9, 0x9c, 0x6f, 0x38, 0xef, 0x1a, 0xeb, 0x06, 0xf5, 0x58, 0x3f, 0x67, 0xa9, 0x94, 0x46, 0xc0, 0xd6, 0x82, 0xcd, 0x90, 0xb5, 0xc2, 0x6c, 0x5b, 0x79, 0xdb, 0x4e, 0x5b, 0x73, 0x99, 0xf9, 0xc7, 0x2e, 0x03, 0xe0, 0xf6, 0xca, 0xc6, 0x2f, 0x95, 0x6b, 0x4f, 0x3c, 0xf0, 0xa7, 0xa3, 0x40, 0xb5, 0x9c, 0xaa, 0xaf, 0x84, 0x18, 0xef, 0x1e, 0x8c, 0x17, 0x47, 0x5c, 0xc3, 0xd9, 0x85, 0x79, 0x8b, 0x9a, 0xfd, 0x78, 0x80, 0x13, 0xed, 0xa3, 0x6f, 0xe8, 0xb2, 0xa3, 0x4d, 0x6c, 0x29, 0xd8, 0xed, 0x6a, 0xa0, 0xb8, 0x73, 0x6d, 0x45, 0x14, 0x56, 0x31, 0x86, 0x16, 0x56, 0xc0, 0xc7, 0x13, 0x00, 0xe2, 0xf6, 0xa5, 0x29, 0x1c, 0x21, 0xa4, 0xec, 0x48, 0x51, 0x52, 0xe5, 0x0e, 0x42, 0xa5, 0xf6, 0x95, 0x6e, 0xe3, 0xb1, 0x78, 0xc5, 0xd3, 0x08, 0xb7, 0x57, 0xdf, 0x90, 0x67, 0xc4, 0x98, 0x61, 0xce, 0xe1, 0x16, 0x3b, 0x71, 0x87, 0x9f, 0x53, 0x45, 0xf6, 0xb7, 0x08, 0xb3, 0xa1, 0x60, 0x5f, 0xb8, 0x72, 0xfa, 0x88, 0x04, 0xb4, 0x8c, 0xff, 0xa9, 0x47, 0xbf, 0x6b, 0x4e, 0x2e, 0x42, 0x37, 0xe8, 0x01, 0x00, 0xe7, 0xf0, 0x08, 0x40, 0x0d, 0x97, 0x3a, 0xca, 0x70, 0x16, 0x36, 0x0b, 0xa8, 0x55, 0x71, 0x50, 0x2b, 0x4e, 0x9e, 0x76, 0x96, 0x42, 0x5f, 0x67, 0xdc, 0xd8, 0x7b, 0x41, 0xae, 0x21, 0xdb, 0xf3, 0xbe, 0x6e, 0xd5, 0xa9, 0xf8, 0x4d, 0xa5, 0xee, 0x3b, 0x55, 0x45, 0x93, 0x63, 0x11, 0x61, 0x83, 0x24, 0x31, 0x2b, 0xc4, 0xe2, 0xd5, 0x47, 0x1c, 0xc9, 0x5a, 0x59, 0x22, 0x22, 0xa8, 0x71, 0x4d, 0xdd, 0xcd, 0x5d, 0x0b, 0x40, 0x15, 0x9b, 0x54, 0xf4, 0xf3, 0x39, 0x12, 0xd7, 0x64, 0x11, 0x29, 0x2a, 0x4b, 0x5b, 0x8d, 0x36, 0x72, 0x58, 0xbc, 0xc7, 0xeb, 0xce, 0x1f, 0xdb, 0xc0, 0x7d, 0x3c, 0x6c, 0xfe, 0x37, 0x63, 0x7b, 0xfa, 0x70, 0x16, 0xdf, 0x56, 0xf9, 0x8b, 0xd4, 0x36, 0x4c, 0xca, 0xd4, 0x5a, 0xa2, 0x7c, 0x8b, 0x14, 0x61, 0xe5, 0x1d, 0x28, 0xcf, 0xd9, 0xc0, 0x47, 0x76, 0x5c, 0xc0, 0x98, 0xeb, 0x56, 0x76, 0x29, 0x00, 0xf1, 0xc8, 0xab, 0xb1, 0x9a, 0xdd, 0x76, 0x14, 0xbc, 0x20, 0x53, 0xa6, 0xbb, 0x2a, 0x87, 0x12, 0x6a, 0x33, 0xcf, 0x92, 0xe4, 0xab, 0xf8, 0x01, 0xaf, 0x18, 0xaf, 0xf9, 0x97, 0xfd, 0xfc, 0x0b, 0xa7, 0xf0, 0x77, 0x53, 0xff, 0x8e, 0x31, 0xd6, 0xe1, 0xd6, 0xd1, 0x1c, 0xee, 0x8c, 0xf1, 0xf1, 0x33, 0x4d, 0x1c, 0x0c, 0x94, 0x2b, 0xfa, 0x46, 0xc2, 0x14, 0x6e, 0x66, 0xef, 0x41, 0x0f, 0x2c, 0x2c, 0x22, 0xd4, 0xdb, 0x9e, 0xac, 0xda, 0xc5, 0xaa, 0x2b, 0x01, 0x10, 0x2b, 0x42, 0x19, 0x97, 0x48, 0x4f, 0x8b, 0x8f, 0x81, 0x42, 0x41, 0xa8, 0x76, 0x50, 0x31, 0xca, 0x47, 0xbc, 0xee, 0x56, 0x2c, 0xb7, 0x8d, 0x4d, 0x7c, 0x49, 0x0b, 0xd5, 0xf4, 0xa0, 0xbf, 0x9b, 0x16, 0x77, 0x34, 0x53, 0x45, 0xec, 0xb4, 0x44, 0xf3, 0xd3, 0x51, 0x84, 0xb7, 0x03, 0x0c, 0x90, 0x5c, 0xea, 0xbb, 0x78, 0xcf, 0x2e, 0x42, 0x57, 0x54, 0xae, 0x14, 0xaf, 0x00, 0xf0, 0xf1, 0x3f, 0x25, 0x60, 0x4c, 0x17, 0xb7, 0x76, 0x4b, 0xe6, 0x81, 0x62, 0x72, 0x75, 0x96, 0x8b, 0xa1, 0xc6, 0x4e, 0x1e, 0xbf, 0x8a, 0x85, 0xb4, 0xe7, 0xf1, 0x62, 0x23, 0x38, 0x58, 0xe4, 0x32, 0x4b, 0x24, 0x9f, 0xad, 0x62, 0x7c, 0x2f, 0x14, 0x80, 0x0a, 0xc1, 0xd8, 0x62, 0x95, 0xbd, 0x4e, 0x69, 0x62, 0x48, 0x71, 0x96, 0x0b, 0xaf, 0x8a, 0xf8, 0x88, 0x31, 0xbf, 0x9a, 0x8b, 0x75, 0xb6, 0xf1, 0xf6, 0x22, 0x66, 0x01, 0xdb, 0x6b, 0xae, 0x47, 0x42, 0x02, 0xca, 0x0e, 0xd6, 0xb1, 0x94, 0x35, 0x59, 0x17, 0x9d, 0x7d, 0x19, 0xcf, 0xbe, 0x5a, 0x63, 0xa8, 0x38, 0xff, 0x36, 0x0f, 0xbc, 0xdf, 0xfa, 0x49, 0x2c, 0x43, 0x33, 0xef, 0x23, 0x31, 0xb4, 0x77, 0x9b, 0xdf, 0x2f, 0x8e, 0x72, 0x1e, 0x01, 0x70, 0x53, 0xdf, 0xf0, 0xe7, 0x4a, 0x99, 0x73, 0x2c, 0xe3, 0x1d, 0xf3, 0x40, 0xf1, 0x95, 0x1c, 0x2b, 0xa8, 0x72, 0x64, 0xcc, 0xb5, 0x80, 0x30, 0xdb, 0x58, 0xcf, 0x46, 0x36, 0x27, 0xd5, 0xb0, 0x0f, 0xd0, 0x9f, 0x01, 0x0c, 0x65, 0xa0, 0x30, 0x9d, 0xf8, 0x1d, 0x8d, 0xec, 0x48, 0x61, 0x3d, 0xf9, 0x03, 0x10, 0xa4, 0xbf, 0x90, 0xeb, 0x73, 0x96, 0xd9, 0x8f, 0x1f, 0x67, 0x2e, 0xeb, 0x16, 0x00, 0xc4, 0xab, 0x0b, 0xf7, 0xe2, 0x42, 0x5d, 0x71, 0xa8, 0xbd, 0xa8, 0x59, 0x20, 0xee, 0x59, 0x5c, 0x25, 0xa1, 0xb1, 0xc9, 0x57, 0x46, 0x08, 0x13, 0x21, 0x22, 0x6e, 0x50, 0x15, 0x09, 0x44, 0x47, 0x2f, 0xe8, 0x76, 0x10, 0xf2, 0x24, 0xde, 0xa5, 0x1f, 0x15, 0xa8, 0x6c, 0x48, 0xef, 0xd8, 0xfd, 0x7f, 0xa1, 0x79, 0x64, 0xb1, 0x74, 0xf3, 0x0e, 0x80, 0x21, 0x7c, 0xa6, 0xe6, 0xcd, 0x13, 0x18, 0x2d, 0x7d, 0xb6, 0x23, 0xe7, 0x02, 0xc9, 0xd9, 0x52, 0x25, 0xf9, 0xa8, 0xd2, 0x0e, 0x5c, 0xee, 0x85, 0x76, 0x2c, 0x17, 0xf2, 0xb7, 0xb0, 0x4b, 0xe7, 0x0a, 0x2d, 0xce, 0xd5, 0x10, 0xca, 0x18, 0x20, 0xe4, 0x5a, 0x1b, 0xef, 0xff, 0xc7, 0x98, 0xaf, 0x74, 0x1b, 0x00, 0xe2, 0x9e, 0xd5, 0x3d, 0x1d, 0x63, 0x20, 0x5c, 0xa0, 0x85, 0xcc, 0x3d, 0x2c, 0xba, 0x8c, 0x4a, 0x47, 0x49, 0x11, 0x37, 0xf2, 0x5b, 0xfa, 0x77, 0x9b, 0x68, 0x92, 0x24, 0x04, 0xc5, 0x03, 0x00, 0x06, 0xfd, 0x64, 0x14, 0x86, 0x79, 0xc3, 0x4e, 0xa5, 0xf6, 0xb2, 0x39, 0xa3, 0x78, 0xaa, 0x79, 0x09, 0xc0, 0x28, 0x96, 0x29, 0x75, 0xe6, 0x54, 0x26, 0x63, 0xfb, 0x49, 0x84, 0xf3, 0x66, 0x40, 0xd9, 0x02, 0xa2, 0x83, 0x94, 0x51, 0xa6, 0x83, 0x5b, 0x9d, 0xcf, 0x88, 0x12, 0x26, 0x4c, 0x1b, 0xad, 0x45, 0xba, 0x1a, 0x5a, 0x49, 0x8e, 0x87, 0x50, 0x4e, 0x7f, 0xad, 0x96, 0x5a, 0x6e, 0xff, 0xac, 0x27, 0x3e, 0xac, 0xde, 0x16, 0x70, 0xf8, 0x03, 0x97, 0xaa, 0xe9, 0xf0, 0x42, 0x49, 0x0c, 0x46, 0xde, 0x69, 0xb3, 0x73, 0xe7, 0xcb, 0xe0, 0xc7, 0xc0, 0xc0, 0x47, 0x94, 0x18, 0x51, 0xa2, 0x29, 0xfa, 0x9d, 0xe2, 0x01, 0xb0, 0x09, 0x34, 0x50, 0x16, 0x86, 0x61, 0x16, 0xda, 0x36, 0xeb, 0x57, 0xcc, 0x63, 0xbc, 0xa0, 0x99, 0xa7, 0x00, 0xdc, 0xd4, 0x37, 0xbc, 0x5a, 0xa9, 0x5c, 0x86, 0x33, 0x4b, 0xa7, 0xef, 0x68, 0xcf, 0x93, 0xf5, 0x94, 0x36, 0x5e, 0x31, 0x5f, 0xd6, 0x83, 0x66, 0x40, 0x6a, 0x7b, 0x0b, 0xb1, 0x92, 0xb6, 0xfa, 0x0f, 0x2a, 0xa6, 0x8c, 0x6d, 0x49, 0x00, 0x00, 0xf3, 0x52, 0x64, 0x5d, 0x78, 0x0a, 0xc3, 0xf5, 0xf2, 0x3f, 0x9a, 0x17, 0xeb, 0xe9, 0x2e, 0x00, 0x38, 0x9d, 0x31, 0x03, 0xf4, 0x97, 0xd4, 0x0d, 0x6d, 0xbc, 0x6a, 0xaf, 0xc9, 0xdf, 0xe3, 0xb0, 0xfc, 0x93, 0xf4, 0x95, 0x18, 0x80, 0xc7, 0xfd, 0x2b, 0x16, 0x33, 0x01, 0xa0, 0x96, 0x0b, 0x1c, 0xe2, 0xa8, 0x45, 0x21, 0x09, 0x22, 0xbb, 0xee, 0x5c, 0xaa, 0x2b, 0x72, 0x95, 0xd4, 0x06, 0x84, 0x75, 0xf1, 0x64, 0xca, 0x75, 0xe6, 0xf5, 0xdd, 0x6d, 0x04, 0x54, 0xb1, 0x98, 0x31, 0x4a, 0x62, 0x99, 0xa3, 0x93, 0x1a, 0x45, 0xb2, 0x24, 0x88, 0xec, 0x6e, 0x00, 0xb8, 0x7b, 0x83, 0xf7, 0xd6, 0x0b, 0xbc, 0xc5, 0xba, 0x9e, 0x2a, 0x53, 0x8b, 0x4d, 0x2b, 0xe2, 0x35, 0x00, 0x12, 0x63, 0x06, 0x27, 0x32, 0x42, 0x4b, 0x42, 0xed, 0x5f, 0x59, 0xd6, 0xe3, 0xfc, 0xf4, 0xd3, 0x5f, 0x24, 0xaf, 0x08, 0xaf, 0xd8, 0x53, 0xf1, 0xaa, 0xda, 0x83, 0x7e, 0xdc, 0xd6, 0x6d, 0x00, 0x98, 0x77, 0xba, 0xf5, 0x37, 0xb5, 0x37, 0x86, 0x63, 0x35, 0xa1, 0x33, 0x33, 0x20, 0xab, 0x5b, 0x01, 0x90, 0x4a, 0x78, 0xe7, 0x71, 0x39, 0x7d, 0x65, 0x7f, 0x9b, 0x9d, 0xf3, 0x01, 0xee, 0x34, 0x7f, 0xd8, 0x4d, 0x00, 0xf8, 0xc5, 0xd0, 0x8e, 0x8f, 0x94, 0xfa, 0xb1, 0x17, 0xb3, 0xb5, 0x3e, 0xbf, 0x5d, 0x8b, 0xa1, 0xa5, 0x64, 0x3d, 0xde, 0x49, 0xfc, 0x99, 0x3f, 0x6b, 0xa9, 0x91, 0xbd, 0x8f, 0xf9, 0xaf, 0xfd, 0x52, 0x27, 0x9a, 0xcf, 0x77, 0x07, 0x55, 0x44, 0x80, 0x85, 0xca, 0x3f, 0xd1, 0xc7, 0x6c, 0x31, 0xff, 0xe1, 0xa8, 0x60, 0x54, 0x98, 0xc4, 0xdf, 0x79, 0xe7, 0x32, 0x13, 0x3e, 0x1e, 0x11, 0xd1, 0x57, 0xa7, 0x56, 0x78, 0xd5, 0xd6, 0x08, 0x6d, 0x60, 0x7c, 0xe1, 0xd9, 0x2d, 0xbc, 0x03, 0x40, 0xd2, 0x7c, 0xc0, 0x51, 0x5a, 0x1f, 0x1a, 0x15, 0x55, 0x44, 0x3e, 0xac, 0xa7, 0xab, 0x25, 0xfe, 0x6c, 0xe3, 0x20, 0x48, 0x3f, 0xd9, 0x6b, 0x74, 0xb8, 0x8f, 0x99, 0xe7, 0x77, 0x31, 0x00, 0xd7, 0x4f, 0x8f, 0xbd, 0xac, 0x66, 0xa8, 0x7d, 0x74, 0xe9, 0x0a, 0x8b, 0x90, 0x83, 0xfb, 0xe7, 0xae, 0x6c, 0xe8, 0xfc, 0x73, 0xd9, 0x59, 0x8f, 0x13, 0x9a, 0x6a, 0x6a, 0x65, 0x5f, 0xe7, 0xbf, 0xc2, 0x38, 0xa7, 0xee, 0xb1, 0xae, 0xb4, 0x88, 0xf5, 0x63, 0xa9, 0xf2, 0xf9, 0xa8, 0x66, 0x8e, 0xce, 0xff, 0xd3, 0x9e, 0x26, 0x5c, 0xa3, 0xbb, 0x4b, 0xfc, 0xd9, 0xc7, 0x41, 0x6f, 0x1d, 0x5c, 0xfe, 0x06, 0x92, 0xe3, 0x70, 0x17, 0xe3, 0xcc, 0xf5, 0x5d, 0x05, 0x80, 0x61, 0x3e, 0xcd, 0x2c, 0xf5, 0xb0, 0x33, 0x25, 0xf0, 0xcd, 0x12, 0xd9, 0xff, 0xab, 0xa3, 0x6c, 0xc8, 0x7d, 0x04, 0x18, 0xf8, 0xe8, 0xa7, 0xfd, 0x4b, 0x5f, 0xb4, 0x1d, 0xf2, 0x5f, 0x34, 0xbf, 0x5e, 0x88, 0x7f, 0xa8, 0x17, 0x6e, 0x29, 0xda, 0xef, 0xf8, 0x30, 0x0e, 0x16, 0x22, 0xc7, 0xb9, 0xff, 0x57, 0x51, 0xe2, 0xcf, 0x0e, 0x4a, 0x05, 0xbd, 0x64, 0xff, 0x73, 0x74, 0x82, 0xeb, 0x82, 0x1c, 0x14, 0x8b, 0x06, 0xe0, 0xfa, 0x71, 0xb1, 0xf7, 0xd4, 0x88, 0xdc, 0x53, 0xfc, 0x8e, 0x2d, 0xcd, 0x7e, 0xf2, 0x49, 0x09, 0xdf, 0x19, 0xe7, 0xb2, 0x4b, 0xfc, 0x35, 0x44, 0x75, 0xfd, 0x8f, 0xcc, 0xa0, 0xf4, 0x94, 0x7a, 0x39, 0xf0, 0x96, 0xbd, 0x2e, 0x6e, 0x65, 0x82, 0xf9, 0x49, 0x27, 0x03, 0x70, 0x6b, 0x75, 0xcb, 0x12, 0x46, 0xa9, 0x45, 0xca, 0x1c, 0x71, 0x5a, 0x85, 0xf6, 0x14, 0xcf, 0x38, 0x77, 0xe2, 0x18, 0x3a, 0xb0, 0xb5, 0x3b, 0x28, 0x1b, 0x02, 0xf4, 0xa2, 0x1c, 0x68, 0xa1, 0x29, 0x07, 0xe6, 0x64, 0xd0, 0x57, 0x74, 0x5d, 0xed, 0xbc, 0x60, 0x3b, 0x20, 0x2c, 0x19, 0x34, 0x35, 0x5f, 0x4f, 0xee, 0x62, 0x03, 0x34, 0xee, 0xb7, 0x4b, 0xe4, 0x9c, 0xca, 0x30, 0xed, 0x40, 0xd2, 0x91, 0x03, 0xeb, 0x31, 0xa8, 0xc0, 0x47, 0x48, 0x87, 0xc8, 0x75, 0xde, 0xc2, 0xcb, 0x8d, 0xa0, 0x3e, 0xaa, 0x1d, 0x1e, 0x18, 0x1d, 0xec, 0xd2, 0xa9, 0xda, 0xd2, 0x8f, 0x83, 0xa0, 0x38, 0xbd, 0xc0, 0x66, 0x16, 0xd9, 0xe4, 0xfc, 0x79, 0xdd, 0x8d, 0x9d, 0x08, 0x80, 0x79, 0x16, 0x22, 0x7c, 0x1d, 0xcc, 0x61, 0xba, 0x90, 0x72, 0x38, 0x07, 0x89, 0x3f, 0xa0, 0x53, 0xf5, 0x45, 0x09, 0x89, 0x13, 0x57, 0xd7, 0x29, 0x1b, 0x2a, 0xa9, 0x4d, 0x28, 0x85, 0x6b, 0x60, 0xd1, 0xa8, 0x6b, 0x01, 0xa6, 0x1f, 0x07, 0x35, 0x52, 0x37, 0x16, 0x3e, 0xb0, 0x63, 0xc5, 0x3a, 0x7c, 0x53, 0xe7, 0x2e, 0xee, 0x24, 0x00, 0xcc, 0xe1, 0x7c, 0xa8, 0x0c, 0x5f, 0x03, 0x39, 0x43, 0x87, 0x56, 0x84, 0xb2, 0xb2, 0x1e, 0x74, 0x2d, 0xae, 0x78, 0xe6, 0xfd, 0x36, 0xa2, 0x5d, 0x24, 0xf1, 0x57, 0xd0, 0x43, 0xdb, 0x99, 0x49, 0x20, 0x76, 0x88, 0x46, 0x62, 0x59, 0xc6, 0x41, 0x1f, 0x29, 0x5c, 0x14, 0xe1, 0x45, 0xbb, 0xbc, 0xe7, 0xca, 0xda, 0x89, 0xf9, 0xa8, 0xe7, 0x0a, 0x06, 0x60, 0x7e, 0x70, 0xd3, 0x22, 0x26, 0xa9, 0xb5, 0xe1, 0x79, 0xd4, 0x62, 0x3b, 0xff, 0x45, 0xb3, 0x28, 0x1b, 0x7c, 0x94, 0x8b, 0x7f, 0x7d, 0x62, 0xa6, 0x85, 0x08, 0x21, 0x29, 0x38, 0xdb, 0x79, 0xca, 0x86, 0x0a, 0x6a, 0x85, 0x80, 0x6a, 0x6b, 0x62, 0x15, 0xc3, 0xf5, 0x4a, 0x17, 0x62, 0xec, 0xb2, 0x1d, 0x10, 0xd3, 0x8c, 0x03, 0x3f, 0x7d, 0x84, 0x71, 0xed, 0x88, 0xaf, 0x8b, 0x7f, 0x63, 0xfe, 0xb8, 0x13, 0x00, 0x30, 0x6f, 0x41, 0x0a, 0x7a, 0x9f, 0xc4, 0xbe, 0xd8, 0x2e, 0x53, 0x1d, 0x59, 0x24, 0xfe, 0xa0, 0xf6, 0x9b, 0x53, 0x44, 0x0f, 0x24, 0x8c, 0x94, 0x0e, 0xda, 0x09, 0xeb, 0xc4, 0x01, 0xa5, 0x94, 0xf8, 0x0d, 0x2a, 0xa9, 0x49, 0x20, 0x7e, 0x8c, 0x35, 0xac, 0x22, 0x0a, 0xec, 0xcf, 0x68, 0x47, 0x5e, 0x8c, 0x16, 0x09, 0x64, 0x4d, 0x37, 0x0e, 0xaa, 0xa4, 0x76, 0x0e, 0x2c, 0x63, 0x85, 0xfd, 0xa8, 0x63, 0x73, 0x77, 0x57, 0x29, 0x10, 0x00, 0xf3, 0x38, 0xfe, 0xad, 0xa0, 0x1f, 0xa7, 0x63, 0xc3, 0xa2, 0x0e, 0xbd, 0xbf, 0xfb, 0x9a, 0xb3, 0x42, 0x5c, 0x5b, 0xd5, 0x4a, 0x61, 0x35, 0x4b, 0x19, 0xcb, 0x28, 0x61, 0x47, 0x96, 0xb6, 0x1e, 0x84, 0x68, 0x77, 0x98, 0xd7, 0xbd, 0x67, 0x3d, 0x01, 0xaa, 0x74, 0x34, 0x9a, 0xfd, 0xfa, 0x5b, 0xa9, 0x77, 0x54, 0xe8, 0xee, 0xcd, 0x24, 0x9d, 0x40, 0x04, 0x22, 0x34, 0x88, 0x50, 0xed, 0x36, 0x13, 0x54, 0x0a, 0x00, 0x06, 0x2b, 0xa9, 0xb7, 0x1f, 0x70, 0x85, 0xf9, 0xdb, 0x92, 0x02, 0x70, 0xe3, 0xc0, 0xc8, 0x52, 0x15, 0x79, 0xd2, 0x97, 0xb3, 0x74, 0xf2, 0xf9, 0x50, 0x46, 0x65, 0x83, 0x4f, 0x4a, 0xc1, 0xaa, 0x6b, 0x9a, 0x59, 0x24, 0x01, 0x6e, 0x3d, 0x99, 0xc8, 0x60, 0x5d, 0xab, 0x1a, 0xcd, 0xca, 0xda, 0x24, 0xce, 0xc6, 0x5b, 0x65, 0x43, 0x05, 0xd5, 0xe2, 0xdf, 0x16, 0x7f, 0xf5, 0x66, 0x96, 0x3b, 0x4b, 0x86, 0x0a, 0x48, 0x07, 0xe9, 0x70, 0x26, 0x35, 0x25, 0xb7, 0xbb, 0x8e, 0x80, 0xa0, 0xb8, 0xeb, 0x1a, 0x6c, 0x61, 0xa1, 0xbd, 0xf4, 0xfc, 0x9b, 0x79, 0x56, 0xee, 0x6b, 0xe2, 0xc2, 0x02, 0xb5, 0x25, 0xb3, 0x1c, 0x4c, 0xe3, 0x00, 0x2d, 0xba, 0x85, 0x33, 0xb0, 0x1e, 0x3b, 0x7d, 0xbb, 0x3a, 0xfe, 0x9c, 0x45, 0x09, 0x7e, 0xce, 0x83, 0x99, 0x40, 0x4f, 0x6d, 0x41, 0x8e, 0x8f, 0x91, 0x76, 0x42, 0x32, 0x39, 0x17, 0x2e, 0x98, 0xa2, 0xab, 0xf4, 0x55, 0x51, 0x8d, 0x8f, 0xc4, 0x94, 0x53, 0xad, 0x7c, 0xc6, 0x17, 0x7a, 0xde, 0x02, 0x62, 0x5a, 0x16, 0x65, 0x6f, 0xc6, 0xeb, 0xda, 0x1e, 0x06, 0x6d, 0xb6, 0xf2, 0xd9, 0x01, 0x9e, 0x8f, 0x3e, 0x62, 0xaa, 0x6f, 0xe6, 0x25, 0xfb, 0x8d, 0x56, 0x54, 0x4e, 0xce, 0xa7, 0xfa, 0x4d, 0x61, 0x00, 0xec, 0xc1, 0xbb, 0xaa, 0xd2, 0x8c, 0x8f, 0x33, 0x25, 0x21, 0x23, 0x84, 0x1d, 0xe2, 0x64, 0xaa, 0xc4, 0x6f, 0x69, 0x0d, 0xe9, 0xbb, 0xa4, 0xc6, 0x34, 0xfb, 0xd9, 0x97, 0xfd, 0x1d, 0x31, 0x01, 0x71, 0x18, 0x3a, 0x08, 0xd1, 0x9e, 0xe4, 0xe3, 0x96, 0x9f, 0xb2, 0xc1, 0x47, 0x15, 0x95, 0xda, 0xad, 0xc4, 0x26, 0x68, 0x8c, 0x16, 0xd6, 0xb0, 0xde, 0x19, 0x75, 0x10, 0x89, 0xde, 0xfa, 0xe5, 0x7d, 0x7d, 0x7e, 0xe7, 0x3b, 0xc9, 0x3e, 0x51, 0xc3, 0xa1, 0x5a, 0xe5, 0x00, 0x51, 0x29, 0xf8, 0x13, 0x7f, 0x46, 0x4f, 0x91, 0x9f, 0xc2, 0x2c, 0xb4, 0x43, 0x48, 0x1a, 0xfd, 0x93, 0xf2, 0x73, 0x56, 0x29, 0x70, 0x0e, 0xb8, 0xfe, 0x80, 0xd8, 0x22, 0xe5, 0x0d, 0x5d, 0xc1, 0xd9, 0xd4, 0xea, 0x15, 0x70, 0xaa, 0x1c, 0xe3, 0xa7, 0xdc, 0xc1, 0x7a, 0x36, 0xf1, 0x9a, 0x83, 0xd7, 0x5a, 0xeb, 0x8d, 0x21, 0xf1, 0x67, 0x06, 0xd9, 0x9b, 0x7d, 0xa8, 0xa6, 0xdc, 0x31, 0x53, 0x38, 0xdd, 0x70, 0xdb, 0xf3, 0x8c, 0x6d, 0x81, 0x20, 0xe5, 0x54, 0xea, 0x9a, 0x37, 0xce, 0x4a, 0x37, 0x4d, 0xac, 0x4b, 0x24, 0x3e, 0xb1, 0x25, 0xdb, 0xbf, 0x77, 0xf7, 0x0a, 0x2c, 0xb8, 0xf6, 0xd2, 0xe0, 0x8d, 0xb6, 0xa7, 0xaf, 0x8f, 0xf1, 0x0c, 0xd7, 0x83, 0xc2, 0xa0, 0x85, 0x16, 0xfd, 0x94, 0x1a, 0x31, 0xd2, 0x47, 0x59, 0x62, 0x47, 0xb2, 0x59, 0xc6, 0xe9, 0x75, 0x7f, 0xef, 0xa4, 0x85, 0x98, 0x39, 0x8b, 0xbf, 0xab, 0x96, 0xf5, 0xe2, 0x74, 0x2a, 0x1d, 0x10, 0x38, 0xc9, 0x51, 0xe1, 0x90, 0xf8, 0xa3, 0xbc, 0xcf, 0xc7, 0x71, 0xe6, 0x18, 0x09, 0xdf, 0xf2, 0xc0, 0x6f, 0x4e, 0x9b, 0xdc, 0xfb, 0x66, 0xdf, 0x38, 0xe7, 0x48, 0x18, 0xcc, 0x5e, 0xf4, 0xa6, 0x5c, 0x17, 0xb6, 0x4a, 0x2c, 0x0f, 0x15, 0x11, 0x8f, 0xe8, 0x6c, 0x93, 0x74, 0x19, 0x55, 0x54, 0xea, 0xca, 0x37, 0xf1, 0x57, 0x8d, 0x11, 0x62, 0x07, 0x1b, 0xd8, 0x9e, 0x90, 0x48, 0xcc, 0xda, 0xde, 0x76, 0xcb, 0xfc, 0xfb, 0x1a, 0x74, 0xf4, 0xc6, 0xe5, 0x5f, 0xeb, 0xbd, 0xc0, 0x37, 0xd2, 0xfe, 0x76, 0x0f, 0x0e, 0xa1, 0x5c, 0xb3, 0x9e, 0x30, 0x8d, 0x12, 0xc1, 0x53, 0x2d, 0xad, 0x5a, 0xc9, 0x32, 0x9b, 0xd9, 0x99, 0x75, 0xf3, 0x3a, 0x51, 0x17, 0x64, 0x17, 0x7b, 0x80, 0x01, 0xcc, 0x92, 0x95, 0xad, 0x45, 0x44, 0x1b, 0xe1, 0x13, 0x59, 0xcf, 0x4e, 0x5e, 0x8d, 0x17, 0xa8, 0x25, 0xb6, 0x6a, 0xe3, 0x65, 0xf7, 0xd5, 0x03, 0xc6, 0x80, 0xc0, 0x9c, 0xd9, 0xd5, 0x57, 0xfb, 0x12, 0xd2, 0x15, 0xf7, 0x66, 0x10, 0x03, 0xa9, 0xa6, 0x3c, 0x21, 0x23, 0x61, 0x62, 0xfe, 0xcd, 0xa6, 0x8c, 0x12, 0x7f, 0x5f, 0xad, 0x2a, 0x8b, 0xbf, 0x68, 0x98, 0x66, 0x36, 0xb0, 0x95, 0xc4, 0x58, 0x57, 0x6b, 0x57, 0xeb, 0xdd, 0x2f, 0xde, 0xfb, 0x51, 0x73, 0xe2, 0x30, 0x3a, 0xb4, 0xe2, 0xd8, 0x5f, 0x05, 0x74, 0xee, 0xc6, 0x72, 0x26, 0x6b, 0xdf, 0x68, 0xb0, 0x68, 0xa2, 0x4c, 0x57, 0x54, 0x5d, 0xc3, 0x52, 0x3b, 0x37, 0xc0, 0x9f, 0xcc, 0x6f, 0x77, 0xb2, 0x36, 0xd4, 0x9c, 0x8f, 0xa4, 0x9e, 0x1b, 0xc4, 0xc9, 0x7a, 0x9a, 0x8d, 0x10, 0xc2, 0x72, 0x28, 0x1b, 0x2c, 0x2c, 0x56, 0xf0, 0x4e, 0xbc, 0xef, 0xc7, 0xc2, 0x7f, 0x7c, 0xf2, 0xc6, 0xd5, 0x8e, 0x9a, 0xb7, 0x07, 0xf6, 0x98, 0xf1, 0xdd, 0xaa, 0x8b, 0x7d, 0x09, 0x31, 0x5e, 0x3e, 0xfa, 0xd1, 0x97, 0xfe, 0xd4, 0x50, 0x46, 0x30, 0x05, 0x86, 0x36, 0xbe, 0xcc, 0xa8, 0x6c, 0x18, 0x20, 0xe9, 0x06, 0x6d, 0x01, 0xa1, 0x91, 0xcd, 0x6c, 0xa7, 0x29, 0x29, 0x81, 0x9e, 0xd5, 0xdc, 0x72, 0xdf, 0xab, 0xf3, 0xdf, 0x6f, 0x70, 0x3c, 0xc6, 0xb1, 0xf7, 0xe3, 0x53, 0x6b, 0x7f, 0x1b, 0x2f, 0xdb, 0x38, 0x8a, 0xb1, 0xda, 0x1d, 0x38, 0x9e, 0xc6, 0x73, 0x0d, 0xf5, 0xf6, 0xe4, 0xfb, 0x1c, 0xa7, 0x14, 0xe2, 0x27, 0x57, 0x14, 0x00, 0x8f, 0xfb, 0x57, 0x3c, 0xc8, 0x6c, 0x5b, 0x92, 0x39, 0x41, 0x16, 0x59, 0x16, 0x31, 0x62, 0x0e, 0x3e, 0xde, 0xcc, 0xeb, 0xc4, 0x03, 0xc9, 0x63, 0xeb, 0xb6, 0x5c, 0x3e, 0xff, 0x6d, 0x59, 0x0d, 0x19, 0x71, 0x10, 0x46, 0x54, 0x9f, 0x78, 0x7e, 0x8f, 0x8b, 0xfc, 0x83, 0x92, 0x9b, 0x57, 0x4b, 0x2f, 0xfa, 0xd0, 0x97, 0x72, 0xca, 0x1c, 0x85, 0xd3, 0xc2, 0x6c, 0xcf, 0x28, 0xf1, 0xef, 0x29, 0x7f, 0xdb, 0xd9, 0xc9, 0x16, 0xb6, 0x93, 0xaa, 0x1b, 0x88, 0x6d, 0x6e, 0x7e, 0xf4, 0xf5, 0x07, 0x97, 0xec, 0x48, 0x20, 0x7e, 0x12, 0x10, 0x67, 0x0e, 0x1d, 0x3d, 0xdf, 0x37, 0xc9, 0xbe, 0xa3, 0x0f, 0x53, 0xb4, 0xee, 0xc7, 0x26, 0xff, 0x32, 0xfb, 0xc9, 0x8b, 0xab, 0x8f, 0x2a, 0xac, 0xf0, 0x68, 0xb1, 0xda, 0xd0, 0x00, 0x8f, 0xf3, 0x0d, 0xb5, 0xdf, 0x9f, 0x13, 0x65, 0x2e, 0x88, 0x5b, 0x82, 0x63, 0xac, 0xe5, 0x8d, 0x78, 0xb6, 0x4c, 0xc2, 0x7f, 0x7d, 0xbe, 0xee, 0x83, 0x66, 0x27, 0xe1, 0x9d, 0x7b, 0xb5, 0xfe, 0x33, 0x8f, 0x1d, 0x38, 0xa7, 0xec, 0xd0, 0xd4, 0x56, 0x19, 0x54, 0x51, 0x43, 0x2f, 0x06, 0x48, 0xae, 0x87, 0x28, 0x9b, 0x33, 0x28, 0x1b, 0x02, 0x92, 0x13, 0x3a, 0xc6, 0x52, 0x5c, 0xec, 0x84, 0xb1, 0xd0, 0xa2, 0xad, 0x8f, 0x3c, 0xf1, 0x4a, 0x93, 0x9b, 0xfa, 0x29, 0x09, 0x88, 0xfe, 0xfe, 0x8b, 0x7e, 0x5a, 0xf9, 0x23, 0x7b, 0x16, 0x0e, 0x70, 0x30, 0xc3, 0xb4, 0x08, 0xfb, 0x19, 0xf5, 0x76, 0xaa, 0xbe, 0x8f, 0x39, 0xda, 0xdc, 0xde, 0x45, 0x36, 0xe1, 0xcb, 0xcb, 0xfb, 0x3c, 0x6d, 0x1c, 0xaf, 0xf6, 0x6b, 0x99, 0x49, 0x8d, 0x83, 0x5b, 0xb7, 0xf3, 0x36, 0xf1, 0x98, 0xea, 0xd8, 0xb6, 0xed, 0x57, 0xde, 0xfd, 0xa2, 0xa3, 0xe7, 0xbb, 0x40, 0x80, 0x81, 0x31, 0x7d, 0xe8, 0x01, 0xa7, 0xd4, 0xce, 0x0a, 0xb8, 0xd6, 0xb2, 0x1c, 0xc0, 0x14, 0x7c, 0x58, 0x58, 0x6c, 0x4e, 0x89, 0x78, 0x8c, 0xf7, 0xcd, 0x72, 0x81, 0x29, 0xc2, 0x62, 0x12, 0x33, 0x3e, 0x45, 0x37, 0x34, 0xfe, 0xeb, 0xfd, 0xbf, 0x2d, 0x5a, 0xef, 0x3a, 0x7c, 0x2c, 0xd7, 0x23, 0xeb, 0xd2, 0xc3, 0x06, 0xfc, 0xde, 0xa7, 0x47, 0xe6, 0x3e, 0x1c, 0x44, 0x90, 0x18, 0xab, 0x59, 0x6e, 0x4b, 0x51, 0xcb, 0x5b, 0x66, 0xdc, 0xba, 0x95, 0x58, 0x57, 0x00, 0x60, 0x60, 0x60, 0x5c, 0x54, 0x35, 0xf4, 0x51, 0x43, 0x22, 0xb4, 0x2b, 0x38, 0x51, 0xa7, 0x04, 0xd8, 0xc8, 0x42, 0xc7, 0x84, 0x17, 0x79, 0xee, 0x8d, 0x9f, 0xbd, 0xbe, 0x33, 0x81, 0xfc, 0x49, 0x84, 0x4f, 0xcc, 0x84, 0x7c, 0xc2, 0x98, 0x7d, 0x8f, 0xee, 0x79, 0x64, 0x70, 0x44, 0xe2, 0x0f, 0xd6, 0x30, 0x5d, 0xe6, 0x9a, 0x6d, 0x84, 0xd3, 0x2a, 0x1b, 0x6a, 0xe8, 0x09, 0x18, 0xb4, 0xf2, 0xa6, 0xcd, 0x22, 0x62, 0xed, 0xcb, 0x1a, 0x17, 0x7e, 0xfa, 0xfa, 0x0b, 0x9f, 0xa4, 0x5d, 0xc7, 0x25, 0x42, 0x10, 0x57, 0x48, 0xc5, 0xe0, 0xc8, 0x5e, 0x87, 0xdd, 0x11, 0x3c, 0x2e, 0xde, 0x86, 0x43, 0xd8, 0xc4, 0x27, 0xb6, 0xcd, 0x6f, 0xc5, 0x96, 0xe3, 0xfe, 0xb8, 0x35, 0x7e, 0x6d, 0x67, 0x02, 0xe0, 0x13, 0xa2, 0xf9, 0x0e, 0x2b, 0x3b, 0xfa, 0x3e, 0xff, 0x59, 0xb6, 0x20, 0x79, 0x24, 0xfb, 0xd0, 0xc1, 0x87, 0xd4, 0xc7, 0xad, 0xc2, 0x8d, 0x3b, 0xaf, 0xfb, 0xdd, 0x53, 0x29, 0xc4, 0x77, 0x07, 0x01, 0xe7, 0xdf, 0xf1, 0xfd, 0x27, 0x4c, 0xea, 0x7b, 0x48, 0xd5, 0x81, 0x81, 0x21, 0xf6, 0xd3, 0x67, 0x48, 0x28, 0xf8, 0x97, 0x8e, 0xfa, 0x77, 0xc9, 0x2a, 0x82, 0x9e, 0x92, 0x81, 0xae, 0xd1, 0x56, 0x0f, 0x58, 0xcf, 0xcc, 0xfa, 0x60, 0xb3, 0x6b, 0x8f, 0x77, 0x23, 0xbf, 0xdb, 0x3f, 0x7e, 0xf2, 0xad, 0x1e, 0x73, 0xf5, 0x6a, 0x2e, 0x3e, 0x8d, 0xaf, 0x58, 0x7f, 0xe2, 0x9f, 0xb6, 0xe8, 0xab, 0x62, 0x8e, 0x4c, 0x3d, 0x25, 0x06, 0x40, 0x85, 0xa6, 0x68, 0xb2, 0xf5, 0x0b, 0x5c, 0xfa, 0x9b, 0xc0, 0xc5, 0xf6, 0x97, 0x63, 0xd9, 0x42, 0x9c, 0x25, 0x76, 0xbc, 0xb1, 0xf8, 0xca, 0xff, 0x6c, 0x4a, 0x22, 0xba, 0x0f, 0xf4, 0xff, 0x74, 0x90, 0x38, 0x3e, 0xf7, 0xed, 0x75, 0xde, 0x93, 0xbe, 0x4a, 0x80, 0xe9, 0xf4, 0xc2, 0xc2, 0xa2, 0x89, 0xc6, 0xb4, 0xe6, 0xc5, 0xbe, 0xa2, 0xef, 0xd9, 0x28, 0x35, 0xdf, 0x3b, 0x36, 0xfe, 0xe2, 0x74, 0x97, 0x1e, 0x9f, 0x2b, 0xf1, 0x55, 0xcf, 0x8e, 0x9d, 0x37, 0x66, 0xf8, 0x1f, 0xfc, 0xfb, 0x27, 0x4c, 0x26, 0x6f, 0x2e, 0x3d, 0xf7, 0x1f, 0x3b, 0x93, 0xc8, 0x6f, 0xe5, 0x07, 0x82, 0x51, 0x5c, 0xdf, 0x77, 0x10, 0xd4, 0x77, 0xf5, 0xcf, 0xcb, 0xaf, 0x4c, 0xb9, 0xb2, 0x6d, 0xd7, 0xcd, 0xbf, 0x7d, 0x40, 0x13, 0xd9, 0x97, 0x76, 0x14, 0xa4, 0x1f, 0x15, 0x02, 0xc3, 0xcf, 0xee, 0xad, 0x18, 0x09, 0x30, 0x91, 0x3d, 0x25, 0x5d, 0xd2, 0xce, 0xb4, 0x6a, 0xe2, 0x01, 0xa2, 0xc3, 0x59, 0x89, 0xb2, 0x91, 0x37, 0xbf, 0xf1, 0xeb, 0x6b, 0x52, 0x48, 0x4e, 0x56, 0xa2, 0xa7, 0x1c, 0x8f, 0xa8, 0x38, 0xfd, 0xfa, 0xf2, 0xf3, 0x74, 0xc7, 0x7a, 0xe6, 0xe9, 0xef, 0x2e, 0x6b, 0x73, 0xb9, 0x23, 0xaf, 0x71, 0x60, 0x14, 0x4c, 0x7e, 0x17, 0x10, 0xae, 0x38, 0xad, 0xf6, 0x2e, 0x23, 0x1e, 0xae, 0x4b, 0xc7, 0x47, 0xcb, 0xae, 0x78, 0x7a, 0x4d, 0x1a, 0xe2, 0xfb, 0xf2, 0x03, 0xe1, 0x87, 0xd7, 0xf6, 0x3e, 0x06, 0x60, 0xa4, 0xb8, 0xbd, 0xb7, 0xb3, 0x2d, 0x8d, 0xc7, 0x82, 0xc1, 0x20, 0x39, 0xf3, 0x9e, 0x94, 0x84, 0xd8, 0xb4, 0x60, 0xfe, 0x82, 0xa4, 0xbe, 0x1f, 0x4b, 0xe2, 0xf4, 0xa9, 0x04, 0x4f, 0x3e, 0x27, 0xfb, 0xdf, 0x3f, 0xbe, 0xdf, 0x6d, 0x46, 0x2f, 0x08, 0xdd, 0x77, 0xd7, 0x35, 0xcd, 0xd1, 0x24, 0xa2, 0x17, 0x00, 0x81, 0xe1, 0x1d, 0xf9, 0x31, 0xf0, 0x7d, 0xe7, 0x90, 0xc1, 0x0b, 0x8c, 0x01, 0x00, 0x56, 0x47, 0xcb, 0x6f, 0xef, 0xbd, 0xbb, 0x21, 0xe6, 0x4a, 0x72, 0x9f, 0x2b, 0x43, 0xca, 0x38, 0x3b, 0x5c, 0x3c, 0x7b, 0xe8, 0x37, 0x95, 0x84, 0x7f, 0x10, 0x16, 0x16, 0x51, 0x36, 0xa7, 0xb1, 0xd4, 0x06, 0x45, 0x3d, 0x18, 0x65, 0xa1, 0x68, 0x30, 0x97, 0xd6, 0xfd, 0x7d, 0x51, 0x8a, 0xa4, 0x13, 0x03, 0x17, 0xa2, 0xc7, 0x5c, 0x8f, 0x12, 0xce, 0x9e, 0xbc, 0xe7, 0x81, 0x77, 0x85, 0x9e, 0xff, 0xf5, 0xef, 0xd2, 0x5e, 0x13, 0xcb, 0x07, 0x02, 0xc3, 0x13, 0xf2, 0x3b, 0xce, 0xce, 0x1c, 0x72, 0xe0, 0x83, 0xfe, 0xb1, 0xd1, 0x4f, 0x3e, 0xf9, 0xd1, 0x63, 0xcb, 0x5d, 0xaf, 0x4a, 0x26, 0xb8, 0x2f, 0xe3, 0xec, 0xa0, 0xe7, 0x88, 0x53, 0x0e, 0x9f, 0x70, 0x2d, 0x40, 0x0f, 0x49, 0xba, 0x6d, 0xb0, 0x51, 0x2a, 0xba, 0x26, 0x83, 0x50, 0x21, 0xde, 0x0a, 0x61, 0x5e, 0x10, 0x45, 0xf3, 0x13, 0x17, 0x2e, 0xdf, 0x9c, 0x33, 0xb3, 0x71, 0x27, 0x68, 0xa6, 0x33, 0xb1, 0x0c, 0x67, 0x3d, 0x06, 0x20, 0x81, 0xd4, 0xc9, 0xbd, 0xdf, 0x3e, 0x1a, 0x5b, 0x33, 0xe3, 0x9c, 0x27, 0x1f, 0x5d, 0x1f, 0x4e, 0x0f, 0x52, 0xce, 0x60, 0x38, 0xfe, 0x4d, 0xdc, 0x6b, 0xe6, 0xdd, 0xaa, 0x7f, 0x1f, 0x23, 0x4a, 0xb6, 0xad, 0x0e, 0xe5, 0x70, 0xa2, 0x10, 0xaa, 0x9c, 0x67, 0x77, 0x49, 0xc1, 0x9c, 0x68, 0xcb, 0x0d, 0x67, 0x27, 0x31, 0x13, 0xb2, 0x10, 0x3d, 0x96, 0xf5, 0x9b, 0x4c, 0x10, 0x24, 0x9e, 0xf3, 0x10, 0x80, 0x54, 0x42, 0xfa, 0x72, 0x3c, 0x67, 0x64, 0x66, 0x5c, 0xae, 0xac, 0x29, 0x09, 0x8c, 0xca, 0xe0, 0x55, 0x8f, 0x29, 0x65, 0xcc, 0x31, 0xa2, 0x68, 0xdb, 0x41, 0xc8, 0x75, 0x04, 0xf4, 0x14, 0x73, 0xe2, 0x7a, 0xc9, 0xea, 0xd9, 0xf2, 0xf1, 0xad, 0xd7, 0xa6, 0x10, 0xbd, 0xd0, 0xfe, 0xed, 0xc6, 0x68, 0x32, 0x5f, 0xef, 0x21, 0x00, 0xb9, 0x91, 0x3b, 0x99, 0x9c, 0xbe, 0x2c, 0x04, 0x77, 0xbb, 0xde, 0x15, 0x8c, 0xab, 0x7f, 0x57, 0x3e, 0x18, 0x60, 0x0a, 0x7d, 0x31, 0x80, 0x06, 0x59, 0xe6, 0x25, 0x8f, 0x80, 0x7e, 0x94, 0x01, 0x06, 0xcb, 0x45, 0x06, 0xda, 0xf4, 0xcf, 0xf9, 0x7f, 0xca, 0x89, 0xe8, 0x99, 0x8e, 0xd2, 0x5f, 0x91, 0xa9, 0xf7, 0xe7, 0xc0, 0x86, 0x8c, 0x82, 0xf8, 0x7f, 0xb6, 0xfe, 0xef, 0x4b, 0x21, 0xb0, 0x1b, 0xd1, 0x73, 0x19, 0x2b, 0x8e, 0xeb, 0x7f, 0xf8, 0x7f, 0x7b, 0x1f, 0x02, 0x30, 0x5e, 0x32, 0xb5, 0xb7, 0xd0, 0x90, 0x46, 0x08, 0xf5, 0x8b, 0xcf, 0xa6, 0xca, 0x3c, 0xfa, 0xf1, 0x5d, 0x4f, 0xbe, 0x92, 0x63, 0xbf, 0x8e, 0x65, 0x3c, 0xe7, 0xc6, 0x7e, 0xb2, 0xdd, 0x1f, 0xf3, 0x0e, 0x80, 0xc2, 0x48, 0x9e, 0x6e, 0x84, 0xe4, 0xf6, 0xa4, 0x84, 0xcf, 0x8b, 0x67, 0x0f, 0x3d, 0x15, 0x60, 0x5f, 0x15, 0x07, 0x4b, 0xbb, 0x98, 0x01, 0x53, 0x85, 0x50, 0x5b, 0x3f, 0xac, 0x14, 0xc5, 0xcf, 0x5e, 0xb9, 0x78, 0x6d, 0x1a, 0x22, 0xe6, 0x42, 0xf0, 0xf4, 0xbd, 0x3e, 0xdb, 0x1d, 0x39, 0x31, 0xa1, 0x42, 0x00, 0x28, 0x8e, 0xa8, 0x05, 0xc3, 0x73, 0xda, 0x91, 0xe3, 0x2f, 0x53, 0x7e, 0x78, 0x93, 0x44, 0xcc, 0xdc, 0xea, 0x32, 0x02, 0xca, 0x44, 0x11, 0x17, 0x96, 0x34, 0xf8, 0xb1, 0xe8, 0x6d, 0x73, 0x5a, 0xda, 0xd3, 0x90, 0x3d, 0x5b, 0x9f, 0xce, 0x95, 0xc4, 0x99, 0xe1, 0xed, 0x84, 0x11, 0x90, 0x4f, 0x7f, 0xce, 0x7f, 0x04, 0xc8, 0x99, 0xc9, 0xfb, 0x1f, 0x7f, 0x23, 0x40, 0x25, 0x33, 0xa4, 0xd9, 0x9b, 0x5d, 0xd6, 0xc2, 0x76, 0x5e, 0xb7, 0x9d, 0x52, 0xb3, 0xae, 0xf5, 0x7f, 0xb7, 0x5c, 0x99, 0x95, 0x44, 0x85, 0xb1, 0x9c, 0x4e, 0x1e, 0x01, 0xde, 0xcc, 0x01, 0x45, 0xc8, 0x50, 0x7d, 0xab, 0x2e, 0x5f, 0x80, 0x01, 0x06, 0x27, 0xe2, 0x17, 0x5f, 0x9c, 0x68, 0xca, 0x14, 0xdc, 0x43, 0x02, 0x49, 0x3f, 0x97, 0x84, 0x02, 0xdb, 0x17, 0xde, 0x75, 0x67, 0x56, 0x01, 0xf2, 0x2b, 0x31, 0x07, 0x90, 0x17, 0xc1, 0x33, 0x9d, 0xcb, 0xb4, 0x98, 0x4b, 0x27, 0xaa, 0x1a, 0x18, 0x18, 0xd7, 0xde, 0x1b, 0xec, 0x0d, 0x70, 0xb4, 0x78, 0xa3, 0xed, 0xa4, 0xdd, 0x45, 0x08, 0xad, 0x94, 0x38, 0x5e, 0xe5, 0xfc, 0xf2, 0xe9, 0x82, 0xbf, 0xfc, 0x23, 0xad, 0xf8, 0xe9, 0x26, 0xe9, 0xe4, 0x0e, 0x4b, 0xae, 0xa3, 0xc9, 0xd3, 0x75, 0x40, 0x71, 0x92, 0x7f, 0x2e, 0xab, 0x82, 0x0c, 0xaa, 0x89, 0x9f, 0xcc, 0xeb, 0x31, 0x1e, 0x60, 0xb2, 0x24, 0x84, 0x6e, 0xa0, 0xd5, 0x45, 0x08, 0x55, 0x21, 0xe2, 0x6f, 0xb0, 0x4d, 0xfd, 0x9d, 0xfb, 0xf2, 0xd2, 0x34, 0x0b, 0xb0, 0xfc, 0x24, 0xff, 0x58, 0x06, 0x00, 0x63, 0x9d, 0xb3, 0x0e, 0x20, 0xbb, 0xa8, 0x98, 0xa3, 0xac, 0x9f, 0x0b, 0xd1, 0x9d, 0x2a, 0x09, 0x51, 0x48, 0x5c, 0x76, 0xc9, 0xc0, 0x93, 0x94, 0x3f, 0xaa, 0xaa, 0x28, 0x14, 0xa2, 0x59, 0x8f, 0xf1, 0xb8, 0x10, 0xaa, 0xec, 0x87, 0xff, 0x12, 0x73, 0xe1, 0x7d, 0xe7, 0xad, 0x6f, 0x48, 0xa7, 0x60, 0xce, 0x1b, 0x8c, 0xfc, 0x40, 0x8a, 0x79, 0xbd, 0x12, 0x4e, 0xa7, 0x0b, 0xf2, 0x65, 0x54, 0x3a, 0xe4, 0x47, 0xf4, 0x8c, 0x7a, 0xd1, 0xf3, 0x66, 0xee, 0x7f, 0xa9, 0x32, 0x0b, 0x8e, 0x4f, 0xe8, 0xf7, 0xce, 0x0a, 0x7e, 0x41, 0x11, 0x51, 0x95, 0x0c, 0x14, 0xd9, 0x76, 0xe3, 0x85, 0xb9, 0x69, 0xfb, 0xf3, 0x5a, 0x25, 0x67, 0x56, 0x48, 0xe4, 0xa5, 0x8e, 0xcb, 0x17, 0x00, 0x23, 0x67, 0x0d, 0x4f, 0x26, 0x0d, 0xa8, 0x2f, 0x0f, 0xb5, 0xb4, 0xc3, 0x42, 0xf6, 0xf5, 0x09, 0x53, 0x7e, 0xa9, 0xd8, 0xcc, 0x61, 0x29, 0xb5, 0xfc, 0x12, 0xf7, 0xb7, 0x8b, 0x0c, 0xd4, 0xf8, 0xce, 0xed, 0x73, 0x93, 0xac, 0x00, 0xb1, 0x84, 0xe3, 0x58, 0x46, 0x30, 0x9c, 0x47, 0xd9, 0xf4, 0x43, 0x6e, 0x20, 0x95, 0x44, 0x1d, 0x9d, 0x4b, 0xbf, 0x76, 0x23, 0xad, 0x2f, 0x2f, 0x5b, 0x80, 0xab, 0x6d, 0x6c, 0x64, 0xbf, 0x73, 0x1f, 0x53, 0xbd, 0xfc, 0xc4, 0xa4, 0x4a, 0x96, 0x46, 0xd2, 0xde, 0x5a, 0x91, 0x81, 0x36, 0x3e, 0x74, 0xcf, 0x82, 0x9c, 0xed, 0x60, 0x6e, 0x0a, 0xea, 0x7c, 0xc1, 0xc8, 0x53, 0x19, 0xed, 0xa5, 0x45, 0xac, 0x10, 0xa2, 0xc7, 0x79, 0xbc, 0xe1, 0x6a, 0x9e, 0x4c, 0x29, 0x59, 0x7c, 0xdd, 0xb3, 0xfe, 0x6a, 0x65, 0x98, 0xac, 0xc0, 0x27, 0xff, 0xfc, 0x29, 0xaf, 0x13, 0xe3, 0x23, 0xd6, 0x2a, 0x87, 0x85, 0xba, 0x27, 0x5e, 0x2b, 0xd8, 0x18, 0x99, 0xde, 0x5a, 0x90, 0x0b, 0xc3, 0xea, 0x44, 0x9b, 0x70, 0xee, 0x44, 0x77, 0x12, 0x3c, 0x91, 0xd0, 0xbe, 0x4c, 0xa6, 0x79, 0xad, 0x65, 0x30, 0x7e, 0xf6, 0xc7, 0x8a, 0xb1, 0x00, 0xd5, 0x04, 0xc4, 0x9d, 0xdd, 0xc0, 0x8f, 0xa5, 0xdd, 0x67, 0x23, 0x84, 0x68, 0x73, 0x88, 0x1e, 0xcf, 0x9e, 0xb3, 0x78, 0x5d, 0x46, 0x9f, 0x76, 0x2b, 0x0f, 0xbb, 0x70, 0x3e, 0x60, 0x74, 0x82, 0x57, 0x44, 0x3a, 0x32, 0xe7, 0x6a, 0xed, 0x32, 0xb2, 0x7a, 0x08, 0xa5, 0x16, 0xb1, 0xe7, 0x8a, 0xeb, 0x7a, 0x9e, 0x94, 0x7b, 0x13, 0x63, 0xad, 0x37, 0xcd, 0xe8, 0x88, 0x92, 0x39, 0x45, 0x45, 0xf2, 0xec, 0x10, 0xd3, 0xd6, 0x32, 0xe7, 0xff, 0x4c, 0xa6, 0x4a, 0x0a, 0xeb, 0xfb, 0x9e, 0xf9, 0x05, 0x15, 0x64, 0xef, 0xcd, 0x46, 0x7e, 0x5c, 0x20, 0x00, 0x2e, 0xfd, 0xe6, 0x1e, 0x79, 0x54, 0x1a, 0x0e, 0x2d, 0xfd, 0xe5, 0xc5, 0x49, 0x05, 0xde, 0x33, 0xb3, 0xa3, 0xe4, 0x29, 0x3a, 0xb7, 0x59, 0xc2, 0x09, 0x40, 0xe7, 0x7b, 0xc6, 0x65, 0x21, 0x7a, 0xaa, 0x34, 0x9f, 0x8e, 0xd9, 0xb8, 0xba, 0xa3, 0x24, 0xab, 0xfb, 0x67, 0x1f, 0x39, 0x22, 0x87, 0xe8, 0xab, 0x58, 0x53, 0x74, 0x7b, 0x6c, 0x47, 0x64, 0xeb, 0x8e, 0x45, 0xf7, 0x3f, 0x97, 0x04, 0x00, 0xae, 0x4c, 0xa8, 0x10, 0x57, 0x15, 0x37, 0xb6, 0xd4, 0x15, 0xae, 0x89, 0x19, 0xd9, 0x51, 0x36, 0x4e, 0xef, 0xce, 0x70, 0x12, 0x09, 0x9f, 0xb8, 0xd4, 0x35, 0x7a, 0x05, 0x87, 0xf6, 0xe8, 0xd7, 0xa3, 0xa6, 0xb6, 0xaa, 0xb6, 0xa2, 0x06, 0xc0, 0x1f, 0x0c, 0x54, 0xb4, 0x37, 0x41, 0xb4, 0x23, 0xdc, 0x0a, 0xe1, 0xd0, 0x96, 0xad, 0x9f, 0x6e, 0xdf, 0xee, 0x2c, 0x5d, 0xe0, 0x1e, 0xb4, 0x9c, 0xcc, 0x86, 0x0a, 0x85, 0xa0, 0xe0, 0x9e, 0xef, 0x2d, 0x00, 0x89, 0xb2, 0x51, 0x2e, 0xac, 0x26, 0x1b, 0xe3, 0x21, 0x99, 0xfb, 0x27, 0x7c, 0x66, 0x6e, 0x79, 0x62, 0x22, 0x75, 0x27, 0x00, 0xee, 0x59, 0x43, 0xc8, 0xc9, 0x67, 0x28, 0x3e, 0x23, 0x24, 0xb3, 0x9e, 0x22, 0xfb, 0xae, 0xb7, 0x5b, 0xae, 0xc4, 0x4f, 0xee, 0xf1, 0x89, 0xe4, 0x36, 0x92, 0xca, 0xd6, 0x3b, 0x57, 0x5d, 0x46, 0x96, 0x96, 0xbb, 0x25, 0x54, 0x4f, 0x1e, 0x05, 0x64, 0x89, 0xf7, 0x4b, 0x85, 0xc0, 0x6d, 0x76, 0x88, 0x79, 0x43, 0xb0, 0x52, 0x6c, 0xd9, 0xd8, 0x0f, 0x19, 0x79, 0x7e, 0x1a, 0xe6, 0x93, 0xd2, 0x66, 0x23, 0x6b, 0xef, 0xc7, 0x95, 0xf8, 0xc9, 0x8c, 0x28, 0xb7, 0x71, 0x60, 0x4b, 0x48, 0x45, 0xf0, 0xfb, 0xce, 0x03, 0x20, 0x11, 0x86, 0xe4, 0xa9, 0x97, 0x34, 0x3c, 0x3f, 0x03, 0xe7, 0x4f, 0xc3, 0x7c, 0x8c, 0xb4, 0xe4, 0x4f, 0x07, 0x40, 0x2a, 0x23, 0xca, 0x24, 0xa0, 0xba, 0x8f, 0x03, 0x8f, 0x89, 0x54, 0xfa, 0x2d, 0x57, 0x79, 0x27, 0x7b, 0xef, 0x37, 0x72, 0x6e, 0x73, 0xae, 0x8c, 0xc8, 0x4a, 0x03, 0x85, 0xfb, 0xf4, 0x5c, 0x12, 0xe2, 0x74, 0xde, 0xe6, 0xc6, 0x80, 0xc8, 0xd0, 0xfb, 0x8d, 0x14, 0x92, 0x1b, 0x39, 0xb7, 0x3a, 0x1d, 0x00, 0xd9, 0x66, 0x83, 0x74, 0x55, 0x23, 0x4a, 0x48, 0x94, 0xae, 0xd8, 0x92, 0xa7, 0xdd, 0xe4, 0x29, 0x37, 0xb7, 0xbe, 0x9f, 0x79, 0x0e, 0x48, 0x64, 0x3f, 0xd9, 0xa6, 0x63, 0x3a, 0x97, 0xec, 0x5d, 0x0d, 0x40, 0x32, 0x18, 0x6e, 0x4c, 0x28, 0x37, 0xe6, 0x63, 0x64, 0x20, 0x7f, 0xb6, 0x7c, 0xe1, 0x6e, 0x00, 0x74, 0xc1, 0xeb, 0x77, 0xaf, 0xcd, 0xc8, 0x98, 0xa2, 0x2a, 0xdf, 0xf6, 0x5a, 0x19, 0xc6, 0x41, 0x17, 0x11, 0xbc, 0xbb, 0x03, 0x90, 0xbe, 0x95, 0x46, 0x5e, 0x6d, 0xb6, 0xd2, 0x8c, 0x82, 0x6e, 0xf9, 0x6a, 0xbb, 0xb7, 0x2e, 0xdc, 0xfe, 0x1f, 0xaf, 0x15, 0x73, 0x92, 0x94, 0x9b, 0xb1, 0x53, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_preferences_192_png_len = 11289; unsigned char gtk_print_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x50, 0x72, 0x69, 0x6e, 0x74, 0x20, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x29, 0x20, 0xfe, 0xf4, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x11, 0x36, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x6b, 0x8c, 0x15, 0xd5, 0x1d, 0x3f, 0x77, 0x76, 0x17, 0xd8, 0x65, 0x97, 0x05, 0x96, 0x85, 0x85, 0x95, 0xa7, 0xe5, 0x69, 0x00, 0x61, 0x17, 0x01, 0x09, 0x29, 0x46, 0x6b, 0x09, 0xda, 0x54, 0xac, 0x08, 0x21, 0xc5, 0x88, 0xa8, 0x58, 0x48, 0x9b, 0x40, 0xb0, 0x7e, 0xe8, 0x17, 0xda, 0x44, 0x85, 0x2f, 0x45, 0xa9, 0x4d, 0x00, 0x53, 0xb4, 0x4a, 0x95, 0xc6, 0x50, 0xc1, 0x28, 0x49, 0x13, 0x8d, 0xb6, 0xa0, 0x4d, 0x90, 0x45, 0x10, 0x50, 0xc2, 0xae, 0x0a, 0x22, 0xec, 0x03, 0xf7, 0xc1, 0xc2, 0x3e, 0x60, 0xf7, 0xce, 0xf4, 0xfc, 0xe6, 0xde, 0x33, 0xf7, 0xdc, 0xd9, 0x99, 0xb9, 0xf3, 0xbc, 0x73, 0xef, 0xde, 0xf3, 0x4f, 0xce, 0x9d, 0x33, 0x73, 0xcf, 0xcc, 0x99, 0x39, 0xff, 0xdf, 0xf9, 0xbf, 0xce, 0x99, 0x33, 0x84, 0x08, 0x12, 0x24, 0x48, 0x90, 0x20, 0x41, 0x82, 0x04, 0x09, 0x12, 0x24, 0x48, 0x90, 0x20, 0x41, 0x82, 0x04, 0x09, 0x12, 0x24, 0xa8, 0xff, 0x53, 0x24, 0xdd, 0x15, 0xee, 0xde, 0xbd, 0xbb, 0xa0, 0xad, 0xad, 0xed, 0x17, 0x8a, 0xa2, 0xcc, 0x89, 0x44, 0x22, 0x23, 0x05, 0x0b, 0x88, 0x4c, 0x53, 0x1d, 0x4d, 0x47, 0x9e, 0x7b, 0xee, 0xb9, 0x63, 0xfd, 0x1a, 0x00, 0xdb, 0xb7, 0x6f, 0x9f, 0x4e, 0x37, 0xfb, 0x69, 0x9a, 0x25, 0xf8, 0x6e, 0x48, 0xaf, 0x75, 0x75, 0x75, 0x3d, 0xb3, 0x75, 0xeb, 0xd6, 0x5b, 0xe9, 0xaa, 0x50, 0x4a, 0x57, 0x45, 0x3b, 0x77, 0xee, 0x1c, 0x48, 0x37, 0xff, 0x14, 0xcc, 0xb7, 0xa4, 0xb5, 0x45, 0x45, 0x45, 0x7f, 0xec, 0x97, 0x12, 0x60, 0xdb, 0xb6, 0x6d, 0xab, 0xa9, 0xc8, 0xff, 0x07, 0xf2, 0xd3, 0xa6, 0x4d, 0x23, 0x0b, 0x17, 0x2e, 0x24, 0x03, 0x06, 0x0c, 0x10, 0x2c, 0xa7, 0xd4, 0xdc, 0xdc, 0x4c, 0x0e, 0x1f, 0x3e, 0x4c, 0x3a, 0x3b, 0x3b, 0xb1, 0xdb, 0x53, 0x50, 0x50, 0x50, 0xba, 0x79, 0xf3, 0xe6, 0xae, 0x74, 0xd4, 0x9d, 0x9f, 0x36, 0xa4, 0x45, 0x22, 0x55, 0x2c, 0xbf, 0x64, 0xc9, 0x12, 0x32, 0x70, 0xe0, 0x40, 0xc1, 0xf9, 0x38, 0x55, 0x56, 0x56, 0xaa, 0x1d, 0xe2, 0xa3, 0x8f, 0x3e, 0xc2, 0x6e, 0x41, 0x34, 0x1a, 0xbd, 0x93, 0x6e, 0xff, 0xd7, 0xaf, 0x00, 0x40, 0x69, 0x18, 0xcb, 0x30, 0xe6, 0x53, 0x43, 0x50, 0x4d, 0xb9, 0x4c, 0x92, 0x14, 0xd3, 0xc2, 0xc3, 0x86, 0x69, 0xcd, 0x43, 0x28, 0x00, 0x86, 0xa7, 0xab, 0xfe, 0xfc, 0x30, 0x1f, 0xfe, 0xe6, 0xcd, 0x9b, 0x84, 0x7a, 0x04, 0x39, 0xcb, 0xfc, 0xbc, 0xbc, 0x3c, 0x52, 0x5e, 0x5e, 0x1e, 0x2e, 0x00, 0x85, 0x00, 0xce, 0x6d, 0xca, 0xcf, 0xc4, 0x9b, 0xba, 0x75, 0xeb, 0x16, 0xe9, 0xed, 0xed, 0xed, 0x17, 0x0d, 0x4c, 0xad, 0x7a, 0x01, 0x00, 0xa7, 0x74, 0xfd, 0xfa, 0x75, 0x42, 0xfd, 0x61, 0x01, 0x00, 0xa1, 0x02, 0x04, 0xf5, 0x7b, 0x09, 0x40, 0xdd, 0xc3, 0x3e, 0xc7, 0x86, 0x0c, 0x19, 0xe2, 0xaa, 0xe7, 0xb8, 0xf1, 0x28, 0x70, 0x0e, 0x0c, 0x51, 0xde, 0x0a, 0x17, 0x00, 0x08, 0x19, 0x00, 0x70, 0x13, 0xd3, 0x15, 0x27, 0xf8, 0xee, 0xbb, 0xef, 0xc8, 0x95, 0x2b, 0x57, 0x48, 0x7e, 0x7e, 0x3e, 0xa9, 0xa8, 0xa8, 0x08, 0xfd, 0xd9, 0x73, 0x0a, 0x00, 0x68, 0x80, 0x30, 0x1b, 0xe1, 0xf2, 0xe5, 0xcb, 0x2a, 0xf3, 0x19, 0x10, 0x8a, 0x8b, 0x8b, 0x55, 0xe9, 0x13, 0x84, 0xa4, 0x49, 0x05, 0x80, 0xb0, 0xda, 0x21, 0x74, 0x09, 0x80, 0x40, 0x88, 0xbe, 0x41, 0x7f, 0xfc, 0xf1, 0xc7, 0xc0, 0x8d, 0xc0, 0x8e, 0x8e, 0x0e, 0xb5, 0x1e, 0x9e, 0xa9, 0x67, 0xcf, 0x9e, 0x25, 0xa3, 0x47, 0x8f, 0x56, 0xa5, 0x81, 0x5f, 0x34, 0x76, 0xec, 0x58, 0x53, 0xd0, 0x08, 0x09, 0x10, 0x97, 0x00, 0xfa, 0x86, 0x00, 0x28, 0x58, 0x84, 0x2c, 0x88, 0x5e, 0xd8, 0xdd, 0xdd, 0x4d, 0xae, 0x5e, 0xbd, 0xda, 0xe7, 0x78, 0x34, 0x1a, 0x55, 0x8f, 0x8f, 0x19, 0x33, 0xc6, 0x77, 0x31, 0x6f, 0xc4, 0x6c, 0x21, 0x01, 0x4c, 0x1e, 0x7c, 0xd0, 0xa0, 0x41, 0x81, 0x34, 0x08, 0x40, 0x83, 0xe8, 0x63, 0x53, 0x53, 0x93, 0x69, 0x19, 0xfc, 0xdf, 0xd2, 0xd2, 0x42, 0x6e, 0xbb, 0xed, 0xb6, 0xc0, 0xf5, 0x7c, 0xce, 0x4b, 0x00, 0x2b, 0x2f, 0x20, 0x08, 0x02, 0x73, 0x6b, 0x6a, 0x6a, 0xd4, 0x9e, 0x6e, 0x45, 0xd7, 0xae, 0x5d, 0x23, 0xa3, 0x46, 0x8d, 0x52, 0x07, 0x69, 0x82, 0x1c, 0xab, 0x10, 0x2a, 0x20, 0x8d, 0x46, 0x20, 0x22, 0x8b, 0x27, 0x4f, 0x9e, 0x54, 0x41, 0x60, 0x87, 0xea, 0xea, 0xea, 0x54, 0xa3, 0x70, 0xe8, 0xd0, 0xa1, 0xae, 0xa5, 0x8d, 0x30, 0x02, 0x6d, 0x1a, 0x81, 0x7a, 0x42, 0x24, 0x90, 0x67, 0x94, 0xd7, 0x5e, 0x28, 0xcb, 0x32, 0xf9, 0xf6, 0xdb, 0x6f, 0xd9, 0x78, 0xbb, 0xed, 0x73, 0xbe, 0xfc, 0xf2, 0x4b, 0x32, 0x79, 0xf2, 0x64, 0x4f, 0xf3, 0x16, 0x46, 0x8c, 0x18, 0xe1, 0xe8, 0xd9, 0x85, 0x04, 0x20, 0xb1, 0xb1, 0x00, 0xbf, 0xbc, 0x00, 0x80, 0xa7, 0xbe, 0xbe, 0x5e, 0xb5, 0xfa, 0xdd, 0x48, 0x0d, 0xb8, 0x87, 0xe3, 0xc6, 0x8d, 0x73, 0xdd, 0x43, 0x85, 0x0d, 0xe0, 0xa2, 0x81, 0xfc, 0x54, 0x0d, 0x30, 0xf8, 0x20, 0x51, 0xbc, 0x78, 0x0c, 0x8d, 0x8d, 0x8d, 0xae, 0x83, 0x44, 0x76, 0x01, 0x20, 0xbc, 0x00, 0x8e, 0xfc, 0x1a, 0x23, 0x87, 0xd8, 0x6f, 0x6d, 0x6d, 0xf5, 0x7c, 0x1d, 0x18, 0x85, 0x30, 0x08, 0x99, 0x4f, 0xef, 0xa7, 0x4b, 0x9a, 0xf3, 0x2a, 0x40, 0xaf, 0x07, 0xfd, 0x6a, 0x4c, 0x88, 0xfd, 0xda, 0xda, 0x5a, 0xdf, 0xee, 0xf5, 0xdc, 0xb9, 0x73, 0xa4, 0xa4, 0xa4, 0xc4, 0x70, 0xcc, 0xc0, 0x4d, 0xef, 0xc5, 0x73, 0x0a, 0x15, 0x60, 0xd0, 0x78, 0xd8, 0x87, 0x01, 0x98, 0xca, 0x55, 0xb3, 0xea, 0x85, 0xe8, 0xf5, 0xa7, 0x4f, 0x9f, 0xf6, 0xf5, 0x3e, 0x61, 0x14, 0x7e, 0xf1, 0xc5, 0x17, 0xa4, 0xaa, 0xaa, 0xca, 0x91, 0x51, 0x68, 0x36, 0xa8, 0xa5, 0x57, 0x73, 0x39, 0xa9, 0x02, 0xcc, 0x74, 0xbd, 0x97, 0xf9, 0x00, 0x38, 0x0f, 0xa2, 0x3f, 0x08, 0xb1, 0x0c, 0xe3, 0x14, 0xae, 0xe4, 0xa4, 0x49, 0x93, 0x6c, 0x33, 0x6c, 0xf0, 0xe0, 0xc1, 0xc2, 0x08, 0x4c, 0x97, 0x11, 0x08, 0x06, 0x5d, 0xb8, 0x70, 0x41, 0xed, 0xad, 0x41, 0x11, 0x00, 0x86, 0x01, 0x24, 0xbb, 0x91, 0x42, 0x61, 0x04, 0xba, 0x90, 0x00, 0xa5, 0xa5, 0xa5, 0x96, 0x3d, 0xc7, 0x88, 0x7a, 0x7a, 0x7a, 0xd4, 0x28, 0x5f, 0x3a, 0xa6, 0x92, 0x41, 0xc5, 0x20, 0x52, 0x68, 0x67, 0xcc, 0xc0, 0x68, 0xb0, 0x4b, 0x48, 0x80, 0x14, 0xc1, 0x90, 0xc2, 0xc2, 0x42, 0xdb, 0xfa, 0x1e, 0x04, 0x7b, 0x01, 0xa2, 0xd9, 0x49, 0xa0, 0xc7, 0x2b, 0x9d, 0x3f, 0x7f, 0x9e, 0x94, 0x95, 0x95, 0xa9, 0xc9, 0x8b, 0x14, 0x08, 0xbd, 0xfd, 0x33, 0x41, 0x05, 0x38, 0x4d, 0x6c, 0xb4, 0x10, 0x09, 0xfb, 0x27, 0x4e, 0x9c, 0x50, 0x07, 0x70, 0xd2, 0x49, 0x50, 0x33, 0xc7, 0x8f, 0x1f, 0x57, 0x0d, 0x56, 0x37, 0xcf, 0x10, 0xf6, 0x5c, 0x88, 0x8c, 0x51, 0x01, 0x46, 0x84, 0x21, 0x59, 0xbb, 0xbd, 0xf9, 0xd2, 0xa5, 0x4b, 0x86, 0x43, 0xbb, 0xe9, 0x20, 0x30, 0xff, 0xd8, 0xb1, 0x63, 0x64, 0xf1, 0xe2, 0xc5, 0x9e, 0xc3, 0xba, 0x61, 0x81, 0x21, 0x2b, 0x25, 0x00, 0x4b, 0x0d, 0x0d, 0x0d, 0xa1, 0x31, 0x9f, 0xb7, 0x07, 0xce, 0x9c, 0x39, 0xd3, 0x47, 0x2a, 0x09, 0x09, 0xe0, 0x32, 0x10, 0xc4, 0x6c, 0x00, 0xd6, 0x38, 0x66, 0x06, 0x14, 0x42, 0xb4, 0xf8, 0x2f, 0x55, 0x88, 0x16, 0x61, 0x5c, 0x3f, 0x5c, 0x42, 0xcc, 0x12, 0x32, 0x9b, 0xa7, 0x88, 0x3a, 0x00, 0x46, 0xcc, 0x26, 0x72, 0xda, 0x9b, 0x83, 0xf4, 0x58, 0xb2, 0xd6, 0x0d, 0x84, 0x17, 0x80, 0x94, 0x8a, 0x26, 0x4c, 0x98, 0x90, 0xd2, 0x48, 0x3c, 0x74, 0xe8, 0x90, 0xea, 0x21, 0x78, 0x25, 0x84, 0x82, 0xe7, 0xcd, 0x9b, 0x97, 0x76, 0x75, 0x98, 0x93, 0x00, 0xc8, 0xd4, 0xc6, 0xf4, 0xfb, 0xba, 0x99, 0x30, 0x86, 0x90, 0xd3, 0xb3, 0x82, 0xfd, 0x50, 0x57, 0x41, 0xcc, 0x10, 0xce, 0x19, 0x00, 0xa0, 0xf1, 0xf4, 0x3a, 0xd0, 0x49, 0x43, 0xa4, 0xbb, 0xd1, 0x52, 0x4d, 0xec, 0xcc, 0xa6, 0x9e, 0x9f, 0x11, 0x00, 0x00, 0xf3, 0xcd, 0x06, 0x7d, 0x9c, 0x36, 0x6c, 0xd0, 0x60, 0xc0, 0xbd, 0xda, 0xb1, 0x25, 0xdc, 0xde, 0x47, 0x58, 0xa0, 0x08, 0x1d, 0x00, 0x41, 0x34, 0x2a, 0x5f, 0xde, 0xaf, 0x86, 0xc5, 0xbd, 0x62, 0xac, 0xc1, 0x6f, 0x50, 0x62, 0x8d, 0x80, 0x30, 0xbd, 0x81, 0xd0, 0x01, 0x10, 0x44, 0xa3, 0x06, 0x21, 0x15, 0x20, 0xa9, 0xf8, 0x79, 0x8a, 0x7e, 0xdc, 0x07, 0x8e, 0xb3, 0x97, 0x50, 0x72, 0x4a, 0x02, 0xb0, 0xa5, 0x61, 0x82, 0x68, 0xd4, 0xa0, 0x44, 0xab, 0x15, 0x58, 0xdd, 0xde, 0x37, 0x8c, 0x4a, 0x16, 0x5b, 0x08, 0x6b, 0x3d, 0x84, 0xfc, 0xb0, 0x7a, 0x3e, 0xeb, 0x55, 0x7e, 0x37, 0x6a, 0x98, 0xd2, 0xca, 0xe9, 0x7d, 0x40, 0xfc, 0xb3, 0xb6, 0xf0, 0x23, 0x56, 0x91, 0x35, 0x00, 0x60, 0x86, 0x1f, 0x50, 0xef, 0x77, 0xa3, 0x06, 0x05, 0x06, 0xa7, 0xea, 0xca, 0xae, 0xfe, 0x47, 0x5b, 0xa0, 0xac, 0xd3, 0x19, 0x50, 0x59, 0x0d, 0x00, 0x34, 0x24, 0x1e, 0x1a, 0x5b, 0xbf, 0x1b, 0x55, 0x5f, 0xd6, 0x2f, 0x15, 0xc0, 0xab, 0x2b, 0xbf, 0xa4, 0x13, 0xf4, 0x3f, 0x63, 0xbc, 0x53, 0x5b, 0x28, 0xab, 0x01, 0x80, 0x9e, 0x0f, 0xfd, 0x97, 0x4a, 0x02, 0x78, 0xed, 0xcd, 0x7e, 0x4a, 0x03, 0x33, 0x09, 0xe0, 0x05, 0x0c, 0xcc, 0x0b, 0x02, 0x48, 0x73, 0x4a, 0x05, 0xa0, 0x21, 0x01, 0x00, 0x3c, 0xb4, 0x57, 0xe3, 0x27, 0x5d, 0xc1, 0x20, 0x23, 0x97, 0xd5, 0x6b, 0xdd, 0x60, 0x3c, 0x03, 0x55, 0x56, 0x02, 0x60, 0xc5, 0x8a, 0x15, 0x79, 0xc3, 0x86, 0x0d, 0x5b, 0x4b, 0x99, 0xb9, 0x96, 0x3e, 0xcc, 0x6c, 0x7a, 0xc8, 0x74, 0x1e, 0x17, 0x26, 0x7a, 0x62, 0x5a, 0xb5, 0x5e, 0x05, 0x04, 0x19, 0x5c, 0x01, 0x61, 0xda, 0x96, 0x97, 0xf3, 0xf9, 0x73, 0xdd, 0x80, 0xd5, 0xaa, 0x6e, 0x1e, 0x00, 0xfc, 0xb5, 0x1b, 0x1b, 0x1b, 0xdf, 0x5f, 0xbf, 0x7e, 0xbd, 0xd5, 0x65, 0xf1, 0x9a, 0xd3, 0x09, 0x7a, 0xfe, 0x9f, 0xf7, 0xec, 0xd9, 0x73, 0x30, 0x14, 0x00, 0x3c, 0xfd, 0xf4, 0xd3, 0xa5, 0xf4, 0xe1, 0x3e, 0xa0, 0xd9, 0x45, 0x4e, 0xf5, 0x2c, 0x8f, 0x7a, 0x06, 0x80, 0x30, 0xc5, 0x7d, 0x58, 0x75, 0x43, 0xaa, 0xb0, 0x19, 0x45, 0x0e, 0x25, 0x00, 0x3a, 0xda, 0x62, 0x7a, 0xde, 0x62, 0x0a, 0x94, 0x5d, 0xbb, 0x77, 0xef, 0xde, 0x00, 0x3c, 0xa5, 0x13, 0x00, 0xb4, 0xee, 0xc8, 0x01, 0x30, 0x1f, 0x3b, 0x98, 0xfb, 0x7e, 0xd7, 0x5d, 0xf3, 0xc8, 0xf0, 0xe1, 0x65, 0xdc, 0xea, 0x1a, 0xc9, 0xf7, 0x73, 0xe1, 0xc2, 0x45, 0x6d, 0x45, 0x0e, 0xf6, 0xd0, 0x18, 0xd3, 0x77, 0xd2, 0xab, 0xfa, 0x1b, 0x48, 0xd8, 0x7a, 0x05, 0x7a, 0x23, 0x70, 0xe1, 0x82, 0x05, 0xea, 0x2b, 0xf2, 0x8a, 0xa1, 0x31, 0xda, 0x4b, 0x9a, 0x9a, 0xae, 0x92, 0xcf, 0x3f, 0xff, 0x9c, 0xb9, 0x90, 0xcf, 0x50, 0x6a, 0xdc, 0xb5, 0x6b, 0xd7, 0xd6, 0xb4, 0x01, 0x80, 0x56, 0xf8, 0x24, 0xbd, 0xf9, 0x7b, 0x91, 0x5f, 0xb6, 0x6c, 0x19, 0x59, 0xba, 0x74, 0xa9, 0x16, 0xd2, 0x34, 0xa3, 0xee, 0xee, 0x7f, 0x6b, 0x00, 0xc0, 0xd4, 0x6a, 0xf6, 0x02, 0x88, 0xdf, 0x7a, 0x35, 0x9b, 0x24, 0x01, 0xc0, 0xcf, 0xde, 0x7f, 0xe0, 0x01, 0x70, 0xe7, 0x9c, 0x39, 0xea, 0xbb, 0x07, 0x56, 0xaa, 0xe3, 0x81, 0x07, 0x96, 0x91, 0x6d, 0xdb, 0xb6, 0xab, 0x53, 0xe7, 0xe8, 0xfe, 0x1f, 0x28, 0x4f, 0x0e, 0x53, 0x10, 0x1c, 0x0b, 0x1c, 0x00, 0x1b, 0x36, 0x6c, 0xa8, 0xa0, 0xae, 0xcb, 0x76, 0xe4, 0x67, 0xce, 0x9c, 0xa9, 0x02, 0xc0, 0xe9, 0x83, 0x33, 0x00, 0xb8, 0x35, 0x02, 0xfb, 0x0b, 0x48, 0x98, 0x14, 0x74, 0xea, 0x06, 0xe2, 0xbc, 0xb2, 0xb2, 0x11, 0xe4, 0xc9, 0x27, 0xd7, 0x91, 0x9d, 0x3b, 0xff, 0xa2, 0xf2, 0x91, 0x82, 0xe0, 0xef, 0x9b, 0x36, 0x6d, 0x9a, 0xbb, 0x63, 0xc7, 0x8e, 0xae, 0x40, 0x01, 0x40, 0x19, 0xf6, 0x0a, 0xbd, 0x81, 0x61, 0x58, 0xc6, 0x65, 0xcd, 0x9a, 0x35, 0xb6, 0xfd, 0x6d, 0xfe, 0x7f, 0xa0, 0x96, 0x05, 0x3f, 0xcc, 0x74, 0x5f, 0x2e, 0x48, 0x02, 0x94, 0x63, 0x93, 0x5f, 0x79, 0x00, 0x20, 0xcf, 0x2f, 0x60, 0xc5, 0x97, 0x2f, 0x28, 0x28, 0x50, 0xdf, 0x99, 0x80, 0xc4, 0x9d, 0x32, 0x65, 0x2a, 0x59, 0xb4, 0xe8, 0x6e, 0xf2, 0xe9, 0xa7, 0x9f, 0xe1, 0xef, 0x69, 0xf4, 0x5a, 0xf8, 0xd8, 0xc4, 0xef, 0x03, 0x03, 0x00, 0x35, 0x38, 0x1e, 0xa6, 0x9b, 0x5f, 0x21, 0xbf, 0x7a, 0xf5, 0x6a, 0xed, 0xbd, 0x37, 0xa7, 0x46, 0xe0, 0x8d, 0x1b, 0x37, 0xb4, 0xc9, 0x20, 0x5e, 0x46, 0xc1, 0xb2, 0xd1, 0xf0, 0xd3, 0x9f, 0xcf, 0x3a, 0x80, 0x7e, 0x4c, 0xc4, 0x2c, 0x32, 0x08, 0x89, 0x89, 0xff, 0xb0, 0x72, 0x09, 0xca, 0x2d, 0x5f, 0xfe, 0x30, 0x39, 0x73, 0xe6, 0xac, 0xfa, 0x06, 0x33, 0xa5, 0xcd, 0x4f, 0x3d, 0xf5, 0xd4, 0xc1, 0x57, 0x5f, 0x7d, 0xf5, 0x33, 0xdf, 0x01, 0xb0, 0x6e, 0xdd, 0x3a, 0xac, 0x61, 0xff, 0x57, 0xe4, 0xa7, 0x4e, 0x9d, 0x4a, 0xe6, 0xce, 0x9d, 0xeb, 0xba, 0x11, 0xe2, 0x37, 0x9b, 0x51, 0x7e, 0x7e, 0xd8, 0x20, 0x61, 0xaa, 0x80, 0x9d, 0x67, 0x75, 0x2e, 0xf3, 0x9e, 0xf0, 0x92, 0x2a, 0x26, 0xd0, 0xae, 0x7d, 0xfc, 0x71, 0xf2, 0xd2, 0xcb, 0x2f, 0xe3, 0xaf, 0x3c, 0xea, 0x92, 0xbf, 0x46, 0x3d, 0xb4, 0x39, 0xd4, 0x3d, 0xec, 0xf4, 0x15, 0x00, 0xd4, 0xba, 0xdf, 0x41, 0x37, 0x15, 0xa8, 0xf4, 0x89, 0x27, 0x9e, 0xf0, 0xd4, 0x38, 0x4e, 0x00, 0x90, 0x8b, 0x64, 0x67, 0x99, 0x3c, 0xa8, 0x0e, 0xf6, 0x96, 0xf2, 0xe4, 0x29, 0x53, 0xd4, 0xaf, 0xb0, 0x7c, 0xf2, 0xc9, 0x27, 0xd8, 0x9d, 0x42, 0x79, 0xf3, 0x3c, 0xdd, 0x6e, 0xb2, 0x55, 0x97, 0x9d, 0x42, 0x54, 0xac, 0xdc, 0x47, 0x37, 0x6b, 0x90, 0x7f, 0xe4, 0x91, 0x47, 0xd4, 0x80, 0x0e, 0x43, 0x69, 0xae, 0x7f, 0xf1, 0x23, 0x48, 0xe9, 0x63, 0x95, 0xd8, 0xd8, 0x04, 0xdb, 0x7f, 0xe8, 0xa1, 0x87, 0xc8, 0xd0, 0xc4, 0x4c, 0xea, 0xdf, 0x51, 0x9e, 0xfd, 0xd4, 0x56, 0x3d, 0xa9, 0x0a, 0x50, 0xcb, 0xb2, 0x90, 0xa2, 0xed, 0x2b, 0x9a, 0x9d, 0x30, 0x71, 0xe2, 0x44, 0xb2, 0x65, 0xcb, 0x16, 0x0d, 0x9d, 0xd0, 0xdf, 0x76, 0x01, 0x80, 0x57, 0xb7, 0xa0, 0xfb, 0x05, 0xa5, 0xa6, 0xe1, 0xc3, 0x87, 0xdb, 0xf2, 0x8e, 0xc0, 0x78, 0x4c, 0x9f, 0x67, 0x2e, 0xf8, 0xa5, 0x4b, 0xdf, 0x93, 0x17, 0x5e, 0x78, 0x91, 0xfd, 0xfd, 0x0d, 0xe5, 0xcd, 0xac, 0x54, 0xaa, 0x20, 0xa5, 0x0a, 0xa0, 0xcc, 0xdf, 0x08, 0xe6, 0x83, 0xe9, 0x14, 0x55, 0x49, 0xa2, 0xc9, 0x49, 0xef, 0xc7, 0x43, 0x21, 0xf5, 0x0d, 0x6c, 0x44, 0x03, 0xed, 0x45, 0xd9, 0x62, 0x2f, 0xf0, 0xed, 0x01, 0x7b, 0xc0, 0xee, 0xf5, 0xb0, 0xf8, 0x15, 0x82, 0x46, 0x28, 0x3f, 0x76, 0xec, 0x38, 0x72, 0xdf, 0xbd, 0xf7, 0x92, 0x0f, 0x63, 0x1f, 0x9f, 0xba, 0x9d, 0x1e, 0xdb, 0x42, 0xb7, 0x7f, 0xf2, 0x6a, 0x03, 0xac, 0xc2, 0x0f, 0xd6, 0xc7, 0xc1, 0xf2, 0x28, 0xec, 0xc6, 0xfc, 0x62, 0x1c, 0xd0, 0xcb, 0x66, 0x07, 0xb3, 0x99, 0x42, 0xfc, 0xc7, 0xa4, 0xcc, 0x8e, 0xb9, 0xf1, 0x3e, 0xb2, 0xcd, 0x0e, 0xb0, 0x43, 0x68, 0x37, 0x00, 0x86, 0xbd, 0x4d, 0xf5, 0xc0, 0x83, 0x0f, 0x92, 0xff, 0x1e, 0x39, 0xc2, 0xdc, 0xca, 0xdf, 0xac, 0x58, 0xb1, 0xe2, 0xf9, 0x77, 0xde, 0x79, 0x27, 0xea, 0x0a, 0x00, 0x5b, 0xb7, 0x6e, 0x95, 0xea, 0xeb, 0xeb, 0x67, 0x22, 0x5f, 0x5e, 0x3e, 0x22, 0xc9, 0xe7, 0xf7, 0xb3, 0xf1, 0x71, 0xdd, 0x54, 0x91, 0xc4, 0x54, 0xc4, 0xdf, 0x8f, 0x15, 0x50, 0xac, 0xca, 0x99, 0x81, 0x4a, 0x7f, 0xcc, 0xaa, 0x7c, 0x18, 0xa0, 0x84, 0x47, 0xc0, 0x96, 0xd7, 0xc5, 0x76, 0xc6, 0x8c, 0xe9, 0xe4, 0xe4, 0xc9, 0x53, 0xf8, 0xab, 0xa2, 0xbc, 0xbc, 0x7c, 0x22, 0x89, 0x7d, 0x9a, 0xd6, 0x39, 0x00, 0xae, 0x5c, 0xb9, 0x32, 0x8a, 0x5e, 0x54, 0x35, 0x35, 0xc7, 0x8f, 0x9f, 0xa0, 0x2d, 0x6c, 0xc4, 0x4f, 0x66, 0x14, 0x94, 0x59, 0x04, 0x1e, 0xdd, 0x3e, 0x69, 0x12, 0x03, 0x00, 0x24, 0xf5, 0x18, 0x2b, 0x00, 0x48, 0x29, 0x2e, 0x36, 0x8a, 0xe5, 0xcb, 0xca, 0x86, 0x0b, 0x8b, 0x3f, 0x0b, 0x98, 0x0f, 0xe3, 0x71, 0xc8, 0x90, 0x52, 0x5e, 0xba, 0x96, 0xbb, 0xb6, 0x01, 0xe8, 0xc9, 0x52, 0xb2, 0xae, 0x96, 0x09, 0x02, 0x77, 0x9d, 0x9d, 0x1d, 0x26, 0x37, 0x90, 0xb4, 0xe7, 0xba, 0x0c, 0x0e, 0x2b, 0x19, 0x56, 0x26, 0xb1, 0x49, 0x4f, 0x99, 0x58, 0xd6, 0x7e, 0x19, 0x30, 0x1f, 0xab, 0x95, 0x80, 0x47, 0x11, 0x29, 0xc2, 0xdb, 0x08, 0x92, 0x2f, 0x81, 0x20, 0x59, 0x56, 0xe2, 0xc6, 0x5a, 0x94, 0x34, 0x34, 0xd4, 0x9b, 0xea, 0x43, 0x04, 0x27, 0x06, 0x0d, 0x2a, 0xa4, 0x2a, 0x22, 0x2f, 0x00, 0xa6, 0x9b, 0x34, 0x49, 0x1a, 0xce, 0x35, 0xfc, 0xd7, 0x37, 0xa6, 0x9b, 0x5f, 0x3f, 0x4a, 0xdb, 0x1b, 0x1d, 0xae, 0xa5, 0xb9, 0x99, 0xea, 0xfa, 0x5e, 0x53, 0x1b, 0x04, 0x6a, 0xf9, 0xee, 0x45, 0x8b, 0x1d, 0xdb, 0x21, 0xf9, 0xf6, 0xc5, 0x4b, 0x6a, 0x9f, 0x1f, 0x96, 0x28, 0x56, 0xd8, 0x0e, 0x4e, 0x1a, 0xa4, 0x57, 0x7a, 0x38, 0x63, 0xae, 0xbd, 0x7b, 0x73, 0x2a, 0x01, 0xf2, 0x49, 0x6c, 0x5d, 0x82, 0xd2, 0xd2, 0xa1, 0xe4, 0xe2, 0x85, 0x8b, 0xe4, 0xe6, 0xcd, 0x6e, 0x4b, 0x8f, 0x20, 0x40, 0x00, 0x28, 0x71, 0x86, 0x19, 0x5b, 0xc9, 0x79, 0xd4, 0x6d, 0x29, 0x1e, 0x5c, 0x42, 0x24, 0x2d, 0x42, 0x18, 0xfb, 0xaf, 0xb7, 0xb7, 0x87, 0x74, 0x75, 0xc7, 0x22, 0x56, 0xc5, 0x7d, 0x56, 0xfe, 0x0a, 0x82, 0xe9, 0xa6, 0x4f, 0xe0, 0x5b, 0x5d, 0x16, 0xff, 0x06, 0x76, 0xae, 0x1c, 0x95, 0x49, 0xe5, 0x98, 0x4a, 0x52, 0xf7, 0x4d, 0xad, 0x69, 0xdc, 0x01, 0x9d, 0x54, 0xdd, 0xca, 0x81, 0x01, 0x40, 0x31, 0xbc, 0x41, 0x7c, 0xfe, 0xbc, 0xa8, 0xb0, 0x88, 0xc0, 0x64, 0x18, 0x39, 0x72, 0xa4, 0x56, 0x1e, 0xa1, 0xca, 0xfc, 0x82, 0x7c, 0x0a, 0x82, 0x5b, 0xea, 0xa2, 0xcd, 0x88, 0x06, 0x56, 0x57, 0x55, 0xa9, 0xae, 0x4a, 0xac, 0x8c, 0x97, 0xe0, 0x89, 0x17, 0x30, 0x78, 0xbb, 0x7e, 0x6a, 0x26, 0xfa, 0x7f, 0xcd, 0x5b, 0xf2, 0x2d, 0xd2, 0x41, 0x55, 0x01, 0x02, 0x3f, 0x60, 0xbe, 0xd1, 0x32, 0x7a, 0xb2, 0xac, 0x04, 0x27, 0x01, 0x98, 0x0d, 0x60, 0x44, 0x58, 0xa7, 0xa7, 0xa4, 0x78, 0x08, 0x29, 0x28, 0x18, 0xa0, 0xf9, 0xf3, 0xf8, 0x16, 0x5f, 0x1e, 0xb5, 0x03, 0x60, 0x13, 0xe0, 0x18, 0x6e, 0x1a, 0x40, 0xf9, 0xe0, 0xf0, 0x61, 0xf2, 0xe8, 0x8a, 0x47, 0xfd, 0xb6, 0x7f, 0x03, 0x06, 0x43, 0xf8, 0x54, 0x40, 0x3b, 0xd2, 0xf9, 0xf3, 0xad, 0xa4, 0xb3, 0xa3, 0x93, 0xc8, 0xb4, 0xa7, 0x1b, 0x01, 0x40, 0xd1, 0x54, 0x80, 0x1c, 0xa4, 0x04, 0xe8, 0x4b, 0x2d, 0x2d, 0xad, 0x6a, 0x30, 0xa2, 0xb8, 0x78, 0xb0, 0x26, 0x9a, 0x5a, 0x5a, 0x9b, 0xa9, 0x21, 0x58, 0xa0, 0x22, 0x16, 0x23, 0x57, 0x88, 0x56, 0xc5, 0x16, 0x54, 0x3a, 0x4b, 0x56, 0x3e, 0xba, 0xd2, 0xe7, 0xe6, 0x89, 0x98, 0x1e, 0x8e, 0x90, 0xfe, 0x42, 0x92, 0xda, 0x7e, 0xd7, 0xae, 0x5f, 0xa7, 0x1d, 0xca, 0xd8, 0xb0, 0x97, 0x95, 0x80, 0x6d, 0x00, 0xb3, 0xfe, 0x84, 0xe1, 0x5d, 0xf8, 0x9f, 0x98, 0x14, 0xca, 0x83, 0x82, 0x45, 0xf8, 0x10, 0x96, 0xc4, 0x72, 0x6e, 0xf8, 0xf8, 0x42, 0x43, 0x43, 0xa3, 0x70, 0xd8, 0x5d, 0x52, 0x33, 0x55, 0xa1, 0xed, 0xed, 0xed, 0x54, 0xdd, 0x16, 0x9a, 0x4a, 0xe9, 0x18, 0x10, 0x94, 0xf4, 0x4a, 0x00, 0xcc, 0xf9, 0x07, 0x00, 0x3a, 0x6e, 0x24, 0xe2, 0x03, 0xd1, 0x28, 0x3e, 0xb9, 0x72, 0x8a, 0xaa, 0x80, 0x81, 0xe4, 0xc6, 0x8d, 0xeb, 0x14, 0x00, 0x3f, 0x90, 0xaf, 0xbf, 0x3e, 0x47, 0x66, 0xcf, 0x9a, 0x25, 0x38, 0xe9, 0x92, 0xa0, 0x56, 0x21, 0x51, 0xf3, 0x4d, 0xc2, 0xe6, 0x4a, 0xf0, 0x5e, 0x80, 0xf1, 0x85, 0x71, 0x53, 0xea, 0x0c, 0xd7, 0xee, 0xc4, 0x7c, 0xc4, 0xbb, 0xe6, 0xcd, 0x23, 0x35, 0x35, 0xc7, 0xc9, 0xd1, 0xa3, 0x9f, 0xaa, 0x93, 0x40, 0xd1, 0xf3, 0x47, 0x8f, 0xae, 0x20, 0xcf, 0x3e, 0xfb, 0xac, 0xe0, 0xa4, 0x4b, 0x42, 0x47, 0xeb, 0xec, 0xec, 0x32, 0x97, 0x00, 0xc1, 0x7a, 0x01, 0xb2, 0xa9, 0x1b, 0x08, 0xfd, 0x8f, 0x1e, 0xcf, 0xaf, 0xee, 0x89, 0xd1, 0xac, 0x8d, 0x1b, 0x36, 0x92, 0x7b, 0x96, 0xdc, 0x43, 0x4e, 0x9f, 0x3e, 0x43, 0xc6, 0x8f, 0x1f, 0x47, 0xe6, 0xcf, 0x9f, 0x9f, 0x35, 0x8b, 0x42, 0x65, 0x1a, 0xa9, 0x12, 0x96, 0x76, 0xb4, 0x9b, 0xf1, 0xf5, 0x11, 0x43, 0x8a, 0x03, 0x28, 0xa6, 0x01, 0xa0, 0xb6, 0xb6, 0x6b, 0xa4, 0xb6, 0xb6, 0x4e, 0xbd, 0x51, 0x7e, 0xa0, 0x68, 0xc6, 0x8c, 0x19, 0x6a, 0x12, 0xe4, 0x8d, 0xf0, 0x0d, 0x84, 0xae, 0xae, 0x6e, 0xd5, 0x9e, 0x32, 0x5b, 0x4c, 0x5b, 0xd1, 0xdc, 0x40, 0xfb, 0x5e, 0x80, 0xe4, 0x04, 0x00, 0x6a, 0x6c, 0xca, 0x00, 0x04, 0x58, 0xb0, 0x11, 0x52, 0x00, 0xe1, 0xca, 0x83, 0x07, 0x0f, 0x85, 0xbe, 0xfa, 0x65, 0x7f, 0x23, 0x18, 0x7e, 0x07, 0xfe, 0xf5, 0xae, 0xca, 0x7c, 0x18, 0x78, 0x95, 0x95, 0x63, 0x4c, 0x55, 0x80, 0xac, 0xc8, 0xe9, 0x97, 0x00, 0xd5, 0xd5, 0x55, 0xaa, 0x98, 0x87, 0xae, 0x3f, 0x72, 0xf4, 0x28, 0xa9, 0xad, 0xab, 0x25, 0xd3, 0xa7, 0x4f, 0x27, 0x25, 0xc5, 0x25, 0x82, 0x7b, 0x1e, 0x08, 0x93, 0x6e, 0x9a, 0x5b, 0x9a, 0xc9, 0xa9, 0x93, 0xa7, 0xa8, 0x7d, 0x15, 0x0b, 0x01, 0x8f, 0x1b, 0x37, 0xd6, 0xf0, 0xbb, 0x45, 0x81, 0x1b, 0x81, 0x56, 0x81, 0x20, 0xbc, 0x1f, 0xb0, 0x7c, 0xf9, 0x2f, 0xc9, 0x81, 0x03, 0xef, 0xaa, 0xd1, 0x3f, 0x18, 0x7c, 0xc2, 0xdd, 0xf3, 0x9f, 0x46, 0x8c, 0x28, 0xa3, 0xc6, 0x75, 0xb5, 0x39, 0x8f, 0xc0, 0x1f, 0x0c, 0xd8, 0x39, 0x00, 0x80, 0xe4, 0x54, 0x02, 0x98, 0x81, 0x00, 0xaf, 0x61, 0x3f, 0xf6, 0xd8, 0xaf, 0xc9, 0x1d, 0x77, 0xcc, 0xf0, 0xf4, 0xa5, 0x4d, 0x41, 0x7d, 0x09, 0x63, 0x28, 0xb3, 0x67, 0xcf, 0xa2, 0x06, 0xf5, 0x4f, 0x2d, 0x27, 0xe2, 0x40, 0xf5, 0xca, 0x0e, 0x67, 0x6b, 0xf9, 0x3a, 0x1a, 0x88, 0xc9, 0x89, 0x4b, 0x97, 0xfe, 0x9c, 0xdc, 0x7f, 0xff, 0xcf, 0xa8, 0xef, 0xdf, 0xa1, 0x0e, 0x1d, 0xc7, 0xce, 0xd5, 0xdb, 0x12, 0xda, 0x1e, 0xff, 0x47, 0x62, 0xcf, 0x56, 0x9e, 0x18, 0x1f, 0xf7, 0x74, 0x4d, 0x6e, 0x9c, 0x8e, 0x8f, 0xcf, 0x27, 0x0d, 0xd7, 0x26, 0x5f, 0xdf, 0xb0, 0x8c, 0x69, 0xde, 0xfe, 0x35, 0x59, 0x5b, 0x21, 0x90, 0x86, 0xb1, 0x13, 0x3b, 0x4c, 0xd5, 0xbc, 0x00, 0x39, 0xcd, 0x36, 0x40, 0x1f, 0xb1, 0x42, 0x5d, 0xc0, 0x92, 0x92, 0x62, 0x43, 0xa6, 0x9b, 0xce, 0xa7, 0x73, 0xc1, 0xac, 0x20, 0xf2, 0xce, 0x18, 0x1a, 0x5c, 0xde, 0xa9, 0x2e, 0x4f, 0xb6, 0x01, 0xe4, 0x70, 0x01, 0x20, 0x28, 0x1c, 0x92, 0x95, 0x80, 0x47, 0x03, 0xfb, 0x88, 0x58, 0x41, 0x19, 0x45, 0xa1, 0x85, 0x82, 0x05, 0x65, 0x88, 0x04, 0x08, 0x16, 0x00, 0xb2, 0x00, 0x40, 0x96, 0xa8, 0x00, 0x59, 0x48, 0x80, 0x1c, 0x57, 0x01, 0xb2, 0x00, 0x40, 0x8e, 0xab, 0x80, 0x80, 0xbc, 0x80, 0xd8, 0x58, 0x80, 0x68, 0xe8, 0xcc, 0x55, 0x01, 0xc2, 0x08, 0xcc, 0x71, 0x15, 0xa0, 0x08, 0x00, 0xe4, 0x2c, 0xf3, 0xb9, 0xef, 0x2f, 0x05, 0x38, 0x18, 0x24, 0xe2, 0x00, 0x99, 0x0d, 0x02, 0xa1, 0x02, 0x72, 0xdc, 0x08, 0x0c, 0xd4, 0x0d, 0x14, 0x71, 0x80, 0xac, 0x31, 0x02, 0xe5, 0x00, 0xbd, 0x00, 0x41, 0x99, 0x49, 0xfc, 0x9a, 0x8b, 0xb2, 0x5f, 0x71, 0x00, 0xca, 0x74, 0x99, 0x4d, 0xe2, 0xe4, 0x17, 0x84, 0x12, 0xab, 0x83, 0x65, 0x26, 0x00, 0x14, 0x0d, 0x00, 0x89, 0x15, 0x61, 0x24, 0x49, 0x92, 0x5d, 0x03, 0x20, 0x1a, 0x8d, 0x36, 0xb1, 0xb5, 0x6a, 0xf0, 0x6e, 0x1f, 0x63, 0x3a, 0x26, 0x25, 0x30, 0x83, 0xd0, 0xce, 0x58, 0xbf, 0xb7, 0xe1, 0xe0, 0x60, 0xc6, 0xfd, 0xcd, 0xea, 0xd2, 0x36, 0xbe, 0xcd, 0x01, 0xb0, 0x31, 0x1f, 0xc0, 0x6c, 0x38, 0xd8, 0x62, 0x9e, 0x80, 0x3e, 0x1f, 0x93, 0x00, 0xb1, 0x7c, 0x6b, 0x5b, 0x1b, 0xcf, 0xc6, 0x06, 0x2b, 0x1e, 0x5b, 0xce, 0x08, 0xda, 0xbb, 0x77, 0xef, 0x15, 0xba, 0x39, 0x8f, 0xfc, 0x57, 0x5f, 0x7d, 0xad, 0x7d, 0x8a, 0x3d, 0x59, 0x1d, 0x28, 0x5c, 0x4a, 0xbe, 0x5f, 0x96, 0x3c, 0xda, 0xb6, 0xc6, 0x49, 0x49, 0xae, 0x43, 0x4b, 0x01, 0xd5, 0x45, 0x4c, 0xea, 0x52, 0xfc, 0xb8, 0xbe, 0x69, 0xbd, 0x89, 0xa4, 0x58, 0x3c, 0xaf, 0x12, 0x37, 0xfc, 0x60, 0xa7, 0xb5, 0xb7, 0xc7, 0x66, 0x67, 0xc7, 0xe9, 0x7a, 0x77, 0x77, 0x77, 0x8d, 0x27, 0x1b, 0x80, 0x22, 0x6b, 0x3b, 0x65, 0xf8, 0xdf, 0x30, 0xdd, 0xfb, 0x8d, 0x37, 0xf6, 0x91, 0xaa, 0xaa, 0xb9, 0xa4, 0xa2, 0x62, 0x14, 0x61, 0x8b, 0x87, 0xd8, 0x5b, 0x07, 0xc0, 0x4c, 0x32, 0x10, 0xe3, 0x5e, 0x9c, 0xfc, 0x92, 0xbc, 0x0d, 0x09, 0xe0, 0x5f, 0x99, 0xd4, 0x12, 0xc0, 0x4b, 0x19, 0x62, 0x5c, 0x86, 0x98, 0xcd, 0x92, 0x32, 0x6e, 0x43, 0x45, 0xff, 0x5c, 0x4a, 0xa2, 0xe7, 0x83, 0xf9, 0xdc, 0xc7, 0xad, 0x5e, 0x7a, 0xfd, 0xf5, 0xd7, 0xbb, 0x2d, 0xf9, 0x6b, 0x47, 0xbd, 0xac, 0x5f, 0xbf, 0x7e, 0x2f, 0xdd, 0x3e, 0x2e, 0x34, 0x6d, 0x56, 0xd9, 0x04, 0x1f, 0x52, 0xbb, 0x6d, 0xd9, 0x9e, 0x3d, 0x7b, 0x2c, 0x3f, 0x45, 0x62, 0x6b, 0x6d, 0xb6, 0x9a, 0x9a, 0x9a, 0xf7, 0xaa, 0xab, 0xab, 0x5b, 0x69, 0xf6, 0x1e, 0x12, 0xf2, 0xe7, 0x66, 0x05, 0xa5, 0xa4, 0x9b, 0x94, 0xf9, 0x2f, 0x36, 0x37, 0x37, 0x3f, 0xf3, 0xe6, 0x9b, 0x6f, 0xa6, 0xfc, 0x0e, 0x8d, 0xa3, 0xf7, 0xb4, 0x56, 0xaf, 0x5e, 0xfd, 0x0a, 0x35, 0x0a, 0x37, 0xc2, 0x30, 0x9c, 0x38, 0x71, 0x2c, 0x19, 0x34, 0x70, 0x80, 0xaa, 0x0a, 0xb0, 0x28, 0x51, 0x6c, 0x65, 0x90, 0xe4, 0xbc, 0x24, 0xc5, 0x56, 0x0b, 0x91, 0xe2, 0xc7, 0x93, 0xf2, 0x52, 0x3c, 0x8f, 0x63, 0x52, 0xbc, 0x7c, 0x24, 0x12, 0x2f, 0x97, 0x9c, 0x8f, 0x89, 0x6c, 0x25, 0x61, 0x48, 0xb1, 0x7d, 0x85, 0x17, 0xe9, 0xf1, 0x7d, 0x85, 0x89, 0xc8, 0xe4, 0x7d, 0x85, 0xd7, 0xe5, 0x46, 0xfb, 0xda, 0x74, 0x2a, 0x66, 0xdc, 0x2a, 0x9c, 0xfa, 0x4f, 0x28, 0xdc, 0xc4, 0x7d, 0xf4, 0xdd, 0x4f, 0x36, 0x8c, 0xe3, 0x7a, 0x5b, 0xbb, 0x88, 0xc2, 0x5d, 0x4b, 0xbf, 0x9f, 0x78, 0x16, 0x7e, 0x3f, 0xa1, 0x42, 0xac, 0xf7, 0x31, 0x01, 0xb7, 0xbe, 0xe1, 0x6a, 0x6c, 0x56, 0xb0, 0x2c, 0xff, 0xf6, 0xad, 0xb7, 0xde, 0x7a, 0xc5, 0xf7, 0x38, 0x40, 0x5c, 0x0f, 0x7d, 0x4c, 0x3d, 0x83, 0x8d, 0x78, 0x61, 0xa1, 0xad, 0xf5, 0x1a, 0x99, 0x3a, 0x75, 0x92, 0x3a, 0x6b, 0x95, 0xad, 0x6e, 0xad, 0x4f, 0x79, 0x26, 0xc7, 0xa5, 0x3c, 0x9b, 0xe5, 0xe2, 0x49, 0x9b, 0x92, 0xae, 0x35, 0xb4, 0xa2, 0x2d, 0x59, 0x93, 0x68, 0x30, 0x66, 0x28, 0x29, 0x29, 0x8e, 0x25, 0xf6, 0x35, 0x26, 0x6b, 0xd7, 0x67, 0xa0, 0x51, 0x92, 0xea, 0x54, 0x14, 0xee, 0x7a, 0x24, 0x71, 0x0d, 0xa2, 0x2b, 0xa3, 0xf0, 0x06, 0x1b, 0xe1, 0xa6, 0xd1, 0xeb, 0xea, 0x54, 0x92, 0x40, 0x6c, 0x76, 0x8c, 0xab, 0x83, 0xab, 0x93, 0x1f, 0x95, 0x65, 0xdf, 0x5f, 0xbe, 0xf8, 0xfd, 0x0f, 0xfc, 0x87, 0x37, 0x3e, 0x74, 0xc2, 0x53, 0x47, 0x00, 0x28, 0x29, 0x29, 0x79, 0xaf, 0xbd, 0xbd, 0xbd, 0x8e, 0xf6, 0xda, 0x9f, 0x34, 0x5d, 0x6d, 0x56, 0x2b, 0xaf, 0xac, 0xac, 0x20, 0x45, 0x45, 0x85, 0x49, 0x40, 0x88, 0xf5, 0xea, 0x18, 0x63, 0x23, 0x52, 0xac, 0x37, 0x6b, 0xff, 0x49, 0x7c, 0x9e, 0x96, 0x89, 0x24, 0xef, 0xb3, 0xb2, 0xb1, 0x7c, 0x4c, 0x8a, 0x28, 0x7c, 0x8f, 0x20, 0x7d, 0x1b, 0x9a, 0xe8, 0x00, 0xa1, 0x70, 0x6e, 0x88, 0x39, 0x00, 0x74, 0xbd, 0xd1, 0x08, 0x00, 0x7a, 0xa9, 0x63, 0x05, 0x00, 0x7d, 0x9d, 0x7a, 0x00, 0x70, 0x52, 0x27, 0x25, 0x00, 0x78, 0xe3, 0xce, 0x04, 0x00, 0x70, 0xf9, 0xf0, 0xa6, 0xf0, 0xe5, 0xcb, 0x0d, 0xa4, 0xa3, 0xa3, 0x8b, 0x75, 0xd0, 0xf7, 0xf7, 0xef, 0xdf, 0x7f, 0xce, 0x91, 0xad, 0xe0, 0x54, 0xc1, 0xac, 0x5a, 0xb5, 0xaa, 0x9a, 0x32, 0xf8, 0x63, 0x9a, 0x2d, 0x16, 0xea, 0x36, 0xa3, 0xe8, 0x12, 0xed, 0x84, 0xf3, 0xf7, 0xed, 0xdb, 0x57, 0xef, 0xe4, 0x24, 0xc9, 0x69, 0x2d, 0x14, 0x61, 0xc7, 0x49, 0xec, 0x73, 0x71, 0xc7, 0x45, 0x9b, 0x67, 0x06, 0xa1, 0xe7, 0xd3, 0xb4, 0xc0, 0x29, 0xf3, 0x5d, 0x49, 0x00, 0xfe, 0xdc, 0x95, 0x2b, 0x57, 0x56, 0x53, 0x71, 0xbd, 0x80, 0xe6, 0x47, 0xd1, 0x1b, 0xc0, 0x97, 0xab, 0x24, 0x24, 0xac, 0x4e, 0xc9, 0xf2, 0x76, 0x12, 0xae, 0x65, 0xb2, 0x8f, 0xfb, 0xe3, 0xb7, 0xfa, 0x63, 0x91, 0x78, 0x59, 0xfe, 0x18, 0xd1, 0x1d, 0x8f, 0xe8, 0x9e, 0x35, 0x62, 0x11, 0xa5, 0x49, 0xda, 0x52, 0x49, 0x97, 0x14, 0xed, 0x8a, 0xef, 0xb3, 0xbc, 0xcc, 0x1f, 0xe3, 0xf6, 0xb5, 0xad, 0x55, 0x9e, 0x4f, 0x46, 0xc7, 0x11, 0xc2, 0x35, 0x38, 0x16, 0xe5, 0xdc, 0x3c, 0x38, 0xfb, 0x08, 0xd4, 0xfd, 0xe7, 0xed, 0xb7, 0xdf, 0x3e, 0xe7, 0x9a, 0x89, 0x41, 0xb8, 0xa0, 0x71, 0xdb, 0x02, 0xa9, 0x80, 0xcb, 0xf3, 0x29, 0xcf, 0xe2, 0x18, 0xbf, 0xd5, 0xe7, 0x59, 0x92, 0x74, 0x79, 0xb3, 0x14, 0x31, 0x49, 0xa9, 0x00, 0xa0, 0x06, 0xd7, 0x74, 0x79, 0x7d, 0x8a, 0x1a, 0x6c, 0xf9, 0xd4, 0x6b, 0x90, 0xe7, 0xb7, 0xfa, 0xbc, 0x55, 0xea, 0x89, 0xd7, 0x11, 0x08, 0xb3, 0x02, 0x8b, 0x45, 0xd8, 0x64, 0x78, 0xbe, 0x09, 0xa3, 0xed, 0x32, 0x3e, 0x4f, 0xc7, 0x70, 0x3d, 0xf3, 0x25, 0x5d, 0xef, 0xb7, 0x0b, 0x00, 0x3d, 0x10, 0x64, 0x97, 0x40, 0xb0, 0x0b, 0x06, 0xa3, 0xfd, 0x1e, 0x12, 0xf0, 0x10, 0x6c, 0xba, 0xd6, 0x6b, 0x91, 0x3c, 0xf4, 0x76, 0x3b, 0x8c, 0xd7, 0x03, 0x20, 0x62, 0x22, 0x01, 0x88, 0x0b, 0x00, 0x18, 0x81, 0x40, 0xd1, 0x31, 0xdd, 0x08, 0x00, 0x76, 0xa5, 0x82, 0x5e, 0x22, 0xf4, 0xc4, 0xb7, 0xe9, 0x89, 0x18, 0x86, 0x60, 0xb3, 0x48, 0x71, 0xd5, 0x90, 0xe7, 0x23, 0xe3, 0xa5, 0x14, 0x8c, 0x77, 0x0a, 0x80, 0x54, 0xaa, 0x40, 0x71, 0x20, 0x09, 0xec, 0x48, 0x85, 0x1e, 0xee, 0xba, 0xe9, 0x0d, 0x19, 0x87, 0x1d, 0xb2, 0x36, 0x00, 0x80, 0x64, 0x02, 0x02, 0xc9, 0x86, 0xbe, 0xb7, 0x23, 0xfa, 0xad, 0x9e, 0x59, 0xb1, 0xa9, 0x0a, 0xdc, 0xa8, 0x04, 0xd9, 0x00, 0x00, 0xa1, 0xaf, 0xa5, 0x93, 0x69, 0x4b, 0x76, 0x45, 0x38, 0x75, 0x61, 0xc4, 0x78, 0x33, 0x7d, 0x6f, 0xc4, 0x78, 0xb3, 0x9e, 0x9f, 0x0a, 0x00, 0x66, 0x6a, 0xc0, 0x09, 0x08, 0xcc, 0x6c, 0x82, 0x8c, 0x9b, 0x45, 0x93, 0x0d, 0x6b, 0xb6, 0xf1, 0x8c, 0xb5, 0x32, 0xf8, 0xec, 0x8a, 0x7e, 0xa7, 0x00, 0x20, 0x3a, 0x35, 0x60, 0x06, 0x00, 0x45, 0xc7, 0xe8, 0xac, 0x98, 0x32, 0xd5, 0x1f, 0x16, 0xed, 0xd3, 0x33, 0x5b, 0x72, 0xa1, 0xff, 0xcd, 0x00, 0x40, 0x2c, 0x7a, 0xbf, 0x98, 0x13, 0x27, 0x48, 0x90, 0x20, 0x41, 0x82, 0x04, 0x09, 0x12, 0x24, 0x28, 0x3b, 0xe9, 0xff, 0x39, 0x4d, 0xfb, 0x8a, 0x22, 0x09, 0xb3, 0xd0, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_print_128_png_len = 4646; unsigned char gtk_print_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x50, 0x72, 0x69, 0x6e, 0x74, 0x20, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x29, 0x20, 0xfe, 0xf4, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x19, 0xaf, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x7b, 0x70, 0x14, 0x47, 0x7a, 0xef, 0x5d, 0xbd, 0x25, 0x40, 0x20, 0x21, 0x81, 0x78, 0xd9, 0x98, 0x87, 0x80, 0xab, 0x04, 0x1c, 0x30, 0x18, 0x41, 0xf9, 0xc2, 0x05, 0xd7, 0xd9, 0xe7, 0xe0, 0x1c, 0x06, 0x6c, 0x53, 0x77, 0x3e, 0xb0, 0x01, 0x83, 0x5d, 0x71, 0x92, 0xf2, 0xa5, 0x12, 0x87, 0xf8, 0x2a, 0x4a, 0x55, 0x72, 0x31, 0xe7, 0xc7, 0x1f, 0x39, 0x1b, 0x07, 0x44, 0xee, 0x2a, 0xf1, 0xf9, 0x41, 0xa9, 0xec, 0xf8, 0x6c, 0x57, 0xb9, 0x2a, 0x95, 0xc3, 0x55, 0x77, 0x9c, 0xf1, 0x81, 0xf1, 0x43, 0x20, 0x10, 0x4f, 0xf3, 0x10, 0x48, 0x08, 0x49, 0x20, 0x69, 0xf5, 0x40, 0x5a, 0xed, 0xa4, 0xbf, 0x91, 0x5a, 0xea, 0x9d, 0x9d, 0x9d, 0xed, 0x99, 0xe9, 0x79, 0xed, 0x7e, 0xbf, 0xd2, 0xd4, 0x3c, 0x34, 0xd3, 0x33, 0x3b, 0xfd, 0xfd, 0xfa, 0x7b, 0x74, 0xcf, 0xd7, 0x84, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x44, 0x20, 0x11, 0x0a, 0xda, 0x03, 0xbf, 0xf0, 0xc2, 0x0b, 0x33, 0xe8, 0x6a, 0x61, 0x28, 0x14, 0x2a, 0xa7, 0x4b, 0x16, 0x56, 0xa1, 0xf7, 0x88, 0xc5, 0x62, 0x91, 0x70, 0x38, 0x7c, 0xb1, 0xa7, 0xa7, 0xe7, 0x48, 0x75, 0x75, 0x75, 0x3f, 0x12, 0xc0, 0x01, 0xbc, 0xf8, 0xe2, 0x8b, 0xcb, 0xe9, 0x8b, 0xfe, 0x19, 0xdd, 0x5c, 0x89, 0x22, 0xe7, 0x5b, 0x74, 0x28, 0x8a, 0xf2, 0xf3, 0xdc, 0xdc, 0xdc, 0x9f, 0x3e, 0xfb, 0xec, 0xb3, 0xbd, 0x48, 0x00, 0x49, 0xd8, 0xb5, 0x6b, 0xd7, 0x16, 0xba, 0xfa, 0x0f, 0xba, 0x64, 0xa3, 0x8c, 0x05, 0x40, 0xa8, 0x42, 0xa1, 0xa3, 0xd1, 0x68, 0xf4, 0xbb, 0x3b, 0x77, 0xee, 0x6c, 0xf3, 0xfb, 0xb3, 0x86, 0x03, 0x20, 0xfc, 0xab, 0xe8, 0x6a, 0x0f, 0x0a, 0x7f, 0x70, 0x40, 0xb5, 0xc0, 0xe2, 0xac, 0xac, 0xac, 0xfd, 0x74, 0xed, 0xfb, 0x06, 0x36, 0x08, 0x42, 0xf5, 0x0a, 0x5d, 0xe2, 0x6c, 0xfd, 0xb2, 0xb2, 0x32, 0x52, 0x5e, 0x5e, 0x4e, 0xa8, 0xdd, 0x89, 0xd2, 0xe6, 0x03, 0x44, 0x22, 0x11, 0xd2, 0xd4, 0xd4, 0x44, 0xfa, 0xfa, 0xfa, 0xf8, 0xc3, 0x7f, 0xf6, 0xd2, 0x4b, 0x2f, 0x7d, 0x9f, 0xae, 0xff, 0x07, 0x09, 0x60, 0xdd, 0xe1, 0xfd, 0x23, 0xba, 0x5a, 0xc4, 0xa9, 0x56, 0xf2, 0xe0, 0x83, 0x0f, 0x92, 0x69, 0xd3, 0xa6, 0x91, 0xec, 0x6c, 0x54, 0x08, 0x3e, 0x6a, 0xf1, 0x55, 0x12, 0x7c, 0xfc, 0xf1, 0xc7, 0x2a, 0x11, 0x38, 0xe7, 0xf8, 0x87, 0x7e, 0x27, 0x80, 0xdf, 0x9b, 0xd0, 0x85, 0xfc, 0xce, 0xed, 0xb7, 0xdf, 0x4e, 0x6e, 0xbb, 0xed, 0x36, 0x14, 0x7e, 0xff, 0xd9, 0xfc, 0x64, 0xec, 0xd8, 0xb1, 0x64, 0xe5, 0xca, 0x84, 0xf8, 0xc4, 0x22, 0xf4, 0x01, 0xec, 0xbd, 0xd8, 0x12, 0x7e, 0x7f, 0xce, 0x9c, 0x39, 0xea, 0xcb, 0x46, 0xf8, 0x13, 0x25, 0x25, 0x25, 0x09, 0x87, 0xd0, 0x07, 0xb0, 0x47, 0x80, 0x10, 0xa8, 0xd7, 0x91, 0x87, 0xd5, 0xb4, 0xfc, 0x54, 0xc5, 0x12, 0xfe, 0xff, 0x08, 0xf7, 0x5b, 0x7e, 0xde, 0x0f, 0xd3, 0xf1, 0xc9, 0xd0, 0x09, 0x76, 0x12, 0x3d, 0x3d, 0x3d, 0xaa, 0xed, 0x89, 0xf0, 0x06, 0x39, 0x39, 0x39, 0xa4, 0xb4, 0xb4, 0x34, 0xd0, 0xbf, 0x01, 0xc3, 0x28, 0x88, 0x8c, 0x06, 0x12, 0x00, 0x81, 0x04, 0x40, 0x20, 0x32, 0x15, 0x69, 0x1f, 0x4f, 0x6c, 0x6c, 0x6c, 0xc4, 0x5a, 0x36, 0x01, 0xe8, 0x63, 0x41, 0x0d, 0x80, 0x40, 0x20, 0x01, 0x10, 0x08, 0x24, 0x00, 0x02, 0x81, 0x3e, 0x80, 0x5f, 0x01, 0x1d, 0x31, 0xa9, 0x7a, 0x86, 0xa7, 0x4f, 0x9f, 0xee, 0xcb, 0x67, 0xe7, 0x3b, 0xf0, 0x3a, 0x3b, 0x3b, 0x49, 0x6b, 0x6b, 0x2b, 0xb9, 0xe3, 0x8e, 0x3b, 0x50, 0x22, 0x91, 0x00, 0xe6, 0x49, 0xe0, 0xb5, 0x00, 0xdb, 0x79, 0x6e, 0xe8, 0xcc, 0x3b, 0x75, 0xea, 0x14, 0x89, 0x46, 0xa3, 0xa4, 0xb0, 0xb0, 0x90, 0x54, 0x54, 0x54, 0xe0, 0xbb, 0x47, 0x02, 0x88, 0xbd, 0x70, 0x11, 0x0d, 0xe0, 0xb4, 0x00, 0xdb, 0x41, 0x7f, 0x7f, 0x3f, 0x39, 0x79, 0xf2, 0xa4, 0x2a, 0xfc, 0x80, 0x0b, 0x17, 0x2e, 0x90, 0xa2, 0xa2, 0x22, 0x52, 0x5c, 0x5c, 0x8c, 0x04, 0x40, 0x02, 0xa4, 0x77, 0xe5, 0x0d, 0x0e, 0x0e, 0x92, 0x13, 0x27, 0x4e, 0x90, 0x5b, 0xb7, 0x6e, 0xc5, 0x91, 0x12, 0xb4, 0xc1, 0xa2, 0x45, 0x8b, 0x48, 0x5e, 0x5e, 0x9e, 0x2f, 0xcc, 0x33, 0x34, 0x81, 0x02, 0x2e, 0xc8, 0x97, 0x2f, 0x5f, 0xf6, 0xa5, 0xfd, 0x7f, 0xed, 0xda, 0x35, 0xed, 0x07, 0x24, 0x2a, 0x06, 0x06, 0x06, 0x48, 0x5d, 0x5d, 0x9d, 0x67, 0xa6, 0x10, 0xf4, 0x03, 0x88, 0x36, 0x0e, 0xa8, 0x01, 0x02, 0xe0, 0x04, 0xfb, 0xad, 0x92, 0x40, 0xf8, 0xc1, 0xe1, 0xd5, 0x13, 0x7e, 0x06, 0xd0, 0x0a, 0xd7, 0xaf, 0x5f, 0x57, 0xbf, 0x7c, 0xf3, 0xb3, 0x66, 0x44, 0x02, 0x04, 0x40, 0x03, 0x78, 0x59, 0x49, 0x7a, 0xa6, 0x44, 0x7b, 0x7b, 0x3b, 0xe9, 0xee, 0xee, 0x4e, 0x79, 0x2d, 0x9c, 0x53, 0x50, 0x50, 0xa0, 0x7e, 0x68, 0x12, 0x14, 0xd3, 0x30, 0x88, 0x84, 0x48, 0x7b, 0x27, 0xd8, 0x4e, 0xa5, 0xc8, 0x76, 0x94, 0x6f, 0xde, 0xbc, 0xa9, 0x86, 0x3c, 0x45, 0xd1, 0xd6, 0xd6, 0x46, 0x72, 0x73, 0x73, 0x49, 0x7e, 0x7e, 0x3e, 0x6a, 0x00, 0x24, 0x80, 0xf9, 0x4a, 0x00, 0x01, 0xf6, 0x4b, 0x3f, 0x00, 0xd8, 0xfc, 0xd0, 0xfa, 0x5b, 0x31, 0x97, 0x16, 0x2f, 0x5e, 0xec, 0xa9, 0x53, 0x9c, 0xce, 0x8e, 0x72, 0x5a, 0xf7, 0x04, 0x33, 0x0d, 0xe1, 0xf5, 0xd2, 0xd1, 0xd1, 0x41, 0x1a, 0x1a, 0x1a, 0x2c, 0xfd, 0x06, 0x08, 0x95, 0xd6, 0xd7, 0xd7, 0x4b, 0xff, 0x3d, 0x6e, 0xf8, 0x5f, 0xa8, 0x01, 0x7c, 0xe0, 0x04, 0x7b, 0x0d, 0xf8, 0x62, 0xed, 0xd8, 0xb1, 0x63, 0xb6, 0x5a, 0x4c, 0x30, 0x9b, 0x80, 0x40, 0x0b, 0x16, 0x2c, 0x90, 0xd6, 0x0a, 0xcb, 0x22, 0x01, 0x12, 0xc0, 0xe7, 0x4e, 0xb0, 0x97, 0x80, 0x48, 0xcf, 0x57, 0x5f, 0x7d, 0x35, 0xd2, 0xd1, 0x65, 0x07, 0xcd, 0xcd, 0xcd, 0x6a, 0x07, 0xd9, 0xd4, 0xa9, 0x53, 0xd3, 0x4a, 0x00, 0x91, 0x00, 0x0e, 0x6b, 0x00, 0x27, 0xfb, 0x01, 0x8c, 0x5a, 0x60, 0xe8, 0xe8, 0xba, 0x74, 0xe9, 0x92, 0x1a, 0xd7, 0x97, 0x85, 0xd3, 0xa7, 0x4f, 0xab, 0x43, 0x27, 0x20, 0x3a, 0xe4, 0x14, 0xcc, 0xf8, 0x4c, 0xa8, 0x01, 0x7c, 0xd0, 0xda, 0x7b, 0x59, 0x09, 0xc9, 0xee, 0x0d, 0xc4, 0xb8, 0x7a, 0xf5, 0xaa, 0x54, 0xe1, 0x67, 0xe5, 0x42, 0xe2, 0xa9, 0x19, 0x33, 0x66, 0xa8, 0x1f, 0xa4, 0x7b, 0xad, 0x51, 0xf5, 0xa2, 0x72, 0xe8, 0x04, 0xa3, 0xf9, 0xa3, 0x0a, 0x7f, 0x6f, 0xaf, 0x33, 0xc9, 0x91, 0xc1, 0x9c, 0x82, 0xf2, 0x9d, 0x8a, 0xc2, 0xc8, 0x74, 0x94, 0x51, 0x03, 0xf8, 0x80, 0x04, 0x6e, 0x57, 0x24, 0x84, 0x3b, 0x9d, 0x4e, 0xd5, 0x02, 0xbe, 0x05, 0xdc, 0x27, 0xd5, 0x70, 0x09, 0xa7, 0x07, 0xfc, 0xa1, 0x09, 0x14, 0x00, 0x02, 0x40, 0x2a, 0x45, 0xb7, 0x70, 0xee, 0xdc, 0x39, 0x72, 0xe3, 0xc6, 0x0d, 0x57, 0xee, 0x05, 0xa1, 0xd5, 0x29, 0x53, 0xa6, 0x78, 0xda, 0xcf, 0x81, 0x04, 0x08, 0x80, 0x13, 0xec, 0xa6, 0xd9, 0x73, 0xf6, 0xec, 0x59, 0x57, 0xef, 0x09, 0x23, 0x47, 0x61, 0xa8, 0xc4, 0x84, 0x09, 0x13, 0x08, 0x22, 0x03, 0x7d, 0x00, 0xad, 0xcd, 0xea, 0xc4, 0x22, 0x02, 0x18, 0xb8, 0x06, 0xb1, 0x7e, 0xb7, 0x01, 0xa9, 0x21, 0x21, 0xcc, 0x0a, 0x9d, 0x65, 0x5e, 0x75, 0xf2, 0xa1, 0x13, 0xec, 0xa1, 0xca, 0x75, 0xa3, 0xd7, 0x33, 0x55, 0xd9, 0xd0, 0x49, 0x05, 0x42, 0xe8, 0xd5, 0xd0, 0x00, 0x10, 0xfe, 0x2f, 0xbf, 0xfc, 0x52, 0xbd, 0xbf, 0x97, 0xc2, 0x8f, 0x26, 0x90, 0x4f, 0x01, 0xb1, 0x78, 0x27, 0x85, 0xef, 0xfc, 0xf9, 0xf3, 0x6a, 0xcc, 0xdf, 0x4b, 0xc0, 0x20, 0xbb, 0xc3, 0x87, 0x0f, 0xc7, 0x75, 0x92, 0x89, 0x42, 0x4b, 0x5c, 0x08, 0xb1, 0xa2, 0x0f, 0x80, 0x51, 0xa0, 0x94, 0x80, 0x70, 0xe4, 0xc5, 0x8b, 0x17, 0xa5, 0xf4, 0xf2, 0xca, 0x00, 0x38, 0xdf, 0xf0, 0x4d, 0xb1, 0x59, 0x7f, 0xc0, 0x8e, 0x19, 0x83, 0x04, 0x08, 0x80, 0x13, 0xec, 0x44, 0x25, 0x41, 0xab, 0x09, 0x9a, 0x85, 0xff, 0x9c, 0xd1, 0x2f, 0x8e, 0x38, 0x8c, 0x1a, 0x85, 0xef, 0x8a, 0xdd, 0x88, 0xec, 0xa4, 0x03, 0x01, 0xd2, 0xde, 0x09, 0x76, 0x42, 0xf8, 0xa1, 0xe5, 0x17, 0xf9, 0xa8, 0xc5, 0x6d, 0x30, 0x62, 0x82, 0x56, 0x42, 0x1f, 0x20, 0x0d, 0x35, 0x80, 0x95, 0x0f, 0x62, 0x60, 0x5a, 0x25, 0xb3, 0x76, 0xb0, 0x11, 0xbe, 0xfe, 0xfa, 0x6b, 0x53, 0x1f, 0xb5, 0xb8, 0x0d, 0x10, 0x7e, 0x18, 0x38, 0x57, 0x55, 0x55, 0xe5, 0xf8, 0x24, 0x82, 0x18, 0x05, 0x0a, 0x88, 0x19, 0x64, 0x57, 0x8b, 0xb0, 0x05, 0xe2, 0xee, 0x4e, 0x3a, 0xd5, 0x32, 0xfd, 0x01, 0xf8, 0x86, 0x00, 0x5b, 0xf9, 0x0c, 0x8a, 0x02, 0x39, 0x5d, 0x59, 0x60, 0xf6, 0xc0, 0x68, 0xcc, 0xa0, 0x00, 0x72, 0x0c, 0x8d, 0x1f, 0x3f, 0x5e, 0xed, 0x09, 0x77, 0xea, 0xbb, 0x01, 0x74, 0x82, 0xd3, 0x5c, 0xe8, 0x19, 0xc0, 0xa4, 0x00, 0xd3, 0x27, 0x68, 0x80, 0xf4, 0x2a, 0x63, 0xc6, 0x8c, 0x71, 0x6c, 0x1a, 0x23, 0x24, 0x40, 0x00, 0x48, 0x00, 0x2d, 0xb7, 0x1d, 0x80, 0xb3, 0x7b, 0xe6, 0xcc, 0x99, 0x40, 0x7e, 0x03, 0x0b, 0x3d, 0xc5, 0x47, 0x8e, 0x1c, 0x21, 0xab, 0x56, 0xad, 0x72, 0xe4, 0xc3, 0x7a, 0x8c, 0x02, 0xf9, 0xc4, 0xfe, 0x77, 0x6a, 0x61, 0x1d, 0x5d, 0x20, 0x48, 0x41, 0x05, 0x84, 0x6a, 0xa1, 0x93, 0xcc, 0x89, 0x9e, 0xe2, 0x74, 0x40, 0xa0, 0x87, 0x42, 0x98, 0x21, 0x81, 0x95, 0x68, 0x0a, 0xb4, 0xfc, 0xb2, 0x3f, 0x6a, 0xf1, 0x02, 0x90, 0x8d, 0x02, 0xc6, 0x2a, 0x61, 0x28, 0x34, 0x8d, 0x9d, 0x60, 0x99, 0xea, 0x1a, 0x5a, 0xfc, 0x6f, 0xbe, 0xf9, 0x46, 0x1d, 0xe2, 0x60, 0x76, 0x56, 0x7a, 0xb8, 0xc6, 0x8f, 0xe6, 0x12, 0x68, 0x32, 0x70, 0x8a, 0x67, 0xce, 0x9c, 0x99, 0xf0, 0xbf, 0x4c, 0x9e, 0x6b, 0x39, 0xed, 0x7b, 0x82, 0x45, 0xfa, 0x01, 0xf4, 0x60, 0x35, 0x57, 0xff, 0x47, 0x1f, 0x7d, 0x64, 0x98, 0xf6, 0x50, 0x26, 0xb2, 0xb2, 0xb2, 0xc8, 0x8a, 0x15, 0x2b, 0x84, 0x05, 0x38, 0x59, 0xbf, 0x80, 0xac, 0xe4, 0x61, 0x98, 0x19, 0x2e, 0x8d, 0x23, 0x41, 0x7e, 0xfd, 0xed, 0xe5, 0xe5, 0xe5, 0x04, 0x81, 0x1a, 0xc0, 0x73, 0x78, 0x65, 0x46, 0x60, 0x6a, 0x94, 0x0c, 0x22, 0x80, 0xd3, 0x59, 0x21, 0xbc, 0x4e, 0x34, 0x15, 0x34, 0x02, 0xa4, 0x83, 0xef, 0x90, 0x56, 0x1a, 0xc0, 0x0f, 0xb3, 0xbe, 0xa4, 0x23, 0x01, 0xd2, 0xd9, 0x49, 0x0e, 0x14, 0x01, 0xb4, 0x15, 0x01, 0xfb, 0x7a, 0x31, 0xfa, 0x4c, 0x4a, 0xfb, 0x27, 0xfa, 0x9c, 0x41, 0xd4, 0x6e, 0x48, 0x80, 0x14, 0x95, 0x08, 0xc2, 0x9f, 0xaa, 0x93, 0x2a, 0xdd, 0xc9, 0x60, 0xb6, 0x93, 0xce, 0xc9, 0xf7, 0x81, 0x51, 0x20, 0x0f, 0x2a, 0x5f, 0x54, 0x00, 0xdc, 0x22, 0x82, 0xdb, 0xe6, 0x82, 0x9d, 0x2f, 0xd2, 0x64, 0x0b, 0x6c, 0x10, 0x4d, 0xa5, 0xec, 0xa0, 0x09, 0xbc, 0x76, 0xdf, 0x8a, 0x00, 0xa4, 0x93, 0x56, 0x90, 0xf1, 0x49, 0xa6, 0xd5, 0xdf, 0x22, 0xdb, 0x07, 0x43, 0x02, 0x58, 0x20, 0x84, 0x5d, 0x01, 0x08, 0x32, 0x19, 0x40, 0xe0, 0xf8, 0xa1, 0x1a, 0x6e, 0xff, 0x16, 0xe8, 0x58, 0xe3, 0x7b, 0xca, 0x91, 0x00, 0x2e, 0xfb, 0x00, 0x20, 0xfc, 0x20, 0x00, 0x7e, 0x11, 0x62, 0x28, 0xc3, 0x0f, 0x26, 0x90, 0x2c, 0x42, 0xa6, 0x2a, 0x47, 0x4b, 0x00, 0x74, 0x82, 0x1d, 0x06, 0x4b, 0x3f, 0xc2, 0x84, 0x4c, 0x4f, 0x03, 0x64, 0xda, 0xc4, 0x0f, 0xa9, 0x34, 0xa0, 0x93, 0xef, 0x83, 0x0d, 0xad, 0x60, 0xf5, 0x81, 0x1a, 0xc0, 0x65, 0xa7, 0x37, 0x95, 0x09, 0xe4, 0x05, 0x19, 0xfc, 0xec, 0x04, 0xcb, 0x7e, 0x1f, 0x30, 0x16, 0x09, 0xea, 0x80, 0x1d, 0xf3, 0x3a, 0x3f, 0x52, 0x46, 0x10, 0x80, 0x17, 0x30, 0x78, 0xe1, 0x22, 0x02, 0x90, 0xce, 0x5a, 0xc1, 0xab, 0x20, 0x00, 0x4f, 0x78, 0xd4, 0x00, 0x2e, 0x9a, 0x40, 0xbc, 0x06, 0x10, 0x25, 0x40, 0xba, 0x92, 0x01, 0x04, 0xce, 0xeb, 0x20, 0x80, 0xb6, 0x3e, 0x90, 0x00, 0x0e, 0xb7, 0x76, 0xbc, 0x16, 0xb0, 0x42, 0x00, 0xa7, 0x1d, 0x45, 0xb7, 0x5b, 0x41, 0x16, 0x05, 0xf2, 0x82, 0xd8, 0xe0, 0x03, 0xf0, 0x42, 0xef, 0x97, 0x2c, 0x79, 0x69, 0xad, 0x01, 0xf8, 0x97, 0x6c, 0x87, 0x00, 0xe9, 0xa2, 0x15, 0xbc, 0x0c, 0x02, 0x00, 0x01, 0x50, 0x03, 0xb8, 0x4c, 0x00, 0x6d, 0x8b, 0xe3, 0x17, 0x02, 0xf8, 0xd1, 0x07, 0x70, 0x9a, 0x0c, 0xf0, 0x3f, 0xbe, 0x3e, 0x90, 0x00, 0x2e, 0x6b, 0x00, 0xd8, 0x96, 0xf5, 0xd2, 0x65, 0x91, 0xc0, 0x6d, 0x13, 0xc8, 0x69, 0xa1, 0x33, 0x7a, 0x2f, 0xa0, 0x01, 0xb4, 0xf5, 0x81, 0x04, 0x70, 0x51, 0x03, 0x68, 0xf7, 0xfd, 0x40, 0x02, 0x10, 0x0a, 0xb7, 0x48, 0x00, 0xcf, 0xcb, 0xf2, 0x80, 0x7a, 0x41, 0x02, 0x5e, 0x03, 0xc3, 0x39, 0x41, 0xcc, 0x9e, 0xe1, 0x38, 0x01, 0x9e, 0x7c, 0xf2, 0xc9, 0x62, 0xfa, 0x72, 0x36, 0xd2, 0xcd, 0xf5, 0x54, 0x30, 0xe6, 0xd3, 0x6d, 0x98, 0xd9, 0x4d, 0xa8, 0xc6, 0x5a, 0x5b, 0x5b, 0xe3, 0x92, 0x3a, 0xe9, 0xf9, 0x00, 0x7e, 0x23, 0xc0, 0xe4, 0xc9, 0x93, 0x5d, 0x35, 0xb5, 0xd8, 0xef, 0x77, 0x92, 0x04, 0x46, 0x1d, 0x61, 0x7c, 0x7d, 0x40, 0x1a, 0x19, 0x1e, 0x94, 0x10, 0xc5, 0xdb, 0xb7, 0x6f, 0x37, 0xdb, 0x1a, 0x34, 0xd1, 0xe5, 0x38, 0x5d, 0x7e, 0x59, 0x51, 0x51, 0x51, 0x5b, 0x5d, 0x5d, 0x1d, 0x0d, 0x2c, 0x01, 0x76, 0xec, 0xd8, 0xf1, 0x18, 0x15, 0xfa, 0x97, 0xe8, 0x66, 0xb9, 0x8c, 0x4a, 0xd2, 0x0e, 0x7d, 0x90, 0x4d, 0x00, 0x37, 0xfc, 0x01, 0x2f, 0x04, 0xd5, 0xa9, 0xb2, 0x1d, 0x32, 0x81, 0x2a, 0x86, 0x97, 0x7b, 0x9b, 0x9a, 0x9a, 0xfe, 0xf1, 0xe9, 0xa7, 0x9f, 0xde, 0xb0, 0x7b, 0xf7, 0xee, 0x93, 0x81, 0x23, 0x00, 0x15, 0xfe, 0x7f, 0xa5, 0xc2, 0xbf, 0x53, 0x76, 0x6b, 0xc7, 0x87, 0xfd, 0x60, 0xdb, 0x09, 0x1b, 0x18, 0x49, 0x20, 0x56, 0x36, 0x10, 0x80, 0x1f, 0x8c, 0xe7, 0x40, 0x5d, 0x7c, 0x8b, 0x96, 0x79, 0x78, 0xdb, 0xb6, 0x6d, 0xdf, 0xad, 0xa9, 0xa9, 0xf9, 0x34, 0x30, 0x04, 0xa0, 0x66, 0xcf, 0xdf, 0x24, 0x13, 0x7e, 0xe8, 0x3e, 0x87, 0x34, 0x7d, 0x22, 0x15, 0x05, 0x93, 0x3d, 0x68, 0x54, 0x6a, 0x1c, 0x01, 0x9c, 0xd0, 0x00, 0x48, 0x02, 0xf1, 0xb2, 0x99, 0x0f, 0xc2, 0x7c, 0x1e, 0x6d, 0x12, 0x31, 0xf8, 0x3f, 0xe4, 0x26, 0x15, 0x01, 0xd4, 0x2d, 0xa4, 0x93, 0xd1, 0xf1, 0x23, 0xc6, 0x50, 0xa2, 0xfd, 0x9a, 0x6a, 0x82, 0xe5, 0x54, 0x13, 0x9c, 0xf5, 0x3d, 0x01, 0xa8, 0xcd, 0x37, 0x87, 0xae, 0x7e, 0xca, 0x1f, 0x83, 0xb9, 0x6c, 0x37, 0x6c, 0x58, 0xaf, 0xae, 0x73, 0x72, 0x72, 0x85, 0x2b, 0xe8, 0x8b, 0x2f, 0xbe, 0x20, 0x9f, 0x7c, 0xf2, 0xc9, 0xc8, 0x3e, 0xbc, 0x60, 0xde, 0xce, 0x74, 0x4a, 0x03, 0x20, 0x09, 0xc4, 0xcb, 0xe6, 0x85, 0x5e, 0x6b, 0x02, 0x41, 0x43, 0xb7, 0x6b, 0xd7, 0x2e, 0xa1, 0x32, 0xd9, 0x90, 0x8a, 0xbe, 0xde, 0x5e, 0xf2, 0xfb, 0x4f, 0x3f, 0x25, 0xef, 0xbf, 0xff, 0x3e, 0xff, 0xef, 0x89, 0xb4, 0x9e, 0xdf, 0xd8, 0xb0, 0x61, 0xc3, 0xca, 0xda, 0xda, 0xda, 0x41, 0x3f, 0x13, 0x00, 0xde, 0xcc, 0x1e, 0xba, 0x14, 0xb0, 0x03, 0xf7, 0xdf, 0x7f, 0x3f, 0x79, 0xe0, 0x81, 0x07, 0xa4, 0x54, 0x0a, 0x33, 0x81, 0x58, 0x8b, 0x03, 0x64, 0x70, 0x3a, 0x0a, 0x12, 0xd4, 0xb2, 0xdd, 0x7a, 0x76, 0xc8, 0x3d, 0xca, 0xb6, 0xb5, 0x4e, 0xb0, 0xd9, 0xf2, 0x60, 0x29, 0x2c, 0x2a, 0x22, 0xab, 0x57, 0xaf, 0xa6, 0x9a, 0xa3, 0x88, 0xfc, 0xea, 0x57, 0x6f, 0xf2, 0xa7, 0xdc, 0x5d, 0x52, 0x52, 0xf2, 0xb7, 0x74, 0xbd, 0xcb, 0xb7, 0x04, 0xa0, 0xa6, 0xcf, 0x16, 0xba, 0x5a, 0xc5, 0xf6, 0xe7, 0xce, 0x9d, 0xab, 0x0a, 0xbf, 0xac, 0x8a, 0x00, 0x02, 0xf0, 0x2f, 0x99, 0xef, 0x07, 0x40, 0x12, 0xb8, 0x5f, 0x3e, 0x34, 0x44, 0xda, 0xfa, 0x90, 0xf5, 0xcc, 0x77, 0xdf, 0xbd, 0x9c, 0x34, 0x9c, 0x6c, 0x20, 0x9f, 0x1f, 0x3d, 0xca, 0xff, 0xeb, 0x9f, 0xa9, 0x3f, 0xf0, 0x11, 0xf5, 0x07, 0xea, 0x7d, 0x47, 0x00, 0x6a, 0xa3, 0x4d, 0xa6, 0xc2, 0xf8, 0x33, 0xde, 0x7e, 0x7f, 0xfc, 0xf1, 0xc7, 0x75, 0x2b, 0xc0, 0x6a, 0x9c, 0x5c, 0x6b, 0x02, 0x69, 0x3b, 0xc2, 0x90, 0x04, 0xee, 0x96, 0x2f, 0x42, 0x00, 0x11, 0x33, 0x95, 0x7d, 0x58, 0xc3, 0xa7, 0x6e, 0x84, 0x67, 0x7e, 0xf8, 0x91, 0x87, 0xc9, 0x89, 0x93, 0x27, 0x49, 0x4f, 0x4f, 0xcf, 0x88, 0x58, 0xd1, 0x73, 0xde, 0xa0, 0x0d, 0xed, 0xb2, 0xbd, 0x7b, 0xf7, 0x0e, 0xf8, 0x8a, 0x00, 0xf4, 0xc7, 0xbf, 0x4a, 0x1f, 0x7a, 0x64, 0x8e, 0xce, 0xb5, 0x6b, 0xd7, 0x92, 0xb1, 0x63, 0xc7, 0x4a, 0x11, 0x7c, 0x5e, 0x03, 0xf0, 0x33, 0x33, 0xea, 0xf5, 0x04, 0x23, 0x09, 0xdc, 0x2b, 0x9f, 0x39, 0xac, 0x46, 0xdf, 0x03, 0x00, 0x41, 0x22, 0x91, 0x88, 0xd0, 0xf3, 0x15, 0x14, 0x14, 0xc4, 0xc9, 0x4c, 0x51, 0xd1, 0x18, 0xda, 0x88, 0x6e, 0x26, 0xaf, 0xbd, 0xb6, 0x9b, 0x3f, 0xf5, 0x4e, 0x7a, 0xee, 0xdf, 0xd3, 0xf5, 0xbf, 0xf8, 0x86, 0x00, 0xd4, 0xf1, 0xfd, 0x0b, 0xba, 0x5a, 0xc7, 0xf6, 0x21, 0x03, 0x31, 0x24, 0x6d, 0x95, 0xfd, 0xc1, 0x34, 0x08, 0x3c, 0x10, 0x80, 0x1f, 0x7f, 0xee, 0x54, 0x5e, 0x20, 0x24, 0x81, 0x78, 0xa3, 0xc4, 0xca, 0xd6, 0xab, 0x0b, 0xd1, 0x89, 0xfa, 0xa0, 0x2e, 0xa1, 0xa5, 0x87, 0x28, 0x21, 0xcc, 0x77, 0xcc, 0x30, 0x7f, 0xfe, 0x02, 0xb2, 0x6c, 0xd9, 0x52, 0xf2, 0x87, 0x3f, 0x1c, 0xe6, 0x4f, 0xff, 0xc9, 0x53, 0x4f, 0x3d, 0xf5, 0xc1, 0xeb, 0xaf, 0xbf, 0x5e, 0xe7, 0x39, 0x01, 0x9e, 0x79, 0xe6, 0x99, 0x71, 0x94, 0xe5, 0xaf, 0x8e, 0x14, 0x48, 0x55, 0x19, 0xb0, 0x96, 0xff, 0xe1, 0xb2, 0x86, 0x06, 0x30, 0x02, 0x60, 0xf4, 0xc6, 0x9f, 0x04, 0xd3, 0xab, 0x67, 0xb3, 0xf7, 0x84, 0x19, 0x79, 0x20, 0x7a, 0xc4, 0xe4, 0x07, 0xae, 0x5f, 0xb7, 0x6e, 0x3d, 0x39, 0x71, 0xe2, 0x24, 0xe9, 0xea, 0xea, 0x62, 0xa7, 0xe5, 0x52, 0xb2, 0xfd, 0xf7, 0x86, 0x0d, 0x1b, 0x96, 0xd6, 0xd6, 0xd6, 0xf6, 0x7b, 0x4a, 0x00, 0x2a, 0xfc, 0xff, 0x46, 0x57, 0xd3, 0xd8, 0xfe, 0x9a, 0x35, 0x6b, 0x48, 0x49, 0x89, 0x33, 0x73, 0x52, 0x81, 0xf0, 0xc3, 0x64, 0x0f, 0x7e, 0xa8, 0xec, 0xa0, 0x12, 0xcc, 0x6d, 0x02, 0x40, 0x8b, 0x6e, 0x36, 0x89, 0x31, 0x68, 0x02, 0xbe, 0xff, 0x00, 0x26, 0xfe, 0xde, 0xb4, 0xe9, 0x47, 0xe4, 0xd5, 0x57, 0x5f, 0xe3, 0x4f, 0x5b, 0x58, 0x5a, 0x5a, 0x0a, 0x7d, 0x4d, 0xd5, 0x9e, 0x11, 0x80, 0x7a, 0xe4, 0x55, 0x74, 0xb5, 0x83, 0xed, 0x4f, 0x9b, 0x36, 0x4d, 0x9d, 0x8f, 0xca, 0xa9, 0x0a, 0x94, 0x35, 0xfc, 0x19, 0xe1, 0x2e, 0x99, 0xcd, 0xca, 0x03, 0x74, 0x88, 0x81, 0x19, 0xc4, 0x5b, 0x11, 0xf3, 0xe6, 0xcd, 0x27, 0xcb, 0x97, 0x2f, 0x27, 0x87, 0x0e, 0x1d, 0xe2, 0x09, 0xb7, 0x93, 0x3a, 0xc4, 0x1f, 0x50, 0x87, 0xf8, 0x0b, 0xab, 0xcf, 0x67, 0x79, 0x8a, 0x24, 0x7a, 0xe3, 0x42, 0xfa, 0x80, 0xbf, 0x64, 0x65, 0x80, 0xe9, 0xf3, 0xc4, 0x13, 0x4f, 0xc4, 0x31, 0x1e, 0x53, 0x77, 0x23, 0x40, 0x88, 0xad, 0x4c, 0xbb, 0xc4, 0x22, 0x3f, 0xec, 0x18, 0x94, 0xb3, 0x7e, 0xfd, 0x7a, 0x6d, 0x60, 0x25, 0x87, 0xfe, 0xef, 0x8d, 0xcd, 0x9b, 0x37, 0xe7, 0xbb, 0x4e, 0x00, 0xfa, 0x40, 0x60, 0xfa, 0xcc, 0x65, 0xfb, 0xf7, 0xdd, 0x77, 0x1f, 0x99, 0x34, 0x69, 0x92, 0xe7, 0x9f, 0x08, 0x22, 0xfc, 0xab, 0x05, 0xcc, 0x2c, 0x60, 0xee, 0x6a, 0x87, 0x56, 0x40, 0x94, 0x68, 0xdb, 0xd6, 0x2d, 0xda, 0xe2, 0x17, 0x50, 0x9f, 0xe1, 0x27, 0x96, 0x9f, 0xcd, 0x62, 0xd4, 0x67, 0x39, 0x5d, 0x1d, 0x64, 0x04, 0x9a, 0x32, 0x65, 0x0a, 0x79, 0xee, 0xb9, 0xe7, 0x54, 0x2d, 0xc0, 0x13, 0x40, 0x9b, 0xc5, 0xc1, 0x2c, 0xda, 0xda, 0xda, 0xc8, 0xd5, 0xab, 0x57, 0x51, 0x82, 0x02, 0x0a, 0xb0, 0x06, 0x2a, 0x2b, 0x2b, 0x79, 0xe7, 0xd5, 0xf4, 0xf5, 0xe3, 0xc6, 0x8d, 0x4b, 0x08, 0xa8, 0xbc, 0xf5, 0xd6, 0x9b, 0xe4, 0xe0, 0xc1, 0xdf, 0xc7, 0x59, 0xc7, 0x54, 0xd6, 0xaa, 0x6a, 0x6a, 0x6a, 0x8e, 0x38, 0x4e, 0x80, 0xea, 0xea, 0xea, 0x70, 0x73, 0x73, 0xf3, 0x67, 0xf4, 0x41, 0xee, 0x62, 0x2a, 0x0e, 0x84, 0x1f, 0xec, 0x7f, 0x6d, 0xd8, 0x33, 0xc8, 0xd3, 0x8b, 0x22, 0xe4, 0xa0, 0xb7, 0xb7, 0xd7, 0xd6, 0x10, 0x89, 0xdc, 0xdc, 0xdc, 0x84, 0x01, 0x75, 0x50, 0xde, 0xf3, 0xcf, 0x3f, 0xaf, 0x25, 0xd6, 0x57, 0xed, 0xed, 0xed, 0x4b, 0xcc, 0x8e, 0x15, 0x32, 0xed, 0x04, 0x53, 0xe1, 0xff, 0x1e, 0x13, 0x7e, 0xc0, 0x3d, 0xf7, 0xdc, 0x43, 0xa6, 0x4e, 0x9d, 0x9a, 0xc0, 0x52, 0x37, 0x4c, 0x1f, 0xb8, 0x87, 0x95, 0x59, 0x19, 0xdd, 0xf6, 0x4d, 0xdc, 0xbc, 0x9f, 0x5f, 0xee, 0x05, 0x8d, 0x1f, 0x08, 0xaa, 0x1d, 0xe1, 0x67, 0xc2, 0x0e, 0x0b, 0x3f, 0x32, 0x18, 0xb6, 0xb7, 0x6f, 0x7f, 0x92, 0xbc, 0xfc, 0xf2, 0x2b, 0x7c, 0xdd, 0x2f, 0x2a, 0x2d, 0x2d, 0xdd, 0x44, 0xd7, 0xbf, 0x70, 0x94, 0x00, 0xf4, 0x86, 0x0f, 0xf1, 0xfb, 0x55, 0x55, 0x55, 0x09, 0x9d, 0x1d, 0x6e, 0x11, 0x00, 0x2a, 0x00, 0xcc, 0x2e, 0xa6, 0x6d, 0xd8, 0x7d, 0x79, 0xd3, 0x8b, 0x1d, 0x0b, 0x7a, 0x02, 0xa7, 0x20, 0x3b, 0xc1, 0x32, 0xb4, 0x08, 0xd4, 0x33, 0x98, 0x44, 0x0c, 0xb3, 0x66, 0xcd, 0x26, 0x95, 0x73, 0xe7, 0x90, 0x86, 0x53, 0xa7, 0x79, 0xb9, 0xdb, 0xee, 0x38, 0x01, 0xc0, 0xdf, 0xe5, 0x77, 0x26, 0x4c, 0x98, 0xe0, 0xb9, 0xe9, 0x03, 0xf7, 0xe7, 0x5f, 0x8e, 0xa8, 0xf6, 0xd0, 0x92, 0x55, 0x8f, 0x24, 0x3c, 0x59, 0x92, 0xfd, 0x0f, 0x89, 0xe5, 0x8e, 0x29, 0x05, 0xfd, 0x01, 0x4c, 0xd6, 0x60, 0x0d, 0x81, 0x97, 0x53, 0xa7, 0xcf, 0xf0, 0xef, 0xfd, 0xae, 0xad, 0x5b, 0xb7, 0x4e, 0xdb, 0xb7, 0x6f, 0x5f, 0xa3, 0x23, 0x04, 0xd8, 0xb2, 0x65, 0x4b, 0x09, 0x19, 0xfa, 0x5c, 0x6d, 0xe8, 0x62, 0xca, 0x4a, 0xb0, 0xd1, 0xb4, 0xaa, 0x2f, 0x28, 0x91, 0x09, 0xa7, 0x4d, 0x06, 0xbd, 0x29, 0x9d, 0x92, 0x91, 0x4a, 0x6f, 0x3f, 0x19, 0xb1, 0x8c, 0x88, 0x26, 0x52, 0x5e, 0x10, 0xc1, 0xf2, 0xc2, 0xf2, 0x0d, 0xdd, 0xe4, 0xc9, 0x15, 0xa4, 0xa4, 0xa4, 0x44, 0x0d, 0x96, 0xb0, 0x6a, 0xa5, 0x32, 0xb9, 0x88, 0xae, 0x9d, 0x21, 0x00, 0x55, 0x67, 0xb3, 0xf8, 0xfd, 0x89, 0x13, 0x4b, 0x13, 0xd2, 0x63, 0x9b, 0x6d, 0x89, 0x11, 0x08, 0xab, 0x8d, 0x0b, 0x7c, 0x3b, 0x30, 0x61, 0xfc, 0x78, 0x9e, 0x00, 0x70, 0x7c, 0xa6, 0x29, 0x99, 0x36, 0x49, 0x80, 0x71, 0xfc, 0x3e, 0x64, 0x40, 0xf0, 0x22, 0x27, 0x3e, 0x02, 0x01, 0xc1, 0x0f, 0x90, 0x3d, 0x68, 0x84, 0x35, 0xc4, 0x28, 0x72, 0x8c, 0x00, 0xb4, 0xf0, 0xb8, 0x1e, 0xb7, 0xe2, 0xe2, 0x62, 0x14, 0x7e, 0x84, 0x67, 0xe6, 0x10, 0xc8, 0x5e, 0x7e, 0x41, 0x81, 0xf6, 0xdf, 0x79, 0x4e, 0x3b, 0xc1, 0x84, 0xf7, 0x01, 0xd8, 0x03, 0xb1, 0x2e, 0x6f, 0x04, 0xc2, 0x49, 0xb0, 0x4f, 0x30, 0x59, 0xc3, 0xab, 0x35, 0xb9, 0xa9, 0x1c, 0x86, 0x5c, 0x23, 0x00, 0x1f, 0x35, 0x01, 0x95, 0x74, 0xf3, 0xe6, 0x0d, 0x75, 0x31, 0x74, 0xd8, 0xe0, 0x1a, 0x0d, 0x89, 0xb2, 0xc2, 0x5a, 0xbf, 0x41, 0xd1, 0xbb, 0x59, 0xfc, 0x51, 0x45, 0xe7, 0x2c, 0xed, 0x39, 0xba, 0xe5, 0x68, 0x8e, 0x32, 0x47, 0xd3, 0xe8, 0x3a, 0xbd, 0x73, 0x14, 0xcd, 0x99, 0x26, 0xca, 0x89, 0xbf, 0x4e, 0xbf, 0x9c, 0xf8, 0xab, 0xc5, 0xcb, 0x19, 0xd9, 0x14, 0x2a, 0x47, 0x67, 0x37, 0xe1, 0x3a, 0xfd, 0xba, 0x30, 0xd8, 0x4d, 0x28, 0x67, 0xe8, 0xd8, 0xa8, 0x43, 0x0f, 0x42, 0xcc, 0x7f, 0xd7, 0x61, 0xe4, 0xa4, 0x6b, 0x8f, 0xdd, 0x76, 0xfb, 0x4c, 0x32, 0x7d, 0xfa, 0x8c, 0xe4, 0x37, 0x37, 0xdb, 0x88, 0xcb, 0x8c, 0x74, 0x98, 0x31, 0x87, 0x72, 0x73, 0xf3, 0x48, 0x21, 0x55, 0x5f, 0xc0, 0xe0, 0xc4, 0xcb, 0x04, 0xca, 0xd1, 0x23, 0x80, 0xd0, 0x75, 0x4a, 0xea, 0xb3, 0x14, 0x92, 0x9a, 0x48, 0x49, 0x6e, 0x6d, 0xff, 0x3a, 0xb1, 0xdf, 0x90, 0xf2, 0x6c, 0x85, 0xa4, 0x26, 0x80, 0xd0, 0x75, 0xe6, 0x9e, 0x27, 0xe9, 0x15, 0x9a, 0x83, 0x03, 0x03, 0xfd, 0xe4, 0xfa, 0xf5, 0xeb, 0xa4, 0xbb, 0xa7, 0xdb, 0xac, 0xc0, 0xd1, 0x3f, 0x79, 0x91, 0x46, 0x9b, 0x1a, 0xc0, 0xda, 0x75, 0x85, 0x05, 0x85, 0xa4, 0xa8, 0xa8, 0xd0, 0xa0, 0xe0, 0x90, 0x45, 0xe1, 0x0e, 0x09, 0x08, 0x60, 0xc8, 0x82, 0xe0, 0x86, 0x2c, 0x0a, 0x6e, 0x48, 0x40, 0x28, 0xad, 0x91, 0xdf, 0x3d, 0xe1, 0xd6, 0xdb, 0xb5, 0x72, 0x5d, 0xfc, 0x81, 0xac, 0xec, 0x7c, 0x35, 0x4d, 0x4e, 0xcb, 0xf5, 0x16, 0xe1, 0x6f, 0x3c, 0x58, 0x39, 0xf1, 0x8d, 0xae, 0x87, 0x04, 0x20, 0xc4, 0x7c, 0x8f, 0x2f, 0xb4, 0xfc, 0x90, 0xf2, 0x22, 0x5e, 0x38, 0x94, 0x04, 0xb9, 0x09, 0x09, 0x91, 0x42, 0x2b, 0x6f, 0x8a, 0xe6, 0xba, 0x50, 0xea, 0xd6, 0x3d, 0xa4, 0x77, 0xa6, 0xd5, 0x16, 0xdf, 0xba, 0x30, 0xcb, 0x2a, 0xc7, 0xbe, 0x70, 0xdb, 0xbb, 0xb7, 0xd9, 0x72, 0x2a, 0x26, 0x57, 0x90, 0xfe, 0xfe, 0x01, 0x12, 0x89, 0x74, 0x89, 0x8a, 0x1c, 0x51, 0x62, 0x8a, 0xb9, 0xe7, 0x73, 0xd2, 0x07, 0x88, 0x7f, 0x80, 0xe4, 0x0f, 0xc3, 0x86, 0xb6, 0xc2, 0x78, 0xee, 0x68, 0x74, 0x50, 0x35, 0x7d, 0xf4, 0xfa, 0x0c, 0xe0, 0xbc, 0xbe, 0x5b, 0xbd, 0xd4, 0x46, 0xec, 0x57, 0x7f, 0x28, 0x68, 0x0a, 0xfe, 0x1b, 0x51, 0x63, 0x13, 0x48, 0xf0, 0x0d, 0x5a, 0x32, 0xaf, 0xe4, 0x94, 0x6b, 0xad, 0xda, 0x9c, 0x2a, 0x5b, 0x96, 0x70, 0x5b, 0x2b, 0x7b, 0x90, 0xca, 0xc1, 0x60, 0x6c, 0x90, 0x94, 0x97, 0x95, 0xa9, 0xbe, 0x23, 0x04, 0x53, 0x72, 0x72, 0x72, 0x84, 0xfd, 0x4e, 0xfb, 0xe2, 0x2f, 0xc1, 0x04, 0xe2, 0x15, 0x40, 0x32, 0x65, 0x00, 0x83, 0x99, 0x3a, 0x3b, 0xbb, 0xe8, 0x8f, 0xcb, 0x26, 0x79, 0x79, 0xf9, 0xaa, 0xe0, 0xf3, 0x59, 0x9f, 0x59, 0x24, 0x09, 0x1c, 0xa3, 0xac, 0xac, 0x30, 0xf5, 0xe4, 0xb3, 0x54, 0xa7, 0xba, 0xb3, 0xb3, 0x93, 0x5c, 0xbc, 0x74, 0x51, 0xcd, 0x26, 0xb7, 0x70, 0xe1, 0x42, 0x4d, 0x94, 0x49, 0x49, 0x3d, 0x94, 0x55, 0xb1, 0xfe, 0x82, 0x42, 0x12, 0x85, 0x47, 0xb1, 0x54, 0xbe, 0x57, 0x64, 0x73, 0x8f, 0x24, 0xe1, 0xac, 0x6c, 0xd2, 0xd1, 0xda, 0x46, 0xeb, 0x7e, 0x90, 0x0c, 0x50, 0x32, 0xf4, 0x52, 0x7f, 0x00, 0x46, 0x7e, 0x1a, 0x91, 0x00, 0xca, 0x8e, 0x89, 0x08, 0x9d, 0x5b, 0x26, 0x90, 0xc8, 0xcf, 0xed, 0xeb, 0xbb, 0x45, 0xba, 0xba, 0x3a, 0x49, 0x01, 0xb5, 0xfd, 0xb3, 0xb3, 0x3a, 0xd5, 0xfe, 0x83, 0x70, 0xdc, 0xf8, 0x21, 0xa2, 0xaa, 0x40, 0x68, 0xe9, 0x61, 0xfc, 0x37, 0x0c, 0x73, 0x1d, 0x22, 0x43, 0x96, 0x1a, 0x5e, 0x6d, 0x68, 0x68, 0x20, 0x9d, 0x1d, 0x1d, 0xe4, 0xdb, 0xdf, 0xfe, 0x53, 0x73, 0x22, 0x14, 0xb2, 0x2b, 0x68, 0x36, 0x7d, 0x89, 0x90, 0x0c, 0x61, 0x97, 0xc9, 0x60, 0x87, 0x88, 0x63, 0xf3, 0x07, 0x76, 0x75, 0x45, 0x48, 0x8c, 0x36, 0x78, 0x91, 0x48, 0xb7, 0x2a, 0xfc, 0x86, 0x5a, 0xc0, 0x4f, 0x1a, 0x20, 0x91, 0x80, 0xfa, 0x8f, 0x03, 0x03, 0x99, 0x20, 0x37, 0x4c, 0x2c, 0x36, 0xd4, 0x24, 0x83, 0x19, 0xc4, 0x8f, 0x12, 0x84, 0x96, 0x1e, 0xbe, 0x03, 0x85, 0x71, 0x45, 0xf0, 0x29, 0x1c, 0x3f, 0x19, 0xde, 0xd0, 0xe0, 0xba, 0x41, 0xf2, 0x9b, 0x03, 0x07, 0xc8, 0xe2, 0xc5, 0x7f, 0xa2, 0x92, 0xc7, 0x89, 0x16, 0xdf, 0xd1, 0x1a, 0x46, 0x18, 0xd4, 0x59, 0x8c, 0x74, 0x77, 0x47, 0xd4, 0x06, 0x0f, 0xea, 0xbe, 0xb0, 0xb0, 0xc0, 0x30, 0xa1, 0xae, 0xd6, 0x09, 0xf6, 0x54, 0x03, 0x68, 0x7d, 0x80, 0x64, 0xcf, 0x02, 0x21, 0xaf, 0x21, 0x96, 0xc7, 0x54, 0xd3, 0x66, 0x62, 0xff, 0xc4, 0x38, 0x73, 0xe6, 0x66, 0xc7, 0x4d, 0x55, 0xe8, 0x81, 0x14, 0x40, 0x04, 0xd8, 0x06, 0xd2, 0xc0, 0x4b, 0x81, 0x7d, 0x48, 0x95, 0x01, 0x24, 0x39, 0x72, 0xe4, 0x28, 0xb9, 0xf7, 0xde, 0xd5, 0x2e, 0xb4, 0xf8, 0x08, 0xb7, 0x30, 0x30, 0x10, 0x55, 0x1b, 0xc7, 0x6e, 0x2a, 0xfc, 0x50, 0xe7, 0xda, 0xcf, 0x20, 0x75, 0x1b, 0x39, 0xff, 0x84, 0x41, 0x15, 0x21, 0x02, 0x82, 0x0f, 0x00, 0xec, 0x1e, 0xfa, 0x80, 0x05, 0x3e, 0x94, 0x88, 0xcf, 0xed, 0x03, 0x2f, 0x80, 0x4d, 0x7e, 0xc1, 0x66, 0x1f, 0x07, 0xc1, 0x87, 0x17, 0xd2, 0xd2, 0xd2, 0x42, 0xda, 0xda, 0xda, 0xa9, 0x93, 0x74, 0x93, 0x34, 0x35, 0xe1, 0xe7, 0x91, 0xe9, 0x47, 0x80, 0x7e, 0x12, 0xa1, 0x8d, 0x63, 0x4f, 0x37, 0x25, 0xc0, 0x70, 0xe3, 0x67, 0xca, 0x09, 0xf6, 0x36, 0x0c, 0x2a, 0x66, 0x85, 0x01, 0xcb, 0x41, 0x98, 0x87, 0x42, 0x58, 0xb1, 0x84, 0xaf, 0x84, 0xc0, 0xe6, 0x67, 0x5f, 0xfd, 0xb0, 0xa9, 0x37, 0xa1, 0xf5, 0x6f, 0x6e, 0xbe, 0x46, 0x1a, 0x1b, 0x1b, 0xe1, 0x2b, 0x34, 0xb5, 0xd3, 0x64, 0xdc, 0xb8, 0x62, 0x94, 0x98, 0x34, 0x03, 0xd4, 0x3b, 0x68, 0x78, 0xa6, 0xf1, 0x21, 0x42, 0x28, 0x66, 0x79, 0xc8, 0xf1, 0x02, 0xa4, 0x0d, 0x85, 0x30, 0x7a, 0x98, 0xc1, 0xc1, 0xa8, 0xda, 0xa2, 0xab, 0x1a, 0x00, 0x3c, 0xfe, 0x81, 0x78, 0x96, 0x17, 0x53, 0xc7, 0xf7, 0x77, 0x07, 0x0f, 0xaa, 0xbe, 0x01, 0x38, 0x40, 0xf0, 0x7f, 0x20, 0x05, 0xcc, 0x11, 0x06, 0x1f, 0xc5, 0x5f, 0xbe, 0xdc, 0xa8, 0x6a, 0x81, 0x15, 0x2b, 0xaa, 0x50, 0x62, 0xd2, 0x8e, 0x00, 0x03, 0x6a, 0x6f, 0x70, 0x6f, 0x5f, 0x2f, 0xe9, 0xbf, 0xd5, 0xaf, 0xca, 0x4a, 0xa0, 0x34, 0x80, 0x88, 0x3f, 0x32, 0x92, 0xd3, 0x93, 0x3a, 0xc1, 0xe0, 0x07, 0x0c, 0x44, 0xe3, 0xed, 0x3c, 0x48, 0x7a, 0xf4, 0x7f, 0xbf, 0x39, 0x40, 0x2e, 0x5d, 0xaa, 0x57, 0xc7, 0x06, 0x41, 0x2b, 0x00, 0xad, 0xc2, 0x8d, 0x1b, 0x37, 0xc8, 0xb5, 0x6b, 0x2d, 0xe4, 0xca, 0x95, 0x2b, 0xe4, 0x47, 0x8f, 0x3d, 0x46, 0xca, 0xca, 0xca, 0x50, 0x62, 0xd2, 0xcd, 0x04, 0xa2, 0xb2, 0xd0, 0xdb, 0xd3, 0x3b, 0x9c, 0x06, 0xa5, 0x5f, 0x35, 0x91, 0x53, 0xd9, 0x1b, 0x3e, 0xd2, 0x00, 0x62, 0x0f, 0x00, 0x02, 0x0d, 0x1d, 0x5b, 0x10, 0x05, 0x1a, 0xa4, 0xe6, 0x4d, 0x54, 0x67, 0x2a, 0x9d, 0xcd, 0x9b, 0x36, 0x91, 0x97, 0x5f, 0x79, 0x99, 0x1c, 0x3f, 0x5e, 0xaf, 0x9e, 0xdf, 0xdb, 0xdb, 0x43, 0x3a, 0x3a, 0x3a, 0x55, 0xdb, 0x7f, 0xe3, 0xc6, 0x47, 0xc9, 0x8f, 0x7f, 0xfc, 0x2c, 0x4a, 0x4b, 0x1a, 0x02, 0xc2, 0x9f, 0x7d, 0x54, 0xf8, 0x41, 0x13, 0x44, 0x45, 0x12, 0x1c, 0x80, 0x06, 0x88, 0xf9, 0xa6, 0x23, 0x4c, 0x11, 0x0a, 0x83, 0x32, 0x67, 0x07, 0xbc, 0x77, 0x08, 0x69, 0xc2, 0x8f, 0xd5, 0x02, 0xcc, 0x9f, 0xea, 0x7f, 0xaa, 0x56, 0xb3, 0x00, 0xff, 0xf6, 0x77, 0xbf, 0x25, 0x6d, 0xd4, 0xfc, 0x99, 0x34, 0x69, 0x32, 0x59, 0xb3, 0xe6, 0xcf, 0xc9, 0xec, 0xd9, 0xb3, 0x51, 0x52, 0xd2, 0x14, 0xd0, 0x30, 0xf6, 0xa9, 0xe6, 0xcf, 0xad, 0xb8, 0xf9, 0xc6, 0x84, 0xcd, 0x6e, 0x3f, 0x75, 0x84, 0x25, 0x7b, 0x96, 0xbc, 0xbc, 0x5c, 0xd5, 0xae, 0x07, 0xe7, 0x16, 0x54, 0x5c, 0x6b, 0x5b, 0x6b, 0xd2, 0x12, 0x21, 0x15, 0x36, 0x2c, 0x88, 0xcc, 0x00, 0x0c, 0x86, 0x03, 0x12, 0xf4, 0x53, 0xab, 0x00, 0xcc, 0x63, 0xed, 0xc4, 0x88, 0xa9, 0x9d, 0x60, 0x7b, 0xb0, 0x95, 0xb3, 0x82, 0x0d, 0x85, 0xd0, 0x0e, 0x89, 0xd0, 0x02, 0x3e, 0x5c, 0x06, 0x76, 0xb3, 0x1c, 0x2f, 0xc7, 0x8e, 0x1d, 0xa7, 0x26, 0x4e, 0x1f, 0xd6, 0x7e, 0x86, 0xa3, 0xa7, 0xb7, 0x97, 0xd4, 0x53, 0x93, 0x17, 0xc2, 0xdf, 0xb0, 0xc0, 0x10, 0x87, 0xe2, 0xe2, 0x71, 0x02, 0x1a, 0x20, 0xc6, 0x2d, 0x8a, 0x77, 0x04, 0x18, 0xd5, 0x00, 0x0a, 0x31, 0x1a, 0x16, 0x01, 0xdf, 0x0e, 0x43, 0xce, 0x77, 0x68, 0xfd, 0xe1, 0x87, 0x42, 0x84, 0xe7, 0xdd, 0x77, 0xdf, 0xc5, 0xcf, 0x29, 0x33, 0x18, 0x50, 0xf7, 0xef, 0xbd, 0xfb, 0x9e, 0xda, 0x07, 0x34, 0x64, 0x1e, 0x2b, 0xa4, 0xa0, 0x20, 0x5f, 0x6d, 0x2c, 0x8d, 0x25, 0x4e, 0x51, 0x89, 0xc2, 0x16, 0x4f, 0x35, 0x00, 0x6f, 0x93, 0x19, 0x09, 0x33, 0x38, 0xb9, 0x4b, 0x96, 0x2c, 0x1e, 0xc9, 0x19, 0x04, 0xcb, 0x91, 0xcf, 0x3f, 0x27, 0xfb, 0xf6, 0xfd, 0xa7, 0x1a, 0xdf, 0x47, 0x64, 0x16, 0xa0, 0xce, 0x6b, 0x6a, 0xf6, 0xa9, 0x32, 0x30, 0xa8, 0xca, 0x83, 0xa2, 0xca, 0xc8, 0xbc, 0xca, 0x4a, 0xa1, 0x36, 0x37, 0x3e, 0xd9, 0x99, 0xc7, 0x4e, 0x70, 0x62, 0x54, 0x48, 0x1f, 0x77, 0xde, 0xb9, 0x88, 0xd4, 0xd7, 0x9f, 0x50, 0x63, 0xfb, 0x0c, 0xc7, 0xeb, 0xeb, 0xd5, 0xa5, 0xbc, 0xbc, 0x5c, 0x55, 0x7d, 0x32, 0xb2, 0x88, 0x21, 0x7c, 0x1c, 0xf1, 0xa1, 0xc2, 0x0e, 0x91, 0x3d, 0xe8, 0xdd, 0xd7, 0x62, 0xfc, 0xf8, 0x62, 0x32, 0x7b, 0xf6, 0x2c, 0x01, 0xf9, 0x57, 0xfc, 0xdc, 0x11, 0x66, 0x70, 0xa3, 0xec, 0x6c, 0xf2, 0xd0, 0x43, 0xdf, 0x27, 0x6f, 0xbd, 0xf5, 0x4e, 0xc2, 0xa4, 0x69, 0xf0, 0x42, 0xf4, 0x5e, 0x0a, 0x22, 0x33, 0x00, 0x69, 0xcf, 0x57, 0xae, 0xa8, 0x12, 0x6b, 0x00, 0x15, 0xb9, 0xc9, 0xbe, 0x24, 0x98, 0x40, 0xbc, 0x13, 0x6c, 0xfc, 0x30, 0x30, 0xd4, 0xf9, 0x87, 0x3f, 0xd8, 0xa8, 0xa6, 0x53, 0x47, 0x20, 0x00, 0x65, 0x65, 0x13, 0xc9, 0xbd, 0xab, 0xbf, 0xa3, 0xa6, 0x3d, 0x14, 0x6e, 0x74, 0x63, 0xa3, 0x8b, 0x5d, 0xb8, 0x32, 0x1a, 0x94, 0x07, 0x0c, 0x75, 0x7d, 0xf4, 0xd1, 0x87, 0xc9, 0xe9, 0xd3, 0xa7, 0x49, 0x5d, 0xdd, 0x31, 0xd2, 0xd8, 0x78, 0x05, 0xd3, 0xa8, 0x67, 0x18, 0xa0, 0xa5, 0x07, 0xc1, 0x9f, 0x3d, 0x6b, 0x16, 0x99, 0x3a, 0x75, 0x8a, 0xa9, 0x74, 0x3a, 0x43, 0x26, 0x50, 0x4c, 0x9a, 0x06, 0x90, 0xf0, 0x45, 0x98, 0xf9, 0x07, 0x80, 0x1f, 0x0c, 0x13, 0x27, 0xc0, 0x02, 0x51, 0x21, 0xb0, 0x0b, 0x7b, 0x7a, 0xba, 0x87, 0xbe, 0x17, 0x48, 0x66, 0xd7, 0x61, 0x5a, 0x14, 0xa1, 0x72, 0x46, 0x36, 0x7d, 0x98, 0x16, 0x05, 0x3e, 0x82, 0x82, 0x68, 0x20, 0xb4, 0xf6, 0x43, 0xd9, 0x40, 0x2c, 0x08, 0xaf, 0x22, 0xb7, 0x1f, 0x40, 0x42, 0x47, 0x18, 0xb1, 0xe5, 0x90, 0xc0, 0xe0, 0xb7, 0xd2, 0xd2, 0x12, 0x75, 0x49, 0x2e, 0xc8, 0x7a, 0x04, 0x90, 0x77, 0x4e, 0xa2, 0x70, 0x8b, 0x9d, 0x93, 0x92, 0x00, 0x49, 0xce, 0x31, 0xbc, 0xce, 0xe6, 0x39, 0x86, 0x04, 0x30, 0x38, 0x27, 0xe9, 0x75, 0x29, 0xce, 0xd1, 0x0d, 0x86, 0x08, 0x9c, 0x63, 0x5d, 0xe2, 0x14, 0xa9, 0x3e, 0x80, 0x27, 0x1a, 0x00, 0x81, 0xb0, 0xd3, 0xe6, 0xfa, 0x56, 0x03, 0x20, 0x17, 0x10, 0xce, 0xcb, 0x7f, 0x7c, 0x07, 0x98, 0xe7, 0xfd, 0x00, 0x32, 0x63, 0xb2, 0x08, 0x84, 0x88, 0xd9, 0xe1, 0x9b, 0x7e, 0x00, 0x14, 0x7a, 0x84, 0x07, 0xf2, 0xef, 0x1f, 0x13, 0x48, 0xdb, 0x15, 0x8d, 0x26, 0x10, 0xc2, 0x0d, 0x13, 0xc8, 0x37, 0x61, 0x50, 0x99, 0xde, 0x3d, 0x02, 0x11, 0x38, 0x27, 0x38, 0xf1, 0x41, 0x90, 0x0c, 0x08, 0x17, 0x34, 0x40, 0xcc, 0x37, 0x61, 0x50, 0x05, 0x35, 0x00, 0xc2, 0x63, 0x27, 0xd8, 0x43, 0x0d, 0xa0, 0x6d, 0xf5, 0x91, 0x0b, 0x08, 0xb7, 0x9d, 0x60, 0x1f, 0x84, 0x41, 0xb1, 0x52, 0x10, 0x2e, 0x1b, 0x41, 0xfe, 0x0d, 0x83, 0x22, 0x1b, 0x10, 0x4e, 0x6b, 0x00, 0x5f, 0xa5, 0x47, 0x47, 0x0d, 0x80, 0x70, 0xbb, 0xfd, 0x27, 0x7e, 0xca, 0x0a, 0x81, 0x3e, 0x00, 0xc2, 0x0b, 0x27, 0xd8, 0xb7, 0xc9, 0x71, 0x91, 0x01, 0x08, 0xe7, 0x9d, 0xe0, 0x98, 0x5f, 0x46, 0x83, 0xca, 0x78, 0x00, 0x04, 0xc2, 0x9e, 0x13, 0xec, 0xb1, 0x06, 0xc0, 0x56, 0x1f, 0xe1, 0xb6, 0x06, 0xf0, 0xd1, 0xf7, 0x00, 0xda, 0xb1, 0x40, 0x48, 0x06, 0x84, 0x0b, 0x1a, 0x20, 0xe6, 0xd3, 0x8e, 0x30, 0x04, 0xc2, 0x79, 0x0d, 0xa0, 0xf8, 0x57, 0x03, 0x20, 0x10, 0xee, 0x90, 0xc0, 0x47, 0x51, 0x20, 0xd4, 0x00, 0x88, 0x8c, 0xd5, 0x00, 0x6c, 0x26, 0x47, 0x04, 0xc2, 0x6d, 0x12, 0xf0, 0x32, 0xe8, 0x26, 0x01, 0xe2, 0x12, 0xfb, 0x43, 0xca, 0x73, 0x5e, 0xfe, 0xcd, 0xe4, 0x77, 0x41, 0x20, 0xac, 0x20, 0x14, 0x0e, 0xc7, 0x11, 0x00, 0x66, 0x1d, 0x35, 0x92, 0x51, 0xa9, 0x04, 0xa0, 0x02, 0x7e, 0x8d, 0xdf, 0x6f, 0x6f, 0x6f, 0x57, 0xed, 0x31, 0x5e, 0xf0, 0x21, 0xcd, 0x89, 0xa1, 0x8a, 0xd2, 0xc9, 0xe7, 0x23, 0xf4, 0x5d, 0x81, 0xab, 0x69, 0x51, 0x64, 0xe5, 0x0e, 0x72, 0x2a, 0x2d, 0x0a, 0x49, 0x7a, 0xce, 0xe8, 0x31, 0xe3, 0x7c, 0x3e, 0x72, 0xd3, 0xa2, 0xc4, 0x9f, 0x21, 0x9a, 0x16, 0x25, 0x41, 0x34, 0xf4, 0xce, 0xe1, 0x7e, 0x07, 0xe4, 0x15, 0xe2, 0x67, 0x8a, 0x87, 0xf3, 0x3b, 0xbb, 0xba, 0xb4, 0x65, 0x34, 0x3b, 0x46, 0x80, 0x9e, 0x9e, 0x9e, 0xb3, 0x85, 0x85, 0x85, 0xbd, 0x74, 0xb3, 0x00, 0xf6, 0x61, 0xfa, 0x22, 0x98, 0xc0, 0x6e, 0xfa, 0xf4, 0xe9, 0x5a, 0xa2, 0x18, 0x29, 0x30, 0x01, 0x1d, 0x27, 0x72, 0x96, 0x93, 0x33, 0xc5, 0x8b, 0xcf, 0xa8, 0xae, 0x98, 0x7c, 0x1e, 0x13, 0x67, 0xdb, 0x7c, 0xbe, 0x50, 0xea, 0xb3, 0x43, 0xa6, 0xdf, 0xa8, 0xc0, 0xf3, 0x84, 0x6c, 0xfc, 0x8e, 0x90, 0xe1, 0x29, 0x6a, 0x1f, 0x00, 0x77, 0xa0, 0x3b, 0x12, 0x51, 0x67, 0x12, 0xd5, 0x98, 0xe5, 0x75, 0x66, 0x9e, 0x3c, 0xcb, 0xcc, 0xc9, 0x75, 0x75, 0x75, 0x03, 0x4b, 0x96, 0x2c, 0xb9, 0x8b, 0x6e, 0xce, 0x63, 0xc7, 0x60, 0x1a, 0xd3, 0x79, 0xf3, 0x2a, 0xd5, 0x59, 0xde, 0xf5, 0x59, 0xae, 0x18, 0xb7, 0xc0, 0x3a, 0x2d, 0x81, 0x18, 0x01, 0x94, 0xd4, 0xc7, 0x1c, 0x4d, 0x8c, 0x95, 0xa2, 0x95, 0x36, 0xd0, 0x12, 0xf6, 0x35, 0x80, 0x48, 0xd2, 0x2b, 0xfb, 0x5a, 0x22, 0x36, 0x2c, 0x70, 0x09, 0xb3, 0x3f, 0x48, 0x4a, 0x8c, 0xa5, 0xe8, 0x9e, 0x13, 0xbf, 0xe8, 0x6a, 0x09, 0xfa, 0x17, 0xa5, 0xe6, 0xf7, 0xa7, 0x87, 0x3e, 0x53, 0x27, 0x50, 0xe7, 0x70, 0x79, 0xef, 0xde, 0xbd, 0x7f, 0xe7, 0x18, 0x01, 0x00, 0x4b, 0x97, 0x2e, 0xbd, 0x40, 0x1f, 0x62, 0x0b, 0xa3, 0x2b, 0xcc, 0xf4, 0x72, 0xe2, 0xc4, 0x49, 0x75, 0x6a, 0x9b, 0x31, 0x63, 0x8a, 0x54, 0x13, 0x88, 0x67, 0xb2, 0x98, 0x8f, 0xec, 0xa5, 0x09, 0x44, 0x52, 0x9b, 0x40, 0x36, 0x9e, 0xd9, 0x19, 0x13, 0x48, 0x56, 0x6a, 0x44, 0x65, 0x74, 0xa5, 0x8c, 0xb6, 0xb0, 0x86, 0xc2, 0xee, 0x38, 0x01, 0x88, 0x21, 0x29, 0xfa, 0xfa, 0x6e, 0xa9, 0x53, 0xe7, 0x1e, 0xfa, 0xec, 0x33, 0xd2, 0xda, 0xda, 0xa6, 0x3d, 0xf7, 0x1f, 0x8e, 0x1e, 0x3d, 0x7a, 0xc4, 0x94, 0x59, 0x6f, 0x45, 0xe1, 0xed, 0xd8, 0xb1, 0x63, 0x37, 0xbd, 0xd9, 0x53, 0xe8, 0x92, 0x21, 0x7c, 0x84, 0x83, 0x15, 0x15, 0x15, 0xab, 0xaa, 0xab, 0xab, 0xa3, 0x66, 0x2e, 0xb2, 0x94, 0x1e, 0x9d, 0xda, 0x59, 0x7f, 0x4d, 0x57, 0x1f, 0xe2, 0x3b, 0x47, 0xf8, 0x04, 0xf5, 0xd4, 0xef, 0x5c, 0x67, 0x56, 0xf8, 0x2d, 0x99, 0x40, 0x00, 0xaa, 0x66, 0x62, 0x6b, 0xd6, 0xac, 0xd9, 0xdf, 0xd5, 0xd5, 0xa5, 0xd0, 0x1b, 0x2f, 0x83, 0xe0, 0x0f, 0xd6, 0x01, 0xc2, 0x03, 0x40, 0x27, 0xc0, 0x7f, 0x0d, 0x0c, 0x0c, 0xac, 0xaf, 0xa9, 0xa9, 0xb9, 0x61, 0xa5, 0x00, 0xdb, 0x81, 0xfb, 0xad, 0x5b, 0xb7, 0x4e, 0x8b, 0x46, 0xa3, 0x67, 0xb2, 0xb3, 0xb3, 0xf3, 0x21, 0xef, 0x3b, 0xf6, 0x05, 0x20, 0x9c, 0x04, 0xeb, 0x09, 0xa6, 0x32, 0x77, 0x2e, 0x37, 0x37, 0x77, 0xdd, 0x9e, 0x3d, 0x7b, 0xbe, 0xb6, 0x53, 0x9e, 0x14, 0x69, 0xdd, 0xb8, 0x71, 0xe3, 0x71, 0xba, 0xfa, 0x16, 0xdb, 0x5f, 0x30, 0x7f, 0x0e, 0x29, 0x2d, 0x1d, 0x4f, 0xc9, 0x10, 0x56, 0x63, 0xb7, 0xa1, 0x70, 0x28, 0x6e, 0x3b, 0x4c, 0xb7, 0x87, 0x8e, 0x8d, 0x6e, 0x0f, 0xfd, 0x2f, 0x3c, 0x7c, 0x6c, 0x68, 0x5b, 0x5d, 0xf3, 0xdb, 0xec, 0x5a, 0xcd, 0x76, 0x78, 0xb8, 0xfc, 0x91, 0x72, 0xe0, 0x5e, 0xc3, 0xe5, 0xf3, 0xdb, 0x8c, 0xa0, 0x6c, 0x36, 0x1b, 0x85, 0x8b, 0x27, 0x8b, 0xae, 0x15, 0xde, 0x91, 0xe6, 0xd7, 0x23, 0x65, 0x26, 0x5f, 0x2b, 0xc3, 0xde, 0x75, 0xca, 0xb5, 0x99, 0xfb, 0xa6, 0x5a, 0xa7, 0xbc, 0x9f, 0xfe, 0xb5, 0x86, 0xef, 0x22, 0x45, 0x99, 0x22, 0xef, 0x62, 0x64, 0x2d, 0x78, 0xdf, 0x8b, 0x17, 0xaf, 0x90, 0xa6, 0xe6, 0xb8, 0x69, 0xb4, 0x7e, 0xfe, 0xf6, 0xdb, 0x6f, 0xff, 0x95, 0x5d, 0xd9, 0x95, 0x35, 0x2b, 0xdd, 0x81, 0xb8, 0x58, 0x54, 0x63, 0x13, 0x0e, 0x91, 0x40, 0x48, 0x03, 0x4c, 0xa2, 0xd2, 0x72, 0xbd, 0xcd, 0x50, 0xe6, 0x3c, 0x25, 0x00, 0x15, 0xf6, 0x37, 0xf9, 0xfd, 0xae, 0xae, 0x08, 0x39, 0x73, 0xf6, 0x02, 0x37, 0xe3, 0x0b, 0x02, 0x61, 0x5d, 0xf8, 0x1b, 0x4e, 0x9d, 0xd7, 0x0e, 0x79, 0xb8, 0x1e, 0x89, 0x44, 0xfe, 0x57, 0x46, 0xf9, 0xd2, 0x0c, 0x76, 0x6a, 0x06, 0xbd, 0x47, 0x57, 0x6b, 0xf9, 0x63, 0xf9, 0xf9, 0x79, 0x64, 0xea, 0x94, 0x49, 0xa4, 0x68, 0x4c, 0x11, 0xc9, 0x0a, 0x67, 0x11, 0x70, 0x0f, 0x42, 0xcc, 0xac, 0x11, 0x58, 0xc2, 0x43, 0x17, 0x8c, 0x6e, 0x83, 0x89, 0x43, 0x34, 0xc7, 0x98, 0xc9, 0x34, 0xf2, 0x7f, 0x32, 0x62, 0x0e, 0xa9, 0x3f, 0x8e, 0x99, 0x5e, 0xa1, 0xa1, 0x71, 0x24, 0x70, 0x94, 0x45, 0xd5, 0x47, 0xb4, 0x14, 0x1f, 0x0f, 0x27, 0xa3, 0xbd, 0x8d, 0x09, 0xff, 0x27, 0x9a, 0x18, 0xb7, 0xd6, 0x7c, 0x20, 0xdc, 0x64, 0x81, 0x71, 0xea, 0x7e, 0xa4, 0x5b, 0x67, 0xb4, 0x97, 0x2a, 0xce, 0x6c, 0xe0, 0xee, 0xab, 0xf0, 0xf7, 0x8b, 0x7f, 0xae, 0xc4, 0xfb, 0x29, 0xf1, 0x9d, 0x5e, 0x29, 0x9e, 0x27, 0xce, 0x5c, 0x49, 0xf6, 0x5b, 0x34, 0x65, 0x26, 0x98, 0x24, 0xf1, 0x0f, 0x9c, 0xa4, 0xcc, 0x24, 0x26, 0x0f, 0x19, 0xbd, 0x2e, 0xe1, 0xb8, 0xa6, 0x0e, 0xa2, 0x83, 0x51, 0xd2, 0xd5, 0xd9, 0x4d, 0x5a, 0x5a, 0x5a, 0xe9, 0xf6, 0xa0, 0xb6, 0xc1, 0xfd, 0xcb, 0x77, 0xde, 0x79, 0xe7, 0x35, 0x19, 0x72, 0x9b, 0x2d, 0x8b, 0x00, 0x39, 0x39, 0x39, 0xdb, 0x28, 0x5b, 0xff, 0x98, 0x6e, 0x8e, 0x4c, 0xf6, 0x0a, 0x9d, 0x16, 0xe7, 0xce, 0x5f, 0xc2, 0x66, 0x0c, 0x21, 0xd3, 0x09, 0xfe, 0xf5, 0xbc, 0x79, 0xf3, 0x5e, 0x97, 0x55, 0x9e, 0xd4, 0x90, 0xcd, 0x23, 0x8f, 0x3c, 0x32, 0x97, 0x3a, 0x9a, 0xd0, 0x3f, 0x30, 0x17, 0xab, 0x0a, 0xe1, 0x00, 0x3e, 0x88, 0x46, 0xa3, 0x3f, 0xa8, 0xad, 0xad, 0x8d, 0xc8, 0x2a, 0x50, 0xea, 0xd4, 0xec, 0xfb, 0xf7, 0xef, 0x3f, 0x9d, 0x97, 0x97, 0xb7, 0x8c, 0x9a, 0x23, 0xff, 0x4e, 0x77, 0xfb, 0xb1, 0xbe, 0x10, 0x92, 0xd0, 0x02, 0x66, 0x4f, 0x65, 0x65, 0xe5, 0x5a, 0x99, 0xc2, 0x2f, 0x5d, 0x03, 0x68, 0x7c, 0x82, 0x49, 0x74, 0xb5, 0x86, 0x2e, 0xcb, 0xe9, 0x32, 0x99, 0x2e, 0xb9, 0xc3, 0x2a, 0x2c, 0xc4, 0xee, 0xcb, 0xb6, 0xf5, 0x8e, 0xe9, 0xec, 0x6b, 0xcf, 0x67, 0xcf, 0x1f, 0xb7, 0xaf, 0xfd, 0x9f, 0xb6, 0x0c, 0x83, 0x72, 0x49, 0x92, 0x73, 0x8c, 0x8e, 0xeb, 0xbd, 0xc3, 0x50, 0x12, 0xd5, 0x2d, 0xf4, 0xae, 0x69, 0xe3, 0x91, 0x2c, 0x72, 0xa0, 0x9b, 0x83, 0x92, 0x3b, 0x3f, 0xe1, 0xff, 0x9a, 0xff, 0xe9, 0x1d, 0x63, 0xfb, 0x86, 0xc7, 0xf8, 0x6b, 0x44, 0xff, 0xc7, 0x6d, 0x27, 0x94, 0xc9, 0xb6, 0x75, 0x8e, 0xf1, 0xef, 0xab, 0x9b, 0x1e, 0x03, 0xfb, 0xf9, 0x00, 0x38, 0xbc, 0x1f, 0x7e, 0xf8, 0x61, 0x8f, 0x13, 0x72, 0xea, 0x55, 0xaf, 0x15, 0xdc, 0x37, 0x4b, 0x67, 0x09, 0x0b, 0xee, 0x87, 0x0d, 0x8e, 0xf1, 0x6b, 0xa3, 0x6d, 0x91, 0x25, 0xa4, 0xb3, 0xcd, 0xaf, 0x45, 0x16, 0xed, 0x7b, 0x0e, 0x09, 0x0a, 0xb7, 0x56, 0x78, 0xf5, 0x96, 0x98, 0xce, 0x76, 0x4c, 0x67, 0x5b, 0x64, 0x19, 0x4c, 0xb2, 0x2f, 0xb2, 0x16, 0xdd, 0x4e, 0x76, 0xcc, 0x33, 0x78, 0xdd, 0x6d, 0x6b, 0x24, 0xd0, 0x22, 0xdb, 0xc9, 0x04, 0x5c, 0x2b, 0xe8, 0x4e, 0x08, 0x7e, 0x58, 0x40, 0xe8, 0x9d, 0x26, 0x80, 0x13, 0x44, 0xd0, 0x92, 0x61, 0xd0, 0x24, 0x29, 0x92, 0x1d, 0xf3, 0x95, 0xe0, 0xfb, 0x85, 0x00, 0x7a, 0x1a, 0x41, 0xb4, 0x75, 0x97, 0xdd, 0xda, 0x8b, 0x08, 0xbe, 0xd5, 0x96, 0xdf, 0x0c, 0x01, 0xf4, 0x84, 0xdf, 0xaa, 0x26, 0x90, 0x49, 0x04, 0x99, 0x64, 0xf0, 0x0d, 0xfc, 0x36, 0x70, 0x27, 0x64, 0x53, 0xe8, 0xdd, 0x10, 0x7c, 0x2b, 0x2d, 0xbf, 0xd3, 0x04, 0x70, 0x9a, 0x08, 0x22, 0x5a, 0x41, 0x84, 0x14, 0xbe, 0x83, 0x9f, 0x47, 0xae, 0x69, 0xb5, 0x82, 0xec, 0xd6, 0x3e, 0x99, 0xe0, 0x9b, 0x15, 0xfa, 0x54, 0x24, 0xb0, 0x4b, 0x00, 0x51, 0x22, 0xc4, 0x92, 0xec, 0x3b, 0x49, 0x04, 0x11, 0x02, 0xf8, 0x1a, 0x41, 0x19, 0xba, 0x29, 0xb3, 0xb5, 0xb7, 0x2a, 0xf8, 0xa2, 0x2d, 0xbf, 0x51, 0xeb, 0x6f, 0xf4, 0xce, 0x53, 0xf9, 0x01, 0xa2, 0x5a, 0x40, 0x44, 0x13, 0xc8, 0x20, 0x82, 0x11, 0x19, 0x02, 0x33, 0x06, 0x26, 0x88, 0x63, 0x97, 0x43, 0x0e, 0x0b, 0xbe, 0xac, 0x96, 0x5f, 0x06, 0x01, 0x8c, 0x5a, 0x7f, 0x22, 0x41, 0x13, 0xc8, 0x24, 0x42, 0x20, 0x91, 0x0e, 0x83, 0xf7, 0x45, 0x08, 0x61, 0x57, 0xf0, 0xc3, 0x36, 0x5a, 0x7e, 0x19, 0x04, 0xb0, 0xe2, 0x0f, 0x24, 0xd3, 0x04, 0x7a, 0x42, 0xaf, 0x15, 0x7e, 0x11, 0x32, 0xa4, 0xc5, 0x48, 0xc7, 0x74, 0xfc, 0x7a, 0x85, 0x27, 0x84, 0x19, 0xc1, 0x77, 0xaa, 0xe5, 0xb7, 0x42, 0x00, 0x33, 0x7e, 0x00, 0x11, 0xd0, 0x02, 0x56, 0x1d, 0x64, 0x65, 0xb8, 0x75, 0x4f, 0xdb, 0x1c, 0x98, 0x99, 0xf2, 0xf9, 0x16, 0x23, 0x85, 0x15, 0xc1, 0x0f, 0xa7, 0x68, 0xf5, 0xcd, 0xc6, 0xfd, 0xed, 0x10, 0xc0, 0x09, 0x4d, 0xa0, 0x64, 0x8a, 0xb0, 0x67, 0x32, 0x01, 0x8c, 0x7e, 0x7b, 0x96, 0xa0, 0xb9, 0x63, 0xd5, 0xf1, 0x75, 0x82, 0x00, 0x7a, 0xc2, 0x6f, 0x46, 0x13, 0xc4, 0x32, 0x4d, 0xd0, 0x91, 0x00, 0xd6, 0xde, 0x0d, 0x4f, 0x0a, 0x33, 0x2d, 0x7f, 0xc8, 0xe0, 0xfd, 0x9a, 0x25, 0x40, 0xaa, 0xd6, 0xdf, 0x48, 0xf0, 0x09, 0x0a, 0x39, 0x12, 0xc0, 0x8b, 0xf7, 0x68, 0xa4, 0x09, 0x8c, 0x08, 0x90, 0x4a, 0x0b, 0x10, 0x14, 0x6a, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x98, 0xc0, 0xff, 0x03, 0x4a, 0x2a, 0x2c, 0x04, 0x30, 0xd4, 0xf8, 0x19, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_print_192_png_len = 6815; unsigned char gtk_save_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x61, 0x76, 0x65, 0x5e, 0x4c, 0x16, 0x81, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2b, 0x46, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x7c, 0x55, 0xd5, 0xb9, 0xef, 0xb7, 0xcf, 0x98, 0x79, 0x0e, 0x49, 0x48, 0x08, 0x31, 0x40, 0x18, 0xc2, 0x3c, 0xc8, 0x28, 0x83, 0x02, 0x0a, 0x4e, 0xa0, 0x20, 0x50, 0x2f, 0xad, 0x56, 0xd1, 0xde, 0xd6, 0xab, 0xb5, 0xad, 0x45, 0x6d, 0xfb, 0x4a, 0xed, 0x93, 0xea, 0x6b, 0xed, 0xed, 0xed, 0xed, 0x7b, 0xf7, 0x6a, 0xef, 0xd4, 0x9f, 0xbf, 0xd7, 0xdf, 0x7d, 0xd5, 0xa2, 0xd5, 0xa2, 0x56, 0x51, 0x51, 0xea, 0x08, 0x02, 0x82, 0xcc, 0x49, 0x18, 0xc2, 0x90, 0x90, 0x79, 0x3e, 0x27, 0x39, 0x67, 0xef, 0xf7, 0x7d, 0xeb, 0x9c, 0xef, 0x64, 0x9d, 0x9d, 0xbd, 0xcf, 0x10, 0x4e, 0x48, 0xa8, 0x67, 0xc1, 0xce, 0x59, 0x67, 0x8f, 0x6b, 0xaf, 0x6f, 0xfa, 0x7f, 0xdf, 0xfa, 0xd6, 0x3a, 0x00, 0xf1, 0x12, 0x2f, 0xf1, 0x12, 0x2f, 0xf1, 0x12, 0x2f, 0xf1, 0x12, 0x2f, 0xf1, 0x12, 0x2f, 0xf1, 0xf2, 0xe5, 0x2a, 0xca, 0x50, 0x6e, 0xdc, 0x8c, 0x19, 0xcf, 0xda, 0x1b, 0x73, 0x9b, 0x4b, 0x15, 0x8b, 0x77, 0x8c, 0xa6, 0x28, 0x89, 0xa0, 0x41, 0xba, 0xa6, 0x29, 0x76, 0x0d, 0x34, 0x37, 0x58, 0xa1, 0x49, 0xf1, 0x6a, 0x8d, 0x5e, 0xb0, 0x9d, 0xad, 0x7e, 0xfd, 0x91, 0x2a, 0x7c, 0x15, 0x2d, 0x4e, 0xce, 0x2b, 0x9c, 0x01, 0x46, 0xaf, 0xd8, 0x9a, 0xdb, 0xa3, 0x58, 0x96, 0x29, 0xa0, 0x5d, 0x8f, 0x5f, 0x67, 0xe3, 0x56, 0x8a, 0x9b, 0x3d, 0xdc, 0x75, 0x9a, 0x02, 0xed, 0x48, 0xfe, 0x2f, 0xf0, 0x65, 0xf6, 0x22, 0x1f, 0xfc, 0xa5, 0xb3, 0xc7, 0xfe, 0x76, 0xed, 0x9b, 0x8f, 0x74, 0xc4, 0xc9, 0x7b, 0x05, 0x30, 0x40, 0xd1, 0xda, 0x5f, 0x26, 0xda, 0x3a, 0xdc, 0xeb, 0xb0, 0xba, 0x09, 0xb7, 0x39, 0xb8, 0x59, 0xfa, 0x34, 0x12, 0x5b, 0x69, 0xa1, 0x3f, 0x8a, 0x12, 0xf8, 0xae, 0xa9, 0x1a, 0xa8, 0x1a, 0xea, 0x02, 0x63, 0xb9, 0x77, 0xe1, 0xb6, 0x53, 0x01, 0xe5, 0x3f, 0x93, 0x92, 0x5d, 0x2f, 0x1f, 0x7a, 0x61, 0x4b, 0x77, 0x9c, 0xd4, 0x43, 0x8c, 0x01, 0x46, 0x2d, 0xff, 0xf9, 0x30, 0xd5, 0xe6, 0xdd, 0x8c, 0x24, 0xbc, 0x1b, 0xbf, 0x66, 0xf2, 0x7e, 0x22, 0xb4, 0xc5, 0xaa, 0x40, 0x4a, 0x52, 0x22, 0x0c, 0xcf, 0xcb, 0x80, 0x9c, 0xac, 0x54, 0x48, 0x4b, 0x49, 0x80, 0xd4, 0x44, 0x27, 0x58, 0x6d, 0x36, 0x41, 0x7c, 0x6a, 0x74, 0x77, 0xb7, 0x07, 0xdc, 0x3d, 0x1e, 0x68, 0x6d, 0xef, 0x82, 0xa6, 0x96, 0x76, 0xb8, 0x58, 0xdf, 0x0a, 0x8d, 0x2d, 0x1d, 0xe0, 0xc6, 0xfd, 0x5e, 0x35, 0x88, 0x2b, 0x6a, 0x71, 0xfb, 0x0f, 0xab, 0xc7, 0xf6, 0xab, 0xca, 0x37, 0x1f, 0xb9, 0x18, 0x27, 0xf9, 0x20, 0x33, 0x80, 0x5f, 0xe2, 0xbf, 0x8d, 0xd5, 0x47, 0x71, 0x4b, 0x63, 0x89, 0xb6, 0x21, 0x71, 0xaf, 0x2a, 0xca, 0x85, 0x51, 0xc5, 0xc3, 0xa0, 0x78, 0x78, 0x26, 0x64, 0xa5, 0x27, 0x81, 0xd5, 0xa2, 0xf8, 0x25, 0x1f, 0x84, 0xa4, 0x53, 0x63, 0x99, 0xb6, 0x1a, 0x49, 0xbf, 0xff, 0x05, 0xe8, 0x18, 0x69, 0x83, 0xce, 0xae, 0x6e, 0xb8, 0xd8, 0xd0, 0x02, 0xa7, 0xce, 0x35, 0xc0, 0x89, 0x53, 0x35, 0xd0, 0xdc, 0xe6, 0x02, 0xaf, 0x57, 0xe5, 0x47, 0xb7, 0xe1, 0xf6, 0x4b, 0xa7, 0xcd, 0xf2, 0xcc, 0xb1, 0x57, 0x36, 0xb7, 0xc5, 0x49, 0x3f, 0x08, 0x0c, 0x70, 0xd5, 0xca, 0xa7, 0x97, 0xa1, 0xe2, 0xfe, 0x37, 0xac, 0x16, 0x33, 0xe1, 0x33, 0xd3, 0x92, 0x3d, 0x53, 0x26, 0x8c, 0xf4, 0x8c, 0x2b, 0x2d, 0x70, 0x24, 0x27, 0xda, 0x51, 0xf8, 0x51, 0x71, 0x0b, 0xc2, 0xfb, 0x9b, 0x27, 0x28, 0x4c, 0xff, 0x7d, 0xea, 0x5e, 0x13, 0x7f, 0xc4, 0x7f, 0xbf, 0x39, 0xf0, 0x9f, 0x1b, 0x38, 0xcf, 0x57, 0x7a, 0x3c, 0x1e, 0x38, 0x57, 0xd3, 0x04, 0x07, 0x8e, 0x9e, 0x85, 0xaa, 0xea, 0x3a, 0x70, 0xa1, 0x66, 0xf0, 0x97, 0x3a, 0xbc, 0xe8, 0xc1, 0x53, 0xdb, 0x1f, 0xfd, 0xef, 0x38, 0xf9, 0x2f, 0x13, 0x03, 0x10, 0x9a, 0x6f, 0xc8, 0x6b, 0xfc, 0x01, 0x56, 0x7f, 0xc4, 0x36, 0x3e, 0x33, 0x2d, 0xc9, 0x3b, 0x77, 0xda, 0xa8, 0xe6, 0xf2, 0x31, 0x85, 0x24, 0xd4, 0x89, 0x48, 0xd8, 0x44, 0x6c, 0x0e, 0x2a, 0x7f, 0xad, 0x97, 0xb8, 0x52, 0xf3, 0x02, 0x0c, 0xc0, 0xd2, 0xef, 0x97, 0x7a, 0x66, 0x0a, 0x62, 0x26, 0xd2, 0x18, 0x36, 0xab, 0x45, 0x6c, 0xc4, 0x18, 0xac, 0x25, 0x1a, 0x9a, 0xda, 0x60, 0xef, 0x17, 0x27, 0xe1, 0x48, 0x65, 0x6d, 0x80, 0x11, 0xf0, 0xf4, 0xed, 0x1e, 0x9b, 0xe5, 0xbe, 0xea, 0x57, 0x36, 0x9f, 0x8f, 0x33, 0xc0, 0x00, 0x96, 0xd2, 0x9b, 0x9f, 0x2a, 0x56, 0xbd, 0xda, 0xcb, 0x58, 0x9d, 0x46, 0xdf, 0xed, 0x76, 0x05, 0x16, 0xce, 0x18, 0x7b, 0x76, 0xfa, 0xa4, 0x92, 0x0e, 0xab, 0xc5, 0xe2, 0x54, 0x55, 0x2d, 0x09, 0x09, 0x99, 0xe8, 0xf1, 0x6a, 0x09, 0xaa, 0xaa, 0xda, 0x59, 0xe5, 0x13, 0x01, 0xf5, 0x8d, 0x93, 0x89, 0x4f, 0x9f, 0xaa, 0x6f, 0x87, 0xf8, 0x54, 0x7d, 0x3b, 0x03, 0x26, 0xc2, 0x6e, 0xb3, 0x40, 0x82, 0xc3, 0x2a, 0x98, 0x81, 0xcf, 0xaf, 0xa9, 0x6b, 0x82, 0x0f, 0xf7, 0x56, 0xc2, 0xc9, 0xb3, 0x0d, 0xbe, 0xf3, 0x11, 0x1f, 0xa0, 0x7b, 0x79, 0xdb, 0xe9, 0xed, 0x8f, 0x7e, 0xf8, 0x65, 0x65, 0x00, 0xeb, 0x40, 0xde, 0xbc, 0x78, 0xc5, 0xd6, 0x09, 0x48, 0xb5, 0x77, 0xb0, 0x3a, 0x96, 0xbe, 0x17, 0xe6, 0xa5, 0x77, 0xad, 0x5f, 0x31, 0xeb, 0xd0, 0xb8, 0xd1, 0x85, 0xcd, 0xa8, 0x06, 0x6c, 0x48, 0x02, 0x9b, 0xc7, 0xab, 0x5a, 0x91, 0x09, 0x6c, 0x48, 0x38, 0xfa, 0x6e, 0x0d, 0x48, 0x3e, 0x4b, 0xbb, 0xb4, 0x81, 0xac, 0x01, 0x7c, 0x40, 0xc0, 0x7f, 0x4c, 0x0b, 0xaa, 0x6b, 0x2a, 0x99, 0x00, 0x15, 0xba, 0xba, 0xbd, 0xd0, 0xdd, 0xe3, 0x05, 0x2b, 0x32, 0x01, 0x32, 0x1b, 0xa4, 0x26, 0x27, 0x40, 0x59, 0x49, 0x1e, 0xa4, 0x26, 0xd9, 0xe1, 0x02, 0x82, 0xc6, 0x1e, 0x8f, 0x37, 0x05, 0x9f, 0xf4, 0x77, 0x19, 0x63, 0x96, 0x9e, 0x6d, 0x3e, 0xf1, 0xf6, 0xfe, 0x38, 0x03, 0xc4, 0x52, 0xf2, 0x6f, 0x78, 0x6a, 0x01, 0x2a, 0xfb, 0xb7, 0xb0, 0x9a, 0x47, 0x42, 0x3d, 0x6b, 0x62, 0xf1, 0xd9, 0x75, 0x2b, 0x67, 0xed, 0x4d, 0x4f, 0x4d, 0xea, 0x46, 0x5a, 0xd9, 0xbd, 0x5e, 0x22, 0x3a, 0x6e, 0x5e, 0xcd, 0x8e, 0x8e, 0x3c, 0xd5, 0xed, 0xb8, 0xdf, 0x16, 0x10, 0x7b, 0x76, 0xf9, 0x24, 0xe9, 0x97, 0xc1, 0x1f, 0xb9, 0x81, 0x7e, 0x05, 0x10, 0x70, 0x05, 0x83, 0xea, 0xfe, 0x73, 0x51, 0xb3, 0x40, 0x87, 0xab, 0x07, 0x3c, 0xc8, 0x10, 0x4e, 0x87, 0x0d, 0x99, 0xc1, 0x0a, 0xf9, 0x39, 0x19, 0x30, 0x12, 0x81, 0xe6, 0xc5, 0xfa, 0x16, 0x68, 0xef, 0xec, 0xb6, 0xe1, 0xa9, 0xab, 0x32, 0xca, 0x96, 0x69, 0xcd, 0x27, 0x76, 0xbc, 0x17, 0x67, 0x80, 0x18, 0x94, 0x91, 0x37, 0x6d, 0x9d, 0x8b, 0x1f, 0x44, 0xfc, 0x34, 0x87, 0xdd, 0x0a, 0xd7, 0xcf, 0x1f, 0x7f, 0xfc, 0x86, 0x85, 0x93, 0x76, 0x93, 0x14, 0xa2, 0x8b, 0x66, 0x47, 0x89, 0xf7, 0x49, 0x3d, 0x69, 0x01, 0x64, 0x02, 0x3c, 0x4f, 0x30, 0x03, 0xd6, 0xed, 0x3e, 0x29, 0x57, 0x82, 0x89, 0x2e, 0x6f, 0x9a, 0x24, 0xf9, 0x3a, 0xd5, 0xaf, 0x81, 0xd6, 0x0b, 0x18, 0xa5, 0x1b, 0x68, 0xe0, 0xd3, 0x08, 0x6d, 0x5d, 0x3d, 0x68, 0x12, 0x14, 0x34, 0x0f, 0x56, 0x48, 0x4e, 0x4e, 0x84, 0x51, 0x45, 0xd9, 0xd0, 0xd2, 0xde, 0x09, 0x0d, 0xcd, 0x9d, 0x74, 0xda, 0x92, 0xf4, 0xb2, 0xa5, 0x9e, 0x96, 0x13, 0x6f, 0xef, 0x8a, 0x33, 0xc0, 0xa5, 0x48, 0xfe, 0xca, 0xad, 0x65, 0x9a, 0xa6, 0xec, 0x40, 0x12, 0xa6, 0x93, 0xc4, 0xad, 0x5a, 0x32, 0x69, 0xcf, 0x92, 0xb9, 0xe3, 0x3e, 0x42, 0xca, 0xdb, 0x3c, 0x48, 0x64, 0x92, 0x7c, 0x24, 0x88, 0x5d, 0x05, 0x8d, 0xec, 0xbd, 0x03, 0x37, 0xbb, 0x62, 0x01, 0x3b, 0x32, 0x87, 0xcd, 0x66, 0x51, 0x6c, 0xf4, 0x87, 0xec, 0xb7, 0x0c, 0xe6, 0xd8, 0x0d, 0x64, 0xa9, 0x07, 0xe8, 0x05, 0x80, 0x41, 0xaa, 0x5f, 0xe7, 0x2d, 0xf4, 0x62, 0x86, 0xde, 0x7a, 0x87, 0xcb, 0x83, 0x5a, 0x41, 0x85, 0x44, 0xa7, 0x1d, 0x9c, 0x4e, 0x07, 0xba, 0x9e, 0xd9, 0xd0, 0xd9, 0xe9, 0x82, 0x8b, 0x8d, 0xed, 0xf4, 0x98, 0x6b, 0x33, 0xc7, 0x2c, 0xed, 0x44, 0x73, 0xf0, 0x61, 0x9c, 0x01, 0xfa, 0xe3, 0xe6, 0xdd, 0xf2, 0x64, 0x9e, 0xa6, 0x5a, 0xde, 0xc5, 0x8e, 0x2c, 0xa4, 0x0e, 0xbe, 0x75, 0x71, 0xf9, 0x27, 0xd7, 0xce, 0x9b, 0xb0, 0x0b, 0x7d, 0x71, 0xbb, 0x90, 0x70, 0x11, 0xd6, 0x55, 0x1c, 0x48, 0x0d, 0xbb, 0xa2, 0x58, 0x1c, 0x48, 0x4f, 0x3b, 0xba, 0x6b, 0x89, 0x9e, 0x9e, 0x9e, 0x04, 0x8f, 0xd7, 0x6b, 0x57, 0xbd, 0xaa, 0x05, 0x89, 0x24, 0xc4, 0xdf, 0x22, 0x5c, 0x41, 0xb4, 0xdd, 0x28, 0xb1, 0x36, 0x94, 0x58, 0x3b, 0xaa, 0x6e, 0xfc, 0x2a, 0x88, 0x4b, 0x81, 0x1e, 0x99, 0xf8, 0xbd, 0xcc, 0x00, 0x01, 0x4f, 0x01, 0x34, 0x19, 0x2b, 0x04, 0xe3, 0x86, 0x6e, 0xd4, 0x06, 0xe4, 0x0d, 0x50, 0x1b, 0x6d, 0x76, 0x1b, 0x8c, 0x28, 0xc8, 0x84, 0xce, 0x0e, 0x1f, 0x13, 0x60, 0x59, 0x9a, 0x5e, 0x76, 0xdd, 0x41, 0xd4, 0x04, 0x47, 0xe2, 0x5e, 0x40, 0x14, 0x65, 0xf1, 0xe2, 0x2d, 0xb6, 0xd3, 0x49, 0xce, 0x9d, 0xd8, 0xc9, 0xf3, 0x51, 0x8a, 0x61, 0xc5, 0xfc, 0x71, 0x07, 0xef, 0x58, 0x3e, 0xf5, 0x8f, 0x6e, 0xd5, 0x92, 0xe4, 0x72, 0x75, 0xa7, 0x60, 0xa7, 0xa7, 0xf4, 0x78, 0xbd, 0xc9, 0xed, 0x1d, 0xdd, 0x39, 0x4d, 0x2d, 0xad, 0x23, 0x3b, 0x3a, 0x5c, 0x59, 0x35, 0x0d, 0x6d, 0xa9, 0x8d, 0x2d, 0x9d, 0x4a, 0x7b, 0xa7, 0x1b, 0x01, 0x9b, 0x47, 0x00, 0x36, 0xf2, 0xe9, 0x13, 0x1d, 0x76, 0x48, 0x4a, 0xb0, 0x43, 0x6e, 0x76, 0x1a, 0xe4, 0xe5, 0xa4, 0x8b, 0x8d, 0xa2, 0x80, 0xc2, 0x38, 0xa0, 0x46, 0x20, 0x75, 0xde, 0xe9, 0xee, 0x01, 0xd4, 0x26, 0x01, 0x89, 0x07, 0x76, 0x0b, 0x25, 0x7c, 0xa0, 0xb2, 0xf4, 0x4b, 0x5e, 0x83, 0xec, 0x42, 0x3a, 0xb1, 0x9d, 0x05, 0x39, 0x29, 0x22, 0xd8, 0xd4, 0xe5, 0x72, 0xc3, 0xeb, 0x3b, 0x3f, 0x87, 0x8a, 0xea, 0x06, 0x11, 0x34, 0xc2, 0xe3, 0x73, 0xce, 0xbc, 0xfe, 0xf8, 0xe1, 0x38, 0x03, 0x44, 0x58, 0x4a, 0x56, 0xfe, 0xec, 0xc7, 0xf8, 0xb1, 0x85, 0x3a, 0x73, 0xd1, 0xcc, 0xd2, 0x8a, 0xfb, 0xd7, 0x5c, 0xf3, 0x2c, 0x4a, 0xaa, 0xb3, 0xab, 0xa7, 0x27, 0xd5, 0xdd, 0xed, 0x49, 0x39, 0x5f, 0xd7, 0x32, 0xea, 0x7c, 0x4d, 0xd3, 0xd4, 0x53, 0x17, 0x1a, 0xf3, 0x4e, 0x9e, 0x6b, 0x50, 0xce, 0xd7, 0xb6, 0x08, 0x49, 0x0c, 0xd9, 0x38, 0x05, 0x84, 0xbd, 0x4e, 0x43, 0xf4, 0x3e, 0xb6, 0x34, 0x1f, 0x26, 0x95, 0x15, 0x42, 0x7a, 0x5a, 0x72, 0xa0, 0xd9, 0x24, 0xc5, 0xc4, 0x08, 0x84, 0xfa, 0xd5, 0x20, 0x95, 0xcf, 0x04, 0xd7, 0xcc, 0x19, 0x43, 0xf5, 0x99, 0x0b, 0x27, 0x62, 0x94, 0xe1, 0xc4, 0x04, 0xc8, 0x79, 0x6d, 0xad, 0xed, 0xf0, 0xe2, 0x5f, 0xf6, 0x42, 0x5d, 0x93, 0x18, 0x47, 0x3a, 0x9e, 0xdc, 0xe9, 0x9e, 0x71, 0x68, 0xe7, 0x96, 0xf6, 0x38, 0x03, 0x84, 0x23, 0xfe, 0x8a, 0xa7, 0xe7, 0x68, 0x8a, 0xba, 0x8b, 0x22, 0xba, 0xe5, 0xa3, 0xf2, 0xda, 0xbe, 0xff, 0xf5, 0xc5, 0x4f, 0xa4, 0xa7, 0xa6, 0xb8, 0xbb, 0xba, 0xba, 0x53, 0xcf, 0x5c, 0x68, 0x29, 0x3e, 0x70, 0xe2, 0xec, 0xf5, 0x07, 0x8e, 0x9f, 0x2f, 0xa9, 0x44, 0xe9, 0xea, 0x44, 0x44, 0xee, 0x2f, 0x6e, 0xec, 0xff, 0x8f, 0x50, 0xe1, 0xef, 0xc6, 0xbe, 0xaf, 0xc0, 0xef, 0x4d, 0x3e, 0xe3, 0xae, 0x24, 0xa2, 0x21, 0x18, 0xa1, 0x68, 0xca, 0x74, 0x24, 0xd1, 0x02, 0xdc, 0x33, 0x8c, 0x2f, 0x48, 0x40, 0x4c, 0x31, 0x75, 0x7c, 0x31, 0x5c, 0x3d, 0xe5, 0x2a, 0x48, 0x4c, 0x70, 0xf8, 0x23, 0x7e, 0x2a, 0xb4, 0x76, 0x74, 0x83, 0x57, 0x27, 0xed, 0x7d, 0x35, 0x41, 0xb0, 0xf4, 0x07, 0x18, 0x03, 0xb7, 0x64, 0xd4, 0x36, 0xc4, 0x04, 0x54, 0xce, 0x5f, 0xa8, 0x87, 0x17, 0xde, 0xdc, 0x27, 0xc6, 0x14, 0xd0, 0x3b, 0xf9, 0xd5, 0xa9, 0xd7, 0x1f, 0x7d, 0x38, 0xce, 0x00, 0x21, 0x4a, 0xde, 0xf2, 0x9f, 0x27, 0x27, 0xd8, 0x3c, 0x1f, 0xe3, 0x8d, 0x26, 0xe6, 0x64, 0x24, 0xc3, 0x37, 0xd7, 0xcf, 0xfd, 0xc7, 0x15, 0xf3, 0xca, 0xf6, 0x37, 0xb6, 0xf6, 0xa4, 0xed, 0xf8, 0xe4, 0xf8, 0xd2, 0x0f, 0xf6, 0x56, 0xae, 0x3c, 0x58, 0x51, 0x63, 0xef, 0x72, 0x07, 0x42, 0xb1, 0xe4, 0x6a, 0x3d, 0xdb, 0x6d, 0x75, 0xff, 0xe9, 0xfc, 0xab, 0x5b, 0x3a, 0x43, 0xde, 0x7c, 0xcb, 0x16, 0x4b, 0xf1, 0xc7, 0xf6, 0x25, 0x16, 0x8b, 0xe5, 0x1e, 0xfc, 0x76, 0x07, 0x63, 0x96, 0x6c, 0x7c, 0xce, 0xf5, 0x0b, 0xca, 0xa1, 0x68, 0x78, 0xb6, 0x78, 0x01, 0xc2, 0x04, 0x8d, 0xad, 0x2e, 0x3f, 0x36, 0x08, 0x4d, 0x7c, 0x8e, 0x13, 0xd0, 0xa7, 0xac, 0x09, 0x72, 0xd2, 0x93, 0x20, 0x3b, 0x2d, 0x41, 0xd8, 0x92, 0x4f, 0xf7, 0x9d, 0x80, 0x9d, 0x7b, 0x2a, 0xe9, 0x51, 0x5e, 0xc5, 0x62, 0x99, 0x77, 0xf2, 0xcf, 0x9b, 0x3f, 0x8d, 0x33, 0x80, 0x19, 0xf0, 0xbb, 0x71, 0xeb, 0xf7, 0x50, 0x52, 0x36, 0xdb, 0xed, 0xd6, 0xb4, 0x9b, 0x17, 0x8d, 0xff, 0xeb, 0x2f, 0x1e, 0xbe, 0xe9, 0x9f, 0xab, 0x6a, 0xdb, 0xb2, 0x9e, 0xfb, 0xef, 0x0f, 0xbe, 0xf9, 0xfe, 0x67, 0x95, 0x33, 0x2e, 0x34, 0x04, 0xc6, 0x5d, 0x3e, 0x56, 0x14, 0xed, 0xfb, 0x27, 0xb7, 0x3f, 0xde, 0x2f, 0x37, 0xab, 0xe4, 0xe6, 0xad, 0xe3, 0x14, 0xaf, 0xf2, 0x0b, 0xa4, 0xe1, 0x8d, 0xf4, 0x9d, 0x70, 0xc6, 0xf2, 0xf9, 0xe5, 0x30, 0xb1, 0xac, 0x48, 0x98, 0x0a, 0x42, 0xf6, 0xf5, 0x2d, 0x2e, 0x3f, 0x51, 0x7b, 0xcd, 0x81, 0x6a, 0x00, 0x16, 0xf5, 0x66, 0x82, 0x19, 0xa3, 0x24, 0x3f, 0x1d, 0x92, 0x9c, 0x36, 0x70, 0xb9, 0xdd, 0xf0, 0xe2, 0x1b, 0x9f, 0xc1, 0x39, 0x34, 0x53, 0x58, 0x0e, 0x9c, 0x4a, 0x1e, 0x35, 0x1d, 0x5e, 0xb8, 0xc3, 0x1b, 0xf7, 0x02, 0x74, 0x65, 0xc4, 0x2d, 0x4f, 0x0f, 0x57, 0x54, 0xf8, 0x19, 0xf6, 0xbf, 0xb3, 0x7c, 0x74, 0x7e, 0xfb, 0x93, 0xdf, 0x5a, 0xf9, 0x54, 0x7d, 0x6b, 0x47, 0xe2, 0x53, 0xcf, 0xed, 0xd8, 0xfc, 0xe6, 0x27, 0xc7, 0x27, 0xd3, 0x68, 0x1c, 0x88, 0xb1, 0x79, 0xed, 0xbb, 0xa7, 0x5e, 0x7b, 0xec, 0xfe, 0xe6, 0x13, 0x0b, 0x4f, 0xf7, 0xf7, 0x59, 0xcd, 0xc7, 0xdf, 0xae, 0x47, 0xf7, 0xec, 0xf7, 0x19, 0x63, 0x96, 0xd2, 0x3d, 0x96, 0xab, 0xaa, 0x66, 0xaf, 0x3c, 0x53, 0x07, 0xc9, 0x49, 0x76, 0x01, 0x12, 0xc9, 0x63, 0x20, 0xf7, 0x91, 0x4c, 0x8c, 0x11, 0xf1, 0x03, 0x41, 0xa2, 0x80, 0xa7, 0xa0, 0x05, 0xf6, 0xf1, 0xd6, 0x89, 0x2e, 0x62, 0x56, 0x6a, 0x02, 0xde, 0xc7, 0x06, 0x19, 0x29, 0x4e, 0x38, 0x5c, 0x51, 0x43, 0xa7, 0xe7, 0xa5, 0x77, 0x37, 0x1d, 0x6f, 0xa9, 0x78, 0xfb, 0xe0, 0xdf, 0x22, 0x03, 0x58, 0x2e, 0x89, 0x7b, 0xbc, 0xde, 0xfb, 0xe9, 0x33, 0x23, 0x2d, 0xb1, 0xe7, 0xfa, 0xb9, 0x63, 0xff, 0xd0, 0xdd, 0xd3, 0x63, 0x79, 0xec, 0xd7, 0xaf, 0xff, 0xf8, 0xdd, 0x3d, 0x15, 0xe3, 0x5d, 0x3e, 0x95, 0x7f, 0x1a, 0x3d, 0xf9, 0xab, 0x4f, 0xbd, 0xf6, 0xf8, 0xaf, 0x63, 0x95, 0xb2, 0x85, 0x8c, 0xf4, 0x5f, 0x16, 0xb0, 0x2c, 0xc2, 0xea, 0x05, 0x92, 0xde, 0x1d, 0x1f, 0x1c, 0x81, 0xca, 0xd3, 0xb5, 0xe2, 0x18, 0x01, 0xba, 0xe4, 0x44, 0x87, 0x90, 0x6a, 0xd5, 0x30, 0x60, 0xc4, 0x41, 0xa2, 0x5e, 0xd5, 0xaf, 0xf9, 0xfd, 0x44, 0xcd, 0x0f, 0x2a, 0xeb, 0x5b, 0xbb, 0x84, 0x62, 0x2c, 0x2c, 0xc8, 0x81, 0x31, 0x25, 0xb9, 0x0c, 0x46, 0x7f, 0x08, 0x6b, 0xff, 0x60, 0x8d, 0x33, 0x80, 0x1c, 0xed, 0xbb, 0xf1, 0xe9, 0xf1, 0xa0, 0xc2, 0x6c, 0xec, 0x39, 0xd7, 0x8c, 0xf1, 0xc3, 0xcf, 0xac, 0xb9, 0xae, 0xfc, 0x83, 0x1f, 0xfc, 0xef, 0xbf, 0x3c, 0xb8, 0xfb, 0x8b, 0xea, 0x51, 0x14, 0x7e, 0xc5, 0x6e, 0xdb, 0xef, 0xb5, 0x59, 0xe6, 0x55, 0xbd, 0xf6, 0x68, 0xcc, 0x25, 0xa7, 0xea, 0xb5, 0xcd, 0x7b, 0xc0, 0xaa, 0x5d, 0x8b, 0xd5, 0x3a, 0xb2, 0xfb, 0xaf, 0xef, 0x3a, 0x04, 0xad, 0x6d, 0xbe, 0x0c, 0xb0, 0xd4, 0x24, 0x87, 0x18, 0x15, 0x34, 0x23, 0x7e, 0x10, 0x23, 0x30, 0xf1, 0x25, 0xb3, 0x70, 0xb1, 0xb1, 0x13, 0xb1, 0x84, 0x2a, 0xc6, 0x0f, 0xe6, 0x4e, 0x29, 0xf5, 0xdd, 0x0b, 0x60, 0xdc, 0xc8, 0x8e, 0xaa, 0x75, 0x71, 0x06, 0x90, 0xc1, 0x83, 0xaa, 0xdd, 0x8c, 0xa2, 0xe1, 0xca, 0xcf, 0x49, 0xf3, 0xde, 0xb2, 0xa8, 0xfc, 0x8f, 0x3f, 0xfa, 0x97, 0x1d, 0x1b, 0x3e, 0x3e, 0x70, 0xa6, 0x14, 0x55, 0xb3, 0x1b, 0x0f, 0x1f, 0x54, 0x15, 0xed, 0xda, 0x81, 0x1c, 0x6a, 0x3d, 0xf5, 0xea, 0xe3, 0x47, 0x2d, 0xaa, 0xc0, 0x03, 0x6e, 0x4a, 0x04, 0x79, 0xe7, 0xa3, 0x23, 0xe0, 0xf5, 0xfa, 0xe2, 0x08, 0x69, 0x49, 0xce, 0xd0, 0xc4, 0xd7, 0x6f, 0xd0, 0x3b, 0x86, 0xd0, 0x83, 0x58, 0xa2, 0xae, 0xb9, 0x53, 0xc4, 0x1b, 0x72, 0xd1, 0xb4, 0x14, 0x17, 0xf8, 0x92, 0x95, 0x14, 0x4d, 0x7b, 0x20, 0xce, 0x00, 0x2c, 0xfd, 0xd7, 0x3f, 0x59, 0xa0, 0x59, 0x60, 0x34, 0x76, 0x9b, 0x7b, 0xda, 0xb8, 0x82, 0xaa, 0x23, 0x27, 0xeb, 0x32, 0xde, 0xdd, 0x5d, 0x31, 0x41, 0x55, 0x55, 0x17, 0xf6, 0xe4, 0x71, 0x6f, 0x8f, 0xe5, 0x86, 0x33, 0xdb, 0x1f, 0x6b, 0x1a, 0xe8, 0xc6, 0x57, 0xbd, 0xf1, 0xd8, 0x6e, 0x0d, 0x94, 0xef, 0x52, 0xfd, 0x04, 0xe2, 0x81, 0x53, 0xd5, 0xb5, 0x82, 0xd0, 0x49, 0x09, 0x36, 0x21, 0xb9, 0x66, 0xc4, 0xef, 0xcd, 0x25, 0xec, 0x05, 0x8b, 0x20, 0x05, 0x8e, 0xea, 0x9a, 0xbb, 0x00, 0x19, 0x19, 0x2c, 0x56, 0x2b, 0xcc, 0x28, 0x1f, 0xc9, 0x70, 0x79, 0x2e, 0x85, 0xb9, 0xe3, 0x0c, 0x40, 0x17, 0xd9, 0x95, 0xf9, 0x44, 0xfc, 0xbc, 0xec, 0x54, 0xb5, 0xac, 0x24, 0xf7, 0xe4, 0xef, 0xdf, 0xd8, 0xbf, 0xa8, 0xdb, 0xa3, 0x92, 0xf1, 0x6c, 0x46, 0xd3, 0xba, 0xa1, 0xfa, 0xad, 0xcb, 0x97, 0x64, 0x71, 0xfa, 0xb5, 0xcd, 0xff, 0x07, 0x3f, 0xde, 0x27, 0x1a, 0x7e, 0xfc, 0xf9, 0x49, 0xe8, 0xe9, 0xe9, 0x11, 0xd2, 0x9b, 0x96, 0xec, 0x0c, 0x4b, 0x7c, 0x55, 0xe7, 0x11, 0x70, 0x9d, 0x22, 0x92, 0xcd, 0xed, 0x2e, 0xa0, 0xe4, 0x94, 0x11, 0x85, 0x59, 0x90, 0x4a, 0xf7, 0x02, 0x91, 0x7d, 0xfc, 0xb5, 0x2f, 0x3d, 0x03, 0xe4, 0x2e, 0xde, 0x92, 0x02, 0x5e, 0x28, 0x03, 0x55, 0x71, 0x95, 0x95, 0x0c, 0x6b, 0x7e, 0xeb, 0x93, 0xca, 0xbc, 0x96, 0xf6, 0x2e, 0xb7, 0x05, 0x19, 0x02, 0xfb, 0xee, 0x89, 0xcb, 0x1f, 0x3e, 0x55, 0x50, 0x19, 0x29, 0xa4, 0x9e, 0xd5, 0x73, 0x17, 0x5b, 0xe1, 0x7c, 0x4d, 0xa3, 0xa0, 0x34, 0x05, 0x77, 0xd8, 0xf5, 0x8b, 0x88, 0xf8, 0x10, 0x3c, 0x94, 0x4c, 0x2e, 0x25, 0x7d, 0x77, 0xda, 0x1d, 0x30, 0xa6, 0xd8, 0x07, 0x06, 0x35, 0x4d, 0x59, 0xff, 0xa5, 0x67, 0x80, 0xd4, 0x04, 0xe7, 0x78, 0xec, 0x17, 0x4f, 0xa2, 0xdd, 0xda, 0x93, 0xec, 0xb4, 0x79, 0x8e, 0x54, 0xd6, 0x26, 0x22, 0x18, 0x74, 0x23, 0x15, 0x76, 0x9c, 0x7e, 0xed, 0xb1, 0x3f, 0x0e, 0xc6, 0x4b, 0xf8, 0x80, 0xa6, 0xf2, 0x32, 0xd5, 0x8f, 0x56, 0xd5, 0x20, 0x16, 0xf0, 0x08, 0x2c, 0x90, 0x8c, 0xa6, 0x80, 0x23, 0x7e, 0xe1, 0x89, 0xaf, 0xf9, 0x89, 0xec, 0xdb, 0xdf, 0xd2, 0xe1, 0x16, 0x66, 0x80, 0x86, 0xa6, 0xc6, 0x8f, 0x2a, 0xe0, 0x47, 0x95, 0x16, 0xdf, 0xf8, 0xb3, 0xd2, 0xbf, 0x25, 0x06, 0xb0, 0x45, 0x7b, 0x81, 0xd7, 0x02, 0xc5, 0xd8, 0x27, 0xae, 0xd2, 0xe2, 0x6c, 0xeb, 0x9e, 0xc3, 0xe7, 0xba, 0xb1, 0xc3, 0x50, 0x57, 0x2a, 0xaa, 0x43, 0x71, 0xfd, 0x26, 0xdc, 0xb5, 0xb7, 0xdd, 0x76, 0xdb, 0x74, 0x54, 0xcf, 0x77, 0xe2, 0x36, 0x1a, 0xaf, 0x1b, 0x0e, 0x31, 0x1c, 0x8b, 0x68, 0xf1, 0x1e, 0x4b, 0xa9, 0xe8, 0x2e, 0x83, 0x8a, 0x33, 0xf5, 0x70, 0xcd, 0x8c, 0x6e, 0x48, 0x4c, 0xb6, 0x41, 0xa2, 0xd3, 0x26, 0x08, 0xd9, 0x9b, 0x28, 0x62, 0x4e, 0x7c, 0xfd, 0x80, 0x11, 0x3a, 0x02, 0x78, 0x6d, 0x37, 0x64, 0xa5, 0x25, 0xc0, 0xb0, 0xec, 0x34, 0x91, 0x4c, 0x42, 0xe1, 0xe1, 0x62, 0x5b, 0xf5, 0x3b, 0xb3, 0x6e, 0xbf, 0xbd, 0x7e, 0x80, 0xe8, 0x51, 0x8d, 0xcf, 0xa6, 0x48, 0xe9, 0x8b, 0xdb, 0xb6, 0x6d, 0x3b, 0x3b, 0xe4, 0x18, 0xa0, 0x64, 0xd5, 0x3f, 0x66, 0x40, 0x8f, 0xdb, 0x4e, 0x0c, 0x60, 0xb5, 0x59, 0xdd, 0x75, 0xd8, 0xbb, 0x8a, 0x2f, 0x98, 0xf4, 0xf2, 0xf1, 0x57, 0xb7, 0x98, 0x76, 0xca, 0xda, 0xb5, 0x6b, 0x13, 0x11, 0x20, 0xfe, 0x8e, 0xaa, 0x20, 0x49, 0x5b, 0x2c, 0x4b, 0xba, 0xb5, 0x15, 0x9c, 0x8a, 0x0b, 0x3a, 0x5d, 0x00, 0xb5, 0xf5, 0xcd, 0x50, 0x92, 0x94, 0x08, 0x49, 0x4e, 0xbb, 0x20, 0x24, 0x18, 0x24, 0x94, 0x1a, 0x11, 0x3f, 0x48, 0x13, 0xe0, 0x3f, 0x62, 0x1e, 0x0a, 0x0f, 0x3b, 0x1c, 0x0e, 0x28, 0xc8, 0x49, 0x85, 0x53, 0xe7, 0x9b, 0xa0, 0x53, 0x4d, 0x22, 0x54, 0x38, 0x72, 0x80, 0xe8, 0x31, 0x03, 0x85, 0x63, 0x15, 0x05, 0xc1, 0x51, 0x58, 0xbe, 0x89, 0x4c, 0xf0, 0xfb, 0x21, 0xc5, 0x00, 0x96, 0xee, 0xae, 0x61, 0x5e, 0x55, 0x71, 0x3b, 0x9d, 0x96, 0x9e, 0xf3, 0x75, 0x2d, 0x14, 0x27, 0x4d, 0xc0, 0xae, 0xaa, 0x39, 0xd5, 0xd9, 0xbd, 0x23, 0x04, 0xf1, 0xad, 0x48, 0xfc, 0xed, 0x58, 0x5d, 0xc2, 0xfb, 0x92, 0x93, 0x93, 0x61, 0xe4, 0xc8, 0x91, 0xa2, 0x63, 0x8d, 0x4a, 0xa4, 0x0c, 0xa2, 0x3f, 0xcf, 0x7d, 0xc6, 0x06, 0x5f, 0x5c, 0x00, 0x11, 0xc2, 0x2d, 0x2e, 0xca, 0x13, 0xe9, 0x5f, 0x14, 0x1d, 0x24, 0x50, 0x17, 0x09, 0xf1, 0x55, 0x55, 0xf6, 0x06, 0x50, 0x03, 0xb4, 0xbb, 0x7d, 0x28, 0x03, 0xed, 0x49, 0x71, 0x41, 0x96, 0x60, 0x80, 0x1e, 0x5b, 0x26, 0x4c, 0x98, 0x90, 0x18, 0xb2, 0xad, 0x91, 0xb4, 0x5f, 0x7f, 0x0e, 0xb9, 0xb0, 0xd5, 0xd5, 0xd5, 0xe0, 0x76, 0x8b, 0x67, 0xa6, 0x23, 0x23, 0x3c, 0xbf, 0x66, 0xcd, 0x1a, 0xd7, 0x8b, 0x2f, 0xbe, 0xb8, 0x6d, 0xa8, 0x30, 0x80, 0xd2, 0xa3, 0x2a, 0xe9, 0x16, 0xf4, 0xfd, 0x13, 0xed, 0x8e, 0xee, 0xc6, 0xc6, 0xce, 0x56, 0xd1, 0x59, 0x16, 0x65, 0x27, 0xec, 0xdc, 0xe2, 0x31, 0xbb, 0x08, 0x89, 0xff, 0x0d, 0x26, 0x7e, 0x4e, 0x4e, 0x0e, 0x3c, 0xfa, 0xe8, 0xa3, 0x30, 0x62, 0xc4, 0x08, 0xb0, 0x58, 0x2c, 0xfd, 0xee, 0x2c, 0xb3, 0x63, 0x3b, 0xf7, 0x54, 0xc1, 0xa6, 0x9f, 0x6e, 0x83, 0x9a, 0x86, 0x56, 0xf0, 0x7a, 0x3c, 0xc2, 0x8d, 0xa3, 0xe8, 0x20, 0x45, 0xf8, 0x34, 0xdd, 0x84, 0x12, 0x33, 0xe2, 0xcb, 0xf1, 0x01, 0xca, 0x25, 0x24, 0x66, 0x20, 0x06, 0xc8, 0xcd, 0x11, 0x73, 0x58, 0xa0, 0xd3, 0x63, 0x83, 0x47, 0xbe, 0xbf, 0x59, 0x64, 0x2b, 0x45, 0xd2, 0xce, 0x48, 0xf6, 0x05, 0xdc, 0x50, 0x54, 0x57, 0x7b, 0xf6, 0xec, 0x81, 0xe7, 0x9e, 0x7b, 0x8e, 0x18, 0x82, 0x92, 0x63, 0xfe, 0x73, 0xf5, 0xea, 0xd5, 0xef, 0xbd, 0xf4, 0xd2, 0x4b, 0x0d, 0x83, 0x0e, 0x02, 0x8b, 0xd6, 0xfe, 0x32, 0x41, 0xb1, 0x22, 0xdc, 0xb3, 0x28, 0xae, 0xe6, 0x4e, 0x77, 0x3b, 0x28, 0xaa, 0x4b, 0x53, 0xb4, 0x8b, 0x67, 0x66, 0xb9, 0xf7, 0x99, 0x5d, 0x73, 0xdf, 0x7d, 0xf7, 0xd1, 0xc4, 0x4e, 0x9a, 0x0f, 0x00, 0x76, 0xbb, 0x1d, 0xb6, 0x6e, 0xdd, 0x2a, 0x24, 0x9f, 0x88, 0xcf, 0x6e, 0x57, 0x38, 0xc2, 0x47, 0x4a, 0x7c, 0x2a, 0x53, 0xca, 0x0a, 0xc4, 0xc0, 0x50, 0x7d, 0x73, 0xa7, 0x90, 0x28, 0xa2, 0x2c, 0xd9, 0x6e, 0x99, 0xf8, 0x02, 0x10, 0xaa, 0xe6, 0xc4, 0x0f, 0x06, 0x8b, 0x1a, 0x74, 0xba, 0x3d, 0x02, 0xa8, 0xe4, 0xa4, 0x27, 0xfb, 0x25, 0x55, 0x85, 0x33, 0x35, 0xcd, 0xfd, 0x26, 0xb4, 0x19, 0xf1, 0x05, 0x31, 0xb0, 0x5f, 0xae, 0xbe, 0xfa, 0x6a, 0xd8, 0xb4, 0x69, 0x13, 0xef, 0x4a, 0xc3, 0x7d, 0x0f, 0x0f, 0x09, 0x0d, 0xe0, 0x80, 0x6e, 0x07, 0xca, 0x03, 0xda, 0x7c, 0xc5, 0x4d, 0x31, 0x00, 0xda, 0x1c, 0x56, 0xeb, 0x21, 0xd8, 0xb2, 0xc5, 0x34, 0xab, 0xa3, 0xbe, 0xbe, 0x7e, 0x05, 0xaa, 0x32, 0x01, 0xa1, 0x37, 0x6c, 0xd8, 0x00, 0x99, 0x99, 0x99, 0x7e, 0x80, 0xa5, 0x42, 0x47, 0x47, 0xc7, 0x25, 0x61, 0x01, 0xa3, 0x6b, 0x6d, 0x48, 0xa9, 0xac, 0xb4, 0x44, 0x31, 0x25, 0xcc, 0xed, 0xee, 0x01, 0x27, 0x6a, 0x6a, 0xbb, 0x55, 0xe9, 0x23, 0xf5, 0xbd, 0xcc, 0x20, 0xa3, 0xff, 0xbe, 0xc4, 0x67, 0x2d, 0x90, 0x9a, 0xe8, 0x10, 0x29, 0xe5, 0x14, 0x1e, 0x26, 0x06, 0x38, 0x5a, 0x79, 0x01, 0x72, 0x52, 0x6d, 0xfd, 0x96, 0x74, 0xa3, 0x7d, 0x14, 0xbb, 0x20, 0xd3, 0x48, 0x9f, 0x33, 0x67, 0xce, 0x84, 0xe1, 0xc3, 0x87, 0xc3, 0xf9, 0xf3, 0xe7, 0xe9, 0xfb, 0xbd, 0x28, 0x48, 0x3f, 0x41, 0xad, 0xd0, 0x33, 0xa8, 0x0c, 0xe0, 0xe9, 0xd4, 0x2c, 0x0e, 0x8f, 0xc5, 0xe5, 0x71, 0x78, 0x1d, 0x80, 0x55, 0x45, 0x03, 0xab, 0x33, 0xc1, 0x75, 0x22, 0xa4, 0x7a, 0xb1, 0x58, 0xee, 0xe2, 0x17, 0x5c, 0xb8, 0x70, 0x61, 0xe0, 0x65, 0xeb, 0xea, 0xea, 0xc0, 0xe3, 0xe9, 0x6b, 0x35, 0x14, 0x45, 0xb9, 0x64, 0x26, 0xc8, 0xc9, 0x48, 0x84, 0x86, 0x96, 0x2e, 0xe8, 0xe8, 0x72, 0x43, 0x6a, 0x3a, 0x88, 0x7c, 0x42, 0x55, 0x47, 0xf8, 0xde, 0xd1, 0xc1, 0xd0, 0xc4, 0xa7, 0xcd, 0xdd, 0xed, 0x15, 0x80, 0xd0, 0x6a, 0xf3, 0x0d, 0x34, 0xb5, 0xb6, 0xbb, 0xe0, 0xfc, 0xc5, 0x26, 0x68, 0x6f, 0xcf, 0x8c, 0xa9, 0xfa, 0x67, 0x1c, 0x90, 0x9e, 0x9e, 0x2e, 0x34, 0xc1, 0x8d, 0x37, 0xde, 0x08, 0xbf, 0xfd, 0xed, 0x6f, 0xe9, 0x78, 0x5e, 0x63, 0x63, 0xe3, 0xcd, 0x78, 0x78, 0xdb, 0xa0, 0x9a, 0x00, 0x87, 0x9a, 0x4c, 0xc9, 0x11, 0x2e, 0xcd, 0x83, 0x50, 0xdb, 0x6b, 0x71, 0x59, 0x3c, 0xd6, 0x53, 0xa1, 0xa6, 0x5d, 0xa3, 0xed, 0xca, 0xc6, 0xc6, 0x8b, 0xb1, 0xfb, 0xc9, 0x93, 0x27, 0x43, 0x5a, 0x9a, 0xcf, 0x86, 0xba, 0x5c, 0x2e, 0x11, 0xad, 0x8b, 0x49, 0x08, 0xc8, 0x80, 0x61, 0xb2, 0xd3, 0x7d, 0x00, 0xad, 0xcb, 0xd5, 0x8d, 0xc7, 0x35, 0xb0, 0x59, 0x14, 0x53, 0xe2, 0x6b, 0x86, 0x31, 0x02, 0x79, 0x98, 0x58, 0xa3, 0xc9, 0x23, 0xbe, 0x19, 0xc9, 0xf8, 0x27, 0x25, 0xd1, 0x07, 0x5a, 0xbb, 0xba, 0x3d, 0x03, 0xa2, 0x8e, 0xbb, 0xba, 0xba, 0x84, 0x76, 0xa4, 0xe7, 0x4e, 0x99, 0x32, 0x45, 0x4c, 0x98, 0xf5, 0xb7, 0xfb, 0x9e, 0xa1, 0x00, 0x02, 0x51, 0xed, 0x7b, 0xdd, 0x9a, 0xd8, 0xd0, 0x0c, 0x58, 0x92, 0xab, 0xc3, 0x48, 0xff, 0x57, 0x85, 0xe5, 0xc0, 0xb2, 0x6a, 0xd5, 0xaa, 0xc0, 0x7e, 0x52, 0xfd, 0xd4, 0x99, 0x94, 0xc6, 0x75, 0xa1, 0xa1, 0xbd, 0xdf, 0xd2, 0x6f, 0x26, 0x51, 0xfe, 0x61, 0x68, 0x5f, 0x4a, 0x17, 0x5a, 0x6f, 0x8b, 0x45, 0x31, 0x95, 0xfa, 0xe0, 0x9c, 0x00, 0xcd, 0xe0, 0x3b, 0xde, 0xa7, 0x47, 0x15, 0x31, 0x60, 0x2a, 0x94, 0xa8, 0x4a, 0xe5, 0x7c, 0x5d, 0x3b, 0x1c, 0xaf, 0x6e, 0xea, 0x97, 0x06, 0x30, 0x7b, 0x87, 0xcc, 0x14, 0xa7, 0xd0, 0x5e, 0xc4, 0x04, 0x49, 0x49, 0x49, 0x90, 0x98, 0x98, 0x08, 0x0b, 0x16, 0x2c, 0x80, 0x9d, 0x3b, 0x77, 0xd2, 0x29, 0x37, 0xa0, 0x37, 0x55, 0xfc, 0xc2, 0x0b, 0x2f, 0x9c, 0x19, 0x34, 0x06, 0xa8, 0x78, 0xfd, 0x41, 0xf7, 0xd8, 0x5b, 0x9e, 0x76, 0x69, 0xaa, 0xea, 0xf0, 0x5a, 0x9c, 0xca, 0xe9, 0x57, 0x1e, 0x6c, 0x0d, 0x73, 0x89, 0x88, 0x9b, 0x93, 0xab, 0x37, 0x76, 0xec, 0xd8, 0x00, 0xca, 0x25, 0x0d, 0x40, 0xee, 0x99, 0xd3, 0x61, 0x85, 0x7f, 0xfe, 0xc3, 0x67, 0x70, 0xa0, 0x62, 0x60, 0xa6, 0xec, 0x53, 0x86, 0x10, 0x75, 0x2c, 0x25, 0xa9, 0xca, 0x53, 0xca, 0x65, 0xe2, 0x07, 0xc7, 0x08, 0xfa, 0x12, 0x9f, 0xf1, 0x8a, 0x6f, 0xaa, 0x8a, 0x2f, 0x3d, 0x9d, 0xca, 0x9f, 0x76, 0x55, 0x8a, 0x2d, 0x56, 0x85, 0x82, 0x4d, 0xbf, 0x7a, 0x68, 0x91, 0xa8, 0x77, 0x77, 0x77, 0x0b, 0x06, 0xa0, 0x72, 0xcd, 0x35, 0xd7, 0x30, 0x03, 0x58, 0xb0, 0x1d, 0x77, 0xe1, 0xe7, 0x13, 0x83, 0x1a, 0x07, 0x48, 0xc9, 0xcf, 0x70, 0xb5, 0xd7, 0x35, 0x38, 0x48, 0x91, 0x87, 0x8b, 0xf8, 0x11, 0x28, 0xa7, 0x3a, 0xd9, 0x32, 0xf2, 0x00, 0x58, 0xfa, 0xb9, 0x90, 0x7b, 0xf6, 0xd4, 0xb7, 0x16, 0xc1, 0x83, 0xcf, 0xec, 0x80, 0x8a, 0xb3, 0x3e, 0x69, 0x22, 0xa6, 0xa0, 0x6c, 0x1c, 0xa1, 0x06, 0x0d, 0x54, 0xbd, 0x34, 0xd7, 0xbf, 0xf7, 0x58, 0x08, 0xb3, 0xa0, 0xf9, 0x4f, 0x30, 0x93, 0x7a, 0x30, 0x9a, 0x4c, 0xd2, 0x27, 0x60, 0xd4, 0xfb, 0x20, 0x1a, 0x5f, 0xe0, 0x81, 0x21, 0xdf, 0xae, 0xfe, 0x69, 0x2d, 0x0f, 0xbe, 0x1f, 0x0d, 0x61, 0x53, 0x49, 0x70, 0xda, 0xe0, 0x89, 0x4d, 0x73, 0x61, 0x58, 0x66, 0x92, 0xb0, 0xfd, 0x84, 0x03, 0xc8, 0x44, 0x52, 0x9f, 0x15, 0x17, 0x17, 0x43, 0x5e, 0x5e, 0x1e, 0xd4, 0xd6, 0x8a, 0x84, 0x97, 0x7b, 0x51, 0x0b, 0x3c, 0x89, 0x5a, 0xc0, 0x3b, 0x68, 0x0c, 0xf0, 0xd9, 0x73, 0xf7, 0xf7, 0xe4, 0x2e, 0xde, 0xe2, 0x1e, 0x96, 0x0b, 0xdd, 0xe7, 0x42, 0xdb, 0xe6, 0xbb, 0xb9, 0xbe, 0x64, 0x49, 0x20, 0xfe, 0x03, 0x9d, 0x9d, 0x9d, 0xfe, 0xa9, 0xdc, 0x8a, 0x78, 0x59, 0xb2, 0xa9, 0x3f, 0xff, 0x87, 0x25, 0xf0, 0xad, 0x9f, 0xbf, 0x09, 0xe7, 0xeb, 0xdb, 0x91, 0x01, 0xec, 0xb0, 0x74, 0xf6, 0x18, 0xc8, 0xca, 0x4c, 0x0b, 0xd8, 0x66, 0x0b, 0xcf, 0x12, 0xf6, 0x7f, 0xd2, 0xe4, 0x10, 0xaa, 0xf9, 0x26, 0x0c, 0x29, 0x81, 0x59, 0x41, 0x16, 0xff, 0x5a, 0x02, 0x7c, 0x2e, 0x5f, 0xa7, 0x69, 0x91, 0x10, 0x3e, 0x38, 0x5a, 0xd8, 0xeb, 0x16, 0x6a, 0x81, 0xf6, 0xd2, 0xcd, 0x96, 0xce, 0x1f, 0x0f, 0xcb, 0xe6, 0x2b, 0xf2, 0xb2, 0x05, 0xfe, 0xb6, 0xf4, 0xae, 0x59, 0xa0, 0xca, 0xeb, 0x17, 0x68, 0xc1, 0xcf, 0xf1, 0x99, 0xa8, 0x1e, 0x78, 0xf5, 0xdd, 0x83, 0x70, 0x06, 0x19, 0x80, 0xcc, 0xd3, 0x0f, 0xbf, 0x36, 0x1b, 0x46, 0x17, 0x66, 0x88, 0x63, 0xa4, 0x19, 0xb9, 0x9f, 0x08, 0x33, 0xd1, 0x73, 0x97, 0x2f, 0x5f, 0x0e, 0xcf, 0x3f, 0xff, 0x3c, 0xed, 0x1e, 0x81, 0x6d, 0xb9, 0x0e, 0x3f, 0xdf, 0x1c, 0xd4, 0xc1, 0xa0, 0x72, 0x7c, 0x87, 0x50, 0xe0, 0x0f, 0xb9, 0xd4, 0x81, 0x0d, 0x15, 0xa3, 0x66, 0x05, 0x05, 0x05, 0x82, 0x83, 0x85, 0x4d, 0x76, 0xbb, 0x83, 0xc0, 0x1f, 0xbf, 0x2c, 0x81, 0xb6, 0x67, 0x1e, 0xba, 0x4e, 0xa8, 0x41, 0x42, 0xd8, 0xef, 0x7f, 0x56, 0x25, 0x16, 0x77, 0x48, 0x4a, 0x4e, 0x02, 0x67, 0x42, 0x22, 0xd8, 0x9d, 0x09, 0x60, 0xc3, 0x8d, 0x3e, 0xed, 0x09, 0x58, 0x77, 0xf8, 0xeb, 0x8e, 0xde, 0x7a, 0x02, 0x9e, 0xe7, 0xc0, 0xcd, 0x19, 0xd8, 0x12, 0xc0, 0xe1, 0x4c, 0x08, 0xe8, 0x01, 0x55, 0x8b, 0x8c, 0xf8, 0x1c, 0x23, 0x90, 0x01, 0x23, 0x4f, 0x52, 0x25, 0x06, 0xa3, 0xe7, 0x59, 0xd1, 0xa4, 0xd9, 0xed, 0x4e, 0xac, 0x3b, 0xb1, 0x0d, 0xb8, 0x39, 0x1d, 0x60, 0xb3, 0xfb, 0xda, 0x62, 0xc3, 0xfd, 0x0e, 0x87, 0xaf, 0x6d, 0x0e, 0x71, 0xbc, 0xb7, 0xad, 0xd4, 0x1e, 0xc5, 0x6a, 0x83, 0x77, 0x3e, 0x3d, 0x11, 0x88, 0x23, 0x3c, 0xb8, 0x66, 0x2a, 0xcc, 0x1a, 0x9f, 0x17, 0xe8, 0x0f, 0x12, 0x0a, 0x36, 0x93, 0xac, 0xb5, 0xa6, 0x4f, 0x9f, 0x2e, 0x07, 0xcd, 0x62, 0x0e, 0x06, 0x63, 0xbe, 0x3e, 0xc0, 0x9a, 0x35, 0x6b, 0xd6, 0x62, 0x43, 0xff, 0x40, 0xf5, 0x87, 0x1e, 0x7a, 0x08, 0xe6, 0xcf, 0x9f, 0x2f, 0xf6, 0x37, 0x35, 0x35, 0x05, 0x4c, 0x00, 0xbd, 0x10, 0xa9, 0x38, 0x7a, 0x59, 0x76, 0x07, 0xab, 0xce, 0x35, 0xc3, 0x3f, 0x3c, 0xf3, 0x16, 0xb4, 0x75, 0x76, 0x43, 0xd1, 0xb0, 0x34, 0x58, 0xb6, 0xa0, 0x5c, 0x10, 0x95, 0x67, 0xf8, 0xb6, 0x77, 0xf5, 0xf8, 0x16, 0x87, 0xd2, 0xc0, 0xbf, 0x7a, 0x88, 0x4f, 0xdd, 0x6b, 0x7e, 0xfb, 0x1c, 0x90, 0x4a, 0x0d, 0x02, 0xe7, 0xf1, 0x9c, 0xc2, 0x73, 0x75, 0xed, 0x61, 0xa5, 0x5e, 0x33, 0x71, 0x15, 0x53, 0x78, 0xce, 0x80, 0xa2, 0x05, 0x96, 0xa9, 0xe9, 0x1d, 0x3a, 0xf6, 0x3d, 0x4c, 0x93, 0x33, 0x8d, 0xa4, 0x7b, 0x26, 0x3a, 0x6c, 0x50, 0x92, 0x9f, 0x26, 0x8e, 0x53, 0x9a, 0xd9, 0xae, 0x4f, 0x8f, 0xc2, 0x47, 0x9f, 0x9f, 0x12, 0xcf, 0xf8, 0xca, 0xb2, 0x71, 0xf0, 0xb5, 0x95, 0x13, 0x7a, 0xbd, 0x2c, 0x7f, 0x58, 0xdc, 0x1f, 0x0a, 0x86, 0xd4, 0xd4, 0xd4, 0x00, 0x16, 0x78, 0xf6, 0xd9, 0x67, 0x61, 0xf7, 0xee, 0xdd, 0x02, 0x22, 0x60, 0xdf, 0x15, 0xa1, 0x19, 0xa8, 0x1b, 0xb4, 0xd1, 0xc0, 0x08, 0x10, 0xed, 0x5d, 0x5c, 0x9f, 0x3a, 0x75, 0x6a, 0x40, 0x8d, 0x92, 0x5a, 0x93, 0xc2, 0xc3, 0x62, 0x23, 0x46, 0x20, 0xce, 0x27, 0xbb, 0x57, 0x8a, 0x6a, 0xf0, 0x7f, 0x3d, 0xb0, 0x04, 0xbe, 0xf3, 0x4f, 0x6f, 0xc3, 0xd9, 0x8b, 0xad, 0xf0, 0xd7, 0x3d, 0x27, 0x60, 0xfe, 0x8c, 0x31, 0x28, 0xf5, 0x89, 0x22, 0x98, 0x43, 0xf1, 0x7c, 0x1a, 0x9c, 0xe9, 0xfb, 0x3c, 0xa9, 0x0e, 0x5a, 0xd0, 0x54, 0xf1, 0xc0, 0x5e, 0xcd, 0xe8, 0x58, 0x68, 0xe2, 0xb3, 0x26, 0x68, 0xed, 0x74, 0x43, 0xcb, 0x19, 0xb7, 0x79, 0xb4, 0x30, 0x90, 0x5c, 0x1a, 0x0c, 0x22, 0x29, 0x54, 0x7c, 0xdd, 0x8c, 0xe2, 0xc0, 0xfb, 0x1f, 0x38, 0x7a, 0x26, 0x40, 0xfc, 0xc5, 0xd3, 0x8a, 0xe0, 0xab, 0x2b, 0x26, 0x04, 0x98, 0x98, 0x84, 0x81, 0x3e, 0xe5, 0xd8, 0x08, 0x7b, 0x03, 0x74, 0xed, 0xe2, 0xc5, 0x8b, 0x99, 0x01, 0x1c, 0xd8, 0x6f, 0x1b, 0xf1, 0xf3, 0x97, 0x83, 0x66, 0x02, 0x42, 0x15, 0x54, 0xff, 0xf9, 0xf8, 0xb1, 0x9c, 0xea, 0xe4, 0xc2, 0x30, 0x07, 0xb3, 0xed, 0x0f, 0x02, 0x42, 0xfe, 0x97, 0x25, 0x06, 0x60, 0x7f, 0xb7, 0xbc, 0x34, 0x07, 0x7e, 0x7c, 0xcf, 0x02, 0x11, 0x71, 0x3b, 0x71, 0xa6, 0x1e, 0xf6, 0x1c, 0xa8, 0x02, 0x4f, 0xb7, 0x5b, 0x10, 0x84, 0x40, 0x52, 0x4a, 0xa2, 0x3d, 0xc8, 0x77, 0x57, 0xfd, 0xae, 0x5b, 0xe0, 0xbb, 0x0a, 0xba, 0xec, 0x1e, 0x2d, 0xc8, 0xcf, 0x97, 0x8f, 0xa9, 0x92, 0xca, 0x97, 0xe7, 0x08, 0x88, 0xfd, 0x3a, 0x33, 0x10, 0x8e, 0xf8, 0xc1, 0x79, 0x86, 0x3e, 0xcc, 0x30, 0x7f, 0xf2, 0x70, 0x91, 0x5a, 0x4e, 0x07, 0x2b, 0x4f, 0xd7, 0xc0, 0x5b, 0x1f, 0xf8, 0xe6, 0x9a, 0x4e, 0x1d, 0x93, 0x0b, 0x8f, 0xdc, 0x39, 0x33, 0x10, 0x5b, 0x20, 0xc9, 0xe7, 0xd0, 0xb8, 0xcc, 0x00, 0x64, 0x2e, 0xd9, 0x64, 0x8e, 0x1a, 0x35, 0x0a, 0x32, 0x32, 0x32, 0xf8, 0xd0, 0xa6, 0x58, 0x6a, 0x6e, 0x4b, 0x8c, 0xa5, 0xff, 0x6b, 0xac, 0x55, 0x56, 0xae, 0x5c, 0x19, 0xe4, 0xfb, 0x1b, 0xf9, 0xbe, 0xfc, 0x82, 0x3e, 0x57, 0xcb, 0x57, 0xe6, 0x4d, 0x2e, 0x84, 0xcd, 0x1b, 0x67, 0x8b, 0x0e, 0x3a, 0x54, 0x55, 0x0b, 0x07, 0x8f, 0x9c, 0x01, 0x6f, 0x8f, 0x4f, 0xfd, 0x17, 0x64, 0x27, 0x0b, 0xd4, 0x2c, 0x08, 0xa1, 0xf6, 0x6e, 0x32, 0xc1, 0x35, 0x3d, 0x63, 0xa8, 0xa1, 0x09, 0x6f, 0x16, 0x1d, 0xec, 0xcb, 0x0c, 0xe6, 0xc4, 0x97, 0x27, 0x97, 0xd0, 0xe1, 0x59, 0xe3, 0xf2, 0x21, 0x3f, 0xd3, 0x37, 0x76, 0x70, 0xa1, 0xa6, 0x09, 0x5e, 0x41, 0xd0, 0x47, 0xd9, 0xcb, 0x25, 0x05, 0xe9, 0xf0, 0xa3, 0xbb, 0x67, 0x07, 0x06, 0x92, 0xe4, 0x36, 0x93, 0xfb, 0x67, 0x14, 0x18, 0x62, 0x21, 0x59, 0xba, 0x74, 0x29, 0xef, 0x1e, 0x87, 0x66, 0x76, 0xee, 0x50, 0x66, 0x00, 0x21, 0xf9, 0x25, 0x25, 0x25, 0x01, 0x49, 0xa7, 0x97, 0x33, 0x0a, 0x8a, 0x10, 0xe1, 0xc9, 0xe6, 0xc9, 0x0c, 0x40, 0xd2, 0x70, 0xd3, 0x82, 0x32, 0xf8, 0xee, 0x57, 0xe6, 0x88, 0x4e, 0xdd, 0x77, 0xf4, 0x2c, 0x1c, 0xab, 0xac, 0x46, 0x66, 0xf1, 0x08, 0x89, 0x19, 0x31, 0x2c, 0x55, 0xb8, 0x90, 0x00, 0x5a, 0x50, 0x1e, 0x9f, 0x4c, 0x74, 0x66, 0x10, 0xcd, 0x3f, 0x13, 0x24, 0x14, 0xe1, 0x65, 0x42, 0x07, 0x31, 0x50, 0x1f, 0x66, 0xd0, 0xc4, 0x2a, 0x23, 0x34, 0xb2, 0x48, 0x78, 0xa4, 0x0d, 0x4d, 0x03, 0x05, 0xb3, 0x9a, 0xdb, 0x7d, 0x9f, 0x6d, 0x88, 0xea, 0x69, 0x62, 0xc9, 0xb8, 0xe2, 0x2c, 0x18, 0x29, 0xec, 0x3e, 0xe2, 0x9e, 0xe6, 0x36, 0xf8, 0xe3, 0x0e, 0xdf, 0x3c, 0x43, 0x02, 0xbb, 0x4f, 0x7d, 0x73, 0x21, 0x64, 0xa4, 0x26, 0x05, 0xf5, 0x01, 0xf5, 0x0d, 0xf5, 0x81, 0x51, 0xff, 0x10, 0x03, 0xf0, 0xfe, 0x59, 0xb3, 0x66, 0x05, 0x5c, 0xdc, 0x58, 0x82, 0x41, 0x6b, 0x0c, 0xd5, 0xff, 0x5c, 0x6c, 0x18, 0xad, 0xfd, 0x07, 0xeb, 0xd6, 0xad, 0x83, 0x71, 0xe3, 0xc6, 0x89, 0xfd, 0x6d, 0x6d, 0x6d, 0x41, 0xdc, 0x6d, 0x16, 0xf1, 0x63, 0x53, 0x40, 0x9f, 0x74, 0xce, 0x84, 0xd2, 0x5c, 0x61, 0xf7, 0xf7, 0x1f, 0xaf, 0x45, 0x17, 0xb1, 0x15, 0xd2, 0x93, 0x6c, 0x90, 0x9e, 0x96, 0x22, 0x62, 0xf2, 0xe9, 0xc9, 0x0e, 0x91, 0xad, 0x43, 0x29, 0xdc, 0xf2, 0xca, 0x21, 0x9a, 0xb4, 0x2c, 0x88, 0x7e, 0xa9, 0x98, 0x20, 0xac, 0x10, 0x48, 0xfa, 0xd0, 0x47, 0x07, 0x83, 0x35, 0x01, 0x11, 0xbd, 0xcb, 0xed, 0x15, 0x8b, 0x4a, 0x10, 0x38, 0xa5, 0x91, 0x41, 0x6a, 0x13, 0x05, 0x99, 0xbc, 0xbc, 0x52, 0xa9, 0x74, 0x9f, 0x51, 0x85, 0xe9, 0x30, 0xa3, 0x2c, 0xcf, 0xb7, 0x10, 0x05, 0x9a, 0xbd, 0x6d, 0x6f, 0xee, 0x85, 0xc6, 0xd6, 0x2e, 0x91, 0x99, 0xf4, 0x0b, 0x74, 0x77, 0x8b, 0xf3, 0xd3, 0x02, 0xef, 0x1a, 0x14, 0xaf, 0x08, 0x11, 0x31, 0xe4, 0x7e, 0xa1, 0xc8, 0x60, 0x55, 0x55, 0x95, 0x18, 0x47, 0xc1, 0x52, 0x86, 0xde, 0xc1, 0x6f, 0x0e, 0x1e, 0x3c, 0xe8, 0x1e, 0x32, 0x1a, 0xc0, 0x1f, 0xa9, 0x12, 0x85, 0x91, 0xbf, 0x1e, 0xfc, 0x99, 0x84, 0x8c, 0x05, 0x08, 0xd2, 0x77, 0x0a, 0x95, 0xbf, 0xbf, 0x7d, 0x26, 0xdc, 0xb2, 0xb0, 0x4c, 0x48, 0xde, 0x07, 0xfb, 0x4f, 0xc1, 0xb9, 0x73, 0xb5, 0xa0, 0x7a, 0xbc, 0x62, 0xc1, 0xa7, 0x52, 0x54, 0xa7, 0xbe, 0x15, 0xc0, 0xf4, 0xea, 0x1f, 0x7a, 0xa5, 0xdd, 0x48, 0xd5, 0x07, 0xe6, 0x09, 0xf6, 0x95, 0x7a, 0xda, 0x47, 0x6b, 0x0e, 0x74, 0xa0, 0x84, 0xd3, 0x64, 0xd3, 0x8b, 0x4d, 0x9d, 0x02, 0x78, 0x92, 0xd4, 0xab, 0x61, 0xc2, 0xba, 0x64, 0x9e, 0xe6, 0x94, 0x0f, 0xf7, 0x6b, 0xbd, 0x1e, 0xd8, 0xfe, 0xde, 0x41, 0xa8, 0x6d, 0x6c, 0x17, 0x0b, 0x5c, 0xfc, 0x64, 0xd3, 0x02, 0x18, 0x33, 0x22, 0xb3, 0x4f, 0xc0, 0x8a, 0xde, 0xd9, 0xe8, 0xbd, 0x8d, 0xcc, 0x80, 0x2e, 0xa6, 0x92, 0x8c, 0xae, 0xe2, 0xfa, 0x21, 0x63, 0x02, 0x28, 0xe5, 0x0b, 0x7c, 0xb3, 0x77, 0x85, 0xe4, 0xf3, 0xb0, 0x2f, 0x35, 0x5e, 0x8c, 0xcb, 0x9b, 0x0c, 0x7f, 0x12, 0x67, 0xdb, 0xc4, 0xf2, 0xaf, 0x8a, 0xc9, 0x78, 0xb9, 0x06, 0xdf, 0xdf, 0x38, 0x17, 0x16, 0x4d, 0x2b, 0x16, 0x6a, 0x74, 0xd7, 0xde, 0x4a, 0xa8, 0xa9, 0xad, 0x17, 0xaa, 0xde, 0x66, 0x53, 0x60, 0xd4, 0xf0, 0x74, 0x11, 0x4c, 0x51, 0xa5, 0x20, 0x8c, 0x16, 0x04, 0xec, 0x82, 0x55, 0xbd, 0x19, 0xe1, 0x49, 0x93, 0xb4, 0x77, 0xf6, 0x40, 0x7d, 0x4b, 0x17, 0xd4, 0x34, 0x76, 0x08, 0xa2, 0xbb, 0x29, 0x8b, 0x28, 0xc2, 0xd1, 0x6a, 0x02, 0x7b, 0x8b, 0xa7, 0x8d, 0x00, 0x5a, 0xe4, 0x92, 0xde, 0xf7, 0xed, 0x0f, 0x0f, 0xc3, 0xa9, 0x73, 0x8d, 0xe2, 0xd8, 0xc3, 0xeb, 0x67, 0xa2, 0xaf, 0x9f, 0x6f, 0x9a, 0x13, 0xc0, 0x41, 0x31, 0xf6, 0xf5, 0xf5, 0x85, 0x70, 0x12, 0xdd, 0x93, 0xae, 0xa1, 0xbe, 0xa5, 0x21, 0xe3, 0x58, 0x9a, 0x01, 0x4b, 0x8c, 0x6c, 0xff, 0x6d, 0xd4, 0x0f, 0x46, 0x03, 0x3f, 0x66, 0xa3, 0x78, 0x24, 0xf5, 0x66, 0x2f, 0xcd, 0x6e, 0xa2, 0x68, 0x20, 0xf2, 0xc6, 0x4f, 0xbf, 0xb1, 0x08, 0xae, 0x46, 0xe9, 0x22, 0xc9, 0xdc, 0xb5, 0xa7, 0x02, 0x2e, 0xd6, 0xd6, 0x09, 0xe2, 0x10, 0x20, 0x1c, 0x5d, 0x98, 0xe9, 0x5b, 0x42, 0xd6, 0x80, 0xe8, 0xb2, 0x64, 0x6b, 0x12, 0xe1, 0x49, 0x7d, 0x93, 0xbd, 0x26, 0xfb, 0x5d, 0xdb, 0xd8, 0x29, 0x36, 0x22, 0x3a, 0xa9, 0xf7, 0x68, 0x0b, 0xcd, 0x26, 0x5e, 0x3a, 0x73, 0x24, 0x38, 0x69, 0xd8, 0x19, 0xdb, 0xfc, 0xf1, 0xfe, 0x13, 0x70, 0xf0, 0xc4, 0x05, 0x71, 0xec, 0xab, 0x2b, 0xca, 0xe1, 0xc6, 0x79, 0xa3, 0x4c, 0x98, 0xbb, 0x6f, 0x9f, 0x50, 0x7f, 0xf0, 0x02, 0x97, 0x46, 0x5a, 0x80, 0xfa, 0x8c, 0x86, 0xd5, 0xfd, 0xe7, 0x5f, 0x8d, 0x82, 0x37, 0x75, 0xa8, 0x30, 0xc0, 0xdd, 0x6c, 0xaf, 0x26, 0x4c, 0x98, 0x10, 0x18, 0xdb, 0x96, 0x23, 0x5a, 0x7a, 0x9b, 0x66, 0x36, 0x7a, 0x26, 0xef, 0xe7, 0xa1, 0x51, 0x9a, 0xe5, 0xf3, 0xd3, 0xfb, 0xae, 0x81, 0xb1, 0x08, 0xb0, 0x9a, 0x45, 0xb4, 0xb0, 0x12, 0x2e, 0x5c, 0xa8, 0x43, 0xe9, 0xf0, 0x8a, 0x60, 0xcb, 0xe8, 0xa2, 0x0c, 0x7f, 0x10, 0xa8, 0x97, 0xe8, 0x44, 0x64, 0x5e, 0x0b, 0x88, 0x18, 0x87, 0xae, 0xa3, 0x3c, 0x81, 0x0b, 0x0d, 0x1d, 0x22, 0xec, 0xdc, 0x80, 0xb6, 0x99, 0xc0, 0x9c, 0xc7, 0xab, 0xf6, 0xfb, 0xbd, 0x29, 0xdf, 0xf0, 0x3a, 0x24, 0x3e, 0x05, 0x8b, 0xe8, 0x99, 0x87, 0x4f, 0x54, 0xc3, 0xc7, 0x7e, 0x5f, 0x7f, 0xf9, 0xec, 0x12, 0xb8, 0xeb, 0xc6, 0x49, 0x41, 0xef, 0x64, 0x94, 0x0b, 0x20, 0x03, 0x60, 0x99, 0x09, 0x82, 0x46, 0x38, 0xa5, 0x7e, 0x9c, 0x3d, 0x7b, 0xb6, 0xdc, 0x3f, 0x77, 0x0f, 0x3a, 0x08, 0xbc, 0xed, 0xb6, 0xdb, 0x8a, 0xb0, 0xc1, 0xbf, 0x22, 0x66, 0xba, 0xfe, 0xfa, 0xeb, 0x61, 0xc6, 0x8c, 0x19, 0x01, 0xe9, 0xe7, 0xa8, 0x96, 0xde, 0xe6, 0x19, 0x71, 0xbf, 0xdc, 0x39, 0xfa, 0x4e, 0xa3, 0x4e, 0xa2, 0xce, 0x5e, 0x38, 0x75, 0x04, 0x7c, 0x70, 0xe0, 0x1c, 0xd4, 0x34, 0xb4, 0xc3, 0xc9, 0x73, 0x0d, 0x90, 0x4c, 0xab, 0x84, 0x58, 0x6d, 0x62, 0x75, 0x10, 0x5a, 0x29, 0xe4, 0xf8, 0xd9, 0x26, 0x21, 0xd5, 0x2d, 0x8c, 0xcc, 0x11, 0xb8, 0x11, 0xf1, 0x69, 0x71, 0x0a, 0x52, 0xe9, 0xa4, 0xea, 0xd5, 0x18, 0x65, 0x24, 0xd3, 0x58, 0xc3, 0xb5, 0x33, 0x8a, 0x21, 0x2f, 0x23, 0x49, 0x98, 0xaa, 0x53, 0xd5, 0x35, 0xf0, 0xda, 0xae, 0xc3, 0x42, 0xcb, 0x4c, 0x19, 0x9d, 0x0b, 0xff, 0xe3, 0xeb, 0xf3, 0x7c, 0x63, 0x04, 0x46, 0x83, 0x54, 0x61, 0xda, 0xa0, 0x67, 0x00, 0x11, 0x58, 0xf2, 0x03, 0xe4, 0x94, 0x94, 0x14, 0x38, 0x7c, 0xf8, 0xb0, 0x88, 0xac, 0x62, 0x19, 0x3b, 0x71, 0xe2, 0xc4, 0x5f, 0xe3, 0x77, 0xcf, 0xa0, 0x69, 0x00, 0x6c, 0xec, 0xd7, 0x99, 0x91, 0x24, 0x5f, 0xb5, 0x8f, 0xfa, 0xe7, 0xa8, 0x9f, 0x91, 0xd4, 0xb3, 0xa4, 0xb3, 0xea, 0xe7, 0xef, 0xa4, 0x45, 0xf8, 0x3b, 0xd5, 0x69, 0x85, 0xcf, 0x67, 0x1e, 0x5c, 0x22, 0x82, 0x42, 0xa4, 0xae, 0x3f, 0x3d, 0x50, 0x05, 0xad, 0x2d, 0xad, 0x82, 0x18, 0xf9, 0x59, 0x49, 0x30, 0x7e, 0x64, 0x16, 0x5c, 0xae, 0x32, 0x7b, 0x42, 0x3e, 0x14, 0x66, 0xfb, 0x96, 0x95, 0xa9, 0xab, 0x6f, 0x86, 0xd7, 0xde, 0x3f, 0x2c, 0x46, 0x2b, 0x4b, 0x0a, 0xd2, 0x60, 0xcb, 0xbd, 0x73, 0xc1, 0x6a, 0x81, 0x3e, 0xef, 0x24, 0xbf, 0x5b, 0x38, 0x06, 0xd0, 0x9b, 0x47, 0x13, 0x30, 0x98, 0x81, 0xfd, 0xb2, 0x7a, 0x30, 0x4d, 0x00, 0xb1, 0x2a, 0x25, 0x7e, 0x40, 0x6e, 0x6e, 0xae, 0xc8, 0x63, 0x63, 0x95, 0x25, 0x47, 0xb5, 0x8c, 0x88, 0x1f, 0x84, 0xdc, 0xfd, 0x04, 0xd6, 0x6f, 0xf2, 0x71, 0xae, 0x67, 0xa6, 0x3a, 0x60, 0xeb, 0x37, 0xae, 0x81, 0x34, 0x74, 0x05, 0x69, 0x31, 0x88, 0x8f, 0xf6, 0x55, 0x40, 0x47, 0x5b, 0xbb, 0xc8, 0xdc, 0xa5, 0x18, 0x01, 0x8f, 0xac, 0x0d, 0x64, 0x21, 0x09, 0x1f, 0x3b, 0xc2, 0xc7, 0x6c, 0xad, 0xf8, 0xec, 0x97, 0xdf, 0xfe, 0x1c, 0xb5, 0x4c, 0x0f, 0xe4, 0xa0, 0xaf, 0xff, 0x3f, 0x37, 0xcd, 0x13, 0xb8, 0x40, 0x6e, 0xb3, 0x19, 0x23, 0xe8, 0x99, 0x41, 0xac, 0x8f, 0x1c, 0xf8, 0x51, 0x0c, 0x25, 0x10, 0x21, 0xe5, 0x78, 0x01, 0x03, 0xea, 0x49, 0x93, 0x26, 0x05, 0x86, 0xd8, 0xfd, 0xcb, 0xe7, 0x0c, 0x8e, 0x09, 0x40, 0x10, 0xb2, 0x08, 0x5f, 0xe0, 0x3b, 0x54, 0xdf, 0xb8, 0x71, 0x23, 0x94, 0x96, 0xfa, 0x66, 0x4d, 0xb5, 0xb4, 0xb4, 0x04, 0x26, 0x69, 0x32, 0x78, 0x91, 0xd5, 0x1a, 0xdb, 0x3d, 0x3d, 0x71, 0x8d, 0x54, 0xbf, 0xac, 0x1d, 0xf8, 0x78, 0x6a, 0x92, 0x0d, 0x26, 0x23, 0x11, 0x76, 0xee, 0x3b, 0x0b, 0x9d, 0xa8, 0xe2, 0xeb, 0x1a, 0x5a, 0xa1, 0x28, 0x3f, 0x43, 0x84, 0x55, 0xb3, 0xd3, 0x13, 0x84, 0xfd, 0x6f, 0x6e, 0x77, 0x0f, 0x08, 0xf1, 0xaf, 0x42, 0xf7, 0x73, 0xce, 0x84, 0x02, 0xff, 0xd0, 0xae, 0x0b, 0x5e, 0x7a, 0x73, 0x1f, 0x62, 0x8b, 0x4e, 0xe1, 0xeb, 0x6f, 0xbd, 0x7f, 0x1e, 0x14, 0xe6, 0xa6, 0xf4, 0x79, 0x07, 0xbd, 0xda, 0x37, 0x52, 0xf1, 0x32, 0xe1, 0x8d, 0xb4, 0x24, 0x1f, 0xa3, 0x77, 0x24, 0x61, 0x6a, 0x6d, 0x6d, 0x85, 0x53, 0xa7, 0x04, 0xde, 0x28, 0x41, 0x33, 0xf0, 0x7f, 0xd1, 0x0c, 0x34, 0x5e, 0x76, 0x0d, 0xc0, 0x20, 0x84, 0x33, 0x59, 0xf9, 0x85, 0x59, 0x5d, 0x09, 0x00, 0x27, 0xf9, 0xb9, 0x2c, 0xe9, 0xb2, 0x7a, 0xd7, 0x13, 0x5f, 0xaf, 0xfa, 0xe5, 0xef, 0xa4, 0x55, 0xb8, 0x3e, 0xa6, 0x28, 0x1d, 0x7e, 0x7c, 0xf7, 0x6c, 0x81, 0x0d, 0x9a, 0xda, 0xba, 0xe0, 0xc3, 0x3d, 0xc7, 0xa1, 0xdb, 0xed, 0x12, 0xcf, 0x22, 0x53, 0x40, 0xda, 0x20, 0xd6, 0x25, 0x3f, 0x2b, 0x19, 0x16, 0x4c, 0x2e, 0xec, 0xf5, 0xf5, 0x77, 0x1e, 0x44, 0x3c, 0xd2, 0x26, 0x7c, 0xfd, 0xc7, 0x37, 0xce, 0x84, 0x92, 0xfc, 0xd4, 0x20, 0x93, 0xc5, 0xef, 0xaa, 0x97, 0x78, 0xf9, 0xbd, 0xf5, 0x80, 0x57, 0xaf, 0x15, 0x64, 0x53, 0x20, 0x83, 0xc1, 0x39, 0x73, 0xe6, 0x04, 0xf8, 0x09, 0x9f, 0x73, 0xf7, 0x65, 0x37, 0x01, 0x28, 0xfd, 0x64, 0x00, 0x6f, 0xa7, 0x3a, 0x11, 0x9f, 0xc0, 0x89, 0xd1, 0xc0, 0x0f, 0x11, 0x44, 0x26, 0xbc, 0x91, 0xd4, 0xcb, 0x2f, 0xaf, 0xef, 0x34, 0x99, 0x61, 0xf4, 0xa8, 0x79, 0xca, 0xe8, 0x1c, 0x78, 0x78, 0xdd, 0x34, 0x81, 0x01, 0x28, 0xe8, 0xf2, 0xf1, 0x67, 0xc7, 0xc1, 0x83, 0xaa, 0x92, 0xbe, 0x4f, 0x1e, 0x95, 0x2b, 0xb0, 0x42, 0xac, 0x0a, 0xf9, 0xfa, 0x4b, 0xa6, 0xf7, 0xfa, 0xfa, 0xef, 0x7c, 0x74, 0x58, 0x2c, 0x3b, 0x4f, 0xbc, 0xfd, 0xc0, 0x6d, 0x93, 0x61, 0xea, 0x98, 0x9c, 0x90, 0x9a, 0xcb, 0x88, 0xc0, 0x66, 0x5a, 0x4f, 0xbf, 0x5f, 0x16, 0x20, 0x8e, 0xaa, 0xd2, 0xe4, 0x1a, 0x36, 0xb9, 0x84, 0xc3, 0xfc, 0x73, 0x30, 0x2e, 0x1f, 0x03, 0x60, 0x63, 0x28, 0xf0, 0x93, 0x12, 0xc9, 0xc0, 0x8f, 0x1e, 0xe4, 0x19, 0x31, 0x82, 0xcc, 0x20, 0xb2, 0x06, 0xd0, 0x33, 0x8f, 0x5e, 0x2d, 0xd2, 0xd0, 0xea, 0xfd, 0xab, 0x26, 0x89, 0x7a, 0x75, 0x6d, 0x0b, 0xec, 0xde, 0x5f, 0xe1, 0x9b, 0x1d, 0x8c, 0x98, 0xe0, 0xea, 0xf1, 0xf9, 0x90, 0x9d, 0x96, 0x78, 0xc9, 0xc4, 0x17, 0xbe, 0x3e, 0x22, 0x7e, 0xe1, 0xeb, 0x6b, 0x2a, 0x7c, 0xf2, 0x79, 0x05, 0x1c, 0x38, 0xee, 0xf3, 0xf5, 0xd7, 0x5d, 0x3b, 0x06, 0xae, 0x9d, 0x5e, 0xd8, 0x47, 0xab, 0x05, 0xc5, 0x22, 0x0c, 0x88, 0x6a, 0xa6, 0xfd, 0x8c, 0x18, 0x41, 0xef, 0x12, 0x32, 0x53, 0xd0, 0x30, 0x31, 0x2b, 0x27, 0x9a, 0x83, 0x71, 0xb9, 0x4d, 0xc0, 0x5d, 0x3c, 0xf0, 0x33, 0x7a, 0xf4, 0xe8, 0x40, 0xd4, 0x8a, 0x39, 0x54, 0xff, 0x32, 0x4c, 0x44, 0xfd, 0xcb, 0xcb, 0x9d, 0x26, 0xd7, 0x43, 0x21, 0x66, 0x7d, 0x07, 0xdf, 0x34, 0xaf, 0x04, 0x36, 0x2c, 0xf5, 0x2d, 0xde, 0x51, 0x51, 0x5d, 0x0f, 0xfb, 0xbf, 0xa8, 0x02, 0x0d, 0x99, 0xc0, 0x86, 0xea, 0x73, 0xee, 0xc4, 0x02, 0x48, 0x97, 0xf2, 0xf8, 0xfa, 0xed, 0xeb, 0xfb, 0x17, 0x9f, 0x3a, 0x7c, 0xfc, 0x0c, 0x7c, 0xb4, 0xff, 0xa4, 0x38, 0xb6, 0x70, 0x4a, 0x01, 0xdc, 0xb1, 0x64, 0x54, 0x40, 0xdd, 0x9b, 0xa9, 0x79, 0x7d, 0x1c, 0xc0, 0x48, 0x23, 0xe8, 0xcf, 0x95, 0xcf, 0xe7, 0xe1, 0x62, 0x06, 0x83, 0xac, 0x05, 0x29, 0xdf, 0x82, 0xc1, 0x75, 0x7f, 0xc1, 0xa0, 0xb5, 0x9f, 0xea, 0xff, 0x2a, 0x6c, 0xd0, 0x33, 0xc4, 0x88, 0xb7, 0xde, 0x7a, 0x2b, 0x20, 0x08, 0xf1, 0x21, 0x62, 0x04, 0x26, 0x32, 0x03, 0xe8, 0xe7, 0xff, 0xe9, 0x41, 0x91, 0x91, 0x44, 0xe8, 0x87, 0x87, 0x65, 0x90, 0x24, 0x7f, 0xea, 0xcb, 0xe4, 0x51, 0x39, 0x02, 0xf8, 0x9d, 0x38, 0xdb, 0x22, 0x16, 0x7d, 0xb6, 0xa2, 0x6f, 0x9e, 0x3f, 0x2c, 0x43, 0x2c, 0x35, 0x5b, 0x34, 0x2c, 0x45, 0x04, 0x80, 0xa2, 0x8d, 0xf4, 0x91, 0xe6, 0x5d, 0x34, 0x75, 0x04, 0x14, 0xa0, 0xed, 0xa7, 0x40, 0xf2, 0xd9, 0x73, 0x17, 0x61, 0xbb, 0xdf, 0xd7, 0x9f, 0x3c, 0x2a, 0x0b, 0xbe, 0xb7, 0x6e, 0x2a, 0x67, 0x8c, 0x19, 0x12, 0x4e, 0xaf, 0xc2, 0xe5, 0x90, 0x77, 0x58, 0xc9, 0x94, 0xa2, 0x82, 0xf2, 0xfd, 0xd8, 0x53, 0x20, 0x0f, 0x81, 0x00, 0xe1, 0xc5, 0x8b, 0x17, 0xe1, 0xdc, 0x39, 0x91, 0xa1, 0x39, 0x6a, 0xcc, 0x98, 0x31, 0xff, 0x7e, 0xec, 0xd8, 0xb1, 0xb6, 0x01, 0xd7, 0x00, 0x48, 0xa0, 0x7b, 0xfc, 0x2e, 0xa0, 0x48, 0x5d, 0x96, 0x07, 0x7e, 0x64, 0x22, 0x13, 0xfa, 0x37, 0x52, 0x73, 0x7a, 0x49, 0xd1, 0xd7, 0x43, 0x75, 0x52, 0xa8, 0x08, 0xe2, 0x7d, 0xb7, 0x94, 0x23, 0x48, 0xf3, 0x21, 0xf4, 0xbd, 0x47, 0xab, 0xe1, 0x78, 0x65, 0xb5, 0x88, 0x01, 0x27, 0xd8, 0xad, 0x70, 0x0d, 0x82, 0x37, 0x5a, 0x6a, 0x36, 0x2a, 0x5f, 0x7f, 0x7c, 0x01, 0x14, 0xfb, 0xc1, 0x64, 0x43, 0x43, 0x33, 0xbc, 0xba, 0xf3, 0x0b, 0x31, 0x30, 0x35, 0x02, 0x19, 0xea, 0x3b, 0x77, 0x4c, 0x12, 0x81, 0x1e, 0x3d, 0xe1, 0xcd, 0x54, 0x7b, 0xa8, 0x79, 0x81, 0x66, 0x66, 0x80, 0xeb, 0x24, 0xe5, 0x44, 0x6c, 0xde, 0xe7, 0x92, 0x92, 0xb2, 0x79, 0xe0, 0x0d, 0x8b, 0x0d, 0xcf, 0xb9, 0x6b, 0xc0, 0x4d, 0xc0, 0x96, 0x2d, 0x5b, 0xe8, 0x9a, 0x8d, 0xc2, 0x25, 0xba, 0xea, 0x2a, 0xe1, 0xff, 0x73, 0xa0, 0x42, 0xaf, 0xe6, 0x65, 0x04, 0xab, 0xef, 0x1c, 0x23, 0xc0, 0x17, 0x2a, 0x1a, 0x66, 0xc6, 0x0c, 0xf2, 0xfd, 0x88, 0xd8, 0xdf, 0x5e, 0x33, 0x19, 0xa6, 0x21, 0x20, 0xa3, 0x66, 0x7c, 0xb0, 0xf7, 0x24, 0x54, 0x9d, 0x3e, 0x2f, 0x38, 0x95, 0x54, 0xf8, 0xe2, 0xa9, 0x45, 0xe0, 0xb0, 0x47, 0xa6, 0xf4, 0x26, 0x95, 0xe6, 0x88, 0xb1, 0x7d, 0xbd, 0xaf, 0x9f, 0x99, 0xe2, 0x80, 0xc7, 0xbe, 0x32, 0x19, 0x12, 0x1d, 0xd6, 0x3e, 0x36, 0xde, 0x88, 0x49, 0xc3, 0x31, 0x83, 0x99, 0xb6, 0xd0, 0x7b, 0x02, 0xf2, 0x77, 0xf2, 0x86, 0x38, 0x99, 0x86, 0x68, 0x90, 0x95, 0x95, 0xc5, 0xd7, 0xdc, 0xeb, 0xa7, 0xcf, 0xc0, 0x99, 0x80, 0x9c, 0x9c, 0x9c, 0x65, 0xf8, 0x21, 0x96, 0x4c, 0xbb, 0xeb, 0xae, 0xbb, 0xa0, 0xb0, 0xb0, 0x30, 0xe0, 0xfb, 0x73, 0xf0, 0x87, 0x1b, 0xcb, 0x1a, 0x40, 0x1e, 0x11, 0x34, 0x32, 0x03, 0xa1, 0x88, 0x6e, 0x24, 0x35, 0x7a, 0xd5, 0x28, 0x13, 0x80, 0x6e, 0x31, 0x7b, 0xc2, 0x30, 0x38, 0x74, 0xb2, 0x09, 0xea, 0x5a, 0x5c, 0x70, 0xfa, 0x42, 0x93, 0xf0, 0x06, 0xd2, 0xd3, 0x93, 0x21, 0x31, 0xc1, 0x0e, 0x79, 0x58, 0x3f, 0x5d, 0xdb, 0x16, 0x32, 0x24, 0x4c, 0xbe, 0xfe, 0xdc, 0xf2, 0xde, 0xa0, 0xd6, 0x4b, 0x6f, 0xed, 0x13, 0x33, 0x8e, 0xc9, 0xd7, 0xff, 0xc1, 0xc6, 0x29, 0x50, 0x90, 0x9d, 0x14, 0x71, 0x18, 0xd7, 0x6c, 0xbf, 0x6c, 0x16, 0x8c, 0xae, 0x91, 0xf7, 0x51, 0x2e, 0x80, 0x1c, 0x08, 0x92, 0x63, 0x02, 0xec, 0x65, 0x1d, 0x3d, 0x7a, 0x94, 0x76, 0x67, 0xd6, 0xd4, 0xd4, 0xbc, 0x8f, 0xf5, 0x93, 0x03, 0xa6, 0x01, 0xd8, 0xf7, 0x27, 0xe2, 0x52, 0x44, 0x8a, 0x07, 0x7e, 0x8c, 0xc6, 0xfd, 0x89, 0x21, 0x38, 0xdb, 0x55, 0x8f, 0x6a, 0x8d, 0x00, 0x9e, 0x91, 0xe4, 0xe8, 0x3b, 0x48, 0x26, 0xbe, 0xde, 0x43, 0xe0, 0xcd, 0x81, 0xc0, 0xed, 0x91, 0x0d, 0x93, 0xa1, 0x28, 0x37, 0x59, 0x84, 0x67, 0xdf, 0xfc, 0xf0, 0x08, 0xd4, 0xd6, 0x36, 0x88, 0x59, 0x04, 0xb9, 0x19, 0x49, 0xc2, 0x97, 0xb7, 0x98, 0x10, 0x2a, 0x2f, 0x2b, 0x29, 0xc8, 0xd7, 0x7f, 0xfd, 0xbd, 0x03, 0x01, 0x5f, 0xff, 0xdb, 0xb7, 0x4f, 0x40, 0x93, 0x90, 0x1c, 0x52, 0x92, 0xcd, 0xc6, 0x33, 0x8c, 0x24, 0x3e, 0xd4, 0xf8, 0x40, 0xe0, 0x5d, 0xfc, 0x81, 0x1f, 0x26, 0x3e, 0x9f, 0x27, 0x67, 0x52, 0xd1, 0xf8, 0x0b, 0xdf, 0x2b, 0x5a, 0x30, 0x18, 0x15, 0x03, 0x20, 0xf8, 0xa3, 0x95, 0x2b, 0x6e, 0xa5, 0x3a, 0x25, 0x7d, 0x12, 0x67, 0x52, 0x69, 0x6f, 0x6f, 0x37, 0x04, 0x6f, 0xc4, 0x00, 0xd4, 0x30, 0xa7, 0xd3, 0x19, 0xd2, 0xb5, 0x61, 0x22, 0xeb, 0xa5, 0xc2, 0x68, 0x90, 0x28, 0x54, 0x4c, 0x5d, 0x3e, 0x9e, 0x9a, 0x68, 0x87, 0xc7, 0xef, 0x9c, 0x02, 0x39, 0xe9, 0x09, 0x02, 0xfc, 0xbd, 0xfe, 0xd7, 0xc3, 0xd0, 0xd8, 0xd8, 0x22, 0xcc, 0x41, 0x51, 0x6e, 0x0a, 0xcc, 0x9f, 0x34, 0x1c, 0xf4, 0x3c, 0x40, 0xde, 0xc2, 0xb5, 0xd3, 0x8b, 0x03, 0xbe, 0xfe, 0xbb, 0x1f, 0x1d, 0x81, 0xca, 0xb3, 0x8d, 0xe2, 0xbc, 0x4d, 0x2b, 0xcb, 0xd0, 0x2c, 0x64, 0x9a, 0x02, 0x3e, 0x33, 0x80, 0x67, 0x46, 0xd8, 0x70, 0xc4, 0x67, 0xd5, 0x9f, 0x90, 0x90, 0x10, 0x08, 0x80, 0xe9, 0xef, 0xc1, 0x83, 0x6d, 0x34, 0xa3, 0x98, 0x81, 0x38, 0xc5, 0x66, 0x36, 0x6c, 0xd8, 0x90, 0x33, 0x20, 0x0c, 0x80, 0x1d, 0xbb, 0x81, 0x34, 0x12, 0xd5, 0x97, 0x2d, 0x5b, 0x16, 0x68, 0x8c, 0xec, 0xfb, 0xcb, 0x04, 0xa6, 0x86, 0x8b, 0x91, 0x3c, 0x7f, 0xc6, 0x8f, 0xde, 0x5e, 0x1a, 0xa9, 0x3f, 0x3d, 0x62, 0x36, 0x0a, 0x9b, 0x9a, 0x75, 0xaa, 0x7e, 0x3f, 0x85, 0x85, 0x7f, 0xb4, 0x71, 0xaa, 0x48, 0x21, 0xa3, 0xa9, 0x58, 0x34, 0x23, 0xa7, 0xc5, 0x3f, 0x78, 0x54, 0x3a, 0x3c, 0x5d, 0x80, 0x3c, 0x2e, 0x04, 0x10, 0xaf, 0x93, 0x7c, 0xfd, 0x7d, 0x5f, 0x9c, 0x84, 0xcf, 0x8f, 0xfb, 0x96, 0x3b, 0xbc, 0xfd, 0x9a, 0x91, 0x08, 0x22, 0xf3, 0x4c, 0x19, 0x37, 0x8a, 0x61, 0xf3, 0x88, 0xaf, 0x11, 0xbf, 0x63, 0xe0, 0x5f, 0x2f, 0x40, 0x1e, 0x55, 0x95, 0x8b, 0xbc, 0x5f, 0x02, 0x83, 0x4e, 0x34, 0x17, 0x5f, 0x19, 0x10, 0x06, 0xe0, 0x71, 0xff, 0xec, 0xec, 0x6c, 0x28, 0x2a, 0x2a, 0x0a, 0x34, 0x42, 0x9f, 0xf5, 0x23, 0x73, 0x31, 0xd9, 0x2e, 0x7a, 0x09, 0x8a, 0x17, 0xf0, 0xec, 0x17, 0x33, 0x69, 0x37, 0xda, 0x8c, 0x08, 0x1f, 0xae, 0x03, 0xe5, 0xc8, 0xd9, 0xb0, 0xcc, 0x04, 0xf8, 0xfe, 0xfa, 0x49, 0xe2, 0x47, 0x24, 0x5b, 0x3b, 0x5c, 0xf0, 0xa7, 0x77, 0x0e, 0x20, 0xc3, 0x76, 0x8a, 0xc9, 0x24, 0x04, 0xf2, 0x28, 0x62, 0xc8, 0x39, 0xfc, 0x69, 0x49, 0x3e, 0x5f, 0xff, 0x58, 0xc5, 0x59, 0x78, 0xef, 0xb3, 0x0a, 0x5f, 0xa0, 0x69, 0x6a, 0x3e, 0xac, 0x5a, 0x50, 0xdc, 0xe7, 0xb9, 0x66, 0x0c, 0x6a, 0xe6, 0xa6, 0x1a, 0xbd, 0x53, 0xa8, 0x42, 0x91, 0x55, 0xb6, 0xef, 0x8c, 0xfa, 0x8d, 0xd6, 0x15, 0x62, 0xdc, 0x45, 0x13, 0x70, 0x69, 0x32, 0x89, 0xbf, 0x6c, 0x8a, 0x39, 0x08, 0x44, 0xf5, 0x4f, 0x53, 0x7c, 0x7f, 0xe6, 0xaf, 0x03, 0xfa, 0x9c, 0x7d, 0xc0, 0x9f, 0xd1, 0xcb, 0xd1, 0x31, 0xd6, 0x00, 0xf4, 0xc9, 0x36, 0x3b, 0x54, 0x87, 0xc8, 0x9d, 0x1b, 0x29, 0xe1, 0x65, 0x15, 0xac, 0x4f, 0xb2, 0xa0, 0x11, 0xc4, 0x31, 0x45, 0x69, 0xf0, 0xe1, 0xa1, 0x8b, 0x22, 0x3f, 0xa0, 0xa6, 0xae, 0x05, 0xca, 0x46, 0xe6, 0x0a, 0x5f, 0x9a, 0x72, 0xf9, 0x8a, 0xf3, 0xd2, 0xc4, 0x6a, 0x60, 0xe4, 0xeb, 0x57, 0xa3, 0xaf, 0xff, 0xe7, 0xf7, 0x0f, 0x09, 0x5f, 0xbf, 0xbc, 0x24, 0x03, 0x1e, 0x58, 0x35, 0x4e, 0xe4, 0x20, 0xca, 0x6d, 0xb2, 0xe8, 0xbe, 0x1b, 0xe1, 0x14, 0xfd, 0xd0, 0xae, 0xd1, 0x3b, 0x1b, 0x31, 0x8f, 0x58, 0x87, 0x00, 0x89, 0xcf, 0x03, 0x68, 0x64, 0x5e, 0xf5, 0xe0, 0x4f, 0xdf, 0x3f, 0x0c, 0x06, 0x49, 0x18, 0x2b, 0x2a, 0x04, 0xe3, 0x0e, 0x9b, 0x30, 0x61, 0xc2, 0x1b, 0x47, 0x8e, 0x1c, 0x39, 0x17, 0x33, 0x0d, 0x80, 0x9d, 0x7a, 0x2f, 0x3f, 0x94, 0xb3, 0x52, 0x78, 0xe0, 0x47, 0x6f, 0xd3, 0xf4, 0x85, 0x31, 0x02, 0x27, 0x34, 0x70, 0x83, 0x25, 0xe0, 0x12, 0xd4, 0xa9, 0x66, 0x40, 0xd1, 0x08, 0x54, 0x85, 0x0a, 0xa2, 0xc8, 0xda, 0xa6, 0xbc, 0x24, 0x13, 0x1e, 0xba, 0xbd, 0x5c, 0xa4, 0x98, 0x9d, 0xbb, 0xd8, 0x02, 0xdb, 0x77, 0x1e, 0x00, 0x4f, 0x4f, 0x77, 0x20, 0xce, 0x4f, 0xa5, 0xbe, 0xbe, 0x09, 0xfe, 0xec, 0xf7, 0xf5, 0x09, 0x40, 0x3e, 0xbc, 0xa6, 0x5c, 0x04, 0x92, 0xf8, 0x1e, 0xf2, 0xfd, 0x8c, 0x34, 0x95, 0x9e, 0x11, 0xe4, 0x5c, 0xbf, 0x50, 0x4c, 0x22, 0x33, 0x0a, 0x49, 0x31, 0x13, 0x9f, 0x53, 0xc6, 0x8d, 0x40, 0x23, 0xd7, 0xe5, 0xc8, 0x20, 0x8d, 0xc9, 0x48, 0xe5, 0x9e, 0x98, 0x99, 0x80, 0xc5, 0x8b, 0x17, 0x53, 0x04, 0xe5, 0x4e, 0x11, 0x71, 0x9b, 0x3c, 0x59, 0x80, 0x0e, 0x8e, 0xfb, 0x1b, 0xf9, 0xb1, 0x46, 0xa8, 0x9d, 0x99, 0x80, 0xcd, 0x81, 0xde, 0x24, 0x98, 0x5d, 0x6b, 0x26, 0x61, 0x66, 0x92, 0x64, 0x44, 0x7c, 0xfe, 0x7e, 0xf5, 0xf8, 0x61, 0xf0, 0xf5, 0x95, 0xbe, 0xb5, 0x0a, 0xaa, 0xce, 0x35, 0xc2, 0x1b, 0xbb, 0xbe, 0x10, 0xe3, 0x06, 0xbe, 0x28, 0x66, 0xbb, 0x30, 0x0f, 0xe4, 0xeb, 0x67, 0xa5, 0x3a, 0x61, 0xf3, 0xfa, 0x89, 0x62, 0xd1, 0x69, 0x26, 0xa2, 0xd1, 0x7d, 0xf5, 0xcf, 0xd0, 0x13, 0xd3, 0xcc, 0x64, 0x18, 0x11, 0x9f, 0x84, 0x82, 0x66, 0x04, 0x73, 0x92, 0x2c, 0xf9, 0xf9, 0x94, 0x52, 0x6f, 0xa6, 0x25, 0x64, 0x41, 0xe0, 0xe8, 0xeb, 0xb0, 0x61, 0xc3, 0x02, 0x61, 0x79, 0x2c, 0x1b, 0x6e, 0xb9, 0xe5, 0x96, 0xd4, 0x98, 0x30, 0x00, 0xfa, 0xfe, 0x37, 0xe0, 0x87, 0x40, 0x4c, 0x2b, 0x56, 0xac, 0x08, 0x34, 0xc0, 0x6c, 0xc6, 0x8f, 0x51, 0x87, 0x90, 0x29, 0xa0, 0x17, 0xe2, 0xef, 0xc4, 0xe5, 0xc4, 0x04, 0x7a, 0x6d, 0x10, 0xa9, 0x77, 0x60, 0x94, 0x3b, 0x67, 0x44, 0x18, 0x99, 0x78, 0xb4, 0x2d, 0x9b, 0x59, 0x08, 0xeb, 0xae, 0xf5, 0xe5, 0x2d, 0x1c, 0x3d, 0x79, 0x11, 0x76, 0x7c, 0x78, 0x58, 0xb8, 0xb0, 0xaf, 0xbc, 0xfb, 0xb9, 0x58, 0x5c, 0x8a, 0x06, 0x7e, 0x1e, 0xbb, 0x73, 0x32, 0xe4, 0x66, 0xf6, 0x32, 0xa8, 0x9e, 0xf8, 0x66, 0x84, 0x97, 0x19, 0x30, 0x14, 0xce, 0xd1, 0x9f, 0x4f, 0x60, 0x8f, 0x34, 0x23, 0x0f, 0x9d, 0x53, 0x5f, 0xb5, 0x88, 0x65, 0x18, 0x23, 0x03, 0x9c, 0x72, 0xf8, 0x5d, 0x02, 0x83, 0x29, 0xc8, 0x4c, 0x77, 0x84, 0xa3, 0xad, 0x2d, 0x1a, 0xf0, 0x47, 0x0d, 0x2d, 0x2b, 0x2b, 0x0b, 0x80, 0x3f, 0xa3, 0xb5, 0x7e, 0x64, 0x10, 0xa4, 0xaf, 0x33, 0x13, 0x90, 0x9a, 0xe3, 0x8e, 0x24, 0x37, 0x87, 0x5e, 0x5c, 0x3f, 0x43, 0xc8, 0x28, 0x89, 0xc2, 0xc8, 0x2d, 0x94, 0xed, 0xab, 0x91, 0x8f, 0x2d, 0x33, 0x24, 0x1f, 0xbf, 0x7d, 0xe1, 0x55, 0xd0, 0xd6, 0xd9, 0x03, 0xaf, 0x7d, 0x5c, 0x0d, 0x07, 0x11, 0xe9, 0x9f, 0xbd, 0xd0, 0x24, 0x72, 0x0a, 0x08, 0x0c, 0x7e, 0x0f, 0x01, 0x23, 0x4d, 0xe1, 0x0a, 0xe5, 0x99, 0x18, 0xbd, 0xaf, 0x5e, 0x93, 0x19, 0xd9, 0x6b, 0xfd, 0x35, 0xc4, 0xfc, 0x44, 0x78, 0xd9, 0x4c, 0x10, 0xe0, 0x63, 0x41, 0x89, 0xb4, 0x0d, 0xd4, 0xaf, 0xb4, 0x71, 0x52, 0x2e, 0xb9, 0xe7, 0xfe, 0x9c, 0x0c, 0x32, 0x03, 0xff, 0x7e, 0x49, 0x20, 0x90, 0x16, 0x7b, 0xc2, 0x87, 0xfe, 0x2b, 0x31, 0x0b, 0x25, 0x7d, 0xd2, 0xe2, 0x45, 0xf2, 0xc0, 0x4f, 0xb8, 0x28, 0x96, 0xbe, 0xce, 0x63, 0xda, 0xf2, 0x64, 0x10, 0x8e, 0x75, 0x1b, 0xc5, 0x12, 0xc2, 0xa9, 0xce, 0x50, 0x3e, 0xb8, 0x91, 0x24, 0x32, 0xa1, 0xa6, 0x8c, 0xce, 0x86, 0xda, 0xa6, 0x2e, 0x38, 0x5d, 0xdb, 0x2e, 0x32, 0x87, 0xc5, 0xb8, 0xfe, 0xea, 0x72, 0x91, 0xeb, 0x17, 0x89, 0x9d, 0x37, 0x33, 0x05, 0xb2, 0x96, 0x30, 0x62, 0x02, 0xd6, 0x7e, 0xa4, 0xee, 0x49, 0x03, 0xca, 0x38, 0x81, 0x34, 0x2a, 0x99, 0xca, 0x48, 0xcc, 0xa0, 0xd1, 0xbb, 0xf2, 0x3c, 0x0b, 0x62, 0xa0, 0xd3, 0xa7, 0x4f, 0xd3, 0xbe, 0x11, 0xc8, 0x10, 0x2f, 0x22, 0x18, 0xac, 0xeb, 0xb7, 0x09, 0xc0, 0xc6, 0xfd, 0x1d, 0xf9, 0x96, 0x54, 0x5f, 0xb4, 0x68, 0x51, 0xd0, 0xc0, 0x4f, 0xa8, 0x41, 0x1b, 0x33, 0xd0, 0xc3, 0xdc, 0x4f, 0x0c, 0x44, 0xf7, 0x90, 0x3b, 0x8e, 0xb4, 0x01, 0xcf, 0x8b, 0x97, 0x33, 0x89, 0xf4, 0x04, 0x36, 0x23, 0x8e, 0xdc, 0xf9, 0xfa, 0xc9, 0x16, 0xfa, 0xf3, 0x09, 0xd9, 0x3f, 0xb0, 0x7a, 0x22, 0xcc, 0x28, 0xf3, 0xc5, 0x4c, 0x36, 0x5c, 0x37, 0x06, 0x16, 0x4f, 0x2b, 0x34, 0xbc, 0xb7, 0x7c, 0x3f, 0xbd, 0x49, 0x30, 0xdb, 0x6f, 0xc4, 0xbc, 0x14, 0x10, 0xa3, 0x59, 0xbe, 0x84, 0xa1, 0x38, 0xdf, 0x4f, 0xf1, 0x07, 0x9d, 0x28, 0xcb, 0x97, 0xfb, 0x23, 0x94, 0xf6, 0x30, 0x2b, 0xf2, 0xf4, 0xbb, 0x68, 0xc0, 0x60, 0x58, 0x0d, 0x80, 0x1c, 0x44, 0xd2, 0x9f, 0x4f, 0x93, 0x3d, 0x6f, 0xba, 0xe9, 0x26, 0xf1, 0x72, 0xd4, 0x50, 0xa3, 0xd0, 0x6f, 0x38, 0x6d, 0xa0, 0xdf, 0x4f, 0x2f, 0x4e, 0xaa, 0x9f, 0x5d, 0x44, 0xee, 0x3c, 0xfa, 0xce, 0xa6, 0x41, 0xaf, 0xf6, 0xa3, 0x01, 0x8c, 0xe1, 0x24, 0x99, 0x92, 0x46, 0xe6, 0x94, 0xe7, 0x8b, 0x04, 0xd3, 0xd5, 0x0b, 0x4b, 0x4d, 0x91, 0xbe, 0x7e, 0x1f, 0xb7, 0xcb, 0x4c, 0x0b, 0xc8, 0x66, 0x87, 0x34, 0x1b, 0xa9, 0x64, 0x22, 0x3a, 0x31, 0x80, 0x1e, 0xf8, 0x92, 0xd4, 0x93, 0x30, 0xb0, 0xe6, 0x0b, 0x15, 0x0b, 0x09, 0x35, 0x22, 0xca, 0x02, 0x40, 0xf7, 0x27, 0xed, 0x72, 0xe8, 0xd0, 0x21, 0x71, 0x5f, 0x2c, 0x65, 0x48, 0xbb, 0x7f, 0x42, 0xf7, 0xd0, 0x1b, 0x35, 0x03, 0xa0, 0xbf, 0x3f, 0x09, 0x1f, 0xf6, 0x13, 0xaa, 0xaf, 0x5f, 0xbf, 0x3e, 0x30, 0xe3, 0xb7, 0xb9, 0xb9, 0xb9, 0x4f, 0xf0, 0x47, 0x9e, 0xe7, 0x16, 0x4e, 0x15, 0x1b, 0x05, 0x8b, 0x38, 0x5e, 0x20, 0x77, 0x0e, 0x8f, 0x79, 0x53, 0x07, 0xca, 0x4b, 0xa8, 0x84, 0x22, 0x7c, 0x28, 0xe0, 0x25, 0x13, 0x8b, 0xef, 0x47, 0x76, 0x9f, 0x72, 0x08, 0xf5, 0x60, 0xd1, 0x88, 0x01, 0x42, 0x9d, 0x23, 0x3f, 0x87, 0xda, 0x4c, 0x0c, 0x4c, 0x84, 0xa0, 0xb6, 0xcb, 0x40, 0x97, 0xcf, 0x21, 0x1b, 0x4d, 0x40, 0x8f, 0x67, 0x4e, 0x87, 0x03, 0xb8, 0x81, 0x30, 0x9f, 0xd3, 0x29, 0xee, 0xc7, 0x1a, 0x44, 0x3f, 0xb0, 0xc6, 0xd9, 0xc2, 0x74, 0x3d, 0x31, 0x01, 0xe5, 0xec, 0xe0, 0xb9, 0x5f, 0xa0, 0x19, 0x38, 0x14, 0x35, 0x08, 0x64, 0xdf, 0x9f, 0x1e, 0xc8, 0xb6, 0x9f, 0x08, 0x45, 0x40, 0x85, 0x1b, 0x48, 0x1d, 0x49, 0xe0, 0x50, 0x4e, 0xfb, 0xa6, 0x73, 0x48, 0x43, 0xe8, 0xed, 0x79, 0x28, 0x30, 0x47, 0x1d, 0xc1, 0xab, 0x63, 0x51, 0xa7, 0xf1, 0xf8, 0x01, 0x1f, 0xa7, 0x7d, 0xb4, 0xf1, 0x42, 0x0a, 0xcc, 0x34, 0x3c, 0x77, 0x4e, 0x0f, 0x38, 0xf5, 0x60, 0x30, 0x94, 0x0f, 0x1e, 0x3e, 0x31, 0x44, 0xe9, 0xe3, 0xe5, 0x04, 0x75, 0xa2, 0xdf, 0xf6, 0x52, 0xdb, 0x79, 0xc1, 0x07, 0x33, 0xfc, 0xc3, 0xda, 0x53, 0x3f, 0x25, 0xde, 0xe8, 0x39, 0x7a, 0x01, 0x23, 0x86, 0x32, 0x9a, 0x2f, 0xc0, 0xde, 0x18, 0x87, 0xde, 0xe9, 0x1c, 0x72, 0xd7, 0xb7, 0x6d, 0xdb, 0x26, 0xf6, 0xf9, 0x07, 0x88, 0xfe, 0x5f, 0x54, 0x1a, 0x80, 0x16, 0x7b, 0xc2, 0x9b, 0xfd, 0x17, 0x36, 0x2a, 0x89, 0x02, 0x3f, 0xec, 0x5e, 0x10, 0xc0, 0xe0, 0xe0, 0x04, 0x35, 0x98, 0x97, 0x36, 0xd5, 0xab, 0x22, 0xea, 0x10, 0x3a, 0x2f, 0x94, 0x09, 0x30, 0xd2, 0x0c, 0x6c, 0x16, 0x38, 0x03, 0x96, 0xee, 0xa3, 0x47, 0xd8, 0x6c, 0x32, 0x48, 0xca, 0x08, 0x2f, 0xd0, 0x27, 0x4b, 0x45, 0x28, 0x34, 0x1e, 0x4e, 0x7a, 0x43, 0x49, 0x3f, 0x3f, 0x97, 0x9e, 0x41, 0xcc, 0xc9, 0x8b, 0x39, 0x32, 0x66, 0x61, 0xc9, 0x34, 0x72, 0x15, 0x89, 0x59, 0x09, 0xdc, 0xc9, 0x19, 0x53, 0xe1, 0xdc, 0x49, 0xa3, 0xd0, 0xb0, 0x3c, 0x4f, 0x20, 0x90, 0xb2, 0x86, 0xfd, 0xc0, 0x42, 0x20, 0x83, 0x41, 0xda, 0xdf, 0xd0, 0xd0, 0xc0, 0xd9, 0x42, 0x57, 0x4d, 0x9c, 0x38, 0xf1, 0xf9, 0xc3, 0x87, 0x0f, 0x37, 0x47, 0xac, 0x01, 0xb0, 0xf3, 0xe7, 0xe1, 0xcd, 0x72, 0x64, 0xf0, 0xa7, 0xf7, 0xfd, 0x43, 0x35, 0x3a, 0x94, 0xfd, 0x0e, 0x05, 0x18, 0xe5, 0x28, 0x20, 0x49, 0x0a, 0x3d, 0x8f, 0x3a, 0x96, 0x3a, 0x98, 0x6d, 0xa8, 0xde, 0xcd, 0xa3, 0x97, 0x65, 0xd5, 0xa7, 0xd7, 0x2c, 0x66, 0x79, 0x86, 0x66, 0xc3, 0xb2, 0x66, 0xc0, 0x4f, 0xd6, 0x70, 0x91, 0x84, 0xa4, 0x89, 0xd0, 0xc4, 0xc4, 0xbc, 0xfc, 0xab, 0x91, 0x29, 0x8c, 0x26, 0xeb, 0xc9, 0x6c, 0x22, 0xad, 0xbe, 0x3d, 0xf4, 0x5c, 0xea, 0x27, 0xce, 0xd6, 0xfa, 0xf4, 0x53, 0xf1, 0xb3, 0xc7, 0x16, 0xff, 0xda, 0x42, 0x4f, 0x44, 0xc3, 0x00, 0x4b, 0xf8, 0xe6, 0x3c, 0xe1, 0x43, 0x3f, 0xf0, 0xc3, 0xe3, 0xf1, 0x46, 0x73, 0xdc, 0x89, 0x2b, 0xcd, 0x86, 0x39, 0x23, 0xe9, 0x40, 0xb9, 0x93, 0x58, 0xd5, 0x93, 0x14, 0x31, 0xb1, 0x89, 0x29, 0x64, 0x75, 0x6b, 0xd6, 0x79, 0x66, 0x13, 0x51, 0x2f, 0xa5, 0x18, 0xb9, 0xa3, 0xd4, 0x3e, 0x8e, 0x8d, 0xe8, 0x27, 0xc5, 0x1a, 0x11, 0x2f, 0x1a, 0xe2, 0x53, 0xe1, 0xb5, 0x03, 0x8d, 0x62, 0x00, 0xb2, 0x07, 0xc0, 0xfd, 0x45, 0xef, 0x4d, 0x51, 0x41, 0xd2, 0x4e, 0x7e, 0xc0, 0xbe, 0x38, 0x2a, 0x06, 0x00, 0xb1, 0x24, 0x20, 0x08, 0xe2, 0x93, 0x8a, 0xd5, 0x0f, 0x3f, 0x72, 0x21, 0x93, 0xc0, 0x11, 0x3d, 0x99, 0x0b, 0xe5, 0xb9, 0x6c, 0xe1, 0x5e, 0x32, 0x1a, 0x86, 0xe0, 0x11, 0x30, 0x79, 0xfd, 0x1c, 0x66, 0x0a, 0x9e, 0x40, 0x69, 0x34, 0x0d, 0x2d, 0xda, 0x62, 0x36, 0xbe, 0xc1, 0x5a, 0x85, 0x3b, 0x9e, 0x08, 0xce, 0xb6, 0x37, 0xd2, 0x21, 0xe2, 0x68, 0x89, 0xcf, 0x18, 0x89, 0xc0, 0x37, 0x03, 0x62, 0xde, 0x27, 0x2f, 0x23, 0x23, 0x9b, 0x51, 0x36, 0x55, 0xc4, 0x04, 0x07, 0x0e, 0x1c, 0xa0, 0xdd, 0x53, 0xa2, 0x05, 0x81, 0x25, 0xcc, 0x00, 0x32, 0x67, 0x19, 0x25, 0x33, 0x90, 0x9a, 0xe6, 0x45, 0xa0, 0x23, 0x1d, 0xb2, 0xed, 0x2f, 0x43, 0xe8, 0x8f, 0xf3, 0x3a, 0x43, 0x7a, 0xe6, 0x64, 0x1c, 0x22, 0xbb, 0x5d, 0x46, 0x18, 0x40, 0x07, 0x7a, 0x0d, 0x93, 0x57, 0xe5, 0xf9, 0x8a, 0x66, 0x49, 0xab, 0x91, 0xce, 0xfe, 0xbd, 0x14, 0x6d, 0x24, 0x87, 0xd3, 0xc3, 0x31, 0x0c, 0xbb, 0xa0, 0xb4, 0x58, 0x07, 0xe7, 0xbb, 0x44, 0xcb, 0x00, 0x69, 0xfe, 0x71, 0x00, 0xc3, 0xf4, 0x64, 0xb3, 0x64, 0x8d, 0x68, 0xd4, 0xfd, 0x40, 0x74, 0x92, 0x2c, 0x05, 0x46, 0x79, 0x0a, 0x97, 0xfa, 0xcc, 0x48, 0x7e, 0xe5, 0x24, 0x96, 0xc7, 0xa2, 0xdd, 0x2f, 0x83, 0x46, 0x7a, 0x7f, 0xff, 0x9a, 0x42, 0xc2, 0x61, 0x88, 0x2a, 0x12, 0x88, 0x84, 0x13, 0x6b, 0x91, 0xd4, 0xd4, 0xd4, 0x04, 0xd4, 0x6b, 0x28, 0x82, 0x87, 0x7a, 0xb1, 0x48, 0x7e, 0x1e, 0x66, 0xb0, 0x4a, 0x34, 0x6d, 0xbb, 0x92, 0x88, 0x4f, 0x11, 0x47, 0x22, 0xbe, 0x04, 0xda, 0xbb, 0xa3, 0xd2, 0x00, 0xf8, 0x10, 0x8b, 0x1c, 0xf6, 0x25, 0x77, 0x87, 0x32, 0x80, 0xd9, 0xe5, 0x30, 0xf2, 0xf1, 0xbf, 0xcc, 0xe5, 0x72, 0x32, 0x78, 0xa8, 0x67, 0x91, 0xb0, 0x92, 0xed, 0x27, 0x9a, 0x55, 0x56, 0x86, 0x5f, 0xd2, 0x3e, 0xa2, 0xd1, 0x40, 0x22, 0x3a, 0xf9, 0xb0, 0x1c, 0xf4, 0x61, 0x97, 0x2b, 0x5e, 0x86, 0x66, 0xa1, 0x08, 0x23, 0x01, 0xbf, 0x48, 0x84, 0xd4, 0x16, 0x29, 0xb7, 0x11, 0x13, 0x9c, 0x38, 0x71, 0x42, 0xa0, 0x4e, 0x62, 0x02, 0xa3, 0xa0, 0x44, 0x38, 0x3c, 0xd0, 0x9f, 0x73, 0x62, 0x7d, 0x5e, 0x24, 0x3f, 0xe4, 0x34, 0x14, 0xda, 0xd6, 0x5f, 0x73, 0x42, 0x92, 0x4f, 0x6e, 0x28, 0x69, 0xec, 0x48, 0xb4, 0x92, 0x2d, 0x5a, 0x95, 0x43, 0x37, 0x77, 0x85, 0xfe, 0xbd, 0x88, 0x90, 0x2f, 0x12, 0x6a, 0x06, 0x4d, 0xac, 0xae, 0x19, 0x8c, 0x67, 0x0e, 0xd6, 0x35, 0x46, 0x25, 0x52, 0xe2, 0x87, 0x04, 0x81, 0x03, 0x6d, 0xbb, 0xfa, 0x03, 0xbc, 0xfa, 0xeb, 0xcf, 0x0f, 0xd5, 0x76, 0x5e, 0xea, 0x35, 0xe1, 0xce, 0x89, 0x04, 0xe0, 0x5a, 0xa2, 0xe9, 0x94, 0x68, 0x7f, 0xe5, 0x73, 0x28, 0x77, 0xde, 0xdf, 0x1a, 0x33, 0xf5, 0xb7, 0xad, 0xb6, 0x58, 0x11, 0xfe, 0xcb, 0xc6, 0x18, 0x83, 0xcd, 0x4c, 0xb1, 0x3a, 0xd7, 0x12, 0xcb, 0x1b, 0xc6, 0x55, 0xf4, 0xe0, 0x49, 0x7c, 0x7f, 0xfb, 0xd7, 0x36, 0x10, 0x44, 0x32, 0xfa, 0x81, 0x08, 0xb3, 0x7c, 0x3e, 0xfd, 0xc8, 0x1e, 0x1f, 0xd3, 0x8f, 0xe5, 0xeb, 0x13, 0x41, 0x8c, 0xee, 0xaf, 0x9f, 0x77, 0x67, 0x96, 0x4b, 0x1f, 0x29, 0xd8, 0x8a, 0xa4, 0x3f, 0xe8, 0x77, 0x91, 0xa8, 0xd0, 0x40, 0x15, 0xfd, 0xba, 0x17, 0x1d, 0xa3, 0xdf, 0x49, 0xa2, 0x60, 0x0c, 0xd5, 0xd9, 0x17, 0x27, 0xcf, 0x29, 0x3f, 0xdf, 0xb7, 0x66, 0xf0, 0x85, 0x0b, 0x17, 0x02, 0x69, 0xf2, 0x14, 0xab, 0xe7, 0xb4, 0x79, 0x0a, 0xba, 0x51, 0x9d, 0xce, 0x63, 0x20, 0x77, 0xec, 0xd8, 0x31, 0x71, 0x1e, 0x0d, 0x04, 0xd1, 0xef, 0x2e, 0x73, 0x70, 0xce, 0x6c, 0x19, 0xde, 0x68, 0xe9, 0x66, 0x8b, 0x35, 0xa7, 0x51, 0x90, 0x88, 0x56, 0xb2, 0xa4, 0x22, 0xa7, 0x55, 0x87, 0xcb, 0xa9, 0xd3, 0x0f, 0xc3, 0x0a, 0xf5, 0x64, 0x12, 0xbb, 0xd7, 0xa7, 0x5f, 0xc9, 0x09, 0x15, 0xe1, 0x26, 0x5e, 0xea, 0x99, 0xd1, 0xec, 0xfc, 0x48, 0x99, 0x81, 0x17, 0x6f, 0xe6, 0x1c, 0x06, 0x0e, 0xc6, 0xc8, 0xfb, 0xa9, 0xd0, 0x80, 0x19, 0x2f, 0xa4, 0x25, 0xe7, 0xf2, 0xcb, 0xe7, 0xf1, 0xb9, 0x9c, 0x2d, 0x2c, 0xff, 0x8a, 0x08, 0x67, 0x11, 0x73, 0xbf, 0xc6, 0xca, 0x6c, 0x5b, 0x22, 0x25, 0x6c, 0x34, 0x5a, 0x20, 0x5c, 0x8c, 0xe0, 0x4a, 0xf3, 0x2a, 0x06, 0x52, 0x45, 0x0f, 0x36, 0x10, 0xb4, 0x44, 0x73, 0xa3, 0x88, 0x91, 0x65, 0x0c, 0x19, 0x20, 0x8e, 0x2b, 0xfa, 0xdf, 0x6f, 0x31, 0x61, 0x80, 0xfe, 0xb8, 0x7e, 0xe1, 0x54, 0x54, 0x7f, 0x09, 0x76, 0x25, 0xba, 0x71, 0x97, 0x8b, 0xe9, 0x87, 0x84, 0x17, 0x10, 0x0b, 0x0d, 0x70, 0xa5, 0xf8, 0xda, 0x43, 0x99, 0x99, 0xa2, 0xd1, 0xd8, 0x96, 0x4b, 0x6d, 0x84, 0xd1, 0xb1, 0x68, 0x35, 0xc0, 0x50, 0x32, 0x0b, 0x83, 0xc1, 0x18, 0x83, 0xd9, 0x47, 0x96, 0x81, 0x78, 0xe8, 0xe5, 0x02, 0x81, 0x97, 0x93, 0xc8, 0x97, 0x8b, 0x31, 0x62, 0xc9, 0x40, 0x91, 0xe0, 0x80, 0x4b, 0x8a, 0x04, 0x9a, 0xed, 0x97, 0x53, 0xa4, 0x63, 0x65, 0xcf, 0xa2, 0xcd, 0x2c, 0xea, 0xef, 0x35, 0x57, 0x1a, 0x91, 0x2f, 0xd5, 0x0d, 0xb4, 0x99, 0x68, 0x05, 0x0b, 0xde, 0x40, 0xe9, 0x4f, 0x5e, 0x1f, 0xaf, 0x70, 0x41, 0xb9, 0x6b, 0xec, 0xaf, 0x73, 0xe2, 0xe4, 0x40, 0x80, 0xa5, 0x48, 0xd7, 0xdb, 0x19, 0x4c, 0xb5, 0x3e, 0x58, 0x8c, 0x61, 0x70, 0x3f, 0xfe, 0xe9, 0x63, 0x43, 0x06, 0xb0, 0xe8, 0xb6, 0x7e, 0x37, 0x8c, 0x67, 0xf1, 0x30, 0x03, 0x50, 0xb0, 0x83, 0x57, 0xb8, 0x34, 0x5b, 0xf0, 0xe8, 0x52, 0xa5, 0x77, 0x28, 0xc7, 0x11, 0x06, 0x03, 0x23, 0x98, 0x3c, 0x87, 0xe8, 0xad, 0xfa, 0x37, 0x8d, 0x77, 0x28, 0x06, 0xc4, 0xb7, 0xf4, 0xb7, 0x23, 0x78, 0x75, 0x2b, 0x4a, 0x25, 0xd7, 0x47, 0xfa, 0x38, 0xba, 0x45, 0x61, 0x4f, 0x79, 0xc2, 0xc4, 0xdf, 0x5a, 0xb0, 0xe8, 0x72, 0x06, 0x7b, 0xa2, 0x68, 0x13, 0xd1, 0xd9, 0xea, 0xff, 0x54, 0x98, 0x11, 0x6c, 0x3a, 0xa2, 0x5b, 0xfd, 0x9f, 0x7c, 0x52, 0x54, 0x63, 0xcb, 0x5c, 0x88, 0xf8, 0x9c, 0xbf, 0x2e, 0x54, 0x8b, 0x2e, 0xdc, 0xcb, 0x2b, 0x60, 0x11, 0x13, 0xd0, 0x66, 0x36, 0x8f, 0x70, 0xa8, 0xd9, 0xfb, 0xa1, 0xcc, 0x4c, 0x11, 0x62, 0x00, 0xab, 0x91, 0x4a, 0x90, 0x35, 0x80, 0x22, 0x71, 0x8a, 0x69, 0x83, 0x42, 0xbd, 0x14, 0x11, 0x82, 0x88, 0xcf, 0x8b, 0x1f, 0xf0, 0x3e, 0xfd, 0xdc, 0x79, 0x5e, 0x0f, 0x80, 0x96, 0x9c, 0xe3, 0x15, 0xae, 0x68, 0x80, 0x83, 0xcc, 0x04, 0x4f, 0xfc, 0x8c, 0x25, 0x91, 0x87, 0xf2, 0x35, 0x03, 0x65, 0x16, 0x4c, 0x30, 0x80, 0x45, 0xcf, 0x00, 0x32, 0xe1, 0x15, 0xe9, 0x7b, 0xbf, 0x39, 0x8f, 0x09, 0x6b, 0x34, 0x95, 0x5b, 0xbf, 0x9c, 0x0b, 0x6b, 0x05, 0xba, 0x86, 0x17, 0x9f, 0xe2, 0xb5, 0x03, 0x48, 0x3b, 0x10, 0x63, 0xf0, 0x0c, 0x1c, 0x23, 0x30, 0x39, 0x90, 0x78, 0x61, 0xa8, 0x8f, 0xf9, 0x47, 0x42, 0x0b, 0x03, 0x33, 0x20, 0x6f, 0x41, 0x20, 0x50, 0x31, 0x22, 0xbc, 0xd9, 0xaa, 0xd6, 0x66, 0x85, 0x88, 0xc1, 0xb3, 0x57, 0xf4, 0x13, 0x2a, 0xcd, 0x56, 0xbc, 0x60, 0xad, 0xc0, 0x0c, 0xc3, 0xe1, 0x64, 0x5e, 0x6c, 0x5a, 0x1e, 0x0e, 0x26, 0xc6, 0xe0, 0xd4, 0x74, 0x5e, 0x1b, 0x87, 0x97, 0x52, 0xd5, 0xff, 0xd2, 0x88, 0xfc, 0x2c, 0xf9, 0xbb, 0x3c, 0x6c, 0x2c, 0x33, 0x50, 0xa4, 0x66, 0xe8, 0x4a, 0x18, 0x50, 0x32, 0x79, 0x86, 0xa2, 0xa3, 0xb3, 0x22, 0x33, 0x80, 0xa6, 0x77, 0x11, 0xa8, 0xc8, 0x3f, 0xfd, 0x1e, 0x6a, 0xce, 0x9d, 0x2c, 0xd1, 0xf4, 0x23, 0x06, 0x83, 0x9d, 0x54, 0x69, 0x66, 0x0f, 0x43, 0x2d, 0xd5, 0xde, 0x1f, 0x82, 0xd1, 0xd8, 0x3c, 0x15, 0x32, 0x5d, 0x3c, 0x2b, 0x97, 0x52, 0xe8, 0xd9, 0xdb, 0xe1, 0x7d, 0xc4, 0x5c, 0x94, 0x07, 0xc0, 0x75, 0xde, 0x7f, 0xfe, 0xfc, 0x79, 0xc3, 0xeb, 0x79, 0xb8, 0x98, 0x4c, 0x29, 0x15, 0x62, 0xee, 0x93, 0x27, 0x7d, 0x8b, 0x80, 0x1b, 0x2d, 0xce, 0xa5, 0x17, 0x42, 0x6e, 0xb7, 0x34, 0x3b, 0x4a, 0xd3, 0x6d, 0x01, 0x13, 0xa0, 0x3f, 0xa0, 0xfa, 0x39, 0x44, 0xb4, 0x40, 0x9e, 0x8b, 0x16, 0x69, 0x88, 0xf7, 0xcb, 0x94, 0xca, 0xe5, 0x5f, 0x86, 0x25, 0x00, 0x7e, 0x59, 0x68, 0x98, 0x01, 0x68, 0x1f, 0x5f, 0x43, 0xe7, 0x72, 0x9d, 0xcf, 0x95, 0x97, 0x83, 0x63, 0x06, 0x90, 0x73, 0x03, 0xe4, 0x39, 0x18, 0xe1, 0xb2, 0xb1, 0x8d, 0xda, 0x29, 0x2d, 0x21, 0xd7, 0x6a, 0x40, 0x6b, 0xcd, 0x26, 0x11, 0x5c, 0x95, 0x02, 0x05, 0x54, 0xa7, 0x49, 0x65, 0x45, 0x94, 0xe5, 0xc2, 0xea, 0x97, 0x6c, 0x34, 0x35, 0xc2, 0xcc, 0x16, 0x0f, 0x84, 0x24, 0x47, 0x7a, 0x8d, 0x99, 0xfa, 0x36, 0xfb, 0x1d, 0x9e, 0x81, 0x6e, 0x9b, 0xdc, 0x9e, 0x58, 0xa5, 0x7b, 0x47, 0xfa, 0x8b, 0xa3, 0x1c, 0x8a, 0x27, 0x1a, 0x49, 0x0c, 0x7a, 0x52, 0xa2, 0xad, 0x26, 0xbb, 0x81, 0xaa, 0x14, 0x08, 0x0a, 0x3c, 0x0b, 0x5f, 0x60, 0x37, 0x4a, 0xfc, 0x34, 0xe2, 0x50, 0x52, 0x3d, 0x34, 0x4b, 0x98, 0x6e, 0xcc, 0x3f, 0x10, 0x61, 0xa6, 0x46, 0x43, 0xfd, 0x76, 0xce, 0xa5, 0x5e, 0x13, 0xc9, 0xb2, 0xb1, 0x91, 0x9c, 0x17, 0xc9, 0x35, 0x91, 0x3c, 0x3f, 0x92, 0xf3, 0xf4, 0x8c, 0x10, 0xae, 0x3d, 0xa1, 0xfa, 0x22, 0xd2, 0xbe, 0xe2, 0x3a, 0x2d, 0x15, 0xc7, 0x82, 0x8a, 0xa6, 0x60, 0x17, 0x7d, 0x48, 0x81, 0x20, 0xb1, 0x59, 0xfc, 0xdc, 0xe0, 0x95, 0x36, 0xba, 0xc2, 0x8b, 0x92, 0xfe, 0x3c, 0xdb, 0x8a, 0xdf, 0xfd, 0xee, 0x77, 0x01, 0xfb, 0x15, 0x29, 0x41, 0xc3, 0xfd, 0x34, 0x4a, 0x28, 0x7b, 0x6d, 0xf6, 0xbb, 0x7a, 0xa1, 0x3a, 0xc6, 0xac, 0x53, 0x43, 0x69, 0x80, 0x48, 0x88, 0x1f, 0x8a, 0xf0, 0xe1, 0xde, 0xc9, 0xac, 0x2d, 0xe1, 0x08, 0x1e, 0x4e, 0x00, 0x22, 0xb9, 0x4f, 0x7d, 0x7d, 0x3d, 0xec, 0xdb, 0xb7, 0x8f, 0x77, 0xb9, 0xd1, 0x94, 0xff, 0x87, 0x8e, 0xce, 0x2a, 0x18, 0xa0, 0x7e, 0xd9, 0x0d, 0xb4, 0xae, 0x5e, 0xbd, 0xfa, 0xdf, 0xfc, 0xeb, 0x04, 0x0a, 0xd5, 0x42, 0x3f, 0x4a, 0x40, 0xbf, 0x51, 0x23, 0x4f, 0x0d, 0x0b, 0xf7, 0x5b, 0x39, 0xe1, 0x08, 0x77, 0x29, 0x2a, 0x3a, 0x5c, 0x90, 0x2a, 0x92, 0x36, 0xf4, 0xe7, 0xf9, 0xb2, 0x64, 0x47, 0xfa, 0xec, 0x50, 0xef, 0x6c, 0x66, 0x2e, 0xa2, 0x35, 0x19, 0xbc, 0x08, 0x27, 0x11, 0x9f, 0xc0, 0xa5, 0xb4, 0xdc, 0xce, 0x0f, 0x5f, 0x7a, 0xe9, 0xa5, 0xa7, 0x25, 0xc9, 0x37, 0x1c, 0x0b, 0x00, 0x49, 0x1b, 0x08, 0x4c, 0xd0, 0xd4, 0xd4, 0xf4, 0xf7, 0x59, 0x59, 0x59, 0xf4, 0x2b, 0x21, 0x37, 0xd3, 0xcd, 0x69, 0xc2, 0xa1, 0x7f, 0xb5, 0x89, 0x78, 0xb9, 0x72, 0xca, 0x6f, 0x50, 0x58, 0x9f, 0xf2, 0xd3, 0xd5, 0xd0, 0x2f, 0x0c, 0x57, 0x2c, 0xa8, 0x09, 0x36, 0x22, 0x13, 0x3c, 0x88, 0xdb, 0xb4, 0xfe, 0x06, 0x89, 0xe2, 0xe5, 0xb2, 0x16, 0x15, 0xa5, 0xff, 0x13, 0xfc, 0x7c, 0x72, 0xdb, 0xb6, 0x6d, 0xdb, 0x43, 0x02, 0xc7, 0x68, 0xee, 0xba, 0x76, 0xed, 0xda, 0x2c, 0xf4, 0x00, 0xe8, 0x47, 0x23, 0x73, 0x68, 0xb8, 0x18, 0xb5, 0x82, 0x18, 0x36, 0xe6, 0xba, 0x5f, 0xdd, 0xc8, 0x9f, 0x41, 0xc7, 0xfc, 0xe7, 0x72, 0x3d, 0xe8, 0x3c, 0x7d, 0x9d, 0xce, 0xe5, 0xeb, 0xb9, 0xad, 0x5c, 0x37, 0x3a, 0x26, 0xed, 0x0f, 0x7a, 0x2f, 0x69, 0x5f, 0xa4, 0xef, 0xab, 0xe9, 0x90, 0xb5, 0xa6, 0x3f, 0xe6, 0xdf, 0xa7, 0xe9, 0x8e, 0x6b, 0x5c, 0xd7, 0x1d, 0x57, 0xf5, 0xe7, 0xf0, 0xf1, 0x70, 0x75, 0x34, 0xbb, 0xac, 0xae, 0x45, 0x9d, 0xf7, 0xf3, 0x31, 0x93, 0xef, 0x0d, 0xf8, 0xce, 0xa7, 0x51, 0xe5, 0x37, 0x44, 0x42, 0xd3, 0x4b, 0x95, 0x66, 0x19, 0x33, 0x58, 0x74, 0x75, 0xc5, 0xe0, 0xb8, 0xd9, 0x31, 0xa3, 0x2d, 0xd4, 0x31, 0x7d, 0xe4, 0xd2, 0xa2, 0x7b, 0x1f, 0x25, 0x5c, 0x84, 0x33, 0x0a, 0x46, 0x08, 0xf5, 0xa9, 0x99, 0x7c, 0x0f, 0xb7, 0xa9, 0x51, 0x7c, 0x57, 0x75, 0xae, 0x9b, 0xd1, 0xa7, 0x76, 0x29, 0x04, 0x8c, 0x65, 0x51, 0x42, 0x10, 0x5e, 0x09, 0x31, 0xee, 0x60, 0x44, 0x7c, 0x88, 0x90, 0x01, 0x14, 0x13, 0xe2, 0x9b, 0x49, 0xbe, 0x12, 0x25, 0xe1, 0xcd, 0xea, 0xfc, 0xa9, 0x1a, 0x44, 0x52, 0xd5, 0x08, 0x99, 0x42, 0xed, 0x07, 0x13, 0x68, 0xb1, 0x26, 0xd8, 0xe5, 0x28, 0xa1, 0x08, 0x1e, 0x4a, 0xd2, 0x8d, 0x24, 0x3c, 0x1c, 0x03, 0x84, 0x23, 0xb8, 0x12, 0xa9, 0xfa, 0x8f, 0x80, 0xf8, 0x5a, 0x98, 0xba, 0xd6, 0x4f, 0xcd, 0xa0, 0x86, 0x68, 0x0f, 0x5c, 0x89, 0x0c, 0x10, 0xa9, 0xd6, 0x88, 0x96, 0x01, 0x20, 0x42, 0x26, 0x88, 0x44, 0x0b, 0x68, 0x11, 0x7e, 0xd7, 0x0c, 0xc6, 0x4f, 0x42, 0x99, 0x07, 0x79, 0x9f, 0x1a, 0xe2, 0x9a, 0x41, 0xeb, 0xfc, 0x2b, 0xa1, 0x18, 0x11, 0x4f, 0x89, 0x80, 0x09, 0x42, 0xbd, 0xa3, 0x12, 0x46, 0xf2, 0x21, 0x02, 0x53, 0xa0, 0x45, 0x80, 0x15, 0xe2, 0x25, 0x5e, 0xe2, 0x25, 0x5e, 0x86, 0x68, 0xf9, 0xff, 0x6b, 0x42, 0x01, 0x7d, 0x49, 0xeb, 0x49, 0x6e, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_save_128_png_len = 11308; unsigned char gtk_save_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x61, 0x76, 0x65, 0x5e, 0x4c, 0x16, 0x81, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x46, 0xd8, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x98, 0x1c, 0x57, 0x95, 0xee, 0xa9, 0xea, 0x30, 0x39, 0xe7, 0x91, 0x66, 0x46, 0xd2, 0x28, 0xe7, 0x68, 0x59, 0xb2, 0x64, 0xc9, 0xb2, 0x1c, 0x24, 0x2b, 0x58, 0xc9, 0x06, 0x81, 0x6c, 0x19, 0xad, 0x0d, 0x66, 0xc9, 0x18, 0x8c, 0x6d, 0x78, 0x88, 0x05, 0x96, 0x85, 0x25, 0xec, 0x5b, 0xf6, 0xdb, 0x0f, 0x96, 0xc7, 0x3e, 0x58, 0x96, 0xdd, 0xc7, 0x0a, 0x1c, 0xc0, 0x96, 0x8d, 0xc1, 0xb6, 0x1c, 0x85, 0x6c, 0xc9, 0x12, 0x56, 0xce, 0x23, 0x4d, 0x90, 0x46, 0x93, 0x73, 0x4f, 0x87, 0xaa, 0x77, 0x4f, 0x75, 0xdf, 0xea, 0x5b, 0x77, 0x2a, 0x75, 0x4f, 0xcf, 0x4c, 0x8f, 0x54, 0x57, 0x5f, 0xa9, 0x7b, 0xaa, 0xab, 0xab, 0xab, 0x6e, 0xfd, 0xe7, 0x9c, 0xff, 0x9c, 0x7b, 0xee, 0xb9, 0x00, 0x4e, 0x73, 0x9a, 0xd3, 0x9c, 0xe6, 0x34, 0xa7, 0x39, 0xcd, 0x69, 0x4e, 0x73, 0x9a, 0xd3, 0x9c, 0xe6, 0x34, 0xa7, 0x39, 0xcd, 0x69, 0x4e, 0x73, 0x9a, 0xd3, 0x9c, 0xe6, 0x34, 0xa7, 0x39, 0xcd, 0x69, 0x4e, 0x73, 0xda, 0x75, 0xd8, 0x84, 0x1b, 0xbd, 0x03, 0x66, 0xac, 0xdc, 0x9d, 0x19, 0xc8, 0xca, 0x4c, 0xf5, 0x49, 0x81, 0x6c, 0x41, 0x0c, 0xca, 0x82, 0x2b, 0xd4, 0x56, 0xf3, 0xec, 0xee, 0x76, 0x07, 0x1a, 0x8e, 0x00, 0x5c, 0x17, 0xad, 0xe4, 0xce, 0x7f, 0xcc, 0x48, 0xf5, 0x84, 0xe6, 0x00, 0x48, 0xd3, 0x04, 0x59, 0x9c, 0x0c, 0xb2, 0x3c, 0x95, 0xdc, 0xf5, 0x54, 0xf2, 0x51, 0x19, 0xd9, 0xb2, 0x0c, 0xbe, 0x26, 0xc9, 0x00, 0xad, 0xa4, 0x73, 0xda, 0x40, 0x86, 0x7a, 0x59, 0x84, 0x63, 0xa2, 0x24, 0x7f, 0x20, 0x0b, 0xf0, 0x41, 0x5f, 0xd0, 0x73, 0xac, 0xf1, 0xe5, 0x2f, 0xf5, 0x38, 0xd0, 0x71, 0x04, 0x20, 0x49, 0x9b, 0x2c, 0x8c, 0x5f, 0xf7, 0xdd, 0xd9, 0x04, 0xc2, 0x77, 0x82, 0x20, 0xdc, 0x25, 0xcb, 0xf2, 0x32, 0xb2, 0x33, 0x25, 0x81, 0x3f, 0x20, 0x91, 0xed, 0x18, 0x11, 0x8c, 0x17, 0x05, 0x41, 0xd8, 0x5b, 0xd5, 0xeb, 0x7b, 0x67, 0xdf, 0xbe, 0xdd, 0x41, 0x07, 0x4a, 0x8e, 0x00, 0x8c, 0x68, 0x23, 0xa0, 0xbf, 0x09, 0xa4, 0xd0, 0x03, 0x32, 0x08, 0x9b, 0x23, 0xda, 0x7d, 0xb8, 0x5a, 0x1b, 0xd9, 0x5e, 0x26, 0x56, 0xe2, 0x37, 0xe3, 0xbb, 0xfb, 0xff, 0xe0, 0x08, 0x83, 0x23, 0x00, 0xc3, 0xd6, 0xc6, 0x6e, 0xfb, 0x61, 0x9a, 0xa7, 0xdb, 0xf7, 0x51, 0x49, 0x10, 0x3e, 0x43, 0x6e, 0x64, 0xa6, 0xd9, 0xb1, 0xa2, 0x20, 0x80, 0x20, 0x0a, 0xe0, 0x22, 0x1b, 0xbe, 0x17, 0xc9, 0xab, 0x80, 0xaf, 0x6e, 0x17, 0x88, 0xe4, 0x73, 0xaf, 0xc7, 0x03, 0x6e, 0x97, 0x00, 0xfe, 0x40, 0x10, 0x82, 0xc1, 0x10, 0x61, 0x4a, 0xc4, 0x96, 0x90, 0x7f, 0xa1, 0x90, 0x04, 0x21, 0x42, 0x88, 0x70, 0x1f, 0xbe, 0x5a, 0xb4, 0x7a, 0xb2, 0xfd, 0x9f, 0xa0, 0x18, 0xfa, 0x59, 0xdd, 0xf3, 0x5f, 0xad, 0x77, 0xe0, 0xe5, 0x08, 0xc0, 0x90, 0x39, 0xae, 0x3d, 0xe9, 0x29, 0x9f, 0x26, 0x6f, 0x3f, 0x4f, 0xb6, 0x22, 0x23, 0xc0, 0x8b, 0x2e, 0x04, 0xbc, 0x08, 0x69, 0x69, 0x29, 0x50, 0x56, 0x94, 0x0b, 0xa5, 0x85, 0xd9, 0x90, 0x97, 0x93, 0x01, 0xc4, 0xe7, 0x85, 0xec, 0x8c, 0x54, 0x48, 0x4b, 0xf1, 0x40, 0x8a, 0xd7, 0x15, 0x61, 0x4e, 0x61, 0xc0, 0xcb, 0x84, 0xe8, 0x07, 0x25, 0x09, 0xfc, 0xfe, 0x20, 0xf4, 0x93, 0xad, 0xbb, 0xd7, 0x07, 0xed, 0x5d, 0x3e, 0xe8, 0xec, 0xea, 0x81, 0xf6, 0x8e, 0x1e, 0xb8, 0xd2, 0xdc, 0x09, 0xbd, 0x7d, 0xfd, 0xca, 0x67, 0xfe, 0x40, 0x48, 0x9f, 0x84, 0x01, 0x04, 0x05, 0x19, 0xfe, 0x00, 0x82, 0xf4, 0x77, 0x35, 0x7b, 0x9f, 0x3a, 0xe2, 0xc0, 0xcc, 0x11, 0x80, 0x84, 0xb4, 0x95, 0x2b, 0x77, 0xbb, 0x6b, 0xd2, 0xbd, 0x9f, 0x24, 0x97, 0xfd, 0x14, 0xf9, 0xb3, 0xd8, 0x08, 0xf4, 0x5e, 0xb7, 0x1b, 0x2a, 0xc7, 0x16, 0xc2, 0x84, 0x8a, 0x22, 0x18, 0x53, 0x9c, 0x0b, 0x05, 0xb9, 0x19, 0xaa, 0xe6, 0x07, 0x21, 0x72, 0xd3, 0x82, 0xe2, 0x2e, 0x84, 0xe1, 0x1a, 0xf1, 0x7a, 0x59, 0x08, 0x6b, 0xfe, 0x56, 0x85, 0x83, 0x1c, 0x47, 0x2c, 0x42, 0x4b, 0x47, 0x37, 0x34, 0x36, 0x75, 0xc2, 0x95, 0xa6, 0x56, 0xa8, 0xbb, 0xd2, 0x0e, 0x5d, 0x7d, 0x7e, 0xe8, 0xf3, 0xf9, 0x95, 0xcf, 0x75, 0xfc, 0x85, 0xdf, 0x84, 0x64, 0xd7, 0xd7, 0x6a, 0x5f, 0xfc, 0xf2, 0x79, 0x07, 0x6e, 0x8e, 0x00, 0xc4, 0xdd, 0xc6, 0xad, 0xfb, 0xce, 0x4a, 0x59, 0x82, 0x1f, 0xeb, 0x51, 0x1d, 0x04, 0xb7, 0xcb, 0x2d, 0xc2, 0xc4, 0xca, 0x52, 0x69, 0x72, 0x75, 0x99, 0x58, 0x55, 0x96, 0x07, 0x29, 0x1e, 0x37, 0x28, 0x78, 0x47, 0xea, 0x23, 0x44, 0x28, 0x10, 0x6e, 0x91, 0xbb, 0xc6, 0x77, 0x32, 0xc8, 0x1c, 0xc8, 0x23, 0x6f, 0x65, 0x00, 0x60, 0x3e, 0xa3, 0x74, 0x08, 0x34, 0x9f, 0x87, 0x5f, 0xfb, 0xfb, 0xfd, 0x50, 0x77, 0xb5, 0x15, 0x6a, 0x6a, 0xaf, 0x41, 0xcd, 0x95, 0x56, 0xc5, 0x5a, 0x04, 0x83, 0x12, 0x7f, 0x89, 0x01, 0xf2, 0x93, 0x3f, 0x13, 0x83, 0xee, 0x6f, 0x9c, 0x7f, 0xf9, 0x4b, 0xd7, 0x1c, 0xd8, 0x39, 0x02, 0x60, 0xbb, 0x4d, 0x5c, 0xb3, 0x3b, 0x3b, 0x08, 0x29, 0xff, 0x48, 0xae, 0xf4, 0x61, 0xfe, 0x7a, 0x11, 0xf8, 0x19, 0xe9, 0xa9, 0xd2, 0xac, 0x29, 0x15, 0xbe, 0x59, 0x53, 0xc6, 0x08, 0x19, 0xc8, 0x69, 0x40, 0x76, 0x2b, 0xdc, 0x3e, 0xc2, 0xf9, 0x91, 0xdf, 0x53, 0x41, 0xa0, 0xc0, 0x95, 0x22, 0x6f, 0x64, 0x39, 0xac, 0xd5, 0x65, 0x46, 0xc3, 0x87, 0x81, 0x1f, 0x16, 0x9a, 0x70, 0x07, 0xa1, 0xbf, 0x00, 0x61, 0x9f, 0x81, 0x05, 0xbf, 0x2a, 0x0c, 0xb2, 0x2a, 0x0c, 0xdd, 0x3d, 0xbd, 0x70, 0xfe, 0x52, 0x23, 0x9c, 0x3c, 0x7f, 0x15, 0xae, 0xb5, 0x76, 0x83, 0xcf, 0x1f, 0xe4, 0xb9, 0x51, 0x0b, 0xb9, 0xb0, 0x4f, 0xd5, 0xbc, 0xf0, 0x95, 0xff, 0xe7, 0x40, 0xcf, 0x11, 0x00, 0xeb, 0xc8, 0xce, 0xda, 0x7f, 0xb8, 0x95, 0xc0, 0xf2, 0x3f, 0xc8, 0xdb, 0x2a, 0xcd, 0x45, 0x93, 0xab, 0xce, 0xcc, 0x48, 0x0b, 0x2d, 0x99, 0x33, 0xa1, 0x7d, 0xd6, 0x94, 0xb1, 0x21, 0x02, 0x4e, 0x2f, 0xa1, 0x2c, 0x5e, 0x72, 0xac, 0x97, 0xc0, 0xd4, 0x1d, 0x05, 0xbc, 0xac, 0x82, 0x16, 0x01, 0x2e, 0x80, 0x10, 0xbd, 0x6b, 0x15, 0xc8, 0xb2, 0x06, 0xd4, 0xb2, 0x14, 0xd6, 0xf5, 0x8a, 0x70, 0x50, 0xc0, 0x47, 0xde, 0xe3, 0x79, 0xd1, 0xa7, 0x70, 0xbb, 0x44, 0xc5, 0x61, 0xc6, 0xdf, 0x50, 0x0e, 0x88, 0x08, 0x17, 0xb5, 0x12, 0x7e, 0x42, 0x87, 0x6a, 0xea, 0x9a, 0xe0, 0xe8, 0xd9, 0x7a, 0xa8, 0x6b, 0xec, 0x50, 0xfc, 0x05, 0x8d, 0x1c, 0x08, 0xc2, 0x6f, 0x3d, 0x92, 0xf4, 0xc9, 0x73, 0x2f, 0x3e, 0xd9, 0xe4, 0x40, 0x70, 0x64, 0x9b, 0x2b, 0x39, 0x2f, 0x4b, 0x16, 0xc6, 0xad, 0x49, 0xf9, 0x32, 0xa1, 0xe8, 0xbf, 0x24, 0x10, 0xcb, 0x67, 0x3f, 0x49, 0x4b, 0x71, 0xc3, 0xcd, 0xf3, 0xaa, 0xaf, 0x6d, 0x5c, 0x35, 0xa7, 0x69, 0x4c, 0x59, 0x7e, 0x48, 0x10, 0x51, 0x37, 0x93, 0xfb, 0x10, 0x04, 0xbc, 0x17, 0x51, 0x92, 0x24, 0x17, 0x6a, 0x78, 0x29, 0x24, 0x2b, 0x9a, 0x5e, 0xb6, 0x10, 0x77, 0x59, 0x1e, 0xa8, 0xcd, 0xf9, 0x03, 0xa8, 0x20, 0xe0, 0xf9, 0x82, 0xe4, 0xbc, 0x01, 0xe2, 0xfc, 0xfa, 0xfc, 0x21, 0xf2, 0x5e, 0x52, 0x3e, 0x53, 0xae, 0x20, 0x62, 0x2d, 0xf0, 0x9d, 0xdb, 0xed, 0x82, 0x82, 0xbc, 0x6c, 0x42, 0xc9, 0x0a, 0x21, 0x2f, 0x2b, 0x15, 0x7a, 0x89, 0x40, 0xf4, 0xf8, 0x02, 0xea, 0xf9, 0xc9, 0x31, 0xd3, 0x25, 0x41, 0xd8, 0x99, 0x3b, 0xf1, 0xf6, 0xb3, 0xed, 0xe7, 0x5e, 0x39, 0xe5, 0xc0, 0xd0, 0xb1, 0x00, 0x6a, 0x2b, 0x5f, 0xbf, 0x3b, 0xdd, 0x1b, 0x4a, 0xfd, 0x15, 0x81, 0xdc, 0x66, 0x5e, 0xeb, 0x4f, 0x1d, 0x57, 0xd2, 0x75, 0xc7, 0xf2, 0x19, 0x75, 0x59, 0x19, 0xa9, 0x21, 0x82, 0xa5, 0x14, 0x02, 0x27, 0xaf, 0x2c, 0x09, 0xde, 0xa0, 0x24, 0xa5, 0x10, 0x70, 0x7a, 0x42, 0x21, 0x99, 0x58, 0x01, 0xc9, 0x8b, 0xca, 0x5e, 0xc3, 0xf7, 0x05, 0xc1, 0xf0, 0x66, 0x65, 0x16, 0xf8, 0x32, 0x18, 0x6a, 0x7f, 0x2a, 0x00, 0xec, 0xdf, 0xd4, 0x7a, 0xe0, 0xf1, 0xe8, 0x73, 0xa0, 0x70, 0xa2, 0x65, 0x90, 0x65, 0xad, 0x95, 0xe9, 0xee, 0xee, 0x81, 0x13, 0x67, 0xeb, 0xe0, 0x83, 0xb3, 0x57, 0xa1, 0xb5, 0xa3, 0x97, 0xff, 0xf9, 0xbf, 0xab, 0xd9, 0xfb, 0x95, 0x6f, 0x90, 0x2f, 0xc8, 0x0e, 0x1c, 0x6f, 0x70, 0x01, 0xa8, 0xd8, 0xf0, 0xdd, 0x72, 0x31, 0x18, 0x7a, 0x8e, 0x40, 0x77, 0x21, 0xbb, 0x3f, 0x33, 0x2d, 0x45, 0x5e, 0xbd, 0x74, 0xda, 0x85, 0xd9, 0x93, 0xc7, 0x34, 0xc9, 0xa2, 0xe8, 0x96, 0xa4, 0x50, 0xaa, 0x24, 0x11, 0xf0, 0x13, 0xda, 0x43, 0xc0, 0xef, 0x45, 0xe0, 0x93, 0xc3, 0x08, 0x0d, 0x92, 0x53, 0xc8, 0x3e, 0xf4, 0x03, 0xc4, 0xb0, 0xd0, 0x44, 0x85, 0x20, 0x2a, 0x48, 0x02, 0xa3, 0xdc, 0xb5, 0x84, 0xde, 0x0c, 0xfc, 0x2a, 0x55, 0x8a, 0xec, 0x93, 0x64, 0xfa, 0x37, 0x23, 0x08, 0xe4, 0x4f, 0x0f, 0x11, 0x80, 0x8c, 0x34, 0x2f, 0x78, 0xdc, 0x22, 0x73, 0x6e, 0x22, 0x96, 0xe4, 0x82, 0x1b, 0xae, 0xb6, 0xc0, 0xa1, 0xe3, 0x97, 0xe1, 0x5c, 0x6d, 0x8b, 0x32, 0xbe, 0xc0, 0xb4, 0x3d, 0x7e, 0x57, 0xff, 0xce, 0x86, 0x3f, 0xec, 0xee, 0x75, 0x20, 0x79, 0x83, 0x52, 0xa0, 0x8a, 0x35, 0xdf, 0xab, 0x76, 0xc9, 0xd2, 0x1b, 0x04, 0xb2, 0xd3, 0x35, 0x4e, 0x70, 0x45, 0xa1, 0xef, 0x43, 0xf7, 0x2c, 0x38, 0x32, 0xbe, 0xb2, 0xa4, 0x91, 0x00, 0xd9, 0x45, 0xa0, 0xe6, 0x26, 0x60, 0x13, 0x09, 0x55, 0x77, 0x05, 0x65, 0xc9, 0x45, 0xde, 0xe3, 0x3d, 0x90, 0x57, 0xd9, 0x8d, 0x6c, 0x44, 0x79, 0x15, 0x18, 0xc8, 0xf3, 0xda, 0x5f, 0xe6, 0x5e, 0x39, 0x87, 0xd6, 0x0e, 0xf8, 0x79, 0xa6, 0x24, 0x33, 0x96, 0x83, 0x08, 0x23, 0xf4, 0xf5, 0x07, 0x15, 0x9a, 0xe4, 0x21, 0xbe, 0x42, 0x98, 0x1e, 0xa1, 0xbf, 0x20, 0x42, 0x56, 0x56, 0x06, 0x54, 0x96, 0xe6, 0x82, 0xd7, 0x2d, 0x40, 0x4b, 0x7b, 0x2f, 0x04, 0x82, 0xea, 0x38, 0xc2, 0x0c, 0xb7, 0xec, 0xbe, 0xbb, 0x70, 0xe2, 0x9d, 0x7b, 0x5b, 0xcf, 0xfd, 0xb9, 0xd3, 0x81, 0xe5, 0x0d, 0x26, 0x00, 0x55, 0xf7, 0x7c, 0x77, 0x9a, 0x28, 0x4b, 0xaf, 0x11, 0x9c, 0x54, 0xd0, 0x7d, 0x18, 0xc5, 0xb9, 0x79, 0xce, 0xf8, 0xa6, 0x4d, 0xab, 0xe7, 0xee, 0xcf, 0xca, 0x4c, 0xef, 0x86, 0x30, 0xd0, 0x23, 0xe0, 0x97, 0x44, 0x29, 0x24, 0xb9, 0x04, 0x05, 0xf0, 0x11, 0x01, 0x00, 0x21, 0x0c, 0x7e, 0x90, 0x95, 0xf7, 0x03, 0xec, 0x9b, 0x60, 0x6c, 0xec, 0xd4, 0x48, 0x0e, 0x03, 0x7e, 0x53, 0x0f, 0x05, 0xb4, 0xda, 0x5f, 0x8f, 0x52, 0x05, 0x89, 0x84, 0xf6, 0xf6, 0x07, 0x94, 0x1d, 0x5e, 0x62, 0x0d, 0xa8, 0x35, 0xf2, 0x78, 0x3d, 0x50, 0x56, 0x92, 0x07, 0x05, 0x59, 0x29, 0xd0, 0x46, 0xe8, 0x50, 0x4f, 0x9f, 0x5f, 0x65, 0x7f, 0x92, 0x20, 0x6f, 0xc9, 0x9b, 0x74, 0xdb, 0x33, 0xed, 0x67, 0x5f, 0xed, 0x70, 0xa0, 0x79, 0x83, 0x08, 0xc0, 0x84, 0xb5, 0x7f, 0x3f, 0x99, 0xbc, 0xbc, 0x4e, 0xd0, 0x51, 0x16, 0x75, 0x74, 0x3d, 0x70, 0xf7, 0x2d, 0x53, 0x6a, 0x56, 0x2f, 0x9d, 0xfe, 0x96, 0x27, 0xc5, 0x4d, 0xf8, 0x3e, 0x3a, 0xb8, 0x82, 0x8b, 0x50, 0x1f, 0x57, 0x48, 0x92, 0x89, 0xa3, 0xab, 0x58, 0x02, 0xb2, 0x29, 0x9a, 0x3f, 0x6c, 0x05, 0xe4, 0xe8, 0x3e, 0xf2, 0x5e, 0x54, 0x19, 0x9e, 0x05, 0xc9, 0xd3, 0xc6, 0xfe, 0xa3, 0x5a, 0x1e, 0x6c, 0x6a, 0x7f, 0x8d, 0x1f, 0xc1, 0x5b, 0x06, 0xc2, 0x72, 0xfa, 0x89, 0x25, 0xe8, 0x25, 0x16, 0xc1, 0x43, 0x1c, 0x63, 0x8c, 0x1e, 0xe1, 0x59, 0x30, 0x92, 0x94, 0x97, 0x9b, 0x09, 0xc5, 0x79, 0xe9, 0xd0, 0xd5, 0x13, 0x1e, 0x69, 0x8e, 0xb4, 0x5c, 0x22, 0xd3, 0x1b, 0x0a, 0xc6, 0xdf, 0xf6, 0x4c, 0xdb, 0xf9, 0x57, 0x1d, 0x4b, 0x70, 0xbd, 0x0b, 0x40, 0xf5, 0x9d, 0xdf, 0xaa, 0x90, 0x44, 0x71, 0x1f, 0x79, 0x3b, 0x86, 0xee, 0xc3, 0x14, 0x85, 0x7b, 0x57, 0xcd, 0x3c, 0xbe, 0x74, 0xfe, 0xa4, 0xb7, 0x08, 0x7d, 0x10, 0x08, 0x88, 0xdc, 0x08, 0xf8, 0x90, 0x44, 0xb4, 0x3e, 0x84, 0xc1, 0x1e, 0x06, 0xbd, 0xa0, 0x08, 0x02, 0x46, 0x80, 0x88, 0x72, 0xc5, 0x57, 0xa4, 0x40, 0xe4, 0xbd, 0x40, 0xf0, 0xa5, 0x6c, 0x0a, 0xd0, 0xc4, 0xc8, 0x20, 0x18, 0x95, 0x04, 0x59, 0x27, 0x0a, 0xc4, 0xbe, 0x61, 0x41, 0xae, 0x07, 0x7e, 0x5e, 0xfb, 0x0f, 0xa4, 0x43, 0xb2, 0xd6, 0xb1, 0x46, 0x7f, 0x81, 0x58, 0x03, 0x8c, 0x02, 0xa1, 0x0d, 0x48, 0xf5, 0xba, 0x55, 0x5f, 0x24, 0x3b, 0x33, 0x1d, 0xca, 0x0a, 0xb3, 0x94, 0x51, 0x64, 0x74, 0x8e, 0x23, 0xdf, 0xc8, 0x93, 0x5c, 0xe2, 0xfa, 0xac, 0x29, 0xb7, 0x3d, 0xdd, 0x79, 0xe6, 0xd5, 0x2e, 0x07, 0xa2, 0xd7, 0xa9, 0x00, 0x8c, 0xbd, 0xeb, 0x87, 0xf9, 0x82, 0x5b, 0x7a, 0x1d, 0xe5, 0x40, 0x55, 0x7f, 0x59, 0xa9, 0xb0, 0x71, 0xd5, 0xcc, 0xf7, 0x17, 0xcf, 0x9d, 0xf8, 0x26, 0x3a, 0xb2, 0x48, 0x69, 0x88, 0xc6, 0x27, 0x02, 0x40, 0xb4, 0xbe, 0x42, 0x73, 0x50, 0xbb, 0x2b, 0x03, 0x5d, 0x6e, 0x0c, 0xc7, 0x93, 0xff, 0xdc, 0x82, 0x28, 0x86, 0x41, 0x4f, 0x36, 0x01, 0x81, 0x4f, 0x04, 0x21, 0x22, 0x04, 0x0a, 0xf0, 0xdd, 0xe4, 0x35, 0x1c, 0xb7, 0x0f, 0x6f, 0xc8, 0xcb, 0x5d, 0x11, 0x5e, 0x2e, 0xd3, 0x51, 0x30, 0xce, 0x12, 0x50, 0x1b, 0x60, 0x07, 0xfc, 0xac, 0xf6, 0x97, 0x0d, 0x2c, 0x03, 0xfd, 0x3e, 0x0e, 0x8c, 0xa1, 0x45, 0x48, 0x4b, 0x75, 0xab, 0xbe, 0x41, 0x2a, 0xe6, 0x29, 0x15, 0x64, 0x12, 0xbf, 0xc1, 0x0f, 0x4d, 0x6d, 0xdd, 0xd4, 0x6e, 0xe5, 0x8b, 0xb2, 0x78, 0x4f, 0xc1, 0xf8, 0xbb, 0xff, 0xa7, 0xed, 0xfc, 0x9f, 0x9c, 0xb9, 0x07, 0xd7, 0x9b, 0x00, 0x2c, 0x58, 0xf0, 0x53, 0x8f, 0x3f, 0xbb, 0xe7, 0x39, 0xf2, 0x76, 0x11, 0xdd, 0x57, 0x90, 0x9b, 0x0e, 0xeb, 0x6e, 0x9d, 0x7e, 0x78, 0xd9, 0xfc, 0xc9, 0xaf, 0x44, 0xa8, 0x0c, 0x02, 0x9f, 0x08, 0x40, 0x04, 0xf4, 0x2e, 0xd1, 0x4d, 0x40, 0x81, 0x0e, 0xae, 0xa2, 0xf5, 0xf1, 0xda, 0x25, 0x62, 0x09, 0x04, 0xdc, 0x40, 0x74, 0x85, 0x14, 0xfe, 0x4f, 0xfc, 0x00, 0xf2, 0x5d, 0x74, 0x21, 0xc2, 0x4a, 0x36, 0x42, 0x81, 0x22, 0xa9, 0x0f, 0xaa, 0x7f, 0x81, 0x42, 0x41, 0x78, 0xb9, 0x42, 0x4b, 0x44, 0x41, 0x13, 0xd5, 0xd1, 0x68, 0x75, 0x3d, 0xf0, 0x1b, 0xf0, 0x28, 0x99, 0xd7, 0xfe, 0x3a, 0xa6, 0x06, 0x77, 0xe1, 0xd8, 0x41, 0xaf, 0x2f, 0x08, 0xe9, 0x84, 0xe6, 0xd1, 0x8c, 0x54, 0x6f, 0x4a, 0x8a, 0x42, 0x87, 0xfa, 0x7c, 0xfd, 0x44, 0x08, 0x54, 0xbc, 0x17, 0x12, 0xb1, 0xbf, 0x65, 0xcc, 0xdc, 0xe5, 0xff, 0xd9, 0x74, 0x62, 0x5f, 0xc8, 0x81, 0xea, 0x75, 0x24, 0x00, 0xde, 0xf9, 0xcb, 0x7e, 0x42, 0x00, 0xb1, 0x95, 0xd5, 0xfc, 0x6b, 0x6f, 0x9d, 0xf6, 0xd7, 0xd5, 0x4b, 0x67, 0xfe, 0x5e, 0x92, 0x43, 0x6e, 0xe4, 0xfc, 0x4a, 0xb4, 0x47, 0x52, 0x68, 0x8d, 0x5b, 0xc6, 0x41, 0x2e, 0x49, 0x22, 0xaf, 0x04, 0xdc, 0x44, 0x20, 0x08, 0x88, 0xbc, 0xbd, 0x7d, 0xbe, 0xdc, 0xde, 0x5e, 0x5f, 0x6e, 0x4f, 0x8f, 0x2f, 0xa7, 0xaf, 0xaf, 0x37, 0xab, 0xaf, 0xa7, 0x27, 0xa3, 0xab, 0xab, 0x3b, 0xa5, 0xb3, 0xa3, 0xcb, 0xd5, 0xd6, 0xd6, 0x25, 0xf4, 0xf6, 0xf6, 0x82, 0xaf, 0x0f, 0xf3, 0x72, 0x02, 0x91, 0x4c, 0x37, 0x59, 0x11, 0x04, 0x91, 0xf1, 0x8f, 0x85, 0x48, 0x5a, 0x34, 0x86, 0x2c, 0xbd, 0x44, 0x18, 0x50, 0x14, 0x30, 0xe5, 0x99, 0x77, 0x8a, 0xb5, 0x42, 0xa1, 0xa3, 0xfd, 0xc1, 0xd8, 0x2f, 0xe0, 0xfd, 0x06, 0x7c, 0x4f, 0xe8, 0x9c, 0x42, 0x89, 0x54, 0x21, 0x20, 0xfb, 0x53, 0x15, 0x21, 0xc8, 0x80, 0x9e, 0x5e, 0x1f, 0x34, 0xb7, 0xab, 0xd1, 0xd0, 0x0a, 0x7f, 0xd0, 0x9d, 0xd7, 0x71, 0xf6, 0x95, 0x17, 0x1d, 0xa8, 0x0e, 0x4d, 0x1b, 0xf6, 0x71, 0x80, 0xaa, 0x35, 0xdf, 0xf9, 0x18, 0xc1, 0xdd, 0xcf, 0xe9, 0xdf, 0xe9, 0x69, 0x5e, 0xb8, 0x6b, 0xc9, 0x94, 0xb3, 0x5b, 0xee, 0x9a, 0xfb, 0x0b, 0x59, 0x12, 0x3c, 0xbe, 0x80, 0x94, 0x1a, 0x90, 0xfc, 0xa9, 0x01, 0xbf, 0x9c, 0x2a, 0x4b, 0x72, 0x4a, 0x20, 0x28, 0xa5, 0x06, 0x65, 0x29, 0xb5, 0xdf, 0x17, 0xcc, 0x6a, 0x6e, 0xeb, 0x1a, 0xd7, 0xd3, 0xd3, 0x57, 0xe2, 0x0f, 0x06, 0x33, 0x3b, 0xbb, 0x7d, 0x42, 0x33, 0xd1, 0x96, 0x2d, 0x9d, 0xbd, 0xd0, 0xd5, 0xdd, 0x0f, 0x9d, 0xdd, 0x7d, 0x61, 0xf0, 0x32, 0xbf, 0x45, 0xf3, 0xfe, 0xbd, 0x1e, 0x37, 0xe4, 0x64, 0xa6, 0x40, 0x51, 0x5e, 0x26, 0x14, 0x92, 0xad, 0xbc, 0x24, 0x0f, 0xf2, 0x89, 0x13, 0x2a, 0xba, 0xdc, 0x2a, 0xf9, 0x51, 0x52, 0x27, 0x22, 0xa0, 0xf5, 0xf5, 0x87, 0xa9, 0x8a, 0x2d, 0xf0, 0x1b, 0x68, 0x7f, 0xcd, 0x3e, 0x49, 0xeb, 0x58, 0x4b, 0x91, 0x63, 0xf0, 0xda, 0xc6, 0x14, 0x65, 0x2a, 0xb4, 0x8c, 0xfa, 0x0f, 0xcd, 0xcd, 0x6d, 0xf0, 0xe7, 0xbf, 0x9c, 0x82, 0xda, 0xab, 0x4c, 0x20, 0x48, 0x90, 0x77, 0xd6, 0xbc, 0xf0, 0xe4, 0x2f, 0x1d, 0xb8, 0x8e, 0x72, 0x01, 0xa8, 0xbe, 0xe7, 0xdb, 0x33, 0x43, 0xb2, 0x78, 0x00, 0x71, 0x8f, 0x7f, 0x23, 0x05, 0xb9, 0x6d, 0x51, 0x75, 0xe3, 0x87, 0xd7, 0x2f, 0xfc, 0xa7, 0x74, 0xaf, 0x37, 0x14, 0x08, 0x86, 0x52, 0x51, 0x00, 0x42, 0x52, 0x28, 0x2d, 0xe0, 0x27, 0xc0, 0x97, 0x42, 0xa9, 0x8d, 0x2d, 0x5d, 0x95, 0xd7, 0x9a, 0x3b, 0xa7, 0x74, 0xf5, 0xf4, 0x8d, 0x69, 0x6a, 0xed, 0x16, 0xea, 0xae, 0x75, 0x40, 0x3d, 0xd9, 0xfa, 0x09, 0x48, 0x6d, 0x4c, 0x50, 0x19, 0x68, 0x7d, 0x3c, 0x2e, 0x45, 0x20, 0x4a, 0x08, 0xef, 0xae, 0xae, 0x28, 0x84, 0x49, 0xe3, 0xcb, 0x30, 0xaf, 0x28, 0x1c, 0x26, 0x95, 0x65, 0x35, 0x69, 0x0e, 0x07, 0xaa, 0xba, 0x89, 0x96, 0x46, 0xca, 0xc2, 0xe7, 0x0d, 0xc5, 0x04, 0x7e, 0x0b, 0x3f, 0x42, 0x24, 0xce, 0xcc, 0x58, 0x2a, 0x04, 0x42, 0x58, 0x58, 0x6a, 0xeb, 0x1a, 0xe1, 0xa5, 0xb7, 0x4f, 0xb2, 0xd1, 0x21, 0x9f, 0x24, 0xc0, 0xb2, 0xcb, 0x2f, 0x3c, 0x71, 0xc8, 0x81, 0xec, 0x28, 0x15, 0x00, 0x9c, 0xbd, 0xe5, 0xee, 0xe9, 0xc7, 0x07, 0x38, 0x2d, 0xac, 0x71, 0x01, 0x6e, 0x9e, 0x55, 0xe9, 0xdb, 0xb1, 0x6e, 0xe1, 0x77, 0xaa, 0xca, 0x0b, 0x5a, 0xfb, 0x10, 0xfc, 0xbe, 0x40, 0x9a, 0x3f, 0x10, 0x4c, 0xf5, 0x13, 0xad, 0xdf, 0xd8, 0xd4, 0x55, 0x71, 0xbe, 0xf6, 0xda, 0x2d, 0xed, 0x5d, 0xbd, 0xe5, 0x35, 0xf5, 0x6d, 0x70, 0xbe, 0xb6, 0x59, 0xa1, 0x0d, 0x09, 0xe5, 0x7f, 0x04, 0x74, 0x68, 0x19, 0xa6, 0x57, 0x97, 0xc1, 0xec, 0xa9, 0x95, 0x90, 0x95, 0x99, 0x0e, 0x34, 0x1b, 0x94, 0xa2, 0xbe, 0xbb, 0x2f, 0xa0, 0x66, 0x75, 0x0e, 0x06, 0xfc, 0xbc, 0xf6, 0x8f, 0x0a, 0x93, 0x4c, 0xc0, 0xef, 0x82, 0xca, 0x92, 0xac, 0x48, 0xb4, 0x0a, 0x29, 0x52, 0x08, 0x4e, 0x9f, 0xad, 0x85, 0x3f, 0xfd, 0xe5, 0x2c, 0x9b, 0x48, 0x77, 0xd2, 0x2d, 0x67, 0xcc, 0x3b, 0xf7, 0xe2, 0x67, 0xfa, 0x1d, 0xd8, 0x26, 0xae, 0xb9, 0x87, 0xeb, 0x87, 0x3c, 0x3d, 0xfd, 0xdf, 0x90, 0x23, 0xe0, 0xc7, 0x36, 0xa9, 0xb2, 0x10, 0x6e, 0x5b, 0x38, 0xf1, 0x17, 0xd3, 0x27, 0x16, 0xd7, 0x75, 0xf7, 0x86, 0xd2, 0x10, 0x09, 0x82, 0x20, 0x4a, 0xbd, 0x7d, 0x81, 0xb4, 0xf7, 0x4f, 0xd6, 0xde, 0xd9, 0xd8, 0xdc, 0x39, 0xfd, 0xec, 0xe5, 0x66, 0xe1, 0x42, 0x5d, 0xb3, 0x92, 0x80, 0xa6, 0x43, 0xb1, 0x8f, 0x92, 0xed, 0x15, 0xb2, 0xbd, 0x27, 0x88, 0xe2, 0x79, 0xbf, 0x27, 0x74, 0xbe, 0xfe, 0x99, 0x27, 0x5b, 0x58, 0x81, 0xf3, 0xf6, 0xf8, 0x2a, 0x82, 0x92, 0x5c, 0x41, 0x80, 0xb5, 0x80, 0x9c, 0x7c, 0x39, 0x61, 0xdb, 0xcb, 0xc8, 0x57, 0x73, 0xe9, 0x31, 0xa8, 0xe5, 0x5b, 0x3b, 0xfa, 0xe0, 0xed, 0xc3, 0x17, 0xe0, 0xc4, 0xf9, 0x2b, 0xb0, 0x68, 0xd6, 0x38, 0x98, 0x39, 0xb9, 0x42, 0x49, 0x66, 0xa3, 0xb4, 0x28, 0x93, 0x50, 0x34, 0x0c, 0xa7, 0x76, 0xf7, 0xf9, 0x75, 0x81, 0x6e, 0xb7, 0xc9, 0xba, 0x83, 0x66, 0xe1, 0x13, 0xe1, 0xcc, 0xb2, 0x86, 0xe6, 0x6e, 0x62, 0x09, 0xc2, 0x45, 0x2a, 0x5c, 0xa2, 0x0b, 0x26, 0x8e, 0x2f, 0x87, 0x96, 0xf6, 0x1e, 0xd8, 0xff, 0xc1, 0x65, 0x7a, 0xf8, 0xb4, 0xa0, 0xd0, 0xf3, 0x04, 0x79, 0xdd, 0xed, 0xc0, 0x76, 0x94, 0x59, 0x80, 0x71, 0x6b, 0xff, 0x7e, 0x31, 0xf9, 0x29, 0x04, 0x6b, 0x06, 0xfe, 0x9d, 0x9f, 0x93, 0x0e, 0x1b, 0x56, 0x4c, 0x7b, 0xe5, 0x33, 0x1f, 0x5d, 0xf6, 0xf3, 0xde, 0x5e, 0x29, 0xa5, 0xb3, 0xd7, 0x9f, 0xee, 0xeb, 0x0f, 0xa4, 0x1e, 0x39, 0x55, 0x3f, 0xfb, 0xe8, 0xd9, 0x86, 0xad, 0x67, 0x6a, 0x1a, 0x33, 0x4e, 0x5d, 0x6a, 0xe6, 0xf3, 0x65, 0xf0, 0x6a, 0x8f, 0x13, 0x24, 0xfd, 0x9b, 0xe0, 0x96, 0x7f, 0x73, 0xf1, 0xf7, 0x4f, 0x35, 0xc6, 0x13, 0x7d, 0x6a, 0x2d, 0x6d, 0x59, 0x23, 0x81, 0xb8, 0x43, 0x90, 0xe5, 0xf5, 0xc0, 0x55, 0x8b, 0x40, 0x8b, 0x30, 0x7e, 0x4c, 0x01, 0xac, 0xba, 0x79, 0x2a, 0xe4, 0xe6, 0x64, 0x46, 0xf2, 0x86, 0xc2, 0x16, 0xc1, 0x17, 0x08, 0x42, 0x07, 0xf1, 0x35, 0x78, 0xf0, 0xc7, 0x4b, 0x7d, 0x54, 0x81, 0x60, 0xe6, 0x23, 0xe4, 0x67, 0xa7, 0x42, 0x51, 0x4e, 0xba, 0x7a, 0x3d, 0x1d, 0xed, 0x5d, 0xb0, 0xf7, 0xcd, 0xa3, 0xac, 0x3f, 0xd0, 0x4f, 0x2c, 0xc8, 0xfc, 0xcb, 0x2f, 0x3e, 0x79, 0xc2, 0x81, 0xee, 0x28, 0x11, 0x80, 0x05, 0x8f, 0xfc, 0xd4, 0xd3, 0x52, 0xd7, 0xba, 0x8f, 0xbc, 0x9d, 0x49, 0x9e, 0x73, 0xba, 0xd7, 0xed, 0x72, 0xaf, 0x58, 0x38, 0xbe, 0xf1, 0x5b, 0x9f, 0x5a, 0xf3, 0x79, 0x2c, 0xd8, 0xd3, 0xd6, 0xd1, 0x9f, 0xde, 0xdc, 0xd5, 0x9b, 0xbd, 0xf7, 0x8d, 0x13, 0xdb, 0x4e, 0x5d, 0xbc, 0x76, 0xcb, 0x07, 0x67, 0x1b, 0x84, 0xce, 0xee, 0x01, 0x56, 0xfe, 0x65, 0x51, 0x12, 0xbe, 0x79, 0xe1, 0xa5, 0xaf, 0xbc, 0x95, 0xa8, 0xeb, 0x9a, 0xb8, 0xe6, 0xbb, 0x63, 0x83, 0x62, 0xe8, 0x49, 0x62, 0x77, 0x76, 0xa1, 0x6b, 0xc0, 0x7e, 0x96, 0x93, 0x99, 0x0a, 0x77, 0x2d, 0x9b, 0x01, 0xe3, 0x2a, 0x8a, 0x14, 0xae, 0x46, 0x3b, 0x09, 0x53, 0xa0, 0xdb, 0xc9, 0xb5, 0xc9, 0x1a, 0x5a, 0x63, 0x8f, 0xfa, 0xb0, 0x99, 0xa3, 0x7a, 0xe0, 0xa7, 0x43, 0x12, 0x15, 0xc5, 0x59, 0x90, 0x95, 0xee, 0x51, 0x27, 0xe7, 0x5c, 0xa8, 0x69, 0x80, 0xe7, 0x5f, 0x3f, 0xa1, 0xd2, 0x30, 0x72, 0x2d, 0x6f, 0x5f, 0xbc, 0xa9, 0xff, 0x56, 0xd8, 0xbd, 0x5b, 0x72, 0xe0, 0x3b, 0x0a, 0xc2, 0xa0, 0x29, 0x25, 0xcb, 0x1e, 0x26, 0xcf, 0x72, 0xbd, 0x32, 0x49, 0x8b, 0xfc, 0xde, 0x8c, 0xea, 0x52, 0xf7, 0xb6, 0xdb, 0x67, 0x7d, 0x77, 0xd1, 0x8c, 0xb1, 0xf5, 0x7e, 0x39, 0xe4, 0xaa, 0x6f, 0xea, 0xcc, 0xfd, 0xef, 0xe7, 0xdf, 0xff, 0xfc, 0xbb, 0xc7, 0x6a, 0xe7, 0x1c, 0x39, 0x5d, 0x2f, 0xf4, 0xfb, 0xd9, 0x90, 0xb7, 0x70, 0x44, 0x90, 0xe1, 0xc1, 0x9a, 0x17, 0x9f, 0xf8, 0x46, 0xdb, 0xb9, 0x3f, 0x5f, 0x4e, 0xe4, 0x75, 0x61, 0xd2, 0x59, 0xfb, 0xd9, 0x57, 0x5e, 0xc8, 0x99, 0xba, 0xf2, 0xd7, 0x82, 0x24, 0x4c, 0x25, 0x40, 0x9f, 0xa8, 0xaa, 0x59, 0x02, 0xb6, 0x73, 0x97, 0x9b, 0x20, 0x23, 0xdd, 0x4b, 0x9c, 0xe5, 0x6c, 0x55, 0x4f, 0x84, 0x33, 0x3c, 0x05, 0x25, 0x42, 0x14, 0x0f, 0xf8, 0x41, 0x36, 0xa1, 0x47, 0x11, 0xc0, 0xa3, 0x9f, 0x93, 0x9f, 0x95, 0x1a, 0x1e, 0x28, 0x23, 0x9d, 0x96, 0x95, 0x99, 0x06, 0x81, 0x80, 0x5f, 0x99, 0x58, 0x13, 0x69, 0x95, 0x39, 0x0d, 0xae, 0xda, 0x8e, 0xb3, 0xaf, 0x1c, 0x76, 0xe0, 0x9b, 0xe4, 0x02, 0x50, 0x75, 0xd7, 0xb7, 0xcb, 0x44, 0x97, 0xf0, 0x7d, 0xf2, 0x60, 0x53, 0x70, 0x90, 0xaa, 0x30, 0x2f, 0xc3, 0xb5, 0x7c, 0xee, 0xb8, 0x57, 0x3f, 0x79, 0xff, 0xd2, 0x17, 0x10, 0x49, 0x7f, 0x3d, 0xd3, 0x50, 0xfa, 0xf3, 0xa7, 0xdf, 0x7b, 0xea, 0xcd, 0xc3, 0x17, 0x2a, 0x99, 0x07, 0x8c, 0x2d, 0x20, 0x0b, 0xf0, 0xf5, 0x4b, 0x19, 0xd5, 0x0f, 0xb4, 0x3f, 0xf7, 0x89, 0x73, 0x43, 0x79, 0x8d, 0x1d, 0x67, 0x5e, 0x6b, 0x6f, 0x3f, 0xf7, 0xe7, 0x5f, 0xe7, 0x4c, 0x7e, 0xb3, 0x96, 0xe8, 0xfa, 0x95, 0x94, 0x16, 0x21, 0xfd, 0xaa, 0xa9, 0x6f, 0x86, 0xf4, 0x54, 0x37, 0x94, 0x16, 0xe5, 0xaa, 0xf6, 0xd2, 0xeb, 0x11, 0x95, 0xd4, 0x06, 0x3f, 0x66, 0x72, 0x1a, 0x80, 0x1f, 0x0c, 0xc0, 0x6f, 0x44, 0x7d, 0xd8, 0xa6, 0x94, 0x60, 0x21, 0xbf, 0x9d, 0x95, 0xe1, 0x8d, 0xd0, 0x32, 0x17, 0xb1, 0x08, 0x5e, 0xb8, 0x58, 0xd7, 0xa2, 0x84, 0x67, 0xc3, 0x97, 0x21, 0xcc, 0x19, 0x33, 0x77, 0xf9, 0xbf, 0x3a, 0x03, 0x64, 0x83, 0x6f, 0xe2, 0xd0, 0x9e, 0x5d, 0x7c, 0x34, 0x92, 0xc8, 0x16, 0x10, 0x45, 0x31, 0x30, 0x63, 0x7c, 0x49, 0xc7, 0xc7, 0xb6, 0x2c, 0xfa, 0x15, 0x7e, 0xf4, 0xea, 0x81, 0x73, 0xe3, 0x7f, 0xf2, 0x9b, 0xbf, 0x7c, 0xf3, 0xcd, 0x43, 0x17, 0xca, 0xd1, 0x11, 0x65, 0xda, 0x59, 0xe2, 0xd4, 0x2e, 0xbb, 0xf4, 0xc2, 0x13, 0xdf, 0x86, 0x3d, 0xf7, 0x0d, 0xd3, 0x03, 0x16, 0xe4, 0x4b, 0x2f, 0x3c, 0xf9, 0x73, 0x29, 0x24, 0x2c, 0x25, 0xef, 0x2f, 0xd2, 0xbd, 0x38, 0xb9, 0xfd, 0x95, 0xbf, 0x9c, 0x86, 0xd3, 0xe7, 0xeb, 0x35, 0x93, 0x81, 0x73, 0x32, 0x52, 0x22, 0x89, 0x6d, 0xfa, 0xe0, 0x8f, 0x85, 0xf7, 0xb3, 0xda, 0x9f, 0xfe, 0x44, 0x6b, 0x97, 0x0f, 0x7a, 0xfa, 0x02, 0x40, 0x13, 0xb9, 0xf3, 0x72, 0xb3, 0x61, 0xfe, 0xd4, 0xb1, 0x1a, 0xdd, 0xd2, 0xd3, 0x93, 0xfa, 0x90, 0x03, 0xdf, 0x24, 0x16, 0x80, 0x09, 0xeb, 0xbe, 0x39, 0x89, 0x58, 0xf0, 0x5b, 0xc9, 0x83, 0x0d, 0x90, 0x67, 0x1b, 0x98, 0x30, 0x26, 0x17, 0x6e, 0x99, 0x37, 0xee, 0xbf, 0xc6, 0x95, 0xe4, 0x75, 0x1d, 0x38, 0x7a, 0xb9, 0xec, 0x67, 0xcf, 0xbc, 0xfb, 0xbf, 0xde, 0x3a, 0x52, 0x93, 0xdf, 0x1d, 0x4d, 0x07, 0x46, 0x5c, 0xfc, 0xd9, 0x2d, 0xf7, 0x2f, 0xbc, 0xf8, 0xfc, 0xe3, 0xef, 0x8e, 0x44, 0x67, 0x5c, 0xfe, 0xe3, 0x57, 0x8e, 0xbb, 0x65, 0x69, 0x31, 0xb9, 0x90, 0xfd, 0xac, 0x10, 0xbc, 0xfc, 0xf6, 0x09, 0xb8, 0xd2, 0xd8, 0xaa, 0xa1, 0x30, 0x38, 0xd5, 0x91, 0xea, 0x6f, 0x2b, 0xf0, 0x5b, 0x45, 0x87, 0x80, 0x1b, 0x5f, 0xc0, 0xf7, 0x57, 0x5a, 0xa2, 0x29, 0x40, 0x44, 0x21, 0xc0, 0x94, 0x09, 0xa5, 0x50, 0x5a, 0xc8, 0x96, 0x32, 0x95, 0x9f, 0x98, 0xb1, 0x6d, 0xb7, 0xd7, 0x81, 0x70, 0x92, 0x0a, 0x40, 0x48, 0x72, 0x3d, 0x20, 0xc8, 0x32, 0xda, 0xec, 0x40, 0x6a, 0xaa, 0x27, 0x38, 0xb3, 0xba, 0xf4, 0xf2, 0xc7, 0x36, 0x2e, 0x78, 0xe3, 0xf4, 0xa5, 0x6b, 0xb9, 0xff, 0xf2, 0x9b, 0x77, 0xbe, 0x72, 0xe8, 0x44, 0x5d, 0x0e, 0x5b, 0x58, 0x8a, 0x3c, 0xf3, 0xff, 0xcc, 0xcc, 0xe8, 0xbf, 0xe7, 0xdc, 0x8b, 0xbb, 0x47, 0x34, 0x0d, 0x18, 0x27, 0xaa, 0xbb, 0xa1, 0xff, 0x6e, 0x02, 0xc3, 0x83, 0x74, 0x1f, 0x4e, 0x70, 0xf9, 0x23, 0x11, 0x82, 0xde, 0xde, 0xa8, 0xa5, 0x42, 0x7f, 0x00, 0x43, 0xa4, 0x9a, 0x68, 0x0f, 0xe8, 0xe7, 0x0d, 0x99, 0x69, 0x7f, 0xa3, 0xd6, 0x4b, 0x7c, 0x81, 0x36, 0x74, 0xb8, 0x21, 0x3c, 0xb1, 0x3f, 0x33, 0x33, 0x83, 0x58, 0x81, 0x31, 0x8e, 0x15, 0x18, 0x0d, 0x02, 0x50, 0xb9, 0xe6, 0xfb, 0xd3, 0x89, 0xcf, 0x3b, 0x5d, 0x16, 0x04, 0x1c, 0xb9, 0x0a, 0x54, 0x8f, 0x2d, 0x10, 0x57, 0x2c, 0x9a, 0xb0, 0xe7, 0x4a, 0x4b, 0x57, 0xea, 0x77, 0xfe, 0xfd, 0xb5, 0xcf, 0x1d, 0xf8, 0xa0, 0x36, 0x2f, 0x10, 0x92, 0x02, 0xd1, 0x50, 0x94, 0xf0, 0xc3, 0x4b, 0x7b, 0xbf, 0xf2, 0xc0, 0xf1, 0x3d, 0xbb, 0xfd, 0xc9, 0xd0, 0x29, 0x28, 0x84, 0xc1, 0x14, 0x20, 0x42, 0x00, 0xc7, 0xe8, 0x3e, 0x2c, 0x73, 0xf2, 0xf6, 0xfb, 0x67, 0x89, 0x6f, 0x10, 0xa2, 0xb3, 0x1c, 0x15, 0x6e, 0xee, 0x8a, 0x24, 0xd3, 0x01, 0x58, 0xe5, 0x0d, 0x99, 0x53, 0x1f, 0x56, 0xfb, 0xd3, 0x76, 0x15, 0xad, 0x80, 0x1c, 0xe9, 0x21, 0xf2, 0x3b, 0x18, 0x95, 0xc2, 0xa4, 0x41, 0x46, 0xb4, 0xbe, 0x0c, 0xbb, 0x77, 0x8b, 0x0e, 0x8c, 0x93, 0x4c, 0x00, 0x44, 0xf0, 0xaf, 0x53, 0xa8, 0x8f, 0x00, 0x7e, 0xaf, 0xd7, 0x1d, 0x9a, 0x59, 0x5d, 0x7c, 0x66, 0xdd, 0xb2, 0xa9, 0xa7, 0x7f, 0xf0, 0x1f, 0x6f, 0x3e, 0x70, 0xe0, 0xaf, 0xb5, 0xc5, 0x81, 0x50, 0x08, 0x9d, 0x5c, 0x22, 0x00, 0x42, 0x88, 0x3c, 0xda, 0x9f, 0x5f, 0xdc, 0xfb, 0xf8, 0x63, 0xc9, 0x36, 0x29, 0x5c, 0x19, 0x54, 0x73, 0x05, 0x37, 0x90, 0xeb, 0x52, 0xd7, 0x0a, 0xf8, 0xe0, 0x74, 0x03, 0xd4, 0x37, 0x34, 0xa9, 0xa0, 0xc5, 0x91, 0x5b, 0xf4, 0x07, 0x12, 0x0d, 0x7e, 0xea, 0x57, 0x60, 0xe8, 0x13, 0xc7, 0x1e, 0x68, 0x52, 0x2b, 0x5a, 0x81, 0x19, 0x84, 0x0a, 0xb1, 0x4c, 0xb3, 0xea, 0x3d, 0xcf, 0x0a, 0x07, 0xc6, 0x49, 0x24, 0x00, 0xe3, 0xd7, 0x7e, 0xab, 0x4a, 0x16, 0x61, 0xa2, 0x8c, 0xd5, 0xd0, 0x08, 0xf7, 0x9f, 0x52, 0x59, 0xe8, 0xbe, 0x7d, 0xf1, 0xe4, 0x97, 0xfe, 0xf9, 0xbf, 0xf7, 0xdf, 0xfa, 0xca, 0xbb, 0xe7, 0x26, 0xf6, 0x05, 0x83, 0xa8, 0xe5, 0xfd, 0xf8, 0x19, 0xd1, 0x9d, 0xcf, 0x56, 0xf5, 0xfa, 0x3e, 0x91, 0xac, 0x15, 0x11, 0x2e, 0xfd, 0xe1, 0x6b, 0x17, 0x45, 0x90, 0x76, 0x50, 0x26, 0x8f, 0x11, 0x9a, 0xb7, 0x8f, 0x5c, 0x00, 0xbf, 0xaf, 0x5f, 0xb9, 0x64, 0xfc, 0x87, 0x51, 0x22, 0x1c, 0x29, 0xd6, 0x70, 0xfe, 0x04, 0x80, 0x9f, 0xee, 0xbb, 0xd6, 0xde, 0xab, 0xee, 0x43, 0x5f, 0x60, 0x6a, 0x75, 0x99, 0x92, 0x40, 0x18, 0x75, 0xdf, 0xc5, 0x07, 0x1c, 0x18, 0x27, 0x91, 0x00, 0xc8, 0xe0, 0x59, 0x25, 0xca, 0x02, 0x01, 0xb7, 0x10, 0x48, 0x4d, 0xf1, 0x84, 0x66, 0x4e, 0x2c, 0xbd, 0x44, 0x04, 0x42, 0xfe, 0xed, 0x2b, 0x1f, 0xdc, 0xda, 0xd5, 0xed, 0xeb, 0x47, 0xe0, 0x23, 0x2d, 0x22, 0x2a, 0x6d, 0x7f, 0xa0, 0x2d, 0x65, 0x47, 0xb2, 0x97, 0x13, 0xbf, 0xb0, 0xf7, 0xc9, 0xe7, 0xc9, 0xcb, 0x4f, 0xe9, 0xdf, 0x38, 0x2a, 0x7b, 0xee, 0x52, 0xa3, 0x12, 0x0a, 0x0d, 0x4f, 0x76, 0x17, 0x20, 0x3b, 0xc3, 0xa3, 0x8d, 0xf6, 0xc4, 0xc1, 0xf9, 0x8d, 0x1a, 0xe6, 0x22, 0xf5, 0xf8, 0x82, 0x40, 0xf3, 0x93, 0xb2, 0xb3, 0xd3, 0x61, 0xfc, 0x98, 0xbc, 0x68, 0x7f, 0x0b, 0xb0, 0x15, 0x8b, 0x05, 0x3b, 0x50, 0x4e, 0x02, 0x01, 0xa8, 0xbc, 0xe7, 0x3b, 0x79, 0x82, 0x10, 0x9a, 0x48, 0xb8, 0x3f, 0x56, 0x8a, 0x0d, 0x54, 0x95, 0xe7, 0x79, 0xe6, 0x4e, 0x2d, 0x3d, 0xf0, 0xd3, 0xdf, 0xbc, 0x73, 0xcf, 0x95, 0xa6, 0x6e, 0x3f, 0x44, 0x7c, 0x02, 0xf2, 0x1c, 0x9b, 0x42, 0x2e, 0xf1, 0xe1, 0xba, 0xfd, 0x5f, 0xe8, 0x1b, 0x0d, 0x9d, 0x24, 0x09, 0xf0, 0x24, 0x79, 0x51, 0xab, 0xb8, 0x1d, 0x39, 0x55, 0x0f, 0x01, 0x9f, 0x4f, 0x75, 0x80, 0xd1, 0x19, 0xc6, 0x71, 0x2b, 0x56, 0xc3, 0x1b, 0x81, 0x3f, 0x16, 0xed, 0x4f, 0xf7, 0x35, 0xe1, 0xfc, 0x80, 0x08, 0x0d, 0x72, 0xbb, 0x3d, 0x30, 0x75, 0x5c, 0x31, 0x63, 0x01, 0x20, 0xb3, 0x27, 0xc3, 0xbb, 0xc5, 0x81, 0x72, 0x12, 0x08, 0x80, 0x20, 0xc1, 0x3c, 0x59, 0x82, 0x20, 0x79, 0x68, 0x01, 0x41, 0x90, 0x03, 0xd3, 0x26, 0x14, 0x37, 0x1f, 0x39, 0x75, 0xb5, 0xf4, 0xf0, 0xe9, 0x2b, 0xa2, 0xe2, 0x13, 0x20, 0xf5, 0x01, 0x22, 0x1c, 0xe0, 0xfa, 0x52, 0xed, 0xef, 0x1f, 0x6f, 0x18, 0x2d, 0x9d, 0x74, 0xf9, 0x85, 0x27, 0xda, 0x04, 0x59, 0x7e, 0x8a, 0xfe, 0xdd, 0xd0, 0xd4, 0x01, 0xf5, 0x8d, 0xad, 0x20, 0x4b, 0xe1, 0x6c, 0x04, 0xb4, 0x02, 0x38, 0xb9, 0x45, 0x66, 0x2c, 0x40, 0xa2, 0xc0, 0x8f, 0x6f, 0xdb, 0xba, 0x7c, 0x91, 0xdc, 0xa3, 0xf0, 0xc8, 0x40, 0x79, 0x49, 0xbe, 0x32, 0x77, 0x5a, 0xb5, 0x02, 0xb2, 0xf0, 0x51, 0x07, 0xca, 0x23, 0x2c, 0x00, 0x58, 0xba, 0x9c, 0x20, 0x61, 0x9a, 0x20, 0x88, 0x01, 0xe2, 0x1c, 0x06, 0xca, 0x0a, 0xb3, 0xc5, 0xf2, 0xe2, 0xac, 0xab, 0x2f, 0xee, 0x3f, 0x35, 0x5e, 0x02, 0x09, 0xab, 0x23, 0x87, 0xb5, 0xbf, 0x28, 0xff, 0xb2, 0xe6, 0xc5, 0x2f, 0xbf, 0x3e, 0xda, 0x3a, 0xea, 0xe2, 0x62, 0x3f, 0x4e, 0xe2, 0x39, 0x43, 0x81, 0x7c, 0xf2, 0xc2, 0x35, 0x08, 0x06, 0xfa, 0x55, 0x64, 0x67, 0xa6, 0x7b, 0x55, 0xe0, 0xeb, 0x71, 0xfe, 0x78, 0xc1, 0x8f, 0x7f, 0x07, 0x82, 0x12, 0x74, 0x2a, 0x21, 0xd1, 0xf0, 0x8e, 0xb4, 0xf4, 0x34, 0x42, 0x83, 0xa2, 0x15, 0x23, 0x49, 0xdf, 0x2e, 0xc7, 0xec, 0x57, 0x07, 0xce, 0x23, 0x28, 0x00, 0x97, 0x33, 0xd3, 0xc7, 0xe3, 0x3c, 0x74, 0xd4, 0xfe, 0xb8, 0x55, 0x57, 0x16, 0x49, 0x07, 0x8f, 0xd5, 0x67, 0x74, 0x74, 0xf4, 0xfb, 0x04, 0xe2, 0x13, 0xc8, 0x80, 0x9b, 0x78, 0x21, 0xff, 0xca, 0xc5, 0x9f, 0x8e, 0xca, 0x9e, 0x0a, 0x27, 0x9f, 0xfd, 0x88, 0xfe, 0x79, 0xbe, 0xae, 0x05, 0x7a, 0x7a, 0xfa, 0xd4, 0x54, 0x06, 0xa5, 0x2c, 0x22, 0x3a, 0xc3, 0xba, 0x0e, 0xaf, 0x35, 0xf8, 0xad, 0x5a, 0x4b, 0xa7, 0x4f, 0xad, 0x72, 0x87, 0x93, 0x68, 0x26, 0x56, 0x69, 0xd6, 0x05, 0x49, 0xf1, 0xf6, 0xf6, 0xdf, 0xe2, 0xc0, 0x39, 0xf6, 0x96, 0xb0, 0xf9, 0x00, 0x92, 0x1c, 0x98, 0x00, 0xb2, 0x18, 0x90, 0x09, 0xf5, 0x49, 0xf5, 0x7a, 0xbc, 0xf9, 0xd9, 0x29, 0xee, 0xbd, 0x6f, 0xd5, 0x10, 0xd0, 0x87, 0xc3, 0xa1, 0x4a, 0x39, 0x1c, 0x29, 0xf8, 0xe3, 0x43, 0x87, 0xfe, 0x2d, 0xe6, 0x59, 0x2d, 0x8f, 0x3c, 0xf2, 0x88, 0xa7, 0xa5, 0xa5, 0xe5, 0x0e, 0xf2, 0x76, 0x12, 0x06, 0x9a, 0x90, 0x05, 0x8c, 0x44, 0x67, 0x85, 0xe0, 0x7d, 0xd7, 0x51, 0xdf, 0xdc, 0xfe, 0x90, 0x2c, 0xa6, 0x60, 0xc2, 0x5c, 0x7d, 0x63, 0x3b, 0x64, 0x65, 0x67, 0x81, 0xcb, 0x4d, 0x8c, 0x9f, 0x1c, 0x8e, 0x08, 0xb5, 0x47, 0x32, 0x59, 0x59, 0xad, 0xaf, 0xfe, 0xad, 0x03, 0xfe, 0x28, 0x8d, 0xd1, 0xd7, 0xfe, 0xf4, 0x18, 0xa4, 0x41, 0xb4, 0x12, 0x35, 0xb6, 0xd2, 0xa2, 0x1c, 0x65, 0x46, 0x1d, 0xad, 0x2e, 0x97, 0x27, 0x36, 0xff, 0x78, 0xcb, 0x96, 0x2d, 0x47, 0x47, 0x1a, 0x50, 0xe4, 0x7a, 0xfb, 0x08, 0x25, 0xbc, 0x46, 0xb6, 0x23, 0x7e, 0xbf, 0xff, 0xf7, 0xa4, 0x75, 0x5d, 0xf7, 0x02, 0x50, 0xbe, 0xfe, 0xa7, 0xe9, 0x72, 0xa8, 0xad, 0x00, 0x9d, 0x5c, 0x91, 0x10, 0x83, 0xea, 0x31, 0x79, 0xde, 0x33, 0x97, 0x5a, 0xba, 0xc9, 0xc3, 0x09, 0x85, 0x2b, 0xb7, 0x29, 0x25, 0xcb, 0x0f, 0x5c, 0x7c, 0xe9, 0xa9, 0x0f, 0x62, 0x39, 0xef, 0xfa, 0xf5, 0xeb, 0xd3, 0xbd, 0x5e, 0xef, 0xc7, 0x09, 0xf8, 0x3f, 0x87, 0x3e, 0xf6, 0x48, 0x77, 0x16, 0xce, 0xc8, 0x2f, 0x74, 0x35, 0x41, 0x63, 0xb0, 0x24, 0x4c, 0x8b, 0xea, 0x5b, 0x61, 0xe2, 0xb8, 0x12, 0x45, 0x00, 0x64, 0x08, 0x17, 0xf4, 0x6a, 0xeb, 0xea, 0x1f, 0xc0, 0xf7, 0xa9, 0x18, 0xe8, 0x81, 0x5f, 0xb6, 0x01, 0x7e, 0x85, 0x06, 0x61, 0x35, 0x89, 0xfe, 0x20, 0x11, 0x32, 0x8f, 0x62, 0x09, 0x70, 0xd9, 0xa7, 0xe2, 0xfc, 0x4c, 0x65, 0x7a, 0x28, 0x36, 0x9f, 0x9c, 0x8a, 0x4b, 0xbf, 0x4e, 0x1d, 0xe9, 0x3e, 0xa2, 0xb5, 0x57, 0xf1, 0xda, 0x3d, 0x1e, 0x4f, 0x37, 0x11, 0xca, 0x2f, 0xff, 0xee, 0x77, 0xbf, 0xfb, 0x09, 0x00, 0x24, 0x65, 0xa8, 0x3b, 0x21, 0x14, 0x48, 0x94, 0x3b, 0xc6, 0x88, 0x44, 0xf3, 0x8b, 0x12, 0xd2, 0x1f, 0x97, 0x3f, 0x27, 0x27, 0x5d, 0x38, 0x55, 0xd3, 0xdc, 0x46, 0x18, 0x91, 0x5f, 0x44, 0x9f, 0x00, 0x84, 0x4e, 0xb7, 0x94, 0xfe, 0xeb, 0x58, 0xce, 0xb9, 0x69, 0xd3, 0xa6, 0x02, 0x02, 0xfe, 0x7d, 0xe4, 0xed, 0x0f, 0x93, 0x01, 0xfc, 0xb4, 0xe5, 0xba, 0xda, 0xd4, 0xf7, 0xb5, 0x04, 0x7c, 0xfe, 0xfe, 0x80, 0xba, 0x0e, 0x41, 0x46, 0xaa, 0x5b, 0xdf, 0xd9, 0x1d, 0x24, 0xf8, 0x29, 0x9d, 0x6a, 0xc7, 0x40, 0x1a, 0xd5, 0x5c, 0x2e, 0x37, 0x54, 0x94, 0xe4, 0xa8, 0xd7, 0xd2, 0x23, 0x65, 0x40, 0x48, 0x4e, 0xba, 0x41, 0x61, 0x0c, 0xcf, 0xfe, 0xeb, 0xd6, 0xad, 0x5b, 0xf7, 0x6e, 0xdb, 0xb6, 0x2d, 0xff, 0xba, 0x15, 0x00, 0x97, 0x2c, 0x15, 0xc9, 0x08, 0x7e, 0x22, 0x04, 0x6e, 0xaf, 0x2b, 0xd8, 0xd6, 0xda, 0xd3, 0x0d, 0xb2, 0xe4, 0xc7, 0xd1, 0x5e, 0xf4, 0x07, 0x88, 0x5e, 0x78, 0xe9, 0xdc, 0x8b, 0x9f, 0xb1, 0x9d, 0xe3, 0xb3, 0x79, 0xf3, 0xe6, 0x32, 0xc2, 0x73, 0xdf, 0x00, 0xa6, 0x6e, 0x50, 0xb2, 0xb4, 0x0c, 0xb1, 0x1b, 0xbc, 0x42, 0x98, 0xc5, 0xf5, 0xf4, 0xfa, 0xa1, 0xa3, 0xab, 0x17, 0xa4, 0x48, 0x7a, 0x84, 0x52, 0xe3, 0x47, 0x99, 0x33, 0xc0, 0xf3, 0x7d, 0x1d, 0x90, 0xc7, 0x08, 0x7e, 0x6c, 0x5d, 0xbd, 0xfd, 0xaa, 0xd7, 0x8b, 0x54, 0x68, 0x4c, 0x29, 0x8b, 0x29, 0x01, 0x7a, 0xe5, 0xe4, 0x1c, 0x0e, 0x20, 0xf7, 0x73, 0xb7, 0x24, 0x49, 0xbf, 0x45, 0x2a, 0x7b, 0xdd, 0x51, 0x20, 0x25, 0xfa, 0xd0, 0x1b, 0x48, 0x91, 0x45, 0xb4, 0x00, 0xe0, 0x2e, 0xce, 0x4d, 0x17, 0xcf, 0x37, 0xb4, 0xb6, 0x93, 0x9b, 0x4e, 0x55, 0xce, 0x2f, 0x40, 0x87, 0x4b, 0xae, 0x7b, 0x23, 0x46, 0x33, 0xfa, 0x2f, 0xe4, 0x45, 0x53, 0x25, 0x3a, 0x2d, 0x2d, 0x0d, 0xee, 0xbc, 0xf3, 0x4e, 0x58, 0xb8, 0x70, 0x21, 0xe4, 0xe6, 0xe6, 0x2a, 0x7f, 0x63, 0xae, 0x3c, 0xcf, 0xa5, 0x59, 0x4e, 0x6d, 0xf2, 0x40, 0x6c, 0x1d, 0x6b, 0x74, 0xdc, 0xb7, 0xfe, 0xfd, 0x4d, 0x78, 0x76, 0x5f, 0x78, 0x5d, 0x8b, 0xc6, 0xd6, 0x6e, 0x28, 0x29, 0xce, 0x57, 0x4a, 0xac, 0xa0, 0xf5, 0x4f, 0xf1, 0xba, 0x95, 0x99, 0x63, 0x7a, 0xb9, 0x3d, 0x7c, 0xd9, 0x44, 0x33, 0xf0, 0x0f, 0xbc, 0x16, 0x62, 0x01, 0x7a, 0xfc, 0xea, 0x7b, 0x14, 0xb6, 0x92, 0x42, 0x2d, 0xe0, 0xef, 0xbe, 0x77, 0x3b, 0xdc, 0x77, 0xfb, 0x34, 0x5b, 0xfd, 0xc1, 0xfb, 0x1f, 0x76, 0xfb, 0xcf, 0xec, 0x7b, 0x98, 0x27, 0x85, 0xf5, 0x98, 0x6a, 0x6b, 0x6b, 0xe1, 0x99, 0x67, 0x9e, 0x81, 0x8e, 0x0e, 0xcd, 0x1c, 0x8f, 0xdb, 0x08, 0x95, 0xc5, 0x20, 0xc2, 0xa7, 0xae, 0x2b, 0x01, 0x70, 0x75, 0xf6, 0xe5, 0xba, 0x04, 0x57, 0x40, 0x16, 0xdd, 0x44, 0xe3, 0xcb, 0xee, 0x3e, 0x5f, 0x10, 0xa7, 0xcf, 0xba, 0x65, 0x41, 0xc4, 0x3c, 0x31, 0x77, 0x48, 0x92, 0xf6, 0x9f, 0x7b, 0xf1, 0xc7, 0xb6, 0x2b, 0x19, 0x10, 0xea, 0x83, 0xce, 0xae, 0x66, 0x71, 0x8c, 0x39, 0x73, 0xe6, 0xc0, 0x67, 0x3f, 0xfb, 0x59, 0xc8, 0xca, 0xca, 0xd2, 0x74, 0x3e, 0x5d, 0x06, 0x29, 0x0e, 0x8d, 0x34, 0xa8, 0x63, 0x17, 0xcf, 0x1a, 0xa7, 0x0a, 0x40, 0x53, 0x6b, 0x0f, 0x04, 0x83, 0x41, 0xf0, 0xa4, 0x84, 0x73, 0x82, 0x52, 0x3c, 0x2e, 0x66, 0x0d, 0xb2, 0xf8, 0xc1, 0xaf, 0x97, 0x3a, 0x81, 0x25, 0xd7, 0x31, 0x24, 0xea, 0xf1, 0xb8, 0x94, 0xbf, 0xd3, 0x52, 0x53, 0x94, 0xb5, 0x08, 0x68, 0x85, 0xe9, 0x86, 0x66, 0x1f, 0xe4, 0xe7, 0xe7, 0x0f, 0xea, 0xfe, 0x63, 0xfd, 0x4c, 0x6f, 0xdf, 0x84, 0x09, 0x13, 0x60, 0xf1, 0xe2, 0xc5, 0xf0, 0x8b, 0x5f, 0xfc, 0x02, 0x0e, 0x1c, 0x38, 0xc0, 0x7e, 0xf4, 0x28, 0xa1, 0x42, 0x3f, 0xdd, 0xb3, 0x67, 0xcf, 0xd1, 0x64, 0x11, 0x80, 0x41, 0x53, 0x20, 0x97, 0x47, 0xca, 0x94, 0x44, 0x89, 0x08, 0x00, 0xd9, 0x24, 0x29, 0xd0, 0xde, 0xed, 0xeb, 0xc3, 0x41, 0x30, 0xf4, 0x09, 0x08, 0x12, 0x3a, 0x8b, 0x2a, 0x0a, 0x62, 0xca, 0xed, 0x27, 0xd4, 0xe7, 0xdb, 0xec, 0xdf, 0x93, 0x27, 0x4f, 0x86, 0xc7, 0x1e, 0x7b, 0x2c, 0x21, 0xe0, 0xa7, 0x74, 0x64, 0xb0, 0x82, 0x32, 0x67, 0x72, 0x74, 0x21, 0xfa, 0xe6, 0x8e, 0x9e, 0x30, 0x05, 0x8a, 0xf0, 0x9a, 0x54, 0xaf, 0x4b, 0x13, 0xfe, 0x54, 0x29, 0x10, 0x68, 0x17, 0xe5, 0x8b, 0x15, 0xfc, 0x74, 0x5f, 0x0f, 0x96, 0x5c, 0x8f, 0xf8, 0x93, 0xe8, 0x07, 0xb0, 0xd9, 0xa1, 0x17, 0x1b, 0xda, 0xe2, 0xbe, 0xff, 0x78, 0x3f, 0x33, 0x6a, 0xa9, 0xa9, 0xa9, 0xb0, 0x6b, 0xd7, 0x2e, 0x98, 0x32, 0x65, 0x8a, 0xe6, 0xf1, 0x12, 0x2a, 0xf4, 0xd4, 0xf5, 0xe3, 0x03, 0x6c, 0xfb, 0x1f, 0x97, 0x24, 0xb8, 0x5c, 0x72, 0x48, 0x0e, 0x48, 0x64, 0x13, 0x45, 0x9c, 0xfc, 0x12, 0xf2, 0x2b, 0xfe, 0x00, 0xe1, 0xfe, 0x92, 0x5b, 0x3a, 0x78, 0xe8, 0xdf, 0x3e, 0x1e, 0x88, 0x41, 0xfb, 0xcf, 0x64, 0x79, 0x3f, 0x82, 0xfc, 0xd1, 0x47, 0x1f, 0x55, 0x3a, 0x93, 0x07, 0x65, 0x3c, 0xe0, 0x4f, 0x94, 0xa0, 0x54, 0x57, 0xe4, 0x2b, 0x9a, 0x17, 0x5b, 0x87, 0xb2, 0x2c, 0x6a, 0x90, 0x1c, 0x2f, 0x29, 0xdc, 0xdc, 0xed, 0x12, 0x07, 0x6a, 0x7d, 0x53, 0x3a, 0x64, 0x1f, 0xfc, 0xf8, 0x8a, 0x75, 0x45, 0xc3, 0x55, 0x1e, 0x05, 0x25, 0x39, 0xae, 0x20, 0x27, 0x43, 0xfd, 0x6e, 0x7d, 0x53, 0x67, 0x42, 0xee, 0x3f, 0x61, 0xf4, 0xc2, 0xed, 0x86, 0x8f, 0x7d, 0xec, 0x63, 0x03, 0x50, 0x43, 0x5a, 0xd2, 0x04, 0x35, 0x06, 0x45, 0x81, 0xca, 0x7d, 0x27, 0x52, 0x42, 0xc1, 0xf4, 0x80, 0xc7, 0x85, 0x16, 0x40, 0x70, 0xcb, 0x21, 0xc1, 0x4f, 0x80, 0xe0, 0x26, 0x72, 0xee, 0x16, 0x64, 0xc1, 0x27, 0x74, 0xf9, 0x63, 0x2a, 0xdf, 0x41, 0x38, 0xfd, 0x4e, 0xf6, 0x41, 0x2d, 0x58, 0xb0, 0x00, 0xc6, 0x8c, 0x19, 0xa3, 0x79, 0x80, 0x7e, 0xbf, 0x1f, 0xba, 0xbb, 0xbb, 0x23, 0xa0, 0x1b, 0xba, 0x87, 0x6a, 0x75, 0x6e, 0x2c, 0x66, 0x7b, 0x91, 0x50, 0x0f, 0x1c, 0x0f, 0xc0, 0xb4, 0xe5, 0x4c, 0x49, 0x02, 0x42, 0xfb, 0x94, 0xd8, 0xbc, 0x15, 0xe5, 0x89, 0x46, 0x80, 0x62, 0x03, 0x3f, 0x6e, 0x4a, 0x71, 0x30, 0x21, 0xaa, 0x20, 0x72, 0xb3, 0xa2, 0xca, 0xa1, 0x89, 0xf8, 0x23, 0x0d, 0x0d, 0x57, 0x49, 0x3f, 0x0a, 0x31, 0xdf, 0x5f, 0xbc, 0xb4, 0x88, 0x0f, 0x81, 0xa6, 0xa7, 0xa7, 0x43, 0x46, 0x46, 0x86, 0xfa, 0x9d, 0xa2, 0xa2, 0x22, 0x58, 0xb2, 0x64, 0x09, 0xec, 0xdf, 0xaf, 0x4e, 0xb2, 0x13, 0x89, 0xaf, 0x80, 0x13, 0x79, 0xbe, 0x31, 0xea, 0x2d, 0x40, 0x3a, 0xe1, 0xfa, 0x1e, 0xb7, 0x14, 0x90, 0x82, 0x64, 0x0b, 0x45, 0x68, 0x90, 0xe2, 0x0c, 0x8b, 0xe4, 0x29, 0xb9, 0x2f, 0xd4, 0xec, 0xdb, 0xed, 0xb3, 0x7b, 0xae, 0x48, 0x84, 0x40, 0x93, 0xd3, 0xb2, 0x71, 0xe3, 0x46, 0x0d, 0xd5, 0x41, 0xd0, 0x37, 0x35, 0x35, 0x41, 0x5f, 0x5f, 0x1f, 0xe1, 0xc3, 0x01, 0xe5, 0x6f, 0xbd, 0x0d, 0x9d, 0xb1, 0xc1, 0x6e, 0xb8, 0xa6, 0x97, 0xd9, 0xe7, 0x28, 0x00, 0xd8, 0x90, 0xef, 0x13, 0xbf, 0x47, 0xd5, 0xf0, 0x42, 0xc4, 0x0a, 0x98, 0x52, 0x1e, 0xbd, 0x68, 0x8f, 0x05, 0xf8, 0x69, 0x43, 0x81, 0xa3, 0x8b, 0x7c, 0x63, 0x9d, 0xdf, 0xac, 0xf4, 0xa8, 0x00, 0x60, 0xba, 0x36, 0xd6, 0x4a, 0x35, 0xba, 0xe6, 0x44, 0xf7, 0x11, 0x7f, 0x4e, 0x7c, 0x26, 0xe8, 0xf8, 0xfa, 0x7c, 0xda, 0xc7, 0x7e, 0xfb, 0xed, 0xb7, 0xf3, 0x82, 0xf2, 0xd0, 0xee, 0x24, 0x99, 0xc8, 0x33, 0xa8, 0x8b, 0x90, 0x32, 0xfb, 0x84, 0x90, 0x3f, 0x14, 0x08, 0xb9, 0x42, 0x01, 0x37, 0x01, 0xbf, 0x2b, 0x14, 0x19, 0x0b, 0x20, 0xfc, 0x3f, 0x90, 0x12, 0x88, 0xa9, 0x9a, 0x43, 0x6b, 0x6b, 0xeb, 0x5a, 0x02, 0x88, 0x12, 0x36, 0xea, 0x33, 0x71, 0xe2, 0x44, 0x8d, 0xf6, 0xe9, 0xec, 0xec, 0xb4, 0xd4, 0x46, 0x82, 0x30, 0x3c, 0xd5, 0x1e, 0x8b, 0xf2, 0xa2, 0xdc, 0xbb, 0xc7, 0xe7, 0x27, 0x7e, 0x80, 0x14, 0x9e, 0x23, 0x40, 0xae, 0x0f, 0x57, 0x8a, 0x94, 0x24, 0xd9, 0xc0, 0x0f, 0x30, 0x08, 0x75, 0x5a, 0x80, 0x9f, 0xee, 0xf7, 0x07, 0xa5, 0x30, 0xf8, 0x95, 0xec, 0x68, 0x01, 0x32, 0x33, 0xb4, 0xd3, 0x82, 0xbb, 0x7a, 0x86, 0xb7, 0x72, 0xa2, 0x5e, 0x7f, 0xa3, 0x85, 0x66, 0xdb, 0xb8, 0x71, 0xe3, 0x14, 0x4b, 0xc0, 0xb4, 0xaa, 0xa3, 0x47, 0x8f, 0xde, 0x31, 0xea, 0x05, 0xa0, 0xa7, 0xa3, 0x30, 0x98, 0xe2, 0x4d, 0x09, 0x78, 0xbd, 0xe9, 0x7e, 0x29, 0xe4, 0x0e, 0x28, 0xce, 0xb0, 0x0b, 0xfc, 0xe4, 0xc9, 0xb4, 0xb1, 0x65, 0x0a, 0x6d, 0x52, 0x8e, 0x9d, 0xbc, 0xf6, 0xa7, 0x61, 0x4e, 0x0a, 0x22, 0xd4, 0xfc, 0xc3, 0x05, 0x70, 0x2b, 0x61, 0xca, 0xcd, 0x8c, 0x16, 0x95, 0xeb, 0x47, 0xc7, 0x54, 0x90, 0xd5, 0x2a, 0x0e, 0x38, 0x41, 0x46, 0xdf, 0x0f, 0xd0, 0xfa, 0x17, 0xe6, 0x09, 0x73, 0xfa, 0x59, 0xa4, 0x18, 0x05, 0xa2, 0xe0, 0xc7, 0x57, 0x8c, 0x04, 0x69, 0x04, 0xa0, 0xd7, 0x3f, 0xac, 0xfd, 0xa0, 0xd7, 0x90, 0xa6, 0xa2, 0x35, 0x60, 0x03, 0x16, 0x77, 0xdd, 0x75, 0x17, 0x7f, 0xd8, 0xae, 0x51, 0x2f, 0x00, 0x85, 0x39, 0x3d, 0x81, 0x60, 0x5f, 0x30, 0x10, 0xc2, 0x7f, 0x2e, 0xa4, 0x41, 0xae, 0x80, 0x4b, 0x72, 0x05, 0x82, 0xa2, 0x54, 0x17, 0xcb, 0x79, 0x70, 0xd4, 0x97, 0xbc, 0xac, 0x65, 0xf7, 0xdd, 0x7a, 0xeb, 0xad, 0x9a, 0x63, 0x30, 0xbe, 0x9c, 0x08, 0xce, 0xaf, 0x2c, 0x56, 0xc7, 0x6c, 0x71, 0x77, 0x9c, 0x18, 0xfd, 0xae, 0x52, 0xb5, 0x2d, 0x32, 0x77, 0x17, 0x22, 0xd4, 0xc4, 0x4c, 0xeb, 0xf3, 0xe0, 0xe7, 0x41, 0x6e, 0x96, 0x42, 0x4d, 0xcb, 0xb6, 0x2b, 0xc5, 0xac, 0x31, 0xda, 0x92, 0xa2, 0x75, 0xe3, 0xfa, 0xfa, 0x93, 0xa3, 0x54, 0x10, 0x2a, 0x2b, 0xb6, 0xa1, 0x3f, 0xc7, 0xf5, 0xf7, 0x46, 0xf2, 0xdc, 0x8b, 0x47, 0xb5, 0x13, 0x8c, 0x93, 0xd8, 0xcb, 0xd7, 0xef, 0x76, 0x0b, 0x6e, 0xaf, 0x3b, 0xb5, 0x87, 0x68, 0x7f, 0xb7, 0xe8, 0xc6, 0x75, 0x7c, 0x73, 0xd2, 0x82, 0x4d, 0x75, 0x31, 0x81, 0x49, 0x99, 0xd6, 0xe7, 0x65, 0xe3, 0xc8, 0x85, 0x85, 0x85, 0x5a, 0x6b, 0xd3, 0xd3, 0xa3, 0x76, 0x20, 0x56, 0x93, 0xf8, 0xfa, 0xcf, 0xde, 0x82, 0x8b, 0x0d, 0xed, 0x23, 0xd6, 0x71, 0xac, 0xa6, 0x45, 0xad, 0xac, 0x02, 0x15, 0x9d, 0x79, 0x51, 0xd4, 0x4e, 0x94, 0xe7, 0x80, 0x4f, 0x8f, 0xd4, 0xcf, 0x16, 0x35, 0xcf, 0x22, 0xc5, 0xe4, 0xb7, 0xb0, 0x0f, 0x00, 0x4a, 0x02, 0x1e, 0x2e, 0xd0, 0xcd, 0xb6, 0xef, 0xff, 0xd7, 0x7b, 0xca, 0x58, 0xc4, 0x48, 0xb4, 0xa5, 0xb3, 0xca, 0xe0, 0xe1, 0x0d, 0xb3, 0x22, 0x56, 0xb1, 0x5f, 0x73, 0xdf, 0xd9, 0xd9, 0xd9, 0x30, 0x7f, 0xfe, 0x7c, 0x38, 0x74, 0x48, 0xad, 0xf0, 0xee, 0x25, 0xcf, 0x13, 0xa7, 0x9b, 0xfe, 0x60, 0xd4, 0x0a, 0x00, 0xb6, 0xb2, 0x86, 0xb2, 0x40, 0x47, 0xf1, 0x15, 0x77, 0x28, 0xd5, 0xe3, 0xc7, 0xd5, 0x5d, 0x84, 0x80, 0xe0, 0x8f, 0xa3, 0xba, 0xc3, 0x83, 0xec, 0x1f, 0x5b, 0xb6, 0x68, 0x27, 0x38, 0xa1, 0x39, 0x45, 0xb3, 0x4a, 0x29, 0x91, 0x97, 0xb8, 0xcb, 0x5f, 0xfc, 0xc8, 0x4d, 0xf0, 0xc9, 0xef, 0xfd, 0x31, 0x5c, 0x39, 0x61, 0x84, 0x1b, 0x56, 0x91, 0x93, 0x85, 0xe8, 0x08, 0x6d, 0x64, 0xa9, 0x01, 0x9d, 0x48, 0x8b, 0xbe, 0x76, 0xd7, 0x8f, 0x00, 0x0d, 0x04, 0xbf, 0xba, 0x5f, 0x08, 0x83, 0x5f, 0x56, 0x16, 0x00, 0xd1, 0x1a, 0xf1, 0xd6, 0x4e, 0xdf, 0x88, 0xf4, 0xc1, 0xd4, 0xaa, 0x3c, 0x78, 0x60, 0xcd, 0x74, 0x56, 0xa9, 0x29, 0xce, 0x30, 0x1b, 0xc2, 0x5e, 0xb5, 0x6a, 0x15, 0x2b, 0x00, 0xd8, 0x57, 0x0f, 0x43, 0x38, 0xd7, 0x6b, 0xc4, 0x12, 0xe5, 0x06, 0xed, 0x89, 0x1f, 0x3a, 0xf4, 0xf1, 0x80, 0x2f, 0x33, 0x3b, 0x10, 0xe8, 0x4f, 0x0b, 0x04, 0x83, 0xde, 0x00, 0xb9, 0xe3, 0x98, 0xd4, 0xf2, 0xb6, 0x6d, 0xdb, 0x16, 0x90, 0x97, 0x39, 0x6c, 0xc7, 0xcd, 0x9a, 0x35, 0x6b, 0x80, 0xf6, 0xa7, 0xf4, 0x85, 0x3e, 0xf0, 0xc2, 0x9c, 0x34, 0xf8, 0xe1, 0x67, 0x6f, 0x87, 0xdc, 0xac, 0x94, 0x11, 0x17, 0x00, 0x3a, 0xf2, 0xab, 0x2c, 0x70, 0x41, 0xeb, 0x85, 0x72, 0x5a, 0x5f, 0x59, 0x83, 0xcc, 0x88, 0xef, 0xeb, 0x44, 0x80, 0xcc, 0xc0, 0x4f, 0xeb, 0x10, 0x09, 0x11, 0x4b, 0xe2, 0x12, 0x85, 0x11, 0xbd, 0xff, 0xb2, 0xc2, 0x0c, 0xf8, 0xc6, 0xae, 0x25, 0xaa, 0xe5, 0xc1, 0x67, 0x84, 0xcf, 0x8a, 0x8f, 0x06, 0x61, 0x50, 0x23, 0x27, 0x27, 0x87, 0xdd, 0x35, 0x65, 0xf3, 0xe6, 0xcd, 0x4b, 0x47, 0xb5, 0x05, 0xc0, 0x56, 0xd7, 0xd4, 0x19, 0x98, 0x92, 0x9d, 0xe6, 0xf6, 0x43, 0x30, 0x70, 0xb1, 0xbd, 0xaf, 0x3b, 0x26, 0xf0, 0x48, 0xd2, 0x4e, 0x3e, 0x64, 0xc6, 0x0f, 0x7c, 0x21, 0xff, 0xe7, 0x39, 0x3c, 0xee, 0x1f, 0x5b, 0x9c, 0x05, 0x3f, 0x22, 0x42, 0xf0, 0xe9, 0x1f, 0xfc, 0x19, 0xd8, 0x0a, 0x73, 0x53, 0xc7, 0x17, 0x41, 0x61, 0x6e, 0x46, 0x04, 0x2f, 0x82, 0x12, 0xd2, 0x0c, 0x7f, 0x17, 0xa2, 0x0b, 0x66, 0x23, 0x28, 0x21, 0x5a, 0x1e, 0x9b, 0x7e, 0x24, 0xc9, 0xd4, 0x71, 0x03, 0xf5, 0x53, 0x5e, 0xa3, 0x53, 0x2a, 0xa6, 0x1c, 0x1f, 0xc2, 0x72, 0xef, 0x69, 0xe1, 0xba, 0x16, 0x11, 0x54, 0xf2, 0xa9, 0x10, 0x56, 0x5a, 0x9f, 0x0d, 0x85, 0x9a, 0xa5, 0x50, 0x2b, 0xfb, 0xa4, 0xa8, 0x24, 0xc8, 0x11, 0x0d, 0x76, 0xcf, 0xad, 0xd3, 0x22, 0x93, 0xf4, 0x41, 0x9d, 0x3a, 0xa9, 0xde, 0xa6, 0x1c, 0x5d, 0x0f, 0x4d, 0x7b, 0x1d, 0x03, 0x69, 0x59, 0x94, 0xc4, 0x01, 0x70, 0x2f, 0xaa, 0xd0, 0xe1, 0x4c, 0xb8, 0xda, 0xc6, 0xa8, 0x8e, 0xcb, 0x4e, 0xf7, 0xc2, 0xb7, 0x1e, 0x5e, 0xaa, 0x2c, 0x34, 0x42, 0x1b, 0xb5, 0xd4, 0x48, 0x83, 0x30, 0x54, 0x8a, 0x7f, 0xe3, 0xef, 0xe1, 0x2b, 0x3e, 0xdf, 0xa7, 0x9f, 0x7e, 0x9a, 0x77, 0x86, 0xdf, 0x1e, 0x29, 0x01, 0x48, 0x98, 0xea, 0x18, 0xb7, 0x72, 0x77, 0x6a, 0x4a, 0x76, 0x9a, 0xe7, 0xf4, 0xef, 0x1f, 0xef, 0x8a, 0x41, 0xfb, 0x7b, 0x49, 0x07, 0xd5, 0x93, 0x87, 0xa3, 0x12, 0xfe, 0xef, 0x7d, 0xef, 0x7b, 0x4a, 0xd8, 0x8c, 0x75, 0x7e, 0x5b, 0x5b, 0x5b, 0xd5, 0x8e, 0xa5, 0x16, 0x00, 0xe3, 0xce, 0xb4, 0x1d, 0x3e, 0xd3, 0x08, 0x5f, 0xfa, 0xf1, 0x6b, 0x40, 0x2b, 0xcd, 0x21, 0x2f, 0x5e, 0x75, 0x53, 0x35, 0x8c, 0xab, 0x28, 0x06, 0xb7, 0xc7, 0xa3, 0x2c, 0xb0, 0x81, 0x13, 0x13, 0x14, 0x90, 0x30, 0x2b, 0x46, 0xd2, 0x15, 0x59, 0x94, 0x7d, 0x91, 0x32, 0xe8, 0x74, 0x49, 0x00, 0x56, 0x58, 0x22, 0x8c, 0x7b, 0x80, 0x50, 0x44, 0x5f, 0xc3, 0x4b, 0xb2, 0x86, 0xcf, 0x21, 0x10, 0x85, 0xd0, 0x05, 0x8d, 0x6d, 0xbd, 0x3a, 0xe0, 0xe6, 0x01, 0x6e, 0x4c, 0x79, 0x00, 0xf4, 0x47, 0x8f, 0xb1, 0xdd, 0xb9, 0x68, 0x5c, 0x74, 0x0d, 0xf0, 0x88, 0x65, 0x51, 0xbd, 0x62, 0x21, 0x7c, 0xbd, 0x42, 0xa4, 0x62, 0x85, 0xcc, 0x5c, 0xbf, 0x0a, 0x68, 0xae, 0x28, 0x2f, 0x7b, 0x3d, 0x9a, 0xe5, 0x5e, 0x99, 0xe3, 0x02, 0x81, 0x20, 0x9c, 0x3c, 0x5b, 0x07, 0x2f, 0xbd, 0x7d, 0x4a, 0x3d, 0x1e, 0x35, 0xfe, 0x3f, 0x7c, 0x72, 0x19, 0x4c, 0xab, 0xca, 0xd7, 0x50, 0x1f, 0x8f, 0xc7, 0xa3, 0x0a, 0x00, 0x0e, 0x8a, 0x65, 0x66, 0x46, 0x93, 0xf6, 0x5a, 0x5a, 0x5a, 0xe0, 0xf1, 0xc7, 0x1f, 0xd7, 0xf8, 0xcb, 0x04, 0x03, 0xe5, 0xcf, 0x3e, 0xfb, 0xec, 0x88, 0x38, 0x74, 0x09, 0x1b, 0x8c, 0xa8, 0x29, 0x9a, 0x1e, 0x70, 0xa7, 0xf4, 0xc5, 0x14, 0x84, 0x26, 0x0f, 0x74, 0x23, 0x0b, 0x7e, 0xcc, 0xf2, 0xac, 0xac, 0xac, 0xd4, 0xa5, 0x3f, 0x6c, 0x48, 0x8d, 0x8f, 0xe0, 0xcc, 0x9b, 0x5c, 0x02, 0x5f, 0xdf, 0x75, 0x8b, 0x4a, 0x05, 0xfa, 0xc9, 0xc3, 0x7a, 0xf3, 0xfd, 0x8b, 0xd0, 0x80, 0x13, 0xd7, 0x31, 0x2e, 0xef, 0x76, 0x29, 0x8e, 0xa9, 0xa0, 0x2c, 0x9c, 0x1d, 0x16, 0xa2, 0xb0, 0x99, 0x0e, 0xef, 0xc3, 0x15, 0x59, 0x70, 0xf5, 0x48, 0xba, 0x4f, 0x79, 0x25, 0xfb, 0x94, 0xcf, 0x85, 0xf0, 0x7b, 0xf6, 0x3b, 0xea, 0x6b, 0x64, 0x63, 0xaf, 0x47, 0xa6, 0xf5, 0x42, 0x23, 0x60, 0x46, 0xe3, 0x33, 0x90, 0xd6, 0xc8, 0x36, 0x28, 0x8f, 0x41, 0xea, 0x04, 0x15, 0x58, 0xd6, 0x22, 0xaa, 0xd7, 0x8f, 0x6b, 0xc8, 0x86, 0xef, 0x11, 0xef, 0x0b, 0x22, 0x8b, 0x04, 0x2a, 0x7f, 0x47, 0xee, 0x45, 0x8c, 0x08, 0x86, 0x72, 0xdd, 0x10, 0xde, 0xc4, 0x88, 0xe0, 0x2a, 0x9f, 0xd2, 0x7b, 0x62, 0x8e, 0x43, 0xbd, 0x71, 0xa9, 0xf6, 0x1a, 0xbc, 0xbc, 0xff, 0x8c, 0x7a, 0x4d, 0xf8, 0x9d, 0xc7, 0x77, 0x2c, 0x82, 0xe9, 0xe3, 0x0a, 0xb4, 0x94, 0xc2, 0xed, 0xd6, 0x08, 0x2b, 0x1f, 0x0d, 0x2a, 0x28, 0x28, 0x80, 0x69, 0xd3, 0xa6, 0xb1, 0xbb, 0xd2, 0xc8, 0x77, 0xee, 0x1f, 0xb5, 0x3e, 0x80, 0xda, 0xf6, 0xdc, 0x17, 0x3a, 0xbe, 0x07, 0x82, 0x31, 0x0a, 0x80, 0xa6, 0xb6, 0xe5, 0xd6, 0xad, 0x5b, 0x35, 0x4e, 0x1d, 0x6a, 0x79, 0xd4, 0x22, 0x0c, 0x5d, 0x52, 0x85, 0x80, 0x76, 0x34, 0x6d, 0xcb, 0xe7, 0x56, 0xc0, 0x63, 0x1f, 0x59, 0xac, 0x6a, 0x66, 0xa4, 0x44, 0xfb, 0x0e, 0x9e, 0x87, 0x2b, 0x57, 0x9b, 0x95, 0x65, 0x49, 0xa9, 0x76, 0xd6, 0x98, 0x7c, 0x41, 0x85, 0x2a, 0x03, 0xdc, 0xa8, 0x96, 0x84, 0x48, 0x5d, 0x4e, 0x95, 0x0e, 0xc8, 0x82, 0xd6, 0x66, 0x0a, 0xea, 0x1a, 0x93, 0x4c, 0x5d, 0xd0, 0xf0, 0xc3, 0xd7, 0x05, 0xbe, 0x59, 0xdc, 0x9f, 0xe3, 0xfb, 0x66, 0x79, 0x43, 0x2c, 0x6d, 0x93, 0xd5, 0x05, 0x3c, 0xe4, 0xe8, 0x5a, 0xc8, 0xec, 0xcb, 0x20, 0xdd, 0x4b, 0xb4, 0x9a, 0x8d, 0xa4, 0x0f, 0xf7, 0xbe, 0x79, 0x52, 0xb3, 0x62, 0xcf, 0xc7, 0xef, 0x9d, 0x0d, 0xb7, 0xcc, 0x2a, 0x1f, 0x00, 0x7e, 0xaa, 0x08, 0x90, 0xfa, 0xd0, 0x67, 0xc6, 0x3e, 0x43, 0x6c, 0xab, 0x57, 0xaf, 0xe6, 0x71, 0x30, 0x62, 0x63, 0x02, 0x23, 0xe6, 0x3d, 0x6d, 0xd8, 0xb0, 0xa1, 0x9c, 0x98, 0x4a, 0x5c, 0xf4, 0x42, 0x8d, 0xd9, 0xfd, 0xec, 0x67, 0x3f, 0x53, 0x9c, 0x24, 0x0a, 0x72, 0x1c, 0xf9, 0xc5, 0x8d, 0x6d, 0x48, 0x83, 0x28, 0xf8, 0xb1, 0x73, 0x59, 0x2a, 0x84, 0xed, 0xbf, 0xfe, 0x78, 0x1c, 0x7e, 0xf2, 0xcc, 0x11, 0xf5, 0x6f, 0x5c, 0x0d, 0x72, 0xc5, 0xc2, 0x89, 0x90, 0x57, 0x90, 0xa7, 0x00, 0x98, 0x9e, 0x1b, 0x8b, 0xcf, 0xaa, 0xa1, 0x4c, 0x81, 0xed, 0x10, 0x01, 0x78, 0xdc, 0x08, 0x26, 0x38, 0xa2, 0x95, 0x41, 0x65, 0x46, 0xb8, 0xfa, 0xfa, 0xb5, 0x0b, 0xeb, 0x59, 0xfb, 0x01, 0xe6, 0x94, 0x87, 0x4f, 0x9d, 0x28, 0x2b, 0xc8, 0xd0, 0xd4, 0x1e, 0x02, 0x88, 0xf2, 0x7b, 0x41, 0x30, 0x08, 0xbb, 0xd2, 0xc9, 0xf7, 0x03, 0x22, 0x51, 0xd1, 0xfd, 0x25, 0xf9, 0x19, 0x30, 0x71, 0x4c, 0xae, 0xe6, 0xfb, 0xcd, 0x2d, 0x6d, 0xf0, 0x3f, 0x2f, 0x1d, 0x86, 0x8e, 0xee, 0xa8, 0x43, 0xbb, 0x65, 0xe5, 0x24, 0x78, 0x64, 0xe3, 0x2c, 0x3e, 0x94, 0xad, 0x52, 0x1f, 0xfc, 0x3e, 0x0b, 0x7a, 0xaf, 0xd7, 0x0b, 0x79, 0x79, 0xd1, 0x62, 0x5e, 0x18, 0xd1, 0xfb, 0xe2, 0x17, 0xbf, 0xa8, 0xb1, 0x0e, 0xe4, 0xfb, 0xf3, 0xf6, 0xec, 0xd9, 0x73, 0x64, 0x54, 0x3a, 0xc1, 0xf1, 0x34, 0xd2, 0x59, 0x0f, 0xb0, 0xe0, 0x9f, 0x3d, 0x7b, 0xb6, 0x12, 0x2b, 0x66, 0xb3, 0x3d, 0x59, 0xfa, 0x13, 0x0d, 0x39, 0x86, 0x9d, 0x2a, 0x1a, 0x11, 0x42, 0x61, 0x60, 0x85, 0x60, 0xfb, 0x5d, 0x33, 0xa0, 0xa3, 0xc7, 0x0f, 0xff, 0xfd, 0x72, 0x38, 0x0f, 0xaf, 0xb1, 0xa5, 0x1b, 0x0e, 0x7c, 0x50, 0x03, 0x4b, 0xe6, 0x0a, 0x90, 0xa9, 0x44, 0x20, 0xc2, 0x10, 0xc7, 0xb9, 0xb5, 0x5d, 0xc4, 0x4a, 0x74, 0xf6, 0xf8, 0x6d, 0x5a, 0xab, 0x81, 0x8e, 0x22, 0xbf, 0x00, 0x36, 0xeb, 0x36, 0x6a, 0x78, 0xb5, 0xa9, 0x1f, 0x30, 0x30, 0x61, 0x4e, 0x03, 0x4c, 0xe0, 0x53, 0x27, 0x64, 0x65, 0x41, 0x3d, 0xab, 0xd9, 0x63, 0x7a, 0x51, 0x26, 0x90, 0x0d, 0x8a, 0x77, 0x45, 0x9c, 0xd9, 0x85, 0xd3, 0x4a, 0xb9, 0xd4, 0x93, 0x6e, 0xf8, 0xc3, 0xbe, 0x63, 0x1a, 0xf0, 0xdf, 0x3c, 0xb3, 0x0c, 0x76, 0xad, 0x9f, 0x69, 0x08, 0x7e, 0xde, 0x3f, 0xe3, 0x9d, 0xe1, 0xc8, 0xb3, 0x87, 0xdb, 0x6e, 0xbb, 0x0d, 0xf6, 0xee, 0xdd, 0xcb, 0xde, 0x2f, 0xa6, 0x8d, 0x7e, 0x66, 0xf4, 0x52, 0xa0, 0xd8, 0x9b, 0xa6, 0xa6, 0xe5, 0xbd, 0xf7, 0xde, 0xab, 0xf9, 0x10, 0x43, 0x68, 0xd4, 0x8c, 0xf2, 0x8d, 0xed, 0x60, 0x2a, 0x04, 0x6c, 0xfb, 0xc4, 0xa6, 0x79, 0xb0, 0xee, 0x16, 0x75, 0xc5, 0x23, 0xb8, 0x74, 0xa5, 0x1d, 0xde, 0x3f, 0x51, 0x07, 0xbd, 0x5d, 0x5d, 0x8c, 0x63, 0x27, 0x43, 0x49, 0x5e, 0x3a, 0x64, 0xa4, 0x7a, 0x06, 0xc6, 0xea, 0xb9, 0x4d, 0x0d, 0x61, 0x92, 0x7f, 0x92, 0x2c, 0xeb, 0x1c, 0x23, 0xeb, 0x53, 0x1d, 0x53, 0x3f, 0xc0, 0x2e, 0xe5, 0xd1, 0x82, 0xdf, 0x30, 0x99, 0x6e, 0x10, 0xe0, 0xc7, 0x39, 0x0c, 0x2b, 0xe7, 0x55, 0x80, 0x97, 0x49, 0xe5, 0xc6, 0xfe, 0xc7, 0x75, 0x11, 0xae, 0x36, 0x47, 0x63, 0x1a, 0x53, 0x2a, 0xf3, 0xe0, 0x09, 0xc2, 0xfb, 0xd9, 0xb0, 0x2b, 0xf6, 0x3f, 0x6a, 0x78, 0xea, 0x07, 0xd1, 0x24, 0x42, 0xbe, 0xa1, 0xb6, 0x67, 0xd3, 0x40, 0x6e, 0xbe, 0xf9, 0x66, 0x9e, 0x06, 0xed, 0xc0, 0x22, 0x08, 0x37, 0x84, 0x00, 0x6c, 0xdb, 0xb6, 0x6d, 0x09, 0x30, 0x4b, 0xa6, 0xa2, 0x46, 0xe0, 0x26, 0x4e, 0xe8, 0x6a, 0x7f, 0xd6, 0x17, 0xc0, 0x4e, 0xa6, 0x9d, 0xce, 0xd2, 0x22, 0x1a, 0x99, 0xf9, 0xe2, 0xf6, 0x45, 0xb0, 0x6c, 0x4e, 0x74, 0x55, 0x95, 0x33, 0x97, 0x9a, 0xe0, 0xe8, 0xe9, 0x06, 0xe8, 0xeb, 0xe9, 0x66, 0xd2, 0x16, 0x04, 0x28, 0x2f, 0xcc, 0x24, 0x00, 0x70, 0x2b, 0xc0, 0x66, 0x81, 0xae, 0x07, 0x78, 0x0a, 0x64, 0x23, 0xd0, 0xd3, 0xef, 0xd3, 0xef, 0x18, 0xfb, 0x01, 0x26, 0x8e, 0x2e, 0xc7, 0xf7, 0x07, 0x80, 0x5f, 0x4e, 0x2c, 0xf8, 0x31, 0x71, 0x6f, 0x05, 0x01, 0x3f, 0xab, 0x08, 0xfc, 0xfe, 0x7e, 0x78, 0x75, 0xff, 0x49, 0x38, 0x7b, 0xb9, 0x59, 0xdd, 0x87, 0x2b, 0xda, 0x7f, 0xeb, 0x91, 0x5b, 0x94, 0xbe, 0xd2, 0x03, 0x3f, 0xbd, 0x46, 0x9a, 0x03, 0xa4, 0x27, 0x00, 0x6c, 0x2b, 0x2d, 0x2d, 0x85, 0xea, 0xea, 0x6a, 0x76, 0x57, 0x6e, 0x4a, 0x4a, 0xca, 0xa6, 0x1b, 0x42, 0x00, 0x08, 0x80, 0x35, 0xce, 0xef, 0xba, 0x75, 0xeb, 0x34, 0x00, 0x46, 0x80, 0xfb, 0x7c, 0x3e, 0xd3, 0xdc, 0x1f, 0x9a, 0xd2, 0x0b, 0xaa, 0xd3, 0x29, 0x71, 0xbe, 0x82, 0x08, 0xbb, 0xff, 0x66, 0x19, 0xcc, 0x9d, 0xac, 0x26, 0x98, 0xc2, 0xf1, 0xf3, 0x57, 0xe1, 0xf4, 0x85, 0x2b, 0x44, 0x08, 0x7a, 0x54, 0x00, 0xe3, 0xb3, 0xc3, 0x87, 0x8b, 0x2b, 0xc8, 0x0f, 0xd0, 0xfc, 0x12, 0x0c, 0x70, 0x58, 0x07, 0x80, 0x59, 0x27, 0xaa, 0xa3, 0x1b, 0xdd, 0x89, 0x00, 0x4e, 0x62, 0x80, 0x6f, 0x14, 0xe5, 0x19, 0x98, 0x3e, 0xc1, 0xac, 0x44, 0x03, 0x09, 0x00, 0x3f, 0x44, 0x23, 0x39, 0xcb, 0x66, 0x8f, 0x85, 0xfc, 0xcc, 0x54, 0x4d, 0xca, 0xf9, 0xa1, 0x63, 0x17, 0xe1, 0xaf, 0x67, 0xae, 0xa8, 0xc7, 0x61, 0x8c, 0x1f, 0xc1, 0x9f, 0xcd, 0x65, 0x9e, 0xf2, 0x13, 0x87, 0x10, 0xfc, 0x46, 0xcf, 0x0c, 0x9f, 0x15, 0x72, 0x7f, 0x76, 0x3c, 0x07, 0x47, 0x86, 0x47, 0xda, 0x19, 0x16, 0x47, 0x40, 0xfb, 0x63, 0x09, 0xbf, 0x6d, 0xec, 0x3e, 0xe4, 0x83, 0x6c, 0xb3, 0x9b, 0xf8, 0x86, 0x1d, 0x8e, 0x1d, 0x8b, 0xaf, 0xbc, 0x00, 0x28, 0xce, 0x17, 0x01, 0xf5, 0x77, 0xff, 0x76, 0x25, 0x31, 0xdd, 0x05, 0xea, 0x88, 0xed, 0x91, 0x33, 0x0d, 0x70, 0xe1, 0x72, 0x23, 0xf8, 0x15, 0x8d, 0x14, 0x0e, 0xe3, 0x60, 0x45, 0xb7, 0xaa, 0xe2, 0xac, 0x70, 0x1e, 0xbf, 0x46, 0xf3, 0xb2, 0x80, 0x97, 0x4d, 0x29, 0x11, 0x2b, 0x2c, 0x31, 0x03, 0xdf, 0x8c, 0xf2, 0x18, 0x5a, 0x04, 0xf3, 0x88, 0x92, 0x84, 0x45, 0x5a, 0x43, 0x92, 0x52, 0x4f, 0x08, 0x73, 0x95, 0x70, 0xc3, 0xbf, 0x69, 0x9a, 0x36, 0x1e, 0xbe, 0x60, 0x4a, 0x31, 0x94, 0xe5, 0x47, 0x27, 0xaf, 0x48, 0x52, 0x08, 0x4e, 0x9d, 0xab, 0x83, 0xd7, 0x0f, 0x5e, 0x50, 0xaf, 0x0f, 0x63, 0xfd, 0xdf, 0x24, 0xe0, 0x2f, 0x2f, 0xcc, 0xd0, 0x8b, 0xe2, 0x29, 0xfc, 0x1e, 0xfb, 0x9f, 0x3e, 0x0b, 0xb3, 0xc6, 0x5b, 0x01, 0x1c, 0xf1, 0x67, 0x7d, 0x07, 0xd2, 0x56, 0x6e, 0xd9, 0xb2, 0x65, 0xd2, 0x75, 0x2d, 0x00, 0x04, 0xa8, 0x98, 0xe8, 0xa3, 0xae, 0xd6, 0x8e, 0x33, 0xbe, 0x8a, 0x8b, 0x8b, 0x4d, 0x63, 0xff, 0x56, 0x42, 0xa0, 0x77, 0x0c, 0xf5, 0x0d, 0x72, 0xb2, 0xd2, 0xe1, 0x7f, 0x7f, 0xf1, 0x4e, 0xa8, 0x2c, 0xcd, 0x8e, 0x68, 0x38, 0x09, 0x0e, 0x9d, 0xac, 0x87, 0x4b, 0xf5, 0xd7, 0xa0, 0x1f, 0xad, 0x4c, 0xc4, 0x51, 0x75, 0xbb, 0x45, 0x18, 0x57, 0x96, 0x0d, 0x2e, 0xd1, 0xdc, 0x07, 0xd0, 0xd3, 0xf4, 0x5a, 0xd0, 0x47, 0x04, 0xc2, 0x02, 0xf8, 0x46, 0x5a, 0xdf, 0x8a, 0xef, 0xf3, 0xe0, 0x57, 0x56, 0xac, 0x0c, 0x84, 0x94, 0x99, 0x62, 0xe8, 0xfc, 0xe3, 0x02, 0x7b, 0x2d, 0x9d, 0x7d, 0x4a, 0x81, 0x2e, 0x74, 0xf0, 0x31, 0xd2, 0x15, 0x2e, 0xb1, 0x1e, 0xde, 0xf0, 0x3d, 0xee, 0x9b, 0x50, 0x96, 0x03, 0x55, 0x25, 0x39, 0x4a, 0x68, 0x13, 0xaf, 0x15, 0x43, 0xc5, 0x18, 0xeb, 0x7f, 0x91, 0x19, 0xe8, 0x42, 0x0b, 0xf1, 0xd4, 0x43, 0x4b, 0x60, 0x56, 0x75, 0xb1, 0xd2, 0x97, 0x7c, 0xde, 0x11, 0xfb, 0x0c, 0x78, 0xc7, 0x57, 0xaf, 0xa1, 0x55, 0xa7, 0x8a, 0x0a, 0xef, 0x07, 0x47, 0xfc, 0x6f, 0xb9, 0x45, 0x53, 0xd1, 0x51, 0xc0, 0xc9, 0x32, 0xd7, 0x3b, 0x05, 0xda, 0xc9, 0xfe, 0x81, 0x89, 0x6f, 0xec, 0xa0, 0x16, 0x9b, 0x4b, 0x1e, 0xc3, 0x78, 0xc2, 0x80, 0x88, 0x04, 0xfb, 0xc0, 0x70, 0xda, 0xe0, 0xbf, 0x3c, 0x76, 0x37, 0x14, 0xe7, 0x87, 0xb5, 0x18, 0xce, 0xaa, 0x7a, 0xf7, 0x78, 0x1d, 0xd4, 0x37, 0x5c, 0x83, 0xa0, 0xbf, 0x3f, 0x02, 0x28, 0xac, 0xe9, 0xe3, 0x82, 0xaa, 0xd2, 0x1c, 0x65, 0xf0, 0xc8, 0xc8, 0xe9, 0xb5, 0xf2, 0x03, 0xb4, 0xce, 0xad, 0x31, 0xf0, 0x25, 0xdb, 0x5a, 0x5f, 0x4b, 0x79, 0xf0, 0x7b, 0x08, 0xf8, 0xae, 0xde, 0x80, 0x92, 0xf8, 0xd6, 0xdc, 0xd1, 0x47, 0x80, 0xdf, 0xaf, 0x84, 0x75, 0x71, 0xbf, 0x24, 0x59, 0x5b, 0xce, 0xf1, 0x04, 0xfc, 0xf3, 0x26, 0x15, 0x2b, 0xe7, 0x55, 0x96, 0x65, 0x0d, 0x86, 0x94, 0xf1, 0x92, 0xdf, 0xef, 0x3b, 0xa6, 0x28, 0x08, 0xda, 0xfe, 0x76, 0xeb, 0x3c, 0x58, 0x1e, 0xf1, 0xa3, 0xa8, 0xaf, 0x85, 0x7d, 0xcb, 0xce, 0xd3, 0x88, 0xb5, 0xf1, 0xd4, 0x96, 0x13, 0x00, 0x65, 0x6c, 0x68, 0x38, 0xeb, 0x07, 0x0d, 0xab, 0x00, 0x6c, 0xde, 0xbc, 0xb9, 0x0a, 0x19, 0x0f, 0xcb, 0x03, 0xe7, 0xcd, 0x9b, 0x67, 0xe9, 0xfc, 0xda, 0xa1, 0x43, 0x78, 0x2e, 0x0a, 0x7c, 0xbd, 0x3c, 0x7f, 0x04, 0xff, 0x8f, 0x3e, 0x77, 0x87, 0xb2, 0xae, 0x97, 0x42, 0xb3, 0xfa, 0xfc, 0xf0, 0xee, 0xb1, 0x3a, 0xb8, 0x7a, 0xb5, 0x05, 0x82, 0x28, 0x70, 0x11, 0xb4, 0x61, 0x91, 0xdb, 0x2a, 0x62, 0x2d, 0xc2, 0x39, 0x44, 0x66, 0xd1, 0x1e, 0x96, 0x6e, 0x0c, 0x0e, 0xf8, 0x66, 0x5a, 0x9f, 0x9e, 0x0b, 0xe7, 0x01, 0x74, 0x12, 0xcd, 0xdd, 0xd4, 0xde, 0xa7, 0x68, 0x79, 0x04, 0x7c, 0x30, 0x14, 0xfb, 0x62, 0xf1, 0x25, 0xf9, 0xe9, 0x84, 0xf7, 0xb3, 0x8b, 0xed, 0xc9, 0xd0, 0xd9, 0xd1, 0xa9, 0x84, 0x3b, 0xf1, 0x9c, 0xb4, 0xdd, 0xbf, 0x7a, 0x2a, 0x6c, 0x5e, 0x39, 0x59, 0x1f, 0x34, 0x11, 0xeb, 0x6a, 0x64, 0x11, 0xcc, 0x1a, 0x9b, 0xd7, 0x85, 0xad, 0xa2, 0xa2, 0x02, 0xca, 0xca, 0xca, 0x34, 0xfe, 0x31, 0xce, 0x0e, 0xbc, 0x2e, 0x05, 0x80, 0x00, 0xf3, 0x41, 0xf6, 0x37, 0x97, 0x2d, 0x5b, 0xa6, 0x4c, 0xa2, 0x66, 0x01, 0xc2, 0xf3, 0x44, 0x2b, 0x21, 0x60, 0x35, 0xbe, 0x95, 0xb0, 0x54, 0x8f, 0xcd, 0x83, 0x1f, 0x7d, 0xfe, 0x0e, 0x05, 0xe4, 0x4a, 0x9c, 0xbb, 0xc7, 0x07, 0xef, 0x9e, 0xb8, 0x0c, 0xd7, 0xae, 0xb5, 0x40, 0x28, 0x18, 0x50, 0x03, 0xf3, 0x99, 0xa9, 0x1e, 0xa8, 0x2c, 0xc9, 0x86, 0x68, 0x86, 0x9b, 0x16, 0xd4, 0x1a, 0x4d, 0xcf, 0x80, 0x5e, 0xe5, 0xd7, 0xf1, 0x00, 0x5f, 0xe7, 0x73, 0x1c, 0x4c, 0x43, 0x2a, 0xd3, 0xd8, 0xd6, 0xa3, 0x68, 0x7b, 0x04, 0xa8, 0x1d, 0x0d, 0x6f, 0xd4, 0x70, 0x16, 0xdb, 0xaa, 0xf9, 0x95, 0xe0, 0x62, 0x14, 0x44, 0x2f, 0x51, 0x38, 0x7b, 0xdf, 0x3c, 0x01, 0xed, 0x5d, 0xd1, 0x58, 0x3f, 0x46, 0x85, 0x1e, 0xb9, 0x77, 0x8e, 0xe1, 0x73, 0xa0, 0xd7, 0xcd, 0x0a, 0x82, 0xdd, 0xc9, 0x4a, 0xd4, 0x67, 0x63, 0x15, 0x17, 0x3f, 0x67, 0x78, 0x38, 0x9d, 0xe1, 0xe1, 0x14, 0x00, 0x81, 0x8f, 0xfd, 0xaf, 0x59, 0xb3, 0x46, 0xd3, 0xb1, 0xa8, 0x1d, 0xf4, 0x9c, 0x59, 0x3d, 0x21, 0xa0, 0xe9, 0x10, 0x7a, 0x1a, 0xdf, 0xa8, 0xac, 0x09, 0xee, 0x9b, 0x31, 0xa1, 0x08, 0xbe, 0xf9, 0x89, 0x95, 0x0a, 0xe7, 0x57, 0x46, 0x3a, 0xdb, 0x7a, 0xe1, 0xfd, 0x93, 0x75, 0xd0, 0xdc, 0xd4, 0x1a, 0x71, 0xe2, 0xc2, 0xd4, 0x27, 0x27, 0xc3, 0x0b, 0x95, 0xc5, 0xd9, 0x03, 0x35, 0xbc, 0x86, 0xd7, 0x9b, 0x83, 0xde, 0x0a, 0xf8, 0xbc, 0xd6, 0x0f, 0x85, 0x64, 0x05, 0xe4, 0x2d, 0x84, 0xd6, 0x5c, 0x6d, 0xed, 0x51, 0xc0, 0x8f, 0x42, 0x90, 0x88, 0xe2, 0x17, 0xe9, 0x44, 0xe8, 0x57, 0x2f, 0xa8, 0x84, 0x14, 0x77, 0x94, 0xbe, 0xf8, 0xfb, 0x7d, 0xf0, 0xe7, 0xfd, 0xa7, 0xd4, 0x02, 0xbb, 0xd8, 0x66, 0x56, 0x17, 0xc2, 0x93, 0x0f, 0xde, 0x1c, 0x4d, 0x14, 0xb4, 0xe8, 0x53, 0x2b, 0x8b, 0xa0, 0xf7, 0x1d, 0x5e, 0xc9, 0x21, 0x0b, 0xe0, 0x68, 0xd5, 0xda, 0x8d, 0x1b, 0x37, 0x56, 0x0c, 0x07, 0x28, 0x87, 0x6d, 0xea, 0xd0, 0xd6, 0xad, 0x5b, 0x57, 0x92, 0x97, 0xcf, 0xd3, 0xbf, 0xb1, 0xd0, 0xd5, 0x8e, 0x1d, 0x3b, 0x34, 0xe0, 0x6d, 0x6f, 0x6f, 0xb7, 0x8c, 0x24, 0x84, 0x43, 0x9c, 0x61, 0x2e, 0x1a, 0xef, 0x94, 0x46, 0xd4, 0xee, 0x18, 0xff, 0x7f, 0xe3, 0xf0, 0x65, 0xe5, 0x6f, 0xac, 0xb9, 0xd9, 0xe7, 0x0f, 0x40, 0x6e, 0x46, 0x0a, 0xa4, 0xa6, 0xa5, 0x86, 0x13, 0xe7, 0x84, 0x30, 0x68, 0x94, 0x94, 0x0c, 0x66, 0xa2, 0xb9, 0x19, 0x18, 0x35, 0xc0, 0xe6, 0x8e, 0xd7, 0x2b, 0x43, 0x82, 0x7b, 0x30, 0x3a, 0xd3, 0x4b, 0x1c, 0x53, 0xfc, 0x0d, 0x74, 0x62, 0xb1, 0xac, 0x62, 0x48, 0x4a, 0xec, 0xfc, 0x10, 0x8c, 0x6e, 0xad, 0x5e, 0x58, 0x05, 0x79, 0x99, 0xa9, 0x8c, 0xe3, 0xda, 0x0f, 0x6f, 0xbe, 0x77, 0x06, 0x8e, 0x9f, 0x6f, 0x8c, 0xd2, 0x91, 0x92, 0x2c, 0xf8, 0xfe, 0xa7, 0x6f, 0xd3, 0x8c, 0x09, 0xc4, 0x32, 0x0d, 0x95, 0x8e, 0xce, 0x5b, 0x7d, 0x07, 0x9f, 0x31, 0x16, 0x3d, 0xa0, 0xcf, 0x0f, 0xc7, 0x12, 0x1a, 0x1b, 0x1b, 0xa1, 0xbe, 0xbe, 0x9e, 0x91, 0x29, 0xb1, 0xe5, 0xe4, 0xc9, 0x93, 0x6f, 0x5e, 0x37, 0x16, 0x80, 0x9f, 0xf4, 0xbe, 0x69, 0xd3, 0x26, 0xdd, 0xc4, 0x37, 0xab, 0xce, 0x43, 0x4d, 0x63, 0xd7, 0x09, 0x93, 0x19, 0x4d, 0xcd, 0x6f, 0x77, 0xdd, 0x3c, 0x01, 0xbe, 0xb0, 0x7d, 0xb1, 0x7a, 0x6c, 0xed, 0x95, 0x0e, 0x38, 0x7a, 0xb6, 0x01, 0x3a, 0xda, 0x88, 0x10, 0x4a, 0x21, 0x55, 0x2b, 0x97, 0x12, 0xce, 0x5c, 0x9a, 0x9f, 0xa1, 0xab, 0xe5, 0x07, 0xfc, 0x86, 0x6a, 0x21, 0x8c, 0x35, 0x3e, 0x02, 0x1e, 0x13, 0xf5, 0x90, 0xd2, 0xe0, 0x6a, 0xf0, 0xd7, 0x88, 0x05, 0x42, 0x6e, 0xef, 0x0f, 0x4a, 0x43, 0xd2, 0xef, 0x88, 0xb1, 0x5b, 0x89, 0x23, 0x5b, 0x94, 0x93, 0xa6, 0xe9, 0xeb, 0x23, 0x84, 0xfa, 0x1d, 0x3e, 0x15, 0x5d, 0xa5, 0x0a, 0x63, 0xfc, 0xdf, 0x79, 0x74, 0x85, 0xba, 0xec, 0xab, 0x76, 0xbc, 0x41, 0xb6, 0xec, 0x63, 0x5e, 0x41, 0x99, 0x29, 0x27, 0x1a, 0x3e, 0x65, 0xbf, 0xb7, 0x7c, 0xf9, 0x72, 0xfe, 0xb0, 0x5d, 0xc3, 0x51, 0x3a, 0x65, 0x58, 0x72, 0x81, 0xb6, 0x6d, 0xdb, 0x96, 0x19, 0x09, 0x7f, 0xaa, 0x0d, 0x8b, 0x25, 0x59, 0x39, 0xbf, 0xbc, 0x76, 0x61, 0xe9, 0x0e, 0x4d, 0x6a, 0xb3, 0xa3, 0x8d, 0x8d, 0xf6, 0x6d, 0x5e, 0x39, 0x45, 0xa1, 0x40, 0xbf, 0xdc, 0x7b, 0x54, 0xa1, 0x2a, 0x17, 0xea, 0x5b, 0x15, 0x6d, 0x39, 0x97, 0xd0, 0xa3, 0x9c, 0xdc, 0x5c, 0x65, 0x71, 0x6a, 0xfc, 0x37, 0xb6, 0x28, 0x4b, 0x71, 0x38, 0xd1, 0x01, 0x35, 0xd2, 0xf4, 0xbc, 0xb6, 0xc7, 0xf3, 0xe1, 0x77, 0x82, 0x41, 0x2c, 0x65, 0x12, 0x52, 0x22, 0x34, 0x08, 0x7e, 0x69, 0x98, 0x2b, 0xb4, 0x2d, 0x9e, 0x56, 0x46, 0xa8, 0x5c, 0xb4, 0xac, 0x24, 0x0a, 0xf7, 0x99, 0x8b, 0xf5, 0xf0, 0xe6, 0xa1, 0x68, 0xac, 0x1f, 0x7d, 0xa2, 0xef, 0xfd, 0xed, 0x4a, 0x65, 0x40, 0x30, 0x16, 0xad, 0x6f, 0x76, 0x1c, 0x2a, 0x37, 0x9a, 0xbd, 0x6b, 0x34, 0x26, 0xc0, 0x4e, 0x7c, 0xc2, 0x79, 0xe0, 0x58, 0xd7, 0x94, 0xce, 0xfd, 0xc0, 0x60, 0xd5, 0xb1, 0x63, 0xc7, 0x30, 0x60, 0xf2, 0xca, 0xa8, 0xa7, 0x40, 0xd3, 0xa6, 0x4d, 0xc3, 0x82, 0x57, 0xdb, 0x98, 0xbf, 0xe1, 0xee, 0xbb, 0xef, 0xd6, 0x1c, 0xd3, 0xd6, 0xd6, 0x36, 0x80, 0xe3, 0x1b, 0x81, 0x9f, 0x17, 0x8c, 0x58, 0x80, 0xcf, 0x3b, 0x9e, 0xf3, 0xa6, 0x94, 0x28, 0xf1, 0xf2, 0x93, 0x35, 0x2d, 0xca, 0xdf, 0xcd, 0xed, 0x3d, 0x70, 0xb9, 0xa1, 0x0d, 0x32, 0xd3, 0x88, 0x6e, 0x10, 0xdd, 0x8a, 0x66, 0xc6, 0xc1, 0x24, 0xa4, 0x05, 0xb8, 0x4c, 0x11, 0xae, 0xd4, 0x82, 0x11, 0x19, 0xdc, 0x90, 0xae, 0xf4, 0xf5, 0x07, 0x15, 0xde, 0x8e, 0x4b, 0x99, 0x62, 0x9c, 0x1d, 0xeb, 0xf2, 0x74, 0x74, 0x87, 0x93, 0xec, 0x7a, 0x08, 0xb5, 0xc1, 0xcf, 0x11, 0xfc, 0x48, 0x6b, 0x86, 0x7b, 0xe2, 0xeb, 0xac, 0x09, 0x85, 0x30, 0x7b, 0x42, 0xb4, 0x1e, 0x0f, 0x0e, 0x8e, 0xd5, 0xd5, 0x5f, 0x83, 0xbd, 0x6f, 0x9c, 0x54, 0xe2, 0xfe, 0x0a, 0x00, 0x88, 0x90, 0x7f, 0xf5, 0xa1, 0x25, 0x4a, 0x3f, 0xd0, 0x3e, 0xb1, 0xa2, 0x96, 0xb1, 0x54, 0x8a, 0x33, 0x3a, 0x16, 0x85, 0x23, 0x25, 0x25, 0x45, 0x65, 0x01, 0xf4, 0xd8, 0x13, 0x27, 0x34, 0xc5, 0x04, 0x3d, 0x84, 0x06, 0xfd, 0x6e, 0xd4, 0x53, 0x20, 0x3e, 0xef, 0x9f, 0x4f, 0x7c, 0x43, 0x6d, 0xc0, 0x73, 0x7f, 0x76, 0xfa, 0xa1, 0x19, 0xdf, 0xe7, 0xa9, 0xcd, 0x80, 0xe8, 0x4b, 0x44, 0x0b, 0x45, 0x9d, 0x56, 0x49, 0xdd, 0x47, 0x5f, 0x31, 0xde, 0x7d, 0xdb, 0x82, 0xe8, 0x44, 0x1c, 0x25, 0x3a, 0x74, 0xb4, 0x06, 0xda, 0x09, 0x1d, 0xc2, 0xc9, 0x35, 0x3e, 0xa5, 0xfc, 0x61, 0x08, 0xaa, 0x4a, 0xb3, 0x94, 0x31, 0x02, 0x74, 0x4e, 0x71, 0xc3, 0xe5, 0x90, 0x10, 0xe8, 0x38, 0xb8, 0x84, 0x42, 0xa0, 0x80, 0x7d, 0x04, 0xb4, 0xbc, 0x5e, 0x1b, 0x57, 0x9a, 0x0d, 0xf3, 0x27, 0x17, 0x6b, 0xfa, 0x02, 0x1d, 0xfd, 0x17, 0xde, 0x38, 0xa1, 0x2e, 0xab, 0x84, 0xed, 0xd1, 0xcd, 0x73, 0x61, 0xe9, 0xac, 0x72, 0x4d, 0x3f, 0xf1, 0x7d, 0x66, 0x46, 0x77, 0xac, 0x84, 0x81, 0x4e, 0x24, 0x32, 0xb2, 0x02, 0xec, 0x39, 0x75, 0x4a, 0xa7, 0x6c, 0x21, 0xec, 0xa1, 0x68, 0x54, 0x0b, 0x00, 0x0e, 0x6d, 0x93, 0x9b, 0x52, 0x47, 0x3b, 0x10, 0xcc, 0xdc, 0x8c, 0xa0, 0x01, 0xb1, 0x61, 0x8d, 0x0a, 0xf0, 0x78, 0x6c, 0xf3, 0x7c, 0x33, 0xe0, 0x2b, 0x83, 0x3e, 0x4a, 0x15, 0x67, 0x79, 0x80, 0x40, 0x60, 0x97, 0x63, 0xe4, 0x63, 0xd1, 0xb4, 0xd2, 0xa8, 0x45, 0xea, 0xec, 0x83, 0x43, 0xc7, 0x2f, 0x41, 0x1f, 0x66, 0x90, 0x46, 0xa6, 0x43, 0x62, 0xf8, 0x70, 0x76, 0x75, 0x91, 0x92, 0x3a, 0x9c, 0xcc, 0x0d, 0x63, 0xfd, 0x38, 0x80, 0xa5, 0x4e, 0x90, 0x21, 0xb6, 0xa7, 0x8b, 0xdc, 0xc7, 0xf3, 0x04, 0xfc, 0x6c, 0xac, 0xff, 0x43, 0xab, 0xa7, 0xc2, 0xc6, 0xe5, 0xd5, 0xa6, 0xbe, 0x12, 0xaf, 0x34, 0x62, 0xad, 0xcd, 0x44, 0x1d, 0x63, 0x3d, 0x21, 0xe0, 0x07, 0xc5, 0x70, 0xce, 0x00, 0x57, 0x10, 0x01, 0xa7, 0xcc, 0x7e, 0x64, 0x54, 0x0b, 0x40, 0xc4, 0xf9, 0x55, 0xc5, 0x1a, 0x17, 0xb9, 0x40, 0xaf, 0x9f, 0x8d, 0x08, 0xf0, 0xd5, 0x03, 0x58, 0x87, 0xd7, 0x8e, 0x29, 0x66, 0x1f, 0x14, 0x4d, 0x92, 0x63, 0x85, 0x80, 0x66, 0x8f, 0xf2, 0x0f, 0x95, 0xfd, 0x3e, 0x52, 0x81, 0xdd, 0x7f, 0xb3, 0x14, 0x66, 0x8c, 0x8f, 0x4e, 0xf1, 0x6b, 0x6a, 0xeb, 0x81, 0xc3, 0x27, 0x2f, 0x43, 0x7f, 0x4f, 0x77, 0x64, 0x85, 0x46, 0x62, 0x8d, 0x88, 0x7f, 0x30, 0x7f, 0x72, 0xc9, 0x80, 0x34, 0xea, 0x64, 0x69, 0xe8, 0xc4, 0xf2, 0xb1, 0xfe, 0x3e, 0xa2, 0x60, 0xf6, 0xbe, 0x71, 0x1c, 0x5a, 0x3b, 0xa2, 0x8a, 0xe6, 0xd6, 0xb9, 0x63, 0xe0, 0xc1, 0xb5, 0xd3, 0x4c, 0xad, 0x27, 0x55, 0x1a, 0x7a, 0xca, 0x24, 0x56, 0x61, 0xd0, 0x2b, 0x44, 0xc6, 0x4f, 0x9c, 0x51, 0xae, 0x8b, 0x2b, 0x88, 0x46, 0xbe, 0xb3, 0x6b, 0xd4, 0x0a, 0x00, 0x7a, 0xf1, 0x91, 0xe2, 0x47, 0x6a, 0xe3, 0x33, 0x00, 0x7b, 0xd4, 0xcc, 0xcc, 0x81, 0xe0, 0x37, 0x32, 0x9d, 0x76, 0xb4, 0x14, 0x05, 0x3d, 0xef, 0x88, 0x99, 0xd1, 0xa2, 0x70, 0xe2, 0xd7, 0x32, 0xa8, 0x60, 0x9c, 0xc6, 0x86, 0xa6, 0x4e, 0xf8, 0xeb, 0x29, 0x22, 0x04, 0x7d, 0xbd, 0xea, 0x60, 0x86, 0xd7, 0x23, 0xc2, 0xa2, 0xa9, 0xa5, 0xea, 0x80, 0x5a, 0xb2, 0x34, 0xbc, 0xfe, 0xdb, 0x07, 0xc4, 0xfa, 0xfb, 0xe0, 0x4f, 0xef, 0x9c, 0x82, 0xba, 0xc6, 0x68, 0xac, 0x7f, 0x56, 0x75, 0x21, 0x7c, 0x69, 0xfb, 0xc2, 0x48, 0x85, 0x15, 0x59, 0x97, 0xfa, 0xe8, 0xf5, 0x9b, 0xd5, 0x66, 0x06, 0x76, 0x41, 0xa7, 0x86, 0x11, 0xb5, 0x02, 0x6c, 0xc3, 0xb4, 0x78, 0x76, 0x12, 0x3d, 0x0e, 0x4d, 0x6c, 0xde, 0xbc, 0xf9, 0xe6, 0x51, 0x29, 0x00, 0xc4, 0x8b, 0xc7, 0xc9, 0x9f, 0xea, 0x80, 0x06, 0x0e, 0x79, 0xb3, 0xc3, 0xde, 0x74, 0xf0, 0x8b, 0x17, 0x00, 0x9a, 0x77, 0xa2, 0x07, 0x7c, 0x33, 0x4e, 0xcf, 0xef, 0xe7, 0xad, 0x83, 0x9e, 0x36, 0xe3, 0xff, 0x4e, 0x4f, 0x11, 0xe1, 0x3b, 0x9f, 0xb8, 0x45, 0xad, 0xfe, 0x8c, 0xed, 0x12, 0x71, 0x8a, 0x4f, 0x9e, 0xab, 0x87, 0x40, 0x7f, 0x9f, 0x7a, 0x7d, 0x38, 0x89, 0x04, 0x85, 0xc0, 0x3b, 0x42, 0x55, 0xd8, 0x06, 0x44, 0x33, 0x88, 0x05, 0xc3, 0x58, 0x3f, 0x4b, 0xcf, 0x82, 0x01, 0x3f, 0xbc, 0x75, 0xf0, 0x9c, 0x32, 0x17, 0x42, 0x8d, 0xf5, 0x17, 0x67, 0xc2, 0xd7, 0x76, 0x2e, 0x56, 0xe6, 0x01, 0x18, 0x51, 0x45, 0xde, 0x47, 0x32, 0xb2, 0x0e, 0xb1, 0x5a, 0x03, 0x3d, 0x21, 0x60, 0x13, 0xe9, 0xc2, 0x05, 0x0c, 0xdc, 0xb0, 0x62, 0xc5, 0x8a, 0x01, 0x21, 0xd1, 0x51, 0x29, 0x00, 0x7c, 0xde, 0x3f, 0x16, 0xbc, 0xa5, 0x1d, 0x80, 0x37, 0xcb, 0x17, 0x51, 0x35, 0xa3, 0x3e, 0x66, 0x0f, 0xca, 0xe8, 0x61, 0x58, 0x59, 0x07, 0xbe, 0x14, 0x3a, 0x5d, 0x73, 0xa0, 0x20, 0x27, 0x55, 0x11, 0x82, 0x9c, 0xcc, 0x28, 0x98, 0x4e, 0x5d, 0xbc, 0x06, 0x67, 0x2f, 0x34, 0x40, 0xd0, 0xef, 0x57, 0x17, 0xac, 0xce, 0x48, 0xf3, 0xc0, 0xc2, 0x29, 0x25, 0x23, 0x5e, 0x98, 0x4a, 0x89, 0xf5, 0xcf, 0xe5, 0x63, 0xfd, 0x01, 0x38, 0x72, 0xf2, 0x12, 0xbc, 0x7f, 0xaa, 0x3e, 0x4a, 0x8f, 0x32, 0x53, 0xe0, 0xeb, 0x0f, 0x2d, 0x26, 0xf4, 0xcd, 0x65, 0x9b, 0xeb, 0xeb, 0xf5, 0xb5, 0x91, 0x53, 0x6c, 0x47, 0x28, 0x68, 0xd1, 0x2c, 0xf6, 0x33, 0xde, 0x17, 0xb8, 0xe9, 0xa6, 0x9b, 0x78, 0xc1, 0xf9, 0xd0, 0x86, 0x0d, 0x1b, 0xb2, 0x46, 0x95, 0x00, 0x10, 0xef, 0x3d, 0x87, 0x5c, 0xf8, 0x46, 0xf6, 0xc6, 0xd1, 0xcb, 0x67, 0xc1, 0xce, 0xc7, 0xfe, 0x71, 0x3f, 0xef, 0x30, 0xe9, 0x69, 0x78, 0xb3, 0x07, 0x65, 0x65, 0x1d, 0xf4, 0x84, 0x41, 0x4f, 0x90, 0xca, 0x0a, 0xd2, 0xe1, 0xef, 0x76, 0x2d, 0xd1, 0x14, 0x9f, 0x3d, 0x7a, 0xf6, 0x0a, 0x5c, 0xb8, 0xd4, 0xa0, 0xe4, 0x0d, 0xd1, 0x3a, 0x42, 0x79, 0x59, 0xa9, 0x70, 0x13, 0x71, 0x9e, 0xc5, 0x11, 0x14, 0x82, 0x9b, 0xa6, 0x95, 0x41, 0x55, 0x71, 0xb6, 0x26, 0xd6, 0x7f, 0xf6, 0xe2, 0x15, 0x78, 0x83, 0xcb, 0xeb, 0xff, 0xda, 0x83, 0x8b, 0xa0, 0x94, 0xdc, 0x97, 0x5e, 0x70, 0x40, 0x4f, 0xeb, 0xdb, 0xe9, 0x63, 0x96, 0xea, 0x98, 0x29, 0x21, 0x8d, 0xb5, 0xe2, 0xac, 0x3b, 0xef, 0x07, 0x60, 0x29, 0x75, 0xac, 0x22, 0xc7, 0xb4, 0x4c, 0xe2, 0x37, 0xde, 0x3f, 0xaa, 0x04, 0x80, 0x74, 0xde, 0x76, 0x1c, 0x63, 0xa1, 0x7f, 0x2f, 0x5a, 0xb4, 0x48, 0xe1, 0x76, 0x6c, 0xc7, 0xe8, 0x45, 0x7f, 0x68, 0x87, 0x1a, 0x81, 0xd7, 0x2c, 0x3c, 0xc7, 0x9e, 0xdb, 0x8e, 0xc5, 0x60, 0x1d, 0x63, 0xbd, 0x41, 0x9b, 0x49, 0x15, 0xb9, 0x8a, 0xc6, 0xf4, 0xb8, 0xa9, 0xd5, 0x02, 0x78, 0xff, 0x44, 0x3d, 0x5c, 0xaa, 0xbd, 0x0a, 0x12, 0xb1, 0x16, 0x54, 0x08, 0x0a, 0x88, 0xe6, 0x5d, 0x40, 0x1c, 0x63, 0x61, 0x04, 0x64, 0x60, 0xe6, 0xf8, 0x42, 0x98, 0x56, 0x99, 0xaf, 0x51, 0x18, 0x57, 0xae, 0x34, 0xc1, 0x9f, 0xf6, 0x9f, 0x56, 0xc3, 0xb1, 0x28, 0x9b, 0x5f, 0xda, 0x3e, 0x1f, 0xa6, 0x54, 0xe6, 0x0e, 0xe8, 0x33, 0x33, 0x2b, 0x6a, 0x87, 0xef, 0xdb, 0x09, 0x3f, 0xeb, 0x1d, 0xc7, 0x0a, 0x0e, 0x1e, 0xcb, 0xce, 0x16, 0xc3, 0xb6, 0x72, 0xe5, 0x4a, 0xfe, 0x9c, 0xbb, 0x46, 0x95, 0x00, 0xf0, 0xa9, 0x0f, 0x6b, 0xd7, 0xae, 0x1d, 0x10, 0xfa, 0xd4, 0x33, 0x91, 0xd8, 0x31, 0x2c, 0x30, 0xcd, 0x62, 0xfd, 0x76, 0x7d, 0x02, 0x3b, 0x5a, 0x5f, 0x6f, 0x50, 0x0d, 0xdb, 0x9c, 0x89, 0x85, 0xf0, 0x95, 0x8f, 0x2e, 0x54, 0x69, 0x0e, 0x82, 0xea, 0xdd, 0x63, 0x97, 0xa1, 0xe1, 0xca, 0x35, 0x65, 0x71, 0x3c, 0x1a, 0xdf, 0x2a, 0x2d, 0xc8, 0x80, 0x59, 0x13, 0x8a, 0x86, 0x15, 0xfc, 0x18, 0xeb, 0xc7, 0x59, 0x5d, 0x6c, 0x7f, 0xb4, 0xb4, 0xb6, 0xc1, 0xf3, 0x6f, 0x9c, 0x54, 0xab, 0xe4, 0x61, 0x7b, 0x78, 0xc3, 0x4c, 0x62, 0x25, 0x8a, 0x0d, 0xa3, 0x60, 0x76, 0x9d, 0x5c, 0x56, 0xe3, 0xf3, 0x3e, 0x96, 0x1d, 0x5f, 0x81, 0x1f, 0xdf, 0x31, 0x73, 0x86, 0x67, 0xcc, 0x98, 0xa1, 0x0c, 0x94, 0x31, 0xed, 0xe6, 0x4d, 0x9b, 0x36, 0xcd, 0x19, 0x15, 0x02, 0x40, 0xe8, 0xcf, 0x74, 0x72, 0x83, 0x2a, 0x91, 0xc3, 0xc4, 0x37, 0x1c, 0xea, 0xe6, 0xa3, 0x3f, 0x46, 0xda, 0xdf, 0x08, 0xbc, 0x56, 0x71, 0x7e, 0xab, 0x7d, 0x46, 0xf1, 0x6c, 0xb3, 0xd1, 0x64, 0x7c, 0xbf, 0x64, 0x66, 0x19, 0x7c, 0xe2, 0xde, 0xd9, 0x0c, 0xbf, 0x96, 0xe0, 0x9d, 0x23, 0x35, 0xd0, 0x74, 0xad, 0x19, 0xe4, 0x90, 0xa4, 0x5a, 0x82, 0xf1, 0x65, 0xd9, 0x9a, 0x32, 0x81, 0x43, 0xd9, 0xb0, 0x38, 0xf0, 0xb2, 0x59, 0x63, 0xb4, 0xb1, 0xfe, 0xce, 0x4e, 0x78, 0xfe, 0xf5, 0xe3, 0xd0, 0xdd, 0x1b, 0xa5, 0x14, 0x5b, 0x57, 0x56, 0xc3, 0xda, 0x9b, 0x2b, 0x2d, 0x29, 0x9f, 0x5d, 0x27, 0xd7, 0xee, 0x7e, 0xa3, 0x70, 0x35, 0x15, 0x1e, 0xbe, 0xcf, 0xd1, 0x02, 0xb0, 0x83, 0xa1, 0x08, 0x7e, 0x4c, 0x97, 0xe7, 0xa8, 0xd3, 0xce, 0x51, 0x21, 0x00, 0xbc, 0xf3, 0x8b, 0xda, 0x9f, 0x75, 0x6c, 0x69, 0xb9, 0x73, 0x3d, 0x33, 0xca, 0x76, 0x92, 0x19, 0xf0, 0xf9, 0x63, 0xf9, 0xce, 0x37, 0xa3, 0x4f, 0x56, 0xe3, 0x09, 0x7a, 0xef, 0xd7, 0x2e, 0xa9, 0x82, 0x1d, 0x77, 0x4d, 0x8d, 0xf2, 0x56, 0x7f, 0x10, 0x5e, 0x3f, 0x78, 0x1e, 0x5a, 0x5a, 0x5a, 0x95, 0xec, 0x37, 0x21, 0x52, 0x73, 0x74, 0x0a, 0xa1, 0x23, 0x93, 0xc6, 0xe6, 0x0e, 0x29, 0xf8, 0x71, 0x52, 0x0f, 0xa6, 0x36, 0xb3, 0x2b, 0x52, 0x2a, 0xb1, 0xfe, 0x37, 0x4f, 0x40, 0x4b, 0x7b, 0x94, 0x56, 0x2e, 0x9b, 0x5d, 0x06, 0x1f, 0x5e, 0x3d, 0x51, 0xed, 0x4b, 0x23, 0xf0, 0x1b, 0x59, 0x57, 0x33, 0xc5, 0x64, 0xd6, 0x6f, 0xfc, 0xf7, 0xcd, 0xa8, 0x12, 0xef, 0x0b, 0xb0, 0xfb, 0xf4, 0x4a, 0xa7, 0xec, 0xdc, 0xb9, 0x33, 0x35, 0xa9, 0x05, 0x80, 0x70, 0x37, 0x44, 0xba, 0x66, 0xf4, 0x8e, 0x97, 0x64, 0x36, 0xf6, 0xaf, 0xf7, 0x1a, 0x6b, 0x74, 0xc7, 0x48, 0x70, 0xf8, 0x63, 0x8c, 0x3a, 0x5e, 0x4f, 0xeb, 0xeb, 0x3d, 0xb4, 0xfb, 0x6f, 0x9f, 0x04, 0xeb, 0x6f, 0x19, 0x1f, 0x05, 0x5d, 0x7f, 0x00, 0xf6, 0xbd, 0x77, 0x0e, 0xda, 0xdb, 0xda, 0xd4, 0x32, 0xcc, 0x88, 0x15, 0xa4, 0x42, 0xe3, 0x4a, 0xb3, 0x87, 0x2c, 0xd6, 0x7f, 0xc7, 0xc2, 0x2a, 0x4d, 0x79, 0x12, 0x9a, 0xd7, 0xcf, 0xc6, 0xfa, 0x67, 0x8c, 0xcb, 0x83, 0x4f, 0x6f, 0x9e, 0xa9, 0xd8, 0x87, 0x44, 0xf2, 0x7c, 0xab, 0xe7, 0x62, 0xa4, 0x90, 0xa8, 0x20, 0x99, 0x09, 0x01, 0x4f, 0x83, 0x30, 0x64, 0x8e, 0x33, 0xc6, 0x98, 0x56, 0xd0, 0xdd, 0xdd, 0x7d, 0x6f, 0x52, 0x0b, 0x40, 0x41, 0x41, 0x01, 0xce, 0x72, 0x51, 0x83, 0xfd, 0xb8, 0xd0, 0x35, 0x16, 0x44, 0x65, 0x6f, 0x98, 0xd2, 0x1f, 0x1e, 0xbc, 0xb4, 0x83, 0xf4, 0xb4, 0xbe, 0x9e, 0x46, 0x37, 0x0b, 0x75, 0xea, 0x95, 0x4a, 0xd1, 0xe3, 0x9f, 0x46, 0x5a, 0x8f, 0xe5, 0xbb, 0xec, 0xfe, 0x47, 0x08, 0x9f, 0xbe, 0x7d, 0x41, 0xb4, 0xde, 0x10, 0xd2, 0x8d, 0xd7, 0x0f, 0x9e, 0x83, 0xee, 0xce, 0xae, 0x48, 0xa5, 0xa1, 0x70, 0xda, 0xc4, 0x82, 0x29, 0x25, 0x6a, 0x76, 0x65, 0x22, 0x63, 0xfd, 0x38, 0xd0, 0xc5, 0xc6, 0xfa, 0x31, 0xaf, 0xff, 0x9d, 0xf7, 0xcf, 0xc1, 0xe9, 0x9a, 0x68, 0xac, 0x7f, 0x6c, 0x51, 0x06, 0x7c, 0x79, 0xfb, 0x5c, 0x35, 0xd6, 0x6f, 0x05, 0x62, 0x3d, 0xda, 0x69, 0x04, 0x56, 0x33, 0x2b, 0x60, 0xd6, 0x9f, 0x7a, 0x7d, 0xce, 0xcf, 0xe2, 0xa3, 0xce, 0x30, 0xeb, 0x6f, 0xf0, 0x63, 0x02, 0x89, 0x76, 0x86, 0x13, 0x2e, 0x00, 0xfc, 0xac, 0xfe, 0xf5, 0xeb, 0xd7, 0x6b, 0x6e, 0x1e, 0x13, 0xa0, 0x58, 0x1a, 0x43, 0x41, 0x8a, 0xa1, 0x4f, 0x5a, 0x47, 0x5e, 0xcf, 0xdc, 0xea, 0xd1, 0x22, 0xfe, 0x1c, 0xbc, 0x06, 0xd2, 0xf3, 0x31, 0xcc, 0xcc, 0xb6, 0xbd, 0xfd, 0x32, 0x7c, 0x6a, 0xf3, 0x6c, 0x58, 0x38, 0x35, 0xea, 0x7c, 0x62, 0x8a, 0xc1, 0xbe, 0x77, 0xcf, 0x40, 0x6f, 0x77, 0xb7, 0xa6, 0x70, 0x2d, 0xa6, 0x22, 0x17, 0xe5, 0xa6, 0x25, 0x2c, 0xd6, 0x8f, 0xf9, 0x3d, 0xc5, 0xcc, 0xca, 0xf0, 0x38, 0x6e, 0xf1, 0xc1, 0xc9, 0x5a, 0x38, 0x78, 0x22, 0xba, 0x20, 0x55, 0x5e, 0x56, 0x0a, 0x3c, 0xf9, 0xd1, 0xb9, 0x90, 0x9e, 0xe2, 0x8a, 0x89, 0xdf, 0xeb, 0x69, 0x6a, 0xab, 0x41, 0x2e, 0x23, 0x2a, 0x64, 0x14, 0x22, 0xe5, 0xfb, 0x14, 0x53, 0x62, 0xf8, 0xfd, 0xbc, 0x15, 0xc0, 0x92, 0x99, 0xdc, 0xb8, 0xd0, 0xed, 0xf7, 0xde, 0x7b, 0x6f, 0x75, 0x52, 0x0a, 0x00, 0x2e, 0x76, 0x47, 0x6e, 0x64, 0x2d, 0xeb, 0xc8, 0xa0, 0x37, 0x6f, 0x45, 0x7f, 0x10, 0xb0, 0x6c, 0xfc, 0x5f, 0xaf, 0xb3, 0xf4, 0x34, 0xbe, 0x91, 0x25, 0x30, 0x7b, 0x48, 0xf4, 0xe1, 0x9a, 0xa5, 0xfc, 0xea, 0x09, 0x8a, 0xf6, 0xc1, 0xca, 0xf0, 0xa5, 0x0f, 0xcf, 0x85, 0xa9, 0x4c, 0x58, 0xb1, 0xb1, 0xb5, 0x1b, 0x5e, 0x7f, 0xef, 0x0c, 0xf8, 0x08, 0x17, 0xa7, 0x79, 0x43, 0xb8, 0x60, 0x35, 0x4e, 0x40, 0xcf, 0x4b, 0xc0, 0x2a, 0x36, 0x38, 0xea, 0x3c, 0xae, 0x84, 0x89, 0xf5, 0x13, 0x87, 0xf1, 0xc2, 0xa5, 0x2b, 0xf0, 0xc6, 0xa1, 0xf3, 0xea, 0x3e, 0x1c, 0xb3, 0x78, 0x7c, 0xfb, 0x6c, 0xe2, 0x20, 0xa7, 0xda, 0x1a, 0x94, 0x32, 0xea, 0x67, 0xbb, 0x1a, 0xde, 0x4c, 0x08, 0xf8, 0x3e, 0xd4, 0x1b, 0xec, 0xe4, 0x2d, 0x2c, 0x1d, 0x1c, 0x65, 0x9f, 0x21, 0xae, 0x2f, 0x80, 0x21, 0x74, 0xf6, 0xf1, 0x90, 0xef, 0xee, 0x4c, 0x4a, 0x01, 0x20, 0x00, 0xc6, 0xbc, 0x7f, 0xf5, 0x69, 0xe3, 0x2c, 0x1f, 0x3a, 0xe9, 0x01, 0x6f, 0x0e, 0x35, 0x96, 0x51, 0xe2, 0x1b, 0x1d, 0x04, 0xd3, 0x8b, 0xc8, 0x18, 0x69, 0x78, 0xfa, 0xca, 0x87, 0x4d, 0xf5, 0x22, 0x4b, 0xbc, 0x49, 0x37, 0x12, 0x02, 0x33, 0x5f, 0x80, 0xb5, 0x40, 0x5e, 0xb7, 0x08, 0x5f, 0x7b, 0x70, 0xa1, 0x12, 0xf9, 0xa1, 0x0d, 0x39, 0xf8, 0x3b, 0x87, 0xcf, 0x81, 0x9f, 0xdc, 0x23, 0x75, 0x8a, 0xb1, 0xd4, 0xca, 0x8a, 0xb9, 0x15, 0x6a, 0x35, 0x8a, 0x78, 0x1a, 0xd6, 0xe0, 0x9f, 0x5e, 0x15, 0xa5, 0x91, 0x98, 0xd7, 0x7f, 0xf5, 0x6a, 0x33, 0xfc, 0xf1, 0x9d, 0xd3, 0xea, 0xf4, 0x49, 0x8c, 0xd2, 0x7e, 0x7a, 0xd3, 0x34, 0x18, 0x5f, 0x9a, 0x65, 0x8b, 0xaf, 0x5b, 0xdd, 0xaf, 0x9d, 0x57, 0xbd, 0xef, 0x19, 0xad, 0xbe, 0xc9, 0x7f, 0x97, 0xad, 0x24, 0xcd, 0x5f, 0x2b, 0x3f, 0x30, 0xb6, 0x74, 0xe9, 0x52, 0xfe, 0x5c, 0x0f, 0x6d, 0xdb, 0xb6, 0xcd, 0x95, 0x74, 0x02, 0x00, 0x5c, 0xcd, 0x9f, 0x3b, 0xee, 0xb8, 0x63, 0xc0, 0xc8, 0xaf, 0x51, 0x67, 0x22, 0x88, 0x29, 0x0d, 0x32, 0xd2, 0x44, 0x46, 0xc2, 0x60, 0xc6, 0x37, 0x79, 0xc0, 0xf3, 0xdc, 0x5e, 0x2f, 0x69, 0xcb, 0x88, 0x17, 0xf3, 0xbf, 0x93, 0x46, 0x68, 0xc6, 0x93, 0x3b, 0xe6, 0x29, 0x45, 0x76, 0x69, 0xc3, 0x7a, 0x9a, 0xef, 0x7d, 0x70, 0x01, 0x82, 0xfd, 0x54, 0x08, 0x40, 0x71, 0x58, 0xb1, 0xf8, 0x6c, 0x3c, 0xc9, 0x73, 0x98, 0x98, 0xb7, 0x68, 0x6a, 0x09, 0x03, 0x7e, 0x19, 0x5a, 0x5b, 0xda, 0xe0, 0x0f, 0x6f, 0x9c, 0x50, 0x22, 0x51, 0xb4, 0x3d, 0x78, 0xf7, 0x24, 0x58, 0x30, 0xb9, 0x30, 0x66, 0x9e, 0x6e, 0x36, 0x98, 0x68, 0x04, 0x50, 0xa3, 0x73, 0xd8, 0xf5, 0x09, 0x68, 0x31, 0x03, 0xa3, 0x02, 0x08, 0xac, 0x92, 0xc4, 0xef, 0xe8, 0x2c, 0xb4, 0x3d, 0x86, 0xec, 0x5f, 0x93, 0x54, 0x02, 0xb0, 0x65, 0xcb, 0x16, 0x2c, 0xf0, 0x33, 0x97, 0xfe, 0x5d, 0x5e, 0x5e, 0xae, 0x6c, 0x66, 0xb1, 0x7f, 0x3d, 0x8e, 0x4d, 0x3b, 0xc6, 0x2a, 0x64, 0x66, 0xa6, 0xcd, 0x8c, 0x84, 0x82, 0x37, 0xcd, 0x66, 0x51, 0x09, 0xa3, 0x88, 0x06, 0x4f, 0xc1, 0xf2, 0x09, 0xbd, 0xf9, 0xda, 0x83, 0xf3, 0x21, 0x97, 0xc9, 0x1b, 0x3a, 0x7a, 0xee, 0x2a, 0x1c, 0x3e, 0x71, 0x09, 0x82, 0xc4, 0x41, 0x85, 0xc8, 0xaa, 0x91, 0x59, 0x69, 0x1e, 0x25, 0x4d, 0x39, 0x96, 0xe4, 0x39, 0x8c, 0xf5, 0xaf, 0x60, 0xf2, 0xfa, 0x71, 0x4e, 0x59, 0x37, 0xe6, 0xf5, 0xbf, 0x7e, 0x42, 0x13, 0xeb, 0xbf, 0x77, 0x59, 0x25, 0xdc, 0xb1, 0xa0, 0xdc, 0x16, 0xe8, 0xcd, 0xe8, 0x5f, 0xac, 0x16, 0xc0, 0x0e, 0x1d, 0x32, 0xd2, 0xfe, 0xd4, 0x72, 0x1b, 0x29, 0x43, 0xb6, 0xe2, 0x1f, 0x5e, 0xef, 0x50, 0x8d, 0x0c, 0x27, 0x4c, 0x00, 0x78, 0xe7, 0x17, 0xa7, 0x3c, 0xb2, 0x39, 0x1f, 0x28, 0xd5, 0xf4, 0xa6, 0x8c, 0x34, 0x10, 0xf5, 0x05, 0xe8, 0x08, 0xa0, 0x15, 0xcf, 0xd7, 0xcb, 0x22, 0x65, 0x4d, 0xb0, 0x5e, 0x14, 0xc7, 0xcc, 0x17, 0xe0, 0x43, 0xa9, 0x7a, 0x23, 0xd2, 0x7a, 0x21, 0xdb, 0xe2, 0xdc, 0x14, 0xf8, 0x2a, 0xb1, 0x04, 0xec, 0x1c, 0x81, 0x83, 0xc7, 0xeb, 0xe0, 0xf8, 0xa9, 0xda, 0x68, 0xbd, 0x21, 0x74, 0x50, 0xb1, 0x2e, 0x0f, 0xb1, 0x04, 0x6c, 0xfc, 0xde, 0x2c, 0xd6, 0x7f, 0x3b, 0x17, 0xeb, 0x47, 0xff, 0xe2, 0x45, 0xa2, 0xf9, 0x71, 0xda, 0x26, 0x6d, 0x4b, 0xa6, 0x17, 0xc1, 0xb6, 0x15, 0xe3, 0x6d, 0x03, 0xd5, 0x2c, 0xba, 0x13, 0xc7, 0x33, 0x8f, 0xf9, 0x3b, 0xa8, 0xe0, 0xe8, 0x0c, 0x3f, 0xb6, 0x9c, 0xa2, 0xde, 0x98, 0x00, 0xdb, 0xe6, 0xcc, 0x99, 0xc3, 0x67, 0x92, 0xae, 0xc3, 0x45, 0x56, 0x92, 0x42, 0x00, 0x70, 0xb1, 0x3b, 0x02, 0x84, 0x0f, 0x33, 0x23, 0x76, 0x03, 0x32, 0xfa, 0xec, 0xd4, 0xfb, 0xa4, 0x99, 0xa1, 0x6c, 0xb1, 0x25, 0x2b, 0xb3, 0xcb, 0xcf, 0x1d, 0x66, 0x05, 0x81, 0x7d, 0x6f, 0xc6, 0xf9, 0x63, 0xe1, 0xca, 0x7a, 0x96, 0x21, 0x4c, 0x55, 0x32, 0xe0, 0xb1, 0x0f, 0xcd, 0x52, 0xf3, 0x86, 0xb0, 0xbd, 0xfd, 0xd7, 0x1a, 0x38, 0x73, 0xbe, 0x4e, 0xcd, 0x1b, 0x52, 0xb4, 0x7a, 0x6e, 0x9a, 0x42, 0x87, 0xcc, 0x92, 0xe7, 0x30, 0xd6, 0xbf, 0x7a, 0x61, 0x25, 0xa4, 0x69, 0x62, 0xfd, 0x7d, 0x4a, 0xa4, 0x89, 0x5d, 0xa1, 0x71, 0x5a, 0x55, 0x2e, 0x7c, 0x62, 0xc3, 0x54, 0x4d, 0x0e, 0x52, 0xac, 0x5a, 0xda, 0xae, 0x15, 0x60, 0x95, 0x8e, 0x95, 0xef, 0x64, 0x74, 0x5e, 0xfc, 0x1e, 0x96, 0x43, 0x61, 0x27, 0x2f, 0x19, 0x35, 0x7e, 0x50, 0x0c, 0x57, 0x0e, 0xe2, 0x66, 0x8b, 0xb9, 0x23, 0x8b, 0xac, 0x8c, 0xbc, 0x00, 0x10, 0x4d, 0xb9, 0x81, 0x5d, 0xec, 0x6e, 0xee, 0xdc, 0xb9, 0x4a, 0xfa, 0x03, 0x1b, 0x59, 0xe0, 0x8b, 0x21, 0xe9, 0x75, 0x18, 0x15, 0x00, 0xda, 0x51, 0xac, 0x06, 0xe7, 0x69, 0x91, 0x1e, 0xc8, 0x8d, 0x38, 0xbf, 0x9e, 0xa0, 0x18, 0x71, 0x5c, 0xb3, 0xc2, 0x5c, 0x56, 0x0f, 0x7b, 0x3a, 0x01, 0xe4, 0x67, 0x36, 0x4f, 0x07, 0x91, 0x59, 0xa2, 0x74, 0xdf, 0xc1, 0x0b, 0x70, 0xa9, 0xb6, 0x51, 0xa9, 0xbc, 0x4c, 0x57, 0xa3, 0x2c, 0x2f, 0xc8, 0x50, 0xd6, 0xd7, 0xd2, 0x53, 0xa0, 0x18, 0xeb, 0x5f, 0x45, 0x34, 0x7f, 0x4e, 0x7a, 0x8a, 0x26, 0xd6, 0xbf, 0xff, 0xf0, 0x05, 0x4d, 0x0d, 0x1f, 0x8c, 0xf5, 0x7f, 0x61, 0xdb, 0x74, 0x25, 0xd6, 0x6f, 0xa5, 0xa5, 0x85, 0x04, 0x65, 0xe9, 0xd9, 0x39, 0x97, 0x99, 0x00, 0x62, 0x15, 0x40, 0x1a, 0xe8, 0xe0, 0x35, 0xbc, 0x5e, 0x9f, 0xf2, 0xc7, 0xf0, 0x75, 0x44, 0x49, 0x7b, 0x18, 0x06, 0xb9, 0xcc, 0x57, 0x42, 0x04, 0x80, 0xdc, 0xd4, 0x4e, 0x9e, 0xfe, 0xb0, 0x1d, 0x65, 0x34, 0xeb, 0x8b, 0xd7, 0xb4, 0x6c, 0xd9, 0x3c, 0xec, 0x28, 0x8c, 0x20, 0x99, 0xf9, 0x02, 0x46, 0x0f, 0xc4, 0x48, 0x38, 0xcc, 0x22, 0x14, 0x76, 0x28, 0x80, 0x9d, 0xe3, 0x16, 0x4d, 0x2d, 0xd2, 0x68, 0x65, 0xac, 0xbe, 0x8c, 0xd1, 0x9a, 0xfa, 0xfa, 0xa6, 0x70, 0xca, 0x44, 0x24, 0xa6, 0x5f, 0x5d, 0x96, 0xab, 0x8c, 0x13, 0xf0, 0xed, 0x96, 0x59, 0x63, 0xa0, 0x84, 0x89, 0xf5, 0x23, 0x85, 0x3a, 0x79, 0xa6, 0x0e, 0xde, 0x3b, 0x5e, 0xab, 0xee, 0x43, 0x7f, 0xe3, 0xb1, 0xfb, 0xa6, 0x2b, 0x85, 0xbb, 0x06, 0x0b, 0x7c, 0xbb, 0xf7, 0x3d, 0x18, 0x21, 0xc2, 0xef, 0x23, 0xad, 0xa5, 0xdc, 0x9f, 0x2f, 0x81, 0x69, 0x74, 0x0d, 0x54, 0x00, 0xe8, 0xe7, 0x93, 0x26, 0x4d, 0x52, 0x56, 0x12, 0x65, 0xda, 0x84, 0xad, 0x5b, 0xb7, 0xae, 0x18, 0x51, 0x01, 0x20, 0x3c, 0xac, 0x84, 0x5c, 0xe0, 0x5d, 0xea, 0xc3, 0x21, 0x17, 0xc8, 0xe5, 0x72, 0x5b, 0xd6, 0xfc, 0xd1, 0x1b, 0x0e, 0xc7, 0x0e, 0xc7, 0x81, 0x12, 0xb4, 0x04, 0x46, 0x1c, 0x9f, 0xd5, 0xee, 0x7a, 0xfc, 0x5f, 0x6f, 0xbf, 0x11, 0x7f, 0xe5, 0xfd, 0x86, 0x78, 0x04, 0x84, 0x5a, 0xa9, 0xe5, 0xb3, 0x4b, 0xe1, 0xc3, 0xab, 0xa2, 0xc9, 0x7f, 0x58, 0x85, 0x01, 0xf3, 0x74, 0x1a, 0xaf, 0x35, 0x2b, 0x66, 0x81, 0x3a, 0xb5, 0x53, 0x2b, 0xf3, 0x61, 0xce, 0xc4, 0x22, 0x4d, 0xac, 0x1f, 0xcb, 0x96, 0x6b, 0x62, 0xfd, 0x97, 0xaf, 0xc2, 0x2b, 0xef, 0x9e, 0x8b, 0xc6, 0xfa, 0xbd, 0x2e, 0x02, 0xfe, 0x19, 0x4a, 0xac, 0x3f, 0x91, 0xdc, 0x3c, 0x51, 0x5c, 0x9f, 0xef, 0x47, 0x5a, 0xd2, 0x86, 0x52, 0x1f, 0xfa, 0x8c, 0xf5, 0xfc, 0x37, 0x1d, 0x66, 0xa1, 0xa1, 0x49, 0x78, 0x1e, 0x9d, 0x6a, 0xd2, 0xbb, 0x46, 0x54, 0x00, 0xc8, 0x45, 0x61, 0xc1, 0x5b, 0x55, 0x15, 0xa1, 0xb7, 0x4e, 0x27, 0xbd, 0xf3, 0xb3, 0xbe, 0xec, 0x68, 0x57, 0xfe, 0xa6, 0xf1, 0x5c, 0x68, 0x09, 0xf4, 0x00, 0xaa, 0x37, 0x90, 0x62, 0xe7, 0x81, 0xd8, 0x01, 0xb5, 0x95, 0x80, 0xf0, 0xf9, 0xec, 0xbc, 0x96, 0x5c, 0xbf, 0xb4, 0x12, 0xd6, 0x2d, 0x89, 0xe6, 0xb1, 0x60, 0x69, 0x95, 0x3f, 0xbc, 0x7e, 0x42, 0x59, 0x75, 0x91, 0x2d, 0x9b, 0x32, 0x6f, 0x62, 0x31, 0xe1, 0xf2, 0x05, 0x30, 0xb9, 0x22, 0x0f, 0x66, 0x8c, 0x1b, 0x18, 0xeb, 0x7f, 0xe9, 0xed, 0x68, 0xac, 0x1f, 0x07, 0xd6, 0x3e, 0xb3, 0x79, 0x1a, 0x8c, 0x2b, 0xcd, 0x34, 0xec, 0x0f, 0xb6, 0xce, 0x8e, 0xd5, 0xab, 0x51, 0x18, 0x98, 0x5a, 0x60, 0xbd, 0x80, 0x82, 0x99, 0xa2, 0x30, 0x72, 0x7a, 0xe9, 0x1c, 0x5f, 0xfa, 0x1d, 0xa3, 0x02, 0xc8, 0x66, 0x56, 0x80, 0x36, 0x9d, 0xd2, 0x29, 0x5b, 0xb7, 0x6f, 0xdf, 0x9e, 0x37, 0x62, 0x02, 0x40, 0x2e, 0x66, 0x27, 0xdb, 0x79, 0x74, 0x56, 0x3f, 0x05, 0x57, 0x77, 0x77, 0xb7, 0x2d, 0x2d, 0xcb, 0x0a, 0x02, 0x5a, 0x0c, 0x9a, 0x8f, 0xa2, 0xcc, 0xbf, 0x25, 0x02, 0x40, 0xf9, 0x23, 0xff, 0x70, 0xf4, 0x1e, 0xba, 0x5d, 0x1a, 0x63, 0x05, 0x0e, 0xb3, 0xc1, 0x34, 0xfe, 0x3c, 0x7a, 0xf7, 0xb6, 0xfd, 0xf6, 0x6a, 0xb8, 0x6d, 0x6e, 0x94, 0xe6, 0x60, 0xe8, 0x12, 0xd3, 0x95, 0x3b, 0x3b, 0x3a, 0x34, 0x4b, 0x15, 0xdd, 0x34, 0xad, 0x04, 0x96, 0xcc, 0x28, 0xb3, 0x8c, 0xf5, 0xef, 0x58, 0x5d, 0x0d, 0x73, 0xaa, 0xf3, 0x4d, 0xad, 0x9d, 0x5d, 0xf0, 0x9b, 0xf5, 0x97, 0x5e, 0xf4, 0x2c, 0x9e, 0x86, 0x94, 0x07, 0xc1, 0xcf, 0xd3, 0x61, 0xd6, 0xcf, 0xb2, 0xfa, 0x0d, 0xea, 0x0c, 0xd3, 0xad, 0xb0, 0xb0, 0x90, 0x5f, 0x4f, 0x2e, 0x95, 0x1c, 0xf3, 0x91, 0x11, 0x11, 0x80, 0xc8, 0x6c, 0x7d, 0xb5, 0xc8, 0x0f, 0x26, 0xbe, 0xe1, 0x05, 0xb2, 0x37, 0x47, 0x27, 0xbe, 0x58, 0x45, 0x70, 0xf8, 0x8e, 0xa7, 0xb4, 0x89, 0x02, 0x9c, 0xd2, 0x21, 0x33, 0x6e, 0xaf, 0x47, 0x77, 0x8c, 0xa2, 0x36, 0x7c, 0xbe, 0x0a, 0xaf, 0xd1, 0xed, 0xf8, 0x1d, 0x66, 0xbf, 0x2f, 0x44, 0xe2, 0xff, 0x7f, 0xb3, 0x6e, 0x0a, 0xe1, 0xfa, 0x51, 0x9a, 0x83, 0x79, 0x43, 0xcf, 0xef, 0x3b, 0x0e, 0x3d, 0x5d, 0x8c, 0x62, 0x00, 0x41, 0x1b, 0xeb, 0xef, 0x1c, 0x18, 0xeb, 0xdf, 0x84, 0xb1, 0xfe, 0x85, 0xe5, 0x03, 0xee, 0xcf, 0xe8, 0xde, 0xe3, 0xd1, 0xdc, 0x76, 0xb5, 0xbe, 0x95, 0xe0, 0x50, 0xa5, 0xc5, 0x55, 0x77, 0x50, 0xc0, 0xec, 0x53, 0x46, 0xc9, 0xed, 0x5b, 0x57, 0xca, 0x22, 0xd8, 0xc6, 0x8f, 0x0c, 0x47, 0x9c, 0xe1, 0x11, 0xb1, 0x00, 0x1a, 0xe7, 0x17, 0x6b, 0xfe, 0xb0, 0xb1, 0x7f, 0xbe, 0xdc, 0xb9, 0x1e, 0xe0, 0x8c, 0x3a, 0x03, 0x69, 0x10, 0x6b, 0x2a, 0xa9, 0x4f, 0x80, 0xd1, 0x25, 0xb6, 0xf8, 0xaa, 0x9e, 0x55, 0xd0, 0xeb, 0x44, 0x23, 0xd0, 0xea, 0x09, 0x88, 0xde, 0x35, 0xe9, 0x9d, 0xcf, 0x68, 0x63, 0x2d, 0x12, 0x46, 0x75, 0x3e, 0xb5, 0x69, 0xba, 0x12, 0xb2, 0xa4, 0xed, 0x6a, 0x0b, 0x02, 0xfc, 0x18, 0xf4, 0xf6, 0x74, 0x0f, 0xd4, 0x78, 0xa4, 0xcf, 0x5e, 0x7e, 0xe7, 0xa4, 0x26, 0xd6, 0xbf, 0x74, 0x46, 0x31, 0x6c, 0x5d, 0x31, 0x5e, 0x97, 0xee, 0x58, 0xf9, 0x3e, 0x76, 0x81, 0x6b, 0x64, 0x45, 0x63, 0x05, 0x3f, 0x9e, 0x07, 0xf3, 0x77, 0xe8, 0xba, 0x0f, 0xf4, 0x3a, 0x90, 0xda, 0xb2, 0x6c, 0xc0, 0x6e, 0xe8, 0x54, 0x8f, 0x06, 0x61, 0x61, 0x35, 0xfc, 0x0d, 0xa6, 0xcd, 0xde, 0xb2, 0x65, 0xcb, 0xc2, 0x61, 0x15, 0x00, 0x9c, 0x98, 0x40, 0x6e, 0x4c, 0x9d, 0xa8, 0x8c, 0xda, 0x99, 0x8b, 0xd3, 0xc6, 0xbd, 0xda, 0x0b, 0x6d, 0x28, 0x00, 0x78, 0xf3, 0x6c, 0xe7, 0x63, 0x07, 0xa3, 0x66, 0x41, 0x61, 0x60, 0xc1, 0x6f, 0x47, 0xa8, 0x8c, 0xc0, 0x61, 0x06, 0x68, 0xbd, 0x01, 0x34, 0xb3, 0x4d, 0x4f, 0x9b, 0xe2, 0xe8, 0xef, 0x97, 0x3f, 0x34, 0x4b, 0xc9, 0xd3, 0xa1, 0x0d, 0xf3, 0x86, 0xb0, 0x5e, 0x0f, 0xad, 0x37, 0xa4, 0xc4, 0xfa, 0x7d, 0x7d, 0xf0, 0xea, 0x81, 0x33, 0x50, 0xd3, 0xd0, 0xa6, 0x09, 0xad, 0xd2, 0xa8, 0x12, 0x5b, 0x65, 0x8d, 0x07, 0xbf, 0x9d, 0x40, 0x80, 0x99, 0xd6, 0x4f, 0x04, 0xf8, 0x91, 0xf2, 0xe0, 0x62, 0xe7, 0x6c, 0x96, 0x27, 0x75, 0x66, 0x3b, 0x90, 0xf6, 0x99, 0xf8, 0x1c, 0x66, 0xbf, 0xc1, 0xae, 0x08, 0xaa, 0x8c, 0x93, 0xa4, 0xa4, 0x0c, 0x98, 0x2c, 0x03, 0x71, 0x96, 0x4e, 0x89, 0x5b, 0x00, 0x3a, 0x3b, 0x3b, 0x37, 0x03, 0xb3, 0xd8, 0xdd, 0xe2, 0xc5, 0x8b, 0x35, 0xab, 0xbd, 0xd0, 0x72, 0xe7, 0x76, 0x42, 0x6b, 0x66, 0x9d, 0x82, 0x42, 0xc4, 0x0b, 0x01, 0x15, 0x38, 0xdc, 0xa8, 0xc5, 0x31, 0xe2, 0xef, 0x66, 0xd4, 0x85, 0xd7, 0xe6, 0x46, 0xc2, 0xa2, 0xe7, 0x6c, 0xc6, 0x1a, 0x79, 0xc2, 0x95, 0xe9, 0x9f, 0xfc, 0xe8, 0x1c, 0x28, 0x2f, 0xd4, 0xe6, 0x0d, 0xbd, 0x46, 0x00, 0x8f, 0xeb, 0xf2, 0x62, 0xac, 0xff, 0xc0, 0x07, 0x17, 0xe1, 0xc4, 0x05, 0xa6, 0x5e, 0x7f, 0x71, 0x06, 0x7c, 0xf1, 0xfe, 0x99, 0xca, 0xe0, 0x9a, 0x1d, 0xd0, 0x5b, 0x09, 0xa5, 0x99, 0xd6, 0xb7, 0x4b, 0xa5, 0x8c, 0xfa, 0x15, 0x9f, 0x05, 0x6f, 0x9d, 0xa9, 0xe6, 0xc7, 0x75, 0x1f, 0xf8, 0x69, 0x90, 0x76, 0xd8, 0x80, 0x91, 0x33, 0x8c, 0xdf, 0xc5, 0x0c, 0x51, 0xee, 0xf8, 0xed, 0x3b, 0x76, 0xec, 0xc8, 0x18, 0x36, 0x01, 0xe0, 0x53, 0x1f, 0x70, 0x99, 0x1b, 0xde, 0xd9, 0xb1, 0x0a, 0x97, 0x99, 0x25, 0xb0, 0xb1, 0x9d, 0x82, 0xa6, 0x93, 0x17, 0x02, 0x9a, 0x37, 0x84, 0xa6, 0x90, 0x46, 0x9d, 0x8c, 0xb4, 0xb9, 0x91, 0xdf, 0x61, 0x57, 0x63, 0xda, 0x39, 0x1f, 0x4f, 0x7f, 0x58, 0x90, 0xd1, 0x7d, 0x58, 0x83, 0xff, 0x89, 0x8f, 0xcc, 0xd1, 0xa4, 0x47, 0x1f, 0x3b, 0x7f, 0x15, 0xde, 0x79, 0xff, 0x2c, 0x9c, 0x38, 0x53, 0x07, 0x07, 0x8e, 0x5e, 0x56, 0xf7, 0x63, 0x8e, 0xd1, 0x13, 0xdb, 0xe7, 0x40, 0x66, 0x9a, 0x57, 0x01, 0x15, 0x0b, 0x7e, 0xbb, 0x82, 0x60, 0x44, 0x51, 0x8c, 0xbe, 0xaf, 0x07, 0x6c, 0x2b, 0x21, 0x42, 0xad, 0x8f, 0xa3, 0xb4, 0xa8, 0xfc, 0x78, 0x4b, 0x4d, 0x35, 0xbf, 0xde, 0x1c, 0x60, 0x2b, 0xf0, 0xf3, 0x4a, 0x8c, 0x9d, 0x28, 0x83, 0x0d, 0x17, 0xda, 0xae, 0xac, 0xac, 0x64, 0x0f, 0xc9, 0x26, 0x98, 0xdb, 0x36, 0x2c, 0x02, 0x40, 0x9c, 0x5f, 0x9c, 0x12, 0xa5, 0x2e, 0x76, 0x37, 0x76, 0xec, 0x58, 0x65, 0x63, 0x9d, 0x4b, 0x2b, 0x01, 0x30, 0x03, 0xbd, 0xde, 0x43, 0xc0, 0xf3, 0xa1, 0x4f, 0xa1, 0x07, 0x02, 0x1a, 0x25, 0xa2, 0xda, 0xc7, 0x48, 0x9b, 0xdb, 0xa5, 0x32, 0x66, 0x40, 0x60, 0x7f, 0xdb, 0xe8, 0xba, 0xf5, 0xb8, 0x39, 0x05, 0x1e, 0x2e, 0xb6, 0x11, 0xce, 0x1b, 0x8a, 0x0e, 0x62, 0x61, 0xde, 0xd0, 0x2b, 0x07, 0xa2, 0xb1, 0x7e, 0xcc, 0x1a, 0xc5, 0x49, 0x2d, 0x45, 0x79, 0xe9, 0x03, 0x80, 0xaf, 0x17, 0x01, 0xb3, 0x7b, 0xed, 0x46, 0x1a, 0xdf, 0xa8, 0xaf, 0xcc, 0x40, 0x4b, 0xc3, 0x9b, 0x48, 0x79, 0x68, 0x6e, 0x3f, 0xfb, 0x1b, 0xa8, 0xb0, 0xb0, 0xe4, 0x3d, 0x0a, 0x81, 0x1d, 0xa7, 0xd9, 0x4e, 0xf4, 0x8e, 0x0f, 0xa7, 0xeb, 0x8c, 0x0c, 0xef, 0x1a, 0x16, 0x01, 0x20, 0x37, 0x89, 0xda, 0xdf, 0xc5, 0xc6, 0xfe, 0xe9, 0x28, 0x1f, 0x1d, 0xe8, 0xb0, 0xb3, 0x6e, 0xac, 0x15, 0x1d, 0xe1, 0x8f, 0xc1, 0xf3, 0x12, 0xea, 0x35, 0x40, 0xcb, 0xd3, 0x78, 0x33, 0x0a, 0x01, 0x5a, 0x04, 0xd6, 0x11, 0xe7, 0x9d, 0x5d, 0x3b, 0x9a, 0xce, 0x4a, 0xd3, 0x9a, 0x51, 0x2c, 0x3d, 0x21, 0xe1, 0x3f, 0xc3, 0x32, 0xeb, 0x5f, 0x7d, 0x60, 0xbe, 0x32, 0xa8, 0xc5, 0x86, 0x3e, 0x69, 0xac, 0xff, 0xb1, 0xfb, 0x67, 0x2b, 0x6b, 0x16, 0x9b, 0x01, 0xdf, 0xae, 0xb0, 0x0e, 0x66, 0xd3, 0xa3, 0x8f, 0xb4, 0x9f, 0x71, 0xc0, 0x93, 0x1d, 0x9f, 0x61, 0x2d, 0x30, 0x2a, 0x2a, 0xd4, 0xfc, 0xf1, 0xfa, 0x15, 0x76, 0x47, 0x86, 0xd1, 0xe7, 0x64, 0x0b, 0x2d, 0x93, 0x73, 0x2d, 0xc3, 0x8a, 0x24, 0x43, 0x2d, 0x00, 0x02, 0xb9, 0x80, 0x07, 0xd8, 0x58, 0x2f, 0x9f, 0xf8, 0x46, 0xbd, 0xfd, 0x58, 0x6a, 0x46, 0xf2, 0x5a, 0xda, 0x2c, 0x3a, 0x84, 0x9d, 0x8b, 0x26, 0x51, 0x0f, 0x60, 0x94, 0x16, 0xe1, 0x43, 0x62, 0x87, 0xde, 0x63, 0x19, 0x1f, 0xb0, 0x3a, 0xce, 0x0a, 0x34, 0x7a, 0x63, 0x04, 0xfc, 0x36, 0xb9, 0x22, 0x17, 0xbe, 0x70, 0xff, 0x1c, 0x05, 0xf0, 0xd1, 0x7b, 0x04, 0x78, 0x74, 0xe3, 0x0c, 0x98, 0x3b, 0xa9, 0xd0, 0x94, 0x7e, 0x98, 0x59, 0x25, 0x3d, 0xa1, 0xb1, 0x43, 0x9f, 0xcc, 0x94, 0x03, 0x0f, 0x7c, 0x96, 0xee, 0xf0, 0x91, 0x1e, 0xe4, 0xfb, 0xf8, 0xfc, 0xcd, 0xce, 0x15, 0xeb, 0x60, 0x9a, 0x91, 0x33, 0x8c, 0x7e, 0x07, 0xad, 0x36, 0xc8, 0x84, 0xb0, 0x1f, 0x1a, 0x52, 0x01, 0x20, 0xf4, 0x07, 0x17, 0x73, 0x52, 0x73, 0x1d, 0x70, 0xce, 0x26, 0x72, 0x40, 0x36, 0x86, 0xce, 0xcf, 0xfa, 0x8a, 0x65, 0x45, 0x11, 0xde, 0x3f, 0xd0, 0xeb, 0x68, 0xfc, 0x0d, 0xac, 0x77, 0x4f, 0x05, 0x4d, 0x4f, 0x10, 0x50, 0x33, 0xe0, 0x83, 0x42, 0x13, 0x8d, 0x9a, 0x4a, 0xef, 0xc1, 0xf3, 0xe3, 0x01, 0xb1, 0x46, 0x55, 0xe2, 0x75, 0x4a, 0xe9, 0xf9, 0x70, 0x02, 0xcb, 0xa7, 0x37, 0xcf, 0x52, 0x57, 0x64, 0xbc, 0xef, 0xb6, 0x6a, 0x58, 0x35, 0x7f, 0x8c, 0x65, 0x88, 0xd5, 0x6a, 0x1f, 0xf5, 0x19, 0xec, 0x5a, 0x05, 0x33, 0x01, 0xc3, 0x7e, 0x44, 0xaa, 0x63, 0x06, 0x7c, 0x6a, 0x9d, 0x5b, 0x5a, 0x5a, 0x14, 0x9a, 0x62, 0x47, 0xeb, 0x5b, 0xcd, 0x49, 0x30, 0x6a, 0xfc, 0x98, 0x00, 0x06, 0x5f, 0xb8, 0xef, 0xef, 0x5c, 0xb3, 0x66, 0x8d, 0xed, 0x39, 0xa8, 0x31, 0x4f, 0x51, 0xd2, 0x73, 0x7e, 0x59, 0xca, 0x61, 0x96, 0xf8, 0x66, 0x47, 0xea, 0xed, 0x2c, 0x79, 0x44, 0x8f, 0x41, 0x93, 0x88, 0x1d, 0x8e, 0x1a, 0x9f, 0xad, 0x22, 0xc6, 0x0e, 0x76, 0xd1, 0x25, 0x3c, 0x51, 0x08, 0xf0, 0x78, 0xb6, 0x00, 0x93, 0x51, 0xe5, 0x07, 0xa3, 0xcc, 0x52, 0x33, 0xe7, 0x9d, 0x8e, 0x77, 0x18, 0x85, 0x4f, 0x8d, 0xfa, 0x61, 0xc5, 0xdc, 0x72, 0xe8, 0xed, 0x0f, 0xc2, 0xa9, 0x4b, 0x6d, 0x70, 0xff, 0xaa, 0x49, 0xba, 0x19, 0xa2, 0x56, 0xf3, 0x97, 0x79, 0xff, 0xc3, 0x0e, 0x9d, 0x34, 0x7b, 0x2e, 0xf8, 0x3c, 0xe9, 0xc0, 0xa3, 0xde, 0xf8, 0x00, 0xfb, 0x1e, 0xb5, 0x32, 0x2a, 0x23, 0xbd, 0x74, 0x17, 0xbd, 0xf4, 0x93, 0xc1, 0xe6, 0x29, 0xe1, 0x33, 0x64, 0xd7, 0x16, 0x43, 0x47, 0x18, 0xcb, 0xa7, 0x5c, 0xb9, 0x72, 0x85, 0xfe, 0x56, 0x21, 0xb9, 0xee, 0xf5, 0xe4, 0xed, 0x6f, 0xed, 0x9c, 0x2f, 0xa6, 0x79, 0x95, 0x18, 0x66, 0x22, 0x37, 0xfa, 0x73, 0x88, 0xcc, 0xfb, 0xc5, 0x45, 0xcd, 0xee, 0xbb, 0xef, 0x3e, 0xcd, 0x2a, 0x2e, 0xe8, 0xf8, 0x58, 0xa5, 0x14, 0xdb, 0xe9, 0x84, 0x58, 0x06, 0xb5, 0xa8, 0x20, 0xd0, 0x79, 0x04, 0x46, 0x5a, 0x1b, 0xaf, 0x13, 0x3b, 0x8f, 0xbd, 0x5e, 0xbd, 0x30, 0xa8, 0x91, 0x96, 0xb3, 0x0a, 0x8d, 0xda, 0x0d, 0x91, 0xf2, 0x03, 0x59, 0x58, 0x48, 0x6b, 0xf1, 0x8c, 0x12, 0x65, 0x8e, 0x80, 0x5d, 0xab, 0x62, 0x46, 0x79, 0x8c, 0x06, 0xca, 0xcc, 0xae, 0x97, 0x8e, 0xb6, 0xa3, 0xb6, 0xa7, 0x0a, 0x85, 0x0f, 0x69, 0xb2, 0x1b, 0xb5, 0xc2, 0xb8, 0x19, 0xa5, 0xaa, 0x9b, 0xd1, 0xab, 0x78, 0xb4, 0xbf, 0xac, 0xfa, 0x49, 0x2e, 0xb5, 0x82, 0x08, 0x55, 0x48, 0x27, 0x4f, 0x9e, 0x64, 0x95, 0x40, 0xf6, 0x89, 0x13, 0x27, 0x7e, 0x9d, 0x70, 0x0b, 0xd0, 0xd7, 0xd7, 0x77, 0x1f, 0x79, 0xc9, 0x62, 0x87, 0xa4, 0xd9, 0x6c, 0x4d, 0x0a, 0x44, 0x23, 0x40, 0xb3, 0x00, 0x65, 0xeb, 0xf5, 0xc7, 0x2b, 0x2c, 0x2c, 0x78, 0xa9, 0x6f, 0x40, 0xa9, 0x8f, 0xd9, 0xea, 0x32, 0x74, 0x4e, 0x2a, 0xd5, 0x60, 0x78, 0xcd, 0x78, 0xed, 0xbc, 0x65, 0xb0, 0x0a, 0xd3, 0x9a, 0x65, 0x34, 0xb2, 0xf7, 0x65, 0xa4, 0xa5, 0x63, 0xe5, 0xa2, 0x66, 0x8b, 0x04, 0x5a, 0x69, 0x59, 0xbd, 0x7d, 0x74, 0x76, 0x16, 0x82, 0x9d, 0x8d, 0xe4, 0x98, 0x51, 0x17, 0xec, 0x23, 0x1a, 0x91, 0x33, 0xaa, 0xf7, 0x69, 0x96, 0xb0, 0x68, 0x34, 0x18, 0x47, 0xd3, 0xa5, 0x69, 0xbf, 0xe2, 0xef, 0x18, 0xe1, 0x09, 0xf7, 0xb3, 0xcf, 0x17, 0x67, 0x8b, 0x3d, 0xf7, 0xdc, 0x73, 0xec, 0x3a, 0x03, 0x77, 0x12, 0xaa, 0x5e, 0xf5, 0xf4, 0xd3, 0x4f, 0x5f, 0x4a, 0xa8, 0x00, 0xb0, 0x05, 0x6f, 0xf1, 0x42, 0xb1, 0xea, 0x03, 0x7b, 0xb3, 0xfc, 0x50, 0x37, 0x3b, 0x72, 0xc7, 0xe6, 0xf1, 0xf0, 0x9c, 0x8e, 0x2e, 0x96, 0x36, 0x18, 0x41, 0x60, 0xcf, 0x87, 0x1b, 0x76, 0x26, 0xfe, 0x26, 0xa5, 0x46, 0x46, 0x05, 0x9b, 0x50, 0x60, 0xf0, 0x58, 0x14, 0x1a, 0x5a, 0x98, 0x89, 0xd2, 0x24, 0x3a, 0x25, 0xd2, 0xcc, 0x59, 0x36, 0xa2, 0x3b, 0x3c, 0xc8, 0xe3, 0x31, 0xff, 0xb1, 0xd0, 0x45, 0xbb, 0x63, 0x2a, 0xa8, 0x39, 0xb1, 0x4f, 0xd8, 0x91, 0x74, 0xb3, 0x90, 0x2e, 0xfd, 0x9b, 0xa6, 0x32, 0xf0, 0xa9, 0xcc, 0x66, 0x02, 0x63, 0x47, 0xb3, 0xe3, 0xb5, 0xa0, 0xc5, 0xe1, 0xbf, 0x43, 0xad, 0x35, 0x82, 0x1d, 0x7f, 0x97, 0x55, 0x28, 0x08, 0x74, 0x3a, 0x7d, 0x16, 0x1b, 0x0e, 0xc0, 0x61, 0x44, 0xe8, 0xf0, 0xe1, 0xc3, 0x4c, 0xf7, 0x2b, 0x91, 0xca, 0xdd, 0x09, 0xa3, 0x40, 0xdb, 0xb6, 0x6d, 0x1b, 0x4f, 0x6e, 0xe4, 0x07, 0x10, 0x99, 0x81, 0x33, 0x75, 0xea, 0x54, 0x4d, 0xee, 0x0f, 0x5e, 0x10, 0xae, 0xf1, 0xca, 0x6b, 0x03, 0x3a, 0x62, 0x6b, 0xf4, 0x30, 0xe9, 0xaa, 0xef, 0xbc, 0x73, 0x63, 0x37, 0x62, 0x64, 0x94, 0xdb, 0x43, 0x35, 0x08, 0x1d, 0x40, 0xe3, 0x35, 0x9c, 0x11, 0x25, 0xa1, 0x1a, 0x11, 0xaf, 0x99, 0xd2, 0x25, 0x7a, 0x8f, 0xac, 0xc5, 0xb1, 0x93, 0xdc, 0x67, 0x36, 0x36, 0x10, 0xef, 0x08, 0xae, 0xd1, 0x38, 0x83, 0x5e, 0xe8, 0x15, 0xaf, 0x9d, 0x0a, 0x37, 0xa5, 0x36, 0x78, 0x5f, 0xb8, 0x4f, 0x2f, 0x42, 0xc4, 0x9f, 0x03, 0xdf, 0xe3, 0x73, 0x41, 0x9a, 0x83, 0xe1, 0x67, 0xaa, 0x61, 0xe3, 0x49, 0xb9, 0xd0, 0x6b, 0x78, 0x1d, 0x08, 0x5e, 0xb3, 0xef, 0x50, 0xd6, 0xc0, 0xe3, 0x83, 0xfa, 0x76, 0xb4, 0xe1, 0xb3, 0x3a, 0x78, 0xf0, 0x20, 0x7b, 0xc8, 0xc4, 0x99, 0x33, 0x67, 0xfe, 0x33, 0xa1, 0x42, 0x72, 0x42, 0x2c, 0x00, 0x01, 0xd4, 0x43, 0x02, 0x73, 0xa5, 0x98, 0xf6, 0xcc, 0xe6, 0x7c, 0xf0, 0xe5, 0xce, 0x95, 0x85, 0xe7, 0x08, 0x70, 0x58, 0x87, 0xc5, 0x50, 0x0a, 0x23, 0x4e, 0x17, 0x8d, 0xf3, 0xda, 0xed, 0x44, 0x3b, 0xd3, 0xf3, 0xf0, 0xa1, 0xe1, 0xc3, 0xc3, 0x63, 0x29, 0xb0, 0xf9, 0x5c, 0x15, 0xa3, 0x51, 0x6a, 0xca, 0x35, 0x59, 0x2d, 0xc6, 0xae, 0x26, 0x43, 0x67, 0xb0, 0xd1, 0x7d, 0x7a, 0x82, 0x98, 0x88, 0x66, 0x34, 0x97, 0x81, 0x5e, 0x23, 0x02, 0x81, 0x46, 0x7e, 0x10, 0x54, 0x2c, 0xd5, 0xb4, 0x4b, 0xa1, 0xf8, 0x50, 0x33, 0x3e, 0x4f, 0x76, 0xf9, 0x5a, 0x23, 0x5a, 0x33, 0x98, 0x35, 0x85, 0xed, 0x60, 0x83, 0x5a, 0x09, 0xb4, 0x02, 0xbc, 0xa5, 0xc7, 0xe7, 0x48, 0xfb, 0x1a, 0x27, 0x61, 0x71, 0x0b, 0x6d, 0x8f, 0x25, 0xf7, 0x81, 0x75, 0x79, 0x5e, 0x4a, 0x88, 0x00, 0x90, 0x1f, 0x5a, 0xc7, 0x4a, 0x2e, 0x86, 0x3f, 0xd9, 0x0b, 0xd2, 0x1b, 0xf9, 0xa5, 0x13, 0xdb, 0xed, 0x00, 0x9a, 0x8d, 0x24, 0xd9, 0x8d, 0x18, 0x19, 0x3d, 0x44, 0xa3, 0xb2, 0x27, 0x68, 0xbe, 0x71, 0xa3, 0x82, 0xc9, 0xf3, 0x4e, 0xbb, 0x20, 0xa4, 0x02, 0xcb, 0x3f, 0x68, 0xbe, 0x0a, 0x33, 0x5b, 0xb8, 0xcb, 0xa8, 0xd4, 0x8b, 0x5e, 0xf4, 0x48, 0x4f, 0xab, 0xb3, 0x49, 0x70, 0x74, 0xd3, 0x5b, 0x47, 0xcd, 0xac, 0xdf, 0xcc, 0x04, 0x82, 0x5a, 0x4c, 0xbd, 0x04, 0x44, 0xa3, 0x3e, 0x1e, 0xec, 0x82, 0xda, 0x46, 0x8b, 0x20, 0x9a, 0x29, 0x25, 0xd6, 0xc7, 0xc2, 0x6b, 0xa6, 0x7d, 0x80, 0xe7, 0xc2, 0x88, 0xe4, 0x9e, 0x3d, 0x7b, 0x58, 0x4c, 0xed, 0x4a, 0x88, 0x00, 0xe0, 0x62, 0xc5, 0xe4, 0x07, 0xd5, 0xc5, 0x09, 0xaa, 0xab, 0xab, 0x35, 0x93, 0xde, 0x8d, 0x12, 0xdf, 0xac, 0x2a, 0x09, 0xe8, 0x1d, 0x6b, 0xd4, 0x81, 0xf1, 0x4c, 0xcb, 0x33, 0xea, 0x44, 0xfc, 0x2d, 0xd4, 0x70, 0x28, 0xb4, 0x74, 0xee, 0x31, 0xe5, 0xc5, 0xb1, 0xae, 0x3c, 0x6f, 0x25, 0xc4, 0xf1, 0x00, 0x63, 0xb0, 0xd1, 0x33, 0xbb, 0xdf, 0x43, 0xeb, 0x85, 0x0a, 0x81, 0xd5, 0xf4, 0x7a, 0xe1, 0x53, 0x61, 0x88, 0x96, 0xbe, 0xa1, 0x91, 0x3b, 0x2b, 0x21, 0x32, 0x0a, 0x96, 0xa0, 0x15, 0x60, 0x83, 0x30, 0x98, 0x20, 0xc7, 0x0a, 0x00, 0xf9, 0xee, 0x6a, 0x5c, 0xa9, 0x94, 0x6c, 0xd2, 0xa0, 0x04, 0x80, 0x9c, 0x68, 0x29, 0x1b, 0xa8, 0xc0, 0xc1, 0x07, 0x56, 0x7a, 0x8d, 0xca, 0x1d, 0xe2, 0x85, 0x53, 0x53, 0x65, 0xa6, 0xd5, 0xf1, 0xe6, 0xcc, 0x32, 0x47, 0x87, 0x42, 0x18, 0x58, 0x81, 0x40, 0x00, 0xd0, 0xb9, 0x07, 0x94, 0x37, 0xe3, 0x35, 0xb3, 0x8e, 0xa2, 0x1d, 0xc7, 0xd7, 0x8e, 0x83, 0x3a, 0x98, 0xeb, 0x8f, 0x65, 0x0a, 0xa7, 0xde, 0x7e, 0x1a, 0xed, 0xa2, 0xaf, 0xbc, 0xf5, 0x31, 0x2b, 0x6d, 0x18, 0xab, 0x00, 0xdb, 0x39, 0x06, 0x95, 0x10, 0x8d, 0x44, 0x99, 0x9d, 0xa7, 0x4b, 0x59, 0xac, 0x5c, 0x5f, 0x80, 0xd8, 0x74, 0x0c, 0x9c, 0x8c, 0x85, 0x49, 0x72, 0x57, 0xaf, 0x5e, 0xa5, 0x87, 0xe4, 0x1e, 0x3f, 0x7e, 0x1c, 0x8b, 0xd3, 0x1e, 0x1d, 0x2c, 0x05, 0x9a, 0xaa, 0xf1, 0x2e, 0xb8, 0x49, 0xef, 0x66, 0x0e, 0x2c, 0x1d, 0x18, 0xe3, 0xa3, 0x31, 0x2c, 0xdf, 0x34, 0x1a, 0x3c, 0x4b, 0xb4, 0x30, 0x98, 0xd1, 0x00, 0x7a, 0x4e, 0xbc, 0x1e, 0xca, 0x81, 0x59, 0x81, 0xa0, 0xce, 0x30, 0xa5, 0x4c, 0xf1, 0x0a, 0x43, 0xbc, 0xcd, 0x2c, 0x3d, 0xc4, 0x4c, 0xf9, 0x20, 0x48, 0xf8, 0x05, 0x49, 0xf4, 0xc6, 0x38, 0xec, 0x52, 0xd5, 0x44, 0x81, 0x9f, 0x1e, 0x83, 0xfe, 0x19, 0x0d, 0x38, 0xf0, 0x94, 0x08, 0x85, 0x14, 0xb1, 0xc1, 0xa6, 0x3f, 0xe8, 0xdd, 0x27, 0x0d, 0x70, 0xe0, 0xb3, 0x41, 0x6c, 0x32, 0x02, 0x80, 0x42, 0x3e, 0x7f, 0xd0, 0x02, 0x40, 0x4e, 0x32, 0x85, 0xed, 0x1c, 0xb6, 0xde, 0xbf, 0x95, 0x00, 0x50, 0x49, 0x47, 0x2b, 0x41, 0x41, 0x44, 0xc7, 0x01, 0xf0, 0xc1, 0x98, 0xdd, 0x5c, 0xac, 0xc2, 0x30, 0x18, 0xb0, 0x99, 0xe5, 0x1e, 0xf1, 0xb3, 0xd3, 0x58, 0xc7, 0x93, 0xbe, 0xd2, 0xcd, 0xae, 0xc6, 0x8e, 0xf5, 0xfe, 0xf4, 0xf8, 0x32, 0x0d, 0xd5, 0x52, 0x87, 0x9c, 0xbe, 0x67, 0xcb, 0x0a, 0xea, 0x0d, 0xee, 0xc5, 0x4b, 0xc9, 0x12, 0xe9, 0xd8, 0xb3, 0xe7, 0x44, 0x7c, 0xe0, 0xc6, 0xa6, 0x70, 0xd0, 0x50, 0xa7, 0xdd, 0x6b, 0x42, 0x05, 0x8b, 0xf7, 0x88, 0x16, 0x80, 0x6b, 0xf9, 0x83, 0xf6, 0x01, 0xc8, 0x89, 0x4b, 0xf4, 0xbc, 0x77, 0xbd, 0x7a, 0xfc, 0x46, 0x1d, 0x6d, 0x45, 0x73, 0x12, 0xc5, 0x33, 0x63, 0x0d, 0x4f, 0xc6, 0x43, 0xa1, 0xd8, 0x85, 0x1c, 0xf8, 0xdf, 0xa4, 0x0f, 0x51, 0x6f, 0xd3, 0x73, 0x76, 0xf5, 0x06, 0xcf, 0xf4, 0xd6, 0x48, 0xe3, 0x37, 0xbd, 0xe8, 0x4c, 0x3c, 0x01, 0x84, 0x44, 0x83, 0x7f, 0x30, 0x16, 0x82, 0x0a, 0x71, 0xac, 0xc2, 0xa6, 0x2c, 0x70, 0x1e, 0x19, 0xc7, 0xe1, 0x15, 0x05, 0xe9, 0x87, 0xcc, 0x41, 0x0b, 0x00, 0xf9, 0x81, 0x6c, 0x3e, 0x57, 0x44, 0xaf, 0x76, 0x7f, 0x3c, 0x0f, 0x60, 0xb0, 0xdf, 0x1b, 0x29, 0xcd, 0x65, 0x24, 0x24, 0x7a, 0x4b, 0x32, 0x0d, 0xc5, 0xb5, 0xc6, 0x53, 0x9e, 0x30, 0x99, 0xc1, 0x3f, 0x98, 0xfb, 0xa0, 0xf3, 0x90, 0x91, 0x4e, 0x5d, 0xbb, 0x76, 0x8d, 0x3f, 0x57, 0x4f, 0x22, 0x2c, 0x80, 0x66, 0x95, 0x6e, 0xea, 0xb9, 0x9b, 0x49, 0x6b, 0xbc, 0x89, 0x4f, 0x83, 0xe1, 0xf7, 0xa3, 0xb9, 0x0d, 0x46, 0x48, 0x87, 0x0a, 0xf8, 0x23, 0x4d, 0x8f, 0xec, 0x2a, 0x02, 0x8c, 0xff, 0xe3, 0x2b, 0x3a, 0xcb, 0x98, 0x91, 0xca, 0xb5, 0x6e, 0x53, 0xe1, 0xb1, 0xf9, 0x3b, 0xe9, 0xec, 0x1f, 0xc8, 0x87, 0xf9, 0xe1, 0x74, 0xa3, 0x4e, 0x19, 0xec, 0x83, 0x1d, 0xa9, 0x8e, 0x1d, 0x2e, 0xd0, 0x27, 0xa2, 0x8f, 0x46, 0x0b, 0xf8, 0x13, 0xad, 0xfd, 0x91, 0x89, 0xe0, 0xba, 0x01, 0xa8, 0xfd, 0x51, 0x19, 0xd7, 0xd4, 0xd4, 0xe8, 0x7d, 0x3f, 0x31, 0x23, 0xc1, 0x6c, 0xa3, 0x71, 0x7f, 0x9a, 0x44, 0x85, 0x9e, 0x37, 0x75, 0x68, 0x8d, 0x06, 0x7d, 0x6e, 0x34, 0x8d, 0x9e, 0xcc, 0x16, 0x23, 0x59, 0xaf, 0x23, 0x96, 0x73, 0xd1, 0xa4, 0x47, 0xaa, 0x80, 0x11, 0xfc, 0xb1, 0x54, 0x9c, 0x1b, 0x94, 0x00, 0xb0, 0x73, 0x7e, 0x51, 0x08, 0xd8, 0x9a, 0xfe, 0x4e, 0x73, 0xda, 0x70, 0xb7, 0xe6, 0xe6, 0x66, 0xb8, 0x78, 0xf1, 0x62, 0x5c, 0xdf, 0x75, 0x0f, 0xe6, 0x87, 0x51, 0x08, 0xe8, 0xa2, 0x66, 0xec, 0xac, 0x30, 0xa7, 0x39, 0x6d, 0xb8, 0xac, 0x4f, 0x6d, 0x6d, 0x2d, 0x9c, 0x3b, 0x77, 0xce, 0x72, 0xdd, 0x83, 0x21, 0x11, 0x00, 0x6c, 0x28, 0x00, 0x47, 0x8e, 0x1c, 0x51, 0x2c, 0x00, 0x0a, 0x01, 0x9b, 0x5f, 0x33, 0xd4, 0xa6, 0x70, 0xa8, 0x1d, 0xb4, 0x64, 0xe6, 0xc0, 0x37, 0x72, 0x1f, 0x61, 0x43, 0x87, 0x17, 0x07, 0xbc, 0x90, 0x0a, 0xe9, 0xa5, 0xbc, 0x0f, 0x39, 0x05, 0xe2, 0x7f, 0x8c, 0x26, 0x9a, 0x25, 0xa2, 0x03, 0xe3, 0xdd, 0x97, 0xc8, 0x73, 0x39, 0xd7, 0x91, 0x1c, 0xd7, 0x61, 0xd5, 0xe8, 0xa0, 0x6c, 0xbc, 0x02, 0x9c, 0xf0, 0x85, 0xb2, 0x87, 0xc2, 0x11, 0x4a, 0x54, 0x67, 0x39, 0xd7, 0x31, 0xfa, 0xaf, 0x23, 0xd1, 0x8e, 0xb8, 0x98, 0x6c, 0x60, 0x77, 0xc0, 0xe3, 0x5c, 0xc7, 0x70, 0xe2, 0x49, 0x1c, 0xec, 0x0f, 0x0d, 0x75, 0x18, 0xcc, 0x01, 0x8f, 0x73, 0x1d, 0x76, 0xae, 0x63, 0x44, 0x28, 0xd0, 0x70, 0x0e, 0xe0, 0x38, 0xc2, 0x74, 0x63, 0x5d, 0xc7, 0x70, 0x09, 0x81, 0x98, 0xac, 0x00, 0xbe, 0x5e, 0x80, 0xe2, 0x08, 0xd3, 0xf0, 0x5c, 0xc7, 0xb0, 0x5a, 0x80, 0xc1, 0x52, 0x20, 0x07, 0x28, 0x0e, 0x88, 0xaf, 0x0b, 0x27, 0x78, 0xb8, 0x3b, 0xc2, 0x01, 0x8a, 0x23, 0x4c, 0x89, 0xc6, 0xa4, 0x7b, 0xb8, 0xc1, 0xef, 0x80, 0x78, 0x78, 0xaf, 0x03, 0xa7, 0x09, 0xb2, 0xdf, 0xa5, 0x25, 0x04, 0xe9, 0xbe, 0xf2, 0xf2, 0x72, 0xcd, 0xdf, 0x0d, 0x0d, 0x0d, 0x9a, 0xdf, 0xa4, 0x9f, 0xd3, 0x56, 0x5f, 0x5f, 0xaf, 0xf9, 0xdb, 0xe8, 0x73, 0x7a, 0xbe, 0x31, 0x63, 0xc6, 0x68, 0xce, 0x77, 0xe9, 0x92, 0xb6, 0x56, 0x15, 0x96, 0xd7, 0x61, 0x1b, 0xe6, 0xf4, 0x0c, 0xa7, 0x13, 0xec, 0x86, 0x11, 0x6c, 0x38, 0x92, 0x87, 0xe9, 0xab, 0x56, 0x65, 0xff, 0xb0, 0xd1, 0x6a, 0x0c, 0xb4, 0xde, 0xa7, 0x62, 0xbe, 0x74, 0x4a, 0x90, 0xd3, 0xf7, 0xec, 0x3e, 0x7e, 0x2e, 0x03, 0xed, 0x30, 0xbe, 0x7e, 0x3f, 0xbb, 0x32, 0x25, 0xfd, 0xbe, 0x51, 0xd5, 0x33, 0xf6, 0x3a, 0xf4, 0x52, 0xb8, 0xad, 0x52, 0xc4, 0xd9, 0xea, 0x73, 0x89, 0x2a, 0xa3, 0xa2, 0x77, 0x0e, 0x6e, 0x61, 0x69, 0x4d, 0xda, 0x00, 0xb6, 0xbc, 0xbc, 0x3c, 0xcd, 0x77, 0xcf, 0x9e, 0x3d, 0xab, 0x39, 0x1e, 0x53, 0x8d, 0xd9, 0xa6, 0xf7, 0x39, 0x7b, 0x3e, 0xfc, 0x9c, 0xfd, 0x9b, 0x7e, 0x5f, 0xef, 0xfc, 0xb8, 0x8f, 0x9d, 0xd4, 0x3e, 0x12, 0x4c, 0xc4, 0x3d, 0x92, 0x3f, 0x4e, 0xe7, 0xde, 0xea, 0x95, 0xf0, 0x36, 0xaa, 0x7d, 0x49, 0xc1, 0x4a, 0xc1, 0x66, 0xb4, 0x74, 0xaa, 0x91, 0x80, 0xf0, 0xf3, 0x14, 0xf4, 0x40, 0xac, 0x07, 0x7a, 0x33, 0xad, 0xcc, 0x9f, 0x93, 0xff, 0x1d, 0xb3, 0x52, 0x8b, 0x56, 0xbf, 0x91, 0x4c, 0x3c, 0x7c, 0x34, 0xf8, 0x03, 0xc3, 0xea, 0x04, 0x0f, 0x36, 0x17, 0xdd, 0xa8, 0xae, 0x4d, 0x32, 0x85, 0xd8, 0x1c, 0x7a, 0x35, 0x3a, 0x04, 0x27, 0xde, 0x79, 0x15, 0x23, 0x1a, 0x06, 0x1d, 0x0e, 0x01, 0x18, 0xed, 0x02, 0xe6, 0x08, 0xd3, 0xd0, 0x00, 0x3f, 0x21, 0x51, 0xa0, 0xc1, 0x76, 0xe0, 0x50, 0x0b, 0x40, 0x32, 0x4f, 0x1a, 0xb9, 0x1e, 0xf2, 0x68, 0x92, 0xe9, 0x37, 0x87, 0xd5, 0x02, 0x24, 0xea, 0x06, 0x62, 0x29, 0x8d, 0x37, 0x9a, 0x81, 0x7d, 0xa3, 0x58, 0x84, 0x91, 0x7a, 0x56, 0x83, 0x19, 0x97, 0x72, 0x8f, 0x54, 0x27, 0xd0, 0x65, 0x4e, 0x6f, 0xc4, 0xe6, 0x80, 0x38, 0x79, 0xac, 0xc9, 0x88, 0xfa, 0x00, 0xf1, 0x5a, 0x80, 0xd1, 0x0e, 0xec, 0xd1, 0xfe, 0x9b, 0xc9, 0x7a, 0x6d, 0xa3, 0x86, 0x02, 0xb1, 0x61, 0xc6, 0x64, 0x13, 0x02, 0xc7, 0xc1, 0x1c, 0x3d, 0x02, 0x96, 0x08, 0x47, 0x58, 0x1c, 0x89, 0x0e, 0xd4, 0x70, 0xb0, 0x21, 0xa0, 0x41, 0x4e, 0xe8, 0x73, 0xe4, 0xfb, 0x68, 0xb4, 0x8c, 0x0f, 0x88, 0x23, 0x7d, 0xa3, 0xb1, 0x08, 0xc0, 0x8d, 0xf2, 0xd0, 0x6e, 0xa4, 0xf8, 0xfd, 0x48, 0x3a, 0xc0, 0x71, 0x3b, 0xc1, 0xb1, 0x2c, 0x2a, 0x6d, 0xb6, 0x8f, 0xae, 0x4c, 0x88, 0x35, 0x85, 0xd8, 0xa5, 0x96, 0x86, 0xab, 0xe3, 0x86, 0xb2, 0x4e, 0x91, 0xde, 0xf9, 0x8d, 0xf6, 0x8d, 0x36, 0xc7, 0xf1, 0x7a, 0x72, 0x84, 0xad, 0x04, 0x40, 0x60, 0xb6, 0x84, 0x37, 0x04, 0x03, 0x16, 0x37, 0x42, 0x01, 0x60, 0xd3, 0x16, 0xec, 0xac, 0x1e, 0x39, 0x52, 0x42, 0x32, 0xd4, 0x82, 0xe3, 0xd0, 0xab, 0xe1, 0xf5, 0x05, 0xdc, 0x16, 0xc0, 0x17, 0xad, 0xc0, 0x3f, 0x98, 0xfc, 0x15, 0xba, 0x54, 0x11, 0x56, 0xf4, 0xe2, 0x17, 0x6d, 0x43, 0x21, 0xe0, 0x57, 0x24, 0xbc, 0xde, 0x1c, 0xdd, 0x64, 0xa6, 0x79, 0xa3, 0xcd, 0x4a, 0x98, 0xe0, 0x50, 0x8c, 0xe0, 0x58, 0xb2, 0x23, 0x00, 0x82, 0x0e, 0xf8, 0xc5, 0xa1, 0xea, 0x20, 0x76, 0x79, 0x22, 0x3e, 0xb1, 0x0d, 0x37, 0xb4, 0x0e, 0xec, 0xea, 0x2d, 0xc9, 0xa0, 0x89, 0x13, 0xb5, 0x88, 0x84, 0xe3, 0x23, 0x0c, 0x8f, 0xd6, 0x27, 0x4c, 0x42, 0x64, 0xb0, 0x8c, 0x42, 0x20, 0xeb, 0x09, 0x80, 0x60, 0x00, 0x7e, 0xe5, 0x3d, 0xf9, 0x01, 0x21, 0x96, 0x85, 0x1f, 0xec, 0x76, 0x0c, 0x15, 0x00, 0x5a, 0x64, 0x57, 0x6f, 0xa9, 0x50, 0x14, 0x0e, 0x4c, 0xe9, 0xa5, 0x8b, 0x33, 0x0f, 0x27, 0x37, 0x77, 0x7c, 0x84, 0xd1, 0x65, 0x11, 0x4c, 0xae, 0x51, 0x64, 0x80, 0x2f, 0x33, 0x9b, 0x22, 0x00, 0x46, 0x5a, 0xdf, 0x16, 0x05, 0x1a, 0xac, 0x05, 0xa0, 0xeb, 0x71, 0xf1, 0x69, 0xcc, 0xfc, 0x82, 0x12, 0x28, 0x28, 0x58, 0x04, 0x09, 0x69, 0x11, 0x56, 0x05, 0xb3, 0x5a, 0x53, 0x6c, 0x24, 0xa9, 0x83, 0xe3, 0x23, 0x24, 0x25, 0x05, 0x92, 0x39, 0x2b, 0xa0, 0xbc, 0xba, 0x2d, 0x80, 0x6f, 0xe9, 0x00, 0x0f, 0x26, 0x1a, 0x44, 0xa3, 0x40, 0xac, 0x00, 0xf0, 0x54, 0x88, 0x15, 0x16, 0x2a, 0x08, 0x68, 0x11, 0xd0, 0x71, 0x46, 0x41, 0x40, 0x7a, 0x84, 0xef, 0x07, 0xa3, 0x75, 0x47, 0x13, 0x85, 0x71, 0xe6, 0x05, 0xc7, 0x46, 0x81, 0x90, 0xbd, 0x70, 0x3e, 0x00, 0x7d, 0xaf, 0xbc, 0xba, 0x4d, 0xb4, 0xbf, 0x60, 0xe4, 0x03, 0x98, 0xcd, 0x07, 0x88, 0xb5, 0xbe, 0x3b, 0xbb, 0x3c, 0xa9, 0xde, 0x44, 0x17, 0xd6, 0x0a, 0xf0, 0x96, 0x03, 0xeb, 0xc2, 0xe3, 0x7e, 0xb4, 0x06, 0x74, 0x61, 0x67, 0xea, 0x38, 0x8f, 0x04, 0x85, 0xb9, 0x91, 0xfd, 0x81, 0x64, 0xb0, 0x08, 0x26, 0xbf, 0x67, 0x28, 0x04, 0x6e, 0x4e, 0xcb, 0x0b, 0x76, 0xa3, 0x40, 0x89, 0xa8, 0x09, 0xc4, 0x5a, 0x00, 0xa3, 0x35, 0xb4, 0xd8, 0x7d, 0x46, 0xfb, 0x51, 0x18, 0xd8, 0x75, 0x8b, 0xe9, 0xa2, 0x6b, 0xb4, 0x5e, 0x69, 0xac, 0x8b, 0x42, 0x8c, 0x84, 0x3f, 0x30, 0xda, 0xb5, 0xff, 0x48, 0x5b, 0x04, 0x13, 0x0a, 0xc4, 0xe2, 0x5b, 0x64, 0x28, 0x90, 0xc0, 0x52, 0x20, 0x41, 0x87, 0xf2, 0xf0, 0xc2, 0x90, 0x70, 0xe7, 0x09, 0x41, 0xc5, 0x53, 0x20, 0x23, 0xc0, 0xeb, 0xad, 0x58, 0xce, 0x8e, 0x1d, 0xb0, 0x9f, 0xa1, 0x40, 0x20, 0x4d, 0xa2, 0x7f, 0x63, 0x05, 0x6b, 0x14, 0x04, 0xb4, 0x14, 0xf8, 0x4a, 0x97, 0x0e, 0xbd, 0x1e, 0xa3, 0x24, 0x37, 0xa2, 0xf6, 0x67, 0x19, 0x89, 0xce, 0xef, 0x52, 0xfc, 0xca, 0xdc, 0x3e, 0xe5, 0xd5, 0x6d, 0x00, 0x6e, 0x53, 0xfe, 0x9f, 0xa8, 0xd2, 0x88, 0x34, 0x0a, 0x54, 0x55, 0x55, 0x65, 0x25, 0xc5, 0xa6, 0xef, 0xd9, 0x39, 0xb7, 0xbc, 0xb6, 0x36, 0xfa, 0x0c, 0xdf, 0x53, 0x41, 0x40, 0xc1, 0x40, 0x21, 0xc1, 0x0d, 0xdf, 0xb3, 0x4b, 0x8e, 0x3a, 0x39, 0xff, 0xa3, 0xc3, 0x1f, 0xb0, 0x71, 0x0d, 0xac, 0x42, 0x97, 0xf9, 0x30, 0x28, 0xe8, 0x68, 0xfe, 0x98, 0x7e, 0x34, 0x9e, 0xce, 0x42, 0xce, 0x4e, 0xcb, 0x68, 0xf0, 0x3c, 0xdf, 0xce, 0xa2, 0xd0, 0x46, 0x13, 0xcb, 0x79, 0x2b, 0x61, 0xb5, 0x02, 0x25, 0xb5, 0x42, 0xbc, 0xb0, 0x60, 0xa3, 0xa3, 0xd2, 0x74, 0xfd, 0x5d, 0x6c, 0x28, 0x24, 0x74, 0xb0, 0x0e, 0x37, 0x76, 0x39, 0x53, 0x3d, 0x4d, 0x64, 0xb6, 0xa2, 0x23, 0xbb, 0x5a, 0xfb, 0x50, 0x50, 0xae, 0xeb, 0x75, 0xe0, 0x6b, 0x90, 0x0a, 0x99, 0x0a, 0x81, 0xc0, 0x0a, 0x80, 0xcc, 0x7e, 0xc0, 0xbc, 0x0e, 0x68, 0xfc, 0x1a, 0x60, 0xf1, 0x3e, 0x2c, 0x23, 0x2a, 0x72, 0xbd, 0xd5, 0xb5, 0x37, 0x0a, 0x1a, 0x98, 0x59, 0xb3, 0x44, 0x5d, 0x47, 0x6b, 0x6b, 0xab, 0xe6, 0x6f, 0x4c, 0x3e, 0x64, 0x8f, 0xa3, 0x9f, 0xd3, 0x7d, 0xfc, 0x34, 0x55, 0xf6, 0xfb, 0x7a, 0x93, 0x98, 0xf8, 0x55, 0x19, 0xf9, 0xf3, 0xf3, 0x9f, 0xd3, 0x35, 0xa6, 0x69, 0xc3, 0x15, 0x5e, 0x86, 0x53, 0x56, 0xf8, 0x57, 0xb7, 0x01, 0xd0, 0x65, 0x4e, 0x28, 0x06, 0x08, 0x00, 0x1f, 0xcd, 0xe1, 0x57, 0x7c, 0x77, 0xcc, 0x78, 0x72, 0x5c, 0x07, 0xae, 0x9f, 0xc5, 0x36, 0x8c, 0x9c, 0xb1, 0xad, 0xa9, 0xa9, 0x49, 0xf3, 0x9b, 0x99, 0x99, 0x99, 0x9a, 0xeb, 0xc0, 0xcf, 0xd9, 0x6b, 0xe3, 0xbf, 0xcf, 0xaf, 0xcb, 0x8b, 0x9f, 0xb3, 0xe7, 0xe3, 0x3f, 0xe7, 0xd7, 0x92, 0xeb, 0xee, 0xee, 0x4e, 0x68, 0xff, 0xa2, 0xa5, 0xe6, 0x5a, 0xaf, 0x01, 0xf8, 0x55, 0xaf, 0x98, 0x1d, 0x19, 0x93, 0x98, 0xf7, 0xac, 0x30, 0x74, 0xb1, 0x5f, 0x62, 0x57, 0x82, 0xc1, 0x1f, 0x46, 0xfa, 0xe0, 0x80, 0xd8, 0xb9, 0x8e, 0x91, 0xa0, 0x52, 0x2c, 0xc5, 0xa5, 0xf4, 0x94, 0x63, 0x19, 0x2d, 0xa0, 0x3f, 0x0a, 0xac, 0x60, 0x5d, 0xd4, 0x01, 0xfe, 0x80, 0x83, 0x48, 0x6b, 0xd1, 0x33, 0x7b, 0xf4, 0x87, 0x71, 0x84, 0xd6, 0xaa, 0xc2, 0x83, 0x03, 0x1e, 0xe7, 0x3a, 0x12, 0xdd, 0x30, 0xda, 0xc7, 0x33, 0x13, 0x9e, 0xf2, 0x11, 0x81, 0xb8, 0xcc, 0x61, 0x5a, 0x23, 0x08, 0x6e, 0x66, 0xa7, 0x3a, 0x3a, 0xc6, 0xbf, 0x92, 0x9b, 0x3f, 0x4d, 0x5e, 0x57, 0xd1, 0x93, 0x1e, 0x3d, 0x7a, 0x14, 0x26, 0x4c, 0x98, 0xa0, 0xfe, 0x08, 0x96, 0xb7, 0xc3, 0xb5, 0x82, 0x69, 0x04, 0x85, 0xf5, 0x11, 0x62, 0x1d, 0x34, 0x8b, 0x85, 0x2f, 0xdb, 0xe1, 0xd3, 0xb1, 0x3e, 0xdc, 0x58, 0xbe, 0xab, 0x17, 0x76, 0xb3, 0x73, 0x8c, 0x9d, 0xc8, 0x96, 0xd9, 0xf5, 0xc4, 0x73, 0x1d, 0x7a, 0xd4, 0x35, 0xd6, 0xeb, 0xb5, 0xfa, 0x0d, 0xa3, 0x14, 0x76, 0x3b, 0xd7, 0x66, 0xf5, 0x19, 0x1f, 0xc8, 0xe0, 0x43, 0xe0, 0xf8, 0x79, 0x5b, 0x5b, 0x1b, 0x9f, 0x38, 0xd9, 0xf6, 0xda, 0x6b, 0xaf, 0x9d, 0xe6, 0x14, 0xbc, 0xc4, 0x0b, 0x00, 0x05, 0x3a, 0x2f, 0x04, 0x6a, 0x54, 0x88, 0x00, 0xfb, 0xd5, 0xf4, 0xf4, 0xf4, 0x47, 0xe9, 0x59, 0xf7, 0xef, 0xdf, 0x0f, 0x2b, 0x57, 0xae, 0x54, 0x56, 0x85, 0x64, 0x2f, 0x8c, 0x3a, 0x38, 0x76, 0x1e, 0xae, 0x9d, 0x07, 0x1d, 0xef, 0x71, 0x89, 0x00, 0x94, 0x9d, 0xdf, 0x8b, 0xe7, 0x1a, 0xe2, 0x39, 0x9f, 0xd5, 0xf7, 0xcd, 0x3e, 0x8f, 0xf5, 0x3a, 0x78, 0x10, 0xf3, 0xd7, 0x65, 0xf7, 0xfa, 0x63, 0x51, 0x60, 0xb1, 0x28, 0x08, 0xb3, 0xdf, 0x3e, 0x76, 0xec, 0x18, 0x7f, 0x2f, 0x7f, 0xc2, 0x40, 0x1e, 0x70, 0xf9, 0x3f, 0xec, 0xc6, 0x02, 0x9f, 0xdf, 0xe8, 0x17, 0xa4, 0x8b, 0x17, 0x2f, 0xbe, 0x46, 0x5e, 0xaf, 0xb0, 0x3e, 0xc0, 0xaf, 0x7e, 0xf5, 0x2b, 0x75, 0xb1, 0x6c, 0xbd, 0x4e, 0x30, 0x7a, 0xaf, 0x77, 0x73, 0x76, 0x4a, 0x2d, 0x9a, 0x1d, 0x37, 0xd4, 0xe0, 0x4f, 0x84, 0x46, 0x37, 0xba, 0x7e, 0xba, 0xdf, 0xe8, 0xa1, 0xda, 0xb5, 0x4e, 0x83, 0x05, 0xbf, 0xde, 0x6f, 0xd9, 0x05, 0xaa, 0x5d, 0xa5, 0x15, 0x0b, 0x98, 0x63, 0xb9, 0x26, 0xdc, 0x4e, 0x9f, 0x3e, 0x3d, 0xa0, 0x72, 0x35, 0x71, 0x88, 0xff, 0xd5, 0x00, 0xfc, 0x6a, 0x5a, 0xb4, 0xcb, 0x20, 0xfa, 0xa3, 0x79, 0xdf, 0xdc, 0xdc, 0x1c, 0x98, 0x3c, 0x79, 0xb2, 0x9f, 0x98, 0x9d, 0xbb, 0xd8, 0xf0, 0x18, 0x52, 0x21, 0xac, 0x2e, 0x9c, 0x9d, 0x9d, 0xad, 0xf1, 0x01, 0xec, 0x9a, 0x38, 0xbb, 0xb4, 0x26, 0x1e, 0xc0, 0xda, 0x35, 0xed, 0x89, 0x10, 0x1c, 0xbb, 0xc0, 0x4c, 0x04, 0x05, 0x8c, 0x97, 0xfe, 0xc4, 0xb2, 0xdf, 0xae, 0x20, 0x58, 0x1d, 0x17, 0x0f, 0xa5, 0x8c, 0x45, 0x50, 0x68, 0x14, 0x09, 0xd7, 0xa9, 0x3e, 0x79, 0xf2, 0x24, 0xff, 0xf9, 0x9f, 0x9e, 0x7b, 0xee, 0xb9, 0xef, 0x71, 0x0a, 0x9d, 0x0f, 0xf0, 0x18, 0x0e, 0x7a, 0x0d, 0x98, 0x1f, 0x30, 0x63, 0xc6, 0x0c, 0xef, 0x94, 0x29, 0x53, 0x9e, 0x23, 0x54, 0x67, 0x15, 0x7f, 0x30, 0x52, 0x9f, 0xb2, 0xb2, 0x32, 0x45, 0x18, 0xd0, 0x31, 0x41, 0x61, 0x88, 0x65, 0xfe, 0x40, 0x2c, 0x37, 0x1c, 0x4f, 0xbc, 0x3d, 0x16, 0xe7, 0x6e, 0x30, 0xbf, 0x1b, 0xef, 0x39, 0xec, 0x4c, 0xe5, 0x8b, 0x75, 0x94, 0x3c, 0xde, 0x63, 0xe3, 0x19, 0x0b, 0x89, 0xf7, 0xda, 0xe3, 0x39, 0x27, 0xed, 0x2b, 0xf4, 0x35, 0x91, 0x81, 0xb4, 0xb7, 0xb7, 0xeb, 0x1d, 0xd6, 0x46, 0x7c, 0x81, 0x79, 0x7b, 0xf7, 0xee, 0xad, 0x33, 0x02, 0xbe, 0x95, 0x00, 0xf0, 0xa1, 0x52, 0x45, 0x10, 0x96, 0x2f, 0x5f, 0x9e, 0x57, 0x54, 0x54, 0xf4, 0x27, 0x02, 0xee, 0x39, 0xe0, 0x34, 0xa7, 0x25, 0x67, 0x6b, 0x21, 0xdc, 0x7f, 0xfd, 0x33, 0xcf, 0x3c, 0x73, 0xc0, 0x0c, 0xf8, 0xb4, 0xd9, 0xa9, 0x4e, 0xab, 0x4a, 0xd0, 0xe5, 0xcb, 0x97, 0xfb, 0x4a, 0x4a, 0x4a, 0x7e, 0x95, 0x96, 0x96, 0x56, 0x42, 0x84, 0x60, 0x1e, 0x0c, 0xe1, 0x64, 0x19, 0xa7, 0x39, 0x2d, 0x8e, 0x76, 0x90, 0x6c, 0xf7, 0x3e, 0xfd, 0xf4, 0xd3, 0xef, 0x5b, 0x01, 0x3f, 0x16, 0x0b, 0xa0, 0xfb, 0xbd, 0x4d, 0x9b, 0x36, 0xcd, 0x26, 0x42, 0xf0, 0x39, 0xb2, 0xad, 0x25, 0x7f, 0x17, 0x3b, 0x7d, 0xef, 0xb4, 0x11, 0x6a, 0x38, 0xf4, 0xfb, 0x16, 0xc1, 0xe1, 0xff, 0x9d, 0x39, 0x73, 0xe6, 0x7f, 0xee, 0xde, 0xbd, 0x3b, 0xa6, 0x72, 0x22, 0x89, 0xd0, 0xe0, 0xc2, 0x86, 0x0d, 0x1b, 0x26, 0x93, 0x0b, 0x18, 0x47, 0x9c, 0xe4, 0x3c, 0xcc, 0xbf, 0x8e, 0xe4, 0x60, 0x6b, 0x72, 0xb1, 0xe9, 0x7e, 0xf6, 0x73, 0xfc, 0x8c, 0x3d, 0xd6, 0x68, 0x3f, 0x7f, 0x0e, 0xfe, 0x18, 0xb3, 0xef, 0xc4, 0xf3, 0xb7, 0xc5, 0x3e, 0xdd, 0xbe, 0xe3, 0x3e, 0x4b, 0x64, 0xff, 0xc2, 0x00, 0xc7, 0x4d, 0x10, 0x64, 0xa3, 0xcf, 0xf5, 0x3e, 0x33, 0x3a, 0x9e, 0xd9, 0xcf, 0xff, 0x8d, 0xef, 0x25, 0xbd, 0x73, 0x18, 0x7c, 0x47, 0x7d, 0xcf, 0x7e, 0xce, 0x7d, 0x67, 0xc0, 0x31, 0x7a, 0xfb, 0xf9, 0xdf, 0xa1, 0xd7, 0xc1, 0x7e, 0x1e, 0xf9, 0x0c, 0x83, 0x32, 0x8d, 0x81, 0x40, 0xe0, 0xe4, 0xb3, 0xcf, 0x3e, 0xdb, 0x1e, 0x37, 0x78, 0x13, 0x2c, 0x8d, 0x42, 0x1c, 0x9b, 0xc8, 0x7d, 0x57, 0xb4, 0x79, 0x2e, 0xd6, 0x3f, 0x01, 0x30, 0x9e, 0xd3, 0xc0, 0x1e, 0x0b, 0x60, 0x3d, 0xe7, 0xc1, 0xce, 0x67, 0x66, 0xef, 0xad, 0x3e, 0x8b, 0x17, 0xfc, 0xb2, 0x9d, 0x88, 0x9d, 0xce, 0x7b, 0xd9, 0xe0, 0x3c, 0x92, 0xce, 0x7e, 0xdd, 0x89, 0xe3, 0xa0, 0x9f, 0x25, 0x60, 0xb4, 0x9f, 0x3d, 0x3f, 0x7f, 0x9c, 0xa4, 0xf3, 0xb7, 0x6c, 0xb0, 0x4f, 0xb6, 0x38, 0x7f, 0xc2, 0x00, 0x3b, 0x94, 0x4d, 0x0f, 0xa8, 0xe2, 0x20, 0x81, 0x6d, 0x06, 0x6a, 0x21, 0xc6, 0xbf, 0xed, 0x0a, 0x01, 0xd8, 0xfc, 0x6c, 0x28, 0xfb, 0xd6, 0x8e, 0x00, 0x98, 0xed, 0x93, 0x6d, 0x08, 0x85, 0x11, 0xc0, 0x41, 0x07, 0xbc, 0x56, 0x82, 0x21, 0x59, 0x08, 0x49, 0x2c, 0xdb, 0x90, 0x03, 0x74, 0x38, 0x9b, 0x90, 0x00, 0x01, 0xb0, 0xbb, 0x7f, 0x28, 0x34, 0xbe, 0x91, 0xb6, 0x1f, 0x36, 0x0a, 0x64, 0x03, 0xf4, 0x56, 0x02, 0x60, 0x05, 0x7a, 0xbb, 0x16, 0x01, 0x2c, 0x80, 0x0e, 0x71, 0x00, 0x5d, 0x1e, 0x6e, 0x30, 0x26, 0x43, 0xb3, 0xab, 0xdd, 0xcd, 0x80, 0x3d, 0x52, 0x1a, 0xdf, 0x0a, 0xf8, 0x42, 0x02, 0x81, 0x1f, 0xcb, 0xdf, 0x72, 0x12, 0x58, 0x04, 0x48, 0x26, 0xb0, 0x27, 0xb3, 0x00, 0xd8, 0x11, 0x0c, 0x2b, 0x9e, 0x3f, 0x1c, 0x1a, 0xdf, 0xca, 0x0a, 0x0c, 0x27, 0x05, 0x8a, 0x85, 0x06, 0x59, 0x01, 0x3f, 0x51, 0x16, 0xc1, 0xea, 0x1c, 0x49, 0x09, 0xb0, 0xd1, 0xd8, 0x04, 0x1b, 0x42, 0x02, 0x36, 0x05, 0x03, 0x4c, 0x04, 0xc2, 0xae, 0xb3, 0x2b, 0x0c, 0x61, 0xff, 0xca, 0x09, 0x74, 0x8e, 0x07, 0x63, 0x11, 0x64, 0x13, 0x47, 0x3a, 0xa9, 0x41, 0x7e, 0x3d, 0x0a, 0x40, 0xbc, 0x42, 0x62, 0x07, 0xe8, 0x46, 0xdf, 0xb3, 0x13, 0xf1, 0x19, 0xca, 0x7e, 0x95, 0x6d, 0xee, 0xb7, 0x03, 0x7a, 0xbb, 0x80, 0x1f, 0xd5, 0xe0, 0xbe, 0xd1, 0x05, 0x60, 0x30, 0xfd, 0x60, 0x27, 0xd2, 0x33, 0x1c, 0xda, 0x3f, 0x91, 0x56, 0x40, 0xb6, 0x79, 0xce, 0x1b, 0xfa, 0xc1, 0x3b, 0x2d, 0xb9, 0xfa, 0xd8, 0x01, 0xa9, 0xd3, 0x9c, 0xe6, 0x34, 0xa7, 0x39, 0xcd, 0x69, 0x43, 0xd2, 0xfe, 0x3f, 0x99, 0xde, 0xa5, 0x0b, 0x90, 0x35, 0xa8, 0x7d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_save_192_png_len = 18366; unsigned char gtk_select_all_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x10, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x20, 0x41, 0x6c, 0x6c, 0x52, 0xed, 0xe6, 0xc6, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x09, 0xad, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x3d, 0x6c, 0x1c, 0x45, 0x14, 0x9e, 0xd9, 0xdb, 0xb3, 0xcf, 0x31, 0xc7, 0x59, 0xc8, 0x21, 0x89, 0x1d, 0x23, 0x8b, 0x08, 0x88, 0x64, 0xd9, 0x4e, 0x08, 0x0d, 0xe9, 0x90, 0xa0, 0x88, 0x88, 0x42, 0x88, 0x14, 0x1a, 0xfa, 0x74, 0x08, 0x21, 0x88, 0xdc, 0x18, 0x29, 0x85, 0x23, 0x19, 0xc4, 0x4f, 0x93, 0x82, 0xc4, 0x54, 0x69, 0xe8, 0x22, 0xe2, 0x88, 0x1f, 0x51, 0x40, 0x83, 0xa0, 0x01, 0xa5, 0x82, 0x02, 0x21, 0x64, 0xcb, 0xc1, 0x56, 0x9c, 0x44, 0xc4, 0x89, 0x9c, 0xd8, 0xf7, 0xb3, 0xc3, 0xee, 0xde, 0x9d, 0x7d, 0x67, 0xef, 0xde, 0xce, 0xce, 0xcd, 0xcf, 0x9b, 0xbb, 0x37, 0xd2, 0x78, 0x67, 0xf7, 0x76, 0x7d, 0x7b, 0xf3, 0xbd, 0x6f, 0xe6, 0x7b, 0x6f, 0x66, 0x67, 0x09, 0xc1, 0x84, 0x09, 0x53, 0xf7, 0x26, 0x9a, 0xf6, 0x82, 0xd9, 0xd9, 0xd9, 0x67, 0x28, 0xf5, 0x5e, 0xf4, 0xa8, 0x97, 0xc5, 0xea, 0x83, 0x93, 0x1c, 0xe6, 0x94, 0x4a, 0xae, 0xf7, 0xfb, 0xf4, 0xfb, 0xd3, 0x4b, 0xca, 0x0c, 0x60, 0xf6, 0xe3, 0x8b, 0xef, 0xf8, 0x9b, 0xcf, 0xfc, 0xec, 0x62, 0x95, 0x83, 0x4c, 0x65, 0xca, 0xd8, 0x7b, 0x53, 0x53, 0xd3, 0x97, 0xa4, 0x1b, 0xc0, 0xcc, 0xa7, 0x33, 0x23, 0x6e, 0x85, 0xfe, 0x83, 0xe0, 0x83, 0x4f, 0x25, 0xca, 0xdc, 0x67, 0xa7, 0xa6, 0xa6, 0x6e, 0xf1, 0x9c, 0xcc, 0x0d, 0xa6, 0xeb, 0x91, 0x23, 0xf5, 0xf3, 0x4f, 0xbf, 0x71, 0x86, 0xec, 0xdf, 0x7f, 0x00, 0xab, 0x1a, 0x50, 0x5a, 0x59, 0x59, 0x21, 0xd7, 0xe7, 0xaf, 0x05, 0xc5, 0xac, 0xdf, 0x1b, 0x1c, 0xf5, 0xb7, 0x72, 0x0d, 0x80, 0x7a, 0x4e, 0x2f, 0xa3, 0x2c, 0x2c, 0x07, 0xe0, 0x17, 0x9e, 0x2c, 0x60, 0xad, 0x43, 0x4a, 0x8c, 0x35, 0x61, 0xc5, 0xad, 0x1d, 0xb0, 0xe6, 0xba, 0x3b, 0xb5, 0xdd, 0x9f, 0x6f, 0x6e, 0x6e, 0x60, 0x2d, 0x1a, 0x21, 0x7b, 0x95, 0xf1, 0xb9, 0x5c, 0x9f, 0x59, 0x03, 0xc0, 0xa4, 0x1b, 0x7c, 0x06, 0xab, 0x05, 0xc0, 0x64, 0x27, 0xf0, 0xa8, 0x01, 0x3a, 0x00, 0x7c, 0x19, 0x46, 0x81, 0x2d, 0x80, 0x95, 0xc0, 0x6f, 0x6b, 0x00, 0x34, 0x00, 0x64, 0x3d, 0x69, 0xc7, 0x1c, 0xd0, 0x00, 0xba, 0x90, 0xf5, 0x68, 0x00, 0xc0, 0x5d, 0x3b, 0x5e, 0xe0, 0x65, 0xe8, 0x42, 0x34, 0x00, 0x0b, 0x59, 0x8f, 0x1a, 0xa0, 0x4b, 0x59, 0xaf, 0xa2, 0x1b, 0x40, 0x03, 0xb0, 0x45, 0xe4, 0xa1, 0x06, 0xc0, 0xe6, 0x5e, 0x76, 0xff, 0x8f, 0x06, 0x60, 0x29, 0xeb, 0xc1, 0x6b, 0x80, 0xa5, 0x7b, 0x1b, 0xe4, 0xbf, 0xf5, 0x12, 0x22, 0x9e, 0xe0, 0xa5, 0xf3, 0xb0, 0x7b, 0x7c, 0xe4, 0x89, 0x88, 0xe3, 0x4c, 0x5a, 0x20, 0x40, 0x89, 0x01, 0x04, 0xe0, 0xdf, 0x79, 0xb0, 0x89, 0xb8, 0xb7, 0x6c, 0xaa, 0xd3, 0xb9, 0x76, 0xc9, 0xac, 0x67, 0x70, 0x0c, 0x00, 0x53, 0x52, 0x1f, 0xcd, 0x52, 0x02, 0xbf, 0xfb, 0x1a, 0xd4, 0x00, 0x1d, 0x02, 0xbc, 0xb8, 0xb1, 0x60, 0x1c, 0xa0, 0x63, 0x59, 0x9f, 0x7c, 0xbe, 0x3c, 0x77, 0x50, 0xb9, 0x01, 0xdc, 0xbf, 0xbf, 0xa6, 0x1d, 0x88, 0xfe, 0xfe, 0x3d, 0x24, 0x9b, 0x6d, 0x7e, 0x6c, 0xa1, 0x54, 0x2a, 0x91, 0xf5, 0xf5, 0x47, 0x06, 0x44, 0x5e, 0xeb, 0x54, 0x28, 0x14, 0xb4, 0xb3, 0x5e, 0xab, 0x01, 0x2c, 0x2c, 0x2c, 0x68, 0x37, 0x80, 0xd1, 0xd1, 0x51, 0x32, 0x30, 0xd0, 0x5c, 0xb1, 0x01, 0xf8, 0x26, 0xee, 0x25, 0x29, 0x4d, 0x4c, 0x4c, 0x08, 0xb1, 0x1e, 0x35, 0x40, 0x87, 0xbb, 0x8a, 0xad, 0x9a, 0x7b, 0x99, 0x5d, 0x01, 0x1a, 0x00, 0xc0, 0x18, 0x41, 0x5a, 0x8f, 0x00, 0x0d, 0xa0, 0xc3, 0x45, 0x64, 0xf3, 0x71, 0x26, 0xb5, 0x1b, 0x40, 0x03, 0xb0, 0x06, 0x7c, 0xd4, 0x00, 0x6d, 0xa5, 0x40, 0x14, 0x1e, 0x39, 0x32, 0x69, 0xd8, 0xb5, 0x13, 0x01, 0x92, 0xf1, 0xb5, 0x06, 0x68, 0x00, 0x66, 0x7d, 0x7a, 0xbd, 0xc6, 0x82, 0x1a, 0xc0, 0x10, 0xf8, 0x0c, 0x40, 0x2b, 0x81, 0x1a, 0x00, 0x0c, 0xeb, 0xd3, 0x02, 0x29, 0x93, 0xf5, 0xa8, 0x01, 0x90, 0xf5, 0xcd, 0xd7, 0x40, 0x1a, 0x0e, 0xee, 0x71, 0x1d, 0x3f, 0x67, 0xc2, 0xb2, 0x43, 0x2a, 0xda, 0xc1, 0x0c, 0xbe, 0xba, 0xfe, 0xfd, 0x22, 0x7e, 0xf8, 0x76, 0x45, 0x07, 0x7f, 0x28, 0xc7, 0xd9, 0x3b, 0xcf, 0xa0, 0xc9, 0xfd, 0xf6, 0x8e, 0xdd, 0x7c, 0x2e, 0x4b, 0xf6, 0x15, 0xb2, 0x62, 0xe0, 0x43, 0x6b, 0x01, 0x8a, 0x65, 0xcf, 0xcf, 0x55, 0xe0, 0x3d, 0x92, 0xd1, 0x6e, 0x00, 0xc1, 0x57, 0xd7, 0xbf, 0xdf, 0x16, 0xd6, 0x53, 0xdf, 0x66, 0xf6, 0xe6, 0x7b, 0x52, 0x01, 0x8f, 0x1a, 0x00, 0x68, 0x5f, 0xcf, 0x07, 0x8c, 0x08, 0xc0, 0x72, 0xc1, 0xef, 0x3a, 0x03, 0x80, 0xef, 0xda, 0xa5, 0x35, 0x0a, 0x1c, 0x0b, 0xb0, 0x88, 0xf5, 0x7c, 0xe7, 0x8b, 0xb4, 0x06, 0x68, 0x00, 0x1c, 0xc0, 0x07, 0xf3, 0x01, 0x1e, 0x3d, 0x5a, 0x97, 0xd0, 0x84, 0x8a, 0x4d, 0xd1, 0x0e, 0xe6, 0x27, 0xec, 0xd9, 0xd3, 0x27, 0x01, 0x7c, 0xd4, 0x00, 0x42, 0xac, 0x0f, 0xc0, 0x5f, 0x58, 0x58, 0x34, 0x76, 0x2f, 0xc1, 0xc4, 0x8f, 0x91, 0x91, 0x11, 0x8e, 0x7b, 0x4d, 0x66, 0x7d, 0x34, 0xf0, 0x38, 0x29, 0xb4, 0xa9, 0x32, 0x14, 0x2d, 0xa8, 0xa1, 0xfc, 0xbe, 0x75, 0xb0, 0x1e, 0x35, 0x00, 0x48, 0xe0, 0x59, 0x4a, 0xd6, 0xa3, 0x06, 0x68, 0xab, 0xdf, 0xb6, 0x9b, 0xf5, 0x0c, 0x35, 0x40, 0xa7, 0x01, 0x1f, 0x05, 0xbe, 0x4a, 0xe0, 0x3b, 0xda, 0x00, 0xa2, 0x66, 0xd0, 0x06, 0xf3, 0x01, 0x0a, 0x85, 0x09, 0xc9, 0xae, 0x9d, 0x68, 0xff, 0x2c, 0xee, 0xef, 0xc7, 0x7a, 0x10, 0x68, 0x00, 0xd0, 0xe3, 0x00, 0x9c, 0x40, 0xa2, 0x06, 0xd0, 0x2d, 0xfe, 0x18, 0x08, 0xe0, 0x51, 0x03, 0x18, 0x06, 0xde, 0x34, 0xf8, 0x69, 0x58, 0x8f, 0x1a, 0x40, 0xb2, 0x30, 0x84, 0x0f, 0xbc, 0xba, 0xd8, 0x86, 0xc2, 0xf9, 0x00, 0xd5, 0x45, 0x48, 0x9f, 0x3b, 0x34, 0xaa, 0x08, 0xc2, 0xf8, 0x67, 0xe4, 0xfb, 0xfb, 0xfb, 0x49, 0x4f, 0xd6, 0x89, 0x00, 0x60, 0xc7, 0x58, 0x7d, 0xab, 0xfe, 0xb4, 0xe9, 0x10, 0x15, 0x00, 0xbf, 0x7a, 0xcd, 0xa1, 0xa7, 0xfb, 0xb8, 0x8c, 0x22, 0x97, 0xa5, 0x02, 0xac, 0x07, 0x3a, 0x18, 0x54, 0x9d, 0x0f, 0xe0, 0x55, 0xc1, 0xc8, 0x8b, 0xbd, 0x57, 0xa0, 0x9d, 0xb1, 0xfa, 0xa0, 0xb8, 0x59, 0xf2, 0x40, 0xb0, 0x7e, 0x6f, 0x3e, 0xcb, 0xdd, 0xac, 0x47, 0x7d, 0xa6, 0xba, 0x35, 0x00, 0xd7, 0x05, 0xd8, 0xa2, 0xd6, 0xd5, 0x06, 0x74, 0xba, 0x54, 0x03, 0xc0, 0x9e, 0x97, 0xa7, 0xcf, 0xb5, 0x13, 0x62, 0x3d, 0xb3, 0xd8, 0x00, 0xec, 0x64, 0xbd, 0x9a, 0xf1, 0xfd, 0x8e, 0xd0, 0x00, 0x8d, 0x29, 0x79, 0x7d, 0x00, 0x99, 0x4b, 0xa0, 0xa9, 0xfb, 0x5f, 0x69, 0xfe, 0x4f, 0xb0, 0x3e, 0x41, 0x26, 0xe3, 0x2a, 0x64, 0xbd, 0x45, 0x1a, 0x00, 0xe2, 0x33, 0xf9, 0xaa, 0x53, 0xb0, 0x3e, 0x41, 0x7f, 0xbf, 0xab, 0x8c, 0xf5, 0x38, 0x1f, 0xc0, 0xb2, 0x98, 0x03, 0x34, 0xd6, 0xa3, 0x01, 0x68, 0x02, 0x3f, 0xad, 0x6b, 0xa7, 0x8b, 0xf5, 0x68, 0x00, 0x46, 0x84, 0xad, 0x5c, 0xd6, 0xcb, 0x7a, 0x87, 0x10, 0x1a, 0x80, 0xc6, 0xd6, 0x40, 0x4e, 0x73, 0xcf, 0xec, 0x88, 0x03, 0xd4, 0x6f, 0x72, 0x72, 0x72, 0xd2, 0x22, 0xd7, 0xae, 0xbd, 0x6b, 0xf8, 0xc1, 0xec, 0x78, 0x0d, 0xc0, 0x52, 0x1d, 0xb7, 0x3d, 0xfa, 0xc7, 0x3f, 0xc4, 0x2b, 0xbb, 0xb9, 0x07, 0xa6, 0x01, 0x58, 0xca, 0x50, 0x15, 0xb4, 0x80, 0x0e, 0xac, 0x56, 0xc2, 0x22, 0x0d, 0xd0, 0x7a, 0x11, 0xc3, 0xee, 0x63, 0xbd, 0x4a, 0x80, 0xc1, 0xbd, 0x39, 0x54, 0x2e, 0xeb, 0x3b, 0x51, 0x1b, 0x30, 0x70, 0xac, 0x57, 0xaa, 0x01, 0x82, 0x7b, 0x74, 0x1d, 0x4a, 0x7a, 0xc2, 0xf1, 0x6d, 0x9a, 0xd8, 0x5d, 0xc5, 0x8d, 0xd5, 0x37, 0x70, 0x2d, 0x01, 0x73, 0xf1, 0xb1, 0x7a, 0x16, 0xf7, 0x4f, 0x23, 0xff, 0x0f, 0x8d, 0x17, 0x73, 0x71, 0xdf, 0xc3, 0x28, 0xf9, 0x73, 0xf9, 0x31, 0x17, 0xc0, 0x85, 0x3e, 0x97, 0x1c, 0x28, 0xb8, 0xc2, 0xc0, 0x83, 0x98, 0x14, 0x5a, 0xbf, 0xd1, 0x52, 0xc5, 0x23, 0xc5, 0x86, 0xf1, 0xf8, 0x6e, 0x6b, 0xee, 0x1b, 0xaf, 0xb9, 0xfb, 0xb0, 0xc4, 0x75, 0x4d, 0x50, 0x77, 0x51, 0x06, 0xa0, 0x52, 0x00, 0x2a, 0xd7, 0x00, 0xaa, 0x81, 0xb4, 0xa7, 0xaf, 0x4f, 0x7f, 0x3e, 0x0f, 0xf0, 0x20, 0x26, 0x85, 0xb6, 0x7e, 0xdf, 0x4d, 0xb7, 0x8b, 0x3c, 0xb9, 0xc2, 0xd0, 0x8a, 0x09, 0x21, 0xd1, 0xf1, 0x6f, 0x1b, 0x44, 0x9b, 0x79, 0x63, 0x49, 0x62, 0x3d, 0x9c, 0x40, 0x50, 0x8a, 0xb7, 0x5c, 0xad, 0xad, 0xad, 0xb5, 0xc1, 0x7a, 0xd9, 0x80, 0xe9, 0x60, 0x56, 0xba, 0xd6, 0x20, 0x9f, 0xcf, 0x0b, 0xde, 0x9b, 0x25, 0x71, 0x80, 0xc5, 0x45, 0x73, 0xcf, 0xe4, 0xdb, 0x90, 0x0e, 0x1f, 0x3e, 0x2c, 0x14, 0x38, 0x02, 0x14, 0x07, 0x48, 0x1f, 0x04, 0xc2, 0x44, 0xe4, 0xb3, 0xde, 0xdc, 0x9c, 0x40, 0x16, 0x63, 0x10, 0x08, 0xbe, 0xdc, 0xae, 0x48, 0x4d, 0x7d, 0x4a, 0x13, 0x81, 0x2a, 0x16, 0x32, 0x46, 0xf0, 0x5b, 0xd7, 0xa7, 0x8c, 0xc8, 0xa0, 0xe1, 0x38, 0x00, 0xa6, 0xf8, 0x07, 0x43, 0xd4, 0x02, 0xaf, 0x54, 0x03, 0x34, 0xfe, 0x98, 0xf1, 0xf1, 0xf1, 0x2e, 0xf0, 0xeb, 0xc5, 0xe2, 0x00, 0xf1, 0xbf, 0x45, 0x64, 0x20, 0xc8, 0xd8, 0xa4, 0x50, 0x38, 0x8f, 0x57, 0xeb, 0x07, 0xbe, 0x3d, 0xf0, 0x75, 0x37, 0xf7, 0x1a, 0x35, 0x00, 0x93, 0x0e, 0xa4, 0x29, 0x63, 0xf9, 0xe5, 0xc7, 0x6f, 0xc3, 0xed, 0xe0, 0xbe, 0x03, 0xe4, 0xf9, 0xb1, 0xa3, 0x61, 0xf9, 0xaf, 0x3f, 0x6e, 0x92, 0xbb, 0xb7, 0x57, 0xc2, 0xab, 0x8e, 0xbf, 0x72, 0x42, 0xa9, 0xc8, 0x53, 0xc1, 0x7a, 0x45, 0x1a, 0x80, 0xdf, 0x1d, 0xb4, 0x89, 0xf5, 0x9f, 0x7c, 0xf8, 0x4e, 0xb8, 0x7d, 0xd9, 0x07, 0xfa, 0xfc, 0xcc, 0xa5, 0xb0, 0x7c, 0xfd, 0xab, 0x2f, 0xc9, 0xaf, 0x3f, 0x7d, 0x1f, 0x96, 0x8f, 0xff, 0xfc, 0xb7, 0xb2, 0x7b, 0x53, 0x3d, 0x10, 0xa4, 0x54, 0x03, 0x98, 0x00, 0x1e, 0x6a, 0x17, 0x21, 0x0f, 0x78, 0xf9, 0x5e, 0x96, 0x12, 0x0d, 0x90, 0xcd, 0x04, 0xeb, 0x03, 0x34, 0xcf, 0x07, 0x80, 0x38, 0x56, 0xcf, 0x93, 0x3e, 0xbf, 0x74, 0x39, 0xdc, 0x3e, 0x7c, 0xf0, 0x90, 0x7c, 0x31, 0xf3, 0x6e, 0x58, 0x3e, 0xf1, 0xda, 0xab, 0xe4, 0xec, 0x99, 0x37, 0xc3, 0xf2, 0x0b, 0xfb, 0x73, 0x52, 0xfa, 0xfa, 0x5c, 0x6d, 0x3d, 0x03, 0x5e, 0xd6, 0x1b, 0x7d, 0x34, 0x8c, 0x25, 0x74, 0x03, 0xe1, 0x7c, 0x80, 0xda, 0xfa, 0x00, 0x90, 0xc7, 0xea, 0x79, 0xd2, 0xdb, 0x6f, 0x9d, 0x0e, 0xcf, 0x9f, 0x9f, 0x9f, 0x27, 0x3f, 0x7c, 0xf7, 0x4d, 0x78, 0xec, 0xec, 0x99, 0xd3, 0xe4, 0xd4, 0xa9, 0x53, 0x82, 0x83, 0x37, 0xf1, 0x7d, 0x7d, 0x7a, 0xf0, 0x81, 0x6b, 0x00, 0xdb, 0x15, 0x7e, 0x15, 0x14, 0xb1, 0xfe, 0x59, 0x85, 0x6b, 0x07, 0xf2, 0xad, 0x61, 0x32, 0x26, 0x83, 0xa0, 0x6b, 0x97, 0x7c, 0x8d, 0xaa, 0x48, 0xab, 0xe0, 0x70, 0xb0, 0x0d, 0x0a, 0x5f, 0xaf, 0xc8, 0xb3, 0x89, 0xf5, 0x8a, 0xe3, 0x00, 0xcd, 0x37, 0xbb, 0x3d, 0x1f, 0xa0, 0x3d, 0x91, 0xa9, 0x73, 0xac, 0xbe, 0xaf, 0xaf, 0x8f, 0xb8, 0xae, 0xcb, 0x71, 0x8d, 0x69, 0xd6, 0x03, 0xd0, 0x00, 0x49, 0xf1, 0xeb, 0xa5, 0xa5, 0x25, 0x62, 0x5b, 0x1a, 0x1e, 0x1e, 0xde, 0x9a, 0xa8, 0x11, 0x2f, 0xe4, 0x98, 0xb2, 0x80, 0x0e, 0x1f, 0xeb, 0x41, 0x3d, 0x1c, 0xaa, 0xc6, 0x45, 0x81, 0x9c, 0x4c, 0xb3, 0x1e, 0xd0, 0x0a, 0x21, 0x6a, 0xdf, 0x6b, 0x07, 0x08, 0x72, 0x00, 0x7d, 0x3d, 0xe0, 0x49, 0xa1, 0xdd, 0x02, 0xbe, 0x6c, 0xd6, 0xf3, 0xd5, 0x1b, 0xb4, 0x49, 0xa1, 0x06, 0x5e, 0x6d, 0x62, 0x0e, 0xf8, 0xf8, 0x95, 0x3e, 0x74, 0x8a, 0x3c, 0x0b, 0x56, 0x0b, 0x8f, 0xbe, 0xd9, 0xb1, 0xb1, 0x31, 0x10, 0x01, 0x1d, 0x11, 0xe0, 0x5b, 0x8b, 0x40, 0x53, 0xcd, 0x3d, 0xe0, 0xb1, 0x00, 0x0c, 0xe8, 0x98, 0x63, 0x3d, 0x33, 0xbd, 0x4a, 0x18, 0x06, 0x74, 0xec, 0x61, 0xbd, 0xd6, 0x38, 0x00, 0xfc, 0xe6, 0x3e, 0xe9, 0xde, 0xf4, 0xf5, 0xf5, 0xf2, 0xe2, 0x0a, 0x86, 0x35, 0x80, 0x4d, 0x5d, 0x84, 0x88, 0x60, 0xe5, 0x5d, 0xd3, 0x58, 0x15, 0xeb, 0x8d, 0x4f, 0x0a, 0x65, 0x09, 0x00, 0x8f, 0x3c, 0xd5, 0x5b, 0x5b, 0x26, 0x5d, 0xc1, 0xa2, 0xc8, 0x29, 0x2a, 0x84, 0xa7, 0x89, 0x96, 0xd3, 0xdc, 0xca, 0x76, 0xed, 0xf4, 0xac, 0x0e, 0x22, 0xad, 0x05, 0xd8, 0x79, 0x5f, 0xf9, 0x9c, 0x13, 0xe6, 0x74, 0xe0, 0xeb, 0x5a, 0x43, 0x47, 0x74, 0xac, 0xbe, 0x73, 0x58, 0xaf, 0x50, 0x03, 0x98, 0x07, 0x58, 0x36, 0xeb, 0xf5, 0x04, 0x74, 0xe4, 0x78, 0x18, 0x22, 0xc9, 0xd1, 0x15, 0x34, 0x89, 0x0f, 0xa6, 0x88, 0xac, 0xa1, 0x23, 0x22, 0xcc, 0x58, 0xcc, 0xc3, 0x17, 0xad, 0x67, 0xe8, 0x0c, 0x0d, 0x0d, 0x87, 0xf9, 0xc6, 0x8d, 0x79, 0xb2, 0xbc, 0xfc, 0xaf, 0x9f, 0x6f, 0x85, 0xe5, 0xa1, 0xa1, 0x83, 0x61, 0xde, 0xcd, 0x7a, 0x96, 0x32, 0xae, 0xd0, 0xfe, 0x0c, 0x21, 0x00, 0x22, 0x50, 0x07, 0xeb, 0x65, 0xaf, 0xa6, 0x21, 0x67, 0x1a, 0x76, 0xeb, 0x87, 0x63, 0x61, 0xb2, 0x5e, 0x7a, 0x20, 0x48, 0x35, 0xc0, 0x72, 0x57, 0xd3, 0x48, 0x57, 0xf1, 0x27, 0x4f, 0xbe, 0x1e, 0x6e, 0x8f, 0x1d, 0x3b, 0xb6, 0x75, 0x2c, 0x28, 0xeb, 0x77, 0xed, 0x00, 0x4d, 0x0a, 0x85, 0xac, 0x01, 0x64, 0x57, 0xfc, 0x95, 0x2b, 0x97, 0x77, 0xfd, 0xde, 0x73, 0xe7, 0xce, 0xf9, 0xd9, 0x1c, 0xeb, 0xc1, 0x4d, 0x0a, 0xed, 0x06, 0x91, 0x67, 0x26, 0xa0, 0x03, 0x75, 0x52, 0x68, 0x87, 0xb3, 0xde, 0xbc, 0x6b, 0x27, 0xe2, 0x61, 0x58, 0xaf, 0x01, 0x3a, 0xcd, 0xb5, 0x83, 0xcb, 0x7a, 0x43, 0x1a, 0x00, 0x59, 0x0f, 0x85, 0xf5, 0x12, 0x0c, 0x80, 0x49, 0x53, 0xeb, 0x70, 0x59, 0xdf, 0x19, 0x22, 0xcf, 0x70, 0x1c, 0x40, 0x17, 0xeb, 0xe1, 0x8e, 0xd5, 0x43, 0x6a, 0xee, 0xad, 0xd5, 0x00, 0xb6, 0x8e, 0xd5, 0x43, 0x65, 0xbd, 0x72, 0x0d, 0x00, 0x31, 0xa0, 0xd3, 0x4d, 0xae, 0x9d, 0xa1, 0x38, 0x00, 0x8a, 0x3c, 0x5b, 0x58, 0xaf, 0x44, 0x03, 0x60, 0x40, 0xc7, 0x1e, 0xd6, 0x1b, 0xd6, 0x00, 0xe8, 0xda, 0xa9, 0x06, 0xdf, 0xf3, 0x3c, 0xca, 0x7b, 0x6e, 0xd2, 0x70, 0x30, 0xad, 0x19, 0x49, 0xcf, 0xc6, 0xc6, 0x46, 0x96, 0x4f, 0x03, 0xc4, 0x4f, 0xa0, 0xe0, 0x19, 0xe2, 0x8c, 0x1b, 0x32, 0x4e, 0x5f, 0xf1, 0xcd, 0xc2, 0x91, 0x8f, 0xf5, 0xe9, 0x9f, 0x01, 0x10, 0x73, 0x2f, 0xd5, 0x32, 0xbf, 0x58, 0x2c, 0x86, 0x98, 0xf9, 0x39, 0xc0, 0x2c, 0x23, 0xd2, 0x02, 0x38, 0xb5, 0x0b, 0x9d, 0x5a, 0xa6, 0xe5, 0x72, 0x39, 0xd3, 0x4b, 0x7a, 0x77, 0x9d, 0x38, 0x38, 0x38, 0x48, 0xec, 0x48, 0xf2, 0x2a, 0x1d, 0xfa, 0x43, 0x2f, 0xc5, 0x62, 0xc9, 0xad, 0x81, 0xef, 0xd5, 0xb2, 0xd3, 0x50, 0x66, 0x49, 0x06, 0xd0, 0x08, 0xbc, 0x53, 0x6b, 0x05, 0x9c, 0x4a, 0xa5, 0xe2, 0x44, 0x55, 0x25, 0xa5, 0xd4, 0x12, 0x03, 0x90, 0x77, 0x9f, 0xd0, 0x7f, 0x32, 0x63, 0x61, 0x17, 0xe0, 0xc4, 0xfc, 0xf8, 0x26, 0x23, 0x70, 0x5b, 0xb4, 0x9f, 0xf5, 0x1c, 0x5e, 0xec, 0x51, 0x6f, 0xb3, 0x7e, 0xc2, 0x9d, 0xd5, 0x55, 0x92, 0x71, 0x32, 0x5a, 0xd9, 0xc8, 0xb4, 0x35, 0x0c, 0x76, 0x3e, 0xd3, 0xb6, 0xea, 0x63, 0xb2, 0x85, 0x70, 0x03, 0x56, 0x49, 0x3f, 0x2a, 0xca, 0x00, 0xbc, 0x88, 0x0b, 0xd8, 0xbd, 0xd5, 0xfb, 0x37, 0x07, 0x0a, 0x03, 0xc1, 0x1b, 0x90, 0xb2, 0x5f, 0xcf, 0x5f, 0x23, 0x98, 0xc0, 0xa6, 0xd2, 0xf2, 0xea, 0xed, 0x9b, 0xfe, 0xb6, 0xd2, 0xd0, 0xec, 0x37, 0x66, 0x2e, 0x11, 0x18, 0x18, 0x40, 0x39, 0xe8, 0x4e, 0x6a, 0xb9, 0x34, 0x37, 0x37, 0xb7, 0x50, 0xda, 0xdc, 0x3c, 0x1f, 0x94, 0xb1, 0x8e, 0xe1, 0x82, 0xef, 0xf7, 0xff, 0x1f, 0x5c, 0x9d, 0xbb, 0xba, 0x58, 0xc3, 0xa9, 0x8e, 0x5f, 0x39, 0x0a, 0x7c, 0xa1, 0x8e, 0xf1, 0xc2, 0x47, 0x17, 0x0e, 0xf6, 0x54, 0x32, 0x2f, 0x95, 0x59, 0x25, 0xe7, 0xf9, 0xba, 0xc0, 0xf3, 0xfb, 0x1b, 0x5f, 0x09, 0x53, 0xcf, 0x63, 0x34, 0xe8, 0x7b, 0x58, 0xb8, 0x65, 0xb4, 0xe2, 0x55, 0x35, 0x43, 0x7d, 0xdf, 0x77, 0x4d, 0xc2, 0xfd, 0x4a, 0x6d, 0xeb, 0xc5, 0x6c, 0x83, 0x73, 0x83, 0x4c, 0xea, 0xdb, 0xaa, 0xe8, 0xda, 0x2a, 0x6f, 0x9d, 0x17, 0x2c, 0xf4, 0xc7, 0x08, 0xad, 0x5f, 0xd3, 0xb8, 0xdd, 0x2e, 0xef, 0x5e, 0x0c, 0x90, 0xb1, 0xd6, 0xbf, 0x99, 0xd2, 0xa8, 0xe6, 0x92, 0xb2, 0x9a, 0xde, 0x61, 0x0d, 0xda, 0x87, 0x6d, 0xed, 0xd3, 0xe0, 0x8b, 0xb6, 0xcf, 0xa9, 0x1f, 0xaf, 0x96, 0x49, 0x75, 0xbf, 0x76, 0xbc, 0xf9, 0xb3, 0xe8, 0xec, 0x34, 0x96, 0x33, 0x8e, 0x57, 0x3d, 0xdf, 0x09, 0x8f, 0xd7, 0xf7, 0x33, 0x99, 0x8c, 0x57, 0x3d, 0xd7, 0x61, 0xd4, 0xa1, 0x2c, 0x43, 0x32, 0x1b, 0x8f, 0x49, 0xf1, 0xb7, 0x8b, 0xd3, 0x17, 0x53, 0x2d, 0xc9, 0x22, 0x53, 0xce, 0xd4, 0x57, 0x86, 0xdc, 0x29, 0x20, 0x69, 0xa3, 0x98, 0x8c, 0x38, 0x16, 0xb7, 0xcf, 0x9b, 0x49, 0x44, 0x39, 0x6a, 0x9b, 0xf6, 0xf7, 0xb2, 0x88, 0x32, 0x4b, 0x28, 0x47, 0xed, 0x7b, 0x3b, 0x8e, 0x7b, 0x31, 0x9f, 0xef, 0xdc, 0xf7, 0x22, 0x3e, 0xf7, 0xe2, 0xd4, 0xbc, 0x79, 0x69, 0x9c, 0xce, 0x48, 0xa2, 0x8c, 0x82, 0xb4, 0x30, 0x02, 0xc2, 0x01, 0x7a, 0x5a, 0xe0, 0x29, 0x87, 0x24, 0x8c, 0x33, 0x82, 0x56, 0x46, 0x11, 0x25, 0xa4, 0x93, 0x72, 0x14, 0xd8, 0x5a, 0xd2, 0xff, 0xfd, 0x2d, 0xd5, 0x35, 0x9f, 0xfe, 0xf6, 0x8f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_select_all_128_png_len = 2670; unsigned char gtk_select_all_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x03, 0x00, 0x00, 0x00, 0x65, 0x02, 0x9c, 0x35, 0x00, 0x00, 0x00, 0x03, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0xdb, 0xe1, 0x4f, 0xe0, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x10, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x20, 0x41, 0x6c, 0x6c, 0x52, 0xed, 0xe6, 0xc6, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x01, 0xcb, 0x50, 0x4c, 0x54, 0x45, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x89, 0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5a, 0x5a, 0x5a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x4d, 0x4d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x8a, 0x85, 0x86, 0x88, 0x82, 0x88, 0x89, 0x86, 0x83, 0x85, 0x80, 0x85, 0x87, 0x83, 0x88, 0x8a, 0x85, 0x84, 0x86, 0x80, 0x87, 0x89, 0x86, 0x88, 0x8a, 0x85, 0x86, 0x88, 0x84, 0x87, 0x8a, 0x85, 0x87, 0x89, 0x84, 0x88, 0x89, 0x84, 0x88, 0x8a, 0x85, 0x88, 0x89, 0x85, 0x88, 0x8b, 0x85, 0x88, 0x8a, 0x85, 0x88, 0x8a, 0x85, 0x88, 0x8a, 0x85, 0x00, 0x00, 0x00, 0x85, 0x9c, 0xb4, 0x88, 0x8a, 0x85, 0x8a, 0xa1, 0xb9, 0x93, 0x95, 0x90, 0xac, 0xc3, 0xdb, 0xad, 0xc4, 0xdb, 0xad, 0xc4, 0xdc, 0xae, 0xc5, 0xdc, 0xae, 0xc5, 0xdd, 0xaf, 0xc6, 0xdd, 0xaf, 0xc6, 0xde, 0xb0, 0xc7, 0xde, 0xb0, 0xc7, 0xdf, 0xb1, 0xc8, 0xdf, 0xb1, 0xc8, 0xe0, 0xb2, 0xc9, 0xe0, 0xb2, 0xc9, 0xe1, 0xb3, 0xca, 0xe1, 0xb3, 0xca, 0xe2, 0xb4, 0xcb, 0xe2, 0xb4, 0xcb, 0xe3, 0xb5, 0xcc, 0xe3, 0xe2, 0xe2, 0xde, 0xe2, 0xe2, 0xdf, 0xe3, 0xe3, 0xdf, 0xe3, 0xe3, 0xe0, 0xe4, 0xe4, 0xe1, 0xe4, 0xe4, 0xe2, 0xe5, 0xe5, 0xe2, 0xe5, 0xe5, 0xe3, 0xe5, 0xe5, 0xe4, 0xe6, 0xe6, 0xe4, 0xe6, 0xe6, 0xe5, 0xe7, 0xe7, 0xe6, 0xe7, 0xe7, 0xe7, 0xe8, 0xe8, 0xe7, 0xe8, 0xe8, 0xe8, 0xe9, 0xe9, 0xe8, 0xe9, 0xe9, 0xe9, 0xea, 0xea, 0xe9, 0xea, 0xea, 0xea, 0xeb, 0xeb, 0xea, 0xeb, 0xeb, 0xeb, 0xec, 0xec, 0xeb, 0xec, 0xec, 0xec, 0xed, 0xed, 0xec, 0xed, 0xed, 0xed, 0xee, 0xee, 0xed, 0xee, 0xee, 0xee, 0xef, 0xef, 0xee, 0xef, 0xef, 0xef, 0xf0, 0xf0, 0xef, 0xf0, 0xf0, 0xf0, 0xf1, 0xf1, 0xf0, 0xf1, 0xf1, 0xf1, 0xf2, 0xf2, 0xf1, 0xf2, 0xf2, 0xf2, 0xf3, 0xf3, 0xf2, 0xf3, 0xf3, 0xf3, 0xf4, 0xf4, 0xf3, 0xf4, 0xf4, 0xf4, 0xf5, 0xf5, 0xf4, 0xf5, 0xf5, 0xf5, 0xf6, 0xf6, 0xf5, 0xf6, 0xf6, 0xf6, 0xf7, 0xf7, 0xf6, 0xf7, 0xf7, 0xf7, 0xf8, 0xf8, 0xf7, 0xfc, 0xfc, 0xfc, 0xfd, 0xfd, 0xfc, 0xfd, 0xfd, 0xfd, 0xff, 0xff, 0xff, 0xde, 0xc1, 0xf2, 0x26, 0x00, 0x00, 0x00, 0x50, 0x74, 0x52, 0x4e, 0x53, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x11, 0x12, 0x13, 0x14, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x8e, 0x8f, 0x8f, 0x90, 0x90, 0x90, 0x91, 0x91, 0xd6, 0xd7, 0xd7, 0xd8, 0xd8, 0xd8, 0xd9, 0xdb, 0xfb, 0xfd, 0xfe, 0x49, 0x63, 0xf6, 0xbb, 0x00, 0x00, 0x07, 0x1a, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x4b, 0x8f, 0x1c, 0x35, 0x10, 0x2e, 0x7b, 0x7a, 0x1f, 0x01, 0x14, 0x10, 0xb0, 0xd7, 0x40, 0x24, 0xc4, 0x43, 0x48, 0x44, 0x70, 0xe0, 0x96, 0x2b, 0x3f, 0x1a, 0x21, 0x71, 0xc8, 0x0d, 0x71, 0x42, 0x20, 0xc4, 0x85, 0xfc, 0x00, 0x02, 0x12, 0x7b, 0x48, 0x14, 0x92, 0xf5, 0xc7, 0xa1, 0xbb, 0xa7, 0x7b, 0xa6, 0xdd, 0x76, 0xd9, 0x2e, 0xbf, 0xa4, 0x74, 0x92, 0xc9, 0x66, 0x76, 0x67, 0xb7, 0xbe, 0xcf, 0x55, 0x5f, 0x3d, 0xda, 0x9e, 0x0c, 0xd4, 0xf9, 0x35, 0xbc, 0x01, 0xf0, 0x06, 0x80, 0x34, 0x80, 0xfb, 0xdf, 0x5e, 0x1f, 0x0e, 0x4d, 0xda, 0x7a, 0x77, 0xf7, 0xfc, 0xe7, 0x5b, 0x2f, 0x80, 0xfb, 0x8f, 0xaf, 0x5a, 0x25, 0xfb, 0x70, 0xb8, 0x7c, 0xfc, 0xe4, 0xd6, 0x07, 0xe0, 0xeb, 0xab, 0x96, 0x1d, 0xe6, 0xea, 0xd1, 0x13, 0x1f, 0x80, 0xb7, 0xdb, 0x76, 0xf9, 0x6b, 0xaf, 0x0b, 0x1d, 0x88, 0xe8, 0xbb, 0x46, 0xad, 0xff, 0x9e, 0x03, 0x40, 0xb5, 0xbd, 0x02, 0xea, 0x4d, 0x1e, 0xe8, 0x06, 0xc0, 0xeb, 0x86, 0x8c, 0x04, 0x88, 0x2e, 0x3b, 0x5e, 0x01, 0xd3, 0xb7, 0x0b, 0x01, 0x7d, 0xc7, 0x80, 0xe9, 0x3b, 0x88, 0x8f, 0xe6, 0xa3, 0x4f, 0x00, 0xc6, 0xef, 0x47, 0x43, 0xdf, 0xe6, 0xb7, 0x0c, 0x60, 0xb1, 0xba, 0x4f, 0x15, 0x62, 0xd1, 0xdf, 0x2e, 0x80, 0xa3, 0xd5, 0x1e, 0xf3, 0x5b, 0x05, 0xb0, 0xa5, 0xbf, 0xab, 0x20, 0xde, 0xd2, 0x8f, 0xae, 0x00, 0x98, 0x20, 0x3f, 0x1a, 0x7a, 0xf0, 0x1e, 0x74, 0x14, 0x03, 0x26, 0x34, 0x8c, 0x87, 0xae, 0xe9, 0x6f, 0x0c, 0x80, 0x25, 0x75, 0x75, 0xa5, 0x42, 0x0e, 0xfa, 0x7b, 0x50, 0x21, 0x8b, 0xcf, 0xb3, 0xfc, 0x68, 0xe8, 0x9a, 0x7e, 0x0e, 0x80, 0x5f, 0x8a, 0xd0, 0xbf, 0xf9, 0x08, 0x44, 0x44, 0x5f, 0x32, 0xc2, 0xb8, 0x89, 0x15, 0xd8, 0xb1, 0xbf, 0x17, 0x15, 0x72, 0x9a, 0xbf, 0xf8, 0x51, 0xb3, 0x00, 0x38, 0xf4, 0x37, 0x5c, 0x4a, 0x38, 0xcc, 0x5f, 0xb3, 0xdf, 0xaa, 0x0a, 0x6d, 0xcd, 0x0f, 0xb5, 0xbf, 0x2e, 0x80, 0x64, 0xfa, 0xeb, 0x02, 0x60, 0xd2, 0x2f, 0xa1, 0x42, 0x7f, 0x05, 0x98, 0x75, 0x13, 0xf1, 0x9a, 0xf5, 0xf5, 0xbe, 0x95, 0xfe, 0xf6, 0x33, 0xb1, 0x75, 0x71, 0x7a, 0x50, 0x21, 0xa7, 0xf9, 0x0b, 0xfd, 0x5d, 0xad, 0xc0, 0xe2, 0x34, 0x0c, 0xfb, 0xdb, 0x03, 0x80, 0xdd, 0x64, 0xdc, 0x61, 0x0c, 0xac, 0xd7, 0xa1, 0x2b, 0x00, 0x5b, 0xfa, 0x3b, 0x8c, 0x81, 0xb5, 0xfd, 0x55, 0xa6, 0x12, 0x37, 0xa1, 0x99, 0xd7, 0x26, 0x99, 0xf0, 0xfb, 0xd1, 0x50, 0x8b, 0xda, 0xfd, 0xca, 0xe1, 0xec, 0x39, 0xb4, 0x92, 0x07, 0x72, 0xd0, 0x5f, 0x12, 0x40, 0x28, 0xfd, 0x67, 0xe6, 0xd7, 0x76, 0xa1, 0x38, 0xef, 0x61, 0xd8, 0x5f, 0x08, 0x40, 0x24, 0xfd, 0x55, 0x55, 0x48, 0x84, 0xfe, 0x26, 0x54, 0x88, 0xdb, 0x75, 0x39, 0xbd, 0xa7, 0xa2, 0x0b, 0xc5, 0xd0, 0xff, 0xf9, 0x69, 0x29, 0x57, 0xd3, 0x85, 0x52, 0xb5, 0x13, 0x95, 0x5d, 0x28, 0x32, 0x75, 0x61, 0xe3, 0x3d, 0x75, 0x5c, 0x48, 0x82, 0xfe, 0x9a, 0x2a, 0x24, 0x91, 0xba, 0x2a, 0x96, 0xd3, 0x09, 0xa9, 0xab, 0x05, 0x15, 0x4a, 0xd0, 0x4e, 0x4b, 0x19, 0x57, 0xde, 0x85, 0xe4, 0xe9, 0x2f, 0xaa, 0x42, 0x20, 0x22, 0x7a, 0x16, 0xf8, 0xa2, 0x77, 0xcf, 0x50, 0xa3, 0x5e, 0x39, 0x0d, 0x81, 0x57, 0xf1, 0xc3, 0x78, 0x68, 0xc3, 0x7c, 0x8a, 0x34, 0xbf, 0xdd, 0xc1, 0x56, 0xf5, 0x72, 0x1a, 0xa2, 0xf4, 0x97, 0x6f, 0x29, 0x21, 0x43, 0x7f, 0xad, 0x72, 0x5a, 0x9c, 0xfe, 0x1e, 0x54, 0x68, 0xa7, 0x0c, 0xaa, 0x30, 0x5a, 0x9c, 0x7e, 0xdc, 0x07, 0xdc, 0x91, 0x49, 0x0a, 0xfd, 0x39, 0x65, 0x34, 0xa8, 0x72, 0x70, 0x78, 0x7f, 0xa5, 0xdb, 0xac, 0x29, 0xf4, 0x37, 0xa0, 0x42, 0xec, 0xb2, 0xdf, 0x65, 0xfe, 0x09, 0xfd, 0x65, 0xf3, 0x40, 0x8a, 0xf7, 0xb8, 0x1c, 0xaa, 0x6c, 0x10, 0x47, 0xd3, 0x4f, 0x7b, 0x61, 0x50, 0xbe, 0x16, 0xca, 0x4f, 0x7f, 0xd6, 0x5a, 0x88, 0x51, 0xf6, 0x07, 0xd0, 0x9f, 0xa6, 0x42, 0x37, 0x59, 0xba, 0xae, 0x85, 0xeb, 0x4f, 0x77, 0x48, 0x47, 0x56, 0x15, 0x8a, 0x9f, 0xf6, 0x33, 0x53, 0x57, 0x5e, 0x15, 0x92, 0xa3, 0x9f, 0x76, 0xe9, 0x97, 0xd9, 0x72, 0x56, 0x94, 0x7e, 0x04, 0x26, 0x81, 0x58, 0x00, 0x09, 0x13, 0xab, 0xd0, 0xd4, 0x95, 0x65, 0xcb, 0x59, 0xfc, 0xc4, 0x6a, 0x4f, 0x3b, 0x39, 0x7e, 0x24, 0x06, 0x80, 0x43, 0x7f, 0xa0, 0x76, 0xc2, 0x1b, 0xbc, 0x82, 0x87, 0x80, 0xe4, 0xe9, 0xa7, 0xa4, 0x30, 0x16, 0xdf, 0x2f, 0x14, 0x78, 0xe9, 0xb7, 0x28, 0x81, 0x7e, 0x6a, 0x67, 0xdf, 0xa8, 0xc5, 0xe7, 0x33, 0xaa, 0x50, 0x2e, 0xfb, 0x83, 0xe9, 0xa7, 0x46, 0xf6, 0x8d, 0xee, 0xfb, 0xbc, 0x57, 0x45, 0xeb, 0x03, 0x00, 0x2b, 0x78, 0xd1, 0xfe, 0xce, 0x5d, 0xa7, 0xd5, 0x40, 0xd3, 0x2b, 0x10, 0x4f, 0x3f, 0x13, 0x00, 0x2a, 0x84, 0x01, 0xf7, 0x28, 0x25, 0x07, 0x00, 0xe8, 0xc3, 0x4c, 0xa9, 0x0b, 0x41, 0x7e, 0x14, 0x09, 0x20, 0xf5, 0x66, 0x8b, 0xb7, 0xeb, 0x22, 0x17, 0xfd, 0xde, 0xa3, 0x94, 0x3e, 0x00, 0x80, 0x64, 0xd9, 0xbf, 0x43, 0x7f, 0x92, 0x1f, 0xb9, 0x01, 0x18, 0xd1, 0xb2, 0xdf, 0x85, 0xc8, 0x4d, 0xbf, 0x89, 0x5b, 0x81, 0x2d, 0xfd, 0xe1, 0x65, 0x3f, 0x9b, 0x7e, 0x50, 0x9c, 0x1f, 0x0d, 0xf9, 0xe9, 0xdf, 0xad, 0x3b, 0x2d, 0xf6, 0x0b, 0xaa, 0x90, 0x11, 0xef, 0xba, 0xf6, 0xe9, 0x77, 0x9e, 0x21, 0x4b, 0xae, 0x85, 0x32, 0x95, 0xfd, 0x22, 0xf4, 0x73, 0x54, 0x08, 0xb9, 0xb4, 0x73, 0x65, 0xfe, 0x9f, 0x67, 0xcf, 0x3d, 0x70, 0x88, 0x60, 0xa4, 0x0a, 0xe5, 0xd2, 0x4e, 0x5b, 0xb9, 0x69, 0x3b, 0x13, 0x9a, 0xa8, 0x42, 0x59, 0xe9, 0xf7, 0x9b, 0xef, 0x1c, 0x90, 0x0e, 0x21, 0x39, 0x2c, 0x5b, 0xea, 0xf2, 0xd2, 0x1f, 0x51, 0x8d, 0xa2, 0x60, 0xea, 0x8a, 0xa6, 0xdf, 0x09, 0x60, 0xab, 0x62, 0xb2, 0xda, 0x69, 0x31, 0xcb, 0x26, 0xa7, 0x89, 0xe3, 0x75, 0x20, 0x77, 0xea, 0x62, 0xd2, 0x1f, 0xa7, 0x42, 0x20, 0x54, 0xa0, 0xdf, 0x5e, 0xdf, 0x25, 0xa9, 0xd0, 0x3f, 0x05, 0x3b, 0xb4, 0x4b, 0xfb, 0xac, 0x2b, 0x02, 0x00, 0xf2, 0x77, 0x62, 0xec, 0x36, 0x2d, 0x2a, 0x88, 0x51, 0xae, 0xa5, 0xdc, 0xd1, 0x10, 0x70, 0x7e, 0xba, 0x57, 0x85, 0xea, 0xac, 0x03, 0x93, 0x7e, 0x86, 0x0a, 0xd5, 0xa2, 0x1f, 0xdc, 0xc5, 0x1f, 0xda, 0x33, 0xdf, 0xa6, 0x9d, 0x91, 0x2a, 0xd4, 0x0c, 0xfd, 0x51, 0xc5, 0x1c, 0xf8, 0xcb, 0x58, 0x8d, 0x7e, 0x77, 0x10, 0x2f, 0xf6, 0xbf, 0x97, 0x27, 0x75, 0x19, 0x16, 0xfd, 0xa9, 0x2a, 0x04, 0xd9, 0xae, 0xcb, 0x97, 0x79, 0xc3, 0xe8, 0xf7, 0xaa, 0x50, 0x89, 0xb2, 0x3f, 0x85, 0x7e, 0xbf, 0x0a, 0x59, 0x6e, 0x84, 0x0a, 0x97, 0xfd, 0xb6, 0x6f, 0x86, 0xfd, 0xb1, 0x60, 0x08, 0x00, 0x58, 0x6f, 0x84, 0xa6, 0xd0, 0xff, 0x82, 0x88, 0xee, 0x4d, 0x7f, 0x5f, 0x11, 0x07, 0xb9, 0x88, 0x0a, 0x09, 0x4d, 0xac, 0xc8, 0x65, 0x8e, 0xbd, 0x5d, 0x96, 0x51, 0xa1, 0x7c, 0x5d, 0x57, 0x3a, 0xfd, 0xac, 0x5a, 0xa8, 0x64, 0xd9, 0xbf, 0x4f, 0x3f, 0xa2, 0x55, 0x48, 0x52, 0x3b, 0xbf, 0x20, 0xe0, 0x0f, 0x22, 0xfa, 0xcc, 0xd7, 0x75, 0xb9, 0x9d, 0x37, 0x42, 0x85, 0xc4, 0x53, 0x17, 0xc0, 0xd2, 0x4e, 0xc6, 0xdb, 0x93, 0x0c, 0xc5, 0xe8, 0x27, 0x82, 0x71, 0x8c, 0x4c, 0x9c, 0xf4, 0x23, 0x32, 0x06, 0x72, 0xa5, 0x2e, 0x23, 0x45, 0xbf, 0x77, 0x05, 0x4a, 0xa5, 0xae, 0x58, 0xfa, 0x3d, 0x79, 0xa0, 0x94, 0x76, 0xba, 0x83, 0x37, 0xa9, 0x98, 0x13, 0x4b, 0x5d, 0xe0, 0x04, 0xaf, 0x4d, 0x3b, 0x93, 0x6e, 0xf2, 0xed, 0xec, 0xaa, 0xca, 0x35, 0xb1, 0x72, 0xd2, 0x1f, 0xa9, 0x42, 0xd3, 0xeb, 0x6e, 0x85, 0xe6, 0x3d, 0x26, 0x9a, 0x7e, 0xa4, 0xa8, 0x50, 0xe1, 0xae, 0x0b, 0x56, 0xf3, 0x11, 0xeb, 0x42, 0xf9, 0xa6, 0x3e, 0x7c, 0xed, 0x8c, 0x7c, 0x7f, 0x21, 0xce, 0x51, 0xd2, 0x24, 0xfb, 0x05, 0xe8, 0x67, 0xa9, 0x10, 0x72, 0x70, 0x2f, 0x44, 0x3f, 0xc7, 0x85, 0x90, 0xd9, 0x7c, 0x6f, 0xf0, 0xc6, 0xdf, 0x66, 0x85, 0x38, 0x86, 0x18, 0xed, 0x44, 0x8a, 0x0a, 0xc9, 0xba, 0x50, 0x8c, 0x76, 0xa6, 0xbd, 0xcb, 0x19, 0xe6, 0x24, 0xf4, 0x4e, 0xa1, 0xae, 0x2b, 0x98, 0xfe, 0xd0, 0x5a, 0x28, 0x7f, 0xd7, 0x05, 0x5f, 0x31, 0x9f, 0x94, 0xc8, 0x72, 0x4d, 0xac, 0x10, 0xe9, 0x3d, 0xa1, 0x89, 0x2c, 0xd3, 0xc0, 0x30, 0x85, 0xfe, 0x10, 0x17, 0x0a, 0xde, 0x27, 0x20, 0x4b, 0x3f, 0xe2, 0x55, 0x48, 0x6e, 0x60, 0x48, 0x2c, 0xfa, 0x03, 0x07, 0xa4, 0xbc, 0x72, 0x3a, 0xa9, 0xeb, 0x02, 0xa3, 0x24, 0x42, 0xf4, 0x80, 0x94, 0x9b, 0xc8, 0xe4, 0xe8, 0xa7, 0x50, 0xed, 0x44, 0x9a, 0x0a, 0x7d, 0xc2, 0xdd, 0x9d, 0xcd, 0xec, 0xba, 0x44, 0xe9, 0xe7, 0xd6, 0x42, 0x41, 0xdb, 0x83, 0x93, 0xba, 0xae, 0x90, 0x9b, 0x4b, 0x2c, 0x15, 0xe2, 0xee, 0xed, 0xe7, 0xd1, 0x1f, 0xac, 0x9d, 0x22, 0x2a, 0x14, 0x47, 0xbf, 0xac, 0x76, 0x4a, 0x8c, 0x16, 0x39, 0xdb, 0x83, 0x8d, 0xc7, 0x99, 0x9f, 0x12, 0xd1, 0x43, 0x22, 0x3c, 0x25, 0xa2, 0x8f, 0x25, 0xe8, 0x67, 0x8e, 0x16, 0xab, 0xd0, 0x9f, 0xac, 0x42, 0xe2, 0xf4, 0xbb, 0x3b, 0x99, 0xe8, 0xf9, 0x34, 0xe7, 0x36, 0xab, 0xe3, 0x60, 0x91, 0x9d, 0x7e, 0x8e, 0x96, 0x84, 0xd1, 0x8f, 0x74, 0x15, 0x0a, 0xa6, 0xdf, 0x62, 0xfe, 0xc3, 0xe9, 0x33, 0x1f, 0x85, 0xd3, 0x1f, 0xa9, 0x42, 0xcc, 0x93, 0x2d, 0x09, 0x03, 0x43, 0x06, 0xfd, 0x91, 0xbb, 0x16, 0x33, 0xa6, 0xae, 0x30, 0xed, 0x84, 0x88, 0x0a, 0xb9, 0x7c, 0x3e, 0x6b, 0xea, 0xf2, 0x76, 0xe5, 0x83, 0x18, 0xfd, 0x59, 0x52, 0x17, 0x52, 0x5a, 0x4a, 0x79, 0xed, 0x8c, 0xa0, 0x5f, 0xae, 0x16, 0xaa, 0x90, 0xba, 0x90, 0xd4, 0x52, 0x42, 0x4a, 0x3b, 0xc3, 0xcb, 0x7e, 0x3e, 0xfd, 0xc4, 0xde, 0x72, 0x16, 0x5c, 0xf6, 0xa7, 0x6a, 0x27, 0xd7, 0x7e, 0xe6, 0x96, 0xb3, 0x56, 0xe9, 0x27, 0xde, 0x66, 0x8f, 0x4c, 0xa9, 0x2b, 0xe9, 0xde, 0x5e, 0x9a, 0x0a, 0xd5, 0x4d, 0x5d, 0x41, 0x41, 0xdc, 0x62, 0xea, 0x0a, 0x08, 0xe2, 0x36, 0x53, 0x57, 0x08, 0x80, 0x26, 0x53, 0x57, 0x92, 0x0a, 0x31, 0xe9, 0xcf, 0xad, 0x9d, 0xcc, 0x62, 0xae, 0x5d, 0xed, 0x0c, 0x52, 0xa1, 0xe6, 0x52, 0x97, 0x0b, 0x80, 0xd2, 0x8a, 0xa1, 0x42, 0xb2, 0xf4, 0x07, 0x9a, 0x7f, 0x61, 0x60, 0x76, 0x00, 0x68, 0xa5, 0xb4, 0x52, 0x7e, 0x3f, 0xaa, 0x9b, 0xba, 0x06, 0x18, 0x00, 0x06, 0xe7, 0x00, 0x94, 0x1a, 0xed, 0x3f, 0x02, 0x78, 0x40, 0x42, 0x17, 0x84, 0xbe, 0x66, 0xba, 0x0e, 0x50, 0x00, 0x14, 0xe6, 0x75, 0x18, 0x8e, 0xbe, 0xa3, 0xd5, 0xc9, 0x0a, 0x28, 0x29, 0x00, 0x62, 0xdf, 0x68, 0x02, 0x60, 0x08, 0x00, 0x8d, 0xbf, 0x8f, 0x00, 0xd4, 0xf1, 0xd2, 0xd4, 0xf8, 0xa5, 0x34, 0x46, 0x56, 0x14, 0xe1, 0x34, 0x06, 0xa0, 0x88, 0xa0, 0x2a, 0x1f, 0x5d, 0xe2, 0x39, 0xdb, 0x3a, 0x62, 0x86, 0xe9, 0x69, 0xa3, 0xc9, 0x68, 0x22, 0x43, 0xaf, 0x2e, 0x88, 0x7e, 0x68, 0x17, 0xc0, 0xcb, 0x3b, 0x4c, 0x51, 0x3c, 0x05, 0xc1, 0x30, 0x6b, 0x0c, 0x94, 0x86, 0xd2, 0x0a, 0xaf, 0x88, 0x71, 0x8c, 0xba, 0xde, 0xf5, 0x9f, 0x31, 0x64, 0x46, 0x0c, 0x67, 0x32, 0x0a, 0x18, 0xad, 0x8c, 0xd2, 0xbf, 0x7e, 0x73, 0xaf, 0x61, 0x0f, 0x7a, 0xfe, 0xfb, 0xdd, 0x68, 0xbe, 0x35, 0x91, 0x19, 0x22, 0xd2, 0xcf, 0x7e, 0xfa, 0xea, 0xfa, 0xa2, 0xcd, 0xff, 0x23, 0xeb, 0xf5, 0xcb, 0x17, 0xbf, 0xfd, 0xbb, 0x4a, 0x01, 0xd6, 0x52, 0xc2, 0xd0, 0xdf, 0x3f, 0x8e, 0x7a, 0x3a, 0xa9, 0x92, 0x56, 0x5a, 0x91, 0x3a, 0x8c, 0xff, 0x5a, 0xe4, 0x8a, 0x96, 0x47, 0x52, 0xb4, 0x7a, 0x18, 0x05, 0x62, 0xa3, 0x9f, 0xcb, 0x1b, 0x99, 0x1d, 0x7f, 0xcd, 0x0f, 0x18, 0x65, 0x71, 0xfa, 0x68, 0x75, 0x99, 0x95, 0xbb, 0x9f, 0xa5, 0x2f, 0x77, 0x2d, 0x04, 0xd0, 0xdd, 0x51, 0x5a, 0x35, 0xa9, 0x09, 0x90, 0x56, 0x34, 0x03, 0xa3, 0xd1, 0xf6, 0xe9, 0x0f, 0x2d, 0xb6, 0x2b, 0x9a, 0x01, 0x28, 0x8b, 0x7c, 0x80, 0x4e, 0x10, 0xd0, 0x02, 0xe1, 0x08, 0x80, 0x46, 0x3b, 0x67, 0xcb, 0x17, 0x28, 0x11, 0x3d, 0x31, 0xe8, 0x34, 0x47, 0x8c, 0x74, 0xeb, 0xf1, 0x81, 0x94, 0x26, 0xb5, 0x50, 0x7f, 0x6a, 0xbd, 0xda, 0x26, 0xb0, 0xb5, 0xfc, 0xcd, 0xb6, 0x2f, 0x00, 0x08, 0x86, 0x40, 0x30, 0xa0, 0xd1, 0xd8, 0x09, 0xca, 0x12, 0xaa, 0xd1, 0x1d, 0xd9, 0x49, 0x11, 0x34, 0x7b, 0xd0, 0xca, 0x63, 0xf4, 0x68, 0xb8, 0x9e, 0x49, 0xd7, 0x27, 0xf4, 0xab, 0x6d, 0x85, 0x44, 0x20, 0x32, 0x13, 0x0c, 0x33, 0x01, 0x31, 0x33, 0x8a, 0x19, 0x0a, 0x02, 0x92, 0xd1, 0xff, 0x56, 0xbd, 0x5a, 0xa4, 0x51, 0x5d, 0x9c, 0xef, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_select_all_192_png_len = 2573; unsigned char gtk_stop_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x74, 0x6f, 0x70, 0xb2, 0x7c, 0x3a, 0xe9, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x36, 0x94, 0x9d, 0x56, 0xed, 0x00, 0x00, 0x25, 0x2a, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x07, 0x98, 0x53, 0x55, 0xfa, 0x87, 0x2f, 0x5d, 0x7a, 0x55, 0x8a, 0x48, 0x07, 0x69, 0x52, 0x05, 0x74, 0x75, 0x57, 0x5d, 0x15, 0x14, 0x50, 0x10, 0x94, 0x62, 0x41, 0x01, 0x7b, 0x5b, 0x15, 0x84, 0x15, 0xb1, 0x00, 0xd2, 0x41, 0x14, 0x04, 0xbb, 0x22, 0xf0, 0xc7, 0x06, 0xeb, 0xe3, 0xee, 0xea, 0x5a, 0x40, 0x69, 0xd2, 0x19, 0xda, 0xd0, 0x7b, 0x9f, 0x3e, 0x4c, 0x67, 0x32, 0xc3, 0x7c, 0xff, 0xdf, 0x77, 0x73, 0xce, 0x9d, 0x93, 0x9b, 0x7b, 0x93, 0x9b, 0xe4, 0xce, 0x30, 0x83, 0xe4, 0x79, 0x7e, 0x0f, 0x30, 0x4c, 0x92, 0x9b, 0xf3, 0xbe, 0xe7, 0x3b, 0xdf, 0x49, 0x6e, 0x12, 0x4d, 0x2b, 0xe2, 0x97, 0x89, 0x9a, 0x36, 0x64, 0x92, 0xa6, 0x8d, 0x42, 0xa8, 0x18, 0x26, 0x03, 0xb9, 0x49, 0xbb, 0x74, 0x09, 0xef, 0x82, 0xc1, 0x1b, 0xc7, 0x03, 0x39, 0x45, 0xd3, 0xb2, 0x8b, 0xa9, 0x00, 0x9c, 0x34, 0x1c, 0xff, 0x8d, 0x97, 0x68, 0x86, 0x3e, 0xf3, 0xdf, 0xd2, 0x07, 0xb0, 0x44, 0x09, 0xfa, 0xa4, 0x4d, 0x1b, 0x5a, 0xff, 0xc0, 0x03, 0xb4, 0xf1, 0xc1, 0x07, 0x23, 0xca, 0x06, 0xdc, 0x46, 0xc0, 0xdc, 0x7f, 0x7f, 0x7e, 0x06, 0x0f, 0xf6, 0x66, 0xd0, 0x20, 0x9f, 0xac, 0x1f, 0x38, 0xd0, 0x37, 0x03, 0x06, 0xd0, 0xfa, 0xfb, 0xee, 0xf3, 0x4d, 0xff, 0xfe, 0xf4, 0x5b, 0xef, 0xde, 0x34, 0xab, 0x56, 0x2d, 0x29, 0x41, 0xca, 0x5b, 0x9a, 0x76, 0xdd, 0x25, 0xaa, 0xce, 0x67, 0xfe, 0x04, 0x15, 0xfe, 0xe9, 0xd1, 0xa3, 0xe9, 0xdc, 0xdc, 0xb9, 0xa1, 0xe7, 0xbd, 0xf7, 0x42, 0xcb, 0x9c, 0x39, 0x7a, 0xb2, 0xde, 0x7d, 0x37, 0x3f, 0xef, 0xbc, 0x43, 0x59, 0xb3, 0x66, 0xf9, 0x66, 0xe6, 0x4c, 0x6f, 0x66, 0xcc, 0xc8, 0xcf, 0xb4, 0x69, 0x3e, 0xc9, 0x9c, 0x3a, 0x95, 0xb6, 0x42, 0x20, 0x45, 0x82, 0xb3, 0x90, 0xa0, 0xeb, 0x25, 0xba, 0x21, 0xcc, 0xfc, 0x4f, 0x19, 0xfe, 0x2b, 0xaf, 0x84, 0x07, 0x3f, 0x54, 0x19, 0x04, 0xfc, 0x73, 0xb3, 0x67, 0xfb, 0xc2, 0x37, 0x0b, 0xf0, 0xf6, 0xdb, 0xde, 0xa8, 0xf0, 0xa7, 0x4f, 0xf7, 0x46, 0x95, 0x00, 0x02, 0x64, 0x4e, 0x9e, 0x4c, 0x9b, 0x51, 0x21, 0x66, 0xd5, 0xa8, 0x21, 0x25, 0x48, 0x86, 0x04, 0xd7, 0x5e, 0xa2, 0x6c, 0x3f, 0xf3, 0x27, 0x4a, 0xf8, 0x9f, 0xb5, 0x6b, 0x47, 0x67, 0xc6, 0x8c, 0x31, 0x00, 0x66, 0x60, 0xd0, 0x4f, 0x3e, 0xf2, 0x08, 0x9d, 0x78, 0xe8, 0x21, 0xeb, 0xa0, 0xc4, 0x47, 0x14, 0x2c, 0x01, 0x27, 0x50, 0xfa, 0xfd, 0x82, 0xb2, 0xef, 0x17, 0x94, 0x7e, 0x3d, 0x80, 0x6b, 0x04, 0xa5, 0x9f, 0x73, 0xfc, 0xde, 0x7b, 0xe9, 0xcc, 0xd0, 0xa1, 0xba, 0x00, 0x59, 0x53, 0xa6, 0x50, 0x06, 0x24, 0xd8, 0x84, 0x9f, 0xbd, 0x5d, 0xbd, 0xba, 0x21, 0x01, 0x24, 0xef, 0x74, 0x89, 0xb6, 0xff, 0xcc, 0x9f, 0xa4, 0xc2, 0x8f, 0x31, 0xc1, 0x3f, 0xdc, 0xb7, 0x2f, 0xed, 0xbb, 0xe5, 0x96, 0xd0, 0x72, 0xf3, 0xcd, 0x81, 0x73, 0xd3, 0x4d, 0x7e, 0xd9, 0xfb, 0xb7, 0xbf, 0xf9, 0xe7, 0xaf, 0x7f, 0xf5, 0xcd, 0x8d, 0x37, 0xfa, 0xe6, 0x86, 0x1b, 0x7c, 0xf3, 0x97, 0xbf, 0xd0, 0x09, 0x94, 0xff, 0x4c, 0x08, 0xc0, 0x55, 0x20, 0x63, 0xd2, 0x24, 0xda, 0xe8, 0x2b, 0x41, 0x1c, 0x1e, 0x6f, 0xdb, 0x4b, 0xd4, 0x71, 0x21, 0x4d, 0x2b, 0x31, 0x59, 0xd3, 0xde, 0x91, 0xf0, 0x3f, 0x6f, 0xdf, 0x9e, 0x62, 0x5f, 0x7d, 0xd5, 0x17, 0xfe, 0x3d, 0xf7, 0xd0, 0xbe, 0xbf, 0xff, 0xdd, 0x3a, 0x6e, 0xc8, 0x50, 0x40, 0x12, 0x9c, 0x64, 0x09, 0x20, 0x80, 0x2e, 0xc1, 0xc4, 0x89, 0xb4, 0xbe, 0x5f, 0x3f, 0x9a, 0x59, 0xb5, 0xaa, 0x94, 0x20, 0x16, 0x69, 0xfd, 0xa7, 0x87, 0x8f, 0x41, 0x78, 0xd7, 0x07, 0xfe, 0xd8, 0xb1, 0x74, 0x6e, 0xde, 0x3c, 0x3d, 0xc6, 0xcc, 0xb7, 0x83, 0x1f, 0x28, 0xa1, 0x8a, 0x10, 0x4e, 0x35, 0x08, 0x24, 0x80, 0x90, 0xe0, 0x34, 0x96, 0x97, 0x2c, 0x54, 0x80, 0x4c, 0x24, 0xe3, 0xad, 0xb7, 0x68, 0x1d, 0x64, 0x56, 0x24, 0x88, 0x99, 0xaa, 0x69, 0xad, 0xfe, 0xcc, 0xf0, 0x67, 0x4b, 0xf8, 0x5f, 0x74, 0xe8, 0x40, 0x71, 0xaf, 0xbd, 0xe6, 0x0e, 0x7c, 0x27, 0x32, 0xb8, 0x55, 0x0d, 0x1c, 0x48, 0x70, 0x4a, 0x4a, 0x80, 0x2a, 0x90, 0x31, 0x61, 0x02, 0xad, 0xee, 0xd3, 0x87, 0x66, 0x56, 0xa9, 0x22, 0x25, 0x38, 0x31, 0x41, 0xd3, 0x9a, 0xfe, 0x19, 0xe1, 0xcf, 0xe1, 0x01, 0x98, 0x5c, 0xb2, 0x24, 0x7d, 0xd1, 0xb1, 0x23, 0xc5, 0xbd, 0xf1, 0x46, 0x3e, 0x7c, 0x6c, 0xb1, 0x0e, 0xdf, 0x7d, 0xb7, 0x17, 0xde, 0xad, 0xb7, 0x06, 0x8f, 0xdb, 0x22, 0xb8, 0x29, 0x01, 0x04, 0x90, 0x95, 0x20, 0x13, 0x15, 0x80, 0x93, 0x3e, 0x7e, 0x3c, 0xad, 0xc1, 0xe3, 0x53, 0x24, 0x38, 0x0e, 0x09, 0x1a, 0xff, 0x99, 0xe0, 0xbf, 0x27, 0xe1, 0x2f, 0x60, 0xf8, 0x6f, 0xbe, 0xe9, 0x0b, 0x1f, 0x33, 0xc4, 0x11, 0xf8, 0x70, 0xa5, 0x70, 0x43, 0x82, 0x40, 0x3d, 0x41, 0x30, 0x09, 0x50, 0x05, 0xd2, 0xc7, 0x8d, 0xa3, 0xd5, 0xbd, 0x7b, 0xd3, 0x8c, 0x4a, 0x95, 0xa4, 0x04, 0xc7, 0xd0, 0x0b, 0x35, 0xba, 0xe8, 0xe1, 0xa3, 0xfb, 0x9d, 0x6b, 0xc0, 0xef, 0xdc, 0x99, 0xe2, 0xcd, 0xf0, 0x79, 0xe6, 0x9b, 0x60, 0xee, 0xbf, 0xed, 0x36, 0xdb, 0x14, 0xa8, 0x08, 0xa1, 0x48, 0xe0, 0xa0, 0x29, 0xe4, 0x9c, 0x79, 0xf8, 0x61, 0x5d, 0x00, 0x5d, 0x02, 0x3c, 0xf6, 0x15, 0xbd, 0x7a, 0xa9, 0x12, 0x1c, 0x40, 0x4f, 0x50, 0xef, 0x62, 0x9e, 0xf9, 0xf3, 0x74, 0xf8, 0xa5, 0x4a, 0xd1, 0xa2, 0x2e, 0x5d, 0x28, 0x01, 0xa5, 0xd0, 0x0a, 0x7e, 0x20, 0xe0, 0x4e, 0x12, 0x92, 0x08, 0x05, 0x25, 0x81, 0x8d, 0x00, 0x7a, 0x25, 0x18, 0x32, 0x84, 0x32, 0xf1, 0xd8, 0x39, 0xba, 0x04, 0x3d, 0x7b, 0xd2, 0xf4, 0x8a, 0x15, 0xa5, 0x04, 0xfb, 0x30, 0x49, 0xea, 0x5e, 0x54, 0xf0, 0xdf, 0xd4, 0xb4, 0x92, 0x28, 0x6f, 0x9f, 0x07, 0x82, 0x7f, 0x08, 0x65, 0x3f, 0x52, 0xf0, 0x61, 0x8b, 0x10, 0x82, 0x04, 0x6e, 0xf4, 0x03, 0x46, 0x25, 0xc0, 0x32, 0xc0, 0x49, 0x7b, 0xfd, 0x75, 0x5a, 0xde, 0xa3, 0x07, 0x4d, 0xaf, 0x50, 0x41, 0x97, 0x00, 0x63, 0xb5, 0x77, 0x9a, 0xa6, 0xd5, 0xb9, 0x28, 0xe0, 0x7f, 0xa3, 0x69, 0xa5, 0xf0, 0xa0, 0xe6, 0x4b, 0xf8, 0xff, 0xd7, 0xad, 0x1b, 0x25, 0x62, 0x1d, 0x94, 0xf0, 0xd3, 0xa7, 0x4f, 0xa7, 0x43, 0x77, 0xdd, 0x15, 0x18, 0xe6, 0xed, 0xb7, 0x07, 0x4e, 0xa8, 0x22, 0xb8, 0x2d, 0x41, 0x18, 0x02, 0xec, 0xb9, 0xfe, 0x7a, 0x8a, 0x61, 0x09, 0x50, 0x01, 0x38, 0x69, 0xd8, 0x01, 0xfd, 0x8a, 0xc7, 0x32, 0xad, 0x7c, 0x79, 0x59, 0x09, 0x76, 0xcc, 0xd0, 0xb4, 0x5a, 0xc5, 0x1e, 0x3e, 0x6c, 0xfe, 0x42, 0xc2, 0x5f, 0x7c, 0xdd, 0x75, 0x3e, 0xf0, 0xd3, 0xa6, 0x4d, 0xb3, 0x86, 0x1f, 0x0c, 0x78, 0x98, 0x32, 0x04, 0x15, 0x21, 0x84, 0xc6, 0xd0, 0x2d, 0x09, 0xb8, 0x12, 0x64, 0x40, 0x80, 0x0c, 0xec, 0x82, 0xd2, 0xc6, 0x8e, 0xa5, 0x5f, 0x7c, 0x25, 0xd8, 0x86, 0xd4, 0x2c, 0xce, 0x33, 0x7f, 0x81, 0x84, 0xff, 0x25, 0xc3, 0xc7, 0x3e, 0x58, 0x87, 0xff, 0xfe, 0xfb, 0x5e, 0xf8, 0xe8, 0x82, 0x1d, 0x83, 0xef, 0xde, 0xdd, 0x3a, 0x21, 0x8a, 0x10, 0x91, 0x04, 0x05, 0x20, 0x00, 0xe7, 0x34, 0x24, 0xe0, 0x5e, 0x20, 0x1d, 0x4b, 0x41, 0xea, 0xab, 0xaf, 0xd2, 0xcf, 0x38, 0xce, 0x69, 0x97, 0x5d, 0x26, 0x25, 0x88, 0xc2, 0x12, 0x5a, 0xa3, 0x38, 0xce, 0xfc, 0x85, 0x2a, 0xfc, 0xa4, 0x40, 0xf0, 0x43, 0x01, 0x1e, 0x28, 0x0e, 0x45, 0x08, 0x69, 0x39, 0x70, 0x5b, 0x02, 0x0b, 0x01, 0xf4, 0x4a, 0x30, 0x74, 0xa8, 0x2e, 0x40, 0x3a, 0x96, 0x82, 0xd4, 0x31, 0x63, 0xe8, 0x7f, 0xb8, 0xef, 0xa9, 0xe5, 0xca, 0xc9, 0x9e, 0x60, 0x1d, 0x24, 0xa8, 0x52, 0x9c, 0x66, 0xfe, 0x22, 0xfd, 0x4c, 0x9e, 0xd2, 0xa5, 0xe9, 0x4b, 0x3c, 0xd0, 0xa4, 0x49, 0x93, 0x9c, 0xc3, 0x0f, 0x04, 0x18, 0x8d, 0x92, 0x91, 0x50, 0x44, 0x08, 0x55, 0x82, 0x0b, 0x50, 0x05, 0xf4, 0x9e, 0x80, 0x25, 0x80, 0x00, 0x9c, 0x94, 0xd1, 0xa3, 0xe9, 0x07, 0xdc, 0x9f, 0x22, 0xc1, 0x1f, 0xd8, 0x22, 0x56, 0x2e, 0x0e, 0xf0, 0x17, 0x4b, 0xf8, 0xdf, 0xe0, 0xc1, 0x9e, 0x9d, 0x32, 0xc5, 0x77, 0xcd, 0x0f, 0x05, 0xbe, 0x0a, 0x3c, 0x58, 0x82, 0x89, 0x50, 0xd8, 0x12, 0x38, 0x10, 0x60, 0x8f, 0x49, 0x80, 0xdd, 0x52, 0x02, 0xf4, 0x02, 0xe9, 0x58, 0x0a, 0xce, 0x42, 0x82, 0xff, 0xe2, 0x3e, 0xa4, 0x04, 0xc8, 0x1a, 0x54, 0x82, 0x4a, 0x45, 0x12, 0xfe, 0x87, 0x9a, 0x56, 0x06, 0x07, 0xb8, 0xd4, 0x80, 0x8f, 0x07, 0xee, 0x03, 0x7f, 0xf2, 0x64, 0x3a, 0xd8, 0xab, 0x97, 0x35, 0xfc, 0x48, 0xc0, 0x07, 0x13, 0x21, 0x80, 0x04, 0x17, 0xac, 0x0a, 0x48, 0xf8, 0x8a, 0x00, 0xbb, 0x65, 0xb0, 0x5c, 0xb2, 0x04, 0x69, 0x10, 0x20, 0x0d, 0x4b, 0xc1, 0xd9, 0x51, 0xa3, 0xe8, 0x3f, 0xb8, 0xad, 0xa9, 0x65, 0xcb, 0x4a, 0x09, 0x96, 0xbd, 0xad, 0x69, 0xe5, 0x8b, 0xda, 0x3e, 0xbf, 0x2c, 0x0e, 0xec, 0x3b, 0x03, 0x3e, 0x0e, 0xd8, 0x0f, 0x7e, 0xcf, 0x9e, 0x91, 0xc1, 0xbf, 0xe3, 0x0e, 0xff, 0x14, 0x01, 0x09, 0xc2, 0x11, 0x60, 0x8f, 0x49, 0x80, 0xdd, 0x26, 0x01, 0x76, 0x71, 0x25, 0x18, 0x3e, 0x5c, 0x17, 0x80, 0x93, 0xfc, 0xf2, 0xcb, 0xf4, 0x3d, 0x6e, 0x63, 0x4a, 0x99, 0x32, 0x52, 0x82, 0x5f, 0x30, 0xe6, 0x97, 0x15, 0x49, 0xf8, 0xdf, 0x62, 0x10, 0x54, 0xf8, 0xa9, 0x58, 0xff, 0x7d, 0xe0, 0x07, 0x12, 0xc0, 0x29, 0x78, 0x27, 0x22, 0x38, 0x94, 0xc0, 0xf5, 0x2a, 0x10, 0x44, 0x80, 0x3d, 0x32, 0x42, 0x00, 0x15, 0x3e, 0x83, 0xdf, 0xc5, 0x02, 0x48, 0x09, 0x86, 0x0d, 0xf3, 0x4a, 0xf0, 0xca, 0x2b, 0x94, 0x3c, 0x62, 0x04, 0x7d, 0x87, 0xdf, 0x57, 0x24, 0xf8, 0x69, 0xb6, 0xa6, 0x95, 0x2b, 0x0a, 0xf0, 0xbf, 0x2f, 0x2c, 0xf8, 0x07, 0xee, 0xbc, 0xd3, 0x88, 0x23, 0x11, 0x22, 0xad, 0x02, 0x2e, 0xf7, 0x01, 0x7b, 0x4c, 0x02, 0xec, 0x96, 0x91, 0xf0, 0x15, 0x01, 0xa2, 0x45, 0xf4, 0xe5, 0x00, 0x02, 0xa4, 0xfd, 0xf3, 0x9f, 0x94, 0x04, 0x09, 0xfe, 0x85, 0x9f, 0xf1, 0x58, 0x8b, 0xc6, 0xf0, 0xc7, 0x0b, 0x26, 0x81, 0x0a, 0x9f, 0xd7, 0xa7, 0x25, 0x18, 0x88, 0x14, 0x34, 0x79, 0x3e, 0xf0, 0x19, 0x4a, 0xa0, 0x27, 0x79, 0x02, 0x09, 0x60, 0x03, 0xde, 0x9c, 0xb0, 0x24, 0x08, 0x67, 0x19, 0x88, 0x50, 0x80, 0x3d, 0x26, 0x01, 0x76, 0x2b, 0x02, 0xec, 0x32, 0x09, 0x20, 0xe1, 0x47, 0x77, 0xeb, 0x96, 0x2f, 0x01, 0x04, 0x48, 0x43, 0x53, 0x98, 0xf4, 0xc2, 0x0b, 0xb4, 0x44, 0x91, 0x80, 0xfb, 0x2e, 0xb0, 0x28, 0x5d, 0xa8, 0xf0, 0xd9, 0x3a, 0xdc, 0xf1, 0x7f, 0xf4, 0x99, 0x8f, 0x92, 0xb4, 0x14, 0x03, 0xa2, 0xc2, 0x4f, 0x99, 0x30, 0x81, 0x0e, 0x00, 0x86, 0xe5, 0x0b, 0x3b, 0x56, 0x02, 0x38, 0x85, 0x8f, 0x7f, 0x9f, 0xea, 0xda, 0x95, 0x8e, 0x00, 0x8c, 0xad, 0x04, 0x61, 0x54, 0x81, 0xb0, 0x96, 0x01, 0x1b, 0x01, 0x8e, 0x75, 0xe8, 0x40, 0x87, 0x3b, 0x77, 0xf6, 0x91, 0x60, 0x8f, 0x49, 0x80, 0xdd, 0x8a, 0x00, 0xbb, 0x4c, 0x02, 0x44, 0x9b, 0x04, 0xd8, 0xc9, 0x11, 0x12, 0xa4, 0x42, 0x80, 0x54, 0x21, 0xc1, 0xb7, 0x18, 0x07, 0x45, 0x82, 0x6f, 0x0b, 0x4d, 0x02, 0x15, 0x3e, 0xcf, 0xfc, 0xa5, 0x18, 0x80, 0xd4, 0xe9, 0xd3, 0xf3, 0xe1, 0x8f, 0x1f, 0x4f, 0x07, 0x30, 0xf0, 0xb6, 0x2f, 0xe5, 0x86, 0x39, 0xfb, 0xb9, 0x9a, 0xa4, 0xd5, 0xab, 0x47, 0x54, 0xb2, 0x24, 0xe5, 0x5e, 0x76, 0x19, 0x1d, 0xc3, 0xa0, 0x5a, 0x4a, 0x70, 0x01, 0x05, 0x88, 0x6f, 0xdc, 0x58, 0x3f, 0xbe, 0x3c, 0x80, 0x39, 0xd9, 0xa6, 0x8d, 0x2e, 0xc0, 0x1e, 0x45, 0x80, 0xdd, 0x6a, 0x24, 0x7c, 0x45, 0x80, 0x68, 0x19, 0x21, 0xc0, 0x4e, 0x29, 0x00, 0x57, 0x02, 0xd1, 0x13, 0xa4, 0x62, 0x57, 0xc0, 0x49, 0xfa, 0xc7, 0x3f, 0xe8, 0xdb, 0x2e, 0x5d, 0xf4, 0x27, 0xda, 0x84, 0x04, 0x5f, 0xf3, 0x36, 0xbc, 0x40, 0xe1, 0xf3, 0xf6, 0x03, 0x77, 0xf4, 0xab, 0x84, 0xff, 0x1d, 0x06, 0x25, 0x55, 0x9d, 0xf9, 0x0c, 0x1f, 0x03, 0x1d, 0xf0, 0xb5, 0xfc, 0x30, 0x04, 0x50, 0xe1, 0xcb, 0x98, 0x25, 0xb0, 0xad, 0x02, 0x85, 0x24, 0x80, 0x84, 0x2f, 0x93, 0x07, 0x30, 0x27, 0x20, 0x81, 0x14, 0x60, 0xb7, 0x49, 0x80, 0x5d, 0x26, 0x01, 0xa2, 0x4d, 0x02, 0xec, 0x34, 0x09, 0xb0, 0x43, 0x56, 0x02, 0x96, 0x00, 0xbb, 0x82, 0xd4, 0x91, 0x23, 0x29, 0xe1, 0xd9, 0x67, 0xe9, 0xab, 0x4e, 0x9d, 0x0c, 0x09, 0xf8, 0x15, 0x57, 0x7e, 0xe5, 0xb5, 0xa0, 0xd6, 0xfc, 0x0a, 0x7e, 0xf0, 0x79, 0xe6, 0xf3, 0xd9, 0xbb, 0x80, 0x7f, 0x56, 0xc2, 0x37, 0x9d, 0xc6, 0x15, 0xa9, 0x00, 0x7e, 0xf0, 0xb1, 0xe4, 0x98, 0x25, 0xb8, 0xd0, 0x4b, 0x80, 0x0f, 0x7c, 0xe5, 0xf8, 0xa4, 0x04, 0xbb, 0x4d, 0x02, 0xec, 0x32, 0x09, 0x10, 0x6d, 0x12, 0x60, 0xa7, 0x49, 0x80, 0x1d, 0x32, 0x28, 0xfb, 0x3b, 0xe4, 0x72, 0x00, 0x01, 0x52, 0xd1, 0x14, 0xc6, 0x43, 0x82, 0x2f, 0x3b, 0x76, 0xd4, 0x4f, 0xb0, 0x61, 0x36, 0x13, 0x35, 0xed, 0x53, 0xd7, 0x25, 0x10, 0xf0, 0x97, 0x5b, 0xc2, 0x47, 0xce, 0x8e, 0x1b, 0x97, 0x0f, 0xdf, 0xa9, 0x00, 0x4e, 0x7a, 0x00, 0xfc, 0x3d, 0xf5, 0xca, 0x2b, 0xf3, 0x81, 0xd7, 0xaa, 0x45, 0xc7, 0xff, 0xfd, 0x6f, 0x4a, 0xed, 0xdb, 0xd7, 0x57, 0x02, 0x0c, 0xe8, 0x85, 0x12, 0x20, 0xbe, 0x69, 0xd3, 0x7c, 0xe0, 0xe5, 0xca, 0xd1, 0xe9, 0x0f, 0x3e, 0xa0, 0x04, 0x34, 0x6c, 0x3e, 0x12, 0xb4, 0x6e, 0xed, 0x0b, 0x3f, 0x80, 0x00, 0x06, 0x7c, 0x21, 0xc0, 0x0e, 0x25, 0xdb, 0x21, 0xc0, 0x76, 0x55, 0x02, 0x08, 0x90, 0xfa, 0xd2, 0x4b, 0x14, 0xf7, 0xcc, 0x33, 0xb4, 0x18, 0xbd, 0x87, 0x22, 0xc1, 0xc7, 0x7c, 0x02, 0x4e, 0x81, 0xc0, 0xff, 0x1e, 0x83, 0x92, 0x36, 0x63, 0x86, 0x01, 0x3f, 0xf9, 0xf5, 0xd7, 0xbd, 0x83, 0xa8, 0x0e, 0x5a, 0xa8, 0x02, 0xd8, 0x6c, 0x03, 0xcd, 0xf0, 0x8f, 0xfd, 0xf7, 0xbf, 0x74, 0xe0, 0xc0, 0x01, 0x3a, 0xb0, 0x77, 0xaf, 0xb5, 0x04, 0x6e, 0x6f, 0x03, 0x83, 0xec, 0x02, 0xac, 0xe0, 0xeb, 0xc7, 0x87, 0xf8, 0x49, 0xd0, 0xaa, 0x55, 0x3e, 0x7c, 0x87, 0x02, 0xec, 0xb0, 0x11, 0x40, 0x0f, 0xfe, 0xcd, 0x12, 0xa4, 0x40, 0x80, 0x94, 0x17, 0x5f, 0xa4, 0xb8, 0xa7, 0x9f, 0xa6, 0x45, 0xed, 0xdb, 0x1b, 0x12, 0xf0, 0x7b, 0x2d, 0x22, 0x86, 0x3f, 0x5d, 0xd3, 0x2a, 0xe2, 0xc6, 0x7e, 0xd3, 0xe1, 0xe3, 0x01, 0xfe, 0x1b, 0x83, 0xe5, 0x07, 0x9f, 0x07, 0x8d, 0x07, 0xc8, 0x3c, 0x70, 0x76, 0x12, 0x38, 0x79, 0x16, 0x10, 0x7f, 0x4f, 0x55, 0xca, 0xbe, 0x0f, 0x7c, 0xe4, 0xe0, 0xc1, 0x83, 0x74, 0x70, 0xdf, 0x3e, 0x7f, 0x09, 0x30, 0x98, 0x85, 0xf5, 0x3c, 0x80, 0x19, 0xfe, 0x99, 0x0f, 0x3f, 0xf4, 0x1e, 0x17, 0x62, 0x27, 0xc1, 0x71, 0x55, 0x82, 0x08, 0x04, 0xd8, 0xc6, 0x41, 0x03, 0xc8, 0x3f, 0x8b, 0x45, 0x4f, 0xc0, 0x02, 0xe8, 0x12, 0x3c, 0xf5, 0x14, 0x2d, 0xba, 0xe6, 0x1a, 0x55, 0x82, 0xb7, 0x23, 0x85, 0xff, 0xbb, 0x2d, 0xfc, 0xd7, 0x5e, 0xcb, 0x87, 0x1f, 0x8a, 0x00, 0xc1, 0xaa, 0x80, 0x0d, 0x7c, 0x39, 0xb8, 0x32, 0x87, 0x0e, 0x1d, 0xa2, 0x43, 0xfb, 0xf7, 0x53, 0xda, 0x3d, 0xf7, 0x58, 0x4b, 0x50, 0x80, 0x4f, 0x05, 0x9b, 0xe1, 0xc7, 0x7c, 0xf4, 0x91, 0x7e, 0x3c, 0xe6, 0x63, 0xd4, 0x25, 0x78, 0xe5, 0x15, 0x6f, 0x5f, 0x80, 0xe4, 0xa1, 0x82, 0x1e, 0xc7, 0x72, 0xa0, 0x0a, 0x60, 0xbb, 0xfe, 0xdb, 0x08, 0x20, 0xe1, 0xcb, 0x18, 0x95, 0x00, 0x5b, 0x43, 0x4e, 0xcc, 0xe3, 0x8f, 0xd3, 0x02, 0xf4, 0x1d, 0xfc, 0x5e, 0x0b, 0x21, 0xc1, 0x8c, 0x70, 0xe1, 0xaf, 0x90, 0xf0, 0xff, 0x83, 0x81, 0x4a, 0x67, 0xf8, 0xfc, 0x2e, 0x5a, 0x86, 0x3f, 0x76, 0x2c, 0xed, 0xe7, 0x01, 0xe2, 0x01, 0x51, 0x07, 0x29, 0x52, 0x09, 0xf0, 0x77, 0x33, 0xfc, 0xe3, 0x3f, 0xfc, 0xe0, 0x0f, 0x5e, 0xc9, 0x61, 0x0c, 0xb2, 0xa5, 0x04, 0x0e, 0x5f, 0x1a, 0x0e, 0x55, 0x00, 0x1d, 0x3e, 0x66, 0x33, 0x27, 0xaf, 0x7c, 0x79, 0x03, 0xbe, 0x39, 0xea, 0x31, 0x27, 0x8c, 0x19, 0x43, 0x84, 0xe3, 0xe2, 0xe4, 0x55, 0xa8, 0x40, 0xc7, 0x01, 0xc8, 0x72, 0xf6, 0x07, 0x10, 0xc0, 0x80, 0xaf, 0x08, 0xb0, 0x55, 0x84, 0xff, 0x2f, 0x96, 0x25, 0xc0, 0xd6, 0x30, 0xe5, 0xf9, 0xe7, 0xe9, 0xcc, 0x63, 0x8f, 0xd1, 0x7c, 0x54, 0x1b, 0x45, 0x82, 0x37, 0x42, 0x12, 0x00, 0x57, 0xfa, 0x4c, 0x85, 0x9f, 0x36, 0x73, 0xa6, 0xf1, 0x36, 0x6a, 0x1f, 0xf8, 0x6e, 0x09, 0x20, 0x12, 0x08, 0xbe, 0x0f, 0xf4, 0xc3, 0x87, 0x7d, 0x63, 0x27, 0x81, 0xdb, 0xf0, 0x9b, 0x35, 0xf3, 0xce, 0x66, 0xcc, 0xe4, 0xbc, 0x8a, 0x15, 0x29, 0xe6, 0xe3, 0x8f, 0xfd, 0x8e, 0xc5, 0x4e, 0x84, 0x04, 0x8c, 0x1b, 0xe1, 0x3a, 0x54, 0xa9, 0x12, 0xe5, 0x55, 0xae, 0x4c, 0xc7, 0xdb, 0xb6, 0xa5, 0x68, 0x45, 0x80, 0x9d, 0x26, 0x01, 0x76, 0x98, 0x04, 0xd8, 0x66, 0x12, 0x60, 0xab, 0x9a, 0x6b, 0xaf, 0xd5, 0x7f, 0x1e, 0xc7, 0x12, 0x3c, 0xf7, 0x9c, 0x9e, 0x33, 0xc3, 0x87, 0xd3, 0xe7, 0x2d, 0x5b, 0x1a, 0x12, 0x20, 0xcf, 0x87, 0x22, 0x80, 0xfe, 0xb2, 0xee, 0x47, 0xb8, 0x01, 0x63, 0xe6, 0x23, 0x49, 0x58, 0xd3, 0x2c, 0x1b, 0xa2, 0x48, 0x25, 0xc0, 0xdf, 0xed, 0xe0, 0x07, 0x02, 0x7f, 0xe4, 0xc8, 0x91, 0xfc, 0xe0, 0x77, 0xfd, 0x24, 0xc0, 0x80, 0x3a, 0x82, 0xef, 0x40, 0x80, 0xf8, 0x16, 0x2d, 0xf2, 0x67, 0x71, 0x95, 0x2a, 0x14, 0xfb, 0xe9, 0xa7, 0x3e, 0xf7, 0xef, 0x44, 0x84, 0x04, 0x2c, 0x9b, 0x54, 0xb5, 0xaa, 0x9e, 0xbc, 0x6a, 0xd5, 0xe8, 0x18, 0xd6, 0x6b, 0x1f, 0xf8, 0x42, 0x00, 0x33, 0xfc, 0xed, 0x26, 0x01, 0xb6, 0x9a, 0x04, 0x88, 0x82, 0x00, 0x1c, 0xa3, 0x12, 0xb0, 0x04, 0xd8, 0x1e, 0x9e, 0xc6, 0xdf, 0xe7, 0xa0, 0x91, 0x16, 0x02, 0x7c, 0x15, 0xba, 0x00, 0x28, 0x23, 0xfc, 0x41, 0x09, 0x0c, 0x9f, 0x9f, 0xde, 0xd5, 0x07, 0x83, 0xb7, 0x3f, 0x61, 0x0a, 0x60, 0x77, 0xce, 0xbf, 0x15, 0x7c, 0xc7, 0xe0, 0x91, 0xa3, 0x47, 0x8f, 0x7a, 0x83, 0xdf, 0x4d, 0xef, 0xd7, 0xcf, 0x7b, 0x5b, 0x28, 0xd1, 0xb9, 0x28, 0xd1, 0x7a, 0x25, 0x88, 0xf0, 0x64, 0x90, 0xf8, 0xab, 0xaf, 0x26, 0x42, 0xe9, 0xe6, 0x19, 0xcc, 0xe0, 0xe2, 0x3e, 0xff, 0x3c, 0xff, 0x3e, 0x11, 0xf3, 0xf1, 0x04, 0x12, 0x21, 0xe1, 0x8d, 0x37, 0x88, 0x6a, 0xd4, 0xd0, 0x93, 0xc7, 0xfd, 0x0d, 0x24, 0xf0, 0x83, 0xaf, 0x08, 0xb0, 0x3d, 0x88, 0x00, 0x12, 0x3e, 0x67, 0x4b, 0xe7, 0xce, 0xfa, 0xff, 0xc7, 0x63, 0xf6, 0xb3, 0x00, 0xc9, 0xd8, 0x19, 0xcc, 0x6b, 0xdc, 0xd8, 0x1d, 0x01, 0x92, 0xd0, 0xcc, 0xf8, 0xbc, 0x49, 0xc2, 0x25, 0x09, 0x52, 0x4c, 0x5b, 0xbd, 0x13, 0x3f, 0xfe, 0xe8, 0x08, 0xbc, 0x0a, 0x40, 0xe6, 0xd8, 0xb1, 0x63, 0x74, 0x0c, 0xd7, 0xcb, 0xe0, 0xdd, 0x01, 0xca, 0x34, 0x27, 0x17, 0x25, 0x57, 0xaf, 0x04, 0xe1, 0xc0, 0x47, 0x74, 0xf8, 0x28, 0xd9, 0x9c, 0xbc, 0x9a, 0x35, 0x29, 0x6e, 0xfe, 0x7c, 0xef, 0xfd, 0x20, 0xe6, 0xfb, 0x77, 0x2a, 0x42, 0x22, 0x2f, 0x07, 0x97, 0x5f, 0x4e, 0x74, 0xc5, 0x15, 0x94, 0x87, 0x1c, 0xc6, 0x1e, 0x9e, 0x05, 0xd8, 0x61, 0x12, 0x60, 0xbb, 0x85, 0x00, 0x76, 0xb3, 0x5f, 0x0a, 0xc0, 0x39, 0x35, 0x78, 0x30, 0x9d, 0x7d, 0xe6, 0x19, 0x97, 0x04, 0x98, 0x3d, 0x3b, 0xbf, 0xfc, 0x3b, 0x15, 0x20, 0x04, 0x09, 0xce, 0x2b, 0xcf, 0x9c, 0x25, 0x8e, 0x1c, 0x69, 0x09, 0x3f, 0x10, 0x78, 0x09, 0x43, 0xcd, 0x71, 0x5c, 0x27, 0xa3, 0x7f, 0x7f, 0x22, 0x54, 0x00, 0x4e, 0x2e, 0x4a, 0x2e, 0x57, 0x82, 0x50, 0xdf, 0x1f, 0x10, 0x8f, 0x25, 0x90, 0x30, 0xe3, 0x39, 0x79, 0x00, 0x16, 0xbf, 0x60, 0x01, 0x1d, 0x3f, 0x7e, 0xdc, 0xf2, 0x3e, 0x03, 0xc9, 0x60, 0x16, 0xe1, 0x30, 0xb6, 0xb0, 0x1e, 0x40, 0xa6, 0x3a, 0x75, 0x88, 0xea, 0xd6, 0xa5, 0x04, 0x48, 0xb6, 0x43, 0x15, 0xc0, 0x06, 0x7e, 0xc8, 0x02, 0x60, 0x5b, 0xe8, 0xaa, 0x00, 0xfc, 0x9c, 0xb7, 0xdb, 0x12, 0xc4, 0xf1, 0x20, 0x73, 0x57, 0x5d, 0xba, 0x34, 0x11, 0x9a, 0xce, 0x38, 0xdc, 0x5f, 0x38, 0xe0, 0x19, 0x8c, 0x4f, 0x58, 0x82, 0xfb, 0xee, 0xd3, 0x9b, 0x2e, 0x9e, 0xbd, 0xb9, 0x28, 0xb9, 0x47, 0x31, 0xc8, 0x8e, 0xe1, 0x63, 0xbb, 0x66, 0x94, 0x6a, 0x80, 0x8a, 0x5f, 0xb8, 0xd0, 0xff, 0x3e, 0x2c, 0x64, 0x08, 0x26, 0xc2, 0x11, 0x6c, 0x5d, 0x33, 0x06, 0x0c, 0x20, 0xe2, 0xca, 0x87, 0xe4, 0x34, 0x6c, 0x48, 0x7b, 0x79, 0x4f, 0xaf, 0xcc, 0xfe, 0xed, 0x61, 0x08, 0x20, 0xe1, 0x73, 0xf8, 0x83, 0x29, 0xce, 0x62, 0xf6, 0x17, 0xbc, 0x00, 0xe1, 0x48, 0x60, 0x21, 0x42, 0x2c, 0xb6, 0x45, 0x0c, 0x5f, 0x0f, 0xd6, 0xda, 0x78, 0xdc, 0xa7, 0x15, 0xf8, 0xa0, 0xd0, 0x91, 0x13, 0x27, 0x4e, 0xe4, 0x07, 0xd7, 0xc9, 0x78, 0xf0, 0x41, 0x63, 0x16, 0xe7, 0x62, 0x16, 0x1f, 0xe5, 0x4a, 0x10, 0x0c, 0x3e, 0x1f, 0x0f, 0x97, 0x68, 0x24, 0x0f, 0xfd, 0x49, 0xc2, 0xa2, 0x45, 0xbe, 0xb7, 0x8b, 0x84, 0x22, 0x82, 0xf1, 0x58, 0xb0, 0x5b, 0xc9, 0x00, 0x1c, 0x6a, 0xd0, 0x40, 0x4f, 0x4e, 0xa3, 0x46, 0xb4, 0x8f, 0xe1, 0x2b, 0xb3, 0x7f, 0xbb, 0x49, 0x80, 0x6d, 0x21, 0x96, 0x7f, 0x5d, 0x80, 0x41, 0x83, 0x5c, 0x14, 0x40, 0xf6, 0x00, 0x42, 0x80, 0xa0, 0x55, 0x20, 0x4c, 0x09, 0x62, 0xb0, 0x2d, 0xd2, 0x1b, 0x2d, 0x0e, 0xba, 0xec, 0xf8, 0x39, 0x73, 0x6c, 0xe1, 0x07, 0x84, 0x2e, 0x72, 0xf2, 0xe4, 0x49, 0x6f, 0xf0, 0xfb, 0x19, 0x43, 0x86, 0x10, 0x61, 0xfd, 0xe6, 0xe4, 0xd6, 0xae, 0xed, 0x2f, 0x81, 0x0a, 0x1f, 0x4d, 0x19, 0xe1, 0x77, 0xb8, 0x3c, 0xe7, 0xd5, 0xaf, 0xaf, 0xc3, 0x37, 0x6e, 0x0b, 0xb1, 0xba, 0xaf, 0x40, 0x32, 0x18, 0xc7, 0x8f, 0x5d, 0x40, 0xc6, 0x03, 0x0f, 0x10, 0x01, 0x3a, 0x27, 0xa7, 0x69, 0xd3, 0x80, 0xf0, 0xb7, 0x99, 0xe1, 0x9b, 0x9b, 0xbf, 0x60, 0x02, 0x00, 0x7e, 0xe4, 0x02, 0xa0, 0x3c, 0xeb, 0x02, 0x00, 0x86, 0x2a, 0x80, 0x6b, 0x12, 0x98, 0x44, 0x88, 0xe1, 0xc1, 0xe7, 0x86, 0x0b, 0x02, 0x50, 0xf5, 0xea, 0x14, 0x0f, 0xf1, 0xec, 0xc0, 0x07, 0x84, 0xae, 0xe4, 0xd4, 0xa9, 0x53, 0x74, 0x0a, 0xbf, 0x9f, 0x89, 0x2d, 0x11, 0x37, 0x5d, 0x0c, 0x37, 0x17, 0xb3, 0x5a, 0x97, 0xc0, 0xdc, 0xf0, 0xb5, 0x6b, 0x47, 0xc4, 0x3b, 0x12, 0x24, 0x0f, 0x33, 0x34, 0x71, 0xf1, 0x62, 0xfd, 0xfa, 0x56, 0xb7, 0x6b, 0x25, 0x83, 0x9d, 0x08, 0xc7, 0xb9, 0x31, 0xe5, 0x4a, 0xc4, 0x4f, 0x22, 0x21, 0x39, 0xcd, 0x9b, 0xd3, 0x3e, 0x7e, 0x51, 0x87, 0xe1, 0x0b, 0x01, 0xb6, 0x2b, 0x02, 0x6c, 0x33, 0x09, 0xb0, 0xd5, 0x24, 0x40, 0x94, 0x49, 0x00, 0x15, 0xfe, 0xe6, 0x4e, 0x9d, 0xe8, 0xe4, 0xc0, 0x81, 0x05, 0x2f, 0x80, 0xab, 0x12, 0x28, 0x22, 0xc4, 0x30, 0x04, 0xc0, 0xd7, 0x83, 0x5d, 0x41, 0xc2, 0xbc, 0x79, 0x01, 0xc1, 0x5b, 0x02, 0xb7, 0x0a, 0x4b, 0x80, 0xed, 0x91, 0x04, 0x9c, 0x7b, 0xd5, 0x55, 0x74, 0xf4, 0x86, 0x1b, 0xf2, 0xe1, 0xb7, 0x6f, 0x4f, 0x84, 0x19, 0x4f, 0xf8, 0x79, 0x1e, 0x06, 0x2d, 0xf1, 0xcb, 0x2f, 0x6d, 0x6f, 0x2b, 0x98, 0x0c, 0x3e, 0x22, 0x00, 0x7e, 0xe6, 0x23, 0x8f, 0x10, 0x01, 0x3a, 0xb5, 0x68, 0x41, 0x39, 0x68, 0xf8, 0x5c, 0x85, 0x1f, 0x48, 0x80, 0x27, 0x9f, 0x2c, 0x58, 0x01, 0x1c, 0x49, 0x10, 0xaa, 0x08, 0x48, 0x0c, 0xb6, 0x45, 0x0c, 0x5f, 0x0f, 0x4a, 0x71, 0xc2, 0x07, 0x1f, 0xf8, 0xc1, 0x0f, 0x06, 0xfe, 0xf4, 0xe9, 0xd3, 0xfe, 0xc1, 0xf5, 0x32, 0x1f, 0x7b, 0x4c, 0x87, 0xcc, 0xc9, 0xc5, 0xe0, 0xb0, 0x04, 0xf1, 0x7c, 0x7f, 0x68, 0xc6, 0x38, 0x79, 0xcd, 0x9a, 0x51, 0xd2, 0xd7, 0x5f, 0x5b, 0x5e, 0xdf, 0x89, 0x0c, 0x3e, 0x82, 0xa2, 0xe9, 0xd3, 0x2b, 0x0f, 0x37, 0xba, 0x48, 0x0e, 0x96, 0xd4, 0x7d, 0xbc, 0xbf, 0x17, 0xf0, 0xb7, 0x73, 0x14, 0x01, 0xb6, 0x99, 0x04, 0xd8, 0x6a, 0x12, 0x20, 0xca, 0x24, 0xc0, 0x16, 0x93, 0x00, 0x9b, 0x4d, 0x02, 0x24, 0x3d, 0xf1, 0x84, 0xcb, 0x02, 0xf0, 0x39, 0x6e, 0xc1, 0x24, 0x70, 0x5a, 0x0d, 0x82, 0x88, 0x10, 0xcb, 0x50, 0xc4, 0x5a, 0xcc, 0xdd, 0x72, 0xe2, 0x27, 0x9f, 0xf8, 0x81, 0x77, 0x04, 0x1d, 0x39, 0x73, 0xe6, 0x4c, 0x7e, 0x70, 0x1b, 0x59, 0x8f, 0x3e, 0xea, 0x5d, 0x8b, 0x31, 0x38, 0xe7, 0xb9, 0x2c, 0xf3, 0x09, 0x1d, 0x4d, 0x9a, 0x50, 0x1e, 0x66, 0x68, 0xd2, 0x37, 0xdf, 0xf8, 0xfe, 0x3e, 0xe2, 0x44, 0x06, 0xbf, 0xaa, 0x80, 0xa6, 0x2f, 0x6b, 0xd8, 0x30, 0x22, 0xde, 0x4d, 0xa0, 0xa9, 0xf4, 0xa0, 0xc7, 0x29, 0x0c, 0xf8, 0x52, 0x00, 0x2e, 0xff, 0x49, 0x8f, 0x3f, 0xee, 0x92, 0x00, 0xe8, 0xca, 0x0d, 0x01, 0x22, 0x91, 0xc0, 0x4e, 0x04, 0x1b, 0x19, 0x62, 0x3b, 0x76, 0x34, 0xb6, 0x4b, 0xdc, 0x35, 0x27, 0x7e, 0xf6, 0x99, 0x23, 0xf0, 0x66, 0x80, 0x6a, 0x62, 0x62, 0x62, 0x28, 0x06, 0xd7, 0xc9, 0xc2, 0xe0, 0xe8, 0x6b, 0x32, 0x3f, 0xbf, 0x8f, 0xe4, 0x61, 0x76, 0x26, 0x2f, 0x59, 0xa2, 0xff, 0x7f, 0xa0, 0xeb, 0x07, 0x93, 0x41, 0x3f, 0x3e, 0x34, 0x7d, 0xba, 0x64, 0xdc, 0xd3, 0x20, 0x1e, 0x2c, 0x2f, 0xfb, 0xb8, 0xd1, 0x53, 0xe1, 0x2b, 0x02, 0x6c, 0x33, 0x09, 0xb0, 0xd5, 0x24, 0x40, 0x94, 0x49, 0x80, 0x2d, 0x8a, 0x00, 0x9b, 0x25, 0x7c, 0x21, 0xc0, 0x26, 0x29, 0x00, 0xca, 0xbf, 0xbb, 0x02, 0x8c, 0x1e, 0xed, 0xfb, 0xa6, 0x07, 0x27, 0x12, 0x84, 0x23, 0x82, 0x49, 0x86, 0x58, 0x3c, 0x30, 0xb9, 0x6d, 0xe2, 0x59, 0x9a, 0x34, 0x7f, 0xbe, 0x25, 0x78, 0x5b, 0xd8, 0x76, 0x61, 0x09, 0x30, 0x48, 0x84, 0x35, 0x39, 0x0f, 0x33, 0x34, 0x79, 0xe9, 0xd2, 0x80, 0xbf, 0xef, 0x44, 0x06, 0xfd, 0x98, 0xd0, 0xf4, 0xe9, 0x72, 0x71, 0x4f, 0x81, 0x2a, 0xe6, 0x81, 0xc4, 0xfb, 0xe4, 0x7a, 0x5f, 0x08, 0xf0, 0x75, 0x01, 0x06, 0x0c, 0xa0, 0x64, 0x94, 0xff, 0x44, 0x1c, 0xc7, 0x5c, 0x54, 0x3a, 0xf7, 0x04, 0xe0, 0x73, 0xdc, 0x83, 0x48, 0x10, 0x52, 0x35, 0x70, 0x22, 0x03, 0xa2, 0x4b, 0x20, 0xca, 0x34, 0x37, 0x53, 0xc9, 0x0b, 0x16, 0xd8, 0x82, 0xb7, 0x03, 0x18, 0x1b, 0x1b, 0xeb, 0x1f, 0x5c, 0x3f, 0xe5, 0xab, 0xaf, 0x28, 0x71, 0xf5, 0x6a, 0xeb, 0xff, 0x47, 0x9c, 0x08, 0x61, 0x1c, 0x0b, 0xfa, 0x94, 0x2c, 0x0c, 0x3c, 0x01, 0x02, 0xc7, 0x03, 0x48, 0x21, 0xc3, 0x57, 0x04, 0x88, 0x32, 0x09, 0xb0, 0x45, 0x11, 0x60, 0xb3, 0x49, 0x80, 0x4d, 0x66, 0x01, 0x00, 0x3f, 0x62, 0x01, 0x3e, 0xc4, 0xec, 0xe0, 0x4f, 0xcb, 0xf6, 0x11, 0xc0, 0x2c, 0x81, 0x1b, 0xd5, 0xc0, 0x81, 0x0c, 0x31, 0x18, 0x0c, 0xbd, 0x5c, 0x73, 0x37, 0x0d, 0x31, 0xcf, 0x42, 0x82, 0x40, 0xe0, 0xed, 0x80, 0x72, 0xe2, 0xe2, 0xe2, 0x02, 0x26, 0xd0, 0x75, 0xed, 0x44, 0x88, 0xe1, 0xde, 0xe2, 0xe9, 0xa7, 0x89, 0x00, 0x86, 0x00, 0x2a, 0x07, 0xd9, 0x87, 0xad, 0xa6, 0x1f, 0x7c, 0x21, 0xc0, 0x36, 0x93, 0x00, 0x6e, 0xc1, 0xe7, 0xf0, 0x87, 0x56, 0xeb, 0x02, 0xa0, 0xe1, 0x2d, 0x18, 0x01, 0x1c, 0x4a, 0x60, 0x2b, 0x82, 0x53, 0x19, 0x4c, 0xd1, 0x25, 0x10, 0x1d, 0x35, 0xa1, 0xa9, 0x3a, 0xbb, 0x70, 0x61, 0x50, 0xe8, 0xc1, 0x60, 0x3b, 0x4d, 0x20, 0x11, 0x62, 0xb1, 0xee, 0x9f, 0x7b, 0xee, 0x39, 0x22, 0x00, 0xe4, 0xe4, 0x00, 0xac, 0x5b, 0xf0, 0xb7, 0x58, 0xc1, 0x57, 0x04, 0xd8, 0x64, 0x12, 0x60, 0x63, 0x81, 0x09, 0x30, 0x6a, 0x94, 0xf7, 0x0d, 0x8e, 0x81, 0x24, 0x08, 0x47, 0x84, 0x10, 0x65, 0x88, 0xe1, 0x41, 0xe6, 0xa7, 0x6a, 0xf9, 0x99, 0xc3, 0x76, 0xed, 0xe8, 0xec, 0xa2, 0x45, 0x8e, 0xa0, 0xc7, 0xc7, 0xc7, 0x87, 0x1c, 0x27, 0x32, 0xc4, 0x61, 0xdd, 0x3f, 0xf7, 0x8f, 0x7f, 0x10, 0x01, 0x2e, 0x01, 0x7a, 0x0e, 0x3f, 0xc1, 0x14, 0x29, 0x7c, 0x21, 0xc0, 0x16, 0x93, 0x00, 0x4e, 0xe0, 0x6f, 0x44, 0xcf, 0x61, 0x08, 0x80, 0x46, 0xd4, 0x7d, 0x01, 0xcc, 0x12, 0x84, 0x50, 0x0d, 0x1c, 0xc9, 0xe0, 0x40, 0x88, 0x18, 0x1e, 0x6c, 0x7e, 0xc2, 0x88, 0x1b, 0x2d, 0x3c, 0xe0, 0x94, 0xc5, 0x8b, 0x2d, 0xc1, 0x07, 0x82, 0x9b, 0x90, 0x90, 0x60, 0x99, 0x90, 0x84, 0x60, 0xf8, 0x2f, 0xbe, 0x48, 0x84, 0x31, 0xe0, 0xe4, 0x20, 0xfb, 0x30, 0x3e, 0x21, 0xc3, 0x17, 0x02, 0xb8, 0x01, 0xdf, 0x10, 0x00, 0xb3, 0x3f, 0x71, 0xf8, 0xf0, 0x02, 0x12, 0xc0, 0x4a, 0x82, 0x30, 0x44, 0x70, 0x24, 0x83, 0x4d, 0x62, 0x30, 0xcb, 0x64, 0xb3, 0xc5, 0x6b, 0x6e, 0x2a, 0x9a, 0x39, 0x3b, 0xe8, 0x76, 0xb0, 0x9d, 0xc6, 0x52, 0x06, 0xc0, 0xcf, 0x1e, 0x31, 0x82, 0x08, 0xc7, 0xc2, 0xc9, 0xe1, 0xc7, 0x52, 0xd0, 0xf0, 0x85, 0x00, 0x9b, 0x4c, 0x02, 0x6c, 0x34, 0x0b, 0x70, 0xef, 0xbd, 0x94, 0x8c, 0xd9, 0xef, 0x9e, 0x00, 0xd8, 0x09, 0xf8, 0x09, 0xe0, 0xb4, 0x1a, 0x84, 0x20, 0x43, 0xa8, 0x42, 0xc4, 0xe0, 0xfe, 0x19, 0xbe, 0x1e, 0x0c, 0x6e, 0xea, 0xd7, 0x5f, 0x07, 0x84, 0x9e, 0x98, 0x98, 0x18, 0x52, 0x6c, 0x65, 0x40, 0xd3, 0x97, 0xfd, 0xf2, 0xcb, 0x44, 0x68, 0x4e, 0x39, 0x39, 0xdc, 0xa8, 0xe2, 0xb1, 0x87, 0x03, 0x3f, 0x2a, 0x10, 0x7c, 0x24, 0x54, 0xf8, 0x1b, 0x58, 0x80, 0xfe, 0xfd, 0xbd, 0x02, 0x0c, 0x1b, 0x16, 0xa1, 0x00, 0x2d, 0x5a, 0xe4, 0x0b, 0x80, 0x07, 0xac, 0x7f, 0xb6, 0x8d, 0x13, 0x09, 0x5c, 0x10, 0xc1, 0x69, 0x62, 0xb8, 0xfc, 0xf2, 0xc9, 0x15, 0xbc, 0x2c, 0xe0, 0x58, 0xd2, 0x96, 0x2c, 0x71, 0x0c, 0x3c, 0x29, 0x29, 0xc9, 0x88, 0x63, 0x19, 0xd0, 0xf4, 0x65, 0xa3, 0x21, 0xa6, 0xdb, 0x6e, 0xd3, 0x93, 0xc3, 0xaf, 0x61, 0x5c, 0x68, 0xf8, 0xc8, 0x06, 0x01, 0x5f, 0x0a, 0x90, 0x84, 0xd9, 0xef, 0x8e, 0x00, 0xb3, 0x66, 0xf9, 0x0a, 0x60, 0x27, 0x81, 0x9d, 0x08, 0x85, 0x20, 0x43, 0x0c, 0x6e, 0x4b, 0xae, 0xc3, 0x84, 0x7f, 0xa7, 0x2d, 0x5d, 0x6a, 0x0b, 0x3a, 0xd4, 0xf8, 0x88, 0x80, 0x3e, 0x23, 0x9b, 0xcf, 0xf3, 0xef, 0xde, 0x9d, 0xa8, 0x47, 0x0f, 0xca, 0xb9, 0xfd, 0xf6, 0xb0, 0xcb, 0xbe, 0x0f, 0x7c, 0xc4, 0x07, 0x3c, 0x03, 0x46, 0x8f, 0xb3, 0x01, 0xbb, 0x9d, 0xf5, 0xd8, 0xfa, 0xae, 0x03, 0xc4, 0xb5, 0x0d, 0x1a, 0xd0, 0x1f, 0x57, 0x5e, 0x49, 0x6b, 0xea, 0xd6, 0xa5, 0x35, 0xb5, 0x6b, 0xd3, 0xaa, 0x5a, 0xb5, 0x8c, 0xac, 0x94, 0xa9, 0x59, 0x93, 0x56, 0xe1, 0xff, 0x0e, 0x63, 0x1c, 0xe2, 0xfb, 0xf5, 0xa3, 0xf8, 0xbe, 0x7d, 0x69, 0x16, 0x7e, 0xe6, 0xbe, 0x00, 0x6e, 0x8b, 0xe0, 0x82, 0x14, 0xb1, 0x88, 0x5c, 0x8f, 0x89, 0xdf, 0xbe, 0xf6, 0xd3, 0x4f, 0x96, 0x40, 0x93, 0x93, 0x93, 0x1d, 0xc5, 0xef, 0xba, 0x10, 0x20, 0xfb, 0xd5, 0x57, 0x89, 0xee, 0xbc, 0x53, 0x8f, 0x87, 0x3f, 0xff, 0xc0, 0x6a, 0xe6, 0xab, 0x4f, 0xf2, 0x04, 0x80, 0xbf, 0x85, 0x4b, 0x36, 0x96, 0xd8, 0x0d, 0x0d, 0x1b, 0xd2, 0xda, 0x3a, 0x75, 0x68, 0x4d, 0xb5, 0x6a, 0xb4, 0xaa, 0x7c, 0x79, 0x5a, 0x59, 0xaa, 0x14, 0xfd, 0x8e, 0xb1, 0x57, 0xf3, 0x9b, 0x29, 0xcb, 0x95, 0x2c, 0x33, 0xe5, 0x57, 0xe4, 0x40, 0xeb, 0xd6, 0xfa, 0x78, 0xc4, 0x62, 0x3c, 0x95, 0x2f, 0xb0, 0x8c, 0x5c, 0x00, 0xfe, 0x40, 0x23, 0xc7, 0x12, 0x04, 0x93, 0xc1, 0xa9, 0x10, 0x21, 0x24, 0x9d, 0xd7, 0x64, 0xc0, 0x27, 0x94, 0x65, 0xcf, 0xc8, 0x91, 0x21, 0x01, 0x0f, 0x26, 0xc3, 0xd9, 0x43, 0x87, 0x88, 0x7a, 0xf5, 0x22, 0xea, 0xdd, 0x5b, 0xcf, 0x51, 0x88, 0xe6, 0x04, 0xbe, 0x0e, 0x9c, 0xcb, 0x36, 0xc6, 0x72, 0x7d, 0xbd, 0x7a, 0xf4, 0x47, 0xd5, 0xaa, 0xb4, 0xaa, 0x4c, 0x19, 0x5a, 0x89, 0xf1, 0xe5, 0xac, 0x30, 0x25, 0x52, 0xf8, 0x3e, 0x02, 0x60, 0x8c, 0x23, 0x12, 0xe0, 0x83, 0xe6, 0xcd, 0xfd, 0x04, 0x90, 0x71, 0x55, 0x04, 0x17, 0x84, 0x88, 0xc7, 0xf6, 0x90, 0x50, 0x92, 0xf5, 0xf4, 0xec, 0x49, 0x69, 0x2b, 0x56, 0xf8, 0x40, 0x3c, 0x7b, 0xf6, 0x6c, 0xc8, 0x31, 0x8b, 0x90, 0x3d, 0x79, 0x32, 0x51, 0x9f, 0x3e, 0x7a, 0x72, 0xf8, 0x33, 0x8e, 0x71, 0xbf, 0x56, 0xf0, 0xf9, 0xd5, 0xbb, 0xcd, 0x98, 0xdd, 0xeb, 0x51, 0x8e, 0xd7, 0x60, 0x56, 0xaf, 0xc2, 0x58, 0xae, 0x12, 0xc0, 0xd5, 0x84, 0x02, 0x7f, 0xb9, 0x43, 0xf8, 0x86, 0x00, 0x38, 0xb6, 0x02, 0x15, 0xc0, 0x52, 0x02, 0xa7, 0x32, 0x38, 0x15, 0xc2, 0x61, 0xe2, 0x78, 0xe6, 0x63, 0x4d, 0x26, 0x94, 0x65, 0x9e, 0x9d, 0xe9, 0xcb, 0x96, 0x05, 0x84, 0x9e, 0x92, 0x92, 0x12, 0x30, 0xb6, 0x32, 0xf0, 0x32, 0x30, 0x6d, 0x1a, 0x11, 0xbf, 0xf7, 0x00, 0xc9, 0xe1, 0x6f, 0x33, 0x63, 0x09, 0x18, 0x3c, 0xcf, 0xf2, 0xc6, 0x8d, 0x69, 0x1d, 0x66, 0xf8, 0xea, 0x12, 0x25, 0x0c, 0xe8, 0x85, 0x0d, 0xbf, 0x60, 0x04, 0xc0, 0x4e, 0x20, 0x09, 0x25, 0xd5, 0x2c, 0x80, 0x2b, 0x22, 0x44, 0x28, 0x44, 0x1c, 0x97, 0x7c, 0xcc, 0x78, 0x3d, 0x98, 0x99, 0x0c, 0x3f, 0x54, 0xe0, 0xa1, 0x08, 0xa1, 0x4b, 0x30, 0x63, 0x06, 0x11, 0x9f, 0x71, 0x3c, 0x60, 0x00, 0xe5, 0x40, 0x84, 0xed, 0x68, 0xce, 0x18, 0xfa, 0x6a, 0x8c, 0xd9, 0x6a, 0x13, 0xf8, 0xc2, 0x86, 0xff, 0x8b, 0x14, 0x00, 0x63, 0x13, 0x8b, 0x71, 0x75, 0x57, 0x00, 0x98, 0xae, 0xc7, 0x46, 0x04, 0xd7, 0x64, 0x70, 0x98, 0x38, 0xac, 0xf5, 0xfa, 0x9a, 0x8c, 0x72, 0x4c, 0x98, 0x8d, 0xe9, 0xcb, 0x97, 0x07, 0x04, 0x9f, 0x9a, 0x9a, 0x1a, 0x52, 0x6c, 0x45, 0x40, 0x4f, 0x90, 0xfd, 0xf6, 0xdb, 0x44, 0x7c, 0x86, 0x2f, 0xe2, 0x81, 0x04, 0x51, 0x68, 0xe2, 0x8a, 0x02, 0x7c, 0x5d, 0x80, 0x56, 0xad, 0x5c, 0x14, 0x00, 0x0f, 0xd4, 0x4f, 0x80, 0x48, 0x44, 0x70, 0x49, 0x88, 0x38, 0x5e, 0xeb, 0xc5, 0x7a, 0x4c, 0xf7, 0xde, 0x4b, 0x19, 0xbf, 0xff, 0x6e, 0x09, 0xde, 0x0a, 0x6c, 0x5a, 0x5a, 0x9a, 0x6d, 0x1c, 0x8b, 0xc0, 0x12, 0x60, 0x5c, 0x88, 0x4f, 0xf6, 0x44, 0x3c, 0xa8, 0x08, 0x5b, 0xb8, 0x93, 0x0f, 0x13, 0xfe, 0x6f, 0x2e, 0xc1, 0xd7, 0x05, 0xc0, 0xf6, 0x51, 0x17, 0x00, 0xe3, 0x1c, 0xb9, 0x00, 0xfc, 0xce, 0x60, 0x16, 0x60, 0xc4, 0x08, 0x7f, 0x01, 0x1c, 0x88, 0xe0, 0x48, 0x86, 0x10, 0x85, 0xd0, 0xe1, 0x8b, 0x75, 0x98, 0xcb, 0x70, 0x06, 0x1a, 0xbe, 0x60, 0xe0, 0x03, 0x41, 0x77, 0x2a, 0x84, 0x95, 0x04, 0x9e, 0xf7, 0xde, 0x23, 0x7a, 0xf8, 0x61, 0xa2, 0x47, 0x1e, 0x21, 0xcf, 0xa0, 0x41, 0xb4, 0xa5, 0x7a, 0xf5, 0x0b, 0x0a, 0xff, 0x67, 0x64, 0x3f, 0x0b, 0x80, 0x71, 0x8a, 0x5c, 0x80, 0x66, 0xcd, 0xbc, 0x02, 0x60, 0x19, 0xd0, 0x05, 0xc0, 0x96, 0x46, 0x4f, 0x98, 0x22, 0x84, 0x24, 0x84, 0x4d, 0xe2, 0xf8, 0x49, 0x18, 0xcc, 0x78, 0x7d, 0x0d, 0x46, 0xf9, 0x0d, 0x06, 0xdf, 0x0c, 0x34, 0x3d, 0x3d, 0xdd, 0x51, 0x9c, 0x88, 0x60, 0x48, 0x30, 0x6f, 0x1e, 0x11, 0x9f, 0xff, 0x37, 0x7c, 0x38, 0x79, 0x1e, 0x78, 0x80, 0x36, 0xd7, 0xa8, 0x71, 0xc1, 0xe0, 0xab, 0x02, 0x9c, 0xc1, 0x58, 0x47, 0x2e, 0x00, 0xbf, 0x3d, 0x1c, 0x02, 0x24, 0xaa, 0x02, 0xa8, 0x89, 0x50, 0x86, 0x50, 0x84, 0x88, 0xe3, 0x4e, 0x7f, 0xe0, 0x40, 0x6f, 0x30, 0xd0, 0x19, 0x2b, 0x57, 0xfa, 0xc0, 0xb7, 0x03, 0x6f, 0x05, 0x38, 0x23, 0x23, 0xc3, 0x32, 0xc1, 0x64, 0xb0, 0x95, 0xe0, 0x83, 0x0f, 0x88, 0xf8, 0x54, 0x30, 0xc4, 0x83, 0x8a, 0x20, 0x25, 0x28, 0x6c, 0xf8, 0x86, 0x00, 0xfc, 0xc5, 0x54, 0xae, 0x09, 0x80, 0x2a, 0x90, 0xf8, 0xd2, 0x4b, 0xd6, 0x02, 0x04, 0x13, 0x21, 0x44, 0x19, 0xec, 0x12, 0xc7, 0x5b, 0x3c, 0x6e, 0xba, 0xee, 0xbf, 0x9f, 0x68, 0xc8, 0x10, 0xca, 0x58, 0xb5, 0x2a, 0x28, 0x7c, 0xa7, 0xd0, 0x9d, 0xc8, 0xe0, 0x44, 0x82, 0xec, 0x0f, 0x3f, 0x24, 0x7a, 0xea, 0x29, 0xa2, 0xa7, 0x9f, 0x26, 0xcf, 0xd0, 0xa1, 0xb4, 0xa9, 0x66, 0xcd, 0xb0, 0x9e, 0xe0, 0x89, 0x04, 0xbe, 0x2e, 0xc0, 0xd5, 0x57, 0xeb, 0xaf, 0x96, 0x9e, 0xc1, 0xd8, 0x47, 0x2e, 0xc0, 0xf4, 0xe9, 0xfa, 0x32, 0xa0, 0x0b, 0xd0, 0xb5, 0xab, 0x37, 0x81, 0x44, 0x08, 0x26, 0x43, 0x18, 0x42, 0xc4, 0xf1, 0xd3, 0xaf, 0xa2, 0xd9, 0x22, 0x0c, 0x6c, 0xc6, 0xea, 0xd5, 0x96, 0xf0, 0xed, 0x66, 0xbd, 0x0a, 0x35, 0x33, 0x33, 0x33, 0x3f, 0xb8, 0x8e, 0x07, 0xdb, 0xc6, 0x73, 0x3b, 0x77, 0xfa, 0xfc, 0xdc, 0x89, 0x08, 0x01, 0x25, 0x78, 0xf6, 0x59, 0xa2, 0xe7, 0x9e, 0x23, 0xcf, 0xa3, 0x8f, 0xea, 0x12, 0xb8, 0x09, 0xff, 0x97, 0x20, 0xf0, 0x7f, 0x42, 0xf6, 0xb1, 0x00, 0xfc, 0x35, 0x34, 0x91, 0x0a, 0xf0, 0x7e, 0xd3, 0xa6, 0x94, 0xc9, 0x02, 0xa0, 0x0a, 0x24, 0xbe, 0xf8, 0x62, 0xbe, 0x00, 0x4e, 0x45, 0x70, 0x22, 0x43, 0x10, 0x29, 0xe2, 0xf8, 0xe9, 0x57, 0x7e, 0x6f, 0x1f, 0x37, 0x5a, 0x58, 0x63, 0xd3, 0x05, 0x7c, 0x29, 0x40, 0xa0, 0x99, 0x6f, 0x0b, 0x5e, 0xc0, 0x3f, 0x3f, 0x7b, 0x36, 0x11, 0x9f, 0xc4, 0xc9, 0x33, 0xf6, 0x8f, 0x3f, 0xfc, 0x7f, 0xc7, 0x24, 0x83, 0x63, 0x09, 0x3e, 0xfe, 0x98, 0xe8, 0x85, 0x17, 0xf4, 0x78, 0x9e, 0x7c, 0x92, 0x36, 0xd6, 0xaa, 0x55, 0x68, 0xf0, 0x75, 0x01, 0x5a, 0xb4, 0xf0, 0x0a, 0x80, 0xf1, 0x77, 0x47, 0x00, 0x24, 0x11, 0x0f, 0x66, 0x4f, 0x97, 0x2e, 0xfe, 0x12, 0x84, 0x22, 0x43, 0x28, 0x42, 0x20, 0x71, 0xbc, 0xc7, 0xe7, 0x77, 0xd6, 0x70, 0xb0, 0xb6, 0xa6, 0xaf, 0x59, 0xe3, 0xb7, 0xd5, 0x0b, 0x06, 0x5f, 0x85, 0x99, 0x95, 0x95, 0xe5, 0x0d, 0x7e, 0xef, 0x3c, 0x77, 0xef, 0x7c, 0x12, 0x27, 0xe7, 0x99, 0x67, 0xbc, 0x33, 0x76, 0xed, 0x5a, 0xe3, 0x77, 0x22, 0x96, 0xe0, 0xd3, 0x4f, 0x89, 0xf8, 0x84, 0x11, 0xc4, 0x83, 0xfb, 0x60, 0x09, 0x0a, 0x03, 0xbe, 0x21, 0x00, 0xc6, 0xcf, 0x1d, 0x01, 0xa6, 0x4d, 0xf3, 0x15, 0x40, 0x26, 0x52, 0x11, 0x82, 0x48, 0x11, 0xc7, 0x4f, 0xee, 0xf0, 0x7b, 0xf9, 0xf8, 0x0d, 0x16, 0x98, 0x45, 0xe9, 0x98, 0xa1, 0xf2, 0xe9, 0xdd, 0x88, 0xe0, 0xe3, 0xff, 0xcf, 0x73, 0xd7, 0x2e, 0xca, 0x74, 0x0e, 0x37, 0x6e, 0x7c, 0x42, 0xe7, 0xf3, 0xcf, 0x7b, 0x67, 0xec, 0xfa, 0xf5, 0xf9, 0xbf, 0x6b, 0x23, 0x42, 0x20, 0x09, 0x7c, 0x9e, 0x31, 0xfc, 0xfc, 0x73, 0xa2, 0x51, 0xa3, 0x88, 0x46, 0x8f, 0x26, 0x0f, 0xee, 0x63, 0xc3, 0xe5, 0x97, 0x17, 0x38, 0x7c, 0x43, 0x00, 0x8c, 0xab, 0x3b, 0x02, 0x4c, 0x9d, 0x6a, 0x2d, 0x80, 0x13, 0x19, 0xc2, 0x14, 0x42, 0x87, 0x2f, 0x3a, 0x6a, 0x9e, 0x9d, 0x2a, 0x7c, 0xb3, 0x00, 0xc1, 0xe0, 0xab, 0x30, 0xcf, 0xe1, 0xe7, 0xe7, 0xb9, 0x5b, 0xe7, 0x93, 0x38, 0x11, 0xcf, 0x63, 0x8f, 0x51, 0x14, 0xba, 0xf5, 0x83, 0xfc, 0x0e, 0x1e, 0x3e, 0xb7, 0x8f, 0x33, 0x72, 0x24, 0xe5, 0x40, 0x82, 0x73, 0xe7, 0xce, 0x05, 0x95, 0x20, 0x60, 0x15, 0x90, 0x12, 0x2c, 0x5c, 0x48, 0xc4, 0x1f, 0x13, 0x87, 0x78, 0x30, 0x86, 0x1b, 0xaf, 0xb8, 0x22, 0x20, 0xfc, 0x5f, 0x23, 0x84, 0xff, 0x3f, 0x55, 0x00, 0x8c, 0x7f, 0xe4, 0x02, 0x4c, 0x99, 0x42, 0x59, 0xa8, 0x02, 0x89, 0x18, 0x30, 0x5b, 0x01, 0x9c, 0x88, 0xe0, 0x50, 0x88, 0xb8, 0xbb, 0xef, 0xd6, 0x67, 0xbc, 0xde, 0x4d, 0x63, 0xd6, 0xa4, 0x09, 0xf8, 0x81, 0x66, 0x7f, 0x30, 0xf8, 0x0c, 0x53, 0x87, 0xff, 0xd1, 0x47, 0x5e, 0xc8, 0x68, 0x68, 0x3d, 0x58, 0xfb, 0x19, 0xfe, 0x1f, 0x78, 0x9c, 0x6b, 0x90, 0x83, 0x7c, 0x82, 0x29, 0xe0, 0xeb, 0xc1, 0x8c, 0xcd, 0xd9, 0xb0, 0xc1, 0x52, 0x82, 0x90, 0xaa, 0x80, 0x7c, 0x01, 0x69, 0xf1, 0x62, 0x22, 0xfe, 0x84, 0x30, 0x84, 0x5f, 0xa6, 0xde, 0x50, 0xbb, 0x76, 0x81, 0xc1, 0x77, 0x57, 0x80, 0x26, 0x4d, 0x7c, 0x04, 0xd8, 0x7d, 0xed, 0xb5, 0x46, 0x82, 0xca, 0xe0, 0x54, 0x08, 0x45, 0x8c, 0x38, 0xfe, 0x70, 0x27, 0x5e, 0x8f, 0x39, 0xb8, 0x3f, 0x86, 0x2f, 0x5f, 0xd3, 0x77, 0x3a, 0xfb, 0x6d, 0xe1, 0xf3, 0x9a, 0x2c, 0x00, 0xf3, 0x9a, 0x1c, 0x85, 0xee, 0x5c, 0xc2, 0x97, 0x39, 0xc8, 0x6f, 0x48, 0xe5, 0xd3, 0xbd, 0xf8, 0x23, 0x5e, 0x31, 0x63, 0x73, 0x36, 0x6d, 0x72, 0x2c, 0x81, 0x55, 0x15, 0x30, 0xce, 0x27, 0x60, 0x09, 0xbe, 0xfa, 0x8a, 0xe8, 0xcd, 0x37, 0x89, 0xc6, 0x8d, 0x23, 0x0f, 0x96, 0x05, 0x96, 0xa0, 0x20, 0xe0, 0x73, 0xf6, 0x36, 0x6f, 0xee, 0x15, 0x00, 0x0c, 0x22, 0x17, 0x60, 0xf2, 0x64, 0xca, 0xc2, 0x32, 0x90, 0x88, 0x35, 0x52, 0x15, 0x20, 0x24, 0x11, 0x1c, 0x08, 0x11, 0xc7, 0xcf, 0xe9, 0xf3, 0x3a, 0xcc, 0xc1, 0x2c, 0x4d, 0x43, 0x43, 0xa6, 0x9e, 0xd0, 0x61, 0xd5, 0xf9, 0x3b, 0x9a, 0xfd, 0x0c, 0xff, 0xb3, 0xcf, 0xf2, 0xd7, 0x62, 0xac, 0xfd, 0x56, 0xf0, 0xd7, 0x88, 0x57, 0xf2, 0x0e, 0xf0, 0x1b, 0x52, 0xf9, 0xcc, 0x1f, 0xce, 0xeb, 0xaf, 0x53, 0xce, 0xe6, 0xcd, 0xb6, 0x12, 0x58, 0x55, 0x01, 0xbf, 0x65, 0x40, 0x9e, 0x5d, 0xc4, 0x12, 0x7c, 0xf3, 0x0d, 0xd1, 0x5b, 0x6f, 0xe9, 0xe1, 0x53, 0xcb, 0xd6, 0xd7, 0xa9, 0xe3, 0x3a, 0xfc, 0x1f, 0xa5, 0x00, 0x18, 0x53, 0x77, 0x05, 0x40, 0x39, 0xde, 0xdd, 0xb9, 0xb3, 0x37, 0x16, 0x22, 0x84, 0x2c, 0x83, 0x22, 0x45, 0x1c, 0x7f, 0xc0, 0xa3, 0xd8, 0x36, 0xf1, 0x0c, 0x4d, 0x5b, 0xb7, 0xce, 0xef, 0x14, 0xae, 0xb0, 0x66, 0x3f, 0xc3, 0x9f, 0x3f, 0x9f, 0x88, 0xcf, 0xe3, 0x43, 0x3c, 0xa8, 0x2a, 0x51, 0xe8, 0xc6, 0xed, 0xe0, 0xcb, 0x1c, 0xe0, 0xf7, 0x22, 0x02, 0xbe, 0x1e, 0xcc, 0xd8, 0x9c, 0x2d, 0x5b, 0x0c, 0x09, 0x9c, 0x56, 0x01, 0xf3, 0x49, 0x25, 0xfa, 0xf9, 0x85, 0x09, 0x09, 0x94, 0xbd, 0x64, 0x09, 0x11, 0x9f, 0x58, 0x82, 0x64, 0x63, 0x49, 0x58, 0x57, 0xb7, 0xae, 0xab, 0xf0, 0x55, 0x01, 0x4e, 0x83, 0x49, 0xe4, 0x02, 0x4c, 0x9a, 0xe4, 0x2f, 0x40, 0x10, 0x11, 0x42, 0x11, 0x42, 0x87, 0x2f, 0xb6, 0x4b, 0x3c, 0x4b, 0x53, 0x01, 0x5f, 0x3d, 0x91, 0xd3, 0x49, 0xf9, 0xb7, 0x9a, 0xfd, 0x06, 0x7c, 0xfe, 0x4c, 0x3e, 0x24, 0x1b, 0xf0, 0xb7, 0x28, 0x6b, 0xbe, 0x1d, 0x7c, 0xf9, 0x92, 0xee, 0x41, 0x3e, 0xd3, 0x98, 0x4b, 0xf6, 0xf8, 0xf1, 0x44, 0x13, 0x26, 0x90, 0x67, 0xeb, 0xd6, 0xa0, 0x55, 0x20, 0xe0, 0x32, 0x20, 0x4f, 0x30, 0x8d, 0x8f, 0xa7, 0x73, 0xdf, 0x7e, 0x4b, 0xc4, 0x27, 0x96, 0xa0, 0xb9, 0xce, 0xc6, 0x7d, 0xac, 0x45, 0x63, 0xe8, 0x16, 0x7c, 0x29, 0xc0, 0x69, 0x8c, 0x6d, 0xe4, 0x02, 0x34, 0x6e, 0xac, 0x0b, 0xc0, 0x55, 0x40, 0x17, 0xa0, 0x53, 0x27, 0x7f, 0x09, 0x1c, 0xca, 0x60, 0x27, 0xc4, 0x79, 0x6e, 0xca, 0xb8, 0x3c, 0x23, 0x19, 0x3f, 0xfc, 0x60, 0x9c, 0xce, 0x6d, 0x27, 0x80, 0xd5, 0xd6, 0x4f, 0x15, 0xc0, 0xd8, 0xea, 0x2d, 0x58, 0x60, 0xcc, 0xe2, 0x6c, 0x34, 0x7d, 0xa1, 0xc0, 0x97, 0x39, 0xc8, 0xa7, 0x9a, 0x73, 0xc9, 0x9e, 0x38, 0x91, 0x08, 0xe3, 0xe0, 0xd9, 0xb6, 0xcd, 0xb6, 0x0a, 0xd8, 0x2d, 0x03, 0xe6, 0x93, 0x4c, 0xf5, 0x53, 0xcc, 0xe3, 0xe2, 0x28, 0xf7, 0x93, 0x4f, 0x88, 0xf8, 0x9c, 0x02, 0xe4, 0x38, 0x26, 0x41, 0x28, 0xf0, 0xff, 0x17, 0x00, 0x3e, 0x67, 0x4f, 0xb3, 0x66, 0x5e, 0x01, 0xc0, 0x25, 0x62, 0x01, 0x32, 0x58, 0x00, 0x24, 0x03, 0x33, 0xe1, 0x70, 0xf7, 0xee, 0x5e, 0x09, 0x02, 0x89, 0x10, 0x82, 0x10, 0x9c, 0x24, 0xfe, 0xe4, 0x2c, 0x6e, 0xba, 0x50, 0xa2, 0xf3, 0x30, 0x1b, 0x52, 0x76, 0xed, 0x72, 0x2c, 0x80, 0x65, 0xf9, 0x67, 0xf8, 0x8b, 0x16, 0xe9, 0xa5, 0x9b, 0xc3, 0xef, 0xde, 0xd9, 0x12, 0x60, 0xcd, 0x0f, 0x76, 0x16, 0xcf, 0x41, 0x7e, 0xf3, 0x09, 0x97, 0x6c, 0x34, 0xc3, 0x3c, 0x6b, 0x3d, 0xdb, 0xb7, 0x1b, 0x12, 0x38, 0x11, 0xc0, 0xa7, 0x0f, 0x10, 0x02, 0x64, 0xfe, 0xf2, 0x0b, 0x11, 0x9f, 0x4b, 0xf0, 0xee, 0xbb, 0x74, 0x7e, 0xc6, 0x0c, 0xda, 0x88, 0x71, 0x76, 0x0b, 0xfe, 0x0f, 0x52, 0x00, 0x8c, 0x6d, 0xc4, 0x02, 0xf0, 0x07, 0x0d, 0x1f, 0x1d, 0x3e, 0xdc, 0x5b, 0x05, 0xac, 0x24, 0x70, 0x2a, 0x43, 0x10, 0x21, 0x92, 0x1e, 0x7a, 0xc8, 0x28, 0xd5, 0x79, 0x98, 0x71, 0x2c, 0x41, 0xa8, 0x0d, 0xa0, 0x2e, 0x00, 0x3f, 0xc3, 0xf7, 0xe5, 0x97, 0x7a, 0xc9, 0xe6, 0x99, 0xeb, 0x81, 0x58, 0x51, 0x97, 0x5f, 0x1e, 0x36, 0x7c, 0x19, 0xfe, 0x74, 0x0f, 0xbd, 0x64, 0xf3, 0xa9, 0x60, 0x33, 0x67, 0xea, 0x12, 0x38, 0x79, 0x4e, 0xc0, 0x4a, 0x80, 0xcc, 0xdf, 0x7e, 0x23, 0x9a, 0x33, 0x47, 0xcf, 0x79, 0xcc, 0x7e, 0x3e, 0x79, 0xd4, 0x4d, 0xf8, 0xba, 0x00, 0xd8, 0xbe, 0x33, 0xfc, 0xb0, 0x05, 0x98, 0xa8, 0x69, 0x2f, 0xea, 0x57, 0x2a, 0x51, 0x82, 0xe6, 0x35, 0x6a, 0x44, 0x47, 0x86, 0x0e, 0xa5, 0x4c, 0x94, 0xc1, 0x80, 0x12, 0x84, 0x28, 0xc4, 0x2e, 0x11, 0x43, 0x02, 0xfe, 0x24, 0x2d, 0xfe, 0x20, 0x65, 0x24, 0x0f, 0xf7, 0x93, 0xba, 0x67, 0x4f, 0x48, 0xfb, 0x7f, 0x86, 0x9f, 0xcb, 0xf0, 0x71, 0x5d, 0xbd, 0x5c, 0xa3, 0xa2, 0x44, 0x61, 0x6d, 0x8d, 0x14, 0xbe, 0x7c, 0x35, 0x8f, 0x3f, 0xe8, 0x41, 0x2f, 0xd9, 0xb3, 0x66, 0xe9, 0xb3, 0x37, 0x1b, 0x12, 0x84, 0xd2, 0x08, 0x32, 0xfc, 0xac, 0x15, 0x2b, 0x88, 0xe6, 0xce, 0x25, 0x9a, 0x37, 0x8f, 0xce, 0x63, 0xf6, 0x6f, 0x6e, 0xd9, 0xd2, 0x75, 0xf8, 0xbf, 0x96, 0x2b, 0x47, 0xc7, 0xda, 0xb5, 0xf3, 0x0a, 0x00, 0x16, 0x61, 0x09, 0x20, 0xaa, 0xc0, 0x58, 0x4b, 0x09, 0x30, 0xb3, 0xd2, 0x51, 0xaa, 0x0f, 0x05, 0x93, 0x20, 0x80, 0x10, 0xbb, 0xac, 0xc2, 0x12, 0xf0, 0x73, 0xfe, 0xa2, 0xe9, 0xca, 0x43, 0xe3, 0x29, 0x25, 0x08, 0x2a, 0x00, 0xfe, 0x9d, 0xfb, 0xf5, 0xd7, 0xde, 0x32, 0x8d, 0xeb, 0x79, 0x50, 0x49, 0xdc, 0x84, 0x6f, 0x48, 0xc0, 0xcb, 0x01, 0xc0, 0x11, 0xbf, 0x88, 0xf4, 0xde, 0x7b, 0x94, 0xbd, 0x63, 0x87, 0x63, 0x01, 0xb2, 0x56, 0xae, 0x24, 0xe2, 0x67, 0x21, 0x11, 0x7e, 0x1d, 0x62, 0x73, 0xab, 0x56, 0xb6, 0xf0, 0x7f, 0x0a, 0x13, 0xfe, 0x32, 0x15, 0x3e, 0xb2, 0xa7, 0x45, 0x8b, 0xf0, 0x05, 0x10, 0x12, 0x8c, 0x91, 0x37, 0x30, 0xb7, 0x41, 0x03, 0x3a, 0x82, 0x59, 0x9a, 0x09, 0x38, 0x9c, 0x74, 0xcc, 0xd4, 0xc3, 0x3d, 0x7a, 0xd0, 0x6e, 0xec, 0x9b, 0x1d, 0x8b, 0x80, 0xec, 0x52, 0x63, 0x21, 0x01, 0xbf, 0xa3, 0x55, 0xce, 0xe2, 0x3c, 0x94, 0xdb, 0xd4, 0xbd, 0x7b, 0x03, 0x0b, 0x80, 0x9f, 0xe5, 0x72, 0x57, 0x8d, 0x8e, 0x9a, 0xe3, 0xc1, 0x71, 0x45, 0xd5, 0xae, 0xed, 0x07, 0x7f, 0x75, 0x84, 0xf0, 0xe5, 0xab, 0x79, 0xfc, 0x6e, 0x20, 0x86, 0xcf, 0xb3, 0x98, 0xde, 0x7f, 0x9f, 0xb2, 0x77, 0xee, 0x0c, 0x2a, 0x40, 0xd6, 0xea, 0xd5, 0x44, 0xfc, 0x2c, 0xe4, 0xc7, 0x1f, 0xeb, 0xaf, 0x43, 0x14, 0x04, 0xfc, 0xe5, 0xfc, 0xfd, 0x08, 0x0a, 0xfc, 0x5d, 0x80, 0x3f, 0x53, 0x7c, 0x77, 0x90, 0xc8, 0xd4, 0xb0, 0xbe, 0x3b, 0x08, 0x57, 0x1c, 0x29, 0x6f, 0xe4, 0x3d, 0x48, 0x70, 0xe0, 0xc1, 0x07, 0x7d, 0x24, 0x38, 0x22, 0x25, 0x50, 0xe3, 0x04, 0x3e, 0x12, 0x6d, 0x91, 0x9d, 0xb8, 0x7e, 0x02, 0xbf, 0xf4, 0x8b, 0x99, 0xcc, 0xc9, 0x43, 0xb9, 0x4d, 0xdb, 0xbf, 0xdf, 0xba, 0x07, 0x60, 0xf8, 0x4b, 0x97, 0xea, 0xeb, 0x32, 0x97, 0x67, 0x0f, 0x9a, 0xbe, 0x82, 0x84, 0x2f, 0x5f, 0xce, 0xe5, 0x37, 0xa2, 0xe8, 0xb3, 0x99, 0x5f, 0xfb, 0x07, 0xd8, 0x73, 0xd1, 0xd1, 0xb6, 0x3d, 0xc0, 0xb9, 0x35, 0x6b, 0x74, 0xf0, 0x05, 0x09, 0xff, 0xb7, 0xf2, 0xe5, 0xe9, 0x78, 0xfb, 0xf6, 0x06, 0xfc, 0x68, 0x34, 0x81, 0xd3, 0x15, 0xf8, 0x93, 0x35, 0x6d, 0x61, 0x44, 0x5f, 0x2d, 0x8b, 0x9e, 0x60, 0x84, 0x21, 0xc1, 0x55, 0x57, 0xd1, 0x7e, 0x74, 0xee, 0x99, 0x18, 0x6c, 0x8e, 0x4f, 0x25, 0xb0, 0x4b, 0x30, 0xf8, 0x30, 0x77, 0x1b, 0x96, 0x19, 0x3e, 0xa1, 0x72, 0x63, 0xa9, 0x52, 0xb4, 0x1e, 0xcb, 0x4e, 0x0c, 0x9f, 0xf0, 0x29, 0x9a, 0xae, 0x3c, 0x34, 0x4c, 0x69, 0x07, 0x0e, 0xf8, 0x0a, 0x80, 0xc1, 0xcd, 0xfd, 0xd7, 0xbf, 0xbc, 0xdd, 0x34, 0xe2, 0x81, 0x90, 0x85, 0x01, 0x5f, 0x66, 0x2f, 0xbf, 0x07, 0x51, 0xcc, 0x6a, 0xc2, 0x96, 0x2e, 0x0b, 0x95, 0xc0, 0xbc, 0x0b, 0x28, 0x14, 0xf8, 0x15, 0x2b, 0xd2, 0x89, 0x0e, 0x1d, 0x0c, 0xf8, 0x3b, 0x4c, 0xf0, 0xc1, 0x6e, 0xae, 0x2b, 0x5f, 0x24, 0x89, 0x1b, 0x7b, 0x49, 0xde, 0xe8, 0x9c, 0xfa, 0xf5, 0x69, 0xff, 0xfd, 0xf7, 0x7b, 0x25, 0x40, 0x3f, 0x90, 0x8e, 0xbd, 0xf6, 0x91, 0x3b, 0xee, 0xa0, 0xdd, 0x38, 0x10, 0x2b, 0x01, 0x76, 0x99, 0xb2, 0xb3, 0x6d, 0x5b, 0xda, 0xde, 0xa4, 0x89, 0xde, 0xa1, 0x6f, 0xaa, 0x50, 0x81, 0x36, 0x00, 0xf8, 0x06, 0xdc, 0x2e, 0x67, 0xbd, 0x0c, 0x4b, 0xc0, 0x27, 0x7f, 0x0a, 0xc0, 0x79, 0x18, 0xc0, 0xf4, 0x83, 0x07, 0xbd, 0x02, 0x60, 0x4d, 0xcd, 0xf9, 0xee, 0x3b, 0xef, 0x5a, 0x0c, 0x39, 0x3c, 0xe8, 0x4d, 0xa2, 0xea, 0xd4, 0x29, 0x34, 0xf8, 0xf2, 0xe5, 0x5c, 0x2b, 0x09, 0xa4, 0x00, 0x81, 0xe0, 0xff, 0xec, 0x12, 0xfc, 0xdf, 0x01, 0xff, 0xa4, 0x02, 0x3f, 0x0a, 0xdb, 0xc9, 0xa9, 0xf9, 0xdf, 0x11, 0xc4, 0xf0, 0xa7, 0xb8, 0xfa, 0x0d, 0xa2, 0xc6, 0xee, 0x40, 0x4a, 0x30, 0x78, 0xb0, 0x2e, 0x80, 0x2e, 0xc1, 0x6b, 0xaf, 0xe5, 0x4b, 0x80, 0xec, 0xe2, 0x2f, 0x45, 0x42, 0x97, 0xbb, 0x03, 0xa0, 0xb7, 0xe3, 0x77, 0xb7, 0x02, 0xf6, 0x96, 0x4a, 0x95, 0x68, 0x53, 0xe9, 0xd2, 0xb4, 0x11, 0xd7, 0xdf, 0x28, 0x80, 0xab, 0x59, 0x6f, 0xca, 0x3a, 0x96, 0x80, 0x3f, 0x5b, 0x5f, 0x6c, 0x9b, 0xf2, 0x50, 0x72, 0xd3, 0xb1, 0x1c, 0xe4, 0x7c, 0xff, 0xbd, 0xb7, 0x9b, 0x46, 0x3c, 0x68, 0xfc, 0x18, 0xfe, 0x9a, 0x42, 0x86, 0xbf, 0x3c, 0x80, 0x04, 0x85, 0x01, 0x7f, 0x65, 0xe5, 0xca, 0x74, 0x0a, 0xd5, 0x53, 0xc2, 0xdf, 0x0c, 0xf8, 0x93, 0x15, 0xf8, 0xc8, 0xeb, 0x05, 0xf2, 0x1d, 0xc2, 0xaa, 0x04, 0x33, 0x00, 0x74, 0x07, 0x3a, 0xe3, 0x74, 0x3e, 0x61, 0xe3, 0x89, 0x27, 0x28, 0x6d, 0xd8, 0x30, 0xda, 0x8b, 0x52, 0xbe, 0x19, 0xff, 0xc7, 0xd9, 0x64, 0xca, 0x46, 0x25, 0x41, 0xe1, 0xcb, 0xe0, 0x41, 0xc5, 0xf2, 0xb9, 0x80, 0xa2, 0xe9, 0x32, 0x82, 0x35, 0x38, 0x1b, 0xf0, 0xb7, 0xa0, 0xdb, 0x77, 0x13, 0x7e, 0x38, 0xe7, 0xef, 0xf1, 0x87, 0x5c, 0x1b, 0x12, 0x28, 0x29, 0x28, 0xf8, 0xab, 0x00, 0xff, 0xa4, 0x02, 0x7f, 0x3d, 0x7a, 0xb3, 0xc9, 0xf9, 0xe0, 0xf3, 0x90, 0x17, 0x0a, 0xf4, 0x5b, 0xc4, 0x71, 0x67, 0x4f, 0x8a, 0x3b, 0xd2, 0xef, 0x74, 0x1b, 0x0e, 0x26, 0x1d, 0x5b, 0xb8, 0x34, 0xec, 0x12, 0x52, 0x1f, 0x7a, 0x88, 0xf6, 0xa2, 0x4f, 0x70, 0x05, 0xbe, 0xc8, 0x5a, 0x96, 0x80, 0xcf, 0x0b, 0xe4, 0x41, 0x16, 0xc9, 0x46, 0xc7, 0x5f, 0x14, 0xe0, 0x2f, 0xb3, 0x91, 0xa0, 0xa0, 0xe0, 0xaf, 0xa9, 0x5a, 0x95, 0x4e, 0x09, 0xf0, 0x9c, 0x75, 0x18, 0x6b, 0x65, 0xd6, 0xe7, 0x62, 0x82, 0x0e, 0xd3, 0x0a, 0xe3, 0x82, 0x3b, 0x7b, 0xc2, 0x47, 0x02, 0xac, 0xed, 0x69, 0xe8, 0xde, 0x39, 0x29, 0x98, 0xb1, 0x7b, 0x84, 0x04, 0x1b, 0x23, 0x85, 0x2f, 0xc3, 0xcb, 0x01, 0x4b, 0x80, 0xc1, 0xe5, 0x77, 0xe8, 0x16, 0x25, 0xf8, 0xf2, 0x25, 0xdd, 0xbd, 0x42, 0x82, 0x5c, 0xd3, 0x3e, 0xdf, 0x2d, 0xf8, 0x6b, 0x6b, 0xd4, 0xf0, 0x81, 0xbf, 0x32, 0xff, 0x2b, 0xe1, 0x38, 0xd9, 0x98, 0x98, 0xf7, 0x69, 0x85, 0x79, 0xc1, 0x1d, 0x3e, 0x2e, 0x25, 0xe0, 0x12, 0xb4, 0x0d, 0x6b, 0x7f, 0x2a, 0x04, 0xe0, 0xa4, 0x60, 0xa7, 0xc0, 0x12, 0xb8, 0x02, 0x1f, 0xe1, 0x06, 0xef, 0x0f, 0x48, 0xc0, 0x3d, 0xc5, 0x06, 0x34, 0x3f, 0x45, 0x0d, 0xbe, 0xcc, 0x5a, 0x40, 0x59, 0x05, 0x50, 0x6e, 0xc0, 0xff, 0x41, 0xc9, 0x3a, 0x13, 0xfc, 0x15, 0xbe, 0xf0, 0xcf, 0xa1, 0xdb, 0xeb, 0xa3, 0x5d, 0x88, 0x8b, 0x2a, 0x01, 0x67, 0x2b, 0xf6, 0xa3, 0xa9, 0x98, 0xa9, 0xbc, 0x14, 0xa8, 0x12, 0x44, 0x0c, 0x5f, 0x49, 0x24, 0xf0, 0x57, 0x14, 0x20, 0xfc, 0x48, 0x5e, 0xce, 0x0d, 0x04, 0x7f, 0x7d, 0xad, 0x5a, 0x74, 0x46, 0x81, 0xbf, 0x0c, 0x4d, 0xaf, 0x02, 0x3f, 0x1d, 0x0c, 0x6e, 0xd3, 0x2e, 0xe4, 0x05, 0x07, 0xf1, 0x18, 0x72, 0x5e, 0x1e, 0xd4, 0x26, 0xec, 0x00, 0x58, 0x80, 0x54, 0x2c, 0x05, 0x29, 0xd8, 0x2e, 0xee, 0x86, 0x04, 0x97, 0xe0, 0x87, 0x07, 0x9f, 0x4f, 0x22, 0x95, 0xf0, 0xf9, 0xcf, 0x1f, 0xf1, 0x6f, 0x05, 0x7e, 0x32, 0x72, 0xbd, 0x56, 0x14, 0x2e, 0xb0, 0xf0, 0x51, 0x1f, 0x09, 0xda, 0xb4, 0xf1, 0x0a, 0x80, 0x2a, 0x70, 0x16, 0x12, 0xec, 0x12, 0x12, 0x5c, 0x0c, 0xf0, 0x7f, 0x2d, 0x24, 0xf8, 0x9b, 0x31, 0xd3, 0xcf, 0xf0, 0xcb, 0xba, 0x08, 0xc3, 0xff, 0x0f, 0xb6, 0xd2, 0x0a, 0xfc, 0x58, 0x34, 0x7c, 0x1d, 0xb4, 0xa2, 0x74, 0xf1, 0x93, 0xa0, 0x75, 0x6b, 0x5d, 0x00, 0x5d, 0x82, 0x41, 0x83, 0x28, 0x1a, 0x12, 0xd8, 0xc1, 0x5f, 0xfb, 0x27, 0x84, 0xff, 0x63, 0x10, 0xf8, 0xa7, 0x05, 0x7c, 0x5e, 0xfb, 0xbf, 0xcb, 0xff, 0xb8, 0x37, 0xce, 0x69, 0xc0, 0x6f, 0xab, 0x15, 0xc5, 0x0b, 0x0e, 0x6e, 0xb8, 0x9f, 0x04, 0xa8, 0x00, 0x9c, 0x64, 0x48, 0xb0, 0xbb, 0x61, 0xc3, 0x02, 0x85, 0xbf, 0xf2, 0x22, 0x80, 0x1f, 0x85, 0x06, 0x4f, 0x85, 0xbf, 0x14, 0x0d, 0xa0, 0x02, 0xff, 0xc8, 0x04, 0x4d, 0x6b, 0xaa, 0x15, 0xe5, 0x0b, 0xef, 0x45, 0x55, 0x09, 0x36, 0x60, 0x4b, 0x94, 0x32, 0x78, 0xb0, 0x9e, 0xe4, 0x81, 0x03, 0x75, 0x09, 0x2e, 0xc1, 0xb7, 0x86, 0xbf, 0x0d, 0x55, 0x52, 0x85, 0xff, 0x55, 0xb5, 0x6a, 0x2a, 0xfc, 0x3d, 0x53, 0x35, 0xad, 0xbe, 0x56, 0x1c, 0x2e, 0x38, 0xd8, 0xa1, 0x7e, 0x12, 0xa0, 0x02, 0x70, 0x92, 0x07, 0x0c, 0xd0, 0x25, 0x28, 0xaa, 0xf0, 0x97, 0x5d, 0x20, 0xf8, 0x3b, 0x1a, 0x34, 0x30, 0xe0, 0xf3, 0x33, 0x7d, 0x8b, 0xab, 0x56, 0x55, 0xe1, 0x47, 0x21, 0x97, 0x6b, 0xc5, 0xe9, 0x82, 0x9e, 0x60, 0x30, 0x3f, 0x3b, 0x25, 0x1f, 0xc4, 0xfa, 0x96, 0x2d, 0x29, 0x85, 0xbf, 0xd2, 0x8c, 0xbf, 0xd2, 0x04, 0xd9, 0xa5, 0x48, 0x70, 0x31, 0xc2, 0x77, 0xfa, 0x04, 0xcf, 0x8f, 0x25, 0x4a, 0x50, 0x74, 0xe3, 0xc6, 0x3e, 0xf0, 0x17, 0x56, 0xa9, 0xa2, 0xc2, 0xdf, 0xf8, 0xa6, 0xa6, 0xd5, 0xd0, 0x8a, 0xe3, 0x05, 0xcb, 0xc1, 0x20, 0x3c, 0x80, 0x1c, 0x43, 0x82, 0x16, 0x2d, 0x74, 0xf8, 0x7a, 0xee, 0xbb, 0x4f, 0x97, 0x20, 0x14, 0xf8, 0xab, 0x2e, 0x42, 0xf8, 0xbb, 0x14, 0xf8, 0xc7, 0x3b, 0x76, 0xa4, 0xf9, 0x95, 0x2b, 0xab, 0xf0, 0x57, 0xa0, 0xec, 0x57, 0xd6, 0x8a, 0xf1, 0xa5, 0xc4, 0x38, 0x4d, 0x7b, 0x40, 0x95, 0x60, 0x9d, 0x94, 0x80, 0xbf, 0xd8, 0xa0, 0x7f, 0x7f, 0x8a, 0x56, 0x24, 0xf8, 0x53, 0xc1, 0x2f, 0x59, 0x32, 0xff, 0x0c, 0x5e, 0xe4, 0x58, 0x87, 0x0e, 0xf4, 0x71, 0xc5, 0x8a, 0x2a, 0xfc, 0x1f, 0x30, 0xf3, 0x2b, 0x14, 0x5b, 0xf0, 0x9a, 0xf7, 0x2c, 0x94, 0xcb, 0x90, 0x0a, 0x63, 0x34, 0xed, 0x11, 0x55, 0x82, 0x3f, 0x58, 0x02, 0x16, 0x80, 0xbf, 0xdc, 0xa0, 0x5f, 0x3f, 0xbd, 0x12, 0x14, 0x16, 0xfc, 0xe5, 0x45, 0x00, 0xfe, 0xff, 0x18, 0xbe, 0xf2, 0x06, 0x0e, 0x33, 0xfc, 0xf1, 0x9a, 0xb6, 0x04, 0x9b, 0xfc, 0x6a, 0x62, 0xfc, 0xca, 0x68, 0x6e, 0x9c, 0xd4, 0x51, 0xc8, 0xe0, 0xcb, 0x21, 0xe5, 0x35, 0x6f, 0xf9, 0xe2, 0x07, 0x52, 0x63, 0x84, 0xf7, 0x79, 0x02, 0x43, 0x82, 0xd5, 0x4d, 0x9a, 0xe8, 0x15, 0x40, 0x0f, 0x24, 0x88, 0x56, 0x24, 0x28, 0x0e, 0xf0, 0x7f, 0x8a, 0x00, 0x3e, 0xbf, 0x83, 0x57, 0xc2, 0x3f, 0xdc, 0xae, 0x1d, 0xbd, 0x5f, 0xbe, 0xbc, 0x01, 0x1f, 0xb3, 0xfe, 0xdb, 0x2b, 0x34, 0xad, 0xb6, 0x18, 0x37, 0x1e, 0xbf, 0x0a, 0x42, 0x84, 0xd2, 0x62, 0x7c, 0x8b, 0xec, 0xa5, 0x94, 0xb0, 0x95, 0x0f, 0xb6, 0x22, 0x52, 0x15, 0xa9, 0x8e, 0xd4, 0xd2, 0xbc, 0x0f, 0xe8, 0xca, 0xe7, 0x34, 0xed, 0x29, 0x55, 0x82, 0x55, 0x58, 0xff, 0x18, 0x7e, 0x12, 0x92, 0x7c, 0xcf, 0x3d, 0xb4, 0x13, 0x9d, 0xf0, 0xc5, 0x0e, 0x9f, 0x3f, 0xc4, 0x49, 0xc2, 0x3f, 0x04, 0xf8, 0x73, 0xcb, 0x95, 0x33, 0xe0, 0x8f, 0xd5, 0xb4, 0x2f, 0x30, 0x6b, 0xae, 0xc2, 0x58, 0xd5, 0xd1, 0xbc, 0x5d, 0x7f, 0x0d, 0x31, 0x8e, 0x95, 0xc4, 0x84, 0x2a, 0x2b, 0xc6, 0xb9, 0x48, 0xc2, 0x2f, 0x2b, 0x0e, 0xb2, 0x92, 0x38, 0xe8, 0x1a, 0xe2, 0x41, 0xd4, 0xd5, 0xbc, 0xfb, 0xd7, 0x06, 0x48, 0xe3, 0x27, 0x35, 0xed, 0x79, 0x75, 0x77, 0xb0, 0x12, 0x12, 0xb0, 0x00, 0x49, 0x10, 0x20, 0xa9, 0x6f, 0x5f, 0x43, 0x82, 0x8b, 0x0e, 0x7e, 0xa9, 0x52, 0xfa, 0xc7, 0xb8, 0x4a, 0xf8, 0xfc, 0xc1, 0x14, 0x73, 0x14, 0xf8, 0xa3, 0x34, 0xed, 0x43, 0x8c, 0x4f, 0x13, 0xa4, 0xa1, 0x18, 0x2f, 0x1e, 0x37, 0x14, 0x03, 0xad, 0xa6, 0x52, 0x0d, 0xa4, 0x04, 0x45, 0xaa, 0x1a, 0x38, 0x81, 0xdf, 0x50, 0x3c, 0xb8, 0xe6, 0x48, 0xcb, 0x61, 0x9a, 0xf6, 0xd2, 0x44, 0xa5, 0x12, 0xe8, 0x12, 0x00, 0xbe, 0xcc, 0x4e, 0xfc, 0xbb, 0x28, 0x7c, 0xec, 0xaa, 0x5b, 0xf0, 0x7f, 0x02, 0xfc, 0x43, 0xad, 0x5b, 0x1b, 0xf0, 0xf7, 0xb7, 0x6d, 0x4b, 0xef, 0x94, 0x2d, 0x6b, 0xc0, 0xc7, 0xf2, 0x38, 0x17, 0xe3, 0xd2, 0x0a, 0x69, 0xa1, 0x79, 0x9f, 0xe9, 0x6b, 0xe4, 0x40, 0x82, 0x22, 0x51, 0x09, 0x4a, 0x5a, 0x94, 0x7d, 0x09, 0x9f, 0xcb, 0xd8, 0x95, 0x72, 0xe6, 0x4b, 0xf8, 0x9a, 0xf7, 0x79, 0xec, 0xf6, 0x0f, 0x6b, 0xda, 0x28, 0x55, 0x82, 0x15, 0x8d, 0x1a, 0x51, 0x52, 0x9f, 0x3e, 0x46, 0xa2, 0x85, 0x04, 0x17, 0xf2, 0x63, 0x57, 0xdd, 0x80, 0xff, 0x73, 0x99, 0x32, 0x74, 0xb8, 0x4d, 0x1b, 0x03, 0xfe, 0x3e, 0xc0, 0x9f, 0x85, 0x9f, 0xc9, 0x53, 0xb8, 0x9e, 0xd1, 0xb4, 0x99, 0x3c, 0x1e, 0x62, 0x5c, 0x5a, 0x89, 0x71, 0x32, 0x57, 0x82, 0x22, 0xbb, 0x1c, 0xa8, 0xb3, 0x5f, 0x36, 0x7c, 0x72, 0xcd, 0xaf, 0xa7, 0x79, 0xd7, 0xb3, 0x46, 0xc2, 0xea, 0xab, 0x91, 0xd6, 0xc8, 0x35, 0x48, 0x47, 0xe4, 0xda, 0x21, 0x9a, 0xf6, 0x4f, 0x55, 0x82, 0xdf, 0xd1, 0x08, 0x26, 0xdd, 0x7d, 0xb7, 0x37, 0x77, 0xdd, 0x45, 0xd1, 0x90, 0xa2, 0x38, 0xc3, 0xff, 0x05, 0xa0, 0x8f, 0x00, 0xb8, 0x84, 0xbf, 0x1b, 0x55, 0x60, 0x66, 0xe9, 0xd2, 0xf2, 0xac, 0xdd, 0xf3, 0xc3, 0x35, 0xed, 0x2d, 0x1e, 0x07, 0x31, 0x1e, 0xed, 0x90, 0x36, 0x62, 0x9c, 0x9a, 0x89, 0x49, 0xd3, 0x40, 0x4c, 0xa2, 0xda, 0x62, 0x5c, 0xab, 0x2b, 0x8d, 0x61, 0xb9, 0x0b, 0xbd, 0x14, 0xa8, 0x1d, 0x3f, 0x1f, 0x50, 0x15, 0x73, 0xd3, 0x67, 0x31, 0xfb, 0xdb, 0x88, 0x07, 0xca, 0x0f, 0xb8, 0x0b, 0x72, 0xdd, 0x40, 0x4d, 0x7b, 0x19, 0x83, 0xe1, 0x91, 0x12, 0xfc, 0x86, 0x1e, 0x80, 0xe1, 0x73, 0x12, 0x15, 0x09, 0x8a, 0x1b, 0x7c, 0x7e, 0xab, 0xd6, 0x51, 0x7e, 0xb7, 0x8e, 0x80, 0x1f, 0xad, 0xc0, 0x47, 0x3c, 0x0f, 0x6a, 0xda, 0x6b, 0x9a, 0xf7, 0xf5, 0xfc, 0xae, 0x48, 0x27, 0xa5, 0x0a, 0xb4, 0x54, 0xaa, 0x80, 0x14, 0xc0, 0xdc, 0x14, 0x56, 0x2c, 0x0a, 0x3b, 0x03, 0x57, 0x04, 0x40, 0x6e, 0xb8, 0x57, 0xd3, 0x46, 0x9b, 0x25, 0x48, 0xec, 0xdd, 0x5b, 0x17, 0x80, 0xff, 0xdc, 0x09, 0x09, 0x0a, 0xe2, 0x44, 0x8e, 0x82, 0x82, 0x6f, 0xbc, 0x49, 0x53, 0xc0, 0xdf, 0xde, 0xb2, 0xa5, 0xf1, 0x86, 0x0d, 0x7e, 0x9c, 0x90, 0xfe, 0x55, 0x3c, 0xee, 0x1b, 0x8b, 0xbb, 0x00, 0x11, 0x2f, 0x01, 0x48, 0x37, 0xe4, 0x2f, 0xc8, 0x5f, 0xcd, 0x12, 0xfc, 0x7a, 0xd5, 0x55, 0x94, 0xd8, 0xab, 0x17, 0x25, 0x40, 0x80, 0x04, 0xfe, 0xb3, 0x67, 0x4f, 0x6f, 0xee, 0xbc, 0x33, 0x3f, 0x77, 0xdc, 0xe1, 0x4d, 0x8f, 0x1e, 0xde, 0x74, 0xef, 0x4e, 0x09, 0xb7, 0xdf, 0xee, 0x93, 0xf8, 0xdb, 0x6e, 0xa3, 0xf8, 0x5b, 0x6f, 0xd5, 0xc3, 0xdf, 0x30, 0xa2, 0xe7, 0x96, 0x5b, 0x28, 0xee, 0xe6, 0x9b, 0x7d, 0x12, 0x7b, 0xd3, 0x4d, 0xde, 0x2f, 0x5b, 0x12, 0xdf, 0xb8, 0x25, 0xbf, 0x76, 0xc5, 0x08, 0x7f, 0x04, 0x3b, 0xc2, 0x9f, 0xc3, 0xcb, 0x9f, 0xc4, 0xa9, 0xe7, 0xba, 0xeb, 0xbc, 0x11, 0x9f, 0xcb, 0x77, 0x46, 0x7c, 0x3a, 0x17, 0x47, 0xc2, 0x8f, 0xc2, 0x9e, 0x7f, 0xaa, 0x80, 0x8f, 0x7a, 0x9f, 0xd5, 0x47, 0xd3, 0x46, 0xe2, 0xf1, 0xfe, 0x8d, 0xc5, 0x17, 0x13, 0xa0, 0xd8, 0x2e, 0x01, 0x11, 0x35, 0x81, 0xc2, 0x7a, 0xa3, 0x0a, 0x20, 0x37, 0xdd, 0xe3, 0xed, 0x09, 0x0c, 0x09, 0x96, 0xb1, 0x04, 0x12, 0x7c, 0x11, 0x85, 0x7f, 0x26, 0x00, 0xfc, 0xcd, 0xbe, 0xf0, 0xd3, 0x7a, 0x68, 0xda, 0xb3, 0xfc, 0x38, 0x4d, 0xb3, 0xbf, 0x73, 0x71, 0x6e, 0x02, 0xc3, 0xda, 0x06, 0x9a, 0x24, 0xb8, 0x56, 0x91, 0xe0, 0x6f, 0xa8, 0x04, 0x63, 0xd4, 0xc6, 0xf0, 0xa7, 0xba, 0x75, 0x69, 0x3b, 0xf6, 0xcc, 0xdb, 0xf9, 0x2d, 0x65, 0x1c, 0x74, 0xd4, 0x46, 0xb0, 0xae, 0x72, 0xb6, 0xa9, 0xc1, 0x5e, 0x5b, 0x66, 0x2b, 0x4a, 0xaf, 0x4f, 0xae, 0xbe, 0x5a, 0x9f, 0x91, 0x6a, 0xb6, 0xa8, 0x69, 0xde, 0xdc, 0x9b, 0x66, 0xcd, 0x8c, 0x6c, 0x6e, 0xda, 0x34, 0x3f, 0x4d, 0x9a, 0x78, 0x83, 0x1d, 0x8a, 0x55, 0xf8, 0x8b, 0xa3, 0x36, 0x62, 0xb9, 0xda, 0x88, 0x66, 0xf6, 0xd7, 0xfa, 0xf5, 0x0d, 0xf8, 0xe3, 0x35, 0x2d, 0x19, 0xd4, 0x1f, 0x17, 0xf0, 0xe5, 0xcc, 0xef, 0x62, 0x01, 0xbf, 0xd8, 0x6d, 0x03, 0x43, 0x7e, 0x22, 0x48, 0x91, 0xc0, 0xbc, 0x1c, 0x74, 0x15, 0xb3, 0xe2, 0xc6, 0xfb, 0x4c, 0x95, 0xa0, 0x38, 0x07, 0xf0, 0xe3, 0xf1, 0xa0, 0x86, 0xf0, 0x32, 0x27, 0x96, 0xbb, 0x6e, 0x16, 0x65, 0xbf, 0xa5, 0xcd, 0xcc, 0x2f, 0x16, 0x4f, 0x04, 0x39, 0x7e, 0x2a, 0xd8, 0xd4, 0x13, 0xb4, 0x50, 0xaa, 0x41, 0x3b, 0xb3, 0x08, 0xa8, 0x04, 0x23, 0x20, 0x41, 0x76, 0x71, 0x86, 0x3f, 0x4e, 0xd3, 0xce, 0xe0, 0x01, 0x0d, 0x32, 0x81, 0xef, 0x64, 0x9a, 0xf5, 0x57, 0x8b, 0xf1, 0x68, 0x1c, 0xa0, 0xe9, 0x2b, 0xf2, 0x4f, 0x05, 0x07, 0x7d, 0x31, 0xc8, 0xa2, 0x2f, 0x30, 0x8b, 0xd0, 0x46, 0xa9, 0x08, 0x5c, 0x1a, 0xbb, 0x76, 0xd7, 0xb4, 0x87, 0x1f, 0xd2, 0xb4, 0xb1, 0x0f, 0x68, 0xda, 0xeb, 0xf7, 0x6b, 0xda, 0x1b, 0xc8, 0x9b, 0x18, 0xcd, 0xf1, 0xc8, 0x04, 0x74, 0xd2, 0x6f, 0x0d, 0xd0, 0xb4, 0x49, 0x10, 0x65, 0x0a, 0x32, 0xb5, 0xbf, 0xa6, 0x4d, 0x43, 0xa6, 0xf7, 0xd3, 0xb4, 0x19, 0xe8, 0x25, 0x66, 0x22, 0x6f, 0x73, 0xfa, 0x6a, 0xda, 0x3b, 0x32, 0x68, 0xc0, 0xde, 0x15, 0x99, 0x6d, 0x11, 0xf9, 0x7f, 0xef, 0xca, 0xdf, 0x97, 0xb7, 0xc1, 0xb7, 0xc7, 0xb7, 0xcb, 0xb7, 0xcf, 0xf7, 0xc3, 0xf7, 0xc7, 0xf7, 0xcb, 0xf7, 0x8f, 0x4c, 0xe4, 0x63, 0xe1, 0xe3, 0x1a, 0xac, 0x69, 0xe3, 0xf8, 0x38, 0xf9, 0x78, 0xf9, 0xb8, 0x41, 0xb8, 0xb7, 0xb2, 0xce, 0xcb, 0x19, 0x1f, 0x08, 0xbc, 0x5c, 0xef, 0x6b, 0x16, 0xc7, 0x17, 0x83, 0x6c, 0x5f, 0x0e, 0xb6, 0x10, 0xc1, 0x5c, 0x11, 0x64, 0x7f, 0x20, 0x77, 0x0a, 0x6a, 0x55, 0xe8, 0x2c, 0xd6, 0xcb, 0x6e, 0x62, 0x89, 0xb8, 0x41, 0x94, 0x53, 0x5e, 0x4f, 0x6f, 0x41, 0xfe, 0xae, 0x79, 0xdf, 0x1c, 0x01, 0x5f, 0x34, 0xf4, 0x59, 0xda, 0x9d, 0x48, 0x4f, 0xa4, 0x97, 0xe6, 0x05, 0x70, 0x17, 0x72, 0xb7, 0xe6, 0x7d, 0xf7, 0x4c, 0x5f, 0x53, 0xee, 0xb1, 0xf8, 0x59, 0x1f, 0xf1, 0xfb, 0x77, 0x8b, 0xeb, 0xf7, 0x12, 0xb9, 0x53, 0xdc, 0x3e, 0xdf, 0xcf, 0xed, 0xc8, 0xad, 0xe2, 0xfe, 0x6f, 0x12, 0xc7, 0x73, 0x83, 0x38, 0x3e, 0x75, 0x7d, 0xef, 0xa8, 0xcc, 0xf6, 0xd6, 0xe2, 0xf1, 0x35, 0x57, 0xd6, 0xf9, 0xab, 0x4c, 0x33, 0x5e, 0x05, 0x5f, 0xb1, 0x38, 0xbe, 0x1c, 0x1c, 0xac, 0x22, 0x54, 0x32, 0x2d, 0x0d, 0x57, 0x08, 0xeb, 0xcd, 0x32, 0x34, 0x13, 0x83, 0xa5, 0xf6, 0x0a, 0xed, 0x15, 0x21, 0xe4, 0x52, 0x71, 0x9d, 0x22, 0xc5, 0x8d, 0x62, 0x7b, 0xc5, 0x40, 0x6e, 0x56, 0xe4, 0xb8, 0x55, 0x08, 0x72, 0x9b, 0x00, 0xa7, 0xa6, 0xbb, 0xc5, 0xcf, 0xe4, 0xef, 0xde, 0x2a, 0xae, 0x7f, 0x8b, 0xb8, 0xbd, 0x9b, 0xc4, 0xed, 0x9b, 0x61, 0x77, 0x15, 0xc7, 0xa3, 0x02, 0xbf, 0x46, 0x54, 0xb4, 0x56, 0x0a, 0xf4, 0x26, 0xe2, 0xf1, 0xa9, 0xb3, 0x5d, 0x6e, 0xef, 0x64, 0xa9, 0x2f, 0x52, 0x5b, 0xbc, 0x82, 0xdc, 0x32, 0xca, 0xaa, 0xa0, 0xca, 0x20, 0x97, 0x88, 0x7a, 0x4a, 0xd3, 0xa8, 0x0a, 0xd1, 0x42, 0x11, 0x42, 0x2e, 0x17, 0x5c, 0x25, 0x3a, 0x98, 0xc4, 0xe8, 0x22, 0xa0, 0x74, 0x13, 0x80, 0xa4, 0x24, 0xd7, 0x8b, 0xb5, 0xf8, 0x86, 0x00, 0xf9, 0x8b, 0xc8, 0xf5, 0x0a, 0xe0, 0x6e, 0xe2, 0xf6, 0xba, 0x98, 0x40, 0x77, 0x50, 0x60, 0xcb, 0x19, 0xde, 0xd2, 0x34, 0xcb, 0x65, 0x79, 0xaf, 0xaf, 0xcc, 0xf4, 0x2b, 0x2c, 0xa0, 0xcb, 0xd9, 0x2e, 0xd7, 0xf8, 0x8b, 0x0a, 0x7c, 0x20, 0x19, 0x64, 0x65, 0xa8, 0x28, 0x9e, 0x49, 0x94, 0xcb, 0x44, 0x2d, 0x65, 0xa9, 0x50, 0x2b, 0x84, 0x94, 0xa2, 0xb1, 0x18, 0xe0, 0xe6, 0x42, 0x0c, 0xb5, 0x5a, 0xc8, 0x25, 0xa4, 0xad, 0x22, 0x49, 0x7b, 0x25, 0x1d, 0x94, 0x74, 0x34, 0xfd, 0x5b, 0xfd, 0xbd, 0x76, 0xe2, 0xfa, 0x12, 0x70, 0x1b, 0x05, 0xb2, 0x19, 0xb4, 0x9c, 0xdd, 0x0d, 0xc5, 0x71, 0xd6, 0x17, 0x22, 0x9b, 0x81, 0x57, 0x13, 0x8f, 0x53, 0x36, 0x75, 0xb2, 0xc4, 0xff, 0x29, 0xa0, 0x07, 0x5a, 0x26, 0x4a, 0x59, 0x08, 0x21, 0x2b, 0x84, 0x95, 0x14, 0x75, 0x14, 0x31, 0xea, 0x9b, 0xe4, 0x90, 0x82, 0x34, 0x11, 0x70, 0x9a, 0x8a, 0x0a, 0xd2, 0xdc, 0x22, 0x2d, 0x6c, 0x7e, 0xde, 0x4c, 0xb9, 0x6e, 0x13, 0x71, 0x7b, 0x8d, 0x95, 0x12, 0xae, 0xce, 0xea, 0x7a, 0x4a, 0x39, 0xbf, 0xdc, 0x04, 0x5b, 0x9d, 0xe1, 0xe5, 0xff, 0x6c, 0xb3, 0xdc, 0x0d, 0x29, 0xca, 0x2a, 0x52, 0x54, 0xb0, 0x10, 0xa3, 0xba, 0x18, 0xec, 0x9a, 0x8a, 0x20, 0x57, 0x08, 0x18, 0xaa, 0x28, 0x75, 0x05, 0xa8, 0x7a, 0x02, 0x5a, 0xa0, 0xd4, 0x53, 0xae, 0x53, 0x57, 0xdc, 0x46, 0x6d, 0x71, 0xbb, 0x12, 0xb0, 0x84, 0x5c, 0xdd, 0x04, 0xba, 0x92, 0x05, 0xec, 0xd2, 0xa2, 0xe2, 0x5d, 0x02, 0xee, 0x82, 0x14, 0x52, 0x8c, 0xd2, 0x8a, 0x1c, 0x97, 0x99, 0x04, 0x91, 0x92, 0x54, 0x16, 0xe5, 0xb6, 0xaa, 0x92, 0x6a, 0x0e, 0xa2, 0xfe, 0x7e, 0x15, 0xe5, 0xb6, 0x24, 0xdc, 0x0a, 0x0a, 0xe0, 0x72, 0xe2, 0x38, 0xd4, 0x32, 0x7e, 0x09, 0x74, 0x11, 0x90, 0xa4, 0x84, 0x98, 0x75, 0xa5, 0x94, 0x94, 0x56, 0x52, 0x46, 0xa4, 0xac, 0xf2, 0xf7, 0xd2, 0xa6, 0xc8, 0xeb, 0x95, 0x34, 0xdd, 0xee, 0xa5, 0xcb, 0xa5, 0xcb, 0xa5, 0xcb, 0xa5, 0xcb, 0x45, 0x70, 0xf9, 0x7f, 0x4d, 0xcc, 0xac, 0x8d, 0x76, 0xf9, 0x3a, 0x55, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_stop_128_png_len = 9737; unsigned char gtk_stop_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x0a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x53, 0x74, 0x6f, 0x70, 0xb2, 0x7c, 0x3a, 0xe9, 0x00, 0x00, 0x00, 0x16, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x41, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x73, 0x20, 0x4e, 0x69, 0x6c, 0x73, 0x73, 0x6f, 0x6e, 0x2b, 0xef, 0xe4, 0xa3, 0x00, 0x00, 0x00, 0x18, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x32, 0x30, 0x30, 0x35, 0x2d, 0x31, 0x30, 0x2d, 0x31, 0x36, 0x94, 0x9d, 0x56, 0xed, 0x00, 0x00, 0x38, 0xe8, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x07, 0x98, 0x14, 0xc5, 0xb6, 0xc7, 0x9b, 0x8c, 0x48, 0x30, 0x20, 0x20, 0x82, 0xe4, 0x9c, 0x04, 0x33, 0xa0, 0x82, 0x81, 0x0c, 0x4a, 0x4e, 0x22, 0xa8, 0x98, 0x73, 0x4e, 0xa0, 0x28, 0x20, 0x20, 0x2a, 0x0a, 0xe6, 0x9c, 0xae, 0xe1, 0xea, 0xbd, 0xef, 0xde, 0x77, 0xef, 0x53, 0x8c, 0x20, 0x20, 0x49, 0x40, 0xc2, 0x92, 0x97, 0xbc, 0xb0, 0xbb, 0x84, 0x85, 0xcd, 0xec, 0x2a, 0x73, 0xde, 0x39, 0x35, 0x55, 0xbd, 0x35, 0x35, 0xd5, 0x3d, 0xdd, 0x33, 0x3d, 0x61, 0x97, 0x99, 0xef, 0xfb, 0x7f, 0xe8, 0xc2, 0x4e, 0xe8, 0xfe, 0xfd, 0x4e, 0x9d, 0xaa, 0x0e, 0x63, 0x18, 0x27, 0xd9, 0x63, 0x9a, 0x61, 0x34, 0x9a, 0x6d, 0x18, 0x75, 0x9e, 0x37, 0x8c, 0x4f, 0x30, 0x90, 0x4c, 0x40, 0xd2, 0x31, 0xad, 0x8d, 0xe4, 0xa3, 0x6c, 0x3e, 0x66, 0x18, 0x46, 0x63, 0xdc, 0xc1, 0xbb, 0x30, 0xeb, 0x31, 0xdf, 0x25, 0x81, 0xd7, 0x66, 0xff, 0x54, 0xc3, 0x68, 0x91, 0xa4, 0xa5, 0x0c, 0x56, 0x7e, 0xdc, 0xb9, 0x3b, 0x93, 0x80, 0x3b, 0xca, 0x3e, 0x94, 0xa0, 0x59, 0x92, 0x9a, 0x32, 0xf2, 0xa0, 0x9d, 0x89, 0x3b, 0x75, 0x8f, 0xd8, 0xc1, 0x33, 0xca, 0x97, 0x87, 0x77, 0xdb, 0xb7, 0x87, 0xcf, 0xae, 0xb8, 0x22, 0xea, 0xf9, 0xf4, 0xf2, 0xcb, 0xdd, 0xe5, 0xb2, 0xcb, 0x2c, 0xf3, 0x49, 0xf7, 0xee, 0xfa, 0x74, 0xeb, 0x66, 0x9f, 0xae, 0x5d, 0xb5, 0xf9, 0xf8, 0xd2, 0x4b, 0xcd, 0xbc, 0xdd, 0xa6, 0x0d, 0xdb, 0x2e, 0x92, 0x04, 0xbb, 0xa9, 0x68, 0x24, 0xe9, 0x29, 0x3b, 0x6d, 0x4f, 0x09, 0xfc, 0x1d, 0x3a, 0xc0, 0xb2, 0x91, 0x23, 0xa1, 0x70, 0xee, 0x5c, 0x38, 0xfe, 0xfa, 0xeb, 0xe1, 0xe5, 0xb5, 0xd7, 0xa2, 0x97, 0x79, 0xf3, 0xe0, 0x38, 0xbd, 0x37, 0xca, 0xab, 0xaf, 0x42, 0xa1, 0x9c, 0x57, 0x5e, 0x81, 0xc2, 0x39, 0x73, 0xf4, 0x79, 0xf9, 0x65, 0x28, 0x7c, 0xe9, 0xa5, 0x92, 0xbc, 0xf8, 0x62, 0x49, 0x66, 0xcf, 0xf6, 0xe7, 0x85, 0x17, 0x02, 0x52, 0x40, 0x99, 0x39, 0x13, 0x56, 0x0d, 0x1f, 0xce, 0x24, 0x78, 0xbe, 0x5c, 0x39, 0x59, 0x82, 0x3d, 0xb4, 0xfd, 0x92, 0x14, 0x95, 0xde, 0xca, 0xdf, 0x02, 0x77, 0x62, 0x9a, 0x09, 0x7f, 0x85, 0x0a, 0xf0, 0x5e, 0xa7, 0x4e, 0xb0, 0x6c, 0xd4, 0xa8, 0xc8, 0xe0, 0x8f, 0xa6, 0x14, 0x04, 0xbf, 0x88, 0x0a, 0xbf, 0x10, 0xc0, 0x4a, 0x02, 0x59, 0x00, 0x19, 0x7e, 0x11, 0x05, 0x7e, 0x53, 0x82, 0x59, 0xb3, 0xa0, 0x60, 0xc6, 0x0c, 0x58, 0x39, 0x6c, 0x18, 0xbc, 0xdd, 0xaa, 0x95, 0x2a, 0xc1, 0x76, 0x1c, 0x09, 0xce, 0x49, 0xd2, 0x54, 0xca, 0x1e, 0xb8, 0xe3, 0x5a, 0xea, 0xe0, 0x5f, 0x3e, 0x7a, 0x74, 0x74, 0xe0, 0xf7, 0x42, 0x06, 0x19, 0x7e, 0x7c, 0x8f, 0xf4, 0x3e, 0x5d, 0xc1, 0x2f, 0xa2, 0x83, 0x5f, 0x8c, 0x00, 0x9a, 0x51, 0xa0, 0x90, 0x04, 0xc0, 0x51, 0x80, 0x24, 0x58, 0x31, 0x74, 0x28, 0xbc, 0xd5, 0xb2, 0x65, 0x80, 0x04, 0x38, 0x0a, 0x6c, 0x9b, 0x6e, 0x18, 0x67, 0x27, 0xa9, 0x2a, 0x3d, 0x95, 0xbf, 0x15, 0xad, 0x66, 0xc8, 0xf0, 0xbf, 0x7f, 0xde, 0x79, 0xb0, 0x72, 0xcc, 0x18, 0x28, 0x24, 0xb8, 0xa2, 0x0d, 0x7f, 0xb8, 0x32, 0xa8, 0xf0, 0xcb, 0x02, 0x08, 0xf8, 0x43, 0x09, 0x60, 0xd7, 0xfe, 0xe8, 0x24, 0x40, 0xf8, 0x45, 0x48, 0x80, 0x82, 0xe7, 0x9f, 0x87, 0xa5, 0x83, 0x07, 0xeb, 0x24, 0xd8, 0xf2, 0x82, 0x61, 0xd4, 0x4b, 0xd2, 0x55, 0x4a, 0xe1, 0x5f, 0x61, 0x01, 0xff, 0x81, 0x89, 0x13, 0x61, 0x6b, 0xcf, 0x9e, 0xce, 0xd3, 0xa3, 0x47, 0x64, 0xc1, 0x89, 0xb1, 0x55, 0xb6, 0xe0, 0x24, 0x38, 0x64, 0x70, 0x32, 0xac, 0x0d, 0x4e, 0x86, 0xb5, 0xc1, 0x49, 0xb0, 0x65, 0x70, 0x22, 0xbc, 0x17, 0xdb, 0x1e, 0x02, 0xbf, 0x10, 0x47, 0x80, 0x42, 0x3e, 0x0a, 0x14, 0x4c, 0x9f, 0x0e, 0x4b, 0xaf, 0xbb, 0x0e, 0xde, 0x6c, 0xde, 0x5c, 0x6d, 0x87, 0xd6, 0xbf, 0x68, 0x18, 0xb5, 0x93, 0x94, 0x25, 0x6e, 0xdb, 0xd3, 0x1a, 0x73, 0x40, 0x85, 0x7f, 0xd5, 0xb8, 0x71, 0xfe, 0x0a, 0x1b, 0x29, 0xfc, 0x5e, 0x4a, 0x11, 0x89, 0x08, 0x1e, 0x4b, 0xb0, 0x6f, 0xe4, 0xc8, 0x12, 0x09, 0x48, 0x00, 0x4c, 0xfe, 0xb4, 0x69, 0xb0, 0x98, 0x24, 0x68, 0xd6, 0x4c, 0x95, 0x60, 0x2d, 0xe6, 0xcc, 0x24, 0x6d, 0x09, 0xf6, 0x98, 0x65, 0x18, 0x6d, 0x82, 0xe0, 0xef, 0xdc, 0xd9, 0x12, 0xfe, 0xfd, 0x37, 0xde, 0xe8, 0x0d, 0xfc, 0x91, 0xca, 0xe0, 0xb5, 0x08, 0x6e, 0x25, 0x40, 0x01, 0x02, 0x24, 0xe0, 0x02, 0x84, 0x90, 0x60, 0xcd, 0x14, 0xc3, 0x38, 0x23, 0x49, 0x5d, 0x62, 0xc1, 0x9f, 0x2e, 0xc3, 0xff, 0xc1, 0xf9, 0xe7, 0xc3, 0x6a, 0x0b, 0xf8, 0xd3, 0x08, 0xfe, 0x2b, 0xaf, 0x74, 0x97, 0x68, 0xcb, 0x90, 0x28, 0x12, 0xe0, 0x1c, 0xc0, 0x94, 0x00, 0xff, 0x3b, 0x6f, 0xea, 0x54, 0xf8, 0x75, 0xe0, 0x40, 0x78, 0xa3, 0x69, 0xd3, 0x80, 0x83, 0x65, 0x38, 0x27, 0x58, 0x86, 0x12, 0xd4, 0x4c, 0xd2, 0x17, 0xe7, 0xc7, 0x4c, 0xc3, 0xe8, 0x34, 0xdd, 0x30, 0x0e, 0x89, 0x1d, 0x33, 0xb3, 0x62, 0x45, 0x3f, 0xfc, 0xe3, 0xc7, 0xfb, 0x81, 0x7f, 0xe3, 0x8d, 0x92, 0x84, 0x0b, 0xbf, 0x17, 0x62, 0x24, 0x82, 0x04, 0x21, 0x5a, 0xa1, 0x80, 0x91, 0x00, 0xe1, 0x27, 0x01, 0x68, 0x3e, 0x90, 0xf7, 0xdc, 0x73, 0xb0, 0x60, 0xc0, 0x00, 0x78, 0xbd, 0x71, 0x63, 0xf5, 0x88, 0xf1, 0x52, 0x2c, 0x3e, 0x35, 0x92, 0x14, 0xc6, 0xe9, 0x81, 0xe0, 0x9f, 0xa7, 0x83, 0x7f, 0xcd, 0x84, 0x09, 0x7a, 0xf8, 0xf1, 0xe7, 0x9e, 0xc2, 0x1f, 0x8e, 0x0c, 0xd1, 0x12, 0xc1, 0x43, 0x09, 0xd2, 0x46, 0x8d, 0xf2, 0x8f, 0x04, 0x5c, 0x00, 0x4a, 0xee, 0xb3, 0xcf, 0xc2, 0x2f, 0x7a, 0x09, 0x96, 0xe0, 0x48, 0x50, 0x3d, 0x49, 0x63, 0xec, 0x8f, 0xf0, 0x76, 0xc6, 0x8d, 0x7f, 0x58, 0x86, 0xff, 0xc3, 0x0b, 0x2e, 0x80, 0x75, 0x37, 0xdd, 0x14, 0x08, 0x7e, 0xac, 0xe0, 0x77, 0x2b, 0x43, 0x82, 0x4b, 0xb0, 0x9f, 0x56, 0xcd, 0x84, 0x00, 0x38, 0x17, 0xa0, 0xe4, 0xa1, 0x04, 0x6c, 0x24, 0x68, 0xd4, 0x48, 0x95, 0x60, 0xd1, 0x6c, 0xc3, 0x38, 0x35, 0x49, 0x65, 0x9c, 0xe1, 0x5f, 0x7f, 0xf3, 0xcd, 0xc1, 0xf0, 0xe3, 0x1c, 0x60, 0x1f, 0xce, 0x05, 0x82, 0x00, 0xbd, 0xea, 0x2a, 0x67, 0x89, 0xa6, 0x08, 0x89, 0x28, 0x01, 0x17, 0x80, 0x72, 0x60, 0xec, 0x58, 0x28, 0x94, 0x04, 0xa0, 0xe4, 0x4e, 0x99, 0x02, 0x3f, 0xf5, 0xef, 0x0f, 0xf3, 0x1a, 0x34, 0x50, 0x25, 0xf8, 0x01, 0x47, 0x82, 0xaa, 0x49, 0x3a, 0xa3, 0xdf, 0xf6, 0x74, 0xc1, 0x8d, 0x7d, 0x24, 0x00, 0xfe, 0x0b, 0x2f, 0x84, 0x0d, 0x56, 0xf0, 0xdf, 0x70, 0x83, 0x73, 0xd8, 0xdd, 0x24, 0xce, 0x22, 0xc4, 0x4d, 0x02, 0x9c, 0x14, 0xe7, 0xa0, 0x04, 0x3f, 0xf4, 0xed, 0xab, 0x93, 0x60, 0xfe, 0x5c, 0xc3, 0xa8, 0x92, 0xa4, 0x34, 0x7a, 0x95, 0xff, 0x7c, 0x2d, 0xfc, 0x13, 0x27, 0x6a, 0xdb, 0x9e, 0xa8, 0xc1, 0x1f, 0x89, 0x0c, 0x89, 0x24, 0x81, 0x83, 0x56, 0x88, 0xb5, 0x43, 0x28, 0x81, 0x80, 0x5f, 0x24, 0xf7, 0xe9, 0xa7, 0xe1, 0x7b, 0x92, 0xe0, 0x9c, 0x73, 0xd4, 0xd5, 0xa1, 0x6f, 0x93, 0x12, 0x44, 0xe1, 0x31, 0xcd, 0x30, 0x2e, 0xc0, 0x0d, 0x9c, 0x25, 0x36, 0xf4, 0xac, 0xca, 0x95, 0xe1, 0xa3, 0x8b, 0x2f, 0xb6, 0x86, 0x9f, 0xda, 0x1e, 0x87, 0x00, 0x6f, 0xbb, 0xfa, 0xea, 0x80, 0xc4, 0x44, 0x86, 0x70, 0x44, 0x88, 0x54, 0x82, 0x30, 0x47, 0x01, 0x36, 0x12, 0x5c, 0x7f, 0x7d, 0x80, 0x00, 0x4c, 0x82, 0xc9, 0x93, 0x61, 0x7e, 0x9f, 0x3e, 0x30, 0xb7, 0x7e, 0x7d, 0x75, 0x24, 0xf8, 0xc7, 0xdb, 0x86, 0x51, 0x29, 0x49, 0xad, 0x77, 0xf0, 0x77, 0xc5, 0x8d, 0x9a, 0xad, 0xc2, 0xbf, 0xf1, 0xf6, 0xdb, 0x83, 0xe0, 0x2f, 0xa4, 0xb6, 0x07, 0x77, 0x56, 0x28, 0xc8, 0xc3, 0x8d, 0xa7, 0x22, 0x44, 0x5b, 0x02, 0x0f, 0x5b, 0x21, 0x4a, 0x3a, 0x8e, 0xa8, 0xa6, 0x00, 0xcf, 0x3d, 0xc7, 0x42, 0x12, 0x7c, 0xdb, 0xbb, 0xb7, 0x4e, 0x82, 0xaf, 0x71, 0x4e, 0x50, 0x31, 0x49, 0x6f, 0xe4, 0xa7, 0x37, 0x74, 0xc3, 0xe4, 0xa8, 0xf0, 0x6f, 0xba, 0xe3, 0x8e, 0x60, 0xf8, 0xe7, 0xcd, 0x83, 0xbd, 0x63, 0xc6, 0x78, 0x0a, 0x7c, 0xc4, 0x42, 0x94, 0x06, 0x09, 0x1c, 0x0a, 0xc0, 0x46, 0x82, 0xf1, 0xe3, 0x03, 0x04, 0x28, 0x78, 0xf6, 0x59, 0xc8, 0x99, 0x34, 0x09, 0xbe, 0xed, 0xd5, 0x0b, 0x5e, 0xad, 0x5b, 0x57, 0x95, 0xe0, 0xab, 0xbf, 0x1b, 0x46, 0x85, 0x24, 0xc5, 0xe1, 0x1f, 0xe4, 0xea, 0xae, 0x83, 0x7f, 0xb3, 0x15, 0xfc, 0xa3, 0x47, 0xc7, 0x0c, 0x7c, 0x4f, 0x45, 0xf0, 0x40, 0x82, 0x58, 0xb5, 0x42, 0x9b, 0x2f, 0xbd, 0x14, 0xd2, 0x49, 0x02, 0x0e, 0xbf, 0x48, 0xf6, 0x93, 0x4f, 0xc2, 0x7f, 0x71, 0x3b, 0x68, 0x24, 0xf8, 0x08, 0x47, 0x82, 0xf2, 0x49, 0x9a, 0xdd, 0x57, 0xfe, 0xcb, 0x74, 0xf0, 0x6f, 0xb1, 0xa9, 0xfc, 0xf1, 0x82, 0xdf, 0xb1, 0x08, 0xe1, 0x8c, 0x06, 0x09, 0x38, 0x0a, 0x90, 0x04, 0x19, 0x24, 0x81, 0x10, 0x60, 0xca, 0x14, 0x96, 0x63, 0x4f, 0x3c, 0x01, 0xff, 0xc1, 0x6d, 0xf0, 0x4a, 0x9d, 0x3a, 0x01, 0x12, 0x4c, 0x37, 0x8c, 0xf7, 0x93, 0x12, 0xb8, 0x87, 0x3f, 0x57, 0x86, 0xff, 0xe3, 0x4b, 0x2e, 0x81, 0x2d, 0x77, 0xde, 0x19, 0x79, 0xe5, 0xbf, 0xe6, 0x9a, 0xf0, 0xe2, 0x95, 0x08, 0x65, 0x40, 0x02, 0x12, 0x80, 0x8d, 0x04, 0x13, 0x26, 0x98, 0xf0, 0xe7, 0x53, 0x9e, 0x79, 0x86, 0x49, 0xf0, 0xbf, 0xf8, 0x39, 0xe7, 0xd4, 0xae, 0xad, 0x4a, 0xf0, 0x2e, 0x18, 0x46, 0xb9, 0x24, 0xdd, 0xa1, 0xdb, 0x9e, 0xcb, 0x75, 0xf0, 0x6f, 0xbb, 0xe7, 0x9e, 0x40, 0xf8, 0xdf, 0x7c, 0x93, 0xc1, 0xbf, 0x27, 0x14, 0xfc, 0xe1, 0x02, 0xef, 0x91, 0x10, 0x9e, 0xb5, 0x44, 0xd1, 0x90, 0x20, 0xc2, 0x51, 0x80, 0x8d, 0x04, 0x37, 0xdd, 0xe4, 0x87, 0x9f, 0x0b, 0x40, 0x39, 0xfa, 0xf8, 0xe3, 0x5a, 0x09, 0x30, 0xaf, 0x26, 0x09, 0xb7, 0x3f, 0xc8, 0x75, 0x0d, 0x6e, 0xa4, 0x02, 0x13, 0xfe, 0x2a, 0x55, 0xd8, 0x1d, 0x0b, 0xb6, 0xdd, 0x7b, 0xaf, 0x7b, 0xf8, 0xa3, 0x05, 0x7e, 0x18, 0x22, 0xb8, 0x96, 0x20, 0x5a, 0xf3, 0x81, 0x28, 0x8c, 0x02, 0xaa, 0x04, 0x79, 0x28, 0x40, 0xde, 0xd3, 0x4f, 0xc3, 0xd1, 0x47, 0x1f, 0x85, 0xff, 0xc1, 0xf7, 0x36, 0xe7, 0xcc, 0x33, 0x55, 0x09, 0xe6, 0x24, 0x49, 0xd7, 0x1f, 0xe4, 0xea, 0x25, 0xc3, 0xff, 0x42, 0xd5, 0xaa, 0x0c, 0xfe, 0x54, 0x0d, 0xfc, 0x05, 0x73, 0xe7, 0xc2, 0xee, 0x11, 0x23, 0xc2, 0x07, 0xbf, 0x57, 0x2f, 0x77, 0xf1, 0x40, 0x84, 0xa8, 0x4a, 0x10, 0x87, 0x51, 0x40, 0x16, 0x40, 0x48, 0x90, 0x47, 0x02, 0x20, 0xfc, 0x22, 0x4c, 0x02, 0x7c, 0x2f, 0x2f, 0x9f, 0x7e, 0xba, 0x7a, 0xb0, 0xec, 0xc5, 0x24, 0xf1, 0x81, 0x95, 0xbf, 0x37, 0x6e, 0x98, 0xc2, 0x88, 0xe0, 0xf7, 0x1a, 0xfa, 0x70, 0x65, 0x48, 0x10, 0x09, 0x62, 0xb5, 0x22, 0x14, 0x20, 0xc1, 0xcd, 0x37, 0x9b, 0x23, 0x40, 0xde, 0xe4, 0xc9, 0x2c, 0x59, 0x8f, 0x3c, 0x02, 0xff, 0xd0, 0x48, 0x80, 0xfb, 0x7c, 0x4a, 0x92, 0x7c, 0x7f, 0xe5, 0xef, 0xa3, 0xc2, 0x4f, 0x37, 0x73, 0xda, 0xf5, 0xe0, 0x83, 0x91, 0xc3, 0xef, 0x15, 0xf4, 0x6e, 0x65, 0x70, 0x2b, 0x81, 0x9b, 0xf9, 0x40, 0xa4, 0xa3, 0x40, 0x94, 0xda, 0xa0, 0x00, 0x09, 0x38, 0xfc, 0xa6, 0x04, 0x0f, 0x3d, 0x04, 0xdf, 0x90, 0x04, 0xa7, 0x9d, 0xa6, 0xb6, 0x43, 0x93, 0x4e, 0xf6, 0xca, 0xdf, 0x37, 0xae, 0xf0, 0xf7, 0xee, 0x6d, 0x9f, 0x44, 0x90, 0x20, 0x1e, 0xa3, 0x40, 0x04, 0x02, 0x6c, 0xc6, 0x9f, 0x1f, 0x9c, 0x38, 0x31, 0x50, 0x82, 0xa7, 0x9e, 0x82, 0x23, 0x28, 0xc1, 0xd7, 0x1a, 0x09, 0xb0, 0x00, 0x3e, 0x71, 0xb2, 0x2e, 0x75, 0xf6, 0xc3, 0x1c, 0x0f, 0x82, 0x1f, 0x37, 0x94, 0x0e, 0xfe, 0x5d, 0xc3, 0x87, 0x3b, 0x83, 0x3f, 0x12, 0xe0, 0x23, 0x11, 0x22, 0x96, 0x12, 0xc4, 0x6b, 0x32, 0xac, 0x0a, 0xa0, 0x91, 0x60, 0x13, 0x8f, 0x29, 0xc1, 0xa4, 0x49, 0xfe, 0xa0, 0x04, 0x87, 0x1f, 0x78, 0x00, 0xbe, 0xc2, 0xe7, 0x7e, 0xa9, 0x66, 0x4d, 0x55, 0x82, 0xc7, 0x4e, 0xb6, 0xca, 0xdf, 0x5f, 0x07, 0xff, 0xee, 0x87, 0x1f, 0x0e, 0x82, 0x3f, 0xff, 0x95, 0x57, 0x60, 0xd7, 0xd0, 0xa1, 0x91, 0xc1, 0x1f, 0x29, 0xf8, 0x4e, 0x45, 0x88, 0x54, 0x82, 0x52, 0x34, 0x0a, 0x6c, 0xd6, 0x08, 0xb0, 0x49, 0x49, 0x26, 0x49, 0xc0, 0x05, 0xc8, 0x7d, 0xf2, 0x49, 0x96, 0x43, 0xf7, 0xdf, 0xaf, 0x93, 0xc0, 0x87, 0x12, 0xdc, 0x7d, 0xb2, 0x54, 0xfe, 0x21, 0x98, 0x62, 0xf1, 0xe1, 0x67, 0x57, 0xab, 0xc6, 0x6e, 0xf0, 0x1a, 0x04, 0x3f, 0x26, 0x62, 0xf8, 0xbd, 0x06, 0xdf, 0x89, 0x08, 0x2e, 0x24, 0x48, 0xa8, 0x51, 0xc0, 0x85, 0x00, 0x9b, 0x35, 0x02, 0xa8, 0xf0, 0x6f, 0xba, 0xe4, 0x12, 0x73, 0x24, 0xc8, 0xc5, 0xea, 0x2f, 0x04, 0x10, 0x12, 0x7c, 0x89, 0xbf, 0xfb, 0x62, 0x8d, 0x1a, 0xaa, 0x04, 0x77, 0x96, 0x75, 0xf8, 0x87, 0xa9, 0xf0, 0x7f, 0x8a, 0x1b, 0x7b, 0xef, 0x63, 0x8f, 0xe9, 0xe1, 0x1f, 0x32, 0x24, 0x36, 0xf0, 0xf7, 0xe9, 0x13, 0x98, 0x78, 0x4a, 0x90, 0x28, 0x02, 0x58, 0x48, 0xb0, 0x59, 0x23, 0xc0, 0x26, 0x0b, 0x01, 0x36, 0x52, 0xf8, 0x48, 0x20, 0x0b, 0xc0, 0x24, 0xb8, 0xef, 0x3e, 0xf8, 0x82, 0x24, 0xa8, 0x5e, 0x3d, 0x40, 0x02, 0xcc, 0x6d, 0x27, 0x0d, 0xfc, 0x9f, 0xe1, 0x86, 0x4f, 0xd3, 0xc1, 0x3f, 0x67, 0x8e, 0x1e, 0x7e, 0x9d, 0x00, 0xe1, 0xc0, 0xaf, 0x02, 0x1f, 0x2a, 0x5e, 0x48, 0x10, 0xab, 0x51, 0x20, 0x8a, 0xab, 0x41, 0x9b, 0x35, 0x02, 0x6c, 0xa2, 0x68, 0x04, 0xd8, 0x28, 0x04, 0xa0, 0x91, 0x00, 0xff, 0x4d, 0xe6, 0x2d, 0xb7, 0x04, 0x49, 0x90, 0x79, 0xcf, 0x3d, 0xf0, 0x37, 0xfc, 0xb7, 0xb3, 0x4f, 0x3d, 0x55, 0x96, 0xe0, 0x04, 0xb6, 0xc8, 0x37, 0x94, 0xb5, 0x9e, 0x7f, 0x04, 0x7e, 0xb0, 0x3f, 0x03, 0x2a, 0xbf, 0x1d, 0xfc, 0x83, 0x07, 0x3b, 0x3f, 0xc8, 0xe5, 0x06, 0x7e, 0xb7, 0xe0, 0xbb, 0x11, 0xa1, 0x2c, 0x8e, 0x02, 0x2a, 0xfc, 0x8a, 0x04, 0x9b, 0x2c, 0x04, 0xd8, 0xa8, 0x08, 0x20, 0x46, 0x82, 0x83, 0xb2, 0x04, 0x4f, 0x3c, 0xc1, 0x92, 0x71, 0xf7, 0xdd, 0xf0, 0x37, 0xfc, 0x7b, 0x45, 0x82, 0xbf, 0xb0, 0x1d, 0x1a, 0x5b, 0xb6, 0xe1, 0x7f, 0xfc, 0xf1, 0x60, 0xf8, 0x5f, 0x7a, 0x09, 0x76, 0x5e, 0x7b, 0xad, 0xf3, 0xd3, 0x1b, 0x62, 0x09, 0xbf, 0x17, 0x12, 0x94, 0x42, 0x01, 0x36, 0xeb, 0x22, 0xc3, 0xaf, 0x08, 0xb0, 0xd1, 0x42, 0x80, 0x14, 0x21, 0xc1, 0xad, 0xb7, 0x9a, 0xf0, 0xe7, 0x22, 0x03, 0xb9, 0x58, 0x04, 0x49, 0x82, 0xcf, 0x48, 0x02, 0x64, 0x43, 0x91, 0x60, 0x74, 0x69, 0x87, 0x7f, 0x94, 0x2b, 0xf8, 0x07, 0x0d, 0x72, 0x77, 0x6e, 0x8f, 0x53, 0x01, 0x2c, 0x60, 0xde, 0xde, 0xb7, 0xaf, 0x6d, 0x5c, 0x4b, 0x10, 0xed, 0x51, 0xc0, 0xe9, 0x6a, 0x90, 0x47, 0x02, 0x6c, 0xb6, 0x10, 0x60, 0x93, 0x85, 0x00, 0x1b, 0xd5, 0x48, 0xf0, 0xb3, 0xd0, 0x55, 0x7c, 0xf8, 0xf3, 0x43, 0x24, 0x01, 0xc1, 0xcf, 0x05, 0xa0, 0xa4, 0xdf, 0x75, 0x17, 0x7c, 0x76, 0xd1, 0x45, 0xf0, 0xc2, 0x29, 0xa7, 0xa8, 0x12, 0x8c, 0x2c, 0x33, 0xf0, 0x53, 0xcf, 0x7f, 0xe0, 0xa9, 0xa7, 0x2c, 0xe1, 0xb7, 0xbd, 0x92, 0xcb, 0x43, 0xf8, 0x43, 0x81, 0xef, 0x48, 0x84, 0x44, 0x1e, 0x05, 0x3c, 0x10, 0x60, 0xb3, 0x85, 0x00, 0x9b, 0x2c, 0x04, 0xd8, 0x68, 0x21, 0x40, 0x8a, 0x22, 0x80, 0x29, 0xc1, 0x6d, 0xb7, 0x05, 0x08, 0x90, 0x83, 0x39, 0x70, 0xc7, 0x1d, 0x3a, 0x09, 0x68, 0xde, 0x38, 0xa8, 0xb4, 0x4d, 0x78, 0x6f, 0xa4, 0xc9, 0x8c, 0xf8, 0x10, 0x34, 0xd3, 0xff, 0x0c, 0x37, 0xb8, 0x15, 0xfc, 0x3b, 0x38, 0xfc, 0xb1, 0x10, 0xc0, 0x2d, 0xfc, 0x96, 0x12, 0x94, 0x22, 0x01, 0x1c, 0x4f, 0x84, 0x65, 0xf8, 0x35, 0x02, 0x6c, 0xb2, 0x10, 0x40, 0x07, 0x7f, 0x0a, 0x45, 0x23, 0xc0, 0x06, 0x1e, 0x53, 0x02, 0x0e, 0xbf, 0xc8, 0x81, 0xdb, 0x6f, 0x87, 0x4f, 0xce, 0x3f, 0x9f, 0x1d, 0x1b, 0x92, 0x24, 0x28, 0xc2, 0x0c, 0x28, 0x2d, 0x95, 0xff, 0x26, 0x15, 0xfe, 0xbf, 0xe1, 0xc6, 0x4e, 0x9f, 0x34, 0x29, 0x08, 0xfe, 0xbc, 0x17, 0x5f, 0x84, 0x1d, 0x03, 0x07, 0x86, 0xbe, 0x78, 0x3d, 0xdc, 0xf6, 0xc7, 0x61, 0xf5, 0xdf, 0x8f, 0x55, 0xe7, 0x4f, 0x9c, 0x84, 0xfd, 0x85, 0x1b, 0x3d, 0xa3, 0x53, 0xa7, 0xc8, 0x46, 0x81, 0x30, 0xdb, 0xa0, 0x58, 0x0a, 0x90, 0x8a, 0x00, 0x16, 0x9c, 0x76, 0x1a, 0x9c, 0xa8, 0x58, 0x11, 0x8e, 0xd6, 0xaf, 0x0f, 0x5b, 0x09, 0x7c, 0x2e, 0xc0, 0x66, 0x35, 0x2a, 0xfc, 0x8a, 0x00, 0x1b, 0x35, 0x02, 0xa4, 0x58, 0x08, 0xb0, 0x41, 0x12, 0x60, 0x83, 0xd4, 0x0e, 0x99, 0x02, 0x3c, 0xfa, 0x28, 0x4b, 0x1a, 0xfe, 0xec, 0xe3, 0x2e, 0x5d, 0xd8, 0xe9, 0xf0, 0x92, 0x04, 0x74, 0xe0, 0xb4, 0x5f, 0xa2, 0x57, 0xfe, 0x9b, 0xb5, 0xf0, 0x6b, 0x2a, 0x7f, 0xee, 0xac, 0x59, 0x90, 0xda, 0xbf, 0xbf, 0xb3, 0xbb, 0x37, 0x78, 0x24, 0x80, 0x16, 0xfe, 0x0b, 0x2f, 0x04, 0x1f, 0x82, 0x00, 0xe5, 0xcb, 0x9b, 0x39, 0xd8, 0xbe, 0x7d, 0xf8, 0xa3, 0x40, 0x22, 0x08, 0x60, 0xd3, 0x06, 0x11, 0xfc, 0xc5, 0x28, 0xbb, 0xfc, 0x79, 0x73, 0xce, 0x3a, 0x8b, 0x49, 0xb0, 0xd9, 0x42, 0x80, 0x4d, 0x16, 0x02, 0x6c, 0xd4, 0x08, 0x90, 0x62, 0x21, 0xc0, 0x06, 0x8d, 0x00, 0x14, 0xfa, 0x3b, 0x26, 0x01, 0x87, 0x9f, 0xe5, 0xe1, 0x87, 0x61, 0xdf, 0x2d, 0xb7, 0xe8, 0x24, 0x28, 0xc0, 0x39, 0xc1, 0x95, 0x89, 0x7a, 0x56, 0xe7, 0x44, 0x15, 0xfe, 0xcf, 0x71, 0x83, 0x67, 0x4c, 0x9e, 0x1c, 0x74, 0xa3, 0x5a, 0x06, 0x7f, 0xbf, 0x7e, 0xda, 0x5b, 0x14, 0xc6, 0x52, 0x00, 0x1d, 0xfc, 0x76, 0x12, 0x94, 0x76, 0x01, 0x74, 0xf0, 0xcb, 0x12, 0xb0, 0x55, 0x1f, 0x45, 0x80, 0x4d, 0x16, 0x02, 0x6c, 0xd4, 0x08, 0x90, 0x62, 0x21, 0xc0, 0x06, 0x0b, 0x01, 0xd6, 0x53, 0x70, 0xf4, 0x0d, 0x90, 0xe0, 0x91, 0x47, 0x98, 0x00, 0x42, 0x82, 0x8f, 0x82, 0x25, 0xc8, 0x47, 0xd6, 0x7a, 0x24, 0x5a, 0xe5, 0xbf, 0x25, 0x00, 0xfe, 0x1a, 0x35, 0xe0, 0x73, 0xdc, 0xe8, 0x99, 0x4f, 0x3f, 0x5d, 0x72, 0x5f, 0x7e, 0x01, 0xff, 0xcc, 0x99, 0x25, 0xf0, 0xc7, 0x58, 0x00, 0x59, 0x02, 0x3b, 0xf8, 0x45, 0x32, 0x3b, 0x74, 0x28, 0x9d, 0x2d, 0x90, 0x46, 0x00, 0x06, 0x7f, 0xb5, 0x6a, 0xb6, 0x9f, 0x57, 0x95, 0x60, 0x93, 0x85, 0x00, 0x1b, 0x35, 0x02, 0xa4, 0x58, 0x08, 0xb0, 0xc1, 0x42, 0x80, 0xf5, 0x92, 0x00, 0x4c, 0x02, 0x6a, 0x87, 0xb0, 0xff, 0x97, 0x05, 0xa0, 0xec, 0x45, 0x09, 0x3e, 0xc4, 0xb6, 0x94, 0x2e, 0x8d, 0x95, 0x24, 0xc8, 0xa3, 0x4b, 0x67, 0x13, 0xa5, 0xf2, 0xdf, 0xca, 0x0f, 0x61, 0x9b, 0xf0, 0x7f, 0x41, 0xf0, 0x3f, 0xf3, 0x4c, 0xe0, 0x17, 0x53, 0xe8, 0xe0, 0x77, 0x2a, 0x80, 0xc7, 0x93, 0x60, 0x2d, 0xfc, 0x15, 0x2a, 0x80, 0x0f, 0x2b, 0x8d, 0x95, 0x04, 0xa5, 0x79, 0x12, 0xbc, 0x03, 0xe1, 0xd3, 0xc1, 0xef, 0xc3, 0x39, 0x8f, 0x95, 0x04, 0x9b, 0x2c, 0x04, 0xd8, 0xa8, 0x11, 0x20, 0xc5, 0x42, 0x80, 0x0d, 0x16, 0x02, 0xac, 0xd7, 0x08, 0xb0, 0x8e, 0x24, 0xc0, 0xe7, 0xa2, 0x89, 0xb1, 0x29, 0xc0, 0x43, 0x0f, 0xb1, 0xec, 0xbe, 0xf1, 0x46, 0xf8, 0x00, 0x25, 0x98, 0x59, 0xa9, 0x92, 0x2c, 0x41, 0xf6, 0x34, 0xc3, 0xb8, 0x28, 0xde, 0xf0, 0xdf, 0x2e, 0xc3, 0x4f, 0x67, 0xf8, 0x7d, 0x89, 0x3b, 0x20, 0x08, 0x7e, 0x8c, 0x16, 0xfe, 0x38, 0x08, 0x90, 0x66, 0x01, 0xff, 0xc1, 0x67, 0x9f, 0x85, 0xfd, 0x1f, 0x7e, 0x08, 0xbe, 0x53, 0x4e, 0x09, 0x96, 0xa0, 0x5d, 0xbb, 0x52, 0x2b, 0x00, 0x83, 0x5f, 0xd3, 0xf6, 0xe4, 0xa2, 0xd4, 0xbb, 0x17, 0x2c, 0x80, 0xe2, 0xc6, 0x8d, 0x83, 0xfe, 0x2e, 0x1b, 0x25, 0xd8, 0xac, 0x03, 0xdf, 0x03, 0x01, 0xd6, 0x6b, 0x04, 0x58, 0x27, 0xc5, 0x94, 0x80, 0xc3, 0x9f, 0xf3, 0xe0, 0x83, 0x2c, 0xbb, 0x50, 0x82, 0xf7, 0x3b, 0x76, 0x54, 0x25, 0x38, 0x46, 0xb7, 0xcc, 0x8c, 0x57, 0xdb, 0x73, 0x7f, 0x00, 0xfc, 0xb5, 0x6a, 0xc1, 0x17, 0xb8, 0xf1, 0x0f, 0x4e, 0x99, 0x12, 0x04, 0x7f, 0xce, 0xf3, 0xcf, 0xb3, 0x2a, 0xaa, 0xdd, 0xa1, 0x5e, 0x09, 0xe0, 0xa0, 0x0d, 0xb2, 0x83, 0x7f, 0xfb, 0xf6, 0xed, 0x2c, 0x8e, 0x25, 0x88, 0xf6, 0x39, 0x41, 0x1e, 0x08, 0x60, 0x07, 0x7f, 0xea, 0x96, 0x2d, 0xec, 0xf3, 0xee, 0x5a, 0xb4, 0xc8, 0x5a, 0x02, 0x9a, 0xec, 0xaa, 0xf0, 0x47, 0x20, 0xc0, 0x7a, 0x8d, 0x00, 0xeb, 0x14, 0x01, 0x28, 0x1b, 0xf8, 0x12, 0xa9, 0x10, 0x20, 0x9b, 0xf2, 0xc0, 0x03, 0xb0, 0x73, 0xc2, 0x04, 0x9d, 0x04, 0x47, 0xe9, 0xa6, 0xc9, 0xb1, 0x86, 0xff, 0x41, 0xf9, 0x82, 0x06, 0x82, 0xff, 0x4b, 0xdc, 0x19, 0x87, 0x74, 0xf0, 0x4f, 0x9f, 0x0e, 0xdb, 0x11, 0x0e, 0xb6, 0xb3, 0x1c, 0x08, 0xe0, 0xf9, 0x3c, 0x80, 0x4b, 0xe0, 0x04, 0x7e, 0xc7, 0x12, 0x78, 0x7c, 0x24, 0xd8, 0xf1, 0x09, 0x71, 0x2e, 0x8e, 0x04, 0x3b, 0x81, 0x5f, 0x84, 0x49, 0xd0, 0xa4, 0x49, 0xb0, 0x04, 0xb5, 0x6b, 0xfb, 0x27, 0xbc, 0xb1, 0x14, 0x00, 0xf7, 0xd3, 0x5a, 0xba, 0xe3, 0x37, 0x5f, 0x22, 0xcd, 0x96, 0x04, 0x60, 0x12, 0x8c, 0x1f, 0x0f, 0xef, 0xb5, 0x6f, 0xcf, 0xee, 0x0c, 0x2e, 0x31, 0x78, 0x70, 0xba, 0x61, 0xb4, 0x8f, 0xd5, 0x3a, 0xff, 0x43, 0x2a, 0xfc, 0x5f, 0xe1, 0x8e, 0x38, 0xfc, 0xdc, 0x73, 0xf6, 0xf0, 0x5b, 0x09, 0x10, 0x83, 0x51, 0x20, 0xed, 0x82, 0x0b, 0x1c, 0xc3, 0x9f, 0x9a, 0x9a, 0xca, 0x72, 0xe0, 0xa3, 0x8f, 0xf4, 0x12, 0xb4, 0x6d, 0x9b, 0xd8, 0xd5, 0x1f, 0x63, 0x07, 0xff, 0x8e, 0xad, 0x5b, 0xcd, 0xcf, 0x18, 0x20, 0xc1, 0xe2, 0xc5, 0xce, 0x25, 0x70, 0x20, 0x40, 0x50, 0xfb, 0xe3, 0x50, 0x80, 0xb5, 0x5c, 0x00, 0x26, 0x01, 0xbe, 0x16, 0x4d, 0x8c, 0x65, 0x01, 0x28, 0xdb, 0xc7, 0x8d, 0x63, 0x12, 0xd0, 0x97, 0x21, 0x4a, 0x2c, 0x66, 0xe2, 0xc4, 0xb8, 0x5d, 0xb4, 0x2b, 0xff, 0xc3, 0x8e, 0xe1, 0x9f, 0x36, 0x2d, 0x10, 0xfe, 0x68, 0x08, 0xe0, 0x60, 0x14, 0x70, 0x02, 0xbf, 0x00, 0x42, 0x8d, 0x2b, 0x09, 0x12, 0xe4, 0x6c, 0xd0, 0x1d, 0x08, 0x9f, 0x0e, 0xfe, 0x3c, 0x9c, 0x7f, 0xc9, 0xf0, 0xcb, 0x09, 0x90, 0xa0, 0x69, 0x53, 0xb6, 0x7d, 0xcc, 0xe0, 0xb6, 0xcb, 0xae, 0x53, 0x27, 0x50, 0x82, 0x30, 0x04, 0xd0, 0xc1, 0xaf, 0x0a, 0xb0, 0x56, 0x11, 0x20, 0x40, 0x02, 0x21, 0xc0, 0xfd, 0xf7, 0xb3, 0x6c, 0xbb, 0xfe, 0x7a, 0x78, 0x17, 0x47, 0x64, 0x45, 0x82, 0x0c, 0xfa, 0xc6, 0xd0, 0x68, 0x55, 0xfe, 0x47, 0x2c, 0xe1, 0x57, 0xbe, 0x8a, 0x94, 0xc1, 0x8f, 0x3b, 0x5c, 0x3b, 0x64, 0x47, 0xd2, 0x06, 0xb9, 0x1c, 0x05, 0x42, 0xc1, 0x6f, 0x05, 0xfe, 0x8e, 0x1d, 0x3b, 0xcc, 0x38, 0x92, 0x20, 0x16, 0xd7, 0x03, 0x38, 0x68, 0x7f, 0xec, 0xe0, 0xdf, 0xb9, 0x6d, 0x9b, 0xf9, 0x99, 0xac, 0x3e, 0x37, 0x93, 0x60, 0xc9, 0x12, 0x28, 0x6e, 0xd6, 0x0c, 0x00, 0xfb, 0x6c, 0x96, 0xca, 0x95, 0x59, 0xb2, 0xeb, 0xd6, 0x0d, 0x5e, 0xff, 0xf7, 0x50, 0x80, 0xb5, 0x16, 0x02, 0xfc, 0x81, 0x59, 0x4f, 0x12, 0xe0, 0x9c, 0x40, 0xc0, 0xcf, 0x72, 0xef, 0xbd, 0xb0, 0x6d, 0xec, 0x58, 0x78, 0xa7, 0x4d, 0x1b, 0x55, 0x82, 0x7d, 0x53, 0x0d, 0xa3, 0x99, 0xd7, 0x95, 0xff, 0x51, 0x1d, 0xfc, 0x47, 0xa6, 0x4e, 0xf5, 0xc3, 0x2f, 0x09, 0x90, 0x8d, 0x70, 0xd1, 0x0e, 0x37, 0x77, 0x8c, 0x13, 0x01, 0xbc, 0x1e, 0x05, 0x30, 0x76, 0xf0, 0x87, 0x82, 0x5e, 0x4d, 0xfa, 0xc7, 0x1f, 0x5b, 0x4b, 0x90, 0x20, 0x57, 0x84, 0x05, 0xc0, 0x2f, 0x55, 0xf0, 0xbc, 0xfe, 0xfd, 0x03, 0xe0, 0x57, 0xa3, 0xdb, 0x16, 0xbb, 0x7f, 0xfb, 0x0d, 0x8a, 0x5b, 0xb4, 0x00, 0xa0, 0x65, 0x61, 0x5a, 0x2a, 0xe5, 0xc9, 0xae, 0x57, 0xcf, 0x7f, 0xe2, 0x5b, 0x28, 0xf8, 0x5d, 0x0a, 0xb0, 0xd6, 0x42, 0x80, 0x3f, 0xa4, 0xac, 0xa7, 0xd5, 0x21, 0x9a, 0x13, 0x10, 0xfc, 0xf7, 0xdd, 0xc7, 0x04, 0xc8, 0xbe, 0xe7, 0x1e, 0xd8, 0x3a, 0x66, 0x0c, 0xbc, 0xdd, 0xba, 0x35, 0xcc, 0xc0, 0xcf, 0x2d, 0x31, 0xba, 0x17, 0x27, 0xc6, 0x4d, 0xbd, 0x5a, 0xea, 0x7c, 0x4c, 0x86, 0x9f, 0x6e, 0x70, 0xc4, 0xe0, 0xc7, 0x2a, 0x6f, 0xc2, 0xcf, 0x05, 0xc8, 0xc6, 0x49, 0x30, 0xdb, 0xa9, 0xf2, 0xce, 0x09, 0x53, 0x80, 0x48, 0x24, 0x48, 0x3b, 0xff, 0x7c, 0x2d, 0xfc, 0x87, 0x70, 0xb4, 0x72, 0x0a, 0xfe, 0xce, 0x9d, 0x3b, 0x03, 0xe2, 0x58, 0x82, 0x38, 0x5c, 0x13, 0xcc, 0xe0, 0xaf, 0x5e, 0x9d, 0xb5, 0x2b, 0x2c, 0xbc, 0x7a, 0xe7, 0x0d, 0x18, 0x00, 0xbb, 0xb0, 0xaa, 0xcb, 0x9f, 0xc3, 0xa9, 0x08, 0x4c, 0x82, 0x56, 0xad, 0x00, 0xe8, 0xf8, 0x81, 0x94, 0xec, 0xfa, 0xf5, 0x4d, 0x09, 0x52, 0x34, 0x02, 0x6c, 0x70, 0x29, 0xc0, 0x5a, 0x8d, 0x00, 0x7f, 0xa8, 0xc1, 0x62, 0x46, 0x21, 0x09, 0x8e, 0xd0, 0x48, 0x40, 0x02, 0x20, 0xfc, 0x22, 0x5b, 0x46, 0x8f, 0xd6, 0x49, 0xb0, 0x07, 0xd9, 0x6d, 0x1c, 0x11, 0xfc, 0x53, 0x0c, 0xa3, 0xb2, 0x0a, 0xff, 0xd7, 0xb8, 0x93, 0xb2, 0x54, 0xf8, 0x31, 0x5a, 0xf8, 0x75, 0x02, 0x78, 0x31, 0x0a, 0xd8, 0x48, 0xe0, 0x14, 0x7e, 0xa7, 0xe0, 0x8b, 0xec, 0xda, 0xb5, 0x0b, 0x32, 0x3e, 0xf9, 0xc4, 0x5e, 0x82, 0x38, 0xdc, 0x15, 0x62, 0x07, 0x42, 0x51, 0x5c, 0xb3, 0xa6, 0xd9, 0xaa, 0xb0, 0x60, 0xe5, 0xce, 0x1b, 0x34, 0x08, 0x76, 0xe3, 0xe7, 0xb4, 0xfa, 0x3c, 0x56, 0x32, 0x04, 0x49, 0x80, 0x60, 0x01, 0xc9, 0x25, 0x52, 0xa3, 0x06, 0x64, 0x37, 0x68, 0xe0, 0x3f, 0xfa, 0xab, 0x08, 0xb0, 0xc1, 0x42, 0x80, 0xf5, 0x16, 0x02, 0x04, 0xc1, 0x8f, 0xf9, 0xc3, 0x42, 0x80, 0x35, 0x3c, 0x4c, 0x02, 0x1a, 0x09, 0x24, 0x01, 0x8e, 0x61, 0x52, 0x46, 0x8e, 0x84, 0xb7, 0x5a, 0xb6, 0x0c, 0x90, 0x00, 0x05, 0xd8, 0xe6, 0xa9, 0x00, 0x74, 0x01, 0xbb, 0x0e, 0xfe, 0x63, 0x4f, 0x3f, 0x0d, 0xdb, 0x68, 0x47, 0x59, 0x1d, 0x96, 0x8f, 0xc6, 0x28, 0xa0, 0x91, 0xc0, 0x09, 0xfc, 0x6e, 0xa1, 0x57, 0x63, 0x29, 0x01, 0xf6, 0xa2, 0xb1, 0xbe, 0x2f, 0x10, 0x83, 0x1f, 0xdb, 0x51, 0xb5, 0x55, 0xc9, 0xbb, 0xf6, 0x5a, 0x06, 0xbf, 0xfa, 0xde, 0xc3, 0x11, 0x81, 0x49, 0x80, 0x93, 0x4d, 0x20, 0xc9, 0x44, 0xf0, 0x35, 0xb3, 0x1b, 0x36, 0x0c, 0x38, 0x05, 0xc2, 0x16, 0x7e, 0x8d, 0x00, 0xeb, 0x34, 0x02, 0x68, 0xe1, 0xc7, 0xac, 0x91, 0x04, 0xb0, 0x92, 0x20, 0xfb, 0xee, 0xbb, 0x61, 0xc3, 0xf0, 0xe1, 0xf0, 0x66, 0xf3, 0xe6, 0x01, 0xd7, 0x17, 0x7b, 0x2a, 0x00, 0x9d, 0xd9, 0x59, 0xf8, 0xca, 0x2b, 0x01, 0xf0, 0x1f, 0x9d, 0x3c, 0xd9, 0xbf, 0x93, 0xe8, 0xe0, 0x8b, 0x53, 0x01, 0xa2, 0x20, 0x41, 0x28, 0xf8, 0x23, 0x05, 0x5f, 0x64, 0xf7, 0xee, 0xdd, 0x90, 0xf9, 0xe9, 0xa7, 0xa1, 0x25, 0x88, 0xf2, 0x9d, 0xe1, 0x18, 0xfc, 0x38, 0x22, 0x03, 0xbd, 0x0f, 0x0a, 0x6f, 0x51, 0xf2, 0x07, 0x0f, 0x66, 0xf0, 0xd3, 0xfb, 0xb4, 0xfb, 0x1c, 0x6e, 0x44, 0xd8, 0xbd, 0x74, 0x29, 0x14, 0x77, 0xe8, 0x00, 0x70, 0xda, 0x69, 0xfe, 0xd0, 0xeb, 0x62, 0xb2, 0xcf, 0x3d, 0x97, 0x5d, 0xf4, 0xb2, 0xc1, 0x42, 0x00, 0x3b, 0xf8, 0x23, 0x11, 0x60, 0x0d, 0xee, 0x6b, 0x9a, 0x18, 0x9b, 0x12, 0x20, 0xfc, 0x94, 0xac, 0x3b, 0xef, 0x84, 0x0f, 0xba, 0x74, 0x89, 0xad, 0x00, 0x6c, 0x87, 0xca, 0xe7, 0x9e, 0x44, 0x3a, 0x0a, 0x84, 0x21, 0x81, 0x1d, 0xfc, 0x5e, 0x80, 0x4f, 0x30, 0xa9, 0x61, 0x12, 0x10, 0x74, 0xca, 0x92, 0x21, 0x6b, 0x87, 0xa2, 0x7c, 0x6f, 0x50, 0x06, 0xff, 0x19, 0x67, 0x00, 0xd0, 0xa4, 0x57, 0x04, 0xdb, 0x93, 0xfc, 0x21, 0x43, 0x4c, 0xf8, 0xd5, 0x44, 0x2a, 0x02, 0x93, 0xa0, 0x63, 0x47, 0x00, 0x7a, 0xdd, 0x33, 0xcf, 0x34, 0x93, 0xdd, 0xb8, 0xb1, 0xff, 0xa4, 0x37, 0x45, 0x80, 0xf5, 0x16, 0x02, 0xac, 0xf3, 0x40, 0x80, 0xd5, 0xb8, 0xbf, 0x29, 0xeb, 0xb1, 0x23, 0x11, 0x02, 0x1c, 0xbb, 0xeb, 0xae, 0xf8, 0x08, 0x60, 0x56, 0x7f, 0xb7, 0x02, 0x78, 0x24, 0x41, 0x1a, 0x7e, 0x60, 0xed, 0x6a, 0xcf, 0xf4, 0xe9, 0x8e, 0xc0, 0x77, 0x03, 0xbd, 0xc8, 0x9e, 0x3d, 0x7b, 0x58, 0x0e, 0xd2, 0xc4, 0x98, 0xe0, 0x53, 0x96, 0x0c, 0xd9, 0x11, 0xe3, 0x68, 0xc0, 0x8f, 0x61, 0xf0, 0x13, 0x7c, 0xd8, 0x8b, 0xcb, 0xc9, 0xc7, 0xe1, 0x7f, 0x0f, 0x7e, 0x46, 0x7a, 0x5f, 0x76, 0xef, 0x3d, 0x12, 0x11, 0xf6, 0x90, 0x04, 0x9d, 0x3a, 0x01, 0x9c, 0x75, 0x56, 0x40, 0x8e, 0x35, 0x69, 0x62, 0x0d, 0xbf, 0x24, 0x80, 0x1d, 0xfc, 0x56, 0x02, 0x04, 0x55, 0x7f, 0x49, 0x00, 0xfa, 0x6f, 0x36, 0x07, 0x40, 0xf8, 0x13, 0x47, 0x80, 0x18, 0x4b, 0x10, 0xb4, 0xee, 0x4d, 0x95, 0xff, 0xf9, 0xe7, 0x43, 0xc2, 0xef, 0x16, 0x7c, 0x01, 0xbd, 0x9a, 0x83, 0x34, 0x27, 0x20, 0x08, 0x95, 0x3e, 0x3c, 0xb3, 0x7d, 0x7b, 0xef, 0xe1, 0xc7, 0x61, 0xbf, 0x98, 0xa0, 0xe3, 0x7d, 0xb8, 0x48, 0xfe, 0x88, 0x11, 0x26, 0xfc, 0x6a, 0xdc, 0xca, 0x10, 0x4a, 0x84, 0x3d, 0xcb, 0x96, 0x41, 0x31, 0x42, 0x06, 0x75, 0xeb, 0x96, 0xa4, 0x5e, 0x3d, 0xd8, 0x8d, 0x62, 0x90, 0x00, 0x3a, 0xf8, 0xd7, 0x69, 0x12, 0x69, 0xf5, 0x17, 0x02, 0x1c, 0xe3, 0xd5, 0x9f, 0x09, 0x70, 0xc7, 0x1d, 0x71, 0x10, 0x80, 0x76, 0x8e, 0xe6, 0x12, 0xbc, 0x58, 0x49, 0xf0, 0x97, 0x72, 0x4a, 0x2f, 0x9d, 0xd2, 0x9c, 0xfe, 0xc1, 0x07, 0xae, 0xab, 0xbe, 0x1b, 0xe8, 0x45, 0xf6, 0xee, 0xdd, 0xcb, 0x72, 0x90, 0xda, 0x21, 0x82, 0x51, 0xea, 0xc5, 0x29, 0x74, 0x2a, 0xb5, 0xa7, 0xf0, 0x13, 0x6c, 0xa2, 0x0f, 0xe7, 0xbd, 0x78, 0xfe, 0xc8, 0x91, 0xb0, 0x17, 0x3f, 0x93, 0x78, 0x2f, 0x76, 0xef, 0x37, 0x12, 0x11, 0xc4, 0xf6, 0xdc, 0xb5, 0x6e, 0x1d, 0x1c, 0xc7, 0xf7, 0x08, 0x67, 0x9f, 0x5d, 0x92, 0xfa, 0xf5, 0x61, 0x2f, 0x0a, 0xb0, 0x5e, 0x23, 0xc0, 0xba, 0x28, 0x0a, 0xb0, 0x9a, 0x04, 0xe0, 0xf0, 0x1f, 0xc3, 0xea, 0x1f, 0x75, 0x01, 0xe8, 0xae, 0x0e, 0x3a, 0x01, 0xe8, 0x6a, 0x23, 0xc7, 0x02, 0x78, 0x2c, 0x41, 0x06, 0x56, 0xda, 0x80, 0x3e, 0x9c, 0xce, 0xeb, 0x47, 0xf8, 0x32, 0x3e, 0xfc, 0xd0, 0x73, 0xf0, 0x05, 0x64, 0xba, 0x30, 0x09, 0x68, 0x72, 0x28, 0x2f, 0x19, 0x62, 0x32, 0x50, 0x02, 0x4f, 0xe0, 0xc7, 0x2a, 0xcb, 0xfa, 0x6f, 0x29, 0xf9, 0xa3, 0x47, 0x07, 0xc0, 0xaf, 0xc6, 0xad, 0x0c, 0xa1, 0x44, 0xd8, 0xbd, 0x61, 0x03, 0x1c, 0xc7, 0x6d, 0x4e, 0xc0, 0xc3, 0x39, 0xe7, 0x98, 0xc9, 0x6b, 0xda, 0x54, 0x5b, 0xfd, 0xd7, 0x59, 0x08, 0xb0, 0xd6, 0xa1, 0x00, 0x76, 0xed, 0x4f, 0x80, 0x00, 0x08, 0xbf, 0x10, 0xe0, 0xfd, 0xce, 0x9d, 0x13, 0x44, 0x00, 0xb7, 0xa3, 0x40, 0x18, 0x12, 0x08, 0x11, 0x98, 0x04, 0xd4, 0x7f, 0x4b, 0xbd, 0x38, 0xf5, 0xe6, 0x19, 0xef, 0xbd, 0x17, 0x75, 0xf0, 0xf7, 0xed, 0xdb, 0x67, 0xe6, 0xd0, 0x97, 0x5f, 0x82, 0x4f, 0xb4, 0x28, 0xd2, 0x92, 0x61, 0xa6, 0x2c, 0x81, 0xcb, 0x6f, 0x89, 0xdc, 0x81, 0x13, 0xbd, 0x62, 0xaa, 0xb2, 0xd4, 0xf7, 0xd7, 0xae, 0x6d, 0xa6, 0x60, 0xd4, 0x28, 0xd8, 0x87, 0x9f, 0x43, 0xbc, 0xb6, 0xdd, 0x7b, 0xb4, 0x93, 0xc1, 0x89, 0x08, 0x26, 0xfc, 0xbd, 0x7b, 0x03, 0x34, 0x68, 0xe0, 0x4f, 0xc3, 0x86, 0x2c, 0xf9, 0xcd, 0x9a, 0xb1, 0xbb, 0x3d, 0xa8, 0xd5, 0x3f, 0x52, 0xf8, 0x43, 0x56, 0x7f, 0x21, 0x00, 0x87, 0x3f, 0xee, 0x02, 0xc4, 0x53, 0x02, 0x0a, 0x55, 0x5a, 0xd6, 0x7f, 0x4b, 0xbd, 0x38, 0xf5, 0xe6, 0x99, 0xef, 0xbf, 0x1f, 0x16, 0xf8, 0x4e, 0xa1, 0x57, 0xc3, 0x24, 0xa8, 0x53, 0x27, 0x68, 0xc9, 0x30, 0xb3, 0x63, 0x47, 0xf7, 0x95, 0x9f, 0xe0, 0xa7, 0x2a, 0x2b, 0x26, 0x9c, 0xf4, 0xbc, 0x98, 0x82, 0x31, 0x63, 0x02, 0xe0, 0xd7, 0x25, 0x52, 0x11, 0xe4, 0x6d, 0xb6, 0x27, 0x25, 0x05, 0x8e, 0xf7, 0xe9, 0x03, 0x70, 0xee, 0xb9, 0x25, 0x69, 0xd4, 0x08, 0xf2, 0x5b, 0xb4, 0x60, 0x2b, 0x40, 0x0c, 0x7e, 0x49, 0x80, 0x75, 0x16, 0x02, 0xac, 0x75, 0x53, 0xfd, 0x9d, 0x08, 0x80, 0x31, 0x05, 0x40, 0xf8, 0xe3, 0x2e, 0x80, 0x27, 0xad, 0x50, 0x28, 0x09, 0x6c, 0x44, 0x60, 0x23, 0x81, 0x72, 0xe8, 0x9e, 0x7a, 0xf3, 0x4c, 0x9c, 0x13, 0x44, 0x0a, 0xbe, 0x1d, 0x6c, 0x94, 0xb4, 0xb4, 0x34, 0x33, 0x87, 0xff, 0xfe, 0x77, 0xf0, 0x89, 0x96, 0x45, 0x5a, 0x32, 0xcc, 0xc4, 0x3e, 0xd9, 0x31, 0xfc, 0xb8, 0xad, 0x8b, 0xa9, 0xd2, 0xca, 0x93, 0x4d, 0x4c, 0xc1, 0xd8, 0xb1, 0x90, 0x86, 0xef, 0x5d, 0x7e, 0xbd, 0x50, 0xef, 0xcd, 0x8d, 0x0c, 0x41, 0xdb, 0x88, 0xe0, 0xef, 0xdb, 0x17, 0x80, 0x2e, 0x9a, 0x91, 0x92, 0xdf, 0xb2, 0xa5, 0x3d, 0xfc, 0x8a, 0x00, 0x96, 0xf0, 0x6b, 0x04, 0x58, 0xe3, 0xa4, 0xfd, 0x91, 0x05, 0x40, 0xf0, 0x63, 0x2b, 0xc0, 0xbc, 0x79, 0xce, 0x05, 0x88, 0xb5, 0x04, 0x34, 0x12, 0x28, 0x7d, 0xb8, 0x0f, 0x41, 0xcc, 0xc4, 0x39, 0x81, 0x5b, 0xf0, 0x9d, 0x02, 0xaf, 0xcb, 0xe1, 0xaf, 0xbf, 0x06, 0x1f, 0xf5, 0xca, 0xca, 0x92, 0x61, 0xe6, 0x79, 0xe7, 0x39, 0x83, 0x9f, 0xaa, 0x2c, 0x49, 0x24, 0x4d, 0x36, 0x0b, 0xae, 0xbf, 0x3e, 0x08, 0x7e, 0x35, 0x5e, 0x88, 0x20, 0xb6, 0xd3, 0xde, 0x8d, 0x1b, 0xe1, 0x78, 0xff, 0xfe, 0x00, 0x74, 0x9d, 0x00, 0x85, 0x4e, 0x95, 0xc6, 0xe4, 0xb7, 0x6a, 0x15, 0x08, 0x3f, 0x17, 0x20, 0x24, 0xfc, 0x8a, 0x00, 0x96, 0xf0, 0x3b, 0xac, 0xfe, 0x4c, 0x00, 0x0e, 0x7f, 0xec, 0x05, 0xe0, 0x12, 0xa8, 0x02, 0xc4, 0x54, 0x02, 0x0b, 0x11, 0x32, 0xe8, 0x80, 0x0d, 0xad, 0xca, 0x48, 0xbd, 0xb8, 0x0f, 0xfb, 0x66, 0x5a, 0xb7, 0x8f, 0x04, 0xfc, 0x50, 0xd0, 0xef, 0xdf, 0xbf, 0x3f, 0x20, 0x4c, 0x02, 0xb5, 0x8a, 0x23, 0xd4, 0x99, 0xb8, 0x93, 0x6c, 0xe1, 0xc7, 0xf6, 0x82, 0x4d, 0x34, 0xa5, 0xc9, 0x66, 0xc1, 0xb8, 0x71, 0xb0, 0x1f, 0xdf, 0xaf, 0xfc, 0xfc, 0xa1, 0xde, 0x8f, 0x1b, 0x11, 0xd4, 0xed, 0xb2, 0x6f, 0xd3, 0x26, 0x38, 0x3e, 0x60, 0x00, 0x00, 0x9d, 0x1a, 0x2d, 0xd2, 0xbc, 0x39, 0xe4, 0xb7, 0x69, 0x13, 0x1a, 0x7e, 0x49, 0x80, 0xb5, 0x16, 0x02, 0xfc, 0xa1, 0x11, 0x60, 0x8d, 0x85, 0x00, 0xab, 0x35, 0x02, 0xac, 0xea, 0xd2, 0x05, 0x56, 0x25, 0xaa, 0x00, 0x61, 0x49, 0x10, 0xa9, 0x08, 0x8a, 0x0c, 0x74, 0x87, 0x37, 0xd6, 0x7f, 0x4b, 0xbd, 0x38, 0xf5, 0xe6, 0x42, 0x02, 0x2f, 0xc0, 0x57, 0x81, 0xd7, 0xe5, 0xf0, 0x37, 0xdf, 0x80, 0x8f, 0x80, 0x56, 0x96, 0x0d, 0x99, 0x04, 0xba, 0x9e, 0x9f, 0x2a, 0xad, 0x98, 0x68, 0xf2, 0xc9, 0x66, 0xc1, 0x0d, 0x37, 0x04, 0xc1, 0xaf, 0x8b, 0x5b, 0x19, 0xac, 0x44, 0x60, 0xf0, 0x0f, 0x1c, 0x08, 0x40, 0xa7, 0x44, 0x4b, 0xc9, 0x6f, 0xdb, 0x36, 0x18, 0x7e, 0x4c, 0xd8, 0xf0, 0x4b, 0x02, 0xd8, 0xc2, 0xef, 0x54, 0x80, 0xdb, 0x6f, 0x8f, 0xb1, 0x00, 0x18, 0x2b, 0x01, 0xe2, 0x26, 0x81, 0x24, 0x42, 0x06, 0xb6, 0x1b, 0xac, 0xff, 0x96, 0x7a, 0x71, 0xea, 0xcd, 0x0f, 0x7d, 0xfa, 0x69, 0x48, 0xf0, 0x23, 0x81, 0xfe, 0xc0, 0x81, 0x03, 0x01, 0x39, 0xf2, 0xcf, 0x7f, 0x82, 0x8f, 0xc0, 0x16, 0x4b, 0x87, 0x1c, 0xee, 0x4c, 0xdc, 0x89, 0x01, 0xf0, 0x53, 0x8b, 0x41, 0xab, 0x2b, 0xd2, 0x64, 0xb3, 0xf0, 0xc6, 0x1b, 0xe1, 0x00, 0xbe, 0x47, 0xf5, 0x39, 0xc3, 0x95, 0x21, 0x94, 0x08, 0x69, 0x9b, 0x37, 0x43, 0xd1, 0x75, 0xd7, 0x01, 0x60, 0x8f, 0x0f, 0x74, 0x3a, 0x34, 0x4f, 0x7e, 0xbb, 0x76, 0xce, 0xe0, 0xe7, 0x02, 0xac, 0xd5, 0xe4, 0x0f, 0x27, 0xf0, 0x4b, 0x02, 0x58, 0xc2, 0x6f, 0x25, 0xc0, 0x6d, 0xb7, 0x45, 0x59, 0x00, 0xdc, 0x49, 0x41, 0x02, 0x20, 0xb4, 0x96, 0x77, 0x1f, 0xf6, 0x5a, 0x02, 0xb7, 0x22, 0x60, 0x98, 0x04, 0x4a, 0x1f, 0x4e, 0xbd, 0xf9, 0xa1, 0xcf, 0x3e, 0xf3, 0x0c, 0x7c, 0x15, 0x4e, 0x5d, 0x98, 0x04, 0xd4, 0x46, 0x28, 0x80, 0x93, 0x04, 0xac, 0xed, 0xc1, 0xf6, 0x82, 0x56, 0x56, 0x58, 0xf8, 0x44, 0x93, 0xc1, 0x8f, 0xef, 0xc9, 0xc9, 0xf3, 0xbb, 0x95, 0x41, 0xfb, 0xd9, 0x09, 0xfe, 0xc1, 0x83, 0x01, 0xe8, 0x14, 0x68, 0x0a, 0xb6, 0x3b, 0x94, 0x7c, 0x9c, 0x57, 0x69, 0xe1, 0xb7, 0xa8, 0xfe, 0x8e, 0xe0, 0xe7, 0x02, 0x84, 0x84, 0x5f, 0x11, 0xc0, 0x84, 0x5f, 0x11, 0xe0, 0x68, 0xcc, 0x04, 0x98, 0x33, 0x27, 0x58, 0x00, 0xba, 0xb1, 0xaa, 0x5b, 0x09, 0x62, 0x28, 0x42, 0x06, 0x6e, 0x14, 0x75, 0x35, 0xc5, 0x87, 0x20, 0xd2, 0x92, 0xa5, 0x1d, 0xf8, 0x91, 0x42, 0x9f, 0x9e, 0x9e, 0x1e, 0x90, 0xac, 0x7f, 0xfc, 0x03, 0x7c, 0x04, 0xba, 0xb2, 0xa2, 0xf2, 0x17, 0xfd, 0x4c, 0x4c, 0x34, 0xf9, 0x64, 0xb3, 0xf0, 0x96, 0x5b, 0x20, 0x1d, 0xdf, 0x83, 0xfa, 0x1c, 0x91, 0xc8, 0x60, 0x27, 0xc2, 0xfe, 0x2d, 0x5b, 0xfc, 0xf0, 0x63, 0x9b, 0x23, 0x27, 0x0f, 0x5b, 0x49, 0xc7, 0xf0, 0x63, 0xb4, 0xf0, 0x5b, 0x54, 0xff, 0x35, 0x16, 0x02, 0xd8, 0xc2, 0x6f, 0x27, 0xc0, 0xad, 0xb7, 0xc6, 0x48, 0x80, 0xb9, 0x73, 0x83, 0x05, 0x88, 0x96, 0x04, 0xa1, 0x44, 0x70, 0x28, 0x43, 0x06, 0x9d, 0xbf, 0xa2, 0xf4, 0xe1, 0xd4, 0x9b, 0x1f, 0xfa, 0xea, 0x2b, 0xc7, 0xe0, 0xbb, 0x81, 0xdd, 0x2a, 0x59, 0x34, 0x12, 0x50, 0x5b, 0xc1, 0x57, 0x54, 0x58, 0xe4, 0x89, 0x26, 0xa6, 0x10, 0x77, 0xa4, 0x0e, 0x7e, 0x5d, 0xbc, 0x10, 0xe1, 0xc0, 0xb6, 0x6d, 0x50, 0x34, 0x74, 0x28, 0x00, 0x9d, 0xf7, 0x4f, 0x4b, 0xc9, 0x3c, 0x79, 0x38, 0x7a, 0x46, 0x05, 0x7e, 0xcc, 0x1a, 0x0b, 0x01, 0x56, 0x6b, 0x04, 0x58, 0xa5, 0x83, 0x5f, 0x12, 0x80, 0xe0, 0x3f, 0x8a, 0xd5, 0x3f, 0xb6, 0x02, 0x70, 0x09, 0x02, 0x04, 0x88, 0xa7, 0x04, 0x0e, 0x44, 0x60, 0x12, 0x50, 0xff, 0x2d, 0xf5, 0xe2, 0x3e, 0xac, 0xc0, 0x87, 0xbf, 0xf8, 0xc2, 0x16, 0xfe, 0x48, 0xa0, 0xcf, 0xc8, 0xc8, 0x08, 0x4a, 0xd6, 0xbf, 0xff, 0x0d, 0x3e, 0xaa, 0xb0, 0x54, 0xf9, 0x29, 0xd2, 0x44, 0x93, 0x2a, 0x7f, 0x06, 0xbe, 0xa6, 0xfa, 0x3b, 0xd1, 0x90, 0xc1, 0x84, 0x7f, 0xf8, 0x70, 0x00, 0x5a, 0x3e, 0xa6, 0xd0, 0x0a, 0x1a, 0x26, 0x1f, 0x41, 0x4a, 0x51, 0xc0, 0x37, 0xe1, 0xd7, 0x08, 0x60, 0x09, 0xbf, 0x46, 0x80, 0xb0, 0xe1, 0x97, 0x04, 0xf8, 0x9d, 0x0b, 0xc0, 0xe0, 0xc7, 0xc9, 0x6f, 0x7c, 0x04, 0xc0, 0x04, 0x09, 0x10, 0x42, 0x82, 0x88, 0x45, 0x70, 0x2a, 0x83, 0x85, 0x10, 0x19, 0xb8, 0x61, 0xc5, 0x61, 0x7c, 0xd1, 0x87, 0x53, 0x6f, 0x7e, 0xe4, 0x9b, 0x6f, 0x1c, 0x81, 0x1f, 0x0e, 0xf0, 0xba, 0x1c, 0xfd, 0xd7, 0xbf, 0xc0, 0x47, 0x15, 0x97, 0x26, 0x9b, 0x7c, 0xc2, 0x59, 0x88, 0x3b, 0x52, 0x07, 0xbf, 0x55, 0xc2, 0x91, 0x41, 0xfe, 0x7c, 0xe9, 0xdb, 0xb7, 0x43, 0xd1, 0x88, 0x11, 0x00, 0xb4, 0x62, 0x26, 0x82, 0x55, 0x3f, 0x0f, 0xc1, 0x72, 0x05, 0xbf, 0x46, 0x00, 0xd7, 0xf0, 0x6b, 0x04, 0xb0, 0x83, 0xdf, 0x14, 0x80, 0xc3, 0x6f, 0x0a, 0x80, 0xef, 0x3f, 0x7a, 0x02, 0x74, 0xeb, 0x16, 0x2c, 0x00, 0xdd, 0x7a, 0x5b, 0xf7, 0x95, 0x9b, 0xe1, 0x4a, 0x10, 0x0d, 0x11, 0x94, 0x30, 0x09, 0xa4, 0xc9, 0x26, 0xc5, 0x87, 0xd5, 0xf7, 0x08, 0xf6, 0xe8, 0x6e, 0xc1, 0x77, 0x0a, 0x2b, 0x25, 0x33, 0x33, 0x33, 0x20, 0x47, 0x69, 0x24, 0xc0, 0x1d, 0x4f, 0x13, 0xce, 0xc2, 0x07, 0x1f, 0x84, 0x4c, 0x7c, 0x1d, 0xf5, 0xdf, 0x44, 0x4b, 0x06, 0x06, 0xff, 0xc8, 0x91, 0x0c, 0x78, 0xa0, 0x39, 0x12, 0x0f, 0x83, 0xbf, 0x6b, 0x57, 0x47, 0xf0, 0xaf, 0x75, 0x0b, 0xbf, 0x85, 0x00, 0x8e, 0xe0, 0xe7, 0x02, 0xfc, 0x6e, 0x25, 0x00, 0xc2, 0x1f, 0x3f, 0x01, 0xc4, 0x37, 0x8c, 0xb8, 0x94, 0xc0, 0x93, 0xd1, 0x20, 0x4c, 0x19, 0x98, 0x04, 0x72, 0x1f, 0x8e, 0xf1, 0x21, 0x88, 0x24, 0x41, 0x28, 0xf0, 0xdd, 0x82, 0x6e, 0x97, 0x83, 0x74, 0xfe, 0xd0, 0xd6, 0xad, 0xae, 0x7e, 0x27, 0x5c, 0x19, 0x64, 0xf8, 0x8b, 0x47, 0x8f, 0x06, 0xa0, 0x96, 0x90, 0x82, 0x20, 0x51, 0xf2, 0x10, 0x44, 0x5b, 0xf8, 0x25, 0x01, 0x42, 0xc2, 0xaf, 0x08, 0xe0, 0x0a, 0x7e, 0x8b, 0xea, 0xff, 0xbb, 0x4e, 0x00, 0x0e, 0x3f, 0x13, 0x00, 0xdb, 0xc7, 0xf8, 0x09, 0x60, 0x25, 0x41, 0xac, 0x46, 0x83, 0x30, 0x84, 0xc8, 0xc0, 0x9d, 0xc2, 0x7a, 0x6f, 0xa9, 0x17, 0xf7, 0xb5, 0x69, 0x03, 0x59, 0x5f, 0x7f, 0xed, 0x1a, 0x7c, 0x37, 0x00, 0x9b, 0xf0, 0x1f, 0x3c, 0x18, 0x94, 0x70, 0x9e, 0xc7, 0x8d, 0x08, 0x19, 0xa9, 0xa9, 0x50, 0x3c, 0x76, 0x2c, 0x00, 0x15, 0x00, 0x11, 0x84, 0x30, 0x9f, 0xdf, 0x99, 0xd9, 0x15, 0xfc, 0x8a, 0x00, 0xb6, 0xf0, 0x6b, 0x04, 0x58, 0xad, 0x11, 0x60, 0x95, 0x45, 0xf5, 0xff, 0xdd, 0x4a, 0x00, 0x0e, 0x7f, 0x62, 0x08, 0x10, 0x81, 0x04, 0x21, 0x45, 0x88, 0x44, 0x06, 0x1b, 0x29, 0x32, 0x70, 0x67, 0xb1, 0x83, 0x3d, 0xd2, 0x81, 0x1f, 0xea, 0xcd, 0xb3, 0x70, 0x4e, 0x10, 0x0a, 0xfc, 0x70, 0x00, 0x8f, 0x24, 0xe1, 0xca, 0x10, 0x00, 0xff, 0xf5, 0xd7, 0x03, 0x90, 0xf8, 0x52, 0xf2, 0xe9, 0xab, 0x8a, 0x08, 0x7e, 0x45, 0x80, 0x68, 0xc1, 0xbf, 0xda, 0x0e, 0x7e, 0x8d, 0x00, 0x3a, 0xf8, 0x29, 0x2b, 0x31, 0x89, 0x27, 0x80, 0x9d, 0x04, 0x89, 0x22, 0x82, 0x12, 0x26, 0x01, 0x1d, 0xf4, 0x91, 0x0e, 0xfe, 0xf8, 0x3a, 0x74, 0x80, 0xa3, 0xff, 0xfc, 0xa7, 0x2b, 0xe8, 0xbd, 0x06, 0x3e, 0x12, 0x21, 0x82, 0xde, 0xf7, 0x8e, 0x1d, 0x50, 0x3c, 0x6e, 0x1c, 0x00, 0x7d, 0x56, 0x0a, 0x02, 0x4c, 0xc9, 0xa7, 0xaf, 0x31, 0xf2, 0x12, 0x7e, 0x49, 0x80, 0x90, 0xf0, 0x4b, 0x02, 0x58, 0xc2, 0x6f, 0x21, 0xc0, 0x4a, 0x9d, 0x00, 0x13, 0x27, 0xc6, 0x41, 0x00, 0x82, 0x56, 0x15, 0xc0, 0x83, 0xd1, 0xc0, 0x91, 0x08, 0x1e, 0xca, 0xc0, 0x24, 0xa0, 0x55, 0x19, 0x29, 0xbe, 0x4e, 0x9d, 0x4c, 0x09, 0x22, 0x81, 0xfe, 0xd0, 0xa1, 0x43, 0x11, 0x27, 0x5c, 0x19, 0x4c, 0xf8, 0xc7, 0x8f, 0x07, 0x40, 0x98, 0xcd, 0x20, 0xf0, 0xf9, 0xfc, 0xee, 0x6e, 0x51, 0x85, 0x5f, 0x12, 0x20, 0x24, 0xfc, 0x8a, 0x00, 0xb6, 0xf0, 0xe3, 0x84, 0x3d, 0x40, 0x00, 0xac, 0xfe, 0xf1, 0x13, 0x00, 0x7f, 0xee, 0x5a, 0x02, 0xaf, 0x45, 0xf0, 0x40, 0x88, 0x0c, 0xaa, 0x8a, 0xb4, 0x0e, 0x2e, 0xd6, 0xc4, 0x31, 0x3e, 0xdc, 0xc8, 0xc7, 0xfe, 0xf5, 0x2f, 0xc7, 0xd0, 0x7b, 0x01, 0x7b, 0xa4, 0x42, 0x04, 0xbc, 0xd7, 0x9d, 0x3b, 0xfd, 0xf0, 0xe3, 0x3e, 0x92, 0x93, 0x8f, 0x51, 0xe1, 0x5f, 0xa7, 0x8b, 0x0a, 0xbf, 0x24, 0x40, 0xd4, 0xe1, 0xd7, 0x08, 0xb0, 0x52, 0x27, 0x00, 0xc2, 0x7f, 0x14, 0xe1, 0x8f, 0xba, 0x00, 0x9f, 0xe2, 0xc6, 0xb2, 0x14, 0x40, 0x24, 0x8a, 0x22, 0xb8, 0x96, 0x21, 0x0c, 0x21, 0x32, 0xa8, 0x3a, 0xd2, 0xd2, 0xa0, 0xb4, 0x2e, 0xee, 0xa3, 0x4b, 0xef, 0xfe, 0xfd, 0xef, 0x88, 0xa1, 0x3f, 0x7c, 0xf8, 0xb0, 0xeb, 0x44, 0x24, 0xc3, 0xae, 0x5d, 0x50, 0x7c, 0xe3, 0x8d, 0x00, 0xb8, 0xfd, 0x01, 0xb7, 0xb3, 0x48, 0x3e, 0xfe, 0x7f, 0x5c, 0xe1, 0xe7, 0x02, 0xb8, 0x81, 0x7f, 0xa5, 0x0a, 0xbf, 0x10, 0x80, 0xe0, 0x17, 0x02, 0xdc, 0x7c, 0x73, 0x0c, 0x04, 0x78, 0xf9, 0x65, 0x7b, 0x01, 0xc2, 0x95, 0xc0, 0xa5, 0x08, 0x61, 0xc9, 0xe0, 0x30, 0x19, 0xf8, 0x39, 0xcd, 0xb5, 0x71, 0xb1, 0x54, 0x88, 0x3b, 0x59, 0x95, 0xc0, 0x6b, 0xd8, 0xbd, 0x90, 0xc2, 0x7c, 0x6f, 0xbb, 0x77, 0x43, 0x31, 0x02, 0x01, 0xb8, 0x9d, 0x58, 0xf0, 0x73, 0x51, 0xf2, 0x71, 0x3b, 0x7b, 0x0e, 0x3f, 0x17, 0x20, 0x6c, 0xf8, 0x25, 0x01, 0x1c, 0xc3, 0x2f, 0x0b, 0x80, 0xf0, 0xc7, 0x56, 0x80, 0x57, 0x5f, 0xb5, 0x17, 0xc0, 0x4e, 0x82, 0x28, 0x88, 0x10, 0x0d, 0x19, 0x32, 0xa8, 0x55, 0xa0, 0xf5, 0x71, 0x79, 0xb9, 0x10, 0xc1, 0xc8, 0xfe, 0xcf, 0x7f, 0x3c, 0x81, 0xfe, 0xc8, 0x91, 0x23, 0x96, 0x89, 0x54, 0x86, 0xc3, 0x7b, 0xf6, 0xf8, 0xe1, 0xc7, 0x11, 0x4d, 0x4e, 0x3e, 0x7e, 0xae, 0x14, 0xbb, 0x7e, 0x3f, 0x4c, 0xf8, 0xd7, 0xa8, 0xf0, 0x73, 0x01, 0xc2, 0x86, 0x5f, 0x12, 0x60, 0xa5, 0x85, 0x00, 0x2b, 0x84, 0x00, 0x1c, 0x7e, 0x26, 0xc0, 0x4d, 0x37, 0xc5, 0x50, 0x00, 0x1e, 0x4b, 0x01, 0xe2, 0x24, 0x82, 0x97, 0x52, 0x64, 0x50, 0xeb, 0x40, 0x47, 0x6a, 0xe5, 0x65, 0x43, 0xba, 0x1d, 0xdf, 0x7f, 0xff, 0xeb, 0x08, 0x7a, 0x3b, 0xc8, 0xc3, 0x89, 0x13, 0x19, 0x08, 0xfe, 0x3f, 0xb1, 0x2f, 0x86, 0x9e, 0x3d, 0x01, 0xe8, 0xfe, 0x3d, 0x3c, 0xf9, 0x28, 0x40, 0x59, 0x82, 0x3f, 0x48, 0x00, 0x14, 0xfe, 0x08, 0x0a, 0xf0, 0x1e, 0xb6, 0xad, 0x31, 0x15, 0x80, 0x81, 0x6a, 0x27, 0x80, 0x17, 0x22, 0x78, 0x20, 0x83, 0x5b, 0x49, 0xc4, 0xdf, 0xa7, 0xd3, 0x48, 0xc0, 0x97, 0x0c, 0xcd, 0xe0, 0xcf, 0x73, 0xfe, 0xef, 0xff, 0x62, 0x02, 0xbd, 0x1b, 0x21, 0x8e, 0xec, 0xdd, 0x0b, 0x7f, 0xde, 0x7e, 0x3b, 0xc0, 0x55, 0x57, 0xf9, 0x43, 0xf7, 0xf0, 0xc1, 0xe4, 0xa3, 0x0c, 0x71, 0x87, 0x1f, 0xe3, 0x25, 0xfc, 0x22, 0x26, 0xfc, 0x31, 0x11, 0x00, 0x37, 0x92, 0x56, 0x00, 0xdc, 0xb8, 0x11, 0x4b, 0xe0, 0x54, 0x84, 0x28, 0xca, 0x60, 0x95, 0x74, 0x9a, 0x3c, 0xd2, 0xbc, 0x40, 0x84, 0xa4, 0xc0, 0x8a, 0x9a, 0xf3, 0xed, 0xb7, 0x8e, 0xa0, 0xcf, 0xca, 0xca, 0x8a, 0x28, 0x4e, 0x44, 0x60, 0xf0, 0xdf, 0x71, 0x07, 0xc0, 0x35, 0xd7, 0x94, 0xa4, 0x57, 0x2f, 0xc8, 0x47, 0x11, 0x52, 0xf0, 0xfd, 0xda, 0xc2, 0xaf, 0x5b, 0xea, 0x8c, 0x36, 0xfc, 0x5c, 0x00, 0x47, 0xf0, 0x73, 0x01, 0x56, 0x58, 0x08, 0x90, 0x15, 0x4b, 0x01, 0x0a, 0xac, 0x04, 0x10, 0x89, 0xa5, 0x08, 0x31, 0x94, 0x81, 0x49, 0x40, 0x2d, 0x91, 0xbc, 0xa2, 0x82, 0xad, 0x45, 0xee, 0xfc, 0xf9, 0x9e, 0x03, 0xef, 0x56, 0x88, 0xac, 0x7d, 0xfb, 0xe0, 0xcf, 0x3b, 0xef, 0x64, 0xc0, 0x03, 0xdd, 0xbc, 0x8a, 0x27, 0x1f, 0xab, 0x7f, 0xc8, 0xca, 0x1f, 0x65, 0xf8, 0x57, 0x61, 0x4f, 0xbe, 0xb2, 0x7d, 0x7b, 0x58, 0xd1, 0xaa, 0x15, 0x2c, 0x6f, 0xda, 0x14, 0x96, 0x36, 0x6c, 0x08, 0xbf, 0x9d, 0x7d, 0x36, 0x2c, 0xa9, 0x53, 0x07, 0x16, 0xd7, 0xae, 0x0d, 0x8b, 0x4e, 0x3f, 0x1d, 0x16, 0xd5, 0xaa, 0x05, 0xbf, 0xd6, 0xa8, 0x01, 0xbf, 0x56, 0xab, 0x06, 0x0b, 0xaa, 0x56, 0x85, 0x05, 0x55, 0xaa, 0x04, 0xe5, 0x17, 0x91, 0xca, 0x95, 0xfd, 0xc1, 0x7f, 0xb7, 0xf0, 0xd4, 0x53, 0xe1, 0x10, 0x7e, 0xce, 0x83, 0x7d, 0xfb, 0x9a, 0xa1, 0x2f, 0x71, 0x89, 0xaf, 0x00, 0x5e, 0x8a, 0xe0, 0x56, 0x86, 0x28, 0x4b, 0x91, 0xa1, 0xac, 0xa8, 0xb0, 0x20, 0x64, 0x39, 0x3f, 0xfe, 0xe8, 0x08, 0xdc, 0xa3, 0x47, 0x8f, 0xba, 0x8a, 0x23, 0x21, 0xd2, 0xd2, 0xe0, 0xcf, 0xbb, 0xee, 0x02, 0xa0, 0x1b, 0x57, 0x51, 0xe8, 0x1e, 0x3e, 0x98, 0x3c, 0x94, 0x21, 0xc5, 0xee, 0xbc, 0x1e, 0x2f, 0xe0, 0x27, 0xc8, 0x11, 0xf0, 0xdf, 0xdb, 0xb4, 0x81, 0xe5, 0x4d, 0x9a, 0xc0, 0xd2, 0xfa, 0xf5, 0xe1, 0xb7, 0x33, 0xcf, 0x84, 0xc5, 0xd5, 0xab, 0xc3, 0xaf, 0x95, 0x2a, 0xc1, 0xc2, 0x72, 0xe5, 0x60, 0x01, 0x72, 0xa3, 0xe6, 0x17, 0x8b, 0xfc, 0x6c, 0x91, 0x9f, 0xac, 0x82, 0xcf, 0x9f, 0x89, 0xfb, 0x20, 0x13, 0xf7, 0x09, 0x0b, 0xee, 0x7b, 0x99, 0xd7, 0xd8, 0x08, 0x40, 0x90, 0xea, 0x04, 0x70, 0x2a, 0x41, 0xb4, 0x65, 0xf0, 0x4a, 0x0e, 0xfe, 0xfb, 0x19, 0x04, 0x3d, 0x4d, 0x30, 0xa5, 0xf8, 0x06, 0x0d, 0x82, 0xa3, 0x99, 0x99, 0x11, 0x03, 0x1f, 0x8e, 0x14, 0x85, 0xaf, 0xbd, 0x06, 0xd0, 0xaf, 0x5f, 0x49, 0xfa, 0xf7, 0xf7, 0xc3, 0x1f, 0x4e, 0xe5, 0xb7, 0x03, 0x9f, 0x5a, 0x16, 0xac, 0xe4, 0x2b, 0x9b, 0x35, 0x83, 0x65, 0xf5, 0xea, 0xc1, 0x92, 0x9a, 0x35, 0x61, 0x51, 0xc5, 0x8a, 0xf0, 0x2b, 0x72, 0xb1, 0xd0, 0x22, 0xd1, 0x84, 0xff, 0x47, 0x21, 0x80, 0x80, 0x9f, 0x0a, 0x14, 0x32, 0x12, 0x17, 0x01, 0x36, 0xe3, 0xcf, 0x2d, 0x25, 0x88, 0x86, 0x08, 0x5e, 0x0a, 0xe1, 0x32, 0xa9, 0xb8, 0xa1, 0xff, 0x14, 0x93, 0x4c, 0x11, 0xec, 0xb7, 0x8f, 0xee, 0xde, 0xed, 0x0a, 0xfa, 0x63, 0xc7, 0x8e, 0x59, 0xc6, 0x8d, 0x0c, 0x45, 0xcf, 0x3d, 0x07, 0x40, 0xf7, 0xef, 0x11, 0x19, 0x38, 0x10, 0x0e, 0x60, 0x6b, 0x16, 0xea, 0xd4, 0x86, 0x50, 0xf0, 0xaf, 0xee, 0xd8, 0x11, 0x56, 0x62, 0x55, 0x5f, 0x76, 0xd6, 0x59, 0xb0, 0x04, 0xdb, 0x0d, 0x02, 0x5d, 0x97, 0x58, 0xc3, 0xff, 0xa3, 0x94, 0x00, 0x01, 0xa8, 0x38, 0xc5, 0x53, 0x00, 0x11, 0xcf, 0x44, 0x70, 0x2b, 0x43, 0x0c, 0x84, 0x20, 0xf8, 0x8b, 0xc5, 0xea, 0x8a, 0x34, 0xd9, 0x2c, 0x9a, 0x3e, 0x3d, 0x2c, 0xd0, 0xdd, 0xc4, 0xea, 0xf9, 0x73, 0x57, 0xac, 0x00, 0xa0, 0xeb, 0x79, 0x71, 0x14, 0x62, 0xb9, 0xf6, 0x5a, 0x96, 0x34, 0x2e, 0x81, 0x53, 0xf8, 0xd7, 0x20, 0xf0, 0x2b, 0x1a, 0x35, 0x82, 0xa5, 0xd8, 0x43, 0x2f, 0xc6, 0xca, 0xbe, 0x08, 0xf7, 0xb7, 0x48, 0x22, 0xc2, 0x1f, 0x20, 0x00, 0xee, 0x9b, 0x98, 0x08, 0xf0, 0x09, 0x6e, 0xac, 0x82, 0x97, 0x5e, 0xb2, 0x15, 0x20, 0x2a, 0x22, 0x84, 0x23, 0x83, 0xc7, 0x72, 0x30, 0xf8, 0x09, 0x7c, 0x9a, 0x68, 0x4a, 0x93, 0xcd, 0xe2, 0x67, 0x9e, 0x81, 0xa3, 0x87, 0x0f, 0x47, 0x05, 0x7a, 0xa7, 0x42, 0xe4, 0x2e, 0x5a, 0x04, 0xbe, 0x61, 0xc3, 0x00, 0xe8, 0x7e, 0x3e, 0x74, 0x67, 0x07, 0x9e, 0x34, 0x94, 0xd5, 0xea, 0x12, 0x46, 0xba, 0x2b, 0xc3, 0xaa, 0x96, 0x2d, 0x61, 0x39, 0x4e, 0x46, 0x7f, 0xc3, 0xc9, 0xa5, 0x0c, 0x7c, 0x69, 0x80, 0xdf, 0x14, 0x80, 0xc3, 0x1f, 0x5b, 0x01, 0xe8, 0xde, 0x40, 0x21, 0x04, 0x08, 0x29, 0x41, 0xb8, 0x22, 0x78, 0x21, 0x83, 0xcb, 0xa4, 0xd2, 0x7d, 0x7b, 0x08, 0x7a, 0x31, 0xd1, 0xe4, 0x93, 0xcd, 0xe2, 0x29, 0x53, 0x4c, 0xf8, 0x43, 0x01, 0x9b, 0x9d, 0x9d, 0x1d, 0x76, 0x9c, 0x88, 0x90, 0xbb, 0x78, 0x31, 0xf8, 0xe8, 0xfa, 0xde, 0x21, 0x43, 0xfc, 0x23, 0x02, 0x4f, 0x1a, 0x4a, 0x6b, 0x82, 0x4f, 0xd0, 0xb7, 0x68, 0x01, 0xcb, 0xb1, 0xad, 0x59, 0x5c, 0xbe, 0x3c, 0x2c, 0xc6, 0x7d, 0xba, 0xd8, 0x02, 0x7c, 0xb7, 0xf0, 0x2f, 0x88, 0x31, 0xfc, 0x2c, 0xb2, 0x00, 0xb8, 0x9f, 0x62, 0x2b, 0x00, 0x8f, 0x9d, 0x00, 0x8e, 0x45, 0x88, 0x44, 0x86, 0x28, 0x4b, 0xc1, 0xe0, 0xa7, 0x6a, 0x2f, 0x4f, 0x34, 0x31, 0xc5, 0xcf, 0x3e, 0xcb, 0xe0, 0x8f, 0x06, 0xf0, 0xe1, 0xc8, 0x60, 0x4a, 0x30, 0x6a, 0x14, 0x00, 0xdd, 0xe5, 0x41, 0xca, 0x1e, 0xdc, 0x07, 0xcb, 0xa9, 0xb5, 0x41, 0x60, 0x04, 0xf4, 0xa5, 0x1d, 0xfe, 0x1f, 0x64, 0x01, 0x70, 0x3f, 0x31, 0x01, 0x90, 0x83, 0xd8, 0x0b, 0x80, 0x2f, 0xba, 0x19, 0x7f, 0x1e, 0x4a, 0x82, 0x98, 0xca, 0xe0, 0x91, 0x18, 0xac, 0xed, 0xa1, 0x65, 0x45, 0xba, 0x43, 0x32, 0x85, 0x4f, 0x34, 0x8b, 0x71, 0xe2, 0x69, 0x05, 0xbf, 0x1d, 0xbc, 0x39, 0x39, 0x39, 0xae, 0x12, 0x8e, 0x0c, 0xb9, 0x4b, 0x96, 0x80, 0x8f, 0x2e, 0x79, 0xa4, 0x0b, 0xde, 0x45, 0x50, 0x8a, 0x54, 0xac, 0xfc, 0x65, 0x09, 0x7e, 0x53, 0x00, 0x0e, 0x7f, 0x6c, 0x04, 0xc0, 0xc9, 0x92, 0xa5, 0x00, 0x2e, 0x24, 0x70, 0x2c, 0x82, 0xd7, 0x32, 0xb8, 0x08, 0xab, 0xfc, 0x54, 0xed, 0xe9, 0x26, 0xb1, 0x22, 0x38, 0xc9, 0x2c, 0x9e, 0x3a, 0x15, 0x8e, 0x1d, 0x39, 0xe2, 0x08, 0x7c, 0xb7, 0xc0, 0x87, 0x2b, 0x44, 0x90, 0x04, 0xbf, 0xfd, 0x06, 0x3e, 0xba, 0xfa, 0x8b, 0x2e, 0x7c, 0xa7, 0x8c, 0x19, 0xc3, 0x92, 0x8a, 0x3d, 0x7f, 0xa2, 0xc1, 0xff, 0x53, 0x98, 0xf0, 0xc7, 0x4f, 0x80, 0x17, 0x5f, 0xb4, 0x16, 0x20, 0x9a, 0x22, 0xc4, 0x50, 0x06, 0x06, 0x3f, 0x55, 0x7c, 0xbe, 0xa2, 0x22, 0x52, 0x3c, 0x7d, 0x7a, 0x10, 0xfc, 0xe1, 0x82, 0x9f, 0x9b, 0x9b, 0x6b, 0x99, 0x70, 0x65, 0x90, 0xdf, 0x57, 0xde, 0xd2, 0xa5, 0xe0, 0xa3, 0x0b, 0x61, 0x68, 0x34, 0xa0, 0xeb, 0x80, 0x79, 0x52, 0x5b, 0xb5, 0x2a, 0x13, 0xf0, 0x6b, 0x05, 0x40, 0x46, 0x12, 0x43, 0x80, 0x30, 0x44, 0x70, 0x2d, 0x43, 0x94, 0xa4, 0x60, 0xf0, 0x53, 0xb5, 0x57, 0x56, 0x54, 0x54, 0xf8, 0xdd, 0x80, 0x6f, 0x07, 0xbb, 0xd3, 0x38, 0x15, 0x21, 0x40, 0x82, 0x65, 0xcb, 0xc0, 0x47, 0x17, 0xc4, 0xdc, 0x70, 0x43, 0x40, 0x52, 0x5b, 0xb7, 0x76, 0x04, 0xff, 0xc2, 0x04, 0x86, 0x3f, 0x48, 0x00, 0xdc, 0x77, 0xb1, 0x17, 0x60, 0xce, 0x1c, 0x06, 0xe1, 0x66, 0xfc, 0xb9, 0xa5, 0x04, 0xb1, 0x94, 0x21, 0x42, 0x29, 0x18, 0xfc, 0x54, 0xed, 0x69, 0x25, 0x45, 0x5a, 0x4d, 0x29, 0x9e, 0x31, 0xc3, 0x16, 0xfe, 0x68, 0x41, 0xef, 0x54, 0x04, 0xbb, 0xd1, 0x80, 0x49, 0x40, 0xd7, 0x06, 0x4c, 0x98, 0x10, 0x90, 0xd4, 0x36, 0x6d, 0x4a, 0x35, 0xfc, 0xdf, 0xd3, 0x9f, 0x42, 0x00, 0xdc, 0x77, 0xb1, 0x17, 0x80, 0x2e, 0x8d, 0x94, 0x05, 0x10, 0xf1, 0x58, 0x04, 0x4f, 0x84, 0x70, 0x90, 0x54, 0xba, 0x3f, 0x3f, 0x55, 0x7d, 0x5a, 0x4f, 0x97, 0x52, 0x3c, 0x73, 0xa6, 0x25, 0xfc, 0x6e, 0xc0, 0xcf, 0xcb, 0xcb, 0x0b, 0x2b, 0x6e, 0x64, 0xb0, 0x94, 0x60, 0xf9, 0x72, 0xf0, 0xd1, 0x35, 0x02, 0x37, 0xdd, 0x54, 0x12, 0x94, 0x22, 0xb5, 0x6d, 0xdb, 0x52, 0x0b, 0xbf, 0x29, 0x00, 0x87, 0x9f, 0x92, 0x8e, 0x9c, 0x44, 0x55, 0x80, 0x8f, 0x2f, 0xba, 0xc8, 0x2f, 0x00, 0x87, 0xff, 0xf8, 0xcb, 0x2f, 0x07, 0x0b, 0x10, 0x65, 0x11, 0xa2, 0x21, 0x04, 0xab, 0xfc, 0xd4, 0xea, 0xd0, 0xb2, 0x21, 0xad, 0xa5, 0xf3, 0x14, 0xcf, 0x9a, 0x65, 0xc2, 0x1f, 0xaa, 0xea, 0x7b, 0x09, 0xbd, 0x1b, 0x19, 0x1c, 0x4b, 0xb0, 0x62, 0x05, 0xf8, 0xe8, 0x5a, 0x81, 0x89, 0x13, 0xfd, 0xb9, 0xe5, 0x16, 0x96, 0xed, 0x8a, 0x04, 0xa5, 0x05, 0x7e, 0x55, 0x00, 0xaa, 0xfe, 0xb1, 0x11, 0x60, 0xf6, 0x6c, 0x06, 0x3e, 0xa5, 0xd0, 0x4e, 0x00, 0xa7, 0x22, 0x78, 0x20, 0x43, 0x24, 0x62, 0x30, 0xf8, 0xa9, 0xd5, 0x91, 0x96, 0x0c, 0x29, 0xc5, 0x2f, 0xbc, 0x10, 0x36, 0xfc, 0x76, 0x10, 0xe7, 0xe7, 0xe7, 0x3b, 0x8e, 0x57, 0x22, 0x04, 0x48, 0x40, 0xa7, 0x4d, 0xd3, 0x68, 0x70, 0xdb, 0x6d, 0x66, 0xb6, 0xb7, 0x6b, 0xe7, 0x19, 0xfc, 0x3f, 0xc7, 0x08, 0xfe, 0x00, 0x01, 0x70, 0x3f, 0x32, 0x01, 0x90, 0xa5, 0xd8, 0x08, 0x40, 0x4b, 0xa1, 0x18, 0x47, 0x02, 0xb8, 0x11, 0xc1, 0x63, 0x19, 0x42, 0x49, 0xc2, 0xe0, 0xa7, 0xaa, 0x2f, 0x96, 0x0b, 0xf9, 0x92, 0x61, 0x31, 0x7e, 0x46, 0x27, 0xf0, 0x3b, 0x05, 0xdf, 0x0d, 0xf4, 0x6e, 0x64, 0x08, 0x4b, 0x82, 0x95, 0x2b, 0xc1, 0x77, 0xf7, 0xdd, 0x00, 0x74, 0xf1, 0x8c, 0x94, 0x6d, 0xed, 0xdb, 0x97, 0x2a, 0xf8, 0x4d, 0x01, 0x38, 0xfc, 0x74, 0x37, 0x8f, 0x98, 0x0a, 0x50, 0xc8, 0xb3, 0x85, 0xa0, 0xc2, 0x9f, 0x3b, 0x92, 0xc0, 0xad, 0x0c, 0x51, 0x14, 0x82, 0xc1, 0x4f, 0xad, 0x0e, 0xad, 0x91, 0xd3, 0x52, 0x21, 0x4f, 0x31, 0x7e, 0x26, 0x27, 0x3d, 0x7f, 0x28, 0xf8, 0x43, 0x01, 0x5d, 0x50, 0x50, 0x60, 0x99, 0x48, 0x44, 0x70, 0x24, 0xc1, 0xef, 0xbf, 0x83, 0xef, 0xbe, 0xfb, 0x00, 0xe8, 0x3a, 0x02, 0x11, 0x94, 0x62, 0x5b, 0x87, 0x0e, 0xa5, 0x06, 0x7e, 0x16, 0x14, 0x40, 0xc0, 0x1f, 0x1b, 0x01, 0x2e, 0xbc, 0x10, 0x0a, 0xb0, 0x35, 0x28, 0xd4, 0x09, 0x20, 0xe2, 0x46, 0x04, 0xb7, 0x32, 0x78, 0x24, 0x04, 0x83, 0x9f, 0x5a, 0x1d, 0xb1, 0x3e, 0x4e, 0x07, 0x8d, 0x30, 0xc5, 0x38, 0xaf, 0x71, 0x0b, 0xbf, 0x53, 0xf0, 0xb5, 0xb0, 0xe3, 0x6b, 0xfd, 0xf9, 0xf9, 0xe7, 0xf0, 0xd7, 0xeb, 0xaf, 0xc3, 0xf1, 0x94, 0x14, 0x57, 0x42, 0x44, 0x2c, 0x01, 0x8d, 0x04, 0x0f, 0x3c, 0x00, 0x70, 0xcf, 0x3d, 0xfe, 0xdc, 0x7b, 0x2f, 0xcb, 0x56, 0x3e, 0x12, 0xc4, 0x1a, 0xfe, 0x1f, 0x5c, 0xc2, 0x3f, 0x5f, 0x27, 0x00, 0xf2, 0x14, 0x75, 0x01, 0xf2, 0x49, 0x00, 0x9c, 0x08, 0x5b, 0x0a, 0x10, 0xae, 0x08, 0xe1, 0xc8, 0x10, 0x86, 0x14, 0xec, 0xf4, 0x06, 0x6a, 0x75, 0xe4, 0xb5, 0xf1, 0xf1, 0xe3, 0xa3, 0x02, 0xbf, 0x5d, 0x95, 0x2f, 0xcc, 0xca, 0x82, 0x13, 0xd3, 0xa7, 0x97, 0xf4, 0xe2, 0x58, 0x85, 0x8b, 0xb0, 0x32, 0xbb, 0x19, 0x19, 0x9c, 0x4a, 0x60, 0x75, 0x9c, 0x20, 0x97, 0x46, 0x82, 0x87, 0x1e, 0x02, 0xa0, 0xd1, 0x80, 0x72, 0xff, 0xfd, 0x2c, 0xdb, 0x3a, 0x75, 0x4a, 0x78, 0xf8, 0x4d, 0x01, 0x38, 0xfc, 0x74, 0x57, 0xbf, 0xd8, 0x08, 0x30, 0x6b, 0x96, 0x5f, 0x00, 0x0a, 0xb6, 0x43, 0x96, 0x02, 0x44, 0x22, 0x42, 0xa4, 0x42, 0x58, 0x08, 0xc2, 0xe0, 0xa7, 0x96, 0x47, 0x59, 0x13, 0x2f, 0x7e, 0xf5, 0x55, 0x38, 0x1a, 0x03, 0xf8, 0x0b, 0x0b, 0x0b, 0xfd, 0x21, 0xf8, 0x67, 0xcc, 0x00, 0xa0, 0x55, 0x19, 0xb9, 0x17, 0xc7, 0x4a, 0x5c, 0xb4, 0x66, 0x8d, 0xf9, 0xef, 0xc2, 0x11, 0xc1, 0xad, 0x04, 0xac, 0x1d, 0x7a, 0xf8, 0x61, 0x00, 0x1a, 0x0d, 0x1e, 0x7c, 0xd0, 0xcc, 0xd6, 0x8e, 0x1d, 0x13, 0x1a, 0xfe, 0x00, 0x01, 0x70, 0x1f, 0xc7, 0x5e, 0x00, 0x84, 0x9f, 0xc2, 0x00, 0xc3, 0x9f, 0xdb, 0x4a, 0xe0, 0x85, 0x0c, 0x11, 0x0a, 0xc1, 0xda, 0x1e, 0xea, 0xf3, 0xe9, 0xc8, 0xa8, 0xb4, 0x1e, 0x5e, 0x3c, 0x77, 0x6e, 0x00, 0xfc, 0xb2, 0x00, 0xe1, 0xc0, 0x6f, 0x0b, 0xbe, 0x80, 0x7f, 0xe6, 0x4c, 0x00, 0x5a, 0x8d, 0xa1, 0xc8, 0x7d, 0x38, 0x05, 0x2b, 0x70, 0xd1, 0x1f, 0x7f, 0x04, 0xfe, 0x8e, 0x46, 0x06, 0xaf, 0x24, 0xa0, 0xb3, 0x48, 0xf3, 0x56, 0xad, 0x02, 0xdf, 0xa3, 0x8f, 0x02, 0x90, 0x08, 0x52, 0xb6, 0xe2, 0x48, 0xf0, 0x4b, 0x82, 0xc2, 0x6f, 0x0a, 0xc0, 0xe1, 0x8f, 0xad, 0x00, 0x1c, 0xfe, 0x00, 0x01, 0x44, 0x9c, 0x88, 0xe0, 0x85, 0x0c, 0x2e, 0xa4, 0x60, 0xf0, 0x53, 0x9f, 0x4f, 0x47, 0x44, 0x45, 0x26, 0x4e, 0xb4, 0x85, 0xdf, 0x4a, 0x00, 0x37, 0xf0, 0xab, 0x10, 0x33, 0xf8, 0x71, 0xfb, 0xd1, 0x84, 0xd3, 0x8c, 0xe8, 0xc1, 0xe5, 0x5e, 0x1c, 0xab, 0x71, 0xd1, 0xea, 0xd5, 0xc1, 0xbf, 0x1f, 0x42, 0x04, 0x37, 0x12, 0x04, 0x9d, 0x4a, 0x8d, 0xaf, 0xe7, 0x7b, 0xe2, 0x09, 0x00, 0x12, 0x41, 0xe4, 0xb1, 0xc7, 0x60, 0x6b, 0x97, 0x2e, 0x09, 0x09, 0x3f, 0x8b, 0x2c, 0x00, 0xb2, 0x10, 0x75, 0x01, 0x3e, 0xba, 0xe0, 0x02, 0xc8, 0xc7, 0xea, 0x65, 0x2b, 0x40, 0x3c, 0x65, 0xd0, 0xc8, 0xc1, 0xe0, 0xa7, 0x3e, 0x9f, 0x1f, 0xf8, 0x11, 0x29, 0xc6, 0x89, 0x27, 0xc1, 0xaf, 0x5e, 0xcc, 0xe2, 0xa6, 0xfa, 0x5b, 0xc1, 0xaf, 0x03, 0xf7, 0x38, 0xbe, 0xce, 0x09, 0x9c, 0x3f, 0xc9, 0x13, 0x4e, 0x4a, 0xf6, 0xb0, 0x61, 0xb0, 0x93, 0xee, 0x41, 0xaa, 0xf4, 0xe1, 0x54, 0x81, 0x8b, 0xd7, 0xad, 0x83, 0xe3, 0xc7, 0x8f, 0x7b, 0x2a, 0x81, 0xd5, 0x28, 0xc0, 0x46, 0x02, 0x92, 0xe0, 0xa9, 0xa7, 0x00, 0x1e, 0x7f, 0xdc, 0x1f, 0x12, 0x02, 0xb3, 0x05, 0xdf, 0x5f, 0xa2, 0xc1, 0xff, 0x9d, 0x2c, 0x00, 0xee, 0x6b, 0x26, 0x00, 0xb2, 0x94, 0x58, 0x02, 0x84, 0x23, 0x83, 0x87, 0x42, 0x30, 0xf8, 0xa9, 0xcf, 0x57, 0x0e, 0xfc, 0x14, 0xcd, 0x9b, 0x67, 0x0b, 0xbf, 0x2c, 0x40, 0xa4, 0xf0, 0x13, 0xc0, 0xc7, 0xf1, 0xb9, 0x4f, 0x60, 0xdb, 0xa8, 0x42, 0x9e, 0x33, 0x62, 0x04, 0x2c, 0xaf, 0x5c, 0x19, 0x7e, 0xc3, 0x6d, 0x9b, 0x4a, 0xdf, 0xcd, 0x4b, 0x3f, 0x97, 0x7b, 0xf1, 0x47, 0x1e, 0x81, 0x62, 0x6c, 0x87, 0xc2, 0x95, 0xc0, 0xed, 0x28, 0xc0, 0x46, 0x02, 0x9c, 0x83, 0xf8, 0x26, 0x4f, 0x06, 0x78, 0xf2, 0x49, 0x00, 0x92, 0x81, 0x67, 0x2b, 0xee, 0x7b, 0x2f, 0xcf, 0xe5, 0x8f, 0x14, 0x7e, 0x53, 0x00, 0x0e, 0x7f, 0x6c, 0x05, 0xa0, 0x95, 0x20, 0x1e, 0xc7, 0x02, 0x84, 0x23, 0x42, 0x04, 0x42, 0x30, 0xf8, 0xa9, 0xcf, 0xa7, 0x89, 0xa6, 0x34, 0xd9, 0x2c, 0x7a, 0xed, 0x35, 0xc8, 0x92, 0xae, 0xe1, 0x75, 0x5a, 0xfd, 0x23, 0x82, 0xff, 0xe5, 0x97, 0xfd, 0x60, 0x8b, 0x20, 0xdc, 0x39, 0xa3, 0x46, 0x99, 0xf0, 0x53, 0x96, 0x60, 0xb6, 0xd3, 0x77, 0x12, 0x10, 0xf8, 0x72, 0x2f, 0x8e, 0x6d, 0x48, 0xf1, 0xda, 0xb5, 0xfe, 0xe7, 0x52, 0x44, 0x88, 0xc6, 0x28, 0xc0, 0x24, 0x40, 0xe9, 0x7c, 0xcf, 0x3c, 0x03, 0x30, 0x69, 0x12, 0x00, 0xc9, 0xc0, 0xb3, 0x15, 0xf7, 0x5f, 0xa2, 0xc0, 0x1f, 0x3f, 0x01, 0x66, 0xcc, 0x08, 0x14, 0x00, 0x5f, 0x78, 0x13, 0xfe, 0xdc, 0x95, 0x04, 0x91, 0x0a, 0x11, 0x42, 0x0a, 0x06, 0x3f, 0xf5, 0xf9, 0x62, 0xa2, 0xc9, 0x53, 0xf4, 0xc6, 0x1b, 0x01, 0xf0, 0xcb, 0x02, 0x38, 0xad, 0xfe, 0x4e, 0xe0, 0x17, 0xb0, 0x9a, 0xf0, 0xd3, 0x52, 0xa3, 0x94, 0x9c, 0xd1, 0xa3, 0x83, 0xe0, 0x5f, 0x22, 0x4b, 0x80, 0x95, 0x3f, 0xa0, 0x17, 0xc7, 0x6a, 0x2c, 0xda, 0xa1, 0x48, 0x24, 0x70, 0x3a, 0x0a, 0xd0, 0xed, 0x56, 0x72, 0x51, 0x3a, 0xdf, 0xb3, 0xcf, 0x02, 0x90, 0x08, 0x52, 0xb6, 0xe2, 0xb6, 0x4f, 0x04, 0xf8, 0xb5, 0x02, 0x20, 0x4f, 0xd1, 0x15, 0xe0, 0xfc, 0xf3, 0x2d, 0x05, 0x90, 0x13, 0x73, 0x19, 0xa4, 0x30, 0xf8, 0xe9, 0x64, 0x2f, 0x7e, 0x74, 0x53, 0x44, 0xc0, 0x2f, 0xdf, 0xbb, 0xc7, 0xab, 0xea, 0x6f, 0x09, 0xff, 0x2b, 0xaf, 0x94, 0x54, 0x72, 0x82, 0x1a, 0x93, 0x33, 0x66, 0x8c, 0x25, 0xfc, 0xa6, 0x04, 0xf4, 0xc5, 0x1c, 0x58, 0xf9, 0x03, 0x7a, 0x71, 0xac, 0xc6, 0xc5, 0xeb, 0xd7, 0x87, 0x25, 0x41, 0x38, 0xa3, 0x80, 0x29, 0xc1, 0xb4, 0x69, 0x00, 0x24, 0x82, 0x94, 0xad, 0xb8, 0xcf, 0xe3, 0x0d, 0x7f, 0x90, 0x00, 0xb8, 0xef, 0x63, 0x23, 0xc0, 0xf3, 0xcf, 0x43, 0x21, 0xad, 0x04, 0x91, 0x00, 0xf8, 0xa7, 0x4e, 0x00, 0x4f, 0x64, 0x08, 0x43, 0x08, 0x76, 0x4a, 0x33, 0x4d, 0x72, 0x95, 0xa3, 0x9b, 0x45, 0x6f, 0xbd, 0x65, 0xc2, 0xaf, 0x13, 0xc0, 0xf3, 0xea, 0x4f, 0xf0, 0xcf, 0x9d, 0x1b, 0xb4, 0xa2, 0x92, 0x33, 0x76, 0x6c, 0x48, 0xf8, 0x97, 0xf0, 0x4b, 0x16, 0xe9, 0x60, 0x14, 0x03, 0x5f, 0xee, 0xc5, 0x9f, 0x7e, 0x3a, 0xa4, 0x04, 0x91, 0x8c, 0x02, 0xba, 0x3b, 0xd0, 0xe5, 0x90, 0x04, 0xb8, 0xcf, 0x61, 0xea, 0x54, 0x7f, 0x48, 0x08, 0xfc, 0x73, 0x8b, 0x22, 0x81, 0x17, 0xf0, 0xcf, 0x77, 0x01, 0x3f, 0x8b, 0x10, 0x00, 0xf7, 0x7d, 0xec, 0x05, 0xe0, 0x21, 0xf0, 0xec, 0x04, 0xf0, 0x4c, 0x86, 0x10, 0x52, 0xb0, 0xca, 0x4f, 0x93, 0x5c, 0x31, 0xd1, 0xe4, 0x93, 0xcd, 0xa2, 0xb7, 0xdf, 0x86, 0x23, 0x87, 0x0e, 0x69, 0x6f, 0x57, 0x18, 0x6e, 0xf5, 0x77, 0x04, 0xbf, 0xa8, 0xde, 0x3c, 0x39, 0xe3, 0xc6, 0x85, 0x84, 0x5f, 0xbd, 0x68, 0x7d, 0x1b, 0x7d, 0x55, 0x13, 0x81, 0x2f, 0xf5, 0xe1, 0x30, 0x65, 0x0a, 0x14, 0x6f, 0xd8, 0x10, 0x24, 0x81, 0xd3, 0x51, 0xc0, 0x4d, 0x1b, 0x64, 0x4a, 0x80, 0xed, 0x97, 0x8f, 0x8e, 0x5d, 0xd0, 0x91, 0x6b, 0x92, 0x81, 0x82, 0xff, 0xbd, 0x05, 0xe7, 0x7f, 0xf1, 0x82, 0xff, 0x5b, 0x21, 0x00, 0x87, 0x9f, 0x72, 0x00, 0x19, 0x8b, 0x8f, 0x00, 0xf8, 0x73, 0x16, 0x87, 0x22, 0x78, 0x26, 0x03, 0x0f, 0xab, 0xfc, 0x34, 0xd1, 0x15, 0xab, 0x28, 0x3c, 0x45, 0xef, 0xbc, 0xc3, 0xe0, 0x97, 0xef, 0xd8, 0xec, 0x45, 0xfb, 0xa3, 0x13, 0xc0, 0x84, 0x9f, 0xee, 0xd5, 0x29, 0x2a, 0x37, 0x4f, 0xce, 0x0d, 0x37, 0xb8, 0x86, 0xdf, 0x94, 0x80, 0x96, 0x48, 0x09, 0x7c, 0xb9, 0x17, 0xc7, 0x0a, 0x5c, 0x9c, 0x92, 0xe2, 0x6a, 0x14, 0x70, 0xdb, 0x06, 0xa9, 0x77, 0xa3, 0x66, 0x12, 0xd0, 0x32, 0x2e, 0x89, 0x20, 0x82, 0xed, 0x30, 0x9d, 0x09, 0x10, 0x0f, 0xf8, 0x55, 0x01, 0xa8, 0xfa, 0xef, 0x8f, 0xb6, 0x00, 0x1f, 0x76, 0xe9, 0x02, 0xf9, 0x68, 0xbe, 0x80, 0xbf, 0x00, 0x37, 0x42, 0x80, 0x00, 0x72, 0x62, 0x24, 0x03, 0x83, 0x9f, 0x26, 0xb9, 0x62, 0xe9, 0x90, 0x4f, 0x34, 0x8b, 0xde, 0x7b, 0x2f, 0x08, 0x7e, 0xa7, 0x02, 0x38, 0x6d, 0x7f, 0x02, 0xaa, 0x3f, 0xc1, 0xff, 0xfa, 0xeb, 0x25, 0xed, 0x0a, 0xad, 0xa0, 0x60, 0xb2, 0xc7, 0x8f, 0x0f, 0x1b, 0x7e, 0x71, 0xc9, 0xe2, 0x76, 0xfa, 0x7a, 0x26, 0xac, 0xfc, 0x01, 0xbd, 0x38, 0x16, 0xa2, 0xe2, 0x4d, 0x9b, 0x42, 0x8e, 0x02, 0x5e, 0xb4, 0x41, 0xe2, 0x36, 0xec, 0xd9, 0xd4, 0x0e, 0xd1, 0x72, 0x2e, 0x89, 0x20, 0x65, 0x13, 0x8e, 0x04, 0xb1, 0x86, 0x5f, 0x16, 0x80, 0xe0, 0x3f, 0x10, 0x53, 0x01, 0x68, 0x29, 0x14, 0xed, 0xb7, 0x15, 0x20, 0x4c, 0x19, 0xdc, 0x0a, 0x51, 0x40, 0x3d, 0xbf, 0xbc, 0x6c, 0x88, 0x13, 0xcd, 0xa2, 0x0f, 0x3e, 0x80, 0xc3, 0x07, 0x0f, 0x6a, 0xef, 0xd7, 0xef, 0xa6, 0xff, 0x77, 0x5c, 0xfd, 0x09, 0x7e, 0x9c, 0x64, 0x07, 0xb4, 0x2a, 0x98, 0xec, 0x09, 0x13, 0x22, 0x86, 0xdf, 0x94, 0x80, 0xbe, 0xaa, 0x89, 0x6e, 0x84, 0x2b, 0xf7, 0xe2, 0xb8, 0xfd, 0x8b, 0x37, 0x6f, 0x76, 0x3d, 0x0a, 0x84, 0x2b, 0x80, 0x29, 0xc1, 0x9c, 0x39, 0x00, 0x24, 0x02, 0x0f, 0x49, 0xb1, 0xbc, 0x41, 0x83, 0x98, 0xc2, 0x2f, 0x04, 0x10, 0xf0, 0x33, 0x01, 0x90, 0xb5, 0xd8, 0x08, 0x40, 0xf0, 0x53, 0xb0, 0x0a, 0x11, 0x84, 0x9b, 0xf0, 0xe7, 0x21, 0x25, 0x08, 0x53, 0x86, 0x50, 0x52, 0x9c, 0xa0, 0x8a, 0x2f, 0x4d, 0x36, 0x7d, 0xd8, 0x72, 0x64, 0xa5, 0xa6, 0x06, 0x7c, 0x73, 0x4b, 0x34, 0xfa, 0x7f, 0x13, 0x3a, 0x3a, 0xc2, 0x8b, 0x93, 0x6c, 0x9a, 0xa0, 0xca, 0x6d, 0x4a, 0xf6, 0x8d, 0x37, 0xc2, 0xf2, 0x2a, 0x55, 0x3c, 0x81, 0x5f, 0x64, 0x1b, 0x7d, 0x47, 0x19, 0x81, 0x2f, 0xf7, 0xe2, 0x58, 0x81, 0x65, 0x09, 0xc2, 0x6d, 0x83, 0xec, 0xe6, 0x01, 0xea, 0xb7, 0xd1, 0x14, 0x7d, 0xf3, 0x0d, 0x00, 0x2d, 0xef, 0x8a, 0xa0, 0x10, 0x1b, 0xf1, 0xbd, 0x45, 0x7c, 0x6a, 0x83, 0x0b, 0xf8, 0x59, 0x50, 0x00, 0x01, 0x3f, 0xf5, 0xff, 0xb1, 0x11, 0x00, 0x77, 0x80, 0x80, 0x9f, 0x92, 0x8e, 0x43, 0x3c, 0x13, 0x40, 0x8e, 0x53, 0x19, 0x22, 0x10, 0x42, 0x24, 0x8b, 0xce, 0xf1, 0x91, 0x27, 0x9c, 0xd8, 0x7f, 0xff, 0x85, 0x95, 0x31, 0x6b, 0xd7, 0x2e, 0xcf, 0x04, 0xb0, 0x6c, 0x7f, 0xa8, 0xf2, 0xe3, 0x24, 0x9b, 0xb5, 0x27, 0x52, 0x8b, 0x92, 0x7d, 0xf3, 0xcd, 0x9e, 0xc3, 0x2f, 0xae, 0xd9, 0xdd, 0x46, 0xdf, 0x68, 0x4f, 0xe0, 0xcb, 0xbd, 0x38, 0x56, 0xe0, 0x22, 0x2e, 0x81, 0x5d, 0x1b, 0xe4, 0x85, 0x00, 0x85, 0xdf, 0x7f, 0x0f, 0x40, 0xcb, 0xbb, 0x52, 0x8a, 0x90, 0x89, 0x85, 0x35, 0x6a, 0xc4, 0x14, 0xfe, 0xff, 0x93, 0x05, 0x40, 0x0e, 0x62, 0x26, 0x40, 0x1e, 0x56, 0x37, 0x01, 0xbf, 0x48, 0x86, 0x4e, 0x82, 0x70, 0x64, 0x08, 0x53, 0x88, 0x63, 0x74, 0x86, 0xa7, 0x98, 0x74, 0xf2, 0x1e, 0x9c, 0x4e, 0x3a, 0x3b, 0xba, 0x73, 0x67, 0xf4, 0x04, 0x20, 0xf8, 0xdf, 0x7d, 0xd7, 0xdf, 0x96, 0x88, 0x60, 0x6b, 0x92, 0x83, 0x2d, 0x99, 0x80, 0x7f, 0x89, 0xc7, 0xf0, 0x8b, 0xd0, 0x11, 0x59, 0xa0, 0x93, 0xea, 0xe4, 0x5e, 0x1c, 0x2b, 0x71, 0x11, 0xce, 0x09, 0x74, 0xa3, 0x80, 0xdd, 0x3c, 0xc0, 0xcd, 0x44, 0xb8, 0xf0, 0xe7, 0x9f, 0x01, 0x5e, 0x7d, 0x15, 0x80, 0x56, 0xb9, 0x78, 0x8a, 0x70, 0xff, 0xd3, 0x37, 0xc3, 0xc4, 0x1a, 0x7e, 0x53, 0x00, 0x0e, 0xff, 0x01, 0x64, 0x27, 0xea, 0x02, 0xbc, 0xd9, 0xac, 0x19, 0xfc, 0xd2, 0xb3, 0x27, 0xe4, 0x61, 0x95, 0x73, 0x25, 0x41, 0xb8, 0x32, 0xb8, 0x10, 0xe2, 0x18, 0x1d, 0xf9, 0xe5, 0x13, 0x4f, 0xd1, 0x83, 0x9f, 0x98, 0x3d, 0x1b, 0x8e, 0xe2, 0x48, 0xe0, 0xd5, 0x04, 0x38, 0x00, 0x7e, 0x9c, 0x64, 0x9b, 0xbd, 0x38, 0x4f, 0xce, 0xad, 0xb7, 0x46, 0x1d, 0x7e, 0x71, 0xf1, 0xfa, 0x16, 0x6a, 0x87, 0xf0, 0xf3, 0x99, 0xbd, 0xf8, 0x4b, 0x2f, 0xf9, 0xab, 0x31, 0x8e, 0x04, 0xd1, 0x10, 0xa0, 0xf0, 0x97, 0x5f, 0x00, 0xe6, 0xcd, 0xf3, 0x87, 0x56, 0xba, 0x30, 0x45, 0x38, 0xfa, 0xc4, 0x0b, 0xfe, 0x00, 0x01, 0x90, 0x93, 0xa8, 0x08, 0xf0, 0x77, 0xc3, 0xa8, 0x80, 0x4f, 0xb2, 0xc3, 0x7c, 0x42, 0x7c, 0xc1, 0x37, 0x9a, 0x36, 0x85, 0x9f, 0x48, 0x02, 0x1a, 0x09, 0xb0, 0x17, 0x0d, 0x90, 0x00, 0x27, 0x7d, 0x21, 0x25, 0x88, 0x44, 0x06, 0x9e, 0x8d, 0x16, 0x62, 0x1c, 0xa3, 0x23, 0xc0, 0x4a, 0x2f, 0x7e, 0x82, 0xae, 0xf1, 0x55, 0xbe, 0xbd, 0x25, 0x12, 0x01, 0x18, 0xfc, 0x38, 0xc9, 0x66, 0x7d, 0xb8, 0xd4, 0x8b, 0xe7, 0xdc, 0x7e, 0x7b, 0xcc, 0xe0, 0x17, 0xd9, 0x4a, 0x5f, 0xd9, 0x4a, 0xe0, 0x4b, 0xbd, 0x38, 0xab, 0xca, 0x5c, 0x02, 0xaf, 0x04, 0x60, 0xf0, 0xd3, 0x0a, 0x97, 0x94, 0x22, 0x1c, 0x75, 0xa2, 0x05, 0xff, 0xb7, 0x0e, 0xe0, 0xa7, 0x2c, 0xaa, 0x59, 0x33, 0x50, 0x00, 0xe4, 0xca, 0x53, 0x01, 0xe8, 0x31, 0xd3, 0x30, 0xce, 0xd5, 0x49, 0xf0, 0x23, 0x4a, 0x90, 0x2b, 0x24, 0xa0, 0xd0, 0xdc, 0x00, 0xff, 0xcc, 0xc0, 0x76, 0xc4, 0xb1, 0x04, 0x61, 0x08, 0xb1, 0xd1, 0x2e, 0x42, 0x02, 0xe5, 0xd0, 0xfd, 0x09, 0xba, 0xdc, 0x11, 0x25, 0x88, 0x54, 0x00, 0x06, 0xff, 0x87, 0x1f, 0xb2, 0xf5, 0x6f, 0x33, 0x58, 0x05, 0x73, 0xee, 0xb8, 0x23, 0xe6, 0xf0, 0xcb, 0x12, 0xb0, 0x55, 0x19, 0xea, 0xc7, 0xa9, 0x3d, 0xa1, 0x50, 0x75, 0xde, 0xb2, 0xc5, 0xd1, 0x4a, 0x50, 0x28, 0x01, 0x0a, 0x17, 0x2c, 0x00, 0xa0, 0x15, 0xae, 0x37, 0xdf, 0x34, 0x53, 0x84, 0x23, 0xcf, 0xd2, 0x73, 0xce, 0x89, 0x2b, 0xfc, 0x8b, 0x6b, 0xd5, 0x62, 0x15, 0xff, 0x80, 0x94, 0xa8, 0x08, 0x40, 0x8f, 0x69, 0x86, 0xd1, 0x10, 0x9f, 0x2c, 0x35, 0x68, 0x24, 0xe8, 0xd1, 0x03, 0x72, 0xb1, 0xe2, 0x32, 0xf8, 0x45, 0xb0, 0x2d, 0xc8, 0xbc, 0xe9, 0xa6, 0xf0, 0x24, 0x08, 0x21, 0xc5, 0x46, 0x27, 0x21, 0x09, 0xe8, 0xf4, 0x67, 0xb1, 0x5c, 0xc8, 0xdb, 0x94, 0x13, 0x08, 0x46, 0xf6, 0xde, 0xbd, 0x61, 0x0b, 0x50, 0x40, 0xab, 0x3d, 0x1f, 0x7d, 0xe4, 0xef, 0xbd, 0xa5, 0xe4, 0xdc, 0x75, 0x97, 0xa7, 0xf0, 0x87, 0xf3, 0x8d, 0x2c, 0x74, 0x30, 0xca, 0x47, 0xe0, 0x8b, 0x16, 0x85, 0x82, 0xd0, 0x1e, 0x97, 0x24, 0x08, 0x47, 0x80, 0xc2, 0x85, 0x0b, 0x01, 0x68, 0x85, 0x8b, 0x42, 0x93, 0x7d, 0x4c, 0x11, 0xb6, 0x5b, 0xf1, 0x86, 0x7f, 0x09, 0xc2, 0x7f, 0x40, 0x81, 0x9f, 0xb2, 0xb0, 0x5e, 0xbd, 0xe8, 0x08, 0x40, 0x8f, 0x59, 0x86, 0xd1, 0x00, 0x9f, 0x70, 0x7b, 0x80, 0x04, 0x4d, 0x9a, 0xc0, 0x0f, 0x97, 0x5f, 0x0e, 0xb9, 0xd8, 0x77, 0x0b, 0xf8, 0x45, 0xd8, 0x48, 0xd0, 0xb9, 0xb3, 0x3f, 0x1e, 0xc8, 0xb0, 0x51, 0xc4, 0xa9, 0x04, 0x74, 0x64, 0x58, 0x69, 0x53, 0x4e, 0x20, 0x18, 0x24, 0x81, 0x5b, 0x01, 0x18, 0xfc, 0x9f, 0x7c, 0x52, 0x32, 0xe1, 0xa4, 0xde, 0x1b, 0x93, 0x08, 0xf0, 0x8b, 0xd0, 0x7d, 0x8e, 0x7c, 0xd4, 0x9b, 0xcb, 0xad, 0x0a, 0x82, 0x4b, 0x12, 0x84, 0xd3, 0x02, 0x15, 0x2e, 0x5a, 0x04, 0xf0, 0xce, 0x3b, 0x25, 0xc1, 0x09, 0x7f, 0x11, 0xb6, 0x59, 0xf1, 0x86, 0x7f, 0xd9, 0x19, 0x67, 0x04, 0x55, 0xfe, 0x74, 0xcc, 0x0f, 0x75, 0xea, 0xa8, 0xf0, 0x53, 0x0a, 0x0c, 0x2f, 0x1f, 0x2f, 0x18, 0x46, 0x3d, 0x7c, 0xd2, 0x8d, 0xaa, 0x04, 0xf3, 0x49, 0x82, 0xa7, 0x9e, 0x0a, 0x10, 0x20, 0x48, 0x82, 0x08, 0x64, 0xd8, 0x68, 0x91, 0x14, 0x4d, 0x48, 0x80, 0x14, 0x21, 0x01, 0x5d, 0x03, 0xc0, 0xdb, 0x14, 0x11, 0x3a, 0x55, 0x21, 0x67, 0xdf, 0x3e, 0xc7, 0x02, 0xe4, 0xd3, 0x65, 0x8c, 0x9f, 0x7e, 0x1a, 0x70, 0xe0, 0x87, 0xfa, 0xee, 0x9c, 0x7b, 0xee, 0x49, 0x18, 0xf8, 0x4d, 0x09, 0xba, 0x75, 0x03, 0x9f, 0xdc, 0xae, 0x50, 0xe5, 0x46, 0x78, 0x0b, 0x25, 0x09, 0x9c, 0x08, 0xc0, 0xe0, 0xa7, 0x15, 0x2e, 0x29, 0x89, 0x00, 0xff, 0xd2, 0x33, 0xcf, 0xd4, 0xc2, 0x3f, 0xff, 0xac, 0xb3, 0x74, 0xf0, 0xe7, 0xcf, 0x30, 0x8c, 0x5e, 0x86, 0xd7, 0x8f, 0xe9, 0x86, 0x51, 0x57, 0x95, 0xe0, 0xf5, 0x46, 0x8d, 0x60, 0xfe, 0x65, 0x97, 0x41, 0xce, 0x93, 0x4f, 0x96, 0x08, 0xf0, 0xdc, 0x73, 0x2c, 0xe6, 0x9c, 0x40, 0x15, 0xc1, 0xa1, 0x10, 0x6e, 0xe0, 0x57, 0xb3, 0xbe, 0x6d, 0x5b, 0xc8, 0xa2, 0x2b, 0xc2, 0x94, 0x25, 0xc3, 0x13, 0x08, 0x87, 0x90, 0xc0, 0x4e, 0x00, 0x06, 0xff, 0x67, 0x9f, 0x05, 0x1e, 0xf4, 0xc1, 0xe4, 0xdc, 0x7b, 0x6f, 0xc2, 0xc1, 0x2f, 0x2e, 0x59, 0xdc, 0xdc, 0xbd, 0x3b, 0xf8, 0x44, 0xcb, 0x22, 0xaa, 0xf7, 0x7b, 0xef, 0x41, 0xe1, 0xd6, 0xad, 0x8e, 0x04, 0x38, 0xbe, 0x78, 0x71, 0x42, 0xc2, 0xbf, 0x02, 0x21, 0x4f, 0x57, 0xdb, 0x1e, 0xdc, 0xc7, 0xff, 0x41, 0x29, 0x34, 0xf0, 0xe7, 0x22, 0xfc, 0x57, 0x1a, 0xd1, 0x7a, 0x68, 0x25, 0x68, 0xdc, 0x18, 0xe6, 0xe3, 0xc6, 0xcf, 0x26, 0x09, 0x68, 0x99, 0x94, 0xe2, 0x54, 0x02, 0x0b, 0x29, 0xdc, 0xc2, 0xbf, 0x01, 0x7f, 0x77, 0x5d, 0x8b, 0x16, 0xb0, 0x06, 0x87, 0xc3, 0x95, 0x95, 0x2b, 0xc3, 0x0a, 0xda, 0x70, 0xe5, 0xcb, 0xc3, 0x21, 0xba, 0x0f, 0x90, 0x5c, 0xc1, 0x31, 0x74, 0x00, 0x2b, 0x27, 0x2d, 0xcd, 0xf2, 0x38, 0x40, 0xde, 0x91, 0x23, 0x70, 0xe2, 0xf3, 0xcf, 0xfd, 0x2b, 0x2b, 0xd2, 0x41, 0x9f, 0x9c, 0xfb, 0xee, 0x4b, 0x58, 0xf8, 0x4d, 0x09, 0xb0, 0x18, 0xf9, 0x78, 0xdb, 0x62, 0xe6, 0xfd, 0xf7, 0x99, 0x04, 0x76, 0x02, 0x44, 0x0b, 0xfe, 0xef, 0x22, 0x84, 0x7f, 0x25, 0xee, 0xcf, 0x74, 0x69, 0xb5, 0x47, 0x4c, 0x78, 0xff, 0x8d, 0xed, 0x90, 0x06, 0xfe, 0x2c, 0xcc, 0xc5, 0x46, 0xb4, 0x1f, 0x5c, 0x82, 0x94, 0xa0, 0x91, 0x80, 0x24, 0x78, 0xe2, 0x89, 0x12, 0x09, 0x28, 0x53, 0xa6, 0x40, 0xa6, 0x4b, 0x09, 0x36, 0xaa, 0xb1, 0x80, 0x7f, 0x43, 0xbb, 0x76, 0xf0, 0xc7, 0xb9, 0xe7, 0xc2, 0xea, 0xd3, 0x4f, 0x87, 0x95, 0x15, 0x2a, 0xf8, 0xa1, 0xe7, 0x59, 0xce, 0xc3, 0x24, 0xa0, 0x5b, 0xa2, 0x28, 0x87, 0xef, 0xe9, 0x40, 0x56, 0xee, 0xfe, 0xfd, 0x41, 0x02, 0x10, 0xfc, 0x7f, 0x11, 0xfc, 0x62, 0x55, 0x85, 0x1f, 0xf4, 0xc9, 0x79, 0xe0, 0x81, 0x84, 0x87, 0xdf, 0xa9, 0x04, 0xaa, 0x00, 0x89, 0x0a, 0xff, 0x2a, 0x9c, 0xd8, 0x1e, 0x50, 0xe0, 0xa7, 0xca, 0xff, 0x8f, 0xd3, 0x4e, 0xd3, 0xc1, 0x9f, 0x81, 0x5c, 0x76, 0x34, 0x62, 0xf5, 0x98, 0x6d, 0x18, 0x75, 0xf0, 0x45, 0x37, 0xc8, 0x12, 0xbc, 0x86, 0x30, 0x06, 0x48, 0x80, 0xf0, 0x8b, 0x64, 0x8a, 0x39, 0xc1, 0x79, 0xe7, 0xf9, 0xe3, 0x14, 0x7e, 0x9e, 0x14, 0xfc, 0x9d, 0xf5, 0xad, 0x5a, 0xc1, 0xda, 0x86, 0x0d, 0x61, 0x0d, 0x02, 0xff, 0x7b, 0xa5, 0x4a, 0x01, 0xc0, 0xeb, 0xe0, 0x0f, 0x90, 0x80, 0x4e, 0x9b, 0x10, 0xd5, 0x9c, 0xc3, 0x4d, 0x07, 0xb4, 0x64, 0x09, 0x72, 0x09, 0xfe, 0x2f, 0xbe, 0x08, 0x5c, 0x51, 0xc1, 0xe4, 0x3c, 0xf8, 0x20, 0x2c, 0xaf, 0x5a, 0xd5, 0x35, 0xfc, 0xf1, 0xfc, 0xfe, 0x5d, 0x2b, 0x09, 0x0a, 0x70, 0x4e, 0x20, 0x0b, 0x50, 0x9a, 0xe0, 0xdf, 0x8f, 0x1c, 0xfc, 0xbd, 0x56, 0x2d, 0x1d, 0xfc, 0x7b, 0xa6, 0x1a, 0x46, 0x0b, 0x23, 0xd6, 0x0f, 0x2b, 0x09, 0xbe, 0x23, 0x09, 0x1e, 0x7f, 0x3c, 0x40, 0x00, 0xad, 0x04, 0x72, 0x04, 0xe8, 0x1d, 0x3b, 0xc2, 0x86, 0xd6, 0xad, 0x61, 0x7d, 0xd3, 0xa6, 0xb0, 0xb6, 0x7e, 0x7d, 0x06, 0xfb, 0x2a, 0x84, 0x6f, 0x25, 0x3e, 0xf7, 0x4a, 0x1a, 0x12, 0x79, 0x9c, 0xc2, 0x6f, 0x86, 0x24, 0xa0, 0x5b, 0xa4, 0x50, 0x45, 0x97, 0xe0, 0xa6, 0x03, 0x5b, 0xb9, 0x07, 0x0e, 0xf8, 0xe1, 0xff, 0xf2, 0x4b, 0xff, 0x91, 0x4e, 0x69, 0x35, 0x25, 0xe7, 0xa1, 0x87, 0x4a, 0x1d, 0xfc, 0x4e, 0x25, 0x48, 0x54, 0xf8, 0xd7, 0xe0, 0xeb, 0xab, 0xf0, 0xa7, 0x21, 0x1b, 0x5f, 0xd4, 0xac, 0xa9, 0x83, 0x7f, 0x27, 0xc2, 0xdf, 0xc4, 0x88, 0xd7, 0x83, 0x4b, 0xb0, 0x5e, 0x7e, 0x53, 0xf3, 0x1a, 0x34, 0x80, 0xff, 0x5c, 0x74, 0x11, 0xab, 0x9c, 0x05, 0x34, 0x1a, 0x50, 0x48, 0x88, 0xc7, 0x1e, 0x83, 0xf4, 0xe1, 0xc3, 0x61, 0x3d, 0xb6, 0x4b, 0xeb, 0x10, 0xee, 0x75, 0x75, 0xeb, 0xc2, 0x5a, 0x9c, 0xc8, 0xfc, 0x81, 0x56, 0xaf, 0xae, 0x56, 0x0d, 0x56, 0x61, 0x1b, 0xf3, 0x3b, 0xfe, 0xbe, 0x9c, 0x95, 0x9a, 0xb8, 0x85, 0x7f, 0x19, 0x0f, 0x49, 0x70, 0x98, 0x4e, 0x9b, 0x50, 0x8e, 0x6c, 0xd2, 0x32, 0xe7, 0x5f, 0x5f, 0x7d, 0xe5, 0x3f, 0xe8, 0x23, 0xad, 0xa4, 0x64, 0x97, 0x62, 0xf8, 0x4d, 0x09, 0xae, 0xb8, 0xc2, 0x5c, 0xca, 0x34, 0x83, 0xd2, 0x17, 0x7f, 0xfb, 0x6d, 0x42, 0xc2, 0xbf, 0x1e, 0x47, 0x78, 0x15, 0xfe, 0x7d, 0x58, 0x20, 0x3f, 0xab, 0x51, 0x43, 0x07, 0xff, 0xc6, 0x59, 0x86, 0x51, 0xdf, 0x88, 0xf7, 0x03, 0xdf, 0xc8, 0x59, 0xaa, 0x04, 0x94, 0xbf, 0xa1, 0xb1, 0x47, 0x47, 0x8e, 0x84, 0x3c, 0xac, 0xfc, 0x22, 0xb9, 0x13, 0x26, 0x40, 0x1a, 0x8e, 0x10, 0xab, 0xb0, 0xa2, 0xaf, 0xa2, 0xa1, 0x4e, 0x01, 0x3e, 0x5a, 0xf0, 0xcb, 0x12, 0x1c, 0xa2, 0x13, 0xe8, 0xa4, 0xa3, 0x9b, 0xe6, 0x01, 0x1f, 0xe9, 0xc0, 0x4f, 0xce, 0xa3, 0x8f, 0xc6, 0x0d, 0x7e, 0xaf, 0xbf, 0x7f, 0x77, 0x93, 0x6e, 0x24, 0x48, 0x40, 0xf8, 0xd7, 0x61, 0xf7, 0xa0, 0xc2, 0xbf, 0xb7, 0x53, 0x27, 0xf8, 0xf0, 0xd4, 0x53, 0x75, 0xf0, 0xaf, 0x7a, 0xd1, 0x30, 0x6a, 0x1b, 0x89, 0xf2, 0xb0, 0x92, 0xe0, 0x53, 0x94, 0x20, 0x6b, 0xc4, 0x08, 0x13, 0x7e, 0x91, 0xfd, 0x58, 0x99, 0x48, 0x82, 0x58, 0xc2, 0x4f, 0x59, 0x4a, 0x7f, 0x92, 0x04, 0x34, 0x12, 0xf0, 0x23, 0x9c, 0x01, 0xcb, 0x86, 0x98, 0x1c, 0x1c, 0xad, 0xca, 0x0a, 0xfc, 0x4e, 0x24, 0x70, 0x03, 0xff, 0xfc, 0x28, 0xc0, 0x4f, 0x27, 0xb6, 0xa5, 0x34, 0x69, 0xa2, 0x85, 0xff, 0x7d, 0x3d, 0xfc, 0x8b, 0xa6, 0x18, 0x46, 0x4d, 0x23, 0xd1, 0x1e, 0x33, 0x0c, 0xe3, 0x74, 0x32, 0x53, 0x7d, 0xc3, 0x9f, 0x54, 0xaf, 0x0e, 0x87, 0x87, 0x0d, 0x2b, 0x11, 0x60, 0xfc, 0x78, 0x96, 0xfd, 0x97, 0x5f, 0x0e, 0xab, 0x10, 0xc6, 0x50, 0xe0, 0x7b, 0x09, 0xff, 0x52, 0x49, 0x82, 0xc3, 0x74, 0x21, 0xbd, 0x02, 0x43, 0x0e, 0xb6, 0x69, 0x65, 0x0d, 0x7e, 0x71, 0xf1, 0xba, 0xae, 0x1d, 0x4a, 0x04, 0xf8, 0x37, 0x0a, 0xf8, 0x25, 0x01, 0x76, 0xe3, 0x5c, 0xf0, 0x9d, 0x53, 0x4e, 0xd1, 0xc1, 0xff, 0x33, 0xc2, 0x5f, 0xdd, 0x48, 0xd4, 0x07, 0x97, 0xe0, 0x77, 0xf5, 0x8d, 0x7f, 0x2c, 0x24, 0xe0, 0xf0, 0xe7, 0xf0, 0xc8, 0x12, 0xc4, 0x0a, 0x7e, 0x59, 0x82, 0x43, 0x74, 0xee, 0x10, 0x87, 0x21, 0xfb, 0x91, 0x47, 0x6c, 0xe1, 0x5f, 0x9c, 0xe0, 0xf0, 0x3b, 0xb9, 0x47, 0xe7, 0x26, 0xdc, 0xde, 0xbe, 0x30, 0x4e, 0x6f, 0x88, 0x0a, 0xfc, 0xb8, 0xfd, 0x37, 0x37, 0x6f, 0x1e, 0x04, 0xff, 0xae, 0x0e, 0x1d, 0xe0, 0xad, 0x2a, 0x55, 0x82, 0xe0, 0x47, 0xb6, 0xfe, 0x17, 0xe1, 0xaf, 0x6a, 0x24, 0xfa, 0xc3, 0x52, 0x02, 0x1c, 0xce, 0x8e, 0x0c, 0x1d, 0x6a, 0xc2, 0xcf, 0x72, 0xc3, 0x0d, 0x90, 0x86, 0x3b, 0xe5, 0x77, 0xdc, 0x18, 0xb1, 0x84, 0x7f, 0x29, 0xbf, 0x62, 0xeb, 0x37, 0xac, 0x40, 0x9b, 0xb0, 0xda, 0x6c, 0xc1, 0x1d, 0xb0, 0xb4, 0x62, 0xc5, 0x32, 0x0d, 0xbf, 0xc8, 0x72, 0xec, 0xb5, 0x53, 0xba, 0x75, 0x83, 0x85, 0xd8, 0x9e, 0xc6, 0x0a, 0x7e, 0xb5, 0xdf, 0xff, 0x0e, 0xf7, 0xf7, 0xb6, 0x96, 0x2d, 0x83, 0xe0, 0xdf, 0xd9, 0xbe, 0x3d, 0xbc, 0xa6, 0x81, 0x1f, 0xf3, 0x39, 0xc2, 0x5f, 0xd1, 0x28, 0x2d, 0x0f, 0x7c, 0xb3, 0xa7, 0xe1, 0x9b, 0x5e, 0xa9, 0x7e, 0x90, 0x8f, 0x48, 0x82, 0x21, 0x43, 0x4c, 0xf8, 0x59, 0xc6, 0x8d, 0xd3, 0x4a, 0xe0, 0x06, 0xfe, 0x65, 0xe1, 0xc0, 0xaf, 0x49, 0x59, 0x87, 0x3f, 0xd6, 0x17, 0xaf, 0x5b, 0xc1, 0xbf, 0x45, 0x03, 0x7f, 0x6a, 0xbb, 0x76, 0x30, 0xb7, 0x72, 0x65, 0x1d, 0xfc, 0x6f, 0x21, 0x4f, 0xe5, 0x8d, 0xd2, 0xf6, 0x08, 0x29, 0x01, 0x87, 0x5f, 0x24, 0x0d, 0x27, 0x6a, 0x42, 0x82, 0xb2, 0x04, 0xff, 0xc2, 0x24, 0xfc, 0x25, 0xf0, 0x57, 0xa8, 0x00, 0xa9, 0xad, 0x5b, 0x07, 0xc1, 0xbf, 0xad, 0x6d, 0x5b, 0x78, 0xa5, 0x52, 0x25, 0x1d, 0xfc, 0xf3, 0xc0, 0x30, 0xca, 0x19, 0xa5, 0xf5, 0xc1, 0x25, 0x58, 0xa1, 0x95, 0x60, 0xf0, 0xe0, 0x12, 0x01, 0xae, 0xbf, 0x9e, 0x65, 0x3f, 0x4a, 0xb0, 0x12, 0x25, 0x48, 0xc2, 0x1f, 0xfb, 0x2f, 0x9f, 0x8e, 0x36, 0xfc, 0xf3, 0x09, 0xfe, 0x36, 0x6d, 0x82, 0xe0, 0xdf, 0x82, 0x3f, 0x7b, 0x19, 0xdb, 0x4f, 0x95, 0x91, 0xe9, 0xec, 0x9a, 0xac, 0x32, 0xf0, 0xc0, 0x4f, 0x51, 0xcb, 0x4a, 0x82, 0xc3, 0xd7, 0x5d, 0x67, 0xc2, 0x4f, 0xc9, 0x1e, 0x3b, 0x96, 0x8d, 0x04, 0xaa, 0x04, 0x49, 0xf8, 0x4b, 0x37, 0xfc, 0xdf, 0x63, 0x75, 0xdf, 0x81, 0x2d, 0x8e, 0x0a, 0xff, 0x66, 0x3d, 0xfc, 0x3e, 0x84, 0xff, 0x21, 0xa3, 0x2c, 0x3d, 0xb8, 0x04, 0xcb, 0xb5, 0x12, 0x5c, 0x7b, 0xad, 0x09, 0xbf, 0x88, 0x3c, 0x12, 0x44, 0x0b, 0xfe, 0x25, 0x09, 0x0e, 0xff, 0xcf, 0x65, 0x04, 0xfe, 0x1f, 0x10, 0x7e, 0x9a, 0xdc, 0xaa, 0xf0, 0xa7, 0xb4, 0x6a, 0x05, 0xb3, 0x71, 0x1f, 0x6b, 0xe0, 0xbf, 0xc7, 0x28, 0x8b, 0x0f, 0x92, 0x60, 0x86, 0x61, 0x2c, 0x53, 0x25, 0xa0, 0x23, 0x7d, 0x07, 0x07, 0x0d, 0x0a, 0x10, 0x40, 0x48, 0x40, 0x27, 0xb2, 0x25, 0xe1, 0x4f, 0x3c, 0xf8, 0x9d, 0x1e, 0xdd, 0xfd, 0x11, 0x27, 0xb5, 0xb4, 0xa6, 0xaf, 0xc2, 0x4f, 0x27, 0x36, 0xbe, 0x10, 0x0c, 0xff, 0x5f, 0x98, 0xf1, 0x46, 0x59, 0x7e, 0x58, 0x49, 0xf0, 0x5e, 0xb5, 0x6a, 0x70, 0x70, 0xe0, 0xc0, 0x12, 0x01, 0xc6, 0x8c, 0x61, 0xa1, 0x23, 0xc6, 0xb2, 0x04, 0x49, 0xf8, 0x4b, 0x11, 0xfc, 0x55, 0xaa, 0x68, 0xe1, 0x5f, 0xdb, 0xa2, 0x05, 0xcc, 0x0a, 0x86, 0xbf, 0x08, 0x33, 0xc4, 0x38, 0x19, 0x1e, 0xb3, 0x0d, 0xe3, 0x54, 0x1c, 0xe6, 0x7e, 0x55, 0x25, 0x78, 0xb7, 0x6a, 0x55, 0xc8, 0x18, 0x30, 0xc0, 0x84, 0x3f, 0x7b, 0xf4, 0x68, 0x16, 0x21, 0x41, 0xa2, 0xc0, 0xff, 0x6b, 0x12, 0xfe, 0x90, 0xf0, 0xff, 0x84, 0xfb, 0x72, 0x4f, 0xa7, 0x4e, 0x41, 0xf0, 0xaf, 0x6a, 0xde, 0x5c, 0x07, 0x7f, 0x74, 0x2e, 0x61, 0x4c, 0x74, 0x09, 0xf0, 0x83, 0x2f, 0xd4, 0x4a, 0xd0, 0xbf, 0xbf, 0x09, 0x3f, 0xcb, 0xa8, 0x51, 0x90, 0x86, 0x12, 0x2c, 0xd7, 0x48, 0x90, 0x84, 0x3f, 0x0a, 0x5f, 0x41, 0x1a, 0x21, 0xfc, 0xbf, 0x58, 0xc0, 0xbf, 0xa2, 0x69, 0x53, 0x98, 0x59, 0xae, 0x5c, 0x6c, 0x2f, 0x61, 0x2c, 0x05, 0x12, 0x2c, 0xd0, 0x4a, 0xd0, 0xaf, 0x9f, 0x09, 0xbf, 0x08, 0x9d, 0x36, 0x21, 0x8f, 0x04, 0x49, 0xf8, 0x13, 0x0f, 0xfe, 0x05, 0xd8, 0xca, 0xee, 0xed, 0xdc, 0x39, 0x08, 0xfe, 0xe5, 0x4d, 0x9a, 0xc0, 0x8c, 0x60, 0xf8, 0x63, 0x73, 0x09, 0x63, 0x69, 0x94, 0xe0, 0x1d, 0x92, 0xa0, 0x6f, 0xdf, 0x12, 0x01, 0x46, 0x8e, 0x64, 0x11, 0x12, 0x44, 0xba, 0xcc, 0x99, 0x48, 0x97, 0x30, 0x96, 0x99, 0xca, 0x7f, 0xea, 0xa9, 0xb0, 0x4f, 0x86, 0x9f, 0x0b, 0xb0, 0xa8, 0x51, 0x23, 0x3a, 0x8f, 0x27, 0xbe, 0x97, 0x30, 0x96, 0x02, 0x09, 0x7e, 0xb1, 0x94, 0x80, 0xc3, 0x7f, 0x6c, 0xc4, 0x08, 0x16, 0x3a, 0x6d, 0x62, 0xb9, 0x22, 0x41, 0x12, 0x7e, 0x23, 0xae, 0xe7, 0xf2, 0x2f, 0xac, 0x5e, 0x1d, 0xd2, 0xba, 0x74, 0x09, 0x82, 0xff, 0xd7, 0x73, 0xcf, 0xd5, 0xc1, 0x1f, 0x9f, 0x4b, 0x18, 0x13, 0xfc, 0x88, 0x71, 0x35, 0x3a, 0xd5, 0x35, 0x48, 0x82, 0x2a, 0x55, 0x98, 0x04, 0x02, 0xfe, 0xa3, 0x3c, 0xfb, 0x25, 0x09, 0x92, 0xf0, 0xc7, 0x17, 0xfe, 0x45, 0x35, 0x6a, 0x40, 0x1a, 0xb5, 0x3a, 0x0a, 0xfc, 0x3f, 0x35, 0x68, 0x90, 0x78, 0x97, 0x30, 0x96, 0x46, 0x09, 0xde, 0x46, 0x09, 0xd2, 0xfb, 0xf4, 0x31, 0xe1, 0x67, 0x19, 0x3e, 0x9c, 0x1d, 0x27, 0x58, 0x56, 0xa1, 0x42, 0xc4, 0xf0, 0x2f, 0x4a, 0xc2, 0x1f, 0x3e, 0xfc, 0xb5, 0x6a, 0x05, 0xc1, 0x4f, 0x37, 0xb0, 0xfa, 0x41, 0x0f, 0x7f, 0x62, 0x5c, 0xc2, 0x98, 0xc8, 0x8f, 0x3b, 0x0d, 0xa3, 0xba, 0x4e, 0x02, 0x3a, 0x3f, 0x3c, 0xbd, 0x57, 0x2f, 0x13, 0x7e, 0x91, 0x34, 0x8d, 0x04, 0x65, 0x09, 0xfe, 0x1f, 0x13, 0x18, 0xfe, 0x25, 0xe2, 0x26, 0xb5, 0x0a, 0xfc, 0xdf, 0x9e, 0x7d, 0xb6, 0xee, 0xbc, 0x9e, 0xd5, 0x74, 0xd5, 0x60, 0x92, 0x70, 0xeb, 0x07, 0x9d, 0xee, 0x4a, 0xe7, 0x7b, 0x57, 0xee, 0x6d, 0x18, 0x67, 0x4c, 0xb3, 0x93, 0x40, 0x08, 0x30, 0x6c, 0x18, 0x0b, 0x5d, 0x63, 0x2c, 0x24, 0x48, 0xc2, 0x1f, 0x1b, 0xf8, 0x97, 0xd2, 0x7d, 0x3a, 0xe5, 0x96, 0x87, 0xb7, 0x3d, 0xff, 0xaa, 0x5b, 0x57, 0x07, 0xff, 0x92, 0xe1, 0x7e, 0xf8, 0x2b, 0xf3, 0x7d, 0x5c, 0x3e, 0x89, 0xbb, 0x06, 0x7c, 0xc3, 0x7f, 0xb5, 0xcf, 0x29, 0x98, 0x53, 0xbb, 0x1a, 0x46, 0x9d, 0xa9, 0x9a, 0xd5, 0xa1, 0x37, 0x51, 0x82, 0x03, 0xd7, 0x5c, 0x63, 0xc2, 0xcf, 0x32, 0x74, 0x28, 0x3b, 0x58, 0x46, 0x17, 0xb4, 0x94, 0xa5, 0x4b, 0x18, 0x13, 0x16, 0x7e, 0xba, 0x4f, 0x27, 0x01, 0xaf, 0x7c, 0x45, 0xd1, 0x3f, 0x35, 0x37, 0xa9, 0xc5, 0x7d, 0xb8, 0xa8, 0x87, 0x61, 0xd4, 0xa3, 0x7d, 0xca, 0xf7, 0x6d, 0xd5, 0xa4, 0x08, 0x36, 0xe0, 0x63, 0x6a, 0x60, 0x6a, 0x61, 0x4e, 0xef, 0x64, 0x18, 0xe7, 0x3c, 0xa7, 0x39, 0x58, 0xf6, 0x46, 0xe5, 0xca, 0xb0, 0xff, 0xaa, 0xab, 0x4c, 0xf8, 0x59, 0x86, 0x0c, 0x61, 0xab, 0x43, 0xaa, 0x04, 0x27, 0x2b, 0xfc, 0xf3, 0xa3, 0x04, 0x3f, 0xbb, 0x4f, 0xa7, 0x02, 0x3f, 0xcd, 0x01, 0xbe, 0xae, 0x5d, 0x3b, 0x08, 0x7e, 0xdc, 0x77, 0xf3, 0xdb, 0x18, 0xc6, 0xd9, 0xb8, 0x2f, 0x4f, 0xe3, 0xfb, 0xb4, 0x86, 0x24, 0x42, 0x15, 0x4c, 0x25, 0x4c, 0x05, 0xa3, 0x34, 0x9f, 0xef, 0x1f, 0xc6, 0xa3, 0x1c, 0xff, 0xd0, 0x15, 0xf9, 0x46, 0x50, 0xc1, 0xa7, 0x8d, 0x75, 0x86, 0xe1, 0xbf, 0xe5, 0x45, 0x9d, 0xa6, 0x86, 0x71, 0x2e, 0x4e, 0x8e, 0x7f, 0xd4, 0x4a, 0x70, 0xe5, 0x95, 0x26, 0xfc, 0x94, 0x2c, 0xcc, 0x7e, 0x49, 0x82, 0x24, 0xfc, 0x51, 0xb8, 0x4f, 0xa7, 0xf4, 0xcd, 0x8c, 0x02, 0xfe, 0x2f, 0x35, 0x37, 0xa9, 0x7d, 0xc6, 0x30, 0xfe, 0x07, 0x77, 0x62, 0x03, 0xda, 0x87, 0x7c, 0x5f, 0x9e, 0xc1, 0xf7, 0x2d, 0xdd, 0xcd, 0x81, 0x2e, 0x6a, 0xaf, 0xa6, 0x8c, 0x06, 0x27, 0x85, 0x08, 0xe5, 0x6c, 0xaa, 0xbe, 0x0c, 0x3e, 0xf5, 0x8b, 0x75, 0x0d, 0x7f, 0xf5, 0x68, 0x80, 0x5b, 0xb1, 0xf9, 0x33, 0x9a, 0x39, 0x01, 0x49, 0x90, 0xd6, 0xb3, 0xa7, 0x09, 0xbf, 0x08, 0x4d, 0x8c, 0x7f, 0x43, 0x09, 0x92, 0xf0, 0x7b, 0x7c, 0xab, 0x42, 0x05, 0xfe, 0x7d, 0x08, 0xff, 0x67, 0x9a, 0xfb, 0x74, 0x4e, 0x32, 0x8c, 0xbf, 0xe1, 0xce, 0x6d, 0x84, 0xfb, 0xee, 0x1c, 0xbe, 0x0f, 0xeb, 0xf2, 0x7d, 0x7a, 0x26, 0x8d, 0xec, 0x27, 0xeb, 0x68, 0xa0, 0xb6, 0x3c, 0xd5, 0x78, 0x25, 0xa8, 0xa9, 0x56, 0x7d, 0xbe, 0xd1, 0x68, 0xe3, 0x51, 0x05, 0x39, 0x17, 0xd3, 0x18, 0xff, 0xa2, 0x95, 0x56, 0x82, 0x4a, 0x95, 0x60, 0x1f, 0x4a, 0x60, 0x0a, 0x30, 0x78, 0x30, 0x8b, 0x68, 0x87, 0x92, 0xd7, 0xef, 0x46, 0x76, 0x2e, 0xbf, 0x25, 0xfc, 0x5d, 0xba, 0xc0, 0xc7, 0x9a, 0xfb, 0x74, 0x3e, 0x61, 0x18, 0x9f, 0x20, 0xcd, 0xcd, 0x68, 0x9f, 0xf1, 0x7d, 0x47, 0xfb, 0x90, 0x96, 0x3e, 0xeb, 0xd9, 0x8c, 0x06, 0xea, 0xdc, 0xa0, 0xdc, 0xc9, 0x02, 0xbf, 0xdc, 0xf2, 0xc8, 0x55, 0x9f, 0xe0, 0x6f, 0x68, 0xf8, 0xab, 0x08, 0x1d, 0x34, 0xa1, 0x0d, 0xda, 0x02, 0x4b, 0x47, 0xfb, 0xc9, 0x9a, 0x23, 0xc6, 0x4c, 0x82, 0x1e, 0x3d, 0x4c, 0xf8, 0x59, 0xae, 0xbb, 0x8e, 0x8d, 0x04, 0x24, 0x41, 0x12, 0xfe, 0xf0, 0xe1, 0xff, 0x83, 0xee, 0xd3, 0xa9, 0xc0, 0xbf, 0x17, 0xe1, 0xff, 0x40, 0x73, 0x9f, 0xce, 0x47, 0x0c, 0xe3, 0x5d, 0xdc, 0x4f, 0xad, 0x0c, 0xff, 0x51, 0xde, 0x66, 0x7c, 0xdf, 0x09, 0x09, 0xc4, 0x68, 0xe0, 0xb4, 0x25, 0x2a, 0x57, 0x56, 0xdb, 0x1e, 0xab, 0xca, 0x6f, 0x0b, 0x3f, 0xdf, 0xb0, 0x6d, 0xf1, 0x17, 0x3a, 0x4f, 0xd2, 0xac, 0x0e, 0xbd, 0x8e, 0x12, 0xec, 0x15, 0x12, 0x20, 0xfc, 0x22, 0xa2, 0x1d, 0x4a, 0x5e, 0xbc, 0xee, 0x1e, 0x7e, 0x76, 0xab, 0x42, 0x05, 0xfe, 0x3d, 0x04, 0x7f, 0xf0, 0x7d, 0x3a, 0x7d, 0xf7, 0x18, 0xc6, 0x8b, 0xb8, 0x7f, 0xda, 0x61, 0xda, 0x84, 0x90, 0xc0, 0x6a, 0x24, 0x90, 0x57, 0x89, 0xca, 0x4c, 0x3b, 0x24, 0x26, 0xbc, 0x95, 0x94, 0x09, 0xaf, 0xae, 0xed, 0xa9, 0x27, 0xb5, 0x3d, 0x3a, 0xf8, 0x69, 0xc3, 0xb6, 0xc7, 0x74, 0xc0, 0x61, 0xe3, 0x82, 0xa7, 0x34, 0x12, 0xbc, 0x46, 0x23, 0xc1, 0x15, 0x57, 0x94, 0x08, 0x70, 0xed, 0xb5, 0x2c, 0xfb, 0xbb, 0x77, 0x0f, 0x90, 0x20, 0x79, 0xfd, 0x6e, 0x68, 0xf8, 0xe9, 0x06, 0xc6, 0x2a, 0xfc, 0xbb, 0x3a, 0x77, 0x86, 0xb7, 0x83, 0x6f, 0x55, 0xe8, 0xbb, 0x93, 0x7d, 0x8d, 0x9c, 0xd1, 0x89, 0xf6, 0x8d, 0x85, 0x04, 0xba, 0x76, 0xe8, 0x2c, 0x49, 0x02, 0xdd, 0x9c, 0xa0, 0x4c, 0x4c, 0x8c, 0xd5, 0xd6, 0x27, 0x60, 0x99, 0x93, 0x4f, 0x8a, 0x44, 0xeb, 0x53, 0x5f, 0xee, 0xf9, 0x31, 0x4d, 0x25, 0xf8, 0x5b, 0xf3, 0x0d, 0xdb, 0x81, 0x6f, 0xe8, 0xce, 0x68, 0xd0, 0x25, 0x4f, 0x6a, 0x96, 0x48, 0x4d, 0x09, 0x38, 0xfc, 0x59, 0x83, 0x06, 0xb1, 0x08, 0x09, 0x92, 0xf0, 0xdb, 0xc3, 0x6f, 0xde, 0xaa, 0x50, 0x81, 0x7f, 0x27, 0xc2, 0xff, 0x96, 0x02, 0xff, 0x74, 0xc3, 0x38, 0x31, 0x91, 0x9d, 0xc1, 0x62, 0x9c, 0x4f, 0xfb, 0x84, 0xef, 0x1b, 0x2a, 0x52, 0x6d, 0xf9, 0x3e, 0x6b, 0x89, 0x69, 0xce, 0xf7, 0xa5, 0x90, 0x40, 0x37, 0x31, 0x16, 0xcb, 0xa4, 0x65, 0xaa, 0x15, 0xb2, 0xaa, 0xfe, 0x35, 0x42, 0x4c, 0x7a, 0xd5, 0xea, 0xdf, 0x9a, 0x6f, 0x50, 0xda, 0xb0, 0x74, 0xfa, 0xec, 0x79, 0x7c, 0x83, 0x5f, 0x80, 0x4f, 0xd4, 0xfd, 0x49, 0xcd, 0x95, 0x65, 0x4c, 0x02, 0x9c, 0x04, 0x0b, 0xf8, 0x59, 0x06, 0x0e, 0x84, 0x7d, 0x28, 0xc1, 0x12, 0x45, 0x82, 0x24, 0xfc, 0x0a, 0xfc, 0x4d, 0x9b, 0x06, 0xc1, 0x9f, 0xda, 0xa9, 0x13, 0xbc, 0x11, 0x7c, 0x9f, 0xce, 0xe2, 0xb1, 0x86, 0xf1, 0x38, 0xee, 0x87, 0x8b, 0x68, 0x5f, 0x60, 0xba, 0xf0, 0x7d, 0xd3, 0x81, 0xef, 0x2b, 0xbb, 0x56, 0x48, 0x37, 0x29, 0xb6, 0x1b, 0x05, 0x4a, 0xb5, 0x00, 0xf2, 0x92, 0xa7, 0xda, 0xfb, 0xeb, 0x26, 0xbe, 0x8d, 0xf9, 0xc6, 0x6a, 0xce, 0x2b, 0x88, 0x10, 0xc0, 0xac, 0xfe, 0x5c, 0x80, 0x0b, 0x31, 0x97, 0xe0, 0x16, 0xbb, 0xec, 0x71, 0x8d, 0x04, 0x73, 0x69, 0x4e, 0x80, 0xfd, 0xbf, 0x80, 0x9f, 0x72, 0x04, 0x43, 0x27, 0xd0, 0x2d, 0xc6, 0xbf, 0x4b, 0x5e, 0xc2, 0xa8, 0xb9, 0x4f, 0x67, 0x8b, 0x16, 0x41, 0xf0, 0x6f, 0x43, 0xf8, 0x5f, 0xaf, 0x5a, 0x55, 0xad, 0xfc, 0x85, 0x43, 0x0d, 0xe3, 0x41, 0xdc, 0xfe, 0x97, 0x1a, 0xfe, 0x0b, 0x5a, 0x2e, 0x94, 0x46, 0x81, 0x8e, 0x9a, 0x51, 0x40, 0x08, 0xd0, 0x88, 0xef, 0x63, 0xbb, 0x09, 0x71, 0x99, 0x59, 0x1a, 0x55, 0x05, 0x70, 0xb2, 0xf2, 0x23, 0xb7, 0x3f, 0xcd, 0xa5, 0xf6, 0x47, 0x27, 0x00, 0x55, 0x9e, 0x4b, 0x30, 0x5d, 0xf1, 0x49, 0x7b, 0x68, 0x25, 0xa8, 0x50, 0x01, 0xf6, 0x74, 0xeb, 0x66, 0xc2, 0x2f, 0x42, 0xed, 0xd0, 0xe2, 0xca, 0x95, 0x93, 0xf0, 0x4b, 0xb7, 0x2a, 0xdc, 0x4a, 0xb7, 0x2a, 0x54, 0xe0, 0xdf, 0xda, 0xb1, 0x23, 0xcc, 0x55, 0xee, 0xd3, 0x89, 0xf0, 0x17, 0x5c, 0x67, 0x18, 0xf7, 0xe3, 0x76, 0xef, 0x66, 0x21, 0x40, 0x27, 0x17, 0x02, 0xd4, 0x2d, 0xcb, 0x93, 0xe1, 0x98, 0x8c, 0x00, 0x7c, 0x27, 0x74, 0xc7, 0x17, 0xe8, 0xf1, 0xa8, 0x61, 0xfc, 0x14, 0x24, 0x01, 0xb6, 0x3c, 0xbb, 0x11, 0x78, 0x53, 0x80, 0x01, 0x03, 0xe0, 0x30, 0x86, 0x4e, 0xa0, 0x5b, 0x82, 0x95, 0x6d, 0x11, 0x8e, 0x06, 0xa1, 0xf2, 0xab, 0x26, 0x0b, 0x2d, 0xb2, 0x40, 0x0e, 0xbe, 0xb6, 0xc8, 0x2f, 0x16, 0xf9, 0x59, 0x93, 0x9f, 0x2c, 0xf2, 0xa3, 0x45, 0x7e, 0xd0, 0xe4, 0x7b, 0x8b, 0xcc, 0xa7, 0x60, 0x61, 0x10, 0xa1, 0x7b, 0xf6, 0x6c, 0xa7, 0x5b, 0x15, 0x2a, 0xf0, 0x6f, 0xee, 0xd0, 0x01, 0x5e, 0x51, 0xee, 0xd3, 0x39, 0xcd, 0x30, 0x72, 0x7a, 0x19, 0xc6, 0x1d, 0xb8, 0xbd, 0x2f, 0xb3, 0x11, 0x20, 0x39, 0x02, 0xc4, 0x6a, 0x0e, 0xc0, 0x37, 0xfe, 0xa5, 0x7c, 0x67, 0x5c, 0x86, 0x12, 0xf4, 0xb4, 0x94, 0x00, 0x47, 0x02, 0x01, 0x3f, 0x4b, 0xff, 0xfe, 0xfe, 0xf4, 0xeb, 0x57, 0x92, 0xbe, 0x7d, 0x83, 0xd3, 0xa7, 0x8f, 0x3f, 0xbd, 0x7b, 0x97, 0xa4, 0x57, 0x2f, 0x7f, 0xae, 0xb9, 0x26, 0x38, 0x57, 0x5f, 0x0d, 0x87, 0x44, 0xae, 0xba, 0x8a, 0xe5, 0xe0, 0x95, 0x57, 0x96, 0xa4, 0x67, 0x4f, 0x7f, 0x7a, 0xf4, 0x08, 0x0e, 0x4e, 0xde, 0x33, 0x45, 0x70, 0x0e, 0xc3, 0x82, 0x2d, 0x9b, 0x19, 0x94, 0x36, 0x28, 0xf8, 0xb9, 0x58, 0xba, 0x76, 0x85, 0x0c, 0x91, 0x4b, 0x2f, 0xf5, 0xe7, 0x92, 0x4b, 0x4a, 0x72, 0xf1, 0xc5, 0x90, 0xae, 0xe6, 0xa2, 0x8b, 0xfc, 0x11, 0xf0, 0x73, 0x01, 0x52, 0xda, 0xb5, 0x83, 0x39, 0xca, 0x7d, 0x3a, 0xa7, 0x1a, 0x46, 0xd6, 0xe5, 0x86, 0x71, 0x33, 0x6e, 0xe7, 0x2b, 0x24, 0x01, 0x2e, 0x49, 0xce, 0x01, 0xe2, 0xb4, 0x0a, 0xa4, 0xb4, 0x41, 0x6c, 0x14, 0xc0, 0x5c, 0x8e, 0x2f, 0x72, 0xe5, 0x23, 0x16, 0x12, 0xec, 0x42, 0x38, 0x92, 0xf0, 0xdb, 0xc3, 0x4f, 0x5f, 0x30, 0xfe, 0x92, 0x72, 0xab, 0xc2, 0x67, 0x0d, 0x23, 0x13, 0x09, 0x1f, 0x87, 0xdb, 0xb7, 0x07, 0x6d, 0x63, 0x97, 0xed, 0xcf, 0x49, 0xbb, 0x0a, 0x14, 0xb5, 0xe3, 0x00, 0x7c, 0x43, 0x77, 0xe1, 0x95, 0xc7, 0x9c, 0x0b, 0x70, 0x09, 0xae, 0xe0, 0x12, 0x04, 0x9d, 0x40, 0xf7, 0x2a, 0x0e, 0xf9, 0x3b, 0x11, 0x88, 0x24, 0xfc, 0x7a, 0xf8, 0xd7, 0xe9, 0xe1, 0x4f, 0xc7, 0x0d, 0x3d, 0x56, 0x82, 0xbf, 0x3b, 0x87, 0x5f, 0x54, 0x7f, 0x19, 0xfe, 0xe4, 0x71, 0x80, 0x68, 0x1f, 0x09, 0x76, 0x28, 0xc1, 0xe5, 0xb6, 0x12, 0x20, 0x04, 0x07, 0x11, 0xda, 0x80, 0x20, 0xb8, 0x94, 0x4c, 0x0a, 0xc2, 0xcb, 0x82, 0xe0, 0x9a, 0x41, 0x78, 0x59, 0x10, 0xd8, 0xa0, 0x70, 0x78, 0x33, 0xe4, 0x20, 0xc4, 0x66, 0x10, 0x62, 0x4a, 0x3a, 0x82, 0x1b, 0x14, 0x84, 0xf8, 0x80, 0x08, 0x42, 0xcc, 0x82, 0x10, 0x9b, 0x41, 0x88, 0x59, 0xf0, 0x3d, 0x07, 0x05, 0x21, 0xde, 0x2f, 0x82, 0x10, 0xb3, 0xd0, 0xb9, 0xf9, 0x22, 0xf4, 0xf5, 0xa2, 0x56, 0xe9, 0xd2, 0x85, 0x9d, 0xcf, 0x43, 0xa1, 0xdb, 0x98, 0xac, 0xa2, 0xfb, 0x74, 0xe2, 0xb6, 0x51, 0xce, 0xe8, 0xdc, 0x83, 0x1b, 0x7c, 0xb8, 0xa6, 0xf2, 0xbb, 0x81, 0xdf, 0xe9, 0xe9, 0x10, 0x65, 0xf2, 0x48, 0xb0, 0xa7, 0xe7, 0x02, 0x49, 0x23, 0x41, 0x3b, 0x8b, 0x49, 0xb1, 0xa3, 0x39, 0x41, 0x32, 0xa1, 0x33, 0xd9, 0x30, 0xb6, 0xe0, 0x86, 0x1f, 0xa4, 0xf4, 0xfc, 0x56, 0x6d, 0x4f, 0xa4, 0xf0, 0x97, 0xe9, 0x73, 0x81, 0x3c, 0x39, 0x1b, 0x54, 0x33, 0x27, 0x50, 0x27, 0xc6, 0xda, 0xd1, 0x80, 0x56, 0x87, 0x74, 0x23, 0x41, 0x32, 0xd6, 0x99, 0x64, 0x18, 0xeb, 0xb1, 0x47, 0xe9, 0xa7, 0x80, 0xaf, 0x9b, 0xf0, 0x76, 0x74, 0xd0, 0xf3, 0x27, 0xcf, 0x06, 0x8d, 0xf4, 0x7a, 0x00, 0x49, 0x02, 0xa7, 0xa3, 0x41, 0x80, 0x08, 0xf8, 0x42, 0x97, 0xa3, 0x04, 0xdf, 0x25, 0xe1, 0x76, 0x04, 0xff, 0x9a, 0x3a, 0xfe, 0xfb, 0x74, 0xda, 0x81, 0x2f, 0xaa, 0xbe, 0x00, 0x5f, 0xad, 0xfa, 0xba, 0xf5, 0xfe, 0x93, 0xfe, 0x7a, 0x00, 0x75, 0x62, 0xec, 0xe8, 0x8a, 0x30, 0x5e, 0x39, 0xea, 0x47, 0x2a, 0x02, 0xbe, 0x58, 0x37, 0x6c, 0x87, 0xbe, 0x4d, 0x42, 0x6e, 0x9d, 0x27, 0x0d, 0x63, 0x09, 0x6e, 0xfc, 0x9e, 0x52, 0xab, 0x63, 0x55, 0xf1, 0xad, 0xda, 0x1d, 0x37, 0x55, 0xff, 0xa4, 0xbc, 0x22, 0xcc, 0xae, 0x25, 0x3a, 0x25, 0xc4, 0x32, 0xa9, 0xae, 0x2d, 0xd2, 0x89, 0x20, 0xb7, 0x46, 0x56, 0xa3, 0x82, 0x39, 0x4f, 0xe0, 0x93, 0x3b, 0x9a, 0xe4, 0xd1, 0x8e, 0xa7, 0x9b, 0xb4, 0x5e, 0x8d, 0xb9, 0x06, 0xd3, 0x1b, 0xd3, 0x07, 0xd3, 0x17, 0xd3, 0x1f, 0x33, 0x00, 0x33, 0xd0, 0xf0, 0xf7, 0xc5, 0xd7, 0x62, 0xae, 0xc3, 0x0c, 0x36, 0xfc, 0xb7, 0xf4, 0x1e, 0x8a, 0x19, 0x66, 0xf8, 0x27, 0x8c, 0x94, 0x11, 0x3c, 0x23, 0x31, 0xa3, 0xa4, 0x8c, 0x96, 0x32, 0x46, 0x89, 0xfc, 0x77, 0xf2, 0xef, 0x8c, 0x94, 0x9e, 0x4f, 0x3c, 0xff, 0x50, 0x9e, 0x21, 0xfc, 0x3d, 0x5c, 0xc7, 0xdf, 0xd3, 0x20, 0xfe, 0x3e, 0xe9, 0xfd, 0xf6, 0xe3, 0xef, 0x9d, 0x3e, 0x47, 0x2f, 0xfe, 0x99, 0xae, 0xe6, 0x9f, 0xb1, 0x07, 0xef, 0xed, 0xc5, 0xaa, 0x8e, 0xae, 0xda, 0xab, 0x3d, 0x7e, 0x7b, 0x9b, 0x8a, 0xef, 0x04, 0xfc, 0xe4, 0x35, 0xc1, 0x1e, 0x88, 0xa0, 0x1b, 0x11, 0xd4, 0x89, 0xb2, 0x38, 0x7a, 0x2c, 0x8f, 0x0a, 0x62, 0x9e, 0x60, 0x25, 0x43, 0x57, 0x49, 0x88, 0x2b, 0x14, 0x21, 0xae, 0xb2, 0x90, 0xa2, 0x1f, 0x07, 0x4d, 0x95, 0x43, 0x16, 0x44, 0x48, 0x22, 0x67, 0x48, 0x88, 0xa8, 0xff, 0xfe, 0x3a, 0x05, 0xf0, 0x41, 0xfc, 0xb5, 0x06, 0x48, 0xaf, 0xdf, 0x57, 0x82, 0xbd, 0xb7, 0x04, 0xfb, 0x55, 0x1a, 0xe0, 0x45, 0x5f, 0xdf, 0x95, 0x7f, 0xfe, 0x8b, 0x2d, 0xa0, 0xd7, 0x55, 0x7b, 0xb9, 0xc7, 0x57, 0x5b, 0x1d, 0xa7, 0xe0, 0x27, 0xef, 0x0a, 0x11, 0xa6, 0x08, 0x56, 0x73, 0x04, 0xbb, 0x51, 0x41, 0x95, 0xa1, 0xbd, 0xd2, 0x26, 0x75, 0x51, 0x84, 0xb8, 0x58, 0x19, 0x21, 0xba, 0x4b, 0x52, 0xd8, 0x89, 0x71, 0x0d, 0xaf, 0xb2, 0xbd, 0x15, 0x49, 0x84, 0x28, 0xb2, 0x2c, 0x4e, 0xd3, 0x4f, 0xaa, 0xe2, 0x7d, 0xf9, 0x73, 0xf6, 0x56, 0x2a, 0xba, 0x0a, 0x7a, 0x4f, 0x0d, 0xec, 0x6a, 0x85, 0x57, 0x81, 0x57, 0xfb, 0x7a, 0x51, 0xe9, 0x55, 0xe8, 0x75, 0xd5, 0x5e, 0xed, 0xf1, 0x43, 0x55, 0xfc, 0x24, 0xf8, 0x0e, 0x45, 0x50, 0x0f, 0x9e, 0xa9, 0x2b, 0x46, 0x62, 0x54, 0x10, 0xf3, 0x84, 0x50, 0x32, 0x34, 0xd7, 0xac, 0x20, 0xa9, 0x42, 0xa8, 0x23, 0xc4, 0x85, 0x1a, 0x29, 0xba, 0x2a, 0x62, 0x88, 0x16, 0x4a, 0xc8, 0x21, 0x04, 0x11, 0x92, 0x5c, 0x29, 0xc9, 0x22, 0x84, 0x71, 0x92, 0xab, 0x24, 0xa8, 0xaf, 0x54, 0xe0, 0xee, 0x21, 0x09, 0x79, 0xb9, 0xf4, 0x3e, 0xba, 0x49, 0xa0, 0x5b, 0xc1, 0x2e, 0x2a, 0xbc, 0x0a, 0xbc, 0xa8, 0xf2, 0x6a, 0x7b, 0x23, 0x57, 0xfa, 0x50, 0xd0, 0xcb, 0x93, 0x5b, 0xb5, 0xc7, 0x4f, 0xb6, 0x3a, 0x11, 0x4e, 0x96, 0x75, 0xa3, 0x82, 0x53, 0x19, 0x1a, 0x3a, 0x10, 0x42, 0x9e, 0x3b, 0xc8, 0x52, 0xa8, 0x23, 0x85, 0x95, 0x1c, 0x97, 0x48, 0xe0, 0x75, 0x95, 0x44, 0xe9, 0x26, 0x09, 0x23, 0x4b, 0x13, 0x2a, 0xdd, 0xa5, 0xca, 0xdd, 0x4d, 0x6a, 0x59, 0x2e, 0xb5, 0x00, 0xfc, 0x22, 0xfe, 0x9e, 0x54, 0xd0, 0xe5, 0x76, 0x46, 0x86, 0x5d, 0xf4, 0xf2, 0x56, 0xc0, 0x8b, 0x2a, 0x2f, 0xb7, 0x37, 0x76, 0xd0, 0x8b, 0x89, 0xad, 0x55, 0xb5, 0x4f, 0x82, 0x1f, 0x45, 0x19, 0xc4, 0xc8, 0xa0, 0x6b, 0x93, 0x9c, 0x08, 0xa1, 0x93, 0x42, 0x15, 0x43, 0x1e, 0x2d, 0x64, 0x39, 0xce, 0x93, 0x40, 0x93, 0x25, 0x11, 0xa2, 0x5c, 0x20, 0x09, 0x73, 0xa1, 0x24, 0x8e, 0x5d, 0x2e, 0x94, 0x60, 0x96, 0x23, 0x3f, 0x77, 0x17, 0xe9, 0x75, 0xcf, 0x53, 0x20, 0x57, 0x41, 0x97, 0x2b, 0x7b, 0x4b, 0xfe, 0x19, 0xd5, 0x96, 0x46, 0xad, 0xf0, 0x32, 0xf0, 0x75, 0xa4, 0x25, 0x4c, 0xb5, 0xbd, 0x11, 0x95, 0x5e, 0x85, 0x3e, 0x59, 0xed, 0x63, 0x28, 0x43, 0x15, 0x8b, 0xd1, 0x41, 0x16, 0xe2, 0x4c, 0x65, 0xee, 0x50, 0xcf, 0x42, 0x8a, 0x46, 0x92, 0x18, 0x4d, 0x15, 0x31, 0x54, 0x39, 0x64, 0x41, 0x64, 0x49, 0xda, 0x2b, 0xb2, 0x74, 0x90, 0x26, 0xe2, 0x72, 0x3a, 0x29, 0x51, 0xff, 0x5e, 0xfd, 0x7d, 0xf9, 0xb9, 0xdb, 0x49, 0xaf, 0xdb, 0x46, 0xa9, 0xe6, 0x2d, 0xa5, 0xf7, 0xdb, 0x4c, 0x02, 0xdd, 0x0a, 0x76, 0xd1, 0xd2, 0xd4, 0x53, 0x2a, 0xbc, 0x0a, 0xbc, 0x5a, 0xe5, 0xe5, 0xf6, 0x26, 0x59, 0xe9, 0x13, 0x58, 0x88, 0xea, 0xca, 0x44, 0xfa, 0x74, 0x69, 0x94, 0x90, 0xa5, 0x10, 0x23, 0xc5, 0xd9, 0x12, 0x18, 0x3a, 0x39, 0xe4, 0x91, 0xa3, 0xa9, 0x04, 0x99, 0x2c, 0x8a, 0x98, 0x80, 0xb7, 0x94, 0xa4, 0x09, 0x37, 0x2d, 0x15, 0xa8, 0xe5, 0x0a, 0x2e, 0xb7, 0x2d, 0x4d, 0xa4, 0xf7, 0x77, 0xae, 0xd4, 0xc2, 0xa8, 0xa0, 0xab, 0x95, 0x5d, 0x86, 0xfd, 0x74, 0x4d, 0x85, 0x97, 0x81, 0xaf, 0x22, 0x01, 0x9f, 0xac, 0xf2, 0xa5, 0x40, 0x88, 0x4a, 0x4a, 0xcb, 0xa4, 0x4a, 0x51, 0x53, 0x23, 0x86, 0x3c, 0x5a, 0xc8, 0x72, 0xd4, 0x93, 0x00, 0xaa, 0xaf, 0x48, 0x22, 0x8b, 0x22, 0xa7, 0x91, 0x22, 0x8e, 0xdb, 0x34, 0x92, 0x2a, 0xb6, 0x0c, 0x75, 0x43, 0xe9, 0x75, 0xcf, 0x51, 0xda, 0x16, 0xb9, 0x9a, 0xd7, 0x91, 0x3e, 0x87, 0x15, 0xe8, 0x35, 0x6d, 0x60, 0xaf, 0x9c, 0x04, 0xbe, 0xec, 0x49, 0xa1, 0x1b, 0x29, 0xaa, 0xf1, 0x9d, 0x2f, 0x5a, 0x28, 0x31, 0x62, 0x08, 0x39, 0x74, 0x82, 0xd4, 0x56, 0x44, 0xa9, 0x23, 0xcd, 0x39, 0x64, 0x69, 0x64, 0x71, 0xdc, 0xa4, 0x9e, 0x14, 0xf9, 0x39, 0xeb, 0x68, 0xc0, 0x96, 0xe1, 0x96, 0x01, 0x57, 0x21, 0xaf, 0x21, 0x7d, 0xce, 0x53, 0x94, 0x56, 0x46, 0xee, 0xdf, 0x93, 0xed, 0xcc, 0x49, 0x22, 0x45, 0x39, 0x69, 0xd9, 0x55, 0x1e, 0x31, 0x84, 0x1c, 0x3a, 0x41, 0xaa, 0x4b, 0x30, 0xc9, 0xa3, 0x88, 0x2a, 0x8c, 0x2c, 0xce, 0xe9, 0x12, 0x9c, 0x4e, 0x73, 0xba, 0x02, 0xb2, 0x0c, 0x74, 0x2d, 0x0d, 0xd8, 0xd5, 0xa5, 0xf7, 0x58, 0x4d, 0x01, 0x5c, 0x86, 0xbc, 0x52, 0x12, 0xf4, 0xe4, 0x23, 0x5c, 0x41, 0x64, 0x49, 0x2a, 0x6b, 0x64, 0x91, 0x5b, 0xad, 0x53, 0x24, 0x79, 0xaa, 0x29, 0x12, 0xd9, 0xa5, 0x9a, 0x12, 0xf5, 0xf9, 0xe4, 0xd7, 0xaa, 0xa2, 0xbc, 0x97, 0x4a, 0xd2, 0xfb, 0xac, 0x20, 0x7d, 0x86, 0x24, 0xe4, 0xc9, 0x47, 0x4c, 0x64, 0x29, 0xa7, 0x88, 0x53, 0x5e, 0x12, 0x48, 0x4e, 0x45, 0x8b, 0xa8, 0xff, 0xae, 0xbc, 0x54, 0xa5, 0x75, 0x49, 0x3e, 0x92, 0x8f, 0xe4, 0x23, 0xf9, 0x48, 0x3e, 0x92, 0x8f, 0xe4, 0x23, 0xf9, 0x48, 0x3e, 0x92, 0x0f, 0x37, 0x8f, 0xff, 0x07, 0x35, 0x96, 0xaa, 0x80, 0xd5, 0x73, 0x28, 0xa5, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int gtk_stop_192_png_len = 14791; unsigned char input_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x04, 0x00, 0x00, 0x00, 0x69, 0x37, 0xa9, 0x40, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x6d, 0x62, 0x6c, 0x65, 0x6d, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x86, 0x8a, 0x1b, 0x82, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x19, 0xe5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xe5, 0x9d, 0x77, 0x9c, 0x13, 0x65, 0xfe, 0xc7, 0xdf, 0xcf, 0x4c, 0xca, 0x66, 0xb3, 0xcb, 0x16, 0x76, 0x59, 0xa4, 0x09, 0x8a, 0xd2, 0x04, 0x44, 0x41, 0x54, 0xe4, 0xc4, 0x82, 0xd8, 0xd1, 0x13, 0x38, 0xb1, 0xe3, 0xa9, 0x9c, 0x3f, 0x4f, 0xf4, 0x3c, 0x3d, 0xcb, 0x21, 0x3b, 0xa8, 0x70, 0x56, 0x3c, 0x3d, 0xcf, 0xde, 0xc5, 0x5e, 0x4e, 0x4e, 0x3d, 0x2b, 0x2a, 0x87, 0x88, 0x28, 0x22, 0x2c, 0x82, 0xa0, 0x52, 0x94, 0xb2, 0xd2, 0x97, 0x2d, 0x64, 0xd3, 0xe6, 0xf9, 0xfd, 0x31, 0x93, 0xec, 0x24, 0x99, 0x24, 0x93, 0xdd, 0x2c, 0xaf, 0xdf, 0xcb, 0xdf, 0xcc, 0x6b, 0x42, 0x32, 0x93, 0xcd, 0xcc, 0xf7, 0xf3, 0x2d, 0xcf, 0xb7, 0x3d, 0x0f, 0x82, 0xbd, 0xbe, 0x69, 0x4f, 0x50, 0x41, 0x77, 0xba, 0x51, 0x99, 0x70, 0x3a, 0xc2, 0x16, 0x6a, 0xf9, 0x85, 0x5a, 0x6e, 0xd1, 0x36, 0xee, 0xbd, 0xa7, 0x11, 0x7b, 0x9d, 0xfc, 0x0a, 0xb6, 0x65, 0x79, 0xa4, 0x71, 0xd5, 0xaf, 0xff, 0x9a, 0x01, 0x38, 0x96, 0xb9, 0xe0, 0xc1, 0x8f, 0x0f, 0x17, 0x0a, 0x02, 0x88, 0x12, 0x41, 0x12, 0xa4, 0x99, 0x3d, 0x80, 0x98, 0x5a, 0x3d, 0xe3, 0xd7, 0x0c, 0xc0, 0x35, 0xdc, 0xa3, 0x70, 0x22, 0xa5, 0x28, 0x08, 0x73, 0x8f, 0x6d, 0x61, 0x9e, 0x07, 0x78, 0x4e, 0xbb, 0xe0, 0xd7, 0x0c, 0xc0, 0x33, 0x5c, 0xe0, 0x63, 0x2c, 0x1e, 0x30, 0x89, 0x8f, 0xbd, 0x82, 0xe0, 0x79, 0x02, 0xb0, 0x58, 0x1b, 0xf6, 0x6b, 0x06, 0x60, 0x29, 0x83, 0x3b, 0x71, 0x22, 0x10, 0x45, 0x9a, 0x0f, 0xa0, 0x20, 0x50, 0x51, 0x11, 0xbc, 0xc7, 0x06, 0x68, 0xd4, 0x3a, 0x20, 0x7f, 0xa5, 0x00, 0x3c, 0xe2, 0xae, 0x6d, 0xc4, 0xd3, 0x8f, 0xc3, 0x10, 0x34, 0x10, 0x8d, 0x2b, 0x81, 0xc0, 0x43, 0x21, 0xb0, 0x88, 0x1a, 0x80, 0xee, 0x7b, 0x6f, 0x1c, 0xd8, 0xcb, 0x00, 0x68, 0x83, 0x58, 0x06, 0x47, 0xd0, 0x07, 0xa8, 0x37, 0xc5, 0xdf, 0xd8, 0x5d, 0xf8, 0x11, 0x7c, 0xcf, 0x27, 0x80, 0x38, 0xa1, 0xfa, 0xc3, 0x5f, 0x29, 0x00, 0xd3, 0xcf, 0x97, 0xcf, 0xc2, 0x49, 0x54, 0x21, 0x69, 0xb0, 0x90, 0x2f, 0x50, 0x28, 0x06, 0xb6, 0xf0, 0x26, 0x20, 0xa6, 0x54, 0xff, 0xe3, 0xd7, 0x2a, 0x01, 0x77, 0xf3, 0x67, 0x38, 0x9b, 0x42, 0x22, 0xec, 0x89, 0x8f, 0x01, 0xc6, 0xbf, 0x45, 0x28, 0x04, 0x78, 0x06, 0xe0, 0x41, 0xed, 0x8a, 0x5f, 0x2b, 0x00, 0x1f, 0x30, 0xda, 0xcb, 0x39, 0x08, 0x42, 0x04, 0x13, 0x24, 0x40, 0x50, 0x88, 0x0a, 0x3c, 0x4e, 0x18, 0x3e, 0xd6, 0x8e, 0xfb, 0x3f, 0x0f, 0x80, 0xa6, 0x68, 0x32, 0x77, 0x5b, 0xad, 0xfd, 0x42, 0x55, 0x17, 0x4e, 0x44, 0xd0, 0x4c, 0x38, 0x09, 0x80, 0x02, 0xdc, 0x08, 0x5e, 0xe7, 0x17, 0xa8, 0xd5, 0xba, 0xe4, 0xfa, 0xcb, 0xb7, 0x0c, 0xd4, 0x7f, 0xd0, 0x9a, 0xf7, 0x1a, 0x00, 0x5a, 0x11, 0xcf, 0xe2, 0xe7, 0x42, 0xed, 0x97, 0x9c, 0xfe, 0xaa, 0x33, 0xb5, 0x30, 0x88, 0x61, 0x08, 0x02, 0x09, 0x63, 0x80, 0x40, 0xe0, 0xc6, 0x0b, 0xcc, 0xe3, 0x5b, 0x80, 0x32, 0xad, 0x2e, 0x87, 0xdf, 0x75, 0x89, 0x3f, 0xcb, 0x5b, 0xf9, 0xd6, 0x75, 0xe6, 0xd4, 0x9f, 0xf6, 0x0a, 0x00, 0x5a, 0x6f, 0xe6, 0xd0, 0x1f, 0xd8, 0xcc, 0x85, 0xda, 0x47, 0x39, 0x98, 0xc0, 0x31, 0xf2, 0x3d, 0x18, 0x45, 0x6f, 0x04, 0x4d, 0xc8, 0x24, 0x00, 0x5c, 0x14, 0x20, 0xa8, 0x61, 0x1e, 0xc0, 0x11, 0xda, 0x17, 0x8e, 0x9f, 0xa6, 0x3f, 0xcf, 0x72, 0x28, 0x00, 0x5b, 0x94, 0xf1, 0xd3, 0xe6, 0xb7, 0x3b, 0x00, 0xda, 0xf1, 0xbc, 0x4c, 0xb9, 0xf9, 0x41, 0xe7, 0x1e, 0xa6, 0x6a, 0x21, 0x87, 0x00, 0x5c, 0x27, 0xef, 0x84, 0x33, 0xa8, 0x04, 0x1a, 0x93, 0xc8, 0x17, 0x28, 0x14, 0x02, 0x1b, 0x78, 0x13, 0x60, 0x92, 0xf6, 0xb4, 0x33, 0x45, 0xe4, 0x6a, 0x66, 0x50, 0x00, 0x2e, 0x22, 0x00, 0x61, 0x71, 0x79, 0xf5, 0x13, 0xed, 0x0a, 0xc0, 0xf4, 0xf1, 0x72, 0x36, 0x1e, 0xd8, 0x0f, 0x0f, 0xab, 0x8c, 0x53, 0x8b, 0xd5, 0x73, 0x6e, 0xfe, 0xc1, 0xd1, 0xe3, 0xce, 0xe6, 0x5c, 0xb8, 0x08, 0x0f, 0x3a, 0x81, 0x14, 0x00, 0x04, 0x85, 0x08, 0x76, 0xf3, 0x34, 0xc0, 0x1d, 0xda, 0x0d, 0x0e, 0x7e, 0xaf, 0x27, 0x4f, 0x31, 0x0a, 0x04, 0x43, 0x38, 0x8a, 0xaf, 0x59, 0x00, 0x20, 0xb9, 0x49, 0xbb, 0xbd, 0xdd, 0x00, 0x98, 0x7e, 0xa9, 0x7c, 0x08, 0x15, 0x0e, 0xa5, 0x1f, 0x92, 0xcd, 0x2c, 0x20, 0x04, 0xd0, 0x28, 0xa6, 0x54, 0x3f, 0x95, 0xf9, 0x2f, 0xef, 0x28, 0x0e, 0x1c, 0xc3, 0x03, 0x74, 0xf7, 0x73, 0x2e, 0x82, 0x48, 0xca, 0x18, 0x60, 0x98, 0x41, 0x05, 0xc9, 0x03, 0xe8, 0xb0, 0x42, 0xcc, 0x90, 0x73, 0xb5, 0xad, 0x19, 0xc9, 0xbf, 0x98, 0x7b, 0xe9, 0x00, 0x45, 0x9c, 0x44, 0x2f, 0x04, 0x92, 0x1f, 0x98, 0x83, 0x0e, 0x70, 0x8f, 0x76, 0x9d, 0x53, 0x03, 0x9d, 0x13, 0x00, 0xd3, 0x2f, 0x97, 0xff, 0x44, 0xa8, 0x8c, 0xa0, 0x87, 0x79, 0x66, 0x0f, 0x0b, 0xd8, 0x62, 0xbc, 0x7d, 0x99, 0x3f, 0xd8, 0x1b, 0x2e, 0xad, 0x5c, 0xfc, 0x4e, 0x9e, 0xcd, 0x91, 0xb8, 0x00, 0x7a, 0x71, 0x02, 0x10, 0x4e, 0x19, 0x03, 0x0c, 0x77, 0xd8, 0x85, 0xe0, 0x69, 0x76, 0x19, 0x7f, 0x28, 0x59, 0x2c, 0x9e, 0x77, 0xbd, 0xf4, 0xd7, 0x2d, 0xa9, 0xbf, 0x39, 0xa3, 0x2a, 0xfc, 0x28, 0xa7, 0x03, 0xf4, 0xe5, 0x78, 0xfc, 0x71, 0x6a, 0x37, 0xf2, 0x2f, 0x02, 0x00, 0xf7, 0x6a, 0xd7, 0xe4, 0x1d, 0x80, 0xe9, 0x17, 0xca, 0x27, 0x51, 0xbc, 0xfc, 0x86, 0x2a, 0x40, 0x07, 0x14, 0x20, 0xca, 0x77, 0x2c, 0x33, 0x1e, 0xe0, 0x27, 0xce, 0xd3, 0x3e, 0x4b, 0xfc, 0x75, 0x6d, 0x0c, 0x93, 0x39, 0x19, 0x4f, 0xec, 0x84, 0x87, 0x11, 0xf4, 0x41, 0x10, 0x4c, 0x19, 0x03, 0x8c, 0x71, 0xc0, 0x85, 0x60, 0x19, 0x4b, 0x62, 0x10, 0x00, 0x44, 0x79, 0x5f, 0xfc, 0xbd, 0xfa, 0x23, 0x2b, 0x47, 0xb5, 0xdf, 0xf2, 0x30, 0x95, 0xe0, 0x61, 0x0c, 0xfd, 0x10, 0x48, 0x24, 0x51, 0x54, 0x00, 0xb6, 0xf3, 0xa6, 0xf1, 0xd7, 0x7f, 0xd3, 0x6e, 0xca, 0x2b, 0x00, 0xda, 0x38, 0x5e, 0x42, 0x75, 0x73, 0x0c, 0x9d, 0x80, 0x08, 0x0d, 0x40, 0xb1, 0xc1, 0x54, 0xb6, 0x31, 0x9f, 0x3d, 0xc6, 0xc3, 0xde, 0xd6, 0xff, 0xd6, 0x09, 0x51, 0x33, 0xec, 0x99, 0xc8, 0xb5, 0x0c, 0x8c, 0xdd, 0x66, 0x1f, 0xf6, 0xa5, 0x2b, 0xe5, 0x66, 0x0a, 0xa4, 0x39, 0x65, 0x0c, 0x30, 0xc6, 0x01, 0xb7, 0xe9, 0x19, 0x36, 0xb2, 0x91, 0x35, 0x7c, 0x4f, 0x34, 0x76, 0xfb, 0x1a, 0xee, 0xe9, 0xff, 0xfc, 0x84, 0x28, 0x68, 0xa5, 0xdc, 0xcf, 0xf9, 0x00, 0x3d, 0x38, 0x99, 0x12, 0x40, 0xa2, 0x13, 0x05, 0x24, 0x2e, 0x04, 0xb0, 0x9d, 0x39, 0xec, 0x04, 0xc4, 0x0d, 0xd5, 0x77, 0xe4, 0x0d, 0x80, 0x5b, 0x86, 0xeb, 0x9f, 0xe0, 0x53, 0x18, 0x45, 0x17, 0x20, 0x44, 0xa3, 0xc9, 0x90, 0x42, 0x7c, 0x00, 0x04, 0xf9, 0x8a, 0xf5, 0xc6, 0x57, 0x17, 0xb8, 0xce, 0x9d, 0xfa, 0xb3, 0x36, 0x9e, 0x3b, 0xe8, 0x69, 0x9c, 0x28, 0xa7, 0x1f, 0xbd, 0x28, 0x4c, 0x88, 0xfd, 0x03, 0x09, 0x81, 0x50, 0xcb, 0x38, 0xe0, 0x36, 0xd3, 0x24, 0xc6, 0x83, 0x85, 0xf9, 0x91, 0xa5, 0x6c, 0x88, 0x3d, 0xc4, 0x4a, 0x71, 0x83, 0x0c, 0xf0, 0x24, 0xdd, 0x41, 0xe1, 0x58, 0x86, 0xa0, 0x20, 0x81, 0x08, 0x12, 0xcc, 0x43, 0x45, 0x01, 0xb6, 0xf1, 0x26, 0xbb, 0x41, 0x8a, 0xdf, 0x55, 0xbf, 0x9a, 0x17, 0x00, 0xb4, 0x9e, 0x7c, 0x41, 0x15, 0x1c, 0x45, 0x4f, 0x20, 0x4c, 0xbd, 0xe5, 0x9a, 0x07, 0x3f, 0x0a, 0x00, 0x6b, 0xf9, 0x8a, 0x30, 0x40, 0x1d, 0xab, 0x19, 0x6e, 0xfc, 0xf8, 0xfe, 0x0c, 0x8a, 0x73, 0x5d, 0x20, 0x4c, 0x6e, 0x49, 0x5b, 0xf2, 0x63, 0xbb, 0x8a, 0x92, 0x00, 0xc3, 0x76, 0x16, 0xb2, 0xd2, 0x30, 0x6e, 0xe6, 0x56, 0xc9, 0x58, 0x3a, 0x02, 0x12, 0x49, 0x24, 0x4e, 0x3c, 0x16, 0x08, 0x6a, 0x0d, 0x5b, 0x10, 0x50, 0x8e, 0x99, 0xb6, 0xa8, 0xcd, 0x00, 0xdc, 0x51, 0x1c, 0xf8, 0x9c, 0x83, 0x60, 0x08, 0x03, 0x80, 0x28, 0xbb, 0x93, 0x0c, 0xac, 0x42, 0xb1, 0x29, 0xba, 0xf5, 0xcc, 0x67, 0x47, 0xfc, 0xfc, 0x00, 0x06, 0x52, 0x1c, 0xe7, 0xba, 0x24, 0x82, 0x6e, 0x2b, 0xf8, 0xf6, 0xbb, 0x82, 0x6a, 0x49, 0x97, 0xd5, 0xf3, 0xa9, 0xe1, 0x21, 0x02, 0x47, 0x72, 0x24, 0x2a, 0x20, 0x89, 0xa2, 0x5b, 0xc8, 0x8f, 0x1d, 0x2a, 0x2a, 0xf0, 0x23, 0xef, 0x10, 0x81, 0x2d, 0xae, 0x61, 0x53, 0x37, 0xb4, 0x11, 0x00, 0xad, 0x80, 0xc5, 0x0c, 0x88, 0xf1, 0x3f, 0x44, 0x43, 0xd2, 0x0f, 0x18, 0x23, 0xb8, 0xcf, 0x4c, 0x6f, 0x2e, 0x65, 0x39, 0xb0, 0x1f, 0xc3, 0xe8, 0x10, 0xe7, 0xba, 0x91, 0xf4, 0x4c, 0x8c, 0xfd, 0x9c, 0xc2, 0x20, 0x4c, 0xce, 0xc2, 0x56, 0x3e, 0xa2, 0x8e, 0xd3, 0xe9, 0x62, 0xe1, 0x7d, 0x2a, 0xf9, 0x12, 0x17, 0x0a, 0xb0, 0x96, 0x39, 0x48, 0x58, 0xcd, 0x50, 0xad, 0xb1, 0xed, 0x2a, 0x70, 0x08, 0x5f, 0xe0, 0x76, 0x73, 0x3a, 0x3e, 0xa0, 0x91, 0x60, 0x12, 0xf9, 0xc6, 0x10, 0xe6, 0x47, 0x41, 0x20, 0xd9, 0x82, 0x4a, 0x95, 0x49, 0xaa, 0x4e, 0xd8, 0xd6, 0xde, 0x3b, 0xdb, 0x63, 0x82, 0xad, 0xc4, 0x65, 0x2e, 0x62, 0xf2, 0x3e, 0x66, 0xf6, 0x12, 0xc5, 0xdf, 0x50, 0x01, 0x15, 0xa8, 0xe7, 0x39, 0x82, 0x10, 0x54, 0x8e, 0x98, 0xf6, 0x4d, 0x5e, 0x8c, 0xe0, 0xf4, 0x9b, 0xe5, 0x2d, 0xd0, 0x99, 0xe3, 0x10, 0xe8, 0xec, 0x46, 0x4f, 0x48, 0x69, 0xc6, 0x74, 0xd7, 0x6f, 0xda, 0x61, 0xe3, 0x4a, 0x84, 0x70, 0x0e, 0x22, 0x9f, 0x8e, 0x7c, 0xe3, 0x10, 0xa6, 0x2c, 0x19, 0x9f, 0xed, 0x45, 0xdf, 0xb0, 0x2c, 0x6e, 0x20, 0xca, 0x6b, 0x6c, 0x02, 0xb8, 0x4a, 0xbb, 0x3f, 0x4f, 0xa3, 0x80, 0xe6, 0xe2, 0x33, 0x86, 0xc3, 0xe1, 0xf4, 0x36, 0xd5, 0xc0, 0xfe, 0xa1, 0x7d, 0x78, 0x4d, 0x55, 0x08, 0x65, 0x24, 0x3e, 0xbb, 0x22, 0x24, 0x73, 0x16, 0x04, 0x4a, 0x82, 0xd9, 0x4b, 0x25, 0x1f, 0xdc, 0x00, 0x7c, 0xce, 0x22, 0x80, 0x77, 0xb5, 0x53, 0xb2, 0xfb, 0x83, 0x8e, 0xfd, 0x80, 0x5b, 0xfb, 0x44, 0x97, 0x50, 0xa8, 0x72, 0x2a, 0xc5, 0x40, 0x13, 0xa1, 0x34, 0x0f, 0xee, 0xc6, 0x4b, 0x08, 0xbd, 0x0d, 0x9c, 0x17, 0xb6, 0xa4, 0xc5, 0x24, 0x41, 0x4f, 0x73, 0x05, 0xa4, 0x69, 0x8a, 0x7f, 0xe6, 0x75, 0x80, 0x2d, 0xee, 0xc1, 0x76, 0x3e, 0x64, 0x1b, 0x3c, 0x41, 0x6d, 0x0a, 0xf7, 0x41, 0x05, 0x63, 0x50, 0x80, 0xfa, 0x04, 0x0e, 0xd3, 0x26, 0x82, 0xb3, 0x91, 0x2f, 0xd3, 0xf2, 0xdc, 0x7a, 0xc5, 0x30, 0x7e, 0x4d, 0x3c, 0x4b, 0x33, 0xe8, 0xe2, 0x84, 0xea, 0xb9, 0xf9, 0x8e, 0x05, 0x84, 0xf6, 0x2e, 0x63, 0x60, 0x28, 0xfd, 0x81, 0xa8, 0x4d, 0x40, 0xdb, 0x1a, 0x62, 0xb3, 0x8b, 0xbe, 0x33, 0x28, 0x14, 0x5c, 0x80, 0xce, 0xeb, 0x6c, 0x04, 0xb8, 0x4d, 0xbb, 0xb9, 0x1d, 0x82, 0xa1, 0xdb, 0xba, 0x46, 0x96, 0x53, 0x26, 0x38, 0x8d, 0x32, 0x04, 0x81, 0xb4, 0x6a, 0x90, 0x5f, 0xde, 0x3b, 0x81, 0x01, 0x33, 0xdc, 0x58, 0xc4, 0xe7, 0x00, 0x5f, 0xee, 0x73, 0xd4, 0xe4, 0x70, 0xbb, 0x84, 0xc3, 0xda, 0x45, 0x3c, 0x05, 0xe5, 0x9c, 0x8a, 0x0a, 0x34, 0x26, 0x19, 0xba, 0xb6, 0x29, 0x82, 0x53, 0x62, 0x53, 0xaf, 0x60, 0x6a, 0xff, 0x26, 0x5e, 0x45, 0x42, 0x1d, 0x43, 0xb4, 0xf5, 0xed, 0x96, 0x10, 0xd1, 0x5e, 0xe3, 0x2c, 0x38, 0x94, 0xc1, 0x40, 0x34, 0x9e, 0xda, 0x6e, 0xbb, 0x22, 0xe4, 0xca, 0x73, 0xeb, 0xe1, 0x46, 0x01, 0x02, 0xcc, 0xa6, 0x11, 0x60, 0xa2, 0xf6, 0x52, 0x3b, 0x66, 0x84, 0x66, 0x56, 0x86, 0x96, 0x53, 0x25, 0x4c, 0x6f, 0x3c, 0x68, 0x1b, 0xd7, 0xef, 0x3d, 0xd1, 0x37, 0x5c, 0x5f, 0x17, 0x12, 0x9d, 0xb7, 0x58, 0x07, 0xf0, 0xa8, 0x36, 0xb9, 0x9d, 0x73, 0x82, 0xd3, 0xc7, 0xca, 0x37, 0xa1, 0x94, 0x33, 0x71, 0x01, 0x7b, 0x52, 0xc6, 0x7b, 0xf6, 0x92, 0xe8, 0xc7, 0xbc, 0x44, 0x37, 0x12, 0xc9, 0x12, 0xe6, 0x03, 0xac, 0x64, 0x98, 0xb6, 0xa7, 0xfd, 0xb3, 0xc2, 0xcf, 0x70, 0x01, 0x0c, 0xe6, 0x30, 0x44, 0x9a, 0xec, 0x5e, 0xdb, 0x47, 0x7c, 0xa7, 0x57, 0x3c, 0x66, 0xc4, 0xf8, 0x02, 0x3a, 0x04, 0x95, 0x61, 0xd3, 0x96, 0xef, 0x8d, 0xb4, 0xf8, 0xb1, 0xcc, 0x05, 0x3f, 0xe7, 0x98, 0xba, 0x27, 0xf7, 0xf2, 0x88, 0x4f, 0x42, 0x06, 0xc0, 0x05, 0x84, 0x78, 0x96, 0x26, 0x90, 0xfc, 0x26, 0x29, 0x27, 0xd5, 0x2e, 0x69, 0x71, 0x85, 0xcf, 0x19, 0x0e, 0x27, 0xd0, 0x0b, 0x41, 0xd4, 0x36, 0xbd, 0xe9, 0x44, 0x15, 0xa4, 0x79, 0x18, 0xe9, 0x35, 0xbd, 0xd5, 0x30, 0x78, 0x50, 0x80, 0xf5, 0xcc, 0x01, 0x58, 0xb1, 0xcf, 0x10, 0xa7, 0x03, 0x60, 0xeb, 0x6d, 0xc0, 0xef, 0xe5, 0xe3, 0xd0, 0x8d, 0x53, 0x10, 0x90, 0x26, 0xb7, 0x93, 0x3d, 0xc8, 0x15, 0x96, 0x40, 0x37, 0x56, 0x62, 0x90, 0x44, 0xcd, 0x74, 0x49, 0x2e, 0x30, 0x80, 0x17, 0x90, 0xbc, 0x6d, 0x18, 0xc1, 0x2b, 0xb5, 0x07, 0xda, 0x15, 0x00, 0xcd, 0xc3, 0x1a, 0xba, 0x29, 0x8c, 0xa7, 0x0c, 0x41, 0x88, 0x48, 0x8e, 0xa4, 0xab, 0x66, 0xd0, 0x4c, 0x12, 0xf9, 0x58, 0x42, 0x5e, 0x23, 0x75, 0xe2, 0x5c, 0x22, 0xdc, 0xb8, 0x90, 0x34, 0x30, 0x9b, 0x08, 0xd4, 0xd2, 0x3b, 0x17, 0x33, 0x98, 0x3b, 0x00, 0x97, 0xf0, 0x18, 0x0c, 0x60, 0xa4, 0xc9, 0xff, 0x5c, 0xdc, 0x5d, 0x17, 0x6a, 0x9c, 0xf8, 0x28, 0xbb, 0xd9, 0x45, 0x23, 0x01, 0x54, 0xdc, 0x14, 0x51, 0x42, 0xa9, 0x99, 0xd7, 0x35, 0x72, 0x3d, 0xa1, 0xb4, 0x21, 0xaf, 0xdd, 0x99, 0x02, 0x40, 0x32, 0x9f, 0x65, 0x80, 0xb8, 0xb6, 0xfa, 0x9e, 0x76, 0x03, 0xe0, 0x15, 0x75, 0xe5, 0x2a, 0x7a, 0x2b, 0x4c, 0xa4, 0x03, 0x82, 0x50, 0x0e, 0xc9, 0x0e, 0xd5, 0xcc, 0x15, 0x48, 0x22, 0xac, 0x67, 0x19, 0xab, 0x52, 0x22, 0x55, 0x41, 0x2f, 0x0e, 0xa6, 0x97, 0xe9, 0xd4, 0x4a, 0x42, 0x84, 0x1d, 0x1b, 0x43, 0x17, 0x6e, 0x24, 0x4d, 0x3c, 0x47, 0x04, 0xb6, 0xd1, 0xc3, 0x79, 0x9d, 0x38, 0x57, 0x57, 0x78, 0x02, 0x2f, 0x43, 0x1f, 0x8e, 0x75, 0xcc, 0xff, 0x44, 0xde, 0x47, 0x58, 0xca, 0x27, 0x96, 0x8c, 0x52, 0xea, 0xa6, 0x70, 0x24, 0x43, 0xcd, 0x5c, 0x73, 0x98, 0xa0, 0x99, 0x0c, 0xcd, 0x0e, 0x83, 0x21, 0x03, 0x0b, 0xf9, 0x06, 0x10, 0x17, 0x55, 0x3f, 0xd3, 0x5e, 0x00, 0xbc, 0xcf, 0x09, 0x30, 0x91, 0x72, 0x53, 0x57, 0x9d, 0x91, 0x6f, 0xb8, 0xaa, 0x92, 0xf5, 0xbc, 0x81, 0xa9, 0x9e, 0x41, 0x3e, 0xe5, 0x63, 0xf1, 0xb5, 0xdc, 0xc4, 0x56, 0x97, 0x2f, 0xe2, 0x17, 0xbd, 0x38, 0x48, 0x1e, 0xcd, 0x71, 0x14, 0x02, 0xb8, 0x38, 0x91, 0x01, 0xe6, 0xf8, 0xb0, 0x27, 0xae, 0x0a, 0x99, 0x61, 0x50, 0xf1, 0x20, 0xa9, 0xe7, 0x79, 0x24, 0x7c, 0xa5, 0x1d, 0xd6, 0x2e, 0x00, 0x68, 0xdd, 0x58, 0x8f, 0xda, 0x99, 0x33, 0x51, 0x10, 0x34, 0x3b, 0xb4, 0xff, 0x06, 0xf9, 0x11, 0x3e, 0xc6, 0xcc, 0x50, 0x6f, 0x62, 0x96, 0xf7, 0xa9, 0x1b, 0x77, 0xd9, 0xe5, 0x9f, 0x9b, 0x27, 0xc8, 0xeb, 0xe8, 0x03, 0xd0, 0x9b, 0xd3, 0xf0, 0x02, 0x3a, 0x4d, 0x19, 0x93, 0x20, 0xb1, 0x43, 0xe2, 0x03, 0x74, 0xde, 0xe3, 0x27, 0x80, 0x61, 0xda, 0xe2, 0xf6, 0x00, 0xe0, 0x26, 0x66, 0xc0, 0x71, 0xf4, 0x43, 0x10, 0x71, 0x18, 0x05, 0xb8, 0x50, 0x91, 0x44, 0x78, 0xc9, 0x28, 0x9c, 0x04, 0xc5, 0x8c, 0xe2, 0xbb, 0xaf, 0x09, 0x64, 0xf2, 0x32, 0xc4, 0xa5, 0xf2, 0x6f, 0x94, 0x41, 0x19, 0xe7, 0x52, 0x04, 0x44, 0x2c, 0x52, 0x60, 0x07, 0x43, 0x6c, 0x77, 0xe3, 0x46, 0xb2, 0x89, 0xb7, 0x01, 0x66, 0x69, 0x7f, 0x6e, 0x0f, 0x00, 0x6a, 0x18, 0xe8, 0x62, 0x12, 0x05, 0x90, 0x25, 0xe7, 0xd7, 0x62, 0xfa, 0x54, 0x24, 0x51, 0x66, 0x1b, 0xf5, 0x9d, 0xb5, 0xca, 0x6f, 0xa7, 0x2d, 0x73, 0x90, 0x77, 0xe8, 0x1e, 0x79, 0x89, 0x23, 0xc1, 0xcf, 0x24, 0xfc, 0x40, 0x88, 0x40, 0x86, 0x88, 0x20, 0xb6, 0x43, 0x21, 0x10, 0x65, 0x36, 0xcd, 0xb0, 0x4e, 0xdb, 0x2f, 0xef, 0x00, 0x68, 0x5d, 0xd8, 0x88, 0xd8, 0x8f, 0x93, 0x11, 0x90, 0xd6, 0xff, 0x4b, 0x1e, 0xf5, 0x41, 0xf2, 0x06, 0xdf, 0x01, 0x2c, 0x61, 0x8c, 0xb6, 0xdd, 0xd9, 0xbd, 0xee, 0xf7, 0xee, 0x9c, 0xcd, 0x38, 0x28, 0xe7, 0x22, 0xdc, 0x66, 0x0e, 0x32, 0x9d, 0xe8, 0xeb, 0x71, 0x08, 0x3c, 0xb8, 0x81, 0x05, 0xac, 0x04, 0x84, 0xc6, 0x67, 0x72, 0x59, 0xf6, 0xfb, 0xe5, 0x56, 0x1d, 0x7e, 0x1a, 0x46, 0x9b, 0x0a, 0x10, 0x75, 0xe0, 0xf0, 0xaa, 0x08, 0xe0, 0x1b, 0xde, 0x01, 0x58, 0xe1, 0x1d, 0x69, 0xa7, 0xf7, 0x19, 0x06, 0xdc, 0xd7, 0x19, 0x0b, 0x07, 0x71, 0x32, 0x02, 0x9d, 0xfa, 0x14, 0x63, 0x98, 0xba, 0x0b, 0xfc, 0x48, 0x36, 0xf3, 0x9f, 0x96, 0x9f, 0xd9, 0x4c, 0x0d, 0xcb, 0xa8, 0x51, 0x96, 0xe9, 0xab, 0xb5, 0x48, 0xab, 0x00, 0x78, 0x45, 0x5d, 0xd9, 0x8b, 0xbe, 0xa2, 0x9f, 0xec, 0xc3, 0xf1, 0xec, 0x0b, 0x17, 0x53, 0x0c, 0x84, 0xb2, 0x1a, 0x40, 0x10, 0x66, 0x89, 0xe2, 0x1f, 0x48, 0xd8, 0xe9, 0x3a, 0x24, 0xd7, 0x06, 0xa6, 0x59, 0xbe, 0xfa, 0x2f, 0x18, 0x04, 0x13, 0xe8, 0x09, 0x34, 0xa7, 0xa8, 0x81, 0x75, 0x8f, 0x49, 0x81, 0x1f, 0x85, 0x28, 0xaf, 0xd2, 0x94, 0xfa, 0x73, 0x41, 0x56, 0x50, 0x23, 0x6a, 0xa8, 0x71, 0x2f, 0xbd, 0x69, 0x47, 0x16, 0x00, 0xee, 0xf2, 0x37, 0xf5, 0x11, 0x7d, 0x64, 0x7f, 0xfa, 0xd0, 0x97, 0x03, 0xf1, 0xb6, 0x5c, 0x29, 0x66, 0x12, 0x02, 0xb2, 0x66, 0x03, 0x5b, 0x8a, 0xd5, 0x2f, 0xf3, 0x03, 0x20, 0x26, 0x64, 0xaf, 0xd3, 0xda, 0x28, 0x5d, 0x5f, 0x96, 0xe2, 0xf5, 0x33, 0x19, 0x17, 0x92, 0x3a, 0x53, 0xd3, 0xa5, 0x19, 0x37, 0xd8, 0xed, 0x1e, 0xbc, 0x40, 0x94, 0x66, 0x76, 0xb1, 0x8b, 0x1d, 0xec, 0xa0, 0x21, 0xa1, 0xac, 0x4a, 0x6c, 0x1c, 0xaa, 0xe1, 0x36, 0xed, 0xf3, 0x24, 0x00, 0xb4, 0xbe, 0xe2, 0x68, 0xd9, 0x8f, 0xbe, 0xf4, 0xa5, 0x47, 0x32, 0x30, 0x2a, 0x05, 0x14, 0x53, 0x41, 0x57, 0xfa, 0x21, 0x88, 0xa6, 0x78, 0x80, 0xa4, 0xa4, 0x38, 0x04, 0x2e, 0x24, 0x3b, 0x78, 0x18, 0xe0, 0x03, 0x6d, 0x0c, 0xad, 0xda, 0xb4, 0xdb, 0xf8, 0x2b, 0x9c, 0x4a, 0x3f, 0x60, 0x0f, 0xcd, 0x69, 0x44, 0xbf, 0x45, 0x0e, 0x04, 0xc5, 0x71, 0xf9, 0x88, 0x55, 0x10, 0x1b, 0xa8, 0xa3, 0x8e, 0x1d, 0xec, 0xc4, 0xda, 0xcb, 0x15, 0x9b, 0x96, 0x61, 0x05, 0xe0, 0x31, 0x2e, 0x49, 0x24, 0xda, 0x47, 0x29, 0x15, 0x94, 0x51, 0x4a, 0x31, 0x7e, 0x4b, 0x87, 0x7f, 0x24, 0xc3, 0x08, 0xd0, 0x52, 0xa2, 0x14, 0xc0, 0x3b, 0x2c, 0x05, 0x18, 0xae, 0x7d, 0xd9, 0x3a, 0x00, 0x6e, 0x2f, 0x69, 0x5e, 0x47, 0x59, 0x07, 0x2e, 0x43, 0x10, 0xa5, 0x2e, 0x01, 0x00, 0x3d, 0x8d, 0x0c, 0x18, 0xe5, 0x75, 0x2b, 0x08, 0xd2, 0x94, 0x9a, 0x66, 0xea, 0xa9, 0x63, 0x37, 0xeb, 0x91, 0xf0, 0x84, 0x76, 0x49, 0x32, 0x00, 0x6f, 0x71, 0x2a, 0x14, 0x51, 0x41, 0x47, 0x4a, 0x29, 0xa1, 0xc8, 0x2c, 0x77, 0x26, 0x4e, 0x6a, 0x30, 0x42, 0x95, 0xec, 0xe9, 0x2d, 0x37, 0x10, 0xe6, 0x6e, 0x74, 0xf8, 0x5c, 0x1b, 0x41, 0xab, 0x37, 0xed, 0x4e, 0xae, 0x83, 0x0b, 0xe9, 0x04, 0xec, 0x24, 0x9a, 0x51, 0x02, 0xac, 0xb0, 0x18, 0x30, 0x18, 0xaf, 0x89, 0x32, 0x01, 0x1f, 0x50, 0x1f, 0x6f, 0xc7, 0xb5, 0x02, 0xb0, 0x98, 0x43, 0x3b, 0x30, 0x11, 0x85, 0xe4, 0xb9, 0x1c, 0xd2, 0xe2, 0x7c, 0x38, 0x2d, 0x66, 0xba, 0x81, 0xf5, 0x3c, 0x0f, 0x88, 0xff, 0xa9, 0x7e, 0xa8, 0x0d, 0x00, 0x0c, 0x62, 0x19, 0x1c, 0xc5, 0x11, 0x48, 0x1a, 0x09, 0xa4, 0x25, 0x38, 0xfd, 0x8e, 0x09, 0x84, 0x8a, 0x6a, 0x56, 0x17, 0x17, 0x52, 0x1b, 0xf7, 0x14, 0xac, 0x00, 0x6c, 0xa4, 0xeb, 0x3e, 0x9c, 0x61, 0x9e, 0xb4, 0x22, 0x96, 0x7b, 0x7a, 0xcb, 0xa8, 0xd3, 0x7c, 0xca, 0x02, 0xc0, 0xd5, 0x33, 0xf7, 0x06, 0xd6, 0x04, 0x08, 0x36, 0xd0, 0xad, 0x13, 0x17, 0x00, 0xcd, 0xec, 0xce, 0x4a, 0x6e, 0x66, 0x58, 0xdc, 0x94, 0x02, 0x4b, 0x59, 0x0b, 0x91, 0xfe, 0x05, 0x13, 0xa2, 0x89, 0x00, 0x84, 0x70, 0xef, 0xcf, 0x18, 0x04, 0x61, 0x33, 0xcc, 0x21, 0xa7, 0xcc, 0xae, 0x75, 0x8c, 0x76, 0xa1, 0x02, 0xcf, 0xb0, 0x11, 0x36, 0x69, 0xdd, 0x68, 0xd3, 0xa6, 0xbd, 0xc8, 0xd9, 0xf0, 0x27, 0x14, 0xc2, 0xec, 0xcc, 0x89, 0xdc, 0xd4, 0xef, 0x29, 0x54, 0x00, 0xab, 0x0c, 0xc7, 0xac, 0x4c, 0xab, 0xb3, 0x00, 0xf0, 0x8a, 0xba, 0x32, 0x02, 0x7d, 0x39, 0x0e, 0x72, 0x6c, 0x6a, 0xb0, 0x2f, 0x53, 0x2b, 0x48, 0xee, 0x22, 0x0c, 0x73, 0xb5, 0xe3, 0xdb, 0x06, 0xc0, 0xf4, 0x6a, 0xa9, 0xc1, 0x65, 0x14, 0x13, 0x65, 0x5b, 0x8e, 0x04, 0xa7, 0xba, 0x4a, 0x9d, 0x90, 0xac, 0x61, 0x39, 0xe0, 0xea, 0x31, 0x75, 0x83, 0x05, 0x00, 0xad, 0x90, 0x26, 0x38, 0x88, 0xa3, 0x11, 0x39, 0x01, 0x90, 0xbe, 0x56, 0xa3, 0x73, 0x3b, 0xe4, 0x61, 0x12, 0x9c, 0x76, 0x19, 0x8f, 0xc0, 0x85, 0x74, 0x44, 0xf2, 0x4b, 0x2b, 0xc4, 0x3e, 0xd1, 0x1e, 0x54, 0x21, 0x59, 0xcf, 0x32, 0x40, 0xed, 0x7f, 0xf3, 0x77, 0x56, 0x00, 0x4a, 0xd9, 0x05, 0x43, 0x38, 0x0a, 0x08, 0x27, 0xd5, 0xf7, 0xc9, 0xa1, 0x8d, 0xc1, 0x38, 0xbc, 0x08, 0xc2, 0xdc, 0x05, 0xf0, 0x88, 0xf6, 0x87, 0x36, 0x02, 0x70, 0x36, 0x2f, 0xc2, 0x39, 0x74, 0x46, 0x52, 0xdb, 0x0a, 0xb1, 0x4f, 0x04, 0xa0, 0x33, 0x92, 0x9f, 0x59, 0x0a, 0x28, 0x87, 0x4f, 0x5b, 0x64, 0x01, 0x60, 0x66, 0xc7, 0xd0, 0x76, 0x03, 0x00, 0x91, 0x02, 0x40, 0xee, 0x45, 0x0d, 0x0f, 0x0a, 0x51, 0xee, 0x00, 0x78, 0x5a, 0x9b, 0xd4, 0x46, 0x15, 0x98, 0x24, 0x9f, 0x84, 0xf3, 0xa8, 0x44, 0xb2, 0xb9, 0xd5, 0xe6, 0x2f, 0xa6, 0x02, 0x55, 0x48, 0x36, 0x18, 0xde, 0xc9, 0x48, 0xed, 0x33, 0x0b, 0x00, 0xb7, 0x97, 0x34, 0xd7, 0xc1, 0x20, 0x46, 0x39, 0x04, 0x20, 0x73, 0xc9, 0xca, 0x8b, 0x82, 0xe4, 0x0e, 0x74, 0x98, 0xa3, 0x9d, 0xd1, 0x46, 0x09, 0xb8, 0x96, 0xbb, 0x60, 0x12, 0xa5, 0x44, 0x2d, 0x12, 0x90, 0xbb, 0xf9, 0x53, 0x71, 0xe1, 0xc2, 0x87, 0xe4, 0x27, 0x96, 0x03, 0xca, 0x21, 0xd3, 0xbe, 0xb1, 0x00, 0x70, 0x97, 0xbf, 0xa9, 0x11, 0x06, 0x70, 0x3c, 0xc2, 0xec, 0xc1, 0xca, 0x54, 0xe8, 0xc8, 0x96, 0x9f, 0xf1, 0xa0, 0x02, 0x8f, 0xb1, 0x1d, 0x56, 0x6a, 0x03, 0xda, 0x08, 0xc0, 0xa3, 0x5c, 0x0a, 0x57, 0xe0, 0x21, 0xc8, 0x96, 0x9c, 0xc4, 0xde, 0x18, 0xfb, 0x55, 0x33, 0x21, 0xdb, 0x32, 0xb0, 0xaf, 0x67, 0x05, 0x40, 0x1f, 0xed, 0xfb, 0xc4, 0x51, 0x20, 0x84, 0xd2, 0x87, 0x93, 0x2c, 0x3e, 0x9f, 0xbd, 0xf3, 0xe3, 0x34, 0x4b, 0x0b, 0xef, 0xb2, 0x14, 0x22, 0x74, 0xd4, 0xea, 0xdb, 0x04, 0xc0, 0x12, 0x86, 0xf8, 0xb9, 0x14, 0x68, 0x62, 0x47, 0x56, 0xb1, 0x37, 0x0c, 0xb0, 0x6a, 0xce, 0x44, 0x95, 0x29, 0x2e, 0xb1, 0x4e, 0x84, 0x1f, 0x8d, 0x12, 0x4a, 0x77, 0x6d, 0x63, 0xa2, 0x1f, 0xb0, 0x93, 0xb2, 0x1e, 0x9c, 0x85, 0xdd, 0x9c, 0xde, 0x96, 0xe0, 0xd1, 0x59, 0xc9, 0x4a, 0xc5, 0x0b, 0xac, 0xe2, 0x5f, 0x00, 0x63, 0xb5, 0x7f, 0xb7, 0x81, 0xfc, 0x4e, 0xd4, 0xa2, 0x0c, 0xe6, 0x18, 0x24, 0x75, 0xd4, 0x67, 0x15, 0x7b, 0x3f, 0xbe, 0x38, 0xb9, 0x31, 0xe2, 0xa3, 0x84, 0x08, 0xd0, 0x40, 0x23, 0xf5, 0xec, 0xa1, 0xd9, 0x6c, 0xb1, 0xf4, 0x96, 0xdf, 0xb8, 0x2b, 0x11, 0x80, 0xef, 0x39, 0x00, 0x0a, 0xe9, 0x42, 0x15, 0x95, 0x74, 0xa4, 0x04, 0x57, 0x12, 0x18, 0x98, 0x4d, 0x8a, 0xd2, 0x01, 0x0c, 0x7e, 0xa0, 0x81, 0x07, 0x00, 0x5e, 0xd2, 0x26, 0xb6, 0xc1, 0x04, 0x5e, 0x29, 0xef, 0x87, 0xb1, 0xf4, 0x04, 0x6a, 0x09, 0x66, 0x15, 0xfb, 0x52, 0xdc, 0x26, 0xd1, 0x61, 0x9a, 0x68, 0xa0, 0x9e, 0xdd, 0x34, 0xd1, 0x6c, 0x17, 0x14, 0x7b, 0xb5, 0x50, 0x22, 0x00, 0x0b, 0x39, 0x3c, 0x31, 0x43, 0x5f, 0x61, 0x82, 0x51, 0x4e, 0x91, 0xa5, 0x80, 0x25, 0xd3, 0x76, 0x69, 0x5a, 0x8f, 0x02, 0x54, 0xe0, 0x79, 0x36, 0x40, 0xb3, 0x7b, 0xbf, 0xbf, 0xd6, 0xb6, 0x92, 0xff, 0x0a, 0xcb, 0xe9, 0xef, 0xe2, 0x32, 0xdc, 0x44, 0xd8, 0x98, 0xd5, 0xfc, 0x41, 0x05, 0xb0, 0x87, 0xaf, 0x69, 0x20, 0x68, 0xdf, 0x24, 0x58, 0xcf, 0x6a, 0x56, 0xb2, 0x8a, 0x55, 0xda, 0x9b, 0xc9, 0xb1, 0xc0, 0x50, 0x31, 0x42, 0x0e, 0x64, 0x30, 0xfd, 0x8d, 0xec, 0xbc, 0x75, 0x2b, 0xa0, 0x2b, 0x9d, 0xa9, 0xa2, 0x1b, 0x7e, 0xa4, 0x4d, 0x01, 0xd3, 0xae, 0x6f, 0xa3, 0x00, 0x58, 0xcb, 0x2b, 0x00, 0xf7, 0x69, 0x57, 0xb7, 0x92, 0xff, 0x13, 0xe5, 0x0b, 0x30, 0x94, 0x23, 0x81, 0xdd, 0x69, 0x1c, 0x61, 0xeb, 0xae, 0x52, 0x8e, 0x64, 0x03, 0x49, 0x39, 0xf1, 0x5a, 0xbe, 0x63, 0x95, 0x58, 0x29, 0x57, 0xb3, 0x2a, 0x79, 0x5a, 0xb6, 0xb0, 0x4d, 0x82, 0xed, 0x2f, 0x06, 0xcb, 0x81, 0x0c, 0x62, 0x20, 0xbd, 0x12, 0xbf, 0x31, 0x82, 0x91, 0x60, 0x06, 0xa5, 0xd9, 0x8c, 0xa1, 0x1f, 0x81, 0xce, 0xa3, 0xd4, 0x41, 0x58, 0x19, 0x32, 0x6d, 0x45, 0x2b, 0xf8, 0x5f, 0xc4, 0x77, 0x74, 0x83, 0x4b, 0x28, 0x44, 0xb2, 0x91, 0x70, 0xd6, 0x41, 0xb0, 0x90, 0x22, 0x60, 0xa9, 0x61, 0xe4, 0xfe, 0xc3, 0x72, 0xb1, 0x5a, 0xac, 0xf4, 0xac, 0xba, 0x61, 0x77, 0xab, 0x93, 0xa2, 0x77, 0x14, 0x07, 0x06, 0x8a, 0x81, 0x72, 0x30, 0x03, 0x19, 0x48, 0x09, 0x74, 0xe1, 0x02, 0x8c, 0x5e, 0xdd, 0xec, 0x56, 0xc0, 0x48, 0x4f, 0xfd, 0xcc, 0x0b, 0x00, 0x4b, 0x39, 0x22, 0xf7, 0x79, 0x9d, 0xda, 0xb3, 0x9c, 0x0f, 0x23, 0x38, 0x14, 0x68, 0x64, 0xab, 0x83, 0x51, 0xbf, 0x0c, 0x0f, 0x3a, 0x73, 0x69, 0x84, 0x3a, 0x3a, 0x6a, 0x7a, 0x7e, 0xd3, 0xe2, 0x2f, 0x72, 0xb6, 0xe0, 0x8f, 0x14, 0xda, 0x4c, 0x53, 0xb0, 0x3b, 0x04, 0x7e, 0x33, 0x2b, 0xf4, 0x2d, 0xc0, 0xf3, 0xda, 0xf9, 0xb9, 0x4d, 0xb5, 0xd5, 0xae, 0xe1, 0x1e, 0x28, 0x63, 0x22, 0x2a, 0x92, 0x0d, 0x29, 0xfc, 0x4f, 0x95, 0x03, 0x85, 0x4a, 0x24, 0x01, 0x3e, 0x44, 0x3a, 0x4e, 0xc3, 0xe5, 0x02, 0xc0, 0xc5, 0x3c, 0x01, 0xe3, 0xd8, 0x3f, 0xed, 0x54, 0x85, 0xd4, 0xce, 0xfd, 0x42, 0x20, 0xc4, 0x53, 0xd4, 0x01, 0x3c, 0xc8, 0x95, 0x4e, 0x78, 0x62, 0x6a, 0xff, 0x64, 0xf9, 0x10, 0x42, 0xe5, 0x5c, 0x4a, 0x80, 0x5d, 0x71, 0xfd, 0xcf, 0x24, 0x05, 0x85, 0x14, 0x03, 0x1b, 0x58, 0x02, 0x30, 0x5d, 0xd3, 0xf2, 0x0d, 0xc0, 0x7e, 0xac, 0x81, 0x43, 0x38, 0x1e, 0xe2, 0x13, 0x5f, 0xb2, 0x19, 0x43, 0x1f, 0x1e, 0xa0, 0x9e, 0xa7, 0x8d, 0xc9, 0x6c, 0xaf, 0xfb, 0x26, 0x5d, 0xdf, 0xe0, 0xa8, 0x26, 0x70, 0x1b, 0x37, 0x80, 0xe0, 0x0c, 0xba, 0x01, 0xcd, 0x6c, 0xca, 0x22, 0xfe, 0xc6, 0xd5, 0x8e, 0xb8, 0x91, 0x7c, 0xc9, 0x96, 0x78, 0xa8, 0x93, 0xef, 0xd2, 0xd8, 0xf7, 0x1c, 0xe0, 0xe5, 0x0a, 0x5c, 0x48, 0xc2, 0x0e, 0xdb, 0x57, 0x8a, 0x50, 0x80, 0x5d, 0xcc, 0x36, 0x20, 0xf8, 0x81, 0xcb, 0xb4, 0x4f, 0xb3, 0xdc, 0xa5, 0x3f, 0x8f, 0x70, 0x14, 0x08, 0x4e, 0xa5, 0x27, 0x10, 0x71, 0x64, 0xfe, 0x24, 0x0a, 0x9d, 0x90, 0x04, 0x98, 0x47, 0x18, 0x36, 0x6b, 0xdd, 0x9c, 0x29, 0x5c, 0x6e, 0x00, 0x68, 0x54, 0xc3, 0x38, 0x7a, 0x41, 0x42, 0x37, 0x4f, 0x26, 0x18, 0x84, 0x09, 0x41, 0x03, 0xaf, 0x19, 0x2b, 0x28, 0x49, 0xe6, 0x28, 0x33, 0xa7, 0x7d, 0x95, 0xe6, 0x0e, 0xbd, 0xf9, 0x8b, 0x51, 0x0d, 0xf3, 0x71, 0x9a, 0x39, 0x3f, 0x71, 0x93, 0x4d, 0x26, 0xd0, 0x6e, 0x2f, 0xc6, 0x8f, 0x64, 0xa3, 0x11, 0xe9, 0x3d, 0xac, 0x5d, 0xde, 0x1e, 0xc5, 0xd1, 0x03, 0x59, 0x0d, 0xbd, 0x39, 0xd3, 0xec, 0xe0, 0x70, 0xd6, 0xc1, 0xa3, 0x98, 0x10, 0x44, 0x99, 0x4f, 0x9c, 0xee, 0xe5, 0xbc, 0xc6, 0xc7, 0xd4, 0xc4, 0xa2, 0x84, 0x59, 0xbe, 0xfa, 0x01, 0x8c, 0x62, 0x2c, 0x23, 0x8c, 0x27, 0xea, 0xc5, 0xb1, 0x14, 0x22, 0xd1, 0xd9, 0x9c, 0x96, 0xfc, 0xe4, 0x48, 0xbf, 0x13, 0x0a, 0x51, 0xbe, 0x62, 0x3b, 0xc0, 0x68, 0xa7, 0xb3, 0xda, 0x73, 0x6d, 0x90, 0x58, 0xc4, 0x61, 0x2a, 0x93, 0x29, 0x04, 0x22, 0x29, 0x1e, 0x61, 0x3a, 0x28, 0x14, 0xfc, 0xe6, 0x14, 0xcb, 0xed, 0x7c, 0x12, 0x9b, 0x5f, 0x68, 0x6c, 0x3b, 0xd8, 0x8d, 0xc4, 0x6f, 0x4e, 0x32, 0x02, 0xa0, 0x9c, 0xdf, 0xd0, 0x0d, 0x81, 0x24, 0x9c, 0xe0, 0xfc, 0x66, 0xb6, 0x02, 0x05, 0x94, 0x21, 0xa9, 0x67, 0x01, 0x3a, 0xfc, 0x48, 0x1f, 0xa7, 0xe6, 0x36, 0x57, 0x00, 0xfe, 0xc0, 0x43, 0x30, 0x9c, 0x91, 0x48, 0x53, 0x06, 0x9c, 0x76, 0xf1, 0xf8, 0xf0, 0x99, 0x67, 0xb7, 0xf1, 0x2d, 0x35, 0x84, 0x6d, 0x1f, 0xe6, 0x40, 0x06, 0xd0, 0xc5, 0x8c, 0x38, 0x1b, 0xd9, 0x92, 0x43, 0x1d, 0xa0, 0x02, 0x0f, 0x82, 0x6f, 0x59, 0x9f, 0x63, 0x9b, 0x54, 0x8e, 0x00, 0xcc, 0xf2, 0xd5, 0xaf, 0xa3, 0xca, 0xc3, 0x65, 0x78, 0xcd, 0x26, 0x19, 0xa7, 0x2d, 0x8d, 0x12, 0x95, 0x22, 0xb3, 0x0f, 0x4c, 0x12, 0x65, 0x17, 0xbf, 0xb0, 0x83, 0xdd, 0x04, 0x90, 0x14, 0x50, 0x44, 0x39, 0x95, 0x54, 0x98, 0x72, 0x22, 0x89, 0xb0, 0x8d, 0xc6, 0x1c, 0xf2, 0x3d, 0x1e, 0x2a, 0x81, 0x66, 0xfe, 0x4b, 0x08, 0x02, 0x9e, 0xee, 0xd6, 0xf2, 0x67, 0x9e, 0xdb, 0xe4, 0xa6, 0xdf, 0x28, 0x67, 0xc2, 0x51, 0x66, 0x9f, 0x70, 0xc8, 0x71, 0x63, 0x73, 0xec, 0x41, 0x0b, 0x71, 0x91, 0x3a, 0xdd, 0xc1, 0xfa, 0x1a, 0xa2, 0x8e, 0x7a, 0x93, 0x54, 0xa7, 0x19, 0x9f, 0x4e, 0x78, 0x10, 0xac, 0xe2, 0x07, 0xc8, 0x71, 0x0d, 0x9a, 0xdc, 0xfb, 0x04, 0x3b, 0xf0, 0x13, 0xa5, 0x5e, 0x7e, 0x4f, 0x81, 0x99, 0x40, 0x77, 0xd2, 0xce, 0xa8, 0x27, 0x04, 0x2c, 0x05, 0x78, 0xe3, 0xbc, 0xb6, 0xbe, 0x1a, 0x51, 0x7b, 0x20, 0xe7, 0x44, 0xa7, 0x8f, 0x8e, 0x08, 0x02, 0x7c, 0x4a, 0x04, 0x9a, 0x39, 0x20, 0x97, 0x75, 0xa8, 0x5a, 0xd3, 0x2b, 0x3c, 0x8d, 0xe9, 0x70, 0x10, 0xa3, 0xcd, 0x87, 0xce, 0x1c, 0x18, 0xa5, 0x4f, 0x4f, 0xaa, 0x66, 0xd7, 0xa8, 0x31, 0xa4, 0x86, 0x08, 0x11, 0x69, 0x55, 0x9a, 0x13, 0x3a, 0xe1, 0x01, 0x56, 0xb0, 0x16, 0xe0, 0x7e, 0xed, 0xaa, 0x5c, 0xa8, 0x69, 0x05, 0x00, 0xb3, 0x7c, 0xf5, 0x2b, 0xe8, 0x05, 0x13, 0xe9, 0x4c, 0x6c, 0x7a, 0x24, 0x59, 0x3b, 0x78, 0xda, 0x52, 0xce, 0x48, 0xf7, 0xbd, 0x58, 0xbe, 0xaa, 0x23, 0x05, 0xc0, 0x26, 0xc3, 0x05, 0xfe, 0xb6, 0x7c, 0xe8, 0x94, 0x60, 0xbb, 0x02, 0x10, 0x9b, 0x32, 0x51, 0x69, 0x16, 0x52, 0x83, 0x96, 0xce, 0xde, 0x74, 0x1d, 0x1c, 0xf9, 0x20, 0x37, 0x35, 0xf9, 0x11, 0xcb, 0x56, 0x29, 0x54, 0xa1, 0x00, 0x8b, 0xd9, 0x0c, 0x70, 0x8f, 0x76, 0x6d, 0x7b, 0x03, 0x70, 0xa1, 0x7c, 0x1a, 0x3a, 0x70, 0x3e, 0x6e, 0x24, 0x91, 0x94, 0x96, 0x56, 0xda, 0x4c, 0x70, 0xf6, 0x6f, 0x59, 0xf3, 0x95, 0x82, 0x02, 0x3a, 0x02, 0x61, 0xe6, 0x12, 0x04, 0x5d, 0x39, 0x76, 0xda, 0xbc, 0xf6, 0xb4, 0x01, 0xbd, 0x59, 0x42, 0xb1, 0xc2, 0xd9, 0x54, 0x02, 0x3a, 0xc1, 0x0c, 0xa2, 0xaf, 0xb7, 0x8b, 0x1c, 0x58, 0x49, 0x8f, 0xbd, 0x2b, 0xa5, 0x10, 0xc1, 0x56, 0x63, 0xda, 0xdc, 0x46, 0xef, 0x20, 0xa7, 0x0d, 0x59, 0x39, 0x03, 0x70, 0xbf, 0x77, 0xe7, 0xe7, 0x1c, 0x02, 0xa3, 0x18, 0x0c, 0x48, 0xb3, 0x9b, 0x37, 0x73, 0xf7, 0x56, 0xfe, 0xc4, 0x3e, 0x95, 0xf7, 0x2d, 0x40, 0x54, 0x9a, 0x2b, 0x90, 0xac, 0xcd, 0xa9, 0x1e, 0x95, 0xfb, 0x30, 0x78, 0x2f, 0x57, 0xc3, 0xbe, 0x8c, 0x35, 0xbb, 0x05, 0xa3, 0x19, 0xcc, 0x5e, 0xbe, 0xc5, 0x3e, 0x13, 0xf9, 0xe0, 0xa1, 0x23, 0x82, 0x28, 0x9f, 0x18, 0x2b, 0x1c, 0x8c, 0xd7, 0x5e, 0x6b, 0x07, 0x00, 0xa6, 0x9f, 0x24, 0xdf, 0x41, 0xf8, 0x38, 0x1f, 0x1f, 0xc6, 0x62, 0x38, 0x99, 0x1a, 0x17, 0xf3, 0x2d, 0x07, 0xd8, 0xd4, 0x2b, 0xac, 0x47, 0x31, 0x45, 0x08, 0xea, 0xf8, 0xd8, 0x08, 0x3b, 0x06, 0x3a, 0x59, 0xe9, 0x2c, 0x27, 0x00, 0x66, 0x54, 0x85, 0x97, 0x51, 0x05, 0x67, 0xd1, 0x0d, 0x88, 0xc6, 0x13, 0xcf, 0x4e, 0x44, 0xbf, 0xed, 0xb0, 0xa4, 0x23, 0xdb, 0x2a, 0x07, 0x1d, 0x71, 0x03, 0xab, 0x8d, 0xd2, 0xd7, 0x5b, 0xda, 0xe9, 0xf9, 0xcd, 0x08, 0x29, 0xbc, 0xcf, 0xf1, 0x70, 0x38, 0xc3, 0x4d, 0xe3, 0xa7, 0x67, 0x10, 0x7d, 0x3d, 0xaf, 0x52, 0x90, 0x48, 0xbe, 0x62, 0x76, 0xa9, 0xa5, 0x82, 0xe0, 0xa2, 0x23, 0x0a, 0x92, 0x79, 0xec, 0x00, 0xc4, 0x25, 0xd9, 0xd7, 0x15, 0xcb, 0x05, 0x80, 0x9b, 0x98, 0x01, 0x5d, 0x38, 0xcb, 0x46, 0xfb, 0x13, 0xab, 0x73, 0x7a, 0x9e, 0xe5, 0x20, 0x51, 0xf4, 0xfd, 0x74, 0xa0, 0x89, 0xc6, 0x34, 0x72, 0x50, 0x48, 0x09, 0xd0, 0xc8, 0x07, 0xe8, 0xd0, 0xc4, 0xc1, 0xda, 0x8f, 0x79, 0x02, 0xe0, 0x96, 0x61, 0xfa, 0x02, 0xdc, 0x6e, 0xce, 0xa7, 0x08, 0x4c, 0xb7, 0xd5, 0x6e, 0xc4, 0xf7, 0xe0, 0x26, 0x44, 0x33, 0x7a, 0xde, 0xac, 0x81, 0x95, 0x3c, 0x0f, 0x25, 0x66, 0xe3, 0x6a, 0x88, 0xdd, 0x66, 0x1f, 0x4b, 0x32, 0x08, 0xa5, 0x78, 0x81, 0x75, 0x7c, 0x0d, 0xb0, 0xa0, 0xff, 0xd1, 0x13, 0xa2, 0x79, 0x00, 0xe0, 0xf6, 0x92, 0xe6, 0x6f, 0xe8, 0x05, 0xa7, 0xd3, 0xd3, 0xa2, 0xfd, 0xc9, 0xa2, 0x6f, 0xf4, 0x05, 0x18, 0xe7, 0x9a, 0x4d, 0x0f, 0xb1, 0x6d, 0xa3, 0x82, 0x95, 0x30, 0x17, 0xc5, 0xe6, 0x72, 0x4c, 0xb1, 0x3e, 0xb6, 0xdd, 0x04, 0x6d, 0x64, 0x40, 0xa5, 0x1c, 0x15, 0x58, 0x60, 0xf8, 0x85, 0xd7, 0x6b, 0x77, 0xe6, 0x01, 0x00, 0xed, 0x65, 0x26, 0xc0, 0x10, 0x46, 0x26, 0x68, 0x7f, 0x72, 0x59, 0xca, 0x1b, 0x97, 0x09, 0x23, 0x02, 0x34, 0x40, 0xc8, 0x87, 0xb3, 0xeb, 0xa6, 0xd8, 0x5c, 0xa8, 0x07, 0xb6, 0xb0, 0x96, 0x41, 0x14, 0x03, 0x10, 0xa0, 0xc1, 0xc6, 0x1e, 0x78, 0x28, 0x03, 0x82, 0xbc, 0x4b, 0x08, 0x82, 0x1c, 0xa6, 0xd5, 0xb4, 0x11, 0x00, 0x63, 0xaa, 0x64, 0x25, 0xe3, 0x51, 0xc1, 0xac, 0xb4, 0x26, 0x3f, 0xac, 0x17, 0x17, 0x12, 0x08, 0xb2, 0x8c, 0x1e, 0x54, 0xc4, 0x6d, 0x43, 0x90, 0x80, 0x6d, 0x5e, 0xc7, 0xb9, 0xb3, 0x5b, 0x40, 0x11, 0x05, 0xe6, 0xfb, 0x00, 0xdf, 0xb2, 0x19, 0x63, 0x05, 0xc1, 0x7d, 0xcd, 0x48, 0x72, 0x37, 0x91, 0x14, 0x39, 0xe8, 0x88, 0x8a, 0x60, 0x31, 0x6b, 0xb2, 0x3a, 0x45, 0x0e, 0x00, 0xb8, 0xb5, 0x5f, 0xf4, 0x2b, 0xfc, 0x0a, 0xe7, 0x51, 0x62, 0x8e, 0xfd, 0xc9, 0xce, 0xae, 0xa0, 0xc0, 0x14, 0xca, 0x2d, 0x7c, 0x4a, 0x03, 0xb0, 0x3f, 0x43, 0xf0, 0xc7, 0x95, 0x24, 0x94, 0x51, 0x21, 0xec, 0x60, 0x89, 0xd9, 0xf4, 0x42, 0x0a, 0x71, 0x9b, 0x9f, 0x42, 0xac, 0xe3, 0x7b, 0x4b, 0x99, 0xbb, 0x1b, 0x43, 0xcc, 0x6b, 0x8d, 0xc6, 0xaa, 0xf4, 0x71, 0x00, 0x3a, 0x50, 0x80, 0x60, 0xb3, 0x31, 0x9f, 0x7c, 0x93, 0xfb, 0xd0, 0x4c, 0x8b, 0xa9, 0x38, 0x00, 0xe0, 0x96, 0x81, 0xfa, 0x02, 0x8a, 0xe1, 0x74, 0xf6, 0x05, 0xf4, 0x94, 0x84, 0x85, 0x0b, 0xaf, 0xb9, 0xa8, 0xd9, 0x37, 0xb1, 0x85, 0xf5, 0x00, 0x37, 0xfd, 0x38, 0x20, 0x0e, 0x8c, 0x34, 0x97, 0xcf, 0x0f, 0x3a, 0x74, 0x76, 0x05, 0x3e, 0x7c, 0xf8, 0xe2, 0x1c, 0x0d, 0xf2, 0x33, 0x3f, 0xc6, 0xba, 0xbd, 0x17, 0x46, 0x3f, 0x54, 0xaf, 0xc7, 0x0b, 0x85, 0x0c, 0xa7, 0xdc, 0x04, 0xa7, 0x3e, 0x0e, 0x5b, 0x01, 0x1d, 0x10, 0xd4, 0x33, 0x97, 0x10, 0x84, 0x94, 0x51, 0xd3, 0x16, 0xb6, 0xd9, 0x06, 0x68, 0x27, 0xf3, 0x6f, 0x54, 0x95, 0xf1, 0x54, 0x00, 0x51, 0x0b, 0x04, 0xe0, 0x45, 0x45, 0x22, 0xa9, 0xe3, 0x13, 0x73, 0x1d, 0xb1, 0xe8, 0x7f, 0xd4, 0xc1, 0x74, 0x05, 0xf0, 0xd2, 0x8b, 0xfd, 0xcd, 0x4c, 0x60, 0x8c, 0xe0, 0x20, 0x61, 0x82, 0x69, 0xeb, 0x7c, 0x12, 0x15, 0x1f, 0x05, 0xe6, 0x6a, 0x44, 0x46, 0x47, 0x4a, 0x13, 0x9b, 0x58, 0x1f, 0x9b, 0x6b, 0xd8, 0xd0, 0x3c, 0xfd, 0xd1, 0xc7, 0x76, 0x46, 0xaf, 0x1e, 0x54, 0xf2, 0xb4, 0x38, 0x10, 0x04, 0x03, 0xe8, 0x63, 0x82, 0xdc, 0x40, 0x08, 0x81, 0x9b, 0x52, 0x04, 0x41, 0x3e, 0x36, 0x96, 0x7c, 0xbb, 0x5c, 0x7b, 0x38, 0x2f, 0xc3, 0xa0, 0x76, 0x35, 0xf7, 0x42, 0x01, 0xe3, 0x28, 0x01, 0x22, 0x04, 0xd0, 0x91, 0x28, 0xe6, 0x83, 0xea, 0x7c, 0xc7, 0x17, 0x86, 0x65, 0xd8, 0x59, 0x7f, 0xed, 0xbd, 0x6f, 0x0e, 0x2e, 0x3c, 0x71, 0x8a, 0xef, 0x4a, 0x63, 0xf6, 0xa3, 0x4a, 0x17, 0xba, 0x51, 0x61, 0x2e, 0x97, 0x49, 0xdc, 0x53, 0x08, 0xd9, 0x56, 0xfb, 0xfc, 0x94, 0xc5, 0x1f, 0x4a, 0x10, 0x62, 0x27, 0x3f, 0xb3, 0x2d, 0xb6, 0xaa, 0x60, 0xb0, 0xf9, 0x99, 0x15, 0xf7, 0xbe, 0xb5, 0xd5, 0xf8, 0xea, 0xc8, 0xc2, 0xa3, 0xef, 0x74, 0x9d, 0x07, 0x50, 0xc9, 0x70, 0xd3, 0x40, 0x06, 0x08, 0x51, 0x82, 0x20, 0xcc, 0x17, 0xc6, 0x08, 0xe0, 0x60, 0x5d, 0x49, 0xe7, 0x0b, 0x2a, 0xde, 0xc7, 0x14, 0x28, 0xe2, 0x4c, 0x8a, 0x4c, 0x45, 0x50, 0xf0, 0x20, 0x81, 0x26, 0xfe, 0x6b, 0x2c, 0x5d, 0x43, 0xe4, 0xa3, 0x65, 0x57, 0xbf, 0xb5, 0xd5, 0xe8, 0xa5, 0x1a, 0xd3, 0x65, 0xd0, 0x25, 0xbe, 0xf3, 0x94, 0x62, 0xb3, 0x1b, 0x85, 0x2a, 0xf6, 0xa1, 0xc2, 0x6c, 0x9f, 0x33, 0x80, 0xd8, 0x9a, 0x92, 0x02, 0x13, 0x94, 0x98, 0xd6, 0x3d, 0xc4, 0x0e, 0x7e, 0x61, 0x5b, 0xcb, 0x1c, 0xd3, 0x70, 0xe0, 0xe5, 0x25, 0xf7, 0x7d, 0xb8, 0x39, 0x51, 0x67, 0xae, 0x3d, 0xd3, 0x3f, 0x4b, 0x74, 0x00, 0x37, 0xc3, 0xe9, 0x12, 0x27, 0x27, 0xcc, 0x12, 0xa3, 0xf6, 0xf0, 0x0a, 0x13, 0xb3, 0x57, 0x07, 0x9c, 0x7b, 0x82, 0x42, 0x7b, 0x9c, 0x8b, 0xc1, 0xcf, 0x69, 0x94, 0x5a, 0x7c, 0xbe, 0x9f, 0x8c, 0x54, 0x34, 0x34, 0xd5, 0x4f, 0x9b, 0xf5, 0x42, 0xe2, 0xfc, 0xf8, 0xbe, 0xc5, 0xa3, 0xcf, 0x2e, 0xbd, 0x50, 0xed, 0xda, 0x72, 0xb3, 0x22, 0x4a, 0xa9, 0xa0, 0x0a, 0x1f, 0xb0, 0x3d, 0xc9, 0x22, 0x08, 0xa0, 0x82, 0x02, 0x24, 0x35, 0x6c, 0xb4, 0x18, 0xbb, 0xe8, 0x86, 0x86, 0x97, 0x17, 0xbd, 0xba, 0x70, 0x5b, 0x8a, 0xe1, 0xd0, 0x91, 0xe3, 0x7b, 0xf4, 0x7d, 0x44, 0x3d, 0x14, 0xa0, 0x37, 0x07, 0xa3, 0x22, 0x08, 0xf1, 0x95, 0x31, 0x45, 0xef, 0xc3, 0xf2, 0xd3, 0x9c, 0xa4, 0xc6, 0x72, 0x71, 0x85, 0x5d, 0x3c, 0xcb, 0x44, 0x70, 0x73, 0x0a, 0x9d, 0xcc, 0x21, 0xef, 0x0b, 0xbe, 0x37, 0x78, 0xff, 0xe5, 0xb2, 0xab, 0xde, 0xda, 0x60, 0x21, 0x3e, 0xb6, 0x44, 0x80, 0xe2, 0x51, 0x4e, 0x1f, 0xda, 0xe3, 0x44, 0xff, 0x09, 0x6a, 0xc7, 0x96, 0x5f, 0xea, 0x47, 0x1f, 0x24, 0x75, 0x34, 0xa5, 0x8c, 0xf8, 0x9d, 0x51, 0x89, 0x30, 0xcf, 0x9c, 0x60, 0xab, 0xef, 0x0a, 0xcc, 0xdf, 0xfc, 0xf6, 0xab, 0x0b, 0x43, 0x11, 0x8b, 0x7f, 0xad, 0x27, 0xbe, 0x76, 0x53, 0xcf, 0xfb, 0x4b, 0xc1, 0x1f, 0x51, 0xa0, 0x84, 0x11, 0x78, 0x58, 0x44, 0x2d, 0x20, 0x3f, 0xde, 0x36, 0xf6, 0xc1, 0x26, 0x27, 0xe5, 0x51, 0xa7, 0x00, 0x08, 0x14, 0xc4, 0x11, 0xee, 0xd1, 0xff, 0x54, 0x26, 0x81, 0xc2, 0x31, 0xec, 0x47, 0x2d, 0x9f, 0xd2, 0x08, 0xc8, 0x50, 0xe3, 0x9d, 0x0f, 0x3e, 0x16, 0x90, 0x28, 0x26, 0xe1, 0x8a, 0x05, 0x00, 0xf3, 0x5d, 0xa1, 0x7a, 0xd2, 0xa1, 0x9d, 0x87, 0x15, 0x1d, 0x5c, 0x70, 0x90, 0x28, 0x80, 0xae, 0x0c, 0x05, 0x1a, 0xe2, 0xdd, 0xff, 0x2d, 0x41, 0xce, 0x3e, 0x08, 0x02, 0x7c, 0x84, 0x24, 0xbc, 0x66, 0xf9, 0xcc, 0x8f, 0x6a, 0xf6, 0x44, 0x53, 0x0c, 0x85, 0x9e, 0x7a, 0x4c, 0x1e, 0x51, 0xf5, 0x80, 0x52, 0x05, 0x0a, 0x85, 0x34, 0x02, 0xfa, 0xbc, 0x45, 0xbf, 0x7d, 0xbf, 0x31, 0xfe, 0x8d, 0x3c, 0x00, 0xa0, 0x98, 0x44, 0x29, 0xa8, 0x37, 0xcd, 0xf4, 0x5c, 0x09, 0xd0, 0x95, 0xcd, 0x46, 0x3b, 0xda, 0x8a, 0xef, 0xae, 0x7a, 0xed, 0x07, 0xf3, 0xaa, 0x88, 0xaf, 0x86, 0xa9, 0xa4, 0xc8, 0x82, 0x40, 0xa0, 0x14, 0xb9, 0xae, 0x79, 0x47, 0x29, 0xea, 0xc0, 0x28, 0x20, 0xc0, 0xf6, 0x14, 0x67, 0xb7, 0x0a, 0xc1, 0x76, 0x16, 0x00, 0xdb, 0x5f, 0x7a, 0xe0, 0xbe, 0x94, 0xf1, 0x52, 0xb7, 0xbc, 0xd3, 0x2d, 0xaf, 0x72, 0x54, 0xd9, 0x88, 0x7b, 0xdd, 0x66, 0x5b, 0x7e, 0xe4, 0xcd, 0x77, 0x2f, 0xfd, 0x3a, 0x60, 0xf9, 0x86, 0xde, 0x56, 0x00, 0x14, 0xcb, 0x2e, 0x50, 0xae, 0xbb, 0xdc, 0x7f, 0xab, 0x59, 0xd7, 0x88, 0x36, 0x3d, 0xf8, 0xcc, 0x7d, 0x5b, 0x23, 0x2d, 0xd7, 0x2c, 0x12, 0x90, 0x08, 0x41, 0x1c, 0x86, 0xeb, 0x1f, 0xf4, 0xf5, 0x73, 0x33, 0x1a, 0x95, 0x10, 0x5b, 0x6c, 0x53, 0x9b, 0x46, 0x33, 0xfb, 0xf7, 0x33, 0x5f, 0x78, 0x3f, 0x85, 0x68, 0x0b, 0xc9, 0x09, 0x04, 0x4a, 0x74, 0xe4, 0x35, 0x17, 0x17, 0x4f, 0x15, 0x9e, 0xe0, 0x23, 0x0f, 0xfc, 0xb5, 0x21, 0x62, 0xb9, 0x96, 0x05, 0x02, 0x91, 0x13, 0xf9, 0xe6, 0x7e, 0xc5, 0xb1, 0x95, 0x8f, 0x52, 0x12, 0x5d, 0xb7, 0xe6, 0x4f, 0x2f, 0x2c, 0x35, 0x89, 0x55, 0x2c, 0x24, 0xab, 0x29, 0x20, 0x58, 0x20, 0x98, 0x72, 0x5d, 0xf9, 0x68, 0x38, 0x0e, 0x1f, 0x3a, 0xb5, 0x29, 0x19, 0x9d, 0x0e, 0x40, 0x0d, 0xeb, 0x80, 0x0f, 0x26, 0x7f, 0xbe, 0x26, 0x45, 0xd8, 0xad, 0xef, 0xac, 0x24, 0x9a, 0xef, 0xce, 0xeb, 0xdf, 0xe9, 0x90, 0x59, 0x4f, 0x25, 0x10, 0xae, 0x9b, 0xfd, 0x3c, 0x69, 0xff, 0x2b, 0x00, 0x91, 0x13, 0xf9, 0xc2, 0x2c, 0xe6, 0x28, 0xe3, 0x0e, 0xec, 0x39, 0xe1, 0x8d, 0x7f, 0xac, 0x0d, 0x26, 0xf0, 0x3e, 0xf9, 0xbd, 0x48, 0x92, 0x0c, 0x81, 0x82, 0xb8, 0x68, 0x7c, 0xcf, 0x8b, 0x60, 0x38, 0x15, 0x08, 0x6a, 0x13, 0x02, 0x9e, 0x58, 0x66, 0x77, 0x3e, 0x3b, 0xd0, 0xc3, 0x77, 0x9f, 0xb5, 0x27, 0x94, 0x24, 0xec, 0x76, 0xa4, 0x27, 0x73, 0xda, 0xfe, 0x4c, 0x06, 0x29, 0x10, 0x59, 0x4d, 0x5f, 0xb6, 0x5d, 0xd8, 0x9e, 0x53, 0x2d, 0xe4, 0x27, 0x48, 0xc4, 0xa9, 0x87, 0x0f, 0xbd, 0x11, 0x06, 0xb2, 0x2f, 0x82, 0x6d, 0x84, 0x93, 0x42, 0x18, 0x2f, 0x3a, 0xef, 0x12, 0x66, 0xcf, 0x9a, 0x3b, 0xff, 0x94, 0x22, 0xe8, 0x7a, 0x7c, 0x55, 0x5e, 0xa7, 0x24, 0x27, 0x7f, 0x27, 0x67, 0x00, 0x94, 0x9c, 0x76, 0xe1, 0xe4, 0xea, 0x41, 0x5d, 0xc7, 0xdd, 0x0f, 0xfb, 0x31, 0x00, 0xa8, 0x63, 0x4f, 0x42, 0x46, 0xaf, 0x0a, 0x95, 0x3d, 0xbc, 0x0f, 0x6c, 0x9d, 0xfb, 0xe0, 0x03, 0x69, 0xf9, 0x1b, 0xcd, 0x81, 0xec, 0xac, 0x32, 0x90, 0x1d, 0x00, 0xd5, 0x86, 0x3c, 0x35, 0x2b, 0xb9, 0x69, 0x77, 0x8f, 0xfb, 0x86, 0x67, 0x14, 0x77, 0x25, 0x87, 0x03, 0x8d, 0x34, 0x24, 0x00, 0xb0, 0x0f, 0xb0, 0x95, 0x05, 0xc0, 0xea, 0x27, 0x5f, 0x7c, 0x27, 0x67, 0xf2, 0x62, 0x90, 0xd8, 0x01, 0x94, 0xd6, 0x0e, 0xec, 0x75, 0x00, 0x50, 0x6e, 0xb8, 0xa7, 0xa0, 0x9b, 0x8f, 0xe3, 0x11, 0x04, 0xa8, 0x4b, 0x48, 0x77, 0x55, 0x00, 0xeb, 0x58, 0x0a, 0x7c, 0x52, 0x3d, 0xef, 0xdb, 0x56, 0x92, 0x9f, 0x77, 0x00, 0x5a, 0xa3, 0x04, 0x6a, 0x1a, 0xcb, 0xa0, 0xa0, 0xa0, 0x4c, 0xb9, 0xb6, 0x7c, 0x38, 0x9c, 0x82, 0x4a, 0xd8, 0xc8, 0xdd, 0x5a, 0xd2, 0x99, 0xc2, 0xf0, 0xe3, 0xe5, 0x83, 0x17, 0x6e, 0x6d, 0x48, 0x6b, 0xe0, 0xa2, 0xad, 0x54, 0x00, 0xbd, 0x7d, 0x8c, 0xa0, 0x9d, 0x2c, 0x88, 0x24, 0x19, 0x49, 0x70, 0x93, 0x2e, 0x3e, 0xb7, 0xc7, 0x38, 0x38, 0x86, 0x0e, 0xe8, 0x09, 0x9e, 0x40, 0x11, 0xc5, 0xc0, 0x27, 0xec, 0x22, 0xb4, 0x65, 0xe6, 0xe4, 0x94, 0x41, 0x2f, 0x3d, 0xd1, 0xd2, 0xb1, 0x7c, 0xb4, 0x79, 0x18, 0xcc, 0x44, 0x72, 0xfa, 0x81, 0x30, 0xc9, 0x2d, 0x3a, 0xeb, 0x98, 0x81, 0xd7, 0xc0, 0x70, 0x3a, 0x03, 0x8d, 0xf1, 0x0e, 0x13, 0x41, 0x11, 0x5e, 0x24, 0x73, 0xd0, 0xa9, 0x5b, 0xf8, 0xf7, 0x19, 0x36, 0x0e, 0x8f, 0xb4, 0x25, 0x59, 0x3a, 0x86, 0xa3, 0x55, 0x7e, 0x40, 0xcb, 0x3a, 0xe7, 0xce, 0x09, 0x4e, 0xf6, 0x06, 0x93, 0xc2, 0xa3, 0x91, 0x07, 0x1e, 0x77, 0x3f, 0x1c, 0x44, 0x6f, 0xcb, 0xed, 0x63, 0xff, 0xee, 0xe1, 0x3d, 0x60, 0xe3, 0xec, 0xc7, 0x9f, 0xb3, 0x75, 0x7c, 0xb3, 0x7b, 0x05, 0x76, 0x9f, 0xa2, 0x99, 0x62, 0x82, 0x56, 0xb8, 0xc2, 0x36, 0xa3, 0xbd, 0xb0, 0x25, 0x3f, 0x4d, 0x44, 0x50, 0xe9, 0xbb, 0xe2, 0x6d, 0xc4, 0xbe, 0x0c, 0x49, 0x22, 0x5f, 0x00, 0x5b, 0xf8, 0x0c, 0xa8, 0xb9, 0xf9, 0x8d, 0xcf, 0x1c, 0x46, 0x01, 0xd6, 0x4f, 0xd1, 0x94, 0x77, 0x59, 0xfd, 0xc0, 0x5c, 0x82, 0xa1, 0xf4, 0x3e, 0x9e, 0x92, 0xd6, 0xf5, 0x55, 0x52, 0x56, 0xd0, 0x13, 0x08, 0x98, 0xfa, 0xaa, 0xab, 0xb3, 0x87, 0x7d, 0x70, 0xe3, 0x36, 0xa7, 0xb4, 0x2b, 0x48, 0x42, 0x04, 0xd9, 0xc9, 0x6e, 0x60, 0xce, 0xf8, 0x6f, 0xec, 0xa6, 0x88, 0xea, 0x0e, 0x5d, 0xe3, 0x54, 0xc9, 0xc8, 0x57, 0x38, 0x9c, 0xe0, 0xd3, 0xd9, 0x09, 0x79, 0xa6, 0x48, 0xd0, 0x32, 0xfd, 0xf0, 0x2f, 0xf7, 0x15, 0x1e, 0x9e, 0xfe, 0x56, 0x7a, 0xc3, 0x2d, 0xa3, 0x6d, 0xb3, 0xa5, 0xba, 0x6d, 0x70, 0x94, 0x2a, 0x13, 0xc9, 0xf2, 0x91, 0xb7, 0xea, 0x70, 0x36, 0x0d, 0x4f, 0x26, 0x5c, 0x49, 0x33, 0xf7, 0x92, 0xab, 0xae, 0x2b, 0x3b, 0xc7, 0xf6, 0x0e, 0x32, 0xba, 0x53, 0xdf, 0xd9, 0xb4, 0xf8, 0xef, 0x77, 0x26, 0x4d, 0xf6, 0xb3, 0xc9, 0x05, 0x25, 0x1c, 0x29, 0xe1, 0x71, 0x26, 0xbb, 0xdf, 0xb6, 0x06, 0x89, 0xcc, 0xc2, 0x9e, 0x9e, 0xef, 0x22, 0x71, 0x32, 0x62, 0xf7, 0xc2, 0xce, 0x1d, 0xca, 0x8a, 0xbd, 0x1e, 0x6f, 0x81, 0xea, 0x89, 0x46, 0x83, 0x4d, 0x10, 0x0c, 0x6d, 0xaf, 0x5f, 0xbd, 0xa3, 0x29, 0x62, 0xa9, 0xb8, 0x65, 0x6b, 0x35, 0xd2, 0xb3, 0x28, 0x46, 0xfb, 0x35, 0x49, 0xa5, 0x89, 0xf6, 0xed, 0x35, 0xde, 0x3a, 0xeb, 0x96, 0x84, 0x49, 0x88, 0xa9, 0xf7, 0x96, 0x96, 0xda, 0x9a, 0x75, 0xfd, 0x93, 0xd4, 0xfe, 0x38, 0x3d, 0x83, 0x52, 0xe8, 0xb9, 0x71, 0xb4, 0xf5, 0x9b, 0x92, 0xc6, 0xd0, 0x29, 0x10, 0x3f, 0x52, 0xb9, 0x9f, 0x3a, 0x19, 0xb5, 0x85, 0x74, 0x52, 0x5a, 0xcd, 0x48, 0xaa, 0xbb, 0x63, 0x21, 0x3f, 0xd5, 0x40, 0xea, 0xb9, 0x13, 0xd1, 0xf6, 0xff, 0x70, 0x31, 0x9b, 0xe0, 0x27, 0x73, 0x9f, 0xb4, 0xfc, 0x27, 0x4d, 0xaf, 0x6d, 0x26, 0x75, 0xd0, 0x2d, 0x85, 0xe4, 0x56, 0x3e, 0x7e, 0xbe, 0xb6, 0x16, 0xde, 0x8b, 0x24, 0xee, 0x63, 0x0b, 0x40, 0x7a, 0x15, 0x48, 0x05, 0x20, 0x55, 0x1d, 0x5a, 0xe4, 0xa0, 0xcd, 0x8f, 0x9d, 0xff, 0xcd, 0x8e, 0xf7, 0xf6, 0xdc, 0x17, 0x69, 0xf9, 0x6f, 0x0f, 0x80, 0x15, 0x88, 0xbc, 0x3d, 0x6c, 0xfb, 0x6f, 0xc2, 0xc6, 0xf4, 0xa5, 0x42, 0x20, 0x6d, 0x41, 0x90, 0x16, 0xa3, 0xd8, 0x4e, 0x0f, 0xf7, 0xff, 0x7c, 0xfb, 0x5f, 0x9a, 0xb9, 0xca, 0x8f, 0x22, 0xac, 0x79, 0x54, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int input_128_png_len = 6866; unsigned char input_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x04, 0x00, 0x00, 0x00, 0xf8, 0xd5, 0xa4, 0x8c, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x45, 0x6d, 0x62, 0x6c, 0x65, 0x6d, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x86, 0x8a, 0x1b, 0x82, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x2b, 0x2c, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x79, 0x9c, 0x14, 0xd5, 0x15, 0xef, 0xbf, 0xd5, 0xcb, 0xec, 0x0c, 0x3b, 0x08, 0x82, 0x28, 0x2a, 0x6b, 0x40, 0x11, 0x45, 0x40, 0x05, 0x17, 0x34, 0x6e, 0xa0, 0x71, 0x17, 0x45, 0x13, 0x4d, 0xa2, 0x26, 0xcf, 0x24, 0x26, 0xe6, 0x19, 0x35, 0x32, 0x85, 0x46, 0x4d, 0x34, 0x9a, 0x68, 0x8c, 0x09, 0x6a, 0x22, 0x2e, 0x89, 0x5b, 0x34, 0xc6, 0x44, 0x63, 0xdc, 0x51, 0x5c, 0xc1, 0x85, 0x91, 0x55, 0x23, 0x18, 0xd9, 0x57, 0x99, 0xbd, 0xa7, 0x7b, 0xba, 0xeb, 0xfd, 0x71, 0x4f, 0xdd, 0xae, 0xee, 0xae, 0xde, 0xab, 0x67, 0xc6, 0xcf, 0xa3, 0xf8, 0xd0, 0x53, 0x55, 0x5d, 0x55, 0x7d, 0xeb, 0xfc, 0xee, 0x3d, 0xf7, 0xdc, 0xb3, 0x1a, 0x7c, 0x65, 0xb6, 0x1b, 0x46, 0xc7, 0x66, 0x59, 0xd5, 0x0c, 0x63, 0x08, 0x43, 0xd8, 0x8b, 0x0a, 0x97, 0x4b, 0x3a, 0xd8, 0xce, 0x56, 0x36, 0xb0, 0x85, 0x8d, 0x6c, 0x31, 0x96, 0xd7, 0xbd, 0xdc, 0xfd, 0xdf, 0xca, 0xf8, 0xea, 0x00, 0x30, 0xef, 0x6a, 0xeb, 0xa6, 0xbc, 0x6e, 0x58, 0x6b, 0x0e, 0xdf, 0x0d, 0x80, 0x87, 0x9b, 0xf9, 0x28, 0x67, 0xe7, 0x75, 0x43, 0xac, 0xb6, 0xe6, 0xc7, 0x6d, 0xbb, 0x01, 0xf0, 0x0e, 0x80, 0x95, 0x8c, 0x8a, 0x1f, 0x05, 0x28, 0xd3, 0xfb, 0x51, 0x62, 0xc4, 0x88, 0xa6, 0xdc, 0xe1, 0x3b, 0x70, 0xee, 0xd2, 0xdd, 0x00, 0x78, 0x45, 0xfe, 0x2a, 0x1a, 0xf1, 0x43, 0x19, 0x07, 0x53, 0x4d, 0x05, 0x41, 0x7c, 0x18, 0xf8, 0x30, 0x00, 0x43, 0x5e, 0xc3, 0xa2, 0x9d, 0x76, 0xda, 0xa8, 0x67, 0xbb, 0xba, 0xe9, 0x5c, 0xf3, 0xd1, 0xdd, 0x00, 0x78, 0x05, 0xc0, 0x24, 0xde, 0x05, 0xd8, 0x97, 0x29, 0x42, 0x74, 0xbb, 0xf9, 0xf6, 0x5e, 0xfc, 0xcc, 0xfb, 0x7c, 0x24, 0xd3, 0x86, 0x69, 0xee, 0x06, 0xc0, 0xab, 0x29, 0xf8, 0x3b, 0xd6, 0x3d, 0x00, 0x13, 0x19, 0xe3, 0x4a, 0x74, 0xc3, 0xf1, 0x3a, 0x6b, 0x78, 0x55, 0xdd, 0xf4, 0xa8, 0x79, 0xee, 0x6e, 0x00, 0xbc, 0x1a, 0x01, 0x77, 0xf1, 0x7d, 0x80, 0x63, 0xd8, 0x33, 0x43, 0xdf, 0x57, 0x9f, 0xdb, 0x79, 0x5a, 0xdd, 0xb4, 0xd4, 0x3c, 0x70, 0x37, 0x00, 0x5e, 0x01, 0xf0, 0x06, 0x87, 0x83, 0x9f, 0x93, 0xe9, 0x09, 0x40, 0x18, 0x0b, 0x03, 0x4b, 0x43, 0x61, 0x00, 0x7e, 0xca, 0x01, 0x83, 0x76, 0x1e, 0x54, 0x37, 0x85, 0xc6, 0xd4, 0x9c, 0x15, 0xdd, 0x0d, 0x80, 0x27, 0xed, 0x34, 0x77, 0xd2, 0x0b, 0xaa, 0x98, 0x45, 0x19, 0x06, 0x51, 0x9a, 0x84, 0xe8, 0xce, 0x4f, 0x1f, 0xb5, 0xf2, 0x52, 0x0f, 0xd0, 0x0e, 0x80, 0x7f, 0xf8, 0x75, 0x6b, 0x77, 0x03, 0xe0, 0xc5, 0x2a, 0x78, 0x9f, 0xe8, 0x1a, 0x80, 0xfe, 0x9c, 0x80, 0x81, 0x41, 0x84, 0x16, 0x17, 0x00, 0x0c, 0x6a, 0x65, 0xff, 0x19, 0x36, 0xa9, 0x1b, 0x4f, 0x32, 0x9f, 0xdb, 0x0d, 0x80, 0x17, 0x0c, 0xe8, 0x54, 0xfe, 0x0e, 0x30, 0x92, 0x29, 0x00, 0xb4, 0x13, 0x72, 0x05, 0xa0, 0x1a, 0x3f, 0x06, 0xf0, 0x26, 0xcb, 0xd4, 0x8d, 0x3f, 0x31, 0x6f, 0xdf, 0x0d, 0x80, 0x17, 0x00, 0xcc, 0x65, 0x1e, 0xc0, 0xa1, 0x8c, 0x06, 0x0c, 0x5a, 0x89, 0xb8, 0x90, 0xdf, 0xa0, 0x42, 0x96, 0x67, 0x2b, 0x79, 0x5d, 0xdd, 0x78, 0xaf, 0xf9, 0xdd, 0xdd, 0x00, 0x78, 0x01, 0xc0, 0x93, 0x9c, 0x06, 0x70, 0x3c, 0x7b, 0x60, 0x60, 0xd0, 0x44, 0xcc, 0x15, 0x80, 0x32, 0xca, 0x31, 0x80, 0x8d, 0x3c, 0xa3, 0x6e, 0x7c, 0xc3, 0x9c, 0xb6, 0x1b, 0x00, 0x2f, 0x00, 0xf8, 0x2f, 0xfb, 0x02, 0x9c, 0x49, 0x0d, 0x06, 0xd0, 0x98, 0x20, 0xfd, 0xc4, 0x3f, 0x03, 0x54, 0x02, 0x06, 0xcd, 0x3c, 0xa4, 0x6e, 0xdc, 0x61, 0xf6, 0xdb, 0x0d, 0x40, 0xd1, 0xdb, 0xaf, 0x7a, 0xb4, 0xed, 0xc2, 0x07, 0x65, 0xcc, 0xc6, 0x07, 0x58, 0x34, 0xb9, 0x92, 0x1f, 0xfc, 0x54, 0x8b, 0x52, 0xe2, 0x5e, 0x5b, 0x37, 0xd4, 0xdf, 0xdc, 0xbe, 0x1b, 0x80, 0x62, 0xfb, 0xff, 0x54, 0xde, 0x04, 0x18, 0xc4, 0x09, 0x80, 0x41, 0x07, 0xad, 0x69, 0x00, 0x30, 0xa8, 0x91, 0xfd, 0x47, 0xd9, 0xa1, 0x6e, 0x3e, 0xc2, 0x5c, 0xf4, 0xff, 0x21, 0x00, 0xf3, 0x83, 0x97, 0x44, 0x3c, 0x04, 0xe0, 0x52, 0xfe, 0x00, 0xf0, 0x35, 0x26, 0x61, 0x00, 0x11, 0x42, 0x69, 0x01, 0xa8, 0x12, 0x05, 0xdd, 0x4b, 0xac, 0x56, 0x2f, 0xf8, 0xdd, 0xba, 0x7b, 0x3d, 0x6b, 0xc7, 0x28, 0x63, 0x74, 0xdd, 0xdf, 0xbf, 0x02, 0x00, 0x98, 0x67, 0x71, 0x27, 0x73, 0xcd, 0x7b, 0x3c, 0x7b, 0xde, 0x1f, 0xb9, 0x04, 0xe0, 0x08, 0x46, 0x00, 0x06, 0xa1, 0x24, 0x19, 0x28, 0x51, 0x0e, 0x0a, 0x00, 0xf0, 0x21, 0x6f, 0xa9, 0x9b, 0x6f, 0x33, 0xaf, 0xf4, 0x68, 0x29, 0xf8, 0x1d, 0x6e, 0xa7, 0x9a, 0x7b, 0xf8, 0xbe, 0xd9, 0xd1, 0x8d, 0x01, 0x30, 0x7d, 0xdc, 0xc8, 0x55, 0x18, 0xc0, 0x23, 0x15, 0x97, 0xfd, 0xac, 0xc1, 0x93, 0x67, 0xbe, 0xa5, 0xc4, 0xff, 0x99, 0x0c, 0xc0, 0x00, 0xda, 0x88, 0xa6, 0xe9, 0xff, 0x06, 0x65, 0x04, 0x31, 0x80, 0xff, 0xf1, 0x4f, 0x75, 0xf3, 0x73, 0xe6, 0x49, 0x1e, 0xb4, 0x60, 0x2f, 0xee, 0xe7, 0x68, 0x39, 0x78, 0x81, 0x73, 0xcd, 0x9d, 0xdd, 0x14, 0x80, 0x5f, 0xf6, 0x0c, 0xfd, 0x85, 0xf8, 0x0b, 0x7f, 0xce, 0x79, 0xe6, 0x5b, 0x1e, 0x40, 0xda, 0x40, 0x0d, 0xc0, 0xf9, 0x54, 0x60, 0x00, 0x2d, 0xa2, 0x03, 0x72, 0x97, 0x83, 0x94, 0x20, 0xfa, 0x25, 0x0f, 0xab, 0xdb, 0xd7, 0x98, 0xfb, 0x16, 0xdb, 0x82, 0x79, 0x17, 0x5a, 0x77, 0x88, 0x0a, 0x4a, 0x9e, 0xe9, 0x3b, 0x75, 0xee, 0xc7, 0xdd, 0x10, 0x80, 0x1b, 0x46, 0x46, 0x9f, 0x76, 0x5a, 0xad, 0x80, 0x0e, 0xe3, 0xfa, 0xd1, 0x37, 0x15, 0xa7, 0x10, 0x33, 0xf7, 0xe3, 0x53, 0x80, 0x0a, 0xce, 0x97, 0xe6, 0x36, 0xbb, 0x90, 0x3e, 0x2e, 0x07, 0x55, 0x02, 0x10, 0xe5, 0x0f, 0x58, 0x50, 0xb4, 0x61, 0xd2, 0x1c, 0xc0, 0x7c, 0x4e, 0x4d, 0x39, 0xdd, 0xc2, 0x05, 0xe6, 0x53, 0xdd, 0x0c, 0x00, 0x73, 0x2a, 0xff, 0xa2, 0xb7, 0xcb, 0x17, 0x6f, 0x70, 0xbe, 0xf9, 0x45, 0x11, 0xfd, 0xef, 0x74, 0xeb, 0x6f, 0x00, 0x43, 0x39, 0x5e, 0x44, 0xcc, 0xd6, 0xb4, 0xfd, 0x1f, 0x7c, 0xb2, 0x12, 0x80, 0xfb, 0x69, 0x02, 0x8a, 0x33, 0x4c, 0x9a, 0xa7, 0x32, 0x9f, 0x01, 0x6a, 0x3f, 0xc0, 0x81, 0xec, 0xe2, 0xbf, 0xf6, 0x57, 0x51, 0xe3, 0xfb, 0x75, 0xf3, 0xbb, 0x11, 0x00, 0xe6, 0xd1, 0x3c, 0x4d, 0x0f, 0xb5, 0x3f, 0x8c, 0x83, 0x59, 0xc5, 0x0a, 0xd5, 0x03, 0x01, 0x1a, 0xb9, 0xcc, 0xfc, 0x6b, 0xc1, 0x4f, 0xbe, 0x9e, 0xeb, 0x00, 0x26, 0x70, 0x30, 0x06, 0x10, 0x25, 0x94, 0x01, 0x00, 0x83, 0x4a, 0xd9, 0x7b, 0x06, 0xa5, 0x08, 0x35, 0xce, 0xa9, 0x7b, 0xac, 0xa0, 0xdf, 0xad, 0xe5, 0x56, 0xb4, 0x22, 0xa3, 0x17, 0x47, 0xb3, 0x1f, 0xf0, 0x1e, 0xaf, 0x39, 0x16, 0x28, 0xe6, 0xcf, 0xba, 0x09, 0x00, 0xf3, 0xce, 0xb4, 0x1e, 0x56, 0x6a, 0x18, 0x83, 0x03, 0x18, 0x83, 0x0f, 0x8b, 0x0d, 0xbc, 0x45, 0x38, 0x7e, 0xc9, 0x9f, 0xaa, 0x7f, 0xf8, 0xd3, 0x96, 0xfc, 0x9f, 0x7c, 0x6b, 0x75, 0xcb, 0xd3, 0xcc, 0x00, 0x98, 0xc1, 0x70, 0x11, 0x42, 0xc3, 0x19, 0x01, 0x28, 0xc7, 0x0f, 0xc0, 0x3b, 0xca, 0x86, 0x09, 0x0f, 0x04, 0xaf, 0xba, 0x76, 0x4b, 0xde, 0x6f, 0x74, 0x94, 0x75, 0x3f, 0xc3, 0x6c, 0x22, 0x8d, 0x63, 0x3a, 0x55, 0x80, 0x05, 0x7c, 0xc6, 0x3f, 0xd0, 0x62, 0xd0, 0xed, 0xe6, 0x95, 0xf1, 0x7e, 0xd6, 0x65, 0x00, 0x98, 0x17, 0x71, 0x8f, 0x7a, 0xeb, 0x20, 0x53, 0xd8, 0x4b, 0x9f, 0x6f, 0xe5, 0x2d, 0x36, 0xc7, 0x2f, 0x5b, 0xcd, 0x6c, 0xf3, 0x83, 0xdc, 0x5b, 0x76, 0xfd, 0xc1, 0xb1, 0x63, 0x39, 0x96, 0xa9, 0xb6, 0xfb, 0xc3, 0x19, 0xf4, 0x05, 0x20, 0x4c, 0x47, 0x1a, 0x45, 0x84, 0xfa, 0x0c, 0x12, 0xc0, 0x00, 0x56, 0xf3, 0x6f, 0xfb, 0x59, 0x16, 0xcb, 0x78, 0x99, 0x7f, 0x8f, 0x79, 0x39, 0xb7, 0xd9, 0xe8, 0xf6, 0xca, 0xc6, 0x9b, 0xf9, 0x81, 0x4d, 0x9b, 0x6a, 0x66, 0x30, 0x12, 0x43, 0xc8, 0x0f, 0xb0, 0x89, 0xa7, 0xd0, 0x7d, 0xe9, 0x5e, 0xf3, 0x92, 0x62, 0x20, 0xf0, 0x00, 0x80, 0x79, 0x73, 0xac, 0x05, 0xf8, 0x54, 0x53, 0xa7, 0x32, 0x30, 0xe1, 0xbb, 0x28, 0x2b, 0xa9, 0x27, 0x66, 0x1f, 0x86, 0xb9, 0xd6, 0xbc, 0x2d, 0x7b, 0x73, 0xcd, 0x51, 0x9c, 0xcf, 0x79, 0xec, 0x9d, 0xd8, 0xd0, 0x8b, 0x08, 0xc8, 0x2a, 0x20, 0x9a, 0xa1, 0xff, 0x1b, 0x04, 0x44, 0x10, 0xdd, 0x42, 0x0a, 0xd7, 0xdb, 0xcc, 0xa3, 0xbe, 0x87, 0xe7, 0xbe, 0x9f, 0xf9, 0xd7, 0xaf, 0x3f, 0x24, 0xf6, 0x00, 0xa3, 0xed, 0xa3, 0xfd, 0x98, 0x21, 0x02, 0x90, 0xb3, 0xd9, 0x3b, 0x79, 0x86, 0xad, 0xf6, 0xc1, 0x5d, 0xe6, 0xe5, 0x5d, 0x08, 0x80, 0x79, 0x06, 0x8f, 0xa8, 0xb5, 0x4f, 0x4f, 0x0e, 0xa3, 0x4f, 0xca, 0xf7, 0x16, 0xdb, 0x78, 0x13, 0x07, 0xef, 0x79, 0x31, 0x78, 0xe1, 0xb5, 0x9b, 0xd2, 0x3d, 0xed, 0xa6, 0xbe, 0xe1, 0xf3, 0x38, 0x9f, 0x43, 0x52, 0xbf, 0xe9, 0xc5, 0xd9, 0x42, 0xe2, 0x56, 0xac, 0x8c, 0x00, 0xf8, 0x28, 0x17, 0xb4, 0xef, 0xa7, 0xd5, 0xed, 0x47, 0x56, 0xb2, 0x80, 0x7b, 0xcc, 0x5d, 0xee, 0x2b, 0xf8, 0x4d, 0xd7, 0x72, 0xad, 0xac, 0xe5, 0x08, 0x72, 0x34, 0xe3, 0x45, 0xfb, 0x04, 0x10, 0x93, 0x5f, 0xb1, 0x80, 0x26, 0xfe, 0x83, 0x36, 0xb6, 0xfd, 0xda, 0xfc, 0x69, 0x17, 0x01, 0x60, 0x9e, 0xcc, 0x93, 0x8a, 0x45, 0xf4, 0xe1, 0x30, 0x2d, 0x2a, 0x87, 0x69, 0xa5, 0x9a, 0xa0, 0xbe, 0x2a, 0xc4, 0x12, 0x3e, 0x8f, 0xdf, 0xb4, 0x8d, 0x8b, 0xcc, 0x7f, 0xb9, 0x08, 0xb1, 0xfb, 0x44, 0xaf, 0xe0, 0x22, 0xd1, 0xa6, 0x39, 0xb6, 0x2a, 0xf6, 0x62, 0x2f, 0x06, 0x52, 0x2d, 0x2f, 0xdf, 0x96, 0x66, 0x0d, 0x1c, 0x97, 0x83, 0xca, 0x65, 0xbf, 0x83, 0x1d, 0xac, 0x67, 0x0d, 0xeb, 0x52, 0x07, 0x5d, 0x33, 0x7f, 0xe2, 0xb7, 0xe6, 0xe7, 0x49, 0x2d, 0x18, 0x1d, 0x7d, 0x90, 0x83, 0xed, 0xa3, 0x3d, 0x39, 0x51, 0x3a, 0x94, 0x05, 0x58, 0xc2, 0xf7, 0x7d, 0x6a, 0xb0, 0x03, 0x2d, 0xbc, 0xc8, 0x7f, 0xed, 0x27, 0xdf, 0x60, 0xce, 0xed, 0x02, 0x00, 0xcc, 0x69, 0xfc, 0x47, 0x39, 0xc9, 0xf6, 0xe4, 0x08, 0x7a, 0x69, 0xce, 0xdf, 0x26, 0x84, 0xab, 0xd0, 0x8f, 0x8f, 0xb1, 0x96, 0x25, 0x44, 0xe2, 0xc3, 0xe2, 0xf7, 0xfc, 0xd4, 0x0c, 0x39, 0x86, 0xfd, 0xc4, 0xd8, 0x4f, 0x39, 0x43, 0x66, 0x4f, 0xd9, 0xfc, 0x0c, 0x66, 0x18, 0x7b, 0x52, 0x8b, 0x0f, 0xa7, 0xf3, 0x55, 0x5b, 0xc6, 0xfe, 0x0f, 0x06, 0x15, 0x24, 0x7a, 0x4c, 0x84, 0xd9, 0xc4, 0x27, 0xac, 0x14, 0x3b, 0x71, 0x7c, 0x8d, 0xc2, 0x93, 0xdc, 0x64, 0xd6, 0xdb, 0xcb, 0x3d, 0xe3, 0x87, 0xd6, 0x8d, 0xb2, 0x88, 0xc0, 0x60, 0x1a, 0x87, 0x48, 0x73, 0x2c, 0xd0, 0x7e, 0x77, 0x96, 0x40, 0xa0, 0x9e, 0xde, 0xc4, 0x2b, 0x7c, 0x2a, 0x10, 0x18, 0x3f, 0xa8, 0xfb, 0x5d, 0x27, 0x03, 0x60, 0xee, 0xc7, 0x3b, 0x6a, 0x5e, 0xac, 0x66, 0xba, 0xee, 0x2b, 0x2d, 0x8e, 0xd7, 0x0c, 0x52, 0xa3, 0xfb, 0x8b, 0xc5, 0x2e, 0xde, 0xc6, 0xb1, 0x82, 0xff, 0xd8, 0x77, 0xee, 0xdc, 0xe5, 0xc2, 0xf1, 0x6f, 0xe5, 0xe4, 0xc4, 0x46, 0x0d, 0x60, 0x04, 0xc3, 0xa8, 0x94, 0xbb, 0x9d, 0x2e, 0x28, 0x51, 0xda, 0xb3, 0x02, 0x50, 0x26, 0x90, 0x25, 0x7a, 0x0b, 0xc5, 0x58, 0x4b, 0x3d, 0x6b, 0x12, 0x5d, 0x18, 0x63, 0x3c, 0xcc, 0x75, 0xe6, 0x17, 0xbf, 0x18, 0xd6, 0xb1, 0x80, 0x23, 0xed, 0x93, 0xbd, 0x99, 0xc5, 0x1e, 0x8e, 0xbe, 0x1f, 0x93, 0x59, 0xcc, 0x92, 0x4f, 0xc3, 0xe6, 0x51, 0x34, 0xf2, 0x8a, 0xbd, 0x32, 0x88, 0x1a, 0xa7, 0xd4, 0x3d, 0xdb, 0x89, 0x00, 0xdc, 0xdc, 0xbb, 0xfd, 0x6d, 0x46, 0xda, 0x9c, 0xb2, 0xbf, 0x34, 0xad, 0xd9, 0x29, 0x78, 0x02, 0x3e, 0x6a, 0x1c, 0xac, 0x28, 0xc2, 0xc7, 0xac, 0x8c, 0xb3, 0x83, 0x36, 0xae, 0x2c, 0x7b, 0x2c, 0x5c, 0xc7, 0xa5, 0x8e, 0x4b, 0xa8, 0x64, 0x34, 0xfb, 0xd1, 0x03, 0x3f, 0xa9, 0x7e, 0x3f, 0x16, 0x31, 0x3a, 0x34, 0x27, 0x36, 0xd2, 0x2a, 0xe4, 0xc0, 0x87, 0xdf, 0xe1, 0xb8, 0xe8, 0x7c, 0x4a, 0x3b, 0x1f, 0xb1, 0x98, 0x66, 0x67, 0x23, 0x43, 0x3c, 0xca, 0x69, 0xe2, 0x50, 0x01, 0x4c, 0x64, 0xba, 0x34, 0x28, 0xb9, 0xef, 0x3b, 0xff, 0x06, 0xc4, 0x29, 0xa6, 0x91, 0xe7, 0x59, 0xa7, 0x4e, 0x35, 0xf9, 0x8e, 0xc8, 0x7f, 0xc9, 0x57, 0x20, 0x00, 0xf3, 0x83, 0x9b, 0x9e, 0x57, 0xca, 0x29, 0x1f, 0xd3, 0x18, 0xa2, 0x19, 0x6b, 0xbb, 0xcb, 0xb5, 0x71, 0x56, 0x64, 0x60, 0xb1, 0x91, 0x77, 0x9c, 0x53, 0x63, 0xbb, 0xcc, 0x98, 0x32, 0xd1, 0x8e, 0x67, 0x38, 0x41, 0x52, 0x7d, 0xde, 0x94, 0xfb, 0x6d, 0x2c, 0x4b, 0xcf, 0x4f, 0xfd, 0xf4, 0x69, 0x86, 0xe1, 0x84, 0x21, 0xca, 0x2a, 0xde, 0x8e, 0x4b, 0x31, 0x09, 0x6d, 0x9d, 0x65, 0x0b, 0xff, 0x58, 0xf2, 0xbb, 0xce, 0xbe, 0xef, 0x04, 0x21, 0x20, 0xcf, 0xdc, 0xce, 0xb3, 0xb6, 0x2f, 0xea, 0xba, 0xe0, 0xa1, 0xe9, 0x05, 0x0c, 0x4f, 0x01, 0x30, 0xef, 0xe3, 0x62, 0xbb, 0xbf, 0x8c, 0x4e, 0xe2, 0xfd, 0xa9, 0x5b, 0x90, 0x1e, 0x9a, 0x29, 0x40, 0x0b, 0xef, 0xb2, 0x3e, 0xe5, 0x9a, 0x81, 0x4c, 0x60, 0xb0, 0xee, 0xf7, 0x71, 0xc0, 0xa2, 0x44, 0xb3, 0x88, 0x9d, 0xd9, 0x3f, 0xfd, 0x09, 0xc7, 0xf1, 0x59, 0xe9, 0x25, 0xdb, 0x68, 0x23, 0xdb, 0x68, 0x8e, 0x93, 0xb8, 0x0f, 0xe7, 0xb4, 0x9b, 0x48, 0xfe, 0xf8, 0xa7, 0xa1, 0x21, 0x58, 0xc7, 0x73, 0xf6, 0x98, 0x5a, 0xc2, 0x74, 0xb3, 0xb5, 0xe4, 0x00, 0x98, 0xe3, 0x91, 0xa1, 0xd6, 0x97, 0xe3, 0xe5, 0x11, 0x1d, 0x34, 0x64, 0xf8, 0x09, 0xbf, 0xb0, 0x22, 0x45, 0x86, 0x0e, 0x3e, 0xe5, 0xfd, 0xf8, 0x6a, 0x92, 0xde, 0x1c, 0xca, 0x90, 0x14, 0x3f, 0xcf, 0x28, 0x51, 0x3a, 0xf2, 0x22, 0x74, 0xe6, 0xb1, 0x60, 0xe8, 0xf9, 0xc8, 0x26, 0xab, 0xc5, 0x32, 0x5e, 0x15, 0x11, 0xb9, 0x8c, 0x13, 0x15, 0x47, 0xcd, 0xc8, 0x7a, 0x12, 0x3f, 0xfd, 0x04, 0xe4, 0xe8, 0x75, 0x96, 0xd8, 0x8f, 0xfd, 0x86, 0xf9, 0x74, 0x27, 0x8e, 0x00, 0x83, 0x63, 0x45, 0x57, 0x65, 0xd1, 0x48, 0x87, 0xeb, 0x0f, 0xd8, 0xc4, 0xa9, 0xa4, 0x4a, 0xff, 0xa0, 0xc5, 0x4e, 0xde, 0x64, 0x27, 0x50, 0xcd, 0x21, 0x0c, 0xd7, 0x72, 0x85, 0xba, 0x3a, 0x46, 0x47, 0xc6, 0xd5, 0x2e, 0x45, 0x8e, 0x08, 0x27, 0x59, 0x23, 0xbc, 0xc7, 0x3b, 0xec, 0xc9, 0xc9, 0xda, 0x9a, 0xec, 0x36, 0xed, 0xba, 0x41, 0x61, 0xe8, 0xa9, 0x6b, 0x33, 0x8f, 0xdb, 0xef, 0xfe, 0x98, 0x79, 0x4e, 0xe7, 0xb0, 0xa0, 0x5a, 0x96, 0xaa, 0x95, 0x6a, 0x35, 0x27, 0x4b, 0x43, 0xa2, 0x34, 0xa4, 0xc8, 0xdb, 0x89, 0x2f, 0x1e, 0xa4, 0xda, 0xc1, 0x91, 0x43, 0x2c, 0xa3, 0x82, 0x51, 0x94, 0x25, 0xc8, 0x2a, 0x51, 0xf1, 0xfa, 0xf4, 0x82, 0xd0, 0xc9, 0x9f, 0x38, 0xec, 0x08, 0xce, 0x95, 0x6d, 0x9b, 0x0e, 0x38, 0x73, 0xf6, 0xfd, 0x74, 0xac, 0xc7, 0xfe, 0x5b, 0xa6, 0xe7, 0xf0, 0x47, 0xf8, 0x52, 0xed, 0xae, 0xad, 0x98, 0x90, 0xaf, 0x09, 0xaa, 0x60, 0x29, 0xc8, 0x3c, 0x9c, 0xd7, 0x94, 0xa0, 0x3c, 0x82, 0x49, 0xba, 0x29, 0x2d, 0x49, 0x8f, 0x4e, 0x26, 0x82, 0xa1, 0xa5, 0xa2, 0x54, 0xc7, 0x72, 0xd5, 0xef, 0x2d, 0x4f, 0xc8, 0xed, 0x76, 0xd6, 0x49, 0x3c, 0x23, 0xe1, 0xc5, 0xad, 0x1c, 0xa7, 0x5d, 0x2b, 0x61, 0x0a, 0xf6, 0xc9, 0xd1, 0xf3, 0xac, 0x94, 0x75, 0x85, 0x6f, 0xda, 0xdc, 0xb7, 0x3b, 0x73, 0x1d, 0x70, 0x3b, 0x57, 0xa8, 0xbd, 0x63, 0x18, 0x24, 0x8d, 0x69, 0xd2, 0x8b, 0xad, 0xf4, 0x64, 0x29, 0xa7, 0x32, 0x85, 0xfc, 0x31, 0x22, 0x79, 0xf2, 0xfb, 0xfc, 0xc6, 0x88, 0x1b, 0x41, 0x8d, 0x04, 0x60, 0x14, 0xeb, 0x89, 0x66, 0xe9, 0xf5, 0xf6, 0xa7, 0x4f, 0x73, 0xff, 0x65, 0xbc, 0x68, 0x13, 0xe4, 0x6a, 0xf3, 0x97, 0x9d, 0xba, 0x10, 0xbb, 0xb3, 0x7c, 0xe7, 0x12, 0xbe, 0xa6, 0x6c, 0x55, 0x33, 0x45, 0x9a, 0xb4, 0xd9, 0x50, 0x66, 0x82, 0x04, 0xa9, 0xd2, 0xaf, 0x0f, 0x31, 0xc2, 0x44, 0x3d, 0x22, 0x74, 0x26, 0xd6, 0xe3, 0xf6, 0x69, 0xe8, 0x7e, 0x9c, 0xdb, 0xb4, 0x6b, 0x13, 0x2d, 0x28, 0x47, 0x3b, 0x79, 0xd8, 0x66, 0x58, 0xaf, 0x8d, 0x99, 0x51, 0x88, 0xe5, 0xaf, 0x28, 0x55, 0xc4, 0xf5, 0x13, 0x62, 0xef, 0x2a, 0x8e, 0x32, 0x8c, 0xc3, 0xe5, 0x51, 0xa1, 0x8c, 0xf6, 0xaa, 0xb8, 0x4c, 0x52, 0x29, 0x2f, 0x61, 0x2b, 0x97, 0xbd, 0xe7, 0xfa, 0x6e, 0xac, 0xc7, 0xed, 0xd3, 0xa7, 0x57, 0x1a, 0xb9, 0xb0, 0x1e, 0x35, 0xf9, 0xaa, 0x45, 0x58, 0x84, 0xbf, 0xd8, 0xdc, 0x7f, 0x1b, 0x07, 0x9a, 0x1b, 0xbb, 0x42, 0x19, 0x67, 0x52, 0xa7, 0xf6, 0xa6, 0x33, 0x54, 0x2f, 0xc7, 0x22, 0x39, 0x11, 0xa7, 0x1c, 0x43, 0x18, 0x56, 0xa9, 0xb8, 0xbe, 0x91, 0x13, 0x41, 0x33, 0x7f, 0x93, 0xfa, 0x7d, 0x99, 0x3e, 0xf3, 0x22, 0xcb, 0x65, 0xd7, 0x38, 0xa5, 0xee, 0x9f, 0x5d, 0xa3, 0x0d, 0x0d, 0xf0, 0xa6, 0x9a, 0x83, 0xcb, 0x98, 0x29, 0xd6, 0x58, 0x8b, 0x06, 0x07, 0x7f, 0xf7, 0xbe, 0x47, 0x7b, 0xc1, 0x7a, 0x0a, 0xff, 0x26, 0xa8, 0x49, 0xb6, 0x2a, 0x6e, 0xf0, 0xb9, 0xdd, 0xfc, 0x49, 0xd7, 0xd9, 0x03, 0x46, 0xf1, 0x81, 0xd2, 0x21, 0x0e, 0x61, 0xba, 0x0c, 0xe7, 0x70, 0x4e, 0x6c, 0xa8, 0x54, 0x52, 0x7e, 0xaa, 0xac, 0xef, 0x1d, 0x08, 0x3e, 0xad, 0x86, 0xdb, 0xc5, 0x43, 0xb6, 0xec, 0xff, 0x01, 0x53, 0xcc, 0x70, 0x57, 0x5a, 0xc4, 0xae, 0xb0, 0x24, 0x08, 0xe2, 0x70, 0x86, 0xcb, 0x43, 0x5b, 0x72, 0x64, 0x43, 0xa5, 0x1a, 0x23, 0xde, 0xf6, 0xfa, 0xf8, 0x94, 0x1d, 0xd4, 0x9a, 0xec, 0x47, 0x6c, 0xfd, 0x4f, 0x8b, 0x7f, 0xe2, 0x75, 0xab, 0xbb, 0xd4, 0x24, 0x69, 0xfa, 0x78, 0x89, 0xa3, 0x94, 0x6c, 0x7c, 0x8a, 0x38, 0xc7, 0x5a, 0x0e, 0x07, 0xf2, 0x52, 0x12, 0xba, 0xf3, 0x58, 0x0f, 0x09, 0xdc, 0xff, 0x55, 0x5b, 0x17, 0x83, 0x71, 0x41, 0xdd, 0x43, 0xc5, 0x50, 0xcf, 0x1b, 0xa3, 0xfc, 0xde, 0x2c, 0x55, 0xea, 0xdc, 0x41, 0x1c, 0x27, 0x8f, 0x8c, 0x24, 0x58, 0xae, 0x3a, 0x8f, 0x19, 0x79, 0xdd, 0xeb, 0x9d, 0x93, 0xaf, 0x4d, 0xac, 0x4f, 0xd1, 0x06, 0xbd, 0xc7, 0xcd, 0xb3, 0x8b, 0xa3, 0x9d, 0x57, 0x6e, 0x29, 0x17, 0x5b, 0xf7, 0xa9, 0xbd, 0x29, 0xe2, 0x41, 0x60, 0x87, 0x11, 0x75, 0x1e, 0xd7, 0x37, 0x4a, 0xd0, 0xeb, 0x2d, 0xc7, 0xe4, 0x6b, 0xab, 0xf2, 0x1a, 0xf8, 0x8b, 0xad, 0x76, 0xff, 0x8c, 0x83, 0xcc, 0xc6, 0x6e, 0x01, 0x40, 0x3c, 0x88, 0xc8, 0xc7, 0x37, 0xb4, 0x6d, 0xb8, 0x29, 0x85, 0x33, 0x97, 0x96, 0x0d, 0x95, 0x62, 0xda, 0x55, 0x7f, 0xfd, 0x32, 0xf9, 0x5a, 0x44, 0x79, 0x12, 0x11, 0xf8, 0x23, 0xbe, 0x23, 0xe6, 0xbe, 0x5b, 0x2c, 0xdd, 0x3c, 0x03, 0xe0, 0xa6, 0xfe, 0xe1, 0x65, 0x4a, 0x31, 0x3a, 0x90, 0x13, 0x44, 0x1a, 0xea, 0xe8, 0x44, 0x36, 0x54, 0x3a, 0xd6, 0xa3, 0x64, 0x1f, 0x43, 0x14, 0xd8, 0x6f, 0xb1, 0xd8, 0x26, 0xdd, 0x95, 0x75, 0xb7, 0x15, 0x4f, 0x37, 0x2f, 0x7d, 0x43, 0x25, 0x94, 0x14, 0x0e, 0x55, 0x1a, 0x0a, 0xed, 0xc9, 0x5f, 0x7a, 0x36, 0x54, 0x9a, 0x69, 0x37, 0x3e, 0xf9, 0x1a, 0xa2, 0x2b, 0xfa, 0x82, 0xa7, 0xed, 0xb3, 0xff, 0x31, 0x4f, 0x28, 0xce, 0x27, 0xce, 0x73, 0x00, 0xc0, 0x7c, 0x98, 0xf3, 0xd4, 0x43, 0x4f, 0xa3, 0xb7, 0x48, 0x43, 0x2d, 0x25, 0x64, 0x43, 0xa5, 0x94, 0xf8, 0xe3, 0x47, 0x65, 0xf8, 0x64, 0xbf, 0x99, 0x47, 0x6d, 0xcb, 0xd7, 0x56, 0x0e, 0x30, 0x37, 0x7b, 0x41, 0x33, 0x4f, 0x01, 0xb8, 0xb9, 0x77, 0xfb, 0xc7, 0x2a, 0x97, 0x46, 0x3f, 0x66, 0x89, 0x53, 0x47, 0x36, 0x57, 0xda, 0xce, 0x52, 0x36, 0x14, 0x0a, 0x45, 0x10, 0xbf, 0x1c, 0x85, 0x79, 0xce, 0xf6, 0x6e, 0x8a, 0x19, 0xc7, 0xd7, 0xbd, 0xe8, 0x0d, 0xcd, 0x3c, 0x0e, 0xd0, 0x30, 0x8f, 0xe3, 0x79, 0xf5, 0xcc, 0x89, 0x1c, 0x24, 0x24, 0x0a, 0x79, 0x68, 0x58, 0xec, 0x4c, 0xd6, 0x63, 0x69, 0xf6, 0xa3, 0x8e, 0x96, 0xa1, 0x73, 0x00, 0x7a, 0x15, 0xf6, 0x44, 0x29, 0x42, 0x94, 0x24, 0x9c, 0x28, 0xc0, 0x05, 0xda, 0xb9, 0xa3, 0xb5, 0xe4, 0x86, 0xc5, 0xe2, 0x55, 0x6c, 0xe9, 0xbe, 0xf1, 0x51, 0x26, 0xfb, 0x8d, 0x3c, 0x6c, 0x5b, 0x3b, 0x9e, 0x36, 0xbf, 0xd1, 0x4d, 0x01, 0x30, 0xa7, 0xf1, 0x9a, 0x7a, 0xe6, 0x54, 0xc6, 0xc9, 0x0f, 0xb4, 0xd3, 0xf1, 0x95, 0x51, 0x36, 0xb8, 0xbb, 0x9f, 0xd8, 0x1e, 0x72, 0x1f, 0xf2, 0x86, 0xfd, 0xa2, 0xa7, 0x98, 0xcf, 0x74, 0x43, 0x00, 0x1e, 0xf7, 0xaf, 0x78, 0x9f, 0x03, 0x00, 0x7a, 0x71, 0xa6, 0x38, 0xa2, 0xc4, 0x72, 0x70, 0x25, 0x2c, 0x4c, 0xd9, 0x90, 0x6c, 0x54, 0x8c, 0x15, 0xdc, 0xdf, 0x33, 0x7f, 0x6f, 0x68, 0xd7, 0xa5, 0x0e, 0x9e, 0xb0, 0xbd, 0x89, 0xbe, 0x60, 0xac, 0xd9, 0xdc, 0xed, 0x00, 0x30, 0x7f, 0xc0, 0x1d, 0x6a, 0x6f, 0x26, 0x83, 0xb5, 0x81, 0x26, 0xe6, 0xa9, 0xf0, 0xe9, 0x4b, 0xf1, 0xf0, 0xb1, 0x12, 0x80, 0xb0, 0x88, 0xb9, 0x1a, 0x57, 0x8a, 0x19, 0x0f, 0x7e, 0xca, 0xe4, 0x68, 0x0b, 0x4f, 0xd8, 0xce, 0xf6, 0xbf, 0x30, 0xaf, 0xeb, 0x66, 0x00, 0x98, 0xbd, 0x58, 0xab, 0x3c, 0x74, 0xf7, 0x65, 0x86, 0x90, 0x28, 0x42, 0xc4, 0x33, 0xe1, 0xd3, 0xf6, 0x72, 0xb3, 0x92, 0x7a, 0x7e, 0xf2, 0x66, 0x49, 0x6f, 0x55, 0x30, 0x78, 0x35, 0x15, 0xfb, 0x04, 0xde, 0x85, 0x48, 0x78, 0x64, 0x53, 0xd9, 0xbe, 0xd7, 0x6c, 0xeb, 0x5e, 0x00, 0xfc, 0x9c, 0x1b, 0x00, 0x82, 0x9c, 0x49, 0xad, 0x3c, 0xb8, 0xad, 0x68, 0x2f, 0x07, 0xdb, 0x78, 0x1e, 0xc0, 0x48, 0x22, 0x7e, 0x26, 0xf2, 0x8b, 0xb4, 0x48, 0x44, 0x9b, 0xd9, 0x8b, 0x9d, 0x8a, 0xcb, 0x65, 0xbf, 0x95, 0xbf, 0x20, 0x6e, 0xdd, 0x45, 0x44, 0x05, 0x94, 0x00, 0x80, 0x5b, 0xab, 0x5b, 0x3e, 0xa7, 0x1f, 0xc0, 0x04, 0x26, 0x89, 0xe2, 0x2a, 0x92, 0x60, 0xef, 0x2d, 0x94, 0xeb, 0xfb, 0x84, 0xf8, 0xc9, 0x04, 0x0f, 0xd3, 0x46, 0x88, 0x10, 0x16, 0x41, 0x82, 0x04, 0xa9, 0xd6, 0xc6, 0x12, 0x92, 0x40, 0xe8, 0xf0, 0x00, 0x84, 0xa0, 0x4c, 0xc5, 0x31, 0x3e, 0x40, 0x7c, 0x4f, 0x5a, 0x83, 0xfb, 0xe5, 0xeb, 0x09, 0x5a, 0x4a, 0x65, 0xdc, 0x8f, 0xb9, 0x4d, 0x0d, 0xd6, 0x73, 0xa8, 0x96, 0x55, 0x70, 0x9b, 0x07, 0x5c, 0xdf, 0x2f, 0x39, 0xb0, 0xe2, 0x64, 0x69, 0xe2, 0x0b, 0xd6, 0xf0, 0x19, 0xa9, 0x11, 0x7f, 0x95, 0x0c, 0x65, 0x3f, 0x86, 0xd2, 0xdb, 0xe1, 0x14, 0xaf, 0x16, 0x83, 0xe1, 0xa4, 0x29, 0xba, 0x90, 0xa9, 0xd8, 0x76, 0xde, 0x6a, 0xe3, 0x11, 0xfb, 0xb7, 0x7f, 0x67, 0xfe, 0xa0, 0x9b, 0x00, 0x70, 0x67, 0xf9, 0xce, 0x35, 0x0c, 0x06, 0x18, 0xcf, 0x14, 0x99, 0x28, 0xf3, 0xe9, 0xff, 0xe9, 0x92, 0xcf, 0x04, 0x12, 0x44, 0xce, 0x36, 0x56, 0xf0, 0x8e, 0xed, 0x87, 0x90, 0x61, 0xab, 0x64, 0x12, 0x63, 0x74, 0xc0, 0x88, 0xda, 0xda, 0x89, 0x14, 0x39, 0x15, 0x97, 0x89, 0x2f, 0x90, 0x15, 0xcf, 0x43, 0x11, 0x62, 0x68, 0xb1, 0xc9, 0x70, 0x3c, 0x02, 0xc0, 0xfc, 0x2e, 0xf3, 0x95, 0xcc, 0x7c, 0x0e, 0x3d, 0x84, 0x5b, 0x87, 0xe4, 0x07, 0x0a, 0x15, 0x3e, 0x03, 0xda, 0x57, 0x5a, 0xc5, 0x64, 0xbd, 0xc9, 0xfb, 0x79, 0x69, 0xbf, 0xf6, 0xe6, 0x48, 0xf6, 0x70, 0xbc, 0x60, 0x94, 0x36, 0x51, 0xa9, 0x15, 0x36, 0x21, 0xab, 0x31, 0x60, 0x01, 0x21, 0x1e, 0xb3, 0x75, 0x42, 0x57, 0x99, 0xb7, 0x74, 0x0f, 0x00, 0x96, 0x30, 0x11, 0x60, 0x0c, 0xd3, 0xb4, 0x2a, 0x3a, 0x52, 0x94, 0xf0, 0x19, 0xd0, 0x0e, 0xbb, 0x16, 0xed, 0x2c, 0xe4, 0xbd, 0xd4, 0x1f, 0x6d, 0xe0, 0x33, 0x36, 0xb2, 0x15, 0xe8, 0x41, 0x4f, 0xfa, 0x32, 0x52, 0x65, 0x94, 0x70, 0x6e, 0xc3, 0x38, 0xc9, 0x11, 0xe3, 0x68, 0x49, 0x9a, 0x8f, 0x42, 0x41, 0x08, 0xca, 0x2c, 0x13, 0x63, 0x89, 0xad, 0x94, 0x5e, 0xc3, 0xfe, 0x66, 0xac, 0xcb, 0x01, 0xb8, 0x7e, 0x5c, 0xac, 0x5e, 0x3d, 0xec, 0x1c, 0x09, 0x55, 0x32, 0x24, 0x56, 0xa0, 0x50, 0x06, 0x14, 0x74, 0x4c, 0xbb, 0xff, 0xe5, 0x1f, 0x89, 0x91, 0x07, 0x0d, 0xfc, 0xc7, 0xf8, 0x97, 0xf5, 0xae, 0xf9, 0x69, 0xf2, 0x80, 0x30, 0xf7, 0xe2, 0x70, 0x8e, 0xe6, 0x64, 0x67, 0xac, 0xac, 0xc1, 0x11, 0x4c, 0x76, 0xcc, 0x09, 0x6d, 0x59, 0xbc, 0xfe, 0x33, 0x7f, 0x53, 0x81, 0x81, 0x85, 0x45, 0x13, 0x8f, 0xd8, 0x1e, 0x71, 0x45, 0x26, 0xc6, 0xf4, 0xc6, 0x26, 0x7c, 0x1b, 0x3f, 0x06, 0x18, 0xcc, 0x4c, 0xe1, 0xda, 0x99, 0xfa, 0x7f, 0xf6, 0xcf, 0x38, 0xf9, 0xa3, 0xfc, 0x87, 0x84, 0xd8, 0xee, 0x77, 0xf8, 0x7d, 0x9f, 0x27, 0x7e, 0xd0, 0x9e, 0xb1, 0x35, 0x01, 0xe3, 0xeb, 0xd6, 0x77, 0x99, 0x19, 0x7f, 0xb7, 0xc1, 0x9c, 0xa6, 0x07, 0x87, 0x45, 0x6b, 0x41, 0xa2, 0xa9, 0x25, 0x63, 0x20, 0x28, 0xab, 0xee, 0x97, 0xf8, 0x4c, 0x5d, 0xf8, 0xac, 0x79, 0x72, 0x17, 0x03, 0x30, 0x3f, 0xb8, 0x69, 0x9d, 0xea, 0x73, 0x47, 0x49, 0x62, 0x6d, 0x83, 0x90, 0x76, 0x31, 0xcf, 0x5f, 0xf8, 0x0c, 0x6a, 0x7f, 0xcd, 0x56, 0xfe, 0xea, 0x8c, 0xb4, 0x5f, 0x6c, 0x5c, 0x9b, 0xbb, 0x12, 0xf8, 0xfa, 0x71, 0xb1, 0xb9, 0x9c, 0x61, 0x1f, 0x05, 0x99, 0x2d, 0x0e, 0xc4, 0x2a, 0x92, 0x2d, 0x96, 0x27, 0x03, 0xb2, 0x34, 0x08, 0x76, 0xc2, 0x02, 0x9d, 0x97, 0x31, 0x16, 0x1c, 0x52, 0x8c, 0x30, 0xea, 0x85, 0x5b, 0xca, 0x2c, 0xfe, 0xa1, 0x04, 0xd0, 0x39, 0xda, 0x37, 0x2e, 0x54, 0xb0, 0xf0, 0x19, 0xd0, 0x81, 0xd1, 0xcd, 0xfc, 0x19, 0x6d, 0xf1, 0x6e, 0xe4, 0xa7, 0xe6, 0xbd, 0xf9, 0x5a, 0xa0, 0xe6, 0x1d, 0x6b, 0xdd, 0xc5, 0x08, 0xb5, 0xef, 0xe3, 0x0c, 0xf1, 0x5a, 0xb2, 0x34, 0x04, 0xb9, 0xeb, 0x8a, 0x6c, 0x10, 0x2c, 0xca, 0x09, 0x88, 0x1b, 0xfb, 0x53, 0x12, 0xf3, 0x69, 0x7c, 0xaf, 0xee, 0x0f, 0x5d, 0x0b, 0xc0, 0x23, 0x9c, 0x03, 0x30, 0x8a, 0xa3, 0xb5, 0x00, 0x1a, 0xa5, 0xd0, 0x68, 0x2e, 0xbf, 0x26, 0xff, 0x3d, 0xf1, 0x60, 0xbe, 0xf7, 0x38, 0xb3, 0xb0, 0x84, 0x37, 0xb7, 0x56, 0xb7, 0xdc, 0xc5, 0x37, 0xed, 0xa3, 0x33, 0x19, 0xae, 0xd5, 0x6a, 0x2d, 0x39, 0x32, 0x20, 0x2b, 0x09, 0x00, 0x9f, 0x84, 0x12, 0x5b, 0x7c, 0x64, 0x0b, 0x06, 0x2f, 0x9a, 0xc7, 0x75, 0x21, 0x00, 0xa6, 0x8f, 0xad, 0x2a, 0x5a, 0xf8, 0x54, 0x71, 0xcf, 0x35, 0xc4, 0x06, 0x96, 0xbf, 0xf0, 0xe9, 0xd3, 0x91, 0xda, 0x61, 0xee, 0x8d, 0xcb, 0xfb, 0x0b, 0xfa, 0x5c, 0x9a, 0x99, 0xeb, 0x67, 0x19, 0x07, 0xdf, 0xb1, 0xee, 0x56, 0xe2, 0x8b, 0xc1, 0xf9, 0x6a, 0xb1, 0x02, 0x84, 0x44, 0x4c, 0xce, 0x8d, 0xf5, 0xc4, 0x01, 0x80, 0x0a, 0xe9, 0x24, 0x0d, 0x3c, 0xae, 0x2e, 0x8c, 0x94, 0x0f, 0xbc, 0xfa, 0xcb, 0xae, 0x03, 0x40, 0x2a, 0x5b, 0x94, 0xf3, 0x2d, 0x09, 0xc3, 0x8b, 0x11, 0x2e, 0x50, 0xf8, 0x0c, 0x68, 0x89, 0xfd, 0xa1, 0x78, 0x1c, 0xe5, 0x6f, 0xcc, 0x9f, 0x14, 0x6b, 0xfc, 0x36, 0x67, 0xf1, 0xa8, 0xea, 0xb8, 0x01, 0xbe, 0x23, 0x01, 0xc1, 0x16, 0xcd, 0x22, 0x0f, 0x65, 0x62, 0x40, 0x96, 0x0b, 0x0c, 0xf1, 0x31, 0xf0, 0x37, 0x24, 0xe1, 0xc4, 0x9b, 0x2c, 0x32, 0x96, 0x1a, 0xf5, 0xb1, 0xd5, 0xf9, 0xa7, 0xf3, 0x2b, 0x1e, 0x00, 0x51, 0xc1, 0xed, 0xcb, 0x89, 0x42, 0xc6, 0xf6, 0x1c, 0x27, 0x60, 0x37, 0x6d, 0xa7, 0xda, 0xde, 0x60, 0xa1, 0xfd, 0xf8, 0x3b, 0xcc, 0x1f, 0x79, 0x21, 0xa7, 0xcd, 0x9b, 0x69, 0x3d, 0xa5, 0xf0, 0x1d, 0xc0, 0x1c, 0x01, 0xba, 0x83, 0xa6, 0x1c, 0x58, 0x8f, 0xdb, 0x38, 0xa8, 0xc2, 0x8f, 0x85, 0x45, 0xbd, 0x76, 0x51, 0xd1, 0xcb, 0xed, 0xe5, 0x2c, 0xa5, 0x9e, 0x7a, 0x3e, 0xca, 0x35, 0xad, 0x5f, 0xb1, 0xee, 0xe9, 0x35, 0xbc, 0xa0, 0x4c, 0x90, 0x33, 0x74, 0x69, 0x91, 0x50, 0x41, 0x3a, 0x4f, 0x74, 0xff, 0xdf, 0xc4, 0x9f, 0xec, 0xc7, 0xff, 0x9d, 0x33, 0x8a, 0x5b, 0xe6, 0x38, 0x5a, 0x7a, 0x91, 0xfd, 0xd8, 0xc9, 0x4c, 0x17, 0x02, 0xb7, 0x8a, 0x87, 0x5b, 0xa6, 0x69, 0xd7, 0x0d, 0x86, 0x32, 0xd1, 0x8d, 0xee, 0xe2, 0xc9, 0xf4, 0x3f, 0xb8, 0x9e, 0x7a, 0xea, 0x59, 0x4a, 0x3d, 0x9f, 0x64, 0x1a, 0x17, 0x05, 0x00, 0x70, 0xe3, 0xa0, 0xc8, 0x68, 0x63, 0xa4, 0x35, 0x9a, 0x51, 0x8c, 0xd2, 0x51, 0x19, 0x5c, 0x24, 0xf9, 0xca, 0x62, 0x05, 0xf8, 0x45, 0x2b, 0xa3, 0x87, 0x4f, 0xd8, 0xcf, 0x7c, 0x3b, 0xa3, 0xc4, 0xea, 0xea, 0x89, 0x85, 0xe4, 0xd8, 0x4a, 0x0b, 0x81, 0x64, 0x1f, 0x85, 0x6f, 0xcb, 0x72, 0x31, 0x46, 0x43, 0x5a, 0x89, 0x3f, 0x13, 0x00, 0x2a, 0x3f, 0xaf, 0x05, 0x3c, 0xcf, 0x66, 0xb2, 0xf6, 0x90, 0x10, 0xcb, 0x59, 0x6a, 0xd4, 0x53, 0x6f, 0x2d, 0x4d, 0x1d, 0x17, 0x39, 0x01, 0x60, 0x06, 0x18, 0x6e, 0x8c, 0x66, 0x94, 0x35, 0x8a, 0xd1, 0x8c, 0x4a, 0x48, 0xe0, 0x28, 0x5b, 0x6f, 0xe6, 0x08, 0x31, 0x23, 0x0e, 0x0b, 0x58, 0xee, 0x9e, 0x0d, 0x71, 0xfe, 0xff, 0x01, 0xb2, 0xb0, 0x0c, 0xfb, 0xa6, 0x66, 0x4b, 0xad, 0x94, 0x27, 0x00, 0x15, 0x2c, 0x56, 0x1e, 0x63, 0x83, 0x39, 0x4f, 0x47, 0xed, 0xb7, 0xe7, 0xc1, 0x7a, 0xe2, 0x47, 0x95, 0xd2, 0xde, 0x28, 0x11, 0x1a, 0xd9, 0xc5, 0x0e, 0x76, 0xd0, 0x40, 0x0e, 0x92, 0xc2, 0x3a, 0xea, 0xa9, 0xe7, 0x29, 0x73, 0x49, 0x56, 0x00, 0x7e, 0xd5, 0xa3, 0x6d, 0x24, 0xa3, 0x18, 0xcd, 0x48, 0x46, 0xb3, 0x9f, 0xa3, 0x6a, 0x9a, 0xeb, 0x30, 0x1a, 0xce, 0xc9, 0xf2, 0xb0, 0xf6, 0x82, 0x3c, 0x1b, 0xec, 0xfe, 0x1f, 0xe6, 0x37, 0xb6, 0xe7, 0x81, 0x07, 0x09, 0xf1, 0x52, 0x20, 0x98, 0xca, 0x22, 0xf5, 0xc6, 0x67, 0x33, 0x0c, 0x15, 0x90, 0xdd, 0x90, 0x56, 0xe2, 0xcf, 0x04, 0x40, 0x90, 0x4a, 0xbd, 0x6f, 0xff, 0xed, 0x20, 0x44, 0x03, 0x3b, 0xd9, 0xc9, 0x4e, 0x5a, 0x32, 0x8f, 0x8b, 0x07, 0xcd, 0x0b, 0xd3, 0x02, 0x60, 0xce, 0x66, 0x72, 0x22, 0x73, 0x49, 0xb7, 0x95, 0x51, 0x4e, 0x25, 0x7d, 0xe8, 0x4d, 0x6f, 0xfa, 0xd0, 0x4f, 0x24, 0xa0, 0x7c, 0x5c, 0x11, 0x9d, 0x6a, 0x2e, 0x65, 0xed, 0xfa, 0xd0, 0xee, 0xff, 0x9b, 0x2a, 0x47, 0x5e, 0xd5, 0x84, 0xe7, 0x9b, 0x79, 0xbf, 0x5a, 0x15, 0x0c, 0xe2, 0x7c, 0xbd, 0xc2, 0xeb, 0xc8, 0x99, 0xf5, 0xc4, 0xcf, 0x19, 0xf4, 0x48, 0xb8, 0x8b, 0x04, 0x38, 0x62, 0x44, 0x69, 0xa2, 0x81, 0x5d, 0xec, 0xe0, 0x4b, 0x5c, 0x82, 0x67, 0x5e, 0x37, 0xa7, 0xa7, 0x07, 0xe0, 0x7f, 0x8e, 0xac, 0x7b, 0x29, 0x5b, 0x39, 0xe5, 0xd4, 0xd0, 0x87, 0x3e, 0xf4, 0xa4, 0x9a, 0x6a, 0xaa, 0x74, 0x46, 0x1f, 0x3b, 0xe4, 0xb4, 0x23, 0x67, 0xe1, 0xd3, 0x69, 0xf0, 0x0b, 0x88, 0x86, 0xe5, 0x0e, 0x59, 0x7c, 0x19, 0x3f, 0xaa, 0xbb, 0x83, 0x12, 0x6c, 0x37, 0xec, 0x13, 0x5d, 0xad, 0xdc, 0x95, 0x2e, 0x10, 0x8d, 0x5d, 0xbb, 0xe4, 0xe1, 0xb5, 0xf2, 0x02, 0xc0, 0xa2, 0x92, 0x80, 0xb8, 0x2c, 0xa6, 0x83, 0xc1, 0x36, 0x06, 0x85, 0x68, 0xa4, 0x81, 0x2f, 0xd9, 0x49, 0xb3, 0x2d, 0x6d, 0xad, 0x33, 0xf7, 0x4a, 0x07, 0x80, 0x61, 0x86, 0x92, 0xd9, 0x4d, 0x19, 0x15, 0xd4, 0xd2, 0x8f, 0x5e, 0x42, 0xf4, 0xf2, 0x0c, 0x65, 0xd4, 0x22, 0x39, 0xeb, 0x80, 0x12, 0xa3, 0xce, 0xd5, 0xfd, 0x1b, 0x58, 0xa0, 0x7e, 0x72, 0x27, 0xc3, 0xbc, 0x71, 0xfa, 0x70, 0x19, 0x03, 0x0b, 0xb8, 0x10, 0xe0, 0x20, 0x8e, 0x91, 0x16, 0x7c, 0x29, 0x64, 0xcd, 0x0f, 0x00, 0xdb, 0x6f, 0xda, 0x8f, 0x4f, 0xb2, 0x13, 0x65, 0x82, 0xc1, 0xce, 0xbe, 0xf2, 0x82, 0xea, 0x60, 0x31, 0x2a, 0xed, 0xa8, 0xb2, 0x24, 0x00, 0x6e, 0xea, 0x1b, 0x16, 0x0b, 0x4f, 0x2d, 0x7d, 0xe8, 0xa3, 0x89, 0xee, 0xcf, 0x58, 0x3a, 0xd0, 0xd0, 0xcd, 0x8a, 0x15, 0xe4, 0x50, 0x68, 0x23, 0xfe, 0xac, 0x5d, 0x82, 0xf0, 0xb7, 0xe6, 0x15, 0x94, 0x68, 0x33, 0x27, 0x2b, 0x93, 0x6e, 0x80, 0xcb, 0x65, 0x22, 0x6d, 0x20, 0x92, 0x33, 0xc9, 0xd3, 0x9f, 0x53, 0xf3, 0x58, 0x40, 0xc0, 0x48, 0x07, 0xc3, 0x22, 0x54, 0x02, 0x53, 0xff, 0x88, 0xeb, 0x3e, 0x75, 0x05, 0xc0, 0xfc, 0x9a, 0xf2, 0xba, 0xe8, 0xc7, 0x69, 0x8e, 0x0c, 0x26, 0xe9, 0x89, 0x1e, 0x17, 0xcc, 0x0a, 0x0f, 0x9c, 0xf6, 0x69, 0x33, 0xc7, 0xad, 0xb6, 0xae, 0xfe, 0x90, 0xb8, 0x94, 0x50, 0x02, 0x08, 0x56, 0x2b, 0x05, 0xdd, 0x6c, 0xf6, 0x14, 0x9d, 0x6b, 0xab, 0x07, 0x00, 0x38, 0xcf, 0xf9, 0xf1, 0xe1, 0x97, 0x7f, 0x89, 0x13, 0xfc, 0x87, 0x76, 0x36, 0xdf, 0xe3, 0x6c, 0xbd, 0x6e, 0x32, 0x00, 0x33, 0x54, 0xea, 0x83, 0x7d, 0xf8, 0x7a, 0x06, 0xa2, 0x5b, 0x19, 0x89, 0x9e, 0x6f, 0x18, 0x85, 0xdd, 0xcc, 0xed, 0x48, 0x2a, 0xe6, 0xcf, 0xcd, 0x7d, 0x28, 0xe1, 0x66, 0xde, 0xc4, 0xd5, 0x00, 0x87, 0x31, 0x55, 0xe2, 0xdd, 0x77, 0x15, 0x4d, 0xf2, 0xf4, 0xe7, 0x14, 0x0c, 0x65, 0x62, 0x47, 0x58, 0x6d, 0x87, 0x76, 0x5f, 0x62, 0x57, 0x57, 0x48, 0x06, 0xe0, 0x7c, 0x55, 0xfd, 0x66, 0x2c, 0xd3, 0x1c, 0x7d, 0x3f, 0xe6, 0xe0, 0x92, 0x78, 0x1e, 0x46, 0x61, 0xeb, 0xff, 0x97, 0xda, 0xa1, 0x6f, 0x0b, 0xcc, 0x6f, 0x95, 0x14, 0x00, 0xe9, 0x64, 0x03, 0x99, 0x23, 0x23, 0x6f, 0x7b, 0x09, 0x01, 0xb0, 0xd7, 0xce, 0xbd, 0x00, 0x8b, 0x75, 0x76, 0x62, 0xa7, 0x9b, 0xcc, 0x6b, 0xdd, 0x01, 0xb8, 0x92, 0x5b, 0x01, 0x0e, 0xd1, 0x89, 0xb2, 0x23, 0x9e, 0x25, 0x90, 0x49, 0xa7, 0xf4, 0xb2, 0x1d, 0xc0, 0x9f, 0xe3, 0x43, 0xd5, 0xa4, 0x8b, 0xea, 0xee, 0x2f, 0x25, 0x00, 0xb7, 0x57, 0x36, 0x36, 0x12, 0x00, 0x83, 0x2b, 0x44, 0x8e, 0xd9, 0x2e, 0x36, 0x32, 0x6f, 0x48, 0xee, 0x76, 0x45, 0x80, 0xbe, 0x58, 0xc0, 0x56, 0x55, 0x0c, 0xc7, 0x51, 0xdf, 0x2c, 0x09, 0x80, 0x79, 0x75, 0x96, 0x09, 0x70, 0x38, 0xe3, 0xb5, 0x69, 0xdd, 0x8b, 0x60, 0x8a, 0x4c, 0x5a, 0xf7, 0x72, 0xd9, 0xff, 0xb3, 0x6d, 0xfd, 0x3a, 0xd4, 0x7c, 0x8f, 0x92, 0x6e, 0xe6, 0xa7, 0xec, 0x07, 0x70, 0x89, 0x18, 0x2a, 0xbf, 0xa4, 0xdd, 0xf3, 0x3e, 0x9f, 0x0a, 0x80, 0x92, 0xb8, 0x44, 0xcd, 0xf8, 0x94, 0x79, 0xba, 0xfb, 0x08, 0xb8, 0x91, 0x6b, 0x00, 0xa6, 0x4b, 0x94, 0x57, 0x47, 0x16, 0xdf, 0x9e, 0xe2, 0xc3, 0x28, 0x14, 0x00, 0x16, 0x70, 0x8b, 0x3d, 0x05, 0xf7, 0xf5, 0xae, 0x40, 0x48, 0x1a, 0x00, 0xfe, 0xa9, 0xf2, 0x94, 0xda, 0x66, 0xca, 0x5d, 0xb4, 0x15, 0xd5, 0xbf, 0x73, 0x99, 0x09, 0xfa, 0x8b, 0x25, 0x4e, 0x82, 0x3c, 0x5e, 0x33, 0x8f, 0x72, 0x07, 0xe0, 0xd7, 0xfc, 0xc4, 0xb6, 0xee, 0x1a, 0x0e, 0x00, 0x8a, 0x67, 0x3d, 0xe9, 0x18, 0x90, 0x21, 0x42, 0x68, 0x94, 0x5f, 0x89, 0xea, 0xca, 0xac, 0xa4, 0xc4, 0x9b, 0x79, 0x0f, 0xdf, 0x01, 0x38, 0x9d, 0xbd, 0x25, 0xf7, 0x67, 0x4b, 0x89, 0x78, 0xbf, 0xfd, 0xd7, 0xc7, 0x00, 0xd1, 0xbf, 0x8a, 0xf0, 0xb3, 0xc4, 0x3c, 0xc4, 0x1d, 0x00, 0x29, 0x9b, 0x7c, 0x2c, 0x23, 0x89, 0x7b, 0x37, 0x94, 0x32, 0x70, 0xda, 0x06, 0x20, 0xcc, 0xaf, 0xd5, 0x97, 0xdb, 0xcd, 0xfe, 0x25, 0x07, 0x40, 0xbc, 0x38, 0x66, 0xb2, 0x3f, 0x00, 0x4d, 0x62, 0x19, 0x28, 0x2d, 0x00, 0x00, 0x6d, 0xbc, 0xa0, 0x9a, 0xf0, 0xb1, 0x39, 0xde, 0x1d, 0x00, 0xe9, 0x1b, 0xc7, 0x49, 0x0a, 0xc7, 0x68, 0x51, 0x61, 0xa6, 0xb9, 0x84, 0x44, 0xf8, 0x04, 0x80, 0x10, 0xb7, 0xa7, 0x2c, 0xd3, 0x4b, 0x06, 0xc0, 0x0d, 0xfc, 0x1c, 0xe0, 0x04, 0xc9, 0x79, 0xda, 0x44, 0x63, 0x49, 0x65, 0x20, 0x0b, 0x1f, 0x03, 0xb1, 0x80, 0x36, 0x7b, 0x04, 0x7c, 0x62, 0x8e, 0x74, 0x07, 0xe0, 0xcf, 0x7c, 0x0b, 0xe0, 0x78, 0xf6, 0x47, 0x65, 0x6a, 0x8e, 0x94, 0x38, 0x70, 0xda, 0xd7, 0xc5, 0x23, 0x40, 0xb1, 0xa0, 0xa6, 0x12, 0x03, 0xe0, 0x17, 0x16, 0xd4, 0xc6, 0x4b, 0xaa, 0x09, 0x6b, 0xcd, 0xe1, 0x59, 0x47, 0x80, 0x4a, 0x00, 0xdf, 0x41, 0x69, 0x73, 0x36, 0xd8, 0x5e, 0xc7, 0x9d, 0x3a, 0x07, 0xdc, 0xcb, 0xb7, 0x01, 0x4e, 0x93, 0x34, 0xc5, 0xbb, 0x68, 0x2e, 0xa9, 0x0c, 0x84, 0x66, 0x41, 0x2d, 0xbc, 0xa2, 0x9a, 0xf0, 0xa9, 0x39, 0xc2, 0x1d, 0x80, 0xbb, 0xb9, 0x0c, 0xe0, 0x18, 0xc6, 0xca, 0x3a, 0xa0, 0x03, 0xef, 0xb3, 0xb4, 0xb9, 0xb9, 0x7d, 0x5b, 0x5a, 0x11, 0x51, 0xde, 0xa7, 0x70, 0x1f, 0x83, 0xfc, 0xa4, 0xa0, 0x73, 0x25, 0x47, 0xfa, 0x4e, 0x3d, 0x09, 0x7b, 0x0b, 0x80, 0x8f, 0x00, 0x7e, 0x02, 0x04, 0x74, 0xaa, 0xef, 0x66, 0xbb, 0x04, 0xd0, 0x2a, 0x73, 0xb4, 0x3b, 0x00, 0x77, 0x72, 0x39, 0xc0, 0x91, 0x1c, 0xe0, 0xd0, 0xef, 0x17, 0xab, 0x6c, 0xc8, 0x0c, 0x42, 0xa5, 0x34, 0x6e, 0x81, 0x5d, 0x86, 0x7c, 0x8a, 0xf9, 0x4e, 0x89, 0x01, 0xf8, 0x44, 0xcd, 0xbe, 0xdf, 0x16, 0xad, 0xfe, 0x36, 0xda, 0x3d, 0x13, 0x42, 0x95, 0xea, 0x21, 0x40, 0x40, 0x6b, 0x48, 0x9d, 0x0a, 0xb9, 0x66, 0x7b, 0x1d, 0xb0, 0xdc, 0xfc, 0x9a, 0x3b, 0x00, 0xc2, 0x1d, 0xa7, 0x31, 0x21, 0x41, 0x11, 0x61, 0xf7, 0xd6, 0x52, 0x04, 0x4e, 0xdb, 0xb9, 0xd5, 0x9f, 0x97, 0x95, 0x30, 0x17, 0x9b, 0x7f, 0x2e, 0x29, 0xf9, 0xab, 0x68, 0x50, 0x2b, 0xe1, 0xcb, 0x45, 0x09, 0xb2, 0x41, 0x2b, 0x5b, 0x0a, 0xeb, 0xf3, 0x86, 0x10, 0xdd, 0xaf, 0x93, 0x7a, 0xb8, 0x5b, 0x09, 0x0c, 0x1a, 0xec, 0x40, 0xd7, 0xc5, 0xe6, 0xa4, 0x8c, 0x2b, 0xe1, 0x43, 0x99, 0xe2, 0xa2, 0x0b, 0xb5, 0x1c, 0x9c, 0xdb, 0xbb, 0xc0, 0x69, 0xbb, 0xec, 0x54, 0x3d, 0xcf, 0xa6, 0x18, 0xec, 0x4a, 0xb1, 0xcd, 0x3b, 0xd6, 0x7a, 0x41, 0xe9, 0x82, 0xce, 0x95, 0xd9, 0x67, 0x43, 0x41, 0x0c, 0xa6, 0x8c, 0x80, 0xa8, 0xa0, 0xdd, 0x3c, 0x2a, 0x92, 0x6d, 0x01, 0x2a, 0x2f, 0xf0, 0x76, 0x3b, 0xc4, 0x4f, 0x7b, 0xd3, 0x25, 0x03, 0xf0, 0x7d, 0xeb, 0x2e, 0x80, 0x03, 0xa4, 0x72, 0xa5, 0x9b, 0xd1, 0x85, 0x24, 0x72, 0x17, 0x1b, 0x38, 0x1d, 0x94, 0x88, 0xfa, 0x1d, 0xdc, 0xd3, 0x29, 0x82, 0xa8, 0xf9, 0x4b, 0xae, 0x02, 0x98, 0xca, 0x24, 0x09, 0xb7, 0xd8, 0x5a, 0x00, 0x9f, 0x0f, 0x48, 0x04, 0x8e, 0xe5, 0x62, 0xd2, 0xb7, 0xc9, 0x1f, 0xa3, 0x83, 0x08, 0x6d, 0x34, 0xd3, 0x4c, 0x13, 0x21, 0x89, 0xd2, 0x01, 0xe0, 0x09, 0xf3, 0x2c, 0x77, 0x00, 0xce, 0xb6, 0x1e, 0x05, 0xe8, 0xcb, 0xa1, 0xf4, 0xa1, 0xb7, 0x24, 0x69, 0x4c, 0x25, 0xbf, 0x91, 0x42, 0x7a, 0xab, 0xe0, 0xe8, 0x13, 0x43, 0x57, 0x7f, 0xbc, 0xdd, 0x2e, 0x94, 0x33, 0xb9, 0xf8, 0x44, 0x48, 0xe9, 0x3d, 0x08, 0xcc, 0x4f, 0x94, 0x26, 0xe8, 0x2c, 0xad, 0x88, 0x68, 0x28, 0x00, 0x80, 0x0a, 0x99, 0x3f, 0x92, 0xfb, 0x7e, 0x8c, 0x08, 0x61, 0x5a, 0x69, 0xa4, 0x99, 0x66, 0x42, 0x84, 0xdc, 0xcd, 0xf3, 0xe9, 0x94, 0x71, 0xb6, 0xaa, 0xd6, 0xde, 0x7a, 0xb1, 0x07, 0x03, 0xe9, 0x4f, 0x5f, 0x6a, 0x84, 0x51, 0xa4, 0x9a, 0x67, 0xd0, 0xe4, 0x8c, 0xa5, 0x01, 0x21, 0x1b, 0x14, 0x55, 0xc9, 0xb3, 0xc0, 0xef, 0xcd, 0xff, 0x53, 0xb2, 0xfe, 0x2f, 0xd5, 0xb9, 0x03, 0x5c, 0x2a, 0x6f, 0xb4, 0x99, 0x50, 0x01, 0xbc, 0xbf, 0x07, 0x95, 0x0e, 0xbb, 0x6f, 0x84, 0x08, 0x4d, 0x34, 0xd1, 0x40, 0x0b, 0x6d, 0xa2, 0xda, 0xcb, 0xb8, 0xdd, 0x62, 0x5e, 0xe5, 0x0e, 0xc0, 0x81, 0x36, 0x0d, 0x92, 0xb7, 0x00, 0x03, 0x18, 0xcc, 0x00, 0xfa, 0xd3, 0x5b, 0xa6, 0xcd, 0x64, 0xf2, 0xa3, 0xb3, 0xee, 0xe7, 0x0b, 0x42, 0x85, 0xf0, 0xd1, 0x4d, 0x3c, 0x80, 0xa8, 0x27, 0xf7, 0x2e, 0x36, 0x17, 0x5b, 0x5a, 0x00, 0x1e, 0x52, 0x0e, 0x11, 0x13, 0x98, 0x26, 0xc4, 0x5b, 0x2f, 0xd1, 0x02, 0xf9, 0x01, 0xd0, 0x47, 0x1c, 0x09, 0xfe, 0xc7, 0x66, 0x9a, 0x69, 0x23, 0xc7, 0xc4, 0xa1, 0x61, 0x3e, 0x61, 0x15, 0xab, 0x7c, 0x4f, 0xcd, 0xfd, 0xd0, 0x15, 0x80, 0x1b, 0x07, 0x45, 0x96, 0xbb, 0x56, 0x44, 0x4d, 0xd8, 0xaa, 0x19, 0xc2, 0x1e, 0x0c, 0xa4, 0x0f, 0x3d, 0x13, 0x8c, 0x6e, 0xb1, 0xbc, 0x03, 0x1f, 0x6c, 0x9b, 0x58, 0x85, 0xdc, 0x7f, 0xb7, 0x04, 0xbf, 0x19, 0x3f, 0xab, 0xfb, 0x55, 0x49, 0xc8, 0xbf, 0x1f, 0x2b, 0x95, 0x05, 0x74, 0x36, 0xfd, 0x25, 0xf8, 0x6f, 0x47, 0x01, 0x53, 0x30, 0xba, 0x6c, 0xd1, 0xbf, 0x09, 0x65, 0xfb, 0xd1, 0x06, 0x56, 0xb1, 0x82, 0x55, 0xac, 0xf2, 0xaf, 0x8c, 0xae, 0x4d, 0x76, 0x53, 0x74, 0x71, 0xcc, 0xfa, 0xc5, 0xd0, 0x8e, 0x71, 0x8c, 0x67, 0x3c, 0xe3, 0x18, 0xe9, 0xac, 0x6f, 0xe4, 0xb6, 0xf9, 0x18, 0xc0, 0x1e, 0x0c, 0x66, 0xb4, 0x24, 0x75, 0x89, 0x16, 0x38, 0x15, 0x57, 0x4b, 0x43, 0x3e, 0xb6, 0x25, 0xa1, 0xad, 0x8c, 0x74, 0xaf, 0x75, 0x57, 0x24, 0x00, 0x92, 0xd3, 0x6b, 0xb0, 0x0e, 0x9e, 0xd9, 0x48, 0x7b, 0x01, 0x00, 0xd8, 0x16, 0xae, 0x36, 0x9e, 0x77, 0xff, 0xa1, 0xf5, 0xac, 0x62, 0x15, 0x2b, 0x59, 0x15, 0x5c, 0x99, 0x39, 0x7e, 0x26, 0xa3, 0x6b, 0xe2, 0xfc, 0xe0, 0x96, 0x11, 0xd6, 0x18, 0x6b, 0x2c, 0x13, 0x19, 0xa3, 0x63, 0x1b, 0x5c, 0xb7, 0x73, 0x65, 0x51, 0x1f, 0x2d, 0x70, 0x16, 0x28, 0x13, 0x8d, 0x50, 0x84, 0xdf, 0xdb, 0x3d, 0xaa, 0xa8, 0x0a, 0x8d, 0x69, 0xc8, 0xaf, 0x93, 0xe9, 0x9c, 0x21, 0x71, 0x02, 0xed, 0x6c, 0x2c, 0x68, 0xe1, 0xd5, 0x43, 0x04, 0x87, 0x0d, 0xf1, 0xe8, 0xcd, 0x0e, 0xbe, 0x60, 0x0d, 0x2b, 0x58, 0xce, 0x0a, 0xea, 0x73, 0x67, 0xa0, 0x39, 0x3b, 0xe7, 0x9a, 0xfd, 0x8c, 0x03, 0xac, 0x71, 0x8c, 0x63, 0x3c, 0x63, 0x49, 0xd1, 0xd6, 0x4c, 0x63, 0xaa, 0x30, 0x91, 0x68, 0x41, 0xb3, 0x80, 0x91, 0x3a, 0x06, 0xa2, 0x4c, 0x2b, 0xbe, 0x1c, 0x7a, 0xc2, 0x1b, 0xd4, 0xb0, 0x44, 0x29, 0x79, 0x87, 0x72, 0xaa, 0x48, 0x6f, 0x5b, 0x53, 0xdc, 0xb2, 0x72, 0x1b, 0x07, 0xfd, 0x24, 0x48, 0xe3, 0x63, 0x3b, 0x54, 0xef, 0xfe, 0x41, 0x97, 0x5c, 0x12, 0x29, 0x48, 0x28, 0x2b, 0xe8, 0x55, 0x06, 0x1b, 0x13, 0xad, 0x89, 0x8c, 0x61, 0x2c, 0xa3, 0xd4, 0x62, 0x72, 0x88, 0xb8, 0xfa, 0x29, 0x00, 0x0a, 0x89, 0x47, 0x2f, 0x97, 0x94, 0x30, 0x16, 0x0f, 0x88, 0xef, 0x0c, 0xeb, 0xca, 0x26, 0x5c, 0xb3, 0xc3, 0x43, 0x00, 0x1e, 0xe0, 0x02, 0xf5, 0xca, 0x73, 0x84, 0x81, 0x44, 0x58, 0x5f, 0xd0, 0xca, 0xd7, 0xb6, 0xf0, 0xc6, 0x78, 0xcd, 0x8e, 0x62, 0x9b, 0x63, 0x3e, 0x5c, 0xa0, 0x54, 0x5c, 0xe4, 0x4b, 0xf5, 0x63, 0x23, 0x41, 0xf0, 0xf3, 0x3d, 0xaa, 0xf3, 0xaa, 0xc1, 0x92, 0x5a, 0x93, 0xc8, 0x0e, 0x24, 0xdd, 0x8a, 0xb6, 0xc9, 0xbf, 0x30, 0xe8, 0xe4, 0xc2, 0xfa, 0x95, 0x4b, 0x4b, 0x7f, 0xc4, 0x6f, 0xd4, 0xde, 0x64, 0x26, 0x61, 0x67, 0xff, 0x69, 0x29, 0x48, 0x01, 0xd1, 0x43, 0x62, 0x25, 0xdb, 0x78, 0x59, 0x46, 0x7c, 0xdc, 0xd1, 0xaa, 0x93, 0x01, 0x00, 0x73, 0x11, 0x87, 0xa9, 0x65, 0xcd, 0x3e, 0xc2, 0x39, 0x62, 0x14, 0x96, 0xaf, 0x2a, 0xa8, 0xd3, 0x61, 0x2c, 0x89, 0xa7, 0xc7, 0xfb, 0x0b, 0x17, 0x78, 0x11, 0xa2, 0x31, 0xef, 0x5c, 0xeb, 0x61, 0x35, 0x56, 0x07, 0x71, 0x9a, 0x68, 0x80, 0x5a, 0xd9, 0x5c, 0xa0, 0x06, 0xa8, 0xbf, 0xd6, 0x21, 0x89, 0x93, 0xc9, 0x0e, 0xb3, 0x7f, 0xa1, 0x61, 0x54, 0xc5, 0x03, 0x20, 0xd6, 0xa5, 0x49, 0x1c, 0x25, 0x6d, 0x88, 0x14, 0x34, 0x0b, 0x28, 0xf1, 0xd6, 0x4e, 0x09, 0xf3, 0x24, 0x6b, 0xec, 0x1f, 0x78, 0x68, 0xd0, 0xc5, 0xc5, 0x8e, 0x02, 0xf3, 0x02, 0xee, 0x53, 0xf2, 0x5c, 0x39, 0xe7, 0x53, 0x25, 0xbf, 0xb1, 0x8e, 0x8e, 0x82, 0x14, 0xcd, 0x65, 0x3a, 0xbc, 0xe3, 0x43, 0x3b, 0x92, 0xed, 0x5f, 0xe6, 0xcc, 0x82, 0x17, 0xe6, 0x45, 0xf7, 0xad, 0x63, 0xac, 0x97, 0x00, 0x7a, 0xda, 0xe1, 0x27, 0xfa, 0xb5, 0xf2, 0x07, 0xc1, 0x47, 0x8d, 0x34, 0x28, 0xcc, 0x5f, 0xd1, 0x65, 0xe0, 0xff, 0x5d, 0x71, 0x6e, 0xbe, 0xd5, 0xb9, 0x9c, 0x6f, 0x38, 0xef, 0x1a, 0xeb, 0x06, 0xf5, 0x58, 0x3f, 0x67, 0xa9, 0x94, 0x46, 0xc0, 0xd6, 0x82, 0xcd, 0x90, 0xb5, 0xc2, 0x6c, 0x5b, 0x79, 0xdb, 0x4e, 0x5b, 0x73, 0x99, 0xf9, 0xc7, 0x2e, 0x03, 0xe0, 0xf6, 0xca, 0xc6, 0x2f, 0x95, 0x6b, 0x4f, 0x3c, 0xf0, 0xa7, 0xa3, 0x40, 0xb5, 0x9c, 0xaa, 0xaf, 0x84, 0x18, 0xef, 0x1e, 0x8c, 0x17, 0x47, 0x5c, 0xc3, 0xd9, 0x85, 0x79, 0x8b, 0x9a, 0xfd, 0x78, 0x80, 0x13, 0xed, 0xa3, 0x6f, 0xe8, 0xb2, 0xa3, 0x4d, 0x6c, 0x29, 0xd8, 0xed, 0x6a, 0xa0, 0xb8, 0x73, 0x6d, 0x45, 0x14, 0x56, 0x31, 0x86, 0x16, 0x56, 0xc0, 0xc7, 0x13, 0x00, 0xe2, 0xf6, 0xa5, 0x29, 0x1c, 0x21, 0xa4, 0xec, 0x48, 0x51, 0x52, 0xe5, 0x0e, 0x42, 0xa5, 0xf6, 0x95, 0x6e, 0xe3, 0xb1, 0x78, 0xc5, 0xd3, 0x08, 0xb7, 0x57, 0xdf, 0x90, 0x67, 0xc4, 0x98, 0x61, 0xce, 0xe1, 0x16, 0x3b, 0x71, 0x87, 0x9f, 0x53, 0x45, 0xf6, 0xb7, 0x08, 0xb3, 0xa1, 0x60, 0x5f, 0xb8, 0x72, 0xfa, 0x88, 0x04, 0xb4, 0x8c, 0xff, 0xa9, 0x47, 0xbf, 0x6b, 0x4e, 0x2e, 0x42, 0x37, 0xe8, 0x01, 0x00, 0xe7, 0xf0, 0x08, 0x40, 0x0d, 0x97, 0x3a, 0xca, 0x70, 0x16, 0x36, 0x0b, 0xa8, 0x55, 0x71, 0x50, 0x2b, 0x4e, 0x9e, 0x76, 0x96, 0x42, 0x5f, 0x67, 0xdc, 0xd8, 0x7b, 0x41, 0xae, 0x21, 0xdb, 0xf3, 0xbe, 0x6e, 0xd5, 0xa9, 0xf8, 0x4d, 0xa5, 0xee, 0x3b, 0x55, 0x45, 0x93, 0x63, 0x11, 0x61, 0x83, 0x24, 0x31, 0x2b, 0xc4, 0xe2, 0xd5, 0x47, 0x1c, 0xc9, 0x5a, 0x59, 0x22, 0x22, 0xa8, 0x71, 0x4d, 0xdd, 0xcd, 0x5d, 0x0b, 0x40, 0x15, 0x9b, 0x54, 0xf4, 0xf3, 0x39, 0x12, 0xd7, 0x64, 0x11, 0x29, 0x2a, 0x4b, 0x5b, 0x8d, 0x36, 0x72, 0x58, 0xbc, 0xc7, 0xeb, 0xce, 0x1f, 0xdb, 0xc0, 0x7d, 0x3c, 0x6c, 0xfe, 0x37, 0x63, 0x7b, 0xfa, 0x70, 0x16, 0xdf, 0x56, 0xf9, 0x8b, 0xd4, 0x36, 0x4c, 0xca, 0xd4, 0x5a, 0xa2, 0x7c, 0x8b, 0x14, 0x61, 0xe5, 0x1d, 0x28, 0xcf, 0xd9, 0xc0, 0x47, 0x76, 0x5c, 0xc0, 0x98, 0xeb, 0x56, 0x76, 0x29, 0x00, 0xf1, 0xc8, 0xab, 0xb1, 0x9a, 0xdd, 0x76, 0x14, 0xbc, 0x20, 0x53, 0xa6, 0xbb, 0x2a, 0x87, 0x12, 0x6a, 0x33, 0xcf, 0x92, 0xe4, 0xab, 0xf8, 0x01, 0xaf, 0x18, 0xaf, 0xf9, 0x97, 0xfd, 0xfc, 0x0b, 0xa7, 0xf0, 0x77, 0x53, 0xff, 0x8e, 0x31, 0xd6, 0xe1, 0xd6, 0xd1, 0x1c, 0xee, 0x8c, 0xf1, 0xf1, 0x33, 0x4d, 0x1c, 0x0c, 0x94, 0x2b, 0xfa, 0x46, 0xc2, 0x14, 0x6e, 0x66, 0xef, 0x41, 0x0f, 0x2c, 0x2c, 0x22, 0xd4, 0xdb, 0x9e, 0xac, 0xda, 0xc5, 0xaa, 0x2b, 0x01, 0x10, 0x2b, 0x42, 0x19, 0x97, 0x48, 0x4f, 0x8b, 0x8f, 0x81, 0x42, 0x41, 0xa8, 0x76, 0x50, 0x31, 0xca, 0x47, 0xbc, 0xee, 0x56, 0x2c, 0xb7, 0x8d, 0x4d, 0x7c, 0x49, 0x0b, 0xd5, 0xf4, 0xa0, 0xbf, 0x9b, 0x16, 0x77, 0x34, 0x53, 0x45, 0xec, 0xb4, 0x44, 0xf3, 0xd3, 0x51, 0x84, 0xb7, 0x03, 0x0c, 0x90, 0x5c, 0xea, 0xbb, 0x78, 0xcf, 0x2e, 0x42, 0x57, 0x54, 0xae, 0x14, 0xaf, 0x00, 0xf0, 0xf1, 0x3f, 0x25, 0x60, 0x4c, 0x17, 0xb7, 0x76, 0x4b, 0xe6, 0x81, 0x62, 0x72, 0x75, 0x96, 0x8b, 0xa1, 0xc6, 0x4e, 0x1e, 0xbf, 0x8a, 0x85, 0xb4, 0xe7, 0xf1, 0x62, 0x23, 0x38, 0x58, 0xe4, 0x32, 0x4b, 0x24, 0x9f, 0xad, 0x62, 0x7c, 0x2f, 0x14, 0x80, 0x0a, 0xc1, 0xd8, 0x62, 0x95, 0xbd, 0x4e, 0x69, 0x62, 0x48, 0x71, 0x96, 0x0b, 0xaf, 0x8a, 0xf8, 0x88, 0x31, 0xbf, 0x9a, 0x8b, 0x75, 0xb6, 0xf1, 0xf6, 0x22, 0x66, 0x01, 0xdb, 0x6b, 0xae, 0x47, 0x42, 0x02, 0xca, 0x0e, 0xd6, 0xb1, 0x94, 0x35, 0x59, 0x17, 0x9d, 0x7d, 0x19, 0xcf, 0xbe, 0x5a, 0x63, 0xa8, 0x38, 0xff, 0x36, 0x0f, 0xbc, 0xdf, 0xfa, 0x49, 0x2c, 0x43, 0x33, 0xef, 0x23, 0x31, 0xb4, 0x77, 0x9b, 0xdf, 0x2f, 0x8e, 0x72, 0x1e, 0x01, 0x70, 0x53, 0xdf, 0xf0, 0xe7, 0x4a, 0x99, 0x73, 0x2c, 0xe3, 0x1d, 0xf3, 0x40, 0xf1, 0x95, 0x1c, 0x2b, 0xa8, 0x72, 0x64, 0xcc, 0xb5, 0x80, 0x30, 0xdb, 0x58, 0xcf, 0x46, 0x36, 0x27, 0xd5, 0xb0, 0x0f, 0xd0, 0x9f, 0x01, 0x0c, 0x65, 0xa0, 0x30, 0x9d, 0xf8, 0x1d, 0x8d, 0xec, 0x48, 0x61, 0x3d, 0xf9, 0x03, 0x10, 0xa4, 0xbf, 0x90, 0xeb, 0x73, 0x96, 0xd9, 0x8f, 0x1f, 0x67, 0x2e, 0xeb, 0x16, 0x00, 0xc4, 0xab, 0x0b, 0xf7, 0xe2, 0x42, 0x5d, 0x71, 0xa8, 0xbd, 0xa8, 0x59, 0x20, 0xee, 0x59, 0x5c, 0x25, 0xa1, 0xb1, 0xc9, 0x57, 0x46, 0x08, 0x13, 0x21, 0x22, 0x6e, 0x50, 0x15, 0x09, 0x44, 0x47, 0x2f, 0xe8, 0x76, 0x10, 0xf2, 0x24, 0xde, 0xa5, 0x1f, 0x15, 0xa8, 0x6c, 0x48, 0xef, 0xd8, 0xfd, 0x7f, 0xa1, 0x79, 0x64, 0xb1, 0x74, 0xf3, 0x0e, 0x80, 0x21, 0x7c, 0xa6, 0xe6, 0xcd, 0x13, 0x18, 0x2d, 0x7d, 0xb6, 0x23, 0xe7, 0x02, 0xc9, 0xd9, 0x52, 0x25, 0xf9, 0xa8, 0xd2, 0x0e, 0x5c, 0xee, 0x85, 0x76, 0x2c, 0x17, 0xf2, 0xb7, 0xb0, 0x4b, 0xe7, 0x0a, 0x2d, 0xce, 0xd5, 0x10, 0xca, 0x18, 0x20, 0xe4, 0x5a, 0x1b, 0xef, 0xff, 0xc7, 0x98, 0xaf, 0x74, 0x1b, 0x00, 0xe2, 0x9e, 0xd5, 0x3d, 0x1d, 0x63, 0x20, 0x5c, 0xa0, 0x85, 0xcc, 0x3d, 0x2c, 0xba, 0x8c, 0x4a, 0x47, 0x49, 0x11, 0x37, 0xf2, 0x5b, 0xfa, 0x77, 0x9b, 0x68, 0x92, 0x24, 0x04, 0xc5, 0x03, 0x00, 0x06, 0xfd, 0x64, 0x14, 0x86, 0x79, 0xc3, 0x4e, 0xa5, 0xf6, 0xb2, 0x39, 0xa3, 0x78, 0xaa, 0x79, 0x09, 0xc0, 0x28, 0x96, 0x29, 0x75, 0xe6, 0x54, 0x26, 0x63, 0xfb, 0x49, 0x84, 0xf3, 0x66, 0x40, 0xd9, 0x02, 0xa2, 0x83, 0x94, 0x51, 0xa6, 0x83, 0x5b, 0x9d, 0xcf, 0x88, 0x12, 0x26, 0x4c, 0x1b, 0xad, 0x45, 0xba, 0x1a, 0x5a, 0x49, 0x8e, 0x87, 0x50, 0x4e, 0x7f, 0xad, 0x96, 0x5a, 0x6e, 0xff, 0xac, 0x27, 0x3e, 0xac, 0xde, 0x16, 0x70, 0xf8, 0x03, 0x97, 0xaa, 0xe9, 0xf0, 0x42, 0x49, 0x0c, 0x46, 0xde, 0x69, 0xb3, 0x73, 0xe7, 0xcb, 0xe0, 0xc7, 0xc0, 0xc0, 0x47, 0x94, 0x18, 0x51, 0xa2, 0x29, 0xfa, 0x9d, 0xe2, 0x01, 0xb0, 0x09, 0x34, 0x50, 0x16, 0x86, 0x61, 0x16, 0xda, 0x36, 0xeb, 0x57, 0xcc, 0x63, 0xbc, 0xa0, 0x99, 0xa7, 0x00, 0xdc, 0xd4, 0x37, 0xbc, 0x5a, 0xa9, 0x5c, 0x86, 0x33, 0x4b, 0xa7, 0xef, 0x68, 0xcf, 0x93, 0xf5, 0x94, 0x36, 0x5e, 0x31, 0x5f, 0xd6, 0x83, 0x66, 0x40, 0x6a, 0x7b, 0x0b, 0xb1, 0x92, 0xb6, 0xfa, 0x0f, 0x2a, 0xa6, 0x8c, 0x6d, 0x49, 0x00, 0x00, 0xf3, 0x52, 0x64, 0x5d, 0x78, 0x0a, 0xc3, 0xf5, 0xf2, 0x3f, 0x9a, 0x17, 0xeb, 0xe9, 0x2e, 0x00, 0x38, 0x9d, 0x31, 0x03, 0xf4, 0x97, 0xd4, 0x0d, 0x6d, 0xbc, 0x6a, 0xaf, 0xc9, 0xdf, 0xe3, 0xb0, 0xfc, 0x93, 0xf4, 0x95, 0x18, 0x80, 0xc7, 0xfd, 0x2b, 0x16, 0x33, 0x01, 0xa0, 0x96, 0x0b, 0x1c, 0xe2, 0xa8, 0x45, 0x21, 0x09, 0x22, 0xbb, 0xee, 0x5c, 0xaa, 0x2b, 0x72, 0x95, 0xd4, 0x06, 0x84, 0x75, 0xf1, 0x64, 0xca, 0x75, 0xe6, 0xf5, 0xdd, 0x6d, 0x04, 0x54, 0xb1, 0x98, 0x31, 0x4a, 0x62, 0x99, 0xa3, 0x93, 0x1a, 0x45, 0xb2, 0x24, 0x88, 0xec, 0x6e, 0x00, 0xb8, 0x7b, 0x83, 0xf7, 0xd6, 0x0b, 0xbc, 0xc5, 0xba, 0x9e, 0x2a, 0x53, 0x8b, 0x4d, 0x2b, 0xe2, 0x35, 0x00, 0x12, 0x63, 0x06, 0x27, 0x32, 0x42, 0x4b, 0x42, 0xed, 0x5f, 0x59, 0xd6, 0xe3, 0xfc, 0xf4, 0xd3, 0x5f, 0x24, 0xaf, 0x08, 0xaf, 0xd8, 0x53, 0xf1, 0xaa, 0xda, 0x83, 0x7e, 0xdc, 0xd6, 0x6d, 0x00, 0x98, 0x77, 0xba, 0xf5, 0x37, 0xb5, 0x37, 0x86, 0x63, 0x35, 0xa1, 0x33, 0x33, 0x20, 0xab, 0x5b, 0x01, 0x90, 0x4a, 0x78, 0xe7, 0x71, 0x39, 0x7d, 0x65, 0x7f, 0x9b, 0x9d, 0xf3, 0x01, 0xee, 0x34, 0x7f, 0xd8, 0x4d, 0x00, 0xf8, 0xc5, 0xd0, 0x8e, 0x8f, 0x94, 0xfa, 0xb1, 0x17, 0xb3, 0xb5, 0x3e, 0xbf, 0x5d, 0x8b, 0xa1, 0xa5, 0x64, 0x3d, 0xde, 0x49, 0xfc, 0x99, 0x3f, 0x6b, 0xa9, 0x91, 0xbd, 0x8f, 0xf9, 0xaf, 0xfd, 0x52, 0x27, 0x9a, 0xcf, 0x77, 0x07, 0x55, 0x44, 0x80, 0x85, 0xca, 0x3f, 0xd1, 0xc7, 0x6c, 0x31, 0xff, 0xe1, 0xa8, 0x60, 0x54, 0x98, 0xc4, 0xdf, 0x79, 0xe7, 0x32, 0x13, 0x3e, 0x1e, 0x11, 0xd1, 0x57, 0xa7, 0x56, 0x78, 0xd5, 0xd6, 0x08, 0x6d, 0x60, 0x7c, 0xe1, 0xd9, 0x2d, 0xbc, 0x03, 0x40, 0xd2, 0x7c, 0xc0, 0x51, 0x5a, 0x1f, 0x1a, 0x15, 0x55, 0x44, 0x3e, 0xac, 0xa7, 0xab, 0x25, 0xfe, 0x6c, 0xe3, 0x20, 0x48, 0x3f, 0xd9, 0x6b, 0x74, 0xb8, 0x8f, 0x99, 0xe7, 0x77, 0x31, 0x00, 0xd7, 0x4f, 0x8f, 0xbd, 0xac, 0x66, 0xa8, 0x7d, 0x74, 0xe9, 0x0a, 0x8b, 0x90, 0x83, 0xfb, 0xe7, 0xae, 0x6c, 0xe8, 0xfc, 0x73, 0xd9, 0x59, 0x8f, 0x13, 0x9a, 0x6a, 0x6a, 0x65, 0x5f, 0xe7, 0xbf, 0xc2, 0x38, 0xa7, 0xee, 0xb1, 0xae, 0xb4, 0x88, 0xf5, 0x63, 0xa9, 0xf2, 0xf9, 0xa8, 0x66, 0x8e, 0xce, 0xff, 0xd3, 0x9e, 0x26, 0x5c, 0xa3, 0xbb, 0x4b, 0xfc, 0xd9, 0xc7, 0x41, 0x6f, 0x1d, 0x5c, 0xfe, 0x06, 0x92, 0xe3, 0x70, 0x17, 0xe3, 0xcc, 0xf5, 0x5d, 0x05, 0x80, 0x61, 0x3e, 0xcd, 0x2c, 0xf5, 0xb0, 0x33, 0x25, 0xf0, 0xcd, 0x12, 0xd9, 0xff, 0xab, 0xa3, 0x6c, 0xc8, 0x7d, 0x04, 0x18, 0xf8, 0xe8, 0xa7, 0xfd, 0x4b, 0x5f, 0xb4, 0x1d, 0xf2, 0x5f, 0x34, 0xbf, 0x5e, 0x88, 0x7f, 0xa8, 0x17, 0x6e, 0x29, 0xda, 0xef, 0xf8, 0x30, 0x0e, 0x16, 0x22, 0xc7, 0xb9, 0xff, 0x57, 0x51, 0xe2, 0xcf, 0x0e, 0x4a, 0x05, 0xbd, 0x64, 0xff, 0x73, 0x74, 0x82, 0xeb, 0x82, 0x1c, 0x14, 0x8b, 0x06, 0xe0, 0xfa, 0x71, 0xb1, 0xf7, 0xd4, 0x88, 0xdc, 0x53, 0xfc, 0x8e, 0x2d, 0xcd, 0x7e, 0xf2, 0x49, 0x09, 0xdf, 0x19, 0xe7, 0xb2, 0x4b, 0xfc, 0x35, 0x44, 0x75, 0xfd, 0x8f, 0xcc, 0xa0, 0xf4, 0x94, 0x7a, 0x39, 0xf0, 0x96, 0xbd, 0x2e, 0x6e, 0x65, 0x82, 0xf9, 0x49, 0x27, 0x03, 0x70, 0x6b, 0x75, 0xcb, 0x12, 0x46, 0xa9, 0x45, 0xca, 0x1c, 0x71, 0x5a, 0x85, 0xf6, 0x14, 0xcf, 0x38, 0x77, 0xe2, 0x18, 0x3a, 0xb0, 0xb5, 0x3b, 0x28, 0x1b, 0x02, 0xf4, 0xa2, 0x1c, 0x68, 0xa1, 0x29, 0x07, 0xe6, 0x64, 0xd0, 0x57, 0x74, 0x5d, 0xed, 0xbc, 0x60, 0x3b, 0x20, 0x2c, 0x19, 0x34, 0x35, 0x5f, 0x4f, 0xee, 0x62, 0x03, 0x34, 0xee, 0xb7, 0x4b, 0xe4, 0x9c, 0xca, 0x30, 0xed, 0x40, 0xd2, 0x91, 0x03, 0xeb, 0x31, 0xa8, 0xc0, 0x47, 0x48, 0x87, 0xc8, 0x75, 0xde, 0xc2, 0xcb, 0x8d, 0xa0, 0x3e, 0xaa, 0x1d, 0x1e, 0x18, 0x1d, 0xec, 0xd2, 0xa9, 0xda, 0xd2, 0x8f, 0x83, 0xa0, 0x38, 0xbd, 0xc0, 0x66, 0x16, 0xd9, 0xe4, 0xfc, 0x79, 0xdd, 0x8d, 0x9d, 0x08, 0x80, 0x79, 0x16, 0x22, 0x7c, 0x1d, 0xcc, 0x61, 0xba, 0x90, 0x72, 0x38, 0x07, 0x89, 0x3f, 0xa0, 0x53, 0xf5, 0x45, 0x09, 0x89, 0x13, 0x57, 0xd7, 0x29, 0x1b, 0x2a, 0xa9, 0x4d, 0x28, 0x85, 0x6b, 0x60, 0xd1, 0xa8, 0x6b, 0x01, 0xa6, 0x1f, 0x07, 0x35, 0x52, 0x37, 0x16, 0x3e, 0xb0, 0x63, 0xc5, 0x3a, 0x7c, 0x53, 0xe7, 0x2e, 0xee, 0x24, 0x00, 0xcc, 0xe1, 0x7c, 0xa8, 0x0c, 0x5f, 0x03, 0x39, 0x43, 0x87, 0x56, 0x84, 0xb2, 0xb2, 0x1e, 0x74, 0x2d, 0xae, 0x78, 0xe6, 0xfd, 0x36, 0xa2, 0x5d, 0x24, 0xf1, 0x57, 0xd0, 0x43, 0xdb, 0x99, 0x49, 0x20, 0x76, 0x88, 0x46, 0x62, 0x59, 0xc6, 0x41, 0x1f, 0x29, 0x5c, 0x14, 0xe1, 0x45, 0xbb, 0xbc, 0xe7, 0xca, 0xda, 0x89, 0xf9, 0xa8, 0xe7, 0x0a, 0x06, 0x60, 0x7e, 0x70, 0xd3, 0x22, 0x26, 0xa9, 0xb5, 0xe1, 0x79, 0xd4, 0x62, 0x3b, 0xff, 0x45, 0xb3, 0x28, 0x1b, 0x7c, 0x94, 0x8b, 0x7f, 0x7d, 0x62, 0xa6, 0x85, 0x08, 0x21, 0x29, 0x38, 0xdb, 0x79, 0xca, 0x86, 0x0a, 0x6a, 0x85, 0x80, 0x6a, 0x6b, 0x62, 0x15, 0xc3, 0xf5, 0x4a, 0x17, 0x62, 0xec, 0xb2, 0x1d, 0x10, 0xd3, 0x8c, 0x03, 0x3f, 0x7d, 0x84, 0x71, 0xed, 0x88, 0xaf, 0x8b, 0x7f, 0x63, 0xfe, 0xb8, 0x13, 0x00, 0x30, 0x6f, 0x41, 0x0a, 0x7a, 0x9f, 0xc4, 0xbe, 0xd8, 0x2e, 0x53, 0x1d, 0x59, 0x24, 0xfe, 0xa0, 0xf6, 0x9b, 0x53, 0x44, 0x0f, 0x24, 0x8c, 0x94, 0x0e, 0xda, 0x09, 0xeb, 0xc4, 0x01, 0xa5, 0x94, 0xf8, 0x0d, 0x2a, 0xa9, 0x49, 0x20, 0x7e, 0x8c, 0x35, 0xac, 0x22, 0x0a, 0xec, 0xcf, 0x68, 0x47, 0x5e, 0x8c, 0x16, 0x09, 0x64, 0x4d, 0x37, 0x0e, 0xaa, 0xa4, 0x76, 0x0e, 0x2c, 0x63, 0x85, 0xfd, 0xa8, 0x63, 0x73, 0x77, 0x57, 0x29, 0x10, 0x00, 0xf3, 0x38, 0xfe, 0xad, 0xa0, 0x1f, 0xa7, 0x63, 0xc3, 0xa2, 0x0e, 0xbd, 0xbf, 0xfb, 0x9a, 0xb3, 0x42, 0x5c, 0x5b, 0xd5, 0x4a, 0x61, 0x35, 0x4b, 0x19, 0xcb, 0x28, 0x61, 0x47, 0x96, 0xb6, 0x1e, 0x84, 0x68, 0x77, 0x98, 0xd7, 0xbd, 0x67, 0x3d, 0x01, 0xaa, 0x74, 0x34, 0x9a, 0xfd, 0xfa, 0x5b, 0xa9, 0x77, 0x54, 0xe8, 0xee, 0xcd, 0x24, 0x9d, 0x40, 0x04, 0x22, 0x34, 0x88, 0x50, 0xed, 0x36, 0x13, 0x54, 0x0a, 0x00, 0x06, 0x2b, 0xa9, 0xb7, 0x1f, 0x70, 0x85, 0xf9, 0xdb, 0x92, 0x02, 0x70, 0xe3, 0xc0, 0xc8, 0x52, 0x15, 0x79, 0xd2, 0x97, 0xb3, 0x74, 0xf2, 0xf9, 0x50, 0x46, 0x65, 0x83, 0x4f, 0x4a, 0xc1, 0xaa, 0x6b, 0x9a, 0x59, 0x24, 0x01, 0x6e, 0x3d, 0x99, 0xc8, 0x60, 0x5d, 0xab, 0x1a, 0xcd, 0xca, 0xda, 0x24, 0xce, 0xc6, 0x5b, 0x65, 0x43, 0x05, 0xd5, 0xe2, 0xdf, 0x16, 0x7f, 0xf5, 0x66, 0x96, 0x3b, 0x4b, 0x86, 0x0a, 0x48, 0x07, 0xe9, 0x70, 0x26, 0x35, 0x25, 0xb7, 0xbb, 0x8e, 0x80, 0xa0, 0xb8, 0xeb, 0x1a, 0x6c, 0x61, 0xa1, 0xbd, 0xf4, 0xfc, 0x9b, 0x79, 0x56, 0xee, 0x6b, 0xe2, 0xc2, 0x02, 0xb5, 0x25, 0xb3, 0x1c, 0x4c, 0xe3, 0x00, 0x2d, 0xba, 0x85, 0x33, 0xb0, 0x1e, 0x3b, 0x7d, 0xbb, 0x3a, 0xfe, 0x9c, 0x45, 0x09, 0x7e, 0xce, 0x83, 0x99, 0x40, 0x4f, 0x6d, 0x41, 0x8e, 0x8f, 0x91, 0x76, 0x42, 0x32, 0x39, 0x17, 0x2e, 0x98, 0xa2, 0xab, 0xf4, 0x55, 0x51, 0x8d, 0x8f, 0xc4, 0x94, 0x53, 0xad, 0x7c, 0xc6, 0x17, 0x7a, 0xde, 0x02, 0x62, 0x5a, 0x16, 0x65, 0x6f, 0xc6, 0xeb, 0xda, 0x1e, 0x06, 0x6d, 0xb6, 0xf2, 0xd9, 0x01, 0x9e, 0x8f, 0x3e, 0x62, 0xaa, 0x6f, 0xe6, 0x25, 0xfb, 0x8d, 0x56, 0x54, 0x4e, 0xce, 0xa7, 0xfa, 0x4d, 0x61, 0x00, 0xec, 0xc1, 0xbb, 0xaa, 0xd2, 0x8c, 0x8f, 0x33, 0x25, 0x21, 0x23, 0x84, 0x1d, 0xe2, 0x64, 0xaa, 0xc4, 0x6f, 0x69, 0x0d, 0xe9, 0xbb, 0xa4, 0xc6, 0x34, 0xfb, 0xd9, 0x97, 0xfd, 0x1d, 0x31, 0x01, 0x71, 0x18, 0x3a, 0x08, 0xd1, 0x9e, 0xe4, 0xe3, 0x96, 0x9f, 0xb2, 0xc1, 0x47, 0x15, 0x95, 0xda, 0xad, 0xc4, 0x26, 0x68, 0x8c, 0x16, 0xd6, 0xb0, 0xde, 0x19, 0x75, 0x10, 0x89, 0xde, 0xfa, 0xe5, 0x7d, 0x7d, 0x7e, 0xe7, 0x3b, 0xc9, 0x3e, 0x51, 0xc3, 0xa1, 0x5a, 0xe5, 0x00, 0x51, 0x29, 0xf8, 0x13, 0x7f, 0x46, 0x4f, 0x91, 0x9f, 0xc2, 0x2c, 0xb4, 0x43, 0x48, 0x1a, 0xfd, 0x93, 0xf2, 0x73, 0x56, 0x29, 0x70, 0x0e, 0xb8, 0xfe, 0x80, 0xd8, 0x22, 0xe5, 0x0d, 0x5d, 0xc1, 0xd9, 0xd4, 0xea, 0x15, 0x70, 0xaa, 0x1c, 0xe3, 0xa7, 0xdc, 0xc1, 0x7a, 0x36, 0xf1, 0x9a, 0x83, 0xd7, 0x5a, 0xeb, 0x8d, 0x21, 0xf1, 0x67, 0x06, 0xd9, 0x9b, 0x7d, 0xa8, 0xa6, 0xdc, 0x31, 0x53, 0x38, 0xdd, 0x70, 0xdb, 0xf3, 0x8c, 0x6d, 0x81, 0x20, 0xe5, 0x54, 0xea, 0x9a, 0x37, 0xce, 0x4a, 0x37, 0x4d, 0xac, 0x4b, 0x24, 0x3e, 0xb1, 0x25, 0xdb, 0xbf, 0x77, 0xf7, 0x0a, 0x2c, 0xb8, 0xf6, 0xd2, 0xe0, 0x8d, 0xb6, 0xa7, 0xaf, 0x8f, 0xf1, 0x0c, 0xd7, 0x83, 0xc2, 0xa0, 0x85, 0x16, 0xfd, 0x94, 0x1a, 0x31, 0xd2, 0x47, 0x59, 0x62, 0x47, 0xb2, 0x59, 0xc6, 0xe9, 0x75, 0x7f, 0xef, 0xa4, 0x85, 0x98, 0x39, 0x8b, 0xbf, 0xab, 0x96, 0xf5, 0xe2, 0x74, 0x2a, 0x1d, 0x10, 0x38, 0xc9, 0x51, 0xe1, 0x90, 0xf8, 0xa3, 0xbc, 0xcf, 0xc7, 0x71, 0xe6, 0x18, 0x09, 0xdf, 0xf2, 0xc0, 0x6f, 0x4e, 0x9b, 0xdc, 0xfb, 0x66, 0xdf, 0x38, 0xe7, 0x48, 0x18, 0xcc, 0x5e, 0xf4, 0xa6, 0x5c, 0x17, 0xb6, 0x4a, 0x2c, 0x0f, 0x15, 0x11, 0x8f, 0xe8, 0x6c, 0x93, 0x74, 0x19, 0x55, 0x54, 0xea, 0xca, 0x37, 0xf1, 0x57, 0x8d, 0x11, 0x62, 0x07, 0x1b, 0xd8, 0x9e, 0x90, 0x48, 0xcc, 0xda, 0xde, 0x76, 0xcb, 0xfc, 0xfb, 0x1a, 0x74, 0xf4, 0xc6, 0xe5, 0x5f, 0xeb, 0xbd, 0xc0, 0x37, 0xd2, 0xfe, 0x76, 0x0f, 0x0e, 0xa1, 0x5c, 0xb3, 0x9e, 0x30, 0x8d, 0x12, 0xc1, 0x53, 0x2d, 0xad, 0x5a, 0xc9, 0x32, 0x9b, 0xd9, 0x99, 0x75, 0xf3, 0x3a, 0x51, 0x17, 0x64, 0x17, 0x7b, 0x80, 0x01, 0xcc, 0x92, 0x95, 0xad, 0x45, 0x44, 0x1b, 0xe1, 0x13, 0x59, 0xcf, 0x4e, 0x5e, 0x8d, 0x17, 0xa8, 0x25, 0xb6, 0x6a, 0xe3, 0x65, 0xf7, 0xd5, 0x03, 0xc6, 0x80, 0xc0, 0x9c, 0xd9, 0xd5, 0x57, 0xfb, 0x12, 0xd2, 0x15, 0xf7, 0x66, 0x10, 0x03, 0xa9, 0xa6, 0x3c, 0x21, 0x23, 0x61, 0x62, 0xfe, 0xcd, 0xa6, 0x8c, 0x12, 0x7f, 0x5f, 0xad, 0x2a, 0x8b, 0xbf, 0x68, 0x98, 0x66, 0x36, 0xb0, 0x95, 0xc4, 0x58, 0x57, 0x6b, 0x57, 0xeb, 0xdd, 0x2f, 0xde, 0xfb, 0x51, 0x73, 0xe2, 0x30, 0x3a, 0xb4, 0xe2, 0xd8, 0x5f, 0x05, 0x74, 0xee, 0xc6, 0x72, 0x26, 0x6b, 0xdf, 0x68, 0xb0, 0x68, 0xa2, 0x4c, 0x57, 0x54, 0x5d, 0xc3, 0x52, 0x3b, 0x37, 0xc0, 0x9f, 0xcc, 0x6f, 0x77, 0xb2, 0x36, 0xd4, 0x9c, 0x8f, 0xa4, 0x9e, 0x1b, 0xc4, 0xc9, 0x7a, 0x9a, 0x8d, 0x10, 0xc2, 0x72, 0x28, 0x1b, 0x2c, 0x2c, 0x56, 0xf0, 0x4e, 0xbc, 0xef, 0xc7, 0xc2, 0x7f, 0x7c, 0xf2, 0xc6, 0xd5, 0x8e, 0x9a, 0xb7, 0x07, 0xf6, 0x98, 0xf1, 0xdd, 0xaa, 0x8b, 0x7d, 0x09, 0x31, 0x5e, 0x3e, 0xfa, 0xd1, 0x97, 0xfe, 0xd4, 0x50, 0x46, 0x30, 0x05, 0x86, 0x36, 0xbe, 0xcc, 0xa8, 0x6c, 0x18, 0x20, 0xe9, 0x06, 0x6d, 0x01, 0xa1, 0x91, 0xcd, 0x6c, 0xa7, 0x29, 0x29, 0x81, 0x9e, 0xd5, 0xdc, 0x72, 0xdf, 0xab, 0xf3, 0xdf, 0x6f, 0x70, 0x3c, 0xc6, 0xb1, 0xf7, 0xe3, 0x53, 0x6b, 0x7f, 0x1b, 0x2f, 0xdb, 0x38, 0x8a, 0xb1, 0xda, 0x1d, 0x38, 0x9e, 0xc6, 0x73, 0x0d, 0xf5, 0xf6, 0xe4, 0xfb, 0x1c, 0xa7, 0x14, 0xe2, 0x27, 0x57, 0x14, 0x00, 0x8f, 0xfb, 0x57, 0x3c, 0xc8, 0x6c, 0x5b, 0x92, 0x39, 0x41, 0x16, 0x59, 0x16, 0x31, 0x62, 0x0e, 0x3e, 0xde, 0xcc, 0xeb, 0xc4, 0x03, 0xc9, 0x63, 0xeb, 0xb6, 0x5c, 0x3e, 0xff, 0x6d, 0x59, 0x0d, 0x19, 0x71, 0x10, 0x46, 0x54, 0x9f, 0x78, 0x7e, 0x8f, 0x8b, 0xfc, 0x83, 0x92, 0x9b, 0x57, 0x4b, 0x2f, 0xfa, 0xd0, 0x97, 0x72, 0xca, 0x1c, 0x85, 0xd3, 0xc2, 0x6c, 0xcf, 0x28, 0xf1, 0xef, 0x29, 0x7f, 0xdb, 0xd9, 0xc9, 0x16, 0xb6, 0x93, 0xaa, 0x1b, 0x88, 0x6d, 0x6e, 0x7e, 0xf4, 0xf5, 0x07, 0x97, 0xec, 0x48, 0x20, 0x7e, 0x12, 0x10, 0x67, 0x0e, 0x1d, 0x3d, 0xdf, 0x37, 0xc9, 0xbe, 0xa3, 0x0f, 0x53, 0xb4, 0xee, 0xc7, 0x26, 0xff, 0x32, 0xfb, 0xc9, 0x8b, 0xab, 0x8f, 0x2a, 0xac, 0xf0, 0x68, 0xb1, 0xda, 0xd0, 0x00, 0x8f, 0xf3, 0x0d, 0xb5, 0xdf, 0x9f, 0x13, 0x65, 0x2e, 0x88, 0x5b, 0x82, 0x63, 0xac, 0xe5, 0x8d, 0x78, 0xb6, 0x4c, 0xc2, 0x7f, 0x7d, 0xbe, 0xee, 0x83, 0x66, 0x27, 0xe1, 0x9d, 0x7b, 0xb5, 0xfe, 0x33, 0x8f, 0x1d, 0x38, 0xa7, 0xec, 0xd0, 0xd4, 0x56, 0x19, 0x54, 0x51, 0x43, 0x2f, 0x06, 0x48, 0xae, 0x87, 0x28, 0x9b, 0x33, 0x28, 0x1b, 0x02, 0x92, 0x13, 0x3a, 0xc6, 0x52, 0x5c, 0xec, 0x84, 0xb1, 0xd0, 0xa2, 0xad, 0x8f, 0x3c, 0xf1, 0x4a, 0x93, 0x9b, 0xfa, 0x29, 0x09, 0x88, 0xfe, 0xfe, 0x8b, 0x7e, 0x5a, 0xf9, 0x23, 0x7b, 0x16, 0x0e, 0x70, 0x30, 0xc3, 0xb4, 0x08, 0xfb, 0x19, 0xf5, 0x76, 0xaa, 0xbe, 0x8f, 0x39, 0xda, 0xdc, 0xde, 0x45, 0x36, 0xe1, 0xcb, 0xcb, 0xfb, 0x3c, 0x6d, 0x1c, 0xaf, 0xf6, 0x6b, 0x99, 0x49, 0x8d, 0x83, 0x5b, 0xb7, 0xf3, 0x36, 0xf1, 0x98, 0xea, 0xd8, 0xb6, 0xed, 0x57, 0xde, 0xfd, 0xa2, 0xa3, 0xe7, 0xbb, 0x40, 0x80, 0x81, 0x31, 0x7d, 0xe8, 0x01, 0xa7, 0xd4, 0xce, 0x0a, 0xb8, 0xd6, 0xb2, 0x1c, 0xc0, 0x14, 0x7c, 0x58, 0x58, 0x6c, 0x4e, 0x89, 0x78, 0x8c, 0xf7, 0xcd, 0x72, 0x81, 0x29, 0xc2, 0x62, 0x12, 0x33, 0x3e, 0x45, 0x37, 0x34, 0xfe, 0xeb, 0xfd, 0xbf, 0x2d, 0x5a, 0xef, 0x3a, 0x7c, 0x2c, 0xd7, 0x23, 0xeb, 0xd2, 0xc3, 0x06, 0xfc, 0xde, 0xa7, 0x47, 0xe6, 0x3e, 0x1c, 0x44, 0x90, 0x18, 0xab, 0x59, 0x6e, 0x4b, 0x51, 0xcb, 0x5b, 0x66, 0xdc, 0xba, 0x95, 0x58, 0x57, 0x00, 0x60, 0x60, 0x60, 0x5c, 0x54, 0x35, 0xf4, 0x51, 0x43, 0x22, 0xb4, 0x2b, 0x38, 0x51, 0xa7, 0x04, 0xd8, 0xc8, 0x42, 0xc7, 0x84, 0x17, 0x79, 0xee, 0x8d, 0x9f, 0xbd, 0xbe, 0x33, 0x81, 0xfc, 0x49, 0x84, 0x4f, 0xcc, 0x84, 0x7c, 0xc2, 0x98, 0x7d, 0x8f, 0xee, 0x79, 0x64, 0x70, 0x44, 0xe2, 0x0f, 0xd6, 0x30, 0x5d, 0xe6, 0x9a, 0x6d, 0x84, 0xd3, 0x2a, 0x1b, 0x6a, 0xe8, 0x09, 0x18, 0xb4, 0xf2, 0xa6, 0xcd, 0x22, 0x62, 0xed, 0xcb, 0x1a, 0x17, 0x7e, 0xfa, 0xfa, 0x0b, 0x9f, 0xa4, 0x5d, 0xc7, 0x25, 0x42, 0x10, 0x57, 0x48, 0xc5, 0xe0, 0xc8, 0x5e, 0x87, 0xdd, 0x11, 0x3c, 0x2e, 0xde, 0x86, 0x43, 0xd8, 0xc4, 0x27, 0xb6, 0xcd, 0x6f, 0xc5, 0x96, 0xe3, 0xfe, 0xb8, 0x35, 0x7e, 0x6d, 0x67, 0x02, 0xe0, 0x13, 0xa2, 0xf9, 0x0e, 0x2b, 0x3b, 0xfa, 0x3e, 0xff, 0x59, 0xb6, 0x20, 0x79, 0x24, 0xfb, 0xd0, 0xc1, 0x87, 0xd4, 0xc7, 0xad, 0xc2, 0x8d, 0x3b, 0xaf, 0xfb, 0xdd, 0x53, 0x29, 0xc4, 0x77, 0x07, 0x01, 0xe7, 0xdf, 0xf1, 0xfd, 0x27, 0x4c, 0xea, 0x7b, 0x48, 0xd5, 0x81, 0x81, 0x21, 0xf6, 0xd3, 0x67, 0x48, 0x28, 0xf8, 0x97, 0x8e, 0xfa, 0x77, 0xc9, 0x2a, 0x82, 0x9e, 0x92, 0x81, 0xae, 0xd1, 0x56, 0x0f, 0x58, 0xcf, 0xcc, 0xfa, 0x60, 0xb3, 0x6b, 0x8f, 0x77, 0x23, 0xbf, 0xdb, 0x3f, 0x7e, 0xf2, 0xad, 0x1e, 0x73, 0xf5, 0x6a, 0x2e, 0x3e, 0x8d, 0xaf, 0x58, 0x7f, 0xe2, 0x9f, 0xb6, 0xe8, 0xab, 0x62, 0x8e, 0x4c, 0x3d, 0x25, 0x06, 0x40, 0x85, 0xa6, 0x68, 0xb2, 0xf5, 0x0b, 0x5c, 0xfa, 0x9b, 0xc0, 0xc5, 0xf6, 0x97, 0x63, 0xd9, 0x42, 0x9c, 0x25, 0x76, 0xbc, 0xb1, 0xf8, 0xca, 0xff, 0x6c, 0x4a, 0x22, 0xba, 0x0f, 0xf4, 0xff, 0x74, 0x90, 0x38, 0x3e, 0xf7, 0xed, 0x75, 0xde, 0x93, 0xbe, 0x4a, 0x80, 0xe9, 0xf4, 0xc2, 0xc2, 0xa2, 0x89, 0xc6, 0xb4, 0xe6, 0xc5, 0xbe, 0xa2, 0xef, 0xd9, 0x28, 0x35, 0xdf, 0x3b, 0x36, 0xfe, 0xe2, 0x74, 0x97, 0x1e, 0x9f, 0x2b, 0xf1, 0x55, 0xcf, 0x8e, 0x9d, 0x37, 0x66, 0xf8, 0x1f, 0xfc, 0xfb, 0x27, 0x4c, 0x26, 0x6f, 0x2e, 0x3d, 0xf7, 0x1f, 0x3b, 0x93, 0xc8, 0x6f, 0xe5, 0x07, 0x82, 0x51, 0x5c, 0xdf, 0x77, 0x10, 0xd4, 0x77, 0xf5, 0xcf, 0xcb, 0xaf, 0x4c, 0xb9, 0xb2, 0x6d, 0xd7, 0xcd, 0xbf, 0x7d, 0x40, 0x13, 0xd9, 0x97, 0x76, 0x14, 0xa4, 0x1f, 0x15, 0x02, 0xc3, 0xcf, 0xee, 0xad, 0x18, 0x09, 0x30, 0x91, 0x3d, 0x25, 0x5d, 0xd2, 0xce, 0xb4, 0x6a, 0xe2, 0x01, 0xa2, 0xc3, 0x59, 0x89, 0xb2, 0x91, 0x37, 0xbf, 0xf1, 0xeb, 0x6b, 0x52, 0x48, 0x4e, 0x56, 0xa2, 0xa7, 0x1c, 0x8f, 0xa8, 0x38, 0xfd, 0xfa, 0xf2, 0xf3, 0x74, 0xc7, 0x7a, 0xe6, 0xe9, 0xef, 0x2e, 0x6b, 0x73, 0xb9, 0x23, 0xaf, 0x71, 0x60, 0x14, 0x4c, 0x7e, 0x17, 0x10, 0xae, 0x38, 0xad, 0xf6, 0x2e, 0x23, 0x1e, 0xae, 0x4b, 0xc7, 0x47, 0xcb, 0xae, 0x78, 0x7a, 0x4d, 0x1a, 0xe2, 0xfb, 0xf2, 0x03, 0xe1, 0x87, 0xd7, 0xf6, 0x3e, 0x06, 0x60, 0xa4, 0xb8, 0xbd, 0xb7, 0xb3, 0x2d, 0x8d, 0xc7, 0x82, 0xc1, 0x20, 0x39, 0xf3, 0x9e, 0x94, 0x84, 0xd8, 0xb4, 0x60, 0xfe, 0x82, 0xa4, 0xbe, 0x1f, 0x4b, 0xe2, 0xf4, 0xa9, 0x04, 0x4f, 0x3e, 0x27, 0xfb, 0xdf, 0x3f, 0xbe, 0xdf, 0x6d, 0x46, 0x2f, 0x08, 0xdd, 0x77, 0xd7, 0x35, 0xcd, 0xd1, 0x24, 0xa2, 0x17, 0x00, 0x81, 0xe1, 0x1d, 0xf9, 0x31, 0xf0, 0x7d, 0xe7, 0x90, 0xc1, 0x0b, 0x8c, 0x01, 0x00, 0x56, 0x47, 0xcb, 0x6f, 0xef, 0xbd, 0xbb, 0x21, 0xe6, 0x4a, 0x72, 0x9f, 0x2b, 0x43, 0xca, 0x38, 0x3b, 0x5c, 0x3c, 0x7b, 0xe8, 0x37, 0x95, 0x84, 0x7f, 0x10, 0x16, 0x16, 0x51, 0x36, 0xa7, 0xb1, 0xd4, 0x06, 0x45, 0x3d, 0x18, 0x65, 0xa1, 0x68, 0x30, 0x97, 0xd6, 0xfd, 0x7d, 0x51, 0x8a, 0xa4, 0x13, 0x03, 0x17, 0xa2, 0xc7, 0x5c, 0x8f, 0x12, 0xce, 0x9e, 0xbc, 0xe7, 0x81, 0x77, 0x85, 0x9e, 0xff, 0xf5, 0xef, 0xd2, 0x5e, 0x13, 0xcb, 0x07, 0x02, 0xc3, 0x13, 0xf2, 0x3b, 0xce, 0xce, 0x1c, 0x72, 0xe0, 0x83, 0xfe, 0xb1, 0xd1, 0x4f, 0x3e, 0xf9, 0xd1, 0x63, 0xcb, 0x5d, 0xaf, 0x4a, 0x26, 0xb8, 0x2f, 0xe3, 0xec, 0xa0, 0xe7, 0x88, 0x53, 0x0e, 0x9f, 0x70, 0x2d, 0x40, 0x0f, 0x49, 0xba, 0x6d, 0xb0, 0x51, 0x2a, 0xba, 0x26, 0x83, 0x50, 0x21, 0xde, 0x0a, 0x61, 0x5e, 0x10, 0x45, 0xf3, 0x13, 0x17, 0x2e, 0xdf, 0x9c, 0x33, 0xb3, 0x71, 0x27, 0x68, 0xa6, 0x33, 0xb1, 0x0c, 0x67, 0x3d, 0x06, 0x20, 0x81, 0xd4, 0xc9, 0xbd, 0xdf, 0x3e, 0x1a, 0x5b, 0x33, 0xe3, 0x9c, 0x27, 0x1f, 0x5d, 0x1f, 0x4e, 0x0f, 0x52, 0xce, 0x60, 0x38, 0xfe, 0x4d, 0xdc, 0x6b, 0xe6, 0xdd, 0xaa, 0x7f, 0x1f, 0x23, 0x4a, 0xb6, 0xad, 0x0e, 0xe5, 0x70, 0xa2, 0x10, 0xaa, 0x9c, 0x67, 0x77, 0x49, 0xc1, 0x9c, 0x68, 0xcb, 0x0d, 0x67, 0x27, 0x31, 0x13, 0xb2, 0x10, 0x3d, 0x96, 0xf5, 0x9b, 0x4c, 0x10, 0x24, 0x9e, 0xf3, 0x10, 0x80, 0x54, 0x42, 0xfa, 0x72, 0x3c, 0x67, 0x64, 0x66, 0x5c, 0xae, 0xac, 0x29, 0x09, 0x8c, 0xca, 0xe0, 0x55, 0x8f, 0x29, 0x65, 0xcc, 0x31, 0xa2, 0x68, 0xdb, 0x41, 0xc8, 0x75, 0x04, 0xf4, 0x14, 0x73, 0xe2, 0x7a, 0xc9, 0xea, 0xd9, 0xf2, 0xf1, 0xad, 0xd7, 0xa6, 0x10, 0xbd, 0xd0, 0xfe, 0xed, 0xc6, 0x68, 0x32, 0x5f, 0xef, 0x21, 0x00, 0xb9, 0x91, 0x3b, 0x99, 0x9c, 0xbe, 0x2c, 0x04, 0x77, 0xbb, 0xde, 0x15, 0x8c, 0xab, 0x7f, 0x57, 0x3e, 0x18, 0x60, 0x0a, 0x7d, 0x31, 0x80, 0x06, 0x59, 0xe6, 0x25, 0x8f, 0x80, 0x7e, 0x94, 0x01, 0x06, 0xcb, 0x45, 0x06, 0xda, 0xf4, 0xcf, 0xf9, 0x7f, 0xca, 0x89, 0xe8, 0x99, 0x8e, 0xd2, 0x5f, 0x91, 0xa9, 0xf7, 0xe7, 0xc0, 0x86, 0x8c, 0x82, 0xf8, 0x7f, 0xb6, 0xfe, 0xef, 0x4b, 0x21, 0xb0, 0x1b, 0xd1, 0x73, 0x19, 0x2b, 0x8e, 0xeb, 0x7f, 0xf8, 0x7f, 0x7b, 0x1f, 0x02, 0x30, 0x5e, 0x32, 0xb5, 0xb7, 0xd0, 0x90, 0x46, 0x08, 0xf5, 0x8b, 0xcf, 0xa6, 0xca, 0x3c, 0xfa, 0xf1, 0x5d, 0x4f, 0xbe, 0x92, 0x63, 0xbf, 0x8e, 0x65, 0x3c, 0xe7, 0xc6, 0x7e, 0xb2, 0xdd, 0x1f, 0xf3, 0x0e, 0x80, 0xc2, 0x48, 0x9e, 0x6e, 0x84, 0xe4, 0xf6, 0xa4, 0x84, 0xcf, 0x8b, 0x67, 0x0f, 0x3d, 0x15, 0x60, 0x5f, 0x15, 0x07, 0x4b, 0xbb, 0x98, 0x01, 0x53, 0x85, 0x50, 0x5b, 0x3f, 0xac, 0x14, 0xc5, 0xcf, 0x5e, 0xb9, 0x78, 0x6d, 0x1a, 0x22, 0xe6, 0x42, 0xf0, 0xf4, 0xbd, 0x3e, 0xdb, 0x1d, 0x39, 0x31, 0xa1, 0x42, 0x00, 0x28, 0x8e, 0xa8, 0x05, 0xc3, 0x73, 0xda, 0x91, 0xe3, 0x2f, 0x53, 0x7e, 0x78, 0x93, 0x44, 0xcc, 0xdc, 0xea, 0x32, 0x02, 0xca, 0x44, 0x11, 0x17, 0x96, 0x34, 0xf8, 0xb1, 0xe8, 0x6d, 0x73, 0x5a, 0xda, 0xd3, 0x90, 0x3d, 0x5b, 0x9f, 0xce, 0x95, 0xc4, 0x99, 0xe1, 0xed, 0x84, 0x11, 0x90, 0x4f, 0x7f, 0xce, 0x7f, 0x04, 0xc8, 0x99, 0xc9, 0xfb, 0x1f, 0x7f, 0x23, 0x40, 0x25, 0x33, 0xa4, 0xd9, 0x9b, 0x5d, 0xd6, 0xc2, 0x76, 0x5e, 0xb7, 0x9d, 0x52, 0xb3, 0xae, 0xf5, 0x7f, 0xb7, 0x5c, 0x99, 0x95, 0x44, 0x85, 0xb1, 0x9c, 0x4e, 0x1e, 0x01, 0xde, 0xcc, 0x01, 0x45, 0xc8, 0x50, 0x7d, 0xab, 0x2e, 0x5f, 0x80, 0x01, 0x06, 0x27, 0xe2, 0x17, 0x5f, 0x9c, 0x68, 0xca, 0x14, 0xdc, 0x43, 0x02, 0x49, 0x3f, 0x97, 0x84, 0x02, 0xdb, 0x17, 0xde, 0x75, 0x67, 0x56, 0x01, 0xf2, 0x2b, 0x31, 0x07, 0x90, 0x17, 0xc1, 0x33, 0x9d, 0xcb, 0xb4, 0x98, 0x4b, 0x27, 0xaa, 0x1a, 0x18, 0x18, 0xd7, 0xde, 0x1b, 0xec, 0x0d, 0x70, 0xb4, 0x78, 0xa3, 0xed, 0xa4, 0xdd, 0x45, 0x08, 0xad, 0x94, 0x38, 0x5e, 0xe5, 0xfc, 0xf2, 0xe9, 0x82, 0xbf, 0xfc, 0x23, 0xad, 0xf8, 0xe9, 0x26, 0xe9, 0xe4, 0x0e, 0x4b, 0xae, 0xa3, 0xc9, 0xd3, 0x75, 0x40, 0x71, 0x92, 0x7f, 0x2e, 0xab, 0x82, 0x0c, 0xaa, 0x89, 0x9f, 0xcc, 0xeb, 0x31, 0x1e, 0x60, 0xb2, 0x24, 0x84, 0x6e, 0xa0, 0xd5, 0x45, 0x08, 0x55, 0x21, 0xe2, 0x6f, 0xb0, 0x4d, 0xfd, 0x9d, 0xfb, 0xf2, 0xd2, 0x34, 0x0b, 0xb0, 0xfc, 0x24, 0xff, 0x58, 0x06, 0x00, 0x63, 0x9d, 0xb3, 0x0e, 0x20, 0xbb, 0xa8, 0x98, 0xa3, 0xac, 0x9f, 0x0b, 0xd1, 0x9d, 0x2a, 0x09, 0x51, 0x48, 0x5c, 0x76, 0xc9, 0xc0, 0x93, 0x94, 0x3f, 0xaa, 0xaa, 0x28, 0x14, 0xa2, 0x59, 0x8f, 0xf1, 0xb8, 0x10, 0xaa, 0xec, 0x87, 0xff, 0x12, 0x73, 0xe1, 0x7d, 0xe7, 0xad, 0x6f, 0x48, 0xa7, 0x60, 0xce, 0x1b, 0x8c, 0xfc, 0x40, 0x8a, 0x79, 0xbd, 0x12, 0x4e, 0xa7, 0x0b, 0xf2, 0x65, 0x54, 0x3a, 0xe4, 0x47, 0xf4, 0x8c, 0x7a, 0xd1, 0xf3, 0x66, 0xee, 0x7f, 0xa9, 0x32, 0x0b, 0x8e, 0x4f, 0xe8, 0xf7, 0xce, 0x0a, 0x7e, 0x41, 0x11, 0x51, 0x95, 0x0c, 0x14, 0xd9, 0x76, 0xe3, 0x85, 0xb9, 0x69, 0xfb, 0xf3, 0x5a, 0x25, 0x67, 0x56, 0x48, 0xe4, 0xa5, 0x8e, 0xcb, 0x17, 0x00, 0x23, 0x67, 0x0d, 0x4f, 0x26, 0x0d, 0xa8, 0x2f, 0x0f, 0xb5, 0xb4, 0xc3, 0x42, 0xf6, 0xf5, 0x09, 0x53, 0x7e, 0xa9, 0xd8, 0xcc, 0x61, 0x29, 0xb5, 0xfc, 0x12, 0xf7, 0xb7, 0x8b, 0x0c, 0xd4, 0xf8, 0xce, 0xed, 0x73, 0x93, 0xac, 0x00, 0xb1, 0x84, 0xe3, 0x58, 0x46, 0x30, 0x9c, 0x47, 0xd9, 0xf4, 0x43, 0x6e, 0x20, 0x95, 0x44, 0x1d, 0x9d, 0x4b, 0xbf, 0x76, 0x23, 0xad, 0x2f, 0x2f, 0x5b, 0x80, 0xab, 0x6d, 0x6c, 0x64, 0xbf, 0x73, 0x1f, 0x53, 0xbd, 0xfc, 0xc4, 0xa4, 0x4a, 0x96, 0x46, 0xd2, 0xde, 0x5a, 0x91, 0x81, 0x36, 0x3e, 0x74, 0xcf, 0x82, 0x9c, 0xed, 0x60, 0x6e, 0x0a, 0xea, 0x7c, 0xc1, 0xc8, 0x53, 0x19, 0xed, 0xa5, 0x45, 0xac, 0x10, 0xa2, 0xc7, 0x79, 0xbc, 0xe1, 0x6a, 0x9e, 0x4c, 0x29, 0x59, 0x7c, 0xdd, 0xb3, 0xfe, 0x6a, 0x65, 0x98, 0xac, 0xc0, 0x27, 0xff, 0xfc, 0x29, 0xaf, 0x13, 0xe3, 0x23, 0xd6, 0x2a, 0x87, 0x85, 0xba, 0x27, 0x5e, 0x2b, 0xd8, 0x18, 0x99, 0xde, 0x5a, 0x90, 0x0b, 0xc3, 0xea, 0x44, 0x9b, 0x70, 0xee, 0x44, 0x77, 0x12, 0x3c, 0x91, 0xd0, 0xbe, 0x4c, 0xa6, 0x79, 0xad, 0x65, 0x30, 0x7e, 0xf6, 0xc7, 0x8a, 0xb1, 0x00, 0xd5, 0x04, 0xc4, 0x9d, 0xdd, 0xc0, 0x8f, 0xa5, 0xdd, 0x67, 0x23, 0x84, 0x68, 0x73, 0x88, 0x1e, 0xcf, 0x9e, 0xb3, 0x78, 0x5d, 0x46, 0x9f, 0x76, 0x2b, 0x0f, 0xbb, 0x70, 0x3e, 0x60, 0x74, 0x82, 0x57, 0x44, 0x3a, 0x32, 0xe7, 0x6a, 0xed, 0x32, 0xb2, 0x7a, 0x08, 0xa5, 0x16, 0xb1, 0xe7, 0x8a, 0xeb, 0x7a, 0x9e, 0x94, 0x7b, 0x13, 0x63, 0xad, 0x37, 0xcd, 0xe8, 0x88, 0x92, 0x39, 0x45, 0x45, 0xf2, 0xec, 0x10, 0xd3, 0xd6, 0x32, 0xe7, 0xff, 0x4c, 0xa6, 0x4a, 0x0a, 0xeb, 0xfb, 0x9e, 0xf9, 0x05, 0x15, 0x64, 0xef, 0xcd, 0x46, 0x7e, 0x5c, 0x20, 0x00, 0x2e, 0xfd, 0xe6, 0x1e, 0x79, 0x54, 0x1a, 0x0e, 0x2d, 0xfd, 0xe5, 0xc5, 0x49, 0x05, 0xde, 0x33, 0xb3, 0xa3, 0xe4, 0x29, 0x3a, 0xb7, 0x59, 0xc2, 0x09, 0x40, 0xe7, 0x7b, 0xc6, 0x65, 0x21, 0x7a, 0xaa, 0x34, 0x9f, 0x8e, 0xd9, 0xb8, 0xba, 0xa3, 0x24, 0xab, 0xfb, 0x67, 0x1f, 0x39, 0x22, 0x87, 0xe8, 0xab, 0x58, 0x53, 0x74, 0x7b, 0x6c, 0x47, 0x64, 0xeb, 0x8e, 0x45, 0xf7, 0x3f, 0x97, 0x04, 0x00, 0xae, 0x4c, 0xa8, 0x10, 0x57, 0x15, 0x37, 0xb6, 0xd4, 0x15, 0xae, 0x89, 0x19, 0xd9, 0x51, 0x36, 0x4e, 0xef, 0xce, 0x70, 0x12, 0x09, 0x9f, 0xb8, 0xd4, 0x35, 0x7a, 0x05, 0x87, 0xf6, 0xe8, 0xd7, 0xa3, 0xa6, 0xb6, 0xaa, 0xb6, 0xa2, 0x06, 0xc0, 0x1f, 0x0c, 0x54, 0xb4, 0x37, 0x41, 0xb4, 0x23, 0xdc, 0x0a, 0xe1, 0xd0, 0x96, 0xad, 0x9f, 0x6e, 0xdf, 0xee, 0x2c, 0x5d, 0xe0, 0x1e, 0xb4, 0x9c, 0xcc, 0x86, 0x0a, 0x85, 0xa0, 0xe0, 0x9e, 0xef, 0x2d, 0x00, 0x89, 0xb2, 0x51, 0x2e, 0xac, 0x26, 0x1b, 0xe3, 0x21, 0x99, 0xfb, 0x27, 0x7c, 0x66, 0x6e, 0x79, 0x62, 0x22, 0x75, 0x27, 0x00, 0xee, 0x59, 0x43, 0xc8, 0xc9, 0x67, 0x28, 0x3e, 0x23, 0x24, 0xb3, 0x9e, 0x22, 0xfb, 0xae, 0xb7, 0x5b, 0xae, 0xc4, 0x4f, 0xee, 0xf1, 0x89, 0xe4, 0x36, 0x92, 0xca, 0xd6, 0x3b, 0x57, 0x5d, 0x46, 0x96, 0x96, 0xbb, 0x25, 0x54, 0x4f, 0x1e, 0x05, 0x64, 0x89, 0xf7, 0x4b, 0x85, 0xc0, 0x6d, 0x76, 0x88, 0x79, 0x43, 0xb0, 0x52, 0x6c, 0xd9, 0xd8, 0x0f, 0x19, 0x79, 0x7e, 0x1a, 0xe6, 0x93, 0xd2, 0x66, 0x23, 0x6b, 0xef, 0xc7, 0x95, 0xf8, 0xc9, 0x8c, 0x28, 0xb7, 0x71, 0x60, 0x4b, 0x48, 0x45, 0xf0, 0xfb, 0xce, 0x03, 0x20, 0x11, 0x86, 0xe4, 0xa9, 0x97, 0x34, 0x3c, 0x3f, 0x03, 0xe7, 0x4f, 0xc3, 0x7c, 0x8c, 0xb4, 0xe4, 0x4f, 0x07, 0x40, 0x2a, 0x23, 0xca, 0x24, 0xa0, 0xba, 0x8f, 0x03, 0x8f, 0x89, 0x54, 0xfa, 0x2d, 0x57, 0x79, 0x27, 0x7b, 0xef, 0x37, 0x72, 0x6e, 0x73, 0xae, 0x8c, 0xc8, 0x4a, 0x03, 0x85, 0xfb, 0xf4, 0x5c, 0x12, 0xe2, 0x74, 0xde, 0xe6, 0xc6, 0x80, 0xc8, 0xd0, 0xfb, 0x8d, 0x14, 0x92, 0x1b, 0x39, 0xb7, 0x3a, 0x1d, 0x00, 0xd9, 0x66, 0x83, 0x74, 0x55, 0x23, 0x4a, 0x48, 0x94, 0xae, 0xd8, 0x92, 0xa7, 0xdd, 0xe4, 0x29, 0x37, 0xb7, 0xbe, 0x9f, 0x79, 0x0e, 0x48, 0x64, 0x3f, 0xd9, 0xa6, 0x63, 0x3a, 0x97, 0xec, 0x5d, 0x0d, 0x40, 0x32, 0x18, 0x6e, 0x4c, 0x28, 0x37, 0xe6, 0x63, 0x64, 0x20, 0x7f, 0xb6, 0x7c, 0xe1, 0x6e, 0x00, 0x74, 0xc1, 0xeb, 0x77, 0xaf, 0xcd, 0xc8, 0x98, 0xa2, 0x2a, 0xdf, 0xf6, 0x5a, 0x19, 0xc6, 0x41, 0x17, 0x11, 0xbc, 0xbb, 0x03, 0x90, 0xbe, 0x95, 0x46, 0x5e, 0x6d, 0xb6, 0xd2, 0x8c, 0x82, 0x6e, 0xf9, 0x6a, 0xbb, 0xb7, 0x2e, 0xdc, 0xfe, 0x1f, 0xaf, 0x15, 0x73, 0x92, 0x94, 0x9b, 0xb1, 0x53, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int input_192_png_len = 11289; unsigned char media_playback_start_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74, 0x02, 0x70, 0x23, 0x16, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x14, 0x1f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x69, 0x70, 0x54, 0x57, 0x76, 0xf6, 0x8c, 0x1d, 0x8f, 0x33, 0x95, 0x54, 0xaa, 0x92, 0xaa, 0xd4, 0xe4, 0xc7, 0xa4, 0x2a, 0x3f, 0x52, 0x95, 0x8a, 0xab, 0x52, 0xf9, 0x33, 0xae, 0xf2, 0xd4, 0x84, 0x90, 0x41, 0x12, 0x18, 0xb3, 0x9a, 0x30, 0x0c, 0xb6, 0x21, 0xb2, 0x8d, 0xc1, 0x06, 0x6c, 0x0c, 0x06, 0x64, 0x8c, 0xc7, 0x96, 0x8d, 0x31, 0x08, 0xc4, 0x66, 0x8c, 0x41, 0xec, 0x12, 0x20, 0x21, 0x21, 0xc9, 0x02, 0x61, 0x30, 0x60, 0x04, 0x02, 0x6c, 0x40, 0xfb, 0xbe, 0xaf, 0xad, 0x6e, 0x2d, 0xad, 0x56, 0x6b, 0x17, 0x48, 0x20, 0x9d, 0xdc, 0x73, 0x97, 0xf7, 0xee, 0x7b, 0x5a, 0xd0, 0xc6, 0xaa, 0xf3, 0x55, 0x7d, 0xd5, 0xaf, 0xd5, 0xdb, 0xeb, 0xf7, 0x7d, 0xf7, 0xdc, 0xe5, 0x9c, 0xbe, 0x7a, 0xea, 0x29, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x61, 0x38, 0x88, 0xfe, 0x2e, 0x72, 0x46, 0x4c, 0xdc, 0xf1, 0x83, 0x31, 0xa7, 0x8e, 0xff, 0x8e, 0xae, 0xc6, 0x18, 0x04, 0x13, 0xbf, 0x95, 0x11, 0x18, 0xbb, 0x19, 0x0f, 0xc5, 0xc4, 0x1c, 0xf9, 0x27, 0xba, 0x2a, 0x63, 0xcb, 0x00, 0x60, 0x63, 0x4b, 0x74, 0xdc, 0xf1, 0x8f, 0xce, 0x9c, 0x39, 0xf3, 0x2b, 0xba, 0x3a, 0x63, 0xd3, 0x00, 0x8a, 0x25, 0xd8, 0x3d, 0xd0, 0x15, 0x1a, 0x23, 0x06, 0x48, 0xcf, 0x4c, 0x01, 0x57, 0x75, 0x15, 0xc4, 0x9f, 0xfd, 0xce, 0x6e, 0x84, 0x84, 0xe8, 0x93, 0xe1, 0xff, 0x41, 0x57, 0xea, 0x09, 0x37, 0x40, 0x66, 0x4e, 0x1a, 0x20, 0xba, 0xee, 0x74, 0x41, 0x7e, 0x51, 0x2e, 0xc4, 0x9e, 0x8a, 0xd4, 0x4d, 0x80, 0xe3, 0x83, 0xb0, 0xd8, 0xd8, 0xb0, 0x7f, 0xa4, 0x2b, 0xf6, 0x84, 0x1b, 0x40, 0xa1, 0xbd, 0xbd, 0x0d, 0xae, 0xdf, 0xbc, 0x66, 0x8f, 0x06, 0xde, 0xd8, 0xb8, 0x88, 0x80, 0xa8, 0xa8, 0xa8, 0x67, 0xe9, 0xca, 0x3d, 0xe1, 0x06, 0x50, 0xf0, 0x78, 0xeb, 0xe1, 0x7c, 0xc2, 0x59, 0xbb, 0x11, 0x0a, 0x63, 0x4e, 0x46, 0xbc, 0x4c, 0x57, 0xef, 0x09, 0x35, 0xc0, 0x1d, 0xd6, 0x0d, 0xe8, 0xe8, 0xee, 0xee, 0x86, 0xf2, 0xca, 0x12, 0x38, 0x75, 0x3a, 0xc6, 0x6e, 0x84, 0x0b, 0x51, 0x71, 0x51, 0xff, 0x4e, 0x57, 0xf1, 0x09, 0x33, 0x80, 0xc3, 0x59, 0x0e, 0x15, 0x55, 0xa5, 0xd0, 0xd9, 0xd5, 0x69, 0x31, 0x42, 0x17, 0xbb, 0x9f, 0x93, 0x97, 0x69, 0x37, 0x41, 0x57, 0x74, 0x5c, 0xe4, 0x0e, 0xd6, 0x2d, 0xfc, 0x1d, 0x5d, 0xcd, 0x27, 0xc8, 0x00, 0xd9, 0xf9, 0xe9, 0x90, 0x5b, 0x90, 0x09, 0xb5, 0x6e, 0x17, 0x8f, 0x00, 0x3a, 0x5a, 0x5a, 0x9b, 0xe1, 0xea, 0xcf, 0x97, 0x6c, 0x46, 0x88, 0xf0, 0x44, 0x9f, 0x3c, 0xbe, 0x8c, 0x19, 0xe1, 0x69, 0xba, 0xaa, 0x4f, 0x88, 0x01, 0x14, 0xf3, 0x8b, 0x73, 0xa0, 0xa1, 0xd1, 0xd3, 0x6b, 0x7c, 0xe0, 0xae, 0xaf, 0x85, 0x1f, 0xce, 0xc7, 0xdb, 0x23, 0x42, 0x5a, 0xcc, 0xc9, 0xc8, 0x71, 0x74, 0x65, 0x1f, 0x63, 0x03, 0x54, 0x3a, 0xcb, 0x20, 0x33, 0x37, 0x15, 0x32, 0x72, 0x52, 0x20, 0x3d, 0x3b, 0x19, 0xd2, 0xb2, 0x92, 0x20, 0x35, 0x33, 0x89, 0x4d, 0x0f, 0x73, 0xa0, 0xad, 0xbd, 0xd5, 0x62, 0x82, 0xbb, 0x77, 0xef, 0x40, 0x49, 0x59, 0x11, 0xc4, 0xc5, 0x9f, 0xb0, 0x18, 0x81, 0x45, 0x83, 0xf8, 0xa8, 0x53, 0x51, 0xff, 0x42, 0x57, 0xf8, 0xb1, 0x59, 0x08, 0x4a, 0x36, 0x44, 0x2d, 0x2c, 0xc9, 0x83, 0x1b, 0x29, 0xd7, 0xe0, 0x66, 0xca, 0x4f, 0x90, 0x94, 0xfa, 0x33, 0x24, 0xa5, 0x5d, 0x87, 0xe4, 0xf4, 0xeb, 0xcc, 0x04, 0x37, 0x39, 0xcb, 0xd8, 0x80, 0xd0, 0x3e, 0x3e, 0xb8, 0x75, 0xfb, 0x16, 0x64, 0x64, 0xa5, 0xd9, 0xa3, 0x41, 0x47, 0x4c, 0x5c, 0xe4, 0xc6, 0x93, 0x27, 0x4f, 0xfe, 0x2d, 0x5d, 0xe9, 0xc7, 0xc8, 0x00, 0x25, 0xe5, 0x45, 0x90, 0x92, 0x71, 0x83, 0x8b, 0x8d, 0xad, 0x1f, 0x89, 0x91, 0x20, 0x23, 0x3b, 0x85, 0x45, 0x85, 0x54, 0x4e, 0xec, 0x1a, 0xea, 0xea, 0x6b, 0xa0, 0xa7, 0xc7, 0x3a, 0x3e, 0x68, 0x6e, 0x69, 0x84, 0xc4, 0xab, 0x17, 0xed, 0x46, 0x70, 0xc5, 0xc6, 0x1d, 0x9f, 0xcf, 0x1e, 0xfe, 0x05, 0x5d, 0xf1, 0x47, 0x0c, 0x27, 0x62, 0xc3, 0x01, 0x89, 0x4b, 0xc1, 0x0a, 0xe5, 0x8e, 0x12, 0x21, 0xb6, 0x14, 0x1c, 0xbb, 0x83, 0xac, 0xbc, 0x34, 0x4e, 0x7d, 0x6c, 0x90, 0x9d, 0x97, 0x0e, 0x05, 0x25, 0x39, 0xd0, 0xd8, 0xd4, 0x60, 0x31, 0x41, 0x4f, 0x4f, 0x0f, 0xd4, 0xd4, 0x55, 0xc3, 0xe9, 0x1f, 0xe2, 0x40, 0xbd, 0x3f, 0x32, 0x2a, 0xf6, 0x58, 0x52, 0x54, 0x6c, 0xf8, 0x8b, 0x74, 0xd5, 0x1f, 0x21, 0x44, 0x46, 0x1f, 0x05, 0xa4, 0x6e, 0x80, 0x8a, 0xaa, 0x32, 0x43, 0x70, 0x25, 0x7a, 0x4e, 0x7e, 0x06, 0x17, 0xdc, 0x62, 0x00, 0x8d, 0x65, 0x95, 0xc5, 0xac, 0x1b, 0xe8, 0xe8, 0x35, 0x3e, 0x28, 0x2c, 0xce, 0xe7, 0xe2, 0xab, 0xcf, 0x61, 0xec, 0x89, 0x8a, 0x39, 0x1a, 0x15, 0x11, 0x17, 0xf1, 0x5b, 0xba, 0xfa, 0x8f, 0x00, 0x22, 0xa2, 0xc2, 0x00, 0xa9, 0x77, 0x01, 0x7c, 0x16, 0x30, 0x80, 0xd8, 0x03, 0xb1, 0xaa, 0xba, 0x12, 0xee, 0x30, 0xe1, 0x2d, 0xe3, 0x83, 0x5b, 0x1d, 0x70, 0x33, 0xf9, 0x67, 0x50, 0x9f, 0x25, 0xd9, 0x16, 0x11, 0x19, 0x1a, 0x78, 0xe8, 0xd0, 0xa1, 0xe7, 0x48, 0x85, 0x87, 0x88, 0xa3, 0x11, 0x87, 0x01, 0x99, 0x9a, 0x9e, 0xd4, 0xef, 0x34, 0xb0, 0x37, 0x33, 0x20, 0xa7, 0xa0, 0x7f, 0xe6, 0x17, 0x65, 0x43, 0x7d, 0x43, 0x1d, 0xef, 0x0a, 0x74, 0x78, 0x59, 0x57, 0x71, 0xf6, 0xfc, 0x69, 0x50, 0x9f, 0x29, 0xe9, 0x38, 0x72, 0xfc, 0xf0, 0x7c, 0x52, 0xe2, 0x21, 0x21, 0xec, 0xd8, 0x41, 0x40, 0xa6, 0xe8, 0x06, 0x70, 0x55, 0xd8, 0x44, 0xcd, 0xe4, 0x8b, 0x42, 0xb9, 0x85, 0xfd, 0x31, 0x8b, 0x33, 0xcf, 0xc6, 0x92, 0xf2, 0x42, 0x68, 0x6d, 0x6b, 0xe9, 0x35, 0x3e, 0x70, 0xba, 0x1c, 0x10, 0x15, 0x13, 0x0e, 0xea, 0xb3, 0x25, 0x13, 0x42, 0xc3, 0x43, 0x29, 0xed, 0xfc, 0xa0, 0x71, 0xf8, 0xc8, 0x3e, 0x40, 0x26, 0xa7, 0xdd, 0x34, 0x44, 0xaa, 0xaa, 0xae, 0x30, 0x84, 0xe5, 0x62, 0x16, 0xe9, 0xcc, 0xe6, 0xcc, 0xd7, 0x59, 0x6c, 0x67, 0x8e, 0x85, 0x0e, 0x57, 0x39, 0xdc, 0xee, 0xbc, 0x6d, 0x31, 0x02, 0xe6, 0x1b, 0x70, 0x59, 0x39, 0xec, 0xd8, 0x7e, 0x50, 0xe7, 0xc0, 0xd8, 0x1d, 0x7a, 0x74, 0x6f, 0x58, 0x58, 0xd8, 0x6e, 0x4a, 0x3b, 0x3f, 0x28, 0x1c, 0x3c, 0x1c, 0x02, 0xc8, 0xe4, 0xd4, 0x1b, 0x86, 0x38, 0xce, 0x6a, 0x87, 0x4d, 0x58, 0x21, 0x64, 0x81, 0xce, 0x92, 0xdc, 0x5e, 0x2c, 0xec, 0x83, 0xf8, 0x5c, 0x65, 0x94, 0x5a, 0x77, 0x35, 0xdc, 0xed, 0xbe, 0x6b, 0x31, 0x02, 0x2e, 0x2c, 0x25, 0x5c, 0xbe, 0x00, 0xea, 0x3c, 0x24, 0xbd, 0x87, 0x42, 0xf7, 0x50, 0xda, 0xf9, 0x41, 0x60, 0xdf, 0xc1, 0xdd, 0x80, 0x4c, 0x4a, 0xb9, 0x6e, 0x88, 0xe2, 0xaa, 0x71, 0xf4, 0x2d, 0x6a, 0x69, 0x1e, 0x67, 0x81, 0x26, 0x2c, 0x46, 0x88, 0xdc, 0x82, 0x2c, 0x36, 0x4b, 0xc8, 0x64, 0x03, 0xc7, 0x0c, 0x36, 0x6b, 0xc8, 0x90, 0xb7, 0xe9, 0x9c, 0x99, 0xb9, 0x69, 0xc6, 0x31, 0x8e, 0x1d, 0xd0, 0x48, 0x98, 0x62, 0x16, 0xe3, 0x03, 0x41, 0x3c, 0xae, 0xf7, 0xb8, 0x21, 0x36, 0x2e, 0x0a, 0xd4, 0xf9, 0x70, 0x1e, 0xf8, 0xb6, 0x70, 0xff, 0xfe, 0x6f, 0x29, 0xed, 0x7c, 0x3f, 0x11, 0xb2, 0x7f, 0x17, 0x20, 0x6f, 0x24, 0xfd, 0xcc, 0x85, 0x40, 0x56, 0xb1, 0x31, 0x40, 0xb6, 0x9c, 0xf6, 0x65, 0xe5, 0x32, 0x11, 0xb3, 0xd3, 0x20, 0x5d, 0xae, 0x0b, 0xa4, 0x67, 0x25, 0x33, 0xa6, 0x70, 0x66, 0x64, 0xa7, 0xca, 0x75, 0x82, 0x34, 0x31, 0x6b, 0xc8, 0x13, 0xd3, 0x45, 0x34, 0x44, 0x5e, 0x61, 0xb6, 0xc1, 0xfc, 0xc2, 0x1c, 0x93, 0x45, 0x82, 0xb8, 0x9a, 0x88, 0xe3, 0x03, 0x5c, 0x48, 0x12, 0x9f, 0xdb, 0xcd, 0xa6, 0x8d, 0x77, 0xf9, 0xb2, 0xf2, 0xa1, 0xb0, 0xfd, 0xa0, 0xce, 0x8b, 0x73, 0xdf, 0xae, 0x0b, 0x7b, 0x0e, 0xee, 0xa1, 0xb4, 0xf3, 0xfd, 0xc0, 0xee, 0x90, 0x9d, 0x80, 0xbc, 0xf6, 0x53, 0x22, 0x17, 0x00, 0x59, 0x5a, 0x5e, 0x0c, 0xa9, 0x19, 0xc9, 0x90, 0xc6, 0xa6, 0x86, 0x4a, 0x78, 0xcc, 0x15, 0x20, 0xb3, 0x65, 0x0b, 0xcf, 0xd6, 0x84, 0xb6, 0x0a, 0x9c, 0xcb, 0x59, 0x50, 0x6c, 0x52, 0x45, 0x0e, 0x64, 0x51, 0x59, 0x3e, 0x14, 0x95, 0xe6, 0x43, 0x71, 0x59, 0x01, 0x67, 0x75, 0xad, 0x13, 0x3a, 0xd9, 0xf8, 0x00, 0x33, 0x8e, 0x8a, 0xb7, 0x6f, 0xdf, 0x86, 0x94, 0xd4, 0x9b, 0xa0, 0xce, 0x4d, 0xb2, 0x6b, 0x77, 0xc8, 0x37, 0x3b, 0x42, 0x42, 0x42, 0x28, 0xed, 0x3c, 0x9a, 0xd8, 0xb5, 0x7b, 0x3b, 0x20, 0xaf, 0x5e, 0xbb, 0xcc, 0x06, 0x66, 0x77, 0x38, 0xcb, 0x2b, 0x4b, 0x79, 0xcb, 0xe7, 0xd3, 0x3d, 0x16, 0xda, 0x91, 0x4a, 0xec, 0x02, 0x14, 0x57, 0xb1, 0x38, 0x8f, 0x13, 0x73, 0x07, 0x45, 0x25, 0x56, 0x61, 0x71, 0x06, 0xa0, 0x58, 0x5a, 0x51, 0xc4, 0x89, 0x8b, 0x45, 0x8a, 0xb8, 0xda, 0xc8, 0xc9, 0x22, 0x41, 0x85, 0xa3, 0x14, 0x3c, 0x0d, 0x6e, 0x3e, 0x30, 0x54, 0x26, 0x44, 0x36, 0xb7, 0x34, 0xc1, 0xd9, 0x1f, 0xe2, 0x41, 0x9d, 0xa3, 0xa4, 0x67, 0xd7, 0x9e, 0x1d, 0x94, 0x76, 0x1e, 0x2d, 0x7c, 0xbd, 0x6b, 0x2b, 0x20, 0xaf, 0xfc, 0x74, 0x89, 0x17, 0x84, 0x22, 0x71, 0x1d, 0x00, 0xc3, 0xb4, 0x2e, 0x76, 0x21, 0x13, 0xb8, 0x50, 0x8a, 0x2c, 0xc8, 0x44, 0x2e, 0xb3, 0x0a, 0x6c, 0x8a, 0x8c, 0xe2, 0x96, 0x72, 0xa2, 0xb8, 0x95, 0x55, 0x65, 0xfc, 0xb6, 0xc2, 0x51, 0x66, 0x10, 0xff, 0xc6, 0x1f, 0xc7, 0xc7, 0xf8, 0x71, 0x09, 0x9f, 0x7d, 0x60, 0x2e, 0x01, 0x17, 0x92, 0x0c, 0x32, 0x43, 0x62, 0xb5, 0x72, 0xe8, 0xd1, 0x83, 0xa0, 0xce, 0x55, 0x32, 0x6d, 0xfb, 0x37, 0xdb, 0x29, 0xed, 0x3c, 0x52, 0x6c, 0xdf, 0x19, 0x0c, 0xc8, 0x2b, 0xd7, 0x98, 0x01, 0xba, 0xba, 0x38, 0x9d, 0xec, 0x82, 0x9b, 0x62, 0x5b, 0x5b, 0x74, 0x69, 0x05, 0x13, 0xb8, 0xc2, 0xda, 0x8a, 0x95, 0x88, 0x28, 0x2a, 0x9a, 0x07, 0x6f, 0x2b, 0xf1, 0x56, 0x12, 0xa7, 0x81, 0x98, 0x62, 0xc6, 0xf5, 0x05, 0xf3, 0xb8, 0xdc, 0x4a, 0xa7, 0xc9, 0xea, 0x3a, 0x17, 0xb4, 0x77, 0xb4, 0xf1, 0x88, 0xa0, 0x88, 0xdd, 0x44, 0x7e, 0x41, 0x2e, 0x8b, 0x00, 0x5f, 0xf3, 0xf3, 0xdd, 0xfe, 0xb5, 0xe4, 0x8e, 0xe0, 0xf8, 0x9d, 0x3b, 0x37, 0x53, 0xda, 0x79, 0xb8, 0xd8, 0xba, 0x7d, 0x13, 0x20, 0x13, 0xaf, 0x24, 0xf0, 0x14, 0x2f, 0x96, 0x7d, 0x61, 0xbf, 0x6c, 0x88, 0x6d, 0x84, 0x6c, 0xb3, 0x35, 0xa3, 0x80, 0x42, 0xd8, 0x0a, 0x53, 0x38, 0x97, 0xb8, 0x8f, 0x4b, 0xc1, 0xea, 0xd6, 0xc9, 0x88, 0x03, 0x4a, 0xa7, 0x3c, 0xee, 0x8f, 0x55, 0xbd, 0x58, 0xc1, 0x5f, 0x57, 0xef, 0xa9, 0x63, 0xe3, 0x81, 0x5b, 0x46, 0x64, 0x42, 0xe2, 0xc0, 0xf1, 0xca, 0xd5, 0x4b, 0xa0, 0xce, 0x5b, 0xb2, 0x63, 0xdb, 0xf6, 0xcd, 0x1b, 0x83, 0x82, 0x82, 0x28, 0xed, 0x3c, 0x54, 0x04, 0x6f, 0xdd, 0x08, 0xc8, 0xcb, 0x89, 0x17, 0x59, 0x2b, 0xeb, 0xe4, 0x26, 0xc0, 0xf9, 0x7a, 0xb9, 0x4d, 0xec, 0x2a, 0x25, 0x36, 0x6f, 0xc5, 0x15, 0x16, 0xf1, 0x9c, 0x6c, 0xda, 0xc8, 0xc9, 0x8e, 0x71, 0x0a, 0x29, 0x58, 0x65, 0xb2, 0x76, 0x00, 0xea, 0xcf, 0x33, 0x5e, 0xeb, 0x30, 0xde, 0x13, 0x9f, 0x83, 0xd9, 0x46, 0x65, 0x4e, 0x45, 0x34, 0x47, 0xd4, 0x89, 0x70, 0x50, 0xe7, 0xcf, 0xb9, 0x6d, 0xa3, 0x6b, 0xcb, 0x96, 0x8d, 0x94, 0x76, 0x1e, 0x0a, 0x82, 0x82, 0xd7, 0x03, 0x32, 0x21, 0xf1, 0x47, 0x1e, 0x66, 0x3b, 0xbb, 0x6e, 0x83, 0xdb, 0x53, 0xdb, 0x87, 0xd8, 0x0e, 0x2e, 0xb6, 0x45, 0x60, 0x29, 0x62, 0x35, 0xa7, 0xd3, 0x64, 0x9d, 0x60, 0x8d, 0x85, 0xae, 0x7e, 0x28, 0x1e, 0xaf, 0xd6, 0x69, 0xbc, 0x97, 0x78, 0x6f, 0xfc, 0x8c, 0x1a, 0x66, 0x4a, 0xac, 0x45, 0x44, 0x23, 0x18, 0x64, 0xe7, 0x5b, 0x5e, 0x51, 0x0a, 0x7b, 0xf6, 0x7e, 0x03, 0xea, 0x7b, 0x20, 0x37, 0x05, 0xaf, 0x4f, 0xda, 0xbc, 0xf9, 0x2b, 0x4a, 0x3b, 0x0f, 0x06, 0x1b, 0x82, 0xd6, 0x01, 0xf2, 0xc7, 0x4b, 0xe7, 0xf9, 0x05, 0xc5, 0x25, 0x5b, 0x6c, 0x5d, 0x3c, 0x74, 0xab, 0xd6, 0x58, 0xed, 0xe8, 0x2d, 0x74, 0x5f, 0xc2, 0xba, 0x5d, 0x3c, 0x7a, 0x8c, 0x0e, 0x7b, 0x1b, 0x05, 0x3f, 0x13, 0xcf, 0xad, 0xbd, 0xa3, 0x5d, 0x98, 0x55, 0xb2, 0x83, 0xdd, 0x4f, 0x66, 0xd3, 0xc6, 0x4d, 0xc1, 0x5f, 0x81, 0xfa, 0x3e, 0x8c, 0x3d, 0x8c, 0x51, 0x5f, 0x6e, 0xf9, 0x92, 0xd2, 0xce, 0x03, 0x61, 0xfd, 0x86, 0xcf, 0x01, 0xf9, 0xe3, 0xc5, 0x73, 0x4c, 0xfc, 0x5b, 0xc2, 0x00, 0x0d, 0x75, 0x46, 0x0b, 0x57, 0x82, 0x5b, 0xc4, 0xb6, 0x09, 0x5d, 0x57, 0x5f, 0xcd, 0xab, 0x83, 0xec, 0xc4, 0xa2, 0x51, 0x8c, 0x26, 0x83, 0x26, 0x7b, 0x7e, 0x5f, 0xef, 0x63, 0x37, 0x07, 0x7e, 0x3e, 0x16, 0xa9, 0x62, 0xfd, 0xc1, 0x6d, 0x69, 0x5a, 0x64, 0x63, 0xb3, 0x17, 0x4e, 0x9f, 0x39, 0x05, 0xea, 0x3b, 0x49, 0xb6, 0x31, 0x06, 0x32, 0x50, 0xda, 0xb9, 0x2f, 0x7c, 0xb1, 0xfe, 0x33, 0x40, 0x9e, 0xfb, 0xf1, 0x2c, 0x1f, 0x70, 0xa1, 0x09, 0x3c, 0x5e, 0xb7, 0x55, 0xf4, 0x5e, 0x82, 0x6b, 0x22, 0xdb, 0x44, 0xc4, 0x16, 0x8a, 0x06, 0xea, 0x4d, 0xf7, 0x00, 0xec, 0xe3, 0xf9, 0xec, 0x7d, 0xdc, 0x8c, 0xba, 0x09, 0x8c, 0xe8, 0x53, 0x23, 0x6e, 0xd1, 0xa4, 0x5e, 0x66, 0x84, 0x8e, 0x5b, 0xed, 0x8c, 0x1d, 0xbc, 0xee, 0x00, 0x6f, 0xab, 0x9c, 0x0e, 0x38, 0x70, 0x70, 0x2f, 0xa8, 0xef, 0x26, 0x18, 0xe8, 0x60, 0xa4, 0xb4, 0xb3, 0x1d, 0x81, 0x5f, 0xfc, 0x05, 0x90, 0xe7, 0xce, 0x9d, 0xe1, 0x85, 0x9d, 0xc8, 0x06, 0x6f, 0x3d, 0x17, 0xbe, 0xaf, 0x16, 0xde, 0xbf, 0xd8, 0x6e, 0xbe, 0x98, 0x83, 0xe6, 0x11, 0xac, 0xe7, 0xef, 0x63, 0xb0, 0xd1, 0x24, 0x3e, 0xce, 0x5f, 0xdf, 0x50, 0x67, 0xb6, 0xf0, 0x3a, 0x76, 0x5b, 0xc7, 0x5a, 0x77, 0xad, 0x8b, 0x89, 0xeb, 0x32, 0x07, 0x86, 0x6c, 0x4a, 0xea, 0xe4, 0x74, 0x68, 0xf7, 0x1d, 0xc6, 0x7d, 0xbc, 0xc5, 0x73, 0x6d, 0x69, 0x6d, 0xe2, 0x06, 0x50, 0x26, 0xc0, 0x6e, 0x21, 0x27, 0x2f, 0x8b, 0x75, 0x0b, 0x1b, 0xd8, 0xf7, 0xfb, 0x44, 0xe3, 0xda, 0x84, 0xc0, 0xc0, 0x8f, 0x29, 0xed, 0xac, 0xf0, 0x69, 0xe0, 0xc7, 0x80, 0x3c, 0x7b, 0xee, 0x34, 0x0f, 0xa9, 0x48, 0x0c, 0xaf, 0x7a, 0x4b, 0x37, 0x45, 0x37, 0x05, 0x37, 0xc5, 0x16, 0x02, 0x7b, 0x64, 0x4b, 0xae, 0xc3, 0x30, 0xee, 0xae, 0x31, 0x05, 0xad, 0xab, 0xe6, 0x82, 0x0a, 0x51, 0x9d, 0x5c, 0x40, 0x45, 0x6c, 0xc9, 0x2e, 0xde, 0x9a, 0xc5, 0xe3, 0x35, 0xf2, 0xf9, 0x68, 0x82, 0x1a, 0xfd, 0x3e, 0x9a, 0x51, 0x3b, 0x16, 0x34, 0x8f, 0x45, 0xb4, 0x72, 0xb1, 0xf3, 0x73, 0xf3, 0xec, 0xa2, 0x32, 0x02, 0x12, 0x57, 0x13, 0x13, 0xaf, 0x26, 0x40, 0xe0, 0xe7, 0x7f, 0x01, 0xf5, 0x5d, 0x19, 0xbb, 0x3f, 0x0d, 0x5c, 0x1b, 0xc6, 0xba, 0x05, 0x4a, 0x3b, 0x7f, 0xf2, 0xe9, 0x47, 0x80, 0xfc, 0xfe, 0x6c, 0xbc, 0x61, 0x00, 0x0c, 0xab, 0x7a, 0xe8, 0x55, 0x17, 0xb9, 0xba, 0xda, 0x29, 0x66, 0x03, 0x2e, 0x07, 0x2f, 0xea, 0x70, 0x38, 0x2b, 0xd8, 0x54, 0x91, 0xd1, 0x51, 0xce, 0x6f, 0x1d, 0x4e, 0x36, 0x2d, 0xe4, 0x74, 0xf0, 0x56, 0xcb, 0xc5, 0xd5, 0x58, 0x53, 0x5b, 0xcd, 0x29, 0xcc, 0xc1, 0xde, 0xdf, 0x5d, 0x6b, 0x21, 0x1f, 0x33, 0xf0, 0x71, 0x80, 0x30, 0x9b, 0xbb, 0xbe, 0xce, 0x76, 0x5f, 0x7b, 0x5c, 0xde, 0x72, 0x83, 0xba, 0x85, 0xe9, 0xb8, 0xf1, 0xd8, 0xf9, 0x7a, 0x1b, 0x1b, 0xf8, 0x40, 0xd1, 0x88, 0x06, 0x8c, 0xb5, 0xec, 0x39, 0xc7, 0xc2, 0xc3, 0x40, 0x7d, 0x5f, 0x49, 0x2f, 0x63, 0x00, 0x33, 0xc2, 0xd8, 0x4d, 0x3b, 0xaf, 0x59, 0xbb, 0x1a, 0x90, 0x71, 0xf1, 0xb1, 0xd0, 0xda, 0xda, 0xc2, 0xa7, 0x5a, 0x28, 0x64, 0x51, 0x49, 0x21, 0x67, 0x71, 0x69, 0x21, 0x94, 0x96, 0x15, 0xf3, 0x04, 0x11, 0x4e, 0xb9, 0x30, 0x4f, 0x50, 0x81, 0x82, 0x3b, 0xca, 0x7b, 0x09, 0x2e, 0x84, 0x96, 0xad, 0xb9, 0xd6, 0x65, 0x11, 0xda, 0x2d, 0xfb, 0xf4, 0x7a, 0x49, 0x8f, 0xea, 0x32, 0x0c, 0xd6, 0xf7, 0x4f, 0x8f, 0x7e, 0xec, 0x96, 0xd1, 0xc6, 0xcd, 0x53, 0xc8, 0xd8, 0xea, 0x31, 0xf2, 0x88, 0xf7, 0xaf, 0x35, 0x06, 0x9e, 0xf8, 0x19, 0x4d, 0xcd, 0x8d, 0x72, 0x7c, 0x20, 0x88, 0xab, 0x8b, 0x45, 0xc5, 0x85, 0xb0, 0x75, 0x7b, 0x30, 0xa8, 0xef, 0x2d, 0x18, 0x90, 0xbb, 0x76, 0x6d, 0xc0, 0xef, 0xc7, 0xa4, 0x01, 0x02, 0xd6, 0xac, 0x04, 0x64, 0x4c, 0xec, 0x09, 0x68, 0x6a, 0x6a, 0x64, 0x17, 0xad, 0x89, 0x0b, 0x8b, 0x69, 0xd9, 0xd2, 0xf2, 0x12, 0x28, 0xab, 0x28, 0x81, 0x8a, 0x4a, 0xb1, 0x7e, 0xef, 0xe0, 0xad, 0x5c, 0xb4, 0x74, 0x8c, 0x00, 0x46, 0x0b, 0xaf, 0x15, 0x21, 0x9a, 0x0b, 0xee, 0x16, 0xa3, 0x7f, 0x14, 0x87, 0x53, 0x8a, 0xdb, 0xd0, 0xe0, 0xb1, 0xd2, 0xdb, 0x60, 0x10, 0x5b, 0xac, 0x4e, 0x5c, 0xf8, 0xb1, 0xfc, 0xcd, 0xb8, 0xef, 0xe1, 0xdd, 0x93, 0x7e, 0x2c, 0xc6, 0x17, 0xe2, 0x56, 0x8d, 0x43, 0x84, 0x39, 0x84, 0x21, 0xf0, 0xef, 0xd8, 0x2d, 0x08, 0x03, 0x30, 0xb2, 0x5b, 0x5c, 0x4d, 0xbc, 0x78, 0xe9, 0x02, 0xa8, 0xef, 0x2e, 0xb8, 0xaa, 0x74, 0x4c, 0x1a, 0x60, 0x55, 0xc0, 0x0a, 0x40, 0x46, 0xc7, 0x44, 0xf2, 0x16, 0xd3, 0xcc, 0x0c, 0x80, 0xad, 0x19, 0x5b, 0xbb, 0xbd, 0xa5, 0x3b, 0x55, 0xff, 0xcd, 0xc3, 0xb9, 0xe8, 0x87, 0x79, 0xf8, 0xae, 0x97, 0x03, 0x42, 0xbb, 0xe0, 0x5e, 0x4f, 0x2f, 0x91, 0x1b, 0x9b, 0xbc, 0xfc, 0x73, 0x74, 0x62, 0x3f, 0x8d, 0xb4, 0xdf, 0xc7, 0xc4, 0x90, 0xf1, 0x58, 0x8b, 0x7a, 0xac, 0xd1, 0x38, 0x46, 0x63, 0x70, 0xb3, 0x34, 0xe9, 0xe6, 0x10, 0xb7, 0x62, 0x8c, 0x52, 0xcf, 0xa2, 0x5a, 0xb3, 0x25, 0x0a, 0xa0, 0x19, 0x32, 0x32, 0xd3, 0x60, 0x1d, 0x9b, 0x19, 0xac, 0x0a, 0x58, 0xae, 0xf1, 0x83, 0xd0, 0x31, 0x69, 0x80, 0x0f, 0x57, 0x2e, 0x03, 0x64, 0x54, 0xf4, 0x71, 0x2e, 0x3e, 0xb2, 0x86, 0x85, 0x71, 0x2e, 0xba, 0xab, 0x52, 0xf4, 0xf7, 0xac, 0xdf, 0xb7, 0xb4, 0x74, 0xd9, 0xca, 0xb1, 0x8f, 0x56, 0x2d, 0x5d, 0x6f, 0xd9, 0xba, 0xd8, 0x42, 0xf0, 0x26, 0x4d, 0xd4, 0x26, 0xde, 0xcd, 0x08, 0xb6, 0x70, 0x62, 0x8b, 0x54, 0x44, 0x81, 0xda, 0xda, 0x5a, 0x2d, 0xf7, 0xd5, 0xb1, 0xf9, 0x5a, 0xbb, 0x41, 0x1a, 0xc5, 0x67, 0x35, 0x7b, 0x0d, 0x43, 0x08, 0xe1, 0xd5, 0xac, 0x40, 0x88, 0x5f, 0x51, 0x59, 0x0e, 0x3b, 0x77, 0x6d, 0x07, 0xf5, 0x9d, 0x25, 0x9d, 0x2b, 0x56, 0x2d, 0xc3, 0xe9, 0xe1, 0xd8, 0x5c, 0x3e, 0xfe, 0x60, 0xc5, 0x7b, 0x80, 0x8c, 0x8c, 0x0a, 0x37, 0x04, 0xc2, 0x41, 0x9f, 0xd3, 0x25, 0xfb, 0x75, 0x36, 0xf8, 0x53, 0xa2, 0xf3, 0x81, 0x96, 0x0a, 0xef, 0x46, 0x4b, 0xaf, 0xef, 0xa7, 0x85, 0x2b, 0x91, 0x9a, 0xf9, 0xd8, 0x42, 0x88, 0xd8, 0xca, 0xb7, 0x9e, 0x31, 0xc8, 0xfa, 0x64, 0x2e, 0x4e, 0x87, 0x46, 0x29, 0x18, 0x3e, 0xde, 0x26, 0x9f, 0x23, 0x8e, 0x5b, 0xf9, 0xb1, 0x32, 0x04, 0x1a, 0x41, 0xdd, 0xa2, 0x21, 0xf8, 0x67, 0x32, 0x23, 0xe8, 0xc2, 0xe3, 0x80, 0x16, 0x8f, 0xf1, 0x7c, 0x4f, 0x44, 0x47, 0x82, 0xfa, 0xae, 0x92, 0x1d, 0xcb, 0x57, 0xbc, 0xb7, 0x71, 0xf5, 0xea, 0xd5, 0x63, 0x3b, 0x81, 0xf4, 0xfe, 0x07, 0x4b, 0x00, 0x19, 0x11, 0x79, 0xcc, 0x08, 0xbf, 0xd8, 0xba, 0xab, 0xb5, 0xa9, 0x98, 0x31, 0x42, 0x97, 0x61, 0xde, 0x1e, 0xe2, 0xcd, 0x96, 0xde, 0xc8, 0x05, 0x57, 0xad, 0x5b, 0xb4, 0x60, 0x25, 0xb6, 0x10, 0x58, 0x08, 0x73, 0xcb, 0xa0, 0x5a, 0xc5, 0x33, 0x8e, 0xf1, 0x56, 0x3d, 0x26, 0x6f, 0x55, 0xff, 0xad, 0x06, 0x72, 0x48, 0x3d, 0x3a, 0xb4, 0xb4, 0x09, 0x33, 0x74, 0xe0, 0xca, 0xa0, 0xf1, 0xde, 0x1d, 0x3c, 0x92, 0x5c, 0xb9, 0x7a, 0x19, 0x56, 0xae, 0x5a, 0x0e, 0xea, 0x7b, 0x72, 0x2e, 0x5f, 0x12, 0xbf, 0x74, 0xe9, 0x52, 0x4a, 0x21, 0x23, 0x96, 0xbe, 0xff, 0x2e, 0x20, 0xc3, 0x8f, 0x1f, 0x35, 0x22, 0x00, 0xf6, 0xe7, 0x35, 0x75, 0x72, 0x11, 0x08, 0xc3, 0xbd, 0x21, 0x3c, 0x52, 0x0a, 0x2f, 0x07, 0x63, 0xd6, 0x7e, 0x5b, 0x08, 0x81, 0x17, 0x9e, 0xb7, 0xd8, 0xf6, 0x36, 0xad, 0x35, 0xde, 0x92, 0xc9, 0x26, 0x33, 0x91, 0xa3, 0xea, 0x0f, 0x04, 0x3b, 0x79, 0xde, 0xbf, 0x4b, 0xe6, 0xfe, 0x6f, 0xcb, 0xc4, 0x94, 0x30, 0x88, 0x29, 0xaa, 0x3e, 0xa2, 0x57, 0xe6, 0xc2, 0xcf, 0xe8, 0x54, 0xcf, 0x43, 0xb2, 0xfb, 0xd9, 0xd9, 0x99, 0xf0, 0xd9, 0xe7, 0x6b, 0x41, 0x7d, 0x3f, 0xc9, 0xb4, 0x25, 0xcb, 0x96, 0x50, 0x11, 0x89, 0x8e, 0xc5, 0x4b, 0x16, 0x01, 0xf2, 0xc8, 0xb1, 0x50, 0xa3, 0x8f, 0x45, 0xb1, 0x6b, 0x8d, 0x70, 0x2f, 0xc5, 0x97, 0x53, 0x31, 0x25, 0x7c, 0x63, 0x93, 0x68, 0xf9, 0xfc, 0x35, 0xb2, 0xd5, 0xf3, 0xfe, 0x5b, 0x85, 0x76, 0x6c, 0xed, 0xb2, 0x15, 0x2b, 0x41, 0x79, 0x2a, 0xd7, 0x28, 0xf2, 0xb8, 0xc3, 0x4b, 0xc4, 0xbb, 0xbb, 0xef, 0xf2, 0xdf, 0x10, 0x62, 0xf5, 0x8f, 0x28, 0x05, 0x53, 0x95, 0x40, 0xb2, 0x06, 0x40, 0x9a, 0x45, 0x45, 0x07, 0x15, 0xd6, 0xd1, 0x04, 0x78, 0xcc, 0x53, 0xd8, 0x9d, 0xa6, 0x51, 0xaa, 0x5c, 0x55, 0xb0, 0xf3, 0x9b, 0xed, 0xec, 0x3b, 0x2d, 0xd4, 0xe9, 0x59, 0xbc, 0xf4, 0xed, 0x65, 0xb3, 0x67, 0xcf, 0xa6, 0x32, 0x32, 0x3b, 0x16, 0xbd, 0xbb, 0x00, 0x90, 0xa1, 0x47, 0x0e, 0x19, 0x06, 0xc0, 0x96, 0xae, 0x16, 0x5f, 0x3c, 0x1e, 0x35, 0x47, 0x17, 0x23, 0x6c, 0x6f, 0x53, 0x83, 0x16, 0xee, 0x9b, 0x8c, 0xbe, 0x18, 0xa9, 0x84, 0x57, 0xe1, 0xfa, 0xb6, 0x0c, 0xeb, 0xbc, 0xb5, 0x4b, 0xd1, 0xb9, 0xf8, 0x4c, 0x60, 0x2c, 0xfe, 0x54, 0x15, 0xc1, 0xe2, 0xb8, 0xc7, 0x28, 0x0a, 0x45, 0x23, 0x0c, 0x64, 0x02, 0x14, 0x5a, 0xd5, 0x07, 0xa8, 0x68, 0xd2, 0xd8, 0xe8, 0x85, 0xc8, 0x13, 0xc7, 0xe1, 0x9d, 0xc5, 0x6f, 0x83, 0xfa, 0x4e, 0x8c, 0x5d, 0xef, 0x2c, 0x5e, 0xb0, 0x63, 0xe1, 0xc2, 0x85, 0x54, 0x48, 0xda, 0x1f, 0xde, 0x5e, 0xf4, 0x26, 0x20, 0x0f, 0x87, 0x1e, 0xe0, 0xa3, 0x69, 0x14, 0x14, 0xe7, 0xce, 0x96, 0xb0, 0x2f, 0x97, 0x7b, 0x75, 0xf1, 0x9b, 0xe4, 0x73, 0xd5, 0x40, 0x4c, 0x0d, 0xd2, 0xec, 0xe2, 0x73, 0xb1, 0x34, 0x03, 0xdc, 0x95, 0x75, 0x7e, 0x5c, 0x6c, 0xa3, 0x24, 0xbc, 0xc7, 0x28, 0x0d, 0xe7, 0x06, 0x50, 0x51, 0x81, 0x3d, 0xcf, 0x30, 0x00, 0xa3, 0x1e, 0x45, 0xd4, 0xdf, 0x3a, 0xd8, 0x67, 0x26, 0x5e, 0xb9, 0x04, 0xef, 0x7d, 0xb0, 0x18, 0xd4, 0x77, 0xe1, 0x7c, 0xe7, 0xcd, 0x0b, 0x8b, 0x16, 0xbd, 0x41, 0xa5, 0xe4, 0xf7, 0xc2, 0x5b, 0x0b, 0xfc, 0x01, 0x79, 0xf0, 0xd0, 0x3e, 0x23, 0x9c, 0x63, 0x1f, 0xef, 0x56, 0xab, 0x75, 0x46, 0x32, 0xc7, 0x23, 0xc5, 0x17, 0xd3, 0x2d, 0x7d, 0x3a, 0xa7, 0x5a, 0xbf, 0xa2, 0x08, 0xff, 0x1d, 0x9a, 0x09, 0x6c, 0xe1, 0x5f, 0x85, 0x7b, 0xd9, 0x05, 0x98, 0x25, 0xe1, 0x77, 0xfb, 0xed, 0x06, 0xc4, 0x18, 0x41, 0xfd, 0x4d, 0x88, 0x9f, 0x9f, 0x9f, 0x0b, 0x9f, 0x7c, 0xb2, 0x06, 0xd4, 0x77, 0x90, 0x2c, 0x58, 0xb0, 0xc0, 0x7f, 0x32, 0x29, 0x3b, 0x48, 0xf8, 0xbf, 0x39, 0x1f, 0x90, 0xfb, 0x0e, 0xec, 0x15, 0xeb, 0x00, 0x4c, 0x58, 0x8f, 0x5a, 0x55, 0xf3, 0xba, 0x45, 0xa2, 0x07, 0x5b, 0xbf, 0xea, 0xf7, 0x9b, 0x45, 0x04, 0xc0, 0xa9, 0x97, 0x39, 0x9f, 0xd7, 0x23, 0x40, 0x9b, 0x99, 0x9e, 0xd5, 0x4c, 0xa0, 0x06, 0x80, 0xd6, 0x71, 0x80, 0xec, 0x16, 0xb4, 0x0a, 0x60, 0x53, 0xe4, 0x2e, 0xcb, 0x73, 0xc5, 0x7d, 0x59, 0xb4, 0xea, 0xac, 0x82, 0xad, 0xdb, 0xb6, 0x80, 0x3a, 0x77, 0x49, 0xaf, 0xff, 0x5b, 0xf3, 0x03, 0x58, 0x3f, 0x4f, 0x3f, 0x27, 0x1b, 0x0a, 0xe6, 0xfb, 0xbf, 0x0e, 0xc8, 0x90, 0x7d, 0x7b, 0x8c, 0x15, 0x36, 0x95, 0xa3, 0x57, 0x11, 0x40, 0xef, 0xfb, 0xd1, 0x04, 0x4d, 0x6a, 0x01, 0x46, 0x2e, 0xc8, 0x58, 0x16, 0x71, 0xa4, 0x11, 0x3a, 0x64, 0x57, 0x70, 0xcb, 0x62, 0x04, 0xab, 0x19, 0xec, 0x75, 0x7e, 0x5d, 0x5a, 0xbf, 0x8e, 0x42, 0xdf, 0xd1, 0x8a, 0x41, 0xf1, 0x3e, 0xce, 0x32, 0xa2, 0x63, 0xa3, 0xe0, 0x8d, 0xb7, 0xe6, 0xb3, 0x73, 0x7e, 0x4d, 0xb1, 0x9b, 0x31, 0x6c, 0xde, 0xbc, 0x79, 0x94, 0xd9, 0x1b, 0x0e, 0x5e, 0x9f, 0x37, 0x17, 0x90, 0xbb, 0x43, 0x76, 0x09, 0x71, 0x59, 0x0b, 0x17, 0xeb, 0xea, 0x66, 0x9e, 0x1f, 0x73, 0xf8, 0xca, 0x04, 0x78, 0xab, 0xa2, 0x80, 0x5a, 0x89, 0xd3, 0xbb, 0x02, 0xbb, 0x11, 0xcc, 0x88, 0x60, 0x9a, 0x41, 0xcd, 0x0e, 0x4c, 0x53, 0x98, 0xe3, 0x85, 0x5e, 0x03, 0x3c, 0x46, 0x7c, 0xcd, 0xe5, 0xcb, 0x97, 0xf8, 0xc0, 0x4e, 0x9d, 0x2f, 0x72, 0xde, 0xbc, 0xb9, 0x09, 0xf3, 0xe7, 0xcf, 0xa5, 0xdc, 0xfe, 0x48, 0xf0, 0xea, 0x6b, 0x73, 0x00, 0xb9, 0xeb, 0xdb, 0x9d, 0x42, 0x60, 0x46, 0x51, 0xb0, 0x61, 0x56, 0xe6, 0xe8, 0xe3, 0x00, 0x6f, 0x93, 0x47, 0xeb, 0x0a, 0xbc, 0x32, 0x1a, 0x0c, 0x6c, 0x04, 0x63, 0x45, 0x4f, 0x8b, 0x0c, 0x26, 0xcd, 0xdc, 0xbd, 0x3e, 0x65, 0x54, 0xcc, 0xcb, 0xcb, 0x85, 0x35, 0x6b, 0x56, 0x81, 0x3a, 0x4f, 0x49, 0xc7, 0xab, 0xaf, 0xcf, 0xa1, 0xea, 0x9e, 0xd1, 0xc0, 0x9c, 0xb9, 0xb3, 0x01, 0xf9, 0x35, 0x9b, 0x3b, 0x7b, 0x65, 0x32, 0x45, 0xa4, 0x57, 0x6b, 0x8d, 0xaa, 0x9d, 0x7a, 0xbd, 0xf8, 0xa3, 0x51, 0xef, 0x12, 0x34, 0x23, 0x68, 0x11, 0xa1, 0xb9, 0xb5, 0xb7, 0x19, 0xac, 0x86, 0x68, 0x35, 0x96, 0x82, 0x55, 0x84, 0x50, 0x91, 0x41, 0xd1, 0xe9, 0xc2, 0x7e, 0x3e, 0x18, 0xd4, 0xf9, 0x49, 0xb6, 0xfd, 0xf9, 0xd5, 0x3f, 0x05, 0xfa, 0xfb, 0xfb, 0x53, 0x7d, 0xdf, 0x68, 0x61, 0xf6, 0x9f, 0x66, 0x01, 0x72, 0xdb, 0x8e, 0x2d, 0x86, 0xc0, 0x28, 0xbc, 0xbd, 0x1a, 0xa8, 0x2f, 0x23, 0xa8, 0xec, 0x5b, 0x2f, 0x33, 0xb4, 0xd8, 0xcd, 0xa0, 0x1b, 0xc2, 0x1a, 0x21, 0x8c, 0xa8, 0x20, 0x23, 0x43, 0x03, 0x1b, 0x6c, 0x46, 0x44, 0x86, 0xb3, 0x56, 0xfe, 0x67, 0x50, 0xe7, 0xc6, 0xd8, 0x33, 0x7b, 0xce, 0xac, 0x30, 0x36, 0xc0, 0xfb, 0x0d, 0x29, 0x36, 0xca, 0x98, 0xf5, 0xbf, 0x33, 0x01, 0x19, 0xbc, 0x75, 0xb3, 0x1c, 0xf8, 0xd5, 0x19, 0x95, 0x35, 0x7d, 0x95, 0x85, 0x19, 0x25, 0x61, 0x5e, 0xeb, 0x14, 0xd1, 0x2b, 0xbb, 0x87, 0xbe, 0x22, 0x83, 0x69, 0x08, 0x33, 0xbd, 0xdb, 0xda, 0xce, 0xa6, 0x8e, 0xed, 0x66, 0x72, 0x08, 0xcd, 0x71, 0xe1, 0xe2, 0x79, 0x78, 0xf3, 0x2d, 0x7f, 0x76, 0x3e, 0x33, 0x4c, 0xce, 0x9e, 0x91, 0x34, 0x7b, 0xf6, 0x4c, 0xaa, 0xf1, 0xbf, 0x5f, 0x98, 0xf9, 0xca, 0x34, 0x40, 0x6e, 0xda, 0xbc, 0xc1, 0xa8, 0xa6, 0x11, 0xf5, 0x76, 0x4e, 0x59, 0x18, 0xea, 0xea, 0xdb, 0x08, 0x9e, 0xba, 0xde, 0x51, 0xa1, 0x8f, 0xc8, 0x60, 0x18, 0x42, 0xa6, 0x6b, 0x8d, 0x05, 0x24, 0x4c, 0x16, 0xc9, 0x84, 0x51, 0x6a, 0x7a, 0x32, 0x2c, 0xff, 0x70, 0x19, 0xa8, 0x73, 0x91, 0x74, 0xce, 0x9c, 0x39, 0x7d, 0xec, 0xa6, 0x69, 0x1f, 0x14, 0xa6, 0xcd, 0x98, 0x02, 0xc8, 0x0d, 0x41, 0xeb, 0x85, 0xd8, 0xf5, 0xa2, 0xfc, 0xda, 0xf8, 0x4d, 0x40, 0x1f, 0xa5, 0xe1, 0x03, 0x9a, 0x41, 0x33, 0x84, 0x3a, 0xe6, 0x33, 0x09, 0x9c, 0x4e, 0x7a, 0x3d, 0x86, 0x19, 0xd0, 0x18, 0xc5, 0x25, 0x45, 0x10, 0xb4, 0x69, 0x03, 0x4c, 0x9b, 0x3e, 0x45, 0x67, 0xc7, 0xf4, 0xe9, 0x53, 0x37, 0x4e, 0x9b, 0x36, 0x8d, 0x7e, 0xe7, 0xf7, 0x20, 0x30, 0x65, 0xea, 0x64, 0x40, 0x7e, 0xb9, 0x7e, 0x1d, 0xd4, 0xc8, 0xea, 0x5a, 0xf5, 0xdb, 0x3c, 0x57, 0x8d, 0xf5, 0x17, 0x41, 0x18, 0x15, 0xcc, 0xdf, 0xf0, 0xc9, 0x52, 0xed, 0x6a, 0xf3, 0x56, 0xff, 0x1b, 0x1e, 0x8b, 0xd7, 0x54, 0x8b, 0x12, 0x31, 0xde, 0xbd, 0x88, 0x84, 0x12, 0xd6, 0x0d, 0x1e, 0x0e, 0x3d, 0x04, 0xaf, 0xcc, 0x9a, 0x01, 0xea, 0xf3, 0x25, 0xe3, 0xa7, 0x4e, 0x9d, 0x4a, 0x69, 0xda, 0x07, 0x89, 0xc9, 0x2f, 0x4f, 0x02, 0xe4, 0xe7, 0xeb, 0x3e, 0x83, 0xca, 0xaa, 0x72, 0x5e, 0xfb, 0x87, 0xbf, 0xfb, 0xc7, 0x9f, 0x85, 0x17, 0xe2, 0x06, 0x10, 0x45, 0xb8, 0x09, 0x44, 0x3e, 0x14, 0x16, 0xe5, 0xf3, 0x5d, 0x3f, 0x45, 0xa1, 0x28, 0xd6, 0x0b, 0x16, 0xf1, 0x42, 0xd1, 0x32, 0xbe, 0xc1, 0x43, 0x19, 0x7f, 0xad, 0xf8, 0x11, 0x69, 0xa5, 0x51, 0xb7, 0x6f, 0x14, 0x92, 0x68, 0x95, 0xbc, 0xf1, 0xdf, 0x9f, 0xe2, 0x03, 0x3c, 0xf5, 0xb9, 0x9c, 0x53, 0x26, 0xa5, 0x4d, 0x9e, 0x3c, 0x99, 0xd2, 0xb4, 0x0f, 0x03, 0x93, 0x5e, 0xf2, 0x03, 0xe4, 0xc7, 0x6b, 0x03, 0xf8, 0x0f, 0x29, 0x72, 0xf2, 0xb3, 0x20, 0x2b, 0x57, 0x6c, 0x03, 0x83, 0xc7, 0x79, 0x05, 0xd9, 0x7c, 0xcb, 0x97, 0xc2, 0x22, 0xdc, 0x05, 0xa4, 0x80, 0x19, 0x43, 0x54, 0x0a, 0xe3, 0x86, 0xd2, 0xb8, 0x4f, 0x00, 0x56, 0x09, 0x8b, 0x5f, 0x12, 0x97, 0x73, 0x8a, 0x1f, 0x93, 0x3a, 0xcc, 0x9f, 0x94, 0xb1, 0xae, 0x03, 0xbb, 0x8b, 0x1b, 0x49, 0xd7, 0xe1, 0xfd, 0x65, 0x4b, 0xd8, 0x67, 0xf9, 0xea, 0xf4, 0x4c, 0x9c, 0xec, 0x4b, 0x69, 0xda, 0x87, 0x09, 0xbf, 0x89, 0x3e, 0x80, 0x5c, 0xfd, 0xd1, 0x4a, 0xc8, 0xcc, 0x49, 0x37, 0xf6, 0x00, 0xc2, 0x3d, 0xfc, 0xc4, 0xb6, 0x30, 0x39, 0x62, 0x9f, 0x1f, 0x6c, 0xfd, 0x48, 0x14, 0xbf, 0x4c, 0x46, 0x00, 0x6e, 0x80, 0x12, 0x51, 0x2a, 0x5e, 0x25, 0xa2, 0x80, 0xa8, 0x23, 0xac, 0x94, 0x5d, 0x48, 0x15, 0x7f, 0xfd, 0x17, 0xeb, 0x02, 0x61, 0xe2, 0x24, 0x5f, 0x50, 0x9f, 0xc5, 0xd8, 0xe5, 0xe7, 0xe7, 0xbb, 0xc3, 0xc7, 0xc7, 0x87, 0xd2, 0xb4, 0x8f, 0x8a, 0x01, 0x56, 0xae, 0xfe, 0x90, 0x6f, 0x02, 0xc5, 0xf7, 0x06, 0xca, 0xcb, 0x30, 0xf6, 0x05, 0x52, 0x5b, 0xc5, 0x60, 0x77, 0x80, 0x11, 0x00, 0x5b, 0x7f, 0x71, 0x99, 0x88, 0x00, 0x68, 0x02, 0xec, 0x02, 0x90, 0x6a, 0x57, 0x10, 0xbe, 0x39, 0x04, 0x23, 0xfe, 0x6d, 0xdf, 0x81, 0x10, 0x3e, 0xb0, 0xd3, 0x84, 0x47, 0x5e, 0x78, 0xe9, 0xa5, 0x09, 0x94, 0xa6, 0x7d, 0xd4, 0x0c, 0xf0, 0xe1, 0xaa, 0x15, 0x96, 0x9d, 0xc0, 0x0c, 0x03, 0xc8, 0xdd, 0xbf, 0x30, 0x02, 0x88, 0x6d, 0x63, 0xd0, 0x04, 0x6a, 0xcb, 0x98, 0x22, 0x6d, 0xbb, 0x18, 0x73, 0x07, 0x91, 0x53, 0xa7, 0x4f, 0xc2, 0xdc, 0xd7, 0xe6, 0xd8, 0x85, 0x2f, 0xf0, 0xf3, 0x9b, 0x30, 0x45, 0x4e, 0xeb, 0x86, 0x4b, 0xc2, 0xfd, 0x8b, 0x00, 0x2b, 0xf8, 0x9e, 0x7f, 0xf6, 0x08, 0x80, 0xdb, 0xc2, 0xf6, 0xb5, 0x51, 0x94, 0xbe, 0x41, 0x14, 0x1f, 0x0b, 0x38, 0x4a, 0x20, 0xf1, 0x5a, 0x02, 0x2c, 0x59, 0xfa, 0xae, 0x5d, 0x78, 0xaf, 0x9f, 0x9f, 0xcf, 0x47, 0xe3, 0xc7, 0x8f, 0xc7, 0xe5, 0xdb, 0x5f, 0x0e, 0x91, 0x64, 0x92, 0x07, 0x69, 0x00, 0xd1, 0x05, 0xc8, 0x08, 0x50, 0x90, 0x29, 0x37, 0x7d, 0xce, 0x96, 0x9b, 0x3b, 0xca, 0x3d, 0xff, 0x4a, 0x72, 0x8d, 0x9d, 0xc2, 0x8a, 0xa5, 0x09, 0xb2, 0xd8, 0xd8, 0x61, 0x63, 0xd0, 0x57, 0x7c, 0x30, 0xa9, 0x09, 0xdf, 0xed, 0xeb, 0x37, 0xe1, 0x08, 0x13, 0xfe, 0x37, 0xc3, 0x10, 0x7e, 0xb4, 0x8d, 0x42, 0x18, 0x9c, 0x01, 0x52, 0xf9, 0x96, 0xae, 0x39, 0xf9, 0x5a, 0x04, 0x90, 0x03, 0xc1, 0xbc, 0xa2, 0x1c, 0xcb, 0xc6, 0x8f, 0x68, 0x00, 0x3c, 0xde, 0xbb, 0x7f, 0x0f, 0x4c, 0x9f, 0x31, 0xd5, 0xd2, 0xea, 0x7d, 0x27, 0xfa, 0x5c, 0xf2, 0xf5, 0x1d, 0xff, 0x9f, 0xec, 0xed, 0x9f, 0xbe, 0x8f, 0x1c, 0x89, 0x31, 0x08, 0x12, 0xbf, 0xb0, 0x18, 0x20, 0x57, 0x46, 0x00, 0x6e, 0x00, 0xb9, 0x49, 0x64, 0x41, 0x96, 0x19, 0x09, 0xe4, 0x46, 0xd1, 0xb8, 0x31, 0xe4, 0xa9, 0xef, 0xbf, 0xe3, 0x85, 0x24, 0xb6, 0x70, 0xef, 0xf0, 0xf5, 0xfd, 0xa3, 0x3f, 0x7b, 0xdf, 0x67, 0xee, 0x13, 0x47, 0x62, 0x0c, 0x8a, 0x10, 0xba, 0xf0, 0x8a, 0x56, 0x03, 0xc8, 0x7d, 0x7f, 0xb5, 0x71, 0x00, 0x8f, 0x04, 0x72, 0xdb, 0x78, 0xdc, 0x1c, 0x3a, 0xf1, 0xa7, 0x04, 0x58, 0xbe, 0xe2, 0x7d, 0xbb, 0xf0, 0x6d, 0xbe, 0x13, 0x27, 0x7c, 0xf1, 0xfc, 0xf3, 0xcf, 0xff, 0x4d, 0x1f, 0xa2, 0xfd, 0xd5, 0x08, 0x39, 0x52, 0x63, 0x0c, 0xc5, 0x10, 0x63, 0x47, 0xf8, 0xde, 0x06, 0x58, 0xce, 0xff, 0x4f, 0x60, 0x26, 0xdf, 0xfc, 0x59, 0x6c, 0x12, 0xad, 0x76, 0xf8, 0xc6, 0x7f, 0x16, 0x81, 0xff, 0x45, 0x2c, 0x28, 0xf8, 0x2b, 0x78, 0x69, 0xf2, 0x44, 0x5d, 0xf8, 0x1e, 0xec, 0xe7, 0xc7, 0x8d, 0xfb, 0xdd, 0x6f, 0x87, 0x20, 0xe8, 0xb3, 0xf7, 0xe0, 0x68, 0x98, 0x63, 0x28, 0x66, 0x18, 0x13, 0x46, 0xe8, 0xeb, 0x4b, 0xf2, 0x0b, 0xa0, 0x1b, 0x00, 0xff, 0x35, 0x1c, 0x37, 0x80, 0xf6, 0x9f, 0xc2, 0xf0, 0x76, 0xdf, 0x81, 0x3d, 0xf0, 0xca, 0xac, 0xe9, 0xd6, 0x7e, 0xde, 0xcf, 0x27, 0x79, 0xc2, 0x84, 0xff, 0xfe, 0xaf, 0x61, 0x08, 0x3c, 0x52, 0x8e, 0x86, 0x19, 0xc6, 0x94, 0x11, 0xfa, 0x15, 0xdf, 0x6a, 0x80, 0x15, 0x96, 0xff, 0x0b, 0x88, 0xc2, 0xc7, 0xc4, 0x45, 0xc1, 0xff, 0xbd, 0x31, 0xcf, 0x1a, 0xee, 0xfd, 0x7c, 0x5c, 0x3e, 0x3e, 0x7f, 0x7c, 0xc3, 0x26, 0x46, 0x7f, 0x62, 0xfd, 0x6a, 0x94, 0x38, 0x1a, 0x66, 0x18, 0x8c, 0x11, 0x9e, 0x38, 0x13, 0x0c, 0x28, 0x7e, 0x2f, 0x03, 0x48, 0xe1, 0x2f, 0x26, 0x9e, 0x87, 0x55, 0xec, 0xbe, 0x4d, 0xf8, 0x0e, 0x1f, 0xbf, 0x09, 0x9b, 0x5e, 0x7c, 0xf1, 0xf9, 0xbf, 0x1f, 0x40, 0xf4, 0x81, 0x44, 0x7c, 0x6e, 0x88, 0x1c, 0xaa, 0x21, 0x06, 0x63, 0x84, 0x31, 0x67, 0x82, 0x01, 0xc5, 0xc7, 0x0b, 0x60, 0x18, 0x20, 0x60, 0x05, 0xff, 0xf7, 0xb0, 0xc1, 0xdb, 0x82, 0xe0, 0xe5, 0x29, 0x93, 0xec, 0xd3, 0xba, 0xd3, 0xe3, 0xc6, 0x8d, 0xfb, 0xd7, 0x7b, 0xb4, 0xf8, 0xc1, 0x8a, 0xfe, 0xd7, 0xf7, 0xe0, 0x60, 0xcd, 0xf0, 0x20, 0x4d, 0xf0, 0x64, 0xb6, 0x7e, 0xdd, 0x00, 0x58, 0x6d, 0x8b, 0xa5, 0x61, 0x36, 0xe1, 0xd3, 0x58, 0x3f, 0xff, 0x3f, 0x83, 0xe8, 0xe3, 0x87, 0x2b, 0xfc, 0xaf, 0x25, 0x87, 0x6b, 0x84, 0xc1, 0x98, 0x60, 0xcc, 0x46, 0x81, 0x21, 0x19, 0xc0, 0xc6, 0x5a, 0x1f, 0x3f, 0x9f, 0x85, 0x6c, 0x5a, 0xf7, 0xec, 0x20, 0x07, 0x79, 0xc3, 0x31, 0xc0, 0xaf, 0x6d, 0x7c, 0x50, 0x06, 0x78, 0x86, 0x0c, 0x60, 0x35, 0x40, 0x8f, 0x26, 0x7c, 0x27, 0x9b, 0xcf, 0x6f, 0x79, 0xe1, 0x85, 0x17, 0xfe, 0xe1, 0x1e, 0xf3, 0xf8, 0xe1, 0x86, 0xff, 0xe1, 0x76, 0x01, 0x83, 0xed, 0x06, 0x68, 0x1c, 0x30, 0xe4, 0x41, 0xa0, 0xdf, 0x84, 0x44, 0x21, 0xfe, 0x84, 0xf8, 0xf1, 0xe3, 0xc7, 0xff, 0x9b, 0xbc, 0x20, 0x83, 0x59, 0xcc, 0x19, 0xca, 0x20, 0xf0, 0xb9, 0x61, 0x92, 0x06, 0x81, 0xf7, 0xdb, 0x04, 0x18, 0xe6, 0xff, 0xe0, 0xf3, 0x87, 0x7f, 0xee, 0xe3, 0xc2, 0x3c, 0x33, 0x02, 0x23, 0x8c, 0xe6, 0x14, 0x70, 0x38, 0x53, 0x41, 0x9a, 0x06, 0x0e, 0xa3, 0x3b, 0xf8, 0x65, 0x3f, 0x17, 0x69, 0xb0, 0x46, 0x18, 0xea, 0x42, 0xd0, 0x60, 0x05, 0x1e, 0xca, 0x4a, 0x21, 0x2d, 0x04, 0xdd, 0x47, 0x23, 0x3c, 0x3d, 0xc0, 0x6a, 0xdb, 0x68, 0x2c, 0x01, 0x0f, 0x67, 0x49, 0x98, 0x96, 0x82, 0xef, 0xb3, 0x11, 0x86, 0x63, 0x86, 0xd1, 0x4a, 0x02, 0x0d, 0x35, 0x29, 0x44, 0xc9, 0xa0, 0x51, 0x32, 0xc2, 0x70, 0xcc, 0x30, 0x14, 0x63, 0x3c, 0x8a, 0x29, 0x61, 0xc2, 0x53, 0x03, 0xe7, 0xcb, 0xef, 0x55, 0x78, 0xf1, 0xf4, 0x43, 0xe2, 0x48, 0x2a, 0x85, 0x08, 0x23, 0x30, 0xc4, 0x60, 0x4c, 0x31, 0x12, 0xa3, 0x50, 0x59, 0xd8, 0x63, 0x6a, 0x8a, 0xd1, 0x30, 0xc9, 0x68, 0x14, 0x87, 0x12, 0x1e, 0x13, 0x83, 0x50, 0x79, 0x38, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0xe1, 0xc9, 0xc2, 0xff, 0x03, 0x48, 0x6a, 0xd4, 0x67, 0xf2, 0xd5, 0x29, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_start_128_png_len = 5355; unsigned char media_playback_start_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74, 0x02, 0x70, 0x23, 0x16, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x1f, 0xf5, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x7b, 0x70, 0x15, 0x55, 0x9a, 0xc7, 0x51, 0x47, 0x67, 0x6b, 0x66, 0x6b, 0xa7, 0x6a, 0xb7, 0x76, 0x6b, 0x6a, 0x6b, 0x77, 0x76, 0xc7, 0xda, 0xda, 0x2a, 0x77, 0x6a, 0x77, 0xff, 0x72, 0x6b, 0x65, 0x5d, 0xca, 0x84, 0x20, 0x88, 0x8a, 0x20, 0x22, 0x20, 0x6f, 0x45, 0x41, 0x31, 0x8a, 0x82, 0x22, 0x8a, 0x17, 0x14, 0xc5, 0xc7, 0xa0, 0x80, 0x3c, 0x02, 0x8e, 0x08, 0xf2, 0x8c, 0x84, 0x00, 0xf1, 0xb1, 0x33, 0xbe, 0x05, 0x11, 0x48, 0x20, 0xef, 0xdc, 0xe4, 0xe6, 0xfd, 0xba, 0x79, 0x3f, 0x21, 0x21, 0x0f, 0xc2, 0xb7, 0xfd, 0x9d, 0xee, 0x73, 0xfa, 0x9c, 0xd3, 0xdd, 0x37, 0x21, 0xb9, 0x79, 0x7f, 0xbf, 0xaa, 0x5f, 0xdd, 0x7b, 0xfb, 0xde, 0xdc, 0xdb, 0x7d, 0xf2, 0xfb, 0x7d, 0xe7, 0x3b, 0xa7, 0xbf, 0x3e, 0x3d, 0x66, 0x0c, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x30, 0xe6, 0xc8, 0xb1, 0xc3, 0xf7, 0xc4, 0x1d, 0x3b, 0x54, 0x1e, 0x77, 0xec, 0x70, 0x30, 0x2e, 0xfe, 0xd0, 0xd3, 0x31, 0x31, 0x31, 0x37, 0x52, 0xab, 0x10, 0x46, 0x0d, 0x4c, 0xf1, 0x1f, 0x02, 0x89, 0xfe, 0xf8, 0xf8, 0x43, 0x13, 0xa9, 0x65, 0x08, 0x23, 0x1e, 0x00, 0x70, 0x9d, 0x26, 0x7e, 0x99, 0x5f, 0x1e, 0x39, 0x71, 0xe0, 0x56, 0x6a, 0x25, 0xc2, 0x68, 0x35, 0x00, 0xb2, 0xc3, 0x48, 0x91, 0x36, 0xc6, 0xc7, 0xc7, 0xff, 0x15, 0xb5, 0x16, 0x61, 0x34, 0x1a, 0x80, 0xb3, 0xee, 0xc8, 0xf1, 0x43, 0xd1, 0xb1, 0xb1, 0xb1, 0xd7, 0x53, 0xab, 0x11, 0x46, 0xb4, 0x01, 0x7e, 0x3a, 0x7b, 0xd2, 0xd3, 0x08, 0x47, 0x8e, 0x1d, 0x4a, 0xfe, 0x24, 0xfe, 0xe0, 0x38, 0x6a, 0x39, 0xc2, 0x88, 0x35, 0x00, 0xa2, 0xb6, 0xbe, 0x06, 0xbe, 0xfc, 0xf6, 0xff, 0xbc, 0x8d, 0x70, 0xfc, 0x50, 0x42, 0x5c, 0xdc, 0xfe, 0x7f, 0xa6, 0x16, 0x24, 0x8c, 0x48, 0x03, 0x20, 0xba, 0xba, 0xba, 0xa0, 0xb8, 0xb4, 0x10, 0x12, 0x3e, 0x8b, 0xf3, 0x32, 0x42, 0xbb, 0x31, 0x3e, 0xd8, 0x74, 0xfc, 0xf8, 0xf1, 0x5f, 0x51, 0x4b, 0x12, 0x46, 0x9c, 0x01, 0x38, 0x3a, 0x3a, 0xda, 0x21, 0xd3, 0x9f, 0x06, 0x47, 0x8f, 0x1f, 0xf6, 0x32, 0x42, 0x79, 0x5c, 0xfc, 0xa1, 0xc5, 0x3e, 0x9f, 0xef, 0x67, 0xd4, 0xa2, 0x84, 0x11, 0x67, 0x00, 0x8e, 0xe6, 0x8b, 0x4d, 0x70, 0xea, 0xf4, 0x77, 0xa1, 0x06, 0xca, 0x89, 0x71, 0xc7, 0x0f, 0xdf, 0x4e, 0xad, 0x4a, 0x18, 0x91, 0x06, 0xe0, 0xa8, 0xa9, 0xad, 0x82, 0x3f, 0x7d, 0x99, 0xe0, 0x65, 0x82, 0xab, 0x06, 0x63, 0x63, 0x13, 0x62, 0xff, 0x81, 0x5a, 0x97, 0x30, 0x22, 0x0d, 0xc0, 0xc7, 0x07, 0x45, 0xc5, 0xf9, 0x70, 0x3c, 0xe1, 0x13, 0x2f, 0x23, 0xb4, 0xc4, 0xc5, 0x1f, 0xf4, 0xed, 0xfe, 0x76, 0xf7, 0xcd, 0xd4, 0xca, 0x84, 0x61, 0x6d, 0x80, 0xd6, 0xd6, 0x16, 0x4f, 0x23, 0xb4, 0xb5, 0x5d, 0x86, 0xe4, 0xd4, 0xc4, 0x50, 0x69, 0x51, 0xc9, 0xd1, 0x63, 0x87, 0xe6, 0xe2, 0xef, 0x50, 0x6b, 0x13, 0x86, 0xa5, 0x01, 0xd2, 0xfd, 0xc9, 0x50, 0x52, 0x56, 0xc8, 0x06, 0xc3, 0x5e, 0x68, 0x6a, 0x6e, 0x84, 0xef, 0x4f, 0x7d, 0xed, 0x69, 0x04, 0xc3, 0x04, 0xdf, 0x1e, 0x3d, 0x7a, 0xe8, 0xdf, 0xa9, 0xc5, 0x09, 0xc3, 0xd2, 0x00, 0xc8, 0xcc, 0x9c, 0x54, 0xa8, 0xaa, 0xa9, 0x80, 0xae, 0xab, 0x5d, 0xae, 0x26, 0xb8, 0x7a, 0xf5, 0x2a, 0x54, 0x56, 0x05, 0xe1, 0xf3, 0x3f, 0x79, 0x8e, 0x0f, 0xba, 0x0c, 0xee, 0x3d, 0x7e, 0xfc, 0xc0, 0xdf, 0x52, 0xcb, 0x13, 0x86, 0x9d, 0x01, 0x38, 0xb3, 0x73, 0x33, 0xa0, 0xa1, 0xb1, 0xce, 0xb3, 0x37, 0xb8, 0x72, 0xa5, 0x13, 0x02, 0xf9, 0x39, 0x10, 0x7f, 0x22, 0xd6, 0xcb, 0x08, 0x0d, 0x47, 0x8f, 0x1d, 0x7c, 0xfe, 0xf3, 0xcf, 0x3f, 0xbf, 0x89, 0xfe, 0x03, 0x84, 0x61, 0x67, 0x00, 0xce, 0x82, 0xe2, 0x5c, 0xb8, 0x7c, 0xb9, 0xd5, 0xd3, 0x08, 0x97, 0x8d, 0xf1, 0x41, 0x52, 0xf2, 0xd9, 0x50, 0xe3, 0x83, 0x1c, 0x23, 0x2d, 0x9a, 0x4c, 0xff, 0x05, 0xc2, 0xb0, 0x34, 0x00, 0x67, 0x69, 0xb0, 0x18, 0x3a, 0x3b, 0x3b, 0x3d, 0x8d, 0x50, 0xdf, 0x50, 0x07, 0x5f, 0x7f, 0xfb, 0x27, 0xa0, 0xb2, 0x6b, 0xc2, 0xb0, 0x34, 0x40, 0x5a, 0xd6, 0x05, 0x48, 0xcd, 0x38, 0x0f, 0x29, 0x19, 0x49, 0x70, 0x21, 0xed, 0x1c, 0x24, 0xa5, 0x9c, 0xb5, 0x78, 0x06, 0x12, 0x93, 0x7f, 0x62, 0xc4, 0xd7, 0xe5, 0x15, 0xa5, 0xc6, 0x38, 0xc0, 0x7b, 0x7c, 0x50, 0x16, 0x2c, 0x85, 0x84, 0x2f, 0x8e, 0x79, 0x96, 0x5d, 0xc7, 0x1d, 0x3f, 0x14, 0x93, 0x90, 0x70, 0xe0, 0xaf, 0xe9, 0xbf, 0x42, 0x18, 0x52, 0x06, 0x38, 0x7d, 0xee, 0x07, 0xc6, 0x33, 0x49, 0xa7, 0x18, 0xcf, 0x26, 0xfd, 0x08, 0xe7, 0xce, 0x9f, 0x86, 0x73, 0x17, 0x7e, 0x62, 0x34, 0x0d, 0x70, 0x06, 0xce, 0xa7, 0x9e, 0x85, 0x8c, 0xec, 0xd4, 0x90, 0xe3, 0x83, 0x8e, 0x8e, 0x0e, 0xf0, 0xe7, 0x64, 0xc0, 0xd1, 0x13, 0x87, 0xa9, 0xec, 0x9a, 0x30, 0x3c, 0x0c, 0xc0, 0x04, 0x2f, 0x89, 0x1d, 0x89, 0x62, 0xe7, 0xc4, 0x5e, 0x01, 0x99, 0x9c, 0x9e, 0xc8, 0x98, 0x92, 0x9e, 0x04, 0x79, 0x85, 0x39, 0xc6, 0x18, 0xc0, 0x7b, 0x7c, 0xd0, 0xd2, 0x7a, 0x09, 0xce, 0x26, 0xfe, 0x18, 0x2a, 0x2d, 0xca, 0x3a, 0x72, 0xec, 0xf0, 0x04, 0xfa, 0x0f, 0x11, 0x06, 0xdd, 0x00, 0x3c, 0xba, 0x7b, 0x89, 0x9d, 0x91, 0xa5, 0x48, 0xe7, 0x21, 0x35, 0xd3, 0x24, 0xa6, 0x4d, 0x38, 0x3e, 0x28, 0xaf, 0x28, 0x61, 0xb3, 0x42, 0x5e, 0xa8, 0xad, 0xa3, 0xb2, 0x6b, 0xc2, 0x20, 0x1b, 0xe0, 0x48, 0xfc, 0x41, 0x90, 0xa9, 0xa3, 0xa7, 0x82, 0xe7, 0xa2, 0xe7, 0x8f, 0xc8, 0x0c, 0x7f, 0x0a, 0x64, 0xe5, 0xa4, 0x41, 0x6d, 0x7d, 0x35, 0x1b, 0x07, 0x78, 0x95, 0x55, 0x14, 0x97, 0x14, 0xc2, 0x89, 0x4f, 0x8f, 0x80, 0xbe, 0x2f, 0x16, 0xdb, 0x8f, 0x1c, 0x3b, 0xb8, 0x69, 0xdf, 0xe7, 0xfb, 0xfe, 0x92, 0xfe, 0x63, 0x84, 0xb0, 0x1b, 0x20, 0x36, 0x6e, 0x3f, 0xc8, 0xd4, 0xe1, 0x25, 0x76, 0x2f, 0xc1, 0xa7, 0x67, 0x25, 0x3b, 0xb6, 0x23, 0x03, 0xf9, 0x7e, 0xb8, 0x78, 0xa9, 0x29, 0xc4, 0xf8, 0xa0, 0xdd, 0xf8, 0xdb, 0x54, 0xf8, 0xe4, 0xe8, 0x01, 0xd0, 0xf7, 0xc9, 0x62, 0xb9, 0x41, 0x2a, 0xbb, 0x26, 0x84, 0xd7, 0x00, 0x87, 0x8f, 0xec, 0x03, 0x99, 0x6e, 0xb3, 0x40, 0xdd, 0x89, 0xfd, 0x5a, 0x58, 0x54, 0x9a, 0x0f, 0xed, 0x1d, 0x6d, 0x9e, 0x46, 0xb8, 0x74, 0xe9, 0x22, 0x9c, 0x3c, 0xfd, 0x2d, 0xe8, 0xfb, 0xc5, 0x19, 0x7b, 0x64, 0x7f, 0xe2, 0xe1, 0xb8, 0x7d, 0x54, 0x76, 0x4d, 0x08, 0x8f, 0x01, 0x0e, 0xc6, 0xee, 0x05, 0x99, 0x5e, 0xe7, 0x01, 0x7a, 0x2b, 0x78, 0x37, 0x66, 0x64, 0xa7, 0x40, 0xb0, 0xb2, 0xcc, 0x48, 0x7f, 0xae, 0x78, 0x1a, 0xa1, 0xba, 0xa6, 0x12, 0x12, 0x3e, 0x8f, 0x07, 0x7d, 0xff, 0x2c, 0x5e, 0x35, 0x18, 0x1b, 0x1b, 0xbb, 0x97, 0xca, 0xae, 0x09, 0x7d, 0x33, 0xc0, 0x81, 0x43, 0x7b, 0x40, 0xe6, 0xb5, 0x9e, 0x08, 0xeb, 0x0b, 0xfd, 0xb9, 0x19, 0x50, 0xd7, 0x50, 0x0b, 0x57, 0xc1, 0x7b, 0x7c, 0x50, 0x50, 0x98, 0x87, 0x51, 0x1f, 0xf4, 0xfd, 0x44, 0xee, 0x3f, 0xb4, 0xa7, 0x65, 0xff, 0xc1, 0x3d, 0xbe, 0xdd, 0xbb, 0xa9, 0xec, 0x9a, 0xd0, 0x4b, 0x03, 0xec, 0x3b, 0xb8, 0x1b, 0x64, 0xf6, 0xce, 0x00, 0x29, 0x2c, 0xaa, 0xf7, 0x96, 0xf9, 0x45, 0x39, 0x6c, 0x6a, 0x34, 0x54, 0xd9, 0xf5, 0x85, 0x94, 0x44, 0xd0, 0xf7, 0xd5, 0xe6, 0x47, 0xa5, 0x1f, 0x1f, 0xfa, 0x88, 0xca, 0xae, 0x09, 0xd7, 0x6e, 0x80, 0x8f, 0xf7, 0x7f, 0x08, 0x32, 0x9d, 0x06, 0xe8, 0x4e, 0xc0, 0xa9, 0x8c, 0x99, 0x9c, 0x39, 0x3d, 0x65, 0x9a, 0x83, 0x58, 0x56, 0x81, 0x27, 0xcb, 0x42, 0x95, 0x5d, 0xff, 0xf9, 0xeb, 0x2f, 0x40, 0xdf, 0x67, 0xc1, 0x03, 0x1f, 0x7e, 0xfb, 0xf1, 0xc7, 0x7f, 0xa4, 0xb2, 0x6b, 0x42, 0xcf, 0x0d, 0xb0, 0x67, 0xdf, 0x07, 0x20, 0x53, 0x47, 0x46, 0xb7, 0xc2, 0x36, 0xc5, 0x9b, 0x25, 0x33, 0x10, 0x8a, 0xe9, 0x21, 0x99, 0x9d, 0x9b, 0x09, 0x55, 0x46, 0xfe, 0x8f, 0xe9, 0x8f, 0x57, 0x59, 0x45, 0x45, 0x65, 0x39, 0xae, 0x51, 0x04, 0xfa, 0xbe, 0x5b, 0xec, 0x32, 0xb8, 0xf7, 0xc0, 0x81, 0x5d, 0x54, 0x76, 0x4d, 0xe8, 0xde, 0x00, 0x1f, 0xed, 0xdd, 0x05, 0x32, 0x75, 0x28, 0x02, 0x0f, 0x21, 0x66, 0xbf, 0xce, 0x5c, 0x9d, 0x19, 0x3d, 0x62, 0xb6, 0x45, 0x3c, 0x9b, 0xdc, 0xd4, 0xdc, 0x10, 0xa2, 0xec, 0xfa, 0x0a, 0xf8, 0x73, 0xb2, 0x8c, 0xc8, 0xbf, 0x1b, 0xf4, 0x63, 0xb0, 0xd8, 0xb0, 0xe7, 0xe3, 0x9d, 0xcf, 0x6f, 0xde, 0xbc, 0x99, 0xca, 0xae, 0x09, 0xde, 0x06, 0xf8, 0x70, 0xcf, 0x4e, 0x90, 0xa9, 0xc3, 0x55, 0xe0, 0x2e, 0xa2, 0xce, 0x76, 0x63, 0x1e, 0x67, 0x66, 0x8f, 0x98, 0xe3, 0xc2, 0xe2, 0xb2, 0x82, 0xd0, 0x65, 0xd7, 0xc6, 0x7b, 0xa7, 0xcf, 0x9e, 0x34, 0xf6, 0x3d, 0xc6, 0x8b, 0x01, 0xe3, 0xb8, 0xa8, 0xec, 0x9a, 0xe0, 0x6e, 0x80, 0x3f, 0xee, 0xde, 0x01, 0x32, 0x75, 0x78, 0x0a, 0xdc, 0x45, 0xd8, 0x39, 0xae, 0xcc, 0x82, 0x9c, 0x7c, 0x77, 0xe2, 0xdf, 0xc8, 0x06, 0xc3, 0x54, 0x0b, 0xa7, 0x5b, 0xcd, 0x29, 0x57, 0x83, 0x99, 0xc9, 0x6c, 0xea, 0x35, 0x2d, 0xf3, 0x02, 0x94, 0x96, 0x15, 0x75, 0x5b, 0x76, 0x9d, 0xf0, 0xe9, 0x51, 0xd0, 0x8f, 0x47, 0xf0, 0xa3, 0xed, 0x5f, 0xee, 0xfc, 0x68, 0x27, 0x95, 0x5d, 0x13, 0x54, 0x03, 0xec, 0xfa, 0x70, 0x3b, 0xc8, 0x04, 0x36, 0x25, 0x69, 0x12, 0xf3, 0x6d, 0x6f, 0x81, 0x3b, 0x05, 0x1d, 0xc0, 0x47, 0xfc, 0x2c, 0x9a, 0x86, 0x09, 0x3a, 0xcd, 0x10, 0x73, 0x2a, 0x63, 0x9a, 0x21, 0xe8, 0xb4, 0x4c, 0x3c, 0x99, 0x96, 0x0c, 0xa9, 0x86, 0xa0, 0x93, 0xa5, 0x92, 0x0a, 0x14, 0x38, 0x27, 0x3b, 0xd7, 0x60, 0x11, 0x8d, 0x90, 0x29, 0x0d, 0xb0, 0xf1, 0x3b, 0xab, 0xad, 0xf1, 0x01, 0xee, 0x9b, 0x93, 0x5d, 0x50, 0x52, 0x56, 0x8c, 0xd3, 0xa3, 0xa0, 0x1f, 0x97, 0xc5, 0x8e, 0x5d, 0x1f, 0xee, 0x88, 0x31, 0x40, 0x65, 0xd7, 0x04, 0xd3, 0x00, 0x3b, 0x3f, 0xd8, 0x0a, 0x32, 0x75, 0x51, 0xf1, 0x48, 0xed, 0xb7, 0x44, 0x8d, 0x63, 0x01, 0x14, 0x26, 0x8a, 0x39, 0x35, 0xfd, 0x02, 0x13, 0x30, 0x8a, 0xf9, 0x42, 0x5a, 0x22, 0x5c, 0x48, 0x35, 0x99, 0x9c, 0x96, 0x24, 0x98, 0x92, 0x7e, 0x9e, 0x31, 0x35, 0xe3, 0x02, 0x23, 0x1a, 0x80, 0x33, 0xdd, 0x8a, 0xf6, 0x5c, 0xe0, 0x59, 0xda, 0x60, 0xda, 0x9f, 0x93, 0xae, 0x32, 0x90, 0xc1, 0x98, 0x57, 0x18, 0x60, 0x33, 0x42, 0xee, 0x26, 0xb8, 0x0a, 0xed, 0x1d, 0xed, 0x90, 0x96, 0x9e, 0x0c, 0x1f, 0x18, 0xa2, 0xd7, 0x8f, 0xcf, 0xe4, 0xfb, 0x75, 0xc6, 0x23, 0x95, 0x5d, 0x93, 0x01, 0xe0, 0xba, 0x1d, 0xbb, 0xde, 0x07, 0x99, 0x18, 0x5d, 0x6d, 0x5e, 0x81, 0xc4, 0x0b, 0x67, 0x0d, 0x9e, 0x31, 0x99, 0x7c, 0x16, 0xce, 0xa7, 0x9c, 0xb3, 0x28, 0x89, 0x3d, 0xdd, 0x24, 0x5e, 0x38, 0x93, 0xca, 0x22, 0x7a, 0x32, 0x23, 0x4b, 0x63, 0x2c, 0xf2, 0x9e, 0x00, 0x7b, 0x05, 0x73, 0x50, 0x9d, 0xce, 0xa8, 0x8a, 0x3b, 0x53, 0x10, 0x67, 0x83, 0x38, 0x59, 0x6f, 0x23, 0x31, 0x60, 0xf5, 0x36, 0xa5, 0xc1, 0x22, 0x56, 0x76, 0xad, 0xee, 0xb3, 0x4d, 0x2c, 0xab, 0xf8, 0xe6, 0xbb, 0x2f, 0x41, 0x3f, 0x46, 0xce, 0x98, 0x5d, 0xef, 0x67, 0x6d, 0xdf, 0xb9, 0x85, 0xca, 0xae, 0x47, 0xb3, 0x01, 0xb6, 0xc7, 0x6c, 0x06, 0x99, 0x38, 0xbb, 0x22, 0x13, 0x85, 0x2e, 0xc4, 0x6e, 0x55, 0x83, 0x9a, 0x42, 0xb7, 0x22, 0x3a, 0x17, 0xba, 0x3f, 0x45, 0x8a, 0xe8, 0x69, 0x8c, 0xb6, 0xc8, 0x33, 0x54, 0x72, 0xa1, 0xe7, 0x4a, 0xe9, 0x94, 0x10, 0xb7, 0x5f, 0x61, 0x6e, 0x41, 0xb6, 0x42, 0x9c, 0x1d, 0xe2, 0xcc, 0x2f, 0x0a, 0x40, 0x41, 0x51, 0x2e, 0x54, 0xd5, 0x56, 0xb0, 0x62, 0x3a, 0xdd, 0xbc, 0xfc, 0x39, 0x96, 0x5d, 0xc7, 0xc6, 0x1d, 0x84, 0x6d, 0xc6, 0xf1, 0xb9, 0x72, 0xc7, 0xa6, 0x84, 0x6d, 0xdb, 0xde, 0xa5, 0xb2, 0xeb, 0xd1, 0x68, 0x80, 0xad, 0x3b, 0x36, 0x81, 0x4c, 0x1c, 0x68, 0x76, 0x5e, 0xb1, 0x68, 0x3c, 0xe7, 0x42, 0x17, 0x62, 0xb7, 0x44, 0xae, 0x44, 0x74, 0x49, 0xec, 0xd9, 0x18, 0xbd, 0x65, 0xe6, 0x66, 0x09, 0xea, 0x91, 0x3c, 0x37, 0xdf, 0x5b, 0xdc, 0x5c, 0xe0, 0x9c, 0x78, 0x11, 0xbe, 0xcc, 0xc2, 0x92, 0x3c, 0x41, 0x34, 0x41, 0x51, 0x49, 0x01, 0x34, 0x34, 0xd6, 0xb3, 0xeb, 0x0f, 0x98, 0x79, 0xbb, 0x2c, 0x5a, 0x46, 0xc6, 0x63, 0xc1, 0xb2, 0x8a, 0x3f, 0x7e, 0xb4, 0x13, 0xf4, 0x63, 0x46, 0xbe, 0xbf, 0x63, 0x53, 0xfb, 0xd6, 0xed, 0xef, 0x6d, 0xda, 0xbc, 0x79, 0x33, 0x95, 0x5d, 0x8f, 0x26, 0x03, 0x6c, 0xd9, 0xf6, 0x2e, 0xc8, 0xec, 0xec, 0xec, 0x50, 0xc8, 0x85, 0x2e, 0x8b, 0xdd, 0x9c, 0x0e, 0xcd, 0x70, 0x15, 0x7b, 0x4e, 0xae, 0xdf, 0x10, 0xb7, 0xbf, 0x9b, 0x48, 0x9e, 0xc3, 0xf2, 0xf8, 0x7c, 0x89, 0x5e, 0xe2, 0x46, 0x62, 0x05, 0x29, 0xa7, 0xb9, 0x2d, 0xdf, 0x66, 0xb1, 0xb1, 0xbd, 0xc4, 0x64, 0x41, 0x71, 0x1e, 0x94, 0x05, 0x4b, 0xe0, 0x52, 0xcb, 0x45, 0xad, 0x27, 0xeb, 0x14, 0xc4, 0xd5, 0x2a, 0x12, 0xcf, 0x9f, 0x85, 0xf7, 0xb7, 0xbf, 0x07, 0xfa, 0xb1, 0x5b, 0x2c, 0x7f, 0x7f, 0xdb, 0xbb, 0x54, 0x76, 0x3d, 0x5a, 0x0c, 0xb0, 0xf9, 0xfd, 0x8d, 0x20, 0xb3, 0xc3, 0x10, 0xbd, 0x4c, 0x4f, 0xa1, 0xe7, 0xf9, 0x05, 0x55, 0xb1, 0x1b, 0x91, 0xbc, 0x20, 0x54, 0x24, 0xcf, 0x13, 0x2c, 0x34, 0xc8, 0xc5, 0xcb, 0x89, 0xf3, 0xfe, 0x48, 0x5b, 0xf4, 0x05, 0x82, 0xfa, 0x7b, 0xc5, 0xb8, 0xcd, 0x22, 0xfb, 0x5b, 0xe9, 0xb3, 0x95, 0xd5, 0x15, 0xac, 0x86, 0x48, 0xf4, 0x66, 0x1a, 0x9b, 0x9a, 0x1a, 0xe1, 0xb3, 0x2f, 0x4e, 0x80, 0x7e, 0xfc, 0x12, 0x13, 0xb7, 0x6c, 0x79, 0x97, 0xca, 0xae, 0x47, 0xba, 0x01, 0xde, 0xdb, 0xf2, 0x0e, 0xc8, 0xc4, 0x5a, 0x1c, 0x99, 0x5e, 0x62, 0xe7, 0xe9, 0x8b, 0x33, 0x6d, 0xc9, 0x65, 0x29, 0x09, 0xd2, 0x19, 0xc9, 0x0b, 0x14, 0xe2, 0x92, 0x8b, 0x48, 0x5b, 0xc8, 0x85, 0x82, 0xec, 0xbd, 0xf2, 0x42, 0x21, 0x7a, 0x7c, 0xce, 0x68, 0x7d, 0x9e, 0xff, 0xad, 0xce, 0x62, 0x85, 0x45, 0xec, 0x6a, 0x34, 0x1c, 0x1f, 0xb0, 0xd4, 0xce, 0xc1, 0x0e, 0x28, 0x0f, 0x96, 0xc2, 0x9e, 0xfd, 0xbb, 0x41, 0x6f, 0x07, 0x8b, 0x57, 0x0d, 0xc6, 0x6e, 0xda, 0xb4, 0x81, 0xca, 0xae, 0x47, 0xaa, 0x01, 0xde, 0xdd, 0xf4, 0x36, 0xc8, 0xc4, 0x29, 0xc4, 0x0e, 0x89, 0x5e, 0x62, 0x17, 0x42, 0x57, 0xd2, 0x16, 0x33, 0x2d, 0xe1, 0xd1, 0xb8, 0x58, 0x8a, 0xda, 0xa6, 0x80, 0x8b, 0x14, 0x81, 0x72, 0xd1, 0x96, 0x1a, 0xdb, 0x91, 0xfa, 0x6b, 0xbe, 0x2d, 0xd4, 0x6b, 0x37, 0x96, 0x68, 0x2c, 0xab, 0x28, 0x86, 0xc6, 0xe6, 0x7a, 0xd6, 0xa3, 0x75, 0xba, 0xb0, 0xbd, 0xbd, 0x0d, 0xb2, 0xb2, 0x33, 0x61, 0xeb, 0xb6, 0x4d, 0xa0, 0xb7, 0x87, 0xc5, 0x16, 0x83, 0x3e, 0xdf, 0x6e, 0x1f, 0x95, 0x5d, 0x8f, 0x34, 0x03, 0xfc, 0xe1, 0xbd, 0x37, 0x41, 0x26, 0x1a, 0x40, 0x66, 0x28, 0xb1, 0x17, 0xc9, 0x62, 0x67, 0x42, 0xb7, 0x84, 0xad, 0x09, 0x9a, 0x8b, 0x9f, 0x6d, 0x0f, 0x16, 0x33, 0xf2, 0xcf, 0x94, 0x19, 0xcf, 0x39, 0xf5, 0xd7, 0x7d, 0x61, 0xa9, 0x83, 0x45, 0x50, 0x59, 0x55, 0xce, 0xca, 0xae, 0xf5, 0x34, 0x8f, 0x13, 0xc7, 0x0e, 0x27, 0x7f, 0xfc, 0x0e, 0xf4, 0x36, 0xe1, 0xdc, 0xf8, 0xde, 0x9b, 0xa5, 0x7f, 0x78, 0xef, 0x2d, 0x2a, 0xbb, 0x1e, 0x49, 0x06, 0x78, 0x67, 0xe3, 0x06, 0x90, 0x89, 0x97, 0x2b, 0xca, 0x06, 0x70, 0x8d, 0xec, 0x92, 0xd8, 0x95, 0xe8, 0x2d, 0x45, 0x5d, 0x59, 0xcc, 0xe6, 0x67, 0x8c, 0xe7, 0x15, 0x25, 0x82, 0x28, 0x4a, 0x5c, 0x35, 0xc2, 0x9d, 0xa5, 0xd7, 0x40, 0xf7, 0xef, 0x28, 0x73, 0xa3, 0xb5, 0x3f, 0x35, 0xb5, 0x95, 0xec, 0xfc, 0x41, 0x87, 0xd6, 0xdb, 0x71, 0xd6, 0xd4, 0x56, 0xc3, 0x27, 0x47, 0x0e, 0x82, 0xde, 0x36, 0x9c, 0x6f, 0x6f, 0x7c, 0xe3, 0xbb, 0xb7, 0xde, 0x7d, 0xeb, 0x3f, 0x48, 0x41, 0x23, 0xc0, 0x00, 0x6f, 0xfd, 0xe1, 0x75, 0x90, 0x89, 0xe9, 0x80, 0xa0, 0x21, 0x06, 0x2e, 0x78, 0x59, 0xd8, 0xde, 0x62, 0x2f, 0x11, 0x11, 0xb7, 0xcc, 0x4b, 0xd4, 0x95, 0x36, 0x83, 0x0e, 0x96, 0xf5, 0x91, 0xea, 0xf7, 0xc9, 0xbf, 0xa5, 0x1b, 0x06, 0xdf, 0xaf, 0x6f, 0xac, 0x63, 0xc7, 0xa9, 0x1b, 0x80, 0x99, 0xdf, 0xd8, 0x5e, 0x58, 0x5c, 0x00, 0x31, 0x1f, 0x6c, 0x03, 0xbd, 0x8d, 0x2c, 0x76, 0xbd, 0xbd, 0xf1, 0xf5, 0xbd, 0xeb, 0xdf, 0x5b, 0x4f, 0x65, 0xd7, 0xc3, 0xd9, 0x00, 0x6f, 0xbe, 0xbd, 0x1e, 0x64, 0x9a, 0xc2, 0x6f, 0x13, 0x22, 0xb0, 0xd3, 0x18, 0x97, 0xc8, 0x6e, 0xd1, 0x4b, 0xe4, 0x9e, 0xc2, 0xae, 0x32, 0x59, 0xa1, 0xb0, 0x3c, 0x8c, 0x34, 0xbf, 0x33, 0x28, 0xd3, 0xc5, 0x28, 0xb8, 0x8f, 0x15, 0xd5, 0xe5, 0xec, 0xfe, 0x67, 0x7a, 0xea, 0xc7, 0xd9, 0x7a, 0xb9, 0x05, 0xce, 0x5f, 0x48, 0x64, 0x91, 0x5f, 0x6f, 0x2b, 0x8b, 0x0d, 0x06, 0xa9, 0xec, 0x7a, 0xb8, 0x1a, 0xe0, 0x8d, 0xb7, 0x5e, 0x03, 0x99, 0x6d, 0x52, 0x0f, 0x80, 0xcf, 0x4b, 0xe5, 0xdc, 0xdc, 0x91, 0xba, 0x84, 0x10, 0xbb, 0x22, 0x72, 0x17, 0x91, 0x56, 0x9b, 0xac, 0x64, 0x0c, 0xf6, 0x03, 0xed, 0xdf, 0xf0, 0x32, 0x89, 0x6c, 0x8e, 0x6a, 0x23, 0x2d, 0xc2, 0xf1, 0x81, 0x69, 0x7e, 0x8b, 0x52, 0x5b, 0xe0, 0xb4, 0xe9, 0x9f, 0xbf, 0xfa, 0xdc, 0x68, 0xa3, 0x57, 0xbd, 0x18, 0x30, 0xda, 0x6f, 0x3a, 0xa9, 0x6a, 0x98, 0x19, 0xe0, 0xf5, 0x0d, 0xeb, 0x40, 0x66, 0x9b, 0x25, 0x7c, 0x4e, 0x9e, 0x3f, 0xbb, 0x0b, 0xbe, 0x1b, 0xb1, 0x77, 0x27, 0xf0, 0x9a, 0x20, 0xbb, 0xe9, 0x46, 0xff, 0x31, 0xb4, 0x49, 0xdc, 0xcc, 0x51, 0xdf, 0x50, 0xc3, 0xc6, 0x07, 0x4a, 0x2a, 0x28, 0xb5, 0x47, 0x45, 0x45, 0x39, 0xec, 0xfd, 0xf8, 0x43, 0xd0, 0xdb, 0x4d, 0xe2, 0x97, 0xeb, 0xd7, 0xfb, 0xfe, 0x8d, 0xd4, 0x35, 0x4c, 0x0c, 0xf0, 0xda, 0x1b, 0x6b, 0x41, 0x66, 0x5b, 0xfb, 0x65, 0x85, 0xa1, 0x44, 0xaf, 0x0b, 0xde, 0x55, 0xec, 0xdd, 0x88, 0x1c, 0xcb, 0x9b, 0x31, 0xfa, 0xf6, 0x17, 0xf1, 0xf2, 0xca, 0x6b, 0x33, 0x48, 0x39, 0xdb, 0xe7, 0xc6, 0xa6, 0x06, 0x76, 0xfc, 0xba, 0x01, 0x90, 0x78, 0x36, 0x39, 0x3b, 0xe0, 0x87, 0x4d, 0x9b, 0x37, 0x82, 0xde, 0x7e, 0x16, 0x3b, 0x5e, 0x7b, 0xc3, 0x17, 0xe3, 0x7b, 0xc7, 0x47, 0x65, 0xd7, 0x43, 0xdb, 0x00, 0x63, 0xae, 0x7b, 0x75, 0xfd, 0x2b, 0x60, 0xd3, 0xc7, 0xce, 0x9e, 0x32, 0x5a, 0x06, 0x90, 0x45, 0xef, 0x1e, 0xe1, 0x55, 0x01, 0x5d, 0x9b, 0xc8, 0xab, 0xd8, 0x6d, 0x57, 0x19, 0xeb, 0xfa, 0x81, 0xd6, 0x77, 0x57, 0x33, 0xba, 0xfc, 0xbe, 0x65, 0x0e, 0xd1, 0x23, 0x18, 0xc7, 0x84, 0xc7, 0xc9, 0x4c, 0x1f, 0x2c, 0x65, 0xaf, 0xb1, 0xec, 0x1a, 0x7b, 0x04, 0xbc, 0xf2, 0xac, 0x55, 0x63, 0xf3, 0xc5, 0x66, 0xf8, 0xf1, 0xa7, 0x93, 0xb0, 0xfe, 0x8d, 0x75, 0xa0, 0xb6, 0xa3, 0x60, 0xdd, 0xab, 0xeb, 0xd7, 0x44, 0xc7, 0xc6, 0x4e, 0xa7, 0xb2, 0xeb, 0xa1, 0x6a, 0x80, 0xb5, 0xaf, 0xad, 0x01, 0x9b, 0x3e, 0x16, 0xdd, 0xda, 0x24, 0x06, 0xbb, 0x89, 0xf2, 0x55, 0x2e, 0x11, 0xde, 0x53, 0xe8, 0x0e, 0x91, 0x56, 0x33, 0xd6, 0x72, 0xd6, 0x77, 0xc7, 0x1a, 0x8d, 0xa1, 0x3f, 0xcf, 0x8c, 0x67, 0x10, 0xcb, 0x22, 0x82, 0x95, 0xb8, 0xff, 0x41, 0x61, 0x66, 0x14, 0x79, 0x59, 0x79, 0x09, 0x9b, 0x9e, 0x95, 0xe9, 0xb6, 0x0d, 0x8f, 0xf3, 0xe2, 0xa5, 0x66, 0x66, 0x02, 0xd9, 0x08, 0xfc, 0x35, 0xee, 0x7b, 0xdc, 0xd1, 0x58, 0x58, 0xfb, 0xea, 0x1a, 0x2f, 0x66, 0xad, 0x5d, 0xbb, 0x86, 0xca, 0xae, 0x87, 0xa2, 0x01, 0x7c, 0xeb, 0x5e, 0x02, 0x9b, 0x6b, 0x98, 0x01, 0xb8, 0x09, 0xf0, 0xd1, 0x2d, 0xd2, 0xeb, 0xa2, 0x77, 0x15, 0xbc, 0x97, 0xd0, 0x5d, 0x04, 0x5d, 0x27, 0xb3, 0x41, 0x67, 0xad, 0x20, 0x7e, 0x96, 0x7f, 0x17, 0xfe, 0x06, 0x0a, 0xbb, 0xa2, 0xaa, 0xc2, 0x7a, 0xb4, 0xa3, 0x37, 0x4e, 0xc7, 0xa2, 0x90, 0x31, 0x8a, 0x23, 0xf1, 0xe6, 0x1c, 0xe5, 0x15, 0x65, 0xea, 0xf9, 0x03, 0x63, 0x5b, 0x90, 0x6d, 0x73, 0x6e, 0xd7, 0xcf, 0x35, 0xe0, 0xf7, 0xe1, 0x23, 0xfe, 0x7e, 0x4b, 0x6b, 0x8b, 0xa3, 0x27, 0xe0, 0xc4, 0x45, 0x7e, 0xb7, 0xef, 0xdc, 0x02, 0x6a, 0x9b, 0x2a, 0x4c, 0xf0, 0xf9, 0x7c, 0x54, 0x76, 0x3d, 0x74, 0x1c, 0x30, 0xe6, 0xba, 0x35, 0xbe, 0xd5, 0xc0, 0xe9, 0xf3, 0xbd, 0x6c, 0x76, 0xf7, 0x96, 0xf8, 0xf1, 0xb9, 0x57, 0x7a, 0xa3, 0xa7, 0x35, 0x6a, 0x84, 0x77, 0x17, 0xbb, 0x53, 0xe4, 0xa6, 0xa8, 0xf1, 0xb3, 0x2c, 0x55, 0xc1, 0x94, 0xc4, 0x10, 0x33, 0xde, 0x6d, 0xd2, 0xec, 0x71, 0x82, 0x2c, 0x72, 0xa3, 0x48, 0xcb, 0x2c, 0x21, 0xeb, 0x2c, 0x17, 0x22, 0x2e, 0x63, 0x9f, 0x65, 0xa9, 0x1a, 0x46, 0x7b, 0x89, 0x41, 0x8b, 0x15, 0xe2, 0x7b, 0xd5, 0xf7, 0xe4, 0x6d, 0xe2, 0x3b, 0x94, 0x6d, 0x65, 0x52, 0x1a, 0x58, 0xce, 0xca, 0xae, 0x5b, 0x5d, 0x7a, 0x03, 0x7c, 0xc4, 0x99, 0xa4, 0xd4, 0xb4, 0x14, 0xd8, 0xf0, 0xd6, 0x6b, 0x20, 0xb7, 0xad, 0xc4, 0xf6, 0x57, 0x7c, 0xab, 0x37, 0x19, 0x46, 0xa0, 0xb2, 0xeb, 0x21, 0x80, 0xeb, 0x5e, 0x7e, 0x65, 0x15, 0x70, 0x1a, 0xff, 0x18, 0xb3, 0x5b, 0x6f, 0xb3, 0xe9, 0x10, 0x7e, 0x0f, 0x44, 0x8f, 0xaf, 0xab, 0x2d, 0x41, 0x3b, 0xc4, 0x1c, 0xb4, 0x53, 0x0f, 0xbc, 0x7e, 0x97, 0xb3, 0xd4, 0x22, 0xbe, 0x67, 0x46, 0xef, 0x32, 0x45, 0xdc, 0xaa, 0xc8, 0x65, 0x41, 0x07, 0x59, 0x0f, 0xa0, 0xb0, 0xca, 0x34, 0x11, 0x9a, 0x89, 0x93, 0xbf, 0x57, 0x65, 0x99, 0xac, 0x4a, 0xf9, 0x1b, 0xeb, 0x18, 0xa5, 0xd7, 0x8c, 0xe2, 0xbb, 0xed, 0xd7, 0x66, 0x1a, 0x18, 0x64, 0xc7, 0x8f, 0xe7, 0x0f, 0x2e, 0x8b, 0x54, 0xa8, 0x45, 0x79, 0x8e, 0x83, 0xe8, 0xaf, 0xbe, 0xf9, 0x33, 0x6b, 0x53, 0xb9, 0x8d, 0x25, 0x96, 0xbf, 0xec, 0x7b, 0x81, 0xca, 0xae, 0x07, 0xdb, 0x00, 0xab, 0x5f, 0x7e, 0x01, 0x38, 0x5f, 0x7e, 0xe5, 0x45, 0x45, 0xfc, 0x48, 0x59, 0xfc, 0x62, 0xa0, 0x88, 0x62, 0x0c, 0x9a, 0xa9, 0x41, 0x29, 0x13, 0x70, 0x11, 0xbb, 0x20, 0xa5, 0xc8, 0x48, 0x01, 0x0a, 0x8b, 0xf2, 0xa1, 0xa0, 0x28, 0x8f, 0x9d, 0x45, 0x45, 0x62, 0x5a, 0xc0, 0x58, 0x5a, 0xc4, 0x58, 0x2a, 0x89, 0xbd, 0x14, 0xc5, 0x6e, 0x45, 0x72, 0xfc, 0x4e, 0x9b, 0xe5, 0x8c, 0x15, 0x95, 0x41, 0x57, 0x91, 0x9b, 0x33, 0x3b, 0x4e, 0x9a, 0xa6, 0x93, 0x59, 0xa9, 0x0d, 0x84, 0xd5, 0xed, 0xd5, 0xca, 0xf6, 0x4a, 0xab, 0x57, 0xab, 0xd2, 0x06, 0xc9, 0x95, 0xe2, 0xbd, 0xaa, 0xea, 0x4a, 0x87, 0xa9, 0xb0, 0x07, 0xbb, 0xd4, 0x72, 0x49, 0x12, 0x7f, 0x2b, 0x3b, 0x79, 0xc6, 0x89, 0xc7, 0xf0, 0xf1, 0xbe, 0x8f, 0x40, 0x6e, 0x67, 0x85, 0x6b, 0x56, 0x25, 0xae, 0x7a, 0x79, 0x15, 0x95, 0x5d, 0x0f, 0x96, 0x01, 0x5e, 0x7c, 0x69, 0x25, 0x70, 0xbe, 0xb4, 0xe6, 0x05, 0x63, 0xb0, 0x77, 0xd1, 0xe4, 0xc5, 0x66, 0x16, 0xe1, 0xf2, 0x0a, 0x02, 0x10, 0xc8, 0xcb, 0x81, 0x9c, 0xdc, 0x6c, 0x08, 0xe4, 0xe6, 0xb0, 0xe7, 0xb9, 0xf9, 0x39, 0x90, 0x5f, 0x90, 0x0b, 0xf9, 0x85, 0x9c, 0x79, 0x4c, 0xf8, 0xe6, 0xc5, 0x29, 0x85, 0x8a, 0xe8, 0x4b, 0x5c, 0x04, 0x5f, 0x2e, 0x04, 0x6f, 0x0a, 0x9d, 0x47, 0x74, 0x16, 0x71, 0x19, 0x2b, 0x2c, 0xb1, 0x99, 0x64, 0xa2, 0xad, 0x75, 0x92, 0x8f, 0x07, 0x04, 0x6b, 0xab, 0xd9, 0xe5, 0x8f, 0x2a, 0xf9, 0x20, 0xdb, 0x7a, 0x5d, 0x8b, 0xac, 0x36, 0xe9, 0xb2, 0x0d, 0xbf, 0x83, 0x7f, 0x57, 0xb5, 0xa0, 0x36, 0x9b, 0xa4, 0x98, 0xce, 0x7c, 0xc4, 0x7b, 0xa3, 0xc9, 0xc2, 0x97, 0x89, 0xe3, 0x06, 0x5c, 0xc4, 0xeb, 0x0f, 0x1b, 0x37, 0x80, 0xdc, 0xde, 0x12, 0xaf, 0xae, 0x7e, 0x69, 0xe5, 0xde, 0x95, 0xbe, 0x95, 0xbf, 0x21, 0x49, 0x0e, 0xb0, 0x01, 0x5e, 0x78, 0x71, 0x05, 0x70, 0xbe, 0xf8, 0xd2, 0xf3, 0xd0, 0xd8, 0xd8, 0x60, 0xb3, 0xa9, 0xd1, 0x14, 0xbc, 0x41, 0x34, 0x02, 0x92, 0x0b, 0x9f, 0x45, 0x79, 0x43, 0xf4, 0x45, 0xc5, 0x66, 0xe4, 0x47, 0x96, 0x58, 0x82, 0x2f, 0x91, 0xd3, 0x19, 0x2b, 0x4f, 0x17, 0x82, 0xe7, 0xe9, 0x0b, 0x13, 0x7c, 0x85, 0x20, 0x8f, 0xb4, 0x66, 0xc4, 0xae, 0x76, 0xd0, 0x29, 0x6c, 0x93, 0x75, 0xf5, 0xb5, 0x26, 0xeb, 0x24, 0xd6, 0x3b, 0x59, 0xeb, 0xb1, 0xcd, 0xde, 0x2e, 0xcd, 0x2e, 0x19, 0x06, 0xd0, 0x5f, 0x8b, 0x81, 0x7c, 0x7d, 0xb5, 0xf4, 0xba, 0x4a, 0x4c, 0xa5, 0xf2, 0x94, 0x10, 0x57, 0xb3, 0x73, 0x37, 0xc1, 0x25, 0x31, 0x6d, 0x8a, 0x3d, 0xad, 0xdc, 0xee, 0x36, 0x57, 0x06, 0x57, 0xac, 0x58, 0xf1, 0x77, 0x24, 0xcb, 0x01, 0x34, 0xc0, 0xf3, 0xab, 0x9e, 0x05, 0xce, 0x55, 0xab, 0x57, 0x08, 0xe1, 0x73, 0x0a, 0xe1, 0x1b, 0x51, 0x1e, 0xaf, 0xa9, 0xc5, 0x28, 0x8f, 0xa9, 0x0d, 0x0a, 0xdf, 0xbc, 0x78, 0xa5, 0x48, 0x08, 0xbf, 0x54, 0xcb, 0xdf, 0x75, 0xd1, 0xf3, 0xe8, 0xae, 0x0a, 0x5e, 0x12, 0xba, 0x14, 0xad, 0x15, 0x41, 0x2b, 0xe2, 0xae, 0x33, 0x06, 0xcf, 0x2a, 0xeb, 0x3d, 0x88, 0x83, 0x55, 0x93, 0x75, 0xac, 0xf0, 0xcd, 0x6b, 0x9b, 0xb9, 0x5d, 0x7e, 0x5d, 0xcb, 0x58, 0x67, 0x3d, 0xd6, 0x8b, 0x59, 0x28, 0x3e, 0xce, 0xa9, 0x71, 0x18, 0x41, 0x1e, 0x0f, 0xe1, 0xe7, 0x51, 0xf0, 0x3c, 0xfa, 0xcb, 0x3d, 0x01, 0x12, 0x7b, 0x34, 0x1c, 0x24, 0xcb, 0x6d, 0x2f, 0xf8, 0xe2, 0xf2, 0xb9, 0x24, 0xcb, 0x01, 0x34, 0xc0, 0x8a, 0xe7, 0x97, 0x03, 0xe7, 0xf3, 0xab, 0x9e, 0x63, 0x83, 0x37, 0x9b, 0x8d, 0x2c, 0xd2, 0x17, 0xe8, 0xe9, 0x8d, 0x25, 0x7c, 0x33, 0xad, 0x29, 0x16, 0x69, 0x8d, 0x2c, 0x7c, 0x9e, 0xbf, 0x2b, 0x29, 0x8d, 0xab, 0xe0, 0x6b, 0x54, 0xc1, 0xd7, 0x5b, 0x22, 0xaf, 0x0f, 0x25, 0x6c, 0xbb, 0x97, 0x6a, 0x10, 0xac, 0xd7, 0xf6, 0xdd, 0x24, 0x9e, 0xc8, 0x42, 0x3a, 0xb7, 0xeb, 0x9f, 0xad, 0x97, 0xbe, 0xc3, 0x78, 0x6e, 0x50, 0x98, 0x41, 0x98, 0xc3, 0x9e, 0x92, 0x35, 0x67, 0xb3, 0x6a, 0xcd, 0xd9, 0x2c, 0x31, 0x3d, 0x5b, 0xc5, 0x8c, 0xc4, 0xc5, 0xaf, 0x0b, 0x1f, 0x89, 0xc1, 0x63, 0xcb, 0xd6, 0xf7, 0x40, 0x6e, 0x77, 0x89, 0x9d, 0xcf, 0xbd, 0xf8, 0x1c, 0x95, 0x51, 0x0c, 0xa4, 0x01, 0x9e, 0x5b, 0xf9, 0x34, 0x70, 0xae, 0x7c, 0x61, 0xb9, 0x2d, 0x90, 0x26, 0x53, 0x38, 0x66, 0x8a, 0x53, 0x20, 0xa5, 0x38, 0x45, 0x22, 0xd2, 0x8b, 0xa9, 0x48, 0xcc, 0xe9, 0xc5, 0xb4, 0xa3, 0x39, 0x60, 0x35, 0x07, 0x8a, 0x66, 0xfe, 0xae, 0xa4, 0x35, 0x7a, 0x84, 0x77, 0x11, 0xbc, 0x1d, 0xa5, 0xeb, 0x35, 0x61, 0x9b, 0xbd, 0x52, 0x93, 0xc5, 0xe6, 0xe6, 0x26, 0xc1, 0x26, 0x8b, 0x38, 0x6e, 0xe9, 0x09, 0x9b, 0x2e, 0x36, 0x3a, 0x5e, 0xbb, 0x9b, 0xc3, 0x34, 0x43, 0xa3, 0xc5, 0x86, 0x26, 0xb3, 0xf7, 0xa8, 0x93, 0x7a, 0x08, 0x7c, 0x6c, 0x68, 0x32, 0x84, 0xdf, 0x72, 0xd1, 0x9a, 0x16, 0x6d, 0x91, 0x1e, 0x0d, 0x1a, 0xc2, 0xc7, 0x36, 0x38, 0x7c, 0x78, 0x3f, 0xc8, 0xed, 0xad, 0x31, 0xb0, 0x7c, 0xe5, 0x53, 0x11, 0x24, 0xc9, 0x01, 0x36, 0xc0, 0xf2, 0xe7, 0xa2, 0x81, 0xf3, 0xb9, 0x95, 0xcf, 0xa8, 0x42, 0x33, 0x0c, 0x80, 0x82, 0x17, 0x03, 0xd9, 0x72, 0x29, 0xcd, 0x91, 0x66, 0x6d, 0x78, 0xa4, 0xe7, 0x51, 0xde, 0x9c, 0x35, 0xb1, 0x06, 0xaa, 0xb5, 0x2e, 0x51, 0xde, 0x4a, 0x65, 0x84, 0xe0, 0x1b, 0x74, 0xb1, 0x37, 0x8a, 0xc8, 0xcd, 0x69, 0x0a, 0xb5, 0x99, 0xf1, 0xa2, 0x44, 0x5c, 0xfc, 0x8a, 0x93, 0x0f, 0xe0, 0xf1, 0xca, 0x2e, 0x85, 0x6c, 0x7b, 0xb3, 0xb2, 0x0d, 0x5f, 0x73, 0xf1, 0xcb, 0xcf, 0x99, 0x19, 0xc4, 0xef, 0x35, 0x4a, 0xc6, 0xe0, 0x46, 0x68, 0x50, 0x8c, 0x80, 0x8f, 0x78, 0xf3, 0x3f, 0x79, 0xfa, 0x58, 0x16, 0x3f, 0xee, 0xef, 0x0f, 0xa7, 0xbe, 0x67, 0xbd, 0xab, 0xdc, 0xd6, 0x12, 0x2f, 0x2d, 0x7f, 0xee, 0x69, 0xdf, 0xb2, 0x65, 0xcb, 0xa8, 0x9c, 0x7a, 0x30, 0x0c, 0xf0, 0xcc, 0xb3, 0xcb, 0x80, 0xf3, 0xd9, 0x15, 0xd1, 0x22, 0xf2, 0x73, 0xb2, 0x88, 0x5f, 0x66, 0x5e, 0xec, 0xa2, 0x47, 0xfb, 0x4a, 0xeb, 0x2c, 0x2c, 0x8f, 0xf6, 0x55, 0x35, 0x3c, 0xe2, 0xab, 0x33, 0x2f, 0x6e, 0xa2, 0xe7, 0x91, 0x5e, 0xef, 0x71, 0x4c, 0x36, 0xd9, 0x22, 0xbf, 0xc4, 0xc9, 0xc5, 0x7d, 0xc9, 0x88, 0xb4, 0x2a, 0x31, 0xc2, 0xb6, 0xb6, 0xaa, 0xa9, 0x86, 0x92, 0x86, 0x58, 0xdb, 0x50, 0xf8, 0xb8, 0x1d, 0xff, 0x46, 0x37, 0x83, 0x9b, 0x31, 0xec, 0x5e, 0xc2, 0x34, 0x82, 0xb9, 0x6f, 0xc6, 0xfe, 0x36, 0x9b, 0x26, 0x10, 0xe5, 0x11, 0x7c, 0xda, 0xf8, 0xb2, 0x24, 0x7e, 0xe3, 0xf7, 0x32, 0x32, 0xd3, 0x60, 0xdd, 0x6b, 0x6b, 0x40, 0x6e, 0x63, 0x89, 0x5d, 0x06, 0xf7, 0x46, 0x47, 0x47, 0xd3, 0x05, 0x35, 0x83, 0x69, 0x80, 0xe8, 0x67, 0x9e, 0x04, 0xce, 0x67, 0x9e, 0x7d, 0xca, 0x91, 0x3b, 0x97, 0x96, 0xf3, 0x0b, 0x5d, 0xac, 0x33, 0xac, 0x55, 0x52, 0x6e, 0x6f, 0x89, 0x5f, 0x8e, 0xf6, 0x7c, 0x20, 0x1b, 0x2a, 0xbd, 0x51, 0x72, 0xf1, 0x26, 0x3b, 0xc2, 0xeb, 0x82, 0x17, 0x22, 0x47, 0xd1, 0x4a, 0xe2, 0x96, 0xe7, 0xdc, 0x65, 0xb6, 0x89, 0x33, 0xd8, 0x97, 0x85, 0xf8, 0xd5, 0xfa, 0x1d, 0xdb, 0x0c, 0xb2, 0x39, 0x6c, 0xf1, 0xab, 0xa6, 0xd0, 0x7b, 0x86, 0x66, 0xcb, 0x04, 0x2c, 0xe2, 0xb7, 0xb5, 0x8a, 0x7a, 0x29, 0x5d, 0xfc, 0xa5, 0xa5, 0x25, 0xb0, 0x75, 0xdb, 0x16, 0x90, 0xdb, 0x56, 0xe3, 0x99, 0x65, 0xcb, 0x97, 0xfd, 0x17, 0xc9, 0x6f, 0x08, 0x18, 0xe0, 0xa9, 0xe8, 0x27, 0x80, 0x33, 0xfa, 0xe9, 0x27, 0x1d, 0x69, 0x07, 0x4b, 0x73, 0x2a, 0xcb, 0xec, 0x1c, 0x9f, 0x9f, 0x61, 0xd5, 0x52, 0x1d, 0x7b, 0xf6, 0xa6, 0x46, 0x11, 0xbf, 0x9e, 0xd3, 0xdb, 0x06, 0xb3, 0x85, 0xc5, 0x85, 0x6f, 0x8a, 0x4f, 0x15, 0x7d, 0x2b, 0x17, 0xbc, 0x24, 0x6e, 0x2e, 0x3c, 0xa5, 0x5e, 0x5f, 0x54, 0xb1, 0x4a, 0xa5, 0xcb, 0x52, 0x4d, 0x93, 0xb9, 0xcd, 0x7c, 0xcd, 0x85, 0x7a, 0x59, 0xcb, 0xd3, 0xf1, 0x37, 0xf5, 0xf4, 0xc9, 0x36, 0x64, 0x93, 0x88, 0xf8, 0xfc, 0x7b, 0xda, 0xa4, 0x92, 0x11, 0x64, 0xbd, 0x71, 0xbc, 0x47, 0x8f, 0x1d, 0x61, 0xed, 0x28, 0xb7, 0xab, 0xc4, 0xd2, 0xe8, 0xe8, 0xa5, 0x38, 0xcb, 0x43, 0x17, 0xd5, 0x0f, 0x15, 0x03, 0x3c, 0xf9, 0xd4, 0x12, 0xe0, 0x5c, 0x16, 0xbd, 0x54, 0xcb, 0xbd, 0x9b, 0x84, 0xe8, 0x2b, 0xa5, 0xb3, 0xb1, 0x2c, 0xea, 0x8b, 0x0a, 0x4f, 0x29, 0xdd, 0x91, 0xe6, 0xd8, 0x45, 0xaa, 0x63, 0xe4, 0xc9, 0x7a, 0xaf, 0xc2, 0xc5, 0xcf, 0x44, 0x2f, 0xa2, 0xae, 0x95, 0xce, 0x58, 0x03, 0x48, 0x59, 0xf4, 0x42, 0xec, 0xf2, 0xe5, 0x8a, 0x96, 0xf0, 0xdd, 0xae, 0xe7, 0x15, 0x2b, 0x3d, 0x58, 0x9f, 0xe3, 0xe2, 0x97, 0x9f, 0xb7, 0x49, 0x3d, 0x85, 0x6c, 0x04, 0x9e, 0x3e, 0xc9, 0x66, 0xb8, 0xd8, 0xd2, 0xcc, 0xde, 0x53, 0xaf, 0x0b, 0xe0, 0x26, 0x68, 0x65, 0xc7, 0x70, 0xea, 0xf4, 0x49, 0x36, 0x86, 0x92, 0xdb, 0x53, 0x62, 0xcb, 0xb2, 0xe8, 0x25, 0x1b, 0x96, 0x2e, 0x5d, 0xfa, 0x4b, 0x92, 0xdc, 0x10, 0x33, 0xc0, 0x13, 0x4f, 0x3e, 0x0e, 0x9c, 0x4f, 0x2e, 0x5b, 0x62, 0x8b, 0x94, 0xe5, 0xbd, 0x4d, 0xa2, 0x8e, 0xc7, 0x35, 0xea, 0xd7, 0xca, 0x27, 0xa5, 0x24, 0xf1, 0x37, 0xd6, 0x39, 0x23, 0x7e, 0x53, 0xa3, 0x32, 0xe8, 0xe4, 0xe2, 0x97, 0x23, 0xbd, 0x5c, 0x62, 0x6c, 0x5f, 0x9a, 0x29, 0x0b, 0xde, 0x16, 0xb7, 0xbc, 0xae, 0x8f, 0xbc, 0xf4, 0xa1, 0x2d, 0x7e, 0xf3, 0x3d, 0xc5, 0x0c, 0x92, 0x79, 0x54, 0x23, 0x68, 0x83, 0x57, 0xc9, 0x04, 0x42, 0xf8, 0x1d, 0xee, 0x3d, 0x4b, 0x76, 0x8e, 0x1f, 0xd6, 0xae, 0x5b, 0x03, 0x72, 0x3b, 0x6a, 0x4c, 0x78, 0xe2, 0x89, 0x27, 0xfe, 0x91, 0xa4, 0x36, 0x44, 0x0d, 0xb0, 0xe4, 0x89, 0xc5, 0xc0, 0xb9, 0xf4, 0xc9, 0xc7, 0xd8, 0x20, 0xcf, 0x9e, 0x05, 0x69, 0xb2, 0x0a, 0xc1, 0xb4, 0xa8, 0xcf, 0x4b, 0x09, 0x6a, 0xd5, 0xb3, 0xb1, 0xe6, 0x49, 0x23, 0xf3, 0xa4, 0x92, 0x1e, 0xf5, 0xf9, 0xf7, 0x29, 0x11, 0x5f, 0x4e, 0x73, 0xac, 0x2a, 0xd4, 0x36, 0x39, 0xea, 0xf3, 0x88, 0x6e, 0x45, 0x75, 0x53, 0xf0, 0xf6, 0xe2, 0xb7, 0x5d, 0x5d, 0xea, 0x4a, 0xd6, 0x5d, 0x8e, 0x05, 0x71, 0x3b, 0xc4, 0x22, 0xbf, 0x9d, 0xba, 0x11, 0xc4, 0x95, 0x5e, 0x6a, 0x2a, 0x23, 0xa7, 0x47, 0xa2, 0xd7, 0x71, 0x5c, 0x15, 0x76, 0x19, 0xca, 0xcb, 0xcb, 0x58, 0x9e, 0x2f, 0xb7, 0x9f, 0xc2, 0x27, 0x1f, 0x4b, 0x5a, 0xba, 0x74, 0xf1, 0x58, 0x92, 0xd8, 0x10, 0x37, 0xc0, 0xe3, 0x4b, 0x1e, 0x05, 0xce, 0x25, 0x4b, 0x17, 0x3b, 0xc6, 0x00, 0x66, 0x21, 0x9c, 0x5d, 0x28, 0x56, 0xc3, 0xf2, 0x7d, 0x3b, 0xea, 0xd7, 0x4a, 0x29, 0x4f, 0x43, 0x23, 0x1f, 0xe4, 0xda, 0x91, 0xdf, 0x2d, 0xea, 0x9b, 0xb3, 0x31, 0x2d, 0xf6, 0x7c, 0xb9, 0x15, 0xfd, 0xe5, 0x1c, 0x9e, 0x8b, 0x8f, 0x2d, 0x6b, 0x28, 0x22, 0xfc, 0x15, 0xeb, 0xb9, 0xb5, 0xf4, 0xf9, 0x55, 0xf5, 0x4e, 0x31, 0x7c, 0x1b, 0x5f, 0x1e, 0x9d, 0x9b, 0xa1, 0xc3, 0x32, 0x8e, 0x9b, 0x09, 0xf4, 0x9e, 0xc0, 0x4c, 0xb7, 0xda, 0xd5, 0x1e, 0x43, 0x32, 0x01, 0x4e, 0xd9, 0x1e, 0x8d, 0x8f, 0x83, 0xa5, 0x4f, 0x3c, 0x06, 0x72, 0xdb, 0x49, 0x0c, 0x2e, 0x59, 0xf2, 0xc8, 0xe2, 0xe9, 0xd3, 0xe9, 0x2a, 0xb0, 0x61, 0x61, 0x80, 0xc5, 0x8f, 0x2f, 0x02, 0xce, 0xc7, 0x96, 0x3c, 0xe2, 0x48, 0x81, 0x64, 0xe1, 0x2b, 0x91, 0x5f, 0xd4, 0xf6, 0xdb, 0x91, 0x5f, 0x08, 0xbf, 0x59, 0x8d, 0xfc, 0xf2, 0x34, 0xa3, 0x3d, 0x05, 0xe9, 0xcc, 0xf7, 0xcd, 0xa8, 0x6f, 0x0b, 0x5f, 0x8e, 0xfe, 0x57, 0x84, 0xf0, 0xaf, 0x28, 0x42, 0x47, 0xe1, 0xcb, 0xb7, 0x50, 0xe5, 0xb7, 0x4a, 0x12, 0x26, 0xb0, 0x56, 0x87, 0xe6, 0x3d, 0x01, 0x4f, 0x8f, 0xdc, 0x4c, 0x20, 0xc6, 0x0f, 0xd6, 0xfb, 0xe6, 0x67, 0xcc, 0x15, 0x22, 0x70, 0x3f, 0x7f, 0x3c, 0x7d, 0x0a, 0x9e, 0x5e, 0xfe, 0x14, 0xc8, 0x6d, 0x26, 0xb1, 0x63, 0xf1, 0xe3, 0x0b, 0x37, 0x2d, 0x5b, 0x36, 0x9b, 0xea, 0xfc, 0x87, 0x93, 0x01, 0x1e, 0x5d, 0xbc, 0x10, 0x38, 0x17, 0x3f, 0xb6, 0x48, 0x19, 0xa4, 0x36, 0x0b, 0x03, 0x54, 0x3a, 0xeb, 0x75, 0x0c, 0xf1, 0xcb, 0x29, 0x0f, 0xcb, 0xf9, 0x2d, 0x03, 0xc8, 0x29, 0x8f, 0x3d, 0x95, 0x28, 0x99, 0x80, 0xe7, 0xd7, 0x56, 0xea, 0xc3, 0xaf, 0x41, 0xbe, 0x2c, 0xcd, 0xe4, 0xe8, 0x69, 0x0f, 0x17, 0xb0, 0x6e, 0x02, 0xb7, 0x5b, 0x24, 0x75, 0x85, 0x30, 0x80, 0x6b, 0x2a, 0x24, 0x0f, 0x9c, 0x3b, 0xdb, 0x1d, 0xe3, 0x05, 0xcc, 0xf3, 0xd7, 0xf8, 0x5e, 0x02, 0xb9, 0xad, 0x14, 0x3e, 0xb6, 0x30, 0x61, 0xf1, 0xe2, 0x79, 0xbf, 0x23, 0x39, 0x0d, 0x43, 0x03, 0x2c, 0x7a, 0x74, 0x3e, 0x70, 0x3e, 0xb2, 0x78, 0x81, 0x3d, 0x06, 0x68, 0xe6, 0x06, 0xe0, 0x65, 0xc0, 0xb6, 0xf0, 0xcd, 0x2b, 0xbb, 0x78, 0x29, 0x40, 0x9d, 0x54, 0x2a, 0xd0, 0x20, 0x1e, 0xe5, 0x52, 0x03, 0x91, 0xfe, 0x58, 0xe2, 0x6f, 0x6d, 0x6d, 0x71, 0x14, 0x8a, 0xd9, 0x17, 0xe2, 0xdb, 0xf9, 0xb6, 0x9b, 0x09, 0xe4, 0x1b, 0x60, 0xc8, 0x77, 0x81, 0xd1, 0xa9, 0x8c, 0x05, 0x5c, 0xc4, 0x6f, 0x52, 0xfa, 0x6e, 0x17, 0x03, 0x54, 0x55, 0x55, 0xc2, 0xf6, 0x1d, 0x5b, 0x41, 0x6e, 0x23, 0x99, 0x0b, 0x1f, 0x9d, 0xef, 0x5f, 0xf8, 0xe8, 0xdc, 0x89, 0x24, 0xa3, 0x61, 0x6c, 0x80, 0x85, 0x8b, 0xe6, 0x01, 0xe7, 0xa2, 0x47, 0xe6, 0x1b, 0xe9, 0x8b, 0x34, 0x06, 0x30, 0xa8, 0x5e, 0xf9, 0x65, 0x9d, 0xe4, 0xe2, 0x69, 0x4f, 0x63, 0x9d, 0xdd, 0x0b, 0xb8, 0xa6, 0x3f, 0x8d, 0x8a, 0xf8, 0xe5, 0x54, 0xa8, 0x55, 0x1a, 0x03, 0x98, 0x83, 0x4f, 0xa7, 0x09, 0x78, 0x04, 0x56, 0x8d, 0xd0, 0x21, 0xd6, 0xf8, 0x17, 0x66, 0x70, 0xa5, 0x7a, 0xa7, 0x1b, 0x87, 0xf8, 0x3b, 0xf5, 0x59, 0x22, 0x3b, 0xf5, 0xc1, 0xde, 0xea, 0xd8, 0xf1, 0x78, 0x23, 0xba, 0x2f, 0x02, 0xb9, 0x7d, 0x24, 0xd6, 0x2d, 0x5a, 0x34, 0x37, 0xda, 0xe7, 0x1b, 0x77, 0x03, 0x49, 0x68, 0x98, 0x1b, 0x60, 0xfe, 0xc2, 0x39, 0xc0, 0xb9, 0x60, 0xd1, 0x5c, 0x47, 0x59, 0x82, 0xe3, 0x1a, 0x5f, 0xeb, 0x51, 0x36, 0x01, 0x4f, 0x81, 0x78, 0xef, 0xc1, 0xa3, 0xbf, 0x9b, 0x09, 0x78, 0x2f, 0xa0, 0x0e, 0x84, 0x5b, 0xa4, 0x92, 0x82, 0xcb, 0xee, 0x46, 0x90, 0xa2, 0xb6, 0x73, 0x2a, 0xd4, 0x7d, 0xed, 0x7f, 0x7d, 0x1a, 0x54, 0x08, 0xff, 0x8a, 0xbb, 0xf8, 0xf1, 0x37, 0x7f, 0x3a, 0x73, 0x9a, 0x9d, 0xad, 0x95, 0xdb, 0x85, 0x73, 0xde, 0xc2, 0x39, 0x9d, 0x0b, 0x16, 0xce, 0x89, 0x59, 0xb0, 0x60, 0xc1, 0xdf, 0x90, 0x74, 0x46, 0x88, 0x01, 0xe6, 0xcd, 0x7f, 0x18, 0x38, 0xe7, 0x2f, 0x98, 0x63, 0xd6, 0xb9, 0x48, 0x51, 0x9c, 0x5f, 0xf5, 0x24, 0xe7, 0xfe, 0xfc, 0xc2, 0x76, 0x21, 0x7e, 0x5e, 0x18, 0x66, 0x8d, 0x03, 0x6c, 0x13, 0x58, 0x69, 0xd0, 0xa5, 0x26, 0xc7, 0x60, 0x58, 0x1f, 0x0b, 0xa8, 0x03, 0x62, 0x0f, 0x23, 0x68, 0x27, 0xc3, 0x3a, 0x7a, 0xc8, 0x76, 0xad, 0x07, 0x71, 0x8b, 0xfa, 0x78, 0xb5, 0x1b, 0xae, 0x8a, 0x21, 0xb7, 0x87, 0xc6, 0xaf, 0xe6, 0xcf, 0x9f, 0xfd, 0x7b, 0x92, 0xcc, 0x08, 0x33, 0xc0, 0x9c, 0x79, 0xb3, 0x80, 0x73, 0xee, 0xfc, 0xd9, 0xea, 0x1c, 0xbe, 0x41, 0x79, 0x99, 0x13, 0x59, 0xfc, 0x75, 0xd2, 0x2c, 0x10, 0x37, 0x81, 0x3a, 0x0b, 0xd4, 0x20, 0x7a, 0x00, 0x7d, 0x2c, 0xa0, 0xcf, 0x0a, 0x39, 0x8d, 0xd0, 0xa2, 0x5d, 0x9c, 0xaf, 0x2e, 0xd6, 0xa5, 0x4c, 0x95, 0xf6, 0x80, 0x76, 0xaf, 0xd1, 0xee, 0x18, 0xe4, 0x62, 0x11, 0xdf, 0xce, 0x9d, 0x3b, 0x40, 0x6e, 0x07, 0xa5, 0x4d, 0xe6, 0xcd, 0x0a, 0xcc, 0x99, 0x3f, 0x8b, 0xd6, 0xfc, 0x1c, 0xa9, 0x06, 0x78, 0x78, 0xce, 0x4c, 0xe0, 0x9c, 0x33, 0x77, 0x96, 0x15, 0xc9, 0x2d, 0x41, 0x1b, 0x22, 0xe6, 0xf9, 0x7f, 0xb5, 0x34, 0x0e, 0xb0, 0x97, 0x36, 0x91, 0xea, 0xe1, 0x95, 0x99, 0xa0, 0x7a, 0xc5, 0x04, 0x7a, 0x6f, 0x20, 0x8c, 0xd0, 0x22, 0xf7, 0x08, 0xb6, 0x11, 0x94, 0x62, 0x35, 0x47, 0xcf, 0xd0, 0xea, 0xa8, 0x09, 0x6a, 0x73, 0x18, 0xc4, 0x2e, 0x9f, 0x50, 0x96, 0x3c, 0x97, 0x88, 0xe7, 0x23, 0x3e, 0xfd, 0xec, 0x53, 0x58, 0xb0, 0x70, 0x1e, 0xc8, 0x6d, 0x20, 0xf1, 0xd2, 0xc3, 0x73, 0x67, 0xf9, 0x96, 0x2d, 0x9b, 0x48, 0x65, 0xca, 0x23, 0xd9, 0x00, 0xb3, 0x66, 0xcf, 0x00, 0xce, 0xd9, 0x0f, 0x3f, 0x04, 0xf5, 0x4d, 0xa6, 0xf8, 0xeb, 0x2d, 0x13, 0xe8, 0x0b, 0x5d, 0xd5, 0x5a, 0x57, 0x3e, 0xd5, 0x6a, 0x26, 0xa8, 0x6f, 0xac, 0x55, 0x52, 0x22, 0xb7, 0xde, 0xc0, 0xd3, 0x08, 0x7a, 0x6a, 0xa4, 0x98, 0x41, 0xed, 0x19, 0x1c, 0xa6, 0x70, 0x98, 0xa3, 0xd5, 0x9a, 0xd3, 0x77, 0x5f, 0xdc, 0x16, 0x8d, 0x71, 0xe6, 0xec, 0x4f, 0xac, 0xec, 0x43, 0x3e, 0x76, 0x89, 0x5d, 0x06, 0xf7, 0xce, 0x9c, 0x39, 0x93, 0xca, 0x94, 0x47, 0x83, 0x01, 0x66, 0xce, 0x7a, 0x10, 0x38, 0x51, 0x00, 0xfc, 0xf2, 0x3f, 0xde, 0x13, 0x28, 0x17, 0x7d, 0xcb, 0x6b, 0x00, 0xd5, 0xab, 0xe3, 0x01, 0x65, 0x66, 0xe8, 0x5a, 0x8c, 0xc0, 0x52, 0x23, 0x6f, 0x33, 0xb8, 0x19, 0x42, 0xa9, 0x1f, 0x92, 0xd3, 0x26, 0x4b, 0xfc, 0xfa, 0x0a, 0xd7, 0x6d, 0x6d, 0x26, 0xf3, 0xf2, 0x03, 0xb0, 0x76, 0xdd, 0x2b, 0x20, 0x1f, 0xb3, 0xc2, 0xd9, 0xd3, 0xcf, 0xcc, 0x9e, 0x3d, 0x83, 0xca, 0x94, 0x47, 0x93, 0x01, 0x66, 0x3c, 0x34, 0x1d, 0x38, 0x1f, 0x9a, 0xf9, 0xa0, 0x39, 0xb8, 0x95, 0xc4, 0xec, 0x5c, 0x10, 0x4b, 0xed, 0x0d, 0x7a, 0x6a, 0x84, 0x9e, 0x9a, 0x41, 0xef, 0x19, 0xdc, 0x0c, 0xe1, 0x4c, 0x9b, 0x5a, 0xb4, 0x15, 0xed, 0x54, 0x56, 0x1b, 0x79, 0x7e, 0x8c, 0x91, 0xe7, 0xe3, 0xf1, 0xc9, 0xc7, 0xcb, 0xf9, 0xe0, 0x43, 0xd3, 0x4b, 0x67, 0xcc, 0x78, 0x80, 0xca, 0x94, 0x47, 0xa3, 0x01, 0x1e, 0x9c, 0x31, 0x0d, 0x38, 0x67, 0x3c, 0xf4, 0x80, 0x58, 0x0e, 0x84, 0x8b, 0x59, 0x5d, 0x19, 0xce, 0x6d, 0x55, 0xb8, 0xea, 0x9e, 0x1b, 0xa1, 0xd1, 0x69, 0x84, 0x90, 0x66, 0x10, 0x86, 0x70, 0x9a, 0x82, 0xd3, 0xac, 0xd8, 0x74, 0x5f, 0xab, 0x13, 0xbf, 0xf3, 0xd3, 0xcf, 0x12, 0xd8, 0xe0, 0x5e, 0x3e, 0x4e, 0x89, 0x2d, 0x0f, 0x3e, 0x38, 0x6d, 0xc3, 0xf4, 0xe9, 0xd3, 0xa9, 0x4c, 0x79, 0xb4, 0x1a, 0xe0, 0x81, 0xe9, 0x53, 0x81, 0x73, 0xfa, 0x83, 0xd3, 0x94, 0xf4, 0x06, 0xe9, 0xb6, 0x36, 0x68, 0x75, 0x8d, 0xfb, 0xf2, 0x88, 0x21, 0x8d, 0x10, 0xd2, 0x0c, 0x7a, 0xcf, 0xd0, 0xa0, 0xd4, 0x24, 0x39, 0x4c, 0x61, 0xcd, 0x28, 0xb9, 0xa5, 0x45, 0x9c, 0x89, 0x49, 0xe7, 0x58, 0x39, 0xb2, 0x7c, 0x7c, 0x2a, 0xa7, 0x25, 0x4c, 0x9d, 0x3a, 0x95, 0xca, 0x94, 0x47, 0xbb, 0x01, 0xa6, 0x3d, 0x30, 0x05, 0x38, 0x1f, 0x98, 0x7e, 0xbf, 0x21, 0xe4, 0x4a, 0x49, 0xd0, 0x55, 0xce, 0xd5, 0xa1, 0x6b, 0xba, 0xeb, 0x11, 0xe4, 0x31, 0x42, 0x4f, 0xcd, 0xa0, 0xa7, 0x49, 0x6e, 0x3d, 0x44, 0x83, 0x6b, 0x71, 0x9d, 0xce, 0x40, 0x20, 0x1b, 0xd6, 0xbc, 0xb2, 0x1a, 0xa6, 0x1a, 0xc7, 0xe3, 0x46, 0xe3, 0x38, 0x93, 0xee, 0x9f, 0x7e, 0x3f, 0x95, 0x29, 0x13, 0x4c, 0x03, 0xdc, 0x3f, 0xf5, 0x3e, 0xe0, 0x9c, 0x3a, 0x6d, 0x8a, 0x54, 0xfc, 0x66, 0x8a, 0x5a, 0xb9, 0x13, 0x8c, 0x63, 0x99, 0x74, 0x8f, 0x45, 0x73, 0xeb, 0xdc, 0x7a, 0x05, 0xa7, 0x19, 0xf4, 0x19, 0x24, 0xc5, 0x10, 0x56, 0x0f, 0x21, 0x9b, 0x82, 0x9d, 0x55, 0x76, 0x5c, 0x2c, 0x6f, 0x32, 0x18, 0x2c, 0x87, 0x1d, 0x31, 0xdb, 0x0c, 0x81, 0xdf, 0x0f, 0xf2, 0x31, 0x49, 0x0c, 0x4e, 0x99, 0x36, 0x85, 0xca, 0x94, 0x09, 0xaa, 0x01, 0xee, 0xbb, 0xff, 0x1e, 0xe0, 0x9c, 0x32, 0xf5, 0x5e, 0x23, 0xc2, 0xdb, 0xd1, 0xbd, 0xca, 0x10, 0xb3, 0xb8, 0x43, 0x8c, 0x76, 0x4b, 0xa4, 0x9e, 0x2d, 0x9b, 0x5e, 0xd5, 0xbd, 0x19, 0xdc, 0x0c, 0x21, 0x2f, 0x46, 0xd5, 0x68, 0x96, 0x59, 0xf3, 0xda, 0x24, 0x5e, 0xa4, 0xc7, 0x16, 0xbb, 0x32, 0x7a, 0x05, 0x7c, 0x3f, 0xfe, 0x44, 0x3c, 0xcc, 0x9c, 0x3d, 0x03, 0xe4, 0x63, 0x91, 0xd8, 0x61, 0x70, 0xd3, 0xc4, 0x89, 0x13, 0xa9, 0x4c, 0x99, 0xe0, 0x34, 0xc0, 0xbd, 0xf7, 0x4d, 0x06, 0xce, 0xfb, 0xa6, 0xdc, 0xa3, 0xdc, 0xd8, 0xae, 0xca, 0x20, 0xbb, 0x39, 0x9e, 0x76, 0x7f, 0x30, 0xe5, 0x56, 0x49, 0x3d, 0xec, 0x15, 0x9c, 0x77, 0x89, 0x51, 0xef, 0x21, 0xc0, 0x6f, 0x7a, 0x61, 0x9f, 0x78, 0xab, 0xb4, 0x4c, 0x22, 0x5f, 0x63, 0xac, 0x1a, 0xe4, 0xe4, 0xc9, 0xef, 0x61, 0xf1, 0xe3, 0x8f, 0x82, 0x7c, 0x0c, 0x0a, 0xef, 0x9d, 0x9c, 0x30, 0x65, 0xca, 0x44, 0x2a, 0x53, 0x26, 0x78, 0x1b, 0x60, 0xf2, 0xbd, 0x93, 0x80, 0xf3, 0x9e, 0xfb, 0xee, 0x86, 0x8a, 0x4a, 0xf5, 0x96, 0x48, 0x6e, 0x77, 0x89, 0xf4, 0xee, 0x15, 0x9c, 0xf7, 0x0c, 0xb3, 0xef, 0xdc, 0x62, 0xdf, 0xc0, 0x82, 0x2f, 0xb3, 0xa2, 0xde, 0x89, 0xc5, 0x5e, 0x79, 0xc2, 0x5c, 0x7f, 0xdf, 0x5e, 0xfd, 0x59, 0xb9, 0x83, 0x8c, 0x61, 0x86, 0x2c, 0x7f, 0x26, 0xbc, 0xec, 0x7b, 0x09, 0xe4, 0x7d, 0xd7, 0xe8, 0xbf, 0xe7, 0x9e, 0x89, 0x54, 0xa6, 0x4c, 0xe8, 0xde, 0x00, 0x77, 0x4f, 0x9e, 0x08, 0x9c, 0x93, 0xef, 0x99, 0x64, 0xdd, 0x11, 0xd2, 0xbe, 0x13, 0x64, 0xa9, 0x75, 0x53, 0x6c, 0xb6, 0x30, 0x16, 0x9a, 0x21, 0x68, 0xde, 0x0f, 0xc0, 0x5c, 0x1f, 0xd4, 0x5c, 0x20, 0x17, 0xd7, 0x0d, 0x2d, 0x28, 0xc6, 0x85, 0x73, 0xf3, 0xd8, 0x5a, 0xa2, 0xe6, 0xea, 0xd1, 0xb9, 0xd6, 0xba, 0xa2, 0xe6, 0x82, 0xba, 0xfc, 0xb3, 0xe6, 0x4a, 0x73, 0xe6, 0x6a, 0x73, 0xe6, 0x62, 0x5b, 0xf6, 0x0d, 0xb6, 0x71, 0x09, 0x16, 0x91, 0x46, 0x69, 0x2b, 0x45, 0xe3, 0x55, 0x68, 0xc5, 0xc5, 0x45, 0xb0, 0x75, 0xeb, 0x16, 0x16, 0xdd, 0xe5, 0xfd, 0x96, 0x58, 0x37, 0x79, 0xf2, 0xa4, 0xe8, 0x71, 0xe3, 0xa8, 0x4c, 0x99, 0xd0, 0x43, 0x03, 0x4c, 0xbc, 0x7b, 0x02, 0x70, 0x4e, 0x9a, 0x7c, 0x17, 0x14, 0x96, 0x14, 0x40, 0x21, 0x13, 0x71, 0x00, 0xf2, 0x0c, 0xfa, 0x73, 0x32, 0x21, 0x2b, 0x3b, 0x1d, 0x32, 0x0d, 0x66, 0xf8, 0xd3, 0xd8, 0xf3, 0xac, 0x9c, 0x0c, 0xf0, 0x07, 0x32, 0x21, 0x27, 0x37, 0xcb, 0xa0, 0x1f, 0x02, 0x79, 0xd9, 0x8c, 0xb9, 0xf9, 0xe6, 0x4a, 0xd2, 0xf8, 0x77, 0xf8, 0xf7, 0xc2, 0x00, 0x25, 0xb6, 0x01, 0xb8, 0x09, 0x4a, 0xd9, 0x5d, 0xe7, 0x55, 0x13, 0x28, 0x4b, 0xaf, 0x48, 0x69, 0x14, 0xde, 0x07, 0x2c, 0xee, 0xe8, 0x27, 0xec, 0xa4, 0xd5, 0xc4, 0x49, 0x13, 0xdc, 0xd8, 0x39, 0x71, 0xe2, 0x5d, 0x31, 0x46, 0x9e, 0x4f, 0x65, 0xca, 0x84, 0x6b, 0x33, 0xc0, 0x5d, 0x13, 0xa3, 0x80, 0x13, 0xc5, 0x84, 0x22, 0xcf, 0xcc, 0xb6, 0xe8, 0x4f, 0x87, 0xb4, 0x8c, 0x64, 0x48, 0xcb, 0x4c, 0x36, 0xb7, 0x4b, 0x06, 0xc8, 0x46, 0x03, 0x04, 0x6c, 0x03, 0xe0, 0x4d, 0x33, 0xd0, 0x00, 0xb9, 0x9a, 0x01, 0xd8, 0x72, 0xea, 0x25, 0xb8, 0xb2, 0x74, 0xbe, 0x30, 0x00, 0x52, 0x36, 0x80, 0x3c, 0xb6, 0xd0, 0xc7, 0x13, 0xdf, 0x9f, 0xfc, 0x16, 0x16, 0x3f, 0xf6, 0x28, 0xc8, 0xfb, 0xa9, 0x72, 0xc2, 0x57, 0x93, 0x26, 0x45, 0x52, 0x99, 0x32, 0xa1, 0x77, 0x06, 0x88, 0x9a, 0x10, 0x09, 0x9c, 0x13, 0xee, 0x1a, 0x0f, 0xe9, 0x99, 0x29, 0x90, 0x9e, 0x65, 0x32, 0x23, 0x2b, 0x55, 0x3c, 0x4f, 0x37, 0x9e, 0x33, 0x03, 0xe4, 0xd8, 0x06, 0x60, 0x26, 0x50, 0x7a, 0x00, 0xc3, 0x04, 0x05, 0x39, 0x96, 0xf8, 0xad, 0x14, 0xa8, 0x38, 0x4f, 0x18, 0x00, 0x57, 0x99, 0x66, 0x06, 0x28, 0xc3, 0x5e, 0xa0, 0xd0, 0x91, 0xfe, 0x54, 0x54, 0xda, 0xcb, 0x2f, 0xa6, 0xa5, 0xa7, 0xc0, 0x9a, 0x35, 0xab, 0x41, 0xde, 0x3f, 0x8d, 0xb9, 0xe3, 0xef, 0x1a, 0x4f, 0x65, 0xca, 0x84, 0xf0, 0x1a, 0x20, 0x35, 0xe3, 0x02, 0x63, 0x9a, 0x61, 0x84, 0x0c, 0x7f, 0x2a, 0x8b, 0xfe, 0x5c, 0xfc, 0xd8, 0x2b, 0xc8, 0x06, 0x10, 0x29, 0x10, 0xef, 0x05, 0xa4, 0xe8, 0xcf, 0x88, 0x26, 0xb0, 0xc6, 0x06, 0xdc, 0x00, 0x45, 0x46, 0x2a, 0x54, 0x52, 0xce, 0x53, 0xa0, 0x22, 0x91, 0x02, 0xe1, 0xf8, 0x02, 0x07, 0xd7, 0xf8, 0xd9, 0xed, 0x31, 0x5b, 0x61, 0xd2, 0xdd, 0x77, 0x79, 0x09, 0xff, 0x52, 0xd4, 0x5d, 0x91, 0x3e, 0x23, 0xdd, 0xa1, 0x32, 0x65, 0x42, 0x3f, 0x18, 0x20, 0x1d, 0x0d, 0x90, 0xcc, 0x0c, 0x90, 0x2e, 0x7a, 0x80, 0x54, 0x91, 0x16, 0xc9, 0xd1, 0x5f, 0xe9, 0x01, 0xf2, 0xb3, 0x59, 0xf4, 0x47, 0xe6, 0x59, 0xbd, 0x00, 0x1a, 0x00, 0x59, 0x28, 0x4c, 0x50, 0xc0, 0xa2, 0x3f, 0xb2, 0xb4, 0x5c, 0x1a, 0x07, 0x18, 0xe2, 0xc7, 0xc1, 0x76, 0xec, 0x91, 0x43, 0xac, 0x46, 0xc7, 0x43, 0xf8, 0x5d, 0xe3, 0x27, 0x44, 0xee, 0x8d, 0x88, 0x88, 0xa0, 0x32, 0x65, 0x42, 0xff, 0x19, 0x20, 0x25, 0xfd, 0x3c, 0xeb, 0x01, 0xec, 0xd4, 0xc7, 0xec, 0x09, 0xe4, 0xe8, 0xef, 0x0f, 0x64, 0xb8, 0x1a, 0x20, 0x90, 0x6f, 0x1b, 0x20, 0xaf, 0x30, 0x47, 0x18, 0xa0, 0x80, 0x9b, 0xa0, 0xc4, 0x4a, 0x87, 0xd8, 0x80, 0xd8, 0x24, 0x0e, 0x88, 0xbf, 0x3f, 0xf5, 0x1d, 0x5b, 0x68, 0x2a, 0x44, 0xba, 0x73, 0x26, 0x72, 0x62, 0x24, 0x95, 0x29, 0x13, 0xfa, 0xdf, 0x00, 0xc9, 0x69, 0x49, 0x86, 0x01, 0xce, 0xb3, 0xd4, 0xc7, 0x4c, 0x7f, 0x52, 0xec, 0x41, 0xb1, 0x41, 0x3f, 0x1a, 0x40, 0x4b, 0x81, 0x72, 0xf2, 0x0c, 0x13, 0xe4, 0xfb, 0xcd, 0x5e, 0xc0, 0x20, 0x8a, 0xdf, 0x64, 0x40, 0x18, 0x80, 0x99, 0xc0, 0x32, 0x00, 0x9f, 0x15, 0x4a, 0x49, 0x3b, 0xcf, 0xd6, 0xdb, 0xc1, 0xdf, 0x75, 0x17, 0xfe, 0xf8, 0xd2, 0xa8, 0xa8, 0x88, 0x79, 0xc6, 0x7e, 0xe2, 0xbd, 0x74, 0xaf, 0x1b, 0x20, 0x12, 0x46, 0xb5, 0x01, 0xd2, 0x93, 0xa4, 0x71, 0x00, 0xce, 0xfe, 0xd8, 0x3d, 0x00, 0x33, 0x40, 0x40, 0x4b, 0x81, 0xf2, 0xfc, 0x82, 0x68, 0x82, 0x5c, 0x96, 0x0a, 0xa9, 0x26, 0x60, 0x06, 0x28, 0x36, 0x89, 0xe2, 0xc7, 0xcf, 0xee, 0xd8, 0xb9, 0x0d, 0xee, 0xbd, 0xef, 0x6e, 0xaf, 0x88, 0xdf, 0x62, 0xa4, 0x3b, 0x1b, 0x6e, 0xbf, 0xfd, 0xf6, 0x5f, 0x85, 0x10, 0xea, 0xcf, 0x34, 0x92, 0x41, 0x08, 0xe1, 0x48, 0x81, 0x92, 0x84, 0xf8, 0xd3, 0xb2, 0xb0, 0x07, 0x48, 0xb6, 0x0d, 0x90, 0x63, 0xf7, 0x00, 0x8c, 0xb9, 0x86, 0x09, 0xb0, 0x17, 0xc8, 0xb3, 0x89, 0xe2, 0xe7, 0xb4, 0x7b, 0x81, 0x80, 0x30, 0xc0, 0xb1, 0x13, 0x47, 0xe1, 0xa1, 0x99, 0x33, 0x3c, 0xd3, 0x1d, 0x43, 0xf8, 0x9f, 0x46, 0x45, 0xdd, 0xf1, 0x4f, 0x2e, 0x02, 0x1f, 0x28, 0x92, 0x31, 0x46, 0xf7, 0x2c, 0x90, 0x39, 0x06, 0x48, 0xcd, 0xbc, 0xc0, 0x0c, 0x20, 0x7a, 0x80, 0x1c, 0x1c, 0x03, 0x98, 0xe3, 0x00, 0x61, 0x00, 0xec, 0x0d, 0x98, 0x09, 0x32, 0x85, 0x01, 0xcc, 0x54, 0xc8, 0x2f, 0x4c, 0x90, 0x6f, 0x19, 0xe0, 0xbb, 0x1f, 0xbe, 0x32, 0xf2, 0xfc, 0xc7, 0x43, 0xe5, 0xf9, 0xe7, 0xef, 0x8c, 0xba, 0xf3, 0x0e, 0x0f, 0x51, 0x5e, 0xdf, 0x4b, 0x0e, 0xb6, 0x39, 0x08, 0xc3, 0xb2, 0x07, 0xc8, 0x34, 0x0d, 0x90, 0x2e, 0x19, 0x20, 0x23, 0x3b, 0x15, 0xb2, 0xb2, 0xad, 0x13, 0x61, 0xc8, 0x80, 0x69, 0x00, 0xd9, 0x04, 0xd9, 0x79, 0x99, 0xc2, 0x00, 0xdc, 0x04, 0xe7, 0x53, 0xce, 0xc1, 0xba, 0xf5, 0x3e, 0x76, 0xd2, 0xca, 0x43, 0xf8, 0xc1, 0xf1, 0xe3, 0xef, 0x7c, 0xfc, 0xd6, 0x5b, 0x6f, 0xfd, 0x79, 0x1f, 0x84, 0x1e, 0x2e, 0xf6, 0xb7, 0x31, 0x08, 0xc3, 0xc5, 0x00, 0x3c, 0xfd, 0xe1, 0x29, 0x10, 0xeb, 0x05, 0x58, 0x2a, 0x94, 0x6e, 0xf4, 0x06, 0x26, 0xfd, 0x81, 0x74, 0xdb, 0x04, 0x79, 0xd8, 0x0b, 0x64, 0x8a, 0x5e, 0x00, 0xb7, 0xc5, 0x7c, 0xb0, 0x9d, 0xd5, 0xed, 0x78, 0x08, 0xbf, 0x23, 0x2a, 0x2a, 0x72, 0xf3, 0xd8, 0xb1, 0x63, 0x7f, 0xdd, 0x8d, 0x28, 0x6f, 0xe8, 0x23, 0x07, 0xc3, 0x1c, 0x64, 0x88, 0x61, 0x82, 0x9f, 0x39, 0x52, 0xa0, 0xcc, 0xf3, 0xa6, 0x01, 0xac, 0x1e, 0x20, 0xdd, 0x8f, 0x4c, 0x11, 0x26, 0x60, 0x25, 0x11, 0x39, 0x69, 0x22, 0x25, 0xe2, 0x06, 0xf0, 0xe7, 0x66, 0x58, 0x06, 0xc8, 0x84, 0x23, 0xf1, 0xb1, 0x30, 0x6b, 0xf6, 0xcc, 0x90, 0x79, 0x7e, 0x44, 0xc4, 0xd8, 0x7f, 0x09, 0x83, 0xb8, 0xc3, 0xc9, 0xfe, 0x34, 0x05, 0x19, 0x61, 0x28, 0x45, 0x7d, 0x79, 0x26, 0xc5, 0xd1, 0x03, 0x64, 0x24, 0x19, 0x3c, 0xcf, 0x0c, 0x20, 0x4c, 0xc0, 0xca, 0x22, 0xec, 0x54, 0x08, 0x69, 0x8f, 0x09, 0xd2, 0x98, 0xf8, 0x91, 0xdf, 0x9f, 0xfa, 0x86, 0xad, 0x9f, 0xef, 0x9d, 0xe7, 0x47, 0x64, 0x47, 0x44, 0x8c, 0x9b, 0x7c, 0x0d, 0xa2, 0xbc, 0x31, 0x4c, 0x1c, 0x28, 0x63, 0x90, 0x19, 0x86, 0x89, 0xf0, 0xbb, 0x35, 0x40, 0xaa, 0x64, 0x02, 0x7e, 0x3e, 0x00, 0x7b, 0x02, 0xd6, 0x1b, 0xa0, 0x01, 0x70, 0x4c, 0x80, 0x06, 0x08, 0xa4, 0x41, 0x52, 0xca, 0x59, 0x58, 0xff, 0xfa, 0xba, 0x50, 0x79, 0x7e, 0x5d, 0x64, 0x54, 0xe4, 0x33, 0xbf, 0xfd, 0xed, 0x6f, 0x6f, 0xee, 0x07, 0x71, 0x0f, 0x86, 0x49, 0xc2, 0x61, 0x06, 0x32, 0xc2, 0x20, 0x0a, 0xdf, 0xd3, 0x00, 0xc9, 0xe9, 0x89, 0xc2, 0x00, 0x8c, 0x6c, 0x40, 0x6c, 0x9d, 0x14, 0xf3, 0xdb, 0x29, 0x11, 0x1a, 0x00, 0x7b, 0x87, 0x0f, 0x76, 0xc7, 0xc0, 0xd4, 0x69, 0xf7, 0x79, 0x09, 0xbf, 0x73, 0xfc, 0x84, 0x88, 0x5d, 0xb7, 0xdf, 0x7e, 0xfb, 0x6f, 0x7a, 0x29, 0xca, 0x9f, 0x87, 0x89, 0xfd, 0x69, 0x8a, 0xbe, 0x9a, 0x81, 0x8c, 0x30, 0x08, 0xc2, 0xe7, 0x27, 0x92, 0xae, 0x77, 0x37, 0x40, 0x92, 0x6d, 0x00, 0xde, 0x13, 0x64, 0x99, 0xe4, 0x06, 0x38, 0x7a, 0xe2, 0x13, 0x98, 0x3f, 0x7f, 0x8e, 0x77, 0xba, 0x13, 0x15, 0xf1, 0xf5, 0x1d, 0x91, 0x77, 0xfc, 0xe7, 0x00, 0x8a, 0x7c, 0x20, 0xcc, 0xd1, 0x57, 0x33, 0x90, 0x11, 0x86, 0x42, 0xd4, 0x97, 0xe7, 0xd7, 0xdd, 0x66, 0x81, 0x04, 0x0d, 0xf1, 0x8b, 0x74, 0xc8, 0x32, 0xc0, 0x37, 0x3f, 0x7c, 0x09, 0x2b, 0x9e, 0x5f, 0x1e, 0x2a, 0xcf, 0xcf, 0x8b, 0x88, 0x8a, 0x78, 0x28, 0x4c, 0x62, 0xbf, 0x29, 0x4c, 0x0c, 0xb7, 0x29, 0x06, 0xcb, 0x08, 0x84, 0x30, 0x8a, 0xdf, 0xdb, 0x00, 0x96, 0xf0, 0x99, 0xf8, 0x33, 0x4d, 0x26, 0x26, 0xff, 0x04, 0xef, 0xbc, 0xfb, 0x66, 0xc8, 0x32, 0x65, 0x23, 0xdd, 0x59, 0x77, 0xeb, 0xad, 0xb7, 0xfe, 0xb2, 0x17, 0xa2, 0xbf, 0x69, 0x90, 0xd8, 0xdf, 0x66, 0x20, 0x13, 0x0c, 0x61, 0xf1, 0xbb, 0x1b, 0x40, 0x13, 0x3f, 0xa6, 0x43, 0xbb, 0xf7, 0xec, 0x62, 0xeb, 0xed, 0x78, 0x95, 0x29, 0x47, 0x46, 0x45, 0xec, 0xbb, 0xed, 0xb6, 0xdb, 0xfe, 0xfe, 0x1a, 0x85, 0xdf, 0x53, 0x91, 0xde, 0xdc, 0x47, 0x86, 0xcb, 0x0c, 0x64, 0x82, 0x11, 0x26, 0x7e, 0x4f, 0x03, 0xf0, 0xa8, 0xff, 0xe9, 0x17, 0xc7, 0xd8, 0x5d, 0x10, 0x43, 0xcc, 0xe7, 0x9f, 0x1b, 0x17, 0x39, 0x6e, 0x6c, 0x98, 0x85, 0x7f, 0x73, 0x3f, 0x73, 0x30, 0x8c, 0x40, 0x26, 0x18, 0x44, 0x03, 0x84, 0x6a, 0xe0, 0x1b, 0xdc, 0x4e, 0x84, 0xfd, 0x70, 0xfa, 0x6b, 0x58, 0xb5, 0x7a, 0xa5, 0x67, 0x99, 0xf2, 0xf8, 0xa8, 0xc8, 0xb2, 0xc8, 0xc8, 0x3b, 0x17, 0xb8, 0x08, 0xa2, 0xb7, 0xc2, 0xef, 0x4e, 0xb4, 0xbf, 0xe8, 0x25, 0xfb, 0x62, 0x86, 0xa1, 0x6e, 0x02, 0x42, 0x1f, 0xa3, 0xbf, 0xab, 0x01, 0xde, 0xde, 0xb8, 0x81, 0x2d, 0x31, 0xe2, 0x59, 0xa6, 0x3c, 0x3e, 0x62, 0xed, 0x2d, 0xb7, 0xdd, 0xf2, 0x97, 0xd7, 0x38, 0xc8, 0xed, 0xad, 0xf8, 0x7f, 0x11, 0x26, 0x86, 0xdb, 0x04, 0xe1, 0x4e, 0x87, 0xa8, 0x17, 0x18, 0x8c, 0xf4, 0x47, 0x37, 0x40, 0x28, 0x62, 0xf9, 0xc2, 0x9d, 0x77, 0xfe, 0xf7, 0xef, 0x7a, 0x39, 0x9d, 0xd9, 0x1b, 0x03, 0x84, 0x12, 0xf4, 0x5f, 0x78, 0xb0, 0x37, 0x26, 0x08, 0x77, 0x2f, 0x10, 0xee, 0xf1, 0x00, 0x19, 0x60, 0xa0, 0x7a, 0x00, 0x0f, 0x26, 0x45, 0x44, 0xfc, 0xef, 0xff, 0xf4, 0xf0, 0x0c, 0xee, 0x40, 0xf7, 0x00, 0x3d, 0x11, 0x3e, 0xf5, 0x00, 0x34, 0x06, 0xe8, 0x95, 0x01, 0x58, 0x99, 0xf2, 0x2d, 0xb7, 0xdc, 0x72, 0xd3, 0x98, 0x9e, 0xd7, 0xe7, 0xfc, 0x7c, 0xcc, 0xd0, 0x4b, 0x83, 0x68, 0x0c, 0x40, 0xbd, 0x40, 0xc8, 0x59, 0xa0, 0x8b, 0x9a, 0xf0, 0xdb, 0xc6, 0x4f, 0x88, 0x78, 0x73, 0xec, 0xd8, 0xdf, 0xff, 0x7a, 0x4c, 0xef, 0x8a, 0xd4, 0x86, 0xf2, 0x0c, 0x50, 0x38, 0x66, 0x82, 0x06, 0x72, 0x3a, 0x94, 0xa2, 0x7f, 0x7f, 0x9b, 0x20, 0x2a, 0x2a, 0xd2, 0x27, 0x89, 0xff, 0x98, 0x55, 0xa6, 0xdc, 0x93, 0x5a, 0xfc, 0x1b, 0xfb, 0xd1, 0x08, 0xe1, 0x36, 0x44, 0x38, 0xce, 0x05, 0xdc, 0x48, 0xe2, 0x1f, 0xa1, 0x26, 0x18, 0x37, 0x6e, 0xdc, 0xbf, 0x22, 0xc7, 0xf4, 0xee, 0xa2, 0x94, 0xbe, 0xd6, 0xfa, 0xdc, 0x34, 0xc8, 0x1c, 0xac, 0x33, 0xc1, 0x24, 0xfe, 0x21, 0x38, 0x28, 0xee, 0xcb, 0x95, 0x59, 0xe1, 0xac, 0xee, 0x1c, 0xcc, 0xd2, 0x87, 0x9e, 0x16, 0xc8, 0xdd, 0x30, 0x86, 0xce, 0x00, 0x8f, 0x48, 0x13, 0xf4, 0xd5, 0x08, 0xe1, 0x36, 0xc3, 0x50, 0xaa, 0x0a, 0xbd, 0xa1, 0x1f, 0x85, 0x4f, 0xe2, 0x1f, 0x66, 0x46, 0x08, 0xa7, 0x19, 0x06, 0xca, 0x1c, 0x83, 0x75, 0x4d, 0x00, 0x09, 0x7f, 0x08, 0x9b, 0x20, 0x1c, 0x46, 0xb8, 0xd6, 0x8b, 0xd7, 0x6f, 0x1c, 0xa2, 0xa4, 0xab, 0xc2, 0x46, 0xb9, 0x11, 0xc2, 0x65, 0x86, 0xbe, 0xac, 0xe6, 0x30, 0x94, 0x44, 0xde, 0x9b, 0x6b, 0x83, 0xc3, 0xb1, 0x62, 0x04, 0x61, 0x98, 0x98, 0xa1, 0x37, 0x8b, 0x56, 0xdd, 0x30, 0xc4, 0xd9, 0x1f, 0x2b, 0x43, 0x90, 0xe8, 0x47, 0x89, 0x19, 0xfa, 0xba, 0x92, 0xdb, 0xf5, 0x63, 0x86, 0xe6, 0xf2, 0x27, 0xfd, 0xb5, 0x36, 0x10, 0x61, 0x98, 0x9a, 0xe1, 0x5a, 0x0d, 0x11, 0x0e, 0x63, 0x0c, 0xf5, 0x15, 0xe2, 0x68, 0x31, 0xac, 0x51, 0x6e, 0x88, 0xde, 0x9a, 0x62, 0xa0, 0x4d, 0x32, 0xd0, 0x6b, 0x84, 0x12, 0x46, 0xb1, 0x21, 0xc2, 0x6d, 0x0e, 0x5a, 0x25, 0x9a, 0x30, 0xe2, 0x8c, 0x31, 0x50, 0x86, 0xa1, 0xfb, 0x04, 0x10, 0x46, 0x94, 0x41, 0xe8, 0x46, 0x18, 0x04, 0x32, 0x0d, 0x89, 0x99, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x81, 0x40, 0x20, 0x8c, 0xf9, 0x7f, 0x3c, 0x57, 0xf1, 0xbb, 0xce, 0xd8, 0x05, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_start_192_png_len = 8385; unsigned char media_playback_startstop_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x1b, 0x0d, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x7b, 0x90, 0x54, 0xe5, 0x95, 0xff, 0x9d, 0xef, 0x76, 0xf7, 0x30, 0xa8, 0x28, 0x02, 0x3e, 0xa2, 0x46, 0x7c, 0x3f, 0xa2, 0x89, 0xef, 0x18, 0x45, 0x7c, 0x2c, 0x8a, 0x41, 0x4c, 0x91, 0x72, 0xe3, 0xa6, 0x6a, 0x37, 0xa9, 0x6c, 0x36, 0x95, 0x6c, 0xed, 0x56, 0x74, 0xb3, 0x9b, 0x97, 0x5b, 0xd9, 0x5d, 0x37, 0x55, 0xc9, 0x12, 0xe3, 0xa6, 0xd4, 0x35, 0x29, 0x2d, 0x8d, 0x9a, 0xc4, 0x24, 0x30, 0x80, 0x80, 0xe2, 0x23, 0x25, 0x11, 0x04, 0x7c, 0x44, 0x8d, 0x29, 0x15, 0x05, 0x44, 0x11, 0x10, 0xe5, 0x39, 0x0c, 0xcc, 0x30, 0x4c, 0x4f, 0xdf, 0xfb, 0x9d, 0xb3, 0x7f, 0x7c, 0x8f, 0xfb, 0xdd, 0x9e, 0x9e, 0x99, 0x9e, 0x87, 0x83, 0x36, 0xf7, 0x50, 0x4d, 0xf7, 0xdc, 0x7e, 0x7c, 0xb7, 0xfb, 0x9c, 0xef, 0x3c, 0x7e, 0xe7, 0x71, 0x81, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x1a, 0x96, 0x68, 0xa4, 0x17, 0xbc, 0xfb, 0xee, 0xbb, 0x8b, 0xe3, 0x0f, 0x3b, 0xe4, 0x06, 0x01, 0xde, 0xbe, 0x6e, 0xc6, 0xf5, 0x0b, 0x89, 0x48, 0x72, 0x36, 0xec, 0x47, 0x02, 0x30, 0x77, 0xfe, 0xec, 0xeb, 0x88, 0x64, 0xae, 0x59, 0x5d, 0x56, 0x40, 0xd1, 0x8d, 0xd7, 0x5d, 0xfb, 0xc5, 0x97, 0x73, 0x56, 0xec, 0x1b, 0x52, 0xfb, 0x60, 0xc5, 0x03, 0xfd, 0x63, 0xa1, 0x49, 0xd0, 0x78, 0x71, 0xde, 0xc2, 0x59, 0xf7, 0x2e, 0x5c, 0xf8, 0xbb, 0xc3, 0x73, 0x76, 0xec, 0x0f, 0x02, 0x10, 0xd0, 0xa8, 0x51, 0xcd, 0xe6, 0x1c, 0x04, 0xff, 0xa0, 0x45, 0xbd, 0x39, 0x77, 0xe1, 0xac, 0xef, 0xb4, 0xb4, 0xb4, 0x94, 0x72, 0xb6, 0xec, 0x27, 0x02, 0x30, 0x75, 0xca, 0x34, 0x9c, 0x79, 0xe6, 0xd9, 0x50, 0x4a, 0x41, 0x80, 0x31, 0x24, 0xb8, 0x25, 0x2a, 0xf1, 0xeb, 0x0f, 0x2d, 0x9c, 0xf5, 0x85, 0x9c, 0x35, 0xfb, 0x81, 0x00, 0x44, 0x51, 0x01, 0x27, 0x1d, 0x7f, 0x32, 0xae, 0xbe, 0xea, 0x5a, 0x4c, 0x9c, 0x78, 0xbc, 0x3b, 0x7c, 0xa2, 0x08, 0x5a, 0xe6, 0xcd, 0x9f, 0xfd, 0xc7, 0x05, 0x0b, 0x5a, 0xce, 0xcc, 0x59, 0xd4, 0xc0, 0x02, 0xe0, 0x4d, 0x41, 0xd3, 0x28, 0x9c, 0xf3, 0xa9, 0xf3, 0x31, 0xe5, 0x8a, 0xab, 0x31, 0xee, 0xd0, 0xf1, 0xd6, 0x3d, 0x95, 0x2b, 0x34, 0xf8, 0xe5, 0x79, 0x0b, 0x67, 0xdd, 0xdd, 0xd2, 0xd2, 0x32, 0x21, 0x67, 0x55, 0x03, 0x0b, 0x80, 0xc0, 0x44, 0x82, 0x63, 0x0e, 0x3a, 0x18, 0x93, 0x27, 0x5d, 0x81, 0x0b, 0xce, 0xff, 0x0c, 0x9a, 0x9a, 0x9a, 0x00, 0xa0, 0x00, 0xc1, 0xd7, 0xa3, 0x12, 0xaf, 0x99, 0xbb, 0x70, 0xd6, 0x8d, 0x4b, 0x96, 0x2c, 0x29, 0xe4, 0x2c, 0x6b, 0x40, 0x01, 0xd8, 0xb2, 0xf5, 0x3d, 0x6c, 0xdb, 0xb1, 0x05, 0x22, 0x0c, 0x22, 0xc2, 0xd1, 0x1f, 0xfb, 0x38, 0xa6, 0x5e, 0x39, 0x1d, 0x67, 0x9e, 0xf1, 0x29, 0x90, 0x22, 0x00, 0x18, 0x4b, 0x82, 0xdb, 0xda, 0x76, 0x6f, 0x5d, 0x39, 0x77, 0xc1, 0xec, 0x69, 0x39, 0xdb, 0x1a, 0x4c, 0x00, 0x98, 0x19, 0xdb, 0x76, 0x6c, 0xc1, 0x9b, 0xeb, 0x56, 0x61, 0xd7, 0xee, 0x9d, 0x00, 0x80, 0x42, 0x54, 0xc0, 0x49, 0x27, 0x9c, 0x8a, 0xa9, 0x53, 0xae, 0xc1, 0xd1, 0x47, 0x1d, 0x63, 0x35, 0x05, 0x4e, 0x21, 0xc8, 0xa3, 0xf3, 0x16, 0xcc, 0x7a, 0xf2, 0xa1, 0x87, 0x66, 0x9d, 0x96, 0xb3, 0xaf, 0x41, 0x04, 0xc0, 0x51, 0x1c, 0xc7, 0xd8, 0xb4, 0x79, 0x23, 0xde, 0xd9, 0xf8, 0x16, 0xca, 0xdd, 0x5d, 0x00, 0x80, 0xd1, 0xcd, 0x07, 0xe0, 0x82, 0xf3, 0x2e, 0xc2, 0xe5, 0x97, 0x5e, 0x89, 0x83, 0xc7, 0x1c, 0xec, 0x5e, 0x3a, 0x45, 0x14, 0x5e, 0x99, 0xbb, 0x60, 0xf6, 0xed, 0x0f, 0x3e, 0xf6, 0xe0, 0x98, 0x9c, 0x8d, 0x1f, 0x71, 0x01, 0xd0, 0xcc, 0xa8, 0x54, 0x2a, 0xe8, 0xee, 0xae, 0xa0, 0xbb, 0xdc, 0x8d, 0x9d, 0x6d, 0xad, 0x78, 0x7d, 0xf5, 0xab, 0x58, 0xbf, 0xf1, 0x6d, 0x24, 0x49, 0x0c, 0x00, 0x18, 0x7b, 0xc8, 0xa1, 0xb8, 0xfc, 0xd2, 0xab, 0x70, 0xfe, 0xb9, 0x17, 0xa2, 0x54, 0x2a, 0x01, 0x40, 0x91, 0x20, 0x37, 0x34, 0x57, 0x0a, 0x6f, 0xcf, 0x5d, 0x38, 0xeb, 0xc6, 0x96, 0x96, 0x96, 0x28, 0x67, 0xe7, 0x47, 0x54, 0x00, 0x92, 0x24, 0x81, 0x4e, 0x34, 0x98, 0x19, 0x02, 0x01, 0x11, 0x81, 0x88, 0xd0, 0xb6, 0x7b, 0x27, 0x56, 0xad, 0x5d, 0x89, 0x6d, 0xdb, 0xb7, 0x40, 0x44, 0xa0, 0x94, 0xc2, 0x31, 0x47, 0x1f, 0x8b, 0xa9, 0x53, 0xae, 0xc1, 0xa9, 0xa7, 0x9c, 0x0e, 0x22, 0x02, 0x80, 0xf1, 0x24, 0xb8, 0x2d, 0x2a, 0xf2, 0x0b, 0x73, 0x16, 0xfc, 0xfe, 0x92, 0x9c, 0xa5, 0x1f, 0x41, 0x01, 0x88, 0xa2, 0x08, 0x85, 0x62, 0x01, 0xc5, 0x62, 0x01, 0xc5, 0x42, 0x11, 0x91, 0x8a, 0x10, 0x45, 0x05, 0x44, 0x91, 0xd9, 0xd4, 0xdb, 0x5a, 0xb7, 0x60, 0xed, 0xba, 0x55, 0xe8, 0xd8, 0xd3, 0x0e, 0x00, 0x28, 0x16, 0x4b, 0x38, 0xfd, 0xd4, 0x33, 0x71, 0xd5, 0x94, 0x69, 0x38, 0xf2, 0xc8, 0x8f, 0x41, 0x04, 0x10, 0xe0, 0x1c, 0x12, 0x5a, 0x36, 0x77, 0xfe, 0xac, 0x47, 0xe6, 0xcf, 0xff, 0xfd, 0xc4, 0x9c, 0xb5, 0x1f, 0x52, 0x01, 0xd0, 0x71, 0x0c, 0xad, 0x35, 0xb4, 0xd6, 0xe9, 0x49, 0x28, 0x05, 0xa5, 0x22, 0x73, 0x1f, 0x29, 0x44, 0x85, 0x08, 0x51, 0xa4, 0x10, 0xa9, 0x08, 0x64, 0xf3, 0x55, 0x95, 0xb8, 0x82, 0x0d, 0x9b, 0xd6, 0x61, 0xfd, 0xbb, 0x6f, 0xa3, 0xbb, 0xbb, 0x0c, 0x00, 0x38, 0x60, 0xf4, 0x81, 0xf8, 0xcc, 0x05, 0x97, 0x60, 0xf2, 0xa4, 0xcb, 0x70, 0xc0, 0xe8, 0xd1, 0x60, 0xd6, 0x60, 0xd6, 0xd3, 0x63, 0xe6, 0x37, 0xe6, 0xcc, 0xfb, 0xed, 0xcc, 0x96, 0x96, 0x96, 0x03, 0x73, 0x16, 0x7f, 0xd8, 0x04, 0x40, 0x03, 0x5a, 0x33, 0xb4, 0x66, 0x7f, 0x8c, 0x88, 0x52, 0x86, 0x13, 0x65, 0xf1, 0x81, 0xaa, 0x7c, 0xe5, 0x9e, 0xce, 0x0e, 0xbc, 0xb5, 0x7e, 0x0d, 0xde, 0xdf, 0xf2, 0x2e, 0xb4, 0x4e, 0x00, 0x00, 0x13, 0xc6, 0x1f, 0x8e, 0xab, 0xa6, 0x5c, 0x83, 0xf3, 0xce, 0xfd, 0x34, 0x94, 0x52, 0xd0, 0x9a, 0x9b, 0x13, 0xcd, 0xdf, 0xd3, 0xe8, 0x5e, 0x3d, 0x6b, 0xce, 0x6f, 0xbe, 0x2c, 0x22, 0x94, 0xb3, 0xfa, 0x43, 0x22, 0x00, 0x0c, 0xed, 0x76, 0x6a, 0x2a, 0x00, 0x55, 0x80, 0x50, 0x6f, 0x44, 0x20, 0x2f, 0x20, 0x6d, 0xbb, 0x77, 0x62, 0xed, 0x3b, 0xab, 0xd1, 0xda, 0xb6, 0x03, 0x02, 0xe3, 0x1f, 0x1c, 0x77, 0xec, 0x09, 0x98, 0x3e, 0xed, 0xf3, 0x38, 0xe5, 0x94, 0xd3, 0xdc, 0x1a, 0x47, 0x69, 0xad, 0x7f, 0xf5, 0xbb, 0x59, 0xbf, 0x7a, 0xfe, 0xc1, 0x59, 0xf7, 0x5f, 0x98, 0xb3, 0xfb, 0x43, 0x61, 0x02, 0x74, 0x4d, 0x0d, 0x90, 0xbd, 0x29, 0x28, 0x52, 0xd6, 0x34, 0xa4, 0x37, 0x52, 0xe6, 0x39, 0x77, 0x13, 0x16, 0x6c, 0xdb, 0xbe, 0x19, 0xef, 0xac, 0x5f, 0x8b, 0xce, 0xce, 0x0e, 0x00, 0x40, 0x53, 0xa9, 0x09, 0x67, 0x7f, 0xf2, 0x5c, 0x4c, 0x9f, 0x36, 0x03, 0x13, 0x26, 0x1c, 0x61, 0xd6, 0x62, 0xbe, 0x80, 0xb5, 0x3c, 0xfb, 0xeb, 0xdf, 0xfe, 0xf2, 0xd7, 0xf7, 0xb7, 0xdc, 0x7f, 0x44, 0xce, 0xf6, 0x7d, 0xea, 0x04, 0x72, 0x0f, 0x0d, 0x80, 0x1e, 0x4c, 0x27, 0xcf, 0x6c, 0x15, 0xde, 0xec, 0x73, 0xe6, 0xa6, 0x40, 0xf6, 0x56, 0x49, 0x62, 0xbc, 0xbb, 0x79, 0x23, 0x36, 0x6d, 0xde, 0x88, 0x38, 0xae, 0x00, 0x30, 0xb0, 0xf2, 0x95, 0x57, 0x4c, 0xc5, 0xd4, 0x2b, 0xa7, 0x61, 0xb4, 0xf1, 0x0f, 0x88, 0x99, 0xbf, 0x44, 0xdd, 0xc9, 0x5b, 0xf7, 0xff, 0xe6, 0x9e, 0x9b, 0xef, 0xb8, 0xe3, 0x8e, 0xa6, 0x9c, 0xfd, 0xfb, 0x40, 0x00, 0x62, 0x5d, 0x43, 0x03, 0x80, 0x2c, 0xd3, 0x55, 0x96, 0xe9, 0xee, 0x98, 0xbd, 0x65, 0x84, 0x81, 0x08, 0x8a, 0x94, 0x77, 0x12, 0x45, 0x04, 0x1d, 0x7b, 0xda, 0xf1, 0xd6, 0xfa, 0x37, 0xb1, 0x65, 0xdb, 0xfb, 0x5e, 0xc0, 0x0e, 0x9b, 0x70, 0x38, 0x66, 0x5c, 0xfb, 0xd7, 0xb8, 0xf0, 0xd3, 0x17, 0x83, 0x48, 0x41, 0x6b, 0x3e, 0x80, 0x35, 0xff, 0xd7, 0x01, 0x63, 0x9a, 0x56, 0xde, 0x7b, 0xff, 0xdd, 0xfb, 0x7d, 0xda, 0x79, 0xe4, 0x93, 0x2b, 0xb1, 0x06, 0x5b, 0xa3, 0x2f, 0x22, 0xde, 0x04, 0x28, 0x52, 0x5e, 0x1c, 0x04, 0x62, 0x9e, 0x63, 0x81, 0x08, 0x83, 0xd9, 0xbc, 0x8e, 0x45, 0x00, 0x11, 0x10, 0xa5, 0xef, 0x4d, 0x95, 0x88, 0xf2, 0x26, 0x64, 0x67, 0x5b, 0x2b, 0x3a, 0x3a, 0xda, 0x31, 0x7e, 0xdc, 0x04, 0x1c, 0x72, 0xf0, 0xa1, 0x50, 0x4a, 0xe1, 0xe4, 0x13, 0x4f, 0xc5, 0xb1, 0xc7, 0x4c, 0xc4, 0xcb, 0xaf, 0xbc, 0x84, 0x37, 0x5e, 0x5f, 0x09, 0x00, 0x27, 0x02, 0x68, 0xb9, 0xe7, 0x97, 0xbf, 0x78, 0x8a, 0x95, 0xfe, 0x97, 0x6f, 0xfc, 0xfd, 0x37, 0x5f, 0xcb, 0x05, 0x60, 0x24, 0x7c, 0x00, 0x30, 0x84, 0xb3, 0x02, 0x50, 0xa9, 0x74, 0xa3, 0xb3, 0x73, 0x2f, 0x58, 0xc4, 0xee, 0x67, 0x02, 0x11, 0xac, 0x19, 0x30, 0x7b, 0x5c, 0xa9, 0xc8, 0x3c, 0x67, 0x99, 0xac, 0x54, 0xea, 0x10, 0xa6, 0xf7, 0xa9, 0x4f, 0x21, 0x60, 0x6c, 0x6f, 0xdd, 0x8a, 0xf6, 0xce, 0x76, 0x4c, 0x38, 0xf4, 0x30, 0x8c, 0x6a, 0x6a, 0x46, 0xa9, 0xd4, 0x84, 0x0b, 0xcf, 0xbf, 0x18, 0xa7, 0x9f, 0xfa, 0x09, 0x2c, 0x5b, 0xf1, 0x34, 0x36, 0x6f, 0x7e, 0x1f, 0x00, 0xae, 0x00, 0xd3, 0xcb, 0x77, 0xdd, 0x73, 0xe7, 0x7d, 0xa5, 0x88, 0x7f, 0xf0, 0xd5, 0xaf, 0xde, 0xb0, 0x7d, 0x7f, 0x12, 0x80, 0x11, 0x87, 0x4f, 0xa7, 0x5d, 0x33, 0xf5, 0x2c, 0x61, 0x99, 0x21, 0x22, 0x38, 0xe7, 0xec, 0xf3, 0x20, 0x10, 0xb4, 0xef, 0x69, 0x47, 0x77, 0x77, 0x19, 0x51, 0x14, 0x59, 0x50, 0x28, 0x42, 0x21, 0x2a, 0xa0, 0x10, 0x15, 0x32, 0xa0, 0x90, 0x7b, 0xac, 0x94, 0xc1, 0x09, 0x94, 0x52, 0x88, 0xa2, 0x28, 0x70, 0x14, 0xa3, 0xcc, 0x7d, 0x14, 0x45, 0x10, 0x66, 0x74, 0xee, 0xdd, 0x83, 0x38, 0xae, 0xa0, 0xa9, 0xd4, 0x04, 0xa5, 0x14, 0x9a, 0x9a, 0x46, 0xe1, 0xa4, 0x13, 0x4f, 0xc6, 0xe1, 0x47, 0x1c, 0x81, 0x4d, 0x9b, 0x36, 0xa1, 0xd2, 0xdd, 0xad, 0x44, 0xe4, 0xdc, 0x44, 0xe3, 0x6b, 0xd3, 0xa6, 0x7f, 0xb6, 0x7c, 0xc1, 0x79, 0x17, 0xfe, 0x79, 0xe9, 0xd2, 0xa5, 0x9c, 0xfb, 0x00, 0x1f, 0x84, 0x0b, 0xa8, 0x35, 0x34, 0x33, 0xb4, 0x85, 0x7d, 0x21, 0x82, 0x48, 0x45, 0x28, 0x16, 0x4b, 0x28, 0x14, 0x0b, 0x28, 0x15, 0x4b, 0x28, 0x46, 0x45, 0xc3, 0xfc, 0xa8, 0x88, 0x42, 0xa1, 0x88, 0x42, 0xc1, 0x0a, 0x40, 0xc1, 0x0a, 0x48, 0x14, 0xa1, 0x50, 0x28, 0x64, 0x6e, 0xc5, 0x62, 0x31, 0x73, 0xef, 0x04, 0xc5, 0x09, 0x43, 0x57, 0x79, 0x2f, 0xb6, 0x6c, 0x7f, 0x1f, 0xbb, 0xdb, 0x77, 0x81, 0xd9, 0xf0, 0xf6, 0xa8, 0x23, 0x8f, 0xc6, 0x17, 0xaf, 0xff, 0x5b, 0x5c, 0x7c, 0xd1, 0x64, 0x08, 0x00, 0xcd, 0x3c, 0x96, 0x99, 0x6f, 0x1b, 0x7f, 0xd8, 0xc1, 0x2b, 0xef, 0xbc, 0xeb, 0x7f, 0xf7, 0x8b, 0xb4, 0xf3, 0xc8, 0x9b, 0x00, 0x66, 0xf8, 0x70, 0xdf, 0x40, 0xb8, 0x50, 0xa4, 0x50, 0x28, 0x14, 0xbd, 0x1a, 0x27, 0x90, 0xab, 0x03, 0x30, 0xb6, 0xdd, 0xd9, 0xf9, 0xe0, 0x98, 0x0f, 0x1f, 0x01, 0x84, 0xee, 0x80, 0xf3, 0x0f, 0x94, 0xa2, 0x6a, 0x10, 0x01, 0x02, 0xa0, 0xa3, 0xb3, 0x03, 0x7b, 0xcb, 0x7b, 0x71, 0xd0, 0x81, 0x63, 0x30, 0x7a, 0xd4, 0x68, 0x44, 0x2a, 0xc2, 0xe9, 0xa7, 0x9d, 0x81, 0xe3, 0x8e, 0x3b, 0x1e, 0xcf, 0x3f, 0xff, 0x0c, 0x56, 0xad, 0x7e, 0x03, 0x00, 0x4e, 0x81, 0xc6, 0xa3, 0xb7, 0xff, 0xdf, 0xad, 0x8b, 0x59, 0x45, 0x37, 0x7c, 0xeb, 0x9f, 0xbf, 0xb5, 0x2a, 0xd7, 0x00, 0xc3, 0x86, 0x04, 0xa6, 0x51, 0x80, 0xd8, 0x7f, 0x2a, 0x52, 0x88, 0x22, 0xe5, 0x77, 0xb3, 0xd9, 0xe9, 0xc6, 0x04, 0x14, 0x0a, 0x66, 0xe7, 0x17, 0x8a, 0x45, 0x6f, 0x12, 0x94, 0x45, 0x0e, 0x95, 0x52, 0x00, 0x11, 0x54, 0xa4, 0xfc, 0x67, 0x54, 0x9b, 0x85, 0x4c, 0x14, 0x61, 0x6f, 0x22, 0x8c, 0xf6, 0xf6, 0x5d, 0xd8, 0xd9, 0xb6, 0x03, 0x71, 0x52, 0x81, 0x40, 0x30, 0x6a, 0x54, 0x33, 0x2e, 0xbb, 0x6c, 0x0a, 0xfe, 0xe6, 0xfa, 0xbf, 0xc3, 0xb8, 0x71, 0x87, 0xb9, 0x73, 0x9c, 0x22, 0x71, 0xfc, 0xca, 0xcf, 0x6e, 0xfb, 0xc9, 0xed, 0x33, 0x67, 0xce, 0x3c, 0x38, 0x17, 0x80, 0x61, 0x33, 0x01, 0xe6, 0xe6, 0xb6, 0xae, 0x52, 0x2a, 0x65, 0x76, 0xe4, 0x12, 0x42, 0x0a, 0x2a, 0x8a, 0x40, 0xa4, 0x3c, 0xd3, 0x0d, 0xb3, 0x8d, 0x19, 0x70, 0xa1, 0xa0, 0x79, 0xae, 0x27, 0xb3, 0xab, 0x99, 0x5e, 0x1d, 0x3e, 0x2a, 0xa5, 0x10, 0xeb, 0x04, 0x3b, 0x77, 0xb5, 0xa2, 0xbd, 0x7d, 0x17, 0x58, 0x9b, 0xf3, 0x39, 0x74, 0xec, 0x58, 0x7c, 0xe1, 0xba, 0xeb, 0x71, 0xcd, 0x35, 0xd7, 0xa2, 0x34, 0xaa, 0x09, 0x9a, 0x75, 0x51, 0x33, 0xdf, 0x10, 0x95, 0xe4, 0xed, 0x5b, 0x7f, 0x36, 0xb3, 0xe1, 0xd2, 0xce, 0x23, 0xaf, 0x01, 0x18, 0x60, 0xcd, 0xe0, 0x00, 0x07, 0xf0, 0x0c, 0x24, 0x85, 0x48, 0x29, 0x00, 0x96, 0xd1, 0xca, 0xe6, 0x07, 0x2c, 0x13, 0x23, 0xcb, 0x48, 0xa2, 0x90, 0xb9, 0x54, 0xc5, 0xe0, 0x5e, 0x6e, 0x19, 0x44, 0x31, 0x8b, 0x2b, 0x54, 0xe2, 0x6e, 0xec, 0xdc, 0xdd, 0x8a, 0xce, 0xae, 0x4e, 0x13, 0x99, 0x10, 0x61, 0xe2, 0xb1, 0xc7, 0xe3, 0x2b, 0x5f, 0xfa, 0x2a, 0x3e, 0x73, 0xe1, 0xc5, 0x10, 0x16, 0xb0, 0xe6, 0x71, 0x5a, 0xeb, 0xdb, 0xde, 0xd9, 0xb0, 0xf6, 0x85, 0x5b, 0x6e, 0xf9, 0x71, 0xc3, 0xa4, 0x9d, 0x47, 0xde, 0x07, 0xd0, 0x0c, 0xe7, 0x04, 0x88, 0x89, 0x05, 0x4d, 0x58, 0x17, 0x45, 0x69, 0x08, 0xa8, 0xe0, 0x01, 0x1e, 0x50, 0xf0, 0xd8, 0x87, 0x7a, 0x3d, 0xed, 0x3b, 0xd5, 0xd1, 0xe5, 0x66, 0x9c, 0xce, 0xe0, 0x95, 0x14, 0x1e, 0x07, 0xca, 0xe5, 0x2e, 0xc4, 0x95, 0x6e, 0x34, 0x37, 0x1f, 0x60, 0x9c, 0xd1, 0x42, 0x11, 0xe7, 0x9f, 0x7b, 0x01, 0x4e, 0x3d, 0xf5, 0x74, 0x3c, 0xbd, 0xf4, 0x8f, 0x58, 0xb3, 0x76, 0x0d, 0x00, 0x9c, 0x03, 0x60, 0xd9, 0x8f, 0x7f, 0xf2, 0xc3, 0x45, 0xc4, 0xfc, 0xcd, 0x9b, 0x6e, 0xba, 0x79, 0x7d, 0x1e, 0x06, 0x0e, 0x80, 0x2e, 0xbf, 0xe2, 0xd2, 0xb3, 0x44, 0x78, 0x86, 0x88, 0xe0, 0xa2, 0x8b, 0x2e, 0x36, 0x38, 0x40, 0x1c, 0x83, 0x59, 0xdb, 0x9d, 0x6d, 0x11, 0x3e, 0x1f, 0xeb, 0xbb, 0xc7, 0x2a, 0x93, 0x2f, 0xa8, 0xfe, 0x3b, 0xcc, 0x23, 0x18, 0x60, 0xc9, 0xe2, 0x04, 0xfe, 0x38, 0x6a, 0xbe, 0xde, 0x3b, 0x93, 0xf6, 0x35, 0x22, 0x06, 0x97, 0x48, 0x92, 0x18, 0x91, 0x2a, 0x80, 0x88, 0x50, 0x2c, 0x96, 0x70, 0xd2, 0x49, 0xa7, 0xe0, 0xb8, 0x89, 0xc7, 0x63, 0xd3, 0xa6, 0x77, 0xb1, 0x77, 0xef, 0x5e, 0x88, 0xc8, 0xc9, 0x02, 0x7c, 0xe3, 0xf2, 0x2b, 0x2e, 0x3b, 0xe8, 0xd2, 0xc9, 0x97, 0x3d, 0xbf, 0x74, 0xe9, 0xd2, 0x4a, 0x6e, 0x02, 0xea, 0x32, 0x01, 0x81, 0x13, 0x68, 0x2b, 0x39, 0x0c, 0x73, 0x94, 0x47, 0x04, 0x53, 0x06, 0xf7, 0x64, 0xbe, 0x57, 0xe3, 0xbd, 0x26, 0x8d, 0xb2, 0x79, 0x82, 0xcc, 0x31, 0xcb, 0x70, 0xab, 0xd2, 0xa1, 0xad, 0x29, 0xd2, 0x5a, 0x43, 0x27, 0x1a, 0x71, 0x9c, 0xf8, 0xea, 0xa4, 0xae, 0x72, 0x19, 0x3b, 0x77, 0xb5, 0xa2, 0x63, 0x4f, 0xbb, 0x81, 0x95, 0x45, 0x70, 0xc4, 0xe1, 0x47, 0xe0, 0xcb, 0x5f, 0xfa, 0x0a, 0x3e, 0x7b, 0xf5, 0x35, 0x88, 0xa2, 0x02, 0xb4, 0xe6, 0x66, 0x66, 0xfe, 0x1e, 0x45, 0xbc, 0xfa, 0x87, 0x3f, 0xfc, 0x8f, 0x2f, 0x7b, 0x1c, 0x2b, 0xd7, 0x00, 0xbd, 0xd3, 0xe4, 0x4b, 0x27, 0x9d, 0x05, 0x31, 0x40, 0xd0, 0xa4, 0x49, 0x93, 0x01, 0x10, 0x92, 0x24, 0x06, 0x33, 0x7b, 0x74, 0xaf, 0xf6, 0x4e, 0x57, 0xc1, 0xf3, 0xc6, 0x99, 0x23, 0x45, 0xa6, 0x1a, 0x48, 0xc4, 0x30, 0x95, 0x19, 0xac, 0xc5, 0x24, 0x9b, 0xc4, 0x32, 0x56, 0x1b, 0x86, 0x26, 0x49, 0x02, 0xad, 0x35, 0x84, 0x4d, 0xd2, 0x59, 0xc2, 0x38, 0xd4, 0xc4, 0x9e, 0xa9, 0x00, 0xaa, 0x54, 0xd0, 0x98, 0x19, 0xdd, 0xdd, 0xdd, 0xa6, 0x66, 0xa1, 0x50, 0x00, 0x91, 0xc2, 0x84, 0x09, 0x13, 0x70, 0xce, 0xd9, 0xe7, 0x22, 0x52, 0x84, 0x8d, 0x1b, 0x37, 0x42, 0x84, 0xc7, 0x08, 0xe4, 0xf3, 0x4b, 0x9f, 0x9e, 0xfc, 0xd9, 0xcb, 0x2f, 0x9b, 0xbc, 0x72, 0xe9, 0xd2, 0xe5, 0x9b, 0x72, 0x1f, 0xa0, 0x0f, 0x1f, 0xc0, 0xe7, 0xff, 0x2d, 0xae, 0x5f, 0xad, 0x92, 0x21, 0xa6, 0x54, 0xdc, 0x30, 0xcb, 0xd8, 0x6d, 0x01, 0xdb, 0x60, 0x5e, 0xc0, 0x92, 0x3e, 0xf6, 0x58, 0x81, 0xc3, 0x08, 0x80, 0x2a, 0xb5, 0x9e, 0x62, 0x0a, 0x19, 0xbc, 0x58, 0xec, 0x7f, 0xfe, 0x6f, 0xb1, 0x10, 0xb2, 0x05, 0x16, 0x88, 0x8c, 0x77, 0x60, 0x5f, 0xd7, 0x5d, 0xe9, 0x46, 0x9c, 0xc4, 0x18, 0xd5, 0xd4, 0x8c, 0x62, 0xa1, 0x80, 0x52, 0xa9, 0x09, 0x17, 0x5f, 0x7c, 0x29, 0x4e, 0x3b, 0xed, 0x0c, 0x3c, 0xf1, 0x87, 0xc7, 0xb1, 0x7e, 0xfd, 0x3b, 0x00, 0x70, 0x01, 0x80, 0x67, 0x7f, 0xf0, 0x9f, 0x37, 0x3d, 0x58, 0x50, 0xc9, 0x77, 0x6f, 0xbe, 0xf9, 0xa7, 0x5b, 0x72, 0x0d, 0x50, 0x45, 0x93, 0x26, 0x5d, 0x74, 0x16, 0x20, 0xd6, 0x07, 0xb8, 0x04, 0x22, 0x8c, 0xce, 0xce, 0x4e, 0x74, 0x76, 0x76, 0xa2, 0xbb, 0xbb, 0x1b, 0xe5, 0x72, 0x19, 0x71, 0x25, 0x46, 0x1c, 0x9b, 0x1d, 0xcb, 0xec, 0x76, 0xb4, 0x41, 0x0d, 0x45, 0x00, 0x72, 0x11, 0x81, 0x8a, 0xd2, 0xf8, 0xdf, 0x85, 0x8b, 0xca, 0x94, 0x94, 0x39, 0x33, 0xa0, 0xa2, 0x28, 0x30, 0x07, 0x51, 0x26, 0xd3, 0xe8, 0xff, 0x86, 0x79, 0x4c, 0xf6, 0x31, 0x29, 0x9b, 0x65, 0x24, 0x15, 0xf8, 0x15, 0x46, 0x2e, 0xb4, 0x8e, 0xa1, 0x39, 0xf1, 0xd5, 0x4b, 0xcd, 0xcd, 0xcd, 0x38, 0xe3, 0x8c, 0x33, 0x71, 0xcc, 0x31, 0x1f, 0xc7, 0x86, 0x0d, 0xeb, 0x51, 0x2e, 0x77, 0x91, 0x88, 0x7c, 0x4a, 0xb3, 0xfa, 0xfa, 0x25, 0x93, 0x2f, 0x8e, 0x97, 0x2f, 0x7b, 0xe6, 0xf9, 0xdc, 0x07, 0xe8, 0xc5, 0x07, 0xd0, 0x3a, 0x71, 0x05, 0x1b, 0x3e, 0x1c, 0x74, 0xb0, 0xaf, 0xbb, 0x77, 0xc0, 0x4e, 0x08, 0x07, 0x17, 0x22, 0x03, 0xf1, 0x16, 0x0a, 0x91, 0xc1, 0x0c, 0xa2, 0x42, 0x00, 0x13, 0x17, 0x10, 0x51, 0x64, 0x6e, 0xaa, 0x00, 0x45, 0x11, 0x14, 0x45, 0x5e, 0x38, 0xfc, 0x2d, 0xcc, 0x21, 0x14, 0xa2, 0xd4, 0x57, 0x28, 0x44, 0x16, 0x83, 0x50, 0x88, 0x14, 0xd9, 0x1c, 0x44, 0x1a, 0xa2, 0x12, 0x11, 0x58, 0x33, 0xf6, 0x76, 0x75, 0x22, 0x8e, 0x63, 0x1f, 0x4e, 0x1c, 0x37, 0xf1, 0x38, 0xfc, 0xe3, 0x37, 0xfe, 0x09, 0xe7, 0x9e, 0x7b, 0xbe, 0xfd, 0x6e, 0x7a, 0x8c, 0xd6, 0x7c, 0xeb, 0xf7, 0xbf, 0xff, 0xed, 0xbf, 0xca, 0x4d, 0x40, 0x15, 0x10, 0xc0, 0x94, 0x89, 0xe0, 0x0c, 0x10, 0x54, 0x28, 0x98, 0xf8, 0x5f, 0x91, 0x85, 0x82, 0x95, 0xcf, 0xfe, 0x29, 0x13, 0x17, 0xfa, 0x9d, 0x6b, 0xe3, 0x3e, 0xd8, 0x57, 0x7a, 0x35, 0xee, 0x42, 0x44, 0x67, 0x56, 0x32, 0x91, 0x22, 0xf5, 0xe2, 0x9f, 0x91, 0x77, 0x08, 0xac, 0x49, 0xb2, 0xe9, 0x68, 0x66, 0x40, 0x29, 0xa3, 0x75, 0x88, 0x50, 0xb0, 0xe1, 0xa2, 0x49, 0x4d, 0x8b, 0x0f, 0x13, 0xdd, 0xba, 0x49, 0x92, 0xe0, 0xe5, 0x97, 0x5f, 0xc2, 0x4b, 0x2f, 0xbd, 0x60, 0x40, 0x25, 0x43, 0x6b, 0x21, 0x85, 0x95, 0xb9, 0x00, 0x04, 0x14, 0x6b, 0x1d, 0x30, 0xc3, 0x30, 0x32, 0x8a, 0x14, 0xb4, 0x8e, 0x82, 0x3c, 0x80, 0x03, 0x7c, 0x10, 0xa8, 0x63, 0xd8, 0x02, 0x10, 0xf7, 0xbe, 0x2c, 0xa3, 0x9d, 0x9a, 0xae, 0xce, 0x1f, 0xf4, 0x60, 0x3e, 0xa5, 0x1c, 0x97, 0xc0, 0x05, 0x30, 0x4e, 0xa8, 0x32, 0x42, 0x00, 0x02, 0x22, 0x05, 0x04, 0x0c, 0x77, 0xeb, 0x16, 0x0a, 0x84, 0x52, 0xa1, 0x94, 0x46, 0x14, 0x22, 0x58, 0xb7, 0x7e, 0x1d, 0xe6, 0xcf, 0x9f, 0x87, 0xb6, 0xb6, 0x36, 0xb7, 0x4a, 0x27, 0x40, 0xb7, 0x8e, 0x39, 0x70, 0xd7, 0xcc, 0x9b, 0x6f, 0x7e, 0xa0, 0x9c, 0x0b, 0x40, 0x16, 0x0b, 0x86, 0x73, 0x03, 0x53, 0xbe, 0x18, 0x3b, 0x4e, 0x81, 0xfd, 0x0d, 0x99, 0x6f, 0x04, 0x43, 0x79, 0xa6, 0x3b, 0xf8, 0x38, 0xe3, 0xec, 0x85, 0x5a, 0xc1, 0x69, 0x89, 0x2a, 0xe6, 0x93, 0x73, 0xec, 0x6c, 0x24, 0xa0, 0x94, 0x0b, 0x04, 0x04, 0x85, 0xa8, 0x60, 0x77, 0xbe, 0x58, 0xff, 0x52, 0xac, 0x36, 0x61, 0xff, 0xf9, 0x26, 0xc3, 0xa8, 0xbc, 0x00, 0xed, 0xd8, 0xbe, 0x03, 0x0f, 0x2f, 0x5a, 0x88, 0x37, 0xdf, 0x5c, 0xe3, 0xb1, 0x26, 0x02, 0x3d, 0x58, 0x29, 0xe8, 0xef, 0xfe, 0xe2, 0xa7, 0xbf, 0xf8, 0xd0, 0x3b, 0x80, 0xfb, 0x2c, 0x0a, 0x90, 0x2a, 0x00, 0x26, 0x52, 0x04, 0x66, 0xe5, 0xd5, 0x3f, 0x02, 0x3c, 0x20, 0x45, 0x07, 0xc9, 0xab, 0x78, 0x65, 0xe1, 0x62, 0xb2, 0x5a, 0x21, 0x15, 0x0c, 0xf2, 0x39, 0x03, 0x72, 0x0c, 0x27, 0xf2, 0xaa, 0xdd, 0x79, 0xfe, 0x12, 0xd9, 0xac, 0x21, 0x0b, 0x84, 0xc4, 0x08, 0x97, 0x43, 0x09, 0x23, 0xc9, 0x54, 0x1b, 0xa5, 0xc9, 0xa5, 0xc8, 0x98, 0x03, 0x00, 0x5d, 0x5d, 0x5d, 0x58, 0xf2, 0xf4, 0x53, 0x78, 0x7a, 0xe9, 0xd2, 0xf0, 0xb5, 0x2f, 0x32, 0xd1, 0x8d, 0x3f, 0xbf, 0xed, 0xce, 0xe7, 0x72, 0x28, 0xb8, 0x4e, 0x13, 0x60, 0x36, 0x99, 0x78, 0xa6, 0xfa, 0xea, 0x1f, 0xcb, 0x54, 0x67, 0x22, 0x9c, 0xdd, 0x77, 0xb8, 0x80, 0x13, 0x9e, 0x90, 0xf9, 0x19, 0xbf, 0xc1, 0x0a, 0x4d, 0xeb, 0xce, 0xed, 0x88, 0x93, 0x18, 0xd5, 0x85, 0xe7, 0x64, 0xcb, 0xce, 0x1c, 0x43, 0xbd, 0x60, 0x64, 0x1e, 0x8b, 0x71, 0xfc, 0x48, 0x61, 0xec, 0xa1, 0xe3, 0x50, 0x52, 0x0a, 0x5a, 0x6b, 0xbc, 0xf0, 0xd2, 0x8b, 0x58, 0xf8, 0xf0, 0x43, 0xa8, 0x74, 0x7b, 0xe0, 0xef, 0x3d, 0x10, 0xfe, 0x7d, 0xda, 0xd4, 0xc9, 0x8f, 0x34, 0x8d, 0x1e, 0x7b, 0xed, 0xe7, 0x3e, 0x37, 0x7d, 0x48, 0x53, 0x4d, 0x48, 0xd0, 0x51, 0x54, 0xa3, 0xe6, 0x5f, 0x7e, 0xf9, 0xe5, 0xe5, 0x06, 0x35, 0x01, 0x00, 0x13, 0x7b, 0x86, 0x40, 0xcc, 0xae, 0x65, 0x4a, 0xcb, 0xbf, 0x10, 0xec, 0x62, 0x23, 0x18, 0xa8, 0x12, 0x12, 0xab, 0xee, 0xad, 0xc6, 0x10, 0xc0, 0x33, 0xdf, 0xc4, 0xfd, 0x0a, 0x5b, 0xb7, 0x6e, 0xc1, 0x1b, 0xab, 0x87, 0xa7, 0xcc, 0xef, 0xd0, 0xb1, 0xe3, 0xd0, 0x3c, 0xea, 0x00, 0xb4, 0xcc, 0x9d, 0x8d, 0xad, 0x5b, 0xbc, 0x66, 0xef, 0x12, 0xc2, 0x1d, 0x71, 0x97, 0xfe, 0xd1, 0x7d, 0xf7, 0xdd, 0xd7, 0x31, 0x63, 0xc6, 0x8c, 0x7b, 0x44, 0xe4, 0x6b, 0x84, 0xa1, 0x8f, 0x3d, 0x4c, 0xb8, 0x7c, 0x13, 0x80, 0x99, 0x0d, 0x6a, 0x02, 0x34, 0x24, 0x98, 0x0d, 0x99, 0xc1, 0xeb, 0xbd, 0x07, 0x8f, 0xd4, 0xe9, 0x23, 0xca, 0x3c, 0x26, 0x32, 0xe8, 0x9f, 0x0a, 0x6c, 0xbb, 0x87, 0x79, 0x9d, 0xaa, 0x07, 0x10, 0xc7, 0x15, 0x88, 0x08, 0x9a, 0x4a, 0xa3, 0x30, 0xf6, 0x90, 0xb1, 0x99, 0xe4, 0x4f, 0xbd, 0x54, 0xee, 0x2e, 0x63, 0xd7, 0xae, 0x36, 0x6c, 0x7a, 0xef, 0x5d, 0x3c, 0xba, 0xe8, 0xb1, 0xf0, 0xa9, 0x45, 0x11, 0xf1, 0x37, 0xef, 0xbe, 0xeb, 0x01, 0x9f, 0x08, 0x12, 0xe1, 0xb1, 0x00, 0x70, 0xd0, 0x41, 0x07, 0x61, 0x74, 0xf3, 0x81, 0x69, 0x68, 0xd1, 0x23, 0x21, 0x15, 0x20, 0x90, 0xe1, 0x71, 0x11, 0xec, 0xd9, 0xd3, 0x8e, 0xae, 0x72, 0x19, 0x0c, 0x19, 0xdb, 0xd0, 0x3e, 0x00, 0xac, 0x00, 0x10, 0xb2, 0xbf, 0x93, 0x61, 0x7c, 0xe8, 0x03, 0x18, 0x65, 0xac, 0x3c, 0x5c, 0x61, 0x80, 0x20, 0xc7, 0x70, 0x03, 0x0a, 0xc1, 0xab, 0x72, 0x72, 0xf6, 0xde, 0xfe, 0xa0, 0x5a, 0x6b, 0x8c, 0x1f, 0x3f, 0x1e, 0x9f, 0x38, 0xed, 0x93, 0x83, 0x3a, 0xd7, 0x5d, 0xbb, 0xdb, 0xf0, 0xdc, 0x9f, 0x56, 0x60, 0x4f, 0xc7, 0x1e, 0x9b, 0xbe, 0xa6, 0xbf, 0x10, 0xe4, 0xc6, 0x7b, 0xef, 0x7d, 0x60, 0x79, 0x2d, 0xc1, 0x06, 0x80, 0x89, 0xc7, 0x9e, 0x80, 0x23, 0x0f, 0xff, 0xd8, 0xa0, 0xd6, 0x5b, 0xfb, 0xf6, 0x1a, 0xbc, 0xf5, 0xf6, 0x9b, 0xc0, 0x08, 0x76, 0xb2, 0x8d, 0xb8, 0x00, 0x30, 0xb4, 0xaf, 0x0a, 0x66, 0x98, 0x21, 0x81, 0xb0, 0x2d, 0xe1, 0x08, 0x76, 0xb1, 0x83, 0x80, 0x95, 0xa2, 0x8c, 0x57, 0x6e, 0x42, 0x73, 0x27, 0x40, 0x64, 0xf3, 0xf7, 0x00, 0x58, 0xac, 0x5b, 0x6f, 0x64, 0x8a, 0x99, 0x0d, 0x9c, 0x2c, 0xe2, 0xd3, 0xbd, 0x3a, 0x6c, 0x46, 0xa9, 0x82, 0x02, 0xb2, 0x98, 0x81, 0x71, 0x48, 0x45, 0xc4, 0xb6, 0xac, 0x73, 0xa2, 0x25, 0xf9, 0x76, 0x67, 0x7b, 0xf7, 0x9d, 0x73, 0xe6, 0xcc, 0xd1, 0xbd, 0x42, 0xdc, 0x04, 0x88, 0x5b, 0x53, 0x24, 0xdb, 0xfc, 0xd2, 0x17, 0x1a, 0x17, 0xb9, 0x26, 0x58, 0xb3, 0x1e, 0x35, 0xb2, 0x00, 0xe8, 0x58, 0x07, 0xbf, 0xb8, 0x80, 0x25, 0x50, 0x8e, 0x16, 0xe6, 0x75, 0x1e, 0xa2, 0x10, 0x20, 0x62, 0xad, 0x7c, 0xe8, 0x38, 0x3a, 0xb5, 0x41, 0xa1, 0x06, 0x21, 0x40, 0x18, 0x62, 0xbd, 0x02, 0x6d, 0x93, 0x41, 0x6c, 0x6b, 0x10, 0xe3, 0xb8, 0x82, 0xf7, 0xb7, 0x6e, 0xb2, 0xcc, 0xb1, 0x09, 0x24, 0x61, 0xf3, 0xd8, 0x0a, 0x8b, 0x4b, 0x2e, 0x8d, 0x1b, 0x3b, 0x0e, 0xe3, 0xc6, 0x4d, 0xf0, 0x5d, 0xcc, 0x07, 0x1e, 0x38, 0xe6, 0x2f, 0x0f, 0xfc, 0xf2, 0xc1, 0xdb, 0xfb, 0x33, 0x6d, 0x94, 0x46, 0x9f, 0xe8, 0xe8, 0x6c, 0xc7, 0x8e, 0xd6, 0x6d, 0x06, 0x39, 0x64, 0xf6, 0x50, 0xb2, 0xc7, 0x16, 0xc8, 0x69, 0x2e, 0xc1, 0x51, 0x47, 0x7c, 0x1c, 0xa3, 0x9b, 0x0f, 0x00, 0x5b, 0xad, 0x35, 0x92, 0x39, 0xc5, 0x7d, 0xd2, 0x17, 0x00, 0xd7, 0x17, 0xc0, 0x02, 0x15, 0x19, 0xb7, 0xc9, 0x87, 0x53, 0x6e, 0x47, 0x4b, 0xaa, 0xd2, 0x7b, 0x5a, 0x51, 0xca, 0x22, 0x77, 0xfe, 0x9e, 0x40, 0x24, 0x10, 0x21, 0x70, 0x62, 0xe0, 0xe6, 0x38, 0x49, 0xc0, 0xcc, 0x48, 0xb4, 0x46, 0x47, 0xc7, 0x1e, 0x13, 0x3a, 0x7a, 0x7c, 0x21, 0xc8, 0x2e, 0x5a, 0x6c, 0x9f, 0x22, 0x53, 0x63, 0xe8, 0x04, 0xcb, 0x16, 0xb0, 0xe8, 0xfe, 0x4d, 0x9b, 0xf6, 0x66, 0xc9, 0x99, 0x21, 0x17, 0xb1, 0xb8, 0x7b, 0xf7, 0xa1, 0x4a, 0x51, 0xd0, 0x08, 0x4b, 0x3e, 0x3e, 0x11, 0x16, 0x5b, 0x2b, 0xd9, 0xc0, 0x02, 0x60, 0x6a, 0xef, 0x10, 0x7c, 0x69, 0xb6, 0x3b, 0x51, 0xec, 0x0e, 0xac, 0x56, 0xef, 0x12, 0xd8, 0x44, 0xb1, 0x3b, 0x3c, 0xfb, 0xc8, 0x75, 0x13, 0x99, 0xf7, 0x18, 0xc1, 0x61, 0xd1, 0x3e, 0x8f, 0xef, 0x90, 0xbc, 0x52, 0xa9, 0x64, 0xd3, 0xbd, 0x21, 0x66, 0x90, 0x22, 0x87, 0xce, 0x81, 0x54, 0x2a, 0xf2, 0xad, 0xe9, 0xcc, 0xf5, 0xed, 0x48, 0xa7, 0x4d, 0x20, 0x12, 0x74, 0x3c, 0xa9, 0x1a, 0xce, 0x20, 0x65, 0x8f, 0x09, 0xd2, 0x90, 0x54, 0x4c, 0xdf, 0x64, 0x43, 0x0b, 0x80, 0x31, 0x01, 0xae, 0x30, 0x83, 0xc1, 0x4a, 0xf9, 0xdd, 0x20, 0x22, 0x99, 0x1d, 0xee, 0xc2, 0x44, 0x21, 0xb8, 0x60, 0x2f, 0x73, 0x1c, 0x76, 0xb7, 0x13, 0xb9, 0x94, 0x71, 0xaa, 0x11, 0x98, 0x8d, 0x09, 0x70, 0x2a, 0x1f, 0x44, 0x28, 0x95, 0x8a, 0xbd, 0x30, 0x5e, 0xf9, 0xd4, 0x34, 0x1c, 0x0e, 0x61, 0x99, 0x19, 0x0e, 0xb2, 0xe8, 0x4f, 0x03, 0x00, 0xb6, 0x7d, 0xcd, 0xed, 0x74, 0x97, 0x5e, 0xae, 0x66, 0xba, 0x3f, 0x42, 0xde, 0xf4, 0xb9, 0x9a, 0x06, 0xad, 0x75, 0x63, 0x3b, 0x81, 0x1a, 0x0c, 0x07, 0x03, 0xb0, 0x08, 0x94, 0xa4, 0x4e, 0x53, 0x6d, 0x45, 0x5f, 0x25, 0x08, 0x36, 0x39, 0x13, 0xec, 0x79, 0x88, 0x15, 0x06, 0x63, 0x56, 0xad, 0xd3, 0x68, 0xb3, 0x8e, 0x12, 0x32, 0x44, 0x15, 0xd2, 0xfc, 0x81, 0x48, 0x06, 0x38, 0x72, 0xbe, 0x47, 0xa8, 0x6b, 0x4c, 0xfa, 0x97, 0xeb, 0x32, 0xc9, 0xae, 0xd9, 0xd5, 0x0b, 0x5c, 0xa0, 0x51, 0x52, 0xf6, 0x87, 0x82, 0x90, 0x15, 0x0a, 0x11, 0x81, 0xb6, 0x26, 0x60, 0x24, 0x9d, 0x80, 0x7d, 0x64, 0x02, 0x28, 0x55, 0x9b, 0x4c, 0x06, 0x92, 0xb5, 0x0e, 0x11, 0x85, 0xbb, 0x3c, 0xcb, 0x66, 0x90, 0x90, 0x61, 0xbe, 0x13, 0x02, 0xeb, 0x28, 0x02, 0x64, 0x2c, 0x05, 0xac, 0x20, 0x18, 0x8d, 0x0a, 0xd6, 0xa6, 0x32, 0x48, 0x3c, 0x5e, 0x00, 0x0f, 0x35, 0x13, 0x85, 0x59, 0x45, 0x54, 0x3d, 0x86, 0xdf, 0x95, 0x5c, 0xa7, 0x53, 0x26, 0xda, 0xa8, 0x6e, 0x61, 0xf6, 0xe7, 0xee, 0xd7, 0xe8, 0x55, 0x0f, 0x20, 0x83, 0x50, 0x8a, 0x70, 0x98, 0x49, 0x6c, 0x50, 0x0d, 0xc0, 0xa9, 0x00, 0x30, 0x33, 0x44, 0x59, 0x01, 0x00, 0x57, 0xa9, 0x75, 0xea, 0xe9, 0xe4, 0x79, 0x61, 0x80, 0x15, 0x06, 0x93, 0x7e, 0x81, 0xb0, 0x2f, 0x10, 0x52, 0x16, 0x2e, 0x4e, 0x6c, 0xef, 0x81, 0x89, 0x02, 0x9c, 0x1f, 0x90, 0x22, 0x8c, 0x08, 0xf3, 0x0c, 0x61, 0xa5, 0xb1, 0x8b, 0x46, 0x6d, 0x87, 0xb2, 0x09, 0x1d, 0xfb, 0x97, 0x00, 0x2d, 0xda, 0x0e, 0xab, 0x72, 0x26, 0x27, 0xeb, 0xc4, 0x9a, 0x68, 0xc3, 0xf8, 0x34, 0x2e, 0xc3, 0xe8, 0x4c, 0x15, 0xb3, 0xf8, 0x48, 0x44, 0xb3, 0xee, 0x77, 0x52, 0xca, 0x47, 0x1c, 0x08, 0x02, 0xc8, 0x02, 0x01, 0x66, 0xb7, 0x28, 0xb0, 0xe8, 0xaa, 0xfd, 0x0e, 0xb3, 0x73, 0x6d, 0x49, 0x98, 0x8b, 0x8b, 0x9d, 0x93, 0x98, 0x0a, 0x85, 0xf2, 0x18, 0x82, 0x6b, 0x20, 0x61, 0x25, 0x10, 0x2d, 0xd0, 0xb1, 0x2b, 0xfa, 0x14, 0x5f, 0x7c, 0x9a, 0x65, 0x7e, 0x9a, 0x3d, 0xcc, 0x68, 0x81, 0x2a, 0x74, 0x2e, 0x9c, 0x63, 0xd0, 0xf7, 0xf7, 0x12, 0xff, 0x7a, 0xb3, 0x93, 0x19, 0x71, 0x9c, 0x04, 0xe1, 0x1e, 0x3c, 0x40, 0x85, 0x2a, 0x87, 0x33, 0xc8, 0x53, 0x99, 0xf5, 0xa4, 0xa1, 0x05, 0x20, 0xf6, 0x0c, 0xed, 0x2a, 0x97, 0x01, 0x88, 0xab, 0xa0, 0x49, 0xbd, 0x7f, 0x92, 0x00, 0xfa, 0x35, 0x5e, 0x7b, 0x58, 0x2d, 0xec, 0x93, 0x41, 0x2a, 0x0b, 0x05, 0x8b, 0x6d, 0x3d, 0xdf, 0xb0, 0x61, 0x03, 0x1e, 0x7f, 0xe2, 0x71, 0x1c, 0x75, 0xd4, 0x91, 0x26, 0xca, 0xf0, 0x51, 0x43, 0xca, 0xfc, 0xb0, 0x78, 0x04, 0x20, 0x53, 0x67, 0x28, 0x01, 0x13, 0xad, 0x13, 0xc9, 0x03, 0x71, 0x02, 0xdd, 0x4c, 0x03, 0x0b, 0x68, 0x9a, 0x22, 0x97, 0x54, 0x23, 0x64, 0x04, 0xc1, 0xcd, 0x40, 0x08, 0x84, 0x8e, 0xd9, 0xad, 0xd7, 0xd0, 0x3e, 0x00, 0x40, 0x16, 0x08, 0xe8, 0xdc, 0xdb, 0x69, 0x77, 0x33, 0xa7, 0xd5, 0xb8, 0xc1, 0xd4, 0x0f, 0xc3, 0x69, 0xf1, 0xbb, 0xd4, 0xa9, 0xcd, 0xb0, 0x11, 0xc4, 0x15, 0x7c, 0x8a, 0x30, 0xda, 0xda, 0x76, 0x61, 0xde, 0xbc, 0x79, 0x58, 0xb1, 0x7c, 0x05, 0x8e, 0x3f, 0xe1, 0x78, 0x1c, 0x71, 0xe4, 0xe1, 0x48, 0x58, 0x7b, 0xf5, 0x5a, 0x89, 0xe3, 0x34, 0xdb, 0x27, 0x08, 0xc0, 0x19, 0xf8, 0x3e, 0x04, 0x80, 0x0c, 0xe3, 0x9d, 0x30, 0x70, 0x7d, 0x71, 0xb9, 0x13, 0x60, 0x97, 0xe7, 0x50, 0xa4, 0xec, 0x9c, 0x43, 0xeb, 0xa4, 0xba, 0x3a, 0x04, 0xe7, 0xa0, 0x58, 0xd0, 0x8b, 0x99, 0x33, 0x05, 0xa8, 0xa6, 0x3c, 0xae, 0x81, 0x05, 0x00, 0xac, 0x7d, 0x3d, 0x00, 0xb3, 0xf6, 0x7d, 0x7e, 0x59, 0x75, 0x9c, 0x46, 0xfa, 0x2e, 0x92, 0x26, 0x91, 0xc0, 0xc9, 0xb3, 0x9e, 0x3e, 0xcc, 0x8e, 0x2b, 0xc7, 0x15, 0x3c, 0xf1, 0xc4, 0x13, 0x78, 0xf4, 0x91, 0x47, 0x51, 0xb1, 0x33, 0x82, 0x08, 0xd8, 0xad, 0xb5, 0x3e, 0xd8, 0x95, 0x83, 0xbb, 0xda, 0x7f, 0x97, 0x41, 0x74, 0xbd, 0x08, 0x51, 0x94, 0x05, 0x6b, 0xcc, 0xc8, 0xba, 0xc8, 0xc3, 0x33, 0x3a, 0xc0, 0x2d, 0xea, 0x12, 0x00, 0xf6, 0x12, 0xe5, 0x35, 0x98, 0x6b, 0x47, 0xa7, 0x48, 0x79, 0xec, 0x83, 0xc8, 0x3c, 0x8e, 0x94, 0xf2, 0x0e, 0xa7, 0x16, 0x73, 0x9e, 0x23, 0xd9, 0x5c, 0xb0, 0x4f, 0xe7, 0xef, 0x3b, 0xdb, 0x2c, 0xe1, 0x2e, 0xf7, 0x7f, 0x2b, 0x6f, 0x1b, 0x53, 0x6f, 0x3f, 0xc5, 0x85, 0x58, 0x18, 0xa4, 0x81, 0x3f, 0xbf, 0xfc, 0x32, 0xe6, 0xcc, 0x9e, 0x83, 0xd6, 0xd6, 0x56, 0xe7, 0x50, 0x77, 0x09, 0xe1, 0x8e, 0x93, 0x4e, 0x3e, 0xa1, 0x95, 0xb5, 0xbe, 0x05, 0xcc, 0xde, 0x21, 0x2b, 0x14, 0x0b, 0x19, 0xe6, 0xa7, 0x76, 0x38, 0x2d, 0x30, 0xa1, 0xa0, 0xee, 0xd0, 0x45, 0x12, 0x52, 0x97, 0x5c, 0xeb, 0xc0, 0x9f, 0x87, 0x47, 0x1c, 0x43, 0xe1, 0xf2, 0xf6, 0x5f, 0xa9, 0xda, 0x66, 0x9e, 0x4d, 0xd4, 0x31, 0x92, 0x57, 0xd2, 0xdb, 0xe7, 0x17, 0x60, 0x60, 0x61, 0x44, 0x2a, 0xaa, 0xca, 0xcc, 0x50, 0x56, 0x4d, 0x1b, 0xdd, 0x6a, 0x60, 0x5e, 0xeb, 0x2c, 0x6d, 0xdc, 0xb0, 0x11, 0x2d, 0xb3, 0x67, 0x63, 0xed, 0xda, 0xb7, 0xc2, 0x8f, 0x5b, 0xc4, 0x8c, 0x1b, 0x17, 0x2f, 0x5e, 0xfc, 0xce, 0xf4, 0xe9, 0x57, 0xdf, 0xa0, 0x99, 0x6d, 0xf9, 0x99, 0xab, 0x3c, 0x52, 0x99, 0x6a, 0x23, 0xef, 0x3f, 0x78, 0xcd, 0xa3, 0x3c, 0x40, 0xe4, 0x34, 0x4c, 0x66, 0x9e, 0x41, 0x9f, 0xd1, 0x0d, 0x67, 0x98, 0x6c, 0xd6, 0x54, 0xbd, 0x04, 0x7e, 0xb5, 0x03, 0x42, 0x16, 0x5b, 0x21, 0xbd, 0xdf, 0x08, 0x00, 0xf5, 0x1c, 0xe8, 0xe0, 0xe0, 0x5f, 0x13, 0xd2, 0x39, 0x1b, 0xed, 0x30, 0x7e, 0x60, 0xf7, 0xee, 0x0e, 0x3c, 0xba, 0x68, 0x11, 0x56, 0x2c, 0x5f, 0x11, 0xc0, 0xc6, 0xf8, 0x8b, 0xd6, 0xf8, 0xd7, 0xc5, 0x8b, 0x17, 0x2f, 0x73, 0x9f, 0x1c, 0x33, 0x43, 0x41, 0x20, 0xac, 0x83, 0x3a, 0xc2, 0x28, 0xad, 0x2e, 0x02, 0xa5, 0xd0, 0x73, 0xd5, 0x6e, 0x75, 0xb5, 0x83, 0x29, 0x12, 0x28, 0xe8, 0xc5, 0x30, 0x4b, 0x0f, 0x24, 0x90, 0xd3, 0xfe, 0xb0, 0x5a, 0x48, 0x60, 0x6f, 0x58, 0x80, 0x88, 0x79, 0xaf, 0xd6, 0x1a, 0xd2, 0xd0, 0x3e, 0x40, 0xf5, 0xb7, 0x0e, 0x9a, 0x32, 0x1d, 0xdc, 0x6b, 0xa2, 0x00, 0x0a, 0x1c, 0x3e, 0x20, 0x49, 0x34, 0x96, 0x2d, 0x5b, 0x8e, 0x45, 0x0f, 0x2f, 0x42, 0xb9, 0xec, 0xab, 0xa5, 0x5a, 0x59, 0xf0, 0xa3, 0xcd, 0xef, 0x6d, 0xfe, 0xf9, 0xeb, 0xaf, 0xbf, 0x9e, 0x71, 0x9f, 0x75, 0x25, 0x21, 0x44, 0x91, 0x89, 0xb9, 0x33, 0xc8, 0x5c, 0xd0, 0x2d, 0x64, 0x6b, 0x0b, 0xbc, 0x0f, 0x12, 0x80, 0x43, 0xa9, 0x09, 0xe0, 0x8c, 0x6e, 0xaa, 0x62, 0x3c, 0x65, 0x92, 0x41, 0x16, 0x8c, 0x70, 0xb5, 0x09, 0x3d, 0x91, 0xc0, 0x3e, 0x45, 0xc0, 0x38, 0xab, 0x9a, 0x1b, 0x1b, 0x0a, 0x16, 0x11, 0xf2, 0x3f, 0x4c, 0x50, 0x77, 0x4f, 0x2e, 0x35, 0x4c, 0x80, 0x12, 0x53, 0x06, 0x62, 0x7c, 0x3e, 0xc2, 0xab, 0xaf, 0xbd, 0x86, 0x87, 0xe6, 0x3d, 0x84, 0x1d, 0xdb, 0x77, 0xb8, 0x8f, 0x89, 0x21, 0xb8, 0x6b, 0xd7, 0xae, 0xf6, 0xff, 0x7e, 0xe1, 0x85, 0x17, 0x76, 0xd7, 0x60, 0x90, 0x57, 0xc9, 0x06, 0x09, 0x14, 0x1f, 0x31, 0xf8, 0x2c, 0x60, 0x30, 0x86, 0x26, 0x75, 0x3c, 0x5d, 0x7d, 0x61, 0x9a, 0xe0, 0x31, 0xf9, 0x04, 0x50, 0x0d, 0x1c, 0xb7, 0x0a, 0x08, 0x34, 0x02, 0xc0, 0x5c, 0x55, 0xed, 0x54, 0xfd, 0x36, 0x11, 0x54, 0x81, 0x9d, 0xc1, 0x39, 0x4b, 0x9a, 0x56, 0x6e, 0x40, 0x01, 0xa0, 0x5a, 0x1a, 0x40, 0x08, 0x20, 0xb6, 0x4e, 0x5e, 0x08, 0xf3, 0x42, 0xb0, 0x75, 0xcb, 0x36, 0xcc, 0x7f, 0x68, 0x01, 0x56, 0xbd, 0xb1, 0x2a, 0xdc, 0x7a, 0x7f, 0x14, 0x5d, 0xf9, 0xd6, 0xe2, 0xc5, 0xcb, 0x56, 0xf5, 0xf5, 0xd9, 0x3a, 0xd1, 0x84, 0x82, 0x64, 0xe2, 0xf8, 0x9a, 0xa3, 0x05, 0x6a, 0x41, 0xc2, 0x6e, 0x27, 0x3b, 0x24, 0x50, 0xa4, 0xb7, 0x75, 0x3c, 0x67, 0xb5, 0xd6, 0xe4, 0xb0, 0x88, 0x30, 0x0a, 0xa8, 0x47, 0x09, 0x0a, 0xd2, 0xe4, 0x95, 0x66, 0xdd, 0x70, 0x3e, 0x40, 0xaf, 0xbf, 0x82, 0x43, 0xf9, 0x98, 0x5c, 0x71, 0xa8, 0x89, 0xb9, 0xbb, 0x3a, 0xcb, 0xf8, 0xc3, 0x13, 0x4f, 0x62, 0xc5, 0xf2, 0x15, 0x3e, 0x84, 0x12, 0xe0, 0xcd, 0x84, 0xf5, 0x77, 0x96, 0x3c, 0xb9, 0xe4, 0xf1, 0x3e, 0x3e, 0x97, 0x42, 0x50, 0x85, 0xb4, 0xb1, 0xab, 0x69, 0xb2, 0x29, 0x04, 0x81, 0x42, 0x21, 0x40, 0x16, 0x26, 0x76, 0x9b, 0xd5, 0xb6, 0x91, 0x4b, 0x1d, 0x26, 0x80, 0xb5, 0xe9, 0x1f, 0x70, 0x61, 0xa0, 0x4b, 0x0a, 0x69, 0x87, 0x43, 0x38, 0x48, 0xd8, 0x4e, 0x47, 0x73, 0x10, 0x30, 0x20, 0x28, 0x16, 0x4b, 0x56, 0x7b, 0x68, 0x6b, 0x72, 0x1a, 0x43, 0x00, 0xa8, 0x7f, 0x0d, 0x10, 0x86, 0x4d, 0x02, 0xad, 0x05, 0x2f, 0xfe, 0xe9, 0x25, 0x3c, 0xfe, 0xe8, 0xe3, 0xd8, 0xd3, 0xd9, 0xe9, 0x5e, 0xd5, 0x26, 0x2c, 0xb7, 0x6e, 0xdd, 0xba, 0xfd, 0xf6, 0x57, 0x5f, 0x7d, 0xb5, 0xd2, 0x9f, 0x50, 0xb9, 0xe7, 0x13, 0x1d, 0x93, 0x61, 0x4c, 0x52, 0xa3, 0xa8, 0x84, 0xbc, 0xca, 0xef, 0x71, 0x82, 0x94, 0x86, 0xa3, 0xec, 0x71, 0x00, 0xe9, 0xed, 0xbb, 0x65, 0x9c, 0x40, 0x22, 0x42, 0xc5, 0xcd, 0x18, 0x88, 0x63, 0x54, 0x2a, 0x15, 0x8f, 0x40, 0x56, 0x7f, 0x82, 0xaf, 0x76, 0xb6, 0x9d, 0x48, 0x4e, 0x78, 0x8c, 0xc9, 0xf9, 0xe8, 0xfb, 0x00, 0x54, 0x97, 0x16, 0xa0, 0xb4, 0xc5, 0x6b, 0xed, 0xda, 0xb7, 0xf0, 0xf0, 0x82, 0x47, 0xb0, 0x65, 0xf3, 0x96, 0x74, 0x13, 0x8b, 0xfc, 0xbe, 0xb3, 0x63, 0xef, 0xf7, 0x9e, 0x7b, 0xee, 0xb9, 0x6d, 0xa9, 0x6e, 0xae, 0x4f, 0xbb, 0x24, 0x9a, 0x41, 0xa4, 0x91, 0x48, 0x75, 0x78, 0x16, 0xfa, 0x62, 0x26, 0x05, 0xeb, 0xec, 0xbd, 0x09, 0x35, 0x2d, 0x98, 0x53, 0x02, 0x2a, 0xdd, 0xdd, 0x61, 0x72, 0xa6, 0x2f, 0x0d, 0x20, 0x9a, 0x6d, 0xbf, 0x83, 0xbd, 0xf4, 0x9d, 0x19, 0x66, 0x19, 0x79, 0x07, 0xd7, 0x15, 0x7d, 0x00, 0x69, 0xc2, 0xc8, 0x69, 0x26, 0x57, 0xe1, 0x6c, 0xc2, 0x40, 0x3d, 0x92, 0x16, 0xe0, 0x03, 0x11, 0x80, 0x3e, 0x99, 0x14, 0xd4, 0x5d, 0x80, 0x08, 0x68, 0xdd, 0xb1, 0x03, 0x4f, 0x3c, 0xf6, 0x07, 0xbc, 0xf2, 0xca, 0xab, 0xe1, 0xaf, 0xbb, 0x54, 0xc7, 0xdd, 0xff, 0xf6, 0xd4, 0x53, 0xcb, 0x5f, 0xab, 0x53, 0xa0, 0x7a, 0xfa, 0x00, 0x71, 0x42, 0x11, 0x29, 0xe8, 0x58, 0x23, 0x8e, 0x63, 0x68, 0xd6, 0xe8, 0x4c, 0xb5, 0x4a, 0xaa, 0x07, 0xdc, 0x7c, 0xa2, 0xa0, 0x2f, 0xc1, 0x4c, 0x18, 0x95, 0x34, 0x0a, 0xa8, 0xad, 0x01, 0xc2, 0x83, 0x24, 0xda, 0xc0, 0xbc, 0x29, 0x0c, 0x60, 0x84, 0x00, 0x3e, 0xc9, 0x95, 0xad, 0x03, 0x14, 0xca, 0x26, 0x86, 0x5c, 0x05, 0x14, 0xdb, 0xe2, 0xd2, 0xfd, 0x22, 0x0c, 0x7c, 0x74, 0xd1, 0x63, 0x58, 0xb1, 0xec, 0x99, 0x14, 0x46, 0x15, 0xac, 0x13, 0xd6, 0xdf, 0x5d, 0xbc, 0x78, 0xc9, 0xc3, 0x03, 0x60, 0x76, 0xcd, 0xbf, 0xb5, 0x75, 0xaa, 0x92, 0xc4, 0xa8, 0x64, 0x67, 0x73, 0xc3, 0x29, 0x24, 0x99, 0xda, 0x40, 0x95, 0x1d, 0x4d, 0xe3, 0xb6, 0xae, 0xab, 0x2a, 0xaa, 0xc5, 0xf4, 0x1e, 0x38, 0x00, 0x21, 0xd0, 0x00, 0x14, 0x60, 0x1b, 0x01, 0xbc, 0x2d, 0x64, 0xeb, 0x1d, 0x25, 0x28, 0x1e, 0xb1, 0xaf, 0xd3, 0x19, 0xdc, 0xa1, 0xf1, 0x05, 0xe0, 0xe9, 0x25, 0x0e, 0xb7, 0x41, 0x07, 0x44, 0xfe, 0x67, 0xeb, 0x96, 0xed, 0x77, 0x04, 0x76, 0x7e, 0x30, 0xa6, 0x25, 0xe3, 0x94, 0xe9, 0xc8, 0x56, 0xfb, 0x7a, 0x68, 0x36, 0xed, 0x2e, 0xaa, 0x2e, 0x0c, 0x45, 0x38, 0x8e, 0xc6, 0x56, 0x0a, 0xd9, 0xf1, 0xb1, 0x75, 0x65, 0x67, 0xb5, 0x98, 0x3a, 0x07, 0x0e, 0x30, 0x00, 0xa3, 0x01, 0xb2, 0xe5, 0x6e, 0x12, 0xb4, 0xa2, 0x8b, 0x15, 0x02, 0x28, 0x73, 0x82, 0x1a, 0xc1, 0x08, 0xdd, 0x46, 0x15, 0x00, 0xca, 0xf6, 0x4e, 0x31, 0x44, 0x1e, 0x2c, 0x97, 0xe3, 0x1f, 0x2c, 0x5b, 0xb6, 0x6c, 0x73, 0x1d, 0x0e, 0x9e, 0xd4, 0xb0, 0xc5, 0x35, 0x6d, 0xb3, 0x99, 0x17, 0xa4, 0x33, 0x45, 0x9d, 0x6e, 0xf7, 0x7b, 0x21, 0xf0, 0x9d, 0x47, 0xd5, 0x53, 0xc7, 0xec, 0x89, 0x5a, 0x6c, 0x3e, 0x5b, 0x8b, 0xde, 0x13, 0x05, 0xcc, 0x00, 0x41, 0x6c, 0x6d, 0x3a, 0x29, 0x44, 0x2a, 0xed, 0x34, 0x0e, 0xeb, 0x1d, 0xd3, 0xbe, 0x81, 0x34, 0x4f, 0x01, 0xdb, 0x53, 0xc0, 0x0d, 0xe0, 0x04, 0xf6, 0xc3, 0xa4, 0xe4, 0x19, 0xa0, 0xb4, 0x11, 0x22, 0xeb, 0x93, 0x44, 0xbe, 0xf3, 0xd4, 0x53, 0x4f, 0xfd, 0xb9, 0x0e, 0xa6, 0xf6, 0xe9, 0x80, 0xd5, 0xf2, 0xce, 0x99, 0x63, 0x68, 0x4d, 0x41, 0x3a, 0x97, 0xfc, 0xd4, 0x30, 0x7f, 0xed, 0xa1, 0x40, 0xf5, 0x67, 0x6e, 0xb6, 0x13, 0xc9, 0x0d, 0x9a, 0x92, 0x3e, 0x20, 0xe0, 0x6a, 0x20, 0xc8, 0x5f, 0xf7, 0x50, 0x29, 0xd8, 0x64, 0xb0, 0x0f, 0x65, 0x81, 0x6c, 0x6e, 0x20, 0x8a, 0x22, 0x53, 0xd8, 0x62, 0x4d, 0x02, 0xeb, 0xc6, 0xc9, 0x06, 0xf6, 0xca, 0xc4, 0x27, 0x9f, 0x5c, 0xf6, 0x36, 0x80, 0xe3, 0x86, 0x83, 0xc9, 0x7d, 0x1d, 0x4b, 0x12, 0x12, 0x22, 0xce, 0x20, 0x73, 0xae, 0xd6, 0x80, 0x32, 0xd7, 0x1c, 0x40, 0x66, 0x50, 0x55, 0x7a, 0xe1, 0x0a, 0xb1, 0x48, 0x60, 0x0f, 0x27, 0xb0, 0xa6, 0x26, 0xd0, 0x5a, 0x4c, 0x43, 0x0a, 0x4b, 0xb6, 0xc9, 0x15, 0x61, 0x36, 0x10, 0xbe, 0x49, 0x24, 0xbc, 0xe8, 0x85, 0x83, 0xa5, 0x99, 0xeb, 0xaf, 0x40, 0xfa, 0x28, 0x98, 0x80, 0xc1, 0xee, 0xe4, 0x3e, 0x01, 0x17, 0xf4, 0x5b, 0x68, 0xef, 0x6c, 0xac, 0x16, 0x33, 0x96, 0xd6, 0x38, 0x55, 0xd9, 0x46, 0x90, 0x5a, 0x83, 0x26, 0xab, 0x2f, 0x3c, 0x41, 0x1e, 0xc8, 0xe9, 0x8b, 0xf1, 0x59, 0x1c, 0xc0, 0x85, 0x39, 0xca, 0x14, 0xbd, 0xd8, 0x54, 0x66, 0xda, 0xef, 0x20, 0x99, 0xcf, 0x4e, 0x27, 0x95, 0x9a, 0xf5, 0xb5, 0x34, 0x5e, 0x4d, 0xe0, 0x60, 0x98, 0xdc, 0xdf, 0x6e, 0xaf, 0xe7, 0xb9, 0x00, 0x09, 0x64, 0x5f, 0x66, 0xe6, 0x76, 0x5e, 0x66, 0x1e, 0x61, 0xe6, 0x5f, 0x78, 0xd5, 0x11, 0x40, 0xd0, 0xa3, 0x4a, 0x57, 0x7a, 0xfb, 0x8e, 0xa2, 0xb5, 0xad, 0x53, 0x10, 0xaf, 0x49, 0x38, 0xec, 0x73, 0x0c, 0x00, 0xa0, 0xb4, 0x0b, 0x2a, 0xfc, 0x22, 0x64, 0x67, 0x28, 0xeb, 0x91, 0x2c, 0x09, 0x1c, 0x31, 0x27, 0x70, 0xc8, 0x2a, 0xbd, 0x5e, 0xc6, 0x87, 0x28, 0x12, 0xc0, 0xbe, 0x26, 0x30, 0xc5, 0xe7, 0x15, 0xfc, 0xc5, 0x03, 0x9c, 0x59, 0x76, 0x93, 0x44, 0x42, 0x18, 0xd8, 0x87, 0x92, 0x5c, 0xcb, 0x09, 0xec, 0xb1, 0xb6, 0x66, 0x6d, 0xf2, 0x99, 0xcc, 0xbe, 0x68, 0xd5, 0x33, 0x5b, 0xfa, 0x86, 0xae, 0xd2, 0xc6, 0x50, 0xdd, 0xf0, 0x7d, 0x01, 0x1f, 0x38, 0xe3, 0x53, 0x01, 0x30, 0xe1, 0x54, 0x22, 0x36, 0xae, 0x16, 0x81, 0xed, 0x03, 0xf2, 0x93, 0x49, 0xd2, 0x64, 0x4d, 0x70, 0xf1, 0x2a, 0x37, 0xa6, 0xc6, 0x82, 0x32, 0x26, 0x39, 0x13, 0x0c, 0x17, 0xed, 0xe5, 0xfb, 0xb8, 0xf2, 0x71, 0xe7, 0x73, 0x10, 0xf5, 0x32, 0x2a, 0x42, 0x7a, 0xfe, 0x14, 0x62, 0x9b, 0x5f, 0xc5, 0x96, 0x85, 0x37, 0x8a, 0x0f, 0x30, 0x54, 0x61, 0x18, 0x28, 0xe3, 0xa9, 0x87, 0x09, 0x10, 0x05, 0x4e, 0x5c, 0x8b, 0xb8, 0xc1, 0xf6, 0x09, 0xec, 0xbd, 0xf4, 0x34, 0x3e, 0x0f, 0x9a, 0x38, 0xdc, 0x66, 0x77, 0xa1, 0x5a, 0xea, 0x94, 0xf5, 0xb5, 0xbe, 0x38, 0x27, 0xd0, 0x69, 0x80, 0x1a, 0x5e, 0x49, 0xd5, 0x59, 0x56, 0x0f, 0xaf, 0x32, 0x3e, 0x00, 0x37, 0x90, 0x13, 0x38, 0x58, 0x61, 0x18, 0xcc, 0x8e, 0xef, 0xe1, 0x08, 0x72, 0x22, 0x02, 0xa5, 0xd3, 0x64, 0x8e, 0x48, 0x66, 0xb4, 0x2c, 0x82, 0xe6, 0x0d, 0x0a, 0x26, 0x55, 0x88, 0x07, 0x69, 0xe0, 0x07, 0x49, 0xd7, 0x71, 0xae, 0x3e, 0x7c, 0xd3, 0xac, 0x4d, 0x5e, 0xa1, 0xc7, 0x37, 0xa1, 0x5e, 0x35, 0x80, 0x8f, 0x10, 0xec, 0x7a, 0xfb, 0x55, 0x4d, 0xe0, 0x00, 0x85, 0xa2, 0xb7, 0x1d, 0xdf, 0xe3, 0xb5, 0x09, 0x62, 0x10, 0x2b, 0x68, 0x4e, 0x4c, 0x86, 0xde, 0x15, 0x98, 0x56, 0x39, 0x65, 0xa8, 0x91, 0xea, 0x67, 0x5b, 0x9d, 0xe4, 0xaf, 0x6c, 0x02, 0xe9, 0xf7, 0x7c, 0x5c, 0x14, 0xa0, 0xbd, 0x13, 0x27, 0xbd, 0xf1, 0xba, 0xb6, 0x33, 0x40, 0x62, 0x2f, 0xa6, 0xd5, 0xe0, 0xf3, 0x01, 0x46, 0x4a, 0x40, 0xd8, 0xe2, 0x00, 0x5a, 0x5b, 0xb5, 0xec, 0x7e, 0x72, 0xa9, 0xb2, 0x3c, 0x54, 0xe3, 0xe3, 0x6c, 0xcf, 0xa2, 0xbb, 0xb2, 0x49, 0x3d, 0xfb, 0x51, 0x34, 0x1b, 0xad, 0xc1, 0x3a, 0xd3, 0x90, 0xda, 0xdb, 0x4c, 0xa0, 0x4c, 0xdd, 0x81, 0x3d, 0x27, 0x4e, 0xf4, 0x7e, 0x6b, 0x02, 0x86, 0x9d, 0x98, 0xcd, 0x78, 0x38, 0x9d, 0x18, 0x95, 0x2c, 0x94, 0x0e, 0x89, 0x0b, 0x82, 0xb7, 0xda, 0xcc, 0x24, 0xc9, 0x54, 0xe9, 0xd4, 0xd5, 0x1b, 0x68, 0x67, 0x1f, 0x25, 0x09, 0x07, 0xb8, 0xbf, 0xf8, 0x42, 0x10, 0xb6, 0x49, 0x25, 0x76, 0x10, 0xb0, 0x1f, 0x3f, 0x93, 0x76, 0x3f, 0xc4, 0xb6, 0x87, 0x01, 0x92, 0x0b, 0xc0, 0xf0, 0xa8, 0x08, 0x31, 0x55, 0xc1, 0x2c, 0xb6, 0xb3, 0x58, 0x6a, 0x39, 0x63, 0x19, 0xce, 0x7b, 0x7b, 0x2c, 0x76, 0x2c, 0x7d, 0xb8, 0x9b, 0xfb, 0x56, 0x47, 0xa6, 0x7c, 0xbc, 0x52, 0x29, 0x63, 0x6f, 0xd7, 0x5e, 0x3f, 0x25, 0x24, 0x45, 0x96, 0x04, 0xbe, 0xd4, 0x0c, 0xd5, 0x2d, 0xe4, 0x2e, 0x47, 0xc0, 0xe9, 0xa8, 0xda, 0x5c, 0x00, 0x86, 0x51, 0x08, 0x24, 0x6d, 0xbf, 0xea, 0x39, 0x9e, 0x2d, 0xec, 0xd3, 0x4b, 0xc1, 0x1a, 0x02, 0xa1, 0xd2, 0x5d, 0x1e, 0x84, 0xe6, 0x49, 0x87, 0x5e, 0x65, 0x9d, 0x14, 0x1b, 0xed, 0x13, 0xd9, 0xd9, 0x98, 0x36, 0xf4, 0x93, 0x14, 0x16, 0x1e, 0x49, 0x00, 0x68, 0xbf, 0x11, 0x00, 0x16, 0x36, 0xa5, 0x59, 0x2c, 0x3e, 0xc6, 0x76, 0xf9, 0xf9, 0xb4, 0x6c, 0xdb, 0x25, 0x8a, 0x82, 0xcb, 0xd2, 0x90, 0x42, 0x32, 0x88, 0x5e, 0xfd, 0xcc, 0xb4, 0x93, 0x2a, 0x21, 0xb0, 0x9d, 0x6d, 0xb6, 0x0b, 0x3e, 0xed, 0x77, 0x84, 0xa4, 0x2d, 0xe9, 0xb9, 0x00, 0x0c, 0x33, 0xc5, 0x71, 0x82, 0x3d, 0x9d, 0x7b, 0xec, 0x05, 0x1e, 0x54, 0xe6, 0x2a, 0x22, 0xd5, 0x57, 0x15, 0xc9, 0xe4, 0x0b, 0x14, 0x0d, 0x8a, 0x21, 0xd9, 0x69, 0x27, 0x54, 0xd3, 0xe9, 0x33, 0xb3, 0x0d, 0x42, 0xc0, 0x48, 0xfc, 0x7c, 0xa1, 0x91, 0x26, 0xd5, 0xa8, 0x8c, 0x4f, 0x4d, 0x70, 0x6a, 0x53, 0x7d, 0xe6, 0xcf, 0x6a, 0x60, 0xd4, 0xaa, 0x13, 0x0c, 0xf2, 0xf7, 0x22, 0x83, 0x13, 0x80, 0xde, 0x03, 0x15, 0xca, 0xde, 0x55, 0x0d, 0xcd, 0x16, 0xc9, 0x35, 0xc0, 0x70, 0x50, 0x46, 0xeb, 0xee, 0xd8, 0xd1, 0x8a, 0x25, 0x4f, 0x2d, 0xc9, 0xce, 0x05, 0x70, 0x03, 0x22, 0x7a, 0x30, 0x01, 0xc1, 0x05, 0x28, 0x08, 0xdb, 0xb6, 0x6d, 0xad, 0x07, 0x98, 0xca, 0xac, 0xb7, 0x72, 0xe5, 0x4a, 0x74, 0xee, 0xe9, 0xcc, 0x1c, 0xf5, 0xa9, 0xe1, 0x8c, 0x13, 0x9a, 0xf6, 0xa6, 0x3b, 0xe7, 0x74, 0xdd, 0xba, 0x75, 0x83, 0x05, 0xc2, 0x72, 0x01, 0xa8, 0xfa, 0xd1, 0x08, 0x8c, 0x0a, 0x14, 0xd0, 0xd6, 0xd6, 0x86, 0x67, 0x9f, 0x1d, 0xf2, 0x04, 0xf7, 0x38, 0x40, 0x1b, 0x7b, 0xe9, 0x47, 0x90, 0x04, 0x20, 0xac, 0x59, 0xb3, 0x1a, 0x6b, 0xd6, 0xac, 0x1e, 0xaa, 0xdf, 0x92, 0xd4, 0x58, 0x4f, 0x72, 0x01, 0xa8, 0x6f, 0xd7, 0x13, 0x00, 0x94, 0xcb, 0x95, 0x39, 0x4d, 0xcd, 0xa5, 0x93, 0x00, 0x39, 0x68, 0x88, 0x9f, 0xac, 0x39, 0xc6, 0xef, 0xfa, 0x03, 0x03, 0x62, 0xe6, 0x99, 0x05, 0x8a, 0xda, 0x00, 0x19, 0xd2, 0x6f, 0x4a, 0x44, 0xe5, 0xa4, 0xb2, 0xf7, 0x9e, 0x1a, 0x5a, 0x80, 0x3e, 0x08, 0x21, 0xa0, 0x86, 0xda, 0xf5, 0xbd, 0x08, 0x43, 0x2f, 0xc7, 0x7a, 0x77, 0xe4, 0xfb, 0x7f, 0x5c, 0x97, 0x10, 0x0e, 0x61, 0xbd, 0xbe, 0x8e, 0x49, 0xae, 0x01, 0x86, 0x4f, 0x30, 0xfa, 0x63, 0x4c, 0x2f, 0x6d, 0x9c, 0x03, 0x12, 0x82, 0x7a, 0x37, 0x99, 0x54, 0xa9, 0xfd, 0xda, 0x03, 0x05, 0x73, 0x0d, 0x50, 0x17, 0x93, 0xeb, 0xbd, 0x1f, 0xc8, 0x6e, 0x94, 0x61, 0x38, 0x9f, 0xde, 0xd6, 0x1b, 0xec, 0x7d, 0x1e, 0x06, 0x0e, 0x51, 0x38, 0xc2, 0x5b, 0x3d, 0x1b, 0xa2, 0xfa, 0xbd, 0x03, 0x15, 0x3a, 0x1a, 0xe4, 0x7b, 0x73, 0x1c, 0x60, 0x98, 0xb5, 0xda, 0x40, 0x18, 0x39, 0x94, 0xb5, 0xa8, 0x8e, 0xf5, 0xf6, 0xa9, 0xa6, 0x6e, 0x44, 0x01, 0x90, 0x01, 0xbc, 0x46, 0x86, 0xa8, 0x66, 0x65, 0x00, 0xeb, 0xf4, 0xb6, 0xde, 0x70, 0x7d, 0xa7, 0x41, 0x51, 0xd4, 0x20, 0xbb, 0x7d, 0xb8, 0x54, 0xea, 0x50, 0x6d, 0xee, 0x40, 0xd6, 0x95, 0x61, 0x5c, 0x77, 0xbf, 0x15, 0x80, 0xc1, 0x32, 0x7f, 0x20, 0x4e, 0x60, 0x5f, 0x9e, 0x7a, 0xad, 0x88, 0x61, 0x20, 0x2a, 0x7e, 0x20, 0x42, 0xf0, 0x81, 0x08, 0x45, 0x23, 0x08, 0xc0, 0x70, 0x3b, 0x53, 0xfd, 0xc5, 0xe5, 0x03, 0x39, 0x8f, 0xa1, 0xe2, 0x00, 0x1f, 0xb8, 0x26, 0x68, 0x14, 0x01, 0x18, 0x08, 0xd3, 0x07, 0xc2, 0x90, 0xfe, 0x98, 0x20, 0x43, 0x88, 0xfb, 0xfb, 0xd3, 0x3a, 0x52, 0xa7, 0x56, 0xca, 0x05, 0x60, 0x88, 0x3b, 0x70, 0x30, 0x4c, 0xe9, 0x4d, 0xed, 0x0f, 0xc6, 0x7b, 0x97, 0x61, 0xd4, 0x40, 0xfb, 0xbd, 0x00, 0xf4, 0xc7, 0x7c, 0x1a, 0x84, 0x00, 0xf4, 0xb7, 0x0b, 0x87, 0x2a, 0x6c, 0x03, 0x5d, 0x2f, 0x17, 0x80, 0x7d, 0x14, 0x4a, 0xca, 0x08, 0xae, 0x27, 0xfb, 0x62, 0xb7, 0x34, 0x3a, 0xd1, 0x30, 0x08, 0xc1, 0x87, 0x79, 0xbd, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x9c, 0x72, 0xca, 0x29, 0xa7, 0x80, 0xfe, 0x1f, 0xea, 0x32, 0x0f, 0x10, 0xda, 0x5b, 0xc6, 0x35, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_startstop_128_png_len = 7091; unsigned char media_playback_startstop_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x2d, 0xa8, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x79, 0xb8, 0x5d, 0x55, 0x95, 0xe7, 0x6f, 0xed, 0x73, 0xdf, 0x7b, 0x19, 0x21, 0x18, 0x41, 0x11, 0xf1, 0xc3, 0x02, 0x02, 0x61, 0xb4, 0xd0, 0xa2, 0x18, 0x64, 0x30, 0x10, 0x44, 0x05, 0x9a, 0xb2, 0xba, 0xea, 0x2b, 0xbf, 0x6a, 0xed, 0xf2, 0xd3, 0xfe, 0xba, 0xaa, 0x6c, 0x11, 0xcb, 0x2a, 0x45, 0xbb, 0x6c, 0x52, 0xed, 0xd0, 0xb4, 0x56, 0x89, 0x16, 0x96, 0x63, 0x7f, 0x44, 0x28, 0x10, 0x78, 0x40, 0x06, 0x99, 0x33, 0x0b, 0x46, 0x04, 0xba, 0x05, 0x65, 0xc8, 0x00, 0x21, 0x09, 0x49, 0x48, 0x20, 0xf3, 0x7b, 0x2f, 0xef, 0xbd, 0x3b, 0x9c, 0xbd, 0xfa, 0x8f, 0x73, 0xf6, 0xde, 0x6b, 0xef, 0x73, 0xee, 0x1b, 0xef, 0x4b, 0xf2, 0x92, 0xbd, 0xf8, 0x2e, 0xb9, 0xef, 0x9e, 0x73, 0xef, 0xdd, 0xf7, 0x9c, 0xb5, 0xf6, 0xfa, 0xad, 0x19, 0x88, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0xd2, 0xc1, 0x4c, 0x34, 0x9e, 0x16, 0x7b, 0xdf, 0x82, 0x7b, 0xae, 0x26, 0xf0, 0x97, 0x00, 0xac, 0x4d, 0xc0, 0x37, 0x5e, 0x7b, 0xed, 0xc7, 0x36, 0xc5, 0x5b, 0x18, 0xe9, 0xb0, 0x10, 0x80, 0xe5, 0xcb, 0x97, 0x57, 0x76, 0xef, 0x7d, 0x63, 0x27, 0x03, 0x47, 0xe4, 0x2f, 0xf5, 0x82, 0xf9, 0xdb, 0xed, 0x95, 0x29, 0xdf, 0xba, 0xfa, 0xea, 0xab, 0x7b, 0xe3, 0xad, 0x8c, 0x34, 0x12, 0x52, 0xe3, 0x65, 0xa1, 0x7b, 0xf6, 0xec, 0x99, 0x22, 0x98, 0x1f, 0x00, 0x26, 0x81, 0xe8, 0xc6, 0x5a, 0xba, 0x6f, 0xed, 0xbc, 0x05, 0x77, 0x7f, 0x82, 0x99, 0x29, 0xde, 0xce, 0x48, 0x87, 0xac, 0x00, 0x0c, 0x40, 0xc7, 0x31, 0x70, 0xdb, 0xbc, 0x85, 0xf7, 0x3c, 0x31, 0x7f, 0x7e, 0xe7, 0x7b, 0xe3, 0x2d, 0x8d, 0x74, 0xb8, 0x09, 0x80, 0xa1, 0x0b, 0x35, 0xe9, 0x67, 0xee, 0x5f, 0x70, 0xf7, 0xed, 0x9d, 0x0f, 0x75, 0xbe, 0x3d, 0xde, 0xda, 0x48, 0x87, 0xb4, 0x00, 0xcc, 0x3c, 0xf5, 0x74, 0xcc, 0x38, 0xf9, 0x54, 0x10, 0x51, 0x68, 0xd3, 0x7c, 0xbc, 0x52, 0xd7, 0x6b, 0xee, 0x9f, 0x7f, 0xcf, 0x17, 0x1f, 0x7e, 0xf8, 0xe1, 0x8e, 0x78, 0x8b, 0x23, 0x1d, 0x92, 0x02, 0x30, 0x71, 0xe2, 0x24, 0x9c, 0x71, 0xda, 0xd9, 0xb8, 0xe2, 0xf2, 0x0f, 0xe3, 0xd8, 0x63, 0x8f, 0xf3, 0x8e, 0x31, 0x70, 0x04, 0x88, 0xff, 0x77, 0x5f, 0xad, 0xeb, 0x85, 0x79, 0x0b, 0xef, 0xfe, 0xb3, 0x78, 0x9b, 0x23, 0x1d, 0xb2, 0x10, 0x68, 0xf2, 0xa4, 0x29, 0x38, 0xff, 0xdc, 0xf7, 0xe3, 0xe2, 0xf7, 0x7f, 0x00, 0x93, 0xa7, 0x4c, 0x0d, 0x0f, 0x9f, 0xc4, 0x8c, 0xce, 0xfb, 0xe7, 0xdf, 0xb3, 0xf4, 0xbe, 0x85, 0x3f, 0x3f, 0x2b, 0xde, 0xee, 0x48, 0x87, 0xac, 0x0d, 0xf0, 0xd6, 0xe9, 0xc7, 0x60, 0xf6, 0x07, 0xae, 0xc4, 0xfb, 0xce, 0x39, 0x17, 0x6d, 0x95, 0x36, 0xff, 0x20, 0xf1, 0x2c, 0x62, 0xf5, 0xec, 0xfd, 0x0b, 0xee, 0xbe, 0xbd, 0xb3, 0xb3, 0xf3, 0xe8, 0x78, 0xdb, 0x23, 0x1d, 0x8a, 0x46, 0x30, 0x94, 0x52, 0x78, 0xd7, 0xf1, 0xef, 0xc6, 0x95, 0x57, 0x5c, 0x85, 0x53, 0x66, 0xcc, 0x2c, 0xfb, 0xad, 0x1f, 0x4f, 0xda, 0xf5, 0x9a, 0x79, 0x0b, 0xee, 0xfa, 0x52, 0x67, 0x67, 0x67, 0x7b, 0xbc, 0xfd, 0x91, 0xd4, 0xa1, 0xf8, 0xa3, 0xda, 0xda, 0xda, 0x71, 0xfa, 0xcc, 0xb3, 0x30, 0xfb, 0xb2, 0x0f, 0xe1, 0xe8, 0xa3, 0x8f, 0x09, 0x0f, 0x1f, 0xc5, 0xa0, 0x9b, 0x2a, 0xed, 0xfa, 0xf7, 0xf7, 0x2d, 0xb8, 0xe7, 0xc3, 0x91, 0x05, 0xa2, 0x00, 0x1c, 0x12, 0xb4, 0x7b, 0xef, 0x2e, 0x30, 0xb3, 0xf7, 0xda, 0xd4, 0x29, 0x47, 0xe0, 0xfd, 0xe7, 0x5f, 0x8a, 0x0b, 0xce, 0xbf, 0x08, 0x93, 0x26, 0x4e, 0x0c, 0x0d, 0xe5, 0x53, 0x08, 0xfc, 0xd0, 0xfd, 0x0b, 0xee, 0x5e, 0xdc, 0xb9, 0xa0, 0xf3, 0xb4, 0xc8, 0x0a, 0x51, 0x00, 0xc6, 0x35, 0x6d, 0x7b, 0xf3, 0x75, 0xbc, 0xb2, 0x7e, 0x35, 0xba, 0x7b, 0xba, 0x7c, 0xf8, 0x4f, 0x84, 0xb7, 0x1f, 0xf3, 0x0e, 0xcc, 0xbe, 0xec, 0x23, 0x78, 0xcf, 0xd9, 0xef, 0x45, 0x92, 0x24, 0xe1, 0x5b, 0x2f, 0x4f, 0xa0, 0x9f, 0xbb, 0x6f, 0xc1, 0x3d, 0xdf, 0xeb, 0xec, 0xec, 0x3c, 0x32, 0xb2, 0x44, 0x14, 0x80, 0x71, 0x4b, 0xd5, 0x5a, 0x15, 0x1b, 0x37, 0xbf, 0x8a, 0x0d, 0x9b, 0xd6, 0xa1, 0x5a, 0xed, 0xf7, 0x8e, 0x25, 0x49, 0x82, 0x3f, 0x38, 0xe1, 0x24, 0x7c, 0x70, 0xf6, 0x55, 0x78, 0xf7, 0x09, 0x27, 0x16, 0x50, 0x13, 0x81, 0xaf, 0x4b, 0xda, 0xd3, 0x75, 0xf7, 0x2d, 0xbc, 0xfb, 0x73, 0x9d, 0x9d, 0x9d, 0x49, 0x64, 0x8d, 0x28, 0x00, 0xe3, 0x96, 0x7a, 0xf6, 0x75, 0xe3, 0x95, 0x0d, 0x6b, 0xb0, 0xf5, 0x8d, 0x2d, 0x48, 0xd3, 0xd4, 0x3b, 0x36, 0xa1, 0x63, 0x02, 0xfe, 0xf0, 0xec, 0xf7, 0xe1, 0xf2, 0x59, 0x1f, 0xc4, 0xf4, 0xe9, 0x6f, 0x0d, 0xde, 0x49, 0xd3, 0x89, 0xf1, 0xdd, 0xa4, 0x4d, 0x3f, 0x7d, 0xef, 0x82, 0xbb, 0x2e, 0x8a, 0xec, 0x11, 0x05, 0x60, 0xdc, 0x12, 0x33, 0x63, 0xe7, 0xee, 0xed, 0x58, 0xfb, 0xea, 0x4b, 0xd8, 0xb9, 0x7b, 0x3b, 0x18, 0xbe, 0x7d, 0x70, 0xc4, 0xd4, 0x69, 0xb8, 0xf8, 0xc2, 0x59, 0x38, 0xef, 0xdc, 0x0b, 0x31, 0x61, 0xc2, 0x84, 0x40, 0x0e, 0x70, 0x8e, 0x02, 0x3d, 0x7e, 0xdf, 0xc2, 0xbb, 0x1f, 0x98, 0x3f, 0xff, 0xae, 0x13, 0x22, 0x9b, 0x44, 0x01, 0x18, 0x37, 0x4c, 0xaf, 0xb5, 0x46, 0x9a, 0xa6, 0x68, 0x34, 0x1a, 0xa8, 0xd7, 0xeb, 0xe8, 0xeb, 0xeb, 0xc7, 0xc6, 0xd7, 0xd6, 0xe3, 0xa5, 0x35, 0xcf, 0xa3, 0xab, 0x7b, 0x6f, 0xc1, 0x3e, 0x78, 0xc7, 0xb1, 0xef, 0xc4, 0x15, 0x97, 0x7d, 0x04, 0x67, 0x9c, 0x7e, 0x56, 0x98, 0x56, 0x01, 0x62, 0x5c, 0xa5, 0x89, 0x5e, 0xba, 0x7f, 0xc1, 0x3d, 0x37, 0x2d, 0x5c, 0xb8, 0x70, 0x6a, 0x64, 0x97, 0x28, 0x00, 0x07, 0x0d, 0x69, 0xad, 0xbd, 0xbf, 0xbb, 0xbb, 0xbb, 0xd1, 0xd3, 0xd3, 0x83, 0xde, 0xde, 0x5e, 0xf4, 0xf7, 0xf7, 0xa3, 0x56, 0xad, 0xa1, 0x51, 0x6f, 0x20, 0x4d, 0x53, 0x68, 0xd6, 0xe8, 0xef, 0xef, 0xc3, 0x2b, 0xeb, 0xd7, 0x60, 0xdd, 0x86, 0xb5, 0xa8, 0xd5, 0xaa, 0xde, 0x7b, 0x2b, 0x95, 0x0a, 0x66, 0x9c, 0x34, 0x13, 0x1f, 0x9c, 0xfd, 0x11, 0xbc, 0xf3, 0x9d, 0xc7, 0x87, 0x5f, 0x35, 0x11, 0xe0, 0x2f, 0x35, 0xb8, 0x6f, 0x55, 0x4c, 0xbb, 0x8e, 0x02, 0x70, 0x50, 0xed, 0xf6, 0x1e, 0x13, 0x27, 0x09, 0x2a, 0x95, 0x36, 0x24, 0x49, 0x05, 0x49, 0x92, 0x20, 0xa9, 0xe4, 0x8f, 0x44, 0x65, 0x7f, 0x27, 0x09, 0x94, 0x52, 0xe8, 0xe9, 0xe9, 0xc6, 0xea, 0x97, 0x5f, 0xc4, 0x96, 0x6d, 0x9b, 0xa1, 0xb5, 0x6f, 0x1f, 0x4c, 0x9a, 0x38, 0x19, 0xe7, 0xbe, 0xf7, 0x02, 0xcc, 0xba, 0xf4, 0x0a, 0x4c, 0x9b, 0x36, 0x2d, 0xfc, 0xca, 0x2c, 0xed, 0x7a, 0xc1, 0x3d, 0x4f, 0xcd, 0x9b, 0xd7, 0x79, 0x7e, 0x64, 0x9d, 0x28, 0x00, 0x07, 0x94, 0x28, 0x28, 0x66, 0xab, 0x54, 0x2a, 0x48, 0x12, 0x85, 0x4a, 0x25, 0xf1, 0x18, 0x3e, 0x51, 0x09, 0x14, 0x29, 0x10, 0x29, 0x28, 0xa5, 0x40, 0x8a, 0x40, 0x8a, 0xb0, 0x6b, 0xf7, 0x76, 0xac, 0x7d, 0x75, 0x35, 0x76, 0xed, 0xd9, 0x51, 0xf8, 0xec, 0x69, 0x47, 0x1e, 0x85, 0x4b, 0x2f, 0x9e, 0x8d, 0x73, 0xdf, 0x77, 0x3e, 0x3a, 0xda, 0xdb, 0xc3, 0x2f, 0xfe, 0x23, 0x56, 0x7a, 0x65, 0x4c, 0xbb, 0x8e, 0x02, 0xb0, 0x9f, 0x69, 0x0f, 0xb4, 0xd6, 0xf6, 0x11, 0x16, 0x73, 0x4a, 0x66, 0x57, 0x2a, 0xf1, 0x18, 0x5e, 0x25, 0x0a, 0x4a, 0x51, 0xf6, 0x37, 0x11, 0x88, 0x08, 0x8a, 0x14, 0x1a, 0xf5, 0x3a, 0x5e, 0xdf, 0xb6, 0x19, 0xeb, 0x36, 0xac, 0x45, 0x6f, 0xdf, 0x3e, 0xff, 0xf3, 0x48, 0xe1, 0x9d, 0xc7, 0xbd, 0x0b, 0x57, 0xcc, 0xbe, 0x0a, 0xa7, 0xcd, 0x3c, 0x03, 0x0c, 0x96, 0xdf, 0x4f, 0x5a, 0xeb, 0x8f, 0x53, 0x7f, 0xe3, 0x95, 0x7b, 0xef, 0xbf, 0x73, 0xce, 0xdc, 0xb9, 0x73, 0x27, 0x44, 0x56, 0x8a, 0x02, 0x30, 0xf6, 0xb0, 0x47, 0xb3, 0x7d, 0x14, 0x34, 0x02, 0xf9, 0xcc, 0x9e, 0x24, 0x19, 0xb3, 0x1b, 0xa6, 0x57, 0xa4, 0x00, 0xce, 0x0c, 0x5f, 0x66, 0xce, 0xbc, 0x42, 0xb9, 0x10, 0xf5, 0xf5, 0xf7, 0xe2, 0xd5, 0x8d, 0x2f, 0x63, 0xd3, 0x96, 0x0d, 0xa8, 0xd7, 0x6b, 0xde, 0xe7, 0xb6, 0x55, 0xda, 0x70, 0xea, 0x8c, 0xd3, 0x71, 0xe5, 0xec, 0xab, 0x70, 0xec, 0xb1, 0xef, 0xf4, 0xd6, 0xc0, 0xcc, 0x93, 0x99, 0x71, 0xe3, 0xe4, 0xa9, 0xed, 0xcf, 0xdf, 0x7b, 0xef, 0x9d, 0x31, 0xed, 0x3a, 0x0a, 0xc0, 0x18, 0x1b, 0xbe, 0xac, 0xed, 0xa3, 0xf0, 0x43, 0x12, 0x7f, 0x77, 0x37, 0xcc, 0x6e, 0x85, 0x47, 0x30, 0x7c, 0xe8, 0xed, 0x31, 0xb4, 0xb7, 0x7b, 0x0f, 0x5e, 0x5e, 0xbf, 0x1a, 0x6f, 0xee, 0xd8, 0x06, 0x0e, 0xbe, 0x63, 0xf2, 0xa4, 0x29, 0xb8, 0xf0, 0xbc, 0x8b, 0x30, 0xeb, 0x03, 0xb3, 0x31, 0xf5, 0x88, 0x23, 0xbc, 0xb5, 0x68, 0xd6, 0x27, 0xa5, 0xd0, 0x9d, 0xf7, 0xdc, 0xfb, 0xef, 0x4b, 0x7f, 0x7e, 0xdf, 0x6d, 0x31, 0xed, 0x3a, 0x0a, 0xc0, 0x58, 0x00, 0x20, 0xf8, 0x10, 0xa8, 0xa0, 0x1e, 0xfc, 0xdd, 0x3d, 0xf4, 0xfb, 0x0f, 0xc7, 0xbb, 0xf4, 0xe6, 0x8e, 0x6d, 0x58, 0xfb, 0xea, 0x2a, 0xec, 0xd9, 0xbb, 0xab, 0x70, 0x7c, 0xfa, 0x5b, 0x8e, 0xc6, 0x15, 0x97, 0x7d, 0x18, 0x7f, 0x7c, 0xee, 0xf9, 0x48, 0x92, 0xc4, 0x5b, 0x53, 0xaa, 0xf5, 0x2c, 0xa4, 0x78, 0xf6, 0xce, 0xbb, 0x6f, 0xbb, 0xbd, 0xb3, 0xf3, 0xd6, 0x98, 0x76, 0x1d, 0x05, 0xa0, 0xb5, 0x12, 0xa0, 0x35, 0xdb, 0x47, 0x81, 0xbf, 0x83, 0xdd, 0xbd, 0xd9, 0x2e, 0x6f, 0x0c, 0x68, 0xa3, 0x2d, 0x9a, 0x3d, 0x1a, 0x8d, 0x06, 0xb6, 0x6c, 0xdb, 0x84, 0x0d, 0x9b, 0xd6, 0xa1, 0xbf, 0xda, 0x57, 0xb0, 0x37, 0x4e, 0x78, 0xd7, 0x89, 0xf8, 0x0f, 0x57, 0xfd, 0x29, 0x4e, 0x3b, 0xed, 0x4c, 0x6f, 0x5d, 0x5a, 0xb3, 0x62, 0xe6, 0x8f, 0xd7, 0x52, 0xb5, 0xe6, 0xce, 0xbb, 0x6e, 0x8b, 0x69, 0xd7, 0x51, 0x00, 0x5a, 0x68, 0x03, 0xb0, 0x76, 0x8f, 0x92, 0x1d, 0x7e, 0x70, 0xc6, 0x56, 0xb9, 0x47, 0x88, 0x86, 0xfc, 0xe8, 0xed, 0xdb, 0x87, 0x57, 0x37, 0xbe, 0x82, 0x2d, 0xdb, 0x36, 0xa3, 0x91, 0x36, 0x7c, 0xfb, 0xa0, 0xad, 0x1d, 0x67, 0x9f, 0xf1, 0x87, 0xb8, 0xe6, 0xaa, 0x6b, 0x71, 0xec, 0xb1, 0xc7, 0xfa, 0xeb, 0x63, 0x7d, 0x94, 0xe6, 0xf4, 0xa6, 0x6a, 0xa3, 0xe7, 0xf7, 0xb7, 0xdf, 0x39, 0x37, 0xa6, 0x5d, 0x47, 0x01, 0x68, 0x81, 0x0d, 0x30, 0x00, 0x04, 0x1a, 0x8c, 0xf1, 0x33, 0xe6, 0xcf, 0xff, 0x56, 0x03, 0x9f, 0x57, 0x7c, 0x10, 0xba, 0xba, 0xf7, 0xe0, 0xd5, 0x0d, 0x2f, 0x67, 0x69, 0x15, 0x85, 0xb4, 0xeb, 0x23, 0x31, 0xeb, 0x92, 0x2b, 0x70, 0xc5, 0xe5, 0x1f, 0xc6, 0xe4, 0xc9, 0x93, 0xbd, 0x75, 0x6a, 0xad, 0x4f, 0x61, 0x4e, 0x1f, 0xba, 0xed, 0x8e, 0x9f, 0x2e, 0xbe, 0xe3, 0x8e, 0x5b, 0x63, 0xda, 0x75, 0x14, 0x80, 0xd1, 0x08, 0x80, 0x80, 0x40, 0x43, 0x16, 0x00, 0xe3, 0x05, 0x1a, 0x0a, 0xd3, 0x93, 0x30, 0xa4, 0x8b, 0x0f, 0x66, 0x8d, 0x1d, 0x3b, 0xdf, 0xc4, 0x86, 0xd7, 0x5e, 0x29, 0xa4, 0x5d, 0x03, 0xc0, 0x31, 0x47, 0xbf, 0x0d, 0xd7, 0x5c, 0xf5, 0xa7, 0xb8, 0xe0, 0xbc, 0x8b, 0xa0, 0x54, 0x12, 0x40, 0x23, 0x5c, 0x5e, 0xd7, 0xe9, 0x73, 0xb7, 0xde, 0xfe, 0xd3, 0xef, 0xfd, 0xb8, 0xf3, 0xc7, 0x31, 0xed, 0x3a, 0x0a, 0xc0, 0x08, 0x20, 0x90, 0xd6, 0xf6, 0x51, 0xf8, 0x21, 0x86, 0x79, 0x11, 0x32, 0x76, 0x33, 0xe6, 0x2f, 0x32, 0xbd, 0x64, 0xfc, 0x81, 0x34, 0x4a, 0xad, 0x5e, 0xc3, 0x96, 0xad, 0xaf, 0x61, 0xd3, 0x96, 0x0d, 0xa8, 0xd6, 0x82, 0xb4, 0x6b, 0x95, 0xe0, 0xa4, 0x13, 0x67, 0xe0, 0x3f, 0x7e, 0xf4, 0x2f, 0x70, 0xea, 0x29, 0x33, 0xbd, 0x35, 0xb3, 0xd6, 0x6d, 0xd0, 0xfa, 0xba, 0xb6, 0x5e, 0xac, 0x9b, 0x7b, 0xdb, 0x4f, 0x62, 0xda, 0x75, 0x14, 0x80, 0xe1, 0x59, 0xc1, 0x9e, 0x1b, 0x34, 0x80, 0x21, 0x65, 0xbb, 0x3e, 0x0d, 0x83, 0xf1, 0x29, 0x33, 0x32, 0x6c, 0x32, 0x5d, 0x9a, 0xa6, 0xa8, 0xd7, 0xeb, 0xa8, 0xd5, 0x6a, 0xa8, 0xd5, 0x1a, 0xa8, 0x55, 0xeb, 0xa8, 0x56, 0x6b, 0xf6, 0x51, 0xaf, 0x37, 0xb0, 0x67, 0xef, 0x1e, 0xbc, 0xf2, 0xea, 0x5a, 0xbc, 0xbe, 0xb5, 0x68, 0x1f, 0x4c, 0xe8, 0x98, 0x80, 0xf3, 0xce, 0xbd, 0x10, 0x1f, 0xbd, 0xf6, 0xcf, 0xf1, 0xb6, 0xb7, 0xbf, 0x3d, 0x74, 0x9b, 0x4e, 0x4f, 0x75, 0xfa, 0xdd, 0xbd, 0xfb, 0x76, 0x3e, 0xfd, 0xd3, 0xb9, 0x3f, 0x88, 0x69, 0xd7, 0x07, 0x90, 0xc6, 0x4d, 0x62, 0xd7, 0xdc, 0xb9, 0x37, 0x4f, 0xab, 0xeb, 0x8e, 0xdd, 0xe6, 0xef, 0x0f, 0x5c, 0x72, 0x19, 0x4e, 0xfc, 0x83, 0x93, 0xed, 0xf1, 0x57, 0x37, 0xae, 0x75, 0xb9, 0xff, 0xb9, 0x07, 0x88, 0x99, 0x01, 0xe6, 0xcc, 0x35, 0xca, 0x0c, 0xe6, 0xdc, 0x8e, 0x60, 0x06, 0x21, 0x8b, 0x0d, 0x98, 0x73, 0x3c, 0x53, 0x3a, 0x17, 0x0a, 0x29, 0x5c, 0x52, 0xc8, 0x42, 0xc3, 0x1b, 0xc8, 0x0a, 0x6e, 0xde, 0x3a, 0xfd, 0x18, 0x1c, 0x35, 0xed, 0xa8, 0xc2, 0x65, 0x65, 0x66, 0xbc, 0xbe, 0x75, 0x33, 0x1e, 0x7f, 0x62, 0x05, 0xf6, 0xf5, 0xee, 0x2b, 0xfb, 0x79, 0x0f, 0xa6, 0x8a, 0x3e, 0xfb, 0x37, 0x9f, 0xfc, 0x9b, 0x0d, 0x91, 0x25, 0xa3, 0x00, 0x34, 0x15, 0x80, 0x5a, 0xa3, 0xcd, 0x0a, 0xc0, 0xa5, 0x97, 0x5c, 0x86, 0x93, 0x4f, 0x9a, 0x91, 0xf9, 0x82, 0x18, 0x58, 0xb5, 0xf6, 0x05, 0x34, 0x1a, 0x75, 0x68, 0xcd, 0x79, 0xda, 0x02, 0xbb, 0x9d, 0x3d, 0x60, 0x5e, 0x52, 0x64, 0x7f, 0xbc, 0x7b, 0x9d, 0x86, 0xcc, 0xec, 0xe1, 0x95, 0x93, 0xe7, 0xb5, 0xb7, 0xb7, 0xe3, 0xe8, 0xe9, 0x6f, 0xc3, 0xa4, 0x89, 0x93, 0x0b, 0xe7, 0xa5, 0x69, 0x8a, 0xb5, 0x2f, 0xaf, 0xc2, 0x93, 0x4f, 0xae, 0x2c, 0x33, 0xe4, 0xfb, 0x88, 0xf0, 0xaf, 0x09, 0x4d, 0xfc, 0xc6, 0xa7, 0x3e, 0xf5, 0xa9, 0xee, 0xc8, 0x9a, 0x11, 0x02, 0x05, 0x00, 0xc8, 0x37, 0x82, 0x1b, 0x8d, 0x46, 0xc6, 0xec, 0x59, 0x4a, 0x02, 0xd2, 0x46, 0x8a, 0x34, 0xcd, 0x76, 0x79, 0x02, 0xa1, 0x52, 0x49, 0x50, 0xc9, 0x93, 0xe3, 0xb2, 0x44, 0xb9, 0x2c, 0x41, 0xae, 0xf8, 0x3c, 0x7b, 0x54, 0xf2, 0x47, 0xa2, 0x92, 0x2c, 0xa7, 0x28, 0xcf, 0x27, 0x32, 0x39, 0x45, 0x5e, 0x5e, 0x91, 0x78, 0x98, 0xa4, 0x3b, 0xa5, 0xb2, 0xe7, 0x69, 0x9a, 0x62, 0xdb, 0x9b, 0xaf, 0xe3, 0x8d, 0xed, 0x5b, 0x51, 0x6f, 0xd4, 0xb3, 0x78, 0x45, 0xfe, 0x48, 0x54, 0x82, 0x99, 0xa7, 0x9c, 0x81, 0x8f, 0xfd, 0xc5, 0x27, 0x70, 0xf2, 0x8c, 0x53, 0xc2, 0xf8, 0xc1, 0xc4, 0x34, 0xe5, 0x2f, 0xd5, 0x1a, 0xbd, 0xab, 0x7e, 0xf4, 0xa3, 0x7f, 0x8d, 0x69, 0xd7, 0x51, 0x03, 0xf8, 0x74, 0xf3, 0xdc, 0x9b, 0xa7, 0xb5, 0x57, 0x95, 0xd5, 0x00, 0x97, 0x5c, 0x3c, 0x0b, 0xa7, 0x9c, 0x7c, 0xaa, 0xfd, 0x05, 0xab, 0xd7, 0xbe, 0x68, 0x77, 0x55, 0x22, 0x02, 0x28, 0x33, 0x8c, 0x9b, 0xed, 0xec, 0xfe, 0x6e, 0x4e, 0x65, 0x4f, 0xc5, 0xce, 0x9e, 0x9d, 0x6d, 0x34, 0x47, 0xb8, 0xeb, 0x7b, 0x9a, 0x82, 0xcd, 0x87, 0x64, 0xb0, 0x6a, 0xea, 0xe4, 0x23, 0x30, 0xed, 0xc8, 0xa3, 0x40, 0xa4, 0xdc, 0xd5, 0xce, 0x11, 0xd7, 0x9e, 0xae, 0xdd, 0x58, 0xf1, 0xcb, 0x65, 0x78, 0xe3, 0x8d, 0x6d, 0x25, 0x16, 0x3f, 0x9e, 0x61, 0xd2, 0x9f, 0xfb, 0x6f, 0x7f, 0xfd, 0xf9, 0x27, 0x23, 0x9b, 0x46, 0x01, 0xc0, 0xcd, 0x37, 0xdf, 0x3c, 0xad, 0xad, 0x03, 0x0e, 0x02, 0x5d, 0x7a, 0x59, 0x26, 0x00, 0xf9, 0xcf, 0x78, 0x65, 0xfd, 0x1a, 0x6b, 0x03, 0x18, 0x86, 0x54, 0x4a, 0x15, 0xd2, 0xa6, 0x61, 0x98, 0x9f, 0x9a, 0x31, 0xbb, 0xb0, 0x03, 0xe4, 0xb1, 0x26, 0x79, 0x44, 0x24, 0xed, 0x0d, 0x73, 0x12, 0xbb, 0xcf, 0xd6, 0xcc, 0x48, 0x92, 0x04, 0x47, 0x1e, 0x31, 0x0d, 0x53, 0x26, 0x4d, 0x29, 0xb5, 0x0f, 0x36, 0xbf, 0xfe, 0x1a, 0x96, 0x2e, 0x5b, 0x8c, 0xbe, 0xbe, 0xbe, 0x82, 0x18, 0x30, 0x70, 0x47, 0xc2, 0xf5, 0x2f, 0x7e, 0xe6, 0x33, 0x5f, 0xdc, 0x16, 0xd9, 0xf5, 0x30, 0x17, 0x80, 0xa4, 0x8d, 0xad, 0x00, 0xcc, 0x9a, 0x75, 0x39, 0x66, 0x58, 0x01, 0x00, 0x36, 0x6c, 0x5c, 0xe7, 0xe3, 0xea, 0x82, 0x21, 0xeb, 0x7e, 0xb2, 0x12, 0x0c, 0x5d, 0xd8, 0xe9, 0x43, 0xc6, 0x17, 0x57, 0xa9, 0x94, 0xd9, 0xc5, 0x67, 0x9b, 0x00, 0x99, 0x3d, 0x2f, 0xb7, 0x43, 0xcc, 0xa6, 0xdf, 0xd6, 0xd6, 0x8e, 0x69, 0x47, 0x4c, 0x43, 0x7b, 0x7b, 0xb1, 0x69, 0x75, 0xa3, 0xd1, 0xc0, 0xaa, 0x55, 0x2f, 0xe2, 0xd7, 0x4f, 0xfe, 0xaa, 0xcc, 0x3e, 0xd8, 0xc7, 0xcc, 0xff, 0x7c, 0xc4, 0x94, 0xee, 0x9b, 0x3e, 0xf9, 0xc9, 0x39, 0xfd, 0x91, 0x6d, 0x0f, 0x43, 0x1b, 0x20, 0xdb, 0x4d, 0xa5, 0x1b, 0x14, 0xde, 0x43, 0xa9, 0x04, 0xa4, 0x14, 0x48, 0xe5, 0xf8, 0x5c, 0xb9, 0xb4, 0xe8, 0x24, 0x31, 0x18, 0xbd, 0x82, 0x4a, 0x80, 0xd9, 0x33, 0x0c, 0x9f, 0xb8, 0x4a, 0x32, 0x71, 0xcc, 0x16, 0xd0, 0xe4, 0xb6, 0x80, 0x11, 0x90, 0x2c, 0xc5, 0x3a, 0x63, 0x7c, 0xa5, 0xc8, 0xd3, 0x38, 0x5e, 0xcd, 0x81, 0x97, 0xa1, 0x4a, 0x48, 0x1b, 0x75, 0xec, 0xd8, 0xb5, 0x1d, 0xbb, 0xf7, 0xec, 0x44, 0xda, 0x68, 0x64, 0xfb, 0x7b, 0xfe, 0xa8, 0x24, 0x09, 0xce, 0x3c, 0xe3, 0x2c, 0xfc, 0xa7, 0xbf, 0xfc, 0xcf, 0x38, 0xe9, 0xc4, 0x93, 0x43, 0xb7, 0xe9, 0x64, 0x06, 0xdf, 0xb8, 0xb7, 0x67, 0xca, 0x0b, 0xdf, 0xbd, 0xe5, 0x5f, 0x62, 0xda, 0xf5, 0xe1, 0xaa, 0x01, 0x58, 0xd5, 0xad, 0x06, 0x98, 0x7d, 0xf9, 0x07, 0x3d, 0x0d, 0xb0, 0x79, 0xcb, 0x46, 0x2f, 0x3f, 0x88, 0x48, 0x65, 0x3f, 0x8e, 0xdc, 0xdf, 0xd2, 0xf3, 0x13, 0xbe, 0x6e, 0x01, 0x47, 0x08, 0x6f, 0x28, 0x7b, 0xd9, 0x4b, 0xad, 0x66, 0x1e, 0x30, 0xd9, 0x2e, 0x04, 0xf3, 0xa5, 0x89, 0xa9, 0x44, 0x98, 0x3c, 0x69, 0x4a, 0x06, 0x8b, 0x4a, 0x3e, 0x6b, 0xe7, 0xce, 0x1d, 0x58, 0xbc, 0xec, 0x31, 0xec, 0xd8, 0xbe, 0xbd, 0xec, 0x23, 0x97, 0x29, 0xd0, 0xe7, 0xaf, 0xbf, 0xfe, 0x1f, 0x7e, 0x1f, 0x59, 0xf8, 0x30, 0x12, 0x00, 0x8d, 0x9a, 0x15, 0x80, 0x2b, 0x66, 0x5f, 0x89, 0x19, 0x33, 0x9c, 0x00, 0x6c, 0xdd, 0xb6, 0x19, 0x9a, 0xb5, 0xef, 0xd2, 0xf4, 0x0c, 0x57, 0x07, 0x6f, 0x6c, 0x2e, 0x8f, 0x60, 0x3c, 0x25, 0xe0, 0x8d, 0x84, 0x44, 0x8c, 0xe1, 0x30, 0xfb, 0xc0, 0x72, 0x10, 0x4a, 0x02, 0x23, 0xf3, 0x0c, 0x4d, 0x99, 0x3c, 0x15, 0x13, 0x3a, 0x26, 0x96, 0x6a, 0xbc, 0xf5, 0xeb, 0xd7, 0x61, 0xe9, 0xb2, 0xc5, 0xa8, 0x56, 0xab, 0x85, 0xc3, 0x04, 0xdc, 0x59, 0x49, 0xd2, 0x2f, 0x5c, 0x77, 0xdd, 0x57, 0xb6, 0x47, 0x56, 0x1e, 0x19, 0x8d, 0x9b, 0x50, 0xfc, 0x95, 0x57, 0x9e, 0x3f, 0x21, 0xd5, 0xc9, 0x0d, 0x26, 0xa8, 0x75, 0xe2, 0x89, 0x27, 0xe1, 0xad, 0xd3, 0x8f, 0xb6, 0x22, 0xbc, 0xaf, 0xb7, 0x27, 0x4b, 0x61, 0xc8, 0x21, 0x8b, 0x81, 0x23, 0x56, 0x1b, 0x90, 0x13, 0x8a, 0x0c, 0xa6, 0x64, 0x5e, 0x19, 0x09, 0x59, 0x20, 0x8e, 0xd1, 0x00, 0x89, 0x73, 0x83, 0xa5, 0x4a, 0xa0, 0xd9, 0x31, 0x1b, 0x64, 0x73, 0xde, 0x28, 0x06, 0xa3, 0x5a, 0xab, 0xa2, 0x56, 0xaf, 0x66, 0x6e, 0x59, 0xa5, 0x3c, 0x0d, 0xf4, 0x96, 0xa3, 0xde, 0x82, 0x33, 0xcf, 0x3c, 0x1b, 0x95, 0x4a, 0x05, 0x9b, 0x36, 0xbd, 0x26, 0x82, 0x7a, 0x4c, 0xcc, 0x7c, 0x76, 0xaa, 0xe9, 0xd3, 0x57, 0x7c, 0xf0, 0x72, 0x5c, 0x78, 0xc1, 0x45, 0xcf, 0xac, 0x58, 0xb1, 0x22, 0x8d, 0x2c, 0x7d, 0x98, 0xd8, 0x00, 0x6c, 0xe1, 0x45, 0xf6, 0x2c, 0x49, 0x12, 0x8f, 0xc9, 0xec, 0x0f, 0x94, 0x98, 0x3c, 0xc4, 0xe8, 0xca, 0xcf, 0x15, 0x72, 0xbe, 0xff, 0x22, 0xf3, 0xab, 0xd2, 0x3c, 0xa1, 0xf2, 0xcc, 0x51, 0xd5, 0xec, 0x7c, 0x55, 0x9e, 0xa7, 0xa4, 0x88, 0xd0, 0x48, 0x1b, 0xd8, 0xd3, 0xb5, 0x1b, 0xdd, 0x3d, 0x5d, 0xd0, 0x5a, 0x7b, 0x26, 0x4e, 0x5b, 0x5b, 0x3b, 0xfe, 0xe8, 0x7d, 0x7f, 0x8c, 0x4f, 0xfe, 0xd5, 0xa7, 0x71, 0xc2, 0xbb, 0xdf, 0x1d, 0xda, 0x07, 0x47, 0x69, 0xd6, 0x37, 0x4d, 0x9c, 0xd2, 0xf6, 0xfb, 0x6f, 0xfd, 0xcb, 0x37, 0x63, 0xda, 0xf5, 0x30, 0xa9, 0x32, 0x9e, 0x16, 0xeb, 0xd7, 0x02, 0x67, 0x88, 0x9f, 0x04, 0x76, 0x57, 0x4a, 0x65, 0x10, 0x46, 0x29, 0x0f, 0xdf, 0x19, 0xb7, 0x27, 0x3c, 0x70, 0xe4, 0x40, 0x20, 0x35, 0x43, 0x83, 0xcd, 0xde, 0x33, 0x4c, 0x54, 0x49, 0x4e, 0x5c, 0x9b, 0x9c, 0xeb, 0x8e, 0x64, 0xda, 0xa0, 0x86, 0x89, 0x13, 0x26, 0x62, 0xe2, 0x84, 0x49, 0x19, 0x4c, 0xcb, 0x0f, 0x4f, 0x9d, 0x32, 0x15, 0xd7, 0x7c, 0xe4, 0x5a, 0x6c, 0xdd, 0xb6, 0x15, 0x8f, 0x3c, 0xf6, 0x30, 0xf6, 0xee, 0xd9, 0x2d, 0x3f, 0xec, 0x14, 0x06, 0x3f, 0x74, 0xd3, 0xb7, 0xbe, 0xbe, 0x44, 0x2b, 0xf5, 0xb9, 0xaf, 0xfc, 0xfd, 0x57, 0x5e, 0x8a, 0xec, 0x7d, 0x08, 0xd9, 0x00, 0x73, 0x6e, 0x9e, 0xe3, 0x05, 0xc2, 0x3e, 0xfc, 0xa1, 0xab, 0x70, 0xea, 0xa9, 0xa7, 0xd9, 0x1f, 0xb0, 0x63, 0xf7, 0x0e, 0x30, 0x6b, 0xc7, 0xac, 0x65, 0xcc, 0x4b, 0xc3, 0x17, 0x00, 0x6a, 0xf1, 0x25, 0xe2, 0x66, 0x46, 0x71, 0xc9, 0xb1, 0x44, 0x29, 0x4c, 0x98, 0x38, 0x09, 0x1d, 0x6d, 0x1d, 0x05, 0xdb, 0x41, 0xeb, 0x14, 0x6b, 0xd6, 0xac, 0xc6, 0xe2, 0x25, 0x8f, 0xa1, 0xd1, 0x68, 0x84, 0x1f, 0x55, 0x07, 0xe3, 0x87, 0x8a, 0xda, 0xff, 0xc7, 0x0d, 0x37, 0xdc, 0xb0, 0x37, 0xb2, 0xf9, 0xa1, 0x00, 0x81, 0xf6, 0xfa, 0x05, 0x31, 0x9c, 0x03, 0x04, 0xf3, 0x5f, 0xa1, 0x1a, 0x0c, 0x03, 0xd7, 0x07, 0x0c, 0x25, 0x7b, 0x74, 0xb8, 0xd5, 0x63, 0x43, 0x79, 0xa8, 0x01, 0xaa, 0xd2, 0xc2, 0xd7, 0x35, 0x33, 0x7a, 0x7b, 0x7b, 0xd0, 0xdd, 0xd3, 0x15, 0x34, 0xf9, 0x65, 0x28, 0xa5, 0x30, 0xf3, 0xd4, 0xd3, 0xf0, 0x5f, 0x3e, 0xfd, 0xd7, 0x38, 0xe7, 0x3d, 0xe7, 0x84, 0x45, 0x38, 0x6d, 0x9a, 0xf5, 0x75, 0x0d, 0xdd, 0xbf, 0xee, 0x6b, 0xdf, 0xf8, 0xa7, 0x98, 0x76, 0x7d, 0xa8, 0xd8, 0x00, 0x2c, 0x33, 0x3b, 0x83, 0xba, 0x60, 0x32, 0xbb, 0xf5, 0x40, 0x42, 0x50, 0x26, 0x14, 0x18, 0x80, 0x19, 0x87, 0x50, 0x62, 0x39, 0xf0, 0xa3, 0xc9, 0xfb, 0x14, 0xd9, 0x66, 0x5d, 0x9e, 0xf1, 0x9c, 0x6f, 0xef, 0x26, 0x25, 0x5b, 0xa7, 0x1a, 0x69, 0xaa, 0x51, 0xad, 0x55, 0xb1, 0x6b, 0xcf, 0x4e, 0x74, 0x75, 0x77, 0xa1, 0x91, 0xa6, 0x36, 0x7f, 0x88, 0x99, 0x31, 0xa1, 0x63, 0x02, 0x2e, 0xbe, 0x64, 0x16, 0x3e, 0xf9, 0x57, 0x9f, 0xc6, 0xf1, 0xc7, 0x1f, 0xef, 0x5f, 0x23, 0xe6, 0xe9, 0x80, 0xfe, 0xee, 0x9a, 0x97, 0x5f, 0x7c, 0xfa, 0x7f, 0x7e, 0xf3, 0xab, 0x31, 0xed, 0x7a, 0x5c, 0x43, 0xa0, 0x39, 0x73, 0xa6, 0x51, 0x92, 0x5a, 0x08, 0x74, 0xd5, 0x55, 0xd7, 0xe0, 0xf4, 0x99, 0x67, 0xd8, 0xe3, 0x7b, 0xba, 0x76, 0xc1, 0xf7, 0x6e, 0x52, 0x29, 0x8c, 0x91, 0xf6, 0x80, 0x73, 0x8f, 0x16, 0x2f, 0x0b, 0x35, 0xbd, 0x42, 0x34, 0xa4, 0x0b, 0xc8, 0x05, 0xa1, 0xd5, 0xce, 0xfd, 0xca, 0xce, 0x15, 0xab, 0xf3, 0x63, 0xf2, 0x8d, 0xec, 0x7b, 0x68, 0xf3, 0xdf, 0xc5, 0x56, 0x50, 0x26, 0x4e, 0x98, 0x94, 0x77, 0xb4, 0xce, 0xdd, 0xba, 0xe2, 0xbb, 0x5e, 0xdb, 0xb8, 0x1e, 0x8f, 0x3c, 0xf6, 0x08, 0xba, 0xbb, 0xbb, 0xca, 0x6e, 0xf6, 0x83, 0x3a, 0x4d, 0x3e, 0x3b, 0x67, 0xce, 0x9c, 0x0d, 0x91, 0xf5, 0xc7, 0x99, 0x1b, 0xf4, 0xd2, 0x4b, 0x2f, 0x9d, 0xc0, 0xd0, 0x37, 0x98, 0xe0, 0xe9, 0x8c, 0x93, 0x4f, 0xc5, 0xd1, 0xc7, 0x1c, 0x23, 0x8c, 0xc7, 0x7e, 0xe1, 0x01, 0x6a, 0xbe, 0xeb, 0x63, 0x40, 0xf7, 0xe4, 0x40, 0xc5, 0x34, 0xbe, 0xbb, 0x94, 0x75, 0x56, 0x94, 0x93, 0xa6, 0xa9, 0xdb, 0xb1, 0x45, 0x67, 0x6a, 0xf9, 0x6f, 0x9a, 0xa6, 0xde, 0xce, 0x6c, 0x59, 0xd6, 0xb4, 0x2a, 0x22, 0xb2, 0x11, 0xe5, 0x4c, 0x3b, 0x90, 0xf7, 0x5a, 0xe8, 0x76, 0xad, 0x37, 0xea, 0xa8, 0xd7, 0x6b, 0x79, 0xe4, 0x3a, 0x81, 0x89, 0x7c, 0x10, 0x11, 0x8e, 0x9c, 0x76, 0x14, 0xde, 0xf3, 0x9e, 0x73, 0x30, 0x79, 0xd2, 0x24, 0x6c, 0xd8, 0xb0, 0x3e, 0x83, 0x8b, 0xee, 0xbb, 0x67, 0x10, 0xe9, 0xff, 0x7a, 0xe9, 0x07, 0x2e, 0x99, 0x7a, 0xee, 0x87, 0xce, 0x7b, 0x6a, 0xe5, 0x92, 0x95, 0xb5, 0x08, 0x81, 0xc6, 0x15, 0x04, 0x92, 0x5d, 0x21, 0xb4, 0x70, 0x14, 0x42, 0x24, 0xb8, 0x15, 0x85, 0x00, 0x43, 0x80, 0x42, 0x12, 0x7a, 0x64, 0xad, 0xd5, 0x1b, 0xa8, 0xd5, 0x6a, 0xa8, 0x56, 0xab, 0xe8, 0xef, 0xaf, 0xa2, 0xbf, 0xbf, 0x1f, 0xbd, 0xbd, 0xbd, 0xe8, 0xdd, 0xb7, 0x0f, 0xfd, 0x7d, 0x7d, 0xa8, 0x56, 0xab, 0xa8, 0xd5, 0x6a, 0x68, 0x34, 0x1a, 0x96, 0xd1, 0x0d, 0xb3, 0x21, 0x67, 0x46, 0x93, 0x52, 0x51, 0x11, 0x29, 0x16, 0x26, 0xce, 0xa0, 0x94, 0xff, 0x28, 0x7b, 0xcd, 0x7f, 0x24, 0xce, 0x6d, 0xab, 0x12, 0x30, 0x33, 0xf6, 0xf5, 0xf6, 0x60, 0x5f, 0x6f, 0x0f, 0xd2, 0xa0, 0xc9, 0x6f, 0xa5, 0x52, 0xc1, 0x39, 0xe7, 0xbc, 0x0f, 0x9f, 0xf9, 0xdb, 0xeb, 0x70, 0xf6, 0x59, 0xef, 0x81, 0x66, 0xb6, 0x8f, 0x94, 0x79, 0x62, 0xca, 0xfa, 0x4b, 0x1d, 0x7d, 0x95, 0x55, 0x5f, 0x9d, 0xf3, 0x95, 0x4f, 0x80, 0x71, 0x58, 0xa7, 0x5d, 0x8f, 0x2b, 0x08, 0xd4, 0xd0, 0xfd, 0x16, 0x02, 0x5d, 0x73, 0xcd, 0xb5, 0x38, 0xf3, 0x0c, 0xd7, 0x84, 0xad, 0xbb, 0xa7, 0x2b, 0x73, 0x81, 0x4a, 0x88, 0xc3, 0x59, 0xec, 0xc0, 0xd8, 0x0c, 0xa6, 0x02, 0x2c, 0xdb, 0x84, 0x5d, 0xe1, 0x0c, 0x4c, 0xf4, 0x97, 0x80, 0x30, 0x21, 0x0e, 0x70, 0xfe, 0xfb, 0xf0, 0x82, 0xc9, 0x34, 0x8a, 0xe6, 0xfd, 0x88, 0x38, 0xe8, 0x50, 0x27, 0xce, 0x17, 0xd1, 0x61, 0xb6, 0xef, 0xe5, 0x20, 0x7b, 0x22, 0xfb, 0x4d, 0x9e, 0x23, 0x95, 0xc9, 0x7b, 0x1f, 0xc0, 0x68, 0x6f, 0x9f, 0x80, 0x09, 0xed, 0x1d, 0x5e, 0xf2, 0x9d, 0xa1, 0x1d, 0x3b, 0xb6, 0xe3, 0xa1, 0x87, 0x1f, 0xc0, 0x96, 0x2d, 0x9b, 0xcb, 0x2e, 0xed, 0x33, 0xc4, 0xf4, 0xb9, 0xaf, 0x7d, 0xed, 0x7f, 0x3d, 0x19, 0x05, 0xe0, 0xa0, 0x16, 0x80, 0xeb, 0xa7, 0xd5, 0x1a, 0xae, 0x24, 0xf2, 0xea, 0xab, 0xaf, 0xc1, 0x59, 0x67, 0x9c, 0x9d, 0x33, 0x35, 0xb0, 0x6b, 0xd7, 0x4e, 0xa4, 0xba, 0x91, 0x65, 0x52, 0xb2, 0x8b, 0x12, 0x28, 0xc9, 0xd8, 0x30, 0xa9, 0x11, 0x64, 0x53, 0x1f, 0x20, 0x6b, 0x82, 0x73, 0x66, 0x07, 0x5c, 0x6a, 0x84, 0x74, 0xa9, 0xaa, 0x20, 0x6b, 0xb4, 0x9c, 0xe1, 0x07, 0x7a, 0xcd, 0x8f, 0x07, 0x10, 0xfb, 0x71, 0x00, 0x0e, 0x50, 0xbd, 0x7c, 0x95, 0xa5, 0x81, 0x90, 0xbd, 0x59, 0xd8, 0x07, 0xce, 0xf6, 0xe9, 0x68, 0x9f, 0x80, 0xb6, 0xb6, 0x76, 0x84, 0xbe, 0x56, 0xad, 0x19, 0xaf, 0xac, 0x7b, 0x19, 0x0f, 0x3e, 0xf8, 0x0b, 0xf4, 0xf6, 0xf6, 0x16, 0x94, 0x2b, 0x81, 0xee, 0xa8, 0x55, 0xd2, 0x2f, 0x7e, 0x7b, 0xce, 0xb7, 0x0f, 0xab, 0xb4, 0xeb, 0x71, 0xdb, 0x17, 0xa8, 0x5e, 0xaf, 0xa3, 0xde, 0xa8, 0x5b, 0xf8, 0x51, 0xab, 0xd7, 0xd0, 0x68, 0xa4, 0x96, 0x67, 0xb3, 0x2e, 0xd1, 0x94, 0x65, 0x87, 0x52, 0x9e, 0x11, 0x9a, 0x24, 0xf9, 0xf3, 0x2c, 0x73, 0xd4, 0x76, 0x94, 0xb6, 0x99, 0xa1, 0x2a, 0x7f, 0x9f, 0x83, 0x1a, 0x2a, 0xc8, 0x0e, 0x35, 0x59, 0xa3, 0x32, 0xaa, 0x5c, 0x84, 0x33, 0xce, 0xdd, 0x69, 0xdd, 0x9e, 0x90, 0xfd, 0x89, 0x4c, 0x2a, 0x46, 0xae, 0x5d, 0xf2, 0x2c, 0x56, 0x52, 0xf2, 0x35, 0x12, 0x99, 0xa8, 0xb0, 0xdd, 0xad, 0x95, 0x72, 0x1a, 0x49, 0x91, 0xcb, 0x7a, 0x35, 0x39, 0x4e, 0xd5, 0x5a, 0x3f, 0x7a, 0x7b, 0xf7, 0x15, 0x66, 0xa3, 0x29, 0x45, 0x98, 0x71, 0xf2, 0x0c, 0x7c, 0xe6, 0x6f, 0x3f, 0x8b, 0x8b, 0x2e, 0xbe, 0x24, 0xbc, 0x9e, 0x94, 0xea, 0xf4, 0xe3, 0x49, 0x0d, 0x2f, 0x7c, 0xf9, 0xcb, 0x7f, 0x37, 0xe3, 0x70, 0x12, 0x80, 0x71, 0x13, 0x09, 0xde, 0x03, 0xa0, 0x43, 0x78, 0x4b, 0xac, 0x1b, 0x34, 0xdf, 0x6d, 0x13, 0xa5, 0xdc, 0xae, 0x9f, 0xef, 0xf2, 0x72, 0xc7, 0xa7, 0x60, 0xb7, 0xf7, 0xa3, 0xc5, 0x7e, 0x05, 0x19, 0xe5, 0x0c, 0xe5, 0x65, 0x8a, 0x0a, 0x6f, 0x52, 0x69, 0x70, 0x4c, 0xf9, 0xaf, 0x72, 0x13, 0xf5, 0xea, 0xb4, 0x03, 0x5b, 0x04, 0x64, 0xb4, 0x83, 0x43, 0x44, 0x04, 0x1f, 0x21, 0xb1, 0xd3, 0x0e, 0x94, 0x47, 0x40, 0x64, 0xf5, 0x1b, 0x9b, 0xef, 0x37, 0xf0, 0x49, 0xa3, 0xbf, 0xda, 0x87, 0xb6, 0xb6, 0x76, 0xb4, 0xb7, 0xf9, 0x9d, 0x19, 0xdb, 0xdb, 0x3b, 0x70, 0xf1, 0xfb, 0x2f, 0xc1, 0xc9, 0x27, 0x9d, 0x84, 0x5b, 0x6f, 0xfd, 0x3f, 0xa1, 0xa0, 0x4c, 0x67, 0xd0, 0x47, 0x01, 0xdc, 0x14, 0x05, 0xe0, 0x20, 0x94, 0x00, 0xdd, 0xc1, 0xbe, 0x6b, 0x90, 0x84, 0x7b, 0x50, 0x29, 0x10, 0x73, 0x81, 0xe1, 0x4d, 0x82, 0x9c, 0x27, 0x04, 0x86, 0xb9, 0x09, 0x1e, 0xa3, 0x1b, 0xc1, 0x29, 0x65, 0x78, 0xe1, 0x5a, 0x0d, 0x11, 0x0e, 0x09, 0xe8, 0x54, 0xe6, 0x50, 0x0d, 0xdb, 0x38, 0x3a, 0x9c, 0xce, 0x5e, 0x17, 0x6b, 0x3f, 0x12, 0xcc, 0x9e, 0x9d, 0xa0, 0xd9, 0x3f, 0x97, 0x94, 0x72, 0x76, 0x03, 0xe7, 0x42, 0x91, 0xe7, 0x48, 0x11, 0x01, 0xed, 0x6d, 0x1d, 0xa8, 0x54, 0x2a, 0x5e, 0x0c, 0x85, 0x40, 0x60, 0xad, 0xf1, 0xe2, 0x4b, 0x2f, 0xe2, 0xe1, 0x47, 0x1e, 0x44, 0xbd, 0x5e, 0x88, 0x20, 0x57, 0x59, 0xa9, 0xe5, 0x51, 0x03, 0x1c, 0xc4, 0x10, 0x08, 0xfe, 0xfe, 0xe9, 0xb2, 0x38, 0x89, 0x00, 0x83, 0xef, 0x87, 0xc0, 0xf0, 0x99, 0xa7, 0x51, 0x15, 0x52, 0x21, 0x94, 0xb7, 0xeb, 0xfb, 0x0c, 0x5f, 0xac, 0x03, 0xf6, 0xe3, 0x05, 0x4d, 0xb1, 0x3f, 0x97, 0xaf, 0xd9, 0x30, 0xa6, 0xb4, 0x11, 0x6c, 0xa8, 0x80, 0xb5, 0x6f, 0x7f, 0xd8, 0xc5, 0xe7, 0xf0, 0x9f, 0x8c, 0x50, 0xb0, 0x65, 0x7a, 0x82, 0x42, 0xd2, 0xd6, 0x86, 0xb6, 0x4a, 0x25, 0xff, 0x3d, 0xec, 0x09, 0xe2, 0x96, 0xd7, 0x37, 0x63, 0xe1, 0xc2, 0x05, 0xd8, 0xba, 0x6d, 0x6b, 0x59, 0xe0, 0xe2, 0x57, 0xac, 0xd5, 0x75, 0xdf, 0xf9, 0xce, 0x3f, 0x3f, 0x1b, 0x05, 0xe0, 0x60, 0x75, 0x83, 0xca, 0x52, 0x41, 0x91, 0xb7, 0x4f, 0xc8, 0xaa, 0xaf, 0x98, 0x5d, 0x10, 0xcc, 0xf8, 0xd2, 0x25, 0xf3, 0xab, 0x80, 0xe1, 0xad, 0x10, 0x04, 0xb0, 0xa6, 0xac, 0xf8, 0x9d, 0x44, 0x2d, 0xb1, 0xf4, 0x02, 0x85, 0x01, 0xb3, 0x52, 0x21, 0x50, 0x52, 0x08, 0x7c, 0xcf, 0x50, 0xc6, 0xc3, 0x39, 0x9c, 0x81, 0xb2, 0xc6, 0x2d, 0x91, 0xb2, 0x85, 0x38, 0x0c, 0x06, 0xb1, 0x71, 0x03, 0x9b, 0xd7, 0x8c, 0x50, 0x64, 0x82, 0x50, 0x51, 0x09, 0x2a, 0x6d, 0x6d, 0xc2, 0x63, 0x04, 0x2b, 0x04, 0xdd, 0xdd, 0x5d, 0x78, 0x6c, 0xd1, 0xa3, 0x78, 0xee, 0xd9, 0x52, 0xde, 0xde, 0x02, 0xa6, 0xaf, 0x7c, 0xe7, 0x3b, 0xdf, 0xfb, 0x77, 0x60, 0x84, 0x3d, 0xe5, 0xa3, 0x00, 0xec, 0x27, 0x0d, 0xc0, 0xec, 0x6b, 0x00, 0xeb, 0x15, 0xe4, 0x9c, 0x19, 0xb3, 0x4c, 0x50, 0x09, 0x7f, 0x0c, 0xc7, 0x53, 0x88, 0xf3, 0x3d, 0x48, 0xa3, 0x0a, 0xd0, 0x46, 0xd9, 0xbc, 0x7c, 0x12, 0x1a, 0x40, 0x56, 0x99, 0x05, 0xde, 0x22, 0x21, 0x09, 0x12, 0xe7, 0x17, 0x61, 0x0f, 0x6c, 0x30, 0xcc, 0xc5, 0x2e, 0x94, 0x15, 0x06, 0xe5, 0xd5, 0x1d, 0xfb, 0x31, 0x0e, 0x90, 0xb2, 0x82, 0x60, 0xec, 0x01, 0x90, 0xc2, 0x84, 0xa4, 0x02, 0x52, 0x89, 0x70, 0x9b, 0x66, 0x6f, 0xad, 0xd5, 0x6b, 0x78, 0xea, 0xa9, 0x27, 0xf1, 0xd8, 0xa2, 0xc7, 0x0a, 0x46, 0x31, 0x80, 0x5e, 0x02, 0x6e, 0xa9, 0xf6, 0xa7, 0x5f, 0xff, 0xc1, 0x0f, 0x7e, 0xd0, 0x83, 0xc3, 0x94, 0xc6, 0x2f, 0x04, 0xca, 0xfd, 0xf8, 0x14, 0x18, 0xc1, 0x05, 0xbc, 0xae, 0x7c, 0x28, 0xe4, 0x5c, 0xa0, 0xd2, 0xef, 0x5f, 0xe6, 0xc7, 0x37, 0x50, 0xca, 0xb7, 0x01, 0xa4, 0x5b, 0xd5, 0xfc, 0x9f, 0x82, 0xd7, 0xca, 0x61, 0x4e, 0x9e, 0xb0, 0x07, 0x80, 0x85, 0xbf, 0xdf, 0x42, 0x1f, 0xcd, 0xce, 0xa6, 0x11, 0x41, 0x3d, 0x13, 0xc5, 0xb5, 0x50, 0x8a, 0x9c, 0xf3, 0x2e, 0xc9, 0xfb, 0x18, 0xb1, 0x67, 0x7a, 0x67, 0x0e, 0x82, 0xd5, 0x6b, 0x56, 0x61, 0xde, 0xfc, 0x79, 0xe8, 0xea, 0xda, 0x5b, 0x66, 0x98, 0x3c, 0xa8, 0x38, 0xfd, 0xec, 0xcd, 0xdf, 0xfd, 0xd1, 0x06, 0x1c, 0xe6, 0x34, 0x8e, 0x21, 0x90, 0xc3, 0xf2, 0x05, 0x48, 0x42, 0x54, 0xd0, 0x02, 0x7e, 0x7e, 0x10, 0xf9, 0x46, 0x6e, 0x98, 0x90, 0x26, 0xe0, 0x91, 0xdb, 0xe0, 0xdd, 0x6e, 0x2d, 0xb5, 0x80, 0x7d, 0x87, 0xa8, 0xe4, 0x0a, 0x6b, 0x86, 0xc3, 0x20, 0x1a, 0xc3, 0xc1, 0x1e, 0x63, 0xc8, 0x92, 0x72, 0xbe, 0x7e, 0xd3, 0xd5, 0xce, 0x30, 0xbc, 0x11, 0x04, 0xf3, 0xaf, 0x29, 0xe6, 0x37, 0x10, 0x87, 0xd8, 0xed, 0xfd, 0xdb, 0xb6, 0xbd, 0x8e, 0x79, 0xf3, 0xef, 0xc7, 0x86, 0xf5, 0xeb, 0x4b, 0x2e, 0x20, 0xff, 0x16, 0xa0, 0xeb, 0x6f, 0xb9, 0xe5, 0x87, 0x4f, 0x20, 0xd2, 0xf8, 0x86, 0x40, 0xd9, 0x9c, 0x30, 0x76, 0x0c, 0xab, 0xc8, 0x15, 0xaf, 0x0b, 0x01, 0x08, 0x77, 0x75, 0xf2, 0x82, 0x5a, 0x52, 0x30, 0x64, 0xda, 0x84, 0xaf, 0x19, 0x08, 0x81, 0xc0, 0x08, 0x98, 0x65, 0xed, 0x11, 0x10, 0x1a, 0xba, 0x91, 0x7b, 0x5b, 0x9a, 0xc0, 0x1e, 0x46, 0xa9, 0x7b, 0xd3, 0x18, 0xb2, 0x10, 0xaf, 0x4b, 0xa3, 0x59, 0xce, 0x23, 0x48, 0x54, 0xd6, 0xc9, 0xce, 0x9e, 0x9c, 0x1f, 0xea, 0xee, 0xee, 0xc2, 0xa2, 0x25, 0x8b, 0xf0, 0xeb, 0x5f, 0xaf, 0x2c, 0xbb, 0x74, 0x3b, 0x88, 0xf9, 0xeb, 0x6f, 0xbc, 0xb1, 0xeb, 0xfb, 0xa7, 0x9f, 0x7e, 0x3a, 0x3f, 0xf8, 0xc4, 0x83, 0x47, 0x8d, 0xf5, 0xbd, 0x7a, 0x4b, 0xd2, 0xdb, 0x7f, 0xc1, 0x05, 0x7f, 0xde, 0x17, 0x05, 0xa0, 0x85, 0x7e, 0x50, 0xad, 0xdb, 0x85, 0x36, 0x60, 0xcf, 0xfa, 0x0c, 0x77, 0xdc, 0xd0, 0x63, 0x4f, 0xc1, 0xae, 0x1f, 0x36, 0xc1, 0xf5, 0xbc, 0x49, 0xe4, 0xc3, 0x1e, 0xe9, 0x46, 0x65, 0x0b, 0xd6, 0x95, 0x03, 0x41, 0x8a, 0xb0, 0x6a, 0xf5, 0x0b, 0x78, 0xe3, 0xcd, 0xfd, 0x13, 0x44, 0xad, 0x54, 0xda, 0x70, 0xfa, 0xcc, 0x33, 0x71, 0xe4, 0x91, 0xd3, 0xd0, 0x48, 0xeb, 0x78, 0xe6, 0xe9, 0xa7, 0xb0, 0xe0, 0x17, 0x0b, 0x50, 0xab, 0x15, 0x72, 0xdb, 0xea, 0x04, 0xfc, 0x30, 0x51, 0x1d, 0x5f, 0xbd, 0xe5, 0xfb, 0xb7, 0x74, 0x3d, 0xba, 0xfc, 0xd1, 0x93, 0x94, 0xd6, 0x4b, 0x51, 0xc3, 0xbb, 0xc6, 0x7a, 0x8d, 0x3d, 0x98, 0x82, 0x45, 0x4b, 0x1e, 0xfe, 0x4d, 0xb5, 0x2f, 0xbd, 0xec, 0xea, 0xab, 0xaf, 0xee, 0x8d, 0x02, 0x30, 0x6a, 0xf6, 0x07, 0x3a, 0x34, 0x17, 0xdc, 0x87, 0x06, 0x1a, 0x84, 0x30, 0x83, 0x64, 0xeb, 0xb7, 0xd0, 0x93, 0x83, 0x22, 0xe6, 0x2f, 0x0a, 0x10, 0x59, 0x4f, 0x22, 0x33, 0xbb, 0x0c, 0x4d, 0x04, 0xc6, 0x33, 0x01, 0xfd, 0x7d, 0x7d, 0xfb, 0x8d, 0xf9, 0x01, 0xa0, 0xd1, 0xa8, 0x63, 0xeb, 0xb6, 0x2d, 0xd8, 0xba, 0x75, 0x2b, 0xee, 0xe9, 0xbc, 0x0b, 0xbb, 0x76, 0xed, 0x2a, 0x3b, 0xed, 0x41, 0x4e, 0xd5, 0xf5, 0x3f, 0xf9, 0xc9, 0x4f, 0xd6, 0x59, 0xc3, 0x9e, 0xf5, 0xc7, 0x80, 0xb1, 0x67, 0x7e, 0x61, 0x6b, 0x9c, 0x37, 0x71, 0xa2, 0xba, 0x18, 0xc0, 0xa3, 0x51, 0x00, 0x5a, 0x20, 0x01, 0xdc, 0x21, 0x8d, 0x60, 0x6d, 0x15, 0x00, 0x4b, 0x8c, 0x6e, 0x5e, 0xf4, 0xed, 0x5c, 0x03, 0x72, 0x3c, 0x78, 0x03, 0x94, 0x74, 0x82, 0x66, 0x1f, 0xc3, 0x5b, 0x03, 0x97, 0xc4, 0x7b, 0xd8, 0xc7, 0xfa, 0x2e, 0xcd, 0x79, 0xff, 0xd1, 0xcb, 0xaf, 0xac, 0xc5, 0xe2, 0xc7, 0x96, 0x94, 0x59, 0x4a, 0xab, 0x59, 0xe3, 0xef, 0x7e, 0xfa, 0xd3, 0x5b, 0x1f, 0x29, 0x9a, 0x00, 0xdc, 0xbe, 0xbf, 0x1d, 0x9d, 0x0d, 0x46, 0x47, 0x84, 0x40, 0x2d, 0xb3, 0x01, 0xa4, 0x00, 0xe4, 0xfc, 0xcf, 0xf6, 0x7f, 0x70, 0x56, 0x23, 0x84, 0x9f, 0x3c, 0x28, 0x82, 0x09, 0x30, 0xbd, 0x64, 0x62, 0x0b, 0x93, 0x6c, 0xdd, 0x80, 0x61, 0x78, 0xf6, 0x3c, 0x4c, 0x44, 0xc2, 0xd0, 0x66, 0xe9, 0xda, 0xcc, 0xe8, 0x92, 0x8b, 0x66, 0x41, 0x51, 0x12, 0xb8, 0x47, 0x47, 0x4f, 0x5b, 0x5e, 0xdf, 0x84, 0xb5, 0x2f, 0xaf, 0x06, 0x00, 0x74, 0xed, 0xed, 0x0a, 0xe6, 0x25, 0xd3, 0x6e, 0x62, 0xfd, 0x4f, 0xc7, 0x1d, 0x77, 0xc2, 0xbf, 0xcd, 0x99, 0x33, 0xa7, 0xd1, 0xc4, 0x8d, 0x66, 0xb3, 0x9f, 0xdf, 0x71, 0xec, 0x71, 0x38, 0xe5, 0xe4, 0x99, 0xcd, 0x1d, 0x0e, 0x45, 0xe9, 0x19, 0xf2, 0x3a, 0x7f, 0xf3, 0xcc, 0xaf, 0xd1, 0xdf, 0xdf, 0x87, 0x96, 0x5f, 0x80, 0xe8, 0x06, 0xe5, 0x82, 0x41, 0x6c, 0xf9, 0x1f, 0xfe, 0x6e, 0x6f, 0x3a, 0x34, 0x4b, 0xcf, 0x10, 0x98, 0xc1, 0x1a, 0x20, 0x85, 0x2c, 0xa5, 0x98, 0xd8, 0xba, 0x21, 0x5d, 0xeb, 0x43, 0x73, 0xaf, 0x75, 0x26, 0x42, 0xc4, 0x96, 0xd9, 0x35, 0x33, 0x54, 0xee, 0xc6, 0x24, 0xce, 0x44, 0x22, 0xfb, 0x72, 0xf6, 0x5c, 0xb4, 0xed, 0x6d, 0x1d, 0x22, 0x8e, 0xd0, 0x3a, 0x6a, 0xab, 0xb4, 0xdb, 0xef, 0xd1, 0xac, 0xf3, 0xeb, 0xc1, 0x0d, 0x40, 0xdd, 0xca, 0x29, 0xff, 0xe3, 0xdc, 0xb9, 0x3f, 0x1b, 0xb0, 0x41, 0x56, 0x43, 0x6b, 0x0b, 0x01, 0x55, 0x92, 0x94, 0xf6, 0x28, 0x6d, 0x0d, 0xf2, 0x71, 0x2e, 0x6b, 0x3e, 0xc8, 0x43, 0x6b, 0xe3, 0xd6, 0x0d, 0xca, 0x79, 0xda, 0xb3, 0x45, 0x24, 0xc4, 0x79, 0x20, 0x09, 0xbe, 0xc1, 0xaa, 0x75, 0x66, 0xb0, 0xb2, 0x63, 0xe4, 0xdc, 0x86, 0x0d, 0x18, 0x9e, 0xf3, 0xe7, 0x6e, 0xe7, 0xcf, 0x60, 0x56, 0x16, 0x60, 0x63, 0x12, 0x79, 0x3d, 0xc2, 0xfe, 0x26, 0xce, 0x0c, 0xf2, 0xd2, 0xe1, 0xdd, 0xad, 0xfe, 0xfd, 0x70, 0x13, 0x32, 0x75, 0xca, 0x60, 0xad, 0x97, 0xb1, 0x56, 0xd7, 0xff, 0xec, 0x67, 0x73, 0x9f, 0x1f, 0xda, 0x06, 0xe2, 0x04, 0x20, 0xbb, 0x96, 0x52, 0x73, 0xb6, 0x6a, 0x8d, 0x19, 0x3c, 0x75, 0xad, 0xea, 0x55, 0x14, 0x80, 0xd6, 0x69, 0x00, 0xed, 0xc1, 0x21, 0x0b, 0x4b, 0x90, 0xef, 0xe8, 0xd0, 0x86, 0xdf, 0xdd, 0x11, 0xc3, 0xe1, 0xb9, 0xd7, 0xc6, 0x64, 0xd7, 0xdb, 0xf3, 0xd8, 0xb9, 0x46, 0xb5, 0xd6, 0x79, 0x6f, 0x21, 0x11, 0x15, 0x66, 0xce, 0xeb, 0x4f, 0x0c, 0xb7, 0x93, 0x15, 0x08, 0x97, 0xde, 0xa0, 0x3d, 0xed, 0x24, 0x6d, 0x82, 0xbd, 0x5d, 0xbb, 0x51, 0xaf, 0xd7, 0x4b, 0x6b, 0x8b, 0xcb, 0x3a, 0x2e, 0xda, 0x62, 0x9d, 0x5c, 0x28, 0x8f, 0x14, 0xdd, 0xa4, 0xd3, 0xd4, 0x7d, 0xcf, 0xd4, 0xa9, 0x53, 0x9f, 0x9a, 0x7b, 0xeb, 0xed, 0x97, 0x0d, 0xef, 0xfa, 0x89, 0xca, 0x02, 0x76, 0x82, 0x9f, 0xea, 0x14, 0x3b, 0x76, 0xbe, 0x09, 0x3f, 0x87, 0xd5, 0x3d, 0x77, 0xd7, 0x99, 0x83, 0x1d, 0x3d, 0xb7, 0xbe, 0x94, 0xc2, 0xdb, 0xde, 0xfa, 0x76, 0x4f, 0x53, 0xbb, 0xeb, 0xd1, 0x88, 0x02, 0xd0, 0x3a, 0x1b, 0x80, 0x3d, 0x37, 0xa8, 0xcd, 0xa6, 0x94, 0x37, 0x29, 0x34, 0x72, 0x99, 0xb3, 0xc8, 0xab, 0xd1, 0x04, 0x80, 0xa7, 0x09, 0x0c, 0x53, 0x1b, 0x38, 0x24, 0x6d, 0x02, 0xb7, 0xc5, 0x0f, 0xbc, 0x4f, 0x6a, 0xe6, 0x60, 0x72, 0xa5, 0x4b, 0x63, 0xe8, 0xaf, 0xf6, 0xa3, 0xbf, 0xda, 0x07, 0xce, 0x07, 0xf0, 0x99, 0x62, 0x1d, 0xf3, 0xb7, 0x9b, 0x7a, 0xcf, 0x56, 0xb0, 0x65, 0x29, 0xe7, 0xa4, 0x49, 0x93, 0xf3, 0x02, 0x97, 0x5c, 0x30, 0xf2, 0xef, 0x99, 0x34, 0x79, 0xd2, 0xe6, 0x11, 0xec, 0x20, 0x25, 0xdd, 0x49, 0x33, 0x81, 0xed, 0xed, 0xdb, 0xe7, 0x0c, 0x7b, 0x2f, 0x83, 0x95, 0x73, 0x61, 0x91, 0x17, 0xc1, 0x8f, 0x5f, 0x54, 0x54, 0x02, 0x9e, 0xfe, 0x36, 0x7f, 0x03, 0x30, 0x1a, 0x80, 0xa3, 0x0d, 0x30, 0x36, 0x10, 0x28, 0x9f, 0x14, 0xc9, 0x24, 0x0d, 0x5b, 0x6e, 0x8a, 0xdf, 0x33, 0x5e, 0xe7, 0x02, 0x7e, 0x27, 0xce, 0x93, 0xcd, 0x60, 0x53, 0xf1, 0x2d, 0xa7, 0x3b, 0x78, 0x14, 0x20, 0x85, 0x40, 0x1a, 0xd8, 0xb4, 0x6c, 0x97, 0x82, 0x9a, 0xbf, 0xb1, 0xb7, 0xb7, 0x17, 0xdd, 0x3d, 0x5d, 0x48, 0x54, 0xe2, 0x75, 0xa4, 0x0e, 0xe3, 0x0d, 0x44, 0x59, 0x6b, 0xc7, 0x44, 0xba, 0x62, 0x95, 0xdf, 0xe6, 0x91, 0x49, 0x3a, 0x02, 0x78, 0x04, 0xfc, 0xaf, 0xdd, 0x0c, 0x8f, 0x3c, 0xb1, 0x2e, 0x04, 0xea, 0xb6, 0xbb, 0x1e, 0x5c, 0xb2, 0x9e, 0x69, 0x05, 0x6f, 0x36, 0x0c, 0x06, 0x89, 0x6b, 0x09, 0x6f, 0x22, 0x0e, 0xc3, 0x0c, 0x22, 0xd4, 0x23, 0x5c, 0x65, 0x14, 0x80, 0xa6, 0x7e, 0x50, 0xad, 0x3b, 0x82, 0x9b, 0x49, 0x2e, 0x1e, 0x00, 0x9d, 0xc1, 0x93, 0xe1, 0xe2, 0x77, 0xcb, 0xd0, 0x46, 0x20, 0x8a, 0x82, 0xd0, 0x7c, 0xfb, 0xcf, 0x01, 0x55, 0x60, 0x03, 0x98, 0xa8, 0x2f, 0x90, 0x75, 0x7f, 0x6e, 0x6f, 0x6f, 0x77, 0x3d, 0x88, 0xcc, 0xe7, 0x91, 0x2b, 0xcd, 0x24, 0x59, 0x86, 0x20, 0x30, 0xb3, 0xca, 0x05, 0x9b, 0x45, 0x82, 0xdb, 0x68, 0x6c, 0x0d, 0x5f, 0x00, 0xd8, 0x63, 0x5a, 0x63, 0xb4, 0x4b, 0xf8, 0x27, 0xdd, 0xc1, 0x2c, 0xa2, 0xd8, 0xe4, 0x55, 0xfb, 0x70, 0x7e, 0x1f, 0x82, 0x0d, 0xc1, 0x68, 0x00, 0xc5, 0x51, 0x00, 0xc6, 0x02, 0x02, 0x19, 0xd8, 0x61, 0x36, 0x9f, 0x41, 0xf1, 0xbb, 0x8d, 0x16, 0xe4, 0x90, 0x88, 0xb9, 0x28, 0x08, 0x82, 0xdb, 0x9b, 0xf3, 0xbf, 0x5f, 0xeb, 0xc5, 0x60, 0x68, 0xf6, 0x3d, 0x54, 0xae, 0x26, 0x19, 0x50, 0x89, 0x42, 0xa5, 0xd2, 0xe6, 0x3c, 0x54, 0x14, 0x56, 0xab, 0x19, 0xc8, 0x56, 0x36, 0x92, 0xc9, 0x05, 0xf3, 0xd8, 0x7a, 0x57, 0x78, 0xc4, 0xde, 0x15, 0xb3, 0x69, 0xf8, 0x36, 0x80, 0xf8, 0x4e, 0xc1, 0xdd, 0xe5, 0x82, 0x60, 0xe0, 0xa2, 0x3b, 0x95, 0x49, 0x5a, 0x0a, 0xce, 0xd6, 0xb0, 0xd7, 0x43, 0x47, 0x0d, 0xd0, 0xa2, 0xfd, 0x1f, 0xe8, 0x10, 0xbb, 0x5f, 0x9a, 0xa6, 0xf9, 0x8e, 0x6e, 0xdc, 0x98, 0x83, 0xe0, 0x77, 0xf2, 0x9d, 0x1e, 0x36, 0x2b, 0xb3, 0x4c, 0x10, 0x06, 0x02, 0xfc, 0x65, 0xc7, 0x38, 0xf4, 0x02, 0x39, 0x89, 0xca, 0xa6, 0xcf, 0xa8, 0x12, 0xc6, 0x2f, 0xa6, 0x53, 0x9b, 0x38, 0x33, 0x0c, 0xde, 0x0e, 0x3e, 0x8b, 0x99, 0x5b, 0xa0, 0x01, 0x8a, 0xe9, 0xd6, 0x26, 0x97, 0x89, 0x29, 0x87, 0x3e, 0x4d, 0x05, 0xc1, 0x68, 0x81, 0x0c, 0x3a, 0x5a, 0xa7, 0x80, 0xf0, 0xa4, 0x39, 0x17, 0xad, 0x16, 0xdf, 0x13, 0x05, 0xa0, 0x25, 0x12, 0xa0, 0xdb, 0x7d, 0x1b, 0x80, 0xf3, 0x9d, 0x36, 0xbb, 0x01, 0x5c, 0x8a, 0xdf, 0xcd, 0x8d, 0xb5, 0xde, 0x9b, 0x21, 0xf0, 0xf3, 0xe0, 0x27, 0xf8, 0x5a, 0x40, 0x73, 0x1a, 0x18, 0xc1, 0xee, 0x1c, 0x95, 0x50, 0x56, 0x84, 0x6f, 0x92, 0xed, 0x28, 0xe0, 0x6f, 0xf2, 0x07, 0x77, 0x50, 0x56, 0x01, 0x5f, 0xba, 0x00, 0xf6, 0x8c, 0x6d, 0x1a, 0x81, 0x00, 0x70, 0x66, 0x17, 0x99, 0xcf, 0xf2, 0x7e, 0xa7, 0x08, 0xec, 0x91, 0xcd, 0xcc, 0x16, 0x82, 0xc0, 0x5e, 0xb4, 0xdc, 0x4d, 0xce, 0xc9, 0xde, 0x2b, 0x3f, 0x8d, 0xb5, 0x58, 0x27, 0x45, 0x23, 0xb8, 0x85, 0x6e, 0x50, 0x01, 0x81, 0xd2, 0x62, 0xab, 0x41, 0x8b, 0x97, 0x07, 0x31, 0x5e, 0x3d, 0x8d, 0x50, 0x38, 0xc7, 0x68, 0x15, 0x81, 0xf1, 0xc5, 0xff, 0xc3, 0x57, 0xed, 0xce, 0xcc, 0xba, 0xd4, 0x46, 0xc8, 0x70, 0xbf, 0x02, 0xa9, 0xdc, 0x1b, 0x6b, 0x3c, 0x54, 0x22, 0x77, 0x89, 0x8d, 0x9b, 0x96, 0xa8, 0xb4, 0xf1, 0x22, 0x7b, 0x70, 0x6b, 0x14, 0x1a, 0x00, 0xda, 0xa5, 0x4e, 0x9b, 0x39, 0x6b, 0x90, 0x93, 0x5d, 0x29, 0x67, 0x7e, 0x16, 0xcf, 0x7d, 0x79, 0x2f, 0x44, 0xce, 0x8d, 0xf7, 0x4d, 0xc2, 0x53, 0x08, 0x23, 0x58, 0x47, 0x0d, 0xd0, 0x42, 0x1b, 0x40, 0x40, 0x20, 0xad, 0x6d, 0x3b, 0x74, 0x2e, 0xf8, 0xa8, 0x25, 0xa7, 0x0f, 0xe2, 0xd1, 0x19, 0x9e, 0x1f, 0x2a, 0xd8, 0x79, 0x1d, 0x4c, 0xf0, 0xe2, 0x00, 0x52, 0x9e, 0x28, 0x8f, 0x3c, 0x83, 0xf2, 0x92, 0xe5, 0xa0, 0xc1, 0x16, 0x15, 0x1b, 0x71, 0xf9, 0xad, 0xdd, 0x25, 0x04, 0x72, 0xdf, 0x33, 0x92, 0xb1, 0x4d, 0x19, 0xcf, 0xb3, 0x07, 0x81, 0x6c, 0x89, 0x26, 0x7c, 0x86, 0xf7, 0x05, 0x21, 0x3f, 0xce, 0xc5, 0x0d, 0xdd, 0x6a, 0x59, 0xf9, 0x5a, 0xca, 0x62, 0x9d, 0xd1, 0x06, 0x18, 0x13, 0x37, 0xa8, 0xe9, 0x8e, 0xcc, 0xd6, 0xfd, 0xc9, 0x05, 0xe6, 0x2e, 0x07, 0x3d, 0xc3, 0xc5, 0x40, 0xe5, 0x0d, 0x4e, 0xcc, 0xab, 0x59, 0x4f, 0x1e, 0xf2, 0xb1, 0xb9, 0xb4, 0x30, 0x65, 0xe1, 0x8c, 0x64, 0x74, 0x4f, 0x10, 0x68, 0x90, 0x61, 0x1c, 0xdc, 0xc4, 0xd6, 0x18, 0x81, 0x0d, 0x20, 0xaa, 0xc6, 0xd8, 0x73, 0xe4, 0x04, 0x40, 0x7f, 0x10, 0x38, 0x64, 0x61, 0x94, 0xd1, 0x7e, 0x02, 0x52, 0x79, 0x36, 0x00, 0xa2, 0x06, 0x18, 0x1b, 0x08, 0xc4, 0x69, 0xa6, 0xc6, 0x73, 0x5f, 0xb4, 0xf1, 0x51, 0x0f, 0xea, 0xc6, 0x1c, 0x92, 0x81, 0xeb, 0x92, 0xea, 0x1c, 0xbc, 0x72, 0x76, 0x06, 0xe7, 0x63, 0x59, 0x15, 0x65, 0xc6, 0x78, 0xda, 0x68, 0xf8, 0x31, 0x0a, 0xc0, 0x67, 0xae, 0x12, 0xe6, 0x1f, 0xce, 0x20, 0x0f, 0xaf, 0xd3, 0xb4, 0x71, 0x2f, 0x8e, 0x6c, 0x07, 0x11, 0x6e, 0x63, 0xaf, 0x4a, 0x3f, 0xbf, 0x8e, 0x6c, 0xd7, 0xae, 0x53, 0xd7, 0x64, 0xcc, 0x08, 0x0b, 0xbb, 0xfc, 0x23, 0xcf, 0xd3, 0x45, 0xc2, 0x1d, 0x6d, 0x36, 0x2a, 0x7b, 0x3d, 0x74, 0xb4, 0x01, 0xc6, 0x04, 0x02, 0xe9, 0x86, 0xb6, 0x75, 0xb4, 0x3c, 0x88, 0xb7, 0xa1, 0x8c, 0xff, 0x59, 0x64, 0x78, 0x9a, 0x08, 0x6d, 0x56, 0x55, 0xe6, 0xdc, 0x8c, 0x4a, 0xfc, 0x6d, 0x92, 0xea, 0x48, 0x51, 0x56, 0x87, 0xcb, 0x29, 0x52, 0xce, 0xfc, 0xf8, 0x32, 0x47, 0xc7, 0xf9, 0x28, 0xb9, 0x64, 0xe7, 0x2f, 0xa6, 0x6c, 0x0f, 0x3a, 0xc1, 0x06, 0xe5, 0xfe, 0xf5, 0x91, 0x60, 0x0b, 0xd9, 0xbc, 0x57, 0xa7, 0x8e, 0x49, 0x35, 0x6b, 0xd4, 0x6b, 0x75, 0xf8, 0xcd, 0xba, 0x4c, 0x2e, 0x95, 0x6c, 0xbb, 0x42, 0x99, 0x7d, 0xce, 0x04, 0xe7, 0xb0, 0x62, 0xaf, 0x95, 0x0c, 0xe7, 0x2e, 0x6a, 0xa7, 0x01, 0x22, 0x04, 0x6a, 0x21, 0x04, 0x62, 0x9f, 0x19, 0xf2, 0x21, 0x79, 0xb6, 0xaf, 0x9a, 0x76, 0x5d, 0x90, 0x89, 0xf3, 0xb8, 0x01, 0xe5, 0x3b, 0x92, 0xd8, 0x92, 0xb3, 0xac, 0x08, 0x17, 0x89, 0x95, 0x43, 0xf3, 0xa4, 0x5f, 0x5c, 0x6b, 0x59, 0x2c, 0xc3, 0xf9, 0x10, 0x3d, 0xe1, 0x66, 0xcd, 0x63, 0x00, 0x7b, 0xf6, 0x74, 0x79, 0x31, 0x0a, 0x77, 0xe7, 0x79, 0x10, 0xe6, 0x6f, 0xc2, 0xf8, 0xe1, 0x68, 0x26, 0x91, 0xf9, 0xaa, 0x99, 0x31, 0xd2, 0x40, 0x80, 0x16, 0xa9, 0x10, 0x3a, 0x28, 0xc3, 0x54, 0x8a, 0xac, 0xc9, 0x6e, 0x3b, 0xd1, 0x65, 0x4d, 0x27, 0x5c, 0xda, 0x43, 0xde, 0x7a, 0xc9, 0xba, 0x3c, 0xb3, 0x9c, 0x73, 0x28, 0x4a, 0x7c, 0x1b, 0x20, 0xbf, 0x07, 0x23, 0xb5, 0x55, 0xa2, 0x00, 0x34, 0xf1, 0x83, 0xca, 0x48, 0x70, 0x7f, 0xb5, 0x8a, 0x7d, 0x3d, 0xfb, 0x32, 0x5c, 0x0c, 0x9d, 0x75, 0x39, 0xcb, 0x19, 0x5e, 0x99, 0x9e, 0xf9, 0xa4, 0x5c, 0x9b, 0x43, 0xc8, 0xb1, 0xa8, 0x7e, 0x25, 0x99, 0x8b, 0x76, 0x6a, 0xd1, 0xa2, 0x84, 0x45, 0xf1, 0x4c, 0xf6, 0x1e, 0xcd, 0xda, 0xed, 0x76, 0xcc, 0xa8, 0xd7, 0x1b, 0x58, 0xb6, 0x6c, 0x29, 0x16, 0x2f, 0x5e, 0x8c, 0x8b, 0x2f, 0xb9, 0x48, 0xf0, 0x7e, 0xa1, 0x17, 0x9c, 0x97, 0xa6, 0xed, 0xa1, 0x7f, 0x51, 0x98, 0xa3, 0x73, 0xcf, 0x8c, 0x89, 0x24, 0x33, 0x18, 0x3a, 0xd5, 0xd0, 0x49, 0x26, 0xe8, 0x8d, 0x7a, 0x43, 0x64, 0x59, 0xd2, 0xa8, 0x04, 0x80, 0x83, 0xae, 0xba, 0x2a, 0x49, 0x4a, 0x60, 0x22, 0xdb, 0x14, 0x92, 0x7c, 0xeb, 0xf7, 0xec, 0x02, 0x5b, 0xdc, 0x4f, 0xec, 0xd9, 0x2a, 0x9c, 0xea, 0xfd, 0x92, 0x1d, 0x7b, 0x58, 0x09, 0x40, 0x18, 0x08, 0xab, 0xd7, 0x6a, 0xa8, 0xd5, 0xaa, 0x96, 0xb9, 0xb4, 0xd6, 0xd9, 0x8c, 0x5d, 0xd9, 0xa0, 0x4a, 0xba, 0x34, 0x8d, 0xbf, 0x5a, 0x30, 0xb6, 0x65, 0x57, 0xd1, 0x6c, 0x4a, 0x36, 0xdc, 0x42, 0xde, 0x80, 0x56, 0x1a, 0xc2, 0x26, 0xe2, 0xfc, 0xdc, 0xef, 0x7e, 0x87, 0xdb, 0x7f, 0x76, 0x3b, 0x76, 0xec, 0xd8, 0x8e, 0x29, 0x53, 0xa6, 0x04, 0xa9, 0x10, 0xf0, 0x7c, 0xf7, 0xa9, 0x4e, 0xbd, 0x0c, 0x4f, 0x80, 0xac, 0xe1, 0x28, 0x8d, 0x4a, 0xb7, 0x6e, 0xd7, 0xa1, 0x4e, 0x73, 0x0e, 0x55, 0xf2, 0xf5, 0x8d, 0xd6, 0x08, 0x96, 0x02, 0x20, 0xfa, 0x5f, 0x67, 0x0d, 0x7b, 0x95, 0xf0, 0xa6, 0x09, 0x4f, 0x30, 0x43, 0xbc, 0x8f, 0x60, 0x6d, 0x05, 0xca, 0x5b, 0xb4, 0x10, 0xf9, 0x1a, 0xc9, 0x0f, 0x84, 0xe9, 0x28, 0x00, 0xad, 0x92, 0x00, 0x16, 0xbd, 0x41, 0xd3, 0xfc, 0x22, 0xcb, 0x81, 0x17, 0x61, 0x3b, 0x12, 0x0f, 0x4e, 0x78, 0x09, 0x2c, 0xae, 0x97, 0xa7, 0xf5, 0x6b, 0x7b, 0x29, 0xbf, 0x94, 0xe3, 0x7f, 0xdf, 0x6d, 0x48, 0x44, 0xd8, 0xb8, 0xf1, 0x35, 0xdc, 0xf5, 0xf3, 0x9f, 0x63, 0xf5, 0xea, 0xd5, 0x1e, 0x44, 0x91, 0x46, 0x70, 0xda, 0x68, 0x80, 0x39, 0x01, 0xc0, 0xe8, 0xef, 0xaf, 0xa2, 0x56, 0xed, 0x87, 0x29, 0x9e, 0x37, 0x76, 0x44, 0xa1, 0x63, 0x1d, 0x9a, 0xb5, 0x67, 0x21, 0xcf, 0x43, 0x33, 0x1a, 0x23, 0xb8, 0x68, 0xa7, 0x38, 0x32, 0x49, 0x70, 0x2e, 0x3d, 0x9c, 0x9d, 0x63, 0x41, 0xa9, 0x1c, 0x52, 0xea, 0x1c, 0x16, 0xb9, 0xcd, 0xc2, 0x36, 0x1b, 0x73, 0xad, 0x8e, 0x32, 0x41, 0xd3, 0x1a, 0x23, 0xb7, 0xd6, 0xa3, 0x00, 0x0c, 0xc9, 0x1e, 0x30, 0x8d, 0xb1, 0xac, 0x37, 0x22, 0xc8, 0x9e, 0x34, 0x61, 0x7d, 0x16, 0x58, 0x5c, 0xde, 0x5c, 0xbf, 0x83, 0x5b, 0x26, 0x40, 0x2a, 0x57, 0xf5, 0xc6, 0x1b, 0xa8, 0xf3, 0x82, 0xf8, 0xbd, 0x7b, 0xba, 0xb0, 0x60, 0xe1, 0x02, 0x3c, 0xfe, 0xcb, 0xc7, 0x0b, 0xbb, 0x30, 0x13, 0xfa, 0xb4, 0xe6, 0x89, 0xbe, 0xd3, 0x92, 0x2d, 0x03, 0xab, 0x24, 0xf1, 0x70, 0xbd, 0xed, 0x5d, 0xaa, 0xfc, 0xe9, 0xf1, 0xb2, 0xd8, 0xbe, 0xd0, 0x8f, 0x34, 0xcf, 0x9e, 0xb0, 0x9e, 0x30, 0x1a, 0x89, 0x00, 0xf8, 0x9a, 0x49, 0x1a, 0xa9, 0x4e, 0x00, 0x02, 0x27, 0x80, 0xe8, 0x38, 0xad, 0xb2, 0x02, 0x8a, 0x42, 0x66, 0xad, 0x9f, 0x0c, 0xc7, 0x79, 0x72, 0x60, 0x6e, 0x6c, 0xc7, 0x92, 0xc8, 0x31, 0x12, 0x00, 0x33, 0x26, 0xb5, 0x64, 0xd7, 0xb7, 0x29, 0x07, 0x62, 0x7c, 0xaa, 0xc9, 0x9a, 0xd3, 0x9c, 0x07, 0xa4, 0x24, 0xf4, 0xc9, 0x61, 0x11, 0x41, 0xb9, 0xa6, 0x54, 0xf9, 0x8d, 0xd7, 0xa9, 0xc6, 0x92, 0xe5, 0xcb, 0xb1, 0x60, 0xfe, 0x7c, 0xf4, 0xf5, 0xf5, 0x17, 0x1d, 0x33, 0xc0, 0x1d, 0x33, 0xcf, 0x38, 0xe5, 0x47, 0x9a, 0x75, 0x69, 0x43, 0x9e, 0x24, 0x21, 0xa4, 0x5a, 0x79, 0x4d, 0x79, 0x5d, 0x3b, 0x76, 0xe5, 0x31, 0xb9, 0xbf, 0xfb, 0xc3, 0x8e, 0x4d, 0xb5, 0x3c, 0xa4, 0x85, 0x27, 0x6c, 0x24, 0xc9, 0x70, 0x68, 0x58, 0x48, 0x28, 0xbb, 0x2a, 0x81, 0x8a, 0x9a, 0x20, 0x4c, 0x7e, 0x33, 0xd6, 0xb0, 0x48, 0x01, 0xb2, 0x4a, 0x95, 0xc8, 0x5f, 0x50, 0xca, 0x62, 0x9d, 0x51, 0x03, 0x8c, 0x91, 0x00, 0xb0, 0xbf, 0x93, 0x91, 0xd7, 0x63, 0x53, 0xdb, 0xf1, 0xa7, 0x46, 0x0c, 0x60, 0xb1, 0x3f, 0xc4, 0xee, 0x2f, 0x80, 0x0f, 0x33, 0x44, 0x9e, 0x00, 0x88, 0x08, 0xcf, 0x3d, 0xfb, 0x3b, 0xdc, 0x73, 0x77, 0x27, 0xb6, 0x6f, 0x7f, 0xb3, 0xcc, 0xb9, 0xfa, 0x74, 0x4a, 0xfa, 0xfa, 0xa5, 0x8f, 0x2e, 0xfd, 0xcd, 0x47, 0x3e, 0x34, 0x7b, 0x86, 0xd4, 0x0a, 0x24, 0x27, 0xd2, 0x50, 0x02, 0xa5, 0x52, 0xd1, 0x9b, 0xd4, 0x67, 0xfa, 0xd0, 0xf3, 0x24, 0x5d, 0xae, 0x2e, 0xa8, 0xe0, 0xf2, 0x2d, 0x2d, 0xb6, 0xa6, 0x11, 0xd6, 0x03, 0xb0, 0x2c, 0x89, 0x14, 0xb1, 0x0a, 0x32, 0x30, 0x72, 0xf0, 0xe4, 0x37, 0xd9, 0x84, 0xc0, 0x35, 0x7c, 0x84, 0x17, 0x07, 0x88, 0xc9, 0x70, 0xfb, 0x99, 0x0a, 0x36, 0x00, 0x05, 0x81, 0x00, 0x7b, 0x43, 0xfd, 0xe4, 0x2e, 0x3f, 0xe7, 0x3d, 0xf3, 0x02, 0x6d, 0xdd, 0xb6, 0x0d, 0xf7, 0x76, 0xde, 0x87, 0x17, 0x9e, 0x7f, 0xbe, 0x4c, 0xf5, 0x6c, 0x01, 0xf8, 0xbf, 0x2f, 0x5a, 0xb4, 0xc4, 0x76, 0x53, 0xae, 0x06, 0x06, 0xba, 0x67, 0xd4, 0xaa, 0x3c, 0xaf, 0xdf, 0xec, 0xe6, 0x1e, 0xd6, 0xf7, 0x61, 0x8f, 0xc3, 0xfd, 0x42, 0x88, 0x14, 0x89, 0x71, 0x48, 0x2d, 0x88, 0x04, 0x33, 0x15, 0x8c, 0x60, 0xa6, 0xb2, 0x74, 0xe8, 0xe6, 0xc9, 0x6f, 0x41, 0x21, 0x9d, 0x7d, 0xd1, 0xb5, 0x76, 0x4c, 0x47, 0xe5, 0xad, 0x8a, 0x02, 0x30, 0x4c, 0xc6, 0x2f, 0x7d, 0x4d, 0x60, 0x7f, 0xe4, 0x65, 0x86, 0xfe, 0xee, 0x2f, 0xe2, 0x02, 0x79, 0x57, 0xe6, 0x7d, 0xfb, 0x7a, 0xf1, 0xd0, 0x03, 0x0f, 0x62, 0xc5, 0x2f, 0x7f, 0x09, 0x9d, 0xea, 0x90, 0xf1, 0xfb, 0x98, 0xf8, 0x96, 0xae, 0xbd, 0x3d, 0xdf, 0x78, 0xea, 0xa9, 0xa7, 0x7a, 0xa4, 0x68, 0xa5, 0x8d, 0x94, 0x98, 0x92, 0xd2, 0x35, 0x65, 0x63, 0x8c, 0x12, 0x3f, 0xe6, 0x10, 0x0c, 0xde, 0x90, 0xb1, 0x05, 0xa3, 0x10, 0xc8, 0x8b, 0x12, 0x93, 0x0b, 0xde, 0x69, 0x2f, 0x92, 0x3b, 0xd8, 0x98, 0x62, 0x5f, 0x00, 0x1a, 0xf0, 0xb2, 0x41, 0xe5, 0x89, 0x61, 0x2e, 0x50, 0x21, 0xf9, 0x4d, 0x38, 0x09, 0x42, 0x1c, 0x14, 0x96, 0x3d, 0xca, 0x75, 0x6a, 0x44, 0x2f, 0xd0, 0x18, 0x31, 0xbe, 0xb8, 0x41, 0xca, 0xef, 0xee, 0x66, 0x2b, 0xa8, 0xe0, 0x8f, 0x1e, 0x32, 0xc7, 0x35, 0x34, 0x14, 0x1c, 0xd6, 0xd5, 0x3a, 0xc5, 0xca, 0x27, 0x9e, 0xc4, 0xc2, 0x5f, 0xfc, 0x02, 0x3d, 0xdd, 0x3d, 0x65, 0xdc, 0xf4, 0x10, 0x6b, 0x5c, 0xb7, 0x64, 0xc9, 0xd2, 0x8d, 0x28, 0x41, 0xb6, 0x69, 0x5f, 0x4a, 0x3a, 0xd1, 0xa5, 0xeb, 0x73, 0x33, 0x86, 0x85, 0x83, 0xbd, 0xa4, 0x1b, 0x75, 0x16, 0x64, 0x73, 0x59, 0xad, 0xb2, 0x66, 0x80, 0xbd, 0xa4, 0x3b, 0x0b, 0x2d, 0x06, 0xda, 0x5a, 0xa9, 0xd4, 0x6f, 0x60, 0x0a, 0x88, 0x10, 0xe4, 0x02, 0xd9, 0xf8, 0x84, 0x9f, 0x05, 0xea, 0x17, 0x17, 0x05, 0x5a, 0x80, 0x65, 0x99, 0xa4, 0x9f, 0xf3, 0xa3, 0x05, 0x04, 0x8a, 0x35, 0xc1, 0x63, 0x66, 0x03, 0x40, 0x60, 0x7f, 0xe3, 0x96, 0xd3, 0xb6, 0xa8, 0x84, 0x45, 0x3c, 0x7f, 0x20, 0xcf, 0xcf, 0xaa, 0xd5, 0xab, 0x31, 0xaf, 0xf3, 0x7e, 0x6c, 0x79, 0xfd, 0xf5, 0x32, 0xc6, 0x7f, 0x16, 0x3a, 0xfd, 0xfc, 0xe2, 0xc5, 0xcb, 0x7f, 0x35, 0xf0, 0x6a, 0xaa, 0xd0, 0xdc, 0xe6, 0x2f, 0x4e, 0x72, 0x0f, 0x99, 0xee, 0x09, 0x99, 0xa1, 0x2d, 0xa7, 0xc2, 0x50, 0x30, 0x85, 0xc6, 0x0c, 0xf1, 0x08, 0xe7, 0xdb, 0xe7, 0xba, 0x2a, 0x4c, 0x87, 0xa6, 0xa1, 0xee, 0xfe, 0x00, 0x48, 0xa6, 0x43, 0x87, 0x69, 0xd5, 0x65, 0xe9, 0xd0, 0x68, 0x02, 0x17, 0x0b, 0x5a, 0x21, 0xd0, 0xc2, 0x9a, 0x47, 0x97, 0xb6, 0x1d, 0x05, 0x60, 0x04, 0x06, 0xb1, 0x37, 0x67, 0xcb, 0xee, 0xff, 0x1a, 0xae, 0xaa, 0xc9, 0xf7, 0xfb, 0xbf, 0xf9, 0xe6, 0x76, 0x3c, 0xb0, 0xf0, 0x01, 0xfc, 0xf6, 0xb7, 0xcf, 0x96, 0x6d, 0x9f, 0x3b, 0x52, 0xc6, 0x37, 0xb7, 0x6e, 0xd9, 0xfa, 0x6f, 0x2f, 0xbe, 0xf8, 0x62, 0x3a, 0x98, 0x2f, 0xa3, 0x0a, 0xa0, 0xbd, 0x2c, 0x19, 0x2e, 0x67, 0x74, 0x25, 0xaa, 0xc1, 0x9c, 0xab, 0x15, 0xde, 0x84, 0x1b, 0x1f, 0xf6, 0x50, 0xa1, 0xfb, 0xb4, 0x09, 0xe2, 0x0d, 0xc1, 0xb8, 0xa4, 0x66, 0x02, 0x91, 0xf5, 0x05, 0x72, 0x1a, 0x00, 0x9e, 0xc3, 0xd8, 0x9f, 0xaf, 0x5c, 0xd0, 0x02, 0xdc, 0xe4, 0x93, 0xa9, 0xd8, 0x67, 0x42, 0x7b, 0x46, 0x70, 0xec, 0x0b, 0x34, 0x6a, 0xb4, 0x03, 0x00, 0x8d, 0x46, 0x83, 0xda, 0x3b, 0x2a, 0x45, 0x08, 0x64, 0x72, 0xd9, 0xed, 0x90, 0x6c, 0x17, 0xae, 0xf7, 0x60, 0x0f, 0x33, 0x14, 0x01, 0xb5, 0x5a, 0x1d, 0x4b, 0x97, 0x2e, 0xc3, 0xe2, 0xc7, 0x16, 0xa3, 0xd1, 0x28, 0xf4, 0xac, 0xa9, 0xb3, 0xc6, 0x8f, 0xbb, 0x7b, 0xf6, 0xdd, 0xf8, 0xe4, 0x93, 0x4f, 0x76, 0x61, 0x18, 0x8e, 0x3c, 0xd6, 0x3c, 0xe8, 0x16, 0x5c, 0xde, 0x0b, 0x88, 0xc2, 0x96, 0x76, 0x25, 0xd9, 0xa3, 0xce, 0x56, 0xb1, 0xdf, 0xc3, 0x43, 0xd6, 0x00, 0xce, 0xa1, 0x94, 0xa6, 0x04, 0x52, 0x1e, 0x4c, 0x94, 0x23, 0x9b, 0x3c, 0xff, 0x7e, 0x80, 0xf5, 0x5d, 0x4d, 0x40, 0xa8, 0x0d, 0x02, 0x9b, 0xca, 0xf4, 0x35, 0xb2, 0xf1, 0x8a, 0xd8, 0x17, 0x68, 0x54, 0x8c, 0x3f, 0x98, 0x1b, 0xd4, 0xe1, 0x21, 0x72, 0xb0, 0xc7, 0x62, 0x7e, 0xe7, 0xd9, 0x61, 0x66, 0x3c, 0xfd, 0xf4, 0x33, 0x58, 0xb8, 0xf0, 0x01, 0x74, 0x77, 0x75, 0x97, 0x71, 0xcd, 0xd2, 0x7a, 0xb5, 0x71, 0xfd, 0x8a, 0x15, 0x2b, 0x56, 0x0f, 0x75, 0x0d, 0xd6, 0x06, 0xe8, 0x4d, 0x49, 0xb7, 0x85, 0xf5, 0x00, 0xf0, 0x8a, 0xe0, 0xbd, 0xbc, 0x03, 0xa0, 0xa4, 0x9b, 0xb5, 0xf8, 0xb7, 0x74, 0xa7, 0x25, 0xdf, 0xbd, 0x88, 0x21, 0x69, 0x00, 0x0e, 0xbd, 0x40, 0x65, 0x36, 0x80, 0x81, 0x31, 0x14, 0xa6, 0x40, 0x90, 0xd7, 0x71, 0xb5, 0x80, 0xff, 0x4d, 0x76, 0xa9, 0x31, 0x7a, 0xcd, 0x27, 0x4a, 0x0d, 0xa0, 0x62, 0x20, 0xac, 0xb5, 0x8c, 0x5f, 0x80, 0x3e, 0x05, 0xc6, 0x67, 0xeb, 0xea, 0x34, 0x1f, 0xb5, 0x71, 0xc3, 0x06, 0xcc, 0xbf, 0x7f, 0x01, 0x36, 0x6c, 0xd8, 0x58, 0xc6, 0xf8, 0x6b, 0x53, 0xd6, 0x7f, 0xbf, 0x6c, 0xd1, 0xb2, 0x47, 0x87, 0xfb, 0xfd, 0xe6, 0x5c, 0xad, 0xfb, 0x49, 0xeb, 0x09, 0xfe, 0xe7, 0x12, 0x97, 0xcf, 0x09, 0x06, 0x95, 0x7c, 0x42, 0x38, 0x62, 0x29, 0x80, 0x40, 0xb6, 0x27, 0x4a, 0x01, 0x02, 0xd1, 0x20, 0xd8, 0x9f, 0x7c, 0x23, 0x98, 0x41, 0xa4, 0x0b, 0x6e, 0x50, 0x0d, 0x39, 0x83, 0x38, 0x6b, 0x22, 0x66, 0x32, 0x3a, 0x59, 0x6b, 0x3b, 0xa2, 0x95, 0x91, 0xa5, 0xa0, 0x67, 0xf9, 0x49, 0x8e, 0xe1, 0x09, 0x94, 0xe5, 0x3b, 0x95, 0x18, 0xc1, 0xfa, 0x20, 0x1f, 0xc5, 0x5e, 0x19, 0x27, 0x8c, 0x4f, 0x69, 0x9a, 0x52, 0x99, 0xae, 0x77, 0xfa, 0xdd, 0x6f, 0xf9, 0x41, 0x04, 0xec, 0xd9, 0xbd, 0x07, 0x0f, 0x3d, 0xf4, 0x08, 0xfe, 0xdf, 0xff, 0xfd, 0x6d, 0x19, 0x66, 0xde, 0x9d, 0x6a, 0xfe, 0xfa, 0x9a, 0x55, 0x6b, 0x7e, 0xb8, 0x79, 0xf3, 0xe6, 0xc6, 0x68, 0x84, 0xb1, 0x86, 0xb0, 0x73, 0x35, 0xbb, 0xae, 0xd1, 0x03, 0x7e, 0x10, 0x95, 0xee, 0xfe, 0xde, 0xbf, 0xc6, 0x86, 0x01, 0xa0, 0x69, 0x40, 0xe3, 0x72, 0x50, 0x61, 0xd0, 0x5a, 0x5b, 0x8f, 0x59, 0x43, 0x37, 0xf2, 0xce, 0x1a, 0x59, 0xe0, 0xaa, 0x5a, 0xad, 0x66, 0x59, 0xac, 0x5a, 0x94, 0x4a, 0x32, 0x8b, 0x9c, 0x1f, 0xf2, 0x1d, 0x09, 0xaa, 0x38, 0x62, 0xca, 0x1c, 0x97, 0x46, 0x30, 0x37, 0x62, 0x20, 0x6c, 0x34, 0xcc, 0x4f, 0x03, 0xa0, 0x69, 0x11, 0xc1, 0x75, 0x06, 0xae, 0x22, 0x42, 0xbd, 0x5e, 0xc7, 0xca, 0x27, 0x56, 0x62, 0xf1, 0xa2, 0xa5, 0xa8, 0x56, 0xab, 0xe1, 0x5b, 0x1b, 0x0c, 0xfe, 0x59, 0x6f, 0x4f, 0xff, 0x8d, 0x2b, 0x57, 0xae, 0xdc, 0x3e, 0x42, 0xed, 0xe3, 0xbb, 0x41, 0xd3, 0x94, 0xb4, 0x0e, 0x8d, 0x41, 0x0e, 0x76, 0x7b, 0x1a, 0xe4, 0xc7, 0x51, 0x93, 0x7f, 0xd9, 0x0a, 0x04, 0x6b, 0xd7, 0x1b, 0x54, 0x6b, 0x26, 0x34, 0xaf, 0x6f, 0xa3, 0x32, 0x41, 0x90, 0x35, 0xc1, 0xda, 0xec, 0xec, 0x70, 0x69, 0x25, 0xb2, 0x2e, 0x80, 0xf2, 0x5c, 0x7f, 0x97, 0x16, 0x9d, 0x55, 0x0b, 0xb0, 0x15, 0x02, 0xf6, 0xb2, 0x5e, 0xa5, 0x8d, 0x23, 0x7b, 0x98, 0xc6, 0x9a, 0xe0, 0x31, 0x60, 0xfe, 0x82, 0x25, 0x2c, 0x9e, 0xbe, 0xf4, 0xc2, 0x2a, 0xcc, 0x9f, 0xb7, 0x00, 0xbb, 0x77, 0xef, 0x2e, 0x03, 0x4d, 0xcb, 0xfb, 0xd3, 0xfa, 0x17, 0x1e, 0x5f, 0xf2, 0xf8, 0x0b, 0xc3, 0xf8, 0x9e, 0xc1, 0xd7, 0x51, 0xab, 0x05, 0x6d, 0x1b, 0x65, 0xc9, 0x20, 0x37, 0x87, 0x41, 0x25, 0x3c, 0xaf, 0xf3, 0x62, 0xff, 0xbc, 0xd6, 0x07, 0x4a, 0x25, 0x60, 0x95, 0x31, 0x60, 0xa3, 0x2e, 0x4a, 0x2f, 0x99, 0x07, 0x64, 0xf6, 0xb2, 0x63, 0x9a, 0x35, 0x48, 0x3b, 0x1b, 0x40, 0xba, 0x59, 0x55, 0x3e, 0x66, 0x95, 0xc1, 0x5e, 0x51, 0x0c, 0x58, 0xb4, 0x42, 0xcc, 0x31, 0x3d, 0xe7, 0x06, 0x01, 0x13, 0x7b, 0xcd, 0x85, 0x85, 0x1f, 0xd4, 0x55, 0x9b, 0xc5, 0x9a, 0xe0, 0xb1, 0x62, 0x7e, 0x9f, 0xf1, 0xb7, 0x6c, 0xde, 0x82, 0x85, 0xf3, 0x7f, 0x81, 0xf5, 0xeb, 0x37, 0x94, 0x31, 0xfe, 0xba, 0x94, 0xf1, 0x8f, 0x4b, 0x17, 0x2d, 0xbd, 0x7f, 0xa8, 0x90, 0x6b, 0x38, 0xeb, 0xd6, 0x5a, 0x53, 0xd8, 0x18, 0x4b, 0x6a, 0x00, 0xe3, 0xbe, 0x64, 0x61, 0x1c, 0x6b, 0xd1, 0xdf, 0xc7, 0xf6, 0x38, 0xca, 0xe7, 0xff, 0x92, 0x52, 0x76, 0x24, 0x53, 0xa5, 0x52, 0xb1, 0x77, 0xc9, 0xc3, 0xd6, 0x45, 0x28, 0x34, 0x98, 0x20, 0x14, 0x02, 0x61, 0xd6, 0x40, 0x87, 0xb6, 0x75, 0x0f, 0x1c, 0xd8, 0x21, 0x6c, 0xea, 0xac, 0x89, 0x85, 0x10, 0x88, 0x19, 0x09, 0xc4, 0xde, 0x38, 0x29, 0x10, 0xa0, 0x91, 0xc6, 0x40, 0x58, 0xab, 0x99, 0xbf, 0xcc, 0x06, 0x20, 0x02, 0xba, 0xbb, 0xba, 0xb1, 0x68, 0xd1, 0x62, 0x3c, 0xf5, 0x9b, 0xa7, 0xcb, 0x7a, 0xd0, 0xec, 0x63, 0xf0, 0x77, 0x5e, 0xdb, 0xb0, 0xf9, 0xdb, 0x6b, 0xd6, 0xac, 0xe9, 0x1f, 0xa5, 0xe0, 0xd1, 0x80, 0x36, 0x80, 0x10, 0x80, 0x6a, 0xad, 0x86, 0x24, 0xcd, 0x76, 0xf1, 0x9e, 0xee, 0x9e, 0x6c, 0x48, 0xb5, 0x97, 0x07, 0x04, 0xf1, 0x5c, 0xd9, 0xce, 0x12, 0x94, 0x57, 0xb2, 0x99, 0x56, 0x29, 0xf0, 0x02, 0x65, 0x19, 0x83, 0x5a, 0x23, 0x58, 0x0f, 0xe8, 0x05, 0x6a, 0x6e, 0x03, 0x58, 0x27, 0x99, 0xf0, 0x26, 0x91, 0xa9, 0x87, 0x26, 0xbf, 0x15, 0x8b, 0xd7, 0x33, 0xd5, 0x18, 0xc9, 0x46, 0x4b, 0x40, 0xa4, 0x43, 0xc3, 0x6b, 0x4e, 0x2c, 0xbd, 0x55, 0xa0, 0xa8, 0x01, 0xc6, 0x84, 0xd2, 0x34, 0xc5, 0xaf, 0x9e, 0x58, 0x89, 0xc7, 0x1e, 0x79, 0x0c, 0xfd, 0xfd, 0x05, 0x9c, 0xcf, 0x9a, 0xf9, 0xe7, 0xb5, 0xfe, 0xae, 0x2f, 0x3f, 0xfe, 0xf8, 0x33, 0xdb, 0x46, 0xa9, 0x75, 0x06, 0x7d, 0x5d, 0xf7, 0x6b, 0xd2, 0x61, 0x57, 0x04, 0xa5, 0xbd, 0x28, 0xa9, 0x1d, 0xb9, 0x5a, 0x98, 0x4c, 0x29, 0xf2, 0x83, 0xcc, 0x5c, 0xe3, 0xfc, 0x6f, 0xa5, 0xc2, 0x92, 0x4d, 0x39, 0x19, 0x47, 0x63, 0x10, 0x1b, 0xa0, 0xf0, 0x7a, 0xca, 0x29, 0x29, 0x98, 0x4a, 0x33, 0x78, 0x6d, 0xe2, 0xb3, 0x74, 0x0d, 0x96, 0x5e, 0xe5, 0x3c, 0x68, 0x47, 0x70, 0x25, 0xc0, 0x19, 0xc3, 0xbb, 0xb8, 0x4b, 0x2e, 0x04, 0xce, 0xf5, 0x65, 0x27, 0xe9, 0x98, 0x75, 0xea, 0xd8, 0x1b, 0x74, 0x6c, 0x68, 0xc5, 0xb2, 0x5f, 0x96, 0x47, 0x43, 0x19, 0x2b, 0xeb, 0xf5, 0xf4, 0x0b, 0xcb, 0x97, 0x2f, 0xff, 0x6d, 0x2b, 0x99, 0x7c, 0xe0, 0xd7, 0x6b, 0x85, 0xd6, 0x88, 0x24, 0x27, 0xd5, 0xe7, 0x75, 0xc8, 0xa1, 0x00, 0x64, 0x11, 0xe1, 0x4c, 0x23, 0x64, 0x29, 0x10, 0xe4, 0x6b, 0x00, 0x8b, 0xf1, 0xc8, 0x32, 0x24, 0xeb, 0x51, 0x74, 0x5c, 0xd3, 0x5a, 0x34, 0xbd, 0x63, 0x91, 0xe7, 0xe3, 0x06, 0x83, 0x7b, 0x69, 0x0e, 0xec, 0xfe, 0x85, 0x12, 0x15, 0xa6, 0x22, 0x20, 0xe0, 0xcd, 0x5b, 0x30, 0x1d, 0x3a, 0xb4, 0x48, 0xb7, 0x8e, 0x1a, 0x60, 0x6c, 0xa8, 0x84, 0xf9, 0x37, 0xa5, 0xdc, 0xf8, 0xf2, 0xd2, 0x45, 0x2b, 0x3a, 0x0f, 0xc4, 0x7a, 0xbc, 0xe9, 0x35, 0xc2, 0x45, 0x6b, 0x9b, 0x67, 0x91, 0x31, 0x36, 0x95, 0x97, 0x05, 0x2a, 0xa3, 0xc3, 0x64, 0xab, 0xd6, 0xc8, 0x0e, 0xe3, 0x26, 0xf8, 0x69, 0x1c, 0xa3, 0xc9, 0xb3, 0x2f, 0xb5, 0x01, 0xf2, 0x74, 0x86, 0xac, 0xda, 0x0b, 0x5e, 0xa9, 0x28, 0xc8, 0xd5, 0x49, 0x70, 0x0e, 0xfe, 0xc9, 0x44, 0x85, 0xd9, 0x75, 0xd9, 0xb6, 0x70, 0xcd, 0x78, 0x8c, 0x62, 0x32, 0xdc, 0xfe, 0x94, 0x04, 0xf4, 0x69, 0xf0, 0xf7, 0x77, 0xbc, 0xb9, 0xf3, 0x9b, 0xcf, 0x3d, 0xf7, 0x5c, 0xcf, 0x20, 0xbb, 0x37, 0xb7, 0xf0, 0x75, 0xfb, 0x1d, 0xa1, 0x0d, 0x60, 0x9d, 0x3f, 0xca, 0x41, 0x0b, 0xaf, 0x10, 0xdf, 0xd3, 0x06, 0xca, 0xf6, 0xdc, 0x31, 0x10, 0xc8, 0x9f, 0x76, 0x6f, 0x5c, 0xa1, 0x94, 0x8f, 0x1e, 0x6a, 0x6a, 0x04, 0x0f, 0x4f, 0x00, 0x58, 0xa4, 0x40, 0xe7, 0x1a, 0x48, 0x16, 0xd9, 0x14, 0x93, 0xdf, 0x4c, 0xe6, 0x6d, 0x36, 0x56, 0x8a, 0x89, 0x73, 0x8d, 0x42, 0x5e, 0x65, 0x19, 0x71, 0xd6, 0xb6, 0x52, 0xc7, 0x9a, 0xe0, 0x21, 0xb0, 0xee, 0x30, 0x98, 0x6e, 0xd2, 0xa4, 0x49, 0xfb, 0x72, 0x5e, 0x6b, 0x17, 0xae, 0x96, 0xce, 0x5a, 0xad, 0x71, 0xc3, 0x8a, 0x15, 0x2b, 0x36, 0xef, 0x2f, 0x66, 0x2f, 0x3b, 0xa6, 0x1a, 0x8a, 0xfd, 0x38, 0x00, 0x03, 0xa4, 0xad, 0x8b, 0xd0, 0x4e, 0x7b, 0x81, 0x0f, 0x7f, 0xa4, 0x06, 0xf0, 0xed, 0x05, 0x27, 0x00, 0x24, 0x22, 0xda, 0x99, 0x06, 0x30, 0xad, 0x0d, 0x9b, 0x7a, 0x7c, 0x9a, 0xbe, 0xce, 0x4c, 0x6c, 0x1b, 0x63, 0x99, 0xae, 0x7a, 0x66, 0xb9, 0x2a, 0x1f, 0x26, 0xc2, 0x4e, 0xe0, 0x98, 0x58, 0xa4, 0x8c, 0x6b, 0x4f, 0x18, 0xb2, 0x26, 0x41, 0xf9, 0xf0, 0x41, 0x79, 0x69, 0x88, 0xbc, 0x9a, 0x60, 0x3e, 0xc8, 0x25, 0x40, 0x8d, 0x97, 0x8d, 0x7e, 0xc5, 0x8a, 0x15, 0x35, 0x30, 0xff, 0x03, 0x80, 0x9d, 0x00, 0x9e, 0x6c, 0xb0, 0xbe, 0x74, 0xd1, 0xa2, 0x25, 0x7f, 0xb9, 0x62, 0xc5, 0x8a, 0x4d, 0xc3, 0x65, 0x04, 0xa0, 0x89, 0x83, 0xbe, 0xf9, 0xeb, 0xf2, 0x58, 0xc9, 0x39, 0xf5, 0xac, 0x15, 0x48, 0xfe, 0x70, 0x43, 0xb9, 0x4d, 0xc3, 0x2d, 0xf2, 0xfe, 0x96, 0x59, 0xa0, 0xa1, 0x6d, 0x60, 0x93, 0xd2, 0x4a, 0x4a, 0x0d, 0x4d, 0x84, 0x55, 0xb3, 0x86, 0x46, 0x8a, 0xe1, 0xfe, 0x66, 0x33, 0xba, 0xc8, 0xae, 0x93, 0x5c, 0x77, 0x0a, 0xa5, 0x28, 0xaf, 0x41, 0x86, 0x98, 0x4a, 0xe3, 0x66, 0x95, 0x19, 0x81, 0xb5, 0x76, 0x8b, 0x39, 0x5f, 0x29, 0x99, 0x7e, 0x65, 0x8c, 0x6d, 0xfb, 0x1d, 0x68, 0xbe, 0xce, 0x08, 0x81, 0x86, 0xbb, 0x1b, 0x2f, 0x5a, 0xb4, 0xf4, 0xfb, 0x00, 0xbe, 0xdf, 0xea, 0x1d, 0x1c, 0x03, 0xa4, 0x10, 0x0f, 0xe1, 0xbd, 0x48, 0x12, 0xc5, 0x5c, 0xe6, 0xee, 0xb0, 0x9d, 0x25, 0xe0, 0xa0, 0x0d, 0xe0, 0x31, 0xba, 0x12, 0x1e, 0xa0, 0x50, 0x13, 0xf8, 0xb3, 0x93, 0xb2, 0x6d, 0x7f, 0x00, 0x23, 0x78, 0xd0, 0x4d, 0x40, 0xeb, 0x86, 0x2b, 0xbd, 0x64, 0xd7, 0x44, 0x95, 0x45, 0x77, 0x68, 0x45, 0xf9, 0x94, 0x9d, 0xbc, 0xe1, 0x80, 0x22, 0xd7, 0x2e, 0x05, 0xd0, 0xfe, 0x10, 0x12, 0x9b, 0x7c, 0x9b, 0xb7, 0x76, 0xe7, 0xcc, 0x37, 0xc5, 0x31, 0x10, 0xd6, 0x32, 0x21, 0xc0, 0x7e, 0x60, 0xf6, 0x90, 0x79, 0x86, 0x55, 0x64, 0x52, 0x6a, 0x03, 0x78, 0x70, 0x5f, 0x94, 0x40, 0xda, 0x4e, 0x73, 0x41, 0xfb, 0x16, 0x0a, 0x04, 0x00, 0x7e, 0x2a, 0x34, 0x49, 0x0d, 0x50, 0x6c, 0x38, 0xc5, 0x83, 0x5c, 0xdb, 0x52, 0x1b, 0x40, 0xa7, 0xce, 0xc5, 0x49, 0x0c, 0x68, 0xb3, 0xa6, 0x3c, 0xb8, 0x65, 0x86, 0xc9, 0x78, 0x1d, 0x22, 0xbc, 0xfe, 0x4b, 0xa6, 0x45, 0x8b, 0x33, 0xe2, 0x4d, 0x5c, 0x20, 0x56, 0x84, 0x8d, 0x4c, 0x08, 0x0e, 0x66, 0x66, 0x1f, 0xb0, 0xf6, 0x36, 0xb4, 0x01, 0x5c, 0x03, 0xb8, 0x3c, 0xb7, 0x3e, 0x67, 0x6e, 0xbb, 0xe3, 0x97, 0x68, 0x82, 0x2c, 0xff, 0x5e, 0xe5, 0xe7, 0x8b, 0x6f, 0xcd, 0xa6, 0x6a, 0xd8, 0x5d, 0x5b, 0x60, 0xeb, 0x81, 0x60, 0x5c, 0x33, 0x2f, 0xa8, 0xf3, 0xf5, 0x9b, 0x5e, 0x49, 0x56, 0x11, 0xb8, 0x3c, 0x67, 0x62, 0x39, 0x43, 0x99, 0xdd, 0x80, 0x6d, 0x82, 0x5f, 0x07, 0x60, 0xba, 0x25, 0x9a, 0x0a, 0x37, 0xd3, 0x5d, 0x5a, 0xce, 0x09, 0x8e, 0x45, 0xf1, 0xfb, 0x45, 0x1b, 0xb4, 0x8a, 0xd9, 0x87, 0x55, 0x64, 0x6e, 0x0d, 0x29, 0xd5, 0xe0, 0xc2, 0x8c, 0x30, 0xbb, 0xff, 0xc3, 0xb4, 0x56, 0x2e, 0xd7, 0x04, 0x08, 0xaa, 0xc2, 0x48, 0xb8, 0x3e, 0xc5, 0xae, 0x0c, 0xa5, 0x3c, 0x0d, 0x50, 0x32, 0xb1, 0x7a, 0xd0, 0x0d, 0xc6, 0x18, 0xb2, 0xd6, 0x0d, 0x6a, 0x30, 0x0c, 0x11, 0x94, 0xce, 0xbc, 0x40, 0xa6, 0x0d, 0x23, 0x19, 0x01, 0x66, 0xb2, 0xbd, 0x82, 0xdc, 0x3c, 0x30, 0x67, 0x08, 0x9b, 0x89, 0x3c, 0x46, 0x03, 0x20, 0x6f, 0x05, 0xe9, 0xea, 0x01, 0x62, 0x51, 0xfc, 0x48, 0xb5, 0xc1, 0x60, 0xd8, 0x9c, 0xc6, 0x80, 0xd9, 0x07, 0x84, 0x3a, 0xcd, 0xa8, 0x06, 0xa0, 0x9d, 0x7d, 0x37, 0xa8, 0x6f, 0x44, 0xb2, 0x80, 0x3e, 0x39, 0x3f, 0xe7, 0xf8, 0x9e, 0x11, 0x74, 0x7f, 0x03, 0xe7, 0x2d, 0x13, 0x25, 0x24, 0x21, 0x90, 0x66, 0x6f, 0x14, 0x13, 0x17, 0x53, 0x31, 0x07, 0xfd, 0x2d, 0x32, 0x1d, 0x5a, 0x8b, 0x4e, 0x19, 0x5e, 0x9f, 0x13, 0xd3, 0xfd, 0x2d, 0x10, 0x82, 0x4c, 0x66, 0x65, 0x33, 0x31, 0xb3, 0x56, 0x12, 0xb3, 0x40, 0x32, 0x0d, 0x20, 0x47, 0x24, 0xe9, 0x18, 0x08, 0x1b, 0x53, 0x68, 0x34, 0x14, 0x61, 0x68, 0x19, 0xd4, 0x69, 0xaa, 0x01, 0x1a, 0x81, 0x11, 0x4c, 0xae, 0x85, 0x42, 0x06, 0x7d, 0xc8, 0x7a, 0x7c, 0xe0, 0x79, 0x77, 0x38, 0xe8, 0x0f, 0x94, 0x31, 0xa1, 0x46, 0x96, 0xd6, 0xed, 0x4d, 0xa9, 0x06, 0xc0, 0x72, 0x18, 0x1f, 0x0f, 0x7f, 0x9d, 0x9c, 0x49, 0x50, 0x60, 0x43, 0xd8, 0xda, 0x51, 0xbf, 0x2b, 0x84, 0x0d, 0x74, 0xc1, 0xce, 0x5a, 0x96, 0x1a, 0xc0, 0x40, 0x38, 0x96, 0x13, 0xff, 0xf2, 0x3a, 0x54, 0x69, 0x04, 0x47, 0x1b, 0x60, 0xec, 0xb5, 0x42, 0x2b, 0x71, 0xfd, 0x50, 0xb6, 0x2b, 0x2a, 0xc7, 0xd7, 0x72, 0x76, 0x81, 0x13, 0x02, 0x36, 0x4c, 0x20, 0x04, 0x81, 0x4d, 0x4b, 0x47, 0xc8, 0x6e, 0x6c, 0xec, 0xe5, 0x04, 0x81, 0xb3, 0xa6, 0xb4, 0xb6, 0xaf, 0x2f, 0x38, 0x0f, 0x84, 0x79, 0x7d, 0x81, 0x78, 0x18, 0xd7, 0xad, 0x00, 0x81, 0xe4, 0x2f, 0xca, 0xd2, 0x1e, 0x72, 0x1b, 0x81, 0x45, 0xa2, 0x9b, 0x85, 0x36, 0xb2, 0x06, 0x20, 0x10, 0x04, 0x13, 0xa7, 0xb0, 0x33, 0x9b, 0xa5, 0x0d, 0x10, 0x21, 0xd0, 0x81, 0x14, 0x86, 0x91, 0xec, 0xea, 0x34, 0x1c, 0xa6, 0x32, 0x20, 0x48, 0xeb, 0xc4, 0x3f, 0xc3, 0x18, 0x97, 0xda, 0xec, 0xb6, 0x22, 0xb2, 0x2b, 0x9a, 0x64, 0x99, 0xd6, 0xfb, 0x64, 0xa7, 0xc2, 0xbb, 0x09, 0x94, 0x9a, 0x19, 0x49, 0xee, 0x95, 0x01, 0x51, 0xe0, 0x05, 0x1a, 0xbe, 0x06, 0x90, 0x02, 0xa0, 0x83, 0xce, 0x6f, 0x6e, 0xba, 0x66, 0x6e, 0xaf, 0x98, 0x6a, 0x30, 0x29, 0x08, 0x86, 0xdd, 0x89, 0x45, 0x5b, 0x1a, 0xe9, 0x12, 0x65, 0x3b, 0x5e, 0xc9, 0xd5, 0x2e, 0x47, 0x0d, 0xb0, 0xbf, 0x84, 0xa1, 0x55, 0xb8, 0x7e, 0xd8, 0xa0, 0xb5, 0x06, 0x20, 0x09, 0x0a, 0x62, 0xb4, 0xad, 0x4d, 0x66, 0x6f, 0x9a, 0x3a, 0x64, 0x3b, 0x77, 0xd3, 0x99, 0x41, 0xcc, 0x33, 0x96, 0x5a, 0x40, 0xce, 0x25, 0x23, 0x66, 0x8f, 0xb1, 0xc4, 0x1c, 0xa6, 0x21, 0x5f, 0x23, 0x4f, 0x00, 0xd2, 0xd4, 0x83, 0x2f, 0x96, 0xf9, 0x65, 0xb7, 0x08, 0x6f, 0x90, 0xf8, 0x20, 0x5a, 0x20, 0xd7, 0x20, 0x99, 0x9d, 0x20, 0xdd, 0xa0, 0x88, 0x02, 0x70, 0x00, 0x05, 0x62, 0x34, 0x8c, 0x3e, 0xe4, 0xad, 0x4b, 0x35, 0x14, 0x73, 0x45, 0x26, 0xc3, 0x31, 0xc8, 0x64, 0x53, 0x5a, 0x26, 0x32, 0x05, 0xe7, 0x9c, 0xf7, 0xd7, 0x67, 0xaf, 0x55, 0xa2, 0x9d, 0x3e, 0x23, 0x47, 0x94, 0x82, 0x6c, 0x0a, 0xb2, 0x91, 0x14, 0x1e, 0xbc, 0x3b, 0xf4, 0x00, 0xbf, 0x4b, 0xc3, 0x34, 0x94, 0xd3, 0xac, 0x5d, 0xa6, 0x27, 0x82, 0x4e, 0xd1, 0x62, 0xca, 0xa0, 0x9c, 0xa9, 0x4c, 0x03, 0x69, 0x01, 0x88, 0x73, 0x58, 0xdb, 0x75, 0x6a, 0xc4, 0xbe, 0x40, 0x07, 0xa3, 0x50, 0x8c, 0x10, 0xea, 0x94, 0x53, 0x92, 0x24, 0x7e, 0x2e, 0x90, 0xe9, 0x9a, 0xa0, 0xb2, 0xe8, 0xa9, 0x4b, 0x19, 0x26, 0x37, 0x6a, 0x29, 0x1f, 0xd9, 0x24, 0x27, 0x2d, 0x82, 0x45, 0x37, 0x09, 0x26, 0x91, 0x7a, 0x9c, 0xb1, 0xa2, 0x87, 0xad, 0x87, 0x66, 0x03, 0x04, 0x10, 0xc8, 0xbd, 0x45, 0xe7, 0x05, 0x3b, 0x7e, 0x7b, 0x15, 0x6e, 0xf2, 0x89, 0xfe, 0xc0, 0x59, 0x0a, 0x1c, 0xbd, 0xb6, 0x4c, 0x26, 0x97, 0x16, 0xb9, 0x4e, 0xe2, 0xd8, 0x17, 0x68, 0xbc, 0x09, 0xc6, 0x08, 0x34, 0x41, 0x15, 0x5a, 0xfb, 0x97, 0x92, 0xf3, 0xd4, 0x05, 0x5b, 0x5c, 0x65, 0x5c, 0x8a, 0xc2, 0x0b, 0xe4, 0xda, 0x8e, 0x8b, 0x31, 0xaf, 0x79, 0x17, 0x08, 0x33, 0xf2, 0xd5, 0x4c, 0xac, 0x09, 0x23, 0xac, 0x23, 0x41, 0x16, 0x76, 0xc4, 0x69, 0x6e, 0x03, 0x78, 0x1e, 0x1c, 0xf1, 0xa1, 0x03, 0xd7, 0x9a, 0x05, 0xb5, 0x36, 0xde, 0x5c, 0x66, 0xd3, 0xc2, 0x5d, 0xb6, 0x71, 0x8f, 0x36, 0xc0, 0x21, 0x2f, 0x28, 0x75, 0xa5, 0x58, 0x89, 0x6e, 0xd2, 0x86, 0xb9, 0xdc, 0x04, 0x75, 0x31, 0x8f, 0xdd, 0x0a, 0x82, 0xf0, 0x0e, 0x89, 0xb9, 0x65, 0x5e, 0x0b, 0x77, 0x2b, 0x24, 0x99, 0x4b, 0xd2, 0x0f, 0x84, 0x8d, 0xe0, 0x87, 0x68, 0xed, 0xba, 0x42, 0xa4, 0xe1, 0xe7, 0x70, 0xa0, 0x57, 0x86, 0xea, 0x10, 0x2b, 0x9e, 0x27, 0x6d, 0x95, 0x68, 0x03, 0x1c, 0x0e, 0x54, 0x05, 0xb4, 0x2a, 0x4e, 0x8a, 0x67, 0x72, 0xb0, 0xc2, 0xf8, 0xd6, 0xad, 0x3b, 0xd4, 0x06, 0x99, 0xc2, 0xbe, 0xa5, 0x81, 0x20, 0x70, 0x36, 0x6b, 0x9a, 0x82, 0xbe, 0xfb, 0x23, 0x21, 0x2d, 0x06, 0x65, 0x6b, 0x4e, 0x1d, 0xd3, 0x97, 0xe4, 0xd5, 0x79, 0x7d, 0x81, 0x42, 0xa0, 0x94, 0xcf, 0x58, 0x4e, 0x53, 0x9d, 0xe3, 0x7d, 0x93, 0x32, 0xcd, 0xf9, 0x50, 0xc0, 0x58, 0x13, 0x7c, 0xf8, 0xa9, 0x09, 0x6f, 0x4a, 0xa2, 0x9c, 0x2e, 0x6f, 0xf8, 0x80, 0xed, 0xa4, 0x47, 0x2b, 0x08, 0xc1, 0x40, 0x3a, 0x39, 0xd7, 0xc0, 0xa6, 0x1a, 0x30, 0xb2, 0x6e, 0x6e, 0x4c, 0xde, 0xa0, 0x6b, 0xf0, 0xc8, 0xc6, 0xa4, 0xba, 0x5d, 0x9a, 0xc5, 0xbc, 0x63, 0x27, 0x1c, 0xae, 0xd5, 0xa1, 0x76, 0xda, 0x2c, 0x9f, 0x2e, 0x69, 0x35, 0x08, 0xcb, 0x26, 0xc4, 0x9c, 0xbb, 0x72, 0x95, 0x33, 0xf6, 0xc5, 0xac, 0x31, 0x8a, 0x35, 0xc1, 0x87, 0x03, 0xd5, 0x82, 0x2e, 0xc8, 0xda, 0x36, 0x90, 0x72, 0x1a, 0x80, 0xac, 0x20, 0x78, 0x81, 0xa5, 0x9c, 0x99, 0xad, 0x4b, 0xd1, 0xe4, 0xe3, 0x5b, 0x0d, 0x21, 0x9b, 0xd4, 0x4a, 0x41, 0xe3, 0x51, 0x09, 0x6a, 0xaa, 0x1b, 0xe8, 0xed, 0xeb, 0xb3, 0x1a, 0x8b, 0x83, 0xc1, 0xd6, 0x36, 0x45, 0x43, 0x8c, 0x44, 0x0d, 0x87, 0x91, 0xc8, 0x51, 0x53, 0x2e, 0xe2, 0x0d, 0x4f, 0x00, 0x74, 0x2c, 0x88, 0x39, 0x3c, 0xb5, 0x01, 0x9b, 0x19, 0x01, 0x62, 0x74, 0x90, 0x6b, 0x35, 0x28, 0x61, 0x06, 0xec, 0xae, 0xe9, 0x33, 0xa9, 0xeb, 0xc7, 0x99, 0x75, 0x5b, 0x46, 0x71, 0x1a, 0xfd, 0x28, 0xc8, 0x1a, 0xd4, 0x2c, 0x26, 0x6c, 0x66, 0x11, 0x39, 0x3b, 0xfa, 0xd4, 0x15, 0xe8, 0x3b, 0x07, 0x91, 0x4c, 0xd2, 0x23, 0x2a, 0x87, 0x4e, 0x07, 0xfb, 0x5c, 0xb0, 0xa8, 0x01, 0xc6, 0x5a, 0x00, 0xb4, 0xd8, 0x01, 0x65, 0xe6, 0x64, 0xc1, 0x0e, 0xc8, 0x9e, 0xa7, 0xa9, 0x40, 0xda, 0x59, 0xd0, 0x38, 0xc8, 0xb7, 0xc9, 0x8e, 0xd6, 0x8a, 0x6d, 0x1e, 0x47, 0x21, 0xa4, 0x62, 0xbe, 0x6f, 0xc1, 0xd9, 0xe5, 0xea, 0x7c, 0x8b, 0x83, 0x33, 0xac, 0x39, 0xef, 0xbd, 0x85, 0x07, 0xe8, 0xd7, 0x1e, 0x05, 0xe0, 0xb0, 0x73, 0x1b, 0x39, 0x6f, 0x4d, 0x66, 0x28, 0xe6, 0xd8, 0x58, 0x8b, 0x1d, 0x32, 0xf0, 0x24, 0x22, 0xa8, 0x0c, 0x33, 0x25, 0x88, 0xb2, 0x0c, 0x91, 0x5b, 0x5d, 0x5d, 0x25, 0x99, 0xbf, 0x6c, 0xc8, 0x38, 0xe0, 0x65, 0x7d, 0x86, 0x73, 0x02, 0xec, 0xbb, 0x45, 0x36, 0xeb, 0x78, 0xda, 0xfd, 0xa3, 0x00, 0x8c, 0x11, 0xed, 0xdd, 0xbb, 0x17, 0x1d, 0x1d, 0x1d, 0x5e, 0x31, 0x79, 0xa2, 0x92, 0x42, 0xd9, 0xa3, 0xcb, 0xfb, 0x57, 0x76, 0x6a, 0x3c, 0x81, 0xbc, 0x4a, 0x2c, 0x93, 0x6b, 0xa3, 0x54, 0x6b, 0xf7, 0x56, 0x16, 0x25, 0x91, 0x26, 0x84, 0xeb, 0x05, 0xe5, 0xa4, 0x8c, 0xb0, 0x1b, 0x9f, 0x4a, 0x08, 0x47, 0xa9, 0xfa, 0xe1, 0x31, 0x1a, 0x67, 0x3a, 0x20, 0x0a, 0xc0, 0x58, 0x79, 0x84, 0x72, 0x3e, 0x48, 0x92, 0x04, 0xb0, 0x7d, 0x80, 0xe0, 0xb5, 0x42, 0x84, 0x4c, 0x93, 0x56, 0x72, 0x92, 0xbd, 0x29, 0x42, 0x97, 0xad, 0xc7, 0xa9, 0xa5, 0xbb, 0xab, 0xa9, 0x2d, 0x08, 0xcb, 0x33, 0x8d, 0x0b, 0xd6, 0x09, 0x02, 0xbb, 0xb2, 0x4c, 0xeb, 0xa1, 0x72, 0xeb, 0x71, 0x13, 0x2e, 0xdd, 0x6f, 0x66, 0x44, 0x1b, 0x20, 0x0a, 0x81, 0x76, 0x0c, 0xe1, 0x18, 0x3e, 0x67, 0x0f, 0x0d, 0x9b, 0x7f, 0xcf, 0xf9, 0x14, 0x76, 0x37, 0x9a, 0x88, 0xbc, 0xb1, 0xa9, 0xc6, 0x40, 0xce, 0xaa, 0xb2, 0x5a, 0x8c, 0x80, 0x44, 0xfc, 0x01, 0xa0, 0xc0, 0x26, 0x70, 0x9e, 0x26, 0x37, 0x84, 0x04, 0x5e, 0xc3, 0xdf, 0x70, 0x7c, 0x2a, 0x0f, 0x3f, 0x3b, 0x23, 0x7a, 0x81, 0x0e, 0x01, 0x22, 0xad, 0xfd, 0xc6, 0xbd, 0xca, 0xec, 0xf2, 0x62, 0xfa, 0xba, 0xdf, 0x09, 0x4e, 0x78, 0x58, 0x14, 0x05, 0x03, 0x31, 0x5c, 0x2f, 0x1e, 0x27, 0x40, 0xca, 0x19, 0xa4, 0x45, 0x14, 0x3f, 0x14, 0xcc, 0x31, 0xe8, 0x79, 0x66, 0x22, 0x7c, 0x99, 0x96, 0x29, 0x85, 0x46, 0x39, 0xf3, 0xbb, 0x39, 0x6c, 0xe4, 0x25, 0xc5, 0x09, 0x4d, 0x33, 0xd4, 0x35, 0x46, 0x0d, 0x30, 0xde, 0x18, 0xbf, 0xd9, 0x81, 0xdb, 0x6e, 0xbf, 0x3d, 0xc7, 0xec, 0x54, 0x3c, 0x91, 0x06, 0x18, 0x94, 0x41, 0x03, 0x9f, 0xbf, 0x77, 0xef, 0x5e, 0xb9, 0x37, 0x97, 0x4d, 0xdf, 0x18, 0x6a, 0x2d, 0x04, 0xd6, 0xae, 0x5d, 0x83, 0xaf, 0x7f, 0xe3, 0x6b, 0x23, 0xfa, 0x85, 0x5e, 0x02, 0x44, 0xc9, 0x86, 0xdf, 0xdd, 0xdd, 0x3d, 0xd0, 0xa7, 0x71, 0x14, 0x80, 0x43, 0x8b, 0xf1, 0xa9, 0x0a, 0xa0, 0x43, 0xbc, 0xf0, 0xc6, 0xb6, 0x37, 0xf6, 0xf7, 0x5a, 0xca, 0x13, 0x35, 0x83, 0x73, 0xe5, 0x70, 0xed, 0xde, 0xde, 0x5e, 0x6c, 0xdc, 0xb8, 0x71, 0xec, 0x17, 0x48, 0x9a, 0x9b, 0xac, 0xeb, 0xa0, 0x10, 0x84, 0x08, 0x81, 0x46, 0xce, 0xfc, 0x76, 0x8b, 0xe7, 0x7e, 0xde, 0x04, 0xc6, 0xd6, 0xfd, 0x6b, 0x63, 0xe8, 0x67, 0x9a, 0xac, 0x4b, 0x05, 0xf7, 0xd5, 0xa9, 0x22, 0xcd, 0x4f, 0xef, 0xe7, 0xeb, 0xd5, 0xcf, 0x8d, 0xda, 0xf3, 0x4d, 0x60, 0x18, 0x1d, 0x6c, 0x37, 0x34, 0xd2, 0xf0, 0x98, 0xdf, 0x7b, 0x7e, 0xed, 0xb5, 0x57, 0x1e, 0x9f, 0xb4, 0x4d, 0xbe, 0x02, 0x14, 0xcc, 0x45, 0xe4, 0x51, 0x56, 0x85, 0x53, 0x31, 0x9b, 0x8c, 0x99, 0xde, 0x98, 0x77, 0xef, 0xbc, 0x07, 0x50, 0x6c, 0xd3, 0x48, 0x18, 0xa4, 0xfe, 0xe1, 0x4f, 0xfe, 0xec, 0x4f, 0x2e, 0x51, 0x84, 0x19, 0x25, 0x6e, 0xa1, 0x96, 0xaf, 0xb3, 0xc1, 0x7a, 0xe5, 0xc2, 0x7b, 0x17, 0xbe, 0x54, 0xb2, 0xe3, 0x37, 0x7b, 0x1e, 0x05, 0x60, 0x3c, 0x32, 0x7f, 0x33, 0xc8, 0x31, 0xca, 0xeb, 0x3d, 0x58, 0xd3, 0xab, 0xc1, 0x5a, 0xa2, 0x50, 0xc9, 0xf3, 0xa1, 0xac, 0xb3, 0x95, 0x6b, 0x1c, 0x2a, 0xe3, 0x73, 0x14, 0x80, 0x43, 0x87, 0xf9, 0x87, 0xca, 0x50, 0xd4, 0x62, 0x86, 0x22, 0x0c, 0xaf, 0xcc, 0x73, 0x34, 0x02, 0x3b, 0x16, 0x8c, 0xcf, 0x51, 0x00, 0x0e, 0x6d, 0xe6, 0x1f, 0xee, 0xb5, 0x1e, 0x0e, 0x43, 0xd1, 0x30, 0x9e, 0x8f, 0x54, 0x60, 0x5b, 0xb1, 0xce, 0x83, 0x4e, 0x08, 0xa2, 0x00, 0x8c, 0x4e, 0x00, 0xc6, 0x42, 0x10, 0x46, 0xc2, 0x50, 0x65, 0x5a, 0x60, 0xa0, 0xe7, 0xad, 0x10, 0x84, 0x56, 0x31, 0xfe, 0x01, 0x15, 0x80, 0xe8, 0x05, 0x1a, 0x9d, 0x20, 0x0c, 0xe5, 0x7d, 0x83, 0x31, 0x59, 0xd9, 0x39, 0x34, 0x4c, 0x21, 0xa4, 0x16, 0x09, 0x34, 0x06, 0x58, 0xcf, 0x48, 0xd7, 0x39, 0x56, 0xd7, 0x36, 0x0a, 0xc0, 0x41, 0xa4, 0x1d, 0x87, 0x72, 0x13, 0x07, 0x62, 0x9e, 0xb1, 0x62, 0xa8, 0xd1, 0xfe, 0x8e, 0xd1, 0x1a, 0xf2, 0x07, 0x3d, 0xca, 0x88, 0x02, 0x70, 0xe0, 0xa1, 0xd4, 0x58, 0xa4, 0x0a, 0x50, 0x8b, 0xcf, 0x1d, 0x2b, 0xe1, 0x3c, 0xe0, 0x14, 0x23, 0xc1, 0xfb, 0x87, 0x06, 0x6b, 0xfb, 0xbe, 0xbf, 0xbe, 0x6f, 0x34, 0x9f, 0x37, 0x92, 0x63, 0xfb, 0xeb, 0xf7, 0x46, 0x0d, 0x30, 0x46, 0x4c, 0x34, 0x92, 0x73, 0x87, 0xd2, 0xb0, 0x96, 0x87, 0xf9, 0x39, 0xa3, 0x61, 0x32, 0x1e, 0xe1, 0xda, 0x47, 0x32, 0x47, 0x6d, 0xdc, 0x51, 0x12, 0xf9, 0x7c, 0xd8, 0xd0, 0x65, 0xac, 0xe2, 0x02, 0xc3, 0x15, 0x04, 0x1e, 0xe2, 0x7a, 0xc7, 0x6a, 0x9d, 0xdc, 0x22, 0xe1, 0x3d, 0xa0, 0x5e, 0xa0, 0x28, 0x00, 0x23, 0xc7, 0xee, 0x63, 0xc1, 0xf8, 0xa3, 0x65, 0x8e, 0xd1, 0xc6, 0x01, 0x46, 0xbb, 0xc6, 0xd1, 0x08, 0x6f, 0xd4, 0x00, 0x87, 0xa0, 0x10, 0xb4, 0x62, 0x67, 0x1d, 0x8c, 0x79, 0x78, 0x88, 0xda, 0x6a, 0xb8, 0x8c, 0x3f, 0x1a, 0x0d, 0x30, 0x12, 0x41, 0xe0, 0x28, 0x00, 0x87, 0x8e, 0x10, 0xb4, 0x42, 0x03, 0x8c, 0x26, 0x17, 0x68, 0x24, 0xbf, 0x65, 0x7f, 0xac, 0xf3, 0xa0, 0xd3, 0x02, 0x31, 0x12, 0x3c, 0xb2, 0xeb, 0x34, 0x96, 0x8c, 0x3f, 0x9a, 0xdd, 0xb6, 0x59, 0xf4, 0x77, 0x2c, 0xe0, 0x59, 0xab, 0x04, 0xe1, 0x80, 0x0a, 0x43, 0x14, 0x80, 0xd6, 0x6b, 0x82, 0x56, 0xec, 0xae, 0x3c, 0x0a, 0x41, 0xa0, 0x21, 0x40, 0xa3, 0xc1, 0xd6, 0x33, 0x96, 0xeb, 0x3c, 0x68, 0x98, 0x3f, 0x0a, 0x40, 0xeb, 0x21, 0x04, 0x8d, 0xc1, 0x75, 0xe6, 0x11, 0x08, 0xc2, 0x70, 0x34, 0x58, 0xab, 0x78, 0x81, 0x47, 0x29, 0x08, 0x51, 0x00, 0x0e, 0x11, 0x48, 0x34, 0x96, 0xd7, 0x96, 0x87, 0xf9, 0xf7, 0x81, 0x58, 0x67, 0x2b, 0x04, 0x36, 0x0a, 0xc0, 0x38, 0x15, 0x84, 0x56, 0x6a, 0x01, 0x1e, 0x85, 0x20, 0x8c, 0x44, 0x60, 0x5b, 0xbd, 0x4e, 0x1e, 0xe6, 0x6f, 0x8a, 0x02, 0x70, 0x18, 0x09, 0x03, 0xc6, 0x90, 0xc9, 0x46, 0x72, 0xbf, 0x0f, 0xb6, 0x75, 0x46, 0x01, 0x38, 0xc4, 0x04, 0x61, 0x28, 0xe7, 0xf2, 0x28, 0x99, 0x6c, 0xac, 0xd6, 0x49, 0x23, 0xfc, 0x6e, 0x3e, 0xd4, 0x6e, 0x56, 0xa4, 0x03, 0x73, 0x9d, 0x79, 0x1c, 0xac, 0x93, 0xe3, 0x2d, 0x8e, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x22, 0x45, 0x8a, 0x14, 0x29, 0x52, 0xa4, 0x48, 0x91, 0x5a, 0x4c, 0xff, 0x1f, 0x11, 0xd5, 0xc3, 0xcd, 0x46, 0x77, 0x8a, 0x76, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_startstop_192_png_len = 11854; unsigned char media_playback_stop_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x6f, 0x70, 0x62, 0x57, 0x20, 0x33, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x0d, 0x59, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0xcd, 0x8e, 0x24, 0x47, 0x11, 0x8e, 0x2f, 0xbb, 0x91, 0x0c, 0x88, 0x03, 0x47, 0x24, 0xc4, 0x69, 0x05, 0x12, 0x3c, 0x06, 0x6b, 0x89, 0xe5, 0x61, 0x78, 0x18, 0x1e, 0x06, 0x23, 0x79, 0x79, 0x01, 0x2e, 0xf8, 0xc4, 0x0d, 0xb3, 0xc8, 0x12, 0xc2, 0xb2, 0x2f, 0x66, 0x6d, 0xd6, 0xf2, 0x4c, 0x65, 0x70, 0xc8, 0x8c, 0xbf, 0xac, 0xec, 0xee, 0x1a, 0xef, 0xfc, 0xd4, 0xcc, 0x44, 0x48, 0xab, 0xe9, 0xa9, 0xae, 0xae, 0xa9, 0xea, 0x2f, 0x7e, 0xbf, 0x88, 0xcc, 0x25, 0x4a, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0xd9, 0xaf, 0x60, 0x2f, 0x37, 0xc2, 0xcc, 0xf8, 0xf8, 0x2f, 0x7f, 0xfa, 0x03, 0x08, 0xbf, 0x7e, 0xca, 0x5f, 0x38, 0x13, 0xff, 0xfd, 0xc3, 0xdf, 0xfe, 0xfe, 0x8f, 0x00, 0x38, 0x15, 0xc0, 0xc9, 0xeb, 0xd7, 0x7f, 0x7e, 0x59, 0x51, 0x3f, 0x7e, 0x0e, 0x56, 0x57, 0xb8, 0x7c, 0xf8, 0xf2, 0xe5, 0xef, 0x5e, 0xef, 0xe2, 0x5e, 0xf6, 0xf2, 0xa5, 0x54, 0xf0, 0x4f, 0x9f, 0x8b, 0xdb, 0xdd, 0xd3, 0xb3, 0x1e, 0xf7, 0x72, 0x23, 0xcb, 0xb2, 0x10, 0x51, 0xf3, 0x8a, 0x2f, 0x5e, 0xfc, 0x92, 0x7e, 0xfe, 0xb3, 0x5f, 0x3c, 0xbc, 0x7f, 0xe2, 0xed, 0x27, 0x5c, 0x3a, 0xf5, 0xb3, 0xcf, 0xde, 0xd0, 0xa7, 0x6f, 0xfe, 0xb1, 0x37, 0xc7, 0xbb, 0x2f, 0x05, 0x40, 0xff, 0x5e, 0x0e, 0xe5, 0x40, 0x1f, 0x7c, 0xf0, 0xc1, 0x93, 0xb2, 0xfa, 0xc3, 0xf1, 0x48, 0xb5, 0xd6, 0x9e, 0xef, 0x50, 0x2a, 0xc0, 0x44, 0x05, 0xa8, 0x56, 0xac, 0xec, 0xe3, 0xdb, 0x6f, 0xdf, 0xdd, 0xd0, 0x68, 0x20, 0x59, 0x65, 0xb0, 0x4f, 0xfb, 0xd2, 0xf9, 0xbc, 0xc9, 0x62, 0xfc, 0xe5, 0xfd, 0xd0, 0xfa, 0xd1, 0x0f, 0x7f, 0xac, 0x57, 0x12, 0x05, 0xd8, 0x49, 0xfe, 0xb7, 0x37, 0x0f, 0x40, 0x44, 0xb4, 0xb6, 0x90, 0xff, 0x7c, 0xf1, 0x6f, 0x57, 0x29, 0x10, 0x31, 0x57, 0x62, 0x66, 0xaa, 0xb5, 0xb6, 0xf3, 0xfa, 0x6b, 0x02, 0x88, 0x6b, 0x25, 0x81, 0x1d, 0x68, 0xe9, 0x4d, 0x41, 0x51, 0xe0, 0x01, 0x10, 0x00, 0x12, 0x57, 0xe3, 0xe1, 0x15, 0xef, 0x03, 0x02, 0x71, 0x3f, 0xb7, 0x57, 0x27, 0xfa, 0x9a, 0xdc, 0xb9, 0x72, 0x2f, 0x72, 0x15, 0x26, 0x22, 0xee, 0xf7, 0x41, 0xcc, 0x54, 0x99, 0x09, 0x44, 0xf4, 0xab, 0x17, 0xbf, 0x51, 0x7d, 0x13, 0x05, 0xc8, 0x10, 0x70, 0x21, 0x04, 0x2c, 0xcb, 0x42, 0xdc, 0xb5, 0xe0, 0xed, 0xdb, 0xb7, 0xc4, 0xec, 0x00, 0x42, 0xa1, 0x02, 0x10, 0x0a, 0xf4, 0x77, 0xa0, 0xb4, 0xaf, 0xf4, 0x70, 0x6c, 0x20, 0x17, 0x04, 0xb0, 0xda, 0x4f, 0xd8, 0x4f, 0xb6, 0x63, 0xbc, 0x02, 0xdf, 0x94, 0x85, 0x2b, 0x07, 0x67, 0x60, 0x00, 0xb6, 0xcf, 0x00, 0xc5, 0x94, 0x95, 0x89, 0x50, 0x8a, 0x2a, 0x54, 0xe9, 0x8a, 0x20, 0xcf, 0x21, 0x4a, 0x9b, 0x21, 0x60, 0x43, 0x08, 0xa8, 0x6c, 0x96, 0x7c, 0x3c, 0x1e, 0x3b, 0x78, 0xa0, 0x42, 0x1d, 0x5c, 0x01, 0x9c, 0x88, 0x9a, 0x81, 0x43, 0x01, 0x2e, 0xf0, 0xe0, 0x63, 0xfa, 0x53, 0x5e, 0x57, 0x87, 0x84, 0xbc, 0x53, 0x9d, 0xc5, 0xa3, 0x40, 0xef, 0x83, 0x99, 0xa8, 0x94, 0xa2, 0x60, 0xca, 0x31, 0x60, 0x92, 0x17, 0x76, 0xd7, 0xc2, 0x08, 0x44, 0x47, 0x86, 0x80, 0x8b, 0x21, 0x80, 0xab, 0x5a, 0xa2, 0x98, 0xd2, 0xf1, 0x78, 0x24, 0x08, 0xf0, 0x84, 0x06, 0x30, 0x0c, 0x74, 0x08, 0xb0, 0x03, 0xc8, 0x85, 0xd0, 0x80, 0x02, 0x05, 0xd0, 0xd9, 0xa1, 0xa6, 0xca, 0x22, 0x80, 0xea, 0x31, 0x56, 0x00, 0xe1, 0x41, 0x1d, 0x5f, 0xbb, 0xd0, 0x24, 0x8e, 0x05, 0xe3, 0xe9, 0x4e, 0x59, 0xea, 0x52, 0xa3, 0x5b, 0x4a, 0x05, 0x18, 0xcb, 0x40, 0x1f, 0xeb, 0x1b, 0x78, 0xe2, 0x01, 0x40, 0x0d, 0x0d, 0x71, 0xf7, 0xe2, 0x15, 0x98, 0xd8, 0xbc, 0x81, 0xba, 0x74, 0x98, 0x22, 0x8d, 0x39, 0x1e, 0x4e, 0xa0, 0x37, 0xb3, 0xe2, 0x13, 0x85, 0x1f, 0x4e, 0x9d, 0x13, 0x34, 0xa0, 0x69, 0x90, 0x28, 0x40, 0xe5, 0x4a, 0x8b, 0x0b, 0x21, 0xa9, 0x00, 0xd3, 0x1c, 0xa0, 0x27, 0x5e, 0xb0, 0x4c, 0xbd, 0x94, 0x83, 0x03, 0xbf, 0xc5, 0x55, 0x74, 0x57, 0x2c, 0x81, 0x81, 0x40, 0xee, 0xf7, 0x21, 0xc9, 0xc2, 0x85, 0x12, 0x1e, 0x73, 0x60, 0xa7, 0x40, 0x9f, 0x03, 0xfd, 0xe4, 0x9f, 0x99, 0xe5, 0x00, 0x19, 0x02, 0xe6, 0x0c, 0x99, 0x58, 0x08, 0xdb, 0x17, 0x57, 0xba, 0x7b, 0x87, 0x22, 0x5c, 0x0c, 0x64, 0x0c, 0x80, 0xc3, 0x63, 0x81, 0x4d, 0xd5, 0xe2, 0x16, 0x30, 0xb9, 0xfb, 0x1a, 0xaf, 0x2d, 0x12, 0x1e, 0x56, 0x8a, 0xc3, 0x56, 0x25, 0x40, 0xcb, 0x0c, 0x0e, 0xcf, 0x87, 0x0c, 0x01, 0xe7, 0x99, 0x40, 0x26, 0xb6, 0x54, 0x59, 0xc1, 0x77, 0x0e, 0x5d, 0x5f, 0x63, 0x0e, 0xfa, 0x66, 0x45, 0x70, 0xd0, 0xce, 0x4c, 0xfe, 0x06, 0xd6, 0x2f, 0x65, 0x20, 0x33, 0xab, 0x02, 0xb3, 0x56, 0x01, 0xcd, 0xfa, 0x6b, 0x5d, 0xb2, 0x0c, 0xdc, 0x52, 0x06, 0x72, 0xe5, 0xe8, 0xa1, 0x9d, 0x12, 0xac, 0x8e, 0xad, 0x40, 0x8f, 0xee, 0xff, 0xb4, 0x22, 0x58, 0xf6, 0x80, 0x01, 0x5c, 0xaf, 0x10, 0xb1, 0x8c, 0x93, 0xd7, 0xd5, 0x00, 0x97, 0x0c, 0xbf, 0xd7, 0xfd, 0xdc, 0x13, 0x48, 0xad, 0x04, 0xba, 0x32, 0x67, 0x19, 0xb8, 0xa1, 0x0c, 0xa8, 0xa6, 0x01, 0x67, 0x3c, 0xc0, 0xe0, 0xfa, 0x11, 0x93, 0x3d, 0xe0, 0x8c, 0x85, 0xc1, 0x32, 0x73, 0xc9, 0xc8, 0xc5, 0x62, 0x0d, 0xec, 0x06, 0xb4, 0x02, 0x4f, 0xdc, 0xaf, 0xcf, 0xe6, 0xcd, 0x3b, 0xb8, 0x4a, 0x2c, 0x31, 0x13, 0xfa, 0x79, 0xdc, 0x59, 0x47, 0xc8, 0xf5, 0xfa, 0x75, 0x40, 0x56, 0x05, 0x20, 0x73, 0x80, 0x19, 0x0b, 0x40, 0x44, 0x62, 0x21, 0x63, 0x8e, 0xb6, 0x02, 0x7f, 0xad, 0x04, 0xc4, 0xd4, 0xd9, 0x41, 0x0e, 0x14, 0x9f, 0xb8, 0x61, 0x6f, 0xc9, 0x12, 0x87, 0x43, 0x2c, 0x66, 0x29, 0x13, 0xdb, 0xcf, 0x56, 0xf3, 0xb3, 0xfe, 0x6e, 0x74, 0xb2, 0xd5, 0x7c, 0xec, 0x40, 0xf7, 0x9a, 0xc1, 0x1c, 0xb9, 0x66, 0x1e, 0x99, 0xc0, 0xcc, 0x01, 0x2e, 0x95, 0x81, 0x66, 0x39, 0xcd, 0x1a, 0x97, 0x56, 0x52, 0x51, 0xa3, 0x5e, 0x2b, 0x57, 0xf7, 0xfd, 0x1a, 0x48, 0x23, 0xd1, 0x23, 0xc4, 0x8d, 0x7f, 0x0f, 0x13, 0xa2, 0x28, 0xba, 0x08, 0x76, 0x25, 0x25, 0x9b, 0x62, 0x88, 0x6b, 0xf7, 0x40, 0x4b, 0xb5, 0x27, 0xe1, 0xc0, 0x67, 0x85, 0x0c, 0x22, 0x70, 0xa8, 0x02, 0xb2, 0x0c, 0xdc, 0x58, 0x06, 0x5e, 0x7d, 0x77, 0x45, 0xd7, 0xcb, 0x35, 0x11, 0x81, 0xde, 0xbd, 0x7b, 0x17, 0x39, 0x80, 0x62, 0x2e, 0xbf, 0x01, 0x0c, 0x3a, 0x1c, 0xa0, 0xdc, 0x7f, 0x28, 0x19, 0xfb, 0x11, 0x23, 0x8f, 0x68, 0xc2, 0xeb, 0xe3, 0x44, 0x92, 0x27, 0xa9, 0xbc, 0x2b, 0xe7, 0x30, 0x94, 0x70, 0x2c, 0x4c, 0xa4, 0x63, 0x23, 0xb9, 0x81, 0x5e, 0x2b, 0x07, 0xda, 0x39, 0xcb, 0xc0, 0x9b, 0x94, 0x81, 0xb0, 0x8a, 0xbe, 0x94, 0x42, 0x28, 0x68, 0x4d, 0x1d, 0x58, 0x73, 0x47, 0xac, 0xda, 0x5b, 0x76, 0x00, 0x3d, 0xf4, 0x03, 0x3c, 0x6f, 0x80, 0x79, 0x5e, 0x60, 0x64, 0x62, 0x6b, 0x00, 0x11, 0x94, 0xca, 0x15, 0x06, 0xd1, 0x87, 0x8f, 0xe0, 0xea, 0xa5, 0x0f, 0xc0, 0x6a, 0xf8, 0xed, 0xef, 0x87, 0x8e, 0x64, 0x96, 0x81, 0x9b, 0x43, 0x00, 0xb9, 0x98, 0x7a, 0x38, 0x1c, 0x3a, 0x98, 0x58, 0x81, 0xee, 0x5d, 0xfc, 0xca, 0xd5, 0x53, 0x71, 0xdc, 0xc1, 0x60, 0xa5, 0x92, 0x94, 0x79, 0xde, 0xdf, 0x85, 0x66, 0xae, 0xdc, 0xf3, 0x0e, 0x0b, 0x43, 0x72, 0xed, 0xb1, 0x0f, 0x30, 0xa3, 0x7f, 0x23, 0xd7, 0xb4, 0x26, 0x82, 0x32, 0x04, 0x9c, 0x0a, 0x01, 0x14, 0xb9, 0x79, 0x22, 0xa6, 0x72, 0x28, 0x54, 0x50, 0x34, 0xbb, 0x1f, 0xe3, 0xba, 0x07, 0x3c, 0x30, 0x82, 0x5d, 0x69, 0x98, 0x79, 0x08, 0x01, 0xd6, 0xd0, 0x29, 0xc1, 0x6b, 0xb0, 0x73, 0xeb, 0xf0, 0x29, 0x46, 0x57, 0x40, 0xde, 0x4c, 0xff, 0x06, 0x8d, 0xe8, 0x1f, 0xab, 0xbe, 0xf2, 0xa0, 0x0c, 0x01, 0xd3, 0x32, 0xa0, 0x62, 0xec, 0x97, 0x83, 0x0e, 0xa5, 0xb7, 0x7b, 0x3b, 0x88, 0x85, 0x4c, 0x19, 0xb4, 0x25, 0xac, 0x3d, 0xfc, 0xa2, 0x56, 0x2c, 0x21, 0x83, 0xd9, 0x9a, 0x46, 0xea, 0xde, 0x8b, 0xe5, 0x0c, 0x81, 0xda, 0xa3, 0x81, 0x06, 0x3e, 0xc5, 0xfb, 0x5c, 0xa4, 0x7f, 0x3b, 0xbd, 0xc4, 0xae, 0xbd, 0xcc, 0x2e, 0x04, 0x70, 0x86, 0x80, 0x09, 0xfe, 0x8b, 0xcc, 0x83, 0x58, 0xed, 0x8d, 0xde, 0x0b, 0xd0, 0x9c, 0x80, 0x83, 0xaf, 0xf6, 0xc7, 0x41, 0xc5, 0x42, 0x85, 0xd5, 0x8f, 0x54, 0x10, 0xcb, 0xae, 0x32, 0x8d, 0xbf, 0x38, 0x89, 0xf8, 0xac, 0x23, 0xb8, 0x89, 0xfe, 0xc5, 0x18, 0x08, 0x5c, 0x08, 0xd8, 0x0f, 0xfe, 0x3b, 0xee, 0x06, 0x6a, 0xd9, 0x45, 0x6a, 0xfd, 0xc4, 0x98, 0xc4, 0x7d, 0x22, 0xf2, 0x5e, 0x21, 0x90, 0x47, 0x14, 0xd3, 0x3e, 0x60, 0x23, 0x39, 0x4c, 0x43, 0x97, 0x70, 0x4e, 0x0f, 0xdb, 0xcb, 0xb5, 0x4b, 0x18, 0x59, 0xe4, 0x56, 0x06, 0x2e, 0x99, 0x03, 0x6c, 0x29, 0x03, 0x99, 0xdd, 0xe4, 0x4d, 0x89, 0xf4, 0xaf, 0x37, 0x21, 0xa5, 0x87, 0xa6, 0xe0, 0xcf, 0x7a, 0x07, 0x6b, 0x6b, 0x1f, 0x32, 0x80, 0xb9, 0x8b, 0xbf, 0x18, 0xfb, 0x29, 0xb0, 0x89, 0x5a, 0xfe, 0x81, 0xb3, 0x0c, 0xfc, 0x7e, 0x65, 0xa0, 0x7c, 0x91, 0x93, 0x7a, 0x6d, 0xd0, 0x83, 0xd0, 0x11, 0x00, 0xce, 0xf6, 0x0e, 0xbc, 0xea, 0x8c, 0x97, 0xc5, 0x4a, 0x0b, 0x86, 0x9e, 0x00, 0xad, 0x7b, 0x06, 0xe7, 0x7d, 0x40, 0x27, 0xb1, 0x88, 0xb5, 0x8f, 0x90, 0x65, 0xe0, 0xd6, 0x10, 0x50, 0x5d, 0xa9, 0x35, 0x23, 0x6d, 0xbc, 0x63, 0x87, 0xa7, 0x88, 0x69, 0x63, 0xef, 0xe0, 0x44, 0x20, 0xd8, 0x80, 0x4b, 0x65, 0xee, 0xcd, 0x2a, 0x26, 0xe6, 0x4a, 0xcb, 0x52, 0xad, 0xfb, 0xd7, 0x87, 0x52, 0x1b, 0xd8, 0xed, 0x79, 0x96, 0xeb, 0x45, 0xe7, 0x09, 0xb3, 0x0c, 0xdc, 0x58, 0x06, 0x72, 0x67, 0xd3, 0x70, 0x0e, 0x11, 0x8c, 0xf6, 0x1c, 0x54, 0xe5, 0x7c, 0xef, 0x80, 0x62, 0xd3, 0xc8, 0xf7, 0x0b, 0xe4, 0x5f, 0xe5, 0xda, 0x14, 0x91, 0x89, 0x98, 0x6a, 0xef, 0x04, 0xb6, 0xae, 0x9f, 0xcf, 0xfa, 0x06, 0x62, 0x58, 0xaf, 0x7d, 0x28, 0x07, 0x65, 0x0f, 0xc5, 0x5b, 0x64, 0x19, 0xb8, 0xb5, 0x0c, 0xac, 0x1c, 0x86, 0x42, 0xa2, 0xc7, 0x1e, 0x1b, 0xbc, 0x33, 0xeb, 0x97, 0x44, 0xb2, 0x12, 0xd5, 0x36, 0x8e, 0x05, 0x12, 0x36, 0xaf, 0x12, 0xb3, 0x30, 0x79, 0x46, 0xd2, 0x60, 0xe0, 0x04, 0x42, 0x98, 0x76, 0xd4, 0xf2, 0x01, 0x85, 0xac, 0x21, 0xc4, 0x9a, 0xe0, 0xc1, 0x2b, 0x05, 0x7a, 0x7f, 0xa2, 0x5f, 0xb7, 0xbd, 0x9f, 0x65, 0xe0, 0xe6, 0x32, 0xb0, 0x39, 0x52, 0xf1, 0x00, 0x18, 0x5c, 0x70, 0xb3, 0x4c, 0x1b, 0xbc, 0x68, 0x49, 0xa3, 0xf0, 0x76, 0x5c, 0x39, 0x30, 0x74, 0x28, 0xc5, 0x25, 0x8b, 0x42, 0x1e, 0x91, 0x71, 0x0b, 0x72, 0xbc, 0xb3, 0x84, 0x52, 0xb4, 0x95, 0x81, 0x63, 0x88, 0x8a, 0xd1, 0x2b, 0x7d, 0x70, 0xe7, 0x7e, 0xcc, 0x2b, 0x88, 0x32, 0x34, 0x25, 0xb0, 0xeb, 0x67, 0x19, 0xb8, 0x29, 0x07, 0xe8, 0xcd, 0xa0, 0xab, 0x2b, 0xba, 0xfa, 0xee, 0x8a, 0x98, 0x99, 0xbe, 0xfe, 0xfa, 0xeb, 0x3e, 0x6c, 0x31, 0x4c, 0xfd, 0x96, 0x06, 0x58, 0x23, 0x7c, 0xda, 0xbb, 0xa5, 0x14, 0xed, 0x23, 0x94, 0x0e, 0xb2, 0xa7, 0x91, 0xd7, 0x74, 0xf1, 0xd0, 0x12, 0xc6, 0x3a, 0xe8, 0x40, 0x3a, 0x7b, 0x3d, 0x29, 0xf1, 0x94, 0x44, 0x73, 0xf1, 0x1d, 0xe8, 0x9e, 0x45, 0xb2, 0x5b, 0x0f, 0xc0, 0x88, 0x01, 0xc2, 0xba, 0x81, 0x19, 0x02, 0x26, 0x0a, 0x40, 0x84, 0x1e, 0x02, 0xae, 0x97, 0x85, 0x96, 0xde, 0x0d, 0xe4, 0x5a, 0x03, 0xed, 0x6b, 0xd6, 0xeb, 0x2c, 0xb7, 0xb4, 0xdf, 0x4d, 0x19, 0xd0, 0x81, 0x82, 0x63, 0x07, 0x3d, 0x87, 0x50, 0xd6, 0x15, 0xc5, 0xc9, 0xec, 0x1c, 0x3a, 0xc7, 0x3f, 0x86, 0x85, 0x86, 0xa3, 0x4b, 0x46, 0xd5, 0xfa, 0xdb, 0x67, 0x58, 0xa7, 0x84, 0x9a, 0xd6, 0x58, 0x19, 0x98, 0x21, 0x60, 0x1a, 0x04, 0xa2, 0x87, 0x94, 0xc5, 0x19, 0xde, 0xc2, 0x45, 0x09, 0xa2, 0x02, 0x50, 0xef, 0xfd, 0xcb, 0xb8, 0xb8, 0xb8, 0xfd, 0x95, 0xf5, 0xf7, 0x73, 0xe1, 0x12, 0x43, 0xf5, 0x04, 0x05, 0x33, 0xe8, 0xad, 0xa1, 0xc3, 0x6e, 0x5a, 0xd9, 0xd1, 0xca, 0xdc, 0x69, 0x5e, 0x12, 0x47, 0xc1, 0x7a, 0xba, 0x63, 0x1d, 0x39, 0x84, 0x00, 0x64, 0x08, 0x38, 0x11, 0x02, 0x1c, 0x69, 0xe2, 0x89, 0x20, 0x0c, 0x9d, 0x40, 0x05, 0xdf, 0x85, 0x00, 0xaf, 0x00, 0xe6, 0x05, 0x4a, 0x00, 0x5e, 0xbe, 0x7c, 0xef, 0x15, 0xfc, 0x92, 0xb3, 0x15, 0x2e, 0x1a, 0x12, 0x7a, 0x52, 0x17, 0xc6, 0xbe, 0x2c, 0xc1, 0x63, 0xb0, 0x25, 0x99, 0xe8, 0x5e, 0x80, 0x65, 0x2e, 0xa1, 0xff, 0x1d, 0x66, 0xaa, 0x52, 0xea, 0xa6, 0x02, 0x6c, 0x2b, 0x03, 0xa5, 0x5b, 0x87, 0xee, 0xbe, 0x0d, 0x70, 0x97, 0xd0, 0xa9, 0x55, 0x63, 0xad, 0x00, 0xe4, 0x57, 0x11, 0x8d, 0x1d, 0x44, 0x04, 0x06, 0x11, 0x65, 0x32, 0x2d, 0x00, 0x5b, 0xe3, 0xc5, 0x8e, 0x22, 0xc4, 0x50, 0x41, 0x08, 0x69, 0xc5, 0x7d, 0x21, 0x48, 0xa5, 0xea, 0x57, 0x19, 0xaa, 0x02, 0x69, 0x08, 0xc8, 0x1c, 0xe0, 0x7c, 0x19, 0x08, 0x57, 0x3e, 0x97, 0x9e, 0xad, 0xdb, 0xca, 0xde, 0x08, 0xbe, 0xba, 0xfc, 0x89, 0x02, 0x38, 0xc3, 0x77, 0xd7, 0x28, 0x2e, 0x04, 0xc0, 0x55, 0x0a, 0x03, 0xb7, 0xe0, 0xfb, 0x00, 0x3a, 0x0d, 0x16, 0x4b, 0xbd, 0xea, 0xf2, 0x93, 0xa6, 0x04, 0x4d, 0x41, 0x0a, 0x95, 0xb6, 0xf7, 0x8a, 0x2a, 0x06, 0xe9, 0xcc, 0x62, 0x96, 0x81, 0x1b, 0xca, 0x40, 0x86, 0x1b, 0x0b, 0x77, 0x6e, 0x3f, 0xfe, 0x3e, 0x58, 0x7f, 0x07, 0xd5, 0x4a, 0x47, 0xff, 0x39, 0xb8, 0x90, 0xe1, 0x94, 0x48, 0xf2, 0x07, 0xbf, 0xf8, 0x44, 0x5c, 0xbf, 0x5f, 0x37, 0x08, 0xb2, 0x85, 0xa4, 0x20, 0x2d, 0x50, 0x4b, 0x9f, 0x02, 0x92, 0x09, 0xe0, 0xe6, 0x15, 0xaa, 0x11, 0x4c, 0x3e, 0x3f, 0x04, 0x65, 0x19, 0xb8, 0xb5, 0x0c, 0xf4, 0x7d, 0x00, 0x5d, 0xf7, 0xd9, 0xdd, 0xff, 0x45, 0xf0, 0x61, 0xa0, 0x8e, 0x0a, 0x50, 0x84, 0x13, 0x08, 0x89, 0x20, 0x34, 0xcf, 0x30, 0x73, 0x8d, 0x54, 0x33, 0x53, 0x5b, 0x6c, 0x2a, 0x56, 0xcd, 0x90, 0xbd, 0x00, 0x5c, 0x58, 0x50, 0x50, 0x0b, 0x31, 0xd5, 0xfe, 0x96, 0x28, 0x02, 0x86, 0xa1, 0xd0, 0x0c, 0x01, 0x67, 0xcb, 0x40, 0x71, 0x99, 0x00, 0x0f, 0x49, 0xdd, 0x3a, 0x86, 0x6b, 0x9d, 0x0e, 0xe8, 0x5c, 0x9f, 0x56, 0x03, 0x52, 0x0a, 0xd2, 0xcc, 0x6b, 0xb4, 0xbf, 0x51, 0x10, 0xc9, 0x26, 0xe8, 0xec, 0x21, 0x86, 0xd2, 0x6f, 0x68, 0x0f, 0x97, 0x42, 0x54, 0x6b, 0x9b, 0x1e, 0x62, 0x49, 0x12, 0x6d, 0x68, 0xa5, 0x8d, 0xa7, 0x77, 0x65, 0xe2, 0x21, 0x07, 0xc8, 0x10, 0x30, 0xd7, 0x80, 0x6a, 0x63, 0x3b, 0x66, 0x27, 0x03, 0x80, 0xe4, 0x3d, 0x03, 0xf9, 0x9a, 0xdf, 0x33, 0x7a, 0x14, 0xc0, 0x0f, 0xa5, 0x1b, 0xd9, 0x3a, 0x3f, 0xbf, 0x63, 0x08, 0xdc, 0xc0, 0x49, 0xc8, 0x0f, 0xfa, 0x5a, 0x01, 0x19, 0x49, 0x97, 0xa1, 0xcf, 0x3e, 0xf9, 0xa9, 0xb5, 0x7e, 0xf3, 0x14, 0xec, 0xf4, 0xc4, 0x4d, 0x04, 0x77, 0x6d, 0xb3, 0x85, 0x21, 0x19, 0x02, 0x4e, 0xe4, 0x00, 0x16, 0x3b, 0x25, 0xdf, 0x0e, 0x80, 0xf6, 0x04, 0xca, 0x26, 0x81, 0xcc, 0xe5, 0x03, 0x16, 0xaf, 0x81, 0x12, 0xda, 0xb7, 0x71, 0x8d, 0x00, 0x4d, 0x14, 0x22, 0x12, 0x41, 0xf0, 0x8a, 0xa3, 0x1e, 0xc5, 0x76, 0x03, 0xd1, 0x6b, 0xcb, 0xa8, 0x78, 0x07, 0x3b, 0x6e, 0x37, 0xc0, 0xae, 0x01, 0x65, 0xeb, 0x03, 0xf7, 0xa6, 0x01, 0xfb, 0x0a, 0x01, 0x61, 0x8f, 0x20, 0x36, 0xc0, 0x02, 0xe0, 0x64, 0xf3, 0xf9, 0x68, 0xa3, 0x60, 0xa2, 0x35, 0xba, 0x51, 0x84, 0xf3, 0x1a, 0xba, 0x7f, 0x8f, 0x9f, 0x00, 0xee, 0xef, 0xc7, 0x6e, 0x3e, 0x51, 0x28, 0x1b, 0x7c, 0x25, 0xa0, 0xe3, 0x5e, 0xec, 0xe2, 0xba, 0xc7, 0x92, 0xf5, 0x1c, 0x63, 0x0f, 0xa5, 0x80, 0xe8, 0xab, 0x88, 0x42, 0x19, 0x98, 0x21, 0xe0, 0x6c, 0x08, 0x80, 0x33, 0x35, 0x0d, 0xa5, 0x85, 0xa8, 0xb5, 0x89, 0xa0, 0xab, 0x75, 0x8a, 0x96, 0x7f, 0x18, 0x26, 0x7a, 0xd8, 0x9b, 0xf5, 0x6a, 0x5a, 0x83, 0xbb, 0x09, 0xc3, 0xd5, 0xf9, 0xf3, 0x61, 0x50, 0x0e, 0x4c, 0x22, 0x9b, 0xe9, 0x47, 0xf6, 0x4f, 0xee, 0xc9, 0x6e, 0xc0, 0x94, 0x41, 0x4f, 0x74, 0x4c, 0x60, 0x86, 0x80, 0xf3, 0x65, 0xe0, 0x22, 0xab, 0x6d, 0xc1, 0x14, 0x06, 0x41, 0x67, 0x31, 0xdd, 0x81, 0x09, 0x1a, 0x36, 0x76, 0x0b, 0x03, 0x25, 0xec, 0xd7, 0x9b, 0x2a, 0x68, 0x81, 0xce, 0x0f, 0xa5, 0x9e, 0x78, 0x95, 0x81, 0x99, 0xd4, 0xab, 0xc1, 0xcd, 0xa9, 0x72, 0xa4, 0x82, 0x7d, 0x09, 0xcb, 0x9d, 0x39, 0x24, 0x1b, 0x12, 0xc9, 0x32, 0xf0, 0x02, 0x13, 0x48, 0x5c, 0x1b, 0x18, 0xec, 0x9c, 0xb3, 0x7b, 0xe1, 0x57, 0xea, 0x04, 0x30, 0xb1, 0xf6, 0x02, 0x4c, 0x7e, 0xd1, 0x67, 0xe4, 0xf1, 0x09, 0x71, 0x14, 0x8c, 0xdd, 0x32, 0x31, 0x10, 0x47, 0x40, 0x31, 0x2f, 0xe0, 0x42, 0x4f, 0x88, 0x5d, 0x01, 0x09, 0x63, 0x34, 0x65, 0xcb, 0x9b, 0x64, 0x02, 0xb7, 0xe6, 0x00, 0x35, 0xd0, 0x29, 0x71, 0x79, 0xb6, 0x0b, 0x01, 0x46, 0xd4, 0x9d, 0x06, 0xd3, 0x2b, 0x8e, 0x5f, 0xb4, 0x0b, 0x78, 0x0f, 0x60, 0x6e, 0x9d, 0x1d, 0x73, 0xa3, 0x93, 0x00, 0x70, 0xef, 0x9d, 0xc5, 0xce, 0x8d, 0xae, 0x07, 0x4f, 0xd0, 0x7a, 0x03, 0xcb, 0x92, 0x39, 0xc0, 0xa6, 0x1c, 0xa0, 0xf2, 0xa2, 0x9b, 0x30, 0x86, 0xf8, 0x3e, 0x03, 0xd3, 0x0d, 0x86, 0xb2, 0x1b, 0xd8, 0x8f, 0x31, 0x5a, 0x00, 0x8d, 0xe5, 0x9a, 0x29, 0x0d, 0x54, 0x11, 0xa2, 0x12, 0x0c, 0xe0, 0x07, 0x1a, 0x87, 0xcf, 0x7b, 0x84, 0x70, 0x00, 0x44, 0x5c, 0x33, 0x07, 0xd8, 0x5c, 0x06, 0xd2, 0xb0, 0x41, 0xc3, 0x19, 0x30, 0xd7, 0xb1, 0x9d, 0x5c, 0xf3, 0x66, 0x16, 0xd7, 0x8d, 0xb0, 0x61, 0xf7, 0x1e, 0x24, 0x63, 0xf7, 0x4a, 0xb0, 0x82, 0xd6, 0xe5, 0x13, 0x9e, 0xaf, 0x70, 0x2b, 0x82, 0x6b, 0x73, 0x65, 0xb4, 0x2c, 0x0b, 0xd5, 0x5a, 0x1b, 0x5d, 0x5c, 0x89, 0xae, 0xaf, 0x97, 0x2c, 0x03, 0xb7, 0x86, 0x80, 0x5a, 0x29, 0x6c, 0xf4, 0x30, 0x2d, 0xb9, 0xc8, 0xc5, 0xdc, 0x59, 0xfd, 0xbd, 0x21, 0xae, 0x4b, 0x6e, 0xe0, 0x3f, 0x23, 0x4a, 0xc0, 0xd5, 0x16, 0xa8, 0xb2, 0x6c, 0x4b, 0x2b, 0x7c, 0x7e, 0xff, 0xcc, 0x52, 0xeb, 0x30, 0x20, 0x1a, 0x37, 0x87, 0xb0, 0x6d, 0x0e, 0xda, 0x90, 0x69, 0x96, 0x81, 0x9b, 0x85, 0x75, 0x93, 0x08, 0xdd, 0xc9, 0x87, 0x67, 0x25, 0xd7, 0x18, 0xd7, 0xbd, 0x3b, 0x5f, 0x87, 0x82, 0xb6, 0xde, 0x84, 0x35, 0xbc, 0xac, 0x56, 0xfa, 0xb2, 0x8d, 0x70, 0x29, 0xad, 0x2b, 0xd3, 0x43, 0x93, 0x4d, 0x26, 0xe0, 0x58, 0x3e, 0x3f, 0x3b, 0x40, 0x2c, 0x6b, 0x15, 0xed, 0x1c, 0xec, 0x29, 0xf5, 0xdf, 0xbb, 0x02, 0xc8, 0xf4, 0x2e, 0x21, 0x96, 0x6a, 0xb3, 0x32, 0x4d, 0x37, 0x64, 0x70, 0xbb, 0x86, 0xc8, 0x3e, 0xbf, 0x4c, 0x91, 0x5a, 0xa6, 0x30, 0x5f, 0x00, 0x1d, 0x0c, 0x5d, 0xcd, 0x08, 0xc2, 0xf6, 0x21, 0x26, 0xb2, 0x59, 0x81, 0x58, 0x61, 0xc0, 0x96, 0x90, 0x0b, 0xe0, 0xb4, 0xe6, 0x13, 0x78, 0x1e, 0x4f, 0x52, 0x01, 0x2e, 0x29, 0x80, 0x4c, 0x08, 0xd5, 0xbe, 0x3b, 0xb8, 0x00, 0x2a, 0xd3, 0xc0, 0x70, 0x63, 0xd9, 0x7e, 0x2a, 0x48, 0x3c, 0x81, 0xef, 0xfc, 0x15, 0x9d, 0x19, 0x84, 0xb3, 0xe4, 0xb8, 0x8a, 0x73, 0xbe, 0xe6, 0x90, 0xc2, 0x72, 0x2f, 0x4c, 0x32, 0x02, 0xcb, 0x1b, 0xfc, 0x86, 0x55, 0xac, 0x1e, 0x06, 0xc6, 0x25, 0xa7, 0x02, 0x6c, 0x95, 0x6f, 0xbe, 0xf9, 0x1f, 0x7d, 0xf5, 0xd5, 0x7f, 0xdd, 0x30, 0xe7, 0x64, 0x00, 0x84, 0x5a, 0x7b, 0xb8, 0x10, 0xb9, 0xb9, 0x7d, 0x8e, 0xbc, 0x7f, 0xf1, 0x4b, 0xc3, 0xe3, 0x9e, 0x82, 0xda, 0x1d, 0x2c, 0x83, 0x7b, 0x9e, 0x6c, 0x0f, 0xaf, 0x80, 0x23, 0xa6, 0x81, 0x8d, 0xe8, 0x31, 0x25, 0xf0, 0x04, 0x90, 0x1f, 0x19, 0xdb, 0xa9, 0xf7, 0x6f, 0x8a, 0xbf, 0xcb, 0xbb, 0x72, 0x05, 0x7d, 0x29, 0x36, 0xdf, 0x07, 0xdd, 0x2e, 0x46, 0xf7, 0xff, 0xe8, 0x49, 0x60, 0xa1, 0x52, 0x0c, 0x70, 0xb3, 0x64, 0x63, 0x86, 0xa4, 0xed, 0x2b, 0x9f, 0x27, 0xdf, 0x79, 0xc4, 0x68, 0xd5, 0x43, 0x55, 0x71, 0x82, 0xbc, 0x51, 0x32, 0x69, 0x32, 0x49, 0xb4, 0x5e, 0x73, 0x90, 0x0a, 0x70, 0x23, 0xfc, 0x65, 0x6f, 0x20, 0xb3, 0x64, 0xeb, 0xca, 0x91, 0x9f, 0x0b, 0x28, 0x70, 0xfb, 0x39, 0xc5, 0xcd, 0xa0, 0xc2, 0x02, 0x10, 0xe8, 0xe4, 0xf6, 0x60, 0xd1, 0xd8, 0xb0, 0xab, 0xe8, 0x65, 0xf4, 0x64, 0xe6, 0x70, 0x6c, 0x3a, 0xed, 0xd9, 0xfa, 0x77, 0x15, 0x02, 0x98, 0x59, 0x3d, 0xef, 0xdf, 0x3e, 0xf9, 0x84, 0xfe, 0xf5, 0xe6, 0x0d, 0xc5, 0x05, 0x1d, 0xce, 0xca, 0xfc, 0xb0, 0xa7, 0x1c, 0xd6, 0x5e, 0x00, 0x86, 0x3d, 0x81, 0x86, 0xf3, 0x82, 0x35, 0xae, 0xf7, 0x0e, 0xf0, 0xca, 0x01, 0xc2, 0x5a, 0x01, 0x70, 0x59, 0x25, 0xc6, 0xbd, 0x01, 0x88, 0x99, 0xbe, 0xf8, 0xf2, 0xcb, 0xf0, 0xac, 0xa9, 0x00, 0xc3, 0x77, 0x58, 0x98, 0xab, 0x80, 0xf0, 0xe6, 0xd3, 0x7f, 0xd2, 0x1b, 0x7a, 0xba, 0x52, 0xec, 0xff, 0x9a, 0xa1, 0x21, 0xea, 0x3c, 0x8b, 0x10, 0x80, 0x99, 0x01, 0x7d, 0x4b, 0x57, 0x7f, 0x25, 0xc2, 0xe7, 0xf4, 0xe4, 0x05, 0x9f, 0xb7, 0x67, 0x9d, 0x7e, 0x27, 0x78, 0x50, 0x2b, 0x7c, 0x80, 0xbf, 0x15, 0x8e, 0xbd, 0x7a, 0xf5, 0xea, 0x07, 0xc7, 0xe3, 0xf1, 0x27, 0xb3, 0x0f, 0x5f, 0x5f, 0x5f, 0xe3, 0x34, 0x8b, 0xb8, 0x6c, 0x7e, 0x8e, 0x4b, 0xe7, 0x1e, 0x0e, 0x87, 0xcd, 0xd6, 0x78, 0xee, 0xdc, 0xe3, 0xf1, 0xc8, 0x27, 0x9e, 0xe3, 0xed, 0x47, 0x1f, 0x7d, 0x74, 0x35, 0x89, 0x1a, 0xb4, 0xe1, 0xd8, 0xa3, 0x54, 0x00, 0xbc, 0xc7, 0xb1, 0x9b, 0x9e, 0x7b, 0x1f, 0xcf, 0xc4, 0x37, 0x7c, 0x8f, 0xdf, 0xf3, 0x5c, 0x7e, 0xcc, 0x0a, 0xb0, 0x05, 0x3c, 0xdc, 0x91, 0xe2, 0xdc, 0xe6, 0xf3, 0xdd, 0x06, 0xe8, 0x5b, 0x15, 0xe1, 0x5e, 0x95, 0x00, 0x3b, 0x04, 0x1f, 0x3b, 0x51, 0x86, 0xbb, 0x02, 0x9d, 0xf7, 0xa4, 0x04, 0x78, 0x84, 0xe0, 0xdf, 0x45, 0x48, 0xb9, 0x4b, 0x97, 0xbd, 0x6b, 0x25, 0xd8, 0x27, 0x13, 0x78, 0x33, 0x05, 0xdd, 0xaa, 0x34, 0x38, 0x73, 0x7c, 0xeb, 0xb9, 0xb7, 0x75, 0x7f, 0xfb, 0x29, 0x49, 0xe9, 0xf9, 0x0a, 0x1e, 0x0b, 0x48, 0x77, 0x29, 0x87, 0x67, 0x16, 0x02, 0xb6, 0x02, 0x7d, 0x9b, 0x19, 0x3a, 0x3f, 0x47, 0x05, 0x78, 0xa8, 0x84, 0xef, 0xfb, 0x93, 0xf9, 0xf7, 0x93, 0x0f, 0xec, 0x4e, 0x91, 0xf6, 0x5a, 0x06, 0xde, 0x06, 0xb8, 0xb7, 0xfd, 0x6c, 0x7c, 0x4f, 0x4a, 0xf2, 0x64, 0xca, 0xc0, 0x87, 0xb0, 0x68, 0xbc, 0xc7, 0x7d, 0xf1, 0x0e, 0x95, 0xe1, 0xce, 0x43, 0xc8, 0x7d, 0x25, 0x3f, 0xb7, 0xc1, 0xf2, 0xbd, 0x2f, 0xe8, 0xb7, 0xc9, 0x03, 0xdc, 0x87, 0x32, 0xdc, 0x4b, 0xfe, 0xf0, 0x10, 0xd9, 0xef, 0x6d, 0xc5, 0x6e, 0xdc, 0xf3, 0xb3, 0xf1, 0x7b, 0xbc, 0x7f, 0x1b, 0xca, 0xf0, 0x64, 0x14, 0xe0, 0x31, 0x81, 0xfe, 0xd0, 0xca, 0xf0, 0xa4, 0x15, 0xe0, 0xb1, 0x81, 0x7e, 0x9f, 0xca, 0xf0, 0xec, 0x14, 0xe0, 0xbe, 0x40, 0xc7, 0x2d, 0x81, 0x7a, 0x17, 0xca, 0x90, 0x0a, 0x70, 0xcb, 0xf7, 0x7a, 0xdf, 0x39, 0xc0, 0xee, 0xc1, 0x7e, 0xec, 0x0a, 0xb0, 0xb7, 0x67, 0x61, 0x4a, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0xd9, 0x9b, 0xfc, 0x1f, 0x06, 0xaa, 0xde, 0x6c, 0x06, 0x01, 0xbd, 0xa5, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_stop_128_png_len = 3620; unsigned char media_playback_stop_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x20, 0x50, 0x6c, 0x61, 0x79, 0x62, 0x61, 0x63, 0x6b, 0x20, 0x53, 0x74, 0x6f, 0x70, 0x62, 0x57, 0x20, 0x33, 0x00, 0x00, 0x00, 0x17, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4c, 0x61, 0x70, 0x6f, 0x20, 0x43, 0x61, 0x6c, 0x61, 0x6d, 0x61, 0x6e, 0x64, 0x72, 0x65, 0x69, 0xdf, 0x91, 0x1a, 0x2a, 0x00, 0x00, 0x17, 0x8f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0xcd, 0xae, 0x24, 0xcb, 0x51, 0x8e, 0xc8, 0x1e, 0x23, 0x56, 0x20, 0x64, 0xc4, 0x9a, 0x57, 0x40, 0x32, 0x5e, 0x58, 0x82, 0x15, 0xcf, 0xc0, 0x96, 0x25, 0xac, 0x78, 0x86, 0x79, 0x06, 0x16, 0x48, 0xbc, 0x07, 0x18, 0x24, 0xd8, 0x61, 0xb1, 0x60, 0x73, 0x5f, 0x81, 0xb5, 0x11, 0x02, 0x5f, 0xdd, 0x8b, 0x19, 0xec, 0x93, 0xe1, 0x45, 0x65, 0xc6, 0x5f, 0x66, 0x55, 0xf7, 0x99, 0x39, 0x7d, 0xa6, 0xb3, 0xfa, 0xfb, 0xa4, 0x99, 0xfe, 0xab, 0xea, 0xd3, 0x5d, 0xfd, 0xc5, 0x6f, 0x46, 0x44, 0x12, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x9f, 0xed, 0x0b, 0x7d, 0xfc, 0xf8, 0xb1, 0xfc, 0xe4, 0x4f, 0x7e, 0xfc, 0x67, 0xc2, 0xfc, 0x87, 0xf8, 0x79, 0xdf, 0x90, 0x28, 0x22, 0xff, 0xf1, 0x6f, 0xff, 0xfa, 0xef, 0xff, 0xf2, 0xf1, 0xe3, 0xc7, 0x7a, 0xa6, 0xef, 0xf5, 0xe1, 0x6c, 0x3f, 0xd4, 0x4f, 0xfe, 0xf4, 0x8f, 0xff, 0x96, 0x84, 0xfe, 0x92, 0x45, 0xc0, 0xda, 0xb7, 0xbf, 0xb6, 0x7f, 0x47, 0x44, 0x7f, 0x75, 0xa6, 0xef, 0x54, 0x4e, 0xf7, 0x2b, 0x09, 0xff, 0x05, 0xa8, 0x8a, 0x6b, 0xfb, 0xbc, 0x02, 0x40, 0xf4, 0xdb, 0x60, 0x2a, 0xae, 0xed, 0xd3, 0xba, 0x40, 0xb5, 0x46, 0xd7, 0xe7, 0x87, 0x3f, 0xfc, 0xfd, 0x9d, 0xc0, 0xe7, 0xd1, 0xc3, 0x1f, 0x21, 0xf9, 0xac, 0xb3, 0xf2, 0x9d, 0xf4, 0x40, 0x84, 0x88, 0x38, 0xbc, 0xfb, 0xe6, 0x2d, 0x4a, 0xbb, 0x26, 0x12, 0x4e, 0xfb, 0x9f, 0x5f, 0xfc, 0xf7, 0xa9, 0x25, 0xfa, 0x74, 0x02, 0x20, 0x12, 0x63, 0xb4, 0x1f, 0xfd, 0xd1, 0x8f, 0xa1, 0xb7, 0xbf, 0x00, 0xff, 0xf4, 0xcf, 0x7f, 0x0f, 0x01, 0x58, 0x4b, 0x00, 0x10, 0xfc, 0xe2, 0x7a, 0x3e, 0xb5, 0x0b, 0x54, 0xc1, 0x5a, 0x5c, 0x4f, 0x58, 0x80, 0x3d, 0x7c, 0xf7, 0xfd, 0xb7, 0x43, 0x34, 0xf0, 0x3a, 0xf0, 0xd4, 0xeb, 0xee, 0x7f, 0x57, 0x44, 0xd4, 0x8d, 0x8e, 0x7e, 0xb6, 0xdd, 0x67, 0x3e, 0xfe, 0xdb, 0x9c, 0x5e, 0xf3, 0xdf, 0x68, 0x3b, 0x57, 0xa8, 0xbf, 0x1d, 0x33, 0xeb, 0xe3, 0xed, 0x7e, 0xfb, 0xbb, 0xe2, 0x5e, 0xd3, 0xf7, 0x6c, 0x9f, 0x48, 0xb6, 0xf7, 0x11, 0x17, 0x13, 0xf4, 0xbf, 0xf4, 0xbb, 0xbf, 0xf3, 0x7b, 0xb0, 0x00, 0x67, 0x0a, 0x82, 0x33, 0xfe, 0xf3, 0xbf, 0x7e, 0xae, 0x44, 0x19, 0x28, 0xc7, 0xf6, 0xa3, 0x8b, 0x08, 0x6d, 0xca, 0x4f, 0x48, 0x6a, 0xa5, 0x5a, 0xeb, 0xf6, 0x9c, 0x08, 0x31, 0x11, 0x55, 0xa9, 0x4a, 0x8e, 0xfe, 0x7e, 0xfe, 0x36, 0x93, 0x38, 0x1e, 0xc3, 0x81, 0xd8, 0xcc, 0x32, 0x1c, 0xb7, 0x71, 0x58, 0xe2, 0x67, 0x95, 0x28, 0x37, 0xcc, 0x9c, 0x3e, 0x43, 0x14, 0x0c, 0x21, 0x21, 0xa9, 0x12, 0x04, 0xa1, 0xff, 0x27, 0x44, 0x24, 0x5d, 0xbb, 0x33, 0x13, 0xb5, 0xef, 0x9c, 0x05, 0xe0, 0xda, 0xf5, 0x84, 0x00, 0x3c, 0x78, 0x10, 0x3c, 0x08, 0xc8, 0x4b, 0x25, 0x21, 0x69, 0x84, 0xde, 0x48, 0x50, 0x45, 0x48, 0x1a, 0xa1, 0x95, 0x40, 0xed, 0x3f, 0x66, 0x76, 0xe4, 0x2d, 0x4a, 0x98, 0xc2, 0x17, 0x2a, 0x91, 0x8d, 0x46, 0x7e, 0xce, 0xe4, 0xcf, 0x5a, 0xdc, 0xb2, 0x2d, 0x9e, 0xf0, 0xf6, 0x3e, 0x72, 0x5d, 0x18, 0x66, 0x1a, 0x5a, 0x98, 0xba, 0x7c, 0x75, 0x4b, 0xc4, 0xcc, 0x2d, 0xb9, 0xd3, 0x6c, 0x00, 0x37, 0x7b, 0x20, 0x42, 0x54, 0x8a, 0xa6, 0x81, 0x64, 0xf2, 0xb9, 0x6f, 0xb9, 0x9e, 0x10, 0x80, 0x47, 0x13, 0x80, 0xa4, 0xb1, 0xb2, 0x09, 0xff, 0xee, 0xfb, 0xef, 0x88, 0xb9, 0x4c, 0x08, 0xce, 0x74, 0x29, 0x45, 0x35, 0xec, 0xa6, 0xc5, 0xcb, 0x5c, 0x83, 0x33, 0x05, 0xb2, 0x64, 0x97, 0x26, 0xbe, 0x16, 0x53, 0x8b, 0xec, 0xa4, 0xc1, 0x5c, 0x96, 0x20, 0x43, 0xc1, 0x0d, 0x92, 0x46, 0x42, 0xfd, 0x2c, 0x42, 0x44, 0x6c, 0xee, 0x16, 0xc7, 0x93, 0x82, 0xfb, 0xe3, 0x2d, 0x44, 0x7f, 0x8d, 0xa5, 0x59, 0x03, 0xe6, 0xf6, 0x36, 0xe9, 0x7e, 0xba, 0x5e, 0x02, 0x0b, 0xb0, 0x98, 0x0b, 0x94, 0x34, 0x96, 0x88, 0x04, 0xb7, 0xe1, 0x07, 0x1f, 0x7e, 0x30, 0x10, 0x9f, 0x03, 0xc1, 0xcb, 0x40, 0xe2, 0xed, 0x78, 0x23, 0xb9, 0x1e, 0x9b, 0x8f, 0xbb, 0xf2, 0x78, 0x73, 0x4b, 0x46, 0x4b, 0x20, 0xdd, 0x0f, 0x97, 0x18, 0x66, 0x74, 0xed, 0x5b, 0xda, 0x67, 0x12, 0x22, 0x12, 0xaa, 0x26, 0x44, 0x49, 0xb8, 0x44, 0x64, 0xfb, 0x36, 0x2e, 0x4e, 0x08, 0x31, 0x02, 0x31, 0x11, 0x0b, 0x09, 0x35, 0xc2, 0x4f, 0xee, 0x5f, 0xbb, 0x9e, 0x10, 0x80, 0x15, 0x83, 0x60, 0xf7, 0xd4, 0xe5, 0x72, 0x69, 0x5a, 0xbc, 0x04, 0xbf, 0x7f, 0x20, 0x75, 0x22, 0x3c, 0x67, 0x42, 0xeb, 0x79, 0x65, 0x9f, 0xfc, 0x5d, 0x8b, 0x3b, 0x21, 0xec, 0x7a, 0xdd, 0x5e, 0xdb, 0x08, 0x2e, 0x64, 0xae, 0x8b, 0xfd, 0x89, 0xe2, 0xc3, 0xec, 0xed, 0xb3, 0x51, 0x3f, 0x56, 0x74, 0x41, 0xaf, 0x2f, 0x64, 0xa9, 0x45, 0x69, 0x02, 0x65, 0x01, 0x73, 0xba, 0xdf, 0xce, 0x0f, 0xf7, 0x9b, 0x5b, 0x34, 0x58, 0x00, 0x04, 0xc1, 0xab, 0x07, 0xc1, 0xf1, 0x71, 0xb9, 0x5c, 0xa8, 0x28, 0xc1, 0x1b, 0x4d, 0x99, 0x83, 0x4b, 0xe4, 0xd7, 0x8a, 0x3d, 0xe1, 0x3d, 0xd9, 0x89, 0x48, 0x63, 0x80, 0x6c, 0x65, 0x82, 0x7b, 0xd3, 0x08, 0x1d, 0x1f, 0x17, 0xe7, 0xf6, 0x28, 0x8d, 0x5d, 0xe6, 0x86, 0x54, 0x20, 0x3a, 0xf1, 0x49, 0x58, 0x9f, 0x63, 0x32, 0x8b, 0x21, 0x1a, 0x44, 0xf3, 0x10, 0x2b, 0x78, 0x41, 0xd8, 0x5c, 0xa3, 0x83, 0xfb, 0xcd, 0x15, 0x7a, 0x6d, 0x52, 0x01, 0x02, 0xf0, 0xe0, 0x41, 0xb0, 0xa4, 0xcc, 0xc9, 0xa5, 0x14, 0xe2, 0xa2, 0xfa, 0x7c, 0x5f, 0x18, 0x5c, 0xc6, 0x46, 0x33, 0x2d, 0x03, 0xc1, 0x5b, 0x49, 0xc1, 0x4e, 0x00, 0x79, 0xe4, 0x12, 0xb1, 0x0c, 0x09, 0x4e, 0x92, 0xe0, 0x75, 0x89, 0x4a, 0x41, 0x24, 0xbe, 0x17, 0x86, 0x2c, 0x1c, 0xcd, 0xb2, 0x4c, 0x04, 0xa1, 0xbb, 0x46, 0xe1, 0x7e, 0x8f, 0x09, 0x9c, 0x2b, 0x24, 0x96, 0xc3, 0x45, 0x10, 0x7c, 0x9a, 0x34, 0xa8, 0x77, 0x81, 0x3e, 0x5c, 0xa2, 0xdf, 0xcf, 0xa4, 0x24, 0x67, 0x17, 0xd5, 0x5a, 0x06, 0xc6, 0x69, 0xf0, 0xc1, 0xc5, 0x19, 0x73, 0xf6, 0x37, 0x83, 0x1d, 0xb9, 0xfd, 0x53, 0x22, 0x83, 0x40, 0xb0, 0x93, 0xe4, 0x20, 0x0c, 0xed, 0x00, 0x71, 0x8f, 0xaf, 0x0a, 0xc2, 0x20, 0x14, 0xe6, 0x0a, 0x09, 0x4b, 0x36, 0x98, 0xb0, 0x00, 0x67, 0x4b, 0x83, 0x76, 0xc7, 0x65, 0xf3, 0x66, 0x3a, 0xf1, 0xa5, 0x59, 0x02, 0x8e, 0x64, 0x24, 0xb2, 0x54, 0x21, 0x65, 0x2f, 0x87, 0x69, 0xe7, 0x85, 0x57, 0x7c, 0x58, 0x7f, 0xaa, 0xa6, 0x86, 0xcc, 0x3d, 0x72, 0x56, 0x42, 0x5c, 0x8c, 0xa2, 0xc2, 0xd0, 0x5d, 0x24, 0x31, 0x81, 0xb9, 0x2a, 0x08, 0x41, 0x28, 0x2c, 0x3e, 0xe8, 0xd6, 0x20, 0x97, 0xe0, 0xc1, 0x02, 0xac, 0x9e, 0x06, 0x4d, 0x3f, 0x28, 0x93, 0x34, 0x17, 0x88, 0x5b, 0x86, 0x25, 0x05, 0xbc, 0x34, 0xe6, 0x24, 0x87, 0x7b, 0xbb, 0xdc, 0xe7, 0xdb, 0x99, 0xef, 0xb3, 0x3d, 0xe9, 0x01, 0xbb, 0x3b, 0x42, 0x3c, 0x58, 0x07, 0x15, 0x86, 0x20, 0x08, 0x8e, 0xfc, 0x3b, 0x82, 0x20, 0xe2, 0xef, 0xbb, 0xf8, 0xc0, 0x59, 0x83, 0x6c, 0x01, 0x90, 0x06, 0x5d, 0x2e, 0x0d, 0x7a, 0xfc, 0x83, 0x75, 0xf2, 0x67, 0xa2, 0xef, 0x3e, 0x4e, 0xa4, 0xe7, 0x23, 0xb2, 0xdf, 0x6c, 0x09, 0x78, 0x26, 0x07, 0x5e, 0xed, 0x1b, 0xf1, 0x67, 0x56, 0xc0, 0xd5, 0x33, 0x88, 0x8b, 0x17, 0xa4, 0xf9, 0xf6, 0x7b, 0x82, 0xd0, 0x83, 0xe5, 0xc1, 0x15, 0x62, 0xcb, 0x48, 0x65, 0x95, 0x51, 0x91, 0x05, 0x5a, 0xcd, 0x02, 0x54, 0x1a, 0xa3, 0xe0, 0x59, 0x72, 0x32, 0x93, 0x9d, 0x13, 0xc9, 0x5d, 0xf6, 0xe7, 0xc0, 0xed, 0xe1, 0x2f, 0xf1, 0x83, 0xd8, 0x27, 0x39, 0xdd, 0x93, 0xde, 0x35, 0x72, 0xf9, 0x79, 0x23, 0xbe, 0x17, 0x10, 0x71, 0xee, 0xcf, 0xf6, 0x7d, 0x8f, 0x04, 0xa1, 0xe7, 0xf5, 0xeb, 0x8b, 0xe8, 0x7b, 0x6d, 0x7e, 0xbe, 0x68, 0x09, 0x88, 0x1c, 0x5d, 0x4f, 0x08, 0xc0, 0x5a, 0x16, 0x40, 0xf6, 0x94, 0x34, 0xf3, 0xb1, 0xd6, 0xe7, 0x6b, 0x56, 0x80, 0x0f, 0x95, 0xfb, 0x91, 0x48, 0xc4, 0xa6, 0x15, 0x3e, 0xb0, 0x02, 0xa4, 0x25, 0x0c, 0x7b, 0xc2, 0x20, 0x7d, 0xb5, 0x57, 0xeb, 0x97, 0x9a, 0x80, 0xd4, 0xda, 0x56, 0x91, 0xb7, 0x5a, 0x26, 0x66, 0x23, 0xbf, 0x88, 0x79, 0x78, 0x52, 0xe3, 0x55, 0x92, 0x57, 0x5a, 0x54, 0x08, 0xc0, 0xa3, 0x07, 0xc1, 0x9a, 0xa3, 0x8f, 0x75, 0x3b, 0x9f, 0x67, 0x05, 0xe6, 0x6e, 0xcf, 0x6b, 0x3b, 0xcc, 0x78, 0x57, 0x42, 0x44, 0x49, 0xdf, 0x53, 0xaf, 0xbd, 0x08, 0xaf, 0x97, 0x38, 0x6c, 0xcf, 0x8b, 0x16, 0xe6, 0x91, 0xc4, 0x00, 0x9a, 0x92, 0x1b, 0xc3, 0x1a, 0xc8, 0x0b, 0x95, 0xb6, 0x88, 0xd6, 0x1e, 0x9a, 0x5b, 0x24, 0xec, 0x0b, 0x42, 0xa3, 0x40, 0x20, 0x08, 0x5e, 0xcc, 0x02, 0xec, 0xa6, 0x41, 0xe5, 0x26, 0xf2, 0xdf, 0x44, 0x7c, 0xbe, 0x9e, 0xfe, 0x9c, 0x95, 0x3c, 0x8b, 0x5b, 0x69, 0xad, 0xf5, 0x45, 0xbd, 0x33, 0x75, 0x3d, 0xdc, 0xbf, 0xad, 0x54, 0x63, 0xe0, 0xa3, 0x2b, 0xac, 0xeb, 0x6b, 0x18, 0xb2, 0xa5, 0xb4, 0x92, 0x7b, 0x54, 0xdc, 0x57, 0xd7, 0x94, 0x69, 0x61, 0x65, 0x7e, 0x77, 0x8b, 0xb6, 0x95, 0x65, 0x09, 0x31, 0xc0, 0xd5, 0xeb, 0x09, 0x01, 0x78, 0x64, 0x0b, 0x70, 0xec, 0x02, 0xd1, 0x17, 0x90, 0x7f, 0x8f, 0xd4, 0x44, 0x62, 0x44, 0x69, 0x69, 0x46, 0x4f, 0x66, 0x4f, 0xf2, 0xb1, 0x50, 0x2e, 0x95, 0x51, 0x73, 0x0c, 0x52, 0xd9, 0xc7, 0x0a, 0xec, 0xe2, 0x83, 0x9e, 0xba, 0xec, 0x54, 0xef, 0xee, 0x91, 0x34, 0x9e, 0x77, 0xf2, 0xf7, 0x95, 0xc0, 0xc2, 0x21, 0x7d, 0x5a, 0x5c, 0xf4, 0xc1, 0x21, 0x48, 0x8e, 0xd7, 0x0e, 0xa5, 0x10, 0x67, 0x09, 0x82, 0x03, 0xa1, 0xae, 0x90, 0x9f, 0x84, 0xa4, 0x6e, 0xfe, 0x6f, 0xad, 0x42, 0x85, 0xa9, 0x95, 0x4c, 0x7b, 0x52, 0xcb, 0xae, 0xdb, 0xa3, 0xfd, 0x00, 0xae, 0x04, 0xa2, 0x94, 0x32, 0x3d, 0x8e, 0x24, 0xe6, 0x5d, 0xf6, 0x56, 0x94, 0xc7, 0xc0, 0x99, 0x93, 0xeb, 0xc4, 0x6d, 0x85, 0xc3, 0x35, 0xbd, 0xd0, 0x58, 0xf2, 0x4c, 0x64, 0xe4, 0xe7, 0xf6, 0x3d, 0x2d, 0x80, 0xe6, 0x41, 0x61, 0x20, 0x08, 0x3e, 0x49, 0x1a, 0xb4, 0x6b, 0xb2, 0x97, 0x97, 0x1a, 0xb5, 0x76, 0x0f, 0x18, 0x7b, 0x39, 0x4d, 0x95, 0x60, 0x05, 0xca, 0x44, 0x4b, 0x6b, 0x36, 0x69, 0xd2, 0x03, 0x30, 0x23, 0xf0, 0xe1, 0x73, 0xcd, 0x9d, 0xca, 0xc7, 0xe4, 0x02, 0xb7, 0x5d, 0x81, 0x4f, 0x0e, 0x8f, 0xaf, 0xee, 0x24, 0x32, 0xd7, 0xa8, 0x92, 0xad, 0x2f, 0x88, 0x99, 0x2a, 0xe2, 0x52, 0xb6, 0x22, 0xb8, 0x7e, 0x94, 0xaf, 0x6b, 0x12, 0x04, 0xc1, 0xcb, 0x5b, 0x80, 0x97, 0x97, 0x97, 0x10, 0x10, 0xfe, 0xf2, 0xff, 0x7e, 0xa9, 0x55, 0x95, 0xa1, 0x06, 0xa8, 0x6c, 0x34, 0xe2, 0xae, 0x31, 0x33, 0x31, 0xd9, 0xca, 0x92, 0x67, 0x64, 0x8f, 0x44, 0xe5, 0xa1, 0x90, 0xee, 0x50, 0x18, 0x42, 0x87, 0x98, 0x34, 0x8b, 0x31, 0xba, 0x5a, 0x9c, 0xb5, 0x7e, 0x2a, 0x9e, 0x13, 0x6d, 0xf0, 0x32, 0x77, 0x68, 0x73, 0x8d, 0xfa, 0x67, 0x17, 0xaa, 0x32, 0xba, 0x45, 0xc2, 0x6c, 0x71, 0x02, 0x47, 0xdf, 0x11, 0x16, 0x60, 0xf9, 0x34, 0x68, 0x74, 0x17, 0x0a, 0x17, 0xad, 0xeb, 0xf1, 0x74, 0x2a, 0x7d, 0x81, 0xac, 0x37, 0xbc, 0x10, 0xef, 0x12, 0x7d, 0x5e, 0xe0, 0x96, 0x2b, 0x4a, 0x69, 0x47, 0xeb, 0x1b, 0xc3, 0x78, 0xb6, 0x8e, 0xcc, 0xc5, 0xc5, 0x12, 0xdd, 0x0a, 0xc4, 0xf7, 0xac, 0x2d, 0xad, 0xc9, 0xec, 0x85, 0x83, 0xa8, 0x5c, 0x8a, 0x56, 0x77, 0x6e, 0xd2, 0xb1, 0x59, 0x01, 0x0e, 0xd6, 0x61, 0xd2, 0x09, 0xe6, 0x83, 0xe4, 0xb4, 0x18, 0x0c, 0x0b, 0xb0, 0x9c, 0x05, 0x10, 0xda, 0x49, 0x03, 0x6d, 0xce, 0x42, 0x27, 0x7a, 0x61, 0x25, 0x79, 0x08, 0x6e, 0x9d, 0xa6, 0x1f, 0xb5, 0x3d, 0xc7, 0xae, 0xad, 0xd4, 0x53, 0x90, 0x49, 0xce, 0x5e, 0xc3, 0xf3, 0x3c, 0x08, 0xa7, 0x90, 0xa0, 0x32, 0x1f, 0x5c, 0xa8, 0x46, 0x2b, 0xe2, 0x62, 0x85, 0xcb, 0xe5, 0xa2, 0x82, 0x30, 0x04, 0xcf, 0xbe, 0xd2, 0x53, 0xfb, 0x09, 0xac, 0xe4, 0x99, 0x8a, 0xb9, 0x45, 0x5b, 0x27, 0x98, 0x5b, 0x48, 0x13, 0x19, 0x96, 0xe5, 0x50, 0x0a, 0xb1, 0x9c, 0x05, 0xa8, 0xb3, 0xa8, 0x51, 0xef, 0x95, 0x72, 0xd1, 0xa0, 0x97, 0xb9, 0x84, 0x94, 0x66, 0x17, 0x8a, 0x99, 0xb6, 0x1f, 0xac, 0x40, 0x22, 0x35, 0xfb, 0x0e, 0x61, 0xce, 0x7f, 0x9a, 0x77, 0x5d, 0x20, 0x91, 0x5e, 0x9b, 0x14, 0x4b, 0xae, 0x4b, 0xb9, 0xa8, 0x36, 0x96, 0xa6, 0xcd, 0x4b, 0xb0, 0x0e, 0x62, 0x9f, 0x6f, 0x52, 0xf5, 0x69, 0x5d, 0x64, 0x63, 0xc9, 0x73, 0x68, 0x80, 0x71, 0x75, 0x45, 0xc2, 0xe3, 0x64, 0x38, 0x74, 0x84, 0x2d, 0x9e, 0x06, 0xf5, 0x7d, 0x86, 0xd2, 0x08, 0xd8, 0xad, 0x80, 0xcf, 0xfe, 0xdc, 0x4e, 0xfe, 0x32, 0x38, 0x2e, 0xc1, 0xb3, 0x71, 0x01, 0x32, 0xa7, 0xcf, 0xc4, 0x3c, 0x5a, 0x82, 0xd2, 0x34, 0xb2, 0xc8, 0xc4, 0x3a, 0xb8, 0x1e, 0x80, 0xd0, 0x1d, 0xd6, 0x0a, 0xda, 0x58, 0xfb, 0x11, 0xe8, 0x4a, 0x1f, 0xc0, 0xac, 0x13, 0x6c, 0xd6, 0x17, 0x1c, 0xc9, 0x8f, 0x34, 0xe8, 0x19, 0xd2, 0xa0, 0xee, 0x17, 0x65, 0x62, 0x2a, 0x97, 0x12, 0xd2, 0x9f, 0x16, 0xd8, 0x9a, 0xfe, 0xf5, 0x29, 0xcb, 0x90, 0xf5, 0x49, 0x5a, 0xdf, 0x37, 0xd3, 0xf4, 0xea, 0xca, 0x32, 0x09, 0x7c, 0x4b, 0xb9, 0x0c, 0x02, 0x9a, 0x7b, 0x8e, 0xe3, 0x73, 0xbe, 0x29, 0xc5, 0x97, 0x69, 0xef, 0x34, 0xc0, 0xf4, 0xac, 0xd1, 0xb4, 0x0f, 0x20, 0x96, 0x3c, 0x5b, 0x27, 0x18, 0xcd, 0xad, 0x81, 0x44, 0xa7, 0x11, 0x41, 0xf0, 0x49, 0xd2, 0xa0, 0x4c, 0x3c, 0xb8, 0x2f, 0x85, 0xbd, 0x25, 0x60, 0x0d, 0x92, 0xb3, 0x26, 0x66, 0xa6, 0xd0, 0x51, 0x35, 0xeb, 0x24, 0xbb, 0xb8, 0xec, 0x91, 0xff, 0x08, 0x65, 0x16, 0x30, 0x4f, 0x66, 0x6b, 0xe5, 0x2c, 0x52, 0xe3, 0xb9, 0xb3, 0x5d, 0x34, 0x36, 0xc0, 0x04, 0xb2, 0xb7, 0x23, 0xaf, 0x96, 0x3c, 0xcf, 0x2c, 0x83, 0x59, 0x83, 0x5c, 0x15, 0x84, 0x20, 0xf8, 0x14, 0x41, 0xb0, 0x65, 0x83, 0x0a, 0xf3, 0xe8, 0xfb, 0x7b, 0xcd, 0xee, 0x08, 0x62, 0xca, 0xdc, 0x5e, 0x2f, 0xe5, 0x62, 0x2b, 0xb1, 0xb2, 0xd3, 0x44, 0xef, 0xf3, 0xf7, 0x7b, 0x19, 0x21, 0xff, 0xd9, 0x76, 0xeb, 0xea, 0xc6, 0xb6, 0xc8, 0x5d, 0x2b, 0x30, 0x08, 0xc2, 0x41, 0x27, 0x58, 0x1b, 0x9a, 0xb5, 0x59, 0x03, 0xd7, 0x0e, 0xc9, 0x92, 0xdc, 0x46, 0x04, 0xc1, 0x27, 0x08, 0x82, 0x1d, 0xe5, 0x98, 0x88, 0xf9, 0xa2, 0x04, 0xec, 0xe9, 0x70, 0x4e, 0x2e, 0x48, 0x29, 0x25, 0xd6, 0xc8, 0xbb, 0x09, 0x10, 0xec, 0xb4, 0xbe, 0xf5, 0xd5, 0xa4, 0xa2, 0x89, 0x32, 0x66, 0x82, 0x76, 0xe9, 0xcf, 0x5a, 0xfc, 0x49, 0xb3, 0xda, 0xd5, 0x5b, 0xda, 0x22, 0x6f, 0xea, 0xfe, 0x72, 0xf7, 0xf7, 0xda, 0x21, 0xfb, 0xcc, 0xa0, 0xdb, 0xae, 0x27, 0x04, 0x60, 0x0d, 0x0b, 0xe0, 0xfb, 0x0b, 0x5d, 0xc1, 0x18, 0xb5, 0x94, 0x68, 0x9c, 0xa0, 0x30, 0xe6, 0xf9, 0x99, 0x53, 0x9e, 0xdf, 0x3b, 0x54, 0x4c, 0xf1, 0xf9, 0x99, 0x30, 0xcc, 0x52, 0xa0, 0x63, 0xcc, 0x4c, 0xc9, 0xd9, 0xb1, 0x97, 0x6e, 0x68, 0x8b, 0xbc, 0xde, 0xfd, 0x15, 0xdd, 0x22, 0x2f, 0xdc, 0xde, 0x3d, 0x12, 0xce, 0xd7, 0x4e, 0x60, 0x01, 0x96, 0xb7, 0x00, 0x13, 0xf2, 0x79, 0xdf, 0x3f, 0x64, 0x63, 0x66, 0x71, 0x03, 0xef, 0x10, 0x7e, 0x20, 0xff, 0x3e, 0xf1, 0x5f, 0xd3, 0x36, 0x39, 0xf6, 0x08, 0xdf, 0xde, 0x16, 0x39, 0x74, 0x7f, 0xed, 0x74, 0x82, 0xf9, 0x32, 0x0b, 0xef, 0x12, 0xb1, 0xc4, 0xce, 0x30, 0x58, 0x80, 0x13, 0x58, 0x80, 0xdc, 0x0e, 0xc0, 0x7c, 0xdc, 0xc3, 0xe5, 0xb3, 0x3e, 0x81, 0xc0, 0x37, 0x93, 0x9f, 0xe7, 0xdd, 0x62, 0x4c, 0x37, 0x8b, 0x41, 0x1e, 0xc2, 0x72, 0xd4, 0x16, 0x79, 0x28, 0x08, 0x41, 0x28, 0x8c, 0xfc, 0xa3, 0x40, 0xc4, 0x9e, 0x60, 0xdf, 0x1a, 0x0f, 0x0b, 0xb0, 0x9a, 0x00, 0x4c, 0xd6, 0x01, 0x82, 0x06, 0x0d, 0x4b, 0xb7, 0xbc, 0x1b, 0xa7, 0xee, 0x6a, 0xf2, 0x09, 0xf9, 0x5f, 0x67, 0x05, 0xae, 0x37, 0xce, 0x0c, 0xc3, 0xd1, 0x99, 0x76, 0xdb, 0x22, 0xd9, 0xf9, 0x32, 0xb2, 0x2b, 0x08, 0xe6, 0x0a, 0x99, 0x65, 0x90, 0x54, 0x7a, 0xbd, 0xc5, 0x03, 0x39, 0x12, 0xc1, 0x3a, 0xc0, 0x29, 0x82, 0x60, 0xd7, 0x34, 0x7e, 0x40, 0x39, 0x7e, 0x6d, 0xcf, 0x2f, 0x4f, 0xa6, 0x43, 0x4f, 0x89, 0x7f, 0xf4, 0xbe, 0x43, 0x4e, 0x68, 0xb4, 0x04, 0x57, 0x7a, 0x84, 0xc7, 0xd5, 0xdc, 0x5e, 0xd6, 0xb0, 0x69, 0x75, 0x4e, 0x6e, 0x51, 0xa5, 0xea, 0x46, 0xc0, 0xd7, 0xad, 0x88, 0x8e, 0xb7, 0xc7, 0x2f, 0xf5, 0x25, 0x68, 0x7e, 0xb8, 0x40, 0xcb, 0xa7, 0x41, 0xe3, 0x06, 0x10, 0xc7, 0xfe, 0x4f, 0xbe, 0x73, 0xe4, 0x06, 0xbd, 0xa2, 0xbf, 0xe0, 0x96, 0x5e, 0xe2, 0xb9, 0xed, 0xf1, 0x29, 0xa0, 0xd4, 0x23, 0xec, 0xac, 0x40, 0x13, 0x84, 0x97, 0xd6, 0x22, 0x59, 0xeb, 0x8b, 0xf6, 0x2f, 0x30, 0x11, 0xbd, 0xd4, 0x4a, 0xbd, 0xfc, 0x5b, 0xa4, 0x86, 0xba, 0xa2, 0xd0, 0x1f, 0xac, 0xe3, 0xe1, 0x45, 0xf7, 0xcb, 0x83, 0x0b, 0xb4, 0xb8, 0x05, 0xb0, 0x80, 0x6f, 0xd0, 0xf1, 0x37, 0xba, 0x20, 0x51, 0x20, 0x78, 0x62, 0x37, 0xae, 0x91, 0x7f, 0x66, 0x05, 0x6e, 0x71, 0x89, 0x44, 0xaa, 0x35, 0xe2, 0x54, 0x99, 0xb6, 0x4e, 0x4a, 0xdf, 0xdb, 0x40, 0xe5, 0x5b, 0x74, 0xe7, 0x17, 0x2d, 0xae, 0x6b, 0x45, 0x6e, 0xdb, 0x72, 0x45, 0xb1, 0xc2, 0x4f, 0xf1, 0xd6, 0x51, 0xe2, 0x28, 0xf7, 0xa6, 0x37, 0x60, 0x01, 0x96, 0xb7, 0x00, 0x5e, 0x10, 0x6e, 0xcc, 0xc5, 0xf0, 0x51, 0xaa, 0x32, 0xfb, 0xfd, 0x3b, 0xe4, 0xdf, 0x21, 0x7e, 0xd7, 0xaa, 0xbe, 0xc3, 0x4c, 0x1b, 0xdf, 0xdd, 0x8c, 0xfe, 0xb8, 0xa5, 0x92, 0xeb, 0x54, 0x4b, 0x86, 0x6c, 0x23, 0x6e, 0x09, 0x53, 0x9e, 0x43, 0x3f, 0xb0, 0x96, 0x3f, 0xbb, 0x5e, 0x60, 0x15, 0x88, 0xb6, 0x0e, 0x50, 0x48, 0xa7, 0xc2, 0xf9, 0xfa, 0x22, 0x04, 0xc1, 0x4b, 0x5a, 0x80, 0x1b, 0x5d, 0xa0, 0x89, 0x1b, 0x7f, 0xbb, 0x45, 0x88, 0x27, 0xeb, 0xd4, 0x86, 0xda, 0xdc, 0x0c, 0xea, 0x63, 0x4a, 0xb6, 0x3f, 0x59, 0xa9, 0x12, 0x13, 0x0f, 0x1b, 0xce, 0x1d, 0xf5, 0x1b, 0xc4, 0xd2, 0x88, 0x2e, 0x1c, 0xbe, 0x04, 0x43, 0x74, 0xb4, 0xba, 0x85, 0xfa, 0x85, 0x72, 0x4b, 0xa4, 0xf0, 0xa4, 0x17, 0xb8, 0xf5, 0x00, 0x48, 0x5b, 0x09, 0xa6, 0xb6, 0x0a, 0x5c, 0xc8, 0x56, 0xc8, 0xb5, 0x79, 0x1f, 0x41, 0xf0, 0x6a, 0x16, 0xe0, 0xd8, 0x05, 0xba, 0x1e, 0x00, 0xdb, 0x6d, 0x95, 0x2d, 0x40, 0xec, 0x33, 0x76, 0x7a, 0x4e, 0xb5, 0xd6, 0x8d, 0xe0, 0x55, 0xc4, 0x2d, 0x27, 0xfb, 0x7a, 0x23, 0xbf, 0x9d, 0x12, 0x99, 0x56, 0x25, 0x0a, 0x7d, 0x08, 0x87, 0x42, 0x97, 0x6a, 0x83, 0x7c, 0x87, 0x58, 0x1f, 0xb1, 0xee, 0x85, 0xc3, 0x36, 0xc1, 0x63, 0x37, 0x28, 0x22, 0x96, 0x38, 0xa8, 0xe6, 0x97, 0xed, 0x00, 0xcd, 0x08, 0x71, 0x9c, 0x0b, 0xea, 0xd3, 0xa3, 0x28, 0x86, 0x3b, 0x41, 0x1a, 0xd4, 0x6f, 0x22, 0xe1, 0x5d, 0x8e, 0x30, 0xc1, 0xa1, 0x69, 0xee, 0x7e, 0x5c, 0xad, 0x26, 0x34, 0x7d, 0x70, 0x6e, 0x09, 0x9d, 0x64, 0xae, 0xa0, 0x2e, 0x3d, 0xc7, 0x37, 0x74, 0x96, 0x29, 0xb1, 0xaf, 0xf5, 0x10, 0x87, 0x3d, 0xc4, 0x62, 0x25, 0xa9, 0xb6, 0xc2, 0xb3, 0x3d, 0xb2, 0x92, 0xe7, 0x3e, 0x13, 0x88, 0xd2, 0xb6, 0x48, 0x66, 0x15, 0x84, 0x9c, 0xfb, 0xc3, 0xb6, 0x10, 0xe6, 0xb7, 0x56, 0x42, 0x1a, 0x74, 0xf1, 0x20, 0xf8, 0xd3, 0xa7, 0xff, 0x0f, 0xc1, 0xe1, 0xb7, 0xbf, 0xf8, 0xd6, 0xd5, 0xf4, 0x70, 0xda, 0xdc, 0xce, 0x56, 0x7f, 0xb7, 0x7a, 0xa0, 0x66, 0x1b, 0xf4, 0xd6, 0x91, 0x9d, 0x79, 0x68, 0xaa, 0xd9, 0xb4, 0x3b, 0x0d, 0x16, 0xc1, 0xbb, 0x36, 0x3e, 0x98, 0x1e, 0x04, 0xe2, 0xc8, 0x2a, 0xa4, 0xb6, 0x48, 0xd3, 0xfa, 0x3d, 0x90, 0x65, 0x0b, 0x62, 0x7d, 0xf9, 0xb3, 0xe6, 0x4b, 0x8b, 0x92, 0x5f, 0xab, 0x3f, 0xc9, 0xdc, 0x1f, 0x6e, 0xfe, 0x51, 0xb7, 0x56, 0xfd, 0x6f, 0x21, 0x08, 0x5e, 0x3c, 0x08, 0xde, 0x26, 0x9b, 0x4d, 0x88, 0xa8, 0xf5, 0x40, 0x25, 0x70, 0x8f, 0x7d, 0x73, 0xcc, 0x8e, 0x00, 0x94, 0x89, 0x20, 0x84, 0x4c, 0x51, 0x6a, 0xb3, 0x0c, 0xcd, 0x35, 0x34, 0x19, 0xc3, 0xce, 0x47, 0xee, 0x4f, 0x34, 0x66, 0xd6, 0x09, 0xe6, 0x2d, 0x1e, 0xbb, 0x32, 0xec, 0x4d, 0xab, 0xfb, 0x26, 0x7a, 0xe9, 0x45, 0x6e, 0xbd, 0xe9, 0x85, 0x4b, 0x5c, 0x27, 0xe8, 0x75, 0x40, 0x42, 0x31, 0x10, 0x46, 0x10, 0xbc, 0x7e, 0x10, 0xec, 0xea, 0x27, 0x89, 0xa9, 0x34, 0xc2, 0x67, 0x72, 0x53, 0x20, 0x68, 0xec, 0x19, 0x28, 0x83, 0x20, 0x64, 0xb2, 0xea, 0x99, 0x9c, 0x2c, 0x42, 0xde, 0x2f, 0x78, 0xb2, 0x7d, 0xea, 0xac, 0x0f, 0xc0, 0xef, 0x50, 0x13, 0x96, 0xc5, 0xbc, 0x55, 0x91, 0x68, 0x15, 0xfc, 0xde, 0x62, 0xba, 0xba, 0xab, 0xbc, 0x77, 0xab, 0xbc, 0xda, 0x0d, 0x13, 0x53, 0x03, 0xec, 0x56, 0x8c, 0xfb, 0x92, 0xa1, 0x20, 0x08, 0x5e, 0x3f, 0x08, 0xf6, 0xc4, 0x12, 0xcd, 0x80, 0xb0, 0xeb, 0x0b, 0xee, 0xbe, 0xb8, 0xeb, 0x11, 0x60, 0x3a, 0xe8, 0xfe, 0xe2, 0xc1, 0x4a, 0x70, 0x6a, 0xa9, 0xdc, 0x13, 0x14, 0x9a, 0xf4, 0x17, 0x8c, 0xbb, 0xd5, 0xcc, 0x33, 0x50, 0xac, 0xe3, 0x0f, 0xad, 0x2d, 0xd2, 0x5b, 0x85, 0x6e, 0xc9, 0x7c, 0x00, 0x4b, 0x1a, 0x0f, 0x6c, 0x41, 0xb4, 0xb4, 0xcd, 0x34, 0xc4, 0x95, 0x43, 0x90, 0x6c, 0x65, 0xdd, 0xea, 0x06, 0xb5, 0x3d, 0x85, 0xcd, 0x02, 0xc0, 0x05, 0x5a, 0x3b, 0x0d, 0xea, 0x66, 0xe9, 0x77, 0x22, 0x16, 0xe6, 0x81, 0xec, 0x92, 0x34, 0xef, 0x94, 0xdc, 0xda, 0x42, 0x39, 0x9e, 0x9f, 0x42, 0xdb, 0x51, 0xe3, 0xef, 0xf4, 0x14, 0x44, 0x59, 0x89, 0xbd, 0xc4, 0xc3, 0xd7, 0xe0, 0xbe, 0x98, 0x45, 0xf3, 0xf2, 0xe7, 0x26, 0x08, 0x63, 0x03, 0x8c, 0x73, 0x89, 0x52, 0xd0, 0x2b, 0x5a, 0x00, 0x47, 0x56, 0x33, 0xe4, 0x2c, 0x01, 0x2c, 0xc0, 0xea, 0x16, 0x20, 0xf4, 0xe8, 0x8a, 0x6f, 0xaf, 0xd5, 0xcd, 0xf2, 0xe2, 0xf8, 0x42, 0x73, 0x75, 0x4a, 0xd2, 0xf2, 0x79, 0x4d, 0x8b, 0xf9, 0x8a, 0x20, 0xcc, 0x2a, 0x50, 0x8f, 0x04, 0x21, 0x19, 0x0e, 0x9f, 0xea, 0xe4, 0x20, 0x09, 0x7e, 0xd6, 0xed, 0xbc, 0xe4, 0xd9, 0x07, 0xb3, 0xd9, 0x2a, 0x84, 0xa0, 0x57, 0x85, 0xa0, 0xa7, 0x51, 0xc5, 0xf5, 0x09, 0x30, 0x2c, 0xc0, 0xf2, 0x69, 0x50, 0x51, 0xf5, 0x16, 0x7d, 0x73, 0x17, 0x98, 0x5a, 0x20, 0xcc, 0x83, 0xaf, 0x2f, 0x64, 0xfd, 0x03, 0x9a, 0x25, 0x1a, 0xe6, 0x03, 0xe5, 0xd6, 0xca, 0x9d, 0x9d, 0x21, 0x73, 0x7f, 0x81, 0x4f, 0x85, 0x4e, 0x9b, 0x69, 0xa2, 0x20, 0x8c, 0x6d, 0x91, 0x59, 0x10, 0x52, 0xbd, 0x7f, 0x13, 0x08, 0x6f, 0x15, 0xba, 0x25, 0xa8, 0x54, 0x63, 0xd0, 0xcb, 0xb6, 0xd7, 0x58, 0x1f, 0x92, 0xcb, 0x2c, 0x48, 0x83, 0x2e, 0xe7, 0x02, 0xd5, 0xb1, 0xe6, 0xa1, 0xbb, 0x37, 0x4c, 0x39, 0xbd, 0x39, 0xcb, 0xc1, 0xcf, 0x05, 0xc1, 0x1f, 0xb0, 0x67, 0x15, 0x28, 0xf5, 0xd9, 0x8c, 0x69, 0xce, 0x3c, 0x53, 0x28, 0xf6, 0x17, 0x14, 0xe6, 0xc3, 0x94, 0x68, 0xf1, 0xab, 0xba, 0x9a, 0x6d, 0x75, 0x2b, 0xb9, 0x5c, 0x86, 0x92, 0xe7, 0xac, 0x14, 0xba, 0x10, 0x14, 0x2e, 0x61, 0x01, 0x8c, 0xdb, 0xc6, 0x01, 0xec, 0x1a, 0x9e, 0x2b, 0x31, 0xc6, 0xa3, 0xaf, 0x67, 0x01, 0xea, 0x34, 0x88, 0x74, 0xde, 0x83, 0x6a, 0xf5, 0x2c, 0x08, 0x87, 0xad, 0x90, 0xc1, 0x37, 0xef, 0xb3, 0x98, 0xc7, 0xaa, 0x51, 0x3d, 0x3f, 0x04, 0xc5, 0xd7, 0x86, 0x6b, 0x8d, 0x3d, 0x05, 0x65, 0x27, 0x15, 0x2a, 0xfe, 0xf5, 0x54, 0xf2, 0x5c, 0x7b, 0xed, 0x45, 0xcf, 0xf2, 0x88, 0x4d, 0xa8, 0xf6, 0x0b, 0x5b, 0x6a, 0x11, 0x9c, 0xe6, 0xaf, 0xcd, 0x5a, 0xda, 0x8a, 0x77, 0xdf, 0x39, 0x1e, 0x2e, 0xd0, 0xda, 0x69, 0xd0, 0x30, 0x79, 0x8d, 0x43, 0xb6, 0x65, 0x57, 0x10, 0xfc, 0x8e, 0x8d, 0x25, 0x09, 0x40, 0x0e, 0x52, 0xfd, 0x2e, 0xf3, 0xd3, 0x05, 0xb0, 0xd9, 0x82, 0x9a, 0x73, 0x77, 0x92, 0x90, 0x05, 0x47, 0x68, 0x32, 0x67, 0x94, 0x7b, 0x9c, 0xe3, 0x2a, 0x3c, 0x7b, 0xf7, 0x57, 0x69, 0x7e, 0x3b, 0x71, 0xb6, 0x0a, 0x32, 0x5d, 0xdd, 0x15, 0x57, 0x31, 0xba, 0x65, 0x82, 0xdc, 0xe7, 0x90, 0x6d, 0xa2, 0x34, 0x82, 0xe0, 0xe5, 0x83, 0x60, 0x3f, 0xbe, 0x84, 0xa6, 0xee, 0x8f, 0xaf, 0x89, 0xcf, 0x19, 0x20, 0x5f, 0x4c, 0x37, 0x23, 0xeb, 0x2c, 0xd5, 0x19, 0x35, 0xbf, 0x09, 0xde, 0x20, 0x08, 0x21, 0x13, 0xe4, 0x32, 0x40, 0x4e, 0x10, 0xa6, 0x83, 0xb4, 0x7a, 0xcc, 0xa2, 0x41, 0x6d, 0x9f, 0xf9, 0xcf, 0xa1, 0xbe, 0x67, 0x9b, 0x76, 0x3e, 0x56, 0x95, 0x8e, 0x81, 0x71, 0xfb, 0x8c, 0xfa, 0x5d, 0xed, 0x31, 0x82, 0xe0, 0xd5, 0xd3, 0xa0, 0x4d, 0x95, 0xeb, 0xb8, 0x70, 0xa2, 0x44, 0xc6, 0x49, 0x9d, 0x4e, 0x8a, 0x03, 0x0e, 0x7d, 0x7d, 0x8e, 0x4d, 0x31, 0xb3, 0xec, 0xd2, 0xee, 0x34, 0x69, 0x27, 0x08, 0x56, 0xb7, 0xcf, 0x96, 0xea, 0x6c, 0x29, 0xd8, 0x21, 0x16, 0xb0, 0x15, 0xae, 0xed, 0xbc, 0x5e, 0xac, 0x97, 0xdd, 0x1f, 0x57, 0xe6, 0x9c, 0xe7, 0x7c, 0x9a, 0x10, 0x6c, 0xef, 0xa8, 0x53, 0xa5, 0xc9, 0x84, 0x0a, 0xfb, 0x03, 0x2c, 0x69, 0x01, 0x76, 0xb6, 0x45, 0xf5, 0xdb, 0x0c, 0x79, 0xbd, 0x7e, 0x34, 0x0a, 0x9d, 0x2c, 0xeb, 0xa3, 0x79, 0x95, 0x21, 0x8d, 0xca, 0x57, 0x82, 0x6a, 0x1e, 0x08, 0x3f, 0xd3, 0xea, 0x3c, 0x29, 0xad, 0xb0, 0xda, 0xa2, 0x78, 0x9e, 0x8d, 0xf9, 0xb2, 0x89, 0xcf, 0xbe, 0xb4, 0xc1, 0x97, 0x60, 0xfb, 0x7c, 0x7f, 0x51, 0xa2, 0x93, 0xd5, 0xfc, 0x8b, 0x6b, 0x9b, 0x64, 0xb3, 0x00, 0xba, 0x69, 0x06, 0x82, 0xe0, 0xb5, 0x83, 0x60, 0xa2, 0xda, 0xa7, 0x82, 0x2a, 0xa1, 0x03, 0x61, 0xc3, 0xe0, 0xab, 0x9c, 0xee, 0x24, 0x1d, 0xa2, 0xe9, 0x57, 0x8f, 0x3b, 0x49, 0x87, 0xc5, 0xb3, 0xa9, 0x7b, 0x25, 0x2e, 0xb6, 0x8d, 0xae, 0x54, 0x74, 0x9d, 0x78, 0x78, 0x6f, 0x0d, 0x72, 0x69, 0x2b, 0x6f, 0xb6, 0x51, 0xe9, 0xd6, 0x16, 0x59, 0x5b, 0x51, 0x9c, 0xb8, 0x01, 0x5b, 0x9e, 0xec, 0x21, 0xcf, 0x1f, 0x6e, 0x5d, 0xe1, 0x9b, 0xde, 0x66, 0xc5, 0x81, 0x20, 0x78, 0xfd, 0x34, 0xa8, 0x2e, 0xef, 0xd7, 0x2d, 0xc8, 0x0b, 0x65, 0xca, 0x23, 0x61, 0xdd, 0x70, 0x43, 0x1b, 0x22, 0xeb, 0x56, 0xa1, 0xb6, 0x5a, 0x9f, 0x3d, 0xb2, 0xf6, 0xec, 0x8d, 0xdc, 0x9c, 0x5d, 0x12, 0x9a, 0xf9, 0xe9, 0x51, 0x08, 0x87, 0x71, 0x87, 0xda, 0x10, 0xb3, 0xa5, 0x4e, 0x3b, 0xd1, 0xbb, 0xd6, 0x27, 0x6f, 0xe3, 0xd8, 0x8d, 0x40, 0xd4, 0xdb, 0x31, 0x0e, 0xe8, 0x0b, 0x5f, 0x83, 0x0b, 0x04, 0x0b, 0xb0, 0xb8, 0x05, 0xe0, 0x59, 0x32, 0x94, 0xc7, 0x80, 0x75, 0x58, 0xc7, 0x95, 0xe9, 0xe6, 0x18, 0x55, 0x44, 0x83, 0xc5, 0xb0, 0x47, 0x98, 0x8b, 0x03, 0xb6, 0x2e, 0xc4, 0x71, 0x18, 0xaf, 0xba, 0x1e, 0xdd, 0xaa, 0xb4, 0xdd, 0x6a, 0x72, 0x76, 0x29, 0xec, 0x26, 0xe9, 0x2d, 0x47, 0xf1, 0x02, 0x67, 0x25, 0xcf, 0xd9, 0xc5, 0xd9, 0x38, 0xcf, 0xea, 0x16, 0xa5, 0x66, 0xc7, 0xc9, 0x33, 0xa4, 0xc2, 0x62, 0xaf, 0x49, 0xdb, 0x68, 0x06, 0x16, 0x60, 0x69, 0x0b, 0xb0, 0xb5, 0x0d, 0x86, 0x34, 0x8f, 0xe9, 0x5e, 0xf5, 0x1b, 0x8a, 0x2d, 0x98, 0xe9, 0x2e, 0x8c, 0x6d, 0xcf, 0x2d, 0x0d, 0x82, 0xad, 0xe6, 0xde, 0xa7, 0x0a, 0x85, 0xdb, 0x8a, 0x80, 0xcb, 0xf0, 0x88, 0xa4, 0x15, 0x69, 0xb6, 0x32, 0x68, 0x4e, 0x55, 0xa8, 0x22, 0xd5, 0x95, 0x3c, 0x10, 0xed, 0x24, 0x98, 0x92, 0xb0, 0x52, 0x18, 0xe2, 0xeb, 0xfd, 0xfc, 0x40, 0x7e, 0xbd, 0x35, 0xef, 0x67, 0xea, 0x0a, 0xb9, 0x15, 0x62, 0xf1, 0x96, 0xd3, 0x6f, 0xff, 0x7a, 0x52, 0x94, 0xf3, 0x59, 0x80, 0xb4, 0x9d, 0x69, 0xdb, 0x24, 0xae, 0x67, 0xfb, 0x38, 0xd0, 0x68, 0x73, 0x75, 0x72, 0x13, 0x7a, 0x48, 0x69, 0xfa, 0x92, 0xe4, 0xde, 0x34, 0xc3, 0xd9, 0xcf, 0xaf, 0x9a, 0x2d, 0x91, 0x74, 0x6e, 0x9c, 0x3d, 0x1a, 0xa7, 0x2f, 0xf7, 0x63, 0xf3, 0xb6, 0x44, 0xd1, 0x5a, 0x8d, 0x77, 0x87, 0xfd, 0x85, 0xd3, 0x64, 0x8a, 0xb1, 0xa0, 0xc2, 0xf7, 0x2a, 0x44, 0x21, 0x1b, 0x36, 0xf2, 0x63, 0xe7, 0x02, 0xcd, 0xae, 0x27, 0x04, 0xe0, 0xd1, 0xd3, 0xa0, 0x35, 0xfc, 0xf3, 0x93, 0x97, 0xf3, 0x78, 0x91, 0x96, 0x28, 0x8f, 0xdb, 0x75, 0x89, 0x38, 0xb2, 0xb0, 0xc5, 0x0a, 0x4d, 0xab, 0xf7, 0x89, 0x0e, 0xba, 0x5a, 0x9a, 0xac, 0x8a, 0xb8, 0xd9, 0x3b, 0x44, 0x93, 0x8d, 0xbb, 0x83, 0x0c, 0x48, 0x90, 0x09, 0x1f, 0x4b, 0x50, 0x3e, 0x6e, 0x92, 0x5d, 0x0a, 0xd6, 0x22, 0xe4, 0x64, 0x69, 0x08, 0xd8, 0xe7, 0xa3, 0x58, 0x86, 0x71, 0xbf, 0xee, 0x56, 0xa6, 0xd7, 0x13, 0x2e, 0xd0, 0x62, 0x69, 0xd0, 0xaa, 0x85, 0x61, 0x3d, 0x02, 0x75, 0x6d, 0x81, 0x14, 0x4b, 0xa3, 0xd9, 0x6d, 0x6e, 0x21, 0xe6, 0xff, 0x1c, 0xb8, 0x2f, 0x92, 0x46, 0x96, 0x70, 0xaa, 0xeb, 0x9f, 0x6d, 0xa6, 0x6d, 0xb5, 0x3c, 0xec, 0x1e, 0xc9, 0x50, 0x94, 0x9d, 0xfd, 0xf7, 0x49, 0xad, 0xbf, 0x92, 0x58, 0x42, 0x56, 0xca, 0x1e, 0xd1, 0x70, 0x1c, 0x85, 0x58, 0x20, 0x3f, 0xe3, 0x4f, 0x33, 0x81, 0x86, 0x0b, 0xb4, 0x58, 0x10, 0x1c, 0xfe, 0x79, 0x0a, 0xa8, 0xd6, 0x76, 0x9b, 0xcb, 0x49, 0x75, 0x56, 0x61, 0xdc, 0x15, 0xd2, 0x84, 0x6a, 0xd4, 0xd6, 0x39, 0x03, 0x14, 0xb5, 0xba, 0x38, 0x61, 0xca, 0x25, 0x08, 0xf1, 0xb8, 0x7d, 0x2b, 0x20, 0xee, 0x10, 0x99, 0xb8, 0x52, 0x71, 0x97, 0xf9, 0x31, 0xf6, 0xe7, 0xd9, 0x28, 0xd4, 0xa9, 0xb5, 0x20, 0x4a, 0xee, 0x9e, 0xcc, 0xaf, 0x27, 0x2c, 0xc0, 0x62, 0x41, 0x30, 0x53, 0xdd, 0x3c, 0x9d, 0x36, 0x46, 0x50, 0x53, 0x7e, 0xba, 0xb9, 0x5d, 0xdc, 0xfb, 0x2b, 0x06, 0xa5, 0xb1, 0x77, 0x50, 0x7a, 0x64, 0xcc, 0x25, 0x69, 0x6b, 0x4a, 0x5a, 0xdb, 0x0b, 0x88, 0xd0, 0xb8, 0x6a, 0x30, 0xd1, 0xfb, 0x22, 0x93, 0xe0, 0xd5, 0xc6, 0x9a, 0x58, 0xcb, 0x62, 0x4c, 0x57, 0xee, 0xb2, 0x5f, 0xe2, 0x13, 0x59, 0xeb, 0xef, 0x1f, 0x1c, 0x23, 0x12, 0x04, 0xc1, 0x8b, 0x07, 0xc1, 0x22, 0xbd, 0x82, 0x92, 0xc3, 0xcf, 0xad, 0xa6, 0x3d, 0x6b, 0x61, 0xe2, 0xa9, 0xd6, 0x26, 0x57, 0x63, 0x6f, 0xe3, 0x04, 0x0f, 0xb4, 0x75, 0x7a, 0xdf, 0x6b, 0xd6, 0x40, 0x68, 0x72, 0xeb, 0xde, 0xcb, 0x0f, 0xdb, 0x6a, 0x61, 0xbd, 0x23, 0x6c, 0xb2, 0x03, 0x72, 0x24, 0x19, 0xfb, 0x51, 0xc0, 0x2c, 0x00, 0x3f, 0x7b, 0x10, 0x7c, 0x42, 0x0b, 0x50, 0x87, 0xa0, 0x78, 0xa3, 0x7f, 0xa1, 0xdc, 0x9f, 0x1e, 0xf5, 0xf0, 0x9e, 0xb6, 0xce, 0x1e, 0xf9, 0x75, 0xdf, 0x5d, 0x75, 0xbf, 0xb8, 0x0d, 0xea, 0x86, 0x85, 0xa7, 0x38, 0xae, 0x9c, 0x26, 0xb7, 0x7d, 0x27, 0x47, 0x7b, 0x9a, 0xe3, 0x6e, 0x30, 0x34, 0x1b, 0x05, 0xff, 0x79, 0xe8, 0xf1, 0x8f, 0xc6, 0x18, 0xba, 0x10, 0x76, 0xee, 0x75, 0x80, 0xf3, 0xa7, 0x41, 0x5b, 0x4e, 0xaf, 0x36, 0x6d, 0xbb, 0xa7, 0xb5, 0xef, 0xe2, 0xbb, 0x4f, 0x74, 0x7b, 0xec, 0x6c, 0x97, 0x89, 0x96, 0x8f, 0x16, 0x64, 0x78, 0x5f, 0xd1, 0xc6, 0x45, 0xd5, 0xfe, 0xc1, 0x0a, 0x08, 0xd1, 0x6c, 0x86, 0xe8, 0x9e, 0x25, 0xd8, 0x51, 0xfc, 0x61, 0x51, 0x0e, 0x16, 0x60, 0x61, 0x0b, 0x60, 0xda, 0x5b, 0x52, 0xae, 0xe4, 0x36, 0xdf, 0xdd, 0xcd, 0x5b, 0x23, 0xa2, 0x34, 0x4a, 0x90, 0x6f, 0xf3, 0xdd, 0x83, 0x56, 0xf7, 0x2b, 0xb8, 0xc4, 0x61, 0x25, 0x77, 0x6c, 0x56, 0xf7, 0x5b, 0x98, 0xda, 0x4e, 0xee, 0x36, 0x10, 0x62, 0xde, 0x3e, 0x3f, 0x86, 0xc8, 0x79, 0xf7, 0x47, 0x09, 0xd7, 0xca, 0xdf, 0xea, 0x48, 0xc4, 0xb6, 0x78, 0x52, 0x51, 0x0e, 0xbd, 0x9e, 0x05, 0x18, 0xf2, 0xa0, 0x61, 0x05, 0x94, 0x76, 0x88, 0x3b, 0x27, 0x6c, 0xaf, 0x25, 0x0a, 0x7b, 0x69, 0xa9, 0xd3, 0x33, 0x96, 0x1a, 0x50, 0x12, 0x16, 0x0a, 0x35, 0x38, 0x3b, 0x2e, 0xd1, 0x8e, 0x30, 0x8c, 0x9b, 0x58, 0x37, 0x11, 0xce, 0x1b, 0x67, 0xfb, 0x68, 0x40, 0xc7, 0xa9, 0x6f, 0xe3, 0x1f, 0xfb, 0x9a, 0x45, 0xdf, 0x23, 0x60, 0x5b, 0xc7, 0xa8, 0x71, 0xf8, 0x95, 0xca, 0x85, 0x84, 0xbd, 0xd2, 0xfa, 0xd8, 0x48, 0x08, 0xc0, 0xc2, 0x02, 0x50, 0x53, 0xb5, 0xe3, 0xd4, 0x77, 0x4f, 0xce, 0xb6, 0x11, 0x95, 0x76, 0x7c, 0xf8, 0x7d, 0xdf, 0x3d, 0x08, 0x97, 0xa7, 0xf6, 0xd5, 0x78, 0x20, 0x6e, 0x56, 0xe7, 0x2d, 0x40, 0xdd, 0xd4, 0x73, 0x9b, 0x42, 0xdd, 0x34, 0x35, 0xf9, 0x0d, 0x2d, 0xbc, 0xe5, 0x13, 0x73, 0xea, 0x1b, 0xa9, 0xc7, 0x7d, 0x02, 0x38, 0xad, 0x2c, 0x3b, 0x71, 0xe2, 0xb8, 0xd3, 0x37, 0x04, 0x60, 0x7d, 0x91, 0x08, 0x63, 0x3e, 0x42, 0x0d, 0x90, 0xdb, 0x48, 0x6e, 0x58, 0x74, 0x9a, 0x94, 0x91, 0x71, 0x12, 0x96, 0xd1, 0x6d, 0x39, 0x70, 0x89, 0xfc, 0x7b, 0x3a, 0x9f, 0x9a, 0xd9, 0xc6, 0xa6, 0xeb, 0xc4, 0x06, 0xa9, 0xee, 0x33, 0xcf, 0xf7, 0x26, 0xe3, 0xb4, 0xab, 0x65, 0x61, 0x9b, 0x7f, 0xc7, 0x8e, 0xfc, 0x94, 0x4a, 0x2d, 0x38, 0xf7, 0x43, 0xb8, 0x35, 0x86, 0xde, 0x31, 0x17, 0xb7, 0x60, 0x22, 0x08, 0xc0, 0xda, 0x41, 0x01, 0xa9, 0x56, 0xf7, 0xbd, 0xb2, 0xfb, 0x84, 0xbd, 0xe2, 0x0a, 0xed, 0x08, 0x46, 0xef, 0xcc, 0x7a, 0x69, 0x2e, 0x87, 0x36, 0x97, 0x13, 0xeb, 0x82, 0x5c, 0x27, 0x77, 0xec, 0x4c, 0x73, 0xff, 0x52, 0x1d, 0x83, 0x4d, 0x78, 0xf6, 0xad, 0x98, 0x64, 0x1b, 0x62, 0x50, 0xac, 0xe5, 0x61, 0xf3, 0x83, 0x8c, 0xe4, 0x3e, 0x73, 0xc4, 0x31, 0x88, 0xef, 0x96, 0x61, 0x0c, 0x78, 0x29, 0x0e, 0xd7, 0x85, 0x00, 0xac, 0xcc, 0xff, 0xea, 0xe6, 0x5d, 0x5e, 0x49, 0x63, 0x4e, 0x5c, 0x21, 0xa2, 0x4a, 0xb5, 0x5a, 0x1d, 0x10, 0xb9, 0x32, 0x08, 0x0b, 0x1e, 0x65, 0xe8, 0xf7, 0x1d, 0x07, 0xe8, 0xce, 0x26, 0xcc, 0xa5, 0x89, 0xcf, 0xed, 0xd3, 0x70, 0x5a, 0xa9, 0xf5, 0x0b, 0x75, 0xb6, 0x1b, 0x4c, 0x4a, 0xf9, 0x0b, 0x0d, 0xef, 0xc7, 0x24, 0xe4, 0xd7, 0x2c, 0xb4, 0xaf, 0x80, 0x26, 0xfb, 0x11, 0x93, 0x2f, 0xde, 0x7b, 0x02, 0xd5, 0xff, 0x3c, 0x2e, 0x90, 0x2b, 0x1b, 0xd6, 0xd9, 0xff, 0x2d, 0x3a, 0xe8, 0xd6, 0xa1, 0x6f, 0x59, 0xe4, 0x37, 0xc2, 0x68, 0x9a, 0x3b, 0xd4, 0x8f, 0x36, 0xb7, 0x23, 0x4e, 0x94, 0x66, 0xed, 0xab, 0x0d, 0x25, 0xd1, 0x5d, 0x71, 0xef, 0xcc, 0x1d, 0x95, 0x34, 0xb8, 0x6a, 0xaa, 0xcd, 0x69, 0x32, 0x53, 0xd4, 0x6d, 0x96, 0x57, 0x78, 0x96, 0xce, 0x94, 0x20, 0x0c, 0x61, 0x7e, 0x10, 0x51, 0xda, 0x24, 0x9b, 0xd2, 0x94, 0xe9, 0xbc, 0x57, 0x18, 0x43, 0x00, 0x56, 0xc7, 0xf7, 0xdf, 0xff, 0xef, 0xa6, 0xd4, 0x45, 0xa8, 0x52, 0xa5, 0xfa, 0x52, 0x4d, 0xd3, 0xf6, 0xdd, 0x5a, 0x4a, 0x19, 0x46, 0x9f, 0xe8, 0x34, 0xb8, 0xc9, 0xb8, 0x74, 0x21, 0xd9, 0xc6, 0xa9, 0xa4, 0xe9, 0x11, 0x7d, 0xb1, 0x2d, 0x13, 0x3e, 0x37, 0xad, 0xf8, 0xd7, 0xb2, 0x25, 0x08, 0xae, 0x90, 0x06, 0xaf, 0x8d, 0xa8, 0x41, 0x10, 0x28, 0x34, 0xb3, 0xcc, 0xb6, 0x78, 0x15, 0xef, 0xf7, 0xa7, 0x11, 0x8a, 0x71, 0xa1, 0x80, 0x87, 0x1e, 0x84, 0x67, 0xb1, 0x01, 0xa7, 0x17, 0x80, 0x4f, 0x9f, 0x3e, 0xb9, 0x11, 0x88, 0x1c, 0x26, 0x29, 0x6b, 0xc1, 0x5b, 0xdb, 0x48, 0x2e, 0x90, 0x7f, 0xe2, 0x93, 0x4f, 0xc7, 0xa9, 0x33, 0x0f, 0xa3, 0x54, 0x66, 0x84, 0xf7, 0xae, 0x4c, 0x1e, 0xbd, 0xce, 0x43, 0x36, 0x46, 0xd2, 0x6c, 0xa1, 0x10, 0xd3, 0x3a, 0x2d, 0xed, 0x8e, 0x12, 0x49, 0xbd, 0xcd, 0xa4, 0x45, 0xfd, 0x92, 0x56, 0xc5, 0xe2, 0x00, 0x5c, 0x0a, 0xcd, 0xf6, 0xa3, 0x6f, 0x05, 0x01, 0x58, 0x1a, 0xcc, 0xde, 0xe4, 0xdb, 0x6d, 0x1f, 0x84, 0x5b, 0x86, 0xc9, 0x0e, 0x8d, 0x56, 0xe2, 0x07, 0x58, 0x49, 0x70, 0x71, 0x4a, 0xe1, 0xb9, 0xff, 0xee, 0x76, 0x59, 0x99, 0x8d, 0x5a, 0xe7, 0x54, 0x9b, 0xaf, 0xed, 0x8b, 0x3a, 0x8f, 0xb3, 0x50, 0xcc, 0xf5, 0xd8, 0xf6, 0x4e, 0x25, 0x8f, 0x4f, 0x6f, 0xf1, 0x8a, 0xd0, 0x38, 0x76, 0x65, 0x20, 0xbc, 0x0a, 0xfa, 0xb4, 0x72, 0xc8, 0x35, 0xed, 0x44, 0xfd, 0xcf, 0x0c, 0x17, 0xe8, 0x04, 0xfe, 0x7f, 0x1a, 0x7a, 0x95, 0xc7, 0x94, 0xb4, 0x0d, 0xe5, 0xf2, 0xa8, 0xf4, 0xd2, 0x2b, 0x45, 0xc3, 0x1e, 0x60, 0x14, 0x9a, 0xca, 0xa7, 0x96, 0xc0, 0x6f, 0xb4, 0x51, 0x46, 0x37, 0xa9, 0x2f, 0x6c, 0x51, 0x76, 0xbb, 0xf2, 0xaa, 0x73, 0x98, 0x22, 0xe1, 0xcb, 0x23, 0xe2, 0x86, 0x79, 0x41, 0xf9, 0x87, 0x49, 0x72, 0x4e, 0x93, 0xbb, 0x20, 0xd8, 0x77, 0x8b, 0x49, 0xca, 0xf7, 0x7b, 0x41, 0xf0, 0xad, 0xa1, 0x10, 0x80, 0x85, 0x51, 0x4a, 0x6c, 0x78, 0x19, 0xb7, 0x2b, 0x52, 0x05, 0xdf, 0x8e, 0x29, 0xb1, 0xc1, 0x9d, 0x2c, 0x55, 0x5a, 0x7c, 0xf9, 0xf4, 0x11, 0xf9, 0xdd, 0x90, 0x2c, 0x3f, 0x8a, 0x3c, 0x4c, 0x95, 0x73, 0xe9, 0x57, 0xf2, 0x31, 0x83, 0x9d, 0xd8, 0x1a, 0xe7, 0x79, 0xa2, 0xa9, 0x25, 0x65, 0x6d, 0x62, 0xc0, 0x4f, 0xd3, 0x00, 0x9a, 0x06, 0xb2, 0xc7, 0x3d, 0x04, 0x78, 0x88, 0x1b, 0x9e, 0xc1, 0x0b, 0x3a, 0xbd, 0x00, 0x7c, 0xf3, 0xcd, 0x37, 0xd1, 0x77, 0x4f, 0x33, 0x37, 0x87, 0x79, 0xa0, 0xfe, 0x51, 0x49, 0x43, 0xb2, 0xd8, 0x46, 0xc2, 0x0d, 0xfd, 0xb8, 0x69, 0xc0, 0xbf, 0x4e, 0x87, 0x4b, 0x8d, 0xec, 0x1a, 0xb0, 0x3a, 0xc7, 0x7f, 0xfc, 0xcb, 0x93, 0x61, 0xbb, 0xce, 0xa7, 0xdb, 0xf3, 0x4c, 0x72, 0x73, 0xfd, 0xcd, 0x26, 0x52, 0xbf, 0x80, 0x2b, 0xdf, 0x76, 0x45, 0x81, 0x10, 0x80, 0x07, 0x77, 0xf3, 0x8f, 0x5e, 0xfc, 0xe9, 0x3f, 0xfc, 0x23, 0x01, 0x77, 0xbd, 0xde, 0x4b, 0x8b, 0x49, 0x59, 0xf8, 0x47, 0xe0, 0x1d, 0xf2, 0xbf, 0x80, 0xa3, 0x77, 0xc3, 0xcb, 0x2b, 0x7f, 0x0b, 0x08, 0xc0, 0x3b, 0x91, 0xde, 0x8e, 0x11, 0xf9, 0x19, 0x78, 0x7a, 0xb7, 0x8c, 0xc2, 0xcf, 0xae, 0x5e, 0xff, 0xc5, 0x84, 0xe1, 0xc3, 0x22, 0xc4, 0xbf, 0xf9, 0xf5, 0x5f, 0xff, 0x4a, 0xfe, 0xfc, 0xc3, 0x6f, 0xf1, 0x5f, 0x8b, 0xd0, 0x1f, 0xbc, 0xf2, 0xd7, 0xe5, 0xe7, 0x62, 0xf3, 0xeb, 0x4a, 0xdd, 0x98, 0xe9, 0xe7, 0xbf, 0xfe, 0x95, 0xfc, 0xcd, 0xe4, 0x9a, 0xcb, 0x95, 0xdf, 0x45, 0x56, 0x26, 0xd7, 0x32, 0xc4, 0xff, 0xcc, 0xef, 0xc6, 0x77, 0xbe, 0x46, 0x6f, 0x75, 0x7d, 0xe5, 0xce, 0xe7, 0xbe, 0xc5, 0x31, 0x72, 0xc7, 0xef, 0xf0, 0x74, 0x02, 0xc0, 0x0b, 0x08, 0xc6, 0x23, 0x5d, 0x3f, 0x79, 0x47, 0x61, 0xf8, 0x92, 0xd7, 0x05, 0x02, 0x70, 0x3f, 0xf2, 0x3e, 0x92, 0x60, 0x7c, 0x6d, 0x0b, 0xf0, 0xe8, 0x44, 0x17, 0x08, 0xc0, 0xdb, 0x91, 0xfb, 0x9e, 0x42, 0xf3, 0x1e, 0x6e, 0xd2, 0xbd, 0x05, 0xe3, 0x4b, 0x8f, 0xb9, 0x97, 0x20, 0x08, 0x04, 0xe0, 0xbe, 0xe4, 0xff, 0x9a, 0xd6, 0xe4, 0x2d, 0xaf, 0xb1, 0xbc, 0xe1, 0xb1, 0x8f, 0x46, 0x74, 0x81, 0x00, 0xbc, 0x3f, 0xf9, 0x1f, 0x45, 0x30, 0xee, 0x29, 0x14, 0x2b, 0x11, 0xfd, 0xab, 0x0a, 0xc1, 0xaa, 0x2b, 0xc1, 0xfc, 0x40, 0xc2, 0x76, 0x4f, 0xc1, 0xf8, 0xdc, 0x14, 0xe3, 0xd1, 0xeb, 0xb7, 0x9c, 0xfb, 0x34, 0x2d, 0x61, 0xe5, 0x81, 0x89, 0xcc, 0xef, 0x2c, 0x1c, 0xf7, 0xb2, 0x18, 0x5f, 0x9a, 0x46, 0x7d, 0x24, 0x8b, 0xf4, 0x35, 0x2c, 0x32, 0x2c, 0xc0, 0x13, 0x59, 0x94, 0xcf, 0xd1, 0xca, 0x9f, 0xab, 0xb1, 0x9f, 0xab, 0xf9, 0xf7, 0x41, 0x2d, 0xc0, 0xa3, 0x40, 0xbe, 0xc2, 0xdf, 0x93, 0x83, 0xc7, 0x67, 0xfc, 0xce, 0x10, 0x80, 0xd5, 0x32, 0x04, 0x6f, 0x10, 0xdc, 0xc9, 0x2b, 0x05, 0xe1, 0x73, 0x8e, 0x39, 0xf3, 0x35, 0xbc, 0x3b, 0x2e, 0x0f, 0xee, 0x7e, 0xac, 0xf2, 0xda, 0x7b, 0xfb, 0xb3, 0x72, 0x67, 0xc1, 0x5d, 0x59, 0xd8, 0xbe, 0x6a, 0xc0, 0x78, 0x06, 0x21, 0x78, 0xab, 0xe0, 0x92, 0x1f, 0x8c, 0xf4, 0x5f, 0xfa, 0x3a, 0xd6, 0x01, 0x4e, 0x26, 0x04, 0x8f, 0x4a, 0x74, 0x08, 0xc6, 0x93, 0x0a, 0xc0, 0x99, 0x88, 0xce, 0x5f, 0x91, 0xec, 0xab, 0x0b, 0xc6, 0x53, 0x0b, 0xc0, 0x97, 0x92, 0xf5, 0x19, 0x2b, 0x41, 0x5f, 0x4b, 0xaa, 0x7b, 0x0b, 0xc6, 0x52, 0x65, 0xd1, 0x67, 0xed, 0x07, 0xf8, 0x9a, 0x45, 0x6e, 0xfc, 0x20, 0x44, 0x7f, 0x6b, 0xd2, 0x9f, 0x8a, 0xf8, 0x2b, 0x08, 0xc0, 0xb3, 0xb9, 0x37, 0xcf, 0xe8, 0x26, 0x41, 0x00, 0xde, 0x51, 0x10, 0xde, 0x8b, 0xe8, 0x8f, 0x68, 0x01, 0x1e, 0x51, 0x30, 0x20, 0x00, 0x77, 0xfc, 0xcc, 0xf7, 0xf2, 0xe3, 0x57, 0xb9, 0x5e, 0x72, 0xa7, 0xe3, 0xe5, 0x8e, 0x02, 0x0a, 0x01, 0xb8, 0xe3, 0xe7, 0x7f, 0x4f, 0x17, 0xe7, 0x51, 0x2d, 0xc0, 0xbd, 0x2c, 0xc1, 0x72, 0xa4, 0x3f, 0x93, 0x00, 0xbc, 0x97, 0xe6, 0x5f, 0xf1, 0x5a, 0xc9, 0x1d, 0xcf, 0x91, 0x67, 0x23, 0xcc, 0xb3, 0x7c, 0x3f, 0x5e, 0xe0, 0x9a, 0xca, 0x57, 0x78, 0x0f, 0x01, 0x41, 0xf0, 0x7d, 0x9f, 0xc1, 0x02, 0x9c, 0x9e, 0xf0, 0xcf, 0x2e, 0x00, 0xef, 0x79, 0x1d, 0xf8, 0x81, 0x08, 0xfd, 0xf4, 0x44, 0x87, 0x00, 0x3c, 0xe7, 0x75, 0x42, 0xcd, 0x3f, 0x04, 0xe0, 0x14, 0xd7, 0x17, 0x44, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x33, 0xe3, 0x37, 0xf0, 0x5e, 0x97, 0x6e, 0x20, 0xeb, 0xdc, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int media_playback_stop_192_png_len = 6234; unsigned char software_update_urgent_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x17, 0x5d, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x98, 0x14, 0x45, 0xda, 0x2e, 0x41, 0x72, 0x12, 0x89, 0x02, 0xa2, 0x24, 0x85, 0x3d, 0x91, 0x24, 0x20, 0x22, 0x12, 0x24, 0xa8, 0x48, 0x58, 0x82, 0x82, 0x18, 0xcf, 0xc4, 0x9d, 0xe1, 0x54, 0x94, 0xc3, 0x3b, 0xbd, 0xc3, 0x3b, 0x33, 0x8a, 0x12, 0xd4, 0x3b, 0x9f, 0xe7, 0xfe, 0xff, 0x41, 0xfe, 0x5d, 0x58, 0x72, 0x10, 0x04, 0x05, 0x11, 0x44, 0x90, 0x24, 0x41, 0x40, 0xf0, 0x8c, 0x1c, 0xca, 0xa9, 0x18, 0x50, 0x70, 0xd9, 0x9d, 0xd9, 0xae, 0xff, 0x7b, 0xab, 0xab, 0x7a, 0x6b, 0x66, 0x67, 0xa6, 0x7a, 0x12, 0xcc, 0x2e, 0x55, 0x8f, 0xef, 0xe3, 0xd2, 0xdd, 0xd3, 0xd3, 0x53, 0xef, 0x17, 0xab, 0xbe, 0xaa, 0x66, 0xcc, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0x6c, 0xb3, 0xcd, 0x36, 0xdb, 0xca, 0x52, 0x7b, 0x8d, 0xb1, 0x36, 0xff, 0xc7, 0xd8, 0x04, 0xc2, 0x4c, 0x89, 0x09, 0x38, 0x66, 0x7b, 0xa6, 0x8c, 0xb7, 0x39, 0x8c, 0xd5, 0x22, 0xb2, 0x73, 0x08, 0x0e, 0x81, 0x87, 0x01, 0xc7, 0x72, 0x70, 0x8d, 0xed, 0xa9, 0x32, 0xd8, 0x72, 0x18, 0xab, 0x3d, 0x93, 0xb1, 0x9d, 0x11, 0x88, 0x0f, 0x01, 0xae, 0xc1, 0xb5, 0xb6, 0xc7, 0xca, 0x58, 0x23, 0x72, 0x73, 0x15, 0xc9, 0xf3, 0x1a, 0x34, 0xe0, 0x1b, 0x6e, 0xbe, 0x99, 0xef, 0x9b, 0x36, 0x4d, 0x60, 0xf3, 0xef, 0x7f, 0x2f, 0x8e, 0x69, 0x82, 0x90, 0x6b, 0x7b, 0xac, 0x0c, 0x35, 0x62, 0xb3, 0xa7, 0x22, 0x77, 0x6e, 0xdd, 0xba, 0x7c, 0xcf, 0x33, 0xcf, 0xf0, 0x8f, 0xff, 0xf1, 0x8f, 0x10, 0x7c, 0xf4, 0xc2, 0x0b, 0xe1, 0x42, 0x70, 0xb9, 0xed, 0xb9, 0x32, 0xd0, 0x26, 0x32, 0x56, 0x8e, 0x4c, 0xfa, 0x16, 0x41, 0xea, 0x69, 0xa7, 0xf1, 0x6d, 0x0f, 0x3e, 0xe8, 0x91, 0xbe, 0x7d, 0xc2, 0x04, 0xfe, 0xc1, 0x1f, 0xff, 0xe8, 0xfd, 0x1b, 0xe7, 0x70, 0x8d, 0x14, 0x80, 0xed, 0xf8, 0xac, 0xed, 0xc1, 0xd2, 0xef, 0xfb, 0x6f, 0x56, 0x5a, 0xbd, 0xbc, 0x53, 0x27, 0x8f, 0xec, 0xad, 0xf7, 0xdd, 0xe7, 0x92, 0x4d, 0xc0, 0xdf, 0xea, 0x38, 0xae, 0xd1, 0xac, 0xc0, 0x4d, 0xb6, 0x07, 0x4b, 0x77, 0xd4, 0x5f, 0x85, 0x48, 0x3c, 0x00, 0x32, 0x73, 0x4e, 0x3f, 0x9d, 0x7f, 0xf8, 0xf7, 0xbf, 0xbb, 0x44, 0xbf, 0xfc, 0x32, 0x5f, 0xd0, 0xb8, 0xb1, 0x47, 0xf4, 0xfc, 0xb3, 0xce, 0x12, 0xc7, 0x70, 0xee, 0xc3, 0xc7, 0x1f, 0xe7, 0xb9, 0x15, 0x2a, 0xa8, 0x73, 0x5f, 0x51, 0x7a, 0x58, 0xcd, 0xf6, 0x64, 0xe9, 0x0d, 0xfc, 0x1e, 0x53, 0x24, 0xaf, 0x1e, 0x30, 0xc0, 0xd3, 0xf2, 0xf5, 0x63, 0xc6, 0x94, 0x88, 0xfe, 0x71, 0x4c, 0x9d, 0x5f, 0xdd, 0xbf, 0xbf, 0x9e, 0x15, 0x4c, 0xb4, 0x3d, 0x59, 0x0a, 0xdb, 0x0c, 0xc6, 0x1a, 0x13, 0x81, 0x47, 0x41, 0x62, 0x5e, 0x8d, 0x1a, 0x22, 0xc8, 0x13, 0xc1, 0xde, 0x8b, 0x2f, 0xf2, 0xbc, 0x9a, 0x35, 0x4b, 0x08, 0x40, 0x8c, 0x6b, 0x7e, 0x25, 0x2b, 0xd0, 0xd4, 0xf6, 0x68, 0xe9, 0xf3, 0xfd, 0x33, 0x3c, 0xed, 0xbe, 0xee, 0xba, 0x62, 0xed, 0x26, 0x4b, 0x10, 0x6d, 0x0c, 0xe0, 0xed, 0x2b, 0xae, 0x28, 0xb6, 0x12, 0xa3, 0x47, 0x7b, 0xc7, 0x73, 0x84, 0x3c, 0xd9, 0x56, 0x6a, 0xda, 0x2c, 0xc6, 0x3a, 0x10, 0x71, 0x45, 0xc2, 0xbf, 0x37, 0x6c, 0x58, 0xec, 0xdf, 0x9f, 0x78, 0x42, 0xf7, 0xef, 0x25, 0x10, 0x23, 0x4e, 0xc0, 0x28, 0x61, 0x67, 0xdb, 0xb3, 0xa5, 0xc7, 0xf7, 0xaf, 0x55, 0xa4, 0x6e, 0xb9, 0xf7, 0xde, 0x68, 0x11, 0x7e, 0x44, 0xbc, 0x71, 0xd1, 0x45, 0xa1, 0x99, 0x42, 0xf1, 0xb9, 0xf7, 0x38, 0x63, 0xa7, 0xd9, 0xde, 0xcd, 0x7c, 0xf2, 0x47, 0x28, 0xd2, 0x5e, 0xbf, 0xe0, 0x02, 0x8f, 0x4c, 0xe4, 0xfb, 0x5a, 0x8e, 0x1f, 0x13, 0xfa, 0x58, 0x01, 0xee, 0xa1, 0x05, 0x84, 0xc3, 0x6d, 0x0f, 0x67, 0x76, 0xda, 0x57, 0x91, 0x88, 0xfa, 0x58, 0x98, 0xf3, 0x72, 0xe5, 0xf8, 0xce, 0xbf, 0xfc, 0xc5, 0x25, 0xf2, 0x95, 0x57, 0xf8, 0xa2, 0x16, 0x2d, 0x7c, 0x91, 0x0f, 0x2c, 0x6a, 0xd6, 0x4c, 0x7c, 0x06, 0x9f, 0xdd, 0x35, 0x71, 0x22, 0xcf, 0x29, 0x5f, 0x5e, 0x9d, 0xfb, 0x74, 0x2a, 0x63, 0x95, 0x6c, 0x4f, 0x67, 0x68, 0x23, 0x0d, 0x7d, 0x48, 0x91, 0xf8, 0x56, 0xaf, 0x5e, 0x9e, 0x16, 0x6f, 0xfc, 0xed, 0x6f, 0x7d, 0x93, 0xaf, 0x80, 0xcf, 0x08, 0x21, 0x20, 0xbc, 0xd9, 0xb3, 0xa7, 0x1e, 0x10, 0x3e, 0x68, 0x7b, 0x3a, 0x33, 0xb5, 0xbf, 0x1e, 0x11, 0xf4, 0x23, 0x48, 0x9a, 0x55, 0xb9, 0x32, 0xdf, 0xf3, 0xec, 0xb3, 0x82, 0xbc, 0x7d, 0x53, 0xa7, 0xf2, 0x39, 0x67, 0x9e, 0x19, 0xb7, 0x00, 0xcc, 0xa9, 0x5d, 0x9b, 0xef, 0x9b, 0x32, 0x45, 0x04, 0x83, 0xb8, 0xd7, 0xec, 0xaa, 0x55, 0xd5, 0xb9, 0x23, 0xb9, 0x8c, 0x35, 0xb0, 0x3d, 0x9e, 0x79, 0xbe, 0xff, 0x25, 0x45, 0xde, 0xda, 0x61, 0xc3, 0xdc, 0xc8, 0x9f, 0xb0, 0x66, 0xd0, 0xa0, 0xb8, 0xc9, 0x57, 0xc0, 0x67, 0xd5, 0x7d, 0xd6, 0x66, 0x67, 0xeb, 0xe7, 0xa6, 0xdb, 0x1e, 0xcf, 0xa0, 0x26, 0x2b, 0x7c, 0x0a, 0xd5, 0x6c, 0x9f, 0xa7, 0xb9, 0x4f, 0x3f, 0x2d, 0xac, 0x41, 0xa2, 0x02, 0x90, 0x5b, 0xa9, 0x12, 0xdf, 0xfd, 0xe4, 0x93, 0x7c, 0xff, 0xf4, 0xe9, 0xe2, 0x9e, 0x73, 0xeb, 0xd5, 0x53, 0xe7, 0x82, 0xf4, 0x9d, 0x17, 0xd8, 0x9e, 0xcf, 0x1c, 0xed, 0x5f, 0xae, 0x48, 0x7b, 0xff, 0xb6, 0xdb, 0x04, 0x61, 0xc0, 0xca, 0x4b, 0x2e, 0x49, 0x98, 0x7c, 0x05, 0xdc, 0x43, 0xdd, 0x6f, 0xe3, 0xad, 0xb7, 0xea, 0x19, 0xc1, 0x32, 0xdb, 0xf3, 0x99, 0x41, 0x7e, 0x7f, 0x3d, 0x7a, 0x47, 0x81, 0x07, 0xc8, 0xc2, 0x54, 0x2f, 0x32, 0x81, 0x58, 0xe4, 0xe6, 0xd1, 0xf9, 0x3c, 0xc3, 0x35, 0x48, 0x1d, 0x3f, 0x78, 0xe8, 0x21, 0xaf, 0x78, 0x64, 0x71, 0xcb, 0x96, 0xfa, 0xf9, 0xfe, 0x96, 0x81, 0x93, 0x1b, 0xf8, 0x95, 0x27, 0x12, 0x76, 0xe9, 0x73, 0xfd, 0x8a, 0xa8, 0x25, 0xad, 0x5b, 0x1b, 0xb5, 0x7b, 0x4f, 0xfd, 0xfa, 0x7c, 0x37, 0xc1, 0x74, 0xdd, 0xe2, 0x56, 0xad, 0x84, 0x0b, 0x00, 0x20, 0x0c, 0xda, 0x78, 0xc2, 0xde, 0x35, 0x8c, 0x9d, 0x6e, 0x99, 0x38, 0x79, 0xda, 0x3f, 0xd6, 0x1b, 0xc1, 0xeb, 0xd2, 0x45, 0x44, 0xfc, 0x20, 0x09, 0x6e, 0xc0, 0x98, 0xeb, 0x57, 0xa8, 0xc0, 0x83, 0x24, 0x24, 0x45, 0x84, 0x45, 0x15, 0x2b, 0x1a, 0xaf, 0x7f, 0xff, 0xf6, 0xdb, 0x3d, 0x21, 0x78, 0xa3, 0x73, 0x67, 0xdd, 0x15, 0xdc, 0x69, 0x99, 0x38, 0x09, 0xed, 0x5f, 0x8c, 0xd5, 0x20, 0x02, 0x0e, 0x89, 0x60, 0x8d, 0xc8, 0xc4, 0x80, 0x0d, 0xc8, 0xf9, 0x68, 0xf2, 0x64, 0x3d, 0x58, 0x8b, 0x8a, 0x2f, 0x1a, 0x37, 0xe6, 0xbc, 0x4d, 0x1b, 0x81, 0x2f, 0xb4, 0xda, 0x80, 0x68, 0x40, 0x70, 0xb9, 0xf7, 0xb9, 0xe7, 0xc4, 0x4c, 0x21, 0xbe, 0x2b, 0x57, 0x0a, 0x0d, 0x09, 0xc0, 0xb7, 0xb6, 0x92, 0xf8, 0xe4, 0x68, 0xff, 0x33, 0xfa, 0x2c, 0x1e, 0x88, 0x01, 0xd6, 0x0e, 0x1d, 0x6a, 0x24, 0x73, 0x45, 0x95, 0x2a, 0x1e, 0xf9, 0x0a, 0x2b, 0x8b, 0xf3, 0xfc, 0xa8, 0x40, 0x2a, 0x08, 0x01, 0x03, 0xc2, 0x6a, 0x06, 0x9e, 0xb6, 0x8c, 0x9c, 0xd8, 0xb4, 0xaf, 0x19, 0x75, 0x7c, 0xbe, 0x08, 0xe4, 0x6a, 0xd6, 0x14, 0x45, 0x9e, 0x98, 0xcb, 0x47, 0xca, 0x36, 0xbb, 0x5a, 0x35, 0x23, 0x91, 0xdf, 0x9e, 0x7b, 0x6e, 0x09, 0x01, 0x38, 0x4c, 0xc7, 0x4c, 0x9f, 0xc3, 0x60, 0x10, 0x66, 0x0b, 0x21, 0x00, 0xf8, 0xce, 0x39, 0x67, 0x9c, 0xa1, 0xce, 0x15, 0xcc, 0x66, 0xac, 0x85, 0x65, 0xe6, 0xc4, 0x69, 0xff, 0x1c, 0x6f, 0xae, 0x7f, 0xf4, 0x68, 0x4f, 0x2b, 0xdf, 0xbc, 0xec, 0x32, 0x23, 0x89, 0xeb, 0x6b, 0xd5, 0x2a, 0x41, 0xbe, 0xc2, 0xfa, 0x08, 0x85, 0x22, 0xe1, 0xc0, 0x77, 0xec, 0x7d, 0xfe, 0x79, 0x81, 0x77, 0x47, 0x8d, 0xd2, 0xcf, 0xe5, 0x59, 0x66, 0x4e, 0x40, 0xcb, 0x65, 0xac, 0x9b, 0x5a, 0xd9, 0x83, 0xf9, 0x7a, 0xf8, 0x65, 0x90, 0xb1, 0xe3, 0x4f, 0x7f, 0x12, 0xf3, 0xf9, 0xb1, 0xc8, 0x9b, 0x45, 0xd1, 0xfb, 0x51, 0x4a, 0xe3, 0xa2, 0x09, 0xc0, 0x31, 0x3a, 0x37, 0xdb, 0x90, 0x16, 0x62, 0x62, 0x08, 0x33, 0x8b, 0xf8, 0x5e, 0x0c, 0x11, 0x2f, 0x38, 0xfb, 0x6c, 0xdd, 0x15, 0xf4, 0xb0, 0x0c, 0xa5, 0xb1, 0x61, 0x3e, 0x9e, 0x3a, 0x7a, 0x93, 0xea, 0xf0, 0x4d, 0x77, 0xde, 0xe9, 0x0a, 0x00, 0x61, 0xe9, 0x6f, 0x7e, 0x63, 0xd4, 0xde, 0x1d, 0x14, 0xc8, 0x45, 0x23, 0x9f, 0x67, 0x65, 0x09, 0xe0, 0x1a, 0xd3, 0x7d, 0xf0, 0x5d, 0x7b, 0x27, 0x4d, 0x12, 0xd8, 0x34, 0x76, 0xac, 0x7e, 0x6e, 0xdb, 0x44, 0x5b, 0x4a, 0x9e, 0x56, 0xd3, 0x7f, 0xbd, 0x37, 0xd7, 0xdf, 0xb6, 0x6d, 0x34, 0x12, 0x22, 0x62, 0x1e, 0x59, 0x87, 0x42, 0x4a, 0xf9, 0x14, 0xd1, 0xd1, 0x10, 0xa0, 0x6b, 0xe6, 0x1b, 0x2c, 0x89, 0x1a, 0x71, 0x84, 0x05, 0x00, 0xf4, 0x9a, 0x81, 0x1c, 0xc6, 0xc6, 0x58, 0xa6, 0xd2, 0x33, 0xe8, 0x83, 0x12, 0xef, 0x2f, 0x3d, 0x33, 0x3c, 0x7e, 0xbc, 0x4b, 0x00, 0x05, 0x63, 0x0b, 0x7c, 0xa4, 0x71, 0x9f, 0x34, 0x6a, 0xc4, 0x39, 0x69, 0xae, 0x1f, 0xe0, 0x5a, 0xd3, 0xfd, 0x50, 0x4a, 0xbe, 0xfb, 0xa9, 0xa7, 0xc4, 0xf7, 0xc3, 0x25, 0x68, 0xee, 0xe7, 0xe0, 0x3f, 0x19, 0xab, 0x6a, 0x19, 0x4b, 0x71, 0x23, 0xff, 0xfa, 0xa8, 0x1e, 0x88, 0x29, 0xed, 0x5b, 0x37, 0x62, 0x84, 0x91, 0xac, 0x65, 0x95, 0x2b, 0x73, 0x07, 0xe4, 0x92, 0xa6, 0xfa, 0x81, 0x43, 0x58, 0x4e, 0xa9, 0xa2, 0xe9, 0xbe, 0xeb, 0x86, 0x0f, 0x17, 0x13, 0x4e, 0xc0, 0x9b, 0x3d, 0x7a, 0xe8, 0x56, 0xe0, 0x11, 0xcb, 0x58, 0x6a, 0x03, 0xbf, 0x06, 0xd4, 0xb1, 0x3f, 0xab, 0x54, 0x6c, 0xe7, 0x5f, 0xff, 0x2a, 0x34, 0x6f, 0xd7, 0xdf, 0xfe, 0x26, 0xca, 0xb9, 0x4d, 0x44, 0x7d, 0xd5, 0xac, 0x19, 0x77, 0xc8, 0x65, 0xc4, 0x83, 0x43, 0xcd, 0x9b, 0x9b, 0xd3, 0xc2, 0xea, 0xd5, 0xc5, 0xa0, 0x10, 0x2c, 0x01, 0xaa, 0x8f, 0xb4, 0x14, 0xf4, 0x17, 0x12, 0xd8, 0xb3, 0x2c, 0x73, 0x29, 0x6a, 0xa4, 0x51, 0xff, 0xa3, 0x3a, 0xfd, 0x9d, 0x21, 0x43, 0x84, 0xc6, 0xa1, 0xd3, 0xdf, 0xea, 0xdd, 0xdb, 0x48, 0xd2, 0x3b, 0x94, 0xda, 0x39, 0x17, 0x5e, 0x98, 0x10, 0xde, 0xf1, 0x91, 0x16, 0xe2, 0x19, 0x30, 0xfe, 0x00, 0x84, 0xd5, 0x1e, 0xfc, 0xcb, 0x32, 0x97, 0x1a, 0xd3, 0xdf, 0x4e, 0x95, 0x78, 0x63, 0x88, 0x17, 0x4b, 0xb7, 0x40, 0x3e, 0x66, 0xfb, 0x62, 0x95, 0x78, 0x8b, 0x21, 0x62, 0x4a, 0xfb, 0x7e, 0xa2, 0xa0, 0xce, 0x69, 0xd7, 0x2e, 0x21, 0xfc, 0x4c, 0xd9, 0x41, 0xae, 0xa1, 0x90, 0x14, 0xcf, 0x80, 0x09, 0x22, 0x94, 0x9c, 0x63, 0x90, 0x48, 0x5b, 0x61, 0x5c, 0x44, 0x82, 0xdb, 0xc9, 0x32, 0x98, 0x7c, 0xe4, 0xff, 0x96, 0xea, 0xec, 0x0d, 0x37, 0xdd, 0xe4, 0x69, 0xdb, 0x32, 0x22, 0xc8, 0xa4, 0x9d, 0x5b, 0x49, 0x60, 0x9c, 0xf6, 0xed, 0x93, 0xc2, 0x56, 0x1f, 0xf3, 0x0a, 0x78, 0x16, 0x08, 0x26, 0xf0, 0xde, 0x0d, 0x37, 0xe8, 0xe7, 0xd6, 0x58, 0x06, 0x93, 0xd3, 0xfe, 0xa1, 0xde, 0xec, 0x5d, 0x8b, 0x16, 0xae, 0x96, 0x11, 0x36, 0xfd, 0xee, 0x77, 0xc6, 0x12, 0xef, 0x39, 0x94, 0x29, 0xe4, 0x23, 0xa0, 0x0b, 0x27, 0xb5, 0x43, 0x87, 0xb8, 0x70, 0x9c, 0x5c, 0xc1, 0x5c, 0x53, 0x5a, 0x48, 0xcf, 0x82, 0xd9, 0x42, 0x58, 0x00, 0x40, 0xaf, 0x19, 0x20, 0x2b, 0x30, 0xc4, 0x32, 0x99, 0x40, 0xa3, 0x54, 0xaa, 0x02, 0x75, 0xde, 0x7e, 0x55, 0xe2, 0xbd, 0xe5, 0xee, 0xbb, 0x3d, 0x2d, 0x5b, 0x78, 0xce, 0x39, 0x46, 0xad, 0xdc, 0xdb, 0xa4, 0x49, 0x28, 0x99, 0x14, 0xa5, 0x3b, 0xa3, 0x46, 0x71, 0x67, 0xf4, 0xe8, 0x62, 0x5c, 0x77, 0x5d, 0x31, 0xf4, 0xe3, 0x94, 0x65, 0x38, 0x1d, 0x3b, 0x7a, 0xc0, 0xbd, 0x4c, 0xdf, 0x87, 0x11, 0xc1, 0x5d, 0x8f, 0x3d, 0x26, 0x02, 0x53, 0x3c, 0xab, 0x2a, 0x46, 0x21, 0x21, 0xfe, 0xc4, 0x96, 0x92, 0x27, 0x16, 0xf8, 0xdd, 0xef, 0xcd, 0xf5, 0x77, 0xee, 0xec, 0x69, 0xd7, 0xbb, 0xd7, 0x5c, 0x63, 0x9e, 0xeb, 0xaf, 0x54, 0x89, 0x07, 0x41, 0xba, 0x46, 0xa2, 0x33, 0x78, 0x30, 0xe7, 0x79, 0x79, 0x9c, 0xcf, 0x9d, 0xeb, 0x62, 0xde, 0xbc, 0x92, 0xc0, 0x71, 0xba, 0x06, 0xd7, 0x3a, 0x9d, 0x3a, 0x79, 0x08, 0xd2, 0xe7, 0x97, 0xf8, 0xa8, 0x2d, 0xc4, 0xb3, 0x09, 0x21, 0x20, 0x60, 0x85, 0x91, 0x76, 0xee, 0x3e, 0xcb, 0x68, 0x7c, 0xe4, 0xd7, 0xa6, 0x4e, 0x3b, 0xac, 0x0a, 0x33, 0x11, 0x64, 0x41, 0xb3, 0x90, 0xfe, 0xf9, 0x29, 0xf1, 0x3e, 0x40, 0xee, 0x42, 0x27, 0x50, 0xa0, 0x4f, 0x1f, 0x97, 0xe4, 0xf9, 0xf3, 0x39, 0x5f, 0xb0, 0x80, 0xf3, 0x85, 0x0b, 0x05, 0x1c, 0x05, 0x3a, 0xe6, 0xd0, 0x39, 0x87, 0xae, 0x29, 0xba, 0xfc, 0x72, 0x5e, 0x44, 0x04, 0xea, 0x38, 0x10, 0x5a, 0x0a, 0x16, 0xb5, 0x94, 0x7c, 0xc7, 0x23, 0x8f, 0x88, 0xd4, 0x10, 0xcf, 0xac, 0x15, 0xa4, 0xfe, 0x30, 0x83, 0xb1, 0x3a, 0x96, 0x59, 0xff, 0x81, 0xdf, 0x14, 0x6f, 0x5d, 0x7f, 0xbf, 0x7e, 0x9e, 0x56, 0xe1, 0x6f, 0xe3, 0x6c, 0x5d, 0x8d, 0x1a, 0x25, 0xc8, 0x13, 0xe8, 0xda, 0xd5, 0x25, 0x79, 0xd1, 0x22, 0xee, 0x2c, 0x5e, 0xcc, 0x9d, 0x25, 0x4b, 0x42, 0x81, 0x63, 0x38, 0x47, 0xd7, 0xe0, 0x5a, 0xef, 0x73, 0x64, 0x7d, 0x14, 0x56, 0xf9, 0x48, 0x0b, 0x57, 0xf5, 0xed, 0x2b, 0x04, 0x15, 0x58, 0x45, 0x82, 0xa4, 0xc5, 0x02, 0x2f, 0x5a, 0x66, 0xfd, 0x05, 0x7e, 0xe7, 0xab, 0x12, 0x6f, 0xcc, 0xf5, 0xef, 0xf8, 0xf3, 0x9f, 0x23, 0x69, 0x54, 0xe4, 0x99, 0x3a, 0xc2, 0x77, 0x59, 0x59, 0x21, 0xa4, 0xe9, 0x70, 0x72, 0x72, 0xb8, 0xb3, 0x74, 0x29, 0x77, 0x5e, 0x7f, 0x9d, 0x3b, 0xcb, 0x96, 0x85, 0x02, 0xc7, 0x70, 0x8e, 0xae, 0x89, 0xf6, 0xf9, 0xc3, 0x14, 0x54, 0xe6, 0x98, 0xd2, 0x42, 0xb2, 0x58, 0xdb, 0x1e, 0x78, 0x40, 0x0c, 0x0c, 0x61, 0x86, 0x52, 0xab, 0x19, 0x08, 0x10, 0xb2, 0x2c, 0xc3, 0x66, 0x01, 0x58, 0xe2, 0x0d, 0xb5, 0x8e, 0x18, 0x21, 0xc8, 0x07, 0xfc, 0xac, 0xec, 0xdd, 0x40, 0x29, 0x5b, 0x51, 0x97, 0x2e, 0x51, 0xe1, 0xbc, 0xfa, 0x2a, 0x77, 0x96, 0x2f, 0x77, 0xf1, 0xc6, 0x1b, 0xa1, 0x50, 0xc7, 0xe9, 0x9a, 0x58, 0xf7, 0xd8, 0xe0, 0x23, 0x2d, 0xc4, 0xb3, 0xee, 0x7c, 0xf4, 0x51, 0x01, 0x2c, 0x52, 0xd1, 0xce, 0x2d, 0xb6, 0x0c, 0xc7, 0xf6, 0xfd, 0xbd, 0xbd, 0xa8, 0x9a, 0x22, 0x6f, 0x68, 0x11, 0x80, 0x7d, 0xfc, 0x4c, 0x25, 0xde, 0xb3, 0x29, 0xed, 0x3b, 0x4a, 0xc1, 0x9a, 0x30, 0xdf, 0x51, 0xe0, 0x4c, 0x9e, 0xcc, 0x9d, 0x15, 0x2b, 0xb8, 0xb3, 0x72, 0x25, 0x77, 0xde, 0x7c, 0x33, 0x14, 0x38, 0x86, 0x73, 0x74, 0x4d, 0xac, 0x7b, 0x1c, 0xa3, 0xef, 0xc8, 0x2b, 0x5e, 0x2c, 0x1a, 0x35, 0x2d, 0xc4, 0x54, 0x35, 0xe2, 0x01, 0x58, 0xb0, 0xb0, 0x9a, 0x81, 0x7e, 0x96, 0xe9, 0x08, 0x6d, 0x22, 0x63, 0xe5, 0x30, 0x9f, 0xae, 0x3a, 0x70, 0xe3, 0x2d, 0xb7, 0xb8, 0x02, 0x40, 0x5a, 0xe4, 0x67, 0x65, 0xef, 0x2e, 0x12, 0x18, 0x8f, 0xa8, 0x8b, 0x2f, 0x8e, 0x08, 0x87, 0xe2, 0x08, 0x41, 0xf6, 0xaa, 0x55, 0xdc, 0x59, 0xbd, 0x3a, 0x14, 0x38, 0x86, 0x73, 0x74, 0x4d, 0xb4, 0xcf, 0x2b, 0xec, 0xd2, 0x08, 0x8d, 0x86, 0x85, 0xe7, 0x9e, 0x2b, 0xc8, 0x07, 0xf0, 0x5b, 0xb4, 0x71, 0x8b, 0x1d, 0x28, 0x67, 0xb7, 0x8c, 0x97, 0x34, 0xfd, 0xb7, 0xe9, 0xeb, 0xfa, 0x95, 0x09, 0x0d, 0x2b, 0xbb, 0x8a, 0x9c, 0x83, 0x57, 0xac, 0xc8, 0x0b, 0x60, 0xa2, 0xa3, 0x91, 0xd6, 0xad, 0x9b, 0x80, 0x33, 0x7e, 0xbc, 0x4b, 0xf6, 0x9a, 0x35, 0x91, 0x81, 0x73, 0x14, 0x6b, 0xa8, 0xeb, 0xa3, 0xa1, 0x90, 0x84, 0x6c, 0x21, 0xf9, 0x7a, 0x63, 0x5a, 0x78, 0xed, 0xb5, 0x22, 0x0e, 0x00, 0xf4, 0x82, 0x15, 0xb2, 0x74, 0xb7, 0x5a, 0xc6, 0xb5, 0x46, 0x1a, 0x51, 0x9d, 0x3a, 0xe6, 0x6b, 0xb5, 0x4d, 0xcb, 0x96, 0x7b, 0xee, 0x71, 0xb5, 0x87, 0x3a, 0xce, 0x4f, 0x89, 0xf7, 0x67, 0xad, 0x5a, 0x19, 0x49, 0x13, 0x18, 0x3b, 0x96, 0x3b, 0xef, 0xbc, 0xc3, 0x9d, 0xb5, 0x6b, 0xb9, 0xb3, 0x6e, 0x5d, 0x28, 0x70, 0x8c, 0xce, 0xe1, 0x9a, 0xa2, 0x4b, 0x2e, 0x31, 0x02, 0xdf, 0x69, 0x2c, 0x25, 0xaf, 0x53, 0x47, 0xd4, 0x0a, 0xe0, 0x77, 0x60, 0x70, 0x48, 0x9b, 0xbb, 0xf8, 0x86, 0x50, 0xd3, 0x32, 0x5f, 0xec, 0xfb, 0x9f, 0xf0, 0xd6, 0xe2, 0x75, 0xef, 0xee, 0x99, 0xce, 0x58, 0x1b, 0x3a, 0x79, 0x25, 0xde, 0x48, 0xfb, 0xa2, 0x90, 0x14, 0x0c, 0x07, 0x46, 0xfc, 0x40, 0xf6, 0xfa, 0xf5, 0x2e, 0xde, 0x7b, 0xaf, 0x18, 0xf8, 0x37, 0x9d, 0x0b, 0x8e, 0x19, 0xc3, 0x83, 0xf4, 0x0c, 0x7e, 0xb0, 0xc2, 0x47, 0x5a, 0x88, 0xf2, 0x71, 0x4c, 0x5c, 0x01, 0x61, 0x6b, 0x15, 0x1f, 0xb7, 0xcc, 0xbb, 0x39, 0x7f, 0x13, 0xc2, 0x31, 0x11, 0xc8, 0x55, 0xab, 0xc6, 0xb7, 0x8d, 0x1b, 0x27, 0x34, 0x06, 0xa9, 0xd4, 0x6c, 0x1f, 0xb5, 0xfa, 0xff, 0x6d, 0xdb, 0xd6, 0x37, 0x61, 0xc1, 0x41, 0x83, 0x5c, 0xb2, 0x37, 0x6c, 0xe0, 0xce, 0xc6, 0x8d, 0xa1, 0xc0, 0x31, 0x3a, 0x87, 0x6b, 0x82, 0x97, 0x5e, 0xea, 0x0b, 0xdf, 0xf8, 0x98, 0x90, 0x42, 0xea, 0xba, 0xf5, 0x0f, 0x7f, 0x10, 0x96, 0x40, 0xfc, 0xa6, 0xea, 0xd5, 0xd5, 0xb9, 0x7c, 0x12, 0xfc, 0x73, 0xac, 0x00, 0x68, 0xbb, 0x78, 0xbf, 0x7d, 0xd5, 0x55, 0x7c, 0xfb, 0xc3, 0x0f, 0x0b, 0xac, 0x20, 0x3f, 0x6b, 0xac, 0xc8, 0xa9, 0x5b, 0xd7, 0x37, 0x59, 0x02, 0x3d, 0x7b, 0xba, 0x44, 0x6f, 0xda, 0x14, 0x19, 0x74, 0x0e, 0xd7, 0x04, 0x7b, 0xf4, 0xf0, 0x8d, 0x75, 0x3e, 0x5c, 0x14, 0x96, 0xad, 0x41, 0x00, 0x00, 0x2c, 0x62, 0xd1, 0xce, 0xe5, 0x9c, 0xd2, 0xe4, 0xbf, 0xc6, 0x58, 0x57, 0x55, 0xe2, 0x3d, 0xaf, 0x7e, 0x7d, 0xd1, 0x41, 0x30, 0x95, 0x28, 0xf2, 0x34, 0x95, 0x78, 0x8b, 0xb9, 0xfe, 0xce, 0x9d, 0xe3, 0x22, 0x0b, 0x10, 0x81, 0xde, 0x96, 0x2d, 0xdc, 0xd9, 0xba, 0x35, 0x14, 0x38, 0x46, 0xe7, 0x4a, 0x7c, 0xe6, 0xb2, 0xcb, 0x62, 0xe2, 0x08, 0x91, 0x3b, 0xcb, 0x47, 0x29, 0x39, 0x8a, 0x48, 0x31, 0x98, 0x85, 0x05, 0xac, 0x5a, 0xcd, 0x00, 0x7e, 0x7b, 0xf7, 0x53, 0x92, 0x7c, 0x94, 0x78, 0x53, 0xe4, 0xff, 0xae, 0x1e, 0x31, 0x2b, 0x2d, 0x59, 0x72, 0xde, 0x79, 0x46, 0xad, 0xfa, 0x80, 0x52, 0x31, 0x13, 0x39, 0x91, 0x20, 0x86, 0x7b, 0xb7, 0x6d, 0xe3, 0xce, 0xf6, 0xed, 0xa1, 0xc0, 0xb1, 0x85, 0x0b, 0xcd, 0xf7, 0x80, 0x85, 0x08, 0xc3, 0x36, 0x1f, 0x69, 0x21, 0x7e, 0x93, 0x12, 0x80, 0xb0, 0x09, 0xad, 0x8d, 0xa7, 0xe4, 0xf6, 0x73, 0x64, 0xfb, 0x46, 0x79, 0xcb, 0xaf, 0x5b, 0xb6, 0x14, 0x55, 0xbe, 0x80, 0xd8, 0xc7, 0xd7, 0x30, 0xdc, 0x3a, 0x8f, 0xa2, 0xe9, 0x7c, 0x04, 0x75, 0x11, 0xc8, 0x30, 0xc1, 0x99, 0x31, 0x83, 0x3b, 0x3b, 0x76, 0x70, 0x67, 0xe7, 0xce, 0x50, 0xe0, 0x18, 0x9d, 0x8b, 0xeb, 0x7e, 0xbd, 0x7a, 0x09, 0xe4, 0x93, 0xa5, 0x98, 0xef, 0x63, 0x85, 0x31, 0x52, 0x5a, 0x08, 0x00, 0x10, 0x36, 0xb6, 0x71, 0xed, 0x29, 0x45, 0xfe, 0xff, 0x32, 0x56, 0x99, 0x7e, 0xf4, 0xe7, 0x6a, 0xae, 0x1f, 0x3b, 0x72, 0x29, 0xed, 0xc0, 0xce, 0x9e, 0xa6, 0x8e, 0xdc, 0x4f, 0xda, 0x14, 0x8d, 0x0c, 0x13, 0x8a, 0xa6, 0x4d, 0xe3, 0xce, 0xae, 0x5d, 0xdc, 0xd9, 0xbd, 0x3b, 0x14, 0x74, 0xac, 0x68, 0xea, 0x54, 0xdf, 0xf7, 0x09, 0xc7, 0xbe, 0xf3, 0xcf, 0x37, 0xaf, 0x4d, 0x20, 0x37, 0xb7, 0xf5, 0xfe, 0xfb, 0x45, 0x30, 0x88, 0xc1, 0x21, 0x6d, 0x74, 0xf3, 0xc0, 0x29, 0x55, 0x4a, 0x4e, 0x3f, 0xf8, 0x61, 0x7d, 0xdc, 0x5c, 0x69, 0xc5, 0xdb, 0x57, 0x5e, 0x69, 0x5e, 0x95, 0x43, 0x99, 0x42, 0xc0, 0x0f, 0xe1, 0xbd, 0x7b, 0x47, 0x44, 0xd1, 0x13, 0x4f, 0x70, 0x67, 0xcf, 0x1e, 0xee, 0xec, 0xdd, 0x1b, 0x0a, 0x3a, 0x56, 0xf4, 0xf8, 0xe3, 0x51, 0x3f, 0x17, 0x30, 0xa0, 0x90, 0xbe, 0x73, 0xa9, 0x8f, 0x85, 0xa9, 0x08, 0x02, 0x21, 0x00, 0xc0, 0xb2, 0x0e, 0x1d, 0xf4, 0x73, 0x13, 0x4e, 0x95, 0xc0, 0xaf, 0x3e, 0xfd, 0xd8, 0x9f, 0x54, 0x8a, 0xb4, 0xf9, 0xae, 0xbb, 0x04, 0xf9, 0x48, 0x95, 0xfc, 0x94, 0x78, 0x1f, 0xa4, 0xd4, 0xcb, 0x0f, 0x21, 0x21, 0xe8, 0xd3, 0xc7, 0x43, 0x10, 0xa3, 0x81, 0x1f, 0x7d, 0xc4, 0x9d, 0x7d, 0xfb, 0xb8, 0xb3, 0x7f, 0xbf, 0x0b, 0xfc, 0x4d, 0xc7, 0x82, 0x64, 0x85, 0xf4, 0x6b, 0xe3, 0xc5, 0xc1, 0x50, 0x42, 0xa3, 0x96, 0x92, 0x63, 0x50, 0x08, 0x96, 0x00, 0xa5, 0x6d, 0xda, 0x0c, 0xe7, 0xcf, 0x64, 0x19, 0x1b, 0x9e, 0x0a, 0xda, 0xff, 0xaa, 0xbe, 0x99, 0xa3, 0xd2, 0x86, 0x15, 0xdd, 0xba, 0x99, 0xb5, 0xa7, 0x4e, 0x9d, 0xa4, 0x08, 0x12, 0x02, 0x70, 0xe7, 0x9d, 0x2e, 0xe9, 0xff, 0xfe, 0x37, 0x77, 0x3e, 0xf9, 0xc4, 0x05, 0xfe, 0xa6, 0x63, 0xc1, 0x3b, 0xee, 0xe0, 0x81, 0xcb, 0x2f, 0x4f, 0x0a, 0xab, 0xe9, 0x19, 0x8d, 0x83, 0x57, 0x17, 0x5f, 0x2c, 0x04, 0x1e, 0xd0, 0x37, 0xa1, 0x9c, 0x29, 0x2a, 0xe1, 0xca, 0x36, 0xf9, 0x59, 0x72, 0x5e, 0x9c, 0xe7, 0xd5, 0xaa, 0xe5, 0x76, 0x02, 0x69, 0x02, 0x0a, 0x2a, 0x4d, 0x25, 0xde, 0x98, 0x87, 0xff, 0x9e, 0x3a, 0x2e, 0x59, 0x82, 0x02, 0x14, 0x81, 0x0b, 0xd2, 0x3f, 0xfd, 0x94, 0x3b, 0x9f, 0x7d, 0xe6, 0x02, 0x7f, 0xd3, 0xb1, 0x00, 0x65, 0x22, 0x81, 0xbe, 0x7d, 0x93, 0xc2, 0x0f, 0x24, 0xc8, 0xa6, 0x52, 0x72, 0xa4, 0xb8, 0x88, 0x7b, 0xf0, 0xfb, 0x61, 0x0d, 0x50, 0x49, 0xa4, 0xb6, 0x9f, 0x23, 0xb4, 0x2d, 0xcb, 0x02, 0xb0, 0xd2, 0x5b, 0xb0, 0x31, 0x78, 0xb0, 0x20, 0x1f, 0x58, 0x9a, 0x95, 0x65, 0xd4, 0x9a, 0x4d, 0x94, 0x6a, 0x25, 0x4b, 0x8e, 0x00, 0xf9, 0x60, 0x41, 0xf8, 0xe7, 0x9f, 0x73, 0xe7, 0x8b, 0x2f, 0x5c, 0xe0, 0x6f, 0x3a, 0x16, 0xa0, 0x18, 0x24, 0xd0, 0xaf, 0x5f, 0xd2, 0x78, 0xdf, 0x47, 0x5a, 0xb8, 0xb4, 0x4d, 0x1b, 0xb1, 0x93, 0x39, 0xb0, 0xe6, 0xea, 0xab, 0xf5, 0x89, 0xa2, 0xd5, 0x65, 0x95, 0xfc, 0xab, 0xf5, 0xb9, 0x7e, 0x65, 0x02, 0xf1, 0x32, 0x07, 0x63, 0x89, 0x37, 0x69, 0xcc, 0x51, 0x72, 0x17, 0xa9, 0x20, 0x07, 0x10, 0x59, 0xc0, 0x81, 0x03, 0xdc, 0xf9, 0xcf, 0x7f, 0x5c, 0xe0, 0x6f, 0x4a, 0x05, 0xbd, 0x6b, 0xfa, 0xf7, 0x4f, 0x0a, 0xc7, 0x28, 0xee, 0x98, 0x63, 0xb0, 0x68, 0xf8, 0xcd, 0x18, 0xfb, 0x80, 0x05, 0x00, 0xc2, 0x6a, 0x06, 0x06, 0x96, 0x29, 0xf2, 0xb1, 0x95, 0x1a, 0xfd, 0xb0, 0xdd, 0xea, 0x87, 0x63, 0x57, 0x0f, 0x25, 0x00, 0x7e, 0x56, 0xf6, 0xee, 0xa6, 0xb4, 0x2f, 0x59, 0x52, 0x74, 0x88, 0x09, 0x21, 0x10, 0xff, 0xd5, 0x57, 0x2e, 0xf0, 0xf7, 0xda, 0xb5, 0xd1, 0x3f, 0x33, 0x60, 0x40, 0xdc, 0xd8, 0xed, 0x23, 0x2d, 0x44, 0xca, 0x8b, 0x20, 0x18, 0x02, 0x20, 0xa6, 0xbd, 0x8b, 0x15, 0xe1, 0x23, 0x94, 0xc5, 0x97, 0x25, 0xed, 0xbf, 0xc7, 0x33, 0x7d, 0x64, 0xee, 0x95, 0xe9, 0xc3, 0xd8, 0xbf, 0xb1, 0xb0, 0xa2, 0x4a, 0x15, 0x7e, 0x1c, 0xa6, 0x3b, 0x09, 0x32, 0xc2, 0x51, 0x34, 0x65, 0x0a, 0x2f, 0x5a, 0xbc, 0x98, 0x17, 0x2d, 0x59, 0xe2, 0x02, 0x7f, 0xd3, 0x31, 0x5f, 0x9f, 0x27, 0x17, 0xe2, 0x07, 0x05, 0xf4, 0xac, 0x8b, 0x7c, 0x4c, 0x66, 0x21, 0x2d, 0x84, 0x10, 0x00, 0x70, 0x0b, 0x9a, 0x15, 0xb8, 0xbb, 0xac, 0x0c, 0xfa, 0x9c, 0x41, 0x3f, 0xe8, 0x3b, 0xb5, 0x8e, 0x0e, 0xc1, 0x0f, 0xe6, 0xfb, 0xf1, 0x83, 0xb5, 0x82, 0xc9, 0xa8, 0xf8, 0xbc, 0x7d, 0xfb, 0xa4, 0xc9, 0x30, 0xa1, 0x30, 0x51, 0x50, 0xcc, 0x10, 0x0b, 0x9f, 0xf9, 0x48, 0x0b, 0x51, 0xf8, 0x8a, 0xf2, 0x31, 0x94, 0xbd, 0xe1, 0x75, 0xb6, 0xb9, 0xc5, 0x23, 0x8a, 0xdf, 0xcf, 0x61, 0xec, 0xcc, 0xb2, 0x30, 0xe4, 0xfb, 0xbc, 0x97, 0xfe, 0x74, 0xed, 0xea, 0xf9, 0x3c, 0xcc, 0xfb, 0x1b, 0xd3, 0x25, 0x12, 0x90, 0x54, 0x91, 0x91, 0x76, 0x90, 0x35, 0x8b, 0x84, 0x95, 0x3e, 0xd6, 0x31, 0xa0, 0x4e, 0x00, 0x63, 0x02, 0x00, 0x66, 0x0e, 0xb5, 0x73, 0xcf, 0x95, 0x76, 0xf2, 0x9b, 0x93, 0x29, 0x3b, 0xae, 0x06, 0x40, 0x84, 0xa4, 0x93, 0xe6, 0x63, 0x66, 0xcc, 0x58, 0xe2, 0x4d, 0xfe, 0xf0, 0xbf, 0xd4, 0x31, 0xa9, 0x26, 0x44, 0x80, 0x32, 0x90, 0xc0, 0x03, 0x0f, 0xf0, 0xe0, 0xa4, 0x49, 0x3c, 0xf8, 0xcc, 0x33, 0x3c, 0x40, 0xcf, 0x14, 0xf3, 0xfa, 0x78, 0x31, 0x70, 0xa0, 0x87, 0x6f, 0x7b, 0xf4, 0xf0, 0x55, 0x4a, 0x8e, 0x85, 0xaf, 0x98, 0x05, 0x45, 0xdf, 0x68, 0x03, 0x62, 0x05, 0xd4, 0x87, 0xad, 0x4a, 0xb3, 0xef, 0x5f, 0xa0, 0x2f, 0x98, 0x80, 0x99, 0x03, 0xf4, 0x3d, 0x75, 0xa2, 0x6e, 0xe7, 0x46, 0x99, 0x42, 0x3a, 0x08, 0x09, 0x8c, 0x1b, 0xc7, 0x9d, 0xcd, 0x9b, 0xdd, 0xd4, 0x0f, 0x01, 0xe0, 0x37, 0xdf, 0x70, 0xe7, 0xf0, 0x61, 0x31, 0x1d, 0x1c, 0xb8, 0xfd, 0xf6, 0x90, 0x6b, 0x53, 0x02, 0x4a, 0xf1, 0xd6, 0xfb, 0x58, 0x5b, 0x88, 0x3e, 0x81, 0x82, 0x00, 0xab, 0xfa, 0xf4, 0xd1, 0xcf, 0xcd, 0x2f, 0x95, 0xe4, 0xeb, 0x6f, 0xec, 0xc6, 0x24, 0x08, 0xcc, 0x1b, 0xc8, 0x47, 0xb4, 0x6b, 0x2a, 0xf1, 0x9e, 0x55, 0xbe, 0x3c, 0x3f, 0x42, 0x9d, 0x90, 0x6a, 0x32, 0x02, 0xf7, 0xdd, 0xc7, 0x9d, 0x0f, 0x3f, 0x74, 0x47, 0xfe, 0x90, 0xfa, 0x1d, 0x3a, 0x24, 0xc8, 0xe7, 0x3f, 0xfd, 0x24, 0xe0, 0x7c, 0xf9, 0x25, 0x0f, 0x90, 0x26, 0x82, 0xb4, 0x54, 0xe2, 0x08, 0x09, 0xff, 0x6c, 0x1f, 0xa5, 0xe4, 0xeb, 0x46, 0x8e, 0xe4, 0xef, 0xdf, 0x71, 0x87, 0x18, 0x18, 0x2b, 0xd5, 0x6f, 0x32, 0x9f, 0xa8, 0xbf, 0xb1, 0x1b, 0x5b, 0xac, 0x0e, 0x1d, 0x2a, 0xcc, 0x1b, 0xb0, 0xb0, 0x69, 0x53, 0xa3, 0x36, 0x6c, 0xa7, 0xb4, 0x2f, 0xd5, 0x24, 0x14, 0x0e, 0x1a, 0xc4, 0x8b, 0x50, 0x0c, 0x82, 0x89, 0x1f, 0x0c, 0x04, 0x21, 0xf5, 0x23, 0xed, 0xe7, 0x3f, 0xfe, 0xc8, 0xf9, 0xcf, 0x3f, 0x73, 0xfe, 0xcb, 0x2f, 0x42, 0x08, 0x90, 0x15, 0xe0, 0xda, 0x54, 0x63, 0xbb, 0x8f, 0x1a, 0x07, 0x8c, 0x05, 0x80, 0x7c, 0x00, 0x03, 0x65, 0xa5, 0xf6, 0x4d, 0xe6, 0xfa, 0x1b, 0xbb, 0x31, 0xef, 0x2d, 0xc8, 0x27, 0xd3, 0xa6, 0x8f, 0x78, 0x45, 0xcd, 0x8d, 0x29, 0x36, 0xf8, 0x15, 0x66, 0x3b, 0xc5, 0x04, 0x04, 0xc8, 0xb7, 0x8a, 0x39, 0x7f, 0x4c, 0x04, 0x41, 0x00, 0x0e, 0x1e, 0xe4, 0xce, 0x77, 0xdf, 0x71, 0x7e, 0xe4, 0x08, 0xe7, 0xc7, 0x8e, 0x71, 0xfe, 0xeb, 0xaf, 0x42, 0x08, 0xe0, 0x16, 0x0a, 0x87, 0x0c, 0x11, 0x71, 0x42, 0x2a, 0x91, 0x4f, 0x16, 0x68, 0xbe, 0x8f, 0x8d, 0xa7, 0x90, 0x16, 0x22, 0x0e, 0x00, 0xf0, 0xfe, 0x83, 0x52, 0xf7, 0x26, 0xf3, 0x90, 0x37, 0x76, 0x93, 0xa9, 0x87, 0xc9, 0x07, 0xf9, 0x90, 0x6a, 0x3f, 0x2b, 0x7b, 0x3f, 0xa6, 0xd4, 0x49, 0x90, 0x96, 0x62, 0x02, 0x84, 0xef, 0x57, 0x02, 0x80, 0xf1, 0x7f, 0xf8, 0x7f, 0x98, 0x7f, 0x68, 0xfe, 0xf1, 0xe3, 0x9c, 0x17, 0x14, 0x70, 0x7e, 0xf4, 0x28, 0xe7, 0x3f, 0xfc, 0xc0, 0x0b, 0xaf, 0xbf, 0xde, 0x15, 0x82, 0x04, 0x50, 0x10, 0x03, 0xfb, 0x3b, 0x76, 0x34, 0xaf, 0x30, 0xa6, 0xcc, 0x07, 0xb5, 0x02, 0x78, 0x3b, 0x09, 0x2a, 0x87, 0xb4, 0x57, 0xd6, 0x95, 0x8e, 0x37, 0x99, 0xeb, 0x6f, 0xec, 0x5e, 0x46, 0x39, 0xbc, 0x32, 0x69, 0x2b, 0x2f, 0xbd, 0xd4, 0x1c, 0x08, 0xd5, 0xaa, 0xc5, 0x0b, 0x22, 0x91, 0x9f, 0x02, 0x32, 0x0a, 0xc9, 0xff, 0x17, 0xa1, 0xf2, 0x07, 0x53, 0xbf, 0x08, 0x00, 0xbf, 0xfe, 0x9a, 0x3b, 0xdf, 0x7f, 0xef, 0x92, 0x5e, 0x58, 0xc8, 0x79, 0x30, 0x28, 0x2c, 0x81, 0x43, 0x02, 0x50, 0x40, 0x1d, 0x1f, 0x42, 0x1e, 0xb9, 0xb0, 0x54, 0xe0, 0x38, 0xdd, 0x6b, 0x79, 0xf1, 0xc4, 0x4f, 0xcc, 0xb4, 0x10, 0xe3, 0x25, 0x00, 0x36, 0xc4, 0x2c, 0x35, 0x6f, 0x32, 0xd7, 0xdf, 0xd8, 0x8d, 0x34, 0x0f, 0xa9, 0x0d, 0xc8, 0xc7, 0xff, 0xfd, 0x94, 0x78, 0x1f, 0x24, 0x21, 0x29, 0x30, 0x68, 0x51, 0xc2, 0x04, 0x8c, 0x1e, 0xcd, 0x8b, 0x60, 0x01, 0x30, 0x15, 0x1c, 0x2e, 0x00, 0x81, 0x40, 0xb1, 0x00, 0xec, 0xde, 0x1d, 0xfb, 0x3e, 0xd9, 0xd9, 0x49, 0xe1, 0x2b, 0x6d, 0xfa, 0x37, 0x56, 0x29, 0x39, 0x4a, 0xe3, 0x60, 0x09, 0xde, 0x23, 0x6b, 0x34, 0xab, 0xd8, 0x75, 0x64, 0xf6, 0x9b, 0xcc, 0xe9, 0x01, 0x5f, 0xf3, 0xa4, 0x98, 0xc8, 0x54, 0xbe, 0xec, 0xf5, 0x0b, 0x2f, 0x34, 0x6f, 0xe7, 0xd6, 0xa8, 0x51, 0xfc, 0xa4, 0xc6, 0xd9, 0xf9, 0xc1, 0x99, 0x33, 0x4b, 0x5a, 0x00, 0xb8, 0x00, 0x98, 0x7f, 0x58, 0x01, 0x12, 0x80, 0xc0, 0x94, 0x29, 0xfe, 0xef, 0x39, 0x6c, 0x58, 0x42, 0x58, 0xe3, 0x63, 0x27, 0x52, 0x68, 0x3e, 0x46, 0x06, 0x01, 0xbd, 0x56, 0x22, 0x63, 0xdf, 0x64, 0xae, 0xbf, 0xb1, 0x3b, 0x86, 0x1f, 0x8b, 0x3c, 0x10, 0x42, 0xb1, 0xc2, 0xf7, 0xfd, 0xfa, 0x25, 0xad, 0x5d, 0xc6, 0xce, 0x87, 0x15, 0x40, 0x26, 0xa0, 0xc7, 0x00, 0x08, 0x02, 0x11, 0x00, 0xe6, 0xe7, 0xf3, 0xe0, 0xf2, 0xe5, 0xbc, 0x60, 0xf8, 0xf0, 0xc4, 0x88, 0xc5, 0xe7, 0x7c, 0xe2, 0x07, 0x0a, 0xf4, 0x72, 0x4d, 0xa5, 0xe4, 0x74, 0x1e, 0x4b, 0xcb, 0x61, 0x3d, 0x37, 0xdc, 0x78, 0xa3, 0x5e, 0x33, 0x90, 0x99, 0x6f, 0x32, 0xd7, 0xdf, 0xd8, 0x8d, 0xe5, 0x50, 0xca, 0x87, 0x85, 0x45, 0xb2, 0x11, 0xb1, 0xb9, 0x55, 0xab, 0x84, 0xb5, 0x29, 0x6e, 0x42, 0x48, 0x20, 0x03, 0x53, 0xa7, 0xf2, 0x22, 0x2c, 0x04, 0x81, 0x10, 0x1c, 0x3a, 0xc4, 0x8b, 0x30, 0x08, 0xf4, 0xec, 0xb3, 0x71, 0x91, 0x18, 0x13, 0x23, 0x46, 0x18, 0xb1, 0xd9, 0x47, 0x5a, 0x88, 0x15, 0xc6, 0x20, 0x1f, 0xd0, 0xdf, 0x50, 0x92, 0x71, 0x6f, 0x32, 0xd7, 0xdf, 0xd8, 0x8d, 0xb9, 0x7e, 0xa1, 0xfd, 0x04, 0x91, 0xf6, 0x99, 0xe6, 0xfa, 0x2b, 0x56, 0xe4, 0xbf, 0x50, 0xe0, 0x97, 0xb2, 0xce, 0x4f, 0x90, 0x90, 0xb4, 0x61, 0xe4, 0xc8, 0x88, 0xf8, 0x85, 0x5c, 0xd8, 0x5c, 0x1f, 0x2b, 0x8c, 0xb1, 0x3e, 0x12, 0x7b, 0x0f, 0x02, 0xfa, 0xd4, 0xf9, 0xc9, 0x78, 0x93, 0xf9, 0x69, 0x91, 0x80, 0x2d, 0xd0, 0xd4, 0x1b, 0xbb, 0x41, 0x36, 0x06, 0x7d, 0x84, 0xef, 0x22, 0xd3, 0x35, 0xcf, 0xc7, 0x2b, 0xd9, 0xf6, 0x50, 0xda, 0x97, 0x09, 0x84, 0x9c, 0x30, 0x20, 0xc3, 0x90, 0xd8, 0xeb, 0x23, 0x2d, 0xc4, 0xcb, 0xaa, 0x10, 0x08, 0x02, 0x18, 0x1c, 0xd2, 0x46, 0x51, 0x3f, 0xa5, 0x94, 0xa0, 0x72, 0x14, 0x5e, 0xd2, 0x43, 0x76, 0x18, 0x30, 0x32, 0x55, 0x8e, 0xa2, 0xd2, 0xf1, 0xde, 0xea, 0x97, 0xd6, 0xad, 0x5d, 0x9f, 0x45, 0xd0, 0x77, 0xcf, 0x8e, 0xfa, 0x3e, 0xbe, 0x1a, 0x35, 0x78, 0x3e, 0x34, 0x34, 0x03, 0xc8, 0x30, 0xe1, 0x78, 0x1a, 0x90, 0x4f, 0x58, 0x42, 0xa9, 0xaf, 0x31, 0x2d, 0xec, 0xde, 0x5d, 0x64, 0x05, 0x80, 0xbe, 0x6a, 0x0a, 0x6f, 0x4b, 0xf7, 0xc9, 0x55, 0x52, 0xc4, 0x97, 0x8b, 0x00, 0xec, 0x70, 0x51, 0xfe, 0x25, 0xc6, 0x1a, 0xaa, 0x37, 0x76, 0x63, 0x1e, 0x1b, 0x25, 0x4e, 0xf0, 0x57, 0x78, 0x50, 0x3f, 0x2f, 0x6f, 0xfa, 0x92, 0x84, 0x24, 0x63, 0x08, 0xa1, 0x67, 0x3f, 0x19, 0xf8, 0xc2, 0xc7, 0x7b, 0x8e, 0x90, 0x42, 0xa3, 0x6f, 0x51, 0x3e, 0x87, 0x2d, 0xea, 0x73, 0x8b, 0x5d, 0xc7, 0x91, 0x69, 0x8c, 0x35, 0x92, 0x7c, 0x84, 0x73, 0x14, 0x97, 0x30, 0xc4, 0x22, 0xbe, 0xbc, 0x86, 0xd3, 0x35, 0x54, 0x20, 0xed, 0x7f, 0x45, 0x5f, 0xe0, 0x01, 0xf2, 0xe1, 0xab, 0x30, 0x00, 0x64, 0xdc, 0xce, 0x8d, 0xdc, 0x43, 0x26, 0x12, 0xe2, 0x61, 0xd4, 0xa8, 0x13, 0x86, 0xb7, 0x7c, 0xac, 0x86, 0x42, 0x2a, 0x8d, 0x52, 0x3a, 0x40, 0x5f, 0x50, 0x42, 0x1c, 0xbc, 0x1c, 0xc6, 0x4b, 0xf9, 0x08, 0x02, 0x11, 0x53, 0x10, 0x4c, 0xc4, 0x0b, 0xb2, 0x25, 0x2a, 0x4a, 0x54, 0x7a, 0xde, 0xdd, 0xc5, 0xdb, 0xdd, 0xce, 0x8d, 0x4c, 0x39, 0xa4, 0x13, 0x7e, 0x0a, 0x3b, 0x7b, 0xf9, 0x29, 0xf1, 0xfe, 0x86, 0x52, 0xa1, 0x4c, 0x24, 0x23, 0x22, 0xa8, 0xd3, 0xd3, 0x89, 0x6f, 0xaf, 0xba, 0xca, 0x58, 0x33, 0x80, 0x52, 0x72, 0x6c, 0x95, 0x8f, 0xa1, 0x75, 0xa4, 0xd6, 0x5a, 0xcd, 0x40, 0xf0, 0x05, 0xc6, 0x3a, 0x6a, 0xdc, 0x28, 0xae, 0x22, 0x09, 0x43, 0x44, 0x21, 0x30, 0x11, 0x2f, 0x08, 0x67, 0x6e, 0xc0, 0x51, 0x85, 0xb9, 0x6b, 0xd8, 0xaa, 0xce, 0xd0, 0x4a, 0xbc, 0xf1, 0x06, 0x0f, 0xe5, 0xa3, 0xfc, 0x6c, 0xe8, 0xb4, 0xa1, 0x65, 0xcb, 0x8c, 0x25, 0xc3, 0x08, 0x12, 0xf4, 0x74, 0x60, 0x83, 0x8f, 0x9d, 0x48, 0x17, 0x35, 0x6f, 0xee, 0x0a, 0x00, 0x41, 0xdf, 0x6d, 0x84, 0xb8, 0x58, 0x21, 0x79, 0xa9, 0x22, 0x79, 0xaa, 0xa4, 0x09, 0x43, 0xb8, 0x20, 0x94, 0x10, 0x82, 0x70, 0xf2, 0x75, 0xe2, 0x75, 0xd2, 0xab, 0x13, 0x6a, 0x10, 0x6a, 0x92, 0xf6, 0x0f, 0xf6, 0xa2, 0xd4, 0x7a, 0xf5, 0x84, 0xf6, 0x83, 0x7c, 0x51, 0xe4, 0x69, 0x90, 0xe4, 0x3c, 0xb2, 0x0e, 0x3f, 0x65, 0x67, 0x67, 0x3c, 0x21, 0xbe, 0x40, 0xbf, 0x39, 0x55, 0x38, 0x42, 0xbe, 0x3d, 0xcf, 0x47, 0x29, 0x39, 0x76, 0x4b, 0x85, 0x05, 0x00, 0xf4, 0xfd, 0x93, 0xa6, 0x30, 0x96, 0x2d, 0xf9, 0xa9, 0xa6, 0x09, 0x43, 0x24, 0x41, 0x08, 0xb7, 0x06, 0x25, 0xc8, 0x57, 0x1a, 0x5f, 0x45, 0xde, 0x0c, 0x37, 0xc5, 0xbb, 0x71, 0xcf, 0x20, 0x9c, 0x59, 0x9f, 0xb1, 0x06, 0x24, 0x71, 0x7b, 0xbd, 0x07, 0xa2, 0x3c, 0x55, 0xf9, 0x26, 0x3f, 0x2b, 0x7b, 0x2d, 0x92, 0x03, 0x48, 0x47, 0xe1, 0x08, 0x20, 0xb6, 0xce, 0x95, 0x0a, 0x47, 0xb1, 0xc0, 0xfe, 0x16, 0x8c, 0xd5, 0x97, 0x3c, 0xd5, 0x94, 0x0a, 0x5b, 0x55, 0xb3, 0x08, 0xe1, 0x42, 0x10, 0x22, 0x00, 0x3a, 0xf9, 0x95, 0x35, 0x8d, 0xc7, 0x8d, 0x6a, 0x13, 0xea, 0x32, 0xf7, 0xe6, 0x0d, 0x49, 0xd2, 0x26, 0x78, 0x26, 0xa9, 0x59, 0x33, 0x8f, 0x7c, 0x3f, 0x69, 0x9f, 0x45, 0x6a, 0x80, 0xb4, 0x50, 0x09, 0x81, 0xbe, 0x75, 0x3e, 0x71, 0x33, 0x9e, 0x38, 0xaa, 0xc7, 0xdc, 0x8d, 0xa9, 0x95, 0x20, 0x54, 0xd3, 0xac, 0x41, 0x24, 0x21, 0x88, 0x48, 0x7e, 0x0d, 0x79, 0x83, 0x3a, 0x92, 0x78, 0xbc, 0x00, 0xa9, 0x49, 0x07, 0xc6, 0xb2, 0x48, 0xd2, 0xbe, 0x55, 0xdb, 0x9e, 0xe0, 0x1d, 0x39, 0x11, 0x82, 0x12, 0x8b, 0x34, 0x03, 0x29, 0x36, 0xe6, 0x09, 0x90, 0x12, 0xae, 0x19, 0x38, 0xd0, 0xdb, 0x4e, 0x87, 0xb8, 0x39, 0xdc, 0x8b, 0xb1, 0xd6, 0xcc, 0x5d, 0x65, 0x0c, 0x41, 0x38, 0x53, 0x5a, 0xef, 0xea, 0x11, 0x84, 0x40, 0x59, 0x7e, 0xcf, 0xe7, 0x57, 0x0a, 0x23, 0xbf, 0xae, 0xbc, 0x51, 0x13, 0xc2, 0xb9, 0x84, 0x96, 0x14, 0x6d, 0xbe, 0xac, 0x17, 0x31, 0x22, 0x37, 0x05, 0x96, 0xf9, 0xa8, 0x7f, 0xb7, 0x48, 0x2d, 0x90, 0x16, 0x42, 0x08, 0x00, 0x7d, 0x41, 0x09, 0x59, 0x81, 0xe9, 0xcc, 0xdd, 0x7d, 0xac, 0x31, 0xa1, 0x81, 0x54, 0x62, 0x5d, 0x08, 0x54, 0x4c, 0x50, 0x5e, 0x17, 0x80, 0x8a, 0xf2, 0x64, 0xf5, 0x30, 0xf2, 0xcf, 0x26, 0x34, 0x27, 0x9c, 0x4f, 0x07, 0xdb, 0xbf, 0xa6, 0xad, 0xeb, 0xc7, 0x17, 0x43, 0xf3, 0x31, 0xf4, 0x9b, 0xeb, 0x63, 0x7b, 0x14, 0x8b, 0xd4, 0x02, 0x7d, 0x8e, 0xb9, 0x16, 0xf0, 0x80, 0x21, 0x62, 0x55, 0x66, 0x0f, 0x8e, 0x88, 0xf1, 0x36, 0xc4, 0x59, 0x33, 0xa9, 0xbc, 0x0d, 0xa4, 0x25, 0x50, 0xee, 0xa0, 0xb2, 0xe4, 0x5b, 0xb9, 0x02, 0x21, 0x0d, 0x95, 0xe5, 0xc9, 0x9a, 0x52, 0x62, 0x14, 0xf9, 0x78, 0x25, 0x3a, 0x6e, 0xd6, 0xee, 0x7a, 0xc6, 0x6e, 0xd4, 0x57, 0xb6, 0x2a, 0x1f, 0xb4, 0xd8, 0xc7, 0x8e, 0x99, 0x16, 0xe9, 0x01, 0x52, 0x6e, 0x28, 0x20, 0xa0, 0x0f, 0x11, 0xdf, 0xc2, 0xd8, 0x68, 0x28, 0xad, 0x14, 0x82, 0xc6, 0xd2, 0x8d, 0xd7, 0x96, 0xd6, 0xbd, 0xaa, 0xe6, 0x0a, 0x84, 0x00, 0xe8, 0xda, 0x5f, 0x5b, 0x5e, 0xdc, 0x58, 0x6a, 0x3e, 0xfc, 0x49, 0x3b, 0x42, 0x97, 0xbb, 0xb5, 0xe0, 0x0f, 0xab, 0x57, 0x30, 0xe0, 0x03, 0x98, 0xe6, 0xfa, 0x2d, 0xd2, 0x07, 0xf4, 0xbd, 0x12, 0x80, 0xe5, 0xda, 0xc4, 0xd2, 0x03, 0x8c, 0xd1, 0x7f, 0x62, 0x9f, 0x81, 0xf3, 0xa4, 0x3b, 0x38, 0x4b, 0x5a, 0xf5, 0x5a, 0x9a, 0x15, 0x50, 0xb1, 0x80, 0xe7, 0xfb, 0x75, 0xed, 0x3f, 0x47, 0x7e, 0x18, 0x37, 0x41, 0xf1, 0xc1, 0xa5, 0x37, 0x30, 0x36, 0x4e, 0xf7, 0x3f, 0x08, 0x40, 0x00, 0xcc, 0x59, 0x9b, 0x72, 0x7f, 0x8b, 0x34, 0x80, 0xfa, 0x1c, 0x19, 0x00, 0x46, 0x07, 0x01, 0x7d, 0x33, 0xea, 0x5b, 0xdd, 0x85, 0xa5, 0x18, 0x1d, 0xcc, 0x92, 0x56, 0xbc, 0x49, 0x98, 0x15, 0xa8, 0xa2, 0xb9, 0x01, 0xcf, 0xfc, 0xd7, 0x92, 0x52, 0xd2, 0x58, 0x9a, 0x0e, 0x98, 0x7e, 0x0a, 0xfc, 0x59, 0x37, 0x42, 0x6f, 0x32, 0x07, 0xc3, 0x67, 0x6a, 0x15, 0x3f, 0x2a, 0x00, 0x49, 0x09, 0xb2, 0xb3, 0xe3, 0x87, 0x94, 0xfc, 0x74, 0x43, 0x75, 0x70, 0xda, 0x41, 0x7e, 0x3c, 0x11, 0x20, 0x13, 0x43, 0x2c, 0x90, 0x27, 0x67, 0x15, 0xc1, 0x51, 0x2b, 0x77, 0x7f, 0x81, 0x2e, 0xd2, 0x7a, 0x2b, 0x2b, 0xd0, 0x50, 0x2a, 0x78, 0x4d, 0xcd, 0x0d, 0x78, 0x02, 0xa0, 0x82, 0xbf, 0xfa, 0x52, 0x5a, 0x20, 0x35, 0x17, 0x10, 0x2e, 0x82, 0xf6, 0x13, 0xfa, 0x12, 0x06, 0x4e, 0x66, 0x6c, 0x63, 0x09, 0xff, 0x73, 0x2a, 0x92, 0x95, 0x20, 0x61, 0x82, 0xac, 0x54, 0x83, 0xc8, 0xd7, 0xab, 0xae, 0x5e, 0x64, 0x6c, 0x3d, 0x14, 0x56, 0x2a, 0x6e, 0x07, 0x56, 0x1c, 0x10, 0x36, 0xd2, 0xdc, 0x80, 0x1e, 0x07, 0x78, 0x02, 0xa0, 0xfc, 0x3f, 0x82, 0xbf, 0x96, 0x9a, 0xf9, 0xbf, 0x8c, 0xd0, 0x9f, 0x30, 0xa8, 0x2b, 0x63, 0x77, 0xcd, 0x60, 0x2c, 0xdf, 0x1b, 0xd6, 0x25, 0xa9, 0x43, 0x3a, 0x88, 0x57, 0xa4, 0xe1, 0xd5, 0x6e, 0x69, 0x07, 0xbe, 0x27, 0x83, 0x81, 0x19, 0xd1, 0x13, 0x06, 0xf2, 0xf9, 0x08, 0xc6, 0xf3, 0xb4, 0x1d, 0xcb, 0xc1, 0x4d, 0x77, 0xc6, 0x6e, 0x63, 0xee, 0x52, 0xb2, 0xee, 0x9a, 0x1b, 0x68, 0x2e, 0x2d, 0xbb, 0x1e, 0x07, 0xc4, 0x2f, 0x00, 0x84, 0xe1, 0x23, 0x18, 0x7b, 0x52, 0x17, 0x02, 0x8b, 0xcc, 0x00, 0xa5, 0x7f, 0xbf, 0x8e, 0x72, 0xd7, 0x0d, 0x5c, 0x15, 0x45, 0x00, 0x1a, 0x99, 0x04, 0xc0, 0xe8, 0x02, 0x98, 0x3b, 0xe1, 0x70, 0x2d, 0x49, 0xc5, 0xb8, 0x49, 0x8c, 0x6d, 0x7d, 0x4d, 0xc6, 0x04, 0x16, 0x27, 0x0f, 0xe4, 0xf3, 0x83, 0xcf, 0x31, 0xb6, 0xf9, 0x62, 0xc6, 0xee, 0x65, 0xee, 0x6b, 0x6a, 0xaf, 0x4c, 0xc4, 0x05, 0xe8, 0x41, 0x60, 0xa3, 0x08, 0x41, 0x60, 0x2f, 0xc2, 0x00, 0x69, 0x05, 0x86, 0x31, 0x77, 0x6f, 0xdb, 0xeb, 0xc8, 0x54, 0x8c, 0x25, 0x89, 0x78, 0xf6, 0x46, 0xc6, 0x5e, 0x22, 0xbc, 0x6c, 0x71, 0xc2, 0xf0, 0xd2, 0x4d, 0x8c, 0x4d, 0x1f, 0xce, 0xd8, 0x53, 0x4d, 0x19, 0xbb, 0x9d, 0xb8, 0x18, 0x29, 0x95, 0x13, 0x4a, 0xda, 0x4f, 0x5a, 0x6d, 0xdf, 0x41, 0xa0, 0x29, 0x0d, 0x54, 0x56, 0xa0, 0x0f, 0xe1, 0x0a, 0xc2, 0xd5, 0x84, 0xa1, 0xcc, 0xad, 0x4a, 0xbd, 0x86, 0x30, 0x0a, 0xc2, 0x20, 0x31, 0xc6, 0x22, 0xed, 0x40, 0x3f, 0x8f, 0x96, 0xfd, 0x3e, 0x52, 0xf2, 0x30, 0x44, 0x92, 0xdf, 0x5f, 0x2a, 0x6b, 0xb7, 0x78, 0xd2, 0x40, 0x5f, 0x03, 0x41, 0xd2, 0xa7, 0xf4, 0x92, 0x12, 0x76, 0xa5, 0x14, 0x84, 0xc1, 0xf2, 0xcb, 0xb3, 0x25, 0x86, 0x69, 0x18, 0x6e, 0x91, 0x32, 0xe8, 0xfd, 0x9a, 0x2d, 0x15, 0x70, 0x88, 0xb4, 0xc8, 0x03, 0xa5, 0x75, 0x86, 0x9b, 0xee, 0x29, 0xc9, 0xef, 0x14, 0xcf, 0x40, 0x90, 0xaf, 0xa1, 0x60, 0x69, 0x09, 0xc8, 0xd5, 0xb0, 0x1e, 0x52, 0x10, 0xfa, 0x48, 0x61, 0xe8, 0x2f, 0x1f, 0xe0, 0x0a, 0x89, 0x2b, 0x2d, 0xd2, 0x06, 0xd5, 0xc7, 0x03, 0x64, 0xbf, 0xf7, 0x95, 0x3c, 0xf4, 0x94, 0x0a, 0xda, 0x55, 0x6a, 0x7e, 0xdb, 0x78, 0x86, 0x82, 0x7d, 0x4d, 0x06, 0xc9, 0xa0, 0xb0, 0xbd, 0x14, 0x84, 0x2e, 0x52, 0xd2, 0xba, 0x4b, 0xf7, 0xd0, 0x43, 0xfa, 0x1d, 0x1d, 0x3d, 0x2d, 0x52, 0x06, 0xbd, 0x5f, 0x7b, 0x48, 0xa0, 0xdf, 0x2f, 0x91, 0x4a, 0xd9, 0x45, 0x12, 0xdf, 0x4e, 0x9a, 0xfd, 0x56, 0xf1, 0x4c, 0x06, 0xf9, 0x9e, 0x0e, 0x96, 0x82, 0x90, 0x25, 0x25, 0xac, 0x9d, 0x0c, 0x12, 0x3b, 0x4a, 0x93, 0xd3, 0x49, 0x0a, 0x87, 0x45, 0x7a, 0xd1, 0x49, 0xf6, 0x79, 0x07, 0xa9, 0x90, 0x17, 0x4a, 0xe5, 0x6c, 0x23, 0x4d, 0x7e, 0xf3, 0x78, 0xa7, 0x83, 0x7d, 0x17, 0x84, 0xc8, 0x1b, 0x37, 0x97, 0xc2, 0xd0, 0x4a, 0x0a, 0x44, 0x6b, 0x89, 0x36, 0x1a, 0xb2, 0x2c, 0x52, 0x0e, 0xbd, 0x7f, 0x5b, 0xcb, 0xbe, 0x3f, 0x4f, 0xf2, 0xd0, 0x42, 0x6a, 0x7c, 0x53, 0x49, 0x7c, 0x5c, 0x05, 0x21, 0x71, 0x95, 0x84, 0xc9, 0x34, 0xb1, 0x89, 0x74, 0x0f, 0x4d, 0xa5, 0x50, 0x9c, 0x23, 0xad, 0x44, 0x38, 0x9a, 0x59, 0x24, 0x8d, 0x48, 0xfd, 0xaa, 0xfa, 0xbc, 0xa9, 0xe4, 0xa1, 0xb1, 0x54, 0xd2, 0x06, 0x89, 0x94, 0x84, 0xc5, 0x55, 0x14, 0x2a, 0x85, 0xa1, 0x9e, 0x14, 0x88, 0x06, 0x12, 0x0d, 0x23, 0xe0, 0x2c, 0x8b, 0x94, 0x21, 0x52, 0xff, 0x36, 0x90, 0x1c, 0xd4, 0x93, 0x9c, 0xd4, 0x91, 0xca, 0x1a, 0x77, 0x51, 0x68, 0xdc, 0x65, 0xe1, 0x9a, 0x40, 0x9c, 0x21, 0xbf, 0xb4, 0xb6, 0x14, 0x0e, 0x8b, 0xf4, 0xa3, 0xb6, 0x06, 0xc5, 0x41, 0x2d, 0xc9, 0x4b, 0x42, 0x65, 0xe1, 0x09, 0x2d, 0x0c, 0x91, 0x5f, 0x54, 0x4d, 0x0a, 0x46, 0x38, 0x6a, 0x58, 0xa4, 0x1c, 0x91, 0xfa, 0xb9, 0x9a, 0x46, 0x78, 0x52, 0x0b, 0x43, 0xe2, 0x5e, 0x1a, 0xa6, 0x09, 0x85, 0xc5, 0xc9, 0x45, 0x25, 0x8d, 0xf0, 0x84, 0x96, 0x86, 0x25, 0xbc, 0x38, 0xd4, 0x22, 0x63, 0x90, 0xd4, 0xe2, 0x50, 0x3f, 0xfb, 0x02, 0x44, 0x5c, 0x1e, 0x6e, 0x91, 0x51, 0x48, 0x6a, 0x79, 0x78, 0xc2, 0x1b, 0x44, 0x58, 0x9c, 0x74, 0xa4, 0x74, 0x83, 0x88, 0x64, 0x85, 0xc2, 0x22, 0x33, 0x60, 0x9b, 0x6d, 0xb6, 0xd9, 0x66, 0x9b, 0x6d, 0xa6, 0xf6, 0xff, 0xb1, 0x06, 0x2f, 0x53, 0x1a, 0xb0, 0x5e, 0xca, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int software_update_urgent_128_png_len = 6112; unsigned char software_update_urgent_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x25, 0x58, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x9d, 0x07, 0xbc, 0x15, 0xc5, 0xf5, 0xc7, 0x07, 0xd1, 0x27, 0xbd, 0x4a, 0xef, 0x48, 0xef, 0x08, 0x48, 0x13, 0xa5, 0x77, 0x04, 0x14, 0x54, 0x2c, 0x51, 0x93, 0x90, 0x68, 0xda, 0x3f, 0x4a, 0x34, 0xc5, 0x12, 0xec, 0x51, 0xa3, 0x89, 0x26, 0x62, 0x4c, 0xac, 0x28, 0x45, 0xaa, 0x74, 0x11, 0x10, 0x45, 0x14, 0x91, 0x22, 0x8a, 0xa2, 0x58, 0xa3, 0x51, 0x2c, 0x41, 0x23, 0x20, 0x0a, 0xbc, 0x77, 0xef, 0xfe, 0xcf, 0x6f, 0xef, 0xcc, 0x63, 0x66, 0xee, 0xde, 0x36, 0x77, 0xef, 0x2b, 0xbc, 0x73, 0x3e, 0x9f, 0xdf, 0x07, 0xbd, 0x6f, 0xf7, 0x96, 0xdd, 0xef, 0x99, 0x3d, 0x33, 0x73, 0xe6, 0x8c, 0x10, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0x6c, 0xbe, 0xcd, 0x13, 0x22, 0x6f, 0x96, 0x10, 0xe7, 0x3d, 0x21, 0xc4, 0xdc, 0xc7, 0x85, 0x78, 0x8f, 0xfe, 0xcd, 0x87, 0xe4, 0x7f, 0xcf, 0xc5, 0xdf, 0x70, 0x0c, 0x5f, 0x29, 0xb6, 0x63, 0xce, 0x08, 0xf2, 0xb3, 0x09, 0xf2, 0x8f, 0x49, 0x5e, 0x0a, 0x7d, 0x8c, 0x63, 0xf9, 0x8a, 0xb1, 0x1d, 0x13, 0x36, 0x5d, 0x88, 0xe3, 0x08, 0xea, 0x7b, 0xd2, 0x00, 0xdf, 0xd6, 0x3d, 0x38, 0x97, 0xaf, 0x20, 0x5b, 0xa9, 0x36, 0x47, 0xf8, 0x0b, 0x9d, 0x80, 0xaf, 0x20, 0x5b, 0x69, 0x0e, 0x7b, 0xce, 0xb4, 0xa1, 0x9e, 0x9d, 0x97, 0xe7, 0x3d, 0x3b, 0x72, 0xa4, 0xf7, 0xda, 0x75, 0xd7, 0x79, 0xef, 0xfc, 0xe3, 0x1f, 0xde, 0x3b, 0xf7, 0xdf, 0xef, 0xbd, 0xfa, 0xfb, 0xdf, 0x7b, 0xeb, 0x86, 0x0f, 0xf7, 0x66, 0x1d, 0x7f, 0x7c, 0x9c, 0x13, 0x70, 0x38, 0xc4, 0x56, 0x2a, 0x6d, 0xa6, 0x10, 0x95, 0x09, 0xe0, 0x4f, 0x75, 0x98, 0xe7, 0x9f, 0x74, 0x92, 0xf7, 0xfa, 0x0d, 0x37, 0xc4, 0xc0, 0x0f, 0x10, 0x9c, 0x62, 0x5e, 0xad, 0x5a, 0xb6, 0x13, 0x7c, 0x8a, 0xf7, 0xe2, 0x2b, 0xca, 0x56, 0xaa, 0x6c, 0x96, 0x10, 0x37, 0x1a, 0x2d, 0xff, 0x09, 0x27, 0x1c, 0x6d, 0xf5, 0x93, 0x68, 0xc7, 0xb5, 0xd7, 0xfa, 0x4f, 0x09, 0xcb, 0x09, 0x6e, 0xe0, 0x2b, 0xca, 0x56, 0x6a, 0xec, 0x31, 0x21, 0x1a, 0x11, 0xb4, 0xdf, 0xea, 0x10, 0x3f, 0x37, 0x7e, 0x7c, 0x4a, 0xf8, 0x95, 0x9e, 0x3b, 0xf3, 0x4c, 0xdb, 0x01, 0xbe, 0xa3, 0xa7, 0x40, 0x53, 0xbe, 0xb2, 0x6c, 0xa5, 0xa5, 0xe3, 0xfb, 0xb8, 0x0e, 0x30, 0xc2, 0x9a, 0xb7, 0xff, 0xf6, 0x37, 0x03, 0xf2, 0x4d, 0x3f, 0xfa, 0x91, 0x37, 0xa7, 0x42, 0x05, 0x6f, 0x4e, 0xc5, 0x8a, 0xde, 0xcb, 0x53, 0xa7, 0x1a, 0x7f, 0xc3, 0xb1, 0x01, 0xa1, 0xd0, 0x4c, 0xbe, 0xb2, 0x6c, 0x25, 0xde, 0xe6, 0x08, 0xd1, 0x9d, 0x60, 0x8d, 0xe8, 0xf0, 0x6e, 0xfa, 0xe1, 0x0f, 0x0d, 0xc0, 0xdf, 0xbc, 0xe3, 0x0e, 0x1f, 0xfe, 0xc2, 0xf0, 0xe8, 0xc4, 0x13, 0xbd, 0x37, 0x6f, 0xbf, 0xdd, 0x74, 0x10, 0x3a, 0xc7, 0x72, 0x80, 0x28, 0xa9, 0x17, 0x5f, 0x61, 0xb6, 0x92, 0xde, 0xfa, 0x6f, 0xd0, 0xc1, 0x7d, 0xaa, 0x45, 0x0b, 0x7f, 0xa4, 0x47, 0x87, 0x7b, 0x75, 0xbf, 0x7e, 0x71, 0xa3, 0x3d, 0xab, 0xfb, 0xf7, 0x37, 0x43, 0x21, 0x3a, 0xe7, 0xa9, 0x93, 0x4f, 0xb6, 0x8f, 0x7b, 0xc9, 0x13, 0xa2, 0x1c, 0x5f, 0x65, 0xb6, 0x92, 0xda, 0xf1, 0x9d, 0x6c, 0x83, 0xbd, 0xed, 0x37, 0xbf, 0x89, 0xeb, 0xe4, 0xce, 0x3a, 0xee, 0xb8, 0xf8, 0x31, 0xff, 0x72, 0xe5, 0xbc, 0x1d, 0x7f, 0xf8, 0x83, 0x71, 0xec, 0xf6, 0xdf, 0xfe, 0xd6, 0x7f, 0xdd, 0x3a, 0x76, 0x12, 0x5f, 0x69, 0xb6, 0x12, 0x67, 0xc8, 0xe1, 0x21, 0x38, 0xdf, 0xd5, 0x61, 0x5d, 0xd5, 0xb3, 0x67, 0x5c, 0x07, 0x77, 0x59, 0xfb, 0xf6, 0x09, 0x27, 0xbe, 0x96, 0xb6, 0x69, 0x13, 0x77, 0xfc, 0xca, 0x1e, 0x3d, 0xec, 0xe3, 0x3e, 0xb8, 0x57, 0x88, 0x13, 0xf9, 0x8a, 0xb3, 0x95, 0xb4, 0xd0, 0xe7, 0x6a, 0x1d, 0x54, 0x4c, 0x6a, 0xed, 0xbc, 0xe9, 0x26, 0x03, 0xe6, 0xcd, 0x97, 0x5f, 0x9e, 0x72, 0xf6, 0xf7, 0x95, 0x9f, 0xfd, 0xcc, 0x38, 0x67, 0xe7, 0x2d, 0xb7, 0xf8, 0x43, 0xa8, 0xd6, 0xe4, 0xd8, 0x55, 0x7c, 0xc5, 0xd9, 0x4a, 0x52, 0xeb, 0x5f, 0x87, 0xc0, 0xfc, 0x46, 0x87, 0x14, 0xb3, 0xbd, 0x3a, 0xc8, 0xbb, 0xef, 0xbb, 0xcf, 0x5b, 0x50, 0xaf, 0x5e, 0x4a, 0x07, 0x98, 0x5f, 0xa7, 0x8e, 0xb7, 0xfb, 0xef, 0x7f, 0x37, 0xce, 0x5d, 0x37, 0x62, 0x84, 0x7d, 0xdc, 0x37, 0xf8, 0x4c, 0xbe, 0xf2, 0x6c, 0x25, 0xc2, 0xa8, 0x45, 0x9e, 0xa1, 0x03, 0xfa, 0x64, 0xd5, 0xaa, 0xde, 0x5b, 0x7f, 0xf9, 0x8b, 0x01, 0xf1, 0x86, 0xc9, 0x93, 0xd3, 0xce, 0x01, 0x7a, 0xe1, 0x9c, 0x73, 0x8c, 0x73, 0xdf, 0xfa, 0xeb, 0x5f, 0xbd, 0x27, 0xab, 0x55, 0xb3, 0x8f, 0xbb, 0x8f, 0xaf, 0x3c, 0x5b, 0xb1, 0xdb, 0x4c, 0x21, 0xda, 0xcb, 0xbc, 0xfe, 0x42, 0x38, 0x37, 0x5e, 0x70, 0x81, 0x09, 0xf0, 0xdd, 0x77, 0x7b, 0x73, 0x2b, 0x57, 0x4e, 0xdb, 0x01, 0xe6, 0x56, 0xaa, 0xe4, 0xed, 0xba, 0xeb, 0x2e, 0xe3, 0x3d, 0xf0, 0x9e, 0xd6, 0x71, 0x05, 0xf4, 0xd9, 0x9d, 0xf8, 0x0e, 0xb0, 0x15, 0x77, 0xec, 0xbf, 0x4a, 0x07, 0x73, 0x61, 0x83, 0x06, 0xde, 0x3b, 0x33, 0x66, 0x18, 0xf0, 0xae, 0x1d, 0x3c, 0x38, 0xe3, 0x4c, 0x50, 0x9c, 0x63, 0x74, 0x88, 0xe9, 0x3d, 0x17, 0x35, 0x6a, 0x64, 0x1f, 0xb7, 0x92, 0xef, 0x00, 0x5b, 0x71, 0xc2, 0x3f, 0xc4, 0x06, 0x77, 0xcb, 0xaf, 0x7e, 0x65, 0x76, 0x62, 0xa9, 0x23, 0x1c, 0x94, 0xe5, 0x99, 0x4a, 0xb3, 0xca, 0x97, 0x8f, 0x4b, 0x9c, 0xdb, 0x7a, 0xc5, 0x15, 0x41, 0xd9, 0xa2, 0x23, 0xf9, 0x4e, 0xb0, 0x15, 0x47, 0xc7, 0xb7, 0x3c, 0x01, 0xb8, 0x53, 0x87, 0x71, 0x79, 0xe7, 0xce, 0x71, 0xc3, 0x98, 0xcb, 0xbb, 0x74, 0x71, 0x5d, 0x0b, 0xe0, 0x9f, 0x1b, 0xf7, 0x7e, 0x9d, 0x3a, 0xd9, 0xc7, 0xed, 0x5a, 0x2f, 0xc4, 0xf1, 0x7c, 0x47, 0xd8, 0x8a, 0xd4, 0x66, 0x09, 0x71, 0xb9, 0xd1, 0x62, 0x1f, 0x77, 0x9c, 0xf7, 0xda, 0xf5, 0xd7, 0xa7, 0x6c, 0xb1, 0x33, 0xd5, 0xd6, 0xff, 0xfb, 0x3f, 0xe3, 0x3d, 0x5f, 0x9f, 0x3e, 0xdd, 0x7f, 0x3a, 0x58, 0xc7, 0x5d, 0xc6, 0x77, 0x84, 0xad, 0xc8, 0xec, 0x21, 0x21, 0xaa, 0x12, 0x74, 0x9f, 0xeb, 0x10, 0xae, 0x19, 0x38, 0x30, 0x2e, 0x95, 0x61, 0x71, 0xd3, 0xa6, 0x59, 0x3b, 0xc0, 0xa2, 0xc6, 0x8d, 0xe3, 0xfa, 0x14, 0xf8, 0x2c, 0x2b, 0x0c, 0xfa, 0x92, 0x9e, 0x48, 0xd5, 0xf9, 0xce, 0xb0, 0x15, 0x55, 0xec, 0x7f, 0x47, 0xdc, 0xa8, 0xcd, 0x9f, 0xff, 0x6c, 0x40, 0xfa, 0xe2, 0x85, 0x17, 0x66, 0x0d, 0xbf, 0x12, 0xde, 0xcb, 0xcf, 0x27, 0x92, 0xc2, 0x08, 0x51, 0xc0, 0xa8, 0xd2, 0xed, 0x7c, 0x67, 0xd8, 0x72, 0x6e, 0x33, 0x85, 0x68, 0x41, 0x2d, 0xee, 0x21, 0x1d, 0xbe, 0x0d, 0x93, 0x26, 0xc5, 0x8f, 0xdb, 0x57, 0xaf, 0x1e, 0x9a, 0x03, 0x60, 0x0e, 0x00, 0x43, 0xa9, 0xba, 0x13, 0x6c, 0x38, 0xfb, 0x6c, 0xfb, 0xb8, 0xc3, 0xf4, 0xbd, 0x5a, 0xf1, 0x1d, 0x62, 0xcb, 0x75, 0xeb, 0x3f, 0xdf, 0x5e, 0xe6, 0xe8, 0xe7, 0xfa, 0x6b, 0x70, 0x62, 0x16, 0x38, 0x2c, 0xf8, 0x0b, 0x67, 0x96, 0x47, 0x8d, 0x8a, 0x85, 0x42, 0x52, 0xf8, 0xcc, 0x05, 0x75, 0xeb, 0xda, 0xc7, 0xcd, 0xe3, 0x3b, 0xc4, 0x96, 0x33, 0x9b, 0x2d, 0x44, 0x5f, 0x99, 0x97, 0x5f, 0x08, 0xdd, 0xe6, 0x9f, 0xfe, 0x34, 0x06, 0xbe, 0x04, 0xf3, 0x8d, 0x5b, 0x6f, 0x0d, 0x5a, 0xd2, 0x98, 0xb5, 0x90, 0x0f, 0xe4, 0xe7, 0x16, 0x69, 0x4e, 0x80, 0x85, 0x34, 0x01, 0xc3, 0xa2, 0x03, 0xf8, 0x4e, 0xb1, 0x85, 0x6e, 0xc8, 0xc3, 0x27, 0xc0, 0x36, 0x1b, 0xb9, 0xfe, 0x2d, 0x5b, 0x1a, 0x40, 0x42, 0xc8, 0x00, 0x0d, 0x1b, 0x7e, 0x3d, 0xbb, 0x14, 0x39, 0x45, 0xba, 0x96, 0xb4, 0x6a, 0x65, 0x1f, 0xb7, 0x6d, 0x3a, 0xd7, 0x13, 0x62, 0x0b, 0xdb, 0x66, 0x09, 0x71, 0x91, 0x9d, 0xbf, 0x8f, 0x7c, 0x7d, 0x1d, 0xc6, 0xed, 0x57, 0x5d, 0x15, 0x94, 0xbf, 0x1f, 0x9e, 0xe8, 0xbd, 0xb7, 0x5d, 0x79, 0xa5, 0x9f, 0x2c, 0xa7, 0xf4, 0xea, 0xef, 0x7e, 0x17, 0xf4, 0x99, 0x17, 0xf2, 0x1d, 0x63, 0x0b, 0xcd, 0x28, 0xb0, 0xae, 0x48, 0x50, 0x7d, 0xa4, 0x43, 0xf6, 0x74, 0x9f, 0x3e, 0x06, 0x88, 0x50, 0xc0, 0x0a, 0xae, 0xd0, 0xb5, 0xb8, 0x79, 0x73, 0x3f, 0xfe, 0xd7, 0x3f, 0xf7, 0xe9, 0xde, 0xbd, 0xed, 0xe3, 0x3e, 0xe1, 0x52, 0x2a, 0x6c, 0x61, 0x76, 0x7c, 0xaf, 0x0f, 0x8a, 0xc7, 0x75, 0x08, 0x37, 0x5d, 0x7a, 0x69, 0xce, 0xe1, 0x2f, 0x5c, 0x63, 0x4c, 0x9f, 0x05, 0x27, 0x50, 0xda, 0x79, 0xf3, 0xcd, 0xfe, 0xba, 0x62, 0xab, 0x2f, 0x70, 0x1d, 0xdf, 0x39, 0xb6, 0xac, 0x6d, 0x8e, 0x10, 0x0d, 0x09, 0xa8, 0x03, 0xc6, 0x88, 0xcc, 0xe8, 0xd1, 0x06, 0x80, 0x48, 0x7d, 0xc6, 0x68, 0x50, 0xc6, 0xad, 0x39, 0x39, 0xd2, 0x62, 0x6b, 0xb1, 0x4b, 0x3a, 0x42, 0xc5, 0x08, 0x0c, 0x8b, 0xea, 0xdf, 0x01, 0xa3, 0x44, 0xd6, 0x71, 0x07, 0xf0, 0xdd, 0xf9, 0x0e, 0xb2, 0x65, 0xdb, 0xfa, 0x3f, 0x62, 0x8c, 0xc9, 0x57, 0xaf, 0xee, 0x4f, 0x7a, 0xe9, 0xf0, 0xad, 0x1f, 0x37, 0xce, 0xa9, 0x25, 0xff, 0x77, 0xa3, 0x46, 0xbe, 0x5c, 0xce, 0xc5, 0x67, 0xbe, 0x7d, 0xef, 0xbd, 0x85, 0xc2, 0xe4, 0xd8, 0xbc, 0x9a, 0x35, 0xcd, 0x84, 0x3a, 0x21, 0x1e, 0xe6, 0x3b, 0xc8, 0x96, 0x4d, 0xc7, 0xb7, 0x9b, 0x5d, 0xe2, 0x04, 0xb3, 0xb2, 0x3a, 0x78, 0x18, 0xf6, 0xd4, 0x4b, 0x9c, 0xa4, 0xab, 0xa7, 0x2b, 0x56, 0xf4, 0xbc, 0xf6, 0xed, 0x7d, 0xad, 0xae, 0x54, 0x29, 0xf3, 0x61, 0x51, 0x0a, 0x79, 0x10, 0xfa, 0xbc, 0x7d, 0xcf, 0x3d, 0x85, 0x0a, 0x58, 0x33, 0x10, 0xa1, 0xdf, 0xd0, 0x83, 0xef, 0x24, 0x9b, 0x6b, 0xeb, 0xbf, 0xc6, 0xce, 0xcb, 0xc1, 0x2c, 0xaf, 0x0e, 0x5d, 0x50, 0x89, 0x93, 0x74, 0xf4, 0x25, 0x75, 0x66, 0x95, 0x03, 0xfc, 0x97, 0xfe, 0xdb, 0xe5, 0x3d, 0xf0, 0xd9, 0xf8, 0x0e, 0xf8, 0x4e, 0xbe, 0x28, 0x14, 0x0b, 0xc8, 0x3f, 0x5a, 0xcf, 0x77, 0x92, 0xcd, 0x05, 0xfe, 0x89, 0x41, 0xb9, 0xfe, 0x3a, 0xfc, 0xa8, 0xea, 0x1c, 0x58, 0xe2, 0x24, 0x85, 0x36, 0x56, 0xab, 0x56, 0x08, 0xbf, 0xd2, 0xc6, 0xf8, 0x25, 0x8f, 0xa9, 0xd7, 0x0c, 0xd0, 0x67, 0x6f, 0xbf, 0xfa, 0xea, 0xa3, 0x0e, 0x40, 0x42, 0xf6, 0xa8, 0x3d, 0x2c, 0x4a, 0x1d, 0xe2, 0x09, 0x7c, 0x47, 0xd9, 0x32, 0x19, 0xf6, 0xc4, 0x56, 0x46, 0xbb, 0x75, 0x88, 0x56, 0x74, 0xed, 0x6a, 0x80, 0x06, 0x2d, 0x6d, 0xdb, 0x36, 0x63, 0x68, 0xe7, 0x10, 0x9c, 0xdf, 0xb6, 0x6a, 0x15, 0xe7, 0x00, 0x07, 0xe9, 0xb5, 0xb9, 0x0e, 0xce, 0xb4, 0xa4, 0x75, 0x6b, 0xbf, 0xe5, 0xd7, 0x65, 0xaf, 0x41, 0xc0, 0x16, 0x4c, 0x5c, 0x4a, 0x85, 0x2d, 0x6d, 0x23, 0x60, 0xae, 0xb4, 0x4b, 0x9c, 0xec, 0xb8, 0xe6, 0x1a, 0x03, 0xfe, 0xa0, 0x34, 0x84, 0x74, 0xb4, 0xe3, 0xa4, 0x93, 0xe2, 0xe0, 0x57, 0xda, 0xe1, 0x30, 0x92, 0x04, 0xe1, 0xbb, 0x60, 0x54, 0x48, 0x09, 0xdf, 0xd5, 0x5e, 0x85, 0x46, 0x0e, 0x7d, 0x05, 0xdf, 0x59, 0xb6, 0x74, 0x3a, 0xbe, 0x35, 0x09, 0x98, 0xbd, 0x46, 0xae, 0xff, 0xa0, 0x41, 0x46, 0x0b, 0x8b, 0x11, 0x97, 0x85, 0xf5, 0xeb, 0x67, 0x0c, 0xea, 0x02, 0x82, 0xf2, 0x08, 0x3d, 0x35, 0x12, 0x39, 0x40, 0x3e, 0xfd, 0x6d, 0xa1, 0xc3, 0xf2, 0x49, 0x24, 0xc5, 0xed, 0xba, 0xf3, 0x4e, 0xc3, 0x09, 0xec, 0x35, 0x03, 0xa4, 0xaf, 0x67, 0x0b, 0x71, 0x12, 0xdf, 0x61, 0xb6, 0x54, 0xb1, 0xff, 0xbd, 0x76, 0xae, 0x3f, 0x46, 0x5b, 0x74, 0xb8, 0x9e, 0x3f, 0xeb, 0x2c, 0xa7, 0x96, 0xfa, 0xbd, 0x06, 0x0d, 0x12, 0xc2, 0xaf, 0xf4, 0x2e, 0x1d, 0xe3, 0xf2, 0xde, 0xf8, 0x4e, 0x70, 0x4c, 0x25, 0x7c, 0xe7, 0x80, 0x35, 0x03, 0xbc, 0xe5, 0x12, 0x5b, 0xd2, 0xd0, 0xa7, 0x2d, 0x41, 0x72, 0xc4, 0xc8, 0xf5, 0x3f, 0xfb, 0x6c, 0x03, 0x7e, 0x54, 0x6a, 0xcb, 0xa4, 0xc4, 0x49, 0x61, 0x1f, 0xa2, 0x42, 0x05, 0x2f, 0x9a, 0x02, 0x7e, 0x08, 0xc7, 0xac, 0x74, 0x18, 0x56, 0xf5, 0x1d, 0xf5, 0xa6, 0x9b, 0x0c, 0x27, 0x08, 0x70, 0xd4, 0x7c, 0x7a, 0x0a, 0x74, 0xe4, 0x3b, 0xcd, 0x96, 0xa8, 0xf5, 0x5f, 0x66, 0x87, 0x16, 0x28, 0x65, 0xae, 0x43, 0xf5, 0xcc, 0x19, 0x67, 0x38, 0xb5, 0xd0, 0x7b, 0x9a, 0x36, 0x4d, 0x09, 0xbf, 0xd2, 0xe7, 0xcd, 0x9a, 0x39, 0x7d, 0x06, 0xbe, 0x1b, 0x26, 0xe9, 0x94, 0xf0, 0xdd, 0xed, 0x50, 0x8d, 0x9c, 0x7c, 0x29, 0xdf, 0x69, 0xb6, 0x38, 0x9b, 0x29, 0xc4, 0xe0, 0xb8, 0xce, 0xe5, 0x8f, 0x7f, 0x6c, 0xc0, 0x8f, 0xea, 0xcd, 0x2e, 0x25, 0x4e, 0x9e, 0xab, 0x5a, 0x35, 0x6d, 0xf8, 0x95, 0xd6, 0x57, 0xa9, 0x92, 0xf9, 0xb0, 0x28, 0x7d, 0x37, 0x64, 0xa8, 0xa2, 0x3f, 0xa0, 0x84, 0x8d, 0x38, 0x02, 0x8e, 0x1d, 0xce, 0x77, 0x9c, 0xad, 0xd0, 0xa6, 0xc7, 0xf6, 0xf2, 0xdd, 0x66, 0x0c, 0x2f, 0xb6, 0x6a, 0x65, 0xb4, 0xa6, 0x10, 0xca, 0x9e, 0x64, 0x0c, 0x65, 0xb9, 0x72, 0xde, 0x37, 0x2d, 0x5b, 0x1e, 0x85, 0xbb, 0x43, 0x87, 0xb4, 0xb4, 0x8f, 0x3e, 0x7f, 0xb6, 0x43, 0x6a, 0x35, 0xbe, 0xa3, 0xee, 0x00, 0x90, 0x3d, 0x5c, 0x4b, 0x4f, 0x81, 0xd7, 0x50, 0xd6, 0x85, 0xef, 0x3c, 0x9b, 0x0a, 0x7d, 0xa6, 0xda, 0x13, 0x4c, 0xdb, 0xa6, 0x4d, 0x33, 0x20, 0xda, 0xf2, 0x8b, 0x5f, 0x38, 0xe5, 0xfa, 0x6f, 0xad, 0x55, 0x2b, 0x6d, 0xe8, 0x6d, 0x6d, 0x89, 0xdf, 0x26, 0x29, 0x2d, 0xa1, 0x0a, 0x35, 0xc2, 0x1f, 0x25, 0xfc, 0x16, 0x7b, 0xc2, 0x8e, 0x9c, 0xe0, 0xc7, 0x7c, 0xe7, 0xd9, 0x30, 0xe9, 0x55, 0x85, 0x80, 0xd8, 0x63, 0xe4, 0xe9, 0xf4, 0xed, 0x6b, 0xc0, 0x0f, 0x88, 0x16, 0x35, 0x69, 0x92, 0x79, 0xd6, 0x66, 0xf9, 0xf2, 0xde, 0xa1, 0x76, 0xed, 0x3c, 0xaf, 0x63, 0x47, 0x27, 0x1d, 0xa6, 0x73, 0xe7, 0xc7, 0xd7, 0x00, 0x4a, 0xa9, 0x85, 0x0d, 0x1b, 0xfa, 0x5b, 0x2e, 0xf9, 0x0e, 0x80, 0x7f, 0x49, 0x01, 0x6b, 0x06, 0xbe, 0x20, 0x55, 0x63, 0x02, 0xb8, 0xf5, 0xbf, 0xd5, 0x4e, 0x32, 0xc3, 0x76, 0xa6, 0x7a, 0x0b, 0x8a, 0x6a, 0xcd, 0x2e, 0x2d, 0xf1, 0x5b, 0xd4, 0x01, 0x75, 0x82, 0xbf, 0x53, 0xa7, 0x42, 0xbd, 0xe5, 0x30, 0xdf, 0xa0, 0x2a, 0x4c, 0x2b, 0xf8, 0x21, 0xfc, 0x26, 0x3b, 0x69, 0x6f, 0x96, 0x10, 0xb7, 0x30, 0x01, 0x65, 0x1b, 0xfe, 0xc6, 0xa4, 0x83, 0x76, 0xf5, 0x05, 0x1d, 0x7e, 0x0c, 0x7b, 0xba, 0x94, 0x38, 0x79, 0x2a, 0x2f, 0xcf, 0x2b, 0xb0, 0x60, 0x76, 0x51, 0x84, 0xde, 0x63, 0xa9, 0xb5, 0xd8, 0x25, 0xdd, 0x52, 0x2a, 0xaf, 0xdf, 0x78, 0xa3, 0xf7, 0xe6, 0x9f, 0xfe, 0x54, 0xa8, 0x80, 0x6a, 0x15, 0xdf, 0x93, 0x13, 0x34, 0x63, 0x12, 0xca, 0xa8, 0x51, 0x1c, 0x3c, 0xc7, 0x5e, 0x68, 0x02, 0xe0, 0xf5, 0x96, 0x73, 0xdd, 0xb0, 0x61, 0x4e, 0x2d, 0xf0, 0x7f, 0x30, 0xec, 0x29, 0x21, 0x8e, 0xea, 0xa2, 0x4e, 0x6a, 0xa6, 0xfa, 0xc8, 0x71, 0x58, 0x74, 0xed, 0xd0, 0xa1, 0xde, 0x1b, 0xb7, 0xdd, 0x56, 0x28, 0x4c, 0x8e, 0x05, 0x6c, 0xbf, 0x3a, 0x9b, 0x49, 0x28, 0x9b, 0xc3, 0x9e, 0xbd, 0xed, 0x12, 0x27, 0xc8, 0xa7, 0xd7, 0xe1, 0xc7, 0xb0, 0xa7, 0x4b, 0x89, 0x93, 0x35, 0x95, 0x2b, 0x3b, 0x81, 0x9e, 0x4c, 0x6b, 0x1d, 0x86, 0x45, 0xb1, 0x74, 0x13, 0xc3, 0xa2, 0xba, 0x13, 0x6c, 0x9c, 0x32, 0x25, 0x68, 0xfb, 0xd5, 0xfe, 0x4c, 0x44, 0x19, 0x32, 0x59, 0xe2, 0x64, 0xa3, 0xb1, 0x3c, 0x91, 0x5a, 0x6c, 0x00, 0xa2, 0x87, 0x0c, 0x2b, 0x4f, 0x39, 0x25, 0xf3, 0x61, 0x4f, 0xd2, 0xde, 0xd6, 0xad, 0xbd, 0x68, 0x97, 0x2e, 0xa1, 0xea, 0xab, 0x36, 0x6d, 0xfc, 0xf7, 0xce, 0xf4, 0xfb, 0xe0, 0x37, 0x60, 0xd1, 0x8e, 0xae, 0xc5, 0xf1, 0xeb, 0x0f, 0x36, 0xf1, 0xf6, 0xab, 0x65, 0x2b, 0xf4, 0x99, 0x62, 0x97, 0x1b, 0xd9, 0x7c, 0xd9, 0x65, 0x46, 0x4b, 0xb9, 0xe5, 0x97, 0xbf, 0x74, 0x1a, 0xf6, 0xdc, 0x44, 0x21, 0x46, 0xd6, 0xc0, 0x77, 0xed, 0x1a, 0xa8, 0x4d, 0x2e, 0xc3, 0xa2, 0xf4, 0x1b, 0xb0, 0xf1, 0x9e, 0xee, 0x00, 0xf8, 0x7f, 0xfb, 0xb7, 0x91, 0x73, 0x9d, 0xc7, 0x64, 0x94, 0x01, 0x7b, 0x44, 0x88, 0x0a, 0x74, 0xc3, 0x3f, 0x34, 0xf2, 0x74, 0xba, 0x75, 0x33, 0xe0, 0x87, 0xb0, 0xc1, 0x75, 0xc6, 0xf9, 0x38, 0xc7, 0x1d, 0xe7, 0x1d, 0xec, 0xd0, 0x21, 0x21, 0xc0, 0xd9, 0xea, 0x3b, 0xea, 0x10, 0x3f, 0xe9, 0x30, 0x2c, 0x8a, 0xa7, 0x1b, 0xe2, 0x7f, 0xf4, 0x6f, 0x94, 0xb0, 0xbe, 0xc1, 0x3a, 0xee, 0xe3, 0x07, 0x84, 0xa8, 0xc4, 0x84, 0x1c, 0xfb, 0xad, 0xff, 0x1f, 0xe2, 0xe2, 0xe4, 0xab, 0xaf, 0x36, 0x5a, 0xc8, 0x80, 0xb5, 0xb5, 0x69, 0xe9, 0xf5, 0xfa, 0xf5, 0x53, 0x83, 0x4c, 0xce, 0x96, 0x8d, 0x5e, 0x73, 0x1c, 0x16, 0xdd, 0x78, 0xfe, 0xf9, 0x31, 0x27, 0x90, 0xc2, 0x6f, 0x9e, 0x1d, 0x5f, 0x91, 0xe2, 0xf7, 0x4c, 0xc8, 0xb1, 0xdd, 0xf1, 0xad, 0x4b, 0x37, 0x79, 0x9f, 0x9d, 0xeb, 0xaf, 0xc3, 0x8f, 0x8c, 0x4a, 0x97, 0x12, 0x27, 0x8b, 0x08, 0xa6, 0x23, 0x08, 0x5f, 0xb2, 0x04, 0x3c, 0x95, 0xf2, 0xe9, 0x33, 0x16, 0x3b, 0x74, 0xcc, 0x51, 0x31, 0x02, 0x9b, 0x6b, 0xe8, 0x4e, 0x10, 0xb0, 0x66, 0x60, 0x3f, 0x35, 0x10, 0x0d, 0x98, 0x94, 0x63, 0x77, 0xdc, 0xff, 0x9f, 0x46, 0xc8, 0x52, 0xa5, 0x8a, 0xbf, 0xab, 0x8b, 0x1e, 0x1a, 0x04, 0xd4, 0xd7, 0x49, 0x4b, 0x1f, 0x50, 0xc7, 0x32, 0xda, 0xbd, 0x7b, 0x91, 0xe8, 0x7d, 0xc7, 0x61, 0x51, 0xcc, 0x03, 0xc0, 0xc1, 0x95, 0x30, 0x39, 0x86, 0x2d, 0x5d, 0xad, 0x14, 0x89, 0x07, 0x98, 0x94, 0x63, 0x13, 0xfe, 0x0e, 0xf6, 0x76, 0xa6, 0xc8, 0x97, 0xd7, 0x5b, 0x44, 0x2c, 0x25, 0x9c, 0xeb, 0x50, 0xa2, 0x64, 0x25, 0x9d, 0x13, 0x09, 0x13, 0xf2, 0x53, 0x4e, 0x49, 0xa9, 0x55, 0x0e, 0x6b, 0x12, 0x30, 0x13, 0x8c, 0x5a, 0xa2, 0xca, 0x01, 0x30, 0x51, 0xf6, 0xdc, 0xf8, 0xf1, 0x71, 0xdb, 0xaf, 0xce, 0x16, 0xa2, 0x0b, 0x13, 0x73, 0xec, 0x39, 0xc0, 0x6a, 0x23, 0x5f, 0x86, 0x62, 0x69, 0x00, 0xa0, 0x3b, 0xc0, 0xaa, 0x53, 0x4f, 0x75, 0x6a, 0x59, 0xbf, 0x68, 0xd3, 0x26, 0x21, 0xa8, 0xde, 0x63, 0x8f, 0x79, 0xde, 0xdc, 0xb9, 0x9e, 0xf7, 0xe4, 0x93, 0x9e, 0x37, 0x6f, 0x9e, 0xe7, 0xcd, 0x9f, 0x9f, 0x5c, 0x38, 0x06, 0xc7, 0xe2, 0x9c, 0x47, 0x1f, 0x4d, 0xf8, 0xbe, 0x5f, 0x3a, 0x2c, 0xc8, 0xf7, 0x2b, 0x4c, 0xd3, 0x6f, 0xc4, 0xef, 0xc6, 0x0e, 0x94, 0xbe, 0x28, 0x2c, 0x42, 0xee, 0x90, 0x35, 0x22, 0xb4, 0x8e, 0x89, 0x39, 0xb6, 0xe0, 0x1f, 0x6b, 0x83, 0xf0, 0xd2, 0x25, 0x97, 0x18, 0xe1, 0x00, 0x4a, 0x9e, 0xb8, 0x94, 0x38, 0x79, 0x81, 0x62, 0xeb, 0xa4, 0xad, 0xf5, 0x8c, 0x19, 0x26, 0xf8, 0x0b, 0x17, 0x26, 0xd7, 0x82, 0x05, 0x85, 0x8e, 0x10, 0xbd, 0xef, 0x3e, 0x2f, 0xda, 0xa3, 0x47, 0x42, 0x6d, 0xb0, 0x2a, 0xc1, 0xa5, 0x5b, 0x4a, 0xe5, 0x95, 0x9f, 0xff, 0xfc, 0xa8, 0x03, 0x90, 0x82, 0xea, 0x9a, 0x52, 0x28, 0x34, 0x86, 0xc9, 0x39, 0x06, 0x0c, 0x5b, 0x88, 0xd2, 0x0d, 0x7d, 0x43, 0xbf, 0xb9, 0xcb, 0xda, 0xb7, 0x37, 0xc2, 0x00, 0x08, 0xe5, 0x45, 0x32, 0x9e, 0x69, 0x2d, 0x57, 0xce, 0xdb, 0x8f, 0xf4, 0x86, 0x24, 0x90, 0x46, 0x6f, 0xbf, 0x3d, 0x06, 0xb5, 0x02, 0x7c, 0xd1, 0xa2, 0x98, 0x16, 0x2f, 0x36, 0xa5, 0x5e, 0xd7, 0x1c, 0x01, 0xe7, 0x46, 0xe8, 0x3d, 0x12, 0x69, 0x5f, 0xe7, 0xce, 0xde, 0x1c, 0xc7, 0x52, 0x2a, 0x68, 0xf9, 0x75, 0x05, 0x94, 0x78, 0x79, 0x9b, 0x3a, 0x03, 0x27, 0x30, 0x41, 0xa5, 0xbf, 0xf5, 0xff, 0xa5, 0xdd, 0x02, 0xa2, 0x78, 0x94, 0x1e, 0x06, 0xbc, 0x74, 0xf1, 0xc5, 0x4e, 0xe1, 0xc4, 0x36, 0x0a, 0xa3, 0x0a, 0x81, 0xec, 0xd9, 0x33, 0x50, 0x51, 0xea, 0x64, 0x47, 0x09, 0xec, 0x28, 0x41, 0xee, 0xeb, 0xa9, 0xa7, 0x62, 0x5a, 0xb2, 0xc4, 0x94, 0x7a, 0x5d, 0x1d, 0x87, 0x73, 0xa8, 0x93, 0x9a, 0xe8, 0x7d, 0x95, 0xb6, 0x39, 0x0e, 0x8b, 0xa2, 0xc4, 0xa3, 0xee, 0x00, 0xfe, 0x13, 0xd0, 0x9a, 0x63, 0xa0, 0xa7, 0xc0, 0x2f, 0x98, 0xa0, 0x52, 0x6c, 0x8f, 0x08, 0x51, 0x83, 0x6e, 0xe4, 0x7f, 0xed, 0x5c, 0x7f, 0xfd, 0xf1, 0xff, 0xda, 0x1f, 0xff, 0xe8, 0x2d, 0xa8, 0x57, 0x2f, 0x63, 0x80, 0xe6, 0x1f, 0x7f, 0xbc, 0x77, 0x88, 0x3a, 0xac, 0xa9, 0x00, 0x8d, 0x5e, 0x71, 0xc5, 0x51, 0xf0, 0x01, 0xfa, 0xd2, 0xa5, 0x31, 0x2d, 0x5b, 0x66, 0x4a, 0xbd, 0xae, 0x3b, 0x04, 0x9d, 0x1b, 0xe9, 0xd5, 0x2b, 0xa9, 0x0e, 0x51, 0x98, 0xb5, 0xd0, 0xa1, 0xc2, 0x34, 0x86, 0x7a, 0x31, 0x0a, 0x84, 0xdf, 0xaf, 0x14, 0xb0, 0x66, 0xe0, 0xeb, 0x79, 0x42, 0xd4, 0x62, 0x92, 0x4a, 0xa9, 0x51, 0x0b, 0x76, 0xb7, 0x3d, 0x0a, 0x82, 0xe4, 0x30, 0xbd, 0xe5, 0x5b, 0x3f, 0x76, 0xac, 0x53, 0x0b, 0xba, 0xbb, 0x79, 0xf3, 0x94, 0x70, 0xfa, 0x9a, 0x3a, 0xf5, 0x28, 0xf8, 0x00, 0x7d, 0xf9, 0xf2, 0x98, 0x56, 0xac, 0x30, 0xa5, 0x5e, 0x57, 0xce, 0x40, 0xe7, 0xe0, 0xdc, 0x74, 0x3e, 0x63, 0xb7, 0xe3, 0xb0, 0xe8, 0xfa, 0x31, 0x63, 0xfc, 0x61, 0x60, 0x25, 0x4c, 0x8e, 0xd9, 0xa3, 0x60, 0xd4, 0x21, 0xbe, 0x8b, 0x49, 0x2a, 0x85, 0x36, 0x57, 0x88, 0x93, 0xed, 0xed, 0x4c, 0x31, 0xc6, 0xaf, 0xc3, 0x8f, 0xda, 0x9e, 0x73, 0x1d, 0xb2, 0x2c, 0x97, 0x55, 0xac, 0xe8, 0x15, 0xa0, 0x85, 0x4f, 0xc7, 0x01, 0xce, 0x3b, 0xef, 0x28, 0xf8, 0x00, 0x7d, 0xe5, 0xca, 0xe4, 0x52, 0xce, 0x40, 0xe7, 0xe0, 0xdc, 0xc8, 0xa9, 0xa7, 0xa6, 0x54, 0x01, 0x7d, 0xce, 0x72, 0x87, 0xe1, 0x5b, 0xc0, 0x8e, 0x06, 0x41, 0x77, 0x82, 0x75, 0x23, 0x46, 0xc4, 0x6d, 0xbf, 0xfa, 0x98, 0x10, 0x6d, 0x98, 0xa8, 0x52, 0x66, 0xd4, 0x72, 0x2d, 0xb6, 0x67, 0x42, 0x77, 0x5c, 0x7b, 0xad, 0xf1, 0xc8, 0x5f, 0xdd, 0xbf, 0xbf, 0x53, 0xcb, 0xf9, 0x29, 0x75, 0x18, 0xd3, 0x01, 0xd3, 0xd7, 0xe8, 0xd1, 0x26, 0xf8, 0xab, 0x56, 0xc5, 0xf4, 0xf4, 0xd3, 0xa6, 0xd4, 0xeb, 0x9a, 0x23, 0xe0, 0xdc, 0xa4, 0xef, 0x4d, 0x21, 0x8b, 0xd2, 0x1e, 0xea, 0xd8, 0xbb, 0x56, 0x98, 0xf6, 0x43, 0x21, 0x29, 0xcc, 0x85, 0x04, 0xac, 0x19, 0x58, 0xc4, 0x44, 0x95, 0xae, 0xd0, 0x67, 0x60, 0xdc, 0x70, 0x25, 0xb5, 0xa6, 0x7a, 0x4b, 0xe7, 0x77, 0xfa, 0x1c, 0x4a, 0x9c, 0xac, 0xab, 0x51, 0x23, 0x25, 0x8c, 0x86, 0x06, 0x0c, 0x88, 0x01, 0xad, 0x40, 0x5f, 0xbd, 0x3a, 0xa6, 0x67, 0x9e, 0x31, 0xa5, 0x5e, 0x57, 0xc7, 0xd1, 0x39, 0x38, 0x37, 0xe1, 0xfb, 0x06, 0x08, 0xdf, 0x2d, 0xe3, 0x61, 0x51, 0xea, 0xf8, 0x62, 0x58, 0x54, 0x77, 0x82, 0xa0, 0x25, 0xa0, 0xd4, 0xa0, 0x0c, 0x65, 0xb2, 0x4a, 0x81, 0x4d, 0x8f, 0x95, 0x38, 0xd9, 0x6a, 0x6f, 0x2c, 0xa7, 0xc3, 0x0f, 0x2d, 0xeb, 0xd0, 0xc1, 0xa9, 0xc4, 0xc9, 0x57, 0x5d, 0xba, 0x64, 0x04, 0x25, 0xe4, 0xf7, 0x01, 0x14, 0xf4, 0x6b, 0xd6, 0xc4, 0xb4, 0x76, 0xad, 0x29, 0xf5, 0xba, 0x72, 0x08, 0xea, 0x04, 0x47, 0xfa, 0xf4, 0xc9, 0x48, 0x5f, 0x77, 0xed, 0xea, 0x54, 0x4a, 0x05, 0xd7, 0x02, 0x4f, 0x47, 0x5d, 0x01, 0xd9, 0xb0, 0xaf, 0x4e, 0xe7, 0xed, 0x57, 0x4b, 0x45, 0xeb, 0x7f, 0xa9, 0x9d, 0x0f, 0x8f, 0x02, 0x57, 0x7a, 0x0b, 0xe7, 0x4f, 0xfc, 0x38, 0x80, 0xb2, 0xb9, 0x5e, 0xbd, 0x8c, 0xa1, 0x84, 0xa2, 0x4f, 0x3c, 0x71, 0x14, 0xfa, 0x75, 0xeb, 0x92, 0x4b, 0x39, 0x03, 0x9d, 0xe3, 0xf2, 0x59, 0x9b, 0x1d, 0x46, 0xb4, 0xfc, 0x89, 0xc1, 0x1f, 0xfc, 0xc0, 0x0f, 0x7f, 0x94, 0x70, 0xcd, 0x02, 0xd6, 0x0c, 0x5c, 0xc2, 0x84, 0x95, 0x60, 0x43, 0x3e, 0x3b, 0xf2, 0xda, 0x8d, 0x5c, 0xff, 0xee, 0xdd, 0xcd, 0x18, 0x97, 0x5a, 0x37, 0x97, 0x12, 0x27, 0xc8, 0xc3, 0x3f, 0x88, 0xf1, 0x7e, 0x17, 0x07, 0x98, 0x31, 0xe3, 0x28, 0xe0, 0xeb, 0xd7, 0x27, 0xd7, 0xb3, 0xcf, 0xc6, 0x8e, 0xbb, 0xff, 0x7e, 0x2f, 0xd2, 0xb7, 0x6f, 0xc6, 0xfa, 0x8e, 0x3a, 0xe7, 0xf3, 0x1c, 0x42, 0x3b, 0xa4, 0x43, 0x60, 0x09, 0xa8, 0xef, 0x00, 0xf8, 0x97, 0x84, 0x75, 0x12, 0xd6, 0x71, 0x9f, 0xf2, 0xf6, 0xab, 0x25, 0xbb, 0xe3, 0x7b, 0xa3, 0x31, 0x53, 0x9b, 0x97, 0xe7, 0x6d, 0xfd, 0xf5, 0xaf, 0x8d, 0x47, 0x7b, 0x40, 0xf2, 0x57, 0x5a, 0x7a, 0xb3, 0x59, 0x33, 0x27, 0x20, 0xa1, 0xe8, 0x1d, 0x77, 0xc4, 0xc0, 0x06, 0xe0, 0xcf, 0x3d, 0x17, 0xd3, 0xf3, 0xcf, 0x9b, 0x52, 0xaf, 0x2b, 0x27, 0xc0, 0x2c, 0x70, 0xaa, 0xf7, 0xa6, 0x0e, 0x6c, 0x90, 0xde, 0x70, 0x1c, 0x16, 0xc5, 0xb5, 0x51, 0xf0, 0x43, 0x98, 0x30, 0x9c, 0x1d, 0x5f, 0x91, 0xe2, 0x06, 0x26, 0xad, 0x04, 0xda, 0x63, 0x42, 0x34, 0xa2, 0x9b, 0xf3, 0xad, 0x91, 0xeb, 0x3f, 0x70, 0xa0, 0xf1, 0x58, 0xc7, 0x90, 0x9f, 0x53, 0x89, 0x93, 0x0a, 0x15, 0xbc, 0x23, 0x88, 0xe7, 0x1d, 0x81, 0x8c, 0x92, 0xe3, 0x19, 0xd0, 0x6f, 0xd8, 0xe0, 0x45, 0x5f, 0x78, 0xc1, 0x14, 0x5e, 0xd3, 0x9d, 0x81, 0xce, 0x49, 0xf4, 0x7e, 0xa9, 0x94, 0x4f, 0xdf, 0x65, 0x89, 0x43, 0x85, 0x69, 0xa4, 0x46, 0x6f, 0xfb, 0xcd, 0x6f, 0xfc, 0xe1, 0x61, 0xa5, 0x67, 0x4e, 0x3f, 0xdd, 0x3e, 0xee, 0x3b, 0x7a, 0x0a, 0x34, 0x65, 0xe2, 0x4a, 0x98, 0xd1, 0x8d, 0x79, 0xdc, 0xae, 0x8b, 0x83, 0x89, 0x1d, 0xdd, 0x01, 0x5c, 0x2b, 0x3b, 0xff, 0x1b, 0xc3, 0x9e, 0x8e, 0x30, 0xfa, 0x0e, 0x40, 0x2d, 0xa9, 0x01, 0xfe, 0xc6, 0x8d, 0xc1, 0x52, 0x8e, 0x40, 0x8a, 0xfc, 0xea, 0x57, 0x5e, 0x41, 0xff, 0xfe, 0xce, 0xfa, 0xb0, 0x5d, 0x3b, 0xb7, 0x0a, 0xd3, 0x04, 0x3c, 0x52, 0xa6, 0x95, 0xe0, 0x10, 0x01, 0x8d, 0xc6, 0x4c, 0x26, 0xae, 0x04, 0xd9, 0x1c, 0x21, 0xba, 0xdb, 0xdb, 0x99, 0xa6, 0xf9, 0x38, 0x4f, 0xbd, 0x9d, 0x29, 0xb5, 0x8a, 0xd9, 0x80, 0x08, 0x45, 0xa8, 0xd3, 0x5d, 0x08, 0xfe, 0x8b, 0x2f, 0xc6, 0xf4, 0xd2, 0x4b, 0xa6, 0xd4, 0xeb, 0xd2, 0x11, 0x22, 0x97, 0x5c, 0x92, 0xf5, 0xe7, 0xae, 0x76, 0xd8, 0x78, 0x0f, 0xcb, 0x24, 0x51, 0x07, 0x55, 0x77, 0x82, 0x80, 0x7d, 0x90, 0x51, 0x4a, 0xa5, 0x17, 0x93, 0x57, 0x72, 0x5a, 0xff, 0x0d, 0x76, 0x87, 0x0e, 0x8f, 0x6f, 0xdd, 0x01, 0xec, 0x8d, 0xe3, 0xd2, 0xde, 0xce, 0xb4, 0x6b, 0xd7, 0xac, 0x41, 0x2c, 0x98, 0x38, 0xd1, 0x04, 0x7f, 0xd3, 0x26, 0x2f, 0xfa, 0xf2, 0xcb, 0xa6, 0xf0, 0x9a, 0xe6, 0x0c, 0x05, 0x67, 0x9d, 0xe5, 0x15, 0x9c, 0x76, 0x5a, 0x56, 0xda, 0x4b, 0x9d, 0x58, 0x97, 0x52, 0x2a, 0xb8, 0x56, 0x08, 0x17, 0x75, 0x2d, 0x8a, 0xdf, 0xd0, 0xfb, 0x25, 0x2e, 0xa5, 0x52, 0x32, 0x3a, 0xbe, 0x93, 0x83, 0x32, 0x1d, 0xf5, 0x38, 0xd6, 0xaf, 0x91, 0xef, 0x30, 0xec, 0xf9, 0x62, 0xdd, 0xba, 0x59, 0x43, 0xe8, 0x6b, 0xc8, 0x10, 0x13, 0xfc, 0xcd, 0x9b, 0x83, 0xa5, 0x39, 0x02, 0xce, 0x49, 0xf9, 0xbe, 0x03, 0x06, 0xa4, 0xd4, 0x46, 0xfa, 0x0d, 0x2e, 0xa5, 0x54, 0x90, 0x21, 0xab, 0x3b, 0x00, 0xae, 0x69, 0xc0, 0x35, 0x9c, 0xc4, 0x04, 0x16, 0xa3, 0x61, 0x3b, 0x53, 0xba, 0x09, 0xef, 0xda, 0xb9, 0xfe, 0xfa, 0xe3, 0x1b, 0x5a, 0xec, 0xb0, 0x11, 0x35, 0xf2, 0xec, 0xf7, 0xf5, 0xea, 0x95, 0x19, 0xe8, 0x49, 0x40, 0xf4, 0xfb, 0x00, 0x80, 0xfc, 0x95, 0x57, 0xbc, 0xe8, 0x96, 0x2d, 0xc1, 0xc2, 0xdf, 0x70, 0x0c, 0x75, 0x82, 0xd3, 0x81, 0x3b, 0x1d, 0xed, 0xa7, 0xce, 0xfb, 0x5c, 0xc7, 0x52, 0x2a, 0xe8, 0x43, 0xe9, 0x5a, 0x1a, 0xdf, 0xaf, 0xf8, 0x80, 0xb7, 0x5f, 0x2d, 0xde, 0xd0, 0xe7, 0x6a, 0x7b, 0x5a, 0x7f, 0xf3, 0x4f, 0x7f, 0x6a, 0xc0, 0x8f, 0x3d, 0xbe, 0x9c, 0xb6, 0x33, 0x25, 0x00, 0xc2, 0x82, 0xd0, 0x77, 0x00, 0x24, 0xc4, 0x29, 0xd0, 0xb7, 0x6e, 0xf5, 0xa2, 0xdb, 0xb6, 0x99, 0xc2, 0x6b, 0xea, 0xef, 0x74, 0x6c, 0x01, 0x75, 0x46, 0xc3, 0xd2, 0x0e, 0xc7, 0x61, 0x51, 0xac, 0x99, 0xde, 0x7e, 0xd5, 0x55, 0x85, 0xc2, 0xb5, 0xb5, 0xd3, 0x47, 0x1e, 0x17, 0xe2, 0x2a, 0x26, 0xb1, 0x78, 0x5a, 0xff, 0x3a, 0x74, 0x03, 0xbe, 0x31, 0x3a, 0xac, 0x7d, 0xfa, 0x98, 0xb1, 0x2b, 0xdd, 0xb4, 0x79, 0x0e, 0xd5, 0xd4, 0x16, 0xe6, 0xe5, 0x79, 0x87, 0xfa, 0xf5, 0x3b, 0x0a, 0x70, 0x08, 0x10, 0xfa, 0xb3, 0xc1, 0x0a, 0xfc, 0xed, 0xdb, 0xbd, 0xe8, 0xab, 0xaf, 0x9a, 0xc2, 0x6b, 0xca, 0x11, 0x1e, 0x7f, 0x3c, 0x3c, 0x07, 0x38, 0xe3, 0x0c, 0xef, 0x30, 0xfd, 0x86, 0x45, 0x0e, 0x03, 0x00, 0xf3, 0x6a, 0xd4, 0xf0, 0xb6, 0x5d, 0x79, 0xa5, 0xe1, 0x04, 0x01, 0xeb, 0xa6, 0xf7, 0xcf, 0x16, 0xa2, 0x1e, 0x13, 0x59, 0xc4, 0x46, 0x2d, 0xcf, 0x0c, 0x3b, 0xb5, 0x17, 0x23, 0x3d, 0xba, 0x03, 0xac, 0xa5, 0x38, 0xda, 0xa5, 0xe5, 0x7b, 0xb7, 0x6d, 0xdb, 0x50, 0x5b, 0x60, 0x28, 0x82, 0xd9, 0x60, 0x05, 0xfe, 0x8e, 0x1d, 0xc1, 0x92, 0x8e, 0x80, 0x63, 0x01, 0x6e, 0x98, 0x7a, 0xd7, 0x71, 0x11, 0xfd, 0xda, 0xc1, 0x83, 0xfd, 0xa1, 0x50, 0x25, 0x24, 0x11, 0x06, 0xec, 0x92, 0x79, 0x1f, 0x13, 0x59, 0x84, 0x36, 0x53, 0x88, 0xf6, 0x76, 0x89, 0x13, 0xe4, 0xb1, 0xeb, 0xf1, 0x2a, 0x6e, 0xd4, 0x9c, 0x8a, 0x15, 0x33, 0x1f, 0x01, 0xa9, 0x52, 0xc5, 0xcb, 0x0f, 0x19, 0x3e, 0x28, 0x72, 0xdb, 0x6d, 0x47, 0x41, 0x7f, 0xed, 0x35, 0x2f, 0xfa, 0xfa, 0xeb, 0xa6, 0xf0, 0x9a, 0xfc, 0x3b, 0x8e, 0x4d, 0xeb, 0x7d, 0x07, 0x0e, 0x4c, 0x5b, 0xf8, 0x4d, 0x2b, 0xad, 0x1a, 0x40, 0xe9, 0x96, 0x52, 0x41, 0xb6, 0x68, 0xa1, 0x13, 0x4c, 0x9b, 0x16, 0x54, 0x32, 0xbe, 0x80, 0xee, 0x49, 0x27, 0x26, 0xb3, 0xe8, 0x62, 0xff, 0x55, 0xc6, 0xf2, 0xbe, 0xda, 0xb5, 0xfd, 0x9b, 0xa3, 0x3f, 0xaa, 0x57, 0xf6, 0xe8, 0xe1, 0x96, 0xeb, 0xdf, 0xa5, 0x8b, 0x3b, 0xe8, 0x49, 0x00, 0x8c, 0x50, 0x7f, 0xa4, 0x10, 0xfc, 0x9d, 0x3b, 0xbd, 0xe8, 0x1b, 0x6f, 0x98, 0xc2, 0x6b, 0xd2, 0x11, 0x22, 0xf4, 0xf4, 0xca, 0x04, 0xee, 0x74, 0xf5, 0x59, 0x7c, 0x6e, 0x4f, 0xda, 0x15, 0xa6, 0x01, 0x3e, 0xc2, 0x21, 0x68, 0xeb, 0x15, 0x57, 0x04, 0x55, 0xcf, 0x5b, 0xc9, 0x64, 0x16, 0x0d, 0xfc, 0x43, 0xec, 0x1b, 0xb4, 0x61, 0xd2, 0x24, 0x03, 0xfe, 0x97, 0xa7, 0x4e, 0x8d, 0x5b, 0xe0, 0x9d, 0x56, 0x2e, 0x4c, 0x9d, 0x3a, 0x39, 0x01, 0xcf, 0x77, 0x80, 0xcb, 0x2e, 0x33, 0xc1, 0x7f, 0xf3, 0x4d, 0x53, 0x9a, 0x23, 0xe0, 0xd8, 0x82, 0x41, 0x83, 0x72, 0x22, 0xfc, 0x46, 0x97, 0x52, 0x2a, 0xc8, 0xa0, 0x55, 0x0e, 0x00, 0x6d, 0x98, 0x3c, 0x39, 0xa8, 0x94, 0xca, 0x48, 0x26, 0x34, 0xb7, 0x1d, 0xdf, 0xf2, 0x74, 0xa1, 0x77, 0x1a, 0x79, 0x3a, 0x2d, 0x5b, 0x1a, 0x31, 0x2a, 0xf4, 0xd4, 0xc9, 0x27, 0x67, 0x3e, 0x03, 0x4a, 0x37, 0xf9, 0x7f, 0xbd, 0x7b, 0x07, 0x03, 0x1c, 0x06, 0x7c, 0x53, 0xa6, 0x1c, 0x85, 0x7d, 0xd7, 0x2e, 0x2f, 0xfa, 0xd6, 0x5b, 0xa6, 0xf0, 0x9a, 0xfc, 0x3b, 0x8e, 0x55, 0xe7, 0xe5, 0x87, 0x21, 0x8a, 0xe3, 0x95, 0xbe, 0xe9, 0xdb, 0xd7, 0xff, 0xad, 0x19, 0xe7, 0x43, 0xd1, 0x35, 0x45, 0xcb, 0xaf, 0x2b, 0x60, 0xcd, 0xc0, 0x2e, 0x94, 0xa1, 0x61, 0x52, 0x73, 0x37, 0xe9, 0x75, 0xb9, 0xdd, 0x32, 0xa1, 0xc0, 0x95, 0x0e, 0xbf, 0xeb, 0x86, 0x76, 0x5b, 0x9b, 0x34, 0x49, 0x0b, 0x64, 0x67, 0x08, 0x47, 0x8e, 0x3c, 0x0a, 0xfe, 0xdb, 0x6f, 0x07, 0x4b, 0x3a, 0x42, 0xfe, 0xa8, 0x51, 0x06, 0xb4, 0x61, 0x6b, 0x4b, 0xd3, 0xa6, 0xce, 0xc3, 0xa2, 0xba, 0x03, 0x60, 0xb2, 0x2c, 0xa0, 0x98, 0xd8, 0x65, 0x4c, 0x6a, 0x0e, 0xec, 0x21, 0x21, 0xaa, 0xd2, 0xc5, 0xfd, 0xdc, 0xce, 0xf5, 0xf7, 0x63, 0x53, 0x25, 0x7a, 0x34, 0xbb, 0x94, 0x38, 0x99, 0x77, 0xc2, 0x09, 0xde, 0xc1, 0x01, 0x03, 0x72, 0x0a, 0x1d, 0xe4, 0x8f, 0xf2, 0x00, 0xf4, 0xdd, 0xbb, 0xbd, 0xe8, 0x3b, 0xef, 0x98, 0xc2, 0x6b, 0xf8, 0xdb, 0xf6, 0xed, 0xe9, 0xbf, 0xe7, 0x90, 0x21, 0x4e, 0x3a, 0x48, 0xfd, 0x95, 0xf9, 0x2e, 0xa5, 0x54, 0x28, 0x7c, 0xc2, 0x48, 0x1b, 0x52, 0xcc, 0x95, 0xec, 0x7d, 0x06, 0x28, 0x0c, 0xfa, 0x92, 0x9e, 0xd4, 0xd5, 0x99, 0xd8, 0xf0, 0x63, 0xff, 0x3b, 0xec, 0xed, 0x4c, 0xb1, 0xd3, 0x89, 0x1e, 0x97, 0xae, 0x1b, 0x3e, 0xdc, 0x6d, 0x3b, 0xd3, 0x36, 0x6d, 0xc2, 0x81, 0x3c, 0x05, 0x78, 0x7e, 0x9a, 0x33, 0x60, 0x7f, 0xf7, 0x5d, 0x2f, 0xfa, 0xde, 0x7b, 0xa6, 0xf0, 0x1a, 0xfe, 0x46, 0xc7, 0xb8, 0x82, 0x9d, 0x89, 0x76, 0xb9, 0x0e, 0x8b, 0x0e, 0x1d, 0x1a, 0x73, 0x02, 0x29, 0xec, 0xac, 0x33, 0x27, 0x3e, 0xf5, 0xfa, 0x76, 0x26, 0x36, 0xdc, 0x61, 0xcf, 0x16, 0x76, 0x89, 0x13, 0xa4, 0x36, 0xeb, 0xf0, 0x23, 0x83, 0x71, 0xae, 0x43, 0xc5, 0xe4, 0x25, 0x74, 0xce, 0xe1, 0x2c, 0x5a, 0xd3, 0x4c, 0x14, 0x41, 0xb1, 0x2b, 0x05, 0xfc, 0xfb, 0xef, 0x9b, 0x92, 0xaf, 0x47, 0x16, 0x2f, 0x8e, 0x1d, 0x4f, 0xa0, 0xe5, 0x52, 0x47, 0xe8, 0x33, 0x96, 0x3a, 0x5c, 0x2f, 0xcc, 0xb7, 0x60, 0x27, 0x7a, 0xdd, 0x09, 0x9e, 0xa1, 0xa7, 0xa7, 0x5d, 0x4a, 0x85, 0xee, 0x57, 0x2b, 0x26, 0x37, 0xbc, 0xd6, 0x7f, 0xbe, 0x91, 0xeb, 0x5f, 0xbd, 0xba, 0x3f, 0xce, 0xaf, 0xc7, 0xa3, 0xae, 0x95, 0x9d, 0x3f, 0xc6, 0xa6, 0x13, 0xa9, 0xe0, 0x0d, 0x09, 0xba, 0xc8, 0x63, 0x8f, 0xc5, 0x60, 0xff, 0xe0, 0x03, 0x2f, 0xfa, 0xe1, 0x87, 0xa6, 0xf0, 0x1a, 0xfd, 0x2d, 0xf2, 0xe8, 0xa3, 0xe1, 0x03, 0x3f, 0x6c, 0x58, 0xa0, 0x3e, 0xa2, 0x10, 0xd2, 0xa9, 0xc2, 0x74, 0xaf, 0x5e, 0xfe, 0xf5, 0x2f, 0x14, 0x35, 0x3e, 0xf3, 0xe2, 0x2b, 0x52, 0xcc, 0x63, 0x72, 0x43, 0xb0, 0xd9, 0x42, 0xf4, 0xb5, 0xb7, 0x33, 0x45, 0x7e, 0xba, 0x0e, 0x3f, 0x16, 0x70, 0xbb, 0x94, 0x38, 0x59, 0x53, 0xab, 0x56, 0xce, 0x5b, 0x5a, 0xc3, 0x01, 0xee, 0xb9, 0x27, 0x06, 0xfb, 0xbf, 0xff, 0x1d, 0x2c, 0xfa, 0x1b, 0x8e, 0x49, 0x04, 0x6c, 0x2e, 0xb4, 0xb6, 0x76, 0xed, 0xcc, 0x87, 0x45, 0xe9, 0x5a, 0x63, 0x58, 0x54, 0x77, 0x02, 0x54, 0x99, 0x0b, 0x18, 0x16, 0x1d, 0xc0, 0x04, 0x67, 0x61, 0x72, 0x3b, 0xd3, 0xcd, 0x76, 0xae, 0xbf, 0xdd, 0x11, 0x5b, 0xea, 0x10, 0xcf, 0xa2, 0xc4, 0xc9, 0xde, 0x3e, 0x7d, 0x8a, 0x14, 0xb6, 0x82, 0x1b, 0x6e, 0x88, 0x81, 0xfe, 0xd1, 0x47, 0x5e, 0xf4, 0xe3, 0x8f, 0x4d, 0xe1, 0x35, 0xfa, 0x5b, 0xc1, 0xf4, 0xe9, 0xe9, 0xbf, 0x27, 0xf5, 0x79, 0xb2, 0xd5, 0x57, 0xfd, 0xfa, 0xf9, 0xd7, 0x22, 0xd3, 0xeb, 0x87, 0x6b, 0x8e, 0x9d, 0x34, 0x75, 0xd9, 0xfb, 0x0c, 0x90, 0xb6, 0x4d, 0xe7, 0x52, 0x2a, 0x59, 0x0d, 0x7b, 0x5e, 0x64, 0xe7, 0xa9, 0x63, 0xa3, 0x67, 0x3d, 0xfe, 0x44, 0xc1, 0x2b, 0xa7, 0xed, 0x4c, 0x1b, 0x37, 0x0e, 0x1f, 0xf2, 0x14, 0xb0, 0x15, 0xa0, 0x50, 0x2e, 0x40, 0xff, 0xcf, 0x7f, 0x82, 0x45, 0x7f, 0x2b, 0x20, 0x87, 0x0e, 0x03, 0xec, 0x4c, 0xf4, 0x12, 0x5d, 0x0b, 0x97, 0x35, 0x03, 0xc8, 0xb4, 0x45, 0xf8, 0xa3, 0xf4, 0xc2, 0xb9, 0xe7, 0x06, 0xdd, 0x8b, 0x0b, 0x99, 0x64, 0xb7, 0x49, 0xaf, 0x8a, 0x74, 0xf1, 0x3e, 0xb2, 0x0b, 0x38, 0xe9, 0xf0, 0xe3, 0xd1, 0x1b, 0xd0, 0xea, 0xa4, 0x5e, 0xfc, 0x4d, 0x8f, 0xf0, 0xfd, 0xd4, 0x89, 0x2e, 0x6a, 0xd0, 0x0a, 0x2e, 0xbe, 0x38, 0x06, 0xfa, 0x27, 0x9f, 0x78, 0xd1, 0x4f, 0x3f, 0x35, 0x85, 0xd7, 0xe8, 0x6f, 0x38, 0xc6, 0x3f, 0x7e, 0xc4, 0x88, 0x22, 0xd3, 0x81, 0x41, 0x83, 0xfc, 0x6b, 0x92, 0x71, 0xd6, 0x6c, 0xfd, 0xfa, 0x7e, 0x9e, 0x10, 0xe0, 0xc7, 0xbf, 0x50, 0xc0, 0x9a, 0x81, 0x4f, 0xb8, 0x94, 0x8a, 0x5b, 0xc7, 0xf7, 0xfa, 0xb8, 0xb8, 0xf3, 0x87, 0x3f, 0x34, 0xe2, 0x4e, 0x6c, 0xfa, 0xe6, 0xb4, 0x9d, 0x69, 0xeb, 0xd6, 0x99, 0xc1, 0x1b, 0x16, 0x6c, 0xe3, 0xc7, 0xc7, 0x40, 0xdf, 0xb3, 0x27, 0x58, 0xf4, 0x37, 0x1c, 0x13, 0x3a, 0xe4, 0x74, 0x9d, 0x52, 0xe9, 0xf5, 0x36, 0x6d, 0x9c, 0xae, 0x25, 0x92, 0x10, 0x15, 0xfc, 0x10, 0x26, 0xc7, 0xec, 0xed, 0x57, 0xa9, 0x2f, 0x70, 0x1d, 0x13, 0x9d, 0x59, 0xc7, 0xb7, 0x1e, 0xf2, 0xcc, 0x8d, 0x5c, 0xff, 0xde, 0xbd, 0x8f, 0xc2, 0x4f, 0xf1, 0x26, 0xe6, 0x00, 0x5c, 0x4a, 0x9c, 0x2c, 0xaa, 0x50, 0xc1, 0xfb, 0x1e, 0x9d, 0xd2, 0x22, 0x6c, 0x61, 0x33, 0x85, 0x31, 0x0c, 0x1d, 0xc9, 0x50, 0xdf, 0x93, 0xa3, 0x2f, 0x72, 0xc8, 0x9e, 0x45, 0x29, 0x15, 0x2c, 0x94, 0xc1, 0xfd, 0x50, 0xc2, 0x28, 0x91, 0x75, 0xdc, 0x81, 0x39, 0x42, 0x34, 0x64, 0xb2, 0xd3, 0x6f, 0xfd, 0x1f, 0x31, 0xc6, 0x9e, 0x2b, 0x57, 0xf6, 0x27, 0x5c, 0xfc, 0xce, 0x96, 0x8c, 0x37, 0xb1, 0xd1, 0x85, 0x4b, 0x8b, 0xf5, 0x7e, 0xd7, 0xae, 0xa5, 0x02, 0xc8, 0xb4, 0x34, 0x6a, 0x54, 0xa8, 0x7a, 0xdf, 0x31, 0x5b, 0x14, 0x0b, 0x91, 0x74, 0x07, 0x78, 0xf9, 0x27, 0x3f, 0x89, 0xdb, 0x7e, 0x95, 0xfa, 0x73, 0x0f, 0x33, 0xd9, 0xe9, 0x75, 0x7c, 0xbb, 0xd9, 0x25, 0x4e, 0x90, 0x7f, 0xae, 0x77, 0xb6, 0x10, 0x0a, 0xb9, 0x94, 0x38, 0x59, 0x55, 0xa3, 0x46, 0xa9, 0x02, 0xb2, 0x48, 0x35, 0x7a, 0xb4, 0xaf, 0xa7, 0x1d, 0x36, 0xde, 0x43, 0xc8, 0x83, 0xd0, 0x07, 0x13, 0x64, 0x4a, 0x58, 0x48, 0x63, 0x1d, 0x17, 0xa1, 0x7b, 0xdb, 0x83, 0x09, 0x4f, 0xdd, 0xfa, 0xaf, 0xb1, 0xf3, 0x4f, 0xf4, 0x18, 0x13, 0x5a, 0xd6, 0xb1, 0xa3, 0x53, 0x4b, 0xb5, 0x87, 0x5a, 0xaa, 0xd2, 0x06, 0x64, 0x51, 0xeb, 0xb3, 0x7e, 0xfd, 0x9c, 0xae, 0x2d, 0x06, 0x28, 0xf0, 0x94, 0xd6, 0x35, 0x3f, 0x3e, 0xf5, 0x7a, 0x3d, 0x13, 0x9e, 0x1c, 0xfe, 0x89, 0x71, 0x19, 0x88, 0x13, 0x27, 0x1a, 0xf0, 0x63, 0x18, 0xd4, 0x65, 0x3b, 0xd3, 0x0d, 0x0d, 0x1b, 0x96, 0x0c, 0x18, 0xe9, 0xf7, 0xe4, 0x5f, 0x73, 0x8d, 0x57, 0xf0, 0xf0, 0xc3, 0x5e, 0x64, 0xe1, 0x42, 0x2f, 0x32, 0x7f, 0xbe, 0x57, 0xf0, 0xc0, 0x03, 0x5e, 0xfe, 0xaf, 0x7f, 0xed, 0x1d, 0x19, 0x33, 0x26, 0x37, 0x60, 0xe3, 0x7d, 0x33, 0xd0, 0x06, 0x87, 0x91, 0x35, 0x7f, 0x58, 0x74, 0xf2, 0x64, 0xc3, 0x01, 0x9e, 0x9f, 0x30, 0x21, 0x6e, 0x58, 0x94, 0x3a, 0xc4, 0x13, 0x98, 0xf4, 0xe0, 0x61, 0xcf, 0x3c, 0x7a, 0x44, 0xee, 0xb6, 0x73, 0xd0, 0xf5, 0xd8, 0x12, 0x72, 0xa9, 0xec, 0x8c, 0x12, 0x27, 0xdf, 0x0c, 0x1a, 0x54, 0x6c, 0xad, 0xaa, 0x82, 0xb0, 0xe0, 0xce, 0x3b, 0x63, 0xcb, 0x1e, 0x31, 0x1b, 0x8c, 0xc9, 0x2f, 0x8c, 0xfc, 0x7c, 0xfe, 0xb9, 0x17, 0xfd, 0xef, 0x7f, 0xbd, 0xe8, 0xde, 0xbd, 0xfe, 0xdf, 0xf2, 0xa7, 0x4d, 0xcb, 0x18, 0xd8, 0xb0, 0xb5, 0x6f, 0xc8, 0x10, 0xa7, 0x52, 0x2a, 0x28, 0x9e, 0x85, 0x0e, 0xb1, 0x2e, 0x7b, 0xcd, 0x00, 0x39, 0xc0, 0x7b, 0x5c, 0x4a, 0x25, 0xc0, 0xe8, 0xc2, 0x5c, 0x69, 0xe7, 0xfa, 0x6f, 0x3c, 0xff, 0x7c, 0x03, 0xfe, 0xa0, 0xe9, 0xf6, 0x74, 0xb4, 0xbd, 0x55, 0xab, 0xd0, 0x5a, 0x47, 0x27, 0x9d, 0x79, 0xa6, 0x17, 0xc1, 0xbe, 0xbf, 0xc8, 0xf7, 0x47, 0xd2, 0x1b, 0x1c, 0x00, 0xf3, 0x01, 0x9f, 0x7d, 0xe6, 0x45, 0xbf, 0xfc, 0xd2, 0x8b, 0x7e, 0xf5, 0x95, 0xe7, 0x7d, 0xfd, 0xb5, 0x2f, 0x38, 0x43, 0xc1, 0x5d, 0x77, 0xa5, 0xf7, 0xbe, 0x63, 0xc7, 0xe6, 0x4c, 0xb8, 0x66, 0x2e, 0xd7, 0x1a, 0xfb, 0xb0, 0xe9, 0x0e, 0xe0, 0x3f, 0xb1, 0x2d, 0x67, 0xa2, 0x86, 0xee, 0x0a, 0x26, 0xde, 0xec, 0xf8, 0xd6, 0xa4, 0x0b, 0xb3, 0xd7, 0xc8, 0xf5, 0xef, 0xd6, 0xcd, 0xe8, 0x54, 0xe1, 0x62, 0xba, 0x94, 0x38, 0x59, 0x90, 0x97, 0xe7, 0x1d, 0x1c, 0x31, 0xa2, 0x68, 0x40, 0x4f, 0x00, 0x53, 0xc1, 0x83, 0x0f, 0xc6, 0x96, 0x3b, 0x22, 0xdf, 0x1f, 0xc9, 0x70, 0x98, 0x0d, 0xc6, 0xe4, 0xd7, 0x17, 0x5f, 0xf8, 0x2d, 0xbf, 0xf7, 0xbf, 0xff, 0x79, 0xde, 0x37, 0xdf, 0x14, 0x0a, 0x4e, 0x90, 0xff, 0xbb, 0xdf, 0xe5, 0x14, 0xf0, 0x38, 0x8d, 0x1b, 0x67, 0xe8, 0x3b, 0x02, 0x79, 0xa1, 0x43, 0x85, 0x69, 0x24, 0xc5, 0x21, 0x37, 0x0b, 0x23, 0x41, 0x4a, 0x01, 0x65, 0x29, 0xbf, 0x9e, 0x2d, 0xc4, 0x49, 0x4c, 0xfe, 0xd1, 0xd8, 0xff, 0x5e, 0x3b, 0xd7, 0x1f, 0xc9, 0x56, 0x7a, 0x3c, 0xb9, 0xfa, 0xb4, 0xd3, 0xdc, 0xb6, 0x33, 0xa5, 0x8b, 0x5f, 0xa4, 0x20, 0x59, 0xca, 0xc7, 0x36, 0xa9, 0x58, 0x08, 0x83, 0xe5, 0x8e, 0x58, 0xf4, 0x02, 0x07, 0x50, 0xe1, 0x0f, 0xb5, 0xfe, 0x1e, 0x5a, 0x7f, 0x80, 0xbf, 0x7f, 0x7f, 0x4c, 0xfb, 0xf6, 0xf9, 0x0e, 0x81, 0xb5, 0xc1, 0x47, 0xc6, 0x8f, 0x8f, 0x03, 0xb3, 0x28, 0xf5, 0xb6, 0xb5, 0xd8, 0x25, 0xed, 0x8d, 0xf7, 0xfa, 0xf7, 0xf7, 0xd7, 0x65, 0x2b, 0x61, 0x84, 0x28, 0x60, 0xcd, 0xc0, 0x3d, 0x4c, 0x7e, 0x2c, 0xf4, 0x69, 0x4b, 0x17, 0xe3, 0x88, 0x91, 0xeb, 0x3f, 0x60, 0x80, 0x01, 0x3f, 0x9c, 0x61, 0x8e, 0x43, 0x6b, 0xb4, 0xbc, 0x5a, 0x35, 0xef, 0x70, 0x18, 0xa1, 0x42, 0x16, 0x10, 0x15, 0xa0, 0x1e, 0x10, 0xaa, 0x41, 0xc0, 0x01, 0xb0, 0xe0, 0x05, 0x69, 0xcf, 0x70, 0x00, 0x84, 0x3f, 0xd4, 0xd2, 0xfb, 0xad, 0x3f, 0xc0, 0x3f, 0x78, 0x30, 0xa6, 0x03, 0x07, 0x62, 0x4f, 0x01, 0x72, 0x8c, 0xfc, 0x2b, 0xaf, 0x0c, 0x07, 0x66, 0x0a, 0xc1, 0x5c, 0x74, 0x98, 0xce, 0x5d, 0xe1, 0x30, 0xd9, 0x88, 0x06, 0x0c, 0x5b, 0x2e, 0x15, 0x3a, 0x01, 0x3d, 0x11, 0x56, 0xc7, 0x8f, 0x2e, 0xe5, 0xd3, 0x53, 0xa0, 0x23, 0xb7, 0xfe, 0x42, 0x2c, 0x8b, 0x7b, 0x84, 0xd2, 0x45, 0xd3, 0xe3, 0x48, 0xd7, 0xca, 0xce, 0x1f, 0x63, 0xd8, 0xb3, 0x18, 0x5b, 0x50, 0x28, 0x82, 0x1d, 0x1f, 0xe1, 0x00, 0x58, 0x0f, 0x8c, 0x55, 0x5f, 0x2a, 0xfe, 0x47, 0xe7, 0x17, 0xe1, 0x0f, 0x5a, 0xff, 0x6f, 0xbf, 0xf5, 0xbc, 0xef, 0xbf, 0x8f, 0x09, 0x4e, 0x00, 0x87, 0xa0, 0xfe, 0x00, 0x42, 0x27, 0x57, 0x78, 0xc3, 0xd2, 0x27, 0x8e, 0xc3, 0xa2, 0xcb, 0x3b, 0x77, 0x8e, 0x85, 0x42, 0x52, 0x98, 0xbb, 0x99, 0x67, 0xcd, 0x31, 0x50, 0xe3, 0xb7, 0xb4, 0x4c, 0xc3, 0x3f, 0x53, 0x88, 0xc1, 0x2e, 0x9d, 0xa8, 0xb4, 0x3a, 0x63, 0xf5, 0xeb, 0xe7, 0xb4, 0x75, 0x4c, 0x57, 0x11, 0x94, 0x44, 0x47, 0xbd, 0x1f, 0x74, 0x80, 0xe1, 0x00, 0x48, 0x87, 0x46, 0x3e, 0x10, 0xe2, 0x7f, 0x84, 0x3f, 0x08, 0x79, 0x00, 0xfd, 0xe1, 0xc3, 0x31, 0xc1, 0x09, 0xf0, 0x14, 0x20, 0x07, 0x88, 0x2c, 0x5a, 0x94, 0xfc, 0xfd, 0x11, 0x22, 0xe5, 0x40, 0x87, 0x2d, 0xad, 0xa3, 0x6b, 0xe9, 0x52, 0x4a, 0x05, 0xc3, 0xa2, 0xa8, 0xcc, 0xad, 0x94, 0x60, 0xc9, 0xea, 0xf0, 0x32, 0x09, 0xff, 0xf4, 0xd8, 0x76, 0xa6, 0xdb, 0xec, 0x5c, 0x7f, 0xbd, 0xf3, 0x04, 0xb9, 0x54, 0x76, 0xf6, 0x73, 0xfd, 0x31, 0xec, 0x59, 0xd4, 0x2d, 0x66, 0x00, 0x4c, 0x11, 0x54, 0x7c, 0x56, 0x0e, 0x80, 0x11, 0x20, 0x38, 0x80, 0xec, 0x00, 0xfb, 0x23, 0x3f, 0x68, 0xed, 0x01, 0xfd, 0x91, 0x23, 0x9e, 0x97, 0x9f, 0xef, 0x79, 0x87, 0x0e, 0xc5, 0x9e, 0x08, 0x14, 0x1a, 0x45, 0x96, 0x2e, 0x8d, 0x83, 0x31, 0x67, 0x9a, 0x30, 0x21, 0xa1, 0xf6, 0x0e, 0x1d, 0xea, 0x54, 0x4a, 0x05, 0xf7, 0x0e, 0x2d, 0xbf, 0x2e, 0x7b, 0x9f, 0x01, 0x7a, 0x0a, 0xbc, 0x86, 0x72, 0x37, 0x65, 0x31, 0xf4, 0x99, 0x1a, 0x94, 0x5f, 0xae, 0x77, 0x9e, 0x9e, 0x23, 0xa8, 0x5c, 0x72, 0xfd, 0x5f, 0x69, 0xd9, 0x32, 0x67, 0x2d, 0x64, 0xa6, 0x60, 0x45, 0x9e, 0x7d, 0xd6, 0x8b, 0x04, 0x39, 0x00, 0x86, 0x3f, 0xe1, 0x00, 0x68, 0xed, 0xe1, 0x00, 0x05, 0x05, 0x9e, 0x17, 0x89, 0xc4, 0x9e, 0x02, 0xe4, 0x00, 0x51, 0x0a, 0x8d, 0x0a, 0x9e, 0x78, 0x22, 0x29, 0x98, 0x45, 0xa9, 0x97, 0x1d, 0x6a, 0x2d, 0xf9, 0x4f, 0xe2, 0xd1, 0xa3, 0x0d, 0x07, 0x40, 0x69, 0x15, 0x7b, 0x22, 0x93, 0x9c, 0xe0, 0xc7, 0x65, 0x6d, 0xd2, 0xab, 0x0a, 0xfd, 0xf0, 0x3d, 0x76, 0x5d, 0x7f, 0x1d, 0x7e, 0xc4, 0x8d, 0x01, 0xe5, 0xf7, 0xd2, 0x2a, 0x71, 0xb2, 0x9f, 0xc2, 0xa8, 0xa2, 0x6a, 0x1d, 0x53, 0x09, 0x10, 0xa7, 0xed, 0x00, 0xd1, 0x68, 0xcc, 0x01, 0x28, 0x24, 0x82, 0x03, 0xe4, 0xdf, 0x7c, 0x73, 0x38, 0x00, 0x4f, 0x9c, 0x98, 0xb5, 0x0e, 0x8c, 0x1d, 0xeb, 0xcd, 0xcf, 0xcb, 0xcb, 0xfc, 0x7e, 0xd4, 0xaa, 0xe5, 0x0f, 0x62, 0xe8, 0x0a, 0x58, 0xc1, 0xf7, 0x05, 0xa9, 0x5a, 0x59, 0x6a, 0xfd, 0x6f, 0xb5, 0x93, 0xa9, 0x36, 0x5e, 0x70, 0x81, 0xd1, 0x69, 0x72, 0xdd, 0xd0, 0xee, 0x0d, 0xea, 0x7c, 0x95, 0x94, 0x56, 0x13, 0x3a, 0x72, 0xcd, 0x35, 0xe9, 0x39, 0x00, 0xc2, 0x1f, 0x38, 0x81, 0x0c, 0x81, 0xd0, 0x49, 0x3e, 0x4c, 0xfd, 0x9f, 0x30, 0xe0, 0x0d, 0x4b, 0xb8, 0xb6, 0x4e, 0x1b, 0xef, 0x0d, 0x18, 0x60, 0x38, 0x00, 0x56, 0xf1, 0xcd, 0xb6, 0x9c, 0x69, 0x96, 0x10, 0xb7, 0x94, 0x15, 0xf8, 0x1b, 0x93, 0x0e, 0xda, 0x55, 0x06, 0x74, 0xf8, 0x51, 0xed, 0xcd, 0xa5, 0xc4, 0xc9, 0x62, 0x3a, 0xe7, 0x3b, 0x0c, 0xdf, 0x15, 0x71, 0xeb, 0x98, 0x54, 0xf4, 0xc8, 0x8f, 0xac, 0x5e, 0x6d, 0x3a, 0x80, 0xde, 0x09, 0x46, 0x1f, 0xe0, 0xbb, 0xef, 0x62, 0x2d, 0x3f, 0xfa, 0x01, 0xb2, 0x13, 0x5c, 0xf0, 0xaf, 0x7f, 0xa5, 0xf5, 0xde, 0x45, 0xa9, 0xef, 0xe9, 0x7a, 0x2d, 0xa9, 0x52, 0xc5, 0xa9, 0x94, 0x0a, 0xb6, 0x58, 0xc2, 0x7d, 0x55, 0x0a, 0x28, 0x5e, 0xfc, 0x3d, 0x39, 0x41, 0xb3, 0xb2, 0x30, 0xee, 0x3f, 0xc7, 0x5e, 0x50, 0x81, 0x0b, 0xa2, 0x8f, 0x16, 0xac, 0x70, 0x2c, 0xd7, 0xf1, 0x61, 0x9f, 0x3e, 0xc5, 0xdb, 0x4a, 0x26, 0x00, 0xe7, 0x08, 0xfd, 0x26, 0xbf, 0x33, 0x6c, 0x75, 0x82, 0x8d, 0x51, 0x20, 0xb4, 0xfc, 0x10, 0x39, 0x43, 0xe4, 0x85, 0x17, 0xbc, 0xc3, 0x93, 0x27, 0x17, 0x2d, 0xe0, 0xd4, 0xff, 0x4a, 0x47, 0x1f, 0x38, 0xae, 0xc3, 0xc0, 0xcc, 0x3e, 0x26, 0xc4, 0x94, 0x5e, 0xbc, 0xe8, 0xa2, 0xb8, 0x35, 0x03, 0x4f, 0xf8, 0x6b, 0xa1, 0x8e, 0xed, 0x61, 0xcf, 0xde, 0x76, 0x89, 0x93, 0x35, 0x83, 0x06, 0x19, 0x9d, 0x24, 0x3c, 0x1e, 0x5d, 0x4a, 0x9c, 0xac, 0xa6, 0xfe, 0x42, 0x71, 0xb7, 0x90, 0xc9, 0xe4, 0x3b, 0xc1, 0xba, 0x75, 0xb1, 0x79, 0x00, 0x3c, 0x01, 0xe4, 0x3c, 0x00, 0x62, 0x7d, 0x3f, 0x0c, 0xc2, 0x53, 0x80, 0x42, 0x9f, 0x82, 0x05, 0x0b, 0xbc, 0xc3, 0xe7, 0x9c, 0x93, 0x36, 0x90, 0xc5, 0xa1, 0x67, 0x1c, 0x36, 0xde, 0xc3, 0x3d, 0xc5, 0x20, 0x87, 0xee, 0x04, 0x01, 0x61, 0x2e, 0xd8, 0xe8, 0x7f, 0x4c, 0xc2, 0x2f, 0x4b, 0x9c, 0x6c, 0x34, 0xf2, 0x74, 0xe8, 0x42, 0xfa, 0x71, 0xa1, 0xe6, 0x00, 0x4b, 0x1c, 0x92, 0xb0, 0x30, 0xec, 0xf9, 0xf9, 0xe0, 0xc1, 0x25, 0xa2, 0x85, 0x4c, 0xaa, 0x49, 0x93, 0xbc, 0x23, 0xd7, 0x5d, 0xe7, 0x15, 0x2c, 0x59, 0x12, 0x9b, 0x19, 0x46, 0x3a, 0xc4, 0x67, 0x9f, 0x79, 0x91, 0x9d, 0x3b, 0x7d, 0xf0, 0x8f, 0xfc, 0xfc, 0xe7, 0xb9, 0x81, 0x96, 0x3e, 0x37, 0x4c, 0x7d, 0x31, 0x6c, 0x98, 0x53, 0x29, 0x15, 0x64, 0xf7, 0x62, 0x86, 0x58, 0xd7, 0x82, 0x78, 0x67, 0xda, 0x74, 0x4c, 0x6e, 0xbf, 0x4a, 0xa1, 0xcf, 0x14, 0x7b, 0xd8, 0x13, 0xd9, 0x9d, 0x7a, 0xe7, 0x08, 0x9b, 0x5b, 0x3b, 0x6d, 0x67, 0xda, 0xbc, 0x79, 0x89, 0x6e, 0x31, 0x73, 0x0d, 0x64, 0x91, 0x0a, 0xa1, 0x19, 0xe9, 0x45, 0x87, 0xf9, 0x19, 0xdc, 0x5b, 0x0c, 0x8b, 0xea, 0x0e, 0x80, 0xff, 0xb7, 0xef, 0x39, 0xf5, 0x05, 0xce, 0x2b, 0xed, 0xbc, 0x97, 0xd3, 0x75, 0x77, 0xac, 0xc4, 0xc9, 0x87, 0x76, 0x6b, 0x60, 0x0f, 0x8f, 0xb9, 0x54, 0x76, 0x9e, 0x4b, 0x8f, 0xd6, 0x7d, 0xe4, 0x48, 0x65, 0x19, 0xc6, 0xe2, 0xd0, 0xfe, 0x71, 0xe3, 0xbc, 0x27, 0x1d, 0x2b, 0x4c, 0xa3, 0x43, 0x8c, 0x3e, 0x80, 0xff, 0x2f, 0x29, 0x60, 0x9f, 0x81, 0x8f, 0xef, 0x8c, 0x95, 0x52, 0x51, 0x0c, 0x95, 0x6c, 0xc0, 0x53, 0x89, 0x62, 0xff, 0x6b, 0xe2, 0xe2, 0x41, 0xba, 0x81, 0xfa, 0xa8, 0x00, 0xfa, 0x02, 0x4e, 0xdb, 0x99, 0x76, 0xec, 0xc8, 0x40, 0x86, 0x21, 0xf4, 0x3b, 0x32, 0xd4, 0xab, 0x9d, 0x3a, 0xb9, 0x0d, 0x8b, 0x52, 0xec, 0xaf, 0xe0, 0x87, 0xfc, 0xc9, 0xb1, 0xf8, 0xed, 0x57, 0xff, 0x90, 0x01, 0x63, 0x25, 0x0b, 0x78, 0x5d, 0xff, 0x8a, 0x95, 0x38, 0xd9, 0x67, 0x24, 0x4a, 0x75, 0xe9, 0x12, 0x3f, 0x22, 0x50, 0xad, 0x5a, 0xe6, 0x85, 0x99, 0x2a, 0x56, 0xf4, 0x0e, 0xa2, 0xb3, 0xcb, 0x40, 0x06, 0xea, 0x50, 0x8e, 0x75, 0x90, 0x9e, 0xa0, 0x8b, 0x2a, 0x55, 0xca, 0xfc, 0xa9, 0x5d, 0xa5, 0x8a, 0x9f, 0xe3, 0x85, 0xb9, 0x1f, 0xa5, 0xe5, 0xf1, 0xce, 0xb4, 0xff, 0xa1, 0x58, 0x29, 0x15, 0x17, 0xee, 0x8a, 0x14, 0xfa, 0xe3, 0x92, 0x89, 0x3c, 0xf9, 0x5f, 0xf6, 0xae, 0x83, 0xf8, 0xf1, 0xba, 0x03, 0xac, 0xea, 0xd9, 0xd3, 0x6d, 0x3b, 0xd3, 0xde, 0xbd, 0x4b, 0x0d, 0x90, 0x87, 0x8a, 0x53, 0xe7, 0x9e, 0x9b, 0x33, 0xbd, 0xd3, 0xa7, 0x8f, 0xdb, 0xb0, 0x68, 0xf7, 0xee, 0x86, 0x03, 0x60, 0x67, 0x1f, 0x7b, 0x57, 0x4f, 0x8a, 0x1c, 0xfe, 0x99, 0x84, 0xad, 0x9c, 0x39, 0x83, 0x2b, 0xf0, 0xe5, 0x6d, 0x3d, 0x20, 0x44, 0x67, 0x7b, 0x3b, 0x53, 0xe4, 0x85, 0xeb, 0x9d, 0x20, 0x7f, 0x56, 0xd0, 0xa1, 0xc4, 0xc9, 0x8a, 0x9a, 0x35, 0xbd, 0x43, 0x59, 0x80, 0x79, 0xac, 0x02, 0x99, 0x73, 0xd1, 0xfd, 0xb2, 0xb5, 0xd2, 0xa1, 0xc2, 0x34, 0x66, 0xff, 0x31, 0x2c, 0x8a, 0x65, 0xaf, 0x4a, 0x28, 0x7e, 0x66, 0x6f, 0xbf, 0xfa, 0x88, 0x10, 0xdd, 0x2c, 0xae, 0x5c, 0x1d, 0x22, 0x2b, 0xf0, 0x53, 0xc2, 0x2e, 0x62, 0x9b, 0xa3, 0x19, 0xa2, 0xd6, 0xff, 0x19, 0x23, 0x2f, 0x84, 0xa0, 0xf5, 0x67, 0x04, 0x35, 0x07, 0x58, 0xea, 0xb8, 0x53, 0xc9, 0xa7, 0x83, 0x07, 0x33, 0x8c, 0x01, 0x30, 0x16, 0x87, 0xf6, 0x0c, 0x1d, 0xea, 0x74, 0x0f, 0x97, 0xb6, 0x69, 0x13, 0x0b, 0x85, 0x34, 0x05, 0x2c, 0x7b, 0x7d, 0xd6, 0xe2, 0x2a, 0x88, 0xbd, 0x4c, 0x9c, 0x21, 0x34, 0xf0, 0xf5, 0x2f, 0x75, 0x82, 0xa6, 0x3c, 0xe8, 0x41, 0x21, 0x26, 0x04, 0x6d, 0xaf, 0xe3, 0xf7, 0xfe, 0xa5, 0x90, 0xed, 0xe9, 0x52, 0xe2, 0xe4, 0xf9, 0x26, 0x4d, 0x18, 0xc8, 0xb0, 0x45, 0xf0, 0x65, 0xa3, 0xe7, 0x5c, 0x36, 0xde, 0xc3, 0xb0, 0xe8, 0xa8, 0x51, 0x86, 0x03, 0xac, 0x1d, 0x32, 0x24, 0xee, 0x38, 0xea, 0x47, 0x8e, 0xb7, 0x18, 0x4b, 0xe4, 0x10, 0x4e, 0x8e, 0x90, 0x0a, 0xfc, 0x20, 0xe8, 0x0d, 0xd8, 0xa5, 0x4e, 0x54, 0x1a, 0x28, 0x44, 0x15, 0x6a, 0xfd, 0xdf, 0x34, 0x4a, 0x66, 0x10, 0xb4, 0x7a, 0xcf, 0x1f, 0x72, 0xa9, 0xec, 0x8c, 0xbc, 0xf4, 0xaf, 0xc6, 0x8c, 0x61, 0x20, 0x4b, 0x98, 0xbe, 0x1a, 0x37, 0xce, 0x9b, 0xe3, 0xb0, 0x70, 0x09, 0x0c, 0x20, 0x0c, 0xd6, 0x15, 0xb0, 0x66, 0x60, 0x37, 0x98, 0x92, 0x7c, 0xe9, 0xcc, 0xd9, 0x0e, 0x91, 0xc8, 0x19, 0x92, 0x3a, 0x41, 0x3a, 0xf0, 0xeb, 0xe0, 0xdb, 0xc0, 0x57, 0x20, 0x55, 0xd4, 0x54, 0x89, 0x3c, 0x76, 0x9a, 0xbd, 0x3a, 0x08, 0xad, 0xbd, 0x0e, 0xff, 0x5a, 0xc7, 0xc7, 0xe6, 0x96, 0xf6, 0xed, 0x19, 0xc8, 0x4c, 0x45, 0xf1, 0x75, 0x51, 0x68, 0x4b, 0x87, 0x0e, 0xce, 0xc3, 0xa2, 0xba, 0x03, 0xac, 0x1f, 0x3b, 0x36, 0x2e, 0x32, 0x78, 0x30, 0x56, 0x4a, 0x45, 0x31, 0x56, 0x41, 0xe3, 0x4f, 0x77, 0x06, 0xdb, 0x11, 0xd2, 0x72, 0x82, 0x20, 0xf8, 0x13, 0x81, 0x6f, 0x43, 0x5f, 0x49, 0x0a, 0x93, 0x16, 0xf0, 0xd0, 0x2a, 0x17, 0x08, 0xd1, 0xf8, 0x71, 0xab, 0xc4, 0x09, 0x6a, 0xc6, 0xeb, 0x3d, 0x7e, 0x74, 0x78, 0x02, 0xf6, 0x94, 0x4a, 0x9d, 0x5b, 0x4e, 0x9d, 0xe5, 0x03, 0xd4, 0x71, 0x2a, 0xd5, 0x30, 0x16, 0x21, 0x90, 0x39, 0x11, 0xdd, 0xbf, 0x44, 0x3a, 0x40, 0x7d, 0xaa, 0x05, 0x2e, 0x15, 0xa6, 0xab, 0x55, 0xf3, 0x47, 0x81, 0xb0, 0xc1, 0x86, 0xd2, 0x52, 0xab, 0x5c, 0x3b, 0x31, 0xf5, 0xbf, 0x9f, 0x09, 0xd1, 0x44, 0xb2, 0xa6, 0xb8, 0x0b, 0x72, 0x86, 0x64, 0x8e, 0x90, 0xd4, 0x01, 0x82, 0xe0, 0xb7, 0x5b, 0x7c, 0x1d, 0x7c, 0x05, 0x7d, 0x55, 0x11, 0x5b, 0xcc, 0x80, 0xbd, 0x61, 0xab, 0x93, 0xa7, 0xde, 0x67, 0x84, 0x2c, 0x79, 0x79, 0xfe, 0xa4, 0x97, 0xee, 0x00, 0x01, 0xe5, 0xb3, 0xd3, 0xd2, 0x2e, 0x3a, 0x8f, 0x61, 0x4c, 0x1f, 0xc8, 0xe2, 0xd0, 0x2e, 0xc7, 0xcd, 0x0a, 0x91, 0x1e, 0xed, 0x3b, 0x81, 0x14, 0xca, 0x2a, 0xda, 0xa3, 0x83, 0x0f, 0x09, 0xf1, 0x77, 0xc9, 0x5a, 0x55, 0xc9, 0x5e, 0xe5, 0x00, 0x47, 0xb0, 0x9f, 0x08, 0xa9, 0x9c, 0x20, 0x25, 0xfc, 0x36, 0xf8, 0x36, 0xf4, 0x35, 0x48, 0x35, 0x49, 0xb5, 0xa6, 0x09, 0xd1, 0x83, 0x3c, 0xf5, 0xb0, 0xfd, 0xc3, 0xf4, 0xa1, 0x2e, 0x2c, 0x94, 0x76, 0x29, 0x71, 0xc2, 0x3a, 0xb6, 0x05, 0xd8, 0x51, 0x07, 0x56, 0x77, 0x82, 0x15, 0xf1, 0xe5, 0xda, 0x0f, 0x5f, 0x2d, 0x44, 0x4f, 0xc9, 0x5c, 0x75, 0xcb, 0x19, 0x82, 0x1c, 0x21, 0x1d, 0x27, 0x48, 0x09, 0xbf, 0xde, 0xe2, 0x2b, 0xf0, 0x15, 0xf4, 0xb5, 0x45, 0xac, 0xc2, 0x57, 0x1d, 0x52, 0xdd, 0x87, 0x85, 0x58, 0x69, 0xe7, 0xfa, 0xe3, 0x71, 0xa6, 0xf7, 0xf2, 0xb1, 0xf4, 0x91, 0x6f, 0x38, 0x2b, 0x70, 0x58, 0x94, 0x42, 0x65, 0x34, 0x90, 0x85, 0xa2, 0x70, 0xd7, 0x5e, 0x33, 0x40, 0x8c, 0xad, 0x90, 0xcc, 0xd5, 0x96, 0x0c, 0xd6, 0xd0, 0x1c, 0x41, 0x7f, 0x22, 0xa4, 0xeb, 0x04, 0x09, 0xe1, 0x57, 0xad, 0xbe, 0x0a, 0x75, 0x6c, 0xf0, 0x01, 0x7d, 0x3d, 0x52, 0x7d, 0x52, 0xc3, 0x6b, 0x85, 0x98, 0x14, 0xd7, 0xb9, 0x39, 0xfd, 0xf4, 0x42, 0xf0, 0xfd, 0xce, 0xcd, 0xb8, 0x71, 0x4e, 0x25, 0x4e, 0x58, 0x65, 0x43, 0xe8, 0xf8, 0x62, 0x58, 0x14, 0x21, 0xb3, 0x52, 0x40, 0x41, 0x2d, 0xef, 0x46, 0x21, 0xce, 0x41, 0x83, 0x2b, 0x19, 0xb4, 0x1d, 0xc1, 0x7e, 0x1a, 0xa4, 0x72, 0x82, 0x94, 0xf0, 0x57, 0x95, 0x8f, 0x1b, 0x1b, 0xfc, 0x06, 0xa4, 0x46, 0xa4, 0x26, 0x74, 0x70, 0xf3, 0x47, 0x84, 0x78, 0xdd, 0xc8, 0xf5, 0xaf, 0x57, 0x2f, 0x7e, 0x78, 0xcb, 0xa1, 0xb2, 0x33, 0xab, 0x6c, 0x69, 0x51, 0xe3, 0xc6, 0x7e, 0xcb, 0xaf, 0xcb, 0xce, 0x12, 0x7e, 0x54, 0x88, 0x37, 0x2a, 0xc6, 0x3a, 0xc4, 0x0d, 0x24, 0x8b, 0xba, 0x23, 0x54, 0xd7, 0x9e, 0x06, 0xe9, 0x38, 0x41, 0xc2, 0xb0, 0x27, 0x08, 0xfe, 0xba, 0xb2, 0xc5, 0xf7, 0xc1, 0x17, 0xb1, 0x35, 0x9c, 0x2d, 0x6f, 0x11, 0xe2, 0xb7, 0xf6, 0x04, 0x07, 0x8a, 0x20, 0xf9, 0xe0, 0xcb, 0x5e, 0xbd, 0x3f, 0xc1, 0xe1, 0x90, 0xeb, 0xcf, 0x2a, 0x7b, 0xc2, 0xb0, 0xa8, 0xee, 0x00, 0x41, 0xec, 0xdc, 0x2e, 0xc4, 0x34, 0xc9, 0x60, 0x23, 0xc9, 0x64, 0xdd, 0x24, 0x4e, 0x10, 0x14, 0x0e, 0x15, 0x3a, 0x80, 0x1a, 0x32, 0x4a, 0x06, 0xff, 0x49, 0x5a, 0xab, 0xdf, 0x58, 0x81, 0x4f, 0x6a, 0x45, 0x2f, 0x76, 0x26, 0x8f, 0xfc, 0xcc, 0xc8, 0xf5, 0x6f, 0xd9, 0x32, 0x06, 0xbe, 0xd6, 0xa1, 0x71, 0x29, 0x71, 0xc2, 0x2a, 0x9b, 0x42, 0xca, 0x0c, 0x52, 0xa4, 0x75, 0xd9, 0x05, 0xd2, 0x1e, 0x13, 0x62, 0x4f, 0x43, 0x21, 0xda, 0x49, 0x16, 0x1b, 0x6b, 0x4f, 0x83, 0x93, 0x52, 0x38, 0xc1, 0xf1, 0x96, 0x13, 0x14, 0xb6, 0xfe, 0x6a, 0xb4, 0xa7, 0x92, 0x16, 0xf3, 0xeb, 0xf0, 0x37, 0x94, 0x1e, 0xd7, 0x1c, 0xe0, 0x93, 0xda, 0x92, 0x3a, 0x50, 0xec, 0x7f, 0x95, 0x9d, 0xeb, 0x8f, 0x58, 0x5f, 0x87, 0x3f, 0x20, 0xc9, 0x89, 0xc5, 0x4a, 0xbe, 0x9f, 0x5b, 0xcf, 0x9e, 0x86, 0x03, 0x60, 0xf5, 0xa0, 0xbd, 0xfd, 0xea, 0xf5, 0xb1, 0xc9, 0xb1, 0x56, 0x92, 0xc9, 0x26, 0x92, 0x51, 0xdd, 0x09, 0xf4, 0x3e, 0x81, 0x1a, 0x1d, 0xb2, 0x9f, 0x02, 0x81, 0xa1, 0x8f, 0xea, 0xf0, 0xd6, 0xb6, 0xe0, 0x6f, 0x41, 0x6a, 0x2d, 0x62, 0x9e, 0xd7, 0x89, 0xd4, 0xf5, 0x3e, 0x2b, 0xe1, 0x0d, 0x13, 0x18, 0x7a, 0x4f, 0x1e, 0x5f, 0x7e, 0xae, 0x43, 0xce, 0x38, 0xab, 0x6c, 0x0b, 0xa9, 0xd1, 0xc8, 0x1e, 0xc0, 0xd0, 0xa8, 0xd2, 0x53, 0x56, 0x75, 0xba, 0xfb, 0x85, 0x78, 0x5a, 0xb2, 0xd8, 0x5a, 0xb2, 0xa9, 0x9c, 0x40, 0x85, 0x43, 0xaa, 0x63, 0x9c, 0x2c, 0x14, 0x8a, 0x6b, 0xfd, 0x55, 0xe8, 0x53, 0x4b, 0xbe, 0x51, 0x03, 0x0b, 0xfe, 0xf6, 0xa4, 0xce, 0xa4, 0xee, 0xa4, 0x9e, 0xd4, 0xf9, 0xfd, 0xd4, 0x4e, 0x78, 0xd3, 0x1d, 0x60, 0xb9, 0xe3, 0xaa, 0x21, 0x16, 0x0b, 0x43, 0xe6, 0x98, 0x10, 0x53, 0xb2, 0xab, 0x48, 0x50, 0xe8, 0xfd, 0x89, 0x64, 0xb1, 0xbd, 0xe5, 0x04, 0x0d, 0x24, 0xbb, 0xb5, 0xb4, 0x50, 0x28, 0xd1, 0x53, 0x20, 0xb0, 0xf5, 0x57, 0xa1, 0x4f, 0x7d, 0x19, 0x5f, 0xa9, 0xb0, 0xa7, 0x9d, 0x06, 0x7f, 0x2f, 0x52, 0x5f, 0x7b, 0xe2, 0x0b, 0x5f, 0x54, 0x1f, 0xc6, 0x72, 0xc9, 0xf5, 0x67, 0xb1, 0x0a, 0x27, 0xc7, 0x34, 0x07, 0x40, 0x8e, 0x90, 0x95, 0x1e, 0x71, 0x58, 0xb2, 0xd8, 0x59, 0xb2, 0xa9, 0xc2, 0xa1, 0xc6, 0x92, 0x5d, 0x3d, 0x14, 0x0a, 0xea, 0x0b, 0x14, 0x3a, 0x80, 0x1e, 0xfb, 0xeb, 0xad, 0x3f, 0x1e, 0x27, 0x4d, 0x49, 0x27, 0xcb, 0x98, 0xbf, 0x93, 0x06, 0x7f, 0x3f, 0xd2, 0xe9, 0x33, 0x85, 0x38, 0xa4, 0x7f, 0x29, 0x54, 0x76, 0xd0, 0x7b, 0xf0, 0x3c, 0xeb, 0xcb, 0x72, 0x0e, 0x83, 0x88, 0x1d, 0xf0, 0xa4, 0x64, 0xef, 0x11, 0x47, 0x0e, 0xf0, 0xbd, 0x64, 0xb1, 0xbb, 0x64, 0xb3, 0xad, 0x64, 0xb5, 0xa9, 0x15, 0x0a, 0x55, 0xb7, 0xfa, 0x02, 0x7a, 0x18, 0x14, 0x37, 0xf2, 0x53, 0x23, 0xa0, 0xf5, 0xc7, 0xe3, 0xa5, 0x03, 0x62, 0x7e, 0x11, 0x9b, 0x8a, 0xee, 0x0b, 0xf8, 0x49, 0x83, 0x1f, 0xb6, 0x46, 0x80, 0xb0, 0xb8, 0x5d, 0x77, 0x00, 0x4c, 0x64, 0xcc, 0x71, 0x48, 0x90, 0x62, 0x31, 0xfc, 0x18, 0x3c, 0xd1, 0x1d, 0x00, 0x35, 0x46, 0xf5, 0x63, 0x28, 0xfc, 0xde, 0x23, 0x59, 0xec, 0x29, 0xd9, 0xec, 0x20, 0x59, 0xb5, 0x9f, 0x02, 0x35, 0x02, 0x46, 0x84, 0xe2, 0x1c, 0x40, 0x1f, 0xf9, 0xa9, 0x23, 0xe3, 0xa8, 0xa6, 0x72, 0xb8, 0xb3, 0xad, 0x7c, 0xcc, 0x9c, 0x42, 0xea, 0x4d, 0x3a, 0x8d, 0x34, 0x88, 0x34, 0xec, 0x2f, 0x42, 0x6c, 0x30, 0x86, 0x40, 0x5b, 0xb4, 0x88, 0x1b, 0xc2, 0x2a, 0x16, 0x69, 0x9d, 0xa7, 0x50, 0xa4, 0x3d, 0x8a, 0x4b, 0x9a, 0x74, 0x48, 0x4a, 0xa4, 0xa8, 0x33, 0x1b, 0x86, 0x16, 0x37, 0x6b, 0x66, 0x38, 0xc0, 0xbd, 0xb1, 0x8d, 0xb7, 0x4f, 0x93, 0x4c, 0x9e, 0x22, 0x19, 0x6d, 0x2b, 0x99, 0x6d, 0x2a, 0x19, 0xae, 0x93, 0x20, 0x0c, 0x32, 0x1c, 0x20, 0x51, 0xf8, 0xd3, 0x4c, 0xc6, 0x55, 0xed, 0xad, 0xd6, 0xff, 0x0c, 0xd2, 0x50, 0xd2, 0xc8, 0xcb, 0x85, 0xb8, 0xc3, 0x9e, 0xce, 0x46, 0x67, 0x85, 0x61, 0x2d, 0xdb, 0xb0, 0x2a, 0x61, 0x48, 0x3c, 0x0c, 0xa1, 0xf5, 0xb7, 0xd7, 0x08, 0xfc, 0x42, 0x88, 0x9b, 0x25, 0x8b, 0xfa, 0x53, 0xa0, 0xbd, 0x64, 0xb6, 0x99, 0x16, 0x06, 0xd5, 0xb2, 0xc2, 0x20, 0xbd, 0x1f, 0x10, 0x17, 0xff, 0xab, 0xa1, 0xcf, 0x46, 0x56, 0xf8, 0x83, 0xc5, 0xc9, 0xa7, 0x8a, 0x58, 0xed, 0x46, 0xb4, 0xfe, 0xd8, 0xda, 0x66, 0x34, 0x9d, 0x34, 0xe9, 0x21, 0x21, 0xbe, 0xb4, 0x1f, 0x5f, 0x6b, 0x06, 0x0e, 0x2c, 0xf5, 0xb0, 0x96, 0x78, 0x60, 0x4b, 0x28, 0xac, 0x61, 0x0b, 0x3b, 0x84, 0xda, 0x7d, 0x49, 0x0a, 0xbd, 0xbf, 0xa0, 0x26, 0x7d, 0x8c, 0x64, 0xb1, 0xbf, 0x64, 0xb3, 0x9b, 0x15, 0x06, 0x35, 0x92, 0x2c, 0x27, 0xea, 0x07, 0x18, 0x0e, 0x50, 0xd5, 0x1a, 0xfb, 0x57, 0xf1, 0x7f, 0x1b, 0x11, 0xdb, 0xcd, 0xaf, 0xbb, 0x16, 0xfe, 0x0c, 0x26, 0x8d, 0x20, 0x8d, 0x25, 0x4d, 0xb8, 0x54, 0x88, 0x3f, 0x07, 0x25, 0x36, 0x61, 0xf6, 0x0e, 0x09, 0x71, 0xe8, 0xbc, 0x30, 0xac, 0x65, 0x03, 0x56, 0x5f, 0x63, 0xc7, 0x66, 0xad, 0x75, 0x23, 0x46, 0xf8, 0xfd, 0xc7, 0xc5, 0x4d, 0x9b, 0x06, 0xae, 0x1b, 0x9f, 0x2a, 0xc4, 0xad, 0x92, 0xc1, 0xc1, 0x5a, 0x18, 0xd4, 0x5d, 0xb2, 0xda, 0x46, 0xeb, 0x07, 0xd4, 0xd3, 0xe6, 0x04, 0xaa, 0x66, 0xea, 0x00, 0x2d, 0xe4, 0x9b, 0x75, 0xd2, 0x1c, 0x60, 0x80, 0xe5, 0x00, 0x13, 0x49, 0x93, 0x6f, 0x14, 0x62, 0x15, 0x77, 0xde, 0x58, 0x45, 0x21, 0x8a, 0x7b, 0x96, 0x4b, 0xf6, 0x94, 0x03, 0x0c, 0xd0, 0x1c, 0xa0, 0x93, 0x64, 0xb6, 0x45, 0x1a, 0x0e, 0x70, 0x42, 0x28, 0x4f, 0x00, 0xd2, 0xa4, 0xf2, 0x42, 0x4c, 0xb9, 0x41, 0x88, 0xa7, 0xf9, 0x06, 0xb1, 0x72, 0xa9, 0x9b, 0x84, 0x58, 0x51, 0x3e, 0xd6, 0xe8, 0x8e, 0x0d, 0xfb, 0x09, 0xe0, 0xd4, 0x07, 0x10, 0xb1, 0x92, 0x15, 0x67, 0x93, 0xce, 0x25, 0x9d, 0x7f, 0x91, 0x10, 0xf7, 0x3e, 0x28, 0xc4, 0x57, 0x7c, 0xb3, 0x58, 0x61, 0x8a, 0xfa, 0x99, 0x7b, 0x2f, 0x16, 0xe2, 0x6e, 0xc9, 0xda, 0x78, 0xc9, 0xde, 0xf0, 0x30, 0xfa, 0x00, 0x59, 0x8d, 0x02, 0x91, 0xc6, 0xc9, 0x30, 0x68, 0x92, 0x88, 0x95, 0xb5, 0x3e, 0xbf, 0xb2, 0x10, 0x97, 0x52, 0xbf, 0x60, 0xc6, 0xed, 0x42, 0x6c, 0xfe, 0x27, 0x75, 0x56, 0x66, 0x0a, 0x11, 0xe1, 0x9b, 0xc8, 0xca, 0x44, 0x60, 0x06, 0xec, 0xdc, 0x21, 0xc4, 0xcb, 0x3f, 0x12, 0xe2, 0x6f, 0xc4, 0xd4, 0x85, 0x92, 0xb1, 0x89, 0x92, 0xb9, 0x91, 0x92, 0xc1, 0xac, 0x47, 0x81, 0x92, 0xcd, 0x03, 0x34, 0x49, 0x35, 0x0f, 0x20, 0x3d, 0x51, 0x77, 0x02, 0x3c, 0x09, 0xa6, 0x90, 0x2e, 0x20, 0xd1, 0x03, 0x41, 0xfc, 0x80, 0x44, 0xce, 0x2b, 0x2e, 0x91, 0xba, 0x94, 0xc5, 0x0a, 0x90, 0xe2, 0xe3, 0x62, 0xc9, 0xcc, 0x45, 0x92, 0xa1, 0x29, 0x92, 0x29, 0x1d, 0xfe, 0xd1, 0x92, 0xbd, 0x41, 0x61, 0xcd, 0x03, 0x38, 0xcf, 0x04, 0x6b, 0xa1, 0xd0, 0x38, 0xd9, 0x1f, 0x38, 0x4b, 0x73, 0x84, 0xf3, 0xe4, 0x0f, 0x38, 0x5f, 0xfe, 0x98, 0x0b, 0x35, 0x5d, 0xc4, 0x62, 0x59, 0x4c, 0x5c, 0x20, 0x59, 0x99, 0x22, 0xd9, 0x51, 0xe0, 0x9f, 0x25, 0xd9, 0x1a, 0xa7, 0x85, 0x3e, 0x83, 0x25, 0x83, 0x59, 0xcf, 0x04, 0xa7, 0x93, 0x0b, 0xd4, 0x32, 0x51, 0x2e, 0x90, 0xfc, 0x22, 0xc3, 0xe4, 0x23, 0x69, 0x8c, 0xfc, 0x92, 0xe3, 0xa5, 0xb7, 0x9e, 0x2d, 0x7f, 0xc0, 0x64, 0xa9, 0x73, 0xe4, 0x8f, 0xb2, 0x75, 0x1e, 0xab, 0x4c, 0x29, 0x88, 0x81, 0x73, 0x34, 0x4e, 0x26, 0x49, 0x76, 0x26, 0x4a, 0x96, 0xc6, 0x49, 0xb6, 0x46, 0x4a, 0xd6, 0x14, 0xfc, 0xfd, 0x02, 0x72, 0x81, 0x5a, 0x66, 0x9a, 0x0b, 0x94, 0x55, 0x36, 0xa8, 0x1c, 0x82, 0x1a, 0x48, 0x1a, 0x22, 0x3d, 0x73, 0xa4, 0xf4, 0x52, 0xe5, 0x0c, 0x67, 0xca, 0x1f, 0x31, 0x41, 0xd3, 0x44, 0x16, 0x4b, 0x93, 0xe2, 0x62, 0xbc, 0xd4, 0x99, 0x1a, 0xf4, 0xa3, 0x25, 0x53, 0xc3, 0x25, 0x63, 0x03, 0x25, 0x73, 0x7d, 0x35, 0xf8, 0xb3, 0xca, 0x06, 0xcd, 0x6a, 0x3d, 0x00, 0xa9, 0x8f, 0xec, 0x85, 0x2b, 0x47, 0x18, 0x2c, 0x3b, 0x27, 0xc3, 0xe4, 0x30, 0xd5, 0x48, 0xa9, 0x51, 0xf2, 0xc7, 0xe8, 0x1a, 0xc3, 0x2a, 0xd3, 0xb2, 0x79, 0x18, 0xa5, 0xf1, 0x32, 0x5c, 0x32, 0x34, 0x54, 0x32, 0xa5, 0xc0, 0xef, 0x2f, 0x99, 0xeb, 0xa9, 0xc1, 0x9f, 0xd5, 0x7a, 0x80, 0x4c, 0x57, 0x84, 0xb5, 0xd2, 0x57, 0x84, 0xc9, 0xce, 0x47, 0x2f, 0xd9, 0x11, 0xe9, 0x27, 0x3b, 0x25, 0x03, 0x64, 0xef, 0x7c, 0xa0, 0xec, 0xa8, 0x0c, 0x96, 0x1a, 0xa2, 0x69, 0x28, 0x8b, 0x65, 0x31, 0xa1, 0x38, 0x19, 0x24, 0xd9, 0x39, 0x43, 0xb2, 0x74, 0x9a, 0x64, 0xab, 0xb7, 0x64, 0xed, 0x14, 0xc9, 0x5e, 0x27, 0xad, 0xe5, 0xcf, 0x74, 0x45, 0x98, 0xaa, 0x0e, 0x91, 0xd5, 0x9a, 0x60, 0xf5, 0x34, 0xe8, 0xaa, 0x3d, 0x11, 0x94, 0x33, 0xf4, 0x91, 0x8f, 0xa9, 0x7e, 0xd2, 0x6b, 0xfb, 0xcb, 0x1f, 0x72, 0x9a, 0xe6, 0x24, 0x2c, 0x96, 0xce, 0x84, 0xe2, 0xa4, 0x9f, 0x64, 0xa7, 0x8f, 0x06, 0xbd, 0x6a, 0xf1, 0xbb, 0x6a, 0xad, 0x7e, 0xdb, 0x30, 0xd6, 0x04, 0x67, 0x55, 0x15, 0x42, 0x73, 0x84, 0x4e, 0x9a, 0x33, 0x74, 0x93, 0x5e, 0xda, 0x43, 0x4a, 0x39, 0x86, 0xae, 0x53, 0x59, 0xac, 0x00, 0x2e, 0x7a, 0x4a, 0x66, 0x4e, 0x91, 0xea, 0xa6, 0x41, 0xdf, 0xc9, 0x02, 0xbf, 0xa5, 0x63, 0x55, 0x08, 0xbd, 0x36, 0x50, 0xf6, 0x75, 0x81, 0xe4, 0x97, 0x69, 0x2d, 0xbf, 0x58, 0x3b, 0x39, 0x1c, 0xd5, 0x51, 0x73, 0x0a, 0xa8, 0x8b, 0xa6, 0xae, 0x2c, 0x96, 0x26, 0x9d, 0x8d, 0xce, 0x1a, 0xec, 0x1d, 0x25, 0x4b, 0xed, 0x24, 0x5b, 0xad, 0x2d, 0xf0, 0x43, 0xa9, 0x0b, 0x94, 0x4e, 0x65, 0xb8, 0x6a, 0xc9, 0x2a, 0xc3, 0xc9, 0x61, 0xa7, 0xe6, 0x32, 0x0e, 0x3b, 0x59, 0x73, 0x88, 0xd6, 0x32, 0x2f, 0xa3, 0x8d, 0xfc, 0x01, 0x6d, 0x35, 0x27, 0x61, 0xb1, 0xda, 0x69, 0x70, 0x2b, 0x29, 0x5e, 0x5a, 0x6b, 0xc0, 0x9f, 0x2c, 0xd9, 0x6a, 0x2e, 0x59, 0x53, 0xe0, 0x07, 0x55, 0x86, 0xab, 0x96, 0x41, 0x65, 0xb8, 0xb4, 0x6a, 0x83, 0x56, 0x4a, 0x52, 0x1b, 0x54, 0x3d, 0x11, 0x1a, 0xca, 0x2f, 0xd4, 0x58, 0x73, 0x88, 0x66, 0xf2, 0x0b, 0x2b, 0xc7, 0xd0, 0xd5, 0x92, 0xc5, 0xd2, 0x64, 0xf3, 0xd1, 0x5c, 0xf2, 0xd3, 0x4c, 0x03, 0xbe, 0xb1, 0x64, 0xac, 0xa1, 0xd6, 0xe2, 0x87, 0x52, 0x1b, 0x34, 0xb4, 0xea, 0xd0, 0x5a, 0xb1, 0xdc, 0x06, 0xf2, 0x8b, 0x2a, 0xc7, 0x68, 0xa4, 0x39, 0x08, 0x8b, 0x95, 0x48, 0x3a, 0x2b, 0x8a, 0x9f, 0x06, 0x92, 0xa9, 0x7a, 0x1a, 0xf4, 0xa1, 0x56, 0x87, 0x0e, 0x6d, 0x7f, 0x00, 0xcd, 0x21, 0x74, 0xa7, 0xa8, 0xab, 0x39, 0x07, 0x8b, 0x95, 0x4a, 0x3a, 0x33, 0x75, 0x34, 0x9e, 0x6a, 0x4b, 0xc6, 0x6a, 0x86, 0xbd, 0x3f, 0x40, 0xa8, 0x3b, 0xc4, 0x68, 0x0e, 0x51, 0x53, 0x73, 0x0c, 0x5d, 0xb5, 0x59, 0x2c, 0x4b, 0xb5, 0x02, 0xa4, 0x33, 0x54, 0x43, 0xe3, 0x2b, 0x27, 0x3b, 0xc4, 0x84, 0xb6, 0x47, 0x98, 0xfc, 0x72, 0x55, 0x35, 0xc7, 0xd0, 0x55, 0x9d, 0xc5, 0x4a, 0x22, 0x9b, 0x17, 0x9d, 0xa5, 0x2a, 0x16, 0xf4, 0xa1, 0xef, 0x11, 0x16, 0xda, 0x2e, 0x91, 0x96, 0x63, 0x04, 0xa9, 0x0a, 0x8b, 0x65, 0x41, 0x1d, 0xa4, 0x4a, 0x16, 0xec, 0x0a, 0xf8, 0x9c, 0xed, 0x12, 0x19, 0xca, 0x3e, 0xc1, 0xda, 0x97, 0xac, 0x10, 0xe0, 0x20, 0x2c, 0x56, 0x2a, 0xd9, 0xfc, 0x9c, 0x18, 0x00, 0x7c, 0xce, 0xf6, 0x09, 0x0e, 0x65, 0xa7, 0xf8, 0x04, 0x3a, 0x91, 0xc5, 0x4a, 0xa2, 0x64, 0xec, 0xe4, 0x6c, 0xa7, 0xf8, 0x6c, 0x1d, 0x21, 0xc8, 0x21, 0x12, 0x39, 0x07, 0x8b, 0x95, 0xae, 0x12, 0xf1, 0x14, 0xc4, 0x5e, 0x56, 0xe0, 0x67, 0xe2, 0x08, 0x41, 0xce, 0x90, 0xcc, 0x29, 0x58, 0xac, 0xb0, 0x95, 0x88, 0xbf, 0x72, 0xd9, 0x82, 0x9f, 0xa9, 0x23, 0xa4, 0x72, 0x08, 0x16, 0x2b, 0x97, 0x4a, 0x97, 0xcf, 0x50, 0xac, 0x5c, 0x08, 0xe2, 0x9b, 0xc6, 0x0a, 0x13, 0xec, 0x9c, 0x43, 0x9f, 0x6b, 0x87, 0x60, 0xb1, 0xca, 0x95, 0x16, 0xe0, 0xd9, 0x41, 0x58, 0x0c, 0x38, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x1b, 0x5b, 0xa9, 0xb7, 0xff, 0x07, 0xb3, 0x89, 0xc6, 0xae, 0x1f, 0x99, 0x05, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int software_update_urgent_192_png_len = 9691; unsigned char text_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x04, 0x00, 0x00, 0x00, 0x69, 0x37, 0xa9, 0x40, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x09, 0x60, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x49, 0x8b, 0x5c, 0x55, 0x14, 0xfe, 0xce, 0xad, 0x57, 0x89, 0x9d, 0x4a, 0x77, 0x27, 0x10, 0x22, 0x19, 0x7b, 0xe1, 0x84, 0x49, 0x9c, 0xe2, 0xb0, 0xf2, 0x0f, 0xb8, 0x11, 0xf7, 0xe2, 0x46, 0xf0, 0x3f, 0xb8, 0x74, 0xe1, 0x5a, 0xc4, 0x8d, 0x5b, 0x41, 0x04, 0x41, 0x10, 0x14, 0xc5, 0xad, 0x82, 0xb8, 0x12, 0x71, 0x80, 0x80, 0x22, 0x1a, 0x25, 0x88, 0x89, 0xc1, 0x38, 0x74, 0xba, 0x93, 0x4e, 0xbd, 0x7b, 0x5c, 0x54, 0xd5, 0xab, 0x57, 0x6f, 0xb8, 0xf7, 0x9c, 0x3b, 0x54, 0x14, 0xeb, 0x16, 0x5d, 0xfd, 0xea, 0x8d, 0xf7, 0x4c, 0xdf, 0x19, 0xee, 0xbd, 0x55, 0xc0, 0xaa, 0xad, 0xda, 0xaa, 0xad, 0xda, 0xaa, 0xad, 0xda, 0xaa, 0xfd, 0x5f, 0x1b, 0x49, 0x4e, 0x7a, 0x65, 0xed, 0xc0, 0xd3, 0x74, 0x1e, 0x87, 0x00, 0x03, 0x53, 0xbb, 0xcc, 0x4c, 0x8f, 0x5b, 0x00, 0x00, 0x4f, 0xb7, 0x6c, 0xb5, 0x5d, 0xdf, 0x3f, 0xdb, 0x5b, 0xdf, 0x0e, 0x3d, 0xa3, 0xfd, 0x94, 0xe6, 0x75, 0xbc, 0xcb, 0x5f, 0xd1, 0x47, 0x6f, 0xfc, 0x9a, 0x84, 0x01, 0xaf, 0x3f, 0xc2, 0x6f, 0x9b, 0x7b, 0x09, 0x04, 0x02, 0x40, 0xa8, 0x6f, 0xcd, 0x3a, 0xc7, 0xe0, 0xda, 0x7f, 0x16, 0x7e, 0x96, 0xed, 0x09, 0xbd, 0x0e, 0xbf, 0xf3, 0x0b, 0x6f, 0xbe, 0x1b, 0xcd, 0x80, 0xd7, 0x36, 0x8a, 0xaf, 0x69, 0x8b, 0x30, 0xc0, 0xc1, 0x06, 0x0b, 0xe6, 0x97, 0x36, 0x3b, 0xd0, 0xdc, 0xd3, 0x66, 0x10, 0x44, 0x47, 0x6c, 0xe7, 0xdd, 0x66, 0x9f, 0x9a, 0x7b, 0xea, 0x9f, 0xb7, 0xb1, 0x03, 0x80, 0x6f, 0xda, 0xc7, 0xdf, 0xfa, 0xc6, 0x4d, 0x5f, 0xe1, 0x63, 0x80, 0x79, 0x1e, 0x5b, 0xc0, 0xc3, 0x38, 0xef, 0x3f, 0xb5, 0xa7, 0x71, 0xf0, 0xd1, 0xf0, 0x2b, 0x2d, 0x2e, 0xe0, 0x55, 0x60, 0xbf, 0x79, 0x11, 0xcf, 0x7a, 0xe8, 0xf3, 0xaa, 0xc8, 0x63, 0x00, 0xe1, 0xc1, 0x60, 0xf2, 0x6f, 0x17, 0xb4, 0x9d, 0xc1, 0x5d, 0x00, 0xf8, 0x09, 0xdf, 0x99, 0x7e, 0xba, 0x8e, 0x02, 0x05, 0x86, 0x00, 0xc6, 0xd8, 0xee, 0xb0, 0x1a, 0x53, 0xa9, 0x28, 0x05, 0x21, 0x30, 0x07, 0x13, 0xd9, 0x7f, 0xe5, 0x10, 0x43, 0x10, 0x8e, 0xe2, 0x7b, 0xe0, 0x68, 0x3c, 0x03, 0xaa, 0x36, 0xc6, 0xb5, 0x05, 0x32, 0x27, 0xf8, 0xbc, 0x06, 0xc0, 0x62, 0xdc, 0x20, 0x9f, 0xbc, 0x40, 0x43, 0xb1, 0xae, 0xc9, 0xc1, 0x90, 0x83, 0x18, 0x8a, 0xaf, 0x2a, 0xf4, 0x32, 0x6b, 0x4b, 0x8f, 0x16, 0xba, 0xec, 0x23, 0x9e, 0x92, 0x92, 0xdd, 0xbe, 0x5e, 0xa7, 0x53, 0x45, 0x38, 0xf9, 0xf3, 0x6d, 0x16, 0x93, 0x4f, 0x19, 0x08, 0x8f, 0xbb, 0x5f, 0x11, 0x62, 0x6d, 0x24, 0xd8, 0x96, 0x10, 0x4f, 0xd1, 0xc4, 0x70, 0x34, 0xbb, 0x0a, 0x3d, 0xd4, 0x90, 0x9a, 0x15, 0x3a, 0xe2, 0x29, 0x50, 0xda, 0x1c, 0xc4, 0x9e, 0x22, 0x5c, 0xc1, 0xa4, 0xb2, 0xa7, 0xdb, 0x88, 0x01, 0x9c, 0xda, 0x04, 0x28, 0xb9, 0x19, 0xe4, 0xc0, 0x00, 0xca, 0x65, 0x02, 0x7e, 0x10, 0x4c, 0xe9, 0x0c, 0x65, 0xac, 0xe1, 0x48, 0x53, 0xca, 0x06, 0x82, 0xcb, 0x72, 0x86, 0x14, 0x09, 0x89, 0x5e, 0x06, 0xd8, 0x56, 0xb4, 0xac, 0x45, 0x01, 0x29, 0xf1, 0x94, 0x40, 0xf9, 0x33, 0x30, 0xc0, 0x65, 0x06, 0xdc, 0x43, 0xf0, 0x0e, 0x7e, 0x4e, 0xe8, 0xea, 0xdc, 0xdd, 0xbf, 0x27, 0xb7, 0x1b, 0x94, 0xa1, 0xc0, 0xe2, 0xf6, 0x78, 0x29, 0xc4, 0x4f, 0xc2, 0x73, 0x8a, 0x8c, 0x05, 0x54, 0x1a, 0xe0, 0x03, 0xc1, 0xd9, 0xde, 0x3b, 0xb0, 0x11, 0x0c, 0x70, 0x3a, 0x96, 0x0c, 0x16, 0xae, 0xc8, 0x82, 0x01, 0xec, 0xe9, 0x64, 0x17, 0x53, 0xf6, 0xe1, 0xc4, 0x6d, 0x71, 0x86, 0xd4, 0xe8, 0x39, 0xa7, 0x32, 0x01, 0x56, 0x82, 0x60, 0xaa, 0x98, 0x30, 0x9e, 0x11, 0x9c, 0x42, 0x03, 0x48, 0x0d, 0x82, 0x7b, 0xb8, 0x2a, 0x54, 0xef, 0x58, 0xe2, 0x07, 0x38, 0x16, 0x99, 0x11, 0x24, 0x06, 0xc1, 0xc9, 0xd6, 0x0d, 0xfc, 0x15, 0x4c, 0xaa, 0x96, 0x25, 0xc7, 0x82, 0x13, 0xe1, 0x00, 0x13, 0x90, 0x82, 0x60, 0x91, 0x21, 0xef, 0x93, 0x74, 0x3f, 0x4b, 0x1c, 0x60, 0x3d, 0x8a, 0xdb, 0xc5, 0x94, 0x03, 0xb8, 0x3f, 0x61, 0x40, 0xdc, 0x75, 0x06, 0x27, 0xc3, 0x0b, 0x85, 0x09, 0x50, 0x50, 0x6e, 0x18, 0x96, 0x19, 0xea, 0x9c, 0x28, 0x47, 0x54, 0x0b, 0x44, 0x6e, 0xd0, 0xef, 0x05, 0x16, 0xb7, 0x2c, 0xae, 0x0b, 0xca, 0xa4, 0x29, 0x02, 0xe2, 0x02, 0xa3, 0x0e, 0xd4, 0xe7, 0x94, 0x5e, 0xc0, 0xc2, 0x78, 0xbd, 0x40, 0x93, 0x11, 0xd7, 0x71, 0x09, 0x39, 0xca, 0x9e, 0x5d, 0xed, 0x6c, 0xe4, 0x7d, 0x95, 0x71, 0x00, 0x89, 0x6d, 0x99, 0x92, 0x11, 0x4f, 0x99, 0x12, 0xe1, 0x00, 0x37, 0x28, 0x25, 0xff, 0x20, 0x4e, 0xf5, 0x74, 0x2f, 0x75, 0x75, 0xa8, 0xa8, 0x8d, 0x4f, 0x66, 0x02, 0x41, 0xee, 0x48, 0x37, 0x7c, 0x28, 0x40, 0x58, 0xcf, 0x52, 0x20, 0xf1, 0x6b, 0x09, 0xab, 0x83, 0xe1, 0x2c, 0x20, 0x98, 0xb2, 0x40, 0x92, 0xbb, 0x22, 0xa0, 0xce, 0x05, 0xba, 0x43, 0xe1, 0xc5, 0xa3, 0x3b, 0xf8, 0x29, 0xc2, 0xa9, 0xe9, 0xba, 0x7f, 0x5f, 0xee, 0x38, 0xc0, 0xf6, 0x8c, 0xe0, 0xb9, 0xbc, 0xc1, 0x78, 0x29, 0xc4, 0xcf, 0xea, 0x01, 0xfd, 0x18, 0x90, 0xac, 0x2c, 0x3e, 0x1f, 0xa3, 0x27, 0x91, 0xf2, 0xaf, 0x61, 0x33, 0x0a, 0x02, 0x75, 0xf5, 0x00, 0x38, 0xb2, 0x81, 0xc4, 0x18, 0x40, 0xa2, 0x48, 0x90, 0x6a, 0xf5, 0x80, 0x65, 0xa3, 0xc0, 0x12, 0x30, 0x00, 0x62, 0x3d, 0x88, 0xa9, 0x11, 0x48, 0x09, 0x72, 0x39, 0x5b, 0x4e, 0xc3, 0x00, 0x56, 0x65, 0xf5, 0x93, 0xad, 0x3d, 0xfc, 0xa6, 0x74, 0x7f, 0xa1, 0x92, 0x1c, 0xe0, 0xb8, 0x83, 0x15, 0x9c, 0x7e, 0x64, 0xc8, 0xed, 0x05, 0x66, 0xc7, 0x76, 0xf1, 0x67, 0xb6, 0xd2, 0x77, 0xb3, 0x1d, 0x0f, 0x90, 0xba, 0xda, 0x0b, 0xd4, 0x6f, 0xfb, 0x3b, 0x2e, 0x80, 0x70, 0x1a, 0x5b, 0xd3, 0x09, 0x12, 0x5d, 0x8c, 0x28, 0x96, 0x46, 0xfe, 0xb0, 0xe3, 0x09, 0xac, 0x4a, 0x99, 0xd5, 0xb9, 0xc0, 0xb7, 0x58, 0xc7, 0x3a, 0xf6, 0x30, 0x98, 0x3a, 0x3b, 0xea, 0x0c, 0x85, 0xcf, 0x78, 0x82, 0x67, 0x99, 0x51, 0x84, 0x0d, 0x8d, 0xe9, 0xaa, 0xc4, 0xea, 0xb1, 0xc1, 0x7d, 0x38, 0x8c, 0x23, 0xb0, 0x28, 0x00, 0xdc, 0x88, 0x8e, 0x0f, 0xe3, 0x03, 0x62, 0x72, 0x32, 0x22, 0x43, 0x28, 0x7c, 0x1c, 0x16, 0x77, 0xa0, 0xc0, 0x21, 0x5c, 0xee, 0x25, 0xdf, 0x62, 0x1b, 0x1c, 0x4c, 0xbe, 0xce, 0x04, 0x46, 0xb9, 0x31, 0xa0, 0x79, 0xdb, 0x63, 0x00, 0x46, 0x58, 0xc7, 0x76, 0x2d, 0xde, 0x6b, 0x92, 0xba, 0x8d, 0x4b, 0x01, 0x44, 0x86, 0x31, 0xe3, 0x01, 0x87, 0xd4, 0x13, 0x79, 0x81, 0x36, 0xd6, 0xef, 0x60, 0xa7, 0x06, 0x7e, 0x24, 0x2c, 0x9a, 0xe5, 0x0b, 0x88, 0x9b, 0xf7, 0x4a, 0x5a, 0x0f, 0xb0, 0x3d, 0x6e, 0xd0, 0x15, 0x0d, 0x6c, 0x54, 0xf5, 0x00, 0x89, 0x19, 0xc4, 0xb0, 0xa3, 0x70, 0x60, 0x40, 0x96, 0x40, 0x48, 0x12, 0xc0, 0x12, 0x80, 0x8d, 0xa0, 0x24, 0x39, 0xbe, 0x22, 0x90, 0xa1, 0x1e, 0xd0, 0xac, 0x09, 0xfa, 0x82, 0xe1, 0x94, 0x35, 0x82, 0xfe, 0x63, 0xec, 0x38, 0x2f, 0xf9, 0x3c, 0xc1, 0xf6, 0xc0, 0x88, 0x4f, 0x6e, 0xd7, 0x71, 0x31, 0x89, 0x9a, 0x93, 0xa0, 0xfb, 0x67, 0x7a, 0xe3, 0xd1, 0x6c, 0x83, 0xa3, 0x7e, 0x3d, 0x18, 0x47, 0x92, 0x2f, 0x37, 0x83, 0xb1, 0xc7, 0x01, 0xda, 0x54, 0x71, 0x00, 0xd7, 0xfc, 0x3a, 0x79, 0x73, 0x81, 0xae, 0x7a, 0x00, 0x05, 0x2a, 0xbb, 0xac, 0x1e, 0x10, 0x3e, 0xf1, 0x3a, 0x68, 0x7e, 0x40, 0xb3, 0xcb, 0x4d, 0xc4, 0xdf, 0x8f, 0x93, 0x0e, 0xa3, 0xd1, 0xa3, 0x00, 0x09, 0xfb, 0xd5, 0x64, 0x42, 0xd2, 0x8a, 0x50, 0x9f, 0xda, 0x4b, 0x8a, 0x24, 0xbe, 0xb1, 0xc4, 0x10, 0x7f, 0x40, 0x62, 0x3f, 0x95, 0x38, 0x1b, 0x84, 0x00, 0x0f, 0xf6, 0x70, 0xc5, 0x5b, 0x37, 0x4a, 0x13, 0x06, 0x15, 0x38, 0xd1, 0x81, 0x01, 0x94, 0x1e, 0x04, 0xc9, 0x23, 0xff, 0x45, 0x12, 0x76, 0xf1, 0xa7, 0x82, 0xd0, 0xb8, 0x28, 0xf0, 0x84, 0x13, 0x03, 0xb2, 0x8c, 0x0b, 0xf8, 0xf5, 0xa0, 0x10, 0x13, 0x1a, 0xe3, 0x0c, 0xb9, 0x55, 0x0f, 0x68, 0x66, 0x02, 0xc9, 0x41, 0x50, 0xaa, 0x07, 0x23, 0x9c, 0x8b, 0x4c, 0x92, 0x35, 0x9a, 0xd1, 0x8f, 0x01, 0x59, 0x4a, 0x62, 0x50, 0xe2, 0x41, 0x18, 0xf9, 0xda, 0x8a, 0x40, 0xc6, 0xb1, 0xc1, 0xfe, 0x59, 0x62, 0xd4, 0xbb, 0x7f, 0x52, 0x0f, 0x90, 0x96, 0xd1, 0x81, 0x03, 0xd8, 0x1f, 0x89, 0x09, 0xdd, 0xc1, 0x50, 0xa2, 0x5c, 0x40, 0xcf, 0xdf, 0xed, 0xda, 0x54, 0x59, 0x89, 0x7a, 0x1f, 0xc2, 0x56, 0x10, 0x4e, 0x70, 0x4f, 0x44, 0x92, 0x3c, 0x10, 0x92, 0xa4, 0xc3, 0xa4, 0xb0, 0x65, 0x99, 0x37, 0xa0, 0x00, 0xb9, 0xeb, 0x61, 0x30, 0x68, 0x92, 0x94, 0xaf, 0x1d, 0xc4, 0x69, 0x15, 0x32, 0xac, 0x45, 0x95, 0xca, 0x08, 0xe8, 0x5d, 0xb6, 0x95, 0x0d, 0x04, 0xdd, 0x7e, 0xc0, 0xd4, 0x72, 0x01, 0x12, 0x00, 0xa3, 0xae, 0x5c, 0xe2, 0x67, 0x02, 0xa5, 0xd4, 0x80, 0xb8, 0x40, 0x53, 0x13, 0x30, 0xeb, 0x9d, 0x21, 0x7b, 0xbd, 0x41, 0xa2, 0x9a, 0xa0, 0x34, 0x1d, 0x96, 0xe7, 0x09, 0x69, 0x2a, 0xc6, 0x5d, 0x18, 0xc0, 0xb5, 0x5e, 0x27, 0x9c, 0x26, 0xc7, 0x8e, 0xc5, 0x91, 0x69, 0xf4, 0x20, 0xdc, 0x0c, 0x9a, 0xea, 0x9f, 0xad, 0x22, 0xc4, 0xc2, 0xfc, 0x8c, 0x54, 0x64, 0xcb, 0xc9, 0x27, 0x67, 0x22, 0xcc, 0x81, 0x81, 0x91, 0x28, 0x0e, 0xf0, 0xd5, 0x01, 0x38, 0x50, 0x0f, 0x7c, 0xf1, 0xa1, 0x8f, 0x7d, 0x9c, 0x20, 0x1e, 0x34, 0x32, 0x13, 0xd0, 0xe7, 0xe9, 0x21, 0x75, 0x83, 0x36, 0x0a, 0xf8, 0x9e, 0x15, 0x3f, 0xce, 0x14, 0x00, 0x82, 0xd7, 0xb0, 0x87, 0x23, 0xad, 0xc9, 0x29, 0xf5, 0x87, 0xef, 0xe1, 0xb2, 0x57, 0x92, 0x69, 0x6a, 0x04, 0x05, 0x4e, 0x46, 0x21, 0x40, 0x40, 0x24, 0xf8, 0x1d, 0x7e, 0xc1, 0x1a, 0xae, 0xe0, 0x21, 0x87, 0x71, 0xb4, 0xeb, 0x01, 0xe1, 0xf1, 0xa1, 0xaf, 0x9d, 0x44, 0x73, 0x29, 0x3f, 0xe7, 0xd5, 0x80, 0xcb, 0x38, 0x82, 0x4d, 0x30, 0x18, 0xa6, 0x83, 0x05, 0x24, 0xbc, 0x69, 0x2a, 0xf2, 0x87, 0x1d, 0xb2, 0x4f, 0xbc, 0x7c, 0xbe, 0x49, 0xe4, 0x3a, 0x36, 0x70, 0x27, 0x4a, 0x1c, 0xc0, 0xcd, 0x5a, 0xf9, 0x7b, 0xf1, 0xa1, 0xa3, 0xe9, 0x90, 0xa5, 0x1f, 0x0f, 0x34, 0x71, 0x81, 0x2f, 0x18, 0x0a, 0x63, 0x81, 0x1a, 0x04, 0xef, 0xc6, 0x3e, 0x8c, 0xb1, 0x89, 0x51, 0x63, 0x36, 0x60, 0x88, 0x34, 0xe3, 0xc9, 0x8f, 0x0f, 0xa2, 0xd5, 0x26, 0xb0, 0x8e, 0x4d, 0x8c, 0x40, 0xb8, 0xd6, 0x6b, 0x00, 0x40, 0xd9, 0xa8, 0x07, 0x50, 0x54, 0x7c, 0xd8, 0xf5, 0x99, 0xab, 0xee, 0xaf, 0x47, 0x21, 0x80, 0xba, 0x2a, 0x3c, 0x99, 0xfe, 0xf0, 0xb7, 0xc7, 0xfd, 0x2c, 0xd6, 0x03, 0xe4, 0xfe, 0x40, 0xa7, 0x4f, 0x93, 0x5e, 0x9d, 0x6f, 0xa9, 0xbf, 0x8e, 0x05, 0x46, 0xab, 0x01, 0xfa, 0xbc, 0x3e, 0x86, 0x7c, 0x72, 0xce, 0x21, 0x74, 0x8f, 0x37, 0x24, 0x5a, 0x3e, 0xaf, 0xab, 0x0a, 0xcf, 0xcc, 0xe4, 0x74, 0xab, 0x94, 0x2e, 0x2d, 0xa4, 0x90, 0xca, 0xa2, 0x8b, 0x08, 0xd9, 0x07, 0xa5, 0xc3, 0x32, 0xc9, 0x4f, 0xea, 0x01, 0xe4, 0x20, 0x50, 0xe3, 0x17, 0x5c, 0x18, 0x10, 0x4e, 0xb8, 0xd8, 0x04, 0xfc, 0x35, 0x41, 0x4a, 0x66, 0x1e, 0x7d, 0x83, 0x69, 0x24, 0x54, 0xff, 0x8c, 0x5e, 0x40, 0x37, 0x34, 0x72, 0x1d, 0x3f, 0x08, 0x73, 0xfc, 0xd8, 0x25, 0x33, 0xc3, 0xd6, 0x24, 0x29, 0x4e, 0xad, 0x01, 0xa8, 0x7d, 0x55, 0x9d, 0xb4, 0x5b, 0xb7, 0x02, 0x01, 0x51, 0xef, 0xcf, 0x6f, 0x45, 0xc5, 0x91, 0x91, 0x20, 0xd8, 0xcf, 0xed, 0x35, 0x6c, 0x36, 0x6c, 0x1d, 0x9d, 0x08, 0xe0, 0xde, 0xeb, 0x02, 0x44, 0x6e, 0x75, 0x5f, 0x9b, 0x9c, 0x47, 0x81, 0xa0, 0x4f, 0x6a, 0xfb, 0x71, 0xba, 0x13, 0xec, 0x74, 0x80, 0xe8, 0xf6, 0x07, 0xac, 0xee, 0x61, 0xb0, 0x09, 0x84, 0x3c, 0x22, 0x7c, 0xd0, 0x53, 0xea, 0x0e, 0x43, 0xfd, 0x7e, 0x82, 0x7a, 0x80, 0xbf, 0xdd, 0xac, 0xe6, 0x07, 0x90, 0x17, 0xe3, 0xdd, 0x66, 0xe1, 0xab, 0x0a, 0x17, 0x38, 0x15, 0x99, 0x57, 0x06, 0x0c, 0x8d, 0xf9, 0x1f, 0xb0, 0x8b, 0x3f, 0x04, 0x3e, 0x40, 0xe2, 0x28, 0xfd, 0x2b, 0x46, 0x4e, 0x45, 0x46, 0x02, 0x46, 0x22, 0x7f, 0x56, 0x2a, 0xf2, 0x10, 0xcb, 0x6a, 0xc3, 0xfc, 0x25, 0x31, 0x1b, 0xc0, 0xdf, 0x11, 0x1e, 0x74, 0xc0, 0x9c, 0xfc, 0x53, 0xbf, 0x7f, 0xd0, 0x2e, 0x8b, 0x48, 0x10, 0x07, 0xa4, 0x03, 0xbf, 0xf0, 0xbb, 0x51, 0x86, 0x35, 0x27, 0x41, 0x6b, 0x87, 0x7d, 0xad, 0x9c, 0x7e, 0x7f, 0x80, 0x3b, 0x11, 0x22, 0xaf, 0xac, 0x09, 0xc3, 0x6a, 0x15, 0xf2, 0xfc, 0x0c, 0x5e, 0x2e, 0x03, 0x42, 0xbc, 0xc0, 0xac, 0x1e, 0x40, 0x6a, 0x80, 0x6b, 0x9f, 0xf1, 0x68, 0x66, 0x14, 0x89, 0x06, 0xc1, 0xb4, 0xf1, 0x83, 0x24, 0x24, 0x5f, 0xb2, 0x09, 0x84, 0x80, 0xe0, 0x3a, 0xb6, 0x92, 0x99, 0x40, 0x3e, 0x86, 0x66, 0x31, 0x81, 0x49, 0xc2, 0x34, 0x9f, 0x1f, 0x90, 0xc6, 0x0b, 0x70, 0x6f, 0x2e, 0xc0, 0xcb, 0x31, 0x81, 0x65, 0xab, 0x79, 0xe8, 0x53, 0xb2, 0x8c, 0x0d, 0xce, 0x33, 0x42, 0x5e, 0x22, 0xc9, 0xec, 0x48, 0x79, 0xda, 0x3d, 0xc9, 0xfa, 0x55, 0x5a, 0x9c, 0x81, 0x64, 0x12, 0xef, 0xcd, 0x8d, 0x00, 0x91, 0x55, 0xe1, 0x1c, 0xde, 0x40, 0x2e, 0x5d, 0x56, 0x5f, 0x11, 0xc4, 0x00, 0x1b, 0x44, 0x3e, 0x27, 0x64, 0x0b, 0x77, 0x4e, 0x82, 0xe6, 0x65, 0x69, 0x80, 0x34, 0x0e, 0xe0, 0x64, 0xf6, 0xde, 0x25, 0x49, 0xee, 0x5d, 0x0e, 0x19, 0x8b, 0x07, 0x46, 0xd3, 0x69, 0x4e, 0x4c, 0xb2, 0xee, 0x6a, 0xee, 0x10, 0x06, 0xff, 0xfb, 0x30, 0x80, 0x93, 0xca, 0x5e, 0xea, 0x82, 0xc3, 0xfd, 0x41, 0x02, 0x06, 0x70, 0x62, 0x6c, 0xe8, 0x73, 0x7a, 0xfd, 0xbd, 0xca, 0x3c, 0x30, 0xc2, 0x01, 0xd3, 0x0f, 0xa5, 0xb2, 0x93, 0xc9, 0xbe, 0xeb, 0x97, 0x64, 0x5c, 0x7a, 0x70, 0x9b, 0x92, 0x21, 0x8e, 0xd6, 0x0f, 0x1f, 0x39, 0xec, 0x5c, 0x14, 0x13, 0xa6, 0x07, 0x8a, 0xc9, 0xd2, 0x04, 0xb3, 0x10, 0xa3, 0x33, 0x6c, 0x55, 0xa2, 0x30, 0x8e, 0x74, 0x57, 0x3b, 0x9f, 0x94, 0x17, 0x66, 0x04, 0x4a, 0xa7, 0xca, 0x66, 0x5b, 0x3c, 0x3d, 0x33, 0x03, 0x42, 0x81, 0x43, 0x8d, 0xbd, 0xe2, 0x58, 0x3a, 0x7b, 0x3c, 0xd7, 0xd5, 0xc6, 0x69, 0x4c, 0x80, 0x2e, 0x02, 0x37, 0xa6, 0x3f, 0xb0, 0xd3, 0xbc, 0xd4, 0x28, 0xc8, 0xe7, 0xa8, 0xca, 0x82, 0xbe, 0x59, 0x7c, 0x03, 0x00, 0x17, 0xa3, 0x35, 0x80, 0x3e, 0xe3, 0x17, 0x18, 0x2f, 0xe3, 0x39, 0x1c, 0x16, 0x56, 0x75, 0x16, 0xf7, 0xcb, 0x87, 0xd7, 0xfd, 0xc7, 0xe4, 0xfa, 0x75, 0x13, 0xef, 0xe1, 0x2a, 0x00, 0xfe, 0xd4, 0x4b, 0x9f, 0xef, 0x84, 0x97, 0xcc, 0xe7, 0x9f, 0xe0, 0x49, 0xfc, 0x37, 0xdb, 0x55, 0x73, 0xee, 0xfd, 0xcb, 0xee, 0x53, 0x06, 0xbe, 0x7b, 0x7c, 0xcc, 0x67, 0x3f, 0xb4, 0x77, 0x2f, 0x7c, 0x4f, 0xee, 0x7f, 0xa5, 0x7d, 0xc1, 0xcf, 0x7c, 0xf0, 0x63, 0xb4, 0x06, 0x4c, 0xda, 0x53, 0x77, 0x15, 0x8f, 0xda, 0x0a, 0x03, 0x99, 0xd8, 0x58, 0xc3, 0xc6, 0x0e, 0x40, 0x76, 0xc0, 0x66, 0xf2, 0xb2, 0x03, 0xd0, 0x6c, 0x1b, 0xc4, 0x86, 0x07, 0x4c, 0x20, 0x36, 0x30, 0x4c, 0x30, 0x00, 0x1b, 0x10, 0x4f, 0x7f, 0xa6, 0x8e, 0x69, 0xfa, 0xec, 0xc6, 0x62, 0x7f, 0x62, 0x30, 0x98, 0x18, 0x80, 0x9d, 0x6e, 0x5b, 0x30, 0x59, 0xb2, 0xb5, 0xff, 0x96, 0x98, 0x4a, 0xaa, 0xde, 0x4d, 0x49, 0xd6, 0x94, 0x64, 0xc9, 0x9a, 0x92, 0xa6, 0x36, 0x60, 0x76, 0xcb, 0x2f, 0x47, 0x17, 0xde, 0x29, 0xfd, 0x94, 0xc5, 0x98, 0x1c, 0x61, 0x88, 0x01, 0x06, 0x28, 0x6a, 0xef, 0xb3, 0x97, 0xa9, 0xde, 0x0d, 0x06, 0x20, 0x0c, 0xa6, 0x5e, 0x74, 0x82, 0x9b, 0xa6, 0xf2, 0x9f, 0xf5, 0x35, 0x0f, 0xf3, 0x5f, 0xcb, 0xb3, 0x60, 0x58, 0x58, 0x30, 0x4a, 0x30, 0x4a, 0x58, 0x58, 0x94, 0x28, 0x61, 0x31, 0x9e, 0x6e, 0x4d, 0xfe, 0x8f, 0xa7, 0x7f, 0x25, 0x6e, 0x05, 0xa6, 0xad, 0x49, 0x7e, 0xd7, 0xc2, 0xa0, 0xc0, 0x00, 0xc5, 0x94, 0xe8, 0x45, 0xe2, 0xe7, 0x2f, 0xaa, 0xfe, 0xea, 0xbf, 0xd9, 0xd8, 0x2e, 0x3b, 0x71, 0xf5, 0x43, 0x83, 0x73, 0x06, 0x4c, 0x98, 0x50, 0x56, 0x6c, 0x28, 0x6b, 0xaf, 0xb1, 0xe0, 0x5b, 0x12, 0xb2, 0x32, 0xa0, 0xee, 0x17, 0x67, 0x6c, 0x30, 0x0b, 0xe4, 0xcf, 0xe5, 0x4f, 0x55, 0x34, 0xd5, 0xcf, 0x80, 0x59, 0xf4, 0x3d, 0xd7, 0x83, 0xfa, 0x6b, 0x4e, 0xbe, 0x8d, 0x23, 0x3c, 0x07, 0x03, 0xea, 0x77, 0xa5, 0x96, 0xf2, 0x77, 0x49, 0xbf, 0x6b, 0xa1, 0xef, 0x84, 0x74, 0x54, 0x5a, 0x30, 0x63, 0x43, 0x89, 0x72, 0x7a, 0x24, 0x71, 0x57, 0x97, 0xd3, 0x16, 0xa5, 0x6f, 0x5a, 0x71, 0x30, 0x37, 0x72, 0xaf, 0xd9, 0xef, 0xa7, 0x32, 0x56, 0x6d, 0xd5, 0xb2, 0xb6, 0x7f, 0x00, 0x70, 0x51, 0xbf, 0xe6, 0x35, 0x52, 0xe4, 0x42, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int text_128_png_len = 2529; unsigned char text_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x04, 0x00, 0x00, 0x00, 0xf8, 0xd5, 0xa4, 0x8c, 0x00, 0x00, 0x00, 0x02, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x55, 0xec, 0x46, 0x04, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x0d, 0x8b, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x49, 0x8f, 0x24, 0x47, 0x15, 0xfe, 0x5e, 0xf6, 0x56, 0xdd, 0xe3, 0xb1, 0xf1, 0x60, 0xb0, 0xad, 0x11, 0x08, 0xcf, 0x02, 0xc6, 0xb6, 0xc4, 0x85, 0x45, 0x82, 0x83, 0xc5, 0x05, 0xb1, 0x1e, 0x10, 0x17, 0xf0, 0xc5, 0xff, 0x02, 0x09, 0x4e, 0x1c, 0x00, 0x21, 0x81, 0x38, 0xb2, 0xc9, 0x12, 0x07, 0x4b, 0x48, 0x08, 0x71, 0x41, 0x02, 0x1f, 0xc7, 0xf2, 0x01, 0x0d, 0x67, 0x10, 0x08, 0x66, 0x03, 0x24, 0x18, 0x23, 0xbc, 0xe0, 0x19, 0x66, 0xaa, 0x87, 0xee, 0xce, 0xc7, 0xa1, 0xaa, 0xb2, 0x33, 0xb3, 0x72, 0x89, 0xe5, 0xbd, 0x17, 0xd1, 0xe3, 0x7c, 0xad, 0xea, 0xca, 0xca, 0xca, 0xca, 0x88, 0xfc, 0xde, 0xfe, 0x22, 0x32, 0x12, 0x98, 0x68, 0xa2, 0x89, 0x26, 0x9a, 0x68, 0xa2, 0x89, 0x26, 0x9a, 0x68, 0xa2, 0x89, 0x26, 0x9a, 0x68, 0xa2, 0x89, 0x26, 0x9a, 0xe8, 0xed, 0x42, 0x14, 0xfe, 0xd3, 0x1f, 0x3f, 0xc9, 0xcf, 0xd0, 0x99, 0xa2, 0xb6, 0x67, 0x63, 0xf9, 0x5e, 0x74, 0x1e, 0x5f, 0x2e, 0xdf, 0x8f, 0xd6, 0xf6, 0x1d, 0x0d, 0x1c, 0xa3, 0x77, 0xc4, 0x78, 0x3f, 0xdc, 0xce, 0x49, 0xf3, 0xf2, 0xc6, 0xdf, 0x2f, 0xbf, 0x7c, 0x68, 0xca, 0x80, 0x1f, 0x7d, 0x9a, 0xbf, 0x43, 0x1f, 0xa2, 0xe5, 0x09, 0x8e, 0x5f, 0x54, 0x9d, 0xb2, 0x7d, 0x62, 0x6e, 0xbc, 0xdc, 0x3e, 0x0d, 0x6f, 0xf9, 0x1c, 0x1b, 0xfb, 0xab, 0xd1, 0x33, 0xbd, 0x5e, 0x7e, 0x77, 0xef, 0xfb, 0x3f, 0x39, 0x30, 0x62, 0xc0, 0x0f, 0xbe, 0x4e, 0xdf, 0x04, 0x51, 0x07, 0xf0, 0xed, 0x57, 0x17, 0xf8, 0x21, 0xa0, 0x88, 0x82, 0xa5, 0x75, 0xa6, 0x4b, 0xf8, 0xc2, 0x8b, 0x77, 0x7c, 0xb1, 0x2c, 0xfc, 0xe1, 0xff, 0xe1, 0x97, 0xf1, 0x2d, 0x10, 0xf5, 0xf0, 0xb0, 0x09, 0x3f, 0x75, 0xec, 0x73, 0xe7, 0x3d, 0xa5, 0xb3, 0xaf, 0x21, 0xf4, 0x49, 0x7e, 0xc1, 0xa0, 0x8f, 0x3f, 0x9d, 0xcd, 0xaf, 0xe2, 0x2c, 0x81, 0x50, 0xe0, 0x69, 0xbc, 0x77, 0xc9, 0x41, 0x17, 0x68, 0xb9, 0xe7, 0x8c, 0x3c, 0xba, 0x67, 0xe8, 0x33, 0x3b, 0x9f, 0x9b, 0x1d, 0xce, 0xec, 0x77, 0xc4, 0xe2, 0x8c, 0x37, 0xf1, 0x12, 0xfe, 0xb5, 0xdc, 0x2e, 0x9f, 0xfd, 0xd9, 0x2b, 0x7e, 0x78, 0x6e, 0xfa, 0x32, 0x60, 0xfe, 0x29, 0x9c, 0x5d, 0x38, 0xdc, 0x2f, 0xe1, 0x1d, 0x2a, 0x82, 0xc4, 0x6a, 0x47, 0xb3, 0xca, 0x91, 0xe7, 0xf0, 0x71, 0x7c, 0x0f, 0x7f, 0x5e, 0x84, 0x21, 0xcf, 0xe3, 0x15, 0x6d, 0x13, 0xf4, 0x91, 0xc5, 0xdb, 0x79, 0x25, 0xf8, 0xcd, 0x0d, 0x87, 0x48, 0x8f, 0xbf, 0xb2, 0x62, 0xc7, 0x47, 0xd5, 0x7d, 0x00, 0x3f, 0xb2, 0x78, 0x7f, 0x6c, 0x0a, 0xe1, 0x6b, 0xf4, 0xce, 0xd5, 0xc6, 0xbb, 0x7d, 0x7f, 0xe9, 0x6d, 0x82, 0xb8, 0x68, 0x86, 0x99, 0xfb, 0xb8, 0xd5, 0x2b, 0xb9, 0x54, 0x6b, 0xe0, 0xd0, 0x4b, 0xe6, 0x59, 0x49, 0x17, 0xc8, 0xd9, 0xb0, 0xb8, 0x19, 0xa2, 0x2d, 0x9c, 0x02, 0xd7, 0xcf, 0x5b, 0xa8, 0x33, 0xa0, 0x7d, 0x29, 0x87, 0xb8, 0xd3, 0x79, 0x69, 0xe5, 0x72, 0xcf, 0x6c, 0xf9, 0xf9, 0x7f, 0x3d, 0x97, 0x4f, 0x01, 0x50, 0x91, 0x02, 0xe4, 0x61, 0x7e, 0x81, 0x71, 0x2a, 0xf2, 0xac, 0x9b, 0x32, 0xdd, 0xe9, 0x92, 0x61, 0x76, 0x80, 0x82, 0x94, 0xc0, 0xd7, 0xf0, 0x23, 0x14, 0x18, 0x26, 0x28, 0x31, 0x60, 0xe8, 0x72, 0xbb, 0x8c, 0x11, 0x45, 0x83, 0x4f, 0x89, 0x80, 0xd7, 0x6d, 0x65, 0x33, 0x44, 0xf6, 0xc9, 0x1b, 0x7e, 0x04, 0xef, 0x73, 0xbb, 0xe4, 0x93, 0x17, 0x39, 0x45, 0x6a, 0x00, 0x7b, 0x40, 0x11, 0x2b, 0xfb, 0x74, 0x82, 0xa0, 0x67, 0x2b, 0x06, 0x48, 0xc3, 0xaf, 0xed, 0x8a, 0xc3, 0x59, 0xc5, 0x39, 0x6a, 0x00, 0x3b, 0xca, 0xb0, 0x16, 0xf8, 0xa4, 0x0c, 0x7a, 0xdf, 0x19, 0x38, 0x17, 0x06, 0x40, 0x1d, 0xfe, 0x3c, 0x5d, 0xb1, 0x46, 0x1c, 0x14, 0xe8, 0x84, 0x59, 0x04, 0x7e, 0x49, 0x5f, 0x60, 0xeb, 0x0f, 0x28, 0x2f, 0x0d, 0x20, 0x07, 0x76, 0xe8, 0xf9, 0x82, 0x94, 0xae, 0x38, 0xde, 0x40, 0x6d, 0x86, 0xc9, 0x3f, 0x79, 0xc2, 0x1f, 0x23, 0xfb, 0x5a, 0x51, 0x90, 0x5f, 0xd1, 0x3c, 0xb3, 0x30, 0xd4, 0x2a, 0x0e, 0xb2, 0x2f, 0x48, 0x90, 0x31, 0x53, 0xc4, 0x7c, 0x40, 0x0c, 0xfc, 0xb9, 0x17, 0x24, 0x48, 0x91, 0x15, 0xaa, 0x61, 0xa8, 0x8b, 0x31, 0x92, 0x77, 0xc5, 0x9a, 0x1e, 0x41, 0x9e, 0x15, 0x89, 0xc3, 0x50, 0x59, 0xf0, 0x2d, 0x5d, 0x31, 0xa5, 0x63, 0x80, 0x6c, 0x18, 0xfa, 0x57, 0xec, 0x0b, 0x5c, 0x98, 0x16, 0xf4, 0x3b, 0x38, 0xe7, 0xd1, 0x2e, 0x5b, 0x69, 0x00, 0x8f, 0xc2, 0xed, 0x2e, 0xfd, 0xb1, 0xf0, 0xeb, 0x4a, 0xfd, 0xbd, 0xfc, 0xa2, 0xa0, 0x32, 0xc0, 0xd2, 0xc7, 0xe5, 0x00, 0x69, 0x0d, 0x0e, 0x39, 0xca, 0x76, 0xa8, 0x4f, 0x28, 0x42, 0xe4, 0xbf, 0xd9, 0x5c, 0x1c, 0xfc, 0xb3, 0xde, 0x44, 0x6d, 0x18, 0x16, 0x1b, 0xf8, 0x67, 0xb5, 0xf6, 0x48, 0xa5, 0xd5, 0x00, 0x0d, 0x28, 0x1a, 0x26, 0x28, 0x56, 0xfa, 0xdf, 0x87, 0x93, 0x35, 0x36, 0x40, 0x79, 0x44, 0x41, 0xae, 0x79, 0x40, 0x68, 0x18, 0x4a, 0x19, 0x42, 0xaf, 0x93, 0x47, 0x0b, 0x8c, 0x88, 0xd9, 0xf8, 0x82, 0x3c, 0x87, 0x65, 0x12, 0xd4, 0x82, 0xfa, 0x9b, 0x4a, 0x03, 0x3f, 0x09, 0xc8, 0x6d, 0xbc, 0x63, 0x0d, 0x17, 0x00, 0x31, 0x0d, 0x08, 0x85, 0xff, 0xc6, 0x68, 0xa8, 0x97, 0x72, 0x8a, 0xee, 0x0e, 0xce, 0xab, 0x15, 0x21, 0x02, 0x19, 0xb0, 0x5e, 0x0d, 0x0d, 0x81, 0x9f, 0x1c, 0x23, 0x6d, 0x4a, 0x04, 0xfc, 0x7a, 0xef, 0xb4, 0xea, 0x41, 0x22, 0x99, 0x30, 0x45, 0x6b, 0x83, 0x24, 0x80, 0xda, 0xfe, 0xa0, 0x99, 0x19, 0x70, 0xa4, 0x17, 0x28, 0x42, 0xba, 0xd0, 0xcc, 0x04, 0xe2, 0xe0, 0xdf, 0x11, 0x84, 0x51, 0x3e, 0x52, 0xdf, 0x71, 0x6e, 0x8b, 0xed, 0x34, 0x60, 0xb8, 0x39, 0x5f, 0x76, 0x3c, 0x61, 0x58, 0x9e, 0xb6, 0x0a, 0x46, 0xd5, 0x4d, 0x10, 0xc4, 0x02, 0x51, 0xfd, 0x29, 0x5b, 0x71, 0x70, 0xb1, 0xf2, 0xf1, 0xc1, 0xb5, 0x20, 0x56, 0x82, 0x3f, 0xb7, 0xb1, 0x01, 0xed, 0x49, 0x29, 0x11, 0x61, 0x28, 0x1b, 0xc1, 0x9f, 0xcf, 0xd8, 0xc0, 0x58, 0x11, 0xc2, 0x28, 0x11, 0x5b, 0xd4, 0x82, 0xe4, 0xa4, 0xff, 0xc6, 0xb2, 0x20, 0x9d, 0x66, 0xca, 0xf9, 0x18, 0xcd, 0xaa, 0x3c, 0xa0, 0x2f, 0x0a, 0x4a, 0xa6, 0x01, 0xbe, 0x13, 0x74, 0xfb, 0xbe, 0xf7, 0x85, 0xdf, 0xd6, 0xdd, 0xee, 0xab, 0xf7, 0x43, 0xb0, 0x14, 0x11, 0x5e, 0xb7, 0xa1, 0x04, 0xe0, 0x93, 0xa0, 0x23, 0x5d, 0x0f, 0xcd, 0x8d, 0x4b, 0x11, 0x14, 0x01, 0xff, 0xcc, 0x71, 0xd4, 0x89, 0x14, 0x21, 0xef, 0x3f, 0x6e, 0x67, 0x60, 0x06, 0x48, 0x36, 0x1a, 0x40, 0x1e, 0xcc, 0x58, 0x07, 0xe1, 0x9c, 0xa2, 0x23, 0x96, 0x65, 0x1c, 0x0b, 0xd8, 0x06, 0x01, 0x06, 0xac, 0xb2, 0x00, 0x16, 0x90, 0x7e, 0xbd, 0xf2, 0xf4, 0x7d, 0x1c, 0x05, 0x75, 0x1b, 0x21, 0x17, 0x80, 0xf5, 0xa7, 0xad, 0xd8, 0xb8, 0xe9, 0x2c, 0xa2, 0x20, 0xf6, 0x56, 0x7e, 0x29, 0xf8, 0x73, 0x29, 0x48, 0x24, 0x8e, 0x82, 0xc8, 0x13, 0xf0, 0x7e, 0xf8, 0xaf, 0xf7, 0x38, 0x61, 0x4a, 0x02, 0x47, 0x9b, 0x76, 0x70, 0xc1, 0xb1, 0x5d, 0xb3, 0x28, 0xa8, 0x04, 0x1c, 0x26, 0x66, 0xb9, 0x4b, 0x7f, 0x3c, 0xfc, 0x9a, 0x72, 0x7f, 0x6f, 0xa0, 0xf0, 0x92, 0x58, 0x03, 0x78, 0x60, 0x6e, 0x44, 0x5c, 0x92, 0x96, 0x5f, 0x5a, 0xe6, 0x1e, 0x07, 0xf9, 0xb3, 0xaa, 0xf0, 0xd7, 0x80, 0x63, 0x65, 0xe3, 0xce, 0x25, 0x05, 0x7c, 0xf3, 0x80, 0xf6, 0xf7, 0xee, 0xf1, 0xba, 0x3e, 0xfc, 0xb3, 0xb5, 0x16, 0xa5, 0x13, 0x38, 0xd1, 0x28, 0x28, 0xc4, 0x15, 0x9f, 0x13, 0x8f, 0x83, 0xee, 0xfb, 0x28, 0xa8, 0xdd, 0xbc, 0xbb, 0xf9, 0xd1, 0x9e, 0xc2, 0x98, 0x3a, 0x0a, 0x32, 0x2b, 0x45, 0xb8, 0xe6, 0xa6, 0x96, 0xf0, 0xcb, 0xd7, 0x93, 0xfc, 0x42, 0x6d, 0xb3, 0x21, 0x49, 0xee, 0x89, 0x82, 0xa4, 0xe1, 0x97, 0x05, 0x9f, 0xa2, 0x64, 0x9c, 0x9d, 0x8f, 0x35, 0xba, 0x53, 0x5e, 0x12, 0xfe, 0xeb, 0xd8, 0x47, 0x4e, 0x0b, 0x71, 0xb4, 0x9d, 0xf0, 0x45, 0x67, 0x78, 0xcd, 0x9c, 0x30, 0x8b, 0x4e, 0x95, 0xda, 0x47, 0x5e, 0x77, 0x00, 0x37, 0x69, 0x5f, 0xd1, 0xfd, 0x0a, 0x6b, 0x00, 0xe1, 0x00, 0x37, 0x71, 0x0f, 0x0f, 0xe3, 0x91, 0x84, 0x79, 0x81, 0x9d, 0xfb, 0xe5, 0x54, 0x4e, 0xb8, 0x04, 0x3a, 0xb2, 0x43, 0xc2, 0x1d, 0xfc, 0x0e, 0x1b, 0xd8, 0xc6, 0x1b, 0xb8, 0x83, 0x27, 0x9c, 0xa3, 0xa4, 0xf1, 0xf1, 0x00, 0x9b, 0xa0, 0xb2, 0x0f, 0xbe, 0x99, 0x73, 0xbf, 0x38, 0xb5, 0x06, 0xfc, 0x09, 0x3b, 0x38, 0x85, 0x19, 0x36, 0x70, 0x17, 0x84, 0xa2, 0x5a, 0x23, 0x6e, 0x4c, 0xfa, 0xcf, 0x0b, 0xb9, 0x62, 0x8d, 0xd9, 0x76, 0xec, 0x7d, 0x3e, 0xa3, 0x69, 0x29, 0x5d, 0x30, 0xcd, 0x71, 0x1a, 0x0f, 0xe2, 0x14, 0x36, 0x70, 0x80, 0x7d, 0x3c, 0x8a, 0x7f, 0x3b, 0x74, 0x77, 0x2c, 0x83, 0x26, 0x21, 0xf0, 0x49, 0x45, 0x3b, 0x92, 0x66, 0xc2, 0xeb, 0xdd, 0x3c, 0x85, 0x1d, 0xec, 0xe1, 0x41, 0xec, 0xe0, 0x2e, 0xf6, 0xb0, 0x1d, 0x9d, 0x23, 0xcb, 0xdc, 0x59, 0x26, 0x7b, 0xab, 0xb6, 0x46, 0x51, 0xae, 0x90, 0x31, 0x40, 0xc0, 0x59, 0x10, 0x0a, 0x6c, 0x61, 0x0f, 0x33, 0x9c, 0xa9, 0x96, 0x7b, 0x0f, 0x0f, 0x53, 0xdd, 0x96, 0xfb, 0xa0, 0xc1, 0x4a, 0x91, 0xb4, 0xff, 0x18, 0x3a, 0xa7, 0xe1, 0xa0, 0x7c, 0x77, 0x43, 0x8f, 0x62, 0x86, 0x43, 0xcc, 0xb1, 0x85, 0xc7, 0xb1, 0x89, 0xff, 0x38, 0xc3, 0x7f, 0xad, 0xc3, 0x09, 0xcb, 0xcd, 0x66, 0x93, 0xc9, 0x03, 0xb2, 0xaa, 0x05, 0xf5, 0x17, 0x22, 0x1e, 0xc2, 0x36, 0x1e, 0xc2, 0x16, 0x4a, 0xbc, 0x85, 0xbb, 0xce, 0xd2, 0x2f, 0x0b, 0xbf, 0xb4, 0xcc, 0x0f, 0xcf, 0x0b, 0x62, 0x01, 0x1d, 0x10, 0xcd, 0x84, 0x0f, 0xf0, 0x5a, 0x90, 0xb5, 0x97, 0x81, 0xd0, 0x3e, 0x5b, 0x90, 0x68, 0x51, 0xcc, 0x07, 0x84, 0x76, 0x6d, 0x26, 0x14, 0xaf, 0xe8, 0xc0, 0xbf, 0xeb, 0xec, 0x4b, 0xcc, 0x7d, 0xc0, 0xd0, 0xba, 0xb8, 0x3e, 0x05, 0xea, 0xf3, 0x5e, 0x59, 0x40, 0xaa, 0x61, 0x7a, 0xbd, 0x28, 0x28, 0x38, 0x13, 0x76, 0xbd, 0x50, 0xb9, 0xd1, 0x82, 0x98, 0x76, 0x2d, 0xd8, 0xc0, 0x40, 0x67, 0xf4, 0x67, 0xe6, 0x03, 0x24, 0x99, 0xa1, 0x5d, 0x9e, 0xce, 0x47, 0x1b, 0x02, 0x6f, 0xd0, 0xa0, 0x5e, 0x93, 0x43, 0x02, 0x86, 0x49, 0xfe, 0x56, 0x0e, 0xdf, 0xe3, 0xdc, 0x8a, 0x10, 0x63, 0x0f, 0x48, 0x51, 0xd3, 0x00, 0xd7, 0xa6, 0x5c, 0xe0, 0xb8, 0xe6, 0x3c, 0x1e, 0x10, 0x2b, 0xe3, 0x21, 0xbf, 0xe9, 0xca, 0x03, 0x64, 0x5d, 0xbf, 0xc0, 0x90, 0x24, 0x45, 0x99, 0x1f, 0x0b, 0xf8, 0xc3, 0x61, 0xda, 0xf7, 0x30, 0x38, 0x86, 0xcb, 0x56, 0xd6, 0x9f, 0x0e, 0xe0, 0x06, 0xb9, 0x8f, 0xf9, 0x91, 0x04, 0xf3, 0x3e, 0xad, 0x05, 0x1d, 0xcf, 0x0a, 0xe2, 0xde, 0xca, 0xbf, 0xab, 0x2e, 0xcc, 0x94, 0x00, 0x95, 0xa9, 0x05, 0xb9, 0xcf, 0x0b, 0xca, 0xd2, 0x07, 0xb8, 0x30, 0xe3, 0x42, 0x42, 0x57, 0x1c, 0xae, 0x0d, 0x89, 0xd7, 0x8e, 0xf6, 0x33, 0x39, 0x14, 0x2c, 0xc3, 0xd2, 0x69, 0x99, 0x4f, 0x0f, 0xd8, 0x9b, 0x09, 0x46, 0xb5, 0xa0, 0xb2, 0xc7, 0x1e, 0x86, 0x8c, 0x48, 0x59, 0xe5, 0x05, 0x31, 0xde, 0x83, 0x85, 0xce, 0x67, 0xa0, 0x01, 0x52, 0x71, 0x91, 0x3c, 0xfc, 0xf1, 0xf5, 0xd5, 0x71, 0xad, 0x37, 0x9c, 0x9e, 0x3e, 0xb6, 0x12, 0xba, 0x5f, 0x5c, 0x74, 0xd5, 0xe1, 0x26, 0xbd, 0x74, 0xf3, 0x26, 0x76, 0xf1, 0x7e, 0xe7, 0x28, 0x28, 0x79, 0x39, 0x3a, 0x4c, 0x17, 0x72, 0x86, 0x1f, 0x98, 0x2b, 0xba, 0xdf, 0x08, 0x13, 0x44, 0x41, 0xf2, 0x2f, 0xe3, 0x8a, 0x65, 0xc1, 0xf7, 0x5f, 0xf9, 0xb6, 0x8f, 0x09, 0xc9, 0x87, 0x24, 0x43, 0xe3, 0xa2, 0x9d, 0x41, 0x1d, 0x90, 0x87, 0x9f, 0xbc, 0xd8, 0xb1, 0xab, 0x1e, 0x88, 0x0a, 0x0c, 0x49, 0x52, 0x94, 0x2e, 0x5c, 0x0c, 0x76, 0xcc, 0xbe, 0xf7, 0xdc, 0xcb, 0x3e, 0x45, 0x29, 0xc3, 0x21, 0x49, 0x89, 0xb4, 0x2c, 0x3c, 0x2e, 0x1a, 0x3a, 0xb3, 0x56, 0x14, 0x44, 0xb9, 0x2d, 0xd8, 0x24, 0xe9, 0x0b, 0x64, 0xd6, 0x9b, 0xb0, 0xab, 0x05, 0x99, 0x97, 0x22, 0x58, 0x40, 0xfe, 0x29, 0xd0, 0x7c, 0xe8, 0x2c, 0x06, 0x1e, 0x5b, 0x84, 0x30, 0xcb, 0x84, 0x65, 0x9d, 0xe3, 0xd5, 0xce, 0xa9, 0x1f, 0xbe, 0xb6, 0x7c, 0x15, 0xaf, 0xfb, 0xb4, 0x1f, 0xb6, 0xf8, 0xb0, 0x74, 0x28, 0x2a, 0x58, 0x8c, 0xa3, 0x20, 0xf9, 0x97, 0x80, 0xbf, 0x2b, 0x5e, 0x8f, 0x8f, 0xab, 0x86, 0x8a, 0x10, 0x9c, 0xce, 0x04, 0x95, 0xea, 0x33, 0x77, 0xe2, 0x22, 0x19, 0xb9, 0x82, 0x04, 0x8d, 0x08, 0x9b, 0x4c, 0x31, 0xae, 0x90, 0x52, 0x25, 0x0a, 0xd4, 0x85, 0x99, 0x08, 0x03, 0x77, 0x47, 0x5c, 0x31, 0x45, 0x89, 0x8d, 0xa6, 0x83, 0x57, 0x29, 0xc6, 0xf9, 0xc0, 0x77, 0x01, 0xe1, 0x73, 0x8a, 0xec, 0xe2, 0xa0, 0xf1, 0x65, 0x0a, 0x43, 0x4d, 0x50, 0x11, 0x0a, 0x3f, 0x47, 0x25, 0x63, 0x21, 0x63, 0x07, 0x21, 0x79, 0x81, 0xec, 0x22, 0x67, 0x1a, 0x35, 0x27, 0x43, 0x0d, 0x88, 0xf3, 0x05, 0x12, 0x4f, 0xf1, 0x76, 0xfb, 0x9e, 0x03, 0x63, 0x20, 0xb3, 0x4c, 0x98, 0x9d, 0xdd, 0x64, 0x8c, 0x2e, 0x40, 0x09, 0x7e, 0x77, 0x37, 0xce, 0x1e, 0x31, 0x50, 0xe2, 0x62, 0x9c, 0xde, 0x34, 0xc0, 0x10, 0xf8, 0xa5, 0x0a, 0x12, 0xe4, 0x1c, 0x03, 0xb1, 0xe5, 0x03, 0x1c, 0xca, 0x20, 0x13, 0x12, 0xb3, 0xed, 0x67, 0x4a, 0xa4, 0x5d, 0x71, 0x1f, 0x1b, 0xa8, 0x33, 0x0c, 0x35, 0xd5, 0x00, 0x1e, 0x71, 0xc6, 0x1a, 0xba, 0x20, 0x59, 0xa2, 0x8b, 0x8d, 0x82, 0x68, 0x00, 0x07, 0xc5, 0x28, 0xa8, 0x5c, 0xab, 0x03, 0x91, 0xa1, 0x2e, 0xf8, 0xfb, 0x02, 0x52, 0x12, 0x04, 0x29, 0xd6, 0xaa, 0xcd, 0x0b, 0xb2, 0xd6, 0x05, 0xbf, 0x3b, 0xf0, 0x29, 0xe8, 0xea, 0xba, 0x6e, 0x50, 0x67, 0x7b, 0x06, 0xc4, 0x4c, 0xd4, 0x90, 0xf3, 0x05, 0x9a, 0xae, 0x78, 0xb8, 0x08, 0x11, 0xfb, 0xd0, 0x12, 0x11, 0x0d, 0x90, 0x8f, 0xfa, 0x65, 0x6b, 0x44, 0x32, 0xbe, 0x80, 0x1c, 0xdd, 0xaf, 0x29, 0x03, 0xa4, 0x26, 0xa6, 0x5b, 0xfb, 0x02, 0x59, 0xf7, 0x9b, 0xe5, 0x03, 0x9d, 0x0f, 0xf1, 0x0f, 0xdc, 0xc3, 0x19, 0xbc, 0xcb, 0x8b, 0x2d, 0x57, 0xaa, 0x29, 0xe0, 0xee, 0x6c, 0xb4, 0x5b, 0x31, 0x6e, 0x17, 0x4f, 0x8e, 0xc4, 0x40, 0xc9, 0x4a, 0x11, 0xed, 0xe6, 0xff, 0x8b, 0xcb, 0x28, 0xb0, 0x8d, 0xd7, 0x70, 0x7b, 0xf0, 0xc6, 0xbb, 0x36, 0xe5, 0x0c, 0x7f, 0x7d, 0x9c, 0x81, 0x94, 0x58, 0x20, 0x36, 0x1e, 0xf0, 0x47, 0x6c, 0x2f, 0x57, 0x4b, 0xb9, 0x03, 0xc6, 0x46, 0x82, 0x18, 0xc9, 0x7e, 0x56, 0x34, 0xa5, 0xd4, 0x80, 0x75, 0x59, 0x79, 0xa0, 0x5a, 0x2d, 0x65, 0x8e, 0xc7, 0x9c, 0xef, 0x80, 0xdf, 0xed, 0xb9, 0x1b, 0x3d, 0xcd, 0x0d, 0x78, 0xeb, 0xbd, 0x1b, 0x96, 0x7a, 0x4a, 0xa3, 0x01, 0x5d, 0xcd, 0xee, 0x75, 0xae, 0x96, 0x32, 0x5e, 0x18, 0xb8, 0x68, 0xe4, 0x98, 0xc3, 0xe0, 0xd2, 0x8e, 0x81, 0x82, 0x9f, 0xa4, 0xb7, 0xde, 0x89, 0xf7, 0x8c, 0xae, 0x96, 0x92, 0x32, 0x2e, 0x0a, 0xcd, 0x89, 0x49, 0x29, 0xff, 0x8d, 0x36, 0x41, 0xeb, 0x9d, 0x78, 0x1c, 0x3b, 0x38, 0xa8, 0x56, 0x4b, 0xb9, 0xe5, 0xd8, 0x6d, 0x9d, 0x1c, 0x41, 0x16, 0x34, 0x8d, 0xfc, 0x57, 0xa0, 0x14, 0xb1, 0xde, 0x85, 0x33, 0xd8, 0xc4, 0x69, 0x6c, 0xa1, 0xc4, 0xed, 0x80, 0x47, 0x53, 0x21, 0x4a, 0xfe, 0xc3, 0x4a, 0x12, 0xe4, 0x51, 0x84, 0xd0, 0x62, 0x81, 0x50, 0x22, 0x46, 0xcb, 0x4c, 0xe0, 0x4d, 0xf8, 0x8e, 0x45, 0x5d, 0xe9, 0x70, 0xc2, 0x92, 0x81, 0x69, 0xd8, 0x2f, 0xb8, 0x72, 0xc2, 0x1f, 0x54, 0x66, 0x81, 0x41, 0x29, 0x62, 0xd8, 0x00, 0xed, 0x47, 0x83, 0xa6, 0x71, 0xe3, 0xea, 0xca, 0xec, 0xcc, 0x15, 0xdd, 0x6f, 0xb0, 0x13, 0xe6, 0xc1, 0x89, 0x89, 0x76, 0x8f, 0x9b, 0xd2, 0x3e, 0x37, 0x45, 0x3d, 0xae, 0x4b, 0x8d, 0x01, 0xa5, 0x30, 0x04, 0x33, 0x33, 0xf9, 0x0f, 0x89, 0x83, 0xf6, 0xd4, 0x59, 0xa0, 0x38, 0x2b, 0xc2, 0xe7, 0xfe, 0x80, 0x6e, 0xf7, 0x2a, 0x39, 0xa8, 0x19, 0x0e, 0x96, 0x5e, 0x04, 0x14, 0x98, 0x88, 0x15, 0x42, 0x46, 0x23, 0x34, 0x30, 0x0d, 0x19, 0x47, 0x76, 0x6f, 0x6b, 0x3c, 0xf5, 0xa2, 0x81, 0xa7, 0x89, 0x67, 0xa5, 0x01, 0x29, 0xfd, 0x42, 0x78, 0x5e, 0xa0, 0x59, 0xf9, 0x14, 0x73, 0xc2, 0xd2, 0x50, 0xeb, 0xea, 0x82, 0xcb, 0x0a, 0xa4, 0x29, 0xdc, 0x6f, 0x44, 0x18, 0x1a, 0x3a, 0x09, 0xa9, 0xab, 0xeb, 0x57, 0x3a, 0x97, 0x88, 0x97, 0xcb, 0xa3, 0xe3, 0xc0, 0xea, 0xcf, 0x03, 0x92, 0x31, 0x80, 0x7b, 0x15, 0x35, 0xec, 0xc2, 0xf7, 0x85, 0x80, 0xd6, 0x31, 0x7e, 0xf3, 0x5e, 0xdb, 0x2f, 0xc5, 0x8e, 0xc0, 0xe9, 0xe9, 0x56, 0xf3, 0x43, 0x6d, 0xf2, 0x05, 0x4a, 0xd8, 0xba, 0x40, 0x22, 0x16, 0xd7, 0x95, 0x19, 0xf4, 0xc8, 0xc5, 0xd6, 0x53, 0xb5, 0x06, 0x5e, 0x97, 0x6f, 0xd8, 0x53, 0x4f, 0x11, 0x83, 0x4b, 0x11, 0x2c, 0x04, 0xc3, 0x45, 0xaf, 0x1c, 0x40, 0x26, 0x5f, 0x18, 0xee, 0x15, 0x8b, 0x6b, 0xbb, 0x70, 0x1e, 0x60, 0x4d, 0xa1, 0x6e, 0x39, 0x74, 0xcd, 0xa2, 0xb6, 0x7f, 0xeb, 0xb3, 0xfd, 0x32, 0x7e, 0x40, 0xb4, 0x14, 0x41, 0xd1, 0x26, 0x21, 0x1d, 0x43, 0x53, 0xf4, 0x44, 0xc8, 0x07, 0x9c, 0x2c, 0x5d, 0x08, 0x69, 0x8b, 0x14, 0x59, 0xb3, 0x89, 0xc4, 0x54, 0xcf, 0x03, 0x24, 0x73, 0x80, 0xf8, 0xe2, 0x1d, 0x03, 0xd8, 0xab, 0xf2, 0x00, 0x2d, 0x3d, 0x49, 0xa4, 0x01, 0xd4, 0x93, 0x07, 0x68, 0x07, 0x81, 0xbe, 0xcf, 0x29, 0xbe, 0xab, 0x6e, 0x92, 0x8a, 0x10, 0xf8, 0x73, 0xb2, 0xa1, 0xf6, 0xed, 0x53, 0x5a, 0x06, 0xb8, 0x33, 0x21, 0x7d, 0x1e, 0x10, 0x0b, 0x1d, 0xad, 0x8d, 0x07, 0x64, 0x91, 0x07, 0xb0, 0xa8, 0x14, 0x5c, 0xec, 0x8c, 0xe7, 0xdd, 0x23, 0xff, 0xb0, 0xef, 0x5d, 0xf3, 0x00, 0x8d, 0xe2, 0x83, 0x50, 0x29, 0x22, 0x4d, 0x1c, 0x64, 0xa1, 0x0b, 0xb6, 0xe6, 0x33, 0x79, 0x22, 0x46, 0x99, 0x30, 0xa3, 0x6f, 0xb6, 0x87, 0xb6, 0xa0, 0x15, 0x78, 0xdb, 0xd0, 0x70, 0x38, 0x9b, 0x4a, 0x10, 0x4c, 0x57, 0x4b, 0xe9, 0xce, 0x03, 0xe6, 0x83, 0x10, 0xc9, 0x65, 0x01, 0x04, 0x60, 0x17, 0x4f, 0x39, 0xb1, 0xca, 0xce, 0xc0, 0x26, 0xd7, 0x80, 0x79, 0x86, 0xad, 0x71, 0xce, 0x1a, 0x10, 0x7b, 0x5f, 0xec, 0x44, 0x26, 0x89, 0x98, 0x3b, 0xed, 0x9a, 0x5d, 0x6a, 0xf7, 0x3a, 0xa0, 0x9c, 0x58, 0xa0, 0x12, 0x2c, 0x5b, 0xd9, 0xa4, 0x0b, 0x89, 0xf2, 0x00, 0xb7, 0xeb, 0xe1, 0xfc, 0x34, 0xc0, 0x3a, 0x07, 0x60, 0x95, 0xdf, 0xb3, 0x91, 0x78, 0x29, 0x26, 0x62, 0xb9, 0x10, 0x1b, 0xfd, 0x8e, 0x73, 0x61, 0x40, 0xe9, 0x54, 0x0d, 0xe5, 0x2c, 0xd9, 0xc2, 0x9e, 0xc7, 0x70, 0xbe, 0x1a, 0xb0, 0x32, 0x45, 0xa1, 0xe6, 0x88, 0x13, 0xc9, 0xfd, 0xf0, 0x59, 0x58, 0xf1, 0x71, 0x55, 0xd9, 0x26, 0x62, 0x7d, 0x17, 0x49, 0x62, 0xbf, 0xe2, 0xc6, 0x5a, 0xa0, 0xee, 0x0b, 0xd6, 0xdb, 0xe8, 0xc2, 0x89, 0x2a, 0x45, 0xb0, 0xc0, 0xb1, 0x2c, 0xd8, 0x16, 0xa7, 0x61, 0x40, 0xbf, 0xe9, 0x89, 0xf5, 0x0c, 0x5a, 0xe6, 0x8c, 0x23, 0xa1, 0xd5, 0xd4, 0x85, 0x42, 0x53, 0x0a, 0xf3, 0xd1, 0x11, 0x36, 0x10, 0x04, 0x63, 0x0d, 0xc8, 0x2b, 0xa2, 0x91, 0x8c, 0xf5, 0xd9, 0xd1, 0x17, 0x70, 0x3a, 0x06, 0xe4, 0x60, 0x78, 0x62, 0xed, 0x75, 0xb7, 0x18, 0xb1, 0xf1, 0xbc, 0x38, 0xf3, 0xe9, 0xe9, 0x92, 0x11, 0xcd, 0xf8, 0xef, 0xb8, 0xb5, 0xb8, 0x30, 0x45, 0x0a, 0x87, 0x86, 0x2f, 0x50, 0x4a, 0xc4, 0x2c, 0x7c, 0x49, 0x9c, 0x33, 0x85, 0xfa, 0xaf, 0x13, 0x87, 0xa1, 0x92, 0x11, 0x8d, 0x9f, 0xbd, 0x97, 0xaa, 0xf3, 0xd8, 0xd4, 0x8b, 0x8c, 0x35, 0xc0, 0x5e, 0x73, 0x42, 0xb3, 0x5d, 0x2b, 0x5f, 0x50, 0xdc, 0x8f, 0x72, 0x3f, 0x66, 0x3a, 0x78, 0x44, 0xba, 0xd9, 0xd0, 0x18, 0x89, 0x26, 0x62, 0x12, 0x00, 0xb3, 0x82, 0xdc, 0xb3, 0x63, 0x30, 0xed, 0x96, 0x60, 0x26, 0x5e, 0x2f, 0x88, 0x55, 0x0c, 0x4b, 0x68, 0x0f, 0x5c, 0xe5, 0x9e, 0x47, 0x84, 0x69, 0x48, 0xa4, 0x74, 0x7d, 0x81, 0x62, 0x22, 0x96, 0x5a, 0xee, 0x43, 0x6c, 0xbf, 0xbd, 0x2f, 0x10, 0xbe, 0x4f, 0x38, 0xb5, 0xdc, 0x8f, 0xd9, 0xfe, 0xd8, 0x2b, 0x95, 0x37, 0x46, 0xd1, 0x89, 0xd8, 0x16, 0x1e, 0x68, 0x7d, 0xbb, 0x48, 0x77, 0x0e, 0xaa, 0xef, 0x9b, 0xef, 0x31, 0x4f, 0x42, 0xf2, 0x5f, 0x22, 0x40, 0xf2, 0x59, 0xab, 0x63, 0xcf, 0x91, 0x35, 0x64, 0x00, 0x00, 0x1c, 0x56, 0x2a, 0xb4, 0x3d, 0x78, 0x62, 0x12, 0x97, 0xff, 0x74, 0x44, 0x03, 0xc1, 0xb9, 0x9d, 0x09, 0x7a, 0x73, 0xf1, 0xf6, 0x97, 0x91, 0x46, 0x29, 0xf2, 0xe1, 0x51, 0xa1, 0x11, 0x57, 0x1a, 0x7a, 0x63, 0x6d, 0x43, 0x2f, 0x11, 0xfb, 0xc3, 0xe2, 0xfd, 0x12, 0x5e, 0x57, 0x05, 0x86, 0x4f, 0xd0, 0x0c, 0xec, 0x23, 0xbc, 0xb8, 0xda, 0xfc, 0xbd, 0xbe, 0x09, 0xfa, 0x35, 0x6e, 0xe3, 0x34, 0x70, 0x0b, 0x5f, 0xc5, 0xb3, 0xf8, 0x80, 0xc7, 0x09, 0x28, 0xd0, 0x72, 0x4a, 0xdd, 0x22, 0x47, 0xc1, 0xa2, 0x30, 0x4c, 0xaf, 0xe2, 0x12, 0xae, 0xad, 0x8e, 0xfd, 0xb9, 0x41, 0xaf, 0x3e, 0xff, 0x35, 0x7c, 0x1b, 0x13, 0x75, 0xd1, 0xe5, 0x0f, 0x7f, 0xe2, 0x1b, 0x9e, 0xee, 0x60, 0xc3, 0xbf, 0x95, 0xe7, 0x7e, 0x7b, 0xf3, 0x29, 0x3c, 0x3d, 0xa1, 0xbd, 0x46, 0x7f, 0x3b, 0xfa, 0xcc, 0x0b, 0x6f, 0xf9, 0xfe, 0x28, 0x80, 0x01, 0x2f, 0xf3, 0x73, 0xbf, 0xfc, 0xe7, 0x3d, 0x7c, 0xac, 0x27, 0xfc, 0x79, 0x7b, 0x12, 0xf3, 0x2f, 0xca, 0x2f, 0xbe, 0xf4, 0xaa, 0x9d, 0x61, 0xc4, 0xe7, 0x1e, 0xa6, 0xcf, 0xe2, 0x19, 0x3a, 0xb3, 0xd6, 0x93, 0x02, 0xe0, 0x82, 0x09, 0xb4, 0x7a, 0xad, 0xf6, 0x01, 0xcb, 0xcf, 0xb5, 0x6f, 0x56, 0x7b, 0x80, 0xfa, 0xbe, 0xc5, 0xa7, 0xc6, 0xd6, 0x6a, 0xdb, 0xa5, 0xd7, 0x4b, 0xa3, 0x4d, 0xd5, 0xbc, 0x5b, 0xe2, 0xe3, 0xb4, 0x76, 0xb9, 0x77, 0xb1, 0x8f, 0x89, 0x6b, 0x7b, 0x99, 0x78, 0xb5, 0xbf, 0xda, 0xe6, 0xc6, 0x37, 0xf5, 0xd7, 0x71, 0x73, 0x73, 0xba, 0x4e, 0xbf, 0xf9, 0xd5, 0x55, 0x5b, 0xcf, 0x34, 0x16, 0x5b, 0x6d, 0xa2, 0x40, 0x81, 0x0d, 0x14, 0xb5, 0xf7, 0xe3, 0x4f, 0x54, 0x6d, 0x2f, 0xfe, 0x08, 0x1b, 0x20, 0x14, 0xa0, 0xe5, 0xa7, 0xd5, 0x16, 0x50, 0x54, 0xf1, 0x6c, 0x01, 0xd4, 0x16, 0x37, 0xe9, 0xce, 0x93, 0xda, 0xb1, 0x2b, 0x83, 0x51, 0x02, 0xe0, 0x65, 0x15, 0xbd, 0x04, 0xa3, 0x5c, 0xfe, 0x5f, 0x6c, 0x2d, 0x3e, 0x1d, 0x35, 0x5e, 0xab, 0xfd, 0x47, 0x8d, 0xf7, 0xa3, 0xea, 0x25, 0x1a, 0x9c, 0xe9, 0xcd, 0xb2, 0x22, 0xd0, 0x92, 0x0d, 0x6d, 0xd0, 0x37, 0x96, 0x80, 0x6f, 0x2c, 0x61, 0x5e, 0x07, 0x9e, 0x2a, 0xe0, 0x8f, 0x99, 0xd0, 0x4c, 0x2d, 0xa8, 0x87, 0x01, 0x5c, 0xdb, 0x6a, 0xff, 0xd5, 0x99, 0xd0, 0xc5, 0x88, 0xae, 0xbf, 0x3a, 0x13, 0x8e, 0x34, 0xe2, 0x62, 0xfd, 0x69, 0x6e, 0x75, 0xc0, 0xdb, 0x12, 0x5f, 0x74, 0x02, 0x7f, 0x0c, 0x3e, 0xb5, 0xfe, 0xd0, 0x78, 0xa1, 0x63, 0x9a, 0x5b, 0x9d, 0x09, 0xc7, 0x7a, 0x50, 0x82, 0x81, 0x1a, 0x03, 0xda, 0xf0, 0x73, 0xa5, 0x07, 0xeb, 0x0c, 0x60, 0x1c, 0x6a, 0xa6, 0x24, 0x96, 0xcb, 0x82, 0xd4, 0x41, 0xef, 0x06, 0xbe, 0x68, 0x49, 0x7d, 0xd3, 0xf4, 0x50, 0xa5, 0x59, 0x5d, 0x0c, 0xe0, 0x35, 0x26, 0x0c, 0x9b, 0xa2, 0x2e, 0x3d, 0x58, 0x31, 0x81, 0xf5, 0x81, 0xb7, 0x67, 0x40, 0xdd, 0x34, 0xd5, 0x59, 0x81, 0x86, 0xd1, 0x39, 0xfe, 0xdf, 0x65, 0x7a, 0xa8, 0xc5, 0x80, 0xfe, 0x3a, 0x21, 0xb7, 0xf4, 0xa0, 0x69, 0x8a, 0x80, 0xb2, 0xfa, 0xdf, 0xad, 0x07, 0x19, 0xd4, 0x97, 0x6c, 0xb4, 0x02, 0x15, 0x33, 0xb0, 0xe6, 0x76, 0x9b, 0xc6, 0xa7, 0xed, 0x82, 0x9b, 0x57, 0xc0, 0xbd, 0x4c, 0xe8, 0x33, 0x45, 0x75, 0x3d, 0x38, 0x4a, 0x57, 0xf9, 0x48, 0x7f, 0x9f, 0x74, 0xbb, 0x7e, 0xb7, 0x01, 0x54, 0x3a, 0xd0, 0x5c, 0xd4, 0xad, 0xb9, 0xa0, 0x27, 0x0d, 0xd6, 0x0d, 0xb8, 0x51, 0x4e, 0x3a, 0x36, 0x41, 0x5c, 0x79, 0x80, 0x4c, 0x6e, 0xf7, 0xcf, 0x89, 0x01, 0x7d, 0xfd, 0xeb, 0x8a, 0x80, 0x86, 0x18, 0xb0, 0x82, 0xb5, 0x6c, 0x79, 0x84, 0x89, 0x26, 0x9a, 0x68, 0xa2, 0x89, 0x9a, 0xf4, 0x7f, 0x42, 0x6e, 0x0b, 0xa1, 0xfa, 0xaf, 0xf2, 0x72, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int text_192_png_len = 3596; unsigned char view_refresh_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x56, 0x69, 0x65, 0x77, 0x20, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0xa6, 0xed, 0xaa, 0x62, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x30, 0x9f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x79, 0x78, 0x5c, 0xd5, 0x79, 0xf7, 0xef, 0x3d, 0xe7, 0xde, 0x59, 0xee, 0x68, 0x5f, 0x6d, 0x59, 0xde, 0x6d, 0x30, 0xc6, 0x36, 0x60, 0xd9, 0x66, 0x0d, 0x81, 0x06, 0x08, 0x21, 0x49, 0x0b, 0x0d, 0x4e, 0x02, 0x36, 0x49, 0x08, 0x36, 0x64, 0x69, 0x92, 0xf6, 0xe9, 0x93, 0xa4, 0x5f, 0x9b, 0x26, 0xee, 0x9a, 0xa6, 0x5f, 0x9b, 0x7e, 0x4d, 0x9a, 0x05, 0x1c, 0xc2, 0x66, 0x13, 0x02, 0xc9, 0x57, 0x82, 0x09, 0x24, 0x14, 0x62, 0x20, 0x6c, 0x06, 0x2f, 0x60, 0xb0, 0x0d, 0xde, 0x6d, 0x59, 0xb2, 0x25, 0x59, 0xd2, 0x48, 0x9a, 0xf5, 0x2e, 0xe7, 0xfd, 0xfe, 0xb8, 0x77, 0x56, 0xcd, 0x48, 0xa3, 0xc5, 0x96, 0x9c, 0xcf, 0xe7, 0x79, 0xc6, 0x33, 0x9a, 0xb9, 0x73, 0x3d, 0xf7, 0xfe, 0x7e, 0xef, 0xfe, 0x9e, 0x73, 0x80, 0xb3, 0xe3, 0xec, 0x38, 0x3b, 0xce, 0x8e, 0xb3, 0xe3, 0xec, 0x38, 0x3b, 0xce, 0x8e, 0xb3, 0xe3, 0xec, 0x38, 0x3b, 0xfe, 0xff, 0x1a, 0x74, 0x66, 0xff, 0x7c, 0xa6, 0xe5, 0xb7, 0x3f, 0xd2, 0xec, 0x48, 0x7b, 0x96, 0x80, 0xa8, 0x21, 0xa8, 0x1a, 0x25, 0xa8, 0x06, 0x4c, 0x5a, 0xf6, 0x51, 0x02, 0x2a, 0xc1, 0x10, 0x3d, 0x0a, 0xdc, 0x2b, 0x14, 0x7a, 0x1d, 0x96, 0x87, 0x76, 0xfc, 0xf4, 0x96, 0xf6, 0xb3, 0xf0, 0x9f, 0x41, 0x04, 0x68, 0xb9, 0xf3, 0x6e, 0x9d, 0x9c, 0xb2, 0x8b, 0x48, 0xa8, 0x4b, 0x19, 0xb8, 0x04, 0xc0, 0x42, 0x80, 0xe6, 0x03, 0x08, 0x8e, 0xf2, 0x94, 0x09, 0x06, 0x0e, 0x12, 0xb0, 0x0f, 0xc4, 0x6f, 0x92, 0x23, 0xb7, 0x69, 0xba, 0xb5, 0xfd, 0xd5, 0x1f, 0x7f, 0xba, 0xed, 0x2c, 0x01, 0x26, 0x0d, 0xe8, 0x0f, 0xd7, 0x09, 0xe5, 0x7c, 0x94, 0x89, 0x6e, 0x04, 0x70, 0x0d, 0x00, 0xe3, 0x34, 0xfc, 0xb7, 0xc7, 0x89, 0xb1, 0x99, 0x09, 0xcf, 0x39, 0x8a, 0x9e, 0xdb, 0x71, 0xef, 0xaa, 0x23, 0x67, 0x02, 0x90, 0xcb, 0xd6, 0x6e, 0xf8, 0xd0, 0xd6, 0xf5, 0xab, 0x9f, 0x3e, 0xe3, 0x09, 0x70, 0xd5, 0xba, 0xcd, 0x5a, 0xe4, 0x58, 0xfb, 0x87, 0x41, 0xea, 0x4e, 0x80, 0x3e, 0x08, 0x40, 0xe6, 0xa8, 0x73, 0x41, 0x08, 0x05, 0x74, 0x34, 0x54, 0x87, 0x50, 0x57, 0x65, 0xa0, 0xae, 0xca, 0x40, 0x75, 0x79, 0x00, 0xc1, 0x80, 0x8e, 0x80, 0x4f, 0x83, 0xdf, 0x27, 0x21, 0x84, 0x00, 0x33, 0x01, 0x60, 0x28, 0xc5, 0x30, 0x6d, 0x07, 0xa6, 0xe9, 0x20, 0x9a, 0xb4, 0x10, 0x89, 0x25, 0xd1, 0xd3, 0x1f, 0xc7, 0xc9, 0xde, 0x18, 0x3a, 0x7b, 0x63, 0xe8, 0xee, 0x8b, 0x82, 0x79, 0xc8, 0x9f, 0xb4, 0x1f, 0xc0, 0xff, 0x85, 0xa2, 0x5f, 0x6e, 0xbd, 0xf7, 0xd6, 0x37, 0x00, 0xe2, 0xc9, 0x76, 0xcf, 0x96, 0xaf, 0xd9, 0xf8, 0xa7, 0x2c, 0xf8, 0x9f, 0xb7, 0xde, 0xb3, 0x7a, 0xc1, 0x19, 0x4b, 0x80, 0x25, 0xb7, 0x3d, 0x18, 0xd2, 0x03, 0xf2, 0xcf, 0x00, 0xfe, 0x12, 0x01, 0xd3, 0xd2, 0x80, 0x13, 0xa1, 0x3c, 0xa4, 0x63, 0xce, 0xb4, 0x6a, 0xcc, 0x6f, 0xae, 0xc3, 0xd4, 0xfa, 0x32, 0xd4, 0x54, 0x18, 0xd0, 0x7d, 0xd2, 0x85, 0xc2, 0xc5, 0xd9, 0xf5, 0x08, 0x86, 0xf7, 0x19, 0x72, 0x2e, 0x5b, 0x31, 0x60, 0x39, 0x36, 0x4e, 0xf6, 0xc4, 0xd0, 0xde, 0x1d, 0x41, 0xeb, 0x89, 0x3e, 0x1c, 0x68, 0xeb, 0x41, 0x6f, 0x5f, 0xbc, 0xd8, 0x09, 0x8e, 0x02, 0xf4, 0x0b, 0x26, 0xbe, 0x7f, 0xdb, 0x3d, 0xab, 0xdf, 0x9e, 0x14, 0x92, 0xbf, 0xe6, 0xa1, 0xab, 0x40, 0xf4, 0x34, 0x03, 0xad, 0xdb, 0xd6, 0xaf, 0x3e, 0xe7, 0x8c, 0x23, 0xc0, 0xa5, 0x7f, 0xf1, 0x68, 0xd0, 0x8c, 0x9a, 0x5f, 0x10, 0x8c, 0xaf, 0x31, 0xd0, 0x90, 0x7a, 0xbf, 0x2c, 0xa8, 0xe3, 0xfc, 0x39, 0x0d, 0x58, 0x3c, 0xaf, 0x11, 0xd3, 0x1a, 0xca, 0x11, 0xf4, 0xeb, 0xb9, 0x50, 0x72, 0xd6, 0xaf, 0x67, 0x80, 0xc9, 0x95, 0x4d, 0xce, 0x01, 0x9b, 0x0a, 0x10, 0x80, 0x06, 0x11, 0x82, 0x01, 0x10, 0x13, 0x40, 0x80, 0x62, 0x46, 0x5f, 0x24, 0x81, 0x43, 0xed, 0x61, 0xbc, 0x77, 0xb4, 0x07, 0x7b, 0x0f, 0x77, 0x21, 0x69, 0xda, 0x85, 0x7e, 0xfa, 0x16, 0x02, 0xee, 0xf5, 0x39, 0xc9, 0x47, 0x5e, 0xfe, 0xe9, 0x1d, 0x03, 0x13, 0x22, 0xf9, 0x6b, 0x37, 0x5e, 0xc8, 0xe0, 0xe7, 0x01, 0x54, 0x82, 0xf0, 0xde, 0x19, 0xa7, 0x01, 0x96, 0xad, 0x79, 0xe8, 0x5a, 0x10, 0x7e, 0x04, 0xd0, 0x5c, 0x00, 0x20, 0x02, 0x1a, 0xaa, 0x43, 0xb8, 0xfc, 0x82, 0xe9, 0x38, 0x6f, 0x76, 0x3d, 0xca, 0x0d, 0x3f, 0x88, 0x3c, 0x98, 0xb2, 0xa4, 0x3d, 0xf5, 0x77, 0x36, 0xd8, 0x8a, 0x33, 0x02, 0xae, 0x98, 0xc1, 0xd9, 0xfa, 0x20, 0x9b, 0x1d, 0x44, 0x20, 0x00, 0x04, 0x02, 0x09, 0x86, 0x20, 0xca, 0x65, 0x52, 0xd6, 0x6d, 0x61, 0x00, 0x96, 0x65, 0xe3, 0xc8, 0xf1, 0x7e, 0xec, 0xdc, 0xdf, 0x81, 0x5d, 0x07, 0x3b, 0x90, 0x48, 0x0e, 0x22, 0x43, 0x84, 0x18, 0x3f, 0x95, 0x9a, 0xfc, 0x8f, 0xd7, 0x7e, 0x7c, 0xcb, 0xe1, 0xd3, 0xe7, 0x1f, 0x3d, 0x32, 0x97, 0x94, 0xfd, 0x12, 0x08, 0x53, 0xbc, 0xb7, 0xde, 0xdd, 0xba, 0x7e, 0xf5, 0x79, 0x67, 0x04, 0x01, 0x16, 0x7f, 0x7e, 0x63, 0xb5, 0xcf, 0x56, 0xdf, 0x27, 0xd0, 0xaa, 0xd4, 0x7b, 0xf5, 0x55, 0x06, 0xfe, 0x68, 0xf9, 0x1c, 0x2c, 0x9e, 0x5b, 0x0f, 0x5d, 0x97, 0x83, 0x04, 0x97, 0x09, 0x80, 0x02, 0x94, 0xf7, 0x06, 0x67, 0x11, 0x21, 0xe7, 0x6f, 0xf7, 0xaf, 0xcc, 0xf7, 0x52, 0xda, 0x22, 0xeb, 0x39, 0x75, 0x4c, 0xea, 0x6f, 0x22, 0x82, 0x20, 0x40, 0x08, 0x40, 0x92, 0x80, 0x10, 0x94, 0x73, 0x26, 0xf2, 0x6e, 0x53, 0xc2, 0x72, 0xb0, 0xff, 0x58, 0x2f, 0x5e, 0x7b, 0xa7, 0x15, 0x87, 0x5b, 0x7b, 0xa0, 0x72, 0x9d, 0x07, 0x9b, 0x18, 0x8f, 0x82, 0xe8, 0x7f, 0xbf, 0xb1, 0x7e, 0xd5, 0x9b, 0xa7, 0xf2, 0xfe, 0x5d, 0xbc, 0xe6, 0xe1, 0x46, 0x87, 0x9c, 0x97, 0x53, 0x82, 0xe3, 0x8d, 0x3d, 0x5b, 0xd7, 0xaf, 0x5e, 0x38, 0xe9, 0x09, 0xd0, 0x72, 0xe7, 0x43, 0x4b, 0x09, 0xf4, 0x18, 0x18, 0x73, 0x00, 0xc0, 0xef, 0x93, 0xb8, 0x66, 0xf9, 0x1c, 0x5c, 0xb2, 0xb8, 0x19, 0x7e, 0x9f, 0xcc, 0x80, 0x94, 0x27, 0xed, 0x8a, 0xb3, 0xa0, 0xcb, 0x01, 0xdf, 0x83, 0x29, 0x05, 0x76, 0x16, 0xf2, 0xd9, 0x9a, 0x22, 0xf7, 0xf8, 0x22, 0x24, 0x4a, 0xff, 0xd7, 0x04, 0x29, 0x08, 0x52, 0x02, 0x9a, 0x10, 0x20, 0xca, 0xd5, 0x10, 0xcc, 0xc0, 0xc9, 0x81, 0x04, 0x76, 0xec, 0x39, 0x81, 0x2d, 0xbb, 0x8e, 0x22, 0x1e, 0xb7, 0xf2, 0x08, 0xcb, 0x9b, 0x58, 0xd0, 0xdf, 0x9c, 0x0a, 0x3f, 0xe1, 0xe2, 0x2f, 0x6d, 0xa8, 0x70, 0x92, 0xfc, 0x3c, 0x98, 0x2e, 0xca, 0xfb, 0x68, 0xd7, 0xd6, 0xf5, 0xab, 0x17, 0x4d, 0x6a, 0x02, 0x2c, 0x5f, 0xbb, 0xf1, 0x33, 0x0c, 0xfe, 0x11, 0x80, 0x00, 0x00, 0xcc, 0x6d, 0xae, 0xc1, 0x4d, 0xef, 0x3f, 0x17, 0x8d, 0xb5, 0x65, 0x1e, 0x48, 0x39, 0x62, 0x9c, 0x96, 0x5e, 0x46, 0xae, 0xe4, 0x62, 0x48, 0xe9, 0xcf, 0x25, 0x40, 0x61, 0xe9, 0x2f, 0x72, 0x9e, 0x42, 0x44, 0x61, 0x40, 0x4a, 0x82, 0x4f, 0x0a, 0x68, 0x1a, 0xa5, 0xb5, 0x41, 0xea, 0x88, 0xb8, 0xe9, 0x60, 0xe7, 0xfe, 0x4e, 0xbc, 0xb8, 0xfd, 0x30, 0x7a, 0xfb, 0x62, 0xd9, 0x97, 0xab, 0x18, 0xfc, 0x33, 0x90, 0xfe, 0xad, 0x6d, 0xf7, 0x7c, 0xf2, 0xc0, 0x78, 0xdc, 0xbf, 0x79, 0x5f, 0xfa, 0x9e, 0xbf, 0x2a, 0x51, 0xf3, 0x34, 0x80, 0xab, 0x01, 0xa0, 0xae, 0xa6, 0x0c, 0x03, 0xd1, 0x24, 0x92, 0x49, 0x0b, 0x20, 0xbc, 0xb3, 0xf5, 0x9e, 0xd5, 0x8b, 0x27, 0x2d, 0x01, 0x5a, 0xd6, 0x6e, 0xfc, 0x3a, 0x81, 0xbf, 0xed, 0x69, 0x5c, 0x5c, 0xd5, 0x32, 0x0b, 0xd7, 0x5d, 0x3c, 0x17, 0x9a, 0x14, 0x19, 0x89, 0xcc, 0xbe, 0xf9, 0x45, 0x6c, 0x7d, 0x0e, 0x21, 0x78, 0x18, 0xe9, 0xcf, 0x3b, 0x4f, 0x71, 0xe9, 0xcf, 0xc8, 0x7f, 0xf1, 0xdf, 0xc0, 0x00, 0x01, 0x3e, 0x29, 0xe0, 0xd7, 0x05, 0xa4, 0x10, 0x39, 0xd7, 0x67, 0xda, 0x0a, 0xef, 0x1e, 0xed, 0xc6, 0xb3, 0x5b, 0x0e, 0xe0, 0x64, 0x4f, 0x24, 0xfb, 0x23, 0x8b, 0x41, 0x3f, 0x74, 0x89, 0xf0, 0xf1, 0xbe, 0xd1, 0xde, 0xbf, 0x95, 0x2b, 0x1f, 0x95, 0x87, 0xaa, 0xac, 0x9f, 0x03, 0xfc, 0x31, 0x00, 0xa8, 0xae, 0x08, 0xe2, 0xa6, 0x6b, 0x16, 0xe3, 0x91, 0xa7, 0xdf, 0x44, 0x2c, 0x6e, 0x02, 0xe0, 0x9d, 0x5b, 0xd7, 0xdf, 0x76, 0xc1, 0x48, 0xcf, 0x2b, 0x4e, 0x53, 0x92, 0xe2, 0x3b, 0x04, 0xfe, 0x17, 0x00, 0xa4, 0x49, 0x81, 0xdb, 0x3e, 0x74, 0x01, 0x3e, 0x7c, 0xf9, 0x7c, 0x68, 0x52, 0xe4, 0xfa, 0xe3, 0x45, 0xa4, 0xb5, 0xd0, 0xeb, 0x6c, 0x76, 0x14, 0x0b, 0xff, 0x98, 0x51, 0x30, 0x3e, 0xe4, 0xa2, 0xe1, 0xe1, 0xf0, 0x51, 0xa4, 0x69, 0x2b, 0xf4, 0xc7, 0x6c, 0xf4, 0xc7, 0x2c, 0x98, 0xb6, 0x93, 0xfe, 0xc8, 0xa7, 0x09, 0x2c, 0x99, 0x53, 0x8f, 0x3f, 0x5b, 0xb9, 0x02, 0x37, 0x5f, 0xbb, 0x18, 0x95, 0xe5, 0xe9, 0x04, 0xa5, 0x4e, 0xe0, 0xaf, 0x10, 0x9b, 0xef, 0x2d, 0x5b, 0xf3, 0xd0, 0xa7, 0x3c, 0x6f, 0x66, 0xc4, 0xe3, 0x50, 0x95, 0xf9, 0x5f, 0x29, 0xf0, 0x43, 0x86, 0x1f, 0x37, 0x7e, 0x60, 0x11, 0x8c, 0x80, 0x0e, 0x4e, 0x3b, 0xac, 0xa3, 0xcb, 0x4f, 0x9c, 0x72, 0x02, 0x2c, 0xbb, 0x73, 0xc3, 0xdf, 0x00, 0xf8, 0x1a, 0x00, 0xf8, 0x35, 0x81, 0xb5, 0x37, 0x2e, 0xc5, 0x92, 0xf9, 0x0d, 0xa5, 0xdd, 0xf3, 0x11, 0x5f, 0x52, 0x89, 0x27, 0xe5, 0x21, 0xbe, 0x5d, 0x22, 0x09, 0x6d, 0xa5, 0x30, 0x10, 0xb7, 0x11, 0x8e, 0x9a, 0x48, 0x98, 0x4e, 0xfa, 0x7d, 0x9f, 0x26, 0xb0, 0xf4, 0x9c, 0x46, 0xfc, 0xf9, 0x2d, 0x97, 0xe0, 0x23, 0xef, 0x3f, 0x0f, 0xc1, 0x40, 0x3a, 0x7c, 0x6d, 0x04, 0xd1, 0x03, 0xcb, 0xd6, 0x6e, 0x78, 0xb1, 0xe5, 0xce, 0x0d, 0x8b, 0x47, 0xa6, 0x3d, 0x37, 0xfc, 0x1d, 0x80, 0xcf, 0x01, 0x80, 0xcf, 0xa7, 0xe1, 0xa6, 0x0f, 0x9c, 0x8f, 0xaa, 0x90, 0xdf, 0x85, 0xde, 0xfb, 0xa1, 0x34, 0x8a, 0xbb, 0x75, 0xca, 0x09, 0xb0, 0x6c, 0xcd, 0x43, 0x9f, 0x02, 0xe3, 0x1f, 0x00, 0xc0, 0xaf, 0x4b, 0x7c, 0xfe, 0xe6, 0x15, 0x98, 0xdb, 0x5c, 0x53, 0x00, 0x32, 0x2e, 0x4d, 0x4a, 0x0b, 0xaa, 0xf3, 0xbc, 0xd7, 0xa5, 0x1c, 0x83, 0xc2, 0xce, 0x5f, 0x71, 0x42, 0x70, 0xd1, 0xdf, 0xe6, 0x28, 0x46, 0x34, 0x61, 0xa3, 0x67, 0x20, 0x89, 0x98, 0x97, 0x2f, 0x20, 0xef, 0x7a, 0x2f, 0x5f, 0x3c, 0x0d, 0x7f, 0x7e, 0xcb, 0xa5, 0x68, 0x59, 0x34, 0xdd, 0x0b, 0x37, 0x01, 0x80, 0xae, 0x20, 0xc6, 0xd6, 0x96, 0xb5, 0x1b, 0xbf, 0x71, 0xd5, 0xba, 0xcd, 0xda, 0xf0, 0x7e, 0xd3, 0x86, 0x2f, 0x10, 0xf0, 0x4d, 0x00, 0xd0, 0xa4, 0xc0, 0x8d, 0x57, 0x9f, 0x8f, 0xfa, 0x2a, 0x03, 0xa0, 0x41, 0xf6, 0x5b, 0x4d, 0x2a, 0x02, 0xac, 0xb8, 0xeb, 0xe1, 0x4b, 0x41, 0xf4, 0x13, 0x00, 0x24, 0x04, 0xe1, 0xf6, 0x8f, 0x5e, 0x88, 0xe6, 0xc6, 0x8a, 0x82, 0x6a, 0x9b, 0x8b, 0xa8, 0x6d, 0x2e, 0x95, 0x10, 0x43, 0xe9, 0x02, 0x2e, 0x4d, 0x47, 0x8c, 0x98, 0x34, 0xf9, 0x4e, 0x25, 0xbb, 0x44, 0xe8, 0x1e, 0x48, 0x22, 0x6e, 0x3a, 0xe9, 0x0f, 0x2a, 0x42, 0x3e, 0xdc, 0x7c, 0xd5, 0xb9, 0xb8, 0xf3, 0xe6, 0x15, 0x68, 0x6a, 0xa8, 0x4c, 0x5b, 0x0c, 0x02, 0xff, 0x43, 0xb4, 0xad, 0xed, 0xb5, 0x65, 0x77, 0x3c, 0xb8, 0xa8, 0x78, 0xc4, 0xb4, 0x71, 0x25, 0x03, 0xdf, 0x4f, 0xe5, 0x48, 0x3e, 0xf4, 0xbe, 0xf3, 0xd0, 0xd4, 0x50, 0xee, 0x01, 0x4f, 0x39, 0x62, 0x3f, 0xa9, 0x34, 0x40, 0xcb, 0x9d, 0x8f, 0x56, 0x2a, 0xa5, 0x36, 0x02, 0xd0, 0x01, 0x60, 0xe5, 0x35, 0x0b, 0x31, 0x7f, 0x46, 0x6d, 0x11, 0x90, 0x4a, 0xb1, 0xc8, 0xc3, 0x90, 0x66, 0x34, 0xc7, 0x0c, 0x95, 0x3e, 0xe6, 0xd2, 0xa4, 0x1f, 0x05, 0xb4, 0x88, 0x62, 0x46, 0x7f, 0xdc, 0x42, 0xf7, 0x40, 0x32, 0xc7, 0x47, 0x98, 0xd9, 0x58, 0x8e, 0xcf, 0x7d, 0xac, 0x05, 0x37, 0x5c, 0xb1, 0x00, 0x9a, 0x26, 0x52, 0x5f, 0x6d, 0x81, 0xa0, 0xad, 0xcb, 0xee, 0xdc, 0xf0, 0xb5, 0x7c, 0xdf, 0x60, 0xf9, 0x5d, 0x1b, 0x3e, 0x40, 0xac, 0x1e, 0x02, 0x20, 0x40, 0xc0, 0x35, 0x97, 0x9e, 0x8b, 0x79, 0xd3, 0x6b, 0xd2, 0xe0, 0x53, 0x56, 0x7e, 0x22, 0x15, 0x29, 0x4f, 0x1a, 0x02, 0x08, 0x65, 0xfe, 0x10, 0xc0, 0x6c, 0x00, 0xb8, 0x78, 0xd1, 0x34, 0xac, 0x58, 0x38, 0x6d, 0x68, 0x9b, 0x3a, 0x19, 0x9c, 0xbf, 0xf1, 0xf2, 0x49, 0x38, 0x63, 0x1a, 0x7a, 0x22, 0x16, 0x7a, 0x23, 0x16, 0x1c, 0xe5, 0xba, 0x6a, 0x3e, 0x29, 0x70, 0xe5, 0x45, 0xcd, 0xf8, 0xf2, 0x27, 0x2f, 0xc5, 0xac, 0xa6, 0xaa, 0x94, 0xec, 0xfa, 0xc1, 0xf8, 0xce, 0xb2, 0x35, 0x1b, 0x9f, 0xba, 0xe8, 0xf6, 0x47, 0xeb, 0x01, 0x60, 0xe9, 0x9a, 0x8d, 0x2d, 0xac, 0xf0, 0xdf, 0x00, 0xf9, 0x01, 0xe0, 0xf2, 0x8b, 0xe6, 0x60, 0xd1, 0xdc, 0x06, 0x37, 0x35, 0xe2, 0x39, 0xa2, 0xe9, 0x04, 0x26, 0xf3, 0xa8, 0x3d, 0xa6, 0x53, 0x42, 0x80, 0x65, 0x6b, 0x37, 0x7c, 0x88, 0x09, 0xb7, 0x02, 0x40, 0x5d, 0x95, 0x81, 0x1b, 0xaf, 0x3c, 0xb7, 0x24, 0x07, 0xac, 0xd0, 0x4d, 0x4c, 0x5b, 0x4d, 0x22, 0x08, 0xf2, 0x92, 0x33, 0x82, 0x20, 0x85, 0x80, 0x94, 0x02, 0x9a, 0xf7, 0xd0, 0x25, 0x41, 0x4a, 0x37, 0x34, 0x13, 0xde, 0xb1, 0x44, 0x23, 0x74, 0xfe, 0x50, 0x2a, 0x09, 0xb9, 0xa8, 0x99, 0x2a, 0x44, 0xc2, 0x84, 0xe5, 0xa0, 0xb3, 0x2f, 0x81, 0x48, 0x22, 0x93, 0x42, 0x6e, 0xac, 0x0e, 0x62, 0xcd, 0x9f, 0xb4, 0xe0, 0xfa, 0x2b, 0xce, 0xcd, 0x44, 0x42, 0x84, 0xeb, 0x85, 0x66, 0xee, 0x58, 0xbe, 0x66, 0xc3, 0x6a, 0x49, 0xfc, 0x14, 0x80, 0x72, 0x00, 0x58, 0x7a, 0x5e, 0x33, 0x56, 0x9c, 0xdf, 0xe4, 0xe5, 0xc5, 0x18, 0x07, 0x3b, 0x22, 0x48, 0x58, 0x4e, 0x76, 0xae, 0x2c, 0xf5, 0x7a, 0x54, 0x1a, 0x40, 0x1b, 0x5f, 0xd5, 0x7f, 0xb7, 0x0e, 0xc6, 0x77, 0x53, 0x36, 0xeb, 0xd6, 0x0f, 0x2e, 0x86, 0xcf, 0xa7, 0x0d, 0x71, 0xd3, 0x73, 0xef, 0x20, 0xa5, 0x4c, 0x1b, 0x65, 0xfe, 0xa0, 0xd4, 0x0d, 0xcf, 0xb0, 0x21, 0xb7, 0xea, 0xe3, 0xe5, 0xf7, 0x25, 0x03, 0xac, 0xb9, 0x45, 0x1d, 0x4e, 0x19, 0x45, 0xe5, 0xaa, 0x64, 0x47, 0xb9, 0xb5, 0x82, 0xd4, 0xf3, 0x78, 0x38, 0x7f, 0x79, 0xa9, 0xa9, 0x61, 0xfd, 0x96, 0xbe, 0x98, 0x85, 0x68, 0xc2, 0x46, 0xd0, 0xa7, 0x81, 0xc1, 0xb0, 0x1c, 0x85, 0xf3, 0x66, 0xd7, 0xa3, 0xa2, 0x2c, 0x88, 0xdf, 0xbe, 0xfc, 0x2e, 0xfa, 0x06, 0x12, 0x20, 0x60, 0x1a, 0x13, 0x1e, 0x4a, 0x7d, 0x67, 0xc1, 0xdc, 0x29, 0xb8, 0x72, 0xe9, 0x2c, 0x37, 0x71, 0xc2, 0xc0, 0x91, 0xae, 0x18, 0xc2, 0x51, 0x0b, 0x8d, 0x95, 0x81, 0x41, 0x04, 0x67, 0x1e, 0x9d, 0x06, 0x18, 0x57, 0x02, 0x90, 0x0a, 0x7d, 0x11, 0x84, 0x05, 0x00, 0xb0, 0x74, 0x41, 0x13, 0x66, 0x4e, 0xa9, 0xcc, 0x92, 0x86, 0xc2, 0x36, 0x9a, 0x52, 0xa0, 0x02, 0x20, 0x4a, 0x65, 0xe3, 0x28, 0xa7, 0x3c, 0xc3, 0xca, 0xcd, 0xb8, 0x59, 0x96, 0x03, 0xd3, 0xb6, 0x01, 0x06, 0x48, 0xb8, 0x92, 0x2e, 0x04, 0x41, 0x93, 0x02, 0x3e, 0x5d, 0xc2, 0xa7, 0xcb, 0x14, 0x1f, 0xc0, 0xec, 0x3e, 0x6b, 0x9e, 0xe6, 0x48, 0x89, 0x8b, 0x5b, 0x02, 0x56, 0x70, 0x1c, 0x05, 0x5b, 0xf1, 0x98, 0x9d, 0xbf, 0x21, 0x4d, 0x90, 0x37, 0x92, 0x96, 0x83, 0x70, 0xd4, 0x42, 0x24, 0xe1, 0x80, 0x99, 0x51, 0x5b, 0xee, 0x43, 0x4d, 0xb9, 0x1b, 0xc6, 0x35, 0xd5, 0x95, 0xe1, 0x96, 0x1b, 0x2e, 0xc2, 0x73, 0xaf, 0x1d, 0xc0, 0xbe, 0x23, 0x9d, 0x19, 0x9f, 0x61, 0x5a, 0x35, 0xae, 0xbb, 0x64, 0x2e, 0x84, 0x74, 0xc1, 0x6f, 0xeb, 0x89, 0xa1, 0x7b, 0x20, 0x99, 0x7b, 0xbf, 0x89, 0xb2, 0x53, 0xe7, 0x13, 0x4b, 0x80, 0xab, 0x3e, 0x73, 0x5f, 0x20, 0x02, 0x7c, 0xdd, 0x8d, 0x85, 0x25, 0x6e, 0xb8, 0x7c, 0x5e, 0xd1, 0x3c, 0x23, 0x7b, 0xbf, 0x97, 0x40, 0x60, 0xca, 0xad, 0xc5, 0x45, 0x62, 0x26, 0xda, 0x3a, 0x06, 0xd0, 0xde, 0x3d, 0x80, 0xe3, 0x27, 0x23, 0x38, 0xd1, 0xdd, 0x8f, 0xfe, 0xa8, 0x09, 0xcb, 0x56, 0x70, 0x14, 0x83, 0x39, 0x03, 0x42, 0x9a, 0x00, 0x82, 0x10, 0xf0, 0xeb, 0x30, 0x02, 0x1a, 0xea, 0x2a, 0x0d, 0xd4, 0x56, 0x1b, 0xa8, 0xaf, 0x0a, 0xa1, 0xa1, 0xc6, 0x40, 0x55, 0x79, 0x10, 0xa1, 0x80, 0x2f, 0xfd, 0x7f, 0x08, 0x72, 0xf3, 0x11, 0xd0, 0x05, 0x58, 0xb9, 0xf1, 0xbc, 0x65, 0x33, 0x2c, 0xe5, 0x56, 0x9a, 0x46, 0xeb, 0xfc, 0x15, 0x22, 0x8d, 0x65, 0x2b, 0x74, 0x47, 0x92, 0x88, 0xc4, 0xed, 0xac, 0x68, 0x01, 0xe8, 0xea, 0x4f, 0x22, 0x92, 0x70, 0x30, 0xad, 0x26, 0x08, 0x5d, 0x12, 0x82, 0x3e, 0x89, 0x1b, 0xde, 0x77, 0x0e, 0x76, 0x34, 0x54, 0xe0, 0xa5, 0x6d, 0x07, 0xd0, 0x50, 0x53, 0x8e, 0x8f, 0x5c, 0x79, 0x1e, 0x34, 0x29, 0x40, 0x00, 0x3a, 0xfa, 0x92, 0x38, 0x11, 0x4e, 0xe4, 0xe8, 0x7b, 0xf2, 0xb4, 0x63, 0x06, 0x77, 0x9e, 0x58, 0x13, 0x10, 0xd5, 0xf5, 0xdb, 0x00, 0xb7, 0x34, 0x79, 0xc9, 0x05, 0xd3, 0x51, 0x5d, 0x16, 0xc8, 0xc9, 0xc5, 0x03, 0xf9, 0xc5, 0xd6, 0xcc, 0xbf, 0x9d, 0x3d, 0x51, 0xec, 0x39, 0xdc, 0x85, 0xed, 0xef, 0x9d, 0x40, 0x47, 0x77, 0xc4, 0x2d, 0xe7, 0x96, 0xc0, 0x67, 0xc5, 0x0c, 0xe5, 0x30, 0x6c, 0xc7, 0xb5, 0xb5, 0xe1, 0x08, 0xd0, 0x7e, 0x32, 0x27, 0x0d, 0x8b, 0xa0, 0x4f, 0x43, 0x5d, 0x95, 0x81, 0x79, 0xcd, 0x35, 0x98, 0xdd, 0x5c, 0x85, 0x69, 0xf5, 0x15, 0x08, 0x05, 0x7d, 0x00, 0xbb, 0x64, 0xd0, 0xa5, 0x80, 0x2e, 0x01, 0x86, 0x74, 0x3b, 0x87, 0x2c, 0x86, 0xed, 0x94, 0x18, 0x3b, 0x16, 0x39, 0x46, 0x31, 0xa3, 0x3b, 0x62, 0xa2, 0x3f, 0x6a, 0xe5, 0x95, 0xa5, 0x33, 0x9a, 0x30, 0x96, 0xb4, 0x71, 0xa0, 0x23, 0x82, 0xa6, 0xea, 0x20, 0x2a, 0x0c, 0x0d, 0x92, 0x08, 0xcb, 0x16, 0x4c, 0xc5, 0x94, 0xda, 0x32, 0xd4, 0x56, 0x04, 0xe0, 0xd7, 0x24, 0x08, 0x40, 0x4f, 0xc4, 0x44, 0x5b, 0x77, 0x6c, 0xf0, 0xcf, 0xa0, 0x8c, 0xa6, 0xf3, 0x8c, 0xe5, 0x04, 0x6a, 0x80, 0x75, 0xeb, 0x04, 0xb7, 0xe3, 0x2f, 0x53, 0x85, 0x93, 0x2b, 0x2f, 0x9c, 0x51, 0xd0, 0x01, 0x23, 0xca, 0x44, 0xac, 0x36, 0x3b, 0xd8, 0x73, 0xb0, 0x1b, 0x2f, 0xee, 0x38, 0x8c, 0x23, 0x27, 0xfa, 0xa0, 0x14, 0x17, 0x2d, 0x56, 0xb0, 0x57, 0xae, 0x2d, 0x76, 0x4c, 0xbe, 0x4d, 0x61, 0x40, 0x91, 0xe7, 0xe0, 0xc6, 0x4d, 0x1b, 0xad, 0x9d, 0xfd, 0x68, 0xed, 0xec, 0xc7, 0xe6, 0xed, 0x80, 0x26, 0x09, 0x33, 0xa6, 0x54, 0xe2, 0xbc, 0x59, 0xf5, 0x98, 0xd7, 0x5c, 0x83, 0xc6, 0xba, 0x32, 0xd7, 0x69, 0x04, 0xe0, 0xd7, 0x24, 0xfc, 0x3a, 0xe0, 0x28, 0x20, 0x69, 0x3a, 0x48, 0x5a, 0x0a, 0x2a, 0xbb, 0xc8, 0x3c, 0x8c, 0xf3, 0xc7, 0xcc, 0xe8, 0x8b, 0xd9, 0xe8, 0x8d, 0x9a, 0x70, 0x9c, 0xdc, 0x9e, 0x84, 0x42, 0x9a, 0xc2, 0x71, 0x18, 0x47, 0x4f, 0x46, 0x51, 0x57, 0xee, 0xc7, 0x94, 0xea, 0x00, 0x88, 0x08, 0xcd, 0xf5, 0xe5, 0x69, 0x95, 0xd8, 0x1f, 0xb7, 0x70, 0xb8, 0x33, 0xea, 0xfe, 0x86, 0x1c, 0x5f, 0x89, 0x06, 0x75, 0x30, 0xf0, 0x44, 0x6a, 0x80, 0xa5, 0xc7, 0xe6, 0x5e, 0x0e, 0xc2, 0xb9, 0x00, 0xb0, 0x78, 0xde, 0x94, 0xb4, 0xf4, 0x0f, 0x2e, 0x3b, 0x11, 0x94, 0x62, 0xbc, 0x77, 0xa4, 0x0b, 0x4f, 0xbe, 0xb4, 0x0f, 0x9d, 0xbd, 0x83, 0xfb, 0xf1, 0x52, 0xb5, 0x79, 0x4d, 0x4a, 0x68, 0xba, 0x06, 0x41, 0x04, 0xc7, 0x71, 0x10, 0x4f, 0x5a, 0x85, 0xf0, 0xde, 0x4d, 0x84, 0xcd, 0x50, 0xb4, 0x83, 0x05, 0xbd, 0xc7, 0x6c, 0x77, 0xeb, 0xac, 0xf5, 0x44, 0xfa, 0xb4, 0x68, 0xa0, 0x5a, 0x35, 0x02, 0xce, 0x52, 0xa1, 0x78, 0x29, 0x13, 0xae, 0x04, 0xb0, 0x02, 0x80, 0x66, 0x3b, 0x8c, 0x83, 0x6d, 0x61, 0x1c, 0x6c, 0x0b, 0x03, 0x70, 0xfb, 0x10, 0x96, 0x9d, 0xd7, 0x84, 0x45, 0xf3, 0x1b, 0x50, 0x53, 0x61, 0x40, 0x30, 0xa0, 0x09, 0x40, 0xfa, 0x25, 0x82, 0x7e, 0x89, 0x84, 0xe5, 0x20, 0x9e, 0x54, 0xe0, 0x41, 0x2a, 0x89, 0x73, 0x0a, 0x4e, 0x91, 0x84, 0x8d, 0x9e, 0x88, 0x6b, 0xaa, 0x8a, 0x27, 0xb6, 0x0a, 0x13, 0xa2, 0xab, 0xdf, 0x4d, 0x1e, 0xcd, 0xac, 0x0f, 0x41, 0x4a, 0x17, 0xdc, 0x58, 0xd2, 0xc6, 0xc1, 0x8e, 0xcc, 0xfd, 0x29, 0x44, 0x38, 0xca, 0xc9, 0x06, 0x4e, 0xa0, 0x06, 0x10, 0x82, 0x3e, 0x91, 0xfa, 0x85, 0x97, 0x2c, 0x6a, 0x4e, 0x77, 0xf1, 0x70, 0x9e, 0x2d, 0xed, 0x1d, 0x88, 0xe3, 0x17, 0xcf, 0xed, 0xc1, 0xbe, 0xa3, 0xdd, 0x39, 0xcd, 0x14, 0x04, 0x40, 0xd3, 0x24, 0xfc, 0x3e, 0x1d, 0x42, 0x10, 0x88, 0x3c, 0x8e, 0x13, 0x10, 0x8f, 0x9b, 0x48, 0x5a, 0x56, 0xf6, 0xb1, 0xbd, 0x0a, 0xf8, 0xb1, 0x84, 0x73, 0xff, 0xeb, 0xeb, 0x3f, 0xbd, 0x77, 0x88, 0x9f, 0x15, 0x01, 0x70, 0x00, 0xc0, 0x63, 0xa9, 0xe4, 0x14, 0x90, 0xbc, 0x1a, 0x4c, 0xd7, 0x02, 0xb8, 0x96, 0x80, 0xf9, 0x00, 0xd0, 0x15, 0x8e, 0xe1, 0xe9, 0x57, 0xf7, 0xe3, 0x37, 0xaf, 0xed, 0xc7, 0xac, 0xa6, 0x6a, 0xac, 0x38, 0x7f, 0x1a, 0xce, 0x9b, 0x59, 0x87, 0x60, 0xc0, 0xbd, 0x35, 0x86, 0x2e, 0x11, 0xd4, 0x33, 0x44, 0xb0, 0x95, 0xca, 0x91, 0xe0, 0xfe, 0x84, 0x8d, 0x81, 0x98, 0x05, 0xcb, 0x51, 0x25, 0xe5, 0x31, 0x8a, 0x69, 0x91, 0x81, 0x84, 0x8d, 0xbd, 0xed, 0x03, 0x98, 0xd5, 0x68, 0x40, 0x10, 0x61, 0xff, 0x89, 0xc8, 0x20, 0x2d, 0x92, 0x0f, 0x3e, 0x18, 0xd9, 0xc4, 0x9c, 0x18, 0x02, 0xac, 0x5c, 0xf9, 0xa8, 0x3c, 0xcc, 0xe6, 0x4a, 0x06, 0x50, 0x51, 0xe6, 0xc7, 0xac, 0xa9, 0x95, 0x83, 0x6c, 0x15, 0x18, 0x78, 0xe7, 0x40, 0x17, 0x7e, 0xfe, 0xec, 0x2e, 0xc4, 0x13, 0x56, 0x8e, 0xb4, 0x07, 0x7c, 0x3a, 0x7c, 0x3e, 0xcd, 0x05, 0xdd, 0x93, 0x7e, 0xf2, 0xe2, 0xc0, 0xfe, 0x68, 0x0c, 0xa6, 0x95, 0x8e, 0x9f, 0x1d, 0x10, 0xbe, 0x9b, 0x90, 0xf4, 0xed, 0xb7, 0x7f, 0xb4, 0xaa, 0x77, 0xa4, 0xbf, 0xd3, 0x2b, 0xc5, 0x3e, 0xee, 0x3d, 0xb0, 0xfc, 0xb3, 0x1b, 0xe7, 0x28, 0x4d, 0xad, 0x02, 0xd3, 0x6d, 0x04, 0xcc, 0x67, 0x06, 0x0e, 0xb5, 0xf5, 0xe2, 0x50, 0x5b, 0x2f, 0xfc, 0xba, 0xc4, 0x65, 0x4b, 0xa6, 0x63, 0xc5, 0xa2, 0x66, 0xd4, 0x54, 0x04, 0x40, 0x00, 0x02, 0xba, 0x84, 0xae, 0x09, 0x44, 0x62, 0x0e, 0x4e, 0x46, 0x12, 0x18, 0x88, 0xdb, 0xe9, 0x22, 0x10, 0xf3, 0xc8, 0x22, 0x86, 0x62, 0x39, 0x85, 0xa4, 0xad, 0xb0, 0xaf, 0x3d, 0x02, 0x21, 0x28, 0xd7, 0x0f, 0xe1, 0x42, 0xa6, 0x91, 0x72, 0xf2, 0x00, 0xe0, 0x09, 0xca, 0x03, 0x1c, 0xaa, 0x30, 0x2f, 0x81, 0xd7, 0xcc, 0xb9, 0x68, 0x4e, 0x03, 0x74, 0x2f, 0xb1, 0x91, 0x0a, 0xc3, 0x98, 0x19, 0xcf, 0x6d, 0x3d, 0x8c, 0xdf, 0xbe, 0x72, 0x20, 0x2d, 0xf5, 0x04, 0x20, 0x18, 0xf0, 0x21, 0xe0, 0xf7, 0x79, 0xc0, 0x23, 0x4d, 0x80, 0x14, 0x09, 0xc2, 0xfd, 0x51, 0x98, 0x66, 0xda, 0x7b, 0x6e, 0x63, 0xe6, 0x5b, 0xb6, 0xaf, 0xbf, 0xed, 0xf7, 0xe3, 0xe5, 0xb4, 0xbe, 0xf1, 0xd3, 0x55, 0x07, 0x01, 0xfc, 0x03, 0xc0, 0xff, 0xb8, 0xec, 0x8e, 0x8d, 0x97, 0x41, 0xf2, 0xa7, 0xc0, 0xf4, 0x71, 0x00, 0x55, 0x49, 0xcb, 0xc1, 0xe6, 0x6d, 0x87, 0xf1, 0xe2, 0x8e, 0x23, 0x38, 0x77, 0x56, 0x3d, 0x5a, 0x16, 0x4e, 0x43, 0x5d, 0x55, 0x28, 0xdd, 0x5a, 0x18, 0xf2, 0x6b, 0xb0, 0x1d, 0x86, 0x69, 0xb9, 0x91, 0xc9, 0xb0, 0xc2, 0xc7, 0xa5, 0x26, 0xc1, 0x18, 0x4a, 0xb9, 0xf9, 0x8a, 0xa1, 0xea, 0x20, 0xe9, 0x3c, 0x49, 0xb6, 0x09, 0x98, 0xa8, 0x30, 0x90, 0x04, 0xae, 0x4c, 0xfd, 0xcf, 0x0b, 0x66, 0xd7, 0xa7, 0xd5, 0xbf, 0x0b, 0xbe, 0xc2, 0xa6, 0x17, 0xf7, 0xe2, 0xc5, 0x37, 0x8f, 0x66, 0x42, 0x37, 0x21, 0x50, 0x55, 0x6e, 0xb8, 0x21, 0x4e, 0x16, 0xe8, 0xd9, 0x24, 0x88, 0xc6, 0x93, 0xd9, 0x36, 0xbf, 0x03, 0x24, 0xae, 0xd9, 0xbe, 0xfe, 0xd6, 0x77, 0x4f, 0x4d, 0xd9, 0x8a, 0x78, 0xeb, 0xbd, 0x78, 0x19, 0xc0, 0xcb, 0x57, 0x7d, 0xe6, 0xbe, 0xaf, 0x44, 0x35, 0xfd, 0x66, 0x26, 0xfe, 0x2a, 0x40, 0x4b, 0x1c, 0xc5, 0xd8, 0x7d, 0xb0, 0x13, 0x7b, 0x0e, 0x75, 0x62, 0x4e, 0x73, 0x2d, 0x2e, 0x5e, 0x3c, 0x1d, 0x8d, 0x35, 0xe5, 0x20, 0x62, 0x54, 0x19, 0x3a, 0xca, 0x83, 0x3a, 0xc2, 0x11, 0x13, 0x7d, 0x71, 0x13, 0x4a, 0x0d, 0x6f, 0xeb, 0x0b, 0x35, 0xb2, 0x94, 0x7a, 0x4c, 0x21, 0x97, 0x8a, 0xf2, 0x82, 0x8f, 0x09, 0x21, 0x00, 0x33, 0xae, 0x04, 0xb9, 0x13, 0x36, 0x66, 0x36, 0x56, 0xa4, 0x93, 0x3b, 0x8a, 0x81, 0xdf, 0xbe, 0x7a, 0x20, 0x07, 0xfc, 0x80, 0x5f, 0x47, 0x55, 0x85, 0x01, 0x22, 0x01, 0x81, 0xc1, 0x92, 0x4f, 0x04, 0x38, 0x8e, 0x42, 0x78, 0x20, 0xdd, 0x5a, 0x95, 0x80, 0x52, 0xd7, 0x6c, 0xbb, 0x77, 0xf5, 0x29, 0x02, 0x3f, 0x77, 0x3c, 0x7f, 0xff, 0xed, 0x09, 0x00, 0x1b, 0x00, 0xde, 0xb8, 0x74, 0xed, 0xc6, 0x0f, 0x0b, 0xe0, 0x7f, 0x01, 0xb8, 0x8c, 0x19, 0x38, 0xd0, 0xda, 0x8d, 0x83, 0xc7, 0xba, 0xb1, 0x70, 0x4e, 0x03, 0x2e, 0xbb, 0x70, 0x26, 0xca, 0x0c, 0x3f, 0x24, 0x08, 0xb5, 0x15, 0x7e, 0x94, 0x1b, 0x1a, 0x3a, 0xc3, 0x49, 0xc4, 0x2d, 0x67, 0x44, 0xce, 0xdf, 0x20, 0xb0, 0x87, 0xab, 0x83, 0x14, 0xd0, 0x04, 0x3c, 0xa1, 0xfd, 0x00, 0xeb, 0xd6, 0x09, 0x10, 0x2e, 0x03, 0x80, 0xa9, 0xb5, 0xe5, 0x08, 0xfa, 0xb5, 0x34, 0x2b, 0xb7, 0xbf, 0x77, 0x1c, 0xcf, 0xbe, 0x71, 0x28, 0x7d, 0x23, 0x42, 0x46, 0x00, 0x75, 0xd5, 0x15, 0xd0, 0x35, 0x0d, 0xba, 0x26, 0xa1, 0xe9, 0x12, 0xba, 0xae, 0x41, 0xd7, 0x25, 0x74, 0x2d, 0xf5, 0xd0, 0xd0, 0x1f, 0x8d, 0x83, 0x53, 0xe2, 0xc4, 0xfc, 0xcd, 0xad, 0xf7, 0x7e, 0xea, 0x1d, 0x9c, 0xf6, 0x41, 0xbc, 0x7d, 0xfd, 0xea, 0x27, 0xb7, 0xae, 0x5f, 0x7d, 0x39, 0x41, 0x5c, 0x45, 0xc0, 0x6f, 0x53, 0xa0, 0xee, 0x3a, 0xd0, 0x89, 0xfb, 0x7f, 0xb5, 0x0d, 0x6f, 0xbc, 0x73, 0x0c, 0xb6, 0xe3, 0x80, 0xc0, 0xf0, 0x6b, 0x02, 0xd3, 0xeb, 0x82, 0xa8, 0xaf, 0xf0, 0x67, 0x35, 0x90, 0x8e, 0xbc, 0xcc, 0x5d, 0x8c, 0x34, 0x28, 0x1a, 0x01, 0x64, 0x5a, 0xda, 0x27, 0xa4, 0x1a, 0xd8, 0xd2, 0x3e, 0xa7, 0x19, 0x40, 0x05, 0x00, 0x34, 0xd5, 0x57, 0xa4, 0xfb, 0xe4, 0x8e, 0x77, 0x45, 0xf0, 0xcb, 0xe7, 0xf6, 0xa4, 0x2f, 0xa8, 0x3c, 0x14, 0x40, 0x7d, 0x75, 0x79, 0x1a, 0xe4, 0x14, 0xe0, 0x5a, 0xfa, 0x6f, 0xa1, 0x34, 0x4d, 0x98, 0x20, 0xc4, 0x07, 0xa2, 0x89, 0xd4, 0x95, 0xef, 0x9f, 0xdd, 0xe7, 0xff, 0x2e, 0x26, 0x78, 0xbc, 0xb1, 0xfe, 0xd6, 0x17, 0xde, 0x58, 0xbf, 0xfa, 0x7a, 0x21, 0xc4, 0x65, 0x00, 0x5e, 0x87, 0x97, 0xe1, 0x7b, 0x69, 0xc7, 0x61, 0xdc, 0xff, 0xc4, 0x36, 0xec, 0x3f, 0xd6, 0xe3, 0xd5, 0x1e, 0x08, 0xd5, 0x21, 0x1f, 0x66, 0x35, 0x18, 0x08, 0xfa, 0xe4, 0xb8, 0x14, 0x94, 0x8a, 0xaa, 0xff, 0x74, 0xd1, 0x24, 0x87, 0x35, 0xa7, 0x5f, 0x03, 0x08, 0x12, 0xf3, 0xd3, 0x15, 0xae, 0xba, 0x10, 0x88, 0xdc, 0x3c, 0xfb, 0xa3, 0xcf, 0xbd, 0x83, 0xa4, 0xe7, 0xbd, 0x07, 0x03, 0x3e, 0x34, 0xd6, 0x56, 0xe5, 0x01, 0xaf, 0xd9, 0x9a, 0x14, 0x49, 0x4d, 0x8a, 0xa8, 0x14, 0xd4, 0x27, 0xa4, 0x0c, 0x0b, 0x21, 0xc3, 0x7d, 0xd1, 0xb8, 0xa9, 0x94, 0x4a, 0x15, 0x06, 0x7e, 0xf8, 0xd8, 0x63, 0x1f, 0x77, 0x30, 0x49, 0xc6, 0xeb, 0x77, 0xdf, 0xfa, 0xea, 0xd6, 0x69, 0xfb, 0x2f, 0x25, 0xd0, 0xed, 0x00, 0x8e, 0x03, 0xc0, 0x40, 0x34, 0x89, 0x27, 0x36, 0xef, 0xc6, 0xa6, 0xcd, 0x7b, 0x10, 0x8d, 0x25, 0x41, 0xe4, 0xb6, 0x84, 0xcd, 0xa8, 0x0f, 0x61, 0x4a, 0x55, 0x20, 0x23, 0x9b, 0x25, 0x38, 0x7f, 0xc3, 0xd5, 0x23, 0x86, 0xf7, 0x01, 0x26, 0xa0, 0x27, 0x50, 0x29, 0x37, 0x96, 0x26, 0x02, 0xea, 0xab, 0x42, 0x00, 0x80, 0x2d, 0xef, 0x1c, 0xc3, 0xd1, 0x13, 0xfd, 0x00, 0x00, 0x29, 0x05, 0xa6, 0x4f, 0xa9, 0x65, 0x4d, 0x93, 0x96, 0xd4, 0x44, 0x5c, 0x08, 0x11, 0x91, 0x52, 0x84, 0xa5, 0xa0, 0xb0, 0x14, 0x22, 0x2c, 0x04, 0x85, 0x85, 0x90, 0x61, 0x41, 0x14, 0x16, 0x82, 0xc2, 0xb1, 0x68, 0x3c, 0x25, 0x3a, 0xa6, 0x6d, 0x9a, 0xf7, 0x61, 0xb2, 0x8d, 0x75, 0xeb, 0xd4, 0x1b, 0xeb, 0x57, 0xdd, 0xef, 0x77, 0x92, 0xe7, 0x12, 0xf8, 0x3b, 0x00, 0x27, 0x01, 0x60, 0xff, 0xb1, 0x6e, 0x3c, 0xb8, 0x69, 0x3b, 0xde, 0x3b, 0x7c, 0x32, 0x0d, 0x4e, 0x75, 0x99, 0x0f, 0xb3, 0x1b, 0x42, 0xf0, 0x69, 0x62, 0x5c, 0x9d, 0xbf, 0xec, 0xaa, 0x69, 0xce, 0x37, 0x99, 0x4f, 0xbf, 0x09, 0x10, 0xe0, 0x59, 0xa9, 0x98, 0xb4, 0xb6, 0x22, 0x80, 0x68, 0xdc, 0xc2, 0x33, 0xaf, 0x65, 0x5a, 0xe0, 0x67, 0x4c, 0xa9, 0x8b, 0x6a, 0x9a, 0xd6, 0x2b, 0x88, 0xc2, 0x92, 0x44, 0x58, 0x93, 0xc2, 0x7d, 0x2d, 0x28, 0x2c, 0x84, 0x70, 0xc1, 0x17, 0x14, 0x16, 0x1e, 0x29, 0x62, 0x49, 0x2b, 0xe0, 0x7d, 0x75, 0xc7, 0x9b, 0xf7, 0xdf, 0x1e, 0xc6, 0x24, 0x1d, 0x2f, 0xff, 0xf4, 0x8e, 0x81, 0x37, 0xd6, 0xdf, 0xf6, 0x57, 0x4a, 0x61, 0x11, 0x80, 0x67, 0x01, 0x20, 0x9e, 0xb4, 0xf1, 0xe4, 0x8b, 0x7b, 0xf0, 0xeb, 0xdf, 0xbf, 0x87, 0xa4, 0xd7, 0x12, 0x16, 0xf4, 0x4b, 0xcc, 0x9d, 0x52, 0x86, 0xf2, 0xa0, 0x36, 0xae, 0xce, 0x5f, 0x5a, 0x03, 0x50, 0x76, 0x4f, 0xd8, 0x04, 0x68, 0x00, 0x06, 0x55, 0xa5, 0x8a, 0x1f, 0x81, 0x80, 0x8e, 0x57, 0xdf, 0x3e, 0x86, 0x88, 0x37, 0x4b, 0xa6, 0xdc, 0x08, 0xc4, 0x0d, 0xc3, 0xdf, 0x2d, 0x89, 0xc2, 0x29, 0xa9, 0x17, 0x42, 0x7a, 0x92, 0x2f, 0xc3, 0x52, 0x8a, 0xde, 0x94, 0x26, 0xd0, 0xa4, 0xe8, 0x4d, 0x24, 0x2d, 0x4b, 0x39, 0x4a, 0xf3, 0xae, 0xee, 0x55, 0x9c, 0x01, 0x63, 0xfb, 0xbd, 0xb7, 0xed, 0xdf, 0xba, 0x7e, 0xd5, 0x75, 0x4c, 0xf4, 0x15, 0x00, 0x71, 0x00, 0x78, 0xf7, 0x50, 0x27, 0x1e, 0xd8, 0xb4, 0x1d, 0xed, 0x5d, 0xee, 0x7c, 0x51, 0x29, 0x08, 0xb3, 0x1a, 0x42, 0x98, 0x5a, 0x15, 0x28, 0x6a, 0xde, 0x47, 0xe2, 0xfc, 0x65, 0x2a, 0x41, 0xf9, 0x9a, 0x80, 0x26, 0xa2, 0x25, 0x8c, 0x2b, 0xd3, 0x1e, 0x29, 0x33, 0x5e, 0xd8, 0x71, 0x38, 0x5d, 0x99, 0x9a, 0x31, 0xb5, 0xee, 0x88, 0x26, 0x44, 0x58, 0x4a, 0x4f, 0xdd, 0xa7, 0x48, 0x20, 0x29, 0x2c, 0x05, 0xbc, 0xf7, 0xdc, 0xbf, 0x05, 0x89, 0x70, 0xd2, 0xb4, 0x39, 0xab, 0x9c, 0xb6, 0x03, 0x67, 0xcc, 0x20, 0xde, 0x76, 0xcf, 0xaa, 0xef, 0x49, 0x81, 0x65, 0x00, 0xb6, 0xbb, 0xbe, 0x41, 0x02, 0x8f, 0xfc, 0xf6, 0x4d, 0x6c, 0xd9, 0x79, 0xcc, 0x2b, 0xd1, 0x10, 0x1a, 0x2a, 0x03, 0x98, 0x3b, 0x25, 0xe4, 0xf6, 0x26, 0x8c, 0xd2, 0xf9, 0x2b, 0x64, 0x06, 0x32, 0xb5, 0x82, 0x09, 0x70, 0x02, 0xc1, 0xae, 0x06, 0xd0, 0x35, 0x0d, 0x7b, 0x0e, 0x9f, 0x44, 0xd4, 0x93, 0xfe, 0xca, 0xf2, 0xe0, 0x49, 0x5d, 0x97, 0x3d, 0x24, 0x45, 0x98, 0x84, 0x08, 0x53, 0x4a, 0xe5, 0x7b, 0x60, 0x0b, 0x8f, 0x10, 0x1a, 0xa5, 0xfc, 0x00, 0x11, 0x76, 0x2c, 0x27, 0x9d, 0xf9, 0x51, 0x44, 0x3d, 0x38, 0xc3, 0xc6, 0x96, 0xbb, 0x57, 0xef, 0x66, 0x8a, 0x5e, 0x02, 0xe0, 0x17, 0x80, 0x5b, 0x9d, 0x7f, 0xe5, 0xcd, 0x23, 0xe8, 0xe8, 0x89, 0xa4, 0xbb, 0x77, 0x84, 0xa0, 0x4c, 0xc2, 0x68, 0x94, 0xce, 0x5f, 0x76, 0x08, 0x98, 0x6a, 0x13, 0xf3, 0x84, 0x6e, 0x02, 0x12, 0x41, 0x04, 0x3f, 0xe0, 0x96, 0x58, 0x5f, 0xdf, 0x7d, 0x2c, 0xfd, 0xf6, 0xf4, 0xa6, 0xda, 0x77, 0xa4, 0x14, 0x71, 0x02, 0x6c, 0x82, 0xb0, 0x59, 0xb0, 0x03, 0x08, 0x9b, 0x00, 0x9b, 0x88, 0x1d, 0x12, 0xc2, 0x26, 0x82, 0xcd, 0x0c, 0x47, 0x90, 0xfb, 0xbe, 0x03, 0x95, 0x14, 0x42, 0xc4, 0x95, 0x52, 0x71, 0x09, 0x79, 0xc6, 0x11, 0x00, 0x00, 0x24, 0x19, 0x0b, 0x15, 0xe3, 0xba, 0xd4, 0xdf, 0xd7, 0x5f, 0x71, 0x0e, 0x9a, 0xea, 0xcb, 0xbd, 0x46, 0x4e, 0x07, 0x07, 0x4f, 0x78, 0xbd, 0x0e, 0xa3, 0x74, 0xfe, 0x0a, 0x58, 0x01, 0xaf, 0x05, 0x8e, 0x47, 0x1d, 0x06, 0x6a, 0x63, 0xc3, 0x1f, 0x26, 0x03, 0x48, 0x24, 0x6d, 0xb4, 0x7a, 0x9e, 0x7f, 0xc0, 0xaf, 0xf7, 0x06, 0x7c, 0xbe, 0x4e, 0x30, 0x1c, 0x22, 0xb2, 0x49, 0xc0, 0x66, 0x26, 0xf7, 0xb5, 0x4b, 0x08, 0x87, 0x08, 0x36, 0x04, 0x6c, 0x40, 0x38, 0x02, 0xb0, 0xd9, 0xfd, 0x2c, 0x2a, 0x05, 0xf5, 0x28, 0x85, 0x1e, 0x45, 0x7c, 0xc6, 0x11, 0xe0, 0xa2, 0x3b, 0x36, 0xce, 0x54, 0x8a, 0x9f, 0x4a, 0xe5, 0x45, 0xae, 0x6c, 0x99, 0x8d, 0xf3, 0xe7, 0x36, 0x80, 0xe1, 0xe6, 0xf6, 0x0f, 0x74, 0x44, 0x61, 0x39, 0x5c, 0x7a, 0x34, 0x50, 0xd2, 0xfd, 0xa7, 0x2c, 0x0d, 0x30, 0x01, 0xb5, 0x00, 0x05, 0x58, 0xe4, 0x39, 0x81, 0xa9, 0x51, 0x53, 0x11, 0xda, 0x23, 0x84, 0x08, 0x13, 0xb3, 0x07, 0xb4, 0xb4, 0x01, 0xe5, 0x10, 0xc8, 0x06, 0x09, 0x1b, 0x60, 0x47, 0x00, 0xb6, 0x20, 0xb2, 0x15, 0xe0, 0x08, 0x22, 0x9b, 0x01, 0x5b, 0x6a, 0xa2, 0x5b, 0x4a, 0x71, 0xd2, 0xb2, 0xec, 0xe3, 0xcc, 0xf6, 0x19, 0xb5, 0x7c, 0x5d, 0xcb, 0x9d, 0x8f, 0x56, 0x12, 0x9b, 0x9b, 0x00, 0x34, 0x01, 0xc0, 0x92, 0x73, 0xa7, 0x62, 0xc5, 0xa2, 0xe6, 0xb4, 0x83, 0x77, 0xb0, 0x23, 0x8a, 0xa4, 0x97, 0x26, 0x2e, 0x25, 0x1a, 0x28, 0x51, 0xf8, 0x72, 0xcf, 0x45, 0x13, 0x50, 0x0b, 0x20, 0x82, 0x99, 0xff, 0xbb, 0x1b, 0x6b, 0x2b, 0xdf, 0xd6, 0x84, 0x08, 0x2b, 0x28, 0x47, 0x40, 0x7a, 0xaa, 0xde, 0x95, 0x7a, 0x41, 0xc2, 0x66, 0x28, 0x87, 0x88, 0x6c, 0x00, 0xb6, 0x04, 0x3b, 0x82, 0x84, 0xcd, 0x44, 0xb6, 0x4f, 0xd3, 0x8f, 0x69, 0x52, 0xcc, 0x05, 0xa1, 0x4d, 0x28, 0x0e, 0x9c, 0x29, 0xe0, 0x5f, 0xf5, 0x99, 0xfb, 0x02, 0x11, 0x4e, 0x3e, 0x09, 0xd0, 0x62, 0x00, 0x98, 0xdb, 0x5c, 0x8b, 0x6b, 0x2f, 0x9e, 0x0b, 0x41, 0x6e, 0x79, 0xee, 0x68, 0x57, 0x14, 0xd1, 0xa4, 0x35, 0xa6, 0xcc, 0x5f, 0x41, 0x07, 0x30, 0x9d, 0x11, 0x4c, 0x87, 0x12, 0x13, 0x60, 0x02, 0x14, 0x06, 0xb2, 0xe7, 0xb3, 0x48, 0x21, 0x22, 0x46, 0x28, 0x78, 0x4c, 0x10, 0x6c, 0x01, 0xe1, 0x00, 0xe4, 0x49, 0xba, 0x72, 0x04, 0x91, 0x2d, 0x08, 0xb6, 0x82, 0x74, 0x24, 0xc1, 0x66, 0x45, 0x36, 0x41, 0x39, 0x20, 0xd8, 0x9a, 0x80, 0xed, 0xf3, 0x8b, 0x36, 0x21, 0xe4, 0x71, 0x02, 0x1d, 0x77, 0x48, 0x13, 0x67, 0x04, 0xfa, 0xeb, 0xd6, 0x89, 0x48, 0xbb, 0xbe, 0x11, 0x8c, 0x2b, 0x00, 0x60, 0x4a, 0x6d, 0x39, 0x3e, 0x7a, 0xd5, 0x82, 0x74, 0x4a, 0xbc, 0xbd, 0x27, 0x8e, 0x70, 0xd4, 0x1a, 0x97, 0xcc, 0x5f, 0x21, 0x47, 0x30, 0x1b, 0x72, 0xe2, 0x09, 0x70, 0x02, 0x15, 0xa1, 0x3d, 0x9b, 0x84, 0x3e, 0x9f, 0x7e, 0x44, 0x10, 0x85, 0x05, 0x91, 0x0d, 0x41, 0x36, 0xb1, 0x72, 0x04, 0xc1, 0x26, 0x48, 0x47, 0x12, 0xd9, 0x2c, 0x60, 0x6b, 0xcc, 0x0e, 0x14, 0x6c, 0x92, 0xb0, 0xc9, 0x6d, 0xf2, 0xb0, 0x85, 0xd4, 0xed, 0xa0, 0x5f, 0xb7, 0x25, 0x51, 0xab, 0x10, 0xe2, 0xb8, 0x62, 0x87, 0xcf, 0x04, 0xfc, 0x97, 0x1f, 0x9b, 0xf7, 0x1f, 0x4c, 0xf8, 0x53, 0x00, 0xa8, 0x28, 0x0b, 0xe0, 0xe6, 0x6b, 0x16, 0xc1, 0xa7, 0xb9, 0xc9, 0xcc, 0xae, 0xfe, 0x24, 0xba, 0xfa, 0x92, 0xe3, 0x92, 0xf9, 0x2b, 0x9e, 0x0a, 0xcc, 0x4a, 0x22, 0x89, 0x89, 0x29, 0x07, 0x1f, 0xcf, 0xfe, 0x23, 0xe0, 0xd7, 0x0f, 0x4a, 0x81, 0x30, 0x48, 0xda, 0x42, 0xc0, 0x56, 0x4c, 0x0e, 0x09, 0xb2, 0xa5, 0x20, 0x9b, 0x6c, 0xe5, 0x10, 0x93, 0x2d, 0x85, 0xb0, 0x95, 0x70, 0x1c, 0x08, 0xdd, 0x16, 0x50, 0x0e, 0x3b, 0xc2, 0x66, 0x90, 0x5d, 0xae, 0x1b, 0xfd, 0x42, 0x17, 0x87, 0x84, 0xa6, 0x9d, 0x14, 0xe6, 0xe8, 0xd2, 0x9a, 0xa7, 0xd5, 0xee, 0xaf, 0xdd, 0xf8, 0x75, 0x06, 0x7f, 0xd9, 0xcd, 0xf8, 0xe9, 0xf8, 0xc4, 0x75, 0x4b, 0x60, 0x04, 0x75, 0x10, 0x01, 0xe1, 0xa8, 0x85, 0xf6, 0x9e, 0xf8, 0xb0, 0x60, 0x8f, 0x56, 0xfa, 0x07, 0xa9, 0x7f, 0x60, 0xe4, 0x4e, 0xc4, 0x78, 0x10, 0x40, 0x80, 0x3b, 0x38, 0xab, 0x2d, 0x51, 0xd3, 0x64, 0x1b, 0x49, 0x19, 0x96, 0x04, 0x1b, 0x82, 0x6c, 0xcd, 0x66, 0x87, 0x01, 0x1b, 0x80, 0x2d, 0x34, 0x38, 0x2c, 0x60, 0xeb, 0x8a, 0x6c, 0x87, 0x7d, 0x0e, 0x93, 0xb4, 0xa1, 0xfb, 0x6c, 0x3d, 0x6e, 0x3b, 0x10, 0x9a, 0xed, 0xab, 0x0b, 0xda, 0xd4, 0x76, 0x64, 0x8f, 0x26, 0x74, 0x93, 0xf5, 0x44, 0x72, 0x52, 0x4b, 0xfe, 0x9a, 0x0d, 0xab, 0xd9, 0x5d, 0xed, 0x04, 0x9a, 0x94, 0xb8, 0xf9, 0xba, 0xc5, 0xa8, 0xa9, 0x08, 0x02, 0xc4, 0x88, 0x24, 0x6c, 0x1c, 0xed, 0x8a, 0x15, 0x58, 0xda, 0x66, 0x7c, 0x9c, 0xbf, 0x94, 0xf7, 0x5f, 0x28, 0x21, 0x75, 0xda, 0x13, 0x41, 0x52, 0x51, 0xce, 0xba, 0xba, 0x9a, 0xa0, 0x63, 0x82, 0x11, 0x96, 0x40, 0x58, 0x12, 0x85, 0xa5, 0x86, 0xb0, 0xa6, 0x53, 0x58, 0x12, 0x85, 0x75, 0x20, 0xec, 0x13, 0x14, 0x46, 0x50, 0x84, 0x15, 0x59, 0xe1, 0xa0, 0xb4, 0xc2, 0x86, 0xcf, 0x0e, 0x03, 0x89, 0x30, 0x7c, 0x66, 0x18, 0xf5, 0x08, 0x5b, 0x61, 0xec, 0x01, 0xac, 0x43, 0x96, 0xad, 0x75, 0x61, 0xdd, 0xba, 0x49, 0xe9, 0x07, 0x2c, 0x5f, 0xbb, 0xf1, 0x1a, 0x26, 0xdc, 0x0b, 0x80, 0x04, 0x11, 0xfe, 0xf8, 0xea, 0x85, 0x98, 0x5a, 0x57, 0x06, 0x10, 0x90, 0xb4, 0x14, 0x0e, 0x75, 0x44, 0xe1, 0xf0, 0xf0, 0xad, 0xe4, 0x8c, 0x31, 0x88, 0x3f, 0x80, 0xec, 0xc5, 0xed, 0x5c, 0xf8, 0x27, 0xc0, 0x09, 0x1c, 0xe8, 0xf7, 0xbd, 0x15, 0xac, 0x32, 0x55, 0x8a, 0x48, 0x1a, 0xe1, 0x98, 0xd4, 0x29, 0xac, 0x6b, 0x64, 0xc3, 0x11, 0xb6, 0x0d, 0xe5, 0xb0, 0x24, 0xdb, 0x60, 0x69, 0x5b, 0x50, 0x0e, 0x74, 0x69, 0xc3, 0xf4, 0xd9, 0x49, 0xb2, 0x9d, 0xc6, 0xaa, 0x80, 0x3d, 0x25, 0x32, 0xcf, 0xfe, 0xf8, 0xed, 0x94, 0x5d, 0xf2, 0x4d, 0x4c, 0x6a, 0xc9, 0x77, 0x17, 0x66, 0xfc, 0x25, 0x00, 0x1f, 0x00, 0x5c, 0x7b, 0xe9, 0x7c, 0xcc, 0x9f, 0x5e, 0x0d, 0x30, 0xc1, 0x56, 0x0a, 0x07, 0x4f, 0x44, 0xbc, 0x1e, 0xc1, 0x21, 0xdc, 0x7c, 0x1e, 0xb5, 0xf3, 0x9f, 0x9b, 0x04, 0xca, 0x73, 0x02, 0x59, 0x4c, 0x80, 0x13, 0xb8, 0xeb, 0xb1, 0x8f, 0x47, 0x96, 0xdf, 0xb9, 0xe1, 0x30, 0x7b, 0x4b, 0xbe, 0x25, 0x15, 0x75, 0xfb, 0x04, 0xc2, 0x48, 0x4a, 0x1b, 0x7e, 0xcd, 0xb6, 0xd9, 0x71, 0xaa, 0x63, 0xba, 0xad, 0x97, 0x87, 0x6c, 0x0b, 0xfd, 0x0e, 0x76, 0x2f, 0xb4, 0xd7, 0xad, 0xa3, 0x49, 0x6f, 0xdf, 0x0b, 0x8d, 0x8b, 0xd7, 0x6c, 0x68, 0x76, 0xc0, 0x9b, 0x52, 0x89, 0x9e, 0x4b, 0x2f, 0x9c, 0x89, 0x0b, 0xcf, 0x9d, 0x92, 0x4e, 0xc9, 0xd9, 0x4a, 0xa1, 0xa9, 0x26, 0x98, 0x03, 0x28, 0x61, 0x98, 0x90, 0x8f, 0x30, 0x68, 0xf1, 0xd2, 0x4c, 0xaf, 0x3f, 0xe5, 0xd8, 0xfa, 0xac, 0xe6, 0x4f, 0x54, 0x1a, 0xba, 0x6b, 0x08, 0xb2, 0xb5, 0x3e, 0xab, 0x89, 0xea, 0x09, 0xa4, 0x9d, 0x00, 0xcf, 0x01, 0x80, 0xee, 0x70, 0xdf, 0xd1, 0x75, 0xab, 0x6e, 0x68, 0xf3, 0x7e, 0x35, 0xe3, 0x0f, 0x64, 0xac, 0xf8, 0xe2, 0x03, 0xb5, 0x8e, 0x89, 0xff, 0x01, 0xd0, 0x0c, 0x00, 0x8b, 0xe6, 0x4d, 0xc1, 0x15, 0x17, 0xce, 0xf0, 0x32, 0x71, 0xee, 0xa5, 0x06, 0x7d, 0x1a, 0x82, 0xbe, 0xc1, 0xc0, 0x67, 0x03, 0x47, 0x99, 0xd9, 0xb0, 0xb9, 0x8e, 0x7c, 0x2a, 0xad, 0x9b, 0x6a, 0xf3, 0xa2, 0xbc, 0xc9, 0xd0, 0x94, 0xa1, 0x04, 0x65, 0x7f, 0x3f, 0x67, 0x5a, 0x88, 0x98, 0xa0, 0xae, 0x60, 0xe0, 0x17, 0x80, 0x68, 0x57, 0xe0, 0xa3, 0x31, 0x70, 0xeb, 0x68, 0xeb, 0xd2, 0x93, 0x75, 0x5c, 0xfa, 0x17, 0x8f, 0x06, 0xad, 0x88, 0xf9, 0x2b, 0xc0, 0x9d, 0xf5, 0x3c, 0x7b, 0x5a, 0x2d, 0xae, 0xbf, 0x7c, 0x3e, 0x24, 0x89, 0x41, 0x2b, 0x0f, 0x53, 0x9e, 0x70, 0xa7, 0x81, 0x4f, 0x21, 0x9d, 0x5d, 0xbf, 0xa5, 0xec, 0xcf, 0xb3, 0x8e, 0xa3, 0xfc, 0x44, 0x4f, 0x11, 0xf0, 0xf3, 0x4c, 0x80, 0xa2, 0xd1, 0xf9, 0x00, 0x84, 0xb3, 0x63, 0xc8, 0x44, 0xcf, 0xb2, 0xf6, 0x79, 0x8f, 0x81, 0xdd, 0x58, 0x7f, 0x92, 0x8f, 0xbb, 0xb7, 0xae, 0x5f, 0xfd, 0xb9, 0xd3, 0xae, 0x01, 0xfe, 0x90, 0x47, 0x4b, 0xdb, 0xbc, 0xef, 0x03, 0x67, 0x04, 0xf8, 0xa3, 0x36, 0xb9, 0x63, 0x26, 0xc0, 0x8a, 0xbb, 0x1e, 0x5c, 0xc6, 0x4a, 0x56, 0x65, 0x7c, 0x02, 0x45, 0x2c, 0x44, 0xd5, 0xb0, 0xf1, 0x27, 0x73, 0x15, 0x98, 0x68, 0x18, 0xfd, 0x54, 0xa1, 0xf2, 0x36, 0x8c, 0x28, 0x90, 0x8b, 0x28, 0x03, 0x58, 0x1f, 0xfa, 0xce, 0x90, 0x01, 0x62, 0xbf, 0x24, 0xfa, 0xcf, 0x2d, 0x77, 0xaf, 0xde, 0x5d, 0x12, 0xf8, 0x77, 0x3e, 0x78, 0xb1, 0x60, 0xd4, 0xc3, 0x9b, 0x5b, 0x38, 0xd9, 0x87, 0x22, 0xde, 0x36, 0x21, 0x26, 0x60, 0xd9, 0xda, 0x0d, 0x2f, 0x01, 0xb8, 0xfc, 0x0f, 0x55, 0x45, 0xfe, 0xa1, 0x8f, 0xf1, 0x48, 0xb6, 0x9c, 0x09, 0x7e, 0xc4, 0xb3, 0x4c, 0xd1, 0x2f, 0x9d, 0x85, 0xfb, 0x54, 0xf8, 0x00, 0xde, 0x82, 0x3e, 0xba, 0x26, 0xf1, 0x91, 0x2b, 0x17, 0xc0, 0xa7, 0x49, 0x77, 0x5d, 0x1b, 0x20, 0x67, 0x6e, 0x7b, 0xaa, 0x15, 0x8e, 0x88, 0x40, 0xcc, 0x90, 0x9a, 0x84, 0x2e, 0x29, 0xbd, 0x81, 0x43, 0xf6, 0x31, 0xf0, 0xa6, 0x8d, 0x09, 0x12, 0x39, 0xed, 0x54, 0x42, 0xe4, 0x26, 0x41, 0x05, 0x28, 0xfd, 0x7f, 0xa5, 0x98, 0x68, 0xda, 0x0a, 0xbf, 0x7c, 0xfe, 0x5d, 0xb4, 0x9f, 0x48, 0x4f, 0x20, 0x7e, 0xd7, 0xb6, 0xac, 0x95, 0x6f, 0xde, 0x7f, 0x97, 0xf5, 0x87, 0x06, 0xde, 0xf2, 0xb5, 0x0f, 0x9f, 0x0f, 0xb2, 0x3f, 0x00, 0x25, 0xa6, 0x0a, 0xe0, 0x07, 0x5b, 0x7e, 0xb2, 0xfa, 0xd8, 0xe9, 0x0f, 0x03, 0xbd, 0xb5, 0x49, 0x84, 0x14, 0xf8, 0xa3, 0xa5, 0xd3, 0xb3, 0xa6, 0x2c, 0x65, 0x02, 0xa2, 0xfc, 0x0d, 0x1c, 0xd2, 0x1e, 0x4b, 0xde, 0x6a, 0xdf, 0x19, 0x3f, 0x02, 0x85, 0xbf, 0x93, 0xbd, 0xac, 0x3b, 0x23, 0x27, 0x97, 0xce, 0xec, 0x36, 0xa6, 0xfc, 0x66, 0xcb, 0xa1, 0x0c, 0xf8, 0x8c, 0x6e, 0x29, 0xe9, 0x8f, 0xb7, 0x4e, 0xa2, 0x16, 0xf3, 0x75, 0xcc, 0xe2, 0x5b, 0x00, 0xd3, 0x78, 0x84, 0xcb, 0xac, 0x56, 0x33, 0xc4, 0x5f, 0x79, 0xed, 0x40, 0xaf, 0x03, 0x18, 0x31, 0x01, 0xc6, 0x35, 0xdf, 0x9e, 0xbd, 0x46, 0x1f, 0x51, 0x9e, 0x75, 0x18, 0x23, 0xf8, 0x8e, 0xe2, 0xcc, 0xc3, 0x49, 0x2d, 0xfd, 0xc6, 0x59, 0xdf, 0x01, 0xde, 0x78, 0xaf, 0x13, 0xbf, 0xdf, 0x7a, 0x30, 0x75, 0x2a, 0x8b, 0x05, 0xad, 0xdc, 0x72, 0xf7, 0xaa, 0x7d, 0x93, 0x49, 0x6a, 0x3f, 0x72, 0x10, 0xe5, 0xcf, 0x6e, 0x3b, 0x58, 0xf1, 0xd4, 0xbe, 0x7d, 0xfe, 0x31, 0xe3, 0x4f, 0xe4, 0xcb, 0xba, 0xbd, 0x8b, 0x47, 0x73, 0x8e, 0x71, 0x0b, 0x03, 0xb3, 0xfd, 0xf9, 0xfe, 0x98, 0x85, 0x43, 0x9d, 0xd1, 0x61, 0x63, 0x96, 0x61, 0xd7, 0xfc, 0x29, 0x16, 0xeb, 0xb0, 0xb7, 0xd6, 0x4f, 0x9d, 0x01, 0x4d, 0xba, 0xd9, 0xb8, 0xfd, 0x6d, 0x7d, 0xd8, 0xf4, 0xfc, 0xae, 0x0c, 0xc9, 0x08, 0x6b, 0xb7, 0xdd, 0xb3, 0x6a, 0xf3, 0x64, 0x53, 0xdb, 0x03, 0x22, 0x4c, 0x7e, 0xa3, 0x22, 0x18, 0x88, 0xeb, 0xe2, 0x95, 0x56, 0x16, 0xcf, 0xdc, 0xfb, 0x77, 0xc9, 0x75, 0xeb, 0xd6, 0x8d, 0x2e, 0x3d, 0x4e, 0xec, 0xcf, 0x92, 0x9e, 0x45, 0xa3, 0x12, 0xda, 0x71, 0x08, 0x3e, 0xf3, 0x65, 0x3d, 0xbd, 0x38, 0xe3, 0x50, 0x8f, 0xb1, 0x80, 0x4f, 0x04, 0x4c, 0xad, 0x0e, 0xb8, 0xe0, 0x33, 0xd0, 0x15, 0x8e, 0xe3, 0x67, 0xbf, 0x7d, 0x0b, 0xb6, 0x9d, 0xda, 0x51, 0x08, 0xdf, 0xde, 0x76, 0xcf, 0xea, 0x07, 0x26, 0xa5, 0xe1, 0x8e, 0x59, 0xb6, 0xd4, 0x95, 0x21, 0xfd, 0xb6, 0x91, 0x8c, 0x1d, 0x0f, 0xbd, 0x7f, 0xe5, 0x17, 0x8c, 0xcd, 0x9b, 0x79, 0xb4, 0x82, 0x58, 0x97, 0xbe, 0xe7, 0xc0, 0xf9, 0x13, 0x15, 0x05, 0xe4, 0x82, 0xc4, 0xa7, 0xb0, 0x08, 0xe0, 0x9d, 0xb8, 0xb1, 0xca, 0x8f, 0xa0, 0xb7, 0xbf, 0x50, 0x24, 0x6e, 0xe3, 0xa1, 0xa7, 0xde, 0x42, 0x2c, 0x66, 0xa6, 0xc4, 0xe2, 0x97, 0xdb, 0xa6, 0xed, 0xff, 0xc6, 0x64, 0xc4, 0xfe, 0xce, 0xbb, 0xb7, 0xea, 0x07, 0xf7, 0xf7, 0x90, 0x99, 0x10, 0xd5, 0xc9, 0x24, 0xca, 0x75, 0x3b, 0x60, 0xf8, 0xfc, 0xca, 0x08, 0x36, 0xf7, 0x18, 0x4f, 0x3d, 0x35, 0x72, 0x93, 0x40, 0xec, 0x36, 0xa1, 0x7a, 0x02, 0x38, 0x73, 0x82, 0xc3, 0x40, 0x1a, 0x63, 0x4e, 0xaa, 0xb4, 0x34, 0x57, 0x6d, 0xb9, 0x0f, 0x15, 0x41, 0x3d, 0xbd, 0x68, 0xf2, 0x23, 0xcf, 0xee, 0x42, 0x57, 0x6a, 0x8b, 0x16, 0xa6, 0xad, 0x4c, 0x91, 0x4f, 0x61, 0xb4, 0x2a, 0xf5, 0x14, 0x8f, 0xa6, 0xea, 0x20, 0xb5, 0x26, 0x9d, 0x50, 0x4f, 0x38, 0x56, 0x15, 0x89, 0x27, 0xaa, 0x85, 0xa6, 0x0c, 0x61, 0xf9, 0x0d, 0xd3, 0x52, 0xa1, 0xf2, 0x66, 0x9f, 0xf1, 0x4a, 0x6b, 0x6b, 0x90, 0x79, 0x04, 0x3b, 0x8a, 0x90, 0x5b, 0x9c, 0xf2, 0x46, 0xc8, 0x5d, 0x08, 0x6b, 0x82, 0x08, 0x40, 0xe9, 0x19, 0x4f, 0x3c, 0xee, 0xf8, 0xa7, 0x54, 0x7f, 0x59, 0x40, 0x43, 0x6d, 0xb9, 0x0f, 0xcc, 0x80, 0xc3, 0x8c, 0x5f, 0xbf, 0x7a, 0x10, 0xfb, 0x8f, 0x74, 0xa5, 0x0e, 0x6b, 0x97, 0xe0, 0x9b, 0xb6, 0xdd, 0x73, 0x57, 0x6c, 0xb2, 0x86, 0x6d, 0x0b, 0xb1, 0xd0, 0x81, 0x12, 0x15, 0x11, 0xa6, 0x10, 0x84, 0xaf, 0x9a, 0x04, 0x1b, 0x8e, 0x4a, 0x84, 0xa4, 0xa3, 0x0c, 0xe9, 0x0f, 0x19, 0x32, 0x52, 0x69, 0xec, 0xec, 0x80, 0xb1, 0x79, 0xf3, 0xf0, 0x1b, 0x49, 0xb4, 0x7c, 0xfd, 0xd1, 0x4a, 0xe6, 0x5c, 0xa9, 0x67, 0x95, 0x68, 0x9a, 0x30, 0x13, 0x20, 0x48, 0x9c, 0x12, 0x0d, 0x90, 0x02, 0xdf, 0xaf, 0x0b, 0x4c, 0xa9, 0xf6, 0xa7, 0x73, 0x0b, 0x2f, 0xbf, 0x7d, 0x1c, 0x5b, 0x76, 0x1e, 0x4e, 0x1d, 0x16, 0x81, 0x92, 0x1f, 0x19, 0x4d, 0x1c, 0x7c, 0x3a, 0xc7, 0xc7, 0x3f, 0x4e, 0x8e, 0xc5, 0x76, 0x85, 0x19, 0xe5, 0xf2, 0x81, 0x58, 0xb4, 0xde, 0x31, 0x39, 0x44, 0x9a, 0x6e, 0x90, 0xa6, 0x1b, 0xc2, 0x51, 0x86, 0xa5, 0x22, 0xa1, 0x48, 0x47, 0x47, 0x28, 0xd8, 0xbc, 0xc4, 0xd8, 0xb5, 0x8b, 0x7d, 0x43, 0x9d, 0xab, 0x32, 0xa9, 0xb5, 0x14, 0xc0, 0x6f, 0xea, 0x84, 0xfa, 0x00, 0x99, 0xb0, 0x6e, 0x7c, 0x19, 0xa0, 0x49, 0x42, 0x53, 0x4d, 0x30, 0x9d, 0x5f, 0xd8, 0x7d, 0xb4, 0x17, 0x4f, 0xbf, 0xb4, 0x27, 0x45, 0x34, 0x05, 0xa6, 0xd5, 0x5b, 0xef, 0xbd, 0xe5, 0x8c, 0x98, 0x50, 0x6a, 0x26, 0x44, 0x30, 0x6a, 0x59, 0x21, 0xdb, 0xd1, 0x6b, 0x84, 0x60, 0x83, 0x14, 0x1b, 0x24, 0x95, 0xe1, 0x30, 0x42, 0x42, 0xf3, 0x19, 0xc2, 0xe7, 0x37, 0x84, 0xe9, 0x18, 0xa6, 0x11, 0x36, 0x5e, 0x79, 0xa5, 0xb8, 0x49, 0xb0, 0x1c, 0xfb, 0xfd, 0x83, 0x42, 0x3a, 0x12, 0x23, 0x36, 0x01, 0xe3, 0x90, 0x09, 0xf4, 0x52, 0x41, 0x22, 0x23, 0xb1, 0xcc, 0xe3, 0x27, 0xfd, 0x44, 0x40, 0x53, 0xb5, 0xbb, 0xa8, 0x32, 0x33, 0xd0, 0xde, 0x13, 0xc3, 0xcf, 0x7f, 0xfb, 0x16, 0x58, 0xa5, 0x27, 0x45, 0x7e, 0xfd, 0x8d, 0x9f, 0xac, 0xfa, 0xd5, 0x99, 0x92, 0xbd, 0x63, 0x96, 0x7a, 0xdc, 0x76, 0x8c, 0xb8, 0x6d, 0xd6, 0x39, 0x22, 0x60, 0x28, 0x47, 0x49, 0xcd, 0x22, 0x49, 0x82, 0x25, 0x39, 0x2c, 0x48, 0x57, 0xc2, 0x4a, 0xb0, 0xb4, 0x4d, 0x47, 0xca, 0x6a, 0x92, 0x3b, 0x77, 0x76, 0x08, 0x66, 0x4e, 0x10, 0xe5, 0xb4, 0xce, 0xc1, 0xb2, 0xf9, 0xba, 0x02, 0x02, 0xa8, 0x4f, 0x98, 0x06, 0xc8, 0xee, 0x01, 0xe2, 0x71, 0x02, 0x1f, 0x0c, 0x34, 0x56, 0x05, 0x10, 0xf0, 0x09, 0x30, 0xbb, 0xf9, 0x85, 0x07, 0x9f, 0x7c, 0x13, 0x49, 0x6f, 0xff, 0x5e, 0x62, 0xfa, 0xc9, 0x1b, 0xeb, 0x57, 0xfd, 0x1b, 0xce, 0xa0, 0x11, 0x33, 0x93, 0x21, 0xcb, 0x44, 0xb9, 0x6d, 0xa1, 0x8a, 0x6d, 0x27, 0x44, 0x02, 0x86, 0x12, 0x6c, 0x38, 0x52, 0x1a, 0x8e, 0x94, 0x46, 0x22, 0x69, 0x86, 0x6c, 0x8d, 0x0d, 0xcb, 0x51, 0x46, 0x42, 0x0f, 0x1a, 0x7d, 0x46, 0xc8, 0x78, 0x7a, 0x7f, 0x4f, 0xe8, 0xd1, 0x5d, 0xbb, 0xd2, 0x26, 0x61, 0xd5, 0xf7, 0x36, 0x37, 0xdb, 0x8e, 0x73, 0x91, 0x27, 0x00, 0xd9, 0xc2, 0xe8, 0x3b, 0xed, 0x04, 0x20, 0x72, 0x55, 0x94, 0xa0, 0xec, 0xcd, 0x1b, 0xc7, 0x87, 0x01, 0x39, 0x1e, 0xbf, 0xa5, 0xb0, 0xe1, 0x37, 0x6f, 0x23, 0xdc, 0x9f, 0xf6, 0xf1, 0x36, 0x2b, 0x11, 0xf9, 0x02, 0xce, 0xb0, 0xe1, 0x00, 0xd5, 0x36, 0xb8, 0xc6, 0x56, 0x2a, 0x44, 0x42, 0x18, 0xa4, 0x84, 0x41, 0x24, 0x0c, 0x52, 0x6c, 0x28, 0x65, 0x85, 0x84, 0xd4, 0x0c, 0xa1, 0x34, 0x43, 0x48, 0xdd, 0x50, 0xb1, 0x64, 0xc8, 0xb1, 0x23, 0xa1, 0xa0, 0xe9, 0x18, 0xf5, 0x46, 0x93, 0xb1, 0xf9, 0x10, 0x07, 0x00, 0xa6, 0x8e, 0xa3, 0xfd, 0x6b, 0xc0, 0xca, 0x0f, 0x00, 0x81, 0x60, 0x76, 0xf4, 0x38, 0xd1, 0x1a, 0xc0, 0x03, 0x6e, 0xac, 0x26, 0x80, 0x01, 0x94, 0x07, 0x35, 0xd4, 0x96, 0xfb, 0xd3, 0xfb, 0x03, 0x3c, 0xf1, 0xf2, 0x7e, 0x1c, 0x6d, 0xcf, 0x4c, 0x1a, 0x56, 0xa0, 0xef, 0x6c, 0xbb, 0xe7, 0xcc, 0x2b, 0xf0, 0x58, 0x36, 0xd7, 0x59, 0xb6, 0xaa, 0xb1, 0x14, 0x82, 0x44, 0x30, 0x48, 0xb0, 0xc1, 0x8e, 0x13, 0x62, 0x46, 0x88, 0x58, 0x1a, 0x42, 0xb0, 0x41, 0x92, 0x0d, 0xa5, 0xcc, 0x90, 0xd4, 0x74, 0x43, 0x2a, 0x9f, 0xa1, 0xe9, 0x3e, 0x43, 0x4f, 0xda, 0x86, 0x93, 0x68, 0x0b, 0xdd, 0xbd, 0x69, 0x6f, 0x6d, 0x2c, 0x91, 0xbc, 0x35, 0x75, 0xd3, 0x8d, 0x8a, 0x50, 0x36, 0x0a, 0xd6, 0x69, 0x27, 0x00, 0x67, 0xe5, 0x01, 0x78, 0x1c, 0xc2, 0x80, 0x94, 0xea, 0xb7, 0x1d, 0x86, 0xed, 0xa8, 0x34, 0xbb, 0x2e, 0x5f, 0x32, 0x0d, 0x8d, 0xb5, 0x65, 0x59, 0x3f, 0x9c, 0x9f, 0x5c, 0xb6, 0x66, 0xe3, 0xb7, 0x4a, 0xd9, 0x7b, 0x6f, 0xb2, 0x8c, 0x75, 0xeb, 0xd6, 0x09, 0xdb, 0x41, 0xbd, 0x6d, 0xa3, 0x9a, 0xc0, 0x01, 0x30, 0x19, 0xcc, 0x08, 0x81, 0x60, 0x10, 0xb1, 0x41, 0x82, 0x0d, 0x52, 0xd2, 0x60, 0x46, 0x48, 0xb0, 0x34, 0x84, 0x64, 0x43, 0x48, 0x65, 0x08, 0xa1, 0x0c, 0x47, 0x71, 0x48, 0xb7, 0x83, 0xc6, 0xe6, 0x5d, 0xc7, 0x3e, 0x63, 0x26, 0xcd, 0xf9, 0x00, 0x60, 0x18, 0xc1, 0xbc, 0xe8, 0x4b, 0xf4, 0x4d, 0x9c, 0x06, 0x48, 0xef, 0xf6, 0xcd, 0xa3, 0xd6, 0x00, 0xd9, 0x8b, 0x8b, 0xc7, 0x4d, 0x1b, 0x47, 0x4f, 0x46, 0x91, 0xb0, 0x1c, 0x30, 0x18, 0x8d, 0xd5, 0x06, 0x3e, 0x7f, 0xf3, 0x72, 0x5c, 0x71, 0xd1, 0xcc, 0x8c, 0x03, 0x4b, 0xbc, 0x2e, 0xd2, 0xd6, 0xf6, 0xf2, 0x8a, 0xb5, 0x0f, 0x9c, 0x73, 0x26, 0x10, 0x60, 0x5f, 0xcd, 0x4d, 0x4d, 0xa6, 0x6d, 0xd7, 0x2a, 0xa5, 0x1a, 0x7d, 0x3a, 0x01, 0x50, 0x21, 0x62, 0x18, 0x24, 0xc8, 0x20, 0x16, 0x06, 0x33, 0x42, 0x8a, 0xed, 0x10, 0xa9, 0x0c, 0x19, 0x14, 0x23, 0xa4, 0x92, 0x66, 0x48, 0x48, 0x36, 0x8e, 0x85, 0x23, 0x0d, 0xed, 0xc7, 0xc3, 0x5f, 0x4c, 0x9d, 0xaf, 0xa2, 0xba, 0x32, 0x6b, 0x12, 0x0a, 0x00, 0x8d, 0x27, 0x80, 0x00, 0x69, 0x1f, 0x40, 0x8c, 0xdd, 0x03, 0xcc, 0xfb, 0xae, 0xed, 0x30, 0x8e, 0x75, 0xc7, 0x11, 0x89, 0xdb, 0x60, 0x00, 0x9a, 0x26, 0x70, 0xfd, 0x25, 0xf3, 0xf0, 0xe9, 0x8f, 0x2e, 0x45, 0x45, 0x59, 0x7a, 0x06, 0xf9, 0x0a, 0x05, 0xb9, 0xa3, 0x65, 0xed, 0x86, 0x2f, 0xad, 0x5c, 0xf9, 0xa8, 0x9c, 0xd4, 0xea, 0x3f, 0xe9, 0x2c, 0x50, 0x8c, 0x6a, 0x5b, 0xa9, 0xba, 0xca, 0xa0, 0xdf, 0x02, 0x91, 0x01, 0x22, 0x83, 0x18, 0x06, 0xa7, 0xc9, 0x20, 0xdc, 0x07, 0x49, 0x43, 0xb1, 0x1d, 0x12, 0x8a, 0x0d, 0x92, 0xd2, 0x10, 0x4a, 0x33, 0x36, 0xbd, 0x70, 0xe8, 0x2f, 0x63, 0xb1, 0xf8, 0x2c, 0x22, 0x20, 0x14, 0x0a, 0x22, 0x54, 0x16, 0x02, 0x9c, 0x4c, 0x70, 0xe0, 0x38, 0x14, 0x9e, 0x50, 0x0d, 0xc0, 0xd9, 0x5b, 0xb0, 0x8f, 0x09, 0xfb, 0xcc, 0x96, 0x92, 0x8a, 0x19, 0x27, 0xc2, 0x09, 0x74, 0x0f, 0x98, 0xe9, 0x3d, 0x7d, 0xe6, 0x35, 0x57, 0xe1, 0x0b, 0x2b, 0x97, 0x63, 0xf9, 0xc2, 0x26, 0x08, 0xb7, 0x8b, 0xc4, 0x20, 0xe0, 0x7b, 0x87, 0xaa, 0x92, 0xdb, 0x97, 0xad, 0x79, 0xe8, 0xaa, 0xc9, 0x4a, 0x80, 0xa4, 0xe3, 0xac, 0x10, 0x2c, 0xa6, 0x9a, 0x36, 0x02, 0x8d, 0xd5, 0x9a, 0x45, 0x0c, 0x83, 0x08, 0x9e, 0x19, 0xc8, 0x90, 0x41, 0xb1, 0x0a, 0xb1, 0x63, 0xbb, 0x4e, 0xa2, 0x90, 0x06, 0x09, 0x18, 0xcf, 0xbf, 0xdd, 0xb1, 0xe2, 0x70, 0x7b, 0xc7, 0x8d, 0x80, 0xdb, 0x1c, 0x53, 0x5d, 0x5f, 0xe3, 0x2e, 0xcc, 0x99, 0x59, 0x4e, 0x1f, 0x24, 0xb4, 0x23, 0xa7, 0x9f, 0x00, 0x4c, 0x94, 0xc5, 0x00, 0x2f, 0xd6, 0x1d, 0xbd, 0xea, 0x2f, 0xb6, 0xbd, 0x63, 0x6f, 0xc4, 0xc4, 0xf1, 0x70, 0x02, 0xca, 0x5b, 0x4a, 0xdd, 0xf0, 0xeb, 0xb8, 0xe1, 0x8a, 0x05, 0xb8, 0xe5, 0x83, 0x4b, 0x50, 0x5f, 0x95, 0xda, 0xa9, 0x9b, 0x96, 0x80, 0x68, 0xf3, 0xb2, 0xb5, 0x1b, 0x1e, 0xbb, 0xe4, 0x73, 0x3f, 0x9b, 0x35, 0x99, 0xc0, 0xbf, 0xe9, 0x9f, 0xb7, 0xd4, 0xda, 0x96, 0x73, 0xbd, 0x10, 0xdc, 0xec, 0xd7, 0x61, 0x97, 0xf9, 0x75, 0x8d, 0x81, 0x10, 0x2b, 0x0e, 0x81, 0xd8, 0xc8, 0x26, 0x03, 0x81, 0x0c, 0x22, 0x18, 0xc4, 0x30, 0x20, 0xd8, 0x38, 0xd2, 0x99, 0x6c, 0x7e, 0xf6, 0xb5, 0xbd, 0xdf, 0xb0, 0x2d, 0x2b, 0x28, 0x88, 0x50, 0x51, 0x59, 0x89, 0x40, 0x30, 0xe0, 0xee, 0x80, 0x66, 0x66, 0x56, 0x55, 0x1f, 0xcd, 0xf6, 0xf4, 0xe3, 0x97, 0x09, 0xa4, 0x31, 0x68, 0xff, 0x12, 0xe7, 0xcb, 0xc5, 0x92, 0x36, 0x5a, 0xbb, 0x63, 0x88, 0x27, 0x9d, 0xf4, 0x7e, 0x04, 0xf3, 0x67, 0xd4, 0xe2, 0x53, 0x1f, 0x6d, 0xc1, 0x15, 0x17, 0xcc, 0x80, 0x4f, 0x4f, 0x5b, 0x80, 0x9b, 0x6d, 0xc7, 0xd9, 0xbd, 0x7c, 0xcd, 0xc6, 0xbf, 0x6f, 0xb9, 0xf3, 0x6e, 0x63, 0x32, 0x10, 0x20, 0x6a, 0xa9, 0x5b, 0x1d, 0x85, 0x7a, 0xc5, 0x5c, 0x37, 0x6f, 0x6a, 0x28, 0xcc, 0xac, 0x42, 0x00, 0xbb, 0x40, 0x43, 0x18, 0x20, 0x32, 0x58, 0x29, 0x97, 0x0c, 0x04, 0x03, 0xe4, 0x86, 0x87, 0xe1, 0x01, 0xb3, 0xe6, 0xa1, 0xdf, 0xec, 0xfa, 0xeb, 0x81, 0x81, 0x48, 0x1d, 0x11, 0xe0, 0xf3, 0xeb, 0xa8, 0xaa, 0xaf, 0x76, 0xab, 0xae, 0xcc, 0xb0, 0x92, 0x66, 0xea, 0xf6, 0xef, 0x1d, 0xcd, 0xef, 0x1a, 0xb7, 0x28, 0x40, 0x64, 0xef, 0x63, 0x3b, 0x02, 0x15, 0x50, 0x4c, 0xf5, 0x17, 0xd6, 0x0e, 0x6e, 0x67, 0xd0, 0xf1, 0xde, 0x04, 0xba, 0xfa, 0x93, 0xe9, 0xdd, 0xc5, 0x42, 0x01, 0x1d, 0x57, 0xaf, 0x98, 0x8b, 0x95, 0xd7, 0x5d, 0x80, 0x8a, 0xb2, 0x94, 0x36, 0x40, 0x90, 0x89, 0xff, 0x56, 0x70, 0xe8, 0xd0, 0xb2, 0x35, 0x0f, 0xfd, 0xf5, 0x85, 0x9f, 0xb9, 0xaf, 0x0a, 0x99, 0x49, 0xb5, 0xe4, 0x5d, 0x7b, 0xfe, 0x83, 0x8a, 0x3c, 0xc6, 0x34, 0xae, 0x5a, 0xf7, 0xca, 0x3c, 0xdb, 0xe6, 0x2f, 0x0b, 0xa2, 0x29, 0x8a, 0x59, 0x2c, 0x6a, 0x0e, 0x25, 0x88, 0x28, 0x03, 0x3c, 0xab, 0x10, 0xb3, 0x0a, 0xe5, 0xbc, 0xa7, 0x9c, 0x50, 0x4f, 0xcc, 0xac, 0xfd, 0xc1, 0xaf, 0x76, 0xfd, 0x65, 0x57, 0x47, 0xd7, 0x0c, 0x00, 0x90, 0x42, 0xa0, 0x7e, 0x6a, 0x03, 0x04, 0x09, 0x28, 0x30, 0xec, 0xa4, 0x0d, 0x47, 0xa5, 0x7b, 0x20, 0x76, 0x4f, 0x08, 0x01, 0x06, 0xa7, 0x3a, 0xc7, 0x57, 0xf5, 0x83, 0x0b, 0x33, 0x26, 0x92, 0xb0, 0xd1, 0xde, 0x93, 0xf0, 0xa2, 0x04, 0x77, 0x67, 0x4e, 0xdd, 0xa7, 0xe1, 0x23, 0x57, 0x9d, 0x8f, 0x0b, 0x16, 0xce, 0x80, 0xe6, 0xad, 0xd4, 0xc1, 0x40, 0x03, 0x88, 0xfe, 0x49, 0xd3, 0xf5, 0xc3, 0x4b, 0xef, 0xb8, 0xff, 0x5f, 0xce, 0x59, 0xf9, 0x8f, 0x4d, 0x70, 0x37, 0xb5, 0xd6, 0x0a, 0x3c, 0xf4, 0xbc, 0x47, 0xa1, 0xf7, 0x53, 0xef, 0xc9, 0xac, 0x47, 0x36, 0x81, 0xf2, 0xc0, 0xdf, 0x1c, 0xb0, 0x4d, 0x75, 0x8f, 0xa3, 0xd4, 0x54, 0xd3, 0x76, 0x2a, 0x96, 0xcd, 0xaf, 0xee, 0xd7, 0x74, 0x2d, 0xc0, 0x80, 0xc1, 0xc4, 0x86, 0x52, 0x1c, 0x62, 0x22, 0x83, 0x21, 0x0c, 0xa6, 0xd4, 0x7b, 0x2a, 0xd4, 0xd1, 0x6f, 0x35, 0xfc, 0x9f, 0x9f, 0xbf, 0xf5, 0xa5, 0xce, 0x13, 0x1d, 0xd3, 0x01, 0x40, 0x48, 0x42, 0xfd, 0xd4, 0x7a, 0xf8, 0x03, 0x7e, 0x77, 0x17, 0x31, 0x05, 0xc4, 0x13, 0xf1, 0x6c, 0x15, 0xfc, 0xf2, 0x68, 0xf0, 0x1a, 0x87, 0xb9, 0x81, 0xee, 0xd6, 0x8f, 0x82, 0x78, 0xc8, 0x1d, 0xae, 0x4a, 0x05, 0x9f, 0x47, 0x60, 0x1a, 0x2c, 0x47, 0xe1, 0x48, 0x67, 0x14, 0x31, 0xd3, 0x41, 0x85, 0xa1, 0x43, 0x90, 0xbb, 0x40, 0xf5, 0xe2, 0xf9, 0x8d, 0x98, 0xd5, 0x5c, 0x83, 0xb7, 0xf7, 0x1e, 0xc7, 0x91, 0xd6, 0x2e, 0x38, 0x6e, 0x3e, 0xa1, 0x52, 0x08, 0xed, 0x6b, 0x15, 0x55, 0xb3, 0xbe, 0xd4, 0xf2, 0xd9, 0xfb, 0x1f, 0x88, 0x76, 0x1f, 0xfd, 0xe1, 0xbb, 0xbf, 0xfa, 0xe6, 0x81, 0x51, 0x28, 0xaa, 0xe1, 0x5e, 0xa7, 0x9f, 0x5b, 0x3e, 0xba, 0xce, 0x97, 0x88, 0x89, 0x5f, 0x10, 0xf1, 0xd5, 0x0e, 0x80, 0x19, 0xf5, 0x7e, 0xeb, 0xd2, 0x73, 0x2a, 0x6d, 0x10, 0x1b, 0x60, 0x12, 0xcc, 0x2c, 0x41, 0x2c, 0x09, 0x24, 0x40, 0x2c, 0x58, 0xb1, 0x04, 0x91, 0x7c, 0x79, 0x4f, 0xef, 0x9c, 0x27, 0x5e, 0xdc, 0xfd, 0x3e, 0x33, 0x16, 0xd5, 0x53, 0x92, 0xdf, 0x30, 0xa5, 0x0e, 0xa1, 0xf2, 0x32, 0xf7, 0x1e, 0x7b, 0xce, 0x70, 0x22, 0x96, 0x99, 0x4d, 0xaf, 0x49, 0xf1, 0xfb, 0x09, 0x21, 0x40, 0x7e, 0x26, 0x90, 0x47, 0xb8, 0x41, 0x74, 0x29, 0x77, 0xb9, 0x90, 0x76, 0x51, 0xcc, 0xe8, 0xee, 0x37, 0xd1, 0x3d, 0x90, 0x84, 0x02, 0xd0, 0xd5, 0x9f, 0x40, 0x6d, 0xb9, 0x1f, 0x55, 0x86, 0x9b, 0x0d, 0x0d, 0x05, 0x74, 0x5c, 0xb2, 0x78, 0x06, 0x16, 0xce, 0x9d, 0x82, 0xf7, 0x0e, 0x75, 0xe2, 0x50, 0x6b, 0x27, 0x6c, 0x77, 0xa9, 0xb6, 0x20, 0x49, 0xed, 0x73, 0x65, 0x0d, 0x73, 0xee, 0x6a, 0xb9, 0xe3, 0xfe, 0x2d, 0xb6, 0x15, 0x7b, 0xb8, 0x6b, 0xcf, 0x8b, 0x8f, 0xb7, 0xbf, 0xf1, 0x48, 0xff, 0x30, 0xbf, 0xb0, 0x64, 0xe0, 0x01, 0xf0, 0xe2, 0xcf, 0xfe, 0xb4, 0xc9, 0x57, 0x37, 0xf7, 0x7e, 0x90, 0x78, 0x1f, 0x00, 0x54, 0x97, 0x69, 0xf8, 0xc4, 0x15, 0x53, 0x1d, 0x72, 0x6d, 0xbd, 0x24, 0x17, 0x78, 0x09, 0x22, 0x91, 0x22, 0xc3, 0x40, 0xdc, 0x09, 0xfc, 0xe4, 0x37, 0xfb, 0xae, 0x68, 0x3d, 0xda, 0x5e, 0xcf, 0xca, 0xf5, 0xee, 0xa5, 0x94, 0x68, 0x6c, 0xaa, 0x87, 0x51, 0x16, 0x4a, 0x77, 0x3e, 0xb3, 0x77, 0x33, 0xe2, 0xf1, 0x74, 0x5a, 0xfc, 0xe8, 0x6b, 0x3f, 0xbe, 0xe5, 0xf0, 0x04, 0x11, 0xc0, 0x8b, 0x02, 0x44, 0xa6, 0xfd, 0x7b, 0x38, 0xfc, 0x65, 0xce, 0xae, 0x58, 0xc3, 0xdb, 0xfd, 0xfc, 0x03, 0x12, 0x96, 0x83, 0xe3, 0x59, 0xea, 0x1f, 0x60, 0x38, 0x0e, 0xd0, 0x11, 0x4e, 0x20, 0x1c, 0x35, 0x51, 0x5f, 0x19, 0x40, 0x50, 0x77, 0x5b, 0xc6, 0x42, 0x41, 0x1d, 0x4b, 0xcf, 0x9b, 0x86, 0x73, 0x66, 0x37, 0x60, 0xdf, 0xe1, 0x2e, 0x1c, 0x6e, 0xed, 0x4c, 0x6d, 0x46, 0x45, 0x24, 0xb4, 0x4b, 0x74, 0x7f, 0xc5, 0x25, 0x4d, 0x17, 0x7c, 0xf8, 0x5f, 0xa7, 0x9c, 0x7f, 0xed, 0xaf, 0x13, 0x91, 0xee, 0x9f, 0x1f, 0xfd, 0xcd, 0xbf, 0xbf, 0x10, 0x89, 0x74, 0x38, 0x23, 0x20, 0x41, 0xce, 0x73, 0x45, 0xf3, 0xa5, 0xda, 0xb9, 0x1f, 0xfb, 0xc6, 0x6a, 0xcd, 0x5f, 0xfe, 0x2d, 0x10, 0xd5, 0x00, 0x40, 0x55, 0x48, 0xc7, 0xe7, 0x3e, 0x38, 0x03, 0x55, 0x21, 0x3d, 0x00, 0xb0, 0x20, 0x22, 0xc9, 0xcc, 0xae, 0xf9, 0x60, 0x96, 0x09, 0xdb, 0xf6, 0x3d, 0xf1, 0xca, 0xb1, 0xda, 0x37, 0xde, 0x6e, 0x6d, 0xb0, 0xcd, 0x58, 0xda, 0x8c, 0xf8, 0xfd, 0x3a, 0x1a, 0x9b, 0x1a, 0xe1, 0x0b, 0xf8, 0xd3, 0xe0, 0xa7, 0x13, 0x65, 0x89, 0x24, 0x9c, 0xcc, 0xda, 0x83, 0x4f, 0x8e, 0x16, 0xbd, 0xf1, 0x4b, 0xa3, 0x66, 0x5a, 0x82, 0x86, 0xa4, 0x40, 0x59, 0x50, 0x43, 0x63, 0x65, 0x00, 0x9d, 0x7d, 0x49, 0xf4, 0xa7, 0xfb, 0xf8, 0x86, 0x07, 0x9f, 0x3d, 0xe7, 0xb2, 0x6b, 0x20, 0x89, 0x9e, 0x7e, 0x73, 0x50, 0xbe, 0x21, 0xf5, 0x3a, 0x69, 0x29, 0xb4, 0x9e, 0x8c, 0xc1, 0xf0, 0x49, 0x54, 0x97, 0xf9, 0x10, 0xd0, 0x25, 0x18, 0x0c, 0xc3, 0xaf, 0x61, 0xc9, 0x39, 0x53, 0x31, 0x7f, 0x56, 0x3d, 0x5a, 0x8f, 0x87, 0x71, 0xa4, 0xbd, 0x1b, 0xfd, 0xe1, 0x48, 0x6a, 0xb7, 0x8f, 0x80, 0xd0, 0xfd, 0x1f, 0x33, 0xaa, 0x9b, 0x3e, 0xb6, 0xe0, 0x96, 0x7f, 0xef, 0x73, 0x6c, 0xf3, 0x65, 0x3b, 0x19, 0x79, 0x71, 0xa0, 0x7d, 0xcf, 0x0b, 0x87, 0x9f, 0xff, 0xd1, 0xa1, 0x61, 0x80, 0x07, 0x00, 0x9e, 0xf7, 0xd1, 0xbf, 0x9d, 0x52, 0x3d, 0xfb, 0xe2, 0x4f, 0x68, 0x81, 0x8a, 0x4f, 0x81, 0x28, 0x9d, 0xae, 0x9c, 0x51, 0x17, 0xc4, 0xaa, 0xab, 0x9a, 0x50, 0x53, 0x96, 0xae, 0xd3, 0xf8, 0x00, 0x08, 0x22, 0x12, 0x07, 0xdb, 0x23, 0xfe, 0x67, 0xb6, 0xb7, 0x36, 0xec, 0x3f, 0x7c, 0xd2, 0x97, 0x0d, 0x3c, 0x09, 0xa0, 0xaa, 0xba, 0x12, 0xb5, 0x75, 0x35, 0x80, 0x10, 0x39, 0xe0, 0xb3, 0xa7, 0x65, 0x63, 0x03, 0x91, 0x6c, 0xa7, 0xfb, 0x91, 0x89, 0x23, 0x80, 0xb7, 0x4a, 0x02, 0x71, 0x16, 0x50, 0x45, 0x0e, 0x0d, 0xe8, 0xd2, 0xdd, 0xfa, 0x1c, 0x40, 0x63, 0xa5, 0x1f, 0x7e, 0x8d, 0x70, 0x72, 0x20, 0x89, 0x52, 0x76, 0x84, 0x8d, 0x9b, 0x0e, 0x8e, 0xf7, 0xc6, 0x91, 0xb4, 0xd5, 0xa0, 0x4f, 0x0b, 0xed, 0xdb, 0x17, 0x4b, 0x3a, 0x88, 0x26, 0xe3, 0x30, 0x7c, 0x02, 0x95, 0x21, 0x97, 0x08, 0x00, 0xc3, 0xaf, 0x4b, 0xcc, 0x9b, 0x5e, 0x8b, 0xd9, 0xd3, 0x6a, 0xd0, 0x1b, 0x49, 0xe0, 0x68, 0x7b, 0x0f, 0x4e, 0x74, 0x84, 0x91, 0xc8, 0xac, 0x4b, 0x55, 0x29, 0x35, 0xdf, 0x0d, 0x52, 0xab, 0xb9, 0xc1, 0x3f, 0xff, 0x72, 0xd4, 0xce, 0xbd, 0xa4, 0x55, 0x59, 0xc9, 0x97, 0xac, 0x44, 0x64, 0x9b, 0x1d, 0x0b, 0xef, 0x75, 0x84, 0xe8, 0xd3, 0x8c, 0xca, 0x72, 0x5f, 0xb0, 0xb2, 0x5a, 0x06, 0x2a, 0xa6, 0x4a, 0x7f, 0x68, 0xa1, 0xd4, 0x83, 0x17, 0x93, 0x90, 0x0b, 0xb2, 0x9d, 0x40, 0x4d, 0x12, 0xde, 0x7f, 0x7e, 0x0d, 0xae, 0xbd, 0xb0, 0x0e, 0x52, 0x10, 0x58, 0x31, 0x4e, 0x0e, 0x58, 0xd8, 0x73, 0x24, 0x8c, 0xb7, 0x0f, 0x9e, 0xd4, 0x5a, 0x4f, 0x84, 0xcb, 0x12, 0xf1, 0xe8, 0xa0, 0x3d, 0x9f, 0x8d, 0x50, 0x00, 0x75, 0x8d, 0x75, 0x08, 0x04, 0xfc, 0x50, 0x5e, 0x61, 0x2d, 0x7b, 0xc3, 0x6c, 0x37, 0xd5, 0x9e, 0x43, 0x80, 0x63, 0xdb, 0x9b, 0x0f, 0xbc, 0x3c, 0xe1, 0x1a, 0x40, 0x08, 0x1a, 0xca, 0xa1, 0x87, 0x26, 0x09, 0x53, 0x6b, 0x02, 0x39, 0x73, 0x86, 0x2a, 0x43, 0x3a, 0x74, 0x4d, 0xe0, 0x44, 0x38, 0x91, 0xd9, 0x2b, 0x8f, 0x07, 0xdb, 0xfd, 0x70, 0xd4, 0x44, 0x47, 0x5f, 0x02, 0xd9, 0x5b, 0xf4, 0xf1, 0x10, 0xe0, 0x67, 0x9f, 0x26, 0x45, 0x84, 0x80, 0x4f, 0xa2, 0x22, 0xa8, 0x67, 0xf6, 0xf3, 0x21, 0xa0, 0xaa, 0x3c, 0x80, 0xaa, 0x73, 0xa6, 0xe2, 0x9c, 0xd9, 0x8d, 0xe8, 0x09, 0xc7, 0xd0, 0xde, 0xd9, 0x8b, 0xde, 0x70, 0x04, 0xf1, 0x78, 0x32, 0x7d, 0x02, 0x12, 0x72, 0xba, 0xf4, 0x1b, 0xb7, 0x48, 0xbf, 0x71, 0x0b, 0x2a, 0x1b, 0xdc, 0x2f, 0x0a, 0x09, 0x92, 0x3a, 0x48, 0x6a, 0x20, 0xe5, 0x80, 0xad, 0x18, 0x98, 0x64, 0x5a, 0x22, 0x04, 0x18, 0x8d, 0x75, 0x7e, 0xec, 0x3d, 0xdc, 0x81, 0xed, 0x7b, 0x5a, 0x11, 0x8d, 0x99, 0x88, 0x27, 0x92, 0x60, 0xdb, 0x2c, 0xbc, 0xb1, 0x07, 0x01, 0x65, 0x65, 0x21, 0xd4, 0xd4, 0x56, 0x22, 0x68, 0x18, 0x60, 0x70, 0x0e, 0xf8, 0x2a, 0x4f, 0xf9, 0x44, 0xfa, 0x22, 0x29, 0xc7, 0x16, 0x60, 0x3c, 0x30, 0x96, 0x26, 0xd8, 0xf1, 0x99, 0x1b, 0x98, 0xe5, 0x05, 0x16, 0x6a, 0x0b, 0x17, 0x44, 0x98, 0x5a, 0x1d, 0x84, 0xf4, 0xcc, 0xc4, 0xfe, 0xf6, 0x3e, 0x54, 0x57, 0x04, 0x51, 0x1d, 0xd2, 0x11, 0xf0, 0x49, 0x34, 0xd7, 0x1a, 0x38, 0xd1, 0x97, 0x40, 0x22, 0xe9, 0x0c, 0x12, 0xfd, 0x9e, 0x88, 0x89, 0xce, 0xbe, 0x44, 0x01, 0x70, 0x73, 0xff, 0xa3, 0xa2, 0x9b, 0x33, 0xa5, 0xfc, 0x06, 0xd3, 0x41, 0xdc, 0x74, 0xa0, 0x11, 0x21, 0x14, 0xd4, 0x10, 0x0a, 0xb8, 0x3b, 0x76, 0x2b, 0x76, 0xf7, 0xf9, 0x69, 0xac, 0x2d, 0x43, 0x43, 0x6d, 0x08, 0xa6, 0xa5, 0x30, 0x10, 0xb7, 0xd0, 0xdd, 0x33, 0x80, 0x9e, 0x70, 0x04, 0x03, 0xfd, 0xd1, 0x9c, 0x74, 0xab, 0xbb, 0x3f, 0x97, 0x0d, 0x56, 0x36, 0xb8, 0x48, 0xf1, 0xd5, 0x01, 0x70, 0x38, 0x32, 0xfc, 0xad, 0xf3, 0xfb, 0xfd, 0xa8, 0xac, 0x2e, 0x43, 0x45, 0x45, 0x19, 0x34, 0x9f, 0x9e, 0x9e, 0x15, 0xc5, 0x0a, 0xe9, 0x1c, 0x47, 0xfe, 0x75, 0x33, 0x18, 0xfd, 0xe1, 0x54, 0xc2, 0x8f, 0x93, 0x2c, 0x62, 0x3f, 0x18, 0x0b, 0x7c, 0xda, 0x98, 0x94, 0x3f, 0x40, 0xec, 0xf6, 0x84, 0xe5, 0x7a, 0xe9, 0xf9, 0xeb, 0x07, 0x57, 0x05, 0x5c, 0x5b, 0xcc, 0x8c, 0xd6, 0xae, 0x08, 0x1e, 0x7c, 0x72, 0x07, 0xaa, 0xca, 0x83, 0xb8, 0xf1, 0xaa, 0x85, 0x68, 0x6e, 0x70, 0x37, 0x51, 0x68, 0xaa, 0x0a, 0xa0, 0x37, 0x6a, 0xa1, 0x37, 0x92, 0xf1, 0x0b, 0xc2, 0x31, 0x0b, 0x9d, 0x7d, 0x89, 0xd2, 0x23, 0x05, 0x2e, 0xb2, 0x33, 0x57, 0x96, 0x76, 0xb0, 0x99, 0x11, 0x8e, 0x5a, 0xe8, 0x8b, 0x5a, 0xf0, 0xeb, 0x02, 0xa1, 0x80, 0x06, 0xbf, 0x26, 0xdc, 0x4c, 0xa6, 0x02, 0x34, 0x29, 0x50, 0x19, 0xf2, 0xa3, 0x32, 0xe4, 0xc3, 0xac, 0x69, 0xb5, 0x30, 0x6d, 0x07, 0xd1, 0x98, 0x89, 0xbe, 0x68, 0x1c, 0x91, 0x81, 0x18, 0x62, 0xb1, 0x24, 0x92, 0x49, 0x0b, 0x96, 0x69, 0xe5, 0x2c, 0x92, 0x3d, 0xbc, 0x86, 0x14, 0xf0, 0x07, 0x74, 0x04, 0x03, 0x01, 0x18, 0x65, 0x41, 0x84, 0x42, 0x41, 0x68, 0xba, 0x06, 0x56, 0xc8, 0x48, 0x3c, 0x18, 0xca, 0x41, 0xee, 0x92, 0xf2, 0x9c, 0x4b, 0xe5, 0x68, 0x7f, 0x14, 0x76, 0x2a, 0xfd, 0xcb, 0xea, 0xe1, 0x6d, 0xeb, 0xef, 0xea, 0xf4, 0x72, 0x10, 0xa3, 0x2a, 0xc3, 0x8c, 0x96, 0x00, 0x22, 0x9d, 0x4d, 0xf3, 0x66, 0x07, 0x8b, 0xdc, 0x40, 0x30, 0x3d, 0x6a, 0xcb, 0xfd, 0x28, 0x0b, 0x68, 0x60, 0x66, 0xf4, 0x46, 0x4c, 0x3c, 0xf8, 0xeb, 0x1d, 0x30, 0x4d, 0x1b, 0x9d, 0xdd, 0x03, 0x78, 0x60, 0xd3, 0x36, 0x7c, 0xf0, 0x8a, 0x73, 0xb1, 0x64, 0x4e, 0x03, 0xfc, 0x3a, 0xa1, 0x2a, 0xa4, 0x23, 0xa0, 0x4b, 0x74, 0xf5, 0x27, 0x10, 0x4b, 0x3a, 0xe8, 0xf0, 0xc0, 0xe7, 0x02, 0x09, 0x82, 0x62, 0xaa, 0xbf, 0x50, 0xc8, 0x58, 0xc8, 0x34, 0x30, 0x33, 0xe2, 0x9e, 0x56, 0x00, 0xb9, 0xfe, 0x49, 0x40, 0x97, 0xf0, 0x69, 0x22, 0x6b, 0x09, 0x36, 0x86, 0xae, 0x09, 0x54, 0x96, 0x07, 0x50, 0x5e, 0xe6, 0x07, 0x1a, 0xaa, 0xa0, 0x18, 0xb0, 0x15, 0xc3, 0x56, 0x0a, 0xa6, 0x69, 0xc1, 0x32, 0x1d, 0x98, 0xb6, 0x03, 0xdb, 0x71, 0x00, 0x06, 0x1c, 0xc7, 0x81, 0xf0, 0xd6, 0x0a, 0xd6, 0xa4, 0x84, 0x90, 0xee, 0x1e, 0x89, 0x9a, 0x26, 0xd3, 0x1b, 0x6a, 0x66, 0x4b, 0x7a, 0xaa, 0x87, 0x52, 0x31, 0x43, 0x39, 0xb9, 0x1b, 0x00, 0xe7, 0xef, 0x0b, 0xcd, 0x4a, 0x21, 0x7c, 0x32, 0xdd, 0x14, 0x63, 0x9a, 0x03, 0x9d, 0xdf, 0xf5, 0x12, 0x51, 0x5e, 0x76, 0x20, 0x4d, 0x02, 0x3e, 0x55, 0x04, 0x10, 0x05, 0xd2, 0xa9, 0x5e, 0x10, 0x90, 0xbd, 0x7f, 0x85, 0xfb, 0x6f, 0x45, 0x50, 0x47, 0x75, 0x99, 0xee, 0x3a, 0x2d, 0x49, 0x07, 0x0f, 0x3d, 0xbd, 0x13, 0x03, 0x91, 0xcc, 0x22, 0xa0, 0x49, 0xd3, 0xc6, 0xa6, 0xdf, 0xed, 0xc6, 0xd1, 0xe3, 0x7d, 0xf8, 0xa3, 0x65, 0xb3, 0x51, 0x19, 0xd2, 0xe1, 0xd7, 0x05, 0x9a, 0xaa, 0x83, 0xd8, 0x7d, 0xac, 0x1f, 0x9c, 0xe7, 0x17, 0x14, 0x55, 0xfd, 0x5c, 0x3c, 0x9d, 0x54, 0x52, 0x06, 0x87, 0x81, 0x78, 0xd2, 0x41, 0x2c, 0xe9, 0x80, 0x00, 0xf8, 0x74, 0x01, 0x4d, 0x10, 0x74, 0x29, 0xa0, 0x49, 0x4a, 0xaf, 0xe6, 0xa5, 0xd2, 0x61, 0x2c, 0x40, 0x24, 0xa0, 0x07, 0x7c, 0x60, 0x3f, 0xa0, 0xb2, 0xc1, 0xf4, 0x4e, 0x9e, 0xda, 0x53, 0x98, 0x53, 0xdf, 0x63, 0xce, 0x05, 0xdf, 0x9b, 0xdb, 0xa0, 0x14, 0xa7, 0x6b, 0xfa, 0xc3, 0xfd, 0xd6, 0x70, 0x77, 0x18, 0x8e, 0xed, 0x9a, 0x49, 0x65, 0x9b, 0x3f, 0xda, 0xf9, 0xf3, 0xaf, 0x1e, 0xcc, 0x92, 0x7e, 0xca, 0x23, 0x81, 0x1a, 0x4f, 0x02, 0x14, 0xca, 0xa1, 0xa7, 0x16, 0xae, 0x12, 0xf9, 0x60, 0x30, 0x03, 0x01, 0x9f, 0x44, 0x43, 0x95, 0x3f, 0xdd, 0xdd, 0xf3, 0xcb, 0xcd, 0xef, 0xa2, 0xbd, 0x23, 0xec, 0x31, 0xd9, 0x7e, 0xc7, 0xb1, 0xe2, 0xdb, 0x34, 0x7f, 0xf9, 0xa7, 0x19, 0x8c, 0x37, 0xf7, 0x1c, 0x43, 0x5b, 0x67, 0x1f, 0x3e, 0x74, 0xc5, 0xb9, 0x98, 0xd5, 0x50, 0x06, 0x47, 0xb9, 0xe4, 0x99, 0xd9, 0x10, 0x42, 0x5b, 0x4f, 0x1c, 0xa6, 0xa5, 0x86, 0x4f, 0x12, 0x15, 0xd1, 0x0e, 0x05, 0x38, 0x93, 0x53, 0xab, 0xc8, 0xdf, 0xd7, 0x99, 0x3d, 0x7f, 0x21, 0x3f, 0x6f, 0xa1, 0x49, 0xe1, 0xae, 0x51, 0xe0, 0x4d, 0x7f, 0xf7, 0x84, 0xdc, 0x05, 0x9f, 0x73, 0xcf, 0xa5, 0xb2, 0xa7, 0xac, 0x7b, 0xff, 0x1f, 0x2b, 0x17, 0x70, 0x77, 0x56, 0x73, 0x6a, 0x62, 0x2c, 0x17, 0x74, 0x9c, 0xb9, 0x80, 0xea, 0x4f, 0xc6, 0x12, 0x19, 0xdb, 0xcf, 0xe8, 0xe8, 0xda, 0xfb, 0xcc, 0xbf, 0x66, 0xe1, 0xa0, 0x0a, 0x90, 0x00, 0xa5, 0x68, 0x03, 0xad, 0x44, 0xf0, 0x45, 0x1e, 0x01, 0x28, 0x3f, 0xf7, 0x4d, 0x59, 0x37, 0x52, 0x97, 0x02, 0x4d, 0xd5, 0x3e, 0xf7, 0x66, 0x30, 0xf0, 0xcc, 0xeb, 0x87, 0xb0, 0x6b, 0xff, 0xf1, 0x94, 0x1a, 0x3b, 0xd1, 0xf1, 0xd6, 0xe3, 0x77, 0x1c, 0xdb, 0xfa, 0x78, 0xe7, 0x79, 0x37, 0xfe, 0xdd, 0x96, 0x50, 0xdd, 0xec, 0xef, 0x80, 0x44, 0x79, 0x57, 0xf7, 0x00, 0x1e, 0xfe, 0xf5, 0x76, 0x5c, 0x72, 0xc1, 0x6c, 0x2c, 0x9a, 0xdb, 0xe0, 0x56, 0x73, 0x7c, 0x12, 0xb3, 0x1b, 0x42, 0xe8, 0xee, 0x37, 0x71, 0x32, 0x92, 0xcc, 0x09, 0x87, 0x46, 0xaa, 0xfa, 0x87, 0x02, 0x7f, 0x38, 0x1f, 0xc3, 0x76, 0x18, 0x96, 0xe3, 0x0c, 0x3a, 0x47, 0x6a, 0xbf, 0xe3, 0xec, 0x75, 0xe1, 0x08, 0xe4, 0x39, 0x70, 0x9e, 0x64, 0xf3, 0x60, 0xc7, 0x78, 0x50, 0xca, 0x9c, 0x0b, 0xa7, 0xc0, 0x53, 0xe0, 0x3b, 0x8e, 0x42, 0x57, 0x47, 0x67, 0xfa, 0x7d, 0x33, 0xda, 0xfd, 0xf5, 0xd6, 0x97, 0x1f, 0x89, 0x16, 0x90, 0x7e, 0x95, 0xf5, 0x1e, 0x4a, 0xd1, 0x06, 0xa2, 0x04, 0x95, 0x2f, 0x86, 0xa8, 0x9e, 0x09, 0xc0, 0xed, 0x08, 0x22, 0x91, 0x61, 0x73, 0x85, 0xa1, 0xa7, 0x25, 0x64, 0xeb, 0xbb, 0x27, 0xf0, 0xe2, 0xf6, 0x83, 0xa9, 0x2b, 0x8f, 0x86, 0x0f, 0xbd, 0xfe, 0xd9, 0x63, 0x5b, 0x1f, 0xef, 0x02, 0x20, 0xf6, 0x3c, 0xfe, 0xad, 0x67, 0x8e, 0x6f, 0xdf, 0x74, 0x23, 0xdb, 0xe6, 0x9b, 0x00, 0x60, 0xdb, 0x0a, 0x2f, 0x6d, 0x3b, 0x80, 0xff, 0xde, 0xbc, 0x0b, 0xbd, 0x91, 0x04, 0x98, 0xdd, 0x08, 0xa2, 0xb6, 0xc2, 0x8f, 0xd9, 0x0d, 0x21, 0x94, 0xf9, 0xb5, 0xa1, 0x55, 0x3f, 0x0f, 0xa7, 0xfa, 0x4b, 0xd8, 0xa3, 0x2f, 0x5f, 0x1d, 0x17, 0x01, 0x2f, 0x95, 0x8e, 0x76, 0x1c, 0x76, 0x7d, 0x02, 0xc7, 0x7d, 0x98, 0xb6, 0x82, 0xed, 0xb8, 0xdb, 0xca, 0xf3, 0x10, 0xe0, 0x0f, 0xff, 0x5b, 0x32, 0xaf, 0x4e, 0x9e, 0xe8, 0x4c, 0x67, 0xfd, 0x94, 0x15, 0xdf, 0xb8, 0xf3, 0x67, 0x5f, 0x79, 0xb2, 0x40, 0x11, 0x4a, 0x14, 0xf9, 0x9b, 0x86, 0xc2, 0x59, 0x94, 0xe4, 0xe8, 0x0d, 0x96, 0xfa, 0xf4, 0x73, 0x7a, 0xe6, 0xca, 0xe0, 0xe5, 0xcb, 0xb1, 0xaf, 0x2d, 0x8c, 0x27, 0x9e, 0xdf, 0x9d, 0xba, 0x16, 0x67, 0xa0, 0xf3, 0xc0, 0x97, 0x0f, 0xfc, 0xee, 0xbf, 0xde, 0xcd, 0x3a, 0xa7, 0x6c, 0xdb, 0xfe, 0x58, 0xdb, 0xdb, 0x1b, 0xbf, 0xbc, 0x3a, 0x1e, 0x3e, 0xfe, 0x5d, 0xf6, 0x76, 0xe2, 0xec, 0xe8, 0xea, 0xc7, 0x13, 0xcf, 0xee, 0xc4, 0xce, 0x7d, 0xc7, 0x61, 0x39, 0xca, 0x73, 0xc6, 0xdc, 0xd9, 0x41, 0xcd, 0xb5, 0x41, 0xf8, 0x75, 0x31, 0x64, 0xc8, 0x87, 0x12, 0xc0, 0x1b, 0xce, 0x34, 0x14, 0xff, 0x3e, 0x8f, 0x48, 0x7b, 0x60, 0x98, 0xf0, 0x74, 0x38, 0x7f, 0xa6, 0xbb, 0xa3, 0x0b, 0x89, 0x68, 0xdc, 0xd3, 0x9e, 0xce, 0xfe, 0x83, 0xcf, 0xdf, 0xfb, 0x8d, 0x61, 0x40, 0x1f, 0x0a, 0xb3, 0x92, 0x09, 0x50, 0xa8, 0x26, 0x5e, 0x98, 0x04, 0xa9, 0x75, 0x4c, 0x39, 0x13, 0x0a, 0x32, 0x33, 0x4e, 0xf4, 0xc4, 0xf0, 0xf0, 0xd3, 0x6f, 0xa5, 0x3b, 0x7b, 0xe3, 0xfd, 0x27, 0xfe, 0xe9, 0xbd, 0x27, 0xd6, 0x3d, 0x5f, 0x48, 0x8b, 0x98, 0x66, 0x84, 0x77, 0x3d, 0xf6, 0xd5, 0xfb, 0x3a, 0xdf, 0xda, 0xf4, 0x49, 0xc7, 0x4a, 0xec, 0x72, 0xd5, 0xae, 0xc2, 0xf6, 0x77, 0x8e, 0x62, 0xd3, 0xef, 0xde, 0x41, 0x5b, 0x57, 0x3f, 0x94, 0xe7, 0x64, 0x19, 0x7e, 0x0d, 0xd3, 0xeb, 0x0c, 0x4c, 0xa9, 0x0c, 0x40, 0x4f, 0x6f, 0x2c, 0xc2, 0x63, 0x57, 0xfd, 0x5c, 0x0a, 0x78, 0x3c, 0x74, 0x41, 0x80, 0x07, 0x83, 0xcb, 0x05, 0xf2, 0xdc, 0xa5, 0xaa, 0xfe, 0x70, 0x57, 0x0f, 0x22, 0x7d, 0xa9, 0x99, 0xcf, 0xaa, 0xfb, 0xe4, 0xfe, 0x57, 0x3e, 0x15, 0x3e, 0xfc, 0x5a, 0xa2, 0x08, 0xc8, 0xa2, 0x80, 0xb9, 0xa6, 0xe1, 0x48, 0x20, 0x87, 0x00, 0xbf, 0x24, 0x56, 0x35, 0x2d, 0xbd, 0x69, 0x2d, 0x11, 0xd5, 0xd4, 0x54, 0x84, 0xd0, 0x72, 0xde, 0x54, 0x30, 0x18, 0x03, 0x71, 0x0b, 0xf7, 0x3d, 0xb1, 0x1d, 0xfd, 0x9e, 0xc7, 0x6f, 0xc7, 0xfb, 0x1f, 0x78, 0xfb, 0x67, 0x5f, 0xf9, 0xde, 0x70, 0x26, 0xa5, 0xbf, 0x6d, 0x57, 0xb8, 0x7b, 0xef, 0x0b, 0x9b, 0x2a, 0x9b, 0x16, 0xc5, 0xf5, 0x60, 0xc5, 0x12, 0x10, 0xe9, 0x49, 0xd3, 0xc6, 0xa1, 0xd6, 0x93, 0xe8, 0xed, 0x4f, 0xa0, 0xba, 0x32, 0x04, 0x9f, 0xae, 0x81, 0xbd, 0xe4, 0x4d, 0x85, 0xa1, 0x43, 0x97, 0x04, 0xd3, 0x56, 0xe9, 0x55, 0xba, 0x47, 0x1b, 0x15, 0x0c, 0x02, 0xb7, 0x28, 0x38, 0xa3, 0x03, 0x77, 0x28, 0xed, 0x43, 0x83, 0xb4, 0x03, 0xa3, 0xb7, 0xb3, 0x07, 0xfd, 0xe1, 0x74, 0x81, 0x32, 0x1e, 0x6e, 0x7b, 0x6b, 0xf5, 0xa1, 0x67, 0xbf, 0xff, 0x6e, 0x5e, 0xf1, 0xb5, 0x58, 0x51, 0xb6, 0xe4, 0x26, 0x16, 0x39, 0x5a, 0xd5, 0x9f, 0x4f, 0x80, 0xea, 0x4a, 0x03, 0x2d, 0xe7, 0x4d, 0x41, 0xd2, 0x72, 0xb0, 0xe1, 0xe9, 0x9d, 0x68, 0xeb, 0xec, 0xf7, 0x6c, 0x56, 0xf2, 0x77, 0xbb, 0x7f, 0xfe, 0xd5, 0xaf, 0x3b, 0x4e, 0x72, 0xa8, 0x73, 0xa7, 0x1f, 0xca, 0x4a, 0xa2, 0xeb, 0xdd, 0xdf, 0xbd, 0x6d, 0x0e, 0x9c, 0x7c, 0xda, 0x68, 0x98, 0xdb, 0x20, 0xf5, 0xe0, 0x1c, 0x00, 0xe8, 0x8f, 0xc4, 0xb1, 0xef, 0x48, 0x27, 0x62, 0x49, 0x1b, 0xd5, 0x15, 0x06, 0xa4, 0x26, 0x81, 0x14, 0x11, 0x82, 0x1a, 0x7c, 0xba, 0x4c, 0xdb, 0xe2, 0x42, 0x61, 0xde, 0x78, 0xa9, 0xfe, 0x92, 0x3e, 0x2f, 0x21, 0x33, 0x99, 0x2d, 0x69, 0x2a, 0xeb, 0x20, 0xc5, 0x0a, 0xdd, 0x27, 0x4e, 0x22, 0xd2, 0x9f, 0x4e, 0x25, 0xc6, 0xfb, 0x4f, 0xec, 0xbd, 0x6b, 0xdf, 0xaf, 0xbf, 0xbd, 0x65, 0xa4, 0xe0, 0x16, 0x36, 0xcc, 0xb9, 0x3f, 0x49, 0x0e, 0x23, 0xfd, 0xc5, 0xd4, 0x48, 0x36, 0x01, 0xd6, 0x10, 0x51, 0x4d, 0x4d, 0xa5, 0x81, 0x0b, 0xe7, 0x4d, 0xc1, 0xe3, 0x2f, 0xbc, 0x87, 0xdd, 0x07, 0x3b, 0xdd, 0x8b, 0x71, 0xac, 0xdd, 0x7b, 0x9f, 0xfb, 0xcf, 0xcf, 0xc6, 0x7b, 0x8e, 0x5a, 0xa5, 0x90, 0x29, 0xfb, 0x39, 0xd6, 0x73, 0x34, 0xde, 0xf1, 0xf6, 0xd3, 0x9b, 0xb5, 0x50, 0xd5, 0xce, 0x40, 0xe5, 0xd4, 0x05, 0x42, 0x6a, 0xd5, 0x60, 0xa0, 0x37, 0x1c, 0xc5, 0xfe, 0xa3, 0x5d, 0x30, 0x2d, 0x85, 0x8a, 0xb2, 0x00, 0x34, 0xe9, 0x56, 0xcb, 0x34, 0x29, 0x10, 0xf2, 0x6b, 0x08, 0xf9, 0xdd, 0x8d, 0x9a, 0x6d, 0x87, 0xd3, 0x15, 0xc4, 0xb1, 0x9b, 0x06, 0x2e, 0xc1, 0xae, 0x63, 0x18, 0xbb, 0x9e, 0x01, 0x9f, 0xb2, 0xa2, 0x86, 0xec, 0xff, 0xd3, 0x34, 0x4d, 0x74, 0xb4, 0x75, 0x64, 0x35, 0x7a, 0x70, 0x7f, 0xf8, 0xe8, 0x5b, 0x77, 0xec, 0x7b, 0xea, 0xdb, 0xaf, 0x0e, 0xe3, 0x5e, 0x60, 0x18, 0xa0, 0xb9, 0x54, 0x0d, 0x50, 0xaa, 0xe4, 0xa7, 0x1f, 0x4d, 0x17, 0xdd, 0xb4, 0x96, 0x88, 0xaa, 0xab, 0xcb, 0x83, 0x18, 0x48, 0x58, 0x78, 0xc9, 0xdb, 0x3f, 0x98, 0x95, 0x3a, 0xd1, 0xb1, 0xe3, 0x57, 0xab, 0xba, 0xdf, 0x7b, 0x3e, 0x3c, 0xcc, 0xf9, 0x86, 0x7c, 0xaf, 0xef, 0xe8, 0x8e, 0x13, 0x27, 0xdf, 0x79, 0x66, 0x93, 0x51, 0x37, 0xf3, 0x84, 0xaf, 0xac, 0x66, 0x3e, 0x09, 0x59, 0xc6, 0x8a, 0xd1, 0xdd, 0x1b, 0xc1, 0xfe, 0xc3, 0x9d, 0x88, 0x26, 0x6d, 0x94, 0x19, 0x01, 0xf8, 0x7c, 0x1a, 0xc0, 0x0c, 0x21, 0x08, 0x01, 0x5d, 0xa2, 0x2c, 0xa8, 0x41, 0x97, 0xee, 0x8a, 0xde, 0x8e, 0xc3, 0x45, 0x4c, 0x03, 0xc6, 0xc9, 0x34, 0x70, 0x49, 0xa6, 0xc3, 0xbd, 0x38, 0xb7, 0x87, 0x2a, 0x53, 0xe2, 0x76, 0xbf, 0x3d, 0xd0, 0x37, 0x80, 0xae, 0xe3, 0x9d, 0x70, 0x6c, 0x3b, 0xe5, 0xf0, 0xb5, 0xf7, 0xec, 0x7b, 0xf9, 0xb3, 0x07, 0x9f, 0xfb, 0xfe, 0xce, 0x12, 0xfc, 0x4a, 0x2e, 0xb5, 0x5f, 0x21, 0xff, 0x99, 0xc6, 0xa2, 0xfe, 0x01, 0x50, 0xcb, 0x1d, 0x0f, 0x6e, 0x21, 0x21, 0xe6, 0x04, 0x7c, 0x12, 0x49, 0xdb, 0x71, 0xab, 0x9b, 0xcc, 0xd1, 0x9e, 0x03, 0xaf, 0x7f, 0xe2, 0xe0, 0xe6, 0xef, 0xef, 0x1e, 0xcd, 0x39, 0x8b, 0x7d, 0x47, 0x0b, 0x55, 0xfa, 0xe7, 0x5d, 0xfd, 0xc5, 0x3f, 0x0e, 0x35, 0x9c, 0xb3, 0x8a, 0xa4, 0x56, 0x95, 0x4d, 0xdb, 0x29, 0x0d, 0x55, 0x98, 0x3d, 0xbd, 0x1e, 0x75, 0x55, 0x65, 0x9e, 0x51, 0x65, 0xaf, 0xcc, 0xcc, 0xb0, 0x95, 0xdb, 0x44, 0x92, 0x48, 0x3a, 0x48, 0x58, 0x2a, 0x6b, 0x79, 0xb9, 0xe2, 0x09, 0xa1, 0x62, 0x5e, 0xff, 0x48, 0x3f, 0x4f, 0x2f, 0xf3, 0xee, 0xdd, 0x69, 0xa5, 0xbc, 0xc4, 0x90, 0xf7, 0x1d, 0x33, 0x61, 0xa2, 0xbb, 0xf3, 0x24, 0x92, 0xf1, 0x4c, 0xcd, 0xc3, 0x31, 0xa3, 0x2f, 0x1e, 0x7d, 0xf5, 0xfe, 0xaf, 0x76, 0xef, 0x7d, 0xb5, 0x37, 0x2b, 0xbe, 0xe7, 0x02, 0xaf, 0x8b, 0x3d, 0x97, 0xfa, 0xd9, 0xa8, 0x09, 0x90, 0x7e, 0xbd, 0x6c, 0xcd, 0x83, 0x5b, 0x40, 0x62, 0x76, 0x76, 0x31, 0x2c, 0xd6, 0x71, 0xf0, 0xce, 0xdd, 0x4f, 0x7c, 0xf3, 0x77, 0x23, 0x04, 0xbe, 0xe4, 0x63, 0xfc, 0xe5, 0x8d, 0xc6, 0xcc, 0xf7, 0xdd, 0xfe, 0xa1, 0x50, 0xe3, 0xfc, 0x8f, 0x49, 0xcd, 0xdf, 0x98, 0x53, 0x4f, 0x0f, 0xfa, 0x31, 0xa3, 0xb9, 0x16, 0x53, 0x1b, 0xaa, 0x60, 0x04, 0x74, 0x2f, 0xcf, 0x9e, 0x9b, 0x82, 0xb5, 0x1c, 0x85, 0x84, 0xe9, 0xc0, 0x72, 0x14, 0x2c, 0x3b, 0x2b, 0x61, 0x53, 0x42, 0xc8, 0x57, 0x8a, 0xd7, 0x9f, 0xde, 0xe4, 0x81, 0x01, 0x22, 0x4e, 0xf7, 0x3b, 0xb0, 0xca, 0x64, 0x0e, 0x2d, 0xcb, 0x42, 0xf8, 0x64, 0x2f, 0x22, 0x03, 0x91, 0xac, 0xf9, 0x14, 0x2a, 0x99, 0xe8, 0x3b, 0xfe, 0x83, 0x5d, 0x8f, 0xfd, 0xed, 0x4f, 0x00, 0xd3, 0x19, 0x06, 0xd0, 0x52, 0x88, 0xc0, 0xc3, 0x10, 0x68, 0xec, 0x1a, 0x60, 0xd9, 0x9a, 0x07, 0x5f, 0xcf, 0x26, 0x80, 0x39, 0xd0, 0xb5, 0x6e, 0xe7, 0x23, 0x7f, 0x71, 0xdf, 0x18, 0x40, 0x2e, 0xc9, 0x34, 0x00, 0x20, 0xe9, 0x37, 0xf4, 0x99, 0x97, 0x7f, 0xf6, 0x7d, 0x95, 0xcd, 0x8b, 0x57, 0x4a, 0x7f, 0x68, 0x6e, 0xbe, 0x2d, 0xab, 0xae, 0x2e, 0xc7, 0x94, 0xc6, 0x4a, 0x34, 0xd4, 0x54, 0xc2, 0xef, 0x93, 0x69, 0x20, 0x54, 0xba, 0xc9, 0x82, 0xd3, 0x7b, 0xfb, 0xda, 0xb6, 0x9b, 0xd0, 0x49, 0xa5, 0x6b, 0x1d, 0x47, 0x79, 0xa9, 0x5c, 0xce, 0x5a, 0x95, 0x34, 0xd7, 0x6b, 0x4f, 0x6f, 0xf4, 0x40, 0xde, 0x0c, 0x39, 0xca, 0x4e, 0x12, 0x79, 0xb5, 0xfc, 0x94, 0xb6, 0xf1, 0x4a, 0xbc, 0xf1, 0x78, 0x02, 0xfd, 0xe1, 0x7e, 0x44, 0xfb, 0x73, 0xeb, 0xc5, 0x8e, 0x19, 0x7b, 0xed, 0xf8, 0xce, 0xa7, 0xfe, 0xfe, 0xc4, 0x8e, 0xc7, 0x0f, 0x8f, 0x00, 0xc0, 0x71, 0xd7, 0x00, 0x23, 0x06, 0xaa, 0xe5, 0x8e, 0x07, 0xde, 0x20, 0x21, 0x67, 0x01, 0x80, 0x9d, 0x8c, 0xde, 0xf7, 0xe6, 0x83, 0x77, 0x7d, 0x73, 0xbc, 0x81, 0x2e, 0xe5, 0x79, 0xea, 0xd2, 0x3f, 0x59, 0x50, 0x3b, 0xe7, 0xf2, 0xeb, 0xfd, 0x55, 0x53, 0xde, 0x47, 0x24, 0x82, 0xf9, 0x57, 0x55, 0x59, 0x51, 0x86, 0xba, 0x9a, 0x72, 0xd4, 0x54, 0x87, 0x50, 0x66, 0x04, 0x40, 0xe4, 0x81, 0xe4, 0x81, 0x93, 0x3d, 0xa9, 0xd5, 0xcd, 0x39, 0xa8, 0x8c, 0xe4, 0x72, 0xa6, 0x62, 0x97, 0xf9, 0xdc, 0x65, 0x85, 0xe2, 0x8c, 0x64, 0xa7, 0x48, 0x92, 0x6a, 0x5c, 0x51, 0xec, 0x9e, 0xc3, 0x4c, 0x5a, 0x88, 0x0c, 0x44, 0x10, 0xe9, 0x8f, 0xc0, 0x4c, 0xe6, 0xb6, 0xc1, 0x29, 0xdb, 0x3c, 0x10, 0xe9, 0xd8, 0xf7, 0xc3, 0xbd, 0x4f, 0x7d, 0xfb, 0x99, 0x51, 0x80, 0x3a, 0x56, 0x32, 0x14, 0x24, 0xc0, 0x88, 0x00, 0x6a, 0x59, 0xf3, 0xe0, 0x56, 0x22, 0x31, 0x53, 0x39, 0xc9, 0xe7, 0xf6, 0xfc, 0xec, 0xab, 0xb7, 0xc7, 0xe3, 0x3d, 0x6a, 0xbc, 0x40, 0x2d, 0xc1, 0x11, 0xcd, 0x9f, 0xd0, 0x21, 0x7c, 0x95, 0x53, 0x83, 0xd3, 0x57, 0x7c, 0xf2, 0xca, 0xb2, 0x86, 0xb9, 0x57, 0x6b, 0x46, 0xe5, 0xf9, 0x04, 0x1a, 0x94, 0xfc, 0xd0, 0x34, 0x81, 0xca, 0x8a, 0x32, 0x54, 0x94, 0x1b, 0x08, 0x19, 0x01, 0x18, 0x65, 0x7e, 0xf8, 0x34, 0x2d, 0x4b, 0x72, 0x55, 0x3a, 0x85, 0xcb, 0x79, 0xe6, 0x63, 0x10, 0xf8, 0x80, 0x5b, 0xb5, 0xf4, 0x5e, 0x3b, 0xcc, 0xb0, 0x2c, 0x07, 0xf1, 0x68, 0x02, 0xb1, 0x78, 0x1c, 0xf1, 0x48, 0x6c, 0x10, 0xe8, 0x2e, 0xf0, 0xc9, 0xfd, 0x91, 0x8e, 0xfd, 0xf7, 0xee, 0xfd, 0x9f, 0x7f, 0xfb, 0x0d, 0x2c, 0xcb, 0x39, 0x85, 0x52, 0x3e, 0xd4, 0x73, 0xc1, 0x98, 0x72, 0x44, 0xa0, 0xb5, 0xac, 0x79, 0x70, 0x1b, 0x98, 0x23, 0xad, 0x2f, 0xdc, 0xfd, 0x27, 0x9d, 0xfb, 0x5f, 0x89, 0x95, 0x00, 0xd8, 0x70, 0xe7, 0xa6, 0x11, 0x7e, 0x56, 0x2c, 0x74, 0x15, 0xa1, 0xc6, 0x05, 0x95, 0x53, 0x97, 0xdc, 0x70, 0x59, 0xa8, 0x7e, 0xf6, 0x65, 0xba, 0x51, 0xb5, 0x04, 0x44, 0x45, 0x67, 0x0f, 0xfb, 0x7c, 0x3a, 0xfc, 0x7e, 0x1f, 0x02, 0x01, 0x1d, 0xfe, 0x80, 0x0f, 0x3e, 0x5d, 0x83, 0xd4, 0x24, 0xa4, 0x10, 0x10, 0x52, 0xb8, 0x45, 0x1e, 0xa4, 0x5a, 0xf8, 0x14, 0x2c, 0xc5, 0x50, 0xb6, 0x82, 0x6d, 0xd9, 0x30, 0x2d, 0x1b, 0x49, 0xd3, 0x82, 0x99, 0x34, 0x61, 0x99, 0x56, 0xf6, 0x7c, 0xbd, 0xfc, 0x98, 0xd2, 0x34, 0xe3, 0xe1, 0xe7, 0xfa, 0x8f, 0xbd, 0xf3, 0xd8, 0xe1, 0x17, 0xee, 0xde, 0x31, 0x42, 0x3b, 0x3e, 0x16, 0x1f, 0xa0, 0xa0, 0xfa, 0x2f, 0x46, 0x80, 0x11, 0x65, 0x02, 0x5b, 0xee, 0x78, 0xe0, 0xe9, 0xee, 0x3d, 0x2f, 0xdd, 0x75, 0xf8, 0x95, 0xf5, 0xed, 0x63, 0x90, 0x5e, 0x51, 0x04, 0xc8, 0xe1, 0x3e, 0x2f, 0x96, 0xb3, 0x18, 0x34, 0xb5, 0xcb, 0x57, 0x5e, 0x1b, 0x68, 0x3c, 0xff, 0xfa, 0x85, 0xe5, 0x53, 0xcf, 0xbd, 0xd0, 0x5f, 0xde, 0x78, 0xa1, 0xf4, 0x85, 0xe6, 0x16, 0xd9, 0x82, 0x73, 0x9c, 0x07, 0xc7, 0xad, 0xc4, 0xc0, 0xb6, 0x78, 0x4f, 0xeb, 0xff, 0xb4, 0x6f, 0xfb, 0xef, 0x17, 0x22, 0x27, 0xde, 0xed, 0x2f, 0x50, 0xb7, 0x1f, 0xea, 0x79, 0x2c, 0x80, 0x0f, 0x29, 0xfd, 0xc3, 0xa5, 0x14, 0x4b, 0xb2, 0xdf, 0xb3, 0x3f, 0xf0, 0xf9, 0xe9, 0x87, 0x9e, 0xfb, 0x51, 0xdb, 0x28, 0xc0, 0xa7, 0x11, 0x10, 0x60, 0x38, 0xa0, 0xf3, 0x3f, 0x2b, 0x54, 0xcf, 0xc8, 0xb9, 0xde, 0x60, 0xed, 0xcc, 0x50, 0xed, 0xdc, 0xcb, 0xe6, 0x19, 0xf5, 0xb3, 0xe6, 0xf9, 0xca, 0xea, 0xe6, 0xe9, 0x81, 0xf2, 0x59, 0x52, 0x0f, 0x4c, 0x41, 0xbe, 0xff, 0x30, 0x22, 0xac, 0x95, 0xa5, 0x1c, 0xbb, 0xcd, 0x49, 0x46, 0xf6, 0x26, 0x23, 0x27, 0xdf, 0x1e, 0xe8, 0xd8, 0xfb, 0x56, 0xe7, 0xce, 0xa7, 0xf6, 0x5a, 0xf1, 0x7e, 0x7b, 0x18, 0x70, 0x79, 0x84, 0xa4, 0x28, 0x76, 0x6c, 0xa9, 0xc7, 0x61, 0x38, 0x02, 0x60, 0x84, 0xc0, 0x95, 0x64, 0x9f, 0xc7, 0x28, 0xd9, 0xa5, 0x48, 0x7a, 0x31, 0x12, 0x94, 0x9c, 0x27, 0x2f, 0x6b, 0x3e, 0xbf, 0xaa, 0x62, 0xca, 0xc2, 0xa9, 0x81, 0x8a, 0xfa, 0x3a, 0xe1, 0x0f, 0x95, 0xe9, 0xba, 0x11, 0x22, 0xcd, 0x5f, 0x4e, 0x94, 0xa9, 0xb3, 0x13, 0x11, 0xb3, 0x72, 0x12, 0xb6, 0x15, 0x1f, 0x70, 0xac, 0x64, 0x9f, 0x13, 0xef, 0xeb, 0x8e, 0x76, 0x1e, 0x38, 0xd6, 0xb9, 0xef, 0xc5, 0x13, 0xb0, 0x6d, 0x27, 0xaf, 0x35, 0xab, 0x18, 0x10, 0x85, 0xda, 0xb8, 0x54, 0x91, 0xf7, 0x46, 0xa2, 0x21, 0x86, 0xfb, 0x0e, 0x4a, 0x25, 0x00, 0xc6, 0xc1, 0x3e, 0x8b, 0x61, 0x2a, 0x8a, 0xe3, 0x09, 0xfc, 0x70, 0x52, 0x3f, 0x92, 0x42, 0xc9, 0x50, 0xd9, 0xb3, 0xfc, 0xd7, 0xa5, 0x3c, 0xd4, 0x28, 0xff, 0x1e, 0xad, 0xa6, 0x28, 0x09, 0xfc, 0x52, 0x3a, 0x82, 0x54, 0x89, 0xd2, 0x54, 0xec, 0x33, 0x2e, 0xd0, 0x3d, 0x94, 0xde, 0x21, 0xa6, 0xc8, 0x31, 0x9c, 0x07, 0xa2, 0xca, 0x2a, 0x63, 0x66, 0x9f, 0x47, 0x0c, 0x03, 0x7a, 0x29, 0xc0, 0x53, 0x89, 0x25, 0xfc, 0x62, 0x44, 0xe0, 0x12, 0x48, 0xa1, 0xc6, 0x81, 0x18, 0xaa, 0x44, 0x6d, 0x32, 0xd4, 0x67, 0x25, 0x55, 0x8b, 0x46, 0xdc, 0x13, 0x38, 0x0a, 0x89, 0x1f, 0x4a, 0xaa, 0x47, 0xaa, 0xe6, 0x4b, 0x01, 0x9d, 0x46, 0x79, 0xcd, 0xf9, 0x79, 0xf5, 0xf1, 0xd2, 0x06, 0xa7, 0x83, 0x08, 0xf9, 0xef, 0x8d, 0xa9, 0x27, 0x30, 0xfb, 0x02, 0x45, 0xd6, 0x89, 0x45, 0x81, 0x9b, 0x5e, 0x48, 0x9a, 0x45, 0x01, 0xa9, 0xe6, 0x22, 0x40, 0x72, 0x89, 0x60, 0x17, 0x92, 0xfe, 0x42, 0x80, 0x17, 0x92, 0x7e, 0x1a, 0x05, 0xf8, 0xc3, 0x11, 0x62, 0x2c, 0x64, 0x50, 0xa3, 0x20, 0x45, 0xa9, 0xaf, 0x47, 0x5c, 0x2f, 0x2e, 0x75, 0x88, 0x51, 0xda, 0xef, 0x52, 0x24, 0x5c, 0x0c, 0xa3, 0xe2, 0x87, 0x92, 0xfa, 0x91, 0xda, 0xfd, 0xe1, 0x4c, 0xc0, 0x48, 0xfd, 0x81, 0xa1, 0x08, 0x80, 0x2c, 0x50, 0x54, 0xde, 0x7b, 0xe3, 0xe9, 0x37, 0x8c, 0x68, 0x5e, 0xc0, 0x58, 0xe2, 0xe0, 0xd1, 0x00, 0x3d, 0x5a, 0x15, 0x5f, 0xcc, 0xd1, 0x2b, 0x06, 0xfc, 0x58, 0xd5, 0x7f, 0x21, 0x42, 0x8c, 0xd4, 0x31, 0xc4, 0x38, 0x9b, 0x85, 0x71, 0x05, 0x7e, 0x3c, 0x08, 0x50, 0x48, 0x23, 0x94, 0x1a, 0xb3, 0x03, 0xc3, 0xaf, 0xc9, 0x33, 0x16, 0xa9, 0xa7, 0xb1, 0xb6, 0x4a, 0x61, 0xe8, 0x79, 0x1a, 0xa5, 0x38, 0x87, 0x18, 0x42, 0x03, 0x8c, 0x16, 0xfc, 0xa1, 0x3e, 0x1f, 0xb5, 0x14, 0x8f, 0xe7, 0xc8, 0xf7, 0xd2, 0x69, 0x1c, 0x1e, 0xa5, 0x4a, 0x3d, 0x8d, 0xd1, 0xee, 0x8f, 0xc6, 0x1f, 0x38, 0x15, 0xda, 0x00, 0x25, 0x10, 0xa0, 0x64, 0x1b, 0x7f, 0xba, 0x09, 0x30, 0x94, 0x56, 0x18, 0x0f, 0xe7, 0xae, 0xd4, 0x30, 0xaf, 0x98, 0xc4, 0x8f, 0xc5, 0x04, 0x94, 0xdc, 0x65, 0x53, 0x42, 0x88, 0x38, 0x12, 0x6d, 0x30, 0xee, 0xa0, 0x9f, 0x2e, 0x02, 0x0c, 0xa5, 0x19, 0x86, 0x73, 0xf2, 0x46, 0x02, 0xfa, 0x68, 0xed, 0x3e, 0x95, 0x08, 0x7a, 0x31, 0x7f, 0x60, 0xb4, 0x61, 0x22, 0x4a, 0x74, 0x12, 0x71, 0xaa, 0x40, 0x9f, 0x08, 0x02, 0x94, 0x42, 0x88, 0xb1, 0x64, 0xf5, 0x4a, 0x51, 0xfb, 0xa3, 0xb9, 0x56, 0x1e, 0x47, 0x22, 0x8c, 0x86, 0x10, 0xa7, 0x7c, 0x4c, 0x96, 0x9d, 0xbf, 0xc5, 0x28, 0xa5, 0x7e, 0x38, 0xe0, 0x69, 0x1c, 0x09, 0x30, 0x92, 0xa8, 0xa0, 0xd4, 0x30, 0x11, 0xa7, 0x5a, 0xc2, 0xcf, 0x14, 0x02, 0x0c, 0x17, 0x66, 0x8e, 0x16, 0x78, 0x1a, 0xc1, 0xf5, 0x73, 0x89, 0x64, 0x18, 0xd1, 0x72, 0x71, 0x45, 0x40, 0x9f, 0x54, 0x37, 0xf9, 0x4c, 0x1c, 0x34, 0x42, 0xe7, 0x6f, 0x2c, 0xd7, 0xca, 0x23, 0x20, 0x02, 0x97, 0x48, 0xa6, 0xb3, 0x04, 0x98, 0xe0, 0x6b, 0xa4, 0x51, 0x7a, 0xff, 0x67, 0xc7, 0xd9, 0x71, 0x76, 0x9c, 0x1d, 0x7f, 0x40, 0xe3, 0xff, 0x01, 0x1e, 0x36, 0x51, 0xc4, 0xe8, 0xeb, 0x9b, 0xb4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int view_refresh_128_png_len = 12685; unsigned char view_refresh_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x12, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x56, 0x69, 0x65, 0x77, 0x20, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0xa6, 0xed, 0xaa, 0x62, 0x00, 0x00, 0x00, 0x14, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x4a, 0x61, 0x6b, 0x75, 0x62, 0x20, 0x53, 0x74, 0x65, 0x69, 0x6e, 0x65, 0x72, 0xe6, 0xfb, 0xf7, 0x2f, 0x00, 0x00, 0x00, 0x21, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x6a, 0x69, 0x6d, 0x6d, 0x61, 0x63, 0x2e, 0x6d, 0x75, 0x73, 0x69, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x2e, 0x63, 0x7a, 0x69, 0x66, 0xe3, 0x5e, 0x00, 0x00, 0x50, 0x0f, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x5c, 0x54, 0x57, 0xf6, 0x36, 0xc9, 0x66, 0x93, 0xb8, 0xd9, 0x94, 0x8d, 0x69, 0x9b, 0xde, 0xab, 0x26, 0x52, 0xc4, 0xae, 0xd1, 0xa8, 0xd1, 0x44, 0x8d, 0xb1, 0x77, 0xa5, 0x63, 0x6f, 0x28, 0x88, 0x28, 0x76, 0x2c, 0xd8, 0xbb, 0x52, 0x67, 0x86, 0x0e, 0x4a, 0x93, 0x22, 0xbd, 0xa3, 0x48, 0xaf, 0x62, 0xef, 0xa0, 0x26, 0xf9, 0x27, 0xd9, 0x6c, 0x36, 0xbb, 0xc9, 0xfd, 0x9f, 0x73, 0xe7, 0xbd, 0x99, 0x37, 0x77, 0xde, 0x9b, 0x19, 0x9a, 0x32, 0x30, 0xef, 0xf7, 0x3b, 0xbf, 0x81, 0x07, 0x0c, 0xef, 0xcd, 0xfb, 0xbe, 0x73, 0xbf, 0x73, 0xee, 0x39, 0xf7, 0x76, 0xea, 0x64, 0x3a, 0x4c, 0x87, 0xe9, 0x30, 0x1d, 0xa6, 0xc3, 0x74, 0x98, 0x0e, 0xd3, 0x61, 0x3a, 0x4c, 0x87, 0xe9, 0x30, 0x1d, 0xa6, 0xc3, 0x74, 0x98, 0x0e, 0xd3, 0x61, 0x3a, 0x4c, 0x87, 0xe9, 0x30, 0x1d, 0xa6, 0xc3, 0x74, 0x98, 0x0e, 0xd3, 0x61, 0x3a, 0x4c, 0x87, 0xe9, 0x30, 0x1d, 0xe6, 0xf6, 0x87, 0x1f, 0xb5, 0xb2, 0x0d, 0x7c, 0xd1, 0xcc, 0x36, 0xe0, 0x23, 0x33, 0x5b, 0x85, 0xb9, 0x94, 0xf5, 0xb0, 0x0d, 0x78, 0xeb, 0xf3, 0x59, 0xbe, 0xcf, 0x98, 0x3e, 0x31, 0xd3, 0x61, 0x54, 0xc7, 0x27, 0x73, 0x42, 0x9f, 0xb4, 0xb0, 0x09, 0xea, 0x6e, 0x69, 0x27, 0x9b, 0x60, 0x61, 0x2f, 0x77, 0xb3, 0xb0, 0x53, 0xf8, 0x5b, 0xd8, 0xca, 0x73, 0x2d, 0xec, 0xe4, 0x97, 0xc1, 0x7e, 0x02, 0x23, 0x8d, 0xb4, 0x3f, 0xe1, 0xef, 0xef, 0xc2, 0x6b, 0x1d, 0x58, 0x1a, 0x98, 0x37, 0x7d, 0x5f, 0x5b, 0xd9, 0x64, 0x33, 0x5b, 0x79, 0xcf, 0xee, 0xb3, 0x43, 0x9f, 0x37, 0x7d, 0xea, 0xa6, 0xe3, 0x81, 0x1d, 0xdd, 0xad, 0x83, 0xfe, 0x69, 0x6e, 0xaf, 0x18, 0x6f, 0x69, 0x2b, 0xdf, 0x0d, 0xe0, 0xcc, 0x06, 0xfb, 0xbd, 0x09, 0x20, 0x6f, 0x96, 0x59, 0xda, 0xc9, 0xbf, 0xc7, 0xff, 0x4d, 0xaf, 0xc1, 0x56, 0x36, 0xc3, 0xd2, 0x2e, 0xf0, 0x13, 0xd3, 0x93, 0x31, 0x1d, 0xad, 0x72, 0xf4, 0x5a, 0x1c, 0xfa, 0x84, 0xa5, 0x4d, 0xe0, 0x48, 0xea, 0x89, 0xed, 0xe4, 0xb7, 0xef, 0x37, 0xd8, 0x1b, 0x61, 0xb7, 0x81, 0x18, 0xa1, 0x16, 0xf6, 0x32, 0x07, 0x33, 0x1b, 0xd9, 0xbb, 0xa6, 0x27, 0xd7, 0xa9, 0x93, 0xd5, 0x7c, 0xf9, 0x53, 0xe6, 0xf6, 0x81, 0x1f, 0x9a, 0x3e, 0x89, 0x46, 0x1e, 0x03, 0x67, 0xf9, 0x3e, 0x6e, 0x69, 0xa7, 0x98, 0x0a, 0x72, 0x26, 0x1c, 0x80, 0xf5, 0x4b, 0xa3, 0xbc, 0xb3, 0xbd, 0x9c, 0xf4, 0x99, 0x13, 0x44, 0x06, 0x2e, 0x08, 0x21, 0x83, 0x17, 0x85, 0x91, 0xaf, 0x96, 0x45, 0x90, 0xb1, 0xee, 0xd1, 0x64, 0xea, 0xc6, 0x78, 0x32, 0x6b, 0x73, 0xa2, 0x86, 0xcd, 0x04, 0x9b, 0xbe, 0x31, 0x81, 0x4c, 0x5a, 0x17, 0x47, 0x46, 0xad, 0x8c, 0x22, 0x43, 0x96, 0x44, 0x90, 0xde, 0xf0, 0xb7, 0xf8, 0x1e, 0x2d, 0x40, 0x88, 0x2b, 0x16, 0xf6, 0x0a, 0x1f, 0xbc, 0x8f, 0x5e, 0x36, 0xa1, 0xff, 0xe8, 0x88, 0xcf, 0x10, 0x25, 0xa4, 0x99, 0x9d, 0xfc, 0x1b, 0x13, 0xa2, 0x0d, 0x3c, 0x30, 0x50, 0x05, 0xbd, 0xbd, 0x13, 0x3e, 0xb8, 0x7b, 0x86, 0x00, 0xbd, 0xff, 0xfc, 0x10, 0x32, 0xc2, 0xf9, 0x38, 0x99, 0xbd, 0x25, 0x91, 0x38, 0x1f, 0xce, 0x26, 0x9e, 0x41, 0x67, 0xc9, 0xe1, 0xd8, 0x4a, 0xa2, 0x48, 0x3b, 0x4f, 0x22, 0x73, 0xae, 0x92, 0xb8, 0x33, 0x37, 0x48, 0x62, 0xc9, 0x2d, 0x92, 0x58, 0xcc, 0x19, 0x7c, 0x9d, 0x54, 0x72, 0x1b, 0x5e, 0x6f, 0xc3, 0xeb, 0x2d, 0x8d, 0x9f, 0x25, 0xa0, 0x15, 0xdd, 0x22, 0x27, 0xcf, 0xde, 0x24, 0x51, 0x05, 0xd7, 0x48, 0x50, 0xc6, 0x25, 0x72, 0xe4, 0x64, 0x35, 0xd9, 0x12, 0x52, 0x4c, 0x9c, 0x8f, 0xe4, 0x92, 0x59, 0x5b, 0x93, 0xc9, 0x37, 0xae, 0x51, 0xa4, 0x97, 0x53, 0x50, 0x53, 0xc8, 0x00, 0x32, 0x4d, 0x91, 0x64, 0x69, 0xab, 0xb0, 0xef, 0xe6, 0x18, 0xf0, 0x42, 0x7b, 0x7f, 0x8e, 0xe3, 0xc7, 0x87, 0x3e, 0x02, 0xcf, 0x31, 0x02, 0xef, 0xdd, 0xdc, 0x5e, 0xf6, 0xb5, 0x09, 0xd9, 0x3a, 0x0f, 0xf2, 0x50, 0x0f, 0x3b, 0xf9, 0x18, 0x08, 0x3c, 0x33, 0xf4, 0x01, 0xfe, 0x8b, 0x85, 0xa1, 0x64, 0xc2, 0xea, 0x18, 0xb2, 0x1c, 0xc0, 0xbe, 0x3b, 0xa2, 0x94, 0xc8, 0x53, 0xea, 0x48, 0x5c, 0xe1, 0x0d, 0x0a, 0x6a, 0xb4, 0x53, 0x68, 0xa5, 0x9c, 0x71, 0xdf, 0x0b, 0x7f, 0x96, 0xa4, 0x61, 0xb7, 0x98, 0xef, 0xd9, 0x9f, 0x69, 0xfe, 0x3c, 0xb1, 0xf8, 0x36, 0x10, 0xe4, 0x26, 0xfd, 0x7f, 0x01, 0x29, 0xe7, 0x81, 0x18, 0x25, 0x64, 0xfe, 0xde, 0x4c, 0x32, 0x7a, 0x55, 0x34, 0xe9, 0xe9, 0x14, 0xd8, 0x18, 0x32, 0xfc, 0x0f, 0x2c, 0x15, 0xee, 0x77, 0x6e, 0x7b, 0x25, 0x03, 0xdc, 0xdf, 0x21, 0xc1, 0xfd, 0x0e, 0x37, 0x61, 0x5c, 0x02, 0xf8, 0x54, 0xdb, 0xdb, 0xcb, 0x8a, 0xa4, 0xc0, 0xd2, 0xc3, 0x5e, 0x41, 0x86, 0x2e, 0x0d, 0x27, 0x36, 0x5b, 0x93, 0xc8, 0xd6, 0x90, 0x22, 0x12, 0x98, 0x7e, 0x9e, 0x02, 0x13, 0x01, 0x9e, 0x2c, 0x30, 0x15, 0xe0, 0x19, 0xf0, 0x53, 0xd0, 0x97, 0x8a, 0x81, 0x5f, 0x17, 0x01, 0x6e, 0xe9, 0xfc, 0x59, 0x22, 0xf7, 0x73, 0x7e, 0x34, 0xc1, 0x91, 0x23, 0xfa, 0xcc, 0x75, 0x72, 0x34, 0xa1, 0x96, 0xb8, 0x1c, 0x2b, 0x20, 0x63, 0x57, 0xc7, 0x91, 0x9e, 0x8e, 0x06, 0x8f, 0x12, 0xff, 0x01, 0x0b, 0x33, 0xb3, 0x53, 0x0c, 0xeb, 0xe4, 0xe1, 0xf1, 0x70, 0x7b, 0x78, 0xaa, 0x30, 0xca, 0xad, 0xd3, 0x70, 0x5c, 0x0e, 0xb2, 0xaf, 0x4c, 0x58, 0x67, 0xa5, 0x0e, 0x3c, 0x70, 0xf8, 0x70, 0x4e, 0x4b, 0x01, 0x03, 0xf5, 0xfb, 0xf4, 0x0d, 0xf1, 0xc4, 0x2b, 0xbc, 0x84, 0x84, 0x67, 0x5f, 0x56, 0x02, 0xbd, 0x4c, 0x00, 0xfa, 0x32, 0x6d, 0x02, 0xa8, 0x88, 0x50, 0xaa, 0x09, 0x7e, 0xa1, 0xf7, 0x3f, 0x55, 0x6a, 0xa8, 0xf7, 0xd7, 0x37, 0x32, 0xa8, 0x7f, 0x27, 0x51, 0x70, 0x9e, 0x97, 0x53, 0x91, 0xf9, 0xd7, 0xc8, 0x9e, 0xa8, 0x2a, 0x32, 0x6f, 0x7f, 0x16, 0x19, 0xb2, 0x34, 0xc2, 0x50, 0x32, 0x5c, 0xb6, 0xb0, 0x55, 0xac, 0xb1, 0x9c, 0x1d, 0xf4, 0x9a, 0xd1, 0x7a, 0x7e, 0x18, 0xd5, 0xd8, 0xfb, 0x32, 0xb7, 0x97, 0x0f, 0x35, 0x21, 0x5e, 0x90, 0xc2, 0xe4, 0x02, 0x5b, 0x51, 0x89, 0x33, 0x74, 0x69, 0x18, 0x59, 0x7e, 0x28, 0x8b, 0xf8, 0x27, 0x9d, 0xa3, 0xe0, 0x42, 0x50, 0xa7, 0x94, 0x29, 0x8d, 0x7e, 0xcd, 0x81, 0x3f, 0xa5, 0x4c, 0x1b, 0xfc, 0xc2, 0x91, 0x20, 0x89, 0xd1, 0xf8, 0x09, 0xbc, 0x9d, 0xbd, 0x45, 0xe2, 0xa9, 0xdd, 0xa4, 0x5a, 0x1f, 0x2d, 0x4e, 0x60, 0xca, 0x73, 0x37, 0xe8, 0x2b, 0xca, 0x1d, 0x8c, 0x09, 0x94, 0xb1, 0x03, 0x0b, 0xfe, 0x5b, 0x3a, 0x46, 0x06, 0xee, 0x5c, 0xb1, 0x92, 0x1c, 0xf8, 0xbe, 0x3e, 0x49, 0x75, 0x64, 0xd9, 0xe1, 0x5c, 0x32, 0xd4, 0x39, 0xd2, 0x50, 0x89, 0x14, 0x65, 0x6e, 0x1f, 0xd8, 0xd7, 0xb8, 0x3c, 0xbf, 0x7c, 0x22, 0x5c, 0xf7, 0x1f, 0x5a, 0xf7, 0x63, 0x2b, 0x1b, 0x62, 0x42, 0x3e, 0x0c, 0xef, 0x9c, 0x77, 0xf8, 0x3f, 0x31, 0xe0, 0x8f, 0x58, 0x7e, 0x9c, 0xac, 0x0b, 0x28, 0x20, 0xc7, 0xf3, 0xae, 0xa8, 0x00, 0x4f, 0x8d, 0x23, 0x40, 0x72, 0x99, 0x1a, 0xfc, 0xaa, 0xaf, 0x05, 0xa0, 0x57, 0x7b, 0x63, 0x65, 0x20, 0xab, 0xb4, 0x9b, 0x14, 0xe8, 0xda, 0x60, 0xbf, 0xa1, 0xb4, 0x42, 0xa5, 0xc5, 0xa2, 0x41, 0xb0, 0x1c, 0xc3, 0x59, 0x34, 0xda, 0x69, 0x4d, 0x8b, 0xa2, 0xaf, 0xd7, 0xe9, 0xd7, 0xf8, 0x37, 0x94, 0x20, 0xa2, 0xc4, 0xd0, 0x04, 0xbf, 0x8a, 0x84, 0xdc, 0xcf, 0xe3, 0x0a, 0x6f, 0x12, 0x6f, 0x20, 0xc3, 0xfc, 0xfd, 0x39, 0x64, 0xd0, 0x62, 0x03, 0x46, 0x06, 0x5b, 0x79, 0x2e, 0xc6, 0x47, 0x6d, 0x5d, 0x1e, 0x59, 0xda, 0x29, 0xbe, 0xe4, 0xe4, 0x9c, 0xb6, 0x63, 0x73, 0x90, 0x0f, 0xee, 0xd0, 0xd8, 0xb7, 0xb4, 0x56, 0xbc, 0x6d, 0x69, 0x27, 0xcf, 0x13, 0xfb, 0x70, 0x06, 0x2f, 0x0e, 0x25, 0xab, 0x7d, 0xf3, 0xc9, 0x09, 0x04, 0x7e, 0xf9, 0x6d, 0x51, 0xf0, 0x0b, 0xbf, 0xe7, 0x09, 0x20, 0x04, 0xbc, 0x46, 0x16, 0xa7, 0x58, 0x00, 0x7e, 0x03, 0x08, 0x10, 0x2b, 0x46, 0x00, 0x11, 0xf0, 0x47, 0x01, 0xf8, 0xd1, 0x4e, 0x14, 0x28, 0xed, 0x38, 0x5a, 0xbe, 0xd2, 0xf0, 0x7c, 0x0c, 0x47, 0x0a, 0xbc, 0x0e, 0xbd, 0x23, 0x03, 0x77, 0xdd, 0x31, 0xf0, 0xbe, 0xbb, 0xa3, 0x2a, 0xc9, 0xe4, 0xf5, 0x89, 0xc4, 0xca, 0x51, 0x5f, 0x10, 0xad, 0xa8, 0xc5, 0x0c, 0x12, 0xa6, 0x16, 0xdb, 0xda, 0xf3, 0xed, 0xe1, 0x10, 0x60, 0xa1, 0x6b, 0xc6, 0xdd, 0xcc, 0x36, 0x60, 0x50, 0x87, 0x05, 0x3f, 0x68, 0xda, 0xd1, 0xf0, 0x21, 0xfc, 0xc0, 0x7e, 0x28, 0x98, 0xa7, 0x5f, 0xb4, 0x2f, 0x9d, 0x44, 0xe6, 0x5c, 0x21, 0xa9, 0xe5, 0xf5, 0x60, 0xb7, 0xb5, 0x09, 0x50, 0xa6, 0x29, 0x7f, 0x92, 0x4b, 0xc5, 0x03, 0x52, 0x6d, 0xf0, 0x6b, 0x12, 0x40, 0x5b, 0xea, 0x30, 0xde, 0xbf, 0x50, 0xbf, 0xf7, 0xa7, 0xe0, 0x3f, 0x2d, 0x00, 0xbf, 0x80, 0x00, 0xc7, 0x41, 0xef, 0x47, 0x72, 0x16, 0x01, 0x86, 0x3f, 0xc3, 0xf7, 0xc1, 0xff, 0x29, 0x9a, 0x4d, 0x62, 0x46, 0x0d, 0xbc, 0xfe, 0xc0, 0xac, 0xcb, 0x64, 0xf9, 0xb1, 0x7c, 0x88, 0x17, 0xf4, 0x4a, 0xa4, 0x9b, 0xe6, 0xf6, 0x0a, 0x27, 0xac, 0x6f, 0x6a, 0x13, 0xe0, 0xb7, 0xf3, 0x7f, 0xdf, 0xc2, 0x4e, 0xd6, 0xa0, 0xeb, 0x9a, 0xe1, 0x7a, 0xbf, 0xe8, 0x78, 0x13, 0x59, 0x1e, 0x69, 0x7f, 0x81, 0x9b, 0xdf, 0x42, 0xeb, 0x6a, 0x98, 0x0f, 0x64, 0x94, 0xeb, 0x09, 0x72, 0x24, 0xae, 0x92, 0x82, 0x5e, 0x09, 0xfe, 0x7a, 0x6d, 0xf0, 0x97, 0xab, 0xbd, 0xfe, 0x29, 0x1d, 0x59, 0x1c, 0x29, 0x02, 0x34, 0xd9, 0xfb, 0x9f, 0x11, 0x03, 0xff, 0x0d, 0x6d, 0xef, 0x5f, 0xa0, 0x06, 0x3f, 0x4b, 0x80, 0x88, 0x3c, 0x81, 0xc1, 0xf7, 0xf8, 0xb7, 0xf8, 0xbf, 0x13, 0x0d, 0xc8, 0x34, 0xe1, 0xef, 0x6e, 0x8f, 0x28, 0x27, 0xa3, 0x57, 0xc5, 0xea, 0x99, 0x8c, 0x93, 0x9d, 0xc7, 0x09, 0xb6, 0x07, 0x29, 0x8d, 0x68, 0x49, 0x8a, 0x9d, 0xfc, 0x92, 0x56, 0xe6, 0xce, 0x41, 0xc1, 0x94, 0x8d, 0x04, 0x0e, 0xe8, 0x50, 0xe0, 0xc7, 0x8a, 0x4a, 0xae, 0x88, 0x4c, 0xe3, 0x83, 0xe8, 0xed, 0x14, 0x48, 0x5c, 0x8e, 0xe6, 0x90, 0x93, 0x00, 0xba, 0x34, 0x0e, 0xf8, 0x92, 0xde, 0x5f, 0xa8, 0xf1, 0x25, 0x72, 0xf8, 0x62, 0x93, 0x58, 0x52, 0xde, 0xff, 0xa4, 0x01, 0xde, 0x3f, 0xc6, 0x00, 0xef, 0x7f, 0x42, 0x8f, 0xf7, 0x67, 0x09, 0x10, 0x9e, 0xab, 0xb4, 0x30, 0x7c, 0x85, 0xef, 0x4f, 0x9c, 0x56, 0x12, 0x50, 0x77, 0x0a, 0xf6, 0x36, 0x8d, 0x15, 0xf6, 0xc7, 0x56, 0x93, 0x89, 0xeb, 0x12, 0xb5, 0x00, 0xc5, 0x58, 0x19, 0xa6, 0x92, 0x1f, 0xd0, 0x33, 0x2e, 0x63, 0xaf, 0x67, 0xd6, 0xd6, 0x54, 0x32, 0x98, 0x19, 0xc5, 0x2c, 0x1d, 0x14, 0xfd, 0x3b, 0x8e, 0xde, 0x9f, 0xe3, 0xfb, 0x12, 0x78, 0x85, 0x12, 0xf6, 0x83, 0xf9, 0x62, 0x51, 0x28, 0x39, 0x18, 0x53, 0x41, 0xd2, 0x01, 0xf0, 0x69, 0x9c, 0x49, 0x7a, 0xff, 0x32, 0xa9, 0xac, 0x4e, 0x23, 0xe4, 0x4f, 0x0b, 0x06, 0xbf, 0x4d, 0xf5, 0xfe, 0xe1, 0x0c, 0x01, 0xc2, 0x72, 0xae, 0x91, 0x50, 0x6a, 0x57, 0xe9, 0xf7, 0xf8, 0xfe, 0x78, 0xbd, 0xba, 0xd2, 0xaf, 0xf1, 0xf0, 0xf3, 0x63, 0x49, 0xe7, 0x01, 0x58, 0x29, 0xfa, 0xe2, 0x84, 0x1c, 0xd4, 0xe2, 0xf7, 0xe3, 0x19, 0xd3, 0xda, 0x2c, 0x3b, 0x79, 0x26, 0x7b, 0x0d, 0xd3, 0x36, 0x27, 0x93, 0x63, 0xa7, 0x2e, 0x00, 0x01, 0x8e, 0x33, 0x12, 0xc8, 0xb8, 0xb2, 0x59, 0x4d, 0x1f, 0x12, 0x6d, 0x14, 0x6f, 0x00, 0xf8, 0xcf, 0xb1, 0x1f, 0xcc, 0x58, 0xf7, 0x18, 0x12, 0x96, 0x75, 0x51, 0x03, 0xfc, 0x69, 0x3a, 0xbc, 0x7f, 0x72, 0xa9, 0x7e, 0x02, 0xb4, 0x85, 0xe0, 0x57, 0x08, 0xfe, 0x48, 0x3d, 0xde, 0x5f, 0x4d, 0x80, 0xab, 0x1a, 0x16, 0x02, 0x86, 0x7f, 0x8b, 0x1e, 0x5f, 0xd7, 0xfc, 0x03, 0xde, 0x97, 0x4f, 0xf2, 0x79, 0x5a, 0x8e, 0x61, 0x25, 0x3d, 0x22, 0xa0, 0xdc, 0x0c, 0x68, 0xcd, 0x72, 0x6d, 0x61, 0x89, 0x83, 0xd0, 0xbe, 0xf3, 0x38, 0x49, 0xfc, 0xd2, 0x2e, 0x11, 0x9f, 0x94, 0x8b, 0x64, 0x10, 0x3b, 0x02, 0xd8, 0xc9, 0x7a, 0xb7, 0xff, 0x89, 0x2d, 0xdb, 0x80, 0x8f, 0x00, 0xfc, 0xd7, 0xd9, 0x0f, 0xc6, 0xc1, 0x2b, 0x85, 0x24, 0x15, 0xdf, 0x20, 0xe9, 0x15, 0xf5, 0xa2, 0xde, 0x5f, 0x17, 0x01, 0x4e, 0x19, 0x20, 0x7f, 0xda, 0x52, 0xf0, 0xab, 0x93, 0x00, 0x02, 0xef, 0xcf, 0x12, 0x20, 0x24, 0xfb, 0x2a, 0x09, 0xce, 0x56, 0x7e, 0x8f, 0xff, 0x37, 0x51, 0x07, 0x11, 0xf0, 0xde, 0x0e, 0xc5, 0xd7, 0x92, 0xf1, 0x6b, 0x13, 0x00, 0x58, 0x0a, 0xa9, 0xd4, 0xe9, 0x5d, 0xac, 0x48, 0x6d, 0xf9, 0xf8, 0x80, 0x3c, 0xc4, 0x55, 0xe4, 0x6a, 0xfc, 0xbf, 0x6f, 0x56, 0x46, 0x53, 0xe0, 0x2b, 0x32, 0x2e, 0x13, 0x5f, 0x24, 0xc0, 0x92, 0x48, 0x26, 0x26, 0x08, 0xec, 0xd5, 0x01, 0x26, 0xb7, 0xe4, 0x57, 0xd8, 0x0f, 0x66, 0xc1, 0x9e, 0x74, 0x0a, 0x68, 0x0a, 0x7e, 0x09, 0x02, 0xb4, 0xb4, 0xfc, 0x69, 0x2b, 0xc1, 0x6f, 0xb8, 0x01, 0x04, 0x08, 0xd1, 0x20, 0xc0, 0x15, 0x6a, 0x41, 0x59, 0x57, 0xe8, 0xf7, 0x48, 0x3a, 0xed, 0x94, 0xaa, 0xda, 0x4e, 0x9e, 0xbd, 0x45, 0xf6, 0x44, 0xd7, 0x90, 0x51, 0xee, 0xb1, 0x3a, 0xe6, 0x10, 0x14, 0x67, 0x2c, 0x6c, 0x14, 0x3d, 0x5a, 0x70, 0xa2, 0x6b, 0x33, 0xfb, 0x3f, 0x86, 0x2c, 0x3b, 0x4e, 0x8e, 0x24, 0xd5, 0x11, 0x79, 0xe6, 0x65, 0x22, 0x57, 0x11, 0x20, 0x82, 0x49, 0x83, 0xca, 0x7b, 0xb6, 0x5b, 0xf0, 0xd3, 0x7a, 0x6f, 0x11, 0xcd, 0xef, 0x7c, 0x38, 0x87, 0x02, 0x5d, 0x17, 0xf8, 0xf5, 0xca, 0x9f, 0x76, 0x12, 0xfc, 0xa2, 0xe9, 0xf3, 0xfe, 0x14, 0xfc, 0x1c, 0x01, 0x84, 0x16, 0x09, 0xff, 0x2b, 0x41, 0x84, 0x08, 0xfc, 0xe7, 0x82, 0xd7, 0xbe, 0x3e, 0xb8, 0x04, 0x62, 0xac, 0x70, 0x29, 0x22, 0xe0, 0xcc, 0xec, 0x1e, 0x73, 0xfb, 0xc3, 0x9d, 0x9b, 0x59, 0xe2, 0xb0, 0x48, 0xab, 0x5c, 0x65, 0x61, 0x18, 0x39, 0x10, 0x7f, 0x8e, 0x82, 0x1f, 0xbd, 0xbf, 0x02, 0x5e, 0x7d, 0x53, 0x81, 0x00, 0x8b, 0x23, 0x99, 0x18, 0x20, 0xc0, 0xaa, 0x5d, 0x82, 0x1f, 0x73, 0xd1, 0x70, 0x83, 0xa7, 0xd8, 0x0f, 0xc6, 0xf5, 0x58, 0x2e, 0x05, 0x7c, 0x7a, 0x45, 0xc3, 0x7d, 0xf5, 0xfe, 0xc6, 0x10, 0xfc, 0x8a, 0x13, 0x40, 0xed, 0xfd, 0x55, 0x96, 0xa9, 0xb4, 0x40, 0x00, 0x55, 0x50, 0xd6, 0x65, 0xfa, 0xff, 0xf8, 0x11, 0x81, 0xad, 0x70, 0x45, 0x0b, 0xcb, 0xbd, 0x4a, 0xe6, 0xec, 0xcd, 0x22, 0x3d, 0xa5, 0x03, 0xe5, 0x3a, 0x33, 0x5b, 0x59, 0xbf, 0x26, 0xce, 0xf2, 0x4e, 0x65, 0xd3, 0xd9, 0x7d, 0xe7, 0x06, 0x93, 0xdd, 0xd1, 0xd5, 0x4a, 0xf0, 0xab, 0xec, 0x0a, 0xf1, 0x4b, 0xbd, 0x44, 0xbe, 0x60, 0x46, 0x00, 0x08, 0x98, 0x2d, 0xdb, 0x27, 0x01, 0xec, 0xe4, 0x47, 0xd8, 0x0f, 0xda, 0x71, 0x47, 0x2a, 0x07, 0xfa, 0x06, 0x35, 0x01, 0x4c, 0xc1, 0xaf, 0x5e, 0xef, 0x2f, 0x46, 0x80, 0x40, 0x8e, 0x00, 0x3c, 0xc0, 0xf0, 0x6b, 0xbc, 0x8e, 0x24, 0x41, 0x61, 0x1f, 0x5f, 0x01, 0xab, 0x2c, 0xfa, 0xbb, 0x45, 0xbc, 0x93, 0xce, 0xd3, 0x80, 0x54, 0x7a, 0x34, 0x90, 0xed, 0xc0, 0x2c, 0x8e, 0xc1, 0xe0, 0x77, 0x90, 0x7d, 0xc5, 0xb6, 0x9c, 0xf6, 0x74, 0x0a, 0x22, 0x5b, 0x23, 0x2a, 0x28, 0xe0, 0xf9, 0xeb, 0x12, 0x12, 0x60, 0xe0, 0xa2, 0x08, 0x26, 0x06, 0xb8, 0x3f, 0xd9, 0xa9, 0xfb, 0x5c, 0xfb, 0x21, 0x9b, 0xc0, 0x7e, 0xc0, 0x93, 0xd7, 0xc5, 0x53, 0x20, 0x67, 0x54, 0x36, 0xe8, 0xf5, 0xfe, 0xa6, 0xe0, 0x97, 0x91, 0x3f, 0x59, 0x62, 0x04, 0xb8, 0xac, 0x41, 0x00, 0x85, 0x4a, 0x6a, 0x5c, 0xa1, 0xd7, 0x97, 0x24, 0x2c, 0xff, 0x16, 0x18, 0xde, 0xf3, 0x86, 0xa0, 0x12, 0x32, 0x00, 0x24, 0x8a, 0x64, 0x59, 0x85, 0x01, 0x99, 0x19, 0x94, 0x2e, 0x6c, 0x37, 0x1e, 0xce, 0x49, 0xac, 0x0b, 0x2a, 0xd5, 0x00, 0x7f, 0x20, 0x07, 0x7e, 0x24, 0x2c, 0x66, 0x82, 0xbe, 0x58, 0x1c, 0xce, 0x48, 0x20, 0x99, 0x59, 0xbb, 0x4b, 0x77, 0xb2, 0xe5, 0x0d, 0xc3, 0x97, 0x1f, 0x07, 0x10, 0xde, 0x10, 0x80, 0xbf, 0xc1, 0x14, 0xfc, 0x36, 0x32, 0xf8, 0x15, 0xf3, 0xfe, 0x62, 0x04, 0x90, 0x73, 0x86, 0xbf, 0x8b, 0xf7, 0xc6, 0x96, 0x83, 0xf3, 0xaf, 0xf8, 0x3e, 0xd3, 0x37, 0x27, 0x4b, 0x65, 0x8b, 0xfe, 0x67, 0x61, 0xaf, 0xd8, 0x88, 0x33, 0xf6, 0x52, 0x59, 0x3d, 0x6e, 0x65, 0x0c, 0x81, 0x94, 0x51, 0x90, 0x95, 0xbe, 0x67, 0x54, 0x60, 0x57, 0x30, 0xe0, 0xc7, 0xeb, 0xf1, 0x07, 0x02, 0x0c, 0x64, 0x08, 0x80, 0x2b, 0x76, 0xb4, 0x1f, 0xf4, 0x63, 0x55, 0x27, 0x33, 0xcb, 0xdb, 0x13, 0xbc, 0x42, 0x48, 0xe6, 0x45, 0x0a, 0xfe, 0xe6, 0x7a, 0x7f, 0x53, 0xf0, 0x2b, 0x2e, 0x7f, 0xc4, 0x08, 0x20, 0x4b, 0x57, 0x1a, 0xfe, 0x0f, 0xfc, 0x1c, 0x4e, 0x89, 0xf4, 0x4a, 0xe0, 0xe7, 0xb4, 0x2d, 0xbc, 0x9c, 0xf4, 0x5f, 0x20, 0x35, 0x1a, 0xc8, 0x0b, 0x7a, 0x3a, 0x06, 0xbd, 0xa9, 0x31, 0xd1, 0xe5, 0xe8, 0xff, 0x0a, 0xb7, 0xa4, 0x8c, 0xc6, 0xef, 0x2e, 0x3a, 0x98, 0xab, 0x92, 0x3a, 0xfc, 0xf5, 0xc9, 0xd2, 0x2f, 0x71, 0x5f, 0x2b, 0xaf, 0x3d, 0x00, 0x08, 0x30, 0x60, 0x61, 0x38, 0x23, 0x81, 0x64, 0x9f, 0xb5, 0x23, 0xe9, 0x23, 0x77, 0x65, 0x3f, 0x98, 0x2d, 0x21, 0x45, 0x0c, 0xf8, 0x1f, 0x4c, 0xf0, 0x8b, 0xaf, 0x6d, 0x3d, 0xf8, 0x0d, 0x69, 0x44, 0xf0, 0xab, 0xcb, 0xfb, 0xcb, 0xd3, 0xd5, 0x04, 0x08, 0xe0, 0x5e, 0xf1, 0xda, 0x4e, 0x09, 0xfb, 0x23, 0xca, 0xd4, 0xfd, 0x14, 0x21, 0x39, 0xca, 0xd1, 0xc0, 0x42, 0xbc, 0xbe, 0xe8, 0x0e, 0xdf, 0xb6, 0x88, 0xcd, 0xfb, 0x10, 0xdb, 0x55, 0x6a, 0xcd, 0xe7, 0xec, 0xca, 0x14, 0x05, 0xbf, 0x47, 0x48, 0x85, 0x0a, 0xfc, 0x94, 0x00, 0xe9, 0x18, 0x03, 0x84, 0x31, 0x69, 0xd0, 0xc0, 0x6e, 0xed, 0x02, 0xfc, 0x9c, 0x67, 0xd0, 0xd0, 0x84, 0xb8, 0xaa, 0x02, 0x02, 0x5e, 0x94, 0x00, 0x2d, 0x14, 0xfc, 0xf2, 0x81, 0x1e, 0xdb, 0x10, 0x23, 0x69, 0x82, 0xf7, 0xe3, 0x3b, 0xc2, 0x68, 0x9f, 0x00, 0xd7, 0x10, 0x43, 0xc9, 0x51, 0x68, 0x3c, 0xc1, 0xaf, 0x2e, 0xef, 0x1f, 0xa0, 0x61, 0x97, 0xe8, 0xdf, 0xa1, 0x03, 0xe0, 0xcb, 0xc6, 0x93, 0x05, 0x9f, 0x17, 0x3a, 0x8b, 0x0d, 0xc1, 0xa5, 0xa4, 0xcf, 0xdc, 0x10, 0xd1, 0x59, 0x64, 0x88, 0x0b, 0x3c, 0xb9, 0x05, 0xc5, 0x34, 0x7e, 0x36, 0xdd, 0xf3, 0x14, 0xfd, 0x9f, 0x6a, 0xf0, 0x5f, 0xa1, 0xdf, 0xaf, 0x09, 0x2a, 0x27, 0x2b, 0x02, 0x4a, 0x35, 0xae, 0x1f, 0xaf, 0x81, 0x1d, 0x01, 0xcc, 0xed, 0xe5, 0x5d, 0xdb, 0x49, 0xd6, 0x47, 0x26, 0x17, 0xde, 0xd8, 0x80, 0xf9, 0x21, 0x24, 0xee, 0xcc, 0x75, 0x15, 0xf8, 0x5b, 0x42, 0xfe, 0xa8, 0x7a, 0x00, 0xb8, 0x4a, 0xd1, 0x14, 0x7e, 0xc4, 0x28, 0x17, 0xa9, 0x14, 0x95, 0xfa, 0xde, 0x80, 0x2e, 0x32, 0x1e, 0x1c, 0x7c, 0x4f, 0x2f, 0x82, 0x06, 0x47, 0x85, 0xb6, 0x1c, 0xfc, 0xca, 0x0d, 0x20, 0x00, 0x4a, 0x10, 0x34, 0xbc, 0x36, 0xda, 0x80, 0x03, 0xf7, 0x85, 0xf7, 0x82, 0x69, 0x52, 0x94, 0x5a, 0xf8, 0x5e, 0x3b, 0xa3, 0x6a, 0xc8, 0x70, 0x97, 0x68, 0x83, 0xda, 0x34, 0xc7, 0xad, 0x8d, 0xa7, 0xef, 0x47, 0x81, 0x9f, 0xa5, 0xd6, 0xfe, 0xeb, 0xc3, 0x2a, 0xc8, 0x52, 0xdf, 0x62, 0xe2, 0x22, 0x53, 0x13, 0x00, 0xef, 0x07, 0xaf, 0x89, 0x25, 0x40, 0xbb, 0x58, 0x34, 0x0c, 0xa7, 0xb3, 0xd9, 0x5c, 0xf0, 0xe6, 0xe0, 0x22, 0x92, 0x59, 0xd9, 0xd0, 0x3c, 0xf9, 0x43, 0xbf, 0xaf, 0xe7, 0x4a, 0xa3, 0x6f, 0x73, 0x04, 0xa9, 0x17, 0x80, 0x5f, 0x84, 0x34, 0xaa, 0xaf, 0xc5, 0xe5, 0x94, 0xbe, 0x2e, 0xb2, 0x94, 0x32, 0xdd, 0xfd, 0xc5, 0x28, 0xb3, 0xe2, 0x39, 0x42, 0x20, 0x19, 0xda, 0x5a, 0xf0, 0x2b, 0x4b, 0x17, 0x23, 0xc0, 0x25, 0x6a, 0x98, 0x86, 0x3c, 0x90, 0x50, 0x47, 0x3c, 0x23, 0xab, 0xc9, 0x86, 0xb0, 0x4a, 0x72, 0x34, 0xe9, 0x82, 0x06, 0x71, 0xa8, 0xc1, 0xfb, 0x79, 0x27, 0x5f, 0x20, 0xd6, 0x5e, 0x69, 0x52, 0x92, 0x88, 0xda, 0x48, 0xb7, 0x68, 0xe2, 0x9b, 0x72, 0x41, 0x03, 0xfc, 0x68, 0x9b, 0x23, 0xaa, 0xc8, 0x52, 0xbf, 0x62, 0xb2, 0x04, 0x08, 0xc0, 0x8f, 0x00, 0xfc, 0xfd, 0xc8, 0xe0, 0xfd, 0xd9, 0x78, 0xc3, 0xca, 0x41, 0xfe, 0xb1, 0x91, 0xc3, 0x9f, 0xd6, 0x80, 0x14, 0x68, 0x7c, 0x38, 0xae, 0x51, 0x24, 0x95, 0x4b, 0x79, 0x36, 0xd6, 0xfb, 0xe3, 0xdf, 0xa5, 0x0a, 0xce, 0x2b, 0x7f, 0xef, 0xb6, 0x46, 0x7f, 0x40, 0xaa, 0x08, 0xf8, 0x13, 0x8b, 0xc0, 0x43, 0xe7, 0x83, 0x27, 0x4b, 0xbf, 0x40, 0x64, 0x29, 0x75, 0xc4, 0x2f, 0xa9, 0x86, 0x78, 0xc7, 0xd7, 0x90, 0x63, 0xf1, 0xd5, 0xc4, 0x27, 0xa1, 0x9a, 0xf6, 0x11, 0x07, 0x9c, 0xaa, 0xa5, 0x2b, 0x47, 0x04, 0x67, 0x5e, 0x20, 0x11, 0x39, 0x97, 0x49, 0xec, 0x69, 0xe5, 0x04, 0x52, 0x4a, 0x99, 0x61, 0xfd, 0xc5, 0x2c, 0x19, 0x92, 0xb9, 0x11, 0x02, 0x63, 0x09, 0x1c, 0x1d, 0xda, 0x52, 0xf0, 0x2b, 0xf4, 0xfe, 0x98, 0x7d, 0xd9, 0x7b, 0xf2, 0x1c, 0x59, 0x17, 0x5a, 0x41, 0x56, 0x83, 0x34, 0x71, 0x47, 0x0b, 0x54, 0xda, 0x8e, 0x98, 0x1a, 0xfa, 0xfb, 0x72, 0x6e, 0xb6, 0x96, 0x9f, 0xb9, 0x95, 0x65, 0x5c, 0x22, 0xab, 0x64, 0x67, 0x49, 0xef, 0xb9, 0xc1, 0x44, 0xbb, 0xc4, 0x21, 0x92, 0x56, 0x76, 0xaa, 0xc0, 0xcf, 0x11, 0x60, 0xfb, 0x89, 0x1a, 0x0a, 0x7e, 0xf4, 0xfe, 0x3c, 0x01, 0x78, 0xf0, 0xa3, 0xe1, 0xff, 0xe8, 0xcf, 0xa4, 0x5f, 0x8d, 0x7e, 0x65, 0x38, 0x6e, 0x05, 0x07, 0x8d, 0x1e, 0xde, 0xa3, 0x09, 0x35, 0x8d, 0xf6, 0xfe, 0x08, 0xe6, 0x34, 0x91, 0xb8, 0x80, 0x05, 0x7f, 0x4c, 0xc1, 0x35, 0x0a, 0xec, 0xcd, 0x41, 0x67, 0xc9, 0xd2, 0x03, 0x59, 0x64, 0xea, 0x86, 0x78, 0x32, 0x6c, 0x59, 0x04, 0x48, 0xae, 0x60, 0xd2, 0xdb, 0x29, 0x88, 0x56, 0x43, 0x62, 0x3e, 0x5a, 0xac, 0x61, 0x04, 0xcf, 0xf5, 0x72, 0x0a, 0xa4, 0x1d, 0x67, 0x83, 0x16, 0x86, 0x92, 0xe1, 0xce, 0x11, 0xe4, 0xbb, 0x55, 0x51, 0x64, 0xc6, 0x86, 0x04, 0xda, 0x81, 0xb6, 0x4e, 0x76, 0x9a, 0xec, 0x8f, 0x2e, 0x23, 0xb2, 0xe4, 0x73, 0xe4, 0x78, 0xee, 0x15, 0x2a, 0x13, 0x34, 0x46, 0x86, 0x52, 0x1d, 0x64, 0xe0, 0x24, 0x13, 0xca, 0x0a, 0x8c, 0x17, 0xda, 0x42, 0xf0, 0x8b, 0xf2, 0x64, 0x1f, 0x00, 0x1f, 0x25, 0x09, 0x02, 0x9f, 0x37, 0x1e, 0xfc, 0xab, 0x02, 0xcb, 0xa8, 0xad, 0x87, 0xd1, 0x00, 0x0b, 0xd6, 0xe4, 0x82, 0xb9, 0x04, 0xfe, 0xbd, 0x77, 0x45, 0xd7, 0x90, 0xaf, 0x56, 0x9c, 0xd0, 0x28, 0x71, 0x38, 0x98, 0x50, 0xab, 0x05, 0xfe, 0xdd, 0xb1, 0xe7, 0x94, 0xe0, 0xe7, 0xbc, 0x3f, 0x4b, 0x00, 0xbc, 0x37, 0xbc, 0xc6, 0x7e, 0x6c, 0xc6, 0xc9, 0x5a, 0xf6, 0x81, 0x51, 0x13, 0x00, 0x02, 0xa3, 0x64, 0x8d, 0xba, 0xef, 0x4d, 0x89, 0x24, 0x0d, 0x40, 0x2e, 0x49, 0x00, 0x06, 0xe4, 0xb4, 0x26, 0x48, 0xe4, 0x1c, 0xef, 0xfd, 0xb1, 0x41, 0xe6, 0x40, 0x4c, 0x25, 0x59, 0x76, 0x30, 0x9b, 0x8c, 0xa6, 0x2b, 0xaf, 0x05, 0x4a, 0x02, 0xbc, 0xa5, 0x0c, 0x97, 0x3f, 0x1c, 0xb6, 0x2c, 0x9c, 0x4c, 0x58, 0x13, 0x43, 0x16, 0xed, 0x4d, 0x27, 0x5b, 0x41, 0xce, 0xf9, 0x27, 0xd5, 0x92, 0x68, 0x18, 0x61, 0xd0, 0xeb, 0xb3, 0x8d, 0xf7, 0xd2, 0x64, 0xb8, 0x41, 0x25, 0xd2, 0x83, 0x08, 0x7e, 0x0f, 0x25, 0x9c, 0x27, 0x1b, 0xc3, 0xaa, 0xc8, 0x9a, 0xe0, 0x72, 0x6a, 0x2a, 0xf0, 0x07, 0xf1, 0xe0, 0xe7, 0x08, 0xa0, 0x28, 0x23, 0x6e, 0x60, 0x78, 0x6e, 0x5f, 0x7c, 0x9d, 0x1a, 0xfc, 0xaa, 0x19, 0xe6, 0x2b, 0xc4, 0x27, 0xf9, 0x22, 0x99, 0xe6, 0x99, 0x42, 0xfa, 0xcd, 0x0b, 0x21, 0x7b, 0x62, 0xaa, 0xd5, 0x92, 0x87, 0x23, 0xc0, 0x7e, 0xf8, 0x3b, 0x67, 0xbf, 0x12, 0x0d, 0xef, 0x2f, 0x24, 0x00, 0xde, 0x1b, 0xde, 0x23, 0xbe, 0x1f, 0x4b, 0x00, 0x6c, 0x9b, 0x34, 0xe2, 0x7a, 0x1f, 0x99, 0x19, 0x0b, 0x1e, 0x1f, 0x90, 0x1a, 0x42, 0xf0, 0x4b, 0xc9, 0x1f, 0xf5, 0x6b, 0x83, 0xf2, 0x6b, 0xc1, 0xcf, 0x50, 0x63, 0xef, 0x3d, 0x51, 0x41, 0xec, 0xb6, 0xa7, 0x50, 0x6f, 0xad, 0xa7, 0xeb, 0xe9, 0xbe, 0x18, 0x8e, 0x2c, 0x43, 0x96, 0x84, 0x91, 0x99, 0x1b, 0xe3, 0xc9, 0x5a, 0xff, 0x02, 0xe2, 0x0b, 0x12, 0x2b, 0x06, 0x24, 0x94, 0xa1, 0x23, 0x03, 0x36, 0xc6, 0xe3, 0x88, 0xd0, 0xda, 0xc1, 0x2f, 0x7a, 0xf2, 0xad, 0x27, 0xaa, 0x89, 0x47, 0x70, 0x05, 0x00, 0xbf, 0x42, 0x49, 0x80, 0x20, 0x31, 0x02, 0x28, 0xbd, 0xbf, 0x9b, 0x42, 0x6d, 0x2b, 0xe5, 0x65, 0x64, 0x0b, 0xc4, 0x07, 0x32, 0x2e, 0x63, 0x14, 0xa8, 0x9a, 0xd4, 0x52, 0x06, 0xb0, 0x07, 0x01, 0xe8, 0x42, 0xf0, 0xe3, 0xb5, 0x1d, 0x86, 0x38, 0xc2, 0xd9, 0xbf, 0x44, 0xe5, 0xfd, 0x59, 0x02, 0xf0, 0xe0, 0x57, 0x11, 0x60, 0x7e, 0xa8, 0x66, 0x1a, 0xd4, 0x98, 0x17, 0x0a, 0x86, 0x1b, 0x08, 0x14, 0xde, 0xcc, 0xf8, 0x35, 0xb1, 0xd4, 0x73, 0xeb, 0x93, 0x3f, 0xea, 0xaf, 0x1b, 0xa8, 0xf1, 0xe0, 0x0f, 0xcd, 0xba, 0x44, 0x3d, 0x7d, 0x7f, 0x90, 0x33, 0x4d, 0x05, 0xbd, 0xe5, 0x7d, 0x22, 0x04, 0x5e, 0xdf, 0xb0, 0xa5, 0x11, 0xc4, 0xd1, 0x2b, 0x99, 0xec, 0x8a, 0x2c, 0xa5, 0x31, 0x05, 0xa6, 0x64, 0x25, 0x47, 0x06, 0xee, 0x6b, 0x2c, 0x55, 0xc6, 0xec, 0x51, 0x4b, 0x07, 0xbf, 0xa8, 0xf3, 0x77, 0xc6, 0xd4, 0x92, 0xb5, 0x21, 0x15, 0x34, 0xff, 0xee, 0xc1, 0x83, 0x5f, 0xc4, 0xfb, 0x8b, 0x11, 0x60, 0x25, 0x47, 0x00, 0x57, 0x30, 0x8f, 0x90, 0x72, 0x4a, 0x24, 0x9e, 0x00, 0xea, 0x20, 0xf7, 0xb2, 0xca, 0xeb, 0xe3, 0xb5, 0x79, 0xc3, 0xc8, 0x80, 0x20, 0x5f, 0xe6, 0x57, 0xa2, 0x25, 0x7f, 0x54, 0x04, 0xe0, 0xee, 0x2f, 0x94, 0x12, 0xe0, 0x0a, 0x10, 0x20, 0x84, 0x89, 0x01, 0x82, 0xdf, 0x31, 0xce, 0x49, 0xaf, 0x39, 0xbe, 0x2f, 0xc1, 0x0d, 0xfc, 0x57, 0x78, 0x33, 0x7b, 0xa3, 0x2b, 0xf4, 0x7a, 0x7f, 0x16, 0xfc, 0xf8, 0xb5, 0x02, 0x02, 0x57, 0xeb, 0x2d, 0x49, 0x54, 0xde, 0x18, 0x2a, 0x6d, 0xf0, 0xf7, 0xd0, 0x2b, 0xa3, 0xee, 0xc7, 0xa1, 0x79, 0x00, 0x0c, 0xad, 0xfd, 0xe6, 0x85, 0x11, 0x2b, 0x47, 0xc3, 0x89, 0x83, 0x4d, 0x3a, 0x58, 0xae, 0x6d, 0x8e, 0x2d, 0x7c, 0xf6, 0xb2, 0x64, 0x0b, 0x7b, 0x79, 0x2a, 0x58, 0x30, 0x5d, 0xc6, 0xdc, 0x4e, 0x76, 0x5e, 0xac, 0x69, 0x5f, 0xca, 0xfa, 0xc3, 0x35, 0x4c, 0x59, 0x1f, 0x47, 0x17, 0xe0, 0x0d, 0xcf, 0xb9, 0xac, 0x3d, 0x2a, 0x08, 0xc8, 0x90, 0x52, 0xa6, 0x9c, 0xbc, 0xc3, 0xf9, 0x85, 0xd0, 0x66, 0x06, 0xbf, 0x98, 0xdd, 0xa1, 0x3a, 0x3f, 0xb4, 0x92, 0x01, 0x7f, 0x85, 0x5e, 0xf9, 0xa3, 0xe1, 0xfd, 0x55, 0x04, 0x28, 0xa5, 0x86, 0x5f, 0x1f, 0x4c, 0xa8, 0xd3, 0xc8, 0xf0, 0x04, 0x0a, 0xae, 0x0b, 0x33, 0x4a, 0x2e, 0x72, 0x25, 0xf8, 0x97, 0x89, 0xc8, 0x1f, 0xb4, 0xe5, 0x1c, 0x01, 0x78, 0xb2, 0xe3, 0x7b, 0xf4, 0x65, 0x46, 0x00, 0xdc, 0x79, 0xc7, 0x58, 0xab, 0x3d, 0xe7, 0xb3, 0xf5, 0x3e, 0x98, 0x51, 0xd1, 0xe9, 0xfd, 0x55, 0xa6, 0x04, 0xff, 0xf1, 0xbc, 0xab, 0x64, 0xee, 0xae, 0x34, 0x83, 0x80, 0x8f, 0xeb, 0x80, 0x62, 0xa5, 0x61, 0xbf, 0xb9, 0xa1, 0x34, 0x97, 0x3c, 0x10, 0xec, 0x8b, 0x45, 0x11, 0x74, 0x01, 0xa9, 0x41, 0x8b, 0x22, 0x0d, 0x59, 0x95, 0x19, 0xd7, 0xa6, 0x89, 0xb5, 0xb0, 0x57, 0x2c, 0xc6, 0x26, 0x0c, 0xec, 0x55, 0xd0, 0x2f, 0xf1, 0x42, 0x9f, 0xc6, 0x55, 0x0b, 0xcc, 0xed, 0xe5, 0x4b, 0x2d, 0x6c, 0x65, 0xd1, 0xdc, 0xc6, 0x17, 0x7a, 0xc9, 0x80, 0xf7, 0x83, 0xc1, 0xf9, 0xf6, 0xb0, 0x12, 0x12, 0x5d, 0x70, 0x55, 0x3b, 0xcd, 0x2a, 0x48, 0xb7, 0xe2, 0x24, 0x1e, 0xa6, 0x54, 0x11, 0x20, 0x8d, 0x09, 0x7e, 0x31, 0xe0, 0x3d, 0x80, 0x3a, 0x3f, 0xbc, 0x92, 0xac, 0x03, 0xd0, 0xaf, 0xe5, 0x4c, 0xca, 0xfb, 0xaf, 0x36, 0xc0, 0xfb, 0xab, 0x08, 0x20, 0x2b, 0xa5, 0x39, 0x7c, 0x7c, 0xf5, 0x82, 0x20, 0x98, 0x05, 0x3f, 0x92, 0x0e, 0xff, 0x4e, 0x03, 0xfc, 0x8c, 0xf7, 0xe7, 0x09, 0x20, 0x94, 0x7a, 0xf8, 0xb7, 0x7d, 0xe6, 0x69, 0x8e, 0x00, 0x6c, 0xa9, 0x85, 0x31, 0xc9, 0x9f, 0x1c, 0xe1, 0x8d, 0xb8, 0x78, 0xe7, 0x51, 0xd0, 0xeb, 0x27, 0x40, 0x03, 0x49, 0x2d, 0xab, 0x27, 0xeb, 0x15, 0x67, 0xc0, 0x63, 0x07, 0xeb, 0x04, 0xbe, 0xa5, 0xbd, 0xd2, 0xc3, 0x0f, 0x04, 0xef, 0x8e, 0x4d, 0x1d, 0x3c, 0xe0, 0x07, 0x2f, 0x89, 0x24, 0x5f, 0xa2, 0x2d, 0x3d, 0x0e, 0xe0, 0x8f, 0xc0, 0xb6, 0x3a, 0x1d, 0xcb, 0x08, 0xca, 0xe2, 0xb0, 0x3a, 0xb5, 0x45, 0x16, 0x8d, 0xf2, 0xf0, 0x78, 0x18, 0x6b, 0x57, 0xe0, 0xfd, 0x16, 0xc2, 0x7b, 0x27, 0xc2, 0x7b, 0xff, 0x66, 0x48, 0x40, 0x3d, 0x77, 0x57, 0x2a, 0xf1, 0x4d, 0xac, 0x55, 0x66, 0x95, 0x84, 0x93, 0x7c, 0xc2, 0x79, 0x09, 0xac, 0xd4, 0x2c, 0xbc, 0xa1, 0x02, 0x8a, 0x94, 0xf7, 0x47, 0xf0, 0x61, 0xd0, 0xb9, 0x29, 0xbc, 0x8a, 0xa6, 0x35, 0xd1, 0x58, 0xf0, 0x7b, 0x18, 0xe0, 0xfd, 0x57, 0xe9, 0xf0, 0xfe, 0x2e, 0x32, 0xb5, 0xa1, 0x8c, 0xd9, 0x00, 0xc1, 0x34, 0xa6, 0x45, 0xf1, 0x9a, 0x50, 0x6e, 0xe1, 0xfb, 0x2d, 0xf3, 0x2f, 0xd1, 0xe9, 0xfd, 0x59, 0x02, 0xd0, 0xc9, 0x36, 0xf8, 0xfb, 0xbe, 0xf3, 0x58, 0x09, 0x14, 0xf0, 0xba, 0x11, 0x06, 0xbf, 0x01, 0xaf, 0x0b, 0xe5, 0x01, 0x82, 0x38, 0x24, 0xf3, 0x92, 0xa8, 0xfc, 0xc9, 0x40, 0xd0, 0x57, 0xaa, 0xc1, 0x8f, 0x8b, 0x5d, 0x4d, 0xf4, 0x38, 0x49, 0x3d, 0xba, 0x14, 0x68, 0xb0, 0x71, 0x03, 0x25, 0x0d, 0xf5, 0xee, 0x8b, 0x23, 0x39, 0xc0, 0x1f, 0x27, 0x43, 0x00, 0xf0, 0x43, 0x96, 0x9d, 0x20, 0x43, 0xc1, 0x86, 0x39, 0x47, 0x91, 0x81, 0x3a, 0x3a, 0x9d, 0x2c, 0x6d, 0xe5, 0x0a, 0x90, 0x48, 0xef, 0xb5, 0xe6, 0xe7, 0xd0, 0x6d, 0x7a, 0xc0, 0xdf, 0x70, 0x69, 0x42, 0x4b, 0x5b, 0xc5, 0x51, 0xae, 0x66, 0x46, 0x27, 0x19, 0xbe, 0x5e, 0x71, 0x9c, 0x6c, 0x08, 0x2c, 0x54, 0x05, 0xcf, 0x52, 0x16, 0xcb, 0x13, 0x81, 0x03, 0x3f, 0x82, 0xee, 0x48, 0xd2, 0x79, 0xb2, 0x03, 0xbc, 0x31, 0xa6, 0x2c, 0x51, 0xee, 0xac, 0xa3, 0x26, 0x4e, 0x80, 0xa6, 0x04, 0xbf, 0x62, 0x04, 0x58, 0xc1, 0x11, 0x00, 0x0d, 0xff, 0x06, 0x27, 0xc8, 0xf0, 0xff, 0x60, 0xd0, 0xcb, 0x13, 0x40, 0x2c, 0xf8, 0x65, 0x09, 0x80, 0xe0, 0xc7, 0x4c, 0x18, 0x8e, 0x70, 0xec, 0x08, 0x60, 0x94, 0x8b, 0xfd, 0x82, 0x1c, 0x70, 0x16, 0xde, 0xc4, 0xb7, 0xab, 0xa2, 0xa9, 0x07, 0xcb, 0xd4, 0x02, 0x7f, 0x83, 0x12, 0xfc, 0x60, 0xf8, 0xf5, 0x7e, 0x88, 0x11, 0x30, 0x08, 0x92, 0xf2, 0xfa, 0x28, 0x63, 0xd0, 0xcb, 0x0f, 0xe6, 0xbc, 0x3b, 0x02, 0x1e, 0xc1, 0x3e, 0xd4, 0x59, 0x09, 0xf8, 0xaf, 0x96, 0x47, 0x91, 0xe1, 0x2b, 0xa2, 0xa9, 0x7d, 0x21, 0xb5, 0x76, 0xa6, 0xad, 0xe2, 0xcc, 0x83, 0x28, 0xb0, 0xc2, 0xd2, 0x61, 0x6c, 0x10, 0x01, 0xe2, 0xf9, 0xc1, 0x75, 0xfc, 0xa8, 0x8b, 0x08, 0x7d, 0x9c, 0x82, 0xc9, 0xd2, 0x43, 0xd9, 0x34, 0xe8, 0x67, 0xcb, 0x3e, 0xb0, 0x2e, 0x09, 0xab, 0x57, 0x31, 0x3e, 0xc0, 0xcc, 0xcb, 0xce, 0x98, 0x1a, 0x2a, 0x73, 0x70, 0xe6, 0x16, 0x8d, 0x25, 0xc0, 0x5a, 0x03, 0xe4, 0x8f, 0xa1, 0xc1, 0xaf, 0x50, 0xfe, 0x08, 0x09, 0xb0, 0x3c, 0xa0, 0x84, 0x1a, 0x02, 0x9f, 0x37, 0x7d, 0xf2, 0x87, 0x27, 0x00, 0x0f, 0x7e, 0x15, 0x01, 0x98, 0x5a, 0x23, 0x2b, 0x5b, 0xf9, 0xab, 0xc6, 0x28, 0x7f, 0xb2, 0x85, 0x37, 0xe1, 0xe6, 0x5b, 0x40, 0x01, 0x2e, 0xf4, 0xfe, 0xca, 0xef, 0x39, 0xef, 0x5f, 0x7e, 0x9b, 0xac, 0xf1, 0xcf, 0x97, 0xcc, 0xec, 0x60, 0xc9, 0x34, 0x7a, 0x7b, 0x6c, 0xa2, 0x56, 0x7a, 0x77, 0x4d, 0xc0, 0x8f, 0x40, 0x73, 0x89, 0x21, 0x5f, 0xbb, 0xc6, 0x90, 0x6f, 0x5c, 0x63, 0xe9, 0x12, 0x81, 0x96, 0x62, 0x1d, 0x4d, 0xf6, 0xf2, 0xad, 0x9f, 0x8c, 0x0f, 0xfd, 0xeb, 0x83, 0xfe, 0x7c, 0x50, 0x6e, 0xe1, 0x46, 0x7d, 0xb8, 0xeb, 0x8b, 0xe8, 0x8a, 0xc8, 0x82, 0xb8, 0x66, 0xe2, 0xba, 0x78, 0xe2, 0x15, 0x51, 0x4e, 0xcb, 0x04, 0xe8, 0x6c, 0x2c, 0x57, 0x8e, 0xa0, 0x4a, 0x6d, 0x66, 0x60, 0x90, 0xab, 0x94, 0x3c, 0xeb, 0x35, 0x08, 0xa0, 0xc7, 0xfb, 0x37, 0x31, 0xf8, 0x15, 0xf3, 0xfe, 0x2c, 0x01, 0x0c, 0x91, 0x3f, 0x5a, 0x04, 0xc8, 0xe3, 0x09, 0xa0, 0x39, 0xb3, 0x8c, 0x8b, 0x26, 0x18, 0x99, 0xfc, 0x39, 0xdc, 0x99, 0x5d, 0xe9, 0x37, 0x88, 0x95, 0x3f, 0x2a, 0x32, 0x28, 0x67, 0x78, 0x71, 0x05, 0x08, 0x51, 0xc9, 0x03, 0xe7, 0x06, 0x2c, 0x08, 0x57, 0x83, 0x7d, 0xb9, 0xd2, 0xbb, 0x53, 0xb0, 0x53, 0xc0, 0xc7, 0x92, 0x6f, 0x56, 0xc6, 0x92, 0x91, 0x2b, 0xe3, 0xc8, 0x28, 0x37, 0xb4, 0x93, 0xf4, 0xbc, 0xa5, 0xf6, 0x7b, 0xfd, 0xdb, 0xdc, 0x5e, 0xf6, 0x6d, 0x9b, 0xcc, 0x96, 0x59, 0x2b, 0xde, 0xc6, 0xe6, 0x12, 0x5c, 0xb7, 0x53, 0x57, 0x46, 0x6b, 0xc2, 0xda, 0x38, 0xba, 0xec, 0xa1, 0x5c, 0x40, 0x04, 0xbe, 0x99, 0x1c, 0xbf, 0xc7, 0x59, 0xdd, 0x5d, 0xb1, 0xb5, 0x9a, 0xf2, 0xa7, 0x95, 0x82, 0x5f, 0x31, 0xef, 0xbf, 0xbc, 0x91, 0xde, 0x9f, 0x27, 0x00, 0x0f, 0xfe, 0x08, 0x8e, 0x00, 0x6c, 0x69, 0x05, 0x3c, 0xb7, 0x97, 0x8d, 0xab, 0xf4, 0xc1, 0x36, 0x60, 0x10, 0x5b, 0x17, 0x22, 0xcc, 0xfe, 0x08, 0x89, 0x80, 0xe0, 0xc7, 0x2c, 0x8f, 0x18, 0xf8, 0x71, 0x25, 0xb3, 0x61, 0xcb, 0xa2, 0xd4, 0xde, 0xdd, 0x45, 0xe9, 0xdd, 0x47, 0x0a, 0x00, 0x3f, 0x7a, 0xd5, 0x49, 0x90, 0x57, 0x60, 0xee, 0xf1, 0x64, 0xcc, 0x6a, 0xb4, 0x04, 0xb1, 0x6c, 0xcf, 0xef, 0x74, 0x07, 0x95, 0xb6, 0xef, 0x38, 0x1e, 0xe5, 0x1a, 0xc8, 0xcf, 0xea, 0x23, 0xc2, 0x8e, 0xc8, 0x0a, 0x00, 0xff, 0x15, 0x15, 0xf8, 0x79, 0x22, 0x60, 0x1e, 0x9d, 0x4e, 0x74, 0x1d, 0xaf, 0xbe, 0x2f, 0xc1, 0x6f, 0x73, 0xbc, 0xbf, 0x8a, 0x00, 0x82, 0x9a, 0x28, 0x4c, 0x89, 0xf6, 0x9e, 0x13, 0xcc, 0x48, 0xa0, 0xc0, 0x17, 0x8d, 0x4b, 0xfe, 0xd8, 0xcb, 0x3c, 0x84, 0x37, 0x60, 0xbd, 0x2d, 0x99, 0xce, 0xde, 0xf2, 0xe0, 0xcf, 0x54, 0xc5, 0x00, 0xb7, 0xc9, 0x92, 0x03, 0x99, 0xa2, 0xe0, 0x47, 0x1d, 0x38, 0xc2, 0x25, 0x96, 0x03, 0xbc, 0xda, 0xbb, 0x8f, 0xe6, 0xc1, 0xee, 0xae, 0x04, 0xfb, 0x77, 0x60, 0x63, 0xd7, 0x24, 0x92, 0x71, 0x1e, 0x68, 0x49, 0x20, 0x7d, 0x4e, 0x88, 0x01, 0xc7, 0xda, 0x08, 0x63, 0xa8, 0x81, 0x98, 0x56, 0x95, 0x92, 0x47, 0xf8, 0x99, 0x4d, 0xdf, 0x9c, 0x44, 0x0e, 0xc4, 0x55, 0x6b, 0x80, 0x5f, 0x49, 0x0a, 0x25, 0x31, 0x0e, 0x25, 0x9e, 0xa7, 0x72, 0xa8, 0xb5, 0x83, 0x5f, 0x2d, 0xef, 0x6f, 0x40, 0xf0, 0xab, 0x26, 0x40, 0x89, 0x5e, 0x02, 0x18, 0xdd, 0x3e, 0x68, 0x74, 0x03, 0x37, 0xc1, 0x0d, 0xac, 0x93, 0x17, 0xaa, 0x80, 0x2f, 0xf4, 0xfe, 0x1e, 0xa8, 0xf9, 0x45, 0xc0, 0xff, 0xc5, 0xc2, 0x70, 0xa5, 0x77, 0x67, 0x00, 0x8f, 0x60, 0xff, 0x6e, 0x8d, 0x1a, 0xf0, 0xe3, 0xd7, 0x26, 0x51, 0x9b, 0xb0, 0xee, 0x14, 0xe8, 0xe4, 0x53, 0x64, 0x3c, 0x9c, 0x63, 0xa5, 0x0f, 0x06, 0x9c, 0x46, 0xdd, 0x43, 0x61, 0x2f, 0xef, 0x8a, 0x7b, 0x80, 0x49, 0x11, 0xc1, 0xca, 0x21, 0x90, 0x38, 0xed, 0x4a, 0x27, 0x3e, 0xa7, 0xce, 0x0b, 0x7a, 0x6d, 0xd5, 0x69, 0x51, 0x2c, 0x59, 0xd8, 0x11, 0x5d, 0xdb, 0xe6, 0x82, 0x5f, 0x21, 0x01, 0x78, 0xf0, 0x63, 0xa5, 0x2c, 0x66, 0x84, 0x7a, 0xcd, 0xd1, 0x1c, 0xc1, 0x5b, 0x73, 0xa9, 0xc6, 0x16, 0x3f, 0xe8, 0xda, 0x8f, 0x76, 0xf2, 0x5f, 0x85, 0x37, 0xa0, 0x48, 0xbb, 0xa8, 0xe5, 0xfd, 0x8f, 0xc6, 0x55, 0x41, 0x60, 0x1b, 0xa8, 0x55, 0xa2, 0x30, 0x78, 0x71, 0xa4, 0x4a, 0xce, 0x28, 0xbd, 0x3b, 0x98, 0x87, 0x1a, 0xf0, 0x13, 0x78, 0xc0, 0xaf, 0x3f, 0x45, 0x26, 0xad, 0x4f, 0x26, 0x93, 0x37, 0x80, 0x6d, 0x4c, 0x21, 0x53, 0xc0, 0x30, 0x40, 0x66, 0x37, 0x9e, 0xc6, 0x55, 0x88, 0x3b, 0xb5, 0x83, 0x43, 0x1f, 0x11, 0x70, 0xa6, 0x7b, 0xa5, 0x6f, 0x01, 0xc8, 0xa1, 0x4b, 0x1a, 0xab, 0x2d, 0xf0, 0x13, 0x54, 0x58, 0x9a, 0xbc, 0xc1, 0x80, 0xc2, 0xb7, 0xfb, 0x15, 0xfc, 0xb2, 0x04, 0xe0, 0xfb, 0x24, 0x90, 0x00, 0x3d, 0x19, 0x09, 0xdb, 0x63, 0xae, 0xff, 0x73, 0x46, 0xf3, 0xa0, 0x70, 0xda, 0x9a, 0xdd, 0xac, 0x0e, 0x0b, 0xd7, 0x84, 0xe0, 0x8f, 0xcc, 0xb9, 0x4c, 0x4b, 0x8d, 0xd9, 0x87, 0x88, 0x79, 0x7c, 0xa1, 0x9c, 0x11, 0x7a, 0xf7, 0x89, 0x00, 0xf6, 0x49, 0x08, 0xf6, 0x0d, 0x4a, 0xb0, 0x4f, 0xd9, 0x98, 0x4a, 0xa6, 0x6e, 0x02, 0xdb, 0x9c, 0xfa, 0xbf, 0x69, 0x9b, 0xd3, 0x7e, 0x9f, 0xb4, 0x31, 0xf9, 0x37, 0xad, 0x75, 0xe5, 0x6d, 0x15, 0xf6, 0x9d, 0xda, 0xd9, 0x81, 0x93, 0x6c, 0xca, 0x09, 0x36, 0x89, 0x26, 0x14, 0xd7, 0x28, 0xb2, 0xf3, 0x44, 0x85, 0x46, 0xa1, 0x1a, 0x5f, 0xaa, 0x80, 0xb1, 0x02, 0xd6, 0x02, 0xad, 0x69, 0x03, 0xc1, 0xaf, 0x38, 0x01, 0x94, 0x9d, 0x67, 0x2c, 0x01, 0x8c, 0x6a, 0x93, 0x70, 0xdc, 0xd1, 0x4f, 0x78, 0xf1, 0x63, 0xdc, 0xa3, 0x69, 0x79, 0x30, 0x4f, 0x00, 0xcc, 0x65, 0x4f, 0x59, 0xaf, 0xbd, 0xf0, 0xd2, 0xe0, 0x45, 0x11, 0x6a, 0xc0, 0x73, 0xde, 0x5d, 0x08, 0x78, 0x0e, 0xec, 0x7f, 0x4e, 0xdd, 0x9c, 0xf6, 0xdf, 0x69, 0x9b, 0x53, 0xff, 0x33, 0xcd, 0x33, 0xed, 0xd7, 0xe9, 0x9e, 0x69, 0xbf, 0x80, 0xfd, 0x34, 0x63, 0x4b, 0xfa, 0x0f, 0xdf, 0xb8, 0xc6, 0xb1, 0xbb, 0xc1, 0x5f, 0x6b, 0x0b, 0xe9, 0xce, 0x56, 0x4b, 0x34, 0x28, 0x7b, 0x2c, 0xca, 0xa4, 0xe2, 0x03, 0x87, 0x1d, 0x69, 0xca, 0x6e, 0xac, 0x2c, 0xf5, 0x8a, 0x0b, 0xb8, 0x8b, 0x0c, 0xbe, 0x1e, 0x85, 0xd1, 0x00, 0x33, 0x45, 0x0f, 0x32, 0xf8, 0x15, 0x12, 0x80, 0x07, 0xff, 0x71, 0x8e, 0x00, 0x6c, 0x12, 0xc3, 0xa8, 0x46, 0x71, 0xe1, 0x36, 0x97, 0x98, 0xb1, 0xb0, 0xde, 0x96, 0xa2, 0xaa, 0xfd, 0x47, 0xdb, 0x16, 0x52, 0xac, 0x35, 0xc9, 0x85, 0x33, 0x7f, 0x93, 0xd6, 0x69, 0xca, 0x19, 0x04, 0xfc, 0xb4, 0x4d, 0xa9, 0x7f, 0xa0, 0x77, 0x9f, 0xbe, 0x39, 0xf5, 0x37, 0x78, 0xfd, 0x75, 0xfa, 0xe6, 0xb4, 0x9f, 0xa7, 0x6f, 0x4e, 0xff, 0xbf, 0xe9, 0x9e, 0xe9, 0xdf, 0xcf, 0xf0, 0x4c, 0xbb, 0x3b, 0x63, 0x4b, 0x46, 0xfd, 0xcc, 0x2d, 0xe9, 0xb7, 0x66, 0x6e, 0xcd, 0xb8, 0xde, 0x7f, 0x7e, 0xd8, 0x6f, 0x8c, 0x9c, 0x5a, 0xdd, 0xa9, 0x9d, 0x1f, 0x54, 0x6e, 0xda, 0x2a, 0x6c, 0x50, 0xea, 0x89, 0x11, 0x01, 0x47, 0xd9, 0x8d, 0xc1, 0xc5, 0x1c, 0xf8, 0xaf, 0x68, 0xbc, 0xe2, 0x68, 0xb0, 0xed, 0x44, 0xcd, 0x03, 0x0b, 0x7e, 0x35, 0x09, 0xa0, 0xee, 0x9b, 0xc6, 0x80, 0x98, 0x5d, 0x9e, 0x11, 0xeb, 0xad, 0x8c, 0xe6, 0xa1, 0x40, 0xd0, 0xb9, 0x5b, 0xe8, 0x89, 0x96, 0x1f, 0xce, 0x55, 0xe9, 0x7f, 0x6c, 0x47, 0xfc, 0x62, 0x01, 0x53, 0xe9, 0x07, 0x37, 0x3b, 0x09, 0x01, 0xbf, 0x39, 0xed, 0x4f, 0xa5, 0x9c, 0x01, 0xef, 0xbe, 0x39, 0xed, 0xdf, 0x00, 0xfa, 0x7f, 0x01, 0xd0, 0x7f, 0x02, 0xa0, 0xff, 0x08, 0x1e, 0xfe, 0x1e, 0xd8, 0x1d, 0x00, 0xfb, 0xed, 0x99, 0x5b, 0x32, 0x6e, 0xce, 0xdc, 0x9a, 0x7e, 0x1d, 0x40, 0x7f, 0x65, 0xd6, 0xd6, 0x8c, 0x4b, 0xb3, 0xb6, 0x65, 0x9e, 0x9f, 0xb1, 0x25, 0xed, 0xbc, 0x85, 0x9d, 0xe2, 0x4f, 0x8d, 0x15, 0x0a, 0xac, 0x15, 0x6f, 0x77, 0xea, 0x20, 0x07, 0x7a, 0x48, 0x73, 0x3b, 0xf9, 0x7e, 0x6e, 0x7b, 0x54, 0xad, 0xb4, 0xe9, 0x2c, 0xcf, 0x53, 0x30, 0x1a, 0x9c, 0xd7, 0xee, 0x21, 0x00, 0x3b, 0x10, 0x7f, 0x9e, 0x4a, 0xa1, 0xfb, 0x1d, 0xfc, 0xf2, 0x86, 0x7f, 0xa7, 0x22, 0x40, 0xc1, 0x75, 0x2a, 0x87, 0xd8, 0x8d, 0x3c, 0xfa, 0x58, 0x7b, 0xff, 0xdd, 0x98, 0x32, 0x40, 0x27, 0x85, 0x04, 0xd8, 0x12, 0x5a, 0xc2, 0x79, 0xff, 0x3b, 0x64, 0xde, 0x9e, 0x34, 0x2d, 0x2f, 0x35, 0x76, 0x75, 0xe2, 0xef, 0x9c, 0x77, 0xff, 0x05, 0xbd, 0x3b, 0x00, 0xfe, 0x87, 0x19, 0x9e, 0xe9, 0x77, 0x67, 0x7a, 0xa6, 0x37, 0x00, 0xd8, 0x6f, 0x81, 0xdd, 0x00, 0xe0, 0x5f, 0x9b, 0xb5, 0x35, 0xf3, 0x32, 0x00, 0xfe, 0xe2, 0xec, 0x6d, 0x19, 0x75, 0x00, 0xfa, 0x5a, 0xeb, 0x6d, 0x99, 0x55, 0xb3, 0xb7, 0x67, 0x55, 0xd8, 0x6c, 0xcf, 0x2a, 0xfd, 0xce, 0x3d, 0xe1, 0x22, 0xb3, 0xff, 0x55, 0x69, 0xa7, 0x0e, 0x78, 0x70, 0xbb, 0x2d, 0x8a, 0x6e, 0x1e, 0x3e, 0x70, 0x61, 0x08, 0xf1, 0x0c, 0x29, 0x51, 0x83, 0x1f, 0xfb, 0x0a, 0xf8, 0xb2, 0xe5, 0xb4, 0x4b, 0x54, 0x12, 0xdd, 0xcf, 0xe0, 0x57, 0x48, 0x00, 0x1e, 0xfc, 0x27, 0x78, 0x02, 0x30, 0xc9, 0x91, 0x4f, 0xe6, 0x84, 0x3e, 0x69, 0x4c, 0x73, 0x00, 0x45, 0x42, 0x02, 0x78, 0x27, 0x9e, 0xa3, 0xe0, 0x0f, 0xc9, 0xb8, 0x48, 0x7a, 0xcf, 0x09, 0x64, 0x82, 0xde, 0xc8, 0xff, 0x50, 0x39, 0x03, 0xde, 0x5d, 0x2d, 0x67, 0xd2, 0xaf, 0x03, 0xd0, 0xaf, 0x52, 0xef, 0xbe, 0x35, 0xf3, 0xc2, 0xec, 0x6d, 0x99, 0xe7, 0xc0, 0x6a, 0xac, 0xb7, 0x67, 0x55, 0x82, 0x95, 0x5b, 0x6f, 0xcf, 0x2c, 0xb5, 0xf1, 0xca, 0x2e, 0xb2, 0xf1, 0xca, 0x2a, 0x04, 0x2b, 0xb0, 0xf5, 0xca, 0xce, 0x1b, 0xea, 0x1c, 0xc5, 0x6c, 0xac, 0xa1, 0xf0, 0xea, 0xd4, 0x51, 0x0f, 0x0f, 0x8f, 0x87, 0xb9, 0x32, 0xf4, 0x5f, 0xc4, 0x46, 0x03, 0xfb, 0x1d, 0xa9, 0x44, 0x9e, 0xae, 0xac, 0xda, 0x0c, 0x16, 0xac, 0xc6, 0x80, 0x71, 0xc2, 0xb6, 0x13, 0xd5, 0xf7, 0x2d, 0xf8, 0xd5, 0x20, 0x40, 0x81, 0x7a, 0x1d, 0x25, 0xb1, 0x11, 0x00, 0x0b, 0x0a, 0x8d, 0x69, 0x04, 0xd0, 0xf0, 0xc6, 0x8a, 0xf4, 0x8b, 0x74, 0x04, 0xc0, 0x72, 0x5f, 0xa6, 0x8c, 0xf9, 0x4f, 0x90, 0x2e, 0xa8, 0xdf, 0xaf, 0x51, 0x39, 0xb3, 0x2d, 0xf3, 0x22, 0xca, 0x19, 0x00, 0x78, 0xed, 0xec, 0x6d, 0x59, 0xd5, 0x00, 0x7a, 0x00, 0x7c, 0x66, 0x19, 0x80, 0xbe, 0xc4, 0xd6, 0x2b, 0xeb, 0x2c, 0x80, 0xfd, 0x8c, 0xcd, 0x8e, 0xec, 0x7c, 0xdb, 0x1d, 0xd9, 0xb9, 0x76, 0x3b, 0xb3, 0xb3, 0x6c, 0x77, 0xe6, 0x64, 0xc0, 0x6b, 0x9a, 0xfd, 0x8e, 0x9c, 0xe4, 0x01, 0x0b, 0xc2, 0xef, 0x32, 0xdb, 0x6a, 0x8e, 0xef, 0xd4, 0xc1, 0x0f, 0x5a, 0x5e, 0x21, 0xb2, 0xd1, 0x20, 0xed, 0xcb, 0x58, 0x71, 0x9c, 0x4e, 0xa0, 0xa9, 0xfa, 0x8b, 0xb3, 0xd4, 0x4d, 0xe9, 0x58, 0x53, 0x84, 0xa3, 0x40, 0x6b, 0x07, 0xbf, 0xa2, 0x04, 0xe0, 0x56, 0xcd, 0x60, 0xb3, 0x79, 0x8d, 0x59, 0x8d, 0xba, 0x2d, 0x10, 0xe0, 0x9e, 0xf0, 0xe2, 0x23, 0xf3, 0xae, 0xd2, 0x75, 0x3f, 0x71, 0x87, 0x47, 0x8d, 0xb2, 0x5f, 0xd7, 0xd8, 0xbb, 0x28, 0x67, 0x00, 0xec, 0x35, 0x4a, 0x39, 0x93, 0x49, 0xe5, 0x0c, 0x58, 0x31, 0x7a, 0x77, 0xf0, 0xec, 0xa7, 0x01, 0xec, 0x79, 0x00, 0xfe, 0x1c, 0x3b, 0xaf, 0xec, 0x2c, 0xbb, 0x1d, 0x39, 0xe9, 0x76, 0x3b, 0xb2, 0x53, 0xed, 0x77, 0xe6, 0x9e, 0xb2, 0xdf, 0x99, 0x93, 0x68, 0xbf, 0x2b, 0xf7, 0xa4, 0xc3, 0xee, 0x9c, 0x58, 0xc7, 0x5d, 0x79, 0x51, 0x3d, 0x1d, 0x02, 0xff, 0xdd, 0xae, 0x96, 0xd1, 0x68, 0xb1, 0x83, 0x3c, 0xc4, 0x25, 0x25, 0x7e, 0x16, 0x2b, 0x27, 0x77, 0xf7, 0x3f, 0xa3, 0x01, 0x7e, 0xbe, 0xeb, 0x0c, 0xdb, 0x18, 0xdd, 0x83, 0xca, 0x5a, 0x35, 0xf8, 0x15, 0x12, 0x80, 0x07, 0xbf, 0x72, 0xd9, 0x98, 0xeb, 0x5a, 0x04, 0x68, 0x8b, 0x9b, 0x7b, 0x4b, 0x7f, 0xe0, 0x82, 0x40, 0x0c, 0x87, 0x5c, 0x5c, 0xf5, 0xc0, 0xf9, 0x50, 0x0e, 0x5b, 0xe3, 0xf3, 0x5f, 0x2a, 0x67, 0xbc, 0xb2, 0x4a, 0x6c, 0xb6, 0x67, 0x82, 0x9c, 0xc9, 0x3e, 0x43, 0xe5, 0x0c, 0x78, 0x77, 0xb0, 0x6c, 0xb0, 0x4c, 0xf4, 0xee, 0x76, 0x3b, 0x73, 0x52, 0xec, 0x76, 0xe5, 0x24, 0x39, 0xec, 0xcc, 0x49, 0x70, 0xd8, 0x95, 0x13, 0xe7, 0xb0, 0x2b, 0x37, 0xc6, 0x71, 0x77, 0xee, 0x09, 0xb0, 0x48, 0xc7, 0xdd, 0x79, 0xe1, 0x60, 0x21, 0x4e, 0x7b, 0xf2, 0x82, 0x2d, 0x35, 0x03, 0xe0, 0x3f, 0xa4, 0x56, 0x2c, 0xee, 0xa8, 0x07, 0xf6, 0xd4, 0x4a, 0xc5, 0x06, 0xb3, 0xb7, 0x24, 0x91, 0x00, 0x18, 0xa5, 0x79, 0xf0, 0xf3, 0x44, 0xc0, 0x2c, 0x11, 0x16, 0xd2, 0xb5, 0x56, 0xf0, 0xab, 0x41, 0x00, 0x0e, 0xfc, 0x51, 0xdc, 0x22, 0x62, 0x6c, 0x75, 0x80, 0xd1, 0xa4, 0xb3, 0xb1, 0x85, 0x50, 0xb3, 0xd3, 0x29, 0x18, 0xd8, 0x7d, 0x8d, 0x0c, 0x5e, 0xac, 0x99, 0xf9, 0x19, 0xe3, 0x1e, 0x7f, 0xde, 0x66, 0x47, 0x56, 0xbe, 0x8d, 0x4a, 0xce, 0x64, 0x67, 0x80, 0x87, 0x4f, 0x45, 0x39, 0xc3, 0x79, 0xf7, 0x78, 0x87, 0xdd, 0xb9, 0xb1, 0x60, 0xd1, 0xe0, 0xe5, 0x4f, 0x38, 0xed, 0xca, 0x8b, 0x00, 0xd0, 0x87, 0x21, 0xd8, 0x1d, 0xf7, 0xe4, 0x06, 0xce, 0xd9, 0x9b, 0x2f, 0x9b, 0xb3, 0x27, 0xdf, 0x7f, 0xee, 0xde, 0x7c, 0x1f, 0x90, 0x49, 0x81, 0x4c, 0xfa, 0xb3, 0xde, 0x04, 0x79, 0x31, 0x12, 0x1c, 0x7e, 0x14, 0x4b, 0xc1, 0xc5, 0x48, 0xb0, 0x70, 0x7f, 0x96, 0x7a, 0x65, 0x06, 0xee, 0x95, 0x2e, 0x7a, 0x15, 0x58, 0xd6, 0x6a, 0xc1, 0xaf, 0x18, 0x01, 0xb0, 0xbf, 0x01, 0xe5, 0x10, 0x5b, 0xce, 0xd2, 0x56, 0x76, 0xb5, 0xd7, 0x4f, 0x00, 0x5b, 0xf9, 0xab, 0xec, 0x1e, 0x50, 0x9e, 0xc1, 0x45, 0xec, 0x8e, 0x7f, 0xff, 0xa3, 0x72, 0x06, 0xbc, 0xbb, 0xfd, 0xce, 0xec, 0x53, 0xe0, 0xd5, 0x13, 0x50, 0xce, 0x00, 0xf0, 0x41, 0xce, 0xe4, 0x44, 0xc1, 0xf7, 0xc7, 0xa9, 0x77, 0xdf, 0x93, 0x1b, 0xea, 0xb4, 0x37, 0x3f, 0xc8, 0x69, 0x77, 0x9e, 0xc2, 0x69, 0x4f, 0x7e, 0x80, 0xd3, 0xde, 0x3c, 0x3f, 0x04, 0xfc, 0xdc, 0x7d, 0x05, 0x47, 0xe1, 0xf5, 0x30, 0xbc, 0x1e, 0x98, 0xbb, 0x2f, 0x7f, 0xdf, 0xf4, 0x2d, 0x19, 0x72, 0x6e, 0xe7, 0x92, 0x3f, 0xe8, 0x4e, 0x24, 0xf6, 0x8a, 0x22, 0x13, 0xdc, 0x25, 0x48, 0x60, 0x27, 0xdf, 0xc4, 0x82, 0x7f, 0xfc, 0xda, 0x38, 0x12, 0x94, 0x79, 0x59, 0x0d, 0xfe, 0xec, 0xab, 0x74, 0x16, 0x19, 0xeb, 0x86, 0x5a, 0x33, 0xf8, 0x15, 0x12, 0x80, 0x07, 0x3f, 0xae, 0xb6, 0x4d, 0x09, 0xc0, 0x66, 0xb0, 0x8c, 0x65, 0x44, 0xe7, 0x56, 0x7f, 0x16, 0x6c, 0x6e, 0x1d, 0x46, 0xc6, 0xad, 0x8e, 0x61, 0x77, 0x05, 0xbc, 0xc2, 0xcb, 0x19, 0x07, 0x95, 0x9c, 0xc9, 0x0d, 0x43, 0x39, 0xe3, 0xb8, 0x27, 0x3f, 0x70, 0xce, 0x9e, 0x3c, 0xb9, 0xd3, 0x9e, 0xdc, 0x80, 0x39, 0xfb, 0xf2, 0x7d, 0xc1, 0xcb, 0x7b, 0xcf, 0xdb, 0x9b, 0x7f, 0x04, 0x80, 0x7e, 0x68, 0xde, 0xfe, 0xd3, 0xfb, 0xe7, 0xed, 0x2d, 0xd8, 0x0b, 0xaf, 0xbb, 0x16, 0xec, 0x2f, 0xd8, 0x31, 0x7f, 0x7f, 0xfe, 0xf6, 0x05, 0x07, 0xcf, 0x6c, 0x99, 0xb6, 0x29, 0xd5, 0xc7, 0xca, 0x21, 0xf0, 0x17, 0x18, 0x36, 0xb1, 0xa1, 0xfd, 0x36, 0x3c, 0xe4, 0x04, 0x13, 0xd4, 0x45, 0x82, 0x62, 0x3b, 0xf9, 0x1c, 0xed, 0xf6, 0xcb, 0x13, 0xb4, 0x87, 0x80, 0xdd, 0x6f, 0x0c, 0xbb, 0xca, 0x5a, 0x3b, 0xf8, 0x15, 0x12, 0x40, 0xb5, 0xc2, 0x36, 0xae, 0xa5, 0x4a, 0x09, 0xa0, 0x39, 0x02, 0xb4, 0xfc, 0x76, 0xad, 0xad, 0x74, 0x60, 0xd5, 0x1e, 0x5b, 0xcf, 0xcf, 0xce, 0xfa, 0xce, 0xda, 0x96, 0x1e, 0x07, 0x1e, 0x3d, 0x14, 0xe5, 0x0c, 0x78, 0x75, 0x05, 0x98, 0x4a, 0xce, 0xcc, 0xd9, 0x9b, 0x77, 0x0c, 0xc0, 0x7e, 0x78, 0xce, 0xde, 0x82, 0x83, 0xf3, 0xf7, 0x9d, 0xde, 0x37, 0x6f, 0x5f, 0xc1, 0x9e, 0x79, 0xfb, 0xf3, 0x77, 0xcd, 0x3f, 0x70, 0xc6, 0x0b, 0x80, 0xbf, 0x6d, 0xe1, 0x81, 0x33, 0x9e, 0x0b, 0x0e, 0x9c, 0xde, 0xb4, 0xf0, 0xc0, 0xe9, 0xf5, 0x0b, 0x0f, 0x14, 0xae, 0x5d, 0x78, 0xa8, 0x70, 0xf5, 0xb4, 0xcd, 0xa9, 0xfb, 0x7b, 0x39, 0x05, 0x35, 0xc0, 0xff, 0xc2, 0x66, 0x92, 0x2a, 0x5c, 0x87, 0xc8, 0x04, 0x77, 0x56, 0xfe, 0xc8, 0xbe, 0x65, 0x27, 0xc9, 0x06, 0x83, 0x73, 0xf2, 0x3e, 0x75, 0x5e, 0xbd, 0xf6, 0x10, 0xe7, 0xfd, 0xb7, 0x1c, 0xaf, 0xba, 0x2f, 0xc1, 0xaf, 0x16, 0x01, 0xb8, 0x3d, 0x17, 0x50, 0x0e, 0xb1, 0x0b, 0xee, 0x62, 0x6c, 0x69, 0x34, 0x33, 0x92, 0xba, 0x97, 0x02, 0x09, 0xfe, 0x51, 0x25, 0x67, 0xf6, 0xe5, 0x7b, 0xcf, 0xdd, 0x03, 0x72, 0x66, 0x5f, 0xc1, 0x21, 0x94, 0x33, 0xf3, 0xf6, 0x17, 0xec, 0x05, 0xaf, 0xbe, 0x1b, 0x80, 0xbf, 0x73, 0xfe, 0xfe, 0xd3, 0xdb, 0xe7, 0x1f, 0x28, 0xd8, 0xba, 0xe0, 0xe0, 0xe9, 0xcd, 0xf0, 0xba, 0x71, 0xd1, 0xc1, 0xc2, 0x75, 0x8b, 0x0e, 0x9e, 0xf1, 0x80, 0x57, 0x77, 0x78, 0x75, 0x5b, 0x74, 0xe8, 0xb4, 0xeb, 0xa2, 0xc3, 0x67, 0x97, 0x2f, 0x3a, 0x54, 0xb8, 0x0c, 0x08, 0xb0, 0xb5, 0xcf, 0xdc, 0x90, 0x8b, 0xbd, 0x9c, 0x02, 0x6b, 0x68, 0x1b, 0xa6, 0xbd, 0xfc, 0x90, 0x09, 0xf2, 0x42, 0xf0, 0xd3, 0x7d, 0xba, 0xfe, 0xa5, 0xd9, 0x6b, 0x11, 0x4c, 0x0e, 0xc4, 0xd5, 0x50, 0xc0, 0x87, 0x0a, 0x16, 0xa5, 0xc2, 0x42, 0xb9, 0xd6, 0x9e, 0xf9, 0x15, 0x25, 0x80, 0x60, 0xd3, 0x91, 0x28, 0x18, 0x01, 0xd8, 0x7d, 0x07, 0x8c, 0x29, 0xd0, 0xea, 0xac, 0x8b, 0x00, 0x5f, 0x2d, 0x8f, 0x2e, 0x02, 0xa0, 0x1f, 0x04, 0xaf, 0xae, 0x92, 0x33, 0xf0, 0xfd, 0x0e, 0xf0, 0xea, 0xdb, 0x40, 0xd6, 0x6c, 0x59, 0x70, 0xa0, 0x70, 0x13, 0xc8, 0x9a, 0x0d, 0xe0, 0xd9, 0xd7, 0xc2, 0xeb, 0x1a, 0x20, 0x80, 0xfb, 0xe2, 0xc3, 0x67, 0x56, 0x2e, 0x3e, 0x58, 0xe8, 0xb2, 0xf8, 0xf0, 0x59, 0xe7, 0xc5, 0x87, 0x0b, 0x97, 0x2e, 0x39, 0x7c, 0x76, 0xd1, 0x92, 0xc3, 0x85, 0x0b, 0x96, 0x1c, 0x3d, 0x3b, 0x77, 0xc9, 0xe1, 0x22, 0x27, 0xeb, 0xed, 0xd9, 0x2b, 0xfb, 0xce, 0x0f, 0x2d, 0xed, 0x33, 0x2f, 0xf8, 0x0c, 0xe8, 0xff, 0x68, 0x88, 0x05, 0xf6, 0x9a, 0x60, 0xaf, 0x3c, 0x70, 0x49, 0x41, 0xf8, 0x3c, 0x1a, 0xd8, 0xd5, 0xea, 0xbc, 0x22, 0xcb, 0x55, 0xe0, 0xe7, 0x6d, 0xff, 0xc9, 0xba, 0xfb, 0x32, 0xf3, 0xcb, 0x1a, 0xbe, 0x8f, 0x70, 0xcb, 0x29, 0x8c, 0x07, 0xd8, 0x3e, 0x6e, 0xa3, 0xf9, 0xc0, 0x31, 0x58, 0xd1, 0x45, 0x80, 0x29, 0x9b, 0x52, 0x83, 0xe7, 0xef, 0x2b, 0xf0, 0x42, 0xef, 0x0e, 0xb2, 0xc6, 0x73, 0xe1, 0xc1, 0x33, 0x1b, 0x95, 0x72, 0xe6, 0x34, 0xc8, 0x99, 0xd3, 0xab, 0x41, 0xd6, 0xac, 0x02, 0xaf, 0xee, 0x0a, 0x04, 0x58, 0xb1, 0xe8, 0x48, 0xe1, 0xb2, 0x25, 0x87, 0x0a, 0x97, 0x2c, 0x3d, 0x52, 0xb8, 0x70, 0xe9, 0x91, 0xa2, 0xf9, 0x00, 0xfc, 0xb9, 0xf0, 0xea, 0xb8, 0xf4, 0xe8, 0x59, 0xfb, 0x65, 0x47, 0x8b, 0x6c, 0x96, 0x1d, 0x3d, 0x3b, 0xdb, 0xd9, 0xbb, 0x68, 0x86, 0xe3, 0x9e, 0x1c, 0xa7, 0x01, 0x0b, 0xc2, 0x32, 0xfb, 0xcf, 0x0f, 0x4d, 0x51, 0xae, 0xb6, 0xd0, 0x81, 0x67, 0x81, 0x35, 0x65, 0xcf, 0xcb, 0x10, 0x0f, 0x5d, 0xd2, 0xc8, 0x90, 0x39, 0xc8, 0xc9, 0xfa, 0xc0, 0x22, 0xad, 0x75, 0x47, 0x8f, 0x24, 0x5d, 0x20, 0x6e, 0xf7, 0x69, 0xe6, 0x57, 0x17, 0x01, 0x62, 0xb9, 0x5d, 0x77, 0x18, 0xdc, 0xfc, 0xd7, 0xa8, 0x3e, 0x78, 0xb1, 0x82, 0x2c, 0x65, 0x59, 0x84, 0xfc, 0x77, 0x00, 0xfd, 0x46, 0xf0, 0xea, 0x1a, 0x72, 0x06, 0xbc, 0xba, 0x0b, 0xbc, 0x2e, 0x47, 0xef, 0x0e, 0x5e, 0x7e, 0xf1, 0xe2, 0x43, 0x85, 0x0b, 0xe1, 0x75, 0xde, 0xe2, 0x23, 0x85, 0x73, 0x00, 0xf4, 0x0e, 0xcb, 0x8e, 0x9c, 0xb5, 0x73, 0x3e, 0x56, 0x64, 0xed, 0x7c, 0xa4, 0x78, 0xd6, 0xf2, 0x63, 0x25, 0xd3, 0x97, 0x7b, 0x17, 0x4f, 0x75, 0x3e, 0x5a, 0x34, 0x79, 0x85, 0x77, 0xc9, 0x84, 0xe5, 0x47, 0x8b, 0xc6, 0x2d, 0x3e, 0x98, 0x3f, 0x69, 0xe0, 0xe2, 0xf0, 0xe8, 0x81, 0xf3, 0x43, 0x8f, 0xe3, 0x1e, 0xb6, 0x40, 0x82, 0xcd, 0x1d, 0x1d, 0xfc, 0x5c, 0x3a, 0xba, 0x98, 0x7d, 0x06, 0x2e, 0xde, 0x05, 0x5a, 0xe0, 0xc7, 0x9d, 0xd9, 0x57, 0x29, 0xca, 0xef, 0xdb, 0xcc, 0xaf, 0x14, 0x01, 0x94, 0x1b, 0x10, 0xe2, 0x52, 0x2f, 0x5a, 0x23, 0xc0, 0xef, 0xc6, 0x46, 0x00, 0xd1, 0xd2, 0x5c, 0xd0, 0xe9, 0x57, 0x21, 0x88, 0x5d, 0x09, 0x5e, 0x7d, 0x05, 0xca, 0x99, 0x25, 0x47, 0x8a, 0x96, 0x68, 0xca, 0x99, 0x42, 0x27, 0xf4, 0xee, 0x4b, 0x8f, 0x15, 0xdb, 0x2e, 0x3b, 0x5a, 0x32, 0x1b, 0x5e, 0x67, 0xc2, 0xeb, 0xb4, 0x65, 0xc7, 0x8a, 0xa7, 0x2c, 0x3b, 0x56, 0x34, 0xc9, 0xf9, 0x58, 0xf1, 0x78, 0xf0, 0xf8, 0x63, 0x97, 0xfb, 0x16, 0x7f, 0xbb, 0xdc, 0xbb, 0x74, 0xd4, 0x0a, 0xbf, 0xf2, 0xaf, 0x57, 0x78, 0x97, 0x0d, 0x5f, 0xe1, 0x53, 0x32, 0x6c, 0xf0, 0xe2, 0xe3, 0xc7, 0x06, 0x2d, 0x8a, 0xf0, 0xb5, 0xb4, 0x0b, 0x5c, 0x6d, 0x6e, 0xa7, 0x58, 0x65, 0x44, 0x33, 0x87, 0xad, 0x93, 0xef, 0x17, 0x69, 0x98, 0x71, 0xda, 0x95, 0xa1, 0x05, 0x7e, 0x7e, 0x05, 0xb7, 0xfb, 0x51, 0xf6, 0xac, 0x8b, 0x00, 0xaa, 0xed, 0x67, 0x45, 0x09, 0x20, 0xfb, 0xcd, 0xb8, 0x08, 0x20, 0x28, 0x86, 0xd3, 0xc8, 0x3a, 0x2c, 0x0e, 0xcf, 0x59, 0x8c, 0x72, 0xe6, 0x50, 0xe1, 0x7c, 0x90, 0x35, 0x73, 0x50, 0xce, 0x2c, 0x3b, 0x52, 0x6c, 0x87, 0x72, 0xc6, 0xd9, 0xbb, 0x78, 0x16, 0x78, 0xf5, 0x19, 0x20, 0x6b, 0xa6, 0x39, 0xfb, 0x14, 0x4d, 0x76, 0x3e, 0x7a, 0x76, 0xe2, 0x72, 0x9f, 0xd2, 0x71, 0xcb, 0x8f, 0x96, 0x7c, 0xb7, 0xc2, 0xa7, 0x6c, 0xf4, 0x0a, 0xdf, 0xd2, 0x91, 0xae, 0xbe, 0x65, 0x23, 0x5c, 0x7c, 0x4b, 0xbf, 0x72, 0xf1, 0x2e, 0x19, 0xba, 0xd2, 0xaf, 0x74, 0xf0, 0x4a, 0xef, 0x92, 0x2f, 0xdc, 0xfc, 0xca, 0xfa, 0xbb, 0x05, 0x94, 0xf4, 0xfd, 0x6a, 0x59, 0xd4, 0x9a, 0x2f, 0x97, 0x46, 0x6e, 0xb5, 0x9a, 0xa3, 0x58, 0x88, 0xe9, 0x3e, 0x73, 0xfb, 0xc0, 0x2e, 0x1d, 0x13, 0xfe, 0xe4, 0x21, 0x6e, 0xd1, 0x2d, 0xa2, 0xb9, 0x1f, 0x43, 0x92, 0x96, 0xe6, 0xc7, 0x62, 0xb8, 0xb5, 0xa1, 0x15, 0xf7, 0xad, 0xec, 0x59, 0x3f, 0x01, 0x94, 0x3b, 0x73, 0x8a, 0x48, 0xa0, 0x7f, 0x1b, 0xdb, 0x08, 0x10, 0x2b, 0x46, 0x80, 0x11, 0x2e, 0xb1, 0x81, 0xe8, 0xdd, 0x97, 0x80, 0x9c, 0x59, 0x72, 0xe4, 0xec, 0xac, 0xa5, 0xc7, 0x8a, 0xa6, 0x2f, 0x3f, 0x72, 0x76, 0xea, 0x8a, 0x63, 0xa5, 0x93, 0x50, 0xce, 0xb8, 0x78, 0x97, 0x8e, 0x05, 0x70, 0x8f, 0x71, 0x05, 0xef, 0xee, 0xec, 0x53, 0xf2, 0x8d, 0xb3, 0x6f, 0xf1, 0x08, 0xf4, 0xee, 0xe0, 0xf1, 0x87, 0xb8, 0xf8, 0x94, 0x0e, 0x72, 0xf1, 0x2d, 0x1e, 0xe8, 0xea, 0x5b, 0xda, 0xcf, 0xd5, 0xaf, 0xa2, 0x8f, 0x9b, 0xbc, 0xaa, 0xa7, 0x9b, 0x7f, 0x65, 0x0f, 0xb7, 0x80, 0x72, 0x0b, 0x77, 0xff, 0xca, 0xee, 0x23, 0x5d, 0x63, 0x6d, 0x86, 0x2e, 0x8b, 0x72, 0xee, 0x3d, 0x27, 0x74, 0x96, 0x85, 0x5d, 0xc0, 0xa4, 0x5e, 0x8e, 0xa1, 0xaf, 0x74, 0xcc, 0x5c, 0xbf, 0xcc, 0x93, 0xfd, 0xdc, 0xc7, 0xb8, 0xc7, 0xd1, 0x89, 0x2d, 0xe1, 0x9e, 0x03, 0x48, 0x06, 0x5c, 0x44, 0xeb, 0x7e, 0x96, 0x3d, 0xeb, 0x26, 0x00, 0xbf, 0x2d, 0xad, 0x72, 0x5f, 0x35, 0xe6, 0x1e, 0x7e, 0x35, 0xae, 0x87, 0xa0, 0x5c, 0x03, 0x53, 0x8b, 0x00, 0x13, 0xd7, 0x9e, 0xda, 0x80, 0x72, 0x06, 0xc0, 0x3d, 0x11, 0xe5, 0xcc, 0x72, 0xdf, 0x92, 0xef, 0x96, 0x1f, 0x43, 0x39, 0x53, 0x04, 0x72, 0xa6, 0x18, 0xe4, 0x4c, 0xd1, 0x70, 0x17, 0xbf, 0x92, 0xa1, 0x2e, 0x3e, 0x65, 0x5f, 0xae, 0xf4, 0xaf, 0xf8, 0xc2, 0xd5, 0xa7, 0x6c, 0x80, 0x5b, 0x40, 0x65, 0x5f, 0x37, 0x9f, 0xf2, 0xde, 0x6e, 0xbe, 0xa5, 0x3d, 0xdd, 0xe5, 0x15, 0x96, 0x2e, 0x7e, 0x65, 0xe6, 0x2b, 0x15, 0x95, 0x9f, 0xaf, 0xf4, 0x2f, 0xef, 0xe6, 0x1e, 0x58, 0xf9, 0xc9, 0xaa, 0x80, 0xf2, 0x8f, 0x3c, 0x82, 0xab, 0xdf, 0x1f, 0xbb, 0x3a, 0x7e, 0xd8, 0xd0, 0xe5, 0x91, 0x33, 0xfb, 0x2d, 0x0a, 0xff, 0x16, 0x5b, 0x32, 0x2d, 0x9d, 0x3a, 0x4e, 0x33, 0x8c, 0x60, 0xe4, 0x9d, 0xc7, 0x7e, 0xe6, 0xc3, 0x9c, 0x8f, 0x93, 0x80, 0xd4, 0x4b, 0x1a, 0x8b, 0xcf, 0xe2, 0x2b, 0xae, 0x19, 0x74, 0xbf, 0xcb, 0x9e, 0x25, 0x09, 0x00, 0xef, 0x15, 0x77, 0x56, 0x27, 0x01, 0x7e, 0x31, 0xae, 0x07, 0x61, 0x2b, 0xdb, 0x28, 0x5a, 0x74, 0xb5, 0x35, 0xd3, 0x69, 0x85, 0x4f, 0xf1, 0x68, 0xf0, 0xf8, 0x2a, 0x39, 0xb3, 0xd2, 0xb7, 0x7c, 0x08, 0xca, 0x99, 0x55, 0xbe, 0xe5, 0x03, 0x57, 0x80, 0x9c, 0x41, 0xef, 0xee, 0xea, 0x5f, 0xd6, 0xcb, 0xd5, 0xa7, 0xd4, 0x0a, 0xbd, 0xfb, 0x4a, 0x9f, 0x52, 0x33, 0x77, 0x59, 0xc5, 0x67, 0xee, 0xf2, 0xb2, 0xae, 0x1e, 0xf2, 0xca, 0x8f, 0x3d, 0x02, 0xcb, 0x3e, 0x74, 0xf5, 0x2f, 0x79, 0x7f, 0x95, 0x5f, 0xf9, 0x3b, 0xab, 0x02, 0x4a, 0xdf, 0xf2, 0x08, 0xa8, 0x7c, 0xdd, 0x43, 0x5e, 0xfa, 0xea, 0xf4, 0x8d, 0x89, 0x9f, 0x0e, 0x77, 0x89, 0x19, 0x3a, 0x68, 0x61, 0x44, 0x7f, 0x6c, 0x0a, 0xe9, 0x48, 0xdd, 0x60, 0xd4, 0xe9, 0xd8, 0x04, 0x8e, 0x64, 0x93, 0x0f, 0x03, 0x16, 0x86, 0x90, 0x63, 0xa7, 0xea, 0x38, 0xf0, 0x5f, 0xa3, 0xe0, 0x0f, 0xe3, 0x72, 0xfd, 0xf7, 0xb3, 0xe7, 0xb7, 0x31, 0x04, 0xa0, 0x5b, 0xcd, 0x16, 0x6a, 0x11, 0xe0, 0x67, 0x63, 0x1b, 0x86, 0x17, 0x8a, 0x11, 0x60, 0xc1, 0xbe, 0xfc, 0xd1, 0x2e, 0xfe, 0x65, 0x5f, 0xa2, 0x9c, 0x71, 0x0d, 0x28, 0x1b, 0xa0, 0x94, 0x33, 0xc5, 0x7d, 0xd0, 0xbb, 0xbb, 0xf9, 0x97, 0xf4, 0x70, 0x07, 0xef, 0xee, 0xee, 0x5f, 0xd2, 0x1d, 0xbd, 0xfb, 0xca, 0x80, 0xd2, 0x4f, 0xd1, 0xbb, 0xaf, 0x92, 0x95, 0x7e, 0xb0, 0xca, 0xb7, 0xf8, 0x3d, 0x0f, 0x45, 0xd9, 0xdb, 0x1e, 0xbe, 0xc5, 0x6f, 0x6e, 0x08, 0x2a, 0x7f, 0x0d, 0x7e, 0xf7, 0x15, 0x8f, 0xd0, 0xca, 0x97, 0x3c, 0x02, 0x4a, 0x5f, 0xf0, 0x08, 0x2c, 0xec, 0xb2, 0x59, 0x51, 0xf6, 0xac, 0xed, 0xae, 0xe4, 0x17, 0x87, 0xae, 0x8c, 0xfd, 0xb4, 0xff, 0x9c, 0xe0, 0x8f, 0x10, 0xfc, 0x46, 0xb9, 0x98, 0x6a, 0x93, 0x83, 0xde, 0xc0, 0xbe, 0xec, 0x32, 0x34, 0xb8, 0xdc, 0xfa, 0xfe, 0xb8, 0x6a, 0x12, 0x4a, 0x41, 0xcf, 0x81, 0x3f, 0xf7, 0x2a, 0xdd, 0x24, 0xe3, 0x7e, 0xf7, 0xfc, 0x1a, 0x4a, 0x00, 0x04, 0x3f, 0x2e, 0xf8, 0x1b, 0x7b, 0x46, 0x2b, 0x0b, 0xf4, 0x93, 0x51, 0x3d, 0x90, 0xee, 0x76, 0xb2, 0x51, 0x22, 0x5b, 0x12, 0xfd, 0x82, 0xc1, 0xaa, 0x9b, 0x4f, 0x71, 0x6f, 0xd7, 0x80, 0x4a, 0x2b, 0x17, 0xdf, 0x0a, 0xcb, 0x95, 0xb2, 0x2a, 0xb3, 0x95, 0xbe, 0x95, 0x9f, 0xbb, 0xcb, 0xab, 0xbb, 0xba, 0xfb, 0x71, 0x72, 0xc6, 0xbf, 0xfa, 0x7d, 0x0f, 0x59, 0xe5, 0xbb, 0xab, 0x02, 0x6a, 0xde, 0x72, 0x53, 0x54, 0xbd, 0xe1, 0x21, 0xaf, 0x7b, 0xd5, 0x23, 0xa8, 0xe6, 0x9f, 0x1b, 0x03, 0x2f, 0xbe, 0xb8, 0x29, 0xb4, 0xee, 0x79, 0x57, 0xff, 0xea, 0xe7, 0x3c, 0x8e, 0x5f, 0x7a, 0x06, 0xce, 0x3f, 0xb5, 0x2d, 0xe0, 0xf6, 0xdf, 0x16, 0x87, 0xe6, 0x3e, 0x01, 0x64, 0xf8, 0xab, 0xfd, 0xe1, 0xc2, 0x47, 0x71, 0xe9, 0x0c, 0x9c, 0x89, 0xa6, 0xfd, 0xb1, 0xb4, 0x89, 0xda, 0x48, 0xa6, 0xcf, 0x9b, 0x33, 0xd1, 0x65, 0x1b, 0xf0, 0x11, 0xdb, 0x7f, 0x81, 0x13, 0x5d, 0xdb, 0x23, 0xcb, 0x05, 0xe0, 0x57, 0x12, 0x00, 0x57, 0x82, 0x58, 0xf5, 0x00, 0x7a, 0x7e, 0x0d, 0x21, 0xc0, 0x49, 0x01, 0x01, 0x44, 0x24, 0xd0, 0x8f, 0xc6, 0x35, 0x02, 0xcc, 0xf1, 0x79, 0x4d, 0x64, 0xaf, 0xac, 0xab, 0x18, 0xac, 0x52, 0x39, 0xe3, 0xab, 0x94, 0x33, 0x20, 0x83, 0x3e, 0x5c, 0xa5, 0xa8, 0x7a, 0x0f, 0xe5, 0x8c, 0x47, 0x50, 0xf5, 0x9b, 0x28, 0x67, 0x36, 0x84, 0xd6, 0xbe, 0x02, 0xc4, 0x78, 0x79, 0x65, 0x60, 0xf9, 0x8b, 0x1e, 0x81, 0xb5, 0x5d, 0x3c, 0x8e, 0x55, 0xfe, 0xc3, 0x33, 0xf4, 0xc2, 0xd3, 0xcb, 0xbd, 0x6b, 0xfe, 0xee, 0x11, 0x73, 0xb3, 0xb3, 0x87, 0xef, 0xa5, 0xc7, 0x0f, 0x17, 0x92, 0x47, 0x43, 0x43, 0xc9, 0x23, 0xf0, 0xaf, 0x1e, 0xea, 0xd4, 0x81, 0x0f, 0x5c, 0x31, 0x19, 0x3e, 0xdb, 0xcb, 0x9a, 0x0b, 0x09, 0xcb, 0xc9, 0x5a, 0xd9, 0x59, 0xce, 0xe3, 0xab, 0x77, 0x9d, 0xf4, 0x4b, 0xbd, 0x48, 0x57, 0x7f, 0x78, 0x10, 0x3d, 0xbf, 0xfa, 0x0c, 0xdf, 0x8b, 0x07, 0x7f, 0x7c, 0xd1, 0x2d, 0xba, 0x01, 0x08, 0x83, 0x9f, 0x1f, 0x8c, 0x2f, 0x20, 0x63, 0xa6, 0xdf, 0xad, 0x1c, 0x15, 0x35, 0x28, 0x67, 0xd0, 0xbb, 0xa3, 0x9c, 0xd9, 0x00, 0xde, 0xdd, 0x0d, 0xe4, 0x0c, 0x7a, 0x77, 0x5e, 0xce, 0x6c, 0x02, 0xef, 0xee, 0x02, 0x72, 0x06, 0xbd, 0x3b, 0x9c, 0x7b, 0x72, 0x47, 0xe8, 0xb5, 0x27, 0xf6, 0x9c, 0xac, 0x7b, 0x0c, 0xbd, 0xbb, 0x87, 0x07, 0x79, 0xb8, 0x93, 0xe9, 0x50, 0x1d, 0xb8, 0x4a, 0x82, 0xd8, 0x44, 0xd7, 0xd2, 0xc3, 0xb9, 0xaa, 0xa5, 0xc6, 0x79, 0xef, 0x8f, 0xb9, 0x7e, 0x5c, 0x09, 0xee, 0x7e, 0x2f, 0x78, 0xd5, 0x18, 0x02, 0xf0, 0xe0, 0x97, 0x20, 0xc0, 0x3d, 0x23, 0x24, 0x80, 0xe6, 0xda, 0xa0, 0x56, 0x0e, 0x8a, 0x32, 0x0c, 0x56, 0x3d, 0x82, 0x8a, 0x40, 0xce, 0x94, 0xbf, 0xe8, 0xea, 0x53, 0xf4, 0x3c, 0x80, 0xfc, 0x1f, 0xa0, 0xeb, 0x9f, 0xd9, 0x12, 0x55, 0xf3, 0xf7, 0x6d, 0x01, 0xa5, 0x7f, 0xf3, 0x48, 0xbb, 0xf4, 0x38, 0xca, 0x19, 0x0f, 0x8f, 0xb4, 0xbf, 0x10, 0x42, 0x1e, 0x32, 0xc1, 0xbc, 0x71, 0x13, 0x5d, 0x36, 0x5e, 0x69, 0x34, 0xc8, 0x65, 0xbd, 0x7f, 0x38, 0x25, 0x84, 0x7a, 0xfd, 0xfd, 0x70, 0xd5, 0xe6, 0xdc, 0x57, 0x35, 0xbe, 0xd7, 0x30, 0x6e, 0x99, 0x42, 0xe1, 0x8a, 0x6d, 0x6a, 0xbb, 0xa6, 0x5a, 0xc3, 0x07, 0x6b, 0xf7, 0x85, 0xfd, 0xbc, 0x51, 0x82, 0xc6, 0x16, 0x61, 0x81, 0x9b, 0x70, 0xa6, 0x57, 0x98, 0xf1, 0x11, 0x7a, 0x7e, 0xb4, 0x04, 0x31, 0x02, 0xd8, 0xca, 0xef, 0x1a, 0x5f, 0x56, 0x42, 0xb0, 0x36, 0x10, 0xed, 0xe8, 0xb1, 0x95, 0xe5, 0xa1, 0x17, 0x57, 0x9a, 0xc7, 0xc3, 0x08, 0x70, 0x25, 0xc8, 0x4d, 0x40, 0x6f, 0xec, 0x44, 0x97, 0x85, 0x9d, 0xc2, 0x5f, 0x2b, 0xc5, 0xbc, 0x3e, 0x81, 0xb6, 0x33, 0xaa, 0xbc, 0xbf, 0x6a, 0xd7, 0x79, 0x4d, 0xf0, 0x47, 0x70, 0x3b, 0xd2, 0x47, 0x48, 0x01, 0x3f, 0x4f, 0x09, 0x76, 0x4a, 0x00, 0x29, 0xf0, 0x17, 0x5c, 0xd7, 0x20, 0x40, 0xf3, 0xc1, 0x7f, 0x53, 0x05, 0xfe, 0x84, 0x62, 0xb1, 0x11, 0x40, 0xd6, 0x60, 0x84, 0x5e, 0x4a, 0x66, 0xcb, 0xb0, 0x38, 0xc3, 0x04, 0xde, 0x16, 0x19, 0x59, 0xb7, 0xb0, 0xe0, 0x1f, 0xe5, 0x16, 0x4d, 0x27, 0xba, 0x58, 0xf0, 0x87, 0xf3, 0xde, 0x3f, 0xef, 0x9a, 0x86, 0x45, 0xe8, 0xf4, 0xfa, 0xd7, 0x55, 0xde, 0x9f, 0x05, 0xbf, 0xd0, 0xe3, 0xb3, 0xe0, 0x3f, 0x61, 0x00, 0xf8, 0x85, 0x04, 0x90, 0x02, 0xbf, 0x18, 0x01, 0x8c, 0xb2, 0xc5, 0x95, 0x36, 0x61, 0xdb, 0xca, 0x9c, 0xcd, 0xed, 0xe5, 0x53, 0x30, 0x4d, 0x87, 0x9d, 0x62, 0x26, 0xf8, 0x36, 0xf3, 0x33, 0x65, 0xb6, 0x9c, 0xe5, 0xba, 0xeb, 0x88, 0x7f, 0xda, 0x05, 0xb5, 0x97, 0x67, 0x09, 0xc0, 0x00, 0x3f, 0x42, 0x8a, 0x00, 0xf9, 0x6a, 0xef, 0xdf, 0x5c, 0xf0, 0x47, 0x1b, 0x00, 0x7e, 0xa1, 0xf4, 0x11, 0x82, 0x1f, 0x37, 0x51, 0x39, 0xa9, 0x1d, 0x03, 0xdc, 0x36, 0x3d, 0xfd, 0x0e, 0xef, 0xf9, 0x65, 0x63, 0x75, 0xed, 0x23, 0x66, 0xec, 0x86, 0x5b, 0xd8, 0xe2, 0x82, 0xb8, 0x68, 0xec, 0xba, 0xa0, 0xb8, 0x6d, 0x94, 0x09, 0x01, 0x1d, 0xf8, 0x30, 0xb3, 0x95, 0xf5, 0xc3, 0x82, 0xb0, 0xf6, 0x0a, 0x7e, 0x7d, 0x06, 0x23, 0xdf, 0x75, 0x13, 0x0a, 0x3a, 0xe8, 0x61, 0xe5, 0x20, 0xff, 0xd8, 0xd0, 0x9d, 0xe7, 0xdb, 0xb1, 0x5d, 0xeb, 0xd0, 0x59, 0x8f, 0xae, 0x4e, 0x8a, 0x67, 0x75, 0x19, 0xee, 0x1e, 0x82, 0xe5, 0x0f, 0xba, 0x0c, 0x37, 0xc3, 0x36, 0xb3, 0x55, 0x98, 0xeb, 0x32, 0xec, 0x9d, 0xb5, 0xb4, 0x53, 0x7c, 0xa9, 0xcb, 0xe0, 0x61, 0x0c, 0xc7, 0x65, 0x17, 0x75, 0x19, 0x6e, 0x72, 0x87, 0x1b, 0x73, 0x34, 0x77, 0x41, 0x57, 0x6e, 0x85, 0x8d, 0x2b, 0x1d, 0x1c, 0xfc, 0x38, 0xb9, 0x77, 0xd5, 0x18, 0xb3, 0x15, 0x7b, 0x70, 0x02, 0x03, 0xbd, 0x97, 0x2e, 0x6b, 0xbf, 0x0f, 0x4d, 0xb1, 0xd1, 0x34, 0x7e, 0xe9, 0x3f, 0x70, 0x7f, 0x03, 0x7d, 0x0e, 0xce, 0xa8, 0xf6, 0x06, 0x10, 0x64, 0x2c, 0x42, 0x3a, 0xae, 0xd7, 0x52, 0x84, 0x1b, 0xcd, 0x3a, 0x36, 0xa6, 0xc3, 0x44, 0x80, 0x16, 0x35, 0x5b, 0xc5, 0x19, 0x5c, 0x19, 0xc3, 0x84, 0x80, 0x0e, 0x7e, 0x80, 0xbc, 0x09, 0x6d, 0x21, 0xfd, 0xa7, 0x4a, 0x8f, 0x49, 0xda, 0x9c, 0x20, 0xd2, 0x77, 0x7e, 0xa8, 0x4e, 0x1b, 0xb0, 0x28, 0x9c, 0x0c, 0x75, 0x8e, 0xd4, 0x6d, 0xcb, 0x8f, 0x93, 0xe1, 0x2e, 0x51, 0xd4, 0x46, 0xb9, 0xc5, 0x90, 0x31, 0xab, 0xe3, 0xa8, 0x8d, 0xf3, 0x38, 0x49, 0x6d, 0xfc, 0xda, 0x78, 0x32, 0x69, 0x7d, 0x02, 0x99, 0xbc, 0x21, 0x09, 0xde, 0x2f, 0x4c, 0x34, 0x58, 0xc3, 0x02, 0x35, 0xd3, 0xd3, 0x37, 0x1d, 0x5a, 0x04, 0x70, 0xf5, 0x3d, 0x43, 0x22, 0xf2, 0xae, 0xaa, 0xea, 0x52, 0xf8, 0xe6, 0x0c, 0xbe, 0xde, 0x84, 0x9f, 0x84, 0xe1, 0x27, 0x56, 0x94, 0x4b, 0xe5, 0x29, 0x5f, 0xa3, 0x04, 0x13, 0x2c, 0xd1, 0x82, 0x09, 0x16, 0x9c, 0x48, 0xe1, 0x27, 0x51, 0xe2, 0x8b, 0x95, 0x13, 0x2a, 0x89, 0xc5, 0x02, 0x2b, 0xb9, 0x45, 0x92, 0x8a, 0x39, 0xc3, 0xaf, 0x4b, 0x6e, 0x93, 0x53, 0x68, 0xa5, 0x4a, 0x4b, 0x16, 0xbc, 0xe2, 0xc6, 0x7d, 0x29, 0x65, 0xf5, 0x24, 0xa5, 0xb4, 0x9e, 0xa4, 0x96, 0x29, 0x4d, 0x79, 0x4e, 0x69, 0xfc, 0xef, 0xa2, 0x79, 0x1d, 0xaf, 0x24, 0x3d, 0x1d, 0xb5, 0x76, 0xa2, 0xff, 0x19, 0x82, 0xdf, 0xcf, 0x4d, 0x4f, 0xbe, 0x05, 0xe2, 0x47, 0x5b, 0x85, 0x0d, 0x76, 0x15, 0x02, 0x86, 0x12, 0xe0, 0x73, 0xad, 0xc0, 0x34, 0xb0, 0x31, 0x06, 0xc1, 0x61, 0x42, 0x80, 0x6c, 0x8f, 0x28, 0x27, 0x79, 0xb5, 0x77, 0xa9, 0xe5, 0x9f, 0xe3, 0x0c, 0xbe, 0x2e, 0x38, 0x77, 0x8f, 0x7e, 0x8d, 0xaf, 0xfc, 0xd7, 0xc2, 0x9f, 0xe7, 0x09, 0x2c, 0x17, 0xad, 0x46, 0x6d, 0x39, 0x35, 0x77, 0x48, 0x4e, 0xf5, 0x1d, 0x92, 0xcd, 0x58, 0x56, 0x95, 0xda, 0x32, 0xab, 0x1a, 0x94, 0x26, 0xd8, 0x9c, 0x5b, 0xb9, 0x43, 0xbd, 0xd0, 0xea, 0xe9, 0x26, 0x7e, 0xa9, 0xe5, 0x42, 0xf0, 0x6b, 0x12, 0x80, 0x07, 0xff, 0xb1, 0xa4, 0xf3, 0xa4, 0xdf, 0x02, 0xad, 0xed, 0x5d, 0xff, 0x80, 0x87, 0x36, 0xda, 0x04, 0xdd, 0x16, 0xc3, 0x4e, 0x81, 0x66, 0x29, 0x84, 0x6c, 0xa1, 0x11, 0xde, 0x84, 0x22, 0x5c, 0x78, 0x13, 0x7b, 0xa3, 0xab, 0xc8, 0x99, 0xf3, 0xf7, 0xa8, 0x9d, 0xae, 0xd3, 0x34, 0x1e, 0xfc, 0x1a, 0x04, 0x68, 0x61, 0xf0, 0x67, 0x1a, 0x02, 0xfe, 0x72, 0x71, 0xf0, 0xf3, 0xde, 0x1f, 0x37, 0x92, 0xf8, 0x6a, 0x45, 0x14, 0xd1, 0x6e, 0xf6, 0x51, 0x2c, 0x6b, 0xaf, 0x60, 0xcc, 0xbd, 0x76, 0xed, 0x89, 0x98, 0xc2, 0x9b, 0x9d, 0x43, 0x2b, 0xc9, 0x5f, 0x3d, 0xc8, 0xfd, 0x29, 0x49, 0x67, 0xcb, 0xbc, 0x71, 0x34, 0x68, 0x37, 0x04, 0x30, 0x14, 0xfc, 0xf9, 0x06, 0x80, 0x3f, 0xc7, 0x10, 0xf0, 0x73, 0x04, 0x48, 0x17, 0x82, 0xbc, 0x9c, 0x07, 0xb9, 0x12, 0xe8, 0xc9, 0x02, 0x0f, 0x7f, 0xaa, 0xf4, 0xb6, 0x28, 0xf8, 0xb1, 0xf6, 0x65, 0xec, 0xba, 0x04, 0xb1, 0x74, 0xa7, 0x4f, 0x7b, 0xf6, 0xc6, 0x70, 0xeb, 0x7f, 0x2b, 0xac, 0xfd, 0xa9, 0x4b, 0xe1, 0x85, 0xef, 0x9f, 0x2e, 0x04, 0x22, 0x14, 0x16, 0x16, 0xb6, 0xfa, 0x3a, 0xfd, 0xe6, 0x76, 0xf2, 0x4a, 0xa6, 0x18, 0x2e, 0xcf, 0xf8, 0x08, 0x60, 0x2f, 0x8f, 0x10, 0xde, 0xc4, 0xbe, 0x98, 0x2a, 0x0d, 0xe0, 0x9f, 0x04, 0xfd, 0x8e, 0x2b, 0x92, 0xf9, 0xa4, 0xa8, 0x0d, 0xb7, 0xe5, 0xc1, 0xb6, 0x3d, 0x43, 0xed, 0x50, 0xe2, 0xf9, 0x66, 0xdb, 0x41, 0xb4, 0x04, 0xb5, 0x05, 0xa4, 0x5f, 0xd6, 0x02, 0x3f, 0x16, 0x70, 0xd9, 0xec, 0xcc, 0x10, 0xc9, 0xf8, 0xc8, 0x33, 0xda, 0xf3, 0x46, 0xdc, 0x78, 0xd4, 0xd5, 0x91, 0xc7, 0xc0, 0x01, 0xbd, 0x92, 0x53, 0x7a, 0xfb, 0x85, 0xac, 0xb2, 0x2b, 0xcf, 0x22, 0x21, 0x2a, 0x61, 0x34, 0x68, 0xcd, 0x7e, 0x0d, 0xf8, 0x6c, 0xeb, 0xb4, 0x9b, 0xe2, 0x8d, 0xac, 0x6c, 0x9e, 0x25, 0xc0, 0x7e, 0x86, 0x00, 0x18, 0xcc, 0xb6, 0x04, 0x80, 0x5b, 0x12, 0xfc, 0x48, 0x40, 0x0c, 0x96, 0x85, 0xe0, 0xc7, 0x40, 0xda, 0xc5, 0xe7, 0x8c, 0xd6, 0x7a, 0xf5, 0x30, 0xc2, 0xd5, 0x62, 0x0f, 0x72, 0x7b, 0xd7, 0xe3, 0x08, 0xf4, 0x8c, 0x9a, 0xdb, 0x6f, 0x65, 0x94, 0xdf, 0x78, 0x2d, 0xad, 0xb2, 0xe1, 0xa5, 0xdc, 0xca, 0xff, 0xfb, 0x47, 0x76, 0xcd, 0x9d, 0xbf, 0xa7, 0x5d, 0xba, 0xf4, 0x38, 0xd7, 0x96, 0xda, 0x1a, 0x09, 0x94, 0x7a, 0xad, 0x62, 0x39, 0xdb, 0x80, 0xb7, 0x4c, 0x04, 0x68, 0x45, 0x02, 0xe0, 0xe2, 0xb0, 0x98, 0x55, 0xe2, 0xc1, 0xcf, 0x13, 0xc0, 0x33, 0xbc, 0x5c, 0x6b, 0xcb, 0x4e, 0x9c, 0xe1, 0xc6, 0xd2, 0x8a, 0x8e, 0x12, 0x94, 0xa6, 0x15, 0xff, 0xf0, 0x26, 0x80, 0xff, 0xdd, 0xec, 0x0b, 0xdf, 0xbf, 0x9e, 0x59, 0x75, 0xe7, 0xe5, 0xb4, 0xda, 0x9b, 0x5d, 0x4e, 0x15, 0x7e, 0xff, 0x34, 0xc6, 0x06, 0x69, 0x84, 0xb4, 0xe8, 0xce, 0x2d, 0x5c, 0xb7, 0x9b, 0x56, 0xd5, 0xab, 0x99, 0x9d, 0xfc, 0x1b, 0xa3, 0xfa, 0xd0, 0x40, 0xc7, 0x45, 0x0a, 0x6f, 0xe0, 0x40, 0x6c, 0x95, 0x86, 0xee, 0xc7, 0xd4, 0x66, 0x5b, 0x01, 0x3f, 0x7e, 0x8f, 0xa9, 0x55, 0x56, 0xfa, 0x1c, 0x8a, 0x3f, 0x47, 0xfa, 0xcc, 0x0b, 0xd1, 0x5a, 0xa8, 0xd5, 0xc2, 0x56, 0x36, 0xb0, 0x23, 0x00, 0x1f, 0x7b, 0xb1, 0xb1, 0x27, 0xfb, 0x64, 0xce, 0xd5, 0x77, 0x52, 0x2b, 0xea, 0x3f, 0x03, 0xcf, 0xff, 0x41, 0x5e, 0xf5, 0x0f, 0x6f, 0xf2, 0x92, 0xa8, 0xf8, 0xd2, 0x0f, 0xcf, 0x94, 0xde, 0xbe, 0xdd, 0xa2, 0x92, 0xc8, 0x72, 0x76, 0xd0, 0x6b, 0xa2, 0x15, 0xa1, 0xf6, 0x0a, 0x27, 0x63, 0x0b, 0x82, 0x8f, 0x6b, 0x8c, 0x00, 0x71, 0x55, 0x1a, 0x41, 0xef, 0x83, 0x24, 0x00, 0x2b, 0x7d, 0x70, 0xfe, 0x81, 0x05, 0xbf, 0x22, 0xf3, 0x32, 0x19, 0xbc, 0x34, 0x52, 0x24, 0xe8, 0x95, 0x39, 0x74, 0x14, 0xcf, 0x8f, 0x2b, 0x70, 0xe0, 0x9a, 0x4b, 0xc1, 0x59, 0xd7, 0xdf, 0x8f, 0x3b, 0x7d, 0xb5, 0x7f, 0x6a, 0xd9, 0x8f, 0xe6, 0x48, 0x82, 0xac, 0xb2, 0xfa, 0xb7, 0x51, 0x12, 0xe5, 0x5f, 0xfc, 0xe5, 0x45, 0x4d, 0x49, 0x14, 0xfa, 0x48, 0xf3, 0x47, 0x00, 0xba, 0x99, 0x87, 0x76, 0xa6, 0xcd, 0x56, 0xb1, 0xce, 0xa8, 0x09, 0x80, 0x9b, 0x32, 0x0b, 0x33, 0x3e, 0xd8, 0x41, 0xd4, 0x16, 0x08, 0x10, 0x9c, 0x75, 0x55, 0x03, 0xfc, 0x68, 0x91, 0x05, 0xd7, 0xc8, 0xc8, 0x55, 0xb1, 0x62, 0xb3, 0xd2, 0x5b, 0x3b, 0x52, 0x3e, 0x1e, 0xbd, 0xbf, 0x47, 0xd0, 0xd5, 0x7f, 0x1e, 0x48, 0xbd, 0xf1, 0x41, 0x64, 0xee, 0xed, 0x6f, 0x22, 0x0b, 0xae, 0x0f, 0xca, 0xac, 0xa9, 0xef, 0x96, 0x51, 0x7e, 0xf3, 0xa3, 0x9c, 0xba, 0x1f, 0xdf, 0xc9, 0xae, 0x14, 0x4a, 0xa2, 0x0b, 0x4f, 0xe7, 0x5e, 0x23, 0x4f, 0x34, 0x57, 0x12, 0x59, 0x38, 0x2a, 0x26, 0x89, 0x57, 0x05, 0xc8, 0x8e, 0x19, 0xdb, 0x64, 0xc6, 0x09, 0xe1, 0x0d, 0x1c, 0x14, 0x10, 0x00, 0x53, 0x9d, 0xd8, 0x4e, 0xf7, 0xa0, 0xc1, 0x1f, 0x90, 0x76, 0x59, 0x35, 0x0b, 0xcc, 0x83, 0x3f, 0xae, 0xf0, 0x26, 0x99, 0xbe, 0x35, 0x45, 0xec, 0x01, 0xc4, 0x61, 0xe5, 0x62, 0x47, 0x22, 0x00, 0x5d, 0x8e, 0x46, 0x76, 0xfe, 0xdd, 0x4d, 0x27, 0xea, 0x3e, 0x0e, 0xcc, 0xbd, 0x31, 0x39, 0x38, 0xfb, 0xda, 0x77, 0xe9, 0x15, 0x77, 0x2d, 0xb3, 0x6a, 0x7f, 0xf8, 0x2c, 0xb3, 0xee, 0xde, 0xc7, 0x19, 0x55, 0x0d, 0xef, 0xa5, 0x55, 0xdf, 0x7a, 0x33, 0xa5, 0xe4, 0xee, 0x2b, 0x99, 0x75, 0x3f, 0x3f, 0x4f, 0x25, 0x51, 0x29, 0x4a, 0xa2, 0xca, 0x26, 0x4b, 0xa2, 0x9e, 0x8e, 0xc1, 0x5b, 0x24, 0xca, 0x62, 0x4e, 0x1a, 0x35, 0x01, 0x0e, 0x9d, 0xac, 0xd1, 0xc8, 0xf5, 0x3f, 0x08, 0x02, 0x08, 0xc1, 0xaf, 0xcc, 0xf8, 0x68, 0x82, 0x1f, 0x4b, 0x2a, 0x16, 0x1f, 0xce, 0x13, 0x93, 0x3d, 0x45, 0xcd, 0xad, 0xed, 0x37, 0xd2, 0x14, 0xd0, 0x43, 0xee, 0xf2, 0x0b, 0x5d, 0x3d, 0x02, 0x6b, 0xba, 0xc9, 0x33, 0xaf, 0xd9, 0xf9, 0x67, 0x5c, 0xb5, 0xce, 0xaf, 0xfd, 0xbe, 0x2f, 0xc4, 0x00, 0x3d, 0x72, 0x2b, 0x1b, 0xba, 0xe7, 0x54, 0xdd, 0xfe, 0x94, 0x97, 0x44, 0xf9, 0x75, 0xf7, 0x5e, 0xcd, 0x2f, 0xaf, 0x57, 0x4b, 0xa2, 0xb4, 0x4b, 0x8f, 0x93, 0x26, 0x4c, 0x9c, 0x59, 0x39, 0x04, 0x26, 0x49, 0x74, 0x85, 0x95, 0x18, 0x3d, 0x01, 0x84, 0x65, 0x0e, 0xc7, 0xef, 0x33, 0x01, 0xd8, 0x8c, 0x0f, 0xd6, 0x0d, 0xb1, 0x19, 0x9f, 0x75, 0x41, 0x25, 0x74, 0x59, 0x41, 0xe6, 0xc3, 0xbf, 0xd1, 0x91, 0xd6, 0x19, 0x65, 0x0f, 0x17, 0xff, 0xca, 0xee, 0xb8, 0x94, 0xa5, 0x77, 0xf2, 0xe5, 0xb9, 0x7e, 0xa9, 0x57, 0x16, 0x40, 0x30, 0x3c, 0x2c, 0xbb, 0xb6, 0xa1, 0x5f, 0x76, 0xd5, 0xbd, 0x9e, 0x59, 0xd5, 0x77, 0xcc, 0x33, 0xcb, 0xeb, 0xbb, 0x01, 0x21, 0x3e, 0xcc, 0xa9, 0xab, 0xd7, 0x90, 0x44, 0x40, 0x88, 0xa7, 0x70, 0x16, 0x39, 0x2d, 0xcd, 0x70, 0x49, 0x84, 0x4b, 0xe6, 0x58, 0xda, 0x07, 0xde, 0x10, 0x8d, 0x01, 0x8c, 0x6d, 0x65, 0x08, 0xb8, 0xe8, 0x28, 0xe1, 0x0d, 0x1c, 0x16, 0x12, 0xa0, 0xf6, 0x2e, 0x5d, 0x59, 0xe0, 0x41, 0x10, 0x00, 0xbf, 0x8e, 0x3d, 0xa3, 0x99, 0xee, 0x44, 0xdb, 0x1b, 0x5b, 0x43, 0x7a, 0x3a, 0x69, 0x15, 0xb8, 0xfd, 0x0b, 0x57, 0x9a, 0xee, 0xd4, 0x81, 0x8f, 0xe5, 0x01, 0xe5, 0x16, 0xcb, 0x7c, 0xab, 0x07, 0x1e, 0x88, 0xbb, 0xb0, 0xe4, 0x68, 0xf2, 0xe5, 0x95, 0xf1, 0x25, 0xf5, 0xdf, 0x65, 0x55, 0xdd, 0xfd, 0x32, 0xb3, 0xfa, 0xce, 0x80, 0x8c, 0xea, 0xfa, 0xde, 0xe0, 0xed, 0x2d, 0xa8, 0x24, 0xaa, 0x54, 0x4b, 0x22, 0x38, 0xf7, 0x4f, 0x94, 0x44, 0x69, 0x20, 0x89, 0x12, 0x41, 0x12, 0x85, 0x82, 0x24, 0x32, 0xe4, 0x7f, 0x8d, 0xf0, 0x88, 0x7b, 0x5f, 0x47, 0x65, 0xf0, 0xbf, 0xdb, 0x07, 0x01, 0xb8, 0xf2, 0x86, 0xc8, 0xfb, 0x48, 0x00, 0xa1, 0xf7, 0x67, 0x33, 0x3e, 0x68, 0x01, 0xe9, 0x97, 0xc8, 0x80, 0x85, 0xe1, 0xda, 0x05, 0x6e, 0x76, 0xb2, 0xb1, 0x9d, 0x3a, 0xf8, 0xb1, 0xd0, 0xa7, 0xd2, 0x6a, 0x89, 0x6f, 0xd5, 0x88, 0x7d, 0x31, 0x17, 0x5c, 0x0f, 0xc5, 0x5f, 0xda, 0x14, 0x7d, 0xe6, 0xe6, 0xf4, 0x9c, 0xaa, 0x3b, 0x5f, 0xe7, 0x54, 0xd7, 0x0f, 0xcd, 0xab, 0xbe, 0x33, 0x30, 0xaf, 0xe6, 0xfb, 0x3e, 0x42, 0x49, 0x54, 0x50, 0x7d, 0xe7, 0xfd, 0x82, 0x9a, 0x1f, 0xdf, 0x52, 0x4b, 0xa2, 0x6b, 0x54, 0x12, 0xe1, 0x8c, 0xb2, 0x3e, 0x49, 0x34, 0x70, 0x61, 0xc4, 0x52, 0x1d, 0x04, 0xf8, 0xc3, 0xb8, 0x08, 0x60, 0x2b, 0x8b, 0x16, 0xde, 0xc0, 0x11, 0x24, 0x80, 0xa0, 0xbe, 0x07, 0xcb, 0xa0, 0xef, 0x7b, 0xc6, 0x27, 0xfb, 0xaa, 0xba, 0xfe, 0x87, 0x03, 0x3f, 0x96, 0x68, 0x7f, 0xb5, 0x22, 0x5a, 0x24, 0xef, 0x2c, 0x77, 0xe9, 0x64, 0x3a, 0x3a, 0x2d, 0x38, 0x52, 0xde, 0x7b, 0xa1, 0x77, 0xc5, 0xd8, 0x6d, 0x51, 0x75, 0x1e, 0xfb, 0x4f, 0x5e, 0xda, 0x15, 0x59, 0x70, 0xd3, 0x31, 0xbb, 0x1a, 0x46, 0x81, 0xea, 0x3b, 0x23, 0x73, 0xab, 0xef, 0x0d, 0xcb, 0xa9, 0xb9, 0x3b, 0x28, 0xbb, 0x12, 0x25, 0xd1, 0x6d, 0x2a, 0x89, 0x72, 0xab, 0xbf, 0xef, 0x4a, 0x25, 0x51, 0x39, 0x4a, 0xa2, 0x9b, 0x54, 0x12, 0x15, 0x54, 0xff, 0xf4, 0x9c, 0x5a, 0x12, 0xa5, 0x49, 0x49, 0xa2, 0x87, 0xfa, 0xcc, 0x0b, 0x4d, 0xd4, 0xd5, 0x1b, 0x62, 0x54, 0x49, 0x08, 0x7d, 0x04, 0x88, 0xb8, 0xcf, 0x04, 0xc0, 0x8c, 0x0f, 0x0b, 0x7e, 0x5c, 0x81, 0x6c, 0xe2, 0xfa, 0x24, 0x91, 0x9c, 0xb3, 0xdc, 0xcf, 0x04, 0x7d, 0xe5, 0x31, 0xff, 0x40, 0xd1, 0x80, 0xb9, 0x47, 0xca, 0xa7, 0x6f, 0x39, 0x51, 0xe7, 0xb9, 0x3b, 0xe6, 0xfc, 0xd1, 0xc8, 0xbc, 0xeb, 0x8b, 0x01, 0xe8, 0x93, 0x73, 0xaa, 0xef, 0x8d, 0x05, 0xcf, 0x3e, 0x0a, 0xe2, 0x81, 0xe1, 0x59, 0x55, 0xf5, 0x54, 0x12, 0xc1, 0xb9, 0x5e, 0x4a, 0x49, 0x54, 0xaf, 0x92, 0x44, 0x39, 0x55, 0x3f, 0xbc, 0xa1, 0x94, 0x44, 0xb7, 0x9e, 0x4f, 0x2b, 0x56, 0x4a, 0xa2, 0x42, 0x42, 0xb4, 0x0a, 0xea, 0x1c, 0x0f, 0x96, 0xbe, 0xd0, 0xc3, 0x3e, 0xf0, 0x47, 0x9d, 0x9b, 0xac, 0x2f, 0x0e, 0x7d, 0xc2, 0x68, 0x3e, 0x38, 0x88, 0xda, 0x63, 0x34, 0x08, 0x10, 0x5f, 0xa3, 0x51, 0xdd, 0x89, 0x0d, 0x30, 0xf7, 0x0b, 0xfc, 0x62, 0x19, 0x1f, 0x6c, 0x98, 0x71, 0xdc, 0x9b, 0xdd, 0x21, 0x0b, 0xdc, 0x1a, 0x73, 0x38, 0x1e, 0x2c, 0x19, 0xe6, 0x78, 0xb0, 0xcc, 0x61, 0x63, 0x78, 0xed, 0x3e, 0xaf, 0xe8, 0x0b, 0x8a, 0xf0, 0xfc, 0x9b, 0x2e, 0xd9, 0xd5, 0x77, 0x67, 0x66, 0x57, 0xdf, 0x99, 0x92, 0x55, 0xd3, 0x30, 0x3e, 0xb3, 0xea, 0xee, 0xb7, 0xe0, 0xe5, 0xbf, 0xce, 0x3e, 0x77, 0x6f, 0x08, 0x10, 0x63, 0x60, 0x66, 0x4d, 0x7d, 0x9f, 0xcc, 0xca, 0xbb, 0x3d, 0x32, 0x40, 0x12, 0x65, 0xd7, 0xdd, 0xfb, 0x04, 0xce, 0xbd, 0x8f, 0xb5, 0x44, 0x69, 0x20, 0x89, 0x92, 0x41, 0x12, 0x65, 0x5d, 0xf9, 0xf1, 0xd9, 0xb4, 0xca, 0x86, 0x27, 0x4f, 0x82, 0x24, 0x12, 0x96, 0x57, 0x7f, 0xed, 0x16, 0x3f, 0x47, 0xa3, 0xf6, 0xc7, 0x31, 0x50, 0x2b, 0x21, 0x61, 0x54, 0xcd, 0xf1, 0x5a, 0x04, 0x48, 0xa8, 0x55, 0x97, 0x36, 0xdf, 0x07, 0x02, 0xf0, 0xe0, 0xa7, 0x19, 0x9f, 0xe2, 0x5b, 0xd4, 0xfb, 0xab, 0x33, 0x3e, 0xb7, 0x88, 0x9b, 0xff, 0x59, 0x91, 0x02, 0x37, 0xd9, 0xf9, 0x8e, 0xbb, 0xbb, 0xa4, 0xc4, 0x5c, 0xc0, 0x81, 0xe2, 0x6f, 0xed, 0x0f, 0x94, 0x2e, 0x5a, 0x17, 0x5c, 0xeb, 0xeb, 0x19, 0x51, 0x77, 0x3c, 0x32, 0xff, 0xd6, 0xea, 0xdc, 0xea, 0x3b, 0xf6, 0x39, 0x35, 0x0d, 0xb3, 0x73, 0x2a, 0xef, 0x4e, 0xcb, 0xae, 0x6a, 0x98, 0x08, 0xcf, 0x73, 0x0c, 0x9c, 0xfb, 0x86, 0x95, 0x44, 0x79, 0x55, 0x77, 0xcc, 0x58, 0x49, 0x74, 0xfa, 0x52, 0xc3, 0x4b, 0x2a, 0x49, 0x94, 0xab, 0x94, 0x44, 0x1e, 0x60, 0xfd, 0x16, 0x86, 0x67, 0x0b, 0x9f, 0xc5, 0xc0, 0x65, 0x27, 0x88, 0x95, 0x53, 0x20, 0x43, 0x00, 0x23, 0x7a, 0x36, 0xec, 0x4e, 0x91, 0x47, 0x13, 0x6b, 0x35, 0x6a, 0xfb, 0x71, 0xdd, 0xca, 0x56, 0x05, 0x7f, 0xa2, 0xb0, 0xc6, 0xa7, 0x5e, 0x23, 0xe3, 0xb3, 0xe3, 0x44, 0x25, 0xb1, 0x72, 0xd0, 0x2a, 0x70, 0xfb, 0xb3, 0xa3, 0x67, 0x7c, 0xc4, 0x0e, 0x9b, 0x7d, 0xa5, 0x33, 0xad, 0xf7, 0x15, 0xaf, 0xf4, 0x08, 0xa9, 0x09, 0xdb, 0x10, 0x7a, 0x2e, 0xe1, 0x44, 0xfe, 0x8d, 0xb5, 0x39, 0xd5, 0x77, 0xe7, 0x83, 0xac, 0x71, 0x04, 0xf0, 0xdb, 0x80, 0xfc, 0x99, 0x01, 0x41, 0xf1, 0x24, 0x95, 0x24, 0xaa, 0x54, 0x4a, 0xa2, 0x9c, 0x73, 0x0d, 0xfd, 0x55, 0x92, 0xa8, 0x02, 0x25, 0xd1, 0xad, 0x8f, 0x73, 0xcf, 0xff, 0xdf, 0xbb, 0x9a, 0x92, 0xe8, 0xd2, 0x33, 0x85, 0x37, 0x49, 0xe7, 0x59, 0xdb, 0xf2, 0x06, 0x82, 0x33, 0xfa, 0x8f, 0xf0, 0x79, 0x8c, 0x5c, 0x97, 0x42, 0x2c, 0x99, 0x67, 0x84, 0x9b, 0x7f, 0x1b, 0x35, 0x01, 0x84, 0x8d, 0x2d, 0x61, 0xad, 0x4d, 0x00, 0xf0, 0xfe, 0x81, 0x99, 0x57, 0xb4, 0x74, 0x3f, 0x4a, 0x1f, 0xdc, 0x44, 0xc2, 0xd2, 0x5e, 0xb4, 0x01, 0xbf, 0xc6, 0xc2, 0x26, 0xa8, 0xbb, 0x09, 0xf6, 0xea, 0x63, 0xc6, 0xee, 0x92, 0x25, 0x33, 0xf7, 0x94, 0xac, 0x5f, 0x1d, 0x54, 0x9d, 0xb4, 0x36, 0xa4, 0x26, 0x3d, 0xae, 0xf0, 0xf6, 0x7a, 0x90, 0x3f, 0xcb, 0xb2, 0xaa, 0x1a, 0x16, 0x02, 0xd0, 0xe7, 0x64, 0xd7, 0xde, 0xb3, 0xd5, 0x94, 0x44, 0xf5, 0xdf, 0x66, 0xd7, 0x7e, 0x3f, 0x22, 0xbb, 0x4a, 0x28, 0x89, 0x6e, 0xf5, 0xc8, 0x39, 0xf7, 0xc3, 0xe7, 0xd9, 0x95, 0x02, 0x49, 0x54, 0x7a, 0xfd, 0xd5, 0x9c, 0xf3, 0x3f, 0xbf, 0x10, 0x53, 0xfb, 0x53, 0x97, 0xa1, 0x2e, 0xb1, 0x1a, 0x85, 0x93, 0x3d, 0xe7, 0x84, 0x90, 0xf1, 0xdb, 0x73, 0xe9, 0x82, 0x08, 0x9a, 0x59, 0x20, 0x23, 0xea, 0x09, 0xc0, 0xd2, 0x01, 0xe1, 0x4d, 0x79, 0x27, 0x9e, 0xd3, 0xe8, 0xea, 0xc2, 0xa6, 0xf8, 0xfb, 0x51, 0xe8, 0x16, 0x92, 0x7d, 0x45, 0x63, 0xb2, 0xeb, 0x14, 0x47, 0x82, 0x5d, 0x27, 0xca, 0x49, 0xdf, 0xb9, 0xc1, 0x62, 0x25, 0x0f, 0xbf, 0x99, 0xdb, 0xcb, 0x97, 0x9a, 0xd6, 0xf5, 0x51, 0x4e, 0x4c, 0x4d, 0xdb, 0x75, 0x76, 0xeb, 0xb4, 0x9d, 0x45, 0x5e, 0xab, 0x02, 0xab, 0xf3, 0x57, 0x05, 0x56, 0xe5, 0xa7, 0x54, 0x34, 0xac, 0x07, 0xa0, 0xbb, 0x01, 0xd0, 0x97, 0x67, 0xd7, 0xdc, 0x5b, 0x94, 0x55, 0x75, 0x77, 0x2e, 0x80, 0xda, 0x1e, 0xce, 0xcd, 0xce, 0xac, 0xac, 0x9f, 0x06, 0xe7, 0x26, 0x64, 0x81, 0x24, 0x82, 0x73, 0xdf, 0x64, 0x56, 0xd7, 0x0f, 0xcb, 0xa8, 0x04, 0x49, 0x54, 0xfb, 0x7d, 0xdf, 0xbc, 0x73, 0x77, 0xad, 0x94, 0x92, 0xe8, 0x76, 0xd7, 0xdc, 0x32, 0xa5, 0x24, 0x3a, 0x7d, 0xfe, 0xde, 0x6b, 0xce, 0x3e, 0xe5, 0xdf, 0x58, 0x39, 0x06, 0xfd, 0xac, 0xb1, 0xe2, 0xb5, 0x6b, 0x1c, 0xf9, 0x6e, 0x6b, 0xb6, 0x71, 0x6f, 0x93, 0x84, 0xb5, 0x1b, 0x52, 0x04, 0xc0, 0x96, 0xc6, 0xd6, 0x20, 0x00, 0x0b, 0x7e, 0xa5, 0xd5, 0x11, 0x59, 0xfa, 0x25, 0xda, 0xe8, 0x82, 0xe0, 0x4f, 0x2a, 0x55, 0xae, 0x10, 0x81, 0x8d, 0x2e, 0x21, 0x59, 0x97, 0xc9, 0x78, 0x8f, 0x93, 0x12, 0xeb, 0xfb, 0xc8, 0x73, 0x41, 0x73, 0x7e, 0xd8, 0x91, 0x09, 0x30, 0x6b, 0x7f, 0xe5, 0x4b, 0x53, 0x76, 0x14, 0x1d, 0x9c, 0xb5, 0xbb, 0xc8, 0xcf, 0x25, 0xa0, 0xaa, 0x6c, 0x35, 0x90, 0x20, 0xbb, 0xba, 0x61, 0x73, 0x76, 0xd5, 0x9d, 0x75, 0x60, 0xee, 0xa0, 0xf7, 0x57, 0xe4, 0x54, 0xdf, 0x59, 0x92, 0x53, 0xdd, 0x30, 0x3f, 0xbb, 0x52, 0x29, 0x89, 0x72, 0x6a, 0xef, 0x4e, 0x57, 0x4a, 0xa2, 0x7a, 0x95, 0x24, 0x82, 0x91, 0x7f, 0x70, 0x4e, 0x15, 0x4a, 0xa2, 0x7a, 0x95, 0x24, 0x02, 0x42, 0x7c, 0x94, 0x5d, 0x73, 0xe3, 0x83, 0xaf, 0xdd, 0x12, 0x92, 0xd8, 0x55, 0xa2, 0xbf, 0xdb, 0x92, 0x45, 0xc6, 0x6c, 0xd6, 0xea, 0xc0, 0xbb, 0xd8, 0x2e, 0x08, 0xc0, 0xf7, 0xf3, 0xe2, 0xde, 0xb5, 0xad, 0x4f, 0x80, 0x3a, 0x95, 0xf9, 0xa6, 0x5c, 0xa4, 0x0d, 0x2f, 0x3c, 0xf8, 0xd1, 0x12, 0x4a, 0x70, 0x2d, 0xfa, 0x9b, 0xc4, 0xdd, 0xf7, 0x34, 0xe9, 0xe9, 0x14, 0x28, 0x46, 0x84, 0x5f, 0xcd, 0xed, 0x64, 0x4b, 0x3a, 0x5a, 0x11, 0x1c, 0x7f, 0x8c, 0xdf, 0x56, 0xd4, 0x6b, 0xe2, 0xb6, 0x42, 0x7f, 0x9b, 0x7d, 0x25, 0xd1, 0x4b, 0x7d, 0x2b, 0x6a, 0x37, 0x84, 0x9d, 0xcb, 0x02, 0xa9, 0xb3, 0x23, 0xab, 0xea, 0xce, 0x16, 0x00, 0x3f, 0x4a, 0xa1, 0xd5, 0x40, 0x08, 0x57, 0x5e, 0x12, 0xc1, 0x39, 0x27, 0x20, 0x86, 0x5a, 0x12, 0x55, 0x36, 0x8c, 0x87, 0x73, 0xa3, 0xb3, 0x6b, 0x1b, 0xd4, 0x92, 0xa8, 0xa2, 0xbe, 0x0f, 0x90, 0xc4, 0x12, 0x62, 0x84, 0xcf, 0x17, 0x1d, 0x29, 0x5a, 0x62, 0xe5, 0x18, 0xfc, 0x2f, 0x15, 0xf8, 0xed, 0x15, 0x64, 0xf0, 0x8a, 0x58, 0x2a, 0x7f, 0x46, 0x6f, 0x4c, 0x37, 0xfa, 0x5a, 0x20, 0x2d, 0x02, 0x50, 0xf0, 0xb7, 0x12, 0x01, 0x74, 0x81, 0x1f, 0xed, 0x00, 0xd8, 0x91, 0x53, 0xca, 0xa0, 0x98, 0x07, 0x7f, 0x02, 0xb7, 0x96, 0x10, 0xda, 0x31, 0x88, 0x51, 0xbe, 0x75, 0x8b, 0xd2, 0x31, 0x1a, 0xc8, 0xbb, 0x76, 0x34, 0x02, 0x8c, 0xdd, 0x52, 0xe8, 0x38, 0x6e, 0x6b, 0x61, 0xa8, 0xdd, 0xfe, 0xe2, 0xfc, 0x85, 0xc7, 0x2a, 0x2e, 0xed, 0x8c, 0x39, 0x9f, 0x02, 0x40, 0xdf, 0x0f, 0x5e, 0x7c, 0x27, 0xd8, 0x56, 0x00, 0xfa, 0x46, 0x00, 0xb5, 0x07, 0x9c, 0x73, 0x83, 0xef, 0x9d, 0xc1, 0xd4, 0x92, 0xa8, 0xb2, 0x61, 0x36, 0x7c, 0x3f, 0x35, 0xbb, 0xa6, 0x61, 0x02, 0x9c, 0x53, 0x49, 0x22, 0x38, 0xf7, 0x05, 0x4a, 0x22, 0xbf, 0x53, 0xd7, 0xbf, 0xfe, 0xd2, 0x39, 0xe6, 0xbc, 0x10, 0xfc, 0x7d, 0x40, 0x92, 0x8e, 0xdf, 0x96, 0x4d, 0x26, 0x7a, 0xe5, 0x91, 0x91, 0x6b, 0x93, 0xd9, 0xe7, 0x90, 0x66, 0x5c, 0x04, 0xb0, 0x95, 0xc7, 0x0b, 0x6f, 0xc0, 0x27, 0xe9, 0x9c, 0xc6, 0x52, 0x26, 0x21, 0x2d, 0x48, 0x00, 0x29, 0xe9, 0x23, 0x04, 0x3f, 0x6f, 0x07, 0x13, 0xeb, 0x48, 0x58, 0xde, 0x55, 0xd5, 0x8e, 0x24, 0x09, 0xdc, 0xe6, 0x6c, 0x38, 0x3a, 0x44, 0xc2, 0x79, 0xe7, 0x43, 0x39, 0xa4, 0xff, 0x3c, 0xb1, 0xd8, 0x40, 0xfe, 0x5f, 0x0b, 0x3b, 0x85, 0x17, 0xee, 0xce, 0xd8, 0x31, 0xe0, 0x4f, 0x1e, 0xfa, 0x76, 0x73, 0x81, 0xdf, 0x98, 0xcd, 0x67, 0x62, 0x1d, 0x0e, 0x96, 0x9e, 0x9f, 0x73, 0xb8, 0xec, 0xba, 0x22, 0xe3, 0x6a, 0x34, 0x00, 0xf8, 0x28, 0xd8, 0x81, 0x9c, 0xea, 0xbb, 0xbb, 0xe1, 0x59, 0x6e, 0x47, 0x49, 0x94, 0x5b, 0x7d, 0x67, 0x2d, 0x78, 0xfa, 0x55, 0x39, 0x55, 0x42, 0x49, 0x54, 0xef, 0x98, 0x5b, 0x73, 0xcf, 0x5a, 0x43, 0x12, 0x55, 0xde, 0x1e, 0x05, 0xe7, 0xbe, 0xc2, 0x5a, 0xa2, 0x29, 0x5b, 0xb2, 0x62, 0xe0, 0xf3, 0xfc, 0x53, 0x15, 0xf8, 0x3a, 0x06, 0x92, 0xaf, 0xdc, 0xe2, 0xc9, 0xa4, 0x1d, 0x79, 0xd4, 0x86, 0xaf, 0x4e, 0x64, 0x47, 0x00, 0x5f, 0xa3, 0x26, 0x80, 0x6f, 0x52, 0x9d, 0xc6, 0x32, 0x26, 0xad, 0x4b, 0x80, 0x3a, 0x49, 0x02, 0xa0, 0xed, 0xa7, 0x71, 0xc1, 0x65, 0xba, 0x32, 0x05, 0x0f, 0x7e, 0x34, 0xfc, 0x1e, 0xfb, 0x01, 0xb0, 0x7d, 0x73, 0xa2, 0x47, 0xac, 0x58, 0x65, 0x28, 0xdd, 0xac, 0x01, 0x97, 0x40, 0x6f, 0xef, 0xf0, 0x1f, 0xb5, 0xf1, 0x6c, 0xb7, 0x51, 0x1b, 0x0b, 0x52, 0xc7, 0x6c, 0x3e, 0x9d, 0x6d, 0x77, 0xa0, 0xf8, 0x8e, 0xd3, 0xc1, 0xd2, 0x5b, 0xe9, 0x15, 0xf5, 0xa1, 0x00, 0xf4, 0x00, 0x00, 0xba, 0x37, 0x3c, 0xc3, 0x43, 0x00, 0xfe, 0xbd, 0xd9, 0x55, 0xf5, 0x3b, 0xe0, 0x9c, 0xa7, 0x86, 0x24, 0xaa, 0xac, 0x5f, 0x06, 0xdf, 0x2f, 0x50, 0x4b, 0xa2, 0x06, 0x2a, 0x89, 0x72, 0x6a, 0xee, 0x8d, 0x43, 0x49, 0xb4, 0xc2, 0xaf, 0x62, 0x4b, 0xaf, 0x39, 0x21, 0xbf, 0x0a, 0x37, 0xf6, 0xee, 0xb7, 0x20, 0x0c, 0x3c, 0x7f, 0x2e, 0x05, 0x3f, 0x8e, 0x00, 0x28, 0x85, 0x98, 0x6a, 0x50, 0x57, 0xa3, 0xfa, 0x00, 0xb9, 0x65, 0xed, 0x04, 0x23, 0x40, 0x9d, 0xc6, 0x1a, 0x3e, 0x21, 0xd9, 0x57, 0x1f, 0x18, 0xf8, 0xf7, 0xc7, 0x2b, 0xed, 0x58, 0xf2, 0x05, 0xba, 0xf4, 0x22, 0x0f, 0x7e, 0xdc, 0xb7, 0x0a, 0x09, 0x80, 0x16, 0x9a, 0x7d, 0x85, 0xb8, 0x1c, 0xcd, 0x25, 0x5f, 0x2e, 0x0e, 0x93, 0x9a, 0x9a, 0x4f, 0xc5, 0x3d, 0x05, 0xda, 0x2b, 0x01, 0x46, 0xac, 0x2f, 0x58, 0x33, 0x62, 0x7d, 0x7e, 0xfe, 0x84, 0x6d, 0x67, 0xeb, 0x66, 0xee, 0x3e, 0xfb, 0xa3, 0xbb, 0xa2, 0xea, 0x1c, 0x48, 0x9e, 0x48, 0xf0, 0xfe, 0x21, 0xf0, 0xfc, 0xe4, 0x00, 0x6a, 0x5f, 0x88, 0x05, 0x8e, 0xc0, 0xb9, 0x7d, 0x54, 0x12, 0x55, 0xa1, 0x24, 0x6a, 0xa0, 0x92, 0x08, 0xce, 0xad, 0xa4, 0x92, 0xa8, 0x0a, 0x25, 0x51, 0x03, 0x95, 0x44, 0x30, 0x62, 0xcc, 0x42, 0x49, 0xb4, 0x3f, 0xf1, 0xf2, 0xb2, 0x01, 0x8b, 0x4f, 0xfc, 0xa0, 0x02, 0xb6, 0xbd, 0x9c, 0xc6, 0x5f, 0xdf, 0x6e, 0x48, 0x55, 0x81, 0x7f, 0x02, 0x58, 0xff, 0xc5, 0x6c, 0x3b, 0xaa, 0x91, 0x15, 0x26, 0xb2, 0x04, 0xf0, 0x3d, 0xa5, 0x49, 0x80, 0x60, 0x00, 0xd8, 0xfd, 0x94, 0x3e, 0x2c, 0xf8, 0x79, 0xa3, 0xa9, 0x52, 0x18, 0x8d, 0x84, 0xe0, 0xe7, 0x37, 0x75, 0x8b, 0x82, 0x78, 0x01, 0x3b, 0xd9, 0x66, 0x6d, 0x4e, 0x24, 0xbd, 0xe7, 0x04, 0x89, 0x56, 0x28, 0x5a, 0xd8, 0xcb, 0x65, 0xe6, 0xf6, 0x01, 0xaf, 0xb7, 0x27, 0xf0, 0x0f, 0xf1, 0x28, 0xfa, 0xe7, 0x57, 0x6b, 0xf3, 0x8a, 0x86, 0xaf, 0xcb, 0x2f, 0x9b, 0xb4, 0xbd, 0xf0, 0xc7, 0x29, 0x3b, 0x8a, 0x7e, 0xf6, 0x4f, 0xbf, 0x56, 0x00, 0x00, 0x8e, 0x03, 0x50, 0x9f, 0xc8, 0xaa, 0x6e, 0x08, 0x03, 0x50, 0x07, 0x02, 0xd0, 0xfd, 0x78, 0x49, 0x04, 0xe7, 0x76, 0x67, 0x51, 0x49, 0x74, 0x77, 0x13, 0x3c, 0xdf, 0xb5, 0x59, 0x35, 0x0d, 0xab, 0x40, 0xea, 0xac, 0x80, 0x73, 0x4b, 0xe0, 0xdc, 0x3c, 0x38, 0xe7, 0xa0, 0xc8, 0xbe, 0xba, 0x6c, 0xd8, 0xca, 0x84, 0x9b, 0xcc, 0xfe, 0xd1, 0x64, 0xc8, 0x8a, 0x18, 0x95, 0xf4, 0x41, 0xf0, 0x63, 0x10, 0xdc, 0x6b, 0x4e, 0x30, 0x5b, 0x9c, 0x68, 0x5c, 0x31, 0x18, 0xbb, 0x91, 0xb3, 0x5f, 0x72, 0x9d, 0xc6, 0x0a, 0x6e, 0xcd, 0x25, 0x40, 0x63, 0xc1, 0x2f, 0x45, 0x00, 0xde, 0xfc, 0x52, 0x2e, 0x71, 0x8b, 0xee, 0x2a, 0xc1, 0x1f, 0x73, 0x46, 0x69, 0x38, 0x42, 0x84, 0xe6, 0x5c, 0x21, 0xeb, 0x15, 0x67, 0xc9, 0x28, 0xd7, 0x13, 0xe2, 0x13, 0x68, 0xb8, 0x7f, 0x97, 0xbd, 0x7c, 0x6b, 0x7b, 0x29, 0xa3, 0x18, 0xb2, 0x26, 0xcf, 0xeb, 0xcb, 0xd5, 0xb9, 0xe7, 0x61, 0x14, 0xb8, 0x39, 0x6e, 0xeb, 0x99, 0xdf, 0x6c, 0xf6, 0x15, 0xff, 0x00, 0xcf, 0x2d, 0x03, 0x62, 0xb8, 0x64, 0x78, 0x8d, 0x07, 0x8b, 0x06, 0x8f, 0x1e, 0x0e, 0x92, 0x36, 0x08, 0xce, 0x69, 0x48, 0x22, 0x38, 0xe7, 0x95, 0x53, 0xd3, 0xe0, 0x09, 0xe7, 0x54, 0x92, 0x08, 0xce, 0x2d, 0x8d, 0xcc, 0xbb, 0xee, 0x36, 0xdc, 0x3d, 0xe5, 0x9a, 0xa5, 0x46, 0xca, 0x53, 0x41, 0xfa, 0x2f, 0x0a, 0x57, 0x49, 0x1f, 0x1e, 0xfc, 0xe3, 0x70, 0x0e, 0x80, 0x99, 0x04, 0x33, 0xaa, 0x42, 0x38, 0x43, 0x08, 0x10, 0x94, 0x75, 0xe5, 0x81, 0x49, 0x1f, 0x2d, 0x3b, 0x59, 0x47, 0xf6, 0x9d, 0x54, 0x8e, 0x06, 0x98, 0x9d, 0xe2, 0x09, 0xa0, 0x5c, 0xa1, 0x5a, 0xb9, 0x3a, 0x35, 0xae, 0x58, 0xbd, 0xfd, 0x44, 0x15, 0x19, 0xb6, 0x3c, 0x4a, 0xd7, 0x72, 0xee, 0x3f, 0x5b, 0xd8, 0x05, 0x6c, 0xf9, 0x74, 0xf2, 0xd1, 0x17, 0xe1, 0x23, 0x78, 0x58, 0xc2, 0x1e, 0x11, 0xb1, 0x87, 0x1b, 0x69, 0x0f, 0x09, 0xac, 0x45, 0x8f, 0x81, 0x6e, 0xf9, 0x7d, 0xbf, 0x70, 0xcf, 0xb9, 0x31, 0xd8, 0x3d, 0xf7, 0xe6, 0x37, 0x1b, 0x0a, 0x7e, 0x1b, 0xb5, 0xe9, 0xf4, 0xef, 0xfb, 0xe3, 0xce, 0x5f, 0x80, 0xe7, 0x96, 0x0f, 0xde, 0x1f, 0xd3, 0xa0, 0xa9, 0x00, 0xea, 0x44, 0x00, 0x75, 0x0c, 0xbc, 0x46, 0xc2, 0x39, 0x95, 0x24, 0x82, 0x73, 0x87, 0x59, 0x49, 0x04, 0xe7, 0xd6, 0x84, 0xe5, 0x5c, 0xf3, 0x1c, 0xe1, 0x9e, 0x72, 0x4b, 0x23, 0xdf, 0x6f, 0xaf, 0x20, 0xbd, 0xe7, 0x06, 0x93, 0x71, 0x5b, 0x32, 0x55, 0xd2, 0x67, 0x3c, 0x10, 0x61, 0xfc, 0xb6, 0x5c, 0xf2, 0xcd, 0xda, 0x14, 0xad, 0x45, 0xc8, 0x8c, 0xce, 0x8b, 0xc0, 0x45, 0x27, 0x89, 0x11, 0x80, 0x5f, 0xbb, 0xb3, 0x39, 0x04, 0x68, 0x0d, 0xf0, 0x0b, 0xcd, 0x37, 0xf5, 0x12, 0x00, 0xfe, 0x86, 0x8a, 0x00, 0xb8, 0xa7, 0xee, 0xe1, 0xa4, 0x0b, 0x64, 0xef, 0xc9, 0x73, 0x64, 0x47, 0x4c, 0x0d, 0x99, 0x77, 0x10, 0x34, 0xaa, 0x76, 0x03, 0x8d, 0x06, 0x11, 0xcc, 0x6d, 0xfc, 0xb7, 0x7d, 0x3a, 0x69, 0xc3, 0x6b, 0xf0, 0x51, 0x3c, 0xda, 0xc2, 0xf6, 0x17, 0xc6, 0x0c, 0x21, 0x94, 0x41, 0x64, 0x19, 0xb8, 0x34, 0xad, 0x4b, 0x3f, 0x50, 0xef, 0xfd, 0xdd, 0x72, 0x7e, 0x18, 0xe4, 0x9e, 0xfb, 0xeb, 0xd0, 0xb5, 0xf9, 0x7f, 0x4c, 0xdd, 0x51, 0xf8, 0x6b, 0x66, 0xe5, 0x9d, 0x4a, 0x00, 0x75, 0x31, 0x3c, 0xbf, 0xd3, 0x20, 0x75, 0x72, 0xe0, 0x35, 0x0d, 0x80, 0x9e, 0x24, 0x94, 0x44, 0x70, 0x4e, 0xa1, 0x92, 0x44, 0x55, 0x4a, 0x49, 0x94, 0x5d, 0x73, 0x6f, 0x5b, 0x40, 0xfa, 0xb5, 0xc3, 0x43, 0x5c, 0x13, 0x7f, 0xd0, 0x08, 0x68, 0xb9, 0x3d, 0x1f, 0xbe, 0x5d, 0x9f, 0xa2, 0x09, 0xfe, 0xed, 0x4a, 0x02, 0x7c, 0xe9, 0x12, 0x67, 0xdc, 0x2b, 0x42, 0x70, 0x23, 0xc0, 0x29, 0xe1, 0x4d, 0xf8, 0xa7, 0x9c, 0xd7, 0x58, 0xb8, 0x36, 0xb0, 0x89, 0x04, 0x68, 0x92, 0xee, 0xd7, 0x41, 0x80, 0x7d, 0x22, 0x04, 0xd8, 0x0b, 0x76, 0x20, 0x5e, 0xb9, 0x64, 0x0a, 0xd6, 0x13, 0xed, 0x87, 0xaf, 0xf7, 0xd2, 0xf3, 0xe7, 0xc8, 0x9e, 0xb8, 0x73, 0x64, 0x77, 0xec, 0x39, 0xe2, 0x79, 0xbc, 0x8a, 0x58, 0xef, 0xcc, 0x02, 0x2f, 0x16, 0xa2, 0x8b, 0x08, 0xff, 0x01, 0x22, 0x28, 0x3e, 0x9d, 0xb4, 0x03, 0x8b, 0xec, 0x1e, 0x6f, 0x01, 0x7b, 0x4c, 0xc2, 0xfe, 0x2a, 0x30, 0x5d, 0x84, 0x91, 0x22, 0xc9, 0x43, 0xe6, 0xf6, 0x31, 0x9d, 0x7b, 0xbb, 0x64, 0x67, 0xf4, 0x76, 0xc9, 0xfa, 0xbd, 0x8f, 0x4b, 0xf6, 0xef, 0x03, 0x56, 0xe6, 0xfe, 0x39, 0xd0, 0x2d, 0xe7, 0x4f, 0x79, 0xc6, 0xd5, 0x5b, 0x00, 0xee, 0x3a, 0x78, 0x6e, 0x55, 0x00, 0xea, 0x52, 0x00, 0xf8, 0x19, 0x00, 0x7a, 0x2e, 0x4a, 0x22, 0x38, 0x97, 0x0c, 0xe7, 0xe2, 0xb3, 0x6b, 0xee, 0x46, 0xc1, 0xb9, 0x70, 0xd0, 0xfb, 0x41, 0x70, 0x2e, 0x00, 0x02, 0x5f, 0x6f, 0x38, 0x77, 0x70, 0x67, 0x74, 0xdd, 0x89, 0x7e, 0x4b, 0x62, 0xfe, 0x23, 0x06, 0xfe, 0xd1, 0xeb, 0x52, 0x34, 0x82, 0x5e, 0x1e, 0xfc, 0xe3, 0xc0, 0xfa, 0x2e, 0x8c, 0x60, 0xe6, 0x61, 0x64, 0x33, 0x8c, 0x9e, 0x00, 0x01, 0xad, 0x46, 0x80, 0x96, 0xf5, 0xfe, 0x14, 0xe8, 0x71, 0x75, 0x64, 0x47, 0x74, 0x2d, 0x71, 0xf6, 0x2f, 0x25, 0xcb, 0x03, 0x4a, 0xe9, 0xd7, 0x42, 0xf0, 0xef, 0x8a, 0xad, 0x55, 0x5a, 0x4c, 0x2d, 0xf1, 0x08, 0xad, 0x20, 0x93, 0x37, 0xa7, 0x68, 0x05, 0x6d, 0x6c, 0xa5, 0xa9, 0x85, 0x8d, 0x7f, 0xf2, 0x67, 0x53, 0xf7, 0x8d, 0xe9, 0xd4, 0xa5, 0x0b, 0xce, 0x23, 0xfc, 0xad, 0x91, 0xd6, 0x59, 0x87, 0x3d, 0x21, 0x30, 0x7d, 0x84, 0x11, 0x23, 0xc9, 0x5f, 0xde, 0x9d, 0xba, 0xe7, 0xa9, 0x9e, 0xcb, 0x33, 0x92, 0x7a, 0xad, 0xc8, 0x22, 0x42, 0x5b, 0x29, 0xaf, 0xfa, 0x15, 0x80, 0x7e, 0x0b, 0x3c, 0xfa, 0x55, 0x90, 0x33, 0x28, 0x83, 0x6a, 0x40, 0xfb, 0x97, 0x81, 0xac, 0x39, 0xab, 0x94, 0x44, 0x0d, 0x54, 0x12, 0xc1, 0xb9, 0x04, 0xa1, 0x24, 0x4a, 0x2f, 0xab, 0x0f, 0xb4, 0xde, 0x53, 0x58, 0x6d, 0x35, 0x27, 0xfc, 0x4f, 0x16, 0xfc, 0x98, 0xef, 0x1f, 0xb5, 0x2e, 0x59, 0x05, 0x7e, 0xa1, 0xf4, 0x41, 0xf0, 0x8f, 0x05, 0xfd, 0x6f, 0x69, 0xaf, 0x39, 0x2b, 0xdf, 0xd3, 0x31, 0xe8, 0xcd, 0x76, 0x43, 0x00, 0x7e, 0xc9, 0x72, 0xf4, 0xac, 0x6d, 0x12, 0xfc, 0x60, 0xeb, 0x43, 0x2b, 0xc9, 0xfc, 0xa3, 0x45, 0x64, 0xce, 0x91, 0xb3, 0xd4, 0xe6, 0x1d, 0x3d, 0x4b, 0x56, 0x07, 0x97, 0x53, 0xc0, 0x0b, 0xc1, 0xbf, 0x83, 0x33, 0xaf, 0xa8, 0x5a, 0xb2, 0x3a, 0xa8, 0x9c, 0x4c, 0xdc, 0x94, 0xac, 0x8f, 0x08, 0xe0, 0xcd, 0x02, 0xae, 0x7e, 0x3e, 0xfb, 0xe8, 0x86, 0xf7, 0x87, 0xce, 0xc3, 0x3a, 0xa3, 0xa7, 0x0c, 0xb0, 0xbf, 0xeb, 0xb0, 0x27, 0x45, 0x4c, 0x8a, 0x38, 0x62, 0x24, 0x79, 0xac, 0x9b, 0xb5, 0xec, 0x83, 0x5e, 0x2b, 0x32, 0x4f, 0xb3, 0xe0, 0x9f, 0xb6, 0xb3, 0xe8, 0x0f, 0x78, 0x4e, 0x3f, 0x03, 0xc0, 0xbf, 0x07, 0x60, 0xd7, 0xc3, 0xeb, 0x75, 0xb0, 0x8b, 0x60, 0xb5, 0x60, 0x15, 0x00, 0x74, 0x2a, 0x89, 0x60, 0x44, 0xc8, 0x56, 0x4a, 0xa2, 0x86, 0x24, 0x38, 0x17, 0x77, 0x2c, 0xe9, 0x52, 0xc6, 0x20, 0x97, 0xa4, 0x7f, 0x59, 0x30, 0x20, 0x56, 0xa6, 0x3b, 0xc1, 0xf3, 0x73, 0xb2, 0x87, 0xd5, 0xfd, 0xe3, 0x38, 0xfb, 0x7a, 0x5d, 0x8a, 0xf1, 0x6f, 0x91, 0xca, 0x4d, 0x84, 0x25, 0xb3, 0x04, 0x10, 0xae, 0xd7, 0xaf, 0x68, 0x24, 0x01, 0x5a, 0x5b, 0xfa, 0x20, 0xf0, 0xbd, 0xa2, 0x6b, 0xc8, 0x32, 0xbf, 0x12, 0x32, 0x97, 0x03, 0xbe, 0xd2, 0x0a, 0xa9, 0x39, 0x1d, 0x2e, 0x24, 0x0b, 0x8e, 0x15, 0x91, 0xf5, 0x61, 0x95, 0x1a, 0xe0, 0xc7, 0xd1, 0x01, 0x09, 0xe0, 0x15, 0x55, 0x43, 0xb6, 0x9d, 0xa8, 0x21, 0xab, 0x02, 0xcb, 0xc9, 0x24, 0x18, 0x11, 0xfa, 0xce, 0x0b, 0xd5, 0xb7, 0xff, 0xd9, 0xff, 0xcc, 0xac, 0x7d, 0xe3, 0x3f, 0x9b, 0xb4, 0xc7, 0xba, 0xcb, 0x07, 0x7d, 0x70, 0x5f, 0xb1, 0x67, 0x75, 0xd8, 0x33, 0x22, 0xf6, 0xb4, 0x88, 0x49, 0x11, 0x47, 0x8c, 0x20, 0x9d, 0x2d, 0x17, 0xc5, 0xcd, 0x02, 0xb0, 0xff, 0x1f, 0x0b, 0xfe, 0xb1, 0x5b, 0x4e, 0xd3, 0xc2, 0x41, 0x00, 0xf6, 0xef, 0x00, 0xea, 0x7f, 0xc1, 0xeb, 0x8f, 0x00, 0xf4, 0x06, 0x90, 0x36, 0x37, 0xe1, 0xeb, 0xcb, 0x70, 0x8e, 0x4a, 0x22, 0x38, 0x57, 0x02, 0xdf, 0x53, 0x49, 0x14, 0x5d, 0x78, 0x2b, 0x6f, 0xca, 0xb6, 0xdc, 0x86, 0x1e, 0x73, 0xb4, 0x63, 0x23, 0x04, 0x3f, 0xee, 0xd3, 0xf6, 0xdd, 0xe6, 0x0c, 0x51, 0xf0, 0xab, 0xbc, 0xff, 0xb6, 0x1c, 0xf2, 0xc5, 0xb2, 0xa8, 0xf6, 0xd1, 0x9e, 0xca, 0x12, 0x40, 0x96, 0xca, 0x12, 0xe0, 0xb2, 0xc1, 0xe0, 0x3f, 0x72, 0xea, 0x02, 0xf1, 0x4e, 0xb9, 0xd8, 0x6a, 0xde, 0x1f, 0xe5, 0x0d, 0x4a, 0x19, 0xf4, 0xf4, 0x08, 0x7e, 0x2d, 0x02, 0x1c, 0x56, 0x12, 0x80, 0xb7, 0x25, 0xbe, 0xc5, 0x64, 0x53, 0x44, 0x95, 0x26, 0xf8, 0x79, 0x03, 0x12, 0x6c, 0x3d, 0x51, 0x4d, 0xdc, 0x83, 0xca, 0xc8, 0x8c, 0x1d, 0x19, 0x64, 0xe0, 0xe2, 0x48, 0x03, 0x76, 0x96, 0x94, 0xfd, 0x62, 0x36, 0xcb, 0x3b, 0xbc, 0xeb, 0xb8, 0xed, 0x53, 0x3b, 0xbf, 0xf6, 0x01, 0x92, 0xa1, 0x8b, 0xc0, 0x9e, 0x13, 0xb1, 0x7f, 0x88, 0x98, 0x14, 0x69, 0xb4, 0x08, 0xd2, 0xdd, 0x46, 0xd1, 0xbf, 0xe7, 0xb2, 0xb4, 0x53, 0x2c, 0xf0, 0xd1, 0xc6, 0x6f, 0x3d, 0x43, 0x12, 0x8b, 0x6f, 0xab, 0x33, 0x76, 0xd5, 0x77, 0xfe, 0x07, 0x40, 0x47, 0x29, 0xf4, 0x7f, 0x00, 0xfa, 0x7b, 0x40, 0x82, 0xdb, 0xf0, 0xfc, 0xae, 0x81, 0xf6, 0xbf, 0x00, 0x56, 0x13, 0x53, 0x78, 0xb3, 0xda, 0x76, 0xdf, 0x99, 0xbb, 0x56, 0xf3, 0x8e, 0xff, 0x29, 0x76, 0x6f, 0xb4, 0xc0, 0x6d, 0xe9, 0x71, 0x5a, 0xe3, 0x23, 0x04, 0xff, 0x04, 0x06, 0xfc, 0xe3, 0x00, 0xfc, 0x48, 0x00, 0xad, 0x95, 0xb8, 0x6d, 0x15, 0x23, 0x8c, 0x92, 0x00, 0x96, 0x76, 0x8a, 0x14, 0x8d, 0x11, 0x80, 0x27, 0x00, 0xb7, 0x4d, 0x91, 0xa1, 0x04, 0x38, 0x9c, 0x74, 0x9e, 0xa6, 0x25, 0xb1, 0xa7, 0x17, 0x1b, 0xdb, 0x5b, 0x1a, 0xfc, 0x08, 0xd8, 0x25, 0x7e, 0xc5, 0x2a, 0xe0, 0x4b, 0x79, 0x7f, 0xa1, 0x39, 0x72, 0x86, 0xa3, 0x05, 0x12, 0x61, 0x3b, 0x03, 0xfe, 0x2d, 0xc7, 0x95, 0xe6, 0x19, 0x59, 0x4d, 0xd6, 0x04, 0x57, 0x10, 0x87, 0xfd, 0x79, 0xe4, 0x2b, 0xd7, 0x18, 0x5a, 0xea, 0x6b, 0x08, 0x19, 0xba, 0xcf, 0xf6, 0x89, 0xeb, 0x3a, 0x79, 0xe7, 0x92, 0x57, 0xad, 0x66, 0x74, 0x83, 0x8f, 0xf2, 0x05, 0x09, 0x7b, 0x5e, 0x60, 0x5d, 0x24, 0x48, 0xa3, 0x22, 0xc8, 0x93, 0x4f, 0xbe, 0xf4, 0x7c, 0x77, 0x87, 0xa0, 0x71, 0x56, 0xcb, 0x52, 0x63, 0x01, 0xe8, 0x7f, 0x8a, 0x81, 0xdf, 0xfe, 0x40, 0x09, 0x49, 0x2e, 0xab, 0xd7, 0xda, 0x76, 0x2a, 0xa7, 0xe6, 0xce, 0x1f, 0xf0, 0xfa, 0x1b, 0xd8, 0xcf, 0x59, 0x95, 0x0d, 0x3f, 0x64, 0x56, 0xd6, 0x37, 0x78, 0x27, 0x5f, 0xbe, 0x33, 0x71, 0x53, 0xe6, 0xbf, 0x7b, 0xcc, 0x95, 0xce, 0x86, 0xf5, 0x72, 0x0a, 0x24, 0xdf, 0xac, 0x49, 0x22, 0x93, 0xbd, 0xf2, 0xb4, 0xc0, 0x3f, 0x6e, 0xbb, 0x36, 0xf8, 0x47, 0x78, 0x24, 0xb3, 0x45, 0x88, 0x77, 0x71, 0xb9, 0xf4, 0xf6, 0x43, 0x00, 0xc1, 0x3e, 0x5d, 0xf2, 0x0c, 0xc3, 0x08, 0x80, 0x2b, 0xc8, 0x09, 0x5b, 0x1a, 0xb1, 0xc1, 0xa5, 0xc9, 0xe0, 0x8f, 0xd7, 0xf4, 0xfa, 0x6b, 0x79, 0xaf, 0x7f, 0xb4, 0xf1, 0xe0, 0x77, 0x3c, 0xa4, 0x36, 0x24, 0xc2, 0x46, 0x20, 0x02, 0x0b, 0x7e, 0xcf, 0xc8, 0x2a, 0x4a, 0x10, 0xb4, 0xb5, 0x21, 0x95, 0x64, 0xb1, 0x4f, 0x11, 0x19, 0xbb, 0x21, 0x99, 0xd6, 0xbd, 0x18, 0xb8, 0x4d, 0xec, 0x9f, 0xe6, 0x36, 0x7e, 0x15, 0x9f, 0xcf, 0x38, 0x74, 0xe4, 0xe3, 0x71, 0x9b, 0x66, 0xbf, 0xd4, 0x7d, 0xf8, 0xc7, 0xf0, 0xd1, 0xbe, 0x0c, 0xf6, 0x92, 0xc0, 0x5e, 0x64, 0x4c, 0x45, 0x92, 0x17, 0xbb, 0x8d, 0x7c, 0xeb, 0x73, 0x9b, 0x80, 0x29, 0x3d, 0x16, 0xc5, 0x1f, 0x82, 0x20, 0xf7, 0x96, 0x18, 0xe8, 0xd1, 0x06, 0xac, 0xcc, 0x86, 0x51, 0xac, 0x4e, 0x0b, 0xf8, 0x42, 0x43, 0xe7, 0x25, 0x4b, 0xbf, 0xfa, 0x5f, 0x87, 0xbd, 0x05, 0xff, 0xeb, 0xb7, 0x24, 0xee, 0x4f, 0x0b, 0xc7, 0x20, 0xc9, 0xeb, 0x46, 0xc9, 0x33, 0x68, 0xe9, 0x09, 0x32, 0x61, 0x6b, 0x16, 0x99, 0xb2, 0x53, 0x1c, 0xfc, 0xe3, 0x04, 0xba, 0x7f, 0x2c, 0x47, 0x80, 0x81, 0xf0, 0x37, 0xcc, 0x92, 0x94, 0x87, 0x8d, 0x76, 0x36, 0x11, 0x6b, 0x65, 0x34, 0x25, 0xd0, 0x05, 0x8d, 0x5d, 0x1a, 0x0d, 0x21, 0x00, 0x96, 0x28, 0xb0, 0xfd, 0xbc, 0x74, 0xbf, 0xae, 0xfc, 0x6b, 0xe4, 0x30, 0xfc, 0xbc, 0xb1, 0xba, 0x9f, 0xf7, 0xfe, 0x28, 0x5d, 0x96, 0x02, 0x68, 0x59, 0xf0, 0xeb, 0x93, 0x3e, 0x4e, 0x22, 0xe0, 0x77, 0xe0, 0x0c, 0xbf, 0x5e, 0x0a, 0xd2, 0x68, 0x1d, 0x90, 0x8a, 0x07, 0xbf, 0x90, 0x00, 0x1b, 0xc3, 0xab, 0xc8, 0x86, 0xb0, 0x2a, 0x1a, 0x43, 0xb8, 0xca, 0xcb, 0x88, 0xed, 0xbe, 0x3c, 0x32, 0x62, 0x55, 0x1c, 0xe9, 0x35, 0x37, 0xb8, 0x31, 0xfb, 0x26, 0x03, 0x21, 0xfc, 0x6b, 0xba, 0xcf, 0x3a, 0x1a, 0xdc, 0x75, 0xca, 0x6e, 0xf7, 0x4f, 0x27, 0x6c, 0xb5, 0xfe, 0x64, 0xda, 0xfe, 0xc9, 0x9f, 0x4e, 0x3b, 0x38, 0xe1, 0x33, 0x3b, 0xb9, 0xa3, 0xb9, 0x43, 0x98, 0xab, 0xc5, 0xdc, 0xa8, 0xad, 0x3d, 0x16, 0x25, 0x1e, 0xef, 0xe9, 0x9c, 0x56, 0x05, 0xe0, 0xfe, 0xaf, 0x14, 0xe8, 0x79, 0x9b, 0xbe, 0xab, 0x88, 0x44, 0xe4, 0x5f, 0xd7, 0x02, 0x3c, 0x16, 0x09, 0xfa, 0xa6, 0x5e, 0x26, 0x2e, 0xfe, 0xa5, 0x64, 0xb4, 0x47, 0x2a, 0xe9, 0x39, 0x1f, 0xc0, 0xe9, 0x10, 0xa4, 0xf3, 0xfa, 0x10, 0xf8, 0x38, 0x3f, 0xf2, 0xdd, 0xa6, 0x34, 0x32, 0x65, 0x57, 0x5e, 0xa3, 0xc0, 0xff, 0xad, 0x67, 0x96, 0x56, 0xf6, 0xc7, 0xcc, 0x36, 0x60, 0x50, 0xbb, 0x24, 0x00, 0xee, 0xce, 0x28, 0xd3, 0x43, 0x00, 0x24, 0x08, 0xbf, 0x91, 0x9d, 0x66, 0x4b, 0xe3, 0x2d, 0x6a, 0xb8, 0x4f, 0x30, 0xee, 0x13, 0xd6, 0x58, 0xe9, 0x83, 0xe0, 0x5c, 0xe0, 0x5d, 0xd4, 0x74, 0xf0, 0x1f, 0xd6, 0x06, 0xbf, 0xd2, 0xce, 0x10, 0xfb, 0x83, 0x4a, 0x5b, 0x04, 0x9e, 0x7e, 0x4d, 0x70, 0xb9, 0x06, 0xf8, 0x85, 0x04, 0x58, 0x87, 0x16, 0x5a, 0x49, 0x33, 0x47, 0x4b, 0xfd, 0x8b, 0x21, 0x56, 0xc8, 0x26, 0x5f, 0xad, 0x8c, 0x25, 0x3d, 0xe7, 0x04, 0x37, 0x61, 0x33, 0x71, 0x05, 0xb1, 0x74, 0x08, 0x26, 0x18, 0x7c, 0xf6, 0x98, 0x77, 0x82, 0x58, 0x2d, 0x8c, 0x23, 0x56, 0x8b, 0x12, 0x88, 0xd5, 0x92, 0x53, 0xa4, 0xe7, 0xb2, 0x54, 0xd2, 0x6b, 0x79, 0x3a, 0xe9, 0xb9, 0x22, 0x53, 0x0b, 0xf8, 0xfd, 0x5c, 0xb3, 0x21, 0x96, 0x01, 0xb2, 0x46, 0xd4, 0x10, 0x77, 0x79, 0x39, 0x71, 0xd8, 0x7b, 0x9a, 0x4c, 0xdc, 0x9c, 0x49, 0x86, 0xaf, 0x3a, 0x45, 0xfa, 0x2c, 0x8c, 0x26, 0x96, 0x4e, 0x61, 0x5a, 0x80, 0xd4, 0x05, 0xfc, 0x01, 0x8b, 0x22, 0xc8, 0x98, 0xf5, 0x29, 0x14, 0xf8, 0x53, 0x77, 0xe5, 0x53, 0xf0, 0x4f, 0x16, 0x82, 0x7f, 0xbb, 0x72, 0xa2, 0x4b, 0x93, 0x00, 0x39, 0x2a, 0x02, 0x68, 0x4f, 0x7e, 0xc9, 0x2f, 0x1b, 0x75, 0x23, 0x12, 0x36, 0x30, 0x88, 0x11, 0x80, 0xdf, 0x9e, 0x14, 0xcb, 0x91, 0xa5, 0xc0, 0x8f, 0x9b, 0xe7, 0x29, 0x77, 0x6b, 0xac, 0xd7, 0x58, 0xb6, 0x1c, 0x7b, 0x79, 0x4f, 0x09, 0x5a, 0x1a, 0xb1, 0x8a, 0xd3, 0x2f, 0xed, 0xa2, 0xc1, 0xe0, 0x47, 0xef, 0x3c, 0xff, 0xe8, 0x59, 0x35, 0xf8, 0x9b, 0x21, 0x7d, 0xa4, 0xc0, 0xcf, 0x9b, 0x1d, 0x18, 0xbe, 0xbf, 0x8b, 0xac, 0x0c, 0x80, 0x5f, 0xa9, 0x09, 0x7e, 0xb0, 0xb5, 0x21, 0x15, 0xc4, 0x83, 0x33, 0x8c, 0x13, 0xdc, 0x02, 0xcb, 0x69, 0x70, 0x3d, 0x7b, 0x57, 0x2e, 0x19, 0xb9, 0x26, 0x81, 0x2e, 0xd5, 0xa8, 0xbd, 0x6c, 0x4b, 0xf3, 0x0d, 0x41, 0x6d, 0x28, 0xb0, 0xf5, 0x99, 0x95, 0xa3, 0x82, 0x7c, 0xb9, 0x3c, 0x9a, 0x8c, 0xdf, 0x92, 0x49, 0xa6, 0xed, 0xce, 0xa7, 0xc0, 0xa7, 0xe0, 0xdf, 0xa5, 0x09, 0xfe, 0xf1, 0xa2, 0xe0, 0x57, 0x7b, 0x7f, 0xec, 0xff, 0xb5, 0x62, 0x25, 0x95, 0xad, 0x7c, 0x91, 0x51, 0x17, 0x54, 0xb1, 0x04, 0x90, 0x03, 0x01, 0x84, 0xfb, 0xf3, 0x4a, 0x11, 0xe0, 0x18, 0x78, 0xf5, 0x84, 0x12, 0xcd, 0x75, 0x7c, 0xb0, 0x52, 0x73, 0xe9, 0x91, 0x02, 0x72, 0x04, 0x02, 0x62, 0x5c, 0xcd, 0x2d, 0x51, 0xd0, 0xd6, 0x88, 0xa4, 0x08, 0x82, 0xb8, 0xe0, 0x40, 0xa2, 0x6e, 0xdd, 0x8f, 0xe0, 0x9b, 0xd7, 0x44, 0xf0, 0xeb, 0x92, 0x3e, 0x08, 0x7e, 0x87, 0x83, 0xe2, 0x04, 0xb0, 0x3b, 0xa0, 0x34, 0xfc, 0xbd, 0x25, 0xbe, 0x25, 0xe0, 0xf1, 0x2b, 0x38, 0xef, 0xaf, 0x06, 0x3f, 0x4f, 0x00, 0x9c, 0x67, 0x70, 0x87, 0x11, 0x01, 0xd3, 0xa8, 0x6e, 0x0a, 0x20, 0x03, 0x48, 0x34, 0x47, 0x78, 0xef, 0x89, 0x9e, 0xe9, 0x30, 0x3a, 0xc4, 0x29, 0xe3, 0x06, 0x7b, 0x79, 0x8b, 0x13, 0xa2, 0xd1, 0x04, 0x82, 0x40, 0x7e, 0x90, 0x73, 0x14, 0x2d, 0x63, 0x98, 0x06, 0x60, 0x9f, 0xbe, 0xbb, 0x40, 0x09, 0xfe, 0xdd, 0xda, 0xe0, 0xe7, 0xbd, 0xbe, 0x2e, 0xf0, 0xa3, 0x0d, 0x75, 0x8b, 0x67, 0x6b, 0xff, 0xbf, 0xc7, 0xc9, 0x39, 0x63, 0xc5, 0x3e, 0xd6, 0x9c, 0x3c, 0x6c, 0x61, 0x2b, 0xcb, 0x10, 0xde, 0x94, 0x02, 0x3c, 0xb5, 0x70, 0x73, 0x6a, 0x5c, 0x90, 0x56, 0x2c, 0xe3, 0x83, 0x5b, 0x92, 0x0a, 0xc1, 0x8f, 0x5d, 0x5b, 0x4b, 0x8e, 0xe4, 0x2b, 0x17, 0x4b, 0x5a, 0x14, 0x4e, 0xb6, 0x46, 0x54, 0xd0, 0x65, 0x15, 0x79, 0xf0, 0xf3, 0x9d, 0x5d, 0xb8, 0xdf, 0x00, 0x2e, 0x82, 0x25, 0xe6, 0xfd, 0x51, 0x7e, 0xf0, 0x9e, 0xbf, 0x25, 0x75, 0xbf, 0x2e, 0xef, 0x2f, 0x24, 0x80, 0xad, 0xc0, 0xf0, 0x7f, 0x3b, 0xfb, 0x97, 0x50, 0x89, 0xc4, 0x82, 0xdf, 0x3d, 0x90, 0x23, 0x00, 0xd8, 0x4a, 0x05, 0x5a, 0x19, 0x35, 0x9c, 0x8d, 0x46, 0x59, 0xe5, 0x70, 0xf0, 0x34, 0x99, 0xbc, 0x2d, 0x83, 0x7c, 0xe3, 0x91, 0x40, 0x06, 0x03, 0x08, 0xfb, 0xe0, 0x5c, 0x43, 0x2b, 0x93, 0x02, 0x33, 0x57, 0xfd, 0x41, 0xde, 0x8c, 0x70, 0x8f, 0x07, 0x4f, 0x9f, 0x41, 0x66, 0xec, 0xc9, 0x27, 0x33, 0xf6, 0x16, 0x90, 0x19, 0x00, 0xfc, 0xe9, 0xd4, 0x44, 0xc0, 0x2f, 0xf0, 0xfa, 0x2a, 0x02, 0x6c, 0x13, 0x97, 0x3e, 0xd4, 0xfb, 0x3b, 0x31, 0xa5, 0xcf, 0x36, 0xfe, 0x9e, 0x4c, 0xb9, 0xc6, 0x43, 0x46, 0x03, 0x7c, 0xbe, 0xd6, 0x44, 0x9a, 0x00, 0xf5, 0x92, 0x04, 0xc0, 0x6d, 0x93, 0x84, 0xe0, 0xc7, 0xd4, 0xe7, 0x86, 0xa0, 0x12, 0x8d, 0x87, 0x8c, 0xcd, 0x13, 0x4b, 0x8f, 0x16, 0xd0, 0x99, 0x64, 0x94, 0x40, 0x08, 0x7e, 0xbe, 0xab, 0x0b, 0x65, 0x92, 0x7f, 0xda, 0x25, 0x0d, 0xf0, 0xef, 0x8c, 0xa9, 0xa5, 0x13, 0x58, 0x06, 0x81, 0xbf, 0x85, 0xa4, 0x8f, 0x14, 0xf8, 0xd1, 0x6c, 0xf6, 0x9f, 0xa6, 0x66, 0x7b, 0xe0, 0x34, 0xbd, 0x9e, 0x65, 0x40, 0x86, 0x55, 0xa2, 0xe0, 0x57, 0x12, 0xc0, 0x05, 0x02, 0x66, 0x17, 0x59, 0x29, 0xb5, 0x15, 0x32, 0x65, 0x69, 0x06, 0xfe, 0xcd, 0x22, 0x9f, 0x62, 0xfa, 0xf7, 0x38, 0xfa, 0xcc, 0xdc, 0x95, 0x43, 0xc6, 0x6d, 0x4e, 0x03, 0xe9, 0x94, 0x48, 0x86, 0xba, 0xc4, 0xd2, 0x0c, 0x0c, 0x96, 0x19, 0xf7, 0x06, 0x82, 0xe0, 0xec, 0xab, 0xa5, 0x83, 0x84, 0x94, 0xb2, 0x97, 0xd3, 0xbc, 0x7b, 0x4f, 0x00, 0x60, 0xdf, 0x05, 0xe1, 0x64, 0xe0, 0x92, 0xe3, 0xe4, 0xcb, 0x15, 0xb1, 0x00, 0xf6, 0x04, 0x32, 0x76, 0x53, 0x2a, 0x99, 0xe2, 0x95, 0x43, 0x66, 0x43, 0x6c, 0x30, 0x7b, 0x9f, 0xd2, 0x66, 0xc1, 0xd7, 0x33, 0x35, 0xc0, 0x5f, 0xa0, 0x92, 0x3e, 0x08, 0x7e, 0x2a, 0x79, 0x18, 0xe0, 0xeb, 0xd2, 0xfd, 0xe2, 0xda, 0x5f, 0xf6, 0xdb, 0x27, 0xe3, 0x3d, 0x5f, 0x17, 0xd4, 0x31, 0xb5, 0x79, 0x22, 0x3c, 0xc4, 0x94, 0xf9, 0xe2, 0x45, 0x3f, 0x6a, 0x6e, 0x2b, 0xcb, 0xd4, 0x20, 0x40, 0xfa, 0x45, 0x15, 0xf8, 0xd3, 0x44, 0x08, 0x80, 0xcb, 0xa4, 0xb0, 0x19, 0x9f, 0x7d, 0x71, 0x35, 0x52, 0xab, 0x35, 0x90, 0xa9, 0x9b, 0x4e, 0x51, 0x8f, 0x1f, 0xc5, 0x75, 0x74, 0x09, 0xbb, 0xba, 0x30, 0x7b, 0x84, 0xf3, 0x05, 0x98, 0xea, 0x5c, 0x1e, 0x50, 0xd2, 0x64, 0xe9, 0xd3, 0x58, 0xf0, 0xb3, 0xd2, 0x47, 0x9b, 0x00, 0xa7, 0x55, 0x04, 0xe0, 0xcd, 0x1a, 0x5f, 0xe1, 0x3c, 0x5e, 0x0f, 0xc6, 0x00, 0x98, 0x21, 0xe2, 0xc1, 0xef, 0x2a, 0x02, 0x7e, 0x67, 0xb8, 0x1f, 0x34, 0x24, 0x01, 0xa6, 0x5f, 0x51, 0x2a, 0xa1, 0xbc, 0x42, 0x5b, 0x0c, 0x7f, 0xbf, 0xc0, 0x5b, 0x49, 0x0c, 0xbc, 0x1f, 0xbc, 0x76, 0xfb, 0x43, 0xca, 0x6b, 0xe2, 0xaf, 0x61, 0x16, 0x78, 0x70, 0x34, 0x9b, 0xfd, 0x67, 0xa8, 0x59, 0x73, 0xaf, 0x78, 0x6d, 0xfc, 0xf5, 0xda, 0x50, 0x83, 0x6b, 0xdb, 0x27, 0x02, 0xfe, 0x3d, 0x6a, 0x02, 0x20, 0xf8, 0x55, 0xc0, 0xf7, 0xca, 0xd5, 0x90, 0x3c, 0x86, 0x48, 0x9f, 0xd1, 0x9b, 0x32, 0xb4, 0x33, 0x3f, 0xd6, 0xbe, 0x3b, 0x99, 0xda, 0x25, 0x96, 0x08, 0x6d, 0x8a, 0x04, 0xc2, 0x1a, 0xf7, 0xbf, 0x70, 0x17, 0x8b, 0x17, 0xfd, 0x98, 0xb9, 0x4d, 0x40, 0x96, 0xf0, 0xc6, 0x02, 0x33, 0x2e, 0xaa, 0xc0, 0x9f, 0x56, 0x5e, 0x4f, 0x3d, 0x35, 0x0f, 0x7e, 0x9c, 0x14, 0x63, 0x33, 0x3e, 0xfe, 0x10, 0x08, 0x0f, 0x58, 0xa8, 0xbb, 0x9c, 0x60, 0xf0, 0x92, 0x48, 0xe2, 0x19, 0x56, 0x4e, 0xc9, 0xa3, 0x6a, 0x69, 0xe4, 0x2c, 0xaa, 0xe0, 0x06, 0x4d, 0x77, 0xce, 0x6b, 0x2d, 0xe9, 0x73, 0xb0, 0xb1, 0xde, 0x5f, 0x1c, 0xfc, 0xd4, 0xf6, 0x69, 0x82, 0xcd, 0xfe, 0x60, 0x21, 0x99, 0x0f, 0xa3, 0x16, 0x02, 0x1a, 0x41, 0xaf, 0x13, 0xfc, 0x7e, 0x6a, 0xf0, 0x2f, 0x84, 0x51, 0x61, 0xa1, 0x77, 0x11, 0x35, 0xcc, 0x74, 0xe1, 0x7b, 0xcc, 0x3b, 0xa6, 0xbe, 0x6f, 0xbc, 0x57, 0x27, 0xb4, 0xc3, 0x4a, 0x73, 0x40, 0x82, 0x1c, 0x2c, 0x54, 0x5e, 0x7b, 0x23, 0xc0, 0x3f, 0x0d, 0x0c, 0xb3, 0x3c, 0x13, 0x77, 0xe4, 0xd2, 0xd4, 0xe6, 0x84, 0x26, 0x80, 0x7f, 0xec, 0xd6, 0x1c, 0xd2, 0x1f, 0x46, 0x1c, 0xcd, 0x7e, 0x6b, 0x59, 0xfd, 0x5b, 0x83, 0x6d, 0x5f, 0x14, 0xd4, 0x2c, 0xf1, 0x44, 0x78, 0xb4, 0xad, 0x11, 0xe1, 0x21, 0x11, 0xe0, 0x3f, 0x2a, 0xb8, 0xe0, 0xc7, 0x41, 0x02, 0x65, 0x6b, 0x8e, 0x00, 0x17, 0x54, 0xe0, 0x17, 0x12, 0xc0, 0x2f, 0xf5, 0x12, 0xb7, 0x51, 0x9d, 0x1a, 0xfc, 0xe1, 0xe0, 0xc1, 0x87, 0xbb, 0x9c, 0x90, 0x58, 0x99, 0x81, 0xcd, 0x44, 0x04, 0x92, 0x85, 0x87, 0xf2, 0xe1, 0xfd, 0x2e, 0x93, 0x18, 0x08, 0x90, 0xe3, 0xb8, 0xd6, 0xc6, 0x18, 0x2e, 0x4d, 0xba, 0x39, 0xa2, 0x8a, 0x02, 0xa2, 0xb5, 0x52, 0x9e, 0x8d, 0x95, 0x3e, 0xfa, 0xc0, 0x2f, 0x04, 0xdd, 0x2c, 0x00, 0xdd, 0x6c, 0x30, 0x7c, 0x7f, 0xbc, 0xd6, 0xf9, 0x70, 0x1f, 0x38, 0x6b, 0x2d, 0x09, 0x7e, 0x8e, 0x00, 0x42, 0xf0, 0x53, 0x02, 0x88, 0x80, 0xdf, 0x51, 0x05, 0x7e, 0x35, 0x01, 0x84, 0xe0, 0xb7, 0x66, 0xc0, 0x3f, 0x7d, 0x0f, 0x82, 0x3e, 0x1f, 0x34, 0x7e, 0x3e, 0xf5, 0xf6, 0x13, 0xbd, 0x34, 0xc1, 0x3f, 0xa1, 0x91, 0xd2, 0x67, 0xc4, 0x6a, 0xad, 0x65, 0x4f, 0x48, 0xf7, 0xe9, 0x87, 0x1c, 0x05, 0xf5, 0x4a, 0x9d, 0x19, 0x22, 0xfc, 0xb5, 0xad, 0xc8, 0x22, 0x49, 0xaf, 0xcf, 0x5d, 0x2c, 0x5e, 0x74, 0x67, 0x0b, 0xdb, 0x80, 0x1c, 0xcd, 0x11, 0xe0, 0x82, 0x0a, 0xfc, 0xa9, 0x60, 0x7e, 0x40, 0x00, 0x6c, 0x4a, 0x57, 0x2e, 0x5b, 0xae, 0x06, 0x7f, 0x0c, 0x5d, 0xb3, 0x3f, 0x5e, 0xe4, 0xc3, 0x39, 0xe8, 0xfd, 0xf6, 0x90, 0x25, 0x23, 0x20, 0x40, 0xba, 0x2c, 0x36, 0x1a, 0x8c, 0x5d, 0x9b, 0x00, 0x92, 0xe9, 0x1c, 0xdd, 0x78, 0x03, 0x4b, 0x27, 0x82, 0xe9, 0x8c, 0xb1, 0xb2, 0x6e, 0x68, 0x37, 0x9c, 0x77, 0x91, 0x97, 0x3e, 0x70, 0xdd, 0xdf, 0x38, 0x02, 0x14, 0x68, 0xd8, 0x4c, 0xde, 0xf6, 0x14, 0x50, 0x5d, 0x8e, 0xef, 0x6b, 0x0f, 0xd7, 0xe3, 0x44, 0xab, 0x55, 0x95, 0x80, 0x5f, 0xc0, 0x81, 0x1f, 0x63, 0x1e, 0x95, 0xf7, 0xe7, 0xee, 0xd9, 0x49, 0x40, 0x00, 0x7d, 0xe0, 0x9f, 0xc5, 0x01, 0x9e, 0x4a, 0x1c, 0x0a, 0x7a, 0xf4, 0xf6, 0xea, 0xf2, 0x65, 0x0d, 0xf0, 0x37, 0xc1, 0xfb, 0x7f, 0xbb, 0x29, 0x93, 0x2e, 0x7f, 0xae, 0xe1, 0xfd, 0x6d, 0x03, 0xce, 0x76, 0x7a, 0xe6, 0x99, 0x67, 0x04, 0xc5, 0x7b, 0x2c, 0x09, 0x1e, 0x7f, 0xd0, 0xb2, 0x88, 0xd5, 0xfa, 0x5a, 0x5e, 0x9f, 0x07, 0x3f, 0x5e, 0xbc, 0x85, 0x8d, 0x7f, 0x2e, 0x2b, 0x81, 0x78, 0xf0, 0xa3, 0x61, 0x0c, 0x80, 0xb2, 0x45, 0x08, 0x7e, 0xd4, 0xf1, 0x8e, 0xbb, 0x32, 0xb4, 0xc1, 0x3f, 0xeb, 0x58, 0xf2, 0xe3, 0x8f, 0x3f, 0xfd, 0x16, 0xbc, 0xef, 0x1b, 0xcf, 0xbe, 0xdd, 0xab, 0x6b, 0xf7, 0x19, 0x47, 0xe2, 0xc4, 0x48, 0xd0, 0x77, 0x41, 0x08, 0x59, 0xe1, 0x53, 0x48, 0xbb, 0xcd, 0xd0, 0xfb, 0x23, 0xf8, 0x85, 0xf3, 0x03, 0x38, 0x1a, 0x2c, 0x02, 0x8d, 0xdc, 0x74, 0xe9, 0x73, 0xa6, 0x55, 0xa5, 0x8f, 0x21, 0xe0, 0x47, 0x9b, 0xc1, 0x18, 0x9f, 0x8d, 0x41, 0xc3, 0x9f, 0xcf, 0xda, 0x87, 0x76, 0x9a, 0x12, 0x85, 0xfe, 0x8f, 0xfd, 0xcc, 0xfb, 0xf3, 0x9e, 0x9d, 0xfe, 0x7d, 0xbe, 0x3a, 0x90, 0x15, 0x4c, 0x5e, 0x09, 0xad, 0x25, 0xc1, 0x8f, 0x59, 0x9f, 0xbe, 0x0b, 0x22, 0xb4, 0x1a, 0x87, 0x3e, 0x18, 0xb5, 0xf6, 0x0b, 0x41, 0xd1, 0xde, 0xdf, 0x75, 0x10, 0xe1, 0x81, 0x90, 0xe0, 0x21, 0x3d, 0x5e, 0xff, 0x71, 0x41, 0xdd, 0x39, 0x2d, 0xbb, 0x65, 0x09, 0x10, 0x04, 0x04, 0x48, 0x15, 0x10, 0x40, 0xb9, 0x4b, 0x23, 0x80, 0xbf, 0x4c, 0x9d, 0xf1, 0x59, 0xe9, 0x57, 0xa8, 0xbd, 0x0e, 0x8f, 0x8d, 0x6f, 0xc5, 0x93, 0xaf, 0x77, 0xc7, 0x1a, 0x98, 0x37, 0x39, 0x43, 0x22, 0xbc, 0xdd, 0x75, 0xfc, 0xd6, 0xd5, 0x20, 0xb3, 0xfe, 0x23, 0x96, 0xd9, 0x18, 0xbf, 0x2e, 0x81, 0x78, 0x45, 0x55, 0x6b, 0x4c, 0x90, 0xf1, 0x35, 0x40, 0x38, 0x1a, 0x60, 0xca, 0x71, 0xee, 0xd1, 0xb6, 0x2d, 0x7d, 0x0c, 0x06, 0xff, 0x1e, 0x35, 0xf8, 0xd1, 0xa6, 0x09, 0x6d, 0x97, 0x7a, 0x72, 0x4a, 0x3d, 0x49, 0xa5, 0xf4, 0xea, 0x08, 0x76, 0x0a, 0x78, 0xa1, 0x89, 0x80, 0x7f, 0x12, 0x03, 0x7e, 0x83, 0xa4, 0xcf, 0x36, 0x1d, 0x59, 0x1f, 0x57, 0xed, 0xb5, 0x58, 0x3f, 0x9f, 0x76, 0x70, 0x8d, 0xa0, 0xa2, 0xf5, 0x19, 0x41, 0xe5, 0xaa, 0x2e, 0x12, 0x08, 0x63, 0x03, 0x61, 0x97, 0xdb, 0x7d, 0x07, 0xbf, 0xca, 0xeb, 0x73, 0x17, 0x4b, 0xd9, 0x6b, 0x6e, 0xeb, 0x9f, 0xa7, 0x8b, 0x00, 0x42, 0xf0, 0x9f, 0x02, 0xf0, 0x6f, 0x8f, 0xac, 0x20, 0x3d, 0xec, 0x59, 0xf0, 0x07, 0xdc, 0x7a, 0xc5, 0x6c, 0x64, 0x4f, 0x21, 0xf0, 0xc1, 0xde, 0x01, 0x7b, 0x17, 0xec, 0xbd, 0x37, 0xfb, 0xd9, 0x7f, 0x6b, 0x66, 0xed, 0x7b, 0x4e, 0x6c, 0x34, 0xe8, 0x37, 0x3f, 0x94, 0x38, 0xfb, 0x9c, 0xd1, 0xaa, 0xf9, 0xdf, 0x13, 0x57, 0x47, 0x3b, 0xbb, 0xb0, 0x82, 0x13, 0x83, 0xc9, 0x36, 0x05, 0xfe, 0x66, 0x7a, 0xff, 0xe9, 0x0c, 0xf8, 0x45, 0x09, 0xb0, 0x53, 0x82, 0x00, 0x3b, 0x24, 0xbc, 0xbf, 0x57, 0xcb, 0x79, 0xff, 0x11, 0xab, 0x93, 0xb4, 0xe6, 0x2d, 0xe0, 0xf9, 0xa5, 0x77, 0x7a, 0xf2, 0xc9, 0x17, 0x04, 0xd5, 0xab, 0x52, 0x24, 0x78, 0x52, 0xe0, 0x64, 0x85, 0x92, 0x48, 0x8c, 0x04, 0x0f, 0x3d, 0x48, 0xf0, 0xe3, 0x45, 0x3f, 0x0d, 0x5a, 0x3d, 0x5f, 0x78, 0xa3, 0xc1, 0x99, 0x17, 0x35, 0xc0, 0x2f, 0x94, 0x3e, 0x47, 0x13, 0xcf, 0x69, 0xaf, 0xbb, 0x63, 0x2b, 0xfb, 0xe5, 0xed, 0x2f, 0xe6, 0x8e, 0x10, 0x03, 0x3e, 0x67, 0xef, 0x83, 0x7d, 0xf0, 0xd7, 0x67, 0x5f, 0xe8, 0xd6, 0x75, 0xd2, 0xce, 0xc3, 0xf0, 0xfb, 0xff, 0x13, 0x1b, 0x0d, 0x30, 0x36, 0xd8, 0x1c, 0x51, 0xa9, 0x01, 0xfe, 0xdd, 0x71, 0xea, 0xae, 0x2e, 0x2c, 0x53, 0xc0, 0x49, 0x26, 0x7d, 0xe0, 0x77, 0x68, 0xa1, 0x94, 0x67, 0x6b, 0x49, 0x9f, 0x66, 0x81, 0xff, 0x3e, 0x48, 0x1f, 0x5c, 0xe9, 0xc1, 0xd2, 0x5e, 0xc1, 0x76, 0xc7, 0xdd, 0x7d, 0xb5, 0xd7, 0xd4, 0xae, 0x82, 0x92, 0xee, 0xe7, 0x98, 0xde, 0x06, 0x31, 0x49, 0x24, 0x46, 0x82, 0xbf, 0xb6, 0x06, 0x09, 0x9a, 0x0c, 0x7e, 0x64, 0x30, 0x10, 0xa0, 0x40, 0x8c, 0x00, 0x2c, 0xf8, 0x03, 0x33, 0x2f, 0x93, 0xc1, 0x4b, 0xb4, 0x6a, 0xca, 0xff, 0xf7, 0xc1, 0x28, 0x0f, 0x6b, 0x09, 0xf0, 0x53, 0xe0, 0x83, 0x61, 0x4b, 0xe1, 0x47, 0x60, 0x28, 0x8f, 0x3e, 0x79, 0xb3, 0x9f, 0xdd, 0x24, 0xb3, 0xd9, 0xbe, 0xe7, 0x45, 0xeb, 0xd2, 0x81, 0x5c, 0x76, 0xbb, 0x33, 0x69, 0x5a, 0x14, 0xc1, 0xbf, 0x9b, 0x03, 0xff, 0x4e, 0x81, 0x61, 0x69, 0x34, 0x06, 0x8e, 0x0f, 0x4e, 0xfa, 0xb4, 0x10, 0xf8, 0x5b, 0x48, 0xfa, 0x34, 0x17, 0xfc, 0x42, 0xe9, 0x33, 0x6a, 0x63, 0x3a, 0xe9, 0xa1, 0x5d, 0x49, 0xfa, 0xfb, 0xc7, 0xdf, 0xae, 0x9b, 0xc0, 0x94, 0x70, 0xf3, 0xfd, 0x0c, 0x4d, 0x21, 0x41, 0x8b, 0xca, 0xa1, 0x66, 0x81, 0x1f, 0x2f, 0x5c, 0x17, 0x01, 0x78, 0xe9, 0x83, 0x65, 0xcd, 0xa3, 0xdc, 0x62, 0xb4, 0x00, 0xfb, 0xe9, 0x84, 0x6d, 0x1e, 0x1c, 0xf8, 0xdf, 0xe1, 0xec, 0x3d, 0x5d, 0xe0, 0x07, 0xfb, 0x14, 0xac, 0x6b, 0xe7, 0xa7, 0x5e, 0xb2, 0xec, 0x3a, 0x69, 0x87, 0x9f, 0xb9, 0x9d, 0xec, 0x0f, 0x31, 0x22, 0x0c, 0x5a, 0x12, 0x41, 0x96, 0x43, 0x90, 0xbc, 0x93, 0x01, 0xbf, 0x17, 0x76, 0x76, 0x45, 0xd7, 0x90, 0xed, 0x27, 0x6a, 0xe8, 0x8c, 0x2c, 0x66, 0x4d, 0xda, 0x84, 0xee, 0xdf, 0xab, 0x4b, 0xf7, 0x17, 0x48, 0x82, 0xbf, 0x65, 0xa5, 0x4f, 0xf3, 0x52, 0x9e, 0x08, 0x7e, 0x2b, 0xed, 0x55, 0xf5, 0xfe, 0xfc, 0x74, 0xfc, 0xd6, 0x85, 0x82, 0xde, 0x86, 0xc6, 0x90, 0x40, 0x4c, 0x0e, 0x09, 0x63, 0x02, 0x36, 0x4d, 0xda, 0xec, 0x54, 0xa7, 0x30, 0xdb, 0x23, 0x0c, 0x78, 0x35, 0x34, 0xbf, 0x10, 0xfc, 0x78, 0xf1, 0x66, 0xd6, 0x7e, 0xa7, 0x59, 0x02, 0x08, 0xc1, 0x8f, 0xa9, 0xca, 0x19, 0x9e, 0xa7, 0x44, 0x02, 0xa2, 0x03, 0x7e, 0x12, 0x5e, 0xff, 0x7d, 0x0e, 0xf8, 0x1f, 0x72, 0xc0, 0xd7, 0x00, 0x3f, 0x18, 0x76, 0x4f, 0x7d, 0x06, 0xf6, 0xf9, 0x9b, 0xfd, 0x6d, 0x66, 0x9a, 0xcd, 0xf6, 0x39, 0x2f, 0x35, 0xfd, 0x3f, 0x66, 0x75, 0x3c, 0x59, 0x17, 0x52, 0xae, 0x09, 0xfe, 0x28, 0xa5, 0x61, 0x57, 0x17, 0x36, 0xb4, 0x60, 0x49, 0x02, 0x06, 0xca, 0x8d, 0x05, 0xbf, 0xed, 0x7e, 0x23, 0x92, 0x3e, 0x3b, 0x9a, 0xef, 0xfd, 0x27, 0xe8, 0x90, 0x3e, 0x23, 0x37, 0xa4, 0x6a, 0xb7, 0x38, 0x82, 0x7d, 0x36, 0x75, 0xef, 0x16, 0x78, 0x4e, 0xaf, 0x70, 0x26, 0x45, 0x82, 0xe7, 0x9a, 0x10, 0x18, 0xb7, 0x48, 0x76, 0xa8, 0x39, 0xde, 0xff, 0x59, 0x29, 0x02, 0x84, 0x64, 0x5e, 0x52, 0x81, 0x1f, 0x33, 0x40, 0x8b, 0x0f, 0x68, 0x6f, 0x51, 0x6a, 0x36, 0xf3, 0x58, 0xea, 0x63, 0x8f, 0x3d, 0xf5, 0xae, 0x0e, 0xf0, 0x0b, 0xbd, 0xfe, 0x27, 0x1c, 0xf0, 0xbb, 0x72, 0xc0, 0xa7, 0xe0, 0x07, 0xc3, 0x3d, 0xbe, 0xcc, 0x1e, 0x7d, 0xe2, 0xa9, 0x1e, 0x30, 0xc4, 0x7a, 0x41, 0x20, 0xfd, 0x8b, 0x54, 0x91, 0xd7, 0x94, 0x4d, 0xc9, 0x64, 0x7d, 0x58, 0x05, 0xed, 0xe9, 0xa5, 0x04, 0xa0, 0x2d, 0x8d, 0x60, 0xc7, 0xd1, 0x94, 0x4d, 0x2d, 0xab, 0x02, 0xcb, 0xe8, 0x2c, 0x72, 0x5b, 0x4c, 0x79, 0x1a, 0x04, 0xfe, 0x56, 0x92, 0x3e, 0x13, 0xf4, 0x80, 0x1f, 0x57, 0x77, 0x10, 0x6b, 0x01, 0xfd, 0x7c, 0xfa, 0x21, 0x39, 0x3c, 0x1f, 0x5c, 0x30, 0xec, 0x55, 0x8e, 0x00, 0xff, 0x14, 0x21, 0xc1, 0xf3, 0x0f, 0x92, 0x04, 0x6c, 0xae, 0xbf, 0x51, 0xd2, 0x87, 0xbb, 0xe0, 0xe7, 0x2c, 0x6c, 0xfc, 0xcf, 0x88, 0x11, 0x00, 0xd3, 0x9d, 0xeb, 0x14, 0x45, 0x5a, 0x6b, 0x6c, 0x9a, 0x59, 0xfb, 0x56, 0x3e, 0xf9, 0xfa, 0x67, 0x9f, 0x48, 0xc8, 0x1e, 0xa1, 0xe7, 0x17, 0x03, 0xff, 0xe7, 0x9c, 0x99, 0x71, 0x86, 0xab, 0x36, 0xe3, 0x62, 0x54, 0x96, 0xcf, 0xbe, 0x63, 0x31, 0xbc, 0xdb, 0x94, 0x3d, 0x27, 0xe9, 0xda, 0x3c, 0x12, 0xf1, 0xc1, 0xcc, 0x6d, 0x69, 0x64, 0x23, 0x04, 0xc3, 0x5b, 0x05, 0x04, 0xd8, 0xc2, 0x11, 0x60, 0x33, 0xd7, 0xd4, 0x82, 0xd2, 0x08, 0x27, 0x99, 0xec, 0x1f, 0x78, 0xca, 0xb3, 0xa0, 0xc5, 0x74, 0x7f, 0x53, 0xa5, 0x8f, 0xf0, 0x6b, 0x31, 0xe9, 0x33, 0xcc, 0x3d, 0x51, 0x3b, 0xe0, 0xa5, 0xe0, 0x3f, 0x28, 0xef, 0xf4, 0xf8, 0xe3, 0x28, 0x6d, 0x5f, 0x6f, 0x26, 0x09, 0xa4, 0xe2, 0x01, 0x29, 0x29, 0xf4, 0x50, 0x4b, 0x7b, 0xff, 0x27, 0x05, 0x04, 0x78, 0x5a, 0xe0, 0xfd, 0xff, 0xc1, 0x5d, 0x70, 0x17, 0x73, 0x1b, 0xbf, 0x42, 0x4d, 0x09, 0x74, 0x89, 0xa6, 0x3b, 0xf7, 0x44, 0x57, 0xd1, 0x15, 0x81, 0xb5, 0xd2, 0x9d, 0xdd, 0xc7, 0xf4, 0x32, 0x34, 0xe0, 0x15, 0xc8, 0x1e, 0x2d, 0xcf, 0x2f, 0x04, 0x3f, 0x98, 0x15, 0x67, 0x3d, 0x5f, 0xeb, 0x33, 0xcb, 0xd1, 0x6c, 0xf6, 0xb1, 0x3a, 0xa9, 0xba, 0xa2, 0xde, 0x73, 0x82, 0xc9, 0xec, 0x9d, 0x19, 0x94, 0x08, 0x3c, 0xf8, 0x85, 0x04, 0xc0, 0x9e, 0xdf, 0x0d, 0xe1, 0x55, 0xc4, 0x23, 0xb8, 0x82, 0x2c, 0xf5, 0x2d, 0xa1, 0xb3, 0xb0, 0xcd, 0x01, 0xbf, 0x31, 0x4a, 0x1f, 0x6a, 0x5e, 0x52, 0xe0, 0xcf, 0xa5, 0x93, 0x5c, 0xec, 0xb2, 0x26, 0xbc, 0x81, 0x13, 0x3a, 0xc0, 0xc5, 0x75, 0x98, 0xd2, 0x7e, 0x83, 0x23, 0xc1, 0xab, 0x02, 0x12, 0xbc, 0xcc, 0xd9, 0x03, 0x95, 0x42, 0xba, 0xb4, 0xbf, 0xc1, 0xde, 0x9f, 0x12, 0xc0, 0xda, 0xef, 0x2c, 0x4b, 0x00, 0xdf, 0xe4, 0xf3, 0xa4, 0xff, 0xfc, 0x10, 0x36, 0x15, 0xf6, 0xaf, 0xb7, 0x07, 0xce, 0xfd, 0xa6, 0x09, 0xe0, 0xef, 0xa6, 0x07, 0xfc, 0x3d, 0x78, 0xf0, 0x83, 0x21, 0xb9, 0x7a, 0xff, 0xe5, 0xf1, 0x27, 0xfb, 0xbf, 0xff, 0xf5, 0xca, 0xed, 0x40, 0xce, 0x3b, 0x92, 0x44, 0x98, 0x17, 0x4c, 0x66, 0x6c, 0x4d, 0x27, 0x1e, 0x10, 0x23, 0xf0, 0xe0, 0x57, 0x11, 0x20, 0xac, 0x8a, 0xa6, 0x4d, 0xb1, 0xb9, 0x66, 0x6d, 0x68, 0x25, 0x2d, 0x52, 0xc3, 0x32, 0x04, 0xbb, 0x76, 0x2e, 0x7d, 0x26, 0x6e, 0xd7, 0x96, 0x41, 0x2c, 0xf8, 0x31, 0xd8, 0xed, 0x3d, 0x5f, 0xb4, 0x78, 0xf1, 0xcf, 0xae, 0x13, 0xbc, 0x3c, 0xb9, 0xe7, 0xcb, 0x12, 0xa0, 0x25, 0x47, 0x81, 0x66, 0x13, 0xa0, 0xd9, 0x99, 0x1f, 0xee, 0x22, 0xbb, 0x88, 0x11, 0x60, 0x5f, 0x4c, 0x15, 0x19, 0xbe, 0xfc, 0xb8, 0x56, 0xba, 0xf3, 0xa3, 0x91, 0x6b, 0x6d, 0x0c, 0x48, 0x77, 0x0a, 0x83, 0x5e, 0x56, 0xfa, 0x18, 0x04, 0x7e, 0xb0, 0x3e, 0x60, 0x7d, 0xc1, 0xfa, 0x3d, 0xf6, 0xf4, 0x0b, 0x43, 0x3f, 0x1c, 0xed, 0x71, 0x08, 0x88, 0xf0, 0x93, 0x14, 0x11, 0xb0, 0x0c, 0x7b, 0xe2, 0xc6, 0x53, 0xc4, 0x4d, 0x5e, 0xa2, 0xf2, 0xfe, 0x3c, 0xf8, 0xf9, 0x9e, 0x5e, 0x24, 0x01, 0xae, 0xf6, 0x80, 0xf2, 0x68, 0xa9, 0x5f, 0x31, 0x9d, 0x4c, 0x6b, 0x15, 0xe9, 0xf3, 0x00, 0x52, 0x9e, 0x54, 0x02, 0xed, 0xc8, 0xa5, 0xcd, 0x2d, 0x93, 0xb8, 0x86, 0xf6, 0x09, 0x12, 0xb3, 0xbd, 0x43, 0x56, 0x9e, 0x14, 0xdd, 0x4d, 0xc7, 0xc2, 0x4e, 0xf6, 0xeb, 0x87, 0x63, 0xd6, 0x2d, 0xe1, 0x9e, 0xe9, 0x3b, 0x12, 0x24, 0x78, 0x55, 0x47, 0x40, 0xdc, 0xd8, 0x58, 0x40, 0x2a, 0x2d, 0xda, 0x6a, 0x04, 0x10, 0x95, 0x3f, 0x78, 0xe1, 0x00, 0xae, 0x22, 0xe1, 0x87, 0x31, 0xdc, 0x59, 0x7b, 0x81, 0xa8, 0xae, 0x13, 0xb7, 0xaf, 0x15, 0x99, 0xe5, 0xd5, 0x15, 0xf8, 0x36, 0xd9, 0xfb, 0x73, 0xe0, 0xa7, 0x04, 0x00, 0x1b, 0x00, 0x36, 0xb0, 0x73, 0x97, 0xb7, 0x46, 0x7e, 0x3c, 0x66, 0x83, 0x1c, 0x46, 0xa1, 0x7f, 0x4b, 0xb7, 0x00, 0x2a, 0xc8, 0xe8, 0xd5, 0xf1, 0x64, 0xf1, 0xb1, 0x42, 0xba, 0x64, 0x22, 0x0b, 0x7e, 0xbe, 0xab, 0x0b, 0x3b, 0xbc, 0xb0, 0xc9, 0x1d, 0x6b, 0xf8, 0xb1, 0x3a, 0x93, 0x92, 0xa1, 0x05, 0x52, 0x9e, 0xf7, 0x7b, 0xb6, 0x77, 0xd2, 0x0e, 0xe5, 0x5a, 0xfd, 0xfc, 0xdf, 0x08, 0xc1, 0xcf, 0x7a, 0xff, 0x51, 0xeb, 0xd3, 0x68, 0xd3, 0x8d, 0xd8, 0xe7, 0x66, 0x6e, 0xed, 0x7b, 0xe1, 0x8d, 0xde, 0x33, 0xbf, 0xe6, 0x9e, 0xa7, 0x2e, 0x02, 0x88, 0x8d, 0x02, 0xc2, 0x25, 0x5e, 0x9a, 0x2b, 0x83, 0x0c, 0x9e, 0x17, 0x68, 0xaa, 0xfe, 0x7f, 0xc6, 0x10, 0x02, 0x88, 0xd4, 0x7f, 0xf8, 0x31, 0xf5, 0x3d, 0x2d, 0x29, 0x7f, 0x78, 0xf0, 0xf7, 0x64, 0xbd, 0x3f, 0x58, 0x7f, 0x9e, 0x00, 0x60, 0x58, 0x80, 0x35, 0xe8, 0xe9, 0x57, 0xba, 0x8d, 0xfb, 0x64, 0x9c, 0x67, 0x84, 0x2e, 0x22, 0xd0, 0x79, 0x84, 0xc5, 0x91, 0x64, 0xf6, 0x8e, 0x0c, 0xb2, 0x4a, 0x51, 0x46, 0xc1, 0xbf, 0x96, 0x01, 0x3f, 0xda, 0x2a, 0x41, 0x5f, 0x2f, 0x4f, 0x06, 0x2c, 0xbc, 0xc3, 0x38, 0xa1, 0xad, 0xce, 0xf6, 0xe2, 0x2b, 0xff, 0x37, 0xc2, 0xdf, 0x97, 0x02, 0xff, 0x98, 0xcd, 0x99, 0xa0, 0xf5, 0xa3, 0x25, 0xdb, 0x31, 0x3f, 0x9f, 0x71, 0x28, 0xb6, 0xf3, 0x3f, 0x3f, 0x32, 0xe3, 0x9e, 0x63, 0x53, 0x08, 0xf0, 0x12, 0x43, 0x80, 0x2e, 0x2d, 0x14, 0x07, 0xb4, 0x18, 0x01, 0xfe, 0x6e, 0x00, 0x01, 0x8a, 0xa5, 0x80, 0x64, 0x36, 0xdb, 0x3b, 0x85, 0xab, 0xee, 0x6c, 0x13, 0x04, 0x00, 0x1b, 0x0c, 0xf6, 0xe5, 0x93, 0x2f, 0xbc, 0xf7, 0xdd, 0x87, 0xa3, 0x3c, 0xfc, 0xcc, 0x6c, 0xfc, 0xbe, 0xd7, 0x45, 0x04, 0x5c, 0xe1, 0xf8, 0xdb, 0x35, 0xf1, 0x64, 0xee, 0xc1, 0x02, 0x5a, 0x58, 0x27, 0x06, 0x7e, 0x37, 0x41, 0x57, 0x17, 0xed, 0xec, 0x02, 0xc3, 0x5e, 0x60, 0xcc, 0x24, 0xe1, 0xe8, 0x80, 0x29, 0xd3, 0x59, 0x0f, 0x48, 0xfa, 0x4c, 0xe6, 0x00, 0x3f, 0x95, 0xbe, 0x4f, 0x01, 0xb5, 0xa9, 0xbb, 0x24, 0xc0, 0x2f, 0x90, 0x3e, 0x63, 0x3c, 0xb3, 0xc8, 0x20, 0xe7, 0x68, 0xd1, 0x0c, 0x0f, 0x97, 0xcc, 0xf8, 0xe1, 0xe3, 0xd1, 0xeb, 0x56, 0x0a, 0xb2, 0x76, 0xef, 0x0b, 0xb2, 0x79, 0x2d, 0x45, 0x80, 0x67, 0x5b, 0x2b, 0x10, 0x6e, 0xe9, 0x11, 0x40, 0x94, 0x00, 0x66, 0xd6, 0x7e, 0x95, 0xcf, 0xbd, 0x61, 0xf6, 0x11, 0x77, 0xf3, 0x2c, 0x01, 0xde, 0x69, 0x41, 0x02, 0x58, 0x09, 0x08, 0xd0, 0xdb, 0x10, 0x02, 0x80, 0x0d, 0x01, 0x1b, 0xfa, 0x58, 0xe7, 0x67, 0x47, 0xbe, 0x37, 0x74, 0xd9, 0xee, 0xee, 0xb3, 0xbc, 0xaf, 0xeb, 0x6b, 0x1a, 0xef, 0x3f, 0x3f, 0x8c, 0x4c, 0xd8, 0x90, 0x44, 0xe6, 0x1f, 0x39, 0x4d, 0x27, 0xcf, 0xc4, 0xc0, 0x8f, 0xb6, 0x42, 0xa6, 0x6c, 0x6e, 0xc7, 0x16, 0x4d, 0x24, 0x02, 0x16, 0xe2, 0x2d, 0x05, 0x5b, 0xc8, 0xf7, 0xf6, 0x72, 0x59, 0x25, 0x1c, 0x25, 0x66, 0x36, 0x2b, 0xe5, 0xa9, 0x26, 0x00, 0x35, 0x00, 0xb6, 0x72, 0xf5, 0x86, 0x7c, 0xfa, 0x9e, 0x42, 0x82, 0x61, 0x67, 0x17, 0x0f, 0x7e, 0x21, 0x01, 0x26, 0x09, 0x62, 0x01, 0x04, 0xfe, 0xb7, 0x9b, 0x32, 0xc8, 0x60, 0x1d, 0xc0, 0xa7, 0x93, 0x5b, 0xd3, 0xf6, 0x47, 0x3f, 0xfb, 0x76, 0xdf, 0xbe, 0xdc, 0xb3, 0xfa, 0x90, 0x7b, 0x7e, 0xef, 0xb7, 0x90, 0x04, 0x6a, 0x53, 0x23, 0x80, 0xd4, 0x04, 0xd8, 0x3f, 0x04, 0x41, 0x30, 0x10, 0xc0, 0xbf, 0x58, 0x64, 0x69, 0xf0, 0xdb, 0xaf, 0x59, 0x4e, 0xb4, 0xe4, 0x6e, 0xfa, 0x75, 0xee, 0x43, 0x10, 0x8b, 0x01, 0xa4, 0xf2, 0xff, 0xcd, 0x89, 0x01, 0xc4, 0x46, 0x81, 0x2f, 0x04, 0x24, 0xf8, 0x92, 0xb3, 0xa1, 0x60, 0xc3, 0xa8, 0x3d, 0xf2, 0xc8, 0x88, 0x37, 0xfa, 0xdb, 0xac, 0xff, 0x6c, 0xea, 0xde, 0xb3, 0x16, 0xb6, 0xe2, 0xf3, 0x08, 0x1a, 0x15, 0xa8, 0x0b, 0xc2, 0xc8, 0xb8, 0x75, 0x49, 0xc4, 0x71, 0x7f, 0x01, 0xcd, 0x10, 0x09, 0xbd, 0x3f, 0x0f, 0x7e, 0x96, 0x00, 0xc2, 0x7e, 0x5e, 0x6c, 0x74, 0xe7, 0x0d, 0xeb, 0x92, 0x50, 0x3a, 0x61, 0x81, 0x9e, 0x83, 0xa0, 0xaf, 0xd7, 0x66, 0xbf, 0x74, 0x60, 0xad, 0xfc, 0xba, 0x40, 0xf9, 0xf3, 0xfd, 0x82, 0x3e, 0x00, 0xae, 0xab, 0x4b, 0x38, 0xd2, 0x4c, 0xdb, 0x53, 0x20, 0xea, 0xfd, 0xf9, 0xfe, 0xde, 0xf1, 0x58, 0xbd, 0xb9, 0x26, 0x89, 0xf4, 0xc3, 0xcd, 0x2a, 0x74, 0xac, 0x3c, 0x61, 0x36, 0xdb, 0xf7, 0xca, 0xbb, 0x43, 0x16, 0xd9, 0x72, 0xcf, 0xe7, 0x63, 0xce, 0x61, 0x35, 0x95, 0x00, 0xad, 0x91, 0x0a, 0x6d, 0x54, 0x59, 0x44, 0x8b, 0x4c, 0x82, 0x29, 0xe7, 0x01, 0x58, 0x02, 0xc8, 0xfe, 0xf5, 0xce, 0xb0, 0xc5, 0x5f, 0x71, 0x37, 0xab, 0x8b, 0x00, 0x4d, 0x99, 0x03, 0x10, 0x4e, 0x80, 0x59, 0x36, 0x47, 0x06, 0xf1, 0xa3, 0x00, 0x47, 0x02, 0xbc, 0xde, 0xe1, 0x60, 0x23, 0xfe, 0xf1, 0xb6, 0x95, 0xf5, 0x47, 0xa3, 0x3c, 0x82, 0xcc, 0xac, 0x7d, 0xee, 0x18, 0xb2, 0x9c, 0x08, 0x2e, 0x79, 0xf8, 0xb5, 0x5b, 0x2c, 0x99, 0xb1, 0x3d, 0x83, 0xcc, 0x3b, 0x52, 0x48, 0x41, 0xcf, 0x82, 0x7f, 0xa9, 0x9f, 0x38, 0xf8, 0xb1, 0xb1, 0x5d, 0xd9, 0xd5, 0x75, 0x96, 0x1a, 0xdf, 0xcc, 0x3f, 0x87, 0x69, 0x69, 0xe4, 0xeb, 0x95, 0x70, 0x4e, 0xc2, 0xee, 0x40, 0xa1, 0x6a, 0x36, 0x9a, 0xcf, 0x42, 0x21, 0x09, 0x54, 0xe0, 0xdf, 0xab, 0x1b, 0xfc, 0xca, 0x4d, 0xea, 0x94, 0x55, 0x9b, 0x28, 0x73, 0xac, 0x9c, 0x74, 0x2f, 0x83, 0x68, 0x66, 0xed, 0x7b, 0xe3, 0xc3, 0x51, 0x6b, 0xd7, 0x3c, 0xda, 0xf9, 0x99, 0xee, 0xdc, 0x33, 0x31, 0x84, 0x00, 0x6f, 0x09, 0x08, 0xd0, 0xdc, 0x34, 0xa8, 0x54, 0x16, 0xa8, 0x59, 0x93, 0x61, 0x62, 0xa3, 0x80, 0xb0, 0xe3, 0xab, 0x31, 0x04, 0x28, 0x11, 0xa6, 0x3b, 0x3f, 0x19, 0xbb, 0x69, 0x26, 0x77, 0x93, 0xaf, 0x30, 0x24, 0xd0, 0x25, 0x83, 0x5a, 0x3a, 0x13, 0xd4, 0x14, 0x12, 0x68, 0x10, 0xe1, 0x91, 0x47, 0x1e, 0x1b, 0xf9, 0x7a, 0x9f, 0xd9, 0x6b, 0xbb, 0x4d, 0xde, 0x95, 0x0f, 0xa4, 0xfe, 0xaf, 0xa1, 0xeb, 0xeb, 0xf4, 0x5d, 0x10, 0x4a, 0x46, 0xae, 0x3a, 0x49, 0xa6, 0x6d, 0x4b, 0x27, 0x8e, 0x07, 0x0a, 0xc8, 0x62, 0x00, 0xb9, 0x28, 0xf8, 0x7d, 0xa4, 0xc1, 0x3f, 0xe7, 0x88, 0x7e, 0xf0, 0xdb, 0x1c, 0x30, 0x00, 0xfc, 0xbb, 0x0b, 0x54, 0xad, 0x8e, 0xe3, 0xb6, 0x64, 0x50, 0x4f, 0x3f, 0x60, 0xe9, 0x09, 0x83, 0x56, 0xaf, 0x06, 0x69, 0x7b, 0xfb, 0xa3, 0xd1, 0x6b, 0x37, 0x3c, 0xda, 0xb9, 0x8b, 0x05, 0xf7, 0x1c, 0x3e, 0x6d, 0x21, 0xef, 0xaf, 0x8b, 0x00, 0xc2, 0x25, 0xe0, 0x5b, 0x75, 0x22, 0xac, 0xc5, 0xe6, 0x02, 0x84, 0x04, 0xf8, 0x6c, 0xca, 0x5e, 0x77, 0xee, 0xe6, 0xc4, 0x08, 0xd0, 0x9c, 0x51, 0xa0, 0xa5, 0x48, 0xc0, 0xca, 0x21, 0x5d, 0xa3, 0x01, 0x25, 0x02, 0xd8, 0xd7, 0x4f, 0x74, 0x79, 0x73, 0xd2, 0xdb, 0x83, 0xe6, 0xed, 0xe8, 0x36, 0x79, 0x77, 0x81, 0xb9, 0x58, 0x77, 0x9a, 0xce, 0x65, 0x05, 0x03, 0xc9, 0x17, 0x4b, 0x22, 0xc9, 0x48, 0xf7, 0x78, 0x32, 0xc9, 0x33, 0x8d, 0xcc, 0xda, 0x9d, 0x4b, 0x57, 0x82, 0x53, 0xf6, 0xf7, 0x2a, 0xc1, 0x3f, 0x4f, 0x0f, 0xf8, 0x1d, 0x18, 0xf0, 0xdb, 0x32, 0xe0, 0x47, 0xe3, 0x83, 0x69, 0x8c, 0x1d, 0x26, 0x6c, 0xcb, 0x26, 0xa3, 0x37, 0xa4, 0x91, 0x61, 0x6e, 0xf1, 0x64, 0xc0, 0x92, 0xe3, 0x74, 0xcd, 0x20, 0x43, 0xaf, 0xd7, 0x6c, 0xe6, 0xd1, 0xa2, 0x0f, 0xbe, 0x5e, 0xe9, 0xf6, 0xe8, 0x53, 0xcf, 0xf5, 0xe0, 0x3e, 0xf3, 0x6e, 0xdc, 0x33, 0xf8, 0x44, 0x84, 0x00, 0xef, 0x0b, 0x08, 0xf0, 0x8e, 0xc0, 0xfb, 0xbf, 0xd9, 0x8a, 0xde, 0xbf, 0x59, 0x29, 0x50, 0x43, 0x46, 0x81, 0xc7, 0x1b, 0x33, 0x0a, 0x00, 0x01, 0x4a, 0x69, 0x4a, 0x6c, 0xe6, 0x51, 0x1f, 0xee, 0xa6, 0x5e, 0x6a, 0x03, 0x24, 0x60, 0x83, 0x62, 0x5d, 0xa3, 0x81, 0x30, 0x2e, 0x90, 0x1c, 0x11, 0x90, 0x08, 0x94, 0x0c, 0x4f, 0xbf, 0x34, 0xfe, 0xad, 0x2f, 0x9c, 0xb6, 0x76, 0x9d, 0xb4, 0x2b, 0x47, 0x5f, 0x3a, 0x55, 0x1f, 0x31, 0x70, 0x91, 0xaa, 0xc1, 0xcb, 0xa3, 0xe8, 0xea, 0xd1, 0xa3, 0xd6, 0x26, 0x92, 0xb1, 0xeb, 0x93, 0xc9, 0xb8, 0x4d, 0xa9, 0x64, 0xd2, 0xd6, 0x4c, 0x32, 0x65, 0x7b, 0x16, 0x99, 0xbe, 0x33, 0x87, 0xda, 0x54, 0x2f, 0xa5, 0x4d, 0xf1, 0xca, 0x26, 0x93, 0xb7, 0x65, 0x91, 0x71, 0x9e, 0xe9, 0xe4, 0xdb, 0x0d, 0x29, 0x64, 0xe4, 0xda, 0x53, 0xf0, 0xb7, 0x09, 0x64, 0x88, 0x4b, 0x2c, 0x5d, 0x72, 0xbc, 0xcf, 0xfc, 0x50, 0x89, 0x89, 0x2a, 0x7d, 0x7b, 0x15, 0x04, 0xfc, 0xd4, 0x6d, 0xd2, 0xce, 0xe0, 0x57, 0xcc, 0xc7, 0x8d, 0xe7, 0x3e, 0xdb, 0xcf, 0x19, 0xf0, 0xb7, 0xb4, 0xf7, 0x7f, 0xf1, 0x41, 0x64, 0x7f, 0x5a, 0x65, 0x14, 0x30, 0xb7, 0xf5, 0x2b, 0x83, 0x00, 0x29, 0xa5, 0x73, 0x97, 0x37, 0x5e, 0xe6, 0x6e, 0xe8, 0x41, 0x90, 0x40, 0x18, 0x13, 0xe8, 0x1b, 0x0d, 0x74, 0x11, 0x81, 0x1d, 0x11, 0xc4, 0xc8, 0xc0, 0x13, 0x62, 0xc4, 0x23, 0x8f, 0x75, 0x1e, 0xf5, 0x62, 0xb7, 0x6f, 0x16, 0xbe, 0xff, 0xb5, 0x9b, 0xdf, 0x67, 0x53, 0xf7, 0x15, 0x37, 0x46, 0x2a, 0x3d, 0x68, 0x33, 0xb7, 0xf5, 0xff, 0xbe, 0xdb, 0x94, 0xbd, 0x71, 0xef, 0x0e, 0x5f, 0xbe, 0xe2, 0x89, 0x67, 0x5f, 0xef, 0x23, 0x00, 0x7e, 0x6b, 0x83, 0xbf, 0xb5, 0x66, 0x80, 0x9b, 0xd4, 0x13, 0xd0, 0x6c, 0x12, 0x98, 0xcd, 0xf2, 0x0e, 0x7a, 0xf9, 0xa3, 0x41, 0x6f, 0xf0, 0x59, 0xa1, 0xfb, 0x48, 0x02, 0x43, 0x46, 0x83, 0xc6, 0x12, 0x41, 0x8c, 0x0c, 0x52, 0x84, 0x60, 0x49, 0x31, 0xfc, 0xaf, 0xcf, 0xbc, 0xfc, 0xdd, 0xeb, 0x7d, 0x67, 0xad, 0xf9, 0x78, 0xcc, 0xfa, 0x30, 0x24, 0x04, 0x8c, 0x8e, 0x3f, 0xb7, 0x1d, 0xd0, 0xcb, 0x7e, 0xed, 0x3e, 0xf3, 0xf0, 0xd9, 0x4f, 0xc7, 0x6e, 0x39, 0xf6, 0x5a, 0xef, 0x69, 0xb3, 0x3b, 0x3d, 0xfa, 0x68, 0x0f, 0xee, 0x33, 0x33, 0x33, 0xc0, 0xeb, 0x7f, 0xcc, 0xe4, 0xfc, 0x1f, 0x04, 0xf8, 0x5b, 0x6d, 0xb5, 0x08, 0x7d, 0x01, 0xb1, 0xd8, 0xbc, 0x80, 0x2a, 0x2d, 0xda, 0xe5, 0xa3, 0x7e, 0x2f, 0xb3, 0x73, 0x03, 0x2d, 0x4c, 0x02, 0xbd, 0x8d, 0x31, 0x02, 0x12, 0x34, 0x96, 0x08, 0x52, 0x64, 0xd0, 0x47, 0x08, 0x9e, 0x14, 0x42, 0x62, 0x88, 0x11, 0x64, 0xd8, 0x73, 0xef, 0xf4, 0x9c, 0xf9, 0xd6, 0x40, 0x87, 0xf5, 0x1f, 0x8d, 0x59, 0x1f, 0xd4, 0x6d, 0xca, 0x9e, 0xbc, 0xee, 0xb3, 0x8e, 0x5e, 0x36, 0xb7, 0x09, 0xf8, 0x4f, 0xeb, 0x7a, 0xf7, 0x80, 0x9f, 0xbb, 0xcf, 0x3c, 0x5a, 0xdd, 0x6d, 0xea, 0x9e, 0xf8, 0x0f, 0x47, 0xad, 0xde, 0xfe, 0x8a, 0xd5, 0xa4, 0xe9, 0x8f, 0x3e, 0xf1, 0x54, 0x4f, 0xee, 0x33, 0xb1, 0x10, 0x01, 0x7e, 0x63, 0xbd, 0x3e, 0xab, 0xf9, 0x8d, 0x16, 0xfc, 0xfa, 0xaa, 0x43, 0x1f, 0x13, 0x5b, 0x0a, 0x45, 0x5f, 0x66, 0xa8, 0x89, 0x24, 0x68, 0x4c, 0x6b, 0xa4, 0xb0, 0x58, 0xce, 0x10, 0x22, 0x88, 0xc5, 0x08, 0x42, 0x32, 0x48, 0x8d, 0x0c, 0x03, 0x44, 0x46, 0x08, 0x21, 0x29, 0x78, 0x62, 0x0c, 0x16, 0x21, 0x88, 0x4e, 0x7b, 0xfa, 0xf5, 0xcf, 0x26, 0xbc, 0x6a, 0x39, 0x69, 0xc1, 0xbb, 0x43, 0x16, 0x7b, 0x7e, 0x34, 0xca, 0xe3, 0xd8, 0x27, 0x63, 0x37, 0x07, 0x77, 0x9d, 0xe0, 0x15, 0x07, 0xb2, 0x24, 0xe3, 0xf3, 0xe9, 0x07, 0x8b, 0xba, 0xcf, 0x3a, 0x72, 0xce, 0xcc, 0xda, 0xfb, 0xa6, 0xd2, 0x7c, 0x6e, 0xa8, 0x6c, 0xb6, 0xf7, 0x65, 0xf0, 0xe4, 0x65, 0x30, 0xc2, 0x64, 0x77, 0x9d, 0xb4, 0xf3, 0xe4, 0xa7, 0x13, 0xb6, 0x05, 0x7d, 0xfc, 0xdd, 0x86, 0xc3, 0xef, 0x0f, 0x5f, 0xb1, 0xf1, 0xf5, 0x5e, 0x33, 0x1c, 0x9e, 0x7a, 0xa3, 0xfb, 0x70, 0xee, 0xfe, 0xac, 0xb8, 0x7b, 0xb6, 0x6c, 0x22, 0xf0, 0x1b, 0x23, 0x79, 0xf8, 0x80, 0x97, 0x2d, 0x7d, 0x36, 0x0a, 0xf0, 0x4b, 0xcd, 0x0d, 0x48, 0x2e, 0x86, 0xd5, 0x42, 0x24, 0x78, 0x55, 0xf0, 0xa1, 0xe9, 0x1b, 0x0d, 0x1a, 0x4b, 0x04, 0xb1, 0x18, 0x41, 0x6a, 0x54, 0x10, 0x92, 0x81, 0x1d, 0x1d, 0x58, 0x52, 0x88, 0x11, 0x63, 0xa0, 0x08, 0x41, 0x1a, 0x63, 0xc2, 0xf7, 0x10, 0xbe, 0x37, 0xff, 0xff, 0xf8, 0xff, 0xcf, 0x5f, 0x0f, 0x4f, 0x58, 0xfe, 0x7a, 0x7b, 0x09, 0xee, 0x43, 0x0a, 0xf4, 0x62, 0x52, 0xa7, 0xb1, 0xc0, 0x17, 0x7a, 0x7d, 0x43, 0x25, 0x0f, 0x1b, 0xf0, 0xb6, 0x59, 0xf0, 0x37, 0x6a, 0x39, 0xc4, 0x26, 0x90, 0xa0, 0x31, 0xa3, 0x41, 0x53, 0x89, 0xa0, 0x2f, 0x46, 0x10, 0x23, 0x83, 0x21, 0x84, 0x60, 0x47, 0x09, 0x96, 0x18, 0x2c, 0x41, 0x1a, 0x63, 0xfd, 0x44, 0xac, 0xaf, 0x1e, 0xb0, 0xb3, 0x80, 0x37, 0x14, 0xf4, 0xac, 0xb7, 0x6f, 0x0c, 0xf0, 0x75, 0x69, 0xfd, 0xa6, 0x7a, 0xfd, 0x36, 0x07, 0xfe, 0x96, 0x08, 0x8c, 0x35, 0xfa, 0x85, 0xf5, 0x8c, 0x06, 0x2f, 0x0b, 0xea, 0xc3, 0x75, 0xc9, 0x22, 0x43, 0x89, 0xc0, 0xc6, 0x08, 0x62, 0x64, 0x90, 0x92, 0x49, 0x52, 0x84, 0x10, 0x92, 0xa2, 0xa7, 0x00, 0x80, 0xbd, 0x25, 0x08, 0xc2, 0x5a, 0x5f, 0x09, 0x40, 0xf7, 0x11, 0x01, 0x77, 0x6f, 0x1d, 0x40, 0x67, 0xc1, 0xae, 0x0b, 0xf0, 0x62, 0xa0, 0x17, 0xf3, 0xf6, 0xac, 0xc6, 0x37, 0x14, 0xf8, 0x42, 0xb9, 0xa3, 0x4b, 0xeb, 0x37, 0xd6, 0xeb, 0x0b, 0xdb, 0x1e, 0x1f, 0xe8, 0xf2, 0x88, 0x86, 0x90, 0xa0, 0x29, 0x71, 0x41, 0x17, 0x3d, 0xa3, 0x41, 0x63, 0x47, 0x04, 0xb1, 0x60, 0x59, 0x8c, 0x0c, 0xc2, 0x91, 0x41, 0x4c, 0x26, 0x49, 0x8d, 0x10, 0x42, 0x52, 0x58, 0x0a, 0x80, 0x67, 0xa5, 0x83, 0x20, 0x4d, 0x35, 0x2b, 0x11, 0x63, 0x81, 0xce, 0x82, 0xdd, 0x50, 0xc0, 0x8b, 0x81, 0x5e, 0xcc, 0xdb, 0xb3, 0x1a, 0x5f, 0x97, 0xc7, 0x97, 0x92, 0x3b, 0x2d, 0xe9, 0xf5, 0x5b, 0x7d, 0x35, 0xb8, 0xc6, 0x90, 0x40, 0x18, 0x17, 0xe8, 0x5d, 0x2e, 0x51, 0x30, 0x1a, 0x34, 0x45, 0x16, 0xb1, 0x44, 0x10, 0x8b, 0x11, 0x9a, 0x42, 0x06, 0xb1, 0xd1, 0x41, 0x6a, 0x84, 0x10, 0x92, 0xc2, 0x8c, 0x01, 0x9d, 0x85, 0x04, 0x41, 0x9a, 0x6b, 0xc2, 0xf7, 0x35, 0x97, 0x00, 0x3a, 0x0b, 0x76, 0x5d, 0x80, 0x17, 0xf3, 0xf4, 0x52, 0xa0, 0x17, 0xf3, 0xf6, 0xcd, 0x05, 0x3e, 0x5b, 0xda, 0xd0, 0xe6, 0xbd, 0x7e, 0x73, 0x46, 0x03, 0x7d, 0xb2, 0xa8, 0x31, 0x23, 0x82, 0x58, 0xb0, 0xac, 0x6f, 0x54, 0x10, 0x23, 0x83, 0xa1, 0x84, 0xd0, 0x45, 0x8a, 0xcf, 0x18, 0xb0, 0x75, 0x97, 0x20, 0x88, 0x99, 0x0e, 0xc2, 0xe8, 0x02, 0xb3, 0x99, 0x08, 0xb8, 0xbb, 0x8b, 0x80, 0xfc, 0x73, 0xe6, 0x9a, 0x84, 0x60, 0x97, 0xf2, 0xf0, 0x52, 0xf2, 0x46, 0xe8, 0xe9, 0xa5, 0x40, 0x2f, 0x16, 0xdc, 0x1a, 0x2a, 0x75, 0xf4, 0x01, 0xbf, 0x4d, 0x7b, 0x7d, 0x7d, 0x24, 0x30, 0x54, 0x16, 0x35, 0x96, 0x08, 0xc2, 0x18, 0xa1, 0xb1, 0xa3, 0x82, 0x58, 0xbc, 0x60, 0x28, 0x21, 0xc4, 0x48, 0x21, 0x46, 0x0c, 0x21, 0x39, 0x58, 0x82, 0x7c, 0xa6, 0x83, 0x30, 0xba, 0x4c, 0xea, 0xef, 0x85, 0xff, 0xa7, 0xab, 0x08, 0xd0, 0x0d, 0x01, 0xbb, 0x3e, 0x2f, 0xdf, 0x54, 0xd0, 0x8b, 0x2d, 0x6e, 0xc5, 0x4a, 0x9d, 0xa6, 0x02, 0xbf, 0xcd, 0x6f, 0x93, 0x24, 0x26, 0x8b, 0x1a, 0x43, 0x04, 0x29, 0x69, 0x64, 0x88, 0x3c, 0x92, 0x22, 0x83, 0x70, 0x64, 0x10, 0x0b, 0x9e, 0xf5, 0x11, 0x82, 0x25, 0x85, 0x18, 0x31, 0xc4, 0x08, 0x22, 0x24, 0x89, 0x18, 0x59, 0x1a, 0x63, 0xec, 0xfb, 0xb0, 0xff, 0xe7, 0x63, 0x11, 0xa0, 0xb3, 0x9e, 0x5d, 0x0c, 0xec, 0x8d, 0x01, 0xbc, 0x18, 0xe8, 0x0d, 0xf5, 0xf6, 0xfa, 0x34, 0x7e, 0x53, 0x36, 0xc2, 0x68, 0xf3, 0x3b, 0x46, 0x1a, 0x4a, 0x04, 0xa9, 0x18, 0x81, 0x0d, 0x96, 0x75, 0x8d, 0x0a, 0x86, 0x90, 0x41, 0xd7, 0xe8, 0x20, 0x35, 0x42, 0xb0, 0xa4, 0x10, 0x23, 0xc6, 0x07, 0x22, 0x04, 0x11, 0x92, 0x44, 0x8a, 0x2c, 0x8d, 0x35, 0xf6, 0xfd, 0x3e, 0x14, 0xf1, 0xe6, 0x1f, 0x30, 0xd7, 0xc7, 0x7a, 0x76, 0x16, 0xec, 0x52, 0x80, 0x17, 0x7a, 0x79, 0x43, 0x3c, 0x7d, 0x63, 0xbc, 0xbd, 0x98, 0xc6, 0x6f, 0x8c, 0xc7, 0x37, 0x9a, 0xad, 0x52, 0x0d, 0x25, 0x82, 0x54, 0xb0, 0xac, 0x4b, 0x1e, 0x19, 0x42, 0x06, 0x43, 0x09, 0x61, 0x28, 0x29, 0xc4, 0x88, 0xf1, 0xae, 0x08, 0x41, 0xde, 0x13, 0x01, 0xa1, 0x18, 0x61, 0x0c, 0xb5, 0xf7, 0x75, 0xd8, 0x7b, 0x22, 0xde, 0xfc, 0x5d, 0xe6, 0x3a, 0x59, 0xa0, 0x4b, 0x81, 0x5d, 0x0a, 0xf0, 0xfa, 0x40, 0xff, 0xbc, 0x0e, 0xd0, 0x1b, 0xe2, 0xed, 0xdb, 0x2d, 0xf0, 0x0d, 0x8d, 0x11, 0x0c, 0x19, 0x15, 0x0c, 0x21, 0x43, 0x73, 0x08, 0xa1, 0x8f, 0x14, 0x52, 0xc4, 0x60, 0x09, 0xc2, 0x92, 0x44, 0x8a, 0x30, 0x4d, 0x31, 0xa9, 0xf7, 0x7d, 0x5b, 0x0f, 0xc8, 0xc5, 0x80, 0xae, 0x0f, 0xec, 0x86, 0x7a, 0xf9, 0xc6, 0x82, 0xde, 0x10, 0x99, 0xd3, 0xe6, 0x35, 0xfe, 0x83, 0x18, 0x15, 0xa4, 0xc8, 0x20, 0x94, 0x49, 0x62, 0x31, 0x83, 0x21, 0x84, 0x60, 0x49, 0x21, 0x36, 0x52, 0x88, 0x11, 0x83, 0x25, 0x08, 0x4b, 0x12, 0x5d, 0x84, 0x69, 0xaa, 0x49, 0xbd, 0xff, 0x1b, 0x06, 0x82, 0xfc, 0x55, 0x86, 0xf4, 0x62, 0x60, 0x6f, 0x0e, 0xe0, 0x9b, 0x02, 0x7a, 0xd6, 0xdb, 0xb7, 0x6b, 0xe0, 0x37, 0x65, 0x54, 0x10, 0x92, 0x41, 0x6a, 0x64, 0x30, 0x74, 0x74, 0x60, 0x09, 0x21, 0x46, 0x0a, 0x76, 0xa4, 0x10, 0x23, 0x86, 0x18, 0x41, 0x58, 0xa2, 0x88, 0x91, 0xa5, 0x25, 0xec, 0x35, 0xc6, 0xc4, 0xae, 0x41, 0x17, 0xc8, 0xc5, 0x80, 0xce, 0x82, 0xdd, 0x10, 0xc0, 0x0b, 0xbd, 0xbc, 0x94, 0xa6, 0x17, 0x03, 0xfd, 0x63, 0x1d, 0x1d, 0xf4, 0x2d, 0x41, 0x06, 0x7d, 0xa3, 0x83, 0x18, 0x21, 0x0c, 0x21, 0x05, 0x3b, 0x52, 0xb0, 0xc4, 0x10, 0x1b, 0x35, 0xc4, 0x88, 0x22, 0x46, 0x96, 0x96, 0xb4, 0x7f, 0x32, 0xf6, 0xb2, 0x04, 0xc0, 0xa5, 0x40, 0x2e, 0x06, 0x74, 0x16, 0xec, 0xba, 0x3c, 0xbc, 0x2e, 0x2f, 0xdf, 0x58, 0x4f, 0xdf, 0xe1, 0x81, 0x6f, 0x08, 0x19, 0x5a, 0x82, 0x10, 0xfa, 0x48, 0xa1, 0x8f, 0x18, 0x62, 0xa3, 0x86, 0x2e, 0xa2, 0xbc, 0xc8, 0x00, 0x51, 0xcc, 0x5e, 0xd6, 0x03, 0x5e, 0x31, 0x7b, 0x51, 0xc2, 0x5e, 0x90, 0x00, 0xb8, 0x18, 0xc8, 0xa5, 0x80, 0xce, 0x82, 0x5d, 0x97, 0xa4, 0x31, 0xd4, 0xcb, 0x4b, 0x79, 0x7a, 0x13, 0xe8, 0x9b, 0x19, 0x33, 0x08, 0xe3, 0x06, 0x43, 0x08, 0xa1, 0x8b, 0x14, 0x4f, 0x31, 0x0f, 0x5d, 0x17, 0x39, 0x58, 0x92, 0x88, 0x11, 0xa5, 0x0b, 0x03, 0xc0, 0xe7, 0xf5, 0x90, 0x47, 0xca, 0xa4, 0xde, 0xa3, 0x8b, 0x84, 0x3d, 0x27, 0x01, 0x70, 0x31, 0x90, 0x8b, 0x01, 0x5d, 0x0c, 0xec, 0x62, 0xde, 0xbd, 0xb1, 0x80, 0x37, 0x79, 0xf9, 0xfb, 0x30, 0x3a, 0xe8, 0x1b, 0x21, 0x58, 0x52, 0x88, 0x11, 0xc3, 0x10, 0x72, 0x08, 0x09, 0xc2, 0x92, 0x44, 0x8a, 0x2c, 0xad, 0x65, 0x62, 0xff, 0xfb, 0x19, 0x09, 0x80, 0x8b, 0x81, 0x5c, 0x0c, 0xe8, 0x86, 0x82, 0xdd, 0x04, 0xf8, 0x36, 0x44, 0x08, 0x7d, 0x92, 0x89, 0x25, 0x85, 0x18, 0x31, 0x0c, 0x21, 0x07, 0x4b, 0x10, 0x21, 0x49, 0xa4, 0xc8, 0xf2, 0xb4, 0x1e, 0x02, 0x49, 0xd9, 0xd3, 0x06, 0xda, 0x53, 0x12, 0xc0, 0x16, 0x03, 0xb8, 0x18, 0xc8, 0xc5, 0x80, 0xae, 0x0f, 0xec, 0x26, 0xc0, 0x1b, 0xd1, 0x28, 0xa1, 0x6b, 0xa4, 0x10, 0x93, 0x50, 0x52, 0xe4, 0x60, 0x09, 0x22, 0x24, 0x89, 0x14, 0x59, 0xf4, 0x91, 0xc7, 0x50, 0xd3, 0xf7, 0xbe, 0x7f, 0x93, 0x00, 0xb6, 0x2e, 0x80, 0x3f, 0xce, 0xdc, 0x33, 0x0b, 0x74, 0xd6, 0xb3, 0xb3, 0x60, 0x37, 0x01, 0xbe, 0x1d, 0x11, 0x43, 0x1f, 0x39, 0x58, 0x82, 0x3c, 0x26, 0x02, 0x26, 0x31, 0xc2, 0x48, 0x11, 0xa7, 0x29, 0xf6, 0x84, 0x84, 0x3d, 0xae, 0x07, 0xd8, 0xba, 0x00, 0x2e, 0xe6, 0xd1, 0x1f, 0x61, 0x3e, 0x23, 0x13, 0xd0, 0x3b, 0xa0, 0x8c, 0x62, 0xc9, 0x21, 0x24, 0xc8, 0x5f, 0x44, 0x40, 0x24, 0x46, 0x18, 0x29, 0xe2, 0x34, 0xd7, 0xc4, 0xfe, 0xc7, 0xa3, 0x3a, 0x80, 0xfd, 0x17, 0x91, 0x7b, 0x79, 0xd8, 0x04, 0x72, 0xd3, 0xd1, 0x12, 0x24, 0xd1, 0x45, 0x18, 0x5d, 0x04, 0x6a, 0x8a, 0xe9, 0x7b, 0xff, 0x87, 0x25, 0x80, 0x6d, 0x92, 0x2b, 0xa6, 0xa3, 0xcd, 0x91, 0xa8, 0xb1, 0x66, 0x3a, 0x4c, 0x87, 0xe9, 0x30, 0x1d, 0xa6, 0xc3, 0x74, 0x98, 0x0e, 0xd3, 0x61, 0x3a, 0x4c, 0x47, 0x4b, 0x1e, 0xff, 0x0f, 0x42, 0x2e, 0x96, 0xb8, 0xe7, 0x63, 0x1d, 0xdf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int view_refresh_192_png_len = 20733; unsigned char weather_clear_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2d, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x3b, 0x5a, 0x33, 0x94, 0x00, 0x00, 0x00, 0x1c, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x52, 0x79, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x65, 0x72, 0x20, 0x28, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x29, 0x50, 0x59, 0x48, 0x46, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x4a, 0x61, 0x6e, 0x75, 0x61, 0x72, 0x79, 0x20, 0x32, 0x30, 0x30, 0x36, 0x17, 0xea, 0xe8, 0x75, 0x00, 0x00, 0x00, 0x20, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x43, 0xd8, 0x49, 0xcb, 0x00, 0x00, 0x28, 0xb6, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x78, 0x54, 0xd7, 0x95, 0xa6, 0xa7, 0xb3, 0x74, 0xf7, 0xa4, 0xd3, 0x99, 0xe9, 0x4e, 0x67, 0x96, 0x74, 0xba, 0x7b, 0x66, 0xba, 0x67, 0x26, 0xed, 0xee, 0x9e, 0xcc, 0xe7, 0x2f, 0x9d, 0x71, 0x4c, 0x2d, 0x08, 0x10, 0x8b, 0x85, 0x40, 0x08, 0x59, 0x18, 0x01, 0x02, 0xcc, 0xbe, 0x18, 0x83, 0x77, 0x83, 0x31, 0x36, 0x9b, 0x89, 0x57, 0xe2, 0x2d, 0xb1, 0x8d, 0xe3, 0x38, 0x4e, 0x6c, 0x63, 0xa8, 0x2a, 0xe9, 0x01, 0x66, 0x35, 0x36, 0x04, 0xe3, 0xb8, 0xc1, 0x18, 0x63, 0xb3, 0x88, 0x4d, 0x0b, 0x3b, 0x18, 0x81, 0x90, 0x58, 0x54, 0xef, 0xbd, 0x3b, 0x67, 0xbb, 0xf7, 0xdd, 0x57, 0x2a, 0x11, 0x3b, 0x71, 0x0c, 0xa8, 0xaa, 0xbe, 0xef, 0x7c, 0x55, 0xaa, 0x4d, 0xf5, 0xee, 0xf9, 0xcf, 0x7e, 0xee, 0xb9, 0x57, 0x5d, 0x95, 0xbf, 0xe5, 0x6f, 0xf9, 0x5b, 0xfe, 0x96, 0xbf, 0xe5, 0x6f, 0xb9, 0x77, 0x53, 0x33, 0x66, 0xfc, 0x11, 0x52, 0x7e, 0x25, 0x72, 0xf4, 0xd6, 0x5a, 0x15, 0xfd, 0xbf, 0x2a, 0x19, 0xff, 0x5e, 0x7e, 0x25, 0x72, 0xf4, 0xe6, 0x25, 0x23, 0xb7, 0xb4, 0x02, 0xe5, 0x57, 0x22, 0x17, 0xd5, 0xff, 0xc2, 0xab, 0xbf, 0xea, 0x26, 0xa3, 0xaf, 0x21, 0xe1, 0xe3, 0xfc, 0x8a, 0xe4, 0x1a, 0x00, 0x12, 0xf1, 0x4e, 0x6e, 0x32, 0xe6, 0x20, 0xa5, 0xe1, 0x71, 0x7e, 0x45, 0x72, 0x4e, 0xfd, 0x47, 0xa7, 0x19, 0x00, 0xc0, 0xe3, 0xfc, 0x8a, 0xe4, 0x92, 0xf4, 0x2f, 0xb8, 0xee, 0xeb, 0xc0, 0xf8, 0xa4, 0x5b, 0x05, 0x00, 0xa8, 0x22, 0x10, 0x24, 0xf1, 0xb9, 0xfc, 0xca, 0xe4, 0x0a, 0x00, 0xaa, 0xe2, 0x3d, 0x48, 0xfa, 0x37, 0xf4, 0x74, 0xdc, 0xf5, 0x3d, 0xb5, 0x19, 0xe8, 0x91, 0x5f, 0x99, 0x5c, 0x51, 0xff, 0x89, 0xe8, 0x83, 0xc8, 0x74, 0xbf, 0x61, 0x16, 0xd0, 0x4c, 0x02, 0x80, 0x97, 0x8a, 0xce, 0xcd, 0xaf, 0x4c, 0x2e, 0x48, 0xff, 0xb2, 0xc8, 0x5f, 0xa5, 0x93, 0xb1, 0x6a, 0xb7, 0x1a, 0x00, 0x70, 0x76, 0x03, 0x11, 0x3e, 0x06, 0x10, 0x54, 0xab, 0x44, 0xe1, 0xb7, 0xf2, 0x2b, 0xd4, 0xd1, 0x01, 0x90, 0x8a, 0xf4, 0x27, 0xf5, 0xff, 0x9b, 0x62, 0x47, 0xf9, 0x27, 0x88, 0xdc, 0x8d, 0xc5, 0xa4, 0x05, 0x5c, 0x78, 0x2d, 0xbf, 0x42, 0x1d, 0xdf, 0xfb, 0x7f, 0x82, 0xd4, 0xff, 0xc1, 0x59, 0x8e, 0x72, 0x0f, 0x10, 0xf9, 0x07, 0xd9, 0x0c, 0xb4, 0x2e, 0x8e, 0x3d, 0x9d, 0x5f, 0xa1, 0x8e, 0x2c, 0xfd, 0xc9, 0xf8, 0xdf, 0x91, 0xa4, 0x2f, 0x8d, 0x3b, 0x7e, 0x4b, 0xb5, 0xe3, 0x5f, 0xd8, 0xce, 0xd4, 0x52, 0x05, 0xcf, 0x71, 0x48, 0x78, 0x0e, 0xde, 0x93, 0x5f, 0xa9, 0x0e, 0x7a, 0x73, 0x13, 0xd1, 0x4a, 0x02, 0xc0, 0xa6, 0x12, 0xc7, 0x3f, 0xbf, 0x31, 0x44, 0xee, 0xe6, 0x12, 0xd6, 0x02, 0xf0, 0x9e, 0xfc, 0x4a, 0x75, 0x44, 0xe9, 0x57, 0x57, 0xfd, 0x3b, 0x60, 0xee, 0x02, 0x52, 0xff, 0x87, 0xa7, 0x81, 0xf3, 0xb7, 0x0a, 0xc8, 0x11, 0x82, 0xc7, 0x07, 0xa7, 0xb1, 0x1f, 0x90, 0x88, 0xbd, 0x80, 0xef, 0xcd, 0xaf, 0x58, 0x07, 0xbb, 0x5d, 0x48, 0xc4, 0xff, 0x89, 0x18, 0xbc, 0x02, 0xd4, 0x7f, 0xd3, 0xb3, 0xa0, 0xf6, 0x13, 0x8e, 0xdf, 0x38, 0x8f, 0x09, 0x1f, 0xc3, 0x73, 0xee, 0xf2, 0x02, 0x02, 0xc1, 0x85, 0x45, 0x9d, 0xaf, 0xce, 0xaf, 0x58, 0x47, 0x73, 0xfe, 0x52, 0xd1, 0xf1, 0x04, 0x80, 0x0f, 0x4a, 0x1d, 0xbf, 0xf9, 0x45, 0x22, 0xf7, 0xc4, 0x08, 0x22, 0xf3, 0x37, 0xbc, 0x26, 0x66, 0x60, 0x7c, 0x7e, 0xc5, 0x3a, 0x92, 0xfa, 0x5f, 0x1b, 0xff, 0xb2, 0x9b, 0x8c, 0xfc, 0x8a, 0xd5, 0xff, 0x24, 0xc7, 0x3f, 0xfd, 0x04, 0xd0, 0xc3, 0x8e, 0x7b, 0xac, 0x2f, 0x11, 0x3e, 0xa6, 0xe7, 0x0e, 0xdf, 0xac, 0xcd, 0xc0, 0x2b, 0x6a, 0xd3, 0x35, 0x5f, 0xc9, 0xaf, 0xdc, 0xef, 0x78, 0x3b, 0x9f, 0xfc, 0xe1, 0xff, 0x50, 0x8b, 0xe3, 0x7f, 0x7d, 0xf9, 0xc4, 0xfe, 0x9d, 0x7e, 0x40, 0x8c, 0x5d, 0x5d, 0x00, 0x2a, 0xff, 0x5e, 0xa0, 0x39, 0x8e, 0x7f, 0x02, 0x98, 0x7d, 0xac, 0x98, 0x08, 0x1f, 0xd3, 0x73, 0xf0, 0x1a, 0xbe, 0x07, 0xdf, 0x8b, 0x9f, 0xb9, 0x6c, 0x7e, 0x7f, 0xa2, 0xf0, 0x5b, 0x17, 0x12, 0xd1, 0xef, 0x5e, 0x39, 0x12, 0x47, 0xc5, 0x96, 0xe8, 0x6b, 0xe9, 0x44, 0x6c, 0xfa, 0xf9, 0x44, 0xa7, 0xff, 0x79, 0x19, 0xa8, 0xff, 0x3b, 0x09, 0x00, 0x5b, 0xc1, 0xfb, 0x3f, 0x79, 0x17, 0x91, 0x7b, 0x6c, 0x00, 0x50, 0xa9, 0xd0, 0x80, 0xe0, 0xf9, 0xad, 0x25, 0x52, 0x1b, 0x88, 0xde, 0x79, 0xc9, 0xd7, 0x71, 0x71, 0xe4, 0xbf, 0xb0, 0xe9, 0x8a, 0x2e, 0xbe, 0xe2, 0xb2, 0x94, 0x10, 0x72, 0x0d, 0xd7, 0xe5, 0x56, 0x2f, 0x19, 0x9d, 0x71, 0xa9, 0x1c, 0x2b, 0xe5, 0x5c, 0xf3, 0xef, 0x71, 0x01, 0xe9, 0xb7, 0xac, 0x07, 0x66, 0xaf, 0xaf, 0x74, 0xdc, 0xb7, 0x06, 0x3b, 0xee, 0x1a, 0xa0, 0xd5, 0x15, 0x4c, 0xf8, 0x18, 0x9f, 0xc3, 0xd7, 0xd6, 0xb3, 0x1f, 0x40, 0x8b, 0x0e, 0x9f, 0xbd, 0x24, 0x1a, 0x74, 0x51, 0xf4, 0x1f, 0xbc, 0xaa, 0xc8, 0xdd, 0x94, 0xb2, 0xc6, 0xf5, 0x4b, 0x44, 0x26, 0x5f, 0x79, 0x76, 0x37, 0xd1, 0xe5, 0x2f, 0x01, 0x04, 0x09, 0x0d, 0x02, 0xbe, 0x90, 0xe8, 0x83, 0xad, 0x0b, 0x3b, 0x5f, 0xf3, 0x45, 0xfe, 0x8e, 0x74, 0x32, 0xd2, 0xc5, 0xfc, 0x86, 0xa5, 0xbd, 0x1d, 0x77, 0x19, 0xa8, 0xfd, 0xa5, 0x45, 0xd9, 0x89, 0x5e, 0xeb, 0xed, 0x04, 0x7d, 0x02, 0x91, 0x2e, 0x5f, 0x68, 0xa4, 0x92, 0x8a, 0xfe, 0x73, 0x3a, 0x19, 0x9d, 0x69, 0xaf, 0x19, 0x82, 0x40, 0xa5, 0xa2, 0xdf, 0xb9, 0x22, 0x7d, 0x81, 0xd6, 0xc5, 0xb1, 0x89, 0x3a, 0xf3, 0xe6, 0x3a, 0xf6, 0x45, 0x45, 0x1f, 0x87, 0x8b, 0xfa, 0xe1, 0x17, 0x11, 0x6f, 0x03, 0x08, 0xfb, 0xb5, 0x2e, 0x8e, 0x8f, 0x70, 0x13, 0x9d, 0x8a, 0x5a, 0xab, 0x63, 0xdf, 0xc7, 0xc5, 0x54, 0x0b, 0xe3, 0x7f, 0xa6, 0x16, 0x5e, 0xfb, 0xa7, 0x06, 0xac, 0xf0, 0x98, 0x9e, 0x83, 0xd7, 0xf0, 0x3d, 0xf4, 0x5e, 0xfa, 0x4c, 0xb4, 0xdf, 0x17, 0x92, 0x9f, 0x48, 0x46, 0xfe, 0x15, 0x84, 0xe3, 0x21, 0xb3, 0x3e, 0xb8, 0x56, 0xcb, 0xd8, 0x17, 0x41, 0x4d, 0x70, 0xe5, 0x7a, 0xdf, 0x60, 0xc3, 0x60, 0x11, 0xab, 0xb0, 0xe9, 0xc2, 0x3f, 0x06, 0x36, 0x76, 0xf7, 0x58, 0xb8, 0xb0, 0xb8, 0x01, 0x82, 0x9b, 0x8a, 0x3c, 0x8b, 0x75, 0x78, 0x35, 0x23, 0xfe, 0xe5, 0x9c, 0x4c, 0x4c, 0x21, 0xe3, 0x93, 0xd1, 0xc7, 0x42, 0x8c, 0xdf, 0x36, 0x0c, 0xd6, 0x6a, 0x9a, 0x11, 0x18, 0x05, 0xe6, 0xe0, 0x4a, 0x8f, 0xbf, 0xd9, 0x01, 0xfb, 0xa0, 0xcc, 0x51, 0xfe, 0x05, 0xc7, 0x3f, 0xff, 0x9e, 0xe3, 0xef, 0x9d, 0x64, 0x92, 0x2e, 0x62, 0x6f, 0x17, 0xb8, 0x8b, 0xa3, 0xc5, 0xb9, 0xd0, 0x9c, 0x89, 0x21, 0x69, 0xba, 0x3a, 0x5a, 0x00, 0x82, 0xf1, 0x13, 0x73, 0xfd, 0x28, 0x14, 0xbb, 0x46, 0x53, 0x46, 0x52, 0xf9, 0x69, 0xc7, 0xdd, 0x3e, 0x5c, 0xab, 0xff, 0x07, 0xae, 0xfc, 0x90, 0x70, 0x71, 0xa7, 0xff, 0x8e, 0xb5, 0x76, 0x44, 0xb7, 0xdf, 0x5c, 0x05, 0x17, 0x78, 0xd2, 0x51, 0xee, 0x41, 0xb8, 0xd8, 0xe5, 0x8e, 0x5f, 0x3b, 0xd9, 0x71, 0x57, 0x05, 0x40, 0x68, 0x4d, 0x44, 0x5f, 0x06, 0x3b, 0x38, 0x50, 0xad, 0x28, 0xfc, 0x5a, 0x07, 0x64, 0xfc, 0x9f, 0x20, 0xc8, 0xdd, 0x54, 0xec, 0x67, 0x86, 0xf1, 0x2b, 0x0a, 0x48, 0x2b, 0xfa, 0x2d, 0x0e, 0x57, 0x26, 0x61, 0x6d, 0xfc, 0xb3, 0x6b, 0x4c, 0x61, 0x0a, 0x7d, 0x82, 0x0e, 0x71, 0xf1, 0x88, 0x64, 0xba, 0xe0, 0x8f, 0x2a, 0x1c, 0x95, 0x6e, 0x70, 0xfc, 0x0b, 0x35, 0x40, 0x5b, 0xb9, 0x10, 0xd3, 0xfc, 0xaa, 0xe3, 0x37, 0x40, 0x4c, 0xbe, 0xa6, 0xab, 0xad, 0x11, 0x5e, 0xc3, 0xc2, 0x8d, 0xaa, 0x2a, 0xfe, 0x5c, 0xfa, 0xf4, 0xd4, 0xc2, 0xae, 0xdf, 0x48, 0x57, 0xc5, 0x3a, 0x63, 0x64, 0x02, 0x2a, 0xf7, 0x3e, 0x34, 0x3d, 0x6e, 0x2a, 0xba, 0x30, 0x83, 0x9e, 0x49, 0xa7, 0x22, 0xf7, 0x7b, 0xa9, 0xd8, 0x38, 0x08, 0x01, 0x0b, 0xd4, 0x92, 0x4e, 0xff, 0xf1, 0x73, 0x8b, 0x42, 0xa8, 0x07, 0x81, 0x13, 0x51, 0x44, 0xab, 0x84, 0xf1, 0xcd, 0x2f, 0xf3, 0x1a, 0xe0, 0x5a, 0xc0, 0x9a, 0x50, 0x69, 0xba, 0x66, 0xb4, 0x8e, 0x9c, 0x1e, 0xee, 0x30, 0xe8, 0xbf, 0x50, 0x15, 0xf9, 0x17, 0x6d, 0xe3, 0xfc, 0xe6, 0x57, 0x02, 0xe6, 0x03, 0xda, 0xa9, 0x18, 0xd3, 0xfc, 0xba, 0xe3, 0x37, 0x3d, 0x03, 0x40, 0x98, 0x00, 0xe1, 0x58, 0x00, 0x84, 0x74, 0x22, 0xf2, 0x3a, 0x32, 0x0d, 0x9c, 0xb4, 0xbf, 0xf8, 0x4c, 0x8b, 0x9e, 0x8c, 0xff, 0x07, 0x37, 0x11, 0x19, 0x00, 0xdf, 0xf1, 0x0b, 0x70, 0x38, 0x6b, 0x00, 0x50, 0x3e, 0x90, 0xfa, 0x1d, 0xa8, 0x0e, 0xe8, 0x97, 0xf0, 0x1b, 0x2a, 0x94, 0x13, 0xff, 0xe6, 0x67, 0x03, 0xdd, 0xb5, 0x7f, 0xd1, 0x8a, 0xa1, 0x30, 0x82, 0x4b, 0x33, 0x7e, 0x2d, 0x5c, 0x5b, 0xed, 0x70, 0xc7, 0x3f, 0x3d, 0x9f, 0xaf, 0x99, 0x0a, 0x51, 0x6b, 0x02, 0x10, 0xb4, 0x54, 0x1b, 0x1f, 0x09, 0xfd, 0x83, 0x0e, 0xa5, 0x02, 0x81, 0x11, 0x0f, 0xd3, 0x22, 0xec, 0x1a, 0x12, 0x30, 0xbf, 0x71, 0x2e, 0x2c, 0xc6, 0xa3, 0xb0, 0x18, 0x3f, 0x67, 0x00, 0xe0, 0xe3, 0xc6, 0xfb, 0x1c, 0xb7, 0x0e, 0xe2, 0xf1, 0x35, 0x5d, 0x2c, 0x67, 0x31, 0xfa, 0xaa, 0x72, 0xae, 0xfd, 0xf6, 0xc5, 0x17, 0xfc, 0xea, 0xaf, 0x32, 0xd3, 0x23, 0xab, 0x80, 0x69, 0xad, 0xbf, 0x23, 0xc3, 0x2f, 0x46, 0x2e, 0x7c, 0xf7, 0x5a, 0xf8, 0x3d, 0x37, 0xaa, 0x65, 0x3d, 0xff, 0xf8, 0xe2, 0x52, 0x7f, 0xed, 0xb7, 0xf1, 0x37, 0x9b, 0xdf, 0x8f, 0xd7, 0x52, 0x3b, 0x84, 0xb3, 0x90, 0x78, 0x8d, 0x78, 0xad, 0x78, 0xcd, 0x08, 0x84, 0xc6, 0x99, 0x01, 0x08, 0xd0, 0x49, 0x66, 0xe9, 0x7f, 0xa2, 0xc3, 0x55, 0x24, 0x4d, 0x3a, 0x76, 0x39, 0x56, 0xe3, 0x9e, 0x63, 0xf4, 0x37, 0xfd, 0x84, 0xd3, 0xb1, 0xc7, 0x2b, 0x38, 0x13, 0x87, 0x8b, 0xd1, 0x38, 0x15, 0x34, 0x01, 0x38, 0x89, 0x6b, 0x06, 0x80, 0x27, 0xdc, 0x13, 0x98, 0x1f, 0x7f, 0xee, 0x7c, 0xd5, 0xb5, 0x7f, 0xdf, 0xfe, 0x62, 0xc7, 0xbf, 0x99, 0x4e, 0x45, 0x67, 0x01, 0x83, 0x8e, 0xb4, 0x61, 0x5a, 0x55, 0x5c, 0xb9, 0xeb, 0xca, 0x95, 0xbf, 0xe3, 0x76, 0xa5, 0x0e, 0x3d, 0x06, 0x26, 0xf6, 0x65, 0xa5, 0xce, 0x54, 0x29, 0x75, 0x76, 0x8d, 0x52, 0x17, 0xde, 0xb1, 0x68, 0x83, 0x52, 0xe7, 0x56, 0x2b, 0xd5, 0x5c, 0xad, 0xd4, 0x69, 0x78, 0xcf, 0xe1, 0x87, 0x94, 0xbf, 0x73, 0x0a, 0x7c, 0xb6, 0x7f, 0x7b, 0x60, 0x38, 0x0e, 0xff, 0x73, 0xee, 0xc5, 0xb4, 0x02, 0xfe, 0x66, 0x37, 0x19, 0x7f, 0xde, 0x75, 0xba, 0xd3, 0xb5, 0xe0, 0x35, 0xd1, 0xb5, 0xe1, 0x35, 0x9e, 0x9c, 0x0a, 0xd7, 0x3c, 0x84, 0xd3, 0xd0, 0x08, 0x02, 0xd2, 0x82, 0x2f, 0x93, 0x4f, 0x40, 0x9e, 0x7f, 0x55, 0x34, 0xda, 0x21, 0xc3, 0x1e, 0x88, 0x08, 0x9e, 0x24, 0x10, 0xd4, 0x54, 0xb2, 0x0a, 0x04, 0x29, 0xa0, 0x8a, 0x9c, 0xe4, 0xe4, 0xdd, 0x63, 0x65, 0x8e, 0xbf, 0x6f, 0x8c, 0xe3, 0xaf, 0xb9, 0xb1, 0x1a, 0x93, 0x32, 0x9e, 0xd3, 0xe3, 0x3e, 0x8c, 0xcf, 0xb3, 0x4b, 0x7c, 0xfc, 0xcf, 0xbc, 0x64, 0xe4, 0x5e, 0x60, 0xc6, 0x69, 0xc3, 0x98, 0x54, 0x4c, 0xa5, 0x97, 0x74, 0x53, 0xfe, 0x96, 0x09, 0xc0, 0xf0, 0x27, 0x95, 0x6a, 0x59, 0x9e, 0xc1, 0xe8, 0x8b, 0x11, 0x80, 0xe0, 0xc2, 0xaf, 0x81, 0xd6, 0x03, 0xad, 0x53, 0xea, 0xfc, 0xdb, 0x4c, 0x2d, 0x00, 0x98, 0xa3, 0x00, 0x9e, 0x2d, 0x23, 0x19, 0x50, 0x61, 0x20, 0x9c, 0x06, 0xcd, 0x36, 0x43, 0x2d, 0xfb, 0xc1, 0x9f, 0xb7, 0x67, 0xff, 0xd3, 0xd5, 0x85, 0x53, 0x29, 0xc1, 0xb4, 0x6a, 0x20, 0x4b, 0xf8, 0xb1, 0xf2, 0xe0, 0x7a, 0x01, 0x04, 0xa4, 0x09, 0x70, 0x2d, 0x6a, 0xc7, 0x8a, 0xb6, 0x8b, 0x3d, 0xa7, 0x16, 0x96, 0x7d, 0xa9, 0x43, 0x86, 0x40, 0x14, 0xfe, 0x68, 0x27, 0x08, 0x2b, 0x70, 0xa8, 0x0a, 0x51, 0xe5, 0xd3, 0x82, 0xf4, 0x75, 0xdc, 0x1d, 0x83, 0xe1, 0xb5, 0x01, 0x9c, 0x91, 0x5b, 0xd2, 0x6d, 0x50, 0x7b, 0x6a, 0x10, 0x54, 0x71, 0x29, 0xa8, 0xd8, 0xc3, 0x9a, 0x11, 0xe9, 0x24, 0x30, 0xe6, 0xcd, 0x52, 0xe5, 0xd7, 0xfd, 0xe8, 0xe2, 0x4c, 0x3f, 0x0f, 0xcc, 0x3d, 0x0b, 0xaf, 0x9f, 0x59, 0x0c, 0x92, 0xfe, 0x12, 0xd0, 0xcf, 0x81, 0x5e, 0xe4, 0xfb, 0x33, 0xaf, 0x32, 0xb3, 0xcf, 0xbd, 0x29, 0xcc, 0x7f, 0x0b, 0x68, 0x2d, 0x10, 0xfe, 0x0d, 0x1a, 0xe3, 0x3c, 0x68, 0x88, 0x96, 0x84, 0xf2, 0x1b, 0x66, 0x28, 0x77, 0xd5, 0xf5, 0x99, 0x40, 0x38, 0xea, 0x26, 0x62, 0x65, 0xed, 0xc6, 0xfb, 0xd5, 0xdd, 0x06, 0x33, 0x08, 0xe0, 0xda, 0x76, 0x55, 0x4a, 0x15, 0xb2, 0x98, 0x34, 0x01, 0x9b, 0xbe, 0xf9, 0x8e, 0xbb, 0xba, 0x4b, 0xc7, 0xdf, 0x9f, 0x80, 0x09, 0x1f, 0x8a, 0xf9, 0x11, 0x04, 0x7b, 0x87, 0x88, 0xcd, 0x9f, 0xc5, 0x85, 0x99, 0xed, 0xc2, 0xfc, 0xa5, 0xbd, 0xab, 0x5d, 0xa7, 0x5b, 0x49, 0xd6, 0xcf, 0x83, 0x67, 0x0e, 0x9f, 0xff, 0x69, 0x20, 0xf1, 0x71, 0xe5, 0x01, 0xe3, 0xd5, 0x61, 0x30, 0x99, 0xe7, 0xd7, 0xb5, 0x65, 0xf8, 0x39, 0x60, 0x5c, 0xe3, 0xcf, 0x94, 0x7f, 0x6c, 0x0e, 0x68, 0x84, 0x29, 0x00, 0x90, 0xa1, 0x4a, 0xd5, 0x0f, 0x81, 0xfb, 0xc1, 0x70, 0x3f, 0x08, 0xee, 0x07, 0x2a, 0x55, 0x77, 0x23, 0xd0, 0x00, 0x78, 0x7c, 0x03, 0xdc, 0x97, 0x29, 0xbf, 0x16, 0xe8, 0xe0, 0x48, 0xf8, 0xcc, 0xdd, 0x4a, 0x9d, 0x82, 0xef, 0x3d, 0x5b, 0xc5, 0xcc, 0x3f, 0xbf, 0x0a, 0x68, 0x25, 0x7c, 0xe7, 0x0a, 0x78, 0x6e, 0x89, 0x52, 0x47, 0x66, 0x2b, 0x77, 0x45, 0xcf, 0x0c, 0x20, 0xa0, 0xfa, 0xbe, 0xee, 0xbf, 0x66, 0x05, 0x6d, 0xaa, 0xb0, 0x77, 0x1a, 0xaf, 0xcd, 0x80, 0xa0, 0x9c, 0xcd, 0x01, 0xac, 0x81, 0x5b, 0x3b, 0x52, 0x27, 0xc6, 0x5e, 0xea, 0xf0, 0xb9, 0x10, 0x37, 0xd5, 0xa9, 0x37, 0x3b, 0x46, 0x05, 0x2c, 0x01, 0x68, 0x17, 0xf7, 0x8e, 0x25, 0xe6, 0xe3, 0x02, 0x29, 0xa7, 0x5b, 0x97, 0xec, 0x69, 0xe5, 0xf8, 0xff, 0x83, 0x45, 0x3e, 0x24, 0x0b, 0xad, 0xdc, 0x65, 0x3d, 0x94, 0xbf, 0x6f, 0x1e, 0x30, 0x64, 0x6d, 0x86, 0x94, 0x03, 0x10, 0x4e, 0xbd, 0xa0, 0xfc, 0xc3, 0xf7, 0x28, 0xd5, 0x30, 0x12, 0x68, 0x04, 0xd0, 0x4d, 0xca, 0xaf, 0x1f, 0x0e, 0x4c, 0x1e, 0xc6, 0x20, 0xa8, 0xab, 0x24, 0x20, 0x20, 0x08, 0x54, 0x7d, 0x05, 0x30, 0x5d, 0x40, 0x50, 0x7b, 0x03, 0xbc, 0x8e, 0x20, 0xe8, 0x0f, 0xf7, 0xa8, 0x51, 0x4a, 0xe0, 0x73, 0xfd, 0x00, 0x60, 0xa3, 0x94, 0x3a, 0xf9, 0x28, 0x68, 0x00, 0xf0, 0x11, 0xce, 0xbd, 0x21, 0xb4, 0x0c, 0xfe, 0x4e, 0x2a, 0x7f, 0xff, 0xdd, 0x60, 0x1a, 0x62, 0x01, 0x08, 0x40, 0x33, 0x81, 0x7f, 0xf0, 0xc3, 0xac, 0x1a, 0x30, 0xd5, 0xb5, 0xab, 0x06, 0x01, 0x85, 0x81, 0xe4, 0x13, 0xdc, 0x0b, 0xd1, 0x81, 0x76, 0x78, 0xe3, 0x7d, 0x3b, 0x7e, 0x0a, 0x74, 0xd9, 0xdf, 0xff, 0x31, 0x2c, 0xd2, 0xcb, 0x74, 0xc1, 0xb5, 0x15, 0xec, 0xf0, 0x81, 0x7d, 0x14, 0xb5, 0x5f, 0x9c, 0x1d, 0x34, 0xd1, 0x21, 0xb0, 0xb8, 0xe7, 0x8d, 0x63, 0xb7, 0x71, 0x98, 0x52, 0x4d, 0xc9, 0xb6, 0xd2, 0x7e, 0xe2, 0x71, 0xa5, 0x0e, 0x4e, 0x00, 0x35, 0x3d, 0x46, 0x68, 0xb4, 0xd0, 0x28, 0x03, 0x06, 0x04, 0x82, 0xaa, 0x87, 0xcf, 0xd7, 0x23, 0x08, 0x06, 0x03, 0x93, 0x03, 0x10, 0xf8, 0x75, 0xe5, 0xa4, 0x09, 0x08, 0x04, 0x04, 0x80, 0x7e, 0x44, 0xaa, 0xbe, 0x2f, 0x7c, 0xae, 0x2f, 0xdc, 0x03, 0x30, 0x8e, 0x4d, 0x05, 0xc6, 0xbf, 0x0e, 0xff, 0x0f, 0xb4, 0xc0, 0x39, 0x87, 0xa9, 0x69, 0x81, 0xf2, 0x7e, 0x1d, 0x72, 0x18, 0xf1, 0xb7, 0xde, 0x94, 0xf5, 0x5a, 0xe0, 0x1a, 0xf1, 0x5a, 0xfd, 0xd5, 0x03, 0xab, 0xe9, 0xda, 0x21, 0x3a, 0x60, 0xe6, 0x47, 0x7e, 0x85, 0xc9, 0xa2, 0x9c, 0xc8, 0x83, 0x03, 0x43, 0xcb, 0xb5, 0x16, 0x70, 0xd7, 0x94, 0x1b, 0x9b, 0x9f, 0x35, 0x95, 0x8c, 0x89, 0x1b, 0xbd, 0xb0, 0xd5, 0x5d, 0x95, 0xbf, 0x7b, 0x06, 0xdb, 0x72, 0x4b, 0xe2, 0xfd, 0x93, 0x4f, 0x29, 0xff, 0xc0, 0x44, 0xa5, 0x0e, 0x8c, 0x05, 0x66, 0x8f, 0x85, 0xfb, 0x71, 0x61, 0xa2, 0xe7, 0xc6, 0xc0, 0xfd, 0x28, 0x78, 0x7d, 0x24, 0x69, 0x04, 0x45, 0x1a, 0x61, 0x28, 0xd0, 0x10, 0x02, 0x81, 0x5f, 0x57, 0x21, 0xe6, 0x40, 0x40, 0x80, 0x5a, 0xa0, 0x16, 0xcc, 0x0b, 0x68, 0x00, 0xbf, 0xbe, 0x04, 0xee, 0x81, 0xea, 0x00, 0x08, 0xb5, 0x7d, 0x40, 0xf3, 0xc0, 0x73, 0x47, 0xa6, 0x01, 0x10, 0x16, 0xb3, 0x89, 0x38, 0x9b, 0x82, 0xc7, 0x8b, 0x94, 0x5f, 0x33, 0x29, 0x64, 0x12, 0xd2, 0xc9, 0xd8, 0x9c, 0xac, 0xda, 0x4c, 0xfb, 0x04, 0x6b, 0x06, 0xda, 0xe1, 0xee, 0x8d, 0xb9, 0x53, 0x08, 0x79, 0xa9, 0xf0, 0x6b, 0x26, 0x4e, 0xae, 0xee, 0xea, 0xa4, 0x9d, 0x1e, 0x33, 0xb2, 0x39, 0x7c, 0xe8, 0x61, 0x9b, 0x05, 0x5d, 0xda, 0x1d, 0xec, 0xf8, 0x53, 0x61, 0xa9, 0x6f, 0x5e, 0xac, 0xfc, 0x43, 0xb7, 0x13, 0xd3, 0xfd, 0x86, 0xf1, 0x00, 0x02, 0xa0, 0x83, 0x13, 0x81, 0x6e, 0xb6, 0x68, 0x22, 0x3f, 0x8f, 0xaf, 0xd3, 0xfb, 0x34, 0x10, 0x46, 0x88, 0x59, 0x18, 0x4a, 0x9a, 0x80, 0xcc, 0x01, 0xf9, 0x04, 0x03, 0x44, 0x13, 0x94, 0xc1, 0x63, 0x36, 0x05, 0x04, 0x82, 0x3a, 0x06, 0x81, 0x5f, 0x87, 0x00, 0x00, 0xda, 0x5b, 0x0c, 0xf7, 0x00, 0x18, 0x00, 0x9f, 0x3a, 0x9b, 0x10, 0x02, 0x40, 0x1c, 0x99, 0xa9, 0x5c, 0xa7, 0xb3, 0x05, 0x82, 0xb6, 0x19, 0x3d, 0x8a, 0x88, 0xaa, 0x0a, 0xa7, 0x51, 0x88, 0x48, 0x2d, 0x68, 0x91, 0xd7, 0xd5, 0xb2, 0x9e, 0x7f, 0x9e, 0x53, 0xd5, 0xb0, 0xd6, 0x54, 0x6c, 0x98, 0xa4, 0x7d, 0x9f, 0xcf, 0x16, 0xea, 0x49, 0x88, 0x47, 0x8b, 0xe8, 0x2d, 0xef, 0x05, 0x0b, 0xfd, 0xab, 0x50, 0xc8, 0xe6, 0xa3, 0xba, 0xd7, 0xd2, 0x8e, 0x6a, 0x9f, 0x98, 0x3d, 0x09, 0x00, 0x71, 0x0b, 0x91, 0x3a, 0x34, 0xd9, 0x10, 0x3e, 0xaf, 0xe8, 0x75, 0x78, 0x1f, 0xbc, 0x9f, 0xcd, 0xc3, 0x28, 0xf6, 0x0f, 0x08, 0x04, 0xda, 0x27, 0x10, 0x53, 0x50, 0x3b, 0x00, 0x98, 0x7f, 0x83, 0x80, 0xa0, 0x54, 0xcc, 0x40, 0xa0, 0x05, 0x14, 0x68, 0x01, 0xb5, 0x0f, 0x00, 0xb0, 0xbb, 0x37, 0x48, 0x3d, 0xdc, 0x1f, 0xb8, 0x1d, 0x34, 0xc0, 0x42, 0x00, 0x00, 0x98, 0x86, 0xb3, 0x70, 0x7f, 0xf2, 0x71, 0xe5, 0x2e, 0xe9, 0x12, 0x80, 0x20, 0xcb, 0xc6, 0x53, 0xbc, 0x66, 0xca, 0x13, 0x70, 0x0d, 0x64, 0xf8, 0x55, 0xb9, 0x76, 0x53, 0xbf, 0x04, 0x8f, 0x1e, 0xb4, 0x40, 0xb6, 0x24, 0x0f, 0x85, 0x79, 0x3a, 0x7d, 0xfb, 0x46, 0x4f, 0x4e, 0xe0, 0x18, 0x5b, 0xbf, 0x16, 0xd4, 0xef, 0x74, 0xb2, 0xed, 0x36, 0xf3, 0x99, 0xd9, 0x53, 0x80, 0x6e, 0x05, 0xa7, 0xed, 0x36, 0xd6, 0x0c, 0x44, 0xb7, 0xf1, 0x73, 0x02, 0x04, 0xd2, 0x08, 0xa0, 0x0d, 0xd0, 0x24, 0xf8, 0xf5, 0xe0, 0xed, 0xd7, 0x8f, 0x20, 0xe7, 0x90, 0x7c, 0x82, 0xba, 0xc1, 0x26, 0x32, 0xf0, 0x6b, 0xcb, 0x25, 0x2a, 0x08, 0x6b, 0x01, 0xf4, 0x05, 0x58, 0x0b, 0x14, 0xb3, 0x16, 0xa8, 0x01, 0x10, 0xec, 0x2c, 0x82, 0xc7, 0xf0, 0x1d, 0x67, 0x20, 0x9c, 0x6c, 0x79, 0x0d, 0x08, 0x42, 0xca, 0xc6, 0xf9, 0xa0, 0xb5, 0x02, 0x10, 0x78, 0xc9, 0xd8, 0xa8, 0xcc, 0xeb, 0x3c, 0xb7, 0x30, 0xfa, 0xdf, 0xe0, 0xb5, 0x57, 0xd5, 0xf2, 0xcf, 0x96, 0xea, 0xee, 0x40, 0xd9, 0xc1, 0xb6, 0x9d, 0x2e, 0x38, 0xb9, 0x0b, 0x16, 0xa5, 0x85, 0x16, 0x6e, 0x09, 0xd8, 0xfc, 0x93, 0xbf, 0xb0, 0x98, 0xbf, 0x0a, 0x18, 0x38, 0x85, 0xa4, 0x97, 0xd4, 0xf9, 0x41, 0x4c, 0xf8, 0xa0, 0x64, 0xa3, 0xd4, 0x03, 0xf3, 0x0f, 0x83, 0x24, 0x1e, 0xbe, 0x13, 0x00, 0x72, 0x97, 0x52, 0x47, 0x21, 0x8c, 0x3b, 0x82, 0x74, 0x17, 0x44, 0x04, 0x77, 0x08, 0x18, 0xa6, 0xd0, 0x7b, 0x95, 0x80, 0x40, 0x6b, 0x02, 0xbf, 0xfe, 0x26, 0x72, 0x0c, 0xd1, 0x1f, 0xa0, 0xf0, 0xb0, 0x76, 0x60, 0x38, 0x2a, 0xa8, 0x0b, 0x7c, 0x01, 0x02, 0x40, 0x2d, 0xd0, 0x7e, 0x31, 0x05, 0xbb, 0x01, 0x04, 0xbb, 0x00, 0x04, 0x3b, 0x8a, 0x94, 0xb7, 0x0b, 0x40, 0x73, 0xea, 0x39, 0x00, 0x00, 0x68, 0xab, 0x96, 0x5f, 0x82, 0x26, 0x78, 0xd8, 0x36, 0x07, 0x17, 0xb2, 0x8d, 0xa2, 0xf9, 0x6d, 0x29, 0xee, 0xdc, 0x02, 0x04, 0x16, 0x71, 0xb8, 0x00, 0x03, 0xde, 0x7e, 0x67, 0x60, 0xd6, 0x7c, 0x8b, 0xf9, 0x2b, 0x59, 0xbd, 0xa3, 0xc4, 0xa2, 0x1d, 0x27, 0xe9, 0x07, 0xc7, 0xef, 0x50, 0xc0, 0x7c, 0x1f, 0x19, 0x7e, 0xf4, 0x1e, 0xe5, 0x1f, 0x9d, 0x0a, 0x34, 0x4d, 0x68, 0x2a, 0x3f, 0x47, 0x40, 0x08, 0x40, 0xc0, 0x9a, 0x60, 0x1c, 0x6b, 0x12, 0x13, 0x1d, 0x54, 0x52, 0x8e, 0x20, 0xd0, 0x02, 0x1a, 0x00, 0xfd, 0xe1, 0xef, 0x7e, 0xa2, 0x05, 0xfa, 0x32, 0x91, 0x19, 0x00, 0x00, 0xec, 0x09, 0x00, 0xe0, 0x6f, 0xbf, 0x5e, 0x79, 0x3b, 0xe0, 0xbd, 0xa7, 0x7e, 0x02, 0x00, 0x00, 0xad, 0xd5, 0x02, 0xe0, 0x3d, 0x3c, 0xdd, 0x76, 0x0c, 0x8f, 0xa8, 0xc4, 0x0f, 0xf3, 0x5b, 0xd0, 0xdb, 0x8d, 0x0e, 0x92, 0x58, 0x2b, 0x27, 0xef, 0x19, 0x16, 0xf3, 0x4e, 0x49, 0xcf, 0x8a, 0xda, 0x3f, 0x70, 0x0b, 0xc7, 0xf3, 0x24, 0xfd, 0x63, 0x8c, 0xf4, 0x2b, 0x2d, 0xf9, 0xc4, 0x7c, 0xf0, 0xcc, 0x8f, 0x4d, 0x07, 0xba, 0x0f, 0xe8, 0x7e, 0xa1, 0x19, 0xf4, 0x1c, 0x81, 0x02, 0x35, 0x03, 0xbe, 0x17, 0x4c, 0x02, 0x9b, 0x83, 0x09, 0x12, 0x39, 0x8c, 0xe2, 0xef, 0xb6, 0xa2, 0x02, 0x06, 0xc0, 0x80, 0x70, 0x5e, 0xa0, 0x5e, 0x7c, 0x81, 0x06, 0xf4, 0x05, 0x32, 0xcc, 0xc0, 0x2e, 0x00, 0xc0, 0xc7, 0x40, 0x1f, 0x21, 0x08, 0xc0, 0x77, 0x68, 0x7a, 0x16, 0x00, 0x00, 0x26, 0xa1, 0xf9, 0x45, 0xd0, 0x12, 0xe3, 0x6c, 0x10, 0x2c, 0xca, 0x73, 0x3a, 0x3b, 0xf3, 0x7b, 0xd2, 0x02, 0x25, 0xc0, 0x5e, 0xae, 0x2b, 0xe7, 0x74, 0xac, 0x76, 0xf8, 0x0e, 0x4f, 0x65, 0xe6, 0xd4, 0x8f, 0x10, 0x0f, 0x7e, 0x1c, 0x49, 0x30, 0x4a, 0xbf, 0x3a, 0x0c, 0xcc, 0x3c, 0x72, 0x27, 0x4b, 0x3a, 0x32, 0xff, 0x38, 0x30, 0xfd, 0xf8, 0x4c, 0xa5, 0x4e, 0xcc, 0x02, 0x9a, 0xad, 0x7c, 0x7c, 0x7c, 0xfc, 0x01, 0x88, 0xdf, 0xef, 0x63, 0x80, 0xa0, 0x69, 0x20, 0x4d, 0x30, 0x99, 0xcd, 0x07, 0xfa, 0x03, 0x14, 0x19, 0xe8, 0xa8, 0x40, 0x6b, 0x81, 0x0a, 0x32, 0x03, 0x18, 0x16, 0xaa, 0xfa, 0x32, 0x0a, 0x09, 0x29, 0x2f, 0xa0, 0xcd, 0x80, 0x38, 0x83, 0x01, 0x00, 0x7a, 0x2b, 0x6f, 0x3b, 0x82, 0x00, 0x00, 0xf0, 0x61, 0x2f, 0xf8, 0x1b, 0xcc, 0xc9, 0x99, 0x05, 0x00, 0x80, 0x9f, 0xc1, 0xfd, 0xf3, 0xca, 0x5b, 0x5f, 0x62, 0x27, 0x8b, 0xca, 0xf3, 0x1c, 0x0f, 0x79, 0xc4, 0xd7, 0xfe, 0x29, 0x2c, 0x4c, 0x3d, 0x7b, 0xcc, 0xa0, 0xfa, 0x4f, 0xbd, 0x66, 0x79, 0xfb, 0x0f, 0x8b, 0x97, 0x3e, 0x4c, 0xb2, 0x7a, 0xa3, 0x05, 0x00, 0xe2, 0xf8, 0x91, 0xea, 0x07, 0xf5, 0x7e, 0xf4, 0x5e, 0x92, 0x78, 0x64, 0xb8, 0xff, 0xc9, 0x1c, 0xb0, 0xbf, 0xf3, 0x98, 0x3e, 0x79, 0x10, 0xbe, 0x63, 0x0e, 0x83, 0x42, 0x40, 0x80, 0x80, 0x21, 0xe0, 0x90, 0x29, 0x98, 0xc0, 0xd1, 0x44, 0x48, 0x0b, 0x30, 0x00, 0x38, 0x22, 0x28, 0xb7, 0xb4, 0x80, 0x06, 0x40, 0x49, 0x18, 0x00, 0x14, 0x0d, 0x14, 0xb1, 0x19, 0x40, 0x2d, 0xf0, 0xe1, 0xf5, 0xca, 0xdf, 0x0a, 0x20, 0xd8, 0x0b, 0x20, 0x6d, 0x46, 0x10, 0x3c, 0x0f, 0xbf, 0xe5, 0x21, 0x3b, 0x63, 0x78, 0x54, 0x55, 0xe5, 0x87, 0x52, 0x05, 0x21, 0x5f, 0x2a, 0x7a, 0x9b, 0xf1, 0x96, 0x77, 0x4f, 0x0f, 0x2a, 0x73, 0x67, 0x5e, 0x17, 0x66, 0x54, 0x72, 0x1a, 0x97, 0xec, 0x3f, 0x03, 0x40, 0x1d, 0x9a, 0x64, 0xd4, 0xbf, 0x4f, 0x76, 0x7f, 0x3a, 0x49, 0xba, 0xfa, 0x64, 0x2e, 0x2c, 0xf6, 0x8f, 0xc0, 0x79, 0x7c, 0x18, 0x6c, 0xf1, 0xa3, 0xe0, 0x8d, 0x3f, 0xc2, 0x7f, 0x13, 0x08, 0xee, 0xe7, 0xf7, 0x69, 0x2d, 0x70, 0x70, 0x32, 0x87, 0x8f, 0xe2, 0x0b, 0x50, 0x6e, 0xc0, 0x4e, 0x0e, 0xd9, 0xd9, 0xc1, 0x90, 0x19, 0xe8, 0x2b, 0xce, 0xa0, 0x38, 0x82, 0x7b, 0x44, 0x0b, 0xa0, 0x23, 0x08, 0x1a, 0xc0, 0xdf, 0xd6, 0x4b, 0x79, 0x5b, 0x21, 0x7a, 0xd9, 0x02, 0x20, 0x38, 0x0a, 0x9a, 0xa8, 0xf9, 0x59, 0x22, 0x7f, 0xdf, 0x44, 0x2b, 0x2a, 0x88, 0xde, 0x97, 0xe7, 0xbc, 0x89, 0x87, 0xa3, 0x47, 0x39, 0xe4, 0xeb, 0x01, 0x71, 0xf4, 0x2a, 0x2e, 0xc9, 0x9e, 0x5f, 0xcb, 0x31, 0x3b, 0x65, 0xe9, 0x04, 0x00, 0x0d, 0x23, 0xc4, 0x73, 0x1f, 0xcf, 0x8c, 0x43, 0x87, 0x0e, 0x3d, 0x7c, 0xb4, 0xef, 0x28, 0xdd, 0xa8, 0xf6, 0x41, 0xe2, 0x89, 0xe9, 0xa7, 0x1e, 0xe7, 0x62, 0xce, 0xa9, 0xf9, 0x02, 0x82, 0x79, 0xac, 0x1d, 0x48, 0x0b, 0x80, 0xb9, 0x80, 0xcf, 0x51, 0x78, 0x88, 0x9a, 0xe4, 0x40, 0x60, 0x06, 0x48, 0xd3, 0xd0, 0xff, 0xe3, 0x68, 0xc0, 0x97, 0x42, 0x51, 0x00, 0x80, 0x92, 0x8b, 0x84, 0x83, 0x40, 0x60, 0x06, 0xbc, 0x6d, 0x00, 0x02, 0x34, 0x03, 0x5b, 0x7a, 0x02, 0x10, 0x00, 0x30, 0x4d, 0x4f, 0x01, 0x98, 0xc1, 0x31, 0x6c, 0x7a, 0x42, 0xb9, 0xcb, 0x0b, 0x35, 0x08, 0xce, 0xe4, 0x1d, 0xc2, 0xab, 0x68, 0x62, 0xd7, 0x54, 0xb1, 0x8b, 0xb0, 0xa0, 0xb3, 0x85, 0xf9, 0xeb, 0x80, 0x99, 0x8f, 0xb0, 0x23, 0x86, 0xaa, 0x38, 0x8b, 0x06, 0xc8, 0x06, 0x00, 0xff, 0xf8, 0x2c, 0x50, 0xff, 0xa0, 0xf6, 0x1b, 0x41, 0xf2, 0x4f, 0x3f, 0x09, 0x8b, 0xfe, 0x0c, 0x2f, 0x3e, 0x82, 0x01, 0xb4, 0x80, 0xfa, 0x64, 0x36, 0xfb, 0x08, 0xe8, 0x0b, 0xa0, 0x43, 0x48, 0xf9, 0x81, 0x49, 0x94, 0x4b, 0x50, 0x04, 0xac, 0x91, 0x40, 0x61, 0x3f, 0x80, 0x1d, 0xc1, 0x8c, 0xfa, 0x40, 0x7d, 0x00, 0x00, 0xb5, 0xbf, 0x4f, 0x1b, 0x47, 0x50, 0x03, 0xc0, 0x43, 0x00, 0x6c, 0x06, 0x4d, 0xb0, 0x17, 0x40, 0x76, 0xe6, 0x69, 0x20, 0xf8, 0x2d, 0x07, 0xa6, 0xd8, 0x59, 0xc2, 0x99, 0x39, 0x2e, 0xfd, 0x65, 0x5f, 0xd2, 0xb6, 0xdf, 0x5d, 0xde, 0x13, 0xa4, 0x7f, 0x35, 0x3b, 0x7f, 0x67, 0x97, 0xc3, 0x02, 0x0f, 0x16, 0x15, 0x3c, 0x48, 0x54, 0xf2, 0x50, 0xd1, 0x00, 0x3a, 0x01, 0x64, 0x45, 0x00, 0x60, 0x02, 0xd8, 0x01, 0x04, 0x0d, 0x70, 0x52, 0x34, 0xc0, 0xe9, 0x27, 0x08, 0x00, 0x7e, 0xd3, 0xd3, 0x02, 0x80, 0x87, 0x00, 0x00, 0x73, 0xd8, 0x4f, 0x00, 0x7f, 0x81, 0xfc, 0x86, 0x43, 0xb7, 0x19, 0x3f, 0x20, 0xc8, 0x09, 0xd8, 0x00, 0x18, 0x28, 0x59, 0x41, 0x76, 0x04, 0x95, 0xe4, 0x03, 0x94, 0x36, 0x03, 0xe8, 0x07, 0x64, 0x02, 0x00, 0x43, 0xc1, 0x8f, 0x40, 0xfa, 0x01, 0x04, 0xde, 0x07, 0x00, 0x82, 0xcd, 0x3d, 0x94, 0xf7, 0x1b, 0xcc, 0x64, 0xc2, 0x6f, 0x3a, 0x03, 0xa0, 0x3c, 0x3d, 0x5f, 0xb9, 0x2b, 0x0a, 0x83, 0xb0, 0x30, 0x97, 0xe7, 0x14, 0xbb, 0x55, 0xd1, 0x62, 0x63, 0x13, 0xf7, 0x4c, 0x35, 0x4d, 0x18, 0x68, 0xaf, 0xc9, 0xf6, 0xd6, 0x6a, 0x0d, 0x30, 0x58, 0x9c, 0xc0, 0x9b, 0xd8, 0x59, 0x33, 0x39, 0x80, 0xc9, 0x02, 0x80, 0xbb, 0x05, 0x00, 0x0f, 0xb0, 0x03, 0xd8, 0xf8, 0x10, 0x33, 0x1d, 0x40, 0xe0, 0x9f, 0xfa, 0x31, 0x3c, 0x7e, 0x4c, 0x34, 0x00, 0x7c, 0x2f, 0x01, 0x60, 0x5a, 0x16, 0x00, 0x8c, 0xb5, 0x00, 0x30, 0x34, 0x04, 0x00, 0x5d, 0x1b, 0xc8, 0x16, 0x09, 0x70, 0x42, 0xc8, 0xca, 0x08, 0x6e, 0xe7, 0x50, 0x90, 0x4c, 0xc0, 0x07, 0xa0, 0x01, 0xde, 0x07, 0xfa, 0x4d, 0x77, 0x78, 0x0d, 0x4c, 0xcc, 0x19, 0xf8, 0x2d, 0x67, 0xe6, 0x03, 0x60, 0xc6, 0xda, 0x3d, 0x04, 0x37, 0xe6, 0x2e, 0x00, 0xb8, 0x16, 0x40, 0x0b, 0xa1, 0xce, 0x2c, 0xe2, 0xee, 0x1b, 0xcc, 0xf6, 0x35, 0x0c, 0xb2, 0x00, 0x30, 0x50, 0x98, 0x31, 0x94, 0xd5, 0xb3, 0x95, 0x05, 0xe4, 0x0c, 0x20, 0xa8, 0xf1, 0xa3, 0x77, 0xb1, 0x77, 0x8f, 0x31, 0xff, 0x09, 0xd6, 0x02, 0xe8, 0x04, 0xfa, 0x60, 0x0a, 0x90, 0x54, 0xe3, 0xc3, 0xac, 0x19, 0xd0, 0x44, 0xe0, 0x7b, 0xd0, 0x07, 0xa0, 0x9c, 0xc0, 0xad, 0x9f, 0x02, 0x00, 0x37, 0x06, 0x00, 0x20, 0x13, 0x50, 0x1a, 0xca, 0x08, 0x6a, 0x0d, 0xa0, 0x74, 0x46, 0x50, 0x42, 0x41, 0x02, 0xc0, 0xd6, 0x00, 0x00, 0xde, 0x3b, 0xe0, 0xdf, 0x9c, 0x86, 0xdf, 0xd1, 0x84, 0xda, 0x68, 0x8e, 0xdd, 0x5e, 0xb6, 0x32, 0x37, 0xd5, 0xff, 0x8a, 0xc2, 0xaf, 0xe9, 0x1a, 0xbf, 0xf7, 0x6e, 0x65, 0xd0, 0x7a, 0x75, 0xea, 0x29, 0x59, 0xec, 0x1b, 0x44, 0xfa, 0x06, 0x06, 0x66, 0x00, 0xb3, 0x75, 0x14, 0x0a, 0x8e, 0x21, 0xc7, 0x4d, 0xfb, 0x01, 0x1c, 0x0a, 0xde, 0x63, 0xf2, 0x00, 0x3e, 0xc4, 0xff, 0xea, 0x24, 0x47, 0x03, 0x2c, 0xf9, 0x0f, 0xb2, 0xf4, 0x53, 0x3e, 0x60, 0x3a, 0xbc, 0x97, 0x9d, 0x40, 0xce, 0x0a, 0x4a, 0x42, 0x88, 0x9c, 0xc0, 0x91, 0x59, 0x4d, 0xc0, 0xc5, 0x00, 0xe0, 0x6b, 0x13, 0x60, 0xa5, 0x84, 0x4d, 0x2e, 0xc0, 0xd2, 0x00, 0xde, 0xaf, 0xbb, 0x81, 0xa6, 0xb8, 0x05, 0x00, 0x00, 0x80, 0x6c, 0x7a, 0x44, 0x79, 0x9b, 0xca, 0x4c, 0x8a, 0x18, 0xf7, 0x2d, 0xe4, 0xb4, 0xfa, 0x57, 0x0d, 0x73, 0x4c, 0xdb, 0x95, 0x7f, 0x78, 0x22, 0x79, 0xdc, 0x8a, 0x5a, 0xb4, 0x06, 0x88, 0x23, 0x68, 0xf9, 0x01, 0x6d, 0x92, 0x41, 0x93, 0x49, 0x0b, 0xe8, 0x64, 0x10, 0x86, 0x79, 0xa8, 0xe6, 0x49, 0xda, 0x11, 0x08, 0xe4, 0xf8, 0xcd, 0xe2, 0x10, 0x11, 0x1d, 0x45, 0x51, 0xff, 0x1c, 0x05, 0x4c, 0x61, 0x10, 0x1d, 0xb0, 0x8b, 0x43, 0x52, 0x1d, 0x24, 0xb3, 0x53, 0x21, 0x35, 0x81, 0x72, 0x4a, 0x07, 0xb7, 0x31, 0x01, 0x17, 0x01, 0x80, 0x6d, 0x02, 0xfc, 0xf7, 0x00, 0x00, 0x1b, 0x0a, 0x89, 0xe9, 0xaa, 0xe9, 0x61, 0xa6, 0xba, 0x89, 0xb9, 0x9d, 0x18, 0xc2, 0x9d, 0x38, 0x06, 0x00, 0x4d, 0xaf, 0x70, 0xbf, 0x5d, 0x8b, 0x03, 0x0b, 0xdb, 0x5f, 0x42, 0xae, 0x32, 0xce, 0xc5, 0x63, 0xbb, 0x56, 0x7d, 0x45, 0x60, 0x06, 0x48, 0x0b, 0x8c, 0x14, 0x67, 0x50, 0x6b, 0x81, 0xc9, 0x54, 0xec, 0x41, 0x53, 0xa0, 0x41, 0x40, 0x49, 0x1f, 0xd4, 0x06, 0x94, 0x0a, 0xbe, 0x5f, 0xd2, 0xc1, 0xd3, 0x58, 0x53, 0x1c, 0xe6, 0x44, 0x10, 0xf9, 0x10, 0x54, 0x13, 0x18, 0xcb, 0x09, 0x26, 0x5d, 0x19, 0xa4, 0xc4, 0xd3, 0x20, 0x4b, 0x03, 0x70, 0xbf, 0xa0, 0xca, 0x2c, 0x0a, 0xd5, 0x59, 0x00, 0xc8, 0x96, 0x0d, 0xcc, 0x04, 0xc0, 0x5b, 0x5d, 0x19, 0x90, 0x08, 0x80, 0x13, 0x33, 0xed, 0xf4, 0xf0, 0x8b, 0x1d, 0x53, 0xcd, 0x3b, 0xf1, 0x6f, 0xe2, 0x16, 0xeb, 0x0b, 0x89, 0x68, 0x45, 0x9b, 0xf0, 0x2f, 0x19, 0xfd, 0x90, 0x2e, 0x7e, 0x55, 0x6f, 0xb0, 0xfb, 0xcb, 0xb9, 0xd9, 0xf2, 0xd4, 0xd3, 0xec, 0x61, 0x93, 0xaa, 0x0d, 0xcc, 0x80, 0x32, 0x66, 0x80, 0x33, 0x82, 0x5a, 0x0b, 0x50, 0x1e, 0x9f, 0x40, 0xc0, 0x49, 0x21, 0xaa, 0xf8, 0xa1, 0x26, 0x38, 0x12, 0x14, 0x84, 0xd4, 0xb1, 0x7b, 0xf9, 0x5e, 0xd2, 0xc0, 0x9c, 0x05, 0xbc, 0x8d, 0x53, 0xc1, 0x18, 0x49, 0x18, 0xfb, 0x3f, 0x32, 0x54, 0x0f, 0xd0, 0x55, 0x41, 0xbf, 0x6e, 0x80, 0x68, 0xa3, 0xb0, 0x13, 0xd8, 0x26, 0x0a, 0xd8, 0xdd, 0x3b, 0xab, 0x0f, 0x40, 0xb9, 0x00, 0x31, 0x01, 0x2e, 0x00, 0xc0, 0xdf, 0x03, 0x66, 0xe0, 0xf4, 0x43, 0x44, 0xee, 0x9b, 0x3d, 0x75, 0x38, 0xb8, 0xbd, 0x8d, 0x80, 0xc0, 0xba, 0xe1, 0x7c, 0x82, 0x4b, 0x35, 0xa4, 0xe2, 0xf7, 0x4a, 0xec, 0xa4, 0x17, 0x75, 0xee, 0x8e, 0x4d, 0x10, 0x7a, 0xc2, 0x45, 0x66, 0xc3, 0x03, 0xee, 0xac, 0xd1, 0xbb, 0x77, 0xbc, 0xad, 0xa3, 0x05, 0x00, 0x6f, 0x50, 0xbf, 0x1d, 0x75, 0xde, 0x20, 0x00, 0x48, 0x0b, 0xdc, 0xc0, 0x2d, 0x5a, 0x12, 0x0d, 0x28, 0x32, 0x03, 0x95, 0xe4, 0x0c, 0x92, 0x2f, 0x70, 0xc0, 0xee, 0x09, 0xd0, 0x20, 0xb8, 0x8d, 0xd5, 0xbb, 0x94, 0x84, 0xb9, 0x42, 0x28, 0x65, 0xe1, 0x43, 0x77, 0x10, 0xf3, 0xb9, 0x6f, 0x60, 0x92, 0x55, 0x11, 0x94, 0x1c, 0x00, 0x6a, 0x17, 0x71, 0x00, 0x55, 0x5d, 0xd0, 0x27, 0xa8, 0xda, 0x64, 0x02, 0xb9, 0x20, 0x44, 0x89, 0xa0, 0xfd, 0x56, 0x26, 0x10, 0xc2, 0x40, 0x0f, 0xc2, 0x40, 0x1d, 0x05, 0x78, 0xa0, 0x01, 0x7c, 0xed, 0x03, 0xac, 0x07, 0x00, 0xac, 0xed, 0x02, 0xa0, 0xa8, 0x34, 0x00, 0xf0, 0xb7, 0x0e, 0xd2, 0x1a, 0xc0, 0xcb, 0xdc, 0x5b, 0xe0, 0xa6, 0xe2, 0x23, 0xf4, 0xa4, 0x12, 0x1c, 0x57, 0xd3, 0x9a, 0xea, 0xf4, 0x03, 0xdc, 0x59, 0x7c, 0x99, 0x32, 0xfd, 0xea, 0xaf, 0xa6, 0xab, 0x22, 0xd7, 0xa5, 0x31, 0xa9, 0x93, 0x31, 0x15, 0x84, 0x07, 0x2e, 0x75, 0xee, 0x15, 0xaa, 0xf9, 0x27, 0x3b, 0x5d, 0x63, 0xc2, 0xbf, 0xfd, 0xd3, 0xb9, 0xc3, 0xf6, 0xdc, 0x52, 0x60, 0xd0, 0xe8, 0x00, 0x00, 0x44, 0xfd, 0x03, 0x2d, 0x40, 0xd2, 0x58, 0x21, 0xd2, 0x89, 0x21, 0xa1, 0x36, 0x05, 0x63, 0xc4, 0x1f, 0x98, 0x20, 0x5d, 0x3f, 0x1c, 0x19, 0x50, 0x88, 0x87, 0x66, 0xe1, 0xb0, 0xa6, 0xdb, 0xc4, 0xe9, 0x9b, 0x2c, 0xc9, 0x9f, 0x89, 0x81, 0xed, 0x6f, 0x08, 0x37, 0x86, 0x64, 0x2d, 0x09, 0xd7, 0x96, 0x9a, 0xbe, 0x00, 0x25, 0x26, 0x00, 0x2b, 0x82, 0xd4, 0x19, 0xb4, 0xa7, 0x77, 0x00, 0x00, 0x94, 0x7e, 0x9d, 0x07, 0xd8, 0xd2, 0x8b, 0x13, 0x41, 0x04, 0x00, 0x30, 0x01, 0x00, 0x00, 0x6f, 0x7d, 0x9f, 0x00, 0x00, 0xfb, 0xc6, 0x07, 0x49, 0xa1, 0x8c, 0xdd, 0x40, 0xa6, 0x7b, 0x3a, 0x4c, 0xbf, 0xc2, 0x99, 0x41, 0x38, 0xf3, 0xf0, 0x92, 0x6f, 0x1d, 0xe3, 0xc9, 0x9b, 0x9d, 0xfe, 0x0f, 0xa8, 0xf2, 0x49, 0xa1, 0x7d, 0x70, 0x78, 0x02, 0x07, 0x6e, 0xf0, 0xdc, 0x51, 0xe6, 0xb8, 0x1b, 0xca, 0xa8, 0xe1, 0xb3, 0x75, 0x49, 0x78, 0x2c, 0x0c, 0x6e, 0xb6, 0x34, 0xf6, 0xff, 0xf8, 0x7c, 0xe9, 0xb0, 0x5d, 0x02, 0x8c, 0x28, 0x93, 0xc5, 0x2d, 0xe1, 0xc5, 0xd6, 0x00, 0xc8, 0x08, 0x09, 0x29, 0x55, 0x8b, 0xa6, 0x80, 0xda, 0xbd, 0x47, 0x5a, 0xfd, 0x01, 0x41, 0x6b, 0x98, 0x69, 0x07, 0xa3, 0x4e, 0xa0, 0xc9, 0xdc, 0x4b, 0x40, 0x21, 0x9f, 0x6e, 0x0d, 0x1b, 0x1f, 0x84, 0x7e, 0xd2, 0x3a, 0xae, 0xea, 0x79, 0xdf, 0x80, 0xd2, 0x69, 0x60, 0xd3, 0x1a, 0xd6, 0x5f, 0x7e, 0x4b, 0xd0, 0x20, 0xea, 0xd7, 0x65, 0xa9, 0x05, 0x48, 0x2a, 0xd8, 0x68, 0x00, 0x9d, 0x09, 0x7c, 0x57, 0x4c, 0xc0, 0x9b, 0x00, 0x80, 0x55, 0xe0, 0x07, 0x34, 0x42, 0x64, 0x72, 0x0a, 0x00, 0xd0, 0x70, 0xbb, 0xed, 0x08, 0x0e, 0x09, 0xad, 0x6f, 0x75, 0x97, 0xef, 0x53, 0xe3, 0xe8, 0x7a, 0x58, 0xc3, 0x6d, 0xa5, 0x66, 0x7a, 0x99, 0xa1, 0x44, 0xec, 0x05, 0xdc, 0x41, 0xfd, 0x85, 0xcf, 0x36, 0xc6, 0x11, 0x70, 0xd8, 0xf2, 0x0c, 0xff, 0xfc, 0xe7, 0x21, 0xa6, 0x63, 0x87, 0xef, 0xf6, 0x81, 0x8e, 0x7f, 0xfc, 0x76, 0xc7, 0x6f, 0x7c, 0x80, 0xf7, 0xbf, 0x6d, 0xa8, 0x24, 0x00, 0xa8, 0x85, 0x05, 0xdf, 0xce, 0xb0, 0xff, 0xb7, 0x1a, 0x00, 0x34, 0x2e, 0xe0, 0xd6, 0xea, 0x96, 0x57, 0xa5, 0xf5, 0x9a, 0x01, 0xc0, 0x66, 0xa0, 0x54, 0xfa, 0xf2, 0x24, 0x24, 0xb4, 0x12, 0x43, 0x41, 0x7d, 0xe0, 0x26, 0x69, 0xf9, 0x1e, 0x1d, 0x74, 0x04, 0x13, 0x10, 0x26, 0x4a, 0xc5, 0xf0, 0x66, 0xd1, 0x0c, 0xc2, 0x78, 0xb2, 0xf9, 0xe3, 0x44, 0xf2, 0x47, 0x11, 0x80, 0x54, 0x83, 0x8e, 0xfd, 0xc5, 0xfb, 0xb7, 0x2b, 0x81, 0xb5, 0xf0, 0xff, 0xed, 0xb6, 0x30, 0x63, 0xff, 0xfb, 0x58, 0x11, 0x40, 0x6f, 0x53, 0x0c, 0xf2, 0x6d, 0x13, 0x00, 0x00, 0xf0, 0x31, 0x13, 0xb8, 0x51, 0x4c, 0x00, 0x02, 0x60, 0x45, 0x01, 0x98, 0x24, 0x88, 0x48, 0x4e, 0x01, 0x08, 0x0e, 0x4d, 0xb3, 0x8a, 0x43, 0xe1, 0x51, 0x30, 0x2a, 0x55, 0xf8, 0x1d, 0x02, 0x00, 0xac, 0x21, 0xef, 0x9f, 0xb8, 0x97, 0xe7, 0x18, 0xe2, 0x30, 0xcb, 0xe5, 0x61, 0x30, 0xd0, 0x04, 0xf4, 0x54, 0xa4, 0x3f, 0x9e, 0x85, 0xf0, 0x87, 0x91, 0x76, 0xf8, 0x62, 0x1c, 0x6e, 0x00, 0xea, 0x67, 0x7e, 0x08, 0x85, 0xf8, 0x43, 0xb6, 0x0e, 0x70, 0xfc, 0x63, 0xb3, 0x64, 0xda, 0xe6, 0x4b, 0x8e, 0xdf, 0xf4, 0x24, 0xcf, 0xdc, 0xc3, 0x91, 0x6b, 0x38, 0x79, 0x0b, 0x01, 0x90, 0xb1, 0xcf, 0x1f, 0x9c, 0x9b, 0x79, 0x41, 0x04, 0xf0, 0x32, 0xb7, 0x56, 0x37, 0x2d, 0x60, 0xa9, 0xd2, 0x20, 0xa8, 0xb3, 0xb5, 0x40, 0x99, 0x30, 0x63, 0x80, 0x38, 0x66, 0x83, 0x64, 0x87, 0x4f, 0xa5, 0x95, 0x21, 0x1c, 0x11, 0x34, 0x8b, 0x58, 0xad, 0xe1, 0xdc, 0xfa, 0x35, 0xde, 0xfa, 0x7b, 0xac, 0xe4, 0xfd, 0x47, 0x99, 0x4d, 0x23, 0xdc, 0x0e, 0x56, 0x29, 0xdf, 0x19, 0x48, 0x7f, 0x66, 0x77, 0xb0, 0xe9, 0x0c, 0xce, 0x8c, 0x00, 0x24, 0x04, 0xf4, 0xa4, 0x1a, 0xe8, 0x6d, 0x0b, 0x1c, 0x40, 0x7f, 0x93, 0x00, 0x60, 0x5d, 0x57, 0xe5, 0xad, 0xe9, 0xa2, 0x60, 0xcd, 0xe0, 0xf3, 0x77, 0x33, 0x00, 0x20, 0x34, 0xb5, 0x34, 0xc0, 0x93, 0xa1, 0x35, 0x5f, 0xd5, 0xf5, 0x1b, 0x04, 0x80, 0xb7, 0x86, 0xc8, 0xc6, 0xd9, 0x39, 0xbc, 0xb6, 0xb4, 0xc6, 0x3f, 0x71, 0xfc, 0x23, 0x20, 0x60, 0x5b, 0x8a, 0xc3, 0x23, 0x77, 0x18, 0x0c, 0x8f, 0xd1, 0xb4, 0x95, 0x55, 0xbf, 0x67, 0x6e, 0x81, 0x9c, 0xb9, 0xea, 0x68, 0x81, 0xc7, 0x53, 0xab, 0xaa, 0x83, 0x49, 0x5b, 0xf0, 0x0f, 0x37, 0xf7, 0x07, 0xa6, 0x3f, 0xc2, 0x43, 0x96, 0x71, 0xe4, 0xcb, 0xd9, 0xd5, 0x8e, 0xdf, 0x92, 0xe4, 0x8d, 0x8e, 0x8d, 0x73, 0x1d, 0xf7, 0x84, 0x6c, 0x82, 0x5c, 0x3b, 0x98, 0xa6, 0x6e, 0x65, 0xe6, 0xbb, 0xb1, 0x13, 0xd8, 0x00, 0xa0, 0x19, 0xbb, 0x69, 0x93, 0xa0, 0x09, 0x9e, 0xe2, 0xfa, 0x3a, 0xb5, 0x5c, 0x89, 0x16, 0xa0, 0x88, 0xa0, 0xbf, 0x71, 0x08, 0x39, 0x2c, 0x0c, 0xa2, 0x02, 0x45, 0xfe, 0x40, 0xa5, 0xf1, 0x09, 0xb8, 0x58, 0x34, 0x52, 0xcc, 0xc2, 0x68, 0x31, 0x0d, 0x63, 0x44, 0xda, 0xc7, 0x88, 0x96, 0xc8, 0xbe, 0x49, 0x84, 0xb5, 0xca, 0x20, 0x92, 0x7e, 0xdd, 0x14, 0xca, 0x91, 0x48, 0x99, 0xec, 0x0f, 0x28, 0x35, 0x7d, 0x00, 0xda, 0xfe, 0xb7, 0x69, 0x0c, 0xd5, 0x39, 0x00, 0x5d, 0x07, 0x40, 0x07, 0xf0, 0xdf, 0x00, 0x00, 0xef, 0x80, 0xfd, 0x7f, 0x1b, 0x00, 0xb0, 0x1a, 0x01, 0xd0, 0x19, 0x3e, 0x77, 0x2b, 0x03, 0xe0, 0x93, 0x07, 0xad, 0x50, 0x30, 0xf2, 0x52, 0x68, 0xfd, 0x71, 0xa2, 0x08, 0x4e, 0x2c, 0xc3, 0x35, 0x3c, 0x36, 0x90, 0x87, 0x59, 0x9e, 0x7e, 0x84, 0xd7, 0x18, 0xd7, 0x1a, 0xd7, 0x1c, 0xb7, 0x94, 0xe3, 0x9c, 0xe3, 0x83, 0x0f, 0x38, 0xee, 0x7b, 0x45, 0xa1, 0x41, 0x5c, 0x38, 0x9b, 0x09, 0x79, 0x87, 0x3c, 0xfc, 0xd4, 0x1b, 0x4e, 0x68, 0x7e, 0x4d, 0xb2, 0x53, 0x5c, 0x36, 0x63, 0xa4, 0xcc, 0x97, 0xe1, 0x91, 0x2a, 0x1b, 0x7b, 0x01, 0xea, 0x1e, 0x86, 0x7f, 0xba, 0x09, 0x82, 0xf5, 0x46, 0x1e, 0xf3, 0x72, 0x61, 0x17, 0x03, 0x00, 0x67, 0xef, 0x37, 0xce, 0x34, 0x5b, 0x9e, 0x99, 0x4a, 0x79, 0xfe, 0xde, 0xd2, 0xa2, 0xea, 0x4c, 0x87, 0x45, 0xb7, 0x7e, 0x11, 0x00, 0x70, 0x97, 0x0d, 0xf6, 0xd4, 0x37, 0x3e, 0xce, 0xf6, 0x14, 0x17, 0x96, 0xb4, 0x40, 0x5f, 0xe9, 0xc1, 0xeb, 0x17, 0x36, 0x05, 0x75, 0xe5, 0x19, 0xa1, 0xe1, 0x60, 0x91, 0xdc, 0xa1, 0x96, 0x36, 0xb8, 0x49, 0xa4, 0x5b, 0x00, 0x61, 0x40, 0x31, 0x42, 0x42, 0xc8, 0xe1, 0xd4, 0x0e, 0xae, 0x25, 0x5f, 0x33, 0x9f, 0x1d, 0xbf, 0xc0, 0xf6, 0x2b, 0x91, 0x7e, 0x95, 0xe1, 0xfc, 0xd1, 0x6f, 0xd4, 0xcd, 0x20, 0x96, 0xfd, 0x27, 0x07, 0x30, 0x33, 0x04, 0x7c, 0x0f, 0x00, 0xb0, 0xa1, 0x1b, 0xe5, 0x00, 0x5c, 0x04, 0xc0, 0x1b, 0x00, 0x80, 0x3d, 0xb7, 0xb2, 0x1f, 0x60, 0x03, 0x20, 0x15, 0x7d, 0x39, 0xd3, 0xc7, 0xc2, 0xb5, 0xa3, 0x35, 0xa4, 0x61, 0x96, 0xb2, 0x81, 0xf6, 0xc4, 0x48, 0xde, 0x58, 0x7b, 0x76, 0x19, 0xaf, 0x3d, 0xf0, 0x00, 0x79, 0xa1, 0xdc, 0x63, 0xf0, 0xdc, 0x5a, 0xc7, 0x6f, 0x98, 0xe6, 0xb8, 0xeb, 0xba, 0xea, 0xd3, 0xd0, 0xcc, 0xc4, 0x15, 0x3a, 0x25, 0x15, 0x8f, 0xca, 0xfd, 0x6d, 0x67, 0x25, 0xe3, 0x4c, 0x1f, 0x9e, 0x6c, 0x61, 0xcd, 0xb2, 0xd1, 0x7b, 0xf9, 0x6a, 0x26, 0xf0, 0x9c, 0x9f, 0x74, 0x43, 0x18, 0x00, 0xa8, 0x09, 0x4e, 0x3f, 0x01, 0x3f, 0x6e, 0x82, 0xf5, 0x63, 0x2f, 0x06, 0x00, 0x5b, 0x03, 0xbc, 0x06, 0x00, 0x58, 0xc4, 0x00, 0xc0, 0x05, 0x45, 0xb5, 0x5a, 0xab, 0x01, 0xa0, 0xb5, 0x40, 0xbf, 0xc0, 0x14, 0x10, 0xd9, 0xe6, 0xa0, 0x42, 0x92, 0x36, 0xe2, 0x1c, 0x92, 0x2d, 0x1f, 0x2a, 0xe5, 0xe3, 0xe1, 0x66, 0x5f, 0xa0, 0xbd, 0x3f, 0x30, 0x60, 0x7c, 0xa5, 0x84, 0x96, 0x15, 0x41, 0xde, 0x9f, 0x24, 0x3f, 0xdc, 0x04, 0x12, 0x00, 0xa0, 0x6f, 0x00, 0x80, 0xfd, 0xd2, 0x14, 0xba, 0x5b, 0xaa, 0x80, 0x3b, 0xa5, 0x12, 0xb8, 0x4d, 0x27, 0x81, 0xb8, 0x12, 0xe8, 0x4b, 0x0e, 0x80, 0x00, 0xb0, 0xb2, 0xb3, 0x02, 0x0d, 0x0a, 0x80, 0x81, 0x30, 0xb4, 0x71, 0x1e, 0xd5, 0x27, 0xac, 0xad, 0xed, 0xaf, 0x5c, 0x16, 0x00, 0xb0, 0x7f, 0xc0, 0x85, 0x54, 0x97, 0x7f, 0x6c, 0x4d, 0xc6, 0x46, 0xd1, 0x98, 0x14, 0xdb, 0xe1, 0x5b, 0xdb, 0xc5, 0xf1, 0xf7, 0x4d, 0x01, 0x5b, 0x04, 0xf6, 0xe8, 0xec, 0xfa, 0xb0, 0x09, 0xc0, 0x81, 0x07, 0x27, 0xa6, 0x80, 0x36, 0x18, 0x1c, 0x98, 0x80, 0x0c, 0x15, 0x64, 0xef, 0xf0, 0xa5, 0xf6, 0x69, 0xda, 0x4c, 0x31, 0x5f, 0x76, 0xdb, 0x14, 0x73, 0xc7, 0xad, 0x01, 0x40, 0x89, 0x68, 0x82, 0x52, 0x93, 0x21, 0x54, 0x96, 0x39, 0x08, 0x32, 0x85, 0x83, 0x32, 0x34, 0xc2, 0x10, 0x51, 0xed, 0x43, 0x0d, 0xb1, 0xb9, 0xd0, 0x4c, 0x1f, 0x6c, 0x7d, 0xa6, 0xc2, 0x92, 0xfc, 0x72, 0x6b, 0x53, 0x88, 0x78, 0xfe, 0x62, 0x92, 0x8c, 0xed, 0x37, 0xde, 0x7f, 0x6f, 0x93, 0x01, 0xa4, 0x46, 0x10, 0x51, 0xff, 0x54, 0x04, 0x42, 0xe9, 0xd7, 0xf6, 0x7f, 0x7d, 0x57, 0x0a, 0x01, 0x5d, 0x70, 0x00, 0xdd, 0x25, 0x00, 0x80, 0xbd, 0xb7, 0x0a, 0x00, 0xe6, 0xb6, 0xaf, 0x01, 0x2e, 0x85, 0x09, 0x68, 0x17, 0x0c, 0x9b, 0xae, 0xf9, 0x0a, 0xce, 0xac, 0x49, 0x27, 0x3a, 0x4d, 0xc1, 0xae, 0xd6, 0x10, 0x18, 0x36, 0x74, 0x77, 0xfc, 0x5a, 0x9c, 0x7e, 0x31, 0x9f, 0x1d, 0xc1, 0x90, 0x13, 0x38, 0x44, 0xa2, 0x80, 0xb0, 0x43, 0x92, 0xa6, 0x63, 0xdb, 0x04, 0x00, 0xa7, 0x9f, 0xe7, 0xcd, 0x14, 0xa7, 0x9e, 0x61, 0x69, 0x22, 0x10, 0x04, 0xa6, 0x40, 0xf7, 0xe0, 0x69, 0x10, 0x04, 0x9a, 0x20, 0x30, 0x07, 0x3e, 0xed, 0xe9, 0xe3, 0x30, 0x31, 0x00, 0xc3, 0xe0, 0xac, 0xa4, 0x42, 0x8c, 0x1f, 0x28, 0x0e, 0xdf, 0x8d, 0x92, 0xf1, 0x2b, 0xb7, 0xb2, 0x7e, 0x41, 0xee, 0x5f, 0x59, 0xb6, 0xbf, 0x8d, 0xf7, 0xbf, 0x4b, 0xc2, 0xbf, 0x8f, 0xed, 0x0c, 0x60, 0x2f, 0x4a, 0x00, 0xf9, 0x60, 0xff, 0xfd, 0x8d, 0x68, 0xff, 0xbb, 0x19, 0x07, 0x90, 0x00, 0x50, 0x77, 0x0f, 0xf7, 0x2b, 0x1e, 0x9e, 0x11, 0xe4, 0x01, 0x12, 0xb1, 0x47, 0x3f, 0xbd, 0x13, 0xf8, 0xec, 0x1f, 0xde, 0x09, 0xbc, 0x58, 0x15, 0x0f, 0x7e, 0x6c, 0xb7, 0x74, 0x22, 0x32, 0x3b, 0x6d, 0x3b, 0x87, 0x88, 0x3e, 0x44, 0x61, 0xc3, 0x68, 0xf8, 0xc1, 0x77, 0x87, 0xc3, 0x40, 0xa7, 0xeb, 0xdf, 0x84, 0xc3, 0xc0, 0xc8, 0x44, 0x03, 0x80, 0x13, 0xf3, 0x01, 0x00, 0xaf, 0x28, 0x75, 0xe6, 0x45, 0x96, 0xa6, 0x3d, 0xec, 0x58, 0x51, 0x8a, 0xb5, 0x2e, 0xd0, 0x04, 0x36, 0x08, 0x6c, 0x6d, 0xc0, 0x89, 0x9a, 0xf2, 0xa0, 0x70, 0x44, 0x5b, 0xbd, 0x07, 0x5a, 0x60, 0xa8, 0xe0, 0xb0, 0xce, 0xd0, 0x40, 0xab, 0xe1, 0x53, 0x5a, 0xbf, 0x69, 0x17, 0x90, 0xbd, 0x33, 0xb8, 0xbf, 0xe9, 0xfe, 0x69, 0xb3, 0x23, 0x48, 0xef, 0x07, 0x68, 0x27, 0xfc, 0xd3, 0xea, 0xdf, 0x64, 0x00, 0xa5, 0x06, 0xe0, 0xad, 0x29, 0x20, 0xfb, 0x0f, 0xeb, 0x04, 0xe1, 0xdf, 0x0c, 0x6e, 0x51, 0xab, 0xbf, 0x27, 0x08, 0x03, 0x13, 0xd1, 0xbb, 0x2e, 0xdb, 0x30, 0xb0, 0x5d, 0x30, 0xe0, 0x3c, 0xe0, 0xc5, 0xb1, 0x12, 0x90, 0xe8, 0x8c, 0xf0, 0x10, 0x23, 0x05, 0x00, 0xc3, 0x5b, 0x3c, 0x97, 0xb7, 0xd5, 0x29, 0xf8, 0xd7, 0xcc, 0x3c, 0xb7, 0xbe, 0x70, 0xff, 0xc8, 0x6c, 0x36, 0x03, 0x2d, 0xbf, 0x80, 0xc5, 0x2c, 0xa1, 0x05, 0x55, 0x7b, 0x05, 0x04, 0x3a, 0x2a, 0xb0, 0x40, 0xc0, 0xe1, 0x61, 0x60, 0x12, 0xa8, 0x65, 0x9b, 0x18, 0x67, 0x69, 0x04, 0xd1, 0x0a, 0x01, 0x93, 0x2d, 0x60, 0x98, 0xbd, 0x7f, 0x3a, 0xcc, 0x0b, 0x18, 0xaf, 0x42, 0xb3, 0x01, 0xfa, 0x05, 0xd2, 0xaf, 0x9d, 0x52, 0xd9, 0x18, 0xaa, 0xb4, 0xfa, 0xd7, 0xd2, 0xbf, 0xfd, 0xfa, 0xc0, 0xfb, 0xdf, 0x2a, 0xbd, 0x80, 0x9b, 0x7a, 0xb2, 0xfa, 0x47, 0xfb, 0x8f, 0x19, 0xc0, 0x95, 0x05, 0xca, 0x5b, 0x16, 0x57, 0x9e, 0x53, 0xc0, 0xe5, 0x69, 0xec, 0x59, 0xd8, 0x33, 0xd9, 0x8e, 0x02, 0x86, 0x5e, 0x11, 0x89, 0xa0, 0x76, 0xc1, 0x80, 0x73, 0x76, 0x93, 0x9d, 0x06, 0xb3, 0x83, 0x97, 0x99, 0x0a, 0x8e, 0xf5, 0x0e, 0xa7, 0x82, 0xe3, 0xdf, 0x33, 0x00, 0xd8, 0x7f, 0x9b, 0xd9, 0x45, 0xe3, 0xed, 0x1f, 0xc6, 0x8b, 0x8a, 0x92, 0x85, 0x0b, 0xbc, 0x4f, 0xd4, 0xad, 0x56, 0xbf, 0x99, 0x3e, 0x81, 0x36, 0x09, 0xc4, 0xb4, 0xfe, 0xa4, 0x0d, 0xd8, 0x3f, 0x28, 0x17, 0x1f, 0xa1, 0xdc, 0xd2, 0x0e, 0x03, 0xe4, 0x71, 0xb9, 0xbc, 0xaf, 0xdc, 0xaa, 0xf2, 0x89, 0xbd, 0xaf, 0x2d, 0x35, 0x9b, 0x41, 0x43, 0x59, 0xbf, 0x4c, 0xd5, 0xbf, 0x27, 0xa8, 0xfe, 0xf9, 0x26, 0xf6, 0x0f, 0x2a, 0x80, 0xec, 0xfd, 0x77, 0x97, 0xf0, 0x8f, 0xd5, 0xbf, 0xb7, 0x82, 0x1d, 0x40, 0x6f, 0x75, 0x6f, 0x6e, 0x4e, 0x41, 0x00, 0x6c, 0x1b, 0x61, 0x00, 0xd0, 0x9a, 0x71, 0x3e, 0xc1, 0x65, 0x9f, 0x0a, 0xbe, 0xa8, 0xf3, 0x98, 0x88, 0x7e, 0xb7, 0xb5, 0x2a, 0x32, 0xc6, 0x38, 0x8f, 0x89, 0xd8, 0xc8, 0xd0, 0x7b, 0x7e, 0x7a, 0xcd, 0x57, 0xe0, 0xb5, 0xb3, 0x04, 0x80, 0xf7, 0xc1, 0x59, 0x6b, 0x79, 0x89, 0x76, 0xd1, 0xf8, 0x0d, 0x93, 0xd9, 0x9b, 0xc6, 0x1e, 0xfb, 0xdd, 0xc5, 0x81, 0x3f, 0x20, 0x4e, 0xa1, 0x6f, 0x39, 0x86, 0xac, 0x0d, 0x44, 0x4a, 0x05, 0x08, 0x76, 0xa4, 0xa0, 0x4c, 0x35, 0xd1, 0xd2, 0x10, 0xf2, 0x58, 0x99, 0xd7, 0xcb, 0xcc, 0xe7, 0x94, 0x6c, 0xff, 0x0a, 0xed, 0x04, 0x6e, 0x93, 0xf4, 0xb1, 0x12, 0x3f, 0x12, 0xfb, 0x9b, 0xd0, 0x6f, 0x9b, 0xec, 0x05, 0xa0, 0xec, 0x9f, 0x55, 0x01, 0x44, 0xe9, 0x97, 0xf0, 0xcf, 0x03, 0xf5, 0xef, 0x6d, 0xac, 0x60, 0x00, 0x80, 0x16, 0xf0, 0xde, 0x1b, 0x60, 0x46, 0xd0, 0x65, 0x56, 0xfd, 0xae, 0xa8, 0x62, 0x50, 0xbb, 0x60, 0x98, 0x11, 0xff, 0x72, 0xeb, 0xe2, 0xd8, 0xf7, 0xf1, 0xb0, 0xe6, 0xb6, 0xed, 0x60, 0xd1, 0xdf, 0xd0, 0xc5, 0xaf, 0xe8, 0xce, 0xbb, 0x67, 0x80, 0xb0, 0x87, 0x9e, 0xd4, 0x29, 0xda, 0x54, 0x5c, 0x60, 0x01, 0x81, 0x12, 0x4d, 0xa0, 0x8c, 0x4f, 0x20, 0xa5, 0xd8, 0x86, 0x7e, 0x54, 0x9d, 0x33, 0x12, 0x2b, 0x21, 0x1b, 0x3b, 0x70, 0x01, 0x85, 0xa5, 0xdc, 0xa6, 0x0c, 0x89, 0x37, 0x33, 0x00, 0x84, 0xf1, 0xf6, 0x0e, 0x20, 0xb1, 0xfb, 0xca, 0xa8, 0x7e, 0x2b, 0xf1, 0x63, 0xf7, 0x00, 0x6e, 0x61, 0xe7, 0xcf, 0x43, 0xe7, 0x6f, 0x1d, 0x48, 0x3f, 0xa6, 0x7f, 0x21, 0xfc, 0xf3, 0x96, 0x75, 0xa6, 0x8d, 0x21, 0xfe, 0x8e, 0x49, 0xd2, 0xa1, 0x04, 0x21, 0xe0, 0xaa, 0x1e, 0x7a, 0x90, 0xc4, 0xce, 0x0e, 0x53, 0x0e, 0xfe, 0xf4, 0xfd, 0x80, 0x91, 0x1f, 0x1b, 0x47, 0x10, 0xe7, 0xef, 0x34, 0xbf, 0xa0, 0x54, 0xd3, 0x4f, 0x01, 0x00, 0xc5, 0x5c, 0x52, 0xdd, 0x29, 0x0e, 0x56, 0x0d, 0x9b, 0x03, 0xaa, 0xba, 0xe9, 0x1c, 0x81, 0x49, 0x16, 0x95, 0x04, 0x21, 0x9a, 0x71, 0xd8, 0x4a, 0x25, 0x6f, 0xa0, 0x9d, 0xc5, 0xd2, 0xc0, 0x71, 0x34, 0x51, 0x44, 0x69, 0x16, 0x27, 0xcf, 0xda, 0xf1, 0x63, 0xc5, 0xfb, 0xcc, 0xfc, 0x62, 0xcb, 0xe9, 0xb3, 0x76, 0x03, 0x5b, 0x79, 0x7f, 0x94, 0x7e, 0x13, 0xfa, 0x51, 0xf1, 0x87, 0x9d, 0x3f, 0x77, 0x55, 0x01, 0x65, 0xff, 0xdc, 0x25, 0x31, 0x02, 0x00, 0x0e, 0x90, 0xa0, 0xdd, 0x4a, 0xf5, 0x53, 0xad, 0x10, 0x30, 0xf2, 0x6c, 0xce, 0x75, 0x04, 0xa5, 0x53, 0x91, 0xee, 0xc6, 0x0f, 0xa8, 0xbb, 0x95, 0xb7, 0x4f, 0x35, 0x3f, 0x07, 0x0b, 0x3d, 0x9c, 0xd5, 0xea, 0x0e, 0x91, 0x30, 0x32, 0x07, 0x12, 0x1d, 0xec, 0x63, 0x62, 0xe7, 0xb0, 0x8f, 0x68, 0x81, 0x92, 0x0c, 0xb3, 0x50, 0x12, 0xc4, 0xee, 0x86, 0xc1, 0xfd, 0x42, 0x8f, 0x83, 0x89, 0x1f, 0xfd, 0xac, 0xcf, 0xf5, 0xb5, 0xa4, 0xbe, 0x8f, 0xc5, 0xfc, 0x0c, 0xbb, 0x6f, 0x77, 0xff, 0xda, 0x8e, 0xdf, 0x07, 0xbd, 0xc2, 0xb6, 0x7f, 0x1d, 0x3b, 0x7f, 0x2e, 0x39, 0x7f, 0x00, 0x80, 0x6a, 0x50, 0xff, 0x6b, 0x4b, 0x78, 0xe7, 0x12, 0x90, 0xff, 0xe1, 0x28, 0xdb, 0x01, 0xec, 0x9b, 0x73, 0x00, 0x90, 0xa6, 0x10, 0x1a, 0xf2, 0xe8, 0xbd, 0x53, 0x1a, 0x6c, 0x9f, 0x3a, 0x3a, 0x9d, 0x8b, 0x29, 0xb8, 0xb8, 0xa4, 0x09, 0x8a, 0x58, 0xe2, 0x6a, 0x7a, 0x87, 0xf3, 0x04, 0xfb, 0x25, 0x1d, 0xab, 0xb7, 0x6b, 0x67, 0xf8, 0x08, 0x21, 0x50, 0x64, 0x79, 0xac, 0x74, 0x55, 0xaf, 0x3e, 0x43, 0xdd, 0xeb, 0x2d, 0x5f, 0xfb, 0xb3, 0x84, 0x7b, 0x5a, 0xf5, 0x1b, 0xaf, 0xbf, 0x57, 0xb8, 0xfd, 0x1b, 0x55, 0xff, 0xbb, 0x85, 0x62, 0xfb, 0x45, 0xfa, 0xc1, 0xf9, 0xf3, 0xc0, 0xf9, 0xa3, 0x8d, 0x2f, 0x3b, 0x26, 0x32, 0x00, 0x4e, 0xcc, 0x05, 0x80, 0xf4, 0x35, 0x03, 0xa5, 0x72, 0x76, 0x9f, 0x20, 0x4d, 0x05, 0x37, 0x66, 0x60, 0x9e, 0x6c, 0x9f, 0x7a, 0x0a, 0x54, 0x6b, 0x09, 0x2f, 0x2e, 0x39, 0x58, 0x45, 0x54, 0x65, 0x0b, 0x40, 0x60, 0x39, 0x87, 0xfb, 0x64, 0x67, 0x8e, 0x68, 0x04, 0x55, 0xd7, 0x27, 0x2c, 0xc9, 0xa1, 0xca, 0x62, 0x49, 0xb8, 0x9a, 0x67, 0xc0, 0xd2, 0x37, 0xc8, 0x37, 0x88, 0xb3, 0xa7, 0x44, 0xe5, 0x2b, 0x3b, 0xd9, 0x53, 0x63, 0x33, 0xbf, 0x88, 0x25, 0x9f, 0xba, 0x7e, 0x82, 0xba, 0xbf, 0x89, 0xfb, 0xc5, 0xf6, 0x53, 0xea, 0x17, 0x42, 0x3f, 0x94, 0x7e, 0x17, 0xc3, 0xbf, 0x63, 0xb3, 0x88, 0xf9, 0x8a, 0xd4, 0x7f, 0xcc, 0xcc, 0x16, 0xcc, 0xd9, 0x7d, 0x01, 0xe9, 0x64, 0xb4, 0xd0, 0x98, 0x81, 0x9d, 0xa3, 0x83, 0xed, 0x53, 0xf5, 0x93, 0x58, 0xb2, 0x8c, 0x26, 0x10, 0x73, 0xb0, 0x4b, 0x48, 0xfb, 0x05, 0x92, 0x3a, 0x56, 0x1a, 0x08, 0xe4, 0x28, 0xf6, 0x35, 0x40, 0x20, 0xa7, 0xb1, 0x2e, 0x90, 0x6c, 0xed, 0x3c, 0x6a, 0xf3, 0x61, 0x40, 0x53, 0x2b, 0x9f, 0xa7, 0xef, 0x2a, 0x6e, 0x1b, 0xea, 0xed, 0xca, 0x60, 0xbe, 0xae, 0xf7, 0x6f, 0xcd, 0x08, 0xfb, 0xa4, 0xee, 0x4f, 0x89, 0x1f, 0xa9, 0xfc, 0x91, 0xed, 0x07, 0xe9, 0xf7, 0x36, 0x0d, 0x63, 0xe6, 0xa3, 0xf4, 0x6f, 0xaa, 0x0c, 0xd4, 0x7f, 0xa2, 0x53, 0x51, 0xce, 0x02, 0x00, 0x43, 0x46, 0x19, 0xe7, 0xce, 0x12, 0x72, 0xfa, 0x31, 0xd9, 0x3e, 0xf5, 0x18, 0x98, 0x81, 0x62, 0x01, 0x81, 0x38, 0x5a, 0xdb, 0x03, 0x20, 0x78, 0x3b, 0x8b, 0x42, 0x0e, 0x22, 0xd1, 0x5e, 0x61, 0x9e, 0x8e, 0x18, 0xf6, 0x07, 0x66, 0x82, 0x6c, 0x79, 0x6d, 0xf0, 0x58, 0x93, 0xd9, 0xd5, 0xa3, 0xc3, 0x3b, 0xcd, 0x78, 0x1d, 0xe6, 0xd5, 0x14, 0x05, 0xde, 0xbe, 0xee, 0xf6, 0xdd, 0x16, 0x76, 0xfa, 0x42, 0xcc, 0xc7, 0xa4, 0xcf, 0xdb, 0x9c, 0xf5, 0xc3, 0xc6, 0x0f, 0x8c, 0xfb, 0x69, 0x4b, 0x38, 0x5e, 0xdb, 0x91, 0x07, 0x18, 0x00, 0x38, 0x45, 0x2c, 0x98, 0x1d, 0x54, 0xdf, 0x61, 0xe7, 0x02, 0x7f, 0xda, 0x9b, 0x97, 0x88, 0x4d, 0x31, 0x5a, 0x60, 0xdf, 0x78, 0xb3, 0x7d, 0x4a, 0xd5, 0xdf, 0xc2, 0xea, 0x15, 0x0b, 0x2b, 0x1a, 0x08, 0x5a, 0x1b, 0x6c, 0x2f, 0x0a, 0xfb, 0x06, 0x98, 0x3d, 0xdc, 0x2d, 0xcc, 0xdb, 0x63, 0xf9, 0x09, 0x7b, 0x2d, 0x73, 0xb1, 0x57, 0xa8, 0xcd, 0xf3, 0xf2, 0x99, 0x10, 0xe3, 0x33, 0x42, 0xbd, 0xcc, 0x70, 0x4f, 0xb7, 0x7b, 0x6d, 0xd1, 0x76, 0x5f, 0x54, 0x3f, 0x32, 0xff, 0x4d, 0x71, 0xfc, 0x24, 0xee, 0xe7, 0x5c, 0xc7, 0x08, 0x91, 0xfe, 0x39, 0x60, 0x2a, 0x86, 0x07, 0xe9, 0xdf, 0x54, 0xec, 0x9e, 0xab, 0x72, 0xfd, 0x46, 0xc3, 0x21, 0x12, 0xd1, 0x03, 0x46, 0x0b, 0x9c, 0x9a, 0xc7, 0xdb, 0xa7, 0x4e, 0x3f, 0x0a, 0xd1, 0x40, 0x19, 0x3b, 0x58, 0x08, 0x04, 0x5b, 0x1b, 0x7c, 0x5c, 0x14, 0x98, 0x85, 0x9d, 0xda, 0x2c, 0x14, 0x29, 0x55, 0x63, 0xf9, 0x09, 0x3a, 0x72, 0xd0, 0x64, 0x4b, 0xb8, 0x10, 0xc5, 0xf4, 0x21, 0xa6, 0xcb, 0xf7, 0x09, 0xe3, 0x3d, 0x71, 0x44, 0x79, 0xb3, 0x67, 0xaf, 0x70, 0xb2, 0x47, 0x77, 0xfb, 0x68, 0xe6, 0x63, 0xc7, 0x0f, 0x38, 0x7e, 0x1e, 0x38, 0x7e, 0x9e, 0x14, 0x7d, 0x70, 0x7a, 0x39, 0xce, 0x13, 0x26, 0xdb, 0x7f, 0x7c, 0x0e, 0x17, 0x7f, 0xe0, 0x1a, 0xf5, 0xc8, 0xf9, 0xfc, 0x90, 0x08, 0xad, 0x05, 0x52, 0xb1, 0x71, 0x46, 0x0b, 0xec, 0x18, 0x66, 0xb6, 0x4f, 0xa9, 0xe3, 0xd3, 0x79, 0xc8, 0x02, 0x4a, 0x1a, 0xda, 0x5a, 0x91, 0xbe, 0xc0, 0x41, 0xb4, 0xfc, 0x03, 0x02, 0x83, 0x30, 0x71, 0x97, 0x25, 0xc5, 0x35, 0x12, 0xbb, 0xd7, 0xf4, 0x0e, 0x4b, 0xf7, 0xae, 0xcc, 0xbf, 0xad, 0xef, 0x41, 0xa6, 0x5b, 0x19, 0x3e, 0x4f, 0xff, 0x5f, 0x1d, 0xeb, 0x4b, 0xa5, 0xcf, 0x30, 0x9f, 0xec, 0x7e, 0x17, 0x6a, 0xf8, 0x40, 0xe6, 0x7b, 0x5a, 0xf5, 0x03, 0x00, 0xfc, 0xbd, 0x77, 0x30, 0xf3, 0x81, 0xbc, 0x77, 0x07, 0x5a, 0xc5, 0x9f, 0xd8, 0x94, 0x3c, 0xe7, 0xc3, 0xa9, 0xe1, 0xdd, 0x41, 0xa7, 0xf0, 0x3d, 0xc1, 0x16, 0xaa, 0x7d, 0xe3, 0x58, 0xd2, 0x50, 0xe2, 0x10, 0x04, 0x5b, 0x45, 0x05, 0x6b, 0x20, 0x7c, 0x64, 0x85, 0x8c, 0x1f, 0x8b, 0xe4, 0xee, 0xb0, 0xb4, 0xc3, 0xce, 0xde, 0x81, 0x54, 0xef, 0xb2, 0xef, 0x33, 0x54, 0xbc, 0x36, 0x2d, 0x3a, 0xc4, 0xa3, 0xca, 0x5e, 0x50, 0xdf, 0xd7, 0xce, 0x9e, 0x2f, 0xe1, 0x9e, 0x6f, 0x31, 0x9f, 0xd3, 0xbd, 0x05, 0x92, 0xef, 0xef, 0x6c, 0x46, 0xc1, 0x90, 0xe3, 0x27, 0xcc, 0xf7, 0x77, 0xdf, 0x6a, 0x79, 0xfe, 0x91, 0x5a, 0xfb, 0xdc, 0xc2, 0xfc, 0x0d, 0x23, 0x02, 0x3c, 0xd4, 0x49, 0x0f, 0x87, 0x5c, 0x83, 0x3b, 0x69, 0xe7, 0x31, 0x00, 0x4e, 0xff, 0x08, 0x98, 0x31, 0x88, 0x6d, 0x2d, 0x76, 0xd8, 0x88, 0xed, 0x25, 0x69, 0xdc, 0xda, 0xcb, 0x38, 0x8a, 0x9e, 0xf6, 0x11, 0xb4, 0xda, 0xd6, 0x4e, 0x63, 0xe8, 0x71, 0xc0, 0x64, 0x2a, 0xe0, 0xd8, 0x8f, 0x3f, 0x92, 0x7e, 0x7e, 0xb2, 0xf3, 0x41, 0x8c, 0x4f, 0x9a, 0x47, 0x36, 0x78, 0x60, 0x8e, 0xdf, 0xff, 0x37, 0xed, 0xf0, 0x69, 0xb5, 0xcf, 0xcc, 0x47, 0x8f, 0xdf, 0xd3, 0x21, 0x1f, 0x32, 0xff, 0xed, 0xfe, 0xa0, 0xfa, 0x67, 0x33, 0x00, 0xd0, 0xf1, 0x5b, 0xde, 0x43, 0x4b, 0xbf, 0x8f, 0xd1, 0x4f, 0x9e, 0xe3, 0xd9, 0xf3, 0x02, 0x4f, 0x19, 0x53, 0xf0, 0x61, 0x85, 0xd9, 0x40, 0xa1, 0x1a, 0x21, 0x74, 0xda, 0xd2, 0x9f, 0xf7, 0xd9, 0xa3, 0xf4, 0xbd, 0xdf, 0xd3, 0x00, 0x81, 0x18, 0xb4, 0x35, 0x30, 0x0f, 0x9e, 0x66, 0xde, 0x47, 0xd7, 0x07, 0x24, 0xc0, 0xf0, 0xac, 0xc7, 0xa1, 0xd7, 0xb7, 0xc9, 0xe7, 0x8c, 0xaa, 0xe7, 0xef, 0xd5, 0x5e, 0xbe, 0x6e, 0xee, 0xe0, 0x6d, 0xde, 0x9c, 0xe8, 0xc1, 0x58, 0xdf, 0x7d, 0xb3, 0x2b, 0x33, 0x7f, 0x85, 0xc4, 0xfb, 0xe2, 0xf4, 0x79, 0x2b, 0x7b, 0xb1, 0xd7, 0x4f, 0xd2, 0x3f, 0x1b, 0xde, 0x5f, 0x66, 0xef, 0x03, 0x5c, 0x90, 0xe7, 0x74, 0xbb, 0x0e, 0x21, 0xcd, 0x0b, 0xda, 0x1d, 0x94, 0x8a, 0xc7, 0x05, 0x20, 0x38, 0x09, 0x20, 0xd8, 0x5c, 0xca, 0x45, 0x16, 0x01, 0x02, 0x69, 0x04, 0x0d, 0x86, 0x0f, 0x7a, 0x05, 0xe6, 0xc1, 0x32, 0x13, 0xc6, 0x7e, 0x6f, 0xbb, 0xde, 0x90, 0x79, 0xce, 0x7e, 0x7d, 0xab, 0x98, 0x17, 0x61, 0x3c, 0x65, 0xf6, 0xf0, 0xbb, 0x37, 0x49, 0x63, 0xe7, 0xbb, 0xc2, 0x7c, 0x1d, 0xe7, 0xbf, 0x29, 0x6a, 0x7f, 0xb9, 0x84, 0x7b, 0x0e, 0xc7, 0xfb, 0xe4, 0xf4, 0x1d, 0xbc, 0xcf, 0x30, 0xdf, 0xdf, 0x7c, 0x93, 0xcd, 0xfc, 0xfd, 0x38, 0x0c, 0x33, 0xcf, 0x69, 0xcd, 0xf0, 0xc5, 0xf1, 0xbf, 0xce, 0x7c, 0xee, 0x42, 0xf5, 0x75, 0x57, 0x07, 0xe7, 0x00, 0xc5, 0x78, 0x2f, 0xdf, 0xa9, 0x87, 0xb8, 0x8d, 0xfa, 0xc4, 0x6c, 0x06, 0x01, 0x76, 0xd9, 0x0a, 0x10, 0xc8, 0x1e, 0x6b, 0x20, 0x08, 0x18, 0x98, 0x89, 0x01, 0x53, 0x0d, 0x38, 0x32, 0xc8, 0xa8, 0xf7, 0x0f, 0x2c, 0xcf, 0x9e, 0xb2, 0x7a, 0x3d, 0xd8, 0xe4, 0xbc, 0x27, 0xa9, 0x5d, 0x4b, 0xea, 0xb9, 0xbb, 0xa7, 0x0b, 0x79, 0xfb, 0x94, 0xe8, 0x41, 0xe6, 0x57, 0x73, 0xaa, 0x97, 0x24, 0x1f, 0xbb, 0x7d, 0x80, 0xf1, 0xa8, 0xfe, 0xfd, 0xed, 0x13, 0xed, 0x41, 0x10, 0xcd, 0xb8, 0x93, 0xea, 0xd3, 0xac, 0x41, 0x6e, 0x30, 0x5f, 0x0f, 0x8b, 0xce, 0x72, 0x36, 0x2e, 0x9e, 0x9b, 0xc3, 0xc7, 0xb4, 0x45, 0xb9, 0x82, 0x76, 0x58, 0xfa, 0xe8, 0x91, 0xb0, 0x91, 0xe2, 0xc3, 0xc1, 0x2c, 0x89, 0xe0, 0x84, 0x51, 0xcf, 0x1d, 0x32, 0xe9, 0x3d, 0x06, 0x03, 0x75, 0xe2, 0x6c, 0xb6, 0xc0, 0xa0, 0x35, 0xc4, 0xfb, 0x61, 0xb2, 0x5f, 0x23, 0xc7, 0x6e, 0x33, 0x87, 0x75, 0x46, 0xd5, 0x6f, 0xb4, 0x24, 0x3e, 0x43, 0xea, 0xb1, 0xb9, 0xd3, 0x13, 0xe6, 0x7b, 0xda, 0xe6, 0xbf, 0x85, 0x27, 0x8b, 0xdc, 0xcf, 0x76, 0x1f, 0x99, 0xbf, 0xe3, 0x66, 0x1a, 0x77, 0xab, 0xed, 0x3e, 0xd0, 0x0d, 0x99, 0xd7, 0xc9, 0xa7, 0xaa, 0xe6, 0xe8, 0xb0, 0x68, 0x6a, 0x3d, 0xbf, 0xd8, 0xb8, 0xf8, 0x44, 0x74, 0xbc, 0x71, 0x0a, 0x6d, 0x10, 0x60, 0x3f, 0x7d, 0xe3, 0x3c, 0xf0, 0xe4, 0xc7, 0x82, 0xa3, 0x25, 0x8e, 0x18, 0x81, 0xa1, 0x1b, 0x33, 0x0c, 0x19, 0x87, 0xea, 0x9a, 0x00, 0x21, 0xa0, 0x10, 0x22, 0x06, 0x6f, 0xea, 0x11, 0x7e, 0x0e, 0xde, 0x43, 0xfb, 0xf7, 0xdf, 0xb5, 0x98, 0xbe, 0x81, 0x99, 0xee, 0xe2, 0x77, 0x0b, 0xe3, 0x29, 0xc4, 0x5b, 0x69, 0xdb, 0x7b, 0x89, 0xf3, 0x81, 0xbc, 0xcd, 0xe0, 0xed, 0xe3, 0x3c, 0xc0, 0x63, 0x96, 0xe4, 0x57, 0x77, 0xb6, 0x67, 0x02, 0xde, 0xda, 0x46, 0x00, 0x16, 0x5c, 0xf7, 0xf5, 0xd6, 0x44, 0x6c, 0x81, 0x74, 0xf0, 0xe6, 0xd6, 0xb8, 0x78, 0xbc, 0x78, 0x73, 0xa2, 0x66, 0x75, 0xa1, 0xe3, 0x2d, 0xed, 0x95, 0xf5, 0xc0, 0x08, 0x8f, 0x5b, 0xd2, 0x7d, 0x6d, 0x0e, 0xfc, 0xdd, 0xa3, 0x0d, 0x00, 0x88, 0x0e, 0x4d, 0x03, 0xa6, 0xf5, 0xe5, 0xba, 0x3b, 0x32, 0x4a, 0x83, 0xc1, 0x06, 0x84, 0x06, 0x05, 0x6a, 0x8a, 0x10, 0xc9, 0x73, 0x9a, 0xe1, 0xbf, 0x16, 0xd2, 0x4c, 0xc7, 0xef, 0x7c, 0x53, 0xba, 0x79, 0x56, 0xb2, 0xad, 0xc7, 0xec, 0x1e, 0xab, 0x7c, 0xc9, 0xef, 0x2f, 0xef, 0xc5, 0x71, 0xbe, 0x30, 0x1e, 0x13, 0x3e, 0x3e, 0x66, 0xfa, 0x52, 0xb1, 0x8b, 0x66, 0xfb, 0x28, 0x05, 0x5e, 0xdd, 0x73, 0x3a, 0x9d, 0x8b, 0x98, 0x8b, 0x07, 0x46, 0xc8, 0xb1, 0xae, 0x72, 0x64, 0x0c, 0x1e, 0x13, 0xd7, 0xd7, 0x71, 0x97, 0xf6, 0x1a, 0x7c, 0x91, 0x24, 0x91, 0x67, 0x1c, 0xc3, 0x2d, 0x78, 0x4a, 0xc7, 0xec, 0x00, 0x04, 0xd8, 0x5c, 0xb1, 0x63, 0x1c, 0x68, 0x83, 0x9e, 0x2c, 0xa9, 0x6f, 0x0a, 0x18, 0x90, 0xde, 0x16, 0x50, 0xa0, 0xc7, 0xbe, 0x4e, 0x80, 0xb1, 0xde, 0x02, 0x89, 0xbc, 0xa6, 0x19, 0x4e, 0x21, 0x1d, 0x32, 0x1d, 0x3b, 0x78, 0x51, 0xd5, 0x63, 0x27, 0x8f, 0x66, 0xfc, 0x12, 0x61, 0x7c, 0x15, 0x66, 0x2c, 0xbb, 0xc0, 0xef, 0x18, 0x05, 0x52, 0x3f, 0x33, 0x60, 0x3e, 0xa8, 0x7f, 0x6f, 0xfd, 0x0d, 0xb6, 0xc3, 0xe7, 0xe3, 0x04, 0xd4, 0xac, 0xd7, 0xbf, 0xa4, 0x47, 0x25, 0x5d, 0xf3, 0xda, 0x0a, 0x73, 0x60, 0x54, 0xb6, 0x21, 0x1a, 0x1d, 0x53, 0xfa, 0x71, 0xc3, 0x83, 0xee, 0x15, 0xa4, 0x43, 0xa3, 0xf0, 0x04, 0xf1, 0x0a, 0x3e, 0x37, 0xa8, 0xba, 0x6b, 0x9f, 0xec, 0xe1, 0x21, 0x0d, 0x92, 0x6e, 0x34, 0x8b, 0xbb, 0xaa, 0x07, 0x0f, 0x81, 0xd0, 0xf3, 0x80, 0xb1, 0xc7, 0x0e, 0x07, 0x43, 0x7f, 0x3c, 0x0a, 0x18, 0xd9, 0x93, 0xbd, 0x73, 0x24, 0x64, 0x24, 0xf6, 0xe3, 0x23, 0x53, 0xd7, 0xf2, 0x3d, 0x3d, 0x36, 0xa4, 0xed, 0xba, 0x78, 0xf4, 0x98, 0xc6, 0xc5, 0x12, 0xee, 0x72, 0xb1, 0xf1, 0xd8, 0xc5, 0xab, 0x3d, 0x7c, 0x4c, 0xee, 0x2c, 0xed, 0x46, 0x12, 0x6e, 0xdb, 0x7a, 0x52, 0xf9, 0x35, 0x93, 0xe1, 0x33, 0xdd, 0x6d, 0xe6, 0x9f, 0xc1, 0x96, 0xae, 0xac, 0xd7, 0x92, 0xea, 0x56, 0x42, 0x87, 0x46, 0xad, 0xc1, 0x43, 0xa3, 0x26, 0xf3, 0x31, 0xb9, 0xdc, 0x37, 0xf9, 0x4a, 0x4e, 0x24, 0x87, 0x40, 0xfa, 0xfb, 0xe8, 0xf3, 0x74, 0xf9, 0xd8, 0xb4, 0x69, 0x8e, 0xbf, 0x77, 0x3c, 0x1f, 0x1b, 0xb7, 0xac, 0x4f, 0x75, 0xba, 0xaa, 0xb0, 0x5b, 0x56, 0xe0, 0x54, 0x5d, 0xf7, 0xbf, 0xd2, 0xa9, 0xe8, 0x0e, 0xfb, 0x50, 0x26, 0x7f, 0xdb, 0x20, 0x1e, 0xfe, 0x24, 0x5d, 0xb6, 0xd4, 0x6b, 0x77, 0x62, 0x2e, 0xb5, 0x5b, 0x7b, 0xef, 0x96, 0x83, 0x04, 0x77, 0xe3, 0xaa, 0xdc, 0x0a, 0x61, 0x2c, 0x36, 0x67, 0xac, 0x14, 0xc9, 0xa6, 0xbf, 0x25, 0x81, 0xb3, 0x5c, 0xc2, 0xb9, 0x37, 0xe2, 0x6c, 0xdf, 0x97, 0xb2, 0x8d, 0x47, 0x07, 0x0f, 0xdb, 0xb8, 0x31, 0xa9, 0xe3, 0x6f, 0xbf, 0x99, 0xdb, 0xb9, 0x2c, 0xc6, 0xab, 0x03, 0xf7, 0x82, 0x19, 0xb9, 0xd1, 0xca, 0xf0, 0x11, 0xed, 0xc3, 0xc3, 0xb2, 0xb3, 0x26, 0xbb, 0x96, 0xf4, 0xe8, 0xee, 0xc2, 0x35, 0xd2, 0xb1, 0x71, 0xfb, 0xc6, 0xf2, 0xb5, 0xe3, 0xc1, 0x99, 0xe6, 0xc0, 0xec, 0x48, 0x69, 0x47, 0x97, 0xfe, 0x2f, 0xf3, 0xc6, 0x50, 0xb8, 0xd8, 0x7d, 0x95, 0xe1, 0x83, 0x23, 0xe5, 0xd4, 0x50, 0x04, 0x41, 0x7b, 0x9a, 0x80, 0x36, 0xa5, 0x24, 0xa3, 0x8f, 0xdb, 0x26, 0x01, 0x9d, 0x2d, 0xbf, 0x66, 0x84, 0x0c, 0x8a, 0x7e, 0xd0, 0xa2, 0xb9, 0x1c, 0x87, 0xef, 0x99, 0x02, 0x4e, 0xda, 0x50, 0x50, 0xcf, 0x10, 0x3e, 0xae, 0x2c, 0x64, 0xa9, 0x5e, 0xc6, 0x29, 0x5b, 0x94, 0x6e, 0x0f, 0x55, 0xfb, 0x12, 0x71, 0xea, 0x30, 0x9c, 0x5b, 0x02, 0xea, 0xfd, 0xad, 0x12, 0x70, 0x10, 0x2b, 0x95, 0xbf, 0x73, 0x12, 0x27, 0x74, 0x6c, 0xa6, 0x23, 0x1d, 0x9c, 0x41, 0xaf, 0xdb, 0x8e, 0x9e, 0xf8, 0x2a, 0x3f, 0x6d, 0xef, 0x18, 0x59, 0xb8, 0xa6, 0x52, 0xcd, 0x7c, 0x3e, 0x38, 0xb2, 0x8c, 0xae, 0x9d, 0x0e, 0x8e, 0xac, 0x1b, 0x9d, 0x1b, 0x07, 0x47, 0xe2, 0x8e, 0xa2, 0xe0, 0xe8, 0xd8, 0x47, 0x79, 0x9f, 0x7b, 0x7b, 0x47, 0xc7, 0x82, 0x4f, 0xd0, 0x5e, 0xef, 0x7b, 0x7a, 0x71, 0xe4, 0xba, 0x4c, 0x6d, 0x80, 0x55, 0x36, 0xff, 0xe3, 0x21, 0xa0, 0x9e, 0xef, 0x36, 0x6d, 0x57, 0x59, 0xe9, 0x08, 0xa8, 0xef, 0x86, 0xa9, 0xe0, 0xbc, 0xdd, 0x4e, 0xf9, 0x79, 0xa2, 0x3d, 0xb7, 0x29, 0x85, 0xdb, 0xb5, 0x74, 0xf6, 0x2e, 0x93, 0xe1, 0x5a, 0xd5, 0xef, 0xbb, 0x03, 0x42, 0xc4, 0x0a, 0x60, 0x7c, 0x41, 0xe6, 0xd1, 0xb1, 0xfb, 0xda, 0x4b, 0xef, 0xd2, 0x26, 0xcf, 0x25, 0x85, 0xc3, 0x83, 0xa3, 0x63, 0x87, 0x58, 0x47, 0xc7, 0xde, 0xc5, 0x6b, 0xd0, 0xf4, 0xb4, 0x39, 0x3e, 0x4e, 0xa5, 0xa2, 0xbd, 0x3a, 0xa6, 0xf4, 0xe3, 0x48, 0x99, 0xc5, 0xb1, 0xa7, 0x09, 0x00, 0xbb, 0x87, 0x39, 0x7e, 0xcb, 0xeb, 0xb4, 0xcf, 0xcd, 0x3d, 0x31, 0xdc, 0xda, 0x52, 0x2e, 0xaa, 0x11, 0xec, 0x23, 0x3a, 0x49, 0x14, 0x1d, 0x2c, 0xc8, 0x5e, 0x32, 0xa5, 0x02, 0x52, 0x22, 0x36, 0xd2, 0xcc, 0x1a, 0xb6, 0xc8, 0x5b, 0x5f, 0xcc, 0x11, 0xc3, 0xc1, 0xbb, 0x99, 0xa1, 0x52, 0x8b, 0x27, 0x3a, 0x7e, 0x11, 0x6a, 0xc3, 0xf4, 0x59, 0xe4, 0xe5, 0x7b, 0xef, 0x0f, 0x03, 0x7f, 0xa2, 0x28, 0xdb, 0x29, 0xe2, 0x47, 0x70, 0x9b, 0x5b, 0x7b, 0x52, 0x8b, 0x83, 0x31, 0xd2, 0x4e, 0xe1, 0x4c, 0x72, 0xf8, 0xf0, 0xf0, 0xe8, 0xbd, 0x99, 0x87, 0x47, 0x0f, 0xe6, 0xbd, 0x7e, 0xb8, 0x16, 0xb5, 0xe3, 0xcd, 0x8e, 0x9f, 0x2b, 0xae, 0xff, 0xff, 0xd3, 0x15, 0x7b, 0x22, 0xd7, 0xe9, 0xa9, 0x22, 0x7e, 0xd3, 0x8b, 0x8e, 0x7f, 0x76, 0x69, 0x70, 0x7c, 0x3c, 0x80, 0x00, 0x35, 0x01, 0xa9, 0x44, 0xb4, 0x8b, 0xe8, 0x1c, 0x61, 0x74, 0x00, 0x21, 0x22, 0xe6, 0x09, 0x2e, 0x7a, 0x7c, 0xfc, 0xcf, 0xe2, 0x7f, 0x82, 0x4c, 0xc0, 0xde, 0xfa, 0xac, 0x47, 0xbd, 0x2f, 0xef, 0x0a, 0x71, 0x7e, 0x99, 0xf2, 0xb6, 0x0f, 0xa7, 0xa9, 0xdd, 0x7e, 0xdd, 0x1d, 0xa4, 0x01, 0xb0, 0x36, 0x4f, 0xce, 0x1c, 0xd2, 0xa1, 0xfb, 0x49, 0x03, 0xe0, 0xae, 0x5d, 0x7f, 0xe7, 0x04, 0xe5, 0x6d, 0x19, 0xa6, 0xfc, 0x0d, 0xfd, 0xc0, 0x5c, 0x14, 0xb4, 0x77, 0x7c, 0xfc, 0x6e, 0x2c, 0xe7, 0xb6, 0x77, 0xb2, 0x39, 0x25, 0x79, 0xc0, 0x67, 0x21, 0x73, 0x87, 0x67, 0x03, 0xae, 0x65, 0x67, 0x97, 0x6d, 0xfe, 0xac, 0x2c, 0xc7, 0xc7, 0xc3, 0x5a, 0x34, 0xbf, 0x42, 0x9a, 0x91, 0x0e, 0x90, 0x4e, 0x46, 0xba, 0x74, 0x38, 0x00, 0xd0, 0xae, 0x55, 0x04, 0xc0, 0xae, 0xe1, 0xbc, 0xad, 0x19, 0xf7, 0xb2, 0x6b, 0x33, 0xa0, 0xc7, 0x9e, 0x90, 0x4f, 0x30, 0x95, 0xa2, 0x03, 0x0a, 0x11, 0xad, 0xfd, 0xed, 0xbf, 0x2d, 0x65, 0xca, 0xed, 0x65, 0xf1, 0x38, 0x1e, 0xc1, 0x0a, 0xef, 0x6f, 0x6a, 0x87, 0x71, 0xbf, 0x0f, 0x61, 0x7a, 0xfa, 0x35, 0x6c, 0x67, 0x57, 0x33, 0xae, 0xba, 0xe8, 0x1e, 0x7b, 0xda, 0x33, 0x99, 0xb4, 0xe6, 0x2b, 0xac, 0x80, 0x6b, 0xa9, 0x01, 0x69, 0x3f, 0x79, 0x6f, 0xf8, 0x9a, 0x4f, 0x3f, 0xc1, 0xf3, 0x94, 0x70, 0x2d, 0x70, 0x4d, 0xf6, 0x8a, 0x16, 0x48, 0x45, 0x9f, 0xb9, 0x6c, 0xb7, 0x7e, 0xfd, 0x4e, 0x59, 0x3f, 0x3a, 0x0a, 0x2e, 0x46, 0x5b, 0x99, 0xfd, 0xe6, 0x45, 0x8e, 0x7f, 0x61, 0x6b, 0x00, 0x02, 0x44, 0x3f, 0xaa, 0x40, 0x3a, 0x45, 0x7b, 0x98, 0x7d, 0x94, 0x2a, 0x2e, 0xc4, 0x42, 0xcc, 0x18, 0x7e, 0xd6, 0x54, 0x29, 0x8d, 0xad, 0x03, 0x29, 0xc2, 0x53, 0x3b, 0x81, 0x69, 0xef, 0xe9, 0x6d, 0x68, 0x9f, 0x91, 0xf0, 0x33, 0xef, 0xa0, 0xd3, 0x89, 0xf6, 0xfd, 0xb3, 0x3a, 0x67, 0xf8, 0x7e, 0x6c, 0xf8, 0xa4, 0x4d, 0x9c, 0xf6, 0x4c, 0xa5, 0x9a, 0x61, 0x2c, 0xf5, 0x78, 0xcd, 0x78, 0xed, 0x9a, 0xf9, 0xb8, 0x26, 0x2d, 0x0e, 0x80, 0x85, 0xb7, 0x7b, 0xa3, 0xc6, 0xec, 0x38, 0xea, 0x3f, 0x15, 0x9d, 0x4b, 0x0b, 0xb0, 0x7d, 0x98, 0xa3, 0xdc, 0x03, 0x8e, 0x9f, 0xde, 0x1d, 0x80, 0xa0, 0xf9, 0x05, 0xc7, 0xdd, 0x3b, 0x3c, 0x63, 0xf7, 0x6b, 0xf4, 0x97, 0x17, 0x52, 0xd1, 0x81, 0xed, 0xd9, 0xff, 0xcf, 0x5e, 0x65, 0x2c, 0xfb, 0x92, 0x4a, 0x44, 0xbf, 0x8b, 0xb1, 0x39, 0xa6, 0x98, 0xe5, 0x48, 0xda, 0xa7, 0x64, 0x50, 0x05, 0x11, 0x1e, 0xde, 0x40, 0x49, 0xa7, 0xaa, 0x68, 0x31, 0x86, 0x71, 0x9f, 0x97, 0x1d, 0xc6, 0xed, 0x71, 0x38, 0xa4, 0x01, 0xae, 0xeb, 0x69, 0x73, 0x7d, 0xcb, 0xc0, 0x0c, 0xee, 0x1a, 0x0d, 0xd7, 0xfe, 0x72, 0xc0, 0x7c, 0x58, 0x13, 0x9a, 0xba, 0xb2, 0x7b, 0x0c, 0x6f, 0xf9, 0x4e, 0x45, 0xe7, 0x77, 0x08, 0x2d, 0x20, 0xb6, 0xd0, 0x49, 0x3b, 0x20, 0xfd, 0x2d, 0xcb, 0x65, 0xbe, 0xd0, 0x01, 0xd2, 0x04, 0x6e, 0xcd, 0xf0, 0xf0, 0x5e, 0x77, 0x08, 0x83, 0x88, 0xf1, 0x1d, 0x70, 0x3f, 0x1c, 0x39, 0xc1, 0x38, 0x64, 0x23, 0x15, 0x79, 0x54, 0x5f, 0x2f, 0xad, 0xc9, 0x76, 0x04, 0x82, 0xc3, 0x63, 0x5e, 0x60, 0x6d, 0xfc, 0xb3, 0x6b, 0xcc, 0xd0, 0x87, 0xd6, 0x85, 0xe1, 0xf9, 0x8a, 0x57, 0xa8, 0xed, 0xc7, 0x33, 0x80, 0xe1, 0x82, 0x3f, 0x1a, 0x0c, 0x17, 0x78, 0x96, 0xe6, 0x09, 0x11, 0xe3, 0xed, 0xc9, 0x16, 0xa9, 0xd8, 0x73, 0x34, 0xd5, 0x22, 0x47, 0x4e, 0xcf, 0xc0, 0xd1, 0x3b, 0x20, 0xe1, 0xb3, 0x42, 0x43, 0xb8, 0xb6, 0x8d, 0x00, 0x01, 0x59, 0x05, 0x6b, 0x94, 0x86, 0x70, 0x78, 0x38, 0x6b, 0x81, 0x44, 0xf4, 0xa1, 0x2b, 0x1b, 0xf5, 0xa9, 0xe8, 0x77, 0x68, 0x8a, 0x08, 0x5c, 0xa0, 0x7f, 0xec, 0x76, 0x30, 0x01, 0x43, 0x78, 0xcc, 0x9c, 0x99, 0x6c, 0x11, 0xfb, 0x31, 0xcd, 0xb0, 0xf9, 0xb4, 0x83, 0x8b, 0x3a, 0x20, 0x10, 0xd2, 0x89, 0xd8, 0x74, 0x3d, 0x86, 0x2f, 0x8d, 0x40, 0xd8, 0x5a, 0x09, 0x6b, 0x35, 0xd5, 0xac, 0xd3, 0x85, 0x45, 0x9d, 0xaf, 0xbe, 0x72, 0xa5, 0xbf, 0x0a, 0x7b, 0xfe, 0x65, 0xb6, 0x60, 0xb5, 0x3d, 0xd2, 0x24, 0x32, 0x07, 0x1d, 0xc3, 0x2f, 0x26, 0xf5, 0x1c, 0xed, 0x87, 0x7b, 0xed, 0x71, 0x48, 0x05, 0x4e, 0xdd, 0xc0, 0x71, 0x35, 0x18, 0x9f, 0xdb, 0x79, 0x77, 0x7c, 0x4c, 0xcf, 0xe1, 0x6b, 0xf8, 0x1e, 0x78, 0x2f, 0xed, 0xcf, 0x6f, 0x27, 0x9f, 0xff, 0xb9, 0x0b, 0xca, 0xa2, 0xe8, 0x3f, 0x78, 0xa9, 0xc8, 0x3d, 0x7a, 0xe4, 0x4e, 0x1a, 0x67, 0x2f, 0x2d, 0x35, 0xe3, 0x5f, 0x66, 0x5c, 0x99, 0xd2, 0x5f, 0xd5, 0xe5, 0x3f, 0x85, 0x66, 0x0d, 0xc2, 0xc5, 0xc1, 0xc5, 0x4c, 0xbb, 0xb0, 0x28, 0xfe, 0xbf, 0xbf, 0x50, 0x07, 0x14, 0xa2, 0x81, 0xc0, 0xf9, 0x2a, 0x0e, 0x08, 0x27, 0x70, 0x2d, 0x2d, 0x12, 0xea, 0x1d, 0x7e, 0x4d, 0xdb, 0xe8, 0x2f, 0x38, 0x1e, 0x3f, 0xe7, 0x74, 0xfa, 0x1b, 0x16, 0x9a, 0xd0, 0xba, 0x39, 0x38, 0x9e, 0xf7, 0x4a, 0xb4, 0xfd, 0x63, 0xc5, 0xa3, 0x4f, 0xe1, 0x45, 0x9d, 0x5b, 0x5c, 0xf0, 0xb7, 0x97, 0x04, 0x88, 0xe0, 0x50, 0xe2, 0x94, 0x0d, 0xfa, 0x2d, 0xeb, 0xfb, 0xf3, 0xe0, 0xaa, 0x75, 0x95, 0x3c, 0x7e, 0x6d, 0x8d, 0x10, 0x3e, 0xc6, 0xe7, 0xf0, 0x35, 0x7c, 0x8f, 0x4c, 0xe6, 0xb8, 0x54, 0xce, 0xa8, 0x5a, 0x18, 0xff, 0xcf, 0xad, 0xd8, 0x10, 0x23, 0x93, 0xd7, 0xd3, 0x19, 0x73, 0x84, 0x2f, 0x7f, 0xe9, 0xc7, 0x53, 0xc0, 0x53, 0xd1, 0x57, 0x71, 0xac, 0x1c, 0xa8, 0xd7, 0x4b, 0x7e, 0x3c, 0x3a, 0x38, 0x5c, 0x77, 0x12, 0x53, 0xb7, 0x96, 0xf0, 0xc4, 0x2d, 0x1c, 0x61, 0x77, 0x6c, 0xa0, 0x0c, 0x60, 0x2c, 0xe5, 0x39, 0x7c, 0x98, 0x97, 0xc7, 0x0c, 0x1d, 0xbc, 0x87, 0x16, 0x3d, 0x11, 0xbd, 0xf3, 0x92, 0xaf, 0xe3, 0xaa, 0xae, 0xdf, 0xc0, 0xa8, 0x08, 0xdb, 0xc6, 0x50, 0x3b, 0x5c, 0x31, 0x00, 0xc0, 0x1f, 0x7b, 0x39, 0x75, 0xbf, 0xaa, 0x54, 0xa7, 0x1f, 0x10, 0x00, 0x56, 0x17, 0xf0, 0xb8, 0x35, 0x9c, 0xb9, 0x77, 0xe2, 0x66, 0x93, 0x93, 0xa7, 0x21, 0x8c, 0xf8, 0x1c, 0x16, 0xa6, 0x24, 0x1f, 0xa1, 0x32, 0x86, 0x36, 0x5d, 0x5a, 0x73, 0x5a, 0xfc, 0xf5, 0x6c, 0xbd, 0x93, 0xf9, 0xdb, 0xa7, 0x5d, 0x40, 0x2a, 0x43, 0x63, 0x8a, 0x18, 0xa2, 0x91, 0xc3, 0x93, 0x78, 0xe0, 0xe2, 0xe9, 0x47, 0xa4, 0x2a, 0xd7, 0x97, 0x27, 0x70, 0xe2, 0x73, 0x38, 0x87, 0x4f, 0x37, 0x67, 0x6c, 0xba, 0xe6, 0x2b, 0xf9, 0x95, 0xeb, 0x40, 0x37, 0x1c, 0xaf, 0x46, 0xcc, 0xfd, 0xa0, 0x94, 0xf3, 0xf0, 0xcd, 0x3f, 0xa7, 0xb9, 0xbb, 0x34, 0x7b, 0x17, 0xc7, 0xaf, 0x62, 0x65, 0x12, 0x87, 0x30, 0xf2, 0x11, 0x37, 0xe3, 0xf3, 0x2b, 0xd6, 0xd1, 0x62, 0xee, 0x44, 0xfc, 0x9f, 0xb8, 0x30, 0x13, 0xe7, 0x51, 0xab, 0x38, 0x6f, 0x17, 0x87, 0x2e, 0x23, 0xe1, 0x63, 0xac, 0x4c, 0x4a, 0x56, 0xf2, 0x8a, 0x8e, 0xbd, 0xf3, 0xb7, 0x76, 0xcc, 0x00, 0x1d, 0x71, 0x13, 0xa5, 0x36, 0x6c, 0xff, 0xe0, 0x54, 0x4a, 0xb9, 0xd2, 0xc4, 0x6d, 0xa2, 0x35, 0xf4, 0x9c, 0xa9, 0xc7, 0x77, 0xa4, 0x4a, 0x5c, 0xfe, 0x16, 0x4a, 0x0a, 0x55, 0x12, 0x93, 0x37, 0x15, 0x73, 0x11, 0x06, 0xc7, 0xad, 0x13, 0x6d, 0xa4, 0xe7, 0x44, 0xfd, 0x57, 0xe6, 0x57, 0xaa, 0xa3, 0x6a, 0x81, 0x64, 0xfc, 0xef, 0x74, 0x66, 0x92, 0xd4, 0x3e, 0x9e, 0x77, 0x80, 0xd4, 0x9c, 0x30, 0x99, 0xb7, 0xcb, 0x66, 0xf6, 0x6e, 0xfe, 0xf6, 0x07, 0x72, 0x06, 0x71, 0xb2, 0x36, 0x99, 0x81, 0x19, 0x72, 0xd0, 0xc2, 0x41, 0x78, 0x7c, 0x1f, 0x4b, 0xff, 0xe2, 0xd8, 0xd3, 0xf9, 0x15, 0xea, 0xe8, 0x5a, 0x20, 0x15, 0xe9, 0x4f, 0x5a, 0x60, 0x63, 0x11, 0x30, 0xff, 0xb8, 0xa3, 0xfc, 0x13, 0xf4, 0x58, 0xca, 0xd1, 0xfd, 0xf3, 0x2b, 0xd4, 0xd1, 0x01, 0xb0, 0x2c, 0xf2, 0x57, 0xa6, 0x42, 0x49, 0x1d, 0x49, 0x6b, 0x75, 0xa1, 0xaa, 0x5a, 0x25, 0x0a, 0xbf, 0x95, 0x5f, 0xa1, 0x5c, 0x30, 0x03, 0x74, 0x62, 0x49, 0x8c, 0xce, 0xd7, 0xf1, 0xeb, 0xa6, 0xe9, 0x0e, 0x9c, 0xb9, 0xf9, 0x95, 0xc9, 0x15, 0x2d, 0x50, 0x85, 0xdb, 0xcf, 0xb1, 0x38, 0x54, 0xe8, 0xb8, 0xeb, 0x0a, 0x25, 0xf7, 0xdf, 0x76, 0xa2, 0x79, 0xfe, 0xd6, 0x51, 0x01, 0x80, 0xbb, 0x93, 0x93, 0xb1, 0x24, 0x9d, 0x79, 0xc4, 0xa7, 0x6b, 0x25, 0x3f, 0xaf, 0xfe, 0xc3, 0xfc, 0xed, 0xca, 0x89, 0x06, 0xa6, 0x05, 0x75, 0xff, 0xe8, 0xb4, 0xfc, 0x8a, 0xe4, 0x9a, 0x16, 0x48, 0xc4, 0x3b, 0x19, 0x00, 0xc0, 0xe3, 0xfc, 0x8a, 0xe4, 0x1a, 0x00, 0xb0, 0x6f, 0x9f, 0xa7, 0x95, 0xbf, 0x96, 0x2b, 0xcd, 0xa8, 0xf9, 0x5b, 0x1b, 0x33, 0x10, 0xb9, 0xa5, 0x15, 0x28, 0xbf, 0x12, 0x39, 0x7a, 0xa3, 0xa3, 0x54, 0x93, 0xf1, 0xef, 0xe5, 0x57, 0x22, 0x57, 0xcd, 0xc0, 0x8c, 0x19, 0x7f, 0x94, 0xab, 0x2d, 0xe9, 0xf9, 0x5b, 0xfe, 0x96, 0xbf, 0xe5, 0x6f, 0xf9, 0x5b, 0xce, 0xdf, 0xfe, 0x3f, 0xca, 0xf9, 0x13, 0xd3, 0x88, 0xf4, 0xc8, 0x9f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int weather_clear_128_png_len = 10706; unsigned char weather_clear_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2d, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x3b, 0x5a, 0x33, 0x94, 0x00, 0x00, 0x00, 0x1c, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x52, 0x79, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x65, 0x72, 0x20, 0x28, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x29, 0x50, 0x59, 0x48, 0x46, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x4a, 0x61, 0x6e, 0x75, 0x61, 0x72, 0x79, 0x20, 0x32, 0x30, 0x30, 0x36, 0x17, 0xea, 0xe8, 0x75, 0x00, 0x00, 0x00, 0x20, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x43, 0xd8, 0x49, 0xcb, 0x00, 0x00, 0x47, 0xea, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x07, 0x78, 0x54, 0xd7, 0x9d, 0xaf, 0x37, 0xc9, 0x26, 0xd9, 0x92, 0xdd, 0x7d, 0xf9, 0xb2, 0xfb, 0x36, 0x9b, 0xcd, 0x6e, 0x5e, 0x36, 0x5b, 0x92, 0xbc, 0x2d, 0x6f, 0xf3, 0xf2, 0x76, 0x6d, 0x6b, 0x0a, 0x42, 0x08, 0x24, 0x24, 0x10, 0x45, 0x80, 0xc1, 0x80, 0xc1, 0x98, 0x62, 0xb0, 0x30, 0xcd, 0x06, 0x83, 0x6d, 0x5c, 0x71, 0xc3, 0x36, 0x89, 0xe3, 0x96, 0xb8, 0x80, 0x4b, 0x6c, 0x8c, 0x66, 0x46, 0xba, 0x42, 0x06, 0x03, 0xa6, 0x19, 0xb0, 0x31, 0xc6, 0xc6, 0x34, 0xd3, 0xd5, 0x28, 0x96, 0x28, 0xa6, 0x1a, 0x98, 0x7b, 0xef, 0x79, 0xff, 0xff, 0xe9, 0xe7, 0xce, 0x1d, 0x49, 0xd8, 0x80, 0x91, 0x38, 0xe7, 0xfb, 0xce, 0x37, 0xa3, 0x99, 0x91, 0x60, 0xce, 0xf9, 0xff, 0xfe, 0xbd, 0x5c, 0x71, 0x85, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0xd7, 0x85, 0x5e, 0x64, 0xee, 0xcf, 0xbf, 0x89, 0xdb, 0x9e, 0x84, 0x5d, 0x97, 0xe5, 0x4a, 0xbf, 0x11, 0xbd, 0x2a, 0x9d, 0x88, 0x5d, 0x69, 0x4f, 0xc2, 0xae, 0xcb, 0x72, 0x79, 0x15, 0x91, 0x29, 0xe9, 0x64, 0x64, 0x8a, 0x3d, 0x09, 0xbb, 0x2e, 0x3f, 0xf5, 0xc7, 0xf9, 0xc5, 0x1f, 0xbb, 0xc9, 0x68, 0x39, 0x6e, 0xb2, 0x30, 0xff, 0x4f, 0xec, 0x89, 0xd8, 0x75, 0x79, 0x01, 0xa0, 0x22, 0xd6, 0xc9, 0x4d, 0xc6, 0x1c, 0xdc, 0xa0, 0x06, 0x75, 0xb2, 0x27, 0x62, 0xd7, 0xe5, 0xa5, 0xff, 0x27, 0x22, 0xf7, 0x29, 0x00, 0x44, 0xee, 0xb3, 0x27, 0x62, 0xd7, 0xe5, 0xc3, 0xfd, 0x17, 0x5c, 0xf9, 0x5d, 0x37, 0x11, 0xad, 0x90, 0x00, 0x48, 0xc6, 0x2a, 0xc9, 0xab, 0xf1, 0xef, 0xd9, 0x93, 0xb1, 0xeb, 0xf2, 0x00, 0x40, 0x2a, 0xd6, 0x43, 0x10, 0xbf, 0xdc, 0xe5, 0xb1, 0x1e, 0xf6, 0x64, 0xec, 0xba, 0x2c, 0x96, 0x97, 0x8a, 0xce, 0x0a, 0x02, 0x20, 0x9d, 0x88, 0xce, 0xb2, 0x27, 0x63, 0xd7, 0x65, 0xc0, 0xfd, 0xa3, 0x3f, 0x94, 0x84, 0xef, 0xf0, 0xcd, 0x7f, 0xc6, 0xf7, 0xec, 0x09, 0xd9, 0xd5, 0xae, 0x97, 0x9b, 0xcc, 0x19, 0x28, 0x01, 0xb0, 0x2a, 0xcf, 0x71, 0x57, 0xe7, 0x49, 0x00, 0x9c, 0x85, 0xf7, 0xec, 0x09, 0xd9, 0xd5, 0x7e, 0xb9, 0x3f, 0xb9, 0xe2, 0x0f, 0xdc, 0x64, 0xf4, 0x77, 0x82, 0xe0, 0xfd, 0xfa, 0x71, 0x74, 0x2b, 0x55, 0x28, 0xfa, 0x1c, 0x7e, 0xc6, 0x9e, 0x94, 0x5d, 0xed, 0x13, 0x00, 0x89, 0xe8, 0x4f, 0x25, 0xb1, 0xcf, 0x8f, 0x3b, 0xfe, 0xc9, 0x4a, 0xd8, 0x15, 0x8e, 0x5b, 0x1d, 0x97, 0x20, 0x38, 0x03, 0x9f, 0xb1, 0x27, 0x65, 0x57, 0xfb, 0x34, 0x7e, 0x93, 0x91, 0x51, 0x12, 0x00, 0xef, 0x75, 0x76, 0x88, 0x7f, 0x10, 0xf6, 0x61, 0xc7, 0x5d, 0x5b, 0xa0, 0xa9, 0x41, 0x91, 0x51, 0xf6, 0xa4, 0xec, 0x6a, 0x7f, 0xdc, 0x7f, 0x6e, 0xe9, 0xd7, 0xcf, 0x26, 0xa2, 0x2f, 0x4b, 0xf5, 0x67, 0xff, 0x54, 0x20, 0xfe, 0x33, 0x74, 0xe3, 0x73, 0x4d, 0x0d, 0x7a, 0x85, 0x4c, 0x8f, 0x7f, 0xc3, 0x9e, 0x98, 0x5d, 0xed, 0x6a, 0x9d, 0x2d, 0x8f, 0xfd, 0x52, 0x12, 0xf9, 0x82, 0x5c, 0xaa, 0xfe, 0x10, 0xff, 0x08, 0xdd, 0xf8, 0x1c, 0x5f, 0x93, 0x52, 0xa0, 0x22, 0xfe, 0x7f, 0xed, 0x89, 0xd9, 0xd5, 0xae, 0x56, 0x3a, 0x11, 0x99, 0x24, 0x01, 0xf0, 0x61, 0x91, 0xe3, 0xa7, 0x77, 0x39, 0xc4, 0xdd, 0x4b, 0x37, 0x3e, 0xc7, 0xd7, 0xb4, 0x98, 0xc0, 0x44, 0x7b, 0x62, 0x76, 0xb5, 0x1f, 0xf5, 0x67, 0x69, 0xfc, 0xdb, 0x00, 0x80, 0x37, 0xa4, 0xfa, 0xd3, 0x38, 0x8d, 0x12, 0xbd, 0xb1, 0xe1, 0x35, 0x4d, 0x0d, 0x9a, 0x87, 0xbf, 0x63, 0x4f, 0xce, 0xae, 0xf6, 0xc1, 0xfd, 0xcb, 0xaf, 0xee, 0x20, 0x89, 0x7b, 0x09, 0xa8, 0x3f, 0x27, 0xe6, 0x3a, 0xfe, 0x99, 0x4d, 0xe6, 0x86, 0xd7, 0xdc, 0xc5, 0x4a, 0x0d, 0x4a, 0x27, 0x73, 0xe2, 0xf6, 0xe4, 0xec, 0x6a, 0x17, 0xcb, 0x4b, 0x46, 0xa7, 0x4b, 0x00, 0x6c, 0xec, 0xe6, 0xf8, 0xa7, 0xd7, 0x00, 0xd1, 0xaf, 0x35, 0x37, 0xbc, 0xe6, 0x6e, 0x28, 0xd1, 0x00, 0x10, 0x9d, 0x6e, 0x4f, 0xce, 0xae, 0xb6, 0xaf, 0xfe, 0xcc, 0xcd, 0xfb, 0x73, 0x50, 0x69, 0x52, 0x94, 0xb0, 0x2b, 0x40, 0xfd, 0x69, 0x9a, 0xea, 0xf8, 0xa7, 0x56, 0x84, 0x6f, 0x78, 0x0f, 0x3f, 0xc3, 0xd5, 0xa0, 0x14, 0x49, 0xc6, 0xff, 0xc2, 0x9e, 0xa0, 0x5d, 0x6d, 0x7a, 0xb9, 0xa9, 0x9c, 0x62, 0xc9, 0xfd, 0x97, 0x75, 0x04, 0x55, 0xe7, 0x39, 0x20, 0xf6, 0x85, 0x6c, 0xa3, 0x2a, 0x84, 0x5b, 0xfe, 0xfc, 0x1c, 0xfd, 0x8c, 0xfc, 0x7c, 0x22, 0xa7, 0xc8, 0x9e, 0xa0, 0x5d, 0x6d, 0x5d, 0xfd, 0x79, 0x44, 0x12, 0xf4, 0xd6, 0x5e, 0x8e, 0x7f, 0x32, 0x49, 0xa3, 0xbf, 0x74, 0x1f, 0xb9, 0x13, 0xf6, 0x74, 0xf5, 0x33, 0x46, 0x85, 0xb7, 0xf6, 0xd6, 0xd5, 0xa0, 0x47, 0xec, 0x09, 0xda, 0xd5, 0x76, 0xd5, 0x9f, 0xf2, 0xc8, 0xf7, 0x81, 0x90, 0x2b, 0xa5, 0xfa, 0x73, 0xf0, 0x16, 0xe0, 0xf2, 0xbf, 0x97, 0xdb, 0x6d, 0x1a, 0x08, 0x7b, 0x80, 0xf1, 0x1a, 0x7e, 0xc6, 0xad, 0xd4, 0x32, 0x44, 0x2b, 0xae, 0xfe, 0x1b, 0x7b, 0x92, 0x76, 0xb5, 0x4d, 0x00, 0x24, 0xe2, 0xfd, 0xf4, 0xcc, 0x4f, 0xff, 0xe8, 0xa3, 0x40, 0xe4, 0xcf, 0xb3, 0x0d, 0xcf, 0xdd, 0xc6, 0x6e, 0x74, 0x67, 0xbc, 0xbe, 0x2a, 0x4f, 0x53, 0x83, 0x22, 0xfd, 0xec, 0x49, 0xda, 0xd5, 0x36, 0xf5, 0xff, 0x44, 0xf4, 0x69, 0x49, 0xc8, 0xdb, 0x4b, 0x1d, 0xff, 0xd8, 0x93, 0x6a, 0x1f, 0x2c, 0x53, 0x00, 0x80, 0xe7, 0xfa, 0x7b, 0xf8, 0x59, 0x2d, 0x26, 0xf0, 0x8c, 0x3d, 0x49, 0xbb, 0xda, 0xdc, 0x3a, 0x3d, 0x2f, 0xfa, 0x8f, 0xaa, 0xf0, 0x25, 0xce, 0x88, 0xfc, 0xe8, 0x23, 0x72, 0xbb, 0x8d, 0xa5, 0x12, 0x00, 0xf8, 0x5c, 0x7f, 0x8f, 0x82, 0x43, 0x2b, 0x94, 0x39, 0x5d, 0x71, 0xe5, 0x4f, 0xec, 0x89, 0xb6, 0x57, 0x2e, 0x99, 0x8c, 0x97, 0xa4, 0x2b, 0xa3, 0xb9, 0x98, 0x2c, 0xd6, 0xae, 0xbe, 0x57, 0x2a, 0x3e, 0x4c, 0x02, 0x60, 0x0d, 0xa8, 0x3f, 0x47, 0xa6, 0xc1, 0xbe, 0x87, 0xed, 0xc3, 0x93, 0x34, 0xe2, 0xe7, 0x52, 0x00, 0x5e, 0x93, 0xef, 0x1f, 0xb9, 0x9d, 0xfe, 0x8e, 0xcc, 0x0d, 0x2a, 0x8f, 0x0f, 0x6b, 0x6f, 0xf7, 0x7e, 0x26, 0xd5, 0xf1, 0x67, 0x58, 0x1b, 0x6d, 0xf5, 0x64, 0xe7, 0xca, 0x1f, 0xa4, 0xa9, 0xa1, 0x18, 0xfd, 0x9d, 0x5b, 0x1e, 0xed, 0xd6, 0x1e, 0x7a, 0x65, 0xf2, 0xc2, 0x97, 0x17, 0x25, 0x00, 0x6a, 0x7a, 0x03, 0x51, 0x4f, 0x05, 0x22, 0x67, 0xdb, 0x6d, 0x1a, 0x9c, 0x01, 0x00, 0x7c, 0x4d, 0xbc, 0x8f, 0x9f, 0x75, 0x77, 0x6b, 0x6a, 0x50, 0x2a, 0x3a, 0x9b, 0x4c, 0x9f, 0xfe, 0xb5, 0xf6, 0x70, 0x2e, 0x67, 0x93, 0x91, 0xff, 0xe7, 0x25, 0x23, 0x33, 0x19, 0xb0, 0x23, 0xff, 0x69, 0x45, 0xc0, 0x15, 0xac, 0x45, 0xa0, 0xba, 0xec, 0xd8, 0x0b, 0x14, 0x08, 0xd5, 0x3f, 0xf9, 0x56, 0x5b, 0xfd, 0x3e, 0x67, 0x93, 0xf1, 0xff, 0x90, 0xdf, 0x07, 0x8b, 0x5d, 0xf6, 0x0e, 0x71, 0xfc, 0x86, 0xb1, 0x8e, 0x5f, 0x03, 0x6a, 0xd0, 0x2e, 0x50, 0x6f, 0xb6, 0x02, 0x00, 0xb6, 0x0c, 0x72, 0xdc, 0x4d, 0x03, 0xd9, 0xc6, 0xe7, 0xf0, 0x1a, 0xbe, 0x47, 0x3f, 0x03, 0x9f, 0xc5, 0xdf, 0xd1, 0x0b, 0x65, 0xf0, 0x6f, 0xb6, 0x59, 0xc2, 0x9f, 0x1e, 0xff, 0x06, 0x49, 0x46, 0x3a, 0x02, 0x90, 0x9f, 0xd2, 0x5c, 0xbc, 0x8f, 0x5b, 0xca, 0x17, 0x07, 0xa4, 0xeb, 0xcb, 0x8a, 0xeb, 0xbd, 0x0c, 0x5c, 0xb4, 0x0f, 0x99, 0xd3, 0xf6, 0xda, 0x06, 0x02, 0x97, 0xbb, 0xd9, 0xf8, 0x2e, 0x8b, 0xfa, 0xc1, 0xee, 0xcf, 0x1f, 0x5b, 0xb3, 0xf9, 0x67, 0xb5, 0xbf, 0x81, 0x7f, 0xb3, 0xcd, 0xdd, 0x2b, 0x48, 0x73, 0x1a, 0x08, 0x4c, 0xc4, 0x9e, 0xcf, 0xe8, 0x82, 0x51, 0x11, 0xb9, 0xda, 0x52, 0xbe, 0x2e, 0x05, 0x52, 0xd1, 0x7b, 0x33, 0x40, 0xc0, 0x80, 0xf0, 0x1a, 0x16, 0x92, 0x63, 0x4a, 0x41, 0x9b, 0xb9, 0xf4, 0x64, 0xf4, 0x75, 0xf9, 0xff, 0xaf, 0xe8, 0x08, 0x9c, 0xbc, 0x17, 0xec, 0x12, 0xd8, 0xdd, 0x5a, 0xb9, 0x4b, 0xd8, 0xef, 0x54, 0x74, 0xd4, 0xbd, 0x41, 0xaf, 0xb7, 0x15, 0xf5, 0x10, 0x99, 0x96, 0x9b, 0xc8, 0x29, 0xd5, 0x0b, 0x80, 0x02, 0x77, 0xfa, 0x94, 0xad, 0x7d, 0x6e, 0x4e, 0x6d, 0x08, 0xdd, 0xd1, 0x79, 0xc0, 0x49, 0x6e, 0x20, 0xce, 0xa5, 0xdd, 0x41, 0x2d, 0x9d, 0x88, 0xe7, 0x18, 0xff, 0xef, 0x4a, 0x30, 0x66, 0xe7, 0x17, 0xcc, 0xf6, 0xaa, 0xba, 0x3c, 0xec, 0x39, 0x5d, 0x26, 0x9f, 0x75, 0xba, 0x94, 0x79, 0x55, 0xf9, 0xa3, 0xce, 0x56, 0xe4, 0x0f, 0x75, 0x2b, 0xf2, 0x07, 0xe0, 0xc6, 0xe7, 0xf4, 0x35, 0x78, 0x2f, 0xed, 0x74, 0x99, 0x82, 0x9f, 0x75, 0x9d, 0x2e, 0x73, 0xe8, 0xef, 0x1a, 0xbd, 0x83, 0xe2, 0x39, 0x97, 0x34, 0xe1, 0x2f, 0xc2, 0xbc, 0xa7, 0x9c, 0x81, 0x8c, 0x69, 0x65, 0xbf, 0x4b, 0x54, 0x87, 0x2c, 0xc5, 0x87, 0x11, 0x4f, 0x2a, 0xf2, 0xa8, 0x9e, 0x36, 0xec, 0x2e, 0xca, 0x0d, 0x3b, 0xc0, 0xe4, 0xd9, 0x44, 0xac, 0xec, 0x52, 0x8d, 0x90, 0x12, 0x04, 0x00, 0xd8, 0x30, 0x68, 0xec, 0x61, 0x9f, 0x9f, 0x2f, 0xc3, 0xb5, 0xf1, 0x77, 0x3f, 0x77, 0x72, 0xfe, 0x0e, 0xff, 0x16, 0xb5, 0x8b, 0x2e, 0x51, 0x00, 0x90, 0xea, 0xc8, 0x5f, 0x7a, 0xc9, 0xd8, 0x70, 0xca, 0xa4, 0x82, 0xf7, 0x85, 0x95, 0x6e, 0x46, 0x7e, 0x53, 0xec, 0x79, 0x5b, 0xf2, 0x99, 0xed, 0x20, 0x53, 0xd1, 0xab, 0x8c, 0xa6, 0x51, 0x8d, 0x37, 0x38, 0x6e, 0xcd, 0x50, 0x38, 0xc0, 0xbc, 0x0c, 0x20, 0xa0, 0xe7, 0x28, 0x9d, 0x88, 0xdd, 0x81, 0xfe, 0x76, 0x7b, 0x72, 0x5f, 0x95, 0xba, 0x17, 0xff, 0xeb, 0xb3, 0x8c, 0xf0, 0xcb, 0x33, 0x08, 0x1f, 0x99, 0xd7, 0xb6, 0xfe, 0x2c, 0xa6, 0xb1, 0x30, 0xd7, 0x26, 0xf8, 0xb5, 0xda, 0x4d, 0x56, 0x1e, 0x7b, 0x52, 0x1e, 0xd6, 0x86, 0x62, 0xda, 0x39, 0xc1, 0x3f, 0xbd, 0xd6, 0xf1, 0x1b, 0xc6, 0x39, 0xee, 0xca, 0x8e, 0xa1, 0x22, 0xd5, 0x4b, 0x46, 0xef, 0x39, 0x33, 0x2f, 0xfe, 0x2f, 0xf6, 0x04, 0x2f, 0xd2, 0x3d, 0x25, 0xe3, 0x3f, 0x4a, 0x27, 0x72, 0xc6, 0xeb, 0x0d, 0x7e, 0x0d, 0xc9, 0xbd, 0x6b, 0x88, 0xe3, 0x9f, 0x72, 0xe0, 0xee, 0x4e, 0x38, 0xee, 0x8e, 0x81, 0xca, 0x90, 0x07, 0x9b, 0xa0, 0x2d, 0x7b, 0xf7, 0x2e, 0x92, 0x0e, 0xad, 0xfa, 0xe6, 0xa3, 0x1b, 0xd0, 0x3f, 0xf1, 0xa2, 0x43, 0x88, 0x0f, 0x87, 0x79, 0x1a, 0x80, 0xb0, 0xda, 0xf1, 0xf7, 0x8e, 0x63, 0xb9, 0x32, 0x15, 0x99, 0x40, 0x48, 0xa7, 0x62, 0x0f, 0xa1, 0xba, 0x60, 0x4f, 0xf1, 0xc2, 0x2c, 0x0c, 0x5e, 0xa1, 0xd4, 0x95, 0x09, 0x7e, 0xfa, 0x46, 0x29, 0x5d, 0x3b, 0x02, 0x08, 0xbf, 0x1a, 0xee, 0xea, 0x24, 0xbd, 0x33, 0x7c, 0xae, 0x57, 0xb9, 0xa1, 0x61, 0x6c, 0x4f, 0xb1, 0x25, 0xee, 0x02, 0xfa, 0xa1, 0xe1, 0x36, 0xdb, 0xda, 0x8b, 0xf7, 0xcf, 0x39, 0xea, 0x10, 0xb7, 0x89, 0x15, 0x91, 0x9f, 0x5a, 0xe4, 0xf8, 0xfb, 0xc7, 0x3b, 0xee, 0x7b, 0xe1, 0x40, 0xc0, 0xe6, 0xb3, 0x34, 0xba, 0x6c, 0x3d, 0x0d, 0xe7, 0x8d, 0xf0, 0x43, 0xbd, 0x74, 0x15, 0x8c, 0xf0, 0xfd, 0xfa, 0x51, 0xac, 0xcb, 0x85, 0xdb, 0xc0, 0xee, 0x08, 0xef, 0x0a, 0x40, 0xe0, 0xee, 0x1e, 0x6a, 0x7a, 0xb1, 0xec, 0x24, 0x9c, 0x56, 0x82, 0xa0, 0x32, 0xd2, 0x5d, 0x1e, 0xdc, 0x42, 0xac, 0xa1, 0x9d, 0xc3, 0x89, 0xbf, 0xc1, 0xf1, 0xd3, 0xbb, 0x1d, 0xff, 0xcc, 0x36, 0xd8, 0x1b, 0xa8, 0x98, 0xf5, 0x1b, 0xa7, 0x00, 0x10, 0xf2, 0xb3, 0x01, 0xe1, 0x89, 0xb6, 0x90, 0x66, 0x41, 0xa6, 0x5f, 0xf1, 0x35, 0xdc, 0x97, 0x9c, 0x3a, 0x0a, 0xd2, 0xd4, 0x70, 0x4c, 0xe8, 0x84, 0x8f, 0x52, 0x78, 0xef, 0x48, 0x96, 0xc2, 0x8d, 0x77, 0x81, 0x77, 0x02, 0x77, 0x23, 0x40, 0x40, 0xb9, 0xff, 0x92, 0x5c, 0xdb, 0xf7, 0xf4, 0x0b, 0x1d, 0xfe, 0xd2, 0xf8, 0xb7, 0xb1, 0x41, 0x94, 0xca, 0xa4, 0xec, 0x0b, 0x87, 0x5b, 0x63, 0x12, 0x3f, 0xda, 0x05, 0xa7, 0x57, 0xc1, 0x41, 0x2f, 0x81, 0x4b, 0x78, 0x0d, 0x80, 0x30, 0xc1, 0x71, 0x3f, 0x28, 0x30, 0x92, 0xc8, 0x34, 0xdd, 0xf3, 0xb9, 0x8b, 0x9d, 0x66, 0x41, 0xca, 0x73, 0x7e, 0x0c, 0x92, 0xac, 0x14, 0xec, 0x93, 0x3b, 0xdd, 0x54, 0xe4, 0x59, 0x37, 0x15, 0xad, 0x82, 0xe7, 0x1f, 0xc3, 0xf7, 0x6a, 0x82, 0x4d, 0x42, 0xb6, 0x07, 0x9f, 0xd9, 0xcf, 0x3f, 0xb3, 0x18, 0x03, 0x81, 0x69, 0xe4, 0xba, 0xf0, 0x37, 0x48, 0x45, 0xfc, 0x27, 0x17, 0x0b, 0x20, 0x28, 0x81, 0x91, 0x69, 0xe8, 0x51, 0x5b, 0xe5, 0xd2, 0x8d, 0x51, 0x66, 0xe3, 0xef, 0x1f, 0x43, 0x99, 0x12, 0x3d, 0x7b, 0xbc, 0x03, 0xbc, 0x8b, 0x00, 0x08, 0xdc, 0xfa, 0x11, 0x66, 0x97, 0x8b, 0x45, 0x6d, 0x23, 0x8e, 0x73, 0xc9, 0x2c, 0x38, 0xb8, 0x6b, 0xe4, 0x01, 0x2e, 0xce, 0xa5, 0xb6, 0x40, 0x28, 0xf1, 0x03, 0xa7, 0xa1, 0xd5, 0x54, 0x27, 0xde, 0x60, 0xe5, 0x86, 0x4d, 0x00, 0x84, 0x0d, 0x45, 0x8e, 0x3b, 0x3f, 0xcc, 0x07, 0x1d, 0x79, 0xe9, 0x4c, 0x2a, 0xda, 0x1f, 0x07, 0xd4, 0x9d, 0x67, 0xc0, 0x7e, 0x23, 0x9d, 0x8c, 0xc7, 0xd9, 0xd8, 0xa3, 0xe8, 0x5b, 0xb0, 0x0f, 0x65, 0x21, 0xf2, 0x2f, 0xb3, 0x8f, 0xc3, 0x5e, 0x95, 0x4e, 0x46, 0x1e, 0xc4, 0x7f, 0x0b, 0xff, 0xcd, 0xf3, 0xfa, 0x1d, 0xd6, 0xfd, 0xe2, 0x0f, 0xd3, 0x89, 0x78, 0x17, 0x38, 0xa7, 0x17, 0x42, 0x09, 0x7f, 0x6d, 0x67, 0x60, 0x32, 0x40, 0xf8, 0xc7, 0x9e, 0x62, 0x67, 0x8d, 0x67, 0x8e, 0x67, 0x1f, 0x06, 0x02, 0x6c, 0xf4, 0xa5, 0xb9, 0x3e, 0xd1, 0x53, 0x64, 0x29, 0xfa, 0x5c, 0x2f, 0xa4, 0xa2, 0xdb, 0x77, 0xf4, 0x5e, 0x3a, 0xee, 0xee, 0x01, 0x70, 0xb8, 0x1f, 0x6a, 0xc4, 0x8f, 0x84, 0x9f, 0xd0, 0x88, 0xff, 0x15, 0x56, 0x50, 0x72, 0xec, 0x69, 0x96, 0x52, 0xdc, 0x54, 0xd6, 0x0c, 0x10, 0x40, 0xba, 0xa4, 0xa2, 0x7d, 0xbf, 0x8c, 0x4e, 0x4a, 0x2a, 0xae, 0xfe, 0x0e, 0x72, 0x67, 0xf8, 0x7b, 0x2f, 0x5d, 0x20, 0x82, 0x6f, 0x69, 0x7f, 0x06, 0xdf, 0x61, 0xae, 0x9b, 0x8a, 0x0d, 0xf9, 0x32, 0xc5, 0xf3, 0x78, 0x06, 0x24, 0x19, 0xed, 0xc3, 0x52, 0x4f, 0x02, 0xe7, 0x34, 0x3f, 0xee, 0xb8, 0x1f, 0x81, 0x54, 0x6d, 0x04, 0x55, 0xe7, 0xc8, 0x43, 0xec, 0x6c, 0x69, 0xe1, 0xce, 0x2b, 0x0a, 0x04, 0xb4, 0xc1, 0x6f, 0xa5, 0x09, 0x82, 0x86, 0x51, 0x5a, 0xd4, 0x37, 0x96, 0xc4, 0x38, 0x81, 0xa5, 0xe8, 0x2f, 0x24, 0x05, 0xa2, 0xd7, 0x67, 0x14, 0x94, 0x6b, 0x9c, 0x9f, 0x66, 0x50, 0x1e, 0x1c, 0xa7, 0x2e, 0x06, 0xb9, 0xd3, 0xd1, 0x59, 0x0c, 0x00, 0x47, 0xee, 0x67, 0x69, 0xc5, 0x4d, 0x23, 0x18, 0x10, 0x32, 0x41, 0xf0, 0x1a, 0x49, 0x76, 0xf8, 0xc5, 0xb9, 0xfe, 0x9f, 0xb0, 0x6d, 0xa1, 0x9b, 0x88, 0x80, 0x91, 0x1e, 0x3d, 0xf5, 0xc5, 0x08, 0x37, 0x96, 0xf9, 0x5a, 0x45, 0xfc, 0xcb, 0x82, 0xe1, 0x24, 0x72, 0xee, 0x2f, 0x32, 0x74, 0x9b, 0x7e, 0x9f, 0x64, 0x48, 0xe4, 0x76, 0x03, 0x12, 0xfe, 0x50, 0x9e, 0x9d, 0x7a, 0x3f, 0xaf, 0x55, 0x98, 0xc5, 0x25, 0xc0, 0xf3, 0xec, 0x2e, 0xe8, 0xf9, 0x0e, 0xe0, 0xd2, 0x80, 0x4b, 0x02, 0x00, 0x86, 0xbb, 0x32, 0x4f, 0x77, 0x51, 0x8f, 0xb5, 0x94, 0xfc, 0x45, 0xb9, 0xd3, 0xab, 0xf1, 0xef, 0x61, 0xe4, 0x57, 0x5e, 0x4a, 0xed, 0x40, 0x53, 0xed, 0x81, 0x8b, 0x61, 0xe9, 0xc4, 0x25, 0x8e, 0x7b, 0x70, 0x14, 0x27, 0x7a, 0xe0, 0x54, 0x47, 0xee, 0x65, 0x05, 0xe7, 0x87, 0x27, 0x83, 0xbe, 0x8a, 0x6e, 0xd3, 0xc1, 0x2c, 0xc7, 0xa6, 0x22, 0x2e, 0x2e, 0xe5, 0x31, 0x0c, 0xe2, 0xb4, 0xfa, 0xff, 0xf1, 0x02, 0xd8, 0x24, 0xc0, 0x69, 0x81, 0x50, 0xd6, 0xb6, 0x48, 0x8c, 0xa9, 0x18, 0x25, 0xe8, 0xf4, 0xc2, 0x22, 0xe2, 0xad, 0x1f, 0x45, 0xbc, 0x3d, 0xf7, 0x11, 0x7f, 0xff, 0x6f, 0x08, 0x39, 0x3c, 0x87, 0x90, 0x63, 0x49, 0x42, 0x3e, 0x5f, 0x44, 0xc8, 0x99, 0x55, 0xb0, 0x57, 0x9b, 0xfb, 0xf4, 0x3b, 0xf0, 0xde, 0x5b, 0x84, 0x1c, 0x4f, 0x11, 0xf2, 0xd9, 0x4b, 0x84, 0x34, 0x3d, 0x4d, 0xfc, 0x3d, 0x77, 0x11, 0x7f, 0xfd, 0x30, 0xe2, 0x2e, 0x2a, 0x6c, 0x35, 0x18, 0xd0, 0x86, 0xf0, 0x12, 0xd1, 0xd1, 0x64, 0xee, 0x95, 0x7f, 0xd4, 0xea, 0xef, 0x07, 0x67, 0x81, 0xd9, 0x99, 0xcc, 0xc0, 0x85, 0x33, 0x9a, 0x5f, 0x44, 0xcf, 0xcc, 0x3f, 0x30, 0x8e, 0x9d, 0x21, 0x2d, 0xde, 0xbf, 0x97, 0x9f, 0xed, 0x83, 0xbc, 0x9a, 0xad, 0x17, 0xab, 0x63, 0xc0, 0x34, 0x6f, 0x5d, 0x1d, 0xda, 0x5b, 0x26, 0x1d, 0x12, 0x74, 0xf8, 0x9f, 0x73, 0xe5, 0x0f, 0x2c, 0x25, 0x7f, 0x89, 0x85, 0x69, 0x0f, 0x12, 0x00, 0xc0, 0x59, 0x68, 0xd9, 0xa0, 0x54, 0x7b, 0xe6, 0xc0, 0x25, 0xf4, 0xd5, 0xf2, 0xea, 0x4b, 0x78, 0x5e, 0xfd, 0x04, 0x76, 0x71, 0xf5, 0x70, 0x19, 0x4b, 0x81, 0xf8, 0x17, 0xf6, 0x65, 0x09, 0x66, 0x4e, 0xa1, 0xe3, 0xa5, 0x3a, 0x8e, 0x6e, 0xad, 0x31, 0x8c, 0x7a, 0x36, 0xe6, 0x1f, 0xb9, 0x89, 0x68, 0x43, 0xb3, 0x84, 0x57, 0xd1, 0x91, 0xb8, 0x6f, 0xf7, 0x22, 0xfe, 0x8e, 0x3b, 0x88, 0xdf, 0xf4, 0x3c, 0x21, 0x27, 0xab, 0xc3, 0x89, 0xbc, 0x55, 0x7b, 0x15, 0xdf, 0xef, 0xf0, 0xbd, 0x12, 0xf6, 0x0a, 0x42, 0x4e, 0xc1, 0xdf, 0x3c, 0xf4, 0x2c, 0xf1, 0xb7, 0x4d, 0x04, 0x40, 0x14, 0xb5, 0x0c, 0x06, 0xf8, 0x3f, 0x7b, 0x89, 0xc8, 0x48, 0xf2, 0xcc, 0x2f, 0xfe, 0xb0, 0x75, 0x20, 0xf8, 0xf9, 0x37, 0xbd, 0x64, 0x7c, 0x8c, 0xeb, 0x14, 0xb0, 0xb3, 0xc2, 0x33, 0x5b, 0x3a, 0x08, 0xce, 0x70, 0x2c, 0x3b, 0x4b, 0xd8, 0xee, 0xc1, 0xa1, 0xec, 0x8c, 0xe5, 0x79, 0xf7, 0x62, 0x92, 0x40, 0xa8, 0x43, 0x78, 0x1f, 0xda, 0xc4, 0x1b, 0x2f, 0x15, 0xbd, 0xd5, 0x52, 0xf0, 0x97, 0x95, 0x02, 0xb2, 0x60, 0x86, 0xbb, 0xdf, 0x1a, 0x86, 0xc0, 0x61, 0x6b, 0x3a, 0x3f, 0x5e, 0x4c, 0xb0, 0xb8, 0x04, 0x77, 0xcd, 0x30, 0xc7, 0x5d, 0x32, 0x10, 0x2e, 0xb2, 0x94, 0x71, 0xff, 0xaa, 0xc2, 0xf2, 0x74, 0x2a, 0xaf, 0x73, 0x6b, 0x5d, 0x80, 0x6e, 0x2a, 0xd2, 0x1b, 0xfe, 0xdd, 0x4f, 0xb2, 0xaa, 0x31, 0x4e, 0x1e, 0xf1, 0x56, 0x0e, 0x20, 0x7e, 0xcd, 0x83, 0x84, 0x1c, 0x9d, 0xf7, 0x25, 0x08, 0x3e, 0x8c, 0xf0, 0x57, 0x2a, 0xc2, 0x3f, 0x8d, 0x7b, 0x39, 0xdf, 0xcb, 0xf8, 0x7e, 0x1b, 0xa4, 0xc9, 0xeb, 0x84, 0xd4, 0xdf, 0x4b, 0xdc, 0x65, 0x3d, 0x5a, 0x00, 0x43, 0x64, 0x27, 0xec, 0x6b, 0x5b, 0xeb, 0x45, 0x4a, 0x57, 0xe6, 0xe7, 0x02, 0x08, 0xe6, 0xd1, 0x33, 0xc3, 0xb3, 0xc3, 0x33, 0xdc, 0x3d, 0x22, 0x40, 0xf8, 0x5a, 0x2d, 0xb3, 0xb0, 0x09, 0xf0, 0x4e, 0x0e, 0x94, 0x19, 0xee, 0x68, 0x5b, 0xca, 0x79, 0x9e, 0x16, 0x88, 0xf4, 0xc9, 0x46, 0x79, 0xe1, 0xd1, 0x99, 0x9a, 0xce, 0xff, 0xa8, 0x14, 0xc7, 0x52, 0x0a, 0xec, 0x18, 0xe4, 0xb8, 0x8b, 0xe1, 0xe2, 0x16, 0x70, 0xe2, 0x77, 0x0a, 0x9e, 0x27, 0xf3, 0x73, 0xff, 0xbe, 0x75, 0x41, 0x9f, 0xe8, 0xbf, 0x02, 0xe1, 0xbc, 0x1b, 0xae, 0xde, 0x74, 0x20, 0xde, 0x9b, 0x85, 0xc4, 0xdf, 0x34, 0x89, 0x90, 0x23, 0xbf, 0x3f, 0x0f, 0x44, 0x2f, 0x08, 0x7f, 0x65, 0x2b, 0x09, 0x7f, 0x29, 0xdf, 0x00, 0x80, 0xd3, 0x4b, 0xf8, 0x5e, 0x0c, 0x2a, 0xd3, 0x73, 0xf0, 0x7f, 0x1a, 0x0d, 0xa0, 0xcc, 0x6d, 0x46, 0x35, 0x8a, 0xad, 0x3b, 0x53, 0x11, 0xf9, 0xb7, 0xd6, 0x9c, 0xc1, 0xe7, 0xc9, 0xf8, 0x8f, 0xdc, 0xaa, 0x2e, 0x2f, 0xd0, 0xb3, 0xc3, 0x33, 0xc4, 0xb3, 0xdc, 0x81, 0xdc, 0xbf, 0x87, 0x71, 0xce, 0x54, 0x1d, 0x12, 0x36, 0x01, 0x3c, 0xe2, 0xd0, 0x0f, 0x4d, 0xf7, 0x9f, 0x6e, 0x29, 0xf7, 0x3c, 0x2d, 0xe4, 0x24, 0x46, 0x10, 0x66, 0xef, 0x50, 0xee, 0xed, 0x99, 0x45, 0xf5, 0x52, 0xd4, 0xff, 0x25, 0xf1, 0x6f, 0x1b, 0x6c, 0x10, 0xbf, 0xe7, 0x74, 0x7d, 0x92, 0x38, 0xc5, 0x2d, 0xa6, 0x50, 0xa3, 0xba, 0x03, 0x97, 0x36, 0x0d, 0x88, 0xe5, 0x4c, 0x06, 0x01, 0x55, 0x76, 0x24, 0xde, 0xa2, 0x1e, 0xc0, 0xed, 0x1f, 0x02, 0x55, 0x64, 0x41, 0x2b, 0x09, 0x1b, 0x08, 0x1a, 0x33, 0x02, 0x3e, 0x7b, 0x01, 0xd4, 0xa2, 0x87, 0x89, 0xff, 0xe9, 0x9d, 0x84, 0xec, 0x9f, 0x40, 0xfc, 0xfa, 0x11, 0xc4, 0xaf, 0xbd, 0x16, 0xfe, 0x56, 0x7f, 0xd8, 0xd7, 0xc0, 0xf3, 0x7e, 0xb0, 0xfb, 0x12, 0xbf, 0x0e, 0x7e, 0xae, 0x1f, 0x42, 0xc8, 0xbe, 0x31, 0x60, 0x33, 0x4c, 0x04, 0x1b, 0xe0, 0x6e, 0x00, 0x19, 0xd8, 0x0e, 0xc7, 0xdf, 0x00, 0xdb, 0x60, 0x71, 0x38, 0xe1, 0xd3, 0xbd, 0x88, 0x6f, 0xb0, 0x1f, 0x4e, 0xa6, 0xe0, 0x6f, 0xde, 0x4e, 0xdc, 0xaa, 0xbc, 0x6c, 0x40, 0x38, 0x8b, 0x3d, 0x47, 0x5b, 0xa3, 0x02, 0xe2, 0x99, 0x01, 0xe3, 0x78, 0xca, 0x00, 0xc1, 0x36, 0x0d, 0x04, 0xa0, 0x0e, 0x51, 0x9b, 0x80, 0x1a, 0xc6, 0x70, 0x17, 0x8d, 0xa3, 0x8d, 0x7e, 0x46, 0x67, 0xe6, 0x75, 0xf8, 0xb9, 0xa5, 0xdc, 0xf3, 0xb8, 0xe0, 0xe2, 0xee, 0x91, 0x20, 0x58, 0x9b, 0xcf, 0x8a, 0xc7, 0xa9, 0xb7, 0xe7, 0x5e, 0x56, 0x67, 0x8b, 0x17, 0xb3, 0x43, 0x10, 0x7f, 0x6f, 0x30, 0xe4, 0x8a, 0x1d, 0xaf, 0xaa, 0xf3, 0x63, 0xad, 0x09, 0xc0, 0x9c, 0x49, 0xc4, 0xff, 0x37, 0x10, 0xc7, 0xfb, 0xa1, 0x1c, 0x7f, 0x41, 0x31, 0xf1, 0x77, 0xde, 0xc3, 0x8d, 0xd7, 0x16, 0x38, 0xf9, 0xc9, 0x4a, 0xe2, 0x1f, 0x7a, 0x82, 0x90, 0x03, 0x53, 0x40, 0x3d, 0xb9, 0x81, 0x90, 0x3a, 0x20, 0xe8, 0xba, 0xeb, 0x80, 0xc0, 0x07, 0xf3, 0x3d, 0x10, 0x7e, 0x1e, 0x08, 0x8f, 0x03, 0xf8, 0xe6, 0x20, 0xa8, 0xe9, 0x47, 0x88, 0x00, 0x42, 0x4d, 0x29, 0x3c, 0x2f, 0x85, 0xc7, 0xde, 0xf0, 0xd8, 0x1b, 0x5e, 0x03, 0xdb, 0x02, 0x7e, 0x26, 0xfb, 0x47, 0xc2, 0xdf, 0xbe, 0x1f, 0x00, 0xf1, 0x8a, 0x46, 0xf4, 0x9c, 0xf0, 0xd1, 0x78, 0xfe, 0x7c, 0x21, 0xec, 0x05, 0x6c, 0x9f, 0x2a, 0x27, 0xfe, 0xee, 0x5b, 0xb3, 0x4a, 0x04, 0x00, 0xfa, 0x46, 0x1c, 0xd8, 0xd1, 0x0a, 0xe3, 0xf8, 0x4f, 0xe1, 0x0c, 0x1f, 0xc1, 0xb3, 0xa4, 0x67, 0x2a, 0x25, 0x01, 0x70, 0xff, 0xc3, 0xb7, 0xb0, 0xb3, 0xa7, 0x77, 0xf0, 0x10, 0x0b, 0x42, 0x0a, 0xee, 0x9f, 0x88, 0x3e, 0x6c, 0x29, 0xf6, 0xbc, 0xc7, 0x05, 0x22, 0xff, 0x66, 0x04, 0x66, 0x0e, 0x0c, 0xe1, 0x5e, 0x1f, 0xe6, 0xed, 0x71, 0x77, 0x8f, 0x54, 0x9c, 0x1f, 0x89, 0xdf, 0xe9, 0x72, 0x7f, 0x6b, 0x7a, 0xec, 0x53, 0x23, 0x37, 0xc8, 0xf5, 0x53, 0x71, 0xe2, 0x55, 0x83, 0xaa, 0xb3, 0xf5, 0x36, 0x6e, 0xd0, 0x36, 0x43, 0xf8, 0x27, 0x90, 0xe8, 0x1f, 0x21, 0x7e, 0xc3, 0xcd, 0x40, 0xf4, 0xc3, 0x80, 0x93, 0x0f, 0x83, 0xc7, 0xeb, 0x61, 0x0f, 0xa5, 0x8f, 0x3e, 0x80, 0xc0, 0xaf, 0xbd, 0x4e, 0x03, 0xc2, 0x20, 0x20, 0x6c, 0xd8, 0x75, 0xd7, 0xc2, 0x1e, 0x00, 0xcf, 0x07, 0x64, 0x80, 0x80, 0xd4, 0xf6, 0x61, 0x44, 0x8f, 0x00, 0xa8, 0xe9, 0x45, 0x41, 0x40, 0xea, 0x7a, 0xc2, 0x23, 0xec, 0x3a, 0x90, 0x44, 0xf5, 0xfd, 0x09, 0x69, 0x04, 0x90, 0x1d, 0x9b, 0x63, 0x12, 0xfe, 0xe7, 0x6f, 0xf2, 0x5d, 0xcd, 0xf6, 0xc9, 0xd7, 0x88, 0xbf, 0x65, 0x4c, 0x56, 0x69, 0xe0, 0xa5, 0x62, 0x37, 0xb6, 0x42, 0x32, 0x7e, 0x1b, 0xec, 0x82, 0x19, 0x0c, 0x04, 0x5c, 0x12, 0xd4, 0x8c, 0xd0, 0xbc, 0x43, 0xf7, 0xd3, 0x38, 0x01, 0xb6, 0x7e, 0xb1, 0x13, 0x6e, 0x2e, 0xbc, 0x2d, 0xf0, 0xb0, 0x04, 0xc1, 0x07, 0x9d, 0x19, 0x17, 0xc2, 0x8b, 0x68, 0x28, 0x63, 0xc6, 0x9a, 0x50, 0x7b, 0xaa, 0xba, 0x3c, 0xda, 0x12, 0xf1, 0x53, 0x0f, 0x4f, 0x32, 0xf2, 0xab, 0x0c, 0xc2, 0x70, 0x3a, 0x11, 0x6f, 0x39, 0x10, 0xe6, 0xe1, 0x97, 0xb3, 0x13, 0xfd, 0x69, 0xd0, 0xd3, 0x3f, 0x9b, 0x4d, 0x39, 0xbd, 0x5f, 0x3f, 0x9c, 0x6f, 0xe0, 0xf8, 0xfc, 0x39, 0xe5, 0xfe, 0xf5, 0xc3, 0x18, 0x20, 0x28, 0x08, 0x86, 0x52, 0x69, 0x80, 0x40, 0xd0, 0xa5, 0x01, 0x55, 0x85, 0x6a, 0x19, 0x10, 0x0c, 0x10, 0xd4, 0x80, 0x24, 0xa0, 0x20, 0xe8, 0xcd, 0x25, 0x01, 0x00, 0xa0, 0x56, 0x03, 0x40, 0x6d, 0x0f, 0xf8, 0x9d, 0x12, 0x78, 0x0e, 0x7b, 0x2f, 0x80, 0x0d, 0x00, 0x48, 0x4e, 0x56, 0x28, 0xc2, 0xff, 0x7c, 0x3e, 0xdf, 0x55, 0xb0, 0x41, 0x0d, 0x3b, 0xfc, 0x04, 0x71, 0x17, 0x75, 0xcd, 0x06, 0x84, 0x67, 0x5a, 0x52, 0x89, 0x30, 0x85, 0x99, 0x56, 0xa9, 0x09, 0x75, 0x08, 0xce, 0x1a, 0x3d, 0x6c, 0x0c, 0x04, 0x53, 0x59, 0xb0, 0x4c, 0xea, 0xfe, 0xb1, 0x5f, 0xd9, 0x24, 0xc4, 0x0b, 0xa5, 0x06, 0x25, 0x62, 0x57, 0x9a, 0x05, 0x33, 0x03, 0x99, 0x9f, 0x7f, 0xd9, 0x60, 0xe9, 0xed, 0xa1, 0x3a, 0x7f, 0x45, 0xb7, 0xef, 0x34, 0x2f, 0xda, 0xaf, 0xfc, 0x2e, 0x10, 0xff, 0xa2, 0xa0, 0xff, 0xde, 0x9b, 0x0f, 0x5c, 0x7f, 0xdb, 0x34, 0x20, 0x9a, 0xb7, 0xb3, 0x10, 0x3e, 0x18, 0xa6, 0x47, 0x9e, 0x21, 0x64, 0x6f, 0x19, 0x10, 0xf6, 0x48, 0x42, 0x1a, 0x46, 0x32, 0x9d, 0xbe, 0x9e, 0x3d, 0x12, 0xfa, 0x08, 0xaf, 0xd3, 0xe7, 0xc3, 0x39, 0x20, 0x6e, 0x00, 0x42, 0xbd, 0x9e, 0x02, 0x81, 0x4a, 0x05, 0x29, 0x11, 0x06, 0xc3, 0x1e, 0x24, 0x81, 0x20, 0x40, 0x20, 0x00, 0xc0, 0xa4, 0x80, 0x92, 0x04, 0x84, 0xaa, 0x42, 0x3d, 0x29, 0xf1, 0x33, 0x10, 0x70, 0x00, 0xe0, 0x63, 0x6d, 0x77, 0xf8, 0x9d, 0x3e, 0x60, 0x37, 0xdc, 0x0b, 0xea, 0x4f, 0x4a, 0x11, 0x3e, 0xdd, 0x95, 0x6c, 0x9f, 0x9c, 0x0b, 0xdf, 0x6d, 0x6c, 0x96, 0xd8, 0x45, 0xf4, 0x9d, 0x96, 0xe2, 0x22, 0x78, 0xa6, 0xd2, 0x26, 0xc0, 0xb3, 0x5e, 0xc6, 0xe2, 0x04, 0x6e, 0xd3, 0x50, 0x16, 0x31, 0x16, 0xe5, 0x8e, 0x97, 0x78, 0xd9, 0x66, 0xdb, 0x56, 0x83, 0x68, 0xbf, 0x9d, 0xd8, 0x6f, 0xd4, 0xac, 0x2d, 0xe0, 0x3c, 0xab, 0x06, 0x72, 0x3f, 0x3f, 0x72, 0xfe, 0xc2, 0x17, 0x48, 0x22, 0xff, 0xaf, 0x9a, 0xfd, 0x1b, 0xe5, 0xb9, 0x7f, 0x0f, 0x97, 0xbe, 0xc3, 0xf4, 0xe3, 0xe7, 0x12, 0x6f, 0x31, 0x70, 0xd9, 0x43, 0x73, 0xb2, 0xeb, 0xf7, 0x9f, 0xbd, 0x08, 0xdc, 0x76, 0x3c, 0x27, 0xf6, 0x51, 0x74, 0x93, 0x86, 0x1b, 0xf9, 0xf3, 0x1b, 0xb5, 0x9f, 0xf9, 0x73, 0x0e, 0x06, 0x9f, 0x83, 0xc1, 0xaf, 0x03, 0x20, 0x50, 0x89, 0x30, 0x94, 0xab, 0x45, 0x43, 0x34, 0x95, 0xc8, 0x04, 0x01, 0x1a, 0xc6, 0x84, 0xda, 0x03, 0x0c, 0x00, 0xc2, 0x1e, 0x50, 0x20, 0x50, 0x92, 0x40, 0x80, 0x80, 0xd4, 0x74, 0x27, 0x64, 0x0f, 0x00, 0x61, 0x0f, 0x80, 0xa7, 0x69, 0x06, 0x00, 0x21, 0xc9, 0x08, 0xff, 0x54, 0x05, 0xdf, 0x29, 0xb6, 0x0f, 0xcf, 0x22, 0x6e, 0x75, 0x7e, 0x18, 0x10, 0x6a, 0x49, 0x22, 0xe7, 0x9f, 0x5a, 0x61, 0x18, 0x3f, 0xcf, 0x40, 0xd0, 0x97, 0x05, 0x18, 0x37, 0x14, 0x68, 0x69, 0x0f, 0x91, 0x67, 0xdb, 0x43, 0xff, 0xa2, 0x4b, 0x1b, 0x04, 0xd8, 0x5f, 0x46, 0x0f, 0xd9, 0xd3, 0xc0, 0x4d, 0x0f, 0x7c, 0x9c, 0xd7, 0x92, 0xab, 0x93, 0x38, 0x39, 0x7f, 0x07, 0x17, 0xbd, 0x4b, 0xbf, 0xf8, 0x74, 0x65, 0x1e, 0x71, 0x57, 0x02, 0x37, 0x3e, 0xee, 0x64, 0xd1, 0xf1, 0x2b, 0x88, 0xbf, 0xff, 0x56, 0xce, 0xf1, 0x47, 0x71, 0x82, 0x1f, 0x0d, 0x3a, 0xff, 0x68, 0x90, 0x04, 0x63, 0xe8, 0xa3, 0x4f, 0x1f, 0xc7, 0xb0, 0x9f, 0xf9, 0x6b, 0x0a, 0x0c, 0x23, 0x29, 0x18, 0x84, 0x7a, 0x84, 0x36, 0x02, 0x95, 0x08, 0x52, 0x2d, 0x52, 0x92, 0x00, 0xed, 0x02, 0x6a, 0x18, 0xd7, 0x0a, 0x49, 0xa0, 0xa4, 0x80, 0x5f, 0xab, 0x54, 0x21, 0xb4, 0x07, 0x48, 0x5d, 0x0f, 0xbe, 0x4b, 0x98, 0x3a, 0x54, 0x83, 0xc4, 0x0f, 0x7b, 0x37, 0x00, 0x61, 0x57, 0x37, 0xf8, 0x19, 0x00, 0x75, 0xe4, 0x59, 0x45, 0xf8, 0x08, 0x88, 0x53, 0x09, 0xb6, 0x8f, 0x3f, 0x4f, 0xdc, 0x15, 0x25, 0x61, 0x20, 0x38, 0x40, 0x52, 0x91, 0x9f, 0xb5, 0xe8, 0x22, 0xa5, 0x71, 0x82, 0x1e, 0x2c, 0x62, 0x6c, 0x14, 0xed, 0xc7, 0x3a, 0x59, 0x0a, 0xbd, 0xd0, 0x00, 0xc0, 0x82, 0x99, 0x64, 0xf4, 0xb9, 0x20, 0x08, 0xd2, 0x55, 0x9d, 0xf3, 0xce, 0x95, 0xf8, 0x5d, 0x27, 0x9f, 0x78, 0x1f, 0xde, 0xc4, 0xdc, 0x8c, 0x61, 0x7a, 0xfe, 0xa1, 0x5f, 0x49, 0x6e, 0x4f, 0x37, 0x27, 0x7a, 0xb6, 0x6f, 0x02, 0x62, 0x2f, 0x23, 0x64, 0xdf, 0x58, 0xfa, 0x48, 0x9f, 0xf3, 0x47, 0x9f, 0xbe, 0xc7, 0xc0, 0x20, 0x80, 0x40, 0x0c, 0xd5, 0x28, 0x68, 0x1b, 0x0c, 0x96, 0x52, 0x00, 0xbd, 0x43, 0xa4, 0x06, 0x8c, 0xdc, 0x5a, 0x66, 0x13, 0x28, 0x7b, 0x80, 0x49, 0x02, 0xe6, 0x15, 0x82, 0x5d, 0xc7, 0xa5, 0x40, 0x9d, 0x29, 0x05, 0xfc, 0xdd, 0xdd, 0x28, 0x08, 0xfc, 0x9d, 0xf0, 0xb8, 0x1d, 0xf6, 0xde, 0x89, 0x00, 0xe2, 0xb9, 0x9c, 0xf8, 0xcb, 0xf9, 0x9e, 0x07, 0x2a, 0xd1, 0xab, 0xc4, 0xdf, 0x70, 0x5d, 0x28, 0x08, 0xce, 0x54, 0x5e, 0xfd, 0xf3, 0xe6, 0x3d, 0x72, 0x5d, 0xe2, 0x94, 0xf1, 0x54, 0xc4, 0xf5, 0xa4, 0xb7, 0x17, 0xce, 0x77, 0x86, 0xaa, 0x5d, 0xd9, 0x3c, 0x37, 0xe5, 0xd1, 0x6e, 0x66, 0xe1, 0x4b, 0x7c, 0x74, 0x2b, 0x88, 0x7f, 0xb7, 0x71, 0xd1, 0x55, 0x9d, 0x99, 0xbe, 0x8f, 0x84, 0x1e, 0x24, 0xfe, 0x93, 0x0e, 0xf1, 0xf7, 0x4d, 0x64, 0x44, 0xdb, 0xc0, 0x55, 0x1b, 0xce, 0xe5, 0x05, 0xa1, 0x33, 0xc2, 0xbf, 0x19, 0x1e, 0xc7, 0xd1, 0x47, 0xf3, 0xb9, 0x0e, 0x0a, 0xfe, 0x7b, 0xf5, 0x42, 0x5d, 0x1a, 0xc9, 0x0d, 0x65, 0x05, 0x02, 0x54, 0x87, 0xd0, 0x26, 0x50, 0x86, 0x31, 0x03, 0x80, 0x34, 0x88, 0x35, 0x55, 0x48, 0x78, 0x85, 0x84, 0x3d, 0x60, 0x48, 0x81, 0x5a, 0x2e, 0x05, 0x50, 0x02, 0xc0, 0x26, 0x3b, 0xe0, 0x71, 0x5b, 0x31, 0x3c, 0x87, 0xbf, 0xf7, 0xd9, 0x33, 0x8c, 0xf0, 0xe9, 0x7e, 0x83, 0xef, 0xd7, 0x01, 0x24, 0x65, 0x61, 0x20, 0xd8, 0x47, 0x5a, 0xa8, 0xb1, 0xa6, 0x69, 0x13, 0x3a, 0x13, 0x82, 0x3b, 0xb1, 0x94, 0x79, 0xb1, 0xa4, 0x40, 0xf5, 0x4f, 0xbe, 0x25, 0xd2, 0x77, 0xa9, 0xd7, 0xa1, 0x19, 0x2f, 0x06, 0x36, 0xd4, 0x32, 0x52, 0x1a, 0x12, 0x9c, 0xf8, 0xb7, 0x4e, 0xe1, 0xd1, 0xd7, 0x00, 0xf1, 0x1f, 0x7b, 0x05, 0x08, 0x76, 0x94, 0x54, 0x79, 0x90, 0xf8, 0x4d, 0x8e, 0xcf, 0x88, 0xdd, 0x47, 0x62, 0xdf, 0x37, 0x1e, 0x7e, 0x9e, 0x40, 0x1f, 0xcd, 0xe7, 0xf8, 0x1e, 0x07, 0x05, 0x05, 0xc1, 0x4d, 0x4c, 0x55, 0x42, 0x49, 0xd0, 0x20, 0xec, 0x03, 0x0e, 0x82, 0x3a, 0xe6, 0x2a, 0x55, 0x6e, 0x52, 0x6e, 0x0f, 0xa0, 0x24, 0xa0, 0x40, 0x60, 0xf6, 0x00, 0x1a, 0xc5, 0x44, 0x33, 0x88, 0x49, 0x88, 0x14, 0x20, 0xb5, 0x4c, 0x15, 0x22, 0xbb, 0x19, 0x00, 0x98, 0x14, 0x28, 0x66, 0x20, 0xf8, 0x04, 0x5e, 0x6f, 0x9c, 0xc1, 0x09, 0x7f, 0x2e, 0x25, 0x7e, 0x72, 0x12, 0xf7, 0xef, 0x89, 0xbf, 0x23, 0xd4, 0x38, 0xae, 0x6b, 0xce, 0x30, 0xc6, 0xfa, 0x01, 0x4c, 0x2a, 0xe4, 0x75, 0x16, 0xaf, 0xda, 0xb1, 0xae, 0x17, 0x1b, 0x04, 0x74, 0xf8, 0x44, 0xf4, 0xb5, 0x66, 0x2f, 0x69, 0xfa, 0x15, 0x5f, 0xe3, 0xa9, 0xcf, 0x5a, 0x54, 0xb7, 0x13, 0xf1, 0xb7, 0x4c, 0x0e, 0x21, 0xfe, 0x55, 0xd4, 0xc3, 0xc3, 0x8c, 0xd6, 0x11, 0xd2, 0xa8, 0x65, 0x7a, 0x7d, 0x19, 0xe5, 0xea, 0x94, 0xc3, 0xc3, 0xa6, 0x11, 0x5d, 0x20, 0x76, 0x82, 0x11, 0xdb, 0xfd, 0x93, 0x60, 0xdf, 0x02, 0x3f, 0x4f, 0xa2, 0xcf, 0xf1, 0x11, 0xa5, 0x07, 0x03, 0xc4, 0x78, 0x0a, 0x04, 0x94, 0x16, 0x4c, 0x3d, 0x1a, 0x43, 0xed, 0x07, 0xc2, 0x01, 0x26, 0x0c, 0x63, 0xe5, 0x1d, 0x62, 0x46, 0x31, 0x03, 0xc1, 0x00, 0x2d, 0x5a, 0x1c, 0x50, 0x83, 0x6a, 0x98, 0x04, 0x50, 0xb6, 0x40, 0x89, 0x06, 0x80, 0x12, 0x25, 0x05, 0x04, 0x00, 0x70, 0x7f, 0x02, 0x7b, 0x6b, 0x11, 0x7c, 0x0e, 0xfe, 0xff, 0x27, 0x7e, 0x4f, 0x63, 0x04, 0x6c, 0xff, 0x9e, 0xa9, 0x43, 0x3b, 0x6f, 0x0e, 0x03, 0xc1, 0x6a, 0x52, 0x5d, 0xf0, 0xad, 0xec, 0x77, 0x90, 0xff, 0x57, 0x70, 0xbe, 0xaf, 0x62, 0x3d, 0x81, 0xa5, 0xc8, 0x8b, 0x0d, 0x80, 0xe7, 0xae, 0xfe, 0x4e, 0x4b, 0xd1, 0xcc, 0x74, 0x2a, 0x3a, 0x23, 0x83, 0xf8, 0x29, 0xe7, 0x5f, 0x95, 0x91, 0x8a, 0xec, 0x37, 0xde, 0xcb, 0x83, 0x58, 0xc3, 0x95, 0xa7, 0x47, 0x72, 0xfe, 0xb1, 0x9c, 0xeb, 0x8f, 0x67, 0xc4, 0xbf, 0x7f, 0x12, 0x27, 0xfc, 0x5b, 0x09, 0x39, 0x00, 0xfb, 0xd3, 0xc9, 0x6c, 0x1f, 0x98, 0x4c, 0x7c, 0xf8, 0xd9, 0x97, 0x80, 0x98, 0xa8, 0x24, 0x02, 0x55, 0x8d, 0xb8, 0x4a, 0x24, 0x41, 0x30, 0x42, 0x4a, 0x02, 0x1a, 0x34, 0xa3, 0x71, 0x82, 0x41, 0x86, 0x2a, 0x24, 0xe2, 0x03, 0xd4, 0xcd, 0xa9, 0x49, 0x01, 0x5f, 0xf3, 0x08, 0x09, 0x83, 0xd8, 0x17, 0xaa, 0x10, 0x05, 0x00, 0x07, 0xc1, 0x0e, 0x0e, 0x80, 0x6d, 0x45, 0x0c, 0x00, 0x5b, 0x60, 0xef, 0x06, 0x90, 0x9f, 0x78, 0x59, 0x12, 0x3f, 0xdb, 0x2f, 0xc3, 0xe7, 0x6e, 0x0a, 0x03, 0xc1, 0x73, 0xcd, 0x9d, 0x31, 0x06, 0xbd, 0x6c, 0xb1, 0xfb, 0xa5, 0x68, 0x27, 0x24, 0x23, 0xbd, 0xe0, 0xf2, 0x7c, 0xc3, 0xd5, 0xb9, 0x6e, 0x44, 0x88, 0xce, 0xbf, 0x8a, 0xf8, 0x4d, 0xf7, 0x71, 0x17, 0xe5, 0x70, 0x26, 0x01, 0xa8, 0xea, 0x33, 0x9a, 0x1a, 0xb3, 0x64, 0x5f, 0x99, 0x24, 0x7e, 0xc6, 0xd9, 0x19, 0xe1, 0xfb, 0x98, 0xee, 0xf0, 0xe9, 0x14, 0xe2, 0x7f, 0x7a, 0x1b, 0x3c, 0xe2, 0x9e, 0x4a, 0x1f, 0xfd, 0x03, 0xb7, 0xd1, 0xf7, 0x7c, 0x00, 0x03, 0x4a, 0x06, 0x06, 0x94, 0x09, 0x52, 0x1a, 0xf8, 0x5c, 0x12, 0x30, 0xe3, 0x58, 0xb8, 0x49, 0x6f, 0x60, 0xd1, 0x63, 0x6a, 0x14, 0x5f, 0x47, 0xbd, 0x42, 0x98, 0x32, 0x41, 0x23, 0xc5, 0x35, 0xcc, 0x2b, 0x14, 0x94, 0x02, 0x2a, 0x38, 0xa6, 0xe2, 0x02, 0xa4, 0xbe, 0x87, 0x54, 0x83, 0x4c, 0x63, 0x98, 0xa9, 0x41, 0x1e, 0x05, 0x40, 0x57, 0xe2, 0x6f, 0x86, 0xbd, 0x0b, 0x40, 0x77, 0xe2, 0x25, 0x20, 0xfc, 0x57, 0x28, 0xf1, 0xb3, 0x3d, 0x27, 0xd4, 0x30, 0xb6, 0x45, 0x2d, 0x6d, 0x4d, 0x3a, 0xd0, 0x6e, 0xd3, 0x58, 0x25, 0xa5, 0xa5, 0x36, 0x2c, 0x05, 0xce, 0x79, 0xea, 0xad, 0x4c, 0xe2, 0xff, 0xf4, 0x5e, 0xe6, 0x9b, 0x97, 0x00, 0x18, 0xc9, 0x0c, 0x56, 0xea, 0xf1, 0x29, 0xe3, 0xc6, 0x2d, 0x23, 0x7e, 0x4a, 0xcc, 0x94, 0xcb, 0x4f, 0xa1, 0x04, 0xef, 0xd3, 0x0d, 0x86, 0x74, 0xe3, 0xed, 0x72, 0xe3, 0xcf, 0x3e, 0x05, 0xc3, 0x54, 0xf6, 0x39, 0x2a, 0x11, 0x98, 0x5a, 0x44, 0xff, 0x8e, 0xb4, 0x0b, 0xc6, 0x18, 0x46, 0xb1, 0x8c, 0x11, 0xd4, 0x5e, 0x17, 0x88, 0x14, 0xf7, 0x97, 0x01, 0x32, 0x12, 0x06, 0x82, 0xba, 0x40, 0x74, 0xb8, 0x56, 0x19, 0xc3, 0xd4, 0x16, 0xd8, 0x59, 0x9c, 0xa9, 0x06, 0x01, 0x08, 0xbc, 0x4d, 0x00, 0x82, 0x1d, 0x00, 0xba, 0xe3, 0xb3, 0x81, 0xf0, 0x5f, 0xe2, 0x7b, 0x0e, 0x6c, 0x74, 0x91, 0xf6, 0x0c, 0x82, 0x20, 0x7d, 0x36, 0x99, 0xf3, 0x0b, 0x4b, 0x59, 0x6d, 0xc2, 0x4d, 0x8a, 0x7a, 0x7f, 0x74, 0x85, 0x91, 0xbb, 0x5f, 0x5d, 0x44, 0xc8, 0xd1, 0xf2, 0x10, 0xe2, 0xbf, 0x87, 0x05, 0xa4, 0x50, 0xfd, 0xc0, 0x88, 0x2d, 0xd7, 0xfd, 0x7d, 0xce, 0xfd, 0x85, 0xde, 0xcf, 0x8c, 0xdb, 0x49, 0x5c, 0xdd, 0x11, 0xc4, 0x8f, 0x04, 0x7f, 0x07, 0xec, 0x3b, 0x61, 0x4f, 0x27, 0xa4, 0x69, 0x3a, 0x7d, 0xf4, 0xe1, 0x67, 0xff, 0xd3, 0x3b, 0x38, 0x18, 0xa6, 0x52, 0x89, 0x40, 0xd5, 0x23, 0x0a, 0x82, 0x09, 0xcc, 0x86, 0x40, 0x9b, 0x60, 0x9f, 0x30, 0x8c, 0x95, 0x2a, 0xc4, 0x62, 0x04, 0x9a, 0x14, 0x30, 0x6c, 0x01, 0x65, 0x0c, 0xeb, 0xb6, 0x80, 0x61, 0x0c, 0xd7, 0x36, 0xa3, 0x06, 0x6d, 0x53, 0x6a, 0x90, 0x27, 0xa4, 0xc0, 0xc7, 0x08, 0x02, 0x94, 0x04, 0xb3, 0x39, 0xf1, 0xcf, 0x66, 0xcf, 0x8f, 0x3d, 0x41, 0xdc, 0x37, 0x3b, 0x65, 0x54, 0x9a, 0xb5, 0x87, 0xe1, 0x25, 0xed, 0x7e, 0x79, 0xc9, 0xc8, 0x4d, 0xc1, 0x54, 0x66, 0xf2, 0xe9, 0xb3, 0x99, 0xde, 0x9e, 0xc3, 0xbf, 0x66, 0xdc, 0x16, 0xdd, 0x90, 0x75, 0x1a, 0xf7, 0x97, 0x5e, 0x9f, 0x32, 0xa6, 0xb2, 0x50, 0xee, 0xaf, 0xab, 0x3d, 0x53, 0x39, 0xb7, 0x47, 0xc2, 0xbf, 0x0b, 0x08, 0xff, 0x2e, 0x96, 0xba, 0xdc, 0x74, 0x0f, 0xdd, 0x7e, 0xe3, 0xdd, 0xec, 0x35, 0xfa, 0x3e, 0x00, 0x81, 0x4a, 0x04, 0x06, 0x02, 0xfa, 0x77, 0xd0, 0x78, 0xa6, 0x20, 0x60, 0x52, 0x80, 0x1a, 0xda, 0x0d, 0x23, 0xb5, 0xf8, 0x80, 0x29, 0x05, 0x58, 0x70, 0x4c, 0xcf, 0x15, 0xea, 0x1b, 0x00, 0x80, 0xe6, 0x09, 0x42, 0x35, 0x08, 0x1f, 0x6b, 0xb4, 0x98, 0x40, 0x86, 0x37, 0x88, 0xdb, 0x01, 0x28, 0x01, 0x36, 0x16, 0x02, 0x08, 0x60, 0xd7, 0xde, 0xcc, 0x08, 0xff, 0xc4, 0x8b, 0x7c, 0xbf, 0x40, 0xc8, 0xc1, 0xfb, 0x32, 0x54, 0x21, 0xcc, 0xc8, 0xb5, 0x14, 0x76, 0x29, 0x73, 0xff, 0xca, 0xe8, 0xff, 0xe2, 0xed, 0x43, 0x64, 0xb1, 0xb9, 0xbf, 0xe1, 0xe6, 0x10, 0x57, 0xe7, 0xab, 0x9c, 0xc8, 0x86, 0xf0, 0xac, 0xcd, 0x61, 0x5c, 0x02, 0x70, 0xf5, 0x87, 0x03, 0x80, 0x50, 0x0f, 0x0e, 0x33, 0x7a, 0xa9, 0x4e, 0x4f, 0x55, 0x1b, 0x4e, 0xfc, 0x94, 0xf0, 0x81, 0xe0, 0x31, 0xff, 0x06, 0x88, 0x85, 0x60, 0xaa, 0xf2, 0xa1, 0xfb, 0xd8, 0xf3, 0x83, 0xf7, 0x52, 0x20, 0xf8, 0x28, 0x11, 0x3e, 0x65, 0x20, 0xa0, 0xf6, 0x02, 0xaa, 0x43, 0xfb, 0x84, 0x24, 0x50, 0xf6, 0x00, 0x8b, 0x11, 0x8c, 0xa0, 0x5e, 0x21, 0x66, 0x0b, 0x0c, 0x91, 0x06, 0x31, 0xcd, 0x1a, 0x0d, 0x00, 0x80, 0x04, 0xd4, 0x20, 0x91, 0x1a, 0x21, 0x63, 0x02, 0xc2, 0x1b, 0xb4, 0x3b, 0xe8, 0x0d, 0x2a, 0xe2, 0x00, 0xe8, 0xca, 0x40, 0xb0, 0x11, 0x54, 0x21, 0x04, 0xc0, 0x86, 0x42, 0xf8, 0x9e, 0x77, 0x32, 0xc2, 0x3f, 0xf1, 0x3c, 0xdf, 0xcf, 0xc1, 0x67, 0x47, 0x64, 0xaa, 0x42, 0xad, 0x48, 0xa3, 0xb6, 0xeb, 0x2b, 0x33, 0x7c, 0xa3, 0x4b, 0x0c, 0xb1, 0xfd, 0x56, 0x71, 0x40, 0xef, 0xc7, 0x9c, 0xfd, 0x2a, 0x96, 0x98, 0x46, 0x93, 0xd1, 0x86, 0x30, 0x09, 0x50, 0xcf, 0xbc, 0x3f, 0x2c, 0xb9, 0xed, 0x46, 0xa9, 0xfe, 0x30, 0x75, 0x65, 0x22, 0x33, 0x66, 0xa9, 0xc1, 0x3b, 0x95, 0x11, 0x34, 0x10, 0xbf, 0x8f, 0xc4, 0x4f, 0x09, 0x7f, 0x06, 0xf1, 0x0f, 0x3d, 0x00, 0x12, 0x45, 0xec, 0x19, 0xf4, 0x35, 0x04, 0x01, 0x95, 0x0a, 0x28, 0x25, 0xa8, 0xaa, 0x34, 0x8d, 0x82, 0x88, 0x79, 0x88, 0xc0, 0x98, 0xde, 0x3b, 0x8e, 0xa9, 0x58, 0x86, 0x41, 0x3c, 0x5c, 0xa6, 0x53, 0xab, 0x5c, 0xa1, 0x81, 0x3c, 0x47, 0xa8, 0xbf, 0x26, 0x01, 0x04, 0x00, 0xb8, 0x0a, 0x54, 0xdb, 0x4b, 0x7a, 0x83, 0x64, 0x54, 0x58, 0x0f, 0x8a, 0xa1, 0x1d, 0xb0, 0xa3, 0x5b, 0x86, 0x1d, 0x80, 0x52, 0x40, 0x00, 0xc0, 0xff, 0xa8, 0x2b, 0xfc, 0x7f, 0x1f, 0xa6, 0x84, 0xcf, 0xf6, 0xef, 0xc0, 0x3e, 0x78, 0x8a, 0xb8, 0x8b, 0x0b, 0x82, 0xaa, 0xd0, 0x07, 0x97, 0x5a, 0x17, 0x3b, 0xbb, 0x90, 0xf8, 0x53, 0xd1, 0x42, 0x43, 0x5c, 0x57, 0xe4, 0x02, 0xd1, 0x3e, 0x13, 0xa8, 0xb7, 0x5d, 0xc1, 0x88, 0x9a, 0xba, 0x1a, 0x07, 0x31, 0x2e, 0x2b, 0x25, 0xc0, 0x70, 0xee, 0xfb, 0x1f, 0xcd, 0x5d, 0x9f, 0x9a, 0xfa, 0x43, 0x75, 0xff, 0xdb, 0x24, 0xf7, 0xf7, 0x51, 0xe5, 0x41, 0x2e, 0x0f, 0x5c, 0xdf, 0x3f, 0xf4, 0x20, 0x10, 0xfd, 0x43, 0xb0, 0x81, 0x78, 0x8e, 0xe0, 0xc6, 0xe7, 0x0f, 0x32, 0x60, 0x20, 0x40, 0xf0, 0xb3, 0x68, 0x23, 0xa0, 0xda, 0x44, 0x25, 0x08, 0xb3, 0x07, 0xa8, 0x64, 0x11, 0xae, 0xd1, 0x06, 0xcd, 0x2d, 0xca, 0xa5, 0x80, 0x5f, 0xa7, 0x01, 0xa0, 0x56, 0xa9, 0x41, 0xac, 0x66, 0x40, 0xab, 0x17, 0xa8, 0x55, 0x31, 0x01, 0x69, 0x0c, 0x0b, 0x6f, 0x50, 0x33, 0x76, 0x00, 0x33, 0x84, 0x0b, 0xa9, 0x14, 0x40, 0x35, 0xc8, 0xfb, 0x08, 0xf6, 0x26, 0x90, 0x28, 0xc7, 0x9f, 0x66, 0xc4, 0x7f, 0xe2, 0xb7, 0x6c, 0x1f, 0xbe, 0x2f, 0xa4, 0x95, 0x4b, 0xec, 0x1a, 0x4b, 0x71, 0x97, 0x92, 0xea, 0x43, 0xae, 0xf8, 0x03, 0xe4, 0x4c, 0x9a, 0xae, 0x4a, 0xfc, 0xf5, 0xa3, 0x79, 0xb0, 0x4b, 0xeb, 0xb0, 0x70, 0xe8, 0x31, 0x9e, 0x75, 0xa9, 0x00, 0x40, 0xea, 0x85, 0x0d, 0x80, 0xee, 0x48, 0xe1, 0xfe, 0x2c, 0xe3, 0x01, 0xac, 0x09, 0x2c, 0xc8, 0x85, 0x9c, 0x9b, 0xea, 0xfe, 0x77, 0x70, 0xbd, 0xff, 0x5e, 0xaa, 0xf2, 0x30, 0xe2, 0x47, 0xa2, 0x9f, 0x09, 0xfb, 0x51, 0xbe, 0x67, 0x12, 0xff, 0xf0, 0x23, 0x0c, 0x14, 0x28, 0x09, 0xf0, 0xb3, 0x4d, 0x4c, 0x0a, 0xf8, 0xdc, 0x33, 0xe4, 0xef, 0xbb, 0x85, 0xbb, 0x46, 0xb9, 0x1a, 0x24, 0x93, 0xe7, 0x30, 0x38, 0x36, 0xdc, 0x90, 0x00, 0xec, 0xff, 0x2a, 0xd2, 0x23, 0xfa, 0xb3, 0x12, 0x4a, 0x91, 0x2e, 0xad, 0xd9, 0x01, 0x02, 0x00, 0x32, 0x26, 0x20, 0xa2, 0xc2, 0x7b, 0xba, 0x05, 0x00, 0x50, 0x2c, 0xe3, 0x01, 0xd4, 0x13, 0x24, 0x01, 0x50, 0x40, 0xbc, 0xf5, 0x05, 0xf0, 0x59, 0xf8, 0xbf, 0x9c, 0x78, 0x96, 0xef, 0x67, 0xe8, 0xf6, 0x37, 0x0f, 0x09, 0xaa, 0x42, 0x3b, 0x5a, 0xdb, 0x6d, 0xc2, 0xae, 0x8b, 0xc1, 0xfd, 0x69, 0x87, 0x36, 0x3d, 0xbf, 0x1d, 0x0c, 0xdf, 0xe3, 0x49, 0xb3, 0xb5, 0x08, 0x96, 0x2b, 0xd6, 0x0d, 0xcc, 0x02, 0x80, 0x1b, 0xa4, 0xff, 0xdf, 0xe7, 0x00, 0x20, 0x3c, 0xd5, 0x81, 0x06, 0xbd, 0xa8, 0xf1, 0x3b, 0x8d, 0xaa, 0x3f, 0xbe, 0x04, 0xc0, 0x0c, 0x46, 0xe4, 0x48, 0xfc, 0x9f, 0x3d, 0x0e, 0x7b, 0x16, 0xec, 0x5f, 0xb1, 0xe7, 0x00, 0x04, 0x04, 0x01, 0x02, 0xc4, 0x3f, 0x78, 0x3f, 0x55, 0x97, 0x98, 0x97, 0xe8, 0x76, 0x6a, 0x10, 0xa3, 0x2d, 0x40, 0xa3, 0xc8, 0xd4, 0x2d, 0x6a, 0xaa, 0x41, 0xd2, 0x18, 0xae, 0x63, 0xc6, 0x30, 0x93, 0x56, 0xc1, 0xa2, 0x99, 0xbe, 0x59, 0xa4, 0x00, 0x57, 0x81, 0x44, 0x5e, 0x90, 0x48, 0x91, 0xd6, 0xe3, 0x01, 0xdb, 0xb9, 0x21, 0xbc, 0x59, 0x00, 0xa0, 0xd0, 0x00, 0x80, 0xf7, 0x41, 0x01, 0xfc, 0x3f, 0xef, 0x63, 0xc4, 0x8f, 0xd2, 0x00, 0xf7, 0xb1, 0x99, 0x19, 0xe5, 0x95, 0x5e, 0x32, 0x36, 0xca, 0x52, 0xde, 0xa5, 0xc0, 0xfd, 0xe7, 0x96, 0x7e, 0x1d, 0x38, 0xfe, 0x16, 0xdd, 0xed, 0xe9, 0x6f, 0x9e, 0x10, 0xe8, 0xb2, 0xb0, 0x1c, 0x88, 0xb9, 0x8c, 0x73, 0xd0, 0x6b, 0x0d, 0x15, 0xc8, 0x90, 0x00, 0xd9, 0x00, 0xc0, 0xf5, 0x7f, 0x2a, 0x01, 0x90, 0x9b, 0x53, 0xf5, 0xe7, 0x01, 0xce, 0xfd, 0x1f, 0x65, 0xc4, 0x7f, 0xf4, 0x09, 0x20, 0x94, 0xdf, 0xc0, 0xe3, 0xaf, 0xd9, 0xcf, 0x08, 0x0c, 0x2e, 0x05, 0xfc, 0x0c, 0x29, 0x20, 0xdc, 0xa2, 0x22, 0x2e, 0x70, 0x13, 0x4b, 0xb1, 0x96, 0x69, 0xd3, 0xc3, 0x02, 0x52, 0x40, 0xb9, 0x43, 0x65, 0xed, 0x70, 0xad, 0xaa, 0x1d, 0xf6, 0xb3, 0xc5, 0x03, 0xc2, 0x0c, 0x61, 0xe9, 0x09, 0x62, 0xae, 0x50, 0x6f, 0x23, 0x57, 0x83, 0xc0, 0x0e, 0xf0, 0x3e, 0x44, 0x00, 0x74, 0x01, 0x7b, 0x00, 0x54, 0xa1, 0x63, 0x4f, 0x52, 0x1b, 0x80, 0xed, 0x27, 0x41, 0x82, 0x8c, 0xcc, 0x4c, 0x98, 0x3b, 0x87, 0xe6, 0x5b, 0x76, 0x5d, 0x38, 0xdd, 0xbf, 0xaf, 0x99, 0xdf, 0xdf, 0x81, 0xe6, 0xf0, 0xab, 0xf6, 0x22, 0xcb, 0x81, 0x20, 0x9f, 0xe5, 0x9c, 0xb3, 0x3f, 0x57, 0x27, 0x06, 0xf2, 0xec, 0xcb, 0x70, 0x1b, 0x40, 0x24, 0xbd, 0xc9, 0xb4, 0x07, 0x61, 0x00, 0x73, 0x00, 0x30, 0xe3, 0x17, 0x00, 0x70, 0x04, 0xb8, 0xfc, 0x91, 0xc7, 0xe0, 0xef, 0xff, 0x9a, 0x12, 0x09, 0xe3, 0x98, 0x4f, 0xd2, 0x9f, 0xe9, 0xeb, 0xf0, 0x3e, 0x7e, 0x8e, 0xd9, 0x02, 0x0a, 0x00, 0xf4, 0xef, 0xc9, 0x08, 0xb1, 0xb2, 0x03, 0x44, 0x4c, 0x40, 0x77, 0x87, 0xea, 0x59, 0xa2, 0xf4, 0xff, 0x5f, 0xa3, 0x57, 0x8c, 0x85, 0xd8, 0x01, 0x7a, 0x2c, 0x20, 0x90, 0x1d, 0xca, 0xd4, 0xa0, 0x22, 0x1e, 0x11, 0x66, 0x52, 0x40, 0xf7, 0x04, 0xf9, 0x00, 0x00, 0x1f, 0xa5, 0xc0, 0xda, 0xce, 0xf0, 0xbb, 0x93, 0xf8, 0x77, 0xfa, 0x0d, 0xdb, 0x47, 0x33, 0xa5, 0x00, 0x76, 0xcb, 0xb3, 0x14, 0xf8, 0x95, 0xab, 0x3f, 0xd1, 0xb7, 0xf5, 0x4b, 0xf1, 0xb7, 0xdd, 0xaa, 0x08, 0x1f, 0xf7, 0xe7, 0x6f, 0x03, 0x57, 0xbf, 0x81, 0xa7, 0x16, 0xf7, 0x67, 0x2e, 0x45, 0x4a, 0x50, 0x99, 0x5e, 0x20, 0x16, 0x07, 0x50, 0x46, 0xb0, 0x6e, 0x03, 0x10, 0xe1, 0x01, 0x6a, 0x0c, 0x48, 0x80, 0xcf, 0xc0, 0xae, 0x40, 0xd5, 0x07, 0x39, 0x26, 0xaa, 0x0d, 0xf8, 0x48, 0xa5, 0xc0, 0xe3, 0xdc, 0x16, 0x78, 0x90, 0xba, 0x47, 0x69, 0x7c, 0x00, 0xdd, 0xa7, 0x86, 0x04, 0x98, 0x20, 0x23, 0xc3, 0x2c, 0x3d, 0x62, 0x14, 0x4f, 0xc4, 0xbb, 0x41, 0xcb, 0x0d, 0x0a, 0xda, 0x01, 0xd7, 0xc8, 0x14, 0x69, 0x12, 0x12, 0x10, 0x93, 0xc9, 0x71, 0x2d, 0x78, 0x82, 0xbc, 0x2d, 0xca, 0x13, 0x44, 0x55, 0x20, 0xea, 0x09, 0xe2, 0x6a, 0xd0, 0xfb, 0x5d, 0x00, 0x04, 0xc5, 0xf0, 0x3d, 0xe0, 0x7b, 0x1d, 0x7f, 0x82, 0x6f, 0x00, 0xf5, 0xee, 0x1b, 0x83, 0x52, 0xe0, 0x7d, 0x4b, 0x81, 0x5f, 0xa5, 0xfa, 0x53, 0x71, 0xf5, 0x3f, 0x1b, 0xf9, 0x3e, 0xa0, 0xfe, 0x90, 0xe3, 0x09, 0xb3, 0x99, 0xd4, 0x91, 0xdf, 0xb0, 0x7c, 0x7a, 0x2a, 0x01, 0xae, 0xe1, 0xed, 0x48, 0x06, 0x72, 0xa2, 0x32, 0x25, 0x00, 0xcb, 0xff, 0xbf, 0x91, 0xe7, 0x00, 0x8d, 0xd5, 0xbc, 0x40, 0x98, 0xfe, 0xa0, 0x5c, 0xa0, 0xc2, 0x03, 0x64, 0xd8, 0x00, 0x47, 0xb9, 0x14, 0xa0, 0x6a, 0xd0, 0xaf, 0x94, 0x04, 0x40, 0xd7, 0xa8, 0x01, 0x80, 0x69, 0x2c, 0xa0, 0x86, 0xae, 0x55, 0x01, 0x80, 0x7d, 0x22, 0x1e, 0xa0, 0x00, 0x80, 0x69, 0xd2, 0xe4, 0x1c, 0x3c, 0x41, 0xa4, 0xae, 0x97, 0x61, 0x08, 0x4b, 0x3b, 0x00, 0x8c, 0x60, 0x22, 0xd4, 0x20, 0x01, 0x00, 0xe1, 0x09, 0xa2, 0x2a, 0x10, 0x03, 0x80, 0xbf, 0xa1, 0x80, 0xa9, 0x40, 0x5c, 0x02, 0x78, 0xef, 0x82, 0x14, 0xd8, 0x59, 0x46, 0x09, 0x9f, 0x6d, 0xb4, 0x6f, 0x1e, 0x22, 0x6e, 0x85, 0xe9, 0x11, 0xb2, 0x23, 0xa9, 0xbe, 0xc2, 0x05, 0xba, 0xff, 0x23, 0x86, 0x61, 0xb6, 0xf6, 0x7a, 0xb3, 0x8b, 0xda, 0xe7, 0x4b, 0xb8, 0x2a, 0xd1, 0x97, 0x4b, 0x80, 0x6b, 0x18, 0x17, 0xa5, 0xd1, 0x55, 0x6e, 0x03, 0xf0, 0x48, 0xb0, 0x1e, 0x07, 0xa0, 0x46, 0xe9, 0x3e, 0x3d, 0x0e, 0x70, 0x2b, 0x4b, 0x72, 0xa3, 0x6e, 0xd0, 0xe9, 0xcc, 0xbf, 0x2f, 0xbc, 0x40, 0x48, 0xe4, 0x54, 0x0d, 0x9a, 0xc5, 0x24, 0x01, 0x72, 0xcd, 0x23, 0x8f, 0x73, 0x6f, 0xd0, 0xc3, 0x4c, 0x52, 0x04, 0x54, 0x20, 0x99, 0x28, 0xa7, 0x01, 0x80, 0xf0, 0x80, 0x18, 0x69, 0xc8, 0x02, 0x80, 0xba, 0x73, 0x73, 0x85, 0xfa, 0x7a, 0xa9, 0xa4, 0x30, 0x82, 0x45, 0x81, 0xcc, 0x27, 0x45, 0x21, 0x12, 0x00, 0xd4, 0x9f, 0x8f, 0x98, 0x1a, 0x44, 0x25, 0xc0, 0xbb, 0xf9, 0xc4, 0x5b, 0xd3, 0x15, 0xbe, 0xcf, 0x63, 0x8c, 0xf8, 0x8f, 0xcf, 0xa2, 0xdb, 0xff, 0x68, 0x40, 0xd0, 0x25, 0xfa, 0x82, 0xa5, 0xc4, 0xaf, 0x82, 0xfb, 0x57, 0x17, 0x7c, 0x2b, 0x38, 0x6d, 0x85, 0x34, 0x3e, 0x69, 0xb6, 0x0f, 0xfc, 0xec, 0x19, 0x4e, 0x24, 0x7d, 0xb9, 0xee, 0x7c, 0x0d, 0xf3, 0xa6, 0x18, 0x76, 0xc0, 0x10, 0xde, 0xb1, 0x41, 0xe4, 0x02, 0x69, 0x00, 0x90, 0x6a, 0x50, 0xc0, 0x0e, 0xe0, 0x9e, 0x20, 0x29, 0x05, 0xd0, 0xe3, 0x83, 0x9e, 0x1f, 0x0a, 0x84, 0xc7, 0x4c, 0x57, 0xe8, 0xe1, 0x19, 0x2c, 0x68, 0x16, 0x88, 0x0a, 0x0b, 0x23, 0x98, 0xa6, 0x45, 0xec, 0x6d, 0x85, 0x04, 0x68, 0x06, 0x00, 0xa4, 0xd6, 0xac, 0x0f, 0xa0, 0x52, 0xa0, 0x9e, 0xbb, 0x42, 0x43, 0x62, 0x01, 0xde, 0x27, 0xe1, 0xb1, 0x00, 0x04, 0x80, 0x27, 0x01, 0x00, 0x52, 0xe0, 0x9d, 0x7c, 0xf8, 0xf7, 0x80, 0x01, 0x1c, 0x07, 0x40, 0x1f, 0xc3, 0x0d, 0xdf, 0xad, 0x69, 0x5a, 0x50, 0x0d, 0x3a, 0x85, 0xb3, 0x12, 0x2c, 0x45, 0x5e, 0x74, 0xdd, 0x3f, 0xa7, 0xc8, 0xb8, 0x88, 0x05, 0x5d, 0x79, 0x0b, 0x41, 0xd5, 0x3e, 0xd0, 0xc7, 0xa4, 0x33, 0xaa, 0x27, 0xf7, 0xe1, 0x52, 0xe0, 0x1a, 0x5e, 0x74, 0x7e, 0xed, 0xb9, 0x05, 0xc3, 0x78, 0x16, 0x28, 0x0d, 0x86, 0x35, 0x0a, 0x29, 0x70, 0xb7, 0x8c, 0x04, 0x23, 0xa1, 0x53, 0x6e, 0x8f, 0x40, 0xa0, 0x84, 0xff, 0xb0, 0x24, 0x7e, 0x9a, 0x1e, 0xa1, 0x01, 0x80, 0xaa, 0x52, 0x9a, 0x04, 0x30, 0x63, 0x01, 0xe7, 0x0e, 0x00, 0x23, 0x1d, 0xa2, 0xb6, 0x87, 0x02, 0x80, 0xf0, 0x04, 0xd1, 0xac, 0xd0, 0xec, 0xc1, 0x30, 0x9a, 0x14, 0x27, 0x62, 0x01, 0x1f, 0x16, 0x32, 0x23, 0x58, 0x00, 0x60, 0x55, 0x27, 0x78, 0xde, 0x9b, 0x11, 0x3e, 0xdd, 0x8f, 0xd2, 0xed, 0x2e, 0x0d, 0xf4, 0x18, 0x4a, 0x45, 0x7a, 0x5b, 0x8a, 0xbc, 0xd8, 0x00, 0x48, 0x46, 0x9e, 0xd4, 0xcb, 0x1c, 0xbd, 0x1d, 0x93, 0xcd, 0xbe, 0x99, 0x27, 0xe7, 0x31, 0xe2, 0xa7, 0x2a, 0x42, 0xa9, 0xa6, 0x06, 0xf5, 0x67, 0x85, 0xe7, 0xdc, 0x10, 0x36, 0x00, 0x50, 0xa7, 0xf2, 0x81, 0x98, 0x14, 0x60, 0xee, 0x50, 0x56, 0x01, 0x26, 0x8c, 0xe1, 0x69, 0x4c, 0x95, 0x69, 0xe4, 0xb9, 0x40, 0x5a, 0x3a, 0x04, 0xf5, 0xfb, 0xd3, 0xe0, 0xd8, 0x03, 0x0c, 0x18, 0x94, 0xf8, 0xef, 0x65, 0x9f, 0x95, 0xe9, 0x10, 0xb7, 0x69, 0x39, 0x41, 0xe3, 0x99, 0xb7, 0x09, 0x6d, 0x0e, 0x3d, 0x33, 0xb4, 0x8e, 0x55, 0x89, 0xe9, 0x46, 0x70, 0x6b, 0xa3, 0xc1, 0x2d, 0x01, 0x80, 0x6c, 0x0f, 0xc9, 0x0a, 0x45, 0x4f, 0xd0, 0x06, 0x26, 0x01, 0x4c, 0x00, 0x80, 0x1a, 0xb4, 0x22, 0x0f, 0xbe, 0xff, 0x1d, 0x9c, 0xf8, 0x67, 0xd2, 0xed, 0xef, 0x1a, 0x11, 0x6c, 0xc5, 0x3e, 0xdb, 0x52, 0xe4, 0x45, 0x07, 0x40, 0x74, 0x8f, 0x11, 0xf9, 0x3d, 0xfc, 0x9c, 0xd1, 0x30, 0xd6, 0xc7, 0x5c, 0x1c, 0x49, 0xfc, 0x7d, 0x32, 0xed, 0x00, 0x19, 0x10, 0x33, 0xd5, 0x20, 0xa6, 0x83, 0x8f, 0x92, 0x05, 0xf0, 0x7a, 0x4a, 0x84, 0x2f, 0xd3, 0xa1, 0xa7, 0x29, 0x8f, 0x10, 0x4a, 0x02, 0xb4, 0x09, 0x00, 0x08, 0x34, 0xe8, 0x45, 0x93, 0xe2, 0xee, 0x57, 0xb9, 0x40, 0x3c, 0x33, 0x94, 0xda, 0x0f, 0xc2, 0x05, 0x8a, 0x60, 0xa2, 0xfa, 0xff, 0x38, 0x5e, 0x6d, 0x76, 0x93, 0x91, 0x15, 0xea, 0xeb, 0x81, 0xb0, 0x3a, 0x51, 0x26, 0xa9, 0x79, 0x81, 0xb2, 0x06, 0xc2, 0x54, 0x66, 0xa8, 0x8c, 0x06, 0xb7, 0x06, 0x00, 0x1f, 0x9b, 0x00, 0xf0, 0xd7, 0x15, 0x18, 0x00, 0xf0, 0x37, 0x0f, 0xe5, 0xc4, 0xff, 0x08, 0xdb, 0x07, 0x33, 0xd4, 0xa0, 0x43, 0xb6, 0x23, 0xc4, 0x45, 0x5c, 0xd8, 0xb6, 0xc3, 0x6c, 0x6f, 0x92, 0xc7, 0x7a, 0x63, 0x6a, 0x0d, 0x63, 0xfd, 0x86, 0xa1, 0x4c, 0x35, 0xa8, 0x51, 0x20, 0xd0, 0x01, 0x20, 0xd4, 0x20, 0x19, 0x0f, 0xa8, 0x53, 0x45, 0x31, 0xc2, 0x1b, 0x44, 0xb4, 0xac, 0x50, 0x5f, 0xd4, 0x04, 0x60, 0x5a, 0x33, 0xcd, 0x0b, 0x9a, 0xc6, 0xb9, 0xfa, 0x74, 0x2e, 0x0d, 0x18, 0x10, 0xfc, 0x2c, 0x69, 0xd1, 0xd2, 0xff, 0x4f, 0xa3, 0xc0, 0x2c, 0x06, 0x20, 0x72, 0x81, 0x7c, 0x59, 0x1c, 0xa3, 0xda, 0xa6, 0x30, 0x09, 0x60, 0xaa, 0x40, 0x44, 0x96, 0x48, 0x86, 0xb8, 0x41, 0xeb, 0x7a, 0x85, 0x1b, 0xc1, 0xad, 0xac, 0x0b, 0x68, 0x0e, 0x00, 0xee, 0xaa, 0x22, 0x20, 0xfc, 0x87, 0x15, 0x00, 0x8e, 0x3e, 0x4c, 0xdc, 0x85, 0x66, 0x73, 0xad, 0x74, 0x45, 0x34, 0x6a, 0x29, 0xf3, 0x22, 0x2d, 0x2f, 0x15, 0x9d, 0x68, 0x78, 0x7f, 0x3e, 0x1a, 0x69, 0x76, 0x4a, 0x3e, 0xf1, 0x06, 0x73, 0x0d, 0x52, 0x00, 0xf4, 0xe2, 0x6a, 0x50, 0x1f, 0x9e, 0x4a, 0xac, 0xd4, 0x20, 0x16, 0x0f, 0x18, 0xc4, 0x0b, 0x50, 0x44, 0x33, 0x5b, 0x55, 0x18, 0x23, 0x6c, 0x01, 0xe1, 0x11, 0xf2, 0xa5, 0x41, 0x3c, 0x99, 0x7b, 0x85, 0x58, 0x6d, 0x80, 0xcf, 0x0b, 0x63, 0x7c, 0x0e, 0x06, 0x9f, 0x26, 0xbf, 0xf1, 0x7a, 0x00, 0xad, 0x30, 0x46, 0xf9, 0xff, 0x59, 0x1a, 0x04, 0x4b, 0xb7, 0x0e, 0x14, 0xc6, 0xd4, 0x65, 0x16, 0xc6, 0xf8, 0x21, 0x85, 0x31, 0x66, 0x46, 0x68, 0x6f, 0xa3, 0x30, 0x46, 0x77, 0x83, 0x92, 0x30, 0x2f, 0x50, 0x88, 0x0d, 0xe0, 0x6d, 0x50, 0x36, 0x40, 0x06, 0x00, 0x96, 0x0a, 0x35, 0x48, 0x00, 0x00, 0x6c, 0x9d, 0xad, 0x83, 0x4d, 0x00, 0xa4, 0x22, 0x77, 0x59, 0xca, 0x3c, 0x1f, 0xde, 0x9d, 0x57, 0xe3, 0xdf, 0x23, 0xa9, 0x58, 0x0f, 0x1c, 0xd9, 0x99, 0x5d, 0xfd, 0xc1, 0xb9, 0x61, 0x5a, 0xf0, 0x6b, 0xdf, 0xc3, 0x66, 0x8b, 0x70, 0x34, 0x46, 0xa9, 0x51, 0xd8, 0x2b, 0x43, 0x0d, 0x62, 0x6d, 0x07, 0xfb, 0x73, 0x6f, 0x90, 0x0a, 0x8a, 0x05, 0xa5, 0x80, 0x28, 0x8c, 0x97, 0xc5, 0x31, 0x21, 0xa5, 0x91, 0x8c, 0xa3, 0x4f, 0x95, 0x75, 0x02, 0x3e, 0xdd, 0x77, 0xc8, 0x8a, 0x30, 0xd4, 0xf9, 0xa5, 0xda, 0x83, 0xb1, 0x04, 0x9a, 0x04, 0x37, 0x91, 0x01, 0x89, 0x16, 0xca, 0x97, 0x85, 0xa4, 0x43, 0xf3, 0x5e, 0xa2, 0x7a, 0xeb, 0xc4, 0x3a, 0x33, 0x17, 0x88, 0x49, 0x00, 0x50, 0x7f, 0xea, 0xc2, 0x0b, 0xe4, 0x83, 0x91, 0x60, 0x23, 0x0e, 0x20, 0x52, 0x21, 0xb2, 0x64, 0x84, 0x86, 0xd9, 0x00, 0x1e, 0x00, 0xc0, 0xdf, 0x3a, 0x82, 0x12, 0x3e, 0x72, 0x7f, 0xba, 0xf7, 0x4e, 0x08, 0xaa, 0x41, 0xd5, 0x59, 0xdd, 0xd5, 0x89, 0x78, 0x0e, 0x6e, 0x5b, 0x51, 0x96, 0x8d, 0xe8, 0xe7, 0xe4, 0xff, 0x09, 0x0e, 0x67, 0x4e, 0x27, 0x62, 0x77, 0xc0, 0x41, 0xa6, 0x68, 0x2b, 0x93, 0x44, 0x4e, 0x51, 0x33, 0x06, 0x70, 0x8d, 0xe1, 0xfe, 0x3c, 0xfa, 0xb2, 0xd9, 0x22, 0xfc, 0xd3, 0xb1, 0x4c, 0x0d, 0xd0, 0x40, 0x20, 0xbd, 0x41, 0x35, 0xc2, 0x25, 0xaa, 0xa4, 0x00, 0x91, 0x52, 0x20, 0x58, 0x1e, 0x39, 0x52, 0x35, 0xc5, 0x92, 0x19, 0xa2, 0xac, 0x33, 0x04, 0x2b, 0x78, 0xbf, 0x95, 0x1b, 0xc6, 0x53, 0x58, 0x41, 0xbc, 0xac, 0x13, 0x16, 0x35, 0xc1, 0xb7, 0xb1, 0xf7, 0x64, 0x81, 0xfc, 0x44, 0x9e, 0xfe, 0x20, 0x6a, 0x01, 0x6e, 0x92, 0x4d, 0xb3, 0x64, 0xfb, 0xc4, 0x3a, 0xa5, 0xff, 0xab, 0xda, 0xe0, 0x01, 0x32, 0x1b, 0x34, 0xac, 0x36, 0x98, 0xa9, 0x40, 0x21, 0xea, 0x4f, 0x2d, 0x4f, 0x86, 0xc3, 0x26, 0x59, 0xc1, 0x40, 0xd8, 0x96, 0x40, 0x4d, 0x80, 0xe6, 0x06, 0xf5, 0xd7, 0x69, 0x5e, 0xa0, 0x15, 0x9d, 0x28, 0x00, 0xbc, 0x77, 0x7b, 0x29, 0xe2, 0xc7, 0xdd, 0x34, 0x3d, 0x08, 0x80, 0xa6, 0xec, 0x1e, 0xbb, 0x48, 0x77, 0xde, 0x9e, 0xe6, 0xf5, 0x74, 0x22, 0x67, 0x3c, 0x06, 0xcf, 0x30, 0x87, 0xeb, 0xf2, 0x26, 0x7a, 0xe0, 0x06, 0x24, 0x15, 0xbd, 0xca, 0x4b, 0x45, 0x6e, 0x73, 0x13, 0xd1, 0x44, 0xc6, 0x74, 0xf7, 0x2c, 0x3d, 0xe6, 0x71, 0x26, 0xae, 0x11, 0xfd, 0x75, 0x72, 0x09, 0x39, 0x35, 0xdf, 0xec, 0x8d, 0x5f, 0xdf, 0x4f, 0xf5, 0xd3, 0xd7, 0xec, 0x00, 0xa2, 0xa9, 0x41, 0x2c, 0x2f, 0x48, 0x03, 0x01, 0x2f, 0x90, 0x21, 0x46, 0x81, 0x3c, 0x4f, 0x90, 0xab, 0x1f, 0xad, 0xf5, 0x07, 0xd2, 0x9a, 0x62, 0x21, 0x37, 0xe7, 0x7d, 0x81, 0x58, 0xb4, 0x78, 0x32, 0xef, 0x08, 0xc1, 0x39, 0xbe, 0xde, 0x22, 0x85, 0xaa, 0x3d, 0xa2, 0x1c, 0x92, 0x77, 0x8e, 0x6b, 0x08, 0xef, 0x0e, 0x91, 0x09, 0x80, 0x6b, 0x03, 0xc3, 0x34, 0x78, 0xa3, 0x2c, 0xfa, 0xbd, 0x7a, 0x87, 0x76, 0x8a, 0xd3, 0x53, 0x21, 0x58, 0x71, 0x7c, 0xb7, 0xf0, 0xe2, 0xf8, 0x8d, 0x66, 0x20, 0x8c, 0x02, 0x00, 0x24, 0x80, 0xcf, 0xe3, 0x00, 0xde, 0x72, 0x00, 0xc0, 0xdb, 0x1d, 0x61, 0xe7, 0xd1, 0x48, 0xb0, 0x0e, 0x02, 0x77, 0xbe, 0x39, 0x89, 0x06, 0x1b, 0x0f, 0x87, 0xdd, 0x19, 0x12, 0x7c, 0xc6, 0x18, 0xd6, 0x54, 0x74, 0xf6, 0xd9, 0xf2, 0xf8, 0xb0, 0xcb, 0x6a, 0x8e, 0x18, 0xe6, 0xed, 0xe3, 0xa0, 0x0b, 0x2f, 0x85, 0x93, 0x1f, 0x43, 0x66, 0xd3, 0x6a, 0x9b, 0x94, 0xc7, 0xff, 0x36, 0x3c, 0xfa, 0x1b, 0x8f, 0x1b, 0xfa, 0xff, 0xaa, 0xbe, 0xe6, 0x50, 0x88, 0x13, 0xaf, 0xcb, 0xda, 0x58, 0xea, 0x16, 0x44, 0xc2, 0xa8, 0x31, 0x8d, 0xe1, 0x4c, 0x29, 0x20, 0x22, 0xc3, 0x3c, 0x3f, 0xa8, 0x3e, 0x90, 0x1f, 0x64, 0xf4, 0x05, 0x2d, 0xe3, 0x45, 0xed, 0x37, 0xcb, 0x6e, 0x70, 0xa2, 0x41, 0x16, 0xf5, 0x14, 0xed, 0xe7, 0x7b, 0x9f, 0xe8, 0x1d, 0x34, 0x91, 0x1b, 0xd0, 0xcd, 0x37, 0xc9, 0x92, 0xdc, 0x9f, 0x37, 0xc9, 0x32, 0xbd, 0x3f, 0x4a, 0xff, 0xd7, 0x5b, 0x25, 0x92, 0x40, 0xc3, 0x5c, 0xb3, 0x6d, 0x7a, 0x77, 0x56, 0x14, 0xa3, 0x67, 0x83, 0xee, 0x10, 0x65, 0x91, 0xc5, 0xac, 0x1e, 0x60, 0xb3, 0x59, 0x15, 0x46, 0x89, 0x3f, 0x03, 0x00, 0x79, 0x0c, 0x00, 0x8b, 0x80, 0xd1, 0xec, 0xbf, 0xd3, 0x00, 0x80, 0xb7, 0xae, 0x77, 0x70, 0x20, 0x5f, 0xaf, 0xb0, 0x3b, 0xfb, 0x9c, 0xb6, 0xa6, 0xcc, 0x7e, 0xd7, 0xc0, 0x00, 0x9f, 0xc6, 0x46, 0x67, 0xa4, 0x3c, 0xf2, 0xfd, 0xf6, 0x49, 0xf8, 0x55, 0x39, 0x3f, 0x86, 0x2f, 0x39, 0x14, 0x0e, 0xe9, 0xc5, 0xd0, 0x03, 0xc0, 0xb9, 0x5f, 0x4b, 0x72, 0x59, 0xb3, 0xd5, 0xca, 0x7c, 0x27, 0x5d, 0x99, 0x5f, 0x89, 0xad, 0xf7, 0x42, 0x0d, 0xe0, 0x64, 0x74, 0xac, 0xa1, 0xff, 0x6f, 0x2e, 0x33, 0x87, 0x42, 0x1c, 0x7d, 0x52, 0xf5, 0xca, 0xa9, 0xeb, 0xa9, 0x9a, 0xc9, 0x72, 0x35, 0x48, 0x97, 0x02, 0xbe, 0xcc, 0x0d, 0xba, 0x56, 0x4b, 0x90, 0xbb, 0x8e, 0x55, 0x63, 0x61, 0x20, 0xca, 0xf0, 0x0a, 0x8d, 0x92, 0xf5, 0xc2, 0x2c, 0x5b, 0xb4, 0x4c, 0xf6, 0x03, 0x25, 0x46, 0x5b, 0xc4, 0x09, 0xf2, 0x39, 0xe3, 0xf8, 0x3c, 0xda, 0xbb, 0x4f, 0xef, 0x19, 0x3a, 0x46, 0xb6, 0x4a, 0x94, 0xed, 0xd3, 0x43, 0xb8, 0x3f, 0xeb, 0x0f, 0x14, 0x6c, 0x90, 0xd5, 0x57, 0x76, 0x8b, 0x66, 0xc0, 0xd6, 0x63, 0x00, 0x81, 0xb2, 0xc8, 0x2c, 0xfd, 0x81, 0x54, 0x3a, 0x74, 0x91, 0xd2, 0xff, 0x79, 0x32, 0x9c, 0x4c, 0x85, 0x58, 0x83, 0x00, 0xe8, 0x64, 0x00, 0xc0, 0xdf, 0x39, 0x56, 0x01, 0xe0, 0xb3, 0x87, 0xe1, 0x6f, 0x0d, 0x37, 0x6b, 0x04, 0x12, 0xd1, 0xa9, 0xe1, 0x51, 0xfb, 0x9f, 0x7c, 0xcb, 0xad, 0xec, 0x54, 0xe9, 0x56, 0x74, 0x64, 0xf7, 0x5d, 0x9d, 0x9b, 0x15, 0x0c, 0x34, 0xbd, 0x25, 0x95, 0x53, 0xdc, 0x9a, 0xd1, 0x56, 0x97, 0x36, 0xd1, 0x3b, 0xf1, 0xef, 0x61, 0xc3, 0xd4, 0x74, 0x22, 0x3a, 0x2b, 0x2b, 0xf2, 0x17, 0xc0, 0x41, 0xac, 0xeb, 0xec, 0xb8, 0x0d, 0x03, 0x1c, 0x77, 0xff, 0x08, 0xc7, 0x5d, 0x04, 0x8f, 0xd5, 0xbd, 0xb0, 0xdb, 0xf3, 0x8b, 0xcd, 0xe4, 0xff, 0x3c, 0x66, 0x88, 0xdd, 0xba, 0xbb, 0xcd, 0x69, 0x28, 0x07, 0xef, 0x96, 0xcd, 0x62, 0xa5, 0x14, 0xa8, 0x0b, 0x48, 0x81, 0x1a, 0x5d, 0x15, 0x52, 0x6e, 0x51, 0x23, 0x4d, 0x9a, 0x1a, 0xc4, 0xd7, 0x6b, 0x11, 0x62, 0x21, 0x09, 0x44, 0xd1, 0xbc, 0x02, 0x02, 0xf3, 0xe6, 0x88, 0x9e, 0xa1, 0xfc, 0xf9, 0xbe, 0xcc, 0x66, 0xb9, 0xaa, 0x47, 0xe8, 0x68, 0xd9, 0x3a, 0x5d, 0x4c, 0x94, 0x09, 0xf7, 0xfd, 0x0f, 0x94, 0x3d, 0x42, 0x4d, 0x00, 0x04, 0xbb, 0x45, 0xf7, 0x34, 0x0a, 0xe3, 0x4d, 0x00, 0x04, 0x3b, 0xc4, 0x15, 0x1b, 0x1e, 0x20, 0x56, 0x0f, 0xc0, 0x0d, 0xe0, 0x0f, 0xb5, 0x6c, 0xd0, 0x35, 0xf9, 0x1c, 0x00, 0x9d, 0x14, 0x00, 0x3e, 0x1e, 0x4a, 0x09, 0x9f, 0xed, 0x87, 0x40, 0xbd, 0x0a, 0x76, 0x92, 0x8b, 0x3c, 0x99, 0xd5, 0x73, 0xe7, 0x14, 0xce, 0xa1, 0x77, 0xbb, 0xa8, 0x1f, 0xdc, 0xf5, 0x50, 0xc7, 0xad, 0xef, 0x4b, 0x67, 0xbd, 0xb9, 0xf3, 0xb3, 0x4a, 0x85, 0x8a, 0x74, 0x2a, 0xf6, 0x10, 0x3a, 0x43, 0xda, 0x4c, 0xdd, 0x01, 0x0e, 0x55, 0x43, 0x63, 0xd6, 0x63, 0x03, 0xed, 0x2a, 0x43, 0xbf, 0x18, 0x4e, 0x13, 0x79, 0x0f, 0xbe, 0x78, 0xed, 0x20, 0x3e, 0x68, 0xed, 0x6e, 0xd8, 0xd3, 0x1c, 0xbf, 0x7e, 0x1c, 0x1c, 0xce, 0x40, 0x0a, 0x00, 0xaf, 0xaa, 0xe0, 0x81, 0x66, 0x0c, 0xe0, 0x57, 0x0d, 0x00, 0x1c, 0x98, 0x69, 0x4e, 0x43, 0xf9, 0x74, 0x22, 0x27, 0x00, 0x5d, 0x0a, 0x98, 0xb6, 0x80, 0x50, 0x83, 0x24, 0x00, 0x34, 0x55, 0x88, 0x64, 0xa4, 0x4a, 0x5f, 0xcf, 0xfd, 0xf2, 0xc3, 0x69, 0x90, 0x8c, 0x06, 0xab, 0xa8, 0xde, 0x6e, 0xb6, 0x4a, 0x57, 0xad, 0xd1, 0xcb, 0x8c, 0xe7, 0x46, 0xbb, 0x74, 0x5e, 0xfa, 0xa8, 0xda, 0x22, 0xea, 0xad, 0x11, 0x45, 0x97, 0x68, 0xce, 0xfd, 0x29, 0x00, 0x06, 0x64, 0x36, 0xc6, 0xca, 0xd6, 0x29, 0x5a, 0x1f, 0x98, 0x51, 0x27, 0xf4, 0xff, 0x6e, 0x99, 0x00, 0xf8, 0x44, 0x6b, 0x91, 0xb8, 0x59, 0x6b, 0x8d, 0xa2, 0x15, 0xc4, 0xd0, 0x6c, 0x50, 0x94, 0x00, 0x2b, 0x3b, 0x11, 0x77, 0x19, 0xe8, 0xf9, 0x4b, 0x3a, 0x12, 0x77, 0x61, 0x07, 0x78, 0xbd, 0x3f, 0xb3, 0x03, 0xf8, 0xf6, 0xeb, 0x27, 0x06, 0x0d, 0xe1, 0x54, 0x56, 0xc6, 0x55, 0xd5, 0xf5, 0x11, 0x06, 0x80, 0x81, 0x8e, 0xdf, 0x30, 0x8e, 0xdd, 0x39, 0x6e, 0x9c, 0x3a, 0xbf, 0xab, 0x94, 0x0d, 0xd8, 0xae, 0xcc, 0xa6, 0x26, 0x45, 0xcb, 0xd1, 0x41, 0x42, 0x3d, 0x49, 0x97, 0x5a, 0xc0, 0x8d, 0x0d, 0x51, 0x8b, 0xc4, 0x40, 0xaf, 0xbf, 0xc3, 0x4d, 0xa1, 0x7b, 0x32, 0xe4, 0x0b, 0xe0, 0x00, 0xb5, 0x35, 0xf0, 0x05, 0x6b, 0x06, 0xb2, 0x2f, 0x8d, 0xd3, 0xde, 0xf9, 0x8c, 0x5f, 0x3a, 0x69, 0xf0, 0xc8, 0x54, 0xc7, 0xaf, 0x29, 0xe3, 0x12, 0xa0, 0x87, 0x93, 0xae, 0x2a, 0xb8, 0xb5, 0x99, 0x08, 0xb0, 0xd1, 0xf9, 0xc1, 0x3f, 0xf8, 0xa4, 0x1a, 0x03, 0x74, 0x0a, 0x87, 0x59, 0x8c, 0xe6, 0x36, 0x40, 0x40, 0x0a, 0x64, 0x80, 0x40, 0x48, 0x02, 0x3d, 0x4b, 0x54, 0xc5, 0x06, 0x0c, 0x10, 0xd0, 0x11, 0x47, 0xc3, 0xe4, 0x3c, 0x30, 0x22, 0x5c, 0xa4, 0x94, 0x98, 0x6f, 0xe4, 0xf1, 0x82, 0x31, 0x6a, 0x26, 0x80, 0x1c, 0x94, 0x21, 0x66, 0x04, 0x64, 0x19, 0x98, 0x41, 0x5d, 0x9e, 0xc3, 0x64, 0x5b, 0x44, 0xe6, 0xfa, 0x1c, 0x64, 0xce, 0x0a, 0x08, 0x31, 0x7e, 0x83, 0xea, 0x4f, 0x70, 0x6c, 0x12, 0xcb, 0x02, 0x2d, 0xc9, 0xac, 0x05, 0xd0, 0x5d, 0xa0, 0x5b, 0x45, 0x6f, 0x20, 0x61, 0x03, 0x70, 0xee, 0xbf, 0x0e, 0xd4, 0xa0, 0xb5, 0x9a, 0x04, 0x00, 0x00, 0x78, 0x4b, 0x72, 0x89, 0xf7, 0x16, 0xec, 0x95, 0x3d, 0x0d, 0x00, 0x90, 0x7d, 0x53, 0x5b, 0x5d, 0x1f, 0x90, 0x76, 0x0a, 0xa7, 0xd0, 0xa1, 0x1a, 0x70, 0xc7, 0x78, 0xd7, 0xf4, 0xce, 0xe9, 0x94, 0xc9, 0x47, 0x39, 0x2d, 0x3c, 0x0e, 0x60, 0xb8, 0xc5, 0x71, 0xb7, 0x02, 0x48, 0x96, 0x75, 0x34, 0x06, 0x6e, 0x07, 0xc0, 0xf0, 0x0a, 0x18, 0xd5, 0xa3, 0x48, 0x22, 0xfa, 0xd3, 0xaf, 0x6c, 0x16, 0x19, 0x8e, 0xc1, 0x39, 0x93, 0xea, 0xf8, 0x33, 0x2f, 0x15, 0x1d, 0x0d, 0xd6, 0xfc, 0xdc, 0xac, 0x7a, 0xfd, 0x32, 0x20, 0xfa, 0x6d, 0xfd, 0xd9, 0x34, 0xc7, 0x13, 0x73, 0x1d, 0xff, 0x64, 0x25, 0x3c, 0xbe, 0x06, 0xfb, 0x45, 0x06, 0x02, 0x1c, 0x78, 0xcd, 0xc7, 0x9c, 0xfa, 0xbb, 0x10, 0x00, 0xfd, 0x01, 0x00, 0x25, 0x0e, 0x88, 0xcb, 0xac, 0xbd, 0x28, 0x71, 0xc4, 0xa7, 0x21, 0x01, 0x3e, 0x7b, 0xde, 0x18, 0x03, 0xc4, 0x22, 0xc0, 0xc2, 0x0d, 0x28, 0xd2, 0x02, 0xb8, 0x7e, 0x2c, 0xe2, 0x02, 0x01, 0x55, 0x28, 0x98, 0x29, 0x4a, 0x34, 0x10, 0x30, 0xae, 0x3c, 0xd4, 0xec, 0x1f, 0x24, 0x6a, 0x88, 0xf9, 0x9c, 0x30, 0x39, 0x43, 0x80, 0xb6, 0x54, 0x64, 0xa0, 0xf0, 0xc5, 0x60, 0x0c, 0xc9, 0xf1, 0xf9, 0x67, 0x45, 0x17, 0x38, 0x39, 0x48, 0x4f, 0xf4, 0x04, 0xd5, 0xfd, 0xfe, 0xe1, 0x73, 0xc3, 0x54, 0xfa, 0x83, 0x3e, 0x41, 0x52, 0x1b, 0x99, 0xa4, 0xa9, 0x3f, 0xb2, 0x1e, 0x58, 0x33, 0x80, 0x89, 0xe6, 0x01, 0x12, 0x06, 0xb0, 0xca, 0x03, 0x12, 0x00, 0x00, 0xe2, 0x7f, 0x0f, 0xb8, 0xff, 0xea, 0x7c, 0x2a, 0x01, 0x28, 0x00, 0x16, 0xa3, 0x04, 0xc8, 0x25, 0xee, 0xdb, 0x85, 0x26, 0x00, 0x1a, 0xef, 0xca, 0x28, 0x93, 0xcc, 0x6e, 0x07, 0x16, 0xdc, 0x8c, 0x77, 0x8b, 0x77, 0x8c, 0x77, 0x4d, 0xef, 0x9c, 0x02, 0x60, 0x26, 0xa3, 0x05, 0xa4, 0x09, 0xa4, 0x8d, 0x93, 0x15, 0xf0, 0xf3, 0x6f, 0x1d, 0xbf, 0x69, 0xb2, 0xe3, 0x6e, 0xe9, 0xc6, 0x6c, 0xc3, 0xec, 0x06, 0xf4, 0x0b, 0x67, 0x93, 0xb1, 0xe1, 0x68, 0x63, 0x5e, 0x14, 0xc2, 0xa7, 0xd6, 0x7c, 0x22, 0x3a, 0x18, 0xd4, 0x90, 0x97, 0x9a, 0x35, 0x66, 0xb7, 0xf4, 0x82, 0x2f, 0xf8, 0xa0, 0xe3, 0x9f, 0xaa, 0x76, 0xfc, 0x33, 0xeb, 0xe0, 0x71, 0x25, 0xec, 0x45, 0xec, 0xcb, 0xe9, 0x00, 0xc0, 0x49, 0xe3, 0x07, 0x41, 0xf5, 0x69, 0x04, 0xce, 0xbf, 0x75, 0x10, 0xd3, 0x0f, 0x71, 0xd6, 0xd7, 0xfc, 0x2e, 0x23, 0x9a, 0x91, 0x00, 0x07, 0x0c, 0x00, 0x1c, 0x7f, 0xd5, 0x1c, 0x03, 0x54, 0xd7, 0x9f, 0x8a, 0x7f, 0xa2, 0x0f, 0x91, 0x93, 0xb5, 0xb2, 0xa2, 0x8f, 0x8e, 0x9e, 0x1e, 0xa1, 0xd4, 0xa1, 0x20, 0x08, 0xf4, 0xe2, 0x79, 0xd6, 0x44, 0xeb, 0x7a, 0x6e, 0xa8, 0x0e, 0xe3, 0x2e, 0x4b, 0x2e, 0x11, 0x1a, 0x46, 0x68, 0x33, 0xc1, 0x04, 0x87, 0x1f, 0x19, 0x18, 0xa4, 0x37, 0x42, 0x06, 0xba, 0xc4, 0x38, 0x55, 0xe6, 0xf1, 0x09, 0x7a, 0x7d, 0x06, 0x72, 0xce, 0x2f, 0x6a, 0x80, 0xb9, 0xee, 0x6f, 0x70, 0xff, 0x30, 0xef, 0x4f, 0x48, 0x29, 0x64, 0xb6, 0x7a, 0xe0, 0xad, 0xbc, 0x1c, 0x72, 0x93, 0xe2, 0xfe, 0x19, 0xa9, 0xd0, 0xab, 0x38, 0x00, 0x96, 0x82, 0xfe, 0xbf, 0x18, 0x88, 0x7f, 0x41, 0x07, 0xe2, 0xbe, 0x99, 0x67, 0x02, 0xe0, 0xd0, 0x8c, 0x20, 0x00, 0x8e, 0x67, 0x65, 0x5c, 0x55, 0x05, 0xa3, 0xe8, 0x6c, 0x31, 0xbc, 0x63, 0x1c, 0x66, 0xde, 0x34, 0x98, 0xa9, 0xc0, 0x38, 0x67, 0x38, 0x08, 0x00, 0xa4, 0x15, 0xa4, 0x99, 0xd3, 0xab, 0xe1, 0xb5, 0x57, 0x1c, 0xbf, 0x11, 0xc0, 0xb0, 0xa1, 0x10, 0x7e, 0x37, 0x3b, 0x18, 0xce, 0x96, 0xc7, 0x9e, 0x3c, 0x93, 0x8a, 0xf6, 0x27, 0x15, 0x1d, 0xff, 0xe7, 0xf9, 0xe5, 0xf6, 0xe5, 0xf1, 0xbf, 0x05, 0xa2, 0x1f, 0x00, 0xea, 0xcd, 0x6f, 0xb3, 0x22, 0x71, 0x31, 0xfc, 0xc7, 0x36, 0x74, 0x03, 0x62, 0x9e, 0x01, 0xff, 0xf1, 0x65, 0x0e, 0x71, 0xf7, 0x3a, 0x7e, 0xba, 0x06, 0x88, 0x7f, 0x4b, 0x08, 0x00, 0x5e, 0x61, 0xb3, 0x65, 0x0f, 0x8e, 0x50, 0x53, 0xc7, 0x71, 0x6f, 0x51, 0x00, 0x38, 0x5b, 0x91, 0x3f, 0xb4, 0x19, 0x00, 0x1c, 0x31, 0x00, 0x80, 0x43, 0x1e, 0xb4, 0xf9, 0x57, 0xfe, 0x9e, 0xde, 0xac, 0x08, 0x44, 0x00, 0x40, 0xb7, 0x07, 0x6a, 0x4d, 0x55, 0x08, 0x23, 0xa9, 0xbe, 0x01, 0x80, 0xcc, 0x9a, 0x01, 0x23, 0x52, 0x2c, 0x0b, 0x68, 0x44, 0xda, 0xc4, 0xf5, 0x9c, 0xa0, 0x15, 0x18, 0x7c, 0x3e, 0x1d, 0x52, 0xcd, 0x04, 0xbb, 0xc1, 0xe0, 0xf8, 0x3e, 0x1f, 0x8a, 0xa1, 0x72, 0x7d, 0xae, 0x0b, 0xcc, 0x05, 0xc8, 0x54, 0x7d, 0xfc, 0x5a, 0xd3, 0xf5, 0xa9, 0x8f, 0x4a, 0xa2, 0x92, 0xad, 0xbe, 0xa7, 0xa1, 0xfe, 0x10, 0x2d, 0x00, 0x16, 0x34, 0x80, 0x3d, 0x41, 0xfc, 0x9b, 0x83, 0x8d, 0xb1, 0xb8, 0x07, 0x08, 0xeb, 0x81, 0x05, 0x00, 0x96, 0xf3, 0x20, 0x18, 0x02, 0x00, 0x6c, 0x00, 0xb7, 0x3a, 0x97, 0x11, 0xfe, 0x11, 0xbe, 0x33, 0x01, 0x70, 0x2a, 0xdb, 0xbd, 0xe1, 0x9d, 0x4a, 0x00, 0x20, 0xb3, 0x13, 0xf7, 0xde, 0x58, 0x0a, 0x74, 0x33, 0x96, 0xa9, 0x40, 0x27, 0x7e, 0x6f, 0x02, 0x00, 0x69, 0x07, 0x69, 0x88, 0xd2, 0xd2, 0x76, 0x78, 0xef, 0x0d, 0xc7, 0xdf, 0x3b, 0x9e, 0xd9, 0x90, 0xf3, 0xb3, 0x79, 0x91, 0x62, 0x95, 0x5e, 0x22, 0x72, 0x1f, 0xce, 0x2b, 0xfb, 0xc2, 0x6d, 0xdb, 0x31, 0x32, 0xeb, 0x26, 0xe3, 0x25, 0x6a, 0x02, 0x48, 0x16, 0x63, 0xf6, 0x83, 0x7c, 0xc7, 0x3f, 0x30, 0x19, 0xfe, 0xb3, 0x4b, 0x1c, 0xe2, 0x9f, 0x82, 0x7d, 0x06, 0xf6, 0x51, 0x00, 0xc0, 0x81, 0x4c, 0x00, 0x20, 0xe1, 0x03, 0xe2, 0xf1, 0x0b, 0xab, 0x2f, 0xaf, 0xed, 0x4d, 0x83, 0x25, 0x00, 0xdc, 0x8a, 0xfc, 0x01, 0xcd, 0x00, 0xe0, 0xb0, 0x01, 0x00, 0x1c, 0xf6, 0xa0, 0xcd, 0xbf, 0xf2, 0x77, 0xf7, 0x66, 0xdc, 0x8f, 0x07, 0x82, 0x88, 0x54, 0x0d, 0x7a, 0x68, 0x85, 0xe3, 0xbd, 0x64, 0x0e, 0x8d, 0x08, 0x90, 0xa9, 0x6c, 0x51, 0x05, 0x02, 0xb6, 0xaf, 0xe5, 0xe9, 0xc8, 0x83, 0x42, 0x81, 0xc0, 0x40, 0x30, 0x4c, 0xe3, 0xea, 0xc3, 0xb4, 0x19, 0xc1, 0xfa, 0x6b, 0xd7, 0x6b, 0x12, 0x44, 0x1f, 0x9e, 0x3d, 0x28, 0x83, 0xf8, 0x75, 0xc3, 0x97, 0x81, 0xb3, 0x2f, 0x97, 0x56, 0x5a, 0x17, 0x08, 0xdd, 0xf3, 0x53, 0xab, 0xfa, 0x01, 0x11, 0x6d, 0x62, 0x24, 0x11, 0x11, 0xe0, 0xed, 0x99, 0x06, 0xb0, 0xde, 0x12, 0x45, 0x1a, 0xc0, 0xeb, 0x59, 0x0c, 0x80, 0xea, 0xff, 0x2b, 0x95, 0x0b, 0xd4, 0x7d, 0x0b, 0x0c, 0xe0, 0x05, 0xb9, 0x0c, 0x00, 0x47, 0x9a, 0x05, 0xc0, 0xe9, 0xec, 0x5e, 0xc1, 0xfc, 0x01, 0x12, 0x00, 0x5b, 0x06, 0x87, 0xd3, 0x40, 0xd3, 0x20, 0x60, 0x8e, 0xf7, 0x00, 0xa1, 0xcf, 0xcb, 0x00, 0x00, 0xd2, 0x14, 0xa5, 0x2d, 0xa4, 0x31, 0x64, 0xb0, 0x20, 0x2d, 0xdc, 0xda, 0x11, 0xcc, 0x78, 0x76, 0xb2, 0x1b, 0xcf, 0x5e, 0x45, 0x64, 0x4a, 0xfa, 0x8d, 0xe8, 0x55, 0xd9, 0xdc, 0xea, 0xcd, 0xaa, 0x3b, 0x28, 0x52, 0xce, 0x26, 0x02, 0x03, 0xe9, 0x82, 0xea, 0xce, 0x46, 0x50, 0x77, 0x8e, 0x80, 0x21, 0x73, 0x7a, 0x2d, 0x07, 0x41, 0x16, 0x00, 0xa0, 0x3a, 0x74, 0xec, 0xd7, 0xcc, 0xea, 0xd7, 0x39, 0x7f, 0x08, 0x00, 0xf0, 0xb0, 0x9a, 0x01, 0x80, 0x59, 0x05, 0x76, 0xe2, 0x15, 0x35, 0xf8, 0x0d, 0xb6, 0xbf, 0xa7, 0x94, 0x4d, 0x4a, 0x44, 0x22, 0xa0, 0x00, 0x30, 0x55, 0xa1, 0x0c, 0x00, 0xd4, 0xf0, 0x34, 0x09, 0xa3, 0x66, 0x40, 0xcf, 0x1a, 0xd5, 0x2a, 0xc8, 0xa4, 0x87, 0x48, 0x01, 0x81, 0x72, 0x71, 0x6e, 0x23, 0x30, 0xaf, 0x91, 0xb0, 0x17, 0x86, 0xf2, 0x91, 0xa8, 0xda, 0x7b, 0x92, 0xe3, 0x0b, 0x57, 0xa7, 0x18, 0x8e, 0x97, 0x49, 0xfc, 0xfa, 0xe4, 0x78, 0xbd, 0x05, 0x4a, 0xc6, 0xf4, 0xf8, 0x80, 0xf1, 0x4b, 0xf4, 0x04, 0xb8, 0xc0, 0x94, 0x18, 0xd9, 0x0d, 0x62, 0x8b, 0xa9, 0xff, 0x7b, 0x82, 0xfb, 0x7f, 0xa0, 0x19, 0xc0, 0x42, 0xff, 0x47, 0x17, 0x28, 0x18, 0xc0, 0xee, 0x9b, 0x00, 0x82, 0xea, 0x0e, 0x9c, 0xf8, 0x1f, 0x64, 0xfb, 0xf0, 0x03, 0x19, 0xbd, 0x43, 0xb3, 0xde, 0x5b, 0x55, 0x97, 0x6b, 0x5b, 0x06, 0x00, 0x3a, 0x49, 0xa6, 0x33, 0x4e, 0xdf, 0x2c, 0x00, 0x1a, 0x01, 0x00, 0xf3, 0x18, 0x00, 0xde, 0x6b, 0x06, 0x00, 0x89, 0x68, 0x82, 0x7a, 0x8f, 0x2a, 0xa3, 0xb9, 0x18, 0x8b, 0xf8, 0xc2, 0xd1, 0xdb, 0xb3, 0x89, 0x9c, 0x7f, 0xa7, 0x01, 0xa8, 0x54, 0x96, 0xe8, 0x2d, 0x82, 0x61, 0x05, 0xfc, 0x47, 0x76, 0x80, 0x85, 0x7f, 0xf4, 0x29, 0x0a, 0x86, 0xec, 0x2a, 0x10, 0x88, 0xb9, 0x63, 0x4f, 0xd3, 0x29, 0xe3, 0xf8, 0x85, 0xc3, 0x54, 0x20, 0xb7, 0xaa, 0x59, 0x15, 0x28, 0x60, 0x03, 0xbc, 0xa4, 0x0d, 0x7e, 0x9b, 0x0b, 0x00, 0xe8, 0xc3, 0x38, 0xdf, 0x9e, 0xee, 0xa1, 0xaa, 0x10, 0xd1, 0xec, 0x01, 0xbf, 0x36, 0x00, 0x82, 0x9a, 0x52, 0x4e, 0x70, 0xca, 0x45, 0xca, 0x06, 0x54, 0xf0, 0xf4, 0xe9, 0xba, 0x6b, 0xb5, 0x82, 0xfa, 0xc1, 0xda, 0xbe, 0x4e, 0x1b, 0x80, 0x3d, 0xc4, 0xd8, 0xfa, 0x7b, 0xe6, 0xa4, 0xf8, 0x41, 0x5a, 0xb7, 0x07, 0x6e, 0xf0, 0x1a, 0xfe, 0xfe, 0x60, 0x03, 0xac, 0xcc, 0xf1, 0x48, 0x3a, 0xf7, 0x0f, 0x35, 0x7e, 0x8d, 0xfc, 0x9f, 0x62, 0xa3, 0x31, 0xae, 0x5e, 0x0c, 0x9f, 0x91, 0x06, 0x1d, 0x62, 0x00, 0x7b, 0x00, 0x00, 0xb7, 0x2a, 0xae, 0x88, 0x9f, 0xee, 0x0c, 0x00, 0xf8, 0xed, 0x42, 0x05, 0xca, 0x0a, 0x06, 0x10, 0x23, 0x98, 0xd7, 0x81, 0x09, 0x4d, 0xf0, 0x65, 0xe7, 0x85, 0xbb, 0x3c, 0x61, 0xaf, 0x02, 0x30, 0xec, 0x1a, 0x02, 0x5f, 0xea, 0x09, 0xf8, 0x22, 0x8b, 0x01, 0x10, 0xab, 0xc2, 0x8d, 0x60, 0x34, 0x80, 0x8e, 0xdc, 0xce, 0xec, 0x81, 0x6d, 0x43, 0x94, 0x0d, 0x50, 0x95, 0x3f, 0xaa, 0x19, 0x00, 0xec, 0x35, 0x01, 0x30, 0x9b, 0x0f, 0x7d, 0xe3, 0x83, 0xdf, 0xf6, 0xf4, 0x63, 0x5c, 0x0f, 0x2f, 0x7f, 0x4f, 0x77, 0xd5, 0x29, 0x99, 0xbb, 0x44, 0x75, 0xcf, 0x10, 0xb3, 0x09, 0xb8, 0x6b, 0xb4, 0x46, 0x45, 0x8a, 0x59, 0xba, 0x81, 0xe6, 0x1d, 0x92, 0x11, 0xe3, 0x01, 0x06, 0x10, 0x4c, 0x97, 0xa9, 0xe0, 0xe8, 0x83, 0x79, 0x5e, 0x91, 0x7a, 0x4d, 0x7e, 0x86, 0x7b, 0x78, 0x48, 0x6d, 0x60, 0x42, 0x3c, 0x25, 0x7c, 0x95, 0xec, 0x66, 0xe4, 0xfb, 0x48, 0x97, 0xad, 0x6a, 0x84, 0xcb, 0x88, 0xbf, 0xa7, 0x2a, 0x7a, 0xc9, 0x30, 0x7e, 0x79, 0x27, 0x88, 0x9d, 0x2d, 0xf8, 0xff, 0x51, 0x02, 0x7c, 0xa4, 0x52, 0x20, 0x58, 0x37, 0x88, 0x7c, 0x9a, 0x04, 0xe7, 0xd2, 0x2c, 0xd0, 0x8e, 0xd4, 0x05, 0x8a, 0x06, 0xb0, 0x57, 0x1d, 0xa7, 0x33, 0x03, 0x0c, 0x00, 0x34, 0xdd, 0x77, 0xe1, 0x8c, 0x60, 0xa4, 0x99, 0x4b, 0xc1, 0x08, 0xce, 0x0a, 0x86, 0x85, 0x21, 0x19, 0x9c, 0x19, 0x76, 0x42, 0x8c, 0xa1, 0xb5, 0x66, 0x04, 0x73, 0x77, 0xa1, 0x2b, 0xb4, 0x35, 0x6e, 0xd0, 0xaa, 0xae, 0x37, 0x67, 0x3d, 0xc8, 0x44, 0x6c, 0x93, 0xe9, 0x06, 0x7d, 0x5a, 0x9b, 0x78, 0xf8, 0x1a, 0x10, 0xca, 0x75, 0x12, 0x00, 0x94, 0x08, 0xa8, 0x3d, 0xc0, 0x54, 0x21, 0x5a, 0x28, 0x5e, 0xa7, 0xd7, 0xcd, 0x2a, 0x10, 0x18, 0xee, 0xd1, 0xda, 0x3e, 0x2a, 0x7d, 0x5a, 0x72, 0x63, 0x4e, 0xa4, 0x75, 0x03, 0x34, 0xb5, 0xe8, 0x5a, 0x2d, 0x82, 0x3c, 0x48, 0xaa, 0x49, 0x2c, 0x85, 0x61, 0x90, 0x96, 0xcb, 0x3f, 0xd0, 0x70, 0x6f, 0x52, 0x23, 0x57, 0xb4, 0x3d, 0x97, 0xbd, 0x7e, 0x94, 0xda, 0x63, 0x4e, 0x85, 0x0c, 0xf4, 0xfe, 0xa1, 0xbb, 0x87, 0x06, 0xe6, 0x12, 0x55, 0x00, 0x5f, 0xd3, 0xdd, 0x18, 0x90, 0x47, 0xe8, 0x74, 0x98, 0x6e, 0xe6, 0x5c, 0x00, 0x4d, 0xfd, 0x91, 0x12, 0x00, 0xeb, 0x00, 0xb0, 0x23, 0xdc, 0xfb, 0x60, 0x00, 0x07, 0xf5, 0xff, 0x45, 0x1c, 0x00, 0xf3, 0x01, 0x00, 0x8b, 0x8a, 0x34, 0xf5, 0x07, 0xf6, 0xde, 0x3b, 0x82, 0x91, 0xe0, 0x9d, 0x59, 0xef, 0x6d, 0x7e, 0xe1, 0xb8, 0x36, 0xef, 0x06, 0x6d, 0x2e, 0x87, 0x1f, 0xf4, 0xad, 0x9e, 0x38, 0xb2, 0xb4, 0xd9, 0xb4, 0x87, 0x0f, 0x0a, 0x1c, 0x77, 0xef, 0x0d, 0x2c, 0xfa, 0x8b, 0xf6, 0x40, 0x96, 0x40, 0x18, 0x1c, 0xd6, 0x94, 0x66, 0x24, 0xc0, 0x42, 0x23, 0x10, 0xd6, 0x34, 0xd3, 0x98, 0x78, 0xe8, 0xd7, 0x8d, 0x62, 0x62, 0x1f, 0x41, 0xb0, 0x9b, 0x6f, 0x0e, 0x02, 0xc5, 0x2d, 0x7b, 0x68, 0xa5, 0x83, 0x3d, 0x03, 0x69, 0xd3, 0xbd, 0x79, 0x9e, 0x7d, 0x1f, 0x69, 0x1c, 0x1b, 0x6e, 0x52, 0x0e, 0x04, 0xa9, 0xaf, 0x1b, 0x52, 0xe1, 0x5a, 0x5e, 0x6a, 0xa9, 0x6d, 0xa9, 0xe2, 0x5c, 0x6b, 0xea, 0xf9, 0x1a, 0xd7, 0x97, 0xfa, 0x7e, 0x4d, 0x5f, 0x59, 0xee, 0x48, 0x74, 0x7f, 0xbf, 0xd1, 0x02, 0xbd, 0xa7, 0x09, 0x62, 0x7d, 0x2e, 0x58, 0x48, 0xee, 0x0f, 0x09, 0x0e, 0xc8, 0xdb, 0x1c, 0x20, 0x7e, 0xa9, 0xfe, 0x70, 0xff, 0xbf, 0x16, 0x00, 0xa3, 0x11, 0xe0, 0xb7, 0x98, 0xfa, 0x83, 0x00, 0xf0, 0x96, 0xf5, 0x60, 0x84, 0xcf, 0xb7, 0x5f, 0x73, 0x6b, 0x50, 0x02, 0xac, 0xba, 0x2c, 0x02, 0x61, 0xcd, 0x82, 0x21, 0x15, 0xfd, 0x21, 0x8a, 0x22, 0x37, 0x11, 0x79, 0x36, 0x2b, 0x18, 0x50, 0x94, 0x6d, 0x28, 0x72, 0xdc, 0xfd, 0xc3, 0x80, 0x13, 0x4c, 0x62, 0x87, 0xd1, 0xa0, 0xa5, 0x42, 0xcc, 0x2f, 0x9c, 0xd9, 0x4c, 0x6e, 0xf9, 0xf3, 0x66, 0x31, 0xcc, 0x5d, 0x7c, 0xda, 0x21, 0x1f, 0xf7, 0x89, 0x09, 0x69, 0xc8, 0xf1, 0x30, 0xf0, 0x23, 0x06, 0x46, 0x73, 0x7b, 0x40, 0x0e, 0x94, 0x6e, 0x06, 0x04, 0x66, 0xe6, 0xa8, 0xf0, 0x10, 0xf5, 0xe1, 0x6e, 0xc8, 0x7e, 0x52, 0x22, 0x30, 0x8e, 0x2d, 0xd2, 0x28, 0xfa, 0x4b, 0x55, 0x86, 0xe6, 0xee, 0x70, 0x29, 0x21, 0x3c, 0x49, 0xfa, 0xfb, 0x72, 0xf4, 0x69, 0xcd, 0x35, 0x19, 0xc6, 0x2e, 0x53, 0xbf, 0x4a, 0xb5, 0x48, 0x75, 0x30, 0xdd, 0xd9, 0xcc, 0xfa, 0x54, 0x33, 0xc1, 0x02, 0x79, 0x3f, 0xbb, 0x04, 0xf7, 0xd7, 0x5c, 0x9f, 0x5b, 0xc3, 0xb8, 0xbf, 0x99, 0x01, 0x6a, 0xf8, 0xff, 0xb9, 0xfe, 0xef, 0x61, 0x00, 0x0c, 0x8c, 0x5f, 0xd7, 0x01, 0x00, 0xac, 0xea, 0x67, 0x02, 0x60, 0xe7, 0xf8, 0x60, 0x8f, 0xa0, 0xe4, 0x65, 0x97, 0x0a, 0xd1, 0xdc, 0xc2, 0x5c, 0x6f, 0x14, 0x51, 0x67, 0x13, 0x6c, 0xa8, 0x75, 0xf6, 0xc0, 0x59, 0x31, 0x4b, 0x88, 0x5b, 0xd0, 0x9b, 0x02, 0xe0, 0xac, 0x53, 0xf0, 0x72, 0xf6, 0x64, 0xb8, 0xd8, 0xdd, 0x46, 0x06, 0x22, 0x70, 0x21, 0x36, 0xe6, 0xf3, 0x15, 0xb6, 0xb1, 0xed, 0x08, 0xa6, 0xfc, 0x6e, 0x37, 0x41, 0x20, 0x3c, 0x43, 0xba, 0x51, 0x6c, 0xb8, 0x48, 0xa9, 0x41, 0xd9, 0x4b, 0x0d, 0xa1, 0x96, 0x2a, 0x91, 0xf0, 0x12, 0xf5, 0x51, 0xb9, 0x38, 0x35, 0xac, 0xb2, 0xcc, 0xaf, 0x55, 0x40, 0x20, 0xd2, 0x75, 0x79, 0x8d, 0xa6, 0xd2, 0x98, 0xcf, 0xd5, 0xfb, 0xfd, 0xe4, 0x56, 0x46, 0x77, 0x1f, 0xe5, 0xea, 0x0c, 0x9d, 0x0a, 0xcf, 0x01, 0x50, 0xdf, 0xd3, 0x04, 0x71, 0x8d, 0x4a, 0x7b, 0x20, 0x21, 0x9e, 0x1f, 0x59, 0xff, 0xbb, 0xb9, 0xab, 0x1a, 0x8d, 0xf4, 0x71, 0x66, 0x47, 0x68, 0xea, 0xff, 0x97, 0x09, 0x70, 0x79, 0x32, 0x00, 0x86, 0xee, 0x4f, 0x6f, 0x3e, 0x48, 0x00, 0x04, 0xc0, 0x07, 0x43, 0x35, 0x00, 0x3c, 0x00, 0x7f, 0x37, 0xa3, 0x55, 0xe2, 0x33, 0xd9, 0xbd, 0x40, 0x85, 0x2f, 0xb5, 0xfb, 0x64, 0xb8, 0xec, 0xa9, 0x13, 0xf1, 0x6f, 0x90, 0xca, 0xd8, 0x2f, 0xd3, 0x89, 0xc8, 0xa4, 0xac, 0xc6, 0xb3, 0x40, 0x7f, 0x05, 0x00, 0xa2, 0x32, 0xcf, 0xc9, 0x36, 0x79, 0xdc, 0x4b, 0x45, 0x47, 0x18, 0x12, 0x60, 0xcb, 0x48, 0x73, 0xd4, 0xe7, 0xa1, 0x87, 0x98, 0xbe, 0x2b, 0x08, 0x20, 0x68, 0x0f, 0x08, 0x10, 0x68, 0xea, 0x90, 0xd4, 0xa7, 0x65, 0x15, 0x59, 0x4f, 0xa9, 0x0e, 0x65, 0x4a, 0x03, 0xbd, 0xbc, 0xb2, 0xaf, 0xb4, 0x13, 0x94, 0xf1, 0xda, 0x4f, 0x73, 0xa5, 0x0a, 0x22, 0xe7, 0x3f, 0xd7, 0x6a, 0xaa, 0x8e, 0xac, 0x4e, 0xeb, 0xa3, 0x1a, 0xdd, 0xd6, 0x29, 0x57, 0xa7, 0x3e, 0xf9, 0x25, 0x98, 0xed, 0x69, 0x94, 0x3d, 0xd6, 0x28, 0xc3, 0x57, 0xe5, 0xfd, 0x68, 0xb3, 0x00, 0x8c, 0xf2, 0x47, 0x65, 0xfc, 0x8a, 0x66, 0xb8, 0xac, 0x02, 0xac, 0x40, 0xa5, 0x3f, 0xc8, 0xfc, 0x1f, 0xee, 0xfe, 0xc4, 0x08, 0x30, 0xea, 0xff, 0x15, 0x31, 0xf8, 0x7b, 0x37, 0x6b, 0x93, 0x70, 0x1e, 0x00, 0x40, 0x0c, 0x0c, 0xb6, 0x4c, 0xbf, 0x25, 0x7b, 0x3a, 0x74, 0x7e, 0x25, 0xde, 0xeb, 0x65, 0x93, 0x0e, 0x9d, 0x3d, 0x63, 0xf4, 0xca, 0x3f, 0x22, 0x15, 0xb1, 0x0e, 0x5e, 0x32, 0x3a, 0x1d, 0x51, 0x9e, 0xb5, 0x20, 0x26, 0x19, 0xff, 0x51, 0xa8, 0x04, 0x48, 0xc5, 0x22, 0x06, 0xd7, 0x59, 0xd1, 0x93, 0x13, 0x3f, 0x1f, 0xf5, 0x79, 0xfc, 0xb7, 0xec, 0xd2, 0xb7, 0x05, 0x40, 0x20, 0x74, 0xe3, 0x30, 0xf7, 0xa8, 0xe6, 0x1d, 0x52, 0xd9, 0xa3, 0x3d, 0x95, 0x34, 0x10, 0xfe, 0xf7, 0xda, 0x52, 0x03, 0x0c, 0x4a, 0x3d, 0x12, 0xc1, 0x2a, 0xfe, 0x58, 0xa3, 0x36, 0xd1, 0x5e, 0x93, 0xef, 0x49, 0x23, 0xbb, 0x8f, 0xcc, 0xed, 0x37, 0xfc, 0xfc, 0x42, 0x12, 0xd5, 0x05, 0x72, 0x7d, 0x44, 0xc0, 0x4b, 0x18, 0xbd, 0xb5, 0xdd, 0x55, 0xeb, 0x43, 0xa9, 0xfa, 0x84, 0x04, 0xbe, 0x36, 0xab, 0xc1, 0x78, 0x9e, 0xc8, 0xfd, 0xdf, 0xa0, 0xf9, 0xfe, 0x45, 0xfe, 0x3f, 0x2d, 0x81, 0xc4, 0x22, 0xf8, 0x8e, 0xa6, 0xfa, 0x53, 0xc5, 0x00, 0x40, 0xf6, 0xde, 0x6e, 0x02, 0x60, 0x79, 0xf7, 0xe0, 0x10, 0xbd, 0x7c, 0x5b, 0x10, 0x73, 0x2e, 0x60, 0x48, 0xc6, 0xff, 0x82, 0xa4, 0x62, 0xc5, 0x1e, 0xed, 0xf1, 0x19, 0x70, 0x6b, 0x55, 0x5e, 0xfd, 0xdf, 0xe1, 0x11, 0xc5, 0x5f, 0xfc, 0x31, 0x1c, 0xb6, 0xab, 0x0f, 0xc2, 0xa3, 0x43, 0xdd, 0xe8, 0x98, 0x4f, 0x36, 0xea, 0xd3, 0xdf, 0xde, 0x87, 0xe9, 0xbd, 0x9c, 0x0b, 0x12, 0x61, 0x14, 0xef, 0x32, 0x41, 0x20, 0x4b, 0x07, 0xeb, 0xb5, 0x48, 0xaa, 0xd6, 0x5c, 0x4a, 0x4f, 0x9d, 0x30, 0xdc, 0xa5, 0xd2, 0x65, 0x5a, 0x6a, 0xe6, 0x14, 0xc9, 0xdc, 0x22, 0x73, 0x1b, 0xef, 0x19, 0x09, 0x6d, 0xa5, 0xac, 0xac, 0xb1, 0xa6, 0xb7, 0xd6, 0xe1, 0x2d, 0x10, 0xe5, 0xad, 0x13, 0x6a, 0x8f, 0x22, 0x7e, 0xa2, 0xf9, 0xfc, 0x33, 0x72, 0x7e, 0x64, 0xe7, 0x87, 0x30, 0xcf, 0x4f, 0xa1, 0xd6, 0x01, 0x82, 0xb7, 0x42, 0x5f, 0x27, 0xd2, 0x9f, 0x51, 0xf7, 0xcf, 0xa7, 0xe9, 0xcf, 0xa6, 0xf7, 0x87, 0xe9, 0xff, 0x6e, 0x65, 0x2e, 0xef, 0x82, 0xf7, 0x00, 0x6b, 0x0d, 0x7f, 0x70, 0x06, 0x7d, 0xcd, 0xf0, 0xc8, 0x65, 0x71, 0x41, 0xda, 0x92, 0xc8, 0xd6, 0x80, 0xa1, 0x3a, 0xf2, 0x97, 0xd8, 0x62, 0x0f, 0xb9, 0x01, 0x3b, 0xa4, 0x78, 0x49, 0xab, 0x5d, 0xa1, 0x87, 0x66, 0xf2, 0x19, 0xb7, 0x6c, 0xcc, 0xa7, 0xbf, 0x67, 0x38, 0xe3, 0x7c, 0x9f, 0x70, 0x10, 0x6c, 0x2f, 0x56, 0x9e, 0x21, 0x61, 0x0f, 0xec, 0xd1, 0x5c, 0xa4, 0x46, 0xb0, 0xac, 0x44, 0xf3, 0xb2, 0x68, 0xc6, 0x71, 0xad, 0xaa, 0x2e, 0x93, 0xde, 0x22, 0x4d, 0x45, 0x62, 0x79, 0x45, 0x3a, 0x28, 0x74, 0x69, 0x51, 0xaa, 0xaa, 0xb8, 0x82, 0xd9, 0x9c, 0x32, 0xb1, 0xad, 0x97, 0xec, 0xf2, 0x9c, 0xd9, 0xe4, 0xaa, 0x24, 0x94, 0xf8, 0xe5, 0xf4, 0x17, 0xbd, 0xed, 0x89, 0x74, 0x7b, 0xf2, 0xac, 0xcf, 0x2d, 0x2a, 0xef, 0xc7, 0xd7, 0xb8, 0xbf, 0xa7, 0x15, 0xbf, 0xf8, 0x19, 0xc6, 0x6f, 0xae, 0x8c, 0xfe, 0x52, 0xee, 0x9f, 0x8a, 0x31, 0x0f, 0xd0, 0xa1, 0x07, 0xd4, 0x6e, 0xc8, 0x68, 0x8e, 0xf5, 0xa9, 0x2d, 0x8a, 0x3f, 0x5f, 0x60, 0x98, 0x17, 0xfd, 0xc7, 0xb3, 0xc9, 0xf8, 0x7f, 0x64, 0x3f, 0xd0, 0xe8, 0x6c, 0x03, 0x00, 0x0d, 0x53, 0xd4, 0x7c, 0x5b, 0xdc, 0xfb, 0xa7, 0x71, 0xce, 0xc7, 0x87, 0x41, 0x6c, 0x37, 0x41, 0x40, 0x76, 0x07, 0x0d, 0x63, 0x96, 0x36, 0x11, 0x54, 0x89, 0x48, 0xa8, 0xab, 0x54, 0xc5, 0x0d, 0x74, 0x63, 0x99, 0x04, 0x1e, 0x7d, 0x83, 0xb3, 0xf7, 0x36, 0x3e, 0xa7, 0xa7, 0x33, 0x84, 0xb9, 0x38, 0x8d, 0xea, 0xae, 0x20, 0x38, 0x6b, 0x4b, 0xd4, 0x00, 0xbc, 0xdd, 0xdd, 0x94, 0x91, 0xaf, 0x4f, 0x84, 0xd7, 0xfb, 0xfe, 0x68, 0xad, 0x4f, 0x8c, 0xda, 0x5f, 0x3d, 0xf5, 0x59, 0x2f, 0x7f, 0x5c, 0x0a, 0x2a, 0x10, 0x55, 0x7f, 0x30, 0xf9, 0x0d, 0x0c, 0x5f, 0xae, 0xfe, 0xf8, 0x1b, 0x86, 0x1b, 0x00, 0xf0, 0x37, 0x8f, 0x0e, 0x02, 0x60, 0x61, 0x56, 0xc7, 0x85, 0x6d, 0x8b, 0x72, 0x7e, 0x97, 0x97, 0x8c, 0x8c, 0x31, 0x0c, 0xe1, 0xf5, 0x03, 0xcd, 0x19, 0xb7, 0x47, 0x7f, 0xa3, 0xf4, 0xde, 0xad, 0xbc, 0x08, 0x9c, 0x13, 0x87, 0xa1, 0x0e, 0xed, 0xe2, 0xb6, 0x01, 0xf5, 0xa1, 0x97, 0xc8, 0x3a, 0x02, 0x65, 0x64, 0x8a, 0xa9, 0x8b, 0x3d, 0xa5, 0x7d, 0xa0, 0x6a, 0x6f, 0x15, 0x18, 0x54, 0xff, 0x21, 0xad, 0x19, 0x57, 0x60, 0xab, 0xcf, 0x05, 0x88, 0xde, 0xa8, 0xe8, 0xd2, 0xd5, 0x2f, 0x9d, 0xfb, 0xab, 0xff, 0x5b, 0x86, 0xd1, 0xab, 0x67, 0x7b, 0xea, 0x6e, 0xcf, 0x2d, 0x5a, 0xe3, 0xab, 0x80, 0xe7, 0x47, 0x4c, 0x82, 0x91, 0xae, 0xcf, 0xd5, 0x66, 0xee, 0x0f, 0xf5, 0xfd, 0x63, 0xf2, 0x1b, 0x12, 0x7f, 0x25, 0x9b, 0x07, 0x40, 0xea, 0xa7, 0x99, 0x00, 0x58, 0xd5, 0xa7, 0x55, 0xf5, 0xc0, 0x76, 0x5d, 0x08, 0x09, 0x51, 0x11, 0xff, 0x89, 0xd9, 0x1a, 0xb1, 0x03, 0x18, 0xbf, 0xcf, 0x18, 0x33, 0x6e, 0xfd, 0x1d, 0x03, 0x94, 0xeb, 0x4f, 0x07, 0xc1, 0x36, 0xcd, 0x30, 0xde, 0xa9, 0x40, 0xa0, 0x72, 0x87, 0x54, 0xe4, 0x58, 0xa5, 0x18, 0x94, 0x68, 0x2d, 0x47, 0xb4, 0x02, 0x1b, 0x51, 0x6f, 0x5c, 0xdb, 0x53, 0xa9, 0x2e, 0xb5, 0x3d, 0x0d, 0x75, 0x49, 0x11, 0x7a, 0xe0, 0x73, 0x75, 0xc1, 0xad, 0xe7, 0x29, 0x69, 0xa5, 0x8d, 0x22, 0xc1, 0x8d, 0x27, 0xb9, 0x05, 0xfd, 0xfd, 0x32, 0xdd, 0x21, 0x43, 0xef, 0xd7, 0x54, 0x9f, 0x8d, 0x66, 0xda, 0xb3, 0xec, 0xfd, 0xa3, 0x95, 0x3e, 0x22, 0xf7, 0x77, 0x29, 0xf7, 0xcf, 0x55, 0xb9, 0x3f, 0xa8, 0xfb, 0x57, 0xc0, 0xf9, 0xbe, 0xd9, 0x45, 0x23, 0xfe, 0x19, 0x2c, 0x05, 0x62, 0xbe, 0xa9, 0xff, 0x9f, 0xad, 0x88, 0xfe, 0x1f, 0x4b, 0x99, 0x17, 0x71, 0x99, 0x83, 0xf1, 0xa2, 0x6c, 0x1e, 0xaf, 0x36, 0xdf, 0x16, 0xeb, 0x55, 0x31, 0xe1, 0x0b, 0x41, 0x80, 0x7a, 0x30, 0xd5, 0x85, 0x3f, 0x51, 0x86, 0xb1, 0x11, 0x27, 0xd8, 0xad, 0xe9, 0xd2, 0x7b, 0x98, 0x34, 0x90, 0xaa, 0x46, 0x9d, 0x19, 0x37, 0x30, 0x03, 0x68, 0x3d, 0x64, 0x5e, 0x4e, 0x30, 0xc7, 0x28, 0xb8, 0xcd, 0xc2, 0x15, 0x7d, 0x9e, 0x97, 0xc6, 0xf1, 0x6b, 0x4b, 0x02, 0x9d, 0xdd, 0x38, 0xe7, 0x17, 0xde, 0x1e, 0xdd, 0xd7, 0x1f, 0x2c, 0x74, 0xd1, 0xf4, 0x7e, 0x96, 0xef, 0xaf, 0x4a, 0x1e, 0x55, 0xd6, 0x27, 0x9f, 0x03, 0x86, 0x75, 0xbf, 0x62, 0x08, 0x06, 0xe8, 0xfe, 0xee, 0x0a, 0xcd, 0xf5, 0xb9, 0x08, 0xb9, 0x3f, 0x4f, 0x7d, 0x40, 0xee, 0x8f, 0xfa, 0xff, 0xfb, 0x83, 0x79, 0xb7, 0x6b, 0xb6, 0xfd, 0x5d, 0x13, 0x33, 0x07, 0xe6, 0x5d, 0x8a, 0x51, 0xd9, 0xf6, 0x0d, 0x80, 0xc8, 0x83, 0x66, 0x3c, 0x60, 0x18, 0x27, 0x7e, 0x3e, 0xe3, 0xf6, 0xb3, 0xc7, 0x01, 0x00, 0x45, 0x12, 0x04, 0x92, 0x2b, 0xea, 0x86, 0x31, 0x07, 0x81, 0xb0, 0x0b, 0xe4, 0xd6, 0xa4, 0x01, 0xd1, 0x63, 0x06, 0xf5, 0x3d, 0x54, 0x81, 0x4d, 0x6d, 0x26, 0x20, 0xfc, 0x90, 0x9f, 0x75, 0x02, 0x27, 0xc1, 0xcf, 0xd4, 0xf6, 0x50, 0x15, 0x6b, 0x06, 0xd0, 0x78, 0x70, 0x4b, 0x8c, 0x3a, 0xd5, 0xbd, 0x3d, 0xbb, 0xbb, 0xf3, 0x2e, 0x6f, 0xc5, 0x5a, 0xb7, 0xe7, 0xc0, 0x04, 0x78, 0xdd, 0xeb, 0x23, 0xba, 0xbe, 0x71, 0xc3, 0x57, 0xb6, 0x3d, 0x79, 0x4f, 0x79, 0x7e, 0x44, 0xfb, 0x43, 0x8f, 0x73, 0x7f, 0xe6, 0xfa, 0x64, 0xc4, 0x4f, 0xc7, 0x4e, 0x35, 0x4c, 0x55, 0x00, 0x38, 0x38, 0x03, 0x7e, 0x7f, 0x50, 0x10, 0x00, 0xbf, 0xb3, 0x14, 0x79, 0xb1, 0x01, 0x50, 0x1e, 0xb9, 0xda, 0xb8, 0x84, 0xea, 0x3c, 0x36, 0xa3, 0x8b, 0x0f, 0x77, 0xc6, 0x89, 0x8d, 0xfe, 0xce, 0xa1, 0x20, 0xfa, 0x39, 0x31, 0xe8, 0xea, 0xd0, 0x56, 0x11, 0x27, 0x28, 0x02, 0x02, 0xea, 0x96, 0xe1, 0x21, 0xd2, 0xbd, 0x44, 0xa4, 0x46, 0xcb, 0x23, 0xaa, 0xed, 0x9e, 0x61, 0x94, 0x2a, 0x62, 0x0e, 0x64, 0x9c, 0x86, 0x6c, 0xa2, 0xff, 0x8e, 0x56, 0xc2, 0x28, 0x80, 0x25, 0x74, 0x7d, 0x46, 0xf8, 0x25, 0x92, 0xf0, 0xe5, 0xb0, 0x6b, 0xc1, 0xf5, 0x77, 0xa2, 0x2d, 0x13, 0xc2, 0xf9, 0xb7, 0x70, 0xb0, 0x07, 0xf4, 0xfe, 0xa0, 0xea, 0x83, 0x39, 0xff, 0xfe, 0x1a, 0xde, 0xf8, 0x8a, 0x77, 0x7e, 0xf0, 0x78, 0xde, 0x8f, 0x48, 0x7c, 0xc3, 0xc8, 0xaf, 0x9b, 0x02, 0xdd, 0xfe, 0xed, 0x12, 0x49, 0xf8, 0x74, 0x53, 0xf5, 0xa7, 0x53, 0x70, 0x3e, 0x40, 0x4f, 0x4b, 0x91, 0x17, 0x3d, 0xa0, 0x56, 0xfa, 0x75, 0xb8, 0xa0, 0xfd, 0x86, 0x1a, 0xb4, 0xff, 0x36, 0x35, 0xdc, 0xf9, 0xf8, 0x53, 0xc4, 0xff, 0xf4, 0x2e, 0x4e, 0x04, 0x3a, 0x08, 0x34, 0x20, 0x6c, 0xcb, 0x54, 0x89, 0x0c, 0x03, 0x79, 0x97, 0xe6, 0x2e, 0xad, 0xe9, 0xae, 0xb8, 0x72, 0xad, 0xca, 0x29, 0x0a, 0xee, 0x6c, 0xaf, 0xeb, 0xef, 0x49, 0x49, 0xa2, 0xf7, 0xf0, 0xd4, 0x08, 0x5f, 0xb9, 0x38, 0x55, 0x5b, 0x13, 0xa2, 0xfb, 0xf9, 0xb7, 0x87, 0x13, 0xbf, 0xd1, 0xed, 0xf9, 0x63, 0xd6, 0xef, 0xc7, 0xe7, 0x6d, 0xcf, 0x69, 0xb5, 0x97, 0x54, 0x7d, 0xb4, 0xa8, 0xaf, 0xe8, 0xfb, 0x83, 0x79, 0xff, 0x48, 0xfc, 0x6f, 0x72, 0xee, 0xcf, 0x87, 0xe1, 0xf9, 0x5b, 0xcb, 0x14, 0xf1, 0xc3, 0xf6, 0xb7, 0x06, 0x7b, 0x01, 0x45, 0x0f, 0x92, 0x17, 0xc2, 0xa3, 0xf6, 0x76, 0x5d, 0x78, 0x3b, 0xe0, 0x1e, 0xc3, 0x13, 0xb1, 0xba, 0x97, 0x1c, 0xec, 0x2c, 0x66, 0xdc, 0xfa, 0x5b, 0x4a, 0x19, 0x08, 0xb8, 0x2e, 0x4c, 0x9b, 0x41, 0x09, 0x20, 0x48, 0x69, 0x20, 0x54, 0xa2, 0x6e, 0xcc, 0x4b, 0x14, 0x04, 0xc2, 0xee, 0xee, 0x2a, 0xab, 0x54, 0x04, 0xd1, 0x6a, 0x35, 0xc9, 0x10, 0x04, 0x86, 0xd1, 0x96, 0x45, 0x33, 0xa4, 0xa5, 0x41, 0xad, 0xec, 0x0c, 0xe9, 0x82, 0x15, 0x6a, 0x8e, 0xf4, 0xf0, 0x70, 0xc2, 0xdf, 0xad, 0xa5, 0x37, 0xec, 0xe8, 0x66, 0x78, 0x7b, 0xc2, 0x88, 0xdf, 0xdb, 0xd8, 0xd5, 0xe8, 0xf6, 0x86, 0x2d, 0xcf, 0xa9, 0xbf, 0x5f, 0x78, 0x7d, 0xf4, 0x8c, 0xcf, 0xe5, 0xa2, 0xe8, 0x9d, 0xf5, 0xfd, 0xa1, 0x69, 0x0f, 0xc2, 0xf3, 0x93, 0x42, 0xa9, 0x9a, 0x4f, 0x39, 0xbe, 0x0e, 0x00, 0x6f, 0x69, 0x89, 0x19, 0xfd, 0x4d, 0xc4, 0x1e, 0xb5, 0x94, 0xf8, 0x55, 0x49, 0x01, 0x1a, 0x62, 0xd7, 0xa2, 0xc2, 0x28, 0x05, 0x8e, 0xdc, 0xaf, 0x86, 0x3b, 0xe3, 0x7c, 0xdb, 0x7d, 0xb7, 0x31, 0xdf, 0xb7, 0x70, 0x03, 0x22, 0x57, 0x0c, 0x53, 0x89, 0x32, 0x0c, 0x64, 0x9e, 0x56, 0x60, 0x48, 0x04, 0x2d, 0x92, 0x2c, 0xa5, 0x82, 0x29, 0x1d, 0x88, 0xe6, 0x45, 0x32, 0xdc, 0x97, 0xb5, 0x9a, 0x87, 0x89, 0x73, 0x7c, 0x62, 0x10, 0x3d, 0x6f, 0x62, 0xab, 0xa7, 0x35, 0x04, 0xb9, 0xfe, 0x76, 0xde, 0xdb, 0x73, 0x5b, 0x91, 0x91, 0xe3, 0xe3, 0x6f, 0x36, 0x89, 0x5f, 0x75, 0x7b, 0x56, 0x7a, 0xbf, 0xcc, 0xf7, 0x59, 0x93, 0xcf, 0xdb, 0x9e, 0x77, 0xa2, 0x29, 0x0f, 0x34, 0xe5, 0x99, 0x46, 0x7d, 0x73, 0x59, 0xd1, 0x8b, 0xf0, 0xfc, 0x20, 0xf7, 0xdf, 0x74, 0xa3, 0x41, 0xfc, 0xe8, 0x0a, 0x45, 0x9b, 0xc0, 0x38, 0xef, 0x44, 0xf4, 0xa7, 0x96, 0x12, 0xbf, 0xc2, 0xc5, 0x8a, 0x71, 0xf4, 0x5e, 0xa1, 0x43, 0x8c, 0xe1, 0xce, 0xb8, 0xbd, 0x2d, 0x7d, 0x18, 0x08, 0x36, 0x84, 0x81, 0x40, 0x93, 0x06, 0x7a, 0x0e, 0x91, 0x1e, 0x41, 0xce, 0x50, 0x8d, 0x02, 0x92, 0x41, 0x03, 0x85, 0xd4, 0xdb, 0x6b, 0xcc, 0x2d, 0x01, 0xb3, 0x87, 0x17, 0xac, 0xef, 0x31, 0xd5, 0x1c, 0x83, 0xf8, 0x77, 0x16, 0x2b, 0xf7, 0xe6, 0x0e, 0x5e, 0xd4, 0xb2, 0x5d, 0x9b, 0xee, 0xa2, 0x57, 0x77, 0xe9, 0x83, 0xee, 0xf4, 0x26, 0x57, 0x3c, 0xd3, 0x93, 0x1a, 0xbd, 0xba, 0xcb, 0x53, 0x8b, 0xf8, 0xba, 0x6f, 0xb3, 0x8a, 0x2f, 0x96, 0xf3, 0x13, 0x97, 0x39, 0x3f, 0x94, 0xfb, 0xa3, 0xeb, 0xb3, 0x31, 0xc0, 0xfd, 0xd7, 0xf4, 0x0f, 0xaa, 0x3f, 0x2b, 0x2c, 0x05, 0x7e, 0xd5, 0x6a, 0x50, 0x2a, 0xd2, 0xd9, 0xb8, 0x14, 0xcc, 0x0d, 0xa2, 0x52, 0xe0, 0xd7, 0x6a, 0xbe, 0x2d, 0xf6, 0xea, 0xc7, 0x00, 0x10, 0x6e, 0xae, 0x1b, 0xa3, 0x71, 0xec, 0x6d, 0x34, 0xed, 0x02, 0x4f, 0x8f, 0x19, 0x7c, 0x52, 0xc4, 0xb9, 0x6d, 0xa6, 0xc7, 0xc8, 0x08, 0xa2, 0xe9, 0x6e, 0xc9, 0xdd, 0xdc, 0x4d, 0xb9, 0x5b, 0x94, 0x25, 0x0a, 0xaf, 0x92, 0xfe, 0x59, 0xd3, 0x95, 0x99, 0xe1, 0xd6, 0x14, 0x1c, 0xbf, 0x45, 0xc2, 0xd7, 0x5c, 0x9d, 0x7a, 0x8f, 0x7f, 0xbd, 0xc8, 0xfd, 0xc3, 0x40, 0xae, 0xcf, 0x6a, 0xad, 0xda, 0x0b, 0xb9, 0xff, 0x62, 0x96, 0xf1, 0x49, 0x83, 0x5e, 0xe8, 0xf6, 0x74, 0x62, 0xc4, 0x93, 0xba, 0xff, 0x4d, 0x1a, 0xf1, 0xdf, 0xcf, 0xb8, 0x7f, 0x60, 0x48, 0x36, 0x00, 0xa5, 0xbf, 0xa5, 0xc0, 0xaf, 0x5a, 0x0d, 0x22, 0x57, 0xfc, 0x81, 0x97, 0x8c, 0x7d, 0x64, 0x48, 0x81, 0x0d, 0x03, 0xe4, 0x60, 0x67, 0x31, 0xe3, 0xd6, 0xff, 0xa4, 0x3f, 0x53, 0x05, 0x90, 0x33, 0x6e, 0xd0, 0xdc, 0x83, 0x01, 0x69, 0x20, 0x5d, 0xa6, 0x9f, 0x70, 0x20, 0x6c, 0xd3, 0x40, 0x10, 0x90, 0x0a, 0x52, 0x45, 0x0a, 0x93, 0x0e, 0x9c, 0xb8, 0xc5, 0x0e, 0x7b, 0x5f, 0xfc, 0x2e, 0x91, 0xdc, 0xbe, 0x9b, 0xf9, 0xef, 0x48, 0xc2, 0x57, 0x45, 0x2d, 0xd2, 0x7e, 0xd9, 0x9c, 0xe9, 0xea, 0x34, 0x3a, 0x3c, 0x53, 0x7f, 0xbf, 0xd6, 0xe8, 0x8a, 0xeb, 0xfd, 0xee, 0x72, 0xe5, 0xf3, 0x77, 0x17, 0x71, 0xe2, 0x17, 0xdc, 0x3f, 0xc5, 0x08, 0xdc, 0x5b, 0x02, 0xff, 0xa7, 0xa6, 0xfb, 0x19, 0xe1, 0xe3, 0x86, 0xe7, 0xde, 0xca, 0xbe, 0x81, 0x91, 0x48, 0xd1, 0xad, 0x36, 0x9f, 0xe7, 0x52, 0x51, 0x83, 0x52, 0xd1, 0xc2, 0x80, 0x68, 0x26, 0xe4, 0xd0, 0x9d, 0x6a, 0xb8, 0x33, 0xee, 0x43, 0xf7, 0x01, 0x67, 0x2c, 0xe6, 0x20, 0xe0, 0x06, 0x22, 0xb7, 0x0d, 0xa8, 0xab, 0x74, 0x23, 0x27, 0xa8, 0x2d, 0x45, 0xa6, 0x5a, 0x24, 0x54, 0x23, 0x19, 0x3f, 0x50, 0x2a, 0x12, 0xd9, 0xa1, 0x19, 0xa7, 0x3b, 0x34, 0x63, 0x55, 0xe3, 0xe4, 0x64, 0xa7, 0xe6, 0x66, 0x15, 0x84, 0xae, 0x1b, 0xb5, 0x7a, 0xd7, 0x66, 0x41, 0xf0, 0xdb, 0x15, 0xe1, 0x1b, 0x53, 0xdd, 0xb7, 0x98, 0x4d, 0xad, 0x64, 0x65, 0xd7, 0xc7, 0x9a, 0xb7, 0x47, 0xe8, 0xfc, 0x3a, 0xf1, 0x0b, 0x8f, 0x8f, 0xf0, 0xf7, 0x8b, 0x6c, 0x4f, 0x9a, 0xef, 0xa3, 0xf2, 0xfd, 0x19, 0x57, 0x8f, 0x83, 0xb1, 0x3e, 0x45, 0x12, 0x3e, 0x6e, 0xbf, 0x76, 0x0a, 0x7d, 0xdd, 0xce, 0x06, 0xbe, 0x94, 0x41, 0x90, 0x88, 0x2e, 0x37, 0x3c, 0x42, 0x38, 0xd2, 0x47, 0x1b, 0xee, 0x4c, 0xc7, 0x7c, 0xd6, 0x95, 0xb1, 0xea, 0xa7, 0xf5, 0x5c, 0x1d, 0xda, 0xa0, 0xab, 0x44, 0x4a, 0x1a, 0xd0, 0xc2, 0x91, 0xcd, 0xaa, 0x87, 0xbe, 0x67, 0x18, 0xcb, 0xc5, 0x99, 0xee, 0x53, 0xfe, 0x48, 0xb6, 0xeb, 0xc6, 0x6a, 0x2b, 0xf6, 0x36, 0xcd, 0xb0, 0x15, 0x44, 0x1f, 0xa6, 0xe3, 0x6f, 0xd1, 0x0a, 0x5a, 0x36, 0x89, 0x96, 0xe6, 0x66, 0x69, 0xa3, 0xaf, 0xb7, 0x37, 0x5f, 0xd7, 0x25, 0x83, 0xf3, 0x1b, 0x7d, 0x7e, 0x78, 0xae, 0xbf, 0x27, 0xbc, 0x3e, 0xdc, 0xe7, 0xcf, 0xf2, 0xaa, 0xae, 0x97, 0x84, 0xcf, 0x36, 0x30, 0x8e, 0xa5, 0x3d, 0x02, 0x85, 0x2f, 0xd1, 0x0f, 0x6c, 0xe4, 0xf7, 0x12, 0x5b, 0x2c, 0xe7, 0x5c, 0x1b, 0x9d, 0x84, 0x52, 0x60, 0xef, 0x38, 0x73, 0xbe, 0x2d, 0x6c, 0x7f, 0x53, 0x3f, 0xd6, 0x01, 0x59, 0x70, 0xca, 0x8f, 0x38, 0x01, 0x7d, 0xac, 0x79, 0x8a, 0x3e, 0x2e, 0x54, 0xba, 0xf5, 0x66, 0x95, 0x4e, 0x61, 0x48, 0x05, 0xc3, 0x73, 0xa4, 0x01, 0x62, 0x5b, 0xc0, 0x5b, 0xb3, 0x4d, 0x05, 0xdd, 0xa4, 0x4d, 0xb1, 0x2d, 0xa0, 0xd7, 0x0b, 0x9b, 0x23, 0x0b, 0xe1, 0x53, 0x0f, 0xcf, 0x26, 0x93, 0xe8, 0x83, 0x2d, 0x0d, 0x05, 0xf1, 0xcb, 0x1c, 0x1f, 0x83, 0xf3, 0x6b, 0x89, 0x6e, 0xa2, 0xcd, 0xa1, 0xa8, 0xf4, 0x72, 0x62, 0xd2, 0xeb, 0xe3, 0xbd, 0x55, 0xc4, 0x0c, 0x5f, 0x0d, 0x00, 0xfe, 0xc6, 0x8c, 0xb2, 0x47, 0xf4, 0x04, 0x15, 0x58, 0x8a, 0xbb, 0x34, 0xa5, 0x40, 0xc2, 0x4c, 0x92, 0xc3, 0x5e, 0x96, 0xf7, 0x1a, 0x00, 0x20, 0x87, 0xee, 0x01, 0x2e, 0x57, 0x44, 0xdd, 0x82, 0x3e, 0xf7, 0x8f, 0x7b, 0x1f, 0x0a, 0x89, 0x50, 0xa8, 0x62, 0x06, 0x42, 0x32, 0x6c, 0x64, 0xc4, 0xa7, 0x4b, 0x05, 0x5d, 0x25, 0x11, 0xd2, 0xc1, 0xd3, 0x40, 0xe1, 0x49, 0x43, 0x3a, 0x64, 0x6f, 0x2d, 0x32, 0x5b, 0x94, 0xeb, 0x46, 0xad, 0x41, 0xf4, 0x42, 0xd5, 0x09, 0x21, 0x7c, 0x31, 0xd1, 0x51, 0xe4, 0xf6, 0x88, 0xba, 0xde, 0xf7, 0x59, 0x94, 0x97, 0xe6, 0xf8, 0x04, 0x38, 0x3f, 0xf5, 0xf8, 0x20, 0xf1, 0xbf, 0x25, 0x88, 0x9f, 0x27, 0xbb, 0x71, 0xbd, 0x9f, 0x9e, 0x55, 0xdd, 0x54, 0x93, 0xfb, 0x37, 0xdc, 0x01, 0x12, 0x22, 0x37, 0x08, 0x80, 0xb7, 0x2c, 0xa5, 0x5d, 0xaa, 0x06, 0x71, 0xc5, 0xd5, 0x7f, 0x13, 0xec, 0x1d, 0xea, 0xbd, 0x5f, 0x6a, 0x02, 0x00, 0x47, 0x7d, 0xee, 0x9b, 0x0a, 0x5c, 0x12, 0x0b, 0xc1, 0xbb, 0x30, 0x5d, 0x79, 0xbd, 0x52, 0x8b, 0x3c, 0x0d, 0x08, 0xde, 0xc7, 0xca, 0x46, 0x90, 0xae, 0xd3, 0x80, 0x8a, 0xe4, 0x09, 0x40, 0x6c, 0xd6, 0x09, 0x38, 0x48, 0xd8, 0xea, 0x35, 0x4f, 0x23, 0x76, 0x61, 0x70, 0xcb, 0x81, 0xd5, 0x7a, 0xd3, 0xda, 0x4d, 0x01, 0x3d, 0x5f, 0xb4, 0x31, 0xd7, 0xcb, 0x19, 0xd7, 0x2b, 0x7d, 0x9f, 0x06, 0xb9, 0x44, 0x63, 0x5b, 0x5d, 0xe7, 0x97, 0x6a, 0x4f, 0xae, 0x51, 0xe3, 0xeb, 0x89, 0x68, 0x2f, 0xaa, 0x3e, 0x00, 0x02, 0x7f, 0xc7, 0xf8, 0x80, 0xea, 0x03, 0x86, 0xef, 0xf2, 0x5e, 0x41, 0xe2, 0x3f, 0x41, 0xca, 0xbf, 0xe2, 0x1e, 0x3c, 0x76, 0xb5, 0x14, 0x17, 0x88, 0x5c, 0x97, 0x61, 0x10, 0x37, 0x94, 0x99, 0x33, 0x6e, 0x61, 0xfb, 0x35, 0x63, 0xa9, 0x9a, 0x40, 0x39, 0x26, 0x72, 0xce, 0xf5, 0x5d, 0x14, 0x51, 0x71, 0x20, 0xd0, 0xae, 0x69, 0xe8, 0x53, 0xd7, 0x38, 0x2f, 0x25, 0x44, 0x0d, 0x0c, 0x72, 0x6f, 0xd6, 0xed, 0x06, 0x2d, 0xbe, 0x10, 0xd8, 0x86, 0x17, 0x47, 0xa4, 0x2c, 0x0b, 0x15, 0x27, 0xa8, 0xe3, 0xeb, 0x2a, 0x99, 0x50, 0x77, 0x3e, 0x52, 0x05, 0x2d, 0x72, 0xa6, 0xaf, 0xae, 0xef, 0x0b, 0x3f, 0xff, 0x0a, 0x16, 0xe5, 0x95, 0x9c, 0x5f, 0xa8, 0x3d, 0xd4, 0xe3, 0x13, 0x93, 0x99, 0x9e, 0x54, 0xef, 0xff, 0x68, 0x78, 0x06, 0xf1, 0xfb, 0x1b, 0x47, 0x65, 0xa8, 0x3e, 0x5e, 0x22, 0x3a, 0xda, 0x52, 0x58, 0xdb, 0x08, 0x8e, 0xcd, 0x37, 0x63, 0x03, 0x31, 0x42, 0x0e, 0x4e, 0x35, 0xe7, 0xdc, 0x22, 0x08, 0xb6, 0x0d, 0x63, 0xad, 0x40, 0x30, 0x42, 0x8a, 0x7a, 0x33, 0x12, 0xd2, 0x07, 0x0a, 0x08, 0xd4, 0x8f, 0xfe, 0x21, 0x6f, 0x1f, 0xa2, 0xb9, 0x4e, 0x75, 0x30, 0xf8, 0x7c, 0xc6, 0x96, 0xf4, 0x22, 0x6d, 0xe2, 0x6a, 0xcb, 0xe6, 0xae, 0xa1, 0x20, 0x11, 0x84, 0xee, 0xe9, 0xaf, 0x6f, 0x2c, 0x34, 0x23, 0xb8, 0xfa, 0xe8, 0xd2, 0x0d, 0x5a, 0xff, 0xfe, 0xf5, 0x9a, 0xb4, 0xe2, 0x5c, 0x5f, 0x36, 0xb3, 0xd5, 0x89, 0x7f, 0x79, 0x9e, 0x6c, 0x6c, 0xc5, 0xa6, 0xbb, 0x74, 0x60, 0x29, 0xce, 0x58, 0xe1, 0x35, 0x5f, 0x0b, 0x76, 0x21, 0x51, 0xaf, 0xe9, 0x9f, 0x49, 0xfc, 0x98, 0xee, 0x5c, 0x11, 0x0f, 0x26, 0xbc, 0x2d, 0x27, 0xd3, 0xaf, 0xf8, 0x9a, 0xa5, 0xae, 0xb6, 0xa0, 0x0a, 0x39, 0xb9, 0x3f, 0x08, 0xce, 0x11, 0x70, 0x17, 0x60, 0x5f, 0xcb, 0xbb, 0x03, 0x20, 0xc0, 0x16, 0x2a, 0xc3, 0x98, 0xca, 0x80, 0x51, 0x52, 0x00, 0x82, 0x2f, 0x38, 0x2a, 0x26, 0x8e, 0x69, 0x04, 0xa7, 0xdb, 0x09, 0x46, 0x1c, 0x41, 0x78, 0x8f, 0x0c, 0x70, 0x74, 0x55, 0xae, 0xd5, 0xc0, 0x16, 0xaf, 0x7b, 0xc6, 0xef, 0x6b, 0xdc, 0x9e, 0x13, 0xbd, 0x27, 0x02, 0x77, 0x1f, 0xaa, 0xfa, 0x5d, 0x16, 0xd5, 0xe5, 0xba, 0xfe, 0xfb, 0x9d, 0x55, 0x6a, 0xc3, 0x6a, 0x4d, 0xdf, 0xa7, 0x7e, 0xfe, 0x8e, 0xca, 0xcf, 0xaf, 0xb7, 0x36, 0xd1, 0xd5, 0x1e, 0x3a, 0x62, 0xf6, 0x9a, 0x80, 0xd1, 0x0b, 0xcf, 0x1b, 0x6e, 0x87, 0xcf, 0xe6, 0x67, 0xf4, 0xfc, 0xc4, 0x22, 0x24, 0x4b, 0x59, 0x6d, 0x2f, 0x42, 0xec, 0x9a, 0x2d, 0x54, 0x8a, 0x81, 0xe8, 0x1f, 0x30, 0x46, 0x7d, 0xd2, 0x61, 0x6f, 0x5b, 0xaf, 0x67, 0xdc, 0x73, 0x0d, 0x03, 0x82, 0xff, 0x1e, 0x82, 0x80, 0x49, 0x04, 0x69, 0x23, 0x08, 0xb5, 0xe3, 0x43, 0x25, 0x19, 0x7c, 0xc9, 0xa1, 0x0b, 0xa5, 0x4b, 0xd5, 0x0b, 0x78, 0x94, 0x82, 0xdb, 0xd3, 0x83, 0x56, 0x1f, 0x87, 0xfc, 0x0d, 0xdd, 0x97, 0xbf, 0x5e, 0x23, 0x7e, 0xe1, 0xd7, 0x47, 0x49, 0xf5, 0x1e, 0x6f, 0x63, 0x22, 0xb8, 0xbe, 0xe6, 0xe9, 0x71, 0xdf, 0x66, 0x11, 0x5e, 0xe6, 0xe7, 0xe7, 0xae, 0x4e, 0x6c, 0x6c, 0x25, 0xd5, 0x9e, 0x30, 0xe2, 0xbf, 0x8f, 0x3d, 0x3f, 0x70, 0x37, 0xa8, 0x4b, 0xc5, 0x19, 0x1d, 0x9f, 0x61, 0xf7, 0xb1, 0x14, 0x75, 0xa9, 0x71, 0xf9, 0xb9, 0xf1, 0x3f, 0xcd, 0x36, 0x4d, 0x5e, 0x2c, 0x6c, 0xd4, 0x14, 0xd4, 0x63, 0xfd, 0x0f, 0xfa, 0x02, 0xd1, 0x3f, 0x28, 0x89, 0x9f, 0xed, 0x07, 0x89, 0xb7, 0x75, 0x18, 0x23, 0xa4, 0x55, 0x9c, 0xa3, 0xe2, 0x46, 0xbd, 0x5a, 0xd8, 0x08, 0xeb, 0x0a, 0x0c, 0x30, 0x48, 0x03, 0x54, 0x48, 0x06, 0xee, 0x95, 0x11, 0x9c, 0x5b, 0x1a, 0xd3, 0x81, 0x6d, 0xbc, 0xaf, 0xe9, 0xf4, 0x92, 0xe8, 0x75, 0x8e, 0x8f, 0x76, 0x09, 0xe6, 0xef, 0x0b, 0x03, 0xf7, 0x3d, 0xd6, 0xc1, 0x81, 0xaa, 0x6d, 0xd8, 0xc3, 0xe7, 0x9d, 0x7c, 0x8d, 0xeb, 0x73, 0x95, 0x87, 0x7a, 0x7a, 0xc4, 0x48, 0x23, 0x5e, 0xd9, 0xe5, 0x08, 0xb5, 0x87, 0x47, 0x7a, 0x57, 0x0f, 0xe0, 0xc4, 0xcf, 0x09, 0x9f, 0x12, 0xff, 0x3d, 0xf0, 0x77, 0x7a, 0x67, 0xe8, 0xfd, 0xe9, 0x64, 0x74, 0x7a, 0xb3, 0xf7, 0x90, 0xec, 0xf0, 0x8b, 0xf3, 0xde, 0x86, 0xdc, 0xae, 0x56, 0x45, 0x7f, 0xfb, 0xe2, 0xb4, 0xf9, 0x96, 0x9a, 0x29, 0xc1, 0x67, 0x9e, 0xcb, 0x30, 0xe6, 0xd6, 0xf6, 0x06, 0xa2, 0x7f, 0xc0, 0x9c, 0x77, 0x45, 0xe7, 0xde, 0x8e, 0x03, 0x82, 0xe2, 0x1d, 0x12, 0xde, 0xc9, 0x57, 0xaa, 0xd1, 0xbb, 0x5c, 0xdd, 0x58, 0xdb, 0x45, 0xa9, 0x48, 0xeb, 0xb8, 0xbd, 0xb0, 0x5e, 0xe3, 0xd6, 0xeb, 0x35, 0x55, 0x25, 0x08, 0x12, 0x8d, 0xb8, 0x75, 0x0f, 0x8e, 0xb2, 0x35, 0x78, 0x93, 0xaa, 0x0f, 0xb8, 0x2f, 0xff, 0x7d, 0x45, 0xf8, 0xd2, 0xa7, 0x2f, 0x08, 0x7f, 0xa5, 0x30, 0x74, 0x55, 0x64, 0x97, 0xea, 0xfa, 0xdc, 0xd8, 0xc5, 0x8e, 0x0e, 0xa2, 0x9f, 0xbf, 0xe7, 0x28, 0xc2, 0xa7, 0xde, 0x9e, 0x0f, 0x87, 0x99, 0x84, 0xdf, 0x0c, 0xf1, 0x63, 0xaf, 0xcf, 0xe6, 0xf4, 0x7e, 0x92, 0xc8, 0xff, 0x2b, 0xf8, 0xcc, 0xab, 0xc4, 0x4a, 0x88, 0x8b, 0xcc, 0xfd, 0xb1, 0xd5, 0x5e, 0x8a, 0xf7, 0x1b, 0x2d, 0x8f, 0xfe, 0xba, 0xb9, 0x76, 0x1b, 0x58, 0xac, 0x01, 0x97, 0xf9, 0x6e, 0x06, 0x08, 0xd0, 0x3d, 0x1a, 0x02, 0x02, 0xb2, 0xf7, 0x36, 0x20, 0xfe, 0xae, 0x8c, 0xab, 0x22, 0x91, 0x51, 0xa9, 0xd0, 0x49, 0x11, 0xa0, 0x00, 0x83, 0x6e, 0x38, 0x6b, 0xa0, 0xa0, 0x52, 0x02, 0xed, 0x87, 0x0f, 0x34, 0x00, 0xac, 0x57, 0x00, 0x91, 0x8f, 0xf8, 0x99, 0x75, 0xec, 0x91, 0x4a, 0x17, 0xf1, 0x37, 0xd6, 0xf2, 0xbf, 0xfd, 0x2e, 0xdf, 0x6b, 0x38, 0xf1, 0x0b, 0x03, 0x57, 0x37, 0x72, 0x97, 0xf2, 0x3a, 0x5e, 0xce, 0xf5, 0x29, 0xe1, 0x4b, 0x7d, 0x9f, 0xe7, 0xf5, 0xf3, 0x20, 0x17, 0x36, 0xb1, 0xa2, 0xad, 0x0d, 0x1b, 0x5b, 0x47, 0xfc, 0x5e, 0x22, 0xba, 0x01, 0xa5, 0x6c, 0x76, 0x09, 0xfc, 0xf3, 0x6f, 0x82, 0x74, 0x78, 0x9c, 0xf5, 0xfb, 0x89, 0xbc, 0x9a, 0xad, 0x95, 0xa5, 0x5d, 0x17, 0x02, 0x00, 0xa9, 0x58, 0xb1, 0xde, 0x65, 0xcc, 0x4b, 0xc6, 0xc7, 0x34, 0xaf, 0x2e, 0x5d, 0xf9, 0x5d, 0x2f, 0x19, 0x5d, 0x9f, 0xa1, 0x0e, 0x51, 0x10, 0xcc, 0x30, 0x07, 0xbf, 0xe1, 0x6e, 0xbc, 0x1b, 0xde, 0xeb, 0xc3, 0x5a, 0x04, 0x22, 0xb1, 0x21, 0xa7, 0x15, 0xc4, 0xa7, 0x83, 0x81, 0x02, 0x22, 0x08, 0x8a, 0x2e, 0x06, 0x30, 0x7c, 0x0d, 0x20, 0xfa, 0x73, 0xfa, 0x99, 0xb5, 0x5d, 0xd4, 0xef, 0xbd, 0xdb, 0x59, 0x05, 0xb0, 0x84, 0x61, 0xbb, 0xaa, 0x93, 0x32, 0x6e, 0xf1, 0xff, 0x20, 0xb2, 0x38, 0x97, 0x2a, 0x75, 0x87, 0x16, 0xb1, 0x2f, 0xe4, 0x2a, 0x8f, 0xc8, 0xeb, 0x71, 0xe2, 0xa6, 0xbe, 0xbf, 0xb8, 0x1b, 0x21, 0xb5, 0x53, 0x43, 0x88, 0xff, 0xee, 0x30, 0x5f, 0x3f, 0xaa, 0x3d, 0x5b, 0x80, 0xf8, 0xff, 0xba, 0xb9, 0x33, 0x3d, 0x9b, 0xea, 0x58, 0x66, 0xb6, 0x37, 0x8c, 0x74, 0xb7, 0x94, 0x79, 0x31, 0x88, 0x7f, 0x7a, 0xfc, 0x1b, 0x4c, 0xad, 0xd1, 0xa7, 0xd2, 0x14, 0x3a, 0xa4, 0x22, 0xbf, 0x53, 0xf3, 0xba, 0x6a, 0xfc, 0x2f, 0xe0, 0xf7, 0xd6, 0x66, 0x88, 0xf9, 0x65, 0x45, 0x84, 0x1c, 0x9e, 0xae, 0x01, 0x40, 0x8d, 0xff, 0xf1, 0x77, 0xdc, 0x44, 0xdc, 0xe5, 0x9d, 0x59, 0x30, 0x09, 0x39, 0xae, 0x04, 0x43, 0x1e, 0x53, 0x91, 0x84, 0x74, 0x10, 0x76, 0xc3, 0x1a, 0x7d, 0x77, 0x56, 0xea, 0xd3, 0xbb, 0xf9, 0x6a, 0xaf, 0xd1, 0x82, 0x55, 0xf2, 0x73, 0x3a, 0xc1, 0xe7, 0x2b, 0x15, 0x47, 0xe3, 0xf6, 0x32, 0x95, 0x41, 0x27, 0x7c, 0x51, 0xc3, 0xfb, 0x26, 0x8f, 0xec, 0x52, 0xae, 0xaf, 0x25, 0xb6, 0x55, 0xc4, 0x99, 0xca, 0xf3, 0xe9, 0xbd, 0x99, 0xc4, 0xdf, 0x70, 0x07, 0xfc, 0x8d, 0xa2, 0x30, 0xe2, 0xdf, 0x86, 0x01, 0xc5, 0x66, 0x1d, 0x0c, 0x95, 0xf9, 0xb9, 0xee, 0xfc, 0x22, 0xd6, 0xc8, 0x58, 0xb6, 0x3a, 0x8c, 0xbd, 0x70, 0xce, 0x83, 0xe8, 0xec, 0xfa, 0x02, 0x00, 0x48, 0x46, 0x3a, 0x9a, 0xc4, 0x5f, 0x40, 0x5b, 0xaa, 0x03, 0x08, 0xe6, 0x91, 0x64, 0x97, 0x1f, 0x7d, 0x21, 0x10, 0x54, 0x77, 0x04, 0x22, 0x99, 0x1c, 0x98, 0x7f, 0xc5, 0x37, 0xd6, 0x15, 0xaf, 0xed, 0xcb, 0x54, 0x8d, 0xa5, 0x7c, 0x23, 0x31, 0x2e, 0xef, 0xa4, 0x00, 0xb1, 0x42, 0xe3, 0xd4, 0xef, 0x74, 0x52, 0x36, 0xc4, 0x3b, 0x9c, 0xa8, 0xb5, 0xed, 0x0b, 0xc0, 0x08, 0x00, 0xad, 0x14, 0x8f, 0xfc, 0xef, 0xac, 0x08, 0x10, 0x3d, 0xe7, 0xf6, 0xd4, 0xb3, 0xb3, 0x98, 0xb5, 0x2d, 0x71, 0x17, 0x2a, 0x23, 0x97, 0x46, 0x75, 0x65, 0x4e, 0x8f, 0xc6, 0xf5, 0x97, 0x60, 0x21, 0xce, 0x6d, 0x99, 0x84, 0x0f, 0xdb, 0xdf, 0x39, 0x09, 0xc0, 0x92, 0xf7, 0x85, 0x88, 0xff, 0x74, 0x55, 0xde, 0x8f, 0xdd, 0xca, 0xae, 0xe5, 0xf4, 0xcc, 0xe9, 0x44, 0x4f, 0xad, 0xb3, 0xf3, 0xbc, 0x0e, 0x9d, 0x2d, 0x85, 0x5e, 0x48, 0xe2, 0xc7, 0x81, 0x7d, 0xe5, 0xb1, 0x27, 0x25, 0xf1, 0x7f, 0x04, 0xc4, 0xbf, 0x4a, 0x0c, 0xd7, 0x2b, 0x41, 0x30, 0xcc, 0x46, 0xc3, 0xac, 0x25, 0x75, 0x08, 0x2e, 0x7b, 0x75, 0x06, 0x08, 0x30, 0x58, 0x56, 0x3b, 0xda, 0x24, 0x7e, 0x63, 0x1a, 0xca, 0x24, 0xe0, 0xd2, 0x25, 0xcc, 0xb7, 0x8e, 0x60, 0x40, 0xc3, 0x73, 0x29, 0x57, 0x49, 0x84, 0x84, 0x58, 0xc6, 0xd4, 0x14, 0x97, 0x6e, 0xae, 0xb6, 0x84, 0x6e, 0xee, 0xb9, 0x59, 0x9e, 0x27, 0x7f, 0x57, 0x11, 0x3c, 0x8f, 0xde, 0x72, 0x77, 0x26, 0xd5, 0xef, 0x75, 0x7f, 0xbe, 0xe0, 0xf8, 0x18, 0xd1, 0xe5, 0xea, 0x8e, 0x57, 0xa9, 0x8a, 0xd8, 0xbd, 0x05, 0x85, 0xc4, 0xff, 0xa4, 0x2c, 0x94, 0xf0, 0x49, 0xe3, 0xbd, 0xc4, 0xff, 0x78, 0x64, 0x66, 0x90, 0x4b, 0xe8, 0xfc, 0x2d, 0x38, 0x14, 0x88, 0x53, 0xfc, 0x3d, 0xb7, 0xaa, 0xf0, 0x05, 0x36, 0xea, 0x08, 0xce, 0x7c, 0xd5, 0x60, 0x36, 0xe8, 0x44, 0x49, 0x81, 0xdf, 0xda, 0x1a, 0x81, 0x0b, 0xaa, 0xfb, 0x47, 0xaf, 0x32, 0xe6, 0x14, 0x37, 0x0e, 0x72, 0xfc, 0x03, 0xe3, 0x1d, 0x7f, 0x19, 0x5c, 0xc4, 0xc2, 0xbe, 0x8c, 0x23, 0xcd, 0x2f, 0x7c, 0x8a, 0x54, 0x17, 0xfc, 0x59, 0xf3, 0x46, 0x74, 0xc1, 0xb7, 0xc2, 0xbc, 0x43, 0x32, 0x8d, 0xfa, 0xd0, 0x5d, 0x06, 0xf1, 0xab, 0x8d, 0x4d, 0xa1, 0xc6, 0x01, 0x01, 0x17, 0x33, 0x15, 0x84, 0xfb, 0xdb, 0xa9, 0x07, 0x66, 0x09, 0x57, 0x4f, 0xde, 0xe6, 0x04, 0xbc, 0x94, 0xb7, 0x19, 0xa7, 0x3a, 0xbb, 0xda, 0xf2, 0xe7, 0xb7, 0xf3, 0x14, 0xa1, 0xf3, 0xdf, 0x95, 0x04, 0x4f, 0x89, 0xbe, 0x03, 0x9b, 0xcf, 0xcb, 0xb9, 0xbd, 0x27, 0x55, 0x9d, 0xb8, 0xaa, 0xde, 0xd2, 0x8d, 0xdc, 0x37, 0xbb, 0xb0, 0x1a, 0xde, 0x30, 0x75, 0x07, 0x77, 0xfd, 0xed, 0x19, 0x69, 0xcd, 0x5a, 0x65, 0x57, 0x15, 0xa9, 0xfe, 0xaf, 0xe6, 0xcf, 0x6c, 0x51, 0xde, 0x9f, 0xbb, 0x95, 0x05, 0xcf, 0xd0, 0x33, 0x86, 0xb3, 0xc6, 0x33, 0xc7, 0xb3, 0x77, 0x9b, 0x46, 0x18, 0x43, 0x2e, 0xd2, 0x95, 0x91, 0x98, 0xa5, 0xd4, 0x0b, 0xb4, 0xbc, 0x54, 0xe4, 0x51, 0x09, 0x80, 0x0f, 0x3b, 0xd3, 0x51, 0xab, 0xfe, 0xe1, 0x29, 0x8e, 0xdf, 0x30, 0xd6, 0x71, 0x97, 0x80, 0x24, 0x58, 0x58, 0x4a, 0x41, 0xe0, 0x55, 0x15, 0x3c, 0x06, 0xdc, 0xea, 0x8f, 0x5b, 0xfc, 0x7b, 0x38, 0xfa, 0x35, 0x19, 0x4d, 0x67, 0x10, 0x44, 0x65, 0x07, 0x42, 0xf6, 0xdc, 0xc8, 0x5a, 0x01, 0xf2, 0x69, 0x28, 0xc6, 0xc6, 0xde, 0x98, 0x7b, 0x26, 0x81, 0x6a, 0x74, 0x0d, 0x10, 0x69, 0x1e, 0x4b, 0x35, 0x58, 0xc4, 0xf4, 0x72, 0x97, 0x6f, 0x3a, 0x5d, 0x71, 0x71, 0xae, 0xe2, 0xe0, 0x8b, 0x79, 0xf7, 0x05, 0xfe, 0x1a, 0x73, 0x5b, 0x72, 0x00, 0x89, 0x8d, 0x99, 0x9a, 0x0b, 0x79, 0x95, 0x96, 0xf0, 0xe3, 0xbf, 0x29, 0x02, 0x59, 0x2c, 0x92, 0xeb, 0x89, 0xf4, 0x65, 0xee, 0xd7, 0xc7, 0xbe, 0x3d, 0xfe, 0x96, 0xb2, 0xec, 0x84, 0x4f, 0xb9, 0xfe, 0x28, 0xf8, 0x4e, 0x1d, 0xc3, 0x88, 0xdf, 0x47, 0x3f, 0x7f, 0x4b, 0xb9, 0xfd, 0xd8, 0x92, 0x3e, 0xed, 0x74, 0x99, 0xc5, 0x88, 0xbf, 0x94, 0x9e, 0xb5, 0x5f, 0x3f, 0x96, 0x9d, 0x3d, 0x4e, 0xf9, 0xd4, 0xa4, 0x00, 0x4a, 0x68, 0x5b, 0x2b, 0x70, 0x41, 0x74, 0xff, 0xf8, 0x7f, 0x18, 0xa3, 0x58, 0x1b, 0x87, 0xc0, 0xe1, 0xdf, 0x0f, 0xfb, 0x4e, 0x36, 0x73, 0xb8, 0x06, 0x38, 0xd1, 0xe2, 0x81, 0x0a, 0x04, 0x4e, 0xe1, 0x0c, 0x10, 0xc7, 0x2d, 0x8e, 0xd6, 0x49, 0x53, 0x9b, 0x22, 0x7a, 0x30, 0x54, 0x1a, 0x80, 0xca, 0x43, 0x1a, 0xa7, 0x64, 0x10, 0xbf, 0xb1, 0x0f, 0x80, 0x8d, 0xb0, 0x71, 0x04, 0xe8, 0xf0, 0xdd, 0x19, 0x01, 0x2f, 0x60, 0x5c, 0x9b, 0xba, 0x24, 0x17, 0xf2, 0x68, 0xac, 0xb6, 0xd5, 0xcf, 0x6c, 0xfa, 0xba, 0x4e, 0xec, 0x74, 0x57, 0xf3, 0x91, 0xa4, 0x9c, 0xd3, 0xcb, 0x08, 0xae, 0x50, 0x73, 0x60, 0x63, 0xb4, 0xd6, 0xff, 0xe0, 0x7a, 0xca, 0xd5, 0xc3, 0x89, 0x9e, 0xeb, 0xfa, 0xbb, 0x40, 0x6d, 0x5b, 0x52, 0x12, 0xce, 0xf5, 0x93, 0xd1, 0x63, 0x6e, 0x32, 0xd2, 0xab, 0xc5, 0x73, 0x9f, 0x93, 0xff, 0x27, 0x9e, 0xd3, 0xe5, 0x21, 0x49, 0xfc, 0x78, 0xc6, 0x35, 0x37, 0x30, 0xe6, 0x83, 0x67, 0x0f, 0x77, 0xe0, 0x36, 0x8d, 0x31, 0x86, 0x55, 0x93, 0x54, 0xce, 0x7f, 0x59, 0x8a, 0x3d, 0xdf, 0xdc, 0x3f, 0x11, 0xb9, 0x4f, 0x02, 0x60, 0x6d, 0x3e, 0x9f, 0x30, 0xf8, 0x08, 0x07, 0xc1, 0x54, 0x36, 0x7d, 0x7e, 0xc7, 0x60, 0x03, 0x04, 0x69, 0xa7, 0xe0, 0xf1, 0xd6, 0x8c, 0xda, 0xc1, 0xc1, 0x0e, 0x6c, 0x74, 0x53, 0x28, 0xa1, 0x30, 0x77, 0x69, 0xe3, 0xb4, 0x4c, 0xe2, 0xd7, 0x1b, 0xc6, 0xe2, 0x46, 0x83, 0xf9, 0x93, 0x9b, 0x88, 0xff, 0xde, 0x35, 0x40, 0x78, 0x5d, 0xe8, 0x64, 0x75, 0x4a, 0xd0, 0x6f, 0xaa, 0x47, 0xf1, 0x5c, 0xea, 0xf0, 0xdc, 0x7b, 0x43, 0x39, 0xbc, 0x20, 0x78, 0x54, 0x6f, 0xb8, 0x2b, 0x93, 0x16, 0xa9, 0xbf, 0x89, 0xc1, 0xb9, 0x3e, 0x34, 0x43, 0x13, 0xbd, 0x37, 0xcd, 0x11, 0x3d, 0x25, 0xfc, 0x9a, 0x29, 0xa0, 0xa6, 0x95, 0x66, 0x23, 0x7c, 0xda, 0xcd, 0xa1, 0x35, 0xb9, 0x3d, 0xa4, 0xaa, 0xeb, 0xff, 0xf0, 0x2a, 0xbb, 0xfc, 0xca, 0x20, 0xfe, 0x1d, 0x43, 0xe1, 0xac, 0x4b, 0xf8, 0x70, 0xc3, 0xfb, 0xd9, 0x1d, 0x1c, 0x9d, 0x09, 0x12, 0xb9, 0x40, 0x73, 0x4b, 0x47, 0x66, 0x5a, 0x8a, 0x3d, 0x9f, 0xdc, 0xbf, 0xa2, 0xc3, 0x3f, 0x1b, 0x83, 0xf5, 0xf6, 0x0f, 0x65, 0xd3, 0xe6, 0x8f, 0xce, 0xa2, 0x17, 0xe0, 0x1e, 0x1c, 0xc5, 0xa7, 0x8e, 0x97, 0xb0, 0x21, 0xcc, 0x1a, 0x08, 0xa8, 0x4d, 0x00, 0xc6, 0x5b, 0xab, 0xa2, 0xcb, 0x89, 0x48, 0x3f, 0x20, 0x8e, 0xc6, 0x70, 0xa2, 0x89, 0x11, 0xff, 0xa3, 0xfe, 0x40, 0xe4, 0xd3, 0x32, 0x09, 0x5f, 0xeb, 0x9b, 0x69, 0xec, 0x03, 0x77, 0x13, 0x7f, 0x37, 0xa8, 0x4a, 0x1b, 0x47, 0x12, 0x6f, 0xdd, 0x20, 0xe2, 0xad, 0xe9, 0x07, 0x86, 0x2f, 0xe8, 0xe1, 0x8b, 0x8b, 0xe8, 0xd0, 0x69, 0x6f, 0x61, 0x3e, 0x48, 0x84, 0x02, 0xb9, 0xbd, 0xb7, 0xbb, 0x53, 0x42, 0xf7, 0xd6, 0x0e, 0x82, 0x7f, 0xeb, 0x06, 0x96, 0xa3, 0x8f, 0x53, 0x30, 0x9b, 0xee, 0x6b, 0x91, 0xe8, 0x19, 0xc7, 0xbf, 0x85, 0x4e, 0x72, 0x94, 0x91, 0xdf, 0x10, 0xae, 0x8f, 0x33, 0xd6, 0x5a, 0xa3, 0xa2, 0x50, 0xa6, 0x50, 0x55, 0xf0, 0xac, 0x41, 0xfc, 0xdb, 0x19, 0xf1, 0xd3, 0xb3, 0x6e, 0x1a, 0xc2, 0x89, 0x7f, 0x16, 0xbb, 0x8b, 0xc6, 0xb1, 0xc6, 0x94, 0xc7, 0xe6, 0xe6, 0x3b, 0xd8, 0x75, 0x8e, 0x0b, 0xf4, 0xd4, 0x69, 0x12, 0x00, 0xef, 0xe5, 0xb1, 0x99, 0xb2, 0x74, 0xd8, 0xf6, 0xd3, 0x74, 0xce, 0xac, 0xdb, 0xd8, 0x8b, 0x03, 0x80, 0x83, 0x60, 0x7b, 0x00, 0x04, 0x55, 0x85, 0x2f, 0xb4, 0xe4, 0x22, 0x55, 0x5e, 0x22, 0x9c, 0x54, 0x13, 0xfb, 0x7d, 0x33, 0xdc, 0x93, 0x1a, 0xc1, 0xa4, 0x66, 0x34, 0x10, 0xe6, 0x3d, 0xe1, 0x84, 0x1f, 0xba, 0xef, 0x37, 0x0a, 0xcd, 0x5b, 0xb5, 0x5b, 0x41, 0xf4, 0x18, 0xc9, 0xc5, 0x61, 0x15, 0xde, 0xa2, 0xe2, 0xe6, 0x38, 0x3e, 0x33, 0x74, 0xcb, 0x73, 0xff, 0xbe, 0x35, 0x67, 0x70, 0x7a, 0x7e, 0xe1, 0x3f, 0x79, 0xf3, 0x0b, 0x67, 0x2b, 0x9d, 0x5f, 0x71, 0x7e, 0xfd, 0x9c, 0xfd, 0x23, 0x33, 0xd8, 0x1d, 0xd0, 0xbb, 0x78, 0x16, 0x24, 0x73, 0x67, 0x65, 0x0c, 0x83, 0xc4, 0xb6, 0x94, 0x7b, 0x7e, 0x3c, 0x3f, 0x3f, 0x4c, 0x27, 0x63, 0x95, 0x92, 0xfb, 0xef, 0x1d, 0xe6, 0xf8, 0x27, 0xe7, 0xc1, 0xa1, 0xbf, 0x02, 0xfb, 0x79, 0x10, 0xc5, 0xb7, 0x68, 0x97, 0x22, 0x36, 0xa8, 0x43, 0x35, 0x23, 0xb9, 0x61, 0xdc, 0x97, 0xba, 0x48, 0xfd, 0xf9, 0x85, 0xe5, 0xe9, 0xf9, 0x9d, 0xbb, 0xb4, 0xf6, 0xdf, 0x3d, 0x0b, 0x7a, 0x2c, 0x10, 0xce, 0xe2, 0x66, 0x89, 0xca, 0xc9, 0x25, 0xfe, 0xa6, 0x41, 0xa0, 0x96, 0x4c, 0x00, 0x62, 0xbc, 0xe7, 0xe2, 0x11, 0x3e, 0x48, 0x05, 0x7f, 0xcb, 0x4d, 0x60, 0xa3, 0x00, 0xb7, 0x9f, 0xdf, 0xb1, 0x79, 0xc2, 0x4f, 0x46, 0x57, 0xa5, 0x2b, 0xa2, 0xd1, 0x56, 0x9f, 0xb7, 0xd3, 0xa9, 0x23, 0x30, 0x8c, 0x72, 0xea, 0xea, 0xc4, 0xb3, 0xc3, 0x33, 0x44, 0xfb, 0xca, 0x20, 0x7e, 0xbe, 0x0f, 0x8e, 0x61, 0x77, 0x80, 0x77, 0x81, 0x77, 0x82, 0x52, 0x40, 0x8b, 0x0b, 0x9c, 0xb1, 0x5d, 0xe3, 0xce, 0x03, 0xf7, 0x4f, 0xe4, 0x8c, 0x97, 0xdc, 0x7f, 0x55, 0x1e, 0xe3, 0x38, 0x27, 0x2b, 0x61, 0xbf, 0x01, 0x07, 0x3f, 0x07, 0x2e, 0xa2, 0x54, 0xbb, 0x94, 0x5e, 0x54, 0x1d, 0xa2, 0x83, 0xb7, 0xd1, 0x48, 0xab, 0x1f, 0xc7, 0x5c, 0xa4, 0x34, 0x4e, 0x40, 0x83, 0x65, 0x34, 0x6d, 0xe2, 0x5c, 0x46, 0xf5, 0xa4, 0x2b, 0x62, 0x1d, 0x42, 0xe3, 0x06, 0x21, 0x71, 0x04, 0xef, 0xbd, 0xde, 0x84, 0xec, 0x06, 0x3d, 0x7d, 0xdf, 0x64, 0x0e, 0x88, 0xf3, 0x44, 0xf8, 0x48, 0xf0, 0xdb, 0x27, 0x10, 0x7f, 0xc3, 0x30, 0x90, 0x3e, 0x3d, 0xa8, 0x97, 0xaa, 0xa5, 0xff, 0x8f, 0x97, 0x8c, 0x6e, 0x74, 0x2b, 0xa2, 0xdd, 0x5a, 0x4d, 0xf8, 0xd5, 0x3f, 0xf9, 0x96, 0x57, 0xd1, 0x61, 0xbc, 0xeb, 0x14, 0x39, 0x62, 0x9e, 0x2f, 0x75, 0x75, 0x36, 0x8c, 0xe5, 0xde, 0xb6, 0xc9, 0x70, 0xb6, 0xc3, 0x02, 0x40, 0xe8, 0x01, 0x77, 0xf0, 0x1c, 0xbb, 0x0b, 0xbc, 0x13, 0x00, 0x82, 0xbb, 0x26, 0x5f, 0xb7, 0x05, 0x6e, 0xb7, 0x14, 0xfc, 0x65, 0xb8, 0x3f, 0xcd, 0x36, 0xc4, 0xd6, 0x87, 0x9c, 0xfb, 0xd7, 0x83, 0xee, 0x7f, 0x6a, 0x09, 0xec, 0x85, 0xec, 0xc0, 0xc1, 0x10, 0x66, 0x17, 0x51, 0x4a, 0x25, 0x01, 0xaa, 0x43, 0xca, 0x30, 0xbe, 0x93, 0xb9, 0xe9, 0xd0, 0x57, 0xbd, 0x6a, 0x20, 0x8b, 0x18, 0xab, 0x59, 0xb4, 0x8f, 0xb7, 0x94, 0xeb, 0x12, 0xa2, 0x86, 0xe5, 0xf3, 0xa2, 0xfb, 0x74, 0x8b, 0x60, 0xe0, 0x36, 0x83, 0xfb, 0x36, 0xa6, 0x40, 0xf7, 0x27, 0xde, 0xf6, 0xe1, 0xc4, 0xdf, 0x39, 0x86, 0xf8, 0x7b, 0x40, 0xa7, 0xaf, 0xbb, 0x95, 0x0e, 0x98, 0x23, 0xfb, 0xef, 0x62, 0x63, 0x47, 0x1b, 0x6e, 0x67, 0xe3, 0x87, 0x60, 0xfb, 0x7b, 0x6e, 0x01, 0x42, 0x1f, 0x0b, 0x2a, 0x0d, 0xd8, 0x0c, 0x1f, 0x0d, 0x05, 0x5b, 0xe0, 0x1a, 0xe2, 0x2e, 0x2a, 0xcc, 0xe8, 0xc7, 0xd9, 0xcc, 0xc6, 0xfa, 0x87, 0x14, 0xd6, 0x42, 0x9c, 0x4b, 0xf5, 0x16, 0x99, 0x7b, 0xe5, 0x0f, 0xc0, 0x36, 0x78, 0x82, 0x9d, 0x73, 0xdc, 0xa1, 0x69, 0x0e, 0x6b, 0x80, 0xf8, 0x1b, 0x27, 0x70, 0x57, 0xe7, 0x9d, 0xca, 0xe0, 0x3d, 0xf2, 0x90, 0xe3, 0x1f, 0x1c, 0x2b, 0xd5, 0x4e, 0xfa, 0x3e, 0xde, 0x05, 0xde, 0xc9, 0xa9, 0xa5, 0x70, 0xde, 0x86, 0x14, 0xa8, 0xcc, 0x36, 0xee, 0xd6, 0xae, 0xd6, 0xa8, 0x21, 0xc9, 0xc8, 0x28, 0xc9, 0xfd, 0x57, 0xe4, 0x51, 0x8e, 0xef, 0x9f, 0x5e, 0xc5, 0x0e, 0xfa, 0x54, 0x35, 0x70, 0xa4, 0x11, 0x70, 0x21, 0xf7, 0xc0, 0xeb, 0xb3, 0x99, 0x28, 0xd6, 0x0c, 0x63, 0x7a, 0x61, 0xc8, 0xb5, 0x1a, 0x07, 0xb3, 0x88, 0x71, 0xc6, 0x7c, 0xda, 0xe8, 0x6b, 0x2d, 0xd5, 0x13, 0x84, 0x12, 0x4b, 0x79, 0xe4, 0xfb, 0x38, 0x0f, 0x0b, 0x7e, 0x7f, 0x4f, 0x2b, 0x89, 0xf2, 0xc2, 0xef, 0x54, 0x74, 0x3f, 0xea, 0xdc, 0xd8, 0x2c, 0xf8, 0x5c, 0xbf, 0xcf, 0x99, 0x54, 0xc7, 0x9f, 0xe1, 0xf4, 0xc6, 0x8c, 0xf3, 0x59, 0x0d, 0xfa, 0xfc, 0xde, 0xc1, 0x4c, 0x9a, 0x4a, 0x6f, 0x0f, 0x37, 0x78, 0xa9, 0xda, 0xf3, 0x3c, 0x8b, 0x01, 0x34, 0x0e, 0x00, 0x00, 0x54, 0xb0, 0x3b, 0xc1, 0xbb, 0x01, 0x55, 0xc8, 0x5d, 0x9d, 0xa7, 0xa4, 0x40, 0x45, 0x6c, 0x92, 0xa5, 0xe4, 0x2f, 0xe6, 0xf7, 0xc7, 0xbc, 0x9d, 0x72, 0x79, 0x21, 0xb5, 0x43, 0x1c, 0xff, 0xcc, 0x06, 0xd8, 0x6b, 0x39, 0x08, 0x16, 0xc1, 0x9e, 0xaf, 0xa9, 0x43, 0xaf, 0x28, 0xc3, 0x98, 0x4a, 0x86, 0x21, 0x34, 0x58, 0xa6, 0x47, 0x29, 0xb5, 0x19, 0xb5, 0x2f, 0x63, 0x3d, 0x41, 0x73, 0xe9, 0xbe, 0x2d, 0xfe, 0xff, 0x80, 0xc3, 0xa2, 0x6e, 0x9d, 0x4e, 0x44, 0x1f, 0xc0, 0x34, 0x82, 0x8b, 0x4d, 0xf4, 0x38, 0x2a, 0x36, 0x9d, 0x8a, 0xce, 0x48, 0x27, 0x62, 0x57, 0x7e, 0x99, 0x5a, 0x5d, 0xf4, 0x08, 0x91, 0xca, 0xd8, 0x2f, 0xe1, 0x3b, 0x3c, 0x9c, 0x71, 0x4e, 0xc8, 0xc9, 0x57, 0x83, 0x4a, 0xd3, 0x30, 0x92, 0x01, 0x40, 0x18, 0xbc, 0x54, 0xe7, 0xe7, 0x6a, 0x8f, 0xd8, 0x78, 0x27, 0x78, 0x37, 0x78, 0x47, 0x7b, 0xc7, 0x28, 0x29, 0x90, 0x88, 0x56, 0xb4, 0x94, 0x5f, 0x64, 0x57, 0xa8, 0x4b, 0x32, 0x3a, 0x58, 0x5e, 0xc4, 0xd2, 0x5c, 0x38, 0xf4, 0xd7, 0xe0, 0x70, 0xb7, 0x05, 0x40, 0xb0, 0x54, 0xa9, 0x43, 0x68, 0x84, 0x01, 0x87, 0x72, 0x1b, 0xc1, 0x60, 0x5b, 0x07, 0x97, 0xe6, 0xc4, 0x43, 0x08, 0x3f, 0x32, 0x07, 0x5b, 0xfa, 0xa1, 0xbe, 0x7b, 0x21, 0x8c, 0x75, 0x2f, 0x19, 0x1b, 0x8e, 0xe0, 0x02, 0xfd, 0xfb, 0xe3, 0xd6, 0xab, 0x4a, 0xad, 0xda, 0x69, 0xde, 0xff, 0xf4, 0x77, 0x5e, 0x22, 0x32, 0x92, 0x24, 0x73, 0xff, 0xe1, 0x42, 0x9c, 0x39, 0x4a, 0x03, 0x00, 0xd4, 0x1d, 0xa1, 0x40, 0x58, 0x06, 0x5c, 0xbd, 0x1e, 0x24, 0xee, 0xb1, 0xa7, 0xd8, 0x59, 0xeb, 0x6a, 0x8f, 0x4e, 0xfc, 0x78, 0x47, 0xf0, 0x9e, 0xbb, 0x32, 0x4f, 0x8f, 0x0e, 0xdf, 0x64, 0x29, 0xfa, 0x5c, 0x88, 0x89, 0x4d, 0x83, 0x7f, 0x4d, 0x5e, 0x40, 0xcd, 0x20, 0x87, 0xa4, 0xeb, 0x1d, 0x3f, 0x5d, 0x13, 0x02, 0x82, 0x25, 0x94, 0x33, 0xb9, 0xfb, 0x6f, 0xa0, 0x01, 0x32, 0xdd, 0x0b, 0xa1, 0x11, 0xfe, 0xb3, 0x6e, 0x79, 0xb4, 0xdb, 0xc5, 0x9c, 0x53, 0x8b, 0xf9, 0x46, 0x67, 0xcb, 0x23, 0xff, 0xe9, 0xa6, 0x62, 0x43, 0xd2, 0xc9, 0xd8, 0xdd, 0xf0, 0x7d, 0x9e, 0xe1, 0xad, 0xdc, 0x57, 0xb9, 0xc9, 0xc8, 0x4e, 0x3e, 0xdd, 0x66, 0x97, 0xbe, 0xb1, 0xe5, 0x20, 0x3c, 0x56, 0xc2, 0x7b, 0x4f, 0x79, 0x48, 0x88, 0xf8, 0xbb, 0xa9, 0xe8, 0x55, 0xa0, 0xa3, 0xff, 0xd1, 0xc5, 0x3c, 0xff, 0xd3, 0xe5, 0x39, 0x3f, 0xa6, 0xce, 0x07, 0xe0, 0xde, 0x19, 0x67, 0xb9, 0xa4, 0xa3, 0xe3, 0xd7, 0x8e, 0x61, 0xea, 0x68, 0x18, 0xf1, 0xc3, 0x1d, 0x11, 0x77, 0x2f, 0x05, 0x8b, 0x96, 0x24, 0x97, 0x6c, 0x29, 0x49, 0xd1, 0x2e, 0x9d, 0xfb, 0x27, 0xa3, 0x7d, 0xe4, 0xe1, 0x2d, 0xca, 0xa5, 0x1c, 0x87, 0xf8, 0x07, 0xe9, 0xc1, 0x1a, 0x20, 0x00, 0xdd, 0xdf, 0xdd, 0x3b, 0x94, 0xc6, 0x06, 0xc2, 0x08, 0x1f, 0xb8, 0xe6, 0xaf, 0xd2, 0x95, 0xd1, 0x5c, 0x32, 0x7d, 0xba, 0x6d, 0xe7, 0xf1, 0x05, 0xd6, 0xe7, 0x60, 0x53, 0x30, 0x2f, 0x1c, 0x77, 0x44, 0x18, 0x40, 0x80, 0x7b, 0xa9, 0x19, 0xcd, 0x54, 0xa1, 0x00, 0xf1, 0xe3, 0x5d, 0x51, 0x1b, 0x6d, 0x59, 0x47, 0xad, 0x60, 0x26, 0x76, 0x83, 0x3d, 0xd1, 0x56, 0x79, 0x24, 0x7e, 0xfe, 0x4d, 0xaa, 0xaa, 0x88, 0x83, 0xdb, 0xd1, 0x1f, 0x0e, 0xf4, 0x04, 0xec, 0x63, 0x0c, 0x04, 0x28, 0x09, 0x40, 0x1d, 0x72, 0xeb, 0x07, 0x53, 0xb7, 0x68, 0x18, 0xe1, 0xa7, 0x53, 0xb1, 0x87, 0xb0, 0x57, 0xa8, 0x4d, 0xca, 0x3a, 0x7f, 0xde, 0xb8, 0xb3, 0xa8, 0xde, 0xe9, 0x36, 0x99, 0xce, 0xa0, 0x76, 0x8c, 0xa4, 0x6a, 0x8f, 0x20, 0x7e, 0x76, 0x57, 0x27, 0x41, 0x72, 0x0f, 0xd5, 0x9d, 0x0e, 0xf3, 0x5a, 0x93, 0x96, 0x62, 0xb9, 0x7f, 0x22, 0xa7, 0x48, 0x1e, 0xda, 0x02, 0xd4, 0xfd, 0x81, 0xfb, 0x13, 0x42, 0x41, 0x80, 0xde, 0x06, 0x54, 0x87, 0xa8, 0x3e, 0x9a, 0xe1, 0xd5, 0x89, 0x55, 0xa2, 0xfe, 0x7a, 0x66, 0x5e, 0xfc, 0x5f, 0xec, 0x29, 0x5e, 0x38, 0xc7, 0xc4, 0x99, 0x54, 0xb4, 0x7f, 0xa8, 0xd7, 0xa8, 0x1a, 0x6c, 0xae, 0x6d, 0x43, 0xe1, 0x8e, 0xaa, 0xe1, 0xae, 0x4e, 0xd1, 0x3b, 0x83, 0x07, 0x2a, 0x29, 0xd4, 0xe7, 0x72, 0x06, 0xda, 0x53, 0x6c, 0xd6, 0xb3, 0x12, 0xff, 0xc6, 0xd9, 0x84, 0x56, 0xee, 0xb8, 0xb5, 0x17, 0x17, 0xa7, 0x70, 0x90, 0x3b, 0x06, 0x3a, 0xee, 0xe2, 0xdc, 0x4c, 0x6e, 0xcf, 0x09, 0xff, 0x74, 0xf2, 0xaa, 0x7f, 0xb0, 0x27, 0x78, 0xd1, 0xec, 0x9b, 0x3f, 0x63, 0x40, 0x88, 0xbd, 0x1a, 0x0a, 0x84, 0x2d, 0x83, 0x00, 0x08, 0x0e, 0x95, 0x04, 0xee, 0x8e, 0x7e, 0xba, 0x14, 0x78, 0xdd, 0xb6, 0x50, 0x69, 0x66, 0xa1, 0xbe, 0x6e, 0x16, 0xbc, 0x0c, 0x03, 0xae, 0x52, 0x4a, 0x25, 0x41, 0xc6, 0x41, 0x27, 0xa2, 0x09, 0xd4, 0x4f, 0xad, 0x8b, 0xed, 0x2b, 0x04, 0xc2, 0xd2, 0xf8, 0xb7, 0xd1, 0xb9, 0x00, 0x77, 0x31, 0x3b, 0xe3, 0x7e, 0xd0, 0x0b, 0xb7, 0xa1, 0x2f, 0xdc, 0xe1, 0x28, 0xaa, 0x26, 0x69, 0x20, 0xb0, 0x2d, 0x54, 0x42, 0x0f, 0x33, 0x58, 0xee, 0x88, 0xdc, 0xbe, 0x3a, 0x1e, 0x16, 0xc0, 0x7a, 0x1d, 0xa4, 0xc4, 0x60, 0x14, 0xc7, 0x97, 0xa6, 0xbe, 0x1c, 0xcf, 0x41, 0xa2, 0x40, 0x1b, 0x04, 0x8d, 0xc8, 0x2f, 0xe3, 0x79, 0xc2, 0xdf, 0xc5, 0xbf, 0x41, 0x67, 0x1f, 0xa0, 0x17, 0x0b, 0xfe, 0xf6, 0xa5, 0x6b, 0xb7, 0xe5, 0x14, 0x83, 0xa1, 0xfb, 0x7c, 0x28, 0x10, 0x74, 0x35, 0x28, 0x15, 0x7d, 0xf9, 0x42, 0xb8, 0xa1, 0xdb, 0xfc, 0x3a, 0x5b, 0x79, 0xf5, 0x7f, 0x87, 0xe8, 0xf5, 0xca, 0x97, 0x9c, 0x88, 0xbe, 0x0c, 0xf6, 0x41, 0x29, 0x16, 0x68, 0x5c, 0xd2, 0x52, 0x0c, 0x01, 0xa0, 0xff, 0xdf, 0x2b, 0xf3, 0xb1, 0x38, 0x67, 0x4e, 0xba, 0xaa, 0xeb, 0x23, 0x5e, 0x55, 0xd7, 0xdb, 0xbc, 0xf9, 0x85, 0x65, 0x5e, 0x55, 0x97, 0x1b, 0xdd, 0xaa, 0x82, 0xa1, 0xc4, 0x29, 0x18, 0x80, 0x1b, 0x9f, 0xe3, 0x6b, 0xec, 0xbd, 0xae, 0xb7, 0xd1, 0xcf, 0xc2, 0xef, 0xe0, 0xef, 0x1a, 0xea, 0xde, 0x25, 0x0a, 0x00, 0x4d, 0x22, 0x7c, 0x03, 0xd4, 0xd1, 0x4e, 0x40, 0xe4, 0x4f, 0x37, 0x77, 0x97, 0x08, 0x66, 0x4b, 0xf1, 0x81, 0x85, 0x45, 0x14, 0xe1, 0x07, 0x06, 0x36, 0x01, 0x18, 0xc6, 0x17, 0xd3, 0x87, 0xff, 0xa5, 0xb9, 0xa1, 0x6e, 0x24, 0x56, 0xe6, 0xb1, 0xe4, 0x32, 0xba, 0x7b, 0xb0, 0xe2, 0x7d, 0x4c, 0x33, 0x0e, 0xdd, 0x25, 0xfc, 0x33, 0xfc, 0xf3, 0x95, 0x79, 0xa6, 0xfe, 0xdc, 0x56, 0xce, 0x00, 0xa4, 0x79, 0x3a, 0x15, 0x8b, 0xa0, 0x1b, 0x3a, 0xf4, 0x4e, 0xb1, 0x85, 0x0a, 0x80, 0xc5, 0x52, 0xbd, 0xe0, 0xfe, 0x89, 0x9c, 0x7f, 0xcf, 0xe0, 0xf8, 0xa0, 0x0e, 0x31, 0x1f, 0x7e, 0xdb, 0x3b, 0x28, 0x50, 0x59, 0x6e, 0x36, 0x5d, 0x85, 0x60, 0x08, 0x2e, 0x02, 0x23, 0x7e, 0xd1, 0x00, 0xd8, 0xfd, 0xf9, 0xcf, 0x61, 0xbb, 0x3f, 0xff, 0xcc, 0x40, 0xf6, 0xb3, 0x7e, 0x1e, 0xf0, 0x37, 0xdb, 0xa8, 0x5a, 0xfb, 0x4b, 0x2f, 0x15, 0x7b, 0x28, 0xd3, 0x79, 0x11, 0xcd, 0xb7, 0x94, 0x2f, 0xb9, 0x7f, 0xf4, 0x1e, 0xbd, 0x9c, 0x0e, 0xd5, 0xa1, 0xb6, 0xec, 0xc3, 0x3f, 0xab, 0xd7, 0x2f, 0xa3, 0x1d, 0xb3, 0x77, 0xa8, 0xe3, 0x37, 0x8c, 0x73, 0xfc, 0x9a, 0x32, 0xc7, 0xdf, 0x55, 0xc6, 0xaa, 0xd6, 0xb6, 0x0e, 0x72, 0xdc, 0x4d, 0x83, 0xd9, 0xc6, 0xe7, 0xf0, 0x1a, 0xbe, 0x47, 0x3f, 0x03, 0x9f, 0xa5, 0x01, 0x3e, 0xcd, 0x06, 0x6a, 0xeb, 0x15, 0x56, 0x67, 0x52, 0xd1, 0x7f, 0x4d, 0x6b, 0xf7, 0xec, 0x26, 0x22, 0xcf, 0xda, 0x00, 0x25, 0x72, 0x89, 0x79, 0xd1, 0x7f, 0xd4, 0x83, 0x57, 0xed, 0xc5, 0xa0, 0x07, 0x95, 0xe5, 0x45, 0x95, 0xca, 0xd1, 0xdb, 0xf1, 0x8f, 0x4c, 0xe3, 0x99, 0x95, 0x53, 0x1d, 0xb7, 0x69, 0x70, 0x66, 0x71, 0x49, 0xd3, 0x60, 0xf9, 0x3e, 0x7e, 0xd6, 0xdd, 0x5d, 0xaa, 0x1b, 0x8e, 0xb3, 0xdb, 0x0b, 0xb1, 0xe8, 0x69, 0x16, 0xe4, 0x1c, 0x0a, 0x75, 0xda, 0x2f, 0x00, 0x92, 0x91, 0x8e, 0x08, 0x82, 0x76, 0xa7, 0xd6, 0x95, 0xc7, 0x87, 0x49, 0x02, 0x5e, 0x93, 0x47, 0x53, 0x87, 0x69, 0x21, 0x3f, 0xee, 0x90, 0x2a, 0x36, 0xd6, 0x65, 0x81, 0xbf, 0x8f, 0x69, 0xc6, 0x6b, 0xf4, 0x64, 0xb2, 0xf8, 0xb0, 0xf6, 0x76, 0x3e, 0xe8, 0xdd, 0x6a, 0x4d, 0x57, 0x0a, 0xbb, 0xda, 0x2a, 0xa7, 0xe3, 0x92, 0x4d, 0xb8, 0x02, 0xfd, 0x83, 0x65, 0xbc, 0x60, 0x67, 0x26, 0x2b, 0xe4, 0x6f, 0xec, 0xab, 0x01, 0xa0, 0x54, 0x76, 0x57, 0xa0, 0x9f, 0x81, 0xcf, 0xea, 0x6d, 0x46, 0x4e, 0x57, 0x5c, 0x69, 0xa7, 0xb3, 0xd8, 0xd5, 0xf6, 0x16, 0x88, 0x79, 0xe5, 0x0e, 0xdc, 0xde, 0x9b, 0xa5, 0x12, 0x1f, 0x7b, 0x92, 0x6d, 0x5a, 0x55, 0xc5, 0xb9, 0xff, 0xc1, 0x71, 0xea, 0x75, 0xf8, 0x0c, 0x7e, 0x56, 0xf3, 0xfe, 0x3c, 0x63, 0x4f, 0xd2, 0xae, 0xb6, 0xa9, 0xde, 0x25, 0xe2, 0xfd, 0x8c, 0x7a, 0x66, 0xe4, 0xf0, 0xb4, 0xa0, 0xe4, 0x45, 0xda, 0xd9, 0x42, 0x02, 0x00, 0x2b, 0xad, 0xe4, 0xeb, 0x33, 0x59, 0x92, 0x9f, 0x32, 0x16, 0xfb, 0xd9, 0x93, 0xb4, 0xab, 0x6d, 0x02, 0xa0, 0x3c, 0xf2, 0x7d, 0x57, 0xeb, 0x68, 0xe1, 0x37, 0x4d, 0x00, 0x22, 0x9f, 0xcb, 0x8a, 0x7b, 0x30, 0xa3, 0x15, 0x8d, 0xe1, 0xa6, 0x81, 0xf2, 0x67, 0xfa, 0xde, 0xc1, 0x09, 0x46, 0x7f, 0x1d, 0x9b, 0xea, 0x61, 0x57, 0x9b, 0x5e, 0x5e, 0x32, 0xfa, 0x88, 0x4a, 0xee, 0xeb, 0xc1, 0xea, 0x67, 0xc5, 0xc6, 0x7a, 0x66, 0xdc, 0xda, 0x6b, 0x98, 0x00, 0xa8, 0xf9, 0xca, 0x1f, 0xb1, 0x27, 0x68, 0x57, 0xdb, 0xb6, 0x03, 0x30, 0x47, 0x46, 0x00, 0x60, 0x59, 0x47, 0xd0, 0xf1, 0x7f, 0xcb, 0xeb, 0x99, 0x17, 0xf1, 0xd2, 0xc2, 0x79, 0xea, 0x67, 0x78, 0xcf, 0x2c, 0x22, 0xc9, 0x29, 0xb2, 0x27, 0x68, 0x57, 0xdb, 0x56, 0x83, 0xe6, 0xe6, 0xfd, 0xb9, 0xde, 0xda, 0xc5, 0x6f, 0x9c, 0xcc, 0x4b, 0x39, 0x57, 0x9a, 0x1b, 0x5f, 0x6b, 0xbc, 0x45, 0x2b, 0xf0, 0x89, 0xa6, 0x2e, 0xd5, 0x84, 0x3f, 0xbb, 0xec, 0x3a, 0x57, 0x35, 0x68, 0xba, 0xe4, 0xea, 0x1b, 0x8a, 0x81, 0xd8, 0x57, 0x3b, 0xfe, 0x99, 0x75, 0xe6, 0x3e, 0xbd, 0x06, 0xde, 0xeb, 0xa6, 0xab, 0x3f, 0xd3, 0xed, 0xc9, 0xd9, 0xd5, 0x2e, 0x56, 0xba, 0xfc, 0xea, 0x0e, 0x46, 0x2d, 0x2d, 0xb6, 0x15, 0x39, 0xb3, 0xc5, 0xdc, 0xd8, 0x55, 0x4d, 0x2b, 0xf8, 0x49, 0x27, 0x73, 0xe2, 0xf6, 0xe4, 0xec, 0x6a, 0x1f, 0x6a, 0xd0, 0xd2, 0xf8, 0xb7, 0xd3, 0x89, 0xc8, 0x1b, 0x82, 0xb8, 0xa9, 0x1a, 0x84, 0xc5, 0xfd, 0xfa, 0x46, 0xf5, 0x47, 0xaf, 0x9f, 0xb5, 0x63, 0x47, 0xed, 0x6a, 0x57, 0x52, 0x20, 0x11, 0x99, 0xa4, 0xa6, 0xdb, 0x14, 0x00, 0xd7, 0xdf, 0xee, 0x10, 0xf7, 0x00, 0xdd, 0xf8, 0x5c, 0xef, 0xaf, 0x9f, 0x4e, 0x44, 0x27, 0xda, 0x13, 0xb3, 0xab, 0x5d, 0x2d, 0x4c, 0x0b, 0x36, 0x8a, 0xfd, 0x69, 0xab, 0x97, 0xa3, 0x74, 0x63, 0x6b, 0x11, 0xbd, 0xec, 0xf3, 0x8b, 0xb4, 0x6c, 0xb4, 0xcb, 0xae, 0x4b, 0x5b, 0x0d, 0x9a, 0x5b, 0xfa, 0x75, 0x5a, 0xd5, 0x26, 0xd4, 0xa0, 0xbd, 0xe3, 0x81, 0xf8, 0xcf, 0xd0, 0xed, 0xef, 0x1d, 0xa7, 0xab, 0x3f, 0xaf, 0xb4, 0xc5, 0x1a, 0x08, 0xbb, 0xec, 0x6a, 0x71, 0x79, 0x7a, 0xb3, 0xdf, 0xf7, 0xf2, 0x59, 0x1f, 0x1d, 0x77, 0x3f, 0x3c, 0xef, 0xac, 0x17, 0xbe, 0x8c, 0xb2, 0x27, 0x65, 0x57, 0xfb, 0x94, 0x02, 0x89, 0xe8, 0x4f, 0xf5, 0xae, 0x17, 0x22, 0x2d, 0x42, 0x2f, 0x7c, 0xb1, 0x43, 0x25, 0xec, 0x6a, 0xbf, 0x00, 0x60, 0x85, 0x32, 0xbf, 0x53, 0x1d, 0xaf, 0x47, 0xb0, 0xe9, 0x2b, 0x5a, 0xfd, 0xb3, 0xed, 0x66, 0x67, 0x57, 0xbb, 0x5e, 0xd8, 0x1d, 0x4d, 0xcf, 0x10, 0xd5, 0x7b, 0xe9, 0x9f, 0xb5, 0x9d, 0xd3, 0xec, 0x6a, 0xf7, 0x52, 0x20, 0x15, 0xfd, 0xa1, 0x31, 0xef, 0xd8, 0x98, 0xaf, 0x1b, 0xfd, 0xa1, 0x3d, 0x21, 0xbb, 0xda, 0xbf, 0x31, 0x9c, 0x8a, 0xce, 0xca, 0xe8, 0x92, 0x90, 0x88, 0xce, 0xb2, 0x27, 0x63, 0xd7, 0x65, 0x22, 0x05, 0x62, 0x3d, 0x32, 0x9b, 0x45, 0xc5, 0x7a, 0xd8, 0x93, 0xb1, 0xeb, 0xf2, 0x00, 0xc0, 0x82, 0x2b, 0xbf, 0xab, 0x0f, 0x9f, 0xc0, 0x06, 0xbf, 0xe4, 0xd5, 0xf8, 0xf7, 0xec, 0xc9, 0xd8, 0x75, 0xd9, 0x2c, 0x1c, 0x6a, 0x67, 0x87, 0x4a, 0xdb, 0x75, 0xf9, 0x4a, 0x81, 0x8a, 0x58, 0x27, 0x05, 0x80, 0x58, 0x27, 0x7b, 0x22, 0x76, 0x5d, 0x5e, 0x00, 0x60, 0x73, 0xd0, 0xca, 0x71, 0xdb, 0x9e, 0xf9, 0x76, 0x5d, 0x96, 0xcb, 0xab, 0x88, 0x4c, 0x49, 0x27, 0x23, 0x53, 0xec, 0x49, 0xd8, 0x75, 0x79, 0xda, 0x01, 0x6f, 0x44, 0xaf, 0xc2, 0x39, 0xbf, 0xf6, 0x24, 0xec, 0xba, 0x3c, 0xd5, 0xa0, 0xb9, 0x3f, 0xff, 0x66, 0x5b, 0x69, 0x79, 0x6e, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xd9, 0x65, 0x97, 0x5d, 0x76, 0xb5, 0xf1, 0xf5, 0xff, 0x01, 0x8b, 0xbf, 0xae, 0xba, 0xce, 0xad, 0x53, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int weather_clear_192_png_len = 18694; unsigned char weather_few_clouds_128_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x24, 0xe9, 0x00, 0x00, 0x24, 0xe9, 0x01, 0x50, 0x24, 0xe7, 0xf8, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2d, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x3b, 0x5a, 0x33, 0x94, 0x00, 0x00, 0x00, 0x1c, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x52, 0x79, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x65, 0x72, 0x20, 0x28, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x29, 0x50, 0x59, 0x48, 0x46, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x4a, 0x61, 0x6e, 0x75, 0x61, 0x72, 0x79, 0x20, 0x32, 0x30, 0x30, 0x36, 0x17, 0xea, 0xe8, 0x75, 0x00, 0x00, 0x00, 0x20, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x43, 0xd8, 0x49, 0xcb, 0x00, 0x00, 0x32, 0x1c, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x7d, 0x09, 0x78, 0x54, 0x57, 0x76, 0xa6, 0x7b, 0x49, 0x77, 0x26, 0x9d, 0xa5, 0xd3, 0xe9, 0xf4, 0xcc, 0xa4, 0xd3, 0x93, 0x65, 0x3a, 0x93, 0x49, 0x3a, 0x33, 0x93, 0x7c, 0xfd, 0x25, 0x1d, 0xb7, 0xd1, 0xd2, 0x80, 0x31, 0xb8, 0x01, 0x83, 0x01, 0x83, 0x59, 0x0d, 0x36, 0x06, 0x6c, 0x63, 0x0c, 0xc6, 0xc6, 0x36, 0x18, 0x64, 0xa3, 0x5d, 0x62, 0x5f, 0x8c, 0xc1, 0xec, 0xbb, 0x40, 0xa5, 0xa5, 0x90, 0x58, 0x84, 0x10, 0x20, 0x40, 0x2c, 0x02, 0x21, 0x24, 0xb4, 0x0b, 0xed, 0x08, 0xed, 0x6b, 0x69, 0xad, 0x7a, 0x67, 0xce, 0x39, 0xf7, 0xde, 0xf7, 0x5e, 0x15, 0x25, 0x2c, 0x6c, 0x19, 0x8c, 0x54, 0xef, 0xfb, 0xce, 0x57, 0xa5, 0xaa, 0x57, 0xa5, 0x7a, 0xf7, 0xff, 0xcf, 0x7a, 0xcf, 0xbd, 0xef, 0xa9, 0xa7, 0x3c, 0x87, 0xe7, 0xf0, 0x1c, 0x9e, 0xc3, 0x73, 0x78, 0x8e, 0x81, 0x77, 0x80, 0x9f, 0xdf, 0x77, 0x49, 0x3c, 0x23, 0x31, 0x40, 0x8f, 0xae, 0x18, 0xef, 0x7f, 0x83, 0x28, 0xdf, 0x7f, 0xf5, 0x8c, 0xc4, 0x00, 0x3d, 0x1c, 0x51, 0x5e, 0xef, 0x74, 0xa1, 0x78, 0x46, 0x62, 0x20, 0x9a, 0xff, 0x88, 0x5f, 0xfd, 0xc0, 0x1e, 0xe5, 0x7d, 0x98, 0x84, 0x9e, 0x7b, 0x46, 0x64, 0xa0, 0x11, 0xc0, 0xe2, 0x3b, 0xc8, 0x1e, 0xe5, 0x63, 0x25, 0xe9, 0xc6, 0xe7, 0x9e, 0x11, 0x19, 0x70, 0xe6, 0xdf, 0x7b, 0x99, 0x4e, 0x00, 0x7c, 0xee, 0x19, 0x91, 0x81, 0xa4, 0xfd, 0xdb, 0x9f, 0xf9, 0x13, 0x04, 0x3e, 0xca, 0x1e, 0x83, 0x04, 0x88, 0x61, 0x12, 0x44, 0xd1, 0x6b, 0x9e, 0x91, 0x19, 0x28, 0x04, 0x88, 0xf1, 0x1d, 0xce, 0xda, 0x7f, 0x71, 0x84, 0xd5, 0x9e, 0x3c, 0x42, 0xb9, 0x81, 0xe1, 0x9e, 0x91, 0x19, 0x28, 0xe6, 0xdf, 0xe2, 0x1d, 0x4c, 0xa0, 0x6b, 0x65, 0xfe, 0x28, 0x2b, 0x99, 0x00, 0x8e, 0x68, 0xef, 0x20, 0xcf, 0xc8, 0x0c, 0x04, 0xed, 0x8f, 0xf7, 0xfa, 0xcb, 0xee, 0x28, 0x9f, 0x58, 0x7b, 0x2c, 0x12, 0xa0, 0xed, 0x22, 0x0b, 0x3d, 0x47, 0x12, 0xc4, 0x82, 0x65, 0xd8, 0xcf, 0x3c, 0x23, 0xd4, 0xdf, 0x09, 0x10, 0xed, 0x35, 0x9e, 0xcd, 0xff, 0x95, 0xd1, 0x56, 0xd0, 0x6a, 0x59, 0xec, 0x29, 0xa3, 0xd9, 0x0a, 0xd8, 0xf1, 0x3d, 0xcf, 0x08, 0xf5, 0xff, 0xe8, 0x7f, 0x03, 0x9b, 0xff, 0x0a, 0x7f, 0x2b, 0xd8, 0xcb, 0x59, 0xb4, 0x0a, 0xe1, 0x06, 0xba, 0x22, 0x7d, 0x36, 0x7b, 0x46, 0xa8, 0x3f, 0x6b, 0x7f, 0x94, 0xef, 0xdf, 0xb2, 0xa6, 0xc7, 0xf9, 0x5a, 0x35, 0x5b, 0xac, 0x55, 0xeb, 0xcc, 0x12, 0x62, 0x8b, 0xc1, 0xd7, 0x44, 0x4a, 0xd8, 0x8e, 0xe7, 0x78, 0x46, 0xaa, 0x9f, 0x1e, 0x76, 0x8b, 0xf7, 0x0c, 0x26, 0x40, 0xea, 0x58, 0xab, 0xd6, 0x91, 0xe2, 0x24, 0xf6, 0xeb, 0x63, 0x85, 0x15, 0xc0, 0x73, 0x3c, 0x23, 0xd5, 0x1f, 0xb5, 0x1f, 0x9e, 0xfa, 0x0e, 0x82, 0xbb, 0x9d, 0xcd, 0x7f, 0xe5, 0x32, 0x0c, 0xfe, 0x12, 0x50, 0xac, 0x52, 0xf0, 0x79, 0xc5, 0x32, 0x11, 0x07, 0x58, 0x7c, 0x76, 0xd0, 0xb9, 0x9e, 0x11, 0xeb, 0x67, 0x47, 0xa7, 0xc5, 0xf7, 0x5f, 0x18, 0xe0, 0x93, 0x68, 0xfe, 0x9b, 0xb7, 0xa2, 0xd9, 0xb7, 0x58, 0xb5, 0x86, 0x10, 0x21, 0xf4, 0x1c, 0x5f, 0xb3, 0x9f, 0x18, 0xcc, 0x24, 0xe8, 0x3c, 0xfa, 0xbb, 0x5f, 0x79, 0x46, 0xac, 0xbf, 0x05, 0x7f, 0xd1, 0xde, 0x6f, 0x32, 0x01, 0x6e, 0x8e, 0xb3, 0x6a, 0xad, 0xbb, 0x58, 0xec, 0xb5, 0xaf, 0xb1, 0xe8, 0x7f, 0xe3, 0x7b, 0xd2, 0x0d, 0xbc, 0xe9, 0x19, 0xb1, 0xfe, 0x64, 0xfe, 0x93, 0x7c, 0xbf, 0x6f, 0x8f, 0xf2, 0x3a, 0x20, 0xcc, 0xff, 0x02, 0xab, 0xd6, 0xb4, 0x01, 0x25, 0xdc, 0x6a, 0xaf, 0x1e, 0xc3, 0x42, 0xcf, 0xf9, 0xb5, 0xca, 0xb7, 0x95, 0x1b, 0x38, 0x08, 0xa9, 0xbf, 0xfe, 0x03, 0xcf, 0xc8, 0x7d, 0xc5, 0xa3, 0x23, 0xea, 0xb7, 0xff, 0x13, 0x22, 0x7d, 0xff, 0xfa, 0xdb, 0x93, 0xfb, 0x0f, 0xfa, 0x0d, 0x03, 0x7b, 0x7a, 0x30, 0x9a, 0xfc, 0x8f, 0x51, 0x02, 0xad, 0x5a, 0x2d, 0x82, 0x5d, 0x3d, 0x9a, 0x85, 0x9e, 0xf3, 0x6b, 0xf8, 0x1e, 0x9d, 0x43, 0xe7, 0xd2, 0x67, 0xbe, 0x35, 0xbf, 0xdf, 0x32, 0xec, 0x67, 0x9d, 0x16, 0xef, 0x7f, 0x7a, 0x72, 0x34, 0x8e, 0x27, 0x5b, 0xbc, 0x0f, 0x77, 0x5b, 0x7c, 0x96, 0x77, 0x58, 0x06, 0xfd, 0xaf, 0x6f, 0x81, 0xf9, 0x5f, 0xc2, 0x04, 0x48, 0xc7, 0xe8, 0xbf, 0xfe, 0x03, 0x16, 0x7b, 0xf5, 0x24, 0x94, 0x71, 0x52, 0x26, 0x19, 0xaf, 0xa7, 0x8f, 0x95, 0x73, 0x03, 0xde, 0x4b, 0x1e, 0xfb, 0x38, 0x46, 0x7a, 0xfd, 0x77, 0xe1, 0xba, 0xbc, 0x23, 0x9f, 0xb8, 0x2a, 0x25, 0xa6, 0x5c, 0xb3, 0xd4, 0x74, 0xab, 0x23, 0xca, 0xdb, 0xef, 0x71, 0x05, 0x56, 0x60, 0xfd, 0xf5, 0x1f, 0xd1, 0x00, 0xf2, 0x6f, 0x49, 0x46, 0xb0, 0x93, 0x67, 0x58, 0xed, 0x67, 0xa7, 0x59, 0xed, 0x89, 0x28, 0xa7, 0xa7, 0x08, 0xa1, 0xe7, 0xf4, 0x1a, 0xbd, 0x97, 0x2c, 0xe2, 0x00, 0x1e, 0x74, 0xfc, 0xec, 0x63, 0xb1, 0xa0, 0x47, 0xbd, 0xff, 0xc1, 0x11, 0xe3, 0xf5, 0x21, 0x97, 0xac, 0x69, 0xfc, 0x2c, 0x5e, 0x0b, 0x9f, 0x3c, 0xbf, 0x6b, 0x19, 0xf2, 0x17, 0x48, 0x02, 0x8b, 0x22, 0x81, 0xb8, 0x10, 0xef, 0xe0, 0xae, 0x88, 0xdf, 0xfd, 0xfa, 0x51, 0xfe, 0x8e, 0xee, 0x28, 0xaf, 0x21, 0xfa, 0x6f, 0x88, 0x1b, 0x65, 0xb5, 0xc7, 0xa3, 0xd9, 0x8f, 0x1b, 0xe9, 0x5e, 0xf8, 0xbd, 0x51, 0x56, 0xa3, 0x4f, 0xc0, 0x6b, 0xc8, 0x23, 0xcd, 0x54, 0xa2, 0xbd, 0xff, 0x4f, 0x77, 0x94, 0xf7, 0x4a, 0xf3, 0x98, 0x11, 0x09, 0x20, 0xda, 0xfb, 0x17, 0x4f, 0x64, 0x2c, 0xd0, 0x15, 0xe9, 0x33, 0x5f, 0x55, 0xde, 0xec, 0x56, 0xf3, 0x45, 0x79, 0xaf, 0xc5, 0x8b, 0xfa, 0xed, 0xa3, 0xc8, 0xb7, 0x91, 0x84, 0x2f, 0x76, 0x45, 0xfa, 0xbe, 0x66, 0xb7, 0x0c, 0x1a, 0xd9, 0x15, 0xeb, 0xf3, 0xef, 0x34, 0x98, 0x10, 0xe1, 0xfb, 0xc7, 0x10, 0xf1, 0xf4, 0x7f, 0xd1, 0xc9, 0x8a, 0xcf, 0xf9, 0x35, 0x7c, 0x8f, 0xce, 0xe1, 0x73, 0xf9, 0x33, 0xde, 0x2f, 0x3e, 0x92, 0xfa, 0x44, 0x94, 0xd7, 0x7f, 0xa0, 0x72, 0x84, 0xe9, 0xe3, 0x43, 0x63, 0x15, 0x2f, 0x62, 0x11, 0xb2, 0x04, 0x4f, 0x6e, 0xf4, 0x8d, 0x3e, 0x0c, 0x07, 0x31, 0x86, 0x9a, 0x2e, 0xb4, 0x6a, 0xf4, 0xb1, 0xf9, 0xf3, 0xf0, 0xc2, 0x7c, 0x75, 0x22, 0xd8, 0xa3, 0xbd, 0xb6, 0xd2, 0x3c, 0x3c, 0xf8, 0xf9, 0x7e, 0x7f, 0x40, 0x16, 0xa6, 0x08, 0xf8, 0x28, 0xef, 0x35, 0x4e, 0xc0, 0x67, 0xcc, 0xc4, 0xb1, 0x5a, 0xa6, 0x2b, 0x0c, 0xa0, 0x3b, 0x78, 0xd2, 0xf3, 0x6f, 0x11, 0x80, 0xdd, 0x9c, 0x60, 0x05, 0xad, 0xd3, 0xaa, 0x75, 0x5c, 0xb5, 0x6a, 0x85, 0x0b, 0xf4, 0xa2, 0x8b, 0xf4, 0xb7, 0xdb, 0xed, 0x91, 0xde, 0xa3, 0x07, 0x42, 0x73, 0x26, 0xa5, 0xa4, 0xdd, 0xb1, 0xde, 0x83, 0x51, 0x31, 0xb6, 0xe8, 0xd7, 0x4f, 0x4a, 0x91, 0x3b, 0x87, 0x2b, 0x92, 0xa0, 0x75, 0x5b, 0xed, 0x59, 0xb3, 0x94, 0xf9, 0xff, 0xf4, 0xc9, 0x4f, 0x09, 0x23, 0x07, 0xfd, 0x3d, 0xcd, 0xb5, 0x13, 0xbb, 0xb5, 0xd6, 0x18, 0xbc, 0xc0, 0x7a, 0x2b, 0xd8, 0x2b, 0xf0, 0x62, 0x4f, 0x58, 0xb5, 0xe2, 0x85, 0x56, 0x7b, 0x82, 0x41, 0x84, 0x2e, 0x8b, 0xf7, 0x3e, 0xf4, 0x83, 0x93, 0xe1, 0xe4, 0xb0, 0x1f, 0xf5, 0x43, 0xe0, 0xff, 0x90, 0x48, 0x6e, 0x8f, 0xf6, 0xd9, 0xa9, 0x03, 0x7f, 0x72, 0x30, 0x5b, 0x45, 0xcd, 0x66, 0x15, 0x33, 0x93, 0x38, 0x36, 0x5a, 0x5b, 0xa2, 0x3e, 0x31, 0x45, 0x31, 0x41, 0xbf, 0xb8, 0x78, 0x62, 0x32, 0x5f, 0x70, 0xe6, 0x14, 0x2b, 0x74, 0x97, 0x59, 0xb5, 0xce, 0x3c, 0x94, 0x74, 0x31, 0x11, 0xd3, 0x7a, 0xc8, 0xaa, 0x95, 0x61, 0x4e, 0x9e, 0x38, 0xd4, 0x6c, 0x11, 0x0e, 0xd3, 0xc4, 0x0d, 0xc4, 0x8c, 0xee, 0x93, 0x3e, 0x3d, 0x88, 0x18, 0xfa, 0x67, 0xdd, 0x31, 0x3e, 0xbf, 0xa3, 0xcc, 0x04, 0x4d, 0xee, 0x0a, 0x72, 0x3d, 0xf6, 0x68, 0xef, 0x08, 0x17, 0xf9, 0xac, 0x3b, 0xda, 0xeb, 0x13, 0x47, 0xb4, 0xcf, 0x1b, 0x98, 0x02, 0x0e, 0x86, 0x63, 0x83, 0xfe, 0xbc, 0xcf, 0xb2, 0x10, 0xee, 0x41, 0x10, 0x85, 0x28, 0x96, 0x04, 0x09, 0x7c, 0xeb, 0x3e, 0x31, 0x06, 0x34, 0x16, 0x38, 0x26, 0x3c, 0x35, 0x9d, 0x37, 0x47, 0x65, 0x4e, 0xe1, 0xfd, 0x86, 0xfd, 0x9d, 0x31, 0x5e, 0xff, 0x57, 0xf9, 0x38, 0xad, 0xf5, 0xa0, 0x01, 0x3e, 0xb2, 0x9d, 0x27, 0x63, 0x5a, 0x8f, 0x58, 0xb5, 0xe6, 0xcf, 0x90, 0x08, 0x6f, 0x61, 0x3a, 0x66, 0x10, 0xa1, 0xdb, 0xe2, 0x75, 0x84, 0x40, 0xc3, 0x20, 0xed, 0x27, 0x0f, 0x35, 0xe8, 0x51, 0xbe, 0x3f, 0xb6, 0x5b, 0xbc, 0x26, 0xe1, 0x77, 0xec, 0xc5, 0x80, 0x33, 0x0f, 0x09, 0xa5, 0xa1, 0xc0, 0x57, 0x90, 0x12, 0x94, 0xfd, 0xf8, 0x1b, 0xa6, 0x80, 0xd5, 0xf7, 0xa7, 0x0f, 0x47, 0xba, 0xa7, 0x7f, 0xd2, 0x45, 0xa9, 0x30, 0x91, 0x4b, 0x01, 0x9f, 0x84, 0xd7, 0x56, 0x3c, 0xcb, 0xaa, 0x35, 0xad, 0x13, 0xd7, 0xcc, 0x13, 0x51, 0x89, 0x06, 0x09, 0x6c, 0xb1, 0x7a, 0x8c, 0x44, 0xf1, 0x41, 0xbf, 0x32, 0x81, 0x08, 0x44, 0x38, 0x0f, 0x42, 0xee, 0x74, 0x03, 0xfc, 0x86, 0x20, 0x1c, 0x8c, 0xd5, 0x38, 0x18, 0xbb, 0x05, 0x01, 0xe8, 0x79, 0xc3, 0x0a, 0xab, 0xbd, 0x04, 0xf3, 0xf1, 0xc4, 0x21, 0xa6, 0x60, 0xd1, 0xfb, 0x10, 0x58, 0x9f, 0xfe, 0xf9, 0x83, 0x07, 0xfc, 0x57, 0x3f, 0x10, 0xa0, 0x7b, 0x25, 0x20, 0x68, 0x5d, 0x5f, 0x11, 0xf0, 0x07, 0x89, 0x1d, 0xbf, 0x3b, 0x09, 0x7f, 0xcf, 0xcb, 0x10, 0x3f, 0xe2, 0x87, 0x0f, 0xd6, 0xfa, 0xa7, 0x7f, 0x4e, 0xbf, 0x59, 0xff, 0xfd, 0x74, 0x2d, 0xc5, 0xd3, 0x45, 0x15, 0x92, 0xae, 0x91, 0xae, 0x95, 0xae, 0x99, 0x88, 0xd0, 0xb0, 0xd2, 0x20, 0x01, 0x05, 0xc9, 0x42, 0xfb, 0x37, 0xf4, 0xbb, 0x19, 0x49, 0xbd, 0x1c, 0x7b, 0x82, 0x66, 0xe3, 0xb6, 0x09, 0xf6, 0x37, 0x6f, 0x11, 0xe5, 0xd8, 0x9a, 0x29, 0xa2, 0x12, 0x47, 0x83, 0xd1, 0xb0, 0x14, 0x2d, 0x01, 0x06, 0x89, 0x89, 0x93, 0x30, 0x12, 0x1e, 0x81, 0xe0, 0xfb, 0x6e, 0xeb, 0x88, 0x79, 0xfa, 0x97, 0x3d, 0x0f, 0xb6, 0xef, 0x4f, 0xbb, 0xa3, 0xbd, 0xfd, 0x11, 0xa0, 0x7b, 0xf7, 0x81, 0x16, 0xe3, 0x0b, 0xf6, 0xf3, 0x13, 0x41, 0xcb, 0x7e, 0x0f, 0xe0, 0xee, 0x1a, 0x74, 0xb1, 0xfb, 0x00, 0x5a, 0x62, 0x00, 0xda, 0x12, 0x01, 0x3a, 0x2f, 0x99, 0xe4, 0x22, 0x40, 0xfb, 0x69, 0x80, 0xd6, 0x58, 0x80, 0x26, 0x3c, 0xa7, 0x32, 0x0c, 0xb4, 0x9c, 0x45, 0xf8, 0xd9, 0xf1, 0x3d, 0x91, 0xa1, 0x06, 0xff, 0x67, 0xd0, 0x83, 0xac, 0x02, 0xfd, 0x66, 0x7b, 0x94, 0xef, 0x17, 0x76, 0xeb, 0x73, 0x7c, 0x2d, 0x74, 0x4d, 0x7c, 0x6d, 0x74, 0x8d, 0xf5, 0x4b, 0xf1, 0x9a, 0xa7, 0x8b, 0x32, 0x34, 0x91, 0x80, 0xad, 0xe0, 0x3e, 0x8e, 0x09, 0x38, 0xf2, 0x8f, 0xf1, 0xf6, 0xee, 0x97, 0x69, 0x0f, 0x66, 0x04, 0x1b, 0x99, 0x04, 0x79, 0x33, 0x84, 0x09, 0x44, 0x2d, 0xe0, 0x19, 0x39, 0x59, 0x93, 0xb7, 0x57, 0x4f, 0xb0, 0x6a, 0x77, 0xe6, 0x5a, 0xb5, 0xc4, 0x97, 0x63, 0xa9, 0x28, 0xe3, 0xb0, 0x0e, 0x5f, 0x41, 0xf9, 0xb9, 0x7b, 0x8d, 0xf7, 0xfd, 0x63, 0x47, 0x94, 0xd7, 0xc7, 0x08, 0x46, 0x93, 0x0e, 0x4c, 0xb4, 0x0f, 0x74, 0x1f, 0x7b, 0x16, 0xb4, 0xb4, 0xb7, 0x10, 0xf0, 0x8d, 0x00, 0xb6, 0x13, 0x2e, 0x40, 0x3f, 0x48, 0x90, 0x04, 0x9d, 0x17, 0x50, 0x92, 0x51, 0xce, 0x03, 0x74, 0x9c, 0x13, 0x62, 0x43, 0xc2, 0x54, 0x21, 0x79, 0xd2, 0x66, 0x0b, 0x42, 0x39, 0x13, 0xa1, 0x09, 0x2d, 0x9b, 0x1f, 0xc4, 0xff, 0xe6, 0x4f, 0x7b, 0xf2, 0xff, 0xdd, 0xb1, 0xc3, 0x96, 0x72, 0x81, 0x29, 0x61, 0xb2, 0xd0, 0xf0, 0xea, 0x89, 0xc6, 0xf5, 0x22, 0x09, 0xd8, 0x12, 0xd0, 0x58, 0x14, 0xcf, 0x93, 0xd6, 0xce, 0x67, 0x1b, 0x44, 0x4c, 0xf8, 0x5e, 0xbf, 0x4c, 0x81, 0x38, 0xfd, 0x51, 0x41, 0x10, 0xcd, 0xc0, 0x91, 0x29, 0x24, 0x93, 0xcf, 0x03, 0x32, 0xc6, 0x6a, 0xcf, 0x9e, 0x86, 0xef, 0x4d, 0x12, 0x15, 0xb9, 0x63, 0xcf, 0x4e, 0xed, 0xc9, 0x0c, 0xa2, 0x29, 0x1e, 0x87, 0x26, 0xb6, 0x52, 0x01, 0xd1, 0x1d, 0x85, 0xc0, 0x9c, 0x19, 0x07, 0x5a, 0x49, 0xe8, 0x83, 0x41, 0xef, 0x40, 0x70, 0xdb, 0xf0, 0xfd, 0x96, 0x48, 0xd4, 0xf4, 0x3d, 0x28, 0xbb, 0x51, 0x76, 0x89, 0xc7, 0x96, 0x43, 0x02, 0xec, 0xf6, 0x33, 0x12, 0xfc, 0xb3, 0x28, 0x49, 0x28, 0xf4, 0x37, 0x5a, 0x8c, 0x0e, 0xb4, 0x10, 0x36, 0x0b, 0x68, 0x65, 0x7e, 0x60, 0x4f, 0xf8, 0xbd, 0x2b, 0x11, 0xaa, 0xec, 0x16, 0x9f, 0x09, 0x3d, 0xe6, 0xfb, 0xb1, 0xcf, 0x4e, 0x13, 0x24, 0xc0, 0x6b, 0xcb, 0x9d, 0x21, 0x67, 0x21, 0x47, 0xb3, 0x25, 0x10, 0xae, 0x6f, 0x9d, 0xd5, 0x7e, 0x7a, 0x48, 0xff, 0x5f, 0x9f, 0x40, 0x05, 0x1f, 0xce, 0xf9, 0x89, 0x04, 0x85, 0xd3, 0xa5, 0xcf, 0xf7, 0x17, 0x13, 0x33, 0x59, 0x12, 0xfc, 0xb8, 0x51, 0xb1, 0x76, 0xeb, 0xb3, 0x63, 0xdd, 0x7e, 0x1e, 0x23, 0x73, 0xfc, 0xfc, 0xe7, 0x86, 0xc6, 0xfb, 0x82, 0x03, 0x81, 0x87, 0x4a, 0x74, 0x99, 0x1d, 0xe7, 0xef, 0x07, 0xbc, 0x1d, 0x81, 0x6b, 0xd8, 0x09, 0x5a, 0x75, 0x20, 0x5a, 0x84, 0x45, 0x48, 0x90, 0x57, 0x00, 0x4a, 0xa7, 0xe3, 0xe3, 0x34, 0x7c, 0x9c, 0x8a, 0x8f, 0x93, 0x01, 0x4a, 0x5e, 0x46, 0x99, 0x84, 0xcf, 0x5f, 0xc2, 0xc7, 0x09, 0xa0, 0x15, 0xa3, 0x54, 0xcc, 0xc6, 0xcf, 0x7c, 0x08, 0xd0, 0x88, 0xdf, 0xdb, 0x16, 0x23, 0xc0, 0xef, 0x48, 0x40, 0x39, 0x85, 0xdf, 0x79, 0x12, 0x5f, 0x3b, 0x06, 0x70, 0x2f, 0x00, 0xec, 0x27, 0x47, 0xb8, 0x10, 0x81, 0xcc, 0xf7, 0x33, 0x7f, 0xe5, 0x96, 0xb4, 0xd1, 0xc3, 0x46, 0x75, 0xd3, 0xb5, 0xe9, 0x24, 0x98, 0x28, 0xdc, 0x01, 0x8e, 0x81, 0xbd, 0x78, 0xb6, 0x2a, 0x8c, 0xed, 0xe9, 0xf7, 0xb5, 0x10, 0x7b, 0xf4, 0xa0, 0x51, 0x22, 0x30, 0x1a, 0x2c, 0x34, 0x80, 0xfc, 0x62, 0xe1, 0x3c, 0x06, 0x9f, 0x06, 0x08, 0xac, 0xcf, 0x0e, 0x71, 0x5f, 0x56, 0xf6, 0xfd, 0x4f, 0x1c, 0xe4, 0xbb, 0x72, 0xa0, 0xc1, 0x1e, 0x3f, 0x1c, 0xb4, 0x3b, 0x21, 0x08, 0x48, 0x92, 0x8b, 0x96, 0x23, 0x11, 0x1a, 0x77, 0x80, 0x56, 0xf9, 0x11, 0x40, 0xd9, 0x6c, 0x94, 0xd7, 0x50, 0x5e, 0x05, 0xad, 0x74, 0x16, 0x82, 0x3c, 0x53, 0x90, 0xa0, 0x64, 0x06, 0x13, 0x81, 0x48, 0x00, 0xa5, 0x53, 0x10, 0x74, 0x49, 0x82, 0xe2, 0x97, 0xf0, 0x7d, 0x22, 0xc1, 0x78, 0x7c, 0x24, 0x8b, 0x32, 0x16, 0x3f, 0xf7, 0x22, 0x12, 0xec, 0x75, 0x80, 0xfa, 0xd5, 0x68, 0x01, 0x30, 0x46, 0x68, 0x3f, 0x2e, 0x25, 0x1e, 0xff, 0x8e, 0x02, 0xad, 0xe8, 0x43, 0x74, 0x0d, 0x3e, 0x06, 0x09, 0xd0, 0x32, 0x61, 0x7c, 0xf0, 0x5b, 0xb7, 0x16, 0x30, 0x7a, 0xe8, 0x50, 0x45, 0x02, 0x4e, 0x03, 0x39, 0x26, 0xf8, 0x18, 0xb3, 0x03, 0x15, 0xf0, 0xfa, 0x8e, 0xe9, 0xff, 0x25, 0xd0, 0xf8, 0x5f, 0xfe, 0x10, 0x07, 0x69, 0x1f, 0x5f, 0x70, 0xf1, 0x14, 0x11, 0xf0, 0xa1, 0x7f, 0x94, 0x66, 0x7f, 0xb4, 0xf9, 0xdc, 0x88, 0x88, 0x88, 0xef, 0x05, 0x86, 0x05, 0xfe, 0xe6, 0xca, 0x8e, 0xe9, 0x87, 0xbb, 0x2c, 0x3e, 0x76, 0x3d, 0xb0, 0x4b, 0x99, 0x09, 0xd0, 0x1c, 0x75, 0xbf, 0xb6, 0xd7, 0xae, 0x05, 0xa8, 0x78, 0x0b, 0xcd, 0xf4, 0x5c, 0x29, 0x73, 0xa4, 0xbc, 0xae, 0x93, 0x81, 0x88, 0x00, 0xa5, 0xf8, 0xf9, 0x52, 0x22, 0xc1, 0x34, 0x04, 0xd9, 0x20, 0x81, 0x56, 0x32, 0x91, 0x2d, 0x01, 0x93, 0x80, 0x09, 0xf0, 0x22, 0x0b, 0x94, 0x8e, 0xc1, 0xcf, 0x8d, 0xc1, 0x47, 0x24, 0x46, 0xf5, 0x52, 0x04, 0xfe, 0x08, 0xfe, 0x3f, 0xb4, 0x02, 0xed, 0x56, 0x21, 0xcd, 0xdb, 0xc1, 0x71, 0xc1, 0x29, 0x60, 0xec, 0x40, 0x79, 0xd5, 0xad, 0x02, 0xe0, 0x35, 0xd2, 0xb5, 0x6a, 0xa7, 0x27, 0xc7, 0xf2, 0xb5, 0x63, 0x76, 0x20, 0xc0, 0xf7, 0x3a, 0x40, 0xc5, 0xa2, 0x01, 0x51, 0x07, 0x47, 0x02, 0x4c, 0x54, 0x56, 0xc0, 0x9e, 0x38, 0x51, 0xf7, 0xf9, 0xea, 0x7d, 0xff, 0x55, 0xfe, 0xbf, 0x08, 0x09, 0x0b, 0x08, 0x0d, 0x0e, 0x0d, 0xa8, 0x3f, 0xff, 0xc5, 0x2c, 0x63, 0x60, 0x63, 0x87, 0x82, 0x96, 0xef, 0x27, 0x7c, 0xb9, 0x49, 0xe3, 0xb5, 0xfa, 0x4d, 0xa0, 0x95, 0xcf, 0x07, 0x28, 0x9f, 0x87, 0x60, 0xcf, 0xc3, 0xc7, 0x37, 0x9c, 0x85, 0x5f, 0x9b, 0x8b, 0x8f, 0xaf, 0xe3, 0xfb, 0xb3, 0xd9, 0x22, 0x00, 0x5b, 0x84, 0x57, 0x50, 0xa6, 0x33, 0x09, 0xb4, 0x92, 0x29, 0xd2, 0x1d, 0x48, 0x12, 0x90, 0x15, 0x28, 0x46, 0xf7, 0x82, 0x16, 0x40, 0x2b, 0x1d, 0x8b, 0x8f, 0x28, 0x25, 0x48, 0x84, 0xe2, 0x17, 0xd0, 0xf2, 0xe0, 0x6b, 0xf7, 0x96, 0x21, 0x11, 0x22, 0x85, 0x8b, 0x68, 0x8b, 0xc6, 0xe7, 0x47, 0x41, 0xcb, 0x5b, 0xe0, 0xe4, 0x12, 0xba, 0xa3, 0x7c, 0x02, 0xdd, 0x5a, 0x33, 0x15, 0x13, 0x24, 0x4e, 0x36, 0xa7, 0xbb, 0x2f, 0x0f, 0x9c, 0x89, 0x90, 0x3d, 0xc3, 0x7e, 0xa4, 0xe7, 0xc9, 0xb1, 0x43, 0xad, 0xdd, 0xd6, 0xe1, 0x7e, 0x14, 0x2c, 0x7d, 0xfe, 0xf9, 0xe7, 0x7f, 0x10, 0x14, 0x12, 0xe0, 0x87, 0xc0, 0x77, 0xa1, 0xc0, 0xf9, 0xed, 0x33, 0x8d, 0x01, 0x8d, 0x7b, 0x0e, 0xfd, 0xf8, 0x26, 0x67, 0xad, 0x6f, 0x8d, 0x04, 0xed, 0xee, 0x7b, 0x0c, 0xba, 0x56, 0xf6, 0x26, 0x92, 0x00, 0xa5, 0x62, 0x3e, 0xca, 0xdb, 0x26, 0x99, 0x2f, 0x5e, 0xa7, 0xf7, 0xf9, 0x3c, 0x45, 0x84, 0xd7, 0xa4, 0x5b, 0x78, 0x85, 0x2d, 0x01, 0xbb, 0x03, 0x8e, 0x09, 0x26, 0x49, 0x4b, 0x30, 0x01, 0x9f, 0x0b, 0x57, 0xc0, 0x24, 0x28, 0x11, 0x24, 0xd0, 0x4a, 0x88, 0x00, 0x28, 0x85, 0xa3, 0xf1, 0x11, 0x09, 0x83, 0xe4, 0x83, 0x36, 0x8b, 0x14, 0x24, 0xc4, 0xbd, 0x95, 0x60, 0xb7, 0xfe, 0xce, 0x44, 0x82, 0xfb, 0x2b, 0x7a, 0x9c, 0x11, 0xc5, 0x0c, 0x5b, 0xc6, 0x29, 0x22, 0xb7, 0xa0, 0x79, 0x1d, 0x81, 0xf8, 0x11, 0x7f, 0x3a, 0xa0, 0x66, 0xc3, 0xba, 0xa2, 0x7d, 0x66, 0xca, 0xb2, 0xef, 0x17, 0x94, 0xd2, 0x85, 0x84, 0x84, 0xfc, 0x15, 0x82, 0x7e, 0x9d, 0x80, 0x27, 0x39, 0x67, 0xd2, 0x7c, 0xc7, 0x89, 0xe7, 0x71, 0xa0, 0x0f, 0x38, 0xa5, 0x6c, 0x1a, 0x99, 0x7b, 0xa5, 0xed, 0x64, 0xf6, 0x19, 0xec, 0x05, 0x48, 0x88, 0x77, 0x58, 0xe0, 0xee, 0x42, 0x5d, 0xe8, 0x75, 0xe0, 0xf7, 0xf1, 0x3c, 0x3c, 0x5f, 0xb8, 0x87, 0xd7, 0x45, 0x7c, 0xc0, 0x24, 0x50, 0x31, 0x81, 0x74, 0x05, 0xc5, 0x93, 0x10, 0xfc, 0x97, 0x24, 0x09, 0xc6, 0x49, 0x37, 0x60, 0x58, 0x01, 0x40, 0x2b, 0x00, 0x77, 0x90, 0x00, 0xf9, 0xa3, 0x50, 0xeb, 0xf1, 0xb1, 0xfc, 0x3d, 0xb4, 0x00, 0x11, 0x48, 0x00, 0x74, 0x0d, 0x6d, 0xf8, 0x58, 0xbf, 0x16, 0xec, 0xc7, 0x86, 0x18, 0x24, 0x70, 0xb3, 0xf0, 0x94, 0xae, 0x99, 0xeb, 0x04, 0x62, 0x0e, 0x64, 0xd6, 0x53, 0x03, 0xed, 0x80, 0xfd, 0x18, 0xd1, 0xa3, 0x15, 0xa0, 0x82, 0x49, 0x68, 0xe8, 0xca, 0x7f, 0x40, 0xd0, 0x8b, 0x14, 0xf8, 0xc7, 0x77, 0x7d, 0x20, 0x02, 0x3d, 0x1a, 0xc0, 0xe3, 0x23, 0x44, 0x01, 0x47, 0xf7, 0xf5, 0x49, 0x68, 0x7e, 0x97, 0xb3, 0x6f, 0x37, 0x83, 0x2f, 0xc0, 0x5e, 0x84, 0xf2, 0x2e, 0x06, 0x6d, 0x8b, 0x85, 0x65, 0x60, 0x59, 0x2c, 0x5e, 0x93, 0x44, 0x60, 0x8b, 0x80, 0xd6, 0x80, 0x5c, 0x82, 0x56, 0x8a, 0xd1, 0x7e, 0xe9, 0x6b, 0x1c, 0x1c, 0x72, 0x4c, 0x50, 0x32, 0x4d, 0xcf, 0x0c, 0xb4, 0xe2, 0x89, 0x32, 0x2b, 0x70, 0xb6, 0x02, 0x14, 0x0b, 0x08, 0x2b, 0x30, 0x5a, 0x58, 0x81, 0x3c, 0x24, 0x41, 0xce, 0x48, 0x7c, 0x8e, 0xdf, 0xd1, 0x82, 0xe9, 0xa4, 0xed, 0x30, 0x0a, 0xa6, 0x94, 0x0d, 0xeb, 0xd0, 0x6a, 0x19, 0x24, 0x70, 0x44, 0xf9, 0xbc, 0xee, 0x3a, 0x06, 0xed, 0x11, 0xde, 0x7f, 0x87, 0xef, 0x1d, 0x82, 0x13, 0x0f, 0x57, 0xea, 0xee, 0x47, 0xd5, 0x41, 0xef, 0x5f, 0xac, 0x59, 0xe3, 0xf7, 0xe3, 0xe0, 0xb0, 0x80, 0x7c, 0x05, 0xfe, 0xe9, 0xa8, 0x4d, 0xd0, 0x1d, 0xf3, 0xac, 0x18, 0xb8, 0x63, 0xe8, 0xf3, 0xeb, 0xf7, 0x9a, 0xc0, 0x4f, 0x40, 0x00, 0x17, 0xb1, 0xf6, 0xb2, 0x39, 0xaf, 0xa0, 0x82, 0x0f, 0x69, 0x36, 0x69, 0x3d, 0x82, 0x5f, 0x89, 0x9a, 0x58, 0xb9, 0x04, 0x09, 0xf2, 0x01, 0x40, 0x15, 0xa6, 0x71, 0xf7, 0x48, 0x3e, 0xc0, 0x8c, 0xe0, 0x7d, 0x49, 0x86, 0x45, 0x7c, 0x2e, 0x48, 0x12, 0x28, 0x4b, 0xa0, 0x95, 0xbe, 0xca, 0x81, 0x21, 0xc5, 0x03, 0x9c, 0x1e, 0x16, 0x4f, 0x76, 0xce, 0x0a, 0x4a, 0x8c, 0x58, 0x80, 0x09, 0x50, 0x8c, 0x52, 0x24, 0x5d, 0x41, 0x3e, 0x92, 0x20, 0x17, 0x49, 0x90, 0x3d, 0x12, 0x1c, 0xb9, 0x48, 0x9a, 0xc6, 0x6d, 0x48, 0x00, 0xb4, 0x56, 0xb6, 0xfd, 0x68, 0x09, 0xc2, 0xcd, 0xee, 0xa0, 0xd3, 0xdd, 0x56, 0x34, 0x5f, 0x56, 0xe2, 0xee, 0xf7, 0x07, 0x82, 0x1e, 0xab, 0xc0, 0xb7, 0x46, 0xed, 0x87, 0xae, 0xf8, 0x71, 0xb2, 0x8c, 0xfb, 0x3b, 0x04, 0x6b, 0x9d, 0x09, 0xfc, 0x53, 0xc2, 0xbc, 0x93, 0xc6, 0x92, 0x1f, 0x67, 0xed, 0xc7, 0xc0, 0xef, 0xae, 0x01, 0xbe, 0x46, 0x80, 0x57, 0x7d, 0x04, 0x5a, 0xd5, 0x52, 0x94, 0x65, 0x52, 0x96, 0x8a, 0xd7, 0x98, 0x08, 0x06, 0x09, 0x84, 0x25, 0x78, 0x43, 0x58, 0x12, 0x3d, 0x3b, 0x98, 0xc1, 0x35, 0x02, 0xc3, 0x0a, 0x28, 0x02, 0x8c, 0xc7, 0xbf, 0x5f, 0x94, 0x56, 0x60, 0x8c, 0x10, 0x76, 0x03, 0x48, 0x80, 0x02, 0x83, 0x00, 0x5a, 0xd6, 0xef, 0xc1, 0x91, 0x8d, 0xe7, 0x36, 0x6e, 0x41, 0x02, 0xa0, 0xd5, 0xb2, 0x21, 0x79, 0x2b, 0x97, 0x9b, 0x03, 0xc3, 0x7b, 0x60, 0xf9, 0xad, 0x67, 0x09, 0xba, 0x3a, 0x42, 0x42, 0x02, 0x5f, 0x54, 0xe0, 0x6f, 0xdb, 0xbe, 0x15, 0xda, 0x52, 0xfc, 0x54, 0xf4, 0x8c, 0x83, 0xb9, 0x44, 0x96, 0x67, 0xa5, 0xd9, 0x2f, 0x7f, 0x47, 0xe4, 0xf3, 0xac, 0xfd, 0x73, 0x75, 0xed, 0x07, 0xa5, 0xf9, 0x0c, 0x3e, 0x46, 0xe6, 0xd5, 0xcb, 0x51, 0x56, 0xa0, 0x7c, 0x22, 0xc5, 0x8f, 0x5f, 0x63, 0x52, 0x90, 0x65, 0xa0, 0x73, 0xd1, 0x25, 0x08, 0x77, 0xf0, 0x96, 0xcc, 0x1c, 0x5e, 0x17, 0xdf, 0x6d, 0xca, 0x0a, 0x04, 0x01, 0x26, 0x39, 0xd7, 0x05, 0x4a, 0x65, 0x2c, 0x50, 0x46, 0xb1, 0x80, 0x8b, 0x1b, 0xc8, 0x45, 0x02, 0xdc, 0x46, 0xc9, 0x24, 0x12, 0x60, 0xec, 0xd0, 0xbc, 0x15, 0x09, 0x80, 0x2e, 0xa1, 0x75, 0x17, 0x5a, 0x89, 0x37, 0xcc, 0x24, 0x38, 0xda, 0xef, 0x81, 0x0d, 0x0a, 0x0a, 0xfa, 0xfb, 0xe0, 0xb0, 0xc0, 0x39, 0xc1, 0xa1, 0xfe, 0x2b, 0x11, 0xdc, 0x9d, 0x68, 0xe2, 0x8f, 0x04, 0x87, 0xf9, 0xef, 0xc0, 0xd4, 0x6e, 0x45, 0x50, 0x68, 0xd0, 0x30, 0x3f, 0x3f, 0xbf, 0x3f, 0x44, 0xf9, 0xbe, 0xd9, 0xf4, 0x57, 0x65, 0xc4, 0x8a, 0x01, 0xb2, 0xa0, 0xbf, 0x3c, 0x3f, 0x51, 0x94, 0x63, 0x55, 0xc0, 0x57, 0xb9, 0x54, 0x80, 0x53, 0xfa, 0x9a, 0x8c, 0xe0, 0xdf, 0x60, 0x0d, 0x26, 0xed, 0x87, 0x4a, 0x04, 0xf3, 0xde, 0x12, 0xa1, 0xe9, 0x04, 0x7e, 0x0d, 0x82, 0x5e, 0xb3, 0x12, 0xa0, 0xd6, 0x1f, 0x25, 0x00, 0x34, 0x7a, 0x5e, 0xf3, 0x29, 0xe6, 0xef, 0x2b, 0x04, 0x41, 0xc8, 0x35, 0xb0, 0x25, 0x58, 0x28, 0xdc, 0x07, 0xc5, 0x03, 0x9c, 0x19, 0xa8, 0xac, 0x40, 0x59, 0x81, 0x29, 0xec, 0x06, 0x28, 0x2d, 0x84, 0xd2, 0x09, 0x9c, 0x12, 0x72, 0x5d, 0x40, 0xb9, 0x01, 0x19, 0x0c, 0x1a, 0x04, 0x18, 0x05, 0x8e, 0x2c, 0x22, 0x01, 0x12, 0xe0, 0xd6, 0xf3, 0xf8, 0x37, 0xba, 0x93, 0x96, 0xed, 0x48, 0x80, 0x9d, 0xf8, 0xf8, 0x05, 0x38, 0x92, 0xc7, 0x9a, 0x8b, 0x45, 0x13, 0xfb, 0x1d, 0xe8, 0x08, 0xe8, 0x1f, 0x05, 0x87, 0x06, 0xbe, 0x8f, 0x72, 0x4b, 0x81, 0xfa, 0x00, 0x69, 0x44, 0x72, 0x9c, 0xd4, 0x83, 0xbe, 0x38, 0x0b, 0x9a, 0xfe, 0x17, 0x65, 0xc4, 0x8c, 0xa6, 0xbf, 0xf1, 0xb0, 0x29, 0xda, 0x0f, 0x97, 0x51, 0xfa, 0x4c, 0x59, 0xd5, 0x9b, 0x23, 0x09, 0x20, 0x03, 0x3f, 0x36, 0xfd, 0x68, 0xde, 0xab, 0x3e, 0x66, 0x8d, 0x27, 0xc0, 0xb5, 0xba, 0x40, 0xf4, 0xbf, 0x21, 0x42, 0xea, 0x82, 0xf1, 0x3b, 0x02, 0x05, 0x29, 0x24, 0x09, 0x88, 0x30, 0x4c, 0x1c, 0x76, 0x05, 0x6f, 0x89, 0x6c, 0xc2, 0xc9, 0x0a, 0x08, 0x02, 0x88, 0x8c, 0x60, 0xa2, 0xc9, 0x0a, 0x28, 0x02, 0x8c, 0x75, 0x26, 0x00, 0x67, 0x03, 0x23, 0x85, 0x1b, 0x20, 0x2b, 0x70, 0xeb, 0xf7, 0xa0, 0xa5, 0x23, 0x09, 0x0a, 0x91, 0xa4, 0xad, 0x44, 0x82, 0x2f, 0xf0, 0xb7, 0x84, 0x99, 0x2b, 0x86, 0x55, 0x10, 0xd3, 0x4f, 0x36, 0xa5, 0x02, 0x80, 0xef, 0x84, 0x84, 0x05, 0xbe, 0x8a, 0x40, 0x56, 0xf4, 0x04, 0x38, 0xbe, 0xff, 0x40, 0x42, 0xd4, 0x5f, 0xdb, 0x6c, 0x44, 0xcb, 0xf9, 0xcb, 0x8d, 0x99, 0xb9, 0x96, 0x23, 0x12, 0x8c, 0x19, 0xa2, 0x8c, 0xcb, 0xfe, 0x5f, 0x10, 0x00, 0xee, 0x2e, 0xd0, 0xcd, 0xbf, 0xc6, 0x7e, 0x7f, 0x39, 0x6b, 0x3a, 0xd4, 0x05, 0xe1, 0x60, 0x87, 0x62, 0xf0, 0x18, 0x8e, 0xbe, 0x78, 0x35, 0x46, 0xe3, 0xab, 0xc4, 0xdf, 0x4c, 0x82, 0x4f, 0xc4, 0x79, 0xca, 0x0a, 0x54, 0x2c, 0x14, 0xe9, 0xa3, 0x8c, 0x05, 0xb8, 0x36, 0x60, 0x2e, 0x0e, 0x99, 0xab, 0x83, 0x4e, 0x6e, 0x60, 0x8c, 0x0c, 0x06, 0x65, 0x20, 0x58, 0x20, 0xad, 0x00, 0x05, 0x82, 0x68, 0x01, 0xb4, 0x8c, 0xe7, 0xc1, 0x91, 0x8e, 0xd9, 0x4b, 0x1a, 0x92, 0xa0, 0x0a, 0x2d, 0x51, 0xeb, 0x56, 0x16, 0xed, 0xce, 0x7c, 0x53, 0x56, 0xe0, 0xbd, 0xa2, 0x5f, 0x68, 0x7d, 0x48, 0x68, 0xe0, 0x21, 0x33, 0x98, 0xab, 0x56, 0x87, 0xc2, 0xb1, 0x78, 0x2b, 0xe4, 0xe4, 0x66, 0x43, 0x6d, 0x6d, 0x0d, 0xb4, 0xb4, 0xb4, 0x40, 0x7b, 0x7b, 0x3b, 0xd8, 0x6c, 0xad, 0x50, 0x55, 0x75, 0x0f, 0xae, 0xdf, 0x48, 0x85, 0x9d, 0xbb, 0xb7, 0xe9, 0xe7, 0xef, 0xd9, 0xf9, 0x19, 0x74, 0xc7, 0x8d, 0x96, 0x29, 0xdf, 0x70, 0xcc, 0xa3, 0x13, 0xc4, 0x94, 0x6c, 0x47, 0x92, 0xc8, 0xd9, 0xb9, 0x4a, 0x27, 0x09, 0x50, 0xf6, 0x9a, 0x8c, 0xdc, 0xdf, 0x14, 0xc0, 0x51, 0x40, 0x47, 0x11, 0x3e, 0xf9, 0x77, 0xd2, 0x6e, 0x32, 0xfb, 0xa8, 0xf1, 0x0c, 0x7a, 0xe3, 0x5a, 0x31, 0x99, 0xd3, 0xb8, 0x4e, 0x92, 0x20, 0x44, 0x58, 0x07, 0xb6, 0x02, 0xe8, 0x2e, 0xf0, 0x73, 0x9c, 0x1e, 0x92, 0x25, 0x29, 0x37, 0xdc, 0x00, 0x5b, 0x1a, 0xfe, 0x7f, 0x22, 0x1b, 0xd0, 0xe4, 0x44, 0x91, 0x41, 0x80, 0xb1, 0x0f, 0x48, 0x07, 0x51, 0xd0, 0x0d, 0x38, 0x32, 0x90, 0x04, 0xe4, 0x06, 0xd2, 0x46, 0x20, 0x11, 0x90, 0x30, 0xcd, 0x9b, 0x90, 0xcc, 0x18, 0x18, 0x36, 0x6f, 0x00, 0xfb, 0x89, 0x61, 0x8a, 0x04, 0x2d, 0x4f, 0x74, 0x40, 0x18, 0x18, 0x18, 0xf8, 0x17, 0x08, 0x60, 0xaa, 0x02, 0x32, 0x6c, 0x55, 0x30, 0x5c, 0xb8, 0x78, 0x1e, 0x5a, 0x5b, 0x5b, 0xc1, 0xe1, 0x70, 0x80, 0xdd, 0xde, 0x0d, 0x5d, 0x5d, 0x5d, 0xd0, 0xd9, 0xd9, 0x09, 0x1d, 0x1d, 0x1d, 0x4c, 0x82, 0xb6, 0xb6, 0x36, 0x26, 0x02, 0x91, 0x22, 0x37, 0x2f, 0x07, 0x76, 0xef, 0xdd, 0x09, 0xc5, 0xa7, 0x56, 0x2a, 0xbf, 0x88, 0x03, 0x1a, 0x20, 0xc1, 0x3f, 0x8f, 0x60, 0xae, 0x12, 0x81, 0x18, 0x99, 0x62, 0x37, 0x16, 0xc0, 0x1d, 0x01, 0xb4, 0x1a, 0x7f, 0x34, 0xff, 0x68, 0xf6, 0x1b, 0x50, 0xf3, 0x9b, 0x36, 0xe2, 0xa0, 0x7f, 0x26, 0x06, 0x9f, 0xc8, 0x80, 0x56, 0x00, 0xea, 0x02, 0x44, 0x8c, 0x40, 0xb1, 0x00, 0x05, 0x84, 0x5c, 0x1f, 0x58, 0xc0, 0xb5, 0x04, 0x60, 0x62, 0xcd, 0x46, 0x71, 0x8e, 0x03, 0x44, 0x20, 0xe8, 0x32, 0x3f, 0x50, 0x6a, 0x10, 0x00, 0x8a, 0x5e, 0xb8, 0x2f, 0x10, 0x54, 0x04, 0x70, 0x10, 0x01, 0xae, 0xa3, 0x25, 0x28, 0x44, 0x92, 0xb5, 0x6c, 0x46, 0xc1, 0xdf, 0x52, 0xbe, 0xc8, 0x5c, 0x25, 0x5c, 0xf9, 0x44, 0x82, 0x4f, 0x25, 0x5b, 0xf4, 0xf5, 0x49, 0x0a, 0xfc, 0xad, 0xdb, 0x36, 0x43, 0x5d, 0x7d, 0x1d, 0x68, 0x9a, 0x26, 0xc1, 0xb7, 0x43, 0x77, 0x77, 0x37, 0x02, 0xdd, 0x0c, 0x0d, 0x0d, 0xf5, 0x50, 0x57, 0x57, 0x8b, 0xef, 0xd7, 0x42, 0x53, 0x53, 0x13, 0x13, 0x84, 0x08, 0xd0, 0xdc, 0xdc, 0x04, 0x8d, 0x8d, 0xf5, 0xba, 0xef, 0xb7, 0x9f, 0x18, 0x81, 0xda, 0x7f, 0x5a, 0x04, 0x7f, 0x6d, 0x27, 0x70, 0x80, 0xa7, 0x49, 0x13, 0x3c, 0x55, 0x9a, 0xe4, 0x57, 0xa4, 0x05, 0x50, 0x05, 0x20, 0x53, 0x06, 0x80, 0x2e, 0x40, 0x04, 0x80, 0x68, 0x01, 0xea, 0xa5, 0x05, 0x68, 0xda, 0xc0, 0x04, 0xd0, 0x9a, 0x37, 0x4b, 0x02, 0x84, 0x21, 0x01, 0x02, 0x45, 0x9c, 0x80, 0xf1, 0x02, 0xc7, 0x0d, 0x77, 0x17, 0xeb, 0x71, 0x80, 0x51, 0x13, 0x30, 0x13, 0x60, 0xb2, 0xac, 0x0a, 0x8a, 0x40, 0x10, 0x64, 0x3d, 0x00, 0x94, 0x1b, 0xa0, 0x38, 0xc0, 0x95, 0x00, 0x94, 0x0a, 0x66, 0xa2, 0xf6, 0x23, 0x09, 0x1c, 0x37, 0x91, 0x04, 0xd7, 0x87, 0x83, 0xe3, 0x0a, 0x55, 0x32, 0xf1, 0x37, 0xb5, 0x20, 0x29, 0x9b, 0xd6, 0x81, 0xfd, 0xe4, 0x30, 0x23, 0x2d, 0x7c, 0x12, 0xa7, 0x7f, 0x11, 0xf4, 0xcd, 0x0a, 0xfc, 0x7d, 0xfb, 0xf7, 0xb0, 0x86, 0xd3, 0x41, 0xe0, 0x93, 0xc6, 0xd7, 0xd7, 0xd7, 0x23, 0xd0, 0x2d, 0xa8, 0xf1, 0x36, 0x26, 0x41, 0x63, 0x63, 0x03, 0x93, 0xa0, 0xaa, 0xba, 0x0a, 0x2a, 0x2a, 0xca, 0xe1, 0xde, 0xbd, 0x4a, 0x41, 0x86, 0xc2, 0x53, 0x86, 0x4f, 0x2c, 0x58, 0xaa, 0x37, 0x61, 0x90, 0xbf, 0x66, 0xdf, 0x5b, 0xac, 0x2c, 0xc0, 0x34, 0x19, 0x04, 0xbe, 0x2a, 0x82, 0x35, 0xbd, 0x06, 0xb0, 0x50, 0x12, 0xe0, 0x43, 0x49, 0x80, 0x4f, 0x45, 0x00, 0xd8, 0x10, 0x26, 0x40, 0x47, 0x12, 0x68, 0x8d, 0xeb, 0xf1, 0xf9, 0x1a, 0x69, 0x01, 0xf0, 0x7b, 0x99, 0x00, 0xcb, 0xdc, 0x10, 0x60, 0x9e, 0x89, 0x00, 0xaf, 0x38, 0x11, 0x40, 0xcd, 0x0d, 0xb8, 0xcb, 0x04, 0x44, 0x41, 0xc8, 0x54, 0x11, 0xcc, 0x12, 0xa9, 0x20, 0xbb, 0x80, 0x9b, 0x68, 0x01, 0x6e, 0xa0, 0x5c, 0x79, 0x0e, 0xdf, 0x43, 0x17, 0xd3, 0x82, 0xbf, 0xa5, 0x65, 0x1d, 0x12, 0x66, 0x9e, 0xb9, 0x87, 0xe0, 0xc9, 0x9a, 0x04, 0x0a, 0x09, 0xf1, 0xff, 0x0f, 0x04, 0x5e, 0x23, 0xf0, 0x37, 0x6f, 0xd9, 0x00, 0x36, 0x04, 0x99, 0x0e, 0xd2, 0x7e, 0x02, 0xbb, 0xa3, 0xa3, 0x1d, 0x49, 0xd0, 0x71, 0x1f, 0xf8, 0xd5, 0x08, 0x7e, 0x65, 0xe5, 0x5d, 0x28, 0x2f, 0x2f, 0x83, 0x92, 0x92, 0x62, 0xb8, 0x53, 0x54, 0x08, 0xed, 0xe7, 0x0d, 0x73, 0x08, 0x2d, 0x47, 0x45, 0xf7, 0x0d, 0x55, 0xfb, 0xca, 0xa6, 0x9a, 0x08, 0x30, 0x59, 0x82, 0xf1, 0x8a, 0x30, 0xcf, 0xa6, 0x2a, 0xa0, 0xa8, 0x00, 0xa2, 0x19, 0xaf, 0xfa, 0x40, 0x44, 0xf7, 0x94, 0xf3, 0xd7, 0x0a, 0x2b, 0x40, 0x41, 0xa0, 0x86, 0xae, 0x80, 0x04, 0x1a, 0xc2, 0x85, 0x65, 0x20, 0x17, 0x41, 0xe7, 0x50, 0x0c, 0xc0, 0x35, 0x81, 0x77, 0x7b, 0x41, 0x80, 0x97, 0x0d, 0x02, 0xb0, 0x0b, 0x18, 0xe7, 0x54, 0x11, 0x54, 0x16, 0x00, 0x54, 0x45, 0x50, 0xa6, 0x82, 0x4c, 0x80, 0x74, 0x83, 0x00, 0x8e, 0x4b, 0x18, 0xdf, 0x34, 0xe1, 0xef, 0x68, 0x26, 0x6b, 0x14, 0x68, 0x6e, 0x2f, 0x3b, 0xf5, 0x64, 0xe5, 0xf8, 0xa1, 0x01, 0x67, 0xf5, 0xdc, 0x1d, 0x83, 0x3a, 0x05, 0x3e, 0x69, 0x34, 0x99, 0x7d, 0x33, 0xf8, 0x0d, 0x08, 0x7e, 0xad, 0xd4, 0x7c, 0x27, 0xf0, 0xef, 0x14, 0x42, 0x61, 0x5e, 0x06, 0xa6, 0x7c, 0x83, 0x85, 0xf6, 0x5f, 0x9e, 0x61, 0xb4, 0x5e, 0x35, 0x6e, 0x92, 0x83, 0xfd, 0x92, 0xd4, 0xbe, 0xc9, 0x86, 0x1b, 0xa0, 0x6a, 0x1d, 0xa7, 0x82, 0x73, 0x39, 0x70, 0x53, 0x71, 0x80, 0x48, 0x05, 0x3f, 0xd2, 0xeb, 0x00, 0x1a, 0xe6, 0xff, 0x50, 0x2f, 0xb2, 0x01, 0xa1, 0xf9, 0xc1, 0x42, 0xfb, 0xb9, 0x1e, 0xb0, 0x1c, 0xcf, 0x15, 0x41, 0xa0, 0xa8, 0x0a, 0xca, 0x82, 0x10, 0x07, 0x81, 0xb3, 0xdd, 0xba, 0x80, 0x07, 0x11, 0x40, 0x53, 0x2e, 0xc0, 0x54, 0x12, 0xd6, 0x6b, 0x01, 0x26, 0x0b, 0xe0, 0xb8, 0xf0, 0x2c, 0x5a, 0x8a, 0x77, 0x90, 0x00, 0x48, 0xc8, 0xe6, 0x55, 0xe0, 0x48, 0x9d, 0xa0, 0x97, 0x88, 0x69, 0xdd, 0xc2, 0x93, 0x11, 0xf8, 0x85, 0x06, 0x3e, 0xa3, 0xc0, 0x8f, 0x3d, 0x16, 0x0d, 0xea, 0xa0, 0xc0, 0x4e, 0x04, 0x7c, 0xee, 0xc1, 0xbf, 0x8b, 0xe0, 0x97, 0x21, 0xf8, 0xc5, 0x25, 0x45, 0x0c, 0x7e, 0x7e, 0x7e, 0x2e, 0x34, 0xe4, 0x1c, 0x33, 0xb4, 0xbf, 0x2c, 0x50, 0x6f, 0xbb, 0xd2, 0x2a, 0xe7, 0x73, 0xc4, 0x0d, 0xdc, 0xa2, 0x35, 0x49, 0x06, 0x82, 0xa6, 0x38, 0xe0, 0xbe, 0x62, 0xd0, 0x42, 0xb6, 0x02, 0xaa, 0x18, 0x44, 0x69, 0x1e, 0x99, 0x79, 0xd6, 0x76, 0x22, 0x02, 0x07, 0x7e, 0xfe, 0x22, 0x45, 0xa4, 0x40, 0x51, 0x9a, 0x7f, 0x91, 0x05, 0x2c, 0x12, 0x24, 0x2a, 0x37, 0x4f, 0x0e, 0xc9, 0xd9, 0x41, 0x76, 0x3b, 0x53, 0xe4, 0x9c, 0xc0, 0x44, 0x2e, 0x07, 0xdf, 0xe7, 0x02, 0x1e, 0x40, 0x00, 0xb3, 0x0b, 0xd0, 0xae, 0x22, 0x01, 0x2e, 0x0e, 0x63, 0xd0, 0xa1, 0x39, 0x5c, 0x48, 0xc9, 0xfc, 0x27, 0xaf, 0x30, 0x14, 0x12, 0x1a, 0x10, 0xae, 0x08, 0x50, 0x57, 0x57, 0xe7, 0x64, 0xfa, 0x7b, 0x03, 0x7e, 0xe1, 0x9d, 0x02, 0xc8, 0x2f, 0xc8, 0x63, 0x97, 0xe0, 0xb8, 0xb9, 0xca, 0x20, 0x40, 0xf3, 0x41, 0xd1, 0x6f, 0x67, 0xb3, 0xe2, 0xc0, 0x8e, 0x97, 0x29, 0xd7, 0x04, 0x51, 0x8b, 0xa7, 0x76, 0xad, 0xd2, 0x29, 0x86, 0x1b, 0x60, 0x2b, 0x30, 0x5b, 0x06, 0x83, 0xca, 0x0a, 0x2c, 0xe4, 0xc9, 0x1e, 0x72, 0x05, 0x8a, 0x04, 0x5c, 0xf4, 0x21, 0x6b, 0xc0, 0xa5, 0xe0, 0x4f, 0x64, 0x39, 0x78, 0x99, 0xb0, 0x14, 0x95, 0xa2, 0x10, 0xc4, 0x31, 0x04, 0xcf, 0x09, 0xcc, 0x13, 0x05, 0x26, 0x35, 0x33, 0xc8, 0x85, 0xa7, 0xa9, 0x26, 0x0b, 0x20, 0xfa, 0x05, 0xc1, 0x75, 0x52, 0xa8, 0xc4, 0x44, 0x00, 0x77, 0xd5, 0x40, 0x57, 0x02, 0x9c, 0x1d, 0x2a, 0x08, 0x49, 0x04, 0xa8, 0x5d, 0x69, 0x2e, 0x0f, 0xef, 0x7a, 0x52, 0x82, 0xbf, 0x3c, 0x02, 0xff, 0xb3, 0xcf, 0x37, 0x31, 0xf0, 0x24, 0xcd, 0xcd, 0x3d, 0x83, 0x7f, 0xaf, 0x2c, 0x17, 0x6a, 0x32, 0x2c, 0x50, 0x95, 0xb6, 0x9f, 0xc1, 0xcf, 0x43, 0xcd, 0xa7, 0xda, 0x00, 0x07, 0x8c, 0x89, 0xaf, 0x88, 0x8b, 0x4f, 0x18, 0x85, 0x7e, 0xff, 0x84, 0x68, 0xb6, 0x6c, 0xdc, 0x2c, 0x22, 0x6c, 0x36, 0xb5, 0x86, 0x1b, 0x00, 0xdd, 0x0d, 0x88, 0x8a, 0xa0, 0xb2, 0x02, 0x5c, 0xc7, 0x67, 0x12, 0x88, 0xa2, 0x10, 0xcf, 0xf8, 0x91, 0x25, 0xb8, 0x67, 0x4c, 0x08, 0x41, 0xf5, 0xc7, 0xe2, 0x51, 0x96, 0x81, 0x45, 0x15, 0x70, 0xb1, 0x28, 0x05, 0x53, 0x26, 0xa1, 0xfb, 0xff, 0xd9, 0x4e, 0xf3, 0x01, 0x6a, 0x56, 0x50, 0x2b, 0x99, 0x24, 0xad, 0x91, 0x73, 0x10, 0x78, 0x5f, 0x16, 0x90, 0x3f, 0xca, 0x6d, 0x0c, 0xc0, 0xb5, 0x00, 0xe9, 0x02, 0xec, 0x48, 0x00, 0xad, 0x00, 0xdd, 0x40, 0x53, 0x18, 0x8b, 0xfd, 0xcc, 0x08, 0x95, 0x0e, 0x66, 0xdd, 0xd7, 0x35, 0x65, 0xf1, 0x7e, 0x91, 0xf6, 0x27, 0x78, 0x5c, 0x9b, 0x54, 0xdc, 0x77, 0xf0, 0xb4, 0xad, 0x6a, 0xd6, 0x48, 0x4e, 0xd2, 0xb5, 0x9f, 0x22, 0x7e, 0x33, 0xf8, 0x75, 0xd5, 0xe5, 0x50, 0x9f, 0x7b, 0x0a, 0x9a, 0xae, 0xae, 0x82, 0xd6, 0xa4, 0x85, 0xd0, 0x7a, 0xe6, 0x6d, 0xb8, 0x97, 0xba, 0x93, 0xc1, 0x2f, 0xc7, 0x0c, 0x40, 0xa0, 0xdf, 0x85, 0x41, 0x90, 0xf4, 0xff, 0xe9, 0x73, 0x24, 0x01, 0x8e, 0x73, 0xbf, 0x1d, 0x77, 0xde, 0x10, 0x01, 0xd8, 0x0a, 0xbc, 0x24, 0x5a, 0xb4, 0x64, 0x36, 0x00, 0xec, 0x06, 0x66, 0x70, 0x30, 0xc8, 0xb1, 0x40, 0xb9, 0xb9, 0x27, 0x40, 0x91, 0x60, 0xb1, 0x30, 0xef, 0x72, 0x4a, 0x58, 0xcc, 0x10, 0xca, 0x69, 0xe1, 0xbb, 0xef, 0x33, 0xf8, 0xa2, 0x6f, 0x60, 0x81, 0x69, 0x46, 0x50, 0xd6, 0x00, 0xc8, 0xba, 0xc8, 0x00, 0x10, 0x4a, 0x8c, 0x3e, 0x41, 0xb8, 0xaf, 0x12, 0x28, 0x26, 0x84, 0xb8, 0x10, 0x54, 0x64, 0xaa, 0x04, 0x62, 0x1a, 0xe8, 0xc0, 0x34, 0x50, 0x65, 0x01, 0x0e, 0xb4, 0x00, 0x9a, 0x8a, 0x01, 0x92, 0x91, 0x00, 0x49, 0x43, 0x90, 0x14, 0x33, 0x74, 0x02, 0x68, 0xe9, 0x53, 0x95, 0x05, 0x70, 0xb8, 0xae, 0x2d, 0xb0, 0x47, 0xfb, 0xbe, 0xa6, 0x76, 0x2a, 0xa1, 0xed, 0x6a, 0xba, 0xa2, 0x07, 0xfd, 0x86, 0x56, 0x16, 0x3f, 0x3e, 0xff, 0x1f, 0x1e, 0xf8, 0xcf, 0x8a, 0x00, 0x19, 0x19, 0xb7, 0xf4, 0x9c, 0x9f, 0xa2, 0xfc, 0xe6, 0xc6, 0x3a, 0x68, 0x2e, 0xb9, 0x04, 0x2d, 0x69, 0x5b, 0xa0, 0xed, 0xdc, 0x62, 0x68, 0x3b, 0xbb, 0x10, 0x6c, 0x49, 0xef, 0x30, 0xf8, 0x2d, 0x89, 0x6f, 0x43, 0xc5, 0x8d, 0x48, 0x34, 0xfd, 0xf9, 0xfc, 0x19, 0x26, 0x4e, 0x43, 0x8e, 0x91, 0xfe, 0x15, 0x2d, 0x17, 0x1d, 0xb6, 0xed, 0x71, 0x08, 0xd0, 0x1c, 0x83, 0x00, 0x2c, 0xe3, 0x0d, 0x2b, 0xc0, 0xda, 0x38, 0x45, 0x6a, 0x27, 0xa5, 0x84, 0xca, 0x15, 0xcc, 0x95, 0xf1, 0xc0, 0x5b, 0xb2, 0xeb, 0x47, 0x64, 0x06, 0x9c, 0xe2, 0x91, 0x5b, 0xa8, 0x54, 0xb2, 0x58, 0x06, 0x7d, 0x0b, 0x65, 0xf1, 0x67, 0xbe, 0xe1, 0xfb, 0xcb, 0x9c, 0x1b, 0x43, 0xdc, 0x4e, 0x09, 0x17, 0x8f, 0xd3, 0xfb, 0x02, 0x40, 0xba, 0x00, 0x9a, 0x11, 0xa4, 0xce, 0xa0, 0xfa, 0xf4, 0xf1, 0x50, 0x92, 0x32, 0x19, 0xb2, 0x93, 0xa6, 0x43, 0xd6, 0xe9, 0xe9, 0x50, 0x72, 0xfe, 0x65, 0xa8, 0xbb, 0x3c, 0x0e, 0x1c, 0x69, 0xcf, 0x8b, 0x42, 0x10, 0x13, 0x00, 0x5d, 0x00, 0x12, 0xc0, 0x91, 0xfc, 0x82, 0x41, 0x80, 0x3b, 0x6f, 0x1a, 0x45, 0x21, 0x97, 0xd5, 0x40, 0x7a, 0xf7, 0xb4, 0xb3, 0x1c, 0xa0, 0x3d, 0x83, 0x68, 0xcf, 0xc3, 0x47, 0xbe, 0x74, 0x2c, 0x28, 0x6c, 0xe5, 0x60, 0x45, 0x80, 0xc2, 0xc2, 0x02, 0x04, 0xdf, 0x0e, 0xf6, 0xfa, 0x5c, 0x68, 0xcb, 0xdc, 0x0b, 0x1d, 0x97, 0x96, 0x72, 0x4a, 0xd7, 0x76, 0x6e, 0x21, 0xca, 0x3b, 0x60, 0xbb, 0xb6, 0x18, 0x5a, 0xf3, 0x96, 0x43, 0x4b, 0xea, 0x72, 0x68, 0x3e, 0xf7, 0x01, 0xdc, 0x49, 0x3f, 0xc1, 0xae, 0x42, 0x1d, 0x5a, 0xa9, 0x91, 0xff, 0x43, 0xcd, 0x3a, 0xd9, 0x61, 0x7b, 0x0c, 0x81, 0x98, 0x20, 0x07, 0x77, 0xac, 0x18, 0x6c, 0x45, 0x00, 0x97, 0x94, 0x90, 0x4b, 0xb5, 0xe4, 0x0a, 0xb8, 0xdd, 0x7b, 0xb6, 0xa9, 0x3f, 0xc0, 0x68, 0x0d, 0xd3, 0xdb, 0xc1, 0xb8, 0x13, 0x68, 0xa1, 0xe8, 0x25, 0xe0, 0x94, 0x4f, 0xb5, 0x86, 0xbd, 0x69, 0xa4, 0x7e, 0xb2, 0x75, 0x1c, 0x4a, 0xc5, 0xba, 0x01, 0x50, 0x65, 0x60, 0xbd, 0x35, 0x6c, 0xbc, 0xfc, 0x2d, 0x46, 0x83, 0x68, 0xc5, 0x8d, 0x29, 0x10, 0x7f, 0xe4, 0x1d, 0xd8, 0xbc, 0x61, 0x45, 0x8f, 0x73, 0x1c, 0x1b, 0xd7, 0x2d, 0x07, 0xeb, 0xde, 0xb7, 0xa1, 0xf4, 0xd4, 0x4b, 0xc2, 0x05, 0x9c, 0x41, 0x02, 0x24, 0x60, 0x1c, 0xd0, 0x80, 0x99, 0x49, 0x23, 0x12, 0xa0, 0xec, 0x3d, 0x73, 0x20, 0x38, 0xdd, 0x69, 0x8e, 0x25, 0x76, 0xc8, 0xbf, 0x73, 0xe3, 0x68, 0xf2, 0x04, 0xab, 0x3d, 0x63, 0x9c, 0xbe, 0x7b, 0x99, 0x2e, 0x16, 0x9f, 0x1d, 0xb4, 0x82, 0xfa, 0x91, 0xed, 0x6d, 0x1c, 0x1a, 0x1a, 0xe8, 0xc5, 0xfe, 0x7f, 0xcd, 0x52, 0xa8, 0x42, 0x93, 0x6e, 0xbf, 0xe6, 0x0f, 0xf6, 0x4b, 0x4b, 0xa0, 0xe3, 0xfc, 0xbb, 0xd0, 0x9e, 0x8c, 0xe0, 0x5f, 0x7b, 0x17, 0xda, 0xf2, 0x57, 0x42, 0x5b, 0xd5, 0x26, 0xb0, 0xd5, 0x6c, 0x87, 0xd6, 0xaa, 0x2d, 0xd0, 0x8c, 0xe7, 0x34, 0x9d, 0x5d, 0x02, 0x25, 0x39, 0xa9, 0x60, 0x3e, 0xb4, 0xfc, 0x43, 0x06, 0x01, 0x1a, 0xb6, 0x8b, 0xd6, 0x6a, 0xdb, 0x21, 0xd9, 0x7a, 0x2d, 0x08, 0x20, 0xdc, 0xc0, 0x38, 0xd9, 0x97, 0x27, 0x53, 0x42, 0x53, 0x61, 0xc8, 0x98, 0x1f, 0x78, 0x55, 0xb6, 0x7c, 0xcf, 0x31, 0x3a, 0x82, 0x99, 0x08, 0xf3, 0xe5, 0x8c, 0xe1, 0xdb, 0xd2, 0x32, 0x48, 0xe0, 0xd9, 0xe7, 0xbf, 0x21, 0x35, 0xff, 0x75, 0x26, 0x10, 0x94, 0xa9, 0xdc, 0x5f, 0x46, 0xff, 0xe6, 0x99, 0xc0, 0x62, 0xfc, 0xff, 0xa6, 0xb6, 0xb0, 0x7b, 0xe9, 0x53, 0x60, 0xdf, 0xce, 0x0f, 0xa0, 0x17, 0x33, 0x9e, 0x4e, 0xb2, 0xe7, 0xb3, 0x25, 0x50, 0x6e, 0x1d, 0x0b, 0x8e, 0x93, 0x83, 0xd1, 0x25, 0x61, 0x46, 0xd2, 0x88, 0x24, 0xb8, 0xbb, 0xcc, 0x34, 0x39, 0xe4, 0xbc, 0x15, 0x0c, 0x44, 0x0f, 0xfb, 0x05, 0x13, 0xe0, 0xe2, 0x0c, 0xb9, 0x7e, 0xe2, 0x63, 0xb1, 0x8f, 0x21, 0x6d, 0x66, 0x79, 0xc2, 0x99, 0x0c, 0xbc, 0x03, 0x7a, 0xb4, 0xd7, 0x78, 0xba, 0x17, 0xc2, 0x37, 0x33, 0xe3, 0x87, 0x5f, 0x5c, 0xb6, 0x7f, 0xd4, 0xab, 0xd7, 0x76, 0x4d, 0x85, 0xbc, 0x7d, 0xe3, 0xa1, 0xfe, 0xe4, 0x3c, 0x06, 0xdf, 0x9e, 0xfa, 0x21, 0xb4, 0xe5, 0xac, 0x84, 0xf6, 0xea, 0x3d, 0xd0, 0xde, 0x78, 0x0c, 0xda, 0x1a, 0xe2, 0xc0, 0x56, 0x17, 0x01, 0xad, 0xd5, 0xbb, 0xa0, 0xe5, 0xde, 0x26, 0x68, 0x4a, 0xf9, 0x04, 0x1a, 0x93, 0xde, 0x87, 0xa6, 0xba, 0x4a, 0x27, 0x02, 0xd8, 0x33, 0x36, 0x9b, 0x32, 0x80, 0x7d, 0xa2, 0xb5, 0xba, 0x79, 0xbb, 0x88, 0xaa, 0x15, 0x09, 0x4a, 0xcc, 0x56, 0x60, 0x82, 0x04, 0x63, 0x92, 0x0c, 0xcc, 0xa6, 0xca, 0x15, 0x3e, 0x33, 0x4c, 0x15, 0xc2, 0xd7, 0x8c, 0x66, 0x11, 0x53, 0x6b, 0xb8, 0x68, 0xfd, 0x7a, 0xd3, 0xf4, 0xf7, 0x3c, 0x59, 0xf7, 0x7f, 0x5d, 0x5f, 0x34, 0x22, 0xda, 0xc1, 0x66, 0xc8, 0xef, 0x34, 0xb4, 0xdf, 0xb9, 0x3b, 0x78, 0x3c, 0x24, 0xc7, 0xbf, 0x09, 0xa1, 0x61, 0xfe, 0x4e, 0xc0, 0xee, 0xd8, 0xb5, 0x1d, 0x12, 0xcf, 0x24, 0x40, 0xea, 0xf5, 0xab, 0x90, 0x91, 0x79, 0x0b, 0x6e, 0xdd, 0xba, 0x09, 0x57, 0xaf, 0x5e, 0x86, 0x53, 0x09, 0x27, 0x60, 0xfb, 0x8e, 0xad, 0x4e, 0xe7, 0xd2, 0x67, 0x93, 0x76, 0xcd, 0x06, 0x47, 0xc9, 0x47, 0x82, 0x00, 0x98, 0x9a, 0x9a, 0x2c, 0xc0, 0x46, 0xa7, 0x31, 0x4f, 0x18, 0xfa, 0x67, 0x4c, 0x80, 0xb3, 0xd3, 0xe5, 0xc2, 0xd9, 0x40, 0xab, 0xd6, 0xbc, 0xd1, 0xaa, 0xb5, 0xee, 0xe1, 0x45, 0xb5, 0xda, 0xbd, 0xa5, 0x56, 0x7b, 0xda, 0x68, 0xe7, 0x2d, 0x77, 0x04, 0x19, 0xd6, 0xf0, 0x6e, 0x2b, 0x09, 0x5f, 0xb3, 0xb6, 0x40, 0x5d, 0xab, 0xb4, 0x96, 0xcf, 0x21, 0x76, 0xad, 0x8a, 0xc5, 0xa0, 0xe4, 0x58, 0xfe, 0xbe, 0x71, 0xf6, 0xbc, 0x43, 0x13, 0xa0, 0xe2, 0xc2, 0x02, 0x70, 0x34, 0x58, 0xc0, 0xd1, 0x71, 0x03, 0xda, 0x5b, 0x32, 0xa0, 0xbd, 0xf9, 0x32, 0xb4, 0x35, 0x9e, 0x01, 0x5b, 0xbd, 0x15, 0xc1, 0xdf, 0x0d, 0xcd, 0x95, 0x61, 0xd0, 0x54, 0xfe, 0x31, 0x34, 0x5e, 0xf4, 0x43, 0x02, 0x60, 0x64, 0x6e, 0xef, 0x34, 0xc0, 0xa7, 0x79, 0x82, 0xd4, 0x20, 0x83, 0x00, 0xad, 0xd4, 0x4d, 0x1b, 0x85, 0x96, 0x60, 0x93, 0x98, 0x5f, 0xe7, 0x96, 0x2b, 0x69, 0x05, 0x38, 0x23, 0x18, 0xaf, 0x07, 0x84, 0x22, 0x2d, 0x34, 0xb2, 0x02, 0xe0, 0x78, 0x60, 0x86, 0x1e, 0x13, 0x88, 0xc9, 0xa2, 0xd9, 0xd2, 0x2d, 0xcc, 0x91, 0xae, 0x61, 0xae, 0xd4, 0xf6, 0xb9, 0xd2, 0x4a, 0xb8, 0x5f, 0x24, 0x22, 0xac, 0xca, 0x54, 0xd6, 0x7e, 0xd5, 0x14, 0x2a, 0x32, 0x91, 0x09, 0x60, 0x2f, 0x1a, 0x0f, 0xd6, 0x88, 0x77, 0x9d, 0xc0, 0x3c, 0x16, 0x17, 0x0b, 0x25, 0xa5, 0xc5, 0x18, 0x04, 0xd7, 0x71, 0xd6, 0x53, 0x83, 0xd9, 0x4d, 0x75, 0x4d, 0x15, 0x17, 0xc7, 0xa8, 0xd4, 0x4d, 0x85, 0xaf, 0xbb, 0x77, 0x2b, 0x20, 0x3b, 0x27, 0x0b, 0x2c, 0x51, 0x47, 0x9d, 0x3e, 0x1b, 0xb5, 0x7f, 0x05, 0xd8, 0xeb, 0x44, 0x81, 0xca, 0x48, 0x05, 0xbd, 0xf6, 0x38, 0x8d, 0x3f, 0xed, 0x28, 0x42, 0x3b, 0x96, 0x25, 0x4d, 0xb3, 0xda, 0xab, 0x27, 0x8b, 0xcd, 0x2c, 0x9b, 0x56, 0x89, 0xc5, 0xa4, 0xb6, 0x28, 0xab, 0xd6, 0x76, 0x5a, 0x2c, 0x29, 0xa7, 0x7d, 0x8e, 0x2b, 0x3e, 0xb5, 0xda, 0xaf, 0x8e, 0x74, 0xda, 0x88, 0x8b, 0xf6, 0x66, 0x22, 0xec, 0x08, 0xc3, 0x5e, 0x2f, 0x38, 0xe1, 0xfd, 0x6b, 0xa2, 0x06, 0xf9, 0xf2, 0x2e, 0x1a, 0x51, 0xde, 0xd1, 0xfa, 0x97, 0xd1, 0x2d, 0x55, 0x52, 0x9e, 0xb7, 0x96, 0xdc, 0x0a, 0xad, 0xcb, 0xcf, 0x3e, 0x0e, 0x05, 0x05, 0x37, 0xc1, 0xde, 0x55, 0x0d, 0xf6, 0xce, 0x52, 0xe8, 0xb4, 0xdd, 0x46, 0xf0, 0xcf, 0xa2, 0xd9, 0xdf, 0x01, 0x2d, 0x95, 0xfe, 0xd0, 0x5c, 0xf1, 0x01, 0x82, 0xbf, 0x04, 0x1a, 0xcb, 0x3e, 0x84, 0x86, 0x0b, 0x2b, 0xa0, 0x05, 0x63, 0x00, 0x34, 0xfa, 0x1c, 0x00, 0x12, 0xf8, 0x54, 0x30, 0xea, 0xba, 0xea, 0x6f, 0x10, 0x80, 0x56, 0xd9, 0x50, 0x4f, 0x7d, 0xc3, 0x5a, 0x31, 0xb7, 0x4e, 0x91, 0x35, 0x5b, 0x81, 0x31, 0xb2, 0x07, 0xef, 0x45, 0x67, 0x57, 0x50, 0x32, 0xd1, 0x25, 0x35, 0x9c, 0x26, 0x35, 0xf7, 0x15, 0x93, 0x35, 0x78, 0x55, 0x6a, 0xb7, 0x24, 0x84, 0x4e, 0x8a, 0xd7, 0x64, 0x0a, 0x39, 0x8b, 0xdb, 0xc1, 0x95, 0xe6, 0x2b, 0xf0, 0x45, 0xe0, 0x67, 0xf8, 0x7e, 0x91, 0xfb, 0x4f, 0x80, 0x98, 0x43, 0x8b, 0x75, 0xf0, 0x36, 0x6c, 0x5a, 0xc3, 0x33, 0x99, 0x34, 0xc9, 0x45, 0xe0, 0x53, 0x4d, 0x83, 0x52, 0xdb, 0x9a, 0x9a, 0x6a, 0x91, 0xfa, 0x22, 0x01, 0x2a, 0xef, 0x21, 0xf8, 0x95, 0x15, 0x50, 0x71, 0xb7, 0x9c, 0xab, 0x9f, 0x65, 0x65, 0xa5, 0x3c, 0x0d, 0x4e, 0x9f, 0x55, 0xdf, 0x73, 0xf4, 0x70, 0x20, 0x68, 0xb5, 0xc1, 0x66, 0x0b, 0xb0, 0xcf, 0xb9, 0xcf, 0xe2, 0xa9, 0xef, 0xd8, 0xe3, 0x46, 0xc6, 0xf2, 0x1e, 0x86, 0xbc, 0x99, 0xa5, 0x5c, 0x40, 0x5b, 0x3b, 0x5b, 0x2c, 0xac, 0x6d, 0x8b, 0x17, 0xfb, 0x2d, 0x75, 0xe6, 0xf2, 0x96, 0x3b, 0x60, 0xaf, 0xc6, 0xd7, 0x92, 0xac, 0x5a, 0xd9, 0x32, 0xab, 0xfd, 0xfc, 0x50, 0x75, 0x37, 0x34, 0x7d, 0xc7, 0x15, 0xbe, 0x4b, 0x2a, 0xdd, 0x2a, 0xf7, 0xcb, 0xee, 0x95, 0x4c, 0x7b, 0xfa, 0x88, 0x9d, 0x2d, 0x8c, 0xbd, 0x6c, 0x3a, 0x2d, 0x3e, 0xf1, 0x65, 0xb1, 0x63, 0x2a, 0xf2, 0xcf, 0x2f, 0x86, 0xfc, 0xcc, 0x7d, 0x50, 0x90, 0x9b, 0x02, 0xad, 0x2d, 0xa5, 0x4c, 0x00, 0x7b, 0x47, 0x0e, 0xd8, 0x1a, 0x2f, 0x41, 0x6b, 0xcd, 0x61, 0xd4, 0xfc, 0x55, 0x08, 0xfe, 0x47, 0x08, 0xfe, 0xfb, 0xd0, 0x50, 0xf6, 0x01, 0xd4, 0x27, 0x2f, 0x87, 0xb6, 0x8b, 0x4b, 0x39, 0x60, 0x14, 0x65, 0xe2, 0x4e, 0x9e, 0x16, 0xee, 0xbc, 0x1a, 0x60, 0xb2, 0x00, 0x87, 0x91, 0x00, 0x47, 0x05, 0x01, 0x28, 0x9f, 0xa6, 0xb4, 0xaa, 0x58, 0x11, 0x40, 0x59, 0x81, 0x17, 0x0d, 0x57, 0xc0, 0x62, 0x76, 0x07, 0x53, 0x64, 0xd1, 0x46, 0x06, 0x87, 0xec, 0xcb, 0x5f, 0x91, 0xd3, 0xc7, 0xb3, 0xf4, 0x75, 0x81, 0xe6, 0xf5, 0x81, 0x06, 0xf0, 0x33, 0x64, 0x6a, 0x39, 0xc5, 0xa8, 0xfb, 0xb3, 0xe6, 0x1b, 0x4d, 0x20, 0x97, 0x4f, 0xbd, 0xa1, 0x83, 0xb6, 0xe9, 0xb3, 0x75, 0x0c, 0x2a, 0xa5, 0xbb, 0xf5, 0x3c, 0xcb, 0x59, 0x87, 0x1a, 0x5f, 0x85, 0x64, 0x68, 0xe0, 0x6b, 0x53, 0xb5, 0x11, 0x31, 0x21, 0x56, 0xc7, 0xe7, 0x96, 0x96, 0x95, 0xb0, 0x50, 0x09, 0x9c, 0xac, 0xc1, 0xe6, 0xcf, 0x36, 0xe8, 0xdf, 0x77, 0x31, 0x31, 0xd0, 0x44, 0x00, 0x9f, 0x83, 0xdf, 0x0a, 0x02, 0x98, 0x7f, 0x40, 0x67, 0xf4, 0x90, 0x7f, 0x6e, 0x39, 0x3a, 0xf8, 0xad, 0xbc, 0xbd, 0xe3, 0xaa, 0xc9, 0xf7, 0xb3, 0xec, 0x1f, 0x0f, 0xd5, 0x49, 0x73, 0xa1, 0xbb, 0xe2, 0x73, 0xb0, 0xb7, 0x9e, 0x06, 0x7b, 0xfb, 0x2d, 0xe8, 0x6c, 0xbd, 0x06, 0x2d, 0x75, 0xa7, 0xa1, 0xb9, 0x26, 0x06, 0x9a, 0xee, 0xed, 0x87, 0xc6, 0x8a, 0xd5, 0x50, 0x5f, 0xb6, 0x1c, 0x09, 0xf0, 0x31, 0x74, 0xa6, 0x2c, 0x87, 0xee, 0x4e, 0x9b, 0x04, 0x5f, 0xf4, 0x03, 0x74, 0x5c, 0x0d, 0x34, 0x59, 0x80, 0xfd, 0x72, 0x31, 0xc5, 0x3a, 0xb9, 0xda, 0x66, 0xb4, 0xe8, 0xb8, 0xd5, 0x09, 0x30, 0x56, 0x5a, 0x82, 0x71, 0x7a, 0x85, 0x10, 0x4c, 0xee, 0xc0, 0xa8, 0x14, 0x4e, 0x75, 0xb1, 0x08, 0xd3, 0xa5, 0x69, 0x7f, 0x45, 0x17, 0xe1, 0x2e, 0x14, 0xe8, 0xd3, 0x4c, 0x9f, 0x99, 0x62, 0xd2, 0xfc, 0x89, 0xfa, 0xa2, 0x90, 0xba, 0xcc, 0x29, 0xba, 0xcf, 0x5f, 0xb5, 0x26, 0x14, 0xb5, 0xb9, 0x94, 0xd3, 0x5e, 0xd2, 0xfe, 0x1a, 0x34, 0xf7, 0x6d, 0x72, 0x22, 0xcc, 0xf5, 0x20, 0x4b, 0x47, 0xd7, 0x4b, 0xfd, 0x0f, 0x34, 0x4d, 0x4e, 0xae, 0x82, 0x2a, 0xa1, 0x45, 0xc5, 0x77, 0x20, 0xf3, 0x76, 0x26, 0xac, 0x5e, 0x1b, 0x26, 0x3b, 0xa5, 0x02, 0xa0, 0xf2, 0xd0, 0x48, 0xf7, 0x16, 0xe0, 0x71, 0xb8, 0x00, 0x37, 0x1d, 0x3f, 0xdf, 0x0d, 0x09, 0xf5, 0x8f, 0x0b, 0x0d, 0x5b, 0x09, 0xbb, 0xd6, 0xbf, 0x0f, 0xc9, 0x7b, 0xe6, 0x83, 0xed, 0xdc, 0x7b, 0xd0, 0x7d, 0xf1, 0x7d, 0x21, 0x97, 0xde, 0x87, 0xae, 0x8c, 0xa5, 0xd0, 0x59, 0xbe, 0x09, 0xda, 0x6a, 0x31, 0xf8, 0xab, 0x8b, 0x85, 0xe6, 0xea, 0x83, 0xd0, 0x70, 0x77, 0x1b, 0x34, 0x94, 0xaf, 0x85, 0x3a, 0x24, 0x40, 0xd7, 0x15, 0x3f, 0xe8, 0x68, 0xa9, 0xe3, 0xc1, 0xa0, 0x5e, 0x00, 0xea, 0x03, 0x68, 0xbb, 0xbe, 0xce, 0x20, 0x40, 0xd3, 0x17, 0x62, 0x31, 0x45, 0xe3, 0x67, 0xa2, 0x9a, 0xc6, 0x24, 0x30, 0x5c, 0x81, 0xea, 0xc1, 0x53, 0x24, 0x30, 0x2c, 0x81, 0xe1, 0x0e, 0x34, 0x5e, 0xd3, 0x27, 0xd2, 0x44, 0x83, 0x0c, 0xd3, 0xdc, 0x0a, 0x48, 0xe0, 0x6d, 0x79, 0x33, 0x30, 0xa2, 0x9f, 0x05, 0xf9, 0x29, 0x73, 0xe0, 0x76, 0xf2, 0x5c, 0xc8, 0xbf, 0x3c, 0x1b, 0x6a, 0x6e, 0x4d, 0x67, 0x62, 0xa9, 0x05, 0x21, 0x47, 0xf7, 0xbf, 0xa7, 0x6b, 0xeb, 0x0d, 0x34, 0xe1, 0x8d, 0x8d, 0x8d, 0x0c, 0x3e, 0xcd, 0x6c, 0x52, 0x0d, 0xc4, 0xf5, 0xa0, 0xd7, 0xc8, 0xc5, 0xa9, 0x0e, 0x28, 0xba, 0x56, 0x3a, 0x9f, 0x5c, 0x44, 0x51, 0xd1, 0x1d, 0x9e, 0x01, 0xa5, 0x8a, 0xe8, 0x85, 0x4b, 0xc9, 0xfa, 0xf7, 0x1e, 0xd8, 0x28, 0x66, 0x44, 0xbb, 0x2d, 0x3e, 0xab, 0xb9, 0xbd, 0x2e, 0x64, 0xe5, 0x3f, 0x05, 0x87, 0x07, 0x8c, 0xd8, 0xb0, 0x7a, 0xf9, 0xcc, 0xf4, 0x03, 0xaf, 0x5e, 0xb9, 0x63, 0x9d, 0x7b, 0xbe, 0xb1, 0xf4, 0xc3, 0x93, 0xce, 0x41, 0xe0, 0xd6, 0x6f, 0x3e, 0x08, 0xe4, 0xd2, 0x6f, 0x98, 0xff, 0x22, 0xa3, 0x6d, 0x7b, 0x0b, 0x34, 0x36, 0x35, 0x42, 0x57, 0x7b, 0x13, 0x74, 0x55, 0x5c, 0x82, 0xb6, 0x1b, 0x1b, 0xa0, 0x23, 0xf9, 0x3d, 0x70, 0xa4, 0x7c, 0xc0, 0x19, 0x41, 0xf7, 0x65, 0x24, 0x43, 0xf6, 0x72, 0xe8, 0xac, 0x5c, 0x0b, 0xed, 0xb5, 0x5b, 0xa1, 0xe9, 0xee, 0x26, 0xa8, 0xbd, 0x28, 0x08, 0xd0, 0x5e, 0x5f, 0x0c, 0x2d, 0xad, 0x2d, 0xd0, 0x44, 0x03, 0x82, 0x1a, 0xd4, 0x9a, 0xb1, 0xc7, 0x20, 0x40, 0xed, 0x3a, 0x24, 0xc0, 0x41, 0x80, 0x96, 0x5d, 0xa2, 0x9a, 0x56, 0x20, 0x5a, 0xac, 0xb8, 0xc4, 0x5a, 0x62, 0x58, 0x02, 0x33, 0x09, 0xcc, 0xd6, 0x40, 0x14, 0x6a, 0x26, 0x1a, 0x13, 0x47, 0xbc, 0xd4, 0x7b, 0xb2, 0x89, 0x0c, 0x53, 0x44, 0x5a, 0x87, 0x52, 0x97, 0x39, 0x13, 0x2e, 0x1c, 0x5f, 0x00, 0xbb, 0xb6, 0x2d, 0xc3, 0x6b, 0xf2, 0x77, 0x9b, 0xae, 0xad, 0x59, 0xf3, 0x29, 0xc4, 0x1e, 0x5e, 0x0c, 0xd7, 0x13, 0xe7, 0xe8, 0xaf, 0xed, 0xda, 0xbd, 0x5d, 0x68, 0x3e, 0x0a, 0xf9, 0x7a, 0x55, 0xd0, 0xd2, 0xd3, 0x5a, 0xfc, 0xdb, 0x79, 0x26, 0xb4, 0x85, 0xc9, 0x42, 0xda, 0x4f, 0xe7, 0x53, 0x50, 0x48, 0xee, 0xa0, 0xa0, 0xa0, 0x00, 0x0a, 0x0b, 0xf3, 0x79, 0x3e, 0x64, 0xcf, 0xde, 0x5d, 0xfa, 0xf7, 0x5f, 0xc5, 0xec, 0x6a, 0xcf, 0xfa, 0xf7, 0x69, 0x59, 0x5c, 0x5d, 0x4f, 0x69, 0xe4, 0x96, 0x2d, 0x2b, 0x9b, 0x4e, 0x44, 0x2f, 0xcd, 0x2d, 0x3f, 0x3f, 0x2d, 0xe9, 0x91, 0xa4, 0x81, 0xa1, 0xa1, 0xa1, 0xff, 0x2d, 0x38, 0x2c, 0xa0, 0x85, 0x07, 0x65, 0x5d, 0x38, 0xfb, 0x3c, 0xd5, 0xe2, 0x45, 0xcf, 0x79, 0x10, 0x3a, 0x9b, 0xc0, 0x51, 0x7e, 0x0e, 0xba, 0x6e, 0xac, 0x86, 0xae, 0x0b, 0xef, 0x21, 0x21, 0xde, 0x85, 0xf6, 0x73, 0x8b, 0xa0, 0xed, 0xd2, 0x22, 0xb0, 0x65, 0x62, 0x30, 0x98, 0xb2, 0x04, 0x5d, 0xc0, 0xc7, 0x60, 0xbb, 0x7b, 0x1d, 0x9a, 0x9a, 0x84, 0xf6, 0x50, 0xc4, 0xdc, 0x98, 0x6d, 0xd5, 0x09, 0xa0, 0xdd, 0x0b, 0x10, 0x6e, 0xc0, 0xb6, 0x17, 0x09, 0x30, 0x96, 0x49, 0x00, 0x85, 0x92, 0x04, 0x2a, 0x2b, 0x30, 0x91, 0x40, 0xa4, 0x87, 0x86, 0x4b, 0xe0, 0x96, 0x6d, 0xb6, 0x06, 0x26, 0x8b, 0x20, 0xad, 0x82, 0xf0, 0xe9, 0x2f, 0x43, 0x73, 0xf6, 0x74, 0x38, 0x7e, 0xf4, 0x5d, 0x08, 0x0d, 0xf7, 0x7f, 0xe8, 0xfc, 0x9d, 0xe4, 0x76, 0x56, 0x06, 0x13, 0x80, 0xfc, 0x3a, 0x8d, 0x81, 0xab, 0xb9, 0xef, 0xea, 0x12, 0xb1, 0x0d, 0x59, 0xb8, 0x26, 0x93, 0xd6, 0xab, 0xc9, 0x30, 0x35, 0x0d, 0xce, 0x93, 0x61, 0xf9, 0x79, 0x3c, 0x1b, 0x7a, 0xe5, 0xda, 0xe5, 0xaf, 0xf4, 0x5b, 0xd0, 0x6d, 0x68, 0x11, 0x9b, 0x16, 0x94, 0xdd, 0x3b, 0xf8, 0xfb, 0xc3, 0xdf, 0x68, 0x21, 0x08, 0xff, 0xd9, 0x6a, 0xf5, 0x4f, 0x29, 0xea, 0x65, 0xf0, 0xbb, 0x44, 0xb7, 0x8f, 0xd9, 0xe4, 0x11, 0x21, 0x5a, 0xc9, 0xdc, 0x55, 0xe5, 0x43, 0x53, 0xd6, 0x11, 0x68, 0xbd, 0xb8, 0x02, 0x6c, 0x49, 0x0b, 0xb8, 0x04, 0xdc, 0x7c, 0x7a, 0x3e, 0x74, 0x26, 0x2f, 0x06, 0x5b, 0x61, 0x02, 0x7f, 0x8e, 0x06, 0x85, 0xcc, 0x67, 0x4d, 0xe1, 0x65, 0x83, 0x00, 0x45, 0x8b, 0xf5, 0x55, 0x34, 0x8e, 0xa2, 0x99, 0x62, 0x42, 0x85, 0x5c, 0x41, 0xc1, 0x28, 0xe1, 0x0a, 0x8a, 0x0c, 0x12, 0x68, 0xae, 0x31, 0x81, 0x72, 0x09, 0xc5, 0xe3, 0xe5, 0x74, 0xed, 0x4b, 0x32, 0x3e, 0x98, 0x28, 0x63, 0x84, 0x89, 0x90, 0x75, 0x61, 0x0e, 0xac, 0x5a, 0xbd, 0xd2, 0x69, 0x10, 0xa9, 0x7f, 0x31, 0x2a, 0x3a, 0x12, 0xae, 0xa5, 0x5e, 0x85, 0xec, 0xec, 0x2c, 0x9e, 0xa2, 0xce, 0xc3, 0x6b, 0xbc, 0x7c, 0x25, 0x05, 0xf6, 0x1d, 0xd8, 0xed, 0x74, 0xee, 0xda, 0xf5, 0xab, 0x99, 0xf0, 0x3c, 0xc9, 0x25, 0x27, 0xb2, 0xcc, 0x5a, 0x4f, 0xdd, 0x50, 0x36, 0x9b, 0x4b, 0xf3, 0x0b, 0xc6, 0x07, 0xac, 0xf5, 0x15, 0x22, 0x08, 0x24, 0xdf, 0x4f, 0x9a, 0x4f, 0xff, 0x23, 0x3b, 0xe7, 0x36, 0xcf, 0x8b, 0xe4, 0xe6, 0xe6, 0x60, 0x50, 0xb9, 0xde, 0x59, 0xcb, 0xb7, 0x6e, 0xe2, 0x94, 0xf1, 0x64, 0xc2, 0x09, 0x38, 0x9d, 0x78, 0x0a, 0x8e, 0x9f, 0x88, 0x03, 0x4b, 0xf4, 0x51, 0xd8, 0xbd, 0x67, 0x07, 0x84, 0xaf, 0x0a, 0x71, 0x25, 0x43, 0x3b, 0xca, 0xf4, 0x6f, 0xb0, 0xe7, 0x2f, 0xa0, 0x9a, 0xfe, 0xd1, 0xce, 0x5d, 0xdb, 0x45, 0xea, 0x86, 0xe0, 0xd3, 0x45, 0xea, 0xf5, 0x7c, 0x19, 0xed, 0x92, 0xaf, 0x23, 0xd7, 0x40, 0x83, 0x43, 0x17, 0x5d, 0x56, 0x5e, 0x02, 0x65, 0x39, 0x17, 0xe0, 0xde, 0xd5, 0xcf, 0xa1, 0x21, 0x51, 0x58, 0x84, 0xd6, 0xdb, 0x87, 0x39, 0x4f, 0xe6, 0xc6, 0x10, 0x4a, 0x91, 0xf0, 0x9c, 0xee, 0x98, 0xa1, 0x82, 0x00, 0x37, 0x30, 0x58, 0xb3, 0xed, 0xe1, 0x55, 0x34, 0x5a, 0xd9, 0x42, 0xd1, 0x56, 0x45, 0x3d, 0xf6, 0xf9, 0xa3, 0x8d, 0x78, 0x40, 0x06, 0x85, 0x9a, 0x29, 0x30, 0x14, 0xd6, 0x40, 0x6e, 0xe0, 0x20, 0x89, 0x60, 0xce, 0x14, 0x88, 0x08, 0xc9, 0x71, 0xf3, 0x9d, 0x4c, 0xfd, 0x96, 0x6d, 0x9b, 0xb9, 0x5b, 0x99, 0xba, 0x96, 0x44, 0xdf, 0xa2, 0x20, 0x35, 0x99, 0x6e, 0xa3, 0x69, 0xd5, 0xc6, 0x39, 0x7c, 0xfc, 0xf1, 0x63, 0xdc, 0xce, 0x7e, 0xf2, 0x64, 0xbc, 0x1e, 0xf5, 0xd3, 0x39, 0x4e, 0x41, 0x5e, 0x7b, 0x1b, 0xb7, 0xbe, 0x91, 0x75, 0x23, 0x82, 0xf3, 0x35, 0x62, 0x1a, 0x48, 0xf9, 0x7f, 0x19, 0x06, 0x8c, 0x7a, 0xff, 0x03, 0x9a, 0x7c, 0xfa, 0xbf, 0xb7, 0xb3, 0x32, 0x21, 0x23, 0x23, 0x9d, 0x15, 0x8a, 0xfe, 0x8e, 0xb1, 0x46, 0x8b, 0xb6, 0xba, 0x7d, 0xbb, 0x21, 0xe5, 0xf2, 0x45, 0x7e, 0x2f, 0xfd, 0xd6, 0x4d, 0xb8, 0x99, 0x9e, 0x06, 0x69, 0x37, 0x6f, 0xc0, 0x8d, 0xb4, 0xeb, 0x98, 0x3e, 0x5e, 0xe3, 0x22, 0xd3, 0x95, 0xab, 0x29, 0x70, 0x2c, 0x3e, 0x16, 0x53, 0xc9, 0xb5, 0xae, 0x16, 0x21, 0xd4, 0xaf, 0xb7, 0x91, 0x7d, 0xaf, 0xb5, 0x3f, 0xd8, 0x7f, 0x90, 0x3e, 0xf1, 0x93, 0x79, 0x4b, 0x37, 0xfd, 0x74, 0xa1, 0x0a, 0x7c, 0x22, 0x04, 0x0d, 0x16, 0xbd, 0x46, 0x66, 0x9d, 0xc0, 0x27, 0x53, 0x57, 0x8c, 0x6c, 0xa7, 0x0b, 0xce, 0xce, 0xbe, 0x0d, 0x19, 0xb7, 0xd2, 0xa0, 0x22, 0xeb, 0x0c, 0x34, 0x17, 0x24, 0xf0, 0xc0, 0xd0, 0xc0, 0x92, 0x56, 0x50, 0x5e, 0xdc, 0x76, 0x4a, 0x4e, 0x07, 0x9f, 0x7c, 0x4e, 0xac, 0x9e, 0x41, 0xa1, 0x1e, 0x7a, 0x6a, 0xaa, 0xe4, 0xa6, 0x0a, 0x8a, 0x07, 0x24, 0x09, 0x40, 0x5a, 0x02, 0xd0, 0x63, 0x02, 0x39, 0x15, 0x5b, 0xf6, 0x22, 0xcf, 0xce, 0x29, 0x22, 0x08, 0x8b, 0x20, 0x5c, 0x43, 0x72, 0xdc, 0x5b, 0x4e, 0xeb, 0x12, 0x52, 0xaf, 0x5f, 0x63, 0x8d, 0x35, 0x37, 0xad, 0x3a, 0x77, 0x2d, 0xb7, 0xb1, 0xff, 0x6e, 0xb5, 0xa9, 0xa6, 0xd5, 0x66, 0x01, 0x24, 0xfe, 0x56, 0x65, 0xd2, 0x55, 0x90, 0x47, 0x04, 0x12, 0x41, 0x9e, 0x31, 0xfd, 0xad, 0xb7, 0xbc, 0x55, 0x94, 0x41, 0x69, 0x69, 0x09, 0x07, 0x7d, 0x05, 0xa8, 0xf5, 0x04, 0x36, 0x8d, 0x45, 0x26, 0x8e, 0x63, 0x3a, 0x8e, 0x07, 0x81, 0x9a, 0x9d, 0x9d, 0xc9, 0x29, 0xe1, 0xf5, 0xb4, 0x54, 0xb8, 0x82, 0x56, 0x27, 0xf3, 0x76, 0x86, 0xa8, 0x22, 0x66, 0xdc, 0xe4, 0x73, 0x6e, 0xa6, 0xdf, 0x80, 0x34, 0x06, 0x3f, 0x95, 0x7f, 0xf7, 0xb5, 0xd4, 0x2b, 0x70, 0x15, 0x5d, 0x06, 0x91, 0x80, 0x88, 0x72, 0x24, 0xf2, 0x90, 0xcb, 0x5a, 0x0b, 0xff, 0x90, 0xbe, 0x9d, 0xf8, 0x09, 0x09, 0x78, 0xd7, 0x68, 0xfc, 0xa8, 0x65, 0x2d, 0x21, 0xed, 0xa0, 0x7c, 0x9e, 0x0e, 0x1a, 0x04, 0x1a, 0x2c, 0xf2, 0x77, 0xdc, 0xec, 0x89, 0xe0, 0xd2, 0x85, 0x13, 0xe3, 0x0b, 0x08, 0x7c, 0xbc, 0xb8, 0x8c, 0xcc, 0x74, 0xbe, 0x58, 0xf2, 0x9f, 0x4a, 0x2b, 0x88, 0x20, 0x34, 0x38, 0xc5, 0xc5, 0x45, 0xd0, 0x90, 0xfc, 0x89, 0x11, 0x08, 0xd2, 0xfe, 0x3b, 0xad, 0x3b, 0x00, 0x9a, 0x3f, 0x47, 0x02, 0x8c, 0x16, 0x53, 0xaa, 0xd4, 0x63, 0x9f, 0x27, 0x05, 0xdd, 0x01, 0xaf, 0xc7, 0x57, 0x35, 0x02, 0xbd, 0x58, 0x34, 0x56, 0xaf, 0x1a, 0x6a, 0xfa, 0xe2, 0xcd, 0x71, 0x90, 0x73, 0x71, 0x96, 0xae, 0xf9, 0x14, 0xbf, 0xd0, 0xff, 0x55, 0xc4, 0x25, 0xf0, 0x49, 0x6b, 0xc9, 0x9f, 0x13, 0x79, 0x09, 0xc4, 0x26, 0xdd, 0x82, 0xdd, 0x65, 0x10, 0xc9, 0x94, 0xd3, 0xb5, 0x91, 0x65, 0x63, 0xed, 0x47, 0xed, 0xa6, 0x6b, 0x20, 0xa2, 0xd0, 0x7b, 0x14, 0xe0, 0x11, 0xf9, 0x89, 0x44, 0x66, 0x77, 0x48, 0x16, 0x81, 0xc8, 0x42, 0x7e, 0x9f, 0xae, 0x31, 0x07, 0xc7, 0x81, 0xae, 0xff, 0x16, 0x6a, 0x36, 0x69, 0xf4, 0x75, 0x04, 0x93, 0x80, 0xcc, 0xbc, 0x7d, 0x8b, 0x49, 0x91, 0x85, 0x16, 0x81, 0xc0, 0x27, 0x72, 0xd0, 0x23, 0x91, 0x86, 0x88, 0x44, 0x75, 0x05, 0xfa, 0x4d, 0x14, 0x44, 0xd2, 0xef, 0x29, 0x28, 0xc8, 0xe7, 0xcf, 0x93, 0x8b, 0x22, 0x02, 0x5c, 0x4a, 0xb9, 0x00, 0x71, 0xf1, 0x56, 0x74, 0x65, 0x86, 0x5b, 0x08, 0x09, 0x09, 0x9c, 0xd6, 0x97, 0xfe, 0x7f, 0xad, 0xfa, 0x62, 0xba, 0x50, 0xa1, 0xfd, 0x4d, 0x7c, 0xa1, 0x64, 0x36, 0x89, 0x0c, 0x94, 0xe2, 0xd0, 0x0f, 0xa4, 0x81, 0x21, 0xad, 0x66, 0xf0, 0x91, 0xf1, 0x39, 0x0c, 0xfe, 0x2d, 0xfc, 0xc1, 0xd7, 0xf1, 0x62, 0xaf, 0xf0, 0x0f, 0xa6, 0x8e, 0x20, 0x12, 0xca, 0x87, 0xd9, 0x1f, 0x62, 0x30, 0x54, 0x7e, 0xd3, 0x62, 0xc4, 0x01, 0x25, 0xef, 0x8a, 0xe5, 0x53, 0xad, 0xdb, 0x50, 0xe3, 0x67, 0x89, 0xd5, 0x35, 0xd9, 0x72, 0xa9, 0x15, 0xbb, 0x03, 0x99, 0x1d, 0xdc, 0x11, 0x22, 0x82, 0xc3, 0x17, 0xa4, 0x15, 0x18, 0xeb, 0xe4, 0x16, 0x5a, 0xf3, 0x26, 0xc0, 0x9a, 0xd5, 0x9f, 0xea, 0x9a, 0x4f, 0xa6, 0xd8, 0xec, 0xb2, 0x08, 0x54, 0x55, 0x93, 0x30, 0xcc, 0xb7, 0x29, 0x5a, 0xc7, 0x6b, 0xa1, 0xdf, 0xc9, 0x9a, 0x2f, 0x73, 0xfe, 0xda, 0xda, 0x5a, 0x7e, 0x74, 0x97, 0xfa, 0x29, 0xf0, 0xcd, 0x85, 0x2e, 0xb1, 0xf6, 0xa1, 0x99, 0x95, 0xa3, 0x10, 0x5d, 0x00, 0x69, 0x34, 0x69, 0x31, 0x01, 0x48, 0xe0, 0x91, 0x99, 0xcf, 0x42, 0x02, 0x10, 0x39, 0x08, 0xfc, 0xa2, 0x92, 0x3b, 0x7c, 0x3e, 0xfd, 0x1e, 0xd1, 0x2e, 0x2f, 0x48, 0xc7, 0x96, 0x85, 0x2a, 0x8c, 0xa4, 0x40, 0x48, 0x04, 0x0e, 0x1e, 0xaf, 0x5e, 0x86, 0x8b, 0x98, 0x46, 0xd2, 0x1a, 0x0c, 0x2a, 0x47, 0x9b, 0x2c, 0x81, 0x2d, 0x24, 0x24, 0xa4, 0x6f, 0xee, 0xd3, 0x44, 0x0b, 0x39, 0xcd, 0x04, 0x20, 0xe6, 0x93, 0x0f, 0xa4, 0x8b, 0xa4, 0x81, 0x23, 0xad, 0xa1, 0x41, 0xe3, 0x36, 0x6f, 0x4c, 0x6f, 0x38, 0xc2, 0x25, 0xf0, 0xd1, 0xaf, 0x65, 0x32, 0xf8, 0xe2, 0x82, 0x09, 0x7c, 0xfa, 0xa1, 0x74, 0xb1, 0x74, 0x0e, 0x31, 0x9c, 0x83, 0x21, 0xbc, 0x90, 0xbc, 0x9c, 0x0c, 0xe8, 0x8a, 0x79, 0x4e, 0xcc, 0x84, 0x5d, 0x1a, 0x67, 0x2c, 0x9f, 0xaa, 0x5a, 0x0e, 0x8e, 0x8c, 0xe7, 0x45, 0x57, 0x0d, 0x5b, 0x82, 0x91, 0x22, 0x30, 0xcc, 0x1b, 0xe5, 0x5c, 0x27, 0x28, 0x12, 0xb1, 0x81, 0xbe, 0x5c, 0x5b, 0xc6, 0x08, 0x09, 0xd1, 0x0b, 0x74, 0xad, 0xa0, 0x81, 0x56, 0x07, 0x91, 0x96, 0x44, 0x44, 0xec, 0x3d, 0x83, 0xaf, 0x9b, 0x6f, 0xb4, 0x64, 0xe4, 0xbf, 0x09, 0xf8, 0x07, 0x1d, 0xaa, 0xbc, 0x4d, 0x63, 0xc4, 0xb5, 0x0e, 0xe9, 0x1a, 0xc8, 0x4a, 0xa8, 0xc0, 0x97, 0xbe, 0x9b, 0x34, 0x9c, 0xc6, 0x82, 0x84, 0x2c, 0x02, 0xc5, 0x03, 0x24, 0x14, 0x13, 0x29, 0xc2, 0xa8, 0x4c, 0x89, 0x2a, 0x8c, 0x46, 0xcc, 0x54, 0xe9, 0x64, 0x3d, 0x69, 0x2a, 0x9e, 0xdc, 0x86, 0xfa, 0xae, 0xc3, 0x11, 0x07, 0xcc, 0x31, 0xc1, 0xf6, 0xbe, 0x21, 0x40, 0x48, 0xe0, 0x2a, 0x7d, 0xdd, 0x9e, 0x0c, 0x7e, 0x1a, 0xe4, 0x23, 0xfd, 0xd0, 0x7a, 0x59, 0x0c, 0xa1, 0x1f, 0x46, 0xda, 0x42, 0x1a, 0x9d, 0x4b, 0xe0, 0xe3, 0x45, 0x0a, 0xb6, 0x5f, 0xd5, 0xc1, 0x27, 0xa1, 0xe7, 0x74, 0x4e, 0x81, 0x04, 0x9f, 0x88, 0x92, 0x85, 0x7e, 0xb0, 0x3e, 0xe1, 0x1d, 0x93, 0x1b, 0x08, 0x91, 0xcb, 0xa7, 0x36, 0xa1, 0x0b, 0x18, 0xcb, 0xeb, 0xeb, 0x98, 0x04, 0xb4, 0xd2, 0x26, 0xdb, 0x4c, 0x02, 0x53, 0x70, 0x78, 0x47, 0xae, 0xcc, 0x91, 0x16, 0xa1, 0x29, 0xfb, 0x25, 0x08, 0x93, 0xa9, 0x1e, 0x2d, 0x37, 0x57, 0x1a, 0x4b, 0xc4, 0x65, 0x4b, 0xd6, 0x25, 0x02, 0xb7, 0x96, 0x5e, 0x80, 0x4f, 0x8f, 0x1d, 0x9d, 0x1d, 0x3d, 0x02, 0x6f, 0x9e, 0xdb, 0x10, 0xe0, 0xdb, 0x74, 0x0d, 0xe6, 0xce, 0xa8, 0xfa, 0x3a, 0xa7, 0xc0, 0x97, 0x14, 0x85, 0x34, 0x38, 0xe5, 0xf2, 0x25, 0x04, 0xfe, 0x16, 0xdc, 0xc6, 0xb1, 0x22, 0x50, 0x5b, 0x9c, 0xb4, 0xbe, 0x4e, 0x64, 0x4a, 0x35, 0x62, 0x4e, 0xe1, 0xae, 0x29, 0x66, 0x62, 0x05, 0x92, 0xd6, 0x93, 0xc6, 0x9a, 0x2c, 0x09, 0x8d, 0x6d, 0xf2, 0x85, 0x73, 0xb0, 0x6e, 0x83, 0x3e, 0xc7, 0x60, 0x0f, 0x09, 0x59, 0xf9, 0x8f, 0x7d, 0x1a, 0x03, 0xd0, 0x8f, 0x14, 0xd1, 0x6e, 0x33, 0x07, 0x47, 0x5c, 0x09, 0xc3, 0x41, 0x23, 0xf0, 0x99, 0x91, 0xf4, 0x83, 0x30, 0xd0, 0xb9, 0xcd, 0xe0, 0xa7, 0x71, 0xc4, 0x4a, 0x17, 0xa9, 0xc0, 0x57, 0x42, 0xc1, 0x0d, 0x07, 0x44, 0xec, 0x17, 0x33, 0xd9, 0x4d, 0x14, 0x5e, 0x36, 0xfa, 0x02, 0xb4, 0x9c, 0x39, 0xc6, 0xf2, 0xa9, 0xd2, 0x05, 0xa2, 0xa7, 0x4e, 0xb7, 0x04, 0xd2, 0x1d, 0xe4, 0x4a, 0x51, 0x71, 0x81, 0x2c, 0x1d, 0x83, 0x24, 0xc2, 0x95, 0x93, 0x46, 0xf1, 0x86, 0x06, 0x4b, 0x01, 0x45, 0x83, 0x6b, 0x06, 0xbf, 0x51, 0xfa, 0xd7, 0xea, 0x1e, 0xc0, 0xa7, 0xc1, 0xee, 0xc9, 0xdc, 0xbb, 0x37, 0xf9, 0xa2, 0xf8, 0x63, 0x68, 0x70, 0xad, 0x98, 0x1c, 0x72, 0x09, 0x7c, 0x45, 0x8c, 0x94, 0x2f, 0x52, 0xc1, 0x82, 0x5c, 0x17, 0xad, 0xaf, 0xd5, 0x27, 0x94, 0x5c, 0xb5, 0x9e, 0xb3, 0x89, 0xa2, 0x42, 0x5d, 0x81, 0x88, 0x00, 0x34, 0xd6, 0x6a, 0x6c, 0xa3, 0x63, 0x22, 0xcd, 0x59, 0xc1, 0xc7, 0x7d, 0xe1, 0x02, 0x46, 0xe9, 0x55, 0x2a, 0xf4, 0xe3, 0xc4, 0x6e, 0x32, 0x53, 0x9c, 0xc3, 0x13, 0xf8, 0x78, 0x51, 0x94, 0xdf, 0xaa, 0xfc, 0x99, 0x00, 0x25, 0x80, 0x29, 0x62, 0xbd, 0x7c, 0xe5, 0x7e, 0xf0, 0x49, 0xc8, 0x6f, 0x91, 0x7b, 0x20, 0xa2, 0x50, 0xba, 0x43, 0x17, 0x70, 0x03, 0xa3, 0x60, 0xdb, 0x31, 0xb9, 0x34, 0xcc, 0x3a, 0x18, 0xa0, 0x69, 0x8d, 0x5c, 0x3e, 0xb5, 0x06, 0xdd, 0xc0, 0x68, 0x49, 0x02, 0xd9, 0x63, 0x97, 0x65, 0x10, 0xc1, 0x91, 0x33, 0xd2, 0x29, 0x40, 0x64, 0x41, 0x32, 0xec, 0xdb, 0x21, 0x1a, 0x35, 0xc2, 0x57, 0x87, 0xf0, 0xda, 0x44, 0x61, 0xfa, 0x6d, 0x7a, 0xca, 0xe6, 0x0a, 0x3e, 0x0d, 0xb4, 0x53, 0xd4, 0x2e, 0xc1, 0x77, 0xad, 0xf4, 0xf5, 0x0c, 0x7e, 0x9b, 0x6e, 0xbe, 0xe9, 0x7b, 0xeb, 0x1b, 0x94, 0xdf, 0x16, 0x75, 0x00, 0xd7, 0xc0, 0x97, 0xc6, 0x8b, 0x08, 0x40, 0x63, 0x46, 0x1a, 0xee, 0x5e, 0xeb, 0x2b, 0xf8, 0x37, 0xe9, 0x5a, 0x5f, 0x74, 0x47, 0xef, 0xa6, 0x56, 0x0a, 0xc4, 0xc1, 0x23, 0x8e, 0xa5, 0xb2, 0xb2, 0x64, 0x05, 0x4c, 0x75, 0x82, 0xd4, 0x3e, 0x5a, 0xeb, 0x1f, 0x60, 0xe3, 0x4e, 0x16, 0xcc, 0x51, 0xe9, 0x22, 0xa9, 0xca, 0x45, 0xe0, 0x13, 0xa3, 0xe9, 0xc7, 0x11, 0x23, 0x89, 0x8d, 0x59, 0x0c, 0xfe, 0x4d, 0xce, 0x57, 0x2f, 0x9b, 0x7c, 0x93, 0x3b, 0xa1, 0x1f, 0xac, 0xd2, 0x1c, 0x02, 0x9f, 0xac, 0x45, 0xc9, 0x99, 0x30, 0xc3, 0x0a, 0xdc, 0x79, 0x53, 0x5f, 0x3e, 0x05, 0xa5, 0xef, 0x88, 0xb5, 0x75, 0xb4, 0xba, 0x46, 0x11, 0x41, 0x59, 0x03, 0x12, 0x73, 0x6c, 0x80, 0xd2, 0x9d, 0x33, 0x06, 0xd9, 0x2f, 0xcc, 0x7f, 0xdc, 0x71, 0xab, 0xd1, 0xb4, 0x8a, 0xa0, 0x3c, 0x08, 0x7c, 0x72, 0x61, 0x74, 0x2d, 0xf9, 0xec, 0xf3, 0x0b, 0x7a, 0xd4, 0xfc, 0xfb, 0x4d, 0xbe, 0x31, 0xb7, 0xe1, 0x04, 0x64, 0xb5, 0x01, 0xbe, 0x6b, 0xe0, 0x6b, 0x06, 0x51, 0x75, 0x48, 0xeb, 0x96, 0x42, 0xba, 0x89, 0x32, 0x57, 0xc2, 0x98, 0xdc, 0x26, 0x65, 0x0e, 0xac, 0x40, 0x99, 0xe9, 0x3c, 0x8e, 0x94, 0x51, 0xa8, 0xb1, 0xfd, 0xc2, 0x68, 0x3e, 0xd1, 0x82, 0x82, 0x82, 0xfe, 0xbc, 0x2f, 0x32, 0x81, 0x28, 0x65, 0x05, 0xee, 0x14, 0x15, 0xe8, 0xb9, 0x31, 0xfd, 0x40, 0x62, 0x25, 0x83, 0x8f, 0x3f, 0xe8, 0x16, 0x83, 0x9f, 0xca, 0x39, 0xea, 0x83, 0xc0, 0x37, 0x93, 0x80, 0xc8, 0x42, 0x41, 0x22, 0x7d, 0xe6, 0x4a, 0xca, 0x59, 0x68, 0x8b, 0x19, 0x69, 0x58, 0x81, 0xc6, 0x10, 0xb1, 0x7c, 0xaa, 0x69, 0x35, 0x66, 0x03, 0x13, 0x44, 0x6f, 0x3d, 0x11, 0xc1, 0x6c, 0x0d, 0x6e, 0x8f, 0x34, 0xdc, 0x42, 0x8e, 0x70, 0x0b, 0xf5, 0x69, 0xe3, 0x75, 0x33, 0x48, 0x41, 0xa8, 0x6a, 0x5a, 0x25, 0x7f, 0xdc, 0x1b, 0xf0, 0xf3, 0xf2, 0x72, 0xf5, 0x35, 0x8e, 0xee, 0xc1, 0xef, 0x66, 0x37, 0x42, 0x35, 0x00, 0xae, 0xf7, 0x9b, 0xe6, 0x36, 0x38, 0x68, 0x73, 0x63, 0xf2, 0x5d, 0x03, 0xdf, 0x5c, 0x09, 0x22, 0xc5, 0x4a, 0x14, 0x08, 0xd2, 0xff, 0x65, 0xb2, 0x3c, 0x84, 0xd6, 0xdf, 0xe2, 0x42, 0x91, 0x50, 0x20, 0x1a, 0x43, 0x35, 0xae, 0x07, 0x0f, 0xed, 0x33, 0x82, 0xc1, 0xe0, 0x4f, 0xbf, 0xfe, 0xad, 0x66, 0x02, 0xc3, 0x02, 0x9f, 0x56, 0x6b, 0x00, 0x77, 0xef, 0xd9, 0xc9, 0x51, 0xad, 0xba, 0x60, 0x1a, 0x34, 0xba, 0x10, 0xba, 0x08, 0xfa, 0x21, 0xe6, 0xd4, 0xa4, 0x37, 0x42, 0xe7, 0x92, 0xab, 0x50, 0x26, 0xac, 0xe0, 0xb4, 0xc9, 0x0a, 0x64, 0xcf, 0xd4, 0x97, 0x4f, 0x41, 0xcd, 0x72, 0xb1, 0xc9, 0x02, 0xf5, 0xd6, 0x53, 0x8b, 0x35, 0x91, 0xc0, 0x1c, 0x1b, 0x98, 0xe2, 0x83, 0xd2, 0x8b, 0x2f, 0xeb, 0x03, 0x40, 0x60, 0xaa, 0x82, 0x0f, 0x01, 0xff, 0x65, 0xe0, 0x93, 0x76, 0xa9, 0x65, 0x6e, 0xbd, 0x4d, 0xf1, 0xcc, 0x73, 0x1b, 0x1c, 0x4b, 0xc8, 0xa0, 0x8d, 0x5d, 0x4a, 0xd9, 0xfd, 0x7e, 0x5b, 0x05, 0xbe, 0x3a, 0x88, 0xb2, 0xd2, 0x47, 0xe7, 0x51, 0xaa, 0xca, 0x53, 0xc6, 0x68, 0x29, 0x74, 0x37, 0xa1, 0x7f, 0x46, 0x10, 0x46, 0x54, 0x09, 0xd3, 0x38, 0xbd, 0x36, 0x2b, 0x90, 0x1a, 0xd3, 0xc8, 0xa8, 0x23, 0x26, 0x02, 0x04, 0x3c, 0xd7, 0x57, 0xf5, 0x00, 0x8b, 0xfa, 0xd2, 0x93, 0xa7, 0xe2, 0xc5, 0x45, 0xcb, 0xdc, 0xb8, 0x08, 0x7f, 0x38, 0x31, 0x91, 0xcc, 0xd0, 0xc3, 0x80, 0xef, 0x96, 0x10, 0x17, 0x92, 0xa0, 0x35, 0x76, 0x8c, 0xa9, 0x53, 0xf8, 0x23, 0x63, 0x09, 0xd5, 0x9d, 0x37, 0x40, 0x4b, 0x1d, 0xce, 0x6b, 0xed, 0xc9, 0x1a, 0xf0, 0xd6, 0x2b, 0xb7, 0x94, 0x45, 0x40, 0xc9, 0x14, 0x64, 0xb8, 0x73, 0x6e, 0x8a, 0x53, 0x00, 0xa8, 0xf6, 0x28, 0xe0, 0x00, 0xeb, 0x4b, 0xc0, 0xcf, 0x45, 0xc2, 0xb8, 0xf3, 0xfb, 0xbd, 0x49, 0xf1, 0xcc, 0x26, 0xdf, 0xf0, 0xf7, 0xf7, 0x6b, 0xb0, 0x0a, 0x7c, 0xc9, 0x5d, 0x9a, 0x41, 0x24, 0x22, 0x70, 0xaf, 0x00, 0x5b, 0x8a, 0xfb, 0x3f, 0xe3, 0xaa, 0xf5, 0xe4, 0x36, 0x69, 0xcc, 0x55, 0x51, 0x48, 0x8d, 0xe1, 0x51, 0x4b, 0x84, 0x29, 0x1d, 0xfc, 0xb4, 0x6f, 0xe6, 0x08, 0xa8, 0xb0, 0x10, 0x1c, 0xea, 0x5f, 0xa9, 0xbe, 0x98, 0x9a, 0x1f, 0xc9, 0xd7, 0xa9, 0x56, 0x28, 0x32, 0x7b, 0x44, 0x84, 0x2c, 0x8c, 0x6a, 0x15, 0x19, 0x52, 0xf1, 0xa2, 0xa8, 0x8c, 0x49, 0x17, 0x76, 0x13, 0x2f, 0x94, 0x9e, 0xa7, 0xe1, 0x0f, 0xa7, 0x1f, 0x7f, 0x03, 0x2f, 0x9a, 0x2e, 0x9c, 0x2a, 0x62, 0xd7, 0xf1, 0x42, 0x52, 0x31, 0x5d, 0xbc, 0x7c, 0x99, 0x2c, 0xc1, 0x05, 0xc8, 0x3c, 0xb7, 0xc7, 0xd8, 0x1c, 0x32, 0x91, 0x56, 0xd2, 0x86, 0x08, 0x02, 0x34, 0x85, 0x22, 0xc8, 0x53, 0xc1, 0x71, 0x6d, 0x38, 0xaf, 0xb5, 0x67, 0x6b, 0x90, 0x26, 0x88, 0xe0, 0x48, 0x7f, 0x5e, 0x0f, 0x14, 0xab, 0x2f, 0x1b, 0x2e, 0x80, 0xfc, 0xa4, 0x2a, 0xf7, 0x56, 0x57, 0x57, 0x73, 0x80, 0xd5, 0x13, 0xf8, 0x34, 0xc8, 0xae, 0xda, 0xff, 0x55, 0x52, 0x3c, 0x36, 0xdf, 0xae, 0xfe, 0x3e, 0x37, 0xc7, 0xf0, 0xdb, 0xa8, 0xc1, 0x19, 0x99, 0x19, 0x7a, 0xd9, 0xf7, 0xe6, 0x4d, 0x91, 0x2e, 0x53, 0x3a, 0x97, 0x83, 0xe7, 0x3d, 0x50, 0xeb, 0xd3, 0x9c, 0xb5, 0x9e, 0x80, 0x77, 0x55, 0xba, 0xed, 0x3b, 0x8d, 0x06, 0xd4, 0xa0, 0x50, 0xff, 0xbe, 0x5b, 0x72, 0x2e, 0x5d, 0x41, 0x87, 0xfa, 0xf2, 0xc3, 0x47, 0x0e, 0xb2, 0x9f, 0x52, 0x01, 0x0c, 0x69, 0x80, 0x08, 0x62, 0x2a, 0x45, 0xde, 0x4a, 0x7d, 0x70, 0xd2, 0x9f, 0x91, 0x36, 0xd0, 0xb9, 0x14, 0xd0, 0x28, 0xbf, 0x56, 0x20, 0xe7, 0xc3, 0xd9, 0x27, 0xca, 0x49, 0x11, 0x55, 0x16, 0xad, 0x4d, 0x32, 0xda, 0xa4, 0xb5, 0x5b, 0x53, 0xf4, 0x05, 0x14, 0xd0, 0x10, 0x84, 0xa0, 0x8f, 0x17, 0xeb, 0xec, 0x91, 0x08, 0xb4, 0xda, 0x46, 0x11, 0x81, 0x5d, 0x03, 0x06, 0x8a, 0x9d, 0x69, 0x23, 0xf5, 0xf2, 0x6f, 0xc2, 0xe9, 0x93, 0x7a, 0xad, 0x9f, 0xcb, 0xbb, 0xf7, 0xee, 0xf6, 0x08, 0x3e, 0x81, 0xe1, 0x5a, 0xd2, 0xfd, 0xaa, 0x29, 0xde, 0xfd, 0x26, 0x1f, 0xaf, 0x2b, 0x3b, 0x8b, 0x49, 0x41, 0x63, 0xe3, 0xee, 0x7c, 0x8a, 0x0b, 0x68, 0xa1, 0x0d, 0x93, 0xc5, 0xc5, 0x52, 0x08, 0x37, 0x61, 0xd6, 0xfa, 0x4b, 0x7a, 0xfe, 0xef, 0x2a, 0xe6, 0x49, 0xa2, 0xf0, 0xf0, 0xf0, 0xbf, 0xe9, 0xe3, 0x3d, 0x01, 0x02, 0x86, 0x98, 0x9b, 0x15, 0x42, 0xc3, 0x83, 0xb8, 0x0c, 0x49, 0xcc, 0x26, 0xd3, 0x67, 0xee, 0x82, 0xe5, 0x0b, 0x2c, 0x17, 0x7e, 0xd0, 0xdc, 0x0a, 0xc5, 0x4b, 0xc2, 0xd1, 0xc4, 0x15, 0x48, 0xf0, 0xf3, 0x14, 0xf8, 0x14, 0xe0, 0xc8, 0xb2, 0x68, 0x56, 0x46, 0x2a, 0xb4, 0x1d, 0x1b, 0x67, 0x9a, 0x2a, 0x7e, 0xc3, 0x20, 0x41, 0x3d, 0x92, 0xe0, 0xfa, 0x38, 0x70, 0xa4, 0x0c, 0xd3, 0x89, 0xc0, 0x16, 0x41, 0x91, 0x01, 0x03, 0xc5, 0xdd, 0x5b, 0x44, 0x1a, 0xb8, 0x7e, 0xe3, 0x1a, 0x06, 0x90, 0x82, 0x36, 0x02, 0xab, 0x27, 0xf0, 0x45, 0x20, 0x96, 0xdb, 0xe7, 0x29, 0x5e, 0x8e, 0x0c, 0xda, 0xe8, 0x75, 0xd5, 0x29, 0xfc, 0x65, 0xf1, 0x81, 0x9a, 0x29, 0xbc, 0x25, 0x53, 0xe4, 0xde, 0x68, 0xbd, 0x92, 0xf3, 0xc9, 0x67, 0xf5, 0x92, 0x70, 0x48, 0x68, 0x60, 0xeb, 0x37, 0xb3, 0x32, 0x28, 0x28, 0xe8, 0x97, 0xc1, 0x21, 0xfe, 0x37, 0x5c, 0x1b, 0x14, 0x28, 0xff, 0xa4, 0x2d, 0x62, 0xf6, 0xee, 0xdf, 0x0d, 0x07, 0x0f, 0x1f, 0x40, 0xd9, 0x0f, 0x07, 0x30, 0x22, 0x3d, 0x70, 0x70, 0x1f, 0xec, 0x27, 0x39, 0xb0, 0x17, 0xf6, 0x1d, 0xd8, 0xc3, 0x3b, 0x89, 0xec, 0x25, 0xc1, 0xb4, 0x72, 0xcf, 0xbe, 0x5d, 0x2c, 0x47, 0xf6, 0x6d, 0x82, 0x5d, 0x18, 0x60, 0xee, 0xda, 0xb3, 0x83, 0x65, 0xe7, 0xee, 0xed, 0x10, 0xb9, 0x77, 0x15, 0xb4, 0x5b, 0x86, 0xaa, 0xdd, 0x33, 0xc4, 0x5a, 0xbe, 0xc6, 0x30, 0xd1, 0x47, 0x5f, 0x1b, 0x20, 0x48, 0x70, 0xf1, 0x59, 0x9d, 0x08, 0xe4, 0x1a, 0x34, 0x24, 0x42, 0xf6, 0xf1, 0x69, 0xfa, 0x1c, 0x00, 0x09, 0x11, 0x51, 0xf4, 0xe5, 0xd9, 0x7a, 0x04, 0x9f, 0x7c, 0xf1, 0xdd, 0xbb, 0x77, 0xfb, 0x3c, 0xc5, 0xa3, 0x42, 0x0f, 0x9d, 0x53, 0x63, 0xaa, 0xe3, 0xf7, 0x36, 0x38, 0xa4, 0xdf, 0xd4, 0x5b, 0xad, 0x57, 0x72, 0x24, 0xf2, 0xb0, 0x19, 0x93, 0xb6, 0xe0, 0xb0, 0x80, 0xa9, 0xdf, 0xd4, 0xae, 0x60, 0xdf, 0xa5, 0x59, 0x27, 0xf3, 0xc6, 0xce, 0x5f, 0x55, 0xd6, 0x86, 0xfb, 0x41, 0xe6, 0xde, 0x97, 0x60, 0xcb, 0x9a, 0xa5, 0xf7, 0xbd, 0x77, 0x78, 0xe3, 0x42, 0xde, 0x2d, 0x54, 0x6c, 0x19, 0xeb, 0x23, 0x96, 0x72, 0x13, 0x01, 0x48, 0x68, 0xf7, 0x8f, 0x5b, 0xd3, 0x78, 0xb1, 0x25, 0x2d, 0xb9, 0xd6, 0x90, 0x08, 0x97, 0x8e, 0xbc, 0xea, 0x34, 0xef, 0xbf, 0xf5, 0x8b, 0xcf, 0x38, 0x2a, 0x57, 0x9b, 0x53, 0xdd, 0xab, 0xaa, 0x74, 0x0b, 0x3e, 0x0d, 0x32, 0x99, 0xf5, 0xbe, 0x4e, 0xf1, 0xc8, 0x0d, 0x1a, 0x99, 0x41, 0x85, 0x33, 0xf8, 0x6e, 0x2c, 0x45, 0xa6, 0x1e, 0x1c, 0xde, 0xe0, 0x94, 0xfa, 0xda, 0xb5, 0xab, 0x5f, 0xaa, 0xf5, 0x66, 0xd9, 0xb4, 0x65, 0xc3, 0x7d, 0x63, 0x18, 0x14, 0x12, 0xf0, 0xcd, 0xdd, 0x76, 0x56, 0x10, 0xc1, 0xff, 0x3f, 0x43, 0xc2, 0x02, 0x82, 0x83, 0x43, 0x03, 0x13, 0xf1, 0x1f, 0x66, 0xa1, 0xd4, 0xd2, 0x0d, 0x1e, 0x7a, 0x2b, 0x71, 0x5b, 0xe6, 0xda, 0xf2, 0xf7, 0x8d, 0xeb, 0x4a, 0xdf, 0x3d, 0xa9, 0x63, 0x75, 0xf8, 0x27, 0x0d, 0xae, 0xef, 0x27, 0x6c, 0x7d, 0xdd, 0xd6, 0xad, 0xdf, 0xfe, 0xcd, 0x44, 0x02, 0x5a, 0x57, 0xd7, 0x10, 0x82, 0xb9, 0xff, 0x3c, 0x70, 0x9c, 0x1b, 0x06, 0xd7, 0x22, 0x5e, 0x71, 0x9a, 0xf7, 0xa7, 0xaa, 0x98, 0x98, 0xc1, 0x74, 0x6e, 0xf2, 0xa0, 0x56, 0x2c, 0x57, 0xf0, 0x69, 0x90, 0x49, 0xd3, 0xfb, 0x32, 0xc5, 0xe3, 0x29, 0xdd, 0x07, 0xba, 0x89, 0x3c, 0xd9, 0x19, 0x64, 0x44, 0xf9, 0x4e, 0xe0, 0x4b, 0x93, 0x7f, 0xc9, 0x14, 0xe1, 0x3f, 0x48, 0xa8, 0x63, 0x88, 0xae, 0x7d, 0x1d, 0xba, 0xbd, 0xfd, 0x87, 0xf6, 0xba, 0x10, 0x21, 0xf0, 0x83, 0x6f, 0xe7, 0xe6, 0x92, 0xdb, 0x9f, 0xf9, 0x13, 0xfd, 0x8e, 0x9a, 0xb1, 0xc3, 0xac, 0x8e, 0xb8, 0xe7, 0xfd, 0xdc, 0xad, 0x76, 0xa5, 0x2d, 0xd6, 0x8d, 0xbb, 0x7e, 0xfa, 0x80, 0x96, 0x3f, 0x47, 0x27, 0x00, 0x49, 0x79, 0xfa, 0x72, 0xbd, 0x6d, 0x9b, 0xe2, 0x12, 0x02, 0xc3, 0x68, 0xf2, 0x68, 0x47, 0xbf, 0x5d, 0xc7, 0x66, 0x9c, 0xe3, 0x01, 0x6a, 0x5d, 0x43, 0xb0, 0xc9, 0x94, 0x53, 0xc5, 0x8f, 0x08, 0x40, 0xa6, 0x95, 0xc8, 0x61, 0x98, 0xfc, 0xaf, 0x97, 0xe2, 0x91, 0xf6, 0x57, 0x55, 0xf7, 0x1e, 0x7c, 0x77, 0x69, 0xe1, 0xc3, 0x68, 0xfe, 0xa9, 0x53, 0xc7, 0xf9, 0xba, 0x37, 0x6e, 0x5a, 0x07, 0x67, 0x92, 0x4e, 0xf3, 0x6b, 0xb1, 0xc7, 0x62, 0xcc, 0x53, 0xc4, 0x0e, 0x8a, 0xdf, 0xbe, 0x75, 0x04, 0x90, 0xb7, 0x75, 0x95, 0xb7, 0x8c, 0xa1, 0xdb, 0xc4, 0x8d, 0xb1, 0xda, 0xe3, 0x9e, 0x77, 0xdb, 0xd0, 0x40, 0xf7, 0xf2, 0xa5, 0xf5, 0xf3, 0x7a, 0x60, 0x98, 0x46, 0x77, 0xe9, 0xc0, 0x58, 0xa0, 0x0e, 0x63, 0x8f, 0xad, 0x81, 0x4e, 0xc5, 0x1f, 0x05, 0x3e, 0x01, 0x49, 0xa0, 0xba, 0xeb, 0x5e, 0x52, 0x1b, 0x56, 0x51, 0xf1, 0x85, 0x06, 0x9e, 0x22, 0xfc, 0xbe, 0x48, 0xf1, 0x28, 0x70, 0x23, 0x77, 0xf0, 0x70, 0x35, 0x81, 0x34, 0xb7, 0xe0, 0xf7, 0x46, 0xf3, 0x4f, 0x22, 0xf8, 0xab, 0xd7, 0x86, 0x72, 0xc7, 0xf2, 0xf9, 0xf3, 0x67, 0x9d, 0xde, 0x33, 0x4f, 0x0e, 0xa1, 0x94, 0xd0, 0xde, 0xcc, 0xdf, 0x1e, 0xed, 0xa7, 0x05, 0x0f, 0x74, 0x3f, 0x5e, 0xfd, 0xa6, 0x51, 0x74, 0x07, 0xf1, 0x29, 0xe2, 0xbe, 0x41, 0xb1, 0x43, 0x5f, 0x70, 0x4b, 0x98, 0x28, 0x9f, 0x11, 0xf8, 0x99, 0x06, 0x7d, 0x15, 0x4d, 0xc2, 0x70, 0x48, 0x3b, 0xbf, 0x4c, 0xbf, 0xc8, 0xa4, 0xb3, 0x89, 0xdc, 0xa8, 0x42, 0x40, 0x37, 0xb7, 0x34, 0x41, 0xb7, 0xdd, 0x48, 0xeb, 0x7a, 0xec, 0x5e, 0x42, 0xad, 0x24, 0x50, 0x88, 0x14, 0x5f, 0x35, 0xc5, 0x13, 0x25, 0x5d, 0xa3, 0x48, 0x43, 0xdf, 0xfb, 0x65, 0x01, 0x22, 0x65, 0x3b, 0x5f, 0x1b, 0xfc, 0x93, 0xf1, 0xf0, 0x39, 0xc6, 0x39, 0x34, 0xe7, 0xd1, 0xd3, 0x39, 0x14, 0x54, 0x1b, 0xae, 0xd1, 0xff, 0x9d, 0x6f, 0x93, 0xf6, 0xbf, 0xa0, 0xee, 0xa7, 0x2b, 0x6e, 0x9b, 0xb6, 0xcc, 0xaa, 0x15, 0xbe, 0x29, 0x6e, 0x1b, 0x17, 0xff, 0x42, 0x6c, 0x77, 0xcc, 0xb0, 0x67, 0xdd, 0x12, 0x27, 0xe6, 0x99, 0x7f, 0xec, 0x8e, 0xf6, 0xce, 0x56, 0x24, 0xd8, 0xbe, 0x6e, 0x89, 0x08, 0x26, 0xd7, 0xad, 0x92, 0x8d, 0x1e, 0xa2, 0x53, 0xa9, 0xd3, 0x34, 0x87, 0xff, 0xc0, 0xee, 0x25, 0x9e, 0x96, 0xcd, 0xe2, 0x08, 0x5f, 0xef, 0xeb, 0x7b, 0x88, 0x14, 0xcf, 0xd5, 0x77, 0x53, 0xb1, 0xab, 0x77, 0xe0, 0x9b, 0x8a, 0x3b, 0xdc, 0x22, 0x66, 0x74, 0x0a, 0xf5, 0x06, 0x7c, 0xd2, 0xf6, 0x13, 0x27, 0xe3, 0xbe, 0xf4, 0xbc, 0xa4, 0xb3, 0xa7, 0xb9, 0xfb, 0x99, 0x49, 0x10, 0x12, 0x90, 0xfb, 0x6d, 0xd1, 0xfe, 0xef, 0x23, 0xf8, 0x62, 0xcd, 0xe1, 0x9d, 0x19, 0xce, 0x37, 0x8e, 0x94, 0x77, 0x0d, 0x25, 0x12, 0xf4, 0x64, 0x09, 0xe0, 0xe4, 0xb0, 0x1f, 0x61, 0x60, 0xb8, 0xb6, 0xe6, 0xf0, 0xf3, 0x0e, 0x7d, 0x7d, 0xdd, 0xa5, 0x0b, 0xc6, 0x7a, 0x05, 0x53, 0xcb, 0xfa, 0x83, 0xba, 0x97, 0x0a, 0x4c, 0xdd, 0x4b, 0xe5, 0xe5, 0xe5, 0xfc, 0x7e, 0x6f, 0x53, 0x3c, 0x77, 0x20, 0x92, 0x06, 0xdf, 0x40, 0x6d, 0x56, 0x35, 0xfd, 0x2f, 0x73, 0x15, 0x34, 0x07, 0x90, 0x2a, 0xfb, 0x03, 0x7b, 0x93, 0xe6, 0x7d, 0x55, 0xd9, 0xb9, 0xeb, 0x0b, 0x23, 0x2b, 0x58, 0x15, 0xf4, 0x6f, 0x8f, 0x9d, 0x00, 0xdd, 0x16, 0x9f, 0x67, 0x8d, 0x5b, 0xc7, 0xae, 0x16, 0xeb, 0xdc, 0x7b, 0xba, 0x75, 0x2c, 0xc6, 0x04, 0x3d, 0x6d, 0x83, 0x72, 0x70, 0xc3, 0xa2, 0x40, 0x75, 0x61, 0x14, 0x9d, 0x77, 0xc9, 0xd6, 0x6e, 0x22, 0x81, 0xa8, 0xe1, 0x77, 0xf7, 0xdc, 0xbd, 0x54, 0x58, 0x20, 0xc0, 0x97, 0xdd, 0x4b, 0x04, 0x90, 0xea, 0xe8, 0xed, 0xed, 0x2c, 0x9e, 0x01, 0xa2, 0x91, 0xab, 0x93, 0x0b, 0x30, 0x3e, 0x57, 0xc0, 0xdd, 0x3f, 0xe6, 0xcf, 0x3d, 0x6a, 0xf0, 0x49, 0xac, 0xb2, 0xed, 0x5c, 0x34, 0x8d, 0xfa, 0xbf, 0xf5, 0x78, 0xb5, 0x9f, 0xee, 0xa1, 0x1b, 0xe9, 0xb3, 0x99, 0x09, 0x90, 0x3f, 0xd3, 0xaa, 0xd9, 0x8e, 0xf0, 0x3a, 0x37, 0x7b, 0xed, 0x2c, 0xd3, 0xcd, 0xa3, 0x27, 0x59, 0xb5, 0x3b, 0xf3, 0xac, 0x5a, 0xe2, 0xe4, 0x58, 0x0a, 0x0c, 0x39, 0x3b, 0xd8, 0x7e, 0xff, 0xbe, 0xfa, 0xf2, 0x9e, 0x82, 0x7c, 0x61, 0x14, 0xc0, 0xa9, 0xc0, 0x4f, 0x4d, 0xe0, 0x50, 0x06, 0xd0, 0x63, 0xf7, 0x12, 0x02, 0x9e, 0x69, 0xea, 0x5e, 0x22, 0xed, 0x65, 0x93, 0xff, 0x10, 0xb3, 0x78, 0x22, 0x5d, 0xbb, 0xca, 0xb3, 0xa0, 0x2a, 0x62, 0xa7, 0x4d, 0x21, 0x7a, 0x02, 0xbf, 0x27, 0xd2, 0x7c, 0x93, 0xe0, 0x93, 0x9c, 0x41, 0x37, 0xa0, 0x5b, 0x80, 0xb0, 0x80, 0x4d, 0x8f, 0x57, 0xfb, 0x63, 0xbc, 0x9e, 0x11, 0xb7, 0x8f, 0x47, 0xed, 0x6f, 0xde, 0x65, 0xd5, 0xda, 0xe2, 0x8c, 0xdb, 0xc7, 0x23, 0x09, 0xc8, 0x12, 0x90, 0x3b, 0xe0, 0x98, 0x80, 0x02, 0x43, 0xca, 0x0e, 0x30, 0x45, 0xa4, 0xdb, 0xca, 0xb9, 0xde, 0x3e, 0x3e, 0x24, 0x34, 0x60, 0x9b, 0xba, 0x30, 0xf2, 0xf1, 0x54, 0xf0, 0x21, 0x3f, 0x2e, 0xc0, 0xef, 0x60, 0x52, 0xa8, 0x75, 0x7c, 0xe6, 0xee, 0x25, 0x6e, 0x5d, 0xcb, 0x52, 0xe0, 0x1b, 0xdd, 0x4b, 0x64, 0xaa, 0x1f, 0x76, 0x16, 0xcf, 0x35, 0x5d, 0x23, 0x30, 0xdd, 0x07, 0x89, 0xe9, 0x6e, 0x66, 0xf2, 0xbe, 0x79, 0xf0, 0x95, 0x98, 0x4a, 0xc4, 0x87, 0x1e, 0x2b, 0x01, 0x78, 0xd5, 0x2a, 0x11, 0x20, 0x77, 0x96, 0x58, 0xd6, 0x4c, 0x6b, 0xd9, 0x95, 0x1b, 0x50, 0xdb, 0x9e, 0x70, 0x4c, 0xb0, 0x94, 0xb3, 0x03, 0x4e, 0x11, 0x4d, 0xeb, 0xdb, 0x21, 0xd2, 0xf7, 0xaf, 0x8d, 0x0d, 0xab, 0x02, 0x36, 0x29, 0x02, 0x50, 0xbb, 0xba, 0xc8, 0xf9, 0xeb, 0xd9, 0x0d, 0x50, 0x3e, 0x4f, 0xe5, 0x5b, 0x4a, 0xe5, 0x9c, 0xba, 0x97, 0x4c, 0xad, 0x6b, 0xae, 0xdd, 0x4b, 0x04, 0x4c, 0x5f, 0xf8, 0x6d, 0x22, 0xd7, 0xb7, 0x09, 0x7c, 0x9a, 0x23, 0x30, 0xa5, 0x83, 0xbb, 0x1f, 0x1b, 0xf8, 0xb4, 0x31, 0x01, 0x03, 0x19, 0xef, 0x8b, 0x60, 0x1f, 0xb5, 0x6a, 0x9d, 0xe9, 0x06, 0x09, 0xc8, 0x12, 0x90, 0x3b, 0xe0, 0xbb, 0x68, 0xcf, 0x34, 0xdf, 0x4a, 0xd5, 0x4a, 0xc5, 0x22, 0xda, 0xac, 0xc2, 0xf5, 0xbe, 0x7a, 0xc1, 0xa1, 0x81, 0xcb, 0xd4, 0x85, 0x51, 0x95, 0x8e, 0x82, 0x3d, 0x4a, 0xe5, 0x78, 0x99, 0x5a, 0xa3, 0x58, 0xe4, 0x41, 0xb3, 0x93, 0x04, 0xbe, 0xd1, 0xbd, 0xa4, 0x5a, 0xd7, 0xdc, 0x77, 0x2f, 0xd1, 0xfb, 0x0f, 0x4a, 0xf1, 0x7a, 0x03, 0x20, 0x05, 0x84, 0x3d, 0x7e, 0x96, 0xdd, 0xc5, 0xa5, 0xaf, 0xdd, 0x3b, 0xf1, 0x30, 0x42, 0xeb, 0x0b, 0x4d, 0xab, 0x87, 0x82, 0x1e, 0x9f, 0xf9, 0x8f, 0xf6, 0x0e, 0x62, 0x40, 0xb3, 0x66, 0x5a, 0xc1, 0x5e, 0x6e, 0xd5, 0xba, 0xf3, 0x0d, 0x12, 0xb4, 0xee, 0xb0, 0xda, 0x0b, 0x67, 0xb9, 0x6c, 0x83, 0xe6, 0xbd, 0xbf, 0x33, 0xda, 0x7b, 0xb2, 0x3b, 0xff, 0x2f, 0x66, 0x27, 0x03, 0x67, 0xa8, 0x0b, 0xa3, 0xc1, 0x56, 0xe5, 0x5e, 0xde, 0xae, 0x45, 0x2e, 0x53, 0xe3, 0xd6, 0x35, 0x5a, 0xa6, 0xa6, 0x5a, 0xd7, 0x10, 0x90, 0x07, 0x75, 0x2f, 0x91, 0x39, 0xd7, 0x57, 0xeb, 0xf4, 0x50, 0x9e, 0xed, 0x4d, 0x85, 0x8e, 0xe2, 0x84, 0x07, 0xc5, 0x0a, 0x8f, 0x0a, 0x7c, 0xae, 0x0a, 0xc6, 0x46, 0x99, 0x2d, 0xc0, 0x9b, 0x8f, 0x05, 0xfc, 0x0e, 0xcc, 0xdf, 0x09, 0xd4, 0x6e, 0x2b, 0x6a, 0xbf, 0xed, 0x84, 0x15, 0xb4, 0x06, 0x41, 0x02, 0xb4, 0x04, 0xf6, 0xbc, 0x59, 0xce, 0x5b, 0x9e, 0x45, 0x7b, 0xed, 0x61, 0xe0, 0xbf, 0x64, 0x7b, 0x54, 0xff, 0xd5, 0xfe, 0x3f, 0x57, 0xed, 0x6a, 0xb4, 0x69, 0x35, 0x81, 0x4f, 0xa6, 0x9f, 0x80, 0x27, 0x8b, 0xe0, 0xba, 0x46, 0x51, 0xb5, 0xae, 0x7d, 0x59, 0xf7, 0x12, 0xe5, 0xe4, 0xee, 0x52, 0xbc, 0x87, 0x29, 0xd2, 0x90, 0x85, 0xe8, 0x1b, 0xf0, 0xcf, 0x7d, 0x6d, 0x02, 0xec, 0xd8, 0xb5, 0xcd, 0x94, 0x05, 0xf4, 0xc1, 0x7a, 0x81, 0xaf, 0xe6, 0xfb, 0xbd, 0x3e, 0x66, 0x70, 0x33, 0xa7, 0x21, 0xf8, 0x6d, 0x68, 0xf2, 0x13, 0x04, 0xf0, 0xe6, 0x9d, 0x2d, 0xa2, 0x7d, 0xb6, 0xf1, 0xae, 0x16, 0x0f, 0x71, 0xf7, 0x0c, 0xbc, 0xa8, 0x6b, 0x6a, 0x0e, 0x80, 0xd2, 0x38, 0x6e, 0xfc, 0x44, 0xf3, 0xaf, 0x56, 0xe5, 0xba, 0xae, 0x51, 0x24, 0xf0, 0x7b, 0xe3, 0x7b, 0xe9, 0xbc, 0xaf, 0x1b, 0xad, 0xd3, 0x67, 0x1e, 0xb6, 0xae, 0xdf, 0xd7, 0x42, 0xd5, 0x51, 0x53, 0xab, 0x78, 0xf6, 0xe3, 0x49, 0xfd, 0xa2, 0xbd, 0x7f, 0xd1, 0x4d, 0x5b, 0xcc, 0xc5, 0xfa, 0x58, 0xb5, 0xea, 0xf7, 0xd0, 0x05, 0x4c, 0xc7, 0xfc, 0xde, 0xd7, 0xb4, 0xb3, 0x85, 0xcf, 0x7a, 0xde, 0xc3, 0xe6, 0x2b, 0x2c, 0x6f, 0x0e, 0x0a, 0x0d, 0x78, 0x5d, 0xb1, 0xfb, 0xc4, 0xa9, 0xe3, 0x9c, 0xf3, 0x53, 0xc5, 0x8f, 0xfc, 0xbf, 0xeb, 0x1a, 0x45, 0x02, 0xe3, 0x61, 0x40, 0x24, 0x00, 0xbf, 0xae, 0xd9, 0xa6, 0xff, 0xf7, 0xb8, 0xc0, 0x27, 0xd9, 0xb3, 0x77, 0xa7, 0x61, 0xfe, 0xc3, 0xfc, 0x17, 0x3d, 0x1e, 0xed, 0x8f, 0xf1, 0x59, 0xc4, 0x60, 0x13, 0xe8, 0xb1, 0xe6, 0x2d, 0x4d, 0xbc, 0x02, 0x29, 0x30, 0xfc, 0x3a, 0xdf, 0x1d, 0x11, 0x11, 0xf1, 0x3d, 0xbc, 0xb8, 0xdb, 0xc6, 0x2e, 0x1e, 0x99, 0x1c, 0x08, 0x36, 0xca, 0x8d, 0x1c, 0x28, 0x98, 0x73, 0x5d, 0xa3, 0xf8, 0x50, 0x8d, 0xaa, 0x08, 0xdc, 0xe3, 0x02, 0xef, 0x6b, 0x17, 0x80, 0xe2, 0x62, 0xcd, 0xbe, 0xbf, 0x68, 0xfd, 0xfa, 0xf5, 0x3f, 0x7c, 0xf4, 0xda, 0x1f, 0x33, 0xe4, 0xbf, 0x3a, 0xed, 0x35, 0x88, 0x96, 0x00, 0x53, 0xc1, 0x65, 0x9d, 0x47, 0x7d, 0xff, 0x77, 0xdf, 0xed, 0x63, 0x10, 0xf0, 0x1c, 0x4d, 0x79, 0xaa, 0x5d, 0xbc, 0x48, 0xf3, 0xc5, 0xfe, 0x7d, 0x62, 0x62, 0x87, 0xf2, 0x7f, 0x4a, 0xe5, 0xae, 0xa6, 0xba, 0x98, 0x7f, 0x06, 0x36, 0x59, 0x07, 0xb9, 0x27, 0x51, 0xe7, 0x3d, 0x49, 0xe0, 0xd3, 0x3c, 0x81, 0x69, 0xd9, 0xb8, 0x86, 0x01, 0xf3, 0x98, 0xc7, 0xe5, 0xfb, 0xe7, 0xc9, 0x88, 0x3e, 0x9a, 0x2c, 0x41, 0x7b, 0xe4, 0xe0, 0xbf, 0xf9, 0x26, 0xfe, 0x4f, 0x50, 0x48, 0xc0, 0x12, 0xf3, 0xd6, 0x2f, 0x94, 0xab, 0xd7, 0xca, 0x6c, 0xc0, 0xdc, 0xb4, 0x6a, 0xee, 0x5b, 0xe4, 0xa6, 0x55, 0x8c, 0x15, 0x9c, 0xfa, 0x16, 0x8b, 0x54, 0xdf, 0x62, 0xbe, 0xde, 0xb7, 0x98, 0xeb, 0xd4, 0xb7, 0x98, 0xa9, 0x2f, 0xe7, 0x7e, 0xd0, 0x4e, 0x1e, 0xce, 0x9b, 0x39, 0x88, 0xf8, 0xe1, 0x51, 0x59, 0x12, 0x6a, 0x0e, 0xa1, 0x98, 0xc8, 0x94, 0xfa, 0x3d, 0x9e, 0xdb, 0xd2, 0x41, 0x94, 0xef, 0x8f, 0x31, 0x87, 0x3f, 0xd4, 0x6d, 0x19, 0xb4, 0x08, 0x22, 0xbe, 0xf9, 0xdb, 0xa3, 0x9b, 0xf7, 0x33, 0x10, 0x0b, 0x59, 0xb6, 0xb3, 0xe6, 0x53, 0x2b, 0x98, 0x6a, 0xd0, 0x30, 0x37, 0xad, 0xaa, 0xdd, 0x3b, 0x9d, 0x9a, 0x56, 0xe5, 0x16, 0x6e, 0x34, 0xeb, 0x97, 0x2f, 0x9b, 0x56, 0x73, 0x9d, 0x9a, 0x56, 0x33, 0xef, 0xdf, 0xc9, 0xe3, 0x66, 0xcf, 0x3b, 0x79, 0xa8, 0x85, 0x2f, 0x8f, 0xa2, 0xe8, 0x13, 0x7f, 0xdc, 0x0a, 0x9b, 0x3f, 0xdf, 0xe8, 0xdc, 0x0d, 0x14, 0xe2, 0xff, 0x45, 0x9f, 0x6f, 0x1d, 0xd3, 0xdb, 0xa3, 0xdd, 0x3a, 0xe8, 0x7f, 0x10, 0x09, 0x1e, 0xe5, 0xff, 0x14, 0x37, 0xab, 0x0e, 0xe8, 0x72, 0xda, 0xf2, 0x6d, 0x7d, 0x38, 0x44, 0xa1, 0x56, 0x24, 0x26, 0x9d, 0xe6, 0x59, 0x43, 0x33, 0x28, 0x4a, 0x2b, 0xa9, 0x85, 0x8c, 0x2a, 0x66, 0xe7, 0xce, 0x27, 0xc1, 0xb9, 0x73, 0x67, 0xe0, 0x2c, 0x46, 0xcf, 0x49, 0x78, 0xfe, 0x99, 0x33, 0x09, 0xbc, 0x0e, 0x82, 0x8a, 0x29, 0xd4, 0x66, 0x4e, 0x9b, 0x3f, 0xd3, 0xe2, 0x18, 0x32, 0xb1, 0xc7, 0x4f, 0x1c, 0xe3, 0x41, 0x8f, 0x8b, 0x8f, 0x85, 0x63, 0x71, 0x31, 0x60, 0x3d, 0x16, 0xc3, 0x13, 0x2f, 0x94, 0x77, 0xc7, 0xc4, 0x5a, 0xb8, 0x21, 0x83, 0xfe, 0xaf, 0x25, 0xea, 0x08, 0x44, 0x5a, 0x22, 0xe0, 0x68, 0xe4, 0xe1, 0x3e, 0x96, 0x08, 0x5e, 0x0a, 0x46, 0x4d, 0xb4, 0x6b, 0xd6, 0x86, 0xbb, 0xf6, 0x03, 0xda, 0x31, 0x40, 0x5e, 0xf8, 0xd4, 0x40, 0x3c, 0xe4, 0x4d, 0x2d, 0x62, 0xbf, 0x6e, 0xc3, 0xea, 0x13, 0x2b, 0x61, 0x01, 0x27, 0x82, 0x83, 0x83, 0xff, 0xdf, 0x53, 0x03, 0xfd, 0x08, 0x0c, 0x0b, 0xfc, 0x8d, 0xdc, 0xe4, 0xa2, 0xa0, 0xbf, 0x83, 0x8e, 0xda, 0x5e, 0x1c, 0x14, 0x12, 0xb8, 0x8e, 0xee, 0xe8, 0xf6, 0x94, 0xe7, 0xb8, 0xff, 0x58, 0xbd, 0xda, 0xef, 0x27, 0xc1, 0xc1, 0x9f, 0xfe, 0x2a, 0x72, 0xd3, 0x5b, 0xaf, 0xde, 0xde, 0xfb, 0x52, 0xca, 0xed, 0xc3, 0x13, 0x53, 0xb2, 0x6e, 0xae, 0x4f, 0xc9, 0x4a, 0xdf, 0x95, 0x92, 0x75, 0x23, 0x44, 0x08, 0x3d, 0xbf, 0xb9, 0x0e, 0xdf, 0x9b, 0x94, 0x42, 0xe7, 0x1c, 0xd9, 0xf8, 0xf6, 0x6b, 0x41, 0x61, 0x2b, 0x87, 0x7e, 0x5b, 0x85, 0x1a, 0x3d, 0x03, 0xc2, 0x02, 0xfe, 0x25, 0x3c, 0xdc, 0xef, 0xa7, 0x1e, 0x84, 0x1f, 0xa6, 0x1f, 0xc1, 0xe2, 0xbd, 0x9d, 0x32, 0x13, 0xad, 0x62, 0xa9, 0x55, 0x6b, 0x4b, 0x14, 0x3b, 0x6e, 0xb3, 0x24, 0xf2, 0x6b, 0xea, 0x56, 0x2c, 0x8f, 0xfc, 0x7e, 0x3c, 0x9e, 0xe3, 0x51, 0xf5, 0x23, 0x7a, 0xcf, 0x60, 0x90, 0x53, 0x47, 0x8b, 0x89, 0x28, 0xda, 0x6e, 0x9d, 0x25, 0x85, 0x5f, 0xa3, 0xf7, 0x90, 0x24, 0x33, 0x3c, 0x23, 0xd5, 0x5f, 0xad, 0x40, 0x94, 0xef, 0xdf, 0xaa, 0xca, 0x24, 0x6f, 0xb9, 0xde, 0x99, 0x2b, 0xa4, 0xd5, 0x82, 0xaf, 0x89, 0x82, 0xd5, 0x23, 0xbb, 0x09, 0x93, 0xe7, 0x78, 0x3c, 0x07, 0xef, 0xac, 0xcd, 0x6e, 0xc0, 0x4f, 0xde, 0x68, 0xa1, 0x02, 0x9f, 0xaf, 0x10, 0xda, 0x1f, 0xe9, 0xb3, 0xd9, 0x33, 0x42, 0xfd, 0xdd, 0x0a, 0x44, 0x7b, 0x8d, 0x67, 0x2b, 0x90, 0x32, 0x12, 0xc1, 0xaf, 0xb1, 0x82, 0x56, 0xcb, 0xcf, 0xe5, 0x74, 0xf4, 0x78, 0xcf, 0x08, 0xf5, 0x77, 0x02, 0xc4, 0x7b, 0xfd, 0xa5, 0x3e, 0x43, 0xc9, 0x1d, 0x49, 0x49, 0x6a, 0xa2, 0x2a, 0x16, 0x2c, 0xc3, 0x7e, 0xe6, 0x19, 0xa1, 0x81, 0xe0, 0x06, 0x2c, 0xde, 0xc1, 0xec, 0x06, 0xca, 0x96, 0x59, 0xb5, 0x92, 0x65, 0x62, 0x86, 0x32, 0xda, 0x3b, 0xc8, 0x33, 0x32, 0x03, 0xc5, 0x0a, 0xc4, 0xf8, 0x0e, 0x67, 0x93, 0x9f, 0x3c, 0xcc, 0x6a, 0x3f, 0x3f, 0x8c, 0x09, 0xd0, 0x6d, 0xf1, 0x1d, 0xee, 0x19, 0x99, 0x81, 0x42, 0x00, 0x5a, 0x9d, 0x1c, 0xe5, 0x13, 0xc5, 0x77, 0xd6, 0x12, 0x77, 0xd7, 0x8a, 0xea, 0xa9, 0xff, 0xd0, 0x73, 0xf4, 0xdf, 0x6c, 0x60, 0x99, 0xea, 0x55, 0xe8, 0xc6, 0xe7, 0x9e, 0x11, 0x19, 0x68, 0x56, 0xc0, 0xe2, 0x3b, 0x48, 0x27, 0x00, 0x3e, 0xf7, 0x8c, 0xc8, 0x40, 0x23, 0x40, 0xc4, 0xaf, 0x7e, 0x40, 0x0b, 0x4e, 0x78, 0xd1, 0xc9, 0x43, 0x34, 0xa3, 0x7a, 0x8e, 0x7e, 0xe5, 0x06, 0xbc, 0xde, 0xe9, 0x42, 0xf1, 0x8c, 0xc4, 0x00, 0x3d, 0xf8, 0x56, 0xaa, 0x51, 0xbe, 0xff, 0xea, 0x19, 0x89, 0x81, 0xea, 0x06, 0xfc, 0xfc, 0xbe, 0x0b, 0x8f, 0xab, 0x6d, 0xca, 0x73, 0x78, 0x0e, 0xcf, 0xe1, 0x39, 0x3c, 0x87, 0xe7, 0x78, 0xbc, 0xc7, 0xff, 0x07, 0x00, 0x21, 0x39, 0xa6, 0x37, 0x9a, 0x6f, 0xeb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int weather_few_clouds_128_png_len = 13112; unsigned char weather_few_clouds_192_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0xc0, 0x08, 0x06, 0x00, 0x00, 0x00, 0x52, 0xdc, 0x6c, 0x07, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x37, 0x5d, 0x00, 0x00, 0x37, 0x5d, 0x01, 0x19, 0x80, 0x46, 0x5d, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x00, 0x13, 0x74, 0x45, 0x58, 0x74, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x00, 0x77, 0x65, 0x61, 0x74, 0x68, 0x65, 0x72, 0x2d, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x3b, 0x5a, 0x33, 0x94, 0x00, 0x00, 0x00, 0x1c, 0x74, 0x45, 0x58, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x00, 0x52, 0x79, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x65, 0x72, 0x20, 0x28, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x29, 0x50, 0x59, 0x48, 0x46, 0x00, 0x00, 0x00, 0x1a, 0x74, 0x45, 0x58, 0x74, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x54, 0x69, 0x6d, 0x65, 0x00, 0x4a, 0x61, 0x6e, 0x75, 0x61, 0x72, 0x79, 0x20, 0x32, 0x30, 0x30, 0x36, 0x17, 0xea, 0xe8, 0x75, 0x00, 0x00, 0x00, 0x20, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x70, 0x73, 0x65, 0x75, 0x64, 0x6f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x43, 0xd8, 0x49, 0xcb, 0x00, 0x00, 0x50, 0x6e, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0xbd, 0x09, 0x74, 0x54, 0x67, 0x96, 0x26, 0x98, 0x55, 0x95, 0x55, 0x99, 0x5d, 0x55, 0xd9, 0xd5, 0x53, 0x93, 0x93, 0xbd, 0x56, 0x77, 0x9d, 0x9e, 0xac, 0x99, 0xaa, 0xca, 0x99, 0xee, 0x3a, 0x93, 0x55, 0x7d, 0xca, 0x69, 0x14, 0x92, 0x01, 0x63, 0x83, 0x01, 0x1b, 0xb3, 0xd9, 0xac, 0x06, 0x63, 0x03, 0xc6, 0xc6, 0x36, 0x78, 0xc1, 0x80, 0xb1, 0x00, 0x09, 0xd0, 0xc2, 0x6a, 0x8c, 0x0d, 0x36, 0xab, 0x01, 0x63, 0x40, 0x1b, 0x01, 0x32, 0xfb, 0xbe, 0x8a, 0x7d, 0x15, 0x92, 0x58, 0xb4, 0x0b, 0x24, 0xb4, 0x2f, 0x48, 0x8a, 0x88, 0x77, 0xe7, 0xde, 0x7f, 0x79, 0xef, 0xff, 0x5f, 0xbc, 0x90, 0x04, 0x08, 0x21, 0x89, 0xf7, 0xce, 0xb9, 0x27, 0x02, 0x29, 0x14, 0x44, 0xfc, 0xef, 0xbb, 0xfb, 0xf6, 0xb3, 0x9f, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0xb9, 0x97, 0x7b, 0x3d, 0xee, 0x0b, 0x36, 0xff, 0xee, 0xcf, 0x88, 0xdc, 0x93, 0x70, 0xaf, 0xa7, 0xf2, 0xf2, 0x6d, 0xf1, 0xfc, 0xc1, 0x97, 0x18, 0xfe, 0x8c, 0x7b, 0x12, 0xee, 0xf5, 0x54, 0x5e, 0x81, 0x94, 0xb0, 0xcf, 0x7c, 0x49, 0x61, 0x9f, 0xb9, 0x27, 0xe1, 0x5e, 0x4f, 0x9f, 0xf9, 0xe3, 0xfd, 0xfd, 0x9f, 0xfb, 0x93, 0x3c, 0x09, 0x44, 0xb0, 0xab, 0xc7, 0x5f, 0xb8, 0x27, 0xe2, 0x5e, 0x4f, 0x17, 0x03, 0xa4, 0x84, 0x3f, 0xef, 0x4f, 0x0a, 0xf7, 0x12, 0xa1, 0x19, 0xf4, 0xbc, 0x7b, 0x22, 0xee, 0xf5, 0x74, 0xd9, 0xff, 0x89, 0x61, 0xd1, 0x16, 0x03, 0x84, 0x45, 0xbb, 0x27, 0xe2, 0x5e, 0x4f, 0x8f, 0xf4, 0xdf, 0xf9, 0xcc, 0x5f, 0xfb, 0x13, 0x3d, 0x29, 0x26, 0x03, 0x24, 0x85, 0x6f, 0x83, 0x8d, 0x11, 0xbf, 0x76, 0x4f, 0xc6, 0xbd, 0x9e, 0x0e, 0x06, 0x48, 0x0e, 0xef, 0x27, 0xc1, 0x6f, 0x52, 0x42, 0x78, 0x3f, 0xf7, 0x64, 0xdc, 0xeb, 0xa9, 0xb8, 0x02, 0xc9, 0x9e, 0xc5, 0x76, 0x06, 0xf0, 0x25, 0x7a, 0x16, 0xbb, 0x27, 0xe3, 0x5e, 0x4f, 0x81, 0xf4, 0xf7, 0xfc, 0x8d, 0x09, 0x7c, 0xaf, 0x20, 0xf1, 0x6f, 0xfa, 0x9d, 0x7b, 0x42, 0xee, 0xd5, 0xa9, 0x2f, 0x7f, 0x52, 0x97, 0xe1, 0x26, 0x03, 0x1c, 0xeb, 0xee, 0xf5, 0x1f, 0xef, 0x6e, 0x32, 0x40, 0x23, 0xfe, 0xce, 0x3d, 0x21, 0xf7, 0xea, 0xbc, 0xd2, 0x1f, 0x7e, 0xf6, 0x47, 0xfe, 0x24, 0xcf, 0x77, 0x12, 0xf0, 0x46, 0xde, 0x87, 0x8c, 0x2c, 0x53, 0xc8, 0xb3, 0x92, 0x5e, 0xe3, 0x9e, 0x94, 0x7b, 0x75, 0x4e, 0x06, 0x48, 0xf4, 0xfc, 0x83, 0x09, 0xf6, 0x1d, 0x11, 0x5e, 0xa3, 0x76, 0x1b, 0x52, 0x8a, 0xd7, 0x9f, 0x1a, 0x61, 0x32, 0x41, 0x03, 0xbe, 0xc6, 0x3d, 0x29, 0xf7, 0xea, 0x9c, 0xce, 0x6f, 0x52, 0xd8, 0x78, 0x93, 0x01, 0x4e, 0xbd, 0xe0, 0x05, 0xe3, 0x1e, 0x52, 0x99, 0xd7, 0x9f, 0xd6, 0x53, 0x31, 0x83, 0xc2, 0xc6, 0xbb, 0x27, 0xe5, 0x5e, 0x9d, 0x4f, 0xfa, 0x6f, 0x1e, 0xf8, 0x27, 0x8d, 0x89, 0x9e, 0xf5, 0xa6, 0xf9, 0x53, 0x34, 0x0d, 0xc1, 0xdf, 0xc0, 0x88, 0x9e, 0x2b, 0x66, 0xd0, 0x06, 0x88, 0x8c, 0xf8, 0xb9, 0x7b, 0x62, 0xee, 0xd5, 0xa9, 0xae, 0xc6, 0x84, 0xf0, 0x7f, 0x31, 0x41, 0xbe, 0xb3, 0x2b, 0x33, 0x7f, 0xc0, 0x28, 0x67, 0x44, 0xcf, 0xe9, 0x67, 0xa6, 0x16, 0x48, 0x89, 0xf8, 0x67, 0xf7, 0xc4, 0xdc, 0xab, 0x53, 0x5d, 0xbe, 0xc4, 0xb0, 0x8f, 0x4d, 0x06, 0x38, 0xdf, 0xdb, 0x6b, 0xf8, 0x6e, 0x7a, 0xc1, 0x5f, 0xc0, 0x88, 0x9e, 0xd3, 0xcf, 0x94, 0x9c, 0xc0, 0x47, 0xee, 0x89, 0xb9, 0x57, 0xe7, 0x31, 0x7f, 0x0e, 0x44, 0xfc, 0x12, 0x19, 0x60, 0x8b, 0x69, 0xfe, 0x14, 0x4f, 0x67, 0xa0, 0xd7, 0x08, 0x7f, 0xa6, 0x98, 0x41, 0x5b, 0xe9, 0x6f, 0xdc, 0x93, 0x73, 0xaf, 0xce, 0x21, 0xfd, 0x13, 0x9e, 0x7d, 0xce, 0x04, 0xf7, 0x3e, 0x34, 0x7f, 0x6a, 0x36, 0x7b, 0x8d, 0x86, 0x2b, 0x3a, 0xe1, 0xcf, 0xfc, 0x7b, 0x2d, 0x33, 0xc8, 0x97, 0xd4, 0x25, 0xc2, 0x3d, 0x39, 0xf7, 0xea, 0x14, 0x57, 0x20, 0xc9, 0x13, 0x69, 0x32, 0xc0, 0xe5, 0xbe, 0x5e, 0xa3, 0xfe, 0x04, 0x82, 0x3e, 0x4d, 0x27, 0xfc, 0x99, 0xff, 0xe2, 0x2b, 0x0a, 0x03, 0x78, 0x22, 0xdd, 0x93, 0x73, 0xaf, 0x8e, 0x6f, 0xfe, 0x6c, 0xee, 0xfe, 0x57, 0x68, 0xd2, 0x24, 0x33, 0x60, 0xa7, 0xa0, 0xf9, 0x53, 0x32, 0xcd, 0x6b, 0xd4, 0x1d, 0x76, 0x26, 0xfc, 0x1d, 0xbd, 0x46, 0x98, 0x41, 0xc9, 0x90, 0x14, 0xf1, 0xef, 0xdc, 0x13, 0x74, 0xaf, 0x0e, 0x7d, 0xf9, 0x93, 0xbb, 0xf4, 0x31, 0xa5, 0xff, 0xc1, 0x6e, 0x68, 0xea, 0xac, 0x44, 0xb0, 0xef, 0xe2, 0x44, 0xa6, 0x10, 0x91, 0xf9, 0xef, 0x95, 0xec, 0x35, 0xe6, 0xeb, 0x13, 0xbb, 0xf4, 0x76, 0x4f, 0xd0, 0xbd, 0x3a, 0xba, 0xf9, 0x13, 0x6f, 0x02, 0x3a, 0xbd, 0xbf, 0xd7, 0xa8, 0x4d, 0x62, 0xd9, 0x5f, 0x46, 0xe5, 0x5f, 0x20, 0x45, 0x5a, 0xff, 0xa6, 0xac, 0x70, 0xfa, 0x00, 0xd5, 0x0c, 0x8a, 0x77, 0x4f, 0xd0, 0xbd, 0x3a, 0xae, 0xf9, 0x93, 0x10, 0xf6, 0x1f, 0x11, 0xc8, 0xdb, 0x4c, 0xf3, 0xe7, 0xde, 0x27, 0x28, 0xe5, 0x7f, 0x30, 0xc9, 0x5f, 0x32, 0x1c, 0x69, 0xa8, 0xf6, 0x33, 0x7a, 0x8d, 0x7f, 0x9b, 0x52, 0x21, 0x9a, 0xf2, 0xec, 0x7f, 0x72, 0x4f, 0xd2, 0xbd, 0x3a, 0x26, 0x03, 0x24, 0x46, 0xbc, 0xa6, 0x56, 0x7e, 0x1a, 0x95, 0x0b, 0x10, 0xe4, 0xab, 0x38, 0xe1, 0x73, 0x7f, 0x71, 0x5f, 0x46, 0x41, 0x3f, 0x3f, 0xd6, 0x5d, 0x31, 0x83, 0xc2, 0x5e, 0x73, 0x4f, 0xd2, 0xbd, 0x3a, 0xa6, 0xfd, 0x9f, 0xe8, 0xf9, 0xc6, 0x04, 0x72, 0xe6, 0x40, 0xaf, 0x51, 0xb5, 0xcc, 0xa2, 0x7b, 0x13, 0x2d, 0x06, 0xc0, 0xe7, 0xea, 0xef, 0xe8, 0xb5, 0x4a, 0x4e, 0x60, 0xb9, 0x7b, 0x92, 0xee, 0xd5, 0xe1, 0xae, 0xfa, 0xad, 0x9e, 0xbf, 0xb3, 0x1a, 0x5f, 0x22, 0x38, 0xc8, 0x2b, 0xe3, 0x4d, 0xf2, 0x17, 0x0f, 0x34, 0x19, 0x80, 0x9e, 0xab, 0xbf, 0x63, 0xcc, 0xa1, 0x34, 0xca, 0xd4, 0xa7, 0x3c, 0xf3, 0x5b, 0xf7, 0x44, 0x3b, 0xab, 0x94, 0x4c, 0x8a, 0x78, 0xc5, 0xb7, 0xcd, 0xd3, 0x95, 0x8a, 0xc5, 0x3a, 0xd5, 0xf7, 0x4a, 0x8e, 0x18, 0x63, 0x32, 0xc0, 0x09, 0x34, 0x7f, 0xca, 0xa7, 0x23, 0xcd, 0xe6, 0x54, 0xf6, 0xb1, 0x02, 0x7e, 0xa1, 0x05, 0xf0, 0x67, 0xe6, 0xef, 0xcb, 0x3f, 0x67, 0x7f, 0x63, 0xd6, 0x06, 0x25, 0x44, 0x8c, 0xe9, 0x6c, 0xf7, 0xbd, 0x21, 0xb9, 0xdb, 0x3f, 0x52, 0x6f, 0xb4, 0x6b, 0x27, 0x7b, 0x9f, 0xf9, 0xcf, 0x3e, 0xe6, 0x28, 0x7a, 0xbe, 0xf3, 0x27, 0x78, 0xfa, 0x76, 0x86, 0x59, 0x99, 0xa2, 0xf1, 0x65, 0x8d, 0xc9, 0x00, 0xd9, 0x03, 0x10, 0xd4, 0xd3, 0x10, 0xe4, 0x9c, 0xfc, 0x25, 0x23, 0x83, 0x18, 0x80, 0x7e, 0x26, 0x7f, 0x4f, 0xaf, 0xf5, 0xdf, 0x52, 0xcc, 0xa0, 0x64, 0xcf, 0x5a, 0x88, 0x8c, 0xfc, 0xe3, 0xce, 0x70, 0x2e, 0x8d, 0x49, 0x61, 0xff, 0x2b, 0x90, 0x14, 0x36, 0x9f, 0x33, 0x76, 0xd8, 0xff, 0xe7, 0xaa, 0x80, 0x9f, 0xf1, 0x11, 0x81, 0xd6, 0xcd, 0x0e, 0x5f, 0xcd, 0x18, 0x21, 0xf5, 0xb7, 0xbf, 0xe8, 0xa8, 0xdf, 0xa7, 0x31, 0x29, 0xe2, 0x9f, 0xcc, 0xef, 0x43, 0xcd, 0x2e, 0x05, 0xa3, 0xbc, 0x46, 0xfe, 0xfb, 0x5e, 0x23, 0x1b, 0xcd, 0xa0, 0x9b, 0x68, 0xde, 0xa4, 0x23, 0x03, 0x5c, 0x1b, 0xe1, 0xf5, 0x5f, 0x19, 0xce, 0x89, 0x9e, 0xe3, 0xcf, 0xe8, 0x77, 0xec, 0x35, 0xf8, 0x5a, 0xfa, 0x1b, 0xb5, 0x51, 0x86, 0xde, 0xb3, 0xc3, 0x02, 0x3f, 0x32, 0xe2, 0xe7, 0x90, 0x14, 0xd6, 0x0d, 0x19, 0xf9, 0x6b, 0x25, 0xc4, 0xbb, 0xc8, 0x45, 0xbe, 0x3c, 0x20, 0xd5, 0x5e, 0xb6, 0xa4, 0xde, 0x7a, 0x94, 0xa2, 0x83, 0x60, 0x5d, 0xc7, 0x1b, 0x1b, 0x88, 0x52, 0xee, 0x03, 0xed, 0xbb, 0xec, 0x79, 0x0d, 0x69, 0x88, 0x78, 0x6c, 0x09, 0x89, 0xd7, 0x2a, 0xef, 0x41, 0xef, 0xd9, 0xe1, 0xee, 0x2b, 0x6a, 0x73, 0x96, 0x08, 0x4c, 0x0c, 0x5f, 0x15, 0x34, 0x05, 0x23, 0x25, 0xec, 0x59, 0x17, 0xf9, 0xaa, 0x16, 0x48, 0xf6, 0x44, 0x05, 0x31, 0x01, 0x67, 0x84, 0x4d, 0xd4, 0x48, 0x4e, 0x25, 0x05, 0x1d, 0xe6, 0xa6, 0x27, 0x79, 0x7e, 0x34, 0x3f, 0x7f, 0x4a, 0x37, 0x94, 0xe4, 0xfd, 0x91, 0x5e, 0x41, 0xea, 0xdb, 0x42, 0x7a, 0x85, 0xff, 0x4d, 0x4a, 0x37, 0x35, 0x1a, 0xf4, 0x63, 0x47, 0x31, 0x0f, 0x49, 0x68, 0xf9, 0x13, 0xbb, 0x0c, 0x54, 0x1b, 0x80, 0x6c, 0xf7, 0xf4, 0x6b, 0xb7, 0xf7, 0xb9, 0x29, 0xb3, 0xc1, 0x91, 0x3c, 0x5b, 0x51, 0x92, 0xbc, 0x05, 0xde, 0xf6, 0x3d, 0x41, 0xcd, 0x97, 0x18, 0xd1, 0x45, 0xfb, 0xdc, 0xdb, 0xd0, 0x99, 0xdd, 0xd1, 0x73, 0x6d, 0x60, 0xfb, 0x8b, 0x71, 0x01, 0xef, 0x8b, 0x53, 0x1a, 0xbd, 0x2f, 0x4e, 0x0c, 0x6c, 0xef, 0x31, 0xbe, 0x31, 0xa5, 0xc7, 0x68, 0x7f, 0x4a, 0x8f, 0xa1, 0x44, 0xf4, 0x9c, 0xfd, 0x0c, 0x7f, 0xe7, 0xf3, 0xbe, 0xf8, 0x19, 0xbd, 0xd6, 0xef, 0x7d, 0x71, 0x1d, 0xfb, 0x5b, 0x6d, 0x76, 0x50, 0x44, 0x97, 0x76, 0x0d, 0xfc, 0x3d, 0x54, 0xf7, 0xd4, 0x65, 0x38, 0x17, 0x5a, 0xa1, 0xef, 0x25, 0x99, 0x43, 0x2e, 0xe2, 0x9d, 0xc0, 0x93, 0x1c, 0xb6, 0x40, 0x2d, 0x1b, 0xf6, 0xef, 0xe9, 0xea, 0x74, 0x80, 0x49, 0x8d, 0x89, 0xe1, 0x13, 0xdb, 0x6b, 0x86, 0x14, 0x88, 0x01, 0xd0, 0x87, 0x21, 0x67, 0x8f, 0xe6, 0xfc, 0x3c, 0x8a, 0xd4, 0xa6, 0xbf, 0xbd, 0xef, 0xed, 0xf2, 0x5f, 0xe9, 0xbd, 0x98, 0x5f, 0xd4, 0x4e, 0x19, 0x00, 0x52, 0xc3, 0xfe, 0x8f, 0x40, 0x52, 0xf8, 0xdb, 0x4c, 0x48, 0xd9, 0xef, 0x17, 0x75, 0xba, 0x69, 0xf5, 0x4d, 0xe1, 0xab, 0xdc, 0x96, 0xcf, 0x50, 0x07, 0x99, 0xec, 0xf9, 0x83, 0x36, 0x34, 0xaa, 0xf8, 0x2d, 0xaf, 0x3f, 0x7b, 0x34, 0x1e, 0x60, 0xf7, 0x20, 0x46, 0xa0, 0xc8, 0x91, 0x2f, 0x31, 0x7c, 0x06, 0xc5, 0xdb, 0xdd, 0x93, 0x7b, 0x52, 0xe6, 0x5e, 0xc4, 0x7f, 0x68, 0xe4, 0xc0, 0x4f, 0x08, 0x02, 0x3e, 0x09, 0xaf, 0x8c, 0x21, 0x3c, 0xa7, 0xb1, 0xab, 0xab, 0x5b, 0xe0, 0xd7, 0xe2, 0x30, 0x59, 0x42, 0xf8, 0x32, 0xf3, 0xb0, 0x2e, 0xf6, 0x61, 0x93, 0x13, 0x8c, 0xfa, 0x34, 0xaf, 0x91, 0xff, 0xa1, 0xd7, 0x7f, 0xa4, 0x9b, 0xa3, 0x4a, 0x0d, 0x24, 0x79, 0x66, 0x37, 0x6c, 0x8d, 0xf8, 0x7b, 0xf7, 0x04, 0xdb, 0xe8, 0x3e, 0x25, 0x45, 0xfc, 0xad, 0x2f, 0xb1, 0xcb, 0x24, 0x75, 0xc0, 0xaf, 0xa6, 0xb9, 0x6f, 0x8e, 0xf2, 0x1a, 0x75, 0x5e, 0xbc, 0x77, 0x35, 0x5e, 0x7f, 0xd6, 0x70, 0xcb, 0x91, 0x47, 0x9f, 0xa0, 0x23, 0x47, 0xf7, 0xda, 0xc8, 0x86, 0xb6, 0xe6, 0xe6, 0x53, 0x18, 0xd0, 0xa8, 0x59, 0xe3, 0x05, 0x30, 0xf0, 0x30, 0xeb, 0x91, 0x11, 0x8e, 0x7b, 0x8d, 0x82, 0x0f, 0x79, 0xad, 0x4c, 0x4a, 0x30, 0x23, 0xf8, 0x92, 0xc3, 0x63, 0xc9, 0x5c, 0x70, 0x4f, 0xf1, 0xf1, 0x5c, 0x94, 0xbc, 0x22, 0xad, 0x6b, 0x16, 0xf8, 0xa9, 0x44, 0x5a, 0x3a, 0x67, 0x2c, 0x02, 0x3f, 0x15, 0xef, 0x55, 0x2d, 0xbb, 0x67, 0xf4, 0x5c, 0xed, 0x72, 0x23, 0xc7, 0xd8, 0x3d, 0xc5, 0xe6, 0xa4, 0x0b, 0xda, 0x87, 0x5a, 0xd8, 0x2c, 0xbd, 0xbf, 0x98, 0x9f, 0x53, 0xe9, 0x05, 0x7f, 0x09, 0x6f, 0x22, 0xaf, 0xdb, 0xe3, 0x35, 0x8a, 0x26, 0x79, 0xfd, 0xa7, 0x9c, 0x19, 0x81, 0x86, 0xcf, 0xb2, 0xec, 0xb2, 0x1b, 0x69, 0x68, 0x35, 0xe0, 0x3b, 0x46, 0xe9, 0x52, 0x38, 0xf0, 0x8d, 0xbc, 0xf1, 0x7c, 0xca, 0x85, 0x3f, 0x9f, 0xdf, 0x23, 0xba, 0x57, 0xc8, 0x04, 0xfe, 0x5b, 0xa3, 0xf5, 0x28, 0x96, 0xbb, 0x09, 0xa7, 0x85, 0x4c, 0xb0, 0x2d, 0xec, 0x65, 0xf3, 0xe0, 0x76, 0x51, 0x0f, 0xed, 0x3a, 0x01, 0xfe, 0x7c, 0xaf, 0xe1, 0xbb, 0xe5, 0x35, 0x1a, 0x32, 0x90, 0x2e, 0x32, 0x35, 0x6b, 0x14, 0x7f, 0x86, 0x8c, 0xd0, 0x23, 0x14, 0x23, 0x2c, 0xed, 0x08, 0x65, 0x16, 0x10, 0xf9, 0xb3, 0x3f, 0x26, 0x6a, 0x77, 0xe6, 0x28, 0x6a, 0x53, 0x2d, 0x30, 0xa1, 0x02, 0x9f, 0xb4, 0x70, 0xc1, 0x38, 0x5e, 0xc2, 0x4d, 0xf7, 0x82, 0xee, 0x09, 0xde, 0x1b, 0xc9, 0x04, 0x4c, 0xfa, 0xef, 0xeb, 0xea, 0xce, 0x3d, 0x7d, 0xa8, 0xc3, 0x3f, 0x10, 0xf1, 0x4b, 0x1a, 0x10, 0x65, 0x55, 0x52, 0x0e, 0xc6, 0xc3, 0xcd, 0xd6, 0xc1, 0x4f, 0x7e, 0x41, 0xfd, 0x31, 0x3c, 0xe8, 0x7d, 0x78, 0x13, 0x36, 0x21, 0x23, 0x4c, 0xf6, 0xfa, 0xcf, 0xf6, 0xd4, 0x8a, 0xc8, 0x14, 0xdb, 0x73, 0x65, 0x5b, 0x97, 0x59, 0x40, 0x42, 0x97, 0xff, 0x8e, 0x9a, 0x6c, 0x20, 0xfa, 0x27, 0x5f, 0xf8, 0x93, 0xc3, 0x56, 0xf8, 0x93, 0x3d, 0xdb, 0xf1, 0xf9, 0x25, 0xfc, 0x5e, 0x25, 0x48, 0xe0, 0x40, 0x01, 0x7c, 0x4d, 0x91, 0x78, 0xcd, 0x5e, 0x4a, 0x04, 0xfa, 0x48, 0xea, 0xe2, 0x7b, 0x40, 0x4a, 0xc4, 0x6f, 0xdb, 0x8a, 0x41, 0x48, 0x03, 0x93, 0xd0, 0x50, 0xb3, 0xb6, 0x56, 0x48, 0x37, 0x9c, 0x09, 0x1b, 0xa3, 0xe8, 0x5d, 0x26, 0x94, 0xd8, 0xd9, 0xd3, 0x3d, 0xa0, 0x7b, 0x61, 0x63, 0x02, 0x7f, 0xde, 0x58, 0x7d, 0xca, 0xc5, 0x9e, 0x8e, 0x91, 0xc7, 0x69, 0x37, 0x17, 0x1e, 0xdc, 0xeb, 0xe6, 0x01, 0xee, 0xed, 0xca, 0x7c, 0x01, 0x47, 0xf0, 0xa3, 0xa4, 0x61, 0xdd, 0x54, 0x35, 0x5b, 0x78, 0xbb, 0x61, 0x09, 0x32, 0xc2, 0xc5, 0xde, 0x5e, 0xff, 0x0e, 0xa7, 0x18, 0x74, 0xd8, 0xf7, 0x0d, 0xc9, 0x9e, 0x21, 0xb4, 0xa0, 0xae, 0x95, 0x19, 0xf6, 0xe7, 0xbe, 0xa4, 0x88, 0x08, 0xbe, 0xf6, 0xc8, 0xb3, 0x1b, 0xa9, 0x34, 0x04, 0xc8, 0x1f, 0x85, 0xaa, 0x91, 0x8e, 0xf9, 0x92, 0xc2, 0x62, 0xe8, 0xff, 0xa2, 0xff, 0xb3, 0x55, 0xbf, 0xc3, 0x99, 0xdf, 0xff, 0xa9, 0x2f, 0x31, 0xe2, 0x45, 0x3c, 0xa7, 0xd5, 0x8e, 0xc0, 0x4f, 0x7b, 0x01, 0x85, 0x0c, 0x02, 0xbf, 0xea, 0x6b, 0x7e, 0xd6, 0x74, 0xe6, 0x74, 0xf6, 0x4e, 0x4c, 0x40, 0x83, 0xbe, 0x94, 0xd0, 0x27, 0x45, 0x8a, 0x5c, 0x44, 0x3f, 0xe8, 0x0d, 0x49, 0xe9, 0xfb, 0x2b, 0x75, 0x96, 0x8e, 0xff, 0xd6, 0x50, 0x3c, 0xdc, 0xf3, 0x0a, 0xf8, 0x09, 0xf8, 0x89, 0x0a, 0xf8, 0x37, 0xf0, 0x86, 0x92, 0xaa, 0x6f, 0x78, 0x49, 0x71, 0xc9, 0xc4, 0x26, 0x18, 0x01, 0xb5, 0x4b, 0xb2, 0x67, 0xf0, 0xa3, 0xd8, 0xa4, 0x90, 0xf2, 0xec, 0xaf, 0x48, 0x3a, 0xe3, 0xfb, 0x7d, 0xff, 0x98, 0x00, 0xdf, 0x1c, 0x55, 0xe0, 0x77, 0xd8, 0xec, 0x4f, 0x0e, 0x1f, 0xf5, 0x28, 0xcd, 0xf3, 0x74, 0x06, 0x90, 0xe4, 0x19, 0xc4, 0x4b, 0x4f, 0x6c, 0xe7, 0xb4, 0x23, 0xc2, 0xeb, 0xbf, 0x80, 0x5a, 0xb5, 0x18, 0x4d, 0x9d, 0xf2, 0x58, 0x7e, 0xb6, 0xac, 0x71, 0x67, 0x83, 0xc5, 0x04, 0x6c, 0xc0, 0xef, 0x36, 0x9d, 0x09, 0xf2, 0xc7, 0x2b, 0x59, 0xdf, 0xf0, 0x24, 0xca, 0x13, 0xb8, 0x88, 0x7e, 0x28, 0x2d, 0xe0, 0x79, 0x33, 0xa8, 0xa1, 0x5c, 0x91, 0xfc, 0xac, 0x82, 0xf2, 0xde, 0x87, 0xd6, 0x8d, 0x21, 0xe9, 0x54, 0xb9, 0x98, 0x33, 0x40, 0xf9, 0x1c, 0x5e, 0x56, 0x5c, 0x32, 0x96, 0x33, 0x42, 0x30, 0x13, 0x6c, 0x82, 0xa4, 0xe7, 0x7e, 0xff, 0xa0, 0x9f, 0x89, 0xc6, 0x16, 0xfa, 0x13, 0xc3, 0xd0, 0x49, 0xf7, 0xd4, 0x3d, 0x1c, 0x70, 0xc3, 0x83, 0x7f, 0x96, 0x12, 0xf1, 0xa8, 0xcc, 0x50, 0x4b, 0x92, 0xfb, 0x61, 0x96, 0x6e, 0xb3, 0xef, 0x93, 0xe4, 0x90, 0xb9, 0xbd, 0x48, 0xc0, 0x1f, 0x2d, 0xaa, 0x53, 0xe7, 0x88, 0x5e, 0x85, 0xc5, 0x42, 0x03, 0xac, 0xe2, 0xf7, 0x82, 0x9d, 0xef, 0x50, 0xa1, 0x0d, 0x84, 0x26, 0x40, 0xc6, 0xf0, 0x1f, 0xe9, 0xae, 0x86, 0xa8, 0xdf, 0x77, 0x91, 0xfc, 0xb0, 0xd2, 0x69, 0x63, 0xc4, 0xaf, 0x29, 0xf3, 0x6b, 0xde, 0x94, 0x9c, 0xe1, 0xba, 0xd9, 0x83, 0x37, 0x86, 0x97, 0x13, 0xbf, 0xe2, 0xf5, 0xdf, 0x1b, 0x2f, 0x40, 0x8f, 0x92, 0xaa, 0x3c, 0x8a, 0x37, 0x9c, 0x97, 0x4d, 0x41, 0x7b, 0x95, 0xc2, 0xa6, 0x23, 0x79, 0x8d, 0x4d, 0x4a, 0x84, 0xbc, 0x29, 0x0b, 0x29, 0x89, 0xd3, 0xe2, 0xcf, 0xb1, 0x1a, 0x7d, 0x12, 0x94, 0xb4, 0x08, 0x94, 0xb4, 0x66, 0xc1, 0x98, 0x1c, 0xce, 0x00, 0xed, 0xdb, 0xd5, 0x1b, 0x02, 0xe7, 0xc6, 0x43, 0xe0, 0x76, 0x34, 0x18, 0x45, 0x5f, 0x01, 0x94, 0xad, 0x03, 0xa8, 0x4a, 0x02, 0xb8, 0xbf, 0x07, 0xa0, 0xe1, 0x18, 0xd2, 0x71, 0x9d, 0xea, 0x8f, 0xe2, 0xef, 0x76, 0x03, 0x54, 0x27, 0x03, 0x54, 0x7c, 0x0f, 0x50, 0xf2, 0x0d, 0x18, 0xb7, 0x67, 0x82, 0x71, 0x6e, 0x0c, 0xf8, 0xf7, 0xf4, 0x6a, 0x31, 0x33, 0x90, 0x0f, 0x11, 0x48, 0xf4, 0x4c, 0x80, 0xcd, 0xcf, 0xfc, 0x9b, 0x16, 0x7f, 0x3f, 0x3c, 0x0b, 0xaa, 0xce, 0xe4, 0x0e, 0x2e, 0x9e, 0xd1, 0x8e, 0xde, 0xec, 0xcc, 0x8c, 0x3b, 0x1f, 0xf2, 0x33, 0x64, 0xcd, 0xfb, 0x51, 0xe2, 0x6c, 0x63, 0x44, 0x37, 0x5b, 0x7f, 0xde, 0xc7, 0x40, 0x65, 0xde, 0xaa, 0x39, 0x54, 0x30, 0xd1, 0x0c, 0x48, 0xb0, 0xe5, 0x7f, 0xde, 0x67, 0xfe, 0xb3, 0x8b, 0xe4, 0x47, 0xb8, 0xa8, 0xec, 0xc1, 0x64, 0x00, 0x94, 0x2c, 0xac, 0x6d, 0xd0, 0x34, 0x7b, 0xd6, 0xe1, 0x4d, 0x18, 0xac, 0xd4, 0xd5, 0xbf, 0x22, 0xea, 0xea, 0x27, 0xf3, 0x1b, 0x97, 0x87, 0x37, 0xe3, 0x00, 0x82, 0x7f, 0xd7, 0x60, 0x5e, 0x60, 0xe6, 0xed, 0xe5, 0x0d, 0x24, 0x77, 0x9b, 0xd0, 0x52, 0x67, 0x98, 0xec, 0x6c, 0xaa, 0x3f, 0xf2, 0x27, 0x7a, 0xf2, 0x9b, 0x04, 0x5e, 0x4a, 0x37, 0xf0, 0xef, 0xef, 0x0f, 0x46, 0xd6, 0x0c, 0x30, 0x4a, 0x56, 0x01, 0xd4, 0xa6, 0x3a, 0x83, 0xbc, 0x45, 0x74, 0x4c, 0xd0, 0x51, 0x41, 0x47, 0x90, 0x0e, 0x03, 0xd4, 0xe1, 0x7b, 0x96, 0xae, 0x00, 0x23, 0xe3, 0x23, 0x64, 0x88, 0xde, 0xcd, 0x33, 0x03, 0x7e, 0xe6, 0x40, 0x62, 0xd8, 0x38, 0x58, 0xfe, 0xfb, 0x3f, 0x6d, 0x19, 0x13, 0xfc, 0xee, 0xcf, 0x02, 0x49, 0x11, 0xef, 0xfa, 0xbd, 0x3d, 0xf9, 0x59, 0xd1, 0x99, 0x1d, 0x18, 0x81, 0x67, 0xf8, 0x3e, 0x3f, 0x4b, 0x24, 0xff, 0xbd, 0xd1, 0xfc, 0x8c, 0xcd, 0xf3, 0xee, 0xcf, 0x35, 0x81, 0x34, 0x87, 0xe8, 0x7e, 0x28, 0x1b, 0x6f, 0x02, 0xc9, 0x9e, 0x4f, 0x5d, 0x04, 0x3f, 0xaa, 0x16, 0x30, 0x1b, 0x66, 0x44, 0xf8, 0x2d, 0x7f, 0x14, 0x1e, 0xb6, 0x62, 0xf3, 0xd3, 0x8d, 0xb1, 0x37, 0x97, 0x10, 0x65, 0x8f, 0xf1, 0xfa, 0xf7, 0x0d, 0xc7, 0x1b, 0x39, 0x90, 0x4b, 0xff, 0xed, 0xbd, 0x12, 0x7c, 0xc9, 0xdd, 0x5f, 0x68, 0x69, 0x08, 0xd0, 0x9f, 0x1c, 0x36, 0x00, 0xff, 0xdf, 0xeb, 0x21, 0xcd, 0x18, 0x6f, 0x77, 0x08, 0x1c, 0x19, 0x0a, 0x46, 0x76, 0x0c, 0x40, 0xe5, 0xd6, 0x47, 0x00, 0xbc, 0x13, 0xf0, 0x8f, 0x58, 0xc0, 0xaf, 0x27, 0x3a, 0x24, 0xe8, 0xa0, 0xa0, 0xfd, 0xa8, 0x4d, 0x7e, 0x04, 0xc8, 0x8b, 0x02, 0xff, 0xc1, 0x7e, 0xcd, 0x30, 0x43, 0xd8, 0x0d, 0xa4, 0x61, 0x2d, 0x8d, 0x22, 0xf9, 0xb6, 0xf5, 0xe8, 0x8a, 0x4c, 0xb0, 0x95, 0x9d, 0x19, 0x9d, 0x1d, 0x9d, 0xe1, 0xad, 0xb1, 0x36, 0xe0, 0x2b, 0xbd, 0xcc, 0xd2, 0x27, 0xa0, 0x7b, 0x72, 0x67, 0xa2, 0x16, 0x8e, 0x76, 0x5b, 0x39, 0x5b, 0xe9, 0x42, 0x95, 0x3e, 0x45, 0x6b, 0x2f, 0xac, 0x9c, 0xaf, 0xd8, 0xfc, 0x0b, 0x4c, 0x75, 0x6c, 0x6a, 0x81, 0xac, 0x11, 0x5e, 0xff, 0x5e, 0xbc, 0x71, 0x3b, 0x05, 0xf8, 0xbd, 0x3d, 0x57, 0xc1, 0x8e, 0xae, 0xff, 0xad, 0x65, 0x49, 0x1f, 0xcf, 0xff, 0x8b, 0xc0, 0x39, 0xe9, 0x6c, 0xde, 0x3c, 0x07, 0x81, 0x9f, 0x7a, 0x81, 0x71, 0xe5, 0x63, 0x80, 0xf2, 0x1f, 0x5a, 0x01, 0xf4, 0x12, 0xf8, 0x47, 0x5a, 0x08, 0xfc, 0x03, 0x82, 0x90, 0x01, 0xea, 0xf7, 0x09, 0xda, 0x8b, 0x26, 0xd3, 0x4a, 0xfc, 0x4c, 0x13, 0x90, 0x29, 0xbb, 0x36, 0x61, 0x1a, 0x85, 0x9f, 0x69, 0x48, 0x09, 0xfb, 0x1f, 0x2d, 0x39, 0x83, 0xfb, 0x49, 0x11, 0x7f, 0xeb, 0xdf, 0xfe, 0xe2, 0x6a, 0x76, 0x76, 0x74, 0x86, 0x74, 0x96, 0x59, 0x24, 0xfd, 0xfb, 0x69, 0xe7, 0xcc, 0xcc, 0x21, 0xe9, 0x13, 0xe0, 0x23, 0x2d, 0xfd, 0x50, 0x6c, 0xff, 0x48, 0x17, 0xb9, 0xad, 0x74, 0x91, 0x24, 0xd1, 0x92, 0x30, 0x05, 0xa3, 0x45, 0xb4, 0x67, 0x31, 0xb3, 0x4b, 0xc9, 0xfe, 0x37, 0xc1, 0x9f, 0x31, 0x52, 0x03, 0x7f, 0xc0, 0xfb, 0xd2, 0x32, 0xf0, 0xf6, 0x69, 0xb6, 0x84, 0x9a, 0xcc, 0x1d, 0xbc, 0x69, 0xd3, 0x11, 0x2c, 0x0d, 0x41, 0x00, 0xda, 0xd6, 0x0d, 0x02, 0x7b, 0xfa, 0xa1, 0xb4, 0x8f, 0x45, 0x53, 0x64, 0x67, 0x0b, 0x81, 0x8d, 0x80, 0xa6, 0x8a, 0x80, 0x8a, 0xd5, 0x68, 0x16, 0xc5, 0x81, 0x71, 0xf7, 0x0b, 0x80, 0xa2, 0xc9, 0x60, 0xe4, 0x8d, 0x05, 0x23, 0x67, 0x18, 0xbe, 0xd7, 0x10, 0xa4, 0xd7, 0xf1, 0xf9, 0x6b, 0x48, 0x83, 0xc1, 0xc8, 0xc5, 0x7f, 0xe7, 0x8d, 0x02, 0x28, 0x7c, 0x17, 0x7d, 0x86, 0x8f, 0xd0, 0x07, 0x98, 0x85, 0x4c, 0x86, 0xbe, 0x43, 0xf5, 0x16, 0xf4, 0x0d, 0xf6, 0x3a, 0x03, 0x9f, 0xd1, 0x1e, 0x41, 0xe8, 0x3f, 0xd4, 0x26, 0xe3, 0x7b, 0x7e, 0x0e, 0xfe, 0xed, 0xdd, 0x43, 0x31, 0x42, 0x23, 0xcd, 0x1c, 0x6d, 0x89, 0x09, 0x48, 0x67, 0x86, 0x82, 0xe3, 0x6b, 0x8d, 0x09, 0x32, 0x14, 0x26, 0x40, 0x73, 0x88, 0xf9, 0x04, 0xcc, 0x31, 0xc6, 0x7b, 0x51, 0x3c, 0x41, 0x9b, 0x67, 0xd4, 0xb0, 0xf5, 0xb9, 0xdf, 0xb9, 0xc8, 0x6d, 0xc5, 0x0b, 0x6f, 0xdc, 0x6c, 0x93, 0x09, 0xd2, 0x7a, 0xf0, 0xe6, 0x71, 0x16, 0xed, 0x89, 0xe2, 0x7d, 0xb6, 0x74, 0x63, 0xb2, 0x24, 0xf8, 0x07, 0xa0, 0x23, 0xd7, 0xc7, 0x1b, 0xd8, 0xfe, 0xc2, 0xc2, 0x96, 0x24, 0x60, 0x1a, 0x12, 0x23, 0xfe, 0x1f, 0x04, 0xc7, 0x69, 0x47, 0x89, 0xbf, 0xb3, 0x0f, 0x18, 0x37, 0x66, 0x0b, 0xe7, 0xb5, 0x19, 0x49, 0x5e, 0xbb, 0x0d, 0x8c, 0xd2, 0xa5, 0x00, 0x77, 0x3e, 0x43, 0xf3, 0xe4, 0x2d, 0x80, 0x5c, 0x04, 0x74, 0xee, 0x1b, 0x08, 0xf0, 0x91, 0x82, 0x86, 0xe3, 0xbf, 0x87, 0xe3, 0xe3, 0x50, 0x41, 0x82, 0x09, 0xb2, 0x5f, 0x03, 0x90, 0x8c, 0x90, 0x3d, 0x10, 0x9f, 0x0f, 0xc4, 0xc7, 0x01, 0xf8, 0x38, 0x00, 0x7f, 0x86, 0xbe, 0x05, 0xfe, 0x1b, 0x8a, 0xc6, 0xe1, 0x7b, 0xcf, 0x41, 0x86, 0xd8, 0xa0, 0x80, 0x5e, 0x00, 0x9f, 0x9c, 0xe7, 0xfb, 0xbb, 0x90, 0x76, 0x72, 0xaa, 0x4b, 0x00, 0xe3, 0xd6, 0xa7, 0x21, 0x35, 0x02, 0x32, 0xfa, 0x65, 0x5a, 0xd8, 0xd1, 0x02, 0xe7, 0xf8, 0x2f, 0xf1, 0x0c, 0xe3, 0xe9, 0x2c, 0xd9, 0x99, 0x9a, 0x9a, 0x00, 0xa5, 0x7f, 0xd9, 0x27, 0xfc, 0xec, 0xd9, 0x3d, 0x88, 0xe5, 0x49, 0x48, 0x29, 0xfd, 0x13, 0x3d, 0x71, 0x2e, 0x62, 0x5b, 0x3d, 0x2f, 0x10, 0xf6, 0x3f, 0xb4, 0xc4, 0xcc, 0x9d, 0x51, 0x22, 0xea, 0xc3, 0xa3, 0x3d, 0xfe, 0x5b, 0xe3, 0x2c, 0xc9, 0x4f, 0xe0, 0xf7, 0xbe, 0x38, 0xa7, 0x25, 0x33, 0xf6, 0x99, 0x93, 0x6b, 0x97, 0xfa, 0xc9, 0x11, 0x10, 0x48, 0x45, 0x53, 0x27, 0x7d, 0xaa, 0x70, 0x68, 0x9b, 0x00, 0x7e, 0x0d, 0x81, 0x3e, 0x1e, 0x8c, 0xfc, 0x0f, 0x10, 0xf4, 0x63, 0x50, 0x92, 0x8f, 0xc1, 0xc7, 0x37, 0x91, 0x46, 0xb3, 0x47, 0x03, 0x99, 0xc0, 0xc8, 0x79, 0x43, 0x61, 0x84, 0x11, 0x08, 0x6c, 0xa4, 0xdc, 0x61, 0x48, 0x43, 0xf1, 0xf9, 0xd0, 0x20, 0x26, 0x80, 0x9c, 0x41, 0x1c, 0xf4, 0xc4, 0x00, 0xd9, 0xfd, 0x19, 0x13, 0x40, 0xee, 0xab, 0xf8, 0x88, 0x94, 0x8b, 0x9a, 0x28, 0x6f, 0x08, 0x40, 0x31, 0x32, 0x59, 0xd5, 0x3a, 0x1d, 0xf8, 0xf7, 0x7f, 0x12, 0x94, 0xca, 0xa9, 0x76, 0x13, 0x18, 0xd7, 0xde, 0x0d, 0xa9, 0x0d, 0x02, 0xc9, 0xe1, 0xef, 0xb4, 0x40, 0x33, 0xfe, 0x12, 0xfd, 0x82, 0xb9, 0x9c, 0x09, 0x84, 0x26, 0xc8, 0x1e, 0xab, 0x44, 0x87, 0xe6, 0xb0, 0x3c, 0x01, 0x8d, 0x7e, 0x71, 0x37, 0xdc, 0x3c, 0x7e, 0x5f, 0x20, 0xce, 0x64, 0x82, 0xb3, 0x2f, 0x70, 0x29, 0x44, 0x37, 0x22, 0x7f, 0x22, 0x77, 0xd6, 0xa4, 0xd9, 0xb3, 0xfd, 0xc5, 0x05, 0xcd, 0x81, 0x9f, 0x45, 0x78, 0x92, 0xc2, 0x96, 0x04, 0x01, 0xc3, 0xfb, 0x3c, 0x04, 0x0e, 0x21, 0x30, 0xcb, 0xd6, 0x87, 0x06, 0x7d, 0x3d, 0xda, 0xe9, 0x15, 0x6b, 0x99, 0xa4, 0x37, 0xf2, 0xde, 0x16, 0x84, 0x12, 0x5f, 0x3c, 0x67, 0xd2, 0x3f, 0x6f, 0x0c, 0x67, 0x08, 0xc6, 0x04, 0xa3, 0x99, 0x36, 0x20, 0x46, 0x50, 0xb5, 0x01, 0x33, 0x85, 0x72, 0x38, 0x23, 0x68, 0x4c, 0x90, 0x8d, 0x9a, 0x80, 0x31, 0xc1, 0x00, 0xa1, 0x09, 0x90, 0x01, 0x72, 0x14, 0x06, 0xc8, 0xe9, 0x87, 0x7f, 0xf3, 0x0a, 0x3e, 0x47, 0x2a, 0x40, 0x66, 0x43, 0x06, 0x84, 0xda, 0x14, 0x0b, 0xf8, 0xf7, 0x77, 0x08, 0xda, 0x8e, 0x84, 0x66, 0x58, 0xd9, 0x52, 0xf0, 0xef, 0x79, 0x29, 0x14, 0x23, 0x2c, 0x6f, 0xce, 0x24, 0xa2, 0x12, 0x66, 0xd6, 0xa5, 0x26, 0xcd, 0x21, 0x3c, 0x6b, 0x8a, 0xb0, 0x71, 0x26, 0x98, 0xc6, 0x93, 0x65, 0xa6, 0xed, 0x1f, 0xbe, 0xc4, 0x2d, 0x42, 0x7c, 0x5c, 0x66, 0x50, 0x62, 0xf8, 0x33, 0x7a, 0xc3, 0xcc, 0x70, 0x1e, 0xe7, 0x3f, 0x38, 0xd2, 0x8c, 0xf6, 0x30, 0x9b, 0x3f, 0xa5, 0xef, 0xaf, 0x9c, 0xfe, 0x3e, 0x32, 0x32, 0xf2, 0x97, 0x73, 0xe3, 0x66, 0x77, 0xfd, 0x7a, 0xc1, 0xd4, 0x05, 0x79, 0x1b, 0xfb, 0x94, 0xd9, 0xe3, 0xf7, 0x81, 0x1d, 0x28, 0xf5, 0x33, 0xa6, 0x23, 0x68, 0xf6, 0x87, 0x00, 0x3e, 0x3a, 0xa6, 0xe5, 0xcb, 0x01, 0x0a, 0x26, 0x22, 0xb0, 0xc7, 0x01, 0xe4, 0x8f, 0xe3, 0x36, 0x7d, 0x1e, 0x7f, 0x04, 0xf6, 0x88, 0x3f, 0x67, 0xcf, 0xdf, 0x16, 0x0c, 0xf1, 0x16, 0x02, 0xf5, 0x4d, 0xc6, 0x08, 0x4c, 0x2b, 0x98, 0x1a, 0x61, 0x24, 0xd2, 0x08, 0x93, 0x11, 0x24, 0x13, 0x48, 0x06, 0xe0, 0x5a, 0xc0, 0xd2, 0x04, 0xc0, 0x4c, 0xa1, 0x57, 0x19, 0xf8, 0x39, 0x13, 0x08, 0x06, 0xa0, 0xc7, 0x9c, 0x97, 0xf1, 0x6f, 0x06, 0xa1, 0xdf, 0x10, 0x85, 0xe6, 0x4f, 0xb2, 0x05, 0x7c, 0x46, 0xdb, 0x38, 0xd5, 0x6e, 0xc6, 0xef, 0xf6, 0x7e, 0x88, 0xdc, 0x85, 0xe7, 0x68, 0x73, 0x79, 0x11, 0x3a, 0x53, 0xd3, 0x27, 0xa0, 0xb3, 0x3e, 0xc8, 0xf3, 0x04, 0xfe, 0x92, 0xd1, 0x3c, 0x63, 0x2c, 0xdb, 0x1d, 0xdb, 0x79, 0xdb, 0x66, 0xc7, 0x36, 0x83, 0xd8, 0xbc, 0x9d, 0xf0, 0xaf, 0xac, 0x5d, 0x5b, 0x28, 0x79, 0x8e, 0x0d, 0x17, 0x71, 0x7e, 0x92, 0xfc, 0xbd, 0x56, 0x43, 0x62, 0x8f, 0xdf, 0xd8, 0xff, 0x2e, 0x26, 0x26, 0xea, 0x9f, 0xe7, 0xc5, 0x44, 0xff, 0x30, 0x2f, 0x36, 0xba, 0x6e, 0xd9, 0x82, 0xcf, 0xa1, 0xe4, 0xc7, 0x17, 0x6d, 0x71, 0xfc, 0xae, 0x10, 0xd8, 0x8b, 0x52, 0xb6, 0x74, 0x5d, 0x68, 0xfb, 0xbe, 0x62, 0x0d, 0x4a, 0xdb, 0x49, 0x02, 0xec, 0xe3, 0x19, 0x41, 0xfe, 0x3b, 0xe2, 0xf9, 0x3b, 0xca, 0xbf, 0xc5, 0x73, 0xc1, 0x0c, 0x86, 0x60, 0x06, 0x23, 0x17, 0x19, 0x81, 0x69, 0x84, 0xd1, 0xc2, 0x2c, 0x1a, 0xa5, 0x98, 0x44, 0x3a, 0x13, 0x90, 0x63, 0x0c, 0xcc, 0x1f, 0xe0, 0x0c, 0x20, 0xfd, 0x01, 0x8b, 0x09, 0x2c, 0x4d, 0x20, 0x99, 0x00, 0xb2, 0x5f, 0x06, 0xb8, 0x8d, 0x8c, 0x70, 0x1b, 0x99, 0xa7, 0x64, 0x2e, 0x32, 0x42, 0x12, 0x07, 0x7e, 0x5d, 0x8a, 0xa0, 0x64, 0x4e, 0x65, 0x8b, 0xc1, 0x9f, 0xda, 0xc3, 0x89, 0x11, 0x72, 0x20, 0xb1, 0xcb, 0xff, 0xd5, 0x02, 0xc7, 0x78, 0x15, 0x67, 0x82, 0xc1, 0x3c, 0xc1, 0x78, 0xb1, 0xa7, 0x52, 0xf6, 0x10, 0xb6, 0xa2, 0x33, 0xcc, 0x2f, 0x6a, 0xdf, 0x4c, 0x40, 0xf3, 0x65, 0xd4, 0x94, 0x3d, 0x4b, 0xdc, 0xf4, 0xa3, 0xc7, 0xad, 0xf6, 0x50, 0x27, 0x4a, 0xfb, 0x88, 0xb9, 0xb1, 0xd1, 0x07, 0x11, 0xf8, 0x40, 0xb4, 0x6c, 0xe1, 0x74, 0xb8, 0xb7, 0x59, 0x07, 0xbf, 0x6f, 0x5b, 0x77, 0xf0, 0x1f, 0x41, 0x69, 0x5c, 0xed, 0x0d, 0x61, 0xe3, 0xa7, 0x80, 0x51, 0xf4, 0xa9, 0x90, 0xf8, 0xe3, 0x05, 0xe0, 0x27, 0xa0, 0xcd, 0x3f, 0x01, 0x35, 0xc1, 0xbb, 0xec, 0xd1, 0x60, 0x8f, 0xef, 0xf2, 0x7f, 0x8b, 0x9f, 0x59, 0xcc, 0x30, 0x8e, 0x31, 0x83, 0x34, 0x8f, 0xc8, 0x47, 0x60, 0x1a, 0xc1, 0x34, 0x8b, 0x2c, 0x4d, 0x40, 0x7e, 0x01, 0x73, 0x8c, 0x73, 0xa4, 0x26, 0xb0, 0xb4, 0x80, 0x91, 0x63, 0x99, 0x42, 0xe4, 0x0f, 0x40, 0x6e, 0x3f, 0x41, 0xaf, 0x70, 0x73, 0x28, 0x9b, 0xc0, 0x8f, 0x74, 0x0b, 0x19, 0xe1, 0x66, 0x5f, 0xfc, 0x37, 0x32, 0x54, 0xf9, 0x0a, 0x0b, 0xf8, 0xc4, 0x10, 0x75, 0x89, 0x9c, 0xaa, 0x57, 0x81, 0xff, 0xf0, 0x2b, 0x4e, 0x4c, 0x70, 0x07, 0x92, 0xc3, 0xfe, 0xb1, 0xd9, 0x10, 0x29, 0xcb, 0x13, 0xf4, 0xe3, 0x19, 0x63, 0xad, 0x69, 0x3f, 0xfc, 0x79, 0x17, 0xa1, 0x8f, 0x9b, 0x01, 0xa8, 0x61, 0x26, 0xc9, 0xb3, 0xd2, 0xce, 0x04, 0xbe, 0xed, 0x2f, 0x74, 0x57, 0x4c, 0x9d, 0xbf, 0x9c, 0x1b, 0x17, 0xfd, 0x15, 0x82, 0xde, 0x68, 0x0a, 0xfc, 0x7e, 0x6f, 0x0f, 0x08, 0x9c, 0x7f, 0x8f, 0x87, 0x19, 0x9d, 0xec, 0xfc, 0xd2, 0x25, 0xa6, 0xb4, 0x67, 0x24, 0x40, 0xcf, 0xe9, 0x3d, 0x04, 0xfb, 0x44, 0x80, 0xc2, 0xf7, 0xd9, 0x23, 0x7b, 0x2e, 0x1e, 0x0d, 0xf6, 0x3b, 0xce, 0x0c, 0x92, 0x11, 0x40, 0x33, 0x8d, 0xec, 0xbe, 0xc1, 0x48, 0x53, 0x0b, 0x50, 0x74, 0x08, 0xb2, 0xd1, 0xc9, 0xcd, 0xe1, 0x3e, 0x81, 0xe5, 0x0f, 0x70, 0x4d, 0xc0, 0xa3, 0x42, 0x48, 0xb9, 0x42, 0x0b, 0xe4, 0xea, 0x5a, 0xc0, 0xb8, 0xd5, 0x97, 0x31, 0x81, 0x71, 0x03, 0x1f, 0x33, 0x91, 0x0a, 0x3e, 0x42, 0x26, 0xde, 0x2c, 0xc0, 0x9f, 0x20, 0x68, 0x2b, 0x9a, 0x44, 0x1b, 0xc1, 0xb8, 0xf8, 0x86, 0x23, 0x13, 0x34, 0x6c, 0x7b, 0xf6, 0x77, 0x4d, 0x47, 0xe4, 0x5e, 0x8c, 0x60, 0x82, 0x27, 0x25, 0x42, 0x2d, 0x7a, 0x5b, 0xdd, 0xda, 0x15, 0xaa, 0xee, 0x15, 0x2a, 0x72, 0x93, 0xe0, 0xe9, 0xab, 0x37, 0xbe, 0x44, 0x4c, 0xd0, 0xcc, 0x9d, 0xd8, 0xe8, 0x5b, 0x12, 0xf8, 0x12, 0xfc, 0xa5, 0x9b, 0x5f, 0xd0, 0x6f, 0xf4, 0xf6, 0x17, 0xb8, 0xbd, 0x4f, 0x40, 0xb7, 0x83, 0xbf, 0xd6, 0x0b, 0x46, 0xe1, 0x47, 0x1c, 0xb4, 0xf9, 0xc2, 0xb4, 0x11, 0x52, 0x5e, 0x02, 0x9d, 0x03, 0xff, 0x03, 0x7c, 0xfc, 0x90, 0x3d, 0xea, 0xcf, 0x55, 0xa6, 0x10, 0x7f, 0x97, 0x27, 0xcd, 0xa5, 0x71, 0xc2, 0x51, 0xb6, 0x98, 0x80, 0xcc, 0x21, 0xf2, 0x09, 0x2c, 0xc7, 0x98, 0x33, 0x80, 0xe9, 0x10, 0x2b, 0xa6, 0x90, 0x8c, 0x0a, 0x49, 0x7f, 0x40, 0xd3, 0x02, 0x39, 0x42, 0x0b, 0x90, 0x06, 0x40, 0x82, 0x2c, 0x7c, 0xcc, 0xe8, 0x83, 0xcf, 0xf1, 0xfd, 0x2a, 0x96, 0x73, 0xe0, 0x33, 0xda, 0x22, 0xe8, 0x47, 0x64, 0x92, 0x89, 0x4e, 0x4c, 0x50, 0x08, 0xcd, 0xf4, 0x58, 0xb3, 0xb2, 0x09, 0x55, 0x08, 0xe1, 0x3d, 0x71, 0x91, 0xd9, 0x56, 0x5a, 0x20, 0xf5, 0xb7, 0xbf, 0x90, 0xe5, 0xbb, 0x2c, 0xea, 0x20, 0xa2, 0x18, 0x64, 0xf2, 0x20, 0xe0, 0x2b, 0x55, 0xf0, 0x2f, 0x8c, 0x9f, 0x09, 0xc5, 0x3f, 0xf6, 0x52, 0x6b, 0x64, 0x38, 0xf8, 0xd3, 0x3f, 0x13, 0xd9, 0x57, 0x1b, 0xf8, 0xab, 0x36, 0x20, 0x60, 0xc7, 0x9b, 0x26, 0x0f, 0x81, 0x5f, 0x97, 0xf8, 0x1c, 0xec, 0x06, 0x81, 0xbd, 0x70, 0x12, 0xfe, 0x7b, 0x32, 0x7b, 0xd4, 0x9f, 0xd3, 0xef, 0x04, 0x53, 0x30, 0x26, 0x78, 0x8f, 0x9b, 0x4a, 0xa4, 0x09, 0xf2, 0xa5, 0x7f, 0x20, 0x98, 0x20, 0x97, 0x87, 0x4a, 0xad, 0x30, 0xa9, 0xf0, 0x07, 0x48, 0x13, 0x30, 0x46, 0xe0, 0xfe, 0x00, 0x39, 0xc5, 0xa0, 0x38, 0xc4, 0xe0, 0xa0, 0x05, 0x20, 0x87, 0x9b, 0x42, 0x70, 0x8b, 0x33, 0x00, 0xd7, 0x02, 0x7d, 0x38, 0x13, 0x5c, 0xc7, 0x9f, 0x17, 0xcf, 0x15, 0xc0, 0xdf, 0xcc, 0xc0, 0x0f, 0xb5, 0x44, 0x3f, 0x80, 0x91, 0xe5, 0xe8, 0x1c, 0xe7, 0x36, 0xe5, 0x18, 0x53, 0xff, 0x00, 0x15, 0x15, 0x8a, 0x3e, 0x8b, 0x8d, 0xee, 0x5a, 0xd7, 0xb6, 0x66, 0x02, 0xb6, 0x7c, 0xc2, 0xb3, 0x49, 0xde, 0xa4, 0x98, 0x98, 0x39, 0xaf, 0x20, 0xe0, 0xeb, 0x55, 0xf0, 0xc7, 0xc4, 0x46, 0x41, 0x5e, 0xc2, 0x70, 0x5b, 0x56, 0xf7, 0x79, 0x30, 0xae, 0x4d, 0x71, 0x00, 0xff, 0x31, 0x16, 0xe1, 0xe1, 0x4e, 0xeb, 0x58, 0xd3, 0xa9, 0xe5, 0x76, 0xfd, 0x44, 0x26, 0xd5, 0x99, 0x84, 0x47, 0x62, 0x19, 0x5d, 0x04, 0x3b, 0x50, 0xc6, 0xb6, 0xe8, 0x63, 0xa4, 0x4f, 0xf0, 0xdf, 0x1f, 0xb3, 0xe7, 0xf4, 0x48, 0xda, 0x83, 0x33, 0xc4, 0x24, 0xc6, 0x08, 0xa4, 0x2d, 0xb8, 0x79, 0xf4, 0x2e, 0xf3, 0x1f, 0x40, 0x30, 0x98, 0x74, 0x8c, 0xad, 0xe8, 0x10, 0x77, 0x8a, 0x39, 0x13, 0x0c, 0x55, 0xb2, 0xc5, 0x36, 0x33, 0x28, 0x9b, 0x6b, 0x00, 0xcb, 0x17, 0x78, 0x45, 0x61, 0x80, 0x57, 0x2c, 0x2d, 0x20, 0x19, 0x80, 0xe8, 0x3a, 0x52, 0x7a, 0x6f, 0x7c, 0x1d, 0x7e, 0xfe, 0x9a, 0x1f, 0x58, 0x8e, 0x80, 0xd3, 0x0f, 0xdc, 0x1c, 0xba, 0xf1, 0x81, 0x13, 0x13, 0x1c, 0x87, 0xd4, 0x9e, 0xbf, 0x08, 0x7d, 0x0f, 0x7a, 0xfc, 0x06, 0x19, 0x60, 0x23, 0xf5, 0x13, 0xb8, 0x88, 0x6c, 0x6b, 0x06, 0x58, 0xf9, 0xec, 0xaf, 0x64, 0x36, 0x73, 0x6e, 0xfc, 0xdc, 0x7f, 0x09, 0x02, 0x7f, 0xdc, 0x1c, 0xc8, 0xdd, 0x33, 0x23, 0x18, 0xfc, 0x4c, 0xf2, 0x1f, 0x0b, 0x2a, 0x45, 0x36, 0x8a, 0xa3, 0x44, 0x12, 0xeb, 0x6d, 0x2b, 0xd2, 0x63, 0x4a, 0xfe, 0xf7, 0x85, 0xd4, 0x9f, 0xc4, 0xc1, 0x5f, 0xf4, 0xb1, 0x00, 0xfe, 0xa7, 0x00, 0x77, 0x90, 0xee, 0x4e, 0xe1, 0x74, 0x67, 0x0a, 0x18, 0xf8, 0x6f, 0xc3, 0x64, 0x88, 0x8f, 0x2c, 0x8d, 0xc0, 0x4c, 0x23, 0x61, 0x12, 0x99, 0x4c, 0x30, 0xd6, 0xd4, 0x04, 0x2c, 0x69, 0xc6, 0xf2, 0x04, 0x23, 0x34, 0x53, 0x48, 0xe6, 0x07, 0x58, 0x98, 0x53, 0xd1, 0x02, 0x86, 0x12, 0x11, 0x92, 0x0e, 0xb1, 0x21, 0x4d, 0x21, 0xc6, 0x00, 0x82, 0x09, 0xb2, 0x04, 0x03, 0x64, 0xf4, 0xe6, 0x0c, 0x70, 0x0d, 0xe9, 0x16, 0x32, 0x79, 0xcd, 0x7a, 0x13, 0xfc, 0x9c, 0xd6, 0xe3, 0xeb, 0xde, 0x73, 0x62, 0x82, 0x95, 0x4d, 0xdd, 0x07, 0x4a, 0x7a, 0xb9, 0xcd, 0xee, 0x4f, 0xf0, 0x9a, 0x33, 0x67, 0xce, 0xff, 0x8e, 0x80, 0xbf, 0xad, 0x82, 0x9f, 0xe8, 0xf6, 0x89, 0x35, 0x7a, 0xf3, 0x09, 0x85, 0x3a, 0xcf, 0x8c, 0x75, 0xb0, 0xf9, 0x8f, 0x81, 0x51, 0x12, 0x2d, 0x42, 0x94, 0x6f, 0x73, 0x0d, 0xc0, 0x4c, 0x9f, 0x09, 0xcc, 0x99, 0x85, 0xc2, 0x89, 0x26, 0xf8, 0xb9, 0x64, 0xe7, 0xc0, 0x37, 0xa8, 0xdc, 0xe1, 0xee, 0x67, 0x60, 0xdc, 0x9d, 0x8a, 0x8f, 0x44, 0xd3, 0xd8, 0xa3, 0x71, 0x67, 0x2a, 0xfb, 0x9d, 0x81, 0xcc, 0x40, 0x9a, 0x81, 0x33, 0xca, 0x64, 0x53, 0x1b, 0x18, 0x42, 0x13, 0x70, 0xe7, 0x58, 0x86, 0x49, 0xdf, 0xe2, 0xd9, 0x63, 0xe6, 0x14, 0xbf, 0xc1, 0xa2, 0x42, 0x54, 0x32, 0xc1, 0x32, 0xc5, 0xd9, 0x3c, 0x2a, 0x64, 0xd7, 0x02, 0x56, 0x72, 0xcc, 0xca, 0x0b, 0x40, 0x5e, 0x3f, 0xd3, 0x0c, 0xd2, 0x9d, 0x61, 0x6e, 0x06, 0x05, 0x18, 0x03, 0xbc, 0x04, 0xc6, 0x55, 0xa4, 0x9b, 0xc8, 0x74, 0x35, 0xdf, 0x23, 0xf0, 0x37, 0x30, 0xf0, 0x73, 0x5a, 0xe7, 0xe8, 0x18, 0xbb, 0x4d, 0x2d, 0xed, 0x36, 0x2f, 0x00, 0x7f, 0x84, 0x60, 0xdf, 0x6d, 0x07, 0x7f, 0xc6, 0xd9, 0xbd, 0xe0, 0x4b, 0x79, 0x5e, 0x2f, 0x6d, 0x38, 0x80, 0x92, 0xb3, 0x6e, 0x77, 0x30, 0xf8, 0xef, 0x46, 0xf1, 0xd8, 0xbc, 0xc9, 0x00, 0xe3, 0xb8, 0xc3, 0xca, 0x22, 0x3e, 0x13, 0x85, 0x73, 0xcb, 0xc1, 0xcf, 0xc0, 0xcc, 0xa4, 0xfc, 0x67, 0x0c, 0xf0, 0x06, 0x23, 0x74, 0xa4, 0x8b, 0x3f, 0x37, 0x89, 0xfe, 0x6d, 0x30, 0x66, 0x98, 0xc6, 0x5f, 0xc7, 0x34, 0x02, 0x37, 0x8b, 0xd8, 0xfb, 0x98, 0x7e, 0xc1, 0xbb, 0x9a, 0x53, 0x6c, 0xe6, 0x08, 0x72, 0xde, 0xb0, 0x65, 0x8a, 0x87, 0x98, 0x09, 0x32, 0x70, 0x62, 0x82, 0x5c, 0x5b, 0x76, 0x38, 0xc7, 0x72, 0x86, 0x99, 0x2f, 0x70, 0xa3, 0x4f, 0xb0, 0x19, 0x84, 0x4c, 0x10, 0xb8, 0x82, 0x4c, 0x90, 0x85, 0x4c, 0x57, 0xbd, 0x16, 0x81, 0xff, 0xbd, 0xa0, 0x75, 0x48, 0x14, 0x22, 0x7d, 0xd5, 0xce, 0x04, 0xbe, 0xc6, 0xa4, 0x2e, 0xbf, 0x77, 0x11, 0xd7, 0xce, 0xae, 0x79, 0x71, 0xd1, 0x83, 0xec, 0xe0, 0x3f, 0x7c, 0xf8, 0x00, 0x34, 0x1e, 0x18, 0xa7, 0xd7, 0xee, 0xa7, 0xf6, 0x06, 0xa8, 0x4c, 0x70, 0x00, 0xff, 0x6c, 0x9e, 0x90, 0x22, 0xf3, 0x83, 0x32, 0xb6, 0xc2, 0xf6, 0x37, 0x84, 0xf4, 0x97, 0x76, 0x3f, 0x77, 0x6e, 0x3f, 0x16, 0xe6, 0x8e, 0x04, 0x3f, 0x01, 0x7e, 0x06, 0xd2, 0x17, 0x48, 0x91, 0x00, 0x25, 0x91, 0xec, 0xd1, 0xc0, 0x7f, 0x1b, 0x77, 0x67, 0x08, 0x66, 0x98, 0xc6, 0x34, 0x02, 0x33, 0x8f, 0x18, 0x13, 0x4c, 0xe6, 0x3e, 0x04, 0xf9, 0x04, 0x85, 0xd2, 0x31, 0xb6, 0x4c, 0x21, 0x9e, 0x23, 0x50, 0xb4, 0x80, 0xe6, 0x0b, 0x58, 0xce, 0xb0, 0xea, 0x0b, 0x68, 0xce, 0x70, 0x4e, 0x13, 0x66, 0x50, 0x86, 0x65, 0x06, 0x05, 0xa4, 0x16, 0xb8, 0x44, 0x4c, 0x40, 0x9a, 0x60, 0xad, 0x00, 0xff, 0x5a, 0xfe, 0xbc, 0x6a, 0x29, 0xf8, 0x7f, 0x7a, 0x3e, 0xa8, 0xd3, 0xac, 0x33, 0x2c, 0x2f, 0xe9, 0x10, 0x17, 0x95, 0x2c, 0x20, 0x35, 0x79, 0xd8, 0x4b, 0x96, 0x2c, 0xf9, 0x85, 0x3d, 0xdc, 0xb9, 0x6e, 0xfd, 0x1a, 0xa8, 0xbd, 0xb2, 0x2e, 0xa8, 0x94, 0x19, 0xee, 0xae, 0x08, 0x8e, 0xf6, 0x94, 0x7d, 0xc9, 0xa5, 0x2d, 0x85, 0x21, 0x73, 0x15, 0xe9, 0x6f, 0x46, 0x7d, 0x26, 0x72, 0x93, 0x85, 0x49, 0x7f, 0xd5, 0xec, 0x99, 0x26, 0xa4, 0x3d, 0x01, 0x7f, 0x26, 0x02, 0x7f, 0x26, 0x2f, 0x5d, 0x2e, 0x99, 0xcd, 0xc8, 0x28, 0x9e, 0xc5, 0x7f, 0xc6, 0x7e, 0x8f, 0x8c, 0xc0, 0x34, 0x02, 0x67, 0x02, 0xf6, 0x3e, 0xe4, 0x3c, 0x33, 0x26, 0xe0, 0x5a, 0x80, 0x39, 0xda, 0xf9, 0xe3, 0x94, 0xfc, 0x80, 0xae, 0x05, 0x78, 0x72, 0x4c, 0xad, 0x15, 0x1a, 0x6c, 0x63, 0x00, 0x25, 0x12, 0x44, 0x66, 0x10, 0x3d, 0x66, 0x2b, 0x39, 0x81, 0xa0, 0x68, 0x90, 0xf0, 0x03, 0x48, 0x03, 0x5c, 0xee, 0x85, 0x4c, 0x80, 0x94, 0xf3, 0x01, 0x07, 0x7e, 0xcd, 0x1a, 0x41, 0xab, 0x01, 0xee, 0x45, 0x07, 0x99, 0x42, 0x54, 0x91, 0xeb, 0xa2, 0xb3, 0x15, 0xaf, 0xf8, 0xf8, 0xc8, 0x5f, 0xcf, 0x8d, 0x8d, 0x1a, 0x88, 0xe0, 0x5d, 0xca, 0x32, 0xb6, 0x31, 0xd1, 0x85, 0xf8, 0x3c, 0xa0, 0x80, 0xba, 0x0a, 0xe9, 0x26, 0xfe, 0x2e, 0x65, 0x5e, 0xec, 0x9c, 0x29, 0x31, 0x31, 0x51, 0xff, 0x4a, 0x66, 0x0f, 0x97, 0xfe, 0x51, 0x93, 0x54, 0xf0, 0xc7, 0xc6, 0xcf, 0x85, 0xa2, 0x9b, 0x67, 0xc1, 0xb7, 0xad, 0x87, 0xd6, 0x6c, 0x6e, 0x5c, 0xfc, 0xc0, 0x21, 0xd4, 0xb9, 0x51, 0x80, 0x6c, 0x94, 0xa8, 0xda, 0x1c, 0x23, 0x34, 0x80, 0x30, 0x7f, 0x04, 0x03, 0x00, 0x8b, 0xe0, 0x70, 0xa7, 0x97, 0xd9, 0xf4, 0xcc, 0xb4, 0x11, 0xe0, 0x67, 0xc0, 0x47, 0xc0, 0x53, 0xfd, 0x0d, 0x82, 0x05, 0xa8, 0x54, 0xb9, 0x34, 0x9a, 0x3f, 0xbf, 0x17, 0xc5, 0x18, 0xc1, 0x20, 0x8d, 0x70, 0x97, 0x33, 0x01, 0xf3, 0x17, 0xc8, 0x1c, 0x2a, 0x94, 0x9a, 0xc0, 0xf2, 0x07, 0x78, 0x8e, 0x60, 0x2c, 0x8b, 0x0a, 0x71, 0x5f, 0x60, 0x94, 0xe9, 0x10, 0xb3, 0xaa, 0x51, 0x1b, 0x03, 0x80, 0xcd, 0x0c, 0x92, 0xa5, 0x11, 0x66, 0x4e, 0x40, 0x46, 0x83, 0x6e, 0xd9, 0xa3, 0x41, 0xbd, 0x05, 0x03, 0xbc, 0xc4, 0x99, 0xe0, 0x32, 0x9a, 0x42, 0xc4, 0x00, 0x17, 0x7b, 0xe1, 0xf7, 0xfc, 0x82, 0x03, 0xbf, 0x66, 0x95, 0xa0, 0x95, 0xf8, 0xda, 0xb1, 0xc1, 0xa6, 0x50, 0x0b, 0xca, 0xa8, 0xdd, 0xab, 0x89, 0x6b, 0xf3, 0xe6, 0xcd, 0x7f, 0x12, 0x13, 0x33, 0x67, 0x40, 0x4c, 0x6c, 0xd4, 0x0e, 0x04, 0xae, 0xcf, 0x6e, 0xc2, 0xb4, 0x80, 0x6e, 0xcf, 0x8d, 0x89, 0x8e, 0xc2, 0xc7, 0x1b, 0xea, 0xcf, 0x77, 0xee, 0x4a, 0x85, 0x86, 0x83, 0x7a, 0xe9, 0x6f, 0x60, 0x77, 0x1f, 0x9b, 0xdd, 0x4f, 0x35, 0xfb, 0xdb, 0x79, 0x61, 0x1a, 0x2b, 0x46, 0x1b, 0xc5, 0x35, 0x40, 0x1e, 0x8f, 0xfe, 0xf0, 0xe2, 0xb6, 0x77, 0x4c, 0xf3, 0x87, 0x9b, 0x2b, 0x1f, 0x71, 0x67, 0x96, 0x39, 0xbc, 0xd3, 0x38, 0xa0, 0x11, 0xfc, 0x06, 0x81, 0x9f, 0x01, 0x7f, 0x2e, 0x18, 0xa5, 0xf3, 0x50, 0xa3, 0x48, 0x9a, 0xcb, 0x7e, 0x46, 0x4c, 0xc0, 0xb4, 0x02, 0x69, 0x09, 0x66, 0x2a, 0x4d, 0x67, 0x4c, 0xc4, 0x23, 0x44, 0xe8, 0x4c, 0x17, 0x7c, 0xc8, 0x4d, 0x2c, 0xcd, 0x21, 0x7e, 0xdb, 0x2c, 0xa7, 0xb6, 0x6a, 0x85, 0x86, 0x8b, 0x1a, 0xa1, 0x21, 0x8a, 0x06, 0x90, 0x0c, 0x20, 0x4c, 0xa0, 0x9c, 0xfe, 0x66, 0x34, 0xc8, 0xcc, 0x0a, 0xab, 0x49, 0x31, 0xf2, 0x03, 0xb2, 0xfa, 0x06, 0xf9, 0x01, 0xa4, 0x05, 0x24, 0x03, 0x18, 0x17, 0x5e, 0xc2, 0xcf, 0x1b, 0xc7, 0x80, 0xcf, 0xe9, 0x3b, 0xf4, 0x0f, 0xbe, 0x06, 0xff, 0xde, 0x9e, 0x76, 0x53, 0xe8, 0x6c, 0x7b, 0x9b, 0x62, 0xd7, 0x91, 0x1c, 0xd6, 0x11, 0x48, 0x99, 0x0f, 0x01, 0xfa, 0x26, 0x89, 0x42, 0x9e, 0xf7, 0xae, 0x79, 0x75, 0x75, 0x9d, 0xd2, 0x15, 0x41, 0xbb, 0xdc, 0xd6, 0x6f, 0x7b, 0x98, 0x83, 0x9a, 0x85, 0x1a, 0x47, 0x70, 0x29, 0x6b, 0x6a, 0x80, 0xb7, 0x45, 0xec, 0x7f, 0x82, 0x08, 0x7d, 0x2a, 0xe6, 0x0f, 0xb3, 0xfd, 0xa7, 0x9a, 0xd2, 0xdf, 0x20, 0x93, 0x87, 0xa4, 0x3c, 0x4a, 0x7d, 0xa3, 0x34, 0x06, 0x41, 0x1f, 0x8b, 0x84, 0xe0, 0x29, 0x27, 0xa2, 0xe7, 0x31, 0x9c, 0x31, 0x88, 0x41, 0xe8, 0xb5, 0xe4, 0x23, 0x90, 0xd9, 0xc4, 0x34, 0x08, 0xf7, 0x07, 0x98, 0x66, 0x91, 0xa1, 0xd1, 0x7c, 0x25, 0x2c, 0x2a, 0xb4, 0x80, 0x91, 0xab, 0x30, 0x40, 0x8e, 0x65, 0x06, 0xf1, 0x9e, 0x01, 0xa5, 0x5f, 0x20, 0xc7, 0xca, 0x09, 0x98, 0xce, 0xb0, 0x8c, 0x06, 0x35, 0xe1, 0x07, 0x70, 0x47, 0xb8, 0x17, 0xd3, 0x02, 0x64, 0x06, 0x05, 0x2e, 0x20, 0x5d, 0x41, 0x8d, 0x52, 0xfd, 0x0d, 0x07, 0x7f, 0xcd, 0xb7, 0x9c, 0xca, 0xa2, 0x1d, 0x46, 0xb9, 0x84, 0xbf, 0xee, 0x22, 0xfa, 0x41, 0x42, 0x95, 0xf1, 0x73, 0xfe, 0x31, 0x26, 0x36, 0xfa, 0x68, 0x4b, 0x01, 0x4d, 0xe6, 0x0c, 0x51, 0x4b, 0x5f, 0x9f, 0x90, 0xb0, 0x19, 0x1a, 0xf7, 0x8e, 0x52, 0x6d, 0x55, 0x30, 0xce, 0x4d, 0x10, 0xc9, 0x2e, 0x65, 0xc2, 0x42, 0xe9, 0x42, 0x51, 0x75, 0x69, 0x31, 0x00, 0xe4, 0x49, 0x1f, 0x80, 0xc2, 0x91, 0x32, 0xfc, 0x39, 0x51, 0x24, 0xb0, 0x26, 0xf3, 0x24, 0x17, 0x49, 0x6e, 0x66, 0xfb, 0xcf, 0x10, 0x76, 0x7f, 0x14, 0x33, 0x79, 0x38, 0xf8, 0x09, 0xf4, 0xf3, 0x91, 0x16, 0x08, 0x9a, 0x0f, 0x46, 0x59, 0x3c, 0x67, 0x0a, 0xd2, 0x04, 0xf4, 0xda, 0x12, 0xae, 0x05, 0x0c, 0x11, 0x19, 0x32, 0x0a, 0x3f, 0x11, 0xa1, 0x51, 0x61, 0x06, 0x99, 0xc5, 0x73, 0x94, 0x1c, 0x7b, 0x5b, 0xd3, 0x00, 0xfc, 0xb3, 0xca, 0xf2, 0x88, 0x21, 0xbc, 0x85, 0x52, 0x96, 0x4b, 0x2b, 0x7e, 0x80, 0x64, 0x00, 0x33, 0x27, 0x20, 0xb3, 0xc2, 0xb7, 0xfb, 0xda, 0x18, 0xa0, 0x8f, 0x99, 0x0f, 0x60, 0x91, 0x20, 0x93, 0x01, 0x7a, 0x42, 0xe0, 0x5c, 0x4f, 0x7c, 0x2d, 0x7e, 0x96, 0x9a, 0x15, 0x82, 0x96, 0x33, 0x32, 0xae, 0x8e, 0xb2, 0x9b, 0x42, 0x59, 0x2d, 0x9d, 0x36, 0xf1, 0xd4, 0x5f, 0x68, 0xee, 0x8c, 0x42, 0x90, 0xd6, 0x86, 0x02, 0xef, 0xb2, 0xe5, 0x4b, 0x61, 0xff, 0xfe, 0xbd, 0x90, 0x91, 0x91, 0x0e, 0x77, 0x8b, 0xef, 0x42, 0x75, 0x75, 0x15, 0xd4, 0xdd, 0xaf, 0x83, 0x86, 0x86, 0x06, 0xb8, 0x8f, 0x8f, 0xe5, 0xe5, 0x65, 0x70, 0xe3, 0x66, 0x16, 0xec, 0xde, 0xb3, 0x13, 0x16, 0x2d, 0x99, 0xef, 0xf8, 0x1e, 0xb9, 0x27, 0x6d, 0x8e, 0x6f, 0x32, 0x3a, 0xbe, 0xd5, 0x49, 0xfa, 0x68, 0x11, 0x6a, 0x57, 0xcc, 0x1d, 0x1e, 0x82, 0x01, 0xde, 0x32, 0xe3, 0xff, 0x86, 0x60, 0x00, 0x10, 0xa5, 0x0e, 0x2c, 0xe9, 0xc5, 0x9c, 0xdf, 0xe9, 0xcc, 0xfc, 0x31, 0x4c, 0x06, 0x98, 0xcb, 0x41, 0x4e, 0xe0, 0xaf, 0x58, 0x84, 0xb4, 0x18, 0x69, 0x09, 0x7f, 0x8e, 0x8c, 0x40, 0x4c, 0x40, 0x0c, 0x62, 0xdc, 0x9b, 0xc3, 0xcc, 0x25, 0x1e, 0x25, 0xfa, 0x9c, 0x39, 0xc4, 0xe4, 0x0b, 0xb0, 0x2c, 0x32, 0x0b, 0x8b, 0xea, 0x66, 0x90, 0xe9, 0x0c, 0xe7, 0x72, 0x67, 0x98, 0x6b, 0x2b, 0x7b, 0xd3, 0xcc, 0xe0, 0x10, 0x5a, 0x40, 0x98, 0x40, 0xb2, 0x2e, 0x48, 0x96, 0x48, 0xab, 0xf9, 0x80, 0x4c, 0xe1, 0x08, 0x5f, 0x95, 0x0c, 0xd0, 0x4b, 0x63, 0x80, 0xc0, 0xd9, 0x9e, 0xf8, 0x39, 0xa3, 0x39, 0xf8, 0x49, 0x1b, 0x10, 0x55, 0xcd, 0x0f, 0x6a, 0xaf, 0x0c, 0x24, 0x85, 0x8f, 0x77, 0xd1, 0xdd, 0xac, 0xc9, 0x13, 0x15, 0x17, 0x4a, 0xc2, 0x6f, 0xdf, 0x91, 0x02, 0x05, 0x05, 0xf9, 0xd0, 0xd8, 0xd8, 0x08, 0x7e, 0xbf, 0x1f, 0x7c, 0x3e, 0x1f, 0x52, 0x23, 0xfb, 0x37, 0x81, 0xbf, 0xbe, 0xbe, 0x1e, 0xe9, 0x3e, 0x32, 0xc1, 0x7d, 0xa8, 0xab, 0xab, 0x43, 0xaa, 0x85, 0x2a, 0x64, 0x8e, 0xab, 0xd7, 0xae, 0xc0, 0xaa, 0x35, 0xdf, 0x99, 0xef, 0x35, 0x7f, 0xc1, 0x3c, 0x68, 0xd8, 0x35, 0x44, 0x0b, 0x7b, 0x1a, 0x57, 0x27, 0xdb, 0xa6, 0x2c, 0x1c, 0x42, 0x30, 0x4f, 0x14, 0x12, 0x74, 0x98, 0x66, 0x02, 0x69, 0x1a, 0x20, 0x14, 0x03, 0x08, 0xfb, 0x9f, 0x69, 0x00, 0x92, 0xe6, 0xcc, 0xfc, 0x99, 0x27, 0xa4, 0xff, 0x02, 0x0e, 0xfe, 0xca, 0xa5, 0x08, 0x94, 0xaf, 0xf0, 0xf1, 0x4b, 0xfe, 0x6f, 0x62, 0x0c, 0xa1, 0x05, 0x8c, 0x20, 0x2d, 0x20, 0xc3, 0xa2, 0x32, 0x2f, 0xf0, 0x1e, 0x2f, 0xb1, 0x36, 0xcb, 0xa6, 0xc7, 0xd8, 0xb4, 0x80, 0x15, 0x0e, 0x35, 0x7b, 0x87, 0x73, 0xac, 0xde, 0x61, 0x23, 0x54, 0x3e, 0xc0, 0xc9, 0x11, 0x36, 0x23, 0x41, 0x3c, 0x14, 0x1a, 0xb8, 0x2c, 0xcc, 0x20, 0xf4, 0x03, 0x02, 0xe7, 0x89, 0x01, 0x5e, 0x44, 0x7f, 0x00, 0x4d, 0xa1, 0xaa, 0x65, 0xcc, 0x07, 0xe0, 0xb4, 0x0c, 0x35, 0xc8, 0xb8, 0xe0, 0x82, 0xb9, 0x07, 0x18, 0xbe, 0xf5, 0xf4, 0x81, 0x3f, 0x26, 0x6a, 0x45, 0x28, 0x73, 0xa5, 0xb4, 0xf4, 0x1e, 0x18, 0x86, 0x01, 0x81, 0x40, 0x80, 0x81, 0xdf, 0xef, 0xf7, 0x31, 0x06, 0x60, 0xe0, 0x6f, 0x6c, 0x30, 0x19, 0x80, 0x81, 0xff, 0x3e, 0x07, 0x7f, 0x6d, 0x6d, 0x2d, 0xd4, 0xd4, 0xd4, 0x40, 0x75, 0x4d, 0x35, 0x54, 0x55, 0x55, 0x31, 0x8d, 0xb1, 0x6a, 0xcd, 0x4a, 0x48, 0x4b, 0x99, 0x67, 0xab, 0xef, 0x7f, 0x8e, 0xd5, 0xf0, 0x5b, 0xe3, 0x45, 0x0e, 0x21, 0x20, 0x57, 0x08, 0xc9, 0x39, 0x44, 0x98, 0x13, 0xc3, 0x45, 0xf5, 0xa5, 0xb3, 0x0f, 0x20, 0x8b, 0xde, 0xcc, 0xb2, 0x07, 0xe9, 0x00, 0x0b, 0x06, 0xe0, 0xce, 0x2f, 0x32, 0x40, 0x39, 0x4a, 0xf9, 0xf2, 0x85, 0xf8, 0xfe, 0x5f, 0x32, 0x90, 0x70, 0x89, 0xb9, 0x8c, 0xfd, 0x9b, 0xfd, 0x1c, 0x7f, 0x4f, 0xaf, 0xe3, 0xbe, 0x80, 0xc5, 0x00, 0xec, 0xfd, 0xcc, 0x0c, 0xb1, 0xe5, 0x07, 0xc8, 0x9c, 0x80, 0x1a, 0x0e, 0x55, 0xab, 0x44, 0xd9, 0xe7, 0xcf, 0x56, 0x3b, 0xc6, 0x1c, 0xfc, 0x00, 0x35, 0x17, 0x60, 0xab, 0x0e, 0xe5, 0x66, 0x50, 0x6f, 0x91, 0x11, 0xe6, 0x5a, 0x40, 0x8d, 0x04, 0x19, 0xc8, 0x00, 0x06, 0x69, 0x81, 0xb4, 0x17, 0xf0, 0x6f, 0x3f, 0x16, 0xdf, 0xe9, 0x2b, 0x4e, 0x95, 0xc1, 0x5a, 0x80, 0xa6, 0xe5, 0xb9, 0x68, 0x77, 0x32, 0x7b, 0xe2, 0xa2, 0xe7, 0xd9, 0x81, 0x3f, 0x7f, 0x61, 0x2c, 0xa4, 0xa7, 0x5f, 0x63, 0xc0, 0x97, 0xe0, 0x97, 0x0c, 0x20, 0xc1, 0xdf, 0x28, 0xc0, 0x2f, 0xa5, 0xfe, 0x7d, 0x06, 0xfe, 0x3a, 0x0e, 0xfe, 0xda, 0x1a, 0x64, 0x80, 0x6a, 0x34, 0x91, 0x38, 0x03, 0x54, 0x55, 0x55, 0x42, 0x45, 0x45, 0x39, 0xdc, 0xdf, 0x37, 0x5e, 0xbb, 0x29, 0x46, 0xc6, 0xa7, 0x16, 0xf0, 0x89, 0xee, 0xef, 0x47, 0xa9, 0xfe, 0x96, 0x28, 0x2d, 0x1e, 0xc2, 0x43, 0x8a, 0x0c, 0x50, 0xc1, 0x51, 0x20, 0x9e, 0x07, 0xb0, 0x9c, 0x60, 0xd5, 0x07, 0x00, 0x19, 0x01, 0x2a, 0xb6, 0x69, 0x80, 0x0a, 0xf4, 0x2b, 0xc8, 0xf4, 0x21, 0x89, 0x49, 0x66, 0x03, 0x3d, 0x32, 0x2d, 0xb0, 0x48, 0xf8, 0x02, 0x31, 0x2c, 0x3c, 0xca, 0xf2, 0x03, 0x14, 0x3e, 0xd5, 0x34, 0xc0, 0x64, 0x33, 0x33, 0xcc, 0xcb, 0x23, 0xc6, 0x8b, 0x42, 0xbc, 0xb7, 0x94, 0xda, 0x20, 0xbb, 0x1f, 0xf0, 0xba, 0x59, 0x22, 0x0d, 0x0e, 0x09, 0x31, 0xb3, 0x38, 0xae, 0x99, 0x48, 0x50, 0xe0, 0x9a, 0x15, 0x09, 0x62, 0x26, 0x10, 0x8b, 0x04, 0x09, 0x33, 0xe8, 0xf4, 0x8b, 0xc8, 0x04, 0x7d, 0xf0, 0x7b, 0xe0, 0xf7, 0xaa, 0x5e, 0x2a, 0x08, 0x99, 0xfa, 0xd6, 0x3b, 0x76, 0x2d, 0x70, 0xda, 0x45, 0x7b, 0x90, 0xcd, 0x1f, 0x35, 0xd4, 0x0e, 0xfe, 0x25, 0x5f, 0x2d, 0x82, 0x92, 0x92, 0x62, 0xa0, 0x4b, 0x65, 0x00, 0x02, 0x3f, 0x01, 0xbf, 0xb2, 0xaa, 0x02, 0x4a, 0xcb, 0x4a, 0x11, 0xd0, 0x15, 0x50, 0x59, 0x59, 0xc9, 0x00, 0x5e, 0x51, 0x59, 0x01, 0xf7, 0xee, 0x95, 0xc0, 0xdd, 0xbb, 0x77, 0xa0, 0xe8, 0x4e, 0x21, 0x94, 0xe0, 0x73, 0xfa, 0x39, 0xf9, 0x08, 0x04, 0x7e, 0xf6, 0xba, 0xc2, 0x2b, 0xb6, 0x08, 0x45, 0x38, 0xde, 0xa8, 0x44, 0x7d, 0x98, 0x54, 0xf9, 0x57, 0xbc, 0x9e, 0x9e, 0x69, 0x80, 0xd7, 0xc5, 0x38, 0x92, 0xe1, 0x02, 0x54, 0xba, 0x06, 0xe0, 0xf5, 0xff, 0xef, 0x88, 0x1a, 0xa0, 0xf7, 0x95, 0x28, 0x10, 0x95, 0x3f, 0x58, 0x21, 0x50, 0x19, 0x01, 0xd2, 0x7c, 0x80, 0x4a, 0xa1, 0x05, 0x98, 0x19, 0xb4, 0xc4, 0xd2, 0x00, 0x14, 0x1a, 0xd5, 0x18, 0x60, 0x3a, 0x4f, 0xa8, 0x51, 0x68, 0x55, 0x32, 0x40, 0xa1, 0xcc, 0x07, 0x58, 0x0c, 0x40, 0x65, 0xd2, 0xf0, 0x00, 0x91, 0x20, 0xc8, 0xed, 0xaf, 0x39, 0xc2, 0xa6, 0x1f, 0x80, 0x4e, 0x30, 0x48, 0x33, 0x48, 0x32, 0x80, 0x8c, 0x04, 0x31, 0x13, 0x88, 0x33, 0x80, 0x71, 0xb1, 0x27, 0x37, 0x81, 0x84, 0x06, 0x08, 0x9c, 0x44, 0x2d, 0x70, 0x63, 0x22, 0x03, 0x3e, 0x27, 0xf2, 0x6f, 0x62, 0xc1, 0x9f, 0xa2, 0x47, 0x84, 0xdc, 0x95, 0x54, 0xca, 0x15, 0x1b, 0x3b, 0xfb, 0xef, 0xe6, 0xc5, 0x45, 0x57, 0xab, 0xe0, 0xff, 0xea, 0xeb, 0xc5, 0x0c, 0xb8, 0xf2, 0x52, 0xc1, 0x4f, 0x12, 0xbc, 0x16, 0xcd, 0x1b, 0xe9, 0xf0, 0xd6, 0xa2, 0x94, 0x27, 0x80, 0x57, 0x22, 0xf8, 0xc9, 0xf9, 0x25, 0x53, 0x89, 0x18, 0x87, 0x31, 0x41, 0x51, 0x21, 0xe4, 0xe7, 0xe7, 0x41, 0x61, 0x61, 0x01, 0x63, 0x0e, 0xa2, 0xba, 0x33, 0x0b, 0x74, 0xc7, 0x2c, 0xed, 0x4d, 0x7d, 0x8a, 0xda, 0xfd, 0x7d, 0xc2, 0x94, 0x18, 0x2c, 0x34, 0xc0, 0xeb, 0x5c, 0x8a, 0xb2, 0xec, 0xaa, 0xf0, 0x01, 0x44, 0x26, 0x58, 0xcd, 0x03, 0x30, 0xa7, 0xb4, 0x50, 0xcd, 0x03, 0x7c, 0xca, 0x8b, 0xdc, 0x58, 0x18, 0x34, 0x92, 0xc7, 0xf7, 0x65, 0x14, 0x88, 0x40, 0xce, 0xcc, 0xa0, 0xc5, 0x5c, 0x13, 0x90, 0xd4, 0x2c, 0x5f, 0x24, 0xa2, 0x41, 0x71, 0x5c, 0x53, 0xd8, 0x4c, 0x20, 0xb3, 0x50, 0x4e, 0x61, 0x00, 0x10, 0x09, 0x31, 0xc8, 0x0f, 0xc1, 0x00, 0xb9, 0x0f, 0x16, 0x0a, 0x35, 0xd4, 0x56, 0x49, 0xe9, 0x04, 0xcb, 0x06, 0x99, 0xeb, 0xbd, 0x1d, 0x34, 0x00, 0x9a, 0x3f, 0x17, 0xb8, 0x19, 0xc4, 0x34, 0xc0, 0xc9, 0x1e, 0x10, 0x38, 0xf1, 0x12, 0x7e, 0x9f, 0x85, 0x1c, 0xfc, 0xd5, 0x8b, 0x19, 0x19, 0x17, 0x86, 0xda, 0x43, 0xa2, 0xab, 0x5d, 0xe4, 0xcb, 0xda, 0x9c, 0xd8, 0x39, 0x7b, 0x54, 0xf0, 0x2f, 0x58, 0x14, 0x87, 0x40, 0x2e, 0x0f, 0x02, 0x3f, 0x37, 0x6b, 0x6a, 0x98, 0xd3, 0xdb, 0xd0, 0x50, 0xdf, 0x22, 0xf0, 0x93, 0xc3, 0x9c, 0x97, 0x97, 0x0b, 0x39, 0x39, 0xd9, 0x70, 0xfb, 0xf6, 0x2d, 0x28, 0xb9, 0x5b, 0x00, 0xbe, 0xed, 0xfa, 0x90, 0x58, 0x28, 0x5e, 0xa6, 0x8f, 0x0f, 0xac, 0x58, 0x2e, 0x40, 0x32, 0x58, 0xd8, 0xce, 0xaf, 0xf3, 0x68, 0x8a, 0xe6, 0x07, 0x8c, 0x12, 0x13, 0x1b, 0x64, 0x2d, 0x90, 0xc2, 0x00, 0xa6, 0x19, 0x64, 0xf3, 0x03, 0x44, 0x24, 0xc8, 0xd4, 0x02, 0x14, 0xf1, 0xa1, 0xc8, 0x0f, 0x63, 0x84, 0x85, 0x7a, 0x28, 0xb4, 0x6c, 0x2e, 0x4f, 0x9a, 0xd9, 0xb2, 0xc2, 0xd2, 0x09, 0x66, 0x65, 0x11, 0x05, 0x2d, 0xd0, 0x00, 0x4d, 0x30, 0x00, 0xe4, 0xe8, 0xfd, 0x01, 0x4c, 0x0b, 0xe4, 0x89, 0x50, 0xa8, 0x43, 0x2e, 0x20, 0x70, 0xdd, 0x39, 0x17, 0x40, 0x0c, 0x10, 0x30, 0x19, 0x00, 0xb5, 0xc0, 0xd1, 0x1e, 0xf8, 0xff, 0xa1, 0x00, 0xa8, 0x46, 0x86, 0xae, 0x22, 0xc2, 0xef, 0x56, 0x32, 0xdd, 0x6e, 0x06, 0xd5, 0xd1, 0xae, 0x04, 0xd7, 0xf4, 0x89, 0x99, 0xf3, 0xaa, 0xdd, 0xf4, 0xb9, 0x79, 0xeb, 0x86, 0x06, 0x7e, 0x22, 0x02, 0x39, 0x49, 0xfc, 0x47, 0x01, 0xff, 0xcd, 0x9b, 0x59, 0x50, 0x70, 0x6e, 0xb3, 0x7e, 0x23, 0x76, 0xbe, 0x24, 0x46, 0x08, 0x5a, 0xe3, 0x03, 0x0d, 0x2a, 0x3a, 0x63, 0x76, 0xf2, 0x20, 0xa1, 0x05, 0x5e, 0x17, 0x4d, 0xe7, 0xc3, 0x1e, 0x2c, 0x19, 0x26, 0xaa, 0x40, 0x59, 0x32, 0xac, 0x58, 0x6a, 0x81, 0x59, 0x66, 0x26, 0x98, 0x80, 0xce, 0xa4, 0x3d, 0x31, 0x02, 0x03, 0x7e, 0x9c, 0x09, 0x7e, 0x56, 0x1e, 0xa1, 0x30, 0x00, 0x33, 0xa5, 0x14, 0x0d, 0xa0, 0xe7, 0x02, 0x1e, 0x9c, 0x01, 0xb4, 0x72, 0x88, 0x9c, 0x7e, 0x16, 0x03, 0xc8, 0x48, 0x10, 0xab, 0x0a, 0x0d, 0x9d, 0x0c, 0x63, 0x45, 0x71, 0x32, 0x17, 0x70, 0xbe, 0x17, 0x77, 0x82, 0x25, 0x03, 0x1c, 0x7b, 0x1e, 0x9f, 0x0f, 0xe0, 0xc0, 0x67, 0xb4, 0x80, 0x91, 0xff, 0x80, 0x6d, 0xc6, 0x50, 0x72, 0xd8, 0x00, 0x57, 0xfa, 0xc7, 0x46, 0x9f, 0x55, 0xc1, 0x9f, 0xe2, 0x4d, 0x02, 0xf5, 0x22, 0xf0, 0x53, 0x18, 0x93, 0x47, 0x7c, 0x42, 0x83, 0xff, 0x5e, 0x0b, 0xc0, 0x9f, 0x95, 0x95, 0x01, 0x65, 0x87, 0x3e, 0xd7, 0xda, 0x1c, 0x03, 0x59, 0x53, 0xf4, 0xb9, 0x99, 0xb5, 0x5b, 0x39, 0xf8, 0x99, 0x89, 0x30, 0x50, 0x31, 0x83, 0x86, 0xf0, 0xc6, 0x73, 0xe1, 0x08, 0x6b, 0x0c, 0x90, 0x6b, 0xd5, 0x03, 0x71, 0x2d, 0xc0, 0xc3, 0xa1, 0xbc, 0x03, 0x4c, 0x3a, 0xc3, 0xd3, 0xb9, 0x29, 0x53, 0x2c, 0x6a, 0x81, 0x94, 0x72, 0x08, 0x16, 0xf7, 0x67, 0xc9, 0xb1, 0x79, 0x9c, 0x31, 0x18, 0xf8, 0xa3, 0xf8, 0x6b, 0xcd, 0x72, 0x88, 0xa9, 0x4a, 0x4d, 0xd0, 0x24, 0x1e, 0x6d, 0x22, 0x9f, 0x43, 0xad, 0x0c, 0xcd, 0xe5, 0x5d, 0x62, 0xaa, 0x13, 0xdc, 0xd2, 0x6c, 0x70, 0x73, 0x0c, 0x00, 0x99, 0x0e, 0x55, 0xa1, 0x14, 0x09, 0xba, 0xc8, 0x35, 0x80, 0xce, 0x00, 0x68, 0x06, 0x1d, 0xee, 0x8e, 0xdf, 0x7f, 0x86, 0x00, 0xff, 0x7c, 0x46, 0xc6, 0xcd, 0xb1, 0xf6, 0x51, 0xec, 0x6b, 0x9f, 0x72, 0xe9, 0x1f, 0xfd, 0xbc, 0xbd, 0x34, 0x81, 0x42, 0x96, 0x2a, 0xf8, 0xc9, 0xec, 0x21, 0xd0, 0x4b, 0xf0, 0xd7, 0x35, 0x03, 0xfe, 0xc2, 0x26, 0xc0, 0x7f, 0xf3, 0xe6, 0x0d, 0xf0, 0xed, 0x1c, 0xa8, 0x67, 0x7e, 0xcb, 0x56, 0x6a, 0x03, 0x63, 0x0d, 0xaa, 0xc5, 0x31, 0xc1, 0x3f, 0x28, 0xd8, 0x0f, 0x30, 0x13, 0x62, 0xba, 0x19, 0xc4, 0x6d, 0xf0, 0xf1, 0x66, 0x03, 0xbc, 0x5a, 0x12, 0x61, 0x98, 0xe5, 0xd0, 0xd3, 0xad, 0x88, 0x10, 0x69, 0x02, 0xf2, 0x09, 0x90, 0x11, 0x58, 0xd2, 0x8b, 0x15, 0xc5, 0xcd, 0xb1, 0x6a, 0x81, 0x44, 0x65, 0x28, 0xf3, 0x1f, 0x64, 0x08, 0x94, 0x98, 0x89, 0xd9, 0xff, 0x1f, 0x8a, 0x6e, 0xb3, 0xf7, 0xb4, 0xaa, 0x50, 0x43, 0x4d, 0x84, 0xe5, 0xca, 0x36, 0x49, 0x25, 0x0a, 0x14, 0x32, 0x11, 0x66, 0x55, 0x86, 0x9a, 0xd9, 0xe0, 0x96, 0x30, 0xc0, 0x25, 0x9d, 0x01, 0x8c, 0x33, 0x3d, 0x35, 0x06, 0x30, 0xae, 0x8e, 0x16, 0xe0, 0x8f, 0xe7, 0x74, 0x2f, 0xc8, 0x0c, 0x2a, 0x7d, 0xaa, 0x27, 0x42, 0x20, 0xe8, 0x37, 0xa8, 0x0c, 0xb0, 0xff, 0xc0, 0xde, 0x20, 0xe9, 0x4f, 0xf1, 0x7b, 0x27, 0xf0, 0x57, 0x34, 0x03, 0xfe, 0xec, 0x9c, 0xdb, 0x1a, 0xf8, 0xb3, 0xb3, 0x6f, 0x81, 0xbf, 0xe2, 0x86, 0x6d, 0xbc, 0x49, 0x77, 0x3e, 0x1b, 0x53, 0x19, 0x18, 0x6b, 0xe4, 0x8f, 0xe6, 0xa6, 0x41, 0xb6, 0xc5, 0x04, 0x2a, 0x03, 0x48, 0x33, 0xc8, 0xcc, 0x07, 0xe4, 0x5a, 0x4d, 0x31, 0x32, 0x1a, 0x04, 0x4a, 0x55, 0xa8, 0x21, 0x7b, 0x02, 0xa8, 0xac, 0x99, 0xd5, 0x05, 0x4d, 0x17, 0x52, 0x3d, 0x52, 0x68, 0x03, 0xce, 0x08, 0x46, 0x88, 0xb2, 0x68, 0x33, 0xfe, 0xcf, 0xb2, 0xc0, 0x3c, 0x07, 0x20, 0x6b, 0x81, 0x0c, 0xb3, 0x39, 0xc6, 0x1a, 0x9b, 0xc2, 0x35, 0x80, 0x6e, 0x02, 0x81, 0xd9, 0x22, 0xe9, 0x10, 0x06, 0xcd, 0xed, 0xef, 0xec, 0x04, 0xb7, 0xb0, 0x2f, 0xa0, 0x29, 0x06, 0xf0, 0x1f, 0xeb, 0x8d, 0xc0, 0x8f, 0xb3, 0x18, 0xa0, 0x32, 0x0e, 0xfc, 0xbb, 0x7a, 0xd8, 0x6a, 0xaf, 0x3c, 0x9e, 0xa7, 0x12, 0xfc, 0x0b, 0x16, 0x2c, 0xf8, 0x37, 0xf6, 0x52, 0x07, 0xb2, 0xe1, 0x55, 0xf0, 0x53, 0xc8, 0x92, 0x67, 0x78, 0x43, 0x83, 0xbf, 0xb8, 0x19, 0xf0, 0x67, 0x22, 0xf8, 0x73, 0xf0, 0xdf, 0xe4, 0x44, 0x1b, 0x59, 0x3f, 0xe8, 0xd1, 0x9f, 0x0b, 0xe3, 0xf4, 0x49, 0xc9, 0x35, 0x5b, 0x78, 0x68, 0x90, 0x31, 0x40, 0x7f, 0x61, 0x06, 0x0d, 0x12, 0xa5, 0xc4, 0x96, 0x19, 0xc4, 0xf3, 0x01, 0x23, 0x44, 0x03, 0x8a, 0x1c, 0x66, 0x6b, 0x35, 0xc6, 0x48, 0x5f, 0x40, 0x46, 0x84, 0x0c, 0xd3, 0x21, 0x9e, 0x22, 0xa2, 0x42, 0xbc, 0x37, 0xc0, 0x10, 0x8d, 0x31, 0x86, 0x60, 0x06, 0x83, 0x15, 0xbf, 0x89, 0x7e, 0x00, 0xa5, 0x31, 0xc6, 0x8a, 0xff, 0xf3, 0x32, 0x08, 0x5e, 0x6e, 0x6d, 0x6b, 0x8c, 0xc9, 0x0d, 0x6e, 0x8c, 0x31, 0x1c, 0x1a, 0x63, 0xf4, 0x8a, 0xd0, 0x01, 0x5a, 0x63, 0x8c, 0x1a, 0x06, 0x05, 0xa7, 0x28, 0x90, 0x83, 0x0f, 0x10, 0xb8, 0x68, 0xf9, 0x00, 0x41, 0x0c, 0x70, 0x40, 0x9a, 0x41, 0x92, 0x01, 0xd0, 0xd7, 0x49, 0x1f, 0xa9, 0x33, 0x40, 0x72, 0xd8, 0xcc, 0xa7, 0xd5, 0xfc, 0xe9, 0xa6, 0x82, 0xff, 0xbb, 0x55, 0x2b, 0x82, 0xa2, 0x3e, 0x94, 0xc0, 0x92, 0xe0, 0xaf, 0x69, 0x06, 0xfc, 0x85, 0xd9, 0xd7, 0xe0, 0xde, 0xe5, 0x44, 0xb8, 0x73, 0x69, 0x9b, 0x06, 0xfe, 0xdb, 0xb7, 0x6f, 0x82, 0x3f, 0xe0, 0x67, 0xef, 0x1b, 0x38, 0x39, 0x4d, 0x4f, 0x7e, 0x15, 0xc6, 0xe9, 0x23, 0xc2, 0xc9, 0x19, 0x65, 0x4e, 0x61, 0xff, 0x20, 0x33, 0x88, 0x8f, 0x1d, 0x1c, 0x22, 0xa2, 0x41, 0x56, 0x52, 0xcc, 0xae, 0x05, 0x64, 0x63, 0xbc, 0xd9, 0x1c, 0xe3, 0xd0, 0x1a, 0xc9, 0x25, 0xfa, 0x34, 0xb3, 0x4f, 0xc0, 0x60, 0x34, 0xc3, 0xec, 0x08, 0x23, 0x9b, 0xdf, 0x34, 0x7b, 0x28, 0x97, 0xc0, 0x8a, 0xe0, 0x3e, 0xe2, 0x8c, 0xc4, 0x1a, 0xe5, 0x27, 0x3a, 0x94, 0x43, 0x8b, 0x59, 0xa2, 0xea, 0xe8, 0xc4, 0x5c, 0xbd, 0x16, 0x88, 0x6b, 0x00, 0x34, 0x7f, 0x72, 0x9d, 0x1b, 0xe4, 0xed, 0x99, 0x60, 0x2d, 0x0f, 0x20, 0x4b, 0x21, 0x42, 0x54, 0x84, 0x3a, 0xf9, 0x00, 0x01, 0x64, 0x00, 0x23, 0x7d, 0x2c, 0x03, 0x3e, 0x49, 0x7f, 0x46, 0x05, 0x93, 0xed, 0x66, 0x50, 0x6a, 0x28, 0x8c, 0xf8, 0x12, 0x23, 0xba, 0x10, 0x75, 0xca, 0x8e, 0xb2, 0x79, 0xb1, 0x51, 0x33, 0x55, 0x06, 0x38, 0x76, 0xfc, 0x88, 0xc6, 0x00, 0x04, 0x78, 0x27, 0xf0, 0x97, 0x29, 0xe0, 0x2f, 0x2e, 0xcc, 0x81, 0x92, 0x8c, 0xdd, 0x50, 0x9e, 0xb6, 0x04, 0x6a, 0x0e, 0x7c, 0x08, 0x35, 0xfb, 0x27, 0x42, 0xd1, 0xc5, 0x04, 0x13, 0xfc, 0x37, 0x6e, 0x64, 0xb1, 0x6c, 0xb1, 0xbc, 0xfc, 0xbb, 0x06, 0xea, 0xe1, 0xcf, 0xca, 0xf5, 0xfa, 0x88, 0xf0, 0xbb, 0xef, 0x73, 0x33, 0x40, 0x61, 0x02, 0x33, 0x1a, 0x94, 0x2d, 0x43, 0xa2, 0x96, 0x16, 0x00, 0x53, 0x0b, 0xd8, 0xdb, 0x23, 0xc7, 0x59, 0x43, 0xb1, 0xcc, 0x0a, 0x51, 0x3e, 0x19, 0x82, 0x37, 0xbc, 0x7f, 0x2a, 0x1c, 0xe3, 0xcf, 0x78, 0x43, 0xbc, 0xd9, 0x27, 0x2c, 0x7b, 0x82, 0xa7, 0xf2, 0xdf, 0x99, 0x0d, 0xf2, 0x1f, 0x89, 0xf2, 0x07, 0xd9, 0x0b, 0xf0, 0x9e, 0x39, 0x34, 0xcb, 0x1c, 0x9f, 0x98, 0x6b, 0xd9, 0xff, 0x56, 0x6f, 0xf0, 0x50, 0xb3, 0x1a, 0xd4, 0xa9, 0x37, 0x98, 0x9b, 0x40, 0x0e, 0xe6, 0x4f, 0x8e, 0x28, 0x86, 0xa3, 0x21, 0x59, 0xf6, 0x44, 0xd8, 0x35, 0x5b, 0x4f, 0x80, 0x12, 0x06, 0x35, 0xce, 0x28, 0x51, 0xa0, 0xc3, 0xcf, 0x33, 0x06, 0x08, 0x9c, 0xec, 0x6f, 0x81, 0x9f, 0xa8, 0x24, 0xd2, 0xce, 0x00, 0x25, 0xa1, 0x30, 0xe2, 0x4f, 0x0c, 0x7b, 0x59, 0x6c, 0xe6, 0xfc, 0xd1, 0x97, 0xd8, 0x65, 0x12, 0x25, 0xcf, 0x60, 0xf3, 0xc0, 0x3f, 0xe9, 0x1c, 0x0c, 0x10, 0x17, 0xbd, 0x45, 0x65, 0x00, 0x32, 0x5b, 0x54, 0xe9, 0x5f, 0x56, 0x56, 0xea, 0x0c, 0xfe, 0x92, 0x22, 0x28, 0xbf, 0x75, 0x04, 0xaa, 0xce, 0x2d, 0x83, 0xda, 0x83, 0x93, 0xa1, 0xf6, 0xc0, 0x07, 0x48, 0xef, 0x33, 0xf0, 0x57, 0xef, 0x9b, 0x08, 0x79, 0x57, 0xf6, 0x30, 0xf0, 0x67, 0x64, 0x5e, 0x67, 0x26, 0x93, 0x79, 0x35, 0x56, 0xeb, 0xd9, 0x5f, 0x6f, 0x57, 0x80, 0xba, 0x1d, 0xfa, 0x6c, 0xfc, 0xbc, 0xd7, 0xac, 0x79, 0xfa, 0x8a, 0x1f, 0x00, 0x8a, 0x19, 0xc4, 0xeb, 0x82, 0x14, 0x26, 0x10, 0x0d, 0x32, 0xa0, 0x35, 0xc8, 0x8b, 0x02, 0xb9, 0xbc, 0x09, 0xca, 0x7c, 0x20, 0x65, 0x28, 0x16, 0x49, 0x73, 0x31, 0x17, 0x88, 0x67, 0x8b, 0xa7, 0x88, 0x89, 0x10, 0x42, 0xe2, 0xab, 0x23, 0x52, 0x98, 0xd9, 0x23, 0xdb, 0x21, 0xc5, 0xe4, 0xb8, 0x7c, 0xe7, 0xe9, 0x10, 0xc1, 0x0c, 0x30, 0xcc, 0xb6, 0x4c, 0x43, 0x0c, 0xca, 0x62, 0xdf, 0x6b, 0x80, 0xe3, 0xa4, 0x38, 0xb5, 0x14, 0x82, 0x37, 0xc7, 0xf7, 0x75, 0x6e, 0x8e, 0xbf, 0xac, 0x27, 0xc2, 0x18, 0x03, 0xa0, 0x06, 0x30, 0x44, 0x1e, 0x20, 0x70, 0x08, 0x19, 0x60, 0x7f, 0x37, 0xa4, 0xee, 0x2c, 0x13, 0xac, 0x32, 0x81, 0x7f, 0x87, 0xbe, 0x89, 0x06, 0x12, 0x9c, 0xd7, 0x50, 0x11, 0xe0, 0x83, 0xd6, 0xb0, 0x26, 0x7b, 0xd6, 0x36, 0x26, 0x44, 0x8c, 0xe9, 0xf0, 0x7b, 0xc4, 0xe6, 0xc6, 0x46, 0x5f, 0x54, 0x19, 0xa0, 0xbc, 0xa2, 0x5c, 0x2b, 0x77, 0x28, 0x2b, 0x2b, 0x63, 0xe0, 0xe7, 0xe5, 0x0d, 0xe5, 0x50, 0x99, 0x7f, 0x0e, 0xaa, 0x2f, 0xaf, 0x85, 0xba, 0x23, 0x9f, 0x41, 0xdd, 0xc1, 0x0f, 0x19, 0x11, 0xf8, 0x6b, 0x14, 0xf0, 0x57, 0xef, 0x7b, 0x0f, 0x6e, 0x5d, 0x3b, 0x09, 0xd7, 0x33, 0xd2, 0xa1, 0xb8, 0xf8, 0xae, 0xee, 0x50, 0x97, 0x9c, 0xd7, 0xed, 0xff, 0x63, 0x83, 0xf5, 0xa5, 0x10, 0x35, 0x3f, 0x9a, 0xbd, 0xb1, 0x2c, 0x2c, 0x48, 0xc0, 0xc8, 0xd6, 0x9d, 0xe1, 0x60, 0x2d, 0x20, 0x33, 0xc3, 0xa2, 0x3e, 0x28, 0xcf, 0x56, 0x1f, 0xa4, 0xcd, 0x05, 0x9d, 0x28, 0x9a, 0xda, 0x3f, 0x30, 0xa7, 0xc1, 0xc9, 0x01, 0x59, 0x2c, 0x52, 0x54, 0x24, 0xa8, 0x50, 0xce, 0x0e, 0xfa, 0x48, 0x38, 0xd0, 0x4d, 0x0f, 0xc9, 0x32, 0xa5, 0xbf, 0x18, 0x92, 0xa5, 0x47, 0x7f, 0x2c, 0xfb, 0x5f, 0x1d, 0x95, 0x08, 0xb6, 0x81, 0xb9, 0xfa, 0xd8, 0xf4, 0x97, 0x79, 0x53, 0x8c, 0x5a, 0x0d, 0x9a, 0xc5, 0xdb, 0x22, 0xfd, 0xe9, 0x7d, 0xc1, 0x77, 0xa5, 0x0f, 0x04, 0xae, 0xea, 0x5d, 0x61, 0x0c, 0xfc, 0x41, 0x0c, 0xd0, 0x9d, 0x33, 0xc0, 0x1e, 0x14, 0x34, 0x45, 0x5f, 0x68, 0x0c, 0x10, 0x38, 0x33, 0xc0, 0xbe, 0x90, 0xaf, 0xbf, 0x13, 0x46, 0xee, 0x7b, 0xbb, 0xfc, 0xd7, 0xe0, 0x3d, 0xcd, 0x0a, 0x25, 0x7a, 0xbe, 0xa1, 0x41, 0x67, 0x90, 0x10, 0xf6, 0x1f, 0x3b, 0x62, 0x04, 0x28, 0x5f, 0x65, 0x00, 0xaa, 0xe2, 0x54, 0xcb, 0x1d, 0xc8, 0xce, 0xaf, 0x29, 0xce, 0x84, 0xda, 0xf4, 0xad, 0x70, 0xff, 0x44, 0x24, 0xdc, 0x3f, 0x3c, 0x09, 0xee, 0x1f, 0x9a, 0xa4, 0x83, 0xff, 0x20, 0x82, 0xff, 0xe4, 0x07, 0x50, 0xbd, 0xff, 0x7d, 0xa8, 0x3e, 0x30, 0x09, 0x2a, 0xf7, 0x4f, 0x86, 0x8c, 0x8c, 0x2b, 0xcc, 0x04, 0xa2, 0xf7, 0xd2, 0x18, 0xe0, 0xc6, 0x16, 0xdd, 0xfe, 0xbf, 0x3a, 0x51, 0x5f, 0x0a, 0x51, 0xb9, 0xcc, 0x9a, 0x95, 0x93, 0xfb, 0xaa, 0x35, 0x4c, 0x56, 0x98, 0x41, 0xaa, 0x16, 0x30, 0xcc, 0xda, 0xa0, 0x61, 0x4a, 0x81, 0xdc, 0x1b, 0xbc, 0x1b, 0x8b, 0x12, 0x51, 0x5a, 0x54, 0x68, 0xbc, 0xd9, 0x2f, 0xcc, 0xab, 0x45, 0x27, 0x9a, 0xf3, 0x40, 0x41, 0x1b, 0x8b, 0x38, 0xd9, 0x7c, 0xce, 0x25, 0xbe, 0xc8, 0xf6, 0x16, 0xaa, 0x33, 0x43, 0xdf, 0x35, 0x47, 0x25, 0x9a, 0xe3, 0xd3, 0x1d, 0xa4, 0x3f, 0x9f, 0x0f, 0x64, 0x1f, 0x90, 0x35, 0xd8, 0x9c, 0x16, 0xcd, 0x19, 0x5b, 0xcd, 0x01, 0xe8, 0x6d, 0x91, 0xbe, 0x9b, 0xfd, 0xe0, 0xf6, 0xa9, 0x61, 0x70, 0x68, 0xdb, 0x04, 0xd8, 0xb8, 0x6a, 0x0a, 0x7c, 0xbb, 0x6c, 0x3a, 0x2c, 0x5e, 0x34, 0xd3, 0x1a, 0x1b, 0xb9, 0x60, 0x16, 0xac, 0x58, 0x3a, 0x1d, 0xd6, 0x7f, 0xfb, 0x29, 0xec, 0xdf, 0xf2, 0x0e, 0xdc, 0xdc, 0x3b, 0x04, 0x1a, 0xce, 0xf4, 0xe6, 0x3e, 0xc0, 0x09, 0x62, 0x80, 0xe7, 0x35, 0x06, 0x30, 0x6e, 0xbc, 0x6f, 0x31, 0x40, 0x45, 0x1c, 0x9a, 0x52, 0x6f, 0xeb, 0xc2, 0x28, 0xd1, 0x33, 0xcd, 0xb1, 0x3a, 0x98, 0x46, 0x59, 0x6e, 0x7b, 0x7e, 0x9b, 0x3f, 0xa5, 0x1b, 0x07, 0x7c, 0x6a, 0xd7, 0x90, 0xcc, 0xe0, 0x4b, 0xf2, 0xc4, 0xfb, 0x93, 0xbb, 0xf4, 0x69, 0xc9, 0x6a, 0xab, 0xf6, 0xc2, 0x00, 0x15, 0x2a, 0x03, 0x90, 0xad, 0xce, 0xc0, 0x5f, 0x57, 0x0a, 0xfe, 0xfc, 0xc3, 0x70, 0xff, 0x74, 0x2c, 0x34, 0x1c, 0xf9, 0x08, 0xea, 0x0f, 0x4f, 0xb6, 0x81, 0x1f, 0x4d, 0x9e, 0x63, 0x93, 0xa0, 0xe6, 0xf2, 0xc7, 0x50, 0x93, 0x37, 0x0b, 0xaa, 0xf3, 0x63, 0xa1, 0xfa, 0xd8, 0x4c, 0xa8, 0x3a, 0x34, 0x0d, 0xca, 0x0e, 0xcd, 0x80, 0x6b, 0xe9, 0x57, 0x99, 0xf3, 0x6c, 0xbf, 0x02, 0x97, 0xbe, 0xd4, 0xd5, 0x6e, 0xee, 0x2c, 0x7d, 0x1b, 0xca, 0xbd, 0x59, 0xe6, 0xb0, 0x58, 0x53, 0x0b, 0xe4, 0xda, 0xb4, 0x40, 0xb6, 0x6a, 0x0a, 0x59, 0x61, 0x51, 0xad, 0x4c, 0x9a, 0x39, 0xc4, 0x6f, 0x2a, 0x19, 0x62, 0xa9, 0x09, 0x64, 0xd3, 0xbc, 0xc5, 0x08, 0x3c, 0x9a, 0x23, 0x67, 0x86, 0x8a, 0xe7, 0x85, 0xc1, 0xc3, 0x72, 0xad, 0x19, 0xa1, 0x13, 0xcc, 0xd1, 0xe9, 0x72, 0xa3, 0x8c, 0x73, 0xec, 0x7f, 0xb8, 0x39, 0x23, 0x54, 0x67, 0x00, 0xfb, 0xb4, 0xe8, 0x57, 0xb5, 0xc6, 0xf8, 0xc2, 0x0b, 0x43, 0x21, 0x65, 0xd3, 0x64, 0x88, 0x9f, 0x3f, 0xfb, 0x81, 0xdb, 0x4b, 0xe3, 0xe2, 0xa3, 0x60, 0xeb, 0xea, 0x49, 0x90, 0xb3, 0x73, 0xa0, 0x60, 0x80, 0xe7, 0x2d, 0x06, 0xb8, 0x34, 0x9a, 0x01, 0x9f, 0x53, 0x2c, 0x9a, 0x57, 0xf6, 0x49, 0x72, 0x61, 0xcb, 0x42, 0xe1, 0x24, 0xe0, 0xed, 0xb5, 0xce, 0x9f, 0xda, 0xdf, 0xeb, 0xdf, 0xf3, 0x9a, 0xd7, 0x5f, 0x34, 0xda, 0xeb, 0xcf, 0x1b, 0xcc, 0x76, 0xbd, 0xf9, 0x77, 0x84, 0xd4, 0x0a, 0x29, 0xbe, 0xe4, 0xf0, 0x58, 0x74, 0x9e, 0x5f, 0x6c, 0xd7, 0x7d, 0x07, 0x78, 0x68, 0xf7, 0xcc, 0xda, 0x9f, 0xf8, 0x59, 0xd0, 0x58, 0x74, 0x0a, 0x55, 0xeb, 0xb7, 0xe0, 0x3f, 0x3e, 0x05, 0xe9, 0x53, 0x06, 0x7c, 0x0d, 0xfc, 0x47, 0x91, 0x2e, 0x7d, 0x0c, 0xb5, 0xb9, 0x73, 0xa0, 0xb6, 0x04, 0xed, 0xff, 0x92, 0x95, 0xa8, 0x21, 0x96, 0x43, 0x4d, 0xce, 0x22, 0xa8, 0x3a, 0x3a, 0x0b, 0x2a, 0x0f, 0x4d, 0x85, 0x92, 0xa3, 0xb1, 0x70, 0xeb, 0xd6, 0x4d, 0x70, 0xba, 0x02, 0xa7, 0x67, 0xea, 0x0c, 0x70, 0x67, 0xbe, 0xbe, 0x0d, 0xe5, 0xee, 0x47, 0x42, 0x02, 0xaa, 0x5a, 0x40, 0xf7, 0x05, 0xa4, 0x19, 0x64, 0x32, 0x80, 0x62, 0x0a, 0x41, 0x50, 0xa9, 0xf4, 0x9b, 0x22, 0x2e, 0xff, 0x36, 0x4b, 0x92, 0xb1, 0x64, 0x15, 0xb3, 0xdb, 0xf5, 0x51, 0xe9, 0xd6, 0x68, 0xf4, 0x89, 0xda, 0x73, 0x6d, 0x5c, 0xba, 0x68, 0x7d, 0xb4, 0xc6, 0x22, 0xaa, 0xa3, 0x11, 0xe5, 0x94, 0x68, 0x21, 0xfd, 0x19, 0x03, 0x0c, 0x0d, 0x1e, 0x8c, 0x15, 0x6a, 0x52, 0x34, 0x7e, 0xd7, 0xec, 0x33, 0x23, 0x60, 0xc3, 0x9a, 0x29, 0xad, 0xd6, 0x6b, 0xbd, 0x6e, 0xd9, 0xa7, 0x90, 0x95, 0x32, 0x18, 0xfc, 0xfb, 0xba, 0x81, 0x7f, 0xd7, 0x73, 0x10, 0x48, 0x1b, 0xc2, 0xfd, 0x00, 0x41, 0x46, 0xde, 0x47, 0x76, 0x47, 0x38, 0x39, 0x64, 0x24, 0x68, 0xfb, 0x4b, 0xf1, 0x9c, 0x01, 0x86, 0x7b, 0x8d, 0xfc, 0x0f, 0xbd, 0x46, 0xf9, 0x74, 0x4e, 0xb4, 0x75, 0xfe, 0xe6, 0x40, 0xbe, 0x60, 0x7b, 0x5b, 0x28, 0x33, 0xc9, 0x93, 0xe0, 0x4b, 0x0c, 0x9f, 0xc1, 0x22, 0x49, 0xed, 0x2d, 0xe1, 0x16, 0x1f, 0x3f, 0xeb, 0xc6, 0xfa, 0xa5, 0x93, 0xe1, 0xf0, 0xca, 0xd1, 0x70, 0x7d, 0xfd, 0x40, 0x26, 0xed, 0x09, 0xf8, 0x92, 0x08, 0xf4, 0xf7, 0x8f, 0x21, 0x03, 0x5c, 0xfa, 0x04, 0xea, 0x10, 0xf4, 0xf7, 0x4b, 0xbf, 0x85, 0xba, 0xb2, 0x04, 0xa8, 0x25, 0xba, 0xb7, 0x11, 0xc1, 0xbf, 0x1a, 0xe9, 0x6b, 0xa8, 0xbe, 0xb5, 0x00, 0x2a, 0x8f, 0x46, 0x42, 0xe5, 0xc1, 0x29, 0x50, 0x78, 0xfc, 0x4b, 0x56, 0x36, 0xe1, 0xc8, 0x00, 0x47, 0xf5, 0x21, 0xae, 0xc6, 0xbd, 0x65, 0xd6, 0x1a, 0xa0, 0x3a, 0x5a, 0x66, 0x31, 0x41, 0xf8, 0x00, 0x36, 0x2d, 0x10, 0xc4, 0x04, 0x52, 0x13, 0xa8, 0x55, 0xa2, 0x56, 0x6e, 0x40, 0x63, 0x02, 0xb6, 0xe2, 0x68, 0x8c, 0xb9, 0x0f, 0x0c, 0x64, 0x88, 0x94, 0x81, 0xf9, 0x1d, 0x91, 0x2f, 0x78, 0xd7, 0xda, 0x09, 0x60, 0x2e, 0xca, 0x90, 0x3b, 0x02, 0x42, 0x2c, 0xcc, 0x60, 0x21, 0xcf, 0x31, 0xe6, 0x58, 0x44, 0x1e, 0xfa, 0x1c, 0xa1, 0xef, 0x0a, 0x70, 0x70, 0x7e, 0xed, 0xe6, 0x4f, 0xfd, 0x8d, 0xfe, 0xb0, 0x2b, 0xe9, 0x03, 0x04, 0x6d, 0x54, 0x8b, 0x7b, 0xae, 0xe3, 0x17, 0xc4, 0xb4, 0x98, 0x11, 0xbc, 0x2b, 0xdf, 0x85, 0xda, 0x9f, 0xd0, 0x24, 0x3a, 0xf2, 0xaa, 0xc6, 0x00, 0x50, 0x38, 0xad, 0xc5, 0xfd, 0x01, 0x3e, 0x6f, 0xaf, 0xcf, 0xd8, 0x52, 0x8d, 0x3d, 0x43, 0xbd, 0x46, 0xf6, 0x44, 0xb6, 0x5b, 0x8c, 0x6f, 0x99, 0x5c, 0x20, 0xf6, 0x3d, 0x2f, 0x42, 0x66, 0xf8, 0xc4, 0xeb, 0x4f, 0x47, 0x26, 0x39, 0xd8, 0x4d, 0x5b, 0xb8, 0x6d, 0x63, 0x86, 0x0d, 0xe8, 0x54, 0x8f, 0x87, 0x44, 0xcf, 0x3f, 0x3c, 0xb1, 0x5d, 0x64, 0xb4, 0x06, 0xa7, 0x21, 0xb9, 0xdb, 0x3f, 0x06, 0x92, 0x3d, 0x13, 0x6e, 0x6d, 0xec, 0x57, 0x94, 0xb9, 0x7e, 0x00, 0x48, 0xa2, 0x48, 0x0e, 0x03, 0xff, 0x09, 0xa4, 0x4b, 0xd3, 0xa0, 0xee, 0x66, 0x14, 0xd4, 0x97, 0x7d, 0x0f, 0xf7, 0x2b, 0xf6, 0xc2, 0xfd, 0xca, 0x43, 0x50, 0x57, 0xbe, 0x1b, 0x6a, 0xcb, 0xbd, 0x50, 0x5b, 0xba, 0x05, 0x6a, 0x4a, 0x36, 0x20, 0xf8, 0x57, 0x41, 0xf5, 0x9d, 0xaf, 0xa1, 0xea, 0xc6, 0x7c, 0xa8, 0x3c, 0x32, 0x03, 0x2a, 0x0e, 0x7c, 0x0a, 0x77, 0x4e, 0x2d, 0x77, 0x04, 0x3f, 0xf9, 0x03, 0xfe, 0xbd, 0x23, 0x74, 0x0d, 0x50, 0xb1, 0x4a, 0x5b, 0x03, 0xc4, 0x33, 0xc0, 0x32, 0x0c, 0x28, 0xcb, 0x02, 0x84, 0x7d, 0x2c, 0xf3, 0x02, 0x36, 0x53, 0xc8, 0x5e, 0x29, 0x0a, 0x0a, 0x13, 0x70, 0xa9, 0x3c, 0x5a, 0x9f, 0x1f, 0x24, 0x7b, 0x88, 0xc5, 0x9e, 0x30, 0x73, 0x87, 0x00, 0x1b, 0xa9, 0xc8, 0x99, 0xc2, 0x90, 0x8b, 0x31, 0x4c, 0x89, 0x2f, 0x5e, 0x2b, 0xa7, 0xc0, 0x99, 0x8b, 0xf4, 0xe4, 0x4c, 0x50, 0x35, 0xee, 0xef, 0xbc, 0x37, 0xcc, 0x2a, 0x7f, 0xb0, 0x36, 0x48, 0x16, 0x9e, 0x1f, 0x06, 0x5f, 0x7f, 0xf5, 0x45, 0x48, 0xf0, 0xae, 0x5d, 0xb7, 0x0a, 0x0e, 0x1c, 0xdc, 0x0f, 0xe9, 0xd7, 0xaf, 0x41, 0x5e, 0x5e, 0x0e, 0xdc, 0xa1, 0xde, 0x0a, 0x0a, 0x3d, 0x17, 0xdf, 0x85, 0xc2, 0xc2, 0x7c, 0x96, 0x6b, 0xb9, 0x7c, 0xe5, 0x22, 0xec, 0xd9, 0xbb, 0x4b, 0x6b, 0x35, 0xb5, 0xd3, 0xd2, 0x85, 0x33, 0x20, 0x3b, 0xe5, 0x75, 0x9d, 0x01, 0x8a, 0x67, 0x06, 0xb5, 0x49, 0x86, 0xc4, 0xcc, 0xf6, 0x9e, 0x1f, 0xf8, 0x53, 0x5f, 0x41, 0x06, 0x18, 0xe2, 0x35, 0x6e, 0x4e, 0x64, 0xab, 0x6d, 0x39, 0x03, 0xcc, 0x47, 0x06, 0x58, 0xe6, 0x35, 0x6a, 0xd6, 0x20, 0x6d, 0xf2, 0x1a, 0xb5, 0x29, 0xf8, 0xef, 0x6f, 0xbd, 0x46, 0xc9, 0x14, 0xaf, 0xff, 0x5a, 0x5f, 0xaf, 0x7f, 0x5f, 0x68, 0x7f, 0x81, 0x4a, 0xb1, 0x1b, 0x93, 0xc2, 0xdf, 0x86, 0xed, 0x5d, 0xfe, 0x7b, 0x9b, 0x00, 0x9f, 0x79, 0xf3, 0x89, 0x9e, 0x91, 0x68, 0xeb, 0x7d, 0x2f, 0x3f, 0x44, 0xd1, 0xa6, 0x97, 0x6e, 0x98, 0x0c, 0xb0, 0x61, 0x00, 0x94, 0x1e, 0x1a, 0x0f, 0xfe, 0x9c, 0x68, 0x08, 0x54, 0x6d, 0x81, 0x40, 0xfd, 0x69, 0xa8, 0xaf, 0xbd, 0x02, 0xf7, 0xab, 0xce, 0x21, 0x9d, 0x80, 0xba, 0x8a, 0x83, 0x08, 0xfe, 0x5d, 0x28, 0xfd, 0xb7, 0x41, 0xcd, 0x3d, 0x64, 0x80, 0xe2, 0xb5, 0x50, 0x5d, 0xb4, 0x08, 0x2a, 0x0b, 0x50, 0xf2, 0xa7, 0xcf, 0x84, 0x8a, 0xc3, 0x9f, 0x23, 0x03, 0x7c, 0x0c, 0xe5, 0x97, 0x37, 0x06, 0x4b, 0x7e, 0xd9, 0x3e, 0x99, 0xfa, 0xb2, 0xce, 0x00, 0xd5, 0x1b, 0xf5, 0x35, 0x40, 0xb9, 0x43, 0x58, 0xf8, 0x0f, 0xd4, 0x25, 0x72, 0x66, 0xaf, 0xac, 0x9c, 0xa3, 0xa3, 0x96, 0x47, 0x58, 0xe6, 0x90, 0x9d, 0x09, 0xd4, 0xe6, 0x79, 0x3e, 0x44, 0xeb, 0x4d, 0xe1, 0xa8, 0x8e, 0x11, 0x21, 0x4b, 0xa1, 0x11, 0xf2, 0xc7, 0x2a, 0x3b, 0xc1, 0xa4, 0x84, 0x1f, 0x67, 0x5b, 0xa4, 0x37, 0xd6, 0x4c, 0x74, 0xc9, 0x75, 0xaa, 0x3c, 0xe2, 0x63, 0x8f, 0xfa, 0x0c, 0x17, 0x92, 0x5f, 0xf6, 0x00, 0x0b, 0xdb, 0x5f, 0x93, 0xfe, 0x3c, 0xfa, 0x93, 0x83, 0x26, 0x0f, 0x39, 0xb2, 0x4e, 0x12, 0x7e, 0xdb, 0xf6, 0x64, 0x96, 0x39, 0xa7, 0x30, 0x74, 0x69, 0x69, 0x29, 0xcb, 0xb9, 0x50, 0x83, 0x11, 0x03, 0x7f, 0xc9, 0x5d, 0x36, 0x80, 0x80, 0x92, 0x8f, 0x77, 0xee, 0x14, 0xb1, 0x86, 0x23, 0x96, 0x84, 0x2c, 0x2c, 0x80, 0xac, 0x1b, 0x19, 0xb0, 0xfd, 0x27, 0xaf, 0xe3, 0x54, 0x8e, 0xb8, 0xb8, 0xd9, 0x70, 0xfd, 0xfc, 0x3c, 0x8b, 0x01, 0x4a, 0xe7, 0xda, 0x19, 0xa0, 0x3a, 0xa4, 0x0f, 0xb0, 0xbd, 0xe7, 0x78, 0xb6, 0x5b, 0x8c, 0x7c, 0x00, 0x5a, 0x66, 0x5e, 0x32, 0x92, 0x6f, 0xf9, 0xa4, 0x3d, 0xc3, 0x76, 0x06, 0xa8, 0xdb, 0x83, 0x74, 0xc4, 0x6b, 0xd4, 0x1f, 0xc7, 0x9f, 0x6d, 0xf0, 0x1a, 0xc5, 0xc8, 0x0c, 0x17, 0x7b, 0xe1, 0xdf, 0x86, 0x66, 0x86, 0xc6, 0x84, 0xf0, 0x65, 0x0d, 0xc9, 0x9e, 0x21, 0x90, 0xd2, 0xed, 0xdf, 0xb7, 0xae, 0xb4, 0x4f, 0x88, 0xf8, 0x2f, 0x08, 0xfa, 0xa1, 0xfe, 0xe4, 0xf0, 0x6f, 0x9d, 0xfe, 0xe3, 0xca, 0xad, 0xcf, 0x9f, 0xc8, 0x4c, 0x18, 0x04, 0x99, 0x7b, 0x47, 0x42, 0xd6, 0xf9, 0xb9, 0x90, 0x73, 0x73, 0x07, 0x18, 0xfe, 0x7b, 0x10, 0xf0, 0xdd, 0x01, 0x7f, 0x63, 0x36, 0x34, 0xde, 0x4f, 0x47, 0xf0, 0x9f, 0x85, 0xba, 0xca, 0x13, 0x50, 0x5b, 0x71, 0x00, 0xc1, 0x9f, 0x8a, 0xc0, 0x5f, 0x83, 0x52, 0x3f, 0x06, 0xaa, 0x0a, 0xa6, 0x22, 0xf8, 0x3f, 0x85, 0xca, 0xfc, 0x4f, 0xa0, 0xe2, 0x2a, 0x31, 0xc0, 0x74, 0x28, 0xdf, 0xff, 0x31, 0xd4, 0xdf, 0xf4, 0x3a, 0x34, 0xd0, 0xf0, 0xb6, 0x49, 0xff, 0xf6, 0x5e, 0x3a, 0x03, 0xd0, 0x92, 0x07, 0x65, 0xff, 0x95, 0x71, 0x7b, 0x00, 0x6f, 0x02, 0x91, 0x0c, 0xa0, 0xfa, 0x03, 0x39, 0xba, 0x29, 0x44, 0x99, 0x54, 0x43, 0x63, 0x80, 0xe0, 0x9e, 0x01, 0x2d, 0x53, 0x6c, 0x36, 0xd0, 0xc8, 0xb2, 0x89, 0x37, 0x05, 0xa0, 0x2d, 0x66, 0x30, 0xc4, 0x76, 0x48, 0x6b, 0x27, 0xd8, 0x5b, 0x9a, 0xc4, 0x37, 0xc4, 0x52, 0x0c, 0xab, 0xd6, 0xe7, 0x0d, 0xdb, 0x5e, 0x80, 0x60, 0xd3, 0xc7, 0xc8, 0xd1, 0x43, 0x9f, 0xf4, 0xd9, 0x33, 0x8e, 0xbd, 0x89, 0x0e, 0x6b, 0xb0, 0x93, 0xfb, 0xc3, 0x0f, 0xdf, 0x33, 0x20, 0x53, 0xf4, 0x8d, 0x42, 0xd0, 0xa5, 0x8c, 0x01, 0x54, 0xf0, 0x73, 0xe9, 0x6f, 0x81, 0xbf, 0x88, 0x55, 0xdd, 0xd2, 0xdf, 0x14, 0xa0, 0x46, 0xc8, 0x2f, 0xc8, 0x63, 0x8d, 0x47, 0x99, 0x99, 0x19, 0xb0, 0x7e, 0xc3, 0x3a, 0x07, 0xe6, 0x8a, 0x86, 0x2b, 0x69, 0x31, 0x7c, 0xfe, 0x51, 0x30, 0x03, 0xd4, 0x85, 0xc2, 0x51, 0x63, 0x4a, 0x8f, 0xd1, 0x26, 0x03, 0xa4, 0x8f, 0xe0, 0xdb, 0xe6, 0x19, 0x0d, 0x44, 0xd3, 0xe7, 0x7d, 0x6e, 0x02, 0xd5, 0xfc, 0xa0, 0x33, 0x40, 0xc3, 0x19, 0xa4, 0x6b, 0x5e, 0xc3, 0x97, 0x8d, 0x8f, 0x99, 0xf8, 0xbb, 0x2d, 0x5e, 0xa3, 0x60, 0x92, 0xd7, 0x7f, 0x2a, 0xb4, 0xf3, 0xec, 0x4b, 0x0a, 0xdf, 0x16, 0x48, 0x0c, 0x8b, 0xa6, 0x7d, 0x65, 0x0f, 0x3d, 0xb6, 0x1d, 0xd6, 0xf5, 0xf8, 0x0b, 0x7f, 0x52, 0xc4, 0x2b, 0xd6, 0x06, 0x10, 0x07, 0xa2, 0xd5, 0x98, 0x67, 0x7b, 0x78, 0xeb, 0xf3, 0xa7, 0xec, 0xcb, 0x4a, 0x4f, 0x30, 0x6e, 0x64, 0x5d, 0x85, 0x1b, 0x59, 0xe9, 0x48, 0x17, 0xa1, 0xb1, 0xbe, 0x18, 0x19, 0xa0, 0x08, 0xfc, 0x0d, 0xd9, 0x48, 0x19, 0x08, 0xfe, 0x33, 0x28, 0xf9, 0x7f, 0x82, 0xda, 0xe2, 0xaf, 0xa0, 0xba, 0x70, 0x06, 0xd2, 0x14, 0x04, 0xff, 0x14, 0x0b, 0xfc, 0x79, 0x48, 0x57, 0x66, 0x42, 0xf9, 0xa1, 0xe9, 0xa8, 0x01, 0x3e, 0x41, 0x90, 0xec, 0xb3, 0x4c, 0x1e, 0xb3, 0x67, 0x98, 0x37, 0xca, 0xa3, 0x2d, 0xa9, 0x33, 0x00, 0x2d, 0x7b, 0x50, 0xf6, 0x5f, 0x19, 0xb7, 0x06, 0xf0, 0x02, 0x30, 0x91, 0x08, 0x02, 0x73, 0x83, 0x4a, 0x3f, 0xa5, 0x71, 0xbc, 0xbf, 0x59, 0x43, 0x23, 0x13, 0x64, 0x56, 0xb5, 0xa8, 0xc5, 0x04, 0x9c, 0x86, 0x89, 0x72, 0xe4, 0x11, 0x8e, 0x8c, 0xc0, 0x99, 0x60, 0x8c, 0x22, 0xd5, 0xc7, 0x28, 0x3b, 0x82, 0xd5, 0x9f, 0xbd, 0xa9, 0x68, 0x10, 0x75, 0x79, 0xf6, 0x88, 0x20, 0xf0, 0xab, 0x8e, 0x2f, 0x67, 0xce, 0xc1, 0x42, 0x5b, 0x71, 0xe7, 0xb7, 0xe0, 0xfc, 0x88, 0x20, 0xf0, 0x53, 0x05, 0xee, 0xf1, 0x93, 0xc7, 0x58, 0x03, 0x12, 0x03, 0x3f, 0x63, 0x00, 0x05, 0xfc, 0x92, 0x01, 0x10, 0xfc, 0x77, 0x58, 0x9b, 0x69, 0x11, 0x67, 0x00, 0x02, 0x7f, 0x51, 0x01, 0x67, 0x80, 0x82, 0x7c, 0x06, 0xfe, 0xbc, 0xfc, 0x5c, 0x5e, 0x85, 0x9b, 0x9b, 0x8d, 0xe6, 0xd3, 0xbe, 0x20, 0x6d, 0x40, 0x4c, 0x90, 0x7d, 0x75, 0x9e, 0x13, 0x03, 0xd4, 0x87, 0xc4, 0x94, 0xb7, 0xc7, 0x50, 0x93, 0x01, 0xae, 0x8d, 0x54, 0x18, 0x40, 0xa1, 0x92, 0x11, 0x68, 0x16, 0xcd, 0x46, 0xa0, 0x6f, 0x0d, 0x62, 0x00, 0xf0, 0xdf, 0xf1, 0x82, 0x51, 0x89, 0xd4, 0x80, 0xcf, 0x0b, 0x98, 0xb6, 0xf0, 0xe7, 0x8c, 0xe5, 0xce, 0xb3, 0x37, 0xb4, 0xf3, 0x1c, 0x48, 0x09, 0xfb, 0xcc, 0xb7, 0xc5, 0xf3, 0x07, 0xda, 0x68, 0xf3, 0xc0, 0xe6, 0x0e, 0xa9, 0x94, 0xc6, 0x44, 0xdb, 0x42, 0x3a, 0x49, 0xe8, 0xa4, 0x54, 0xec, 0xec, 0x75, 0x2a, 0x73, 0xff, 0x68, 0x5f, 0xd6, 0xc5, 0x78, 0xc8, 0x4a, 0x4f, 0x05, 0xce, 0x04, 0x17, 0xa1, 0xa2, 0x1c, 0x81, 0xdf, 0x68, 0x31, 0x40, 0x43, 0xcd, 0x05, 0x94, 0xfe, 0x87, 0xd1, 0xec, 0xf9, 0x11, 0x6a, 0xee, 0x2c, 0xd0, 0x25, 0x3f, 0x81, 0x3f, 0x8f, 0xcc, 0x9e, 0x99, 0x50, 0x76, 0x68, 0x1a, 0x54, 0x1f, 0xfe, 0x0c, 0xcd, 0x86, 0x7d, 0x5a, 0xc3, 0x7c, 0x43, 0xa3, 0x9c, 0x12, 0x51, 0x17, 0xdc, 0x05, 0x56, 0xb3, 0xc1, 0x5a, 0xfc, 0x86, 0x64, 0xdc, 0x1e, 0xc8, 0x37, 0x25, 0xd2, 0x4c, 0x1c, 0xc6, 0x00, 0xba, 0x29, 0x14, 0xc4, 0x00, 0xd9, 0xa2, 0x4c, 0x42, 0xeb, 0x19, 0x50, 0xab, 0x46, 0x95, 0x0e, 0x32, 0x33, 0x42, 0x64, 0x31, 0x02, 0x93, 0xe2, 0xc2, 0x47, 0xe0, 0x51, 0x23, 0xe9, 0x2f, 0x8c, 0x16, 0x2b, 0x51, 0x95, 0xdf, 0x99, 0x12, 0x5f, 0x86, 0x3a, 0xe5, 0x72, 0xbc, 0x60, 0xf0, 0xab, 0x9b, 0xe3, 0xd5, 0x11, 0x28, 0x75, 0x99, 0xaf, 0xa1, 0xcd, 0x3f, 0x23, 0x48, 0x32, 0x5f, 0xbc, 0x74, 0x9e, 0xf5, 0x54, 0x53, 0x22, 0xb2, 0xdc, 0x04, 0x7f, 0x29, 0x03, 0xfe, 0xdd, 0xe2, 0x3b, 0xcc, 0x04, 0xa2, 0xe1, 0x02, 0x24, 0x48, 0xcc, 0xa4, 0x3a, 0x6a, 0x54, 0xfa, 0x19, 0x31, 0x08, 0x49, 0x7f, 0xa2, 0x3c, 0x62, 0x00, 0x04, 0x7f, 0x2e, 0xfa, 0x0b, 0xc4, 0x00, 0x94, 0xd9, 0x3f, 0x7d, 0xfa, 0x14, 0xc4, 0xcd, 0x9f, 0xa7, 0xfd, 0x7f, 0x8b, 0x16, 0xcf, 0x81, 0x8a, 0x9c, 0x20, 0x06, 0xf0, 0x85, 0x2c, 0x87, 0xd8, 0xfe, 0xe2, 0xb0, 0xe6, 0x19, 0x60, 0x38, 0x32, 0x40, 0x24, 0x97, 0xf4, 0x4d, 0x32, 0x40, 0x31, 0x32, 0xc0, 0x56, 0xce, 0x00, 0xa7, 0x9a, 0x60, 0x80, 0x44, 0x4f, 0x22, 0x8b, 0x1e, 0x6d, 0xf3, 0x74, 0xa5, 0x5c, 0xc4, 0xc3, 0x69, 0x03, 0xf4, 0xb4, 0x1b, 0x13, 0xbb, 0xfc, 0x4f, 0x5a, 0x92, 0xe0, 0x4f, 0xf6, 0x6c, 0x92, 0x6f, 0x5e, 0xb2, 0xb9, 0xe7, 0x95, 0xcc, 0x0d, 0xfd, 0x0d, 0x69, 0xfb, 0x67, 0xa6, 0xbc, 0x06, 0x99, 0x47, 0xc6, 0x41, 0xd6, 0xa5, 0x25, 0x50, 0x5e, 0x72, 0x5a, 0x63, 0x00, 0xdf, 0xfd, 0x4b, 0xc8, 0x00, 0xc7, 0xa0, 0xa6, 0x6c, 0x1f, 0x54, 0xdf, 0x4b, 0x85, 0xaa, 0x92, 0x2d, 0x50, 0x55, 0xf4, 0x25, 0x54, 0xe4, 0x47, 0x72, 0xf0, 0xe7, 0x7e, 0x0c, 0x65, 0x57, 0xbe, 0x80, 0xb2, 0x83, 0x53, 0xa1, 0xee, 0xd8, 0x34, 0x08, 0xe4, 0xfc, 0x64, 0x36, 0xcc, 0xf3, 0x11, 0x29, 0xf7, 0xad, 0x36, 0xca, 0x1d, 0x7d, 0x6d, 0x3e, 0xc0, 0xf7, 0xca, 0xe2, 0xb7, 0xcd, 0xc8, 0x00, 0x83, 0x58, 0xdd, 0x0b, 0xab, 0x81, 0x71, 0x30, 0x85, 0x40, 0xf1, 0x07, 0x8c, 0x1c, 0x1b, 0x13, 0x64, 0x0f, 0x14, 0x80, 0xb3, 0x42, 0xa4, 0x7c, 0x41, 0x85, 0x28, 0x9f, 0xce, 0x1d, 0xa6, 0x34, 0xd4, 0x8f, 0x54, 0xe8, 0x0d, 0x65, 0x01, 0xf6, 0x28, 0x8d, 0xd4, 0xdf, 0xe9, 0x9b, 0xe2, 0x47, 0x28, 0xd3, 0x1e, 0x84, 0xc3, 0xab, 0xc5, 0xfb, 0xed, 0x03, 0xb0, 0xf8, 0xe7, 0xdb, 0xb4, 0xee, 0xd3, 0x20, 0xf0, 0x5f, 0xbe, 0x7c, 0x91, 0xf7, 0x49, 0x9b, 0xe0, 0xe7, 0xa6, 0x0f, 0x49, 0x7b, 0xaa, 0xc3, 0x6a, 0xea, 0x52, 0xcd, 0x4b, 0xca, 0xbb, 0x90, 0x16, 0x20, 0xf0, 0xe7, 0xe6, 0xe6, 0xb0, 0x3e, 0x0c, 0x56, 0x91, 0x9b, 0x7d, 0x8b, 0x31, 0x01, 0x69, 0x19, 0xcd, 0xc1, 0x5e, 0x1d, 0x0d, 0x3e, 0x7d, 0x6c, 0xa2, 0xd1, 0x29, 0x4c, 0xa0, 0x90, 0xcc, 0x80, 0x6a, 0x84, 0xea, 0x3a, 0x2e, 0xaf, 0x1d, 0x98, 0x78, 0xed, 0xfb, 0x81, 0xa0, 0x46, 0x7f, 0x88, 0x72, 0xb7, 0x0e, 0x83, 0xba, 0xa3, 0x1f, 0x82, 0xef, 0xca, 0x54, 0xf0, 0x15, 0x2c, 0x00, 0x7f, 0xf5, 0x36, 0xf0, 0xdf, 0x3f, 0x8b, 0x0c, 0x70, 0x19, 0x1a, 0x6b, 0x4f, 0x33, 0x06, 0xa8, 0x62, 0x0c, 0x90, 0x04, 0x95, 0x77, 0x37, 0x41, 0xe5, 0x9d, 0x35, 0x50, 0x51, 0xb8, 0x0c, 0xca, 0xf2, 0xa3, 0xa1, 0xec, 0x6a, 0x24, 0x94, 0x22, 0x03, 0xd4, 0x9f, 0xf8, 0x1c, 0x7c, 0xb7, 0x52, 0xcc, 0xf2, 0x69, 0x3e, 0x22, 0xa5, 0x56, 0xd4, 0x12, 0x55, 0x83, 0x2f, 0xb5, 0x9f, 0x8d, 0x01, 0xd6, 0x8a, 0xa5, 0x6f, 0x62, 0xf1, 0xdb, 0xed, 0xd7, 0x78, 0xda, 0x9f, 0xd2, 0xff, 0xb7, 0x5f, 0xb6, 0x26, 0x25, 0x8b, 0x90, 0xa8, 0x1a, 0x19, 0xe2, 0x3e, 0x81, 0x08, 0x8d, 0x66, 0x5b, 0x99, 0x62, 0x5e, 0x6e, 0xa0, 0x44, 0x87, 0xcc, 0x8c, 0xf1, 0x50, 0x8d, 0x11, 0xf4, 0x90, 0xa9, 0x94, 0xe8, 0x23, 0x45, 0x5d, 0x91, 0xf5, 0x33, 0xf3, 0x35, 0x22, 0xc2, 0x03, 0x39, 0xb6, 0x0d, 0xf1, 0x0c, 0xf8, 0x56, 0xb1, 0x9b, 0x56, 0xef, 0x63, 0x86, 0x6c, 0xfb, 0x43, 0xfa, 0xd1, 0x31, 0x41, 0xe0, 0x3f, 0x7c, 0xe4, 0x10, 0x6b, 0x28, 0x32, 0xc1, 0x4f, 0x75, 0x56, 0x28, 0xd1, 0xe9, 0xcc, 0x9a, 0xba, 0x2c, 0xf3, 0xb2, 0xd1, 0x1c, 0x45, 0x43, 0xda, 0x80, 0xce, 0xf8, 0x5e, 0x69, 0x89, 0x09, 0x7e, 0xea, 0xbf, 0xa0, 0x48, 0xd1, 0xad, 0xdb, 0x37, 0xe1, 0xc0, 0x81, 0x7d, 0x41, 0xff, 0xff, 0xd9, 0x35, 0x43, 0x1f, 0x8f, 0x13, 0x5c, 0x7f, 0xac, 0x7d, 0x38, 0xc1, 0x0e, 0x89, 0x2f, 0x1a, 0x70, 0x6b, 0xcc, 0x8f, 0x9f, 0x05, 0x1b, 0x97, 0x4e, 0x86, 0x43, 0xdf, 0xf1, 0xf8, 0x7f, 0xe9, 0x4f, 0xe3, 0xc0, 0x77, 0xec, 0x13, 0x9d, 0x4e, 0x7d, 0x02, 0x8d, 0xd7, 0xa6, 0x42, 0x63, 0xe1, 0x62, 0xf0, 0x55, 0x6d, 0x85, 0xfa, 0x4a, 0x64, 0x80, 0x92, 0x1d, 0x50, 0x59, 0x4c, 0x0c, 0xf0, 0x03, 0x54, 0x14, 0xad, 0x81, 0xf2, 0xc2, 0x15, 0x50, 0x9e, 0xbf, 0x04, 0xca, 0xae, 0xc7, 0x40, 0xe9, 0x81, 0xa9, 0xd0, 0x70, 0x32, 0x12, 0x7c, 0x59, 0x09, 0xd6, 0x60, 0xac, 0x3a, 0x31, 0x10, 0x8b, 0x3a, 0xc7, 0xaa, 0x2a, 0xa1, 0x71, 0xd7, 0x30, 0x5b, 0x18, 0xf4, 0x1b, 0x65, 0xe3, 0xe1, 0x26, 0x04, 0xca, 0x1b, 0x26, 0x03, 0xb0, 0x32, 0x60, 0xe6, 0x0f, 0x70, 0x53, 0x88, 0x35, 0x8a, 0xe7, 0xaa, 0x7d, 0xb3, 0x16, 0x13, 0x68, 0xe1, 0xd1, 0x9c, 0x41, 0x56, 0xf9, 0xb4, 0x29, 0x8d, 0x05, 0x48, 0x73, 0x87, 0x2a, 0x66, 0xd1, 0x30, 0x25, 0x83, 0x3c, 0xc2, 0x34, 0x93, 0x78, 0x09, 0xc3, 0x08, 0xa5, 0x96, 0x7f, 0xb8, 0x16, 0xde, 0x64, 0x4e, 0xae, 0x1c, 0x7b, 0x8e, 0xef, 0xeb, 0xbb, 0xc5, 0x49, 0x9a, 0x3d, 0xfa, 0x56, 0x48, 0x6e, 0xfa, 0xf8, 0x6e, 0x0d, 0x0c, 0x0a, 0x77, 0xd2, 0x3e, 0x04, 0x02, 0xbd, 0x6a, 0xfa, 0x94, 0x94, 0xdc, 0xd5, 0x2a, 0x67, 0x43, 0x49, 0x7d, 0xcb, 0xb4, 0xb4, 0xce, 0x58, 0x8e, 0xa3, 0x29, 0x17, 0x4c, 0x44, 0x92, 0x9f, 0x88, 0xc0, 0x4f, 0x89, 0x49, 0xea, 0xf1, 0xfe, 0xe1, 0xc7, 0x0d, 0xfa, 0xc8, 0x9b, 0xf9, 0x5f, 0x40, 0x6d, 0x82, 0x1c, 0x98, 0x15, 0x76, 0xc3, 0x09, 0x33, 0xcb, 0x97, 0x2f, 0xff, 0xd3, 0xaa, 0xe4, 0x97, 0x3f, 0xed, 0xf0, 0x61, 0x50, 0x1a, 0x72, 0x8b, 0x5f, 0xba, 0x4e, 0x1b, 0x78, 0xb5, 0x20, 0x16, 0xb2, 0x33, 0xce, 0x83, 0x2f, 0x77, 0x3f, 0xf8, 0xce, 0x2f, 0xd0, 0x18, 0x40, 0x96, 0x40, 0x34, 0x1e, 0xfd, 0x08, 0x7c, 0xa7, 0xa7, 0x80, 0x3f, 0x6b, 0x06, 0xf8, 0x4a, 0x16, 0x43, 0x63, 0xc5, 0xf7, 0xd0, 0x50, 0x99, 0x80, 0x3e, 0xc1, 0x46, 0xa8, 0x2c, 0xfa, 0x16, 0xca, 0x0a, 0x90, 0x01, 0x32, 0xe6, 0xc1, 0xbd, 0xfd, 0xc8, 0x2c, 0xa7, 0x66, 0x42, 0xe3, 0xf5, 0x0d, 0xa2, 0x71, 0xa6, 0x96, 0xa9, 0x65, 0xba, 0x31, 0xac, 0x6d, 0x12, 0x6f, 0x72, 0xfd, 0x41, 0x7d, 0xaf, 0xad, 0x51, 0x32, 0x5f, 0xdb, 0x78, 0x68, 0xe4, 0x8e, 0xe7, 0x65, 0xbf, 0xc4, 0x04, 0xb7, 0x04, 0x09, 0x26, 0x90, 0xe6, 0x90, 0xea, 0x18, 0xab, 0x55, 0xa3, 0xbc, 0xb8, 0x6c, 0x80, 0xa8, 0xb3, 0x1f, 0x64, 0x3a, 0xc7, 0x5a, 0x98, 0x54, 0x30, 0x82, 0x69, 0xaf, 0x6b, 0x5a, 0x61, 0x98, 0x68, 0xb5, 0x54, 0xc8, 0x34, 0x71, 0x86, 0x41, 0x6d, 0xe6, 0x48, 0xb8, 0x76, 0x74, 0x3c, 0xec, 0x4e, 0x9c, 0x0c, 0x1b, 0xd6, 0x4c, 0x85, 0xa5, 0x4b, 0x66, 0xa2, 0x59, 0xa1, 0x4c, 0xd1, 0x58, 0x30, 0x0b, 0xbe, 0x59, 0xf6, 0x05, 0x6c, 0xdd, 0xf0, 0x09, 0x9c, 0xd8, 0xf9, 0x2e, 0x14, 0x9c, 0x1b, 0x29, 0x34, 0x40, 0x7f, 0x38, 0xb5, 0x7b, 0x7c, 0x50, 0xa8, 0x93, 0x6c, 0x75, 0xd5, 0xf4, 0x29, 0x2e, 0x2e, 0x0e, 0xaa, 0x9d, 0x72, 0x92, 0xfa, 0xa4, 0x5d, 0xa5, 0x4f, 0x55, 0x2b, 0x34, 0x2b, 0x35, 0x2d, 0xd1, 0xf9, 0x92, 0xe9, 0x44, 0xe0, 0x67, 0xce, 0x32, 0x3a, 0xc9, 0x04, 0x7c, 0x09, 0x7e, 0x9a, 0xd1, 0x7a, 0x35, 0xfd, 0x0a, 0x9b, 0xf6, 0xa1, 0x7e, 0x96, 0x83, 0xdf, 0xbe, 0x29, 0xef, 0xc7, 0xb1, 0xb9, 0xf1, 0x73, 0x7f, 0x3f, 0x37, 0x26, 0x7a, 0xf2, 0xbc, 0xb8, 0xe8, 0x04, 0xa4, 0x2c, 0xfb, 0xda, 0xda, 0x45, 0x0b, 0x66, 0xd7, 0xaf, 0x5c, 0x31, 0xb3, 0x34, 0x71, 0xcb, 0xac, 0xec, 0xb4, 0xc3, 0x51, 0xe7, 0xca, 0xf3, 0xe7, 0xef, 0xee, 0x10, 0x89, 0x30, 0xda, 0xd8, 0x62, 0xaf, 0xfc, 0x24, 0xc7, 0x88, 0x92, 0x2b, 0x7c, 0xa6, 0x27, 0x9f, 0xea, 0xd6, 0x50, 0x91, 0x07, 0x75, 0x37, 0xbc, 0x70, 0xff, 0x64, 0x14, 0x04, 0x4e, 0x4c, 0x31, 0x89, 0x92, 0x63, 0xc4, 0x14, 0x8d, 0x47, 0x3f, 0x86, 0x86, 0xd3, 0xc8, 0x1c, 0x59, 0x9f, 0x43, 0xfd, 0xdd, 0xf9, 0x50, 0x5f, 0xfa, 0x0d, 0xd4, 0x96, 0x7c, 0x03, 0xe5, 0x37, 0xe3, 0xa0, 0x64, 0xff, 0x34, 0x64, 0x80, 0xd9, 0xd0, 0x78, 0xe9, 0x6b, 0xf3, 0xc6, 0xb0, 0x09, 0x70, 0x42, 0x2a, 0xb1, 0xd2, 0xea, 0xe3, 0x91, 0xb6, 0x66, 0x98, 0x99, 0x62, 0xdb, 0xa1, 0x58, 0xf7, 0x49, 0x05, 0x69, 0xd4, 0xf4, 0x41, 0xfd, 0xaf, 0x72, 0x61, 0xb4, 0xf0, 0x07, 0xcc, 0x85, 0xd2, 0x4d, 0x30, 0x81, 0x5e, 0x39, 0x2a, 0x23, 0x44, 0x83, 0x44, 0x18, 0xf2, 0x35, 0x53, 0x23, 0x70, 0x5b, 0x5d, 0x96, 0x51, 0x0c, 0x31, 0x4d, 0x19, 0x56, 0xbb, 0x23, 0xb4, 0x84, 0x0c, 0xa7, 0xa6, 0x1f, 0x1d, 0x07, 0x5b, 0xd6, 0x4f, 0x41, 0xd0, 0x46, 0x3d, 0x70, 0x39, 0x02, 0x49, 0xfd, 0x43, 0xdb, 0xdf, 0x43, 0xc6, 0xd0, 0x1d, 0x5f, 0xda, 0x87, 0x60, 0x9a, 0x3e, 0x48, 0xe4, 0xec, 0x36, 0x25, 0xf9, 0x4d, 0xa9, 0x6f, 0x4e, 0xde, 0x93, 0xc2, 0x85, 0x4f, 0xd8, 0x23, 0xbf, 0x41, 0x6d, 0x4e, 0x62, 0x03, 0x09, 0x0a, 0x79, 0x67, 0x1e, 0x01, 0x9f, 0xfa, 0xb0, 0xa9, 0x2f, 0x23, 0xeb, 0x46, 0x26, 0xec, 0xda, 0x9d, 0xaa, 0x7d, 0x96, 0x2f, 0x17, 0x7c, 0x01, 0x87, 0x57, 0x8e, 0x82, 0xa5, 0x0b, 0x66, 0x54, 0x3f, 0xc4, 0x68, 0x7b, 0x63, 0xcd, 0x8a, 0xe9, 0x25, 0x69, 0x5b, 0x46, 0x9d, 0xf3, 0x79, 0x9f, 0xdb, 0xde, 0x6e, 0x4b, 0x21, 0x62, 0xe2, 0xa2, 0x26, 0xda, 0x3f, 0x7c, 0x56, 0x56, 0xa6, 0x35, 0xd3, 0x93, 0xc0, 0x8f, 0x36, 0x3b, 0x01, 0x35, 0x20, 0x3a, 0xb7, 0x8c, 0x9a, 0x3c, 0xf0, 0xa3, 0x3d, 0xef, 0x4b, 0x9b, 0x65, 0x81, 0x9f, 0xb4, 0xc2, 0x11, 0x51, 0x1b, 0x74, 0xf8, 0x43, 0xa8, 0x4b, 0x9b, 0x8c, 0x92, 0x71, 0x2a, 0x2b, 0x88, 0x2b, 0x3b, 0x30, 0x05, 0x4d, 0xa0, 0x59, 0x50, 0x9f, 0x36, 0xc7, 0x02, 0x7f, 0x85, 0x18, 0x95, 0x22, 0x24, 0x53, 0xf5, 0x19, 0xbd, 0x18, 0x2e, 0x90, 0xfd, 0xa9, 0x58, 0xf3, 0xb9, 0x81, 0x13, 0x8d, 0x1d, 0xa1, 0x4d, 0x28, 0x99, 0x3a, 0x13, 0xc8, 0xc8, 0x90, 0xea, 0x14, 0x6b, 0x21, 0x52, 0x62, 0x04, 0xd1, 0x46, 0x69, 0x26, 0xcb, 0x44, 0xbd, 0x3d, 0x98, 0x49, 0xb3, 0xc1, 0x56, 0x53, 0x0d, 0x8b, 0xd0, 0x58, 0x8c, 0x00, 0x66, 0xe8, 0xf2, 0x75, 0xb3, 0xbe, 0xe8, 0xd2, 0xc1, 0xf1, 0xb0, 0xfc, 0xeb, 0x2f, 0xe0, 0x71, 0xec, 0x43, 0x28, 0x28, 0xc8, 0xd3, 0x4c, 0x1f, 0x75, 0x08, 0x41, 0x53, 0x52, 0x9f, 0x82, 0x09, 0x35, 0x4e, 0x63, 0x68, 0x58, 0xb4, 0x88, 0x4b, 0x7d, 0x0a, 0x89, 0x52, 0x38, 0x94, 0x9c, 0x61, 0xf2, 0x03, 0xa8, 0x2a, 0x97, 0x98, 0x80, 0xc0, 0x4f, 0x7d, 0xd9, 0xd7, 0xaf, 0x5f, 0x43, 0x2d, 0x10, 0xdf, 0xea, 0xdf, 0x6b, 0xc9, 0xfc, 0x19, 0x75, 0x47, 0x57, 0x8e, 0xba, 0xe4, 0x4b, 0x8e, 0xd8, 0xde, 0xae, 0x8a, 0xe1, 0x62, 0x62, 0x62, 0x7e, 0x35, 0x2f, 0x76, 0xce, 0x5d, 0xf5, 0xc3, 0x1e, 0x3a, 0x7c, 0x20, 0x68, 0xa0, 0x2d, 0x49, 0x91, 0xe0, 0xc3, 0x47, 0xa9, 0x73, 0xbf, 0x16, 0xea, 0xef, 0x9c, 0x87, 0xfb, 0x57, 0x56, 0x43, 0xfd, 0xd1, 0x29, 0x68, 0x16, 0x51, 0x61, 0x9c, 0x52, 0x0e, 0xcd, 0xca, 0xa0, 0x27, 0x42, 0xd5, 0xbe, 0xf7, 0xa0, 0x81, 0x98, 0xe4, 0xd8, 0x14, 0xa8, 0x2c, 0x2f, 0xe1, 0x92, 0x49, 0xdc, 0x20, 0xa6, 0x96, 0xd1, 0xbe, 0xad, 0xbc, 0xf4, 0xbd, 0xae, 0x01, 0xae, 0x8d, 0xd3, 0x57, 0x7d, 0x96, 0xc6, 0xf2, 0x96, 0x3f, 0xd9, 0xfc, 0x61, 0xf7, 0x07, 0x24, 0x13, 0x28, 0xe6, 0x90, 0xe9, 0x1c, 0x9b, 0x5d, 0x64, 0xaf, 0x9a, 0xe6, 0x50, 0xb0, 0x36, 0x50, 0xdb, 0x2b, 0x07, 0x9b, 0x7e, 0x82, 0xe5, 0xbc, 0xbe, 0x06, 0x25, 0x97, 0xdf, 0x80, 0xf5, 0xab, 0xa6, 0xc2, 0xe3, 0xdb, 0x87, 0xb0, 0x45, 0x37, 0x7d, 0xc4, 0xd8, 0xc9, 0x16, 0x39, 0xb9, 0x9a, 0xd4, 0x2f, 0x35, 0xcf, 0xf5, 0x8e, 0xd3, 0x24, 0x0e, 0xb4, 0xff, 0xc9, 0xf4, 0x21, 0xe0, 0x67, 0x64, 0x5c, 0x67, 0x8f, 0xd4, 0xa4, 0x94, 0x99, 0x79, 0x1d, 0x92, 0x53, 0x12, 0x5a, 0xfc, 0xdd, 0xc8, 0x52, 0xb0, 0x87, 0x51, 0x9b, 0xa2, 0x45, 0xf3, 0x23, 0xb3, 0xd6, 0x2c, 0xfd, 0xb4, 0xfd, 0x34, 0xd9, 0xdb, 0xa5, 0xff, 0xf2, 0x15, 0xcb, 0xe0, 0x3e, 0x3a, 0x4f, 0xaa, 0xe9, 0xa3, 0x4e, 0x80, 0x33, 0x5b, 0x17, 0xf1, 0x06, 0xd0, 0xef, 0x48, 0xea, 0x90, 0x44, 0x27, 0x89, 0x55, 0x46, 0x9d, 0x60, 0x37, 0xf6, 0x43, 0xd5, 0x99, 0x25, 0x16, 0xf8, 0x45, 0x13, 0x4c, 0xd5, 0xde, 0x77, 0x99, 0xcf, 0x40, 0x5a, 0xa2, 0xf2, 0x4e, 0x06, 0xbf, 0x41, 0x62, 0x5a, 0x84, 0x4c, 0xe0, 0xdc, 0xcb, 0xdc, 0xaf, 0xc7, 0x9e, 0x0f, 0xbf, 0x2a, 0xc0, 0x2f, 0x56, 0x7d, 0x56, 0x7f, 0xcb, 0x19, 0x20, 0xc3, 0xc6, 0x04, 0x72, 0x6f, 0xae, 0x53, 0x78, 0x54, 0x89, 0x0e, 0x59, 0xd5, 0xa3, 0xaf, 0x5a, 0xda, 0x20, 0x7b, 0x80, 0xd2, 0x5b, 0x3c, 0x50, 0xe9, 0x2e, 0x1b, 0xa4, 0x64, 0x92, 0x39, 0x33, 0x5c, 0x3a, 0x30, 0x1e, 0xfd, 0xa2, 0xd0, 0x65, 0xc8, 0xad, 0xb1, 0x0f, 0xe1, 0xea, 0xd5, 0xcb, 0xa6, 0xe9, 0x43, 0xaf, 0xa7, 0xbf, 0x77, 0x0e, 0x6d, 0x36, 0x58, 0x52, 0xdf, 0xe6, 0xe4, 0x6a, 0xc3, 0xc7, 0xee, 0x14, 0x9a, 0x39, 0x00, 0x0a, 0x7f, 0x92, 0xd4, 0x27, 0xc7, 0xf7, 0x86, 0x68, 0x49, 0xa5, 0xcf, 0x4a, 0xe5, 0xe9, 0xd4, 0x9d, 0x47, 0xe0, 0xa7, 0xc7, 0xb4, 0xd3, 0xa7, 0x1c, 0x3f, 0x1b, 0x15, 0xd9, 0x6d, 0xf8, 0xe1, 0x7b, 0xf6, 0xf9, 0x4f, 0x9e, 0x3a, 0x0e, 0xe7, 0xce, 0x9f, 0x81, 0x0b, 0x17, 0xcf, 0xc1, 0xf9, 0x0b, 0xe7, 0xe0, 0xec, 0xb9, 0x33, 0x70, 0xec, 0xf8, 0x51, 0xf6, 0xbb, 0xcd, 0x5b, 0x36, 0xc1, 0x57, 0x5f, 0x7f, 0xd9, 0x14, 0x23, 0xd4, 0x13, 0xee, 0xe4, 0x4e, 0xb8, 0x76, 0x35, 0xf4, 0x8a, 0x3a, 0xb5, 0x54, 0xd3, 0x87, 0xec, 0x75, 0x02, 0x7b, 0x93, 0xe0, 0xaf, 0xe4, 0x03, 0x70, 0xe9, 0xd0, 0x49, 0xcd, 0xb2, 0xac, 0xe3, 0x6d, 0x04, 0xc1, 0xc5, 0x44, 0x28, 0x3b, 0x1a, 0xcd, 0xc0, 0x5f, 0xb9, 0x67, 0x02, 0xab, 0x1e, 0x65, 0x0c, 0x90, 0x73, 0xdc, 0x1a, 0x95, 0x22, 0x54, 0x33, 0xcb, 0x5a, 0xe6, 0xdf, 0x64, 0x7b, 0x7f, 0xd5, 0x45, 0x78, 0x6c, 0xa9, 0x1b, 0x5b, 0xf3, 0xc9, 0x57, 0x7d, 0x1a, 0x99, 0x83, 0xf8, 0x08, 0x70, 0xb1, 0x11, 0x05, 0xa4, 0x53, 0x7c, 0x53, 0x67, 0x02, 0xb3, 0x75, 0x30, 0xcf, 0xda, 0xac, 0xa2, 0x0e, 0x97, 0x52, 0x4b, 0x27, 0xb4, 0x70, 0xa9, 0x19, 0x32, 0x1d, 0xa8, 0xd4, 0x14, 0x0d, 0x86, 0xfd, 0x29, 0xef, 0xc3, 0xe3, 0xde, 0x87, 0x40, 0x00, 0xa3, 0x73, 0xb1, 0xa2, 0x3e, 0x25, 0x8e, 0xe6, 0x8e, 0x3e, 0x78, 0x2c, 0xb4, 0x93, 0x4b, 0x59, 0x60, 0x2a, 0x7f, 0xd0, 0xe6, 0x2f, 0x49, 0xa9, 0x8f, 0x40, 0xa7, 0x22, 0xba, 0x6b, 0xf8, 0x19, 0xae, 0x5c, 0xb9, 0xc4, 0x9e, 0xd3, 0xcf, 0x88, 0x21, 0xe8, 0x39, 0xcd, 0x7d, 0x35, 0xfd, 0x80, 0xa5, 0x8b, 0xd0, 0x2f, 0xf9, 0x89, 0x25, 0xe4, 0x28, 0x2f, 0x71, 0xe9, 0xf2, 0x05, 0x7c, 0x7e, 0x01, 0xc1, 0x7f, 0x1e, 0x2e, 0x5c, 0x20, 0x06, 0x38, 0x8b, 0xcc, 0x70, 0x96, 0x31, 0xc1, 0xd9, 0xb3, 0xa7, 0xe1, 0xcc, 0xd9, 0x34, 0x38, 0x7d, 0xe6, 0x14, 0x1c, 0x38, 0xb4, 0x1f, 0x36, 0x6c, 0x5c, 0x17, 0x5a, 0x03, 0xc6, 0x44, 0xad, 0xa0, 0xbd, 0x72, 0x4f, 0x0c, 0xfc, 0x73, 0xe2, 0xe7, 0xfc, 0xbd, 0x56, 0x15, 0xf8, 0xd5, 0x62, 0x76, 0xc3, 0xd4, 0x71, 0xe6, 0x24, 0x8d, 0x82, 0xc0, 0x8f, 0xbf, 0x63, 0xbd, 0xc0, 0x35, 0xd5, 0xcc, 0xd6, 0x2c, 0x53, 0xc1, 0x5f, 0xc8, 0x93, 0x2d, 0xa4, 0x62, 0x49, 0xca, 0x30, 0xc9, 0x72, 0xe5, 0x24, 0xe4, 0x9c, 0x5c, 0x0b, 0x95, 0x47, 0xbe, 0x60, 0x0c, 0x50, 0x95, 0xf9, 0x93, 0xe9, 0x90, 0xc9, 0x1b, 0xc5, 0xd4, 0x33, 0x4a, 0xa9, 0xfa, 0x9f, 0x86, 0xe8, 0xa1, 0xd0, 0xd2, 0xf9, 0x62, 0xc7, 0x2d, 0x5f, 0xf3, 0x69, 0xdc, 0x7e, 0x9b, 0xf7, 0xbc, 0x5e, 0x17, 0x4c, 0x90, 0xd9, 0xc7, 0x8a, 0x0c, 0x49, 0x7f, 0xe0, 0xb6, 0x12, 0x22, 0xd5, 0x92, 0x65, 0xaf, 0x28, 0xa1, 0x52, 0xc5, 0x39, 0xce, 0xb1, 0xba, 0xcb, 0xcc, 0x68, 0x91, 0x69, 0x22, 0x0d, 0x82, 0x9f, 0x12, 0x26, 0x41, 0x5b, 0xec, 0x43, 0x48, 0x4e, 0x49, 0x0c, 0x8a, 0xf9, 0x37, 0xef, 0xe4, 0x5a, 0x43, 0x08, 0x4a, 0xec, 0x4e, 0x6e, 0x3e, 0x2f, 0x79, 0xa0, 0x78, 0x3f, 0x45, 0x7b, 0xc8, 0xd1, 0x25, 0xa9, 0x4f, 0x42, 0x2e, 0x1d, 0xa5, 0x3e, 0x69, 0x1b, 0xaa, 0x16, 0x65, 0xc0, 0xc6, 0x47, 0x32, 0x85, 0xae, 0x0b, 0x06, 0x48, 0xd9, 0x96, 0xc8, 0x80, 0xbf, 0x7b, 0xcf, 0x2e, 0x06, 0x7a, 0x62, 0x12, 0x7a, 0xcd, 0xa5, 0xcb, 0x17, 0x19, 0xf8, 0xe9, 0x6f, 0xb8, 0xf4, 0xe7, 0xe0, 0x27, 0x6d, 0x70, 0xf6, 0x9c, 0x04, 0x3f, 0x67, 0x80, 0xb4, 0xd3, 0x27, 0xe1, 0x54, 0xda, 0x09, 0x38, 0x7c, 0xe4, 0x20, 0xac, 0x5e, 0xeb, 0x5c, 0x8d, 0x1a, 0x13, 0x3b, 0x67, 0xf3, 0x13, 0x63, 0x82, 0xb9, 0xb1, 0xd1, 0x6f, 0x6b, 0x21, 0x2f, 0xe4, 0x58, 0x55, 0x72, 0xd1, 0x4d, 0x52, 0x43, 0x6f, 0x74, 0x23, 0x88, 0x31, 0xe8, 0x26, 0xd0, 0xef, 0x38, 0xf8, 0xcb, 0x38, 0xf8, 0xf1, 0xe0, 0x25, 0xf8, 0xe9, 0xc0, 0xd9, 0xd4, 0x07, 0x92, 0x32, 0x78, 0xd0, 0x74, 0x78, 0x74, 0x60, 0xe9, 0xd7, 0xaf, 0x42, 0x45, 0xfe, 0x15, 0x28, 0xcb, 0x3e, 0x6d, 0xaa, 0x67, 0xe6, 0x94, 0x09, 0x29, 0x45, 0x2a, 0xba, 0xea, 0xd0, 0x67, 0x3a, 0x03, 0xe4, 0x7f, 0x66, 0xed, 0xb7, 0x25, 0x2a, 0x9a, 0x2e, 0xa6, 0x1e, 0x88, 0x65, 0x10, 0x99, 0x3a, 0x13, 0xc0, 0x2d, 0xbb, 0x63, 0xcc, 0xcb, 0x26, 0xec, 0x26, 0x11, 0x38, 0x86, 0x4a, 0xad, 0xbc, 0x81, 0x74, 0x96, 0x0f, 0x7a, 0x27, 0x42, 0x5b, 0xed, 0x43, 0xa0, 0x33, 0x51, 0xcb, 0x1d, 0xe8, 0x7c, 0x35, 0x27, 0xd7, 0x61, 0xe2, 0x9e, 0x8c, 0xf0, 0x84, 0x72, 0x72, 0xf9, 0xf8, 0x19, 0x5d, 0xea, 0x5f, 0x15, 0x52, 0xff, 0x12, 0x93, 0xe2, 0xe7, 0x18, 0x78, 0x09, 0xc4, 0x12, 0xfc, 0x74, 0xcf, 0x2e, 0xe0, 0xfd, 0xa2, 0xd7, 0x10, 0x93, 0x70, 0xf0, 0x5f, 0x62, 0xe0, 0xbf, 0xa4, 0x81, 0xff, 0x9c, 0xa9, 0x01, 0x48, 0xfa, 0x9f, 0x51, 0xa4, 0x3f, 0x81, 0x3f, 0x2d, 0x8d, 0x33, 0x00, 0x99, 0x4b, 0x27, 0x4e, 0x1e, 0x03, 0xef, 0xf6, 0x64, 0xf4, 0x17, 0x62, 0x1c, 0x98, 0x20, 0x7a, 0xf9, 0x13, 0x9a, 0xfa, 0x10, 0xb5, 0x4a, 0xfd, 0x20, 0x24, 0xb5, 0x2d, 0xc9, 0x55, 0xcf, 0x24, 0x8b, 0x0e, 0xfe, 0x46, 0x0b, 0xfc, 0x78, 0xd3, 0xa4, 0x94, 0x62, 0x73, 0x7f, 0xf0, 0xe0, 0xd9, 0xc0, 0xab, 0xec, 0xdb, 0x4c, 0xcd, 0x92, 0xa4, 0xa1, 0xc3, 0xbc, 0x82, 0x07, 0x48, 0x12, 0x43, 0x4a, 0x09, 0x19, 0x91, 0x90, 0x55, 0x8a, 0xa6, 0x8a, 0x16, 0xb5, 0x29, 0xf7, 0x4e, 0xaf, 0xd0, 0x1d, 0xe1, 0x73, 0xc3, 0xf5, 0x1d, 0xb7, 0x95, 0x5f, 0xf1, 0xed, 0x27, 0xd7, 0xc4, 0xfc, 0x9b, 0xeb, 0x7d, 0x4c, 0x26, 0xd0, 0xcc, 0xa1, 0x9b, 0xc2, 0x37, 0x20, 0x26, 0xc8, 0x7e, 0xc5, 0xec, 0x23, 0xb0, 0x66, 0xeb, 0xc8, 0xad, 0x8b, 0xaf, 0x9a, 0xfe, 0x81, 0xd5, 0x7b, 0xcb, 0x99, 0xe1, 0xea, 0xe1, 0xe0, 0xec, 0xec, 0xe3, 0xda, 0x87, 0xa0, 0xd7, 0xfa, 0xf0, 0xc8, 0x18, 0x31, 0x88, 0x64, 0x22, 0x7a, 0x4e, 0xbf, 0xa7, 0xd7, 0x93, 0x06, 0xb0, 0x87, 0x45, 0xe9, 0x73, 0x10, 0xd3, 0x11, 0x63, 0xd1, 0xdf, 0x16, 0xdd, 0x2d, 0x62, 0x61, 0xec, 0x1b, 0xe4, 0xdc, 0x66, 0x72, 0xc9, 0x4e, 0xb6, 0x3e, 0xdd, 0x0f, 0x02, 0x32, 0x99, 0x2f, 0xe7, 0x99, 0xd9, 0x72, 0x5a, 0x00, 0x36, 0xcd, 0x64, 0x00, 0x7a, 0x1d, 0x99, 0x46, 0x57, 0xaf, 0x5d, 0x66, 0xaf, 0x27, 0xf0, 0x93, 0x16, 0x20, 0x0d, 0x70, 0x1d, 0xb5, 0x44, 0x2e, 0xde, 0x2f, 0xfa, 0x3e, 0xf4, 0x59, 0x2b, 0x85, 0x16, 0xa2, 0xef, 0x44, 0xdf, 0x8d, 0xee, 0xfd, 0x25, 0x7c, 0x1d, 0xbd, 0xa7, 0x05, 0x7e, 0xce, 0x00, 0xc7, 0x4f, 0x1c, 0x85, 0xbd, 0xfb, 0x77, 0xa3, 0xff, 0xe3, 0x18, 0x65, 0x9a, 0xf0, 0x24, 0xec, 0xff, 0x93, 0xea, 0x87, 0x20, 0xa9, 0xd3, 0xa8, 0xa8, 0x6d, 0x3a, 0x6c, 0x3b, 0xf8, 0x6b, 0xd9, 0x14, 0x88, 0x4a, 0x33, 0xa3, 0xa8, 0x81, 0x3f, 0x27, 0x18, 0xfc, 0x24, 0x31, 0xe8, 0xa0, 0x49, 0x32, 0xd0, 0x81, 0x10, 0x93, 0x15, 0x0a, 0x15, 0x2d, 0x25, 0x15, 0x4b, 0xcd, 0x8b, 0xac, 0x64, 0x6e, 0xfa, 0x71, 0xdb, 0x68, 0xc4, 0xe7, 0xd0, 0xf9, 0x5d, 0xae, 0xed, 0xb8, 0x35, 0xb2, 0x86, 0xf2, 0xa9, 0x07, 0x76, 0x26, 0xc8, 0x50, 0x1c, 0xe3, 0x1b, 0x16, 0x13, 0x58, 0xb5, 0x43, 0x56, 0xe6, 0xd8, 0x9a, 0xaf, 0xf3, 0x8a, 0x32, 0x72, 0xc4, 0x6a, 0xb0, 0x29, 0xbb, 0xfa, 0x3a, 0x2c, 0x58, 0xa8, 0x3b, 0xbc, 0x2d, 0xdb, 0x87, 0x50, 0xff, 0x50, 0xfb, 0x10, 0x54, 0xd3, 0x47, 0x56, 0x7a, 0x4a, 0xe6, 0x68, 0x2e, 0xfb, 0x2b, 0x3f, 0x87, 0xe5, 0xbb, 0x59, 0x99, 0x76, 0xfa, 0x0c, 0x45, 0x68, 0x62, 0x92, 0x39, 0x7a, 0x99, 0x69, 0xe2, 0x0b, 0x4c, 0x6a, 0x93, 0x30, 0xa2, 0x7b, 0x42, 0x92, 0x9a, 0x40, 0x4a, 0xe0, 0x94, 0xd2, 0xff, 0x5a, 0xfa, 0x15, 0xae, 0x25, 0x4c, 0xe9, 0x7f, 0x91, 0x69, 0x11, 0xfa, 0x2e, 0xec, 0x7b, 0x99, 0x09, 0xcc, 0x4a, 0xf3, 0x73, 0x4b, 0xff, 0x43, 0x06, 0x35, 0xc8, 0xa4, 0x25, 0xed, 0x41, 0xf7, 0x5c, 0x82, 0x9f, 0x88, 0x66, 0x4b, 0xed, 0x3b, 0xb0, 0xc7, 0x89, 0x09, 0xea, 0x63, 0x63, 0xa3, 0xff, 0xa9, 0xad, 0x19, 0x40, 0x5b, 0x48, 0xcd, 0x07, 0x5d, 0x59, 0x4e, 0x1b, 0xa9, 0x6c, 0x3a, 0x5c, 0x32, 0x8b, 0xe8, 0x67, 0x41, 0xe0, 0xa7, 0xce, 0x23, 0x3c, 0x5c, 0xb2, 0x35, 0x25, 0xf8, 0x65, 0x2c, 0xf9, 0x2a, 0x93, 0x34, 0x17, 0x98, 0x7a, 0x94, 0xe0, 0xa7, 0x03, 0x20, 0xc9, 0xc3, 0xed, 0xfd, 0x5c, 0x33, 0x2a, 0x71, 0x5b, 0xd8, 0xa8, 0x37, 0x45, 0x3c, 0xba, 0x2e, 0x75, 0xb0, 0x6e, 0x06, 0xd1, 0x3e, 0x5e, 0x65, 0xbf, 0x2d, 0xf5, 0xab, 0xd2, 0xcc, 0x1b, 0x62, 0x02, 0x5a, 0x06, 0xc1, 0x16, 0x42, 0x5c, 0xb7, 0x1c, 0x63, 0x2d, 0x4f, 0x70, 0xeb, 0x65, 0x8b, 0x6e, 0x73, 0x6d, 0xc0, 0xcb, 0xa9, 0xd5, 0x48, 0x91, 0x12, 0x32, 0x15, 0xb4, 0x69, 0xad, 0xde, 0x7f, 0xfb, 0x38, 0xf7, 0x21, 0x10, 0x60, 0x54, 0xd3, 0x87, 0x9c, 0x5f, 0x32, 0x95, 0x5a, 0x72, 0xa9, 0x65, 0xe5, 0x56, 0x65, 0x6d, 0x70, 0x99, 0x09, 0x01, 0x95, 0xfc, 0x2e, 0x12, 0x4e, 0xe7, 0xd0, 0x5c, 0x91, 0x12, 0x9a, 0xc0, 0x49, 0xa0, 0x3c, 0x7a, 0xec, 0xb0, 0x00, 0xff, 0x55, 0x06, 0x7e, 0x66, 0xfa, 0x20, 0x11, 0x53, 0x90, 0x46, 0x32, 0xfd, 0x16, 0x87, 0x04, 0xa6, 0xcc, 0x35, 0xb0, 0x66, 0x1c, 0xd3, 0xaf, 0xe3, 0x42, 0x8e, 0xee, 0xed, 0x99, 0x33, 0xa7, 0x4d, 0xf0, 0xd3, 0xff, 0x43, 0xb4, 0x67, 0xef, 0x4e, 0x74, 0xfa, 0x83, 0xc2, 0xa7, 0xa7, 0x22, 0x23, 0x23, 0xff, 0xb8, 0x2d, 0x19, 0xa0, 0x54, 0x63, 0x80, 0x9a, 0x1a, 0xcd, 0x69, 0xe3, 0xb3, 0xfe, 0x7d, 0x02, 0xfc, 0xb5, 0x8c, 0xeb, 0xe9, 0x46, 0x49, 0x9b, 0xb3, 0x50, 0x48, 0x32, 0xba, 0x91, 0x04, 0x60, 0x02, 0x2f, 0xa9, 0x51, 0x3a, 0x40, 0x52, 0xb3, 0x64, 0x23, 0x92, 0x5d, 0x78, 0x0a, 0x6d, 0x41, 0x3a, 0x68, 0xfa, 0xe2, 0x74, 0x08, 0x04, 0x7c, 0x13, 0xfc, 0x22, 0x32, 0x71, 0x43, 0x0c, 0xc8, 0x25, 0x3b, 0xb5, 0xe4, 0x70, 0x94, 0x2d, 0x1f, 0x30, 0x46, 0x80, 0x5f, 0xec, 0xb8, 0xad, 0x58, 0x84, 0x0c, 0xd0, 0xdb, 0x64, 0x02, 0xe9, 0x13, 0x68, 0x8e, 0xb1, 0x60, 0x02, 0xe9, 0x17, 0x98, 0xa4, 0x68, 0x03, 0x50, 0x73, 0x06, 0x79, 0xfd, 0xcc, 0xaa, 0xd2, 0xeb, 0xc7, 0x46, 0x41, 0x6b, 0xed, 0x43, 0x68, 0xd1, 0x48, 0xf8, 0x1b, 0x19, 0x68, 0x0a, 0xe6, 0xb2, 0x12, 0x67, 0x7b, 0xd8, 0xb3, 0xf9, 0x6a, 0x4f, 0x2b, 0x1f, 0x60, 0xf9, 0x09, 0xc1, 0x65, 0x26, 0xcc, 0xac, 0x12, 0x40, 0x25, 0x60, 0x92, 0x1d, 0x4f, 0xa0, 0x94, 0x80, 0x3c, 0x7e, 0xe2, 0x58, 0x90, 0xe9, 0x43, 0xf7, 0x83, 0x00, 0xaf, 0x4b, 0x7d, 0x4b, 0x5b, 0xb1, 0x6e, 0x34, 0x21, 0xf5, 0xef, 0xca, 0x5e, 0x04, 0xd9, 0x80, 0x23, 0x85, 0x9c, 0xf0, 0x45, 0x48, 0xe3, 0xc8, 0xff, 0x4b, 0x12, 0x39, 0xfd, 0xf6, 0x73, 0x46, 0xbf, 0x74, 0x74, 0x5b, 0x32, 0x40, 0xb9, 0x36, 0xf8, 0x0a, 0xbf, 0x94, 0x04, 0x3f, 0xdd, 0x4c, 0x7a, 0xe4, 0xb1, 0x66, 0xae, 0x4a, 0x59, 0xa8, 0x8d, 0x52, 0xea, 0xc2, 0x86, 0x37, 0xc1, 0x7f, 0x3b, 0x18, 0xfc, 0xa4, 0x66, 0x29, 0x24, 0x46, 0x2a, 0x56, 0x82, 0x5f, 0x12, 0xa9, 0x55, 0xf2, 0x15, 0xe8, 0xef, 0x18, 0xf8, 0x45, 0x12, 0x86, 0xa2, 0x10, 0x24, 0x71, 0x6e, 0x9d, 0xdd, 0xa6, 0x9b, 0x41, 0xa9, 0xdd, 0xf9, 0x8e, 0x2e, 0xb1, 0xdc, 0x99, 0x36, 0x36, 0x1a, 0x37, 0x46, 0x43, 0xe0, 0x92, 0x58, 0x03, 0xa4, 0x9a, 0x43, 0xe9, 0x32, 0x4f, 0xd0, 0x1b, 0x20, 0xb3, 0x6f, 0x50, 0x84, 0x48, 0x8d, 0x12, 0x41, 0xb6, 0x52, 0x47, 0xa4, 0xd4, 0x13, 0xad, 0xfe, 0x76, 0x1a, 0x3c, 0xe8, 0x3e, 0x84, 0x47, 0x19, 0x09, 0x4f, 0x54, 0x72, 0xaf, 0xa4, 0xc5, 0xc0, 0xb7, 0x77, 0xd2, 0xa9, 0xce, 0x76, 0xa8, 0x32, 0x13, 0x7b, 0xce, 0x85, 0xee, 0x1f, 0xf9, 0x06, 0x92, 0x09, 0x4e, 0xa1, 0x19, 0xa4, 0x9a, 0x3e, 0x74, 0x3f, 0x6a, 0x99, 0xb3, 0x5e, 0x63, 0xfa, 0x2a, 0x32, 0x73, 0x6f, 0xbe, 0x5f, 0x08, 0xa9, 0x9f, 0x9f, 0xaf, 0xfb, 0x75, 0xac, 0xe2, 0x14, 0x05, 0x24, 0x59, 0x02, 0x76, 0x26, 0xf8, 0x6e, 0xd5, 0x72, 0x3b, 0x13, 0xdc, 0x44, 0x2d, 0xf0, 0xf3, 0xb6, 0x62, 0x80, 0x1c, 0xf5, 0x3f, 0xa7, 0x2f, 0xa2, 0xc6, 0xab, 0xc9, 0xc6, 0x93, 0xe0, 0xaf, 0x90, 0xe0, 0xc7, 0x2f, 0x4c, 0xce, 0x0e, 0x39, 0xaf, 0xf4, 0x05, 0x59, 0x52, 0x85, 0x65, 0x13, 0xd3, 0x99, 0xf4, 0x20, 0x7b, 0x91, 0x22, 0x04, 0xe4, 0x5c, 0x39, 0x81, 0x9f, 0x4b, 0x9b, 0xa3, 0xa2, 0x06, 0x85, 0x9b, 0x3c, 0x99, 0x4a, 0xfc, 0x99, 0xdd, 0x04, 0x64, 0x90, 0x7a, 0xaf, 0xad, 0x39, 0xa6, 0x68, 0xaa, 0xb5, 0xdc, 0xb9, 0xfa, 0x6b, 0x30, 0xee, 0xce, 0xe4, 0x33, 0x2f, 0x35, 0x26, 0x50, 0x18, 0x21, 0x23, 0xd8, 0x24, 0xd2, 0x1c, 0xe4, 0x9b, 0x4a, 0xb8, 0x34, 0x5b, 0x9a, 0x46, 0x2f, 0xc3, 0xad, 0x53, 0x23, 0xe0, 0x51, 0xf6, 0x21, 0x3c, 0xe8, 0x48, 0x78, 0xb2, 0xad, 0xe9, 0xfd, 0x1e, 0x04, 0xfc, 0xf6, 0x4e, 0x3a, 0x7b, 0x59, 0xb9, 0x53, 0x99, 0x89, 0x9a, 0x73, 0x51, 0x81, 0x4a, 0xf7, 0x8f, 0xee, 0x13, 0x45, 0x71, 0xa4, 0xe9, 0x43, 0x11, 0x2e, 0x32, 0x9b, 0xec, 0x52, 0xbf, 0xcc, 0x49, 0xea, 0x2b, 0x6d, 0x97, 0x2c, 0xa0, 0x21, 0xa4, 0xbe, 0xea, 0xd7, 0x71, 0x21, 0xc7, 0xa3, 0x82, 0xe4, 0x6f, 0xa8, 0x58, 0x20, 0x7f, 0xc0, 0xde, 0x8b, 0x30, 0x2f, 0x2e, 0x7a, 0xd0, 0x13, 0x71, 0x82, 0xe9, 0xc3, 0xaa, 0xf1, 0x6a, 0xba, 0x89, 0x32, 0xcb, 0x4b, 0x5f, 0x9c, 0x6c, 0xc8, 0x22, 0x91, 0xe8, 0x22, 0x13, 0x86, 0x6e, 0x24, 0x7d, 0x31, 0x92, 0xdc, 0xa4, 0x3e, 0xc9, 0xc9, 0xe2, 0xe0, 0x3f, 0x23, 0xc0, 0x7f, 0x3c, 0x08, 0xfc, 0x92, 0x48, 0x43, 0x64, 0x29, 0x11, 0x8a, 0x74, 0x61, 0x7b, 0xb2, 0xa8, 0x03, 0x6a, 0x90, 0xa2, 0x83, 0xd1, 0x7a, 0x5d, 0xd0, 0xf1, 0xfe, 0xe6, 0x62, 0x67, 0xb9, 0xe3, 0xd6, 0xb8, 0x36, 0x90, 0x33, 0xc1, 0x65, 0xb1, 0x0a, 0xe8, 0xaa, 0x34, 0x89, 0x5e, 0x52, 0xb4, 0x81, 0x34, 0x89, 0xfa, 0xf2, 0x28, 0x91, 0x9d, 0x11, 0x98, 0x56, 0x10, 0x55, 0xa5, 0x48, 0xdb, 0x36, 0xe9, 0x31, 0xff, 0x50, 0xfb, 0x10, 0x5a, 0x63, 0x24, 0x3c, 0xdb, 0x87, 0x60, 0x4b, 0x32, 0x3e, 0xb8, 0xbd, 0x5f, 0xa7, 0xd8, 0xe7, 0x96, 0x63, 0x6a, 0x2f, 0x33, 0xb9, 0x2b, 0x5a, 0x25, 0x35, 0xf3, 0x44, 0x66, 0x86, 0x51, 0x3a, 0x5f, 0xbb, 0x76, 0xd5, 0x34, 0x7d, 0x08, 0xdc, 0x96, 0xef, 0xe0, 0x20, 0xf5, 0x8b, 0xef, 0xea, 0x39, 0x9c, 0x26, 0xa4, 0xbe, 0xac, 0x33, 0x92, 0x59, 0x67, 0x7a, 0x7f, 0x3b, 0x16, 0x68, 0xba, 0x85, 0x9e, 0x20, 0x8b, 0x4e, 0x6d, 0x9b, 0x3c, 0x40, 0x5c, 0xd4, 0x1a, 0xf5, 0x3f, 0x3e, 0x85, 0xa0, 0x55, 0xe3, 0xd5, 0xf4, 0x65, 0x2b, 0xec, 0x89, 0x2e, 0x09, 0x7e, 0x25, 0xd1, 0x65, 0x81, 0xff, 0x3c, 0x03, 0x3f, 0x39, 0x58, 0xc4, 0xe9, 0xaa, 0xd3, 0xe3, 0x44, 0x24, 0x6d, 0xae, 0x8b, 0xb0, 0x1b, 0x3b, 0x7c, 0x11, 0x6b, 0x26, 0xfb, 0xf4, 0xea, 0xd9, 0x7d, 0xf6, 0x8e, 0x24, 0x80, 0xf2, 0x39, 0xd6, 0x72, 0x67, 0xda, 0x6f, 0x5b, 0x38, 0x95, 0xcf, 0xbd, 0x14, 0x13, 0x90, 0xd9, 0x66, 0x74, 0x27, 0x93, 0x28, 0xc8, 0x41, 0x46, 0x66, 0xb8, 0x61, 0x0b, 0x99, 0x22, 0x35, 0x66, 0xf5, 0x0b, 0x2a, 0x75, 0x68, 0x6e, 0x1f, 0x42, 0x73, 0x23, 0xe1, 0x65, 0x98, 0x37, 0xd4, 0x3e, 0x84, 0x07, 0xb5, 0xf7, 0x9d, 0x3a, 0xe9, 0xaa, 0x83, 0xec, 0x7d, 0x67, 0x93, 0xc7, 0x9e, 0x73, 0x51, 0x7d, 0x30, 0xd2, 0x44, 0x24, 0xf9, 0x09, 0xac, 0xda, 0x7b, 0x29, 0x8c, 0xd4, 0xa4, 0xd4, 0x17, 0x5d, 0x66, 0xb7, 0x35, 0xa9, 0x9f, 0x69, 0x0e, 0x41, 0x96, 0x42, 0x8e, 0xac, 0x04, 0x2a, 0xb5, 0x50, 0x71, 0xb0, 0x6b, 0xcf, 0x4e, 0xbb, 0x19, 0xe4, 0x8b, 0x8f, 0x8f, 0xfc, 0x75, 0x5b, 0x68, 0x80, 0x09, 0xda, 0xd4, 0x81, 0x4d, 0xeb, 0xcd, 0x54, 0x7d, 0xad, 0x18, 0x7a, 0x2b, 0x23, 0x18, 0xf6, 0x2c, 0xaf, 0x53, 0xa2, 0x8b, 0x1c, 0x9d, 0x96, 0x82, 0x9f, 0x88, 0xcc, 0x23, 0x53, 0xea, 0x33, 0xf0, 0xf3, 0xf4, 0x3a, 0xcf, 0x2e, 0x9e, 0x81, 0xd2, 0x5d, 0xef, 0xd8, 0x66, 0x85, 0x8e, 0xd2, 0x96, 0x3b, 0x13, 0x05, 0xae, 0x0d, 0xe2, 0x4c, 0x70, 0xd1, 0x89, 0x09, 0x14, 0x6d, 0xa0, 0xd6, 0x10, 0xa9, 0x19, 0x64, 0x45, 0x23, 0xdc, 0x3e, 0x31, 0x1c, 0x1e, 0x76, 0x1f, 0x42, 0x59, 0x33, 0xe0, 0x67, 0xa0, 0x70, 0xd8, 0x87, 0xd0, 0x52, 0x7b, 0xdf, 0x29, 0xc4, 0xe9, 0x64, 0xf2, 0xa8, 0xe0, 0x57, 0xc1, 0x1a, 0x24, 0xa5, 0x1d, 0x7c, 0x30, 0x22, 0x9a, 0x2d, 0xe4, 0xf4, 0x5e, 0x52, 0xea, 0x17, 0x29, 0x99, 0x7b, 0x27, 0xa9, 0x6f, 0x06, 0x34, 0x82, 0x4c, 0x5b, 0x4b, 0xc8, 0x11, 0x56, 0xec, 0x58, 0xa0, 0xfc, 0x8a, 0x66, 0x7a, 0xc6, 0xcc, 0x79, 0xfc, 0xcb, 0xf9, 0x44, 0x13, 0x8c, 0x56, 0xd7, 0x42, 0x9c, 0x2e, 0xb3, 0x95, 0x24, 0x59, 0xe8, 0xf0, 0xee, 0x68, 0x89, 0x2e, 0x9e, 0x59, 0xcc, 0x14, 0x59, 0x45, 0x9e, 0xe8, 0x3a, 0xcf, 0x12, 0x5d, 0x1c, 0xfc, 0x27, 0x5a, 0x04, 0x7e, 0x49, 0x24, 0x0d, 0x78, 0x3a, 0x9e, 0x67, 0x25, 0xcf, 0x9f, 0x97, 0x59, 0xc5, 0x34, 0xb8, 0x7e, 0x64, 0x9d, 0xee, 0x0c, 0x53, 0x6d, 0x10, 0xd3, 0x02, 0x5f, 0x5a, 0xfb, 0x6d, 0x69, 0x56, 0xff, 0x85, 0x9e, 0x9c, 0x98, 0x39, 0xd4, 0x8b, 0x39, 0xc7, 0x81, 0xcb, 0xba, 0x5f, 0x10, 0x50, 0x73, 0x06, 0xd7, 0xb9, 0x93, 0x6c, 0x8f, 0x18, 0x1d, 0xf1, 0xbe, 0x03, 0x8f, 0xba, 0x0f, 0xe1, 0x4e, 0x33, 0xe0, 0xcf, 0xb2, 0xed, 0x43, 0x68, 0xad, 0x10, 0xa7, 0x1a, 0x95, 0x09, 0x55, 0x66, 0x22, 0x6d, 0x73, 0x7b, 0xd8, 0x59, 0x05, 0x2a, 0x3d, 0x52, 0x18, 0xd6, 0x32, 0x9f, 0x42, 0x48, 0xfd, 0x3c, 0x5b, 0x18, 0x9b, 0x7d, 0x47, 0x67, 0xa9, 0xaf, 0x09, 0x39, 0x51, 0x43, 0x64, 0xf7, 0x0d, 0xd7, 0x6f, 0x58, 0xab, 0x47, 0x83, 0xe2, 0xe6, 0x7c, 0xd9, 0x56, 0x7e, 0xc0, 0x35, 0xf5, 0x3f, 0xa6, 0x0f, 0x66, 0x79, 0xff, 0xdc, 0xfe, 0x57, 0x6d, 0xd8, 0x50, 0x59, 0x5e, 0x35, 0xd6, 0xdf, 0x52, 0xf0, 0xab, 0x4c, 0xc0, 0x93, 0x33, 0x32, 0x33, 0x99, 0x26, 0xea, 0x48, 0x8e, 0x43, 0xf5, 0x76, 0x3d, 0x27, 0x60, 0x5c, 0x1c, 0x6a, 0x2e, 0x76, 0x96, 0x3b, 0x6e, 0x8d, 0xeb, 0x43, 0xf8, 0xe8, 0x6f, 0x64, 0x02, 0xa9, 0x09, 0x24, 0x33, 0xa8, 0xda, 0xc0, 0x0c, 0x99, 0x5e, 0x17, 0x8c, 0x90, 0xa1, 0x30, 0x01, 0x3e, 0x26, 0x6d, 0xd0, 0xed, 0xff, 0x16, 0xef, 0x43, 0x70, 0x00, 0xbf, 0x0c, 0xff, 0xa9, 0xe0, 0x0f, 0xda, 0x87, 0xf0, 0x18, 0x42, 0x9c, 0x96, 0xa4, 0x6e, 0x02, 0xac, 0xaa, 0x6d, 0xee, 0x00, 0x54, 0xca, 0xf6, 0xd2, 0xfb, 0x68, 0x52, 0x5f, 0x19, 0xad, 0xa2, 0x4e, 0x95, 0x70, 0x92, 0xfa, 0x6a, 0x46, 0x59, 0x96, 0x52, 0x48, 0xd3, 0x56, 0x0a, 0x39, 0xc2, 0x8a, 0x8a, 0x81, 0x6d, 0xde, 0x64, 0x9b, 0x19, 0x34, 0x67, 0x5f, 0xdb, 0xf8, 0x01, 0x31, 0xd1, 0x9f, 0xaa, 0xff, 0xf1, 0xe2, 0x2f, 0x17, 0xb0, 0x03, 0xad, 0x66, 0xb5, 0x2a, 0x3c, 0xfc, 0x45, 0x07, 0x41, 0x92, 0x43, 0x05, 0xff, 0x55, 0x87, 0x2c, 0xef, 0xc3, 0x80, 0xdf, 0x62, 0x82, 0x93, 0x2c, 0x6c, 0x2a, 0xeb, 0x48, 0x48, 0x93, 0x10, 0x33, 0x5e, 0x3b, 0xb8, 0xd2, 0x3e, 0x9e, 0x03, 0xa0, 0xf4, 0x0b, 0x6b, 0xb9, 0x33, 0x51, 0x69, 0x34, 0x04, 0x2e, 0xf4, 0x11, 0x4c, 0xc0, 0xcd, 0xa1, 0x80, 0xf0, 0x0d, 0x58, 0xa8, 0xf4, 0xb2, 0x88, 0x14, 0xc9, 0xcd, 0x29, 0xaa, 0x93, 0x7c, 0xdd, 0xf2, 0x11, 0x56, 0x7e, 0xa3, 0x87, 0x3f, 0x9b, 0xde, 0x87, 0xd0, 0x32, 0xf0, 0xcb, 0xb2, 0x63, 0xa7, 0x7d, 0x08, 0x8f, 0x33, 0xc4, 0xe9, 0x54, 0x66, 0x62, 0x82, 0xf5, 0x86, 0xc5, 0x90, 0xa1, 0x7c, 0x30, 0xfa, 0xdc, 0x9a, 0xf9, 0x14, 0x82, 0x91, 0x9a, 0x97, 0xfa, 0x17, 0x4d, 0xa9, 0x2f, 0x4d, 0x5b, 0x19, 0x1e, 0x57, 0xef, 0xff, 0x9e, 0x7d, 0xbb, 0xec, 0x7e, 0x40, 0x5e, 0xdb, 0x30, 0xc0, 0xdc, 0xb9, 0xff, 0x1b, 0xfe, 0x67, 0x55, 0xea, 0x7f, 0x4e, 0x13, 0x02, 0x38, 0xf8, 0xb9, 0x8a, 0x25, 0x49, 0x53, 0x50, 0x50, 0xa0, 0xc4, 0xfa, 0xed, 0x59, 0xde, 0x93, 0x8f, 0x04, 0x7e, 0xcb, 0x27, 0x38, 0xce, 0xde, 0x4b, 0x16, 0x4f, 0x49, 0x53, 0xaa, 0x7c, 0xbb, 0x3e, 0x33, 0x94, 0xad, 0xf4, 0x51, 0x96, 0x3b, 0xb3, 0x35, 0x9f, 0xb9, 0x13, 0x21, 0x70, 0x16, 0x35, 0xc0, 0x39, 0x61, 0x0e, 0x5d, 0x54, 0x4d, 0x22, 0x4b, 0x1b, 0x04, 0x98, 0x46, 0x90, 0x4b, 0xe4, 0x14, 0xd3, 0x08, 0xe9, 0xab, 0x25, 0x7a, 0x87, 0x97, 0xd3, 0x3e, 0x84, 0x87, 0x05, 0xff, 0x0d, 0x87, 0x7d, 0x08, 0x8f, 0x3b, 0xc4, 0x19, 0x14, 0x8e, 0x14, 0x45, 0x71, 0x32, 0x22, 0x63, 0x86, 0x9d, 0x1d, 0x7c, 0x30, 0x12, 0x6c, 0x04, 0x76, 0xbb, 0xf9, 0x44, 0xbe, 0x43, 0xd3, 0x52, 0xff, 0x4a, 0xb0, 0xd4, 0x37, 0xb5, 0xfb, 0x19, 0xb3, 0x58, 0xce, 0xae, 0x01, 0xa8, 0x62, 0xd4, 0xc6, 0x00, 0x75, 0x6d, 0x57, 0x15, 0x1a, 0x13, 0x1d, 0x65, 0x8f, 0x7d, 0xdf, 0xc0, 0xc3, 0xaa, 0x12, 0xe0, 0x97, 0x85, 0x5a, 0xa4, 0x56, 0x29, 0x5c, 0xa6, 0x66, 0x79, 0xd3, 0xd2, 0x9c, 0x63, 0xfd, 0x0f, 0x4b, 0x04, 0x7a, 0x7b, 0xda, 0xfc, 0xfc, 0xc1, 0x8d, 0xfa, 0xea, 0x24, 0xd2, 0x02, 0x05, 0x1f, 0xea, 0xfb, 0x6d, 0x91, 0x8c, 0x2b, 0xaf, 0x41, 0xe0, 0x8c, 0xd8, 0x84, 0x22, 0xb4, 0x81, 0x21, 0x9d, 0xe3, 0x4b, 0xca, 0xe3, 0x15, 0xb1, 0x3d, 0xe5, 0xaa, 0x55, 0x4e, 0x41, 0x0c, 0xb1, 0x70, 0xe1, 0x4c, 0x70, 0xdc, 0x87, 0xc0, 0xca, 0x9c, 0x79, 0xbd, 0x8f, 0x33, 0xf8, 0x0b, 0x9a, 0x04, 0x7f, 0xa8, 0x7d, 0x08, 0xce, 0x26, 0x4f, 0xeb, 0x86, 0x38, 0x9d, 0xec, 0x7d, 0x13, 0xac, 0x8a, 0x94, 0x76, 0xf2, 0xc1, 0xe8, 0x3e, 0x3b, 0x4b, 0x7d, 0x35, 0xb4, 0xc9, 0xb5, 0x88, 0x5d, 0xea, 0x5f, 0x74, 0x90, 0xfa, 0x96, 0x69, 0x7b, 0xc2, 0x31, 0x44, 0x6e, 0xcf, 0x07, 0xb4, 0x59, 0x42, 0x2c, 0x2e, 0x2e, 0xee, 0x2f, 0xec, 0x49, 0xb1, 0xc5, 0x4b, 0x17, 0x5a, 0xc5, 0x5a, 0x4a, 0x95, 0x22, 0xd9, 0x99, 0xc4, 0x1c, 0xf4, 0xa5, 0x42, 0x25, 0xba, 0x82, 0xe9, 0xd0, 0x23, 0x33, 0x46, 0x71, 0xea, 0x38, 0x5b, 0x91, 0x5c, 0x57, 0x80, 0x8a, 0x28, 0x8d, 0x01, 0xa0, 0x74, 0x36, 0x18, 0xe7, 0x7a, 0xb3, 0x55, 0xa0, 0x6c, 0x23, 0x22, 0xd1, 0x79, 0xa9, 0x11, 0x7a, 0x59, 0x39, 0x03, 0xa9, 0x19, 0x2e, 0xf3, 0x4d, 0x8a, 0x52, 0x2b, 0xa8, 0x1b, 0x56, 0x88, 0xc8, 0x04, 0x51, 0x81, 0x49, 0xe6, 0xc6, 0xc3, 0x80, 0x3f, 0xd4, 0x3e, 0x84, 0xb6, 0x0a, 0x71, 0xaa, 0x65, 0x26, 0x9a, 0x89, 0xe2, 0x28, 0xa5, 0x75, 0xa0, 0x92, 0x79, 0xa3, 0x45, 0x8c, 0xc4, 0x7b, 0xd9, 0xa5, 0xbe, 0x15, 0xc9, 0x0b, 0x7e, 0x3f, 0x4b, 0xea, 0x5b, 0xda, 0xdd, 0x6e, 0x31, 0x1c, 0x39, 0x7a, 0xc8, 0xce, 0x00, 0x46, 0x9b, 0xd6, 0x05, 0x89, 0x8d, 0xf0, 0x01, 0x6d, 0x6a, 0xc1, 0xf2, 0xaf, 0xd8, 0xa1, 0xca, 0x78, 0xb0, 0x39, 0x8f, 0x92, 0x95, 0x43, 0xdc, 0x61, 0xe1, 0x3c, 0xb2, 0xef, 0xe8, 0x0b, 0x5a, 0x19, 0xbe, 0x23, 0x4c, 0x7a, 0x1f, 0x63, 0xd5, 0x7f, 0x47, 0x18, 0x1d, 0x3b, 0x21, 0x7e, 0xf6, 0x00, 0x44, 0xef, 0x73, 0x54, 0xd1, 0x02, 0x69, 0x47, 0xb6, 0x43, 0x7d, 0xf2, 0x0b, 0xba, 0x29, 0x74, 0x7a, 0xa0, 0xce, 0x00, 0xb4, 0xea, 0xb3, 0x70, 0x1a, 0x04, 0xd2, 0x10, 0xf8, 0x69, 0x2f, 0x82, 0x21, 0x4c, 0x22, 0x69, 0x16, 0x05, 0x14, 0x46, 0x08, 0x5c, 0xb2, 0x7c, 0x04, 0x19, 0x3a, 0x5d, 0xfe, 0xd5, 0xe7, 0x1a, 0x03, 0x54, 0xb3, 0x72, 0x07, 0xab, 0xc9, 0x85, 0x40, 0x77, 0x4f, 0x64, 0xc3, 0x5b, 0x0a, 0x7e, 0x02, 0x46, 0xa8, 0x7d, 0x08, 0x6d, 0x19, 0xe2, 0x94, 0x65, 0x26, 0xd7, 0xcc, 0x46, 0x18, 0xd5, 0xe4, 0x11, 0x8d, 0x2d, 0x22, 0x87, 0xa3, 0xfa, 0x60, 0xa4, 0x0d, 0x42, 0x49, 0xfd, 0x6b, 0xb6, 0xe4, 0xa5, 0x5d, 0xea, 0x9f, 0x51, 0x7c, 0x3a, 0x29, 0xf5, 0xed, 0xda, 0x5d, 0x12, 0x25, 0x1c, 0xed, 0xb9, 0x80, 0x27, 0x50, 0x1e, 0xad, 0xaf, 0x45, 0x65, 0xf5, 0xef, 0xa8, 0x09, 0x32, 0x32, 0xd3, 0x1f, 0x78, 0x14, 0xb7, 0xe9, 0x38, 0xd9, 0xe6, 0x51, 0x9a, 0x76, 0xa4, 0x6d, 0x28, 0x93, 0x3a, 0x99, 0x40, 0x75, 0xa8, 0x98, 0x7a, 0x15, 0x87, 0x9d, 0x7f, 0xe2, 0xdb, 0x60, 0x87, 0x38, 0x7f, 0xa2, 0xbe, 0xe3, 0x16, 0xc9, 0xc8, 0x7e, 0x9f, 0xad, 0x02, 0x35, 0x90, 0x09, 0x68, 0x27, 0x96, 0x71, 0xee, 0x45, 0x66, 0x12, 0xa9, 0x8c, 0x10, 0xb8, 0xc0, 0xb7, 0x27, 0x06, 0x14, 0xf3, 0xe8, 0xc7, 0xd5, 0x1f, 0x6b, 0xdf, 0x9d, 0x4c, 0x09, 0xb5, 0xc9, 0xe5, 0xce, 0xdd, 0xa2, 0x07, 0x06, 0x3f, 0x3d, 0x6f, 0x2f, 0x21, 0x4e, 0x4b, 0x52, 0x5f, 0x66, 0xe7, 0x4b, 0x9f, 0x99, 0xbe, 0x23, 0x9b, 0x1d, 0x5a, 0x60, 0x75, 0x90, 0xf1, 0xa4, 0xd8, 0x55, 0xc6, 0x18, 0x04, 0x58, 0xd6, 0x34, 0xaf, 0x6a, 0x10, 0xcd, 0x7c, 0xba, 0x24, 0x5a, 0x24, 0x83, 0xa5, 0x3e, 0x45, 0xf7, 0x9a, 0x92, 0xfa, 0x4d, 0x45, 0x81, 0x62, 0x62, 0xa3, 0xcb, 0xdb, 0x7e, 0x39, 0x06, 0xc0, 0x1f, 0xd9, 0xb3, 0xc3, 0x92, 0x68, 0x5e, 0x0c, 0x49, 0x1b, 0x39, 0x8d, 0x58, 0x1b, 0xc5, 0x2d, 0x19, 0x40, 0x01, 0xbf, 0x9a, 0x28, 0x71, 0x9a, 0x47, 0x29, 0x53, 0xe5, 0x3c, 0x0b, 0x99, 0xc5, 0x24, 0x95, 0x3a, 0x99, 0x40, 0x6d, 0xcf, 0x53, 0x6b, 0xd4, 0x2b, 0x77, 0x8f, 0xb7, 0xe5, 0x06, 0xc2, 0x01, 0xee, 0x4d, 0xd3, 0xf7, 0xdc, 0x12, 0x13, 0x64, 0x8c, 0x01, 0xe3, 0x44, 0x0f, 0x08, 0x9c, 0x7a, 0x01, 0xb5, 0xc1, 0x0b, 0x7c, 0x39, 0xdc, 0x59, 0x8b, 0x11, 0xc8, 0x34, 0xa2, 0xed, 0xe9, 0x01, 0x25, 0x74, 0x7a, 0x70, 0xab, 0x9e, 0x07, 0x38, 0x89, 0x52, 0x4b, 0xed, 0xef, 0x95, 0x26, 0x47, 0x4b, 0xc1, 0x4f, 0xe6, 0x00, 0x09, 0x84, 0xf6, 0x12, 0xe2, 0x4c, 0xcf, 0xb8, 0xc6, 0xee, 0xc1, 0xdd, 0xe2, 0x96, 0xf9, 0x0d, 0xd2, 0xdc, 0xa1, 0xb3, 0x57, 0x05, 0x91, 0x34, 0x9f, 0x2c, 0xa9, 0xaf, 0x77, 0x85, 0xb5, 0x54, 0xea, 0xab, 0xb4, 0x32, 0xa8, 0x28, 0x6e, 0xce, 0x99, 0x27, 0xd2, 0x25, 0x46, 0x8e, 0x07, 0x7e, 0x80, 0xd5, 0x4e, 0x4c, 0xb0, 0x70, 0xf1, 0x7c, 0x16, 0x21, 0xa2, 0x43, 0x62, 0x37, 0x23, 0x48, 0xfa, 0x2b, 0xa3, 0xb8, 0x55, 0xe9, 0x9f, 0x6b, 0xc5, 0x8d, 0x65, 0x14, 0x41, 0xaa, 0x68, 0x75, 0x28, 0x93, 0x09, 0xfe, 0x4c, 0x3b, 0xf8, 0x2d, 0x55, 0x9b, 0x71, 0xf1, 0x08, 0x34, 0xa4, 0xe8, 0xa6, 0x90, 0x7f, 0xe7, 0xf3, 0x00, 0xe5, 0xb3, 0x6c, 0x4c, 0x40, 0x23, 0x54, 0xc6, 0x40, 0xe0, 0x78, 0x0f, 0xbe, 0x15, 0x11, 0x19, 0x81, 0x56, 0x84, 0x4a, 0x46, 0x90, 0xa6, 0x91, 0xea, 0x27, 0xdc, 0xde, 0x3f, 0x44, 0xfb, 0xbe, 0xd4, 0xb0, 0xae, 0xf6, 0xf7, 0x92, 0x49, 0xf2, 0x20, 0xe0, 0x27, 0x73, 0x80, 0x26, 0x6c, 0x3c, 0xe9, 0x10, 0x27, 0x49, 0x6b, 0x3a, 0x77, 0x3d, 0xa3, 0xdb, 0x02, 0xbf, 0xc1, 0xce, 0x44, 0xf8, 0xbd, 0xae, 0xda, 0xa4, 0xfe, 0x79, 0x47, 0xa9, 0x7f, 0x22, 0x28, 0x92, 0xd7, 0x1c, 0xc5, 0xd9, 0xd7, 0x3a, 0xc5, 0xcf, 0x99, 0xfa, 0xc4, 0x9a, 0xe5, 0x49, 0x13, 0xc4, 0xc4, 0x45, 0x7f, 0x61, 0xf7, 0x09, 0xd4, 0x28, 0xd1, 0x9a, 0x75, 0xab, 0x60, 0xef, 0xbe, 0xdd, 0x2c, 0x6a, 0x40, 0x87, 0x4d, 0x07, 0x47, 0xd2, 0xc5, 0x1a, 0xbc, 0x7a, 0xdb, 0x26, 0xe5, 0xed, 0x40, 0xb7, 0xa9, 0x54, 0x7b, 0x33, 0x46, 0x13, 0x7d, 0xa8, 0x59, 0xc7, 0x37, 0x04, 0xd5, 0x09, 0xf9, 0x0f, 0xf7, 0x41, 0xd0, 0xcf, 0xd3, 0x56, 0x7d, 0xb2, 0x65, 0x6f, 0xe9, 0x6f, 0x42, 0xe0, 0x18, 0x31, 0x01, 0x67, 0x04, 0xe3, 0x14, 0x31, 0x01, 0xd7, 0x08, 0xa6, 0x8f, 0x70, 0x9e, 0x3b, 0xcd, 0x65, 0xc7, 0xfb, 0x69, 0xe3, 0x0c, 0x79, 0x97, 0x5c, 0x99, 0xd6, 0x25, 0x97, 0xaf, 0xd4, 0xb8, 0x37, 0x07, 0x7e, 0x32, 0x35, 0x5a, 0x14, 0xe2, 0xac, 0x79, 0x7c, 0x21, 0xce, 0xeb, 0xd7, 0xaf, 0x9a, 0x6d, 0x98, 0x0f, 0x04, 0xfe, 0x50, 0x4e, 0xf3, 0x25, 0xa7, 0x88, 0x91, 0x5d, 0xea, 0x1f, 0x6b, 0x91, 0xd4, 0x37, 0x6b, 0x81, 0x76, 0xff, 0x14, 0xdc, 0x17, 0x10, 0x3f, 0xf7, 0xf7, 0x4f, 0x7c, 0x64, 0xca, 0xdc, 0xb8, 0xd9, 0x5d, 0xf1, 0xc3, 0xdc, 0x6a, 0xed, 0x29, 0x61, 0xcd, 0x11, 0x6d, 0xa4, 0x5c, 0xbd, 0xe4, 0xd3, 0x26, 0x5f, 0xb3, 0xff, 0xdb, 0x31, 0x41, 0xfe, 0x80, 0x71, 0x76, 0x30, 0x82, 0x3e, 0xc6, 0x04, 0x3f, 0xa7, 0x18, 0x08, 0xa4, 0x8f, 0xe1, 0x6b, 0x41, 0x89, 0x11, 0x8e, 0x0b, 0xa2, 0x65, 0xd1, 0xd2, 0x47, 0x38, 0xd3, 0x13, 0xb2, 0x76, 0x0f, 0x85, 0x85, 0xf3, 0x83, 0x57, 0x12, 0x91, 0x74, 0x93, 0x93, 0xf1, 0x28, 0x3a, 0x43, 0xc0, 0x6c, 0x09, 0xf8, 0xe9, 0xef, 0x6e, 0x89, 0x26, 0x9a, 0x27, 0x15, 0xe2, 0x94, 0xc9, 0xb7, 0x56, 0x8f, 0x18, 0x51, 0x23, 0x3d, 0x4a, 0x7c, 0x4b, 0xea, 0x9f, 0x7c, 0x28, 0xa9, 0x2f, 0xe9, 0xdb, 0x95, 0xdf, 0x38, 0xdd, 0xe3, 0xda, 0xb9, 0xb1, 0x51, 0x83, 0x9f, 0x38, 0x13, 0xa0, 0x49, 0xf4, 0xe7, 0x73, 0x63, 0xa2, 0x23, 0xed, 0x3b, 0x83, 0x1f, 0x27, 0x25, 0x7f, 0xfd, 0x1e, 0x5c, 0x59, 0x37, 0x08, 0x96, 0xce, 0x9f, 0xd1, 0xe4, 0xeb, 0xce, 0xaf, 0x7d, 0x3d, 0x88, 0x09, 0x02, 0x69, 0x03, 0x10, 0xf4, 0xf3, 0xf4, 0x85, 0x6f, 0x6c, 0xef, 0xed, 0x87, 0x10, 0x38, 0x22, 0x16, 0x44, 0x1f, 0xed, 0x61, 0x99, 0x46, 0xc8, 0x08, 0x69, 0x89, 0xa3, 0xd1, 0xe9, 0x72, 0x9e, 0xed, 0x49, 0x37, 0xd9, 0x3e, 0xda, 0x84, 0x00, 0xd3, 0x1c, 0xf8, 0x09, 0x18, 0x04, 0xb4, 0x27, 0x15, 0xe2, 0xa4, 0xc7, 0xe6, 0xc0, 0xff, 0x30, 0x19, 0xe2, 0xf3, 0x4a, 0x3f, 0x31, 0x93, 0xfa, 0x69, 0x56, 0xc4, 0xe8, 0x41, 0xa4, 0xbe, 0x99, 0x00, 0x3b, 0x7c, 0x10, 0xe2, 0xe7, 0x87, 0xdc, 0x6a, 0x69, 0x10, 0xf6, 0xda, 0xc5, 0x04, 0xb9, 0x79, 0xf3, 0xe6, 0xfd, 0x15, 0x9b, 0x0c, 0x1c, 0x3b, 0xe7, 0xd2, 0xe3, 0x04, 0x7f, 0x5c, 0xdc, 0x2c, 0xb8, 0xbc, 0x6e, 0x30, 0xdb, 0x49, 0x70, 0x7a, 0xd5, 0x30, 0xb6, 0xbc, 0x2d, 0xd4, 0x6b, 0xe3, 0xf1, 0x77, 0x79, 0x3f, 0xf4, 0x0d, 0x66, 0x02, 0x0a, 0x8f, 0x3a, 0x30, 0x01, 0x14, 0x4c, 0x45, 0xf0, 0xbf, 0xc4, 0x17, 0x44, 0x1f, 0x79, 0x9e, 0x31, 0xc3, 0x99, 0xad, 0x6f, 0x38, 0xbe, 0x37, 0xed, 0xd0, 0xba, 0xcb, 0x96, 0x50, 0xa8, 0x83, 0xad, 0xea, 0xcc, 0x46, 0x21, 0x02, 0x5e, 0x30, 0xf8, 0xcf, 0x99, 0xe0, 0x27, 0xa9, 0x48, 0x92, 0xfc, 0x49, 0x85, 0x38, 0xc9, 0x57, 0x79, 0x5c, 0xe0, 0x57, 0x4b, 0x56, 0xe4, 0xc4, 0x87, 0x07, 0x05, 0xbe, 0x59, 0x04, 0xb7, 0xd1, 0xda, 0x55, 0x16, 0x13, 0x3f, 0xc7, 0xf1, 0x5e, 0x20, 0xee, 0x66, 0xfd, 0xac, 0x3d, 0x5d, 0x73, 0xe7, 0xce, 0xfd, 0xed, 0xbc, 0xb8, 0x39, 0x6f, 0xd1, 0x64, 0xaf, 0xb9, 0xb1, 0xd1, 0x07, 0xa9, 0x8d, 0x0d, 0xa9, 0x18, 0xa9, 0xec, 0x51, 0x29, 0x71, 0xd9, 0xfb, 0xd5, 0x59, 0xeb, 0xfb, 0x37, 0x4a, 0xda, 0xb3, 0xe2, 0xed, 0xda, 0xa6, 0x5e, 0xbf, 0x78, 0xfe, 0x17, 0xe5, 0x45, 0x9b, 0x5e, 0xf2, 0x07, 0x99, 0x43, 0x8c, 0x09, 0xe6, 0x72, 0xe0, 0x97, 0x2b, 0x54, 0x3c, 0x0b, 0x7f, 0x37, 0x08, 0xfc, 0x07, 0xba, 0xc1, 0xa5, 0x84, 0x61, 0x41, 0xfb, 0x77, 0xc9, 0xbf, 0xa1, 0xd0, 0x1d, 0x01, 0xde, 0x32, 0x7d, 0xea, 0xb5, 0xa9, 0x6e, 0x24, 0xbd, 0xa9, 0x62, 0xb2, 0x29, 0xf0, 0x93, 0x39, 0x40, 0xd2, 0xbd, 0xed, 0x43, 0x9c, 0x97, 0xd8, 0x6b, 0x5a, 0x3f, 0x57, 0x10, 0x1c, 0xdb, 0x97, 0x92, 0xff, 0x61, 0xc1, 0x9f, 0xba, 0x73, 0x87, 0x39, 0x35, 0x8e, 0x1e, 0x53, 0x7f, 0xf2, 0x42, 0x42, 0xe2, 0x96, 0x50, 0x93, 0xe4, 0xde, 0xff, 0x59, 0x67, 0xbf, 0x20, 0x32, 0xe2, 0xe7, 0x08, 0x5e, 0x7d, 0x6f, 0x99, 0xb7, 0x97, 0x17, 0x52, 0x7a, 0x3c, 0xdf, 0xe4, 0xdf, 0x25, 0x45, 0xfc, 0x3b, 0xfc, 0xbb, 0x34, 0x3b, 0x13, 0xf8, 0x0f, 0xf6, 0x06, 0x28, 0x8b, 0x54, 0x18, 0x20, 0x46, 0xd0, 0x3c, 0x28, 0x3e, 0xf7, 0x21, 0xc4, 0xdb, 0x96, 0xd1, 0xd1, 0x3e, 0x04, 0x02, 0x97, 0xd3, 0x54, 0x37, 0x92, 0xfa, 0x64, 0xff, 0x53, 0x98, 0xb2, 0x1e, 0x99, 0x82, 0x0f, 0xab, 0xe2, 0xf3, 0x7a, 0x48, 0xd2, 0xdf, 0x46, 0x40, 0x11, 0x58, 0xd4, 0x31, 0x23, 0xec, 0xb5, 0x6d, 0x58, 0xc5, 0xc9, 0x26, 0xb8, 0xe1, 0xa3, 0xcc, 0xcf, 0x3c, 0x36, 0xf0, 0x3b, 0xd4, 0x6b, 0x3d, 0x28, 0x51, 0x34, 0x51, 0xee, 0x22, 0x88, 0xc7, 0x73, 0x4f, 0x4d, 0xf5, 0x9a, 0xbf, 0xfb, 0x69, 0xe7, 0x76, 0xf6, 0x33, 0x7b, 0x62, 0x2c, 0x26, 0x26, 0xea, 0x5f, 0x3b, 0x37, 0x03, 0x24, 0x85, 0x75, 0xd3, 0xc1, 0xdf, 0xd3, 0xeb, 0x4f, 0xed, 0x4f, 0x4c, 0xb0, 0x15, 0x92, 0x5e, 0xfc, 0xdb, 0x87, 0x62, 0x82, 0xd4, 0x6e, 0x00, 0x77, 0xa7, 0x28, 0xe0, 0x8f, 0x01, 0xff, 0xbd, 0x18, 0x58, 0xf9, 0x9d, 0xae, 0x6e, 0x9d, 0xf6, 0x21, 0x10, 0x78, 0x09, 0xb4, 0x15, 0xa2, 0x2a, 0x54, 0x46, 0x73, 0xec, 0x93, 0x32, 0xd8, 0x6c, 0xce, 0x72, 0x5e, 0x26, 0x92, 0xcd, 0xc6, 0x80, 0xf0, 0xe6, 0x6f, 0x32, 0x75, 0xda, 0xba, 0x8a, 0x93, 0x98, 0xe4, 0x51, 0xa2, 0x46, 0x57, 0x5a, 0x19, 0xfc, 0x47, 0x1c, 0x7e, 0x76, 0xf0, 0xf0, 0x7e, 0xf8, 0x6a, 0x19, 0x9f, 0x3d, 0xba, 0xe4, 0xcb, 0x05, 0xb0, 0x77, 0xdf, 0xae, 0xa0, 0xd7, 0xec, 0xdc, 0x9d, 0xea, 0xe4, 0x1b, 0x50, 0xc3, 0xfc, 0x5f, 0x76, 0x4e, 0xf0, 0xd3, 0xc2, 0xbe, 0x84, 0xf0, 0x65, 0x26, 0xf8, 0x2f, 0x20, 0xf8, 0x8f, 0x8d, 0xe0, 0x7b, 0xa7, 0x68, 0xfd, 0x8e, 0xb7, 0xe7, 0x5a, 0x48, 0xec, 0xf1, 0x9b, 0x26, 0xdf, 0x63, 0xf3, 0x33, 0x7f, 0x8d, 0xa0, 0x3f, 0x1e, 0xc4, 0x04, 0x94, 0x2c, 0xcb, 0x99, 0x60, 0x32, 0xc0, 0x99, 0xa3, 0xc1, 0x2a, 0xb6, 0xb9, 0x7d, 0x08, 0x4e, 0xe0, 0x97, 0x93, 0x32, 0xee, 0x89, 0x49, 0x19, 0xb2, 0x65, 0x54, 0x8e, 0x01, 0x21, 0xc0, 0x3f, 0xce, 0x10, 0xa7, 0x93, 0xa4, 0xbe, 0x23, 0x56, 0xa4, 0x3e, 0x12, 0xf8, 0x95, 0x92, 0x06, 0xbd, 0x82, 0xb3, 0x29, 0xf0, 0x1f, 0x6a, 0xb1, 0xd3, 0xbb, 0xec, 0x9b, 0xa5, 0xcc, 0xd4, 0x5c, 0xfb, 0xfd, 0x2a, 0xc6, 0x0c, 0xa1, 0x5e, 0xeb, 0xdd, 0x91, 0xec, 0xe4, 0x0f, 0x44, 0x76, 0x4e, 0x06, 0x48, 0xf6, 0xfc, 0x41, 0xdb, 0x53, 0x5c, 0x3c, 0xc2, 0x6b, 0xdc, 0x99, 0xe4, 0x35, 0x0e, 0x8e, 0xf4, 0xfa, 0x77, 0x0d, 0xf6, 0xb2, 0x25, 0x6c, 0x3b, 0x7a, 0x7d, 0x0d, 0xa9, 0x3d, 0xff, 0x6d, 0x93, 0xef, 0x93, 0xda, 0xf3, 0x17, 0xdc, 0x8c, 0xf2, 0x04, 0x3b, 0xc7, 0x27, 0xfb, 0x43, 0xc3, 0x9d, 0x99, 0x28, 0x75, 0x74, 0xe9, 0xff, 0x40, 0xfb, 0x10, 0x1a, 0xea, 0x83, 0x27, 0x65, 0xc8, 0x31, 0x31, 0xca, 0xa4, 0x0c, 0x02, 0x18, 0xfd, 0xbe, 0x2d, 0xab, 0x38, 0xc9, 0x14, 0x6a, 0xb1, 0xff, 0xd0, 0xaa, 0xe0, 0x6f, 0xa1, 0xd9, 0x73, 0x70, 0x3f, 0x2c, 0xfb, 0x7a, 0x09, 0x2c, 0x5d, 0xb6, 0x04, 0xed, 0xfd, 0xed, 0x2d, 0xfa, 0x9b, 0xef, 0xd7, 0xaf, 0xb1, 0x33, 0x41, 0x55, 0x5c, 0x5c, 0xe4, 0x6f, 0x3a, 0x1d, 0x03, 0x04, 0x92, 0xc3, 0x16, 0x98, 0x0c, 0x70, 0xfe, 0x05, 0xaf, 0x51, 0x36, 0x05, 0xe9, 0x33, 0xaf, 0x91, 0xff, 0xbe, 0xd7, 0xbf, 0x0f, 0x35, 0xc1, 0xae, 0x81, 0x8c, 0x09, 0x02, 0xdb, 0x7b, 0x2e, 0x04, 0x6f, 0x9f, 0x3f, 0x6f, 0xf6, 0xfd, 0x68, 0xf5, 0x6b, 0x92, 0xc7, 0x67, 0x67, 0x82, 0xb4, 0xb5, 0xfa, 0xd8, 0x93, 0x47, 0xd9, 0x87, 0xc0, 0x27, 0x65, 0xdc, 0x65, 0x20, 0x66, 0xd9, 0x61, 0x73, 0x52, 0x06, 0x5f, 0x3a, 0x21, 0xfb, 0x07, 0xda, 0xaa, 0x8a, 0x93, 0xb4, 0x58, 0x4b, 0x9d, 0xe7, 0x96, 0x96, 0x44, 0xab, 0x99, 0xdd, 0x87, 0x09, 0x73, 0xaa, 0x93, 0xe0, 0x56, 0xaf, 0xf9, 0x8e, 0xd5, 0xfc, 0x3c, 0x68, 0x98, 0x74, 0xfe, 0xa2, 0xd8, 0xce, 0xad, 0x05, 0xd0, 0x7e, 0xff, 0x27, 0xcb, 0xee, 0x47, 0x2a, 0x1e, 0xe5, 0x35, 0xca, 0xe7, 0x20, 0x7d, 0xc1, 0x18, 0xc1, 0x9f, 0x3d, 0xd6, 0xeb, 0xdf, 0x3b, 0xdc, 0x62, 0x02, 0x6f, 0xaf, 0xb9, 0xb0, 0x79, 0x60, 0xb3, 0xab, 0x75, 0x7c, 0xcc, 0xa7, 0xf0, 0xdc, 0x53, 0x19, 0x60, 0xd5, 0x62, 0x3d, 0xc1, 0xd6, 0x5a, 0xfb, 0x10, 0x4c, 0xf0, 0x2b, 0x93, 0x32, 0x68, 0xb1, 0x1d, 0x99, 0x3e, 0x8f, 0xb3, 0x8a, 0x53, 0x0d, 0x4b, 0xde, 0xce, 0xbe, 0xd9, 0x2e, 0xc1, 0x4f, 0xa5, 0xce, 0xfb, 0xf6, 0xef, 0x7e, 0xe8, 0x52, 0xf8, 0x2d, 0x5b, 0x37, 0xd9, 0xb5, 0xc0, 0xad, 0x76, 0xb1, 0x5c, 0xa3, 0xd5, 0xa4, 0x7f, 0x62, 0x58, 0xb4, 0xc9, 0x00, 0x69, 0x3d, 0xc4, 0x8a, 0xcd, 0x78, 0xc1, 0x04, 0xd3, 0x90, 0x21, 0xfa, 0x79, 0xfd, 0x59, 0x23, 0x35, 0x26, 0xf0, 0x79, 0x7b, 0x2e, 0x82, 0x3d, 0xdd, 0xff, 0xaa, 0x59, 0xe6, 0x4a, 0xe9, 0xf6, 0xef, 0x11, 0xf8, 0x5b, 0x09, 0xfc, 0x77, 0x37, 0xf7, 0x84, 0xb6, 0xd8, 0x87, 0x20, 0x27, 0x65, 0x10, 0x00, 0xd5, 0x99, 0x4a, 0xad, 0x11, 0xe2, 0x6c, 0xca, 0x44, 0x21, 0x26, 0x0a, 0x59, 0xd4, 0xd6, 0x44, 0xe4, 0xe8, 0xa2, 0x39, 0x26, 0xfd, 0x6c, 0x50, 0x76, 0xb7, 0xa5, 0xc5, 0x6c, 0x8f, 0x93, 0xc8, 0x44, 0xb5, 0x87, 0x46, 0xe7, 0xc4, 0xce, 0x79, 0xb6, 0x73, 0x48, 0xff, 0x94, 0xe7, 0xfe, 0x6f, 0x13, 0xfc, 0xb4, 0x3e, 0xb3, 0x68, 0xb4, 0xd7, 0xa8, 0xfa, 0x06, 0x19, 0x60, 0x31, 0x63, 0x02, 0xff, 0xbd, 0xf1, 0x62, 0xeb, 0xf8, 0x2b, 0x7c, 0x09, 0xb3, 0xc2, 0x04, 0xcc, 0x27, 0xf0, 0xf6, 0x69, 0xd1, 0xfc, 0x18, 0x7f, 0x62, 0xd8, 0x6b, 0xa7, 0xd7, 0x0c, 0xab, 0x6a, 0xeb, 0x7d, 0x08, 0xa5, 0x62, 0xd8, 0x6d, 0x6b, 0x84, 0x38, 0x9b, 0x03, 0x6a, 0x8e, 0x3a, 0x73, 0xb5, 0x93, 0x80, 0xdf, 0xac, 0x16, 0x5d, 0xbd, 0xc2, 0x5e, 0x2d, 0x3a, 0xa5, 0x53, 0x30, 0x80, 0x2f, 0xc9, 0x33, 0xdd, 0x64, 0x80, 0x53, 0xdd, 0xf9, 0x4e, 0x59, 0x5a, 0xac, 0xcc, 0x98, 0x60, 0x01, 0x02, 0xbf, 0xbf, 0x60, 0x00, 0xc1, 0x04, 0x99, 0x36, 0x26, 0xd8, 0xde, 0x6b, 0x75, 0x73, 0x21, 0x52, 0x79, 0xcd, 0x8f, 0x9f, 0xb9, 0xb1, 0xbd, 0xed, 0x43, 0x78, 0xd4, 0x4c, 0xac, 0x5a, 0x7c, 0x46, 0x9f, 0xa5, 0xb5, 0x3a, 0xc1, 0xda, 0x13, 0xf8, 0x89, 0xb6, 0x26, 0x6e, 0xb6, 0x9b, 0x41, 0x49, 0x9d, 0x21, 0xf2, 0xf3, 0x37, 0xbe, 0xa4, 0xf0, 0x6d, 0xa6, 0xf4, 0x2f, 0x18, 0xe3, 0x35, 0x6a, 0xb7, 0x22, 0x03, 0x6c, 0x40, 0x5a, 0x85, 0xf6, 0xff, 0x27, 0x0a, 0xf8, 0x25, 0xa1, 0x39, 0x94, 0x3d, 0x4e, 0x38, 0xc6, 0x83, 0x59, 0x88, 0xd4, 0xd8, 0xd1, 0x2b, 0xc1, 0xb7, 0xe3, 0x85, 0x17, 0x5b, 0x30, 0x02, 0xa6, 0xdd, 0xed, 0x43, 0x68, 0xcd, 0x78, 0x3c, 0xbd, 0x57, 0xeb, 0x80, 0xff, 0x58, 0xab, 0x0c, 0x39, 0x68, 0x4d, 0x0a, 0xaa, 0x18, 0x8d, 0x8b, 0xce, 0xea, 0xf8, 0xd2, 0x3f, 0xb1, 0xcb, 0x24, 0x53, 0xfa, 0x1f, 0xeb, 0xce, 0xa5, 0x7e, 0xed, 0x36, 0xa4, 0x2d, 0xc8, 0x00, 0xeb, 0x10, 0xec, 0x03, 0x15, 0xe0, 0xf7, 0x67, 0xe6, 0x10, 0xf9, 0x04, 0x2c, 0x42, 0x94, 0xf7, 0x21, 0x0f, 0x91, 0xb2, 0x3c, 0x01, 0x4b, 0x96, 0x79, 0x03, 0x49, 0x11, 0xef, 0xc2, 0xe6, 0xdf, 0xfd, 0x59, 0x13, 0x0c, 0xd0, 0x2e, 0xf7, 0x21, 0xb4, 0x96, 0x63, 0x4a, 0xef, 0xd1, 0x52, 0x6d, 0xd2, 0x91, 0xc0, 0xcf, 0x92, 0x67, 0x68, 0xae, 0xda, 0x34, 0x40, 0x59, 0xc7, 0x96, 0xfe, 0x89, 0x3d, 0x7e, 0x83, 0x8e, 0x69, 0xb2, 0x29, 0xfd, 0xf3, 0xd0, 0xf6, 0xaf, 0xdb, 0x87, 0xb4, 0x8b, 0x33, 0x01, 0x3a, 0xc2, 0x1c, 0xf8, 0x03, 0x99, 0x26, 0x20, 0x73, 0xc8, 0x72, 0x8c, 0xbf, 0xe0, 0x21, 0xd2, 0x3b, 0x93, 0x90, 0x71, 0x86, 0xf3, 0x8c, 0xb1, 0x60, 0x24, 0x34, 0xa9, 0x16, 0xc1, 0xe6, 0x88, 0xff, 0x10, 0x82, 0x01, 0xda, 0xe5, 0x3e, 0x84, 0x87, 0x95, 0xd0, 0x76, 0xf3, 0x84, 0x18, 0xf0, 0x61, 0x4d, 0x29, 0xb5, 0xa2, 0xb3, 0xbd, 0x81, 0x5f, 0x46, 0x92, 0x6c, 0x0c, 0x10, 0x78, 0xa2, 0x1b, 0x26, 0x1f, 0xf5, 0x6a, 0x4c, 0x0a, 0x1b, 0x6f, 0x4a, 0xff, 0xc3, 0xdd, 0x99, 0xc4, 0x37, 0xea, 0x8f, 0x21, 0x03, 0x1c, 0x40, 0x4a, 0x45, 0x69, 0x3f, 0x16, 0x81, 0x3e, 0x1b, 0x7f, 0xbe, 0x96, 0x9b, 0x43, 0x8a, 0x63, 0xcc, 0x98, 0x80, 0xc2, 0xa3, 0xc5, 0x23, 0x79, 0xc6, 0x58, 0x2d, 0x9f, 0x60, 0xe4, 0xd9, 0xd4, 0x98, 0x12, 0xf1, 0xcf, 0x0e, 0x0c, 0xd0, 0x2e, 0xf7, 0x21, 0xb4, 0x24, 0xc4, 0xd9, 0x12, 0x90, 0xd2, 0xeb, 0x3a, 0x23, 0xf8, 0x25, 0xd9, 0x4b, 0xa5, 0x3b, 0x2c, 0x03, 0x88, 0xba, 0x9d, 0x04, 0x13, 0xb0, 0x39, 0xa3, 0xbc, 0x46, 0xc3, 0x45, 0xa4, 0x34, 0xc1, 0x04, 0x7b, 0x90, 0x76, 0x28, 0xe6, 0xd0, 0x06, 0xcb, 0x31, 0x66, 0x9a, 0x61, 0x14, 0x4b, 0x96, 0xf9, 0x77, 0x84, 0x07, 0x83, 0x3f, 0xd9, 0xb3, 0x1e, 0x69, 0x30, 0x6a, 0x81, 0xbf, 0x74, 0x60, 0x80, 0x76, 0xb9, 0x0f, 0xa1, 0x35, 0xb3, 0xb0, 0xe9, 0x6a, 0xef, 0x6e, 0x1b, 0x14, 0xb5, 0xb5, 0x65, 0x28, 0xd4, 0xc6, 0x00, 0x35, 0x1d, 0x56, 0xfa, 0xfb, 0x13, 0x3d, 0x23, 0x4d, 0xc0, 0x1e, 0xe8, 0x8a, 0xe0, 0xde, 0x84, 0xe0, 0xcf, 0xb0, 0x31, 0xc1, 0x01, 0xcb, 0x1c, 0x22, 0xc7, 0x18, 0xa5, 0xbf, 0xbf, 0x78, 0xac, 0xd7, 0x7f, 0xa6, 0x07, 0x9a, 0x3c, 0x11, 0x0e, 0xc0, 0x0f, 0x5b, 0x87, 0x34, 0x00, 0x52, 0x7f, 0xfb, 0x8b, 0x96, 0x3a, 0xc1, 0xed, 0x69, 0x1f, 0x42, 0x6b, 0x85, 0x23, 0xc9, 0x5f, 0xe8, 0x6c, 0xe0, 0xe7, 0x4e, 0x70, 0xaa, 0x7d, 0x87, 0x40, 0x46, 0xc7, 0x94, 0xfe, 0xde, 0xdf, 0xff, 0x39, 0x99, 0x28, 0x26, 0x70, 0xb3, 0x47, 0x78, 0xc1, 0x97, 0xe7, 0x35, 0x7c, 0xd9, 0x0e, 0x4c, 0xb0, 0x8f, 0x49, 0x7d, 0x7f, 0xd1, 0x5b, 0x2c, 0x41, 0xc6, 0x7c, 0x85, 0x60, 0xe0, 0xaf, 0xf0, 0x27, 0x78, 0xfa, 0x36, 0xe5, 0xfc, 0x5a, 0x2d, 0x9e, 0xed, 0x77, 0x1f, 0x42, 0x73, 0x21, 0xce, 0x96, 0x02, 0x85, 0x5e, 0x6b, 0xf6, 0x53, 0x3f, 0xc6, 0xba, 0x9e, 0xb6, 0x26, 0xea, 0x13, 0xb0, 0x69, 0x80, 0x6d, 0x1d, 0x53, 0xfa, 0x27, 0x79, 0x06, 0x99, 0xe0, 0xdd, 0xd3, 0x95, 0x49, 0x77, 0x30, 0xee, 0x79, 0xc1, 0x5f, 0xa0, 0x33, 0x01, 0xda, 0xfe, 0xfe, 0x82, 0xd1, 0x2c, 0x37, 0xe0, 0x04, 0xfc, 0x40, 0x52, 0xf8, 0x12, 0xdf, 0x36, 0x4f, 0x57, 0x78, 0x80, 0xe9, 0x61, 0xed, 0x7d, 0x1f, 0x42, 0x6b, 0x49, 0x67, 0x7a, 0x8f, 0xce, 0x04, 0x7e, 0x9e, 0x08, 0xfb, 0xd6, 0xd6, 0xb8, 0x14, 0xfd, 0x79, 0xc7, 0x93, 0xfe, 0x28, 0xa5, 0x99, 0xa9, 0x22, 0x81, 0x9c, 0x35, 0x04, 0xc1, 0x5f, 0x83, 0x54, 0xc5, 0x99, 0x80, 0x34, 0x01, 0x9a, 0x43, 0xfe, 0xbc, 0x91, 0x2c, 0x2c, 0xea, 0x04, 0x7c, 0x5f, 0x72, 0x78, 0x2c, 0x3a, 0xd0, 0xff, 0x8b, 0xca, 0xa7, 0x1f, 0xf4, 0xff, 0x6f, 0xef, 0xfb, 0x10, 0x5a, 0xab, 0xf6, 0x86, 0x88, 0x34, 0x49, 0xf0, 0x7b, 0x77, 0x4c, 0xf0, 0xd3, 0xe0, 0x5c, 0x7b, 0x6f, 0x40, 0x87, 0x2c, 0x85, 0xf0, 0x27, 0x76, 0xe9, 0x6d, 0x82, 0x79, 0x27, 0xd9, 0xfe, 0x28, 0xfd, 0x01, 0x18, 0x13, 0x18, 0xb5, 0x29, 0xcc, 0x1c, 0xf2, 0x1f, 0xec, 0xee, 0x10, 0xd5, 0x09, 0xdf, 0xe6, 0x4b, 0x0c, 0x9f, 0xd1, 0xb0, 0x35, 0xe2, 0xef, 0x1f, 0xf5, 0x33, 0xb4, 0xef, 0x7d, 0x08, 0x0f, 0xdf, 0x5c, 0xee, 0x44, 0xf4, 0x19, 0x5b, 0x9b, 0xb1, 0x5a, 0x7b, 0xe6, 0x6b, 0xcb, 0xcc, 0x9f, 0xa0, 0x2c, 0x70, 0x41, 0x87, 0x8b, 0x00, 0x51, 0xbb, 0x63, 0x63, 0xa2, 0xd2, 0xee, 0x98, 0xde, 0x9f, 0x49, 0x7d, 0xa3, 0xce, 0x8b, 0x9a, 0x60, 0xb8, 0xd7, 0xbf, 0xb7, 0x6b, 0xb0, 0xb4, 0x17, 0xc0, 0xaf, 0x4f, 0xfa, 0xc3, 0xff, 0xd9, 0x5a, 0x9f, 0xa3, 0xbd, 0xef, 0x43, 0x68, 0xcd, 0x50, 0x24, 0x01, 0x9d, 0xa4, 0xfe, 0xe3, 0x01, 0x7f, 0xdb, 0x49, 0xff, 0xc5, 0x5f, 0xce, 0xb7, 0x9b, 0x3f, 0xb1, 0x1d, 0x2f, 0xeb, 0x8b, 0xf6, 0xba, 0xde, 0xf0, 0x32, 0xc6, 0xeb, 0xcf, 0x18, 0xc8, 0x34, 0x41, 0x90, 0xc4, 0x4f, 0xf4, 0x24, 0x52, 0x96, 0x18, 0x52, 0x9e, 0xfd, 0x4f, 0xad, 0xfd, 0x39, 0x3a, 0xc2, 0x3e, 0x84, 0xd6, 0xa6, 0xe3, 0x6c, 0x50, 0x71, 0xc7, 0x93, 0xfc, 0x44, 0x9b, 0x7e, 0xdc, 0x60, 0x97, 0xfe, 0xf5, 0x31, 0x31, 0x31, 0xff, 0xa5, 0x63, 0x49, 0x7f, 0x7b, 0xbb, 0x23, 0x49, 0xfb, 0xd4, 0x08, 0xa7, 0x04, 0xd6, 0x8f, 0xa8, 0x25, 0x46, 0x52, 0x9e, 0xe0, 0x71, 0x7e, 0x9e, 0xf6, 0xbe, 0x0f, 0xc1, 0x25, 0xd9, 0x17, 0xfc, 0x93, 0xd3, 0x84, 0x88, 0xa5, 0x1d, 0x2f, 0xeb, 0xbb, 0xed, 0xd9, 0x7f, 0x75, 0xb0, 0xeb, 0x4d, 0x42, 0xd0, 0xaf, 0x47, 0xff, 0x60, 0x20, 0xac, 0xeb, 0xf1, 0x17, 0x6d, 0xf1, 0x79, 0x3a, 0xc2, 0x3e, 0x84, 0xa7, 0x9d, 0xf6, 0x1f, 0xdc, 0x0b, 0x8b, 0x96, 0xc4, 0xdb, 0xc1, 0x5f, 0xbc, 0x60, 0x41, 0xe4, 0x5f, 0x77, 0xbc, 0x86, 0x97, 0xa4, 0xb0, 0xf9, 0xce, 0xe0, 0x47, 0x9f, 0x00, 0x1d, 0xe3, 0x96, 0xc4, 0xf0, 0x5b, 0xfb, 0x6a, 0xef, 0xfb, 0x10, 0x9e, 0x6a, 0xf0, 0x1f, 0xd8, 0x0b, 0x5f, 0xa2, 0x40, 0x0a, 0x9a, 0x49, 0xdb, 0x16, 0xab, 0x53, 0x5b, 0x5d, 0xfa, 0x27, 0x76, 0xf9, 0x9f, 0x41, 0x12, 0x1f, 0xcd, 0x21, 0x1e, 0xc3, 0x8f, 0xf8, 0xf9, 0x93, 0xfc, 0x6c, 0xed, 0x7d, 0x1f, 0xc2, 0x35, 0x39, 0x28, 0x58, 0xe4, 0x0d, 0x28, 0x63, 0x6c, 0xce, 0xe2, 0xbf, 0xc8, 0x8b, 0xe5, 0x78, 0x0e, 0x81, 0x87, 0x3b, 0xc9, 0xa9, 0x36, 0x47, 0x16, 0x9e, 0xe6, 0xf9, 0x04, 0x6b, 0x66, 0xe7, 0xf1, 0x56, 0x8d, 0x30, 0x3d, 0x2e, 0xfa, 0x69, 0xe7, 0x0e, 0x58, 0xb8, 0x38, 0xde, 0x69, 0x30, 0xd6, 0x92, 0x0e, 0x99, 0xf8, 0x0a, 0x24, 0x79, 0x66, 0x5b, 0xc9, 0xab, 0xb0, 0xf9, 0x64, 0x0e, 0x3d, 0x4c, 0x0c, 0xff, 0xf1, 0xf8, 0x26, 0xed, 0x7f, 0x1f, 0xc2, 0x15, 0x73, 0x52, 0xf6, 0x45, 0x91, 0x35, 0xe6, 0x09, 0x2e, 0x39, 0x93, 0xdf, 0x04, 0xbf, 0xb9, 0x8a, 0x28, 0x4d, 0xcb, 0x24, 0x53, 0x74, 0x49, 0x5d, 0x50, 0x61, 0x69, 0x9c, 0xf6, 0x17, 0xed, 0xd9, 0xf8, 0xc3, 0xf7, 0xa1, 0xa6, 0xc2, 0x25, 0x77, 0xc8, 0xc2, 0x37, 0xd8, 0xea, 0xf9, 0x3b, 0x35, 0x79, 0xd5, 0x1e, 0x3f, 0x63, 0x7b, 0xdf, 0x87, 0xd0, 0xd4, 0x98, 0xf8, 0xf3, 0xa2, 0xeb, 0x8c, 0x83, 0x5f, 0x95, 0xfe, 0x27, 0xb5, 0xf0, 0x27, 0x81, 0xbf, 0xbd, 0x4a, 0x7f, 0xaa, 0xf3, 0xdf, 0xbc, 0xe5, 0x07, 0x58, 0xb8, 0x28, 0x3e, 0xd4, 0x0c, 0xd8, 0x44, 0xbc, 0x47, 0xbf, 0xec, 0xa0, 0x55, 0x9f, 0x61, 0xdd, 0x88, 0x09, 0xda, 0x7f, 0x94, 0xaa, 0x7d, 0xef, 0x43, 0xb0, 0x80, 0xce, 0xb3, 0xba, 0x67, 0xce, 0x84, 0x06, 0xfa, 0xf1, 0x13, 0x3a, 0xd0, 0x8f, 0x1c, 0xe5, 0xb5, 0xf4, 0x24, 0x61, 0xa9, 0xa2, 0xf2, 0xe0, 0xa1, 0x03, 0x0c, 0x74, 0x4f, 0x86, 0xf6, 0xc1, 0xde, 0xbd, 0xbb, 0x60, 0xfb, 0x8e, 0x6d, 0xf0, 0xe3, 0xe6, 0x8d, 0xb0, 0x7c, 0xc5, 0xd7, 0x41, 0x9b, 0x21, 0xd5, 0x72, 0xe7, 0x79, 0x31, 0x73, 0xe6, 0x77, 0xe8, 0x9a, 0xff, 0x8e, 0x76, 0x3d, 0xa9, 0x7d, 0x08, 0x2e, 0x05, 0x51, 0x01, 0x3a, 0xbc, 0x7d, 0x5d, 0x44, 0x3e, 0x19, 0x93, 0xa8, 0xcd, 0xf7, 0x21, 0xb8, 0x64, 0xd5, 0xf8, 0xcf, 0x8b, 0x8d, 0x8a, 0x89, 0x5c, 0x12, 0xf9, 0x6f, 0x5d, 0x24, 0x3e, 0xe1, 0xab, 0xad, 0xf6, 0x21, 0xb8, 0xc4, 0xe8, 0x3a, 0x9a, 0xa0, 0xd3, 0xe2, 0xe3, 0x23, 0x7f, 0xed, 0x22, 0xaf, 0x3d, 0x9a, 0x46, 0x0e, 0xfb, 0x10, 0x62, 0x62, 0xa3, 0xee, 0x2d, 0x88, 0x9f, 0xd5, 0x68, 0xd2, 0xc2, 0x28, 0xa4, 0xb9, 0x0a, 0xcd, 0x16, 0xa4, 0xfe, 0x2c, 0xaa, 0x51, 0xfd, 0x1b, 0x7c, 0x8f, 0x8a, 0xd6, 0xd8, 0xa9, 0xd0, 0x81, 0xa8, 0x84, 0x9f, 0x5d, 0xf4, 0x51, 0x3c, 0xcb, 0xef, 0xa8, 0x3c, 0x3d, 0x26, 0x66, 0xf6, 0x3f, 0xb8, 0x08, 0xeb, 0xa0, 0x57, 0x20, 0xc9, 0x13, 0x6f, 0x15, 0xf7, 0xf5, 0x63, 0x15, 0xad, 0x26, 0x51, 0x3f, 0x33, 0x91, 0xf2, 0x33, 0x2a, 0x00, 0x54, 0x9a, 0xf7, 0xe3, 0xdd, 0x13, 0x74, 0xaf, 0x0e, 0x7d, 0xf9, 0x93, 0xbb, 0xf4, 0x31, 0x19, 0xe0, 0x60, 0x37, 0xaf, 0x51, 0xf5, 0xad, 0xe8, 0x67, 0xde, 0xc3, 0xdb, 0x38, 0x89, 0xe4, 0xbf, 0xf1, 0x77, 0xf4, 0x1a, 0xab, 0xe0, 0xaf, 0x4b, 0x6f, 0xf7, 0x04, 0xdd, 0xab, 0x43, 0x5f, 0xb0, 0xb9, 0xfb, 0x5f, 0xa9, 0xa3, 0x5d, 0x8c, 0xe2, 0x29, 0xa2, 0x95, 0xf3, 0x88, 0x4e, 0xf4, 0xb3, 0xe2, 0x4f, 0x94, 0x06, 0x1f, 0x4f, 0xf2, 0xe3, 0x2e, 0xf8, 0x73, 0x2f, 0xf7, 0x6a, 0x2b, 0x33, 0x28, 0xd2, 0x94, 0xea, 0x17, 0xfb, 0x20, 0xd8, 0x8f, 0x7b, 0x8d, 0x86, 0x33, 0x3a, 0xd5, 0x9f, 0xc0, 0xdf, 0xf5, 0x55, 0xcd, 0x9f, 0x48, 0xf7, 0xe4, 0xdc, 0xab, 0x53, 0x5c, 0xbe, 0x84, 0x67, 0x9f, 0x33, 0x19, 0x60, 0x5f, 0x57, 0x3e, 0xc2, 0xa5, 0xe1, 0x9a, 0x4e, 0xf8, 0x33, 0xb5, 0xe1, 0xc7, 0x97, 0xd4, 0x25, 0xc2, 0x3d, 0x39, 0xf7, 0xea, 0x1c, 0x66, 0xd0, 0x81, 0x88, 0x5f, 0xfa, 0x12, 0xc3, 0xb6, 0x48, 0x70, 0x33, 0x33, 0x88, 0x9a, 0xfb, 0x55, 0x22, 0xf3, 0xc7, 0xaa, 0x80, 0xdd, 0x4a, 0x7f, 0xe3, 0x9e, 0x9c, 0x7b, 0x75, 0x1e, 0x2d, 0x90, 0x18, 0xf6, 0xb1, 0xb5, 0xdd, 0xa6, 0x27, 0x4a, 0xfd, 0x4c, 0x2f, 0xf8, 0xef, 0x30, 0xa2, 0xe7, 0xf4, 0x33, 0x53, 0xfa, 0x27, 0x7a, 0x3e, 0x72, 0x4f, 0xcc, 0xbd, 0x3a, 0xd5, 0xd5, 0x98, 0x10, 0xfe, 0x2f, 0x5a, 0xb3, 0x3f, 0x1b, 0xf5, 0x52, 0xc9, 0x88, 0x26, 0xdb, 0xa9, 0x6d, 0x9f, 0x4e, 0x23, 0x1b, 0xdd, 0xcb, 0xbd, 0x3a, 0xb6, 0x19, 0xb4, 0x79, 0xe0, 0x9f, 0xb0, 0xae, 0x36, 0x69, 0x06, 0x15, 0x4c, 0x42, 0xf0, 0x37, 0x30, 0x32, 0x0a, 0x3e, 0x54, 0xcd, 0x9f, 0x0d, 0x4f, 0xba, 0x07, 0xc2, 0xbd, 0xdc, 0xeb, 0xb1, 0x5c, 0x01, 0x75, 0xd8, 0xef, 0xa9, 0x1e, 0x6c, 0xd0, 0x17, 0xf8, 0x8b, 0xf0, 0xf9, 0x0b, 0x96, 0xf4, 0xc7, 0xd7, 0xb8, 0x27, 0xe5, 0x5e, 0x9d, 0x53, 0x0b, 0x24, 0x7a, 0xfe, 0x41, 0x9d, 0x7a, 0x61, 0xd4, 0x6c, 0xe6, 0x43, 0xbe, 0x94, 0xe6, 0xff, 0x06, 0x7c, 0x8d, 0x7b, 0x52, 0xee, 0xd5, 0x39, 0x19, 0x00, 0x7e, 0xf6, 0x47, 0x68, 0xe2, 0x7c, 0x67, 0x4d, 0xbc, 0x1e, 0xcb, 0xb7, 0x5b, 0x2a, 0xfd, 0xcf, 0xed, 0xa5, 0x13, 0xce, 0xbd, 0xdc, 0xeb, 0xb1, 0x5c, 0xfe, 0xa4, 0x2e, 0xc3, 0xd5, 0x8d, 0x37, 0xfe, 0xe3, 0xdd, 0x15, 0xf3, 0xa7, 0xcb, 0x70, 0xf7, 0x84, 0xdc, 0xab, 0x73, 0x6b, 0x81, 0x64, 0xcf, 0xdf, 0x68, 0xfb, 0x8e, 0xbd, 0xd6, 0x20, 0x00, 0xfa, 0x9d, 0x7b, 0x42, 0xee, 0xd5, 0xf9, 0x9d, 0xe1, 0x64, 0xcf, 0xe2, 0xa0, 0x11, 0x8f, 0x89, 0x9e, 0xc5, 0xee, 0xc9, 0xb8, 0xd7, 0x53, 0xa2, 0x05, 0xc2, 0xfb, 0x05, 0xcd, 0x3f, 0x4a, 0x08, 0xef, 0xe7, 0x9e, 0x8c, 0x7b, 0x3d, 0x1d, 0x0c, 0xb0, 0xf3, 0x99, 0xbf, 0xf6, 0x27, 0x7a, 0x52, 0xd4, 0x01, 0xbf, 0xb0, 0x31, 0xc2, 0xed, 0x74, 0x72, 0xaf, 0xa7, 0xe7, 0xf2, 0x25, 0x86, 0x45, 0x5b, 0xe6, 0x4f, 0x58, 0xb4, 0x7b, 0x22, 0xee, 0xf5, 0x74, 0x69, 0x81, 0x94, 0xf0, 0xe7, 0x2d, 0x06, 0x08, 0x7f, 0xde, 0x3d, 0x11, 0xf7, 0x7a, 0xba, 0x18, 0x80, 0xef, 0x41, 0x4b, 0x20, 0x82, 0x5d, 0x6d, 0x33, 0xf0, 0xd7, 0xbd, 0xdc, 0xab, 0x5d, 0x5d, 0x81, 0x94, 0xb0, 0xcf, 0x7c, 0x49, 0x61, 0x9f, 0xb9, 0x27, 0xe1, 0x5e, 0x4f, 0xa7, 0x1f, 0xb0, 0xc5, 0xf3, 0x07, 0x34, 0x7f, 0x9e, 0x71, 0x4f, 0xc2, 0xbd, 0x9e, 0x4e, 0x33, 0x68, 0xf3, 0xef, 0xfe, 0xec, 0x49, 0x8c, 0x7d, 0x77, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0x2f, 0xf7, 0x72, 0xaf, 0xa7, 0xf0, 0xfa, 0xff, 0x01, 0x76, 0xe8, 0xfa, 0x9e, 0xd4, 0xbb, 0x82, 0x16, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int weather_few_clouds_192_png_len = 20874; wxmaxima-Version-18.02.0/art/toolbar/input.svg000066400000000000000000000246111324204105000212430ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz Emblem System emblem system library crucial base wxmaxima-Version-18.02.0/art/toolbar/media-playback-start.svg000066400000000000000000000345541324204105000241110ustar00rootroot00000000000000 image/svg+xml Media Playback Start Lapo Calamandrei play media music video player wxmaxima-Version-18.02.0/art/toolbar/media-playback-startstop.svg000066400000000000000000000603221324204105000250070ustar00rootroot00000000000000 image/svg+xml Lapo Calamandrei play media music video player wxmaxima-Version-18.02.0/art/toolbar/media-playback-stop.svg000066400000000000000000000336721324204105000237410ustar00rootroot00000000000000 image/svg+xml Media Playback Stop Lapo Calamandrei player media stop video music wxmaxima-Version-18.02.0/art/toolbar/software-update-urgent.svg000066400000000000000000000124601324204105000245170ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/toolbar/text.svg000066400000000000000000000043251324204105000210700ustar00rootroot00000000000000 wxmaxima-Version-18.02.0/art/toolbar/view-refresh.svg000066400000000000000000000406521324204105000225150ustar00rootroot00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz View Refresh reload refresh view wxmaxima-Version-18.02.0/art/toolbar/weather-clear.svg000066400000000000000000001270041324204105000226270ustar00rootroot00000000000000 image/svg+xml weather-clear January 2006 Ryan Collier (pseudo) http://www.tango-project.org http://www.pseudocode.org weather applet notification Garrett LeSage wxmaxima-Version-18.02.0/art/toolbar/weather-few-clouds.svg000066400000000000000000001154301324204105000236110ustar00rootroot00000000000000 image/svg+xml weather-clear January 2006 Ryan Collier (pseudo) http://www.tango-project.org http://www.pseudocode.org weather applet notification Garrett LeSage wxmaxima-Version-18.02.0/art/wxmac-doc-wxm.icns000066400000000000000000001113401324204105000212660ustar00rootroot00000000000000icnsis32q+ 鵦n 窥 ꧱ɮ ǯ  ުږķ ߟqå+ 鿪s 縩 긯 ̫ ˹ ުږķ ߟqʪ+ Ƶx Ĵ ĸ ҴŴ  ުږķ ߟs8mkil32$:3ɂ>ß9¼9Ͷ? Ļд@ ״?Ƣȴhrx?˜ntlݢv®i 进k騧~ˤߢ·ܣdzպ㥳|ѷﭭxİűǦʲ뫿ا ׭ ȱׂ    {nv]W e}tpkk ψYt˜q betcq zXdtq$:3ɂ>ß9¼9Ͷ? Ļд@ ״?Ƥϻirx?ʡyulݦ 迨IUkR鬵bUӱfYߩqޤXûܪd̑ZǼjwzʾﱼݑ_śiɾDzS«yQȮĪدĺȹ ײƿ ȵׂ    {nv]W e}tpkk ψYt˜q betcq zXdtq$:3ɂ>ß9¼9Ͷ? Ļд@ ׵?ƩՀ ‘jrx?ʨvlݩ 迳MYnRƲeYڸjZɳ߰ŷrᥠ]ʼܳҶĢe͒`̿Ҳ͔lw}ʹȇ`ϝmϺǿʙWʲ|SԴвĺĿضʻƼ ַѾ Ȼüׂ    {nv]W e}tpkk ψYt˜q betcq zXdtql8mk(_ccccccccccco`oItXtYtXtWtXtUt$titotmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmoj3yy4it32Dȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' &<Ĵ(­ <ű҇Ʒ~ιϋ˿|ˀ ɮϏ#ɾ ¥ˀʀ̅IJ}݁ ʁ́΁%Ÿǣ Ɂ̇Ĵ ˣˀ̄̀« ϣ˂̀̀ӣ ǣ ׀Ӏ҂ɽî٣Ѱؕv{zzyyxwwvvuttmh}¢ܣؼqb`[]XȽhjlmjddb``__^]\]^_^WY\(ʞbV\Z_bprssonxV_Բa[a`[}krssm̂s^=řVab\֟dqsqwٜǯ?հXbc]ɔjrp|֜ӫ5ǘX`d]һlqqƨç7ڷzXbc`֛tony嬱ĭAΣ~Z_a]n̗ͺoocϸȡ8ÓƤs``c`V̍ieҐ8۶ȳqedÁp˾ʭAӨtciʈƭϰѡ~ѯC˜}caљݩх~ɕٱƔ1̚_bĕ촪~}ѓ಻C࿑ddsﺕԥ򵓋ҝ跺Ćܷbb꭮Ҩ켸C۴bds͸먖˦δĶCذɌabѵ塗竱褙ͳC׭lecǷݝéəʍײCخafo̿՛᧴権Ԗ೾Cذė`dҽʙќjء跻C۵ǃbcҹئ򱝭|c֬C޹vdbзﶛ𳰻ޤeoyͿǴCῑnea϶̨¦qprl᧰ѰǕ1kfcγ꧞竵jupjאַܰCϜjecͳ㢟Ӂnso𴪵屶A֪lfe{ʳڞ֧Թlrl뷱޸/qdhhО뭲ؕjjɥ8Ɣ~bicuş׺ugͤΥAҤW_\a𽩮٦٭aǶϦᤢ?ݹ{Է¾؃t򿩶?˙ʫΊ^yu̩帪?ڲ李|ֳd}xۣ|䷢Ϭ+șpwzuִlgϕ؇ijeшrx~|unԭ-ٶՔm`rnqjɿȀ ȩ<ϡٰripXӻfkkhgƻ,͵waK~~} سِjuց ƺϦ aɟȯГd`€ ƛ}X\_h}ra^ҽ ěYbeeda_`_]Ͼ Şa]cba^^qм ʧʵveddfmyij вľú ʹ ˲ ͺ Ⱥ ȿWWWW؀WWWWlWWjWەbWWWWfWXWflW؁WەWlWW d`WWvnWʀlWtWەWW^WWfWWWW lWwWfWqWWەWWWWWWZW\Wd lWWWWWWەbWWXWWWƂ lWlWjnWWە WlYsW]gXWWԂ lWԤWbWWWە WWdyWvWWs lWWWΛWWWە WWWWXWXc}WW lWnWcuWWە aW`WWW^WwWZW`lWWWWەWbWWnWWWlWWWWەWWnWW\^iWWlWpW~WWەWWWWǀWWWxmWWWܕȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' $<Ĵ­ЁĽ <űׂՁ·}ιԀӄɹ{ˀ ɮԅӄԀӀ ȶ ¥ӄ҉Ӏ˾}݁ ӃҀӆ%òǣ сЀҀӅӀ˿ ˣЀҀӂԀӀʹ ϣЀр҅ҁôӣǣЀ؁ف׀Ӏ ʹ٣Ѱπрܮ ͦܣؼȫƽǐ žʞԀ&㮍¾ ýԲʋߠځӖɹ)ŘŲgeknquvwxwsob‘hdjnqsqmh[н÷?հɫUIAFKNNLJIIGJ䦙[GLNNMMLKGDMtٹ?ǘȚdQMGDCB>PףޥXSUUTSLf̵4ڷ̜gFI'?t͘ߣOTVVTJ{ͪ)ÒϹ[@JGHHCKÕfEU TKdzA۶IJJ㴕D>gYUTLxиAӨןED|EPURsҿ:IYVTNlֹC˜աLXTXXWRU9qQTWQ`ݺƓ1ղF^}PXXP<<_AXSV¿C࿐ɐFjQXYV_F[z:IXOCܷգGxnSYYOWL=CLO¾C۴ǐoGNYZSqIb߬AFCD¿CذҪ־aHcUZXSbJIFE9zӾ¿C׭ϕVIOZZQKXXDF;dܼ¿CخÐPLYWZX]nJ泿l?DH]¿CذͱLPQZZQORЍ9KWQ¿C۵ѥIUSZ[VmwKr蛒>YVKC޹ќJZtT[[TTN߸SVVKξÿCῐЙֿwJ_PZ[UO^◠\TVNy׺¿Ȕ½ϗԽhJg^W[YO򽘧iRVQbCϜϗԼ\KlQZ[[XV㦠~NVSR¿A֪ϗҽSKqRYZZTtΛKUTK޸8ϛLLrhTZZN鵙KUUIɸ¸8ƔϡINnOYVMޟLUULrԱéAҤ˯OSeSYAtǐϾLUURW箯?ݹþHILJùkE<ꨜLTTSJʿö?˘¿՛I@DD?Wܫ4PٞWTVVURXĺ¡ڲľhN;AD+?CauΖ7xľrYEJMLMKKFCYq׽șĿ`2=FJKL*JF@7fϡ`쯝[4>CEGGHGFDA;/cۼ+ٶĸ¼両ܣоʁ »ѱ+ϠĜЭӀ Ɠ;¼ɣسþ"޳ˁѼϦā!ݦ¼ɟĿٲ΀ ľƛĿҠʁ ĿěÇɀļŞЌƂ ƷʧɝŁ éв Ĺÿ Žʹĺ'˲ü#ͺ Ⱥ ȿWWWW؀WWWWlWWjWەbWWWWfWXWflW؁WەWlWW d`WWvnWʀlWtWەWW^WWfWWWW lWwWfWqWWەWWWWWWZW\Wd lWWWWWWەbWWXWWWƂ lWlWjnWWە WlYsW]gXWWԂ lWԤWbWWWە WWdyWvWWs lWWWΛWWWە WWWWXWXc}WW lWnWcuWWە aW`WWW^WwWZW`lWWWWەWbWWnWWWlWWWWەWWnWW\^iWWlWpW~WWەWWWWǀWWWxmWWWܕȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' )<Ĵ­ڀ <ű߁݂«|ι܎Ū{ˀ ɮ܂ۈ%â ¥ۃځۂ܂ۀʷ|݁ ۂڀۊ$ǣ ځـڀۉ܀Ű ˣ́ـڂۄ܁ȶ ϣ ׀ـڀ܄ۀʸӣǢـځށۀ ع٣Ѱ؀ڀṩ ׬ܣ*ؼӹϠ ͞<ʝ͟湟βŎԲ՞ᮯ߀ڦδ=Řѿihnrtxxyzyvqeɤkgmqtvvutpj^˙ հغYLEJNPPNLKKJK泬\IOQQPOJGQwϻǘƜ˝fRPJIDVܱߧZVXWWVPjŀ̛ڷ֬lCJMCۭaUYXWS]ˀ϶4ΣծuELOONEzԪQWYXWNҵȀ ɑÑ΀/ŪaGQMNNIQ̧lHWWXWOξˀϨ8۶PBRHIHB群JCi[WWOz̀ѽAӧ޳JGHRVSt@O[XWQoȏC˛ݱNXVYZXTZ?wWTXTcΛƓЀ1I`RYYQABeDXVX̀ϩ:࿏ӣIlRY[W`H`AMZQ΀Ӷ:ܷݲIzoT[[PYMDIPQ΀Ҿ:۴ѤqIP[[UrKcHKHHπĎCذܸcJeV[ZTcKOLK?}ƐC׭٩YKQ[[QLZ^IKAgƑCخΤRO[Y[Y^pKqEIL_ȒCذٿNRR[[RPRӜ@NYSǑC۴۵LVU[\WmyLs騤C[YNƏ:޹گL\vV\\UUOTXYNЀ:ῐ٬zMaR\\VP`槴]VYQ|ЀԸȓԀ1٫jMh`Y]]\[PǫkTYTfрӮϜث_NnS\ YW賳QYVVӟ֪Ҁ8٫UNtSZ\[Uv׭NXWN͓޸Ԁ/ٮPOuiV[\ONXXLрŽ8ƓٳMQqQ[XQ寪OXXPvڿЀԯAҤ׽QUgTZEyϤPXXU[Й?ݹ̯MMPMlIBPXXWNտ?˘ܣQGKKF^⹚:VZWYYXU]ҤڲoUBHKL+FJg|٪=~Ͷv\INPQQOOKG]vŏ+șd7ENRSTTSQMG=m۶da:DILN MKHB5ị+ٶǷ丹с ݺ<ϠήڽДӷź ̯س΀݀ۀ Ϧׂ左ۀ сŐɟڀ ҁʖƚݱ؁ ҂ʖěϝك҂ƕŝܢւӂ ׿ʧ֮ԃԀӂ ҭв҅Ӆ š Ҁэ ȧ͵ӉŨ˲ׁȴ#ͺȺ ȿWWWW؀WWWWlWWjWەbWWWWfWXWflW؁WەWlWW d`WWvnWʀlWtWەWW^WWfWWWW lWwWfWqWWەWWWWWWZW\Wd lWWWWWWەbWWXWWWƂ lWlWjnWWە WlYsW]gXWWԂ lWԤWbWWWە WWdyWvWWs lWWWΛWWWە WWWWXWXc}WW lWnWcuWWە aW`WWW^WwWZW`lWWWWەWbWWnWWWlWWWWەWWnWW\^iWWlWpW~WWەWWWWǀWWWxmWWWܕt8mk@#056777777777777777777777777777777777777777777777777640'  !ӆ> /= 9_Bq#Ja&M`(O_(O`(O^(O_(O`(O_(O`(O`(O`(N_(N`(N_(Ma(M`(M_(M^(L^(L^(L\(L\(L[(LZ(KZ(KA(K+(J! (JC(J#(I1(I< (IC(IH"(IK$(IM&(IM&(HM'(HM'(HM'(HM'(GM'(GM((GM((GM((GL((GL((GL((GL((GL((GL((GL((FL((FL((FL((FK((FK((FK((FK((FJ((FJ((FJ((FJ((FJ((FJ((FI((FI((FI((FI((FI((FI((FI((EI((EI((EI((EH((EH((EH((EH((EH((EH((EH((EG((EG((DG((DG((DG((DG((DG((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((CF((CF((CF((CF((CF((CE((CE((CE((CE((CE((CE((CE(&AC&#<=#3Mapz{qbN4 (ß9¼9Ͷ? Ļд@ ״?Ƣȴhrx?˜ntlݢv®i 进k騧~ˤߢ·ܣdzպ㥳|ѷﭭxİűǦʲ뫿ا ׭ ȱׂ    {nv]Wyݑ e}tpkka| ψYt˜q} betcqΘe zXdtqv$:3ɂ>ß9¼9Ͷ? Ļд@ ״?Ƥϻirx?ʡyulݦ 迨IUkR鬵bUӱfYߩqޤXûܪd̑ZǼjwzʾﱼݑ_śiɾDzS«yQȮĪدĺȹ ײƿ ȵׂ    {nv]Wyݑ e}tpkka| ψYt˜q} betcqΘe zXdtqv$:3ɂ>ß9¼9Ͷ? Ļд@ ׵?ƩՀ ‘jrx?ʨvlݩ 迳MYnRƲeYڸjZɳ߰ŷrᥠ]ʼܳҶĢe͒`̿Ҳ͔lw}ʹȇ`ϝmϺǿʙWʲ|SԴвĺĿضʻƼ ַѾ Ȼüׂ    {nv]Wyݑ e}tpkka| ψYt˜q} betcqΘe zXdtqvl8mk(_ccccccccccco`oItXtYtXtWtXtUt$titotmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmoj3yy4it32Eȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' &<Ĵ(­ <ű҇Ʒ~ιϋ˿|ˀ ɮϏ#ɾ ¥ˀʀ̅IJ}݁ ʁ́΁%Ÿǣ Ɂ̇Ĵ ˣˀ̄̀« ϣ˂̀̀ӣ ǣ ׀Ӏ҂ɽî٣Ѱؕv{zzyyxwwvvuttmh}¢ܣؼqb`[]XȽhjlmjddb``__^]\]^_^WY\(ʞbV\Z_bprssonxV_Բa[a`[}krssm̂s^=řVab\֟dqsqwٜǯ?հXbc]ɔjrp|֜ӫ5ǘX`d]һlqqƨç7ڷzXbc`֛tony嬱ĭAΣ~Z_a]n̗ͺoocϸȡ8ÓƤs``c`V̍ieҐ8۶ȳqedÁp˾ʭAӨtciʈƭϰѡ~ѯC˜}caљݩх~ɕٱƔ1̚_bĕ촪~}ѓ಻C࿑ddsﺕԥ򵓋ҝ跺Ćܷbb꭮Ҩ켸C۴bds͸먖˦δĶCذɌabѵ塗竱褙ͳC׭lecǷݝéəʍײCخafo̿՛᧴権Ԗ೾Cذė`dҽʙќjء跻C۵ǃbcҹئ򱝭|c֬C޹vdbзﶛ𳰻ޤeoyͿǴCῑnea϶̨¦qprl᧰ѰǕ1kfcγ꧞竵jupjאַܰCϜjecͳ㢟Ӂnso𴪵屶A֪lfe{ʳڞ֧Թlrl뷱޸/qdhhО뭲ؕjjɥ8Ɣ~bicuş׺ugͤΥAҤW_\a𽩮٦٭aǶϦᤢ?ݹ{Է¾؃t򿩶?˙ʫΊ^yu̩帪?ڲ李|ֳd}xۣ|䷢Ϭ+șpwzuִlgϕ؇ijeшrx~|unԭ-ٶՔm`rnqjɿȀ ȩ<ϡٰripXӻfkkhgƻ,͵waK~~} سِjuց ƺϦ aɟȯГd`€ ƛ}X\_h}ra^ҽ ěYbeeda_`_]Ͼ Şa]cba^^qм ʧʵveddfmyij вľú ʹ ˲ ͺ Ⱥ ȿWWWW؀WWWWlWWjW^W]`[bWWWWfWXWflW؁WWWWWlWW d`WWvnWʀlWtW rWWWxWW^WWfWWWW lWwWfWqWWۀWWh^ZWWWWWWZW\Wd lWWWWWWہWW^WbWWXWWWƂ lWlWjnWWہaWWu WlYsW]gXWWԂ lWԤWbWWWۂWW WWdyWvWWs lWWWΛWWWہ`Wő WWWWXWXc}WW lWnWcuWWہWWWh aW`WWW^WwWZW`lWWWWۀWqWWWbWWnWWWlWWWWgW`WZWWnWW\^iWWlWpW~WWWWWWWWWǀWWWxmWWWXjuWWˎȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' $<Ĵ­ЁĽ <űׂՁ·}ιԀӄɹ{ˀ ɮԅӄԀӀ ȶ ¥ӄ҉Ӏ˾}݁ ӃҀӆ%òǣ сЀҀӅӀ˿ ˣЀҀӂԀӀʹ ϣЀр҅ҁôӣǣЀ؁ف׀Ӏ ʹ٣Ѱπрܮ ͦܣؼȫƽǐ žʞԀ&㮍¾ ýԲʋߠځӖɹ)ŘŲgeknquvwxwsob‘hdjnqsqmh[н÷?հɫUIAFKNNLJIIGJ䦙[GLNNMMLKGDMtٹ?ǘȚdQMGDCB>PףޥXSUUTSLf̵4ڷ̜gFI'?t͘ߣOTVVTJ{ͪ)ÒϹ[@JGHHCKÕfEU TKdzA۶IJJ㴕D>gYUTLxиAӨןED|EPURsҿ:IYVTNlֹC˜աLXTXXWRU9qQTWQ`ݺƓ1ղF^}PXXP<<_AXSV¿C࿐ɐFjQXYV_F[z:IXOCܷգGxnSYYOWL=CLO¾C۴ǐoGNYZSqIb߬AFCD¿CذҪ־aHcUZXSbJIFE9zӾ¿C׭ϕVIOZZQKXXDF;dܼ¿CخÐPLYWZX]nJ泿l?DH]¿CذͱLPQZZQORЍ9KWQ¿C۵ѥIUSZ[VmwKr蛒>YVKC޹ќJZtT[[TTN߸SVVKξÿCῐЙֿwJ_PZ[UO^◠\TVNy׺¿Ȕ½ϗԽhJg^W[YO򽘧iRVQbCϜϗԼ\KlQZ[[XV㦠~NVSR¿A֪ϗҽSKqRYZZTtΛKUTK޸8ϛLLrhTZZN鵙KUUIɸ¸8ƔϡINnOYVMޟLUULrԱéAҤ˯OSeSYAtǐϾLUURW箯?ݹþHILJùkE<ꨜLTTSJʿö?˘¿՛I@DD?Wܫ4PٞWTVVURXĺ¡ڲľhN;AD+?CauΖ7xľrYEJMLMKKFCYq׽șĿ`2=FJKL*JF@7fϡ`쯝[4>CEGGHGFDA;/cۼ+ٶĸ¼両ܣоʁ »ѱ+ϠĜЭӀ Ɠ;¼ɣسþ"޳ˁѼϦā!ݦ¼ɟĿٲ΀ ľƛĿҠʁ ĿěÇɀļŞЌƂ ƷʧɝŁ éв Ĺÿ Žʹĺ'˲ü#ͺ Ⱥ ȿWWWW؀WWWWlWWjW^W]`[bWWWWfWXWflW؁WWWWWlWW d`WWvnWʀlWtW rWWWxWW^WWfWWWW lWwWfWqWWۀWWh^ZWWWWWWZW\Wd lWWWWWWہWW^WbWWXWWWƂ lWlWjnWWہaWWu WlYsW]gXWWԂ lWԤWbWWWۂWW WWdyWvWWs lWWWΛWWWہ`Wő WWWWXWXc}WW lWnWcuWWہWWWh aW`WWW^WwWZW`lWWWWۀWqWWWbWWnWWWlWWWWgW`WZWWnWW\^iWWlWpW~WWWWWWWWWǀWWWxmWWWXjuWWˎȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' )<Ĵ­ڀ <ű߁݂«|ι܎Ū{ˀ ɮ܂ۈ%â ¥ۃځۂ܂ۀʷ|݁ ۂڀۊ$ǣ ځـڀۉ܀Ű ˣ́ـڂۄ܁ȶ ϣ ׀ـڀ܄ۀʸӣǢـځށۀ ع٣Ѱ؀ڀṩ ׬ܣ*ؼӹϠ ͞<ʝ͟湟βŎԲ՞ᮯ߀ڦδ=Řѿihnrtxxyzyvqeɤkgmqtvvutpj^˙ հغYLEJNPPNLKKJK泬\IOQQPOJGQwϻǘƜ˝fRPJIDVܱߧZVXWWVPjŀ̛ڷ֬lCJMCۭaUYXWS]ˀ϶4ΣծuELOONEzԪQWYXWNҵȀ ɑÑ΀/ŪaGQMNNIQ̧lHWWXWOξˀϨ8۶PBRHIHB群JCi[WWOz̀ѽAӧ޳JGHRVSt@O[XWQoȏC˛ݱNXVYZXTZ?wWTXTcΛƓЀ1I`RYYQABeDXVX̀ϩ:࿏ӣIlRY[W`H`AMZQ΀Ӷ:ܷݲIzoT[[PYMDIPQ΀Ҿ:۴ѤqIP[[UrKcHKHHπĎCذܸcJeV[ZTcKOLK?}ƐC׭٩YKQ[[QLZ^IKAgƑCخΤRO[Y[Y^pKqEIL_ȒCذٿNRR[[RPRӜ@NYSǑC۴۵LVU[\WmyLs騤C[YNƏ:޹گL\vV\\UUOTXYNЀ:ῐ٬zMaR\\VP`槴]VYQ|ЀԸȓԀ1٫jMh`Y]]\[PǫkTYTfрӮϜث_NnS\ YW賳QYVVӟ֪Ҁ8٫UNtSZ\[Uv׭NXWN͓޸Ԁ/ٮPOuiV[\ONXXLрŽ8ƓٳMQqQ[XQ寪OXXPvڿЀԯAҤ׽QUgTZEyϤPXXU[Й?ݹ̯MMPMlIBPXXWNտ?˘ܣQGKKF^⹚:VZWYYXU]ҤڲoUBHKL+FJg|٪=~Ͷv\INPQQOOKG]vŏ+șd7ENRSTTSQMG=m۶da:DILN MKHB5ị+ٶǷ丹с ݺ<ϠήڽДӷź ̯س΀݀ۀ Ϧׂ左ۀ сŐɟڀ ҁʖƚݱ؁ ҂ʖěϝك҂ƕŝܢւӂ ׿ʧ֮ԃԀӂ ҭв҅Ӆ š Ҁэ ȧ͵ӉŨ˲ׁȴ#ͺȺ ȿWWWW؀WWWWlWWjW^W]`[bWWWWfWXWflW؁WWWWWlWW d`WWvnWʀlWtW rWWWxWW^WWfWWWW lWwWfWqWWۀWWh^ZWWWWWWZW\Wd lWWWWWWہWW^WbWWXWWWƂ lWlWjnWWہaWWu WlYsW]gXWWԂ lWԤWbWWWۂWW WWdyWvWWs lWWWΛWWWہ`Wő WWWWXWXc}WW lWnWcuWWہWWWh aW`WWW^WwWZW`lWWWWۀWqWWWbWWnWWWlWWWWgW`WZWWnWW\^iWWlWpW~WWWWWWWWWǀWWWxmWWWXjuWWˎt8mk@#056777777777777777777777777777777777777777777777777640'  !ӆ> /= 9_Bq#Ja&M`(O_(O`(O^(O_(O`(O_(O`(O`(O`(N_(N`(N_(Ma(M`(M_(M^(L^(L^(L\(L\(L[(LZ(KZ(KA(K+(J! (JC(J#(I1(I< (IC(IH"(IK$(IM&(IM&(HM'(HM'(HM'(HM'(GM'(GM((GM((GM((GL((GL((GL((GL((GL((GL((GL((FL((FL((FL((FK((FK((FK((FK((FJ((FJ((FJ((FJ((FJ((FJ((FI((FI((FI((FI((FI((FI((FI((EI((EI((EI((EH((EH((EH((EH((EH((EH((EH((EG((EG((DG((DG((DG((DG((DG((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((CF((CF((CF((CF((CF((CE((CE((CE((CE((CE((CE((CE(&AC&#<=#3Mapz{qbN4 (ß9¼9Ͷ? Ļд@ ״?Ƣȴhrx?˜ntlݢv®i 进k騧~ˤߢ·ܣdzպ㥳|ѷﭭxİűǦʲ뫿ا ׭ ȱׂ  $:3ɂ>ß9¼9Ͷ? Ļд@ ״?Ƥϻirx?ʡyulݦ 迨IUkR鬵bUӱfYߩqޤXûܪd̑ZǼjwzʾﱼݑ_śiɾDzS«yQȮĪدĺȹ ײƿ ȵׂ  $:3ɂ>ß9¼9Ͷ? Ļд@ ׵?ƩՀ ‘jrx?ʨvlݩ 迳MYnRƲeYڸjZɳ߰ŷrᥠ]ʼܳҶĢe͒`̿Ҳ͔lw}ʹȇ`ϝmϺǿʙWʲ|SԴвĺĿضʻƼ ַѾ Ȼüׂ  l8mk(_ccccccccccco`oItXtYtXtWtXtUt$titotmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmtmoj3yy4it32<ȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' &<Ĵ(­ <ű҇Ʒ~ιϋ˿|ˀ ɮϏ#ɾ ¥ˀʀ̅IJ}݁ ʁ́΁%Ÿǣ Ɂ̇Ĵ ˣˀ̄̀« ϣ˂̀̀ӣ ǣ ׀Ӏ҂ɽî٣Ѱؕv{zzyyxwwvvuttmh}¢ܣؼqb`[]XȽhjlmjddb``__^]\]^_^WY\(ʞbV\Z_bprssonxV_Բa[a`[}krssm̂s^=řVab\֟dqsqwٜǯ?հXbc]ɔjrp|֜ӫ5ǘX`d]һlqqƨç7ڷzXbc`֛tony嬱ĭAΣ~Z_a]n̗ͺoocϸȡ8ÓƤs``c`V̍ieҐ8۶ȳqedÁp˾ʭAӨtciʈƭϰѡ~ѯC˜}caљݩх~ɕٱƔ1̚_bĕ촪~}ѓ಻C࿑ddsﺕԥ򵓋ҝ跺Ćܷbb꭮Ҩ켸C۴bds͸먖˦δĶCذɌabѵ塗竱褙ͳC׭lecǷݝéəʍײCخafo̿՛᧴権Ԗ೾Cذė`dҽʙќjء跻C۵ǃbcҹئ򱝭|c֬C޹vdbзﶛ𳰻ޤeoyͿǴCῑnea϶̨¦qprl᧰ѰǕ1kfcγ꧞竵jupjאַܰCϜjecͳ㢟Ӂnso𴪵屶A֪lfe{ʳڞ֧Թlrl뷱޸/qdhhО뭲ؕjjɥ8Ɣ~bicuş׺ugͤΥAҤW_\a𽩮٦٭aǶϦᤢ?ݹ{Է¾؃t򿩶?˙ʫΊ^yu̩帪?ڲ李|ֳd}xۣ|䷢Ϭ+șpwzuִlgϕ؇ijeшrx~|unԭ-ٶՔm`rnqjɿȀ ȩ<ϡٰripXӻfkkhgƻ,͵waK~~} سِjuց ƺϦ aɟȯГd`€ ƛ}X\_h}ra^ҽ ěYbeeda_`_]Ͼ Şa]cba^^qм ʧʵveddfmyij вľú ʹ ˲ ͺ Ⱥ ȿȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' $<Ĵ­ЁĽ <űׂՁ·}ιԀӄɹ{ˀ ɮԅӄԀӀ ȶ ¥ӄ҉Ӏ˾}݁ ӃҀӆ%òǣ сЀҀӅӀ˿ ˣЀҀӂԀӀʹ ϣЀр҅ҁôӣǣЀ؁ف׀Ӏ ʹ٣Ѱπрܮ ͦܣؼȫƽǐ žʞԀ&㮍¾ ýԲʋߠځӖɹ)ŘŲgeknquvwxwsob‘hdjnqsqmh[н÷?հɫUIAFKNNLJIIGJ䦙[GLNNMMLKGDMtٹ?ǘȚdQMGDCB>PףޥXSUUTSLf̵4ڷ̜gFI'?t͘ߣOTVVTJ{ͪ)ÒϹ[@JGHHCKÕfEU TKdzA۶IJJ㴕D>gYUTLxиAӨןED|EPURsҿ:IYVTNlֹC˜աLXTXXWRU9qQTWQ`ݺƓ1ղF^}PXXP<<_AXSV¿C࿐ɐFjQXYV_F[z:IXOCܷգGxnSYYOWL=CLO¾C۴ǐoGNYZSqIb߬AFCD¿CذҪ־aHcUZXSbJIFE9zӾ¿C׭ϕVIOZZQKXXDF;dܼ¿CخÐPLYWZX]nJ泿l?DH]¿CذͱLPQZZQORЍ9KWQ¿C۵ѥIUSZ[VmwKr蛒>YVKC޹ќJZtT[[TTN߸SVVKξÿCῐЙֿwJ_PZ[UO^◠\TVNy׺¿Ȕ½ϗԽhJg^W[YO򽘧iRVQbCϜϗԼ\KlQZ[[XV㦠~NVSR¿A֪ϗҽSKqRYZZTtΛKUTK޸8ϛLLrhTZZN鵙KUUIɸ¸8ƔϡINnOYVMޟLUULrԱéAҤ˯OSeSYAtǐϾLUURW箯?ݹþHILJùkE<ꨜLTTSJʿö?˘¿՛I@DD?Wܫ4PٞWTVVURXĺ¡ڲľhN;AD+?CauΖ7xľrYEJMLMKKFCYq׽șĿ`2=FJKL*JF@7fϡ`쯝[4>CEGGHGFDA;/cۼ+ٶĸ¼両ܣоʁ »ѱ+ϠĜЭӀ Ɠ;¼ɣسþ"޳ˁѼϦā!ݦ¼ɟĿٲ΀ ľƛĿҠʁ ĿěÇɀļŞЌƂ ƷʧɝŁ éв Ĺÿ Žʹĺ'˲ü#ͺ Ⱥ ȿȼ M¾aſNOP»ǾOüʾNƾʾUǾʾUɿʾUʽUùʽUŻʽWȼʽXɿʽWʽX ¶ʽV ķʽ\ ĸʽ] źʽY ƺʽY ǻʽ^ Ǽʽ[Ⱦzyʽ^ ʿ~xspooqtuz~ʾ\~ywv y{~]2ĹZ6ǽ' )<Ĵ­ڀ <ű߁݂«|ι܎Ū{ˀ ɮ܂ۈ%â ¥ۃځۂ܂ۀʷ|݁ ۂڀۊ$ǣ ځـڀۉ܀Ű ˣ́ـڂۄ܁ȶ ϣ ׀ـڀ܄ۀʸӣǢـځށۀ ع٣Ѱ؀ڀṩ ׬ܣ*ؼӹϠ ͞<ʝ͟湟βŎԲ՞ᮯ߀ڦδ=Řѿihnrtxxyzyvqeɤkgmqtvvutpj^˙ հغYLEJNPPNLKKJK泬\IOQQPOJGQwϻǘƜ˝fRPJIDVܱߧZVXWWVPjŀ̛ڷ֬lCJMCۭaUYXWS]ˀ϶4ΣծuELOONEzԪQWYXWNҵȀ ɑÑ΀/ŪaGQMNNIQ̧lHWWXWOξˀϨ8۶PBRHIHB群JCi[WWOz̀ѽAӧ޳JGHRVSt@O[XWQoȏC˛ݱNXVYZXTZ?wWTXTcΛƓЀ1I`RYYQABeDXVX̀ϩ:࿏ӣIlRY[W`H`AMZQ΀Ӷ:ܷݲIzoT[[PYMDIPQ΀Ҿ:۴ѤqIP[[UrKcHKHHπĎCذܸcJeV[ZTcKOLK?}ƐC׭٩YKQ[[QLZ^IKAgƑCخΤRO[Y[Y^pKqEIL_ȒCذٿNRR[[RPRӜ@NYSǑC۴۵LVU[\WmyLs騤C[YNƏ:޹گL\vV\\UUOTXYNЀ:ῐ٬zMaR\\VP`槴]VYQ|ЀԸȓԀ1٫jMh`Y]]\[PǫkTYTfрӮϜث_NnS\ YW賳QYVVӟ֪Ҁ8٫UNtSZ\[Uv׭NXWN͓޸Ԁ/ٮPOuiV[\ONXXLрŽ8ƓٳMQqQ[XQ寪OXXPvڿЀԯAҤ׽QUgTZEyϤPXXU[Й?ݹ̯MMPMlIBPXXWNտ?˘ܣQGKKF^⹚:VZWYYXU]ҤڲoUBHKL+FJg|٪=~Ͷv\INPQQOOKG]vŏ+șd7ENRSTTSQMG=m۶da:DILN MKHB5ị+ٶǷ丹с ݺ<ϠήڽДӷź ̯س΀݀ۀ Ϧׂ左ۀ сŐɟڀ ҁʖƚݱ؁ ҂ʖěϝك҂ƕŝܢւӂ ׿ʧ֮ԃԀӂ ҭв҅Ӆ š Ҁэ ȧ͵ӉŨ˲ׁȴ#ͺȺ ȿt8mk@#056777777777777777777777777777777777777777777777777640'  !ӆ> /= 9_Bq#Ja&M`(O_(O`(O^(O_(O`(O_(O`(O`(O`(N_(N`(N_(Ma(M`(M_(M^(L^(L^(L\(L\(L[(LZ(KZ(KA(K+(J! (JC(J#(I1(I< (IC(IH"(IK$(IM&(IM&(HM'(HM'(HM'(HM'(GM'(GM((GM((GM((GL((GL((GL((GL((GL((GL((GL((FL((FL((FL((FK((FK((FK((FK((FJ((FJ((FJ((FJ((FJ((FJ((FI((FI((FI((FI((FI((FI((FI((EI((EI((EI((EH((EH((EH((EH((EH((EH((EH((EG((EG((DG((DG((DG((DG((DG((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((CF((CF((CF((CF((CF((CE((CE((CE((CE((CE((CE((CE(&AC&#<=#3Mapz{qbN4 (a IDATx}gp\Wze;3qzUz3Uûk{]5AHbsR(f*P9Ѝȍ FA0̒&w.M)QFWF}w{߃Now|O}wcs1{M3<'ǂo_qp -O~G7M5xN_ԩSx066vpɛ'N9<<|shhf͞]]]7oljji`ٮя~+ N"x千'l`tt###"@H!@kk+hhhjEMM ~2M %tomЯKAE^tvv Cuu5f3qr޼ykdM7 #)OL1 . NSbQ*@֭ۡp$3M$'ې_(0hJ@0TP__JEb_?:mxU8`&ۈZ>@Pp8 HPTT|}g]BL~!xv  T(M 2 L&rss$,~9W`@#  0`` ''$[ SL pP@`.0d(,,Dvv6222TX`Ar:/!8}44"V~@ף@ yS$B nW!h4"-- *gkuSS I@C B,IT)| Lih$`RH`ЌJ}*?::ZI)w̙3*$2`hnnV`IIRRR\xѫH; d) 22RUׯ_\,]tn5< 0M@  0`?g#! ""yyy~$Xls)C;pYL%hDJBiP-d+I`TTx2L%%:hy@ccjݼE < 0o M@ w'l d# @x޾K,yW<4x*Hna7Eo_F+W=$h @z,"((Op/$Xj#畂N?B˗s#';wS dЖ=KA6~4$$$ 88s 0UIh0f "WsM;H6HB{!+V8<<@hGeav/>ݻo=#G(D1==]m&a=RS SJ:B_! 4ӓ5Q^ٿgF٦ġ|̄R,$F ]b=aR8$r{L" Ak9 h@L1A2nIN B%N4G}޻D@"h$s=T T)1!qɸE'f}g)uϘX~>tP:)Y(Ow> pmhx񸡭6K-a#xGJ:*%K1 1d"?h|{Ss$5p*Aˆ\'w`||$|f,I??_I!!̀1U -i?EmnիꁣU f[2M+$b}PJ;& h,9V^rb XM5ɭ]! c&.ICq<x S5J-h5h>zg.8hx]ok醵֦XQЎ<YEzW3}rz0 C)T- JsڕI^$F!uk]7;.]ƒ,h|Kz!,*kc9T2w'F0~*0~V-D}cM:W5`ϟ |GdT5< A *LM\{hokƏtd6ޥ mm[ yx=ȿ;yx AP܅z!AaB R ꑘQ6ӃiT'<Tz&2u r3qsyegW4Ju靂/&; |n>}|B1~ 5L6!I>V`i{i]{AS2tWe!?ω`+124~fYReKNmH^@cPIDo{@@CmLogܟռߪ6*T;'B@zb>rQQ4 KCYͨ< <4 >'f曔4 ZQlS^Dh$&*p 0w{m=piZ&5- *HvРnTX[Qnu !a,(Q]Dx9&} EIj.@#uS8i;pe<P)LzEc>>%9fכerK--(DhU4VnxGb,x;>[ss{cx+ 0-ףQYnnt&jLV0BB2<ܽ#ITLzYOdd/?,2ʥ,4?`V}eH|,M(TeCq%jj(m UV'lNabsZ :#A]X~ X77~/Ojd,ñXy B!n£b 86c Xk$%+WuA`)66F5yȮnaɑ8M GF&ArJ+RD '2 g;;=hǭrE{H~Fpb"a{\>vaWZ9v"lCdq=l0g4"lG+ IrRaCzU }x3>K`͑(IN`hFVI=|}T.æH_4h!At)`r6AX¤/#ۄ G 1PgbdT1t FF10 K*iRac p2/k MU#调0շ"2RyԺG`eGE8+lr"We$)[w"}ndyY o!ͽȖ]#mĬ߄Ґp5vl!^OH))hE//!akrHc8Dڮ=H^.یyFNK%eTj(o@hx* 9FcW D4Bի 젇z_S*ԍ㙥X&ҿ>4"* MBB^{/߬{|ž96Թ8{.gA =9|s #'Opj>6GdI(R/E(: ^Bg  m޳H<09S `B~#Ϸ$$ NdHsXc9{#w|S7 @e2!a05R ƈ\:W=u#pP/"m"b0OB,)[*\030,%^?OŖlH.ƎBH%1$5,)i/{-APR-^ 4wR^ K g O:iH/u"@Fi# BxX++&{1OSZ7[ܖf(T/~[ˎc !YX럄SpHy1cQ/mcOg !v>>jlr1W$\T#?.rT@Kmۑ-2Oa4:AOEDzLh۶G}"Y*DϚ_@JKlY6W۫ڱ-<ۤDCc(NJCڳ +,Yy6{>r~g.]ɅBj6զ6 gx STDRbZcڵk*)$ƏKL);T-mq Yʩ]b~IR`C^B.UAd+oA셈9т YZ{\C tȭm+!ilSxq "f̄I(fH'kJo S] kZW%kEX2*$aL1$|ݲScG_yk(DNfSwWRo 7`c@"J2h p'!D?ə O&9W{[$ 8F$@WJb Q/WO"W+ HTIRaG~qJ-m(j[QPDYRT"3B<62>΁ iWo(o2ȯﲋ4I-W&uކ3&rKY% CxoE-asٵ/\cHX wu |޿FLL$;"H߲ ΞGkg?KPfmS$  I d71 9<xbC]F5i~nT'֥&c&b|/kZnF~I˖a%{_&[2ːh1-V\z MhOrwV9'F_{kDxvy_¥^&9NHYA21 ([;n@fvAu(uN9\˜ذF %#dF!=f"6#E&`^G]j:Bk1:8 ! P$$ ,DQ_\A$j#:qU^k)+{=w%:zAk6!8ː#e`ATcgW]ȭuڎ:V:% 45&Rt\mBQ&7n ng]RAv{a w&1? %Q)e v\~A!i3,^YPH [kb MRuO]1#~!+֢A„k`I*S.P͐ nŒj(u*' %=]?^IvYp EYF!։bk+$+oW˾L_~   h2 ueV 瑳c'/xhv)UYs~Ί<A pHЧ Df:,E}.a.hS R5/V #۠\go<@b$RF2kpDZb LzIB*.B'Na(m@٨U93qZar L"i=Nj-vK=~Fޛ,=51&wu%BuG"~z.f́$Y{Ud mEB ]4EJ,`9MOCUM-_'ߖtl Pks78yڻdz}:+k-pJO#J֝.],(d.\r[\731g.$'%4WԡC{V8D|q$m|In/c"h+} $@Eq 4>c/4p2V*zYbg(%5D_ 6F1F]&.]EGQG}΢b\XP]eF:&!@b{a8ۇK\8 u;" ?:(1NI#҂vB߯g LH?s.`w@U0vI^]R 1܆59ME01bLz[ ̼Umxc8 T$iv',*8(H^[p]~ A'ZEr zFGK6FxN9]BGGp~9a2%.|V= fc+ (v#MO> fL Tȓ.!Hd S _C\(פ,ǪG䬹8?ց V؝*˿.鮭C$ e+V00.uxo!F߰s._3gN^BN2e8'U[PBNnO5ElvtIk}/)ɮpWNU:{{\˜\Mŭ<7P"29DaBﱴll 3 VPA hn?QD͞VNU;ju,^P"0.~ut8,c?FQ2l JVo%I*2HYd"@,(7>Qd,07BLSZT4W^uTy)hF[׏;K(&Q ˡè9p")܉bGX`gRcii+W)"wpA~CkWxUNE&>Xf#sO?1{6B7"]^A?WV*W%{1"3^X#? I#Tf ^zGv4Ro]KW02ȅ+VY@"_ +6gbOZ)'cs@"N$Y ŊƅEo\*$(RhSc5& I2V3s9M%(yot\LKb| IDATɪjtc` j_Y˗/ n F59ܲU+>:G90O>E$y+ [lh=]Ee^e ۇ |&h z`c/!̢Jl#_ x86 2&11j# W9^G $#ܤAm˜R$x;@/^zZ^ qCqnAÅ t)tVU#ms(Z*J7J~><.lL,ĖH#,NuL|檰wq w %<(ǒ8[8"w:RBBEӭr8{/T#_&LV!l2bcx^)aY0ImkĹ+7R^ع M;( .9@ Q1 X\jy /"[_*$H/7Fd8B 9¨J,9uQ!=#K%$$GP\);- |K/!.F + ,T"8/N- kyTڄeID'qB_0 ӫ:Lz}q!Edٸu$WfVI3[S;:{qC:8Tu 2[qp {Rh0r,ڤklGY*OєWd!o|T(MJnZΫnCP^ {~/NQg$Rx1L?Bx9p T9ΤERS_=ggO`Ho!!lxCg.J)zRmOR 1j{H 0%Qf^ciDU s-l-]8yVPRFHR*!ohT$v&ckR v [لn 7v| c[;XQV go6[V\u鹥j? u=R5cgDb{b'zMBKYK/*,{)܈ $RBIP5J)-+QGOk5"LRDAJ풄ZZ.k/ zs*啵xT> 5\ dȆR;2Jj W/I߀r1pE}*-j@EԠ Ή˼I mx#B31g_Rq,Iw8 G2y\|VI9 ވ}qk)Du#>Lr[![-vq22GLBksK4!_J(TmP+b~œGԞA(EuÕ>]BJPŮ8쟯*^E-*`>uȉ+q &@& k@\,;~)X%T$W8"wFem}q$.yE^6|C^P;Oϧ| + U~p΋[@p@#ϡɔ!u*'(B^`}P&6EaST6lOǚ@xT:b8E 6T&NmY5oP/R[& / S [ԅHX^+ D44{+QR"dFM~;Ui W-&@oZW+mKSj.eϕ/4R ѻWon:J?sW17Vp/ozedT4ҍO5I7 LZz1I .7׺! ܆6{6u,^†P|g7hۺ۾ɱ pZ]jƠ78&'%!TʱjYuzI2*u>AAUWAuj!NMϐST.TF\ޞvp3Kԫ}cM+oRy-^ Rab Iָ۲٬aͮA{ yzVMm߶ %rm-7=sR}yvϚ:ab\'IM-7'sS$ɞo\=ݾ'o$'X'.+x c߷;m0i ~$kDLzL7񏍗 6N`{N9vF7è!i<=q6۟&$/?41>1I4=㟸{nLڍ_!)IKLN4~9n sGaL0ۆtOߦoӷG:-G IENDB`wxmaxima-Version-18.02.0/art/wxmac.icns000066400000000000000000001461501324204105000177210ustar00rootroot00000000000000icnshics#H????????ics8+V+zO++OOOOO2]+O92+V+O99++OO2V2++O+292V2++VO229O9+++V]V+2]++OOOOOO++++++Vis32HIrwb Uθ~ nlj VȇL̜ƤA*ݰͿuSͰļVҶż1ӻôw Ʊī> M½Ô h¾ZyYpud$Nu|f Y־ nՓ QδLRŪ^ұA*ηd`}XĿᯅ̏Vǣ{̏1q{~ ̖kѢ^D MƷmƖ]ļYx}h$N{i ]Ɖ s QȏLƋWԱ`A*ȧgcքX̰㰊ޚ[ҥ|ޚ)˟sͼ~ׅ ۞pƿڥbD QÒ uءaͻ]~ns8mk 4Y`F?q X5+j78k-8]Dx 9_fLICN#????????????icl8VVVV++VV+OUO+OyyyOUUUUyUVUzO+++++yy++O+yy9]cd2Oy+299]2+++OyyO+]cc+UO992++++V+++Oz]]d2O]92+++++++UO+2+99]]9+++++++Oz299+22c9+++++++yO22292]]c+++++++zO22992O]d+++++++Oz+92929+UO2?2++++Oz+]++999+yOc2++++OzO]+992OO+99++++OyO+c+2cO+99++++V]d]+O]OO]cd]++V+yO+OyOVVV+++++Oz+OOO+OOOOOV++O+++OU++++++Ozyyyz+++++++++UUUO+++++++++V++++++++VVVVil32%*&$-[{T&3-p˧g(UN݄͔@^եP\¨NHޭy}~t4&]ܽqx|Wsfҳt³õGnvʜފ̻{LPJ;'it32v *$83*'63/33''.3*3 3$3*38071637438 3461383.5/6.**8*/35667784574865678687654331.8633*8'-.86475487767786878798 6674683353.$33$./08468467787876532212134576788765875158'8*3'8573487688762237>ENV^cfeaYSK@943246789778603.$3'5144767886217@Ui|q^I:31577987443./.*1*51374598721:Ol|^D33567533.33**.-548475517Osü`A2377865443'83386.15687641@cyO6167674718.$$.885759743Dq¸W71785847.68336.7866862Bo̼W53767458-.*33/37566839fߢϽL25867413'$*.86647852Rݧκp<38758476$*31779835754'357676TԱpnlc|Јȩseܳý֯V3784-*'4465C*mnl`ȁʸݱs275333/4773YUnlnkYߛ򺱼ƾŁӝ㳽6753$54573rVygnmb}՝ګ٥~؜鶼C4754*878755Vblmfuƙ񱭷݅ڦĿU28463.1466=WbklkiΥ¿ۃܱƽ¸g27878*'3893IWpfllc~ܼŷʶz38773$36483VXalliwʾ񩟣Ʀ埪}ȉӴ7873/8581eXfilldꢡ称žюݴ<57533*85681pXbklizи❢¾北ؗ嵿B4778.$33882|YfilldĹ؛ᥳϝܢ칽J3944'$06674akljn¹͛Ѐ9½ܰQ3771'$.5855Yngkleùإ¿ٞڽȷV28576787Yߵ`klld¼ɈѵY1846378678Yclljn󭠥Φ¿㠦ҏ۴[37863786786ngllgǽ漽Γؙ䴿]3786378778Ybjlldǻ堣è¾룥۟^ܥ븼[18463.4755Y`kllcǹܝ妳ƟfbܲøV28476$05564Ybjlkgŷћ񨥨lleۿǵQ3761'$37783~Yxdkljk÷Ŝ٥¿ϡqlrhʆҲK4983'*54683sXlgkliqettm~ѐܱE4776*3-8873gXehklhwſ󰠦ʧ¿٩eqvvorص泻>6641334873[Xbiklgxļ諸騲guxwriˣ8758'3774LWֻ`iklhxù袤¿зppwyxrcҡ37660$.85@Wض_iklhw٥ܤguxywq^ޣ˯k18658*857676Wض^ijliqϿ֝򭯺ÿ}mvyyvhꦬ׭Y1784/3$37882xVض^ijkjjӼ˜ŧڹiswxwl񮩵⯷G5983'*-8681_׷^hkMc۹⦲Ŀݐjuxwnھ볳97853.61784HUӾ`hkllc䷳󵟩¼qpvwp{ʾţ𽯺z38760.15877Tbgjllgx޾ﬢͥÿަgsurs;Ϣʪ\2868-*07872rTgfjllkbѺ饦觰ltsnμԡاC56436*-4883RTrciklkekࡩܼiqrk˺ע婮5753'6866:U_hijifYaԟ籿ѤݔgqiƳ٣ﳣb27755$8.6782qaۢ[eedaYYͬ馬skhƹפΖC598133$-4484J`YZbgp̘ݰehͥα}28783.*85584`֌ϕĸ{ң܊bv񳫵ɯR36685835771ZNؿ޻jb\~kkۮ7668463*335868Cɵݒhdtz}ުdα^286308k3.7582^晴x||ܧikgz{ۆpޱͩ87741/*$/18778lvy|.|{ztܫjpmڍvpmllj`־rvxy}|wuskө\28567..76582Z̄qtwz|,}{zyxݤjxg`بzݮhqttsj̅vxyy|~~}{wvtsxΩ86787/$$/14865ƴ/¾ۋkylE܏jrttsmƯ€R36677...3783LՀրׁ؀ ݴmor|Ltnrssrpkفׂր쯮z38671/$$/44582o҅ӁլeclozhEˇjpqrrqpllځۈڂـ ԱB4754..7307875;سxhrzL?Unejkl kiec}v٭]077663*4*'14883MjzeH?nxz{ yyxuomkihffeedccbba`_` abbex36764588817,1gmzvq؁րԃ ږ=56775'* 3..78875}fomp΁Ѐ M37866/ $636685<hleǀȀ a1764653 -46582EŽ€ gjk`ȁǀ o36945.** 33567572Oſlgjfl€Ƃ {5688736$ **.37683Sуc^_boјefih]ÂĀ 668586/ $'754772VmW`cddc_]cs~f`gih^Ϳ 95776388$6348780SڨVbdefgfca_ `bfggf]|ؼ }85755153338773MYbdfghhgb\ڻ t6675475.*3138782EܣWbdfgfeb[kӹ g3586473**83345674:zgYbdefe c`\\oö U2778575**33586844fuZY\] \[[\csʶ E1876715.*673761JὛ j63787548.*$'07679829hƺL3676741/33 *.54648661H}c62875437383*3/38757844Up?17788533'3'015468735XrB14866873-3**.-335867615R~hA146757630'33'3647687732Dh{T8357674865/3**33.3356688417KixZ>33678847318*$*./.34857786315BTmy`K:126766868315'3$.3047766878743149EP\gpx~|tkbVK?621468675677638'83*365373556778867431232124578877665484./.3 3./0174858658787878768896785746845868$*8*33544556568865767867648 7811.-'3$33$3'/5.3614854767347373173-6.* 3*3*'3-853 0358-/6'.8$*3**$**3*$83*'63/33''.3*3 3$3*38071637438 3461383.5/6.**8*/35667784574865678687654331.8633*8'-.86475487767786878798 6674683353.$33$./08468467787876532212134576788765875158'8*3'8573487688762237cºyO4167674718.$$.885759743BoW51785847.68336.7866862AoõT53767458-.*33/37566839fòJ25867413'$*.86647852Pp:38758476$*3177983:sƼS0577853/83$'.647861Mîm8386878-33$'.358753bŽB276556-33$67846748v߁P1746833$'.88584=߄߀߄ĩ\2646-33**.383@ބ݀ހ߀ރŰf178646-8*.045583D݃݀߀߀݄Ƶj376758333578774Bހ߀߀܂Ʒi1676336$8-463@ŀڀ߀ ـųf27647.** $315684:ŀƂڀ݀߀݀܀ ɭZ286843**747 5}؀ހ߀ ҤO28743-83548 2jſ ށ 礣˘@475516$!/46782Uøځ܀ֿ66787..33*57784@հπр 嚛 üj27751-8547765~⫌Āƀ 縑 ƬO38853'**687581\ޗ򡐟 ݀ہٳĒ9574838307785A睊ަ涊żm186563* *344572v‡؝{ǨG465503304883M碍ckqsu}} zuoe_gnqxy{ {xuoj`sٵ ~487843**347674䗐?KLMMLMNOQQRRQONMLʒLRSRQ PPEƱP277403H804782Q㖑FHHLRTTUUVY\^]ZXWVVXZVMUSHOUVWVWWVUTSSQKDDA⻽ Å577846*F3664884枎ѵgMJQV[_\UNHFEDDCC=ZߣcNWXYXXWUUPJd޽„ƱQ385538&58673O争ȊYUYMFEFGHG?c짞UYZYYXWVPYпăā47558'.38782|ᒏ r?DGHJJK4JH>䠡TXZZ[ZZYXWTUăƭI4844-$*/7785Aƀ̋>GIJL6MLKJAٜMYZZ[ZZYXVKŃq186573803681eŀȎǾȿ͚lWXZZ[[ZYXUMޭăś;575463*15867āן{=HJJLM-LJ@sA][YZ[ZZYWUPȫɀŃƸW28588$3/6573Kƃšx>HJLJIDIy8M`ZYYXUPδĂ}26847334681kłʩd?GGMIJ IHE7񨘔MBCQaZYXVNչăƠ>5754'357676ĂɷS?DDs@G EEFGq&㙏@Gմ=EGKPW]^Sʣj?GAiZ]YXWKĂs275333/4773YƂVܝPSQftT]``_\ZOCFH>RY^YYXWLăŏ6753$54573rĂ願NXSwPZ[3X[;GDSaC_]YYXNŃƧC4754*878755Ă𰒛JTMjTZ\4[NO@F={:Ma[XXQoĂƵU28463.1466<ƃWˏKULNZ\\]]\Um=ACF;CQbZWS`Ăſg27878*'3893HƂ 噕{MUL`V[]3[QQD:s>EDUaXUUĂz18773$36483Vł!ﴐjPVMO[\]3\RS[U;GEFEY_VMپłō7873/8581cł!ے]RUQXX\]4\YZNXVoUDHGG[]JĂƜ:57533*85681pĂYSTUVP[]]^]\P`UWMiAIIFH[PĂƦB4778.$33882}Ă"ۓNUS`SZ\^3\WiNXTe>IIHEHT~ĂƭH3944'$06674Ă@촑KUQj{S[]^^]\QmTYN>JGBEmĂƳP3771'$.5855ĂY䘘KVPxP[]^^]\SOYW[AIJJHE=QĂŷU28576787ŃYɐMVMlV\]^^]ZX}QYOJHJJIF?C׿ĂŸY1846378678łZ뫓qOVLO[]^^]\PSXXSYEJJHEAH߽Ăź[3786378678ł%䘘cQVL_X\^1]XfPYRyЩnAIIGCPSĂź[37863787ŃYґWTVLP\]^^]\PZWYOڲ>HHEO_OzĂŹY18463.4755ĂY潑PUVOVZ\^^]]T{NYUg콎S쵖ͺOVWXXWUOc󼯽żb27755$8.6782qłaịQZYXQyZU^YD:᝚MVWXXWUSMԢƥA598133$-4484JƂN҇TMVZZX_}SZFB@ʔKVWXWWVTHջ~28783.*85584āݪd:CDE-:̻PFB@]뮓pPVWVVTO[ӽƴR36685835771Yƀ[D:ޙLUUVUTSRIp⽾Ŏ7668463*335868ҭrA?GGH-GGC@w궘l:CAƕ֪mQZ[\]\[ZYQ_̻Ź\2863083.7582^¿j\H:2ˡL7ߠ07:=>>?@?>>==;84$۹÷\28567..76582Z¿;058<>@BBC.DDB@A?=<;8HƢt;̝P48::=>>@A@?==;9852;׺86787/$$/14865-ü鵢뷠Ȟ€ʽR36677...3783J%Οߥᄏz38671/$$/44582mēݰʆ ڿB4754..3078759Ӏ,Ž{̧Ŀ[077663**'14883Mɀ͂꿛wx36764588817 1g﫞 ߃ހہ<56775'* 3..78875}ł"ׂـȅ ʨL37866/ $636685<ŅԁӀҀă Ų_1764653 -46582EĄЖЂӁрą ƻo36945.** 33567572MăҘπ҂рą Ƽ{5688736$ **.37683SĂܤݵ΅ЀĆ ƾ668586/ $'754772TĀ┆Ѓ΀ Ć ƾ85776388$6348780R῅ ʁ΂̀̀ ć ƻ}85755153338773M氆˅̀ˀ Ć Ʒt6675475.*3138782D⻅ʄ˂ ć Ůg3586473**83345674:zߑȀʃɀȀĈ àU2778575**33586844dך āǀȄǀĉ ǻE1876715.*673761Jζ ŊƁċ ëj63787548.*$'07679828h ÂąłČźJ3676741/33*.54648661G~ŀƾb62875437383*3/38757844S¤n?17788533'3'015468735WğžrB16866873-3**.-335867615R~ęõhA146757630'33'3647687732Dhđ¸{T8357674865/3**33.3356688416IgĀņĀüxY>33678847318*$*./.34857786315@TmÁy`I:126766868315'35$.3047766878743149DNZgpx~}tkbUJ?621468675677638'83*365373556778867431232124578877665484./.3 3./0174858658787878768896785746845868$*8*33544556568865767867648 7811.-'3$33$3'/5.3614854767347373173-6.* 3*3*'3-853 0358-/6'.8$*3**$**3*$83*'63/33''.3*3 3$3*38071637438 3461383.5/6.**8*/35667784574865678687654331.8633*8'-.86475487767786878798 6674683353.$33$./08468467787876532212134576788765875158'8*3'8573487688762217bƧzN4167674718.$$.885759741BoиV51785847.68336.7866862?oԿT53767458-.*33/37566838eԻJ25867413'$*.86647852PҲp:38758476$*3177983:sʘR0577853/83$'.647861Lնm8386878-33$'.358753aȊ@276556-33$67846746vџO1746833$'.88584=֯Z2646-33**.383@׸d178646-8*.045583Bٽi376758333578774Bg1676336$8-463?؀ؼd27647.** $3156849؀ׁ ڴY286843**7473}ց ߫M28743-83548 2i ڛ@475516$/46782S ȣ͇66787..33*57784@߿؀ق ꫭ j07751-8547764~꼢΀̀ãÀ ٳN38853'**687581\檠ƀħՓ9574838307785?㳭ļŠk186563**344572vΞ߮篒٭D465503 304883Lfntvy}xrhƾbjqt{|~~{xrmcvԀ ~387843**347674몧COP OOPPRRSTSSQOҥƽNTUTSR SFԁٹO277403804782OꪨIKKPVWXY[]_^\ZYZ[WNWżTJRXYYZYXXWVUOHIFӂ Ӆ477846*'3664884չkQNUY]`]WQMKJIHB]ﻯĽߥePZ[\[[ZYYTNhӄٺO385538&58673Lȟ̍[VZQKJKMNLDiﶲÿW[\\]\[ZZT]ԄӃ37558'%.38782|駦vEJMNPQPOD건V[]\[ZWYփٳH4844-$*/7785Aـ֡DMOQRS4RPGஶP\]]^]]\\YOփq186573803681c؀ԣCOQRST0SRPD֭mX[\]^]]\[YPⷼրփ؟;575463*15866ցఢCOQQS.RPFy̭E^]\]^]]\[YTж؁փW28588$3/6573Iكέ~DOQR,QOJO­>Qa\\]]\\[YT؁փ26847334681i׃ԺjFMMTOP ONK<SGHUb\]\[YQփ٥>5754'357674ւǹYEJJyFMKJr&訠BLKM`[]]\[YNփU3784-*'4465Bك*߶IDEL۹BJLOSY^_T'ϮpFMFo[_[\\[ZNւs275333/4773Xك*䲴SVSgvU^aa`^\Q'ILNDV[_[\[ZOւג6753$54573rׂVPZTxR\]]^^]Z]AMJZgH_^[\[Qփ٭@4754*878755ւLWOlV\^3\PUFLC@Qa][[TrփS28463.1466<كդNXOP\]^(]WnAGILAITa\ZVcڀւf27878*'3893Fك쫪~PXNbX]^ \R݀"RI?yDKIWaZXXւ|18773$36483UقـP¥mSXOP\^^_^^SU[W?MLLKZ`XPւא577873/8581c؂!㦭`UWSZZ]_3^[[OYWq[JNLK\^Mփ٠:57533*85681pׂX󼧰VWWYR]^__^]QaWYNoHOOLL\Rփ٫@4778.$33882}ׂ"⧮PXUbU[^_2^XkOZVgEPPNJMUփٶH3944'$06674ւM¦NXTm|T]^__^]RoUZOEPPOMHInۀւٽN3771'$.5855ւ#뫭NXRzQ]^_&]TQZX\GPQPOKCTڀւU28576787ւ#ԥPXPmW^_2^[YRZPPNQPOKEGւX1846378677ւ׀񻩲tRXOP]^_1]QUYYU_KPPNKFJւY3786378677ւ$묭eUXOaZ^_1^XgQZS{ѱtGOOMISTւ[37863787ւ%ܦYWXNR]^_0]R[XZP۹DNMJS`R~ւY18463.4755ւ%ʧRWXQW[^_0^U|PZViĞBLJQ`\TiւU28476$05564ւY𻪳NXWUT^^__^\WcWZOϢEHN_^ZXZւپP3761'$37783ւ&NXWZR]^_/^RPZX[硩LI^_[[YQւٸJ4983'*54683uׂ&諯NXUbkX^_.^ZekVZQ\V_[\[ZNփٯB4776*3-8873gׂ'⨰{QXTjQ]^_-^SR[ZS۝VZ[\[ZOփ٣<6641334873Yق'ܧjSXSs[[^_^X|uV[UrNZ\ZRuւה6758'3774Kك'ئ^UXQ~T^^_^a\][OߧOZ\ZVaւӁ37660$.85=كWզUWXOQ]^_``_^Z^]X_ȧTY[\\[XSւk18658*857676ւVզPXXNhX]__``_^]\P貰^W[\[[YNփW1784/3$37882xׂ(ԦNYYNQ]^_(]ZVשoT[\[[YNփٱE5983'*-8681^؂)եNXYNV[^^_^\Wv○QZ[YQuփؚ77853.61784GكB٦OXXNuU]^__^]]S䯵OZ[YU^ւz18760.15877ւBާrRXXNP\]^_^]]RάNY[ZWPփZ2868-*07872rׂ(娯bUYYN[Z]^aIwOY[ZXLփ٬B56436*-4883QقC뮭VWYYNT\]]aU?۪QYZ[ YNւՉ3753'6866:؂QNWYYOP[[aYDYªRYZ[[ZYSgƽӁԁ`27755$8.6782qׂAȡR[[ZS|\W_ZI?训ɴQY[ZYWQۯ٫A598133$-4484IقAۜXPX[\YaT\JIFԦOY[ZXM~28783.*85584ցAjAIJKKJ@ŭQKHFc𼦲tSZ[ZZYT`ٽQ36685835771WـcCMMNMMLII٩NDJA嫭 OXYZZYXWNt֑5668463*335868ڴyIFNNOLNMJG}īp@JGѩ׬oS\]^_^^_^]][Sa\286308M3.7582\pcOACKMNOOPPOONNLDEUgw|Բ?Fc߉s^NGMSSTTUTSSRQOKCFWkyՕ87741/*$/18778v/?DGJKKLLMN*MMLMKIGE9طQ=糶6=@BDDEFEDDB?;+Z28567..76582Y?7@ACDDGFDDB@?<9Bҏ66787/$$/14865ñȁ/ǹȷϥɂſѶQ36677...3783J#ٴ纹z38671/$$/44582mϧϠ@4754..3078759ـ+ոŬ[077663**'14883L҂&ͱǩ x36764588817 1fρЀ󽳺  <56775'* 3..78873}؁ԁف݀ Ǯ݀ۀ׃ ڬL37866/ $636685:ׅւހ 󻮯߀ހ܀Ն ػ_1764653 -46582D׆ګ݃ހ܀׀օ m16945.** 33567572Mփ ڀ ܬ݃߀݀ ֆ {5688736$ **.37683Rւ䶣Ĩ܅ހ݁ـֆ 668586/ $'754770T׀騜öۄ݂܀ڀև Ɂ85776388*$6348780P̛؆܁ۀڀ׀ֆ }65755153338773L܆ۀڀـև r6675475.*'3138782Bɛنڂـ׀ֈ ׵f3586473**%83345674:z神؈ق׀։ ңS2778575**"33586844b୞Ջ؀ׁ։ ƉD1876715.*673761Hĺ֊ׂ֋Աj63787548.* $'07679828fՍ֎ČJ3676741/33*.54648661E~ՀӀԠ̡`62875437383*3/38757844S֤Ϊn>17788533'3'015468735U֟ɨqB16866873-3**.-335867615Q֙ӿf@146757630'33'3647687732Bf֐å{R8357674865/3**33.3356688416IgՀ؀׃؀ɷxW>33678847318*$*./.34857786313@Rmԁz_I9126766868315'3$.3047766878743129BNZgpz}tkaUH>621468675677638'83*365373556778867431232124578877665484./.3 3./0174858658787878768896785746845868$*8*33544556568865767867648 7811.-'3$33$3'/5.3614854767347373173-6.* 3*3*'3-853 0358-/6'.8$*3**$**3t8mk@    "#$$$#"!  !%)-147:;=>>>=<;863/+'#  !'.4:?EJOSWZ]^```_^[XUQMHB=71*$  "*2:BJRZahou{~xrke^VNF>6.&   (1;EOZdnyti_UJ@6-$  ",7BN[guƼ|naUH<1'  #.:GUdsų{k\N@4(  "-:IXi{׽r`QA4'  +8HXkطuaP@1%  &3CUi~ƨs_L;,   -=OcyͨnYE5&  %4FYpɥ}dO<,  *:Nd}。pXC2" .@Umܫ{aJ6&  !1E[vhP;)  #4Ha}٤nT>+ $5KeꭡsX@,  $6LgvYA,  #6MhxZA,  "4LhȠxY@+  2JfˠvW=( /FbȠrT:% +B^mO6"  '&  '?_룛qN23Orš`@'  '@_rN21MqƠ^>& $=\oL0  -IlZ:" 7V}碔hF+  (BdxR4 0MqӠ^>$!9XkH, 'BdxR4  .Koџ\;" 5T{꣒fC("<\pK. 'CezS4  -ImџZ:! 1Ou⢍a?% 6U}gE)!:ZnI-$>_sN0 &AdyR3 (Dgƞ}U5 *Fj͟W7 +HmӟZ9 -Jn֟[:!-Ko؟\;!-Ko؟\;!-Joן[:!,ImԟZ: +GkϟX8 )EhȞ~U6 'BdzR3 $?auO1 ";\oJ.  7WiF* 2Qw棏cA& .Ko֠\;")DgÞ}U6 $=_rM0 7V~凜hE* 0Mrנ^=$)Df{T5";[nJ.  2Puۡa@& *Eg|U6":ZlI-  0Lpˠ]=$ &@`tO24QvҠcB(  )CdwR56SwѠdC*  *CcvR6 5QtƠbB)  (@_ꤚqO31Lm\>'  %;X|ΡiI/ ,Dc꥝vS8"  3Nn]@)  %;VwfH/*A^ɠnO5! /GdҠuU:&  !3LiܡzZ?) #7Pmߢ~^C- &:Roݢ`E/ ';SpաaG0 (;So̠aG1  (;Rm|_F1   '9Oiw\D0  &6KcեqWA. #3F]v񻠟iQ<+   /@Ulӧy`K7'  *:Mbz߱mWC1#  $3CWl㷡waM;+  +:K^rݶ~hTB2%  #0?OatͮkXG7*  '3AQasӶ}jYI:-!  (4AO^m~DzueVH:.#  '2>JWdqƹyj]PD8-#  %.8BMXcnzth]RG=3)!   (09AJR[cksz~wog_WNF=4,$   '-4;AGMSX\`cfhijjigeb^ZUPJD>71*$  "&+/48;?ACEFFFEDB@=:62-)$  "$&')***)('%#    wxmaxima-Version-18.02.0/data/000077500000000000000000000000001324204105000160405ustar00rootroot00000000000000wxmaxima-Version-18.02.0/data/.gitignore000066400000000000000000000000451324204105000200270ustar00rootroot00000000000000Info.plist wxmaxima.menu wxMaxima.keywxmaxima-Version-18.02.0/data/CMakeLists.txt000066400000000000000000000034111324204105000205770ustar00rootroot00000000000000configure_file(${CMAKE_CURRENT_SOURCE_DIR}/wxmathml.lisp.in ${CMAKE_CURRENT_BINARY_DIR}/wxmathml.lisp) if(APPLE) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in ${CMAKE_CURRENT_BINARY_DIR}/Info.plist) endif() set(DATAFILES ${CMAKE_CURRENT_BINARY_DIR}/wxmathml.lisp ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.png ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.svg) set(PIXMAPS ${CMAKE_CURRENT_SOURCE_DIR}/text-x-wxmathml.svg ${CMAKE_CURRENT_SOURCE_DIR}/text-x-wxmaxima-batch.svg ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima-16.xpm ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.png ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.svg ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima-32.xpm) if(WIN32) add_subdirectory(fonts) install(FILES ${DATAFILES} DESTINATION wxMaxima/data) else() install(FILES ${DATAFILES} DESTINATION share/wxMaxima) install(FILES ${PIXMAPS} DESTINATION share/pixmaps) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima DESTINATION share/bash-completion/completions) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.1 DESTINATION share/man/man1) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wxMaxima.appdata.xml DESTINATION share/metainfo) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wxMaxima.desktop DESTINATION share/applications) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/x-wxmathml.xml DESTINATION share/mime/packages) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/x-wxmaxima-batch.xml DESTINATION share/mime/packages) endif() # allow local execution (./wxmaxima-local) from the build directory without installation if(UNIX) file(COPY ${DATAFILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) endif() wxmaxima-Version-18.02.0/data/Info.plist.in000066400000000000000000000043131324204105000204160ustar00rootroot00000000000000 CFBundleInfoDictionaryVersion 6.0 CFBundleIdentifier net.sf.wxMaxima CFBundleName wxMaxima CFBundleDevelopmentRegion English CFBundleExecutable wxmaxima CFBundleIconFile wxmac.icns CFBundlePackageType APPL CFBundleShortVersionString @GITVERSION@ CFBundleVersion @VERSION@ LSMinimumSystemVersion 10.4.0 ATSApplicationFontsPath fonts NSPrincipalClass NSApplication CFBundleDocumentTypes CFBundleTypeExtensions wxm CFBundleTypeIconFile wxmac-doc-wxm.icns CFBundleTypeMIMETypes application/x-wxm text/x-po CFBundleTypeName wxMaxima Document CFBundleTypeRole Editor CFBundleTypeExtensions wxmx CFBundleTypeIconFile wxmac-doc-wxmx.icns CFBundleTypeMIMETypes application/x-wxm text/x-po CFBundleTypeName wxMaxima XML Document CFBundleTypeRole Editor wxmaxima-Version-18.02.0/data/PkgInfo000066400000000000000000000000101324204105000173070ustar00rootroot00000000000000APPL????wxmaxima-Version-18.02.0/data/create_index.py000066400000000000000000000042371324204105000210520ustar00rootroot00000000000000### ### Quick python script to convert maxima documentation TOC to index.hhk and contents.hhc ### used for wxMaxima documentation ### ### Copyrigth: 2006 Andrej Vodopivec ### Licence: GPL ### import re TOC_FILE = "maxima_toc.html" INDEX_FILES = ["maxima_44.html", "maxima_45.html", "maxima_46.html", "maxima_47.html", "maxima_48.html", "maxima_49.html", "maxima_50.html", "maxima_51.html", "maxima_52.html", "maxima_53.html", "maxima_54.html", "maxima_55.html"] def convert_index(files): index = open("index.hhk", "w") fun = re.compile(".*?\"top\">(.*?)*") var = re.compile(".*?\"top\">(.*?)*") for f in files: in_file = open(f, "r") for l in in_file.readlines(): m = fun.search(l) if m: index.write("

  • \n") index.write(" \n") index.write(" \n") else: m = var.search(l) if m: index.write("
  • \n") index.write(" \n") index.write(" \n") index.close def convert_toc(toc): f = open(toc, "r") contents = open("contents.hhc", "w") lines = f.readlines() li = re.compile(".*?
  • .*?\s(.*?)") ul = re.compile(".*
      ") ul_end = re.compile(".*
    ") for l in lines: m = ul.search(l) if m: contents.write("
      \n") m = ul_end.search(l) if m: contents.write("
    \n") m = li.search(l) if m: contents.write("
  • \n") contents.write(" \n") contents.write(" \n") f.close() contents.close() if __name__ == "__main__": try: convert_toc(TOC_FILE) except: print "Error creating TOC file" try: convert_index(INDEX_FILES) except: print "Error creating INDEX file" wxmaxima-Version-18.02.0/data/dylibs.sed000066400000000000000000000004261324204105000200250ustar00rootroot00000000000000s#\(.*/\([^/]*\)\)#rm -f wxMaxima.app/Contents/MacOS/lib/\1;cp \1 wxMaxima.app/Contents/MacOS/lib/\2;chmod +w wxMaxima.app/Contents/MacOS/lib/\2;install_name_tool -change \1 @executable_path/lib/\2 wxMaxima.app/Contents/MacOS/lib/\2;chmod -w wxMaxima.app/Contents/MacOS/lib/\2#gwxmaxima-Version-18.02.0/data/fonts/000077500000000000000000000000001324204105000171715ustar00rootroot00000000000000wxmaxima-Version-18.02.0/data/fonts/CMakeLists.txt000066400000000000000000000002241324204105000217270ustar00rootroot00000000000000file(GLOB fontfiles ${CMAKE_CURRENT_SOURCE_DIR}/*.ttf) # need only be installed on Windows. install(FILES ${fontfiles} DESTINATION wxMaxima/fonts) wxmaxima-Version-18.02.0/data/fonts/LinLibertine_DRah.ttf000066400000000000000000025465201324204105000232040ustar00rootroot00000000000000 FFTMYfF,GDEF#UHGPOSBv`9GSUBQ=h>OS/2\K`cmap Lcvt  ð0fpgm蕏 gasp èglyf9㞩] Bhead"j $6hhea/1E \$hmtxĥ "loca+p9 Ad# maxp C dp name\ dpost '% mhV=preptH oB6,/yzz{}~ABBCXY^_lm     !STTUVWWXop|}DEHIKLMN"HVdrz&4<DLT\dlt| d P  ;m   oP R  y^sB;7N !f"~sz  ~EFGHLMLM DFLT&cyrl8grekJhebr\latnlmath(AZE (CRT (DEU (MOL (ROM (TRK (cpspkern mark&mkmk, &.,$ l  y$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;?|ABC|6 %LRX^djpv| $VV)=93mmmFmPmmFmmm!mmm{mm %+./37 9;==EEGGIKNOQ[]]$%  &,28>DJPV\bhntH5\+\+\+\+\+24GHRU+y` x~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz"{^^JVOvN=u^zH\V^u +''''mq^'''/''''''''''''?     '        \           )\\\\\)\+3)'o+^\\)/)) fj*%+)))d9////////))+ ))+3)5o)'q)d)b3+m++))$%&'()*+,-./0123456789:;<=DFGHJKLNOPQRSTUVXYZ[\]  #-a NP#%6|}4;ADDHJMO TT#XX$`l%2346?@A $*06<BHNTZ`flrx~ &,28>DJPV\bhntz y #^T\)LVR)?\D f\);dwyu+;H)\))d)))))) )3))))y);)s)d)m))-'\PPRyD1=Dyqu+6 E "(.4:@FLRX^djpv| $*{GRh`PuHR-#; +! h /jb1FN9b1%5L%;9qh;%'*+--/9;;==EUWY$[[']](  )*?D23456 &,28ff`R 06<BHNTZ`flrx~!R`'P9V5;H!VVVVVVT'T!DFGHKLRVWXn4 &3f K "(.4:@FLRX^djpv| $*06<BHNT Dmm12JFwq6F{7d;;;;VV# %$#/LV?K$%&'()*+,./012356789:;<=DFHLNOPQRUVWX[]  #- 5N]n4z% s w &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~9$Dujb2h'fV+6)))))))s7^))))^))3)))))d%;%;%;%;%!#+####  w!3}$/%b +NV%!%}!%L%##$,.3 5=D]23789:;<=>?@ABC  D##F--GHIJ  KNNLPPMNOmnnnop44v!$ '17:CCEG KL#PS%VW)__+,567 &,28>DJPV\bhntz ".?R5F'FBBX#^qLq   F# mw9/oy%1dVsXFb "(.4oRdRwZ` T1}LRq=ffffH111L111111u111L11111L    jjjjjL1111L111111 d;e   !##$$''))+,..// 1122334477889:;;<<>>BBEE HH IIJJ NN RS UUYZ[[ \\^^aammooyy}}          $$&&**,,..00224466778899::AAQQWWYY[[]]__bbddkk mm nnppzzvv{{||                    ++ ,, 77 99MMOOQQ\\^^bbffhhjjkk llmm nnxx~~      (()),,..0022446688::;; <<== >>?? @@ BB DD FF NNPPRRTTVVXXZZ\\^^``ttvvxxzz||~~$+4;PS    2>AE&'..00AABBDD     !""$$%%&&')**+,--./112233445577889:<<@@ DD EEFF GG HH JJ KKMMNOPQ RR SS TT UV XXYZ[\]] `` aammoorrtuyy{{}}            $$&&**,,..0022446677::BBCC HINOQQWWYY[[]]__aa bbddffjjllnnppvvzz||~~                                ! #$ (( ** // 3355 99:: MMOOQQ``ffnnpprrttvvxx            ""## $$%% &&((**,,--..//0011223344556688::;;<<==>>??@@AABBCCDDEEFFGGNNPPRRTTVVXXZZ\\^^``bbddffhhttvvxxzz||~~   ee gg mm     $1FG&'--AANN     !#$')+,./1234789:;<>BEHIJNRSUYZ[\^amoy}  $&*,.0246789:AQWY[]_bdkmnpzv{|  +,79MOQ\^bfhjklmnx~ (),.02468:;<=>?@BDFNPRTVXZ\^`tvxz|~     $%&'()*+456789:;PQRS    23456789:;<=>ABCDE&'.0ABD DFLT&cyrlVgrekhebrlatnmathv    (AZE TCRT TDEU (MOL ROM TRK T   aaltc2sccaseccmpfinafracfrachligligaligalnumloclnaltonumpnumsaltsinfss01ss05supstnumzero      2:BJT\dlt|D.J      2jnrz~ &.4:@FLRX^djpv|,<F7'&68{(9t):u*;&+<',=(->).?*/@+0.1-=G'7&89:;<=?'()*+,.02  >@^`cm}N&()*+,-/789:;<>@ !$%~ 2;p|tu {{ ~$$&+p|F(> "*2:BJRZbjpvvxxrrpp~|| "ssqq $,yyttuu "wwzz{{b./0,-${tu&'()*+.%1N -*$  D]aa*+??,-\+?@<=23456789:;>AtuvBwxyz{|}~CD=2  D])*  >@^`cm}( ILLHLIA *6HR\v  "  "LXMKEMOIFW W)T&W "47IWrA GWWFV.'()*+,-./07@en 4Ngefghijklmn&27@ 4'()*+,-./021/789:;<=>@&gg NN ?? el nn2efghijklmn7789:;<=>?@N&1  &'LLLIILMNNTU*; ""$677889:;;<<==@@IILM_`hhlltuxx{{--//NNTU  ABC :X)[\]^_`abcdUVUVWY_ZX\]) >@C^`cjmv}  ^9L LM33f R PfEd@ ''`FD , \, \0~37jNou~wDJPSX[EMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!O!!!!!!!!" "."6"<"A"E"I"Y"b"e"k"q""""""####!#'#+#}##$#$$%%%%%%%%%&& &&&&'&/&S&`&c&f&o&&&&''''g''',l,w.. .!e)/7>BI!*08KU^ad 8 &7jPtz|CGMRVZ HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!O!S!!!!!!!"""6"<"A"E"H"Y"`"d"j"n""""""#### #&#)#}##$#$`$%%%%%%%%%&& &&&&'&/&9&`&c&e&i&&&&''''g'v'',`,t... e,7<@H(08IMW`X 8~xuCkhN QPNLKJIGFDCBA;5 sj[N& PsqpnIG>8v4ۙے```(((( ( ('~'V'U'S'M'G'B';'+'*')'(%2$w`  p ~bBDrx&377jjNPoMtumz~ot{|w|SWXCDGJMPRSVXZ[   EHMBPWHYYP[[Q]]R_}Sr   ' / 7 9 > B B D D G K O O# p q$ t & A F H K M O P!!Q!!U! ! W! !X!!\!!]!!^!!`!!b! ! d!"!"e!$!$f!&!'g!.!.i!5!9j!O!Oo!S!p!!!!!!!!!!!!!!"" ""."6"6"<"<"A"A"E"E"H"I"Y"Y"`"b"d"e"j"k"n"q"""""" """"""####### #!#&#'#)#+#}#}!##"###$#$#$$`$%$$M%%%%%%%%%%%%%%%%%%&&& & &&&&&&&'&'&/&/&9&S&`&`&c&c&e&f&i&o&&&&&&&&'''''''g'g'v''''',`,l,t,w.. .. .. !ee),/A77E<>F@BIHILNOPW!e(*o00r88sIKtMUwW^`aXd 8889;>@DFGJP   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ardeixpkevjsgwl|cnm} b:Nyqz @ "+ !7 !!f]=]f\H \TjD"@M =M >$,+2"'.'.544632#"&R? .(E%';A)%=DJL;qA`^) F;RLf%>D'#?Ch3)!9K%PX >[Y'$ +54632546325>+HC5=+HCjF%AD F%AD5KPX@)  dS  K  = >@)  deS  K  >Y@)  +7#%3#####737#733333;%'\'>M79N<mllmmnnm,9bh <D@%!=7&<19KPX@(bU = = N>@+dbbU N>Y@A?5432/-#"  +%2>54.'2'.54>;7&'+'7.#&'>&#"!MN3)K<+)I*8;m;1vY ; H*F%k 3Rl; >: $ Z5dA@b>!FCk>`D+{ ),GoT@) i|u 6BP@M"<:  U UUUM>A?;9.,(&!66$$$" +%32654&#"4632#"&27'#"'#"&5463232654&#"w7#NwHHpqqJftXge/3bZJuXdn)P@+#: NyF"HqJIbFGCTfy!n'+wV HKdFGXX- HTK PX@I:!  A  <K PX@I:!  A  <KPX@I:!  A  <KPX@I:!  A  <@I:!  A  K PX@:  b M ==M=N =M >KPX@6  b M =M=N =M >KPX@:  b M ==M=N =M >K,PX@6  b M =M=N =M >@4  b  UM=N =M >YYYYY@PNEC@?&1)&% +3267&#"&5467&5463267>.'&47232633272#".'>54&#"mXdXZL۠qq1VI*1 HJ)`DFdNL`BZ=+w1)7^-ZmF=?[-Vwlww2۲yi{dj_PTV6<   4}pmybf ?>;?FTba)mh'9K#PX >$ +546325=+HDhF%ADZ^)@ 9> +72&.Z 3 yT1hd9`@ :[ +".567 3 yT1Z%!bhe\s3/@, )<eU>&'#'#!+&#"54632.54632>2#"#".'#"&54>X#3!#'x%+#D%'wJ!?1]4%#//2-# 5^`L%Z)y!/H[)L?3% Ay;#'5;Fs DK(PX@SK>@GSK?Y+!!#!5!3Hh_b_ZhZkXV@9[ +72&5>54'&'461PeJjIZBwTfq%=F)<Rb3@IMA  +!"#"5463!2+F! %, 2{H @M >$" +74632#"&{F$'D'#?CN+-K(PX@ e >@ d[Y@  + #NI+\P`$*@'UM>$$  +"32>764'&"32'JG-/]==V#M6'=Vo5N|7Lw\L; -#>n#dAF˪C#*@'<ddL >'c+%"&#"#&7>76'&#"&'$72H=q/37+q=%7{ {; ;{\ ]w4yT !\}L2/@,+<bUK >))F+"+4632!2676&#!46?>54&#"#"&}>GH>L5?-^B\V=Ed]9#/hJTEL+fsbVk^3 % +"bV8K@H32<b``UM>1/,*$" 88 +"#"&54>32#"&546323265!"'>54&9)'!%'Ri %XFof81'-P5# nZV%F.P\=N!3LT+P:.5'  -SZk91A@>+<d UL >*($" 11 +'!2+"&#"#&47>765!"'63.%8V-7983\?=3r!+D   /-+V#5`+qoD(B@?< :bUUM>&$$##"+4&#"327"'632#"&54632326jEwf{!})T^/72#^19 w !ݜ_;#B) Zm$&@#<#:UM>$"&$+32654.#"672#".576% rPu3jFwCbìö5esV7 |URȸ-foJ ?ÕDhwQ-hd3@0<dU>  +"'7433!27'H{7' 5)RL {\GZ`bZ $23@0-<UM>&%%2&2#!   +"654&#"&54767'&'46322>54/Xr@i\ND}Ѻw'u%'RT5auhwIwc&lN};>-Rjިi!Zuy8lHp:N=}Xj$+@(<#9UIMA$"&$+654&#"327#"&5432&'$sPt4jFwCbìö5dsV7 cOURȸ-foJ ?ÕDhvR.ZB =K*PX@QM>@UIMAY$$$"+4632#"&4632#"&F%';A)%>F%';A)%>%>D'#?C %=D'#?BB E9K*PX@eM>@eIMAY@  $" +4632#"&2&5>54'&546F%';A)%>a1PdJjJZB%>D'#?C wTfq%=F)<d; "+&7E "-6 E'/@,SGK? +!5!5)ddddP7 "+%&47&47vE -5 FZF'3/@,b`M =M >$$,%+"&547632"=47>54&"4632#"& ->1bZNFAR!=6pmD'#?CyQJ@GON L=('< UIUQ M >JH&&$$)&%&" +4&#"3267632654.#"327# ! #"747'#".5432?K:%p)RZ>+%{dyw)imР?[H=J?;Hj113[^{9H'+Ro|lSRVb͞d%RTNJ^aT!`jm8XM%<1'3 r DBoKPX@%b   V =K >@"dd   VK >Y@@>5432/)  +!#.#"&47>727.#"#&4727>&'!"n,"  /, K]%&E %7)& 0.  $ U" 98T      Ml@ @UUM >Y@ KICA98,+(! ><$ +32654&#"2632#"&#"&47>7654.'&4732>54&+eXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓy}([ *>[O/P))HwE    'EBAE'    =L2[b> LDD@A <b`M =M>  + !2'"32672p)oflfx!)[ miw!Z3?LK/PX@M =M >@UM >Y@:910-&?=)$ +%32>54.#"263 #"&#"#&47>754.'&472 /`RsZ'\/@) RM%V\{9+q==q-7967yٖbV<-ck c\# ;{T^dU{;  !N7HK PX@= <;:KPX@;= <KPX@= <;:@;= KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@FC:9830/'&#HH +>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"o};QTH?S+b91q;;q3VS4K8H/Xu'!^!70#X' ;{ {;  ?H;V!ZA!7DYK PX@64%<<#:KPX@#64%<<KPX@64%<<#:@#64%<KPX@*ZU =N =K >KPX@&ZUN =K >K/PX@*ZU =N =K >@(ZUU =K >YYYY@ /"93b +%"&#"#&47>76'.'&47!272'.#!"7>76'.#'CB?%B9)q;;q R3L7H};QT=L#  ;{ {;  ?H;V!Z-/Xu'!^!7/#B\D2Q@N*<b``M =N>-+!  22 +23#"32674&'&4723263! 4$-!oIۃP5H`++/d 1- }<D]j mhܾ{C4K9! % %+4xN!3\y@ ,([W @# U  U K  >Y@ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% >p-79+q==q-79+q=<hBq-89+qAAq-79+qB{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/D31F9K/PX@K =M >@UM >Y@ *)&"4 +%&#"&47>7654.'&47327 .7=  |C =8/3', eL  ?4/ BD(     'FA,8*    'CB3-QK/PX@bQK >@!bUIMAY%$*c+4.'.723263#"&54632726J@p -89+q=?kL0p=%"+e!?s{;  ;{=6)A7"($'!3SjM@!U  UM  >Y@RQLJIE9cb +%"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&'@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv{; ;{T^dU{;  ;{Sh-9  yJ\ =WT35T@ZUK >Ycf1+%;2676&#!"&47>754.'&473267r#$7L2 =8. .8= ,89*  =7.ߤ    'FABE'       (DB*3NM5 K PX@6b`  ` K  =  M  = >KPX@6b`  ` K  = =  M  >KPX@6b`  ` K  = =  M >KPX@6b`  ` K  =  M  =>KPX@6b`  ` K  = =  M >KPX@6b`  ` K  = =  M  >K/PX@6b`  ` K  = =  M >@4b`  `  U =  M >YYYYYYYY@JHE?<;21.-$"+%#'"'#.".7>76&'&4732>7%.#"&47>&653 XN 1_ {5~  T; Z /h  b2C((( !2 (#( s'`U     PaguE     L\100     -03NB@??<b`M = =>MKEDA@6210&$!1 +4.'&47267#"'&".#"&47>5&'&47325p 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " 3GM+      +LF 1DdsGM+      +LFp  w->JFD '@$M =M>   +"32# 7>3 'Ų{VVsP-j{h'v! =/<s@ 3@&UUM =K >Y@ #%(!Cc +"&#"#&47>764.'&47232632#"3 4&#"Zw)@9+q==q-7-Z'/fŅu5-u7{hL^}R1 9}dU{;  Gsj6HL^ A1JTjD 2N@K(%$<bUQM >1/"    +"32632327#".#"'>7&7>3 'Ų{wqTmE"uZr?!ZP8sVsP-j,(kV=H><=)Q3bv!=;H@ ? , @0 U  U M =K =M>Y@GEB@%#!Cc +"&#"#&47>754.'&472326327#"'.#"3 4&#"Pu)@9+s;=q-7-Z'y`Np'!#-u7{hLXwT/ 5u5dU{;  Gsj6q3A d^ A17D5m@ @%bbM =M>Y@ 42$"! +#"#"&#&'>32654.'.54632( VX-;e?h hXla: !ʑy$,W5iu { Y0W9:(8a7C/ }8^:8)=4?4r@ @$bU = K >Y@ /.R112 +.+""'6743732%2#&'#""&"#&47>76!)8x<' 3B7%Pv){'wPJ`D  Bbw? ?w& L3BPK%PX@ =M =M>@U =M>Y@ S-!#+32>54.'.723263#".='.'&472263opu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA'lqDdPBC%     %F?ӲX+fӓ{;   ;{}V3+B'@U>Y@ ++W)S +.7267"'.'&7226376& 3-s+0J4Yk/JS-V-e('F C)+ 'F8./0yU  Y[5Tq3SiR7@b  U>Y@JDA@32/+##$C +6&'&473267"'&#""&'.'&4732637654/.'&4732677SI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ'<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++[3^pK/PX@)b` K  =K >@'b`  UK >Y@TNKJFD>=:5cS +%."&47>.'&".#".767654'.'.726732676'&473267iBf@  \! *)I )  h/=kC  \! *)H )  k)[M     '*#i!'g     )WH     (*#fg     83AHK/PX@K =K >@UK >Y@ bbS+%"&"#&7>74.'.'&7232637>.'&723263F){'F 9eK/- Z%!!+')Qb(y= =y3 " a> #A91-( 0G'/YH?1k@0<:K(PX@$b`M =M >@"b`UM >Y9d9@+&#!"54767654'"'677!26323%>7672\7'!2HG## [#j1?LnL'%' -  @du ! &[CB  u@eK> +!{)'{u+ )Ra`R) H@e> +#qZ)Jw@P> +!&7>54.'&7N{)'{ )R` `S) B3@<e > +#3#]V]n@GK? +!&47 E B A 1 @e >$% +#"/7632m  +?F-)/VZ@K@H<b``M=M=M>%!$$'#& +32>767##"546?654&"#"&5463 32632#Xd`SD !)+'BVA \{`3'#+y# !5 )R+p)rB5^ # e3 b!)'|1+ -6-#N\S! *({59@6!<b=M=M>$"%%+32654'&'632#"'&"'&'4>76'.'&7672T%JADB_^VbymG9 +NZ!1Vf\밞d`Xת;2/5#PqPf5&9?HZ'@$bM=M>$"$$!+%'"&5432#"'&#"3267{Ͷ:%Bdw?1hR++E͝P@L<o@*bb=M=M>Y@ "%$%%+%04'&#"3276'"&5476323274'.'&7672'&54!;iA9VNj`}I3%TZ3XKF$FbRŬ^Jwχwfs(&9NLN9=F.H/Z!1@.bUM=M>$#%"# +%2'4&#"#"'&54632#326lLH!h\%>+;Nq u|jǑ#dFH@1:nKPX@)ZM=M =M >@*bM=M =M >Y@ 97'B#%#%$ +&7>32#"'.#"32#"&#"#&7>76#"=4;4J/Ju;?913)U(+/f#1)s$R( -g׼qGK)/4/>75K <);KPX@:ZU M =  M =N= M  >@8Z  UU M =N= M  >Y@MKHF9720/,(& QQU%#" +4&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32ug\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-uhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),/E=@:b= M= =M  >CA76!'! +"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"B%K %l)-!X-%TZo37+T'w+)u$N&#Fb /fw3 5u\]s(&'CHu3 3u*F!?- -L9K,PX@M ==N >@U=N >Y'&3$"+4632#"&&#"&7>7654'.'&7672E%'@ bU=M>Y'$*$"+4632#"&.'&7672#"&546327265654E%'POLKJIHGED@?9875%$#!  +76'.'&7672>767>&'&4723263&#""'&/.'"&"#.7>+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \/1Ovj1 &9ip#7i36   c ^  DK-Eu5  5("1@. <b= =M >+76'.'&7672"&"#.7>+M [/\%Z# \/1Ovj1 &9u5  51^Z8@5ZXOMB@76,*%#* +&#"&47>76'.'&767276327632&"&7>76'&#"&#"&7>76'&#"q%L8FT-)R T JhwV'RN'wu%L{AVmP%}j3u3 7sT)Z<R=u5 5u''u5 3w5 ^G(@%M= = >!*!! +632"&#"#&7>76'&'&""&#"#&47>76'.'&7672fs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV C6x>u3 3u{F?3#/{u3 3uT)  Z<RZ%@"M=M>&# +47632'"&"32654&RluLsyl5^Tn}oBٖT^?6@3<M=M=N>B%%' +032>54&#&6 '"'&"&#"#&7>76'.'&7672V1/Rf1dcnj/ÒuRN2j#1-"Z-+PZ#H^+)ZFӨo gw5 8vNNR+  7F D^77@4M=M== M>65%$-$! +&#"32765'&4&'"543267632"&"#&7>uBXsjP1 1e벇V -\%["\-H՜@\f\/  9%/LNNw5 5?^0L @bM= >YL#(+.'&7672767632#"'.&#"&7>76-P ` ml?77%/# 9>++.=?=^.P-# w9J5?iJC?>% 3u^Z02@//<M= =M>",()%+632654&'.4632'&"#"'&#"4^!55a;qTysdv-_b;V`kqtBdd-^T 35ZC?S31owEV;HN)+s\Df5q=B.?@<,<dM=M>+)%# .. +34.54>7>3232+327#"545#"'54`Z) !0%R\s r F`y/  Nt dPE5j 3P?:@7;<M=N>+*)&$# ?? +"6'.'&732723267>56'.'&73272'&7& -H,/6X%5.G+13XN ^6 yK PX@==>K PX@==>KPX@==>KPX@==>@==>YYYYA/!+&4723263#"'.'.73267676&h'X !%/#  #b#  !!!    % -+)i2$6     - 3/JJ PUF@CB  < =M =   >SRQPONFD@>98654210-, +67'.'&472326367>.'&4723263#"' #"'.'&472263D    #i!L#  75x)'R/D!9BzE!PFm!!L-)#   DFT #'3  855)' +'wT>  PO8@5 = = = N >KJIGFE98!! +6?6'.723263"&"#&7>/&"&#"#&76?64./&'&723263h} Dq %f!%^wd d#`R!55w-#`)'I#sh`b%b!#D Z   y  +L-3     & P:/@,2.:ZM=N>1/=!$!+"&54632327676'.'&47327676&'&47327{No'5)' 'H(;!;)=>`>D9' C5jH9R1b{')- N4VbB  -61k)'/:  _3ZXZ(=@:$<b=M=M >((%#%s+3!2>32!26?2%"5476'6746 #'J9'"uFN+&-%h5 Z 7͔PZ9 r ` FN!@<R> +3"&76&'5>'&63TMRZH fJ \RRZ {#'y!\XNy  #%'K#PX@ =>@ K>Y +#3ZZ%qL! @<eM> +&67.76&#&472#&476NRZHfJ \RRZ h{#'Fy!XN  #5V3@0 <eUIMA"$""+>3232672#"'&""5ZBX\75w jL#BYX>7}#hADDE dwDBTA+y"[KPX@M=M>K PX@QM>@UIMAYY$,+"&54>7>76#"&54632PR@ -'E%';A)%=+JL;qB`^ ) E;QL%=D'#?B;")>@;$" #<b`VK>&$+3#"&'&'3267#5.5467@7"#o <. n@ʇQlicL()& 3L< ܪoIV@S. <bU U  U M   >:85320*(&%#! II +"54>;5467632#".'&#"32+23267#"&#"#"&54>765 cEPo/m-# #/1D^-hwP51s% %\XVN-!*  f =Sy31'-'/‡!ۑ55;3Rc{3#%!   qO';} 'I@F#&$<:%9UIMA  ' '$" +32654&#""''7&547'7627'݋qoeoj]XuVVqPcj}idTwRPqNblqywy NsX\hfZVnLOvX`di^RmP\Q@Nb U  V  UK >[ZWQONKIFDCA><10v$!#!+%5!"=4!5!"54>;.'&732>3"3>&'&47267!2#!!2#!"&#"#&47> 1 #H9#@Vq3# 4#o!O# !3#3L->?+L7! JRi>hRH% -La  7L Ld dNK PX@OK >@SGK?Y@ +## ddddfbD@U8@5LA!<b`QM >1/-+(&##% +.54632#"&'&"#"&54272654'.56>54.'&' :.>, )hFfZR@# 8+C7)iFfZR@# 6&1))i/C\:\))h/D`P7pHmIN3!tJi//52?J)6nFmJNTwIi//61?J)$g/7a;N'5.X]7a;N&9f9 @IMA+462"&%462"&f:N99N:[9N97R7)99)'::')99)'::F/)5[@X<b UUUIM A+*! 1/*5+5&% )!)$"&" +#"'&547672#.#"327"54 "3254#N{UoJ^?X7 LPJhsVsE\\$'5NH\}Ri J`TNsqf\VQ!D-)?B/n@ , @$bUIMAY@ +)&$  / /$ +327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *!?1TC1/!P@{59]u -5;  "+67&'67&767&'67&3yѩyѪ##Ӊ##Rm@9GK? +%!&7!T>3'Rb3@IMA  +!"#"5463!2+F! %, 2F/ 8BN@ 9B:B*& 87#! +4#"326'26327#"/&#&#".7>54&'.7"54 "3254f%-V11of]B3b#5 #&P-b B4J79J33J\\$'h)3^;9N; Ns1%%1/1%VQ!D-)y; @IMA   +!"7463!2 ;(*FF >KPX@UM>@UIMAY$+4&"326%462"&FHJ=;Kxwwx9[X<9TV9VyyVTxx+! 6@3SSGK?   +!!#!5!3!5Hh_b_hZhZkdZZ\)&@ %KPX@%b`M=M>K1PX@"b`PM>@(b`UIL@YYY@!&& +"&5463232>72!47>54#"$olZX_h% !ZN@gP5iPZBnDLl5! qP}?\Lo+ *+N11m@ .@$b`UQ>Y@ #"$)&&+4&"#".54>32#"&5463272654#"&76}/>A  'qRP^i=g}:+M;Z! %! 77?:R9\Rh-+#%EX}%9 @e >$! +632'"&547f ?2' 5/' &Z!7@ " <&:KPX@-   b`= =M=>K(PX@0   b`b=M=>K1PX@0   b`be=M>@6   b`beM=M>YYY@77%!&&&! +%#"'"#"&54654&5'267326726732632#"'yX'B/%P!}J%r '%%)T-{/H';@L91DABoZ9u;@7  )+u!- 4@ *"K(PX@bOM >@&bUIK?YY@ -+'&! 4 1#" +3254&7 7&! '54?>5#"&54632RTTRT `5?21@5be8?/&ȽXNNNC'%--%'''+ˇo@IMA +"&462+VDDVDCVDDVf-q@<;KPX@XVIMA@dVIMAY@  +"'73632#"'4772654j5' RF4?R}^HPN)/9 ʼnF9BV#!+'G4@1<:dIK?  +"&'676&'"&7>54&Uo#!=o=33+ '/D '- 32 3!Pm} (@%UIMA   $" +4632#"&"32654&PsJM\T5ZZo}qmV{ZV\by5;  "+675&'675&'%yѪyѪ##Ӊ##Z&D@)   @3  d  b   SSIL@Y@('>=;754'D(D2$ +'%5!'6735476323#&"&7>"&'676&#"&7>54&uTVVp?3!r f-;==B*Uo#!=o=33+ c1Pu )E19!'/D '- 31 3!^*H@-)<3/:KPX@6 d bX SUIL@@7 d b` SUIL@Y@,+BA?;98+H,H%# ** +'"&5463232>72!47>54""&'676&#"&7>54&BVTT$omZX_h% !ZN@gPpUo#!=o=33+ 5iPZBnDLl6! qP}?]Lo+ )+j'/D '- 31 3!J^5X@2<;  @Jb``  bU U   S I L @Y@WVTQONKJIHFD#"$)&&+'4&"#".54>32#"&5463232654#"&765!'6735476323#&"&7>TVV/>A  'qRP^i=g}:+M;Z   ?3!s f-;==B+%  78@9R:\Rh-*#%FX}%1Pt )F19!)!y'3KPX@$b`M=N>K PX@!b`RM>@'b`UINBYY$$,%+4'&5462#"&54>7676=43226#"&54632 ->1cZNFAR!=5pm@'ddd   V K >Y@ KI@?>=:4*)&%"  % +#"'%6!#.#"&47>727.#"#&4727>&'!" 9?.n,"  /, K]%&E %7)& 0.  $ U"  <8T      @'ddd   V K >Y@ KI@?>=:4*)&%"  $ +'"&547!#.#"&47>727.#"#&4727>&'!""X'9 n,"  /, K]%&E %7)& 0.  $ U" )Aw Z8T      @"dd   VK >Y@NLCBA@=7-,)(% +&'&'676!#.#"&47>727.#"#&4727>&'!" Zy S_}S|#n,"  /, K]%&E %7)& 0.  $ U" wl[" >?F7?8T      KPX@6  bU U  V = K  >@8  b`U U  V K  >YY@& _]TSRQNH>=:960-,"!% %  +2676#".'&#"'632!#.#"&47>727.#"#&4727>&'!"j#( ZE $@/&(&0t #(4n,"  /, K]%&E %7)& 0.  $ U" +?_l '-6 't8T      @1  b` U  V K  >Y@PNEDCB?9/.+*'!+462"$462"!#.#"&47>727.#"#&4727>&'!"MLRQLVMVIG>=<;82$#  +!#.#"&47>7.5462.#"#&4727>&'!""2654&n,"  /, K]%8Kmm:. %7)& 0.  $ U" @.55[5598T      KPX@KZ  U S =N = M = N =M >KPX@GZ  U SN = M = N =M >K/PX@KZ  U S =N = M = N =M >@IZ U  U S = M = N =M >YYYY@kj`_\VPMJHCB:942:SC+!"&#"#&7676&'&4723!2>72'.#!"7>7>"'./3!26&#!"&47>76.'!5teG/+}!V!:b-"d& ()E-#%CF&       #K@F@R /c42 =8.d+w5D  /\   ? 92P"3'A %)1  q'!]" *'*X'    (DB8X+LfD7m@j!%1 / <;b`  U  QM =M>42.,(&  77 +"'7.5!2'"32672632#"'47726545' INp)ofl[-?R}^HPN)/9 j)[ miwwxF9BV#!+'G!N SK PX@FH &< :KPX@FH &< :KPX@FH &< :@FH &< :YYYK PX@2d ZZ U N =L >KPX@6d ZZ U = N =L >KPX@2d ZZ U N =L >K/PX@6d ZZ U = N =L >@4d ZZ  U U =L >YYYY@ QNEDC>;:21.(#  S S% +#"'%6>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!" 9?};QTH?S+b91q;;q3VS4K8H KPX@6d ZZ U = N =L >KPX@2d ZZ U N =L >K/PX@6d ZZ U = N =L >@4d ZZ  U U =L >YYYY@ QNEDC>;:21.(#  S S$ +'"&547>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"X'9 };QTH?S+b91q;;q3VS4K8H)Aw /Xu'!^!70#X' ;{ {;  ?H;V!ZA!Nw VK PX@K)KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@TQHGFA>=541+&# VV +&'&'676>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"eZy S_|S|$6};QTH?S+b91q;;q3VS4K8Hwl[" >?F7?N/Xu'!^!70#X' ;{ {;  ?H;V!ZA!NqXK PX@K M +<KPX@K M +<KPX@K M +<@K M +KPX@; ZZ U U = N =L >KPX@7 ZZ U U N  =L >K/PX@; ZZ U U = N =L >@9 ZZ U  U U =L >YYYY@VSJIHC@?763-(%" XX+462"$462">76'.#'3!26&#!"#&47>76'.'&4723!272'.#!":P;;PC:P;;P};QTH?S+b91q;;q3VS4K8HP;;P::P;;P://Xu'!^!70#X' ;{ {;  ?H;V!ZAD <W@ :9K/PX@dK =M >@dUM >Y@ 541-4%+#"'%6&#"&47>7654.'&47327 9? .7=  |C =8/3', eL  ?4/  @dUM >Y@ 541-4$+#"&547&#"&47>7654.'&47327qX'9  .7=  |C =8/3', eL  ?4/ )Aw BD(     'FA,8*    'CBDw ?R@ :9K/PX@K =M >@UM >Y@ 8740 +&'&'676&#"&47>7654.'&47327SZy S_|S|$b .7=  |C =8/3', eL  ?4/ wl[" >?F7?RBD(     'FA,8*    'CB[qA^9K/PX@ UK =M >@UUM >Y@ :9624 +462"$462"&#"&47>7654.'&47327;P::PB;O;;O; .7=  |C =8/3', eL  ?4/ P;;P::P;;P:3BD(     'FA,8*    'CB!Z3"NpK/PX@# U M  =M >@!  U UM >Y@'#IHDB?=985.#N'L "" +2#32>54.#"263 #"&#"#&47>75#"?6;4.'&472)) /`RsZ'\/@) RM%V\{9+q= )=q-#7967yٖbV<-R c\# ;{P9 VL{;  -l@] @9  b `UV M  =  =>Y@"kicb_^TPONDB?=+('& +2676#".'&"'6324.'&47267#"'&".#"&47>5&'&47325/#)!) " ?/'''/u%)3x 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " +? '-5 &rGM+      +LF 1DdsGM+      +LFp  w->JF &2@/ :dM =M> %#  % +#"'%6"32# 7>3 i 9>'Ų{VVs <P-j{h'vJF &2@/:dM =M> %#  $ +'"&547"32# 7>3 X'9 'Ų{VVs)Aw P-j{h'vJFw )/@, :M =M>(&  +&'&'676"32# 7>3 Zy S_|S|$ 'Ų{VVswl[" >?F7?P-j{h'vJF-*:@ @'UU M =M>Y@ 971/&$* *  +2676#".'&"'632"32# 7>3 #( ZE $@/&(&0t #(4E'Ų{VVs+?_l ',6 &P-j{h'vJF+5@2UM =M>*("  +462"$462""32# 7>3 ;N;;N :R99RX'Ų{VVs}R99R99R99R92P-j{h'v^  "+''7'77^CJFGECFDJFN$->@;&%"! < =M =M=>*($$))+"&'7&7>3272#"'".324tVxy{VicD#aEd&v{<]c\cP L Ma :K%PX@"d =M =M>@ dU =M>Y@ S-!'% +#"'%632>54.'.723263#".='.'&472263] 9>pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA @ dU =M>Y@ S-!($ +#"&54732>54.'.723263#".='.'&472263zX'9 pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA)Aw JlqDdPBC%     %F?ӲX+fӓ{;   ;{} Lw Pa :K%PX@ =M =M>@U =M>Y@LKHC@?64'&%#"! +&'&'67632>54.'.723263#".='.'&472263Zy S_|S|$pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAwl[" >?F7?lqDdPBC%     %F?ӲX+fӓ{;   ;{}+L^%K PX$ ;KPX$<KPX$ ;$KPX@&U  =M  =M>KPX@& U =M  =M>K%PX@&U  =M  =M>@$U U  =M>YYYY@SRQMJI;9/% +462"6462"32>54.'&473267#".54654.'&473263:N99N:N99N*)CudP0  a'n2 (0Dp{>vb@ '.2 4&z N99N99N99N9߃@qCdO=J#     )9+ui=Dlwa.BE'     SQ LY:K/PX@dK =K >@dUK >Y@ bbS$ +'"&547"&"#&7>74.'.'&7232637>.'&723263)X'9 F){'F 9eK/- Z%!!+')Qb()Aw y= =y3 " a> #A91-( 0G'/Y3 9t@ 9 @%UU  UK >Y@ 863SR" +32654&""&"#.7>54&'.72263632#"'qxNAq-o+ qAFl -o+mE+X#0fÁj7 {A A{JR  RHvs}N1Sb@2<3;K PX@8ZM=M= = N  = N>K PX@7  bM=M= = M  =N>KPX@9bM=M= = N  = N>KPX@7  bM=M= = M  =N>@9bM=M= = N  = N>YYYY@RQNM!*%$/&" +764'&632654>32#"&5463232654%5>54&#""&#"#&47>o 5P}ARZ\BIuB1u`&9m5bqdXN3P3%);+`#-'Z0{'+`yb2VJPE+6dZDrR/>1 NXiXr%ITub@\]y? ?VD N\@Y<bb  `  ` =M=M =N >NLGE$$'#(% +#"/76732>767##"546?654&"#"&5463 32632#  +?Fרd`SD !)+'BVA \{`3'#+y# !5 )R+p?)/o)rB5^ # e3 b!)'|1+ -6-#N\S! *(VD N\@Y<bb  `  ` =M=M =M >NLGE$$'#+$! +672#"&54732>767##"546?654&"#"&5463 32632# ?2' d`SD !)+'BVA \{`3'#+y# !5 )R+p?0' &f)rB5^ # e3 b!)'|1+ -6-#N\S! *(V? N[@X< :b``M=M=M>NLGEDB><86/.%#  +&'&'67632>767##"546?654&"#"&5463 32632#Lw\sbH"d`SD !)+'BVA \{`3'#+y# !5 )R+p?{L^s7rk)rB5^ # e3 b!)'|1+ -6-#N\S! *(V/.^@ @I  b  `  `U V M = M =M >Y@"^\WUTRNLHF?>530/&$ +2676#".'&"'63232>767##"546?654&"#"&5463 32632#D#(!) #?0'''/u%)4Kd`SD !)+'BVA \{`3'#+y# !5 )R+p+? '-5 &)rB5^ # e3 b!)'|1+ -6-#N\S! *(V $T]@Z<b  `  ` U M = M =M >TRMKJHDB'#( +462"&%462"&32>767##"546?654&"#"&5463 32632#9N97R7Z9N::N9Td`SD !)+'BVA \{`3'#+y# !5 )R+p)99)'::')99)'::?)rB5^ # e3 b!)'|1+ -6-#N\S! *(VV %Us@p<b  `  ` U M = M = M =M >USNLKIEC?=65,*'&    +"2654&462#"32>767##"546?654&"#"&5463 32632#/35Z55lljJHd`SD !)+'BVA \{`3'#+y# !5 )R+p=/-@@-1;hfHFh)rB5^ # e3 b!)'|1+ -6-#N\S! *(LZ<GPT@Q; =&<  b  U M=M=M>OMIH/'%$"$(! +&#"#"&54632632327#".'&'"'&54676%&326767>54&#")V;Z)#)%{IbR@'l3st-_P/ {w?`E6u`JFw ߦ^B^{+;) )6"Ru?T_7X5KPf9+' }$79uFJ7FsC/EZ3gHfZ4\@Y".,<;b UQM=M>1/+)%# 44 +"'7.5432#"'&#"3267632#"'47726545' J:%Bdw?1q,?S}_HON)/: hR++E͝P@vF9BV#!+'GH/D /@@=bbV =M=M>$#%"#!$% +#"/767%2'4&#"#"'&54632#326  +?FlLH!h\%>+;Nq?)/ u|jǑ#dFH@H/D /@@=bbU =M=M>$#%"#%$! +672#"&547%2'4&#"#"'&54632#326 ?1' |lLH!h\%>+;Nq?0' & u|jǑ#dFH@H/? /8@5 :bUM=M>$#%"#.+&'&'676%2'4&#"#"'&54632#326Lw\sbG"lLH!h\%>+;Nq?{L^s7r u|jǑ#dFH@H/ 5A@>  bU  UM= M>42.,%"#" +462"&%462"&%2'4&#"#"'&54632#3269N97R7Z9N99N9lLH!h\%>+;Nq)99)'::')99)':: u|jǑ#dFH@#D /,@)9b ==N >)(3$%+#"/767&#"&7>7654'.'&7672ˏ  ,?F0`CZ`0+V^?)/}7 7{\_RX+ $oeSir?D /,@)9b ==N >)(3$!+672#"&547&#"&7>7654'.'&7672N ?2' 0`CZ`0+V^?0' &}7 7{\_RX+ $oeSir? /&@# :9=N >)( +&'&'676&#"&7>7654'.'&7672!Lw\sbG#f0`CZ`0+V^?{L^s7r}7 7{\_RX+ $oeSir 5+@(9U=N >/.3+462"&%462"&&#"&7>7654'.'&76729N99N9Z9N97R70`CZ`0+V^)99)'::')99)'::l}7 7{\_RX+ $oeSirHb +:@7<"!  :M=M>*(   +%2654'&#"4632&/'7'&'77#"V#\k\y)RF\T !^Bwr!0ﰬՁuT{i/^.)=e//5 /e@ @,UV M =  =  >Y@"a`QPOMLK?=321/.-! +2676#".'&"'632632"&#"#&7>76'&'&""&#"#&47>76'.'&7672#)!) " ?/'''/u%)3s3'+T'v+)w%N'#E;5%N%m)/!Z.-PV +? '-5 &C6x>u3 3u{F?3#/{u3 3uT)  Z<RD )4@1b =M=M>%#))&$$%+#"/76747632'"&"32654&ˏ  ,?FluLsyl5^T?)/Ln}oBٖTRD )4@1b =M=M>%#))&($!+672#"&54747632'"&"32654&) ?1' luLsyl5^T?0' &Cn}oBٖTR? ).@+ :M=M>%#)) +&'&'67647632'"&"32654&Lw\sbG"aluLsyl5^T?{L^s7rHn}oBٖTR/,9@ @(U V M=M>Y@.-53-9.9+)#! +2676#".'&"'63247632'"&"32654&o#(!) #?0'''/u%)4luLsyl5^T+? '-5 &n}oBٖTR "/3@0UM=M>$#+)#/$/&% +462"&%462"&47632'"&"32654&:M::M:Z:N97R8luLsyl5^T)99)'::')99)'::n}oBٖTvG +@(SQM>$$$"+4632#"&4632#"&!5: !17"4: !17"449 6949 69YZZRw%@  K#PX@e=M=M>@deM=M>YY(''+2'"'"'7&547632&"3263%Svska-celucl)#}PTw)f|}oWv/xwGٖjj>'L3D MI@FI<b =M=N >987421%#MM$% +#"/767"6'.'&732723267>56'.'&73272'&7&  +?F -H,/6X%5.G+13XN?)/ ^6 y987421%#MM$! +672#"&547"6'.'&732723267>56'.'&73272'&7&` ?2' 2 -H,/6X%5.G+13XN?0' & ^6 yI< :M=N>987421%#MM +&'&'676"6'.'&732723267>56'.'&73272'&7&Lw\sbG#i -H,/6X%5.G+13XN?{L^s7r ^6 y?>=:87+)"! SS +462"&%462"&"6'.'&732723267>56'.'&73272'&7&:N99N:[9N97R7 -H,/6X%5.G+13XN)99)'::')99)'::y ^6 y?==!$&$!+672#"&547"&54632327676'.'&47327676&'&47327 ?1' oNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'?0' &R)- N4VbB  -61k)'/:  _3ZAG@D<b=M=M= N >?><;B%(%$ +32654'&#"4.'&#&76727632'"'&"&#"#&7>59#9Ne/P?%-  XfyËsHB6l!3-"\13?1іd/q;EC=!$# +462"&%462"&"&54632327676'.'&47327676&'&473279N97R7Z9N99N9No'5)' 'H(;!;)=>`>D9' C5jH9R1b{')99)'::')99)'::+)- N4VbB  -61k)'/:  _3Z  PKPX@0b   V M= = K >KPX@.b U   V = K >@0b` U   V K >YY@"NLCBA@=7-,)(%    +!"&5463!2!#.#"&47>727.#"#&4727>&'!"5 Gn,"  /, K]%&E %7)& 0.  $ U" \ . 08T      LJECB@<:64-,#!  +!"5463!232>767##"546?654&"#"&5463 32632#6 Md`SD !)+'BVA \{`3'#+y# !5 )R+p%.#0)rB5^ # e3 b!)'|1+ -6-#N\S! *( o PKPX@4d  b U  V = K  >@6d  b` U  V K  >Y@#NLCBA@=7-,)(% "" +#"&'33267!#.#"&47>727.#"#&4727>&'!" jr9 }UP Rn,"  /, K]%&E %7)& 0.  $ U" oi~j:CC:8T      MKFD$$'#)% +267#"&'32>767##"546?654&"#"&5463 32632#{}7`mǨd`SD !)+'BVA \{`3'#+y# !5 )R+pBRgcV)rB5^ # e3 b!)'|1+ -6-#N\S! *( fDKR @1 d d   b   V RK >Y@MLONLRMRKJGEZc)!+"'4676727>&'!".#"&47>727.#"32>76!# Vk $ U" {,"  /, K]%&E %7)& 02Z{g2nM  y      KIBA*#$$'#! +"547&'##"546?654&"#"&5463 327>3232>7632>767VY'BVA \{`3'#+y# !5#YMf1d`SD !)+o c3 b!)'|1+ -6-#N\S  Kg=`)rB5^ # L 'O@L%<:db`M =M> $#! ' '$ +#"547 !2'"32672X'9p)oflf)Awx!)[ miwHD *6@3bb =M=M>$"$$&$!+672#"&547'"&5432#"'&#"3267 ?2' {Ͷ:%Bdw?1?0' &fhR++E͝P@Ly +L@I)< :b`M =M>('%#++ +&'&'676 !2'"32672Zy T`{T{%p)oflfymZ! =@F7?\x!)[ miwH? *.@+ :bM=M>$"$$/+&'&'676'"&5432#"'&#"3267Lw\sbG"S{Ͷ:%Bdw?1?{L^s7rkhR++E͝P@L%N@K#<b`UM =M> "! % % +462" !2'"32672f@V??V)p)oflf7V@@V?x!)[ miwH/ (cK1PX@'bM =M=M>@%bUM=M>Y@ $"$$#$"+4632#"&'"&5432#"'&#"3267oE%';A)%={Ͷ:%Bdw?1%=C'#@BhR++E͝P@L (X@U&<:db`M =M> %$"  ( ( +&'767 !2'"32672J!{^uffg+p)oflf\g)5HR+)NuYx!)[ miwH# '@@=:dbM=M>$"  +&'767'"&5432#"'&#"3267N)HN'H{Ͷ:%Bdw?1jOPiphR++E͝P@!Z %Ji:K/PX@dM =M >@dUM >Y@*&ED<;81&J*H +&'76732>54.#"263 #"&#"#&47>754.'&472>J!{^tgeh  /`RsZ'\/@) RM%V\{9+q==q-[h)6GQ,)MvL7967yٖbV<-ck c\# ;{T^dU{;  L L@1bbM =M=M>Y@:954/-+)$"  +2'>54#"5464'&#"3276'"&5476323274'.'&7672'&547Dob ;F^/!;iA9VNj`}I3%TZ3XK[;B # X)+N+GF$FbRŬ^Jwχwfs(&9NLN9=F.!Z3"NpK/PX@# U M  =M >@!  U UM >Y@'#IHDB?=985.#N'L "" +2#32>54.#"263 #"&#"#&47>75#"?6;4.'&472)) /`RsZ'\/@) RM%V\{9+q= )=q-#7967yٖbV<-R c\# ;{P9 VL{;  L>NKPX@2b V== M= M>@5b  b V= M= M>Y@LJEC9843/-*(%#!>> +2+'&54'"&547632327&5#"?6345.'&76724'&#"3276)^3XK`}I3 )%TZ!;iA9VNj#KPX@: ZZ  U U = N =L >KPX@6 ZZ U U N  =L >K/PX@: ZZ  U U = N =L >@8 ZZ  U  U U =L >YYYY@ TQHGFA>=541+&# VV   +!"&5463!2>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"6 };QTH?S+b91q;;q3VS4K8H . 0/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/{ -I@Fb UUM=M>,*&$!   +!"7463!2%2'4&#"#"'&54632#3265%lLH!h\%>+;Nq%.#0 u|jǑ#dFH@!Nm VK PX@I K )<KPX@I K )<KPX@I K )<@I K )KPX@@ d ZZ UU = N =L >KPX@< d ZZ UU N  =L >K/PX@@ d ZZ UU = N =L >@> d ZZ U  VU =L >YYYY@!TQHGFA>=541+&# VV "" +#"&'33267>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!" kr9 }TP };QTH?S+b91q;;q3VS4K8Hmi~j:CC:n/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/ .B@? :bUUM=M>$#%"##% +267#"&'%2'4&#"#"'&54632#326{}7`m+lLH!h\%>+;NqRfbV" u|jǑ#dFH@!NPK PX@CE  #<KPX@C E  #<KPX@CE  #<@C E  #KPX@9 ZZ U U = N =L >KPX@5 ZZU U N  =L >K/PX@9 ZZ U U = N =L >@7 ZZ U  U U =L >YYYY@ NKBA@;87/.+% P P +462">76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"@V??V+};QTH?S+b91q;;q3VS4K8H7V@@V?/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/- -uK,PX@/bUM =M=M>@-bUUM=M>Y@ $#%"#"$" +4632#"&%2'4&#"#"'&54632#326qE%';A)%=lLH!h\%>+;Nq%=D&#@Dn u|jǑ#dFH@!fN7\K PX@86'N>  <%:KPX@%86'N>  <KPX@86'N>  <%:@%86'N>  KPX@@Z  Z   b U Q =N = M  >KPX@<Z  Z   b U QN = M  >K/PX@@Z  Z   b U Q =N = M  >@>Z  Z   bU U Q = M  >YYYY@\[XVRQKH/"9Sd! +"5467&#!"#&47>76'.'&4723!272'.#!"7>76'.#'3!26&'32>76 VkX91q;;q3VS4K8H};QTH?S+$Yyf2C( ;{ {;  ?H;V!ZA/Xu'!^!70#X'G`Hf/Z+4R@O<bbUQ M=M>31!'$#%$! +"'47'"'&54632#326732>76%2'4&#"Vh\%>+;Nq=!DaXMg1lLHo|jǑ#dFH@?Z,Nq=` u!N SK PX@FH &<:KPX@FH &<:KPX@FH &<:@FH &<:YYYK PX@3 d ZZ U N =L >KPX@7 d ZZ U = N =L >KPX@3 d ZZ U N =L >K/PX@7 d ZZ U = N =L >@5 d ZZ  U U =L >YYYY@ QNEDC>;:21.(#  S S +&'767>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!".J!{^tgeh};QTH?S+b91q;;q3VS4K8H[h)6GQ,)MvH/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/! ,L@I:dbUM=M>+)%#  +&'767%2'4&#"#"'&54632#326N)HN'HlLH!h\%>+;NqjOPip u|jǑ#dFH@B\w @Y@V8"< :b``M =N>;9/.-) @@ +&'&'67623#"32674&'&4723263! 4$Zy S_|S|$-!oIۃP5H`++/d 1- }<wl[" >?F7?]j mhܾ{C4K9! % %+4xN; (_@W0PL<7;  :KPX@:ZU M =  M =N= M  >@8Z  UU M =N= M  >Y@*)[YVTGE@>=:64.,)_*_(# +&'&'6764&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32Lw\sbG#g\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-{L^s7ruhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),B\s @i@f8" < db  `   `UM  = N  >;9/.-) @@ "" +#"&'3326723#"32674&'&4723263! 4$ jr9 }UP ȍ-!oIۃP5H`++/d 1- }<si~j:CD9]j mhܾ{C4K9! % %+4xN; '^@V/OK <6; :KPX@B  Z U U M = M = N= M  >@@  Z U  U U M = N= M  >Y@)(ZXUSFD?=<953-+(^)^U%#%%+267#"&'4&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32|}7`mg\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-RfbVuhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),B\:[@X 2<b``UM  = N  > 53)('# : : +462"23#"32674&'&4723263! 4$r?V@@VM-!oIۃP5H`++/d 1- }<V??V@e]j mhܾ{C4K9! % %+4xN;- &]@U.NJ <5;KPX@D  Z UM = M = M = N= M  >K,PX@B  Z  U UM = M = N= M  >@@  Z U  U U M = N= M  >YY@('YWTREC><;842,*'](]U%#$$"+4632#"&4&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32\F%';B)%=g\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-%=D&#@DuhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),B1\DEb@_='<9b`` eM  =N>@>432.%#EE +2&5>54&'&54623#"32674&'&4723263! 4$:Ey`GR V:'-!oIۃP5H`++/d 1- }@B ZUU  U M = N= M  >Y@(43ec`^QOJHGD@>863i4i2-(&! +"&5476726324&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>329F/;o PM  7/7qg\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-Z;L;J P) 3!6uhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),!s\j@,([W @# U  U K  >Y@ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% &'&'676>p-79+q==q-79+q=<hBq-89+qAAq-79+qBZy S_}S|#{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/l[" >?F7?/ SN@K :b= M= =M  >QOEDCA@?53,+'& +&'&'676"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"FZy T`{T{%%K %l)-!X-%TZo37+T'w+)u$N&#Fb mZ! =@F7?jfw3 5u\]s(&'CHu3 3u*F!!3cm@ kgb^@/  U  SUK >Y@!jheda_YXUOMLFEDC?><632cb+%"&#"#&47>754#53.'&4723263!.'&47232633#"&#"#&47>765&% !! 74&>p-79+q=.7:-79+:7-07;-89+;70Aq-79+qB?<h{; ;{T^{ E:>"    ">:9?"    ">:E{; ;{X-/87)Y]@Z  b  V=M= = M  >TSONIGDB=<:98654)' YY +2+7632"&#"#&7>76'&'&#""&#"#&7>76'#"?634&5.'&7672/)o37+T'w+)u$N&#Fb!%K %l)-!X- )_%TZ#lCHu3 3u*F!1fw3 5uN  s(&'%MP@<'9K/PX@'U UK =M >@%U UUM >Y@IHEA/.+($#  +2676#".'&#"'62&#"&47>7654.'&47327#( [E #@.&(&0t $)3  .7=  |C =8/3', eL  ?4/ %+?_l '-6 'BD(     'FA,8*    'CB@F@C<)9UU=N >:9(%"!  +2676#".'&#"'632&#"&7>7654'.'&7672y%Q>  9*"%"+h$/ 0`CZ`0+V^`,?_k '-5 '}7 7{\_RX+ $oeSirD ?c9K/PX@UK =M >@UUM >Y@8740    +!"&5463!2&#"&47>7654.'&47327 5  .7=  |C =8/3', eL  ?4/  . 0LBD(     'FA,8*    'CB{ /0@-9U=N >)(    +!"&5463!2&#"&7>7654'.'&7672c  k0`CZ`0+V^ . 0}7 7{\_RX+ $oeSirHq ?p9K/PX@% dUK =N >@# dUVN >Y@8740 "" +#"&'33267&#"&47>7654.'&47327H jr: }TP  .7=  |C =8/3', eL  ?4/ qi~j:CD9nBD(     'FA,8*    'CB ..@+ :9U=N >('3%+267#"&'&#"&7>7654'.'&7672:no2Va`0`CZ`0+V^ RfbV~}7 7{\_RX+ $oeSirfD3Eu@ 9@$bUQM >Y@EDA?;:65)(%!D! +"5467&#"&47>7654.'&47327&'32>76@VkXC =8/3', eL  ?4/  .7=  2Z{f3C(   'FA,8*    'CBBD(    G`?f-4@@ < ;K,PX@.bRM == =M >@,bUR= =M >Y@?=97431/*)&%4! +"5467"#"&7>7654'.'&7672&'326764632#"&VlX Z`0+V^0`Xxf)8)E%'@UUM >Y@ 21.*4+462"&#"&47>7654.'&47327?V@@V .7=  |C =8/3', eL  ?4/ 7V@@V?BD(     'FA,8*    'CB?`!@ 9=N >3 +%&#"&7>7654'.'&7672h0`CZ`0+V^}7 7{\cNX+ $oeSir3-_r6@&b  UQM >Y@XWTP4%$*b +4.'&723263#"&54632726&#"&47>7654.'&47327?q-79+ q=?kL0p=%"+d .7=  |C =8/3', eL  ?4/ !?s{;  ;{=6)A7"($'jBD(     'FA,8*    'CB?- 5Ac@ L @-  bU = N =M>Y@]\KH$)'$*$" +4632#"&.'&7672#"&5463272656544632#"&&#"&7>7654'.'&7672E%'@!bUIMAY@:831-+!  +&'&'6764.'.723263#"&54632726Zy T`{T{%Z@p -89+q=?kL0p=%"+ewmZ! =@F7?Q?s{;  ;{=6)A7"($'5)7.@+ <420,:b=M>'$*+.'&7672#"&546327265654&'&'676-TVT%K- )`iLw\sbG#uV- "ofTGRF/)!t {L^s7r!13f@ `<9K/PX@) e  UM  =M  >@' e U  UM  >Y@ ed_]\XJIHE<;764.+*"! +2&'>54&'&546"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&':Ez_GS V;@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDvT`PWe!?A%33{; ;{T^dU{;  ;{Sh-9  yJ\ =WT1cp@m%ba^]\[ZYWVRQKJIG765321 +2&'>54'&5466'.'&7672>767>&'&4723263&#""'&/.'"&"#.7>!9Fy`HR@V:+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \/T`PVg!>/B%3'1Ovj1 &9ip#7i36   c ^  DK-Eu5  5?`PWK PX! <KPX! <KPX! <! K PX@'== M= =M >KPX@'== M= =M >KPX@#= M= =M >KPX@'== M= =M >@'== M= =M >YYYYY@ONGB321/.- +%"&"#&7>7654'.'&76726767>&'&473267&#""'&/&'&'h2`'^%`0-V^BFJY %( ~+(h" ubP`u21N J!!9}7 7{\6{X+ $oeU_ 04l #+!     d `  )`) A @f@ <:K/PX@"dZK =K >@ dZUK >Y@ cf6$+#"&547;2676&#!"&47>754.'&473267X&9 xr#$7L2 =8. .8= ,89*  =7.)Aw     'FABE'       (DB*(",<@9 <%#:db= =M >&+76'.'&7672"&"#.7>'"547+M [/\%Z# \/X'91Ovj1 &9u5  5i)Bw13Hs@ <9K/PX@#ZeK =K >@!ZeUK >Y@A@=743'&# +2&5>54&'&546;2676&#!"&47>754.'&473267,:Ey`GR V:xr#$7L2 =8. .8= ,89*  =7.T`PWe!?A%33    'FABE'       (DB*(1"4B@? <+)9be= =M >$##4$4 +76'.'&7672"&"#.7>2&5>54'&546+M [/\%Z# \/R9Fy`HQ?V91Ovj1 &9u5  5`PVg!>/B%3F}@%ZGM=K >Y@?>;521%$!  +2'>54#"546;2676&#!"&47>754.'&4732678Cob ;F^/r#$7L2 =8. .8= ,89*  =7.[;B # W)+N+I    'FABE'       (DB*(3L@I<bM = =M >21.-,+*)'&  +2'>54#"5466'.'&7672"&"#.7>7Dob ;F^/+M [/\%Z# \/[;B # X)+N+=1Ovj1 &9u5  53=g@#ZUUK >Y@ cf2+462";2676&#!"&47>754.'&473267E?V@@Vr#$7L2 =8. .8= ,89*  =7.V??V@X    'FABE'       (DB*(w -=@:<b=M= =M >$" +4632#"6'.'&7672"&"#.7>:)%;8(-+M [/\%Z# \/N><)'9R1Ovj1 &9u5  53<]@<"!   @ZUK >Ycf6+;2676&#!"&47>767'74.'&473267%r#$7L2 =8.% .8= ,89*  =7.= *z    'FAԌ`@tBE'       (DB +;@8'+<b= =M >+0"&"#.7>76'75'.'&7672"/\%Z# \/#+M [=s/u5  5uW;lOvj1 &9 XM@JI<:d  b  `M = =>WUONKJ@<;:0.+)1$ +'"7474.'&47267#"'&".#"&47>5&'&47325dX'9 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " )AwTGM+      +LF 1DdsGM+      +LFp  w->5  U6@3ddM = =  >QPA@!*!&$! +632#"&547632"&#"#&7>76'&'&""&#"#&47>76'.'&7672 ?1' s3'+T'v+)w%N'#E;5%N%m)/!Z.-PV /' %C6x>u3 3u{F?3#/{u3 3uT)  Z<13`U@RQ<9  b  ` eM = =>_]WVSRHDCB8631 +2&'>54'&5464.'&47267#"'&".#"&47>5&'&473259Fy`HR@V: 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " T`PVg!>/B%3GM+      +LF 1DdsGM+      +LFp  w->51 ^YB@?9 eM = = >UTEDCA@?31'&%#"! +2&5>54'&546632"&#"#&7>76'&'&""&#"#&47>76'.'&76729FyaHR@V:s3'+T'v+)w%N'#E;5%N%m)/!Z.-PV T`PVg!>/B%3C6x>u3 3u{F?3#/{u3 3uT)  Z< YX@UJ<: d  b  `M = =>XVPOLKA=<;1/,* +&'7674.'&47267#"'&".#"&47>5&'&47325J!{^uffgp 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " \g)5HR+)NuGM+      +LF 1DdsGM+      +LFp  w->5 % RE@B: dM = = >NM>=<:98,*  +&'767632"&#"#&7>76'&'&""&#"#&47>76'.'&7672N)HN'Hs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV jNPhpC6x>u3 3u{F?3#/{u3 3uT)  Z<3%VO@LS<M =M = =  >RQCBA?>=20&%$"!   +2'>54#"'46632"&#"#&7>76'&'&""&#"#&7>76'.'&76727Dnc ;F^/s3'+T'w+)w$N&#F;6%M%l)/!Z--PV [;B # X)+N+$C6x>u3 3u{F?3#/{u3 3uT)  Z<3DNZ@W 1<bbQ M  =M = L >MIGFA@c'%$)$ +226?32#"&5463232>5'&#""&#"#&7>54&'&72327s kPP;h-m@!,)LFcFy@r -89+s??s-71 7@}uE^3X=1%%@ժ%)d$)M{; ;{k{; ,M_L7@4'<bQM= >GE><86.,&%K$ +%4'&'"&#"&47>54&'&76727632#"&5463232>'E~|#+; 8 5-&/W ` `67(&     +!"&5463!2"32# 7>3 5 'Ų{VVs . 0P-j{h'vR{ '8@5UM=M>#!''   +!"5463!247632'"&"32654&6luLsyl5^T%.#0{n}oBٖTJFq )?@<dU M =N>(&  "" +#"&'33267"32# 7>3  jr: |UP 'Ų{VVsqi~j:CD9P-j{h'vR (6@3 :UM=M>$"((&&%+267#"&'47632'"&"32654& |}7amluLsyl5^TRfbVn}oBٖTJF*:?@<ddddM =M> 971/&$* *&&$ +#"&54?632"&54?62"32# 7>3  y )+p(3'Ų{VVsV 1  -P-j{h'vR9,9rK1PX@)b = =M=M>@+b` =M=M>Y@.-53-9.9&%%&& +"&54762#"7476247632'"&"32654&-#/   )!-3luLsyl5^T / +*n}oBٖT;7\fK PX@&<9B U<$:K PX@$&<9B U <KPX@$&<9B U<KPX@&<9B U<$:KPX@$&<9B U <@$&<9B UK PX@6   Z  U =M =M= N  >KPX@0  U =M =M= N  >KPX@,  UM =M= N  >KPX@6   Z  U =M =M= N  >K/PX@0  U =M =M= N  >@.U  U =M= N  >YYYYYY@ QNKIDC;:530-#"\W  +%2>76'.#" !23!2>72'.#!"72>7>"'.#'3!26&#!",,*68@#a3 % ))E-#%CE'      $J@GS 0b\-"I?+3@E"1w  ? 92P"3'A %*1  q'!]" *()X' F!.5@  @* U   SM=M>Y@///5/5$$$$"%&" +>32!3267'"'#"&5463232654&#"%&"F7d=ZV!B-{ly׺則\Xbw!GPr#Rfͺ,`R)7/`¸xra! ER@I 6  <:K/PX@7d  U M =M =K =M>@5d U  U M =K =M>Y@QOLJEC#!Cc$ +'"547"&#"#&47>754.'&472326327#"'.#"3 4&#"mX'9Pu)@9+s;=q-7-Z'y`Np'!#-u7{hL)AwywT/ 5u5dU{;  Gsj6q3A d^ A1? >c@#ddbM= >Y@ L#($!+632#"&547.'&7672767632#"'.&#"&7>76 ?2' -P ` ml?77%/# 9>++.=?=^./' %P-# w9J5?iJC?>% 3u!1=MZ@Q > <9K/PX@8 e  U M =M =K =M>@6 e U  U M =K =M>Y@YWTRMKFDA@7540-,$#  +2&5>54'&546"&#"#&47>754.'&472326327#"'.#"3 4&#"h9FxaHR@V9Pu)@9+s;=q-7-Z'y`Np'!#-u7{hLT`PVg!>/B%3wT/ 5u5dU{;  Gsj6q3A d^ A1?1^Bj@ <9K PX@ZeM= >@beM= >Y@<8,+)'$" +2&5>54'&546.'&7672767632#"'.&#"&7>769FyaHR@V:-P ` ml?77%/# 9>++.=?=^.T`PVg!>/B%3P-# w9J5?iJC?>% 3u! FS@J 7  <:K/PX@8 d  U M =M =K =M>@6 d U  U M =K =M>Y@RPMKFD?=:90.-)&% +&'767"&#"#&47>754.'&472326327#"'.#"3 4&#"J!{^uffgPu)@9+s;=q-7-Z'y`Np'!#-u7{hL\g)5HR+)NuwT/ 5u5dU{;  Gsj6q3A d^ A1?% ;m@<:K PX@dZM= >@dbM= >Y@51%$"   +&'767.'&7672767632#"'.&#"&7>76fN)HN'H-P ` ml?77%/# 9>++.=?=^.jNPhpP-# w9J5?iJC?>% 3u7 ?}@ '<:KPX@'dbM = =M>@*dbbM =M>Y@ ><.,%$#!!$ +'"547#"#"&#&'>32654.'.54632BX'9 VX-;e?h hXla: !ɒy$,W5iu)Awӎz Y0W9:(8a7C/ }8^:8)=4^0>>@;/<ddM= =M>$$",()%+632654&'.4632'&"#"'&#"4632#"&547^!55a;qTysdv-_b;V`kqtBdd-^T g ?1' 35ZC?S31owEV;HN)+s\Df5q/' %7 Cw@+< :KPX@"bM = =M>@%bbM =M>Y@B@20)('% +&'&'676#"#"&#&'>32654.'.54632Zy T`{T{%W VX-;e?h hXla: !ɒy$,W5iumZ! =@F7?pz Y0W9:(8a7C/ }8^:8)=4^0>9@6/<;973:M= =M>",()%+632654&'.4632'&"#"'&#"4&'&'676^!55a;qTysdv-_b;V`kqtBdd-^T FLw\sbH"35ZC?S31owEV;HN)+s\Df5q{L^s7r7fDM@$ ;G E <;KPX@3b  U QM = =M>@6bb  U QM =M>Y@JHDB><:9)'&% MM +"'7.#&'>32654.'.54632#"632#"'47726565( JJ; !ɒy$,W5iu VX-;e?h hXa,?R}^HPN)/9 + }8^:8)=4z Y0W9:(8a7=uF9BV#!+'G^fZHW@TG*?64<@;UQM= =M>"#$$/()% +632654&'.4632'&"632#"'4772654"'7&'&#"4^!55a;qTysdv-_b;V`kqt2TW.,?R}^HON)/9C5' JNI 35ZC?S31owEV;HN)+s\<]8wF9BV#!+'H q7 @@ (<:KPX@(dbM = =M>@+dbbM =M>Y@?=/-&%$"  +&'767#"#"&#&'>32654.'.54632J!{^uffg VX-;e?h hXla: !ɒy$,W5iu\g)5HR+)Nuz Y0W9:(8a7C/ }8^:8)=4^#0;F@C/<98643:dM= =M>111;1;",()%+632654&'.4632'&"#"'&#"4&'767^!55a;qTysdv-_b;V`kqtBdd-^T N)HN'G35ZC?S31owEV;HN)+s\Df5qjOPipf?M@&; GE <;K%PX@7b  U  Q = M = K  >@5b U  U  Q = K  >Y@$JHDB><:754,)('#"! MM +"'7"#&47>76'.+""'6743732%2#&'#".'632#"'4772656y5' R5)wP)8x<' 3B7%Pv,)3?R}^HON)/9 ?w%`D  Bbw?F9BV#!+'G=fBG@% 5A ? <;K PX@.dZ  V QM=>@/db  V QM=>Y@DB><86/-)'$" GG +"'7"&545#"'54;4.54>7>3232+327632#"'4772654X5' IED r #Z) !0%R\Rm/?S}_HON)/: \f5j `y/  Nt dPE]~F9BV#!+'G ?@ <:K%PX@, db =M =  K >@* dbU =  K >Y@:961/.&#"! +&'767.+""'6743732%2#&'#""&"#&47>767J!{^uffgn)8x<' 3B7%Pv){'wP\g)5HR+)Nu`D  Bbw? ?w&=?W@T =&<bM =M =M><:640.*(%#??  +2'>54#"54634.54>7>3232+327#"545#"'547Dob ;F^/Z) !0%R\s r [;B # X)+N+`y/  Nt dPE5j ?B@ @.bU   U =  K >Y@A?=;652-+*"$112+.+""'6743732%2#&'#"!2#!"&"#&47>765!"5434!)8x<' 3B7%+Pv){'wP'J`D  Bb%w? ?w=F=Q@N;<d U M =M>:86420-+'%! == +34.54>7>3232+32+327#"54#"74365#"'54`Z) !0+%R\sN'>r F`y/  Nt x~!CdPE(]  Lsa@ @,U U    U =M>Y@]\YTQPGE876432$"  +2676#".'&#"'63232>54.'.723263#".='.'&472263a#( [D #@/&(&0t $(3Epu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA,?_k '-5 '!lqDdPBC%     %F?ӲX+fӓ{;   ;{}3]b@_- Y <U V M =N >IHGDBA53,+*']] +2676'".'&#"'632"6'.'&732723267>56'.'&73272'&7&o#(!) #?0'''/u%)4 -H,/6X%5.G+13XN`+@ '-5 ' ^6 y@$ U U =M>Y@LKHC@?64'&%#"!   +!"&5463!232>54.'.723263#".='.'&4722635 pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA - /lqDdPBC%     %F?ӲX+fӓ{;   ;{}3{ KK@HG< UM=N > 76520/#! K K  +!"7463!2"6'.'&732723267>56'.'&73272'&7&5 -H,/6X%5.G+13XN%.#0 ^6 y@* dU    V =M>Y@LKHC@?64'&%#"! "" +#"&'3326732>54.'.723263#".='.'&472263 kr9 }TP pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAoi~j:CC:lqDdPBC%     %F?ӲX+fӓ{;   ;{}3 LK@HH< :UM=N > 876310$" LL% +267#"&'"6'.'&732723267>56'.'&73272'&7& |}7am -H,/6X%5.G+13XNRfbV ^6 yK*PX@. U    U =M =M>@, U U    U =M>YY@SROJGF=;.-,*)(   +"2654&462#"32>54.'.723263#".='.'&472263.44\45mlkIGpu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA5=/-@?.0@?>;98,*#"!TT   +"2654&462#""6'.'&732723267>56'.'&73272'&7&/35Z55lljJH -H,/6X%5.G+13XN>/-@@-1@/dddd    U =N>Y@]\YTQP-!%&&$ +#"&54?632"&54?6232>54.'.723263#".='.'&472263 y )+p(3tpu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAV 1  -lqDdPBC%     %F?ӲX+fӓ{;   ;{}39]@ -Y@.b` =M =N >Y@IHGDBA53,+*']]%&& +"&54762#"54762"6'.'&732723267>56'.'&73272'&7&N#/   *!, -H,/6X%5.G+13XN / +* ^6 y@&   bU RM>Y@SROM!(S$! +"547#".='.'&47226332>54.'.72326332>76 V=HP^Bq+s+sApu}dR/ 65E 1-'p29,/ _y{\f3s +fӓ{;   ;{}lqDdPBC%     %F?EepC`3oPOJ@G  <  bQM=N>ONKI2'8*! +#"5467&5&'"6'.'&732723267>56'.'&732722>76V89 -H,/6X%5.G+13X#^Wf1=4@# w ^6 y@b  U>Y@XRONA@=98743.,)'$" +&'&'6766&'&473267"'&#""&'.'&4732637654/.'&4732677Zy S_}S|#SI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ'wl[" >?F7?<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++  cM@JP < : =M =   >a`_^]\TRNLGFDCB@?>;:+*)'&% +&'&'67667'.'&472326367>.'&4723263#"' #"'.'&472263Lw\sbG"D    #i!L#  75x)'R/D!9BzE{L^s7r PFm!!L-)#   DFT #'3  855)' +'wT>  w OY :K/PX@K =K >@UK >Y@GA?>431+)( +&'&'676"&"#&7>74.'.'&7232637>.'&723263Zy S_|S|$DF){'F 9eK/- Z%!!+')Qb(wl[" >?F7?Ry= =y3 " a> #A91-( 0G'/Y  H3@0@<& :ZM=N>?==!$/+&'&'676"&54632327676'.'&47327676&'&47327TLw\sbG#No'5)' 'H(;!;)=>`>D9' C5jH9R1b{'{L^s7r)- N4VbB  -61k)'/:  _3ZdQcK/PX@#U K  =K >@!U  UK >Y@ICA@65bS +462"$462""&"#&7>74.'.'&7232637>.'&7232638P88P"8P88P;F){'F 9eK/- Z%!!+')Qb(P::P88P::P8=y= =y3 " a> #A91-( 0G'/YH1<|@0<42:K(PX@)db`M =M >@'db`UM >Y@ '9d9@+&#!"54767654'"'677!26323%>7672'"&547\7'!2HG## [#j1?LnL'%'GX'9  -  @du ! &[CB  )Aw XD 6L@I2$<bb ==M=M >66%#%x$! +672#"&5473!2>32!26?2%"5476'6746 ?2'  #'J9'"uFN+&-%h5 ?0' & 7͔PZ9 r ` H9~@8@*b`UUM >Y@ 9d9A+462"&#!"54767654'"'677!26323%>7672?V@@V"7'!2HG## [#j1?LnL'%'V??V@ -  @du ! &[CB  X- 4@ 0"@+bU=M=M >Y@ 4 4%#%u$" +4632#"&3!2>32!26?2%"5476'6746RF$'@(db`UM >Y@:930'!  +&'767&#!"54767654'"'677!26323%>7672 3 3,*%#  +&'7673!2>32!26?2%"5476'6746N)HN'H #'J9'"uFN+&-%h5 jOPip 7͔PZ9 r ` D0K1PX@)bM=M=M >@'bUM=M >YY@ "$%#4B +%"&#"#&7>74#'"576726547672#"'&"P/f#/)y$P*D+'E\d@1DL5c%w5 5w!!1pq:+/5PH@NJF= 0C@@.<bUM =M>*(#"   +"32# 7>3232654&'.54632'Ų{VVR)001-:T{P-j{h'v>)-8#%*oKWRP!.f@#dbM=M>Y@#"*(".#.+("#+4763232654'.5432'"&"32654&RlufQ J8-1Z5HH?DCsyl5^T%#+%3!LdHF[ ?a}oBٖT@=> +#3OO@=>+#3#3PPOOV3TaK1PX@" S=K=>@ S S=>Y@ +###535#5333#TOOFdFF'FD"@M =M >$,+2"'.'.544632#"&R? .(E%';A)%=DJL;qA`^) F;RLf%>D'#?C! ?J|@`^W {n @>d   b  `I  U M =M >Y@"@@zyspga]\[XOK@J@J:910-&?=)$ +%32>54.#"263 #"&#"#&47>754.'&472%&'767&#!"747676'4'"'677!26323%>7672 /`RsZ'\/@) RM%V\{9+q==q-J!{^tgeh7'!1HH## [#j1?LoK'#'7967yٖbV<-ck c\# ;{T^dU{;  j[h)6GQ,)Mvc -  @du ! &[CB  !LD?Js@HBEo a @9  b b U = M=M  >Y@&KK@@KsKsljec`_\ZUN@J@J:910-&?=)$ +%32>54.#"263 #"&#"#&47>754.'&472&'7673!2>32!26?2%"5476'6746 /`RsZ'\/@) RM%V\{9+q==q-N)HN'H #'J9&#uFM+'-%h6 7967yٖbV<-ck c\# ;{T^dU{;  jOPip 7͔PZ9 r ` L<Gp@D@EB?l ^ @Rb`b  b=M = M=  M = M>Y@HH==HpHpigb`]\YWRK=G=G"%$%%+%04'&#"3276'"&5476323274'.'&7672'&54&'7673!2>32!26?2%"5476'6746!;iA9VNj`}I3%TZ3XKN(IN'H #'I9'#uFN+&-%h6 F$FbRŬ^Jwχwfs(&9NLN9=F.jOPip 7͔PZ9 r ` H35c@-Z   bU QK >Y@b`[YUSccf1 +%;2676&#!"&47>754.'&4732674.'&4723263#"&54632726r#$7L2 =8. .8= ,89*  =7.e?q-79+q=?kM0o=%"+dߤ    'FABE'       (DB*z?s{;  ;{=6)A7"($'75AkyKPX@>Z   bK =M ==K = M  >KPX@@Z   bM =M ==K = M  >K/PX@>Z   bK =M ==K = M  >@<Z   bUM ==K = M  >YYYY@ec\ZVT$*cf1 +%;2676&#!"&47>754.'&4732674632#"&.'&7672'"&546323265654r#$7L2 =8. .8= ,89*  =7.-TUT%L-  )`ߤ    'FABE'       (DB*p%=C'#@BV- "ofSGRF/) t(B 5X@ C@>b  bU== =  M  =M>Y@WVSRQPON'$*$" +4632#"&.'&7672#"&5463272656546'.'&7672"&"#.7>uE%'KPX@Eb`  b  Q  M  =M  = =>KPX@9b`  b  Q M  = =>@Eb`  b  Q  M  =M  = =>YYY@{ytrnlba_YVUMKEDA@6210&$!1 +4.'&47267#"'&".#"&47>5&'&473254.'&4723263#"&54632726p 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " u?q-79+q=?kM0o=%"+d3GM+      +LF 1DdsGM+      +LFp  w->r?s{;  ;{=6)A7"($'3NZx@u? d <  b  b  bM  = M  = = == M  >~|usomcbYWSQMKEDA@6210&$!1 +4.'&47267#"'&".#"&47>5&'&473254632#"&.'&7672#"&546327265654p 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " E%';A)%=-TVT%K- )`3GM+      +LF 1DdsGM+      +LFp  w->^%=D&#@DV- "ofTGRF/)!t5h-GS}]@5  b UM = = = M  >Y@wunlhf\[RPLJ!*!!+632"&#"#&7>76'&'&""&#"#&47>76'.'&76724632#"&.'&7672#"&546327265654fs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV HE%';A)%=-TVT%K- )`C6x>u3 3u{F?3#/{u3 3uT)  Z<*%=D&#@DV- "ofTGRF/)!t  M:KPX@+ db   V = K >@( ddd   V K >Y@ KI@?>=:4*)&%"   +&'767!#.#"&47>727.#"#&4727>&'!"J!{^tgehn,"  /, K]%&E %7)& 0.  $ U" [h)6GQ,)Mv8T      KIDBA?;953,+"  +&'76732>767##"546?654&"#"&5463 32632#N)HN'Hod`SD !)+'BVA \{`3'#+y# !5 )R+pjNPhp)rB5^ # e3 b!)'|1+ -6-#N\S! *(D <d@ :9K/PX@dK =M >@dUM >Y@541-  +&'767&#"&47>7654.'&47327J!{^tgeh6 .7=  |C =8/3', eL  ?4/ [h)6GQ,)MvLBD(     'FA,8*    'CB ,3@0:9d=N >&%  +&'767&#"&7>7654'.'&7672N)HN'H+0`CZ`0+V^jOPip}7 7{\_RX+ $oeSirJF &;@8:dM =M> %#    +&'767"32# 7>3 J {_tgegQ'Ų{VVs[h)6GQ,)MvP-j{h'vR# &;@8:dM=M>" &&  +&'76747632'"&"32654&N)HN'H5luLsyl5^TjOPipn}oBٖT L Ms:K%PX@# d =M =M>@! dU =M>Y@IHE@=<31$#"  +&'76732>54.'.723263#".='.'&472263J!{^tgeg|pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA[h)6GQ,)MvlqDdPBC%     %F?ӲX+fӓ{;   ;{}3# JN@KF<:dM=N > 6541/."  J J +&'767"6'.'&732723267>56'.'&73272'&7&N)HN'H -H,/6X%5.G+13XNjOPip ^6 yKPX@/  UU  =M  =M>KPX@/  U U =M  =M>K%PX@/  UU  =M  =M>@-  UU U  =M>YYYY@a_he_lalSRQMJI;9/%+462"6462"32>54.'&473267#".54654.'&473263!"&5463!2:N99N:N99N*)CudP0  a'n2 (0Dp{>vb@ '.2 4&z =5 N99N99N99N9߃@qCdO=J#     )9+ui=Dlwa.BE'     SQ - 03 __@\/ [ <U M= M = N>! KJIFDC75.-,) _!_   +!"5463!2462"&%462"&"6'.'&732723267>56'.'&73272'&7&6 :N99N:[9N97R7 -H,/6X%5.G+13XNB$.#/)99)'::')99)'::y ^6 yKPX@.  bU  =M  =M>KPX@.  b U =M  =M>K%PX@.  bU  =M  =M>@,  bU U  =M>YYYY@ecSRQMJI;9/% +462"6462"32>54.'&473267#".54654.'&473263'"&547:N99N:N99N*)CudP0  a'n2 (0Dp{>vb@ '.2 4&z C, N99N99N99N9߃@qCdO=J#     )9+ui=Dlwa.BE'     SQy$:i 3- !aT@Q1 ] <ddV M = N >#"MLKHFE970/.+"a#a$+62#"&547462"&%462"&"6'.'&732723267>56'.'&73272'&7& 3' :N99N:[9N97R7 -H,/6X%5.G+13XN**# !)99)'::')99)'::y ^6 yKPX@/   bU  =M  =M>KPX@/   b U =M  =M>K%PX@/   bU  =M  =M>@-   bU U  =M>YYYY@___i_iSRQMJI;9/% +462"6462"32>54.'&473267#".54654.'&473263&'767:N99N:N99N*)CudP0  a'n2 (0Dp{>vb@ '.2 4&z P9g_HYPNON99N99N99N9߃@qCdO=J#     )9+ui=Dlwa.BE'     SQP[$/?H&$Dg3) ^`@]. Z <: dU M =N > JIHECB64-,+(^ ^  +&'767462"&%462"&"6'.'&732723267>56'.'&73272'&7&>g!t9>s n::N99N:[9N97R7 -H,/6X%5.G+13XN"r}aEG_e)99)'::')99)'::y ^6 yKPX@.  bU  =M  =M>KPX@.  b U =M  =M>K%PX@.  bU  =M  =M>@,  bU U  =M>YYYY@fdSRQMJI;9/% +462"6462"32>54.'&473267#".54654.'&473263#"/6:N99N:N99N*)CudP0  a'n2 (0Dp{>vb@ '.2 4&z  ,0N99N99N99N9߃@qCdO=J#     )9+ui=Dlwa.BE'     SQw r534 !aT@Q1 ] <ddV M = N >#"MLKHFE970/.+"a#a$%+#"/7672462"&%462"&"6'.'&732723267>56'.'&73272'&7&s  "29 :N99N:[9N97R7 -H,/6X%5.G+13XN0 %*f)99)'::')99)'::y ^6 y$#%"# +"326&'632#"&54%4'.#"umKH!i\%%=+@:  b`U U  V K  >Y@&US\YS`U`PNEDCB?9/.+*'!+462"$462"!#.#"&47>727.#"#&4727>&'!"!"&5463!2`^YWVTPNJHA@7521(&   +!"5463!2462"&%462"&32>767##"546?654&"#"&5463 32632#6 9N97R7Z9N::N9Td`SD !)+'BVA \{`3'#+y# !5 )R+pD$.#/)99)'::')99)'::?)rB5^ # e3 b!)'|1+ -6-#N\S! *( RZKPX@7  bU U  V = K  >@9  b`U U  V K  >Y@"ZYVUPNEDCB?9/.+*'!#!# +32+!#"546;!#.#"&47>727.#"#&4727>&'!"462"Cn,"  /, K]%&E %7)& 0.  $ U" @V??V?((8T      @Hb  `  `  U  UM=M =M >Y@ WUQOLJECB@<:64-,#!   +!"5463!232>767##"546?654&"#"&5463 32632#4632#"&6 xd`SD !)+'BVA \{`3'#+y# !5 )R+pF$'KPX@T Z U  U S = N = M =N =M >KPX@P ZU  U S N  = M =N =M >K/PX@T Z U  U S = N = M =N =M >@R Z U  U  U S = M =N =M >YYYY@,wvlkhb\YVTONFE@>;8.-*%"!    +!"7463!2!"&#"#&7676&'&4723!2>72'.#!"7>7>"'./3!26&#!"&47>76.'!5R5eG/+}!V!:b-"d& ()E-#%CF&       #K@F@R /c42 =8.d%.#0Fw5D  /\   ? 92P"3'A %)1  q'!]" *'*X'    (DB8X+L{ HS\n@k G I2<  b U  U M=M = M >[YUTPN?=64/-)(#!    +!"7463!2&#"#"&54632632327#".'&'"'&54676%&326767>54&#"5L)V;Z)#)%{IbR@'l3st-_P/ {w?`E6u`JFw ߦ^B^{%.#0+;) )6"Ru?T_7X5KPf9+' }$79uFJ7FsC/EZ3gBvD:@ 2@7b``  TM  = M  >Y@53/.-,%$# :: +23#"32675#5354&'&47232633#! 4$-!oIۃP5H`++/d 1- }<D]j mhܾ{C4@EZ  UU  S M =N= M  >Y@,II ][YXIWIWTODB?=3210-+)('&! H H#" +4&#"32"'&"#"'3276323##"&=#5367&747&54632>32<54'&"#"'!326ug\PTBU#3 R\U+T/:N5NVOd9դ}=F#xoj`K#w+'3-^eBd#3@UZsuh#Tw/?gG BG^7m{w7}J'pj[\7-5),?T:# Kn7UloB\ =e@b5<: db``M  =N> 86,+*& = = +&'76723#"32674&'&4723263! 4$J!{^tgeh.-!oIۃP5H`++/d 1- }<[h)6GQ,)MvO]j mhܾ{C4K9! % %+4xN;/ %\@T-MI<4;:KPX@@  d  Z U M = M =N= M  >@>  d  Z  U U M =N= M  >Y@$'&XVSQDB=;:731+)&\'\%   +&'7674&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32N(IN'Hg\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3- jNPhpuhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),! ^@X<:K/PX@) d  UM  =M  >@' d U  UM  >Y@ ]\WUTPBA@=43/.,&#"  +&'767"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&'J {^theg@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv[h)6GQ,)MvL{; ;{T^dU{;  ;{Sh-9  yJ\ =WTF \t@q<:?9b`==M=  =  M  >[ZWVUTSRPOKJDCB@0/.,+*  +&'7676'.'&7672>767>&'&4723263&#""'&/.'"&"#.7>JN)HN'H+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \/!jOPip1Ovj1 &9ip#7i36   c ^  DK-Eu5  5JfFD!-A@><bQM =M>#")'"-#-*&$!+"547# 7>3 32>76"32:VNTVs{Fegf3q'Ųvh'vd@zuG`P-jRfZ!.A@><bQM=M>#"*(".#.+%$!+"547'"&54763232>76"32654&VluL"w[f1yl5^Tpn}bpB`(ٖTJfF /;W@T<b UQ M =M>10750;1;/.+)   +!"&5463!2"547# 7>3 32>76"325 VNTVs{Fegf3q'Ų - /Hvh'vd@zuG`P-jRf{ -:W@T <b UQ M=M>/.64.:/:-,)'   +!"5463!2"547'"&54763232>76"32654&51VluL"w[f1yl5^T%.#0؅pn}bpB`(ٖT-1)4;@8 <21/-,:db=M>***4*4'$*+.'&7672#"&546327265654&'767-TVT%K- )` N)HN'HuV- "ofTGRF/)!tjNPhq! ?1Lq@ 0#<:K(PX@@b` M  =M  =M  = M  >@8b` I UM  = M  >Y@QMlkcb_XMqQo)'9d9@ +&#!"747676'4'"'677!26323%>7672%32>54.#"263 #"&#"#&47>754.'&472 7'!1HH"# [#j1?LoL&#' /`RsZ'\/@) RM%V\{9+q==q- -  @du ! &[CB  97967yٖbV<-ck c\# ;{T^dU{;  !{3(Ch@ $@0b  U =M= M  >Y@HDcbZYVODhHf:8/-((%#%s+3!2>32!26?2%"5476'674632>54.#"263 #"&#"#&47>754.'&472 #'J9'#tFM+'-%h6 /`RsZ'\/@) RM%V\{9+q==q-Z 7͔PZ9 r ` 7967yٖbV<-ck c\# ;{T^dU{;  L(8d@ $@J  b  bb =M =M=M =M>Y@RQMLGECA<:64/-((%#%s+3!2>32!26?2%"5476'67464'&#"3276'"&5476323274'.'&7672'&54o #'J9'"uFN+&-%h5 7!;iA9VNj`}I3%TZ3XKZ 7͔PZ9 r ` F$FbRŬ^Jwχwfs(&9NLN9=F.B\ =\@Y5<:db``M  =N> 86,+*& = =$ +'"&54723#"32674&'&4723263! 4$IX'9 -!oIۃP5H`++/d 1- }<)Aw ]j mhܾ{C4K9! % %+4xN;D (_@W0PL <7;KPX@G  b  Z U = M = M = N= M  >@E  b  Z  U U = M = N= M  >Y@*)[YVTGE@>=:64.,)_*_U%#'$!+672#"&5474&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>32/ ?1' g\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-?0' &ZuhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5), YM@JJ< :d  b  `M = =>XVPOLKA=<;1/,*1% +#"'%64.'&47267#"'&".#"&47>5&'&47325F 9@ 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( "  =GM+      +LF 1DdsGM+      +LFp  w->5 D U9@6b =M = =  >QPA@!*!"$% +#"/767632"&#"#&7>76'&'&""&#"#&47>76'.'&7672+  +?Fs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV ?)/wC6x>u3 3u{F?3#/{u3 3uT)  Z< R]f@c* -'  <(: b   U   V =K >TSYXS]T]PNEDCB?9%#  +!#.#"&47>7.546327.#"#&4727>&'!""2654&n,"  /, K]%8KmH2XX':- %7)& 0.  $ U" @.55[5598T      ca\ZYWSQMKDC:854+)"     +"2654&46326?632#"32>767##"546?654&"#"&5463 32632#/35Z55lH{ 3' (1jJHd`SD !)+'BVA \{`3'#+y# !5 )R+p=/-@@-1;h+O.Fh)rB5^ # e3 b!)'|1+ -6-#N\S! *( owYK PX@-/ EB K ^ <:KPX@-/ EB K ^ <:KPX@-/ EB K ^ <:@-/ EB K ^ <:YYYK PX@Ld Z  U S N = M =N =M >KPX@Pd Z  U S = N = M =N =M >KPX@Ld Z  U S N = M =N =M >K/PX@Pd Z  U S = N = M =N =M >@Nd Z  U  U S = M =N =M >YYYY@utjif`ZWTRMLDC><96SC$+'"547!"&#"#&7676&'&4723!2>72'.#!"7>7>"'./3!26&#!"&47>76.'!5X'9eG/+}!V!:b-"d& ()E-#%CF&       #K@F@R /c42 =8.d)AwJw5D  /\   ? 92P"3'A %)1  q'!]" *'*X'    (DB8X+LD JU^e@b"I K4<b  b  U = M=M = M >][WVRPA?%$"$(&$! +672#"&547&#"#"&54632632327#".'&'"'&54676%&326767>54&#"B ?2' )V;Z)#)%{IbR@'l3st-_P/ {w?`E6u`JFw ߦ^B^{?0' &+;) )6"Ru?T_7X5KPf9+' }$79uFJ7FsC/EZ3gJF &/8I@F10-,&<:d =M =M=>('53'/(/))$+'"&547"&'7&7>3272#"'".324X'9 tVxy{VicD#aEd)Aw &v{<]c\cPR %,3@.-,+%K#PX@)dde=M=N>@)dddeM=N>YY@ (''$!+632#"&5472'"'"'7&547632&"326; ?2' %Svska-celucl)#}PT/' %)f|}oWv/xwGٖjj>'L &b@6ddd d  dd  V K  >Y@! `^UTSROI?>;:71.-#" &!&&&&"+4632#"/&%4632#"/&!#.#"&47>727.#"#&4727>&'!"+) z  2(o n,"  /, K]%&E %7)& 0.  $ U" D0 %!-  8T      @H  b  b  ` U = M = M =M >Y@$a_ZXWUQOKIBA8632)'   +2#"/&'46%2#"/&54632>767##"546?654&"#"&5463 32632#% +:#   +d`SD !)+'BVA \{`3'#+y# !5 )R+p) -   .})rB5^ # e3 b!)'|1+ -6-#N\S! *( o PKPX@7  b  bU  V = K  >@8  b  ``U  V K  >Y@#NLCBA@=7-,)(% "" +>32#.#"!#.#"&47>727.#"#&4727>&'!" kr9 }TP n,"  /, K]%&E %7)& 0.  $ U" i~j:CD98T      MKFD$$'#)% +."'>3232>767##"546?654&"#"&5463 32632#|}7`m{d`SD !)+'BVA \{`3'#+y# !5 )R+p#RfbVw)rB5^ # e3 b!)'|1+ -6-#N\S! *(!NhK PX@[ ]%# ;+<KPX@[ ]%# ;+<KPX@[ ]%# ;+<@[ ]%# ;+KPX@Eddd d ZZ U = N =L >KPX@Addd d ZZ U N  =L >K/PX@Eddd d ZZ U = N =L >@Cddd d ZZ  V U =L >YYYY@! fcZYXSPOGFC=8520 h!h&&&"+4632#"/&%4632#"/&>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!" +) z  3(o V};QTH?S+b91q;;q3VS4K8HL1 %!-  /Xu'!^!70#X' ;{ {;  ?H;V!ZAH/D )Bc@`<b  b  U  =  =M= M>A?;964/-+*(&#!   +2#"/&546%2#"/&546%2'4&#"#"'&54632#326% *:#   +lLH!h\%>+;Nq7 ,   / u|jǑ#dFH@!No VK PX@I K )<KPX@I K )<KPX@I K )<@I K )KPX@C   b ZZUU = N =L >KPX@?   b ZZUU N  =L >K/PX@C   b ZZUU = N =L >@A   b ZZU  UU =L >YYYY@!TQHGFA>=541+&# VV "" +>32#.#">76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"6 kr9 }TP };QTH?S+b91q;;q3VS4K8Hi~j:CD9T/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/R .F@C <bUM =M=M>$#%"##% +."'>32%2'4&#"#"'&54632#326||7`mlLH!h\%>+;Nq%RfbV u|jǑ#dFH@DQr(9K/PX@*ddddK =N >@(ddddUN >Y@ JIFB4&&&" +4632#"/&%4632#"/&&#"&47>7654.'&47327+) y  3(p | .7=  |C =8/3', eL  ?4/ Z1 %!-  BD(     'FA,8*    'CB{ B+9KPX@%b===N >K%PX@'b`==N >@"ddd=N >YY@<;*'$#   +2#"/&'46%2#"/&546&#"&7>7654'.'&7672'% +:#   +0`CZ`0+V^o -   /d}7 7{\_RX+ $oeSirFm ?v9K/PX@( bUK =M >@& bUUM >Y@8740 "" +>32#.#"&#"&47>7654.'&47327 jr9 }TP 6 .7=  |C =8/3', eL  ?4/ i~j:CD9ZBD(     'FA,8*    'CB P .2@/ <9M ==N >('3%+."'>32&#"&7>7654'.'&7672no 2Wa0`CZ`0+V^#RfbV~}7 7{\_RX+ $oeSirJF+;E@B<ddddM =N>! :820'% +!+&&&" +4632#"/&%4632#"/&"32# 7>3 +) z  3(o 'Ų{VVsL1 %!-  P-j{h'vRD /<S@P<b  = = M=M>10860<1<.,&$   +2#"/&546%2#"/&54647632'"&"32654&% +9#   +yluLsyl5^T7 ,   /Kn}oBٖTJFo )B@?bU M =M>(&  "" +>32#.#""32# 7>3  jr: |UP ̞'Ų{VVsi~j:CD9uP-j{h'vRP (:@7 <M =M=M>$"((&&%+."'>3247632'"&"32654&|}7amRluLsyl5^T#RfbVTn}oBٖT!Zg@ ^ K @Dddd d U  U M =L = M  >Y@fda_ZXSQNMDBCc%&&"+4632#"/&%4632#"/&"&#"#&47>754.'&472326327#"'.#"3 4&#"+)!y  3)p Pu)@9+s;=q-7-Z'y`Np'!#-u7{hLV1 %!-  wT/ 5u5dU{;  Gsj6q3A d^ A1?F Q.@.bb  =  =M= >Y@KG;:8631)(   +2#"/&546%2#"/&546.'&7672767632#"'.&#"&7>76% *:#   +-P ` ml?77%/# 9>++.=?=^.9 ,   /9P-# w9J5?iJC?>% 3u!o IV@ M : @B  bU U  U M =K = M  >Y@!USPNIGB@=<310,)(  "" +>32#.#""&#"#&47>754.'&472326327#"'.#"3 4&#"js: }TP )Pu)@9+s;=q-7-Z'y`Np'!#-u7{hLh}k9DC:wT/ 5u5dU{;  Gsj6q3A d^ A1?P =k@ @#bM =M= >Y@ L#(%+."'>32.'&7672767632#"'.&#"&7>76y{}7am-P ` ml?77%/# 9>++.=?=^.#RfbVDP-# w9J5?iJC?>% 3u LbK%PX@1dddd =  M  =N>@/dddd    V =N>Y@^]ZURQ-!'&&&" +4632#"/&%4632#"/&32>54.'.723263#".='.'&472263,( y  3(p pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA71 &!,  lqDdPBC%     %F?ӲX+fӓ{;   ;{}3D `_@\0\<b  =  =M =N >"!LKJGED86/.-*!`"`   +2#"/&546%2#"/&546"6'.'&732723267>56'.'&73272'&7&% *:#   +@ -H,/6X%5.G+13XN7 ,   / ^6 y@- bU    U =M>Y@LKHC@?64'&%#"! "" +>32#.#"32>54.'.723263#".='.'&472263 jr: |UP pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAi~j:CD9lqDdPBC%     %F?ӲX+fӓ{;   ;{}3P LM@J H<M =M=N > 876310$" LL% +."'>32"6'.'&732723267>56'.'&73272'&7&{}7`m| -H,/6X%5.G+13XN#RfbV ^6 y<9KPX@(beM = =M>@+bbeM =M>Y@766G7G42$"! +#"#"&#&'>32654.'.546322&5>54'&546( VX-;e?h hXla: !ɒy$,W5iu9Fy`HQ?V9 z Y0W9:(8a7C/ }8^:8)=4`PVg!>/B%3^1ZBH@E'A<9eM= =M>@><:.,$" +2&'>54'&546632654&'.4632'&"#"'&#"4}9Fy`HR?V9!55a;qTysdv-_b;V`kqtBdd-^T T`PVg!>/B%3V35ZC?S31owEV;HN)+s\Df5q1?F@'<9K%PX@,b  e =M =  K >@*b  eU =  K >Y@A@=865-*)($#" +2&5>54'&546.+""'6743732%2#&'#""&"#&47>76\9Fy`HQ?V9)8x<' 3B7%Pv){'wPT`PVg!>/B%3`D  Bbw? ?w&=1B@P@M!>'<9deM =M>=;751/+)&$ @@ +2&5>54'&54634.54>7>3232+327#"545#"'54^9Fy`HQ?V9Z) !0%R\s r T`PVg!>/B%3`y/  Nt dPE5j !\g@,([W @)d U  U K  >Y@]]]g]gZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% &'767>p-79+q==q-79+q=<hBq-89+qAAq-79+qB-J!{^tgeh{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/[h)6GQ,)Mv/F Pa@^<:b `= M=  =M  >NLBA@>=<20)($# +&'767"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"/N)HN'G%K %l)-!X-%TZo37+T'w+)u$N&#Fb !jOPipfw3 5u\]s(&'CHu3 3u*F! JKPX@-bU   V = K >@/b`U   V K >Y@ HF=<;:71'&#"   +462"!#.#"&47>727.#"#&4727>&'!"@V??Vn,"  /, K]%&E %7)& 0.  $ U" !V??V@X8T      @?b  `  `UM=M =M >Y@LJEC$$'#($" +4632#"&32>767##"546?654&"#"&5463 32632#TF$'Z  b U  U QN = L  >KPX@BZ  b U  U Q =N = L  >KPX@>Z  b U  U QN = L  >K/PX@BZ  b U  U Q =N = L  >@@Z  bU U  U Q = L  >YYYY@"^\XVRPNKFC@>/-+( aa +"'7#"#&47>76'.'&4723!272'.#!"7>76'.#'3!26&+632#"'4772654>5' R1q;;q3VS4K8H};QTH?S+b3?S}^HPM)/: ;{ {;  ?H;V!ZA/Xu'!^!70#X' F9BV#!+'GHf/Z09@*(<;K PX@6bX  U VQ M=>@7b`  U VQ M=>Y@8631-+'%! 00 +"'7&'&54632#3267632#"'4772654%2'4&#"5' I_\%>+;Nq=!u,?S}_HON)/:lLH qjǑ#dFH@?vF9BV#!+'G uJF+9F@C  UU M =M>.,52,9.9*("  +462"$462""32# 7>3 !"&5463!2;N;;N :R99RX'Ų{VVs;z   }R99R99R99R92P-j{h'v - /R .;L@IU M= M= M>0/75/;0;-+%#  +!"5463!2462"&%462"&47632'"&"32654&5:M::M:Z:N97R8luLsyl5^TB$.#/)99)'::')99)'::n}oBٖTJF5.:J@ %@0IU  U  M = M  >Y@0/IGA?64/:0:(&!..#!# +32+!#"746;2676#".'&#"'632"32# 7>3 }{n}#M; 6( " (c",O'Ų{VVs5)(z0Fiv +1; !+P-j{h'vR )8E@  @3U V M=  M= M>Y@$:9 A?9E:E75/-#! ) )   +!"5463!22676#".'&"'63247632'"&"32654&5d#(!) #?0'''/u%)4luLsyl5^TB$.#/+? '-5 &n}oBٖTJF#1@.UM =M> "    +462""32# 7>3 O?V@@V'Ų{VVsV??V@7P-j{h'vR+ 'ZK(PX@ M =M=M>@UM=M>Y@#!''&%$"+4632#"&47632'"&"32654&F%';B)%=luLsyl5^T%=D&#@Bn}oBٖTJF#3?@<U U  M =M>20*(###!# +32+!#"746;6462""32# 7>3 xV?V@@V'Ų{VVs+&(V??V@7P-j{h'vR '3B@?U M=M=M>*(0-(3*3#!''&%$" +4632#"&47632'"&"32654&!"7463!2F%';A)%>luLsyl5^T5w%=C'#@BAn}oBٖT%-#/ OjK/PX@" UK  =K >@  U UK >Y@GA?>431+)(   +!"&5463!2"&"#&7>74.'.'&7232637>.'&7232636 F){'F 9eK/- Z%!!+')Qb( . 0Ny= =y3 " a> #A91-( 0G'/Y { FG@D>:$<ZUM=N>=;+*(%   +!"5463!2"&54632327676'.'&47327676&'&473276 YNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'%.#0)- N4VbB  -61k)'/:  _3Z`)'@$ <b=M>'$*+.'&7672#"&546327265654-TVT%K- )`uV- "ofTGRF/)!t)P$.@+=M= =N >!+"&#"#&7>76'.'&472263X-Z%-/#Z--Z%^" Z-jy7 7wy8   8h;>@;:5<ddUIL@:2$9"+632&'54?>=4'"2&'54?>54&#'"5'672\R N1 f1L R5}#+{:Ph %% ] %% !=(% 5XAO@L0<7$<bUU I K ?A>;84#334%"$# +4632#"'&#"632;2&#'54;254#";2&#'54;2^o=RL.7Xj=J/\+o/TV$/ ^)n -;Łf3#+'P'5ZXXR/ ## /+%/ ## - )@/b``UIMAY@'%#!    +2"&5464&#'"/672#"&54323265=#5#!+{:)-=-P+'+#;"#"{=(% 77Յq-3'3;t3.e@ ,('.@#ZUIL@Y@ 5#26""!+632#"'&'"2&#54?>54&#'"/672RHL;# 1% \; %#+{:y@5 H $$ =(% 17 )h@%bZUM>Y@ ""!$2"3 +4&+"=7+"327#7##"74323276% %#+y9RJL;! 1# '' !7)yy@7 H/ 1}KPX@0bb UQ=M>@2bZb UQM>Y@ /,"6""!#"" +327672#"'.5##"7432327654&+"=7+"h#-%+P-=-)RJL;! 1% %#-w;5'3/oy@7 H# '' !-+4@  1 @-U U  U I MAY@420.&#! ++ +"=7307#"37632"#!54372654&4&+39 H/h!`/+]7$/1@L /5=F'#!w%aK4VN#o#-Hw GD@AGB+&6  <e G M AFC@>$##38#3(1 ++"'.#"=737#"674+"=737#"#"' #"'.#"=737# w` N&q 5 ux 8R+T1  rq ! 71  /) ##  4  ## Jg/) ##=A@>=8<Z UINB<9)"$%##8! +#"654#"=7307#"#"&54632327654'.#"=737+53 V-X9!d#P=?)  ; J'  1  #! LPX%5[! #!Z)(KPX@ e>@ d[Y!& +#"'&5476703#   %)  +ou@dd[%&&+"&547632#"74762#/   )!- / ++;3#@ :IMA  +"&5467327Dob ;F^/Z;B # X)+N*B7@9M >  +2'>54#"5467Dob ;F^/7Z;B # X)+N*7FD @eM >Y@   +2#".546`^?< B[+DFFV%)X #5L<9]dJ5*@'<QM >#$#"+#"'732654&#"'632b# LHRB%/h5qz TCPL\T ^J5*@'<QM >#$#"+4632&#"327#"&^a%LJRD%-fJqz TCPL\T w @bcM>"&"+4632#54764&#"#"&wh\H^IJPR?+'h !! 3NVE989>9HBA3V5\w @bcM>'"!+#"'&#"#54'&54632/# h'+?RPIJ^H\h +^5V3BAH9=:7:FUPJ+"+5Po\V\J+"+%55o\V\B3@<e > +#3#]V]n?3@<e > +3#3\V\9nhm?  "+&'&'676Lw\saH"?{L^s7rbhD @:[  +&'7671N)HN&GjOPipRN7@ @IMAY&% +#"'654'63 %#v< )s5{ @IMA   +!"7463!2}5%.#0ZD @e >$! +672#"&547 ?2' ?0' &D @e >$% +#"/767J  ,?F?)/ 7@ @IMAY#! +#"'632&%- R N @IMA   +!"7463!2T\()J?` @ <d[&! +632#"'%J3N ,T \Ju @ [   +"54?y/% J,/F% s JLf=<@GK?Y@  +!7J=JDf;9K PX> +!J;B/FO@@UIMAY###"+4&#"'632#"'7326D5&PooP 3F1H@ om@EFFJ0@-<UIMA#$#"+4632&#"327#"FnN)3FF3 Nn=H13F?P-yg KPX@dL>@dGL@YY@ " +&547356723b  -P-yI @eGK?Y@ " +##"'5#&547  R=1@. <ISMA"!+#"'5#&547356323#H  T }FZ@GK? +!&547$+TB @ :IMA% +267#"&'b|}7amBRgcV`- ,K,PX@ M >@IMAY$" +4632#"&E%';A)%=%=D&#@D' *@'UIMA    +"2654&462#"s/46Z55mmkIH>/-??-176V'mXf1"XoB` VD/Y@ @IUNBY@ +2676#".'&"'632#)!) " ?/'''/u%)3+? '-5 &ou@dd[%&&+"&547632#"74762#/   )!- / ++PJ=&@# <:IMA# +6727#"&547PuBb@A/Xt Ta`JN#)b9@3Dd}"+'&'0'7'67677˲    ! !\w,6n@# 5@UIM AY@0.%$"!  ,, +"&54?&#"=7327"?4#57307"'2654/-7D#DD=V;;oyFF+d7TL;!/ A1+#q+ jF5-VZ+5F  5R/L  %9*h)@(bUIUMAY@ !-(#+332654'.4632."#"&#"&9-*+9)9wTIrNo70NR5%533DNT+!`L)%''N1#BX#P;+'%$-7%9LG%bJ8@5:< UIK?EACCC +&'"&4726&'&'&'"&47>767'.'&4732776&'&47327kk'),J)BI7 R +J-I)!3es**JHI+ JT +J+I*&8!!Vf!!;w<!!uu!!56F@C&<bUIMA,*"  66 +32&'05473>=4.'.54632#"5465654&#"{ P3 !k`X'7D/57Od %% !%=J+NYZK/ %1G3FThc5)8K%PX@K = >@S >Y@  +#!5)s5)AK%PX@S = >@SK >Y@  +#!5!5D)'s5)AK%PX@S = >@SK >Y@  +#!5!D)s35)AK%PX@S = >@SK >Y@  +#5!5!D)׍s)5):K%PX@ =L >@dL >Y@  +!5!;D)sf#@ dGL@ +73!fiZ\fh9>KPX@SK>@GSK?Y+7#3!!kk>h^X@<d[ +33#l\?u !@SGK?+!5!5!5!//XZh/9@6! 9IMA+)('// +2&5>54."#"&546%2&5>54."#"&5469F/;o PM  708n9F/;o PN  7/7Z;L;J P) 4 7Z;L;J P) 3!60/@ d[Y +3#3|L4Mu0/@ d[Y +#3#|M4Lu)."+%5%N%|L9M)."+%55w%{L7L;b *@'UIMA    +"2654&462#"/46Z55mmkIH>/-??-1  +2#"/&'46#   +V  /=TV (@%e=>   +2#"/&'46%2#"/&546% +:#   +J -   /=TV(@%e=>  +2#"&5476'2#"&5476#+ ++  J-  / %)b=@:<: 9UIMA  +267#"'&#"'>2#/1%3PJ%'-1KR<-> 5-/3 \[:-\:KPX@M=M>@QM>Y+462"462"@Z??Z@@Z??ZZ@@Z@%Z@@Z?=h #@  <eK>" +73##=' 7V =h #@ <eK>! +'"'#&5473h'7# =h D@  @dGL@Y! +6323#'=& =h D@ @dGL@Y" +#&5473672h'  "= K@  @deL>Y@  +%!#.'5673+RFXdfqD $+=V>3B5%5#\D @e >$% +#"/767  +?F?)/\D @e >$! +672#"&547 ?2' ?0' &?  "+&'&'676Lw\sbH"?{L^s7rV/Y@ @IUNBY@ +2676#".'&"'632#)!) #?/'''/u%)4+? '-5 &DZ{ @IMA   +!"7463!25%.#0) 5K%PX@ M >@IMAY@    +!"5463!2PH))B @ :IMA% +267#"&'{}8amBRgcV)1 @IMA$" +4632#"&)F$'/-??-1@IMAY&% +"'654'62%%#^m; )^m5sP3KPX@ K>@GK?Y+#3#3ZZ\\Pqo ,@)<dd[   +2#"/&546%2#"/&546% +9#   + -   .-@* <UIMA%+462"'267#"&'5N55N{}7`mqM88M6RgcVB#jP @ 9M >% +."'>32{}7`m#RfbV3'@$ :IMA +"&5476726329F0;o PN  708[;L;J P) 3!77!@ 9M > +2&5>54."#"&5469F/;o PM  7/77Z;L;J P) 4 7B!@9M >  +2#"&"&'&54617/7  NP o;/FB8!3 )P J;L;[@ 9KPX@ M >@IMAY@  +2&'>54."#"&5469F/;o PN  708Z"!+#"'5#&54735632+  \(@% <SM>"!+6323##"'\  d\ (@% <eGK?! +#"'5#&747!\'+ dH@dINB*!" ++532>54'.54632_S22)/7124+9JRPZ5')5#%+jw X*@'<UM>!$"!+3263#"&54632"&#"  RnwT ?KPX@dL>@dGL@YY@ " +&547356723Z  -H-yI @eGK?Y@ " +##"'5#&547  3,@) <SM>"!+#"'5#&'47356323#+- 3 @GK?  +!&'47y.@+:ddN>  +2=0303'"&5462`)'V-)5dn@!%!9`.@+:ddN>  +"50303265462')`%5). : %!Bl@IMA +462"@^??^_??_? }@IMA+462"$462"?^@@^+@^??^_??_??_??_?b *@'UIMA    +"2654&462#"D/46Z55mmkIH>/-??-154'&5469Fy`HQ?V9T`PVg!>/B%3fFq@<;KPX@XVIMA@dVIMAY@  +"'73632#"'47726545' RE3?S}_HON)/: ʼnF9BV#!+'G?f?(@%<:dIMA(! +"'4%32>76V'mXg1"XoB`+ @ <M>#! +#"'632+&$+ R TLK@  @dIMAY""%%$+#".'#"&'6732763232% Y4-@#R!3Z /IT/ /RNyRA^H\=bb @:[  +&'767+=)TN'H=d`XPhqm3uX @9[  +&''677+AR)K\qHTep/ @ :M>% +267#"&'{}7`mRfbVX @ 9IMA% +."'>32{}8`mXRfbV?y8@5<IUNB +2676'".'&#"'632#)!) #?0'''/u%)3+@ '-5 ' N @IMA   +!"7463!2\()N @IMA   +!"5463!2>() Pb /@,UIMA     +!"5463!2!"5463!233'*')?y8@5<IUNB +2676'".'&#"'632#)!) #?0'''/u%)3+@ '-5 '{f @IMA   +!"7463!2\() @IMA   +!"5463!2>()b%KPX@ d>@ d[Y +2"&'1!/TVD@ => +"&'2/+'))%# *@'<UM>!$"!+4#"#7672#"'72326  RnwT ? +35%!!tB3;jH@  @eIMAY""%%$+&'>32>32&#"#"'&#"% Z3.?#R 3[/JT/ /RM9yRA^G# "+''7'77#:;;:R99::]N"+4&'7.476 '6 /(). RO3'$'q)@;$ '=hB0 /@,UIMA     +!"5463!2!"5463!2>>'*')`\ %K*PX@ e>@ d[Y$% +#"/7632  +?F)/b\ %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %#8@5<IUNB +2676'".'&#"'632#)!) #?0'''/u%)33+@ '-5 '7!@ 9M > +2&5>54."#"&5469F/;o PM  7/77Z;L;J P) 4 7f9J "2@/dbINB""+462"&%462"&2#"7476f:N99N:[9N97R73!5 j )99)'::')99)'::+ %#9@ :M>%$ +73267#"&59m-A- 4i3Pck>+^LTTK@  >'*')3 :@  @ d[Y+"'672"'672) %% %%D R   R  z J@ "##%!+"#"'7&"'632763272676#"'H 3M''/u/7(.+.#(!)#5F.5%+?$'`-E@B$<U VQM>'% -- +"&462"&4622676'".'&#"'6327((7(7((7)#(!) #?0'&'/u%)4(8((80(8((8+@ '-5  '+^1@) K(PX@(  U UQM  >@.  U  U UIMAYY@"/-,*%#!11  +2#"&#"#"&567232>72'"&#"#"'&=63232> 9Z!!/ ?_!': ;X!"!1 B\': mH'% hD## mH%% jE$#; Z@ 7!#.'fqD #/- FfoqdH !1dRFXd%5#6;!';o15V>3B5y)A@  @GK?Y@  +55673.'5;!';o05)0- FfoqdH !2v"+%55%{L7L=F*@'<QM>#$#"+4632&#"327"=qP 3BB3)Nl?F31H=-@* <UIMA%+"&462."'>32Z5N55N{}8`mN88N5RfbV". "+''7'7723322233.v"+%5%'O%|L9M.v"+%55%{L7L. =@<:9KPX@ d>@ d[Y +%55%#3#Nr|M3M{M6Lu\'b*@'<QM>#$#"+#"'72654&#"'632pN)3BB3 NpNn>H13F@oyN@M> +462"?V@@VV??V@b}5K PX@ ,32#"#".'#"54>/%A-<+L3 4!4-%3A'L 3'-!AD!hJ (8@5<UIMA$#(("$"$$ +2654&#"4632632#"'#""2654&9Z::-/7kHV67UHjhJU76VHH/8:Z99-FF-1ACueBBcGFdBBC/-FF-1Aso@ KPX@eV>@deINBYY5%5+57654+"74?632;2:>!#9!     w @ :M>   + 7!2$67#D !e#7%qLVN%) %@" :IMA   + 7!2$67#D !e#7%qLVN%= @IMA   +"5463!2##"=#0#.R @IMA   +"5463!2##""0#-\XjN@ < :9KPX@QM >@UIMAY"&""+6$3232$7#"'&#"\/aՅ՘yH;DRϤR`hADDE dwDBRD @ 9M> +2!"'6$#9j<#%#3aT;%;9Q 7!/- EfoqdG !1P6;!';o15#7H .A@>, -<bQM > +)&$  . .# +32>7"'"&54?4&#"#"&5463227^% 5+=%/p4- L'w 3+L+(+#B7!   !/L?mL<@9<SQM >  +27"'&74632#74#" 7#-JF1!OB-B1?';2!O9_;% +&#"&7676=4.'&5673&"&462P%!+#)$ ='$$V    G%%DF $@!QM >    +2"&464'"32PHNKGH;L8Fe9;[VwgsmB+6@3 <+:RK >#%##4"+726754+"=77#7'"754&'#"=7/4 101%34R )#?F89g%L5@2<bQM >  +2#"'&#"32>7#"&465)!#'-!  1FDIRL$'!-D9-5 BVe'o@'#< ;KPX@ bQ=M >@ddQM >Y@ %"""+5&#"323#"'&5463254.#'673#7!;B'%5'D;1 ='-?"Z%m}#%N;c; '#h;p@ 65 @!  d dPM >Y@98432':" +672&#5437>=4&#"2&#5437>=4#'"'56723.+= 5#J  + 9%E  T! dR956  )4 9hsHPP@MA% IG><42/.(&$"'# +54&#"&#"&7676754.'&'6736726723&#"&76=4&#"&#"&7>N%%!+#($ =(/)>3/'3")#+!%#$!*) Zw+-    459865 w+&   L(@@=<9ZbN =M >""#+7##6326'&=47623254#"N'= #)#+!%   %/++:   ##'<4@1<:QM >$"$"+27#"=#"=472=732#y%;B/=>L?'D M hhB+0@-" <eK >###'33#+'.#"'577+"7674#"=07#"&Z 7P ?=!'7 `!  #yHBH@E7&< :B>0,9 b cM >A?<:42#%##$"#%! +432767'&#"=27#"76#"=327#"32&'"5432'&'02&'" DZr !5  ')?Q-!;! !4 -))Pu?J Z`!7?jN% @ 9[ +2&'>-=4w %)+'J#%1d @:[   +"&547!1v-)+'>%"+h@ :M>%$ +73267#"&5m-A- 3h4Pbk>+^LTT/HQ@ @UM>Y@  +% !"'632#"'7dk>5}PT}5=|-o8Nȇd-L9Ph +h@ #"@UUM>Y@'%!   +"&54632%3267#"'&5467632.#";3CE1-JF3TR/f|?5}vC4|5?kb3w5=F/1HH1/F]qL;P{}L3N7:"9/H #n@ ! @UUM>Y@  # #   +"&54632 !"'632#"'753DF1-JFdk>5}PT}5=|JE/1HG2/Eo8Nȇd-L9B E9K*PX@eM>@eIMAY@  $" +4632#"&2&5>54'&546F%';A)%>a1PdJjJZB%>D'#?C wTfq%=F)<XbV@d[  +2"5476!5 k + %#f9J"6@3dbINB!   +2#"7476462"&%462"&!5 j :N99N:[9N97R7J+ %#P)99)'::')99)'::BQKPX@2   d  b  `   V =L >@-   dd d d   VL >Y@"DCKJCQDQ@>5432/)  +!#.#"&47>727.#"#&4727>&'!"2"&5476n,"  /, K]%&E %7)& 0.  $ U" 6 k 98T      KPX@?  d Z  bZ U = N =L >KPX@; d Z  bZ U N  =L >K/PX@?  d Z  bZ U = N =L >@=  d Z  bZ  U U =L >YYYY@ URIHGB?>652,'$!WW  +2#"5476>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"\!5 k };RTH@R+b:1q;;q3VS3L7H+ %#/Xu'!^!70#X' ;{ {;  ?H;V!ZAok@ ;7jf@1db  UU K  >Y@&iga`^XUTLKHB@?:832/)'&  +2#"5476"&#"#&7>754.'&723263! 74'.'&723263"&#"#&7>765&% w!5 j =q-79+q=>p-89+q=;hAq-79+ qABp -79+qA+ %#{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/@m9K/PX@$dbK =M >@"dbUM >Y@9851  +2#"5476&#"&47>754.'&47327^!5 k  .7=  |C =8/3', eL  ?4/ + %#BD(     'FA,8*    'CBs*=@:dbM =M>)'!  +2#"5476"32# 7>3 !5 k o'Ų{VVs+ %#P-j{h'vPtK/PX@' dbK  =K >@% db UK >Y@HB@?542,*)  +2#"5476"&"#&7>74.'.'&7232637>.'&723263b!5 k E){'E 9fJ/-!Z%!!+')Qb'+ %#y= =y3 " a> #A91-( 0G'/YfAI@F5.(<dbM =M >=;42,*#!  +2#"547632676!"5>54#"#!&'6;'&54$3 w!5 j T?V#{#L@V #E+ %##w)R y{RӨbu N-w;F":S@P*&1<%; dbV=N>970.)'!   +2#"5476462"&%462"&4'7327327#"5!5 k 9N97R7Z9N99N9#7-/4FC#w9F+ %#P)9:('::')9:('::H}?fV=` DBoKPX@%b   V =K >@"dd   VK >Y@@>5432/)  +!#.#"&47>727.#"#&4727>&'!"n,"  /, K]%&E %7)& 0.  $ U" 98T      Ml@ @UUM >Y@ KICA98,+(! ><$ +32654&#"2632#"&#"&47>7654.'&4732>54&+eXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓy}([ *>[O/P))HwE    'EBAE'    =L2[b> -'a@ZUK >Y@$# '' +!67'.+"&#".7>54&'.7!O 4I8J?s ;B s?@r ) H9TFi{; 11 <{5{;2 =D.@+b =N >  + !7#!"547fa9jg++  u/ !N7HK PX@= <;:KPX@;= <KPX@= <;:@;= KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@FC:9830/'&#HH +>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"o};QTH?S+b91q;;q3VS4K8H/Xu'!^!70#X' ;{ {;  ?H;V!ZAH?1k@0<:K(PX@$b`M =M >@"b`UM >Y9d9@+&#!"54767654'"'677!26323%>7672\7'!2HG## [#j1?LnL'%' -  @du ! &[CB  !3\y@ ,([W @# U  U K  >Y@ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% >p-79+q==q-79+q=<hBq-89+qAAq-79+qB{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/JFD$0@@ @) UU  M =M>Y@&%?=75,*%0&0!  $$ +3267>"'.+""'>54&'>"32# 7>3 iS     WyiR     W'Ų{VVs1E  fHg! ;<1F g#$h  ;;QP-j{h'vD31F9K/PX@K =M >@UM >Y@ *)&"4 +%&#"&47>7654.'&47327 .7=  |C =8/3', eL  ?4/ BD(     'FA,8*    'CB!3SjM@!U  UM  >Y@RQLJIE9cb +%"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&'@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv{; ;{T^dU{;  ;{Sh-9  yJ\ =WTB*&@#&< =K >**W*R +%."&47>7672"&"#&7>''93-s+0J4/JS-V-e(' )+% 'F8./0yU  Y[BTq3NM5 K PX@6b`  ` K  =  M  = >KPX@6b`  ` K  = =  M  >KPX@6b`  ` K  = =  M >KPX@6b`  ` K  =  M  =>KPX@6b`  ` K  = =  M >KPX@6b`  ` K  = =  M  >K/PX@6b`  ` K  = =  M >@4b`  `  U =  M >YYYYYYYY@JHE?<;21.-$"+%#'"'#.".7>76&'&4732>7%.#"&47>&653 XN 1_ {5~  T; Z /h  b2C((( !2 (#( s'`U     PaguE     L\100     -03NB@??<b`M = =>MKEDA@6210&$!1 +4.'&47267#"'&".#"&47>5&'&47325p 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " 3GM+      +LF 1DdsGM+      +LFp  w->\13XK PX@" S;8 MJ@ -" <:09K PX@" S;8 MJ@ -" 0<KPX@" S;8 MJ@ -" <:09KPX@" S;8 MJ@ -" 0<@" S;8 MJ@ -" <:09YYYYK PX@0  UM =  M  =M >K PX@8  U =M =  M  =M = >KPX@0  UM =  M  =M >KPX@8  U =M =  M  =M = >K%PX@0  UM =  M  =M >K(PX@. U  U  M  =M >@, U  U    UM >YYYYYY@*64UTLKHEBA:94X6X21)&33  +!272'.#!"'46743!""5.563!2676#&3267>"'.+""'>54&'>e5/%BlmA%/5/%BlkmA%/S     WyS     W):s==s7:s==s71E  fHg! ;<1F g#$h  ;;JFD '@$M =M>   +"32# 7>3 'Ų{VVsP-j{h'v+33<jK/PX@" ZL  =K >@ Z UK >Y@7610.(%$  <9 +267"&#"#&7>54#!""&#"#&7>54&'&73+5qAAq+75-qA^\^Aq-57+qAAq7) Bz{A A{o{A A{_{A! =/<s@ 3@&UUM =K >Y@ #%(!Cc +"&#"#&47>764.'&47232632#"3 4&#"Zw)@9+q==q-7-Z'/fŅu5-u7{hL^}R1 9}dU{;  Gsj6HL^ A1&J+%N @UK >Y@ %% +!!2676!&67677&'&47!'.17ml#'"q1B!#3L ƒs / #!D 0wF=P?4r@ @$bU = K >Y@ /.R112 +.+""'6743732%2#&'#""&"#&47>76!)8x<' 3B7%Pv){'wPJ`D  Bbw? ?w&3AHK/PX@K =K >@UK >Y@ bbS+%"&"#&7>74.'.'&7232637>.'&723263F){'F 9eK/- Z%!!+')Qb(y= =y3 " a> #A91-( 0G'/Y\1J\@6<(#:C>9K,PX@K =K >@UK >Y@ B?10'$ +>5%.54>754&/&=73%&#'54?>5\B^H+ f: 5oы+E6R7F))F7P6B. ;JjR4T$ L\}O.BZ b+  +`樤g+   !)[3^pK/PX@)b` K  =K >@'b`  UK >Y@TNKJFD>=:5cS +%."&47>.'&".#".767654'.'.726732676'&473267iBf@  \! *)I )  h/=kC  \! *)H )  k)[M     '*#i!'g     )WH     (*#fg     8V3^@ @(bU U  M >Y@XWTQMLFE;843+*'# ^^ +".54&'&74;2;454.'&4732726546;2#&#"&47>767fDj}R7R-)?Pnv3', eL ?5/ kR;-{5QznE .8= }C =8/ 1Rg  6,8*    'CB5y #r]8iBD(     'FAiZ9D2-@*& <M =M >'&''&!+%32676!"5>54#"#!&56;'&54$3 T@V#{"K@V #Ew)R y{RӨbu N-w;[qA^9K/PX@ UK =M >@UUM >Y@ :9624 +462"$462"&#"&47>7654.'&47327;P::PB;O;;O; .7=  |C =8/3', eL  ?4/ P;;P::P;;P:3BD(     'FA,8*    'CBqQcK/PX@#U K  =K >@!U  UK >Y@ICA@65bS +462"$462""&"#&7>74.'.'&7232637>.'&723263;O;;OB:P;;P2F){'F 9eK/- Z%!!+')Qb(P;;P::P;;P:3y= =y3 " a> #A91-( 0G'/YBFu5B@ 6 @? dd  b == M=N= M>Y@A?;9543210)'!  +2#"747632672#"/#"&54>3276?2263'.#"32B!5 j  %H'-!R@o,JbOGh|\BE '\Rfcfmu+ %#q+\NL׼h1 b)ɤ3Vq@@   @8 ddb  U  UM=M>Y@?=<:8643/-+)%#  +2#"7476327'"&54675&54632#"'&#"37632'"&#"!5 j yR{w{R`m'+'1R=c`F//9;R Riq+ %#{LiT wfD!9NX5'!@fHV^Z#' d7/\sC@ (<9KPX@(bb=M=>@%ddbM=>Y@CC?>0.'%  +2#"5476>32'64.#"#"&'&465.'&7672!5 j 'wd\  /#` -$-P a s+ %#=9q5#P&B#HZ12G!/F+%3 P-# jw&i@<;K PX@b==N>@dd=N>Y@%#  +2#"74764'7327327#"5F!5 j q#7-/4FC#w9w+ %#H}?fV=`1hF"HF@C dbV =N>FE;953)'!   +2#"5476462"&%462"&32654.'&54632#"&54&'&7672!5 k 9N97R7Z9N::N9NL+%)B)\l圶}/PXF+ %#P)9:('::')9:('::u~aXl#;"ȱT7  }BFZ&3P@M'<b==M=N= M>20$&$#" +32672#"/#"&54>3276?2263'.#"32%H'-!R@o,JbOGh|\BE '\Rfcfmuq+\NL׼h1 b)ɤ3o9=@:0'<9M=M=M>&#&$.*+'6762#"'53254&''"&5472>54&#"11dti)@bQ=>Y/(L#+32544?&.#"#&7672667327#"&+-''5? . 9D+ S1- 1N ' 3;P=@9@VR1b`{ /{H`uR 9oX ' Wju{L&8.@+'<bM=M>/+"%&+'.54632#"'&'"#"&54>32>54&'.h}^`<R>J\a|{=HMDcb5:Z-TV3dNc&oL\mLP#'#Zji-h`q`e}vUuR!B^zIZ"TwR=VZ1G@D<bUUM=M>!"""$*$" +7327'"&54675&54632#"'&#"37632'"&#"yR{w{R`m'+'1R=c`F//9;R RiLiT wfD!9NX5'!@fHV^Z#' dV+H6@ K PX@/bZU R=N >@0bbU R=N >YY@20(&$" 66 +"&5463232654#".5#"&'673327632Xr-N)K;Sk-\@Z)L\1LjBLo+9'%5qZ?wV+#yg1! Zk-C#;+5υ f7/\^47@4< 9bM=>440/!" +>32'64.#"#"&'&465.'&7672P'wd\  /#` -$-P a 9q5#P&B#HZ12G!/F+%3 P-# jV 2@/SM=M> " +&#"!232#".nP:!R3mnV6TCHLIlX}.l՜GI)Z$@!<:=N>'%$ +4'7327327#"5#7-/4FC#w9uH}?fV=`?`QS@PFD <b  b  VM= = =  >POJHCA20.,)'#"! +%"&#"#&7>7654'.'&76722?>32#"'&'"327#"&/.#h%D )/%`0-V^-0Ih|?d+'!:9F% !)/T8#?3'{9 7{\6{X+ $oeJU:\b\)8GT3- 1=3=R##7+6@3  < 9M= =M>$$%"+%#"&''''"&'672327b+FT-X:1-\yFC^aI=8-J/9Zx;R71q<N/Z?Q@N&<-):9b`=N>??><7542,*$"! +%#"'0'64654&54'32732674'32732632#"'{}F& +//L# ,+/!3!+T+u =N>;#LTQLF}?M4?}?NRX  *(%\`@bc>!+&/&76722754&5462'7H J  %'R-}X'{`Dn/1?- P-3M9@I ZUUV= = M = N  >K*PX@; ZUUV R= = M >K,PX@>b ZUUV R= M >@?b bUUV R= M >YYY@EC?=;964&!#!("%! +#"&'67332763232632#"&#"32#"5463232654&#"&547.5456^j-:R1P?:7srT3==7)@T\=]œ)!%N1E5YiNGLbRZY;#9#fNV=3') df{R "VJJϙmILuRZ%@"M=M>&# +47632'"&"32654&RluLsyl5^Tn}oBٖT/#F-=@: <bM=M>-,*"##" +'#327#"&54##"5467>5#"&'>33gD`P)=\< yL+%!$89JV|FmFRwP9dVr.C/EqٚHT mj/Z!*@'<9M=M>$&$*+'64>762#"'4&#"726-)&%joZ P}wn}j;#y!|}:%m5ՠs?9`/AK PX@*ZZRM=M>KPX@-ZZM=M=N>K PX@+bZRM=M>K"PX@,bbRM=M>K#PX@+bZRM=M>@,bbRM=M>YYYYY@ $"$&$"$$+4>32#"'&#"32#"&5463232654&'.?##  +!#"&547>3!2654&'"a9TYy6;2`W]>2{%VdO5x6E94]|RHs5LFB@? <bM=M>  +!'#327'"&54#""'>- 9g!?RXynTP+mF;## )sFmZ Sgq<^Bja1h`%@=N>$*$+32654.'&54632#"&54&'&7672NNL+%)B)\l圶}/PXuu~aXl#;"ȱT7  }R/LZ ,+@(< 9M= >%#" +4&#">'&.5467467632lV=@Dm!Vc#59]Hhfkg#BZ%뿑9Dq77mdD5Z+J@G+%<:'9bbR=M>$&&"+.#"&'>3237327#"&//7T/TD/+';\{<9'x7>>3-#-5\`NLpi3j+'-' uN59$+w9/8H@E5(<;0,: 9db==>/-#"# +67327'67./&+&767265327>70+-/9; oT$ LF Hj 2%7# `b!Rs Pq}1QN;#Q{L+d{ϮAtH`-$@!"<dM>%&+#"+#"'#"&5%267&546323265'67Ī=)iR`JXD5N/%#%0Xum^qj`׸P !/VpZkJf3N!'otˁ)'H'6@3<;U=N>'%%+462"$462"4'7327327#"59N99N!9N97R#7-/4FC#w9sR99R88R99R8:H}?fV=`1h5(@%U=N>$*%+462"$462"32654.'&54632#"&54&'&7672:N99N!9N97RNL+%)B)\l圶}/PXoR99R88R99R8>u~aXl#;"ȱT7  }Ru*iKPX@$b=M=M>@!ddM=M>Y@&$**  +2#"547647632'"&"32654&+!5 k TluLsyl5^Tu+ %#n}oBٖT1hu4[KPX@b==N>@dd=N>Y@21'%!  +2#"547632654.'&54632#"&54&'&7672Z!5 k NL+%)B)\l圶}/PXu+ %#u~aXl#;"ȱT7  }Hy<j1'@dddN>Y@42-+%#  +2#"5476#"'#"&5%267&546323265'67!5 k Ī=)iR`JXD5N/%#%0Xum^y+ %#j`׸P !/VpZkJf3N!'otˁ)'HP *d@UM=M>Y@ (&"   " +4&# 67>2#"54>32654&#"F5jc}\fVѰsuqjFTR1B*kZfN X-p!1R7_@\-/<b`M=M = M  >6410,+&$ " +4#"54#"'676;32>5"&'.546322&##"&)^ri-9 N% Fh3FF7wboN#f+ %-5WƔP}`X{\ ;*f;DB\hFsR JӢ bD3:@7<bM ==L >#$$$&b +%"&#"#.7>5'&#"&'6723>32#"&'&#"H+;=( GXVdZDN+RVLZ)+/\{A A{D7 b;sD5/!D3BX@U)' < d  b` M ==L >@>;953/.,*&$  +2#"7476"&#"#&47>5'&#"&'6723>32#"&'&#"m!5 j H+;=)HXVdZDN+RVLZ)+/\+ %#{A A{D7 b;sD5/!D buCL@I*( <   bU M  = =L >A?<:640/$&b +462"$462""&#"#.7>5'&#"&'6723>32#"&'&#"9R99RD;N;;N'H+;=( GXVdZDN+RVLZ)+/\M<('+'6.5467&'7$4.'654\& ?]%Cc` 2"F}SILsB)9ij;#c8 ⹿ H 4nv^D@WIpI T7MhZ0Y| VH1:@7-#<bUM>%&*"%#2+4$#!"&'7!2#"'#"&54673267&54632326o9;?JpPXgn=[/%#%1Lwb/h͚ͭċA&m餙bmJf3N!'qrլ/`GC@@5.-<bQM=M>)(#)'$#%$ +%#"'&74632326?#"&547#"&5467654&#"'63267>32327'BjG\S'%(H%V`+)JA]'($>M!9%-+!LRDK!_,&Sj1OV%jZ-$%^/mMsTr,!#>5;X+#{dw#'+n^-RTJFD #0@-<9QM >"    +"32&#'67&7>3 'Ų{#EjVsP-j'rkavRZ$.@+ <9QM> $$+# +47632&#'67."32654&RluLLgE^yl5^Tn}IrZ6ٖT!H9 :KPX@(ZZURM >K PX@.ZZUUINB@/ZbUUINBYY@ !#(!&U+4>32327#"&#"6#"&54232654.'&!@4 Zbb   UUK >Y@0/'#D#!" +#.#!!2#54&#!&#"'5437>54&/"=7;g9HELD4+1/>\Y>1/>)y\5݁-7  ))%27'o-F.@ <.:KPX@ZUM=>K%PX@ZcUM>@#ZcUIMAYYW(!$71++"6;27#"&#""'&74>32327F9=_;'3J)iLnHJ\!7v-+T)XRVN3 Vi hL/CFws -d#!H@E <USIMA !! +"&547!654#"'672!327XD^8O'11dhBb1aZ/14wX@5^L36Z%?ZT+7)-#'=db^ @K(PX@eT >@deGL@Y+ '!7!Rs':qtLbR)1@.<(9bcM>%+64'#476767&'&!0##'%2&^39-qw;kywgc{/sduO`me;EyZIH!XD@ @eIMAY" +&%763 #654''%&'' %\N#LB-:B}{ŶupLD?L11N@ -,@UN>Y#)(#(%+%47#"546764&#"'63267>32327#"&jb)PBP#;'/-#PVHN#d-)Vq3V\'sNDyXwP%B7=\-%h}%)-rc/V^%qFw)a@ <9KPX@QM=M>@UQM>Y@#!))$#'#+#"&'32& 322654.#"w^{qC $Qu'-ݠ`s3X^3RRfϚRZ{p+FH' TjN#PhF@  @UM>Y$'$$+3267#"'&5467632.#" 3TR/f|?5}vC4|5?kb3w5qL;P{}L3N7:"9- 5^@ bU=M>Y'$*$"+4632#"&.'&7672#"&546327265654E%'##$$$$ +# #5367>3 32#"!F{VwVs"GxNr{^ PvP-jJPL[@  @UUM>Y#&#"# +!2'!327#"54>32& d/ yf#jT@l!` )f% wm7r+DL"g@@UUM>Y@ "!%#&#"+.#"'62#"'772>5!"'5463usj#fTAe`m%;\@UM>Y%%$-+'6?632#"'"67326/11ujd$`NX?"<-^F%ՔX-ʷT>LPD&@#<M =M>'($"+%# 32.#"3267=lP\I;܋5ivY9ʓ5o)'4;%1-uRN##@  : 9 >$ +!'#"''7 7<6jP-w-F DE%B}D '@$ <M =M>(%$#+'>32!"&'732>54.#";o? 3w_-TEPP: P17x|s#Nr^ 5%13PD +>@;+ <UM =M>)'    +"&54632# 32.#"32673DF1-JF=lP\I;܋5ivY9ʓ5'F/1GG1/Fo)'4;%1-uRNB}D ,?@< <UM =M>(&   +"&54632'>32!"&'732>54.#"3DF1-IE;o? 3w_-TEPP: E/1HG2/E317x|s#Nr^ 5%13~D QZ@F &< :K PX@2d ZZ U N =L >KPX@6d ZZ U = N =L >KPX@2d ZZ U N =L >K/PX@6d ZZ U = N =L >@4d ZZ  U U =L >YYYY@ OLCBA<:910.(#  Q Q% +#"'%6>76'.#'3!26&#!"#&7>76'.'&723!272'.#!" 9>}<RTH?R+b91q;KPX@; ZZ U U = N =L >KPX@7 ZZ U U N  =L >K/PX@; ZZ U U = N =L >@9 ZZ U  U U =L >YYYY@TQHGFA?>653-(%" VV+462"$462">76'.#'3!26&#!"#&7>76'.'&723!272'.#!":P::PC:P::P}<RTH?R+b91q; bZQ  = M =M= K >K%PX@< bZ UQ  = M = K >@: bZ U UQ  = K >YY@NMKFCB:7651014%"$'!+632#"&5463224&'&#".+""'6743732%2#&'#""&"#&7>76pDyfP=H9Q-'!)b(A5PÏ)7y;' 3A7&Pw){'wO׬G~N=9'#3ǟ;0`D  Bbw? ?w& 1r@ <:K(PX@#dZL =K >@!dZUK >Y@ .-('$  1 1$ +'"547!67'.+"&#".7>54&'.7X'9O 4I8J?s ;B s?@r )Aw H9TFi{; 11 <{5{;2 LD1c@`$<b``b  b UM = N  >0.+*#!#!'$" +!2!">3232?2#"&#"32762# LE# #=fB{NR!B@%bbM =M>Y@ 42$"! +#"#"&#&'>32654.'.54632( VX-;e?h hXla: !ɒy$,W5iu z Y0W9:(8a7C/ }8^:8)=4D31F9K/PX@K =M >@UM >Y@ *)&"4 +%&#"&47>7654.'&47327 .7=  |C =8/3', eL  ?4/ BD(     'FA,8*    'CB[qA^9K/PX@ UK =M >@UUM >Y@ :9624 +462"$462"&#"&47>7654.'&47327;P::PB;O;;O; .7=  |C =8/3', eL  ?4/ P;;P::P;;P:3BD(     'FA,8*    'CB-(OK(PX@bK =M>@bUM>YC$&$+#".5463232>54&'&47327\YdDR86B) !/9F P-b</w@ 5$*7'=u{;2  1 = -U@ J "KPX@8  ZZ U  K =M =N>KPX@2Z U  K =M =N>KPX@8  ZZ U  K =M =N>K(PX@9  Zb U  K =M =N>@7  Zb  U UM =N>YYYYY@TSPKGE@><:64/,'&! # +32>54.#32#"&#'54?>54&+""&546322764&'.=73!67-+NoN#C^{uFJlV'5=4->B"cJHu6(F-B'N&NLd s?90>dg53bc;/Hna?bP- ')+12FuZ@J19C5T # 1 ;#+Xg@QLK;6(#@$  U  U M >Y@YYYgYf^\VUPMDC:5Z +32#"&#'54?>5!&#'54?>54/&=73%!4&/&'573%32>54.#h}wCJmV'5B/3>5R7;4o7P5B/F2?5P 5=4.MoO!D\3Jrc?bP- '+.$/*''.+R '').w/''',+%90>fe53fi??T@*5(   K%PX@/b U = M =  K  >@-b U U =  K  >YY@ONLGDC;814+:" +>32&#'54?>54&#".+""'6743732%2#&'#""&"#&7>76\NuX%P'3%P)7y;' 3A7&Pw){'wO\NVR '').s`D  Bbw? ?w& f@ :9K(PX@?d  Z   b  UM = M =M  >K/PX@@d  b   b  UM = M =M  >@9d  b   b I  U  UM  >YY@dc]\RQKIGEB@;:430,4$ +'"547&#"&47>7654.'&473276767>32#"'&"2"'.'.'jX'9 .7=  |C =8/3', eL  ?4/ 4'ycJG5%-! %5d-YX&81PHoL?)AwBD(     'FA,8*    'CBHhAR)!+-'=wso1'   ¤m rr@]X(#< :.9K/PX@ d K  =M >@d  UM >Y@kjgcPOLH44% +#"'%6&#"&47>7654'&#"&47>7654.'&473276767.'&47327d 9? .8= |C =9/ (Cc  |C =8/3', eL  ?4/ 1(Ag fL ?40  =sBD(     'FAH5(P*    'FA,8*    'CB좗0-N'    'CBqXT K#PX@4d  b  `UK = N  >K(PX@1d  b  `U RK >@7d  b  `UV I N BYYY@SQOMIGCL#' +2654&54632"&5432.'&73273>4.'&47327#"&54632327.NbB"!LړL!"7FOof`.6g  =1?Bz.C1HDu8-=!#'uM(iK+%DLNNLD%1yO 2,)d)/8 $G41A0+7'-_#w+Ip@D?>)$@"ZeUM >Y@ ;4<1C$ +2&#!"#+'54?>54&/&=73%3!2654&/&'573%1@ >35 H^;1/@7P5?2L-3=5P5n7)!%7/''',+Z%5-)''  DBoKPX@%b   V =K >@"dd   VK >Y@@>5432/)  +!#.#"&47>727.#"#&4727>&'!"n,"  /, K]%&E %7)& 0.  $ U" 98T      z%@%ZUUM  >Y@0.,)">; # +32>54.#".7>54&'.73!7'.#!"32#"&;XsN DbB  s?@r  ;!/%`hJdiJ$\FP19.8``63bh@V1 <{5{;2 ?d!=JXP+^-5#Y3 >Ml@ @UUM >Y@ KICA98,+(! ><$ +32654&#"2632#"&#"&47>7654.'&4732>54&+eXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓy}([ *>[O/P))HwE    'EBAE'    =L2[b> -'a@ZUK >Y@$# '' +!67'.+"&#".7>54&'.7!O 4I8J?s ;B s?@r ) H9TFi{; 11 <{5{;2 F--@m @"ZeUM >Y@0.;8.@0@4C +7>54/"'573!7.#!"'676#"3!2654&'@5FH=>`9>7)GJ647) `'h? +',9Z1Z_7/! P`#51!N7HK PX@= <;:KPX@;= <KPX@= <;:@;= KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@FC:9830/'&#HH +>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"o};QTH?S+b91q;;q3VS4K8H/Xu'!^!70#X' ;{ {;  ?H;V!ZA 5{@.(L lfV@D bb U U M  =M >Y@+{yutqponkgdcba^]YWTRNMGECA><7632C#"&"+35437>7675&.#"#"&463274&/"'57327#27>762#"'&"22'.'.#2&#"'5437>5" 3GV/ #*#1CF#BL11>59B6=30LB#FD2"+# /VH3fL;s1?6bd7?0s;Lf' ?)'-+ )RAo--$'''+V-oAR)!+-'? 'ͦk-%'''+kͺZLD4L@I*)<bbUUM = M  >1/##!"!$"" +7463232654&#"#"'4723 4&# '6$32# '.Z%=5V断#y;<~`>15(Vؗuu1-%,j 31 sH@ UM >Y@`_\XEDA=44 +%&#"&47>7654'&#"&47>7654.'&473276767.'&47327 .8= |C =9/ (Cc  |C =8/3', eL  ?4/ 1(Ag fL ?40 BD(     'FAH5(P*    'FA,8*    'CB좗0-N'    'CBq@lg72 <="9K/PX@)d U  K  = N >@'d U    V N >Y@zyvr_^[WED44#'+2654&54632"&5432&#"&47>7654'&#"&47>7654.'&473276767.'&47327bB#!LٓL!"o .8= |C =9/ (Cc  |C =8/3', eL  ?4/ 1(Ag fL ?40 +%DLNNLD%BD(     'FAH5(P*    'FA,8*    'CB좗0-N'    'CB5\۳9K(PX@:  Z  bUM = M =M  >K/PX@;  b  bUM = M =M  >@4  b  b I  UUM  >YY@\[QPJHFDA?:932/+4 +.'.'&#"&47>7654.'&473276767>32#"'&"2")oL? .7=  |C =8/3', eL  ?4/ 4'ycJG5%-! %5d-YX&81P ¤mBD(     'FA,8*    'CBHhAR)!+-'=wso1'  3Lq!K PX@.ZZL =M =N>KPX@(ZK =M =N>KPX@.ZZL =M =N>KPX@(ZK =M =N>K/PX@)bK =M =N>@'bUM =N>YYYYYY@ "$&*4X +.'&473!27&#"&47>7654.#"#"&5463232676404? fL ?4/  .7= |C =8/ FrmAc!OBh1%?)MNJAB'     'CBBD(     'FAy7@ZP`9A+6>/T;#3NM5 K PX@6b`  ` K  =  M  = >KPX@6b`  ` K  = =  M  >KPX@6b`  ` K  = =  M >KPX@6b`  ` K  =  M  =>KPX@6b`  ` K  = =  M >KPX@6b`  ` K  = =  M  >K/PX@6b`  ` K  = =  M >@4b`  `  U =  M >YYYYYYYY@JHE?<;21.-$"+%#'"'#.".7>76&'&4732>7%.#"&47>&653 XN 1_ {5~  T; Z /h  b2C((( !2 (#( s'`U     PaguE     L\100     -0!3\y@ ,([W @# U  U K  >Y@ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% >p-79+q==q-79+q=<hBq-89+qAAq-79+qB{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/JFD '@$M =M>   +"32# 7>3 'Ų{VVsP-j{h'v+33<jK/PX@" ZL  =K >@ Z UK >Y@7610.(%$  <9 +267"&#"#&7>54#!""&#"#&7>54&'&73+5qAAq+75-qA^\^Aq-57+qAAq7) Bz{A A{o{A A{_{A! =/<s@ 3@&UUM =K >Y@ #%(!Cc +"&#"#&47>764.'&47232632#"3 4&#"Zw)@9+q==q-7-Z'/fŅu5-u7{hL^}R1 9}dU{;  Gsj6HL^ A1LDD@A <b`M =M>  + !2'"32672p)oflfx!)[ miw?4r@ @$bU = K >Y@ /.R112 +.+""'6743732%2#&'#""&"#&47>76!)8x<' 3B7%Pv){'wPJ`D  Bbw? ?w&->ȵ:K#PX@&b`K =N>K(PX@#b`RK >@)b`UINBYYY@ "$'CE+.'&73273>4.'&47327#"&54632327.7FOof`.6g  =1?Bz.C1HDu8-=!#'uM(iK/yO 2,)d)/8 $G41A0+7'-_L3:ES@@ F ;9K PX@/   b I   VK =M >KPX@5  b  `I   VK =M >KPX@/   b I   VK =M >K/PX@5  b  `I   VK =M >@3  b  `UI   VM >YYYY@POBA<;#$J4 +%&#"&47>7<5$%.'&473273#'3$4&'#6'4 .7=  |C =8/  3', eL  ?4/ hMxj:;lwLBD(     'FA,8*    'CBj?^˫ ߯=(QfkT'[3^pK/PX@)b` K  =K >@'b`  UK >Y@TNKJFD>=:5cS +%."&47>.'&".#".767654'.'.726732676'&473267iBf@  \! *)I )  h/=kC  \! *)H )  k)[M     '*#i!'g     )WH     (*#fg     83-@\ 9K(PX@ ZK =M >@ZUM >Y@ C5CM +'.#!".7>54&'.73273!2654&'.7327w! !9 #!ndB s?@r ;B s?3-3@r ;B s?/PT y1 <{5{;2  1 ;{/75u5{;2  1 ;3Kh@ 0<9K/PX@!U K =M >@ UUM >Y@ DCM$C'4 +%&#"&47>765#"&?6&'&473273274'.'&47327H .8= |C =9.ѰGsumqE2(, fL ?40 BD(     'FAêyC  Bz],8*    'CB-TzK(PX@& Z K  = K >@$ Z  U K >Y@"POJIFB?>9610-)&%  TS +)&47>54&'&473273!2654&'&473273!2654&'&47327&d s??s ;B s?1H?)?s ;B s?/B\1?s A;s@@s1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;{{; 1-Y{U9K(PX@%Z K  = M  >@#Z  U M  >Y@ JIFB?>9610-)&%  YY +)&47>54&'&473273!2654&'&473273!2654&'&47327'.3d s??s ;B s?1H?)?s ;B s?/B\1?s A;s@!!!9 # 1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;{PT y5- ;{#@%ZUUM  >Y@ 1/,+(% ;;   +%2>54&+"&#".7>54&+"'6!2732wZC% f!B s?-LV=g/ %B s?{wE5T{?+<\F/wC1 <{5o9mr7E 1 ;{/Hnc=bP- H51=e]@Z9  UK = K = M  =M  >32dc`ZRPMLIEBA;92=3=*)&"4 +%&#"&47>7654.'&473272>54&+'4&'&4732732!"&#"&47> .8<  |C =8/3', eL  ?4/ qoN?s ;Bs?mjH# 'B s?BD(     'FA,8*    'CB`@UUM >Y@21.(    +%2>54&+'4&'&4732732!"&#"&47>oN?s ;Bs?mjH# 'B s??/-,+&$ 33 +"$543232&'"#"&54263274.# '676$3 +FH-5bk9GZ((/;A!RN{Ag# #DmP5-BH'N1-@ [mD K @3G  S M =M = M  >Y@JIGEA?=<652.  +"32&#"&47>7654.'&4732733 !"#E .7=  |C =8/3', eL  ?4/ JTH9TBD(     'FA,8*    'CBob# 3 L@ <>9K/PX@1ZUN =M = M >@/ZUUM = M >Y@ FE4k%#$ +4.#"!3&"#'5437>7675.5!2327&#"&47>765 N%!$$'#& +32>767##"546?654&"#"&5463 32632#Xd`SD !)+'BVA \{`3'#+y# !5 )R+p)rB5^ # e3 b!)'|1+ -6-#N\S! *(F +N@U=M>Y%+$"+32654&#"76%>73>32#"^tJk1^ - 29 'J㰴N{m)=DPVbTrw;Fs :w@%$10@UUM  >Y@ :6,&#   &$ +32654&#"32654&#'54?>54/"'573263 #"&#hTac\F/+J`ubVHA!DE Y%p'Nk1NklH\BXE.9#cbRn@%%4XB -HmnP;s+P@% @ZU >Y;6C$+74&/"'57;7.+"&#'54?>5= =7VPO3%3/P//)9;# -m%@-,'',1s,>m@"ZeUM >Y@961.,,4C +4>7674/"=73!7#.#!"732654&+"1 hLT7""7(R 38^;:'55 ) LT ? -)'3V'L\7p+99,'πH/Z!1@.bUM=M>$#%"# +%2'4&#"#"'&54632#326lLH!h\%>+;Nq u|jǑ#dFH@!)m@(#"B _ZYK K,PX@2Z   b U  V=  >@5bZ   b U  V  >YY@mkhg^[RQNLDC?=#")9"#"$+354?67635&'&#"#"&5432;54&/&'5737327632#"'&'"2'&'.#&#'54?>5"!L`7f2#+^m?9#%3sJ3%":?m^+#1g7`LbN#cv'1wO1'wb#Nb% m1\Ͼ+# '' #-\1m %j]-* '' '.\kN=5@ ! ,+@+bUUUM>Y@ +&$!"!$"" +7463232654&#"#"543232654&#"'7>32#"'&N'3'HhreuS)&Y\W]Oo!3-'?x]ugE$A{f]Pr )+ fLF\h5u\Pj yZO8BRsTv@R65 C=-'@  U K >Y@TSPNGEM#C'4$ +074.'&=7372&#"'5437>5&#"'5437>54&/"=7' =9!! \9 >73> H= @7Z2 ? ?78= o+ %A -+ %A;( +- ):)! +- %:)D$ -BRq@o50 SR)( `ZJD @)dU V  K  >Y@ mkdb_[NLIEB@9841-,%#qp('$+"&5463232654'&5463274.'&=7372&#"'5437>5&#"'5437>54&/"=7R̐-#!%9-+<+%) =9!! \9 >73> H= @7Z2 ? ?78= R`bP'# #53#  %%+ %A -+ %A;( +- ):)! +- %:)D$ -BH@.D7K,PX@7bX  bU  V=M  >@9b`X  bU  VM  >YY@HE>=:8540/*(&$! +354?>54&/&=737267632#"'&'"22'&'.'&#B'5!'/'H52`m#Pyj-!11h;jTwN!bkkwO' #-H-) '#!3`^\/@- %`_H 'sB@ ,'K,PX@0Z`K=L =N>@.Z`UL =N>YY@ &;33E"" +7463232764&'.=73!72&#'54?>54&+"#"&)#; 9!+%TRd99'1'P'3%6\71!^GBN^#3N+eR!)!;-,'' '0$9*T}TPF7 sE@E610@'b` U K >Y@C@:89"36 + %2&#'54?>5##"'#&#'5437>74&/"=X;; :7:= = 5 /" d> =5!%+< sI- 95( ++ !8r3% +- #8A3# -?3sW{@<6%QK @$dd bT >Y@TSPLCCI +%!&#"'5437>54&/"'57327!54&/"=7327&#"'5437>]6( {Z`{ 57!35 {^\{ (5 45 {`Z{ )55) {Xb{ 57;! +- #<59# -+ =9# -+ =;! +- $RZ%@"M=M>&# +47632'"&"32654&RluLsyl5^Tn}oBٖT;HsEm@ >8!@ZU K >Y@ B@C73&$C# +4&/"'573!72&#'5437>54&+"2&#"'5437>57= X7 =95= [ 75-''-47 VY =5?! -+ ?9$ +- %83319$ +- %87! 7@3 % K%PX@%bU=M=>K,PX@%beU=M>@(bbeUM>YYY@ 74:%!#"+3 4&#"'3632'"'&#'54?654&/&'5737^L`va9}!msdU)/'Q'X'1'HL} Xy\s-++'' P-''HZ'@$bM=M>$"$$!+%'"&5432#"'&#"3267{Ͷ:%Bdw?1hR++E͝P@5X{%f@<; :K1PX@bM=K >@bUK >Y@ C"6!+%#"'67;27#.+&#"&47>uyT8Vw"3` 39`4)Z \{; 11 < P:/@,2.:ZM=N>1/=!$!+"&54632327676'.'&47327676&'&47327{No'5)' 'H(;!;)=>`>D9' C5jH9R1b{')- N4VbB  -61k)'/:  _3ZPq=@''3 =<;0/-+*:9KPX@ M=M>@ UM>Y@ <:64&$    +%27&#""32&''6='"&543254'767632#"'R5;BgL93J=3!JrɍV;!3?HtX9=[MLvVNmNn)TN)q̾RFm+NT+o\;PO8@5 = = = N >KJIGFE98!! +6?6'.723263"&"#&7>/&"&#"#&76?64./&'&723263h} Dq %f!%^wd d#`R!55w-#`)'I#sh`b%b!#D Z   y  +L-3     &;/sE_@610 "@eUN >Y@ C@52/.!8 +4&/&=737#!'54?>54&/"'5737;2655+ R 35+ 3; #755 W +535;# -- !=+6+ :=9# -+ =;)+9#sHb@;6 H( @UU >Y@ &;+;$3#+4&/"=737&#'54?>=#"&=4&/&=7373275 uJ 51!8" yL !7?uX{6 oE 33ZZ;# -- #=;#-+ #@ZUL >Y@ #;+;#C$ +2&#!'54?>54&/"=77;2654&/&=77;2654&/"=775? > 5575  &5633)  11!%-372  +35 +-!3@;! -+ ;?)+;%;! -- #;=+17%;! -+ !B=s\d@VR;7  @eUN >Y@ #;+;#1 +#!'54?>54&/"=77;2654&/&=77;2654&/"=77)#7 3B 5555  &5635)  17%/5 32  +7'6%+ 5@9# -+ ;=');';! -- !=='-9'9# -+ 5 s*4n@ $@"ZUUM >Y@ #)$%#+%4&#"'67!73 #&#*+'54?>%4+326#wV8 ?7umR=5-'5#⿉9HZm/7%g - 7'(7.TJ-q",T@ :5 K PX@4  V ==M= M  =N >KPX@;  V ==M= M  = =N  >KPX@4  V ==M= M  =N >K/PX@;  V ==M= M  = =N  >@;  d  V=M= M  = =N  >YYYYY@MGDB96+)&! +"&#"#&7>76'.'&722634+326%4&/&=7373 #"&#"'54?>-Z%-/#Z--Z%^#Z-9HZl#5'J'1'tm)})S'5#jy7 7wy8 8!5(T ?/%%%'-'(JTq 1Q@ +@dVM >Yc);#!+4+326%4&/&=7373 #"&#"'54?>9HZl#5'J'1'tm)})S'5#5(T ?/%%%'-'(H+0@#" @>b`b`  UU= N  >Y@/-)'$!!#!""" +74632 &#"#"&5423263274&#"'67>32#"&H 7!/s-!%z0Bt-#-J^u~jt4-3𨍾"Khm-+ 99ymo%j71 E@ >9*%$K,PX@'U T= =M>@*bU T =M>YY@  E E=:)&  +"3265>32#"&'#&#'54?>54&/&'5737hg/{ZPpɬjV)+Zf'1'Q'1''1'H'X?ٗZPVRV-)'').A+)''RDs8B@ @' Z  U  UM  >Y@B@=;86#223W +35437>7>75"&54>3237#2&#5437>=#";4&#"%UZ-`+HbX:33+-sH 13mO^/RT >{'I;L ud1M8)2;b)-%>Nhh1H/D /@@=bbV =M=M>$#%"#!$% +#"/767%2'4&#"#"'&54632#326  +?FlLH!h\%>+;Nq?)/ u|jǑ#dFH@H/ 5A@>  bU  UM= M>42.,%"#" +462"&%462"&%2'4&#"#"'&54632#3269N97R7Z9N99N9lLH!h\%>+;Nq)99)'::')99)':: u|jǑ#dFH@-dq?l@(#<<;976:9KPX@UK= >@SU >Y@??3210'$# +!>32'>54&#"&#'54?>5#5354'767JxRD`c-N%vVq'1'P'1'!3?HJ/g) D%fq{ͬy-)''+.Hm+NT+oω; 9f@3.@ddZV >Y;6C)$!+632#"&5474&/"'57;7.+"&#'54?> ?2' 5= =7VPO3%3/P//)/' %9;# -m%@-,'',J-0@ "@>b`  b  `UU= N  >Y@/-)'"!#!!$%" +4632.#"63232632#"&#"!2762#"&J3-3rkt^J-#-uB/{%!,s/!7 %omyϞ99 +-iL"Rj^Z02@//<M= =M>",()%+632654&'.4632'&"#"'&#"4^!55a;qTysdv-_b;V`kqtBdd-^T 35ZC?S31owEV;HN)+s\Df5q^- ,K@  @UK >Y@ +)%# 9 +&#'54?>54&/&'57374632#"&'1'P'1''1'HLE%';A)%=o)-)'').A-''X%=D&#@D % (0Q@  @UK >Y@ 0/,+('$# 9 +&#'54?>54&/&'5737$462"$462")/'P'5#%3'HL:M:8Q":N99No)-,'''0A-''R99R88R99R8;-#/#K,PX@bRM =>@'b`UINBYY@ .,(&""$# +%"&5463232>4&54&/&=7374632#"&Nl%H)5%"6'JLF%';A)%>h?2)$-!!FGsR#=-''\%=D&#@D s K@ -'@ K,PX@:Zb  U L= N =N>@8Zb  U  U N =N>YY@ ?:7520,(#" K J#! +4+326"#"&5463232764&'.=73!73 #"&#'54?>54&#u9H\mn71!^GBN)#; 9!+%TVR99wj)''3%65(TT}TPF1#3N+eR!) !;').$9*BsPZh@JE4/  @dVM >Y@YWTRIF=<3093! +3 #''54?>5!&#'54?>54&/&=737!54&/&'57374+326um'3%X'2P'3%'1'P1(&2 P)1%H9H\k').$-)'').A+)'')++)'')5(P7?qEh@.)!@SU >Y@EE:+:" +!632&#'54?>54&#"&#'54?>5#5354'767)/'P&3&FXq'1'P'3%3?H-,''). yTq-)'').Hm+NT+q͉B V @"<RE K,PX@AddbX  bU  V= N  >@Cddb`X  bU  V N  >YY@VSLKHFCB>=8642/-*)%$!$! +632#"&54754?>54&/&=737267632#"'&'"22'&'.'&#R ?1' '5!'/'H52`m#Pyj-!11h;jTwN!bkkwO/' %' #-H-) '#!3`^\/@- %`_H 'BR a@_% CBPJ:4@%dd  V K  >Y@][TROK><9520)($!a`$% +#"/763274.'&=7372&#"'5437>5&#"'5437>54&/"=7%  ,?F =9!! \9 >73> H= @7Z2 ? ?78= )/w+ %A -+ %A;( +- ):)! +- %:)D$ - XG@DPL6<dZUM =N>OM=!$#('$ +"&5463232654'&54632"&54632327676'.'&47327676&'&47327%̐-#!%9-+;+%)VNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'R`bP&" #53#  $$݋)- N4VbB  -61k)'/:  _3ZBJsK@<8 )K,PX@$ZeK=N >@"ZeUN >YY@ ;##QT( +4&/&'577"&+"#+"#'5437>54&/"=773!2653+  53/=HEH;173  +7//;% -- #=7 )'9B;! -+ =3'%5m?D\ @3 bbU M  = M >Y@ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"32653<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsw1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #VFUʶ KPX@3 bbU M = M >@1 bb  UU M >YY@TRLJCA=;75%$%$332+4&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D/--''+/?VB'+!5RmӚ+R5!+' ٴBVR+@M@83)(&%@/  Z U U   U M >Y@"AAAMALFD=:741.,*#! @@ +257.#!32!"&#'54;265#"'67!54+"'573%+"32>54&#/-5 !=ATNb4;=.TA>! 5-o7P 7=2<{oP!ðf2 {D;'+6D{ 12Z''+-4N5=dc5q/9n@+* <$#!:K1PX@ UK=M >@UUM >Y@ #"%#3S +3 #"&#'54;265#"'67!54'767!.+4+326q)+'1'@wS7H29k<SyaYÖBL\o'-/Zm+PV+oϙP3*PDg@9 A U @]  b  `  `   b  bU  I  UM =M =M>Y@#fea_\[YWTRQOLKIGFD=;765310*)&"4 +%&#"&47>7654.'&473273!2!">3232?2#"&#"32762#".'# .7=  |C =8/3', eL  ?4/ F# #>fB{MR B;/((ZH:jb5/ўX BD(     'FA,8*    'CB7k[V@-1N'HB.˘Tm^܄7YwK PX@! 21 8 K<K PX@! 21 8 K<KPX@! 21 8 K<KPX@! 21 8 K<@! 21 8 KK PX@Y  bb`  US = M =K=M =N>KPX@\  bb`  US = M =K=N =N>KPX@Y  bb`  US = M =K=M =N>KPX@\  bb`  US = M =K=N =N>K,PX@Z  bb`  U  US =K=N =N>@X  bb`  U U  US =N =N>YYYYYY@!XVRPNLJHGEB@?=<:64/.-+3343#2+#;2�'54;2654+"'5737#"3>32.#"63232632#"&#"!2762#"& X'Q'1'X'H'Xú3-3rkt\L/!-uB/{%!,s/!7 \''-/JZ''Z%omyϞ99 +-iL"RjDP<@9M"D?-(< = L >IF3333:33: + >;2&#'54;26=4&'32&#'54;267>;2&#'54;254'-b}H'1'P'1'f` a'19>f#=!\B=P%f`i:115$/-''-/R?+9''69`=>y''1?T59l@6 .(@"K  =K  >Y@993#####= +67&54';2�'543276322�'54;26'͉+1y)'h ' T5&/?Fo=/{NysIjB ++ X33Fd ++ )9j D@  "yt-(<@9K/PX@8  S = K =L = K >@6 U  S =L = K >Y@~{xurolkihba^ZHG433:33:+ >;2&#'54;26=4&'32&#'54;267!&#"&47>7654.'&47327!>;2&#'54;254'b}H'1'P'1'f` a'29> .7=  |C =8/3', eL  ?4/ 'P#=!\B=P%f`i:115$/-''-/R?+9''69BD(     'FA,8*    'CBd=>y''1?T7c@?:  `  XR,&K,PX@;  S K =  K =K >@9  U  S K =K >YY@#cc]ZWVUSPNKIGFDA>;853#2##=+67&54';2�'54327!;2�'54;2654+"'5737#"!6322�'54;26'+1y)'i ' T6X'Q'1'X'H'X`&/?Fo=/{NysIjB ++ X\''-/JZ''Zq33Fd ++ )9j V)RU@SKF3. @%S U K  >Y@$UTPMJGDA?=852/,)%#  RR +";2&#'54;27>;&3!232;2&#'54;26'.+;2&#'54;257!Po-0A+J\-=G:#F= j]>)^O-B(/mPnn#P q{D^1)''Zcn)nZ'''3c^DZ''ZV boRU@SKF3. @%S U K  >Y@$UTPMJGDA?=852/,)%#! RR +";2&#'54;2?>;&63!232;2&#'54;26/.+;2&#'54;2'7!Hd?F;#GJ?D=N}X@B!;oZPDEP#?#!MJ\FVqPqH^iZ''Zi\V9a)ryiZ''/+i`FZ''ZN; 3@~ye`MH< 9K/PX@B  UM =M =  K  =K  >@;IS  U  K  =K  >Y@(}zwtoljgda^[YWROLIFC?=:753-,)%4+ !&#"&47>7654.'&47327!3&3!232;2&#'54;26'.+;2&#'54;2'+";2&#'54;2767!s{ .7=  |C =8/3', eL  ?4/ H9%H= k\=)^O-B)/lPoo#P!q\Pn-/B+J\-3<BD(     'FA,8*    'CB)nZ'''3c^DZ''ZD^1)''Zcl67us}@=8  vq^Y*$@2  I S  U K >Y@3{xuroljhc`]ZWTPNLIFDB?<963/,)('%" }} +!#";2&#'54;2?67!;2�'54;2654+"'5737#"!3&63!232;2&#'54;26/.+;2&#'54;25}THd@E;~#GJ?CQ4X'Q'1'X'H'X?B!;oZPDEQ#?$!NJ\FVqPq;wH^iZ''Ziz,\''-/JZ''Za)ryiZ''/+i`FZ''Zo%ZX@   < ;K#PX@FZ b  bU U  U M =N>K,PX@CZ b  bU U  UR M >@Db b  bU U  UR M >YY@XXSQMKGEDB42/-+)"#$+>7737632#"'&"27672#".5467>54&#"#"&54632654&#"o)B% L5J'/2 gb|xXB1=ϞBtuE˸Djf8yDq"%dBgFnB9f-yT-!3!&@es/ !)?R=>?X4hJ{//LyNyi#31q-9qFCRjM\@    K*PX@EbZ  bXU V  UINBK,PX@FbZ  b`U V  UINB@Gbb  b`U V  UINBYYY@LJGEB@?=530.-+"#$ +67>7'737632#"'&"2632# 5467654&#"#"5463254&#"RD)z D+E+++ ZqfF9F-כ))+JX1FBZ2sH5RN+3#+ kjBl-W9m37sh<#Pdw#9TVXD)/RP-T+Ry@C>J6#@bUK >Y@HEB?<930!RR +32;2&#'54;2'5.54.'&54;24&+"'573%+">5465Q5qT|F-)@3=5P5qMt9"RH1bJ{@ k/+''Zl ;q\{9 jA[/+''ZftT#FfNc@ D8$0+@bOK>Y@ HE33<;33+%4&+"'5737>54&54732;2&#'547326=.54654'&74;2B'2&JLs\'PRX%P&1(^yC!R)\q)--%p)& [7A%Z''--;o{7Z ')JFD 0K@H!(<UUM =M>,*'%$"  +">323267# 7>3 '"&#"32<8An840{VVspcIW -0`(#6{h'vj^;P H1^.A@>(<UUM=M>!%%!$$("+432#"&%.#"6323632654'"&#"H´dR'+TaNzdC\':\-q$0z 9_;LqhL-NRNT褬mZ#%3K PX@#ZM =K =>KPX@$bM =K =>KPX@'bM =K =>K(PX@$bM =K =>@"bUM =>YYYYY@)&#  11 +2#"&54654#""'&'#"=737+"6?i9'%+'9+ZL%#m!h P7b;o|D_=)R+#8)+N/0|^''6!'1?+0@ KPX@(bM=K=>K,PX@!bIK=>@bIU>YYY@*($" 00 +""'.+"'5737#>32#"&54654s-T!.+mE#;w1yi=X))%37f/+7+)'! /BTX=)<)!#ZP@C> MK PX@7ddddZM  =  K =>KPX@8ddddbM  =  K =>KPX@;ddddb M  =  K =>K(PX@8ddddbM  =  K =>@6ddddb  VM  =>YYYYY@ HEB?<964.,&$P P%&&" +4632#"/&%4632#"/&2#"&54654#""'&'#"=737+"6+)z  4)o !?i9'%+'9+ZL%#m!h P7b;o|P1 %!-  _=)R+#8)+N/0|^''6!'1?+F Q4@ 61@ KPX@=  b  b  =  =  M = K=>K,PX@6  b  b  I  =  = K=>@4  b  b  I  U  =  =>YYY@$"!KIEC;852/,(&!Q"Q   +2#"/&546%2#"/&'46""'.+"'5737#>32#"&54654% +9#   +-T!.+mE#;w1yi=X))%39 ,   /f/+7+)'! /BTX=)<)!#m?\ K PX@RXb bbUVU M  = M >K PX@Qdb bbUVU M  = M >K PX@RXb bbUVU M  = M >@Qdb bbUVU M  = M >YYYY@%^]|zsqpnjha_]^ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"3265232654&54632#"&#"#"&5463<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsww? E'%-P=53/+!'-q1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #V5{3%#<-;\{'5)%;qF+#y0+KPX@Q  b  b  bUVU = M = M  >K(PX@O  b  b  bUV  UU = M  >@Od  b  b  bUV  UU M  >YYY@.xvpngea_[YXWVTOMIHB@;952/,)& ## +232654&54632#"&#"#"&5464&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'N? E'%-P=53/+!'-qd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D{3%#;-;]{'5)%;q^--''+/?VB'+!5RmӚ+R5!+' ٴBVm?D\ @3 bbU M  = M >Y@ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"32653<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsw1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #VFUʶ KPX@3 bbU M = M >@1 bb  UU M >YY@TRLJCA=;75%$%$332+4&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D/--''+/?VB'+!5RmӚ+R5!+' ٴBVB#gK PX@$XeUINB@#deUINBY@ ## +232654&54632#"&#"#"&546?!F'%-P>53/+!',p{3%#;.;\{'5)%;q+ <@ 3.@/Z U  S UM >Y@! < <;:852/,)'&%$! # +32>54&#32!"&#'54;265!5!54+"=73%+"!1;-ln8P5q5=dc5e;'+6E:Z''XK1PX@.  UU  =K=N >@,  USU  =N >YY@ 0 0-,*'3S!"" +%4&+2!!3 #"&#'54;265#534&#'"5'6767;xkſXhٮ5511'!A 5[91To\[F'-/F'T7 1  = C~@CB A'+*)(@&UUM =K >Y@ c(!C#$ +3 4&#"4.'&47232632#"''"&#"#&47>765'7-u7{hL=q-7-Z'/fŅu9d;(Zw)@9+q=? A1 (:{;  Gsj6HL1s7.6R1 9}/7!A@="/*)K%PX@%bU=M=>K,PX@%beU=M>@(bbeUM>YYY@ A>:*!("+327'76'4&#"'3632''"'&#'54?654&/&'5737^L`f>?.va9}!m;[vdU)/'Q'X'1'HL} X:1[\5>-++'' P-''!!,x@(@!dZUK >Y@&# ,) +7!2673.#!";2&#'54;254&+"=72)H^ 85I`Jo7H5q)A>Zy)'`=N5C\%%\7%%7V%m@ @#ZUSK >Y@ 333!"3+74&'#"'5!2673#&+;2&#'54;265? LV8+P&21O11'B;' -\B|/-''--/}@&  Z USK >Y@,+('&%"! // +!67'.+"3#&#".7>5#534&'.7!O 4I8J?s ;B s?@r ) H9TF P{; 11 <{RP{;2 +s3l@)#",+ @ZUS >Y@ 6C$9+3#&#'54?>5#5354&/"'57;7.+"s%3/P//)5= =7VPO3P-,''+.P;# -m%@sd-H8 @: Zb U  UUOK >Y@DCA>62/.C#"" +%#".#"#332654.#&#".7>54&'.7!67'.+"2dJj7 /1@J]?s ;B s?@r O 4I8JhӕbB7P;Dp/<{; 11 <{5{;2  H9TFmIy;!sC@=8K,PX@.ZbUQL= >@,ZbUUQ >YY@ 9$'6C$ +74&/"'57;7.+"2#"&54232%&#'54?>5= =7VPO3LqL˰ L?q%3/P//)9;# -m%@>buLZJ-78i-,'', 5@.(L `_smV@H bb U UC M  =M >Y@+|{xwvurnkjihedZYTRNMGECA><7632C#"&"+35437>7675&.#"#"&463274&/"'57327#27>762#"'&"22#&'.'7&'.#2&#"'5437>5" 3GV/ #*#1CF#BL11>59B6=30LB#FD2"+# /VH3 8P C[;s1?6bd7?0s;Lf' ?)'-+ )RAo--$'''+V-oAR)!+-'?  y\V Lk-%'''+kͺ-RyxnK PX@ 2-ql <K PX@ 2- ql <KPX@ 2-ql <KPX@ 2- ql <@ 2-ql K PX@GZb UC  M  = N=M >KPX@JZb UC M = N =M >KPX@GZb UC  M  = N=M >K PX@JZb UC M = N =M >@BZb I  U UCM >YYYYY@'vspmjgdc^\ZYWUONJHGEA?<:741.3##!$3%+#'54;2>3.'&#"#"&5432;54&+"'5737#"3267632#"&#"232#.#"'.#;2&#'54;265X1k%@+d^W;hV%3sJ1'Vi;V^16+!@+#f1=u#9/; 3q<3R5P='1wO1'=78!HG iMX/RP/''')-P-#!/XPfJE\s/ +R78@/-''-/Z#LDH@98A   @<bbUU Q M = M  >Y@HF@>31#!"!$"-" +772654&'7&'.5463232654&#"#"'4723 4&# '6$32#"'#"!DE5Hm`j41-%=5V断#y;<~`>15(Vؗu**IUoVJ?)h/+A0%,j 31 sHK%PX@5bUUU M = M  >@2bUUU Q M  >YY@FD@?&$!"!$"," +772654&'7&'&7463232654&#"#"543232654&#"'7>32#"!FC5HXk s@F'3'HhreuS)&Y\W]Oo!3-'?x]uɒmXJT+}n 178$A{f]Pr )+ fLF\h5u\Pj yZwE``7b@ <9K PX@B   b  bU QM  = M  =M >KPX@@   b  bU QK = M =M >KPX@B   b  bU QM  = M  =M >K/PX@@   b  bU QK = M =M >@>   b  b UU Q M =M >YYYY@ ]\USRPMKCB<;84"!bb +%20#.'&/.'&#"&47>7654.'&473272767>32#"&#"2-:963RFvR .7=  |C =8/3', eL  ?4/ 8@ 19d@9!j@#AX5'Muc9)Lm3'fw\BD(     'FA,8*    'CBP$R3)^#33G@?PwP@-qBwL@ FA @9Z  bIU  U  C  K >Y@KHEB?<980/#!###333+74&+"=737#"3267632#"&#"22#&'&'.#;2&#'54;26%3sI1''^{D^hj/#G*\sDqNB /lh_;^F'1wP1'N/''')-PP!/XJE+96@/-''-5f@<9S f<9K(PX@B  Z  bUSM  = M  =M  >K/PX@C  b  bUSM  = M  =M  >@<  b  b I   UUSM  >YY@`_UTKIGEB@;:8710-)4+%#&'&#"&47>7654.'&4732767367>32#"'&""'.'&'}Z;e .7=  |C =8/3', eL  ?4/ k5Zh%ycJG5%-! % -L2_z+YX&81PHoL;/BD(     'FA,8*    'CB wRhAR)!+-'9WlQvoo1'   –2FHW@$/ WM K,PX@B   b  b U  U  SK=M >@@   b  b U U  U  SM >YY@PNKHFEB@><86.-,+#353#"+%#&#32�'54;2654&+"=737"353>7>32#"'&#"232'".'.'RZ:OhuO'3%'1'J31ZCM"1<#79-$ !/Lr;qN/V%=-V'')-P--'' :_K12I!3)/ f'^JA1275g9K(PX@D  Z b  S  UM  = M  =M >K/PX@E  b b  S  UM  = M  =M >@>  b b I   U  S  UM >YY@gf\[USQOLJEDBAM4+.'.'&#"&47>7654'#534&5.'&473273#6767>32#"'&"2")oL? .7=  |C =8/3', eL  ?4/ 4'ycJG5%-! %5d-YX&81P ¤mBD(     'FAP,8*    'CBPyHhAR)!+-'=wso1'  #qK@K B <:KPX@9   b  b `S M= N  >@7   b  b `S  U N  >Y@EC@=;:7531%332+%;2&#'54;265#53&'767!!267>32#"'&#"232'".'.'m)1uO'3%19?nq+$P-7<-! /Lr=hT/V%&]j-)''+1@Fi+PV+iF!i_?GG3)/ f'^JAb\7`@ 3 `K1PX@E  Z  `  b  I U  U M =M >@F  b  `  b  I U  U M =M >YY@^[UTMKIGDB;:851!$332 +'".'&'.';2&#'54;2'4'#"#!33%+"27>7>32#"'&"2;2;XN/+ ' 49O1q5P6qV+1##%wa'5q75[$-{w9!1-%B"D\73N?!Z8/wdi 30L#.Z''Z1RRdV'ZtrNLmt^#3L(;UsO'V?>'1^U@%U L K,PX@?   b  b  ` `  UK= N  >@=   b  b  ` ` U  U N  >YY@OMJGEDA?=;'3a%332+%;2&#'54;2654'##;37#"2>7>32#"'&#"232'".'.''2uO'1'>5/@+#%-:C+1(Lo/1;#7:-$"(Ls@+   U  SCM >Y@UUPOLIEB?<96320-#33333+!0'54;25!;2&#'54;254+"=730%+"!4&+"'573%+";2#.5qb3>5R7oo7P5q4=5P 5q/! 9-9Z'\1+''\Z''ZO/+''Z9'!?W=-BJsP@IE40 ! @(e    U  SM >Y@NLHFC@=<973153#33!2+%;2##'54;265!32''54;>54&+"=77#"!54&+"=77#"/ + )=҇ +7]6(  5555  (56+  359()+ #>=$ +- %<=;% -+ #==% -- #?!3f@CB,( ea@*  Z  UU K  >Y@db\[XRPOGEA754.'&4723263! 74'.'&47232633263.+"&#"#&47>765&% >p-79+q==q-79+q=<hBq-89+ )'6h^Aq-79+qB{; ;{T^dU{;  ;{׎Ր{;  {#l{; ;{X-/?s`@6%JDC ZT @+  b b  UT  >Y@]\YUIFAcCI +%!&#"'5437>54&/"'57327!54&/"=7327323263.+"&#"'5437>]6( {Z`{ 57!35 {^\{ (5 45 {`Z{+D))5h^I5) {Xb{ 57;! +- #<59# -+ =9# -{: ;! +- $+s^3^K/PX@@  ZbUUO L = K  >@>  Zb  UUUO K  >Y@ZYVURKIHCB@:762/c#""+%#".#"#332654.#"&#"#&7>54#!""&#"#&7>54&'&73!2672^Jl8/1@J=hbAq+75-qA^\^Aq-57+qAAq75qAhД`B7P;D}uJ'{A A{o{A A{_{A BzKy;!s_@ XR;65 K,PX@8 Z  bUQ L=  K  >@6 Z  b  UUQ  K  >YY@\ZWSPOHE>=:7$%#'$C#+4&/"'573!7#"&543232%2&#'5437>54&+"2&#"'5437>57= X7 =9LpK˰MP !A/s5= [ 75-''-47 VY =5?! -+ ?>cuLZJ#'7i 9$ +- %83319$ +- %8FVF7E{@86)< 9KPX@%bQM =M>@#bUQM >Y@A?/-#! 77 +2654&+ $32#"'.#"&5432>54&#"fuP+/+Λ`P%!B1G9/BDdP%m2jhBXv^e$XJs5=O-m-N=>!1Z16 }ӗ NV 3XVFHu0;X@U1%54&#"8<-u~%ГWD 7+#P=4#٩VotE_LS;V+]D8-) =1Fsw¨ {}L#D0@$@+b`QM =M>Y@ %3%!*"+772654&'&5!2'"32672#"##"FE5Fl_p)oflfJVoVJ?)h6^)[ miw2ORZH+Z-s@%'@$bQM=M>Y@ *$"$$#+732654&'.5432#"'&#"3267#"/)7+5FBL:%Bdw?1^mV)#V+lohR++E͝P@#F^eX/b@(' <%:KPX@eM =M >@eUM >Y@ 7743!2+%;2#+'54;254&+"'3!2657.+"/# 775q-8XF1D5 m 6C/GX7,72'\/#Dw =  wD%17Z5p@ <)(#":K1PX@%bCM=M >@#bUCM >Y@ (3#2$2 +%;2#.+54;>5#"#3!257#.+-#-9hH T5 )4)f)5)  9,9R3/ !> !@B)3AHK/PX@K =K >@UK >Y@ bbS+%"&"#&7>74.'.'&7232637>.'&723263F){'F 9eK/- Z%!!+')Qb(y= =y3 " a> #A91-( 0G'/Y)sB@(# /<7K,PX@ OK>@U I K?YY@ A>35339$#5 +&'&+"'57307#" 654&+"'5737#";2&#'54;26+ <3 ; .N&'1'P)1%)= )'%! )'Z#/+''+)3E[K/PX@!SK  =K >@ USK >Y@ =7bS +%"&"#&7>?!5!54.'.'&7232637>.'&723263F){'F 9eK/- Z%!!+')Qb(y= =yR " a> #A91-( 0G'/Y)sI@,' C> K,PX@$  OK= K  >@"U  O K  >YY@HEB?<96543339$#4+'!5!&'&+"'57307#" 654&+"'5737#"!!;2&#'54;26 H+ <3 ; .N&G'1'P)1%)P= )'%! )'ZsP/+''+3+p@YQ2@3  b`   UCM >Y@!pplkig^[XROLGFA><;s93$%3+%0'54;254'&";�'54;27654'.+"=72326233+"276'4+"=723263+"32#.+ 1B' <& `P<)9- k} R/%+= #/N/ kP#7 71N)6)' ))o#7.))4f+))+B{#+%m)+Pi?sk@RM62@2  b`   UCM >Y@kkgfdaWTQNKHBA;9#93#5%3+0'54;254/&#";2�'54;26?>'.+"=77#"2?6'4&+"'5737#";2#./7y #2jD+;'!@1!/!}  !b>1?)-'#) ) 3Y' X5'#-4 +3-'%0/ '''9 B)7HX-yMK PX@-)F < :K PX@-)F < :KPX@-)F < :KPX@-)F < :@-)F < :YYYYK PX@- OM =K = M >K PX@) OK =M = M >KPX@- OM =K = M >KPX@) OK =M = M >K(PX@- OM =K = M >@&G OM = M >YYYYY@KHE@53#55662 +4&+"'3!257.+"3!2654&'#"=77+;2#.#$!#'54;>5+7XF0B7!1!5D/HX7+1'37>  >3/#5}{53/'Cw @11 wC$2=!)57& -- %8 7.χ#!>FY@1&K,PX@5   bZe  I  K=M >@3   bZe  I   UM >YY@ POLIFE?;630-('$! YX +"3!2654&+"=77#";2#4.#!'54;2654&+"#3!257#.#h/456+  35." + '9b>e !75A )5)d)7+  5!=;)+9!=% -- %=9*:M@-+ ;F;% !?B);+B|@!1@%e  UUM >Y@@=;974%2"5%2!2 +%;2#!#54;265#"&54&+"'57+"3274&+"=7+";/#7' P5om;# "=tu5> <550- )8qEœT7 ++ #3ygs7 -+ 7DsE@>:%!2 @%e  UUM >Y@CA=;85%$#4$3!2 +%;2#+'54;265#"54&+"=77#"3274&+"=77#"f-#)/ !5^5  3!7V`5!  459*+ %>7;% -+ #3woq=% -- %=3S~@SQ@'bUS  M >Y@KJGDOC" +#5#"&?6&'&473273674'.'&47327&#"&47>765]GsumqE]v2(, fL ?40  .8= |C =9.êyC  BzN M,8*    'CBBD(     'FAX#sQ{@3.O&$QGBA @!UU S >Y@ FC$3'6;" +%#5#"&=4&/&=7373273674&/"=737&#'54?>=9Z {6 oE 33ZZB35 uJ 51!8" yL !7?6u9! -+ !1b2;# -- #=;#-+ #K(PX@"  UK = K >@ U  U K >YY@DB=:34#334333 +;2&#'54;2654+"=73%+"$3 ;2&#'54;2654&#"3>'R7=2o7P5q-+3+V7'w5/)''+-Z''ZOQ/+''+/{}RB=sEt@E' 94 @ U  U K >Y@DC>;35$334332 +%;2&#'54;2654+"=737#"632;2&#'54;2654&"j'2P'1'X'P1(s'1'P&1'Z/+''+/JZ''--/+''+/ uWD-6ŶK,PX@1U UM = K  =M>@/U U   TM =M>YY@...6.654$$"#$$&# +%#".547#"&54632#";6$32!326.#"3/ӠN @{H#)$A<2w ρ1/朕#'1{gw}TNOd`!-<)l5mٝ5}+7KPX@8b U  V M=M=M>@6bU U  V M=M>Y@641/-,$#"$#%" +%#"'&547#"54632#">32#3263%2'4&#"!h\ o?"%!92m%>+;Nq.glL?|j<7V)5%\}Ǒ#dFH@)uiTD>G@43> K,PX@8U U Q M = K  =M>@6U U   T Q M =M>YY@???G?GFECA=;$"#$$&%!+#"&547#".547#"&54632#";6$32!3267327.#"3yXVo@KN @{H#)$A<2w ρe/qQ\]D7?J/朕#'݉ZRv} w}TNOd`!-<)l5m`1h/GX+?Jٝ5}>J@2  @E  b   bU U  V QM=M>Y@IGDB@?>=:810$#"$#%$!+#"547'"'&547#"54632#">32#326732>723%2'4&#"Vh\ o?"%!92m%>+;Nq=!:PVKg0glL?cn|j<7V)5%\}Ǒ#dFH@?L,Hg<`-)uiD31F9K/PX@K =M >@UM >Y@ *)&"4 +%&#"&47>7654.'&47327 .7=  |C =8/3', eL  ?4/ BD(     'FA,8*    'CB s@HB f$ p@Rd  b  bU   V  UM =M >Y@3~}|{xwsqnlhga_][XVQPMLKJGC@?:9#"&)#'+2654&54632"&54325437>7675&.#"#"&463274&/"'57327#27>762#"'&"22'.'.#2&#"'5437>5"=cA#!LٓK!#3GV/ #*#1CF#BL11>59B6=30LB#FD2"+# /VH3fL;s1?6bd7?0s;Lf+%DLMMLD%' ?)'-+ )RAo--$'''+V-oAR)!+-'? 'ͦk-%'''+kͺ-5@FA `'}xwihK,PX@@d ZbU  U V = >@Cd  b ZbU  U V >YY@!|ypoljba][YWTRPNEB"#"$('$+"&5463232654'&5463254?67635&'&#"#"&5432;54&/&=737327632#"'&'"2'&'.#&#'54?>5"͐-#!%9-+<+%)L`7f2#+^m?9"%3sI3%#9?m^+#1g7`LbN#bw'1wP1'wb#NbR`bP&" #53#  $$=% m1\Ͼ+# '' #-\1m %j]-* '' '.\k#s7b.@94 [ &!K1PX@M Z  bb   U  UUO M =K >@N  b  bb   U  UUO M =K >YY@a_SQOMJHA@>;852/333""+%#".#"#3 654.#;2&#'54;2654+"=73%+"27>7>32#"'&"023wJj7 /1@J`3>5R7=2o7P5q75Z%-yw9!#--%B40L+B7P;Dn-/)''+-Z''ZtrNLmt^#3L(27g?BaF!wY@=8 )$K,PX@A  Zb  UQ M = N =K >@:  Zb  I   U  UQK >YY@TRQOLJGEB?35333$(+#"&54232654.#;2&#'54;2654&+"=737#"3267632#"&#"Fz~Y9괖 L?q9X{u?'1uO'3%'1'J1'$`|Abgh/#G+)p6 "GcaLZJ-78æj`>-''''-P--'')-PP!/XNh#Hw+R@72" @8   b  US  UOK >Y@QOLKJIFDB@<9630-3#3333+%!;2&#'54;254+"=730%+"!4&+"'573%+"#".#"#3326b3>5R7oo7P5q4=5P 5qJj7 02?H/+''ZZ''ZO/+''ZB7P;DBm;sP@62! @/   b  US QK >Y@NLGEB@;9533$#53#3+%!32''54;>54&+"=77#"!54&+"=77#"#"&547232>]6(  5755  (56+  35͘NP  B/Nj+=" +- #<=;% -+ #==% -- #?уMXH!+5!3`@ ,(_[K/PX@+  eU K = K  >@)  e UU K  >YY@^\VURPONMHFE=754.'&4723263! 74'.'&4723263"&#"#7&47>765&% >p-79+q==q-79+q=<hBq-89+qAAq-7#rXpG-qB{; ;{T^dU{;  ;{׎Ր{;  ;{{;  ;{X-/?ZsW@<6%Q @*dd b  eT  >Y@TSPLKJCCI +%!&#"'5437>54&/"'57327!54&/"=73273#7&#"'5437>]6( {Z`{ 57!35 {^\{ (5 45 {`Z{ )55HZpJAb{ 57;! +- #<59# -+ =9# -+ =;!- $;+Bx@ !1@%e  UUM >Y@@=;974%2"5%3"2 +%;2# #46;265#"&54&+"'57+"3274&+"=7+";5P )7 #+om;# "=tu5> <57* -+32 qEœT7 ++ #3ygs7 -+ 7DsH@A=($5@%e  UUM >Y@FD@>;8%$#4$3#2 +%;2#"#46;265#"54&+"=77#"3274&+"=77#"f5! Jf7- !/^5  3!7V`5!  45=& +-TL7):7;% -+ #3woq=% -- %= s \KPX@3d  b U  V = K  >@5d  b` U  V K  >Y@ZXONMLIC98541+('  #'+2654&54632"&5432!#.#"&47>727.#"#&4727>&'!"bA#!LےK!#^n,"  /, K]%&E %7)& 0.  $ U" *%DLMNKD$98T      ^\WUTRNL'#(('$ +"&5463232654'&5463232>767##"546?654&"#"&5463 32632#̐-#!%9-+;+%)Ld`SD !)+'BVA \{`3'#+y# !5 )R+pR`bP'# #53#  %%)rB5^ # e3 b!)'|1+ -6-#N\S! *( sRKPX@/  b U  V = K  >@1  b` U  V K  >Y@PNEDCB?9/.+*'!+462"$462"!#.#"&47>727.#"#&4727>&'!"9O98P!9O98Pn,"  /, K]%&E %7)& 0.  $ U" Q::Q88Q::Q88T      TRMKJHDB'#( +462"&%462"&32>767##"546?654&"#"&5463 32632#9N97R7Z9N::N9Td`SD !)+'BVA \{`3'#+y# !5 )R+p)99)'::')99)'::?)rB5^ # e3 b!)'|1+ -6-#N\S! *(7em*K PX@% ;8 A T <#:KPX@#% ;8 A T <KPX@% ;8 A T <#:@#% ;8 A T KPX@KZ  U S =N = M = N =M >KPX@GZ  U SN = M = N =M >K/PX@KZ  U S =N = M = N =M >@IZ U  U S = M = N =M >YYYY@kj`_\VPMJHCB:942:SC+!"&#"#&7676&'&4723!2>72'.#!"7>7>"'./3!26&#!"&47>76.'!5teG/+}!V!:b-"d& ()E-#%CF&       #K@F@R /c42 =8.d+w5D  /\   ? 92P"3'A %)1  q'!]" *'*X'    (DB8X+LZ<GPT@Q; =&<  b  U M=M=M>OMIH/'%$"$(! +&#"#"&54632632327#".'&'"'&54676%&326767>54&#")V;Z)#)%{IbR@'l3st-_P/ {w?`E6u`JFw ߦ^B^{+;) )6"Ru?T_7X5KPf9+' }$79uFJ7FsC/EZ3g!NsbK PX@U W 5%<KPX@U W 5%<KPX@U W 5%<@U W 5%KPX@?d ZZ U U = N =L >KPX@;d ZZ U U N  =L >K/PX@?d ZZ U U = N =L >@=d ZZ U  V U =L >YYYY@`]TSRMJIA@=72/,*bb#'+2654&54632"&5432>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"2bB"!LۓL!"};QTH?S+b91q;;q3VS4K8H*%DLMNKD$/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/&?K@H<d  bU  VM= M>><86%"#"('$ +"&5463232654'&54632%2'4&#"#"'&54632#326Ô͏-#!$:-+;+%)&lLH!h\%>+;NqR`bP'# #53#  %%; u|jǑ#dFH@VD5@2<SM =M>$&+'> !".'!65#" 67/$#%"# +"326&'632#"&54%4'.#"umKH!i\%%=+***/*/$& +462"$462"'> !".'!65#" 679R99RD;N;;N/  bU  U M=M>42.,%"#" +462"&%462"&"326&'632#"&54%4'.#"9N97R7Z9N::N9umKH!i\%%=+@N  b  bU   U  UM =M >Y@3{xwvurqmkhfba[YWURPKJGFEDA=:943#"&$+462"&%462"&5437>7675&.#"#"&463274&/"'57327#27>762#"'&"22'.'.#2&#"'5437>5"b:M::M:Z:N97R8P3GV/ #*#1CF#BL11>59B6=30LB#FD2"+# /VH3fL;s1?6bd7?0s;Lf)99)'99')99)'99%' ?)'-+ )RAo--$'''+V-oAR)!+-'? 'ͦk-%'''+kͺ!)mu}@(#"B _ZYK Z   bU  V= M=  >K,PX@<Z   bU U  V=  >@?bZ   bU U  V  >YY@!}|yxutqpmkhg^[RQNLDC?=#")9"#"$+354?67635&'&#"#"&5432;54&/&'5737327632#"'&'"2'&'.#&#'54?>5"462"$462"!L`7f2#+^m?9#%3sJ3%":?m^+#1g7`LbN#cv'1wO1'wb#Nbq9N97R#9N99N% m1\Ͼ+# '' #-\1m %j]-* '' '.\ksR99R88R99R8ZLo4<D^@[*)<bb    UUUM = M  >DC@?<;871/##!"!$""+7463232654&#"#"'4723 4&# '6$32# '.462"$462"Z%=5V断#y;<~`>15(Vؗuu1-:N97R#9N99N%,j 31 sH@5b    UUUUM>Y@HGCB>=98+&$!"!$"" +7463232654&#"#"543232654&#"'7>32#"'&462"&%462"&N'3'HhreuS)&Y\W]Oo!3-'?x]ugEA:N99N:Z:N97R8$A{f]Pr )+ fLF\h5u\Pj yZO8#)9:('::')9:(':: gs|@RM<#9K/PX@$   U K =M >@"   U UM >Y@jhpmhsjs`_\XEDA=44 +%&#"&47>7654'&#"&47>7654.'&473276767.'&47327!"7463!2 .8= |C =9/ (Cc  |C =8/3', eL  ?4/ 1(Ag fL ?40 5BD(     'FAH5(P*    'FA,8*    'CB좗0-N'    'CB%-#/BR{T`@R65 C=-'@%  U  U K >Y@WU]ZU`W`TSPNGEM#C'4$+074.'&=7372&#"'5437>5&#"'5437>54&/"=7%!"7463!2' =9!! \9 >73> H= @7Z2 ? ?78= `5o+ %A -+ %A;( +- ):)! +- %:)D$ -%.#0ww{@b]-( <39K/PX@% U  K  = M >@# U    U M >Y@polhUTQM;:44+462"$462"&#"&47>7654'&#"&47>7654.'&473276767.'&47327);N<@&  U  U K >Y@dc`_\[XWTSPNGEM#C'4$+074.'&=7372&#"'5437>5&#"'5437>54&/"=7462"$462"' =9!! \9 >73> H= @7Z2 ? ?78= 9N99N!9N:8Ro+ %A -+ %A;( +- ):)! +- %:)D$ -R99R88R99R8JFu+5@2UM =M>*("  +462"$462""32# 7>3 4;O;;OB;O;;O'Ų{VVsP;;P::P;;P:P-j{h'vR "/3@0UM=M>$#+)#/$/&% +462"&%462"&47632'"&"32654&:M::M:Z:N97R8luLsyl5^T)99)'::')99)'::n}oBٖTJFD 0K@H!(<UUM =M>,*'%$"  +">323267# 7>3 '"&#"32<8An840{VVspcIW -0`(#6{h'vj^;P RZ"2Q@N#+<bb`UM=N>!&&%!!#&# +47632'"&%#"&#"#"'32654'.#">3232RluLs^H-!R$AnCT j?]2;/% n}o39>zM \AnzD*)JFy 0@Y@V18 <U  U  U M = M><:7542/-'%   +462"$462"">323267# 7>3 '"&#"32<:P::PC:P::P͞8An840{VVspcIWO;;O;;O;;O; -0`(#6{h'vj^;P R"6Fc@`7 ? -#< b  b `U  U M= N>FDCA;931!!#&# +47632'"&462"&%462"&#"&#"#"'32654'.#">3232RluLsל9N99N9Z9N97R7^H-!R$AnCT j?]2;/% n}o)9:('::')9:('::339>zM \AnzD*)^uC@|9 0 < b ` `  bbU  U M =N>?=<;64-+*(&%" CC+462"$462""$543232&'"#"&54263274.# '676$3 ;N;;NB9R99RמFH-5bk9GZ((/;A!RN{Ag# #DM<@Hb`b`   U  UU= N  >Y@CB>=9843/-)'$!!#!"""+74632 &#"#"&5423263274&#"'67>32#"&462"&%462"&H 7!/s-!%z0Bt-#-J^u~jt4-3𨍾b9N97R7Z9N::N9"Khm-+ 99ymo%j@)9:('::')9:(':: >J:K#PX@/b`  UK =N>K(PX@,b`  URK >@2b`  UUINBYYY@A?GD?JAJ"$'CE +.'&73273>4.'&47327#"&54632327.!"5463!27FOof`.6g  =1?Bz.C1HDu8-=!#'uM(iKW5/yO 2,)d)/8 $G41A0+7'-_%-#/ {:FB@?2.<ZUM=N>=;C@;F=F1/=!$! +"&54632327676'.'&47327676&'&47327!"7463!2{No'5)' 'H(;!;)=>`>D9' C5jH9R1b{'Z5)- N4VbB  -61k)'/:  _3Z(%.#0wNJ K#PX@0  b  `UK = N  >K(PX@-  b  `U RK >@3  b  `UU I N BYYY@IGEC?=CF +462"$462".'&73273>4.'&47327#"&54632327.:R99RCMLHGCB>=1/=!$! +"&54632327676'.'&47327676&'&47327462"&%462"&{No'5)' 'H(;!;)=>`>D9' C5jH9R1b{'u9N:8R7Z:M::M:)- N4VbB  -61k)'/:  _3Z)9:('::')9:('::]Y K#PX@:dddd  b  `K = N  >K(PX@7dddd  b  ` RK >@=dddd  b  `U I N BYYY@XVTRNLCG%&$ +#"&54?632"54?62.'&73273>4.'&47327#"&54632327. z!)+ o)3$7FOof`.6g  =1?Bz.C1HDu8-=!#'uM(iK\ 1  -yO 2,)d)/8 $G41A0+7'-_ B:IXL@I2.<bZ = =M=N>WUPNHF@?1/=!$! +"&54632327676'.'&47327676&'&47327"&54762#"747632{No'5)' 'H(;!;)=>`>D9' C5jH9R1b{' #/   )!-)- N4VbB  -61k)'/:  _3Z . ++w[@ @& <9K/PX@+ U  U  K  =M >@) U   U  UM >Y@TSPL?=9862'4+462"$462"&#"&47>765#"&?6&'&473273274'.'&473279R::RD;N<@#    UUU >Y@[ZVUQP&;+;$3# +4&/"=737&#'54?>=#"&=4&/&=737327462"&%462"&5 uJ 51!8" yL !7?uX{6 oE 33ZZF9N97R7Z9N99N9;# -- #=;#-+ #@!ZUCM >Y@'&#  )) +#'54;254&+"=73!.#!";2#.5q)A>)7h^%%/" :'_7#){$5*щ7+s&@ "K,PX@*Z`eK=M >@(Z`eUM >YY@$#  && +3'54;2654&+"'57!#.+;2#.Ֆ11'5? -GN/# )p'-/B;' -ot9#{HuAMuk@h9U  UK  =  K  = M =M >CBtspjb`]\YURQKIBMCM:9624+462"$462"&#"&47>7654.'&473272>54&+'4&'&4732732!"&#"&47>9R99RD;N;;N7 .8<  |C =8/3', eL  ?4/ qoN?s ;Bs?mjH# 'B s?M<K PX@>  U  V ==M= M  =N >KPX@E  U  V ==M= M  = =N  >KPX@>  U  V ==M= M  =N >K/PX@E  U  V ==M= M  = =N  >@H  b  U  V=M= M  = =N  >YYYYY@gfba]\XWMGDB96+)&!+"&#"#&7>76'.'&722634+326%4&/&=7373 #"&#"'54?>462"&%462"&-Z%-/#Z--Z%^#Z-9HZl#5'J'1'tm)})S'5#9N::N9Z:M:8Q8jy7 7wy8 8!5(T ?/%%%'-'(-)9:('::')9:('::Dy "+462"462"+:++:++:++:o9))9+9))9+^D '@ &" "+462"462"$462"6462"462"}+9++9++9++9+:++:+9++9+9++9o9))9+9))9++9))9++9))9+9))9+LD   "+5!462"462"L+9++9++9++9TT9))9+9))9+1D  "+462"462"%5!#"&54751+:++:++:++:P#+:+%o9))9+9))9+VV^'++)\ `"+462" +:++:9))9+` "+462"$462"+9++9+9++99))9++9))9+F  "+462"462"$462" +:++:J+9++9+9++9q9))9+9))9++9))9+N"+5!PVVF} "+5!#"&5475P#+:+%VV^(*+)]RP"+462"R+9++99))9+RP"+462"R+9++99))9+HD  "+462"$462"$462"+:++:+9++9+9++9o9))9+9))9+9))9+ L"+462" +:++::)):+)`u{"+3#)LLX "+7!+)X%"+5!PVV^"+3u_L"+462"+:++::)):+)L"+462"f+9++9:)):+$" "+.'&'>7.'>7TF#1JNF 97, !  605;UFf#KH^4@V38) / #=HO+%HMJZo" "+4&54672>72!!&54%gX$/ l`]A =-;:R9 >)=RL;3?g%\+=yB="+#"&'#&'+&'47>54&5467'&547367&546?2oN3-0*'@%*KNR>NF2|"T!1LQ:Pq4/Z^7`L5Hs3=?1N'/\7DZ_VLV8Zj%w?N  '%#) "+23!7!654.#!"&546?3JmI2 X/1s))PZJU3L) H;yTR;g)R?BR \+yo*""+".'#4&54767>54&'&546?32߃!,#6N\-4'%^ZF)1Nf}+ ` ˉT n=P !!%DTo "++6'4&57!"74>?3!2 RǏ%13%TFH%AD-}+?!F/@)-TD}{3( "+'654&5432%'6'4547!"&546?3!2LJ1?-uLU/7%N3%%F=Q9DD+=++R?DQ %58?19k7y "+4&'.546?oHXL`3 u5/7 5 R= \>3A ;-XJ)/9N u$# "+74&547"54>?#"'6!P  5s5F@!//h;;+?!9 =_/'#beRG5Q'*H{.'"+654547!654&5467"&546?3!2+/N''yd'R(( ;T^b3P\d;@NX'A++L?@Tb/`CP\J;DRH9y2- "+.54>?#"&#!654&#"'7632!456FF cw #"-p^ZTHpH1q5JT%CH+TH ?F-@L++ =mrV};X#XD\q7y "+'654'.546?327 \TZ+6-+mGDDhLC=K%%V`Bf"+#!"&46?7!2#!/!FK-X;!m7J KJFwT 9Fq"+4.#!"54>?3!2#!7!26+J3 RR}6ufBX^7#)?!H=͕P6."+3!2"&547>54&#!"547654'&74>?DA\H3oNG-F+L+JuѪ1BF 9P#w/p{\m/0 #'+)qN^`VPo-%1& )=3`q "+!.#67#"&546?3!2y Ru?HN-O?݊N qTA?FHFL1%"+!7!654&#"#"54&'.546?6TwP>; J5PA #+E=B#_!)' D􉢸ͪwucs`'!S79FB  )## 3eD`w  "+47654'&746?#-7&z33H (!!! `N`)3 BOHD7!v`}9Z3%!1o""+!7!&'&54654'.546?=A\ `m~-J=);<%-f+Z'?g!51LR=BI- ;+9Xu* "+!32>54&".547"&546?3!2PV/>fD5Jdc1k/^wV>m?>/SA}}N`D%?h;^td/?HLo'D}MA5"+.54>?&">7674'&546? 7%654'.'&56 EV_1%! .?3!2#!7!26+J3?83A/ JB AFw RR}6ufBX^7#T5/' D&Z))<7\^ u)?!H=͕Db;"+%#54654'.54>?36%&54>?&h)=)qUF#3B9f kNT51\i7;3J%{+'3;D)A%%/A3#Cy-H T:Mb!Hn-y:"+!7!4'%&574#"&46?67.546?&'-V#D?!=RN\+ XP<8{Ik?Q+m!'-+>3Re!7=/NyNLH1T^/VŏR3BLH 1%^#1A[X=q4$ "+'473'"54%>54.#!"&546?3!2NF; 0E.!A/`HZ3T}Fd1L=DmY= RD1DM 'Ec1#-?'Z?;FH3BpJ9^\-+?Z5{u "+4&#!"&546?3!2 aHV1P7ўX?9HL'-Dyc"+!.'.547&546?"#36&54>?3&#!67654./&54>?3bys  '4}& .?d C!})n}  #N'9RGD5  d  #   JӘ#u+Db+y%dBS % ){q-d)>"?76L5  #T-F   !)u("+4&#!!73.54>7#"&546?3!2R`n: #} .3,,HV1Q8ўy^!wnRTbFX?9HL'-/y-" "+4&'.546?4&'.546?HXL`5 u5/7 7HXL`3 u5/7 5 R= \>3A ;-XJ)/9R= \>3A ;-XJ)/97y,! "+'654'.546?324&'.546?7 \TZ+6-+mGDHXL`5 u5/7 7DhLC=K%%V`R= \>3A ;-XJ)/97y+" "+'654'.546?32'654'.546?32X \TZ+5-+mHD \TZ+6-+mGDDhLC=K%%V`/DhLC=K%%V`fy "+2"&47>!;qF,0J#7j>-T\f "+2"&47>!2"&47>y;qF,0J;qF,0J#7j>-T\#7j>-T\?B/n@ , @$bUIMAY@ +)&$  / /$ +327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *!?1TC1/!P@{59]u -@B4m@ 1 @#bUIMAY@ 0.(&"  4 4% +>54&#"'2>3232654&54632#".=4#"&76_+17LX$-5G2B\w?02<E*GB' (!?1$0D1/!OA{5fD:\0aEu - /(F@C <9ddUIMA#*$%2+4&#'"/672632#"''653274&#"h+{:PG\ocZ7!eE+J1>5=(% 5Vw3ms1 'LPH>jz;u+$@)%@#USIMAY@  +27#"&4632!4#"BRK)Xy}jwZ!5d-HX!wq#Z3N?V17j@"USIMAY@  +"'632#"&'!654'&267RL)Xy}kwY]!5d-HX!wq#Z3NV2#P13HSU@- &  4" KPX@A Z  U  U  QM =  M=  M >K%PX@< Z  U  U I  QM =  M>@: Z  U  U I   U  QM >YYY@"QOLJHDCA970.,* 33 +"'&'"#"'272632#"&547&547&7463263232>54&'&""#&4#"72>! 9VF+I%> y95ʉTuh?=FVF.1B%)o+1FL))9P #w33w&#?BVb*?5/7`c@LJC?D9BITg7)#)Bf+!r:H @6u (d&@(b`UIMAY@ *2+"&4624&'&7273"5651##1#s-<=>B+ $ }9#1##1B:   $  ; 77jHS@P 6.)<bb`JHK?A>53-*32+4&#'"5'672676'"=737&''54/&#"&'54?>5q+{:OU3D =. `8L/FL1M\% N3}%5=(% 5V#a3 ## ;WD  *- %%!+Y&K PX@XT:!<KPX@XT:! <KPX@XT:!<@XT:! KPX@  bOM  >KPX@O M  >KPX@  bOM  >@'  b  UIK?YYYY@WVRO9$;$9#" +672>32&'54?>=4#"&'54?>=4#"&'54?>54&#'"5'672XRt`0! N1 f/G N1!i1K R5} %+{9jj&D! %%!T %% !\ %%!=(% #/? HKPX@QM >@UIMAY@   +2#"&5464&#"3267ywZB9J`D1J{mkyylc7g@ @!bUIMAY@  +"&547232654'&#"'632\i35 )%7_!/L%=!'Vy}R7;/#wsX3N!ywy9*8@ 8 KPX@eU =M>KPX@eUV >@#deUINBYYY@ &*9$%2+4&#'"5'672632#"'&#54?>532>54&#"s+{9RDVrd?0 R5} #dF+"/D/D=d=(% #7^kq) %'^H= !VDjuV{?@<<;:UIMA%#"#"+327#"5#"=4326=732#+'/!FXfR;-N s##H}w1FL%# .>@;.)(!<bUIMA34#34"+#7##"74&'#"=7373274&+"'5737 @}-!b7! N1-fR- R6/1%D)# #3P! #+ZhK PX@+;"YU<KPX@+;" YU<KPX@+;"YU<@+;" YUKPX@!K  = = M>KPX@K  = M >KPX@!K  = = M>KPX@  U Q  >@(  b  UIM AYYYYY@XWSPFC$;$I#" +'"'#"74&/&=327327&'4&/&'5373274&/"=3732"56XRt`1 N14Q g/G! N1 !h1L R5} %+{9Rjj&D ! %% !T  %% !\% %%!=(% #m ,6@3# <eGMA###(33#+.#"=737+"654"=7307#"#" P&q  ?H+S-! !5 ##  4  ## Jg7g@ @!bUIMAY@  +2#"'.#"32>7#"&546B\h35 )%7^!/L%=!'Vy}R8;/#wrX3N!ywy72<@9,'<beUIMA8#""%"#!+#"=4;4632#"'&#"32#&''54?>V?X?0)%3Z y5+ o0 V7"#'7%5 ""-!i@ @!USIMAY@  !! +326?2326?!"547#"'6730ݘ7/- m +N-+  'R!3#^O go? DD WKPX@5  b  VUQ = K  >@2  dd  VUQ K  >Y@&USJIHGD>430/,&#"    +"2654&462#"!#.#"&47>727.#"#&4727>&'!".44\45mlkIGHn,"  /, K]%&E %7)& 0.  $ U" =/-@?.0USNLKIEC?=65,*'&    +"2654&462#"32>767##"546?654&"#"&5463 32632#/46Z55lmkIHըd`SD !)+'BVA \{`3'#+y# !5 )R+p=/-@@-1;igGFhp)rB5^ # e3 b!)'|1+ -6-#N\S! *(YFU~@ !" @&U U  UM >Y@SQKIA@430)FD$! +462"32654&#"2632#"&#"&47>7654.'&4732>54&+?V@@VeXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓ7V@@V?y}([ *>[O/P))HwE    'EBAE'    =L2[b> { A}@ -@+bU=M=M>Y@ $"%'$" +4632#"&32654'&'632#"'&"'&'4>76'.'&7672F%';A)%>j%JADB_^VbymG9 +NZ%=D&#@D5!1Vf\밞d`Xת;2/5#PqPf5&9?VY3 JY|@ %& @% U  UQM >Y@WUOMED874-JH$"$" +4632#"&32654&#"2632#"&#"&47>7654.'&4732>54&+E%(:A)%=DeXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓ$>D'"@CJy}([ *>[O/P))HwE    'EBAE'    =L2[b> V{ AB@?-<bQ=M=M>$"%'$" +4632#"&32654'&'632#"'&"'&'4>76'.'&7672fF%';A)%>%JADB_^VbymG9 +NZ%=D'#?BA!1Vf\밞d`Xת;2/5#PqPf5&9?Y3 JY@ %& @& U  U QM >Y@WUOMED874-JH   +!"7463!232654&#"2632#"&#"&47>7654.'&4732>54&+\peXLS."mZ7lP/lђg 9* =8/  /8= ,JapMǓ()y}([ *>[O/P))HwE    'EBAE'    =L2[b> { AP@M-<b R=M=M><;76*)$"  +!"5463!232654'&'632#"'&"'&'4>76'.'&7672]%JADB_^VbymG9 +NZ()!1Vf\밞d`Xת;2/5#PqPf5&9?Lf Ax@u+/;  9 < ;:db`  U QM =M> ><8620*)'%  A A$ +#"747"'7.5!2'"32672632#"'4772654;X'95' INp)ofl[-?R}^HPN)/9)Aw^ j)[ miwwxF9BV#!+'GHf Bf@c0< : <;bU  U QM=M>?=9731)'#!BB$! +632#"&547"'7.5432#"'&#"3267632#"'4772654J ?2' $5' J:%Bdw?1q,?S}_HON)/:/' %; hR++E͝P@vF9BV#!+'G!Z"G^K/PX@ UM =M >@UUM >Y@'#BA985.#G'E)% +462"32>54.#"263 #"&#"#&47>754.'&472@V??V /`RsZ'\/@) RM%V\{9+q==q-7V@@V?7967yٖbV<-ck c\# ;{T^dU{;  L GKPX@1b=M ==M=M>K,PX@4bb=M =M=M>@2bbU=M=M>YY@ "%$%&$" +4632#"&4'&#"3276'"&5476323274'.'&7672'&54F%';A)%>!;iA9VNj`}I3%TZ3XK%=D&#@D9F$FbRŬ^Jwχwfs(&9NLN9=F.!VZ3 &K\K/PX@QM =M >@UQM >Y@+'FE=<92'K+I)&$" +4632#"&32>54.#"263 #"&#"#&47>754.'&472E%(;B)%= /`RsZ'\/@) RM%V\{9+q==q-$>D'"@CF7967yٖbV<-ck c\# ;{T^dU{;  LV GxKPX@.bQ==M=M>@1bbQ=M=M>Y@ "%$%&$" +4632#"&4'&#"3276'"&5476323274'.'&7672'&543F%';B(%>o!;iA9VNj`}I3%TZ3XK%=D'#?BEF$FbRŬ^Jwχwfs(&9NLN9=F.!Z3 &KfK/PX@ QM  =M >@ UQM >Y@+'FE=<92'K+I  +!"5463!232>54.#"263 #"&#"#&47>754.'&472\ /`RsZ'\/@) RM%V\{9+q==q-()7967yٖbV<-ck c\# ;{T^dU{;  L GKPX@/b Q==M=M>@2bb Q=M=M>Y@540/*(&$  +!"7463!24'&#"3276'"&5476323274'.'&7672'&54^\2!;iA9VNj`}I3%TZ3XK()F$FbRŬ^Jwχwfs(&9NLN9=F.!fZ3?Z@-97<;K/PX@( UQ M = M >@& U UQ M >Y@QOFD<:640.,(! ?? +"'7.#"#&47>754.'&4723263 #*#632#"'477265432>54.#"c5' NJ9+q==q-7M%V\0?S}^HPM*/: /`RsZ'\/@)   ;{T^dU{;  c\#F9BV#!+'G7967yٖbV<-cLfDT@ 2><<;KPX@7b UQ== M= M>@:b  b UQ= M= M>Y@RPKIA?;9531/ DD +"'7.5476323274'.'&7672'&54'#632#"'47726544'&#"3276j5' Mz}I3%TZ3XK`,?R}^HPN)/9!;iA9VNj ߠχwfs(&9NLN9=F.wuF9BV#!+'GF$FbRŬ^!1Z3 (MV 9K/PX@M =M >@UM >Y@-)HG?>;4)M-K +&'&'67632>54.#"263 #"&#"#&47>754.'&472aLw\rcI! /`RsZ'\/@) RM%V\{9+q==q-{K_r8re7967yٖbV<-ck c\# ;{T^dU{;  L1 J~@ < 9KPX@'b==M=M>@*bb=M=M>Y@8732-+)'"  +&'&'67604'&#"3276'"&5476323274'.'&7672'&54Lw\sbG".!;iA9VNj`}I3%TZ3XK{L^s7sbF$FbRŬ^Jwχwfs(&9NLN9=F.N VaK PX@IK )<`W:KPX@I K )<`W:KPX@IK )<`W:@I K )<`W:YYYK PX@>  b ZZ U U N  =L >KPX@B  b ZZ  U U = N =L >KPX@>  b ZZ U U N  =L >K/PX@B  b ZZ  U U = N =L >@@  b ZZ  U  U U =L >YYYY@"^\TQHGFA>=541+&# VV    +!"&5463!2>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"#"/6(5 };QTH?S+b91q;;q3VS4K8H ,0 - /7/Xu'!^!70#X' ;{ {;  ?H;V!ZA͗ r5H/ ";KPX@;b  b V  U=M= M>@8dd  b V  UM= M>Y@:842/-(&$#!$% +#"/7632!"7463!2%2'4&#"#"'&54632#326r  #28  5%lLH!h\%>+;Nq $*Q%.#0 u|jǑ#dFH@!. VaK PX@IK )  b ZZ U U N  =L >KPX@B  b ZZ  U U = N =L >KPX@>  b ZZ U U N  =L >K/PX@B  b ZZ  U U = N =L >@@  b ZZ  U  U U =L >YYYY@"][TQHGFA>=541+&# VV    +!"&5463!2>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"'"&547W5 };QTH?S+b91q;;q3VS4K8HMD,  - /7/Xu'!^!70#X' ;{ {;  ?H;V!ZA$:i H/ ";KPX@;b  b V  U=M= M>@8dd  b V  UM= M>Y@:842/-(&$#!$! +632#"&547!"7463!2%2'4&#"#"'&54632#326 3( 5%lLH!h\%>+;Nq+# "%.#0 u|jǑ#dFH@!1N7 VK PX@K)KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@TQHGFA>=541+&# VV +&'&'676>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"]Lw\rcH"2};QTH?S+b91q;;q3VS4K8H{K_r8ra/Xu'!^!70#X' ;{ {;  ?H;V!ZAH1/Z /8@5 9bUM=M>$#%"#.+&'&'676%2'4&#"#"'&54632#326Lw\sbG"lLH!h\%>+;Nq{L^s7s u|jǑ#dFH@!oN7g K PX@\$" :*KPX@A ZZUU Q = N =L >KPX@= ZZUU Q N  =L >K/PX@A ZZUU Q = N =L >@? ZZ  UUU Q =L >YYYY@$ ebYXWRONFEB<741/g g  +2676#".'&#"'632>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"#( ZE $@/&(&0t #(4};QTH?S+b91q;;q3VS4K8H,?_k '-5 '/Xu'!^!70#X' ;{ {;  ?H;V!ZAHs/Z&?a@^<  b  UU R M = M>><8631,*('%#  +2676'".'&#"'632%2'4&#"#"'&54632#326N#)!) #?/'''/u%)4lLH!h\%>+;Nq+@ '-5 '3 u|jǑ#dFH@!fNq oK PX@#.A?0 WG ]ig<;KPX@#. A?0 WG ]ig<;KPX@#.A?0 WG ]ig<;@#. A?0 WG ]ig<;YYYK PX@Md Z  bU UUQ N  = L >KPX@Qd Z  b U UUQ = N = L >KPX@Md Z  bU UUQ N  = L >K/PX@Qd Z  b U UUQ = N = L >@Od Z  b U  V UUQ = L >YYYY@+ljfd`^\YTQNL=;96-,+&#"oo "" +#"&'33267"'7#"#&47>76'.'&4723!272'.#!"7>76'.#'3!26&+632#"'4772654 kr9 }TP 5' R1q;;q3VS4K8H};QTH?S+b3?S}^HPM)/:qi~j:CD9 ;{ {;  ?H;V!ZA/Xu'!^!70#X' F9BV#!+'GHf/ =F@+7 5 <; :K PX@>bXU  U  V Q M=>@?b`U  U  V Q M=>Y@ EC@>:842.,'&$" ==% +267#"&'"'7&'&54632#3267632#"'4772654%2'4&#"|}7`m'5' I_\%>+;Nq=!u,?S}_HON)/:lLHRfbVK qjǑ#dFH@?vF9BV#!+'G u!LK PX@+><- D <KPX@+><- D <KPX@+><- D <@+><- D KPX@2ZU  U =N =K >KPX@.ZU  UN =K >K/PX@2ZU  U =N =K >@0ZU U  U =K >YYYY@KI:893b +462""&#"#&47>76'.'&47!272'.#!"7>76'.#'@V??VxCB?%B9)q;;q R3L7H};QT7V@@V?=L#  ;{ {;  ?H;V!Z-/Xu'!^!7/#1 FKPX@1ZUM= M =M  >@2bUM= M =M  >Y@EC@>76B#%#%&$" +4632#"&&7>32#"'.#"32#"&#"#&7>76#"=4;4E%'75K;9/.-) @@   +!"&5463!223#"32674&'&4723263! 4$5 -!oIۃP5H`++/d 1- }< - /b]j mhܾ{C4K9! % %+4xN;{ &]@U.NJ <5;KPX@C  Z U U M = M = N= M  >@A  Z U  U U M = N= M  >Y@&('YWTREC><;842,*'](]&!   +!"5463!24&#"3232654'&"#&"'&"#"'327632#"&5467&747&54632>325fg\PTBDdeBd#3E#3 R\U+T/:N5NV}XLoj`K#w+'3-%.#0uhP{bfT:##Tw/?gG BG^{wB-'pj[\7-5),!d@ 40c_@+U  UU K  >Y@b`ZYVPNMEDB<98%cb+462""&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% ?W??W>p-79+q==q-79+q=<hBq-89+qAAq-79+qBV??V@{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-// QK,PX@5b=M = M=  =M  >@3bU= M=  =M  >Y@OMCBA?>='!$" +4632#"&"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"F%';A)%>%K %l)-!X-%TZo37+T'w+)u$N&#Fb %=D&#@Dfw3 5u\]s(&'CHu3 3u*F!!V3\h@ ,([W @* U  UQ K  >Y@gea_ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% 4632#"&>p-79+q==q-79+q=<hBq-89+qAAq-79+qBE&(:A*%={; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/$>D'"@C/T QH@EbQ= M=  =M  >OMCBA?>='!$" +4632#"&"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"F%';B)%=l%K %l)-!X-%TZo37+T'w+)u$N&#Fb %>D'#?Cfw3 5u\]s(&'CHu3 3u*F!!q\dl@ ,([W @-U U  U K  >Y@lkhgdc`_ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% 462"$462">p-79+q==q-79+q=<hBq-89+qAAq-79+qB:P::PB;P::P{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/P;;P::P;;P:/UO@L b U = M =  =M  >SQGFECBA75.-!+462"$462""&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"5N77N5N55N%K %l)-!X-%TZo37+T'w+)u$N&#Fb mM88M66M88M6fw3 5u\]s(&'CHu3 3u*F!!h3t@D@ so <;K/PX@5  UUQ  K  =K >@3    U  UUQK >Y@rpjif`^]UTRLIHCA<;933#$$"2+%.'632#"'4732654"'7&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% >p.%2?R}^HOM*/9C5' R-,q==q-79+q=<hBq-89+qAAq-79+qB{;F9BV#!+'H  ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-//f]r@oK WU <;b  U  Q= M=M  >ZXTRNLJIHG<:0/.,+*  ]] +"'7&7>76'.'&76727632"&#"#&7>76'&'&#".'632#"'47726565( Rj$X-%TZo37+T'w+)u$N&#Fb!%K &]3?R}^HPN)/9 5u\]s(&'CHu3 3u*F!1fw3 F9BV#!+'G!B3\i@,([W icb]@* U  UQ K  >Y@ge`_ZXRQNHFE=754.'&4723263! 74'.'&4723263"&#"#&47>765&% 267#"&'>p-79+q==q-79+q=<hBq-89+qAAq-79+qB}y{7`l{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/RgbW~/- R@ @2bQ= M=  =M  >Y@PNDCB@?>'!% +267#"&'"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"^{}7am%K %l)-!X-%TZo37+T'w+)u$N&#Fb RfbVfw3 5u\]s(&'CHu3 3u*F!oS3P@'@$UU QM >Y@IHEA/.+($#  +2676#".'&#"'632&#"&47>7654.'&47327#( [D #@.&(&0t $(3 .7=  |C =8/3', eL  ?4/ ,?_k '-5 'BD(     'FA,8*    'CBo5-)K@4@) UU R =N >Y@ED30-,(&"  +2676'".'&#"'6324632#"&&#"&7>7654'.'&7672#(!) #?0'&'/u%)4E%'@&bU  UM >Y@EDA=4$ +'"&547462"$462"&#"&47>7654.'&47327D, w;P::PB;O;;O; .7=  |C =8/3', eL  ?4/ $:i P;;P::P;;P:3BD(     'FA,8*    'CB !Cn,9K PX@(XbV=N >@'dbV=N >Y@ =<3$ +672#"&547462"&%462"&&#"&7>7654'.'&7672j 1&9N99N9Z9N97R70`CZ`0+V^*" !)99)'::')99)'::l}7 7{\_RX+ $oeSir! ^|@ X<:K/PX@(d  UM  =M  >@&d U  UM  >Y@]\WUTPBA9cb$ +#"&547"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&'X'9 @p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv)Aw {; ;{T^dU{;  ;{Sh-9  yJ\ =WT _k@h! ^]ZYXWVUSRNMGFEC321/.-$!+632#"&5476'.'&7672>767>&'&4723263&#""'&/.'"&"#.7> ?2' z+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \//' %1Ovj1 &9ip#7i36   c ^  DK-Eu5  5!V3 _|Y@( U  UQM  >Y@^]XVUQCBA>cb$"+4632#"&"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&'E&(:A*%=@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv$>D'"@CF{; ;{T^dU{;  ;{Sh-9  yJ\ =WTV ]f@c <@;bQ== M=  = M  >\[XWVUTSQPLKEDCA10/-,+$"+4632#"&6'.'&7672>767>&'&4723263&#""'&/.'"&"#.7>E%';A)%=+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \/%=D'#?B;1Ovj1 &9ip#7i36   c ^  DK-Eu5  5!3 _Y@) U  UQM  >Y@"^]XVUQCBA>540/-'$#   +!"5463!2"&#"#&47>754.'&4723263676.'&472263"&#"#"5&'&']^@p-79+q==q-79+q?qIH-:+-V-qHJ-)#1 BDv(){; ;{T^dU{;  ;{Sh-9  yJ\ =WT ]o@l <@;bR== M=  = M  >\[XWVUTSQPLKEDCA10/-,+   +!"7463!26'.'&7672>767>&'&4723263&#""'&/.'"&"#.7>\+N Z!dJR %1y)%d!q\J^b@M:!EI0\%Z" \/()1Ovj1 &9ip#7i36   c ^  DK-Eu5  5V3 Ae@"ZUQK >Y@ cf3$"+4632#"&;2676&#!"&47>754.'&473267E%(;A*%=r#$7L2 =8. .8= ,89*  =7.$>D'"@CF    'FABE'       (DB*(V".:@7 <bQ= =M >$$ +76'.'&7672"&"#.7>4632#"&+M [/\%Z# \/F$'@+Z U UQK >Y@HGD>;:.-*$   +!"&5463!24632#"&;2676&#!"&47>754.'&4732675 E%(;A*%=r#$7L2 =8. .8= ,89*  =7. - /$>D'"@CF    'FABE'       (DB*V 9".: @/b   UQ= =M >Y@1/74/:1:$$ +76'.'&7672"&"#.7>4632#"&!"7463!2+M [/\%Z# \/F$'@#ZUQK >Y@:960-,    +!"5463!2;2676&#!"&47>754.'&473267\r#$7L2 =8. .8= ,89*  =7.()뤍    'FABE'       (DB*".A@> <b R= =M >%#+(#.%. +76'.'&7672"&"#.7>!"5463!2+M [/\%Z# \/\1Ovj1 &9u5  5()13 C\@ < 9K/PX@ZK =K >@ZUK >Ycf?+&'&'676;2676&#!"&47>754.'&473267.Lw\rcI!r#$7L2 =8. .8= ,89*  =7.{K_r8re    'FABE'       (DB* 1"08@5 <-+)%9b= =M >+76'.'&7672"&"#.7>&'&'676+M [/\%Z# \/uLw\sbH"1Ovj1 &9u5  5{L^s7s Y@ @ <:K PX@;db  `  ` K  = = M  >K PX@;db  `  ` K  = M  = >KPX@;db  `  ` K  = = M  >KPX@;db  `  ` K  = = M >KPX@;db  `  ` K  = M  =>KPX@;db  `  ` K  = = M >KPX@;db  `  ` K  = = M  >K/PX@;db  `  ` K  = = M >@9db  `  `  U = M >YYYYYYYY@USPJGF=<9842"$+#"&547#'"'#.".7>76&'&4732>7%.#"&47>&X'9 153 XN 1_ {5~  T; Z /h  b2C((( !2 (#( )Aw s'`U     PaguE     L\100     -01 hD@A,<^ZFC9dd M= >hf][PNED:831+*/$! +632#"&547&#"&47>76'.'&767276327632&"&7>76'&#"&#"&7>76'&#"= ?2' %L8FT-)R T JhwV'RN'wu%L{AVmP%}j/' %3u3 7sT)Z<R=u5 5u''u5 3wV= b  `  ` U  K  = = M >K PX@>b  `  ` U  K  = M = >KPX@>b  `  ` U  K  = = M >KPX@>b  `  ` U  K  = = M>KPX@>b  `  ` U  K  = M =>KPX@>b  `  ` U  K  = = M>KPX@>b  `  ` U  K  = = M >K/PX@>b  `  ` U  K  = = M>@<b  `  ` U   U = M>YYYYYYYY@RPMGDC:9651/+*"+462"#'"'#.".7>76&'&4732>7%.#"&47>&?V@@V-53 XN 1_ {5~  T; Z /h  b2C((( !2 (#( !V??V@s'`U     PaguE     L\100     -01- fn@*<\XDA9K,PX@M = M= >@U M= >Y@fd[YNLCB861/)(,$" +4632#"&&#"&47>76'.'&767276327632&"&7>76'&#"&#"&7>76'&#"F%';A)%>%L8FT-)R T JhwV'RN'wu%L{AVmP%}j%=D&#@D3u3 7sT)Z<R=u5 5u''u5 3wV3 ZA K PX@=b  `  `Q  K  = M = >KPX@=b  `  `Q  K  = = M >KPX@=b  `  `Q  K  = = M>KPX@=b  `  `Q  K  = M =>KPX@=b  `  `Q  K  = = M>KPX@=b  `  `Q  K  = = M >K/PX@=b  `  `Q  K  = = M>@;b  `  `   UQ = M>YYYYYYYY@VTQKHG>=:953/."$"+4632#"&#'"'#.".7>76&'&4732>7%.#"&47>&E&(:A)%>53 XN 1_ {5~  T; Z /h  b2C((( !2 (#( $>D'"@C:s'`U     PaguE     L\100     -01V^ fA@>*\XDA<Q M= >fd[YNLCB861/)(,$" +4632#"&&#"&47>76'.'&767276327632&"&7>76'&#"&#"&7>76'&#"F%';A)%>%L8FT-)R T JhwV'RN'wu%L{AVmP%}j%=D'#?B3u3 7sT)Z<R=u5 5u''u5 3wVL@IG<  b  `UM  = =>USMLIH>:98.,)'1 +462"4.'&47267#"'&".#"&47>5&'&47325\@V??V 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " !V??V@RGM+      +LF 1DdsGM+      +LFp  w->5 - ScK,PX@$M =M = =  >@"UM = =  >Y@ON?>!*!#$" +4632#"&632"&#"#&7>76'&'&""&#"#&47>76'.'&7672F%';A)%>s3'+T'v+)w%N'#E;5%N%m)/!Z.-PV %=D&#@DC6x>u3 3u{F?3#/{u3 3uT)  Z<V3 ZK@HK<  b  `QM  = =>YWQPMLB>=<20-+1$" +4632#"&4.'&47267#"'&".#"&47>5&'&47325TF$'5V ^ S3@0QM = =  >ON?>!*!#$" +4632#"&632"&#"#&7>76'&'&""&#"#&47>76'.'&7672F%';A)%>Rs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV %=D'#?B"C6x>u3 3u{F?3#/{u3 3uT)  Z<3 ZT@QK<  b  ` QM  = =>YWQPMLB>=<20-+  +!"7463!24.'&47267#"'&".#"&47>5&'&47325\ 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " ()?GM+      +LF 1DdsGM+      +LFp  w->5 ^ SA@> RM = =  >ON?>=;:9-+!    +!"7463!2632"&#"#&7>76'&'&""&#"#&47>76'.'&7672\us3'+T'v+)w%N'#E;5%N%m)/!Z.-PV ()ƠC6x>u3 3u{F?3#/{u3 3uT)  Z<13 \K@HM< 9b`M = =>[YSROND@?>42/- +&'&'6764.'&47267#"'&".#"&47>5&'&47325Lw\sbH" 16? 1~Z0 =90 .$54 16? 1~,-0 =9/ ( " {L^s7sGM+      +LF 1DdsGM+      +LFp  w->51 ^ U/@, 9M= = >!*!/ +&'&'676632"&#"#&7>76'&'&""&#"#&47>76'.'&7672HLw\sbG#Ïs3'+T'v+)w%N'#E;5%N%m)/!Z.-PV {L^s7s?C6x>u3 3u{F?3#/{u3 3uT)  Z<JF*:D]@Z=<;:bU U M =M> A?971/&$* *  +2676#".'&"'62"32# 7>3 '"5470"M: 6( " (d"-d'Ų{VVsnD,0Eiv+1; +P-j{h'v$:iR,9Gb@_ <  bU V = M=M>.-CA=<53-9.9+)#! +2676'".'&#"'63247632'"&"32654&672#"&547o#(!) #?0'''/u%)4luLsyl5^Th 1&3+@ '-5 '\n}oBٖTw)" !JF.:J\@Y%<UU  U  M = M  >0/IGA?64/:0:(&!..+462"$462"%2676#".'&"'62"32# 7>3 8M77M8M88M.#M; 6( " (c",O'Ų{VVsM88M88M88M80Eiv+1; +P-j{h'vR,9AIc@`<    UU VM=M>.-IHEDA@=<53-9.9+)#! +2676'".'&#"'63247632'"&"32654&462"$462"o#(!) #?0'''/u%)4luLsyl5^T:M::M :N97R3+@ '-5 '\n}oBٖT!R99R88R99R8GFq )4L@I3<*:bUM =M>1/(&    +!"&5463!2"32# 7>3 #"/6z  'Ų{VVsy ,0 . /P-j{h'v r5R (5{K PX@,bV= M=M>@)ddV M=M>Y@*)1/)5*5'%$% +#"/7632!"5463!247632'"&"32654&n  "06 6luLsyl5^T $)^%.#0{n}oBٖTJFp )3L@I,<*:bUM =M>0.(&    +!"&5463!2"32# 7>3 #"747${   j'Ų{VVsUD, . /P-j{h'v$9iR (5D@AddV M=M>*)1/)5*5'%$ +672#"&547!"5463!247632'"&"32654&/ 1&6luLsyl5^T*" !%.#0{n}oBٖT!  9F@= <:K/PX@-dU M =M =K >@+dUU M =K >Y@ EC%(!Cc$ +#"547"&#"#&47>764.'&47232632#"3 4&#"X'9FZw)@9+q==q-7-Z'/fŅu5-u7{hL)Aw}R1 9}dU{;  Gsj6HL^ A1 L>@;ddM =N= N>GF:9B%%+$! +632#"&54732>54&#&6 '"'&"&#"#&7>76'.'&7672 ?1' 1/Rf1dcnj/ÒuRN2j#1-"Z-+PZ/' %#H^+)ZFӨo gw5 8vNNR+  7F ! 7D@ ;  @.U U  U M =K >Y@CA><(!Cc +462""&#"#&47>764.'&47232632#"3 4&#"@V??VyZw)@9+q==q-7-Z'/fŅu5-u7{hL!V??V@}}R1 9}dU{;  Gsj6HL^ A1- JsK,PX@,M =M =M= N>@*UM =M= N>Y@ED87B%%($" +4632#"&32>54&#&6 '"'&"&#"#&7>76'.'&7672F%';A)%>h1/Rf1dcnj/ÒuRN2j#1-"Z-+PZ%=D&#@D#H^+)ZFӨo gw5 8vNNR+  7F !CP@ G 4 @8U U  U M =K = M  >Y@OMJHCA<:!Cc +462""&#"#&47>754.'&472326327#"'.#"3 4&#"?V@@VPu)@9+s;=q-7-Z'y`Np'!#-u7{hL7V@@V?`wT/ 5u5dU{;  Gsj6q3A d^ A1?- <K,PX@#bM =M= >@!bUM= >YY@ L#($"+4632#"&.'&7672767632#"'.&#"&7>76BE%';A)%=s-P ` ml?77%/# 9>++.=?=^.%=D&#@DP-# w9J5?iJC?>% 3u!V= GT@ K 8  @7 U  UQ M =K = M  >Y@SQNLGE@>!Cc$" +4632#"&"&#"#&47>754.'&472326327#"'.#"3 4&#"E%'@ bQM= >Y@ L#($"+4632#"&.'&7672767632#"'.&#"&7>76E%';A)%=3-P ` ml?77%/# 9>++.=?=^.%=D'#?BP-# w9J5?iJC?>% 3u!V S`@ W D @@ U U  UQ M =K = M  >Y@$_]ZXSQLJGF=;:632*)&    +!"5463!24632#"&"&#"#&47>754.'&472326327#"'.#"3 4&#"5E%'@)b UQM= >Y@B>21/-*(   +!"5463!24632#"&.'&7672767632#"'.&#"&7>76`6*E%';A)%=3-P ` ml?77%/# 9>++.=?=^.$.#/%=D'#?BP-# w9J5?iJC?>% 3u!= GT@ K 8  @8 U  U Q M =K = M  >Y@ SQNLGE@>;:1/.*'&   +!"7463!2"&#"#&47>754.'&472326327#"'.#"3 4&#"\oPu)@9+s;=q-7-Z'y`Np'!#-u7{hL()dwT/ 5u5dU{;  Gsj6q3A d^ A1?^ <j@!bQM= >Y@62&%#!   +!"7463!2.'&7672767632#"'.&#"&7>76\-P ` ml?77%/# 9>++.=?=^.()P-# w9J5?iJC?>% 3u7=@ %@-bbUM =M>Y@<:,*#"!!+462"#"#"&#&'>32654.'.54632d@V??V VX-;e?h hXla: !ɒy$,W5iu7V@@V?z Y0W9:(8a7C/ }8^:8)=4^- <m@! ;@"UM= =M>Y@ ",()'$"+4632#"&632654&'.4632'&"#"'&#"4FE%';A)%=!55a;qTysdv-_b;V`kqtBdd-^T %=D&#@D^35ZC?S31owEV;HN)+s\Df5q7VD A}@ )@,bbQM =M>Y@@>0.'&%#!$"+4632#"&#"#"&#&'>32654.'.54632mE%';A)%= VX-;e?h hXla: !ɒy$,W5iu%=D'#?Btz Y0W9:(8a7C/ }8^:8)=4^VZ0<;@8/<QM= =M>$%",()%+632654&'.4632'&"#"'&#"44632#"&^!55a;qTysdv-_b;V`kqtBdd-^T E%'@5bbbUM =M>Y@JH:810/-!&$" +4632#"&%#"547#"#"&#&'>32654.'.54632F%';A)%>X'9| VX-;e?h hXla: !ɒy$,W5iu%=D'#?D)Awюz Y0W9:(8a7C/ }8^:8)=4^0>J@/@2bbUM= =M>Y@ $'$$",()% +632654&'.4632'&"#"'&#"4632#"&547'4632#"&^!55a;qTysdv-_b;V`kqtBdd-^T  ?2' >"$5;%!835ZC?S31owEV;HN)+s\Df5q/' %!7=#9<7jH@ 0@6 bbbUM =M>Y@GE75.-,* +462"&'767#"#"&#&'>32654.'.54632@V??V J!{^uffg VX-;e?h hXla: !ɒy$,W5iuV??V?\g)5HR+)Nuz Y0W9:(8a7C/ }8^:8)=4^0;G@98436/K#PX@-bM=M= =M>@+bUM= =M>YY@11FD@>1;1;",()% +632654&'.4632'&"#"'&#"4&'7674632#"&^!55a;qTysdv-_b;V`kqtBdd-^T N)HN'G>"$4:&!735ZC?S31owEV;HN)+s\Df5qjOPip\!8=#:<7VI@ 1@4bb UQ M =M>Y@HF86/.-+!$# +462"4632#"&#"#"&#&'>32654.'.54632y?V@@VKE%';A)%= VX-;e?h hXla: !ɒy$,W5iu!V??V@%=D'#?Btz Y0W9:(8a7C/ }8^:8)=4^V- <H}@! ;@)UQM= =M>Y@ $%",()'$" +4632#"&632654&'.4632'&"#"'&#"44632#"&E%';A)%=!55a;qTysdv-_b;V`kqtBdd-^T E%'@,  bUU =  K >Y@763.,+113 +462".+""'6743732%2#&'#""&"#&47>76 @V??V+)8x<' 3B7%Pv){'wP!V??V@i`D  Bbw? ?w&=B9 :L@I8!<bUM =M> 751/+)%#  : :$" +4632#"&34.54>7>3232+327#"545#"'54F%';B)%=LZ) !0%R\s r %=C'#?A`y/  Nt dPE5j V? @@ !@+  bUQ =  K >Y@;:720/114$" +4632#"&.+""'6743732%2#&'#""&"#&47>76F$' 751/+)%#  : :$" +4632#"&34.54>7>3232+327#"545#"'54E%'@,  bU Q =  K >Y@;:720/'$#"  +!"7463!2.+""'6743732%2#&'#""&"#&47>76-\)8x<' 3B7%Pv){'wP()V`D  Bbw? ?w&=F :O@L8!<d QM =M> 751/+)%#  : :  +!"5463!234.54>7>3232+327#"545#"'54\7Z) !0%R\s r ()R`y/  Nt dPE5j /? B@#< 9K%PX@&b =M = K >@$bU = K >Y@=<9421)&%$  +&'&'676.+""'6743732%2#&'#""&"#&47>76Lw\sbH"K)8x<' 3B7%Pv){'wP{L^s7s`D  Bbw? ?w&=1b <F@C:#< 9dM=M>9731-+'%" << +&'&'67634.54>7>3232+327#"545#"'54Lw\sbH"Z) !0%R\s r {L^s7s`y/  Nt dPE5j  L3RiK%PX@&Q =  M  =M>@$    UQ =M>Y@NMJEBA-!$ +462"$462"32>54.'.723263#".='.'&4722639O99P"9O99O-pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAP::P99P::P9olqDdPBC%     %F?ӲX+fӓ{;   ;{}3P SG@D#O<QM =N >?>=:87+)"! SS +462"&%462"&'"6'.'&732723267>56'.'&73272'&7&:N99N:Z:N97R8 -H,/6X%5.G+13XN)99)'::')99)':: ^6 y@+    UU Q =M>Y@]\YTQPGE876432$"  +2676#".'&#"'63232>54.'.723263#".='.'&472263K#( ZE $@/&(&0t #(4[pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA,?_k '-5 'LlqDdPBC%     %F?ӲX+fӓ{;   ;{}3oP]a@^- Y <U R M =N >IHGDBA53,+*']] +2676'".'&#"'632"6'.'&732723267>56'.'&73272'&7&#)!) #?/'''/u%)4 -H,/6X%5.G+13XN+@ '-5  ' ^6 y@U =M>Y@LKHC@?64'&%#"! +&'&'67632>54.'.723263#".='.'&472263Lw\rcH"pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA{K_r8rlqDdPBC%     %F?ӲX+fӓ{;   ;{}31P MA@>I< 9M=N>987421%#MM +&'&'676'"6'.'&732723267>56'.'&73272'&7&Lw\sbG"^ -H,/6X%5.G+13XN{L^s7sq ^6 y@4  bU U    U =M>Y@ hf]\YTQPGE876432$"  +2676#".'&"'63232>54.'.723263#".='.'&472263#"&547>"M: 6) " (c"-_pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAQC, 0Eiw+1; +WlqDdPBC%     %F?ӲX+fӓ{;   ;{}$:h 3 +kq@n"; g <dbUV M = N>-,WVURPOCA:985,k-k%#++$! +632"&5472676'".'&#"'632"6'.'&732723267>56'.'&73272'&7& 1&g#(!) #?0'''/u%)4 -H,/6X%5.G+13XN)"  +@ '-5 ' ^6 y@/UU    U  = M  >Y@$ ba^YVULJ=<;987)'##  $ +"&54632"&54632%!"5463!232>54.'.723263#".='.'&472263>50$!3%//%#10z pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA,('/0&$*1#"21#!3#%. 0FlqDdPBC%     %F?ӲX+fӓ{;   ;{}3@V+ W <U U M = N>GFEB@?31*)(%[[+462"$462"!"7463!2"6'.'&732723267>56'.'&73272'&7&:N99N :N97R35 -H,/6X%5.G+13XNPR99R77R99R7%.#0 ^6 y@!UU U>Y@JJ>920'"  +2676#".'&#"'632.7267"'.'&7226376&:#( [E #@.&(&0t #(4 3-s+0J4Yk/JS-V-e('F C)+,?_k '-5 ' 'F8./0yU  Y[5Tq \ @ K PX@%U V = =>KPX@%U V= =>KPX@%U V = =>@%U V= =>YYYY@HDCB86'&%#"! +2676'".'&#"'632&4723263#"'.'.73267676&#(!) #?0'''/u%)4 h'X !%/#  #b#  !!`+@ '-5 '    % -+)i2$6     - 3/JJVV3 7R3@UQ>Y@ 7 7W)U$"+4632#"&.7267"'.'&7226376&>E&(:A*%= 3-s+0J4Yk/JS-V-e('F C)+$>D'"@Ck 'F8./0yU  Y[5Tq VP JK PX@Q==>K PX@Q==>KPX@Q==>KPX@Q==>@Q==>YYYY@ A/!$"+4632#"&&4723263#"'.'.73267676&uE%'@$db  U>Y@UOLK>=:654##$C%+#"'%66&'&473267"'&#""&'.'&4732637654/.'&4732677 9?DSI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ' <<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++  cR@OP <dd= M =   >a`_^]\TRNLGFDCB@?>;:+*)'&%$% +#"/763267'.'&472326367>.'&4723263#"' #"'.'&472263  +?FD    #i!L#  75x)'R/D!9BzE)/)PFm!!L-)#   DFT #'3  855)' +'wT>   ^{@ ]B<:K/PX@&db M  =>@$db  U>Y@UOLK>=:654##$C$+#"&5476&'&473267"'&#""&'.'&4732637654/.'&4732677X'9 SI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ')Aw <>     V=/293#1ZQ;    :4P11 (?_5\     EJp++  cR@OP <dd= M =   >a`_^]\TRNLGFDCB@?>;:+*)'&%$! +632#"&54767'.'&472326367>.'&4723263#"' #"'.'&472263X ?1' D    #i!L#  75x)'R/D!9BzE/' %PFm!!L-)#   DFT #'3  855)' +'wT>  scbG @)  bU   U >Y@ZTQPCB?;:9650.+)$C+462"$462"6&'&473267"'&#""&'.'&4732637654/.'&4732677|8P88P"8P88PSI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ'Q::Q88Q::Q8<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++  iT@QV <U = M =  >gfedcbZXTRMLJIHFEDA@10/-,++462"&%462"&67'.'&472326367>.'&4723263#"' #"'.'&472263:N99N:[9N97R7KD    #i!L#  75x)'R/D!9BzE)9:('::')9:('::PFm!!L-)#   DFT #'3  855)' +'wT>  [}Z?@'bU  U>Y@RLIH;:7321.-##$C+462"6&'&473267"'&#""&'.'&4732637654/.'&4732677t?V??V SI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ'!V??V@<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++ - aN @'U= M =   >Y@_^]\[ZRPLJEDBA@>=<98)('%$#$" +4632#"&67'.'&472326367>.'&4723263#"' #"'.'&472263F%';A)%>D    #i!L#  75x)'R/D!9BzE%=D&#@D}PFm!!L-)#   DFT #'3  855)' +'wT>  V3 _{^C@&b  UQ>Y@VPML?>;76521##$C$"+4632#"&6&'&473267"'&#""&'.'&4732637654/.'&47326776E&(:A*%=SI (q& Nbm(4 !,JG $u,.  953 YH $+,, AJ'$>D'"@C<>     V=/293#1ZQ;    :4P11 (?_5\     EJp++ VP aO@LN <R= M =   >_^]\[ZRPLJEDBA@>=<98)('%$#$" +4632#"&67'.'&472326367>.'&4723263#"' #"'.'&472263F%';A)%>D    #i!L#  75x)'R/D!9BzE%=D'#?BPFm!!L-)#   DFT #'3  855)' +'wT>  [fK/PX@1  b `U  K  =K >@/  b `U    UK >Y@\VSRNLFEB=cS +462"."&47>.'&".#".767654'.'.726732676'&473267^?V@@VBf@  \! *)I )  h/=kC  \! *)H )  k)7V@@V?[M     '*#i!'g     )WH     (*#fg     8- [{K,PX@,M = = =  = N  >@*U = =  = N  >Y@WVUSRQEDBA@>!$"+4632#"&6?6'.723263"&"#&7>/&"&#"#&76?64./&'&723263E%';A)%=6} Dq %f!%^wd d#`R!55w-#`)'I#sh`b%b!#D%=D&#@D Z   y  +L-3     &[unK/PX@3  b ` U  K =K  >@1  b ` U  UK  >Y@d^[ZVTNMJE4.S+462"$462"."&47>.'&".#".767654'.'.726732676'&473267;P::PB;O;;OBf@  \! *)I )  h/=kC  \! *)H )  k)P;;P::P;;P:![M     '*#i!'g     )WH     (*#fg     8OYcJ@G  U = = = N >ba]\XWSRKJIGFE98!!+6?6'.723263"&"#&7>/&"&#"#&76?64./&'&723263462"&%462"&h} Dq %f!%^wd d#`R!55w-#`)'I#sh`b%b!#DI9N99N9Z9N97R7 Z   y  +L-3     &)9:('::')9:('::I[K/PX@!UK  =K >@U UK >Y@ A;bS +462""&"#&7>74.'.'&7232637>.'&723263)@V??VvF){'F 9eK/- Z%!!+')Qb(7V@@V?y= =y3 " a> #A91-( 0G'/Y - Fn>:$@%ZUM=N>Y@ =;=!$#$"+4632#"&"&54632327676'.'&47327676&'&47327F%';A)%>CNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'%=D&#@D)- N4VbB  -61k)'/:  _3ZH ?p@!><# :K(PX@$b`M =M >@"b`UM >Y9d9N+&'&'676&#!"54767654'"'677!26323%>7672Zy S_|S|$7'!2HG## [#j1?LnL'%'lZ" >?F7?U -  @du ! &[CB  X 6I@F2$< :b=M=M >66/-(&#" +&'&'6763!2>32!26?2%"5476'6746Lw\sbH" #'J9'"uFN+&-%h5 {L^s7r@ 7͔PZ9 r ` HV? =|@<@)b`UQM >Y@ 9d9B$"+4632#"&&#!"54767654'"'677!26323%>7672D&(:A)%=g7'!2HG## [#j1?LnL'%'$>D'"@C] -  @du ! &[CB  XVZ 4F@C0"<bQ=M=M > 4 4%#%u$" +4632#"&3!2>32!26?2%"5476'6746DE%';A)%= #'J9'"uFN+&-%h5 %=D'#?B 7͔PZ9 r ` H? =@<@*b`UQM >Y@;:41("   +!"5463!2&#!"54767654'"'677!26323%>7672*\7'!2HG## [#j1?LnL'%'() -  @du ! &[CB  XZ 4R@O0"<bQ =M=M >  4 4-+&$!   +!"7463!23!2>32!26?2%"5476'6746`\$ #'J9'"uFN+&-%h5 ()f 7͔PZ9 r ` / QV@Sb R= M=  =M  >OMCBA?>=31*)%$   +!"7463!2"&#"#&7>76'.'&76727632"&#"#&7>76'&'&#"\O%K %l)-!X-%TZo37+T'w+)u$N&#Fb ();fw3 5u\]s(&'CHu3 3u*F!B B@ #@)@*bU M = M  >Y@?=9731-+(&" BB +462"&%462"&34.54>7>3232+327#"545#"'54:N99N:[9N97R7Z) !0%R\s r Z)99)'99')99)'99`y/  Nt dPE5j  X jf@cW <UM = = M =  >hgfedc[YUSNMKJIGFEBA210.-,    +"2654&462#"67'.'&472326367>.'&4723263#"' #"'.'&472263/35Z66mmkJHD    #i!L#  75x)'R/D!9BzE>/-@@-1   V OU@RGC-<ZU M =M =N>FD431.!   +"2654&462#""&54632327676'.'&47327676&'&47327'/35Z55lljJHdNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'=/-@@-1;hfHFh)- N4VbB  -61k)'/:  _3ZX&Vr@o<b  `  ` UM= M = M =M >VTOMLJFD'#(#$#" +#"'72654&#"'63232>767##"546?654&"#"&5463 32632#^pN)3AA3 Npd`SD !)+'BVA \{`3'#+y# !5 )R+pNn>H13F@o)rB5^ # e3 b!)'|1+ -6-#N\S! *(D <"K1PX@1  bU M=M=M >@/  bUU M=M >YY@7531%#4B$" +4632#"&"&#"#&7>74#'"576726547672#"'&"F%';B(%>9/f#/)y$P*D+'E\d@1DL5c%%=D'#?Bbw5 5w!!1pq:+/5PH@N9@9K1PX@)bM=M=M >@'bUM=M >YY@ "$%#9B +"&#"#&7>76'754#'"576726547672#"'&"/f#/)y$P*D+'E\d@1DL5c%/)tWw5 5wF(W&g}!1pq:+/5PH@47B@ ,!K1PX@4 b U M =M=M >@2 b UU M =M >YY@ ?=;9530.+)%#  BB +2+"&#"#&7>74#'"576726547#"'54;67672#"'&"+/f#/)y$P*D+' -f/\d@1DL5c% P &NNw5 5w!!1p gK:+/5PH*@#;DEM@J98)<b`M =K =N>'&($&'S +%"&"#&7>76'7!232#"&'&7632654.#"5654&#"w=q-n+q= bö PvgZLqRϋ>;5 {; ;{)<1 Ց7f #ZmH1u` ;L52@/ <bM=M>20$" $ +32>54&'47.4>32#"'&#"#".@)dd   VQ K >Y@ LJA@?>;5+*'&#  $" +4632#"&!#.#"&47>727.#"#&4727>&'!"WE&(:A)%>An,"  /, K]%&E %7)& 0.  $ U" $>D'"@C8T      LJEC$$'#($" +4632#"&32>767##"546?654&"#"&5463 32632#RF$'@6  b  `  `  U   VK >Y@ ^]`_]c^c[YUSKICB?>;521(& +67.#"#&4727>&'!".#"&47>72767654#"#"&54632!#5   %7)& 0.  $ U" {,"  /, K]% 1#J \LVLn$#$ X&/     y      ][VTSQMK'#($'% +#676'4"#"&5463232>767##"546?654&"#"&5463 32632#B@5:2;1^;JHd`SD !)+'BVA \{`3'#+y# !5 )R+p+@3FJL'#D  "%PR)rB5^ # e3 b!)'|1+ -6-#N\S! *( Z}@   :KPX@%b   V =K >@"dd   VK >Y@XVMLKJGA7632/)&% +&'&'67667!#.#"&47>727.#"#&4727>&'!"> @H S_}S|$+ n,"  /, K]%&E %7)& 0.  $ U" !4_ ?7" >?F7?8T      @Addb  `  `M=M =M >Y@\ZUSRPLJFD=<31.-$"$! +632#"&547'&'&'67632>767##"546?654&"#"&5463 32632# ," Lw\sbH"d`SD !)+'BVA \{`3'#+y# !5 )R+p`& {L^s7rk)rB5^ # e3 b!)'|1+ -6-#N\S! *(  [@ < :KPX@*db   V = K >@'ddd   V K >Y@YWNMLKHB87430*'&% +#"/6&'&'676!#.#"&47>727.#"#&4727>&'!"7 ',Zy S_}S|#n,"  /, K]%&E %7)& 0.  $ U"  g1Wl[" >?F7?8T      @Addb  `  `M=M =N >Y@\ZUSRPLJFD=<31.-$"$% +#"/7632&'&'67632>767##"546?654&"#"&5463 32632#d  ,1 eLw\sbH"d`SD !)+'BVA \{`3'#+y# !5 )R+p` !&${L^s7rk)rB5^ # e3 b!)'|1+ -6-#N\S! *( ! .5q@ '+)%# KPX@<b  `  bU  V = K  >@=b  `  ``U  V K  >YY@0/omdcba^XNMJIF@=<21/505$(%+#47654#"#"&54632&'&'676!#.#"&47>727.#"#&4727>&'!"|!$53#J ]KVLZy S_}S|#n,"  /, K]%&E %7)& 0.  $ U" $,"F2#H  !&KN\l[" >?F7?8T      kidba_[YUSLKB@=<31$'% +#676'4#"#"&54632&'&'67632>767##"546?654&"#"&5463 32632#J@591;1^;JHLw\sbH"d`SD !)+'BVA \{`3'#+y# !5 )R+p+?3FJL) D #%PRw{L^s7rk)rB5^ # e3 b!)'|1+ -6-#N\S! *(  Pn@V e  @8  b ` U  U  VK >Y@&RQhfa_ZXQnRnNLCBA@=7-,)(% +&'&'676!#.#"&47>727.#"#&4727>&'!"2676#".'&#"'632Zx S_}S|$n,"  /, K]%&E %7)& 0.  $ U" &-$dK,<F4*,*4$',9Bl[" >?F7?8T      @I  b  `  `U V M = M =M >Y@"ljecb`\ZVTMLCA>=42 +2676#".'&#"'632&'&'67632>767##"546?654&"#"&5463 32632#D#(!) #?0'''/u%)44Lw\sbH"d`SD !)+'BVA \{`3'#+y# !5 )R+p+@ '-5 '{L^s7rk)rB5^ # e3 b!)'|1+ -6-#N\S! *( Vu  \ :KPX@,b   VQ = K >@)dd   VQ K >Y@ZXONMLIC98541+('   +&'&'6764632#"&!#.#"&47>727.#"#&4727>&'!"Zx S_}S|$E&(:A)%>An,"  /, K]%&E %7)& 0.  $ U" ul[" >?F7?6$>D'"@C8T      ZXSQPNJHDB;:1/,+"  +&'&'6764632#"&32>767##"546?654&"#"&5463 32632#Lw\sbG"xF$'@;dd  b` UV K  >Y@$ YWNMLKHB87430*'&  "'$+'"&547#"&'33267!#.#"&47>727.#"#&4727>&'!"rC, N jr9 }UP Rn,"  /, K]%&E %7)& 0.  $ U" !$:i i~j:CC:8T      [YTRQOKI'#)%$ +672#"&547'267#"&'32>767##"546?654&"#"&5463 32632# 1&{}7`mǨd`SD !)+'BVA \{`3'#+y# !5 )R+p*" !$RgcV)rB5^ # e3 b!)'|1+ -6-#N\S! *(  [ :KPX@9dd  b UV = K  >@;dd  b` UV K  >Y@$ YWNMLKHB87430*'&  "&%+#"/6#"&'33267!#.#"&47>727.#"#&4727>&'!"W ,0 jr9 }UP Rn,"  /, K]%&E %7)& 0.  $ U"  r5i~j:CC:8T      [YTRQOKI'#)%$% +#"/7632267#"&'32>767##"546?654&"#"&5463 32632#lo  !07 {}7`mǨd`SD !)+'BVA \{`3'#+y# !5 )R+p $)RgcV)rB5^ # e3 b!)'|1+ -6-#N\S! *( % .5q&K PX@Lb`X  bU U V =  K >KPX@Mb``  bU U V =  K >@Ob``   b  `U U V  K >YY@'0/!!omdcba^XNMJIF@=<21/505!.!."$$(%+#47654#"#"&54632#"&'33267!#.#"&47>727.#"#&4727>&'!"!$53#J \LVKq jr9 }UP Rn,"  /, K]%&E %7)& 0.  $ U" $+#F3#H  "&KNhi~j:CC:8T      jhca`^ZXTRKJ#)%$'%+#67654#"#"&54632267#"&'32>767##"546?654&"#"&5463 32632#;?5:1;1_;JG{}7`mǨd`SD !)+'BVA \{`3'#+y# !5 )R+p+?3FJK)!D #%PRlRgcV)rB5^ # e3 b!)'|1+ -6-#N\S! *( *1m@ @Jb  b `UUU  V  K >Y@(,+ki`_^]ZTJIFEB<98.-+1,1**"%&&"+"&'"'63232676#".'&#"33267!#.#"&47>727.#"#&4727>&'!" Ԙ4%&,9<&-$dK,<F3$* }UP Rn,"  /, K]%&E %7)& 0.  $ U" Hin]  %)<Zf $%#:CD98T      @Q  b `  `UV U M = M = M  >Y@&kidba_[YUSLKB@=<31(&!  +2676#".'&#"'632267#"&'32>767##"546?654&"#"&5463 32632#3#)!) #?0'''/u%)3{}7`mǨd`SD !)+'BVA \{`3'#+y# !5 )R+p+@ '-5 'zRgcV)rB5^ # e3 b!)'|1+ -6-#N\S! *( Vo  \KPX@;d  b UVQ =  K  >@=d  b` UVQ  K  >Y@'ZXONMLIC98541+('   "" +#"&'332674632#"&!#.#"&47>727.#"#&4727>&'!" jr: }TP E&(:A)%>An,"  /, K]%&E %7)& 0.  $ U" oi~j:CC:R$>D'"@C8T      YWRPOMIG'#($%% +267#"&'4632#"&32>767##"546?654&"#"&5463 32632#{}8amF$'KPX@8 ZZ UQ = N =L >KPX@4 ZZ UQ N  =L >K/PX@8 ZZ UQ = N =L >@6 ZZ  U UQ =L >YYYY@ ROFED?<;32/)$! T T$" +4632#"&>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"E%(:A)%=};QTH?S+b91q;;q3VS4K8H$>D'"@CB/Xu'!^!70#X' ;{ {;  ?H;V!ZAHV/Z -:@7bUQM=M>$#%"#"$" +4632#"&%2'4&#"#"'&54632#326mE%';A)%=lLH!h\%>+;Nq%=D'#?Bz u|jǑ#dFH@!NhK PX@[ ]%# ;+<KPX@[ ]%# ;+<KPX@[ ]%# ;+<@[ ]%# ;+KPX@Hb  ` ZZU U = N =L >KPX@Db  ` ZZU U N  =L >K/PX@Hb  ` ZZU U = N =L >@Fb  ` ZZU  U U =L >YYYY@! fcZYXSPOGFC=8520 h!h$'%+#47654#"#"&54632>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"!$53#J \LVL};QTH?S+b91q;;q3VS4K8H#+#F3#H "&KN/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/B%>V@S<b`  b  UM =M= M>=;75%"#"$'% +#67654"#"&54632%2'4&#"#"'&54632#326b?591;1_;JGlLH!h\%>+;Nq+@3FJL'#D  "%PR" u|jǑ#dFH@!NgaK PX@Z \$" :*<KPX@Z \$" :*<KPX@Z \$" :*<@Z \$" :*KPX@D ZZUUM = = N =L >KPX@@ ZZUUM = N  =L >K*PX@D ZZUUM = = N =L >K/PX@B ZZU  UU = N =L >@@ ZZU  U  UU =L >YYYYY@$ ebYXWRONFEB<741/g g  +2676#".'&#"'632>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"#( ZE $@.&(&0t #(40};QTH?S+b91q;;q3VS4K8H+@_k '-5 '-/Xu'!^!70#X' ;{ {;  ?H;V!ZAH/&?b@_<  bU  V  U M = M>><8631,*('%#  +2676'".'&#"'632%2'4&#"#"'&54632#326P#)!) #?/'''/u%)4lLH!h\%>+;Nq`+@ '-5 ' u|jǑ#dFH@!N`K PX@U3#KPX@1ZZ U =N =L >KPX@-ZZ UN =L >K/PX@1ZZ U =N =L >@/ZZU U =L >YYYY@^[RQPKHG?>;50-*(`` +&'&'67667>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"[>>B S_|S|$,:};QTH?S+b91q;;q3VS4K8H!4_=1" >?F7? /Xu'!^!70#X' ;{ {;  ?H;V!ZAHc $=@ @/ddbUM=M>Y@<:641/*(&%#!$! +632#"&547'&'&'676%2'4&#"#"'&54632#326( ,# Lw\sbG"lLH!h\%>+;Nq`& {L^s7r u|jǑ#dFH@!N aK PX@T V 4$< :KPX@ TV 4$< :KPX@T V 4$< :@ TV 4$< :YYYK PX@2d ZZ U N =L >KPX@6d ZZ U = N =L >KPX@2d ZZ U N =L >K/PX@6d ZZ U = N =L >@4d ZZ  U U =L >YYYY@_\SRQLIH@?<61.+)aa% +#"/6&'&'676>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!" (,Zy S_|S|$6};QTH?S+b91q;;q3VS4K8H g1Wl[" >?F7?N/Xu'!^!70#X' ;{ {;  ?H;V!ZA8/c#<@  @*dbUM=M>Y@;9530.)'%$"  +676&'&'67&/7632%2'4&#"#"'&54632#326d]3#Lw\sb ,1 FlLH!h\%>+;Nq` nQ{L^s7& u|jǑ#dFH@!N Vv-K PX@ I  K)<KPX@  IK)<KPX@ I  K)<@  IK)KPX@H b  `ZZ U U =N =L >KPX@D b  `ZZ U UN =L >K/PX@H b  `ZZ U U =N =L >@F b  `ZZ UU U =L >YYYY@ usomfd_^TQHGFA>=541+&# VV +&'&'676>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"#47654#"#"&54632Zy S_}S|#};QTH?S+b91q;;q3VS4K8H6!#53#J  \LVLwl[" >?F7?N/Xu'!^!70#X' ;{ {;  ?H;V!ZA#+#F3#H "&KNHm*3L\@Y'%#<b`  bU  UM= M>KIEC@>975420-+$'% +#676'4#"#"&54632&'&'676%2'4&#"#"'&54632#326m@5:2;1^;JH|Lw\sbG"lLH!h\%>+;Nq+?3FJL) D #%PRw{L^s7r u|jǑ#dFH@!N Vt(K PX@\ k I  K)<KPX@!\ k  IK)<KPX@\ k I  K)<@!\ k  IK)ZZ U  U UN =L >KPX@BZZ U  U U =N =L >KPX@>ZZ U  U UN =L >K/PX@BZZ U  U U =N =L >@@ZZ U  UU U =L >YYYY@$XWnlge`^WtXtTQHGFA>=541+&# VV +&'&'676>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"2676#".'&#"'632Zy S_|S|$ };QTH?S+b91q;;q3VS4K8H{&-$cL+<F4*+*4$',95lZ" >?F7?/Xu'!^!70#X' ;{ {;  ?H;V!ZA)<Zf $%+2 %H/#+4M@(&$  @7  bU  V  U M = M>Y@LJFDA?:86531., +2676'".'&#"'632&'&'676%2'4&#"#"'&54632#326m#(!) #?0'''/u%)4MLw\sbG"lLH!h\%>+;Nq+@ '-5 'w{L^s7r u|jǑ#dFH@!VNy bK PX@W 5%KPX@8 ZZ UQ = N =L >KPX@4 ZZ UQ N  =L >K/PX@8 ZZ UQ = N =L >@6 ZZ  U UQ =L >YYYY@`]TSRMJIA@=72/,*bb +&'&'6764632#"&>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"kZy S_|S{$qE%(:A)%=};QTH?S+b91q;;q3VS4K8Hyl[" >?F7?2$>D'"@CB/Xu'!^!70#X' ;{ {;  ?H;V!ZAHV/ ";J@G :bUQM=M>:842/-(&$#! +&'&'6764632#"&%2'4&#"#"'&54632#326Lw\sbG#hE%';A)%=lLH!h\%>+;Nq{L^s7r%=D'#?Bz u|jǑ#dFH@DQ(9K PX@,bXUK =M >K/PX@-b`UK =M >@+b`UUM >YY@ JIFB4$'% +#47654#"#"&54632&#"&47>7654.'&47327!$53#J \LVKc .7=  |C =8/3', eL  ?4/ #+#F3#H "&KNBD(     'FA,8*    'CB?B>:@7'9b`M ==N >873$'%+#67654"#"&54632&#"&7>7654'.'&7672@591<1^@UQM >Y@ 652.4$"+4632#"&&#"&47>7654.'&47327E%(:A)%= .7=  |C =8/3', eL  ?4/ $>D'"@CFBD(     'FA,8*    'CB?V- 9_"@UQ=N >Y@ 323$$$"+4632#"&4632#"&&#"&7>7654'.'&7672F%';B)%=E%' &$  $" +4632#"&"32# 7>3 lD&(:A)%=2'Ų{VVs$>D'"@CyP-j{h'vRVZ '.@+QM=M>#!''&%$"+4632#"&47632'"&"32654&F%';A)%>luLsyl5^T%=D'#?Bn}oBٖTJF+;yK PX@,bXUM =M>@-b`UM =M>Y@! :820'% +!+$'% +#47654#"#"&54632"32# 7>3 _!$53#J \KVL'Ų{VVsD$+#F3#H "&JMP-j{h'vRB+8B@?b`M =M=M>-,42,8-8&%$'% +#676'4"#"&5463247632'"&"32654&y@591;1^;JHluLsyl5^T+@3FJL'#D  "%PRn}oBٖTJF#33@0  :M =M>20*(## +&'&'67667"32# 7>3 >8> S_|S|$, 'Ų{VVs!4_6." >?F7? ! P-j{h'vRc *7o@ @ ddM=M>Y@,+31+7,7)'!$! +632#"&547'&'&'67647632'"&"32654&9 ," Lw\sbG"aluLsyl5^T`& {L^s7rHn}oBٖTJF $4<@9 < :dM =M>31+) $$% +#"/6&'&'676"32# 7>3  ',Zy S_|S|$ 'Ų{VVs g1[l[" >?F7?P-j{h'v8c *7o@ @ ddM=M>Y@,+31+7,7)'!$% +#"/7632&'&'67647632'"&"32654&d  ,1 mLw\sbG"aluLsyl5^T` !&${L^s7rHn}oBٖTJF-9I@ &*($"@-b`UM =M>Y@/.HF@>53.9/9$'% +#47654#"#"&54632&'&'676"32# 7>3 !$53#J \LVL9Zy S_|S|$ 'Ų{VVs#+#F3#H "&KN;l[" >?F7?P-j{h'vR*9FK@H'%#<b`UM=M>;:B@:F;F860.$'% +#67654#"#"&54632&'&'67647632'"&"32654&?591<1^ <U UM =M>+*A?:831*G+G(&  +&'&'676"32# 7>3 2676#".'&#"'632Zy S_|S|$ 'Ų{VVs&-$dK,<F3*,*4%&,9=lZ" >?F7?P-j{h'v)<Zf $%+2 %R-+:G@(&$ @(U V M=M>Y@<;CA;GLw\sbG"aluLsyl5^T+? '-5 &{L^s7rHn}oBٖTJVFy %5:@7 :QM =M>42,*!%% +&'&'6764632#"&"32# 7>3 Zy S_|S|$>D&(:A)%=2'Ų{VVsyl[" >?F7?2$>D'"@CyP-j{h'vRV (59@6 :QM=M>*)1/)5*5'% +&'&'6764632#"&47632'"&"32654&Lw\sbG#kF%';A)%>luLsyl5^T{L^s7r%=D'#?Bn}oBٖTJF ;@9<:K PX@'bUM =M>KPX@.bbUM =M>KPX@'bUM =M>@.bbUM =M>YYY@ 53.-)'%#  $ +'"&547"32# 7>3232654&'.54632X'9 'Ų{VVR)001-:T{)Aw P-j{h'v>)-8#%*oKWRJ /<&@2b`b =M=M>Y@10860<1<+("($! +632#"&5474763232654'.5432'"&"32654&7 ?2' lufQ J8-1Z5HH?DCsyl5^TF/' %=%#+%3!LdHF[ ?a}oBٖTJF ;Q@N9< :bbUM =M> 53.-)'%#  % +#"'%6"32# 7>3232654&'.54632 9>'Ų{VVR)001-:T{ <P-j{h'v>)-8#%*oKWRJ /<&@2b`b =M=M>Y@10860<1<+("$$% +#"/76324763232654'.5432'"&"32654&  ,?FlufQ J8-1Z5HH?DCsyl5^TF)/E%#+%3!LdHF[ ?a}oBٖTJF+PN@>  b  bb U U M =M>Y@! JHCB><:820'% +!+$'% +#476'4#"#"&54632"32# 7>3232654&'.54632S!$64#I  \LVL'Ų{VVR)001-:T{#+#F3#H "&KNP-j{h'v>)-8#%*oKWRB>K5 @>b``bM = M= M>Y@@?GE?K@K+("%$'% +#67654"#"&546324763232654'.5432'"&"32654&@591<1^@7b U  U U M =M>Y@ IGBA=;971/&$* *  +2676#".'&#"'632"32# 7>3232654&'.54632#( [E #@.&(&0t $(3О'Ų{VVR)001-:T{,?_l ',6 'P-j{h'v>)-8#%*oKWR@M@7 @7bbU U M= M>Y@BAIGAMBM?=20(&$"  +2676#".'&#"'6324763232654'.5432'"&"32654&B$Q>  9+"$"+h $/AlufQ J8-1Z5HH?DCsyl5^T]0Eiv +1;  +2%#+%3!LdHF[ ?a}oBٖTJVF= <L@I:<bUQ M =M> 64/.*(&$  $" +4632#"&"32# 7>3232654&'.54632lD&(:A)%=2'Ų{VVR)001-:T{$>D'"@CyP-j{h'v>)-8#%*oKWRVP -:v$@*dbQM=M>Y@/.64.:/:+("%$" +4632#"&4763232654'.5432'"&"32654&F%';B(%>lufQ J8-1Z5HH?DCsyl5^T%=D'#?B%#+%3!LdHF[ ?a}oBٖT VL3 NaK%PX@$Q = M =M>@" UQ =M>Y@ JIS-!%$" +4632#"&32>54.'.723263#".='.'&472263WE&(:A*%=pu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA$>D'"@ClqDdPBC%     %F?ӲX+fӓ{;   ;{}3VP KC@@G<QM=N > 76520/#! K K$" +4632#"&"6'.'&732723267>56'.'&73272'&7&F%';A)%> -H,/6X%5.G+13XN%=D'#?BT ^6 yK%PX@4b`U =  M  =M>@2b`U    U =M>YY@^]ZURQ-!%$'% +#47654#"#"&5463232>54.'.723263#".='.'&472263x!$63#I  \LVLpu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sA#+#F3#H "&KNlqDdPBC%     %F?ӲX+fӓ{;   ;{}3B\W@T,X<b`M =M =N >HGFCA@42+*)&\\$'% +#67654"#"&54632"6'.'&732723267>56'.'&73272'&7&?5:1;1_;JG -H,/6X%5.G+13XN+@3FJL'#D  "%PR ^6 y@dUK >Y@ bbS% +#"'%6"&"#&7>74.'.'&7232637>.'&723263B 9?F){'F 9eK/- Z%!!+')Qb(  #A91-( 0G'/Y  H=@:@<&<ddZM=N>?==!$"$%+#"/7632"&54632327676'.'&47327676&'&47327я  ,?FFNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{')/)- N4VbB  -61k)'/:  _3ZV3 MYK/PX@ QK  =K >@ UQK >Y@ E?bS$" +4632#"&"&"#&7>74.'.'&7232637>.'&723263)E&(:A)%>F){'F 9eK/- Z%!!+')Qb($>D'"@CFy= =y3 " a> #A91-( 0G'/Y P F9@6>:$:ZUM=N>=;=!$#$"+4632#"&%"&54632327676'.'&47327676&'&47327F%';B)%=No'5)' 'H(;!;)=>`>D9' C5jH9R1b{'%=D'#?B)- N4VbB  -61k)'/:  _3ZaK/PX@0b`U K  =K >@.b`U  UK >YY@YSQPFEbS$'% +#476'4#"#"&54632"&"#&7>74.'.'&7232637>.'&723263k!$64#I  \LVLF){'F 9eK/- Z%!!+')Qb(#+#F3#H "&KNy= =y3 " a> #A91-( 0G'/Y BWN@KOK5<b`ZM =M =N>NL=!$#$'% +#67654"#"&54632"&54632327676'.'&47327676&'&47327?591;1_;JGNo'5)' 'H(;!;)=>`>D9' C5jH9R1b{'+@3FJL'#D  "%PR)- N4VbB  -61k)'/:  _3Zm`@ @(U U  UK >Y@XRPOEDB<:9-,*%"!  +2676#".'&#"'632"&"#&7>74.'.'&7232637>.'&723263'#) [D #@/&(&0s!#(3F){'F 9eK/- Z%!!+')Qb(+?_l '-5 'y= =y3 " a> #A91-( 0G'/Y X^@[PL6< ZU V M =N>OM=<:7*('%! +2676'".'&#"'632"&54632327676'.'&47327676&'&47327#)!) #?0'''/t $)3No'5)' 'H(;!;)=>`>D9' C5jH9R1b{'`+@ '-5 '>)- N4VbB  -61k)'/:  _3Z#3 :q@@ZUL >Y@43.)$#:943 +;2654+"2%!"#'54?>54&/&=723!%3{3>?)nqXS))V7+7=25:7+75=43-/+%7'Z7! Ǖ ++--) ++/8<U]@Z;+ <   b T  = =M >TSPONMLKIHBA@?:9540/*)+%64'!"&"#.7>764'#53&5.'&7672!&5.'&76723#"&"#.7>0\%Z" \/+N Zv+N Z/\%Z# \/1€Ųu5  5u1€E)j1 &9@-)j1 &9@-EŲu5  5\ D#@ :M=M>+$+2#"4%32654&# !ddRP g8mwV@ :M>+$ +#"&5%32654&'Ģq \bJEF?,$Ρq1+29`@$ 3 @ U M>Y@ 86%##83#" + &#"=730%+" 654+"=7307#"#"&5&%26%7iT N9 D R; VD4Fy3Tt>3mX!y)'!!;##)'+@òF9HX7k#s C@ 94#+K,PX@UQ K>@$ UUIMAYY@ =;38#C'#" +326?"#"&54$3654'.#"=7327"674+"=737"$%JVJL3Js #13\;LX V yH%=7H!@+ħG8`5VX;))%-5''3/)uBF7Dq@n8 <  bM = == M=N= M>CA=;765432+)#!  +2'>54#"54632672#"/#"&54>3276?2263'.#"327Dob ;F^/V%H'-!R@o,JbOGh|\BE '\Rfcfm[;B # X)+N+q+\NL׼h1 b)ɤ3BF8E@ 9  @Gb  bM = = = M=N= M>Y@ DB><876543,*$"  +2#".54632672#"/#"&54>3276?2263'.#"32`^?;B[+D%H'-!R@o,JbOGh|\BE '\RfcfmFV%)X #5L;9]q+\NL׼h1 b)ɤ3BFFS@G.  (<b  b=M=  = = M=N= M>RPLJFEDCBA:820,*'&$"  +2'>54#"546&54632'"'32672#"/#"&54>3276?2263'.#"32+7Dob ;F^/+!5 O e%H'-!R@o,JbOGh|\BE '\Rfcfm[;B # X)+N+R )% Fq+\NL׼h1 b)ɤ3BF GT@ H/! )@M  b  b=M=  = = M =N=M>Y@$SQMKGFEDCB;931-+('%#  +2#".546&'4632'"'32672#"/#"&54>3276?2263'.#"32B`^@;B\+D+!5 P \%H'-!R@o,JbOGh|\BE '\RfcfmEV%)X #5L;9\R )% Jq+\NL׼h1 b)ɤ3BF&3DR@|P;: '<  bb = M ===M=N= M>FE54NLERFRA?4D5D20$&$#"+32672#"/#"&54>3276?2263'.#"322'>54#"546%2#"=6%H'-!R@o,JbOGh|\BE '\Rfcfm7Dob ;F^/'%D uq+\NL׼h1 b)ɤ34[;B # X)+N+ - >)BFFS@ G.  (K PX@SZ  `  b=M=  = = M =N=M>KPX@Tb  `  b=M=  = = M =N=M>KPX@Pb  `  bM=  = = M =N=M>@Tb  `  b=M=  = = M =N=M>YYYY@(RPLJFEDCBA:820,*'&$"  +2#".546%2#"=632672#"/#"&54>3276?2263'.#"32P`^@;B\+D'#D %H'-!R@o,JbOGh|\BE '\RfcfmEV%)X #5L;9\ - >)q+\NL׼h1 b)ɤ3BF5&3DT@HP ;: 'FE54SQNLKIETFTA?4D5D20$&$#"+32672#"/#"&54>3276?2263'.#"322'>54#"'46727#"&#"'632%H'-!R@o,JbOGh|\BE '\Rfcfm7Dnc ;F^/;%-%-';$-+o;uq+\NL׼h1 b)ɤ3Z@X  bbUUM = = = M = N  = M   >Y@,TRNLHGFEDC<:42.,)(&$!!  +27#"&#"'6322#".54632672#"/#"&54>3276?2263'.#"32j;&-%-';$-+o;\`^?<B\+Cm%H'-!R@o,JbOGh|\BE '\Rfcfm`^^ `FV%)X #6K<9]'q+\NL׼h1 b)ɤ3S@ @0b` U   V K >Y@"QOFEDC@:0/,+("  +2'>54#"546!#.#"&47>727.#"#&4727>&'!"8Cob ;F^/Hn,"  /, K]%&E %7)& 0.  $ U" [;B # X(+N+n8T      KPX@5b` U  V = K  >@7b`` U  V K  >YY@$SQHGFEB<21.-*$!   +2#".546!#.#"&47>727.#"#&4727>&'!"3-^@;A]*D\n,"  /, K]%&E %7)& 0.  $ U" )V%*V #4L=:\l8T      KPX@:d  b ` U  V = L  >@<d  b`` U  V L  >YY@&! `^UTSROI?>;:71.-#" &!&  +2'>54#"546&54632#"'!#.#"&47>727.#"#&4727>&'!"%7Dob ;F^/+!5 P n,"  /, K]%&E %7)& 0.  $ U" [;B # X)+N+R )% 8T      KPX@=d  b `VM= = L  >KPX@;d  b ` UV = L  >@=d  b`` UV L  >YYY@("!a_VUTSPJ@?<;82/.$#!'"'  +2#".546&'4632'"'!#.#"&47>727.#"#&4727>&'!"`_?<B\+C+!5 P o,! /, K]%&E %7)& 0.  $ U" FV%)X #5L;9]R )% 8T      KPX@;d  b ` U  V = L  >@=d  b`` U  V L  >YY@* _]TSRQNH>=:960-,"!% %  +2'>54#"546%2#"=6!#.#"&47>727.#"#&4727>&'!"37Dob ;F^/'%D n+" ., K]%&D %8(' /.  $ U" [;B # X)+N+ - >)j8T      K PX@Cd  bX `VM= = L  >KPX@@  b ` `VM= = L  >KPX@Dd  b ` `VM= = L  >KPX@@  b ` `VM= = L  >KPX@>  b ` ` UV = L  >@@  b``` UV L  >YYYYYY@,! `^UTSROI?>;:71.-#" &!&  +2#".546%2#"=6!#.#"&47>727.#"#&4727>&'!"T`^@;B\+D'# D n+" ., K]%&D %8(' /.  $ U" FV%)X #5L;9]- >)n8T      KPX@CbUVM= =M =  K  >KPX@AbUUV =M =  K  >KPX@D  bbUUVM =  K  >@B  bbUUUV  K  >YYYY@."!a_VUTSPJ@?<;82/.$#!'"'   +2'>54#"'46727#"&#"'672!#.#"&47>727.#"#&4727>&'!"7Dnc ;F^/;%-%-';#.+o;Kn,"  /, K]%&E %7)& 0.  $ U" Z;B " Y)+N*a^^ a8T      KPX@KbbU VM= =M =  K  >KPX@IbbUU V =M =  K  >KPX@L  bbbUU VM =  K  >@J  bbbUUU V  K  >YYYY@0#"b`WVUTQKA@=<930/%$"(#(!!  +27#"&#"'6722#".546!#.#".7>727.#"#&4727>&'!"L;%-%-';#-+n;\`^@;B\+Dn,"  /,  K]$&E %7)&  0.  $ U" fa^^ aEV%)X #5L;9\X8T      A?><:8651/-+'%  +2'>54#"546327'"&54675&54632#"'&#"37632'"&#"7Dob ;F^/yR{w{R`m'+'1R=c`F//9;R Ri[;B # X)+N+VLiT wfD!9NX5'!@fHV^Z#' dVC@ "!  @@b  b  U  UM =M=M>Y@B@?=;97620.,(&  +2#".546327'"&54675&54632#"'&#"37632'"&#"`^?< B[+DyR{w{R`m'+'1R=c`F//9;R RiFV%)X #5L;9]TLiT wfD!9NX5'!@fHV^Z#' dVQv@s0/ '% <b U  UM =M=M=M>PNMKIGED@><:64*($"  +2'>54#"546&54632'"'327'"&54675&54632#"'&#"37632'"&#"7Dob ;F^/+!5 O TyR{w{R`m'+'1R=c`F//9;R RiZ;B # X)+N*R )% LiT wfD!9NX5'!@fHV^Z#' dV R@ 10 (& @Cb U  UM= M=M=M>Y@"QONLJHFEA?=;75+)%#  +2#".546&54632'"'327'"&54675&54632#"'&#"37632'"&#" `^?< B[+D+!5 P XyR{w{R`m'+'1R=c`F//9;R RiEV%)X #5L;9\R )% LiT wfD!9NX5'!@fHV^Z#' dVP|@y/. &$ <b U  UM =M=M=M>OMLJHFDC?=;953)'#!  +2'>54#"546%2#"=6327'"&54675&54632#"'&#"37632'"&#"7Dob ;F^/'%D yR{w{R`m'+'1R=c`F//9;R RiZ;B # X)+N* - >)PLiT wfD!9NX5'!@fHV^Z#' dVQ@ 0/ '% K PX@IZ` U  UM= M=M=M>KPX@Jb` U  UM= M=M=M>KPX@Nb` U  UM= M=M=M>@Jb` U  UM= M=M=M>YYYY@&PNMKIGED@><:64*($"  +2#".546%2"756327'"&54675&54632#"'&#"37632'"&#"`_?<B\+C'#C yR{w{R`m'+'1R=c`F//9;R RiEV%)X #5L;9\ . >)TLiT wfD!9NX5'!@fHV^Z#' d!WK PX@JL ,<KPX@J L ,<KPX@JL ,<@J L ,KPX@: ZZ  U U = N =L >KPX@6 ZZ U U N  =L >K/PX@: ZZ  U U = N =L >@8 ZZ  U  U U =L >YYYY@ URIHGB@?764.)&#!WW  +2'>54#"546>76'.#'3!26&#!"#&7>76'.'&723!272'.#!"%7Dob ;F^/H};QTH?S+b91q;;q3VS4K8HZK PX@A Z ZZ  U U = N =L >KPX@B Z  bZ  U U = N =L >KPX@> Z  bZ  U U N  =L >K/PX@B Z  bZ  U U = N =L >@@ Z  bZ  U  U U =L >YYYYY@"VSJIHCA@875/*'$"XX  +2#".546>76'.#'3!26&#!"#&7>76'.'&723!272'.#!"`_?<B\+D5}<RTH?R+b91q;KPX@Id Z  bZU =M = N =L >KPX@Ed Z  bZUM = N  =L >KPX@Id Z  bZU =M = N =L >K/PX@Gd Z  bZ  UU = N =L >@Ed Z  bZ  U  UU =L >YYYYY@$! daXWVQONFEC=8520 f!f  +2'>54#"546&54632'"'>76'.#'3!26&#!"#&7>76'.'&723!272'.#!"7Dob ;F^/+!5 P }< RTG@R*b91q;K PX@Id  Z Z  ZU =M= N =L >KPX@Jd  Z  b  ZU =M= N =L >KPX@Fd  Z  b  ZUM= N  =L >KPX@Jd  Z  b  ZU =M= N =L >K/PX@Hd  Z  b  Z UU = N =L >@Fd  Z  b  Z U  UU =L >YYYYYY@&"!gd[ZYTQPHGD>9631!i"i  +2#".546&'4632'"'>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"`_?<B\+C+!5 P }<RTH?R+b91q;KPX@Jd  Z  bZU =M = N =L >KPX@Fd  Z  bZUM = N  =L >KPX@Jd  Z  bZU =M = N =L >K/PX@Hd  Z  bZ  UU = N =L >@Fd  Z  bZ  U  UU =L >YYYYY@( ebYXWRONFEB<741/g g  +2'>54#"546%2#"756>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"7Dob ;F^/'%C (}<RTH?S+b91q;;q3VS4K8HZ;B # X)+N* - >)/Xu'!^!70#X' ;{ {;  ?H;V!ZA3fCK PX@Y   [%#;+<KPX@Y   [%#;+<KPX@Y   [%#;+<@Y   [%#;+K PX@Pd  Z Z `  ZU =M= N =L >KPX@M  Z  b `  ZU =M= N =L >KPX@I  Z  b `  ZUM= N  =L >KPX@Qd  Z  b `  ZU =M= N =L >KPX@M  Z  b `  ZU =M= N =L >K/PX@K  Z  b `  Z UU = N =L >@I  Z  b `  Z U  UU =L >YYYYYYY@*! daXWVQONFEC=8520 f!f  +2#".546%2#"=6>76'.#'3!26&#!"#&7>76'.'&723!272'.#!"`^?< B[+D'# D !};RTH@R+b:1q;;q3VR3L7HFV%)X #5L;9]- >)/Xu'!^!70#X' ;{ {; ?H;V!ZA7/\EP@M*<9bM=M=>EEA@20)'  +2'>54#"546>32'64.#"#"&'&465.'&7672s7Dob ;F^/'wd\  /#` -$-P a Z;B # X)+N*9q5#P&B#HZ12G!/F+%3 P-# j7/\F@ +< 9K PX@,Z bM=M=>@-b bM=M=>Y@FFBA31*(  +2#".546>32'64.#"#"&'&465.'&7672R`^@;B\+D'wd\  /#` -$-P a FV%)X #5L;9]9q5#P&B#HZ12G!/F+%3 P-# j7/Ta@^9<.-9b b=M =M=>  T TPOA?86$"  +2'>54#"546&54632'"'>32'64.#"#"&'&465.'&76727Dob ;F^/+!5 P 'wd\  /#` -$-P a Z;B # X)+N*R )% 9q5#P&B#HZ12G!/F+%3 P-# j7/ U@ : @3b   b=M =M=>Y@!!!U!UQPB@97%#  +2#".546&54632'"'>32'64.#"#"&'&465.'&7672`^?< B[+D+!5 P 'wd\  /#` -$-P a EV%)X "5L;9\R )% 9q5#P&B#HZ12G!/F+%3 P-# j7/Sg@d8<-,9b b =M =M=>SSON@>75#!  +2'>54#"'46%2#"756>32'64.#"#"&'&465.'&76727Cnb ;F^0'$C ?'wd\  /#` -$-P a Z;B # X)+N* - >)9q5#P&B#HZ12G!/F+%3 P-# j7/Tq@ 9 <.-9K PX@5Z`   bM  =M=>K PX@9Z`   b =M =M=>KPX@6b`   bM  =M=>KPX@:b`   b =M =M=>@6b`   bM  =M=>YYYY@"  T TPOA?86$"  +2#".546%2"756>32'64.#"#"&'&465.'&7672`_?<B\+D'"C ?'wd\  /#` -$-P a EV%)X "5L;9\- =)9q5#P&B#HZ12G!/F+%3 P-# j7/5 U~@{: <;:/.9   bU UM  =M =>!!!U!UQPB@97%#   +2'>54#"546727#"&#"'632>32'64.#"#"&'&465.'&7672u7Dob ;G^/;%-%+%;#-+n;y'wd\  /#` -$-P a HZ@>b   bU UM  =M =  >Y@&"""V"VRQCA:8&$!!  +27#"&#"'6322#".546>32'64.#"#"&'&465.'&7672;%-%-';#-+n;\`^@;B\+D'wd\  /#` -$-P a `^^ `FV%)X #6K<9]b9q5#P&B#HZ12G!/F+%3 P-# j\m@=9lh@,U  UU K  >Y@&kicb_YWVNMKEBA<:542,)(   +2'>54#"546"&#"#&47>774.'&4723263! 74'.'&4723263"&#"#&47>765&% '7Dob ;F^/C>q-89+q= =q-79+q=<hBp-79+qABp-79+qAZ: miK/PX@6  bU  U K  = K >@4  bU  U  U K >YY@(ljdc`ZXWONLFCB=;653-*)!   +2#".546"&#"#&47>774.'&4723263! 74'.'&4723263"&#"#&47>765&% !`^@;B\+DU>q-89+q= =q-79+q=<hBp-79+qABp-79+qAFV%)X #6K<9]{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/|@LH {wK/PX@;d  bU  U K  =K >@9d  bU  U  UK >YY@*zxrqoife]\YSQPKIDC@:87/.,&#"  +2'>54#"546&54632'"'"&#"#&7>774.'&723263! 74'.'&723263"&#"#&7>765&% #7Dob ;F^/+!5 P =q-89+q= =q-79+q=<hBp-79+qABp-79+qAZ;B # X)+N*Q )% {; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ }S@ MI |xKPX@>d  b  UM=  K  =K >K/PX@<d  bU  U  K  =K >@:d  bU    U  UK >YYY@,{ysrpjgf^]ZTRQLJEDA;980/-'$#  +2#".546&'4632'"'"&#"#&7>754.'&723263! 74'.'&723263"&#"#&7>765&% `^@;B\+D+!5 P >p-79+q=>p-79+q=<hAq-79+qABq-89+qAEV%)X #5L;9\Q )% {; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/| @LH {wd  b  UM= K  =K >K/PX@<d  bU  U K  =K >@:d  bU  U  UK >YY@.zxrqnhfe]\ZTQPKIDCA;87/.+%#"  +2'>54#"'46%2#"&=6"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% 8Boa ;F^0'$ C j>p-79+q==q-79+q=<hBq-89+qAAq-79+qBZ;B # W)+N* - >){; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/!~@ NJ }yK PX@DdZ  `  UM=  K  =K >KPX@Ab  `  UM=  K  =K >KPX@Edb  `  UM=  K  =K >K/PX@?b  `U  U  K  =K >@=b  `U    U  UK >YYYYY@0|ztspjhg_^\VSRMKFEC=:910-'%$!!  +2#".546%2#"&=6"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% 3-^@;A^)D&$  C L=q-79+q>>q-89+q=;hAq-79+qABp-79+qA)V%*V #4K=:\- >){; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/o }{@ MI |x<;:KPX@H U  UM= M =  K =K >KPX@FU U  U M =  K =K >K/PX@>U I U  U  K =K >@<U I   U U  UK >YYY@2{ysroigf^][URQLJEDB<980/,&$#   +2'>54#"546727#"&#"'672"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% 7Dnc ;F^/;&-%-$;$-+o;:=q-79+q=>p-79+q=<hAq-79+qBBq-89+qAZ;B # Y)+M+a^^ ay{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/!~@!  NJ }y< ;:K PX@M ZUU  U M =  K = K >K PX@H ZUU  UM =  K = K >KPX@P  bU  UM= M =  K = K >KPX@I  bUU  UM =  K = K >KPX@N  bUU  U M =  K = K >K/PX@F  bU IU  U  K = K >@D  bU I   UU  U K >YYYYYY@4|ztspjhg_^\VSRMKFEC=:910-'%$!!  +27#"&#"'6722#".546"&#"#&47>774.'&4723263! 74'.'.723263"&#"#.7>765&% -;%-%+%;#-+n;\`^?;B[+D>q-89+q= =q-79+q><hBp -79+qAAq-79+ qAha^^ aEV%)X #5L;9\{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/(f@<;K1PX@M==N>@U=N>Y@'%  +2'>54#"5464'7327327#"57Dob ;F^/+#7-/4FC#w9Z;B # Y)+M+H}?fV=`){@  <;K PX@"ZM==N>@#bM==N>Y@(&  +2#".5464'7327327#"5`_?<B\+D/#7-/4FC#w9FV$)X #6L;9\H}?fV=`7T@Q'#.<";b=M==N>64-+&$  +2'>54#"546&'4632'"'4'7327327#"5\7Dob ;F^/+!5 P #7-/4FC#w9Z;B # X)+N*R )% JH}?fV=` 8@ ($/<#;K PX@(Z=M==N>@)b=M==N>Y@75.,'%  +2#".546&54632'"'4'7327327#"5f`_?<B\+C+!5 O #7-/4FC#w9EV%)X #5L;9\R )% NH}?fV=`6Z@W&"-53,*%#  +2'>54#"546%2#"=64'7327327#"5X7Dob ;F^/'%D #7-/4FC#w9Z;B # X)+N* - >)ىH}?fV=`7@@ '#.<";K PX@+Z`M ==N>K PX@/Z` =M==N>KPX@0b` =M==N>KPX@,b`M ==N>@0b` =M==N>YYYY@64-+&$  +2#".546%2"7564'7327327#"5h`_?<B\+C'# C #7-/4FC#w9EV%)X #5L;9\ . >)݉H}?fV=`3 8l@i($/<#;:U UM  ==N>75.,'%   +2'>54#"546727#"&#"'6324'7327327#"57Dob ;F^/;%-%+';#-+o;#7-/4FC#w9FZ@4bU UM  == N  >Y@86/-(&!!  +27#"&#"'6322#".5464'7327327#"5;%.%-';#-+o;\`^?< B[+D)#7-/4FC#w9`^^ `FV%)X #6K<9]'H}?fV=`Bk@ <9K/PX@UK =M >@UUM >Y@;:73!   +2'>54#"546&#"&47>774.'&473277Dob ;F^/R .8= }C =8/2(, eL ?5/ ZK/PX@'bUK =M >@%bUUM >YY@<;84"!  +2#".546&#"&47>754.'&47327`^@;B\+D= .8= |C =9.2(, fL ?40 FV%)X #6K<9]BD(     'FA,8*    'CBTQ@ <(9KPX@.dbM =K =M >K/PX@,db UK =M >@*db UUM >YY@JIFB0/,)%$  +2'>54#"546&54632'"'&#"&47>7654.'&473277Dob ;F^/+!5 P  .8= |C =9.2(, fL ?40 [;B # X)+N+R )% BD(     'FA,8*    'CB R@  <)9K PX@.d ZM = K =M >KPX@/d  bM = K =M >K/PX@-d  b  U K =M >@+d  b  U  UM >YYY@KJGC10-*&%  +2#".546&54632'"'&#"&47>7654.'&47327`^?;B[+D+!5 P  .8<  |C =8/3', eL  ?4/ FV%)X #5L;9]R )% BD(     'FA,8*    'CB/P@ <'9KPX@/ dbM =K =M >K/PX@- db UK =M >@+ db UUM >YY@IHEA/.+($#  +2'>54#"546%2#"=6&#"&47>7654.'&473277Dob ;F^/'%D J .8= |C =9/ 2(, fL ?40 [;B # X)+N+ - >)BD(     'FA,8*    'CB-Q@   <(9K PX@/ Z `   U K =M >K PX@5 d Z `M = K =M >KPX@2  b `M  = K =M >KPX@6 d  b `M = K =M >K/PX@0  b `   U K =M >@.  b `   U  UM >YYYYY@JIFB0/,)%$  +2#".546%2#"756&#"&47>7654.'&47327`_?<B\+C'"C 5 .8= |C =9.2(, fL ?40 FV%)X #5L<9]- >)BD(     'FA,8*    'CB R@ <;:)9KPX@2U UM = K =M >K/PX@0U  U U K =M >@.U  U U UM >YY@ KJGC10-*&%   +2'>54#"546727"&#"'632&#"&47>7674.'&473277Dnc ;F^/;%-%-';$-+o;M .8= }C =8/3', eL ?5/ Z;B # X)+N*`__ `lBD(     'FA,8*    'CB)!S@@  < ;:*9K PX@9ZU UM  = K = M >KPX@:bU UM  = K = M >K/PX@8bU  U U K = M >@6bU  U  U U M >YYY@"LKHD21.+'&!!  +27#"&#"'6322#".546&#"&47>7654.'&47327);%-%+%;#-+n;\`^@;B\+D .8= |C =9.2(, fL ?40 ja^^ aEV%)X #5L;9\BD(     'FA,8*    'CBR,l@UM=M>Y@! (& ,!,  +2'>54#"54647632'"&"32654&7Dnc ;F^/luLsyl5^TZ;B # Y)+M+n}oBٖTR -~ @)bM=M=M>Y@"!)'!-"-  +2#".54647632'"&"32654&`^@;B\+DluLsyl5^TFV$)X #6L;9\ n}oBٖTR.;@,bU= M=M>Y@0/75/;0;-+%#  +2'>54#"546&54632#"'47632'"&"32654&;7Dnc ;F^/+ 5 P luLsyl5^TZK,PX@/b=M = M=M>@-b U= M=M>YY@10860<1<.,&$  +2#".546&54632#"'47632'"&"32654&J`^@;B\+D+ 5 P luLsyl5^TFV%)X #6K<9]R (% vn}oBٖTR-:@-bU = M=N>Y@/.64.:/:,*$"  +2'>54#"'46%2#"=647632'"&"32654&=7Dnc ;F^/'$D luLsyl5^TyZK PX@5Z` =M = M=N>KPX@2b`M  = M=N>KPX@6b` =M = M=N>K(PX@2b`M  = M=N>@0b`  U M=N>YYYYY@ 0/75/;0;-+%#  +2#".546%2#"=647632'"&"32654&J`^@;B\+D'# D luLsyl5^T}FV%)X #6K<9]- =) n}oBٖT,?@<<UM =M>+)#!  +2'>54#"546"32# 7>3 #7Dob ;F^/'IJzVVrZ@'bUM =M>Y@,*$"  +2#".546"32# 7>3 `_?<B\+C)'ŲzVVrFV%)X #6K<9]P-j{h'v+;@,dbU M =M>Y@! :820'% +!+  +2'>54#"546&54632'"'%"32# 7>3 7Dnc ;F^/+ 5 P 'ŲzVVrZ;B # X)+N*Q )% P-j{h'v ,<ĵ KPX@/dbM = M =M>@-db U M =M>YY@"!;931(&!,",  +2#".546&54632'"'%"32# 7>3 `^?< B[+D+!5 P 'IJzVVrEV%)X #5L;9\Q )% P-j{h'v*:@- dbU M =M>Y@ 971/&$* *  +2'>54#"546%2#"756"32# 7>3 7Dob ;F^/'%C Ȟ'IJzVVr[;B # X)+N+ - >)P-j{h'v+; K PX@5 dZ`M = M =M>KPX@2b`M  = M =M>KPX@6 db`M = M =M>KPX@2b`M  = M =M>@0b`  U M =M>YYYYY@ ! :820'% +!+  +2#".546%2#"756"32# 7>3 `_?<B\+C'"C 'IJzVVrFV%)X #5L;9]- >)P-j{h'v1h6^@U=N>Y@43)'#!  +2'>54#"54632654.'&54632#"&54&'&76727Dob ;F^/}NL+%)B)\l圶}/PXZ;B # Y)+M+u~aXl#;"ȱT7  }1h7p @$bM==N>Y@54*($"  +2#".54632654.'&54632#"&54&'&7672`^?< B[+DNL+%)B)\l圶}/PXFV$)X #6L;9\u~aXl#;"ȱT7  }1hE|@'bU==N>Y@CB8620&$  +2'>54#"546&54632#"'32654.'&54632#"&54&'&7672F7Dob ;F^/+!5 P yNL+%)B)\l圶}/PXZK,PX@*b=M ==N>@(b U==N>YY@DC9731'%  +2#".546&54632#"'32654.'&54632#"&54&'&7672X`^?;B[+D+!5 P uNL+%)B)\l圶}/PXFV%)X #6K<9]R (% \u~aXl#;"ȱT7  }1hD@(bU ==N>Y@BA751/%#  +2'>54#"546%2#"=632654.'&54632#"&54&'&7672R7Dob ;F^/'%D NL+%)B)\l圶}/PXyZK PX@0Z` =M ==N>KPX@-b`M  ==N>KPX@1b` =M ==N>K(PX@-b`M  ==N>@+b`  U=N>YYYYY@CB8620&$  +2#".546%2#"=632654.'&54632#"&54&'&7672^`^?< B[+D'" D NL+%)B)\l圶}/PX}FV%)X #6K<9]- =)u~aXl#;"ȱT7  }1h7 Ff@c<;:U UM  = =N>DC9731'%   +2'>54#"546727#"&#"'63232654.'&54632#"&54&'&76727Dob ;F^/;&-%-';#-+o;NL+%)B)\l圶}/PXJZ@5bU UM  = = N  >Y@ ED:842(&!!  +27#"&#"'6322#".54632654.'&54632#"&54&'&7672s;%-%-';#-+n;\`^@;B\+DmNL+%)B)\l圶}/PX`^^ `FV%)X #5L<9]-u~aXl#;"ȱT7  }S K/PX@*b U K  =K >@(b U  UK >YY@KECB875/-,   +2#".546"&"#&7>74.'.'&7232637>.'&723263!`^@;B\+DE){'E 9fJ/-!Z%!!+')Qb'FV%)X #6K<9]y= =y3 " a> #A91-( 0G'/Y' c @  KPX@2dbM =  K  =K >K/PX@0db U  K  =K >@.db U   UK >YYY@ [USRHGD><;/.+&$#  +2#".546&'4632'"'"&"#&47>74.'.'&7232637>.'&723263`^@;B\+D+!5 P F){'F 9eK/-  Z%!!+')Qb(FV%)X #5L;9]R )% y= =y3 " a>  #A91-( 0G'/Y'b K PX@8dZ`M =  K  =K >KPX@5b`M =  K  =K >KPX@9db`M =  K  =K >K/PX@3b` U  K  =K >@1b` U   UK >YYYYY@$ZTRQGFC=;:.-*%#"  +2#".546%2#"756"&"#&47>74.'.'&7232637>.'&723263`^?<B\+C'#C F){'F 9eK/-  Z%!!+')Qb(FV%)X #5L;9]- >)y= =y3 " a>  #A91-( 0G'/Y!c+@  < ;:K PX@@ZUU M =  K = K >K PX@<ZUUM =  K = K >KPX@?bUM=M =  K = K >KPX@CbUM= M =  K = K >KPX@=bUUM =  K = K >K/PX@;bU UU  K = K >@9bU U   UU K >YYYYYY@([USRHGE?=<0/-(%$!!  +27#"&#"'6722#".546"&"#&7>74.'.'&7232637>.'&7232631;%-%-%;#-+o;\`^?< B[+DEF){'E 9eJ/-!Z% !+')Qb'ha^^ aEV%)X #5L;9\y= =y3 " a> #A91-( 0G'/YH>D@A3)<bM=M>64/-'%  +2'>54#"546#"'#"&5%267&546323265'677Dnc ;F^//Ī=)iR`JXD5N/%#%0Xum^Z@'b`M=M>Y@750.(&  +2#".546#"'#"&5%267&546323265'67`^@;B\+D*Ī=)iR`JXD5N/%#%0Xum^FV$)X #6L;9\j`׸P !/VpZkJf3N!'otˁ)'HHM@ B8%@*b` U=N>Y@EC><64)'$"  +2'>54#"'46&54632#"'#"'#"&5%267&546323265'677Dnc ;F^/+!5 P Ī=)iR`JXD5N/%#%0Xum^ZK,PX@-b`=M = N>@+b` U= N>YY@FD?=75*(%#  +2#".546&54632#"'#"'#"&5%267&546323265'67`_?<B\+D+!5 O /Ī=)iR`JXD5N/%#%0Xum^FV%)X #6K<9]R (% Xj`׸P !/VpZkJf3N!'otˁ)'HHL@A7$@+b` U =N>Y@DB=;53(&#!  +2'>54#"'46%2#"756#"'#"&5%267&546323265'677Cnb ;F^0'$C Ī=)iR`JXD5N/%#%0Xum^yZK PX@3Z`` =M = N>KPX@0b``M  = N>KPX@4b`` =M = N>K(PX@0b``M  = N>@.b``  U N>YYYYY@EC><64)'$"  +2#".546%2#"=6#"'#"&5%267&546323265'67#`^@;B\+D'# D nĪ=)iR`JXD5N/%#%0Xum^}FV%)X #6K<9]- =)j`׸P !/VpZkJf3N!'otˁ)'HH+ Nr@o C9& <;:  bU UM  = M>FD?=75*(%#   +2'>54#"546727#"&#"'632#"'#"&5%267&546323265'677Dnc ;F^/;&-%+$;$-+o;Ī=)iR`JXD5N/%#%0Xum^=Z;B # X)+N*`^^ `j`׸P !/VpZkJf3N!'otˁ)'HH+!O@ D:' < ;:K PX@7 Z  `U UM  =  M>@8  b  `U UM  =  M>Y@"GE@>86+)&$!!  +27#"&#"'6322#".546#"'#"&5%267&546323265'67D;%-%-';$-+o;\`^@;B\+D2Ī=)iR`JXD5N/%#%0Xum^`^^ `FV%)X #5L<9]+j`׸P !/VpZkJf3N!'otˁ)'HCF@C70*<UM =M >?=64.,%#  +2'>54#"54632676!"5>54#"#!&56;'&54$3 f7Dnc ;F^/T? V#{#L?W!#FZ@(b UM =M >Y@@>75/-&$  +2#".54632676!"5>54#"#!&56;'&54$3 {`^@;B\+D/T@V#z#L@V!#EFV%)X #6K<9]#w)R y{RӨbu N-w;R@?9-' @-db U M =M >Y@NLEC=;42+)#!  +2'>54#"546&54632'"'32676!"5>54#"#!&56;'&54$3 7Dnc ;F^/+ 5 P T@V#z#L@V !#EZ;B # X)+N*Q )% w)R y{RӨbu N-w; S@ G@:.(!KPX@0dbM = M = M >@.db U M = M >YY@OMFD><53,*$"  +2#".546&54632'"'32676!"5>54#"#!&56;'&54$3 `^?;B[+D+!5 P T@V#{"K@V!#EEV%)X #5L;9\Q )% w)R y{RӨbu N-w;Q@E>8,&@. db U M =M >Y@MKDB<:31*("   +2'>54#"546%2#"75632676!"5>54#"#!&56;'&54$3 7Dob ;F^/'%C T@V#{"K@V #E[;B # X)+N+ - >)!w)R y{RӨbu N-w;R@ F?9-' K PX@6 dZ`M = M = M >KPX@3b`M  = M = M >KPX@7 db`M = M = M >KPX@3b`M  = M = M >@1b`  U M = M >YYYYY@ NLEC=;42+)#!  +2#".546%2#"75632676!"5>54#"#!&'6;'&54$3 `^@;B\+D'#C T?V#{#L@V #EFV%)X #5L;9]- >)%w)R y{RӨbu N-w;{ S.@ G@:.(!<;:K PX@3U UM  = M = M  >KPX@5 UM=M  = M = M  >KPX@3U UM  = M = M  >@1U U U M = M  >YYY@"OMFD><53,*$"   +2'>54#"546727#"&#"'67232676!"5>54#"#!&56;'&54$3 7Dob ;G^/;%-%-';#-+n;T? V#{#L@V!#FZ;B " Y)+N*a^^ aw)R y{RӨbu N-w;!T @   HA;/)"< ;:K PX@:ZUUM  = M = M  >KPX@;bUUM  = M = M  >@9bU  UU M = M  >YY@$PNGE?=64-+%#!!  +27#"&#"'6322#".54632676!"5>54#"#!&56;'&54$3 B;%-%-';$-+o;\`^@;B\+DT@V#{"K@V!#Eja^^ aEV%)X #5L;9\ w)R y{RӨbu N-w;BFm;H@ <# @>dd  b == M=N= M>Y@GEA?;:&$#(*! +6720#"/&5432672#"/#"&54>3276?2263'.#"32{   %H'-!R@o,JbOGh|\BE '\Rfcfmb   &0q+\NL׼h1 b)ɤ3BFu5B@ 6 @? dd  b == M=N= M>Y@A?;9543210)'!  +2#"747632672#"/#"&54>3276?2263'.#"32B!5 j  %H'-!R@o,JbOGh|\BE '\Rfcfmu+ %#q+\NL׼h1 b)ɤ3VmF@ %$  @7ddb  U  UM=M>Y@ECB@""$*$(*! +6720#"/&54327'"&54675&54632#"'&#"37632'"&#"F   :yR{w{R`m'+'1R=c`F//9;R Rib   &LiT wfD!9NX5'!@fHV^Z#' dVq@@   @8 ddb  U  UM=M>Y@?=<:8643/-+)%#  +2#"7476327'"&54675&54632#"'&#"37632'"&#"!5 j yR{w{R`m'+'1R=c`F//9;R Riq+ %#{LiT wfD!9NX5'!@fHV^Z#' d7/\wG{@ ,@$ddbM=>Y@GGCB42+)((! +632#"/&54>32'64.#"#"&'&465.'&7672   s'wd\  /#` -$-P a m   '`9q5#P&B#HZ12G!/F+%3 P-# j7/\sC@ (<9KPX@(bb=M=>@%ddbM=>Y@CC?>0.'%  +2#"5476>32'64.#"#"&'&465.'&7672!5 j 'wd\  /#` -$-P a s+ %#=9q5#P&B#HZ12G!/F+%3 P-# j^q,a@ #<;KPX@b==N>@dd=N>Y'%**!+6720#"/&544'7327327#"5   J#7-/4FC#w9f   &,H}?fV=`w&i@<;K PX@b==N>@dd=N>Y@%#  +2#"74764'7327327#"5F!5 j q#7-/4FC#w9w+ %#H}?fV=`Rd#0f @ ddM=M>Y@%$,*$0%0&)*!+6320#"/&5&47632'"&"32654&j   luLsyl5^TZ   &Rn}oBٖTRu*iKPX@$b=M=M>@!ddM=M>Y@&$**  +2#"547647632'"&"32654&+!5 k TluLsyl5^Tu+ %#n}oBٖT1h`:U @dd=N>Y$***!+6320#"/&5432654.'&54632#"&54&'&7672u   NL+%)B)\l圶}/PXV   '@dd=N>Y@21'%!  +2#"547632654.'&54632#"&54&'&7672Z!5 k NL+%)B)\l圶}/PXu+ %#u~aXl#;"ȱT7  }H\Bb@ 7-@dddM>Y@ %&+#(*!+6320#"/&54#"'#"&5%267&546323265'67   Ī=)iR`JXD5N/%#%0Xum^R   '@dddN>Y@42-+%#  +2#"5476#"'#"&5%267&546323265'67!5 k Ī=)iR`JXD5N/%#%0Xum^y+ %#j`׸P !/VpZkJf3N!'otˁ)'HB=F GT@H/! ) <  bQM=  = = M=N= M>SQMKGFEDCB;931-+('%#  %$ +73267#"&52'>54#"54632672#"/#"&54>3276?2263'.#"32l-B, 3i3PbZ7Dob ;F^/V%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT[;B # X)+N+q+\NL׼h1 b)ɤ3B=F!HU@I0" * @N  b  bQM=  = = M =N=M>Y@"TRNLHGFEDC<:42.,)(&$!!%$ +73267#"&52#".54632672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb=`^?;B[+D%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTTFV%)X #5L;9]q+\NL׼h1 b)ɤ3B=F /Vc@W>08 <  bbR=M=  = = M =N =M >b`\ZVUTSRQJHB@<:7642.,'%  %$ +73267#"&52'>54#"546&54632'"'32672#"/#"&54>3276?2263'.#"32l-B, 3i3Pbo7Dob ;F^/+!5 O e%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT[;B # X)+N+R )% Fq+\NL׼h1 b)ɤ3B=F!0Wd@X?19  @T  bbR=M= = = M = N  = M   >Y@&ca][WVUTSRKICA=;8753/-(&!!%$ +73267#"&52#".546&'4632'"'32672#"/#"&54>3276?2263'.#"32l-B, 3i3PbX`^@;B\+D+!5 P \%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTTEV%)X #5L;9\R )% Jq+\NL׼h1 b)ɤ3B=F6CTb@`KJ 7  <  b  bQ= M = == M=N= M>VUED^\UbVbQODTETB@<:65&$#%%$+73267#"&532672#"/#"&54>3276?2263'.#"322'>54#"546%2#"=6l-B, 3i3Pb%H'-!R@o,JbOGh|\BE '\Rfcfm7Dob ;F^/'%D sk>+^LTTq+\NL׼h1 b)ɤ34[;B # X)+N+ - >)B=F!/Vc+@-W>08  K PX@ZZ  `bQ=M= = = M = N  = M   >KPX@[b  `bQ=M= = = M = N  = M   >KPX@Wb  `bQM= = = M = N  = M   >@[b  `bQ=M= = = M = N  = M   >YYYY@*#"b`\ZVUTSRQJHB@<:7642+)"/#/!!%$ +73267#"&52#".546%2#"=632672#"/#"&54>3276?2263'.#"32l-B, 3i3PbJ`^@;B\+D'#D %H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTTEV%)X #5L;9\ - >)q+\NL׼h1 b)ɤ3B-F5&3DTd@*HP ;: '^]WVU@Wb U UQ M ===M=N= M>Y@%FE54b`[YSQNLKIETFTA?4D5D20$&$#"+32672#"/#"&54>3276?2263'.#"322'>54#"'46727#"&#"'63273267#"&5%H'-!R@o,JbOGh|\BE '\Rfcfm7Dnc ;F^/;%-%-';$-+o;l-B- 3i3Pbuq+\NL׼h1 b)ɤ3Z@_  b   bUUQM === M = N  = M   >Y@.! db^\XWVUTSLJDB><9864+*%# 1!1%$ +73267#"&527#"&#"'6322#".54632672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb;&-%-';$-+o;\`^?<B\+Cm%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT`^^ `FV%)X #6K<9]'q+\NL׼h1 b)ɤ3 'c@   @:  b` U  V K  =M>Y@$"!a_VUTSPJ@?<;82/.$#!'"'  % +73267"&52'>54#"546!#.#"&47>727.#"#&4727>&'!"!%#1VXE8Cob ;F^/Hn,"  /, K]%&E %7)& 0.  $ U" m;#\^J18 bJVV3[;B # X(+N+n8T        bX UV = K  =M>KPX@?  b ` UV = K  =M>@A  b`` UV K  =M>YY@&$#caXWVURLBA>=:410&%#)$)""% +73267"&52#".546!#.#"&47>727.#"#&4727>&'!"!%" 1WXQ3-^@;A]*D\n,"  /, K]%&E %7)& 0.  $ U" m;#\^J18 bJVV5)V%*V #4L=:\l8T      KPX@Dd  b ` UV =M =  L  >KPX@Fd  b`` UVM =  L  >@Dd  b`` UV U  L  >YYY@(10pnedcb_YONKJGA>=320616.,'%  % +73267"&52'>54#"546&54632#"'!#.#"&47>727.#"#&4727>&'!" %#1VX7Dob ;F^/+!5 P n,"  /, K]%&E %7)& 0.  $ U" ;#\^J27 bJVV[;B # X)+N+R )% 8T      KPX@Gd  b `VM= =  L  =M>KPX@Ed  b ` UV =  L  =M>@Gd  b`` UV  L  =M>YYY@*21qofedc`ZPOLKHB?>431727/-(&!!% +73267"&52#".546&'4632'"'!#.#"&47>727.#"#&4727>&'!" %#1VX/`_?<B\+C+!5 P o,! /, K]%&E %7)& 0.  $ U" m;#\^J18 bJVV)FV%)X #5L;9]R )% 8T      KPX@Ed  b ` UV =  L  =M>@Gd  b`` UV  L  =M>YY@,0/"!omdcba^XNMJIF@=<21/505*(!.".  % +73267"&52'>54#"546%2#"=6!#.#"&47>727.#"#&4727>&'!"!%#1VXT7Dob ;F^/'%D n+" ., K]%&D %8(' /.  $ U" m;#\^J18 bJVV+[;B # X)+N+ - >)j8T      K PX@Md  bX `VM= =  L  =M>KPX@J  b ` `VM= =  L  =M>KPX@Nd  b ` `VM= =  L  =M>KPX@J  b ` `VM= =  L  =M>KPX@H  b ` ` UV =  L  =M>@J  b``` UV  L  =M>YYYYYY@.10#"pnedcb_YONKJGA>=320616+)"/#/!!% +73267"&52#".546%2#"=6!#.#"&47>727.#"#&4727>&'!"!%#1WX`^@;B\+D'# D n+" ., K]%&D %8(' /.  $ U" m;#\^J18 bJVV+FV%)X #5L;9]- >)n8T      KPX@M  bUVM= =M =  K =M>KPX@K  bUUV =M =  K =M>KPX@N  b  bUUVM =  K =M>@L  b  bUUUV  K =M>YYYY@021"!qofedc`ZPOLKHB?>431727/-*('%!0"0  % +73267"&52'>54#"'46727#"&#"'672!#.#"&47>727.#"#&4727>&'!"!%"2WX7Dnc ;F^/;%-%-';#.+o;Kn,"  /, K]%&E %7)& 0.  $ U" m;#\^J18 bJVVCZ;B " Y)+N*a^^ a8T      KPX@U  b  bU  VM= =M =  K =M>KPX@S  b  bUU  V =M =  K =M>KPX@Vb  b  bUU  VM =  K =M>@Tb  b  bUUU  V  K =M>YYYY@232! rpgfeda[QPMLIC@?542838+*%# 1!1% +73267"&527#"&#"'6722#".546!#.#".7>727.#"#&4727>&'!"!%#1WXN;%-%-';#-+n;\`^@;B\+Dn,"  /,  K]$&E %7)&  0.  $ U" m;#\^J18 bJVVa^^ aEV%)X #5L;9\X8T      !!!U!UQPB@97%#  %$ +73267#"&52'>54#"546>32'64.#"#"&'&465.'&7672l-B- 3i3Pb7Dob ;F^/'wd\  /#` -$-P a k>+^LTTZ;B # X)+N*9q5#P&B#HZ12G!/F+%3 P-# j7\!V@; 0/@7b   bM =M==N>Y@"""V"VRQCA:8&$!!%$ +73267#"&52#".546>32'64.#"#"&'&465.'&7672l-B- 3i3Pb`^@;B\+D'wd\  /#` -$-P a k>+^LTTFV%)X #5L;9]9q5#P&B#HZ12G!/F+%3 P-# j7 /du@rI >=<b   b=M =M ==N>000d0d`_QOHF42.,'%  %$ +73267#"&52'>54#"546&54632'"'>32'64.#"#"&'&465.'&7672l-B- 3i3Pb7Dob ;F^/+!5 P 'wd\  /#` -$-P a k>+^LTTZ;B # X)+N*R )% 9q5#P&B#HZ12G!/F+%3 P-# j7!0e@J  ?>@=b    b=M =M = =N>Y@ 111e1ea`RPIG53/-(&!!%$ +73267#"&52#".546&54632'"'>32'64.#"#"&'&465.'&7672l-B- 3i3Pb`^?< B[+D+!5 P 'wd\  /#` -$-P a k>+^LTTEV%)X "5L;9\R )% 9q5#P&B#HZ12G!/F+%3 P-# j7 .c{@x,H =<<b   b =M =M ==N>//"!/c/c_^PNGE31*(!.".  %$ +73267#"&52'>54#"'46%2#"756>32'64.#"#"&'&465.'&7672l-B- 3i3Pb#7Cnb ;F^0'$C ?'wd\  /#` -$-P a k>+^LTTZ;B # X)+N* - >)9q5#P&B#HZ12G!/F+%3 P-# j7!/d@-I  >=K PX@CZ`   b =M =M = =N>KPX@@b`   bM  =M = =N>KPX@Db`   b =M =M = =N>@@b`   bM  =M = =N>YYYY@$00#"0d0d`_QOHF42+)"/#/!!%$ +73267#"&52#".546%2"756>32'64.#"#"&'&465.'&7672l-B- 3i3Pb`_?<B\+D'"C ?'wd\  /#` -$-P a k>+^LTTEV%)X "5L;9\- =)9q5#P&B#HZ12G!/F+%3 P-# j75 Ue@: _^XWV /. <;:  bUUM  =M == N  >!!ca\Z!U!UQPB@97%#   +2'>54#"546727#"&#"'632>32'64.#"#"&'&465.'&767273267#"&5u7Dob ;G^/;%-%+%;#-+n;y'wd\  /#` -$-P a l-B- 3i3PbHZ+^LTT731f@()K  @?<;:K PX@G Z bUUM = M  = =N>@H  b bUUM = M  = =N>Y@(22! 2f2fbaSQJH64+*%# 1!1%$ +73267#"&527#"&#"'6322#".546>32'64.#"#"&'&465.'&7672l-B- 3i3Pb-;%-%-';#-+n;\`^@;B\+D'wd\  /#` -$-P a k>+^LTT`^^ `FV%)X #6K<9]b9q5#P&B#HZ12G!/F+%3 P-# j }@MI  |x @6U   U  UK =M>Y@({ysroigf^][URQLJEDB<980/,&$#  % +73267"&52'>54#"546"&#"#&47>774.'&4723263! 74'.'&4723263"&#"#&47>765&%  %#1VY7Dob ;F^/C>q-89+q= =q-79+q=<hBp-79+qABp-79+qAm;#\^J18 bJVV3ZK/PX@@  b U  U  K  =K =M>@>  b U    U  UK =M>YY@*|ztspjhg_^\VSRMKFEC=:910-'%$!!% +73267"&52#".546"&#"#&47>774.'&4723263! 74'.'&4723263"&#"#&47>765&% !%"2WX`^@;B\+DU>q-89+q= =q-79+q=<hBp-79+qABp-79+qAm;#\^J18 bJVV5FV%)X #6K<9]{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ 1 /-@ \X  K/PX@Ed  b U  U  K =K =M>@Cd  b U    U  UK =M>YY@,yvumlica`[YTSPJHG?><632.,'%  % +73267"&52'>54#"546&54632'"'"&#"#&7>774.'&723263! 74'.'&723263"&#"#&7>765&% !%#1VXF7Dob ;F^/+!5 P =q-89+q= =q-79+q=<hBp-79+qABp-79+qAm;#\^J18 bJVV&Z;B # X)+N*Q )% {; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ !0@$  ]Y  KPX@Hd  b  UM=  K = K =M>K/PX@Fd  b U  U  K = K =M>@Dd  b U    U  U K =M>YYY@.zwvnmjdba\ZUTQKIH@?=743/-(&!!% +73267"&52#".546&'4632'"'"&#"#&7>754.'&723263! 74'.'&723263"&#"#&7>765&% !%" 1WXL`^@;B\+D+!5 P >p-79+q=>p-79+q=<hAq-79+qABq-89+qAm;#\^J18 bJVV&EV%)X #5L;9\Q )% {; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ ; /5@- \X  K/PX@Fd  b U  U  K =K =M>@Dd  b U    U  UK =M>YY@0"!~xvumljda`[YTSQKHG?>;532*(!/"/  % +73267"&52'>54#"'46%2#"&=6"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&%  %#1VX8Boa ;F^0'$ C j>p-79+q==q-79+q=<hBq-89+qAAq-79+qBm;#\^J18 bJVV&Z;B # W)+N* - >){; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ !"1A@/ ^Z  K PX@Nd Z  `  UM=  K = K =M>KPX@K  b  `  UM=  K = K =M>KPX@Od  b  `  UM=  K = K =M>K/PX@I  b  ` U  U  K = K =M>@G  b  ` U    U  U K =M>YYYYY@2$#zxwonlfcb][VUSMJIA@=754,*#1$1""% +73267"&52#".546%2#"&=6"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% !%" 1WX-3-^@;A^)D&$  C L=q-79+q>>q-89+q=;hAq-79+qABp-79+qAm;#\^J18 bJVV-)V%*V #4K=:\- >){; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/  0@'$, ]Y <+;#:KPX@RUUM= M =  K =  K =M>KPX@PUUU M =  K =  K =M>K/PX@HU IUU  K =  K =M>@FU I   UUU  K =M>YYY@4"!ywvnmkeba\ZUTRLIH@?<643/-*('%!0"0  % +73267"&52'>54#"546727#"&#"'672"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&%  %#1VX7Dnc ;F^/;&-%-$;$-+o;:=q-79+q=>p-79+q=<hAq-79+qBBq-89+qAm;#\^J18 bJVVAZ;B # Y)+M+a^^ ay{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ 1@) )^Z <;:K PX@WZUUU M =  K =  K =M>K PX@RZUUUM = K =  K =M>KPX@ZbUUM= M =  K =  K =M>KPX@SbUUUM = K =  K =M>KPX@XbUUU M =  K =  K =M>K/PX@PbU IUU  K =  K =M>@NbU I   UUU  K =M>YYYYYY@6! zxwonlfcb][VUSMJIA@=754+*%# 1!1% +73267"&527#"&#"'6722#".546"&#"#&47>774.'&4723263! 74'.'.723263"&#"#.7>765&% !%" 1WXb;%-%+%;#-+n;\`^?;B[+D>q-89+q= =q-79+q><hBp -79+qAAq-79+ qAm;#\^J18 bJVVa^^ aEV%)X #5L;9\{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/H= NU@RC9& <bQM =M>FD?=75*(%#  %$ +73267#"&52'>54#"546#"'#"&5%267&546323265'67Nl-B- 3i3Pbl7Dnc ;F^//Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTZ@.b`QM = M>Y@GE@>86+)&$!!%$ +73267#"&52#".546#"'#"&5%267&546323265'67Nl-B- 3i3Pb}`^@;B\+D*Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTFV$)X #6L;9\j`׸P !/VpZkJf3N!'otˁ)'HH= /]@RH5 @1  b  ` UQ= N>Y@USNLFD9742.,'%  %$ +73267#"&52'>54#"'46&54632#"'#"'#"&5%267&546323265'67Nl-B- 3i3Pb:7Dnc ;F^/+!5 P Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTZK,PX@4  b  `Q=M =  N>@2  b  ` UQ=  N>YY@VTOMGE:853/-(&!!%$ +73267#"&52#".546&54632#"'#"'#"&5%267&546323265'67Nl-B- 3i3Pb@`_?<B\+D+!5 O /Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTFV%)X #6K<9]R (% Xj`׸P !/VpZkJf3N!'otˁ)'HH= .\@,QG4 @2  b  ` UQ = N>Y@"!TRMKEC8631*(!.".  %$ +73267#"&52'>54#"'46%2#"756#"'#"&5%267&546323265'67Nl-B- 3i3Pb77Cnb ;F^0'$C Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTZK PX@:Z  `  `Q =M =  N>KPX@7b  `  `QM  =  N>KPX@;b  `  `Q =M =  N>K(PX@7b  `  `QM  =  N>@5b  `  `  UQ  N>YYYYY@ #"USNLFD9742+)"/#/!!%$ +73267#"&52#".546%2#"=6#"'#"&5%267&546323265'67Nl-B- 3i3Pb+`^@;B\+D'# D nĪ=)iR`JXD5N/%#%0Xum^sk>+^LTTFV%)X #6K<9]- =)j`׸P !/VpZkJf3N!'otˁ)'HH=+ 0^@$, SI6 <+;#:   bUUQM  =  M >"!VTOMGE:853/-*('%!0"0  %$ +73267#"&52'>54#"546727#"&#"'632#"'#"&5%267&546323265'67Nl-B- 3i3Pbh7Dnc ;F^/;&-%+$;$-+o;Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTXZ;B # X)+N*`^^ `j`׸P !/VpZkJf3N!'otˁ)'HH=+1_@%)TJ7  <;:K PX@> Z  `UUQM =  M   >@?  b  `UUQM =  M   >Y@$! WUPNHF;964+*%# 1!1%$ +73267#"&527#"&#"'6322#".546#"'#"&5%267&546323265'67Nl-B- 3i3Pb;%-%-';$-+o;\`^@;B\+D2Ī=)iR`JXD5N/%#%0Xum^sk>+^LTT`^^ `FV%)X #5L<9]+j`׸P !/VpZkJf3N!'otˁ)'H SW@TG@:.(!  < U M =M =M>OMFD><53,*$"  % +73267"&52'>54#"54632676!"5>54#"#!&56;'&54$3 +!%#1VX7Dob ;F^/T@V#{"K@V #Em;#\^J18 bJVV3Z@2b U M = M =M>Y@PNGE?=64-+%#!!% +73267"&52#".54632676!"5>54#"#!&56;'&54$3 7!%#1VX`^?;B[+D/T@V#{"K@V!#Em;#\^J18 bJVV5FV%)X #6K<9]#w)R y{RӨbu N-w; /b@OI=70  @7db U M = M  =M>Y@^\USMKDB;931.,'%  % +73267"&52'>54#"546&54632'"'32676!"5>54#"#!&56;'&54$3 V!%#1VX7Dnc ;F^/+ 5 P T@V#z#L@V !#Eo;#\^J27 bJVV$Z;B # X)+N*Q )% w)R y{RӨbu N-w;!0c@ WPJ>81  KPX@:d  bM = M = M  =M>@8d  b  U M = M  =M>YY@_]VTNLEC<:42/-(&!!% +73267"&52#".546&54632'"'32676!"5>54#"#!&56;'&54$3 J!%" 1WX`^?;B[+D+!5 P T@V#{"K@V!#Em;#\^J18 bJVV&EV%)X #5L;9\Q )% w)R y{RӨbu N-w; .a@,UNH<6/  @8 db U M = M  =M>Y@ "!][TRLJCA:820*(!.".  % +73267"&52'>54#"546%2#"75632676!"5>54#"#!&56;'&54$3 -!%#1VX7Dob ;F^/'%C T@V#{"K@V #Em;#\^J18 bJVV+[;B # X)+N+ - >)!w)R y{RӨbu N-w;!/b@- VOI=70  K PX@@d Z `M = M = M  =M>KPX@=  b `M = M = M  =M>KPX@Ad  b `M = M = M  =M>KPX@=  b `M = M = M  =M>@;  b `  U M = M  =M>YYYYY@"#"^\USMKDB;931+)"/#/!!% +73267"&52#".546%2#"75632676!"5>54#"#!&'6;'&54$3 J!%" 1WX`^@;B\+D'#C T?V#{#L@V #Em;#\^J18 bJVV+FV%)X #5L;9]- >)%w)R y{RӨbu N-w;{h 0c\@"$, PJ>81  <+;#:K PX@=UUM = M =  M  =M>KPX@?UM=M = M =  M  =M>KPX@=UUM = M =  M  =M>@;U UU M =  M  =M>YYY@$"!_]VTNLEC<:42/-*('%!0"0  % +73267"&52'>54#"546727#"&#"'67232676!"5>54#"#!&56;'&54$3  %#1VYg7Dob ;F^/;%-%-';#-+n;T@V#{#L@V !#Em;#\^J18 bJVVCZ;B " Y)+N*a^^ aw)R y{RӨbu N-w;1d0@%)XQK?92  <;:K PX@D ZUUM = M =  M  =M>KPX@E  bUUM = M =  M  =M>@C  bU UU M =  M  =M>YY@&! `^WUOMFD=;53+*%# 1!1% +73267"&527#"&#"'6322#".54632676!"5>54#"#!&56;'&54$3 ; %#1VX;%-%-';#-+n;\`^@;B\+DT@V#{"K@V #Em;#\^J18 bJVVa^^ aEV%)X #5L;9\ w)R y{RӨbu N-w;BF 3@c@`4  < :  bU == M=N= M>?=9732&$#%% +267#"&'32672#"/#"&54>3276?2263'.#"32{}7amN%H'-!R@o,JbOGh|\BE '\RfcfmRfbVq+\NL׼h1 b)ɤ3BF{ 2?j@g3  <  b U == M=N= M>><86210/.-&$  +!"7463!232672#"/#"&54>3276?2263'.#"3256%H'-!R@o,JbOGh|\BE '\Rfcfm%.#0aq+\NL׼h1 b)ɤ3B=Fm#JW@K2$ , @Edd  bQ  = = M=N= M>Y@VTPNJIHGFE&$#()$%$+73267#"&5672#"/&5432672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb   %H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT}   &0q+\NL׼h1 b)ɤ3B=FZ6Cc@`7  <  bQ == M=N= M>B@<:65&$#%%$ +73267#"&532672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTTq+\NL׼h1 b)ɤ3B=FuER@F- ' @Fdd  bQ  = = M=N= M>Y@ QOKIEDCBA@971/+)&%#!%$ +73267#"&52#"747632672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb!5 j  %H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT+ %#q+\NL׼h1 b)ɤ3BF'6C@ 7 < ;:K#PX@G  bUM =  = = M=N= M>@E  bUU  = = M=N= M>Y@"B@<:654321*("   +27"&#"'63232672#"/#"&54>3276?2263'.#"32h;&-%+$;$-+o;%H'-!R@o,JbOGh|\BE '\Rfcfm`__ `q+\NL׼h1 b)ɤ3B=F'FS@%G. ( <;:K#PX@Nb UQM =  = = M =N =M >@LbU UQ  = = M =N =M >Y@$RPLJFEDCBA:820,*'&$"%$ +73267#"&527"&#"'63232672#"/#"&54>3276?2263'.#"32l-B, 3i3Pb;&-%+$;$-+o;%H'-!R@o,JbOGh|\BE '\Rfcfmsk>+^LTT`__ `q+\NL׼h1 b)ɤ3 q PKPX@4d  b U  V = L  >@6d  b` U  V L  >Y@#NLCBA@=7-,)(% "" +#"&'33267!#.#"&47>727.#"#&4727>&'!" jr: |UP dn,"  /, K]%&E %7)& 0.  $ U" qi~j:CD98T      @0b` U   V K >Y@"NLCBA@=7-,)(%    +!"&5463!2!#.#"&47>727.#"#&4727>&'!"l5 in,"  /, K]%&E %7)& 0.  $ U"  . 08T      @,dddd   V K >Y@TRIHGFC=32/.+%"!)! +632#"/&54!#.#"&47>727.#"#&4727>&'!"   n,"  /, K]%&E %7)& 0.  $ U"    (8T      @- dddd   V L >Y@"OMDCBA>8.-*)&  +2"&5476!#.#"&47>727.#"#&4727>&'!" 6 j 1n,"  /, K]%&E %7)& 0.  $ U" *  %#n8T      @,dd   V K =M>Y@PNEDCB?9/.+*'!% +73267"&5!#.#"&47>727.#"#&4727>&'!"!%#1VX7n,"  /, K]%&E %7)& 0.  $ U" m;#\^J18 bJVV8T        +2'>54#"5467Dob ;F^/7Z;B # X)+N*\@ :M>% +73267"&5!%#1VXm;#\^J18 bJVVB7@9M >  +2'>54#"5467Dob ;F^/7Z;B # X)+N*d]@ <: 9K PX@QM >@UIMAY@  +27#"&#"'6325;&-%-';#-+o;`^^ `j9!#z@ < ;:KPX@UQM>@$UUIMAY@"!  +27#"&#"'632462"&%462"&;%-%-%;#.+o;9N99N9Z9N97R7`__ `)99)'::')99)'::7\w"W@< 10@.dd bM==N>Y@###W#WSRDB;9(($%$ +73267#"&5632#"/&54>32'64.#"#"&'&465.'&7672l-B- 3i3Pb#   s'wd\  /#` -$-P a k>+^LTT   '`9q5#P&B#HZ12G!/F+%3 P-# j7\^DK@H) <bM==N>DD@?1/(&%%$ +73267#"&5>32'64.#"#"&'&465.'&7672l-B- 3i3Pb'wd\  /#` -$-P a k>+^LTT9q5#P&B#HZ12G!/F+%3 P-# j7\sS@8 -,@/ dd bM==N>Y@SSON@>75#!%$ +73267#"&52#"5476>32'64.#"#"&'&465.'&7672l-B- 3i3Pb!5 j 'wd\  /#` -$-P a k>+^LTT+ %#=9q5#P&B#HZ12G!/F+%3 P-# j7/\#D@ )< ;:9KPX@- b UM =M=>@+ bU UM=>Y@DD@?1/(&  +27#"&#"'632>32'64.#"#"&'&465.'&7672;%-%-';#-+n;'wd\  /#` -$-P a `__ `9q5#P&B#HZ12G!/F+%3 P-# j7\#T@$9 .-<;:KPX@7   b UM =M ==N>@5   bU UM ==N>Y@  T TPOA?86$"%$ +73267#"&527#"&#"'632>32'64.#"#"&'&465.'&7672l-B- 3i3Pb;%-%-';#-+n;'wd\  /#` -$-P a k>+^LTT`__ `9q5#P&B#HZ12G!/F+%3 P-# jFY@  N.KPX@> Z  bZ U= = N =L >KPX@: Z  bZ U= N  =L >KPX@> Z  bZ U= = N =L >K/PX@> d Z  bZ U = N =L >@< d Z  bZ  U U =L >YYYYY@WTKJIDBA9860+(%#YY(! +672#"/&54>76'.#'3!26&#!"#&7>76'.'&723!272'.#!"   }<RTH?R+b91q;KPX@?  d Z  bZ U = N =L >KPX@; d Z  bZ U N  =L >K/PX@?  d Z  bZ U = N =L >@=  d Z  bZ  U U =L >YYYY@ URIHGB?>652,'$!WW  +2#"5476>76'.#'3!26&#!"#&47>76'.'&4723!272'.#!"{!5 k };QTH?S+b91q;;q3VS4K8H+ %#/Xu'!^!70#X' ;{ {;  ?H;V!ZAyq@ A=pl@0db  UU K  >Y@omgfc][ZRQOIFE%cb*!+6320#"/&5&"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&%    >p-79+q==q-79+q=<hBq-89+qAAq-79+qB   ';{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/ok@ ;7jf@1db  UU K  >Y@&iga`^XUTLKHB@?:832/)'&  +2#"5476"&#"#&7>754.'&723263! 74'.'&723263"&#"#&7>765&% X!5 k =q-79+q=>p-89+q=;hAq-79+ qABp -79+qA+ %#{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/!J3l@<8kg @-  UU K  =M>Y@jhba^XVUMLJDA@%cb%+73267"&5%"&#"#&47>754.'&4723263! 74'.'&4723263"&#"#&47>765&% !%" 1WX>p-79+q==q-79+q=<hBq-89+qAAq-79+qBm;#\^J18 bJVVG{; ;{T^dU{;  ;{׎Ր{;  ;{{; ;{X-/HfB,@)<e =M >%$ +&54632'"'2'>54#"546+!5 P q7Dob ;F^/ )% fZ;B " Y)+N*HN; U @eU >Y@    +2"=62'>54#"546'%D 7Dob ;F^/;- =) Z;B " Y)+M+R7f O@L < ;:9QM=M >    +27#"&#"'6322'>54#"546;%-%+%;#-+o;b7Dob ;F^/3`^^ `Z'%'%+267#"&'4'7327327#"5{}7`m#7-/4FC#w9RfbVH}?fV=`} #<@9<;U=N>"    +!"7463!24'7327327#"55#7-/4FC#w9$.#/^H}?fV=`^ '?H@E/+6<*;dbV=N>'%*)# +462"&%462"&632#"/&544'7327327#"59N99N9Z9N:8R7   #7-/4FC#w9)99)'99')99)'99   '>H}?fV=`F":S@P*&1<%; dbV=N>970.)'!   +2#"5476462"&%462"&4'7327327#"5!5 k 9N97R7Z9N99N9#7-/4FC#w9F+ %#P)9:('::')9:('::H}?fV=`''@ < ;:K#PX@#UM ==N>@!UU=N>Y@&$  +27"&#"'6324'7327327#"5s;%-%+';#-+n;#7-/4FC#w9`__ `H}?fV=`!#;@ +'2 < &;:KPX@-UUM == N  >@+U UU= N  >Y@:81/*("!  +27#"&#"'632462"&%462"&4'7327327#"5s;%-%+';#-+n;9N99N9Z9N97R7#7-/4FC#w9`__ `)99)'::')99)'::H}?fV=`#Pq ?p9K/PX@% dUK =N >@# dUVN >Y@8740 "" +#"&'33267&#"&47>7674.'&47327Pks9 }TP  .8= }C =8/3', eL ?5/ qh}k9DC:nBD(     'FA,8*    'CBD ?c9K/PX@UK =M >@UUM >Y@8740    +!"&5463!2&#"&47>7654.'&473276  .7=  |C =8/3', eL  ?4/  . /EBD(     'FA,8*    'CBEo@ <9K/PX@#dbK =M >@!dbUM >Y@ >=:64)!+632#"/&'4&#"&47>754.'&47327    .7=  |C =8/3', eL  ?4/    '9BD(     'FA,8*    'CB@m9K/PX@$dbK =M >@"dbUM >Y@9851  +2#"7476&#"&47>754.'&47327u!5 j  .8= |C =9.2(, fL ?40 + %#BD(     'FA,8*    'CB;fB R@e =M >Y@  %$ +&54632'"'2#".546+!5 P `_?< B[+D )% fEV%)X "5L;9\9b; Ͷ K PX@Zc =M >KPX@bcM >KPX@bc =M >@bcM >YYYY@    +2"=62#".546'"D `^?< B[+D;- =)EV%)X "5L;9\f{N!@ <;:K PX@#YUUM >KPX@"eUUM >@(eUUIMAYY@ !!  +2#".546727#"&#"'632m`^@;B\+D;%-%-%;$-+o;hEV%)X #5L;9\`__ `1h 2+@( :U=N>$*'%+267#"&'32654.'&54632#"&54&'&7672#{}7`mbNL+%)B)\l圶}/PXRfbVu~aXl#;"ȱT7  }1h} 1/@,U=N>/.$"   +!"5463!232654.'&54632#"&54&'&76725JNL+%)B)\l圶}/PX$.#/^u~aXl#;"ȱT7  }1h3"H>@;<dbV =N>FE$**(" +462"$462"632#"/&5432654.'&54632#"&54&'&76729N99N!9N:8R   #NL+%)B)\l圶}/PXZR99R77R99R7   'iu~aXl#;"ȱT7  }1hF"HF@C dbV =N>FE;953)'!   +2#"5476462"&%462"&32654.'&54632#"&54&'&7672!5 k 9N97R7Z9N::N9NL+%)B)\l圶}/PXF+ %#P)9:('::')9:('::u~aXl#;"ȱT7  }j/&2F@C.$<9M=M=M>1/+)#!  +2'>54#"546'64>762#"'4&#"726'7Dob ;F^/-)&%joZ P}wn}Z@(bM=M=M>Y@20,*$"  +2#".546'64>762#"'4&#"7267`_?<B\+D-)&%joZ P}wn}FV$)X #6L;9\;#y!|}:%m5ՠs1h%5@ < ;:K PX@$UM ==N>@"UU=N>Y@32(&"   +27"&#"'63232654.'&54632#"&54&'&7672;%-%+';#-+o;NL+%)B)\l圶}/PX`__ `u~aXl#;"ȱT7  }1hEb@_ < ;:U UM =  = N  >CB8620&$  +27#"&#"'632462"$462"32654.'&54632#"&54&'&7672};%-%+%;#-+n;9N99N!9N97RNL+%)B)\l圶}/PX`^^ `R99R77R99R7Zu~aXl#;"ȱT7  }q OwK/PX@( dU K  =K >@& dU  VK >Y@GA?>431+)( "" +#"&'33267"&"#&7>74.'.'&7232637>.'&723263 kr9 }TP .F){'F 9eK/- Z%!!+')Qb(qi~j:CD9ny= =y3 " a> #A91-( 0G'/Y OjK/PX@" UK  =K >@  U UK >Y@GA?>431+)(   +!"&5463!2"&"#&7>74.'.'&7232637>.'&7232635 (F){'F 9eK/- Z%!!+')Qb( . 0Xy= =y3 " a> #A91-( 0G'/YV@  K/PX@&dbK  =K >@$db UK >YY@ NHbR)! +672#"/&'4"&"#.7>74.'.'&7232637>.'&723263   /F){' E 9eJ/-!Z% !+')Qb'   &By= =y3 " a>  #A91-( 0G'/YPtK/PX@' dbK  =K >@% db UK >Y@HB@?542,*)  +2#"5476"&"#&7>74.'.'&7232637>.'&723263b!5 k E){'E 9fJ/-!Z%!!+')Qb'+ %#y= =y3 " a> #A91-( 0G'/YAN@ E  K/PX@9  b  U  U M =M =K >@7  b  UU  U M =K >YY@MKHFA?7540-,$#   +2#".546"&#"#&47>764.'&47232632#"3 4&#";`_?<B\+C#Zw)@9+q==q-7-Z'/fŅu5-u7{hLFV%)X #5L<9]}R1 9}dU{;  Gsj6HL^ A1f9J(6@3< ;dbINB*!+6720#"/&'4462"&%462"&   -:N99N:[9N97R7?   &x)99)'::')99)'::f9J"6@3dbINB!   +2#"7476462"&%462"&!5 j :N99N:[9N97R7J+ %#P)99)'::')99)'::mjs@ <d[)! +632#"/&54      'H=\#Qz@F<) @#dddQM>Y@ %&+#()$%$ +73267#"&5632#"/&54#"'#"&5%267&546323265'67Nl-B- 3i3PbP   Ī=)iR`JXD5N/%#%0Xum^sk>+^LTTm   '%&+#%%$+73267#"&5#"'#"&5%267&546323265'67Nl-B- 3i3PbpĪ=)iR`JXD5N/%#%0Xum^sk>+^LTTj`׸P !/VpZkJf3N!'otˁ)'HH=yL@A7$ @$ dddQN>Y@DB=;53(&#!%$ +73267#"&52#"5476#"'#"&5%267&546323265'67sl-B- 3i3Pb!5 k Ī=)iR`JXD5N/%#%0Xum^sk>+^LTT+ %#j`׸P !/VpZkJf3N!'otˁ)'HH=Z@W 2(< ;:bU UM>53.,&$  +27"&#"'632#"'#"&5%267&546323265'67;%-%+%;$-+o;Ī=)iR`JXD5N/%#%0Xum^`__ `Ӣj`׸P !/VpZkJf3N!'otˁ)'HH=Mk@hB8% <;:  bU  UQ M>EC><64)'$"%$ +73267#"&527"&#"'632#"'#"&5%267&546323265'67Nl-B- 3i3Pb;%-%+%;$-+o;Ī=)iR`JXD5N/%#%0Xum^sk>+^LTT`__ `Ӣj`׸P !/VpZkJf3N!'otˁ)'H 0@@= <dbM =M>/-'%  *! +6320#"/&'4"32# 7>3    k'Ų{VVr   'P-j{h'vF*=@:dbM =M>)'! +2"&5476"32# 7>3 6 k 'Ų{VVs*  %#P-j{h'vG@@= ;4."<dbM =M >'&''&'*!+6320#"/&5432676!"5>54#"#!&56;'&54$3 -   T@V#z#L@V!#E   'Lw)R y{RӨbu N-w;fAI@F5.(<dbM =M >=;42,*#!  +2#"547632676!"5>54#"#!&'6;'&54$3 w!5 j T?V#{#L@V #E+ %##w)R y{RӨbu N-w;ZDB>@;6/)  <M =M =M>'&''&$%+73267"&5%32676!"5>54#"#!&56;'&54$3  %#1VYT@V#{"K@V #Em;#\^J18 bJVVXw)R y{RӨbu N-w;PN'.K#PX@ e >@ d[Y@   +2"5476!5 j '+ %#;'d K#PX@eM >@eIMAYY@   +2#".546`_?< B[+D'FV%)X #6K<9]Rb3@IMA  +!"#"5463!2+F! %, 2Rb3@IMA  +!"#"5463!2+F! %, 2DL; @IMA   +!"7463!2\ #L+/jL @IMA   +"5463!2##;##0#.HL @IMA   +"7463!2#d"##0#.HL @IMA   +"7463!2#d"##0#.{^@GK?+#3#3PPPP^ /@,SGK? +!5%!5//ZZZZ@:[ +"&54671PdJkJZAwTfq%=F)<@9> +2&'>54'&5461PdJjIZAwTfq%=F)<@9[ +%2&'>54'&5461PdJjIZAwTfq%=F)<@ 9> +2.546/>ZJgI cJ:+K7%k!f\oh#@:[## +"&5467!"&5467+1PeJjIZB1PdJjJZBwTfq%=F)## +2&5>54'&'46!2&5>54'&5461PeJjIZBm1PdJjJZBwTfq%=F)54'&'46!2&5>54'&5461PeJjIZBm1PdJjJZBwTfq%=F)## +2.546!2.546,/=ZJgI cK/>ZJgI cJ:+K7%k!f\o:+K7%k!f\oXJ$9@6 <UM> $$ +2632#"'#6#"&4632&746y%5J-B@/ͅ``#^^~/=?-ɉJ5I1T>V9PyfP9V>T1IXJ@F@C=3*(& < UM =M>@>%#&#%%$&" +#"'632#"'#"&547#"&4632'6#"&4632&74632632J@/ͅ``-BB-ɉJ3'%7I+AD(σ^^~/=?-ɉJ5'%5J/V9Py}P8-+;R/LH3R;V:P qfP9V>T1II1TR@IMA +462"w "+7^{H @M >$" +74632#"&{F$'D'#?C{ @M >$$$"+%4632#"&%4632#"&E%'D'#?C'%>D'#?C{ #@M >$$$$$"+74632#"&%4632#"&%4632#"&{F$'`%>D'#?C'%>D'#?C'%>D'#?C{H @IMA$" +4632#"&{F$'10 YWSQFD@>970N1N.,(&"   $" +#"&546322654&#"%32654&#"4632#"&27'#"'#"&5463232654&#"tRgqHhRl9#Dx17#NwHHpqqJftXge/3bZJuXdn)P@+#: NyF"HqPw}a{Vm^B=d=JJIbFGCTfy!n'+wV HKdFGu  #/;Gfr@RN IH%$ qoki^\XVQOHfIfFD@>:842+)$/%/"   $" +#"&546322654&#"#"&546322654&#"%32654&#"4632#"&27'#"'#"&5463232654&#" uRfnJhPn9#Dy2tRgqHhRl9#Dx17#NwHHpqqJftXge/3bZJuXdn)P@+#: NyF"HqPw}a{Vm^B=d=J-w}a{Vm^B=d=JJIbFGCTfy!n'+wV HKdFGD@e >  +2#"7476=!5 j D+ %#D$@!e >  +2#"5476#2#"7476L!5 j !5 j D+ %#+ %#D,/@,e >'%,,  +2#"5476#2#"7476#2#"7476R!5 k !5 j !5 j D+ %#+ %#+ %#qwB@ <e >)! +672#"/&54   7   &^XB&@ <e >)'(!+672#"/&54%672#"/&54      7   &   &qB&:'@$10. <e >)'(')!+672#"/&'4'672#"/&54'672#"/&54        7   &   &   &^/B "+&'&'50767u3)3s1u ! u2^/B "+&'70'6ju3)3s2v !!u1%) #/;L@I410;852:9<3:769UUIMA$$$$$$$"+%4632#"&4632#"&%4632#"&4632#"&%7   'E%';A)%=F%';B)%=E%'$,$,+2"'.'.544632#"&2"'.'.544632#"&wR? - 'F%';A)%>R? .(E%';A)%=HJL;qA`_) F;RLf%>D'#?CJL;qA`^) F;RLf%>D'#?C^3D+7C7@48)=#<bM =M >640." & +#"54767>2#"5&'.54632#"&67654& 1!Ti5Z =D; zT -.9oF%';B)%=+m9N!#PZL)11/+`7##@*) ZEN1%>D'#?CaDA 3Z2^J'5K1PX@ K>@GK?Y@  +!5/ZZy5lz@wxmMA bW6+ <db `U  U >}vtpnge_]VTQOHF$'&'#'$!+%&#"&54632.54632>2#"#".'#"&54>%&#"&54632.54632>32#"#".'#"&54>&#"&54632.54632>32#"#".'#"&54>h,GG!h$ !f>y7)O,(( *&-Qy,GF!h %! !f y7)P, )' )&-Qi,GF!h %! !f y7)P+)' )&-Q% M #h)xM#A5-9gm2!/2% M #h)xM#A5-9gm2!/2% M #h) xN#A5-9gm2!.3!!@ d[ +3#VTTZF'3[g>@;b` M = M  >fd`^ZY,%$$,% +"&547632"=47>54&"4632#"&"&547632"=47>54&"4632#"& ->1bZNFAR!=5pm1bZNFAR!=6pmD'#?CZ) #!')/fSPL?1?(7^Z^Ɂ;gEfN%>D'#?CZH"JVC@@bbM =M =M  >US$,%$, +2"'.'.544632#"&"&547632"=47>54&"4632#"&Q@ -'F%';B)%= ->1bZNFAR!=6pmD'#?CV) #!')/fSPL?1?(7^Z^Ɂ;gEfN%>D'#?CD"IUC@@bbM =M =M  >TR$,%$, +2"'.'.544632#"&"&547632"=47>54&"4632#"&R? .(E%';A)%= -=1bZNFAR =6ql;F%';A)%>DJL;qA`^) F;RLf%>D'#?CV) B')/fSPL?1?(7^Z^Ɂ;fFfN%=C'#?Cy;,@)<deM>&""+'327632'47'jx5+DhG+]193/阗 !'!\- 4@2 #K(PX@,  ZbZON  >@3  ZbZ UIK?YY@ 0/('&%" 43#! +4"3252632#"'2&! '5437>54&/"=7RTTRTX'/?8d`5?21@5`NMNNs͇n+'''%--$'WWBF 9K*PX@eM>@eIMAY@  +72.5464632#"&/=ZJfJ cJ*E%'D'#?C?5 NK1PX@QM>@UIMAY@      +"2>54&"&54632;+:=JhjfP4b`FdɅŠ7o'%KPX@!bU =M>KPX@bUP >@)b`UIL@YYY@ *2+2"&4&"&7>=4&4.#&76721##1#s-<=>B+% }9"1##19!;   77DF":K PX@!dSIL@KPX@dSM>@!dSIL@YY@ 2$+5!'673547623#&"&7>q?3!s f-;=>B+1Pu )F19!bwd@ @SUQ>Y@ "$$"!+4#"'!!632#"&54632726;: -N #?qxh=!5B=%FZ^+!!U\1 ,@)<:UIMA)$%!+4#"3267#"&5467672};9V5=+upm`/?H7V+0 ugNPF'/?#/>'X'rK1PX@eU>@deIMAYY@  +"'6733!#67+"+%+d\E1-)'H7 ŞOP`= !.S@ " @UIMAY@)'    +">54&#"&5467'&546323254.'FbR)1;Pd|{XgCs{TJr!OP1''LPJ-N)'-TXJ+7^?xNZ3i# 7`DTNg/=6m!'7R+ J@ <9K1PX@QM>@UIMAY$%!+727054&#"46325$7".}=9V5=+sol`1dp 3D^'-)sfNPHBuR'/?1I69= gK PX@GSK?KPX@SK >@GSK?YY+3##5#5353dPP7PPH/7@GK? +!5/7PPP'/@,SGK? +!5!5'))FFEEJ`  "+467&JubHDf)oIfsum5L  "+'>54&'7LfBGau-musfJ':)K PX'<KPX'<KPX'<'KPX@!bM =M>KPX@M =M>KPX@!bM =M>KPX@bPM >@&bUIL@YYYYY@ B%:G" +54#"&#"&7>=<."&#&7672>32&#"&7>i1K5=BT=?# }9^1#@=U?>3Ë\?=  ,0&E=?5 /@,UIMA      +"32>54&"&54632;+:=Jhjf3b`FdɅŠ4@1<:dIK?  +"&'676&#"&7>54&Uo#!=o=33+ )(/C '- 41 3!\)&{@ %72!47>54#"$olZX_h% !ZN@gP5iPZBnDLl5 qO}?\Lo+ ) +N11D@A.<b``UIMA#"$)&&+4&"#".54>32#"&5463232654#"&76}/>A  'qRP^i=g}:+M;Z! /%! 77?:R9\Rh.*"%EX}&DF",@):dPK>2$+5!'6735476323#&"&7>q?3!s f-;=>B+J1Pu )F19!bC@@ <bSUIMA"$$"!+4'"'!!632#"&54632726;: -N !Aqxh=!5B=%FZ^+!!UN# ,@)<:UIMA)$%!+4#"3267#"&5467672};:V6=+uql`/?H7V++/ ufMPF'/?#/>'X'3@0<deIMA  +"'6733!#67+"+%+d\E1-Z'G7 ŞOPT1 !.3@0" <UIMA)'    +">54&#"&5467'&746323254.'9bR)1@UIMAY$%!+7327054&#"46325$7".}=:V5=,rnm`1eq 4D^'-)sfMQHBuQ '/?1J59==B CKPX@OK >@GSK?Y+%3##5#5353bPPfOOH/f5KPX@ K >@GK?Y@  +%!5/fOOP')@&SK > +%!5!5'))HHEEJ`  "+7467&JubHDf`oJfsum5L  "+%'>54&'7LfBGau`mtsfJ?BJ/D@A, <bUIMA +)&$  / /$ +%327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *5!?1TC1/!P@{59]u -FJC@@<USIMA  +27#"&4632!4'"PRL)Xy}jwZ!5e-G X!wq#Z3N?V2/?J *@'UIMA   +2#"&5464&#"3267ywZB9J`D1JJ{mkyymb!^BJ8@5:< UIK?EACCC +%&#"&4726&'&'&#"&47>767'.'&472776&'&4727kk'),J)BI7 R +J-I)!2es**JHJ+ JT +J+I*&8!!Vf!!;w<!!uu!!V'Jj@"USIMAY@  +"'632#"&'!654'&3267RL)Xy}kwZ\ 5d-H X!wq#Z3NV19 !K PX@$S  SQM>KPX@&SQM= K >@$S  SQM>YY@ ! $##" +3264&#"4632#"&%3##5#5353utwwuɋƎu??馦ȌƮ??9 %@"SQM>$##"+3264&#"4632#"&%!5!utwwuɋƎ%^馦Ȍo?3?i@f  =<:<  bbU  UIM >7531-+$#"  ?? +"3232=7.#"4"'676;3>32#"'&#"67 =57 V< VK% !##!"/9'; a44##`'o4GN6%5/ /%7-/!s+8_@\* 10  < Z U  SSM >8863/+(%"! 3#2+#3#32�'54;265#535#534&+"=7;!.+"v:N8?8.C@+9obPTfT^))+4^TfT39*'F%DC@=  be U  SSUM>Y@&?>=<987631/-)'#"!  DD +%2327"'&#"#"&5476767#535#53>7632#"'&#"3#3!6=[=B=DT{d|yvspmjhgfdb_][YLJGFDB###,BS""+ #&4#"#"=7632>=732'#327'732654&'.54632.#"#"'&#"'#"5#!"';2&#'54;2h=  )V< RsL D5m -'<7- =7aBp\uD=IuW/^BDbAZNLb)nB`R [asb32m5L 5i +'V$ Dje174 jg'%'^T$<7LE?_39H5b5^qFK98'#'EV:Zu$6MLRV%%-`6C@@<   USUM>65302$# +!3#3#"'.'#&5;2>7!&5!.+&537) 82)%#+K+ 9|]-)7>R[8*)&-T71f)1!5\B1!Kq581E!%!1,O9!1AZ-!1=BRKPX@9  b VP == M= M>@<  b  b VP = M= M>Y@PNIG=<8731.,)'%# BB +!!2+'&54'"&547632327&5#"?6345.'&76724'&#"3276 Z)^3XK`}I3 )%TZ!;iA9VNjd_P#33/.,+)'"'"+?3632'#"!!!!32>7#"'#573&547)7?Jw'F'yHh1!*?+P5 /J&HJZlXm#5!)?f $5T@SRP <98: 9KPX@*UM=M =M >@(UUM =M >Y@ 2T7&+&,% +4 6732'6>7632#"'32>54+'67632!"&#76;277'6jsLX :DIYJARK/'KhH#!s)`o1 :\ e3%b 7^p4X~:D4:!wlw7!j}Tn'!Zn&mu KNWu#T5 r)-=CJP@}C L<  U   SUK =M >KKDDKPKPOMDJDJFEB@?>==;42-+*('&%3#3!+#3#!"';2�'54;27#&535#&5354#"#"=2>7632)&#"!654'27+w V+`7.m1Lj]+]+V & @f%NX-'Fd9#7 7117RV%%Vq7d7RV$cd  F\,L @ 2-"+ ' 654&#"3265#"&54327327#""&54632#"74654&#"3267Vl+#L dVT^VyV1bd -)y^Hs\f\9HFy<$f%6yjJ)>l%%5TyG FFT- 7"{HTl%%5TyG FFT- 7"{L^23BG'?+R_@BY7'?bZXgLD$"+%"$57632'!"32672zX}ϋپ# 'hhgc~lӽ'JǮ[f XFCiwZ# +5 3.(#"+ '&32'!"32674&"326%462"&ZN}d  $ZB}N𺃞g' ^FGI>;Jywwy%v +yD<{X$9[X<9TV9VyyVTxxq%3@ @ <60) "+ ' "&54632#"74654&#"326732>54#"4632#".Vlg\݃d^;F Hy%'f%7=s`''/J%^X\Ϩ{lXn!eHT:!"/ FU<+.;ALZIob%wY]bq%T ;2 "+ ' "&54632#"74654&#"326732676727327#"547#"&54?654#"'632Vlg\݃d^;F Hy%'f%7=s: ))!zf -)}ZJjqF5< /){\JeHT:!"/ FU<+.;AV/'5sTR)7#}D +y-6M)7%{B Z<GQ OJD?"+#&#".7>54&'.7!272#.+"3267>"'.4&"326%462"&?s;B  s?@r   6*%9hJ}: 11 RFGI>;Jywwy9{; 11 <{{; 2v PV9FR1Z {5%7/%9[X<9TV9VyyVTxx1\@/"+&'"'>3264#"''7654.54>727#"'67\Nvyk{wJ=->j6bsչD}^?ÅPReQIZ"`qd2uTo^Zmr\_+H1<;nTkL|h1f7J?fPLPu#hT`^koQ7f-GPLI*"+%&#"&47>5!&#"&47>54&'&47327!4&'&473276#?s ;Bs?C@s͍ s??s ͨs@@r;B s?= ={; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{m T. "+3674#"572767332327#"&547654&#" T )D )i=7-ɋV)f+u%5V."r1; 3  =hZ'%y#2+/vJf0-/2T87"+>732327#"&547654&#" '5?674#"5727673((`ɋV)f+u%5V."r )D )i=7-t " R8_ =hZ'%y#2+/vJf0-/2,R1N1; 3  D="+4632#"'%&"'76232654/&54?&#".fP+9y=%'7'P=%1?#7))yN-F^Lbw>ۚRJ15/D'7d{H!!" a#TXN/FPN+skfH+) Dm&"+7654&#"27"&='674>32N5%h\JR'ubPD[)NZ@VK|%NjBIh$yo-5R}TdFy{فu-CHFD"+4.'.737#"'.&#".7>5.'&47327#u 15?  s?/')3   15? ͕  s? Z> ! HK+ 2  1 A"?5 !yHK+  11 BV-R2 w.>yFD@LXc @ `[RMFA8$"+#"&546323265.+"=7!254632#"'.#"#"'&#"!"7463!22#"&5464&#"326PNm'7! ;# R/ R!PNl'7! ;#+H# pZ %ۃywZB9J`D1JXוG1''?!b9/]'yTjזH1''?!b)'6+L)+-{mkyymb#y; /< 80%"+4.#"3276;2&#'54;"'56$3 32>54&#"7Za3dNhJD)3>5R{sV!>bR)T)'$  V}?i^M/+'''̚LX1'"3+JTjD&+7 3-('#"+632327#".#"'>7&7>3 32#"3F{wqTmE"uZr?!ZP8sVsZynb,(kV=H><=)Q3bvѱbP-jQ/qDZ"+46327632327.'.+'%'&#"'&#"'762>5#"'>54./װVN-' !)LO $)8^@#,'b14&s!#F9)F5#%1%= N-wDd/5'XB) iziͨ'(B`+/B`/%%1IӬZJ:'#o7fs3J=/ZX-G` =6#; 7D @84"+4.#"327673#"&'&#;2&#'54;"'56$3 32>54&#"7Za3dNhJD`Rm9V)3>5R{sV!s)'$  V}?i^{\+ `NM/+'''"3+-D90zY4-"+&#"#"/4.'732654&'.54632 #"'';2&#'54;2767=4#&=73673#"32&#'54;254;!v->/>H"hX4 = >X57F55-TrZ#  1f   =  / N=^/xX3"+;2�'54;274+"'7!'.57.+" #"'';2&#'54;2767=4#&=73673#"32&#'54;25= ) ?h!-'13'/"X " {R #P,a %!# )#/' Z+ " 1  1)%C    D$% /  >TrZ#  1f   =  /ND("+%#!"54764#!"'673!627!267>)'7hZ'>! R5TZ13mr#>,NwNT u F  Z9D2, "+%32676!"5>54#"#!&56;'&54$3 T@V#{"K@V #Ew)R y{RӨbu N-w;Z952,"+7#"'47!23254&'4!'.+# 54T? #{#@VFv)Q {xR%Өbu~ N,v;㽍M(="+!54&#"327#"5432FmqpoF%uy'- =yB="+#"&'#&'+&'47>54&5467'&547367&546?2oN3-0*'@%*KNR>NF2|"T!1LQ:Pq4/Z^7`L5Hs3=?1N'/\7DZ_VLV8Zj%w?N  '%#) "+23!7!654.#!"&546?3JmI2 X/1s))PZJU3L) H;yTR;g)R?BR \+yo*""+".'#4&54767>54&'&546?32߃!,#6N\-4'%^ZF)1Nf}+ ` ˉT n=P !!%DTo "++6'4&57!"74>?3!2 RǏ%13%TFH%AD-}+?!F/@)-TH5 '&" "+&#'54?>54&/$72462"/1P3-TLGgGGg )% //')H5 =%fgGGgG` ^ @ E# "+"654&!"654&!"654&&54632327&54>32&'#"''"'#'67&54>3232)8wb3;:P7 ;7ds6fV^DVyfjy!O8DQ_P`%ٓRT?^PQ4fAB{%bt2w1Vv2/Vhhg/^w!K_=fe3˴uJRuBpXh{>doR5Sm@j82<>:: db``   SUIMA76MLJFDC6S7S#"$)&& +'4&"#".54>32#"&5463232654#"&76"&5676&#"&7>54&BVTT/=B 'qRP^i=g}:+L;Z! Vn#!=o>33+ %  68@9R9]Rh-+#%FX}%'/D '- 31 3!\N*\@)B Y  @D b  b  `  `UTU Q>Y@ XVSQOMIG><64.-%# ** +'"&5463232>72!47>54"4&"#".54>32#"&5463232654#"&76BVTT$olZX_h% !ZN@gP/>A  'qRP^i=g}:+M;Z  5iPZBnDLl5! qP}?]Lo+ )+%  68@9R9]Rh-*#%FX}%}P#Al@i&  <,(: db   SSUIMA%$;:8421$A%A"$$"% +'%4#"'!!62#"&54632326"&5676&#"&7>54&BVTTך;: -N #?qxh=!5B=Vo # =o>34+ $EZ^+!!V'/D '- 31 3!^R#J@I :  @>   bb  U  TSUQ  >Y@%$EC=<9842+)$J%J"$$"%+'%4#"'!!62#"&54632326"&5463232>72!47>54"BVTTٚ;: -N !Aqxh=!5B='$olZX_h% !ZN@gP$EZ^+!!Vq5iPZBnDLl5! qP}?]Lo+ )+LR5U@2> A ;:  @Nb``   bUU  S  U I M AY@TRPNJHDB@?&#"$)&&+'4&"#".54>32#"&5463232654#"&764#"'!!62#"&54632326BVTT/>A  'qRP^i=g}:-M;Z! ;: -N #@qxh=!5B< %  68@9R9]Rh-*#%FX}% $EZ^+!!V1R+&Fs@p/ 2 ,+  < :d  bS T S  U I M  AECA?;95310.-#2$+'5!'6735476323#&"&7>4#"'!!62#"&54632326BVTT?3!r f-;==B*;: -N #?qxh=!5B=1Pt )F19!=$EZ^+!!VP#AR@O&<,(:dSUIMA%$;:8421$A%A)$%% +'%4#"3267#"&5467632"&'676&#"&7>54&BVTT};:V6=+uql`0?I7V+Uo#!=o=33+ / ufMQF'/?"0='f'/D '- 31 3!`R#/C@  :9 <@8bSU U  U I M  AY@?=42%#"$$"% +'4#"'!!62#"&546323264"3267#"&5467632BVTT;: -N #?qxh=!5B=};:V5=,uqm`0?I7V+$EZ^+!!V / ufNPF'/?"0='}N%2PY@V5& <;7: dSUIMA43JIGCA@3P4P-+$" +'">54&#"&5467'&746323254.'"&5676&#"&7>54&BVTTvbR)134+ )PJ,N)'-TXI+7_?wNZ3h# 7`DTOg/=6m!&8'/D '- 31 3!RR5@Wd@2XOC; @?b``U U  U  I M AY@76_]VTJH6@7@#"$)&& +'4&"#".54>32#"&5463232654#"&76">54&#"&5467'&746323254.'BVTT/>A  'qRP^i=g}:+L;Z! bR)1@9bSU U  U  I M AY@%$MKDB86$.%."$$"% +'4#"'!!62#"&54632326">54&#"&5467'&546323254.'BVTT;: -N !Aqxh=!5B=jbR)0;Pd}{XfDs{TJs!PP1''$EZ^+!!VOJ-N)'-TXI+7_?wNZ3h# 7`DTOg/=6m!&8ZR6C@7."KPX@'bU UQ >@/dbU UIMAYY@><53)'  +'"'673!#67">54&#"&5467'&546323254.'BVTTM+"+%+d\E1-ebR)1;Pd}zXgCs{TJr!OO2'&6'H8 ŞPPOJ-O('-TXI+7_?wNZ3i" 7`DTOg/=6m!&8w!9@6< :9dIK?!! +'"&5676&#"&7>54&BVTThVn"!=o>34+ '/D '- 31 3!?'@  <K >8 +%&#'54?>54&/&'5737}5@TD33DSD1/' )) *-/#  )) )+; 7*@'0*)<UK >/+J42 +%;254&+"&#!'54?>54&/&'573!7y5@Gw7@Gu3AS1D35BTD03.a1-^q/% )) *-/%  ))  )+? E.@+>87)#<UK >=9J4442+%;254&+";254&+"&#!'54?>54&/&'573!7}5@Iu7>Iu7@Gw7@Gw1CS`B51FSB23.a1-^q3.a1-^q1# )) *-/#  ))  )+?KE@BHG943<b U =>KI:3+3 +0%36&/"'5737#"'&+"&#'54?>54&/&'573R3#3A %9' !P?u1DTD31FS%)-3!)) +;4G-^q1# )) *-/! )/:@7-<b U>/.3 +0%36./"=737'./&=7R1 #!@!%7)F'7+ ')-#' ++)?34P' +VKH@EI/*<b U =  >KJ@?;8.+C +0%36./"=73!7&#'54?>54+"'./&=7R1 #!@!dD16?TD3w-7'F'7+ ')-#' +) )+q/' )) *-^+E34P' +! YU@RW("=76 <b  U K =  >NMIF<8'# YX42 +%;2'4&+"-36./"=73!7&#!'54?>54+"'./&=75@Hw7?HuBR1 #!@!/D13BT1D3w)5)F'7+ 3.a1-^')-#' +)  )+q/% )) *-^-C34P' + ' fsf@cUD5-=c<  U K =>hgnkgshra^ZWTEB?:74.+(%$ fd    +%3254&+"&#&#'54;254+"'&+"=7232$3#" 6+"=723263373737#";2&#'2'4+"3ZHw8?Hw8\UTuu`3#FN+ R3  1#sA UTSw7@TutJu5@;a1/`i3.?)a`&<34G3'#1-^''`i3.);a``i3.?ar^@[^]OI4/.<  b  ` U K  >qoeca_NJGF?>7634$+073276&/&=7372&#'5437>'&"2&#!'54?>54&/&'573367674'&'#"? '; PX-)Vtfe '7%  %% D33DSNuyZN^+u)C%) ++ 9=).m --1i-) *-/#  )`zj(~m ^!`T@Q"RM83 <  b  `U  L  >VTQNKJCB;:744$"+573073276&/&=7372&#'5437>'&"2&#'54367654'&'&7 ? &< PX-)Vufe '7%  %% yfRZ))C%) ++ 9=)'m --1i--j(~u !r_@\5/d_JD<  b  `U K  >hfc`]\UTMLIE40,*&%  +3254&'%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Tlw4C= ? &< D16?Ts '7%  %% yfRZ5;).m{ a/# ))C%) +)  )+q/' )-1i--j(~u !y f@cC="rmXRQ <  b  ` U  K >vtqnkjcb[ZWSB>:843,+('&#  +3254&';2'4&+"%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Rlw6A5@Hw7?Hu/ ? &< wD13BT '7%  %% yfRZ5;).mwa/% 3.a1-^s))C%) +)  )+q/% )-1i--j(~u =(,@) !<dZL >3C;8+4&/&=7373!2&#!'5437>53CSD1#)\1+BPC;//#  )) )+m- +5Fb ,@) <UM>   + '&32'!"3267M}d  %ZB}N𺃞f' ^%v +yD<{X).-@*,<UM >.-&# +3 4.#"'263 !"$#'54?>54&/&=7f_CkPLM98'&D33D3m7#ʓXa) *-/#  )!DW@TC <'!  4/<  b   UL =>DDA>#35%34 + 3%&#'5637>5#"'2&#'5437>74&/"=7>/#Z#/>b>3R7  EE5@yKB1M /<!)'1e7++#2G%3%++89-) 09@6U=M = =N >+*!$" +4632#"&"&#"#&7>76'.'&472263F%';B)%=-Z%-/#Z--Z%^" Z-V%=C'#?A=y7 7wy8   87 4@Lg@ -'@UUK >Y@KIEC?=97,(J31 +4+"3254&/&'573!7&#!'54?>54632#"&%4632#"&\XNVVNXk'1'J'V'/'Jj'1'{E%';A)%=jF%';B)%=ZZ\]A+)''R-,'').%=C'#?A)%=C'#?A7 4@LXdx@ -'&@!  UUK >Y@ca][WUQOKIEC?<96,(J31 +4+"3254&/&'573!7&#!'54?>54+"3254632#"&%4632#"&%4632#"&XNVVNX'1'J+'V'/'K'1'XNVVNX}F%';B)%=F%';B)%=E%';A)%=ZZ\]A+)''R-,'').AZZ\]%=C'#?A)%=C'#?A)%=C'#?A7HTf@# A<;@UU =>Y@ $+:%(3.H+4&/&'573!776&'"'5737"'.'#"&#'54?>54632#"&'1'Jm#- ##P uKd'#<3%V'/'K'1'F%';B)%=+)''1#B_X;#)% `J/+3%Z-,'').%=C'#?A P>K PX@==>K PX@==>KPX@==>KPX@==>@==>YYYYA/!+&4723263#"'.'.73267676&h'X !%/#  #b#  !!!    % -+)i2$6     - 3/JJsHTi@.(A<; @UU =>Y@ SQMK@=C.9%!+4+"'.'&=73776&'"=73!7&#'54?>54632#"&JX!1>#>1mE#- ##PuK8'V'/'J'1'F%';B)%=Z+5J/+3) )'1#B_X;#)'R-,'').%=C'#?A  Uam@HCBQ*$@'    U UL =>Y@ ljfd`^ZXGD;953)% U U31 +4+"325"=73!07&#!'54?>54+"'.'&'573776&4632#"&%4632#"&XNVVNXuL'V'/'Jj'1'X'f&#>1mF #- "#FF$'ZZ\])'R-,'').AZ \J/+3) )'1#B_X;##%=C'#?A)%=C'#?A  amy@TON"]60/@+    U UL =  >Y@$~|xvrpljfdSPGEA?51! aa3331+4+"3254+"325"=73!07&#!'54?>54+"'.'&'573776&4632#"&%4632#"&%4632#"&XNVVNXXNVVNX$uLn'V'/'J'1'X'f&#>1mF #- "#F%';A)%>kF$'=@/b`  U U K >Y@}{tp_[ONB?<;0/+(- +%>?654'.'#"2?>&/&=737&#'54?>./&"&#!'54?>54&/&'573!74632#"&!#G'-H1'VVk! }  ! `@9F7+B''mE w hD'1''1'JToF%';B)%=; 53D9Z\# ''-H =< ''!'').A+)'%%=C'#?APO8@5 = = = N >KJIGFE98!! +6?6'.723263"&"#&7>/&"&#"#&76?64./&'&723263h} Dq %f!%^wd d#`R!55w-#`)'I#sh`b%b!#D Z   y  +L-3     &)Ndv@a\IDC-'&@-b`  UUK >Y@{yusif`]ZYHE98,(L +2?>&/&=73!7&#!'54?>./&"&#'547>?654'.'&=7374+3254632#"&! }  ! `@Z'V'/'J v hD!$H)/F1d>wX';D7;D3XF%';A)%>3# ''R-,''!'# 73F; '%^Z+F T+]%=C'#?A)dw@a\IDC-'@1b`    U U K >Y@|ytshf`]ZYHE98,(L +2?>&/&=73!7&#!'54?>./&"&#'547>?654'.'&=7374+3>54+"3254632#"&%4632#"&! }  ! `@'V'/'J> v hD!$H)/F1d>NX/?35D'1'XMVVMXPF%';A)%>E%'+76'.'&7672"&"#.7>+M [/\%Z# \/1Ovj1 &9u5  5HZ'@$bM=M>$"$$!+%'"&5432#"'&#"3267{Ͷ:%Bdw?1hR++E͝P@L<o@*bb=M=M>Y@ "%$%%+%04'&#"3276'"&5476323274'.'&7672'&54!;iA9VNj`}I3%TZ3XKF$FbRŬ^Jwχwfs(&9NLN9=F.1^Z8@5ZXOMB@76,*%#* +&#"&47>76'.'&767276327632&"&7>76'&#"&#"&7>76'&#"q%L8FT-)R T JhwV'RN'wu%L{AVmP%}j3u3 7sT)Z<R=u5 5u''u5 3wq0A0@-UM > ?=64+)0 0  +2!"$#"# 4>$32262>54.#"'4&#"32>u?' !!#+l!AfqNGqLj>B>hRkCfX1Nqpf7#VXj+iŽX5E}9"[H2P}Ս!#?G2@/G@?>5#<UM >($ge!+7437>54&/&=73263 #"&#"'%32>54.#"'5>54'&'! ;5.%>76==O}Xj=TEJmP;}ߖRR:RJ/hBfv)%.3 +ׁT!1+fËwзl0G 9Nw'/^mq9A[c?@ XVOM+)9 9  +2!"$#"# 4>$32262>54.#"''>54'&'.576754&#"32>5u?' !!#+l!AfqNGqLj>;(fBBCmv#h%<>hRkCfX!wlB1Nqpf7#VXj+iŽX5E'U9",bl%'œ H2P}Ս)#hb,/?@<<b`UM>  + 6332#"'676$3 +%sɸ1A)' VN%!}n) o\u%!X@ @bUM>Y$%&$$+76732654&#"#".54632#"% 1Lp/@ 7%DO< )% )!Py"+3!!#4.'563NH bR{bkm)/DP)=D "+&'#52>73=km)/CNH cR{cy"+%#67!5!&'3NH cR{bkm)/Cd+RF "+5367"#&djm)/DNH bR{bdf#"+&'&'3#67!#&'&'567673)L#;#P}uuSyZ+RhiymdR+TL}w{P!>%ITb6\NWX/3N5fm5N3/\XLa9\dR!# "+567673&'67#&'&'5b6\NWX03N5gm5N3/\XL`9]L";#O}uuTyZ,RhiymdR+TL|w{P!=%JdT"+''>'77LP:*"O%6FK:b!&(dX  "+&7''7$77FL:b"&(7KQ:)!Oe-T!"+'67&7&$7KQ:)!Oې7FK:b"&(e3X" "+76.'67FK:b!&'8KQ:)"O$y "+3!3!!#!#4.'563NHJ0J$bR{bPkm)/Dy "+%#67!#!5!3!&'3NHTJ$JcR{bkPm)/C"+3!&'3#67!#g-cRVbTyPLgo\)/J-s!!%#""+5>73&'67#.'5!50)DEgm4=H@;/GOyTb=>RfkmdR 0?PTb-T{PNZZdf+)"+&'&'3#67!#!#&'&'567673!3)L#;#P}uuSyZ+RhizJImdR+TL}w{P!>%IITb6\NWX/3N5fm5N3/\XLa9\Py-7 "+567673!yhabPbm-J3NMrk};T "+!!#&'&'}wfiRbZoTkm֗LL5y-7 "+!5!&'37BfiRcZn-km֗LL5};T "+#67!5;h`bPbmuTJ3NMrky;  "+#67!5'567673!;h`bPbmuhabPbmTJ3NMrkJ3NMrky;  "+!5!&'3!!#&'&'7BfiRcZnFwfiRbZo-km֗LL5km֗LL5y#""+#!#.'5>73!3!!!%7!QI2#)RbffυN"(hJ:UUr3LH;??;Xu%/%PD`deeB;5Jy  1 !"+!73!67&'#!#.'5>73!3!&'3#673LH;UIT;HL3I#)RbffυN"(J.("NffbR)#B;5JJ5;B?;Xu%/%PD`DP%/%uX;J""+!&'3#67!#!5!7!5!3!67&'{#)RbgfЅM"'ItT$JU<3LH;;Xu%/%PC9edB;5Jy# "+!!!!#.'5>7373LH;/#)RbffυN"dB;5Je;Xu%/%PhJT"+#&'#5>73&eB;5Jd;Yu%/%O533LH;#)RbgfЅM!J "+!5!67&'!5!&'3#6533LH;#)RbgfЅM!9eB;5Jd;Xu%/%Ob%N"+367367#.'5dB;5Jd;Yu$/%P3LH;/#)RbffυN"y  % "+!67&'%!&'3#67!#.'5>733LH;;HL3+("NffbR)#v#)RbffυN"B;5JJ5;BdDP%/%uX;;Xu%/%Ph%T %"+&'6767#.'55>73&\B;5JJ5;BeDO%/%uX<;Yu%/%OL3LH;X;HL3h("NffbR)##)RbgfЅN"d "+ ''6'77Q/FS_ _G"9 /"c7P;Gc X_G.CZ96b!/ 7 q"+ '&7''&'7$7&Gb X_G.C[:6b!/ 7 GbS` G.": .!c7PiVr "+%76&7767&$'6GbS_ G.": .!c7Q/G X^_GC[:b"/ 6!eZv"+ 6&'6'70G X^`GCZ:b!/ 7 F0GS_ _G": .!c7Q  "+#3!3!Fn^a!{- G`!"+ ! #&#"3273m J1ߓ1HEJ"/*$"+654&#"#"&547632#"&5432&#"32>^`L3>-"rXEkyhzuneEmF*OB 1!J!L麁hےu`H "+!5!!5!!5Zm\=\/ "+!'7#53#5!!5!73 !;L3(X~m8J00}әlm\\X5w' ' "+"&&54327#"''73254&'~jpFcLFQuubC`g%iZNуGv@QbH"T4%,3xH "+ !30#!"547)\X7w ! 2J1  "+%!#0&473!2wD!ͤH  ;"+)"3!!"!!3!T3ì+=ZZts;\/ & "!"+)"''7&54;73#3#3!%!#"LIBLCT9K0*T12=~D(Ytdsr )r{;{u"+% !3#!!;\ɦ ={\{qodn1:J#nZ"+!2#!5!267!5!.#!Z3R>+!usLd7 & "!"+!27+'7#53#5!&#!!.3267R3LIBLC8L0*T12픕Dٱus *{Me;ys"+ !#53>7!5!.+5\ɦ >{\spodo1:I#o;VF""+4&#!";2&#'54;254&+"'523!2726?+;2&#'54;2-1-n7P5q45=AB54&'&7232633!254&'&723263.#+5qAAq+75-qA^^Aq-57+qAAq7Bz_{A A{o{A A{{A 1D"+.#!!2>7!527 -'Z5-`^>1V/-:')!HCR\Ec? -''!^/"+!5ZZ  "+!5!3!!#5!i^b^)j[h[ZZu "+4632#"!!#!5!3<)';7+-Xh_b_R<2#"#".'#"&54>#3!#'x%+#D%'wJ ?1]4%#//2-#"5^L%Z)y!/H[)L?3% Ay; '5;!)  "+4&"326%462"&EHJ=;Jywwy9ZX;9UW9VxxVTyys}"+"&462/VCCVDCVDDVm-  "+ '6753N}jR#)6:BOPy PN- >) "+ '67534&"#".54>32#"&5463272654#"&76N}jR/>A  'qRP^i=g}:+M;Z! #)6:BOPy P%! 77?:R9\Rh-+#%EX}%1- /( "+ '67535!'673547623#&"&7>N}jR?3!r f-;==B*#)6:BOPy P1Pu )F19!L} ,%"+.#"326&#"327#"#"&54632;5T^fwfH3!$H/)5fc( "۽Jh{ĚsE fdqZJ9Dw=ZhnL} / '!"+.#"326%4&#"3267#"#"&54632325T^fwfH{fH/)5fc(^e}×۽Jh{ĚsEỉfdq9jǕJ9Dw=}hn"+3!!h\="+7!=EM>AZ= "+6505!&'7!!&' KTeAdTGMFfj F)R-HA{Zmh/ϝP "+6765 &'7%%6'bD)c3N\K3.:WFg"*C24FWRc=aK3ObYSeU3"+#3ZZ%  "+#'731Zy1ZP3 z16% "+#3#3 ZZZZG) "+##'7373q1ZZJ1{ZZm4E`VOJ1|Ug"+##3#lklsy"+%33#3`lgkil^s`"+3#4632#4.#"iɗh#q`tNujDz`o"+3#"&533265hɗi"q`uoMMujƲ;#"+%4&5%2#"&#"#"&546232O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?;#G<*"+%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&546232P-?5%#=TVj1>1>I'1)O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?RR 4%!.C/D2&-?;#Gk `N<*"+%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&5462323P-@6%#=TVk1>2=J'1O-@5%#=TVj1>1>I'1O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?RR 4%!.C/D2&-?RR 4%!.C/D2&-?R;(3> 94/)"+&547!2#"&#"#"&54623267>54&'4&54֦*-?5%#=T z1>1>J#.4%!.C!72&-?ъAjHQ : "+4632#"&4632#"&F%';A)%>F%';A)%>'%=C'#@B%>D'#?Cs "+>3232672#"'&""sZBW\85w jK#BZX=7~"hADDE dwDBTAs"+>3232672#"''&""sZ3232672#"'&#""!5!5ZBX\85w jL#BYX>7}#)hBDDF dwCBTBTddddo1% "+7>3232672#"'&"""'>3232672#"'&"oZBW\85w jL"BZX>7}#ZBX\75w kK#BZX=7}hADDE dwDBTA+hADDE dwDBSo=5"+7>327&""'>3232672#"'32672#"'&''&""oZ)60V=7~"ZBX N 5w kK#%30R65w jL"BZyN%"7}#h@TAhADE dw;DE dwD{TA'   "+&'&'676!5!5/Lw\sbH") {L^s7rydddd"+!!!'!5!7!5!5UNJ4Nddl{dd "+!5!5!5))ZZZZZZ "+!!!!!'!5!7!5!7!5!,^+:mNe+,u,_NZZZ+ZZZtV "+75!&7y``F #-5! FyV "+75!%&47&47v``E -5 Fd; "+&7 &7ZE #-5! FE "-6 EP; "+%&47&47-.7.7vwE -6 EE -5 F"+%'%&7%7 [ANNuE }-6E Ewu\y "+%'7%&47'&47  ӜPNI7MjaME x-5=X F;1"+75!7%&7%7%!!'7KqN^S]A$INB`}-5PR FaF `UhRyH="+7537&47%7%&47!!'7%'/R|NR,; FN>`U FbE s{-5`ePLX+ "+%!".54>3!! 3NPX79X{NNɴV2O\VL+V}PX+ "+5!2#!5! 4&#PPX79X{NN}ɴV2O\VL+V}Lo!"+%!'7.54>;73### fONHY{C9X{NGN?V4dvV%PiVL+V'Rt>Po!"+5!037+'7#533 4&PGN@Sq=9X{NONGU|}V)QdVL+V's @  "+ 32!.>7!!!cA \ Hy8 Os   "+ 32%!.#" 67Ӕ#yÏs !@ ! "+ 326'4'&#"%727'KccJEeeyeKOe|bSQs   "+ 32"&2654'/MgeNy;ߞfT\Sޝg{"+!#3hhs\3"+5!3#37ii\-I.)"+#!5!!hC\\)"+3!!5!Ph'J'\\{"+!#3hhw\Z   "+4&#"2%62#"'!#"&4632>-+;=V5X}\+%Z{}XPoV>>)-;}ZX}wyVIZ   "+32654&"#"&54632!62#"&'f>-+;=V`5X}\+%Z{}XPoV==)-<}ZX}vyVJo"+"&462+VDDVDCVDDVsR?Z #  "+2#"&5462#"&5462#"&546%=C'#?A)%=C'#?A)%=C'#?AZF$'  "+"&462"&462"&462oVDDVCVDDVCVDDVDCVDDVCCVDDVCCVDDVs# #"+"&&54327#"''%32654'DudGz9w9`rk9ߜuLE2ƼY1S3B읖nV+ "+! !@BzFm"+ #3#cVc+G1L5"+#!!oT%Z"+35%2#"&"N+?5%#=-3%!/A5"+#"&5463232>5ߤ7D8!#Q;~7)#3H4<o @  "+ 367&'! #! !X5 5Ǟ )Ѡ7ps}No3q @  "+%! #! !# 5ɘNcM5F7puqTV "+/76Vqő?? >9FH "+56&5Fqő@@L=:;hq @  "+#3 !3# %!!'56Ͱ55kl+Ůp7u9FN+` "+#!#53!5ղ-ZZZ3) $!"+2#5#"&546;4&#"'6265#"#7-b9kP\bmJ;PRkF7XL6Z#AۗVJ)&/_SXc9D3X5MgZ+/-~-qB!}u"+!5#"&'33267 ѿ7 NggyyDdgA`#"+3!53!#FF-e) 9@ 5/@,b` UTM>Y@ 43.,%$"   + $$ "32.#"#&7>7654'&#"&'672ʴ6o8]a(I_!$iI($PW8o7Ga^P&&P99M! O63e) H@ A+@,b UUSM>Y@ GE<:1-'%   + $$ "32463232676&+46?>54&#"#"&ʴ6o8]a)|g]?F (1"* =+a;\c7)T-A< & 8o7Ga^DygcEaC 2WCJ \w@v^a8mEVY>!e) P@ K J @;  b  `  ` U U  UN>Y@ IGB@:842&$PP   + $$ "32"#"&54>32#"&5463232>54#"'>54&ʴ6o8]a&Y4iE\^ ?;Hm|B~$  6;(#TyI8o7Ga^:8.4;(Z3,K% fc4%# 1a> 6;Ee) FҶ@ K%PX@2  bb  U M =M>@0  bb  U  UM>YY@  ?=97/)" FF   + $$ "32'!2+"&#"#&7>767!"'76;ʴ6o8]ax^$7 \$q%$"( Κ !8o7Ga^<TB׿ r+x8A"?Ge) @@"!'( @4   b UU U  UN>Y@ ?=751/+)&$    + $$ "324&#"727#"'672#"&54632326ʴ6o8]am]ETV.KEN P<;n7Xl|>#! =^8o7Ga^&hp!rM e~>&+ e) %;x@ :&@$UUUM>Y@ 0.)'%#   + $$ "3232654.#"672#".54767ʴ6o8]aj gK4L"D.N+@U~p/tR,SW4|o8o7Ga^84xiCH/)a?|aA`6We) ,@%&@-bbU UM>Y@ )($!,,   + $$ "32"'65433!27'ʴ6o8]aP$ "43|P 8o7Ga^/G Oe) ".:E@ ) @& UU UM>Y@<;$#B@;Eeʴ6o8]aG/H@PI1LT`5AkTh^Z@ > L`JdXmITbF#/o)LUȶ8o7Ga^e) %;x@ &:@$UUUM>Y@ 0.)'%#   + $$ "32654&#"327#"&54>32&56ʴ6o8]a; hJ4L"E.M,AT~q/uQ,SW4{o8o7Ga^85yhCI/)~a?|aA`5Ve)".9N^@  @9  b b  U   U  VM>Y@!PO;:0/VTO^P^EC:N;N64/909'b+.#"#&7>7654'&#"&'672 $$ "32"32>76'4&'&"&54632q(I_!$iI($PWOʴ6o8]a0/<('83"(nh8I![3QTP&&P99M! O638o7Ga^$Rt1pwM ;1S}+,wo\,e)"EQ\@ A=;@1   b `   U T M  >Y@SRYWR\S\MLGF@?'b'b+.#"#&7>7654'&#"&'672.#"#&7>7654'&#"&'672 $$ "32(I_!$iI($PWl(I_!$hI($PV?ʴ6o8]aP&&P99M! O633P&&P99M! O638o7Ga^e)".9k@ d N   b `   U  I TM =M>@<  b `U   U  I TM>Y@0/jh_]TPJH><64/909'b+.#"#&7>7654'&#"&'672 $$ "32463232676&+46?>54&#"#"&{(I_!$iI($PWEʴ6o8]a|f]?F (2") =+a<\b7)T-A< &P&&P99M! O638o7Ga^DygcEaC 2WCJ \w@v^a8mEVY>!e)".9r!@  m l K PX@M  b  `  ` `   U H  VM =N>KPX@H  b  `  ` `   U VM =N>KPX@M  b  `  ` `   U H  VM =N>K%PX@H  b  `  ` `   U VM =N>@F  b  `  ` `U   U VN>YYYYY@#;:0/kidc][WUIGA?:r;r64/909'b+.#"#&7>7654'&#"&'672 $$ "32"#"&54>32#"&546322>54'"'>54&{(I_!$iI($PWEʴ6o8]a &X5iD\_ ?:Hm{B~#  (6;(#TyIP&&P99M! O638o7Ga^;8-4;(Z3,K% gb4&" 1`> 7;Ee)".9>i@ c< @:b  `U   U TM>Y@%@?::0/b`\ZRLEC?i@i:>:>64/909'b+.#"#&7>7654'&#"&'672 $$ "32'!2+"&#"#&7>767!"'76;{(I_!$iI($PWEʴ6o8]ax^$7 \$q%$"( Κ !P&&P99M! O638o7Ga^<TB׿ r+x8A"?Ge)".d,@c?:  @ ^ K PX@Nb  b  b  U  U H   VM =N>KPX@Ib  b  b  U  U  VM =N>KPX@Nb  b  b  U  U H   VM =N>K%PX@Ib  b  b  U  U  VM =N>@Gb  b  bU  U  U  VN>YYYYY@0/b`][WUOMIGCA><64/d0d'b+.#"#&7>7654'&#"&'672 $$ "3254'#"'672#"&5463232654&#"727&{(I_!$iI($PWEʴ6o8]aP<;n7Yl|>#! =^]ETV.KEPP&&P99M! O638o7GaA e~>&+ ^hp!r e)".9H^@] I b  ` U T  U M =M>@<b  ` U U T  UM>Y@0/SQLJHF@>64/909'b+.#"#&7>7654'&#"&'672 $$ "3232654.#"672#".54767{(I_!$iI($PWEʴ6o8]a gK4L"D.N+@U~p/tR,SV5|oP&&P99M! O638o7Ga^84xiCH/)a?|aA`5We)".P@O : E@7  b b  U   U TM>Y@0/NKIHB@=<64/P0P'b+.#"#&7>7654'&#"&'672 $$ "3254''!"'67433!27&c(I_"$hI)$PW]ʴ6o8]ayP P$ #+"P&&P99M! O638o7Gaާ[ O/e) ".Q]h@MG) @>  bb   U UH V M  >Y@(_^$#ec^h_hYXSRLKFD=<:421#.$.!   +"654&#"&54767'&546322654/%.#"#&7>7654'&#"&'672 $$ "327Fd%sDN`rf|HCsy`Zi9bp>H=e(I_!$iI($PWEʴ6o8]aG/H@RG1LT`5BjTh^Z@8 N^JdXmITbF#/q'LU|P&&P99M! O638o7Ga^e) 9H^@5 I/ ]@6  b U   U  UTM>Y@ SQLJHF@>43.,%$"   + $$ "32.#"#&7>7654'&#"&'672%654&#"327#"&54>32&56ʴ6o8]az(I_!$iI($PW* gK4L"E.M,AT~p.uQ,TV5|o8o7Ga^P&&P99M! O6385xiCH0)a?{aA_5Ve) +;m@ h P @= b U U  U  I UM>Y@&-, lja_VRLJ@>31,;-;" ++   + $$ "32"32>76'4&'&"&54632463232676&+46?>54&#"#"&ʴ6o8]a0/<('83"(nh8I![3QT|f]?F (2") =+a<\b7)T-A< %8o7Ga^$Rt1pwM ;1S}+,wo\,pDygcE`D 2WCK \w@v^a8mEVY>!t`2#8M7@4<dddeL >=<'b+%"&#"#&47>76'&#"&'$72%472.%".'67=q/37+q=%7{  \@% \@${; ;{\ ]w4yT !\x \_PÚM!~ PÚLh`*2G\<@9+<dbeUK >LK))F+"+4632!2676&#!46?>54&#"#"&472.%".'67>HG>L5@-^B\V=Ed]:#/n \@%¹ \@$hJTEL+fsbVk^3 % +"x \_PÚM!~ PÚLx`88MbY@V32<db``e UM>RQ=<1/,*$" 88 +"#"&54>32#"&546323265!"'>54&472.%".'67T9)&!%'Rh $XFof71'-P5# nڹ \@$ \@%ZV%F.P\=N!3LT+P:.5'  -SZkx \_PÚM!~ PÚL`L/DYO@L)<dd  e  UL >IH43(&"  // +'!2+"&#"#&7>767!"'63%472.%".'67$7V-7973\?=3@ \@$ø \?%r!+D   /-+V#5`+qx \_PÚM!~ PÚLx`H(=RO@L <dbeUUM>BA&$$##" +4&#"327"'632#"&54632326472.%".'679kFwfy })T^/72#^? \@$й \@%19 w !ݜ_;#B) 9x \_PÚM!~ PÚLv`8)8N7@4M9<deUM>B@<:860. +472.%".'67%32654.#"672#".576%v \@$¹ \@%asPt4jFwCbìö5erV8 -x \_PÚM!~ PÚL.URȸ-foJ ?ÕDhwQ-^`o*?A@><ddeU>/.  +"'7433!27'472.%".'67{7'6)RL!{߸ \@$ \@%\GZ`x \_PÚM!~ PÚL`H %1F[A@>,<deUM>'&KJ65&1'1$"   +"654&#"&54767'&546322654/472.%".'67jTl9g+R9-vǰoT7#X\o\{ \@$ \@%ooHmd&nJw-TL+RdӢ`J'us pj8J;w x \_PÚM!~ PÚLz`L)8N<@99M<deUIMAB@<:860. +472.%".'67%654&#"327#"&5432&5$z \@$Ҹ \?%%rPu3jFwCbìö5erV8 b-x \_PÚM!~ PÚLURȸ-foJ ?ÕDhvR.` P$H]rK PX@ D><K PX@ D><KPX@ D><KPX@ D><@ D>K PX@3  db  e UL =M >KPX@6  db  e UL =N >KPX@3  db  e UL =M >@6  db  e UL =N >YYYY@ baMLCB=;431+('$$  +"32>764'&"32%"&#"#&7>76'&#"&'$72%472.%".'67Z'JG-/]==V#M6'=Vo5N}+>q/37+q=%7{  ̸ \@$˸ \@$7Lw\L; -#>n#dAF˪C{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U#G\qE@BC=<  d dd  eL >a`LKBA'c'b +%"&#"#.7>76'&#"&'$72"&#"#&7>76'&#"&'$72%472.%".'67>p/37+ q=%7{  0>p /37+q=%7{   \@%Ĺ \@${; ;{\ ]w4yT !\\{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U2Vk]@ZRL+< db`  e UK =L >po[ZQP'c))F+" +4632!2676&#!46?>54&#"#"&"&#"#&7>76'&#"&'$72%472.%".'67=HH>L5@-^B\V=Fd\9#/>p /37+q=%7{   \@%Ĺ \@$hJTEL+fsbVk^3 % +"@{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U8\q~@{XR 32<  d  b```  e  U L =M>vua`WVQOHGE?<;1/,*$" 88 +"#"&54>32#"&546323265!"'>54&"&#"#&7>76'&#"&'$72%472.%".'67w9)'!$'Ri %XEof71'-P5# n >p /37+q=%7{   \@%Ĺ \@$ZV%F.P\=N!3LT+P:.5'  -SZk1{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U/Sh}g@dO) I <  d  d deU L  >mlXWNMHF?><632(&"  // +'!2+"&#"#&7>765!"'63"&#"#&7>76'&#"&'$72%472.%".'67%8V-7983\?=3>p /37+q=%7{   \@%Ĺ \@$r!+D   /-+V#5`+q{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U(Lavx@u  H  B < d  d  bb  e UU L =M>feQPGFA?87b&$$##"+4&#"327"'632#"&54632326"&#"#&47>76'&#"&'$72%472.%".'67RkFwf{!})T^/71#^>q/37+q=%7{   \@%Ĺ \@$19 w !ݜ_;#B) {; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U#8M\rV@Sq ]<dd d e  UL = M  >fd`^\ZTR=<'c +%"&#"#&7>76'&#"&'$72%472.%".'67%32654.#"672#".576%>p /37+q=%7{   \@%Ĺ \@$*sPu3kEwDbë·5dsV7 {; ;{\ ]w4yT !\x \_PÚM!~ PÚL.URȸ-foJ ?ÕDhwQ-|` @9NcK PX@5/<K PX@5/<KPX@5/<KPX@5/<@5/K PX@6  dddb  e UL =>KPX@2  ddb  e UL =>KPX@6  dddb  e UL =>@2  ddb  e UL =>YYYY@SR>=43.,%$"  +"'7433!27'"&#"#&7>76'&#"&'$72%472.%".'67{7'5)RL!{=q/37+q=%7{  \@$Ĺ \@%\GZ`{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` U %1Ujl@iQK,<  ddb  e U L = N>'&onZYPOJHA@>854&1'1$"  +"674&#"&54767'&'46322654/%"&#"#&7>76'&#"&'$72%472.%".'67TTm9i+R9-yƮoT7 X\o\>p /37+q=%7{   \@%Ĺ \@$ooHmd&lJw-TL+Rf}բ`J'ss pj8J;w{; ;{\ ]w4yT !\x \_PÚM!~ PÚL` J#8M\rS@P]q<dbe U  UL >fd`^\ZTR=<'b +%"&#"#&47>76'&#"&'$72%472.%".'67%654&#"327#"&5432&'$>p/37+q>%7|  \@$ù \@%sPt4jFwCbìö5dsV7 c{; ;{\ ]w4yT !\x \_PÚM!~ PÚLURȸ-foJ ?ÕDhvR.` P$Wl`@]P:<  db  e UK =M >qp\[VTKI@<64)'$$  +"32>764'&"324632!2676&#!46?>54&#"#"&472.%".'67'JG-/\>=V#N5'=Vo5N}-=HH>L5@-^B]V=Fd\9#/{ \?%ø \@$7Lw\L; -#>n#dAF˪ChJTEL+fsbVk^3 % +"x \_PÚM!~ PÚLe) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e)#/: @/b   UU  U M>Y@ 10750:1:+*%$  ## +%24+"=707#"#"&5472 $$ "32`H- 1 F^;D?U1!Gʴ6o8]a33 ""3XZ;()=+8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e)#/Y@HB E U5 @+ U    U SM>Y@10SQLJGFDC@>970Y1Y32"C%+"'32&#"3267&#'54;265  $$ "5432654&#"=77#"326543 N1+DT酄UV4 # .ʴ6o8 1'%1 9'2m ` - #`ll`#  |8o7G! -'#H- ]e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) $d@ @UUM>Y@!$$#$+327#"'6 $$ "32!)96jL99ʴ6o8]aD : 't8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e)&2V@ML   K(PX@4   b   `U U= N>@6  b `  `U U N>YY@SQKHDB?>:8'32C4+4&+"'57327&$ 37+">32 $$ "#"'&"#"'.+"'53254V{ " `6/SRJ$ ^rʴ6o8 P17j  ^2''e]a=2#ww! {N78o77BB!}B?[& ae) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e) DK%PX@M =M>@UM>Y@    + $$ "32ʴ6o8]a8o7Ga^e*/;F@ , @/b   UU  U M>Y@=< CA@5b` U UM= N>Y@65<:5?6?#*$%2 +4&#'"5'672632#"''653254&#" $$ "32b+{9PG\ocZ7!eE+I2=ʴ6o8]a='$ 5Vw3ls1 'LPH=jzȶ8o7Ga^e)*5@ K%PX@/b UU M =M>@-b U UUM>YY@,+20+5,5&%   +2"'.#"32>7'"&546 $$ "32\i35 )%7^!/K%> 'Vy}+ʴ6o8]aR7;/#wsX3N!ywyb8o7Ga^e)+7B@)%$K PX@G  b `b  bU  M =M= N>KPX@@  b `b U  M =M= N>KPX@G  b `b  bU  M =M= N>K%PX@@  b `b U  M =M= N>@>  b `b   U UM= N>YYYYY@98?=8B9B324$!"" +&#"367#7#"&5463254&#'"/672 $$ "32DD=< ?}- F@f{nX.+{:ʴ6o8]a/Pl1%D;to+T=(% 5V?8o7Ga^e)%0ѶK%PX@0U S  U M = M>@. UU S  U M>YY@"'&-+&0'0!   +27#"&4632!4#" $$ "32RK)Xy}jwZ!5d-H5ʴ6o8]aX wq#Z3N@V18o7Ga^e)2>I@ ,'&@=bb  `   UUU M  >Y@@?FD?I@I:9433#""%"#!+#"=4;4632#"'&#"32#2&#'54?> $$ "32yV@X?/)%3Z y5+ o1 Eʴ6o8]ay7#"'7$5 ##8o7Ga^e)3HS_j@- &  4" @L ZU U  U  U I   U  UM>Y@.a`ge`jaj[ZUTQOLJHDCA970.,* 33 +"'&#"#"'3272632#"&547&'47&546326722>54&'&#""#"4#"32> $$ "32 9VF+J%= y:5ˉTui?>FVF/1A%)o+1EL))9Q #v34w'"Tʴ6o8]a?BVc+?5/8`b?LJC?D9BJTf7)#)Af+!r9H ?8o7Ga^e);GR@ :5 @9  b `  U TM= M  >Y@IHOMHRIRCB=<9872$9"+632&#5437>=4#"2&#5437>54&#'"5'672 $$ "32\R N1 f1L R5}#+{:ʴ6o8]ah%% \ %% !='$ 58o7Ga^e)'3>KPX@4bU T  M == M>K%PX@6b`U T  M = M>@4b`   UU T M>YY@54;94>5>*2 +2"&4&"&7>=4&4.#&7672 $$ "321##1#s-;==B*% }9|ʴ6o8]a#1##19!< 78'8o7Ga^e) )5@K%PX@;b` U U  M == N>@9b`   U U U= N>YY@ 76=;6@7@10+*'%#!   +2"&5464&#'"5'672"&5432265 $$ "329=#5# +{9)-=-P+'+"ʴ6o8]a9;"""{=(% 77Յq-3'3;uI8o7Ga^e)HT_@ 6=.)K(PX@C b `b`   UJL= M>@A b `b`   UH T M>YY@VU\ZU_V_POJIA><;53-*32 +4&#'"/672676'"=77&#'54/&#"2&#54?>5 $$ "32B+{:OU3D =. `8L/FL1M\% N3}%|ʴ6o8]aj=(% 5V#`3 "" ;VD!!)- %%!Z8o7Ga^e)*5 K%PX@-b``M =M>@+b``UM>YY@,+20+5,5J +4&'&#&7672&#"&47> $$ "32* jF5-VZ+5ʴ6o8]aF  5R/L!!%h8o7Ga^e)YepK PX@XTS:!<KPX@XTS :! <KPX@XTS:!<@XTS :! KPX@7  b   U  TM =M>KPX@0  U  TM =M>K%PX@7  b   U  TM =M>@5  bU   U  TM>YYYY@!gfmkfpgpa`[ZWVROEB@?97;$9#"+672>32&#5437>=4#"&#5437>=4#"2&#54?>54&#'"/672 $$ "32XRt`1 N1 g/G! N1 !h1L R5} %+{:ʴ6o8]a7jj&D!%% !T%% !\ %%!='% #s8o7Ga^e):FQK PX@ %'<KPX@ %'<KPX@ %'<@ %'KPX@4b T  M =M= M  >KPX@- T  M =M= M  >KPX@4b T  M =M= M  >K%PX@2bU T  M = M  >@0b   UU T M  >YYYYY@HGNLGQHQBA<;B%:G"+54'"&#"&7>=<."&#&7672>32&#"&7> $$ "32h1L6=BT>?# }9^1#@=U?>39ʴ6o8]a‹]?>  ,0&D=*8o7Ga^e) "-K PX@'UU M =M>KPX@)U M =M=M>K%PX@'UU M =M>@% UUUM>YYY@$#*(#-$-  +2#"&5464&#"326 $$ "32ywZA9J`D1I-ʴ6o8]a{mjyylb8o7Ga^e)*8DO@8 @5  b  b   UUV M>Y@FELJEOFO&*9$%2 +4&#'"5'672632#"'&#54?>532>54&#" $$ "32b+{9RCVse?/ R6| #eE+#/C/D=ʴ6o8]a%='% #7^jq)%'_H> VDjuV8o7Ga^e))5@@ <);K%PX@6b  bUV M = M>@4b  b UUV M>Y@76=;6@7@$(9""" +&"6632&#54?675#"&54632 $$ "32HD=:t % L1 3B;h{o`/lʴ6o8]a%PI!'%37so6N8o7Ga^e).:E@ ,('.K%PX@0ZU T  M = M>@.Z  UU T M>YY@<;B@;E54&#'"/672 $$ "32RHL;# 1% \; %#+{:ʴ6o8]ay@5 H %% ='% 18ٶ8o7Ga^e)*6Aӵ)K%PX@6bUU U  M = M>@4b   UUU U M>YY@87><7A8A!-(# +332654'.4632."#"&#"& $$ "329-*+9)9wTIrNo70NR5%533DNT+!`{ʴ6o8]aL)%''N1#AX#P;+'%%-8$9MH38o7Ga^e))4@ KPX@+ U M = M= M>K%PX@) U U M = M>@' U U U M>YYY@+*1/*4+4%$%#"#" +727#"5#"=4326=732# $$ "32 +'/!FXfR;-N ;ʴ6o8]as""H}w1FK%8o7Ga^e).:E@ .)!@/b   UU U M>Y@<;B@;E@+  b   UK= M>Y@:9@>9C:C43###(33# +.#"=737+"674#"=7307#"#" $$ "32˦ P'p  @H+T- !ʴ6o8]aB5 ##  3  ## Jg8o7Ga^e)GS^@GBA+&6  K(PX@.b   U K = M  >@,b   U  U M  >YY@UT[YT^U^ONIHFC@>$##383("+#"'.#"'577"674#"=77"#"' #"'.#"'577 $$ "32R# w` N&q 5 ty 8R+T1  sp ! 72lʴ6o8]a /) ""  3  "" If/) "8o7Ga^e)JVa:@)   UU S M  >Y@XW^\WaXaRQLKCOCC+&#"&4726&'&'&#".7>767'.'.732776&'&47327 $$ "32kk')-J)BI7 R +J-I)!2es**JHI+ IT+J*J*'ʴ6o8]a8!!Vg!!;w<!!tt!!8o7Ga^e)=IT@=87/K%PX@3b U U M = N  >@1b   U U U N  >YY@KJQOJTKTED?><9("$&##8!+#"674+"=7307#"#"&54632327674'.#"'5737 $$ "3236 T/X 5';7+?)+ &9(ʴ6o8]aw  9 !! Nr7-#%o0e- !I8o7Ga^e)!-8ζK%PX@1S U M =M = M>@- U US U M>YY@/.53.8/8)(#"  !! +326?2326?!"547#"'653 $$ "32w0ݗ70- l +N-+fʴ6o8]as (R!3#^N fo?n8o7Ga^e)$0;zK%PX@(U U M =M>@& UU UM>Y@21861;2;,+&%$$  +"32>76'4&'&"&54632 $$ "320/<('83"(nh8I"[3QTʴ6o8]a$Rt1pwM ;1S}+,wo\,޶8o7Ga^d+$@@ >"?#@% S M  = M>Y@ &% <;8630.+%@&@  $ $ +  2+"6754'#"&5#6!2+"6754'#"&5#61ut6 %J{M 9!oB| %JyM 7 mE+stR#3!+ ++ +!D/7!#3!+ ++ +!D/7!d+,H@FGK PX@3bU M = M = N>KPX@2bI M = M = N>KPX@3bU M = M = N>K(PX@2bI M = M = N>@0b UI M = N>YYYYY@.-DC@>;863-H.H'$& +  2654&5472!67'+47>54&#"%2+"6754'#"&5#61ut%' n%H>K 13D\[Zmn %J{N :!mF+st!;@?  b  Z U U V  M =N>Y@;:QPMKHEC@:U;U#&)$"%)+  632#"'&#"32654&'674&#"327>322+"6754'#"&5#61utRF!!@?j1J!y=}f>h_ORs)1H'T #H{M 9!hF+stR=N 1@5\L%-iR\9R9@;>;#%R#3!+ ++ +!B17!d+0L@J KK(PX@;  b  `GM =  M = M>@9  b  ` SG  M = M>YY@21HGDB?<:71L2L0/#23%+  4#"#>7'!+"6354'#"&=37#2+"6754'#"&5#61ut!cj)=' L1 !ko %JyM 7 mE+st{+@f +) dH#3!+ ++ +!D/7!d+(D@!B C %$K(PX@G  Z  b  ZU UN =  M =N>@E  Z  b  ZSU U  M =N>YY@*)@?<:742/)D*D#$$"&+  #"'&#"32654&#"7!57!62%2+"6754'#"&5#61ut>A/'>hyn?& + 5@ %J{N :!mF+st`HZ'!-^ZD#3!+ ++ +!D/7!d+(D@BCK PX@@  bb  Z U M = M =N>KPX@9b  Z U M = M =N>KPX@@  bb  Z U M = M =N>K(PX@9b  Z U M = M =N>@7b  Z U U M =N>YYYYY@*)@?<:742/)D*D&&$% +  "&=6364.#"6%53262+"6754'#"&5#61utk5T=8r,V7L;/qc1^on+ %JyM 7 mE+stTgt'/'>/#@/)RuB#3!+ ++ +!D/7!d+4@ 23K(PX@3 Z bN = M =N>@1 Z bU M =N>YY@ 0/,*'$"44   +  33!"5#>2+"6754'#"&5#61ut#̓mF\+$-# %JyM 7!mF+st%;Q 9H)-#3!+ ++ +!D/7!d+*5Q@OP+)@0Z U U M =N>Y@76 MLIGDA?<6Q7Q1/$"   +  %2'&5464&#"32654/6#"&546%2+"6754'#"&5#61utwh4)Z;sHTxpDdV{}dP;\-VR7 %JyM 7 mE+st\+L1F+-\9PTDb5 %i3ZNy?^8+Jq/`w>=/i#3!+ ++ +!D/7!d+%A@?@0K(PX@2bU M = M =N>@0b UU M =N>YY@'&=<9741/,&A'A)%$% +  472#'327>54&#"%2+"6754'#"&5#61uth7U=:}s'`CJ@3ݝamn %JyN 9 mF+stgt'/6I2@/)򒏁#3!+ ++ +!D/7!d+#H87 @5   b Z U  I UM>Y@"%$ DB;954-+$H%H##   +  2#"4>2654&#"2654&5472!67'+47>54&#"1utD=9+;'ffh' n%H>K/3F\[Zmo"+stdF`c39Ln:ŏ!;  b X  U S   U M =M>K*PX@?  b `  U S   U M =M>@=  b `  U  U S   UM>YY@=<0/NLHGBA7654'&#"&'672 $$ " $5"54  3254S%BV ^B$!GNDFѰ0f0~RUM38H#  #H65E G16ؽC~BҰ.~9Q?C4Y\1=JU`@=b  U UU S   UM>Y@LK?>][WVQPKULUED>J?J))F*"+463232676&'#46?>54&#"#"& $$ " $5"54  3254Sp\T9>y$-% 7&W5SY2$L(:7 "DFѰ0f0~RUM38=m]Z>V=t-O;D Tj:jTX3a?NO8tC~BҰ.~9Q?C4Y\7CP[f@ 21@Lb``  U  UUU  V M>Y@,RQEDca]\WVQ[R[KJDPEP?>980.+)#! 77 +"#"&54>32#"&5463232654#"'>54& $$ " $5"54  3254"P0^>SU 85Abp;q  /mKnADFѰ0f0~RUM3852(/5%Q.(D! \Ys." hh w15>нC~BҰ.~9Q?C4Y\/;HS^ζ)@Bb  U  UUV  U M>Y@2JI=<[YUTONISJSCB767#"'7673 $$ " $5"54  32546i T 2 R f!!$ TDFѰ0f0~RUM38J2<Ī ['  &T2# 8;C~BҰ.~9Q?C4Y\)5BMX@  @Eb  U  UUUU  V M>Y@DC76USONIHCMDM=<6B7B&$$#$#"+4&#"327#"'632#"&54632326 $$ " $5"54  3254T>LL(D>H| K24d1Paup7s   7T;DFѰ0f0~RUM384]eM E [r7#' |C~BҰ.~9Q?C4Y\ #.<R@ Q = @5 U U  U  U UM>Y@  GE@><:53+)%$##   + $$ " $5"54  325432654.#"632#".54767DFѰ0f0~RUM38d ]C/DG6F':Lqf+iI(KM0pdC~BҰ.~9Q?C4ض3/ul^%QL%rW9oW:{Vt0NY\!.9D@@>  b  b  U  U U  UM>Y@&0/#"A?;:54/909)(".#.  +"'6743;27' $$ " $5"54  3254H!  0-oH zDFѰ0f0~RUM38t+ s e/C~BҰ.~9Q?C4Y\ !-9FQ\@ ( @7 U  U U  U  UM>Y@*HG;:#"YWSRMLGQHQA@:F;F54/."-#-    +"654&#"&54?'&'46322654/ $$ " $5"54  32541@X#f=CXrg\n?RfmVR^3[i5?8XDFѰ0f0~RUM38@+B9L=+FqLX/9cLz^VP9B FVBYNDLX=!+d#FN{C~BҰ.~9Q?C4Y\ #.<R@ = Q @5 U U  U  U UM>Y@  GE@><:53+)%$##   + $$ " $5"54  3254654&#"367"&54>32&56DFѰ0f0~RUM38 ]D/DG6E(:Mqe*iI(KN/odC~BҰ.~9Q?C44-vl_%QL%rX9oW;zVt0NY\"7GS`kv3@ K*PX@LbbUUU  U M = M  >@Jbb   UUUU  U M  >YY@/baUT98$#sqmlgfakbk[ZT`U`ONIH?=8G9G.,#7$7'b+.#"#&7>7654'&#"&'672"32>7674&'&"&54632 $$ " $5"54  3254%AU ^B$!GNT*+ 7$#2 .%c^3AR.IL;DFѰ0f0~RUM38H#  #H65E G16 Ki-dkE 5-Jp7ו'(ldR(C~BҰ.~9Q?C4d+^K(PX@UM =M>@UUM>Y@    +  2#"26&#"1utD=9+fgj+stdF`c3-Tŏq"+!!pqq"+!%!!p+FZJq"+%!^J'ZLq"+% !F^{3%"+&2"+7 {3$Jtu/ZHo"+!Z1oZLq"+ %!uu/={4Z"+_Z"+ L{37E_;I&"+ ;non;I&"+  no nd!   "+4632#"&    6mzVX{zYVzsaX{{XV{{tsnao"+ i!;=d! "+    6sasnad!# @  "+   32 &546   654s?'su梠ٟіd!"+  ssd!  "+  26&#s!sab  "+  %"3{ssb  "+   65bsar߰d!  "+  4& !sys!d! "+  " 65!s!aVsnd! "+   6&#$'spa݅saVdB"+"3Bs"+2#sdj "+4632#"&732654&#"dfhsj>uOVqwPLxhmdoTtvLTuuP  "+%!!%uo   "+432#"  654462"X+=32&547'"&#"632#"32#"'32673&547#"&%#"'3>54&'27&#"#"&' >32737%%'&'."72654&"&547632>32#"&#3>54&'&'&'&#" 32>7676767654%#63232632#"&'"'&5472654'"'&=#"/#"&54;."32>54'62&7#"'>324>7#"'674#"326767#"'&54632763262654'''3%5Xb:ChJ1+Ld4R/7CRP#)=P6?5%)b`J-1L}9 590lAXo57B;=:Ed^^{H{Hyfm{q7Re/SO/s<TsuR)V=>5fXXIB%"R`3F5%AFF !''!#3' )ed>F=R%^E=B9f1N?=;-m !''!LD=)57( sE;ZN-'65X!-%6 5  #\w!'Ps!)J+13) \' 9K1-3/-91>N,%7R#%# ?w-/JbPD')f B1-;-\ !/!;+HN}y%&A? :W4RbN)+u98-)nDlsF/ B!2-Ei?m+ RH+-I\ Bf=715fh~%pF7# =\!5+)! 9m-3XK~'D09D^;ͤ \#e TXD2,99kd#-+5%u&!>9# 4PDT 9+ '%9;0= !!?;7o!$ +/C6/? --% B+#l#'#- +!!#1^0L D6%"+6432##"'.'&547327>32327+%5&54675%632&'"'ph]5L+Dυ?ZJ^eXZLt. H/-<)=F>97=0)-;=BmZk$1H)$5#Th/ )1X*.Taoy@~wqfb^V>4.,"+26323 +#"'5#".#%72654&#"#237&547#"7#"'5327'74#"3262654#4!"3 "32$54'#"&VH9=jJw^%F3fR')%^DZ1RCI7|GDa>N q7$HK\3YSb#!4"#PJ'.5m';Nb5Ru!?KN5L;_)6%%!?#!5HZ:+1+eGPR}+1+L y =Pn#3gMA)/  Vh`F1Hg5#+-1Fm- ` "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e `)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  ; (0 @ /+&! "+ 5322654#"332&4632#"$264&"a\{%j<\X!/!11!-B//B!\Xx:Nv:A--A/hB//B-}'/9TX@VUI:72.*$ "+ 5467&'73'7>732  6462"64632#"232'"'#"&5''>7'͜0P3(5/ / # 2G)) V! $?%G#6E)  ! t-> e=)HH%---)'9F#V '#T^X}&.8JO@LKH@61-)#"+ 5467&'673637267  6462"64632#"27#"&5'&'77'#ǘ3+/ /5)3R/G))yoC)0Y?%OB,!E9  #;b3>-v 'HH%---)hVBF#Dp9;4TO}4>F@ EA<7- "+%7"&'32?67' 5467&'67326373673264&#"264&"5 ;F ,=S%?Z1)CXǙ5+/05)3R0o  )!!)I;9oD#FDWh #;b3=-ϲw 'h----R 1 "+  654#5&''7&'#5367'7675373#'J+Rdu533##'#53+dхsdgfb>fk`sٰ`͏Β97Rmm9V69{^^wf "+%&54323##'#53  654ٰ`+^^͏Βs "+#"54?#53733# 654& uٰ`'V__͐ϑw# "+  6 5432'>7'&'+fP4=Ƈ+ZZDjwϒ^%E-TTF7d8%"+"#"&54632!257'4'"=46;27>54J?')%-mE e-y }{  POX_k7++-%^3 7 #@%+ !%ŃP0"+732+>32'&5476'4&#"'#"546;b/%+LuiD9Fu_Lb7iyy29V{wNh<hbɜDj?%%"PFu O="+%32654&#"4&+"=73737337#";2&###"&547##'54;25=1+>:1/=1>H9'B':=1nJ:BOTP9o7DD7)DD/+'Xd'+/Z'>W=XbdR%m%Z;?-4"+#'#53'5$4'"'254"' &"$27&#"3wc!9D65BD HB-7G3^^]';BiLR%RL!'dB;^d} "+%''%24&#57>/d ^4˿)Vh)Rh' J +fheH#P.."+4 #"'&546323>32'654&#" F@ncHZV-nT{qyJ #7RjV}T/kTXIi}dùd罢\j|G@d 5/"+ 654&#"./&#532276?673#"#"546DۢߢL`:-Vj:@BAFEH;B9jW-7^P{ٚqۚ٠T!\iRalq)++-mlaRda!Dޖ$ǖdZ"+%&'5 %$ 56%632#"'}up`ՒfehcSxuVL +cJJc-(`NN`( d;N ,@ @ 3-&! "+2654&#""&54676! $!""32654&'2! %'7!27&546\}X\y`i1Z%ېŰ\}]X}U'X?ېǽ'XZ}{Z^}R`E'F<`ZXy^\T+D;bPh <5"+"2654&3267#"&547>&#"#"&54632&54$32V{{{wF3?e?-uPA׏-B`Ʌ3#h}Z^{{\ZJU+;'kV#{uPurŷdo?1"+%64''4''4'?6?6?6?&''67&'4'P>\5{1}=HZ0?5X-Dy!pq++-+;{6?#Ejv 19q4@%RF@%FT^%qs;Bq1{S#^yHV=C+LJKVhu#/($ "+"5463!&74632!2#!7654&#""5463!2#!Cm鞚oX%" fh} !!%#3qaѕho#8f;jkHf#0#7Z7"+?6?6?32=7'73254/&54''4''4ZX/?3UN)e^)3 !)J343{:^^^Zww}1'41 #JHc@%TH@%7Ff"+&547'''7"'772 -V5RPhR-wpsbTmPs%RRgR)V%yZI0"+$4&#"2'4'.'7?>32#"'+532>7. '.[Is`=}XTP!#3?F{7.D;M7eyo%ZJb7+k3PZP3.  ɰ}jh3276727672'&""/&"#"/&#"^   Z    5\   Z      7     7  !!"+&5#'#5373?3#fuFX!LTTu3ƅ :^) ^L}""+"!5674&#"#"&77#".h?dh%2+iJXhdm^Jf+/u++?@>K>ouju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ323'674'.'#"&Pw+f9_?LG{t/"qZy?_&`l+3N!'}7/FZ%!^KP}f"+2#"&54632#"&546`o7kqZNj9Tq\/P3^KBZjm\n^JCZmP}f"+ 5 2#"&54632#"&546qko7kqZNj9Tq\5PT^KBZjm\n^JCZmfc"+>54&#3>32'>L1%f\7^NVo#@7d)D\NkO< {b "+53%#3GG54&'7#" 67"'"&54>7>2'7;/#"&#"327"&54632#"5'>'#"54>767>54#"76727254#";&BW)#)A#BC5HK%lB͐P9N!D?\PN}r8-- , 1  #-`9dVEBQ)&1% +%6Q&-F=7oA ,5Td _? )-\$L7BXZPPiC?_5)   FJNJN?)BBEAKZB+T 1  ;J'5 C D9w   1 6&"+"32654&.54632>72#"54.'.563/HH/+LBLJbqRLtdH3k l#u+)-5h!-!uLfLG8;DmNPplTPf 扮Pg!M-m))h1N&,"@!w'f)6DL @ IE>8/*"+%&54326323##'#53'&'3##'#53"327&7&72654&#"654œvxٰ`z]_x`9ɕqZheYYq˔nYeKKKZZ^^HH^^͏>F|=?Β>~{_x{a`|xwy%4>M[@ UNKC:5+&"+%#"&'#"5432'>767'&'";&5467.>54762'67&'326&#0 P4=Ƈ+C+ZZDjxxɕ)mnM P3=6'5ߓK'o˓m^%E-TT4j F7ϒ )]t"u!t^%F zFL!*`xw.>MX @ SNEA4/% "+#"'3##'#53'&5432632'>7'&'%"327.5467&26&#">54&hZQ;C``TU`P3>LJ+ZZDjwӓɕ%"LWRI""˓! KRTN[[OO[\! __ ##^%E-USF7͐>gf?JAadE/./^]}'1,(""+&5432'>7'&'3##'#53" 654&J9<ˆ-17\Fj{a:+Z)G-TT͑C7ͅ``ӑJ "+ 6&   #yH#yJ #/ @ *%! "+327&7&#"32632#"''"6326&#"ӑSLKTppppqpqKSӑSKH&q&yGGFGkkk/*&#&JP#+ *&""+3>32#"&'##"32 6&  6& f>yy>f>xw?##ewwe'bsytbc##J 7' &" "+ 6& 32!6$32#"$'!#" 6& #5#H#y娨\#{?"+232632'"&/4632>8I'1BJd %? J#YYA )fZJ+"+22##"'".'#"&5#"&547.54>7&54632>@+- BX^9g%J/!j+  & -\% Z@RP1#)1Fiy5LR !93X#h5< =8'  m3;A )`4"+%+"&5467""&54234.54;2>32#".#wH qq- Y_ -H }- [^ c!Fw- yE/Pck#Azie_WG"+267#"54654'#"'254'727#"54326?67&'.#"5432&#"674&#672472.#654&%&#"32632 #"'.'&'.54767#57'5&'4>767672>7&#"27"547&'#"&546323&54>7#6727 &"&'.'3&75"&#"#"&5463267&5432'#"&=632632&54632+27654&#""&54654'672#"'654&546323254'&#"32#"547#"'#"'5465''3%5Xb9hJ1+Ld3R/7CRP#)=P6?5%)c`J-1L}-9 590lAX57B;=:E^^{HHyfm{q7Re/SO/s<TsuR)V>=5fXXIB%#Ra3E5%AFF !''!#3' )ed>F=R%^==B9f1N?=;-m !''!LD=)57( sE;ZM-'65X -$6 5  #\w!&Ps!)J+03) \' 9J1-3 /-91=N-$7R#%# ?!u-/IbPC')f B1-;+\!/!;+HN}y%'B? :W5RaN)+t97-')oCF/B!2-Eh@l, QG+-J\ Be>716fh}%F7# =\"6+( 9m- 3XK~'D19D^;;4!\#d!TXD2,99kd"-+6%u'!=9# 4PDS 9+ '%9;0= " !?;7o!$ +/D5/? --% B+#l$'"- +!!#d+$"+  2+"6354'#"&5#61utc %J{N 9#XV+stZ#5#( ++ )"9:5d+-'"+  2654&5472!67'+47>54&#"1ut(l%J>N1/H\[Zmp#+st!;321utPF!#@?j1H!!w?}f>f]O=e31H'R+stR=N 1@5\L%-iR\;P9@#1-;#%d+0""+  4#"#>7'!+"6354'#"&=37#1ut(bk)>' N1 !kq+st{+@f +) dHd+(""+  #"'&#"32654&#"7!57!621ut=B/'=hynB! - 1D+st`HZ'!-^ZDd+) & "+  "&5476364.#"6%53261utk5V9<r+V8L;/qb2^mp+stTgt /'>/#@/)RuBd+ "+  33!"5#>1utT̓lE\+%+#+st%;Q 9J'd+*5 @ /+" "+  %2'&5464&#"32654/6#"&5461uth4)Z;sHTxpDdV{}dP;\/VT+st\+L1F+-\9PTDb5 %i3ZNy?^8+Jq/`w>=/id+' $ "+  472#'327>54&#"1ut)i5V=:}r'^FJ?3qe1`mn+stgt'/6I2@/)RuBd+$.9 @ 3/*%"+  2+"6754'#"&5#6%2#"26&#"1ut %JyM 7 mE1D=5Pdej+stR#3!+ ++ +!D/7!Zd-Tŏ)"+3!!5!Ph'J'\\fX  "+#!!!u-qjX[f "+3#%!!5!!uu\n-jX[j3F͵K1PX@2Z  US K  =K >@0Z  U   SSK >YY@FF@?<632,+f4+!!!;2676&#!"&47>765#5345#53&'.'&4732678r#$7L2 =8. .8= ,89*  =7.oPQ2PL$    'FAPG@4 b  T S = =M >Y@33.-)($#"!+#3#"&"#.7>767#53=#53&'.'&7672/\%Z# \/+M [oP)TPu5  5uP;HPPj1 &93P@& J - 7 K/PX@6  b  Z  U UK =L >@4  b  ZU  U UL >YY@POMLCBf4%'c2 +>323&'.'&47326732672#"';2676&#!"&47>7=&'"".Z .8= ,89*  =7.O45x FK73Hr#$7L2 =8. 8}"7hTBE'       (DB8DF Mj..x    'FA2TB! =F@  @1  U S  U M =K >Y@FD<:9521-,+*$# #$ +#3 4&#""&#"#&47>764'#53&5.'&47232632#"d-u7{hLZw)@9+q==q-7-Z'/fŅuP A11=p}R1 9}tP0,{;  Gsj6HL5=y; @\@Y; :< ZbUQ M =M>><98'#$$""$ +4.#"327673#"'&#32>7632#"&'&54&+"'56 J6\^3qAfJB>^V'Ro'1`-?:) BOX)#%=wdmmV}=k`yLV5])OD%==FD/-%hfV9GNSj@g(%POHF:   <db``eM=N = M >=;97!&$'*# +%##"'#7&546?.#"#"&546327332632#%32>76?765N'BVA>RG|GoO,=a3'#+yDgT& !5 )R+p! !)+ Dd`o ^3 m|*b!PD1+ -6-#N@N}\S! *(K # 'rB/1'37T@Q14,)<ddeM =M>650.+*(&"  33 +34.54>7>32373327#"'#'#"'547#`Z) !NTP"%R\s| T r F`y/  NtpW,dPE; xm+O@?:*$K@*   U  SCM >Y@&MLJHDA>;8521/,)('%" OO +!#'54;2'!;2&#'54;254+"=730%+"!4&+"'573%+"32#.5qc3=6P5qq5P6q3=5P5q/%9 7'Z/+''ZZ''ZZ/+''Z)<)y' =s@2 9$K PX@5  bD = M = M =N >KPX@.D =  M = M =N >KPX@5  bD = M = M =N >K%PX@,  UD =  M =N >@*  U  UD =N >YYYYY@<:874310334%2!" +%32#+54;2654&#";2&#'54;2654&#"5'27673632}+9 3;'1'EZ\'1'P'1'!D %h=0-ݜ-6+)+/yT/+''+/TA 3I#+Sz@72S&NG @  U C M  >Y@MKIHFD:9393#3332 +%;2&#'54;254+"=730%+"67654&+"'5737#2#.+'4'&'3>5R7oo7P5q6G7'+R HrFPP)9 7o1)?F/+''ZZ''Z.Ch7 ''2AJ!\)oZ.C 'X@50 %XF K PX@>bb D=M =  K = N  >KPX@7b D=M =  K = N  >KPX@>bb D=M =  K = N  >K%PX@7b D=M =  K = N  >K,PX@5b U D=  K = N  >@3b U  U D= N  >YYYYYY@WUNLHGEC:7417!333+;2&#'54;2654"#"5'27673>7654#"=737#"2#.+5&/.#"N'1hP'1';! %h=0-AuV); bH)u' ?:; 7 1V:3'' /+''+/ 3N d_)'!''9) \)5JX/R6TV#Y @eUM >Y@ ## +!27!2#.#!"54764#!"'D1/397q'do5)5-+A @yT ^%B$i@ @IOM >Y@ $$ +%2#.#!"747!"'3!632# 7 3T;H7O5?1N #+P)7HZ- Pw 8  57P1Af@ 7-+*( @UU>Y@322A3A"!11 +27654'#"=37#'.''67&546">54&=IT!%7! mC !#%Fu!!!\\)-Z#3%# /9'd**mf1-) +)>-))YS=$;$mONn5G:H5!"$j+;~@61 $@% UUUK >Y@ ;833333#&4! +!26?4732#"/&#!;2&#'54;254+"=73%+"u!3) IK V3=6P5qq5P6pV+/= B@Z/+''ZZ'';s>}@ 72 @&UUU  K >Y@<9632$'%"3#1 +4+"'57307#"326?6732#"/.+;2&#'54;265X'H'X1,  IK -2X'Q'1'Z''Z+1; '?/+Z''+/L*YK%PX@U>@eIMAYY&$% +%6765#"4>7674>32#".Nq3ZD-)nH%s`R{;NoGeXZ2+mɇRyswqIGo^  "+7%"^\ ' J  "+#"'%&5467 \Q (^ "+462"7%"/3F33F\ /F33F3\' F "+462"#"'%&5467F3E44EZ \/F33F3\Q ()'"+462"2#"&#"#"&54323254&5463F33FwHZ+B+L8\JFb3P%D8^/F33F3/-+:J'+FS;!-;A!'=Z)1"+2#"&#"#"&54323254&546HZ+B+L8\JFb3P%D8^/-+:J'+FS;!-;A!'=Z)1"+272632#"&54654#"#"546L^8D%P3bFJ\8L+B+ZZ='!B;-!;TE+'J:+-/7#  "+'67%>7'67%67NfD-L##3-fJ/J=!'R3  DC1 1V+9,8D >95/!"+%4'&54632#"&'.5476767>5632>#"&54632>767 1!Th5Z >!"< zT -.9oE%'][ZXNMKJIECB%'!%$+32654'&#"4.'&#&7672767"&#"7632'"'&"&#"#&7>5'&'43232?w#9Nd/P?%,  X38! 4 fyÌsHA5m!3-#\1f94 4 3?1іd/q;,%  "+#&5432/.##6723&##432&'&746265254&#">274.'&'654&'32>32&'42674&#"2#"'32?654'.#"2772?>7./.'&#"#"'&'&'"%327654/.'"#"467&/#"3274&5432654.'.'#"/&"5#"&'.547654&546;27>7&'54?>76?654&5322#'&'&g     8!%!73'!J'/7%'?@1'.!' MqC=7 ##/;T3 !u /;Bn'G+8f#N+#&)  [+= -R;,e& 8/'1/-/@I%J=f-'ol7%+'(5R=;" -H'oC%E+E2'-%'C   6-N!J\A  71LT?:+u5:L9'H/  - X'")&5`!'  #PBTb s75_ 3%?F-+ -)14')dP3 !%=' CC# /P `B'V( -)#^'+]F! B N3R5e/ J B%G#=$7':7)T%)%1- q 3Db3J--\!'=%E#+ Vd 5?  ;Z )+  A%'#+";<3`HV1lP/:\T;^=8'+'"%7/1B5q`nfa2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654&#"-9g`9/~!+1JTCoP+݋V1;e5+!+!n>Xdm{s/!?P 4&'1{޼eǕMqlhdconfD"+2#"5463232654&'#",'&#"#"&54632.'47632.#"7267&'&5464&#"6!IgAV?++B- N%=H533/1+3 L7TbTsj'Xg-ˁq)-5XuL-%'A\nL5ׇub^/%D0 $Cd:;-1V/a!\1Jm jF{ ))-3RTXb٦>5)T^w{PhNB#" 7-'i+JG\ @TjX{EoJ)Jq_lg`-"+".54632&'&'"32>7#"&547"'>7.4632&#"3276323254&#".54632#"''27654'&#"?jߖ{1''3 OB#3qzjg[=m '$+6e;1V͇+RlDTG1+!1iP-ޡy`;lJ8`ZP^7mV!78 +#npaqEH1XP5318ZGq=J##5^v6RvTk#wHd=NL{H "+!5!5!5eHRRPPPPNH "+!!!!!!N5bb5HRPP1T9"+2"#!"$#52$331ofn)BiHPH9  ## "1wD"+2"#!"$#52$3 5`R>ЍD')))y1^)N se/"+4632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 3 $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h1#]-5!Xoi)T}J!  !7'lu+@+?GL !x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde> #P+< "+327#"7!''54?>54&/&=73%;26=732#'HJ$u>B&3<7P5=43-ZVu/ydX9%' 6-)'',+'/7V`') ) f ;CV (0N;AM;/+$fLFA<  "+%327#"5!''54;2654&+"'5737#";26=732#3274&#"#"&54632#!3236722&#'54?>=4&#"2&#'54?>54/672$462"2&#'54?>54/6724/672362#"'&'"2&#'543763254&#"#"&54632!32%32654&#"'4&#'"5'672632#"'"'67462"2&#'5437>54/672'FE#u}9='193L3j1+VQo-<&r Lzsu[k;WXfH72 N1p -LN J/y 1s-D -##-N1 L1{ 3{)4w+H3 *3! \-y1;'qL{stZj7632#"&'&5432#" !))!1#  % %$ '  #{#''}%'  '  #+%  %'1 )%#';!#1#)   %9# !=)%)FT )NT +L' #% %@A # #'F/'3 -(#"+6732654&#""'&7>32#"&"54 "3254FrfmuHRS 2R?N\\$'frJNXH }NVQ!D-)F/ )=E @ B>:5 "+%"54 >54#"632#.#"67#"'&54767'327327\\jVaՀntEN?Y7 KP=, kB@{VoJr^k$ՋvvrV*)/VQ!WHw): J`TN$[$N"H\}RG}FX;WqF/?IU @ OJE@*" "+#"&'&54632#.#"327#"&'&54632#.#"327"54 "3254-X70^A_#8   01*;tS$UX70^A_#7   01*;uS$)\\$'(8$ Fba E*9(U_9(8$ Fba E*9(U_9?VQ!D-)fw $/ /&#"+"&'&&5327#"''732>764''JH-&W'BJvL/8; N}@pZ:9764'&"32'JH-/\>=V#N5'>Vn6N}7Lw\L; -#>n#dAF˪Cf#"+%"&#"#&7>76'&#"&'$72=q/37+q=%7{ {; ;{\ ]w4yT !\h72"+4632!2676&#!46?>54&#"#"&h=HH>L5@-^B]V=Fd\9#/hJTEL+fsbVk^3 % +"bV8 "+"#"&54>32#"&546323265!"'>54&9)'!%'Ri %XFof81'-P5# nZV%F.P\=N!3LT+P:.5'  -SZkF1("+'!2+"&#"#&47>767!"'63:%7V-7983\?=4r!+D   /-+V#5`+qV+) "+4&#"327#"'632#"&54632326kFwf{!XZ)T^/71#^19 w !ݜ_;#B) \o$! "+32654.#"672#".576% rPu3jFwCbìö5esV7 |URȸ-foJ ?ÕDhwQ-PL"+"'7433!27'/{7'5)RL!{\GZ`bZ $2 -%!"+"654&#"&54767'&'46322>54/Xr@i\ND}Ѻw'u%'RT5auhwIwc&lN};>-Rjިi!Zuy8lHp:N=}Vh$! "+654&#"327#"&5432&5$sPt3kFwCbìö5dsV7 cOURȸ-foJ ?ÕDhvR. 5*"+73632'#"!!!!32>72#"'!73&547^3-%Zz(h4ppW!0/p$ƃPyN+%5P 3Z !F-\mZ=\1`VB%\*(?`M"+"=4;'.#"=7327+" 6'4+"=7327#"32'#!2+;2&#'54;2=!"=4;5 1'9'%-19 1uNA 55'339@7T9w 1 +D9'%! 445 !'%3H - +v3,))_v+ % s="+#"&54632327676'.'&4732776&'.7327Ru)7/+ #F 16*5C RTP $) <=  "!f `<+1!5;dXF{b1 1  2  #V:81% 1  2 {fJ ;, "+32765"&'##"&546?65'"#"74632327TQFHl5H)DVEq Bh1)H|=c\2!73X+37eY!I- 5!xod'+/. -HTEhhJf jT{g=8 "+%32672#"'&76'.#"#"'&465&'&/&7632>32A$iT  +$] X  %S2* bU& a#;,#C0Gp,@)79 V&!+6gj't  "+732654.#"4632#"&:"Pk%%HshmuX`H?b1;AyʺyVZ  "+"32654&'2#"546vͬC Th^ "+%4&#"&'$72"&#"#&7>)%sV>l-15)m=L1 $5dufu= =b7Z""+%26?&#!"'7>54&#"&'>32?R4$' )Bp߅)נZLC:5j%P8 -͘TNR Twu^yfXZP8 "+"#"&54>32#"&546323265!"'>54&9)'!$&Ri %XEof81'-P5# nZV%F-O\>N!3LT+P9/5'  -TZk=1("+%'!2+"&#"#&47>767!"'6;2%8V-7983[?=3Lq!+D    /-+V"5a+qPV%P) "+4&#"27#"'62#"&54632326{kFwfy!XZ)T^/71#^1: w !ݜ^<"A) N`$! "+32654.#"672#".576%sPu3kEwDbë·5dsV7 |URȸ-foJ ?ÕDhwQ-b^"+"'7433!27'B{8'6)RK!{HZ`bZ $2 -%!"+"654&#"&54767'&'46322>54/Xr@i\ND}Ѻw'u%'RT5auhwIwc&lN};>-Rjިi!Zuy8lHp:N=}RVdP$! "+%674&#"327#"&5432&5$sPt3kFvDbì·5dsV7 cUQɹ-gnJ ?–CiwR- qR @ 0! "+462"$462"!#.#"&47>727.#"#&4727>&'!"A:P::PC:P::Pn,"  /, K]%&E %7)& 0.  $ U" P;;P::P;;P:8T      3 0:P;;PC:P;;P'Ų{VVsP;;P::P;;P:P-j{h'v LsR 6# "+462"$462"32>54.'.723263#".='.'&472263<;P::PB;P::Ppu}dR/ 65E 1-'p29,/ +k̚P^Bq+s+sAP;;P::P;;P:ylqDdPBC%     %F?ӲX+fӓ{;   ;{}93t/"+&7326376'&73267#"&''"'.'&72326337'.'&723263?6'dd7"/ X3r+!5!$     C  $/j+)-]"+w   h-+q? ,d le "K/ I 7I  7')/0F,   ]W^=+   ^W ˻%;R9"+%"&5463232>54&#!2&#'54?>5#"=4;54>32#"&'&#"!26;Ln#H)5%!''!7DP'/) /hFwEdS=R3/9z=H+)uy?2)$-!\u?*}/%//)+ )$n28)p6.KTqCoz=Q5 "+34.54>7>32!4.54>7>3232+327#"545!327#"545#"'54`Z) !) !/%R\q B%FTq r F`y/  Nt`y/  Nt dPE5jbL?5j HTRK "+%#"&546;&5463 32+327#"5#"=472654&#"#"'.#"327uݠ W˧` /'?J o XTwJN+P 8)`lewb[o ^V7 ` &rH}T\^:)-G+5Ţߎ*4VO:$ "+"&#"#&47>767'4#'"=4327>32#"'&#"&#"&47>7674'.'&7672?0f#/)y% P+D-;XN/Xl>G2:/`CZ`/+V_DTw5  5w=!8bm.qJ}7 7{\_RX+ $oeSir'j(2:DekiGA"s?zlifWO?;74-)&"+2>4&5463232632.#"'.'&'#"&54654'"3#"&54654'327#"'.6&#"2327#"&#">7#"&#">7#"&#"#"&"#"=4'&#"#"&54732&5&#"#"&547674#"#"&54767654#"&547>7674&54632676'4&54632632432327'>54#"#4+"26"5463274"326"7463274'"#"54>32'"5423254'#52"572""32>54.725432>32&54243632632>#"&/ #"47>54&5.##".547&543&546&54726262&5"'.42'&'42'&'4324&4274&54323267&'&'&5432>7.'&7472&542254&423'&54+67#"'#''54732654+"'5737#";2=732   !"  # "5432  '% !(    D3!!%dL!)#-&%RLF<  B6')#)% 3s+#"  7'+/ P %#!- +O#!-P# ! *1%1)H!L+5!0+%`g'!! !3 D+D o !k i   P -@?-lB )6--?D #H     !  ZF\@'# 1- !    ;%' s1  vV/HUZb ''F @^ !F4&546322632&'"#"'.'&'#"&5465&'";#"&54654&+2327#".6&#"32327#"&#">7#"&#">7#"&#"#"&#"#"54654'&##"&54732&'&#"#"&5476754#"#"&54767654+"&5476?654&546367654&54632632243237'>54#"#4+"26"7463274"326"5463274'"#"54>32'"5423254'#52"546""32>54.'624&5432>324&543243422?2672#"&/#"47>54&5.##".547&543&5472&547243262&5"'&54323'&542'&5432;4&4254&5723267&'./&7432>7&'&547254&572374&572'&5"54327f   1.P  $%!!)   D2#!$dM%)  ' PKG @!  B7+)"(' 3s )#" :&+/R  #!- +P"!-M!!+3#2-C !N-J;/)!$%`f'!-!/.  E -F l !k k ! O -?@-mA )5- 'aI  !H !  ZF\@&$   )1- !=  !;  u1   J  g7 /0M  )++) # 3%' + ) 1!P5H%-9Nj-!*$?BJ-'''#)XU': /#3HQ+)"#9mU # ++#'1%fJ /;IF# !)%5  -&32;  !  51 08"* /06!% &1   !  'LjiAVJ=]F`- " 0V 6   @ / :}\=/!     B qG?     ( +=5+ %   J9 D/;{ tE50 "+327#"'.#"'&'6767&7>3 63 "32"6'.'&732723267>56'.'&73272'&7&\j!\Ӵb,2!4 b=GLjVs{n Ğ'Ų -H+/6X%~6-G+13XN5+s#VeXJ9%%*Z,_v"a P-j ^6 y76'.+""&"#&47>7654'.+""'674373276727632"&#"#&7>76'&'&#"?%K%l)-!X-{x7#Pt){'uP'8x<' լZo37+T'w+)u%N'#Fb!/fw3 5uQiIBby= =y`D %'CHu3 3u*F!;Z) "+&#"32672&#54?6=#"&54632D=:t # L1 3B;h{o`/b%PJ!'%37so5#5 0$ "+2.546%2.5462.546!/>ZJgI cJ/>ZJgI cJ/>ZJgI cJ:+K7%k!f\o9,K7%k!f\o :+K7%k!f\o#5 *$"+2&'>54'&546!2&'>54'&546!2&'>54'&546 1PdJkJZA1PdJkJZA1PdJjIZAwTfq%=F)732326;#"𑸳.'#"#"'&+3264&"462#"&322;676323./77674>?#;>767>36;'"""#'6=&'&#"+"&#&+'7!!VB# 8/%   9d>+9#- RoB 3gN@ &!+-/L-k!!C1E22"!3r)- 9#7) /: 1%3% 5/+a9+7T R/11T!/ 1 3'))y)D= b {u3 3^D+" !X P??_1H+%9F 51X!!+#11E12V #N3`67 #+%1XNN-#+ 1 %+  . %= 21 L "&@E@DB;)$#!   "+35#5#!5#35#35#5#!35#5#3%#5335#535335335335!!3%!!5555dd555VEd887BB>>>>pJL %0:>X]@\ZSA<;72-( "+332654#"727'"'#"&546324632#"&732654#"#53333333333!!! !!wLJ) T'))3#$>1#+@1) -P=6J;1#-?"# 7<7;8;7>5VV}NEJ-E#+CA)qZ 7X7#1P3PK9Y7/F$+C77{Oc5pJw-$ "+"32>764'&"32+JJ-+cG>T'J7'DH1R3}Xu`R5/# 5{REJm-"+&#"&47>54'"&'$721L 4F H-=#D 8  7 C:,^ -bq-0"+4632!2676&#!46?654&#"#"&yɧBLN:Q9D+2dFeNjZ 3!'5qĨNXJB-^uhˋ{R3!) ))1\-9"+"#"&54>32#"&5463232>5"'>54&'TT+)%%=XZg`wm< 9&F3#R^>7% lP@'I/BOB-T/Jy=R>18!#!HeFX^\!-;+"+2+7&#"&472>=!"'47632!47632' '+  Rs )# 9HZ; T3- #2#' 8  7  \Ty,h'!'mm-+ "+4&#"327#"'632#"&54632326sIN#qsJ-Nd3;4d5s  !c?!1G  Z- ($ "+2654.#"'>32#".547>7Vs3mL}?05ͶL9kxX54/">54&#"&54767'&74632;qbi{hh^mBFxoİ}`A'ˣ%)du=TByRe)1LT٘Xo쵣oR1wZ- ($ "+67!"32#"&54>32&56Vs3lL}?05ͶL9kyX%rV=m-15)m=L0 5dufu= =b7Z""+%26?&#!"'7>54&#"&'>32?R4$' )Bp߅)נZLC:5j%P8 -͘TNR Twu^yfXZP8 "+"#"&54>32#"&546323265!"'>54&9)'!$&Ri %XEof81'-P5# nZV%F-O\>N!3LT+P9/5'  -TZkHNP,1/-#"+%2+"&#"#&47>767!"'6;#'f%8V-7983f?O3DL!6D     /-6VF6`+_&_%lrVGP) "+4&#"27#"'62#"&54632326jEwgz!~YZ)T_.63$]1: w !ݜ^<"A) N`$! "+32654.#"672#".576%sPu3kEwDbë·5dsV7 |URȸ-foJ ?ÕDhwQ-\X"+"'7433!27';{7'6)RK!{HZ`ZR $2 -%!"+"674&#"&54767'&'46322>54/Xs?i\ND}Ѻw'u%'RT5`uhwIwc&lN};>-Rjިi!Zuy8lHp:N=}VVhP$! "+%654&#"327#"&5432&5$sPt3kFwCbìö5dsV7 cUQɹ-gnJ ?–CiwR-) }"+!%!!1!9#^Z) }  "+!"!4&'2!463!V}{X}ǰ}#}V1V}Z}'}) }"+2654&#!"3!"&5463!2X{{X!V}}V!}}}}XV}}VX}X}}}}Rb3"+!"#"5463!2+F! %, 2RD$-4:@D@DA>;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2: /(&! "+4&#'"/672632#"''653274&#"h+{:PG\ocZ7!eE+J1>f=(% 5Vw3ms1 ' KPH=jy7J"+2"'.#"32>7#"&546B\h35 )%7^!/L%=!'Vy}JR7;/#vsX3N!ywy;u+'"+&#"727#7##"&5463254&#'"5'672D=< @}-!F?f{oX-+{9w/Pl1$D;uo+T=(% 5V72( "+#"=4;4632#"'&#"32#2&#'54?>V?X?0)%3Z y5+ o0 y7##'7%5 ""#Ph3HS OJ74."+"'&#"#"'3272632#"&547&547&7463263232>54&'&#""#"4#"32>! 9VF+I%> y95ʉTuh?=FVF.1B%)o+1FL))9P #w33w&#?BVb+?5/8`b?LJC?D9BJTf7)#)Bf+ r:G @h;8 "+632&#54?>=4#"2&#54?>54&#'"5'672\R N1 f1L R5}#+{:h $$ \ $$ !=(% 57o'# "+2"&4&"&7>=4&4.#&76721##1#s-<=>B+% }9#1##19!; 77L- )"+2"&5464&#'"/672#"&54723265=#5#!+{:)-=-P+'+#<"##{='% 77Յq-3'3<tjH* "+4&#'"5'672676'&=737&#'54/&#"2&#54?>5q+{:OU3D =. `8L/FL1M\% N3}%f=(% 5V#`3 "" ;VD  *- $$!- "+4&'&#&7672&#"&47>q+ jF5-VZ+5JF  5R/L !$+JY"+7672>32&#54?>=4#"&#54?>=4#"2&#54?>54&#'"5'672XRt`0! N1 f/G N1!i1K R5} %+{9jj&D! $$!T $$ !\ $$!='% #'J:# "+54#"&#"&7>=<."&#&7672>32&#"&7>i1K5=BT=?# }9^1#@=U?>3JË\?=  ,0&E=9J*85- "+74&#'"5'672632#"'&#54?>532>54&#"s+{9RDVrd?0 R5} #dF+"/D/D=='% #7^kq) $&^H= !VDjuV;ZJ) "+&#"32672&#54?6=#"&54632D=:t % L1 3B;h{o`/m%PJ!&$37so53J."+%632#"'&#"2&#5437>54&#'"/672RHL;# 1% \; %#+{:y@5 H %% ='% 179J*#"+372654'.4632."#"&#"&9-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9LG{"+327#"5#"=4326=732#+'/!FXfR;-N s##H}w1FL%#=."+#7##"74&'#"=7373274&+"'5737 @}-!b7! N1-fR- R6/J1$D)# "3P! "m=,*"+.#"=737#"654"=7307"#" P&q  ?H+S-! !5 ""  3  "" Ifw=G2"+#"'.#"=737"674#"=737"#"' #"'.#"=737# w` N&q 5 ux 8R+T1  rq ! 71 /) ""  3  "" If/) "#?="+"654#"=7307"#"&54632727654'.#"=737+53 V-X9!d#P=?)  ; J'  1  " KPX$6Z! "-L!"+326?2326?!"547#"'6730ݘ7/- m +N-+= 'R!3#^N fo?Z "+#"'%6D 9@ == "+#"547X'9)Aw1#  "+&'&'676Zy T`{T{%#mZ! =@F7?1 "+&'767\J!{^uffg1\g)5HR+)NuZB "+#"&'332673ks9 }TP Bh}k9DC:+1 "+#"&54?632#"54?632 y!)+ p'3 1  -+1 "+4632#"/&%4632'"/&++)z  3)p 1 %!-  ZB "+>32#.#"js: }TP Zh}k9DD9{{s "+2654&54632"&5432JbB"!LٓL!"+%DLMMLD%VF"+"&5463232654'&54632͏-#!%:-+;+%)R`bP'# #53#  %%;q "+462"$462"w9R99RD;N;;NN<766#"''7&5327'JG-&W '5>7 7cE6eY;Y=0 KD"+!YgJ JhYy*/8228/J"+!&7>54.'&7NYgJ JhY/82X280Ff""+3"&76&'5>'&63TMSZH fJ [RSY VYjl"xrhru+LsuDDy`d""+7&67.76&#&472#&47>NSZHfJ [RSY VYc6jl"yqhruLsuDy`3" "+"&54>7>762#"&54632PR@ -'E%';A)%=JL;qA`_) F;RL%>D'#?A!5&2/) "+%4'&462#"&54>7676=47226#"&54632 ->1cZNFAR!=5pmD'#?Cbh  "+67&'67&767&'67&3yѩyѪ##Ӊ##bh  "+675&'675&'yѪyѪ#"ԉ#"^\o "+&'&'50767u3)3s1u !!u2^\o "+&'70'6ju3)3s2u !!u1RTb"+!"#"5463!2+F! %T- 2`)"+.'&7672#"&546327265654-TVT%K- )`uV- "ofTGRF/)!t-Yp@ %^@Db`UM= M =  = M  >Y@#ZZZpZpiga_XWPONLKJGFB@=;$$$'#'!+%"&#"#&7>76#"=4;467>7632>32#".'&#"32+"&#"#&7>76!4'&7#".'&'&#"L5J%}+)y%P' -\)D4BIj->j)$'A)J/.d%/'m&B"s" !%#7HyA ; %K0Xc 'J-LNWA)VTd'w ;d; =}oR)BLbJP+11SZ@WP <  b M ==  M = =M >ONMKGEA?:842/-!*!+%"&#"#&47>76'.#!"&#"#&7>76#"=4;547672#"&'.#"!272/Z%/-#R---^ %/)u%P+ -\smwfm1!/3 ]7\P7^X}= =}P3;  =} %GBFZ!3@0b M  =M= M  >Y@YXVUTSRQNMDC><#'B#%#(+%6'&'#"'.#"32#"&#"#&7>76#"=4;&'&7>32672"&"#&7>513)U(+/f#1)s$R( -gJ/Ju;:/\ %Z#\/1OvB&>75K@Lb`UM== M=  =M  >Y@)zyvuponlgea_ZXSQLJGE=<;9870/!*!+%"&#"#&47>76'.#!"&#"#&7>76'!"&#"#.7>76#"=4;676763267672#"&'.#"!272!547.'&'&#"/Z%/-#R-+-^%/+}%P+g)F)k%)y$ P* -g(0qBJk mwgm1!/3 ]7#`#5w?!# !%B7H}= =}T>HXH; =}HHq{? =} !E'L* BFZ!3JIFD@>:842/-##5$+>54#""&"#&7>74&#'"=4327>3 32+327#"'45#"=43?~1[%_#Z0 V-Hу7/%R\s s "F1R\]}? =   dPE5j ^Raa@^J, *<M =M=  M= M = =M >`^ZXTRNL"%)(",,$ +472654&#"'&"#"'&#"4'632654&'.46;.5463 32+327#"545#"5XTwR;V`kqtBdd-^T !55a;qTysdv 8,˨b /%R\q =rHR\EV;HN)+s\Df5q35ZC?S31ow2lJo dPE5j -*2 1-"+ 463272=47654&#"32654'&264&"->sRTur-F^Hl<7P=_[Qe1-)# R<EE?>EHEHGFA@>D?D*L+J +%&!"&47>7677&#"&472>&'!"7!#3 1 5)- & %/ 11  [y" $-$.9> @-Z  Z U  UN >Y@%%><;:7520%.%-)' $# +2$3 #"$#"&47>54&'&472654&#3 54&#"'#6//k#qR1oӑf!B s??s PיǍ#hXL8=E)P))HsC1 <{5{;2 !_덁-':qK(PX@&ZXM  =N >@$ZX UN >Y@ 86/-#" ' & +%4'# 2$3 #"$#"&47>54&'&473264.#"!G`hu{ s??s ` TZAmJ=Vmmqٴ;1 <{5{;2 %%jQ-7 1BN@8  K(PX@7 ZZ UU  N  = L >@5 ZZ    U UU L >YY@ LKED?<543/,+&%" BB +26762"'.+3!26&#"#&47>54&'&47)272'.+"5#3&5}:1  1RTJI%#3b{s@@s5/!#'Vj#'91[ {6% 70%X 1 <{5{;2 F{d3'fX! o1 H@0/ >; B K(PX@7Z Z  U  U N =L >@5Z Z  U  U  UL >YY@ DC=<9752,+*&#" HH +5#03&5#&#"&47>54&'&473!272.+"326762"'.?sBs@@s]6*@'VjJ}: 11 RX!d{; 11 <{5{;2 v {dFR1[ {6% 70%BhD2?@<2-, <b`M =N>%%*H'+%3274&'&47327! 4$323.#"QhH`=;{ 1-!w>-F/˜thl}c19! 5  6 +3zN]z ]-&K PX@ZK =K >KPX@$ZXK =L >KPX@ZK =K >K(PX@$ZXK =L >@"ZXUL >YYYY@ 33+%%"&47>54&'&473%'# 3?@s s??s ʹJs@={; 11 <{5{;2  1 ;{mu'-)1f,@'Z`UIMAY@ C%$'+!"&5463232>54&'&47327$&##N1/d-lA -)E@FͲ}b<ģ /hs7)X=19#%5˪{;2  1 =9oVdof-VZ"" KPX@/   Z  ` XK =N  >KPX@*   Z  `K = M  >K(PX@/   Z  ` XK =N  >@-   Z  ` X UN  >YYYY@ZYXWVUPKC+CC +%&#"&47>54&'&4732767>.#&47327"&#""54'&'#3?@sB s??s ;s@WEX A &  5;`)L*/  7S ):j={; 11 <{5{;2  1 ;{Ih$2  1  3+R! 1 \2Jdm-'.#KPX@&ZZK =K >KPX@&ZZK =K >K(PX@&ZZK =K >@$ZZUK >YYYY@.-)( '% +!&47>54&'&47327;2676&## 3-d s??s ;s@4-jm%#!"7i1 <{5{;2  1 ;{/7m!-GKSKPX@7b`  ` K =  K  = >KPX@7b`  ` K =  K  =>KPX@7b`  ` K =  K  = >K(PX@7b`  ` K =  K  =>@5b`  ` U  K  =>YYYY@HHHKHKJIBA>:76"G"+%#'"'#&#"&47>76&'&47327%&#"&47>&3b53 XN1^ {ݺ{T< R (m >   d/=(((Y(#( YvwX'`T / 1 PbLq.2  1 6W101 11 -0*VLTD '@$ <M =M>$)$"+! ! 2#"TdRS{gZh'/Nje> 5NAu9/8B"?KPX@+U M = M = K >KPX@/U M = M = K >K(PX@+U M = M = K >@) UU M = K >YYYY@10=<:9530818!3(CB +"#"'&#".767674.+.73632"3265#264`/^jL?sͶB  /F   ͑-wAmͪb B7 h {; 1 2 A"*?!2 '=fg+ OLq7D 6v@1" @%bbM =M>Y@64/.-+!  +6'4'.'.54632.'#"&#&'6!2S=T=_ u 4!j >? a: #@'CqV=p7U '<4{ h(7/ `D< @ /&3"KPX@*Z M = M =L >KPX@$ M = M =K >K%PX@*Z M = M =L >@(Z U M =L >YYYY@:75495C$ +#67&#"&47>54&+""'6763!26567.+"F=F?F͞F>7TA+# !5#35R5>m{; 11 <{f3FC{   u{CH7 ->LXJ@ZUM>Y@ C-N&+2>54.'&47327'".54&'&473 7#.1/jdN- 55F!J3!Gy͍{d:;c'{AB5LfT*~e/Vo-f@\xRBC% 2  1 LT-wf@Bn{Ly=2  1 ;j]-a]B1-29T87@bS>Y@ 333939K>C+&47327"&.'.'&4732736&!7b .@-Y Y!-v/5T g&%F D'*k1Z2  1 8*+ L !"x; 0  1 =[5TTJ'-Wa]\ @2  b  `  `  I   S>Y@XXXaXaWVPOLHEDC&#$K+64.'.7327"'&#"#".'.'&473 73654/.'&4732737&/H' =X  Vl'/ 5<`X3J# ?8> ZJ )9 -'=#;9==2  1 C5/293# ZN$2  1  2a''_/G2  1 - pPN-fj@#UPO;54@9  Z   b U= L  = K  >Y@gggjgjihYXTQGFC#D%2B+573 73#27>&/&'57327#2&!"'54?>&'&"'"'547>7654'&'&3/P B!7='#+ID !jdu? )+  #:& 1{)P&DBVa X9''#$' ))E %1+ )) '== )) '#J;#}uT-V\v[X @!  I   S K >Y@WWW\W\ZYLKGC@>333 +%%"&47>5<.'.'&#&473%""67>.#&47327 qE  F 6<<  {N#    +Rim= 0! b{; / 1 <{ [* 0  1  9  21  '8>b!{Q଩_<X1^j'2-X`1^M5,uXmbZb9\7XR{P}b9oZhbX  d7P\Z(y 3L!!!B!l+!J;!J!7X djHKJ$"VZHLzHt1;/"?-(+135RD?^f=3   GX"F"5M;ffFt?XRRF-y"F7t\tNZuStPXGGGJ\       3L!!!!llll!JJJJJ7JX X X X+7S1VVVVVV~LZHzHzHzHzH"#"?""H35RRRRR7R3333   V V V3LZH3LZH3LZH3LZH!^L!L!zH!zH!zH!zH!zHB;B;B;B;!/!)l"l"l"l"?l"? V?-+!&?((Q(( 353535333$,JRJRJR ;9F!?!?!?7^7^7^7^f==f=X 3X 3X 3X 3X 3X 3  HGXHGXHGXSDJRzK3M !!-L$+($5 Vl"JRX 3X+3X+3X+3X+3z= V V ~LBB;+!JRJR- O!!$LB;35 V ~LJR V V!zH!zHl"l" JRJR!?!?X 3X 37^f=!/ V!zHJRJRJRJR -/)tt3 5-#!oX;fBX7d^lwlw$$$$hb RG1Z1J&\JJBFPP1R1F+SV oPdpI9t%5~5~5~5~5~5ff~ hA)-);===)======h)D)F!\sBJ\\dwHH33` ?\m? ?{b#Bf9''y="\ybh\#mhhhyj1/P/ XfA\~? =!H!Jl+!/\JV+;!&X\jnZlB-V17?1B"o L-VV17V???+N%hPR/1j?N51R 9CH?1R1CHP`1j ;j DH/JR!GD/oKdKdjH1FP^L^L9yPBPB~L7ll b## EF! Z!JV+;!3LdLjd35^v^= VF;7; 1zHI!NBBBG7r?R;7ZH5 Pj;#BxBK5rJJtH|7zHzH--7;tJ^?^7 $MBX7BB BmbFEG7C 7^ j |7Vo?R~-FJxHbKbKmbFmbFz+;7!-77+; |-Z`NBtF#1#|B!?+K;hFtH3LZH~7)(F; D #C#XBtE5tS5l I-#;F#|B!v?; D V V ~L!zH&Vz=&Vz= I!ZNBBJRJRJR^tH   3#!Z7^rJ^L1 RRH )SJ=)+DDG7ONH9(7B97`(LAD!XD?9D-X5D)t/\7C7fft?t@` v;t7t7#6+t/A7p#+A771- V3LZH!L!L!L!L!LzH!zH!zH!zH!zH!t1B;!/!/!/!/!/l"l"+!+!+!( +1+1+135353535JRJRGRJR;!;!!?!?!?!?7^7^7^7^7^f=f=f=f=X 3X 3X 3X 3X 3d d      jj HGXHGXHGX/f  XSDSS7#L V V V   V V V V V V V V!zH!zH!zH!zH!z8!zH!zH!zHl"?l"?JRJRJRJ8JRJRJRJRJRJRJRJRX 3X 3    =#E<^\VBBBBBBBBv-V-V-V-V-V-V`+t1717171717171717????????h/CA=RRRRRR&711111111vCHCHCHCHCHCHCHCH VS/BB-V-V1717?^?RR11CHCHBBBBBBBBvl=9+GX1717171717171717 7 $ A &  $CHCHCHCHCHCHCHCH\n{BBBBBBB  Cj9 rBtB^j1717171717bO!HHR??????n#l(;9f11111j1j11ffmCHCHCHCHCH"(ZPX;$ S5RRDbjH`H9{ $$$$hZZe{d{{{Iu u q^qf^f^%^bJZ!|ZfZyWt?7tDtbt\tXt`tRt9tHtPJ5't?tt\tNtDtbtNtXtTtDt9tHtPJ5t?tFt/t!tV993+%p#-~-FF+LnZ q qjZ1OTOTXf?#J/?#-\xNZZ==)+DIHxGoG\G}G^GLG1GG`G}GRGZGZw\?";??` f? !!!=F~)!/)7Q77 =  7))(ZHL+1qZ!q/^% yP ydddddee y y Jdy}y}yyy yJyhJb yhdqie`J3H3="5 ; ;; ZL;;V+17777#7#mN1\LGLSS=S=SP %)AR77s7s77o7o777777yEdEP77y77y-L-P-L-PssssM{M3))M{ZZsAsnz1TF;+Z7ueeeeeeeeeeeeeeeeeeeethxxv^z | eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddd7Y;Y7Y7Y7Y7Y7Y7Y7YKYdSZSZSZSZZZS;S;dVddddbbdddddP11&1F$;}}}R);twtwtsVw(dPPz;d"PMdddPdhlZ+Fy(L7qP(FPEPPPTA1wdwjwV}(JJJ J{f`/dddddddddd)ff?;!5V$';#'TIBPZ;L1^1J1^1F)Z)Z)7VIT77? Aq A AqjjN112-y# 9fA?FFFfffhbFV\lPbV" I J{+VTbf=zPNbbR JX ";%=HA* n nX JKv;FfLL-w/mb\!mZRoZ?bfHrN\ZVpppSRR` A7v;7#t7I+'pv;39##1-++{VS(PbZb9J"F"M\XXf^f^R--O1M1t-n7A^- Bu!L7 ddddXPx ` D P<ph,l0l< 0!"#t$%)*8*+,.X/d0x12`35h67788t889D:H;,;<=p>@ A0BCD\EFHGHGHIJKLLM NXOPQRtSSLSTdTdU0UW WY(YZ[ \0](]]^,_``abTcPce4ftfgphhhjXkmnpDqs(u<vx({|l$8$x(t P<T<TT D @œpư@ɐl(͜|h(p4հpH,ߨ`@h8lDXphdlLx<|T  | 8 D\DpT@ ",#|$%&'L($()+./1<2`45H689T:L;<>?<@AC$DEFHDI<JL\MNPLQS<TV$WY0Zh\]^`adbcdegDhDixj\kLkxklTlo q8spuwyx| ~<T`tpD$D$<XǐȜ˼͜4tӬبpܤlx߈` Lx4$\DpH8xD     8h\<L ld@Hp4Pt X !"L#4$P%,%%&T&''\''(D) )`))* *|*+h+,|,-H-..//0,0x01122h233d34T4555667H78,89,9x9: ::;<; >x>? ?|?@@ADABxBC CXCDDDDE\EF@FFGGHH`IIDIJJlJK`KLtLMTMNXNO|PPQRpRS STTDTpTUUUWXY\YZZdZ[P[\@] ]^,^_D_`accdHdef8ffgth`i@ij4jlhloqxrsxtuvx<yzdz}@~H<|4x4Lh4T8\D ht\84`PHhX\0L`@ x<˔x`  xLҬ$ӸԀPנ lH|@pXHl  d x 4,<P !"#P%`&t')+p,.D/041d23h4D5,6p789;d<=@xA\BDEPF(GH0IDJ|K@LMN OQLR|TV(WtXZx\ ]^`eHflgikmHnq s u(wXxyz{}h~h$,ph8`$PHh\tdƘ˼xTфҼ(ՈtڠT޼PT|`PP@DlP<d     8 TH,Xd8X<p!#$&'(0)--L-.,../ /h///00x00011(1T122t3@34045<5667<778P89d::p:;lL???AAB8BC`CDDEFH`I$IL$MN(PHPQRSTPVWlX0XY[p\^D_abcdeghLikl`mopr8sttwyL|l}p@xdhl `TT|D8t$HǐL˨$|иHԈXX||h8` @ @`dx,l`40l 0 ` @ t$Hh $!#P$&( )+\-<./182t3p45679(:p<=X>@0AC(DDEFGI|JLNLOQTUWY[p\^`acLeghikmhnq|rDutvz{8~d`(h| Pp$<T`(\ xĘlHʄ ͘l\`hxhT  (  p4pP"(%(|,-d.`/\013x4578:4<=@@BD@E8F@G|HJ8LtMPNhOQDRTUVX8Y[]4^d_acfijl mo8psthv w xtz{}\$<lPL<<4\|L4P,|TlȌʜP80l \X  d Ldl8H@!$&(x*P*+,P--./023D4`56789:;\p?@ACTDFdGIJXKK\LMOP(QxR`S8TPUdVpVWxWxWxWxWxWxWxWxWxWxWxWxWxWX(XxXYY\YYZLZZ[P[\p\]^8_0_l__`0```bpd8deef(fggh i0j$k$ktmmo,phqr$st0tuvwxHxyz{{P{{| }~p\t0\$H@ t(@0<P,\L@Xd4| \0h°ÀxŤ|Ǩʨ\τdҬlԜlִLٰ`0Ll(PT\TDL  X@xPTd4@LT@hD,L,@H  D p  L l   $ T     XXp@48p<p\X4 8 ,l< (  !x!!#<$&P()*,-l.02L4L79=(?@BDFGIJKM4N\OpPQTVXtZx\`^8_bdfxh\iijTjklLlmnDop@prs8stuxv vwpxxz{\||~$ \\\|P\\0|dTh 8$HXL ʹt(PpӤLpԤՀռ֨$p׸Xذ\٘ |l8\hTl|d, 8xtLxD|D\x  <X T   D   (  x  < `    \  $  T p   D `  !| "\ # $ % & & '$ '| ' (L ( ) )x *P * + +H , 1 2P 3 4 4 5< 5 5 7 8 \ ? @ A A BD B C\ D D E( E F F G G H I JH K K\ K L L M< M Nh N O@ O P` Ql R S Tl UP V8 W X _ a h( i j k| l, l l l l l m< m n qH r4 s` s tL t u v@ v wP w xP x y( y z z {T { |T | }X } ~ ~T ~  | , @ P 0 L $ P 0 l D 4 x  x   , l 4 <  @ h < , 0 ` 8 A:Gh>32:l"    5CE 8 .  d .` D &   :4 :n j Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine DisplayRegularFontForge 2.0 : Linux Libertine Display : 2-7-2012Linux Libertine DisplayVersion 5.1.3 ; ttfautohint (v0.9)LinLibertineDisplayPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine DisplayRegularFontForge 2.0 : Linux Libertine Display : 2-7-2012Linux Libertine DisplayVersion 5.1.3 ; ttfautohint (v0.9)LinLibertineDisplayPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~uni00A0uni00AD two.superiorthree.superioruni00B5pilcrow one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflexTcedillatcedillaTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsOhornohornuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCeturneduni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccent Tcommaaccent tcommaaccentuni021Euni021Funi0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233dotlessjuni026A h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FF gravecomb acutecombcircumflexcomb tildecomb macroncombuni0305 brevecombuni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358uni0359uni035Auni035Buni035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0363uni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193uni0460uni0461 afii10146 afii10194uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477uni047Cuni047Duni047Euni047Funi0483uni048Cuni048Duni048Euni048F afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4 a.superioraturned.superior b.superior d.superior e.superioreturned.superior g.superioriturned.superior k.superior m.superior o.superiorcturned.superior p.superior t.superior u.superiormturned.superior v.superior c.superior f.superior z.superioruni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9D Germandblsuni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1EFAuni1EFBuni1EFCuni1EFDuni1EFEuni1EFFuni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Fpertenthousandminutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2098uni2099uni20A2lirapesetauni20A8dongEurouni20AFpesouni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115numerouni2119uni211ARfrakturuni211Duni2120uni2124uni2126Omegainv estimatedalephuni2136uni2137uni2138uni2139uni214Fonethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219Buni21A6 arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C proportionaluni221Fangleuni2221uni2222uni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni222Cuni222Duni222Euni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298uni22A2uni22A3uni22A4 perpendicularuni22A6uni22B6uni22B7dotmathuni22EEuni22EFuni2300uni2302uni2303uni2310uni2320uni2321uni2326uni2327uni2329uni232Auni232Buni237Duni2380uni23D3uni2423uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473uni2474uni2475uni2476uni2477uni2478uni2479uni247Auni247Buni247Cuni247Duni247Euni247Funi2480uni2481uni2482uni2483uni2484uni2485uni2486uni2487uni24B6uni24B7uni24B8uni24B9uni24BAuni24BBuni24BCuni24BDuni24BEuni24BFuni24C0uni24C1uni24C2uni24C3uni24C4uni24C5uni24C6uni24C7uni24C8uni24C9uni24CAuni24CBuni24CCuni24CDuni24CEuni24CFuni24D0uni24D1uni24D2uni24D3uni24D4uni24D5uni24D6uni24D7uni24D8uni24D9uni24DAuni24DBuni24DCuni24DDuni24DEuni24DFuni24E0uni24E1uni24E2uni24E3uni24E4uni24E5uni24E6uni24E7uni24E8uni24E9uni24EAuni24EBuni24ECuni24EDuni24EEuni24EFuni24F0uni24F1uni24F2uni24F3uni24F4uni24F5uni24F6uni24F7uni24F8uni24F9uni24FAuni24FBuni24FCuni24FDuni24FEuni24FF filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9 bigcircleuni25CEH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7 openbulletuni2605uni2609uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Buni263Cuni263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni266Duni266Euni266Funi2695uni2698uni26A2uni26A3uni26A4uni26A5uni26ACmarrieddivorceduni26AFuni2714uni2718dieduni2767uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi27C2uni27E6uni27E7uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uni2E02uni2E03uni2E04uni2E05uni2E08uni2E09uni2E0Auni2E17uni2E18uniA71DuniA720uniA721uniA765TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00Bcopyleft publicdomaincreativecommonszero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fitteduniE01Ca.altuniE01Eperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altW.altf_jt_tc_tlongs_iuniE040uniE041uniE042Q_uT_h q.superioruniE0F9uniE0FBuniE0FCuniE0FDuniE0FEuniE0FFkreisuniE101uniE104uniE105uniE106uniE107zero.capone.captwo.cap three.capfour.capfive.capsix.cap seven.cap eight.capnine.capzero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE128uniE129uniE12AuniE130leaf b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferior grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capmetric zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capuniF6BEf_ff_if_lf_f_ilongs_ts_tuniFFFDu1D538u1D539u1D53Bu1D53Cu1D53Du1D53Eu1D540u1D541u1D542u1D543u1D544u1D546u1D547u1D54Au1D54Bu1D54Cu1D54Du1D54Eu1D54Fu1D550//0DZDZ, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_I.ttf000066400000000000000000010311701324204105000225430ustar00rootroot00000000000000 FFTMYf{2\GDEF3#c!GPOS|i%8 "GSUB8( !`OS/2x`cmapbomhcvt Mv 0bfpgm/ $egasp  glyf/8head"P!,6hhea//d$hmtxz`loca, dmaxp{  nametj0post/ prepu )e_<X1^''2-X1^K ;V33f  PfEd@ '', #/!#{{K|{$rn9{ l$33 +C 7C  3 C3F9:/CV&XLEn`Zj L3 b#%f#3 EF Zff% CV+dLEd35^v^ J=)+DDG7ONH9(7B97`(LAD!XD?9D-X5D)t/\7C7ff\?";??` f? !!!=F~)!                         A1 AP APjjN112-y# 9fA?FFF#'' #)" n nXPBLBBFVHFlJ|nJrJA1BLFL J"P1Bb!^!l=)J RK Ln;FJ~! n,;LBLLR{V(-b@" 9Z^/2JPRp/!o$$$/Bkmtv8]b 0A^/2JPRp!`$$$/@Pmtv8]` eWVSR~ON@ ~ x w v f ^   !"#$%&'()*,-/+.N5,K*PXJvY#?+X=YK*PX}Y ԰.-, ڰ +-,KRXE#Y!-,i @PX!@Y-,+X!#!zXYKRXXY#!+XFvYXYYY-, \Z-,"PX \\Y-,$PX@\\Y-, 9/- , }+XY %I# &JPXea PX8!!Ya RX8!!YY- ,+X!!Y- , Ұ +- , /+\X G#Faj X db8!!Y!Y- , 9/ GFa# #JPX#RX@8!Y#PX@e8!YY-,+X=!! ֊KRX #I UX8!!Y!!YY-,# /+\X# XKS!YX&I## I#a8!!!!Y!!!!!Y-, ڰ+-, Ұ+-, /+\X G#Faj G#F#aj` X db8!!Y!!Y-, %Jd# PX<Y-,@@BBKcKc UX RX#b #Bb #BY @RX CcB CcB ce!Y!!Y-,Cc#Cc#-KPXYF+X!YKRX!Y+\X E+D Eu++D E3++D E .++D E )++D E+D E +Fv+D E +Fv+D Ej+Fv+DY+/o);FPZddK8kUAunX R361, "&)-h348X<C`FI`O SX([]ae$imhr<vy~ PdT$ĠѨ@D4l|`D0 $%.L2l334:;?BBCE@G8MOV W|Y\d]abdXjlmTt{},~|4@D8dhX$l0HL,dĠŠP ΰϴD4,Xd8 d48,t p!.P<(HS`|mzdxPl$h L!`*5X>>?@??D\EMOPRTtVX\t`dhPjmru@ dl,@Th$< Ȱxpp@ddPոD4D (@88 N + + / ֱ + + $9  $901 !7 !!f]=]f\H \TjA!(=Sew+ ++T/f4+I /24+> /)4+q/\4+x/Yִt $+t+ N+/ $+/9+C $+C+# #l+a $+y+9/@ >IT\fq$9)2@ #CNYlt$901"32>764'&"&532"32>764&'&'2#".54>".532'2>5'.#"|;?/,_C-<8#N5!Cp_D15Skh* !3(YG +( !I%"()J!C.,G()6( lm: Y7WO:ww[95T_TQv $R;; ,=$cM@ъa)Eo֋ ?.w2"x?KbSuI-z~:^IQ.j@FZʩ!#^+3W+2++[+5/}4+24+{ /3:4+'2f/X4+/Aִv $+v+ F+c+[ $++ 2Wg$9:Scilp$901%.#".7>54"&'6722;#.#"#'&?3>45454'.'./7$?324654&+>>326'. /9=  /27+  =80 )8z @"eTU9-<-UT&($  2-# /& ' 2"( $0(CE(=/7DBi/AF'       'FAw3&n_ /Cw)TU UT ) '  A<d3DCE)c|59 "n.(3FG GF7 !3v+ %++&+& +&1 +Z/T34+2 /G4+M +4+zt +z4+h1 +4+/94+/[ְ42 $+w2+2) 9+2) +). +)}+2q $+G2qc+ $+#+2 $+/+2> $+P2+6>G+ .TSS..ST....@)tz999}_l$9qn9c@  &D`h$9!9# 9CL$9G@ DP$9ML 999t@ !C _aN$9hz@ #4>cnw$9014632!2676&#!46?>54&#"#"&'467672!26?6'&#!"546?>54.#"#"&732654'./>76263!2767&#!7>?>54.#"A}nCbk=L5>,^B\U?Ed]:"0?*+KO"O69H.0V=. >BkO2 1' \  f/:WM4+Z   7-$-5#4Qh|IfJz -5I35L86L!L{I*(i$H|OjgL,etcWk^3 % *"u-V^Dsl:7d(ja33CsӏQa=W( B&DBF;3=:;" ),^@cSo1&* -l6:hoAZT*#!8y#++++ ++# +++U/4+d# +d4+\ +4+n +n4+32 +3W+? +4+z /94+/H4+/YְB2 $+2 + 2 +< $+<w+} $+}i+ $+.+ K26  F+ $+/+P $++6 8+ rt+ rtrq + rsrt++srt #99qrs......qrs......@ #?\$9'9<399w@+0HU`dnz$9}99.9M9dY`$9n\.Pi$9?3M$99@  632#"&546323265!"'>54&"#"&54>7632#".54632327>54.#"'7676'4&'2762#".'&"327>54&/76'4&#"3265469)'!%'Ri %XFof81'-P5# nJ)[EJF?>k;E^t;?J`5R;  Bg#D;-1 9&DqTAI/3VEXw2*5-AJ'mG# 4K/V{G<;u^ A=!".47632!476327#5<.#"!6&'&+"3!26326'&/.6=32>54&34763232+'.#"#'&?3>=!"/54?>76;2q% ) -3  - % L 9#TwD7  +A  #+2%;PDF>, FD_b)-$j3D1o1-T'RTUW#+=WUO0q Voy 4#! ! !   #ydh! %'/E+  B + 3" GJ IG;R -#5\)R.  A;06"( UW WVnz73 1% /%(]+&+& +& ++ #+ 3 !+2 +H/r4+cY +c4+lP +l4+, +4+ +  +@ +@z +@4+  /;4+/34+/Mִo $+o)+^ $+^+w+C $++6?J+ /0?+ ..?+ }~>==+ 87@ /078=>}~.............@/078=>}~................@)o@&3;@HPcrz$9^ 9 69$9lYMRio$9,P)C^w$999014&#"327"'632#"&54632326'4&#"332?##"'632#".54632327>7#".'&'"327654&#"732?'#"'7632jEwf{!})T^/72#^@nLwwbZcvK:[XtNFڭ473upJ^/UF  8Y]?  AM+Rp53JR zY[3;xcTH{yTv19 w !ݜ_;#B) ׏}-%+ # 1X5D;[  fk ! T69\m ! "L.($0>_++U+U+J/u4+; /)4+5/U +54+ U ++AU +A4+/Oִp $+p+ =+' $+',+8 $+8+ g+Y $+z+E $++=99'29, ;?Jau$9g!#Uj$9/)@ 28=EOpz$9 59a9A?9U#!]dj$90132654.#"672#".576%32654&#"?62#"462#".54>?7%46.'32>54.# rPu3jFwCbìö5esV7 ? -XbZSLAZdi^8`A6L3enP\k {( ``jXLj`4+Zq<|URȸ-foJ ?ÕDhwQ-0F>`$0dAhPb5w瞌1#+jr(1op뉚r4_NJtD!);Y#+.3R4+I2 + %+ +@  +1+7/63A4+/X4+/<4+)O # +)4+,2Z/ ִT $+T+ $+[+6?'7%!?7'#!"&#"76H{7' 5)RL {cK4AX.,"% #75bqqG@}X9 psQ&$+n0)=,J=7\GZ`?,B#" I-) >+/ 2 M/`"< 5H #! $2>Ka}X+%+"++T/r4+ /~4+?" /34+e/`4+/Wִo $+o+]20 !+g $+  -+0+ $+I+6 $+6<+B $+B+ $+N2*+ -+L2  !+b $+b/u+Q $++0[9I_ej999<6@"%-:?ETr~$9Bdx99`93~@ *0-:BEILQW]bgou$901"654&#"&54767'&'46322>54/"6'4&'2'.546#"&54767&546 4& 32654/7>2654/"&546?Xr@i\ND}Ѻw'u%'RT5auhd?L-KH=DR$M2S˼/Ѿ"5X 8'B %4C#}Jy=@N}7?KaFwIwc&lN};>-Rjިi!Zuy8lHp:N=}RR/*I1cF;QZBPi3Q.5\~֠ϲ{)}+"vy,,KX`g|^$1q>dkrm-H*coh!$0>`1!+++V/A! +A4+ ! ++5/! +54+; /)4+v/J4+/Eִ{ $+{+ e+] $+]/e $+8+, $+,'+= $+=+ q+O $++e!#Vk$9',@  5;?Jbv$9=129999!Vk9A#^eg$9?9b95 9)/@ 28EOq{$901654&#"327#"&5432&'$65#"327#"&54632'".54>32'.6=7$7>7654.#"32sPt4jFwCbìö5dsV7 c? -XcZSKAZdi^7`A5K3doP\kcb { ``jXLj`3+Zq;OURȸ-foJ ?ÕDhvR.F>y`$0dwA~hPc5w蝌rr2$,j r)1ops3^NJuC{DGJ++1333W+(4222"+"+^/z34+2224+2 /3R4+cu22" +4+@" +@HF" +H4+/h4+/+6"8+ .......@$9R99999"FGJ$901!#.#"&47>72>7.#"#&4727>&'!"73!;#.#"#'&?3>73>?3#.#"+'&?67>/!#63!>326'.'+>326'"&".76o,"  /, K]% & %8(' /.  $ U" sנ 0 SU*,1 USQ: (\  " 7 SU*,6SQ/P ufS"/AC6,(DA3 % A_ !DQBC1,(DB  98T      JW#+3%W+62+13z+/2S+E4+2n/4+24+# /34+s2#S +4+<#S +z+@K#S +@4+/[4+2X4+/}ִ $+,+ 42 M+2? $+2?B+V $+V+ $+8+8+ / `8+ $+/` $++e $++ , Xk$9?MQ9B@ 6S[h$9V998b99ƽ8e{$9<}999Kb999E@V`$9SQ9990132654&#"263 #"&#"#&7>7674.'&723 4&+3274&#"#567476322632!"&#"#'&?3>74764'.'#'&?3"&'>323 $54&/7654.#"32>54&+&'532#"&;d}6T-"mP/lђf!9+q??q-wƒ@\KQ"[l#_P/ d'zsq?*TR7/+^TU6455DC_689CD'?p! s ~=gw!g/2f9R c@kL-y}!7Z P))HwE ;{{; - ws  {V J{yCr9 TT!- ~b*TU  GF7ey 6)) FG 6n3ZhJ1 W'LF57LP++{!Vr+-+y4+ +0+m+=4+"/W4+e /E4+`Lm +`4+/'+ $++h+B $+B+ $++6Z+ <:npU+ ut12J+ <;<:+nonp+onp #9;<:912:;optu........12:;optu........@B@ "-IWemy$9 b999`E NTY$9=L@ '68Bhqr$9m 99y w901".57632'"32672"$.547>32/%"326?32% .'#"546763 7&/.#"BPѾ# oTJueߕq˰Vwnhyx1+ WF aը06Ḃp  I  pц738d=J )$yxfluTrR[f m`Zw}@*e_`+/.?;ww{ > zzbz>&0+]^bܭ}^sDVhh(+.3z+12+B3z+?2^+33P4+2{/4+24+f( /3I4+2/l4+2i4+/ִ $+8+ 8 +@80 +@2Y+U $+UK+d $+d +""+o $+o+6 }+ .++ #9.........@8+ix$9KU@ (^flu$9PI@ "8Ydo$901%32>54.#"263 #"&#"&47>754.'&473 4.#"&7>32!"&263 #"&#"#'&?367>7674'. '#'&?3"&'2>3232>5!"L 0aQsZ)\(;(RM%V\{9* =8.  .8= ,JR@|׌T( 4XsX'yF IDbȿ`?+UT K  - TU6455DC0&*  .*CD'?^Ɣ^HH7957yٖbV 4$ c\#    'FABE'    7,yۼo+R哘U7L`8 9ˠd% UT X  TU  GF:5$*! FG %b/ wS&++(+#3+W+=+O<+B39W+Z+4+3+/4+4+2( /4+( +4+( +4+S( +SS +@ +i( +i4+dZ< +4+/4+4+2/ִ $+0+R2 +2g $+2go+2 $++2 $+2+y $+w $+{2y+! $+F!+H $+H/F $++0&$9 9g 9oq999 999y9HwA[_$9#99!F999ڞ9$99!$99 z~$992y$9S x9999Ziqu$999dFHW^Gs$9O$9012>7>"'.#'3!26&#!.7>76'.'.7!2>72'.#!"'#'&'.#!"7>5?6/5./3!26?>'&#!#'&?>76'./&?33!263&#"#!"&'67!267.#!"&'&57.467&5&7>3!27&\CF&       #K@G?R 0b3d  =7..7=  \& ()E-#&PJ//0SV US%R2S`%,% "=c4`TR_('$4TU9[6;.59DC2.( 3aCDfh;!-""5M0+U1EG GG3')#5!!AE %*1  q'!]" *()X'    (DB+3BD(    ? 92P"3'Aow& 61B "SU$Bq#USCȄ/  TT*bm.D^85TU 1! FG !=8^me6FG ?WZ/!/ (FCEqD"EC 0 E26 wTA +3W+2"+4!+'3W++4+++d/4+24+ +4+76'.'.7!2>72'.+"72>762"'.#'#&$#"#'&?>76'./&?33!2632'#'&'.+"7>7576/5./&=7.467&#57>;27&'&#"#!"&'>326'.sBA@%C9*  =7..7=   & ))E-#&CF&       #K@IGiRT- .TR_('$4TU9 6: PJ. //SV US$R U1EH GF3'#5!!AD.59DC2.( 3aCD, ,DCjR>K$     (DB+3BD(    ? 92P"3'KOO %*1 r&!]" *'*\/TT TT*bm.D^85TU /w& 61B "SU$Br#USClj(FCEqE"ED 0  E26 n! FG !=8^me6FG GF<{2!,++h+4++ 鰛2 l4++3|4+| +@| ++3t4+v2~+`/4+, /4+:,~ +M34+2,~ +$3+!2D,~ +D4+A4+G2/cִ $+/+  + $+5+ $++( 2( +@(# +( +@ +( $+/(+V $+V+K $++6+ v.w+ #9w..vw....@5@,=@`h|$99D999(m999*99Vpq99@ !$HM\$9:*\$9K9/c$9 J$9|q99990123#"32674&'&4723263! 4$.'&+'&6?3326;#"# 46$32;+'.#"326?#"543 2>7&'#".#"!2$7".=45>7>'#"&'w-!oL܃P5H` ++/d1- |< , " $36v$#  )Zyo4(;7;_\u>-/BEe ",'#nwՁF   :!t84 )0 D]j mhܾ{C4K9! % %+4xN784%d  #hC z'-j/--El_42#%5wW!-/iٰhxv  \&R" R  $4shT +V\333W+S_222!+'774.'&473267!&'.'.73267.#".7>76!67>76&'#"&#>326&'.'&5!>326&'.'&47>76&'#"&#65!.#".723>76'.'&673267"!6'.'&673267".#".723>i /8= ,r+ =8/  /8= ,89+ =8. .8=  ,89* =8.  .8= ,89*  =8. 70 /)"499/(  0)!499/( k 0)!499/(  /("4990'  ,) #:4# " 1%$ ,* "94# " 1$#J ,) #94$ " 1$" ,) "94# " 1&$BE'       'FABE'       (DBBE'       (DBBE'       'FA&,)3%  Q "Q":;UT(5$  R "R#9754.'&473267>32674'.'&7547>7654'#"&#674&4654'.'&5473267".#"&54723>i .8= ,89+ =8/  /8= ,89+ =8.  1)!599/(  0)"499/(  ,) #94$#  1$# ,)"94##  1%$BE'       'FABE'       (DB(5$ (- +*#94+/Xִu $+u2+ $++ ~+N $++2u@  +!8:T\hx$99-99 >999~9N9h+Xu99rbQ`j$95\0P|}$901%654.'.723263#"&54632326'65'.'#'&?332673##".54>3272>7#"'0'.#"3276'&747>76'#"&'u@p -89+q=;kJ+f7!,)>>%cTU64?*US35v'ZP@9g(  8  )'Z>r4aCD'?54DBc1{;  ;{솓x3#<1%#%V\W"TU UT #%,㍋ފeR;3@^ 6% 3@LPb֋S8EH GF.ZsaA$+RX333W+O22+"+(=B333W++:E222+333-4+9222/3s4+k222o4+2 /u334+222` +2鰥/334+24+06222B/ָ.2 $+2"+ $++02 +@ + 2b+2 $+2b +@ ++ $+C+"A "-0$9 %3$9A'*+569$9JI7$9oi9Zh999[9`b992$999-3+$99901%.#"&47>754.'&47326767>.'&47267.#""'&'.'7;>326/&'&7>76'#"&'247>76&'#"&#>326&'.'&6767&'#'&?332673#.#"#"&'.'&'.#".723>76'.'&673267"S .8=  ,89* =8.  .8= ,89*  =7/ rJH$1 ,V~. rHL} -*#0 B e7/E#B($*"$7DAjAT*@-=|RAD*.(5DB  %.< /("499/(  0(!499/( /0 <SV5'-.URQw<6!>bRU7#)/'0 +* #94# " 1%$ ,) #94$ " 1##BE'       'FABE'       (DBRh!3     xJ_    AS(/w,jN GDP2B5@7 DH GE )1)3%  Q "Q":;UT(5$  R "R#9<t"I$ SU UR 3?7&LRU  $ M"(,& l#  i%79U@GV(,% l#  i% 698s5| ++ 3W+$+*3!W+-2+3]4+N26/}4+6} +@6y + /<4+ /k4+r +4+/W4+/;ִ $+H+ $++4 4 +@4, +4 +@# +4+f $+f+\ $+\+ $++6=h+ r.ppqpr++qpr #99pq....rpq......@;S9H@!$89754.'&473267".727>7654.'&673267;2>76'&#-267&+"&'547>7>'#"&#>mq$$8M2 =8/  /8= ,89* =8. Q:$".#! # 4 $""4:$"-0H3O8% QM.:LF,DC-9_?(1 '/994!(/  (/9ߤ    'FABE'       (DB*Z $i!47%'e" %h! &((6e($J00 '  ܸ!5=N*<:x7<9#Q" Q  %3);:#R" BtNI+?BE$3W+ 76&'&473277.#"&47>&'#"'#.#"#'&?3>7676&'#'&? %#3'.#"#'&?3>7>326'.'&676' %>326'.74732753  XN 2^ z5 T< Z 0h   b2C(((  3 (#( D#8A3FSV&URJ% WQSVM4VTMA ! TU&.UTE "ICD+%ED!A(OCEN]DBP*V .MBD#DBI(9b6/s'`U     PaguE   2  L\100     ,1?Y:?9E"SU UR2]R @SV  VS C<  TU UT(SS6 FG GF % 7 dG- EH  HE!E_=EG GF0K40sCO+-+(30W+&2f++ 933W+622{/4+2{+h4+{4+/34+R2O4+U2/ִ $+3+! v+!+l $+lD+ $+C+ M++` $++3+9!x99*:$9Dl@&'(=LNrt$9C A999Rh$9 90-e$9@=AIJZbkop$9014.'&472263#"'&""&"#&47>5&'.732'4&'&'#'&?332673##"'3#.#"#'&?3>545.'#'&?%>326'.53265454>7676'#"&'Z 16?1}Z/s? -$55 15@1}Z0s@) ! A7(RU;%/1US$=,-L8G&gRU;$/0US&+$ 99STA DBk$RV USX @#DJqp. RV US +!)S7(SUSxXFF0;>31EG GE ;rjD9++)EG GE '1 '3CS+z+A+G4++z++(4+9/O4+. /"4+T/<ִL $+L+1+ $+%++ $++ +  D+4 $+U+%@ (.9AGO$9"@ +143 %"325'2#"# 76$3 !"!2$76-'ŲzVVrX ՜n`سo`7uϞ]# ^P-j{h'v';C,濉>*ʄkFx5}5Dg+W+2+(+Bz+2"++4+P/4+24+ +4+4; +44+ +4+/p4+s4+p+v4+/eִ $++626 +@6 +6+2E $+2E+ $+=+..+| $++6 %Ss$9E@(4;BMOv$9IJK[^$9E949;e999ik|.$99901.#".7>7654.'.732632#"3 4.#"3#.#"#'&?3>554'./&?332632#&'532>54.#"#"&'>326'.'&32654.#">32#"'#5oXv (@9*  =7/  /9<  ,8-l`=Fiki;.o71Va9gG91DCiJ0.t&FG.56<616_S0      'EBAE'    1JbT)8knR4^ A]I 06:!TU TT #'%W5ST ;Xtc0TW SP-`oU9 GF@\d3 FG GF)AxSr6 ᏃR 2>J|Z+4++r4+0+z+0+3+?4+ / #+ /S4+b /4+!? +3! E9? +E4+/ִw $+w++*+H+6 $+6<+B $+B + *+ o+ $+++N99H%9<6@$0(?ELOZdfkrz}$9Bl9 ^b$9o9Z9$%NOX$9S9b9!]999L^d$9E@ ()Klz}$939@ +BHow$901"32632327#".#"'>7&7>3 %"325'2#"7>3232?'#"$/76767$76!"'&576$3 326?".'&#"'76-'ŲzwqTmE#uZs@!ZP8tVrX ՜+YC'ylZ˃mP&B[1uϞ]  `70V<"J%$\ow$+ *VP-j,(kV=H><=)Q3bv';C,j,X.-/ A?3&M"'  -F=Gj*ʄk8|%-_34@A)>i<~}@O+3W+29+4W+(+"3Mz+$+W+L2+4+/4+~2W+4+4+\9 /4+R9 +4+?F9 +?z+4+9 +4+p/4+4+jp+4+/ִu $+u+ A2 +@ ++2 $+2+ $+H+a2..d+ $++ %m$9@(17654.'.7326327#"'.#"3 4.#"273276&'.''>54.#"#"&'>326'.'&'5#"'3#.#"#'&?3>554'./&?332632;#"'&32654.#">32#"'#5oXv (@9*  =7/  /9<  ,8-l`=w^Mq/0i;/n71Va9gG2~V7H[1suDjv.54DBRD2dCE'?>1DCiJ /k;.32654.'.54632#'.#"#"&+'&/763254.'.54$32'&'.#"# &32327>5%.54632> VX-;e?h hXla: !ʑy#-W5iu5(&>]>;j'.\2k ?{d{s(2+ PL!$I0aGmd6kxY.$  #-Xtib2L'liECD )%,px`v f8]3(qDAbB(#. { Y0W9:(8a7C/ }8^:8)=4AWU)~<"A+4+v>M/(*-J.-% DbP!!߳A &/1O1jw-$0K=q)4/G&C+WXA{9.+)31W+&2+2 +@ ++K+Z+`+Da334+2{/4+24+. /34+o2@D +e34+2/S4+/P4+V2/ִ $++ $++  +@( + +@0 ++h $+h+ $++Z $+Z +@Z] ++6>\+ HJ>z+ .DC+ a.c>e+ HIHJ+@+ cbca++>\+ +IHJ #99 #9bca9CHIb........@ CDHIab............@ 99@ -1PQz~$99599+,x$9"99h99&)rt$9VW$9`j$9@]$9[999M9SN99P901.+""'6743732%2#&'#"."&47>77&'.+"#"/76?>;;2%32'#'.#"3#.#"#'&?3>767>326'.'&47>3267&'4&+"%7>;2%8y;( 3A7$8<> )|' ><8EPTc NQ & " (JT j_F2iTV27F)USf6 BgCE%F71DBk>$JcuIB Ʊ ' FG mYPVJ`D  Ac@H%       %I?#.Xe04 *!1eQHS&TU UT)PT4FG GF0XJ,Yi%# ~'$i`YsR-+@+CF$3=W+I222u+i3334+222/4+Y- /4+/l34+2224+2 /ִt $+t+ $+3+ 3 +@3? +c+ $++ $++T $+T +' M+' +@' + ' +@  +'+ $+ +t=@ru$9399Co999cd9@ E-IYiHlj$9$9' 999@ &'36]|$90132>54.'&473267#".54654.'&473267#"'&4&567>76&'#"&#3 65>76&'#"&'.'"'#'&6?332673#"!".54654'.'"'#'&6?332673#"267654*Cu~dQ/ 8'1 0.'n2 (0Cq{>vbA .8= ,89*  =7/  lg^ /("499/( HmAp2 /(*%'#9/(  $"  #&'%+ " , 4siCqJ $"  #94$ " , Xce '@qCdO,8)     )9+ui=Dlwa.BE'       (DB#bJdZ#J)3%  Q "R":;._!uM3)3%  Q "R":;'(% h"  d%38(Oz΄!`-'(% h"  d%38J#U_HaEs/k+@+D++!333W+ $222z+3Z4+.'32673#"'.'#'&?332673# 676&'#'&? &67676'#"&'27>76'#"& 3,s+ 0J4Yk/JS  .}U, d$)EC @M:&URQH%Y#IH#l.0LTT8$.+UR'(7SUDC83&AD&/%6CCN9.=>-A.AD#     'F8./0yU     Y[005-B8 s UR O[WXv2TT US6=8(SVGF!$*76'#"&'SI (6r& Nbl'. '0JG %n,.  963YH $~+,, AJ' .=SU0"UTHHl =)-A"S0A  ,SU0%6US, !nSU/&0+US1 "(10BD&1'.DBw# 'CE6&}/DC*+t 9*H 9'#5 NLCE/DB=?<>     V=/293#12ZQ;    :4P11 (?_5\     EJp11SU UT83(25'|\8%Z SV UT.#>^eSV US 1;AEG GF m^B'e% EH GF-*!1QR#.+$V6>FG GF5tX#t"+3$W+ 222+1+I3/W+9FQ222O++34+222/e34+2/34+2$/)ֱV%+63+ + r3+ &DS3n+  t + ,> ڜ+ Y3+ + ,,+3+ S+&'&D++ ,+,+>?>+3+ &C&D+TS+ڗ+ >X>+sr+rtst+++ r+3ڠ+ tt+t+ک+ ȩY++3n+   + ڠ+ ++++++ +  + #9r9'&D #9C9S9T9 9t99?> #9X9+,99ȩY99999A/&'+,>?CDSTXYrst ...............................................A/&'+,>?CDSTXYrst ...............................................@$9$A A\]mxy !$999/9$901%"&"#&47>.'&.#"#&767674'.'&7232633276'.732633#.#"#'&?3676' 3#.#"#'&?3676'.'#'&?332673#"65.+'&?332673# &7676'#"&'26 .467636'#"&'>326'&767>326'./Bf@Z#*)J)h/=kC/-#*( H )j)oEDATU +3"US+SU2VSW) ?KFSS ,3"USSV2UR\+%^BD1DB   BD3,CCFS@$[BD1DC9CD4,CCAOZN '*#i!'f   *WH (*##%ff  8s_+TT UTQSU VRuZ+ST UT RSV USu)J3#]zEG GF  K   EH FG1[`&vyEG GF m FG FG5tN+3W+2$+*?E333!W+-74.'.'.7232677>.'&4732673#.#"#'&?23>74574&'.+'&?332673'&676&/&?3326; 47>?6'"#"&' &766'#"&'2>326'"'.2AE )=>( DB2 9fJ  .-! //!!+' )z Qc'E $6 TU4:F)UTf"  " ,SR-4!US RU0 TQL?  IMAD !/CA BD5.CC #"3. .00CD%F;2DC 6*, AC)       )D@3 " a>    &!9(    0G'.Z%TU UTQ 9)0' ST UT$  RU TR 8' rw#:&DF FE f3FG FG:1;1/:/!2 FG GF>d1r&+&5+K+K+++T++A4+3/4+ /[4+Z4+}h +}4+7672!"&54767#"./76753!2632%>?32'&'2767.##7>54&#"#!"%3>7%37"'!1;G## \#j 1?LnL'#("-9דtc[%1.,OW)d )1"<%?-*.* 2:A1 ! ",/B'\ < ) e)<^*L7$ci /' -  @du ! &[CB  ;#,(ow8"6,uq&9!Iخ>  / L>* )3,uv c$'1 3H'3?F 5W+Qkq333ZW+Nht222b++33 +24+/34+2224+2W /34+22W +4+AW +鴈W +4+ /7^334+12=/%3+4+2 /ִ $++*+"+ $+(+4 $+4 +}2 *+ +@ j + :+. $++6"8+ .......@T999A %I  $9"NOQ$9E999(AAC^bqrt$9 +17=n$9:99Z$999999BC$9 @ "(.4:$901462"$462"%4632#"&732654&#"4632#"&732654&#"!#.#".7>72>7.#"#&4727>&'!"73!;#.#"#'&?3>73>?3#.#"+'&?67>/!#63!>326'.'+>326'"&".769R99R HYd=HZR@7ZR?7[!n," /,  K]$ % %7)& /.  $ U" sנ 1 SU*,1 USQ9 (\ "6 SV*+6SQ/P ufS".AB6,(DB3 % A_  !DQBD1,(DB  }R99R99R99R9bHZe=HZe=7[R@7ZR?HZe=HZe=7[R@7ZRT8T      /!#;#.#"#'&?3>7462#""2654&>326'"&".76763!>326'.'6767>54&#"!3.#".7>72>7.#"#&4727>&'!"7!#"26"4CX^bA6 # 7 RU*+6SQ/P f /SU*,1 USQ9 zmmkJHH/35Z66o#!DQBD1,(DB   fS".AB6,(DB3 % Y1<[XR@נsv," /,  K]$ % %7)& /.  $ U" mnEEg,xIbb?l t SU SQ(* SU US!KhfHFh>/-??-1 +4+Z +4+ +224+/G +g3/G/ +@G@ +Gd4+ /4+ +4+/4+4+2m/Yָc2 $+h2a+2I.2I+22 $+22A+52> $+82>+& $+ 2$ $+&N+Q $+"QN+$ $+$/" $+n+6M+ ........@a9A2+$9>;9$& ;$9N S$9Q"G99 V[9K9@ T`aqrS$96U_s999ACNOQ$9>;9Z)99'+99%>A$92=9G$99/d#;999 578$99 "#$ch$9+{|}$9901'#'&'.#!"723267576/45./3!26?>'&#!"#'&?3>765!3#.#"#'&?3>7676.'#'&?33!263&#"#!"$'>326'.767!>3!267.#!"'&57.467&5&7>3!27&.'!5!"&#"#&7676&'&4723!2>72'.#!"7>7>"'./3!26&#!"&47>76 34PJ/ FSU US X2S`%,% "=d4#-UT_),<SV'-1 USJU*-'TV5$!d5;-6"3DC:7 +^LBD2-%DB*+ 54aCD*#h;!-!"6L0B]+EG GF+\)#5!!AEdeG/+}!V!:b-"d& ()E-#%CF&       #K@F@R /c42 =8.BHt& 70B+ISU$Bq#US ?„)  UT&SqSU US8O  TU 1! GF \Q>EH HE BuW2FG ?WZ/95#KCEqD"DBO!E26!8X+w5D  /\   ? 92P"3'A %)1  q'!]" *'*X'    (DB '-9~i+&+u+4+E+4+ +H++U4+/5u +/鴈u +4+Єu +4+)u +):u +4+ /]4+d +4+/?ִ $+ ++Z $+Zx+ $++ $+8+2, !+,+r $+r+ $++6Š(+ TR_X+ IJ¿s+ TSTR++ #9STR9IJRS........IJRS........@Ώ@ '/13:E]u|~$98)&99,o9ra999"999/x9519939}$9r,|$9~999:)9o99]$"fl$9Ud@  ?NPZ$999 901"'7.57632'"32672632#"'4772656'.547>32/%"326?32#"/54?'77632#"/32654&/7267$.'#"546763 7&/.#"3254"5( IOѾ# oTIudp,?R}^HPN)/9Kxnhyx0+WF aը07⸂p DWwV[&'.6P=7!-9 G"XSq]H   pх827e=J *$xxfltK ) " s~R[f m`Zw}xF9BV#!+'Gw|*e_`+/.?;ww{ 3eF^y();'66 " "5 'oXF^ / zzbz>&0+]^bܭ|ʆ   H'3?O`rU+Jz++4+^+@z+122@4+72+3 +2a+s4+/4+yU /k4+=/%3+4+2/ִ $++ $++*+Y+E2E" $+"/E~+f $+fn+v $+vM+(2P4 $+P+ $+ + *+ / *+:+. $++Y99%$9nf@ @J^Usy$9P  +17=$9 99ak@ MPYEv~$9 $9 @  "(.4:$901462"$462"%4632#"&732654&#"4632#"&732654&#""32#"$57>3 %"3254.'2#".54>#"$&576$3 !"!2$76-;N<HYR?7[R@7Zd>HYd=HZR@7ZR?7[HzLT^{VᭈVrX9ukCM}LI{S՜PPFn|$`سm`7tО]" ^}R99R99R99R9bHZe=HZe=7[R@7ZR?HZe=HZe=7[R@7ZRM[O-j{/vB㏈L'LO狑F濉i*ʄkEx C Ao{#"/'32566/7'&'.+'&'";732$"'#'".'&/7&76$32732'&54>36"&324#"'"'7&7>3272".ͤzT0:tO  R^c  k̰1ͧg _aM  K_L9Go{<8tlD2CubE_{Vۥy) oVa+ [XHzLeD{}pAs5a euy  fe  u)˅t` \濇 DA䑙}ȃU[O{zA(vw=pIM=^d  s'3?:f+D{+SYu333~W+P\s222+3334+$222/4+f /54+f +4+f + +%f +4+71f +74+ f + ++ /=4+/34+2224+2;/ִ $++ $+k+@ @k +@@} +@+, $+,+(2 $+42+2*+ 2 + $+"+:Q22 $+.2+ $+J+a M+aJ +@a[ +a+ $+<+sut$9kq9@x9999,{~$$9!"99@ %+17=Df$9"$9PS9999aJV999A "@k1:$9%a999n99719 (.4:$9=999+`99901462"462"4632#"&732654&#"4632#"&732654&#"32>54.'&4723263#".54654.'&723263#"'&4&567>76&'#"&#3 67>76&'#"&'.'"'#'&6?332673#"!".5465'.'"'#'&6?332673#"26765:R99Rwd>HYd=HZR@7ZR?7[d>HYd=HZR@7ZR?7[mudP1 55F1/'n1J3 +m͙P_?q-79+q= kh^ 0)"499/( HmBo2 0)*&'#9/(  $#  "&'%, # , 3siVm $#  "94% " , Yce R99R9R99R9HZe=HZe=7[R@7ZRoHZe=HZe=7[R@7ZRBhqDdPBC%    KTӰZ+fӓ`/{;  ;{#cIdZ#J)3%  Q "R":;-`!wL3)3%  Q "R":;'(% h"  d%38(3u!`-'(% h"  d%38J#U_Fc+s N[m+W+2+0+-W+926++34+2V+f4+c+/4+24+ /u4+2f +4+Jf +JW+JL4+lQf +l4+AV +W+ 鴮V +4+/4+24+/ִ $+(+$&22>22>( +@> +72(> +@( +.2>`+2Z $+n2ZS+i $+i+FF+ $++99>(3~$9`=99Z99S@59AJflxz$99u99o$9J9VQ@ &EF`i$90132654&#".#"&47>754.'&473267632#"'7324&#"#5&54757632#"3#.#"#'&?> 76'.'#'&?332673#672#"''32>54.#"#7>76'#"&'>326'.x pmdQ .8= ,89* =8.  .8= ,89* =7/ (X#0fÁc6;!1yT)MO1Xq5 (#)TV64?*TQ-\TV64?*US\&Q"ymC;yٌ+- .2t:'cΔ%V 1_CE'?54DB[:89CE'?54DBg/l ʑBE'       'FABE'       (DB#Hvs}NDp uvku y&&TU TT  ) (V$TU UT?4+02x# /b4+/3G4+?2224+C2C/ִ $+ + $++ 鲳 +@ +2+' $+'+22 $+22]+| $+|7+ $++  +@ + +@ ++S $+D+:99 A89<$9996$999'9A03$97|@ #&0=?Ybn$99299C9999S969#9>n]|99xhVfp$9bA5U '$901%54.'&473267#"&54632326'65'.'#'&?332673##".54>3272>7#"'0'.#"3276'&547>76'#"&'.#"&47>754.'&473267>326&'.'&47>76&'#"&#6'.'&673267".#".723>a /8= ,89* =8. >%cTU64?*US35v'YQ#5*g(  8  )38>r4aCD'?55DCc1^ .8=  ,89* =8.  .8= ,89*  =7/  0(!499/(  /("499/(  ,) #94$ " 1$" ,* #94# " 1&$BE'       (DBzx3#<1%!%V\W"TU UT #%,ゖފeS;'9 ^ 6% 8,KQb֖S8EH GF.ZBE'       'FABE'       (DB(5$  R "R#9<)3%  Q "Q":;UOU@GV(,% l#  i%79(,& l#  i%71SrC+=3EW+:2+3(( +(! ++4+ +2 N+3LW+/4+2+4+4+qx! + 33q4+2Z4+s /T4+L +4+4+2/ּ $+H+7 27+{2 $+i2_+ $+-++ $++7H@Q$9 999_A (2:<=v$999EC9qx9Z9sXlv$92T@ d$9L9N9901226?32"#"&5463232>='&#""&#"#&7>54&'&72327272>=4&'.6"#.5567676#"'0'.#.#"#'&?>45454.'&'#'&?33263667632#"&'7326765'&#"7>56&"#"&'>32>s k'0";C-m@!,7@%cFy@r -89+s??s-7g) 1+4#-@Sv ) ($v-<j0xTD2%5  * 73?,TR(&& #$. TU72 ,-747}9p,o0 s,n5y͑~<;,%-36DC4,+  %0(CD(?46 1 7@}u >1%%!R)d$)M{; ;{k{; _ 32A/:|.+- u%-$7y;3G5Ց    TT (' -34TU ="7'[]u/%1 *,X*B-2 GF !<60&5FG  C Eo+z+ +4++++++z+22+33p4+q22+=/M4+v /4+5 /U4+2/g/_3'4+.4+/BִJ $+JB +@Jn +J+鰨{+ $+"+l $+l+ $+2\+1 $+1+s $+s+鱓22R+8 $++J99{G}999"9l@  F$9=M999\@ *.5Ugv$91^99su999999vx99@ BJRs8z$9pr9999G9U F995W9 n$9g@ *1Zdkl$9.ai9901&4>70?6;0"'"6?&74?672?632#"$&5767!2$76'676?654&#"'.#"2#".54>"3254.#"$57>3 "32#"&54?632#"54?62U" 95 1 qR0N "CJJ!"`سm|ǀ" ^$AB:0J0Hq /՜PPFn|=9ukCM}LI{U{VᭈVrXHzLT^ y!)+ p)3 M X  /&9>/*6\15!8濉i*ʪ;@xy0t#.+R/X1E0)sO狑FB㏈L'L{/v:M[O-jD 1  -w\p56+z+O2+"33/2+24++++/4+  /q34+]4+2 +4+2 +4+3K2 +3K3 +@KD +"2 +4+* +i3*4+z2/4+4+27/ִ $++v+l $+lb+ $++M22M+$2 $+2E+92B $+<2B+ $+ $+2(+W2& $+R&(+U $+8+69+ 44....4....@bl@ qz$99E$9B?9(!2$9R$999U&9999RUS$99AEu$9KA bl$93?9999<v;$9239&('$901%2>76'.#" !23!2>72'.#!"72>7>"'.#'3!26&#!"'2676'.#"".>32'&'&'.#!"723267476'&5./23!26767>"'&#!"# !23!2632&#"#!"&# !263!267.#!"'&437.467&"5&7>3!27&,,*68@#a3 % ))E-#%CE'      $J@GS 0b\#0!* 'P}BFRCqF&'/+PI/   ESV UT"V  S`%,% #=d\$n/)35# -6'3$h;"-!"6L1#W1EH GF-[ #5!"AE -"I?+3@E"1w  ? 92P"3'A %*1  q'!]" *()X' q(LYW*/?D'}<7-ZP4r& 70B HSU$Bq#USGĊ  -7 ! Zi ?WZ/58%ICEqD"DBN E26  Lu,co+{+=+++333W+222$+G3g4+k2_4+j2+(33304+4M222/ 4+ /^4+<{ +l33<4+ 5n$294+2S/W/P3C4+J4+p/3ִ $+!+ $++ 鲕 +@ ++U $+U>+\ $+\=+h $+h/+ $++ M+22 +@ + +@ +M $+M/3+ $+q+!05$9999999>U99\<9=AW_{} GM$9/hAFSUbqv!'(9:Ddl$9PJ999Ms$90^A !$9g$:9_I9i9{<9SA >\bhst}=D$9WMFv$90132673#"!".5465'.'"'#'&6?33263&54?672?6324&#"'.#"32?6?326?6%#"54?62#"&54?63232>54.'&4723263#".54654.'&723263#"'&4&567>76&'#"&#3 67>76&'#"'"'.'"'#'&7.54>?#"'#"26765:327>7&#!t&%, # , 3siVm $#  "93 qR0M "CJJAB:0J0Hq '#1 )# p'3  y)+mudP1 55F1/'n1J3 +m͙P_?q-79+q= kh^ 0)"499/( HmBo2 0)*&&9/(  $# 0!r#$  , Yce V5!  d%38(3u!`-'(% h" 9>/*6\1+R/Y1E0-X  )w#8  -+ 1hqDdPBC%    KTӰZ+fӓ`/{;  ;{#cIdZ#J)3%  Q "R":;-`!wL3)3%  Q >)":;'(% 0H 2  g N38J#U_Fc 3DGJ++1333W+(4222"+^/z34+2224+2 /3R4+cu22" +4+@" +@HF" +H4+/h4+/+6"8+ .......@$9R99999"FGJ$901!#.#".7>72>7.#"#&4727>&'!"73!;#.#"#'&?3>73>?3#.#"+'&?67>/!#63!>326'.'+>326'"&".76Tn," /,  K]$ % %7)& /.  $ U" sנ 1 SU*,1 USQ9 (\ "6 SV*+6SQ/P ufS".AB6,(DB3 % A_  !DQBD1,(DB  98T      JW#+3%W+62+13z+/2S+E4+2n/4+24+# /34+s2#S +4+<#S +z+@K#S +@4+/[4+2X4+/}ִ $+*+= 2=O+2G $+2GB+V $+V+ $+8+8+ / `8+ $+/` $++e $++=* Xk$9GOQ9B@ 6S[h$9V998b99ƽ8e{$9<*}9999Kb999E@V`$9SQ9990132654&#"263 #"&#"#&7>7654.'&723 4&+3254&#"#567476322632!"&#"#'&?3>74764'.'#'&?3"&'>323 $54&/76'4.#"32>54&+&=32#"&e}5T-#lP/mВf!9+q??q-wǑ@\LQ![m#^P/!d'zsq?*TR7/,]TV6454DC_689CD'?p! s ~>fw!g/2f9Q b?kL.y}!7Z P))HwE ;{{; - ws  {V J{yCr9 TT!- ~b*TU  GF7ey 6)) FG 6n3ZhJ1 W'LF57LP++n]+2+ +3鲳+4++//4+ /3=4+ 2 +4+qL +q4+_/[4+/Pְ52o $+2oD+x $+x+ +@ ++ $+2+' $+'+ 9++ $++Do@2<1MXaq$9/9999!,$9' $9999999/999$$99 9$99kPo999_ei99[b9013#"/&'.+"03#&#"#'&7<5>?367>765&'.'&'#'&5<5>?3!6!&' 632> 54654'&'.'45672732327&'!67'.+"&#".7>54&'.7 3?'6H P+ -@-P  Q+ aKK]a $N P &J: %N  P=*8. O 4I8J?s ;B s?@r n Li: +."-.& 45: +."  &%3:6 &'  %&3: U / H9TFi{; 11 <{5{;2  $(4}/+&'2+4+4+)34+ /4+/ /34+25/ ְ 2 $++ $+6+6;m=+ .";n?+ 4.3%&;+ .%W+ .9#+ '.(*);k9+ +" "+ #9 "9@  "%(*3..........@ "%&'()*34....................@199&/ 99901 ! !'!"505476733!250'# !7#!"547hTO]hjj Z:Z Xa9jg++  ~TyLL B#<;-: g/ dwS&++(+#3+W+=+O<+9W+B+Z+4+3+/4+4+2( /4+( +4+( +4+S( +SS +@ +i( +i4+dZB +4+/4+4+2/ִ $+0+R20 +@0* +:2+2 $+g2p+2 $++2 $+2+y $+v $+{2yH+#2F $+FH+! $++ӫ90&999p9999 9HvA[_$9D999!F99+&*9$99!$99 z~$92y$9S x999Ziqu$99dA FHW^Gs$9O$9=9:9012>7>"'.#'3!26&#!&47>76'.'&47!2>72'.#!"'#'&'.#!"7>7576/5./3!26?>'&#!#'&?>76'./&?33!263&#"#!"&'67!267.#!"&'&57.467&5&7>3!27&@CF&      $J@G?S 0b3d =8.  .8= \ % ))E-#%PJ/ /0SV UT$S1S`%,% ">d5`TQ_' '#5TV9[7:-69DC2.( 3`CDfh;!-!"6L1+U1EH GF3')#5!"AE %*1  q'!]" *()X'    (DB+3BD(    ? 92P"3'Aow& 61B "SU$Bq#USCȄ/  TT*bm.D^85TU 1! FG !=8^me6FG ?WZ/!/ (FBDqD"EC 0 E26 e5v+'9+O+W+V4+++X++E4+7/4+ /_4+^4+l +4+@E +4+/:ִ $++$+$+ $+$0+4 $+4+Y $++6?|+ yztsstyz....styz....@K99MNO$97$9$D9990@  6?]^iw$94V\$9~99':99)9^$9_.40gn$9El!]99@ AK\$9  $9Y99OV901&#!"54767654#"'677!26323%>7672!"&54767#"./76753!2632%>?32'&'2767.##7>54&#"#!"%3>7%38"'!1;n""# ]#k1?>b=:  '".8דuc\$1/, OV)e)1">%>-*.* 2:A2 ! "-/B'\ = )!e*<^*L6$dh /' .  zq @et  !(S56 :$,(ow7"6,rt&9!Iخ>  / L>* )3,uv c$'1shT+W\333W+T_222"+(=C333W++:F222~+r3334+$0222/E34+2224+2 /3334+BN222ݢ~ +4+3f~ +3~ +4+x/3 4+*2U/ִ} $+}+ $++02 +@ +)2 +@ + 2+i2 $+2+ $+&+ $++2 $+2d+32OOd +@OV +D2dO +@d^ +;2O+7 $+7+2D $+.2V+}99A "{~$99 %x $9/9m9A'+rtu $9s99&M9L99A:=[_$'JKN$99d6c99O@YZ*H$9JP997ABFTW,-0BE$9fM9$9 xu{$901%.#"&47>754.'&473267!&'.'&473267."&47>76!67>76&'#"&#>326&'.'&5!>326&'.'&47>76&'#"&#6'!.#".723>76'.'&673267"!6'.'&673267".#".723> .8= ,89* =8.  .8= ,89* =8.  /8= ,89+ =8. /8= ,r+ =8/ 7/ /("4990'  0)!499/( j 0)!499/(  /)"499/(  ,) "94# " 1&$ ,) "94$ " 1$"I ,* #94# " 1$# ,) #:4# " 1%$BE'       'FABE'       (DBBE'       (DBBE'       'FA&,)3%  Q "Q":;UT(5$  R "R#9"'.+""'654'>"32#"$57>3 %"3254.'2#".54>#"$&576$3 !"!2$76z{<1  1TRz{<1  1TgHzLT^{VᭈVrX9ukCM}LI{S՜PPFn|$`سm`7tО]" ^-I {1%+)#-J{1% +(#IM[O-j{/vB㏈L'LO狑F濉i*ʄkEx3s3k[+3W+2"+(3W++2c+W3w4+2/3>4+D2; /G34+2]/}4+/yִb $+bn+j $+j+2 2 +@2 +)22 +@ + 22N+ $+F+X2 $+2+by<99n@ ";=>`cwz$9j992 %A]}$9N/99R9F@'+CDGWZ$9>9A99;9w2Nj$9}]Z`9901%.#"&47>754.'&473267>326&'.'&47>76&'#"&#6'.'&673267".#".723> .8= ,89* =8.  .8= ,89* =7/  0)!499/(  /("499/'  ,) #94$ " 1$# ,) #94# " 1&$BE'       'FABE'       (DB(5$  R "R#9<)3%  Q "Q":;UOU@GV(,% l#  i%79(,& l#  i%7Fs`@ +QW333W+N22+!+'774.'&47326767>.'.7267.#""'&'.'7;>326/&'&7>76'#"&'247>76&'#"&#>326&'.'&6767&'#'&?332673#.#"#"&'.'&'.#".723>76'.'&673267" /8= ,r+ =8/  /8= ,89+ =8.rKG#2  ,V-  qHL} -)#0 B f7.E$A($*"$7DAjAU*?.={RAD*.(4DA  &.< /("499/(  0)!499/( /0 <SU5'--UQQw;6!>cRV7"*/&0 ,) #:4# # 1%$ ,* "94$ " 1$#BE'       'FABE'       (DBRh!3     xJ_    AS(/w,jN GDP2B5@7 DH GE )1)3%  Q "Q":;UT(5$  R "R#9<t"I$ SU UR 3?7&LRU  $ M"(,& l#  i%79U@GV(,% l#  i% 6990k +"333 W+%222C+4++A+D+7/M34+l|2224+2  /z3=4+HYf222/^ִw $++ 9=7672."&47>''.#"#'&?>7623#.#"#'&?36764' 3'6'.767 >326'.'.>32 3t+ 0K3/IS  .|U- d$( @M:'URQG%#"./MTU8$.+UR&'7SUDB84-% %BD'/%6CCN9.l|Y.@.AD#%     'E9./0yU     Y[B00-B8 s UR N\WXv2TT US5?+(SUGF!#+76&'&473277.#"&47>&'#"'#.#"#'&?3>7676&'#'&? %#3'.#"#'&?3>7>326'.'&676' %>326'.74732753  XN 2^ z5 T< Z 0h   b2C(((  3 (#( D#8A3FSV&URJ% WQSVM4VTMA ! TU&.UTE "ICD+%ED!A(OCEN]DBP*V .MBD#DBI(9b6/s'`U     PaguE   2  L\100     ,1?Y:?9E"SU UR2]R @SV  VS C<  TU UT(SS6 FG GF % 7 dG- EH  HE!E_=EG GF0K40:sO`!+7+13:W+.2r++E33W+B22/4+2³+t4+4+/34+^2a4+Z2/ִ $+?+) v+?) +@?9 +)+w $+w+ $+O+ M+O +@ ++q $++)?4999%F$9w@$.01IXZ~$9O#M99 !^t$9:7#q$9@$%IMUVfnw{|$9C9014.'.73267#"'&".#"&47>5&'&473254&'&'#'&?332673##"'3#.#"#'&?3>545.'#'&?%>326'.5326545<>7676'#"&' 16>  1~,-0 =9/ .$54 16>  1~,-0 =9/ ( " B6(RT;%/0UR$=,,L9H&fRT;%/0UR&+$ :8SUB DCk$RV USX @#DJqp. RV US +!)S7(SUSxXFF0;>31EG GE ;rjD9++)EG GE '1  qc8r + ++ ++)34+2+++o34+R2;/l3s4+S +4+^ +K34+2$ +=34+22 +24+ + $+ +@ +2ʹ /4+  + 4+/4+2/EֹD22 $+22+2 9+2+ $++ 9+2-+ $+22g+22_ $+_+2 9+N+x $+x+2 9+2~+.2b $+2+6}+ D.B+ .KL=+ .+ KLLN>+ .>+ .8:=+ Y[+ .(&+ ).&(()J+ 21++V+ +<+ +++ &'&(+H+ DCDB+V+ LMLN+<+ YZY[+++ +J+ + #9CDB9 #99MLN #99ZY[ #99'&( #99A"8:'(2BLMZ[1CD..................................A"8:'()2BKLMZ[1C..................................@999A  :$999999-*999_9\99B999NG~99xo99A +5^lnx$9~de{999s;x99{9SA Fa$9$A ,I}~$9L$9A O^hw$9A .$99 59901#"'./&'&'*#""2;272>?>76732:3272>?'&54?'&'&'"+""7>?>76:3##"&#&'&/4&5.'&+##"&#&'&/5654'5?>76:3;673'"/&'&'&!#"/546747>76;!6!"/32?676767!232?54&'.'#&'.'&5.=7627!67676?632+'&'!7!2>7>='&#"!"'&'&/&#"?63267>"'.+""'654'>!272'.#!"'46743!""5.563!2676#&<"       %?<"       %"  #   !9=#  #   !9>[ 1!$('  =A ')#!1 (1e113). $  DA@  $ .) 1!$('  =AA ')#!1 (111e3). $  D@  $ .)s{; 11 TR{< 11 Te5/'%AmmA%'/5/'%AmAmA%'/   "/{   -   !/|   - '}-!   (}-!  g1.+&&Y   W&&,,1- -) [ \ +/ +a1.+&&Y   W&&,,1- -) [ [ +/ +-I {1%+)#-J{1% +(#`;s=>r7;s==s7C 2BTd+ z+R+X4++z+!+34+H/`4+9 /+4+e/Mִ] $+]+>+& $+&.+6 $+6 +U+C $+f+.&@ 39HRX`$9!+@ 6>CMU]$901"32#"$57>3 %"3254.'2#".54>#"$&576$3 !"!2$76HzLT^{VᭈVrX9ukCM}LI{S՜PPFn|$`سm`7tО]" ^M[O-j{/vB㏈L'LO狑F濉i*ʄkEx;-9+&3 #-2229+ 7+342:/0ֱ  0 +@ % +0 +@06 ++2 +   +@  + 2 +@ +;+ 0(9&99 9946990127&#"&47>54#!"&#"&47>54&'&473+;s?@rA; s?^l^@r;B s??s ;) 1 ;{{; 11 <{E{; 11 <{5{;2 4}5Dz+W+2+(+Bz+2"++4+P/4+24+ +4+4; +44+ +4+/p4+s4+p+v4+/eִ $++626 +@6 +6 +@ + 26+2E $+2E+ $+=+..+| $++6 %Ss$9E@(4;BMOv$9IJK[c$9E949;e99ik|.$999"B 901.#"&47>7654.'&4732632#"3 4.#"3#.#"#'&?3>754'./&?332632#&'532>54.#"#"&'>326'.'&32654.#">32#"'#5nXv (?9+ =8/ .9= ,8,l_=Fiki;.o72Ua9gG91DCiJ0.t&FG.56;7~16_S0      'EBAE'    1JbT)8knR4^ A]I 06:!TU TT #'%W5ST ;Xtc0TW SP-`oU9 GF@\d3 FG GF)AxSr6 Ꮓ&J+% + ++ +&/ִ 9+ +! 9+!/ 9+'+6>+ ........@!9 9  $9901!!2676!&67677&'&47!'.17ml#'"q1B!#3L ƒs / #!D 0wF=P4++&3.W+$2+2+ 3F+V+Z+?[334+2\+u/4+24++ /3{4+i2;[ +_34+2/N4+/3L4+Q2/ִ $+5+~2 $+23+ +d $+d+ $++T $+T +@TW ++6>\+ CE>z+ .?>+ [.]>e+ CDCE+]\][+yZ+ +>Y+ +DCE #99 #9>CD.......@ >?CD[\............@95@ +,.Lz$999930999()s$9"99d9@ $%&Qnr$9R9999TV9uw9.9{}k$9Z3$99;Xd$9b999IG999NJ999LT901.+""'6743732%2#&'#""&"#&47>7654'.+"#"/76?07>3;2%2'#'.#"3#.#"#'&?3>767>326'.'&47>3267&'4&+"%7>;2'8x<' 3B7#Pt){'uPF PTd OP & " (JT j^F2iTU27F)USf6 BgCD%F70DCk>$KctIBư ' FG mZPVJ`D  Bby= =y#.Xe04 *!1eQGS&TU UT)PT4FG GF0XJ,Yi%# '$i`tL +3W+2#+)=C333 W+,;F222+33~4+222c/4+24+  /3X4+i2/34+2/pִ $++ +@ + +@ ++ $++p$999 `$999Xh9~4$999$901%."&47>74.'.'.7232677>.'&732673#.#"#'&?23>74?4&'.+'&?332673'&676&/&?3326; 47>?6'"#"&' &766'#"&'2>326'"'.n2BD )|( DB2 9eK  /-!  // !+')z Qc'F $7 TU4;F)UTf#  " ,SS-4!US RT0 TQL?  HMAC !/CA BD4.CC #"3.   -10CD%F;2DC 6*, AC)       )D@3 " a>    &!9(  0G'.Z%TU UTQ 9)0' ST UT$  RU TR 8' rv$:&DF FE f3FG FG:1;1.;/!2 FG GF>L+ H=+9D2"+)24=" +342. =" +3.2I/ֱ H+225 -225H +@5< +&2H5 +@HA + 25 +1 J+H"@99 5%=99498E999 199./901>5%.54>754&/&=73%&#'54?>5ZHuDj@9uՋ/B5R7B- -B7P5=4! NwfBN$ N_}T+B\ G-%//%-E쨤K-%//'+Et_*1%+3(W+222+6+O33W+?LX222U+53+34+222/l3 4+#2/34+2+/-ֱ],+63+ 3+ + y3+ *JZ3n+ + 0Dڜ+ `3+ + 00+3+ Z+*+*J++ 0/0+DED+3+ *I*J+[Z+ڗ+ D_D+zy+yz+3n+ {+++ y++3n+ ++ ڠ+ ϰ`++3n+ ++ ڠ+ ++++++ +++ +++ #9999y9+*J #9I9Z9[9{9999ED #9_9/099ϰ`99999A2*+/0DEIJZ[_`yz{..................................................A2*+/0DEIJZ[_`yz{..................................................@  &$9(A Gcdt($99939$901%.#".7>.'&".#"&4767654'.'.732673276'&4732673#.#"#'&?3676' 3#.#"#'&?3676'.'#'&?332673#"65.+'&?332673# &7676'#"&'26 .67636'#"&'>326'&767>326'.Be@  .-"  *( I ) h/=kC  .-" *) H )  k)pECATT ,3"US+SU2URW( ?JGSS +3#UTSU2US[+%^BE1DB   BC4,CCFS@#[BD1DB9 CE3,CCAO[M     '*#i!'g     )WH     (*##%fg     8s_+TT UTQSU USuZ+ST UT RSV USu)J3#]zEG GF  K   EH FG1[`&vyEG GF m FG FG5`s:+3W+2+3W+2+3[4+g{22[wW+J2H+y+/3&4+,2# //34+2w +Qq3336=222/a4+/C+N CN +CH +N]+ $+=+Q2 $+2+29 鰞29 +@ +29+42n $+2n.+2 $+e2s+} }s +}y ++]N9$99=@ #%&[^$999 )a$999.n@+,/cdg$9&9)9 9[FNCs}$99a9901%.#"&47>767"'>326&'.'&'+6'.54&'&54;25'.'&673267"646;2.#".723>327547>76&'#"&#3<54.'&473267V .8=  ,89* =8. 0)!499/( ryM +* #94# " 1%$ /("499/(  .8= ,89*  =7.BE'       'FAiy(5$  R "R#9<\y7T]  <GV(,% l#  i%79<+Sy #Ҁ])(,& l#  i%7>)3%  Q "Q":;U? - BE'       (DBZ9D2+ 3% "+2-+3/)ְ2! $++020 $+/4+6 + %.&&...%&....@!)9 -$90 9%  )0$901%32676!"5>54#"#!&56;'&54$3 T@V#{"K@V #Ew)R y{RӨbu N-w; bD1h+ 2+$3 .2 +* +2/ֱ +@ + +@ +3+999$901%&#"&47>5'&#"&'6723>32#"'&#"FPV FRPjf8N-TVLZ)9/\{; 11 <{lP- b9sD5/1D4W,+'3.W+$2+2+ 3F+V+[+?\334+2]+g+ %++4+p/z +zp +zv +/4+24+, /34+2;? +`34+2/O4+/L4+R2/ִ $++52 $+23+ +2c $+2c +@ +c+ $++U $+U +@UX +U|+k 9+|k +|s ++6>\+ CE=E+ .?=+ \.^>/+ ?>?=+CDCE+^]^\++ +>Y+ ++DCE #999>?=9 #9>CD.......@ >?CD\]............@9@ ,-.LM$993099)*$9"99c9@ $%'fg$9R[$99|UYZ~999zp|999.9993k$9gj99[e999;Wb$999IUG$9OJ99LT9901.+""'6743732%2#&'#""&"#&7>754'.+"#"/767507>;;2%2'#'.#"632#"&5463224&'&#"3#.#"#'&?3>767>326'.'&556767>3267&'4&+"%7>;2 '7y;' 3A7$Pu){'uOEPTc OP & "!(JT j_FpDyfP=H9Q-'!)b(A5P1jTV27F)UTf7 BgCE%F71DCk=%JctIBǰ ' FG mYPVJ`D  Bby= =y#.Xe04 *!1eQG{G~N=9'#3ǟ;0U.S&TU UT)PT4FG GF0X"LJ,Yi%# '$i`LD1/+''/ +'+ ++ / + "/ + $+2/ֱ$2 +@ +)+,,)+ 9+ / 9+3+) /$9 *9999"$999999  9901!2!">3232?2#"&#"32762# LE# #=fB{NR!B32654.'.54632#'.#"#"&+'&/763254.'.54$32'&'.#"# &32327>5%.54632>( VX-;e?h hXla: !ʑy$,W5iu5(&>]>;j'.\2k ?{d{s(2+ PM!$I0`Gle6kxY.$  #-Xtia2L'liECD )%,px`v f8]3(qDAbB(#. { Y0W9:(8a7C/ }8^:8)=4AWU)~<"A+4+v>M/(*-J.-& DbP!!߳A &/1O1jw-$0K=q)4/G&C+WXA3s3k[+3W+2"+(3W++2c+W3w4+2/3>4+D2; /G34+2]/}4+/yִb $+bn+j $+j+2 2 +@2 +)22 +@ + 22N+ $+F+X2 $+2+by<99n@ ";=>`cwz$9j992 %A]}$9N/99R9F@'+CDGWZ$9>9A99;9w2Nj$9}]Z`9901%.#"&47>754.'&473267>326&'.'&47>76&'#"&#6'.'&673267".#".723> .8= ,89* =8.  .8= ,89* =7/  0)!499/(  /("499/'  ,) #94$ " 1$# ,) #94# " 1&$BE'       'FABE'       (DB(5$  R "R#9<)3%  Q "Q":;UOU@GV(,% l#  i%79(,& l#  i%7-(`+   ++&2)/ֱ +@% + +@ +*+!9  9901#".5463232>54&'&47327\YdDR86B) !/9F P-b</w@ 5$*7'=u{;2  1 = -U+%25+? "+?5 +?; +M+.S25M + V/Cִ1 +C1 +@CI +1)+2) +@R +) +@)# + +W+)1!9 P999?'9 99.1E99MFQR9990132>54.#32#"&#'54?>54&+""&546322764&'.=73!67-+NoN#C^{uFJlV'5=4->B"cJHu6(F-B'N&NLd s?90>dg53bc;/Hna?bP- ')+12FuZ@J19C5T # 1 ;#+Xg +$3] +2227+M33>IT222C 7 +Y3C 2h//ֱ B2/ +@# +;2/ +@/( +52E+2X Y2XE +@XR +EX +@E +Xb+i+E$:KM$9bX PV]$9]  9,-$93C2V990132#"&#'54?>5!&#'54?>54/&=73%!4&/&'573%32>54.#h}wCJmV'5B/3>5R7;4o7P5B/F2?5P 5=4.MoO!D\3Jrc?bP- '+.$/*''.+R '').w/''',+%90>fe53fi?4[,+'3.W+$2v+s3zo2+2+ 3F+V+[+?\334+2]+h+ +4+/4+24+, /34+2;? +`34+2/O4+/L4+R2/ִ $++52 $+23+ +2c $+2c +@¾ +c+ $+~ +l l~ +@lr +~l +@~w +l~+U $+U +@UX ++6>\+ CE=E+ .?=+ \.^>/+ ?>?=+CDCE+^]^\++ +>Y+ ++DCE #999>?=9 #9>CD.......@ >?CD\]............@J99@ ,-.LM$993099)*$9"99c9@ $%'fh|$9R[$999lUYZnv$999z.{9n|99999@ 3klf$9h9[e999;Wb$999IUG$9OJ99LT9901.+""'6743732%2#&'#""&"#&7>754'.+"#"/767507>;;2%2'#'.#">32&#'54?>54&#"3#.#"#'&?3>767>326'.'&556767>3267&'4&+"%7>;2 '7y;' 3A7$Pu){'uOEPTc OP & !!(JT j_FRAuX%P'3%Pe1jTV27F)UTf7 BgCE%F71DCk=%JctIBǰ ' FG mYPVJ`D  Bby= =y#.Xe04 *!1eQG@7VR '').sd2S&TU UT)PT4FG GF0X%LJ,Yi%# '$i`% ^^+I3 EV22+ +.+7 !++!27. +73 +&Q^. +& _/ֱR%2R +@RY +2R +@ +2R+ +`+R\999Z99,-5=BMN$9Q AM999&=>997,<99#99901'"5475437>54&/"=727#27>762#"'&"22'.'.#2&#"jX'97?01>5{5=459H 'JG5%-! %5f+N8 mP-?s1@5bd)Aw!''+-$'''+Vq`HAR)!+-'= us'ub:-%' wh'Q+L333TW+I}222e+k333bW+n222%+3334+"8D222/Y384+>2224+;25Q /A3334+Vb222/34+>2/i/ָ27 $+#27 +, $+,]+s s] +@sK +l2]s +@]S +c2s+D2) $+2)@+ $+:+ $++02 $+2 9+2 +@ +2+ +@ +2+M $+M+2X $+B2j+ 7A "%58PTbe$9],X^99s;NOh$9rF99)C9@A=>AILjn"$9 99:!a$9`99A8;^_b$99>\$9y99M9A}@ADVY$9TQN99A,FuwD-$9ebh99"$9;A$901#"'%66?&'47>76&'#"&#>326&'.'."&47>774.'&473267.#"&47>754<5>326&'.'&47>76&'#"&#67.'&4732676<5.#".723>76'.'&673267"675.'&673267".#".723> :@/ /)"499/(  0)!49d3 Bc ,r+ =8/  /8= ,89+ =8.B .8= ,89* =8.  0)!499/(  /("49d2 Ca ,89* =7/  ,) #:4# " 1%$ ,* "94# " 1$# ,) #94$ " 1$# ,) "94# " 1&$ =O)3%  Q "Q":;UT(5$  R "R,d$*K'      'FABE'       (DBBE'       'FA| !T(5$  R "R#9<)3%  Q "Q,d&+H&      (DBU@# b(,& l#  i%79U@GV(,% l#  i%797(,% l#  i%79(,& l#  i%7qP+ +33'0:222C/M !+MC +MI +Q/ִ 9++ 9+R+$%'M$9 +,@AP$9  023$9M+A99012654&54632"&5432.'&4732736&'.7327#"&546323267NbB"!LړL!"4CU 7 d-'%j  1D.HDt7-="#&3U-+%DLNNLD%1rA 0  1 BWdVR2  1 ;1.A0+7'-Vo#w+I+ 33 + 32 +@ +%+@3!, +K+19(98@99399!H99012&#!"#+'54?>54&/&=73%3!2654&/&'573%1@ >35 H^;1/@7P5?2L-3=5P5n7)!%7/''',+Z%5-)'' 3DGJ++1333W+(4222"+^/z34+2224+2 /3R4+cu22" +4+@" +@HF" +H4+/h4+/+6"8+ .......@$9R99999"FGJ$901!#.#".7>72>7.#"#&4727>&'!"73!;#.#"#'&?3>73>?3#.#"+'&?67>/!#63!>326'.'+>326'"&".76Tn," /,  K]$ % %7)& /.  $ U" sנ 1 SU*,1 USQ9 (\ "6 SV*+6SQ/P ufS".AB6,(DB3 % A_  !DQBD1,(DB  98T      <+2 ++ +"3.< +. ?/ֱ-2 +5'5 +% 9+@+9 <9%'"9 699+.%&990132>54.#".7>54&'.73!7'.#!"32#"&;XsN DbB  s?@r  ;!/%`hJdiJ$\FP19.8``63bh@V1 <{5{;2 ?d!=JXP+^-5# s 3>JW#+3%W+62+13z+/2S+E4+2n/4+24+# /34+s2#S +4+<#S +z+@K#S +@4+/[4+2X4+/}ִ $+*+= 2=O+2G $+2GB+V $+V+ $+8+8+ / `8+ $+/` $++e $++=* Xk$9GOQ9B@ 6S[h$9V998b99ƽ8e{$9<*}9999Kb999E@V`$9SQ9990132654&#"263 #"&#"#&7>7654.'&723 4&+3254&#"#567476322632!"&#"#'&?3>74764'.'#'&?3"&'>323 $54&/76'4.#"32>54&+&=32#"&e}5T-#lP/mВf!9+q??q-wǑ@\LQ![m#^P/!d'zsq?*TR7/,]TV6454DC_689CD'?p! s ~>fw!g/2f9Q b?kL.y}!7Z P))HwE ;{{; - ws  {V J{yCr9 TT!- ~b*TU  GF7ey 6)) FG 6n3ZhJ1 W'LF57LP++-'k+2+ '+3$(/ ֱ +@ ++ 9+)+ 999 9901!67'.+"&#".7>54&'.7!O 4I8J?s ;B s?@r ) H9TFi{; 11 <{5{;2 F--@&+9 +/ +32A/)ִ( $+(=+ + $+2B+6>+ 63+6463+563+ #95639493456.......3456.......@()+9= ,999 999999&,999/999017>54/"'573!7.#!"'676#"3!2654&'@5FH=>`9>7)GJ647) `'h? +',9Z1Z_7/! P`#51dwS&++(+#3+W+=+O<+9W+B+Z+4+3+/4+4+2( /4+( +4+( +4+S( +SS +@ +i( +i4+dZB +4+/4+4+2/ִ $+0+R20 +@0* +:2+2 $+g2p+2 $++2 $+2+y $+v $+{2yH+#2F $+FH+! $++ӫ90&999p9999 9HvA[_$9D999!F99+&*9$99!$99 z~$92y$9S x999Ziqu$99dA FHW^Gs$9O$9=9:9012>7>"'.#'3!26&#!&47>76'.'&47!2>72'.#!"'#'&'.#!"7>7576/5./3!26?>'&#!#'&?>76'./&?33!263&#"#!"&'67!267.#!"&'&57.467&5&7>3!27&@CF&      $J@G?S 0b3d =8.  .8= \ % ))E-#%PJ/ /0SV UT$S1S`%,% ">d5`TQ_' '#5TV9[7:-69DC2.( 3`CDfh;!-!"6L1+U1EH GF3')#5!"AE %*1  q'!]" *()X'    (DB+3BD(    ? 92P"3'Aow& 61B "SU$Bq#USCȄ/  TT*bm.D^85TU 1! FG !=8^me6FG ?WZ/!/ (FBDqD"EC 0 E26  5{{+Wg33Sco222+=3 !+F2)+%12 + +B2 t{ +^3 62|/sְ 2_52_s +@_f +.2s_ +@sl +'2}+_s+i99tO[x$9  LM$9 ;K$9%#3990135437>7675&.#"#"&463274&/"'57327#27>762#"'&"22'.'.#2&#"'5437>5" 3GV/ #*#1CF#BL11>59B6=30LB#FD2"+# /VH3fL;s1?6bd7?0s;Lf' ?)'-+ )RAo--$'''+V-oAR)!+-'? 'ͦk-%'''+kͺZLD40+#+ 0# +3 20#+5/ִ 9+ +- - + +  &6+ 9 #)*$9  -$9)*99&999# 9017463232654&#"#"'4723 4&# '6$32# '.Z%=5V断#y;<~`>15(Vؗuu1-%,j 31 sHr~222Z+`333WW+c222+333 4+-9222/N3-4+32224+02*F /63334+KW222/34+32^/ָ 2, $+2,+! $+!R+h hR +@h@ +a2Rh +@RH +X2h+92 $+25+ $+/+ $++%2 $+2 9+2 +@} +2+ ݅ +@t +2+B $+B+2M $+72_+,A *-EIWZ $9R!MS99h0CD]$9g;99895A236>A_c$999/V9U99Az~-0STW$99݅x3Q$9n99B9Aru569KN$9IFCx99 A!;jl9"$9ZW]99$9016?&'47>76&'#"&#>326&'.'."&47>774.'&473267.#"&47>754<5>326&'.'&47>76&'#"&#67.'&4732676<5.#".723>76'.'&673267"675.'&673267".#".723>i /)"499/(  0)!49d3 Bc ,r+ =8/  /8= ,89+ =8.B .8= ,89* =8.  0)!499/(  /("49d2 Ca ,89* =7/  ,) #:4# " 1%$ ,* "94# " 1$# ,) #94$ " 1$# ,) "94# " 1&$VO)3%  Q "Q":;UT(5$  R "R,d$*K'      'FABE'       (DBBE'       'FA| !T(5$  R "R#9<)3%  Q "Q,d&+H&      (DBU@# b(,& l#  i%79U@GV(,% l#  i%797(,% l#  i%79(,& l#  i%7qw~`+[333cW+X222+t+z333qW+}2224+(333%4+1GS222/ hn333G4+M222D` /P3334+eq222+.q +3+4+M2x/ָ&2F $+22F+; $+;h+l2鰂2h+j 9+j/ 9+j +@Z +{2j +@jb +r2+S2: $+2:+ 9+O+ $+ I+ $+ + 9+ +?2 $+2 9+ +@ +2+ +@ +2+\ $+\+2g $+Q2y+FA 14DG_cqt%($9jJ]^w +$9U9A(+LMPX[y} -.1$9O*99 )/99Ip999 o999 AGJmnq$9B99Mk$9\9AOPSeh$9G k99`J99c]99%A;US<$9tqw99+.+1$9(.JP$9012654&54632"&54326?&'47>76&'#"&#>326&'.'."&47>774.'&473267.#"&47>754<5>326&'.'&47>76&'#"&#67.'&4732676<5.#".723>76'.'&673267"675.'&673267".#".723>bB# LٔL!" /)"499/(  0)!49d3 Bc ,r+ =8/  /8= ,89+ =8.B .8= ,89* =8.  0)!499/(  /("49d2 Ca ,89* =7/  ,) #:4# " 1%$ ,* "94# " 1$# ,) #94$ " 1$# ,) "94# " 1&$+%DLNNLD%XO)3%  Q "Q":;UT(5$  R "R,d$*K'      'FABE'       (DBBE'       'FA| !T(5$  R "R#9<)3%  Q "Q,d&+H&      (DBU@# b(,& l#  i%79U@GV(,% l#  i%797(,% l#  i%79(,& l#  i%7%5TT+?3;L22$+- !++ 2-$ +-) +GT$ + U/ֱH2H +@HO +2H +@ +2V+HR999G7C9993499-"299  990135437>54&/"=727#27>762#"'&"22'.'.#2&#"%7?01>5{5=459H 'JG5%-! %5f+N8 mP-?s1@5bd''+-$'''+Vq`HAR)!+-'= us'ub:-%' +@>+ "+++/$2> + ++72A/ ִ: + : +@  +:3+  3 +@  +&23 +@3, +B+3:+9/"1997 :$9901746322764&'.=73!7#2&#'5437>54+""& 6(F-B'N&NL5=41@5R7=2oB"cJHuq19C5T #',+-*''+,XFuZ@BtNM+?BE$3W+ 76&'&473277.#"&47>&'#"'#.#"#'&?3>7676&'#'&? %#3'.#"#'&?3>7>326'.'&676' %>326'.74732753  XN 2^ z5 T< Z 0h   b2C(((  3 (#( D#8A3FSV&URJ% WQSVM4VTMA ! TU&.UTE "ICD+%ED!A(OCEN]DBP*V .MBD#DBI(9b6/s'`U     PaguE   2  L\100     ,1?Y:?9E"SU UR2]R @SV  VS C<  TU UT(SS6 FG GF % 7 dG- EH  HE!E_=EG GF0K40shT+W\333W+T_222"+(=C333W++:F222~+r3334+$0222/E34+2224+2 /3334+BN222ݢ~ +4+3f~ +3~ +4+x/3 4+*2U/ִ} $+}+ $++02 +@ +)2 +@ + 2+i2 $+2+ $+&+ $++2 $+2d+32OOd +@OV +D2dO +@d^ +;2O+7 $+7+2D $+.2V+}99A "{~$99 %x $9/9m9A'+rtu $9s99&M9L99A:=[_$'JKN$99d6c99O@YZ*H$9JP997ABFTW,-0BE$9fM9$9 xu{$901%.#"&47>754.'&473267!&'.'&473267."&47>76!67>76&'#"&#>326&'.'&5!>326&'.'&47>76&'#"&#6'!.#".723>76'.'&673267"!6'.'&673267".#".723> .8= ,89* =8.  .8= ,89* =8.  /8= ,89+ =8. /8= ,r+ =8/ 7/ /("4990'  0)!499/( j 0)!499/(  /)"499/(  ,) "94# " 1&$ ,) "94$ " 1$"I ,* #94# " 1$# ,) #:4# " 1%$BE'       'FABE'       (DBBE'       (DBBE'       'FA&,)3%  Q "Q":;UT(5$  R "R#9+& $+&.+6 $+6 +U+C $+f+.&@ 39HRX`$9!+@ 6>CMU]$901"32#"$57>3 %"3254.'2#".54>#"$&576$3 !"!2$76HzLT^{VᭈVrX9ukCM}LI{S՜PPFn|$`سm`7tО]" ^M[O-j{/vB㏈L'LO狑F濉i*ʄkEx;-9+&3 #-2229+ 7+342:/0ֱ  0 +@ % +0 +@06 ++2 +   +@  + 2 +@ +;+ 0(9&99 9946990127&#"&47>54#!"&#"&47>54&'&473+;s?@rA; s?^l^@r;B s??s ;) 1 ;{{; 11 <{E{; 11 <{5{;2 4}5Dz+W+2+(+Bz+2"++4+P/4+24+ +4+4; +44+ +4+/p4+s4+p+v4+/eִ $++626 +@6 +6 +@ + 26+2E $+2E+ $+=+..+| $++6 %Ss$9E@(4;BMOv$9IJK[c$9E949;e99ik|.$999"B 901.#"&47>7654.'&4732632#"3 4.#"3#.#"#'&?3>754'./&?332632#&'532>54.#"#"&'>326'.'&32654.#">32#"'#5nXv (?9+ =8/ .9= ,8,l_=Fiki;.o72Ua9gG91DCiJ0.t&FG.56;7~16_S0      'EBAE'    1JbT)8knR4^ A]I 06:!TU TT #'%W5ST ;Xtc0TW SP-`oU9 GF@\d3 FG GF)AxSr6 Ꮓ-!Vq+-+y4+ +0+m+=4+"/W4+e /E4+`Lm +`4+/'ִ $++h+B $+B+ $++6Š(+ <:np_X+ ut12¿s+ <;<:+nonp+onp #9;<:912:;optu........12:;optu........@B@ "-IWemy$9 b999`E NTY$9=L@ '68Bhqr$9m 99y w901".57632'"32672"$.547>32/%"326?32% .'#"546763 7&/.#"۠PѾ# oTIudp˰Vxnhyx0+WF aը07⸂p I  pх828d=J *$xxfltTrR[f m`Zw}@*e_`+/.?;ww{ > zzbz>&0+]^bܭ}4++&3.W+$2+2+ 3F+V+Z+?[334+2\+u/4+24++ /3{4+i2;[ +_34+2/N4+/3L4+Q2/ִ $+5+~2 $+23+ +d $+d+ $++T $+T +@TW ++6>\+ CE>z+ .?>+ [.]>e+ CDCE+]\][+yZ+ +>Y+ +DCE #99 #9>CD.......@ >?CD[\............@95@ +,.Lz$999930999()s$9"99d9@ $%&Qnr$9R9999TV9uw9.9{}k$9Z3$99;Xd$9b999IG999NJ999LT901.+""'6743732%2#&'#""&"#&47>7654'.+"#"/76?07>3;2%2'#'.#"3#.#"#'&?3>767>326'.'&47>3267&'4&+"%7>;2'8x<' 3B7#Pt){'uPF PTd OP & " (JT j^F2iTU27F)USf6 BgCD%F70DCk>$KctIBư ' FG mZPVJ`D  Bby= =y#.Xe04 *!1eQGS&TU UT)PT4FG GF0XJ,Yi%# '$i`-6>+3  222)/3 !+3) +3/ +7/8+3'9901.'&4732736&'.7327#"&5463232674CU 7 d-'%j  1D.HDt7-="#&3U-/rA 0  1 BWdVR2  1 ;1.A0+7'-VoL+B+!25+9-2%5 + 3%B2=5 +3=)2C/'ֱ $+)22 <22$ +@ +62$ +@$ +02+@ D+$299599'@99=>901>54&';2&#'54;2=$%54&+"=73%+"Z;mtJsn>3<7P5q3>5R 7o/ jN#!Lgɟ 1+''\aN/+''ZNjEt_*1%+3(W+222+6+O33W+?LX222U+53+34+222/l3 4+#2/34+2+/-ֱ],+63+ 3+ + y3+ *JZ3n+ + 0Dڜ+ `3+ + 00+3+ Z+*+*J++ 0/0+DED+3+ *I*J+[Z+ڗ+ D_D+zy+yz+3n+ {+++ y++3n+ ++ ڠ+ ϰ`++3n+ ++ ڠ+ ++++++ +++ +++ #9999y9+*J #9I9Z9[9{9999ED #9_9/099ϰ`99999A2*+/0DEIJZ[_`yz{..................................................A2*+/0DEIJZ[_`yz{..................................................@  &$9(A Gcdt($99939$901%.#".7>.'&".#"&4767654'.'.732673276'&4732673#.#"#'&?3676' 3#.#"#'&?3676'.'#'&?332673#"65.+'&?332673# &7676'#"&'26 .67636'#"&'>326'&767>326'.Be@  .-"  *( I ) h/=kC  .-" *) H )  k)pECATT ,3"US+SU2URW( ?JGSS +3#UTSU2US[+%^BE1DB   BC4,CCFS@#[BD1DB9 CE3,CCAO[M     '*#i!'g     )WH     (*##%fg     8s_+TT UTQSU USuZ+ST UT RSV USu)J3#]zEG GF  K   EH FG1[`&vyEG GF m FG FG53-@+, ++73%4>222A/ֱ)) +@)$ +)0+0 +@= + + 9+B+) 90"6799999 9 99901'.#!".7>54&'.73273!2654&'.7327w! !9 #!ndB s?@r ;B s?3-3@r ;B s?/PT y1 <{5{;2  1 ;{/75u5{;2  1 ; ->.++52+3 $222;. +; #+?/>ֱ> +@ +8+2((8 +@(- +"2@+>98 24;$9(0999>99014&'.73273274&'.7327&#".7>5#"&5@r  ;Bs?sr@r ;B s??s ;B s?Ѧ/{;2  1 ;{yf\\{;2  1 ;{{; 11 <{Ǧ-T+ 7P222+)B33 &0?I$2U/ ֱ  +@  +2"+4"4 +@"( +4;+MM; +@MR +G2;M +@;A +V+ 99")9994+9;-/B999MD9OR$901)&47>54&'&473273!2654&'&473273!2654&'&47327&d s??s ;B s?1H?)?s ;B s?/B\1?s A;s@@s1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;{{; 1-Y+ 722+)B33 &0?I$2Z/ ֱ  +@  +"+4"4 +@"( +4;+MM; +@MH +;M +@;A +MW+U 9+[+ 99")9994+9;-/B999MD9WQ9UR9QR$901)&47>54&'&473273!2654&'&473273!2654&'&47327'.3d s??s ;B s?1H?)?s ;B s?/B\1?s A;s@!!!9 # 1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;{PT y5- ; +2%+ (++/ ( +/ 54&+"&#".7>54&+"'6!2732wZC% f!B s?-LV=g/ %B s?{wE5T{?+<\F/wC1 <{5o9mr7E 1 ;{/Hnc=bP- u3k+32+3W+2+%32"+(3W++2c+W3w4+2/3D4+>2; /G34+2Ʊc + ]/}4+/ֱ2 +@ + +@ +2+y+b $+bn+j $+j+2 2 +@ + 22N+ $+F+X2 $+2+9999y9b<99n@ ":;=>`cwz$9j992 %A]}$9N/99R9F@'*+DGWZ$9D9A9 999Njn2$99999}]Z`9901%.#"&47>754.'&473267>3236&'.'&47>76&'#"&#6'.'&673267".#".723>2>54&+'4&'&4732732!"&#"&47> .8=  ,89* =8.  .8= ,89*  =7/  0(!499/(  /("499/(  ,) #94$ " 1$" +* #94# " 1%$oN?s ;Bs?mjH# 'B s?BE'       'FABE'       (DB(5$  R "Q#9<)3%  Q "Q#:;UOU@GV(,& l#  i%79(,& l#  i%754&+'4&'&4732732!"&#"&47>oN?s ;Bs?mjH# 'B s??xT +3> 鰚2N/4+/ְ2f $+R2f|+[ $+["+ <2" +@" +,2 w+?2 $+2+2o+ $+ ++|f@ +.QTdg$9 "1Nj$9wC9@ 367l$9o@ JKmHp$9I999 99g9j99>x $[|$9.+19NKQ9901"32.#"&47>754.'&473267347>76&'#"&#>326&'.'&5#6'.'&673267"33 !"#.#".723>JC .8=  ,89* =8. .8= ,89*  =7./ /("499/(  0(!499/( / ,) #94$ " 1$"KT +* #94# " 1%$6 7BBE'       'FABE'       (DBʿ)3%  Q "Q":;UT(5$  R "R#97675.5!23%#2&#'5437>5"#Z)77I;my%!>B*/?8P5?2yC5HsE3'A=+#4/('').iqJZo"O+ +#/ִ $+2 +@ +@ +@ + +@ +$+ 9014&54672>72!!&54%gX$/ l`]A =-;:R9 >)=RL;3?g%\+=yB++"4+C/(ְ 2 12. ./%(++9+? b+?+2D+6Д+ ,3 3 +,,++,+343 +43 #9 9+,99 +,34........ +,34........@.("9%#909?959 79901#"&'#&'+&'47>54&5467'&547367&546?2oN3-0*'@%*KNR>NF2|"T!1LQ:Pq4/Z^7`L5Hs3=?1N'/\7DZ_VLV8Zj%w?N  '%#)= + + 2/ + /ִ M+!+990123!7!654.#!"&546?3JmI2 X/1s))PZJU3L) H;yTR;g)R?BR \+yo*+3 + +@ ++/ִ $+ +@ + +@ + (+ +/( +,+&999 99 $901".'#4&54767>54&'&546?32߃!,#6N\-4'%^ZF)1Nf}+ ` ˉT n=P !!%DTo E+/ +!/ ִ "+ 9+ +@ +"+9901+6'4&57!"74>?3!2 RǏ%13%TFH%AD-}+?!F/@)-TD}{3+++!/+ +4/ ִ 9+2 +@ ++  +@$ + -+ +@0 +5+ (9+999,999 299!299+$901'654&5432%'6'4547!"&546?3!2LJ1?-uLU/7%N3%%F=Q9DD+=++R?DQ %58?19k7y0+/ִ M+ +@ + /+014&'.546?oHXL`3 u5/7 5 R= \>3A ;-XJ)/9N u$#+/ +%/ִ + + +/ +  &+ 9#999999#9999990174&547"54>?#"'6!P  5s5F@!//h;;+?!9 =_/'#beRG5Q'*H{.+3 /3) +//ֱ  +@# + -+ +  + +@, +0+'9  )$9 *99 9)#,9901654547!654&5467"&546?3!2+/N''yd'R(( ;T^b3P\d;@NX'A++L?@Tb/`CP\J;DRH9y2.+ +/& + 2& +23/1ִ 9+1+ +++ 9+4+1 99  .999"&-$9!"+$9&901.54>?#"&#!654&#"'7632!456FF cw #"-p^ZTHpH1q5JT%CH+TH ?F-@L++ =mrV};X#XD\q7y3/ +/ִ M+ +@ ++901'654'.546?327 \TZ+6-+mGDDhLC=K%%V`Bff/ + +@ +/ִ !++ M+ +@ + +@ ++99 9901#!"&46?7!2#!/!FK-X;!m7J KJFwT 9FqE+ +/ + /ִ M+ +@ +!+9 9014.#!"54>?3!2#!7!26+J3 RR}6ufBX^7#)?!H=͕P6a+/ +7/ִ 9+  +  + +@ + + 8+  $99 9013!2"&547>54&#!"547654'&74>?DA\H3oNG-F+L+JuѪ1BF 9P#w/p{\m/0 #'+)qN^`VPo-%1& )=3`qv + + /3 +/ ִ + /  +@  ++ v+ + 9 9999 901!.#67#"&546?3!2y Ru?HN-O?݊N qTA?FHFL1h+3 +2/!ְ2 9+++ + 9+3+!%99+'$9  0$9 9901!7!654&#"#"54&'.546?6TwP>; J5PA #+E=B#_!)' D􉢸ͪwucs`'!S79FB  )## 3eD`w I/ +!/ֱ  +@ ++ "+99990147654'&746?#-7&z33H (!!! `N`)3 BOHD7!v`}9Z3%!1o"P+ +#/ ִ M+ +@ + +@  +@  +$+ 99901!7!&'&54654'.546?=A\ `m~-J=);<%-f+Z'?g!51LR=BI- ;+9Xu*k+ +/3" ++/ִ b+ +@ ++& M+,+ 9"#$9 &99"901!32>54&".547"&546?3!2PV/>fD5Jdc1k/^wV>m?>/SA}}N`D%?h;^td/?HLo'D}M//33 + 822N/Lִ 9+ + +/ +E+# v+#-+: #+O+6 + BCA?@A?+@A? #9@ABC....@ABC....@L 9 999GH$9E9#%9-)15>$9:8<99 1:$901.54>?&">7674'&546? 7%654'.'&56 EV_1%! .?3!2#!7!26+J3?83A/ JB AFw RR}6ufBX^7#T5/' D&Z))<7\^ u)?!H=͕Db;|?36%&54>?&h)=)qUF#3B9f kNT51\i7;3J%{+'3;D)A%%/A3#Cy-H T:Mb!Hn-y:+ +/ +;/ִ 9+ +@ + + +/ +'+2 +<+6یf+   !!+"!+"! #99 !"...... !"......@99992' $9$99$46$9'-2$901!7!4'%&574#"&46?67.546?&'-V#D?!=RN\+ XP<8{Ik?Q+m!'-+>3Re!7=/NyNLH1T^/VŏR3BLH 1%^#1A[X=q4i/& +5/ֱ + !+ +@ ++- +6+$9&99'2$9& 901'473'"54%>54.#!"&546?3!2NF; 0E.!A/`HZ3T}Fd1L=DmY= RD1DM 'Ec1#-?'Z?;FH3BpJ9^\-+?Z5{uB+/ +/ֱ  8+/ +@ ++9014&#!"&546?3!2 aHV1P7ўX?9HL'-Dyc+$ +?2d/ִ" 9+++")+9+9D+ #+D +@DN +e+" 999$$9)%?999'6=@$9DBX$9]9$901!.'.547&546?"#36&54>?3&#!67654./&54>?3bys  '4}& .?d C!})n}  #N'9RGD5  d  #   JӘ#u+Db+y%dBS % ){q-d)>"?76L5  #T-F   !)u(| + ++/3 +)/ִ + +@ +@ ++$ $ 8+/*+99  !$9 9014&#!!73.54>7#"&546?3!2R`n: #} .3,,HV1Q8ўy^!wnRTbFX?9HL'-/y-`+3./ִ) M+) +@ +) /)+ M+ +@ + //+)99014&'.546?4&'.546?HXL`5 u5/7 7HXL`3 u5/7 5 R= \>3A ;-XJ)/9R= \>3A ;-XJ)/97y,x+/3 +#2-/ִ M+ +@ ++( M+( +@ +( /.+$9999$$901'654'.546?324&'.546?7 \TZ+6-+mGDHXL`5 u5/7 7DhLC=K%%V`R= \>3A ;-XJ)/97y+`/3& +2,/ִ) M+) +@ +)+ M+ +@ +-+)999&9901'654'.546?32'654'.546?32X \TZ+5-+mHD \TZ+6-+mGDDhLC=K%%V`/DhLC=K%%V`fy +/ +/ ִ+  + ++012"&47>!;qF,0J#7j>-T\f J/3 +2/ִ+ + + ++  + ++012"&47>!2"&47>y;qF,0J;qF,0J#7j>-T\#7j>-T\{>k+ +3 W+2!+3*22+4++;鲾+R+4++9+/4+2+34+24+e /A33w4+l22\R +4+2R +/ִ $++ L+ $+n+j $+@2j&+( $+( +Z $+Zz+b $+b-+鳾-+ $+/ $++ $++6+ .Ÿ+ .—+ ++ #99............@ $9LI9nAH$9jk999(&#$99zZ@!*248;RU\ehs$9-99Ѥ9*#$99e@9wF99@&(-GJbh'joqi$9\Z$925Y998U$9;R9901%"&"#&7>5%232#"&'&7632654.#"5654&#"'. 547632632#"&'&&757632654.'&#"5767&#"#.#"#'&?27>54>7632#"./73254&/5&'">32>w?s-n+s?ö PBZLqRω@ . " ..KDF;UBDYlNQc!;A MC ]IHbU@?RH AB?.*  9; 72=,TR !! 9|ݗNWGeO!"NbEϝ VLy8*,:CD(=35  {; ;{}<1 Ց7f 젡#ZmH1u` 7 &'% %Acw cR ?^ }L] \.D $e$," z TT $('hے KqLꕼ  `H <:!FG  ?'L +2+(/ֱ  +@ + 2 +@ +2)+#901%&#'54?>54&/&'5737}5@TD33DSD1/' )) *-/#  )) )+; 7n+22/+ '28/"ֱ " +@" +)2+  +@ +029+"9 &499/(39901%;254&+"&#!'54?>54&/&'573!7y5@Gw7@Gu3AS1D35BTD03.a1-^q/% )) *-/%  ))  )+? E'+ ,222=+ 522F/0ֱ 0 +@0) +72+ +  +@# +>2G+0'9'-994B99=6A9901%;254&+";254&+"&#!'54?>54&/&'573!7}5@Iu7>Iu7@Gw7@Gw1CS`B51FSB23.a1-^q3.a1-^q1# )) *-/#  ))  )+?K8+<12"++33)E$2L/@ֱ- -@ +@-4 +@- +@@G +92M+6W+ '&  <((+   ! !&'........ !&'........@<D999F$9010%36&/"'5737#"'&+"&#'54?>54&/&'573R3#3A %9' !P?u1DTD31FS%)-3!)) +;4G-^q1# )) *-/! )/z+33*2220/1+6O+ &%  <+0+   " ! !"%&........ !"%&........@010%36./"=737'./&=7R1 #!@!%7)F'7+ ')-#' ++)?34P' +VKg.+2'2?++339F$2L/7ֱ" "7 +@" +)27" +@7/ +M+2.>A99 =B999010%36./"=73!7&#'54?>54+"'./&=7R1 #!@!dD16?TD3w-7'F'7+ ')-#' +) )+q/' )) *-^+E34P' +! Y<+@422M+'+3 GT$2Z/Eֱ E +@E= + +0 0 +@0) +62[+6O+ PO<+0+ L KKLOP........KLOP........@ E;9 @+901%;2'4&+"-36./"=73!7&#!'54?>54+"'./&=75@Hw7?HuBR1 #!@!/D13BT1D3w)5)F'7+ 3.a1-^')-#' +)  )+q/% )) *-^-C34P' + ' fs+_g222$+T+.3X)8@l$2t/ֱ  +@ + +o oi+\ \i +@\c +U2u+ 9io9#&99X"'=999T-5DU$901%3254&+"&#&#'54;254+"'&+"=7232$3#" 6+"=723263373737#";2&#'2'4+"3ZHw8?Hw8\UTuu`3#FN+ R3  1#sA UTSw7@TutJu5@;a1/`i3.?)a`&<34G3'#1-^''`i3.);a``i3.?arL+03d,7FR$2+33![o222s/Vֱb Vb +@V] +O2bj+'t+bVM9j HJC$9'99dL8ES999! '=Z$9\901073276&/&=7372&#'5437>'&"2&#!'54?>54&/&'573367674'&'#"? '; PX-)Vtfe '7%  %% D33DSNuyZN^+u)C%) ++ 9=).m --1i-) *-/#  )`zj(~m ^!`UQ+43U0;J222!+33%_22a/Zֱ+b++Z99%U A999!901573073276&/&=7372&#'5437>'&"2&#'54367654'&'&7 ? &< PX-)Vufe '7%  %% yfRZ))C%) ++ 9=)'m --1i--j(~u !r{c+E3g AM\$24+3,q22s/lֱ+< < +@<6 +C2t+l%&99).0HJP$9g%8S$949013254&'%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Tlw4C= ? &< D16?Ts '7%  %% yfRZ5;).m{ a/# ))C%) +)  )+q/' )-1i--j(~u !y q+S3u O[j$2B+#3:222/zֱ+ +K K +@KD +Q2+z34997<>VX^$9u+3Fa$9B"9013254&';2'4&+"%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Rlw6A5@Hw7?Hu/ ? &< wD13BT '7%  %% yfRZ5;).mwa/% 3.a1-^s))C%) +)  )+q/% )-1i--j(~u =(w+ +3$ +)/(ֱ ( +@ +( +@( ++ $+*+(9 99$&9 999014&/&=7373!2&#!'5437>53CSD1#)\1+BPC;//#  )) )+m- +5Fb W+ +!/ֱ+ 9+"+999  999 $901 '&32'!"3267M}d  %ZB}N𺃞f' ^%v +yD<{X).j+ 2+ //%ֱ % +@% ++2+0+%9 $9!9 "99(9013 4.#"'263 !"$#'54?>54&/&=7f_CkPLM98'&D33D3m7#ʓXa) *-/#  )!D$+3+37,222+33?2E/F+6?+ ;<( 'ű+ .(''&:!8+ .!"M+ "!!  @  !"&'(;<............@ !"&'(;<..............@01 3%&#'5637>5#"'2&#'5437>74&/"=7>/#Z#/>b>3R7  EE5@yKB1M /<!)'1e7++#2G%3%++89-G   (/6:HQWgx$/BQVahw",>]emt67'&%767'3&'737367'#5/67"#774?4?&'07'?'717'&'&'&/127&'"&'0#"/?'#'?5'#7&'"&'?+3'&%'6/'#70?43'13'7'&27&/6?'#7476?'#&'236'0'.#076?'##'67&7&'6?3>7&'#1'+'&'61743?'6?6?6?&5''7'1'#'?'71&'&%#&#7464&/'7&7'#'717'7>71?'#67'&5&'034?/0#&'367'37'?5'73?'0'+3#.''7/#'&#"21?'.'0#'2?#'&?6767&/"#"+0137&/&/774/'?0/7&'#7/'%?&'&/'?&'&7667.'&5''&7'4&#!"3!265'!"74!6''"#'#'#"/"#/#''&'&7'"''%"/#&"#&'&?4367'0'65'5?'437'&7457'4?'&54?6376723763723767737637273?32732132!63!>326'.'+>326'"&".76 1A[ @><)$(hF,`$#=(FIL[bpVU9tWt;-Zp~Mh bK@^ sD!#vh+k Cxg @-%^N<Awno&8h*H*&C?IP %b#H:!Y5%0S@SZBnX;!TA]^FP V4…5PK" E/#7@.PG$  2+ l9' :  +",>O0"E! D k(;@v0?+<~[U-4hjE  X.ʂq.D6?>! "B !"> %mAMO6'B^*i2Ej=O.SN,gj>+8pmg3zIEz<.mOSU(w87ME"#]<*!GPXK7px +7U9[7DTm{ *=X25O?'Q[@w<+ j2 *QJ Tq L L)>k%! ,2  i  &*! |mN!)C     53! 3Q_ /8I W4-H)*p! (; CE GE =N)EH HE K  $,;CN^ckpv 17P\hs| !'.BNXhnv~ &'7.'#'&67&''"'7367'232767&/1"/#/'070765'170367757/&#7&/3?"/0%'717437&'3%656701327&7&+4''7?&/07057&'"723723&'4'?<='"57637/767&'&5757'"#&'3'"%03676?435676&'&'?637'7&'74767/%637'67'723717&/776?&''67&#"&'&'6%7'13>7'&'3737&7&'&'6637&'765#6?3>74567'%7&'0#70376'#?#67'?06;7&?32/10?/37/76327./"/327&7&'#7''7'77'0767'67&/767'&'&'&'&/&''63!2654&#!"4!2'!%?/*+'&'154?637276332?237636626763276723#0#"5'#&"5'#&0#'&#'&"/1'#/"1"/&'6'437/5&746=?/75?'&5167'&5'4?'&457'0567#'&457'"#56747632"&'>323 $54&/76'4.#"&=32#"&#- R`0T W)LX=+HbN,M9 *2U Z$34 bFEKo f  ACL B!VD!#W2oZ  C_%[ R6Gno%9 =xJ2&h Z8N'F/ .F^+ Hy4jQ8J4p no()Q!pQ09 ;64 OLvD*FO""XB"AI QQQF$2+!m9'o]f"q"~Aj]4 7Qd}1"3b*(_B k/bLb(1nG"Or.ʂ. r#6?>!"B "!> &mALO6l87/<=O/RN,gi>*Emh2zIDz=/m1G -Cf3a5"/y" 6^4^N &G,|2r=7ME"#^<)"HOWK7px+8U9[7DTmz *fw!Vb?jL.&CDtH#0!<2 )"()2 7  7US.0UT YR6J"H7UR$8,r`~1K.O 1ZO=wa9>sD@ mX,>Cʣ=<,/%Zyz"XYU%) FK  `$%#TFM, "EHOW&-`W[%p3"N.3oD@sfD'$Vc  Z)Df'{2U%F/A%4"Al9k"#0?'^$Ǻ#U/_ F" 4 a*<@g 4 I,) 4 ^7I #24eHVh!==;(!- 7F6. D;<S ?=d,C8Dh^ HEJHp)&IG,:N1f*  456h4Ka'x7e%F@)ݦEJ!LA1N''(T- F0="  BE9y{6 *)@.MMN '   "% b "u1p'i>!)     53! 3Q_ /8HV4-H )*p!  {F GF7ey 6)) FG 6n3ZhJ1 W7LP++G  #.3CGKPadlp{ 4?HYdov !)1:DUow7'/77&547'1'7?&7#''2?/#'7'7&'6?&/77'+676705/76307&'%54?54577&/&'7'0#/"561767&''7'&'/"'"70?&'''"'&/74567&023656'&7/767/'6?32?&'#77&&'16?'&367&7%0#'>&367'67&/'7'1%6?67/5'6?.'6767'".''676?&'#6705"/063%5&''%7/#/07757'10#'?4767'?/&/16?/>?4?/'071>6?'%7'77&'%7/&''%7%'6?&'76767676?/'67&7&'#"3!2654&#!2'!"7&?1320##'"'&'#&'#/"5'#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'4?'17/5?4'54?63703?62;?3763176727627%03376;76 .'#"546763 7&/.#"YF16/SX6[TK A8(()X+> YS517,#$ VF?c7A.=K)wVSBa9:;*CLC \[6IA6< <%!>5F0tHV 5A ,%1+H `QoGm?Fb5!?a 3Ja5qf\0`Lw7C2p^g~JVd  Z (Cf'{2UMaE !  `%4!Ak9l"#0V`n$Ǻ#U/_ 2["@3U."  rD a40 B 4 SU9X 24IS 4 ]7I #24378F6/ D;<S A6v,D!C!7_ HEJHp) 5/':N; T*XAIe6 ES)YBf*  4*O6-n 7h6TL!)     53! 3Q` /8HV3-G (*p!UI  pц738d=J )$yxfluT 1ZS&9 I0U!75FEI=@4 bFFtg{2# ?.$ "0:NC/F!"SAN'k 2@o5NKsMW (8o!&*NrQ 2"B !#> &mAMO6B'=O/I0 ,gE>U75mg2{HDz<.eZ8;o6!Cf;Xr^^g(c&2 w@B~9` w y" 6^ j%J&G,|,( Ip7J'jY=6ME""^<)"GPR$py+8U V7DTm{ * zzbz>&0+]^bܭ}I   &16KOSX^nw| "/:NZekx  */8BSaiqw%67/767'6715&'654''3?&5'7&'%7'.674&67057&'&'%'2&'767676?5%2632//%'0376?&/#7'05'?/134'5&'?'7627/0'7'&'27'1'707>7&'&/"'#&'&75'&47'''&'6?367'#67&'4'&'767&57.'#'&''?&7&/037/&'67&7'73757&'75676775/1/67/26?4767&5'%776367'0'2?0567"#%7/7&#"%37/707&=#'&7'7/?1703367>7>5'67&/67?'15'7'>?/?57675'1'6?6?''7'7'?67'&5'?&7'/76?&7'676>7637&72654&#!"3%!"74!27/+"/&5'4?'&?54?/4#?'&57&76763&547&'&54?'&56'47676327077172763%237%2763%2011#&"#''"&+/'#/0#&''"/"/#&'"#'&7>32!"&"&'2>3232>5!"S8&YF8jO("X&ZU('*()0e? XS628e6 u) [7B;J]v[VI$a85[?L{G 8IIA 6= W 8!>6F`GV!Y '?]J`"q`7`Kw #W3gcmg~JVc  Z Df'[Ak9l"&7ND+@#! !#JQhk Bg  4AZ0 )8o+=vVmH Y-ʂ.E6 0!?>!&*cG ͨ"B !"> &mAMO6 =G/B,gE>Xmh2zIDz=/SS8;o5Cf; XL^7:RAB(c%@-` w y" 6^ j%J%G,|u(J'j=7MD""^<)"GPX!!py+8U[7DTm{ *&7576&'%?54577'0#/"53667''#'&'6'67.+'7'&'/#"70?#'3'"'&/74567&023656'&7/767/?&'#77&&''"&'16?'&367&7737/67&/'7'1267/&?;67'".''67%&'#;6705"/03%5&'5'32632%7/#/07?'10#'?4767&/5.'67/#0/>&7&'0/6?/>?4?/071>6?#'&'%7'77#%7/#'%7%'6?67'76767676?/'67&7&'#"3!2654&#!2'!"7&?1320##'"'&'#&'#/"5'#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'4?'17/5?4'54?63703?62;?3763176727627%03376;76&#"#!"&'67!267.#!"&'&57.467&5&7>3!27&EIt O` BB  #oGm;<1#?GF!.% ,e4!=: 3Ja5q `Lwy2g~JVd  Z (C f'{2UM %k%4!Ak9l"#0a$#E $Ǻ#U/_ F"}6A;p."  rD & IN6% ]7I #24^F6/ 8)=S >),D#I6: H_ HEJHp)5/':N;NT (%))e/?'TP{#YAf*  4*O6-n 7h6TN1gHY6O`a'Z8#:&EA(ݦ:V.\ MALF&'(T. F0Q]97cd  KQ8y{6 *)@.NNM G'   "% b "u0p'j>!)     53! 3Q` /8HV3-G (*p!-69DC2.( 2aCDfh;"-!"6L0*U1EH GF3')#4!"AE= ^H<~Lh3 % .*9g+k 2fKxV ib=  !D0)UxK`!q$ nX76 d"),LhE;L=4%?N 24 24t" ,!A/QG$ 2+i9']g!-N[dAj]4 778~3b))`B kҎ`h4hjJa.ʂp.D6? B"B 86B~ &mAMO@8/:$,gj>[/3Zmg2{HDz<.n`8;o6#Cf;a!t^IV$0&c&27b;[MqX+:7\ ot y" 6^ j%J&G,|Cjp7J'jY=6'#& ^<)"GPKIy+8UQ7DTm{ *&75767'&'#/&'7'0/'07?'5'&'#767''1'/#&#7667'&5'3%67&/0'7/<52376'147'#"#''07'1'276%6376726/54#'&'&''#/7'"767'1'"/077&'7'%?'"'&'&5'6667'&'0'267/2'67'#136?3?367'';&174567'303'%7//5.'667&#"76367>3'#&''?'7''3677750'7''376&32?''667>3276767676?''%463!2#!"&57!254!&?/'?323454#'7=/54#"1'0#4?3&'57'&6?'&574?&'14?/5'57/54&5&75?'&56'4?6313"'67'324+?37376372737273727237037032325#&"/#"#&'#"'#'"/"#/+"5'737/*+7&547305'>326'.'&757.467&#57>;27&'&#"#!"&'''32&#'732745'706?>7'3674#"#6767&'&'33+"'3/674'"'432?17/"//57#"5'7237'3#7'724'7'"/#"2#3547'6/6&?74&5./&7''#'"'6767'37'/35#6?.'u'57q 9A&ibJe%!%I59lUf 2TU,' "$p[  E:$Y?LbR!"  v#7Ds!'S9%o%-? 1dx=j$N76GmAp:I )":k?P&A", "DL\; +2##G9m '*b3"1}dQ7 ]jA(P ."fj B_ <,?0/>6 2\xW$I-IM΄_O= ,>^}B? 5UT0&h>f ;w,#$& 2 ^5 "yS"*;>BZ#"EM7JM7KWxvK zmTY<(;Q )qU JQ*/6  +im/=zDDz=Df54amh23j%(Y9U8+D78W)#b9 '#55*B"=#  !!>?j(3.3&$)1l8,*X,S!1)(7 68-/%EnR`$HA"&bF?pDL0? S*)H.4W H9/ `Q3 !35 42$I    *!>i'pR?" b %"   '$  GF<_j(FBDqE"ED 0  E26 n! FG !=8^me643*d0"#0Y'#'3@2*DE8)pIKJHo:N33J^ ! |F2AL (''ddI%+=@A;8559%I J6^ 4 S 4 gA<@F    '27IMRclq| +6?NYdkv !*3=Pgow}&7'/77&547'1'7?&7#''22?/#'7&'6?&/7'#"#6?6767/76307&'%54?54577'&'6?33'067&''7'&'/"'"70?&''232'"'&/#"74567&023656'&7/767/?&'#77&'16?'&367&7%0#'>&367'67&/'7'1%6?67/5'67&'6767'".''6767'7&'#6705"/067%5&'';%7/#/037?'10#'?4767&'#'&77&/#&/16?/6;>?4?/#+5232766?'%7'77&'%7/&''%7%'6?&'76767676?/'67&7&'#"3!2654&#!2'!"7&?1320##'"'&'#&'#/"5'#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'4?'17/5?4'54?63703?62;?3763176727627%03376;76#".543 2>7&'#".#"32$7".=45>7>'#"&'>" A2YFXCpT. &8(()mG> YS517H3. c7A9@'wVTFa95O5LhPU@96< E)!>5F0tHV 5B ./4+H &*0<'Ch 3Ja5qj]2`Lw :C2 hWg= )6Vd  Z (Cf'{2U3,%4!Ak9l"#0%$Ǻ#U/_ 2[ $"&=J."  rD a50 E 4 SK@ci:IS 4 ]7I #248;A{F6/ D;<S ?=,D A7_ HEJHp)5/':N; T(C$9:e4)YBf*  4F3* 7h6T (:8A2 %q2a'x7e&EA(ݦBJB[ MA\TL&'(T. F0Q*5.  KQ8y{6 *)@.NNM G'   "% b "u0p'j>!)     53! 3Q` /8HV3-G (*p!/CsȁHEe ",'"owՂk   :!t84 )/ .H 1Z2l0 b{36PKIGH4 bFFrn2# ?.+.SC,B!"LL_k 2o2K><R !o!&*EoT&2"B !#> &mAMO6H&=O/R6 ,gE>S;1mg2{HDz<.aO8;o6 Cf;M^]|#7 c&2J*~8` w y" 6^6\] &G,|=DO_q=6ME""^<)"GPU!py+8U X7DTm{ *GV_eu'3CNWgr| $.<CKT^nv~<55416747'1?6/07367&"'7'703&'7'7'&##7070?4?57/7&/3?"/2603%'717437&''?&516'70316'?45'#0#'.'&'7367675&7'?'"57637/677'"#&''67&03676?435676&'&'?637'7&'74767/%637'67'723717&/776?&''#?.67.723>7'&'6%7'13>7'&'373?&'&'6637&'?'#3?&'%7&'0#70376'#?#67'?06;7'?/107'&7/"'&'6?'7#&37/732?./"/67&7&'#7''7'77'0767'67&/67'&'&'&'&/&''63!2654&#!"4!2'!%?/154?637276332?237636626763276723#0#"5'#&"5'#&0#'&#'&"/1'#/"1"/&'6'437/5&746=?/75?'&5167'&5'4?'&457'0567#'&457'">326&'.'&47>76&'#"&#w 880VhFi XH_>2=%qO2T+ c\ W-Zp~Mh bL?] rD!#vh*j  C_%1$ 4*Ono%9=yc3::G$8b>[YU\?`C_ ,) +$#Z_d5%?N ]44 OL\" AfcD*FOM?(CQF$2+!m9'o]f  ~Aj]4 7Qd}1"3b*(_B ky1?,<dK21 " ,$ h4hI+Rv.ʂ.E6?>!"B !"> &mALO61Z^*j1Ei<=O/RN,gi>*Emh2zIDz=/ma8;o5Cf;bRg ^[yNe%3 @<z8cQ_wy" 6^Q6*K &G,| |=7ME"#^<)"HOWK7px+8U9[7DTmz **Sq9/oF6. D;<S ?=d,C8Dh^ HEJHp)60':N;0#^7I&jh ePEK ' GhYCf*  4,6h61&Na'x7e%F@)ݦEJ!LA1N''(T- F L-9y{6 *)@.MMN F'   "% b "u1p'i>!)     53! 3Q_ /8HV4-H )*p!(5$  R "R#9<)3%  Q "Q":;U?  &3=IQVdo!3<GT`it~#,;O_kr'DZ^4&5272>?'7&'67/#%&'0367"707/1457'"'&'/'77637&'#0'717475&'&'&'&/%7'#?'#"'>7'"#45450'76#70'0?7327'#674757&'%.'7&'&/6?37'757'#?2?6767.'0'75'?74&5374?&'&'677&'&/7076767''76701'7'5'#'7&7'0#'176'#7>7&'"/0327&'05//%765&'?6765&'170754?4575&'5/?/.'7'77'&'7'&''5'0##703'&7&7/6'&'7%7&7'"'.'&'7&7'"2#!"&5463!"7!254?$2367376276326732?373?3263676372#47''72=#0#%"/#%''%"/#'#'"/#"'&'0'6'4?'&54767&'47'&'&7'4?/4?'&='4??373274'567/#'&7/6767'&"#=47&#''?274#72#1623776323'#"54?'"=/#"5437'?314?'&+"7"/#72=74?&'54#"/.#"3276'&747>76'#"&''#?/7&'?45'.#73'#?3&'&'5'673>7' g'  c-p8;3J3E4P(8~Jn)(86/8$RU8__-2.,I{u7n\,G2!F.KIw-LIvT8vQ~vSCi%X-!R5:+6 [1F60FnR` >bE?nP1e;+_Q ^+;F b4:. 1p3LjWJ~h  k  D'f$4*?J$"l8lA4&APE`NU2' _/U#l Ds". rp<B6}# 356;( ; .6FE2;F(<RpC, (TDQk} <7X**O6YGg2MT:d6 n-5N-7  *gL@Ec^ d8x(ڟJE -  dc78] A)* 6x{7PL JNNMG *) G/4WH8/ _Q3 !35 42$I     )!?i'q" a $"   (%TO^Kg 3,>>/(pIKJHo:N5/$"06J^!! |G1AL '''8  )'Z>r3bCD'?55DCc1+=@Ao.9q%I I6^ 4 S 4 E-@=@^ 6&e#2PiCjU ]]rB)~aCr*9IڐFQm4eOG62;5Z hM}pYY\FGLbR!! k*gw"7Ct!S9@e5=<>8 58*o7JiqJn/<nBp4:XChb]#%+D%)J4N~t4>B", "j +2#$Gu9l'^)b3"-BCAP7 ]jA(P-!gj B`>6EaJ,Dh4h`S  #%,1(7w@9/,>C#S^~C>5#==79"g!j'J7pjCv,$#'J%j(^6 "y"*;?CY#"EM7JM7KXxwK znTY<*(P,(eO5qT IQ*1 j ,jn.Df7aQgcS`8amg24j%Y8U8+D7k 3@LPb֋S8EH GF.ZbjE2i*B"=#! !!>BxEH8D  !&6=BGNVlv,7DP\bkv#.5?IYe67&47&'757'/%4>36723>7674=7'<5&'4'%'"7767'"'#/#2"/6??.'&7%37&?33&'723&'?07&'?0'677/%057'%&'0/7'2/&/?'1327&7'674'67''67367/#6?&?&7&'046&'707&'17/67&'237?6/#'7&'67>?&'&'5?&'&#"%&'&#267'0?&'&'076%5&#"#"'675%/#&'0?3?''7&/707='1?/'%767'&'227'7'0'7%7/&"&5463!2#%!254!"337.'1'77'&5&'.5707&76'4&0#674+2737674'05'1'&1"'6"5+"57&5432?45>72'67?'%54"'%7"54?&'63&7"317675&'6=745&'<54#?'&'&'&'&/7654#"'&56'437'54?632763762743?32>#26763726+1"/#"/#%'"/#'"/1"/##'#"#/#&"/&5165/5?'57'&56'4?'56'4?3267;>326/&'&7>76'#"&'247>76&'#"&#>326&'.'&2'5'6'7#"/7#!):%(% 8F G $ 1%$/qO3;x#5 O* ) bT$,LI8-`.S[ BO5u *(-@G \] I@]SD4uO'2~LGoQ` y1e) tL_7 U) '8 OJ8T2^C'f/P7(kB?J#"l8lABC.+ #4%AQEaMU2& _/U#W[Y Dr#. rp3 6}""I42) I7] (=)!I* #:x(v<(F /6F9&e(> S_)$+D,J5&GQ1.)pHC ^J:TNU>b*$5NO6  *fEc]  ",'8u4= .}NNHg1NT6+O56O*d7   d Yg WJbF@nZ-nx8I!]A (''9x{6  )((8~Aizdc#]QQKC*!O>j'pR?" b %"   '!p*)H.3VH8/ `Q3 !34    A)*E#B($+!$7DAjAU*?.={RAD*.(5DB  %.< /)"499/(  0)!499/' O   J  #k^Z,C8^Y5 7986)i> ZB [ dV  *8:= G; K4.>  #%[jUR!! k*1R!.JR#R%NO ")j(n)7nXC'mB? xC)LREnAp46EbJ,Dh-G4 `KPMBl& A!7B"B?8?$9/ mn+>wa8NR/=z2hmDm^|L5o7f^6 "yS"*;?CY)7J)CywK znTY<K KpjC!j'JJ%kv,#$&$GQ +2"B",:\X8F #U8+D7&TQ'IBd(7,(3`/B0531 j +n|!)&   j  1, !$j4=0*6/ (n@7@̃VrqU J,jN GDP2B5@7 DH GE )1)3%  Q "Q":;UT(5$  R "R#9<IAw;732325#&"/#"#&'#"'#'"/"#/+"5'737/76563?'3674#"#67&'&'33+"'3/674'"'7367674&57'#'4.6?3363'/6'73'5&'1"'?3237'4+?/<#"1'#?/%7!254!&463!2#!"&576767676?''/'66&67'''37675'7'7'36?''?'776367>3/#>717'&7#"#'"&'&'677/673'3''3276717/'7717'&'67'''#17267/2667'&/'&'&5.'67%?'"77&'7'767'1'"#'"+'#/76726/454#'&'&'7'1'2762+3547'6/6'#67&'"'#'76'147'2'7/%7'&/7;7631/67'&74?'367'&5'7/&#76'1'7''#76?'5'&7/'1#'7/6767'&'&'1767/(Y9U8+D7Df7bRgcSa8alh23j%0*5.?biE1j* L 7@̂WrCx<n|*&    j  1, !Ǟ5om^+%?MOF*DD+>im/=zDDz= >!!!">"BO &p>^5 "yw,#$&J%k%!j'J8p jCc(h^^}B? Ww a,>y=R_Z12Dh4h_.bI>6E <,?0yj B_2P ."fa]jA(7 *b5"1}dQc9m  +2##GA",  LChb\$%*+:XnAp4iqJn=j`qDZ(fHn;p7MWbz=%.@ $1S9%oZ7Ds!R!" j*hv#wY?Lb_[ hLpZfEFb  Bs*9IrC)~*iCkU0uF2AL ('':N50#"06J^ ! J*)H.4W H9/ gA<*+=@Ao/8r     *!>i'pR?" b %"   '$TN^Qa 3DE8)pIKJHo|! 2R_ 4 SS 4 ^6J II$24 6^38op4 `IK`72>? SG $MMg{7PL @)) 6= be79\ - JEa e7x@Eb7  *fd6 n,5O&+N6YH g1MTiIAX*)SEQ6CYDC,D .6F)Xdd#1e;+_QbF?mFnR` V1E6? WAI =54Y_bQ'[% A8d'=CxwR~q-KIuS8HL.KHCI|v7o\8 OX8_e86SX '9~Jn)(J3E4SU-p8XI   #&*9<FJO\`oy-9APUZ`kz */=EMZdrw'7'677'7676&7/67%?&'3'7'1?'%#'&07'#7''"5'"5'0217&//%437/7"+'&7/'6?3>/"#%'6%7''07%54?5457'?'&'%743'%?&/?'"'&/74567&023656'&7/"#7777&'&+671%'&'67&77'7&3'67&/'7'&'#'&'1767/67'".''6?457/7&'#6705"/07%5&''?7/#/07?'1#0#'?4767'7/?/>?4?/66?#.#"%7'77'0#%7/#"''%7%6?#'&7776?3>?''67&7&'#"3!2654&#!2'!"7&?&71320##'"'&'#&'#/"5'#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'4?'17/5?4'54?63703?62;?3763176727627%03376;76>326'.'&676' %>326'.747327" (O9%< } z?%2+:CJ(68(()TFQOn'QUtY7L]o U{IK \E}(8c4[)4>*.8v^ E jP& 'UV(!>#iHV Ja 5q36`Ld4ZO2ogeTd  Z (C  f'ZAk9l"&5T QTHCj ;6I)J?0_ xQ6"5 ."  r  '(= I( ]7I #24 ?dLF7<{F6/ D;<S ?=d,D76R0k7_ HEJHp):5':N + E* _8eP /S)f*  4:2 W 7h6E2la' &#EA(ݦEK MA>, N&'(ZFy =8'  < J$ 8y{6 *)@.NNM  % '   "% b "u0p'j>!)     53! 3Q` /8HV3-G (*p!!ICD+%ED A)NCDN]DBP*V -NBD#DBI(8c5/4 8 3B:E 6)Rs 5L4tW.YpK7eK bL ] 68=l2 `>A lC%(R\k. TB F$^b=HX\Ep`É4?N ]4FPM>"4PL"!A/QG$ 2+e9' ""umg2{HDz<.:>Bo6Cf  $: ^^ 2@n,B~y" 6^,O&G,| Lb=6?  :<)"GPXK6ly+8U" [7D,*<3=Am{IP[Aw;2]g*QJ Tq/K K,0j%! ,1  i  &)!|n7#?/3'#?3572=##%"/#%''%"/#'#'"/#"'&/6'4?'&54767&'47'&'&7'4?/4?'&='4??373274'567//67'&"#=47&#''?274#7"/&"+263>7/&'&'72>7&'?7?67545'&#"7''7'275?272&+7&'5/"%?!"7!254'2#!"&5463&'7&7'"?&7'"'.''6'&'77&7/%73'"'75'#7'&'7'&'7'7?/.'1763'4?45675&'5/67&'&'?17/'%77&'"/?#3#'17677&7.''7'5'#'?'7671.'76767.''&/>7677&'5374?&'4&?5'??272?6767./757'#"=327?35674757&'7327'#7?.'76#??'76/27'"#76?'?.'&5.65&'2?'#%7'#75&'&'&'&/%'7174'7637&'#71457&'"'&''?'.'#%&'36767./#'?&'G1AL ''':N5/$"06J^!! J*) G/4WH8/ g@=*+=@Ao.9q     )!?i'q" a $"   ($TO^Qa 3DD7(pIKJHo|! 2R` 4 7S 4 ^6I II$24 5^38oq4`JK`72>?RG #NNg{7PL @)* 6< h_78] - JEa e7x@Ec7  *gd6 n-5N&+N6YG g2MTiI@X*(TDQ6CYDC,D .6F=C<8FY~rp<B6}#".  Ds[X' _/U APE`NU2 4&"J$"l8lA$^'? D'f k  YWJ~>*Xdc#1e;+_QbE?nFnR` U 1F6>!WAI =6 3Y_bQ'\%A8c'>DyvQ~q-LIvT8GM.KIBI{u7n\8 OX8_e867X '9~Jn)(J#E4RU-p8XY8U8+D7)Df7aQgcS`8amg24j%1*6/?biF2i* M7@̃WrCx;n|!)  j  1, !ȝ 6om^+%?LPF*DD*>jn. >!! !#>"BO &p>W w a^,>y=S^Z12Dh4h`.aJ>6E =+?0yj B@4Pi-!ga]jA7 )b5"0}dP9l +2#$GB",  Chb]#%+Օ:XnBp4iqJn=j`pE( fGo7'&'37'13%&'6%6?'1'#?.76?&''763717&/7'67'/%63&'7476?637'703676?435676&'&''67&757'"#&'7637/?'"577'736767&%#7&516'.?'0?1"/#0#'57037'7'&5'7&'017437&''71'"/2627&/37'4?57/##70?7'703/'07'167&'36?&1?Oj%! ,1  i   &*!|n*EĐ,gL/R=O`*j1Eig1Z^ &p>LO"B !">/?>!.E6Ja.ʂÎ_h4h y1?,<_B kCQd}1"4b*4 7Aj]]f". !m9'QF$2+cD*FOM?%X  ,"A4 OL ]45%?N +$#\bh_X:dJ4pAn\Dq`b>nJqi4W(8p;nH={ano%91$ @-%p!#vh*j  C] rDbL?-ZpLh q f#4 bFE)Bs >sBH90VkCi*x'  "% b "u1p'i>!)     53! 2R_ /8HV4-H )*p!y FM{6 *)@ LP8zR\87eb 3- Fĥ''(!LA1EJF@)'x7e 6TM1g HY5N/*O5,n6af*  YCePES)~*XAI}0#^NT':ND 1 Hp)6N^ H8D0,CS ?=dF6. D;<@>*Sq9/o<}ZE7=C24CIS 4 ^7I *<@g 4 rDq ." "}7A7#?/3'#?3572=##%"/#%''%"/#'#'"/#"'&/6'4?'&54767&'47'&'&7'4?/4?'&='4??373274'567//67'&"#=47&#''?274#7"/&"+263>7/&'&'72>7&'?7?67545'&#"7''7'275?272&+7&'5/"%?!"7!254'2#!"&5463&'7&7'"?&7'"'.''6'&'77&7/%73'"'75'#7'&'7'&'7'7?/.'1763'4?45675&'5/67&'&'?17/'%77&'"/?#3#'17677&7.''7'5'#'?'7671.'76767.''&/>7677&'5374?&'4&?5'??272?6767./757'#"=327?35674757&'7327'#7?.'76#??'76/27'"#76?'?.'&5.65&'2?'#%7'#75&'&'&'&/%'7174'7637&'#71457&'"'&''?'.'#%&'36767./#'?&'G1AL ''':N5/$"06J^!! J*) G/4WH8/ g@=*+=@Ao.9q     )!?i'q" a $"   ($TO^Qa 3DD7(pIKJHo|! 2R` 4 7S 4 ^6I II$24 5^38oq4`JK`72>?RG #NNg{7PL @)* 6< h_78] - JEa e7x@Ec7  *gd6 n-5N&+N6YG g2MTiI@X*(TDQ6CYDC,D .6F=C<8FY~rp<B6}#".  Ds[X' _/U APE`NU2 4&"J$"l8lA$^'? D'f k  YWJ~>*Xdc#1e;+_QbE?nFnR` U 1F6>!WAI =6 3Y_bQ'\%A8c'>DyvQ~q-LIvT8GM.KIBI{u7n\8 OX8_e867X '9~Jn)(J#E4RU-p8XY8U8+D7)Df7aQgcS`8amg24j%1*6/?biF2i* M7@̃WrCx;n|!)  j  1, !ȝ 6om^+%?LPF*DD*>jn. >!! !#>"BO &p>W w a^,>y=S^Z12Dh4h`.aJ>6E =+?0yj B@4Pi-!ga]jA7 )b5"0}dP9l +2#$GB",  Chb]#%+Օ:XnBp4iqJn=j`pE( fGo732325#&"/#"#&'654'7'1'+"2#'"/"#/+"5'/"#'&=437'454?3&'57'&6?'&574?&'14?/5'57/54&5&75?'&56'4?6313?37"#"'7274'&5.'67%?23667'&/7277&'7'434"'1'"#'7654#""#'&5'3%31?'#'76=>717'&7#"#'"&'514/67&'"'64'7'#"&'7"32?767'24'"7''73/"='6?/%7!254!&463!2#!"&5''66&67'''376#7'?'"/7'36?'76367>3/#&'677/673'37/1'73'?'+"'3?&'3'6/#'3276717/%6?.'6767/#'"767'"'%65/137'547267/22#5&'67&'#"'263#3547&547367'"+'#/76726/454#'&'&'?'"/?/76'147'2'7/%7'&'67'&74?'/&#76'1'7'?'5'&7/767676?3'&5"1#'7/6767'&'&'176''&5+$#&*^^*bU0\j`qD*ih_DE..bÎWrCx<n|*&    j A",   1, !%j3<0*5. (q< & ."g\]jAj B7 "1=~gRbm6 "y!j'J8p jCChb\5 N?@MOF*Dc#*hv#!Rw,#$&J%kc(h^^}B? Ww a<Ǟ5o7f2hlDIa8am/=z{TD+>,>LS/=R_Z1?!!>=#  B"OL>p& @86> <,?0yQd}{aP(_44b89m  +2##GݎLO 44]j:XnAp4iqJn=(fHn;p7MW%.@ $1S9%oZ7Ds!Y?Lb_[ hLpZ,j  C+ fEFb  Bs*9IrC)~DSN_Q_ aQ^NTsES+=@A8XH WUA7|" rr".    *!>i'pR?" b %" WK~>)  ' !p*)H.4W H9/ `R2 !35   6E`MU34&{' _/UJ""l8lA%RQ,#0  *f76+N6YH g11e;+`Ip4 3D"DIuS8a- {7P? SD .6F732325#&"/#"#&'#"'#'"/"#/+"5'737/76563?'3674#"#67&'&'33+"'3/674'"'7367674&57'#'4.6?3363'/6'73'5&'1"'?3237'4+?/<#"1'#?/%7!254!&463!2#!"&576767676?''/'66&67'''37675'7'7'36?''?'776367>3/#>717'&7#"#'"&'&'677/673'3''3276717/'7717'&'67'''#17267/2667'&/'&'&5.'67%?'"77&'7'767'1'"#'"+'#/76726/454#'&'&'7'1'2762+3547'6/6'#67&'"'#'76'147'2'7/%7'&/7;7631/67'&74?'367'&5'7/&#76'1'7''#76?'5'&7/'1#'7/6767'&'&'1767/(Y9U8+D7Df7bRgcSa8alh23j%0*5.?biE1j* L 7@̂WrCx<n|*&    j  1, !Ǟ5om^+%?MOF*DD+>im/=zDDz= >!!!">"BO &p>^5 "yw,#$&J%k%!j'J8p jCc(h^^}B? Ww a,>y=R_Z12Dh4h_.bI>6E <,?0yj B_2P ."fa]jA(7 *b5"1}dQc9m  +2##GA",  LChb\$%*+:XnAp4iqJn=j`qDZ(fHn;p7MWbz=%.@ $1S9%oZ7Ds!R!" j*hv#wY?Lb_[ hLpZfEFb  Bs*9IrC)~*iCkU0uF2AL ('':N50#"06J^ ! J*)H.4W H9/ gA<*+=@Ao/8r     *!>i'pR?" b %"   '$TN^Qa 3DE8)pIKJHo|! 2R_ 4 SS 4 ^6J II$24 6^38op4 `IK`72>? SG $MMg{7PL @)) 6= be79\ - JEa e7x@Eb7  *fd6 n,5O&+N6YH g1MTiIAX*)SEQ6CYDC,D .6F)Xdd#1e;+_QbF?mFnR` V1E6? WAI =54Y_bQ'[% A8d'=CxwR~q-KIuS8HL.KHCI|v7o\8 OX8_e86SX '9~Jn)(J3E4SU-p8XJ    +2=IWafqw6BQ\eu",9ERXbry''1'%&'67?'67'#"'7367'27167&'7'.'0?017674'07'74&4?57/77&/3"/6:7%'71'77437&'1?'&''7?'757&#"7237237&'7&'?'"57637/7'"#&''67&473676?435676&'&'?637'7&'74767/%637'67'723717&/776?&''67.+&'&'6%7'#/13>7'&'373?&'&'6637&'7/767'#37&'%7&'#7376'#?#67'?6;7'?'#'17675/"'&'6?#'&'&37/76327./"/67&7&'#7''7'77'767'67&/?'67'&'&'&'&/&''63!2654&#!"4!2'!%?/154?637276332?237636626763276723##"5'#&"5'#&#'&#'&"/1'#/"1"/&'6'437/5&746=?/75?'&5167'&5'4?'&457'567#'&457'"&'.#"# &32327>5%.54632>V {?~&0[ + @?*.Oe+'!HbO-5&)#/V < cA X A .]iR2GbL)] rD!#vh*j  C1$ Z%no%9  =yck@\AMLBpAno,%/Y!p:h- P!) ]44 OL\" '9> AfcD*FO-! YQF$2+!m9'o]f" ~Aj]4 7Qd}1"3b*(_B k/bHN;K # Km.ʂ.16?>!"B !"> &mALO6DA:.Z^*" _=O/RN,gi>*Emh2zIDz=/ma8;o5%Cf;bRg$ @^^hP$$).%.1%B}:'(=-y" 6^DHE3&G,|Ic=7ME"#^<)"HOWK7px+8U9[7DTmz **SF6. D;<S ?=d,C8Dh^ HEJHp)60':N;0#O; T*X ![<'S)!),f*  46h6TAMa'x7e%F@)ݦEJ!LA1N''(T- F0R\D-  LP9y{6 *)@.MMN F'   "% b "u1p'i>!)     53! 3Q_ /8HV4-H )*p!y!߳A &/1O1jw-$0K=q)4/G&C+WXAC  #-8?GOfw'7BMWal|)29DOXhx~154?637276332?237636626763276723#0#"5'#&"5'#&0#'&#'&"/1'#/"1"/&'6'437/5&746=?/75?'&5167'&5'4?'&457'0567#'&457'"?/4!2'!'3!2654&#!"&''6767'&'&'&'&/'?&'%67&/767/7'07'7''&'#672372;057'5.'3?./"/37/7#&?'7&'607/"'?/1'006;7/#'7#67'#70376'7&'0#13?&'?'#637&'73?&'&'4%>7'&'37'13%&'6%6?'1'#?.76?&''763717&/7'67'/%63&'7476?637'703676?435676&'&''67&757'"#&'7637/?'"577'736767&%#7&516'.?'0?1"/#0#'57037'7'&5'7&'017437&''71'"/2627&/37'4?57/##70?7'703/'07'167&'36?&1?Oj%! ,1  i   &*!|n*EĐ,gL/R=O`*j1Eig1Z^ &p>LO"B !">/?>!.E6Ja.ʂÎ_h4h y1?,<_B kCQd}1"4b*4 7Aj]]f". !m9'QF$2+cD*FOM?%X  ,"A4 OL ]45%?N +$#\bh_X:dJ4pAn\Dq`b>nJqi4W(8p;nH={ano%91$ @-%p!#vh*j  C] rDbL?-ZpLh q f#4 bFE)Bs >sBH90VkCi*x'  "% b "u1p'i>!)     53! 2R_ /8HV4-H )*p!y FM{6 *)@ LP8zR\87eb 3- Fĥ''(!LA1EJF@)'x7e 6TM1g HY5N/*O5,n6af*  YCePES)~*XAI}0#^NT':ND 1 Hp)6N^ H8D0,CS ?=dF6. D;<@>*Sq9/o<}ZE7=C24CIS 4 ^7I *<@g 4 rDq ." "}7A7637&7'0367511#&"#''"&+/'#/0#&''"/"/#&'"#'+"/&5'47>7'&?54?/4#?'&57&767632754'27'1'&#"&'&54?'&56'4767632?7172763%237%2763%2'&#"/67675&'7"#'626'67'&=2=67'&5'54".'3?11"'67=4?1"54?'#'3776';76=?'#74/7/'"1+&/%#"'33&547437/254!"7!"&5463!263"7?&74/+?&7'%7"#'767'37%6?'6??5671&'47'4'5#'1>?/5'67./63?'./?1?&='13>7'77&'%7'2?567'&76367'31275//67&5'/67/26?.'75676%'7375767&7&/1?5&/67'&5'#5767'&'767&567'"'&75'&47''?>7&'&/"'#&'&?&'7.'&5'%/#6'7'76%67/&5&'327''#&7/?/1#7'5'237'"5'37/674&674?'%1767676?5%7'"5'1'2267/'676767'53?&537>7&'%467/ *)@    52! 2R` /8HW4-H)*p(  )>~JV "$ a "u0q'i?N!(C LQR]87_hnJ~9'()   6{{7'''A1GIAAI![Y 6= "_YB7}*X.= G6NN[  - F <EJ@F('x7e 56SN1h HY6N/*N5-n6ag*  %dQET((/$^OT&;NEKIp(6N^H7D1,CR?=dF6. D;='@=+Sq9/n<~YF86F1|R%[(ADʢ>[c7B #a8TvKLF}Rv_IK.M\n7u|o_8WP 8Ԍ XS6-D " KURX9p-.I UqqV@7*DĐ,gL/R=O_*i1Eig1Z^ &p>MO"B !">/?>!.E6Ja-ʂÎ`h4h_B kDQd~0"4b)4 7Bj\]g!-  l9'QG$2+cD*FPM>%n4$$PL ]45%?N +%"\bh_X:J4pAn\Dp`c=nJqi<{ano%92# @.%p!#vg+k B] rDbL?.ZpLh p e#4 bFF)Br /UkBi*C  (2?FNVm~ )9BOYcn~ +4;FQZj{1320##'"'&'#&'#/"54&5#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'47>7'17/5?4'54?63703?62;?3763176727627%03376;76?!2'!"7&7"3!2654&#67&7&'#76767676?/767.''6?'%?%7/0#7'0#%7'76?''071>7>?4?'?/&/167/67'0#'?47'?'17/0?37/#5'75&'%"/07'&'#6705#.'1"#'67'7/%''67'6767'".767/57'167&'.''737/0#'>&367&7'&'16?'&77&?&'#'67/'23/7023656'&77&'6&'"'&/74567&'?743'7'&''6#/"56177'054?545707&'76376705/"#'2677/#7437/6?'#'/721?/"5'"5'07'#?&7#'7'#67&/36/'   "% b "u0p'j>!)     53! 2R` /8HV3-G )*p!x GN{6 *)@ KQ8zQ]8 % eb 3. FĦ&'( MA1EKEA('x7e 6TN1g HY6O/*O6-n 7bf*  YBePES)~*XAI}0#^NT':NDJHp)5N^ H7D0,DS ?=dF6/ D;<A=+Sq9/o=~YF7~JV2o=36`LJa5q_Q^+;em?Fb `QoGHV !>5F0e^Y-IA6< R%['Cˢ>\c7A a9SuKLE}Sw^IK/L]o7v{n_7WP 7ӌ YS5-D3JUSJ~9'()X9p,Oj%! ,1  i  )!|n*Dď,gL/R=O*i2Ejg1Z^ &p>MO"B !#>?>!.D6=Jaʂ=`h4hy0?+=`B kDQd}0"4b)4 7Aj]]g!- l9' QG$ 2+wcD*FPM>%  ,!A4PL ]44%?N +%"\chX:eJ4pBn7\Ep`b=nJqiS4W (8osBI90UkBi*<  iw .7AJQYak}%4@Yl| !+6?H31#7'724'7'"/#"432?17&54735'?'&'47#"'=2+"/#/57#"5'7237'4?3&'57'&6?'&574?&'14?/5'576?.'263767/'/35#'324+?373763727372737272373>732325#&"/#"#&'#"'#'"/"#/+"5'737/76563?'3674#"#67&'&'33+"'3/674'"'7367674&57'#'4.6?3363'/6'73'5&'1"'?3237'4+?/<#"1'#?/%7!254!&463!2#!"&576767676?''/'66&67'''37675'7'7'36?''?'776367>3/#>717'&7#"#'"&'&'677/673'3''3276717/'7717'&'67'''#17267/2667'&/'&'&5.'67%?'"77&'7'767'1'"#'"+'#/76726/454#'&'&'7'1'2762+3547'6/6'#67&'"'#'76'147'2'7/%7'&/7;7631/67'&74?'367'&5'7/&#76'1'7''#76?'5'&7/'1#'7/6767'&'&'1767/(Y9U8+D7Df7bRgcSa8alh23j%0*5.?biE1j* L 7@̂WrCx<n|*&    j  1, !Ǟ5om^+%?MOF*DD+>im/=zDDz= >!!!">"BO &p>^5 "yw,#$&J%k%!j'J8p jCc(h^^}B? Ww a,>y=R_Z12Dh4h_.bI>6E <,?0yj B_2P ."fa]jA(7 *b5"1}dQc9m  +2##GA",  LChb\$%*+:XnAp4iqJn=j`qDZ(fHn;p7MWbz=%.@ $1S9%oZ7Ds!R!" j*hv#wY?Lb_[ hLpZfEFb  Bs*9IrC)~*iCkU0uF2AL ('':N50#"06J^ ! J*)H.4W H9/ gA<*+=@Ao/8r     *!>i'pR?" b %"   '$TN^Qa 3DE8)pIKJHo|! 2R_ 4 SS 4 ^6J II$24 6^38op4 `IK`72>? SG $MMg{7PL @)) 6= be79\ - JEa e7x@Eb7  *fd6 n,5O&+N6YH g1MTiIAX*)SEQ6CYDC,D .6F)Xdd#1e;+_QbF?mFnR` V1E6? WAI =54Y_bQ'[% A8d'=CxwR~q-KIuS8HL.KHCI|v7o\8 OX8_e86SX '9~Jn)(J3E4SU-p8XC  (2?FNVm~ )9BOYcn~ +4;FQZj{1320##'"'&'#&'#/"54&5#"#'"/#"/&457'&56'437'&56'457'&56'57'&56'47>7'17/5?4'54?63703?62;?3763176727627%03376;76?!2'!"7&7"3!2654&#67&7&'#76767676?/767.''6?'%?%7/0#7'0#%7'76?''071>7>?4?'?/&/167/67'0#'?47'?'17/0?37/#5'75&'%"/07'&'#6705#.'1"#'67'7/%''67'6767'".767/57'167&'.''737/0#'>&367&7'&'16?'&77&?&'#'67/'23/7023656'&77&'6&'"'&/74567&'?743'7'&''6#/"56177'054?545707&'76376705/"#'2677/#7437/6?'#'/721?/"5'"5'07'#?&7#'7'#67&/36/'   "% b "u0p'j>!)     53! 2R` /8HV3-G )*p!x GN{6 *)@ KQ8zQ]8 % eb 3. FĦ&'( MA1EKEA('x7e 6TN1g HY6O/*O6-n 7bf*  YBePES)~*XAI}0#^NT':NDJHp)5N^ H7D0,DS ?=dF6/ D;<A=+Sq9/o=~YF7~JV2o=36`LJa5q_Q^+;em?Fb `QoGHV !>5F0e^Y-IA6< R%['Cˢ>\c7A a9SuKLE}Sw^IK/L]o7v{n_7WP 7ӌ YS5-D3JUSJ~9'()X9p,Oj%! ,1  i  )!|n*Dď,gL/R=O*i2Ejg1Z^ &p>MO"B !#>?>!.D6=Jaʂ=`h4hy0?+=`B kDQd}0"4b)4 7Aj]]g!- l9' QG$ 2+wcD*FPM>%  ,!A4PL ]44%?N +%"\chX:eJ4pBn7\Ep`b=nJqiS4W (8osBI90UkBi*<  iv .7AJPX`j|&6BZm}(4?JS"1/0#72=74?&'542#1623776323'#"#"54?'"=/#"54371'?314?'&+"7$2367376276326732?373'>7#?/3'#?3572=##%"/#%''%"/#'#'"/#"'&/6'4?'&54767&'47'&'&7'4?/4?'&='4??373274'567//67'&"#=47&#''?274#7"/&"+263>7/&'&'72>7&'?7?67545'&#"7''7'275?272&+7&'5/"%?!"7!254'2#!"&5463&'7&7'"?&7'"'.''6'&'77&7/%73'"'75'#7'&'7'&'7'7?/.'1763'4?45675&'5/67&'&'?17/'%77&'"/?#3#'17677&7.''7'5'#'?'7671.'76767.''&/>7677&'5374?&'4&?5'??272?6767./757'#"=327?35674757&'7327'#7?.'76#??'76/27'"#76?'?.'&5.65&'2?'#%7'#75&'&'&'&/%'7174'7637&'#71457&'"'&''?'.'#%&'36767./#'?&'G1AL ''':N5/$"06J^!! J*) G/4WH8/ g@=*+=@Ao.9q     )!?i'q" a $"   ($TO^Qa 3DD7(pIKJHo|! 2R` 4 7S 4 ^6I II$24 5^38oq4`JK`72>?RG #NNg{7PL @)* 6< h_78] - JEa e7x@Ec7  *gd6 n-5N&+N6YG g2MTiI@X*(TDQ6CYDC,D .6F=C<8FY~rp<B6}#".  Ds[X' _/U APE`NU2 4&"J$"l8lA$^'? D'f k  YWJ~>*Xdc#1e;+_QbE?nFnR` U 1F6>!WAI =6 3Y_bQ'\%A8c'>DyvQ~q-LIvT8GM.KIBI{u7n\8 OX8_e867X '9~Jn)(J#E4RU-p8XY8U8+D7)Df7aQgcS`8amg24j%1*6/?biF2i* M7@̃WrCx;n|!)  j  1, !ȝ 6om^+%?LPF*DD*>jn. >!! !#>"BO &p>W w a^,>y=S^Z12Dh4h`.aJ>6E =+?0yj B@4Pi-!ga]jA7 )b5"0}dP9l +2#$GB",  Chb]#%+Օ:XnBp4iqJn=j`pE( fGo274.'&'654&'32>32&'42674&#"2#"'32?654'.#"2772?>7./.'&#"#"'&'&'"%327654/.'"#"467&/#"3274&5432654.'.'#"/&"5#"&'.547654&546;27>7&'54?>76?654&5322#'&'&g     8!%!73'!J'/7%'?@1'.!' MqC=7 ##/;T3 !u /;Bn'G+8f#N+#&)  [+= -R;,e& 8/'1/-/@I%J=f-'ol7%+'(5R=;" -H'oC%E+E2'-%'C   6-N!J\A  71LT?:+u5:L9'H/  - X'")&5`!'  #PBTb s75_ 3%?F-+ -)14')dP3 !%=' CC# /P `B'V( -)#^'+]F! B N3R5e/ J B%G#=$7':7)T%)%1- q 3Db3J--\!'=%E#+ Vd 5?  ;Z )+  A%'#+";<3`HV1lP/:\T;^=8'+'"%7/1B51w X '*++}/4+u/4+/4+)/4+0/F 22xF0+o +F%4+4+n/4+/34++4+h2/%4+/4+/A334+: +/O +4O+4+/K4+/F4+U/4+Q/4+Y/^ +/]4+/-ּ $+ 5+D D5 +D= +D+ $++H22< $+<+' $+'"+ $++ v++ $++ $+Z+ $+{+l{l +@{r +l{+O $+O/ $+j2l+r $+c2V+a+r+` $+`+h $++6Բ+ ++++ #9999................@A 4F$9<A-.999999'9"A}#%+$9FO999 99HxQx$9Zuo999O{ITSY[$9V9r]p^$9anch$9`f9)ox"$9990'9xrl$9% rv$9nFH9t{$9j99-# 5Df$9%9?A99:c=c$9O4S9K9Ha99FOV999US9`99YX[99^`90167'"676763232654&'&#"62#".547>7632367>327367654#"'"&547>32#"'#"&'#".'7332>54&#"767632#"'.'&'"32654/32767654'./7>54&#"327632#"'&#"#"54327676=4'.'"#";6&/7632#"72654&#""&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654&#" 0B ^ !   51ȩZV)e\8+~0 4W;фW#2! &&Us?@ZXƝ+/ZP ]4]pJGl[5Ti *e]φ1:  bT  5. Y\ ABlO% #1#6%X9*RqM o E &  +{*5xX +YoO`eeZ{FhV%Pl-9g`9/~!+1JTCoP+݋V1;e5+!+!n>Xdm{s/!?P 4&'1{޼eǕMqlh)r%? ) & ^rjE/5g  L24{X\RI&@hv>LK5c[-DC<]$Rw/^@uS5w^5##J=qÃGZ7235NZ1HHn`qn#+ 87!Vm8\PZ`8H{L`fN>dP} &zv+n4++ 4+b+X +zXb+3vXb+~4+s++4+T+\+_+e+2/4+P/4+6/Y3m ++m6+# ++# ++( +64+m6+F4+?m6+4+m6+4+/ 34+232>32'4#"'"'.5427>54&#"'&'&/32?'&'&'543232>?#"/&'"267>54./76#&'&54632'4&#"62#"5463232654&'#",'&#"#"&54632.'47632.#"7267&'&5464&#"6K &+@'  8zTb_L]qf.,QV4kF;-%1= ($ .&o:6Kr;Klhzsk_HZ׋'( DK<s,kɘalaSreW~;- /%4m8GA  /(BIb jjubQp#<*#!r58/'1 "!9+ +9De2TP,MNZwpTDwJ!IgAV?++B- N%=H533/1+3 L7TbTsj'Xg-ˁq)-5XuL-%'A\nL5ׇub^/P 1%)BS1 1 Vrs(D3,5Y 2Mi;Q2*1*Jw:3<6fE'+[&0hdmcWB-2/C k IU))U2- CE)wvZ"B #=0&u-8/ A@ _d_M5xeVDe;I?4rB% 1(0K8dJ1%$5)T^w{PhNB#" 7-'i+JG\ @TjX{EoJ)JP} (| zB+.34+A++r4++^4+f+w+e+4+e!+X +K2X4+\+K+V+6/4+6/, +B / +Bf +4+Bf +4+Bf+RCBf +R + Bf +3 4+2f /4+T^ +4+c+k +ck +@cf +/Hִ $+F+N+N+ $+2+ $++ $++3 $+3+ M++ $+i+ $+ + $+$ i+{+x x}++ $++[+ $+`+q q+x $+x+6=+ B.D+ B@ + r.pBAB@+=+ CBD++*+ +CBD #999Cp......@ ABCpr..........@NFKE>CI$9A9A =N(:KRV$9&6,36$9 9319TX999iA .!$9i 9  99}9{dfk999xYcb]v$9}^c$9+)9>93=3=$9,199:9 ($9$0$9CA E}&   x{$9RA )A]v}$99 Y9!HFN$9N9e[x`q$9b9^9cI9kTili$90103276&'46767&#"327>?%#"&'#".'&'77.54632>32654&#"#"'&'4&547676724/7>54&'.#367>7632'.#""'5676?'&#"7676?32654&/"54>767232'#"&5476?4'326"&54767.#"32>7#"'&5>7#"&546323276,32>54&#"#"&54324'326+& =fq]K`bTz8  '@Ck,s1$.;Fk4VQ6,PT2eD9, +8!"0'/85r #*;#pQbujj bIBՈ(/  AG8m4%/ -;~WdrSalawZNM JwDTq5Lo\A'%-LuX5-)q-gX'jsTbT7L 3+1/#335H=%N -B++?VAgI!݁/_bu@ % Y5,3C(ssV1 $RA%*UJ j C/2.BVcmci0&\*(Ef6;39xI*2*1Q;iL2c-%2Id8K0(0 %Bq4?H;eDVew6N_d` @A /8-> b=t&1=# B"Zvv)EC -3U<8DZ8R;$z26#7G1PjT? \HJ+h'-8 ##ANhP{w^T)5=cXTR3-*) {Ej lJ1\ `/V1-<9dD# 1DTbJ)JnF{H ! / / /  / +01!5!5!5eHRRPPPPNH ! / / /  / +01!!!!!!N5bb5HRPP1T9/  /+012"#!"$#52$331ofn)BiHPH9  ## "1wD/ /+ 99012"#!"$#52$3 5`R>ЍD')))y1^)N@+M & 33, %+5>22 &,+ 3E %+DF22/3 %+2+ 鲩 + +/ 鳣+ %+t/R3i %+W2 z3] "+c %+c +cn +w/}3f %+`2O Z 0/BJ33! 22:  /+6 + .F. HF 0+ D..D B + 31# +  ++ + +3231+DCDB+ + HGHF+ #9GHF9 #9CDB9 92319@  123CGH............@  123BCDFGH..................@9999iTU99!:89 M$9&)999014632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 3 $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h1#]-5!Xoi)T}J!  !7'lu+@+?GL !x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde> #P+< +'2 / %+ /3/ 62=/ֱ, , +@,% +, +@ +2, + 523 #+3/3 +@: +>+,9 #93 9 99/959901327#"7!''54?>54&/&=73%;26=732#'HJ$u>B&3<7P5=43-ZVu/ydX9%' 6-)'',+'/7V`') ) f ;CV (0N<+RW+^+ + %++W+| < +a3334+Gfi$2U鱵R /34+2BMR +[333B4+u .R +53 2 鴛R + %+ R +$;$3W+6B$2/'333+M$2J22 +@ +K4+2#0/, %+/4+ +@ +O/ֱ+ + +@+% ++ +@ +2+ + F+4922F 4 +-2F4 +@F? +4* 7+*/2 8+2/2 +@9 +(+ +2+ +2 +@ + +@ + 7+/  鰟+ 2+x +W2x +@x +x +@ +x+ q+_ +_q +@_e +q_ +@qj +_+ +2 +@ +JӺ+R <22?+O P++9*#>DJK$9 F+0992,/994M9 6;999(99"$999A  $99999999$99xY$999inu$9qo99_$9Ӻaf$9R999?GMU$9OD99|hm$9Uoz$9REJD_$9<O9XYw$9M9 9 3499&D99"9$9 $9999K19#$9901%327#"5!''54;2654&+"'5737#";26=732#3274&#"#"&54632#!3236722&#'54?>=4&#"2&#'54?>54/672$462"2&#'54?>54/6724/672362#"'&'"2&#'543763254&#"#"&54632!32%32654&#"'4&#'"5'672632#"'"'67462"2&#'5437>54/672'FE#u}9='193L3j1+VQo-<&r Lzsu[k;WXfH72 N1p -LN J/y 1s-D -##-N1 L1{ 3{)4w+H3 *3! \-y1;'qL{stZj7632#"&'&5432#" !))!1#  % %$ '  #{#''}%'  '  #+%  %'1 )%#';!#1#)   %9# !=)%)FT )NT +L' #% %@A # #'F/'3 +W++/./(/$4/!ִ+ b+++ $+ + !+1+& b+5++#99 99(.$9$9 @  !%&+1$9016732654&#""'&7>32#"&"54 "3254FrfmuHRS 2R?N\\$'frJNXH }NVQ!D-)F/ )=E!+W+/;,/C/F/ִ8 b+80+@ 9+@+ $++ b+G+0859@4999@ #$*,;E$9 &$9 (=999,; =99C*9!@  048>$99959901%"54 >54#"632#.#"67#"'&54767'327327\\jVaՀntEN?Y7 KP=, kB@{VoJr^k$ՋvvrV*)/VQ!WHw): J`TN$[$N"H\}RG}FX;WqF/?IU@/P#/3<2/73 ++2J/FV/CִM b+M(+: 9+:2+ 2+ 9++2S+H b+W+2:+#E999@JP999 F999<#H9@  (24>CMS$9 099JG901#"&'&54632#.#"327#"&'&54632#.#"327"54 "3254-X70^A_#8   01*;tS$UX70^A_#7   01*;uS$)\\$'(8$ Fba E*9(U_9(8$ Fba E*9(U_9?VQ!D-)_!(=Sew+ ++T/f4+I /24+> /)4+q/\4+x/Yִt $+t+ N+/ $+/9+C $+C+# #l+a $+y+9/@  2>IT\fq$9)2@ CNYalt$901"32>764'&"&532"32>764&'&'2#".54>".532'2>5'.#";?/+`B-=7#N5!Dp`D05Slh) "2(YF *) !I$"()J!C.,F()6( ll: Y7WO:xw[95T`TQv $R;; ,=$cM@ъa)Eo֋ ?.w2"x?KbSuI-z~:^IQ.j@FZʩ_!#^+3W+2+[+5/}4+24+{ /3:4+'2f/X4+/Aִv $+v+ F+c+[ $++ 2Wg$9:Scilp$901%.#".7>54"&'6722;#.#"#'&?3>45454'.'./7$?324654&+>>326'. /9=  /27+  =80 )8z @"eTU9-<-UT&($  3-# /& ' 2"( $0(CE(=/7DBi/AF'       'FAw3&n_ /Cw)TU UT ) '  A<d3DCE)c|59 "n.(3FG GF7 !3v+ %++&+1+v+Z/T34+2 /G4+M1 +4+z1 /t4+h1 +4+/94+/[ְ42 $+w2+2) 9+2) +). +)}+2q $+G2qc+ $+#+2 $+/+2> $+P2+6>G+ .TSS..ST....@)tz999}_l$9qn9c@  &D`h$9!9# 9CL$9G@ DP$9ML 999t@ !C _aN$9h1@ #)4>cnw}$9014632!2676&#!46?>54&#"#"&'467672!26?6'&#!"546?>54.#"#"&732654'./>76263!2767&#!7>?>54.#"A}nCbk=L5>,^B\U?Ed]:"0?*+KO"O69H.0V=. >BkO2 1' \  f/:WM4+Z   7-$-5#4Qh|IfJz -5I35L86L!L{I*(i$H|OjgL,etcWk^3 % *"u-V^Dsl:7d(ja33CsӏQa=W( B&DBF;3=:;" ),^@cSo1&* -l6:hoAZT*#!8y#++++ ++# +++U/4+d# +d4+\ +4+n +n4+32 +3W+? +4+z /94+/H4+/YְB2 $+2 + 2 +< $+<w+} $+}i+ $+.+ K26  F+ $+/+P $++6 8+ rt+ rtrq + rsrt++srt #99qrs......qrs......@ #?\$9'9<399w@+0HU`dnz$9}99.9M9dY`$9n\.Pi$9?3M$99@  632#"&546323265!"'>54&"#"&54>7632#".54632327>54.#"'7676'4&'2762#".'&"327>54&/76'4&#"3265469)'!%'Ri %XFof81'-P5# nJ)[EJF?>k;E^t;?J`5R;  Bg#D;-1 9&DqTAI/3VEXw2*5-AJ'mG# 4K/V{G<;u^ A=!".47632!476327#5<.#"!6&'&+"3!26326'&/.6=32>54&34763232+'.#"#'&?3>=!"/54?>76;2}%) -3 - % L 9#TwD7  +A  #+2&==+ 87@ /078=>}~.............@/078=>}~................@)o@&3;@HPcrz$9^ 9 69$9lYMRio$9,P)C^w$999014&#"327"'632#"&54632326'4&#"332?##"'632#".54632327>7#".'&'"327654&#"732?'#"'7632jFwf{ })T^072#^?oKwwbZdvK:[XuNFڭ473upJ^/UF  8Y]?  AM+Rp53߾JR zY[3`'++V+J/v4+; /)4+5/V +54+ V ++AV +A4+!V //Oִq $+q+ =+' $+',+8 $+8+ e+] $+{+E $++=99'1299, ;?Jbv$9e!#Vk$9/)@ 28EOq{$9 59b9A?9!#^eg$9Vk90132654.#"672#".576%32654&#"5762#"662#".547>?7%46.'32>54.#sPt4jFwCbìö5erV8 ? -XcZSKAZdi^7_A6K3doP\kcb {) ``jXLja3+Zq;|URȸ-foJ ?ÕDhwQ-0F>`$0dAhPb5w瞌rr1#+jr(1op뉚r4_NJtD );Y#+03R4+I2 + %+1+7/63A4+//X4+/<4+)O # +)4+,2Z/ ִT $+T+ $+[+6?'7%!?7'#!"&#"76/{7'5)RL!{bK4AX.-!% #74atoG?~X9 psQ%%*o1)=-J=7\GZ`?,B#" I-) >+/ 2 M/`"< 5H #! $2>Ka}+%++"++T/r4+ /~4+?" /34+e/`4+/Wִo $+o+]20 !+g $+  -+0+ $+I+6 $+6<+B $+B+ $+*+ -+L2  !+*b $+b/u+Q $++6(76+ X[nj&̎+ - *ɭ+ i_.+ ,$q"+ Fv9P++$7<+ -- +Z1+ +-- +Lɘ+ ,+,+- -,+C@+ 9:9P+FEFv+9N9P+O9P+)Y+ XYX[+njiji+)P+ nknj+mnj+?B+ FwFv+xFv++ii+i+YX[ #9mnj9k9- #9i #999:9P9N9O9EFv9x9w9@,-9:EFNOY[ijkmwx .............................@,-9:EFNOY[ijkmwx .............................@I_e99<6@ "%?Tr~$9Bd9`93~@ *0BILQW]bgou$901"654&#"&54767'&'46322>54/"6'4&'2'.546#"&54767&546 4& 32654/7>2654/"&546?Xr@i\ND}Ѻw'u%'RT5auhd?L-KH=DR$M2S˼/Ѿ"5X 8'B %4C#}Jy=@N}7?KaFwIwc&lN};>-Rjިi!Zuy8lHp:N=}RR/*I1cF;QZBPi3Q.5\~֠ϲ{)}+"vy,,KX`g|^$1q>dkrm-H*coh)!$0>_0!+++U/A! +A4+ ! ++5/! +54+; /)4+u/J4+/Eִz $+z+ d+] $+]/d $+8+, $+,'+= $+=+ p+O $++d!#Uj$9',@  5;?Jau$9=2999!Uj9A#]df$9?9a95 9)/@ 28=EOpz$901654&#"327#"&5432&5$67#"327#"&54632'".54>32'.6=7$7>7654.#"32rPu3jFwCbìö5esV7 b? -XbZSLAZdi^8`A6L3enP\k { ``jXLj`4+Zq<OURȸ-foJ ?ÕDhvR.F>y`$0dwA~hPc5w蝌2$,j r)1ops3^NJuCznY+3@+N++]q333Zdnx$2 +3+L/B34+ 2/K333`4++222/Yִ $++k $+k+ $++ $++ $+V2F+ $+ #+- $+-+8 $+8+7 $++6+ N.O+ %_U+ tuc!+ yD8l+ tuu8+ &g8+ =Ha%+ 'iƺp+ ;:2+ ;;::+ jk :+ @.? -#+ +.B+8+ HH+H+-#+ B*B++8+ HFH+GH+|+ yvyD+wyD+xyD++uu+ƺp+ ;+;ܹ++ +++8+ =+=+:!+    +  +-#+  +!+"+#+8+ <=+=<;+8+ hg+ghi+: + ++++8+ g+g++ +8+ ++ƭ+ i+8+ + #9 #999xyD9w9v9 #9=99GH9F9i #9 #9999  9 9*B+ #99"9#9!9 9AL*?DFOtuvw  :;<=BghijkGHxy  !"#............................................................................AP*+?@DFNOtuvw  :;<=BghijkGHxy  !"#................................................................................@V_eor$9A E}$9FA K\b$9- /noq$98391;.sv$9A ;EUVo|}/$9A4 '-FI$9&U99017332?675&'#'&'<5>?33273#'"' +"'&'.'#'&'47>?33273.'&'#'&545>?33273#767".'#'&5<5>'&/767>7<54'#"'&'5767>7<54'#"'32>7327>7>74654'"' 0>7>74654'#"' .732736&'&47327 "' "'&'.'&473273.'&473277>& /}- ,)Q B*  -O0++@B( 'E"C. ''+ ,-9D( ,*9%-54 ) #$DC  &'1 $,"' G %  $*,.:) $75' #( & #CՊ.. &z/ 9  /g HS. )#^ # C)5M #^)w 68? 3'  >-e l#-k-.$!?6m5*."-.% 0bTV$!Vk +0"-.%-FRT2*/"-.$!3lb;)."M&$F~;  &' '% 8S8  &' '&  mLMK,5  '&  &$ 98B  &'    *2  1 ZYIRV2  1    & -/0R/0 `6 0  1 BWnr@ 0  1 CW ?D'='j(2:Deki ;+0++4+ + W++++ + +#+1+6+++/3f+X4+a++%++34+22c+[ +++2+ /4+pt +p82^pt+X4+^X +^\ +p;4+d /c4+& /)4+P /G4+GP +@GJ +@ /54+! /.4+ /4+ + + /4+ /{4+x[ +3xz+l22x~4+[ +4+ +@ +[ +3 $+222  3 $+5[ / MIc +M<: +[b$3<z+,T224 +&34+2/4+/4+/ּ $++ $++ $++y $+y+ 9++ $++ $++Q22 M+K 9+ $+ + + $+/+{333$ $++0 $+0+=2  +@ +k27 $+3+B3B $+`+E2V $+R2`V +`Z +@`c +V+v2m 2m 9+/m +@mj +m-+1 $+-1 +@-> +2221+ + $+2 $+/+ $+/ $++a2t $+22t +@ +th $+h/t $+/t +@Z +t+ $+2+ + $+/ $+ +@ + +@ ++ $++ $++$9999$9y999@ uj{$9r}h$9fX999l999mo$9[c999A FTV]` $9 9z999$~99M)999I.$9099K97D93?;@999B6y998<L999`JPT$9V9A&*/2:Qh$999m#t $9-A #'@r$91)* ;$9:99ln5$99A pw{y78EF$9HIRX\$9hQ]_c$9KLNe$9t999999999;^f9pV`hk$9ci9dTr99)69&q9G$L995P3+99@99.!  999 99{9xw$9~99$99A }{$9A t$9A$999A wr$9 louj$95m$9 999A #)178$9MXA ]p:;HIL$9lnEFQ$9IR99:A *FV>RZ]_ef$9?ah$9A (/8BD@$94$9 $9 9999012>4&5463232632.#"'.'&'#"&54654'"3#"&54654'327#"'.6&#"2327#"&#">7#"&#">7#"&#"#"&"#"=4'&#"#"&54732&5&#"#"&547674#"#"&54767654#"&547>7674&54632676'4&54632632432327'>54#"#4+"26"5463274"326"7463274'"#"54>32'"5423254'#52"572""32>54.725432>32&54243632632>#"&/ #"47>54&5.##".547&543&546&54726262&5"'.42'&'42'&'4324&4274&54323267&'&'&5432>7.'&7472&542254&423'&54+67#"'#''54732654+"'5737#";2=732   !"  # "5432  '% !(    D3!!%dL!)#-&%RLF<  B6')#)% 3s+#"  7'+/ P %#!- +O#!-P# ! *1%1)H!L+5!0+%`g'!! !3 D+D o !k i   P -@?-lB )6--?D #H     !  ZF\@'# 1- !    ;%' s1  vV/HUZb ''F @^ !F4&546322632&'"#"'.'&'#"&5465&'";#"&54654&+2327#".6&#"32327#"&#">7#"&#">7#"&#"#"&#"#"54654'&##"&54732&'&#"#"&5476754#"#"&54767654+"&5476?654&546367654&54632632243237'>54#"#4+"26"7463274"326"5463274'"#"54>32'"5423254'#52"546""32>54.'624&5432>324&543243422?2672#"&/#"47>54&5.##".547&543&5472&547243262&5"'&54323'&542'&5432;4&4254&5723267&'./&7432>7&'&547254&572374&572'&5"54327f   1.P  $%!!)   D2#!$dM%)  ' PKG @!  B7+)"(' 3s )#" :&+/R  #!- +P"!-M!!+3#2-C !N-J;/)!$%`f'!-!/.  E -F l !k k ! O -?@-mA )5- 'aI  !H !  ZF\@&$   )1- !=  !;  u1   J  g7 /0M  )++) # 3%' + ) 1!P5H%-9Nj-!*$?BJ-'''#)XU': /#3HQ+)"#9mU # ++#'1%fJ /;IF# !)%5  -&32;  !  51 08"* /06!% &1   !  'LjiAVJ=]F`- " 0V 6   @ / :}\=/!     B qG?     ( +=5+ %   P^XV+) + + C +Q CQ +CK + ? 1 1? +1: +/! Y/ֱ + $+<+3 +3< +37 +3<+$ b+3D+N DN +DH +Z+ ')V$99<9!9D$./1?QT$9Q)'$9/S9991CA9?$9901 &'"4>3276'4&#"&'463232>7&#"#"54632254'&54632#"'#"& #=bl^N'-+/-cT3=3^swT'dc=##-TsrhB-%+s3F$t 5qow9 J&;/PZ7'%\`fTVP#!#!3i\{P%%%))%fq\s3:W+)3&/222++4 +;/<+6:C+ 2#7+ 5 :2_+ 22++  + + +55+:i+ #"#7+232+545+:i+ #8#7+32 #99"#7989 #999@"#578 23...............@"#4578 23.................@469017672 &#"&47>/!"&"&47>%&3=+=#  BX %<# 9#TZZ)7) )54B)  11 :JN5 11 1#yB 31+2&+2 1& +4/ֱ 2 +@ + 2 +. ) 5+ #$999&1999,9 .99,9)90132654#"32'4#"&47>54&'&472632#"&d\d87a9 b11b f˓V>Ӵ?T\!=,%1 8{{9 1{f;y1mL_+ +/ֱ+ 9+2+999  99  $9 901"'&54323'.# 32675\"yDzdHJt!m oz`DT#bZB= ,b+!2+ (2-/$ֱ $ +@$ +)2+.+$9999 "99901%32654.#"'2632#"&#"&47>54&'&47=mN{RT\^9 b11b 1,\N@ׁd/1 8{{9 1BD+2+,21 +11 +@@ +1 +@19 +E/ֱ /2 +@ +A+72> $+>+ $+& +( $+(/& $+F+9( "$9999 >$91<9,&'3:$9901#;276&#!&47>54&'&47!272'.+"32>762"'&'&u'= RďV b11b 9!FX%u-1 ))<s1 8{{9 11 fR )'f+wFFX?6+3=2+2/6 +// +@/) +/ +@" +@/ֱ0 20 +@05 +0 +@< +0*+ 2' $+'+ $+A+089*69 9/3'>99%9#99990174&'&47!272'.+"32>762"'&'&+&#"&47>1b9!FX%u-1 ))bu1c 49b1{9 11 fR )'f+wFy9 11 8H0+.+&  +1/ֱ))0+ "20 +@ +$ 9+$/$ +@$ +2+0)&$9$ 9.0999  999&"#)999 9014&/&=737#"54323'&!"327')/) = ) 1?"7'PZNH! -- "!m DVNFG+3!222B++3E(2;2227B +7H/$ֱ 52$ +@ +02$ +@$ +)2+72  +@ +<2I+$-99 />$9 @99"99E73F9901&#"&47>=!&#"&47>54&'&47327!54&'&473271b 39 b1'1c49 b11b 39b21b 39 b1F{9 11 8{{9 11 8{{9 11 8{{9 11 8J%!Y+2+2"/ֱ  +@ +2 +@ +2#+ 99901&#"&47>54&'&473271c 49b11b39 b2F{9 11 8{{9 11 8F!L + 2/  + +"/!ֱ ! +@! +#+!9 9014&'&47327'"&54632729e>9 b1X'T3;'y; 11 8{J9-)4#J-I.+?3+ + 2I9 +@IE +2K+6@։+ 65($)()56....()56....@9IA998+G9!&9014&'&47327276'&'&47327&#"54'&#&#"&47>51b9N'bu 4 1!o D//+Xd:R-'X'N9b1{7 11 8{( 11 N1 1 - /"3{7 11 8{JF#^+2+ 2$/ ֱ  +@ +  +@  +2%+ 999"#9901)&47>54&'&47327;2765dj)1b39 b2)#\;1 6{9 11 8{(1G+8+35 ?222++(*33. $22H/I+6?+ + (.));-+ *.())/%+ GF12@ )12FG.............@()*12FG...............@01 "'#&#"&47>7<.".#&47 %&#"&47>&';T RK!g-& C  ) R%) N%-  qA 11 NTP  1#1 <3 11 4,3B92++ 2)+3,"22:/ֱ  +@ + +@ ++/ / +@/+ +/ +@$ +;+6ٓ+ .5)445...45....@9%99/'909,/799901%&#"&47>5&'"=7>54&'&47327"'.=2b {JHzb1!X#1b {HJzb1-3,{7 11 :{1= 1 {9 11 8{k7-!1L7 G++/ֱ + + 99 $901"32654&#"54321}y!$żۻb Fj .+ 2&+2,& +,//ֱ 2  +@  + +@ +2 +)0+ #99&,999, 9.9)999013254#"&#"&47>54&'&4732632#"'9LH31c 49b11b3)śJ7*{9 11 8{{9 1euLh /(+/ //0/%ֱ ++1+%9  "(.$9+999999"#.999 %+$901"32654&632327#".#"'>7&54321} `C^0\Z>( C'T!$Ƴtżۻ<PN', 8z.ձ)(J A6+34 228+4 &+2A8& +AB/ֱ 2  +@  + +@ +2 +)C+6Ŷ+ <;0101;<....01;<....@ #99&,-$94699A9,.99)99&9014&#"326&#"&47>54&'&47326323#"&/.+PXFwp'N9b11b3+ɕj/RF97#SF\+8#\?\V@d{7 11 8{{9 1nf R3D1$V`{'31P(++&+)/#ִ 9+  9+ +  + $+/ $+*+#99  !&$999 #$9&901'."#"&#"&'63254&'&54632yV^+ +1ðfwv`7 `gNC`[{# F PZ7qw-10}+ 2 +,21/ִ $++ )+' $+2+9 9999)#999'%9'($901%&#".7>54&+"'6763!276'.+"P1b  39 b1')XD9! -- #;BC'+{9 11 8{)?Is`q qKA)B7v+0 + 3 '2228/ֱ+ + +@ ++7+ 7 +@ +9++"97$&$99 0(999014&'.7327#".54&'&4732732>51b  {GJ{b2H{pB1b39  b1/iNB`9#{9 11 8{$ToA{9 11 8{Rsq9A>j@;!B4;+ ++%3 ",2225/6+99901276&'&47327#"'&'.'&47327w S1-Z O>"+!1NB!   $N6 11 APb/#R K/ 11  .!=M!+3 +*B33'1?I$2N/O+6+ $#45.'&47327#"'.#"'.'&473276'&'.'&473279 7,=)fIK9B!% &/&'5737&#'54?>./&'"&#'547>?654'.'&75737! "hD=H@DI;wL  sH!+L+3J6q=s )+# ''1N  `4%'%!"'#=7  LB '%)=+#2 +13 .8222>/'ֱ ' +@ +?+6\ޮ+ '.*<+;7+ .=+++L+ *(*'+)*'+)*' #9(9 #999@ '(;<=)*.............@ (;<=)*...........@'578$9 $9016&'&4727&#".7>=.'&473273)!T ZZ & 1b39  b1 '$-#B Y 2J9 11   "0 à{9 11 8{HB!  11 @BJh$+ ++ +%/ִ $+&+64s+ +........@ 9 $9901632;26?!"7476#!"'6743N-'#@RP'75 A!u76 /83IZ<c +Rb '/ "+ "+ /ִ + +01!"5463!2+F!%'7)>s3:DN+)3&/222+4 +C/L3> +G2O/;ֱ@@E+JP+6:C+ 2#7+ 5 :2_+ 22++  + + +55+:i+ #"#7+232+545+:i+ #8#7+32 #99"#7989 #999@"#578 23...............@"#4578 23.................@@;&)'999JE99469017672 &#"&47>/!"&"&47>%&3462"&%462"&=+=#  BX %<# 9#TZZ)7) )t9N97R7Z9N99N954B)  11 :JN5 11 1#y)9:('::')9:('::  ]h+!3]+ "33 24+@2+63.g2DY2 +3Dc2YD +@YS +DY +@DJ +i/eְ2B Z2eB +@e +BH+U2M $+Q2M:+9 $+ $+j+Be9HG9MNOR9999:6$9&9]'999YQ999DN9@,9:Ma$901%267!0'54?>5#"&#'54767654'&=73!7.+"326?6732#"/.+3;4#" VZ5) #/%-" & '{ X"BD 3 +F/;}'!  #  %!'}h+:#/Z%3@ /"+  +b -#3 'VL7 !+p++ /)3 +$2,/ֱ+"+'' + -+"$9 $901"32654&#"5432462"&%462"&1}y!$:M:8Q8Z:N99N:żۻb )9:('::')9:('::;7 J3+*6+03@+<+B3&6< +& +@&! +& +@ +K/9ֱ  + '2+#2 $+2-+F2. $+E2L+ 6<>9999 99.-0B99&*-.999 9999EF$901%2654&#"#"326?6;2#"/&'#;27&#!"#"$54323!7.B3!>L?'! # % D@'3)y=+C_ Z3 +F7%+1/#+  +b -?1Z%3@ F.9+2+ 2-2 +-%8 +%:/ֱ #/22 +@ +2 +@ +25+*;+ 995%-$9-982*901%&#"&47>54&'&47327632#"72654&#" (-3 49b11b39 Y5d1oI]"_wh\fI6;  11 8{{9 11 *R4TQ0h\vmVJ{!C)+&02 +:3 7A222/  + +D/3ֱ# #3 +@#( +?23# +@3/ +82#!+ ! +@ +E+#3+<99!)>$99 &199014&'.7327'"&5463272&#"&47>54&'&47327;9d  =9 b2X'T3;'L1c 49b11b39 b2y; 11 8{J9-)4#F{9 11 8{{9 11 8!9>+ 2!+*+;2! +W+?/ֱ  +@ + +@ +%+' $+'-+@+9%$99'#599-!468;$9999* #999 992%'-&$9699;899901%&#"&47>=46!27#"'&7632654.#"&754&#"`'N 9 b1F>{V F=B`6vR s1{7 11 8{ os=FjZTgtCV:# , tDTi+3i+Oz++4++Ez++ 4+_+u3bXr|222v++/<4+/ %+/ 334+214+/ 2/34+_2i /4+.i /4+m~b +3m4+>2/ּ# $+#+JJ+ $+'2+ $+R++ $++P $+P+Z $+Zn+ n +@{ +n +@nt +4+ $+<+ $+u+s $+s+( $+(+f f +@fa +f +@Z +fb+ $+l+ $++63o+ -+a+ -+-.:{+ -..0B+ C+  . L,+ .AC+I+ >@y+ CAA>@@X+ b.97/+ ++g+ +:+ +3g+ ++ +3ڕ+ -,-++:$+ ./.0++E+ >?>@+1+ CBCA+ #9,-+9/.0 #99 #9 #9BCA9?>@ #99A79 ,-./?@AB........................A79 ,-./?@ABb ............................@#9J999A :EO$9R<$9PDRru$9n@w$9<>y|$9_i999u.999s qxX[$9f]o99ljm~_$9:$999919999 999O'999bA! RZbkJRfn}$9_K32"325#"&547>767>54'#"' 32=47>76764'#"''4?37273#!".5&'.'&'#'&5<5>?37273#32>5&'.'&'#'&7#"'.+"#'76767&576$32#"'326"&'&/76?32$764$#"76736363232$?'"324&'&47327#".54&'&4732732>53267#"'.#"'6767&57>3 #"'&67ͣR~NFp{<@8tlEL{O<6 0V?sT-%C3 $6 J{P-#%IG%-AD-+7 TL 5+ (9-*7 Mi;P+ 5+0+q/kĩ\E,c;?aC†_ܷOL%kEl8+ KN_Ğ_ D@a  N^ǽ6i#] a>HzKS^1b{GJ{ b2HzqB1b 39b2/hNB`9#%qPb#bݠf#fR\ouŇVs{VIB} {R刓Dj@;V9+A8%Zk^N<>=)jQ#J9v{ b;K+ 3 2/+"3+62?/I I? +IE +L/ֱ  +@ + +@ +'+: :' +@:4 +: "+/: +@- +M+6m׆+ ".#,#..."#...@ */B$9+;9901%&#"2�'5437>5&/&=7!3254/"=737#'"&54632726'V+= )-+a5 X) 9 +VX'T3;'7c1HP ++ 4 5-y; ^  -- _J9-)4#}L7{)5L-+$3+6/0ֱ!!'+*7+'!-3$9$!'*0$901"&547632"547632"32654&#"5432}#/   )!->}y!$% / ++/żۻb B{U~2+N(+>3+!;E222V/7ֱI 7I +@7= +IU+/ /U +@/* +W+I7@9U@  #$2BD$9/&99+N/7F99901"&547632"5476324&'.7327#".54&'&4732732>5#/   *!-1b  {GJ{b2H{pB1b39  b1/iNB`9#% / ++d{9 11 8{$ToA{9 11 8{Rsq9A>j@;N+  $(,048<@ETC+A+C / CA +32CA +32(%CA +!3(#2+*CA +-3+/223CA +73252=@CA +;3=92CA + A / F/Eִ 9+ +%-5=$2+&.6>$2 + 9+/ 9+ + +!)19$2+ "*2:$2+C 9+G+6*^+ A.E-E..A..@ 9901!!'37!!3#7!!%!!%!!%!!%!!%!!%!!%!!%!!%!!%!!%!!!!5Bqdkk_uuuuuFHVŋ5;7777888777888888777+ '_gq++2 /yz+~ ++ +22 ++BG +B+2'& +'+ +_ ]z++4 + 37Q +7+7: Nz+2U +o32z+b2k /j3gW+/ִ 9++ 9+-+Z $+Z- +@Z_ +Z++222 $+22h+a $+`2ae+m $+m+ 9++6*;+ .. a+ "/&..ɰ6Ų+ EKJ$9a99eko99m99y$9|9999~99B99_9]9'999N S9:7592m9gadhl$9k901!!'337637+"'.+5"'.=>732326;#"𑸳.'#"#"'&+3264&"462#"&322;676323./77674>?#;>767>36;'"""#'6=&'&#"+"&#&+'7!!VB# 8/%   9d>+9#- RoB 3gN@ &!+-/L-k!!C1E22"!3r)- 9#7) /: 1%3% 5/+a9+7T R/11T!/ 1 3'))y)D= b {u3 3^D+" !X P??_1H+%9F 51X!!+#11E12V #N3`67 #+%1XNN-#+ 1 %+  . %= 21 L "&@EME+ $2B+<?EB +)$3$2? +@?' +-,EB + 333-159222-, +@-/ +3722-! >#B /$F/Eִ $+>2+'2 $+(2"+= $++*.22 $+022 +@, ++222 $+#4222 +@% ++622 $+ 822  +:22D $+G+!9=B9,>A9<# 90135#5#!5#35#35#5#!35#5#3%#5335#535335335335!!3%!!5555dd555VEd887BB>>>>pJL %0:>X]]+WAEIMQ$2Z+T.] /334+8)]Z +84+ 4+ ]Z +O34+" ]Z +"4+2V]Z +>=]Z +>^/]ִW $+W+ 9++ $++U $+U&+1 9+16++ $++X+A $+AB+E $+EG+H $+HJ+M $+MN+Q $+QR+\ $+_+W9"$9$9UZ9& 9196).=>$9AX<;993.98&9?@$9 99"9VCD99Y9=KL99>GH99T901332654#"727'"'#"&546324632#"&732654#"#53333333333!!! !!wLJ) T'))3#$>1#+@1) -P=6J;1#-?"# 7<7;8;7>5VV}NEJ-E#+CA)qZ 7X7#1P3PK9Y7/F$+C77{Oc5pJRD$-4:@D@+;W+/%W+)/:W+9/AW+E/!ִ. $+!. +@! +./+> $+>/ +@> +F+6$m+  ?,0D ! ?+,),D+$n+ *,D++,D+ . ?+/ ?+,9,D+:,D+ > ?+,A,D+*,D #9+9@ !,./>?D*+..........@ ),9:?AD*+..........@.!%99)%99;A04"$901747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:q9$L[k/3D4+84+R/,/0/(34+"4+l/ִ5 $+5 +A $+A%+ $+ 508RTY$9A 9%@ ".;M\d$9R8FGa999,@ 5;AHTd$90%MY\i$901#"&54>?#"&54?632?6324&#"'.#"32?327>?6%#"54?632#"&54?632!)1r#$+/ qR0M "CJJAB:1J0Hq '#1)!WG p'3  y!)+5!7#  h 8 9=/*6\1+R/X1E0,Y ,E<8  -+ 1{{s?+/ִ 9++ 9+9 99  9012654&54632"&5432JbB"!LٓL!"+%DLMMLD%VF7/3/ֱ +2 99901"&5463232654'&54632͏-#!%:-+;+%)R`bP'# #53#  %%;q7/3 +2 +/ ִ *+ +*+01462"$462"w9R99RD;N;;NN<sRTur-F^Hl<7P=_[Qe1-)# R<:3%  K   5{C9 8 0W  f 0Y    + :[ : j Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine InitialsLinux Libertine InitialsInitialsInitialsFontForge 2.0 : Linux Libertine Initials : 2-7-2012FontForge 2.0 : Linux Libertine Initials : 2-7-2012Linux Libertine InitialsLinux Libertine InitialsVersion 5.0.6 Version 5.0.6 LinLibertineILinLibertineIPhilipp H. PollPhilipp H. PollPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orghttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font LicenseGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLhttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ$%&'()*+,-./0123456789:;<=Abcdgh      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~iogonekIJEng Ohungarumlaut UhungarumlautAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilon1 afii10051 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4 GermandblsOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Funi24B6uni24B7uni24B8uni24B9uni24BAuni24BBuni24BCuni24BEuni24BFuni24C0uni24C1uni24C2uni24C3uni24C4uni24C5uni24C6uni24C7uni24C8uni24CAuni24CBuni24CCuni24CDuni24CEuni24CFTuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00Bcopyleft publicdomaincreativecommons zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fittedW.altuniE040uniE041uniE042 ampersand.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.scuniE06B hyphen.sc adieresis.scae.sc odieresis.scoe.scthorn.scij.sc germandbls.scQ_u.sceng.scohungarumlaut.scuhungarumlaut.scuniE104uniE105uniE106uniE107leafhungarumlaut.cap breve.cyrcap breve.cyr dieresis.capmetricuniFFFD<   | ,4<J^fn   oP R   (DFLT cyrl:grekThebrnlatn~(AZE (CRT (DEU (MOL (ROM (TRK (aalt2c2sc8ccmp>fracDligaJpnumPss05Vtnum\$,4<DLBl.6>$ )+-02    L#   '))++--002466!" - """ !!""#$%%&&''+,007NRTVY]fh}$ DFLT cyrl0grek@hebrPlatn\(AZE (CRT (DEU (MOL (ROM (TRK (cpspkernmark 0  ')026"<F =| $*06<BHNTZ`flrx~?LL4Ru4s~8P(3>3P#''mq''?o^fjd9P ')-/033 55!YY"#(*/<1yqu1}LRq=ffffH111L111111u111L11111L    jjjjjL1111L111111 d;        U!!""#$&&)+,.//2345667789::;;==>>?@AACCEEFGIIJJKKOOQQRRTUXXYYZ[]]^^_accfhkkllmnoopprrttuuvwxxyz||      `!"#$%&)*-./0234679:=>?@ACEFGIJKLPTUVZ[\]^abdfghiklmnpqstvwxyz|} B6wxmaxima-Version-18.02.0/data/fonts/LinLibertine_Mah.ttf000066400000000000000000007705641324204105000231000ustar00rootroot00000000000000 FFTMY ,GDEFB7/HGPOSn%80GSUB;&mhROS/2Mp`cmapcvt 0fpgm蕏gaspglyfH# wheadi6hhea $hmtxEwlocamaxpf  name: postȷg#preptHoB_ijjkyzz{}~AB78DE, $y ( DFLT cyrl,grek8hebrDlatnN(AZE (CRT (DEU (MOL (ROM (TRK (markr    "(.4:@FLRX^djpv|/++++++24GHRVW]yp&v #HNTZ`flrx~'' y'#osI4e#91''#%&'()*+/345679:;=EGIJKNOSTUVWYZ[]\% ~ "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntzw+wwsw/w^wwwwwwJwwqwww'wwwwwwwww))))))+6#)P+|)^+)!+V))+++'+''''wq^''}''''''''''''?\    )     q\=H\\w+y)\`\L\\/\/)\='om+\+ +"q)!$=DDFHJKNV X])gg/067@GW]^cdfghijopr  su##v,-w44y$%z|} jjBV!$%&3<=>? "(.4:@FLRX^djpv| $*06<BHNTZ`flrjZsu\qq?o )y\?;?d?wyu+;H)\)d))H))) )3))))y);)s)d)m))-'RyD1=Dyqu+}7~ .^djpv| $*06<BHNTZ`flhddwydDydbosw9+q^yqqH{_mx+{x~#m %'*;==EKOY[[(]])*  +,,,44-vz"(.ff` *06<BHNTZ`flrx~!V.TFZHG!sVsV^VVVVc_DFGHKLRVWX7cdj3 @ $*06<BHNTZ`flrx~ ;d Df /\L_/H.#o;;;;Vj;;#H/D@$%&'()*+,./012356789:;<=DFHLNOPQRUVWX[]g  #,-47zi sFf@ K "(.4:@FLRX^djpv| $*06<BHNTw+-++;+P++++y+V+f++++R++++++d+u++L+#s;%%DosL5cC%,o%;%;%;%;%#!#+#ss^;;#`#!wy%$,.3 5=DLNN!P]"gg0126789:;<=BC  D##F,-G44I77J X[^beh ku {~ "&() $*06<BHNTZ`flrx~?R5F'FBBX#^qLq   F# mw9/oy% LDFLT cyrl>grek\hebrzlatn      (AZE (CRT (DEU (MOL (ROM (TRK (  aalt>caseDccmpJfracPpnumVsinf\ss01bsupshtnumnzerot   "*2:BJRZbjr`j  LM     b<& "*2:BJRZbjp>>@@::88~DD ";;99&.6BAA<<==??BCC  CvBCDHJMNSJ"{tu"  DEFGHIJLNPQRSTWXY]bZ*  D]bb()F  ((L^ILM0 ""779:<<@@IILM_`hhlltuxx{{--//BW\\ LM33fGX{ PfEd@ ''` .~o ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!_!" """"%%% %%%%%$%,%4%<%l%%%%%&&;&`&c&f&o .8KU^ad 8   / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!S!"""""%%% %%%%%$%,%4%<%P%%%%%&&9&`&c&e&i ,8HMW`X 8Bwutomkih QPNpnfc`]ZSLE>+ ݛhDBA?#####"""""""""""  <   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ardeixpk.vjlsgwSa_l|cnhWm}b:yqz @ "+ !7 !!f]=]f\H  \R fD@UM>+2"'.'.54462"JVA 1)JfJJfDJL;qA`^) F?RL;cIIcIBX )@&IK?    +5462%5462T?{;+XT@{;+/BB-ww/BA.ww}H3K PX@1  de    TGK?K PX@'  d    TS>K PX@1  de    TGK?KPX@'  d    TS>@1  de    TGK?YYYY@)  +!3##!##73#733!33/117b37a6/5b7d3c6lllcc-j <@7-,( @/dbbe UN >Y@ ;: +$54&#.'#7.#&'6.'.546?67s` %<#jgIp`h C H?%%$=" #7 T%Vu{ߞh h7`5; ) - ; +u 2=X@U #<:  U UUUM><:75/-)'" 22$$$" +%32654&#"4632#"&267'#"'#"&5463232654#"3!H^3Bh{qJftXgR+VZbyZJuXdn)Pnr3!H_QBhB7\B0?Tfy5:!n'+wV3B7\sR- FP@G7"> @0b  UUM=M>Y@ MK#&C)'$ +3267&#"&5467&5463267>&'&673273272#".'>54"܇R_}MN5GsȦafy6e*$*: LiTL X@ACcOV.\5m8&;= TIe+KQ~arn"/hm{qld~_SKeVGC 1  1 7~wodd;0;Ae]c V @IK?  +5462hT@{;)/BB-ww^@ 9> +%.B -=PdP-0sA #鸲L%`m`@ :[ +&'4.'67-PeP-/rB #hK%`m=sy6/@, ,!<e=M >&'#'''+&&54632.54632>32#"#".'#"&54>7J F`#!'w%:131)h%)'J%`5)-/%-5!6[^ ?)Z+w1%#]/R13/ ?uw9#131f?K$PX@U= >@UM >Y$###""+4632!2#!#"&5!"&5463!N?-'1b;A+*#Z+;v)6@9[ +%2&5>54&'&546^J\l!X %mLow!)+)Y5L!T @IMA    +!"&5463!2F)#-#!E7L@M> +$462"RsRRs=oRRoQ9j@ d[ +3#~hfD"*@'UM>""  + 32>76'&"'&5325lL#Hb/1Xkdsq^}NssVbTH^%^Z5;|I B&@#<ddL >%C+&#"&4767654#"&'$72)!j '1)1!? ! :9 %a5s +7B-+@(<bUK >()F(+46 !2676&#!46?>54&#"#"&my?H)5jLbhohTux3%/ qǢmpנm_vjÜhg{R1- ! %51TD<K@H76<b``UM>53*(#! << +"#"&54>32#"&5463232>54.#"'>54&^/VT`)+/bXLqyA%=.;3#N`L39ghF5) yNAs/!VbBRFj^=X=1:+/LTZw7H`d_D-;@8*<dUL >)'"  -- +)2+&#"&47>=!"'676;%G43/7R) Fs Pb`$0#+ :9 -#\ {BH(B@?< :bUUM>%$$#$2"+4&#"32%#"'632#"&54632326}Tz(k}1`q7%?>3'6}  #g?!1E 0jH,'@$<(&:UM>%"''+32654.#"'632#".54$7q -BZL%f )ByPF^ߕ;xfFi=3{m^='K\D/1˞fѠJpǁd 2#vFN[@ @UU>Y@  +"'67433!27''6?!!6) XT! ZRϠ;j5jB %43@0/<UM>'&&4'4$"   +">54&#"&5467'.546322>54&/uJFnfbd˕9d}﷮\7cl@sq}TUIZ`J+i{7+\dz1mMh3-BAoD,,@)<(&9UIMA%"''+654.#"32#"&54>32&7> -AZL%f )BxPF^;wfF~>3{m^='K\D/1˞fѠJpǁ 2#v;!@UIMA+$462"462"RsRRsRRsRRsoRRoRoRRoR+*@'9eIMA +%2&5>54&'&546462"J\l!X!$mLJRsRRsow!)+)Y5LoRRoR/Y "+ &7ym\ {=By ]%f /@,UIMA     +!"5463!2!"5463!2/!^%!^%!.#3!.#3+J "+ &67&677m6[ =B \DF*2-@*b`UM>,*%&+#"&547672"=4>7>54&#"462"1%#A}^!)"!G8R;ysobJfJJfV'!#%;1uThÜ34?7LP);RP%7hLyocIIcIB\d FR@ODC A;5 < U  UUUIMA?=&&$%$$%! +&#"267632654$#"!27# !2#"'&7'#"'&632?IH5V  )J\"P%Nq}lB)XlH'y- ה'C [= b\;\/1'pPq'iT@V'}NQSHNR%% {3 2oKPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"9 -93YDs JF V-? y\uZXy%'  {%)  :9 /T D  :9 &B N ?m$#@ UUM >Y@ ;:541+?>  %$! +32654&#"32>54&#2632#"&#"&47>54&'&47gXZyqD-#MqR+g̒f!B q13o Jhwq% >P+%IP<b8bZ + !2'.#"3 72d ##'Ѱ#Zd'-J }.LK.PX@M =M >@UM >Y@*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47ub{?@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2%wF@'<97 C@ @-I U  U  UK >Y@BA;:530-)(!  FF +#&#"&47>54&'&47!272.+"32676562"'&'&' ÃBEJPB/1&#IqNP7q/1  1 `y :9  !G<V, 9  fw DPh4,Q'K 7qw3 N$H1F@C(<bbM =N>+)  11 +23'.#"3274.'&47327! 4>)-+R`L:=BwRojp;aL^d14%): 7 PSJGkK,PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#".7>5!&#"&47>54&'&4727!4&'.727b+k @D  f+)h =F m((mD;h)5'j  5F j,{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2rB/AK.PX@K =K >@UK >Y#C#C+%&#"&47>54.'&472% Hl{  HRP"! Pcd3em,  TZRB9+ :9 -)'53- = >/--b*uKPX@ZK =N>K,PX@bK =N>@bUN>YY#C(#$%+'"&5463232654.'&4727T9JP;%T d4J\V\Zߓ hX>X:yE<#7843.39  :09FOgK,PX@$  U K = M  >@" U  U M  >Y@ONHC@?54CCC +%&#"&47>54&'&472767>.'.727&#""'&'.#1l ?= b+/^ @BqAdHG ')$  95 B=FH'+: ,Q C%JEy5 :9 3yu79  ::tJQ'9  :HF- : +Z3!'a#@ZUK >Y@ '% +!&47>54&'&4727;2676&#d qAAq mjqA3-k-%"%89 9uu99  ::t-2>KPX@.ZX` K = K  >KPX@/Z`` K = K  >K,PX@0b`` K = K  >@.b`` U K  >YYY@9521,+C +%#"'#&#"&47>76&'.767%&#".7> !!'n {O5| h.!'h V  N'` X=  m,5/}3 :9 3yd*9 o :'Zy3 :9 /9P-@U =N>YI)F+4&'&4727#"'&&#"&47>5.'&472' ?k;+b+!7#18J7?d1G8 ZJ}= 9  :    +"325%"467>3 uuADLN%=M!amvZ 56@3"<UM =K >C(c$"+32654&#"4&'&472$32#"'&#"&47>5-Bp Z+^')fϓUNFI  ̓f wP)A qu99  Dle3JL;F#  :9 =qFh 4N@K)%$<bUQM >31!   +"325632327#".#"'6767&467>3 uu~o`Pq9 omȯI%)"KyADLN%=)$\H]^+0'ZFamv @F@C3<U M =K =>@?<:*#   +"32654.&"&47>54&'&472632#"'&^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJ},h@ @%bbM =M>Y*%,"+#.#"'"$#&'62654&'&$54$32%@+sZ郴wF% '+Nh э˘b s|fLu3 rB-} uuw1!.K"PX@ &<@ &K(PX@# M =M =K >@! UM =K >YY@ ,)15C +%&#".7>54&+""'67433 72#&!#"\ͪ  \+5H7-) <=//95)w7 :9 7w`a q cd  6AK,PX@K =N>@UN>YC)L$+2>54&'&4727!".54&'&4727bX\`J' ?u 75`3;sc?3]Td s1^b@dd>YH(3+&477#"'.'&472736&o|  PO!m(3j+/H T\h##E 0%(9  : PP++m1 7  : 2V NF9B@U>YH$(C+67656&'.727"' "'.'&472767ߞ / Q)f D( %ۺ *+ $< jJR ^!pfo %\w@ 3  4 @&b` UL >Y@OKA?;:73C$3 +%&"&47>'&#"&#"&47>7654'.'&4727327>.'&472799QE {H) !##3=| Pc1/5RJ {VF R / #3={ Ko2 P/ 8 9 %;R :9 -=}(J' 7  :!9J 9  :4> .7>YK,PX@!bK =L >@bUL >Y@ C3C +%&#"&47>=4&'.'.7767>.'&4727FX^ F5>E { V')% 2/{ HH+%u9 :9 9u76)P' 7  :%K,PX@$b`M =N >@"b`UN >YY:d8@+&#!"547654'"'67!26327%>72h7'`q!"# #k1j3{PqL'%*  `h y=#P?B u@K> +!ߜu+ ) VT ) :w@d[ + #3Dh+wL@K> +!&47>54&'&47Lߜ-WT.7@<e > + #3#m}h}Vm+h@GK? +!.7  B A 1q@e>&$ +#"'%7>32f 0-MjEXF'}!.! =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/F 1q@,@'b=M=M=>Y@ $"$%+32654&#"672#"&'&&'654&'&7>72FAwhJ-&#;(/9s H#?1/#1Ѣf? =s1&#T '@$bM=M>$$%$!+%%"5432#"&'.#"32677qAH`': jߪXZ&.D5;Hu5-NmյZ\!{=o-@*bb=M=M>Y@ "%%%&+4&'.#"32676"54763232=4&'&7>72'&56!EPFp3;%#qT9s H##&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(r<?@<8<b UM=K ><:%#&%$$C +&!"&476765#"'546;54>32#"'.#"!2#!RS  # TNw&9!P!N?JT71NA :9 ) %myV'NF+19RJ;[ 3!!\@T*K1G @? bZ  UU M =N= M  >Y@#"XVSQB@:8750.(&"\#\&#! +#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>327ja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<3!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5=G7@4 <b=M=L >*J)C+&#"&47>54&'&7>7267632&#"&47>54'&#""$. {W] <1- 1n F# }579dEHT+%HXB"qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@& 2K PX@%M==M=L >K PX@#UM==L >K PX@%M==M=L >K PX@#UM==L >KPX@%M==M=L >@#UM==L >YYYYY@ "C$"+4632#"&&! &476$7654'.'&7676321L+-BJ-)F%Xì V% u ܈ 3+FN-'JN   :9  L !" P(4K PX@!QM==M>K PX@UQM=>K PX@!QM==M>K PX@UQM=>KPX@!QM==M>@UQM=>YYYYY@ $("*%+#"'.67632>54'&%&7676324632#"&0KuwNG" I4>75NE% ۉyu L+-AI-)FdV+B7  7$(k٠F#!!" R9+FN-'JN?Nv@ @&bUM=M >Y@MLIE>=61c+4&'&7>726767>&'.723263&#""'&/&'&'&#".7>7u H#HVHn )-  1/ R-+VC  FY T%9?)A ? X1ks1&#Ro?3+ 8  7 V3' 8  1q1 {E :9 C%)@&<b=L >C+4'.#.76$72&! &47$7>K`OK3I UF0 $R^MA  :  9 C F6@35<<8-9M=M >&%&3%&# +&#"654&'&767276727>32&#"&4&#"&#"654&#"33!1+'T d b}!=k?}TI ,7;VN3!1+-:R;#V'X+#(%bN1A<'dRkX'hR^74B>"@M=K >J*C!+632&#"&47>54'&#"&#"&47>54&'&7672j@=6hH+T+/>#)R )To50V [FDo{9< 7 9ym0J'/yy9 :9 5{V-##%{%@"M=M>'# +47632'". 32>54{x<}C@7_`7ۚ]^XrfŠHi-! 85@2<M=M=L>C%&#%+3265!"7>32'"'&#"&47>54&'&76723 LzJoݬͨmB yVfBCe h H9TN ^av}7 :9 =y^3 +){!76@3%<#:M=M=K>C$*%"+.# 326544&'"5432767&#"&47>W"=@fg3X%L5(+#"#/1b@(bbN=L >Y@ C#$# +727>32#"'.#"&#"&4767654'.#&7672h yĪ=89'+3 :i1) ' ) ?IoB'+F8 7LNA :9 Z##!m/;@8.<bM= =M>"*"*&+62654&'.54$32'.#"#"'&#"&!7 F)?ͦ /LoߪZ&2<'! 1"5iVJO%#u@T{XDPN%yd$)d@ '@dVM>Y@&$"  )) +34.54>7632!2#!327' #"'541 V1^s^` dN $R 3Tw]81 %)H?6@3<M=N>+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54] Z7 62-R Q =_ H_vh :  =+@Z)B=!l :  =O? % :3ZHG3+ @K=>++H(C +&47327"'.'&47327676&d /Db  T?%#+#C_ +H L#.< 9 9N/+P3 <; /L -(N-:@K=>H%(C+676&'&47327#"''#"'.'&4732767ޫ -j RP?  B. # % !6 V_L )) o@ A= :9 6N+) -)S' :9  0*X:<aKV#@ =L >QMA@=9CL+?>.'.7327&#".7>&/&&#".7>76'&'&47327ʹ#  FHn F`1 9_A wXj #!  dkR` 13N' Ny yZ{y L#F :9 ';J+ 8  7 ' 8  7  // :j :9 1%?'@$K=N>;:730/L!$$+#"&54632327676'.'&4732776.#.73271MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)-A +!=;`\-^- :9 5@//=   :9 u`(5@2'%<=M=L >(('&&q+!2>32!2?$!&76767'674FGDC3:^TVC4"Yj@;^\fR%+!+Dodv-&Itmha  hNF.8@ R>Y%$ +3".76&'&7>5&>3}{3 De= qm bK \=\:)j{y%3rN=!/HyL\^} RyR~F#  -1Ub%@=> +#3ZZ%qL.;@eM>Y%$ +&675.76.#&472#&47>=}{3De= pm bL]=\:(wT{y%3s1N>!/GyL^} RRE#  -1Th7-@* <UIMA"&#"+>323267#"'&#"b7F+"&54>7>762"&462VA 1)IgJJgJL;qA`_) F?RLcIIcI#*@%$<#;K&PX@)b``V =>@)b``VK >Y@ 6%+3#"&'.'23267#5&547j_c9D\$7 yW TV#_}>/9Do3+Ba VX! ŜJDF^@[+- <bU U  U M   >=;641/)'&%! FF +"=46;5467632#"'&#"!2#!23267#".#"#"&5467>= T`o;1)!-N3969@UIMAY@  & &#" +3264&#""''7&547'76327'ywkw mb^}\\wThmmkZVTwRioqR{^com`ZuPT^ghmeVsT7-\KPX@-U   UK =  K >@+UU   U  K >Y@$[YVTQPMIFEB@=;:853*&#"\\ +"=4;&'.'.73277>.'&47327!2'#!2+&#"&47>=!"=4;57 1 5>D {VF V' (& /{ HH+3!3FX^ F 1 +#3S) 8  :%?]& :  :-HF24 - +{; :9 ;{+]ddK PX@SGK?K PX@OK>K PX@SGK?KPX@OK>@SGK?YYYY@ +##eeedD?S>@;J@ <b`UIMA0.+)&$##$ +&54632#"'.#"#"&54232654'.54654.'&'\I=<>H^ZR@" \J=<=H^[R@# 7V))h/Da:V))i/C`R]mGNTDE^He//51@J(}]mHNTDE^He/052?J)LY7a;N'80NX7`@$bUIMAY@ +)&$  / /$ +27"&'#"&54?4'"#"&54632727ie=T`'19P7Jd{7B "L 0#A3XF3!1#TC: !=a{ /Hb "+'56'56}###%%阪Rm@9GK? +%!&7!T>3'!T @IMA    +!"&5463!2F)#-#!E7LL/ 8@J@ =:9*& 87#! +4#"326'26327#"/&#&#".7>54&'.7  "32f%-V11of]B3b#5 #&P-b B4J79J33J!TR--h)3^;9N; Ns1%%1/1%TR!V--y; @IMA   +!"7463!2 ;(*%D !@UIMA$"+4&#"326462"/RNLUXIHXR᜜1FjhHDff*᠞sqfBZ *B@?dbUINB*($"  +%2#!"&54634632!2#!#"&5!"&5463!'1 +?-'1b;A++;7]*#Z+;v)7)K0PX@!b`PM>@'b`UIL@YY)*$+"&546323272!4>7>54&#"s'#sl^?JC662=6!LNBURP+P7iRX,\>1',B qP.gB0=gA?0+/ 1@ .K0PX@(b``QM>@.b``UIMAYY@ #"$)&%"+4&#"#".54>32#"&5463272654#"&76X/;b-wR36=g=-`9q )#2 <55>YOf.*#%KL}%D@e>&$ +327%'.#"J+&TFXF'}2!!{8@ " <&:K PX@( d   dd =M=>@+ d   ddbM=>Y@88%&&& +%"'"#"&54654&5'267326726732?2#"&'D+F2&!T!N)x )'+Z/XHNj/H';@L91DABo;ku;@7 )+X`u!- 4s@ *"@bUK>Y@ -+'&! 4 1#" +3254&7 7&! '54?>5#"&54632RTTRT `5?21@5be8?/&ȽXNNNC'%--%'''+ˇo@IMA +"&462+VDDVDCVDDVufq@<;KPX@XVIMA@dVIMAY@  +"'73632#"'4772656%5' RF3?R}^HON)/9 ʼnF9BV#!+'G/4@1<:dIK?  +"&'676&'"&7>54&Uo#!=o=33+ '/D '- 32 3!Pm} (@%UIMA   $" +4632#"&"32654&PsJMZV5ZZo}qmPwXVVby=h "+&'>7.'6%&'>7.'6##ݞ%%ꘪqZ!&G@" < :KPX@, dbS  PM >@3 dbS U  I  L @Y@FEB?=<987642*(&%!! +'"&5676&#"&7>54&35#"76767676723#&".7>=VTTgVn#!=o>34+ > 9I"('s f-;==B*'/D '- 31 3!Lv1: w(E1:!  % `^!K@8< :KPX@5 d  bXS  UIL@@6 d  b `S  UIL@Y@FD;:7653)'#"!! +'"&'676&#"&7>54&"&546323272!4>7>54&#"=VTTVUo#!=o=33+ `'$sm^?ID662=6!LOAURP+P'/D '- 31 3!7iRX,\>1',B qP.gB/=gB?/+.D^)[e@ A X KPX@E  b  `  ` b  UP M =M >K(PX@C  b  `  ` b  UUP M >@J  b  `  ` b  U  UUIL@YYY@WURPNLHF=;53$2("+'35#"76767676723#&".7>4&#"#".54>32#"&5463232654#"&76-VTT0> 9I"''r f-;==B*/XPf-*#%LL}%*2,@)b`RM>,*%&+4'&'4632"&54%676=472326"&4621%#B} ^!)#!H7R;xsobJfJJf'!#%;1uThÜ34?7LP);RP%7hLyoVcIIcJ 2=<3 :KPX@*  db   V =K >@'  ddd   VK >Y@:80.+*'#   +!#&#"&47>7267&#"&47>'!"#"'%69 -93YDs JF V-? y\uZXy% 9@'  {%)  :9 /T D  :9 &B ׬ = 2<53 :KPX@*  db   V =K >@'  ddd   VK >Y@970.+*'#   +!#&#"&47>7267&#"&47>'!"'"5479 -93YDs JF V-? y\uZXy%X'9'  {%)  :9 /T D  :9 &B )Aw w2@x=;975:KPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'6769 -93YDs JF V-? y\uZXy%BZy T`{T{%'  {%)  :9 /T D  :9 &B mZ! =@F7? 3H@ K PX@7  bU VV = K  >K PX@9  bUVM= = K  >K PX@7  bU VV = K  >KPX@9  bUVM= = K  >KPX@7  bU VV = K  >@9  b`U VV K  >YYYYYY@(FDA@=9650/,+($!   +2676#"'&#"'632!#&#"&47>7267&#"&47>'!"1#)!)1S1='''/uBR-9 -93YDs JF V-? y\uZXy%+?B'-6E'`  {%)  :9 /T D  :9 &B  BKPX@/  b U  V = K  >@1  b` U  V K  >Y@@>;:730/*)&%"+462"$462"!#&#"&47>7267&#"&47>'!"9@8 b `U  U  V K >Y@&DCFECIDIB@=<9851.-'%"!    +"2654&462&#"&47>'!"&#"&47>7267#"!#/35Z66mm?2-? y\uZXy%\ -93YDs JF PHU9 =/-@@-1;igG4XD  :9 &B %)  :9 /T  5   \K$PX@+ <9 @ P <):@+ <9 @ P <):YK$PX@3 U S  UM = L >K,PX@= U S UM = L =K >@; U U S U L =K >YY@[ZWRMJHFBA;:757CC+!4&!&#"&47>764&'&47!3272'.+"326762'.+;276&+"&47>m 5@ Z1C qC;g J7=Dq5/''VkG#'+}9 22 RT+JIH' 0cHo/R+.+9! :9 -Z^!/9  Hu\2%0Vs5Ff 5-#7T9 /Hf6c@`$0 . <;b  U  QM =M >31-+'%#" 66 +"'7$5!2'.#"3 72632#"'47726565( Jd ##'Ѱ#V,?R}^HPN)/9 ^'-J xuF9BV#!+'G=@K@6 <4;JA :K,PX@.  d UU M  =L >@,  d  U UUL >Y@HF=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"#"'%6}91  1RSJJ' 2cd  qABp  5/''Vk#'> 9@0VVRjB 5-#/T9 9uu99  Hu\2%ˬ ==@J@6 <4;CA :K,PX@.  d UU M  =L >@,  d  U UUL >Y@GE=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"'"547}91  1RSJJ' 2cd  qABp  5/''Vk#'X'90VVRjB 5-#/T9 9uu99  Hu\2%)Aw=w@N@6 @'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy T`{T{%0VVRjB 5-#/T9 9uu99  Hu\2%mZ! =@F7?=qP@F *@1 U    UUU  L >Y@ MJCBA>;:541,'$" PP+462"$462"26762'.+3!276&#!.7>54&'.7!272'.#!":Q::QC@dUK >Y@ +#C#C+%&#"&47>54.'&472%#"'%6 Hl{  HRP"! Pcd3em,  TZR 9?B9+ :9 -)'53- = >/-- =B/9S20:K.PX@dK =K >@dUK >Y@ *#C#C+%&#"&47>54.'&472%#"547 Hl{  HRP"! Pcd3em,  TZR1X'9B9+ :9 -)'53- = >/--)AwBw/=J:8642:K.PX@K =K >@UK >Y#C#C+%&#"&47>54.'&472%&'&'676 Hl{  HRP"! Pcd3em,  TZRPZy T`{T{%B9+ :9 -)'53- = >/--mZ! =@F7?Bq/7?[K.PX@! UK =K >@ UUK >Y@ ?>#C#C +%&#"&47>54.'&472%462"$462" Hl{  HRP"! Pcd3em,  TZR';N</--N<fK.PX@"U M  =M >@  UUM >Y@:9641/,+(#>=##)! +%32>54.#"32+263 "&#"&47265#"546;4&#&47ub{?K PX@-U VK  = = N>K PX@/UM =K  = = N>K PX@-U VK  = = N>KPX@/UM =K  = = N>K,PX@-U VK  = = N>@+U V  U = N>YYYYYY@NMJI<8/.+)   +2676#"'&#"'6324&'&4727#"'&&#"&47>5.'&472'#)!)1S1='''/uBR-??k;+b+!7#18J7?d1G8 ZJ+?B'-6E'}= 9  : #!   +"325%"467>3 #"'%6uuADLN 9@%=M!amv =F %3@0:dM =M>"    +"325%"467>3 '"547uuADLN@X'9%=M!amv)AwFw )/@,&$" :M =M>   +"325%"467>3 &'&'676uuADLNZy T`{T{%%=M!amvmZ! =@F7?F3!1P@ K PX@(U V M =M>K PX@*UM = M =M>K PX@(U V M =M>KPX@*UM = M =M>@(U V M =M>YYYYY@0.'%!!  +2676#"'&#"'632"325%"467>3 #)!)1S1='''/uBR-VuADLN+?B'-6E'%=M!amvF+5@2UM =M>*(! +462"$462""325%"467>3 )'##(*+"&'7&5467>3272%"'"&3256*ADL؛j)qun8Yq;\'amv}}#5@dUN>Y@ 'C)L$+2>54&'&4727!".54&'&4727#"'%6bX\`J' ?u 75`3;sc?3]Td s1 9?^b@dUN>Y@ &C)L$+2>54&'&4727!".54&'&4727#"747bX\`J' ?u 75`3;sc?3]Td s1X'9^b@UN>YC)L$+2>54&'&4727!".54&'&4727&'&'676bX\`J' ?u 75`3;sc?3]Td s1Zy T`{T{%^b@  UUM >Y@IHEDA@=<430* 99 +".54&'.72722>54&'.632327462"6462"NZ9d ]Hf3.43b}ZJ- )9XLz d3H9N::N9N::N(aȎ+s39 HJXV^/^HkA? :K,PX@&  dbK =L >@$  dbUL >Y@ ECC3C +%&#"&47>=4&'.'.7767>.'&4727'"747FX^ F5>E { V')% 2/{ HH+%/X'9u9 :9 9u76)P' 7  :%x@ > @'U  UM=K >Y@ =;3CC'" +2>54.#&&#"&47>54&'&4727632#"'Tf5XZ4PAq;B qB@s K0PX@1bM=M=K =N>@/bUM=K =N>YY@ I)%$-&"" +4#&63254>32#"&546322654'5654#"&#".7>h bFhu5qPuLגu`'9l9q”Ǐ%=  F \1q B`^>TPF/VTrR/>1 5| p}dw; :9 ; =KY@V< d  db``M=M=M>KIEC%!##()#& +326767##"&5467%67'"#"54$3 32632#"&#"/7632P^^5<'9Z}^ XD-\!* 5uG`Fߏ  +?F/}V=`?'%}'9%r}u%-301! *P\~% 3/F)/ =KY@V< d  db``M=M=M>GEA?%!##()#& +326767##"&5467%67'"#"54$3 32632#"&632#"&547P^^5<'9Z}^ XD-\!* 5uG`F ?2' /}V=`?'%}'9%r}u%-301! *P\~% 3/F/' % K[@X< :b``M=M=M>JHCA@>;964,*! +&'&'676326767##"&5467%67'"#"54$3 32632#"&Lw\sbG%^^5<'9Z}^ XD-\!* 5uG`F{L^s7s1/}V=`?'%}'9%r}u%-301! *P\~% 3/F"S@ @K   b  `  ` VM= M = M =M >Y@"RPKIHFCA><42)'$#  +2676#"'&#"'62326767##"&5467%67'"#"54$3 32632#"&#)!)1R1='''/uBR-^^5<'9Z}^ XD-\!* 5uG`F#+?B'-6E'/}V=`?'%}'9%r}u%-301! *P\~% 3/FM_@\ <  b  `  `M= M = M =M >LJECB@=;()#' +462"$462"326767##"&5467%67'"#"54$3 32632#"&d:N99N59N97RF^^5<'9Z}^ XD-\!* 5uG`FR99R77R99R79/}V=`?'%}'9%r}u%-301! *P\~% 3/F =HR@Hb``  U  UM=M=M>Y@?>RPLKDC>H?H%!##()#&+326767##"&5467%67'"#"54$3 32632#"&"2654&462#"P^^5<'9Z}^ XD-\!* 5uG`F/35Z66mmkJH/}V=`?'%}'9%r}u%-301! *P\~% 3/FM=0-??-1@3  b  U M=M=M>Y@KIED@>%%""$'! +&#"#"&54632632327#"'&#"'&547>7&326767>54&#"+A=[7%)%}JbḰic+`X w>}7gRbP-k ˅3?^tm310% 9-=)`NZoI ^w(Tl)% YHGJ`rF6i`=af:R@O<;bUQM=M>$$%(#$$"1 +%%"'632#"'4772654"'7&5432#"&'.#"3267,?S}^HPN(/:D5' M7qAH`': jߪXZ&vF9BV#!+'H  .D5;Hu5-NmյZ\! 2C@@<ddbUM=M>#&%#$!$% +#"/7632%2654&#"# '&5432#!32m  +?F1^u# N߇E}f2Lu)/#{+\j%LM(r 2C@@<ddbUM=M>#&%#$%$! +632#"&547%2654&#"# '&5432#!32 ?2' 1^u# N߇E}f2Lu/' %}#{+\j%LM(r 2>@;< :bUM=M>#&%#$.+&'&'676%2654&#"# '&5432#!32Lw\sbH$1^u# N߇E}f2Lu{L^s7s#{+\j%LM(r4I@F <  b  UM=M= M>42/-%#$! +462"$462"%2654&#"# '&5432#!329N99N5:N97R'1^u# N߇E}f2LuR99R77R99R7#{+\j%LM(r&4K PX@%dd=M=L >K PX@#ddU=L >K PX@%dd=M=L >K PX@#ddU=L >KPX@%dd=M=L >@#ddU=L >YYYYY@ $+"C+&! &476$7654'.'&767632#"/7632 %Xì V% u ܈   +?F  :9  L !" P)/ 4K PX@%dd=M=L >K PX@#ddU=L >K PX@%dd=M=L >K PX@#ddU=L >KPX@%dd=M=L >@#ddU=L >YYYYY@ "C$!+632#"&547&! &476$7654'.'&767632 ?2' %Xì V% u ܈ /' %1  :9  L !" P 4 :K PX@=M=L >K PX@U=L >K PX@=M=L >K PX@U=L >KPX@=M=L >@U=L >YYYYY@/-+*(' +&'&'676&! &476$7654'.'&767632Lw\sbH$u%Xì V% u ܈ {L^s7sC  :9  L !" P6#K PX@'M= =M=L >K PX@%UM= =L >K PX@'M= =M=L >K PX@%UM= =L >KPX@'M= =M=L >@%UM= =L >YYYYY@ 1/C +462"$462"&! &476$7654'.'&7676329N99N5:N97R>%Xì V% u ܈ R99R77R99R7K  :9  L !" Ps.8@5< :M=M> *(. .'( +#"54>32&''7&'72>54'.#"?4+Js@+ VM=M =K  >Y@POA=31'#   +2676#"'&#"'62632&#"&47>54'&#"&#"&47>54&'&7672'#)!)1R1='''/uBQ.Ⱥj@=6hH+T+/>#)R )To50V [#+?B'-6E'FDo{9< 7 9ym0J'/yy9 :9 5{V-##%{ -1@.ddM=M>! '% -!-'$$%+#"/763247632'". 32>54m  +?Fx<}C@7_`7)/ۚ]^XrfŠHi{ -1@.ddM=M>! '% -!-'($!+632#"&54747632'". 32>54 ?2' Mx<}C@7_`7/' %ۚ]^XrfŠHi{ -.@+ :M=M>! '% -!- +&'&'67647632'". 32>54Lw\sbG%эx<}C@7_`7{L^s7sۚ]^XrfŠHi{'5@ @* VM= M=M>Y@)(/-(5)5$"  +2676#"'&#"'6247632'". 32>54'#)!)1R1='''/uBQ.x<}C@7_`7#+?B'-6E'ۚ]^XrfŠHi{!/5@2M=M=M>#")'"/#/'$ +462"$462"47632'". 32>54:M::M59N97RHx<}C@7_`7R99R77R99R7ۚ]^XrfŠHif 6@3UUIMA   +2#!"&5463462"462"'1 +E_EE_EE_EE_?+;6]DD]E~]EE]D{ *@"! K$PX@ e=M=M>@ deM=M>YY@%#  ((+2'"'"'7.547632 &2>54-RRR䯁e3^OR~H_"a7_`75cImP{;qFdۚMr}DekHiH MB@?<ddM=N >987521(&MM$% +#"/7632"&54'&'&4732723267>54'&'&47272'&54m  +?Fd] Z7 62-R Q =_ H_)/vh :  =+@Z)B=!l :  =O? % :3ZHGH MB@?<ddM=N >987521(&MM$! +632#"&547"&54'&'&4732723267>54'&'&47272'&54 ?2' 5] Z7 62-R Q =_ H_/' % vh :  =+@Z)B=!l :  =O? % :3ZHGH M=@:< :M=N>987521(&MM +&'&'676"&54'&'&4732723267>54'&'&47272'&54Lw\sbH$] Z7 62-R Q =_ H_{L^s7svh :  =+@Z)B=!l :  =O? % :3ZHGHOF@C!<M=M =N >;:9743*( OO +462"$462""&54'&'&4732723267>54'&'&47272'&54j:N97R79N::N率] Z7 62-R Q =_ H_R99R77R99R7%vh :  =+@Z)B=!l :  =O? % :3ZHG1% M3@0ddK=N>IHEA>=L!$)$! +632#"&547#"&54632327676'.'&4732776.#.7327 ?2' MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)/' %-A +!=;`\-^- :9 5@//=   :9 u`N!oG8@5<=M=M=L>C%,&%+2>54'&#"4.'&7672>7>32#"'.&#"&47>5Bps=7aL-8 i /RmJ8p H9`3N1)9j7|BA&*R  1H }8 11 <{1%O7@4M= K =N>KJGC@?L!$% +462"$462"#"&54632327676'.'&4732776.#.73279N99N5:N97RMR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)R99R77R99R7-A +!=;`\-^- :9 5@//=   :9 u`  >KPX@.b U   V = K  >@0b` U   V K  >Y@" <:763/,+&%"!     +!"5463!2!#&#"&47>7267&#"&47>'!"y5g9 -93YDs JF V-? y\uZXy%%-#/  {%)  :9 /T D  :9 &B  I  @@  b  `` UM=M =M >Y@HFA?><9742*(  +!"5463!2326767##"&5467%67'"#"54$3 32632#"&h6 *^^5<'9Z}^ XD-\!* 5uG`F%.#0P/}V=`?'%}'9%r}u%-301! *P\~% 3/F o2@KPX@4  db  U  V =L >@6  d  b `  U  VL >Y@&333@3@><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'332679 -93YDs JF V-? y\uZXy%ks9 }TP '  {%)  :9 /T D  :9 &B h}k9DC: J@  < :K(PX@A  b  ``M =M=M =M >@?  b  ``UM=M =M >Y@IGB@##()#)% +267#"&'326767##"&5467%67'"#"54$3 32632#"&{}7`m^^5<'9Z}^ XD-\!* 5uG`FRfbVH/}V=`?'%}'9%r}u%-301! *P\~% 3/Ff =D @3d d   b  V QK  >Y@?>A@>D?D=<:85431C#$!+"'467&47>'!"&#"&47>7267&'"32676!#VlXkJZXy%\ -93YDs JF V-? I5fg)7)X9D'9 &B %)  :9 /T D  :N`%)$  u M`@]E <b```  b  RM=M >LKHFDC)!##()#& +326767##"&5467%67'"#"54$3 3263232>72#"547"&P^^5<'9Z}^ XD-\!* D6LDf1 V_G/}V=`?'%}'9%r}u%-301! *P\~% ;Ab9`hxEH(C@@ %# + !2'.#"3 72#"547d ##'Ѱ#Z?X'9d'-J })Aw .3@0ddbM=M>$$%$&$!+632#"&547%"5432#"&'.#"3267 ?2' t7qAH`': jߪXZ&/' %.D5;Hu5-NmյZ\!Hy,?@< <)'%#!:bM =M> + !2'.#"3 72&'&'676d ##'Ѱ#Z`Zy T`{T{%d'-J }mZ! =@F7? ..@+ :bM=M>$$%$/+&'&'676%"5432#"&'.#"3267Lw\sbH$ 7qAH`': jߪXZ&{L^s7s.D5;Hu5-NmյZ\!Hq&A@><bUM =M> "!  & & +462" !2'.#"3 72o?V@@V'd ##'Ѱ#ZV@@V?Pd'-J } ,3@0bM=M=M>$$%$#$"+4632#"&%"5432#"&'.#"3267%L+-AI.)E}7qAH`': jߪXZ&3+FN-'JN.D5;Hu5-NmյZ\!H)K@H <'&$"!:dbM =M>)) + !2'.#"3 72&'767d ##'Ѱ#ZJ!{^uffgd'-J }\g)5HR+)Nu +@@=:dbM=M>'%!  +&'767%"5432#"&'.#"3267\N)HN&G7qAH`': jߪXZ&jNPhp1.D5;Hu5-NmյZ\!.9g76421:K.PX@dM =M >@dUM >Y@///9/9*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47%&'767ub{?@2bbM =M=M>Y@DC>=9753.,'%  +2&5>54."#"&5464&'.#"32676"54763232=4&'&7>72'&569F/;o PN  7/7!EPFp3;%#qT9s H#fK.PX@"S M  =M >@  USM >Y@:9650/,+(#>=)! +%32>54.#"!#263 "&#"&47265#&746734&#&47ub{?@4bb  T=M=M>Y@=<76"%%%& +4&'.#"32676"54763232=!&5467!.'&7>723#'&56!EPFp3;%#qT?g H#o@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2% 0@.b UUM=M>Y@0.+)#!   +!"5463!2%2654&#"# '&5432#!32h6 1^u# N߇E}f2Lu%.#0#{+\j%LM(r=m@N@6 <4;K,PX@8 d  UUU M  =L >@6 d  U  VUUL >Y@(AAANANLJHGEC=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"#"&'33267}91  1RSJJ' 2cd  qABp  5/''Vk#'ks9 }TP 0VVRjB 5-#/T9 9uu99  Hu\2%h}k9DC: 1@ < :K(PX@/bUM =M=M>@-bUUM=M>Y@ #&%#$#% +267#"&'%2654&#"# '&5432#!32{}7am51^u# N߇E}f2LuRfbV#{+\j%LM(r=qH@>  "<< ;K,PX@1 U UU  M  =L >@/ U    U UUL >Y@ EB;:9632-,)$ H H +462"26762'.+3!276&#!.7>54&'.7!272'.#!"@V??V}91  1RSJJ' 2cd  qABp  5/''Vk#'V@@V?"0VVRjB 5-#/T9 9uu99  Hu\2% 0C@@<bUM=M=M>#&%#$"$" +4632#"&%2654&#"# '&5432#!321L+-BJ-)F1^u# N߇E}f2Lu3+FN-'JNX#{+\j%LM(r=fS@0-4 D <:K,PX@9b  U  UQM = L  >@7bU  U  UQ L  >Y@SROMJIHFA><:65#734!+"'467!.7>54&'.7!272'.#!"326762'.+3!276&'"32>76VmYd  qABp  5/''Vk#'}91  1RSJJ' 2c[fg1D'9 9uu99  Hu\2%0VVRjB 5-#/TN`f+5R@O <bbUQ M=M>42!'#&%$! +"547' '&5432#!32732676%2654&#"V33߇E}f2Lu˙# XjTf)7)m1^ur%LM(r+f5Xk@`%)[#{=@K@ 6 <4;IHFDC :K,PX@/   d UU M  =L >@-   d  U UUL >Y@"AAAKAK=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'767}91  1RSJJ' 2cd  qABp  5/''Vk#'J!{^uffg0VVRjB 5-#/T9 9uu99  Hu\2%\g)5HR+)Nu /R@O<:dbUM=M>/-*("  +&'767%2654&#"# '&5432#!32N)HN&G1^u# N߇E}f2LujNPhp#{+\j%LM(rHw1?N@K(<<:864:bbM =N>+)  11 +23'.#"3274.'&47327! 4>&'&'676)-+R`L:=BwRojpZy T`{T{%;aL^d14%): 7 PSJwmZ! =@F7? /j@b8Y?U<  :K$PX@9 b  UU M =M= M  >@? bZ  UU M =N= M  >Y@10fda_PNHFEC><640j1j&#/ +&'&'676#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>32uLw\sbG%ja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<3{L^s7s!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5Hs1?a@^(< dbbUM  =N>222?2?=;9864+)  11 +23'.#"3274.'&47327! 4>#"&'33267)-+R`L:=BwRojpjs : }TP ;aL^d14%): 7 PSJsh}k9DC: .i&@a7X>T < :K$PX@C  b  U UM = M =  M= M  >K(PX@I  b  Z  U UM = M = N= M  >@G  b  Z U  U U M = N= M  >YY@0/ec`^OMGEDB=;53/i0i&#$%+267#"&'#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>32`|}7amja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<3RfbV!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5H9P@M 0<bbUM =N> 31($ 9 9 +462"23'.#"3274.'&47327! 4>o?V@@V1)-+R`L:=BwRojpV??V@;aL^d14%): 7 PSJ -h@`6W=S @I  b  Z  U UM= M = N= M  >Y@/.db_]NLFDCA<:42.h/h&##$"+4632#"&#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>32L+-BJ-)FXja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<33+FN-'JNy!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5H11CW@T(<:89bbeM =N>322C3C+)  11 +23'.#"3274.'&47327! 4>2&5>54'&546)-+R`L:=BwRojp9Fy`HQ?V9;aL^d14%): 7 PSJ`PVg!>/B%3!\t*@T*K1G K$PX@C b  U  UU M =M= M  >@I bZ  U  UU M =N= M  >YY@$^]#"pnml]t^tXVSQB@:8750.(&"\#\&#!+#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>32"&5476726327ja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<39F/;o PN  7/7!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5Z;L@#   U  SK >Y@SROKHGDC@?<854/.+'$#  +&'&'676&#".7>5!&#"&47>54&'&4727!4&'.727Zy T`{Tz%+k @D  f+)h =F m((mD;h)5'j  5F j,smZ! =@F7?p{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2r= UG@D. <b=M=L >RPFB86-,'& +&'&'676&#"&47>54&'&7>7267632&#"&47>54'&#"EjPdX@""$. {W] <1- 1n F# }579dEHT+%HXB"߁N`u9xqAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&KOK,PX@1 SS  K =K >@/    U SSK >Y@!ONMLKJIHFEB>;:87541-*)CC+%&#".7>5!&#"&47>5#53.'&4727!.'.7273+!!b+k @D  f+)h =F m(0cD;^13/`  5F a25{3 :9 5yw{3 :9 1{DO&9  :'NP%9  :&MDVH@E'<b V= M =K  >SQGC97#$#%C +&#"&47>5#"546;.'&7>7232+67632&#"&47>54'&#""$. {W] <1- 6g F# }579dEHT+%HXB"qAA% :  9 $CB;%.X*&#R#0 FHgs7< 7 3wm1JZ@&BqE@ @'U  V  UK >Y@@>;743'%"  +2676'"'&#"'632&#"&47>54.'&472%#)!)1S1='''/uBR-3 Hl{  HRP"! Pcd3em,  TZR+@A'-5F'B9+ :9 -)'53- = >/--<@ K PX@/  UM=M  = =L >K PX@1M=M  = = M =L >K PX@/  UM=M  = =L >KPX@1M=M  = = M =L >KPX@/  UM=M  = =L >@-  V  UM= =L >YYYYYY@75320/&%"  +2676#"'&#"'62&! &476$7654'.'&767632'#)!)1R1='''/uBQ. %Xì V% u ܈ #+?B'-6E'  :9  L !" PB/AK.PX@K =K >@UK >Y#C#C+%&#"&47>54.'&472% Hl{  HRP"! Pcd3em,  TZRB9+ :9 -)'53- = >/-- 2QK PX@&M ==M=L >K PX@$UM ==L >K PX@&M ==M=L >K PX@$UM ==L >KPX@&M ==M=L >K,PX@$UM ==L >@"UU=L >YYYYYY@-+)(&%  +!"5463!2&! &476$7654'.'&767632h6 p%Xì V% u ܈ %.#0b  :9  L !" PBq/=iK.PX@& dUK =L >@$ dUVL >Y@000=0="(#C#C +%&#"&47>54.'&472%#"&'33267 Hl{  HRP"! Pcd3em,  TZRjs: }TP B9+ :9 -)'53- = >/--h}k9DC: 3F :K PX@%M ==M=L >K PX@#UM ==L >K PX@%M ==M=L >K PX@#UM ==L >KPX@%M ==M=L >K(PX@#UM ==L >@!UU=L >YYYYYY@ "C%+267#"&'&! &476$7654'.'&767632{}7am%Xì V% u ܈ RfbVZ  :9  L !" PfBBr @&   bU QK >Y@BA?=##C#4! +"5467#"&47>54.'&472%&'"32676VlYHRP"! Pcd3em,  TZR Hl{  U~ff)7)D'9 -)'53- = >/-- B9+ :N`%)f8D K PX@4   bU Q M ==K >K PX@6   b Q M ==M=K >K PX@4   bU Q M ==K >KPX@6   b Q M ==M=K >@4   bU Q M ==K >YYYYY@CA=;8753#"$! +"5467&476$7654'.'&767632&%"326764632#"&ZVlY{ V% u ܈ %XFff)7)L+-BJ-)FD'9  L !" P  :N`%)0+FN-'JNBq7TK.PX@UK =K >@UUK >Y@ #C#C+462"&#"&47>54.'&472%1@V??V Hl{  HRP"! Pcd3em,  TZRV@@V?^B9+ :9 -)'53- = >/--&K PX@=M=L >K PX@U=L >K PX@=M=L >K PX@U=L >KPX@=M=L >@U=L >YYYYY"C+&! &476$7654'.'&767632 %Xì V% u ܈   :9  L !" P=(JoK,PX@)bQ K  =K >@'b  UQK >Y@HGD@=<CC%$( +#"&54632324&'&4727&#".7>54&'.727D%F+%f-mB! .F X5b;tBp CJ  qA@r  CJ s?PVT'R:/5!#\u7 -  . 9u: -- :u u7 -  . 7uo5s 1VbK2PX@9  b UM = =  L =M>@6  b UQM = =  L >Y@a_[YQOJIA@=9""&%$"+4632#"&#"&'&546323264'.'&767632&#"&4767654'.'&7676324632#"&L+-BJ-)FG{;'B89/qZ-Tw s %7y { 5%2d ZW' L+-BJ-)F3+FN-'JNg+!;>#9B(D% !" R) :9 'L !" P9+FN-'JNbw*8~531/-:KPX@ZK =N>K,PX@bK =N>@bUN>YY#C(#$%+'"&5463232654.'&4727&'&'676T9JP;%T d4J\V\Zߓ hX>;Zy T`{T{%X:yE<#7843.39  :09JmZ! =@F7?' 6ʶ :K PX@Q=M>K PX@UQ>K PX@Q=M>K PX@UQ>KPX@Q=M>@UQ>YYYYY@ 1/-,*)! +&'&'676#"'.67632>54'&%&767632HLw\sbG%k0KuwNG" I4>75NE% ۉyu {L^s7sV+B7  7$(k٠F#!!" RF1OaXV 9K,PX@*  e  U K = M  >@(  e U  U M  >Y@QPPaQaONHC@?54CCC+%&#"&47>54&'&472767>.'.727&#""'&'.#2&'>54'&'461l ?= b+/^ @BqAdHG ')$  95 B=FH'+: ,Q C%JE59Fy`HR?V:y5 :9 3yu79  ::tJQ'9  :HF- : +Z3!J`PVg!>/B%3?1N`@ @,b eUM=M >Y@POO`P`MLIE>=61c +4&'&7>726767>&'.723263&#""'&/&'&'&#".7>2&'>54'&5467u H#HVHn )-  1/ R-+VC  FY T%9?)A ? X1)9Fy`HR@V:ks1&#Ro?3+ 8  7 V3' 8  1q1 {E :9 C`PVg!>/B%3=L1@.<b=K= >LKD?CF+%&#".767674&'&7$726767>&'.7327&#""'&/&'&'%E w  51HWLm )-  9! T/+TF 13[ T#'My9 11 !oD8#)fA7+ 6  5 X 5# 8  1q/'1s@ #<*(:K,PX@#dZK =K >@!dZUK >Y@., '% +!&47>54&'&4727;2676&##"547d qAAq mjqA3-k-%"%8X'99 9uu99  ::t-2)Aw /4@1<:db=L >C$+'"5474'.#.76$72&! &47$7>X'9v`OK3I U)BwF0 $R^MA  :  9 C1'9y@ #<0.9K,PX@$ZeK =K >@"ZeUK >Y@)((9)9 '% +!&47>54&'&4727;2676&#2&'>54'&546d qAAq mjqA3-k-%"%89Fy`HR@V:9 9uu99  ::t-2T`PVg!>/B%317?@< <9be=L >430,)( +2&5>54'&5464'.#.76$72&! &47$7>9FxaHR@V9`OK3I UT`PVg!>/B%3\F0 $R^MA  :  9 C'a#@ZUK >Y@ '% +!&47>54&'&4727;2676&#d qAAq mjqA3-k-%"%89 9uu99  ::t-2%)@&<b=L >C+4'.#.76$72&! &47$7>K`OK3I UF0 $R^MA  :  9 C/s+@$ZUUK >Y@ '$ / - +462"&47>54&'&4727;2676&#?V@@Vd qAAq mjqA3-k-%"%8V@@V?9 9uu99  ::t-2 03@0<bU=L >C$"+4632#"4'.#.76$72&! &47$7>9)%<8)-C`OK3I UN><)'9F0 $R^MA  :  9 CH/]@/  @ZUK >YCV5+;2676&#!&47>5'74&'&4727%3-k-%"%8d qA%Aq mjqAj;|-29 9uRq<Su99  ::t-4@1*-<b=L >C+&! &47$7>5'74'.#.76$72w#I U#`OK3=\ MA  :  9 CJyX;m}0 $R9Cb@ -<<::K,PX@ dK = =N>@dU =N>Y@ &I)F+4&'&4727#"'&&#"&47>5.'&472''"747 ?k;+b+!7#18J7?d1G8 ZJX'9}= 9  : J*C&$!+632#"&547632&#"&47>54'&#"&#"&47>54&'&7672 ?2' |j@=6hH+T+/>#)R )To50V [/' %@eU =N>Y@;::K;KI)F+4&'&4727#"'&&#"&47>5.'&472'2&5>54'&546 ?k;+b+!7#18J7?d1G8 ZJ9Fy`HQ?V9}= 9  : /B%3B1>P3@0GE9eM=K >@??P@PJ*C!+632&#"&47>54'&#"&#"&47>54&'&76722&'>54'&'46j@=6hH+T+/>#)R )To50V [9Fy`HR?V:FDo{9< 7 9ym0J'/yy9 :9 5{V-##%`PVg!>/B%39Dl@-@dU =N>Y@:::D:DI)F+4&'&4727#"'&&#"&47>5.'&472'&'767 ?k;+b+!7#18J7?d1G8 ZJJ!{^uffg}= 9  : ED62(&  +&'767632&#"&47>54'&#"&#"&47>54&'&7672qN)HN'Hۺj@=6hH+T+/>#)R )To50V [jNPhpqFDo{9< 7 9ym0J'/yy9 :9 5{V-##%VE@B <M =M=K >RQC?53)%"! +2&5>54."#"&546632&#"&47>54'&#"&#"&47>54&'&76729F/;o PN  7/7j@=5iH+T+/=#)R)T o5/V Z [;L;J P) 3!7FDo{9< 7 9ym0J'/yy9 :9 5{V-##%K@  0K2PX@0bR M  =M =L >@.b   URM =L >YY@KHEDC)$$(( +207>32#"&5463232>54.'&#"&#"&47>54&'&476uX`b7(f-mB .)F?B3VBp ;B qA?s ;!N#wwDZϦR:/5#3}y#``!)u: -- :u u7 - V7TKZK.PX@#bM= =M>@ bQM= >Y@ K*'$)#+76!2#"&5463232>5454.#"&#"&47>54&'&7672;)LNT%L0  )#(B-7D7#)R 09`00V [FF/ykN?F/)3Bt}&qYD5'/Hy9 11 8{V-##$Fj '8@5UM =M> &$     +!"5463!2"325%"467>3 h6 uADLN%-"0%=M!amv{ +dK,PX@!M =M=M>@UM=M>Y@%#++   +!"5463!247632'". 32>54h6 x<}C@7_`7%.#0'ۚ]^XrfŠHiFq )B@? dUM =N>))'%#"   +"325%"467>3 #"&'33267uuADLNjs9 ~TP %=M!amvh}k9DC:{ ,b :K(PX@ M =M=M>@UM=M>Y@ &$, ,'&%+267#"&'47632'". 32>54{}7amx<}C@7_`7RfbVۚ]^XrfŠHiF +:pK0PX@"ddM =N>@*ddddM =N>Y@9720*("   +"325%"467>3 #"&54?632#"54?62uuADLN y!)+ p)3%=M!amv 1  -{F/=fK,PX@"ddM=M>@&dddM=M>Y@10750=1='%%&& +"&54762#"54763247632'". 32>54#/   )!-x<}C@7_`7 . ++ۚ]^XrfŠHi- LFK"PX@0+9JI<K0PX@0+9JI <@0+9JI K*PX@/  ZU UM = N  >K0PX@-  ZUU U N  >@3Z  ZUU U N  >YYY@DA><86/,(&$!LK  +%32654&+"".4>3;!&+"326?4;2#"5'.+;2>7!;));ntq`88^nYk 7#sJ3! -/ %1$%'9! 7 =#++AAi宬oC@o%19% =-'%R-< 1 ,3K@H <   SM=M=M>---3-3"&$$"%$" +>32!3267#"''"54322654.#"'"+VE7$f^fϘZx1BJl)ABiy7[!^s/=6!BM}i3q! @JR@O3GE@?<:*#   +"32654.&"&47>54&'&472632#"'&'"547^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3X'9H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJZ)Aww EKPX@1dd ZbN =L >@2dd bbN =L >Y@CB>=C#$#$! +632#"&547727>32#"'.#"&#"&4767654'.#&7672 ?2'  yĪ=89'+3 :i1) ' ) /' %^IoB'+F8 7LNA :9 Z##!1 @RW@T3BAARBR@?<:*#   +"32654.&"&47>54&'&472632#"'&2&'>54'&546^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s39Fy`HR@V:H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJw`PVg!>/B%3w17I@> 9KPX@-Zb   eN=L >@.bb   eN=L >Y@988I9IC#$# +727>32#"'.#"&#"&4767654'.#&76722&'>54'&546h yĪ=89'+3 :i1) ' ) E9Fy`HR@V:?IoB'+F8 7LNA :9 Z##!`PVg!>/B%3 @KZ@W3AAAKAK@?<:*#   +"32654.&"&47>54&'&472632#"'&&'767^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3iJ!{^uffgH/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJ^\g)5HR+)Nuw B:KPX@- dZbN =L >@. dbbN =L >Y@@?;:21.*'& +&'767727>32#"'.#"&#"&4767654'.#&7672\N)HN&G[ yĪ=89'+3 :i1) ' ) jNPhpIoB'+F8 7LNA :9 Z##!},6y@@*dbbM =M>Y@ &*%,"+#.#"'"$#&'62654&'&$54$32'"547%@+sZ郴wF% '+Nh эX'9˘b s|fLu3 rB-} uuw1)Awm =G@D%<<ddbM= =M>"*"*+$!+632#"&54762654&'.54$32'.#"#"'&#"& ?2' !7 F)?ͦ /LoߪZ&2</' %F! 1"5iVJO%#u@T{XDPN%y},:p@<7531/:K$PX@"bM = =M>@%bbM =M>Y*%,"+#.#"'"$#&'62654&'&$54$32&'&'676%@+sZ郴wF% '+Nh эZy T`{T{%˘b s|fLu3 rB-} uuw1mZ! =@F7?m =H@E%<< :bM= =M>;975+)'&"  +&'&'67662654&'.54$32'.#"#"'&#"&Lw\sbH$!7 F)?ͦ /LoߪZ&2<{L^s7sX! 1"5iVJO%#u@T{XDPN%y}fD@ 2> < <;K$PX@3b  U QM = =M>@6bb  U QM =M>Y@A?;95310$"  DD +"'7.#&'62654&'&$54$32#.#"632#"'4772654\5' I\G% '+Nh э%@+sZ{,?S}^HPN(/: *} uuw1b s|fLu3 r=uF9BV#!+'GfmIr@o#  7C A <;b  U QM= =M>FD@>:865)'%$  II +"'7&'&#"&'62654&'.54$32'.#"#632#"'4772654\5' J>&2; !7 F)?ͦ /LoKj,?S}^HPN(/: ! 1"5iVJO%#u@T{XDPN%yU~H"uF9BV#!+'G},7@<5420/:K$PX@(dbM = =M>@+dbbM =M>Y@---7-7*%,"+#.#"'"$#&'62654&'&$54$32%&'767%@+sZ郴wF% '+Nh эyJ!{^uffg˘b s|fLu3 rB-} uuw1\g)5HR+)Num :U@R" 9<:dbM= =M>8642(&$#  +&'76762654&'.54$32'.#"#"'&#"&\N)HN&G!7 F)?ͦ /LoߪZ&2<jNPhp{! 1"5iVJO%#u@T{XDPN%y!fGK"PX@"5 A? <;@"5 A? <;YK"PX@7  U  Q M =M = K  >K(PX@4  U  Q M =M = K  >@2 U  U  QM = K  >YY@$DB><8641.-(%$# GG +"'7.7>54&+""'67433 72#&!#"&+632#"'4772654\5' R  \+5H7-) <=//95)\ͪ3?S}^HPN(/: 9 7w`a q cd%w7 :F9BV#!+'Gfd$C@  1= ; <;KPX@*V  U Q =M>@*dV  U QM>Y@@>:8420-)'$" CC +"'7&5#"'54;4.54>7632!2#!327'"'632#"'4772656n5( N %1 V1^s^` -?R}^HPM*/9 . %)dN $R 3Tw]8vF9BV#!+'G!.9K"PX@&<76421 :@&<76421 :YK"PX@,   d M =M =K >K(PX@)   d M =M =K >@'   d UM =K >YY@///9/9,)15C +%&#".7>54&+""'67433 72#&!#"&'767\ͪ  \+5H7-) <=//95)gJ!{^uffgw7 :9 7w`a q cd\g)5HR+)NudA@% ?@*b  VM =M>Y@><:842/-*($"AA +2&5>54."#"&54634.54>7632!2#!327' #"'549F/;o PN  7/71 V1^s^` [;L;J P) 3!7dN $R 3Tw]81 %)!>K"PX@ #.!<@ #.!K(PX@-  U M = M  =K >@+ U  U M  =K >YY@><97410/+*13##C+%&#".7>5#"546;4&+""'67433 72#&!#"!2#!\ͪ  \+5H7-) <=//95)w7 :9 7w#`a q cd#d$9@ 7@%d  V UM>Y@6431.,*($" 99 +34.54>7632!2#!!2#!327' 5#"546;5#"'541 V1^"s^` Ŏ ~ dN $R 3#ww]81$ %)  6L@ <G @'   U VUN>Y@87JHCA?=;:7L8LC)L$ +2>54&'&4727!".54&'&47272676#"'&#"'62bX\`J' ?u 75`3;sc?3]Td s1#)!)1R1='''/uBQ.^b@- VM= M =N >Y@"A@?=:90.&%$!UU  +2676#"'&#"'62"&54'&'&4732723267>54'&'&47272'&54#(!)1R1>'''/uBQ.] Z7 62-R Q =_ H_#+?B'-6E'ɠvh :  =+@Z)B=!l :  =O? % :3ZHG  j BbK,PX@ UK =N>@UUN>Y@A@=965-+"  +!"5463!22>54&'&4727!".54&'&4727h6 X\`J' ?u 75`3;sc?3]Td s1%-"0^b@" UM=N >Y@ 76530/&$ K K  +!"5463!2"&54'&'&4732723267>54'&'&47272'&54h6 ] Z7 62-R Q =_ H_%.#0@$ dUVN>Y@777D7D"$C)L$ +2>54&'&4727!".54&'&4727#"&'33267bX\`J' ?u 75`3;sc?3]Td s1}js: }TP ^b@!UM=N >Y@ 876410'% LL% +267#"&'"&54'&'&4732723267>54'&'&47272'&54{}7am~] Z7 62-R Q =_ H_RfbV4vh :  =+@Z)B=!l :  =O? % :3ZHG   KK$PX@* UM= K =N>K,PX@( UU K =N>@& UU UN>YY@JIFB?>64+'   +"2654&462#"2>54&'&4727!".54&'&4727/35Z55lljJHX\`J' ?u 75`3;sc?3]Td s1=/-@@-1;igGFh^b@* UUM =N >Y@ @?><98/-%$# TT   +"2654&462#""&54'&'&4732723267>54'&'&47272'&54/35Z66mmkJHN] Z7 62-R Q =_ H_=0-??-1K0PX@! ddUN>@)  ddddUN>YY@ TR&&&C)L$ +2>54&'&4727!".54&'&4727#"&54?632#"74?62bX\`J' ?u 75`3;sc?3]Td s1 z)+ o(2^b+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54] Z7 62-R Q =_ H_vh :  =+@Z)B=!l :  =O? % :3ZHG f Jt@?>@$bURM>Y@ /L&C$! +"'47#".54&'&47272>54&'&472732>76VPf;sc?3]Td s1X\`J' ?u 75`3qTDg1wBds'u95  66x^bNMKI#(:*! +"5467&54#"&54'&'&4732723267>54'&'&4727232676VJI _F] Z7 62-R Q =_ T95f)8(F5/:HGvh :  =+@Z)B=!l :  =O? % (*@`%)w9GK@<:K,PX@K =>@U>YH$(C+67656&'.727"' "'.'&472767&'&'676ߞ / Q)f D( %ۺ *+ $< jJR ^!pfiZy T`{T{%o %\w@ 3  4 ;7/-(& +&'&'676676&'&47327#"''#"'.'&4732767Lw\sbH$I -j RP?  B/ # % !6 V_L )) o{L^s7s @ A= :9 7M+) -)S' :9  0*X:<a7w>LbIGECA:K,PX@!bK =L >@bUL >Y@ C3C +%&#"&47>=4&'.'.7767>.'&4727&'&'676FX^ F5>E { V')% 2/{ HH+%Zy U`{T{$u9 :9 9u76)P' 7  :%IHEA>=-) +&'&'676#"&54632327676'.'&4732776.#.7327Lw\sbH$dMR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;){L^s7s-A +!=;`\-^- :9 5@//=   :9 u`7qNuK,PX@+  bU K  =L >@)  bU   UL >Y@EA>=76213C +462"$462"&#"&47>=4&'.'.7767>.'&47279R99RD;N;;N1FX^ F5>E { V')% 2/{ HH+%N<K,PX@)db`M =N >@'db`UN >YY@ :d8D$+'"547&#!"547654'"'67!26327%>72X'9t7'`q!"# #k1j3{PqL'%*)Aw  `h y=#P?B  6A@>53"<dd=M=L >66'&&v$!+632#"&547!2>32!2?$!&76767'674 ?2' FGDC3:^TVC4"Yj@;^\fR%+!+/' %Dodv-&Itnha  Tj8@7K,PX@,b`UM =N >@*b`UUN >YY@ :d8A+462"&#!"547654'"'67!26327%>72@V??V7'`q!"# #k1j3{PqL'%*V??V?f  `h y=#P?B  4A@>31 <M==M=L > 4 4'&&s$"+4632#"&!2>32!2?$!&76767'674K+-BJ-)EFGDC3:^TVC4"Yj@;^\fR%+!+3+FN-'JNDodv-&Itnha  T0;@/<98643:K PX@)dbXM =N >K,PX@*db`M =N >@(db`UN >YY@111;1;:d8@+&#!"547654'"'67!26327%>72&'767h7'`q!"# #k1j3{PqL'%*J {^ugfg  `h y=#P?B \g)5HR+)Nu 3M@J20<:d=M=L > 3 3,*#!  +&'767!2>32!2?$!&76767'674\N)HN&G5FGDC3:^TVC4"Yj@;^\fR%+!+jNPhpDodv-&Itnha  1-j@&bUM=K >Y@ "%##5C+%&#"&47>54&+"'543254632#"'&#"`6l B+V/ Z /TyfD5#%N7N@}9 11 <{ )b>///TP @ d[$% +#"/7632N  ,?F)/= @ d[$! +632#"&547 ?1' /' %os  "+&'&'676Lw\sbG${L^s7sU@ @RM>Y@  +2676#"'&#"'62#)!)1R1='''/uBQ.#+?B'-6E'd{ 5K,PX@ M >@IMAY@    +!"5463!2J5%.#07 @M>   +!"5463!2PH7)*\ 4 :K(PX@ M >@IMAY% +267#"&'||7`mRfbV @M>$" +4632#"&L+-AI-)F3+FN-'JNo@M>+462"$462"o9N99N5:M:8RR99R77R99R7!NLLK PX@bWIMA@bcIMAY$'%+#676'4#"#"&54632@591;1^;JH1+?3FJK)!D #%PRd? HKPX@QM>@UIMAY@    +"2654&462#"/35Z66mljJH=0-??-1@UIMAY%+462"'267#"&'`6M66M{}7amN77N5-RfbV @ 9IMA% +."'>32y{}7amRgcV''@$ :IMA +"&5476726329F0;o PN  708'Z;LK PX@IMAK PX@ M >K PX@IMAKPX@ M >@IMAYYYYY@  +2&5>54."#"&5469F/;o PM  7/7Z@IMAY@   +2#"&"&'&54617/7  NP o;/F7!3 )O J;L;[B'@$ 9IMA +2&'>54."#"&5469F/;o PN  708Z;L;J Q) 4 7J?` - @ d[Y&! +632#"'%J3N ,T Ju KPX>[Y   +"54?/% J,/F% s \(@% <SM>"!+#"'5#&54735632+  \(@% <SM>"!+6323##"'\  d\ J@ @dINBY*!" ++532>54'.54632_S22)/7124+9JRPZ5')5#%+jw XQ@ @UIMAY!$"!+3263#"&54632"&#"  RnwT ?@dL>Y@ " +&547356723Z  -H-y%@" <S>" +##"'5#&547  3,@) <SM>"!+#"'5#&'47356323#+- 3 @GK?  +!&'47y.@+:ddN>  +2=0303'"&5462`)'V-)5dn@!%!9`.@+:ddN>  +"50303265462')`%5). : %!Bl@IMA +462"@^??^_??_? }@IMA+462"$462" @^??^V?^@@^_??_??_??_?; IK(PX@UM>@UIMAY@    +"2654&462#"D/46Z55mmkIH=0-??-154'&5469Fy`HQ?V9T`PVg!>/B%3fq@<;KPX@XVIMA@dVIMAY@  +"'73632#"'4772654=5' RF4?R}^HPN)/9 ʼnF9BV#!+'G?f?(@%<:dIMA(! +"'4%32>76V'mXg1"XoB`+ @ <M>#! +#"'632+&$+ R TLK@  ""%%$+#".'#"&'6732763232% Y4-@#R!3Z /IT/ /RNyRA^H\=bb (:K$PX>[Y  +&'767+=)TN'H=d`XPhqm3uX @9[  +&''677+AR)K\qHTep @ :IMA% +267#"&'{}8amBRfbV/X @ 9IMA% +."'>32!{}7amRfbV?%y8@5<IUNB  +2676#"'&#"'632#)!)1R1>'''/uBR-o+@A'-5F' N @IMA   +!"7463!2\()N @IMA   +!"5463!2>() Pb OKPX@UM>@UIMAY@     +!"5463!2!"5463!233'*')?}yV8@5<IUNB  +2676#"'&#"'632#)!)1R1>'''/uBR-+@A'-5F'{f @IMA   +!"7463!2\() @IMA   +!"5463!2>()b%KPX@ d>@ d[Y +2"&'1!/TVD@d> +"&'2/+'))%# Q@ @UIMAY!$"!+4#"#7672#"'72326  RnwT ? +35%!!tB3;j$@! <U>""%%$+&'>32>32&#"#"'&#"% Z3.?#R 3[/JT/ /RM9yRA^G# "+''7'77#:;;:R99::]N"+4&'7.476 '6 /(). RO3'$'q)@;$ '=hB0 NK(PX@QM >@UIMAY@     +!"5463!2!"5463!2>>'*')`\ %K*PX@ e>@ d[Y$% +#"/7632  +?F)/b\ %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %'#1@.<RM >  +2676#"'&#"'632#)!)1R1>'''/uBR-+@A'-5F'Z 9K PX@ M >K PX@IMAK PX@ M >K PX@IMAKPX@ M >@IMAYYYYY@  +2&5>54."#"&5469F/;o PM  7/7Z%$ +73267#"&59m-A- 4i3Pck>+^LTT`@  KPX@eM >@eIK?YY4!+"'5463!2"'5!Z !'{%!Pb OKPX@UM>@UIMAY@     +!"5463!2!"5463!2>>'*')3 #@  <d>+"'672"'672) %% %%D R   R  z J@ K"PX@eUV>@$deIUNBYY@ "##%#!+"#"'7&#"'62763232676#"'H !/9'&'/u8< #(#(!)")|"-6,ey+?'`%|@  @*UU VIMAY@#!%% +"&462"&4622676#"'&#"'6327((7(7((7)#(!)1R1>'&'/uBQ.)7((7/)7((7+@A'-5F'+^1@) @.  U  U UIMAY@"/-,*%#!11  +2#"&#"#"&567232>72'"&#"#"'&=63232> 9Z!!/ ?_!': ;X!"!1 B\': mH'% hD## mH%% jE$#; p@ K(PX@dT>@deGL@YY+673!.'3#>7!#.'fqD #/- FfoqdH !1dRFXd%5#6;!';o15V>3B5y)#@  <K> +55673.'5;!';o05)0- FfoqdH !2v"+%55%{L7L=F*@'<QM>#$#"+4632&#"327"=qP 3BB3)Nl?F31H=/Xd@  K PX@UIMAKPX@QM>@UIMAYYYY%+"&462."'>32\5N55N{}7amZN77N5XRgcV". "+''7'7723322233.v"+%5%'O%|L9M.v"+%55%{L7L. '@$<:9d> +%55%#3#Nr|M3M{M6Lu\'b*@'<QM>#$#"+#"'72654&#"'632pN)3BB3 NpNn>H13F@oyN@M> +462"?V@@VV??V@b}5@ ,32#"#".'#"54>/%A-<+L3 4!4-%3A'L 3'-!AD!hJ (\@UIMAY@$#(("$"$$ +2654&#"4632632#"'#""2654&9Z::-/7kHV67UHjhJU76VHH/8:Z99-FF-1ACueBBcGFdBBC/-FF-1Asn@ KPX@e=M >@deM >YY5%5+57654+"74?632;2:>!#9!     w @ :M>   + 7!2$67#D !e#7%qLVN%) %@" :IMA   + 7!2$67#D !e#7%qLVN%= @IMA   +"5463!2##"=#0#.R @IMA   +"5463!2##""0#-\Xjm@ < :9KPX@M=M >K PX@UM >@UIMAYY"&""+6$3232$7#"'&#"\/aՅ՘yH;DRϤR`hADDE dwDBRD @ 9M> +2!"'6$#9j<#%#3aT;%;9e K(PX@dT>@deGL@YY+!.'3#>7!/- EfoqdG !1P6;!';o15#7H .H@E, -<bUIMA +)&$  . .# +32>7"'"&54?4&#"#"&5463227^% 5+=%/p4- L'w 3+L+(+#B7!   !/L?mLk@#USIMAY@  +27"'&74632#74#" 7#-JF1!OB-B1?';2!O9_;7#"&465)!#'-!  1FDIRL$'!-D9-5 BVe's@'#< ;KPX@bUQ>@#ddUIMAY@ %"""+5&#"323#"'&5463254.#'673#7!;B'%5'D;1 ='-?"Z%m}#%N;c; '#h;w@ 65 @*  d dUIL@Y@98432':" +672&#5437>=4&#"2&#5437>=4#'"'56723.+= 5#J  + 9%E  T! dR956  )4 9hsHPM@JA% <42/.(&$"'# +54&#"&#"&7676754.'&'6736726723&#"&76=4&#"&#"&7>N%%!+#($ =(/)>3/'3")#+!%#$!*) Zw+-    459865 w+&   L(=@:<9ZbUMA""#+7##6326'&=47623254#"N'= #)#+!%   %/++:   ##'<:@7<:UIMA$"$"+27#"=#"=472=732#y%;B/=>L?'D M hhB+a@" 0,9K PX@& b WIMA@% b cIMAY@A?<:42#%##$"#%! +432767'&#"=27#"76#"=327#"32&'"5432'&'02&'" DZr !5  ')?Q-!;! !4 -))Pu?J Z`!7? 2oKPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"9 -93YDs JF V-? y\uZXy%'  {%)  :9 /T D  :9 &B  =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/FN ?m$#@ UUM >Y@ ;:541+?>  %$! +32654&#"32>54&#2632#"&#"&47>54&'&47gXZyqD-#MqR+g̒f!B q13o Jhwq% >P+%IP<b8bZ@'b=M=M=>Y@ $"$%+32654&#"672#"&'&&'654&'&7>72FAwhJ-&#;(/9s H#?1/#1Ѣf? =s1&#TN ?m$#@ UUM >Y@ ;:541+?>  %$! +32654&#"32>54&#2632#"&#"&47>54&'&47gXZyqD-#MqR+g̒f!B q13o Jhwq% >P+%IP<b8bZ@'b=M=M=>Y@ $"$%+32654&#"672#"&'&&'654&'&7>72FAwhJ-&#;(/9s H#?1/#1Ѣf? =s1&#TN ?K$#@' U U  QM >Y@B@ HE@KBK;:541+?>  %$! +32654&#"32>54&#2632#"&#"&47>54&'&47!"7463!2gXZyqD-#MqR+g̒f!B q13o \Jhwq% >P+%IP<b8bZ@/b R=M=M=>Y@42:72=4=$"$% +32654&#"672#"&'&&'654&'&7>72!"5463!2FAwhJ-&#;(/9s H#"]?1/#1Ѣf? =s1&#Ty()Hf6c@`$0 . <;b  U  QM =M >31-+'%#" 66 +"'7$5!2'.#"3 72632#"'47726565( Jd ##'Ѱ#V,?R}^HPN)/9 ^'-J xuF9BV#!+'Gf:Hc@`<;  bbUQ =M=M>DB><$$%(#$$"1 +%%"'632#"'4772654"'7&5432#"&'.#"3267632'"&547,?S}^HPN(/:D5' M7qAH`': jߪXZ& ?1' vF9BV#!+'H  .D5;Hu5-NmյZ\!/' &.LK.PX@M =M >@UM >Y@*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47ub{?@*bb=M=M>Y@ "%%%&+4&'.#"32676"54763232=4&'&7>72'&56!EPFp3;%#qT9s H#@UM >Y@*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47ub{?@*bb=M=M>Y@ "%%%&+4&'.#"32676"54763232=4&'&7>72'&56!EPFp3;%#qT9s H#@U QM >Y@1/74/:1:*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47!"7463!2ub{?@2bb Q=M=M>Y@@>FC>I@I"%%%& +4&'.#"32676"54763232=4&'&7>72'&56!"5463!2!EPFp3;%#qT9s H#@-b  UUQ M >Y@CB=<98530.*($" GF)! +%32>54.#"'263 "&#"632#"'4772654"'73&672654&#&47ub{?b Z  V Q==M=M>KPX@?bb  V Q==M=M>@Bbbb  V Q=M=M>YY@?>SQMKGECB>V?V"%%%& +4&'.#"32676"54763232=4&'&7>72'&56"'73632#"'4772656!EPFp3;%#qT9s H#@UM >Y@*)$# .-)! +%32>54.#"'263 "&#"&472654&#&47ub{?@*bb=M=M>Y@ "%%%&+4&'.#"32676"54763232=4&'&7>72'&56!EPFp3;%#qT9s H#@, d   U UUL >Y@ HE>=<9650/,'" K K% +#"/626762'.+3!276&#!.7>54&'.7!272'.#!"+ ,0}91  1RSJJ' 2cd  qABp  5/''Vk#' r540VVRjB 5-#/T9 9uu99  Hu\2%J 0>@8 d  db UUM=M>Y@><860.+)#!   +!"5463!2%2654&#"# '&5432#!32#"/7672h6 1^u# N߇E}f2Lus  #28 %.#0#{+\j%LM(r %*= J@@ $<> ;:K,PX@. d UU  M  =L >@, d   U UUL >Y@ GD=<;854/.+&! J J$ +'"74726762'.+3!276&#!.7>54&'.7!272'.#!"HD,}91  1RSJJ' 2cd  qABp  5/''Vk#'$:i0VVRjB 5-#/T9 9uu99  Hu\2%= 0>@;  d  bb UVM=M>Y@:8430.+)#!   +!"5463!2%2654&#"# '&5432#!3262#"&547h6 1^u# N߇E}f2Luj 3' %.#0#{+\j%LM(r*# !=@@6 <4:K,PX@) UU M  =L >@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2% $7@4 <bUM=M>#&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(r=@@6 <4:K,PX@) UU M  =L >@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2% $7@4 <bUM=M>#&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(r?q %@"dIMA "" +#"&'33267?js : }TP qh}k9DC:wF@'<97 C@ @-I U  U  UK >Y@BA;:530-)(!  FF +#&#"&47>54&'&47!272.+"32676562"'&'&' ÃBEJPB/1&#IqNP7q/1  1 `y :9  !G<V, 9  fw DPh4,Q'K 7qw3 N$<?@<8<b UM=K ><:%#&%$$C +&!"&476765#"'546;54>32#"'.#"!2#!RS  # TNw&9!P!N?JT71NA :9 ) %myV'NF+19RJ;[ 3H1F@C(<bbM =N>+)  11 +23'.#"3274.'&47327! 4>)-+R`L:=BwRojp;aL^d14%): 7 PSJ!!\@T*K1G @? bZ  UU M =N= M  >Y@#"XVSQB@:8750.(&"\#\&#! +#"3232$54&'.*#"#&"&'&"#"'3767 #".547&'47.54632>327ja@1%q%/F!-!9H w+/'7bꮉPX>Is-^mѦd{hZ'1)\)3-<3!syg=O3`g{g'3' $d/-XD= LVTjR'nTy3}M':f9@5@1#!5GkK,PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#".7>5!&#"&47>54&'&4727!4&'.727b+k @D  f+)h =F m((mD;h)5'j  5F j,{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2r=G7@4 <b=M=L >*J)C+&#"&47>54&'&7>7267632&#"&47>54'&#""$. {W] <1- 1n F# }579dEHT+%HXB"qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&GkK,PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#".7>5!&#"&47>54&'&4727!4&'.727b+k @D  f+)h =F m((mD;h)5'j  5F j,{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2r=G7@4 <b=M=L >*J)C+&#"&47>54&'&7>7267632&#"&47>54'&#""$. {W] <1- 1n F# }579dEHT+%HXB"qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&qWK,PX@/ US  K = K  >@- U    US K  >Y@UTQMJIFEBA>:7610-)C+462"$462"&#".7>5!&#"&47>54&'&4727!4&'.727TRHD:8C +462"$462"&#"&47>54&'&7>7267632&#"&47>54'&#"6M88M5N55N"$. {W] <1- 1n F# }579dEHT+%HXB"mM88M66M88M6RqAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&1f` @<;KPX@<ZSVQ K = K  >K,PX@=bSVQ K = K  >@;b   USVQ K  >YY@,^]ZVSRONKJGC@?:962/.+*'&#  +"'73632#"'4772654&#".7>5!&#"&47>54&'&4727!4&'.7275' RE3?S}^HPN(/:=+k @D  f+)h =F m((mD;h)5'j  5F j, ʼnF9BV#!+'G{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2rfG`@ N ZJ X @<b  b  V Q=M=L >Y@IH][WUQOMLH`I`*J)C+&#"&47>54&'&7>7267632&#"&47>54'&#""'73632#"'4772654"$. {W] <1- 1n F# }579dEHT+%HXB"5' QF3?S}_HON)/:qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@& ʼnF9BV#!+'GGkK,PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#".7>5!&#"&47>54&'&4727!4&'.727b+k @D  f+)h =F m((mD;h)5'j  5F j,{3 :9 5yw{3 :9 1{u19  :2t3w/9  :2r=G7@4 <b=M=L >*J)C+&#"&47>54&'&7>7267632&#"&47>54'&#""$. {W] <1- 1n F# }579dEHT+%HXB"qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&B/AK.PX@K =K >@UK >Y#C#C+%&#"&47>54.'&472% Hl{  HRP"! Pcd3em,  TZRB9+ :9 -)'53- = >/-- 2K PX@%M==M=L >K PX@#UM==L >K PX@%M==M=L >K PX@#UM==L >KPX@%M==M=L >@#UM==L >YYYYY@ "C$"+4632#"&&! &476$7654'.'&7676321L+-BJ-)F%Xì V% u ܈ 3+FN-'JN   :9  L !" PB/7Ie@ E;<:8:K.PX@ UK =K >@UUK >Y@ #C#C +%&#"&47>54.'&472%462""&547&547 Hl{  HRP"! Pcd3em,  TZR';N</--N<K PX@2 d  bUM= =L >K PX@4 d  bM= =M=L >K PX@2 d  bUM= =L >KPX@4 d  bM= =M=L >@2 d  bUM= =L >YYYYY@@>:81/C +462"$462"&! &476$7654'.'&767632632#"&5479N99N5:N97R>%Xì V% u ܈  1&R99R77R99R7K  :9  L !" P)"  FOYyRP :K,PX@)  d  U K = M  >@'  d U  U M  >Y@VTONHC@?54CCC+%&#"&47>54&'&472767>.'.727&#""'&'.##"5471l ?= b+/^ @BqAdHG ')$  95 B=FH'+: ,Q C%JEX'9y5 :9 3yu79  ::tJQ'9  :HF- : +Z3!+)Aw?b@  [S @.  b`UM=N >Y@^]VTPOLHA@94#1 +63236726767>&'.723263&#""'&/&'&'&#".7>5#"&54?.'&767V  =HVHn )-  1/ R-+VC  FY T%9?)A ? X1" 3 @V  ;.5o?3+ 8  7 V3' 8  1q1 {E :9 C}U! &O$& FOgK,PX@$  U K = M  >@" U  U M  >Y@ONHC@?54CCC +%&#"&47>54&'&472767>.'.727&#""'&'.#1l ?= b+/^ @BqAdHG ')$  95 B=FH'+: ,Q C%JEy5 :9 3yu79  ::tJQ'9  :HF- : +Z3!?Nv@ @&bUM=M >Y@MLIE>=61c+4&'&7>726767>&'.723263&#""'&/&'&'&#".7>7u H#HVHn )-  1/ R-+VC  FY T%9?)A ? X1ks1&#Ro?3+ 8  7 V3' 8  1q1 {E :9 CFO[K,PX@,  U  Q K = M  >@* U  U  Q M  >Y@RPXUP[R[ONHC@?54CCC+%&#"&47>54&'&472767>.'.727&#""'&'.#!"7463!21l ?= b+/^ @BqAdHG ')$  95 B=FH'+: ,Q C%JE\y5 :9 3yu79  ::tJQ'9  :HF- : +Z3!()?NZ@ @.bU  QM=M >Y@QOWTOZQZMLIE>=61c +4&'&7>726767>&'.723263&#""'&/&'&'&#".7>!"7463!27u H#HVHn )-  1/ R-+VC  FY T%9?)A ? X1\ks1&#Ro?3+ 8  7 V3' 8  1q1 {E :9 Cc()'a#@ZUK >Y@ '% +!&47>54&'&4727;2676&#d qAAq mjqA3-k-%"%89 9uu99  ::t-2%)@&<b=L >C+4'.#.76$72&! &47$7>K`OK3I UF0 $R^MA  :  9 C'a#@ZUK >Y@ '% +!&47>54&'&4727;2676&#d qAAq mjqA3-k-%"%89 9uu99  ::t-2%)@&<b=L >C+4'.#.76$72&! &47$7>K`OK3I UF0 $R^MA  :  9 C'3y#@$ZU QK >Y@*(0-(3*3 '% +!&47>54&'&4727;2676&#!"5463!2d qAAq mjqA3-k-%"%8\9 9uu99  ::t-2() 1>@;<bQ=L >.-*&#"   +!"7463!24'.#.76$72&! &47$7>\`OK3I U()F0 $R^MA  :  9 C'a#@ZUK >Y@ '% +!&47>54&'&4727;2676&#d qAAq mjqA3-k-%"%89 9uu99  ::t-2%)@&<b=L >C+4'.#.76$72&! &47$7>K`OK3I UF0 $R^MA  :  9 C>HA? :KPX@3  dZX` K = K  >KPX@4  dZ`` K = K  >K,PX@5  db`` K = K  >@3  db`` U K  >YYY@EC9521,+C +%#"'#&#"&47>76&'.767%&#".7>#"747 !!'n {O5| h.!'h V  N'` X=  m,-X'95/}3 :9 3yd*9 o :'Zy3 :9 /)Aw FTG@D5<<8-9  b =M=M >PNJH&%&3%&# +&#"654&'&767276727>32&#"&4&#"&#"654&#"632'"&54733!1+'T d b}!=k?}TI ,7;VN3!1+-:R;# ?2' V'X+#(%bN1A<'dRkX'hR^74/' &>KPX@.ZX` K = K  >KPX@/Z`` K = K  >K,PX@0b`` K = K  >@.b`` U K  >YYY@9521,+C +%#"'#&#"&47>76&'.767%&#".7> !!'n {O5| h.!'h V  N'` X=  m,5/}3 :9 3yd*9 o :'Zy3 :9 / F6@35<<8-9M=M >&%&3%&# +&#"654&'&767276727>32&#"&4&#"&#"654&#"33!1+'T d b}!=k?}TI ,7;VN3!1+-:R;#V'X+#(%bN1A<'dRkX'hR^74>KPX@.ZX` K = K  >KPX@/Z`` K = K  >K,PX@0b`` K = K  >@.b`` U K  >YYY@9521,+C +%#"'#&#"&47>76&'.767%&#".7> !!'n {O5| h.!'h V  N'` X=  m,5/}3 :9 3yd*9 o :'Zy3 :9 / F6@35<<8-9M=M >&%&3%&# +&#"654&'&767276727>32&#"&4&#"&#"654&#"33!1+'T d b}!=k?}TI ,7;VN3!1+-:R;#V'X+#(%bN1A<'dRkX'hR^749P-@U =N>YI)F+4&'&4727#"'&&#"&47>5.'&472' ?k;+b+!7#18J7?d1G8 ZJ}= 9  : "@M=K >J*C!+632&#"&47>54'&#"&#"&47>54&'&7672j@=6hH+T+/>#)R )To50V [FDo{9< 7 9ym0J'/yy9 :9 5{V-##%9P-@U =N>YI)F+4&'&4727#"'&&#"&47>5.'&472' ?k;+b+!7#18J7?d1G8 ZJ}= 9  : "@M=K >J*C!+632&#"&47>54'&#"&#"&47>54&'&7672j@=6hH+T+/>#)R )To50V [FDo{9< 7 9ym0J'/yy9 :9 5{V-##%9Ei-@!UQ =N>Y@<:B?:E5.'&472'!"5463!2 ?k;+b+!7#18J7?d1G8 ZJj\}= 9  : J2@/QM=K >A?GD?JAJJ*C! +632&#"&47>54'&#"&#"&47>54&'&7672!"7463!2j@=6hH+T+/>#)R )To50V [?\FDo{9< 7 9ym0J'/yy9 :9 5{V-##%()9P-@U =N>YI)F+4&'&4727#"'&&#"&47>5.'&472' ?k;+b+!7#18J7?d1G8 ZJ}= 9  : "@M=K >J*C!+632&#"&47>54'&#"&#"&47>54&'&7672j@=6hH+T+/>#)R )To50V [FDo{9< 7 9ym0J'/yy9 :9 5{V-##%F?p %2@/:dM =M> $"  $ +#"547"325%"467>3 D,[uADLNp$9i%=M!amv{* -C]@Z3> <dd U M  = M=M>/.! A?:86421.C/C'% -!-'($! +632#"&54747632'". 32>54'2676#"'&#"'632 1%덖x<}C@7_`7ū#(!)1R1>'''/uBQ.&*"  ۚ]^XrfŠHi+@A'-5F'Fb+5@2UM =M>*(! +462"$462""325%"467>3 7N77N7N77NmuADLNN77N77N77N7%=M!amv)R; %3I_@\9 D < U  U M  = M=M>54'&GE@><:874I5I-+&3'3'%+462"&%462"&47632'". 32>54'2676#"'&#"'632'9N97R7Z9N::N9y;|D?7_`7#)!)1R1>'''/uBR-)99)'99')99)'99%ۚ]^XrfŠHi+@A'-5F'Fq &2@/ :dM =M> %#  % +#"/6"325%"467>3 Ŀ ,/uADLNq r5Y%=M!amv: +9K,PX@.dbM = M=M>@,dbU M=M>Y@9731%#++  +!"5463!247632'". 32>54#"/7632h6 x<}C@7_`7n  "16 %.#0'ۚ]^XrfŠHi $*F5p %2@/:dM =M> $"  $ +#"547"325%"467>3 D,euADLNp$9i%=M!amv{L +9K PX@,XdM = M=M>K,PX@+ddM = M=M>@)ddV M=M>YY@53/.%#++  +!"5463!247632'". 32>5462"&547h6 x<}C@7_`78 1&%.#0'ۚ]^XrfŠHi)"  Z 5?A@>"<86:dUM =K >'C(c$" +32654&#"4&'&472$32#"'&#"&47>5#"547-Bp Z+^')fϓUNFI  ̓f wPX&9)A qu99  Dle3JL;F#  :9 =q)Aw-! 8FE@B<  b=M=M=L>B@$C%&#% +3265!"7>32'"'&#"&47>54&'&7672632'"&5473 LzJoݬͨmB yVfBCe h - ?2' H9TN ^av}7 :9 =y^3 +)/' &Z 56@3"<UM =K >C(c$"+32654&#"4&'&472$32#"'&#"&47>5-Bp Z+^')fϓUNFI  ̓f wP)A qu99  Dle3JL;F#  :9 =q-! 85@2<M=M=L>C%&#%+3265!"7>32'"'&#"&47>54&'&76723 LzJoݬͨmB yVfBCe h H9TN ^av}7 :9 =y^3 +) @F@C3<U M =K =>@?<:*#   +"32654.&"&47>54&'&472632#"'&^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJw7hKPX@'ZbN=L >@(bbN=L >Y@ C#$# +727>32#"'.#"&#"&4767654'.#&7672h yĪ=89'+3 :i1) ' ) ?IoB'+F8 7LNA :9 Z##! @F@C3<U M =K =>@?<:*#   +"32654.&"&47>54&'&472632#"'&^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJw7hKPX@'ZbN=L >@(bbN=L >Y@ C#$# +727>32#"'.#"&#"&4767654'.#&7672h yĪ=89'+3 :i1) ' ) ?IoB'+F8 7LNA :9 Z##! @F@C3<U M =K =>@?<:*#   +"32654.&"&47>54&'&472632#"'&^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJw7hKPX@'ZbN=L >@(bbN=L >Y@ C#$# +727>32#"'.#"&#"&4767654'.#&7672h yĪ=89'+3 :i1) ' ) ?IoB'+F8 7LNA :9 Z##! @LV@S3<U  Q M =K =>CAIFALCL@?<:*#   +"32654.&"&47>54&'&472632#"'&!"5463!2^fm5`WBp q9:p V+Zi-j@dX)+Q8 9s3\H/PRl/Zu9 :9 9uu99  ))^H{N/ fFCRJ()w7CKPX@/Zb  QN=L >@0bb  QN=L >Y@:8@=8C:CC#$# +727>32#"'.#"&#"&4767654'.#&7672!"5463!2h yĪ=89'+3 :i1) ' ) "\?IoB'+F8 7LNA :9 Z##!4()},h@ @%bbM =M>Y*%,"+#.#"'"$#&'62654&'&$54$32%@+sZ郴wF% '+Nh э˘b s|fLu3 rB-} uuw1m/;@8.<bM= =M>"*"*&+62654&'.54$32'.#"#"'&#"&!7 F)?ͦ /LoߪZ&2<'! 1"5iVJO%#u@T{XDPN%y},h@ @%bbM =M>Y*%,"+#.#"'"$#&'62654&'&$54$32%@+sZ郴wF% '+Nh э˘b s|fLu3 rB-} uuw1m/;@8.<bM= =M>"*"*&+62654&'.54$32'.#"#"'&#"&!7 F)?ͦ /LoߪZ&2<'! 1"5iVJO%#u@T{XDPN%yd,6B@/-@5bbbUM =M>Y@ $&&*%," +#.#"'"$#&'62654&'&$54$32#"547%4632#"&%@+sZ郴wF% '+Nh эX'9L+-BJ-)F˘b s|fLu3 rB-} uuw1)Aw+FN-'JLm =J@G%<<bb=M= =M>"*"*+$!+632'"&54762654&'.54$32'.#"#"'&#"& ?2' !7 F)?ͦ /LoߪZ&2</' &! 1"5iVJO%#u@T{XDPN%yV,7C@5420/@6 bbbUM =M>Y@--B@<:-7-7*%," +#.#"'"$#&'62654&'&$54$32%&'7674632#"&%@+sZ郴wF% '+Nh эyJ!{^uffgL+-AI-)F˘b s|fLu3 rB-} uuw1\g)5HR+)Nu+EM-'JLm :U@R" 9<:dbM= =M>8642(&$#  +&'76762654&'.54$32'.#"#"'&#"&\N)HN&G!7 F)?ͦ /LoߪZ&2<jNPhp{! 1"5iVJO%#u@T{XDPN%y},h@ @%bbM =M>Y*%,"+#.#"'"$#&'62654&'&$54$32%@+sZ郴wF% '+Nh э˘b s|fLu3 rB-} uuw1m/;@8.<bM= =M>"*"*&+62654&'.54$32'.#"#"'&#"&!7 F)?ͦ /LoߪZ&2<'! 1"5iVJO%#u@T{XDPN%y!.K"PX@ &<@ &K(PX@# M =M =K >@! UM =K >YY@ ,)15C +%&#".7>54&+""'67433 72#&!#"\ͪ  \+5H7-) <=//95)w7 :9 7w`a q cdd$)d@ '@dVM>Y@&$"  )) +34.54>7632!2#!327' #"'541 V1^s^` dN $R 3Tw]81 %)!.K"PX@ &<@ &K(PX@# M =M =K >@! UM =K >YY@ ,)15C +%&#".7>54&+""'67433 72#&!#"\ͪ  \+5H7-) <=//95)w7 :9 7w`a q cdd$)d@ '@dVM>Y@&$"  )) +34.54>7632!2#!327' #"'541 V1^s^` dN $R 3Tw]81 %)!.:K"PX@ &<@ &K(PX@+  Q M =M =K >@) U  QM =K >YY@1/74/:1:,)15C +%&#".7>54&+""'67433 72#&!#"!"7463!2\ͪ  \+5H7-) <=//95)=\w7 :9 7w`a q cd()ld$)5|@ '@#d V QM>Y@,*2/*5,5&$"  )) +34.54>7632!2#!327' #"'54!"7463!21 V1^s^` \dN $R 3Tw]81 %)o()!.K"PX@ &<@ &K(PX@# M =M =K >@! UM =K >YY@ ,)15C +%&#".7>54&+""'67433 72#&!#"\ͪ  \+5H7-) <=//95)w7 :9 7w`a q cdd$)d@ '@dVM>Y@&$"  )) +34.54>7632!2#!327' #"'541 V1^s^` dN $R 3Tw]81 %) ! 6>FYK,PX@  QK =N>@U QN>Y@ FEC)L$ +2>54&'&4727!".54&'&4727462"$462"bX\`J' ?u 75`3;sc?3]Td s189N99N!9N97R^bONKJGFCB+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54462"$462"] Z7 62-R Q =_ H_8P88P"8P88Pvh :  =+@Z)B=!l :  =O? % :3ZHGP::P88P::P8  6AK,PX@K =N>@UN>YC)L$+2>54&'&4727!".54&'&4727bX\`J' ?u 75`3;sc?3]Td s1^b+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54] Z7 62-R Q =_ H_vh :  =+@Z)B=!l :  =O? % :3ZHG  6AK,PX@K =N>@UN>YC)L$+2>54&'&4727!".54&'&4727bX\`J' ?u 75`3;sc?3]Td s1^b+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54] Z7 62-R Q =_ H_vh :  =+@Z)B=!l :  =O? % :3ZHG ` @W@F R< :K,PX@0  b U UK =N>@.  b U UUN>Y@BAUSNLJHAWBWC)L($ +'"5472>54&'&4727!".54&'&47272676#"'&#"'632D,'X\`J' ?u 75`3;sc?3]Td s1"N:*E)5 # !(c9D'$:i^bKPX@<  d  bM=M = M =N>@:  d  bVM= M =N>YY@&_]YWA@?=:90.&%$!UU  +2676#"'&#"'62"&54'&'&4732723267>54'&'&47272'&54632#"&547#(!)1R1>'''/uBQ.] Z7 62-R Q =_ H_Ν 1&#+?B'-6E'ɠvh :  =+@Z)B=!l :  =O? % :3ZHGs*" ! f MhK,PX@" U K =N>@  U UN>Y@ LKHDA@86-)  $ +"&54632"&546322>54&'&4727!".54&'&4727N>5/%!3%//%#11X\`J' ?u 75`3;sc?3]Td s1+)'//'%)2"!31#!34^b@,    U UM=N>Y@$ ^]YXTSON76530/&$ K K   +!"5463!2"&54'&'&4732723267>54'&'&47272'&54462"&%462"&h6 ] Z7 62-R Q =_ H_>9N97R7Z9N::N9%.#0@dd>YH(3+&477#"'.'&472736&o|  PO!m(3j+/H T\h##E 0%(9  : PP++m1 7  : 2V NF3+ @K=>++H(C +&47327"'.'&47327676&d /Db  T?%#+#C_ +H L#.< 9 9N/+P3 <; /L -(N-'8K,PX@b =>@dd>YH(3+&477#"'.'&472736&o|  PO!m(3j+/H T\h##E 0%(9  : PP++m1 7  : 2V NF3+ @K=>++H(C +&47327"'.'&47327676&d /Db  T?%#+#C_ +H L#.< 9 9N/+P3 <; /L -(N-9DT@ @dU>Y@ -H$(C+67656&'.727"' "'.'&472767#"'%6ߞ / Q)f D( %ۺ *+ $< jJR ^!pf 9@o %\w@ 3  4 HFB@H%(C+676&'&47327#"''#"'.'&4732767#"/7632ޫ -j RP?  B/ # % !6 V_L )) o  ,?F@ A= :9 7M+) -)S' :9  0*X:<a)/9CT@ <<::K,PX@dK =>@dU>Y@ ,H$(C+67656&'.727"' "'.'&472767#"547ߞ / Q)f D( %ۺ *+ $< jJR ^!pfX'9o %\w@ 3  4 $/H%(C+676&'&47327#"''#"'.'&4732767632'"&547ޫ -j RP?  B/ # % !6 V_L )) o ?1' @ A= :9 7M+) -)S' :9  0*X:<a/' &39CM\@ UU>Y@ LKH$(C +67656&'.727"' "'.'&472767462"&%462"&ߞ / Q)f D( %ۺ *+ $< jJR ^!pf9N99N9Z9N97R7o %\w@ 3  4 JIFEBA>=H%(C +676&'&47327#"''#"'.'&4732767462"$462"ޫ -j RP?  B/ # % !6 V_L )) o9N:8R#:M::M@ A= :9 7M+) -)S' :9  0*X:<aR99R77R99R79B@U>YH$(C+67656&'.727"' "'.'&472767ߞ / Q)f D( %ۺ *+ $< jJR ^!pfo %\w@ 3  4 H%(C+676&'&47327#"''#"'.'&4732767ޫ -j RP?  B/ # % !6 V_L )) o@ A= :9 7M+) -)S' :9  0*X:<a9B@U>YH$(C+67656&'.727"' "'.'&472767ߞ / Q)f D( %ۺ *+ $< jJR ^!pfo %\w@ 3  4 H%(C+676&'&47327#"''#"'.'&4732767ޫ -j RP?  B/ # % !6 V_L )) o@ A= :9 7M+) -)S' :9  0*X:<aZlK,PX@(b`K  =L >@&b` UL >Y@OKA?;:73C$3 +%&"&47>'&#"&#"&47>7654'.'&4727327>.'&472799QE {H) !##3=| Pc1/5RJ {VF R / #3={ Ko2 P/ 8 9 %;R :9 -=}(J' 7  :!9J 9  :4> .KV#@ =L >QMA@=9CL+?>.'.7327&#".7>&/&&#".7>76'&'&47327ʹ#  FHn F`1 9_A wXj #!  dkR` 13N' Ny yZ{y L#F :9 ';J+ 8  7 ' 8  7  // :j :9 uZbjK,PX@2b`    UK  =L >@0b`    U UL >Y@jifeba^]OKA?;:73C$3+%&"&47>'&#"&#"&47>7654'.'&4727327>.'&4727462"$462"99QE {H) !##3=| Pc1/5RJ {VF R / #3={ Ko2 :R99RC .M<a]QPMICM +462"$462"?>.'.7327&#".7>&/&&#".7>76'&'&473279N97R#9N99N##  FHn F`1 9_A wXj #!  dkR` 13N' Ny yZ{y L#R99R77R99R7 :9 ';J+ 8  7 ' 8  7  // :j :9 7>YK,PX@!bK =L >@bUL >Y@ C3C +%&#"&47>=4&'.'.7767>.'&4727FX^ F5>E { V')% 2/{ HH+%u9 :9 9u76)P' 7  :%;:730/L!$$+#"&54632327676'.'&4732776.#.73271MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)-A +!=;`\-^- :9 5@//=   :9 u`Tw0>@/<;9753:K PX@#bXM =N >K,PX@$b`M =N >@"b`UN >YY:d8@+&#!"547654'"'67!26327%>72&'&'676h7'`q!"# #k1j3{PqL'%*KZx T`|T{%  `h y=#P?B mZ! =@F7?(5@2'%<=M=L >(('&&q+!2>32!2?$!&76767'674FGDC3:^TVC4"Yj@;^\fR%+!+Dodv-&Itnha  T0@/<:K PX@#bXM =N >K,PX@$b`M =N >@"b`UN >YY:d8@+&#!"547654'"'67!26327%>72h7'`q!"# #k1j3{PqL'%*  `h y=#P?B (5@2'%<=M=L >(('&&q+!2>32!2?$!&76767'674FGDC3:^TVC4"Yj@;^\fR%+!+Dodv-&Itnha  T0<@/<:K PX@+bXQM =N >K,PX@,b`QM =N >@*b`UQN >YY@31961<3<:d8@ +&#!"547654'"'67!26327%>72!"5463!2h7'`q!"# #k1j3{PqL'%*]  `h y=#P?B V()(4E@B'%<Q=M=L >+)1.)4+4(('&&q +!2>32!2?$!&76767'674!"5463!2FGDC3:^TVC4"Yj@;^\fR%+!+\Dodv-&Itnha  ()=GSG@D <b  Q=M=L >JHPMHSJS*J)C +&#"&47>54&'&7>7267632&#"&47>54'&#"!"7463!2"$. {W] <1- 1n F# }579dEHT+%HXB"E\qAA% :  9 $CBs1&#R FHgs7< 7 3wm1JZ@&;()d!)19@ '@(b  U VM>Y@985410-,&$"  )) +34.54>7632!2#!327' #"'54462"$462"1 V1^s^` ,9O98P"8P88PdN $R 3Tw]81 %)P::P99P::P91:EOUK PX@' M =M=K=>K PX@% UM=K=>K PX@' M =M=K=>K PX@% UM=K=>KPX@' M =M=K=>KPX@% UM=K=>@# UUK=>YYYYYY@<;OMIHA@;E/-??-1KPX@&  U =K=N>@)  b  UK=N>YY@LKQPKULUFEB>;:L!$$ +#"&54632327676'.'&47327.546276.#.7327"2654&1MR:-:6+ %w#1%E-:N Z_FY9NmmL:P# -% {ONo {;)/45[55-A +!=;`\-^- :_9FhfH9_ 6 5@//=   :9 u`>/-@@-1< =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/F1-j@&bUM=K >Y@ "%##5C+%&#"&47>54&+"'543254632#"'&#"`6l B+V/ Z /TyfD5#%N7N@}9 11 <{ )b>///TP14x@4@&bUM=K >Y@ "%##8C+&#"&47>5'754&+"'543254632#"'&#""6l B+V/ Z /TyfD5#%N7N@=}9 11 <{R  )b>///TP11@/  b   SUM=K >Y@11"%##5C +!&#"&47>54&+"'543254632#"'&#"`6l B+V/ Z /TyfD5#%N7hO6C/}9 11 <{ )b>///TPAP@M98)<b`M =K =N>'&'$(C +%&#"&47>54>322#"'&76324.#"'654&# F)`\Ty R#F}ߛDz ſn^V1N] T{Ay5 :9 5yCuL7/5 ˉC` }u=VF//qK#; 2.@+ <bM=M>,"%/#+3 6&'67.7>32#"'&#"#".+jdRLf#hJjLJ J)%hL p]uPo/PsibZVLmPyeBF%)(\VBP7{h\큃a)T} 2oKPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"9 -93YDs JF V-? y\uZXy%'  {%)  :9 /T D  :9 &B  =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/F 2NK PX@; b  Xb U  V =K >KPX@< b  `b U  V =K >@= b  ` ` ` U  VK >YY@"MKHF?=870.+*'#   +!#&#"&47>7267&#"&47>'!"#47654#"#"'46329 -93YDs JF V-? y\uZXy%CD53#J 7]KVL'  {%)  :9 /T D  :9 &B ^/+-7F3#H 7'JN =ZK2PX@P b  `b`` M =M=M=M>@N b  `b`` UM=M=M>YY@YWSQJHCB%!##()#& +326767##"&5467%67'"#"54$3 32632#"&#676'4#"#"&54632P^^5<'9Z}^ XD-\!* 5uG`F@5:2;1^;JH/}V=`?'%}'9%r}u%-301! *P\~% 3/F+?3FJK)!D #%PR 2@J@=;975 @'  ddd   VK >Y@GE0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'676%#"7479 -93YDs JF V-? y\uZXy%BZy T`{T{%>('  {%)  :9 /T D  :9 &B mZ! =@F7?Z!4_ =W]@ZUSQMKJGD <  db``M=M=M>A@%!##()#& +326767##"&5467%67'"#"54$3 32632#"&672&'&'67P^^5<'9Z}^ XD-\!* 5uG`F Kw\sb72/}V=`?'%}'9%r}u%-301! *P\~% 3/F sL^s7=< 2@K@=;975 @'  ddd   VK >Y@HF0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'676%#"/69 -93YDs JF V-? y\uZXy%BZy T`{T{% (,'  {%)  :9 /T D  :9 &B mZ! =@F7?Y g1C KYl@i  < d  db``M=M=M>XWSQJHCA@>;964,*! +&'&'676326767##"&5467%67'"#"54$3 32632#"&#"/763Lw\sbG%^^5<'9Z}^ XD-\!* 5uG`Fmd   ,1 {L^s7s1/}V=`?'%}'9%r}u%-301! *P\~% 3/F & 2@\@R 9 =;75 KPX@< b  `b U  V =K >@= b  ` ` ` U  VK >YY@"[YVTMKFE0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'676#47654#"#"546329 -93YDs JF V-? y\uZXy%BZy T`{T{%1DD63#I 7\LVL'  {%)  :9 /T D  :9 &B mZ! =@F7? /+-7F2#H 7'JNq =Xjn@kY ]LJHDB <  bb`` UM=M=M>dbWUQN%!##()#& +326767##"&5467%67'"#"54$3 32632#"&&'&'67"#"&546326676'4"P^^5<'9Z}^ XD-\!* 5uG`F@BWw\sbG^;JH  ;1/}V=`?'%}'9%r}u%-301! *P\~% 3/F+@X`L^s7q"%PRW'#D   B2@x=;975:KPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'6769 -93YDs JF V-? y\uZXy%Zy T`{T{%'  {%)  :9 /T D  :9 &B mZ! =@F7? K[@X< :b``M=M=M>JHCA@>;964,*! +&'&'676326767##"&5467%67'"#"54$3 32632#"&Lw\sbG%^^5<'9Z}^ XD-\!* 5uG`F{L^s7s1/}V=`?'%}'9%r}u%-301! *P\~% 3/F u2@x=;975:KPX@%b   V =K >@"dd   VK >Y@0.+*'#   +!#&#"&47>7267&#"&47>'!"&'&'6769 -93YDs JF V-? y\uZXy%Zy T`{T{%'  {%)  :9 /T D  :9 &B mZ! =@F7? =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/F !2J@ @ @; d d  b `  U  VL >Y@(333J3JCA><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'33267'"54?9 -93YDs JF V-? y\uZXy%ks9 }TH|,D'  {%)  :9 /T D  :9 &B h}k9D80$:T =Y@QKJDC @L d bb``  UM=M=N>Y@USOMHFA?%!##()#& +326767##"&5467%67'"#"54$3 32632#"&6323267#"&'#"&547P^^5<'9Z}^ XD-\!* 5uG`F 1%+qHR}7`\ X/}V=`?'%}'9%r}u%-301! *P\~% 3/F)/BNbVlc`"   2H@ @ @6  d  b `  U  VL >Y@&333H3H><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'33267&/679 -93YDs JF V-? y\uZXy%ks9 }T?p$0H'  {%)  :9 /T D  :9 &B h}k9D+&r5  ( JX@   @L d  b  b  ``UM=M =M >Y@XVRPIGB@##()#)% +267#"&'326767##"&5467%67'"#"54$3 32632#"&#"/7632{}7`m^^5<'9Z}^ XD-\!* 5uG`F@o  "16 RfbVH/}V=`?'%}'9%r}u%-301! *P\~% 3/F $* %2X\ѷ[Y? @H  b `  b `  U  U  VL >Y@,333X3XTROMFD><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'332767654#"#"'4632679 -93YDs JF V-? y\uZXy%ks9 }T2/0#J 7\LVL$\#%'  {%)  :9 /T D  :9 &B h}k9D=0#H 7'JN%&Sh =lK@SG URPHB K*PX@Y b bb``  U M =M=M=M>@W b bb``  U  UM=M=M>YY@kiec\ZNMLJEC%!##()#&+326767##"&5467%67'"#"54$3 32632#"&7267#"'#67&'767654"#"&54632P^^5<'9Z}^ XD-\!* 5uG`F? AaR}7`N" 8;1_;JG/}V=`?'%}'9%r}u%-301! *P\~% 3/F+@EbVj7D '#D  #%OQ H2@KPX@4  db  U  V =K >@6  d  b `  U  VK >Y@&333@3@><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'332679 -93YDs JF V-? y\uZXy%oks9 }TP '  {%)  :9 /T D  :9 &B h}k9DC: J@  < :K(PX@A  b  ``M =M=M =M >@?  b  ``UM=M =M >Y@IGB@##()#)% +267#"&'326767##"&5467%67'"#"54$3 32632#"&{}7`m^^5<'9Z}^ XD-\!* 5uG`FRfbVH/}V=`?'%}'9%r}u%-301! *P\~% 3/F o2@KPX@4  db  U  V =K >@6  d  b `  U  VK >Y@&333@3@><:9750.+*'#   +!#&#"&47>7267&#"&47>'!"#"&'332679 -93YDs JF V-? y\uZXy%iks9 }TP '  {%)  :9 /T D  :9 &B h}k9DC: =K@H<b``M=M=M>%!##()#& +326767##"&5467%67'"#"54$3 32632#"&P^^5<'9Z}^ XD-\!* 5uG`F/}V=`?'%}'9%r}u%-301! *P\~% 3/F=@@6 <4:K,PX@) UU M  =L >@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2% $7@4 <bUM=M>#&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(r=@\@6 <4;K PX@? b  X  UUU M  =L >K,PX@@ b  `  UUU M  =L >@> b  `  U  UUUL >YY@$[YVTMKFE=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"#47654#"#"'4632}91  1RSJJ' 2cd  qABp  5/''Vk#'LCD53#J 7]KVL0VVRjB 5-#/T9 9uu99  Hu\2%T/+-7F3#H 7'JN $A K2PX@>  b`bU M =M=M>@<  b`b  UUM=M>YY@@>:8%#&%#$ +%2654&#"# '&5432#!32#67654#"#"&54632o1^u# N߇E}f2LuB?5:1;1_;JG^#{+\j%LM(r+?3FJK)!D #%PR=@@6 <4:K,PX@) UU M  =L >@'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"}91  1RSJJ' 2cd  qABp  5/''Vk#'0VVRjB 5-#/T9 9uu99  Hu\2% $7@4 <bUM=M>#&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(r=@NX@%KIGEC 6 <4;QO :K,PX@.  d UU M  =L >@,  d  U UUL >Y@US=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676%#"747}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy T`{T{%>(0VVRjB 5-#/T9 9uu99  Hu\2%mZ! =@F7?V!4_ $=g@;973. K PX@/ddbUM=M>K PX@/dbU=M=M>K PX@/ddbUM=M>KPX@/dbU=M=M>@/ddbUM=M>YYYYY@ #&%#$ +%2654&#"# '&5432#!326723&'&'67o1^u# N߇E}f2Lu Lw\sbA5^#{+\j%LM(r rL^s7I@=@NY@%KIGEC 6 <4;XO :K,PX@.  d UU M  =L >@,  d  U UUL >Y@VT=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676%#"/6}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy T`{T{%{ (,0VVRjB 5-#/T9 9uu99  Hu\2%mZ! =@F7?Y g15 2@M@J <ddbUM=M>&#&%#$. +&'&'676%2654&#"# '&5432#!32#"/763Lw\sbH$1^u# N߇E}f2Lue   ,1 {L^s7s#{+\j%LM(r &=\j@#cgea_ R "&6K,PX@@b  `UUU M  =  L >@>b  `U    UUU  L >YY@ YVONMJGFA@=830.,('! \\#'%+#476'4#"#"'463226762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676DD64#I 7\LVL}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy U`{T{$/+-7F3#H 7'JN0VVRjB 5-#/T9 9uu99  Hu\2%mZ! =@F7?q $O@: / 64-+ @<  b`b  UUM=M>Y@NLHF+#&%#$ +%2654&#"# '&5432#!32&'#&'6766'4"#"&54632o1^u# N߇E}f2Luʳ@IpmU*cYH  ;1^;JH^#{+\j%LM(r+@h}ET_3sD  "%PR=5@N@6 @'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy T`{T{%0VVRjB 5-#/T9 9uu99  Hu\2%wmY! =@F7? 2>@;< :bUM=M>#&%#$.+&'&'676%2654&#"# '&5432#!32Lw\sbH$1^u# N߇E}f2Lu{L^s7s#{+\j%LM(r=y@N@6 @'  U UUL >Y@=:321.+*%$! @@ +26762'.+3!276&#!.7>54&'.7!272'.#!"&'&'676}91  1RSJJ' 2cd  qABp  5/''Vk#'Zy T`{Tz%0VVRjB 5-#/T9 9uu99  Hu\2%mZ! =@F7? $7@4 <bUM=M>#&%#$ +%2654&#"# '&5432#!32o1^u# N߇E}f2Lu^#{+\j%LM(rB/KK PX@-bX  UK =K >K.PX@.b`  UK =K >@,b`  UUK >YY@ JH'%#C#C +%&#"&47>54.'&472%#47654#"#"'4632 Hl{  HRP"! Pcd3em,  TZRDD53#J 7\LVLB9+ :9 -)'53- = >/--$/+-7F3#H 7'JNB&CK PX@3bX M ==M=L >K PX@2b`U M ==L >K PX@4b` M ==M=L >K PX@2b`U M ==L >KPX@4b` M ==M=L >K2PX@2b`U M ==L >@0b`  UU=L >YYYYYY@ B@'%"C +&! &476$7654'.'&767632#676'4#"#"&54632 %Xì V% u ܈ c@5:2;1^;JH  :9  L !" P9+?3FJK)!D #%PRB/AK.PX@K =K >@UK >Y#C#C+%&#"&47>54.'&472% Hl{  HRP"! Pcd3em,  TZRB9+ :9 -)'53- = >/-- 2K PX@%M==M=L >K PX@#UM==L >K PX@%M==M=L >K PX@#UM==L >KPX@%M==M=L >@#UM==L >YYYYY@ "C$"+4632#"&&! &476$7654'.'&7676321L+-BJ-)F%Xì V% u ܈ 3+FN-'JN   :9  L !" PF '@$M =M>   +"325%"467>3 uuADLN%=M!amv{%@"M=M>'# +47632'". 32>54{x<}C@7_`7ۚ]^XrfŠHiF 7}K PX@,bXUM =M>@-b`UM =M>Y@641/(&!   +"325%"467>3 #47654#"#"54632uuADLNCD53#J 7\LVK%=M!amv/,-7F3#H 8'IM{<K PX@.bXM=M=M>K2PX@/b`M=M=M>@-b`UM=M>YY@;953,*%$'# +47632'". 32>54#67654#"#"&54632{x<}C@7_`7?5:1;1_;JGۚ]^XrfŠHi+?3FJK)!D #%PRF )3=@:&$" <,*:dM =M>0.   +"325%"467>3 &'&'676%#"747uuADLNZy T`{T{%>(%=M!amvmZ! =@F7?L!4_{99@6753/-,)&<dM=M>#"'# +47632'". 32>54672&'&'67{x<}C@7_`7Ū Kw\sb72ۚ]^XrfŠHi? sL^s7=<F )4=@:&$" <3*:dM =M>1/   +"325%"467>3 &'&'676%#"/6uuADLNZy T`{T{% ',%=M!amvmZ! =@F7?] g15 -;A@> <ddM=M>! :953'% -!- +&'&'67647632'". 32>54#"/763Lw\sbG%эx<}C@7_`7e   ,1 {L^s7sۚ]^XrfŠHi? &F )E@;"&$ @-b`UM =M>Y@DB?=64/.  +"325%"467>3 &'&'676#47654#"#"54632uuADLNZy T`{T{%DD53#I 7\LVL%=M!amvmZ! =@F7?/+-7F3#H 7'JN{qJ@?5*1/(&@-b`UM=M>Y@IGCA:8-,'# +47632'". 32>54&'#&'676654"#"&54632{x<}C@7_`7?InjT-cYG# <1^   +"325%"467>3 &'&'676uuADLNZy T`{T{%%=M!amvmY! =@F7?{ -.@+ :M=M>! '% -!- +&'&'67647632'". 32>54Lw\sbG%эx<}C@7_`7{L^s7sۚ]^XrfŠHiFy )/@,&$" :M =M>   +"325%"467>3 &'&'676uuADLNZy T`{T{%%=M!amvmZ! =@F7?{%@"M=M>'# +47632'". 32>54{x<}C@7_`7ۚ]^XrfŠHi @ :[$ +'"547-X'9)AwfB @e>$! +632'"&547 ?2' /' &j @ :[% +#"'%6T 9@ =? @e>$% +#"/76321  +?F)/7TLK PX@bWIMA@bcIMAY#'%+#47654#"#"'4632DD53#J 7\LVL/+-7F3#H 7'JNPnK2PX@bcM>@bcIMAYY$'%+#67654#"#"&54632?591<1^@UN>YC)L$+2>54&'&4727!".54&'&4727bX\`J' ?u 75`3;sc?3]Td s1^b+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54] Z7 62-R Q =_ H_vh :  =+@Z)B=!l :  =O? % :3ZHG  6RK PX@-bX  UK =N>K,PX@.b`  UK =N>@,b`  UUN>YY@ QO'%C)L$ +2>54&'&4727!".54&'&4727#47654#"#"54632bX\`J' ?u 75`3;sc?3]Td s1CD53#J 7\LVK^bK2PX@2  b` M =M=N >@0  b`  UM=N >YY@[YUSLJED+*)'$# ?? +"&54'&'&4732723267>54'&'&47272'&54#67654#"#"&54632] Z7 62-R Q =_ H_?591<1^$! +632'"&547 ?2' /' &d @ :[% +#"'%6N 9@ =? @e>$% +#"/7632D  ,?F)/ThLK PX@bWIMA@bcIMAY#'%+#47654#"#"54632hCD53#J 7\LVK/+-7F3#H 7'JN?PjgK PX@bWM>K2PX@bcM>@bcIMAYY$'%+#67654#"#"&54632j?5:1;1_;JG3+?3FJK)!D #%PR7>IkH? :K,PX@&  dbK =L >@$  dbUL >Y@ FDC3C +%&#"&47>=4&'.'.7767>.'&4727#"'%6FX^ F5>E { V')% 2/{ HH+% 9@u9 :9 9u76)P' 7  :%MKGE;:730/L!$$ +#"&54632327676'.'&4732776.#.7327#"/76321MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)Ӑ  +?G-A +!=;`\-^- :9 5@//=   :9 u`)/7>YK,PX@!bK =L >@bUL >Y@ C3C +%&#"&47>=4&'.'.7767>.'&4727FX^ F5>E { V')% 2/{ HH+%u9 :9 9u76)P' 7  :%;:730/L!$$+#"&54632327676'.'&4732776.#.73271MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)-A +!=;`\-^- :9 5@//=   :9 u`7>ZK PX@7 b  Xb UK =L >K,PX@8 b  `b UK =L >@6 b  `b UUL >YY@YWTRKIDCC3C +%&#"&47>=4&'.'.7767>.'&4727#47654#"#"54632FX^ F5>E { V')% 2/{ HH+% CD53#J 7\LVKu9 :9 9u76)P' 7  :%K2PX@1  b` M =K=N>@/  b`  UK=N>YY@[YUSLJED;:730/L!$$ +#"&54632327676'.'&4732776.#.7327#67654#"#"&546321MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)#?5:1;1_;JG-A +!=;`\-^- :9 5@//=   :9 u`++?3FJK)!D #%PR7>YK,PX@!bK =L >@bUL >Y@ C3C +%&#"&47>=4&'.'.7767>.'&4727FX^ F5>E { V')% 2/{ HH+%u9 :9 9u76)P' 7  :%;:730/L!$$+#"&54632327676'.'&4732776.#.73271MR:-:6+ %w#1%E-:N Z_V P# -% {ONo {;)-A +!=;`\-^- :9 5@//=   :9 u`R @IMA   +!"7>3!22-0#3%8R @IMA   +!"7>3!22-0#3%8L @IMA   +!"7>3!2y\,+L+1hL@GK? +!!ZLe'L@GK? +!!yLeL@GK? +!!Le1}@d[+#3#3TRRPR}^^/@,SGK? +!7%!7-/ZZZZ@:[ +"&5467gJ[m!X &mKow!(+)X5LZ]@9> +2&5>54&'&546J\l!X %mKow!)+) Y5L]@9[ +%2&5>54&'&546J\l!X %mKow!),)Y5LZD@ 9> +2.5467Lj%!X!mYL5Z)+)!wo$0%@:[%% +"&5467!"&5467~J\l!X %mKJ\l!X %mKow!(+)X5Low!(+)X5LZ%!@9>%% +2&7>54&'&746!2&5>54&'&746J\m!X &mKJ\l!X &mKow!)+) Y5Low!)+) Y5L%@9[%% +%2&7>54&'&746!2&5>54&'&746J\m!X &mKJ\l!X &mKow!)+) Y5Low!)+) Y5L%@  9[%% +2.546!2.5467Lo%!X!m^7Lk% X!mZL5X)+)!woL5Z)+)!woX!$;@8 <M=M> $$ +2632#"'#6#"&4632&746P%5J-B@/ͅa`#^^~/>?.ɈJ5I1T>V9PyfP9V>T1IX!@H@E=3*(& <M =M =M>@>%#&#%%$&" +#"'632#"'#"&547#"&4632'6#"&4632&74632632!@/ͅa`-BB-ɉJ3'%7I+BD)ς^^~/>?.ɈJ5'%5J/V9Py}P8-+;R/LH3R;V:P qfP9V>T1II1Ty@IMA +462"w "+%^@M> +$462"RsRRs=oRRoQ[@M>+$462"$462"[SqSSqQSqSSq=oRRoQQoRRoQb@M>+$462"$462"$462"RrRRrRsRRsRsRRs=oRRoQQoRRoQQoRRoQ@IMA +462"RsRRsoRRoRu $0KVK$PX@5 <8 7<4 :@5 <8 7<4 :YK$PX@:  U  U  UUM=M>K*PX@8  U  U  UUM=M>@=  U  U  UIUM=M>YY@21USPNHFB@;91K2K$$$$$$%"+%32654.#"4632#"&%32654&#"4632#"&267'#"'#"&5463232654#"7#Pl%%HrknJguXb)3!H^3Bh{qJftXgR+VZbyZJuXdn)Pnr3!H_QBhHBa1;ByVd{NB7\B0?Tfy5:!n'+wV3B7\su # %1=Ido%K$PX@NUQ PK*PX@< U  UU  U M =M>@A U  U U  I U M =M>YY@!KJnliga_[YTRJdKdHFB@<:$$$%$$$%"+%32654.#"4632#"&%32654.#"4632#"&%32654&#"4632#"&267'#"'#"&5463232654#"7#Pl$%HrkoJftXc_7#Pl%%HrknJguXb)3!H^3Bh{qJftXgR+VZbyZJuXdn)Pnr3!H_QBhHBa1;ByVd{  +2#"&7476F,  0   %#!V+@( <e>  +2#"74762#"&7476+ -   / ##0   %#Z!/7@4+ <e>! )' /!/  +2#"&7476#2#"&7476#2#"&7476Z-  -   ,  0   %#0   %#0   %#}=P, @ d[Y! +632"/&76D   %d)-'LK0PX < @bc=>Y)')!+672#"/&76%6720#"/&76 C & D      $'   $}9j';!@1 <e>''!+632"/&76'6320"/&76'632"/&76 C  F  D     )!    %  %q "+'76ÛsjqoumopPo "+3767&'7qnoɀjowPw &2F@C('2/,)10-<+*:.9UQM>$+%>2"&>2"&%>32"&>2"%7   ' L[3 L[3 JZ5 LZ3L/-3NZ5IZ6 LZ9 +,9B+ /@B--??-??--B@1-??ZB@Z??--@'"%% )'H4<?@<,)< ddM> <;87+*4 4  +2#"7>7>7>>2#"2"747>7>>2"f-8`LVNZ3L/-?-5 a/ 5" WNZ6LZHNHL=) FJPLJZBBZ?XNHL=bi)!`JPLJZ@@Z@D,5A/@,6*;<dddM>.(&+#"&76767>32#"7>7>7>2"67676& 7!- y<_G!"2wt!^ 1CjNZ3 LZ] %} &N##%+XN)11.,`7#c-) FGN1Z@@--@E="X2`J'-5K0PX@ K>@GK?Y@  +!7-/ZZjA~[@5Sc]LG%#"  {sgB><;4-) KPX@9Xb X  VM=  >KPX@9db `  VM=  >@7db `V  V  >YYY@#xvpnfda_WU#*&'%(,$!+%&#"505672654&5465>32>32'"#".'#"&5765>%&#"=67254&5465>32>32'"#".'#"&=>&#"=67254&5465>32>32'"#".'#"&=>L"(/5Z}"(/5Zo"(/5Z7 3L P '/wL-BS" 9gl3!-37 3L P '/yL-BS"9gj3!-37 3L O '- xM-BU#9gj3!-3!!qK PX@ e >K PX@ d[K PX@ e >K PX@ d[KPX@ e >@ d[YYYYY +3#VTT\FT\dC@@;<b`U  M   >dc`_\[,)(,*%%& +#"&54767267672"=4>7>54&#"#"'"=4>7>54&#"462"$462"1%#B}+!7^!)#! H7RQP,*%& +#"&547672"=4>7>54&#"462"2"'.'.54462"1%#A}^!)"!G8R;ysobJfJJfVB 1 )JgIIgV'!#%;1uThÜ34?7LP);RP%7hLyocIIcI\JL;qA`_) F?RL;cIIcID?GOB@?<bbIUM >ON,*%*& +#"'"'.'.5463267672"754>7>54&#"462"$462" 1%  1)B+%>^!)#!H7R@IUM >Y@ONLJB@864210.+PP +76767676'&'76;676767676'&'#"?327632#"'32'0+ J  l  >/  J+> FG1h=)1m-+>  X(55!%%d)!9+! %+yR\7Lw "! +7N)=c@ "@bcUM >Y@ =;31&/#+3#&'&'&'4&5476767672#"'#"'&54767632!! 1-"5)- %%''+%+#)"'%1-D''#!5 )'''!NK0PX@QM>@UIMAY@ +"2>54."&54632-:+8 =4mknP;kO83c`F>oWĜI(e&@)b`UIL@Y@ *2+2"&4&".7>=4.#&76721##1#s-;==B*$ }9#1##1:!  $  ; 77%S@dPK>Y@ 2("+35#"76767676323#&".7>> 9I"'&s f-;==B+Lw1: v(F1:!  $ wr@ @(bSUIMAY@ "$$"!+4#"'!!632#"&54632726#;: -N "Aqxg>!5A>%FZ^*"!V ,@)<:UIMA)$%!+4#"3267#"&5467672D};:V5=,tpm`/?H7V,0 ugNPF'/?#/>'Q@deIMAY@  +"'6733!#67h+"+%+d\E1-)'H7 ŞOP #0S@ $ @UIMAY@+)"    +">54&#".5467'&546323254.'bR)0;Od||&II-fDs{TIt QQ0(&LPK,N*'-TWK+7^?x"F03h$ 6aCUNg/>5m!(5 %K@ <9K0PX@QM>@UIMAY-$$$+32754&#"46325$7#".^6)<:U6>*snm*SP12dp 3DE8U+*8"-)sfOOG9pKBvQ '.?#/=&   @SK >+3##5#53534PP7PP7@GK? +!57PPOKPX@SK>@SGK?Y@ +!5!5))FFEEf}  "+467&fubHDf)oIfsum{  "+'>54&'7fBH`u-musfJ{<PK(PX@PM >@ UIL@Y@ %C'B +&#".7>=4&'&76727>32&#"&7>=4&#"4=B^=B*!5p6   $r9IF"@=T?>4-1!Z?  $  ;;# J554."&54632 -:+8 =5mkn:lO82c`F>oWĜ14@1<:dIK?  +"&'676&#"&7>54&Uo#!=o=33+ )(/C '- 41 3!,i76!4>7>54.#"f(#rm:jTff6530!LNBTS11P7iQ=@mJ',B 3.( qO.gA0=gA,6 +/3~@ /32#"&5463232654#"&7>C0;a6e?35>f=,a:p DN))#1*-5=XPg.*"%LK}% O%-@*<dPM>2("+35#"76767676323#&".7>*> 9I"''r f-;==B*KLw1: w(F1:   $ $C@@ <bSUIMA"$$"!+4'"'!!632#"&54632726b;: -N "@qxh>!5A>%FZ^+!!V ,@)<:UIMA)$%!+4#"3267#"&5467672y};:V5=,uqm`0?H7W++/ ufMPF'/?#/>'W54&#".5467'&746323254.'bR)14l!(5 %L@ <9KPX@UM >@UIMAY-$$$+%32754&#"46325$7#".7(<;V6>*sol*SP12cp 3DE8U++8"-)sfNPG9pKBvQ '.?#/=& = B CK&PX@OK >@GSK?Y+%3##5#53532PPfOOf5K&PX@ K >@GK?Y@  +%!5fOO)@&SK > +%!5!5))HHEEXo  "+%467&XubHCg`oJfsumXo  "+%'>54&'7ofBH`u`mtsfJ/X6D@A3 <bUIMA 20*($" 6 6% +%327"&'#"&54?4.#"#"&54632327dg/5=T`(19P7Ie)$7B "L.NJ* 05#A3&2E3!1#TD9!9L" !=a2fI{ /JL@I<bUSIMA  +272#"'&54632%6#"mE (Fk767'.'&472776&'&4727kk'),J)BI7 R +J-I)!2es**JHJ+ JT +J+I*&8!!Vf!!;w<!!uu!!JE@B<bUQK>  +""'>32#"&'654'&7267mE (Gk;M}y]q!0v+NP!6A4Dz~Y4Fۚ^=L@/7  E@1dd  b U I K ?Y@LJDA=;3'&#"4 +7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-J`K&PX@`\S<@`\S32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #BJ<.@+UIL@%C'B +%&#".7>=4&'&76727>32&#"&7>=4&#"4=B^>B+!5p6  $q9IG"@=T?>4-1!Y?  $  ;;# J5@"dUVK>Y@ %'225&## +7654'"7673632#"';2&#76;>7327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@BL!?@<<;:UIMA! %#$#$+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%Hn@k& %FEC<b  b`bUU >@><:42-,+)$" HH +"&54732327657654&#"654#"'676;3>32#"'&"67稸1G9w55wG'E-PQ##;5/)-07 w7I03!ZRZ1  hw݉i0 /3#F1%3+-#m);[@X54 < Z U   SSK >;;963/,)$#335+#3#;2&#'76;267#737#73674&+"?3!+";b5 J5=: 93)6;{7L 3P`PD'')1LP`P#!$B%C@, BK0PX@@  bb` U  SSM>@D  bb` U  SSM=>YY@&?>=<:987420.)'$#"!  CC +%2327#"'&#"#"&=676767#737#7367672#"'&#"3#3#6NN1=J \PfX8-/7 om2  -{-^5#!)/D  9w 9'R B5!%';6 bP`P͋j)' #*%-}DP;%PN!/@G rse }zwqonmigdca_OMIHEC%$#,BU+74654'"#"'?632>?32'#32?3267654&'.547>32.#"#"'&"7'"747#!"'32&#'76;232654'"٦F9  LDCq4 +R -=8+'/X=u JZ338q?++8+?e 3G;@L!ibD 1 d]mbo5%GZ/H 1eP\36$; # g/7 dc$# %+B$B#`/5GB 1N++5#\F^)BG '-!":C+ {j3Ht#!-h9##+ /+!T:GK$PX@c   " <K*PX@c   " <@c   "< ;YYK$PX@<  b  U  U  U M = M >K*PX@G  b  U  U  UM = M = M >K0PX@F  b  U  U  U M =M = M >@L Z  b  U  U  U M =M = M >YYY@~|kiedb`PNIHDB@>#!%335#%+327#"&'.#32&#'76;27654#""?62654#"3267673267654&'.547>32.#"#"'&#"Tq'N%'F^o 9@C b   `b TUP =M>Y@DCBA@@?>;:8765'"''#+%.#"32#327#7"&547676327!7!7654#"'727673!!^PEyXP! qMSv #H81{ )`L)%-A #oB...\=VOJ:%+=2{-OBD 3 _X4P@M  $#<U S  SM>4410.-*!'" +?36327.#"!!!!2>7&#"7#?3>713H 9?Pgr51\3+5VJ-"<k9y1L w1 !o {E $Eu)[GB++!32#?wf 6O]K0PX@YW$N<:89@Y$WN<:89YK0PX@UUM >@(UUM =M >Y@\ZUSMKCA53+)2V! +032!"&#76;277'676732>7654&+'6>7632#"'654#" 6732941\b7`dq su3RT VŪ\u1e;-{ohB!ǃ?7J5+u#T5 n)IN   mu=/ċ:!wlw9!jxg%Tn'e!8D4+! O@F  . @8USS  U  M  >Y@/ OONGE@<;:9876530-,+)&#  %"+!32!!6567&#"!#3#!"'32�'76;27#737#737654'"#"572>763  3P  )B'GRk5#HX2Hf hF#  <`%I%Շ ?^5aR1+Ph9##PRP^RN; #w,N @ 2- "+ ' >76&#"32647#"&76327327#""&76$32#"&7>76&#"3267wjE- L -}#hR^@)yX >d 7#]G\d fN B) F!p/+1s)>l5c TyG FFT+7"{HT76&#"32647#"&76327327#""&#?32676&'.7>32'6&"wjE- L -}#hR^@)yX >d 7#]G#G7B+C 72;+ibB#J-V? /1s)>l5c TyG FFT+7"{L^23)?!'?+R_@DW9%?dXZeD  "+".7!2!"3267Ӡq-9%B#buWz);*Gu{)[qVDAkyوX7D(0 /+& "+ 7323"32676&#"26>2"R-9}T>F{+) 7?=] 9{\!b !g!R%)D-lޙc7^\99YYyyyw%2@ @ ;5/) "+ ' "&76$32#"&7>76&#"326732>76#">32#".wjE\g! fO A' F p--!?p5 #^X}PDW eHT:!"JO>).|PT5wY6KPw%W ;2 "+ ' "&76$32#"&7>76&#"326732676727327#"?>7#"&76?676#"'632wjE\g! fO A' F p-- d )4J$;!]H  mF- i7!aF eHT:!"JO>).|V95sTR- 7#}D  y-6O+ 7%{B 7D@KS RNIC3!"+!26?6732#"574&#!;2%'76;276&+"5?7%.+"%6&#"26>2"N31-- /%1O ,<56q#?> ='E8J 7?=] 9{\!b o+1; 0H}?/+b/+''Zu/+)D?R!)7^\99YYyyy?@/"+&'"'>3266#"''7676.7>727#"'67q}`tJL5Lt4^b5F`ypHpZ 7N5gf)LpdBVlYoZmr\_+H1>9nTkL|h1f7J?fPLPu#hT`ZooQ7%+OVVP "+%!;2&#'76;27&'#"?30%+"!6&+"?3%+";2&#'76;2%676&'bdd +=6P65O 5sRS ,<7P6q ,<5P5qXn3-1)''''ZO/+''Z/+''.& T- "+3676#"572767332327#"&767>&#" TP )C %nF1-č#f)l)u'1#i)${'); 3 7nV+%y#2+1tJh[/2T54"+732327#"&767>&#" '?676#"57276731vč#f)l)u'1#i)${! )C %nF1-t4R8_ 7nV+%y#2+1tJh[/2,R0O'); 35D="+6$32#"/&"'76232676/&76?&#".'Ps1 LB!%1%!QF%)9#7l4ٔy?'>\ J\k"ۚRJ/7/D'7d{H!!" a#TXN/FPJ/skfH+) Db" "+676&#"27#"&?'6?32 $!7HP=ob+)fJ'\VH ;ŝ=FZu!}i,F4`@yyo}+DKKE$"+#&'&";2&#'76;&+"&?!32?6&+"&?37+">7&' +3) )95PD XV   %98 H59F7B Su;)Dd13H'% !0 01L ''JI/.6#D=JV @ SMD>'"+%!!%.+"&?!327>32#"'&#" #"'&#"#"&7632322#"&7>6&#"326V#/?/ j5p)sL`/9 d73J i){hLhD?mbk{uj8B3\DB/[Z9/] 'yTAۻ<-%+P+?'6+LϴB-HZ!i;mkq{iyq`#7; 0< 81%"+6.#"3276;2&#'76;"?6$3 32676&#" RX3dRuf_ST ,<5R{uW#XZVuZ-^9' % ZwCi^M/+'''fhLV3')1-1dD).9 60+*&"+!"'327#"'.#"'>76767&! 32#"=U{fpuJ Po;!f'H4uA+3;$>7g)3=khz VLwFA9=&0F ']/`B 7L?7D\"+6$32%632327.>'.+'%'&#"'&"'7632>7>&#"'>76.!VF%%/# #>B- #'y%3+-#DXF0;+J7H }d_'#el}'!PT$/ZX-G` --?s#7; 8D @94"+6.#"327677#"&'&#;2&#'76;"?6$3 32676&#" RX3dRuf_Sd5k#7Xu T ,<5R{uW#XZ9' % ZwCi^{\ + `NM/+'''fh)1-1D91]5."+&#"#"'.#>?32676&'.7>32"'';2&#'76;27>7576#.?3673#"32&#'76;276 <u-I +9< i\)@ =F57T +19JH XRN+2B*=.  P+b%<3!{';#; Z- %  E2d/3J/Z 3BK?iI@F?(b;ݺN# Dxb   =  /N^*yW."+;2&#'76;276+"'7#!"57.+"#"'';2&#'76;27>7576#&5?373#"32&#'76;2746/  )? h g!&+L/5/ [V+B-/9  P-`% <3!!{'#< Z- %   1)%C  D$+%þ/  >;ݺN#  0   =  / %:D/"+%#!"&767676&#!"'673!63!2671y2 i7UE'#9B,N53w )=3j>;T;d;T!PAD   !D dD-'"+%32673!"7>76#"#!73;7&76! !RJ5=V% F +)!R#%P57V%+#/#w)R!PѨb!N-w;aV=6"+!"5476?#"#7!2327654'63!#54&+ -} %TJ6@D '+'#69L1=,/7=w/L d֪B=V4Ճ!=#) "+!76.#"327#"7632FE);Lq4-r@Pm$'B+H>y'+qR` BNyDGGE;"+#"&'#6'+&67>76&7>7'&767367&7>?N6 # k= E0 $^0> N% 3%t\2;S %+Ah 2 37!'-{Ps3.Y_7`N3Ht2=?1N'/]6EZ_XJV8Zg%w?N   /)$""+23!7!67>.#!"&7>?39YA+ 3sXXsN )DCHE !## LD+%J3fF@~~yHT@)A!\1o'"+".'#<6767>76&'&7>?32VG%))6)>X ;+'$NR>^ZDd-y%#'b ˉT n=P !!=V% o$ "+/67>77!"7>?3!2! ! !9 <TƑ FGJTHH!3% '?F+}DQF7N%bV %$"+>2"&;2&#'76732676#"'673Vg9Tf9A1 O 1/ j N}L3HGgGG>-+//+- LG+)R!U@: Q  < :K PX@< d  b  X  `SU  I M A@= d  b  `  `SU  I M AY@PNKIGEA?64-+&$!! +'"&'676&#"&7>54&4&#"#".54>32#"&5463232654#"&7>BVTTtUo# =o=33+  /;a6e?44>f=,a:p DM'/D '- 31 3!)"1 ).5>WQg~-+#%LL}% O2N7dj@ P 3KPX@F  b Xb``  TUQ M >K PX@G  b `b``  TUQ M >@M  b `b``  U  TUIMAYYY@_]SRONKI$#"$)'%& +'4&#"#".54>32#"&5463232654#"&7>"&5463232>76!4>7>54.#"BVTT/;a6e>44>e=,`:p DMR'#rm:iUff6620!LNBTS11P)#1 )- 5>WQg~-*#%LL}% N!7iQ=@mJ',B 2/( qP.gB/=gB,5 +.}P!As@p*-'&  < : d   bSS U  I M A@><:640.,+)(%#!! +'"&5676&#"&7>54&4#"'!!62#"&54632326BVTTnVo # =o>34+ 7;: -N "Aqxh>!5A>'/D '- 31 3!$EZ^*"!WBR-M@69 32  K PX@Ab`   bT S  U QM >@Gb`   bUT S  U I M AYY@LJHFB@<:')*$ +'"&546323272!4>7>54&#"4#"'!!62#"&54632326BVTT%'#rm^?JC662=5!KOAUSP+P;: -N "@qyh>!5A>7iRX,\?0',B qP.gB/=gB?/+.ö$EZ^*"!W1R#W*@< S  K$PX@H  b  `  `b  USUQ M >@N  b  `  `b  U  USUIMAYY@RPMKIGCA86%$"$$"%+'%4#"'!!62#"&546323264&#"#".54>32#"&5463232654#"&7>BVTT;: -M "@qyh>!5A>=/;a6e>44>e=,`:p DM$EZ^*"!W)#1 )- 5>WQg~-*#%LL}% NR#(I@$  @@  db   U  TSUIMAY@HGDA?>;:9864""$$"%+'%4#"'!!62#"&5463232635#"76767676723#&".7>BVTTi;: -N "Aqxg>!5A>> 9I"'&s g-<=>B+$EZ^*"!WLw1: v(F1:!  % P!-AV@S87:< :dSUIMA=;20,*%#!! +'"&'676&#"&7>54&4#"3267#"&5467632BVTTxUo#!=o=33+ F|;:V5=+upm`/?H7V+'/D '- 31 3!/ ufMQF'/?"0='R#C@,/)( @8   bS U  UUIMAY@B@><$"&)$%% +'%4"3267#"&54676324#"'!!62#"&54632326BVTTh};:V6=+uql`0?I7V+e;: -N "@qxh>!5A>/ ufNPF'/?"0='!$E~[^*"!W}N!,ERY@VF=/'< :dS UIMA#"MKDB64",#,!! +'"&5676&#"&7>54&">54&#".5467'&546323254.'BVTTnVo # =o>34+ bR)0;Od||&II-fDs{TIt QQ0(&'/D '- 31 3!)PK+O)'-TWJ+7_?w#F03h# 6aCUOh.>5m!'6KR'4h@M d ( K&PX@9  b  `  `  U UQM >@?  b  `  `U  U UIMAYY@ca^\ZXTRIG@>97/-&$ +'">54&#".5467'&546323254.'4&#"#".54>32#"&5463232654#"&7>BVTTUbR)0;Od||&II-fDs{TIt QQ0'&0;a 7d?45>f=,a:p DN-OK,O)'-TWJ+7_?w#F03h# 6aCUOh.>5m!'6 )#1 )- 5>WQg~-*#%LL}% NP'4T@=@:9 ( @9   bS U  U UIMAY@SQOMIGCA?><;86/-&$ +'">54&#".5467'&746323254.'4#"'!!62#"&54632326BVTT bR)1!5A>+OK,O)'-TWJ+7_?w#F03h# 6aCUOh.>5m!'6Ͷ$E~[^*"!WR'4E@98( K,PX@+b UUIMAK2PX@)dbUQ M >@/db UUIMAYYY@65BA?=<;5E6E/-&$ +'">54&#".5467'&546323254.'"'673!#67BVTT[bR)0;Pd||&II-fDs{TIt QQ0(&e+#+%+e\F1--OK,O)'-TWJ+7_?w#F03h# 6aCUOh.>5m!'6B'H8 ŞPP!9@6< :9dIK?!! +'"&'676&#"&7>54&BVTT|Uo#!=o=33+ '/D '- 31 3!"+3!!#4.'56NHJbR{bkm)/DP= "+&'#52>73=km)/CNHpbR{b"+%#67!5!&'33NHIcR{ckm)/Cd R "+75367"#&djm)/DMH\cR{c#"+&'&'3#67!#&'&'567673L#;#P}tuTyZ+RhimdR+TL|w{P!=%JTb6\NWX/3N5fm5N3/\XLa9\dR# "+567673&'67#&'&'5b6\NWX03N5gm5N3/\XL`9]TL#;#P}uuSyZ+RhimdR+TL}w{P!=%J%"+''>'7u7L-Q:)!O%7F-Lԫ:b"&( "+&7''7$77F-Kӫ:b"&(w8,KQ:)"O "+%'67&7&7+LO<)!N5HK-<b![ "+76.'6Q7FK-:b"&(V7L-Q:)!O%J "+3!3!!#!#4.'56NHw_li]bR{b k7m)/DJ "+%#67!#!5!33%!&'HNHViswA{b&u`7kL)/Chr  "+#3!3!o^` {- G/"+ ! #&#"3273m J11HE;"/*$"+654&#"#"&547632#"&5432&#"32>_`L3>-#sXFjyh{uodEnE+OB 1!J!L麁hےu`< "+!5!!5!!5Zm\A\/ "+!'7#53!5!!5!73!>;L2h~+9I/q==mm\ǨX5w' ' "+"&&54327#"''73254&'~jpFcLFQuubC`g%iZNуGv@QbH"T4%,3xHQ "+ !30#!"547e]X7w!4J1Q "+%!#0&5473!2wC!̤H <"+)"3!!"!!3!<S3ì+=[Zts\</% ! "+)"''7.54;73#!!3!%##"<͐~SLZpS+9K0ޔ`w|eu=i DRZtdsCx# +{u"+% !3#!!;\ɦ >{\{qodn1:J#nQ"+!2#!5!267!5!.#!3R>+"usdL7% ! "+!27+'7#53!5!&#!3&32673~SLZp+8L0ޔ|euYi CRusYCxܮeTys"+ !#53>7!5!.+5\ɦ ={\spodo1:I#o=D""+4&#!";2&#'54;254&+"'52332726?+;2&#'54;2o11uT7w1qv8TwDH/+%7Z//Ze51/NZ//=D""+3!2654'#"'573%+";2"&#&#""54;654'#"'5737+1'1uU7w1;BFF=qw7Uw/+%7EZ//[51/NdZ//Ug"+.#!!2>7!527 --I(-`^=1V0-9'* GD;K3Fb? -''!^/f? "+2#!"&5463'1 +?+;6f *"+"5463!2##"5!"5463!4632!2#!'2+\@-?'2;+\d+<7*"+<*^7f ' "+4632#"4632!2#!#"&5!"&5463!+;)'<8+-?-'1b;A+qR;;R:+#Z+32#"#".'#"&54>XJ F`#!'v%9131)i%)'J$`5)-/%-6 5\ @(Z+w1%#\/R13/!@tv:!131 "+4&#"326%462"&0SMLUXIHXR EkhHDfgErrp!}"+"&462VCCVDCVDDV5P-  "+ '6753M}kQ#)6:BOPy P-3@>6"+4&#"#".54>32#"&5463272654#"&7> '6753C0;a6e?35>f=,a:p DN%N}jR)#2*-5=XPg.*#%LK}% O##)6:BOPy P-%2 0("+35#"76767676323#&".7> '6753> 9I"'&s f-;==B+PN}jRLw1: w(F1:!  $ #)6:BOPy Pa} ,%"+.#"326&#"327#"#"&54632;4S_fxeI3!%H/)5ga* #ۼJhzřrE f~eqYJ9Dv>Zio=} . & "+.#"326%4&#"3267#"#"&5463232N'AHN\N75\P7#yB' HMwz;Tb}\8o|fdq7jǕJ9"}hn|"+3!!|h\+"+"&462VDDVCCVDDV/ *""+"&547>32!"&547>32%#"&547>32+2P.%5 L3+1 P-%4 NN-+1R-$42& +D4& -A3' +D6' -An-A3' +D4& N"+5!FV"+3F\FN"+#!ٓN"+5!#ٓdFV"+!!3F'NV"+3!5F'NdFV"+3!!FFV"+#!5!3ٓFN"+#!5!ٓV"+!!5!3FFNV  "+!!#!5!3FFN'"+!5!5'm'"+3!#3'  F "+!!#!!FٓN "+##!!#ٓmNNFN  "+#!!!#FmFNNٓ "+!5!5!#!Fٓ'mN "+#!5!#FNmNm  "+!5!!5!#'mENFF'NF'' "+3!!!!FFF''' "+3!!3ٔN'm''' "+!!33!F''' "+!5!5!5!'FF'Fm' "+33!5!3FN'm'  "+3!5%!5!3ٔFmFF' "+3!!!!FFF '  "+33!!#N  'N'  "+3!!!#!3ٔFNٔN '  "+#!5!5!5!3ٓFFFm' "+#3!#!5!mٔN m'  "+!5!3!5!#!3FNF'NFN   "+!5!#!5!NFN "+##!5!!#ٓNNNN  "+!5!!#!#!!FNmFNNN''  "+!5!!!5!3FF''F' "+3!!5!3ٔN''''  "+!=!3)3!F''"+!!!!#!5!5!5!3FFFFᓔF'"+33!!###!5!3FNNN'NN'  @  "+3!!!#!5!3#!5ٔFNNNFFN)"+!%"+!%"+! %"+! '"+! 1 #'+/37;?CG)@&FDB@><985410-,)(%$!  "+#5#5#5#5#5!#5#5!#5#5!#5#5!#5#5##5##53#%3#%3#fffff33f  &,4<DLRX`hpx~A@>}yvrnjfb^ZUSQMJFB>:62.)'%! "+3#5%3#5%3#5%73#'%73#'%3#3#'5!73#'%73#'73#'%73#'%3#3#'5!73#'%73#'73#'%73#'%3#3#'5!73#'%73#'73#'%73#'%3#3#'5!73#'%73#'3#'%3#'%3#hifgffgfgffgfgffgfgffgfgf  =@4   "+5#!5#5#!5#5#!5#5#!5#!535#535#535#535#5353353353fffff3m  "+%!!%uo}(08Y@B951/+&!"+7/232'"'#"&5''>4632#"$462"  6 5467&'73'723>7325  V! $?%F#6E))GG͛-P3)5// # 4-^XV'9F#V '#-)--)H ! w-= `D)}"*2P@I3/+)% "+%7'0#0527#"&5'&'74632#"$462"  6 5467&'6732?3675 oC)1X?%R>,!E))GGǙ/+/ 05)3R0TO4hXDF#Dn9;-)--)H #9d3=-ϲw '}0BF@ FC:4) "+264&"3264&#" 5467&'6732637367%"&'32?67' )!!) hǙ5+/05)3R0/;F ,=S%?Z1)Cq b----o #;b3=-ϲw ';9oD#FDWh8IH%"+"!5654.#"#"&5477#".7X\ " +P5LZ;`T?]$,u+++=):;)mymu>K>#? "+%!5654#"#"&546323254.5463232632#".#")+VO{Rd}p}D!>L=@I@AHd-yh?k<; L{ ++w\_yjg#75oG`gHp57iDhV'y:G:5F "+2'&'&5463232>j=_TFrcLr>'#3ŔZxevšxYkbn54'&'#"&Z}9RTXX|uJFD9bkjo1-c?:b^#nAT!PTfC1"+ #"&546327#"&54632=bkXy=RCbkXy>@hC;m1jhCRXbkXy>P  hC;m1jhC54&#>32'>ޏ1%f]:^NVn"=7e*C]MjP< Qb "+53%# HH;HCYyτ-h-"+377#5#57557375HppppHHooooH--.-Z",{-,, ZZ h%:\t7AP {miG;94$  "+#"542'4#"632723&#"0432&'&54327674&#"6254&'&6'4&'32>7632&'42654&#"2#"'32?6'4'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432674'.5.'#"'&"#"'&'.54654&5476727>7&5476767>76'4&5322#"'&`f    7!) !7&)*"I' /8% S 1'-!& MqC=8T%;U3 !t / T$O3  Z+= -aQh$;+$F K3!1(5 *A?I!$J>(-'nl85)5R>;; %,'s?'L/p(Z1'-+)-*  e!I\B  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?L Zgd]-"+"&'#"&546323267&546767>54&#"&54632632#"&'632654"676324&#"326i>m (w8Nm%Q0D%(UriDJ+1-1-%XBG\)dmLtJON!5\XE1Z -,,RLIMOfkK,5?5H \)U, .H[FR?)1(?7#{>DV$=!*B(&DXaK?;"DB i:HZ<=)\a=A?mJ|1H7/"7}#P+:"+327#"7!''54;2654+"=73%+";26=732#'HJ$u>?)o7P5q3-ZVu/ydX9%'#8Z''Z"/7V`') ) #P Z:E[ 2>[;AZF;5 }jNH@; "+327#"7!''54;2654+"=73%+";26=732#3254&#"#"&54632#!32%4&#";2&#'54;254"'676;3632;2&#'54;2462"&;2&#'54;254#"'676;4#"'676733632#"'&#";2&#'547323274&#"'"&54632#!32%32654&#"632#"''654#"5'27674632#"&;2&#'5473254#"'67673'HJ$u>?)o7P5q3-ZVu/?)!/'=R}wy^oZmDZ#-RR6 N1 5 R-\mN76 T/y 5-#1##1#w5 T1 5!R/ L3 NAF5! /5% `/3 >)1%>Pwx^mZjFX9T\Q:J3BVT}fN1%%'='t#"##u5 T/3P/ ydX9%'#8Z''Z"/7V`') )NAHon^\% F9]5  54L!  mmd_5  "###5  51L#  R1L#  oo:1 B5  7NBHmoa\'n\|6Dl/+EgX ##""5  53J  vs + #!"+ &'&"'&''7&32732>764$>1Xk={qx@{^B#Hb/}pi(%^;|ٿI bTHf%  "+732654.#"4632#"&7#Pl$%HrkoJfuXcHBa1;ByVd{ mB @ , "+462"$462"!#&#"&47>7267&#"&47>'!"9R::RD;N<3 :R99RC54&'&4727!".54&'&4727;N<`NT4-E5w FL`ot`a B/;)=wr-#%NX!yiV1#yV -,!"+&#"727"&547>327654'"767327#^F/32#"'&#"32#732&''76732RHT@!T;(## 1'D sJ))j0}  6R;"'7V%# "" ^1@Ud `ZFA;#"+"'&'"#"'3272>32#"54767&546567&547>3262327654'&""#&654'"32>'RD$ 9! !s-s+J'RB)={!31/L !V3>V&2/)Vd, +5#'`ih PD0B;33 Ti7+)H Nk t-Z7654'"767367676&#"?37#"72&''76/&#"&) J1y !{!ZLjVh 9+ TN\PAJ/L9 %% # - #7$`  ## GW J  *-Z`"+673672>32;2&'7473>?654#"732&'7673>?674#"732&'7473>7654'"NZLjVo&k-s > J1 :J-X@) J.9 L1]E'  N3y #K #kji%Dq/  %% #NR %% #)N\  %% #A +:70! "+654'"7673632#"';2&#76;>7327654&#"}\Jb@DJ a;%/)  N3y #1!/ ';P . # ?=hR-#q) %'#`-)=,;@B! 1 "+&#"32672032�76;2?"&547>32^F/ '% 87cT'"o51! "+327#"547#"574326?32#H)3RVLVN 99R- =###HNw1DN%5/ 6 "+327654+"?30727#7"54764&+"?307PI-cC) N1-`dBjTs > J/+ !LZ) #Z- !kjq)# ! #9} -+"+.#"?37+"6754"5?307#"#"A  L$o 98D+P+15 ## 4 ## Jg!"+326?2326?!"547#"'673/%35!)7}J3+%) +R!3#hE gVXZJ%8 3&  "+2.546%2.5462.5467Lj%!X!mY7Lj%!X!mY7Lk%!X!mZL5Z)+)!wo L5Z)+)!woL5Z)+)!woZ_%8 ,&"+2&5>54&'&546!2&5>54&'&546!2&5>54&'&546J\l!X %mKJ\l!X %mKJ\l!X %mKow!)+) Y5Low!)+) Y5Low!)+) Y5LL/ "+$  "32!TR--/TR!V--RD$-4:@D@DA>;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:+/,*# "+654'"7673632#"''67327674&#"\J@VFHI ^X'%<1!1-#;- #3dP'/s1# )AP-)7-=B-J%"+2"=4654#"327#"&547>{NT4-F5w EL`ot`a JB/;)=vs-#%NX!yiV1#y;{ -,!"+&#"327#"&547>327654'"767327#F/P\ hT#\HdBw/P?7y;bT''o+- !{- !F8/ "+#"576;>32#"'&#"32#;2&#'76732bHT?!T;'## 1'DsI)) j/} 5};# '7V%# ""  f@Ud `YFA;#"+"'&#"#"'3272>32#"54767&546567&547>3262327654'&#""#&654#"32>^RD% :! !s-s+J'RB(=|"31/L !V3=V'1/)Vd- +6#&`ii PC1B;33 Ti7+)HNj t-Z=4.#&76721##1#s-<=>B+ $ }99"2""2:   $  ; 77L "+7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-J`"+673672>32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #BJ<"+%&#".7>=4&'&76727>32&#"&7>=4&#"4=B^>B+!5p6  $q9IG"@=T?>4-1!Y?  $  ;;# J57327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@B;FJ 1 "+&#"32672032�76;2?#"&547>32F/ '% 87bT'#o5L! "+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%b\=6 "+327654#"?30727#7"54764&+"?307!PI-cC( N1-`dAjTs = J/+;!LZ) "[- !kjq'% ! "T=-+"+.#"?37#"6754"5?307"#"A L%n 97D+P +15 "" 3 "" If-L!"+326?2326?!"547#"'6730%35!(7}J3+%)=+R!3#hD fVXZ "+#"'%6D 9@ == "+#"547X'9)Aw1#  "+&'&'676Zy T`{T{%#mZ! =@F7?1 "+&'767\J!{^uffg1\g)5HR+)NuZB "+#"&'332673ks9 }TP Bh}k9DC:+1 "+#"&54?632#"54?632 y!)+ p'3 1  -+1 "+4632#"/&%4632'"/&++)z  3)p 1 %!-  ZB "+>32#.#"js: }TP Zh}k9DD9{{s "+2654&54632"&5432JbB"!LٓL!"+%DLMMLD%VF"+"&5463232654'&54632͏-#!%:-+;+%)R`bP'# #53#  %%yq "+462"$462"9R::RD;N;;NN<764#"''7&5327-%L15D|#Hb/Zh^Lj\=hPXq O;}1%qbTHI\_;| (!"+#"'.67632>54'&%&7676320KuwNG" I4>75NE% ۉyu dV+B7  7$(k٠F#!!" R{ @D DB "+%32764'&#"72=476767654&'&#"327674'&567632 !'+!')%'OX;F-7T^f'%%9ij>%{'1e?Q!I!!ZJL-7?KXhLf3NNXb'!#'1qJEo3=Dh_9@"+'55V<&UT&8_< ' KU BuR=fBNH=wHFFZF}! 7T+h1{=? B{-{wH3K1hbJ7]LRLyfDuu/Pq`DH====FFFFFNB   7^f3B{{{{{f{HHHH1N1HHHH{{=====HHHH==oF?=HBBBVF{F{F{-1www}}}}!!! H H H H H H717TTT1od\o!osJ\\dwHH33` ?\m/? ?{b#B9''y=/"\ybh\#mhhhyNNNH{{{{===wH===1=BF?F?F?   BBBBF{F)FF{Z-Z-wwww}}dV}!!!l! H H H H H33KK71TTT=1111C =====5===BF{F{F{F5F{F{F{f7 H H%dbdd?dd7717171SS1$[b?+u KuZ&Z}d}wIbJZ!?M7I f{1$ XXttIpL)%!G!X~+&d7  j7?%OTOTX5bf#?#?#\%SdSB)1bV2}B1}KPdd%/<A5QQ+T==Ufff^!5a=|+OFFFFFFFm}}}H#FF1h ##=fF G (\jptSZ1r5h9LRG+(-\;tcpIpv;LrbhT++{Vy(x{ddddd dtH p  P | d X D$hh|P0!P",#$%|&P'L(X)L*+p,4-8./11d11242x2345`6748 9:<>0?@<A@BBCDlE|FHG(HHIJKLMTMNPNNOLPPQpRXSTUV<W<X4XXYDZ[ [\H]T^^_aaDbbccefiiklhmpqsuvxHy{X|}~$|8 dl$848ht8l8<`@84p@Ĩp0ʄˠ\π(HԠH<ټ@@8\TTh`T   8 @  \|h\!"#%D&')0*+,-.0`12357(89;<>?@BCLDF,GI8J(KtLMNP<Q`RT4U(VW|XYZ[$[h[\H\\]\]]^_$_``\`aPab8bcd(deeTeffg gh(hiiLij(jdjkLkl`lmmn$nnoopopDpq,qqrHrrslstDtuuTuvLvw$xxlxy`yzlz{|~ ~LLx@lD|HPX\,8 <p( <H8 40@t0088p0pxL¼ĈǠPʌ`pl אl(܌ބ|<@D $<HL( $$@ 0<LT $ 0 $  , H(4 |!"T##$%&') *`+|,-\.`/<0135(6H7489X:;L<=>@BdD E EGHI$IK L MP QRTtUX YZ\8]^`,ace`gLik<ln4o4pq4sPtvLvxz|}4(8\P@44d,thhhhhP@,lThxDdPPPPPPPPPPPPP@tx(l08p,hhp,(,48Ìlˠ ,ϸЄX|d lԤXՔ֔״ؤٴXې(ݬh޸0Xx`X h@x\0P4    h  |8<!#d%4%&$&h&&'d'(0(())|)*$*h*+0+,8,,-(--.L./$/011H12H23@3l34|5,56T6|67D7d77778$8P8|889 9<9l99: :<:p::;;P;;;<(4>p>>?<??@@0@P@p@AD`E$E`FGH|HIJJ@J|JKPKL(LhLQ$RHRVWXWXY8ZZ[@[\L\]d^^^^_t```aDaabHbcccccde\effgXgh`ij,j,jjkklmhnnnno opXpXpXpqq4qtqqrTrrsPsstPt|u|v$vww.;h>0/4c"w    8C7 8z (  ^ (@ Dh    : :> px Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine MonoMonoFontForge 2.0 : Linux Libertine Mono : 2-7-2012Linux Libertine MonoVersion 5.1.7 ; ttfautohint (v0.9)LinLibertine_MPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux Libertine MonoMonoFontForge 2.0 : Linux Libertine Mono : 2-7-2012Linux Libertine MonoVersion 5.1.7 ; ttfautohint (v0.9)LinLibertine_MPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     uni00A0uni00AD two.superiorthree.superioruni00B5 one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflex Tcommaaccent tcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongs gravecomb acutecombuni0302 tildecombuni0304uni0305uni0306 dotaccentcmbuni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni034Funi0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358uni0359uni035Auni035Buni035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0363uni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9D Germandblsuni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9enquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Funi2031minutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A2lirapesetauni20A8dongEurouni20AFuni20B1uni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115 afii61352uni2119uni211ARfrakturuni211Duni2120uni2124uni2126uni2127 estimatedalephuni2136uni2137uni2138uni2139onethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumerator arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214 asteriskmathuni2218uni2219uni221Buni221C proportional orthogonaldotmathuni22EFSF100000uni2503SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadeuni2605uni2639uni263Auni263Buni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni266Duni266Euni266FTuxuniE001uniE009uniE00Azero.slashfittedperthousandzero Adieresis.alt Odieresis.alt Udieresis.alt a.superior b.superior c.superior d.superior e.superior f.superior g.superioruniE0C7uniE0C8uniE0C9 k.superior m.superioruniE0CD o.superior p.superior q.superioruniE0D1 t.superior u.superior v.superioruniE0D6uniE0D7uniE0D8 z.superioruniE0F9uniE0FBkreisuniE138uniE148 b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferior grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capuniE420 zero.slashdotlessjuniFFFDuni0350TTT!!, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_RBIah.ttf000066400000000000000000020220341324204105000233000ustar00rootroot00000000000000 FFTMY ",GDEF ݭHGPOS>UL(&ZGSUB2)6OS/2N<`cmap<F=cvt |0fpgm蕏gasptglyf_'D,Vhead#jF6hhea32$hmtxZ loca]maxp. Ь namep`:post#٨@preptH#oB_>2yzz{}~QRRS_``adegh\]]^| $,4<DLT\dlt  ds= fg DFLT cyrl0grek@hebrPlatn\(AZE (CRT (DEU (MOL (ROM (TRK (cpspkernmark $*\ X ft " x                                                                                                                        x$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;?D6N  $+\++{+=}R+n0&6 VYZb U $*06<BHNTZ`flrx~ &,28>DJPV\bhntz)sjow j5qLqom-))u)R)+-)'+)+)+)+++''xJL+#)'ob)) +q)d)b3+m++w)w)N)b))w)b)){))))))N)b)N)N))b))w)q)Ps))g +)$$&&(*-.014= DDGKNNPVXZ!\\$%&'()*  +BC,CC./128ccRffST+4567 &,28>DJPV\bhntz "h^N\h?fi)8`wu8T)i)+)q)) )))))@)))))H))q)y)+)9'bGRq+7v "(.4:@FLRX^dhH!J^^JJ &*0178"(.fnht`>H >DJPV\bhntzN!)TjZRB'TuZZ`ZuZZZy1ZZ`ZuZZZL DGHKLRVWXwf1 ? "(.4:@FLRX^djpv| -/wwou B#R%/LH^?Thh+shTh?/y?$&(*.0156789;<=DKLNOPQRUVWX fz `*v Q "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~-%V#%%w%d##%J#-s%=%%){%b`%%b##3%}!%L%%%/DXmm7mXXmD=}$$&&(*..015=DEGLNZ\\&'()*+00,-./567GffP   #%)+, $*06<BHNTZ`flrx~{ 'FBBB#.9Lq #]?I rAKx ~t1Rq11L111o1111Lq1111Lj3jjjjL111L11111d}     ""##$$ ''))+,..// 1122334477889:;;<<>>BB EE HH IIJJNNRS UUYZ[[\\^^aamm}}         $$&&**,,..00224466778899::AA??08 <ADEFF GIJJ KKRR ]^y aa    !""$$&&**--224477889:<<@@ DD EEFH JJ KKMMNOPQ RR SS TT UU VV XXYZ[[\\]] `` aammoorrtuyy{{}}       $$&&**,,..0022446677::<ADEFF GIKKPR ]^`aegkx WW`` "#$')+,./1234789:;<>BEHIJNRSUYZ[\^am}  $&*,.0246789:A?012345678<=>?@ADEFGHIJKR]^yz{|}~a =3q[L ==)))))%      ""##$$%%))114488==??DDJJMMWWYY[[]]__OV""##))**//1155 78 ::;;==??@ACC DDEEGGJJLL5   "#$%)148=?DJMWY[]_OPQRSTUV4 ) ))$$.. 9:;; <<::   "##%%,-AB    "##%%,-AB7$.9:;<:    !"#%,-AB vDFLT cyrlPgrekhebrlatn   (AZE TCRT TDEU (MOL ROM TRK T   aaltc2sccaseccmpfrachligligaligalnumloclonumpnumsaltsinfsmcpsmcpss01ss02ss03supstnumzero      8@HPX`hpx  `  *  P `   4 p  *. \]I LMXVZ^fjnz  $(,048<@DHLPTX\`dhlptx|  $(,048<@DHLPTX\`dhlptz~ &,28>DHLPs#{tumnopqruab`_J      !"#$     !"#$%,-./0+123J&&4F56789:;<>G@ABCDEt "K$D  .59:>@DEFGHIJLMNOPQRSTUVWXYZ[\]^`cm}  #')13<>@]^  IH=?L[(      !"#$%,-./0+123&4F56789:;<=>?G@ABCDE[DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@ALF(> "*2:BJRZbjpdddd~d "dd&.6dddddd#& >@C^`cm}]^\+vwsk{tumnopqruLMNOPQRDlFSuTxUVWGvXYZKwL[tqk  D]  ()*Z*yz{|}~wxyz{|}~y  D]  ()i      !"#$,-./0+123J&4F56789:;<=>?G@AB%CDE( "i $%&'()*+,-./0123456789:;<=>@^`cm}   "$&(02:;=?]^LI&2DNhr g"`R fe"X]\WIW )&"4IWrWF.js 4gjklmnopqrs 4gg   jq ss2jklmnopqrs  `  ab.5("**BTILM. ""779:<<@@IILM_`hhlltuxx{{--//DEHIef LM \]I|3;34fP PfEd! ''`o) 66~)NouEMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!!!!!!!" """+"6"<"A"E"I"Y"b"e"k"q""""###!#*#%%%%%%%%&&&&&'&/&S&`&c&f&l&&&'g',l,w!)/>Ijm!08KU^ad 8 (Pt HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!S!!!!!!""""#"6"<"A"E"H"Y"`"d"j"n""""### #)#%%%%%%%%&&&&&'&/&9&`&c&e&i&&&'g',`,t ,9HQmp08HMW`X 8~MGECA?>=<;98754210,%$! i^RM@>5 bPD5.ߺߪߨߤߢߞߝߚmZYWOH?310.9ݻE>^%%%%%%%%%%%%%%%%%|%v%q%p%n%m%i%R%D%=%.%-%,%+%$#8"}f    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`aLrdeiNxpkvj=+s@Agw>5l|'cn(:m}Rb?@HIDEg:d]^MyFJUZpqlmnzqo[ @ "+ !7 !!f]=]f\H  \R fxD*@'b =M>  +2#"&76767>462"&:? >$4# eZ{VZ{VDPJ;V:5J2kCNL3;VR;9VRJ)#9K&PX >[Y-% +'7>32'7>32*  R9&$M%& R;6 M7J\ (G"[[ \ )F)#.g*KPX@)  dS  K  = >K&PX@)  deS  K  >@1  de    TGK?YY@)**)('&#"!   +7#%3#####7367#73>733>733P8oP,UfVj.E .WlUd.&&ۇ7?b8?b;<;<78 Ih@ 2 @be=M >Y@HGFECB.-,+*)'& +>76'.'#7.#&76.'&7>76?63a@cUdHk E:.Bn& % # ~.>1c&(@dNrI#:'*Z>u+5.@#p[I_1 T>pci ic7_Crc  } n213UC~,S )D &4A@ <:K PX@+UUUU M  >K PX@+UUUU M >@+UUUU M  >YY@ ?=%$%$&#%$" +327654#"'632327'#"'#"74327654#"'632#"542?`85>%#0dO%"s-oRcvdB= ncy2?`85>%#0d?Qycx$RzBj?de(!f+}/&x$RzBj?de:Cx ; Q\Z@W[R<3<b`M ==N=M>YWEC641/,+(&3( +676&#"6'&?3732>72#"&''"'&7>7.7>3276%3267&68K)5n yM *K6c  !:Ou'ϵQW%1 KmU{x'^_TI% +'7>32  S9&$M8J\ (G".L{ "+7&.69f'quHc|+ FAq dF "+'79'fruGc}*E`&SAqe";8_@  .#@dVNBY@ &'#''%+.&7>326&7>32>32#"#".'#"&7>#ET( $^8(K+u"'E$O( /* 463 =b ?)[+v0%"]/R14.!?uw9!140B4w @eT>+!!#!7!3A!GG AG'MP 3 9K!PX@ d >@ d[Y@  +2&7>76.#.7>&Q? ]549B    f|4-,C *-  P)"LZ @IMA   +!"5463!2jL@JA+Z+^R} @M> +7462"&RZ{VZ{Vw;VR;9VR2>uWK PX@ = >KPX@ =>K-PX@ d>@ d[YYY@  + #>nzu`e!*@'UM>!! +"327654&"&54762 ZI8xcaX,f3ԟn?o`9\Tv'me`gyn'Vk|ja]*&@#<ddK >')C+%&#"&67>7>&#"&76$762 .  OM )-A&&  W|! >>JC$!($7&  4  3 %E121 3:{!#ul?33@0<b`UK >&+/!+632!2672!&676?>54&#"#"&54tt6U&toJK!B;6-%I:-ݨYK`Do" L/+17s 8;'B Q#jeDU2gs 0t[jM_@\-.7%}<;@84<b``UM>&#&/%#+"#"&547632!"&'&54632327>54&#"&767>54wM "X%7kNzB!nyciKJF..90O$V3pI($K>(qN]Df$8,&AO1MO$e@"XjI'.*AK7Z1XPkt9&-td:4;@8,<dVK >32&$ 44 +)2+.#"&67>?!"/.7676673}b. .# =J"M 25@' 2  #[U4!,R*='  4  3  "K>R% )Tn2i@<:KPX@!bXUN>@"b`UN>Y$%-54+4'./32>7"'#"'&546323276,8".)T8t$&J-d/ 8R`AfY:<32H=\:Z(P   y_ (%nzW;99%7-C.!&6DhU.)@&<-:ddM>)'$+3267>54&#"67#".547>75[.#R)JB?R"t`\AVN@f?wf?ʟ\jm00.PQt?Ey,++9,9&$   +">54&'"&54767'&'4763227>54&/^%.NU7J>If]k\_˜ΊZ#}Ύ/kA!01<\{PX)3r]15 R@PEDNlDhwS?hmnp[FZI&|C.K)@OuD[;.0@-<-9bcIMA)'$+654&#"3667>7.5467>32& 5\.#R)KA?R"t`\AVN@e?xe?ʟqjm00.OQuEx+7462"&462"&[zVZ{VyZ{VZ{V;WR<9VR;WR;9WR /w #P9K!PX@bM= >@bcM>Y@  # # +462"&2&7>76.#.7>Z{VZ{V6Q@ ]648B    f;WR<9VRX|4-,C *-  P)"LdX"+71 ~?[?#k/@,SGK? +!7!74zssuu{ T"+%77?ZD.8/@,b`M =M>,.&%+#"&7>7632#"&?>7676&#">2"&C-'8 A@k 9`?;*4A '$ *Q:2M?f ft? gt?=&.A63N/P6^V0'-hD(!$,7^^/da@K(PX@* U  UUIMA@/ U  UIUIMAYY@ KI%%&$*(%$" +6&#"27632>76.#"327# 6,32#"'&7#"'&7>$3278 !XU1(l^~aeth8Zr֧$Lsr~J"Q(q).w 8*~2=nz*V/16GNU 4agHaNn?A?87641-*) +!#&#"&67>7273&#"&672>&7!"+C  / u' 3;L%wJ %- x % -9D5 ^  2  1 =>[l  2  1  N# - ?K!PX@!UM  =M >K$PX@'ZUM  =M >K(PX@-ZZUN  =M >@+ZZ UUM >YYY@ :90/+&?>  '#! +32654#" 32>54&#263 !"&#&547>76'4&'&547In|X:dd3CfQ%xz6m?! 118! =K ' DtHfs}p.E!  #K>51">#" D7@4 <bM =M>  + '&7!2'.#"3272Ց`B?-jp# 1'//%V)Fy)/r3-5K PX@M =M >KPX@ZN =M >KPX@M =M >K!PX@ZN =M >K(PX@$ZZN =M >@"ZZUM >YYYYY@,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&#JYZW I`y 117! ?L O#8*0k'%:(y+P}h7"  #K>51!?#" S1B@8  @8 ZbZ   U U=L >Y@?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J-R 7} H7/)9 = 1 ;y3{; 2  q%wd='1C@'8? @4Zb bU  UK >Y@CA>=#83C& +%&#"&67>76&'&67!272'.+"326762"'6&++  118 1m 0M30%1Hf#9RfP A   B Ac#7' 65  #K>3{; 2  u%yl='X-R 7~ H7D4H@E)<bUM =M>-+  44 +23.#"32676&'&6727# '&7%6%%-Zƶ:)TdPf<; ?Z w /5 -sX=?DH} TyI$219# 8  8 +3!T`XBο4-]kK(PX@%  S K  = K >@#   U  S K >Y@]\WVSOLK@?33C+>.'&67327& &67>7!& &67>7>.'&67327!)#  127! + !  118! NN+!!  117! )#!  117! >/+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>4-,AK(PX@K =K >@UK >Y3C+>.'&67327& &67>7)#!  117! +!!  117! /+<& 65  #K>+<& 65  #K>L-(tKPX@ZRK >K(PX@bRK >@!bUINBYYC%$'+#"&7>323266&'&67327B\@37z `$ 9?@57{ Łd `C-hq9'wR?)J+/{; 2  1 =4Q-\S@UM >Y@XWTQNM?:OC+>.'&67327>7676'&67327&#""56'.'& &67>7)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! /+<& 65  #K>BWA 2  1 5I%HJ 2  9W) +<& 65  #K>4-/a@ZUK >Y@('$ /. +%2676&#!&67>7>.'&6732>33937>9I 117! )#! O#I@ 117! !FV}5  #K>5+<& 65  #K>ɢr-=K PX@/bX  `K =  K  >K!PX@0b`  `K =  K  >K(PX@4b`  `K =  K  = >@2b`  `U  K  = >YYY@<;8410G" +%#'"&'#&#"&67>76&'&673%&#"&67>Frs  #Z wi3w RIg  ' b7 le T b.X V\ 2  1 N`Ls* 2 s 1 5V3 2  1 --<K PX@bK = = >K(PX@bK = =>@bU =>YYYMJ$+!#&'&#"&#"&67>7.'&677>.'&673273^!   v'1< & qKF; P)n'1< ( qI'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?D,@)M =M>  +"32654&"56%2~:\xw )(eqe {4H;9?@< <UM =K >43('$! 97 +2"'&73267#"& &67>7>.'&672$`$))# '9y;L9+!!  117! )#! '!;C^pb;+Im+<& 65  #K>5+<& 6+D7V@S)*65<b``M =M>20-+(&$!  +"32654&67&56%2232327#".#"'6~:\xwݜþ )(cs\EqJV^}<"..*?eq _ e "H^^K-DOD,/>3z; GN@K<U M  =K =M> A@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$-yXL9NTJxh: %V@o? >K  117! ?L '!q^Imi%SVb?RH? %d'1">#! "  #K>51!?#" [5D8|@&@,b`bM =M>Y@ ,%.%#+#"'.#"#"&#&5476322654&'.547>325''R1Z\8gU%/̌ekvz;Sm v=V`2w_F$GeCoDh(%#w t`VtIQq}*269/7K PX@ $&<KPX@ $&<KPX@ $&<@ $&KPX@&b = M =K >KPX@"b M =K >K&PX@&b = M =K >@$b U =K >YYYY@ -*153 +%& &67>76&+""'6743) 72#.+"N8z  }N5ad33B( 9is-39{; 2  1 ;{^mbw  s`fk-<AK(PX@K =M>@UM>YC-O%+32>764.'&67327# '&6&'&67327d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;X-.rK PX@K = >K(PX@K =>@U>YYY@ -+"F +>7>'#"''&>7>'#"'27h1cL 'u %- b1 d,<; y 1/3 -1XT5 2  1   'P\!"  2  1  1-/0-<b9K PX@  = >K(PX@  =>@ M>YYYJ%(M+76.'&67327"&'"&'.'&673277^u 'w /# v' Ne-1#N3#411 zǓ 7A-\<VJ   2  1 5T/1/b-/  2  1  #$A59 >-QOK(PX@K = K >@U K >Y@ POCCCC +%.&#"&6767>'.'&673277676'&67327&#"&67>ywZ= Sdx O'A@ w P%d u= HRv N!%KD w NB# d\ 2  1 T!!+P36 1 59! s\ 2  1 V#)3-N5 2  1 9-=EK(PX@K =K >@UK >Y@ MCC+%&#"&67>76&'.'&67327676'&67327J9{ r }N6 =A wV P# ; =Bv JI)){; /  / <{90-R1 2  1 59 Z 2  1 #9J3w-9/K PX@<KPX@<KPX@<K$PX@<@KPX@+b`M =N = >KPX@'b`M =N >K$PX@+b`M =N = >K(PX@/b` =M =N = >@-b`U =N = >YYYYY@&  /. +%2672#&)"767>&#!""'6743)26323\^85N- % q5=: Z7x Z| jT   BAu@K> +!A > !H[J u+ ) (T^0<5  + @e> + #Qu@K> + !.7>7>.'&67z ? !G\J  ) (T_0;5  , W3@<e > + #3#n~Qin8n@GK? +!7/ZZN@e>'% +'"/?>32hc#1) +9N@K0<bM =M=N>9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32* WX%#N ZCkpY|n &S"@fhZX}+9]n<&7)'C3H%q׾r  R:01'ng *-@*b=M=N>%($##+3254'"'632#"&76&#&7>32"E8yCGk/@X(|f2d {=9hZMhC!.LD&tkf4(Dc@$b`M=M>Y$$%"+%#"'&7632#"&76&#"272^J\T\--E J-/6"/N%#cā Vpjw{Z1A7)9Xk2w-0@O@L420.-<bb=M=M=M>#+&&#'% +6&#&7>3232672'"747'#"&547632677474&#"726763e {=X%#h^Vw7X,D7}T9{N)f4(DZ<%7)&t8X}{+ef?2I`;cK (1@.<bM=M>'$,!+4#">32672#"&54>32A"5;8/[`:mJvV(Vm'V}su@l9Ah"=h6@X!opR{NV9h>f/"@K*PX@1b  bM=M= N>@/b  bUM= N>YY@ 86$)##$$#$ +#"5476?7632#".'&"32+#"&546323267>76 1;}m73'3MRZ# /!=%`=09Nrw./J-!"A -!)wmK(F-0$Ot =/fALOU1%:J7, 2s%m A`@2@*&@(UM=N=M>Y@XVFD?=;9531/*)% +2654&'&#"'#".54%67&547.54632672#"'&"4&#"32><^j?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %  L5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<=D@A-<bb`=M=>($&%%&+%#"&54>76&#&7>3263232672#"'&7654&#" -P71e {=wHnN'Y%#FmL L#$2l?. !4f4(DPT+p}7)'ZbC3GP'-D ,=@:<b``M ==>%$$$"+4632#"&32672#"'&7654/&67632KD;JR?;HW%Y%#FmLZ $R я* 3LT4-RSn}7)'ZbC-9'4 +9]$'#$/%+654/&67632#"&54632326764632#"&!= $R я* #=2QXyHd2.;"%9"8LC;JR?;Hh);'4 +;YsG5>C,0.8.hR93LT4-RSIV@S <<bb  b``=M=>HF#)"$)%& +%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#" .P72d {=*>Rj3?G?0&.JRjP77 .<+T=Y42 ?. !4f4(D6F^sK.7X6I^l9)%W#ZX`r-"!)@&b`=M>#'%+6&#&7>3232672'"5474d {=Y%#hf4(DZ<%7)&t9Y^H@E(<bb` M= >XVLJ)'$&%'% +654/&67632>326232672#"'&7674#"#"&54>7674'"#"&54>7+%R уVHnHnM'X%#FlL!K3:ZW -P7\)#dRPN -P7V;4 VyjPTPT+p}7)'ZbC3GP'Jrr<+ $5R95Teh 8* $5@=@:!<b```=>)($&'%+6'4/&67632>3232672#"'&7654&#"#"&54>7$R уjHoN'Y%#FmL L"%3nN ,P7 V;4 VylPT+p}7)'ZbC3GP'- 8) %4 @M=M>&%%!+724.#"47632#".y1'}b\?\9O`1MFI1Gsm0;N@K%!6 <9dbM=N=>#&&;&!+632'"'&#'54?67"'6?>324#"32>yspR@P' P'\f-%Fp8V  fPl?XR9;Hq`qC!' = ; NT;IXwe=k8 -8FXe 54@1*:$&'$"+4&#"32676'#"&5476327>32&#'54?>=E76&9#GۇqwNM@) T' P'11?WRZcsSilDA6H ) ' )/1@.<b`M=>"$'%'+#"&54>7654/&67632>32#"'&#")N -P7 L%R у@K?A?0&-)` 8) %3_R;4 VyJ/7X6th4'@$bM=M>+"$*.+&'.#"#"&5463232654'.54>32h5#>  +D;#纲<P3+q'ChEsq=b+= (# 5J=2{odb-@bUM>Y@ #$$!+7#"5476?>7>3#32672'"54} 2l =A+)zX%#h !f<' \ L :%7)&t<;FK@H<b```=N >#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'Co#`K PX@b= >@b=>YY&#()+%676'&5432#"'&'"&'>32^ 2 |7D7>DK PX@b=M>KPX@b=M >@b=M>YYY),&##+''"'&'"&'>32>76676'&'432#".'_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# h:+ /]l/!D@lAKJ6+Y1s|/106=R@O<+ $<#;Z bN=M>97#'$$"$&%! +&#"&'>327>32#"'&#"327#"&/#"&543232767&,*HI/$%51KyY9U7(..763UM:?'B.SVK7Zc,d )z%#"4*^5UDni4./J$163^@UZwb4^3<2d754lT|37@4<bb=M>$$(-%"+.#"&'>326'4&54632#"&546323276 +MH0%/7C7L)0T.:y]^-`C'8 ;?rv $4*`DSoqe(/0L^9>?R $1O3g@d +<:9  bZ````M=>21#!!#) +632>76#"'&&'677"#"&#""'>3236+" ;]G706.Ibn]TA$#" +3".76'&67>7>39~s`H P;C >`V*V1 etD] &1B-jx!/w΁  -LsP\ ( zWym9  7h#@=> +#3t t#sP*@eM>#" +>?.76&#&672#&67>9~r`HQ;C >aV*V1 etE^ &1B-sTx!/w1  -LsP ( zWm9  7g+@( <IUMA!%!"+>323276#"&#")V/-B!D576Rmju M5FMK&PX@bM=>@bcM>Y@  +"&7677632"&5462:@ <$4# eZZ{VZ{V5PJ<^V;4JkBNL;VR;9VR &@ " ! K PX@)db``U >@)db``U>YY@ &+3"&76'272#7&'&767A} K\9 -!OBR B N^,,C(J0C7)d!\ u?Mm cwrCzJ-@ 12K$PX@7bb   bU U M   >K1PX@;bb   bU U M =  >@;bb   b eU U M  >YYY@A?:864/-*)'%  JJ +"&?6;7>762#"'.#"32+23267#".#"#"&767>?' Z; {c1>  K1*' rF ?">Ii,9-{/(3c@|d"'  A!#p 3LV )1So."4A5 0 !"?3\@?)-#R<>s ,I@F"'#+)TTSRQPGC@?430,C+#&#"&67>?#737#73&'.'&673277>.'&673273#  /., g C=9bC; sK N$ L  &" (,u CW&0jV,9* 4  3 'DBVVDHOH 4  4 )&#I 4  4 4@ddd[Y@ +# #Fslsds$DH\8@5PIH"<b`QM >970.*()%" +$#".7>3232676.'.767&7>7672#"&7>76&#"67>.'&@3ԷKQQ"55+3'CjC1-\/ R7s U$6-% .EMe6E54S&/  X`<+-,H@1(C9U&?O9 $kc%EA%_y[u5~,\)=M$2 (6tWBI'!;+DD[5W+IQM6O0K 83*-$-%p' "@<IMA$$$+>2#"&%>32#"&CX:C,-8D+-8B-,90@A/.AA./AA/.AA/*5@ @2b UUUIM AY@,+! 20+5,5'& *!*#"&" +#"&'&7>32#.#"327"&76 "32({B9h:r+A# -;3_/d;ʔX!3fz--[Z3G-)X| a/J1kzGX R!F-- !-5d@ /$@#bUIMAY@ +#$'$&#+>&#"#"&7>32327#"&7#"'&7>77326YU6! Cb#:"&   W($NQD $ h&@ 5HN+ "! 9['=*, # $D Q;[Ǥ3VJ/kB! "+76767.%76767. &m=A-/e2 & nED:9KIDNEN@?9C:C54#$$233"+3#"/&#;2&#76;276"&?6326"2>"&76 "32 H9 a: )(  gl_ FaBV(2&6$X!3fz--[Z/N"N  _:q9b R!F--;;$@! <IMA  +!"'47>3!2F !%;(,\ >KPX@UM>@UIMAY+4&"2%462"&sDwEGs}}jXV75RZZX]NoKPX@#dbTK >@)dbTGK?Y@  +%!7!!#!7!3++YA!FG AGLMP O-K/PX@!b`OM>@'b`UIK?YY*(*"+>3232672!6?676'&#"#"w hs)/F0Sb8*S( W:V %< 7B3w*.ZH?,AM(3K4 @%b`UR>Y@/-*( 44 +2654"7>54&#"#"747>32#"546329n{ # N$"? 3&5 Uf|mq4$ JT> fI#-#6,.x?6[K%\YNZ!5!' 4h %KPX@ e >@ d[Y$! +632#"&767 M!+' d1/! u%;tK$PX@ <5/$:@ <5/$:YK$PX@bM=>@dbM=>Y@ :842+)(% +%#"'#"&76767>7>7>?%3267%327'"&  57Y.9 V2&U "/  Q P 0@( .)A>c'# #k(>ER;5]0H}q-.Aaz0,nK>s:!+=k$@bUK>Y@;860'%!  +267654&'"732!76;>7#".5476$323?+")#) %=  a <3%5m1^dJ1#Z =3' X7H+#+-)n D)!++/P3L}M;4 +4Kjd @IMA   +"&54632J^eCBfbjcCBd`FDbHZ@@ddINBY@ (% +'73#".'6732676. F7 d $I*/=<1 b&Mk, +)%2Y@ddIK?Y@  +"&767>&#"&67>76&X ] ,s'99: $(1B 4F,H(  ) /&31#m (@%UIMA&" +>32#"&"32676&vY14,}vVA:  .).Co~#%CpNcf-?D#Ee{w/B! "+&'67&'67&'67&'67 &m=A,/f2 &m@7 bb ` eS   U >Y@ FE@?=9650/+)'&%$ "" +'"&767>&#"&67>76&737#6'#!6726'.#Erq4W ^ ,s'99: $(1B  ntVa(A 0($ :97 > % )3F-H'  ) /%31#+V-L+&/ ) !'++^X"Pd@a7< b  b `S  UO >PNDB:96531'% "" +'"&767>&#"&67>76&>3232672!6?676'&"#"Erq9X ^ ,s'99: $(1B  hs)/F0Sb8*S( W:V %< 6B)3F-H'  ) /%31#3w*.ZH@,@M(3K4 @P b  ` ` `  b `e  VU M >Y@$#]\SQNLGF?=8620)'#X$XC"+'%737#6'#!6326'.2654#"7>54&#"#"747>323#"54632#Erq ntV`(A 1($ :: 7 9n{ $N$!@ 3&5 Uf|mq4#  %  +V-L+&/ ) '_IT= fJ"."6,.x?6[K%\YNZ!5 'n++3-!.8/@,b`M=M>,.&%+6&7>32#"&7>7>?>32326"&7>2&D,'9 A?k 8`?;*4A ($ +P;2M?g ft? gs?>&.A63N/P6_V/(,hE(!%,7^^/da?D NLEDCA>:76+*" % +32676'&!#&#"&67>7273&#"&672>&7!"_`5 %R+C  / u' 3;L%wJ %- x % -9+Fw Q5 ^  2  1 =>[l  2  1  N#  PM@J-<:ddd   VK >OMFEDB?;87,+#& +#"&7676!#&#"&67>7273&#"&672>&7!"6$B &$f+C  / u' 3;L%wJ %- x % -9? w O5 ^  2  1 =>[l  2  1  N# BOD@ANIGE:dd VK >A?87641-*) +!#&#"&67>7273&#"&672>&7!"&'&76?+C  / u' 3;L%wJ %- x % -9#EemD5 ^  2  1 =>[l  2  1  N# &6[YRQPNKGDC87/+    +272#"'&#""&7>32!#&#"&67>7273&#"&672>&7!"B/&v:L31A&%l4W: P+C  / u' 3;L%wJ %- x % -9XXf+#%%Rl345 ^  2  1 =>[l  2  1  N# RU@R/<b`U   V K  >QOHGFDA=:9.-%!+462"$462"!#&#"&67>7273&#"&672>&7!"LAcAAcHDb??bp+C  / u' 3;L%wJ %- x % -9bcCCcAAcCCcA#5 ^  2  1 =>[l  2  1  N# BMWf@c <  b `  U V M =K >DCWUQPIHCMDMA?87641-*) +!#&#"&67>7273&#"&672>&7!""2676&>2#"+C  / u' 3;L%wJ %- x % -9.<4\=6qdoIGD5 ^  2  1 =>[l  2  1  N#C0-FE.1BdcGEe1ah/@$+ :K(PX@PZb  bU  SN == L  =  K  >@NZb  bUU  S= L  =  K  >YY@gecb`_\XUTMLGFC>3##:3#+%6&#"?!272'.+"326762"'6&+;2676&#!&67>7!&#"&67>!6&/K c60(2 Kk$=RlT F  F Bhc &"o:7 2,bd >:8>,! y) Ja7d  713o$ve>&-R {6+ G8/)9w t. 3  %FA' 4  3 6 /+HD:@$1/@.b bQM =M >Y@::(%#$)& +'7&'&7!2'.#"3272!##".'6732676.K q~`B?-jp# 1'//%# d $I*/==0 pV)Fy)/r@&Mk, +)% O@E '<:K(PX@? ZbZ U= N  ==L >@= ZbZ   V U==L >Y@ LIA@?<9832/*$! OO% +32676'&26762"'6&+;26&#!&67>76&'&67!272'.+"`5 &SfP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J+Fw Q-R 7} H7/)9 = 1 ;y3{; 2  q%wd=' P@F (<:K(PX@? d ZbZ U N  ==L >@= d ZbZ   U U=L >Y@MJBA@=:9430+%"PP& +#"&767626762"'6&+;26&#!&67>76&'&67!272'.+"$B &#f2fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J? w O-R 7} H7/)9 = 1 ;y3{; 2  q%wd=' O@E '< :K(PX@: ZbZ U N  ==L >@8 ZbZ   U U=L >Y@ LIA@?<9832/*$! OO +&'&76?26762"'6&+;26&#!&67>76&'&67!272'.+"#EelfP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J&676&'&67!272'.+"=BbBBb=Db@@bfP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JcCCcAAcCCcA-R 7} H7/)9 = 1 ;y3{; 2  q%wd='4 9R:K(PX@=K =K >@U=K >Y@ 3C%+32676'&>.'&67327& &67>7*`6 &R)#!  117! +!!  117! +Fw Q+<& 65  #K>+<& 65  #K>4 :S:K(PX@dK =K >@dUK >Y@ 3C&+#"&7676>.'&67327& &67>7$B &$f|)#!  117! +!!  117! ? w O+<& 65  #K>+<& 65  #K>4 9P :K(PX@K =K >@UK >Y@541.+* +&'&76?>.'&67327& &67>7#Eem)#!  117! +!!  117! &6+<& 65  #K>4<[K(PX@!UK = K >@UU K >Y@ 873C +462"$462">.'&67327& &67>7RAcAAc>Cc??c)#!  117! +!!  117! bDDbBBbDDbB+<& 65  #K>+<& 65  #K>3-A6K PX@"S M =M  >KPX@( ZS N =M  >KPX@"S M =M  >K!PX@( ZS N =M  >K(PX@. ZZS N =M  >@, ZZ  USM  >YYYYY@82.-(&%#A>!"($ +%32>54.#"67&'&747>77674&'&7473263 !"&#JYZW I`yP|gfz 117! @\VNbN ?L O#8*0k'%:(y+P}h7ag"  #K>Jg1!?#" ShV7 K PX@1  bU  U K  = = >K(PX@1  bU  U K  = =>@/  bU  U   U =>YYY@OK>=:90,"   +272#"'&#""&7>32#&'&#"&#"&67>7.'&677>.'&67327B/&u:L31A&%l4W: 3^!   v'1< & qKF; P)n'1< ( qIXXf+#%%Rl3'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ? )6@3:=M =M> $")) % +32676'&"32654&"56%2`5 &S~:\xw )(+Fw Qeqe { *7@4:dM =M>%#**& +#"&7676"32654&"56%2W$B &$f ~:\xw )(? w Oeqe { )3@0 :M =M> $"))  +&'&76?"32654&"56%2#Eemµ~:\xw )(&6*)1/)6*6#!((  +272#"'&#""&7>32"32654&"56%2B/&v:L31A&%l4W: ~:\xw )(XXf+#%%Rl3eqe {1,:@7UM =M > '%, , +462"$462""32654&"56%2qAbBBbkCc??cF~:\xw )(cCCcAAcCCcA\eqe {% "+''%'7%kB$o!HVV`V{\'7@4  <: 9M =M>*)'+#"''7&56%2& 72656]h^y )׏~:\ QKxw\3{e3e v e>9y/q, IR:K(PX@=K =M>@U=M>Y@ C-O+%+32676'&32>764.'&67327# '&6&'&67327`5 %RHd4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ; JS:K(PX@dK =M>@dUM>Y@ C-O+&+#"&767632>764.'&67327# '&6&'&67327$B &$fd4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ; IP :K(PX@K =M>@UM>Y@HGD@=<64'# +&'&76?32>764.'&67327# '&6&'&67327/#Eeld4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;NWK(PX@ UK =M>@UUM>Y@ C/L' +462"$462"32>76&'&67327# '&>.'&67327FAbBBbCc??cn%UdaK%j M' ) 3 cgs@}#/5 ^qO bcCCcAAcCCcAVm-f?\yQ- 4  3 )9+/۬ZVt-JAG&  4  3 < KV:K(PX@dK =K >@dUK >Y@ MCC&+#"&7676&#"&67>76&'.'&67327676'&67327$B &$f|9{ r }N6 =A wV P# ; =Bv JI))? w O{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w4-=Is@ > '@%U  UUK >Y@ IE&3*5C +>.'&67327632#"'& &67>7%32676&#"#)#!  117! L[U= Tۀw* +!!  117! /+Vq#@[/+<& 65  #K>":KRS%>|O C+<& 65  #K> "$]@ V,KPX@4bZM== N=N>@5bbM== N=N>YY@QOCA=;64%# ]] +%"&7>76&"32>54&'5>54&'&'"#"#".'.#"3267676?67632@..3NB\wui.)Fu+`!`J ()@? /2wrO7:'@4 C"Ad1FBA#/B [c%A|'W/TӞX5  uD? */;$1UOLPTf@NF94Jh:H?) @6dd  b M = M=N>Y@HFB@9864.,#!::%% +#"/7>32232672#"'&74?'#"&547>3226>?&#"32i)X0* WX%#N ZCkpY|n &S"@fhZXd ),+9]n;&7)'C3H%q׾r  R:01'nh+9G0@6 d dbM =M=N>Y@CA=;9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32632#"&767* WX%#N ZCkpY|n &S"@fhZX M!+( }+9]n<&7)'C3H%q׾r  R:01'n1/! N+9Db@_BA?=< 0<b  =M =M=N>:::D:D9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32&''67* WX%#N ZCkpY|n &S"@fhZX5{9}FX.H}+9]n<&7)'C3H%q׾r  R:01'np'SWO['_ESq@nJ4 <  bUU M = M  = N   >SQMKDCA?97.,)(&$EE  +272#"'&#""&7>32232672#"'&74?'#"&547>3226>?&#"32B/&v9L31B%%l3W: * WX%#N ZCkpY|n &S"@fhZXXXf+#%%Rl3+9]n;&7)'C3H%q׾r  R:01'n+9EP`@]0<b   UM =M=N>ONJHDB><9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32>32#"&%>32"&* WX%#N ZCkpY|n &S"@fhZXB-,9D+-8C,-8CX9}+9]n<&7)'C3H%q׾r  R:01'n0@A/.AA./AA/.AAh AOF0 @=  b UU M = M=N>Y@$OMIG@?=;53*(%$" AA    +"2676&>32#"232672#"'&74?'#"&547>3226>?&#"32+=-V@1tHF\ vHGc* WX%#N ZCkpY|n &S"@fhZX#9,);;),9ccGEe+9]n<&7)'C3H%q׾r  R:01'n} QK(PX=<=@5bU  M= M  = M   >Y@ HFA?:843-+#!QQ  +">7654&6732"#"&54$326>32327#"&/#"&5476%65&P+^U_63:[8m`V]7: #Jd;ZH=ZL!Bup;Sif-} *O)=Z8Ldq&H8!f :1=@6b`` bQM= >Y@99(*$$% +'7&'&7632#"&76&#"272#".'6732676.S kK\--E J-/6"/N%#cā CZ c $I*/>=0 `w{Z1A7)9Xk1On9&Mk, ,(%h (7t@ @'ddbM=N>Y@ %+'$,!+4#">32672#"&54>32#"/7>32A"5;8/[`:mJvV(Vm'V}su@lj)X19Ah"=h6@X!opR{NV9h>f| ),h (6t@ @'ddbM=M>Y@ $''$,!+4#">32672#"&54>32632#"&767A"5;8/[`:mJvV(Vm'V}su@lO M! +( 9Ah"=h6@X!opR{NV9h>f|1/! N (3E@B10.,+<b =M=M>)))3)3'$,!+4#">32672#"&54>32&''67A"5;8/[`:mJvV(Vm'V}su@l5{9}FX-G9Ah"=h6@X!opR{NV9h>ffp'SWO['_ (4@?@<<bUM=M >$$$('$,! +4#">72672#"&54>32>32#"&%>32#"&A"5;8/[`:mJvV(Vm'V}su@lB-,9C,-8D+-8B-,99Ah"=h6?X!opRzNV9h>f0@A/.AA./AA/.AAh /z @.bb``=M>Y@ %*%$"+32672#"'&7654/&67632#"/7>32YW%Y%#FmLZ $R я* ^j)X1n}7)'ZbC-9'4 +9] ),h .w @+ddb``=>Y@ $&%$"+32672#"'&7654/&67632632#"&767YW%Y%#FmLZ $R я*  M!+' n}7)'ZbC-9'4 +9]1/! N +E@B)(&$# <b`` ==>!!!+!+%$"+32672#"'&7654/&67632&''67YW%Y%#FmLZ $R я* "5{8}GX-Hn}7)'ZbC-9'4 +9]p'SWO['_' +7?@< <b``U=>$$$%$" +32672#"'&7654/&67632>2#"&%>32#"&YW%Y%#FmLZ $R я*  CX9C,-8D+-8B-,9n}7)'ZbC-9'4 +9]0@A/.AA./AA/.AA#4=@:+< :M=M>%$.,$4%4!$ +67>32&''7&'7>7#".2>767&#"1[R/7Nt W3CTRIG?=9864.,%#  +272#"'&#""&7>326'4/&67632>3232672#"'&7654&#"#"&54>7B/&u:L31A&%l4W9!o$R уjHoN'Y%#FmL L"%3nN ,P7 XXf+#%%Rl3@ddM=M>Y%)&%%!+724.#"47632#".#"/7>32y1'}b\?xj)X1\9O`1MFI1GsmQ ),h *VKPX@"b =M=M>@ddM=M>Y$%&%%!+724.#"47632#".632#"&767y1'}b\?` M!+' \9O`1MFI1GsmQ1/! N '8@5< =M=M>$"  +&''67724.#"47632#". 5{9}FX-Gy1'}b\?Np'SWO['_9O`1MFI1Gsm$6E@BU UM= M  >31+)$"  +272#"'&#""&7>32724.#"47632#".9B/&v9L31A %%l3W: y1'}b\?XXf+#%%Rl39O`1MFI1Gsm (4,@)UM=M>$$$&&%%!+724.#"47632#".>32#"&%>32#"&y1'}b\?B-,9C,-8C,-8B-,9\9O`1MFI1Gsm0@A/.AA./AA/.AAF/ WKPX@SQM>@!USIMAY@ $$$"+%4632#"&4632#"&!7N1#-P/#-N1#-P/%+/L+"3H*/N-#1J+dd%:@7% <: 9M=M>$$*(+#"''7&547632724'&#"F]Nb`DVDVR}kJwJ M4nWI1'g:faMF*koo/;hFU@@9 d  db```=N >Y@USNL#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74#"/7>32s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N.j)Y0 %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C ),;hFT@@9 d  db```=N >Y@PNJH#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74632#"&767s ZFpN'X$#Fl+- "L42osO ,P7 kX%#Nb M!+'  %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C1/! ;N Qh@e! <b```  ==N  >MKHGEC97.,%# +&''67067'#"&5476#""&'>323267>3232672#"'&745{8}FX.H ZFpN'X$#Fl+- "L42osO ,P7 kX%#NNp'SWO['_ %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C;FQ]a@^L <b```    U=N >\ZVTPNJI#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74>2#"&%>32#"&s ZFpN'X$#Fl+- "L42osO ,P7 kX%#NCX:C,-8D+-8B-,9 %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'C0@A/.AA./AA/.AAT|h3A~@ @+ddbb=M>Y@ $%$$(-%"+.#"&'>326'4&54632#"&546323276632#"&767 +MH0%/7C7L)0T.:y]^-`C'8 ;?rv M!+(  $4*`DSoqe(/0L^9>?R $11/! 7B[@X40=$<)9bb=M=M=>#&;&&%+6&#&7>32632'"'&#'54?67"'674#"32>2d {=5yspR@P' P'\f-%F\fPl?XR9f4(DHq`qC!' = ; NT;IXwFXT|3?JJ@GF<bb U=M>IH$$&$$(-%" +.#"&'>326'4&54632#"&546323276>32#"&%>32"& +MH0%/7C7L)0T.:y]^-`C'8 ;?rvB-,9D+-8C,-8BX9 $4*`DSoqe(/0L^9>?R $1(0@A/.AA./AA/.AA 3BNX@U <  b `   U VK >ECKHCNENA?87641-*) +!#&#"&67>7273&#"&672>&7!"!"7>3!2+C  / u' 3;L%wJ %- x % -9 %'D5 ^  2  1 =>[l  2  1  N#(*+9E_@\0<b  UM =M=N><:B?:E3226>?&#"32!"7>3!2* WX%#N ZCkpY|n &S"@fhZXe %'}+9]n<&7)'C3H%q׾r  R:01'n() BPZ@W NLGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"#"&?3267+C  / u' 3;L%wJ %- x % -9ho:rXTD5 ^  2  1 =>[l  2  1  N#kl9678V:H_@\?) <:  bU M = M=N>HFB@9864.,#!::&" +3267#"&7232672#"'&74?'#"&547>3226>?&#"323jdX?y{:z$* WX%#N ZCkpY|n &S"@fhZXVQQIYd5;+9]n<&7)'C3H%q׾r  R:01'n !DNUR@ON  <7: d d   VK = M>PORQOUPUMK#L'#F! +'"'&7467"#"&672>&7!"&#"&67>7273&#327!#R34P|V % -9 / u' 3;L%wJ %- LoHN$#+C q!5nI1 1  N#  2  1 =>[l  2 bV%5 %=Kj@gB,  <#;  b  b M = M=N>KIEC<;971/&% == +232672327#"&547'"'&74?'#"&547>3226>?&#"32* WX%#PlLN+N%RPf N ZCkpY|n &S"@fhZX}+9]n<&7)'g0F^"%/q^RC3H%q׾r  R:01'n-C@@ <# :dbM =M>(&  + '&7!2'.#"3272#"&7676Ց`B?-jp# 1'//%$B &$fV)Fy)/r? w Oh-KPX@1bb` =M=M>@.ddb`M=M>YY@ $#$$%"+%#"'&7632#"&76&#"272632#"&767^J\T\--E J-/6"/N%#cā u M!+' Vpjw{Z1A7)9Xk21/! ,>@; <+&$":bM =M>  + '&7!2'.#"3272&'&76?Ց`B?-jp# 1'//%#EemV)Fy)/r&6@*b` =M=M>Y@)('&"   +&''67#"'&7632#"&76&#"272 5{9}FX-GJ\T\--E J-/6"/N%#cā Np'SWO['_dVpjw{Z1A7)9Xk2'A@><bUM =M> $#" ' ' +462" '&7!2'.#"3272{LfLLfՑ`B?-jp# 1'//%fLLfL@V)Fy)/rD+z@.b`M =M=M>Y@ $$$$%"+%#"'&7632#"&76&#"2724632#"&^J\T\--E J-/6"/N%#cā KD;JR?;HVpjw{Z1A7)9Xk23LT4-RS-=@: <,'%:bM =M>  + '&7!2'.#"3272>767&Ց`B?-jp# 1'//%DemV)Fy)/r6=C0 *U ~h*x@<)(&$#:K PX@(dZ`M=M>@)db`M=M>Y@ $$%"+%#"'&7632#"&76&#"272#&'767^J\T\--E J-/6"/N%#cā wg,6rGR,Vpjw{Z1A7)9Xk2{[$XTKa$35CB=;:K PX@M =M >KPX@ZN =M >KPX@M =M >K!PX@ZN =M >K(PX@$ZZN =M >@"ZZUM >YYYYY@,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&>767&#JYZW I`y 117! ?L O#8*0k'-Dem%:(y+P}h7"  #K>51!?#" Sw6=C0 *U ~w-?BRe@b54FDB@- <b  bM = M=M= M>/.OMJH;9.?/?&&#'% +6&#&7>3232672'"747'#"&5476322'>76#"&7>677474&#"726763e {=X%#h^Vw7XV71 d>W 88D7}T9{N)f4(DZ<%7)&t8X}{+ef?2[;B # W)+-!+I`;cK3-=6K PX@"S M =M  >KPX@( ZS N =M  >KPX@"S M =M  >K!PX@( ZS N =M  >K(PX@. ZZS N =M  >@, ZZ  USM  >YYYYY@4.*)$#"!=:($ +%32>54.#"3#&747>7#73674&'&7473263 !"&#JYZW I`yP 117! BN ?L O#8*0k'%:(y+P}h7cR"  #K>RR1!?#" Sw47Gf@c;975" <  b  b T = M=M= M>DB?=440.&&#$+#32672'"747'#"&547632#736&#&7>32677474&#"72676X%#h^Vw7XF4a {=D7}T9{N)O<%7)&t8X}{+ef?22OX0(DI`;cK7BN@8  @A ZbZ   U   U U=L >Y@$ECKHCNEN?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"!"7>3!2fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J %'-R 7} H7/)9 = 1 ;y3{; 2  q%wd='(* (4B@?<bUM=M>+)1.)4+4'$,!+4#">32672#"&54>32!"7>3!2A"5;8/[`:mJvV(Vm'V}su@l %'9Ah"=h6@X!opR{NV9h>ff()BP@8  @@ ZbZ  U   U U=L >Y@ NLGE?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"#"&?3267fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JGgo:rXT-R 7} H7/)9 = 1 ;y3{; 2  q%wd='kl9678V7B@?%<:bUM=M>'$,$&"+3267#"&74#">32672#"&54>32jdX?y{:z$A"5;8/[`:mJvV(Vm'V}su@lVQQIYd59Ah"=h6@X!opR{NV9h>fJ@@ "@@ ZbZ U   U U=L >Y@ GD<;:743.-*% J J +462"26762"'6&+;26&#!&67>76&'&67!272'.+"KgKKg3fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JfLLfLD-R 7} H7/)9 = 1 ;y3{; 2  q%wd='D 4=@:"<bM =M=M>'$,#$"+4632#"&4#">32672#"&54>325LD;JR@;HA"5;8/[`:mJvV(Vm'V}su@l3LT4-RSf9Ah"=h6@X!opR{NV9h>f!1U@$5< I U  @BZ b  ZU  U= K  = M>Y@TRNLFC@>;:#83V!+'"'&5467"#!&67>76&'&67!272'.+"326762"'6&+;26"'327R33P}U22a oI1m 0C3/%1Hg#9JfP B!  B AbZ$!y5!YKlGN%q!5nI1 1 ;y3{; 2  q%wd='-R 7} H7/)9 = aV%F.:z@6$.@$bQM=M>Y@ #))'%"+#"&547'"&54>32326723274#">'z>Og'V}su@mmJvV(QmGH+N$A"5;8/[`:6:^RsR{NV9h>fP6@X!i;CZ"$9Ah"=hBP@8  @8 ZbZ   U U=L >Y@?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+" >767&fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JEel-R 7} H7/)9 = 1 ;y3{; 2  q%wd='6=C0 *U ~h 3?@<!< :dbM=M>'$,++#&'7674#">32672#"&54>32f,6rGR,gA"5;8/[`:mJvV(Vm'V}su@l;[$XTKa$N9Ah"=h6@X!opR{NV9h>f4AO@L)<@;97:bUM =M>-+  44 +23.#"32676&'&6727# '&7%6%&'&76?%%-Zƶ:)TdPf<; ?Z w /5 -sX=?>$DemDH} TyI$219# 8  8 +3!T`XBο&6@.  V  =M=N=M>Y@caQOJHFD@><:)' +&''672654&'&#"'#".54%67&547.54632672#"'&"4&#"32><5{9}FX.Hj?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %  Np'SWO['_L5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<4BZ@W)@>97-+  44 +23.#"32676&'&6727# '&7%6#"&?3267%%-Zƶ:)TdPf<; ?Z w /5 -sX=?9go:qXTDH} TyI$219# 8  8 +3!T`XBο`kl9678mVPo@AO9" 5<:K&PX@2U  U M=N=M>@0U  U M=N=M>Y@geUSNLJHDB@>*)(&" +3267#"&72654&'&#"'#".54%67&547.54632672#"'&"4&#"32>< jdX?y{:zej?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %  VQQIYd5L5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<<R@O 1<bUUM  =M> 53(%"! < < +462"23.#"32676&'&6727# '&7%6LfLLf5%-Zƶ:)TdPf<; ?Z w /5 -sX=?fLLfLhH} TyI$219# 8  8 +3!T`XBοmD A`l@2@*&@2U M =M=N=M>Y@kiecXVFD?=;9531/*)% +2654&'&#"'#".54%67&547.54632672#"'&"4&#"32><4632#"&^j?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %  LD;JR?;IL5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<}3LT4-RSD4JY@V)655J6J-+  44 +23.#"32676&'&6727# '&7%62&7>76.5&7>%%-Zƶ:)TdPf<; ?Z w /5 -sX=? @1   UUM=N=M>Y@bauraybyXVFD?=;9531/*)% +2654&'&#"'#".54%67&547.54632672#"'&"4&#"32><"&76767>32^j?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %  -93 :JrT]   7&CL5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<Z;M:I O) 3!64 j| :K(PX@%  S K  = K >@#   U  S K >Y@jidc`\YXMLIFCB;:541.+* +&'&76?>.'&67327& &67>7!& &67>7>.'&67327!##Eem*)#  127! + !  118! NN+!!  117! )#!  117! >&6+<& 65  #K>m+<& 65  #K>5+<& 65  #K>=JK@H-($&%%&+%#"&54>76&#&7>3263232672#"'&7654&#"&'&76? -P71e {=wHnN'Y%#FmL L#$2l#Eem?. !4f4(DPT+p}7)'ZbC3GP'-&6@/US  S  K  >Y@!ba^ZWVPONMHGDA>=650/,)C+!!!>.'&673273#& &67>7!& &67>7#73>.'&673271?*"  027! lj+ !  118! NN+!!  117! {z*"  018 E):& 65  "Hm+<& 65  #K>E):& 65  "HDU@R$ 4 <b  b `T= M= >B@8621&"%& +%#"&54>7#736&#&7>323#63232672#"'&7654&#" -P7҂3b {=_HnN'Y%#FmL L#$2l?. !4P]1(DPNPT+p}7)'ZbC3GP'-4{F~K(PX@*U UK =  K >@(U U U  K >Y@BA>;87,+($!   +272#"'&#""&7>32>.'&67327& &67>7%B/&u:L31A&%l4W9!)#!  117! +!!  117! #XXg+#&%Rm4 +<& 65  #K>+<& 65  #K>%:Y@V#<  b ` `U  U =>64/.'%!   +272#"'&#""&7>3232672#"'&7654/&67632B/&u:L31A&%l4W9!$W%Y%#FmLZ $R я* XXf+#%%Rl3n}7)'ZbC-9'4 +9]43,8\K(PX@ UK =K >@UUK >Y@/-52-8/83C +>.'&67327& &67>7!"7>3!2)#!  117! +!!  117! z %'/+<& 65  #K>+<& 65  #K>(*< ,B@? <b``U=>#!)&!,#,%$"+32672#"'&7654/&67632!"7>3!2YW%Y%#FmLZ $R я* >!"n}7)'ZbC-9'4 +9]()4,:\:43-:K(PX@UK =K >@UUK >Y@ %'3C+>.'&67327& &67>7#"&?3267)#!  117! +!!  117! go:rXT/+<& 65  #K>+<& 65  #K>kl9678V/B@?<:b``U=>%$%&"+3267#"&732672#"'&7654/&67632jdX?y{:zW%Y%#FmLZ $R я* VQQIYd5Nn}7)'ZbC-9'4 +9]4!-@g@ @@ UK =M>Y@ $#CF! +'"'&5467&#"&67>7>.'&67327&#327R33P|U7* 117! )#!  117! +!! KmHN%q!5nI05  #K>5+<& 65  #K>+<& 6 aV%FD2>@(2@2b``RM ==>Y@ $$)'%%" +#"&547#"'&7654/&67632326723274632#"&'y?OgLZ $R я* W%Y%#5INP+N%KD;JR?;H6:^RsC-9'4 +9]n}7)'D.H_"$3LT4-RS4,4TK(PX@UK =K >@UUK >Y@ 3C+>.'&67327& &67>7462")#!  117! +!!  117! JkIIk/+<& 65  #K>+<& 65  #K>fLLfL} 1@. <b``=>%$"+32672#"'&7654/&67632YW%Y%#FmLZ $R я* n}7)'ZbC-9'4 +9]4-,\KPX@(ZR K  =K >K(PX@)bR K  =K >@'b  URK >YY@YXUQNM%$,3C +>.'&67327& &67>7#"&7>3232>7>.'&67327)#!  117! +!!  117! HaD6:} h& :.64+  12. ̇f 553/+<& 65  #K>+<& 65  #K>3hq;&wQ@)J*/A,9+ 4  3  &GXDIUaS@PA<b`bR  M  == >`^ZXTRNL&#$/%&% +674/&67632326?674/&676320#"&5463232676#"&5474632#"&%4632#"& %R я*)N42mn3 %R я* #=2QWzHd2.;"%9"4{VFpLC;KR@;HLC;JR?;H3!'4 +?io;'4 +;Y sG5>C,0.8.h9 fSURE3LT4-RS53LT4-RSL(5|4/-+:KPX@ZRK >K(PX@bRK >@!bUINBYYC%$'+#"&7>323266&'&67327&'&76?B\@37z `$ 9?@57{ Łd `C#Eem-hq9'wR?)J+/{; 2  1 =%&6<b`Q =>31.,(&  +&''67654/&67632#"&5463232676z5|9}FX.H= $R я* #=2QXyHd2.;"%9"8Np'SWO['_);'4 +;YsG5>C,0.8.hR94Q-\rj@ @ eUM >Y@^]]r^rXWTQNM?:OC +>.'&67327>7676'&67327&#""56'.'& &67>72&7>76./&7>)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! BWA 2  1 5I%HJ 2  9W) +<& 65  #K>IWUw)@  M4#I_f@c <KJJ_K_HF#)"$)%& +%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#"2&7>76./&7> .P72d {=*>Rj3?G?0&.JRjP77 .<+T=Y42 0@:b   `b N=M=M>Y@IGCA8610&$ KK +"3272#"&'.'&##"&54>7674/&676326?632#"'&1-1%"(7%.<+T@!dZUK >Y@86('$ /. +%2676&#!&67>7>.'&6732>33#"&7676937>9I 117! )#! O#I@ 117! !F$B &$fV}5  #K>5+<& 65  #K>ɢT? w O0,4@1":db`=M>*#'%+6&#&7>3232672'"547#"&76764d {=Y%#h$B &$ff4(DZ<%7)&t9Y?w N4-/Ex@ <69K(PX@$ZeK =K >@"ZeUK >Y@100E1E('$ /. +%2676&#!&67>7>.'&6732>332&7>76./&7>937>9I 117! )#! O#I@ 117! !F5+<& 65  #K>ɢHWUw*?  N34G@D9b`bc=M>1/,+)'  +2&7>76.#&7>6&#&7>3232672'"547P@'ZUM =K >Y@10=;0A1A('$ /. +%2676&#!&67>7>.'&6732>332'>76#"&7>937>9I 117! )#! O#I@ 117! !F$71 d>W 88V}5  #K>5+<& 65  #K>ɢ@[;B # W)+-!+0@@=&%<bbM=M> ,*0 0#'%+6&#&7>3232672'"5472'>76#"&7>4d {=Y%#h72 d>W 87f4(DZ<%7)&t9Y[;B # W)+-!+4-/;y@&ZUM=K >Y@:842('$ /. +%2676&#!&67>7>.'&6732>334632#"&937>9I 117! )#! O#I@ 117! !F)KD;JR?;HV}5  #K>5+<& 65  #K>ɢ3LT3-RR )4@1bbU=M>#'%$"+4632#"6&#&7>3232672'"547<'%=9)+4d {=Y%#hN><)'9f4(DZ<%7)&t9Y4-7[@ 7 @ZUK >YcF4+;2676&#!&67>7'7>.'&6732>3%d!Fv937>9I 117! DK)#! O#I@ 117! ,>`}5  #K>^d?x+<& 65  #K> &4@1&<b`=M>%#&+32672'"547'76&#&7>32lY%#hVh4d {=R=[<%7)&t9YyB;Tf4(D<J@ <@=:K PX@#dbK = =>K PX@#dbK = = >K(PX@#dbK = =>@!dbU =>YYY@ .MJ$+!#&'&#"&#"&67>7.'&677>.'&67327 #"&76763^!   v'1< & qKF; P)n'1< ( qIl$B &#e'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?? w Oh@N!@4 d  db```=>Y@ JH()($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>7632#"&767$R уjHoN'Y%#FmL L"%3nN ,P7  M!+( V;4 VylPT+p}7)'ZbC3GP'- 8) %41/! -<R@ K PX@$beK = = >K(PX@$beK = =>@"beU =>YYY@>==R>RMJ$+!#&'&#"&#"&67>7.'&677>.'&673272&7>76./&7>3^!   v'1< & qKF; P)n'1< ( qIBARQAVBV)($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>72&7>76.#&7>$R уjHoN'Y%#FmL L"%3nN ,P7 xK PX@bK = = >K(PX@bK = =>@bU =>YYYMJ$+!#&'&#"&#"&67>7.'&677>.'&67327>767&3^!   v'1< & qKF; P)n'1< ( qIEem'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?6=C0 *U ~h KK@H,< :db```=>)($&'% +#&'7676'4/&67632>3232672#"'&7654&#"#"&54>7vf,6rGR,V$R уjHoN'Y%#FmL L"%3nN ,P7 ;[$XTKa$JV;4 VylPT+p}7)'ZbC3GP'- 8) %4J@RU@RHG !<b``` M ==>BANLARBR)($&'% +654/&67632>3232672#"'&7654&#"#"&54>72'>76#"&7>b%R уkHnN'X%$FlL!L#%3oN -P7 72 d>X 87V;4 VylPT+p}7)'ZbC3GP'- 8) %4[;B # W)+-!+$/DWNK(PX@0bRM  = M =K >@.b UR M =K >YY@SQIH3C*%$& +%#"&7>3232>7'.#"&#"&67>7>.'&67327276$32G`E4:} g& :%!"!q<<?D&  ./2 Z >:8  -01 ̍?& rta(bQgp=%wQ@)J*/,lx}@.$)|4@) 4  3  %FA54@) 4  R&{I?$KFKPX@1b`b===N>KPX@-b`b==N>@1b`b===N>YYY@ %%.('$&+#"&7>32327>76&#"#"&54>7654/&67632>32N={[Nu/U L5;D c\Hif%F  (P7 o %R щ* h6nD>7=?4"C  9p&PJ8  1' %39'4 +/4J1(=@:UM =M>%"((  +"32654&"56%2!"7>3!2~:\xw )(! %&eqe {() (/@,UM=M>%"((&%%!+724.#"47632#".!"7>3!2y1'}b\?4 %'\9O`1MFI1Gsm;()*?@<*$#:UM =M>(&!  +"32654&"56%2#"&?3267~:\xw )(}go:rXTeqe {kl9678 V+/@,:UM=M>&%%$&"+3267#"&7724.#"47632#".jdX?x|:zrK-PX@#ddM =M >@'dddM =M >Y@><54-+%#  +"32654&"56%2#"&76?63"'&76?632~:\xw )(#  !  'eqe {$ '  $ ,;]K1PX@UM=M>@&bUM=M>Y@ &&(&%%!+724.#"47632#".#"&767632"&76762y1'}b\? #% ( %\9O`1MFI1Gsmt /  ++1=K@ @-b U U= N >Y@ @>FC>K@K:7-,+'# == +26762"'6&+;2676&#! !!272'.+"3276+"lT F  F Bgg %"o<7" 3-aC??(\60)1 Kk$> U;%%;FB/9-R y8 G8/)9w  u.to$ve>&b3y'9EE@BA50<bM=M=M>#"$)"'-" +32>5<.#"43263232672#"''"&4#">G-Nk+ !D_4+Ru@mmJvV(Vm@A"5;8/[`:slF >3';RbWVV9h>fP6@X!op~69Ah"=h3z GUZ@W PNA@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$#"&7676-yXL9NTJxh: %V@o? >K  117! ?L '!$B &$fq^Imi%SVb?RH? %d'1">#! "  #K>51!?#" o? w Oh/=v@*ddb`M=>Y@ $#"$'%'+#"&54>7654/&67632>32#"'&#"632#"&767)N -P7 L%R у@K?A?0&-)` M!+'  8) %3_R;4 VyJ/7X6t1/! 3z; G]^@[IH H]I]A@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$2&7>76./&7>-yXL9NTJxh: %V@o? >K  117! ?L '!#! "  #K>51!?#" ]IWUw)?  M4/EA@><69b`eM=>100E1E"$'%'+#"&54>7654/&67632>32#"'&#"2&7>76./&7>)N -P7 L%R у@K?A?0&-)` A@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$>767&-yXL9NTJxh: %V@o? >K  117! ?L '!Eemq^Imi%SVb?RH? %d'1">#! "  #K>51!?#" <6=C0 *U ~h :E@B*< :db`M=>9753/-&$ +#&'767#"&54>7654/&67632>32#"'&#"g,7rFR,N -P7 L%R у@K?A?0&-)`;[$XTKa$+ 8) %3_R;4 VyJ/7X6t[58F@&<<9:KPX@.db`M = =M>@1db`bM =M>Y@ (,%.%#+#"'.#"#"&#&5476322654&'.547>32#"&76765''R@'ddbM=M>Y@A?420.*($! +632#"&767&'.#"#"&5463232654'.54>32 M +( e5#>  +D;#纲<P3+q'ChEsq=bd1/! += (# 5J=2{odb-@,b`bM =M>Y@ ,%.%#+#"'.#"#"&#&5476322654&'.547>327&'&76?5''R><1/-+'%  +&''67&'.#"#"&5463232654'.54>325|9}FX.H5#>  +D;#纲<P3+q'ChEsq=bNp'SWO['_+= (# 5J=2{odb-KPX@;b`b M = =M=M>@>b`bb M =M=M>YY@QOCB?=876532,*" %# +#"'.#"#".'6732676./7.#&5476322654&'.547>325''R=0$ &/̌ekvz;Sm v=V`2w_F$GeCoDZ ]&Mk , ,(% '%#w t`VtIQq}*263hN@8EC@.b bQM=M >Y@NNHF><76,*+"$ +'7.5463232654'.54>32&'.#"#".'6772676.0 ~z<P3+q'ChEsq=b5#>  +D;#筧/ d $I)/>=0 dY-:KPX@)b`M = =M>@,b`bM =M>Y@ ,%.%#+#"'.#"#"&#&5476322654&'.547>32>767&5''R><1/-+'% +#&'767&'.#"#"&5463232654'.54>32f,6rGR,C5#>  +D;#纲<P3+q'ChEsq=b;[$XTKa$/+= (# 5J=2{odb-KPX@6 bbQ  =  M =K >KPX@2 bbQ  M  =K >K&PX@6 bbQ  =  M =K >@4 bb  UQ  =K >YYYY@HECB>=<9875"(%#+%&##".'6732676./7"&67>76&+""'6743) 72#.+"N8z u* c $I*/>=0$ xv }N5ad33B( 9is-39{; 2 L&Mk, ,(%  1 ;{^mbw  s`fkz3PG@C+ 86K*PX@0b  `  bQM=  >@.b  `  bUQ  >YY@ ED()$$! +7#"5476?>7>3#32672#".'6772676./7&54} 2l =A+)zX%#3 c $I*/>=0$ }f !f<' \ L :%7)& Z&Mk , +)% s</=OK PX@$&<<75:KPX@$&<<75:KPX@$&<<75:@$&<<75:YYYK PX@"b M =K >KPX@&b = M =K >KPX@"b M =K >K&PX@&b = M =K >@$b U =K >YYYY@ -*153 +%& &67>76&+""'6743) 72#.+">767&N8z  }N5ad33B( 9is-39Eem{; 2  1 ;{^mbw  s`fkq6=C0 *U ~-?y54@(bUM =M>Y@/.;9.?/?#$$! +7#"5476?>7>3#32672'"542'>76#"&7>} 2l =A+)zX%#h72 d>W 87 !f<' \ L :%7)&t<[;B # W)+-!+9?qK PX@ ,#.!<KPX@ ,#.!<KPX@ ,#.!<@ ,#.!KPX@0 b  U  = M =K >KPX@, b  U M  =K >K&PX@0 b  U  = M =K >@. b U  U  =K >YYYY@?=:8520/+*13##3+%& &67>7#"7>;6&+""'6743) 72#.+"32+N8z  }NS75ad33B( 9is-395{; 2  1 ;{$^mbw  s`fk#P=sK*PX@*b  UM=M>@(bU  UM>Y@=<97$!#$#$ +32672'"547#"7>;7#"5476?>7>3#32#)9X%#h<w/ 2l =A+)/!:%7)&t;W$ !f<' \ L #s<VxK(PX@*   U  UK =M>@(   U  UUM>Y@>=TRNMJHFD@?=V>VC-O% +32>764.'&67327# '&6&'&67327272#"'&#""&7>32d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;sXXg+#&%Rl3;`w@t0  <  b  ` ` `U U  = N >\ZWVTRHF=;42.-+)#!  +272#"'&#""&7>32067'#"&5476#""&'>323267>3232672#"'&74B/&u:L31A&%l4W9!A ZFpN'X$#Fl+- "L42osO ,P7 kX%#NXXf+#%%Rl3% %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C7<H\K(PX@ UK =M>@UUM>Y@?=EB=H?HC-O% +32>764.'&67327# '&6&'&67327!"7>3!2d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;5(*;FR\@Y<b```   U=N >IGOLGRIR#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74!"7>3!2s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N $& %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C()<J\JDC=:K(PX@UK =M>@UUM>Y@ %$C-O%+32>764.'&67327# '&6&'&67327#"&?3267d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;kl9678;VU^@[%  <:b  `  ``U=N  >QOLK*)'$&*&" +3267#"&7067'#"&5476#""&'>323267>3232672#"'&74jdX>x{:z  ZFpN'X$#Fl+- "L42osO ,P7 kX%#NVQQIYd5 %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C<GQrK(PX@* U M=K =M>@& U  UUM>Y@>=QOKJCB=G>GC-O% +32>764.'&67327# '&6&'&67327"2676&>2#"d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;C0-FE.1BdcGEe;FQ[h@e<b```  U  U=N >HG[YUTMLGQHQ#*)'$&'+%067'#"&5476#""&'>323267>3232672#"'&74"2676&>2#"s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N.<5[=6 qdpIG %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'CYC0-EE-1BdcGEe<M^K(PX@# ddK =M>K-PX@! ddUM>@%  dddUM>YY@ ^\&(C-O% +32>764.'&67327# '&6&'&67327#"&76?63"'&76?632d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;$ '  ;FUd@@@ bb```   U=N >Y@ca[ZTRLK#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74"&767632"&76762s ZFpN'X$#Fl+- "L42osO ,P7 kX%#Nr#% ( % %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'C /  ++R-Lc@L@UQM>Y@ KIO'C%"+#"&547# '&6&'&6732732>764.'&67327327l'z?OgAJm' 2  1  %E@/kF]"%F;Y@& O Y  @8b  `  ``` R=>Y@XVML*)'$&,%" +#"&547#"'&747067'#"&5476#""&'>323267>3232672327'z>OhN ZFpN'X$#Fl+- "L42osO ,P7 kX%#;KJK*N%6:^RsCd %pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'L/E\"$<Ij@9K PX@  = >K(PX@  =>@ M>YYYJ%(M+76.'&67327"&'"&'.'&673277%&'&76?^u 'w /# v' Ne-1#N3#411 zǓ 7A-\<$EemVJ   2  1 5T/1/b-/  2  1  #$A59 &6K PX@ b ==N>KPX@ b ==N >@ b ==N>YYY@?=42&%  +&''67''"'&'"&'>32>76676'&'432#".'R5{9}FX.H__AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# Np'SWO['_ph:+ /]l/!D@lAKJ6+Y1s|/10=JMIDB@:K(PX@K =K >@UK >Y@ MCC+%&#"&67>76&'.'&67327676'&67327&'&76?J9{ r }N6 =A wV P# ; =Bv JI))V#Eel{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w&6Q@N<bb ==M>;953/-%#  +&''67.#"&'>326'4&54632#"&546323276\5{9}FX.H +MH0%/7C7L)0T.:y]^-`C'8 ;?rvNp'SWO['_f $4*`DSoqe(/0L^9>?R $1M_K(PX@"U K  =K >@ U  UK >Y@D@32CC +462"$462"&#"&67>76&'.'&67327676'&67327BbBBb=Db@@b9{ r }N6 =A wV P# ; =Bv JI))bDDbBBbDDbBL{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w- =K PX@+)<:KPX@+)<:KPX@+)<:K$PX@+)<:@+)<:YYYYK PX@,db`M = N >KPX@0db`M = N = >KPX@,db`M = N >K$PX@0db`M = N = >K(PX@4db` =M = N = >@2db`U = N = >YYYYY@4.-,('&#=<& +#"&76762672#&)"767>&#!""'6743)26323$B &$f^85N- % q5=: Z7x ? w O&| jT   BOh3A@  +<9KPX@I  b  bZ```` =M=>@F d  d  bZ````M=>Y@=;7521#!!#) +632>76#"'&&'677"#"&#""'>3236632#"&767+" ;]G706.Ibn]TA$KPX@3b`UM  = N = >KPX@/b`UM  = N >K$PX@3b`UM  = N = >K(PX@7b`U = M = N = >@5b`U  U = N = >YYYYY@ .('&"!  7 6 +462"2672#&)"767>&#!""'6743)26323)LfLLf^85N- % q5=: Z7x fLLfL| jT   BOD3?u@r  +<9  bZ```` M =M=>><8621#!!#) +632>76#"'&&'677"#"&#""'>32364632#"&+" ;]G706.Ibn]TA$KPX@+b`M =N = >KPX@'b`M =N >K$PX@+b`M =N = >K(PX@/b` =M =N = >@-b`U =N = >YYYYY@&  /. +%2672#&)"767>&#!""'6743)26323>767&\^85N- % q5=: Z7x EemZ| jT   B6=C0 *U ~Oh >~@{   6'< :%9 d  bZ```` M =>=<:85420/-,+#"  +#&'767632>76#"'&&'677"#"&#""'>3236g,6rGR,o+" ;]G706.Ibn]TA$@/bbM=M=N>Y@ $$)(&'#3+6&+"?63267>7>32#".'.#"'"&546323267>/DZ  -1. xFHtTLh-L7 ")7#%l5:mwG/=0 ?9- #)0s794%:-3N +?%-)PPV9#?M)!1ÏH1]G@S 9!.,K(PX@N  ZbbUQ N  ==L  = K  >@L  Zbb   UUQ=L  = K  >YY@$ZWONMJGFA@=:871/'%  ]] +26762"'6&+;26&+#".'6732676./7#&67>76&'&67!272'.+"fP B!  B AbZ$!y5!Y_/ c $I*/>=0$ }a oI1m 0C3/%1Hg#9J-R 7} H7/)9 =T&Mk, +)%  1 ;y3{; 2  q%wd='= C@1&$@,bbQM=M>Y@ '2(),!+4#">32672#".'6732676./7"#"&54>32A"5;8/[`:mJvV(. c $I*/>=0$ v 'V}su@l9Ah"=h6@X!(S&Ml , +)% R{NV9h>f<8@5<ddUIK?:2)9"+632&'76?>?6'"2&'76?>76&#'"&?672#qR'3 N0 0f1_9 R5}$c *|@Ph%% ] %% !A$% 5GL@IA(<bUU I K ?FC@=4$334%$$% +>32#".'&#"632;2&#'76;276&#";2&#'76;26\8C8RA -7 jj=8< /\+o/ 9 !&`+B / ^(o;Ec-2$ 'P&6ZXYQ/ ## />A,$/ ## {U +@ &K!PX@.b`XUINB@/b``UINBYY@)'%#     +2"&7>6&#'"&57672#"&76323267$*4)_ +|? =/38=-H +&,:""""{A$% 77Յq-3&3;u/e@ (/@$bUIK?Y@ 5#26"!+632#"'&'"2&#76?>76&#'"&57672kGL ;" A5% \; %#8 +|? y@5 H $$ A$% 17 )q@+bbUIMAY@ ""!$2"3 +6&+"?7+"327#7##"763232764$  %#B .~>kJL ;  @" '' !7)yy@7 H 2KPX@3bbb UQM>@9bbb UUIMAY@ 0-"6""!$"" +327672#"'.7##"7632327676&+"?7+" , %X-=#kJL ;  @4$  %#-w;(3/ry@7 H" '' !"+4FK PX@ 1<:KPX@ 1<KPX@ 1<:@ 1KPX@+I UU I MA@,U UU I MAYYY@420.&#! ++ +"&?37#"37632"#!76372676&6&+37G/i `IC\85I0/ MK  '=F.'#!w%aK4VN#o .G} J?@323267676'.#"&5?37+5I U-Y823a>7.  E%  UI'  1  #! LPX%S=4[# ZF%KPX@ e>@ d[Y)& +#"'&7676703/   %(  +\u?K1PX@IMA@bIMAY&&$+#"&767632"&76762 #% ( % /  ++3#@ :IMA  +"&7>732z71 d>W 88Z;B # W)+-!*7@9M >  +2'>76#"&7>71 d>W 887Z;B # W)+-!*'FI@  @eM >Y@   +2#".67>3%^ /94K! WF)V%*V #%3<2:\Jy5K@@QM >Y#$#"+#"'732676&#"'632yb#KV?C&0hi5p{ TCPL\T >J5K@@QM >Y#$#"+>32&#"327#"&>a% KX@C&0gaJqz TCPL\T } @bcM>"&"+>32#767>&#"#"&} y\GN TV P^J(i ! 3NUF:7:=9HBA4T6\x@KPX@ZcM>@bcM>Y'#"+#"76&#"#76'&7>32#"%>(5 6D P =? pG\Y (66*+3BAH9<;6;GTOJ+"+5ouVum"+"+%771:]\V\v3@<e > + #3# \V\nN3@<e > + 3#38\~V\9nG3OX @9 >  +&''67-l1{8m#TXmkN]\cp%vJ @:[  +&'767 4e/{8]!^%~kNOjq5N-@ d[Y&% +#"'676763  "  *!x}@ "z3iN @IMA   +!"7>3!2r %&N()Db -@ d[Y$! +632#"&7673 ?(/ /' $` %K*PX@ e>@ d[Y$% +#"/7632q[ # HG)/- @ <d>#! +#"'632!#E!"- R gYN @IMA   +!"7>3!2\$%()?i` %KPX@ d>@ d[Y&! +632#"/EM &T  Ju KPX>[Y   +"767% 8!J,.G% s YL=$@!<GK? +!7]=D;@ 9[ +!;/ O@@UIMAY#$#"+6&#"'632#"'7326 46 !'PXO 3S1H@ nOMm@DF9O@@UIMAY#$#"+>32&#"327#"&N(%3U 73 MYMo=H13F?l-myE @dL>Y@ " +&767376723 .----y$@! <S>" +##"'7#&767 . -=r@ KPX@dT>@deGL@YY"!+#"'7#&767376323#!  T }Z @GK?  +!&767  @;ih @ :IMA% +267#"&7|e 3+`luhRfbV~=D @M >$" +4632#"&LC;JR?;H3LT4-RS< *@'UIMA    +"2676&>2#".<4\=6qdoIGC0-EE-1BdcGEeOf?(@%< :dIMA*! +"&7>732>76qSR~ng7$"IOPU"XoB`X\6@3<: 9QM >  +267#"'&#"'>32$7".J3FA$'70)`@AG3,> 5-.4 ]Y9-\u?K1PX@IMA@bIMAY&&$+#"&767632"&76762 #% ( % /  ++J@ < :d[$( +67327#"&767#21FYZ'$ \ Ta"$A#N#)9):?2CF"+'&'.'7'6767%ɓ  Е    3xw,7c@ 6(@UIMAY@1/%$" ,, +"&76?&#&'?327"?6&#?37"'32676/7: /X_ B=V< <E% E+e 89\k*!X1+"=f+'- -- I%Rm (&Dk  @dd[;2 +6&#'"&?672&'76?>7 *|@h N3}%5A$% 5V %% !-@ ,KPX@"bUQK>@(bUIUMAYY@ !-")#+332676&'.>32.#"#"&#"6- "$8)B%@L>M-a 0B()>1/.: \[*![K*%''%="C~Y O<*($&-8%:KGdXN@K+I3X@B@?+<bUIMA1/&%! >> +32&'07673>?6.'.67>32"&7>5676&#" P2 !!   }`Xy-*:/5F   %%  .! "'NYZK  &0H2,E) ;0(+)8K&PX@K = >@S >Y@  + #!7)s)AK&PX@S = >@dS >Y@  + #!7!7C)'s)AK&PX@S = >@dS >Y@  + #!7!Ds)s3R)AK&PX@S = >@dS >Y@  + #7!7!D)׍s)5):K&PX@ =K >@dK >Y@  + !7!;C)s#@ dGL@ +73!{hhZ\|h9#@ deGL@+7#3!!jk?>h^O@<d[ +33#Omu\@u!@SGK?+!7!7!7!/'/XZ1x11@. 9IMA-*11 +2&7>7>.#"&7>%2&7>764.#"&7>93 :JrT]  7%Co94 ;JrT]   7%CZ;M:I O) 4 7Z;L;I O) 3!60/@ d[Y +3#3L3`Lu0G/@ d[Y +#3#M4\Mu."+%7%5H |L9M."+%77A {L7L fq *@'UIMA    +"2676&>2#".F +[G ,W}JG}C0.DE-1BdcGEeV5@ d[Y@   +2#"/&7>A"E 4V /VE%2#"/&7>6%f 4;"E 4J -  /VZ32$7!/J3EA$'7/)`@AG3-> 5-.4 ]Z:-"i@M=M>+>2">2"MY3MYMY3MYZ@@Z@&Y@@Y@ @eK>" +73##F"<7V [ "@ <eK>! +'"'#&7673D;+7# Hw C@  @dGL@Y! +6323#'<, L 7KPX@dK >@dGK?Y" +#&7673672F"; " H@deL >Y@  +%!#.'76734 @FJYmD."&+=W=3B5%6 "3vh%KPX@ e >@ d[Y%% +#"/7>32j)X1d ), h %KPX@ e >@ d[Y$! +632#"&767 M +' d1/! wN @9 >  +&''675{9}FX-GNp'SWO['_#1@.IUMA  +272#"'&#""&7>32B/&u:L31A&%l4W9!XXf+#%%Rl3#X @IMA   +!"7>3!2 '5'X%-".9b  @IMA   +!"7>3!22$&b!*,qV@:IMA&" +3267#"&7jdX?y{:zVQQIYd5)==D @M >$" +4632#"&LC;JQ@;H3LT4-RS9' @IMA$$$"+>32#"&%>32#"&J/.:L./8K/07J0.90@A/.AA./AA/.AABo%@"bcIMA$'&+#67676&#"#"&7>32DG ? = 1 'j38;BIQ( # %%MNT *@'UIMA    +"2676&>32#"+=-V?0tHF\ vHG9,);;),9ccGEeu-K1PX@ d[@dd[Y%&&$+#"&54?632'"74762+  $%/ x 2#3z %3   -;h @ :[ +#&'767g,6rGR,;[$XTKa$P;,KPX@ K>@GK?Y +#3s4sPq]P3KPX@ K>@GK?Y+#3#3q4qq4pPqo %4 2"'267#"&7AM*AMf!2+aluqM88M6-RfbV~?) 4 9K&PX@ M >@IMAY% +4&"'>32f!2+aluRfbV~3"@:IMA +"&76767>3293 :JrT]  7%C[;M:I O) 3!77@9M > +2&7>764.#"&7>f93 :JrT]  7&C7Z;M:I N* 4 7B!@9M >  +2#"&"&'&7>1,98  =L l,# YB7!3 )O I;L;[;9KPX@ M >@IMAY@  +2&7>764.#"&7>P94 ;JrT^  7%B[;L;I O) 3!7?i` %KPX@ d>@ d[Y&! +632#"/EM &T 2Ju KPX>[Y   +"767%I8!J,.G% s &@#<dS>"!+#"'7#&76737632H  +  kF@ @dT>Y"!+6323##"'B    dO I@ 76&'.7>32 qT1 2+71%;+95RO[5'6"%+j9 B&@#<UM>!$""+3263#"&7>32"&#" 0A  QYU ?I3@PqRTsTB-eyE @dL>Y@ " +&767376723 / ,~-%-y$@! <S>" +##"'7#&767 . - L@ @dT>Y"!+#"'7#&767376323# " -  @GK?  +!&767  *@'ddM>  +2?0303#"&7>32u`--)'7bYVr $!*dtn@ %!9#'@$ddN>  +".7;267>32c=< 6'),-a%@1 @lG : & Bl @IMA$ +462#"&B^?A-1@1=A-/@B} @IMA$"+4632"&%462#"&A-1@B^?jB^?A-1@1=A-1>B-1=A-/@Bd !@UIMA#"+4&#"26%462#"&A-/@?_?figIHf/DFZGG-Fddgdv@9[ +2&7>76.'&/&7>@ddINBY@ (% +'73#".'6732676. F7 c $I*/>=0 b&Mk, +)%F%?@<:M>)! +#"&54%327RPf/++N$q^R+"%\ @ <d>#! +#"'632!#E!"+ R TLH3!2#"'7! $/{%$m 3jK@  @dIMAY""&&$+#".'#"&'>732763232! 4v4$6a 3>- JTT  ROy G3^H7==b (:KPX>[Y  +&'767*n.rB]"]=f`XOiq3X @9[  +&''67%t14c#b[pITeq)V @ :M>% +267#"&7e 3+`luRfbV~1^ @ 9IMA% +4&"'>32}e 3+`lu1RfaW~B}1@.IUMA  +272#"'&""&7>32B/&v:L31A&%l4W: XXf+#&%Rm3N @IMA   +!"7>3!2]$%()_pN @IMA   +!"7>3!2=$%()Pb /@,UIMA     +!"7>3!2!"7>3!23$%83#$'*')B1@.IUMA  +272#"'&""&7>32B/&v:L31A&%l4W: }XXf+#&%Rm3 @IMA   +!"7>3!2u\#%() @IMA   +!"7>3!2B>$%()aWTKPX@ =>K!PX@ e>@ d[YYY +2"&7"1=/T\D@< => +"&52*"2")& &@#<UM>!$""+6&#"#7672#"'72326u 0B  QXU ?I3@OqRTsTBTLH +37%!!b**tEBi3jI@  @eIMAY""&&$+&'>32>32&#"#"'&#"! 4w4%6a 3>- KTS  RO9y G3^G# "+''7'77xEw/yGw.R99::TN"+6&'7.676 3<3!+NB?1$'p)@;$ '=hB0] /@,UIMA     +!"7>3!2!"7>3!2X=#$9>$%'*')2`E %K*PX@ e>@ d[Y$% +#"/7632[ # HG )/bv %K*PX@ e>@ d[Y$! +632#"&767 ?(/ /' $S1@.IUMA  +272#"'&""&7>32B/&v:L31A&%l4W: 'XXf+#&%Rm37@9M > +2&7>764.#"&7>f93 :JrT]  7&C7Z;M:I N* 4 7^;J2@/dbINB+>2"$>2"2"&7676VCM,CMCM,CMq .sM88M88M88M8*  %#[@ :M>%$ +73267#"&7r+!B:0'w5ORk=,^LSUH3!2#"'7!( %.{$$ >Ptb /@,UIMA     +!"7>3!2!"7>3!2>$%8=#$'*')|3 6@  @ d[Y&$+#"'672#"'672  "E!"  #E!#D R   R  z I@ @eUV >Y@ $#%#!+"#"'7&#"'>327632267#"' 6:#'7.)_@834<$G8!.J"%t(.4 ]Y"o,>  h#}@<;KPX@%UQM=M >@#UUQM>Y@! ## +"&>2"&>2267#"'&#"'>27 08 7 17 ;$7!.J3EA%'7/)_F4(8((80(8((8-> 5-.4 ]Z:-<^1( K(PX@(  U UQM  >@.  U  U UIMAYY@"/-,*%#!11  +2#"&#"#"&767232>72'"&#"#"'&?63232> O[! 8! U^ (@!* QY!"!8  V](@! mH&& hD## mH%% jE#$w;s lKPX@dT>@deGL@YY+673!.'3#>7!#.'{mD."&& FLg}zH*>d@FJY$5!"5= ~( +77673.'1>F">%Y*+1)2+ FgnrcH !2kt"+%77 {L7L8N*@'<QM>#$#"+>32&#"327"&O 3P 24 ")O[Mm?F32G=o*@' <UIMA%+"&>24&"'>32AL+ALe 3+altM88M6-RfbV. "+''7'77y=w)y>w(2233_.h"+%7%6H |L9M<.E"+%77 {L7LF. :@<:9K/PX@ d>@ d[Y +%77%#3# +L3\L{M6Lu7'a*@'<QM>#$#"+#"'72676&#"'632aO(%4O 33 N[Nn>H13F@nY@M> +>2"{MV2MVV??V@7}q7@ -<";KPX@"XYINBKPX@!XeINB@ deINBYY@ &'"''"!! +"&#"#"76326&7>32>32#"#".'#"&7> / &7!,E+ L3 .   #8-%3C M 3'-!AC1J (\@UIMAY@$#(("$"$$ +2676&#">32632#"'#""2676& +[G ,-.FHV)DUHV}JU)DVG.F *[G ,-FE.1ABvdBBcGEeBBB0-FE.1Au m@ KPX@eV>@deINBYY6%6"+"&?656+"76?632;2f ]! #Y     w @ :M>  + 732>7c*1gލvV7%5LI&$NC;%)%@" :IMA  + 732>7*1fލvV7%5LI&$ND:%= @IMA   +"7>3!2#-+=#/#.R @IMA   +"7>3!2#-,"/#-@XjN@ < :9KPX@QM >@UIMAY"'""+6$3232$7#"'&#"@EՅǘyV9D8¤_`hADDE Mj.DBSC @9M>  +2.#"'6$#`Z+*b⌎|G%;[[23bS;%;dKPX@dT>@deGL@YY+!.'3#>7!'FLh}{G)=P5= ~( 54/-)'! 8 8# +32>7"5 #"&76?6&#"#"&7>3227Ed %&+    $'v7- U'1:   4+L+  ,"B=   09FL?avL<@9<SQM >  +27"'&7>32#76#"7,9JF' dAH) !a1' ?';2!O:^X>;"!% +&#"&72>?6&'&7673&"&>2" +#*   @)% %V   G%%7F $@!QM >    +2"&>6&#"32A8> a;^j";L8F8F $%$#5"+726?6&+"5?7#7'#"?6&'#"&5757p%/ :  1)1*ER)#?F 8'g *L4@1<bQM >  +2#"&76#"32>7#"&>@5$!&;  " >FC9gL%'-C:%+ BVe (\@#($@dQM >Y%"#"+7&#"323#"'&7>327&6.'7673#7y!<  .$6 W<1 @)B,A$ Z%mK2#%NKPX@( bbc =M >@%  ddbcM >YY@ :92':" +672&#7637>?6&#"2&#7637>?6#'"57672>-+3 5"J 5  9%F  2 T% dR956  )4  9FNHVn@)$@ bcM >Y@RQNLCA97,*(&#"'# +76&#"&#"&72>?6&'&7673672672&#"&76?6&#"&#"&727> .# +#* @* :(= >/'( ("+"' *# +) Zw+-   459865  w+&  L-6@3<9beM >,*'%#! +7#6326'&?67623276&#"*?  *#+ " %,6:    ##<8@5<:QM >$#$"+27#"&?#"57672?32#} #,<(/=AK?'"" M huB-N@ " @eK >Y@ %#3(34+'.#&5?7+"7676&#"?7#"&. 7P "Z '7  ! SHGz@<'B/<  :GC409K PX@ b WM >@ b cM >Y@FD@>86$'##$"$%! +632767'&#"&?27#"76#"?327#"32&'"76326'&'2&'"X  TB  sD ')R? ,!;"@,*)Pu?J Z` 7?qN% @ 9[   +2'6) #)E%'+'Js @ 9[   +%2'6D&'+D')+HuTbs@d[  +2"&5476!\  'f F  %#p'J &8@5<dbINB &&$$$+>2#"&%>32#"&2#"&5476CX:C,-8D+-8B-,9!\  'f 0@A/.AA./AA/.AAF  %# Rb@_/<b``   V K = K >QOHGFDA=:9.-%!  +2#"&5476!#&#"&67>7273&#"&672>&7!"!\  'g 5+C  / u' 3;L%wJ %- x % -9F  %#w5 ^  2  1 =>[l  2  1  N#{ @IMA   +"&546323DF1-JFF/1HH1/FTBR@8  @F  d Z  bbZ   U U=L >Y@$DCLJCRDR?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"2#"&5476fQ B  A AbZ% y5!X^1` oI2m /C30%1Hf#:I!\  'f -R 7} H7/)9 = 1 ;y3{; 2  q%wd='F  %#Z6]mK(PX@3d  b  S K  = L >@1d  b  U  S L >Y@_^ge^m_m]\WVSOLK@?33C+>.'&67327& &67>7!& &67>7>.'&67327!2#"&5476H)#  127! +!  127! NN+!!  117! )#!  117! >!\  'g /+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>F  %#-,<fK(PX@%dbK =L >@#dbUL >Y@.-64-<.<3C +>.'&67327& &67>72#"&5476*#  128 *"  118! q ] (g /*<(  4  3  $J>*<(  4  3  $I?E  %#,B@?dbM =M>&$,,  +"32654&"56%22#"&5476ӵ~:\xw )(x!\  'f eqe {F  %#Z=MiK(PX@& dbK =K >@$ dbUK >Y@?>GE>M?MMCC +%&#"&67>76&'.'&67327676'&673272#"&54769{ r }N5 =A wV P# ; =Bv JJ()!\  'g {; /  / <{90-R1 2  1 59 Z 2  1 #9J3wF  %#%7G@ 3+@. d  b`M = N >Y@98A?8G9G54/-$" 77 +%37.5%6!23272!"7654&#"#!&547632#"&5476`/%#r?% R|iE[DQ+!7// H#!\ 'f l7ؕѤuΘm!lo!']<󉑁TՑUA!Q#hZ'F  %#NF'3CE@B< dbbV=>54=;4C5C$$$'%" +327#"'&76&'&7$72>32#"&%>32#"&2#"&5476##;)'J\1+\K/%!AB-,9C,-8C,-8B-,9![ 'f HA!-E95}X+%!+sf0AA0.@@./BA0.@@F  %# DB@@=:dd VK >A?87641-*) +!#&#"&67>7273&#"&672>&7!"+C  / u' 3;L%wJ %- x % -9D5 ^  2  1 =>[l  2  1  N# - ?K!PX@!UM  =M >K$PX@'ZUM  =M >K(PX@-ZZUN  =M >@+ZZ UUM >YYY@ :90/+&?>  '#! +32654#" 32>54&#263 !"&#&547>76'4&'&547In|X:dd3CfQ%xz6m?! 118! =K ' DtHfs}p.E!  #K>51">#" -0a.@ZUK >Y@*&#" 00 +#"".#&67>7>.'&673!7'.wD + ! ?I# 11: +!! L)/sӢ+<& 65  #K>5+<& 6}'Z5%@" < =N >5 +!#!"&74>7ZL# )# /q    1B@8  @8 ZbZ   U U=L >Y@?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J-R 7} H7/)9 = 1 ;y3{; 2  q%wd='-9/K PX@<KPX@<KPX@<K$PX@<@KPX@+b`M =N = >KPX@'b`M =N >K$PX@+b`M =N = >K(PX@/b` =M =N = >@-b`U =N = >YYYYY@&  /. +%2672#&)"767>&#!""'6743)26323\^85N- % q5=: Z7x Z| jT   B4-]kK(PX@%  S K  = K >@#   U  S K >Y@]\WVSOLK@?33C+>.'&67327& &67>7!& &67>7>.'&67327!)#  127! + !  118! NN+!!  117! )#!  117! >/+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>D#2@@ @2bb U  M =N >Y@"43%$;93@4@-+$2%2 ## +326762"'6.+""'676762"32654&"56%2B3wA 0 /JP3wD /# .L~:\xw )(-Jf[!#5.I*!#5eqe {4-,AK(PX@K =K >@UK >Y3C+>.'&67327& &67>7)#!  117! +!!  117! /+<& 65  #K>+<& 65  #K>4Q-\S@UM >Y@XWTQNM?:OC+>.'&67327>7676'&67327&#""56'.'& &67>7)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! /+<& 65  #K>BWA 2  1 5I%HJ 2  9W) +<& 65  #K>cD.#@ < =L >-+"F +7632>'.77632>'.'&'"1cK (u $. 1 e-<; y 1/3 .1T5 2  1   P\%!#  2  1  1-b/0r-=K PX@/bX  `K =  K  >K!PX@0b`  `K =  K  >K(PX@4b`  `K =  K  = >@2b`  `U  K  = >YYY@<;8410G" +%#'"&'#&#"&67>76&'&673%&#"&67>Frs  #Z wi3w RIg  ' b7 le T b.X V\ 2  1 N`Ls* 2 s 1 5V3 2  1 --<K PX@bK = = >K(PX@bK = =>@bU =>YYYMJ$+!#&'&#"&#"&67>7.'&677>.'&673273^!   v'1< & qKF; P)n'1< ( qI'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?o1#>Y@8 S <;:V 9KPX@3  bUM  == N  >K&PX@6b  bUM  = N  >@4b  b UU N  >YY@*A?&$XWNKCB?YAY=<30('$>&> ## +326762"'6.+""'676762!272'.#!"'6743!""54763!2>76#&wA 0 /JPwA / 0JqB3/+ !# 3iJM)+' T +u3/+ !" 4h+JN)+' V+-Jf[!#5.IfZ!#5L;s>#:T9FF;s>#:T7D,@)M =M>  +"32654&"56%2~:\xw )(eqe {4-a]K(PX@!ZL = K >@ZU K >Y@]\YVSR^C +>.'&6732$32327&#"&67>7>.+"& &67>7)#! =;== 117! +!!  117!  # /- % +!!  117! /+<& 65  #K>+<& 65  #K>5)   )+<& 65  #K>4H;9?@< <UM =K >43('$! 97 +2"'&73267#"& &67>7>.'&672$`$))# '9y;L9+!!  117! )#! '!;C^pb;+Im+<& 65  #K>5+<& 6(1.R&@UK >Y@  ., +272'&'&#!%2>76&#!&6767 &'&673;52/)/$dad?JeK!9!o*c Dj  ))@%D; !PB X 3 !~Rg/ 2 9/7K PX@ $&<KPX@ $&<KPX@ $&<@ $&KPX@&b = M =K >KPX@"b M =K >K&PX@&b = M =K >@$b U =K >YYYY@ -*153 +%& &67>76&+""'6743) 72#.+"N8z  }N5ad33B( 9is-39{; 2  1 ;{^mbw  s`fk-=EK(PX@K =K >@UK >Y@ MCC+%&#"&67>76&'.'&67327676'&67327J9{ r }N6 =A wV P# ; =Bv JI)){; /  / <{90-R1 2  1 59 Z 2  1 #9J3w->FM@ ? @/  b  `U UK >Y@ GGGMGMIH:962/.'&>> +& &67>7.5476764.'&673273$4'Nk{l("  /17 |b,&  //7 P9R`FUarIf&6$ 65  C8Eiq@g 0" 65 A6BJ5s-+>$>-QOK(PX@K = K >@U K >Y@ POCCCC +%.&#"&6767>'.'&673277676'&67327&#"&67>ywZ= Sdx O'A@ w P%d u= HRv N!%KD w NB# d\ 2  1 T!!+P36 1 59! s\ 2  1 V#)3-N5 2  1 9-bcbF@bUL >Y@[XA@=:76<C+>.'&67327>7>;2& &67>?.547654.'&546;2J)#  118! pEnF(jd#6)yS#+!  127! "Fyk= !/+<& 65  #K>q~D   -aIzG+<& 65  #K> 4XZ6>Y:*9 9KcP<{D7p@ 3+@!bM =N >Y@54/-$" 77 +%37.5%6!23272!"7654&#"#!&54763q`/%#r?% R|iE[DQ+!7// Hl7ؕѤuΘm!lo!']<󉑁TՑUA!Q#hZ4<[K(PX@!UK = K >@UU K >Y@ 873C +462"$462">.'&67327& &67>7NAcAAc>Cc??c)#!  117! +!!  117! bDDbBBbDDbB+<& 65  #K>+<& 65  #K>M_K(PX@"U K  =K >@ U  UK >Y@D@32CC +462"$462"&#"&67>76&'.'&67327676'&67327AbBBb>Cb@@b9{ r }N6 =A wV P# ; =Bv JI))bDDbBBbDDbBL{; /  / <{90-R1 2  1 59 Z 2  1 #9J3wbu 1AK(PX@! <@! K(PX@. ddM =M =M >@2 dd=M =M =M >YY@32;92A3A/-&$   +2327327'"'#"'&7>'.#"32672#"&5476ÇhF!5\X L3 wj^fdWo2G@#b)7!KPX@5  bbU  =M=M>K&PX@2  d  dbUM=M>K1PX@7  d  dbIUM=M>@8  d  dbUUM=M>YYYY@54=;4C5C!"!$"$+$" +%327#"'&547&5467632#"'&#"32632'"&#"2#"&5476z>6TƂ8djPW]e};$U)HB*!@SkF:+:I![  'f @bU=>Y@,+42+:,:**',%$ +&76$32>76'66&#"#"&776&2#"&5476 3+f J7w`$}?2;u:b~y 3:P7R),!\ (g +D\4a݁Adq`oU93 )P-F  %#w+a@ddb=>Y@ %#++%" +327#"'&76&'&7$722#"&5476##;)'J\1+\K/%!!\  'g HA!-E95}X+%!+sfF  %#+.#@ b=N>,'$"+#"&'&767676&'&7>3232676'&'&'&7>32+3ךoj3j/( 5F )/f4/WNZ' 3/ =)s%3)X{o?'#+?\Zwow4 93Ecb 1K(PX@! <@! @'=M=M =M >Y@/-&$    +2327327'"'#"'&7>'.#"3267ÇhF!5\X L3 wj^fdWo2G@#b)7!KPX@)M=M=M=M>KPX@!M=M=M>K&PX@)M=M=M=M>@'UM=M=M>YYYY@ /%#!"!"&+6732"#"76723276&# 7672#"&'R5X  ^:`}DJ L? B)= Jsn(@++%Pri= P>A=f%PZh0!%ALoAG<^+/@, <bM=>.)'+#"76?6.'&#""'>2676&'.7632!y\%")f3#/D+j m=D}JZȃpFR\CPtuG1 P#\]H ..@+ <bM=M>*$#*&+'326&/.7>32#"&'.#"#"&77FAQ%bEy m@ 7mKH#q'A'fV|tNǟoCqs=R+134}'aC`8u3K&PX@ <@ K&PX@'bUM=M>K1PX@,bIUM=M>@-bUUM=M>YYY@ !"!$"$+$" +%327#"'&547&5467632#"'&#"32632'"&#"z>6TƂ8djPW]e};$U)HB*!@SkF:+:K&PX@0b V= =M =N>@-b VR= =M >YY@1/-+'%"  88 +"&767332767232#"&76323276'".7)T}F9+X%Uf9`mybf` )-L91Re;Rs ]Z ٠dJm?qTF`?ԉCqPm*5@2 <9b=>**',%$+&76$32>76'66&#"#"&776& 3+f J7w`$}?2;u:b~y 3:P7R),+D\4a݁Adq`oU93 )P-s XKPX@SM=M>@USM>Y@    +!2"!632#"Z{/'V01-jHZPk%)P}VSPwHɼK`!@<b=>%" +327#"'&76&'&7$72##;)'J\1+\K/%!HA!-E95}X+%!+sf?C@@ 4<bVM=M>%($$$" +%#"&776&'4767272?>32#"'.#"327'"&/&# 39P8 R(L # 1;Z}>9^ >/ +D9%H0 joVX?:X93 )X/-,#Ne. >`b5;#J'"J@L+4's?VI%Q@$  < 9K PX@M=M >@M=M>Y'%-"+%#" ''.#"&7>32327#p2{%;)T<+y15C-+ !/D;ZWT ;Rq740?c/uT)d@u%;tK$PX@ <5/$:@ <5/$:YK$PX@bM=>@dbM=>Y@ :842+)(% +%#"'#"&76767>7>7>?%3267%327'"&  57Y.9 V2&U "/  Q P 0@( .)A>c'# #k(>ER;5]0H}q-.Aaz0,nK>s:W//@,,<b`=>**&%"+.#"&'>32277654&54632#"'6'&~% WB91 # TP"+EARs 3..BF!+5HՐto!"O7C2%9kY'o5TS.@ K PX@BbZ ZV =K=M = N  >KPX@BbZ ZV =K=M= N  >K&PX@CbZ bV =K=M= N  >K(PX@@bZ bV R =K=M>K-PX@Bb`Z bV RK=M>@Cb`b bV RK=M>YYYYYY@SQMKHFB@:85320"$+" +6&#"&7>7.76%#"&767332763232632#"32#"&76323ALbD3 !'+T}D;+-%" L;+ "%)+#5'DA}bf^ +D9ǔR+g?e;Rs! FN;30--/99!VT\VqTF`? @M=M>&%%!+724.#"47632#".y1'}b\?\9O`1MFI1Gsmu}07@4-<bM=>0/+"&$"++327#"&76# #"&7>7>7#"&5>3Po*!X\ 5EX+fN!71#$>/;;DP!1't}Z=D?-b\tmhZ+; 9Xp/5 s# #-@*< 9M=M>$,$"+6&#"326'6>762#"''B`J1 Y/X?FNV?0+1TB"=u{Z=sEoH'm+!P%1KPX@"ZXM=N>KPX@#Z`M=N>@$b`M=N>YY$"-#""+#"'&'"32>76'&'.7>3232676&#"Ja?)'^f`wh:<){gh+#-#X b}'!R!G>HV\Z?aFSC{RT;&5bHy@3m-5^ö/ +8o}!Y@M=M>Y@!! +##"&7676$3!2676&'" du!)+?x+&&Nw /!A)Dž7X A-;y"5@2 <b`M=>&$#% +#""'>3!+327#"&76ZH?)!.Ii='j43!X\ 5EX+ B1_j@N;=D?-b\tm+.#@ b=N>,'$"+#"&'&767676&'&7>3232676'&'&'&7>32+3ךoj3j/( 5F )/f4/WNZ' 3/ =)s%3)X{o?'#+?\Zwow4 93Ec(%@"<: 9M> ! +" >'$>7>7632LRB\oZF^mo9'5Fb#?ebCHB#RZmL#3/RsDA)@ts@;m9 Z+@%<'9K!PX@M=M>K(PX@M==M>@bM=M>YY'%%$#+&'&'"&7632373267#"&//7 =3qRu\ D% -*)I%=H1hs …/ '-3 VW!3;'-!q=I5H@de= >Y*-+67>76'&'&7>32673>76'&7>32#"'.'b )/fB% M`3{T+B? 7Fo^1#f>B' +?\bRS{k%b\o^V!;Ei?%#n^1-)@&!<)' :dN>$%-""+#"'#"&767327&7>3272'67+3m-!$!F'1'bb  B3jJaL9)+_|:Ϙ;d-%{?sw5Hqm` #CF'3/@,<bU=>$$$'%"+327#"'&76&'&7$72>32#"&%>32#"&##;)'J\1+\K/%!9B-,9D+-8C,-8B-,9HA!-E95}X+%!+sf0AA0.@@./BA0.@@8.:E7@4A<bU=N>$$%,'$" +#"&'&767676&'&7>3232676'&'&'&7>32>32#"&%>32"&+3ךoj3j/( 5F )/f4/WNZ' 3/ =)s%3B-,9D+-8C,-8BX9)X{o?'#+?\Zwow4 93Ec0AA0.@@./BA0.@@u ,_KPX@#b=M=M>@ ddM=M>Y@&$,,&%%!+724.#"47632#".2#"&5476y1'}b\?y!\ (g \9O`1MFI1GsmbF  %#+u.>hKPX@'bb==N>@$ddb=N>Y@0/86/>0>,'$"+#"&'&767676&'&7>3232676'&'&'&7>322#"&5476+3ךoj3j/( 5F )/f4/WNZ' 3/ =)s%3!\  'g )X{o?'#+?\Zwow4 93EcF  %#y-=k@ )' !@dddN>Y@/.75.=/=$%-""+#"'#"&767327&7>3272'672#"&5476+3m-!$!F'1'bb  B3jJaL9)+_|:^!\  'g Ϙ;d-%{?sw5Hqm` #CkF  %# HDBMW:KPX@4dd V  UK = M  >@1dd V  U QK >Y@$DCWUQPIHCMDMA?87641-*) +!#&#"&67>7273&#"&672>&7!""2676&>2#"+C  / u' 3;L%wJ %- x % -9F.=5[=5 qdpIGD5 ^  2  1 =>[l  2  1  N#B0-FE.1AdcGEeF+9DN0@<b  U QM =M=N>Y@$;:NLHG@?:D;D9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32"2676&>2#"* WX%#N ZCkpY|n &S"@fhZX.<4\=6qdoIG}+9]n<&7)'C3H%q׾r  R:01'nC/-FE.1AdcGEe  ?GK!PX@)  U UM  =M >K$PX@/Z  U UM  =M >K(PX@5ZZ  U UN  =M >@3ZZ  U U UM >YYY@ GFCB:90/+&?>  '#! +32654#" 32>54&#263 !"&#&547>76'4&'&5476462"In|X:dd3CfQ%xz6m?! 118! =K LfLLf' DtHfs}p.E!  #K>51">#" fLLfLg 6nKPX@,b=M =M=N>@*bU=M=N>Y@ %($#%$"+4632#"&3254'"'632#"&76&#&7>327LD;JR@;HE8yCGk/@X(|f2d {=3LT3-RRhZMhC!.LD&tkf4(D3 - ?KK!PX@+ UM  =M = M  >K$PX@1Z UM  =M = M  >K(PX@7ZZ UN  =M = M  >@2ZZ U U  QM >YYY@ JHDB:90/+&?>  '#! +32654#" 32>54&#263 !"&#&547>76'4&'&5474632#"&In|X:dd3CfQ%xz6m?! 118! =K ߾KD;JR?;H' DtHfs}p.E!  #K>51">#" 3LT3-RRXg 66@3bQ=M=N>%($#%$"+4632#"&3254'"'632#"&76&#&7>32VLC;JQ@;HE8yCGk/@X(|f2d {=3LT3-RRhZMhC!.LD&tkf4(D - ?KK!PX@) U  QM  =M >K$PX@/Z U  QM  =M >K(PX@5ZZ U  QN  =M >@3ZZ U U  QM >YYY@B@ HE@KBK:90/+&?>  '#! +32654#" 32>54&#263 !"&#&547>76'4&'&547!"7>3!2In|X:dd3CfQ%xz6m?! 118! =K ߖ\$%' DtHfs}p.E!  #K>51">#" ()g 6C@@bQ=M=N>31,+&$  +!"7>3!2 3254'"'632#"&76&#&7>32\#%yE8yCGk/@X(|f2d {=()EhZMhC!.LD&tkf4(DHD:@$1/@.b bQM =M >Y@::(%#$)& +'7&'&7!2'.#"3272!##".'6732676.K q~`B?-jp# 1'//%# d $I*/==0 pV)Fy)/r@&Mk, +)%Ph9G@#0.KPX@C  bb`` bQ =M= >@@ d  db`` bQM= >YY@CA=;99(*$$% +'7&'&7632#"&76&#"272#".'6732676.632#"&767S kK\--E J-/6"/N%#cā CZ c $I*/>=0 M!+(  `w{Z1A7)9Xk1On9&Mk, ,(%-1/! 3=&K PX@ UM =M >KPX@&ZUN =M >KPX@ UM =M >K!PX@&ZUN =M >K(PX@,ZZUN =M >@*ZZUUM >YYYYY@4.*) =:(% +462"32>54.#"&747>7674&'&7473263 !"&LgKKgJYZW I`y 117! ?L O#8*0k'fLLfLH%:(y+P}h7"  #K>51!?#" Sw-9<L[@X@><:- <b  bU= M=M= M>IGDB$%&&#'% +6&#&7>3232672'"747'#"&5476324632#"&677474&#"726763e {=X%#h^Vw7XuLC;KR@;H_D7}T9{N)f4(DZ<%7)&t8X}{+ef?2%3LT3-RR?I`;cK33-5A1K PX@"M =M =M>KPX@(ZN =M =M>KPX@"M =M =M>K!PX@(ZN =M =M>K(PX@.ZZN =M =M>@)ZZUQM >YYYYY@@>:8,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&4632#"&#JYZW I`y 117! ?L O#8*0k' LC;KR@;H%:(y+P}h7"  #K>51!?#" S3LT3-RRw3-9<L@ @><:- @=b  bQ= M=M= M>Y@IGDB$%&&#'% +6&#&7>3232672'"747'#"&5476324632#"&677474&#"726763e {=X%#h^Vw7XKD;JR?;H#D7}T9{N)f4(DZ<%7)&t8X}{+ef?23LT3-RRI`;cK3-5A,K PX@  QM =M >KPX@&Z QN =M >KPX@  QM =M >K!PX@&Z QN =M >K(PX@,ZZ QN =M >@*ZZU QM >YYYYY@86>;6A8A,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&!"7>3!2#JYZW I`y 117! ?L O#8*0k'C\$$%:(y+P}h7"  #K>51!?#" S()w-9<La@^@><:- <b  b Q= M=M= M>0.IGDB63.909&&#'% +6&#&7>3232672'"747'#"&547632!"7>3!2677474&#"726763e {=X%#h^Vw7X\$%D7}T9{N)f4(DZ<%7)&t8X}{+ef?2()MI`;cK3-5KO<9K PX@% bcM =M >KPX@+Z bcN =M >KPX@% bcM =M >K!PX@+Z bcN =M >K(PX@1ZZ bcN =M >@/ZZ bcUM >YYYYY@76GF6K7K,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&2&7>76.#&7>#JYZW I`y 117! ?L O#8*0k'51!?#" ShIWUw)?  M4w-CFVa@^JHFD-<49bb e=M=M= M>/.SQNL.C/C&&#'% +6&#&7>3232672'"747'#"&5476322&7>76./&7>677474&#"726763e {=X%#h^Vw7X=;989K PX@eM =M >KPX@$ZeN =M >KPX@eM =M >K!PX@$ZeN =M >K(PX@*ZZeN =M >@(ZZeUM >YYYYY@666@6@,&"!52($ +%32>54.#"&747>7674&'&7473263 !"&&''67#JYZW I`y 117! ?L O#8*0k'-l1{9m#S%:(y+P}h7"  #K>51!?#" SumkN]\cMf-8;Ke@b?=;9-<653109bb e=M=M= M>..HFCA.8.8&&#'% +6&#&7>3232672'"747'#"&547632&''67677474&#"726763e {=X%#h^Vw7X-l1{8m#TD7}T9{N)f4(DZ<%7)&t8X}{+ef?2ymkN]\cI`;cK O[*@E '<:K(PX@I X ZbZ  VU N  ==L >K-PX@G X ZbZ  V   UU=L >@F d ZbZ  V   UU=L >YY@%RP XUP[R[LIA@?<9832/*$! OO% +72676'&26762"'6&+;26&#!&67>76&'&67!272'.+"!"7>3!2J) @%fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J %'&>i  H-R 7} H7/)9 = 1 ;y3{; 2  q%wd='/))" (4CP@M<ddb VM=M>+)CA<:1.)4+4'$,! +4#">32672#"&54>32!"7>3!2#"/7>32A"5;8/[`:mJvV(Vm'V}su@l %'T   H&9Ah"=h6@X!opR{NV9h>ff() %( O[@E '<:K(PX@H d ZbZ  UU N  ==L >@F d ZbZ  U   UU=L >Y@%RP XUP[R[LIA@?<9832/*$! OO% +"&767626762"'6&+;26&#!&67>76&'&67!272'.+"!"7>3!2@ P!fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J %'$?h  F-R 7} H7/)9 = 1 ;y3{; 2  q%wd='/))> (4BP@M<ddb VM=M>+)><861.)4+4'$,! +4#">32672#"&54>32!"7>3!262"&767A"5;8/[`:mJvV(Vm'V}su@l %' > " 9Ah"=h6@X!opR{NV9h>ff(),* f1BM@8  @> ZbZ   e   U U=L >Y@"CCCMCM?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+" &''67fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JC-l1{9m#S-R 7} H7/)9 = 1 ;y3{; 2  q%wd='mkN]\cYf (3E@B<10.,+9beM=M>)))3)3'$,!+4#">32672#"&54>32&''67A"5;8/[`:mJvV(Vm'V}su@l-m1{9m$T9Ah"=h6@X!opR{NV9h>fmkN]\c1BV@"8  FG Q @H ZbZ   UU  U Q=L >Y@(DCTSNLJHCVDV?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+" 267#"'&#"'>2fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JL$7!/J3EA%'7/)_G3-R 7} H7/)9 = 1 ;y3{; 2  q%wd='-> 5-.4 ]Z:-V (<]@Z,-7<69bU QM=M>*):9420.)<*<'$,! +4#">32672#"&54>32267"'&'"'>2A"5;8/[`:mJvV(Vm'V}su@l$7!.J3EA%'7/)_F49Ah"=h6@X!opR{NV9h>f&-> 5-/4 ]Z:-H kh@&a(G/ < : < :KPX@Y  Zb   bUUN ==L  = K  = M>K(PX@V  Zb   bUU  QN ==L  = K  >@T  Zb   bUUU  Q=L  = K  >YY@&he]\[XUTONKHFE?=53.+%"kk%" +#"&?326726762"'6&+;26&+#".'6732676./7#&67>76&'&67!272'.+"go:rXTfP B!  B AbZ$!y5!Y_/ c $I*/>=0$ }a oI1m 0C3/%1Hg#9Jkm9678#-R 7} H7/)9 =T&Mk, +)%  1 ;y3{; 2  q%wd='=h CP@1&$@4bb  UQM=M>Y@ NL'2(),! +4#">32672#".'6732676./7"#"&54>32267#"&7A"5;8/[`:mJvV(. c $I*/>=0$ v 'V}su@le 3+`lu9Ah"=h6@X!(S&Ml , +)% R{NV9h>fRfbV~CK@'8? Zb b  U  UN =K >@<Zb b  UU  UK >Y@KJGFCA>=#83C& +%&#"&67>76&'&67!272'.+"326762"'6&+462"+  118 1m 0M30%1Hf#9RfP A   B AcKgKKg#7' 65  #K>3{; 2  u%yl='X-R 7~ H7fLLfL/"@L׵K*PX@9b  b  UM=M= N>@7b  b  UUM= N>YY@KIEC86$)##$$#$ +#"5476?7632#".'&"32+#"&546323267>764632#"& 1;}m73'3MRZ# /!=%`=09Nrw./J-!"A -KD;JR?;H!)wmK(F-0$Ot =/fALOU1%:J7, 2s%3LT3-RRy4@Y@V)<b UUM  =M>75=:5@7@-+  44 +23.#"32676&'&6727# '&7%6%!"7>3!2%%-Zƶ:)TdPf<; ?Z w /5 -sX=? %'DH} TyI$219# 8  8 +3!T`XBο))m A`l@2@*&@1   UUM=N=M>Y@caifalclXVFD?=;9531/*)% +2654&'&#"'#".54%67&547.54632672#"'&"4&#"32><!"7>3!2^j?u\)RӍT7bFVJ7<Ť@bj)6+!+@%=# %   %'L5&%[;--'`w#5H7L\+V;s \Z!HLY2"#.*:6jyd "1? >1 #1<G(*4eK(PX@-US K  = K  >@+U  US K  >Y@ed_^[WTSHGDA>=3C+462">.'&67327& &67>7!& &67>7>.'&67327!{LfLLf)#  127! + !  118! NN+!!  117! )#!  117! >fLLfL+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>=I@ -@5  bb`  U=M=>Y@ HF%($&%%& +%#"&54>76&#&7>3263232672#"'&7654&#"4632#"& -P71e {=wHnN'Y%#FmL L#$2lBLC;KR@;H?. !4f4(DPT+p}7)'ZbC3GP'-3LT3-RR43- iK(PX@/S K  = K  =M>@*  USQ K  >Y@ihcb_[XWLKHEBA3C$"+4632#"&>.'&67327& &67>7!& &67>7>.'&67327!LD;JR@;H)#  127! + !  118! NN+!!  117! )#!  117! >3LT3-RR+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>1=I@ -@4bb`  Q=M=>Y@ HF%($&%%& +%#"&54>76&#&7>3263232672#"'&7654&#"4632#"& -P71e {=wHnN'Y%#FmL L#$2lKD;JR?;H?. !4f4(DPT+p}7)'ZbC3GP'-3LT3-RR4mK(PX@/U  SK = K  >@-UU  S K  >Y@mlgfc_\[POLIFE>=873C+462"$462">.'&67327& &67>7!& &67>7>.'&67327!AcAAc>Cc??c )#  127! + !  118! NN+!!  117! )#!  117! >bDDbBBbDDbB+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>MU@R- = <b  b `U= M= >KIA?;:&%%' +462"$462"#"&54>76&#&7>3263232672#"'&7654&#"H5N77N5N55Nk -P71e {=wHnN'Y%#FmL L#$2lmM88M66M88M6\?. !4f4(DPT+p}7)'ZbC3GP'-4H-y@cpnK(PX@6b  SQK = K  >@4bU  SQ K  >YY@!yysqigb_\[TSNMJGDCCC"+'7&67>7>.'&67327!>.'&67327& &67>7!&+#".'6732676. |J 117! )#!  117! >>)#  127! + !  118! NN+!! . d $I*/==0 5  #K>5+<& 65  #K>?+<& 65  #K>+<& 65  #K>m+<& 6T&Mk, +)%HX@8 H#" @<b  b `bQ= M= >Y@VTLJ&%%(%6 +%#"'#".'6732676./7&54>76&#&7>3263232672#"'&7654&#" -$ d $I*/==1$ x1e {=wHnN'Y%#FmL L#$2l?.A&Mk, +)%  !4f4(DPT+p}7)'ZbC3GP'-4h- j@ @*  USQ K  >Y@jidc`\YXMLIFCB3C%+267#"&7>.'&67327& &67>7!& &67>7>.'&67327!e 3+`lu^)#  127! + !  118! NN+!!  117! )#!  117! >jRgbW~+<& 65  #K>+<& 65  #K>m+<& 65  #K>5+<& 65  #K>T=JU@R-JDC><bb`  R=M=>HF($&%%& +%#"&54>76&#&7>3263232672#"'&7654&#"267#"&7 -P71e {=wHnN'Y%#FmL L#$2le!2+alu?. !4f4(DPT+p}7)'ZbC3GP'-RfbV~-,@@0 1 ;<:9K(PX@'  U QK =K >@%U  U QK >Y@.->=8642-@.@3C +>.'&67327& &67>7267#"'&#"'>2)#!  117! +!!  117! $7!/J3EA%'6/)_G3/+<& 65  #K>+<& 65  #K>-> 5-.4 ]Z:-5D ,@i@f0 1 ;<:9b``  U RM ==>.->=8642-@.@%$$$" +4632#"&32672#"'&7654/&67632267#"'&#"'>2KD;JR?;HW%Y%#FmLZ $R я* x$7!/J3EA%'7/)_G33LT4-RSn}7)'ZbC-9'4 +9]^-> 5-.4 ]Z:-4<Im?= :K(PX@& dUK = K >@$ dUU K >Y@DB873C +462"$462">.'&67327& &67>7#"&7676RAcAAc>Cc??c)#!  117! +!!  117! I@ PbDDbBBbDDbB+<& 65  #K>+<& 65  #K>!$?i  F(V +7EM@J < d  db``V=>A?;9$$$%$" +32672#"'&7654/&67632>2#"&%>32#"&632'"&767YW%Y%#FmLZ $R я*  CX9C,-8D+-8B-,9 < ! n}7)'ZbC-9'4 +9]0@A/.AA./AA/.AA+* 4Q\je@ <`]:K(PX@dK =M >@dUM >Y@ecXWTQNM?:OC +>.'&67327>7676'&67327&#""56'.'& &67>7"&7676)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! $B &#e/+<& 65  #K>BWA 2  1 5I%HJ 2  9W) +<& 65  #K>#@v OIWb@_ <<  b  `b  b`` =M=>SQMKHF#)"$)%& +%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#"672#"&767 .P72d {=*>Rj3?G?0&.JRjP77 .<+T=Y42  M!+' ?. !4f4(D6F^sK.7X6I^l9)%W#ZX`r-"!2/! 43Q-\hh@U  QM >Y@gea_XWTQNM?:OC +>.'&67327>7676'&67327&#""56'.'& &67>74632#"&)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! LC;JR?;H/+<& 65  #K>BWA 2  1 5I%HJ 2  9W) +<& 65  #K>3LT3-RR3IU@  <@Cbb  b`` Q=M=>Y@TRNLHF#)"$)%& +%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#"4632#"& .P72d {=*>Rj3?G?0&.JRjP77 .<+T=Y42 LC;JR?;H?. !4f4(D6F^sK.7X6I^l9)%W#ZX`r-"!3LT3-RR4Q-\hk@U  QM >Y@_]eb]h_hXWTQNM?:OC +>.'&67327>7676'&67327&#""56'.'& &67>7!"7>3!2)#!  117! D.imJ 9 %H3L'\/G/Y !N/#$J+!!  117! \#$/+<& 65  #K>BWA 2  1 5I%HJ 2  9W) +<& 65  #K>()IUf@c <<bb  b``  R=M=>LJROJULUHF#)"$)%& +%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#"!"7>3!2 .P72d {=*>Rj3?G?0&.JRjP77 .<+T=Y42 \#$?. !4f4(D6F^sK.7X6I^l9)%W#ZX`r-"!()43-/;v@#ZUQK >Y@:842('$ /. +%2676&#!&67>7>.'&6732>334632#"&937>9I 117! )#! O#I@ 117! !FLD;JR?;IV}5  #K>5+<& 65  #K>ɢd3LT3-RR3 *fK(PX@)b`=M=M>@&b`Q=M>Y@ #'%$"+4632#"&6&#&7>3232672'"547LC;JQ@;H+4d {=Y%#h3LT3-RRf4(DZ<%7)&t9Y43y/;G@,Z  UUQ K >Y@><DAG:842('$ /. +%2676&#!&67>7>.'&6732>334632#"&!"7>3!2937>9I 117! )#! O#I@ 117! !FLD;JR?;IQ %'V}5  #K>5+<& 65  #K>ɢd3LT3-RR))3 6K(PX@2b` U=M=M>@/b` UQ=M>Y@31.-+)"   +!"7>3!24632#"&6&#&7>3232672'"547r %&LC;JQ@;H+4d {=Y%#hN()l3LT3-RRf4(DZ<%7)&t9Y4-/;y@$ZU QK >Y@20850;2;('$ /. +%2676&#!&67>7>.'&6732>33!"7>3!2937>9I 117! )#! O#I@ 117! !Fs\$%V}5  #K>5+<& 65  #K>ɢ()6 *>@;b`Q=M>'%"!   +!"7>3!26&#&7>3232672'"547\$%U4d {=Y%#h()f4(DZ<%7)&t9Y4f-/:|@<875329K(PX@$ZeK =K >@"ZeUK >Y@000:0:('$ /. +%2676&#!&67>7>.'&6732>33&''67937>9I 117! )#! O#I@ 117! !F9-l1{9m#SV}5  #K>5+<& 65  #K>ɢmkN]\c= )B@?9b`e=M>&$!   +&''676&#&7>3232672'"547d-l1{8m#T4d {=Y%#hmkN]\cf4(DZ<%7)&t9Yr=KA> :K PX@4  dbX  `K =  K  >K!PX@5  db`  `K =  K  >K(PX@9  db`  `K =  K  = >@7  db`  `U  K  = >YYY@FD<;8410G" +%#'"&'#&#"&67>76&'&673%&#"&67>#"&7676Frs  #Z wi3w RIg  ' b7 le T b.$B &$fX V\ 2  1 N`Ls* 2 s 1 5V3 2  1 -?w NF^lY@V(<  bbb` = M= >hfb`XVLJ)'$&%'% +654/&67632>326232672#"'&7674#"#"&54>7674'"#"&54>7632#"&767+%R уVHnHnM'X%#FlL!K3:ZW -P7\)#dRPN -P7 M!+' V;4 VyjPTPT+p}7)'ZbC3GP'Jrr<+ $5R95Teh 8* $52/! r=IK PX@7bX  `  UK =  K  >K!PX@8b`  `  UK =  K  >K(PX@<b`  `  UK =  K  = >@:b`  `  UU  K  = >YYY@HFB@<;8410G"+%#'"&'#&#"&67>76&'&673%&#"&67>4632#"&Frs  #Z wi3w RIg  ' b7 le T b.LC;JR?;HX V\ 2  1 N`Ls* 2 s 1 5V3 2  1 -)3LT4-RS5^jV@S(<bb` M = M= >igcaXVLJ)'$&%'% +654/&67632>326232672#"'&7674#"#"&54>7674'"#"&54>74632#"&+%R уVHnHnM'X%#FlL!K3:ZW -P7\)#dRPN -P7LC;JR?;HV;4 VyjPTPT+p}7)'ZbC3GP'Jrr<+ $5R95Teh 8* $5#3LT3-RR3r-=IK PX@9bX  `K =  K  = M  >K!PX@:b`  `K =  K  = M  >K(PX@>b`  `K =  K  = = M  >@9b`  `U Q  K  = >YYY@HFB@<;8410G"+%#'"&'#&#"&67>76&'&673%&#"&67>4632#"&Frs  #Z wi3w RIg  ' b7 le T b.LC;JR?;HX V\ 2  1 N`Ls* 2 s 1 5V3 2  1 -G3LT3-RR3^j@ (@3bb` Q M= >Y@igcaXVLJ)'$&%'% +654/&67632>326232672#"'&7674#"#"&54>7674'"#"&54>74632#"&+%R уVHnHnM'X%#FlL!K3:ZW -P7\)#dRPN -P7LC;JR?;HV;4 VyjPTPT+p}7)'ZbC3GP'Jrr<+ $5R95Teh 8* $5'3LT3-RRm<HǵK PX@&bUK = = >K(PX@&bUK = =>@$bUU =>YYY@ $*MJ$+!#&'&#"&#"&67>7.'&677>.'&673274632#"&3^!   v'1< & qKF; P)n'1< ( qIKD;JR?;H'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?3LT4-RS@L!@2b```  U=>Y@ KI))($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>74632#"&$R уjHoN'Y%#FmL L"%3nN ,P7 KD;JR?;HV;4 VylPT+p}7)'ZbC3GP'- 8) %4 3LT3-RR3-<H̵K PX@(bK = = =M>K(PX@(bK = ==M>@#bUQ =>YYY@ $*MJ$+!#&'&#"&#"&67>7.'&677>.'&673274632#"&3^!   v'1< & qKF; P)n'1< ( qI LD;JR?;I'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?3LT3-RR\@LG@D!<b```  R=>KI))($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>74632#"&$R уjHoN'Y%#FmL L"%3nN ,P7 LD;JR@;HV;4 VylPT+p}7)'ZbC3GP'- 8) %4P3LT3-RR-<H͵K PX@&bQK = = >K(PX@&bQK = =>@$bUQ =>YYY@?=EB=H?HMJ$ +!#&'&#"&#"&67>7.'&677>.'&67327!"7>3!23^!   v'1< & qKF; P)n'1< ( qIa\$%'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?#()@LM@J!<b```  R=>CAIFALCL)($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>7!"7>3!2$R уjHoN'Y%#FmL L"%3nN ,P7 S]$%V;4 VylPT+p}7)'ZbC3GP'- 8) %4a()f-<G@K PX@$beK = = >K(PX@$beK = =>@"beU =>YYY@===G=GMJ$+!#&'&#"&#"&67>7.'&677>.'&67327&''673^!   v'1< & qKF; P)n'1< ( qI-l1{9m#S'4/))HK)  2  1 ?V-P 2 BH@HK)  2  1 ?mkN]\cR@KQ@N!AAAKAK)($&'% +6'4/&67632>3232672#"'&7654&#"#"&54>7&''67$R уjHoN'Y%#FmL L"%3nN ,P7 -l1{9m#SV;4 VylPT+p}7)'ZbC3GP'- 8) %4mkM][cm )>g@d-.8<7;:dU U M =M >+* <:531/*>+>$")) % +#"&7676"32654&"56%2267#"'&"'>32? Q~:\xw )(h0(?y,:7!/'#P78<*m$@i  Geqe { 1D ;239 fc?2% *DM@Jdd   U  UM=M>,+B@<;8642.-+D,D&%%&$! +632#"&767724.#"47632#".272#"'&#""&7>32{ < ! y1'}b\?B/&u:L31A&%l4W9!!,) '9O`1MFI1Gsm\XXg+#%%Rl3j,Ai@f1 ; <: ;0:  I  U  U M =M >.- ?=8642-A.A'%, ,+462"$462""32654&"56%2267#"'&"'>327N77N7N77N~:\xw )(h0(?y,:7!/'#P78<*N77N77N77N7eqe { 1D ;239 fc?2) !3MU@R< U  U   UM=M>54KIEDA?=;764M5M&%%#$$$+>2#"&%>32#"&724.#"47632#".272#"'&#""&7>32UCX:C,-8D+-8B-,9[y1'}b\?B/&u:L31A&%l4W9!0AB/.AA./BA0.AA9O`1MFI1GsmbXXg+#&%Rm4k )5C@@: UM =M>,* 2/*5,5$")) % +32676'&"32654&"56%2!"7>3!2J) @+~:\xw )(W!k&=h  Heqe {3)) (7=@:ddVM=M>750.%"((&%%! +724.#"47632#".!"7>3!2#"/7>36y1'}b\?4 %'Q   D&\9O`1MFI1Gsm;() $'m )5H@E:d UM =M>,* 2/*5,5$")) % +#"&7676"32654&"56%2!"7>3!2? R~:\xw )(W!m$@i  Geqe {3))' (6=@:ddVM=M>20,*%"((&%%! +724.#"47632#".!"7>3!2632#"&767y1'}b\?4 %' < ! \9O`1MFI1Gsm;(),) 4H9GK@H <=::dUM  =K >B@43('$! 97 +2"'&73267#"& &67>7>.'&672$"&7676`$))# '9y;L9+!!  117! )#! '!D$B &#e;C^pb;+Im+<& 65  #K>5+<& 6@v O0;I@%!6 <9KPX@6b`b=M=N=>@1dddbM=N=>Y@ $$#&&;&! +632'"'&#'54?67"'6?>324#"32>672#"&767yspR@P' P'\f-%Fp8V  fPl?XR9 M +( ;Hq`qC!' = ; NT;IXwe=k8 -8FX2/! 4H9EK@H <  UUM  =K >DB><43('$! 97 +2"'&73267#"& &67>7>.'&672$4632#"&`$))# '9y;L9+!!  117! )#! '!LC;JR?;H;C^pb;+Im+<& 65  #K>5+<& 6#3LT3-RRF0;G]@Z%!6 <9bbM =M=N=>$%#&&;&! +632'"'&#'54?67"'6?>324#"32>4632#"&yspR@P' P'\f-%Fp8V  fPl?XR9LC;JR?;H;Hq`qC!' = ; NT;IXwe=k8 -8FX3LT4-RS3z GSZ@W<  UU M  =K =M> RPLJA@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$4632#"&-yXL9NTJxh: %V@o? >K  117! ?L '!3LC;JR?;Hq^Imi%SVb?RH? %d'1">#! "  #K>51!?#" 3LT3-RRF/;=@:<b`M =M=>$$"$'%'+#"&54>7654/&67632>32#"'&#"4632#"&)N -P7 L%R у@K?A?0&-)`8LD;JR?;I 8) %3_R;4 VyJ/7X6tk3LT4-RS33z; GS@4U Q M  =K =M>Y@ RPLJA@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$4632#"&-yXL9NTJxh: %V@o? >K  117! ?L '!KD;JR?;Hq^Imi%SVb?RH? %d'1">#! "  #K>51!?#" 3LT3-RR3/;p@'b`RM=>Y@ $$"$'%'+#"&54>7654/&67632>32#"'&#"4632#"&)N -P7 L%R у@K?A?0&-)`LD;JR?;I 8) %3_R;4 VyJ/7X6t^3LT3-RR33zy GS_@=   UU Q M =K =M>Y@$VT \YT_V_RPLJA@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$4632#"&!"7>3!2-yXL9NTJxh: %V@o? >K  117! ?L '!KD;JR?;HY %&q^Imi%SVb?RH? %d'1">#! "  #K>51!?#" 3LT3-RR))3/;G@0b`  URM=>Y@>G$$"$'%' +#"&54>7654/&67632>32#"'&#"4632#"&!"7>3!2)N -P7 L%R у@K?A?0&-)`LD;JR?;I %' 8) %3_R;4 VyJ/7X6t^3LT3-RR))3z; GS^@[<U  Q M  =K =M>JH PMHSJSA@762/+*%$  GE#" +4&#"32>23#"'.#& &747>7674&'&7472$!"7>3!2-yXL9NTJxh: %V@o? >K  117! ?L '!n\$%q^Imi%SVb?RH? %d'1">#! "  #K>51!?#" ()/;A@><b`RM=>20850;2;"$'%' +#"&54>7654/&67632>32#"'&#"!"7>3!2)N -P7 L%R у@K?A?0&-)`\#% 8) %3_R;4 VyJ/7X6t()[58D@&@4b`bUM =M>Y@ $$,%.%# +#"'.#"#"&#&5476322654&'.547>324632#"&5''R1Z\8gU%/̌ekvz;Sm{LC;JR?;H v=V`2w_F$GeCoDh(%#w t`VtIQq}*26e3LT4-QRh @6@3bUM=M>?=20.,(&$" +4632#"&&'.#"#"&5463232654'.54>32LC;JR?;H5#>  +D;#纲<P3+q'ChEsq=b73LT3-RR+= (# 5J=2{odb-K(PX@6b`bM =M=M>@3b`bQM =M>YY@ $$,%.%# +#"'.#"#"&#&5476322654&'.547>324632#"&5''R@$bQM=M>Y@?=20.,(&$" +4632#"&&'.#"#"&5463232654'.54>32LD;JR@;H5#>  +D;#纲<P3+q'ChEsq=b3LT3-RRR+= (# 5J=2{odb-@9db`b  UM =M>Y@ QO((,%.%# +#"'.#"#"&#&5476322654&'.547>32#"&76764632#"&5''RK(PX@1b`b =M=N>@,dddbM=N>YY@JH=;9731'%$#" +46327632#"&76?.&'.#"#"&5463232654'.54>326D=4# M!+' 0 &25#>  +D;#纲<P3+q'ChEsq=b.D%10! =>B+= (# 5J=2{odb-<&@1db`bM =M>Y@ +,%.%#+#"'.#"#"&#&5476322654&'.547>32>7&5463267&5''RFD9753/-#!' +#&'763267&'.#"#"&5463232654'.54>32f,6  V6B  +D;#纲<P3+q'ChEsq=b;[$ BL.0L$/+= (# 5J=2{odb-K(PX@9b`bU =M= M  >@6b`bU  Q =M>YY@LJFD@?;9%.%# +#"'.#"#"&#&5476322654&'.54767&746324632#"&5''R@,bUQM=M>Y@KI><:842(&$$$" +4632#"&4632#"&&'.#"#"&5463232654'.54>32LC;KR@;HLD;JR@;H5#>  +D;#纲<P3+q'ChEsq=b73LT3-RR3LT3-RRR+= (# 5J=2{odb-KPX@,d b  = M =L >KPX@(d b M  =L >K&PX@,d b  = M =L >@*d b U  =L >YYYY@9643/.%%53 +%& &67>76&+""'6743!.546323 72#.+"N8z  }N5ad33B( !%KD;J+$9is-39{; 2  1 ;{^mbw B&3LT3A s`fkP-9iK*PX@)bM=M=M>@'bUM=M>Y@ $%#$$! +7#"5476?>7>3#32672'"544632#"&} 2l =A+)zX%#hKD;JR?;H !f<' \ L ;%7)&t<}3LT4-RS39/;K PX@ $&<KPX@ $&<KPX@ $&<@ $&KPX@0b = M =K = M  >KPX@,b M =K = M  >K&PX@0b = M =K = M  >K(PX@.b U =K = M  >@+b U Q =K >YYYYY@:842-*153 +%& &67>76&+""'6743) 72#.+"4632#"&N8z  }N5ad33B( 9is-39KD;JR?;H{; 2  1 ;{^mbw  s`fk3LT3-RRj3P-9K(PX@)bM=M=M>K*PX@&bQM=M>@$bUQM>YY@ $%#$$! +7#"5476?>7>3#32672'"544632#"&} 2l =A+)zX%#htLD;JR?;I !f<' \ L ;%7)&t<3LT3-RR9/;gK PX@ $&<KPX@ $&<KPX@ $&<@ $&KPX@.b  R = M =K >KPX@*b  R M =K >K&PX@.b  R = M =K >@,b U  R =K >YYYY@20850;2;-*153 +%& &67>76&+""'6743) 72#.+"!"7>3!2N8z  }N5ad33B( 9is-39]$%{; 2  1 ;{^mbw  s`fk()*P-9kK*PX@'b QM=M>@%bU QM>Y@0.63.909#$$! +7#"5476?>7>3#32672'"54!"7>3!2} 2l =A+)zX%#h\#% !f<' \ L ;%7)&tKPX@,b   e = M =K >KPX@(b   e M =K >K&PX@,b   e = M =K >@*b   e U =K >YYYY@000:0:-*153 +%& &67>76&+""'6743) 72#.+"&''67N8z  }N5ad33B( 9is-39s-l1{9m#S{; 2  1 ;{^mbw  s`fkmkN]\cfP-8n653109K*PX@%beM=M>@#beUM>Y@...8.8#$$! +7#"5476?>7>3#32672'"54&''67} 2l =A+)zX%#h]-l1{8m#T !f<' \ L ;%7)&t@U QM>Y@ RQ$$$C-O% +32>764.'&67327# '&6&'&67327>32#"&%>32"&d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;q0@A/.AA./AA/.AA;FR]@Y @8b```   R=N >Y@\[WUQOKI#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74>32#"&%>32"&s ZFpN'X$#Fl+- "L42osO ,P7 kX%#NB-,9D+-8C,-8BX9 %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'C0@A/.AA./AA/.AA-<P@@ A K@%U  U QM>Y@>=NMHFDB=P>PC-O% +32>764.'&67327# '&6&'&67327267#"'&#"'>2d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;b-> 5-.4 ]Z:-r;F[w@tJ K U HGYWRPNLG[H[#*)'$&'+%067'#"&5476#""&'>323267>3232672#"'&74267#"'&#"'>32s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N$7!/J3EA$'7/)`@AG3 %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'C-> 5-.4 ]Z:-d-<G]EDB@?9K(PX@eK =M>@eUM>Y@===G=GC-O%+32>764.'&67327# '&6&'&67327&''67d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;mkN]\cf;FQ_@\GGGQGQ#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&74&''67s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N-m1{9m#T %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'CmkN]\c Wb@ R;:K(PX@1d  U M= K  =N>K-PX@,d  U G M=N>@*d I  U  UN>YY@`^[XVU"$#-O+% +"&767632>764.'&67327# '&6&'&67&7>327272'327&'&'" @ Pd4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2 Zx9 a6 0 ; &;`n@l0  @Odb  b  ` ` `V U  = N >Y@(jhdb\ZWVTRHF=;42.-+)#!  +272#"'&#""&7>32067'#"&5476#""&'>323267>3232672#"'&74632'"&567B/&u:L31A&%l4W9!A ZFpN'X$#Fl+- "L42osO ,P7 kX%#N < ! XXf+#%%Rl3% %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'C+* u S_K(PX@+  U U K =M>@)  U U UM>Y@ VT \YT_V_RQNJGF@>1-  $ +"&54632"&5463232>764.'&67327# '&6&'&67327!"7>3!2N>5/%!3%//%#11Md4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;s));FR^jn@k<b```   U   U=N >IGigca][WUOLGRIR#*)'$&'+%067'#"&5476#""&'>323267>3232672#"'&74!"7>3!2>32#"&%>32#"&s ZFpN'X$#Fl+- "L42osO ,P7 kX%#N $&B-,9C,-8C,-8B-,9 %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'C()'0@A/.AA./AA/.AAX^.B@3=<<;2:K PX@'dXd=K =>K PX@'dXd=K = >K(PX@&ddd=K =>@$dddV=>YYY@0/@?:864/B0B-+"F +>7>'#"''&>7>'#"'27267#"'&#"'>2h1cL 'u %- b1 d,<; y 1/3 -1&$7!/J3EA%'7/)_G3XT5 2  1   'P\!"  2  1  1-/0,> 5-.4 ]Y9-o#8@(2<1;':K PX@%bUU=>K PX@%bUU= >@%bUU=>YY@%$64/-+)$8%8&#() +%676'&5432#"'&'"&'>32267"'&'"'>32^ 2 |7D7>D 5-/4 ]Z:-3X-.:K PX@bcK = >K(PX@bcK =>@bcU>YYY@ 9731-+"F +>7>'#"''&>7>'#"'274632#"&h1cL 'u %- b1 d,<; y 1/3 -1LD;JR@;HXT5 2  1   'P\!"  2  1  1-/03LT3-RR3o#/K PX@b= =M>K(PX@b==M>@bQ=>YYY$$&#()+%676'&5432#"'&'"&'>324632#"&^ 2 |7D7>DK PX@d = >K(PX@d =>@dM>YYYDBJ%(M+76.'&67327"&'"&'.'&67327732676'&^u 'w /# v' Ne-1#N3#411 zǓ 7A-\<`5 &SVJ   2  1 5T/1/b-/  2  1  #$A59 +Fw Q67F@  K PX@'bb ==M>KPX@'bb ==M >KPX@'bb ==M>@$ddb=M>YYYY@ %)),&##+''"'&'"&'>32>76676'&'432#".'#"/7>32_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# j)X1h:+ /]l/!D@lAKJ6+Y1s|/10 )-<J~@ 9<@=:K PX@d =>K PX@d = >K(PX@d =>@dM>YYYECJ%(M+76.'&67327"&'"&'.'&673277#"&7676^u 'w /# v' Ne-1#N3#411 zǓ 7A-\<$B &$fVJ   2  1 5T/1/b-/  2  1  #$A59 ? w O67E@  K PX@'bb ==M>KPX@'bb ==M >KPX@'bb ==M>@$ddb=M>YYYY@ $%),&##+''"'&'"&'>32>76676'&'432#".'632#"&767_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# M +' h:+ /]l/!D@lAKJ6+Y1s|/1010! }<HS@ O9K PX@U = >K(PX@U =>@UM>YYY@ $$/J%(M+76.'&67327"&'"&'.'&673277>32#"&%>32"&^u 'w /# v' Ne-1#N3#411 zǓ 7A-\K PX@$b U=M>KPX@$b U=M >@$b U=M>YYY@ MK$$),&## +''"'&'"&'>32>76676'&'432#".'>2#"&%>32#"&_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# CX:C,-8D+-8B-,9h:+ /]l/!D@lAKJ6+Y1s|/100AA0.@@./BA0.@@ <H9K PX@U = >K(PX@U =>@UM>YYY$/J%(M+76.'&67327"&'"&'.'&673277%4632#"&^u 'w /# v' Ne-1#N3#411 zǓ 7A-\K PX@"bU=M>KPX@"bU=M >@"bU=M>YYY@ $&),&##+''"'&'"&'>32>76676'&'432#".'4632#"&_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# LD;JR@;Hh:+ /]l/!D@lAKJ6+Y1s|/103LT3-RR3-<H9K PX@ = =M>K(PX@ ==M>@QM>YYY$/J%(M+76.'&67327"&'"&'.'&6732774632#"&^u 'w /# v' Ne-1#N3#411 zǓ 7A-\K PX@$b=M=M>KPX@$b=M =M>K(PX@$b=M=M>@!bQ=M>YYYY@ $&),&##+''"'&'"&'>32>76676'&'432#".'4632#"&_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# `LC;JR?;Hh:+ /]l/!D@lAKJ6+Y1s|/10C3LT3-RR>![d.@IU K  >Y@ZYVRC$CC +%.&#"&6767>'.'&67327&746327676'&67327&#"&67>ywZ= Sdx O'A@ wQpCKD;J<2P%d u= HRv N!%KD w NB# d\ 2  1 T!!+P36&Q3LT3&J &59! s\ 2  1 V#)3-N5 2  1 96 I^@[H7* 0 ECB@=;$$"$&%#$" +4632#"&&#"&'>327>32#"'&#"327#"&/#"&543232767&LD;JR@;Ht,*HI/$%51KyY9U7(..763UM:?'B.SVK7Zc,d )z%73LT3-RR#"4*^5UDni4./J$163^@UZwb4^3<2d754l>QYakK(PX@%    UK = K >@#    UU K >Y@a`]\YXUTPOCCCC+%.&#"&6767>'.'&673277676'&67327&#"&67>462"$462"ywZ= Sdx O'A@ w P%d u= HRv N!%KD w NAcAAc>Cc??cB# d\ 2  1 T!!+P36 1 59! s\ 2  1 V#)3-N5 2  1 9sbDDbBBbDDbB6 Th@eSB5$ ; <: ;Z  bUN= M   >PNMKHF?=97"$&%#$$"+>32#"&%>32"&&#"&'>327>32#"'&#"327#"&/#"&543232767&jB-,9D+-8C,-8BX9o,*HI/$%51KyY9U7(..763UM:?'B.SVK7Zc,d )z%0AA0.@@./BA0.@@H#"4*^5UDni4./J$163^@UZwb4^3<2d754l!I^,@UUK >Y@ M$$CC +%&#"&67>76&'.'&67327&54632#"'676'&67327J9{ r }N6 =A wL~ALC;JR? P# ; =Bv JI)){; /  / <{90-R1 2 &P3LT3-R%59 Z 2  1 #9J3wT|3?A@><bbU=M>$&$$(-%"+.#"&'>326'4&54632#"&5463232764632#"& +MH0%/7C7L)0T.:y]^-`C'8 ;?rv]KD;JR?;H $4*`DSoqe(/0L^9>?R $13LT3-RR-/<K PX@<;642:KPX@<;642:KPX@<;642:K$PX@<;642:@<;642:YYYYK PX@'b`M =N >KPX@+b`M =N = >KPX@'b`M =N >K$PX@+b`M =N = >K(PX@/b` =M =N = >@-b`U =N = >YYYYY@&  /. +%2672#&)"767>&#!""'6743)26323&'&76?\^85N- % q5=: Z7x #EelZ| jT   Bq&6@ <;976  +<9K(PX@A  bb```M= K  =>@?  bb```   UM=>Y@444>4>21#!!#) +632>76#"'&&'677"#"&#""'>3236&''67+" ;]G706.Ibn]TA$KPX@5b`M = N = = M  >KPX@1b`M = N = M  >K$PX@5b`M = N = = M  >K(PX@9b` =M = N = = M  >@4b`U  Q = N = >YYYYY@:842&  /. +%2672#&)"767>&#!""'6743)263234632#"&\^85N- % q5=: Z7x /LC;JR?;HZ| jT   B`3LT3-RRO33?@ + <:K(PX@F  bZ````M== M  >@C  bZ```` QM=>Y@><8621#!!#) +632>76#"'&&'677"#"&#""'>32364632#"&+" ;]G706.Ibn]TA$KPX@3b`  QM = N = >KPX@/b`  QM = N >K$PX@3b`  QM = N = >K(PX@7b`  Q =M = N = >@5b`U  Q = N = >YYYYY@20850;2;&  /. +%2672#&)"767>&#!""'6743)26323!"7>3!2\^85N- % q5=: Z7x 6\#%Z| jT   B()O3?w@t + <:  bZ````  QM=>64<94?6?21#!!#) +632>76#"'&&'677"#"&#""'>3236!"7>3!2+" ;]G706.Ibn]TA$@>FC>I@I($&%%& +%#"&54>76&#&7>3263232672#"'&7654&#"!"7>3!2 -P71e {=wHnN'Y%#FmL L#$2l\$%?. !4f4(DPT+p}7)'ZbC3GP'-()-8D3K*PX@)b  UM=M>@'b  UUM>YY@CA=;$#$$! +7#"5476?>7>3#32672'"54>2#"&%>32#"&} 2l =A+)zX%#h!CX:C,-8D+-8B-,9 !f<' \ L ;%7)&t<0AB/.AA./BA0.AA6T7BM@  K PX@-b  U M ==M>KPX@-b  U M ==M >@-b  U M ==M>YYY@98MKGE>=8B9B),&## +''"'&'"&'>32>76676'&'432#".'"2676&>32#"_AE +N#2N@=@ 1@N;KOm2 |7E7P^#_+# O+=-V@0tHF\ vHGh:+ /]l/!D@lAKJ6+Y1s|/109+);;),8ccGEeT|R3>IV@S<bb  U M ==M>54IGCA:94>5>$$(-%" +.#"&'>326'4&54632#"&546323276"2676&>32#" +MH0%/7C7L)0T.:y]^-`C'8 ;?rv`+=-V@1tHF\ vHG $4*`DSoqe(/0L^9>?R $19+);;),8ccGEe+9N@K0<bM =M=N>9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32* WX%#N ZCkpY|n &S"@fhZX}+9]n<&7)'C3H%q׾r  R:01'n#{COKPX@6bZ  UM=M=N>@7bb  UM=M=N>Y@ NL)$$)(&'#3 +6&+"?63267>7>32#".'.#"'"&546323267>4632#"&/DZ  -1. xFHtTLh-L7 ")7#%l5:mwG/=0 ?9-?LD;JR?;I #)0s794%:-3N +?%-)PPV9#?M)!1Ï3LT3-RR#{K@K @/bbM=M=N>Y@ (&'#>$$(+'"&546323267>?'?6&+"?63267>7>32#".'.#"#m%l5:mwG/=0 ?9-(" Z  -1. xFHtTLh-L7 ")7# >aPPV9#?M)!1ÏO@:  bb S M=M=N>Y@KKIG?=$#:$$( +#'"&546323267>76&+"?6326767#5367>32#".'.#"V %l5:mwG/=0 ?9-DZ  -1. @ZHtTLh-L7 "7#jO")PPV9#?M)!1Ï #)0-+OwH94%:-3N +?%V?DDcK PX@'&<KPX@'&<KPX@'&<@'&KPX@5b`M = =K =M>KPX@1b`M =M =M>@8b`bM =K =M>YYY@ K'&'$$ +76$32#"&"47632>.#"5676&#" &#"&67>K-} {#!>%/J^> +qV+h K>@V  O 118!`F<1 ͏"{v %/e;3>wS!#mBG%65  %J; 2| K PX@bM=M >@bM=M>YY,"%/#+3 6&'67.7>32#"'&#"#".+jdRLf#hJjLJ J)%hL p]uPo/PsibZVLmPyeBF%)(\VBP7{h\큃a)T} 3DBN:K(PX@+dd VK = M  >@(dd V QK >Y@MKGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"4632#"&+C  / u' 3;L%wJ %- x % -9FLD;JR?;ID5 ^  2  1 =>[l  2  1  N#3LT3-RR3+9E0@3b QM =M=N>Y@DB><9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"324632#"&* WX%#N ZCkpY|n &S"@fhZXKD;JR?;H}+9]n<&7)'C3H%q׾r  R:01'n 3LT3-RR ?Be @< b  ` ` ` U VK >Y@ db^\TRLKA?87641-*) +!#&#"&67>7273&#"&672>&7!"#67676&#"#"&7>32+C  / u' 3;L%wJ %- x % -96 ;(""" "gLVAD5 ^  2  1 =>[l  2  1  N#$(J/##$  !&JM+9Wm@j0< b `b UM =M=N>VTPNGE?>9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32#67676&#"#"&7>32* WX%#N ZCkpY|n &S"@fhZX7CG @ = 1 'j=I=}+9]n<&7)'C3H%q׾r  R:01'n38;BIQ( # %%MN  O\Q@N[VTR,<:ddd   VK > NLEDCA>:76+*" % +"&7676!#&#"&67>7273&#"&672>&7!"&'&76?: I+C  / u' 3;L%wJ %- x % -9#Eem!9_  A5 ^  2  1 =>[l  2  1  N# &6b  b= = M  = M=N>@>db  b = M  = M=N>Y@PNJHA@><64+)&%#!BB* +672&'"''673232672#"'&74?'#"&547>3226>?&#"322 6 @.U9n<" .m.HI* WX%#N ZCkpY|n &S"@fhZX}(%;Np'IE"B'_/+9]n;&7)'C3H%q׾r  R:01'n BO\Q@NNIGE WUA?87641-*) +!#&#"&67>7273&#"&672>&7!"&'&76?2676'&+C  / u' 3;L%wJ %- x % -9#EemC%  8D5 ^  2  1 =>[l  2  1  N# &6@? d bb  =M =M=N>Y@"::SQLJ:D:D9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32&''67%#"/7>3* WX%#N ZCkpY|n &S"@fhZX5{9}FX.H!J  >"}+9]n<&7)'C3H%q׾r  R:01'np'SWO['_/ !$ B]n@ca^\RLGC NE @5  b ` ` U VK >Y@igXVJIA?87641-*) +!#&#"&67>7273&#"&672>&7!"&'#67&767&7>32'6?676&#"+C  / u' 3;L%wJ %- x % -9#sO 5eYg*gLV@1K !"#"D5 ^  2  1 =>[l  2  1  N# &%/$B. *5O.&KN%* D "#%  NQ_|@yFC>;2D=V <b`  bK = M = M=N>_]YWPOMJA@:8/-'& QQ +232672#"'&74?'#"&547>7#67676&#"#"''673&'63226>?&#"32* WX%#N ZCkpOn( <  ' <.Hk5{9)1F n &S"@fhZX}+9]n<&7)'C3H%q׾dIQ(# $'_p'"(;?  R:01'n %aq@n>< ;:db` U   V K > `^WVUSPLIH=<40"!% %  +267#"'&"'67&'&76?!#&#"&67>7273&#"&672>&7!"'=$4R8MG(+=42:0eJn7A8(+C  / u' 3;L%wJ %- x % -9*; 3+,1 b(C0 +V V[.*5 ^  2  1 =>[l  2  1  N#X+9DY@I S BA?=< 0FE::WUPNLJEYFY:D:D9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"32&''6?267"'&#"'>32* WX%#N ZCkpY|n &S"@fhZX5{9}FX.H$7".J3FA$'70)`@AG3}+9]n<&7)'C3H%q׾r  R:01'np'SWO['_,> 6-/4 ]Y9- 3BN[ZUSQ:K(PX@+dd VK = M  >@(dd V QK >Y@MKGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"4632#"&&'&76?+C  / u' 3;L%wJ %- x % -9FLD;JR?;I2$DemD5 ^  2  1 =>[l  2  1  N#3LT3-RR&6=C0 +V ~3)+9EP@NMKIH 0K(PX@<  dbM =M=N= M  >@9  db QM =M=N>YY@"FFFPFPDB><9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"324632#"&&''67* WX%#N ZCkpY|n &S"@fhZXKD;JR?;H&-l1{8m#T}+9]n<&7)'C3H%q׾r  R:01'n 3LT3-RRmkM][c BP]f@cPJIC  XVNLGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"#"&?3267#"&7676+C  / u' 3;L%wJ %- x % -9ho:rXT@ OD5 ^  2  1 =>[l  2  1  N#kl9678s$?i  F+9X@WUFE@? 0@A d bb VM =M=N>Y@ PNKICA=;9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"326323267#"'#"&76?&?* WX%#N ZCkpY|n &S"@fhZX < 3nX?y{:@! );}+9]n<&7)'C3H%q׾r  R:01'n+*z/IYd5 =!" BP]e@bPJIC  XVNLGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"#"&?326732676'&+C  / u' 3;L%wJ %- x % -9ho:rXTJ( @D5 ^  2  1 =>[l  2  1  N#kl9678k&=h  HCQ@H2 @9d  bU M  = N=N>Y@QOKIBA?=75,*'&$"CC'&" +3267#"'&/7>32232672#"'&74?'#"&547>3226>?&#"323jdX?y{:AD% + * WX%#N ZCkpY|n &S"@fhZXVQQIYd5z'x4+9]n<&7)'C3H%q׾r  R:01'n %Bq@qRPOC lM H  @F  b   b  b ` U  UVK >Y@$omhfb`XVKJGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"#"'#67&?676&#"#"&7>32267+C  / u' 3;L%wJ %- x % -9hC5 : "#" "gLV@D6cTD5 ^  2  1 =>[l  2  1  N#kr:$'+ #%  "&KN%.)78V,Xf|@y* ]G <,:  b  bUU M = M  = N   >.-fd`^WVTRLJA?<;97-X.X$'&&"+3267#"'#67676&#"#"&7>32&7232672#"'&74?'#"&547>3226>?&#"323jdX?y{:Q<4G @ = 1 (j= $* WX%#N ZCkpY|n &S"@fhZXVQQIYd5'%+;BIP( #%%N5>;+9]n<&7)'C3H%q׾r  R:01'n !(d@A< ;:bb`UU  V  K  >#"caZYXVSOLK@?73%$"(#( !! +267#"'&"'67#"&?3267!#&#"&67>7273&#"&672>&7!"'=$3R8LG)+<4o:rXT6=0;82+C  / u' 3;L%wJ %- x % -9*; 3+,1 !l9568QA **5 ^  2  1 =>[l  2  1  N#V:H\@M W  ?) JIZYTRPNI\J\HFB@9864.,#!::&" +3267#"&7232672#"'&74?'#"&547>3226>?&#"32267"'&#"'>23jdX?y{:z$* WX%#N ZCkpY|n &S"@fhZX&$7!/J3EA%'6/)_G3VQQIYd5;+9]n<&7)'C3H%q׾r  R:01'n?,> 6-/4 ]Y9- 3BN\@  <\VUO :K(PX@8  b `  U VK = M  >@5  b `  U V QK >Y@ ZXSQMKGEA?87641-*) +!#&#"&67>7273&#"&672>&7!"4632#"&#"&?3267+C  / u' 3;L%wJ %- x % -9FLD;JR?;I?go:rXTD5 ^  2  1 =>[l  2  1  N#3LT3-RR Lkl96783++9ER@0b UM =M=N= M  >@;b U QM =M=N>Y@ PNIHDB><9731*)'% ++ +232672#"'&74?'#"&547>3226>?&#"324632#"&267#"&7* WX%#N ZCkpY|n &S"@fhZXKD;JR?;He 2+`lv}+9]n<&7)'C3H%q׾r  R:01'n 3LT3-RRRfbV~31BN@8  @? ZbZ   U U Q=L >Y@ MKGE?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"4632#"&fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JLD;JR@;H-R 7} H7/)9 = 1 ;y3{; 2  q%wd='3LT3-RR3 (4n@ @$bQM=M>Y@ $('$,!+4#">32672#"&54>324632#"&A"5;8/[`:mJvV(Vm'V}su@lLD;JR@;H9Ah"=h6@X!opR{NV9h>f3LT3-RRBd?@8  K(PX@Q b  ` ZbZ  UU N  ==L >@O b  ` ZbZ  U   UU=L >YY@$ca][TRLK?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"#67676&#"#"&7>32fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J5 :("#" "gLV@-R 7} H7/)9 = 1 ;y3{; 2  q%wd='"#'J/##% "&KN BH@E:<bbUM=M>%$'+$,!+4#">32672#"&54767676&#"#"&7>32632A"5;8/[`:mJvV(Vm 1 (j=I= AHu@l9Ah"=h6@X!op&S ( # &%MO#V9h>fHBW@#G Q 8  @I ZbZ  U  U   UU=L >Y@(DCUSNLJHCWDW?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"267#"'&#"'>32fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JA$7!/J3EA$'7/)`@AG3-R 7} H7/)9 = 1 ;y3{; 2  q%wd='-> 5-.4 ]Z:- (=_@\-7<6;,:bU UM=M>*);9420.)=*='$,! +4#">32672#"&54>32267"'&'"'>32A"5;8/[`:mJvV(Vm'V}su@l.$7!/J3EA$'7/)`@AG39Ah"=h6@X!opR{NV9h>f-> 5-/4 ]Z:- O\@  E '@=  d ZbZ   U U=L >Y@ WULIA@?<9832/*$! OO +&'&76?26762"'6&+;26&#!&67>76&'&67!272'.+""&7676#EelfP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J: I&632672#"&54>32672&'#"&767&''673A"5;8/[`:mJvV(Vm'V}su@lP 6 $89O,  X-Gk9Ah"=h6@X!opR{NV9h>f(%x6K'4) O['_ O\@  E '@=  d ZbZ   U U=L >Y@ WULIA@?<9832/*$! OO +&'&76?26762"'6&+;26&#!&67>76&'&67!272'.+"2676'&#EelfP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JmC%  8&632672#"&54>32&''67%#"/7>3A"5;8/[`:mJvV(Vm'V}su@l5{9}FX-GeJ  ?"9Ah"=h6@X!opR{NV9h>ffp'SWO['_/ !$!dqE@kgZ(/<K(PX@Qb  `  Zb   ZUU N  == L >@Ob  `  Zb   ZU   UU= L >YY@ #"a^VUTQNMHGD?9631.-'&"d#d$'&+#67676&#"#"&7>3226762"'6&+;26&#!&67>76&'&67!272'.+"&'&76?5 :("#" "gLV@fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J#Eem#'J/##% "&KN@-R 7} H7/)9 = 1 ;y3{; 2  q%wd='/&6=C0 +V ~N N[@XC@;8A:<bbbK =M=M>)')$,! +4#">32672#"&54>7#67676'&'&#"#"''673&'32A"5;8/[`:mJvV(Vm!Lmc =  1 '(P-Gk5{9&F u@l9Ah"=h6@X!opL{W IQ( *1'_p':?V9h>fa@$W %,9< ;:K(PX@Hd Zb  Z UU N  ==L >@Fd Zb  Z U   UU=L >Y@& ^[SRQNKJEDA<630.+*$#a a  +267#"'&"'67&'&76?26762"'6&+;26&#!&67>76&'&67!272'.+" '=$3R8LG)+<407%eDg:C8fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9J*; 3+,1 ^(C0 *V OV0*7-R 7} H7/)9 = 1 ;y3{; 2  q%wd='P (3Gs@p8 B10.,+54))ED?=;94G5G)3)3'$,! +4#">32672#"&54>32&''6?267"'&#"'>2A"5;8/[`:mJvV(Vm'V}su@l5{9}FX-G$7!/J3EA%'7/)_G39Ah"=h6@X!opR{NV9h>ffp'SWO['_-> 6-/4 ]Y:-3BN[@8  @? ZbZ   U U Q=L >Y@ MKGE?<432/,+&%" BB +26762"'6&+;26&#!&67>76&'&67!272'.+"4632#"&&'&76?fP B!  B AbZ$!y5!Y_2a oI1m 0C3/%1Hg#9JLD;JR@;H#Eem-R 7} H7/)9 = 1 ;y3{; 2  q%wd='3LT3-RR&6@*dbQM=M>Y@555?5?$('$,! +4#">32672#"&54>324632#"&&''67A"5;8/[`:mJvV(Vm'V}su@lLD;JR@;H?-m1{9m#T9Ah"=h6@X!opR{NV9h>f3LT3-RRmkM][c4,NK PX@-bX  UK =K >K(PX@.b`  UK =K >@,b`  UUK >YY@ MK'&3C +>.'&67327& &67>7#67676&#"#"&7>32)#!  117! +!!  117! 5 :("#" "gLV@/+<& 65  #K>+<& 65  #K>#'J/##% "&KNb@@ 9 KPX@>  bb```  U ==>@?  b ` ` ` ` `  U =>YY@<:53'$$" +32672#"'&7654/#6767263676&#"#"&7>32632YW%Y%#FmLZ $'%@ .  1 'j=I=B* n}7)'ZbC-9')0DA # &%MO# +9]43-,8UK(PX@!K =K =M>@UQK >Y@ $'3C+>.'&67327& &67>74632#"&)#!  117! +!!  117! LD;JR?;I/+<& 65  #K>+<& 65  #K>3LT3-RRu3D ,8@2b``QM ==>Y@ $'%$$$" +4632#"&32672#"'&7654/&676324632#"&KD;JR?;HW%Y%#FmLZ $R я* LC;JR?;H3LT4-RSn}7)'ZbC-9'4 +9]3LT3-RR3D(cK(PX@!M =M=M>@QM =M>Y@'%!  +"32654&"56%24632#"&~:\xw )(:LD;JR@;Heqe {3LT3-RR3 (PK(PX@M=M=M>@QM=M>Y$&&%%!+724.#"47632#".4632#"&y1'}b\?`LD;JR?;I\9O`1MFI1Gsm3LT3-RR>K PX@-bXUM =M >@.b`UM =M >Y@=;75-+%$  +"32654&"56%2#67676&#"#"&7>32~:\xw )(=26 ;(""" "gLVAeqe {X$(J/##%  "&JM 77@4&<bUM=M>&%$''%!+724.#"67676&#"#"&7>32632#".546y1' 1 (j=I=MMb\?~\9O`1(( # &%MO#I1Gsl:w )6A@> <,*:dM =M> 1/$"))  +&'&76?"32654&"56%2#"&7676#Eemµ~:\xw )(: I&6@$dK =M=M>Y@ )&%%!+724.#"47632#".672&'#"&76?&''673y1'}b\? 6 t'?9U0   X-Gk \9O`1MFI1Gsmj(%j;T'8. O['_ )6B@? <-,*:dM =M> 1/$"))  +&'&76?"32654&"56%232676'&#Eemµ~:\xw )(C%  8&6J '6@ @(db =M=M>Y@64/-$"  +&''67724.#"47632#".#"/7>3 5{9}FX-Gy1'}b\?RJ  ?"Np'SWO['_9O`1MFI1Gsmj !$)7G@=;8  @'bUM =M>Y@+*CA20*7+7$")), +&'#67&767&7>32"32654&"56%26?676&#"#sP5 fZo/gKVA8J~:\xw )(!!#""&%/ B. *5V2&KM&,#Deqe {  ! #% N:EV@S85,*7<bb`K ==M>EC><::,&( +&'2#".54767#67676&#"#"''67724.#" 5{9 )EZG!b\?_` =  '! @-Gy1'Np'#:?:bl/. 64.;/;(&- -  +267#"'&"'67&'&76?"32654&"56%2'=%3R8LG)+<418.eHl:C8~:\xw )(*; 3+,1 `(C0 *V TZ0*5eqe {1Z '<f@c,6<5;+:U U  =M=M>)(:831/-(<)<$" +&''67724.#"47632#".267#"'&#"'>32 5{9}FX-Gy1'}b\?$7!.J3FA$'7/)_@AG4Np'SWO['_9O`1MFI1Gsm,> 5-.4 ]Y9-3(5k4/-+:K(PX@!M =M=M>@QM =M>Y@'%!  +"32654&"56%24632#"&&'&76?~:\xw )(:LD;JR@;H#Eeleqe {3LT3-RR&6K-PX@"Q =M=M>@"dQM=M>YY@)))3)3$&&%%!+724.#"47632#".4632#"&&''67y1'}b\?`LD;JR?;I-m1{9m#T\9O`1MFI1Gsm3LT3-RRmkN]\c39 ,K(PX@ M>@IMAY$" +4632#"&LD;JR@;H3LT3-RR %KPX@ e >@ d[Y$! +632#"&767h M!+' 10! E @ :[% +32676'&N`5 &S+Fw QY%KPX@ e >@ d[Y%% +#"/7>32j)Y0 )-=T!LK PX@bWIMA@bcIMAY$'&+#67676&#"#"&7>325 :("#" "gLV@#'J/##% "&KN+%@"bcIMA$'&+#67676&#"#"&7>32+CG @ = 1 'j=I=38;BIQ( # &%MNV=@:<: 9UIMA  +267"'&#"'>2?$7!/J3EA%'7/)_G3,> 6-/4 ]Y9-.=@:<: 9UIMA  +267#"'&#"'>32 2*C.?:!#2+%V:;?.1D :239 fc?239 ,K(PX@ M>@IMAY$" +4632#"&LD;JR@;H3LT3-RR#379 ,K(PX@ M>@IMAY$" +4632#"&#LC;JR?;H3LT3-RR3-<HUK(PX@!K =M=M>@UQM>Y@ $$C-O%+32>764.'&67327# '&6&'&673274632#"&d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;3LT3-RR3;FR@@6b``` Q=N >Y@QOKI#*)'$&' +%067'#"&5476#""&'>323267>3232672#"'&744632#"&s ZFpN'X$#Fl+- "L42osO ,P7 kX%#NKD;JR?;H %pSUSDF}7)'Zb!"4?ir? 9* %3?&7)'CB3LT3-RR<^K PX@-bX  UK =M>K(PX@.b`  UK =M>@,b`  UUM>YY@ ][(&C-O% +32>764.'&67327# '&6&'&67327#67676&#"#"&7>32d4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ;j#'J/##%  "&KN;O^b@_P#<b````  U=N  >XVKI*)+$&' +%067'#"&5476#""&'67.7>323267>3232672#"'&7467676&#"s ZFpN'X$#Owj=I= "L42osO ,P7 kX%#NB021  %pSUSDF}7)'f1%%MO#$4?ir? 9* %3?&7)'C#  @ :[& +#"&7676U$B &$f? w O} %KPX@ e >@ d[Y$! +632#"&767d M!+' 10! ? @ :[% +32676'&H`5 &S+Fw Q)k%KPX@ e >@ d[Y%% +#"/7>32i)X0 )-$Tn!LK PX@bWIMA@bcIMAY$(&+#67676&#"#"&7>32n26 ;(""" "gLVA#'J/##%  "&KN`%@"bcIMA$'&+#67676&#"#"&7>32CG @ = 1 'j=I=38;BIQ( # &%MNR\=@:<: 9UIMA  +267#"'&#"'>32$7".J3FA$'7/)_@AG3,> 5-.4 ]Y9-5 =@:<: 9UIMA  +267"'&'"'>2b$7!.J3EA%'7/)_F4-> 5-/4 ]Z:-39 ,K(PX@ M>@IMAY$" +4632#"&LD;JR@;H3LT3-RR%399 ,K(PX@ M>@IMAY$" +4632#"&%LC;JR?;H3LT3-RR=JU>:K(PX@dK =L >@dUL >Y@ /MCC+%&#"&67>76&'.'&67327676'&6732732676'&J9{ r }N6 =A wV P# ; =Bv JI))F`5 &S{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w+Fw QT|3B~@ @+ddbb=M>Y@ %)$$(-%"+.#"&'>326'4&54632#"&546323276#"/7>32 +MH0%/7C7L)0T.:y]^-`C'8 ;?rv.j)Y0 $4*`DSoqe(/0L^9>?R $1 )-3-=IXK(PX@"K =K =M>@UQK >Y@ $,MCC +%&#"&67>76&'.'&67327676'&673274632#"&J9{ r }N6 =A wV P# ; =Bv JI))LC;JR?;H{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w3LT3-RRT|3?y@ @)bbU=M>Y@ $&$$(-%"+.#"&'>326'4&54632#"&5463232764632#"& +MH0%/7C7L)0T.:y]^-`C'8 ;?rv{LD;JR@;H $4*`DSoqe(/0L^9>?R $1L3LT3-RR=_K PX@.  bX  UK =K >K(PX@/  b`  UK =K >@-  b`  UUK >YY@^\XVNLFEMCC +%&#"&67>76&'.'&67327676'&67327#67676&#"#"&7>32J9{ r }N6 =A wV P# ; =Bv JI))q26 ;(""" "gLVA{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w#'J/##%  "&KNT|PM@J',<bbbU=M>MKGEA?75$',"+.#"&'>767676&#"#"&7>326'4&54632#"&546323276 +M6=4 1 (j=I=C7)7C7L)0T.:y]^-`C'8 ;?rv $4 P:F( # %%MO#38..EJoqe(/0L^9>?R $1\=R@B L@'  U UUK >Y@?>PNIGEC>R?RMCC +%&#"&67>76&'.'&67327676'&67327267#"'&#"'>32J9{ r }N6 =A wV P# ; =Bv JI))G$7!/J3EA$'7/)`@AG3{; /  / <{90-R1 2  1 59 Z 2  1 #9J3w,> 5-.4 ]Y9-T|3Ge@b8 B54ED?=;94G5G$$(-%" +.#"&'>326'4&54632#"&546323276267"'&'"'>2 +MH0%/7C7L)0T.:y]^-`C'8 ;?rv`$7!/J3EA%'7/)_G3 $4*`DSoqe(/0L^9>?R $1!-> 5-/4 ]Z:-q1B@: $K PX@4  Z M =M=M =M >@5  b M =M=M=M>YY@32@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>3225>76#"76q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs71 -}V=R\ HPtg5}?T)nL^\ao{eŇj3>[;'R\# V+%TFq1D@<  $K PX@4  ZM =M=M =M >@5  bM =M=M=M>YY@32>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#a-7?S VHPtg5}?T)nL^\ao{eŇj3>)T')X #7FF;[q1BQ9@J : $K PX@; M = M =M=M =M >K$PX@; M = M =M=M=M>@8 M =  M =M=M=M>YYY@32PNIG@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>322'>76#"76&7>32'"'q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs70 -}V=T ` 73#3 HPtg5}?T)nL^\ao{eŇj3>[;%T\# X)%TFR +%q1DR:@LN<  $K PX@;M =  M =M=M =M >K!PX@;M =  M =M=M=M>@8M =  M =M=M=M>YYY@32QOKI>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>&7>32'"'q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#_-7?R  Y4"3  HPtg5}?T)nL^\ao{eŇj39)T%+X #7FE;ZR )% q0OK-PX@6B=<71<@6B=<71K PX@7ZM  =M = N  = M  >K!PX@8bM  =M = N  = M   >K-PX@<b =M =M = N  = M   >@Bb` =M =M = N  = M   >YYYY@"MKECA?;953,*%#  +2'>76#"76%2#"75654.# 32>?327327#"7"&7>3270 {=S `'! A+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsX;B# X)'TC- @)HPtg5}?T)nL^\ao{eŇj3q1DTTK&PX@RQ<  $<@RQ<  $K PX@7   ZM =M=N =M >K&PX@8   bM =M=N=M>@>   b  `M =M=N=M>YYY@FE32NLETFT>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>%2#".756q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3%] ,8?T U' HPtg5}?T)nL^\ao{eŇj39)T%)Z #7FE;Z - @)q1!4S5@$ : FA@;5" <;:K PX@F  bUUM = M  = M  = M   >K PX@F  bUUM = M  = M  = M  >@F  bUUM = M  = M  = M   >YY@&QOIGEC?=970.)' !!  +2'>76#"76%27#"&#"'63254.# 32>?327327#"7"&7>3270 9hB=R ` ;:+H+'=4+Nq;y+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsJZ<?J5% X)'TF\ VV\HPtg5}?T)nL^\ao{eŇj3q11AT,@$5 =L  $<<;4 :K PX@E  Z  U U M =M=M=M>K PX@E  Z  U U M =M=M =M >@F  b  U U M =M=M=M>YY@CB32NMHFBTCT@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'6322#".7>q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=6-H+'=4+Lq;{w3#^-7?S VHPtg5}?T)nL^\ao{eŇj3}\ XX\'T%)X #6EF;[29J@ B5 &@.  b  U V =K >Y@;:43HFA@:J;J3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2'>76#"76;--90hD%1 <9P9\?R;oa92 ){V=R^  ''m`=>=:''8a#s" Z<%T\# X)%TF29L@ D5 &@.  b  U V =K >Y@;:43FE@>:L;L3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2#".7>;--90hD%1 <9P9\?R;oa3%_.8?T  S ''m`=>=:''8a#s" 'T%)X #6EF;[Z3:LZ@VD6 9 'K$PX@. I    UV =K >@/ U   UV =K >YY@<;54YWSQJHCB;L76#"76&7>32#"'+-;3;L#%/ <;P9` =P;ma73 7gA;RZ 53%5 ''67`=>=:''8a#s" [;=L3# V+%TFR+' #3;N\@XF6 9 'K!PX@. I    UV =K >@/ U   UV =K >YY@=<54[YUSHGB@&7>32'"'Z+-;3;L#%!- <;P:` =P9l`3%`/7?U R3#5  ''67`=>=:''8a#s"  z&V%)X #7FF;XO )% 2:JYK-PX@B 8 &<5;@B 8 &<5;YK PX@9  b   XV = M  =K >KPX@:  b   `V = M  =K >K$PX@8  b   `   UV =K >K-PX@< d  b   `  UV =K >@B d  b `  `  UV =K >YYYY@$LK<;43WVTRKYLYHFA@;J76#"76%2#"5436J+-<1 hD%/ m  O7^@P9o`73 }{=P b'   ''m`=>w''8a#s"  }[;B# X)'TD- @)2:M\FK&PX@Q ZYE5 8 &<@Q ZYE5 8 &KPX@3   bV = M  =K >K&PX@1   b  UV =K >@7 b  `  UV =K >YYY@"ON<;43WUN\O\GFA?;M%2#"&756J+-<1 hD%/ m  O7^@P9o`3%[/8?T  U'    ''m`=>w''8a#s"  )T'+V #7FF;[- @)/3;L\*@(PX 6 D 9 'KPX@A  b U UV = M =K >@?  b U U UV =K >YY@&NM=<54[YVTSQM\N\JHCB76#"76%27#"&#"'632f+-;3;L#%/ <;P9` =P;ma74 +{V=S^ ;6-F+'?0+Hq;{''67`=>=:''8a#s"  Z;'R\" W+%TE] XX ]33:K^v@$> F 6V9 'KPX@D  bU  V M = = M =K >KPX@B  b UU  V = M =K >@@  b U  UU  V =K >YYY@'ML<;54XWRPL^M^JHDBA?;K322#".7>j\;3;M"%/ <;O9` ?R;ma'=6+F-%;3+'U>;{u3&\/7?T  T3''67`=>=:''8a#s" $]ZZ XT])T%+V #5FE;Zq3EK1PX@= <@= K PX@:  bbU M  =M=M >K-PX@:  bbU M  =M=M>K1PX@?  bbIU M  =M=M>@@  bbUU M  =M=M>YYYY@54CA<;4E5E!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2'>76#"76/VXud-+H7s 8 1%9u'229 ;T Vw7/ 9gA=R ZTu^'{4O[)=ZITZ9'%#! !Z\%) dL[;;L5# X)'TDq3FK1PX@> <@> K PX@9  ZbU M  =M=M >K-PX@:  bbU M  =M=M>K1PX@?  bbIU M  =M=M>@@  bbUU M  =M=M>YYYY@54@?:84F5F!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2#".7>/VXud-+H7s 8 1%9u'229 ;T Vw1%Z+7?S VTu^'{4O[)=ZITZ9'%#! !Z\%) dL)T')X #7FF;[3DRK1PX@L N< <@L N< K PX@@bU M  =  M  =M=M >K!PX@@bU M  =  M  =M=M>K-PX@=bU M =  M =M=M>K1PX@BbIU M =  M =M=M>@CbUU M =  M =M=M>YYYYY@54QOKIB@;:4D5D!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2'>76#"76&7>32'"'/VXud-+H7s 8 1%9u'229 ;T Vw72 -}V=T \13%1 Tu^'{4O[)=ZITZ9'%#! !Z\%) dEZ;'R\# X)%TER )% 3FTK1PX@N P> <@N P> K PX@@bU M  =  M  =M=M >K!PX@@bU M  =  M  =M=M>K-PX@=bU M =  M =M=M>K1PX@BbIU M =  M =M=M>@CbUU M =  M =M=M>YYYYY@54SQMK@?:84F5F!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2#".7>&7>32'"'/VXud-+H7s 8 1%9u'229 ;T Vw3#^+7?U V3#3!Tu^'{4O[)=ZITZ9'%#! !Z\%) dC)T%)X #5FE;ZR +% 3DT7K1PX@H < P <@H < P K PX@C  b   XbU M  =M=M >K&PX@D  b   `bU M  =M=M>K-PX@H  b   `bU = M =M=M>K1PX@M  b   `bIU = M =M=M>@N  b   `bUU = M =M=M>YYYYY@FE54RQNLETFTB@;:4D5D!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"25>76#"76%2#"&7436/VXud-+H7s 8 1%9u'229 ;T Vw72 -}V;T \'   Tu^'{4O[)=ZITZ9'%#! !Z\%) dEZ;'R\# X)%TE -  @'3FTK1PX@R> <@R> K PX@<   ZbU M  =M=M >K&PX@=   bbU M  =M=M>K-PX@C b  `bU M  =M=M>K1PX@H b  `bIU M  =M=M>@I b  `bUU M  =M=M>YYYYY@HG54PNGTHT@?:84F5F!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2#".7>%2#"=6/VXud-+H7s 8 1%9u'229 ;T Vw3#`-7?U W'  Tu^'{4O[)=ZITZ9'%#! !Z\%) dE'V%)X #7FE9Z + @';M@E  '@H Z  bbZ U  UU=L >Y@=<KIDC76#"767NJHT11.#)/%1e!%yf5t>h ';;  73 7gA;R^ +NAK)1>^`@/+' -Z1++Z<=L3# V+%TFo=P@H  )(K(PX@I Z  bbX UU L  ==L >@G Z  bbX U  UU=L >YY@?>JIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%2#".7>o9NJL T32 - ) /%1g!%x^33s;j )9> 3%]/9?U T+NAK+/>AJ{@/+'} -Z1++'T%+V #8CH;[<M[@U 9 WD  (K$PX@I ZbX  I    UU L ==L >K(PX@J ZbX  U   UU L ==L >@H ZbX  U U   UU=L >YYY@>=ZXTRJHCB=M>M<:4233$&4"4+6&#!"!26?6;2#"=4&#!3!2!'76;276&+"577%2'>76#"7>&7>32'"'7NJJT32 -) / %1d!$yk3u=j'9> `74 ~z=Pb5 4#3 +NAK+/>AuP@/+' -Z1++[;B# X)'T)P )% =P^@ZH  )(K!PX@I ZbX  I    UU L ==L >K(PX@J ZbX  U   UU L ==L >@H ZbX  U U   UU=L >YYY@?>][WUJIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%2#".7>&7>32'"'7NJL T32 - ) 0%1g!%x^33s =j )9= y3# b -7 ?W R3#5 +NAK+/>AJ{@/+'} -Z1++(T%)Z #7FE;ZQ +% =N]@R [ZF  )(KPX@N Z  bbXU M  = L ==L >K&PX@L Z  bbX   UU L ==L >K(PX@P d Z  bbX  UU L ==L >@N d Z  bbX  U UU=L >YYYY@#PO?>XVO]P]LJED>N?N=;4243$&4"4+6&#!"!26?6;2#"'54&#!3!267!'76;276&+"?7%2'>76#"76%2#"&7567NJL V31 - ) /%1g!%y^33r >j )9=  }74 ,zV=S^'  +NAK+/>AJ{@/+'} -Z1++Z;'R\# V+%TE +  @'=P_K(PX@T : ]\H  )(<@T : ]\H )(KPX@N Z  bbXU M  = L ==L >K(PX@L Z  bbX   UU L ==L >@P Z  b`bX   U UU=L >YYY@#RQ?>ZXQ_R_JIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"574&#!3!267!'76;276&+"577%2#".7>%2#"&756:MHHS31-)  /%1d%y^36u;j )9>  {3%a.8?T  S'  +NAK)1>AJ{@/+'} -Z1++)V%)Z #5FF;[-  @')!3Z@W+< 9bbcM =M>#"1/*)"3#3! &*! +3632 '&6#"'6#"767>32'>76#"763-E{??y3-)/^5; 71 :hB=S Zy%F^-;=#\ 9    X;;L5# X)'TC)!4@,< 9K PX@+ZbcM =M>@,bbcM =M>Y@#".-(&"4#4! &*! +3632 '&6#"'6#"767>32#".7>3-E{??y3-)/^5; o3#a,8?R  Wy%F^-;=#\ 9    )T')X #7FF;[)!2@@<)< 9K!PX@2bcM = M =M >@/bcM = M=M >Y@#"?=970.('"2#2! &*! +3632 '&6#"'6#"767>32'>76&#"76&7>32'"'3-E{??y3-)/^5;  7/ x=R^33#5 y%F^-;=#\ 9   X;B# Z)TCP )%  )!3A@1=,< 9K!PX@2bcM = M =M >@/bcM = M=M >Y@#"@>:8.-(&"3#3! &*! +3632 '&6#"'6#"767>32#".67>&7>32'"'3-E{??y3-)/^5; !3#^ -7RZ T3#5 y%F^-;=#\ 9   )T%)X "Z\;ZR )% )!2@@>=*< 9K PX@. ZbcM  =M >K&PX@/ bbcM  =M >@3 bbc =M =M >YY@43#"<:3@4@0.)("2#2! &*! +3632 '&6#"'6#"767>32'>76#"76%2#"7563-E{??y3-)/^5; 90 -}V=T ` '  !y%F^-;=#\ 9   Z;%T\# X)%TE + @')!4C@, < 9K PX@5  b XbcM  =M >K$PX@6  b `bcM  =M >@<  b  `  `bcM  =M >YY@ 65#"A@>=5C6C.-(&"4#4! &*!+3632 '&6#"'6#"767>32#".7>%2"74363-E{??y3-)/^5; %3#`+7?U V' y%F^-;=#\ 9   'V%+V #7FE9Z+ @&)1!3C@7 ? +<> ;6 : 9bbc  U  UM  =M >54#"B@=;:84C5C1/*)"3#3! &*!+3632 '&6#"'6#"767>32'>76#"76%27#"&#"'6323-E{??y3-)/^5; 71 :hB=U\ =6+F+%?1+Jp=yy%F^-;=#\ 9   X>;L5% X)%TF\ XX \)1!2E@&%-= <,;$: 9K PX@<  ZbcU  U M =M >@=  bbcU  U M =M >Y@"43#"?>973E4E1/+)(&"2#2! &*!+3632 '&6#"'6#"767>327#"&#"'>322#".7>3-E{??y3-)/^5; =6-H+%=3+'X=;{v1%Z-7?S  Wy%F^-;=#\ 9   L\ XXXT\'T%)X #6EF;[1Oa@7"YJ@4bU  US K  >Y@QP_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh73 7gA;R^ /+''Z/+''ZO/+''Z/+''Z<=L3# V+%TF1Ob@7"ZJK(PX@6bUS K  = K  >@4bU  US K  >YY@QP\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh3%_/8?T  U/+''Z/+''ZO/+''Z/+'''T%)X #6EF;[Oao6@7"kYJSM= K  =M= K  >K!PX@6IUS K  = K  >K(PX@7UUS K  = K  >@5U  UUS K  >YYY@#QPnlhf_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76&7>32'"'Hdbd -;7Q5q -;6P  7qTR *>5P8q *>5P8o 73 7gA=R^ 73%5 /+''Z/+''ZO/+''Z/+''Z;=L3# V+%TEQ +% qObq=@j7"1ZJSM= K  =M= K  >K!PX@6IUS K  = K  >K(PX@7UUS K  = K  >@5U  UUS K  >YYY@#QPpnig\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"5?3%+";2&#'76;22#".7>&7>32'"'1edd *>5P8o *>5 P7qTT -;8P  5q +=5Q5q3%^/7?U  T3#3/+''Z/+''ZO/+''Z1)''&V%+V #7FE9ZO )%wO`o@7"mlXJKPX@;bSM= K  = L  >K&PX@9bUS K  = L  >K(PX@=dbUS K  = L  >@;dbU  US L  >YYYY@'baQPjhaobo^\WVP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%2#"&7567edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o 74 +{V=S^'  /+''Z/+''ZO/+''Z1)''Z;'R\# V+%TE - @'dObp@7"nmZJ KPX@;bSM= K  = L  >K&PX@9bUS K  = L  >K(PX@?b`US K  = L  >@=b`U  US L  >YYYY@'dcQPljcpdp\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>%2#"756%dce -;8P 5q +=5Q5qTR +>5P8q +=5 P7o3%^/7?U T'! /+''Z/+''ZO/+''Z/+'')T'+V #7FF;[- @)BOaq@em7"YJKPX@IbUUSM = K  = K  >K(PX@GbUUUS K  = K  >@EbUU  UUS K  >YYY@+cbQPpnkihfbqcq_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%27#"&#"'632dee +>5P7o +;7 P7qTT -;8P 5q +=5P5q71 7hB=P ^;5+B-%?0+Hq;}/+''Z/+''ZO/+''Z1)''X;=L3" Y)%TC]ZZ ]VO`s@S[7"kJKPX@KbUSM=M = K  = K  >KPX@IbUUSM = K  = K  >K(PX@GbUUUS K  = K  >@EbUU  UUS K  >YYYY@+baQPmlgeasbs_]YWVTP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;227#"&#"'>322#".7>dbd +=5 P5q -<7P5qRT -;5 P5q -<7P6q2=6+B-%?/+%V=;{r1'[18?T  U1)''Z/+''ZO/+''Z/+''/] XX XR]'V%)X #7FE9Z*@"K PX@+ZbM==M >K1PX@,bbM==M>@*bbU=M>YYY@(&! **%$" +327#"&76&#"767>32'>76"761Pb1K PX@+ZbM==M >K1PX@,bbM==M>@*bbU=M>YYY@&% ,,%$" +327#"&76&#"767>32#".7>1Pb1K PX@2bM =M = =M >K!PX@2bM =M = =M>@/bM =M= =M>YYY@751/(&! **%$" +327#"&76&#"767>325>76#"76&7>32'"'1Pb1K PX@2bM =M = =M >K!PX@2bM =M = =M>@/bM =M= =M>YYY@9731&% ,,%$" +327#"&76&#"767>32#".7>&7>32'"'1Pb1K PX@6  b`bM  = =M >K&PX@6  b`bM  = =M>@:  b`b =M = =M>YYY@,+8742+:,:(&! **%$" +327#"&76&#"767>32'>76#"76%2#"&74361Pb1K PX@.ZbM  = =M >K&PX@/bbM  = =M>@5b`bM  = =M>YYY@.-64-:.:&% ,,%$" +327#"&76&#"767>32#".7>%2#"=61Pb1K PX@=bb  U UM  = =M >@=bb  U UM  = =M>YY@!-,:85320,;-;)'"!++%$" +327#"&76&#"767>32'>76#"76%27#"&#"'6321Pb1K PX@<  ZbU U M  = =M >@=  bbU U M  = =M>YY@!+*650.*<+<(&#! ))%$" +327#"&76&#"767>327#"&#"'6322#".7>1Pb1@&b UUK >Y@'&53.-&7'7334333 +;2&#'76;276&+"?3%+"%2'>76#"76 -;7Q5q +=6P  7q74 8hA=S^ /)''X/+''Z<=K4# V+%TF%8@ 0 K(PX@(b UK =K >@&b UUK >YY@'&21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7> -;8P 5q +=6P 5q/3%Z/7?U  T/)''X/+'''T%)X #6EF;[H%5C@ ?- K!PX@(I  UK =K >K(PX@) U  UK =K >@' UU  UK >YYY@'&B@<:31,+&5'5334333 +;2&#'76;276&+"?3%+"%2'>76#"76&7>32'"'u -;8P5q +=6P  5q74 |z;S\54$5 /)''X/+''X;D# X)'TCO)% %8F@@B0 < ;KPX@0M =K = M =K >K$PX@(I  UK =K >K(PX@) U  UK =K >@' UU  UK >YYY@'&EC?=21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7>&7>32'"'; -=5 P7o +>5P8q3%[.8?T S3#3 /)''X/+'')T')X #7FF;[R +' #%7E@ CB/ K(PX@+ b UK =L >@-   d b UUL >YY@98'&A?8E9E53.-&7'7334333 +;2&#'76;276&+"?3%+"%2'>76#"76%2#"756P -;8P 5q +=5Q5q71 7hB=R^ '  !/)''X/+''[;=L3# X)%TF -@'!%8G@< ED0 KPX@- bM =K =L >K(PX@+ b UK =L >@/  b  ` UUL >YYY@:9'&B@9G:G21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7>%2#"&756N -;8P 5q -;6P 5q3%]/7?U R'   /)''X/+'''T%)X %7DH;[- @'%7G@; C  / K(PX@9b U  U UK =K >@7b U  UU UK >YY@98'&FDA?><8G9G53.-&7'7334333+;2&#'76;276&+"?3%+"2'>76#"76%27#"&#"'632 +=5P5q -;8P 5qX92 7hB=R ^ =6+F+'=4+Jq;{/)''X/+'' Z;=L3# V+%TE\ XX \%5HE@ ) 1 @ <0;( :K PX@: Z  U UM  =K =K >KPX@; b  U UM  =K =K >K(PX@9 b  U U UK =K >@7 b  U U U UK >YYY@76'&BA<:6H7H42/-,*&5'5334333+;2&#'76;276&+"5?3%+"%27#"&#"'6322#".7>H +=5Q5q -;8P  5q;8+F+'?/+Hp={t3%_ /8?T  U/)''X/+''{\[[ \)T%+X #5FE;Z +ߵ#K PX@(ZM=M=M >K1PX@)bM=M=M>@'bUM=M>YYY@)'"!++  +"32676&632#"2'>76"76s m^Z'/f-m>'71 .|V=U\FV^VPZ;'R\# Y)%TF -ߵ%K PX@(ZM=M=M >K1PX@)bM=M=M>@'bUM=M>YYY@'&!--  +"32676&632#"2#".7>s m^Z'/f-m>'3%[ ,8?R  WFV^VP)T$)X #6EF;Z +:/#K PX@/M =M = M=M >K$PX@/M =M = M=M>K(PX@,M =M= M=M>@* UM= M=M>YYYY@9720)'"!++  +"32676&632#"2'>76#"76&7>32#"'s m^Z'/f-m>'71 -}V=T\53%5 FV^VPZ<'Q]# Y(%TFR (%  -</%K PX@/M =M = M=M >K$PX@/M =M = M=M>K(PX@,M =M= M=M>@* UM= M=M>YYYY@;942'&!--  +"32676&632#"2#".7>&7>32#"'s m^Z'/f-m>'1%] ,8?R  W3%5 FV^VP)T%)X #6EF;[R (%   ,:3@ 087$K PX@,bM  = M=M >K!PX@,bM  = M=M>K(PX@*b  U M=M>@.b U = M=M>YYYY@ .-64-:.:*(#",,  +"32676&632#"2'>76#"76%2#"756s m^Z'/f-m>'71 9iA=T` '  FV^VPZ<;L3# X)%TF - ?'# -;698%K PX@+ZM  = M=M >K&PX@,bM  = M=M>K(PX@2b`M  = M=M>@0b`  U M=M>YYYY@ /.75.;/;'&!--  +"32676&632#"2#".7>%2#"756s m^Z'/f-m>'1%a,8?R U' !FV^VP)V%)X #8EF;[- ?' +#K PX@'bUM =M >@'bUM =M>YY@ )'"!++  $" +! ! "32%2'>76#"76;Q9;3Nx9Ӵ'5;73 7gA;R^ zm'/5HB 1RZ<=L3# V+%TF3 ,$K PX@&ZUM =M >@'bUM =M>YY@ &% ,,  $" +! ! "32%2#".7>3;R;;3Ny7Ѵ'6;Z3%\ /7?U Tzm'/5H@1R'T%)X #6EF;[` )8+@ 1!K PX@/M = M =M =M >KPX@/M = M =M =M>K!PX@'I U M =M>@( UU M =M>YYYY@ 750.'% ))  $" +! ! "32%2'>76#"76&7>32'"'`;R9;3Ny7Ѵ'6;'74 }{=P \73#3zk)/5H@1RX;D# X+%TCO )%q *9+@ 2"K PX@/M = M =M =M >KPX@/M = M =M =M>K!PX@'I U M =M>@( UU M =M>YYYY@ 861/$#**  $" +! ! "32%2#".7>&7>32'"'q=U9;3;7Ѵ)3;1%_/7?T  U3#3zk)/5B 1R&V%)X #7FE9ZO )%= )8l@ -65!K PX@+ZM  = M =M >KPX@,bM  = M =M>K$PX@*b  U M =M>K-PX@. db U M =M>@4 db` U M =M>YYYYY@+* 31*8+8'% ))  $" +! ! "32%2'>76#"76%2#"&756=;R9;3Nx9Ҵ(5;\74 |z;P \'  zm'/5H@1R[;B# X)'TD- @) ,:+7$K PX@+ZM  = M =M >KPX@,bM  = M =M>K&PX@*b  U M =M>@0b`  U M =M>YYYY@.- 64-:.:&% ,,  $" +! ! "32%2#".7>%2#"?6=U9;3N{7Ѵ)5;r3%_/7?U T' zk)/5H@1R'V%+V #7DH;[- @'$5@-  K PX@+ZbM==N >K1PX@,bbM==N>@*bbU=N>YYY@&%31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76"765Ӌ%X 5a)7%# iY}#3wR 8'71 -}V=T`զ\);'93/HiuC-Z;'R\# Y)%TF$7@/  K PX@+ZbM==N >K1PX@,bbM==N>@*bbU=N>YYY@&%10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>5Ӌ%X 5a)7%# iY}#3wR 8'3#_ -7?U Tզ\);'93/HiuC-)T$)X #6EF;Z$5DD@=-  K PX@2bM = M ==N >K$PX@2bM = M ==N>K(PX@/bM = M==N>@-b U M==N>YYYY@&%CA<:31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76#"76&7>32#"'5Ӌ%X 5a)7%# iY}#3wR 8'7/ -}V=T` 93#3 զ\);'93/HiuC-Z<%S]# Y(%TFR (% $7FD@?/  K PX@2bM = M ==N >K$PX@2bM = M ==N>K(PX@/bM = M==N>@-b U M==N>YYYY@&%EC><10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>&7>32#"'5Ӌ%X 5a)7%# iY}#3wR 8'3#_ -7?U V3#3 զ\);'93/HiuC-)T%)X #6EF;[R (% $5C=@A@-  K PX@. ZbM  ==N >K!PX@/ bbM  ==N>K(PX@- bb  U=N>@1 bb U ==N>YYYY@76&%?=6C7C31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76#"76%2#"7565Ӌ%X 5a)7%# iY}#3wR 8'7/ -}V=T` '  !զ\);'93/HiuC-Z<%T\# X)%TF - ?'+$7FG@DC/  K PX@. ZbM  ==N >K&PX@/ bbM  ==N>K(PX@5  b  `bM  ==N>@3  b  `b  U=N>YYYY@98&%A?8F9F10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>%2#"&7565Ӌ%X 5a)7%# iY}#3wR 8'3#a -7?U T' զ\);'93/HiuC-)V%)X #8EF9]+ ?'w3$6F @: B .  K PX@=bb  U   UM  ==N >@=bb  U   UM  ==N>YY@87&%EC@>=;7F8F42-,%6&6('$"+#"&7>76''>3232676'&7>322'>76#"76%27#"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8'72 9hB=U \?6+H+%?1+Jr;yզ\);'93/HiuC-Z<;L5% X)%TF\ XX\V+$4G @(0?  K PX@<  ZbU  U M  ==N >@=  bbU  U M  ==N>YY@65&%A@;95G6G31.,+)%4&4('$"+#"&7>76''>3232676'&7>3227#"&#"'6322#".7>5Ӌ%X 5a)7%# iY}#3wR 8'˵=6+F+%=3+Nn=yv1%a-7?R Uզ\);'93/HiuC-HZ ZZ Z)V%)X %7FF;[BU@(M  =K(PX@,  b   UK = K >@*  b   U U K >YY@DCONIGCUDUB?363393#5+%&'&'#"?307+"676&+"?37+";2&#'76;22#".7>3R + <1b!> +-;%^X -;8P5q!3%\/7?T  UY; )' /-  ))'3;/+'''T%)X #6EF;[BUc@] ( _M  =K!PX@+ I    UK =K >K(PX@, U   UK =K >@* U U   UK >YYY@DCb`\ZONIGCUDU336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;22#".7>&7>32'"'yT)  93c!; --<$`X *>5 P7o3%^/7?U  T3#3 Y; )' /-  ))'3;/+''&V%+V #7FF9ZO)% BUdpK&PX@(baM  =<@(baM  =KPX@0   b M  =K =K >K&PX@.   b   UK =K >K(PX@4 b  `   UK =K >@2 b  `   U UK >YYYY@WVDC_]VdWdONIGCUDU336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;22#".7>%2#"&756yT)  93c!; --<$`X *>5 P7o3# b/7?U  T'  Y; )' /-  ))'3;/+'')T')X #7FF;[- @)yBSf@"F N( ^=KPX@AbU M = M =K = K >KPX@?b UU M =K = K >K(PX@=b U UUK = K >@;b U UUU K >YYYY@#UTDC`_ZXTfUfRPLJIGCSDSB?363393#5+%&'&'#"?307+"676&+"?37+";2&#'76;227#"&#"'>322#".7>R + ;1b!> +-;%^V +;7P5qK=6+F-$?0+%V=;{r1'[18?T  UY; )' /-  ))'3;/+''/] XX XR]'V%)X #7FE9Z/7H@@'&6 K PX@'ZUM =M >@(bUM =M>YY@98FD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ 'Xn#b))݁kwk^''+@CY^;F;uX>'R\# X)%TF/7J@B'&6 K PX@'ZUM =M >K1PX@(bUM =M>@&b UUM>YYY@98DC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>+}JpZ!T''ZynRTZS1'"=-> # :1%_-8?R  W'Xn#b))݁kwk^''+@CY^;F;u)T$)X #6EF;Z/7HV8@PR@'&6 K PX@.UM = M =M >K$PX@.UM = M =M>K(PX@+UM =  M =M>@) UU  M =M>YYYY@98USOMFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76&7>32#"'+}JpZ!T''ZynRTZS1'"=-> # :7/ .|V=S ` 74#3  'Xn#b))݁kwk^''+@CY^;F;uZ<%S]# Y(%TFR (% /7JX8@RTB'&6 K PX@.UM = M =M >K$PX@.UM = M =M>K(PX@+UM =  M =M>@) UU  M =M>YYYY@98WUQODC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>&7>32#"'+}JpZ!T''ZynRTZS1'"=-> # :3#_-8?R  W4#3  'Xn#b))݁kwk^''+@CY^;F;u)T%)X #6EF;[R (% /7HW0@UT@'&6 K PX@* ZUM =N >K!PX@+ bUM =N>K(PX@) b UUN>@- b UU  =N>YYYY@JI98RPIWJWFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76%2#"&756+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ ' 'Xn#b))݁kwk^''+@CY^;F;uZ<'R\# X)%TF - ?'/7IXaK$PX@GVUB'&6 <@GVUB'& 6 K PX@* ZUM =N >K$PX@+ bUM =N>K(PX@1  b  `UM =N>@/  b  ` UUN>YYYY@KJ98SQJXKXDC><8I9I.$$-"" +#"'#".767327&7632326'7%6'"62#".47>%2#"&756+}JpZ!T''ZynRTZS1'"=-> # :3%] -8RZ W' 'Xn#b))݁kwk^''+@CY^;F;u)V%)X #X_9]- ?''/7HX@%L T @'&6 K PX@9b U  UUM  =M >@9b U  UUM  =M>YY@JI98WURPOMIXJXFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"625>76#"76%27#"&#"'632+}JpZ!T''ZynRTZS1'"=-> # :7/ -}V;T ` ;:+H-}%?4+Nq;y'Xn#b))݁kwk^''+@CY^;F;uZ;%T\# X)%TE\ XX \+/7GZ@%; CR '& 6 K PX@8  Z  U  UU M =M >@9  b  U  UU M =M>YY@IH98TSNLHZIZFDA?><8G9G.$$-""+#"'#".767327&7632326'7%6'"627#"&#"'6322#".7>+}JpZ!T''ZynRTZS1'"=-> # :A=8+H+}'=4+Lq;yw3#`+7?U V'Xn#b))݁kwk^''+@CY^;F;u%\ZZ \)V%)X %7FF9]\->@6  "KPX@/  bX   UM =N >@0  b`   UM =N >YY@/.<:54.>/>&"''!! +%32673!"7>76#"#!73;7&76! 2'>76#"76m!TH5>V!E!++R}#%P!57T$+%/#`92 ){V=S^ w)R!RѨb!N-w;aZ<%T\# X)%TF-@@8  "KPX@/  bX   UM =N >@0  b`   UM =N >YY@/.:942.@/@&"''!! +%32673!"7>76#"#!73;7&76! 2#".7>#RI5=V!F!+)R}#%P!39T%+#0#B1'[ 18?T  Uw)R!PѨb!N-w;a'T%)X #6EF;[->L@H6  "KPX@9 b M =M =  M =N >K!PX@1 b  I    UM =N >@2 b   U   UM =N >YYY@/.KIEC<:54.>/>&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76&7>32'"'!TG5=V!F!+)R}#%P!39T%+#/#92 ){V=R ^ 73%5 w)R!PѨb!N-w;aZ;%T\# X)%TEQ +% m-@N!@HJ8  "KPX@9 b M =M =  M =N >K!PX@1 b  I    UM =N >@2 b   U   UM =N >YYY@/.MKGE:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>&7>32'"'{!RG5=X#F +)!R}##N!57T%+#/%3%a/8?T U4#3 w)R!RѨb!N-w;a&V%)X #7FE9ZO )% -?N@7  "K(PX@:   b   ``   UM =N >@>  d   b   ``  UM =N >YY@A@/.LKIG@NAN=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%2#"7436+#RJ5=V% F +)!R#%P57V%+#/#V74 8hB=S^ '  w)R!PѨb!N-w;a[;=L3# V+%TF - @'#-@N8K&PX@K8  "<@K8  "KPX@4   bX M =M =N >K&PX@3   b`   UM =N >@9   b  ``   UM =N >YYY@BA/.JHANBN:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>%2#"5761!RJ6@X% C!+)!R"%P58V%+#/#N3%^/7?U  T' w)R!RѨb!N-w;a'V%+V #7DH;[- @'-?O @C K 7  "KPX@C  b `  U  U M =M =N >@A  b `  U  U  UM =N >YY@ A@/.NLIGFD@OAO=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%27#"&#"'632!RJ5@Y% C!+)!R#%P57V$+#/%74 7iA=P^?4-F+'?/+Hp;{w)R!RѨb!N-w;aX;=L3" Y)%TC]ZZ ]?-=Pl@1 9 H "<8 ;0 :K PX@C  ZX  U M = M =M =N >KPX@D  bX  U M = M =M =N >KPX@C  b `  U  U M =M =N >@A  b `  U  U  UM =N >YYY@ ?>/.JIDB>P?P<:7542.=/=&"''!!+%32673!"7>76#"#!73;7&76! 27#"&#"'6322#".7>N!RG3=X#F!+)!R}##N!57T%+#0%J;6+B-%?2+Jq;}w3%^-7?U Tw)R!RѨb!N-w;aA] XX ]'V%)X #7FE9Zqm1D@:9$K PX@/b =M=M =M >KPX@/b =M=M=M>@,ddM=M=M>YYY@ ($&"$$'%% +54.# 32>?327327#"7"&7>32672#"/&76q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs?  HPtg5}?T)nL^\ao{eŇj3   &qu1A@$K PX@0b =M=N =M >KPX@0b =M=N=M>@- ddM=N=M>YYY@32;92A3A&"$$'%% +54.# 32>?327327#"7"&7>322#"&7676q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs-!+  HPtg5}?T)nL^\ao{eŇj3/  %#qm3FK1PX@<; <@<; K PX@4  bbV =M=M >KPX@4  bbV =M=M>K-PX@1 d  dbVM=M>K1PX@6 d  dbIUM=M>@7 d  dbUVM=M>YYYYY@A?75!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"672#"/&76/VXud-+H7s 8 1%9u'229 ;T Vw) ? Tu^'{4O[)=ZITZ9'%#! !Z\%) d   &qq3CK1PX@? <@? K PX@2  bUM= M  =M >KPX@2  bUM= M  =M>K-PX@0  b   UUM=M>K1PX@5  b   UIUM=M>@6  b   UUUM=M>YYYYY@54=;4C5C!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2#"&7476/VXud-+H7s 8 1%9u'229 ;T Vw+  Tu^'{4O[)=ZITZ9'%#! !Z\%) d'/  ##)w!4~@)< 9K!PX@&bbc=M>@#ddbcM>Y@/-%#! &*!+3632 '&6#"'6#"767>3632#"/&763-E{??y3-)/^5;  @  y%F^-;=#\ 9      %)s!1@-< 9KPX@'bbc=M>@$ddbcM>Y@#"+)"1#1! &*! +3632 '&6#"'6#"767>32#"&74763-E{??y3-)/^5; !+  y%F^-;=#\ 9   /  %#dq+@! K PX@&bb==M >KPX@&bb==M>@#ddb=M>YYY@&$%$" +327#"&76&#"767>3672#"/&761Pb1K PX@'bb==M >K!PX@'bb==M>@$ddb=M>YYY@"!((%$" +327#"&76&#"767>32"&74761Pb1K PX@#b =M=M >KPX@#b =M=M>@ ddM=M>YYY@(&   +"32676&632#"632#"/&56s! n_Z&/d-m>% @  FޕV^ VPb   &u )K PX@$b=M=M>K PX@$b=M=M >KPX@$b=M=M>@!ddM=M>YYY@$"))   +"32676&632#"2#"7676s! n_Z&/d-m>%+ FޕV^ VP}/ %#b$6@,  K PX@&bb ==N >K!PX@&bb ==N>@#ddb=N>YYY@ '"('$"+#"&7>76''>3232676'&7>32632#"/&765Ӌ%X 5a)7%# iY}#3wR 8'5=  զ\);'93/HiuC-   )u$3@  K PX@'bb==N >KPX@'bb==N>@$ddb=N>YYY@&%-,%3&3('$"+#"&7>76''>3232676'&7>322"&76765Ӌ%X 5a)7%# iY}#3wR 8'+  զ\);'93/HiuC-/  %#\/7J@?'&6 K PX@"bU =N >K*PX@"bU =N>@ddUN>YYY@ (&.$$-""+#"'#".767327&7632326'7%6'"6632#"/&76+}JpZ!T''ZynRTZS1'"=-> # :  =  'Xn#b))݁kwk^''+@CY^;F;u    )y/7G@'&6 K PX@#bU=N >K$PX@#bU=N>@ ddUN>YYY@98A?8G9G.$$-"" +#"'#".767327&7632326'7%6'"62#"&7676+}JpZ!T''ZynRTZS1'"=-> # :+  'Xn#b))݁kwk^''+@CY^;F;u/  %#q1BR@: $LKED   Z M =M=M=M= M  >K PX@>  Z M =M=M =M = M  >@?  b M =M=M=M= M  >YY@32PNIG@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>3225>76#"7673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs71 -}V=R\ n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>[;'R\# V+%TF m>+^NVTq1DT@<  $NMGF   ZM =M=M=M= M  >K PX@>  ZM =M=M =M = M  >@?  bM =M=M=M= M  >YY@32RPKI>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#a-7?S Vn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>)T')X #7FF;[ m>+^NVTq1BQal@J : $[ZTS K PX@E M = M =M=M =M = M  >K$PX@E M = M =M=M=M= M  >@B M=  M =M=M=M= M  >YYY@32_]XVPNIG@>982B3B&"$$'%%+54.# 32>?327327#"7"&7>322'>76#"76&7>32'"'73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs70 -}V=T ` 73#3 n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>[;%T\# X)%TFR +%7 m>+^NVTq1DRbm@LN<  $\[UT K PX@EM =  M =M=M =M = M  >K!PX@EM =  M =M=M=M= M  >@BM=  M =M=M=M= M  >YYY@32`^YWQOKI>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>&7>32'"'73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#_-7?R  Y4"3  n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj39)T%+X #7FE;ZR )% ; m>+^NVTq0O_K-PX@6B=<71YXRQ <@6B=<71YXRQ K PX@AZM=M = N  = M  = M  >K!PX@BbM=M = N  = M  = M  >K-PX@Fb=M=M = N  = M  = M  >@Lb`=M=M = N  = M  = M  >YYYY@&][VTMKECA?;953,*%#  +2'>76#"76%2#"75654.# 32>?327327#"7"&7>3273267#"&770 {=S `'! A+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsn)!D;/'v6NQX;B# X)'TC- @)HPtg5}?T)nL^\ao{eŇj3 m>+^NVTq1DTdK&PX@RQ<  $^]WV <@RQ<  $^]WV K PX@A   ZM =M=N =M = M  >K&PX@B   bM =M=N=M= M  >@H   b  `M =M=N=M= M  >YYY@FE32b`[YNLETFT>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>%2#".75673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3%] ,8?T U' n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj39)T%)Z #7FE;Z - @) m>+^NVTq1!1Dc\@+%-J VQPKE2  <,;$:K PX@P  bUUM = M = M = M =M>K PX@P  bUUM = M = M = M =M>@P  bUUM = M = M = M =M>YY@(#"a_YWUSOMIG@>970.+)(&"1#1!!%$ +73267#"&72'>76#"76%27#"&#"'63254.# 32>?327327#"7"&7>32To)#F;/'x4PO70 9hB=R ` ;:+H+'=4+Nq;y+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsj>+^NTVZ<?J5% X)'TF\ VV\HPtg5}?T)nL^\ao{eŇj3q11ATdU@+5 =L  $^]WV<<;4 :K PX@O  Z  U U M =M=M=M=M>K PX@O  Z  U U M =M=M =M =M>@P  b  U U M =M=M=M=M>YY@#CB32b`[YNMHFBTCT@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'6322#".7>73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=6-H+'=4+Lq;{w3#^-7?S Vn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3}\ XX\'T%)X #6EF;[ m>+^NVT)29JZGK-PX@B5 ML UT&<@B5 ML UT &K-PX@0  b UV = K  >K1PX@;  b U V = K  =K  >@8  b U V =K = M >YYY@;:43XWRPHFA@:J;J3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2'>76#"7673267"&7;--90hD%1 <9P9\?R;oa92 ){V=R^ 7P'+1'dG ''m`=>=:''8a#s" Z<%T\# X)%TF;#]`H17 bJVV29L[K PX@D5 N VU&<KPX@D5 N VU &<KPX@D5 N VU&<KPX@D5 N VU &<KPX@D5 N VU&<@D5 N VU &K PX@:  Z U V = K  =K  >KPX@;  b U V = K  =K  >KPX@0  b UV = K  >KPX@;  b U V = K  =K  >KPX@0  b UV = K  >@;  b U V = K  =K  >YYYYYY@;:43YXSQFE@>:L;L3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2#".7>73267"&7;--90hD%1 <9P9\?R;oa3%_.8?T  SP!<'+1'dH ''m`=>=:''8a#s" 'T%)X #6EF;[=%]/7dHVVZ3:LZjK PX@VD6 ]\9 ed'<KPX@VD6 ]\9 ed'<KPX@VD6 ]\9 ed'<KPX@VD6 ]\9 ed'<KPX@VD6 ]\9 ed'<@VD6 ]\9 ed'KPX@CV = M  =  M  =K =K >KPX@8V = M  =  M  =K >KPX@CV = M  =  M  =K =K >KPX@; I    UV =K =K >KPX@0 I    UV =K >K$PX@; I    UV =K =K >@< U   UV =K =K >YYYYYYY@"<;54hgb`YWSQJHCB;L76#"76&7>32#"'73267"&7+-;3;L#%/ <;P9` =P;ma73 7gA;RZ 53%5 R!%+1'dG''67`=>=:''8a#s" [;=L3# V+%TFR+' =%]^H/7dHVV#X3;N\mK PX@XF6 _^9 gf'<KPX@XF6 _^9 gf'<KPX@XF6 _^9 gf'<KPX@XF6 _^9 gf'<KPX@XF6 _^9 gf'<@XF6 _^9 gf'KPX@CV = M  =  M  =K =K >KPX@8V = M  =  M  =K >KPX@CV = M  =  M  =K =K >KPX@0 I    UV =K >K!PX@; I    UV =K =K >@< U   UV =K =K >YYYYYY@"=<54kidb[YUSHGB@&7>32'"'73267#"&7Z+-;3;L#%!- <;P:` =P9l`3%`/7?U R3#5 R!%-/'dJHI ''67`=>=:''8a#s"  z&V%)X #7FF;XO )% #=%]^H/7dHVVT2:JYjK PX@B \[8 dc&<5;KPX@B \[8 dc&<5;KPX@B \[8 dc&<5;KPX@B \[8 dc&<5;KPX@B \[8 dc&<5;K-PX@B \[8 dc&<5;@B \[8 dc&<5;YYYYYYK PX@;  b   XV = M  =K >K PX@F  b   XV = M  =K =K >KPX@G  b   `V = M  =K =K >KPX@<  b   `V = M  =K >KPX@G  b   `V = M  =K =K >KPX@E  b   `   UV =K =K >KPX@:  b   `   UV =K >K$PX@E  b   `   UV =K =K >K-PX@I d  b   `  UV =K =K >@O d  b `  `  UV =K =K >YYYYYYYYY@(LK<;43hfa_WVTRKYLYHFA@;J76#"76%2#"543673267#"&7J+-<1 hD%/ m  O7^@P9o`73 }{=P b'  R!%,/'dJHI ''m`=>w''8a#s"  }[;B# X)'TD- @)=%]^H/7dHVVH2:M\kK PX@Q ZYE5 _^8 fe&<KPX@Q ZYE5 _^8 fe&<KPX@Q ZYE5 _^8 fe&<KPX@Q ZYE5 _^8 fe&<KPX@Q ZYE5 _^8 fe&<K&PX@Q ZYE5 _^8 fe&<@Q ZYE5 _^8 fe&K PX@?   ZV = M  =K =K >KPX@@   bV = M  =K =K >KPX@5   bV = M  =K >KPX@@   bV = M  =K =K >KPX@>   b  UV =K =K >KPX@3   b  UV =K >K&PX@>   b  UV =K =K >@D b  `  UV =K =K >YYYYYYYY@&ON<;43ihcaWUN\O\GFA?;M%2#"&75673267"&7J+-<1 hD%/ m  O7^@P9o`3%[/8?T  U'   O!;'+1'eH ''m`=>w''8a#s"  )T'+V #7FF;[- @)=%]/7dHVV/b3<M]mK PX@+QY 6 E _9 hg'KPX@P  b UVM= = M =K =K >KPX@E  b UVM= = M =K >KPX@P  b UVM= = M =K =K >KPX@N  b U UV = M =K =K >KPX@C  b U UV = M =K >@L  b U U UV =K =K >YYYYYY@*ON>=54kjec\ZWUTRN]O]KIDC=M>M4<5<$334$334+%;2&#'76;267672;2&#'76;276'!"7!2'>76#"76%27#"&#"'63273267"&7d+/;3;L#%/ <;P9` =P;oa92 ){V=S^ ;6+B+'?2+Jq;{fP!%+1'dH ''67`=>=:''8a#s" Z;%T\" Y)%TE] XX ]=%]^H/7dHVV3s3:K^oK PX@+> F 6Va`9 ih' F 6Va`9 ih' F 6Va`9 ih' F 6Va`9 ih' F 6Va`9 ih' F 6Va`9 ih'K PX@Q ZU  V M = = M =M =M >KPX@R  bU  V M = = M =M =M >KPX@F  bU  V M = = M =M >KPX@R  bU  V M = = M =M =M >KPX@P  b UU  V = M =M =M >KPX@D  b UU  V = M =M >@N  b U  UU  V =M =M >YYYYYYY@+ML<;54mkfdXWRPL^M^JHDBA?;K322#".7>73267#"&7j\;3;M"%/ <;O9` ?R;ma'=6+F-%;3+'U>;{u3&\/7?T  TQ !%-/'eIHJ3''67`=>=:''8a#s" $]ZZ XT])T%+V #5FE;Z=%]^H/7dHVV)!3B@+<;65  <  9KPX@9bb`M =M = M  >@6bb`  QM =M >Y@#"@>:81/*)"3#3! &*! +3632 '&6#"'6#"767>32'>76#"767327#"&73-E{??y3-)/^5; 71 :hB=S Zbp)#E54/)w3NRy%F^-;=#\ 9    X;;L5# X)'TCmi^NVT)!4C@,=<76  <  9K PX@8Zb`M =M = M  >KPX@9bb`M =M = M  >@6bb`  QM =M >YY@#"A?;9.-(&"4#4! &*! +3632 '&6#"'6#"767>32#".7>7327#"&73-E{??y3-)/^5; o3#a,8?R  Wyp)#E54/)w3NRy%F^-;=#\ 9    )T')X #7FF;[mi^NVT)!2@O @ <)IHCB  <  9KPX@?b  `M = M =M = M  >K!PX@<b  ` QM = M =M >@9b  ` QM = M=M >YY@#"MKGE?=970.('"2#2! &*!+3632 '&6#"'6#"767>32'>76&#"76&7>32'"'7327#"&73-E{??y3-)/^5;  7/ x=R^33#5 ep)#E54/)w3NRy%F^-;=#\ 9   X;B# Z)TCP )%  `mi^NVT)!3AP@$1=,JIDC  <  9KPX@?b  `M = M =M = M  >K!PX@<b  ` QM = M =M >@9b  ` QM = M=M >YY@#"NLHF@>:8.-(&"3#3! &*!+3632 '&6#"'6#"767>32#".67>&7>32'"'7327#"&73-E{??y3-)/^5; !3#^ -7RZ T3#5 [p)#E54/)w3NRy%F^-;=#\ 9   )T%)X "Z\;ZR )% hmi^NVT)!2@OR@!>=*IHCB  <  9K PX@; Zb  `M =M = M  >KPX@< bb  `M =M = M  >K&PX@9 bb  ` QM =M >@= bb  ` Q=M =M >YYY@"43#"MKGE<:3@4@0.)("2#2! &*!+3632 '&6#"'6#"767>32'>76#"76%2#"7567327#"&73-E{??y3-)/^5; 90 -}V=T ` '  !op)#E54/)w3NRy%F^-;=#\ 9   Z;%T\# X)%TE + @'mi^NVT)!4CRp@, LKFE  <  9K PX@B  b Xb  `M=M = M  >KPX@C  b `b  `M=M = M  >K$PX@@  b `b  ` QM=M >@F  b  `  `b  ` QM=M >YYY@$65#"PNJHA@>=5C6C.-(&"4#4! &*!+3632 '&6#"'6#"767>32#".7>%2"74367327#"&73-E{??y3-)/^5; %3#`+7?U V' \p)#E54/)w3NRy%F^-;=#\ 9   'V%+V #7FE9Z+ @&mi^NVT#10BR@F N : *)#DC21QOLJIGCRDR@>981B2B0/&*!$$+7727#"&73632 '&6#"'6#"767>32'>76#"76%27#"&#"'632n)!C541)y3NR-E{??y3-)/^5; 71 :hB=U\ =6+F+%?1+Jp=ykh^LTTy%F^-;=#\ 9   X>;L5% X)%TF\ XX \)1!2ETI@0%-= NMHG  <,;$:  9K PX@I  Zb  `U U M =M= M  >KPX@J  bb  `U U M =M= M  >@G  bb  `U U Q M =M>YY@&43#"RPLJ?>973E4E1/+)(&"2#2! &*!+3632 '&6#"'6#"767>327#"&#"'>322#".7>7327#"&73-E{??y3-)/^5; =6-H+%=3+'X=;{v1%Z-7?S  Wdp)#E54/)w3NRy%F^-;=#\ 9   L\ XXXT\'T%)X #6EF;[=mi^NVTOaq@7"YclkdJKPX@EbUS K  = K  = M >KPX@8bUS K  = K  >K(PX@EbUS K  = K  = M >@CbU  US K  = M >YYYY@#QPonig_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"5?3%+"!6&+"?3%+";2&#'76;22'>76#"7673267"&7ddd +=5Q5q-;6P  7oTT ,>5P8o ,<5R6qh71 7iA=P^ $R!%+1'dG1)''Z/+''ZO/+''Z/+''X>=L3# X)%TF;%\^H27 bJVVObrK PX@7"ZdmlJ<KPX@7"ZdmlJ<KPX@7"ZdmlJ<KPX@7"ZdmlJ<KPX@7"ZdmlJ<@7"ZdmlJK PX@BZUS K  =K  = K  >KPX@CbUS K  =K  = K  >KPX@8bUS K  = K  >KPX@CbUS K  =K  = K  >KPX@8bUS K  = K  >K(PX@CbUS K  =K  = K  >@AbU  USK  = K  >YYYYYYY@#QPpojh\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>73267"&7dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh3%_/8?T  UP!%+1'dH/+''Z/+''ZO/+''Z/+'''T%)X #6EF;[=%]^H/7dHVV ROaoK PX@%id7"8kYqzyrJ<KPX@%id7"8kYqzyrJ<KPX@%id7"8kYqzyrJ<KPX@%id7"8kYqzyrJ<KPX@%id7"8kYqzyrJ<@%id7"8kYqzyrJKPX@KSM= K  =M=K  = K  >KPX@@SM= K  =M= K  >KPX@KSM= K  =M=K  = K  >KPX@8IUS K  = K  >K!PX@CIUS K  =K  = K  >K(PX@DUUS K  =K  = K  >@BU  UUSK  = K  >YYYYYYY@'QP~|wunlhf_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"5?3%+"!6&+"?3%+";2&#'76;22'>76#"76&5>32'"'73267#"&7Hddf+=5Q5q-;6P  7oTT ,>5P8o ,<5R6q 73 7gA;R^ 93#3 ͋R %-/'dJHI1)''Z/+''ZO/+''Z/+''Z;=L3# V+%TEQ+% #=%]^H/7dHVV ?Obq}K PX@"j7"1Zs|{tJ<KPX@"j7"1Zs|{tJ<KPX@"j7"1Zs|{tJ<KPX@"j7"1Zs|{tJ<KPX@"j7"1Zs|{tJ<@"j7"1Zs|{tJKPX@KSM= K  =M=K  = K  >KPX@@SM= K  =M= K  >KPX@KSM= K  =M=K  = K  >KPX@8IUS K  = K  >K!PX@CIUS K  =K  = K  >K(PX@DUUS K  =K  = K  >@BU  UUSK  = K  >YYYYYYY@'QP~ywpnig\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"5?3%+";2&#'76;22#".7>&7>32'"'73267#"&71edd *>5P8o *>5 P7qTT -;8P  5q +=5Q5q3%^/7?U  T3#3ՋR!%-/'dJHG/+''Z/+''ZO/+''Z1)''&V%+V #7FE9ZO )%%=%]^H/7dHVV \O`oK PX@7"mlXqzyrJ<KPX@7"mlXqzyrJ<KPX@7"mlXqzyrJ<KPX@7"mlXqzyrJ<KPX@7"mlXqzyrJ<@7"mlXqzyrJK PX@GZSM= K  =K  = L  >KPX@HbSM= K  =K  = L  >KPX@=bSM= K  = L  >KPX@HbSM= K  =K  = L  >KPX@;bUS K  = L  >K&PX@FbUS K  =K  = L  >K(PX@JdbUS K  =K  = L  >@HdbU  USK  = L  >YYYYYYYY@+baQP}|wujhaobo^\WVP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%2#"&75673267"&77edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o 74 +{V=S^'  R!%+1'dG/+''Z/+''ZO/+''Z1)''Z;'R\# V+%TE - @'=%]^H/7dHVV BObpK PX@7"nmZrzyJ <KPX@7"nmZrzyJ <KPX@7"nmZrzyJ <KPX@7"nmZrzyJ <KPX@7"nmZrzyJ <@7"nmZrzyJ K PX@GZSM= K  =K  = L  >KPX@HbSM= K  =K  = L  >KPX@=bSM= K  = L  >KPX@HbSM= K  =K  = L  >KPX@FbUS K  =K  = L  >KPX@;bUS K  = L  >K&PX@FbUS K  =K  = L  >K(PX@Lb`US K  =K  = L  >@Jb`U  USK  = L  >YYYYYYYYY@+dcQP}|wuljcpdp\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>%2#"75673267"&7%dce -;8P 5q +=5Q5qTR +>5P8q +=5 P7o3%^/7?U T'! P!<'+2'eH/+''Z/+''ZO/+''Z/+'')T'+V #7FF;[- @)=%]/7dHVV /Oaq#K PX@(em7"Ys|{tJKPX@XbUSM=M = K  =K  = K  >KPX@MbUSM=M = K  = K  >KPX@XbUSM=M = K  =K  = K  >KPX@VbUUSM = K  =K  = K  >KPX@KbUUSM = K  = K  >K(PX@TbUUUS K  =K  = K  >@RbUU  UUSK  = K  >YYYYYYY@/cbQP~ywpnkihfbqcq_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%27#"&#"'63273267#"&7dee +>5P7o +;7 P7qTT -;8P 5q +=5P5q71 7hB=P ^;5+B-%?0+Hq;}R!%-/'dJHI/+''Z/+''ZO/+''Z1)''X;=L3" Y)%TC]ZZ ]=%]^H/7dHVV ?O_rK PX@(S[7"jt}|uJK PX@WZUSM=M = K  =K  = K  >KPX@XbUSM=M = K  =K  = K  >KPX@MbUSM=M = K  = K  >KPX@XbUSM=M = K  =K  = K  >KPX@VbUUSM = K  =K  = K  >KPX@KbUUSM = K  = K  >K(PX@TbUUUS K  =K  = K  >@RbUU  UUSK  = K  >YYYYYYYY@/a`QPzxlkfd`rar^\YWVTP_Q_OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;227#"&#"'6322#".7>73267#"&7dbd -;7P7o -<7P 5qTT -;5 P5q ->5P8o4;6+B-%?/+Hp={t1'[/8?T  S݋R!%-/'dJHG/+''Z/+''ZO/+''Z/+''/] XX ]'V%)X #7FE;X=%]^H15dHVV/7HW@@'&6 QPKJ K PX@1ZUM =M = M  >@2bUM =M= M  >YY@98USOMFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uX>'R\# X)%TF mi`LSW/7JY@B'&6 SRML K PX@1ZUM =M = M  >K1PX@2bUM =M= M  >@0b UUM= M  >YYY@98WUQODC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :1%_-8?R  Wq)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)T$)X #6EF;Z mi`LSW/7HVeu@ PR@'&6 _^YX K PX@8UM = M =M = M  >K$PX@8UM = M =M= M  >K(PX@5UM =  M =M= M  >@3 UU  M =M= M  >YYYY@98ca][USOMFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"62'>76#"76&7>32#"'7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :7/ .|V=S ` 74#3  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uZ<%S]# Y(%TFR (% O mi`LSW/7JXgu@ RTB'&6 a`[Z K PX@8UM = M =M = M  >K$PX@8UM = M =M= M  >K(PX@5UM =  M =M= M  >@3 UU  M =M= M  >YYYY@98ec_]WUQODC><8J9J.$$-""+#"'#".767327&7632326'7%6'"62#".7>&7>32#"'7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :3#_-8?R  W4#3  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)T%)X #6EF;[R (% O mi`LSW/7HWfm@UT@'&6 `_ZY K PX@4 ZUM =N = M  >K!PX@5 bUM =N= M  >K(PX@3 b UUN= M  >@7 b UU =N= M  >YYYY@JI98db^\RPIWJWFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"62'>76#"76%2#"&7567327#"&7+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ ' q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uZ<'R\# X)%TF - ?' mi`LSW/7IXgK$PX@!GVUB'&6 a`[Z <@!GVUB'& 6 a`[Z K PX@4 ZUM =N = M  >K$PX@5 bUM =N= M  >K(PX@;  b  `UM =N= M  >@9  b  ` UUN= M  >YYYY@KJ98ec_]SQJXKXDC><8I9I.$$-""+#"'#".767327&7632326'7%6'"62#".47>%2#"&7567327#"&7+}JpZ!T''ZynRTZS1'"=-> # :3%] -8RZ W' q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)V%)X #X_9]- ?' mi`LSW'/7HXh0@,L T @'&6 ba[Z K PX@Cb U  UUM =M = M>@Cb U  UUM =M= M>YY@"JI98fd_]WURPOMIXJXFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"625>76#"76%27#"&#"'63273267#"&7+}JpZ!T''ZynRTZS1'"=-> # :7/ -}V;T ` ;:+H-}%?4+Nq;yq)!D;/)v3NR'Xn#b))݁kwk^''+@CY^;F;uZ;%T\# X)%TE\ XX \ m>+`LVT+/7GZi.@,; CR '& 6 cb]\ K PX@B  Z  U UU M =M = M>@C  b  U UU M =M= M>YY@"IH98gea_TSNLHZIZFDA?><8G9G.$$-""+#"'#".767327&7632326'7%6'"627#"&#"'6322#".7>7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :A=8+H+}'=4+Lq;yw3#`+7?U Vq)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u%\ZZ \)V%)X %7FF9] mi`LSWs-?P@7 BA JI"@=  b`   UM =N  = M  >Y@/.NLGE=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"7673267#"&7#RJ5=V% F +)!R#%P57V%+#/#a73 7gA;R^ R %-/'eIHJw)R!PѨb!N-w;aZ<=L3# V+%TF="\^J17 dHVV\-@Q@8 CB KJ"KPX@<  bX   UM =N  = M  >@=  b`   UM =N  = M  >YY@/.OMHF:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>73267#"&7#RI5=V% F +)!R#%P59T%+#/#B1'[ 18?T  UR!%-/'dJHIw)R!PѨb!N-w;a'T%)X #6EF;[="\^J17 bJVV->L\Y@H6 ON WV"KPX@F b M =M =  M =N = M >K!PX@> b  I    UM =N = M >@? b  U   UM =N = M >YYY@/.ZYTRKIEC<:54.>/>&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76&7>32'"'73267"&7!TG5=V!F!+)R}#%P!39T%+#/#92 ){V=R ^ 73%5 \P'+1'dHw)R!PѨb!N-w;aZ;%T\# X)%TEQ +% '="\^J17 bJVV-@N^\@HJ8 P YX"KPX@F b M =M =  M =N = M >K!PX@> b  I    UM =N = M >@? b  U   UM =N = M >YYY@/.\[VTMKGE:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>&7>32'"'73267"&7{!RG5=X#F +)!R}##N!57T%+#/%3%a/8?T U4#3 kP'+2'eHw)R!RѨb!N-w;a&V%)X #7FE9ZO )% )="\^J17 bJVV-?N_'@7 QP YX"K(PX@G   b   ``   UM =N =M >@K  d   b   ``  UM =N =M >YY@"A@/.][VTLKIG@NAN=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%2#"743673267#"&7+#RJ5=V% F +)!R#%P57V%+#/#V74 8hB=S^ '  IR %-/'dJHJw)R!PѨb!N-w;a[;=L3# V+%TF - @'="\^J17 dHVV-@N^vK&PX@K8 P YX"<@K8 P YX"KPX@A   bX M =M =N = M >K&PX@@   b`   UM =N = M >@F   b  ``   UM =N = M >YYY@ BA/.\[VTJHANBN:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>%2#"57673267"&71!RJ6@X% C!+)!R"%P58V%+#/#N3%^/7?U  T' bP'+2'eHw)R!RѨb!N-w;a'V%+V #7DH;[- @'="\^J17 bJVV{-?O_O@#C K 7 RQ YX"KPX@P  b `  U  U M =M =N =M >@N  b `  U  U  UM =N =M >YY@$A@/.][VTNLIGFD@OAO=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76727#"&#"'63273267#"&7!TG5=V!F!+)R}#%P!39T%+#/#73 7gA=RZ =4-F+';3+Hp={R<'+/%fJHGw)R!PѨb!N-w;aX;=L3" W+%TC]ZZ ]="\17 dHVV-=P`@#1 9 H SR[Z"<8 ;0 :K PX@P  ZX  U M = M =M =N =M >KPX@Q  bX  U M = M =M =N =M >KPX@P  b `  U  U M =M =N =M >@N  b `  U  U  UM =N =M >YYY@$?>/.^]XVJIDB>P?P<:7542.=/=&"''!!+%32673!"7>76#"#!73;7&76! 27#"&#"'6322#".7>73267"&7+#RJ5=V% F +)!R#%P57V%+#/#H=4-F+'?/+Hp;}u1'Z/7?U  R`R!%+1'dGw)R!PѨb!N-w;aA] XX ]'V%)X #7FE;X="\^J17 bJVVq11?@$<982:K PX@*UM=M=M>K PX@*UM=M =M >@*UM=M=M>YY@ %%&"$$'%% +54.# 32>?327327#"7"&7>323267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsoh\P/+\uuHPtg5}?T)nL^\ao{eŇj3NlbX{q1=@$K PX@+ UM=M =M >@+ UM=M=M>YY@42:72=4=&"$$'%% +54.# 32>?327327#"7"&7>32!"7>3!2q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs#  #'HPtg5}?T)nL^\ao{eŇj3''qm1DT-@:9$NMGF K PX@9b =M=M =M = M  >KPX@9b =M=M=M= M  >@6ddM=M=M= M  >YYY@RPKI($&"$$'%% +54.# 32>?327327#"7"&7>32672#"/&7673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs?  n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3   &! m>+^NVTq1A@$;:43<:K PX@,M=M=M=M>K PX@,M=M =M =M>@,M=M=M=M>YY@ %'&"$$'%% +54.# 32>?327327#"7"&7>3273267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3 m>+^NVTqu1AQ2@$KJDC K PX@:b =M=N =M = M  >KPX@:b =M=N=M= M  >@7 ddM=N=M= M  >YYY@32OMHF;92A3A&"$$'%% +54.# 32>?327327#"7"&7>322#"&767673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs-!+  !n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3/  %# m>+^NVTq#1A)@ 5 =$<<;4 :K PX@5 U M =M=M=M>K PX@5 U M =M=M =M >KPX@5 U M =M=M=M>@3  U UM=M=M>YYY@32@>;9862A3A&"$$'%% +54.# 32>?327327#"7"&7>3227#"&#"'632q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=;:+H+}'=4+Js;yHPtg5}?T)nL^\ao{eŇj3o\ XX \q#1AQ\@'5 =$KJDC <<;4 :K PX@? U M =M=M=M= M  >K PX@? U M =M=M =M = M  >KPX@? U M =M=M=M= M  >@=  U UM=M=M= M  >YYY@32OMHF@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'63273267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=;:+H+}'=4+Js;y)n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3o\ XX \ m>+^NVTq29GV@S5&<  d  U V =K >::43:G:GECA@><3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!#"&733267;--90hD%1 <9P9\?R;oajs 9oTP ''m`=>=:''8a#s" -h}k9DC:'29EL@I5&<   U V =K ><:43B?:E3!2;--90hD%1 <9P9\?R;oa %& ''m`=>=:''8a#s" ))29ML@I5 &<  d  b V =K >43HF=;3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!6320#"/&76;--90hD%1 <9P9\?R;oaC   ''m`=>=:''8a#s" }    %29HR@OD5 &<   d  b V =K >;:43BA:H;H3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!2"&7476;--90hD%1 <9P9\?R;oa#,  ''m`=>=:''8a#s" /   %#TD29JK-PX@<;5DC&<@<;5DC &K1PX@*  V = K  =K  >@'  V =K = M >YY@43HFA?3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!%73267#"&7;--90hD%1 <9P9\?R;oa R!%,/'dJHI ''m`=>=:''8a#s" 3;#]`H17 bJVV7D@eM >Y@   +2'>76#"7670 .}V=U` 7Z;%T\# X)%TE4 :KPX@ M>@IMAY%& +%73267#"&7#X %//)fJHEy;#]?K17 dHVV7D@eM >Y@   +2'>76#"7670 .}V=U` 7Z;%T\# X)%TE`]@ <: 9K$PX@QM >@UIMAY@  +27#"&#"'632F;9+H+}'=6+Nq;y\ XX \r9v@<;:KPX@UQM>@$UUIMAY@ +>2"$>2"27#"&#"'632j?N+BNAN+BNN;:+H+'?2+Nq;yoM88M66M88M6\ YY \)w!4C@)=<76 < 9KPX@3bb`=M =M>K!PX@0bb`Q=M >@-ddb`QM >YY@A?;9/-%#! &*! +3632 '&6#"'6#"767>3632#"/&767327#"&73-E{??y3-)/^5;  @  p)#E54/)w3NRy%F^-;=#\ 9      %=mi^NVT)!0@*)$# < 9KPX@&b`M=M>@#b`QM>Y@.,(&! &*!+3632 '&6#"'6#"767>37327#"&73-E{??y3-)/^5; p)#E54/)w3NRy%F^-;=#\ 9   mi^NVT)s!1@@-:943 < 9KPX@4bb` =M =M>KPX@1 ddb`M =M>@. ddb`QM >YY@#"><86+)"1#1! &*! +3632 '&6#"'6#"767>32#"&74767327#"&73-E{??y3-)/^5; !+  p)#E54/)w3NRy%F^-;=#\ 9   /  %#mi^NVT)j!1@"%-<,;$: 9KPX@,bc UM =M >@*bcU UM >Y@#"0.+)(&"1#1! &*! +3632 '&6#"'6#"767>327#"&#"'6323-E{??y3-)/^5; ;9+H+%B1+Nq;yy%F^-;=#\ 9   :\ YY \)j!1@@,%-:943  <,;$:  9KPX@9b  ` UM =M = M  >KPX@6b  ` U QM =M >@4b  `U U QM >YY@#"><860.+)(&"1#1! &*! +3632 '&6#"'6#"767>327#"&#"'6327727#"&73-E{??y3-)/^5; ;9+H+%B1+Nq;yn)#C74-'w5NPy%F^-;=#\ 9   :\ YY \ mh^NVT=N@D  )(K(PX@E d Z  bbXU L  ==L >@C d Z  bbX  UU=L >YY@IHA?=;4243$&4"4 +6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%672"/&767NJL T32 - ) 0%1g!%x^33s =j )9= VD +NAK+/>AJ{@/+'} -Z1++   &;K@G  '@E  d Z  bbZ  UU=L >Y@=<ECh ';;  *  +NAK)1>^`@/+' -Z1++/  %#LOb@7"XJ@0db  US L  >Y@][RQOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;262#"/&76 edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o  D  /+''Z/+''ZO/+''Z1)''    #9O^@ 7"J@1db  US L  >Y@QPYWP^Q^OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#"&?6bee +=6P 7o +;7Q5sRT -<7P6q +=5 P5q+  1)''Z/+''ZO/+''Z1)''/  %#%D+O_@7"QYXJD@0  USK  = K  >Y@][VTOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;273267#"&79ebd ,<5R6q ,<5R6qRT -;5Q5q -;8P 5q#R<'+2)eGJH/+''Z/+''ZO/+''Z/+''F;"\17 dHVV7B\@ @M =M >Y@  +2'>76#"76&7>32'"'7/ -}V=T`53#3  3X;%T\" Y)%TCP )% \;K$PX@eM >K-PX@e =M >@bcU >YYY@  +2'>76#"76%2"?671 .|V=U\' -X;'R\" Y)%SD+ =)\7 V@S<;:eUM=M >    +25>76#"76%27#"&#"'632P7/ -}V;T` ;9+H-{'B1+Nq;yZ<%S]# X)%TF\ XX \H1'@K PX@!bU=M >@!bU=M>YY@%#%$" +327#"&76&#"767>33267#"&71Pb1;VJq )/`6; h\P/+\uuPb'H`cZ;! 9   NlbX{5%@ K PX@"bU=M >@"bU=M>YY@"%%%$" +327#"&76&#"767>3%!"7>3!21Pb1K PX@0d  bbU =M >@0d  bbU =M>YY@;9/-+)&%"!%$" +327#"&76&#"767>3&>32"$>2#"632#"/&761Pb1K PX@1 d  bbU =M >@1 d  bbU =M>YY@-,53,:-:+*&%"!%$" +327#"&76&#"767>3&>32"$>2"2#"74761Pb1K PX@,b UM ==M >KPX@,b UM ==M>@*bU U=M>YYY@(&#! ))%$" +327#"&76&#"767>327#"&#"'6321Pb1\ XX \!)94@- 5 <4 ;, :K PX@6b  UU M = =M>K PX@6b  UU M = =M >KPX@6b  UU M = =M>@4b  U   UU =M>YYY@+*86310.*9+9)(%$! $$" +327#"&76#"767>3&>2"$>2"27#"&#"'63250Pb1@$ dUUK >Y@&&&3&3"#334333 +;2&#'76;276&+"?3%+"#"&733267m +=5 P5q -<7P5qhs :pTP/)''X/+''h}k9DC:%y-%1h@  @UUK >Y@(&.+&1(1334333 +;2&#'76;276&+"?3%+"7!"7>3!2b ,<5R6q ,<5R6q %&/)''X/+''))%9n@ / @"dbUL >Y@ )"334333+;2&#'76;276&+"?3%+"%632#"/&765 ,>5P8o *>5P8qD  /)''X/+''   %%4r@  @#dbUL >Y@'&/-&4'4334333 +;2&#'76;276&+"?3%+"%2#"&?6# -;8P 5q -;6P 5qc*  /)''X/+''/ %#47B \@  @M =M >Y@  +2#".7>&7>32'"'3#a,8?R U3#3  3'V%)X "7FE;XP )% 2s; v K!PX@eM >@bcM >YY@   +2#".7>%2"5761%] -8?R  W'  3)T%)X "5FE;Z- =)L"@ <:K PX@#YUUM >KPX@"eUUM >@(eUUIMAYY@""  +27'"&#"'6322#".7>/?6+H-}%=3+Lp;yw3&\ -7?U V\ZZ \)T%+X #7FE;Z)1$2@  <,+%:K PX@!bU=N>K PX@!bU=N >@!bU=N>YY@ %#('$"+#"&7>76''>3232676'&7>323267#"&75Ӌ%X 5a)7%# iY}#3wR 8'i\P/+\utզ\);'93/HiuC-NlbX{-$0@  K PX@"bU=N >@"bU=N>YY@'%-*%0'0('$"+#"&7>76''>3232676'&7>32'!"7>3!25Ӌ%X 5a)7%# iY}#3wR 8'{ %%զ\);'93/HiuC-))3$-6I@?>=  K PX@0  d  bbU=N >@0  d  bbU=N>YY@DB:8('$" +#"&7>76''>3232676'&7>32$>2"$>2"632#"/&765Ӌ%X 5a)7%# iY}#3wR 8'BM+ ?N?N+DN? զ\);'93/HiuC-N55''55N55''5    '7J$/:I@  K PX@1   d  bbU=N >@1   d  bbU=N>YY@<;CB;I76''>3232676'&7>32>2#"&%>32"&2"&76765Ӌ%X 5a)7%# iY}#3wR 8'BN+ B'%+PD'%+BN+* զ\);'93/HiuC- '78&%88%'78&%88/  %!`%6@.!<9K PX@'ZM=M=M >K PX@'ZM=M=M>@(bM=M=M>YY@'&42-,&6'6&($*+'6>7632#"'" >73262'>76#"76հNATM8+%1oUXL\/ RM!70 -}V=T ` N@#8>$y.PkK/V/LZ<%T\# X)%TF`%8@0!<9K PX@'ZM=M=M >K PX@'ZM=M=M>K1PX@(bM=M=M>@&bUM=M>YYY@'&21,*&8'8&($*+'6>7632#"'" >73262#".7>հNATM8+%1oUXL\/ RM1%^-7?U TN@#8>$y.PkK/V/L)T$)X #6EF;ZF#$4@(0/  <':K PX@,b UM ==N>K PX@,b UM ==N >KPX@,b UM ==N>@*bU U=N>YYY@&%31.,+)%4&4('$" +#"&7>76''>3232676'&7>3227'"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8';8+H+}'=4+Lq;{զ\);'93/HiuC->\ZZ \X$-6F@: B  K PX@6b UU M  ==N >@6b UU M  ==N>YY@87EC@>=;7F8F('$"+#"&7>76''>3232676'&7>32%>2"&%>2"&27#"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8' BN)AN+R ?N+BM+x=6+F+$=4+Jp=yզ\);'93/HiuC-'77N55''77N55R\ XX \qBP@(=@'  d  UVK >Y@CCCPCPNLJIGE336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;2#"&733267%T)  93c!; --<$`X +=5 P7ois 9qTPY; )' /-  ))'3;/+''8h}k9DC:BNw@(=@!   UUK >Y@ECKHCNEN336339345 +%&'&'#"&?37+"676&+"?37+";2&#'76;2!"7>3!2%T)  93c!; --<$`X +=5 P7oS %(Y; )' /-  ))'3;/+''()BU@(J  =K(PX@(  d  bK = K >@&  d  b U K >YY@PNFDB?363393#5 +%&'&'#"?307+"676&+"?37+";2&#'76;2672#"/&76-T + 93c!= +-;%`X +;7P5q D Y; )' /-  ))'3;/+''    &BR@F (N  =@&   d  b UK >Y@DCLJCRDR336339345 +%&'&'#"&?37+"676&+"?37+";2&#'76;22#"&7476 T!* :3` <-+;'`X +=6P5q- Y9 )'+' ))'3;1)''/   %#i,5H@ @ . 'KPX@2  bU M =M =K >@0  b   UUM =K >YY@76BA<:6H7H"#334*BR +%6#"#"5?632#"';2&#'76;23 %"%2#".7>Y @hZR9 HӅZ?X ,>5P8oq#l9>=X3%]/7?U R Z) "8ILJHO;/)'' 97'T%)X %7DH;[j9mL %2@/<dbIMA("$"+>32#"$>2"672#"/&76bA%'+D'%BN+AN @  oM88&'66M88M6   &j9J "8@5<dbIMA""$"+>32#"$>2"2#"&7476bA%'+D'%BN+ANu!+   oM88&'66M88M6/   %#jh@ <d[! +632"/&76=      )\/7JY@?'&6 SRMLK PX@,bU =N = M  >K*PX@,bU =N= M  >@)ddUN= M  >YYY@ WU*(&.$$-"" +#"'#".767327&7632326'7%6'"6632#"/&767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :  =  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u    )/ mi`LSW/7F@6 @?:9<'&:K PX@UM=M>K PX@UM =M>@UM=M>YY@ $).$$-""+#"'#".767327&7632326'7%6'"67327#"&7+}JpZ!T''ZynRTZS1'"=-> # :q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u mi`LSWy/7GV@'&6 POJIK PX@-bU =N = M  >K$PX@-bU =N= M  >@* ddUN= M  >YYY@98TRNLA?8G9G.$$-"" +#"'#".767327&7632326'7%6'"62#"&76767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :+  3q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u/  %# mi`LSW/7G@!; C'&6 K PX@&  U UUM >@&  U UUM>YY@98FDA?><8G9G.$$-"" +#"'#".767327&7632326'7%6'"627#"&#"'632+}JpZ!T''ZynRTZS1'"=-> # : =5+F+}'=4+Js;{'Xn#b))݁kwk^''+@CY^;F;u\ XX \/7GV@(; C'&6 POJI K PX@0  U UUM = M  >@0  U UUM= M  >YY@98TRNLFDA?><8G9G.$$-"" +#"'#".767327&7632326'7%6'"627#"&#"'6327327#"&7+}JpZ!T''ZynRTZS1'"=-> # : =5+F+}'=4+Js;{5q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u\ XX \ mi`LSWZ ,"!K PX@#dbM =M >@#dbM =M>YY@ '%  $" +! ! "32%632#"/&76Z=V9;3N{7Ѵ)6; F  zm'/5H@1R   ' )@ %K PX@$dbM =M >@$dbM =M>YY@ #!))  $" +! ! "32%2#"&7476;R;;3Ny7Ѵ)3;!+  zm'/5HB 1R/  %#f-@@5  "@,d  b`M =N >Y@ ;9&&"''!! +%32673!"7>76#"#!73;7&76! 632#"/&76u!RG3=X#F!+)!R%#N!57T%+#0%C w)R!RѨb!N-w;a    %-=@  "@- d  b`M =N >Y@/.75.=/=&"''!! +%32673!"7>76#"#!73;7&76! 2#"&7676!TH5=V!F!++R}#"M!58S%+#-%,  w)R!RӨb!N-w;a/ %#d3D-=@0/76"@-bM =N  =M  >Y@ ;9)&"''!! +%32673!"7>76#"#!73;7&76! 73267#"&7!RJ5=V% F +)!R#%P57V%+#/#R!>')/'dJHGw)R!PѨb!N-w;aV="\/9 dHVVT'5 @ d[Y@   +2"&7476+  '/   %#0'd K$PX@eM >@eIMAYY@   +2#".7>3#a-8?R  Y')V%)X #8EF9]Z @IMA   +!"5463!2jL@JA+Z+^Z @IMA   +!"5463!2jL@JA+Z+^8 @IMA   +!"7>3!2y\*,8+"=+Dj\ @IMA    +!"&5463!25 !o#!;)G'`@GK? +!!y``@GK? +!!`1}@d[+#3#3TRRPR}^^/@,SGK? +!7%!7-/ZZZZu@ :[ +"&7>7>7Q? ]548B    g{4-,C +-  P("M,}@ 9[ +2&7>76./.7>GQ? ]548B    g׀|4-,C *- P)"L>3 9K!PX@ d >@ d[Y@  +2&7>76.#.7>YQ@ \649B    f|4-,C *-  P)"Lxe@ 9[% +.7>32'[oC2= PR 90e&|q]2'E 43, 3@.# :[33 +"&7>7>7!"&7>7>7Q? ]548B    fuQ@ ]648B    f{4-,C ,-  P("M{4-,C ,-  P("M}3$@!# 9d[33 +2&7>76.#.7>!2&7>76./.7>Q@ ]648B    fQ? ]548B    g׀|4-,C *-  P)"L|4-,C *- P)"L3># 9K$PX@d >@ d[Y@.-33 +2&7>76./.7>!2&7>76.#.7>Q? ]548B    gQ? ]549B    f|4-,C *- P)"L|4-,C *-  P)"LHe%@$9[% +.7>32.7>32[oC2= P R 90C2< QR :0e&|q]2'E 43,&|q]2'E 43,uX78@56' <eV>/.&$ 77 +2'"'#4'6#"'&5476763&5476766/ ('-r%%sA/%%/f %#I 7k-PyZh@}+ :/fP/L9Rm/)#"TXbT@Q[M>0_.a* <e V= M >ZXPNFE=;31)' bb +%2#"'#"'&54767#"'&'476763654'6#"'&5476763&54767663'"'6 - ''-r '&% 5m- ()+^#sA/%%/f %#I 7k- ('-r%y= -R1X{{/'%% R- D\b   +"&54632\p\s{q\oZ9?"+ݍ9_R} @M> +7462"&RZ{VZ{Vw;VR;9VRR! @M>+7462"&%462"&RZ{VZ{VZ{VZ{Vw;VR;9VR9;VR;9VRR @M>+%462"&%462"&%462"&Z{VZ{VZ{VZ{VZ{VZ{Vw;VR;9VR9;VR;9VR9;VR;9VR @IMA +462"&Z{VZ{V?;WR;9WR2 (AO\@3:65<2:K PX@/UU  U  U M >K PX@/UU  U  U M  >@/UU  U  U M >YY@ZXSQLJFD?=&#%$%%%$"+%327674#"'632#"54327654#"'632327'#"'#"74327654#"'632#"54 2?`85?%#0d?Rycy2?`85>%#0dO%"s-oRcvdB= ncy2?`85>%#0d?Qycxc$RzBj?de:Cx$RzBj?de(!f+}/&x$RzBj?de:Cx > (5C\jw@N UQ PK PX@3 U  U  UUM >@3 U  U  UUM>YY@usnlgea_ZXTRLJGE@>%%%$%%%$"+%327654#"'632#"74327674#"'632#"54327654#"'632327'#"'#"74327654#"'632#"542?`85>%#0d?Rycy 2?`85?%#0d?Rycy2?`85>%#0dO%"s-oRcvdB= ncy2?`85>%#0d?Qycxc$RzBj?de:Cx$RzBj?de:Cx$RzBj?de(!f+}/&x$RzBj?de:CxZ!@ <e>  +2#"&7476F,  0   %#!V+@( <e>  +2#"74762#"&7476+ -   / ##0   %#Z!/7@4+ <e>! )' /!/  +2#"&7476#2#"&7476#2#"&7476Z-  -   ,  0   %#0   %#0   %#}=P@ <e>! +632"/&76D   %d)-'LK1PX < @bc=>Y)')!+672#"/&76%6720#"/&76 C & D      $'   $}9j';!@1 <e>''!+632"/&76'6320"/&76'632"/&76 C  F  D     )!    %  %q "+'76ÛsjqoumopPo "+3767&'7qnoɀjowPw &2L@I('2/,)10-<+*:.9UUIMA$+%>2"&>2"&%>32"&>2"%7   ' L[3 L[3 JZ5 LZ3L/-3NZ5IZ6 LZ9 +,9B+ /@B--??-??--B@1-??ZB@Z??--@'"%% )'H4<B@?,)<b  =M> <;87+*4 4  +2#"7>7>7>>2#"2"747>7>>2"f-8`LVNZ3L/-?-5 a/ 5" WNZ6LZHNHL=) FJPLJZBBZ?XNHL=bi)!`JPLJZ@@Z@D,5A@ 6*;K PX@b` =M >@b` =M>YY.(&+#"&76767>32#"7>7>7>2"67676& 7!- y<_G!"2wt!^ 1CjNZ3 LZ] %} &N##%+XN)11.,`7#c-) FGN1Z@@--@E="X2`J'-5K1PX@ K>@GK?Y@  +!7-/ZZjA~@5Sc]LG%#"  {sgB><;4-) KPX@7Xb XV  V  >KPX@7db `V  V  >KPX@8Xb `V  V  >@7db `V  V  >YYYY@#xvpnfda_WU#*&'%(,$!+%&#"505672654&5465>32>32'"#".'#"&5765>%&#"=67254&5465>32>32'"#".'#"&=>&#"=67254&5465>32>32'"#".'#"&=>L"(/5Z}"(/5Zo"(/5Z7 3L P '/wL-BS" 9gl3!-37 3L P '/yL-BS"9gj3!-37 3L O '- xM-BU#9gj3!-3!!@ d[ +3#VTTD.8gq>@;b` M = M >pokjfd.&',.&% +#"&7>7632#"&?>7676&#">2"&#"&7>7632#"&?>7676&#">2"&D,'9 A?k 8a?;*3A ($ +P;3L?g gt? gs@ D,'9 A?k 8a?;*3A ($ +P;3L?g gt? gs@=&.A63N/P6^V0'-hD(!$,7^^/da@KPX@/b``M  =M >KPX@)b`M  =M >@/b``M  =M >YYY@:9UTPOCA9L:L,.&% +#"&7>7632#"&?>7676&#">2"&2#"&76767>462"&C-'8 A@k 9`?;*4A '$ *Q:2M?f ft? gt?:@ <$4# eZ{V[zV=&.A63N/P6^V0'-hD(!$,7^^/da@K PX@)b`M  =M  >KPX@/b``M  =M >KPX@)b`M  =M >@/b``M  =M >YYYY@:9UTPOCA9L:L,.&% +#"&7>762#"&?>7676&#">2"&2#"&76767>462"&[D,'9 A?k 8`?;*4A '$ +P;2M?g ft? gs?F:? =$4# eZ{VZ{V=&.A53O/P6^W/'-hD(!$,7^^/da@&""+7327632'47'j{?, !u22JkV93=阗 +߮'!`+PmK&PX@'M =M =M >@IUM >Y@ONLJB@864210.+PP +76767676'&'76;676767676'&'#"?327632#"'32'0+ J  l  >/  J+> FG1h=)1m-+>  X(55!%%d)!9+! %+yR\7Lw "! +7N)=c@ "@bcUM >Y@ =;31&/#+3#&'&'&'4&5476767672#"'#"'&54767632!! 1-"5)- %%''+%+#)"'%1-D''#!5 )'''!BL%7NKPX@QM>@UIMAY@'&0.&7'7%% +"32>767>."'&7>7632      g.F*]@ bUIL@Y@ -+'%C +&#"&67>?6&'&67672>32#"&\ $- 9G .') F6zF1,&I/+(:;"..";:fK*.eZ'T!]@  @!dTIK?Y@ C"+737#6+!6326'. # ntV`(A 0($ :: 7 >7+V-L+&/ ) !'\'QK(PX@bRK=>@bSR>Y+%%+6&'&/!!#".7>32 32P &636kd8#8;dJZ3   Q-W 9g79|d$,   ;d$+@(<:UIMA,$%$+>.#"7267#"'&7>7632q.) 1e*-sm:A&Q{ o/+|$-9#*SSPK(PX@eIMA@deIMAYY3 +#"'>763;276@: +  [<pO]5yjL%na E 0h@ $ @!bUIMAY@-+&%   +">5&32654'7#".5467&#&54762-B2(#2*O3$7V>`2[2\Kax">GS|GcH5$*%<+Og5,SfD3L`D+A]@UIMAY,$%$+327>76#">32767".6-* 1d*-sn9A&Q{ p4&@eT >Y+3##7#7373x0h0/ibRR5 Nm@GK? +!7Nmcc&U/@,SGK? +!7%!7-  XXZZ3  "+>7&3ȑj^F%LjW%_woc'b  "+'>76&'7bȑj^F&NjV%_woc' *>F*@' <bP >*C'F+&#"&67>?6&'&67>72>32&#"&67>?6&#"Y ' iG .(( '>7Z1:Y+! #- /4i  17%-  q+..":;I0.    qm:;"..FHM3 ,0Wa%7/@,UIMA'&0.&7'7%% +"32>767>."'&7>762       g/F+];M[a/S,lBAN 1&;#; )+J). 2$B'L ')F&+SDgY3B5_t/.i56@3<ddIK?  +%"&767>&#"&67>76&PW ] ,t':99 $(0A 3F-H'  ) .&31#Yq-8@5<b`UIK?*(*"+7>3232672!6?676'&#"#" hs)/F0Sb8*S( W:V %< 6B3w*.[H?,@M(3K4 @-b`bUR >Y@0.+)$# 55 +2654#"7>54&#"#"547>323#"546329o| # N$!A 3%5 Uf{mq4# ߄IT= fJ"."6,.x?6[K%\YNZ!5 '6!8@5 <dTIK?C"+737#6+!6326'. # ntV`(A 1'% :: 7 >7+V-K+&. (  '?}v'2@/b`SINB+%%+6&'&/!!#".7>32 32q &735ke8#7;cJ[3  Q{-V 9g79|d$,   a$I@ <:KPX@QM >@UIMAY,$%$+>.#"3267#"'&7>7632.) 1e*-tm9A%Rz o/+|$-8$+TSP763;276$@: +  [<pO]yjL&na4l 02@/ <UIMA-+   +">5432654'7#".54670'&547632-B2(#1*O2%7V>`1[2[Kaw">GS|GcHN5%*$<+Pg6,TfD4L`D+@]@i%@ <9K PX@UM>K PX@UM >KPX@UM>@UIMAYYY,$%$+%327>76'">32767#".63-+ 1d*-sn9A&Q{ p4&K PX@dYL >@deL>YY+%3##7#73730h00h9RRjD@K> +%!7Dcc_}/@,SGK? +!7%!7f  +XXZZfj  "+7>7&fȒj_E%jV%_xoc'q  "+%'>76&'7Ȓj_E%jV%_wob'.J)4;@8*<bUIMA($)$#'"+74632327#"&7#"&54%76'4&#"#"327yI "  53%#>N2;I~ /#>J $%+'08Q+!L7^FD.J<@9<USIMA # +%654#"3267#"&54632!M-[(M(4N/"sxfg} RW1FG-+!wjX#4 N5LJ +@(UIMA   +2654&#"'4>32#"&"Ff6/;Y%?3HuFo]Ňch{LZt;IP"XfS8tVw?SM@J)F1S><99U I M ARNKIB@5%$D&#D&! +6726767'&#"&?327"76&#"&?327#"32&#"'76326'&'32&#"''%c# )QT24  IW $)Y2&LX; 6t)B/J")+ q   *9 dr R=JK PX@UQK >KPX@UQK>@!USIMAYYY@ # +726?4&#"'632#"547!>M-[(M'4O."sxfg} \5RV1FG-+!wjX$3 NI<=@:6<ddbcIMA:2)9"+632&#76?>?6#"2&#76?>76&#'"&57672+#qS'4 N1 /f1^: R5}$b +|?h$$ \ $$ !A$% 5LY@V/7  E<dd  b U I K ?LJDA=;3'&#"4 +7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-/%@dd[2 +6&#'"&?672&#""+76?>7 *|@h N2$ %fA$% 5V $$ !J`K&PX@`\S<@`\S32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #BYvpF-@* <bIK?*K'F+&#"&67>?6&'&67>72>32&#"&67>?6&#" ' iG .') '>7 Z0:Y+! $- /4i  26%-  q+.-";:I0. !  qn:;".-FHM4 ,0FJ+:K&PX@ <@ @"dUVK>Y@ %'225&## +7654'"7673632#"';2&#76;>7327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@BJ->@;,<bUIUMA!-")#+372676&'.>32.#"#"&#"6- !$9)B%@L>L-b /B()>1/.: \[*![%K*%'&%="C~Y O=+'$'-8%:KGL!?@<<;:UIMA! %#$#$+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%H@& %FEC@7b  b`bUU >Y@@><:42-,+)$" HH +"&54732327657654&#"654#"'676;3>32#"'&"67稸1G9w55wG'E-PQ##;5/)-07 w7I03!ZRZ1  hw݉i0 /3#F1%3+-#m);[@X54 < Z U   SSK >;;963/,)$#335+#3#;2&#'76;267#737#73674&+"?3!+";b5 J5=: 93)6;{7L 3P`PD'')1LP`P#!$B%C@, BK PX@?  Zb` U  SSM >KPX@?  Zb` U  SSM>K1PX@@  bb` U  SSM>@D  bb` U  SSM=>YYYY@&?>=<:987420.)'$#"!  CC +%2327#"'&#"#"&=676767#737#7367672#"'&#"3#3#6NN1=J \PfX8-/7 om2  -{-^5#!)/D  9w 9'R B5!%';6 bP`P͋j)' #*%-}DP;%PN!/@%G rse @QbU  U UU G  U M  = M  >Y@#}zwqonmigdca_OMIHEC%$#,BU+74654'"#"'?632>?32'#32?3267654&'.547>32.#"#"'&"7'"747#!"'32&#'76;232654'"٦F9  LDCq4 +R -=8+'/X=u JZ338q?++8+?e 3G;@L!ibD 1 d]mbo5%GZ/H 1eP\36$; # g/7 dc$# %+B$B#`/5GB 1N++5#\F^)BG '-!":C+ {j3Ht#!-h9##+ /+!T:GK PX@c   " <KPX@c   " <KPX@c   " <K$PX@c   " <K(PX@c   " <@c   "< ;YYYYYK PX@@  b  U  U  U M = M >KPX@<  b  U  U  U M = M >KPX@@  b  U  U  U M = M >K$PX@<  b  U  U  U M = M >K(PX@G  b  U  U  UM = M = M >K1PX@F  b  U  U  U M =M = M >@L Z  b  U  U  U M =M = M >YYYYYY@~|kiedb`PNIHDB@>#!%335#%+327#"&'.#32&#'76;27654#""?62654#"3267673267654&'.547>32.#"#"'&#"Tq'N%'F^o 9K PX@B   bZ TP = =M=M >K$PX@C   bb TP = =M=M>@E b   `b TP =M=M>YYY@DCBA@@?>;:8765'"''#+%.#"32#327#7"&547676327!7!7654#"'727673!!^PEyXP! qMSv #H81{ )`L)%-A #oB...\=VOJ:%+=2{-OBD 3 _:b@_ * <b  bU S   S M  >::8754/-)'#%$#+?3762'"'674&#"!!!#2632#"'&547#?3671|U}u;Rx\D.B5 4 T 0}O1x =s+hkipP+3PTD +?f+.@1-?wf 6O]K1PX@YW$N<:89@Y$WN<:89YK1PX@UUM >@(UUM =M >Y@\ZUSMKCA53+)2V! +032!"&#76;277'676732>7654&+'6>7632#"'654#" 6732941\b7`dq su3RT VŪ\u1e;-{ohB!ǃ?7J5+u#T5 n)IN   mu=/ċ:!wlw9!jxg%Tn'e!8D4+! O@~F  . <USS  U  M  > OONGE@<;:9876530-,+)&#  %"+!32!!6567&#"!#3#!"'32�'76;27#737#737654'"#"572>763  3P  )B'GRk5#HX2Hf hF#  <`%I%Շ ?^5aR1+Ph9##PRP^RN; #w,N @ 2- "+ ' >76&#"32647#"&76327327#""&76$32#"&7>76&#"3267wjE- L -}#hR^@)yX >d 7#]G\d fN B) F!p/+1s)>l5c TyG FFT+7"{HT76&#"32647#"&76327327#""&#?32676&'.7>32'6&"wjE- L -}#hR^@)yX >d 7#]G#G7B+C 72;+ibB#J-V? /1s)>l5c TyG FFT+7"{L^23)?!'?+R_@DW9%?dXZeD  "+".7!2!"3267Ӡq-9%B#buWz);*Gu{)[qVDAkyوX7D(0 /+& "+ 7323"32676&#"26>2"R-9}T>F{+) 7?=] 9{\!b !g!R%)D-lޙc7^\99YYyyyw%2@ @ ;5/) "+ ' "&76$32#"&7>76&#"326732>76#">32#".wjE\g! fO A' F p--!?p5 #^X}PDW eHT:!"JO>).|PT5wY6KPw%W ;2 "+ ' "&76$32#"&7>76&#"326732676727327#"?>7#"&76?676#"'632wjE\g! fO A' F p-- d )4J$;!]H  mF- i7!aF eHT:!"JO>).|V95sTR- 7#}D  y-6O+ 7%{B 7D@KS RNIC3!"+!26?6732#"574&#!;2%'76;276&+"5?7%.+"%6&#"26>2"N31-- /%1O ,<56q#?> ='E8J 7?=] 9{\!b o+1; 0H}?/+b/+''Zu/+)D?R!)7^\99YYyyy?@/"+&'"'>3266#"''7676.7>727#"'67q}`tJL5Lt4^b5F`ypHpZ 7N5gf)LpdBVlYoZmr\_+H1>9nTkL|h1f7J?fPLPu#hT`ZooQ7%+OVVP "+%!;2&#'76;27&'#"?30%+"!6&+"?3%+";2&#'76;2%676&'bdd +=6P65O 5sRS ,<7P6q ,<5P5qXn3-1)''''ZO/+''Z/+''.& T- "+3676#"572767332327#"&767>&#" TP )C %nF1-č#f)l)u'1#i)${'); 3 7nV+%y#2+1tJh[/2T54"+732327#"&767>&#" '?676#"57276731vč#f)l)u'1#i)${! )C %nF1-t4R8_ 7nV+%y#2+1tJh[/2,R0O'); 35D="+6$32#"/&"'76232676/&76?&#".'Ps1 LB!%1%!QF%)9#7l4ٔy?'>\ J\k"ۚRJ/7/D'7d{H!!" a#TXN/FPJ/skfH+) Db" "+676&#"27#"&?'6?32 $!7HP=ob+)fJ'\VH ;ŝ=FZu!}i,F4`@yyo}+DKKE$"+#&'&";2&#'76;&+"&?!32?6&+"&?37+">7&' +3) )95PD XV   %98 H59F7B Su;)Dd13H'% !0 01L ''JI/.6#D=JV @ SMD>'"+%!!%.+"&?!327>32#"'&#" #"'&#"#"&7632322#"&7>6&#"326V#/?/ j5p)sL`/9 d73J i){hLhD?mbk{uj8B3\DB/[Z9/] 'yTAۻ<-%+P+?'6+LϴB-HZ!i;mkq{iyq`#7; 0< 81%"+6.#"3276;2&#'76;"?6$3 32676&#" RX3dRuf_ST ,<5R{uW#XZVuZ-^9' % ZwCi^M/+'''fhLV3')1-1dD).9 60+*&"+!"'327#"'.#"'>76767&! 32#"=U{fpuJ Po;!f'H4uA+3;$>7g)3=khz VLwFA9=&0F ']/`B 7L?7D\"+6$32%632327.>'.+'%'&#"'&"'7632>7>&#"'>76.!VF%%/# #>B- #'y%3+-#DXF0;+J7H }d_'#el}'!PT$/ZX-G` --?s#7; 8D @94"+6.#"327677#"&'&#;2&#'76;"?6$3 32676&#" RX3dRuf_Sd5k#7Xu T ,<5R{uW#XZ9' % ZwCi^{\ + `NM/+'''fh)1-1D91]5."+&#"#"'.#>?32676&'.7>32"'';2&#'76;27>7576#.?3673#"32&#'76;276 <u-I +9< i\)@ =F57T +19JH XRN+2B*=.  P+b%<3!{';#; Z- %  E2d/3J/Z 3BK?iI@F?(b;ݺN# Dxb   =  /N^*yW."+;2&#'76;276+"'7#!"57.+"#"'';2&#'76;27>7576#&5?373#"32&#'76;2746/  )? h g!&+L/5/ [V+B-/9  P-`% <3!!{'#< Z- %   1)%C  D$+%þ/  >;ݺN#  0   =  / %:D/"+%#!"&767676&#!"'673!63!2671y2 i7UE'#9B,N53w )=3j>;T;d;T!PAD   !D dD-'"+%32673!"7>76#"#!73;7&76! !RJ5=V% F +)!R#%P57V%+#/#w)R!PѨb!N-w;aV=6"+!"5476?#"#7!2327654'63!#54&+ -} %TJ6@D '+'#69L1=,/7=w/L d֪B=V4Ճ!=#) "+!76.#"327#"7632FE);Lq4-r@Pm$'B+H>y'+qR` BNyDGGE;"+#"&'#6'+&67>76&7>7'&767367&7>?N6 # k= E0 $^0> N% 3%t\2;S %+Ah 2 37!'-{Ps3.Y_7`N3Ht2=?1N'/]6EZ_XJV8Zg%w?N   /)$""+23!7!67>.#!"&7>?39YA+ 3sXXsN )DCHE !## LD+%J3fF@~~yHT@)A!\1o'"+".'#<6767>76&'&7>?32VG%))6)>X ;+'$NR>^ZDd-y%#'b ˉT n=P !!=V% o$ "+/67>77!"7>?3!2! ! !9 <TƑ FGJTHH!3% '?F+}DQF7N%bV %$"+>2"&;2&#'76732676#"'673Vg9Tf9A1 O 1/ j N}L3HGgGG>-+//+- LG+)Z5TX @V8 XK/PX@>   bb``   SU R >@Dd  db``   SU I NBYY@"76MLIECB>=6T7T0.+) 55 +2654#"7>54&#"#"747>32"54632"&767>&#"&67>76&%'9n{ $N$!@ 3&5 Ue{mq4# 5W ] ,t(99: $(0A 0rq݃JT > fI#."6,.x?6[J%[YNZ!6 '3F-H'  ) /%31#1f@9 < ;KPX@Nb`  b  `  XU S  U  I  N  B@Ob`  b  `  `U S  U  I  N  BY@32a_\ZNLGEA?862f3f*(*&+'>3232672!6?676'&#"#"2654"7>54&#"#"547>32"54632Erqn hs)/F0Sb8*S( W:V %< 7B|9o| # N$!A 3%5 Uf|mq4$ 3w*.ZH?,AM(3L3 fI#."6,.x?6[K%\XNZ!5 'Z'FJ@ H*J@;d db`   SSINBY@)(?>;7540/(F)F+%% +6&'&/!!#".7>32 3"&767>&#"&67>76&%'U '635kd7#8;dJZ3   RW ] ,t(99: $(0A 0rq<-W 8g79{d%,   3F-H'  ) /%31#J+Y`@] @<  bb`  SSR M =>YWMKCB*#+%% +'%6&'&/!!#".7>32 3>3232672!6?676'&"#"Erqd &735kd7$8;cJ[3  QY hs)/F0Sb8*S( W:V %< 7B5-W 9g79{d%,   |3w*.ZH@,@M(3K4 54&#"#"747>32"546326&'&/!!#".7>323Erq9n{ # N$!@ 3&5 Uf|mq4$  &636kd8#8;cJZ3   QJT> fI#."6,.x?6[K%\XNZ!5 '|-W 9g79{d%,   \"JM@K d db   b  ` S RK>@Dd db   b  `U S I N BY@MLJH=;64/.C"+'737#6+!6326'.6&'&/!!#".7>32 3#Erq ntV`(A 0($ :: 7  &735kd7#7;cJ[3  QX7+V-L+&. ) !&-W 9g79{d%,   Z$CG@E'G@,d dSUIMAY@&%<;8421-,%C&C,$%$ +>.#"7267#"'&7>7632"&767>&#"&67>76&%'i.) 1d*.tm9A%Q{ p/,|$W ] ,t(99: $(0A 0rqB-9#*SSPMK$%%+%% +'6&'&/!!#".7>32 32>.#"7267#"'&7>7632Erqp &636kd8#8;dJZ3   Q;.) 1d*.tm9A%Q{ p/,|$-V 9g79|d$,   -9#+SSP@-d dS UIMAY@21HGD@>=981O2O-+  +">5432654'7#".54670'&547632"&767>&#"&67>76&%'-B2(#1*O2%7V>`1[2[Kaw">GS|GcH W ] ,t(99: $(0A 0rq5$*%<+Og5,SfD3L`D+A]54&#"#"547>32#"54632">5432654'7#".5467'&547632Erq9o| # N%!@ 3&5 Ue{mq4# -B2(#1*O2%7V>_2[2[Kaw">GS|GcIJT> fI#."6,.x?6[K%\YNZ!5!'5$*%<+Of6,SfD3LaC+A]-,YWJH><,6-6+%% +'6&'&/!!#".7>32 32">5432654'7#".54670'&547632Erqj &636je8#7;cJZ3  QT-B2(#1*O2$7W>_2[2[Kaw">GS|GbH-V 9g79|d$,   5$*%<+Og5,SfD3L`D+A]K/PX@5bb  UQM =M >@3bb S  UQM >YY@JHCB;9/-''3$ +'#"'>763;276">5&32654'7#".5467&#&547632Erq^?; ,  [<pN]-B3'#2*O3$7W?`2[2\Kax">GS}GbHByjL&na5$*%<+Of6,SfD3LaC+A]@ddIK?Y@ "" +'"&767>&#"&67>76&Erq&W ] ,t(99: $(0A +3F-H'  ) /%31#5/-@* <UM >2";###+4'&+&'77#"32�76372767676 ); >)   '>_=% 7 '% ''%!5N*@'$<UK >2C+#3+<3+4'&+"32767676%4'&+&'7!7#";&#%7637276767>X#) )' J );   ='&;}^7=% 7  '  '% } %'  5R8k9@6@+ Z<U K >daB.#3+;=+3 +6'&+"36767>76%4'&+";2767676%4'&+&'7!7#"32&#%76372767676 '% (- F *)   '' J ); ;+ +=  ^}=% 7  !  !  '' } %'%!5^M@J\O4<   UM >[VUTSPMKDA?<:8/,(& ^^ +"76&#'&?32376;"#"'.+"2&#7637>7654&+&'7670326;/Bh3; LL ' "%"e/%>^=/% %; 7  h- 6  #%  //!&6'';! '%jN.@+7.(<U >HF@841%6!+%#"''&'&#'"'&?532326;">4656'&#'#&?532326;"$ ()   P) h ;<   %)#%//-  #!  !    #! mR@OA@'/U3  \ <  b U  M  >db`]ZXMJd#$6(3 +4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323!7#"3&#76;6767>76 'u+! ()  N+ h 7> j=');\>-  7 ! //- #!   #   #% }%'!pX@UJA@'/qWT3  <  b U  M  >wtgec_]ZNLt#$6(3+4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323)7#"32&#!76;6767>76%&'&+"36767>7> 'u+! ()  N+ h 7> j;' '=]8>-   '')- 7 ! //- #!   #   #% !''!  }!  ^d@aka`G=<:OxuS)<b  U M  >}{oljb^\$6(=.3+&'&+"3676767>%4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323)7#"3&#)76;6767>76%4'&+"36767676  )q' (r/  'u+! ()  N+ h 7> j>' '>_e\>-  &z')y- 7 }!  !  ! //- #!   #   #% }!%'!  } !5\#K-PX@#yx][ZNkfcb* 2/<@*yx][ZNb kf*  2/@)  I    UM >Y@#{wtsra^YX+2!F-K1)+.'&'&/*#"372767673#'&#!7637276767654'&+&'76723273#"67676'#&#'"'5?323273#"32#"&#"#574656372725656'&'` /#)   'q#'%i +Ejj =%  ); ՓQ PR ' %C 8  5'  1  PN#=   ) !'%!  '!   I!! !o !! %g#K-PX@d[X2qQLGC% }| <@!d[X2CqQLG% }| @&I  U M >Y@~{zkhcba\WT5U5V'+%30#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323273#"2#"&#"#?65637272574/&'} 'G {1  1'# }  /  JR $ %C = 6)#  1 JN#%  !!   !  !! !J"  !!  n !!  f#Da@^wtNmhc_A! )(<  UM >~xspa`^[U5U.=+%36767>7654'&'" 3#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323%7+"3&#!"#?65637272574/&'/ m+  ')#J 'G {1  1'# }  /  JR % %C  ='  *;\JN#!    o%  !!   !  !! !I"  !% '}%!  g#K1PX@wtNʭmhc_A  )'<@"wtN_ ʭmhcA   )'@*   Z   UM >Y@*xspa`^[VUTOJI:7210+%#3 +4'&'#"3676767630#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323%!7+"3&#)"#?65637272574/&'36767>7654'&'" )'  *+  'G {1  1'# }  /  JR % %C ='  );]XJN#w m+  ')#;  '} !Z%  !!   !  !! !I"  !% '}%!  g!    o/=@B@? )4<bZUK >!36&5SF +>54'&#'#"?323273#"!2767675;#!#5763037676767 '; I >%'+'B2%hf =-  !  H 2T`#  ! K PX@bUM >@bUM>YY@  +"&732!"3267F!3$?'?w>kۉ)PZq V/fŅb˦ki{)m5Q@ 5@ZUM >Y93<")"+327>76&'.'"637676767654'&/"?3!2#!#5=Vkqv#*Z?pM=+  '>Z5-{XLLbH?  !!  !Vw\VKr@J)#"@  U K = >Y@KKIF>;3*(2#'# +!#3�7637276767'"' 3&#7637276764.#'"57h8V Z (;^ >% K)<qL@' : E'Z # '' /N    ''@.'7/6@3(<UK=K >334$33+>2"6&+"?37#";2&#'76;267CR-FRh 1'J )Vq 2&Q'1/ hR:<')9--''Z/+''+/7 Uj\@Y(-O= <UK= M  >ZVe`VjZjTQNKJHGDC?:7321E5"+>32"& >2"654+"745?32?227?#";2&#""'"+'&#'76;26;267654+" D')/DR/CR-FRqJ'JAh  f: 'XpI'P:f  i@'1/1/sK Vq)::R99R:<')9dJ8 ''Z: ''+++/J;Z97 &9Bp@mT ` <9  U  K  =M >~}|{vutsolieb_[YUSRQPOKHEBATT%TS"+>32"6&+";267>32"&6&+";267>2"6&+"?32?2277276737#";2&#"#0#&#""'"'&#'76;267F')/DRk 1##Xq 2""10 C')/DQ/< 2Vq 21- CR-FRh 1'J@o n8Fz w?'Xq 1'P@x zE8n  q>'1/ hR:<')9--Z/++/)::R99u--Z/++/R:<')9--''Z/+''+/7H[@60& T K PX@)U K=  K = >@)U K=  K =  >YY@YVSPMJFB?=#3;31c3+>2"6&+"?32723737#7676&+"'?37""'&+";2&#'76;267CR-FRh 1'JI{ _:"= Z5 '3 uK`B^ #_*Vq 2&Q'1/ hR:<')9--''! /B_X%)%jJ/+bZ/+''+/s0|@ *K PX@K= >@K=>YY@%" 00 +#"?307""'&#"&?37#7676&D uL^A^!^ mE#; Z6 %7)%jJ/+b)'! /B_X'\@=B) U K PX@*U K = K = >@*U K = K =>YY@ZWTQNKGDA><:C;34###+>2"6&#""'&#"&?37#7676&+"?32?737#";2&#'76;267CR-DQi 1]A^!^ mE#; Z6 %3 uL+Z0'Vs1'Q '1/ hR:<')9--jJ/+b)'! /B_X')'Z/+''+/#@dZ i; EK PX@5 U  M  =K = >@5 U  M  =K =>YY@-}|xurnkhecba`_[YXWVUQNK@=:7##4%SR+>2"6+";267>32"&6&+""'&#"&?37#7676&+"?32?22732?22737#";2&#""#0#'&#'76;267DR- CRiW XqX 1/ C')/DR.:1#^A^!^ mE#; Z6 %3 uL(? s=Aw u:'Xs1'PK PX@<  U  K = M = >@<  U  K = M =  >YY@;~}ywtsoli^[XUQOLJGDA@%TT%SS"!+>32"6&+";267>32"&6&+";267>32"6&+""'&#"&?37#7676&+"?32?22732?2277276737#";2&#"#0#&#""'"+'&#'76;267!F')/CRk 1##XqX"#1/ C')/DR.:1Xp 11- E')-FRh 1^A^!^ mE#; Z6 %3 uL!?  u7@o n8Fz w?'Xq 1'P@x zE8n  q>'1/ hR::R9--ZZ+/)::R99u--Z/++/R:<')9--jJ/+b)'! /B_X')'Z/+''+/7lul@iiP+wvvwutpoh`]ZUROLJGFB?<0-*'#! lk +"?6'&+"?37"32&#'76;26./&;2&#""'"'&#'76;2676&+"?327377>2"26?6'.+"3/X J0 ! b>7LJ 1:7 mGX8 hD/@  x='1/ q 1'J>|CR-FR)-XH 5#*Vq 270S''/J \,'' "!#@ ''+/J--'%1R:<')9 -L3/#Z/+-os_U@R\H+<b  K = K  >[YUSLJGDA>870-*'#! __ +"?6'&+"?37"32&#'76;26./."32&#'7632?6'.#"&?731X J0 `@ 7LJ /9: oEX : hDVw #91   70S''/J \,'' "!# B '#yH='%-oxz@wlX;<  bUK= K  >}zxwsrkiec\ZWTQNHG@=:7632.+($! oo +"?6'&+"?32?227?#";2&#""''&#'76;26./."32&#'7632?6'.#"&?7>2"6+";26731X J0 `@5F  n='Vs1'Q8\ "J+X : hDVw #91   CR-DQiX 7LJ /9:1/ 70S''Z/+'' "!# B '#yH='%1R:<')9Z/J \,+/-@$)mP <  bU !M=  K  >~zxqolifc]\UROLKHGDCA@?>=<852.+(%#"!  " +"?6'&+"?32?22732?22737#";2&#""'"+'&""''&#'76;26./."32&#'7632?6'.#"&?7>2"6+";267>32"6&+";26731X J0 `@3L u:=v t7'Xq 1'P=n  xv^ R'X : hDVw #91   DR- CRiW%7LJ /9:1/ 3F')/CRk 1Xs110 70S''Z/+'' "!# B '#yH='%1R:<')9Z/J \,+/R::R9--Z/++/+q!^@!b`=L >Y@ 333+76&#"'727673;2&#'76;26!- #o=6- 10P/1/X= 3 /+''+{K PX@bM=M >@bM=M>YY$%$$!+%#"&7632#"&7<&#"3275')7!%+77f #{y} {V+/%%#E4ɤ\ / @+ ,K PX@1bb= =M=M  >K$PX@1bb= =M=M >@3b`b=M=M >YYY@ /.$%"%" +%&#"327"&7676326&#"5727673327#f5}yZR#%u_O{%-`J= D#n=6-#F!:/yg^8{-:V? 3 `V:')/b[@X< I; \-<  b  ` M  = L >a^[XURLJGECBA?&333$337"+%6'";2&#'76;2676#";2&#'76;2676.#"7676;3>32632;2&#'76;26Z%=z\R 2&Q'1/ Z%ZbW' P'1/d +-G')fXPVˠVPR1'P'10׼DR))T/+''+/Z''+/98 9#ZXfJZ_V/+''+ +%9NK(PX@M =M >@UM >Y@97.,   +) >$3 6.#"676'&#"36sߒh3 9V:|dVXy#d#'VPbB  HZmϟ%C^u+9Vw{u7J-uه! [$511 4C{vH#+7@w@ @8K-PX@UM >@!ZZUM >YYWB56%++'3 6.#"6;2676&+"?63 #"&#67676'&'Z@vm  G#bZڝX\ ;>98 "@9'N8~Ƕ^{eM3 b'Lwo-[3wx1Q -27()kZ!?mN\i + )Fc\@ bONF*)@UM >Y@^\USB@75  +) >$7>76.'#.776?6'&#"3276?' 6.#"sߒh3 9V:F;lN %+ o3A T=d3+C ?emџ%E^wb 3Xsj3 Xy!dE]zBbB E+9Vw{u7J-Td+k)V1;!1 \3qAj+!'Ѧ  N5E{tF1o+Xb=o1Ϙf>5N ^K PX@bUN >@bUN>YY@ + 732>76.# '676$325X qv@$%#$"+?32676&#"#".7>32#"LN%!enZTSŚ%%ݺXHD ) Rü  "+3!!#&'&'7676P+Z1a#%+!RBr RBk7^k/`R`/N3/\_7"+&'&'#7676737HP1LkkBh^k1dN0?=DP#;'H 5<3-R!X{Twt  "+%#6767!7!&'&'3P;J1a"-!%RHo TTX7^k?P\W+N3/^Rb=Z"+736767#&'&b=X5HjkL\^j=dN/@?N?+D#;43-R'X{Twy#"+&'&'3#67!#&'&'767673/) PVdbO h8TxV2R!Dp RN+[+fTX@fD_X/4M7jm9P1/\\Bk5`\V!# "+767673&'67#&'&'7bNqPuy-/>+P9fJ/ >;qBS'VD*=!O{u}NyZ(RfkymbR%\wTtu}P?RD/"+'6654'732+J}}C\D0'?-. )D\mT:$KHlVm;9 =2=D % B{ "+&'47'"'&'732767C 9JfLhH@fw=277HrBy#K):3!\-o#"+'676776767&'&'"+ZoLtD\+/:-/ +DTsV9L%Pdb^99-A=D!';3w#"+72&#"'676F :N``VG@hy7877HrBxL% 94!NL #"+!!+7!#&'&'767673!7Z zk%+!RBr RP+Z1a{ mkg/`R`/N3/\^Bk7^L #"+!&'&'3#6767!+7!7!7-!%RHo TP;J1aKZ z-{ m?P\W+N3/^RTX7^gkX)!$ "+!77$73&'67#.'7))?k-9:W:JTON-twddVEOb=>RdmmdR 0?PTb-TyPNL0"+!&'&'3#67!+7!#&'&'767673!7/) PVdbO h8TX Z{vV2R!Dp RN+[+f{ mX@fD_X/4M7jgm9P1/\\Bk5`3-   "+767673!3wnmR/H3NHpkT "+%!#&'&'wR1P`TP\RkuΏTP13-  "+7!&'3?R1PfNP\/kuΚIP1T  "+#67!7wnyRuRH3NPpk   "+767673!#67!79wnyR7urwPt/H3NPpkH3NPpk   "+%!#&'&'7!&'3wR1P`TP\?R1PfNP\RkuΏTP1%kuΚIP1L*"+!!!!!+7!#&'&'767673!75T;'=XZx RBr RPj=5H5TV #hm#F?/N3/\^N  ; # "+!67&')!!&53#67!+7!#&'&'767673!7VH+'7V:(>D+PVf^P o)QA)Z RHn ^PjV/;H7J4SR#]T#//P+-^;N)N1/#T^Lw/!"+!67&'!!&'3#07>7!+7!7%!7%7ZV3;'PRHn TP&Z'R+5TL )1U+N3/^R0kj "+!!!#&'&'7676735T;'' RBr RP h5H5TmF?/N3/\^JL"+ #&'#767673"jl#ALZmX)j?^T/@=q51KL5*R+TRwyyPw "+!7%67&'!7%&'3#07>{/V3;'RHn TP'1kR+5Tj1U+N3/^R/dJ+"+7367367#&'&'72^j13DbhmGL7dN/@;s-@G:'"R#X{TvoP  )'"+!67&'%!&53#67!#&'&'7676737V:(VH+'R+PVf^P o)QA RHn ^P7J4SV/;Hf]T#//P+-^;N)N1/#T^=u )""+&'67 63#&'&'7767673&33G_F"LRwr4/9.J1?7`?dN/@=o)%/?D=9F98{JPywuUw\(R!f%R+ZyP{u{O9 "+ '6654'7327"P7\J^+R_)+-4 )BXoV-+?K^TgL#JA;33>5L % :h"+#"''&'732767&''61=1<B;H1m3<7C:` K#<3 H7Ic,ZV "+76767767&'&'"'2\a?h*^/)++- )HTtT-+/LRhPNL=9J=1=D!'9FZ{"+%632&#"'676?=1-BP;;AG1{957F'9+ RL; 2#P73b/L-  "+!#3!3 !F%ۚV6{- G "+".76>3 #&#"2733R])##yy? ]^ݓ_Lۜw- )#"+"327&'2>.#"#"&7>32#"&76$sYRqBDGS@o 90q2#!&V9mNq{d)J3HˠH "+!7!!7!!7ZRFm\#\/ "+!'7#73#7!!7!73![EM(ZlWFJJFnRm\\Xw`' ' "+"&&76327#"''%3276&'d'T`cug /wg=jeV1Zj>Ug\)BP=τCc9 QbH"T4%'%yF "+ !30#!"&747Xw  J1 "+%!0&543!3D%A /ىG !"+)"3!!"!!3!^6ì7+ ş@ZZts\/ & "!"+)"''7&76;73#3!3!%!#"MEfEf"/WEJ.U.3@}bh喬7D'Ytdsr )r{{Tu"+% !3#!!;\JLȦ'/u\{}}qodn/7!7!4.+7LH]ɦ&2tZunodo/+J8o3/; L=J=;7: +<7H+=; --' }+-%%X--%'#7+-%%)/3*+/"+.#!!2>7!727-J5->1bF%+'+' 5D !P\Ec? -''!^/+5"+!7+++5%!  "+#!7!3!!7!FdCcEeFbl+debe1g! "+>32#"&!!#!7!3E)'1D+-,.cDfFbHd1)<326&7>32>32#"#".'#"&7>(.RN+!'f#-B B+%D 1BS+ +## J7#?k!-%Z+w!.EY>J =3%"A{;"'5;o-  "+6&#"26%>2"&+ 7@=Z 9{\`!`^7_Z<9XZ9Tyyyy{X "+"&7>32N11 P-)7 N{?--DA0-?-  "+ '%73 kXf#%>Hybu P- ;$ "+ '%736#"#".7>32#"&7>3232676.#"7> kXfT%O 1uPP s;V|=t 'I1y 3<"%H`#%>Hybu PR%#;'h?:R9\Rh-%L\5@1 O- 5' "+ '%733#;2&'747326?!'73767632 kXf+qh! V9} 9F +#%>Hybu PHd )+fT +j} , $"+.#"326%6&#"3267#"#"&7>3232=!T^UfHQiF>w\}׌^iys/ufdq9jǕJ}hn"+3!!1eVJ#"+#3Zr[#s}# "+##33Z}T{[V#0:J#"+#3#3JZrZZr[#ss# "+##'33yTZOqZUTZ}Zb&MHtm"+ #3#BcHVcu"+%3#3eVcfs"+3#>32#>&#"eV:gsTdV^d&hH}υNjn"+3#"&4733267dT232TZ-6>%#1R@tP7:BBCXX!1'!/Dp=z7+#3H% "+>2">2"&?LZ3NZ JZ6 JZ3Z??Z@R/@@/-@@ "+>323267#"'&'Z/Z`)5-1O#9URr1hADDE dwDBRA"+>323267#"''&"'Z.TI0"5-1O#2;JD<391h<DE dw+b,RA)q  "+>327267#"'&#"!7!7)Z3X^+5-%ZT:7WX391fDBCFLj-ADTBTdddd%-" "+7>323267#"'&"'>323267#"'&")Z/\Z-5-/R#9TZ19/F'Z-_\+5-/R#5XR89fCBDEbwDBTA-fADDE dwDBQ%92"+7>327&"'>323267#"'3267#"'.#'&")Z&2NN89/'Z-_ J5-/R#',NP,5-/R#9TG$ 9/f ?RAfA DE dw:DEbwDyTA'/^   "+&''67!7!7't/5h#P}^ZqHZ_`-dddd/"+!!!'!7!7!7!/SUGJRJddl{ddB "+!7!7!7BZZZZZZB "+!!!!!'!7!7!7!7!7!BE_D9G,DuE^JZZZ+ZZZtRV  "+?!7\X``g%`!dV  "+?!%775``f`g;  "+7 7\V\Xg#b!df"c fq99  "+%77-77;fafd`gL "+%'%7%7 C)G"Luf}cDfvv\"+%'7%7'7V~pI0J`Mfwb>YgR"+?!7%7%7%!!'7 wLDh#FG8=`~`Rdag`kViR "+?377%7%7!!'7%'L%iL8 _FG8%(`Vgcf8z``kdOX}+ "+%!".7>3!! 3Kh-eoN5VNsmGV{`X8+ "+7!2#!7! 6&#h-emL{5VKsmEVyo} "+%!'7.7>;73### d}Hq<`^;/ eooIbU&5V#6RoImGV'~`oA "+7!37+'7#733 6&nJdDh_0em}Hp&U~{5V5R{SmEV'\} @  "+ 7632!6&>7!!!#%=J@@ &A 'G  /*L\}   "+ 7632%!6&#" 67#%=J: !+  ގŽ^} @  "+$ '&76 %%&$6''%9jmJvkU3b/=iVd/@ypSgeR`gf^}   "+$ '&76 $&$6'9jmJvEFw]\#HDyn[[Z n "+"&7>32R11R-)5NA-+DBZA ' " "+"&7>32!"&7>32%#"&547>3214 P.+5 L312 P-)7 NN-+1R-$4A-+DB--AA-+DB--An-A3' +D4& + "+! ! C}@BzFu"+ #3#-b!Vb+Gf5"+#!!omT%Z1"+37%2"&#" )Z+5=J1T;V1'!/Ay"+ #"&7>3232P79 ?#!DX;i=|7)%1HL<o"+'&/7672J#N7c5TuNj# *NM'm"+7'&'63"'6)J"N7b6TNj[ ׸VMNS3"+!7#"&733267j!ŧ9NggyyDdgAq"+!!pqq"+!%!!p+FZLq"+%!^L%ZLq"+%! ^uL%{"+&2"+ &{2urZHo"+!Z/oZLq"+! Z/uuq}Z"+_Z"+ {_t;J'"+ ;ooo;I&"+  no nd!) &  "+$7654'&#"7632"'4632#"&z}a{yy6ˋō}zVX{zYVz}{|x{ŋTX{{XV{{o"+ fi;=!d! "+$7654'&#"7632"'z}a{yy6ˋō}{|x{ŋd! "+67632"'dˋōŋd! "+0027654'&7632"'B{ypˋōh{{|ŋd! "+%050"#"'&76$B~yx|Ǐ|}ˌd!  "+0#0! 762#"'&'476{}XVˋŋϲ}{yˋÏd!  "+030!4'&#""'&'476 }yɍyy{oǏɉd!  "+$765!"7632"'z}a{Vy6ˋō}{x{ŋd! "+$7654'&#"$7632"'z}a{yFxˋō}{|VŋdB"+0"'&76BŏCu "+02ˈP  "+%!!%uo Pck#Azif_WG"+%4.'"632676>32&747'"&#"632#"32#"'32673&547#"&%#"'3>54&'27&#"#"&' >32737%%'&'."72654&"&547632>32#"&#3>54&'&'&'&#" 32>7676767674%#63232632#"&'"'&5472674'"'&=#"/#"&54;."32>54'62&5#"'>324>7#"'654#"326767#"'&54632763262674'''3%5Xb:DhJ1+Kd3R/7DQP#)=P5?5#)baJ-2L|: 681lBYn58B;=:Dc^_{G{Hyfm{q7Re/SO.r<TruR(V>=6fXXJA%#R`3F 5%BEF !&' #3' )fd>F=R$^F=B:f1M?<;-m !''!LD~=*67' sF;ZN-'56X!-%5!5  #\w!'Pr!)I+13) \' 9J1.30-939# 4PDT 9+ '%9;0= !!?;7o!$ +/C6/? --% B+#l#'#- +!!#1^EM GF:+"+327#0#%5&54675%632&'"%#"'.'&547327>32432#t. H/-<)=Fh]5L+Dυ?ZJ^eXZL '#Th/ )r97=0)-;=BmZk$1H)$5>1X,9`d@gdbI?6.# "+"32$54'#"&%4!"#; 2654#74#"326'2654&#"#237&547#"75#"'5327'7%726323 +#"'5#".##%{!?KN5L;_'!b5{FH-J'.5m';4"#PCI7|GDa>N q7$HK\3YSb#5VH9=jJw^)V%F3fR')%^DZ1XR1Hg5#+-1h`FA)/  3gMPR}+1+L q =Pn#)6%%!?#!5HZ:+1+c Fm- ^ "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e`)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  f $0 @ *% "+3264&#"462"2654#"32 532/!/0 /B//B{%m<\Xa^TB//B-fA--A/ͤx:Nv:\Z}(08Y@B951/+&!"+7/232'"'#"&5''>4632#"$462"  6 5467&'73'723>7325  V! $?%F#6E))GG͛-P3)5// # 4-^XV'9F#V '#-)--)H ! w-= `D)}"*2P@I3/+)% "+%7'0#0527#"&5'&'74632#"$462"  6 5467&'6732?3675 oC)1X?%R>,!E))GGǙ/+/ 05)3R0TO4hXDF#Dn9;-)--)H #9d3=-ϲw '}0BF@ FC:4) "+264&"3264&#" 5467&'6732637367%"&'32?67' )!!) hǙ5+/05)3R0/;F ,=S%?Z1)Cq b----o #;b3=-ϲw ';9oD#FDWh8I;&"+"3267654&#7&''7&547#7367'76?373#'# ! R'R-1+uVEY}%R%V0/1oXF\͑/!wΐ-#u;Uq9sTh'Top7&5473326733##7#73"3267654&3 } fngmPV '9?a6'# #169T/b`X6-`31^^͏/#uΒ#+uf*%"+"3267654&.5476323##7#73)# # +Bè '9?a6͏/#uΒ#+u16ʔ31^^d*%"+%267654&#"#"&5476?#73733#D# ! t +ê ';B^37͒/"uϑ-!w51˓32__!1)""+#"&547632'>7'&547"3267654&Z) +AP/V+כ'X}# ! 13 ^%E-TTsZ5BFV3ϒ-#uϏ-#uV?)"+"#"&547>32!257'6'"=7>;27>7674&}LE 3'%ʉsr!Rj+y }VX  ' TT^<7++!^HM1 7 ! @% + !%ŃXXfH7"+732+>32'&7476767654&#"'#"7>;f/+-N5Ib ^)RF o G-w )w47Xf^2uă#'VRL\-#o 9P?%%"FuIYVN5 "+654+"?37373307#"32&###"&54767##'76;273267654&#"` H9bT-B Tb:qaJ:_hmRFh!i\:o0&-J+)/L ='Xd'Z='>b XbMB%m%Z '/D7#1D-=%"+#7#73?$47654#"'7654#"'&#"$27&#"3`?c8!m'BA))# UDNG3QJ!"D'^^)mBi`R%RL!'dB;^d}Z$ "+674&+?> %''%32gHg-q'3Tf$g-#LKH# J +wm)#!44"+#"'&747>3 3>>2'67674&#" hmnJw #1k !{5-]с v4fw >9L7}d11T\`T17}ʼnk!-~3!FLG@f .>6/&"+./&#7323276?673#"#"&547>2$7654&#"FH#5i:L%(:9qmOTTZ7jyBNtX /ʬ!ϧ# % !ZkRalo+++-mlaRda!w3:ߤ+=ۚ3%}٠#3}Rw "+%62#"'&'7! %$ 76)fbVuxSuvymヅ`V # +cJJc-&`NN`(;1'@P @ HA1("+2! %?!27&547>"3267654&"&547>7$! $!"'267654&#"o)59>ۜl^`NX^ o g33 5ݜt\bL\^)f-+D;N#!TZH`y^J^k%`E'F7654&#"#"&547>32&5476$32"3267654&3)u%bw1!bk# {51o3!7 'T DX\LVZB37f'iVV- {{d@`]XN'Ņm+#fR!-̒-#}ZJX{\H^oDENLF5"+%'654''654'?06?6?6?&''6767654'6674'ђ ja1%Rl7@L?uJ4PH1JaB+{ q?yY@%S3F@%FH;NGJt%^%a uS!݃K#u~PL/-\gX=C+L9\^L/)g BIH9su ="+7"505>3!2#"547>3!&7476$32!2#!7674654&#"-1-CB#X/!#'sVhR#u 0#7^3VOڞ})"ho 8f;, Vyk#d4fF! "+?6?6?32?'73274/&547654''654''674\`0'Vg-Ly') )+)/9Fhh^ZiZJo''}qN`B;1HB&4D # JZx=OZJ9c@%D1%H@%7VHPTf"+&547'''7"'772T] !gC;d{1wh$hdT5+Dh]RRgR)V%y;GE@."+'654'.'7?>32#"'+73267&547&654&#"26q7]- ,9Hl  9Pdfs yRJN8j3!!?32%>%672'&"0"/&#"0"/&#"672%672%>'&"#"/&#"#"/&#"g+ b%  xhb ^ `jd+d%yib \ ^ Ϯ  7    7  (("+&547#'#73654'73%73#!œ?F GV^MRTVMSƅ  >^:;98% ^TVL}""+"!5674&#"#"&77#".h?dh%2+iJXhdm^Jf+/u++?@>K>ouju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ767674654#"7672#"?>"67>32"547>7>32'7;/#"&#"2767#""&5476!2>7654'7#"  CfS<\%#7LJ7 +/B,'  8+?[ :'?  J=fx8+ # /  %,Z32>7"7674.'.54763"3267654A;JRBZ}J?Rj +5H )!-B /Y 5'-\ P<PpRAPf 懰Pg!M-m))X93H%@ #5 !L3 );E:Zf /] @ I7% "+67654'3267654&#""327&54767&.5476326323##7#737&'3##7#73b b [Nn! oh1 '# oj1 %I +BÜ_ '9@`5/sMuy9?a6\#+P;bw/#L?Β-!u=Ri31͏/#u?Tf16{=16ZZʔ31^^HJ^^J,Zl@ b[F/% "+&547632'>74653267674&#"%#"&'#"&547632'>767'&547"32767>7.+ )4N1V+^\ u ##))5 +AP/V+כ''X# %  !`X5BFNZ)H-b -b fhϒ-"u%>13 ^%E-TTZbj7{} df5DDT;Fϒ-#u&5d <7!"+"3267654&.547632'>7'&7473##7#73# }# +@H7V-י'X)ߪ3/`% Ȓ-%uӑ')sƉ7+Z)G-TT}sZ3DCX/D`` Pck#Azie_WG"+267#"'4654'#"'254'727#"'4326?67&'.#"'432&#"654&#672472.#654&%&#"32632 #"'.'&'.54767#57'5&54>767672>7&#"27"'47&'#"&546323&54>7#6727 &"&'.'3&="&#"#"&5463267&5432'#"&=632632&54632+27654&#""&54654'672#"'674&546323254'&#"32#"547#"'#"'546&'3%5Yb:hJ1+Ld4R/7DRP#(=Q5?6%)b`J-1L|.9 591mAX57B;=9F^^{HHyfm{q7Re/SO.s;TrtR)V=>5fYXJA%#R`3F5%A FF !''!#3' )ed>F=R%^==B9e2M?=;-m !&' LD~=*58' sF;ZN-'56X!-%5!5  #]w!'Pr!(J+14) ]' 9J0-3/-91>N-%7R#%# ?!u-/IbPC')f B1-;+\!/!;+HN}y%'B? :W5RaN)+t97-')oCF/B!2-Eh@l, QG+-J\ Be>716fh}%F7# =\"6+( 9m- 3XK~'D19D^;;4!\#d!TXD2,99kd"-+6%u'!=9# 4PDS 9+ '%9;0= " !?;7o!$ +/D5/? --% B+#l$'"- +!!#qf  "+ # !!!q\u-qjX[f "+3#%!!7!!ot\rn}p-\jX[jo"+'&/7672J#N7c5TuNj# *NM'm"+7'&'63"'6)J"N7b6TNj[ ׸VMNS#5+;@4 ( @2Z  US K  =K >Y@;;9630-*'&3d4+!!!;267!'"#'74;267#737#7354+"?3%+"\?GP`-5b)w\>?/ N5`8P 5q3oPPjNs %%7PP)B''Z+ K PX@2S =  M =K =M >K$PX@2S =  M =K =M>@0   US =K =M>YYY@++*)('$#" #$+#3#327#"547#737#73654#""547273N^)VPH ); -oPPwq!]1{\PP17;!65+E@ %12,9CB @, ZUU U K  >Y@@=86/-*'$! ED +%"#'74;267&#"'>3254+"?3%+"3267#"';267!+)w\>?/ b9/%Z=`8P 5qN?'5-#YR:)8IP`-5b%%7.TBf]B''ZK)DFLj- TNs #;3C]@Z+"7  <9  S  U M =K >444C4CA?:8CS345% +#"';2&#'74;27#73754#"#"=72$32#32>54#"!Rx{Z@Ob5R6qL =wsR#w/%jsIXV)1ukE;B ''Z PD )5Z\bP T{@=;BP@5 :K(PX@.b  UQ M =M >@4 Zb  UQ M =M >YY@PNLJ"+C,'#% +%3267632#"'&'4&547654+"?6763 ;#"&'&#%67654'&#"36-!!-9%!sC\H? !1 @5ô3[BLI5\+1Vu V1?sDvhq ^!%-YV! q/% hJj'#u3])`P`w#/Z9Ho18@82" *'K PX@(dbeM=M >@(dbeM=M>YY@ %%%)(!+%3267>5 &#"327"547#"'#7&5432?3s#C;1' 'VЛ^'N/HDV#TJ7-dRPb5e %AR9`#LZThk^ qh';]Ft}R5):RJq#&@ & <:K PX@!deM=M>K PX@!deM=M >@!deM=M>YY@ $%+ 327#"547##7276?373#%9s1hDdTNws3% ILTmm7%yy+}Z_%(P91')^  o+YK1PX@ F/<@ F/K1PX@-   U  SCM >@.   U  SOM >YY@#YYWVSPKHEDCA>;7641.-#53#43+0/76;27!32�'76;27654'#"?30%+"!654'#"?30%+";2#.5qgbga7P5q`5 P5qPPb6P 7q=!/)'Z =''Z ?''ZZ?''Z) /5%IK1PX@ 4<@ 4 K1PX@6  b  `  D = M = N >@7  b  ` O = M =N >YY@IIGFA>7532/.3#5%3+%0'76;27674#"32�'76;27654#"?27673632;2#.'V`cmtH'P&Z )D #oB2.Ӻb >! 7)i'ZR-u5''Z 1!9 3E?dQ%+7++_@2O9 [@$  UC M >Y@__]\VSKHFCA>74#53#;2+%076;27054'32�'76;27654'#"?30%+"676&+"?37+" 32#.b +-!Ra7P5q`5 P5qbH ! ^J/!-N%!1 0)o- 2u` =''Z ?''Z3 ++9z77%Z@< I2  @7  b  `D =  K = N >Y@ZZVUPMEB@=;8103#;2+%076;27654'32�'76;27654#"?27673676.+"5737#"32#4./  '13H'P&Z )D #oB2.T' H ;#/)R%! 7)%F- #Mt7''Z 1; 3-9--8T;FV9X5V/@<:K PX@YM =M >K(PX@eM =M >@eUM >YY@-,)% // +)"50567676&#!"'3!27!32#.# d6y64f-=;5#/)uT\A1H5#g@ <:K PX@YM=M >@eM=M >Y@!  ## +)"70747!"'3!2!2#.)bD7c53/#/ 9)_!Pw 8  373Mm@ GEDB$#@M=K=>Y@>=8530.,MM +">7654&'2767654'#"?37#'&5'67&547>R%D 1-' 5<3Y//$=#!3!  jD !$-;E17Zm- ^G:3!%"!5- #GJ%+mf3-) +)>-)).#3$="='%3Nn+?}@ :&@*b UU=K >Y@ ?<35334$&%! +!26?6732#"=4&#!32&#'76;27654'#"?3%+"XR!31 I 3L%1ia7P5q`5 P5qV+/= '@/+ =''Z ?'';sBL@I< <bbUM=  K >A>;84%'%"3#3 +654+"?307#"326?6732#"5754&+32&#'76;27sJ'H 'V534JL%-DH'Q 'Z5''Z+1; >^%;? )%7''Z#+6V,K-PX@M=>@eM>YY53%# +>767>7632#".546767654'"StF8 (J;35tDEJ^ }=B{{Z9f%NX^++#V\V8oSRw:977632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?L '`mea2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654"߲-9g`9/ +1JTCoP+݋V1;e5+!+!l@Xdm{s/!?P 4''1{޼eɔMqh<`Jw/^@uS5w^5##J=qÃGZ7235PX1HHn`qn#+ 87!Vm8\PZ`8H{LN>do}wqJ"+'.7>676'&'&'&'&'&'.7>.'67>.'&767.'.67>&676'.Tq(()EB 1O3'3EjC'sk}L&M^H-.z&.>9Q<#!nZc/dž0[ /MPH5+'@$APʪsZa7EVvtk T^6U*'1-AGY/j8#6q)-  7` SI3 '+; Od.9 1Jl= !G& N_P $ ]aX#BL Z/)Ed,tQ9g ;^je_-"+".54632&'&'"32>7#"&547"'>7.4632&#"327623254&#"&54632#"''27675&#"%?jݕ}3%(4 PB#3o{jgZ=o!+#+3d32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h3!]-5!Xoi)T}J!  !7'ju+@+?IN!x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde>!#P+:"+327#"7!''54;2654+"=73%+";26=732#'HJ$u>?)o7P5q3-ZVu/ydX9%'#8Z''Z"/7V`') ) #P Z:E[ 2>[;AZF;5 }jNH@; "+327#"7!''54;2654+"=73%+";26=732#3254&#"#"&54632#!32%4&#";2&#'54;254"'676;3632;2&#'54;2462"&;2&#'54;254#"'676;4#"'676733632#"'&#";2&#'547323274&#"'"&54632#!32%32654&#"632#"''654#"5'27674632#"&;2&#'5473254#"'67673'HJ$u>?)o7P5q3-ZVu/?)!/'=R}wy^oZmDZ#-RR6 N1 5 R-\mN76 T/y 5-#1##1#w5 T1 5!R/ L3 NAF5! /5% `/3 >)1%>Pwx^mZjFX9T\Q:J3BVT}fN1%%'='t#"##u5 T/3P/ ydX9%'#8Z''Z"/7V`') )NAHon^\% F9]5  54L!  mmd_5  "###5  51L#  R1L#  oo:1 B5  7NBHmoa\'n\|6Dl/+EgX ##""5  53J   7 1AN[jy@woe`XRLG?5/' "+"'./472632#47632"&&'&'4632#&47632'"%4&54632'54632#"&%&54632#".'&74632'%4767632"4767>7632#"&'&5432#" !))!3%  % !$ '  #{#'}'%'  '  ##%  '1 )%#;#1#)   %; #!=)%)FT )NT +L- #% %:A   #'F/&0 +'# "+327654&#"3>32#"'  "32rFPRy-G!+%;@7Lj/!TR--3GVX} b.J1j{GXTR!V--F//A @ 61 "+$  %32767>54#"672#.#"/327''"'&54y!TR2a qVc|m7>&#"&76$762 .  OM )-A&&  W|! >>JC$!($7&  4  3 %E121 3:{!#uls33"+632!2672!&676?>54&#"#"&54tt6U&unJL"B;5-&I;.ݨYK`Eo! M.+17s 8;'B Q#jeDU2gs 0t[jM_@\-.7%s < "+"#"&547632!"&'&74632327>54&#"&767>54xL "X%7jNzB!nycjKJF/.90O$U4pI($K>(qN]Df$8,&AO1MO$e@"XjI'.*AK7Z1XPkt9&-td:42"+)2+.#"&67>?!"/.7676673}c. .# =J"M 24@' 2  #[U4!,R*='  4  3  "K>R% )Tf2!"+4'./32>7"'#"'&746323276Հ,9"-)U8t#'J-d/ 8S_AfZ:<32H=\;Z(P   y_ (%nzW;99%7-C.!&6Dhc.-! "+3267>54&#"67#".547>75\.#Q)JA?R"ta\AUO@e?xf>ʟ\jm00.PQt?Ey54&'"&54767'&'4763227>54&/^%.NU7J>If]k\_˜ΊZ#}Ύ/kA!01<\{PX)3r]15 R@PEDNlDhwS?hmnp[FZI&|C.K)@OuD[7.-! "+6'4&#"3667>7.5467>32& 5[.#R)JB?R"t`\AVN@e?xe?ʟqjm00.OQuEx?#737#73&'.'&6732776&'&67327!#8{ j }N}?; wL P& f %F (-w ?U/  jVy; 2  1 9{VV=HRE 2  1 !'!!I) 2  1 5<(3(VP@ "+7327654#"'632#"742?`85>%#0d?Rycyc$RzBj?de:CxP!"+"727654&"&5467632Z?.^fJ&LKƁeFrDpUT7R<׃Bjg^˝Lt"J\KIFM'" "+%$#&67>764&#"&7$762 /!  3:I- ? D# =}D%! '#9% 65  #K>912 3!1}7"um^(%"+767263!67&+&?>76&#" (#-N|15C7uR+<f#s54&#"&767>54xL "X%7jNyC!nycjLIF/.90O$U4pI($K>(qN]D$8,&AO1MO$e@"XjI'.*AK7Z1XPkt9&-td:a42"+)2+.#"&67>?!"/.7676673}b. .# =~J"M 25@' 2  #[T4!,R*=&  4  4  "L=R%  )U$2!"+%4'./32>7"'#"'&746323276v,9"-)U8t#'J-d/ 8S_AfZ:;32I>\;Y8'P   y_ (%mzW;99%7-C.!&6DiQ.-! "+3267>54&#"67#".547>75\.#R)KA?R"t`\AVN@f?xe?ʟ\jm00.PQt?Ey54&'"&54767'&'4763227>54&/^%.NU7J>If]k\_˜ΊZ#}Ύ/kA!01<\{PX)3r]15 R@PEDNlDhwS?hmnp[FZI&|C.K)@OuD[G^.-! "+654&#"3667>7.5467>32&5\.#Q)JA?R"ta\AUO@e?xf>ʟjm00.OQuEx7273&#"&672>&7!"BbBBb=Db@@b +C  / u' 3;L%wJ %- x % -9bCCbBBbCCbB5 ^  2  1 =>[l  2  1  N#, @ & "+462"$462""32654&"56%2BbBBb=Db@@bѵ~:\xw )(cCCcAAcCCcAeqe {L 7& "+462"$462"32>764.'&67327# '&6&'&67327AcAAc>Cc??cd4R`\H!c 4(8 4 7+3 ]_m' 2  1  %E@/۬ZVu,Jy= 2  1 ; 9-b+"+&673276&'&67327 "'"&'&'&'&67327'.'&673277>& *-b Hd<7Z # #  Z%351J ' \+\+ j^ ;'m!" 0  / ^VRV 0  /   "+1-.- 0  / AXwXN1%B 0  / CX/:-/"n7"+%0!#"&546323267>76#"5476?7>32#"'.#"!7>7>3#32672'"7&}RC EUK)P(:RP{tZ;'  O L :%7)&t<IiSL"+%#"&54>76&#&7>326?>32#"'&#"3272#"&'.'&#"#"'&7632#"&76&#"272 -P72d {=*?Rj3?F?/&.JRkP87 .<+S=Z32 1J\T\--E J-/6"/N%#cā ?. !4f4(D6F^sK.7X6I^l9)%W#ZX`r-"!Vpjw{Z1A7)9Xk2%=]G@"+%#"&54>76&#&7>3263232672#"'&7654&#"#"'&7632#"&76&#"272 -P71e {=wHnN'Y$$FmL L#%2l!J\T\--E J-/6"/N%#cā ?. !4f4(DPT+p}7)'ZbC3GP'-Vpjw{Z1A7)9Xk2O8"+7#"5476?>7>!7>7>3#32672'"'47!32672'"'6} 2l #=A+ "=B+){X%$h}tzX%#h !f R' JZ \f R' \ L D%7)&t3_D%7)&t4\)"+%#"'&767&54>323#32672'"747#"5476?>76&#"#"&76&#"272^J\T\-( .z!{X%#h} 1my%[nX<6Fod J-/6"/N%#cā Vpjw @RvVQL\ L :%7)&t;W !f J*@lC9G*uM1A7)9Xk2- D3z {tL" "+327#"'$#"'>767&56%2632>067'#"&5476#""&'>323267>3232672#"'&74"32654&##Ox3͸mڔ&6:{F+j>Y )(ry  igU ZFpN'X$#Fl+- "L42osO ,P6jX%#N~:\xw >b1\mb+DL;F *%$ e $Pr&pSUSDF}7)'Zb!"4?ir? 9* %3@&7)'Cveqca<$"+%& &67>76&+""'6743)27>3263232672#"'&7654&#"#"&54>76&+"N8z  }N5ad33B( ==lHnN'Y%#FmL L#$2kH -P70f39{; 2  1 ;{^mbw 0CPT+p}7)'ZbC3GP'-?. !4~j\fkDD"+3# 3&#"&672>&7'!"&#"&67>7267-    % s &!)Z . u 3;N%!^   2  1    2  1 =>5 H I 5  "+3267654&#" 32>7674&#"&547>7654&'&5473263 ##"&3sXC::H1M@)7Fd7Rcq^HV6Go52jV ?!N`#6+# $B=)+?:1 %C{E%4! % 0ZG&7L%"+2#"'.#"327#"&547$#P  /T=K]VlLʼn 5WF=:L'TsYFh{:BH!1.&"+!"&547>7654&'&5473632!"&73267654&#"dq^HV6GoXnl ^&\BW+mo %C{E%4! %he7:9 #$ӘIjuCJB3"+267>"'6&+;2676&#!&67>76&'&67!272'.+"mE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+P  R=u D+)9u B 1 ;y{; 1  o!uf?%J="+!"&67>76&'&67!272'.+"3267>'6&+&ym oIZ1m -3/ #- Lh^#= 3/j@ ;  < 7d/#1B  1 ;y{; 1  o!uf='P  R=t  F(RV 2 2"+6&'&54737% 47632#"'.#"327PH9<1/!81qJ k)gxZ:-# # #oW;E'v dGDxJI"+6&'&67327&#"&67>?$&#"&67>76&'&673277X \o ^HV)^ o\ Z5))X Zq ^HV*\ o\ Z8? 1  1 D{Z? 2  1 =? 2  1 C{? 1  1 @J= "+6&'&6727&#"&67>7o*\ ݨ ^HV)^ oq ^H? 1  1 D{Z? 2  1 C{`h'"+%6&'&6727'"&7>3232>/k*\ ݨ ^HcjR?5o ]! 8)/-? 1  1 D{N/oK<'C)+>J1RH8"+!0'76'&'�&'&67327&6&'&6727&#"&67>7ۨ 1NV+y\3R _V !55375 4 *\ ݨ ^HV)^ oq ^H556f'R'bg=) 1  1  ' 3+' 2 ? 1  1 D{Z? 2  1 C{4#."+%2676&#!&67>76.'&6732>33\;35D: 119! [ +'& N#Ey@ 119! ]!FV}5  #K>3B'55 #K>D!@!"+ "'#&#"&67>76&'"'&673%&#"&67>7J' s'P NH3b =:%. sPN 1' EI `N P$Rq? 2  1 ;wN  1 3 1 !}5 2  1 1C}:8"+%.&#"&67>7.'"&?76&'&67327#&-  N!\ wDXv ^>s )4  A N$\ wUHw `<b!3"BT%3{3 /  / :{1 15 /  / 8{("+"3267654&#"&547632q0TZw)UO1 /VySieǙWf^h8A<J 2&"+327654#"&#"&67>76&'&6732$32#"'M+P( ~N)^ oq ^HV*\ o&@7u/`)!? 2  1 C{? 1 71ZT<."+"3267654&.54763232327#".#"'676q0TZw)U /V'ߢ d{DXr6jDPVu7'/+;#yRifǙWf^t 8A7654&'&54732$32#"&/&'&#"2>7654'+2Hq^HV6Go&s d-P {Nw R ! ZM9HT3+ ~RA(3! % %C{E%4! %vUT"j$`H) %F1)!w*%"+632676'&'&767>32'&#"#"&'&-# =e _/7R9Rd0!5Un/3J!? 71o9dLTRfL3<6bB+X>VOVu j-"+&"&67>76&#""'6743;272#.#"/s  uIR#V\U95PŠ˴ 86j?.K 2  1 IuGV m TAL5"+6&'&67327#".76&'&6732732>73a 3% bP6;huX{-G)^ oq ^J;FqRrD#{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcI1"+&67327"'.'&6732776& J-V 3J)"M;5   cd T> 1m 1  1 039J/+ +   1  1 BJ^N>< "+76&'&67327"''"'&'&'&67327677T=/L W+V 5R)#q53Z71wF em V5 )1;!#wLQ 1  1 :9:[/+/+c 1  1 BJo  ZM"+%&#"&676?6'.#&67327?6'&67327&#"&67>/&;^ NVN Ry%/ NM =#7Lg NtXN wZ t3u NN 9 8H 2  1 Z  +%3 1  1 #8Z 1  1 a  2  1  4;"+%&#"&67>?6'.'&67327?6&'&673275w r }R}%:? wV P'\#,C =Bw FI/1m4 2  1 7jJZ<R1 1  1 69//-3 1  1 %87l9+)"+!2>32326?2%"&7677''676;R`M /L^7)97F9o\/%B @jDX? L s 3 "+!"5463!2jL@JA+Z+^hS S$ "+#"/7>323# 3&#"&672>&7'!"&#"&67>7267j)X1-    % s &!)Z . u 3;N%!d ),:^   2  1    2  1 =>5 h R R#"+632#"&7673# 3&#"&672>&7'!"&#"&67>7267 M!+' -    % s &!)Z . u 3;N%!d1/! J^   2  1    2  1 =>5 N O O "+&''673# 3&#"&672>&7'!"&#"&67>72675{9}FX.H-    % s &!)Z . u 3;N%!Np'SWO['_T^   2  1    2  1 =>5  ^ ^/"+272#"'&#""&7>323# 3&#"&672>&7'!"&#"&67>7267B/&u:L31A&%l4W9!-    % s &!)Z . u 3;N%!XXf+#%%Rl3^   2  1    2  1 =>5  [ @ [, "+>2#"&%>32#"&3# 3&#"&672>&7'!"&#"&67>7267BX:C,-7D+-9B-,94-    % s &!)Z . u 3;N%!0@A/.AA./AA/.AA:^   2  1    2  1 =>5  Y @ Y* "+"2676&>2#"3# 3&#"&672>&7'!"&#"&67>7267V.=5[=5 qeoJG-    % s &!)Z . u 3;N%!VC0-EE-1BdcGEei^   2  1    2  1 =>5 ^ ]#"+>&'3!"&#"&67>7!272'.+"3267>"'6&+;2676&#!&67>7'7%kJB x FZA>3/ #. Li\#A ++mC < =:f+;*!Tj7/!b^` oHTPG R+/ 2  1 7T o!uf?%P  R=)7 F))9w B 1 9{HL?#"+2#"'.#"327#".'6732676./7.547$#P  /T=K]VlLʼn$ d $I*/==0$ p 5WF=:L'TsYFh{@&Mk, +)% :BJhQB, "+#"/7>32267>"'6&+;2676&#!&67>76&'&67!272'.+"Ii)X0mE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+d ),P  R=u D+)9u B 1 ;y{; 1  o!uf?%Jh PA+"+632#"&767267>"'6&+;2676&#!&67>76&'&67!272'.+" M!+' 2mE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+d1/! P  R=u D+)9u B 1 ;y{; 1  o!uf?%JN M>("+&''67267>"'6&+;2676&#!&67>76&'&67!272'.+"5{9}FX.HmE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+Np'SWO['_P  R=u D+)9u B 1 ;y{; 1  o!uf?%J Y J4 "+>2#"&%>32#"&267>"'6&+;2676&#!&67>76&'&67!272'.+"BX:C,-7D+-8B-,9nmE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+0@A/.AA./AA/.AAP  R=u D+)9u B 1 ;y{; 1  o!uf?%J=h/% "+#"/7>326&'&6727&#"&67>7j)Y0*\ ݨ ^HV)^ oq ^Hd ),B? 1  1 D{Z? 2  1 C{Jxh .$"+632#"&7676&'&6727&#"&67>7 M!+( *\ ݨ ^HV)^ oq ^Hd1/! R? 1  1 D{Z? 2  1 C{J?N +!"+&''676&'&6727&#"&67>75{8}GX-G*\ ݨ ^HV)^ oq ^HNp'SWO['_\? 1  1 D{Z? 2  1 C{J{ 8 ."+>32#"&%>32#"&6&'&6727&#"&67>7B-,9C,-8D+-8B-,91*\ ݨ ^HV)^ oq ^H0@A/.AA./AA/.AAB? 1  1 D{Z? 2  1 C{H?1 "+&'3267654&#"6"&547>?&77654&'&5473632!"&w<3BW+mo32.&#"&67>7.'"&?76&'&67327#&B/&u:L31A&%l4W9!  N!\ wDXv ^>s )4  A N$\ wUHw `<b!3"XXf+#%%Rl3T%3{3 /  / :{1 15 /  / 8{(h. )! "+#"/7>32"3267654&#"&547632Ai)Y0Eq0TZw)UO1 /Vd ),RifǙWf^h8A<h - ( "+632#"&767"3267654&#"&547632 M!+' 1q0TZw)UO1 /Vd1/! ߸RifǙWf^h8A<N * % "+&''67"3267654&#"&547632p5|9}FX.Hq0TZw)UO1 /VNp'SWO['_+RifǙWf^h8A<)9 4,!"+272#"'&#""&7>32"3267654&#"&547632B/&u:L31A&%l4W9 q0TZw)UO1 /VXXf+#%%Rl3øRifǙWf^h8A< &6 @ 1)"+>32#"&%>32"&"3267654&#"&547632B-,9C+-8C,-8BX9q0TZw)UO1 /V0@A/.AA./AA/.AARifǙWf^h8A<yW"+%267654&#""&54763!272#"'.+";267>"'654&+;267632&#!PVbZ @Yu.RM /T/30 # Nh\#B++ bB = =AY+<*Rj8 #b_BCu;!7݉Rd^F6? o! uf?%!M  R=u . ".w B#) # "+"&#"''7&5476327%267654q0':1dxDse /VՈauDlt$yw)y}S#Gh39]8A,:y^<^ǙWLhD$ "+#"/7>326&'&67327#".76&'&6732732>7i)X03a 3% bP6;huX{-G)^ oq ^J;FqRrD#d ),@{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcILh C#"+632#"&7676&'&67327#".76&'&6732732>7 M +'  3a 3% bP6;huX{-G)^ oq ^J;FqRrD#d1/! P{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcILN @ "+&''676&'&67327#".76&'&6732732>75{9}FX.H3a 3% bP6;huX{-G)^ oq ^J;FqRrD#Np'SWO['_Z{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcIL L ,"+>32#"&%>32"&6&'&67327#".76&'&6732732>7B-,9D+-8C,-8BX93a 3% bP6;huX{-G)^ oq ^J;FqRrD#0@A/.AA./AA/.AA@{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcIh;IC="+%&#"&67>?6'.'&67327?6&'&67327632#"&7675w r }R}%:? wV P'\#,C =Bw FI/1 M!+( m4 2  1 7jJZ<R1 1  1 69//-3 1  1 %87l 1/! Hx B7"+327654#"654&'&547273632#"'&#"&547>7!+P) |N(26GݨPC\_@7s/6Goq^H-+" ?>E%4! % %*E71^}(5! % %C{;GR PJD>"+%&#"&67>?6'.'&67327?6&'&67327>32#"&%>32"&5w r }R}%:? wV P'\#,C =Bw FI/1B-,9C+-8D,-8BX:m4 2  1 7jJZ<R1 1  1 69//-3 1  1 %87lM0AA0.@@./BA0.@@H H7("+6&'&6727&#"&67>76&'&6727'"&7>3232>m*\ ݨ ^HV)^ oq ^Hk*\ ާ ^HcjR?5o ]! 8)/-? 1  1 D{Z? 2  1 C{n? 1  1 D{N/oK<'C)+>w*UP<%"+632676'&'&767>32'&#"#"&'&%632676'&'&767>32'&#"#"&'&-# =e _/7R9Rd0!5Un/3J!m-# =e _07R9Qe0!5Un/3J!? 71o9dLTRfL3<6bB+X>VOVu j 71o9dLTRfL3<6bB+X>VOVu jJ"+76$!23#"'&5476323267654#"5>54&# &#"&547>03NH5  ܊oK -E36- d6L$I,N6'8Fq^G+ ).m.2:G\E\f'"% k=V4 u % %Cq AD5Do gP=6"+6&'&67327#".76&'&6732732>7"32654&327# '&$#".'>?&56%2# 4` 3% bP5;huX{-G)^ nq ^J;FpRsD"۵~:\xwdoϘϾ;!l' 2/3\ )({E 1  1 F{j{;Fk`? 1  1 D}Ս5jcIaeq ( Z\p1ZlMDT7>)=WM(e {R Et lQ%"+"3267654&6&'&67327#".76&'&6732732>767'$'.#".'6767"#"&547632q0TZw)U3a 3% bP5;huX{-G)^ oq ^J;FpRsD"My4'˸ uo/_!ZdEK /V'yRifǙWf^{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcIv=;N9/2bhXF/C)%b;*8A?&77654&'&5473632!"&w<3BW+mo&7'!"&#"&67>7267267#"&7-    % s &!)Z . u 3;N%!f!2+`lu^   2  1    2  1 =>5 }RgbW~5SZVT6"+"&7>7*#"&672>&7'!"&#"&67>7267 3"&'3273#VTbg &!)Z . u 3;N%!n  % 0_2Z9--  5^PI3 1    2  1 =>5   2 T135DEm^ Lh%3-'"+2#"'.#"327#"&547$632#"&767#P  /T=K]VlLʼn 5W M! +( F=:L'TsYFh{:B1/! Lh 0( "+#&'7672#"'.#"327#"&547$9g,6rGR,iP  /T=K]VlLʼn 5W;[$XTKa$F=:L'TsYFh{:BHh ,< 91 "+#&'767"&547>7654&'&5473632!"&73267654&#"bg,7rFR,q^HV6GoXnl ^&\BW+mo;[$XTKa$X %C{E%4! %he7:9 #$ӘIjuCJ5V"+"&7>7"#!&67>76&'&67!272'.+"3267>"'6&+;2676&#327Tbg` oIZ1m -3/ #- Lh^#B++mE < ; ;f+<-!Rj7/!b%^1HO-5^PI3 1 ;y{; 1  o!uf?%P  R=u D+)9u BT1HJDEJh M>("+#&'767267>"'6&+;2676&#!&67>76&'&67!272'.+"9g,6rGR,mE < ; ;f+<-!Rj7/!b^` oIZ1m -3/ #- Lh^#B+;[$XTKa$wP  R=u D+)9u B 1 ;y{; 1  o!uf?%h2?;3"+6&'&54737% 47632#"'.#"327267#"&7PH9<1/!81qJ k)gxZ:f!2+`lu-# # #oW;E'v dGDxRfbV~4#h.<60"+%2676&#!&67>76.'&6732>33632#"&767\;35D: 119! [ +'& N#Ey@ 119! ]!F M!+' V}5  #K>3B'55 #K>D1/! 4#6' "+;2676&#!&67>?'?6.'&6732>34!F';35D: 119! 4 +'& N#Ey@ 119! =`}5  #K>mU>g3B'55 #K>rC}h:HB<8"+%.&#"&67>7.'"&?76&'&67327#&632#"&767-  N!\ wDXv ^>s )4  A N$\ wUHw `<b!3"~ M!+' BT%3{3 /  / :{1 15 /  / 8{(U1/! C}h EC*"+#&'767.&#"&67>7.'"&?76&'&67327#&g,7rFR,  N!\ wDXv ^>s )4  A N$\ wUHw `<b!3";[$XTKa$T%3{3 /  / :{1 15 /  / 8{(C}M;"+%.&#"&67>7.'"&?76&'&67327#"&7>323267&-  N!\ wDXv ^>s )4  A N$\ wUHw `<d)THBT5n ^ 539BT%3{3 /  / :{1 15 /  / 8{ ͻ51=K<'C)+w{/> @ ;4,$"+"3267654&#"&547632#"&767632"&76762q0TZw)UO1 /V #& ( %yRifǙWf^h8A<b /  ++Hh@M[ UOLB5""+&#"&547>7654&'&54732$32#"&/&'&#"2>7654'632#"&767+2Hq^HV6Go&s d-P {Nw R ! ZM9HT3+ ~R M!+( A(3! % %C{E%4! %vUT"j$`H) %F1)!1/! Hh KX WM@-"+#&'767&#"&547>7654&'&54732$32#"&/&'&#"2>7654'bg,7rFR,]+2Hq^HV6Go&s d-P {Nw R ! ZM9HT3+ ~R;[$XTKa$\A(3! % %C{E%4! %vUT"j$`H) %F1)!wh*82,%"+632676'&'&767>32'&#"#"&'&632#"&767-# =e _/7R9Rd0!5Un/3J! M! +( ? 71o9dLTRfL3<6bB+X>VOVu j1/! wyE:"+"'7*#"&'47632676'&'&767>32'&#"632#"'732654&5'KJ!-# =e _/7R9Rd0!5Un/3-?Q{^NLN'1J/ j 71o9dLTRfL3<6bB+X>VOVuspC32'&#"#"&'&g,6rGR,U-# =e _/7R9Rd0!5Un/3J!;[$XTKa$ 71o9dLTRfL3<6bB+X>VOVu jFI7 "+&'#".'6732676./7#"&67>76&#""'6743;272#.#"/s 90 d $I*/==1$ ~h uIR#V\U95PŠ˴ 86j?.K 2 V&Mk, +)%  1 IuGV m TA5" "+#&"&67>?#7376&#""'6743;272#.#""/s  uI"#V\U95PŠ˴ 86j?.PK 2  1 IPuGV m TAL5@K IC;6"+6&'&67327#".76&'&6732732>7"2676&>32#"3a 3% bP6;huX{-G)^ oq ^J;FqRrD#V+>-W?0sIF\ vHG{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcI9,);;),9ccGEeL{5ET QKB:"+6&'&67327#".76&'&6732732>7#"&767632&7676323a 3% bP6;huX{-G)^ oq ^J;FqRrD# #& ( %{E 1  1 F{j{;Fk`? 1  1 D}Ս5jcI /  ++9+h)71+"+!2>32326?2%"&7677''676632#"&767;R`M /L^7)97F9o\/%B M!+'  @jDX? L s 1/! 9+D)52,"+!2>32326?2%"&7677''676%4632#"&;R`M /L^7)97F9o\/%B5LD;JR@;H @jDX? L s 3LT4-RS9+h 4# "+#&'767!2>32326?2%"&7677''676g,6rGR,R`M /L^7)97F9o\/%B;[$XTKa$ @jDX? L s 4}f.@5/"+%2676&#!&67>76.'&6732>332'>76#"&7>\;35D: 119! [ +'& N#Ey@ 119! ]!F72 d>X 87V}5  #K>3B'55 #K>DZ;B # W)+-!*h 8&"+#&'767&"&67>76&#""'6743;272#.#"Mf,6rGR,/s  uIR#V\U95PŠ˴ 86j?.;[$XTKa$hK 2  1 IuGV m TAC1"+2&7>76.'&7>&"&67>76&#""'6743;272#.#"y32'&#"#"&'&2&7>76.5&7>-# =e _/7R9Rd0!5Un/3J!VOVu jIWUw)?  M4J=D ,""+4632#"&6&'&6727&#"&67>7LC;KR@;Hj*\ ݨ ^HV)^ oq ^H3LT4-RS? 1  1 D{Z? 2  1 C{GVNH! "+;2�'7632767654'"&?327#"32&#576;27657&+"0;274.#q=  `> L1^# NV  b +1 < R FT &CF; ! +'P+!)) / i5' ++ <D9%(  !-52/ "+>&#"#"&7>32327#"&7#"'&7>77326WU6! Cb#:"&   W($NQD $ h'@5HN+ "! 9['=*, # $D Q;[Ǥ3VJ ,*# "+654'"7673632#"''67327654&#"\J@VFHI ^X'%;2 2-#;b - #3dP'/s1#)BP-)7.=B%"+2#"=4654#"327#"&547>`NT4-E5w FL`ot`a B/;)=wr-#%NX!yiV1#yV -,!"+&#"727"&547>327654'"767327#^F/32#"'&#"32#732&''76732RHT@!T;(## 1'D sJ))j0}  6R;"'7V%# "" ^1@Ud `ZFA;#"+"'&'"#"'3272>32#"54767&546567&547>3262327654'&""#&654'"32>'RD$ 9! !s-s+J'RB)={!31/L !V3>V&2/)Vd, +5#'`ih PD0B;33 Ti7+)H Nk t-Z7654'"767367676&#"?37#"72&''76/&#"&) J1y !{!ZLjVh 9+ TN\PAJ/L9 %% # - #7$`  ## GW J  *-Z`"+673672>32;2&'7473>?654#"732&'7673>?674#"732&'7473>7654'"NZLjVo&k-s > J1 :J-X@) J.9 L1]E'  N3y #K #kji%Dq/  %% #NR %% #)N\  %% #A % "+2654&#"'4>32#"&Ff6/;Y%?3IuEo]ĈchzLZs7327654&#"}\Jb@DJ a;%/)  N3y #1!/ ';P . # ?=hR-#q) %'#`-)=,;@B! 1 "+&#"32672032�76;2?"&547>32^F/ '% 87cT'"o51! "+327#"547#"574326?32#H)3RVLVN 99R- =###HNw1DN%5/ 6 "+327654+"?30727#7"54764&+"?307PI-cC) N1-`dBjTs > J/+ !LZ) #Z- !kjq)# ! #9} -+"+.#"?37+"6754"5?307#"#"A  L$o 98D+P+15 ## 4 ## Jg!"+326?2326?!"547#"'673/%35!)7}J3+%) +R!3#hE gVX/"pL0 "+#"5476?7>32#"'.#"32+#"&546323267>76 176:33b(%0 /C 76+#"&546323267>76#"5476?67>3267>32#"'.#&;'3+,v3/ ! /D R824Mrw2/!F @% <C =J-%8Nrw2/"C @ -L 1-4Ak6834b'Fo.0#$u7tTd|t ="`@W;=RT1$;0* )X9M"`@ˑH2LOU1$:-*1y'=!ݨ=EL;!>EjM)H+s; B0 "+"3&' #'#";2&#'76;267"'"'767>7.'&76${3ejP-3h?Njk ;% )=8G 5=< ]Z5!Lw'7uJ7{'=}Vw`j_;%+1--''+/u) 9DR<w;+N "+%"'.+"?30%+"7'&'#"?307+"7676&+"5737+"#"'Q#1+ yM  N7O! j) R ;#hu !P V ))')--v5*-+%4˪N\+- 8)'#7}+-C -3 "+>.+"?37+""'.+"?3%+"7fQ!1> #2;P7\f% '')1/0|/,%%- "'%+HF"+&;2&#'76;276&+"?3%+"2767&'#"?37+".Xl *>5 R8q -;5Q5q\VZ{Z "A O'V1H1!B1)''Z/+''ZOJ+F1''}wEd#3%; C* "+676'&#"366&#""?6763 7.'&#;2&#'76;2V!F9dSi % @FXYT%RH;P!7XPVQ! \ *<5R6q^yMJ-1'ffw7=×) 'GfM/+''<-/$"+#"&7>3232>7>.'&67327,HaE5:| g % :.74+  12/ ̇f 553-hq;&wQ@)J*/A,9+ 4  3  &G11=82%"+67&'"&#"'>323276327#"&54?&#"'3254ZJ>%5'DE#7x4`PC3:7ZLL?B)HPv+=J/]FfR@G=L^%Am!+t7jReNN<'}f}N#/!;,!"+%6'&'7>7&'"&#"'>323276&54>32326y'A5J+Z/!'HE7v6ZV53:5wR'^Z `k%#/)NL/3:-K6p5+GZC"1#kT<1='C15A"+>32#".5463232#"&54774#""'6323267 Vq9]\s#GP37#'1+%hJ FU$# J'I !B% D+7wb{+#-#'##\Y!ANj#3)#D B'/d)xe%8 +&"+.7>32.7>32.7>32'[oC2= PR 90][oC2= PR 90a[oC2= PR 91e&|q]2'E 43,&|q^2'D 43,&|q]2'D 43,,}3M =4# "+2&7>76./.7>!2&7>76./.7>!2&7>76./.7>GQ? ]548B    gQ? ]548B    gQ? ]549B    g׀|4-,C *- P)"L|4-,C *- P)"L|4-,C *- P)"LF/ "+$  "32y!TR--/TR!V--+"+"327654&' # 476f3$O3=r7!E5.afGiR7bFdABQD[@>VΑI9M'" "+%$#&67>7>&#"&7$762 /!  3:J- ?  D# =}D%! '#9% 65  #K>912 3!1}7"um(%"+767263!67&+&?>76&#"B(#-N}14C7uR+;f#s54&#"&767>54xL "X%7jNyC!nyciKIF/.:0O$U4pI($J>(qM]E$8,&AO1MO$e@"XjI'.*AK7Z1XPkt9&-td:S42"+)2+.#"&67>?!"/.7676673}b- .# =J"M 24@' 2  #[T4!,R*=&  4  4  "L=R%  )U*2!"+%4'./32>7"'#"'&746323276},9"-)U8t#'J-d/ 8S_AfZ:<32H=\;Z8'P   y_ (%mzW;99%7-C.!&6DiU.-! "+3267>54&#"67#".547>75[.#R)JB?R"t`\AVN@f?wf?ʟ\jm00.PQt?Ey54&'"&54767'&54763227>54&/^%.NU7I>If^k]_˜͉Z$|ώ/k@!01<[{PX)3r]15 R@PEDNlDhwS?hmnp[FZI&|C.K)@OuD[z^.-! "+654&#"3667>7.5467>32&5\.#Q)JB>R"ta\AUO@e?xf?˟jm00.OQuEx;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:+/,*# "+654'"7673632#"''67327674&#"\J@VFHI ^X'%<1!1-#;- #3dP'/s1# )AP-)7-=B-J%"+2"=4654#"327#"&547>{NT4-F5w EL`ot`a JB/;)=vs-#%NX!yiV1#y;{ -,!"+&#"327#"&547>327654'"767327#F/P\ hT#\HdBw/P?7y;bT''o+- !{- !F8/ "+#"576;>32#"'&#"32#;2&#'76732bHT?!T;'## 1'DsI)) j/} 5};# '7V%# ""  f@Ud `YFA;#"+"'&#"#"'3272>32#"54767&546567&547>3262327654'&#""#&654#"32>^RD% :! !s-s+J'RB(=|"31/L !V3=V'1/)Vd- +6#&`ii PC1B;33 Ti7+)HNj t-Z?6#"2&#76?>76&#'"&57672+#qS'4 N1 /f1^: R5}$b +|?h$$ \ $$ !A$% 5"L".+%"+&#"&67>?6&'&67672>32#"&w $, 8G .'(  E5zF0,'I/+( :;".-";:fK*.eZ'L +"+2"&7>6&#'"&?672#"&76723267e+3(^ *|@ =028=-H *&,:#""#{A#% 77Յq-3&3<uL "+7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-/% "+6&#'"&?672&#""+76?>7 *|@h N2$ %fA$% 5V $$ !J`"+673672>32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #BYvpF$"+&#"&67>?6&'&67>72>32&#"&67>?6&#" ' iG .') '>7 Z0:Y+! $- /4i  26%-  q+.-";:I0. !  qn:;".-FHM4 ,0FJ+:70! "+7654'"7673632#"';2&#76;>7327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@B;FJ 1 "+&#"32672032�76;2?#"&547>32F/ '% 87bT'#o5J0"+%632#"'&#"2&#"7637>76&#'"&57672kGL ;" A5$ \;9] %#8 +|? y@5 H %% A#% 17J-&"+372676&'.>32.#"#"&#"6- !$9)B%@L>L-b /B()>1/.: \[*![%K*%'&%="C~Y O=+'$'-8%:KGL! "+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%b\=6 "+327654#"?30727#7"54764&+"?307!PI-cC( N1-`dAjTs = J/+;!LZ) "[- !kjq'% ! "T=-+"+.#"?37#"6754"5?307"#"A L%n 97D+P +15 "" 3 "" Ifh=J4"+#"'.#"?37"676&+"?37"#"' #"'.#"&?37S#7  M'q 5R*U2+5!G71 /) ""  3  "" If/*"?A "+"676&+"&?37"#"&7>327267676'.#"&?37P5H U-Y823a>7.  E%  UI'  1  " KPX$S<5Z"-L!"+326?2326?!"547#"'6730%35!(7}J3+%)=+R!3#hD fVX' !  "+3##5#53534632#"&3264&#"@@ɋǍ;uwwu`??ӋȌ馦'  "+!5!4632#"&3264&#"L^ɋǍ;uwwu!?!Ȍ馦:"+4'.54632#"'&'467654+"'6763!232>+ N/!+IDkX{yK`R}'R17)/!#Q)''9bH)lH{b%\%+VZ7L?5BT-##`T )O#b>#5 "+32676'&>`5 &S+Fw QG "+#"&7676$B &$f? w O  "+&'&76?#Eel&6767&Eemw6=C0 *U ~ "+#"&?3267$go;qXTkl9678y:!"+#"&76?63"'&76?632 !  ($ '  2y!! "+672#"/&76%632"/&76U ^  0( T   $"  &It "+>32.#"go:rXTkl9568q"+#"&76723267465>32 jm P;1/H& ("3KROL?& -)!&^N"+#"&7>322676'&7>32 fg 2# !2XB/$%QcbP($  #64#  &$J "+462"$462"BbBBb=Db@@bbDDbBBbDDbB U?""+#67676&#"#"&7>325 :("#" "gLV@$(J/##$  !&JM"+462"LfLLffLLfL^ 7!L5"+7!67>7;!!!!!3!!!!!!!!!!!+>7!7!>7!7!7#73679  !  Q L  3~ QK5 L4t 3 3J C 1 2+ *&0+98/> 07'+/ $2$Q/}/0/3-8<0/g&4 0' "+#"''7&54732732>76654'"&'&?v=jHR>i;1fL\>1^;^B/%LZRqLfBTsZPSVw[GxY1-qus'9yH"+67.6-F\!';%+f1 +o˝}e5X۬Ry  "+'7-sY\)X/3o}"+!!!+H1L{L'}"+7!!7!'+σLL^! "+&'&76&'7676767\=RTP!99)+;(J!BFD=5'sd!|mo59 >=3Ry #N>; <,^`! "+7>7.76'&'77676=RTP!79'+;)I%?DH=6&\@ud}o q3; 562"&7>2-5 a/ 5W<NZ6 LZ3NHJ?`i) FJPLJ-@@-/@@1F)21, "+%6'&7>32#"&7>7676?6226"&7>2 :!* yjgXJ^!35 ZGNP YLZ3 LZ!!')/dWNLA/;,HMZ\;R89iEdHZ@@-/@  "+'76''76eð`dh́qfpNh́qftN;  "+767&'%767&'V`iNsfqhNsfu{ "+'76ÙufnsultN "+?67&'7skm{sotN31 "+!"7463!2jL?JA3+Z+^C,0.8.hR9/GE#KPX@Ub`  b`  V M=M= M =N>@Sb`  b`U  V M= M =N>YY@,}ywsqfcYWSQMKA?<:64/-)'!  +367"".'.#"3#"5476?67>3267>32#".'.#"32+#"&546323267>76+#"&546323267>76('3+,v3/  1-4Ak4>13'3+,a4 /D R824Mrw2/!F @% <C =J-%8Nrw2/"C @ -od.0#$u7ta!ݨ=EL;>ElK)E-0#$Pt ="`@W;=RT1$;0* )X9M"`@ˑH2LOU1$:-*1y'=9"i K*PX@J bb`b M = =M ==N>@H bb`b U M = ==N>YY@ecba\ZTRMK$(*$+'$"+32672#"'&7654'!#"&546323267>76#"5476?>7>32#".'.#"!632*W%Y$$FmLZ $C %{'1e?Q!I!!ZJL-7?KXhLf3NNXb'!#'1qJEo3=Dh_9@"+'55V<&UT&7q_<1^'2-e1^d v"K R^2}  hpV f3$44L4j44|3[^--At-Q$"v+x|wE-/<zd?hV+"6TOtt MQQCsQVsGp pz-;"7 uS2pp3      f444437{4vvvvvv}xEEEEx7++++TfT v v vfxfxfxfx3w3|wEEEEE44444444L<4zzj4j4j4j4j4Qp$f|3h|3h|3h[V[V[V[Vz$++++++T-O-O-OEtt{ 5 \XfX'>l}lx$$m$v$Gp 5fi1D1-g& Y-11@SOV\Fp3It-~+~~~R~5|~O1A- "[HLh*3w#9q)9B]29%#vF\7B_Bai]2^>| w4k8_<F772@a% FFuSqTGp AT\Z-Z 9'-444^o44=(E{47z77zQuoEu/Po/~~ v+++fx3|w3|w3|w3|w3|MEEEYEVE$-/44444544z4z4zj4j4j46j44d4d|3h|3h|3h|3h[V[V[V[V[Vj*++r+++^^"6"6T-O-O-OTv v v v vY v v v v v v v vEEEEEJEEE4b4uJ=#++d}d)$d`Rdd%TTTTZ#/3777777f1zIIIIIIIISSdxKKKKKKKKh/CA=&7v VS/77IIKK lZ=#9+G/X3IIIIIIII 7 $ A &  $s\n{9rt^rIIIIIhn\&%\KKKKKvn-X%(4299nnvSjj"(dX0SSE`91$u$,$>$x HuRdRR?S KZ&Z}d}wIbJZ!?M7BV;p -5&3 Wi6?a4@`j_ft.tDt5ttRtIYpL)%!G!~+&d7  j7?%OTOTX5bf#?#?#\%SdSB)1bV;555V5l" 5##K#//?)7~777Zd7-n---+\-=/ # ^^L  b\DB; X33 d =9hZF3H3#"   Z1TV)7777#7~GSJ}IJnn777777777777EEq7777--`--`Onuzfy7SZSZSZSZZZS;S;dVdddddddddP1&1F$}}} tttV(zd"!MfRl+Ty(L7qP(FPEPPPAdVfqf5#?5#o"%\7%XIHZ; A A Ajjsd#^2-y# 9#A7FFFIIss=P(p^Da$3G Q/v; HHJJxJJ`?J4l!C7JHEwnO"Mr9zJJJJJJJJHCrOHrHw HHJJ44CCCHHEwEwEwnn9994nnEwJ G (\t+jptSZ1r5h9v//$%%<dx,F=S*zSRG+(-\;tV"pIYpv;LrbhTh''Q2I^ S^\\jj'//=II</9x{dddd(x  t  P  L 0<4T`@( !"x#p$%'))*+,-/0124@5P788P88989:;<<==?<@ABChDE FtGpGHIJKPL(M@NO`PhQ@RHRSST0T0TVX XZLZ\\]^_`__aLab(bde ehfgh hij jl(moplqrt8uwx|z|8}h0<LXptX( LhP@t,hT`T<l8p0 Ш8٠ڈ4 LH,\   , hDt(48L  !"T#(#%(&H'(*D+p,-/T0L124$5 78x9:=`>AB@DpEGHIK,LpMO8PR\T4UW,XZ([l\]`b8dfhjkDmnoqrLsHt<u\wHxhylyzz{X{|}}~0~`~~dl,pt| ` ,,TlD4t<l<< | x HPP(p`LTlpL8  P8dlT,|(X8 tT8L0DL4pL4LİPTx ɌT4Τd,x(tH D ܄  8$0<4(d   l d,|PHhdTl !@"#,$%L&|($)+,./d1H2435d7L8:<>?XABDF<HIKLN|O`QXRlUVX4Y[\^`ac$df,hj4lm0n|opr$su4vx|z${|}4h,d,8Td(@(HX||4(xd<Dǀɠʸ`ҐP֠،ڴXߴx pL$(pD`\   `,pT !x#8%4&(d*+-/02X36 79|;<>@@ALCDFGIK,MN|Q RdT|UWXZ\H]L^_p`@ablcldefhDipjklnnxnooxp4pq@qr$rsu@wxxy$yhyz{{||t|~dt$X,T( |xh| ɤʨ\ЈXӸd,4۴@xL h(tHh\ L @40@ `"$&(*,\.10457d9;>,@BDFdHJL4N,PdRTVX[]p^_a0bceHfhHikmor@twz}4hD0Xp,88hԌڐ|ޤPd,,t, \ L8p$ < !#%@&()|*+D,d-/0284$586<7\8t9@:(;L<=?tA,BD0EGIJL<MOtP(PQ<SDTVX\ZL[\^(_|`a@aaaaaaaaaaaaab4bbc cTccd$deeefghhhikPkkklTlmmnq$qrrsHttu0uhvpw|xy,||~td xpDPXT<Tp<xLht,0X$P\T$4dD`h4@PĨ|Ɯǀd˴dDHpڌH,$hldhtt  \|Xp` L !0!!"<"#@#$$p$%T%&`' 'D'|''(H()H**+,+,,d,-. ../`//001D128223t3445567(7L7788@8989p9:x;4;;<<\<<= =L==>X>>?d?@pA(AAB BBCC`CDDpDEXEEFpFGtGHlHI IIJ J4JtJKKlKKLL4LhLLLM M0MdMMNXNOO<OPPdPQ0QQQR8VWYHZ[x\]^_T_`pa,abLbcdpefPfghXhijklmdmnopdpqqr0rtrshsuvwy8z~t~X0D(4T0`h @x p x,l(,,l `$4l„tĈĈ$Dx˴XHHPѐҬlX|,פ؜d,00,Lltx|x@H(dt|dtdtP H XL<8  ( <   d P$$ dp ` !p""x#T$%&'8(()*X++,--.l./|00012$23D345 5 56(67d89L9:;l;==>?(?@X@AlBBCD0DEEEF,FhFFG`GHH|HI,IIJKKL LTLMMMNOOlOOPPS\UVpV DQh> +66l"    8CG 8   l 6b D    :4 :n p Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineBold ItalicFontForge 2.0 : Linux Libertine Bold Italic : 2-7-2012Linux Libertine Bold ItalicVersion 5.1.8 ; ttfautohint (v0.9)LinLibertineBIPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineBold ItalicFontForge 2.0 : Linux Libertine Bold Italic : 2-7-2012Linux Libertine Bold ItalicVersion 5.1.8 ; ttfautohint (v0.9)LinLibertineBIPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~uni00A0uni00AD two.superiorthree.superioruni00B5 one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflex Tcommaaccent tcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0228uni0229 h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FF gravecomb acutecombcircumflexcomb tildecombuni0304uni0305 brevecombuni0307uni0308 hookabovecombuni030Auni030B caroncombuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358 acute.capcircumflex.cap caron.capuni035Chungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.capuni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi0374uni0375tonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9D Germandblsuni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Funi2031minutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A2lirapesetauni20A8dongEurouni20AFuni20B1uni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115 afii61352uni2119uni211ARfrakturuni211Duni2120uni2124uni2126uni2127 estimatedalephuni2136uni2137uni2138uni2139onethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C orthogonaluni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298dotmathuni22EFuni2302uni2303uni2310uni2320uni2321uni2329uni232Auni23D3 filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9circleH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7uni2605uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Bsununi263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni2695uni2698uni26A2uni26A3uni26A4uni2767uni27E6uni27E7uni27E8uni27E9uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uniA720uniA721TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00BuniE00CuniE00DuniE00Ezero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fittedperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altuniE02Ff_tc_kc_ht_tc_tuniE03EQ_uT_ha.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.sc hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.scuniE093uniE094 dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sctcommaaccent.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sc uni021B.scscommaaccent.sc idotaccent.sca.scalt a.superior b.superior c.superior d.superior e.superior f.superior g.superior k.superior m.superior o.superior p.superior q.superior t.superior u.superior v.superior z.superiorf.short f_f.shortuniE0E8W.altV.altK.altR.altJ.altz.altuniE0F4y.altuniE0F9uniE0FBkreiszero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE130uniE138uniE148 b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferioruniE188uniE189v.alt grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capuniE420 zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capdotlessjf_ff_iuniFFFDuni0350UUVDD, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_RBah.ttf000066400000000000000000026660701324204105000232050ustar00rootroot00000000000000 FFTMYft,GDEF4|H@GPOS6=@GSUBIDOS/2\V`cmapdVcvt 0 b0fpgm蕏 bgasp bglyfM^ Shead"j 6hhea/6 $hmtxny 0%hloca2 R ט%lmaxp  name4 $postG7R \preptH koB6881yzz{}~<==>"#01mnwxxy{||}}~~56BC - . 6 7 7 8 8 9 9 : : ; Q R U V W X X Y Y$LT\dlt|"*8@HPX`hpx# ? P = o h !   7^b`/ B 5J$>DEFHIJKMNTUVXYZ[^ R S T U V W X DFLT cyrl0grek@hebrPlatn\(AZE (CRT (DEU (MOL (ROM (TRK (cpspkernmark *B $4(,/ 4Fy                                                                                                                         y$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;? 1Rq11L111o1111L\1111Lj{jjjjL111L11111d     ""##$$ ''))+,..// 1122334477889:;;<<>>BB EE HH IIJJNNRS UUYZ[[\\^^aamm}}         $$&&**,,..00224466778899::AAHHKLQQff   IIJJKKLLMMNN    pp  P P R R    !""$$&&**--224477889:<<@@ DD EEFH JJ KKMMNOPQ RR SS TT UU VV XXYZ[[\\]] `` aammoorrtuyy{{}}       $$&&**,,..0022446677::BBIIJJ OO UUabcc   IIJJKKLLMMNN    hioo "#$')+,./1234789:;<>BEHIJNRSUYZ[\^am}  $&*,.0246789:AHKLQfIJKLMNp P Rj =3q.    %%++,,::PPQQ[[]]bbddffjj [[,,//IIMMQQ]].  %+,:PQ[]bdfj ==)))))+::??@@CCEEFFJJLLMMQQSSUUVVWWXX\\ddggkkpprrww}}FFil"CCFFMMUUVV\\]]bbddhh jk mmnnpprrstvv wwxxzz}}FF%%''--ijmm Q Q =:?@CEFJLMQSUVWX\dgkprw}Fijkl4 ) ))$$.. 9:;; <<::   L O  L O7$.9:;<: L M N O.4 6ntz "(.4:@FLRX^djpv|1 %yo\HoIo;1''\P7%o6%&'()*+./345679:;=EFGIJKNOSTUVWYZ[]DEFGMNRZf `o_% 28>DJPV\bhntzf+\+\+\+\+\+\++{+=}*24FGHR $++y  . (.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|#s9?3u1s7uR)))))d)\rE#)+)++)+) ) ++ +)+''''mq^'''/''''''''''''?     '        \          9+ )\\\\/\/)\+)'o+^\+q#sq qd)sh:+o+3)')/)+)+o)))))))))))dd))B))+))++)9J9JqqXqqDq)fjHd))%+)))d9/q///q//qq/q//q/qDq/q1q))+/ ))+3)mq7q)d)b3+m++m)w)N)b))w)b)){))))))N)b)N)N))b)))})Ps))/q)$%&'()*+,-./0123456789:;<=DFGHJKLNOPQRSTUVXYZ[\]  #,-4CDFLMRVWZ^`defv  $'()+,1345>MT`bpquyzvIM];<o_gLMNOPQ Q== !$%$0&ww3}}45 . 67 8 8@ : :AB "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~5wyuT)\)sVR)?jh f\);dwyu+;H)\))d)))))) )3))))y);)s)d)m))-'\PPRyD1=Dyqu+} \ &,28>DJPV\bhntz "(.4:@FLRX^djpv|+{w/}JhJH?HH#;9{#+{{^{o 3F;-/jb1FN9b1%5L%;9qh;JJ^^JJ\%&'*+,-/012346789;=EFGHIJKLMOPQRSTUWXY[] ,4DEFGMNRf  o_z &,28ff`R 2flrx~ &,28>DJPV\bhntzH!V)TbZRX=H!VVVVVVT!!15))TXHHb'ZZ`ZuZZZy1ZZ`ZuZZZ2DFGHKLRVWXo ()343  $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| ;F33-#3mLV Rd;;;;VV;;#{  #/!/RR%)"/. 3 /L?Thh+shThL;y$%&'()*+,./012356789:;<=DFHLNOPQRUVWX[]  #,-4CDFLMRZ[^`defoq 3MQVW`E 4ko4_MNOPz sZ  &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv|w%;F-%wuLssRIDossNsd%;%;%;%;%!#+#;;###!w#%%#%#%s %#=N%N!!jy j9+ HZ)%%%%VV3})%%b +NV%!%}!%L%%DXmm7mXXmPJ}@$,.3 5=D]23789:;<=>CDE  F##H,-I44KCGLLNQRRTWWUZ[V^^X``YddZff[oo\]_  ` b$$q&.r16{99;<>>LMQQTTVW``pqcc]]oo44__ggLQ   #%)##+nv,yy5{{67 &,28>DJPV\bhntz ".?R5F'FBBX#^qLq   F# mw9/oy%1dVs fjDFLT cyrlNgrek|hebrlatn   (AZE RCRT RDEU (MOL |ROM |TRK R   aaltc2sccasefinafrachligligaligalnumloclonumpnumsaltsinfsmcpsmcpss01ss03supstnumzero     .6>FNV^fnv~048  @  n   < r BL^lzhlpx|"&*.26:>BFJNRVZ^bfjnrvz~ "&*.26:>BFJNRVZ^bfjnrvz~ $*06<BHNTZ`flrx~ D E wi Chvx{jytkzul{m|n}o~pqr F G H I J L M K!s N Os iwhxyz{|}ijklmnpr  .5>@DEFGHIJLMNOPQRSTUVWXYZ[\]^`cm}   !#')13<>@cikrstwehjklmnoqwxyz{|~ + !$%KL^^DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@ALtF(> "*2:BJRZbjp<<>>8866~BB "9977&.6@??::;;==@AAh1{turtuyzsvwx  D]%%((();;*==+CC,WW-./ C C0Z*              ! " # $ % & ' (  D]( C C)k D E F G H I J L M K N Ok $%&'()*+,-./0123456789:;<=>@^`cm}   "$&(02:;=?e UIL SLI&2DV` " " XK MW TO RI"47I W XWFV.ijklmnopqrw   4 Cg     htw 4ijklmnopqrtsqwxyz{|}~hgg       C C2     wwxyz{|}~hs   Chicikw  e D E P F G H I J L M K N O >@^`cm}33f P PfEd ''`w) jj~Nou~_cw_gEMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!O!!!!!!!" """+"6"<"A"E"I"Y"b"e"k"q""""###!#'#+#$s$$%%%%%%%%&&&&&'&/&S&`&c&f&l&&&'g'',l,w.!)/79=BINjm!0KU^ak 8 PtzbpCb HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!O!S!!!!!!""""#"6"<"A"E"H"Y"`"d"j"n""""### #&#)#$`$$%%%%%%%%&&&&&'&/&9&`&c&e&i&&&'g'v',`,t. ,79=@HMQmp0HMW`X 8ywt`^*' trqljhfe zuqnl]WVRP@1wM=;7510.Z>a7(Y(W(U(N(M(J(H(C(@(>(<(:(8(/(,(+(*(((%((('''''''''%%" R \   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ardeixpk+vjsgwql|ZcnTm}b: S Tyqz @ "+ !7 !!f]=]f\H  \R f{D'@$M =M >  +2#"&'&&546462"&=W98%3Z\Z{VZ{VDPJ;V3<DNL3;VR;9VRJ) $ 9K%PX >[Y*% +'54632'74632BH=)+KBG>)+LJ\ )Fy \ )Fy:*KPX@)  dS  K  =>KPX@)  deS  K  >@1  de    TGK?YY@)**)('&#"!   +7#%3#####7367#73>733>733O#T# % m; ( p9 ' s> % k7&&ۇ4Ab8?b;<;<w7 @@;.-(  K!PX@e==N >@be=N >YY@?>=<:9&%$#"! +>5&'.'#7.#&56.'&'476?63CUK_#;+?( Abo B j(%BV Y,H5?{i 9 E#p[I_1 T>pci1EQ5 chJmlrc  } n213TbS )h $>@073 2@8bU  U  UUIMAY@=;64!&$##&$! +%327654"4632#"&327674"4632327'#"'#"&)?03P5vq^1)?/3P5\01 a`nsjFIwq^mDRXou;/LFú{DRXou;/LE-1f+}/&|PD EQL@II" <bM ==N =M >PN@<)##*%+3267&3272#"&'' 4%.5476327676'&47327>54&#"V8qEPxADj%AE$UOmbFugI9Tmƅu33ZCDo`d[J\e ?RE3=KHYw2G06L&_1<_;gxC\wT{ GGj 66 Kg\ 1:D^\hJJ)  9K%PX >% +'54632BH>)+LJ\ )FyJLb "+7&.J 9-=Z5 FAq d#F; "+'7;9-=Z5E`'RAqe6x@  ,!KPX@deM >@deIMAYY&'#'''+&&54632.54632>32#"#".'#"&54>J F_"!'w%:131)h%)'J%`5)-0$-5!6[ ?)Z+w0$#]/R13/ ?uv9"131}Bw DK.PX@SK>@GSK?Y+!!#!5!3s^^'MP;@9[ +2&7>54'.546T_B-d{BJ3Z{3-d+-1J%#^NZ @IMA   +!"5463!2/kL?JA+Z+^d @M > +7462"&dZ{VZ{Vw;VR;9VRjuBKPX@ = >K(PX@ d >@ d[YY@  + #ju`=*@'UM >  +"324."32 #=)5H5 TTX=Q^b1\Zal +T=E$+@("<ddL>''3+%$#&47>54&#"&'6$762F965:F\y+;8H?'#=L#  4 1  #K>H&39{!#ulP4d@ @"b`UL>Y(+/"+4632!2672!'>?>54'&"#"&fɼsX )J!pxU  F^!/-$qL)68CDf H/5DqmT%>-;JgoNhZhsB-HtpEHd) />F^9P@M1<b```UM >0.+)'%  99 +"#"547>32#"'&546323265%"&547>54!-7% 6?N9+DbW+=}hJm~D:+N7BSN)98-79KF5'/-Zdc1r}Zd?#=9KV* t-2:@7<dUL>10#! 22 +)2+".#&47>=!"/.5476>73dy';65BN$56;5)t73!-R=L#  4 1  #K>R% ?Aj*@<; :KPX@'dZUUN >@(dbUUN >Y@ "%$$3!"+4&#"'32%"'632#"'&54632326_KH^{Q%1F0'0mjlR63f4;5Vc-b  /ɝ9+A':P\Z &,@)<UUM >($#+2654&#"67# 476$7^;PtT@Hb nduR#1cr?onw PILb o;n: Job-HS $afZ{1@.<9dIMA  +"'67433! 'y)7BH%B) L{v8 :QN#CF %33@0-<UM >'&&3'3$"   +"654.#"&5467'.546322654&/Z9wfPBUas+oV;hV=en1>[V=51'9B#^DfυݥqK9wZeVs5;#Tf+)\ &,@)<UUM >($#+65#"3267>7.54>3 &;PtT@Hb nduR#1cronw}Ib o;o: Job-HT`fZ{y @M=M>+462"&462"&{Z{VZ{VZ{VZ{V;WR;9WR;WR<9VRRy "@9eM>   +462"&2&7>54'.546{Z{VZ{VT^A.d{BJ3Z;WR;9WRV{3-d+-1J%#^VX"+59o?[?y#/@,SGK? +!5!5yssuuV{T"+%55woZ55D,6/@,b`M =M >+.%%+#"&547632#"&=4>7654&#"462"&>/)Lm`'R95'--+' DCqRRD^ Z{VZ{V>%/A6VZP5^X/'-hD)!$;L>d`@;VR;9VR K@IH G;'&54.#"327# 4$3 #"'&5#"'&54327;^HsdN;o%!^fHRLyq-j+s߮'V!)/+BPZ?L7y}NT3afېd-`^Z@;:S UK>=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"/71x) 5[l)65  N-;K(PX@-ZZUN  =M>@+ZZ UUM>YY@ 76-,)$;:  %"! +3254#"32>54&#263 !"&#&47>54.'&47r\31V`>7qTD#313313'1)9a^5}N%+ 3  #K>5=L#  2 L5D-@* <bM =M >$(&+ '&5!2'.#"3 72bw;# -+/+T+Fy[f1}-2KPX@ZN =M>KPX@M =M>KPX@ZN =M>KPX@M =M>K!PX@ZN =M>K(PX@$ZZN =M>@"ZZUM>YYYYYYY@)# 2/)" +%32>54.#"&47>54.'&473263 !"&Tq?}uJ7\u323314S%9jZL)b@5o˅jyP5  #K>5=L#  2 {ӚA1D@:  <6:K(PX@7 ZZ U N  =M=L>@5 ZZ   U UM=L>Y@A>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"jLF  FPf1#J3) cd  s?@r  ;\50 %3%bj#11R {6% H;+)9 u-5 ;y3{; 2 q#wd='}?1?@#41;8 @,ZU  U  UK>Y@?=:9#73C +%&#"&47>54&'.7!272'.+"326762"'.+<55313@r  ;`50 !&%mj#1jLF  FPf=L# 6 3  #K>3{; 2 ;wn='T1R P`mH H;DD5H@E*<bUM =M >.,! 55 +23'.#"32674&'&47327# '&576)##%5+߻of/d{N\1FZwur  -+bɭfqDHXm˶n$219# :: +3T`V N¿1Z-WkK(PX@%  S K  = K>@#   U  S K>Y@WVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!413323323314313323314313{/=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>1-)AK(PX@K =K>@UK>YCC+4.'&47327&#"&47>5314313313323/=L#  2  1  #K>=L# 65  #K>q-*QK(PX@bQK >@!bUIMAYC%$'+#"&5463232>54&'&47327?$H7-9V +%9#%F͇fb<-ho=%wR?)J)/e{; 2  1 =%-VTA@UM>Y@RQNJGF:5OC+4.'&47327>7676'&47327&#""'&'.'&#"&47>53233143kd?b\f 9[L>=cRRD"7,413323/=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>1o-.a@ZUK>Y@'&# .- +%2676&#!"&47>54.'&4732>33˖#3%";6O323314S%LA313HV}5  #K>5=L#  2  1  #K>ɢ  -D@ ,-  K!PX@0b`  `K =  K  >K(PX@4b`  `K =  K = >@2b`  `U  K = >YYY@@>;743G" +%#'"'#&#"&47>76&'.73%&#"&47>&M44  m61^{n5|T< R )l  n  e.>)'( X ) * X`R65 NaLq, 2 s 1 5V01065 ,0)-=k@)@!bU=N >Y@ II$+!#&'&#"&#"&47>5.'.774.'&47327 3N*(R"#=RR>" Z= M#>R ! R=#'4/))^R65 R\V-P 2 $@^R 2  1 R\LD '@$M =M >   +"32% 76$3 ϓ㮚s[3-Jӿh% lz1;6?@< <UM =K>10'&# 64 +2"'&53265!"&#"&47>54.'&472$sw+)+<}fN-313323314)4;C^pb;+Im=L# 65  #K>5=L#  2 L+D 7V@S+'&<b``M =M>64#!   +"32232327#".#"'6767.576$3 ϓ㮚h^ɶJu=#Zs?#('#Pxץ`[3-Jӿ(W^^K-DOD,1>` f lz1; BN@K<U M  =K=M > =<32/+('"! B @#! +!"32>23#"'.#&#"&47>54.'&472$THXHhc1sl/TB!}Gs313323314)T+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 7D2S@bM =M >Y-&,(+'.#"'"&#&5632654'.'&547672^#D#=_=P^RYj}%'F!j^w+D{q }=V`2cVN)``u}p( ^L\^:Zjb6+902KPX@ '<KPX@ '<KPX@ '<@ 'KPX@# M =M =K>KPX@& M =M =K>K%PX@# M =M =K>@! UM =K>YYYY@ .+15C +%&#"&47>54&+""'6743) 72#.+"=F͍F+6dj}7)  9v-5*{;65 ;{de`w { s^fi -8AK(PX@K =N >@UN >YC+L&+32>54&'&47327! '&4&'&473271/jdN- @} I; 7.- 煲;c^  {A-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;-.:@U >YOI"+ "'.'&4732776.'&47327K31B@81{ї+33 "-=2 yFz 5=CX/0b+1 2  1 $\P%+  2  1 @ --6?3@U >YH(J+ 76&'&47327"' '.'&473277?W hJFq 61g[J{ї -11$3VJ:B 2  1 \X/00/0b;+ 2  1 $A59 -SKK(PX@K =K>@UK>Y@ CCCK +%.&#"&47>76&'.'.73277676'&47327&#".7>yQ1 Vh|Og'Q9OB  {‰R$_n- JV{ L_(!=5ZG { PB# ϙZ 2  1 '3!!+O4 2  1 59 m\ 2  1 (3!,1-N4 2  1 9-<EK(PX@K =K>@UK>Y@ CMC+%&#"&47>54&'.'&4732776&'&47327ExF0KE {Z R%9H ?D{ JG!#{965 9{70/R0 2  1 59-'-3 2  1 #8J:q)9*KPX@<KPX@<KPX@<K#PX@<@KPX@,M =M =M=M >KPX@.M =M =M =M >K#PX@,M =M =M=M >K(PX@*M =M =M=M >@(UM =M=M >YYYYY@# *) +%2672#&)"5476#!""'6743)26323od7 '!%y?5%!\ #-+ -Z| pT/ Bu@eK> +! w! ?on u+ ) +NbLD; ) s@e> +#ׅ)jqj@P> +!.7>54.'.7j  w! ?on   ) +NbLC< ) B3@<e > +#3#uVu8n -@GK? +!5/hh5h%KPX@ e >@ d[Y%% +#"/7>32.R2d!)-Z(4;@84)# <bbM=M >)$$$&'#+%# 546?4&#"#"54>3 327'327] 7)RLP J5jO^ 1%yk3A9>/\c+Kov;+w.D &9h?i4L=#s"*5)#5FJ's@  @&=M =M=N >Y@ #%%%+4&'&767262#"'"'6724&#")c !I]oޱj&+  ;VaORf,$ ,LqshQ7!taHL`5@2<b`M=M >#$%"+%#"'&5432"&'.#"327`;Zp ?cI83{V}VpjwN1A7);VsLb6@)5@+bb=M=M >Y@ '"%%+%&5.#"326##"&'.54324&'&7672"'&"G1b53gP}%3%Pb>HG)RB)b !3R -.XT6G#S&07c, h) ( ,LfX?',"$L %7@4 <bUM=M >%%%"$+!654&#"2#"'&5432!3jP3A%pmK!;{3'oj% 8N?fw?owG?%7nK PX@)ZM= M=K>@*bM= M=K>Y@ 75&$%##C +&#"&47>5#"=4;5467632"&'.#"32+;c sw b@7 b  UU U M =M>Y@ PNKI64.,&$SS  #! +4"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32R=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7MN^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!d%7t@03 @&  b= M =L>Y@ 64C$C +&#"&47>54#"&#"&47>54&'&767263 9$&C+%&#"&47>54&'&7$724632#"&1cimb2/V F&/KD;JR?;H{765 5{V1'+#se33LT4-RSN%D'3/@,b`M ==>$('$)+4&'&7$72#"&5463232654&54632#"&/V F&/TRDl9wJ! %+5KD;JR?;HV1'+#sfPA9:L=)R  %\8F8)3LT4-RS%P@ 9@-bU=K= L >Y@ONKG@?85210/C +4&'&7672267676&'&4732723&#'54'&'&#&#"&47>)b !,uBA)'V`[8SI'e   ' { #ir+5  bw b<f,$ ,LT'9Z=)66:*p 65%FJ'wE65 C%J @b=L>YC+4&'&7672&#"&47>)b !;c sw b<f,$ ,LZ{C65 C-#X=@:!V>< M= K >USONKG$C$$F +%&#"&47>54&'&7672632>32&#"&47>54#"&#"&47>54#"%E ?mb2/V -VXyg4};c sN D1t61DJND1Hry965 5{V1',#/=PD:Z}C65 GyV$$LyG65 GyVF -7+@(6<M=K>$C$F+%&#"&47>54&'&76726 &#"&47>54#"%E ?mb2/V - a   +"32654&4762'"$yqDfp 7q́}u%!X*8>@; 6+<bM=N =>$(H&"+4&'&76723>32#"'&#"&47>572654&#"0V - ;)f9BFC1b hm b2 ?>{tnH'f*yV1',#-95Tf9X"{7556{fDו+&J!{$0@@=&%<bM=M =L>$&#%!C+&#"&47>5#'"'&5432>32&"3261c im b2 5m5sa"]/=Nb~^V{7556{NMuK.#se\KƜͪ-T/1@.b`M=L>"$!C+&#"&47>54&'&7672362#"'&#"1b hmb21T w+ k5RH.C $%{765 5{V3' 7#d=I)?V"'#6b)%@"<M=M >*&+$+632654'&'&'47632'&#"#"'&b-%H-Lib?Fhuq5Nr+8oO?݅+ o6/q.?kFTXHj1^{1%q.EYFj}-V+.E@B- <dbM= >+)$" .. +347>7>3232+327#"'&'#"=69%6 Y 14'P$%!RfD= #y `E @s'HA-E95}/ ;%}80@-& <bK= >J(C%+"'&'# 4&'&47327327&54&'&473274R -\6;N^+JEJcY5T n+JX?',"'34HG@yG62Vfb87!|{A62Vf 1}9@= >O*C +&47327"'.'&4732776&o`BZ (6(<9 dj  !  #!7660*+/+ - !  66! 1  wN=%}?V@b`= >Y@ J$*H+276&'&47327"' "'&'.'.7327277ۇv "OW-[ )=+5?:34L duTu 5>BLQ668.+/+/+ L4 66:@  [f}O@K=>FB40CI +%&#"&476?6'.#&47327?6&'&47327&#"&47>/&w  RXR >3L@ RR ?[ n7R{ZR{H P RR 9c  65 N J?668+)66V u65 3 %j}E%@"K=M><8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327)R+J1C7 *(/1 +3DRyV# ' A+f5X1H'%5#;/5q !% ^`166?>T! 66L1+|#k(@ %KPX@#b=M=N>KPX@#b=M=N>KPX@#b=M=N>KPX@#b=M=N>@#b=M=N>YYYYY@ ((&#%s+3!2>32326?2%"547''674} '+bR$ܻNR);*//q5/) ==T< |S q NV&7@ R>Y +3"&76'.7>5&63jsqmbH  h` ݞ%/<jy!/v{!\ ' {Vy  7g#@=> +#3{{#sPe&:@eM>Y +&675.76&#&472#&47>krqlbH   ha ݞ %/;sTy!/w1{! ' {V  7f)<@9<:9IUMA  +"'&'>3227#"&'&77 xi1B;57 'T)o%5%$RiA;$w`)#1{5'@$M=M>  +"&5477632"&5462=V97%3[]Z{VZ{V5PJ;^V3&+3"&'&'272#5&'&547E?bJ 9!#T5UEjﯓPJ1B7)d!\ u?Mm cwm%J@ 02KPX@3bU U  U M = >KPX@/bU U  U M  >KPX@3bU U  U M = >KPX@/bU U  U M  >@3bU U  U M = >YYYYY@@>9754.,*)$" JJ +"=4;546762#"'.#"32+23267"'&#"#"&546767659`?ZV{%IR?6-5 y?=%#=2$m=+1t'#~H;!$ K2!$T3 GV )1To 5+5@5 2!O~Y5;!@3^P.)/')^S'/ *B@?!&"*( < :)9UIMA/$+2654&#""''7&547&'763267'̈\d_\F}mXZH#qf`qja^ wqVS)Aohfjhj,3X yXonum5tp35o}]hshq!9wwJJL@I   U SSK>JJIHGF=965,+($C+!&#"&47>=#535#53&'.'.732776&'&47327!!E nF%)X?  {P R#-I+/{FQ#jV{965 9{VVCHOH 2 6#%&#I+664@SGK?Y@ +##{{{d=DBP8@5JCB <b`QM >64.,(&($" +$#"&5463232654.'.547&5467672#"&54654#"654&'&FH%9J!E6HW)V=5G92fL'9BRRJRoh3 rR#/C}'>P9 '-jd%F?'^y[u5}-\)=N#3 ^sXBI'5>lZW,HRN6O/Lwiu'@IMA+462"%462"&A^BB^BA^BB^Af_AA/-Bo/AA_?BB#'12@ K PX@,b UU QM>K PX@/b UUM=M >KPX@/b UUM=M >@,b UU QM>YYYY@)( .,(1)1$#' '#"%" +#"'&54632#.#"327" "32rFPRy-G!+%;@7Lj/\Z3GVX} b.J1j{GL\[9o!!D)+3f@-,"@#bUIMAY@ ,"#($'!+6#"#"&54632327#"''"'&5467736ZH-3 1+Rh3+ BJTD\H(-fPZJD+' "! ;a'!`f++ !9CD!P;gάP%J/B! "+56767.%56767.e +{ZZ{,DCe +{ZZ{,DD!q"' pqP@Z!q"' pqP@1L5#@ eGK? +!5!}nNZ @IMA   +!"5463!2/kL?JA+Z+^B#*4=Gu@/&% K PX@0   U  U U  QM>K PX@3   U  U UM= M  >KPX@3   U  U UM= M  >KPX@3   U  U UM= M  >KPX@3   U  U UM= M  >KPX@0   U  U U  QM>KPX@0   U  U U  QM>KPX@0   U  U U  QM>@0   U  U U  QM>YYYYYYYYY@?>65DB>G?G:95=6=10##$222"+3#"/&#;2&#54;274"'56324"2>" "32b;b%-f&b +os!Hf\\)!'3R\Z/N?N    ^;q:V\[9o!!y' @IMA   +!"7463!2 ')2'49\ ZKPX@UM>K#PX@UM>@UIMAYY+4&"2%462"&CwFHs||jXV75RZZX}#% K PX@SSK>K PX@$SSGK?KPX@SSK>@$SSGK?YYY@   +!!#!5!3!7s^^V՘MPy{{Df-K.PX@!b`OM>@'b`UIK?YY*(*"+463232672!4?654'&#"#"Doz5<;)JW2-H)5yxL(?2 F3w*.ZH?+BM(3L3 ;uvoFTJ)% '"5y2@ 0/KPX@&b`RM=>K.PX@&b`RM=>@$b`UR>YYY@ #%#*%$"+4&#"#"74>32#"'&63232654"5>1%#;+'D Z )h ,@ d[Y$! +632#"&547 N&'' d1/! J%s3K#PX@0<.)(':@0<.)(':YK#PX@bM =>@$bM =M =>Y@ 31-+%#(# +%#"'#"&547654&5.5'%3267%327'h/.7=!L5)mYD! B1%%ycT #j)=FR;3_/H}B1+ns7!+'6j@ @bUK>Y@)(10(6)62g$22 +32!54;>5#".546323?+"2654.'"3; ^ ;31l7qw\@UIMAY@ $% +'73#"'47327& hF)dBAN)f b&Mk"+ TPV_@ @ddIL@Y@ +"&'6762&#".7>54&UX - # ==33+ 4F,'-! (  3233!Pm (@%UIMA&" +4632#"&"32654&P}^>?L!F'9+187o#%CqNcf-?D#Fdq/B! "+&'67&'67&'67&'67f +{ZZ{+DDf +{ZZ{+DD!q"'pqP?Z!q"'pqP?TX"BE@,'% C@2   b  b   T SP >Y@$#ED<;8421+*#B$B$B+'%&'".7>=!'67323#"&'6762&#".7>54&3VTT%(==33+3!g{u5UX - "!== 33+  32 ! (  32+Lj.oV3F-'-! '  3133!d^DX1Qc@`;64< bb`   TUO >32KJGCA@:92Q3Q*(*& +'463232672!4?654'&"#""&'6762&#".7>54&jWSS`oz5<<)JW2-H)6yxL(?2 FUX - "!==33+ 3w*.ZH@+AM(3L3 ;uvnFUJ)% &"3F-'-! '  3133!1\D6UX@43V K  KPX@Eb``   b V PM = K  >@Cb``   b V   S PM >YY@XWUTSRPNJIEDB#%#*%$&+'4&#"#"74>32#"'&63232654#"5>&#".7>=!'67323# 3VTT1%#;+'D+.%%+4&54632#"&54>7>=4632326"&5462;=0)Kl`'R96'--+' DDqRRD] Z{VZ{V>%/B5VZP5_X/'-hD)!%;M=d`?D;WR<9VR?LL@I GE=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"32654'&/71x) 5[l)65  N+Fw P?LL@I GE=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"#"&5476/71x) 5[l)65  N)Hw P LD@A, :S UK> JHA@?=:621+*"  +&'&76?!#&#"&47>7272&#"&472>&'!"%!N\71x) 5[l)65  Nq?Xk@hE R  < U   USUL>A@VTQPMKIGCB@XAX=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"272#"'&#""5>32/71x) 5[l)65  N[XXg+#%%%Rl3ON@K/<US   U K >MKDCB@=954.-%!+462"$462"!#&#"&47>7272&#"&472>&'!"VBbAAbGDb@@b 71x) 5[l)65  N T_@\4< US  UM= K >RPIHGEB>:932*&    +"2654&4632"!#&#"&47>7272&#"&472>&'!"+66V79fHFji{71x) 5[l)65  NV1\c@# *' 7<:K(PX@DZU  SN =M= L  =  K   >@BZUU  SM= L  =  K   >Y@^][ZWSHGDC@;3##93#+76&#"=7!272'.+"326762"'.+;26&#!&47>5!&#".7>!4&;Lb5/ %3%bk#1mI E F Ni1#J3) ces@/!  x) JU8533q#wd='-R {6% H7/)9 u-5 ;y' 65 7 L?5D2@$-+K(PX@0bbM =M =M>@-bbQM =M >YY@22$%3$() +'7&'&5!2'.#"3 72!"##"'47327&h ^w;# -+/+dBAN(f jT+Fy[fH&Ml#+ TPDQ@:  <6;GE :K(PX@< ZZ U = N  =M=L>@: ZZ   V U =M=L>Y@LJA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"32654'&jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1+Z,'!&\1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}+Fw PDQ@:  <6;GE :K(PX@<  d ZZ U N  =M=L>@:  d ZZ   U UM=L>Y@LJA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"#"&5476jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1X.%#\1R {6% H;+)9 u-5 ;y3{; 2 q#wd='})Hw PDQ@:  @5 ZZ   U UM=L>Y@A>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"&'&56?jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1!N\1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}'5=D. +T DLT@:  <6;K(PX@A ZZ    UU N  =M=L>@? ZZ    U   UUM=L>Y@$TSPOLKHGA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"462"$462"jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1BbBBb=Db@@b1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}&cCCcAAcCCcA1)6S,*:K(PX@=K =L>@U=L>Y@ *CC+4.'&47327&#"&47>532654'&314313313323#Z+'!'\/=L#  2  1  #K>=L# 65  #K>+Fw P1)6S,*:K(PX@dK =K>@dUK>Y@ *CC+4.'&47327&#"&47>5#"&5476314313313323X-#%\/=L#  2  1  #K>=L# 65  #K>)Hw P1)6L@ 520.,*:K(PX@K =K>@UK>YCC+4.'&47327&#"&47>5&'&56?314313313323!N\~/=L#  2  1  #K>=L# 65  #K>'5=D. +T 1)19[K(PX@! UK =K>@ UUK>Y@ 98CC +4.'&47327&#"&47>5462"$462"314313313323AcAAc>Cc??c/=L#  2  1  #K>=L# 65  #K>bDDbBBbDDbB#}->K PX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >K!PX@( ZS N =M >K(PX@. ZZS N =M >@, ZZ  USM >YYYYYYY@5/,+&$#!>;!")" +%32>54.#"67&'&47>574.'&473263 !"&Tq?}uJ7\uqdXi323eaV\314S%9jZL)b@5o˅jyPbg5  #K>Jg=L#  2 {ӚA)=V@CP )@4b   U    UU=N >Y@?>TRONKIGEA@>V?VII$+!#&'&#"&#"&47>5.'.774.'&47327272#"'&#""5>32 3N*(R"#=RR>" Z= M#>R ! R=#sB""f9L95B! 5?%'4/))^R65 R\V-P 2 $@^R 2  1 R\sXXg+#%%%Rl3L '3@0:=M =M >"    +"32% 76$3 32654'&ϓ㮚s[Z+'!'\3-Jӿh% lz+Fw PL '3@0:dM =M >"    +"32% 76$3 #"&5476ϓ㮚s[X-%"\3-Jӿh% lz)Hw PL '0@-&#!:M =M >   +"32% 76$3 &'&56?ϓ㮚s[{!N\~3-Jӿh% lz'5=D. +T Lq$3T@Q<U  U  M =N >20*( $$  +272#"'&#""5>32"32% 76$3 fB#"f9L95B 5\3X@$K㮚s[XXg+#%%%Rl33-Jӿh% lzL1*5@2UM =M >)'! +462"$462""32% 76$3 AcAAckCc??c<㮚s[cCCcAAcCCcA\3-Jӿh% lzh% "+''7'77sXTZZVV`VL\'?@<   < :9M =M >$")( +'7&76$327%"'"&324J[۬oLoz-Dl6`\?ĸ lzq;ӿ}תʳ3ci3 8ES;9:K(PX@=K =N >@U=N >Y@ 'C+L&+32>54&'&47327! '&4&'&4732732654'&1/jdN- @} I; 7.- 煲;c^  {AZ+'!'\-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;+Fw P 8ES;9:K(PX@dK =N >@dUN >Y@ 'C+L&+32>54&'&47327! '&4&'&47327#"&54761/jdN- @} I; 7.- 煲;c^  {AX-#$\-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;)Hw P 8EL@ DA?=;9:K(PX@K =N >@UN >YC+L&+32>54&'&47327! '&4&'&47327&'&56?1/jdN- @} I; 7.- 煲;c^  {A`!N\~-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;#'5=D. +T  HWK(PX@ UK =M >@UUM >Y@ C*M' +462"$462"32>54.'&47327! '&4&'&47327AbBBbCc??c1/jdN-  N' J3!煲;c^qN bcCCcAAcCCcAVm-f?\xRRN 2  1 LT/Vu,Jy= 2  1 =<IV?=:K(PX@dK =K>@dUK>Y@ /CMC+%&#"&47>54&'.'&4732776&'&47327#"&5476ExF0KE {Z R%9H ?D{ JG!#5X-%#\{965 9{70/R0 2  1 59-'-3 2  1 #8J:q)Hw P1-7Cs@ 8 "@%U  UUK>Y@ C?&C'5C +4.'&47327632#"'&#"&47>5%32654&#"#314313K~b+7qɁ)313323)bqo_\/=L#  2  1  #K>Hvu{{P E=L# 65  #K> %N@ 76E@.bM==N=N >Y@ 9)'.&*+4&/&=463254>32#"&54623274&'5>54#"&#"&47> Z!VJp}4M=H\/ϐwx3N=4;k}^,{f_7  /w b<  )b``B)!{3_/C7փZ!A/#B_/Jts65 CZh(4C@ 4)# @0ddbbM=M >Y@ %')$$$&'# +%# 546?4&#"#"54>3 327'327#"/7>32] 7)RLP J5jO^ 1%yk3A9>/\.R1c+Kov;+w.D &9h?i4L=#s"*5)#5FJ!)-Zh 6B@ B71@0ddbbM=N >Y@ )$$$&'($! +632#"&547# 546?4&#"#"54>3 327'327 N'''  7)RLP J5jO^ 1%yk3A9>/\d1/!  +Kov;+w.D &9h?i4L=#s"*5)#5FJZN 3?V@S?4.<bb =M=M >><31-+'%! +&''67# 546?4&#"#"54>3 327'327'F3RL4; 7)RLP J5jO^ 1%yk3A9>/\Nq'RXN\'_+Kov;+w.D &9h?i4L=#s"*5)#5FJZAMm@jMB<# <  b  bU  U M = N  >LJA?;953/-'%  +272#"'&#""5>32# 546?4&#"#"54>3 327'327bB#"f9L95B 5\3X@$G 7)RLP J5jO^ 1%yk3A9>/\XXf+#%%%Rl3+Kov;+w.D &9h?i4L=#s"*5)#5FJZ:FK@HF;5<b  bUM=M  >EC:8$$&'% +462"%462"&# 546?4&#"#"54>3 327'3275B^BB^AB^BB^B 7)RLP J5jO^ 1%yk3A9>/\f_AA/-Bo/AA_?B+Kov;+w.D &9h?i4L=#s"*5)#5FJZR =Ia@^I>8<b  bU M =M=M  >HF=;751/+)#!   +"2654&4632"# 546?4&#"#"54>3 327'327+66V79fHFji 7)RLP J5jO^ 1%yk3A9>/\ 9+);;)-7dbHFde+Kov;+w.D &9h?i4L=#s"*5)#5FJLy V~@{I P6  +<b  b  U  M  = M =M >TQLJGEA?97/-!VV   +">74&67726%2672#"'.'#"'.54$%#"#"&5463263 #T)D%-N  =/iF9ӦQ ;9B*68=37w`%d^Le#y7  hmJ3B3 <;?9 LQ,`6;?7 7?+XCLC3LH`1@#,*KPX@7b` bM=M =M>@4b` bQM=M >YY@11$%3#$( +'7&'&5432"&'.#"3272#"##"'47327&b Z[ ?cI83{V};ZdBAN)f VwN1A7);Vs@Vp@&Mk"+ TPLh4@/ddbVM=M >Y@ %%%"$%% +#"/7>32!654&#"2#"'&5432!3׍/R1]P3A%pmK!;{d!)-'oj% 8N?fw?owG?Lh 3@ @/ddbVM=M >Y@ %%%"$$! +632#"&547!654&#"2#"'&5432!3B N''' .P3A%pmK!;{d1/! 'oj% 8N?fw?owG?LN 0R@O<bU =M=M >0.)'"  +&''67!654&#"2#"'&5432!3'F3RL4;RP3A%pmK!;{Nq'RXN\'_'oj% 8N?fw?owG?L7 K PX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>@/  bU  UM= M>YYYYYY@750.%"$ +462"%462"&!654&#"2#"'&5432!3BA^BB^BA^BB^AP3A%pmK!;{f_AA/-Bo/AA_?B'oj$!8N?fw@ovH?1wh+KKPX@b ==L>@dd=L>YC%%+#"/7>32&#"&47>54&'&7$72/S11cimb2/V F&/d!)-{765 5{V1'+#se5wh *R@dd=L>YC$!+632#"&547&#"&47>54&'&7$72f N''' 1cimb2/V F&/d1/! {765 5{V1'+#se+wN '1@.< ==L>$#  +&''67&#"&47>54&'&7$72oF4RL3;1cimb2/V F&/Nq'RXN\'_{765 5{V1'+#sew.&@#U=L>C+462"%462"&&#"&47>54&'&7$72B^AA^AB^AA^B1cimb2/V F&/f_AA/-Bo/AA_?B{765 5{V1'+#seH!,9@6<  :M=M >! (& ,!,# +47632&''7&'7>7#"2654'&#"H/9=ef{1o=3J)1GJpNXsm݅ eHPJo+FX:r Jk²}T݉-P]@ZO5 <U U M=  L >NLHGD@=<8621#  +272#"'&#""5>32&#"&47>54&'&76726 &#"&47>54#"B#"f9L95B 5\3X@$%E ?mb2/V - a@ ddM=M >Y@&$%% +#"/7>32"32654&4762'"$/S10yqDfp d!)-q́}uLh &h@ ddM=M >Y@%#$! +632#"&547"32654&4762'"$B N''' |yqDfp d1/! q́}uLN #=@:< =M=M > "     +&''67"32654&4762'"$mF4RL3;yqDfp Nq'RXN\'_q́}uL#1T@Q<U U M= N >0.)'##  +272#"'&#""'>32"32654&4762'"$B""f9L95B! 5\3X@%:yqDfp XXf+#%%%Rl3q́}uL*5@2UM=M >)'"  +462"%462"&"32654&4762'"${A_AA_BA_AA_AyqDfp f_AA/-Bo/AA_?Bq́}u9 QKPX@SQM>@SQM>Y@ +462"&462"&!7KhHLgHKhHLgH!2HE21GD2HD21GC{{V'$B@?  <: 9M=M >!)' +'"''7&54762"&72654K[ܟydJ`pm??hBsDf@$ddbK= >Y@ J(C%%%+#"/7>32"'&'# 4&'&47327327&54&'&47327.R14R -\6;N^+JEJcY5T n+Jd!)-X?',"'34HG@yG62Vfb87!|{A62Vf%h Ft@4@$ddbK= >Y@ J(C%$!+632#"&547"'&'# 4&'&47327327&54&'&47327y N&'' E4R -\6;N^+JEJcY5T n+Jd1/! X?',"'34HG@yG62Vfb87!|{A62Vf%N CJ@G1<b =K= >>:0.&"  +&''67"'&'# 4&'&47327327&54&'&47327uF3SL3; 4R -\6;N^+JEJcY5T n+JNq'RXN\'_X?',"'34HG@yG62Vfb87!|{A62Vf%J?@<8<bUK = >EA(C% +462"%462"&"'&'# 4&'&47327327&54&'&47327A^BB^BA^BB^A4R -\6;N^+JEJcY5T n+Jf_AA/-Bo/AA_?BX?',"'34HG@yG62Vfb87!|{A62Vf %jh Sg@!ddK=M>Y@ JF541-!%($!+632#"&547#"'&74632326?>.'.'&47327476.'&47327 N''' )R+J1C7 *(/1 )5DRyV# ' A+f5X1d1/! PH'%5#;/5q !% ^`166?>T! 66L1+|5!f-8D@A/.-<b=M=M =L>$$&"C+&#"&47>54&'.7$7273>32#"'72654&#"1cimb2/VF&/7+g9AFC?>{uoHf{7556{lV- 1 +#sf R3Nf9X"Dו %jW3@0UK =M>NJ9851!%% +462"%462"&#"'&74632326?>.'.'&47327476.'&47327A_AA_BB^AA^B)R+J1C7 *(/1 )5DRyV# ' A+f5X1f_AA/-Bo/AA_?B?H'%5#;/5q !% ^`166?>T! 66L1+|q KQ@N+< US   U K> IG@?><9510*)!    +!"7463!2!#&#"&47>7272&#"&472>&'!" 5" 71x) 5[l)65  NZ 4@S@P@5/<bb UM=M >?=42.,(&"   +!"5463!2# 546?4&#"#"54>3 327'327!5! 7)RLP J5jO^ 1%yk3A9>/\X%-"- +Kov;+w.D &9h?i4L=#s"*5)#5FJ LQ@N,< :US   U K> JHA@?=:621+*" $" +#"&'73267!#&#"&47>7272&#"&472>&'!"fo:T ^71x) 5[l)65  NZV(4AL@I4)# $$)$$$&'# +%# 546?4&#"#"54>3 327'327327#"&'] 7)RLP J5jO^ 1%yk3A9>/\weA^y c+Kov;+w.D &9h?i4L=#s"*5)#5FJPR%DIPP@MI  <6:  S   UK= M>KJMLJPKPHF$M'#&! +#"'&5467&472>&'!"&#"&47>7272&'327!#jR33PxSs ( s{% l1x) 5[l)6]V%6 Z%=IX@UI>/31<<b``bM= =>++$$&'$4" +#"&547"#"'# 546?4&#"#"54>3 327327327'?Pm 7)RLP J5jO^ 1%1/RL)N%mk3A9>/\5<^R|w+Kov;+w.D &9h?i4L=#.LtT'%%"*5)#5FJL5 *8@5<:dbM =M >$(&%+#"&5476 '&5!2'.#"3 72`X-#$\w;# -+/+)Hw PT+Fy[fL`h +@ @.ddb`M=N >Y@ #$%'$!+632#"&547#"'&5432"&'.#"327! N&'' ;Zp ?cI83{V}d1/! ZVpjwN1A7);VsL5*6@3 <)&$" :bM =M >$(&+ '&5!2'.#"3 72&'&56?bw;# -+/+ N\~T+Fy[f'5=D. +T L`N(I@F&%#! <b` =M=M >((#$%"+%#"'&5432"&'.#"327&''67`;Zp ?cI83{V}F3RL4;VpjwN1A7);Vs]q'RXN\'_L5%7@4<bUM =M >$(&+462" '&5!2'.#"3 72LfLLfw;# -+/+fLLfL@T+Fy[fL`D )A@> <b`M =M=M >#$%$$"+4632#"&#"'&5432"&'.#"327{LC;JR?;H;Zp ?cI83{V}3LT4-RS"VpjwN1A7);VsL5*6@3 <)&$" :bM =M >$(&+ '&5!2'.#"3 724767&bw;# -+/+!N\~T+Fy[fw'5>D/ +T L`h (C@@ < :db`M=M >#$%,+#&'767#"'&5432"&'.#"327g;1RH1;Zp ?cI83{V};`$XTL`$ VpjwN1A7);Vs1} ?G@ :K PX@M =M>KPX@ZN =M>KPX@M =M>KPX@ZN =M>KPX@M =M>K!PX@ZN =M>K(PX@$ZZN =M>@"ZZUM>YYYYYYY@60-,#"?<)/ +4767&32>54.#"&47>54.'&473263 !"& N\~(Tq?}uJ7\u323314S%9jZL)w'5>D/ +T b@5o˅jyP5  #K>5=L#  2 {ӚAL!H@; 1GKPX@7bb =M =M=M  >@:bbbM =M=M  >YY@FE:9870.'%#"   +2'>54#"54&5.#"326##"&'.54324&'&7672"'&7D+\B;@^"G1b53gP}%3%Pb>HG)RB)b !3R -[;=L3# X)%TF,.XT6G#S&07c, h) ( ,LfX?',"$#}->K PX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >K!PX@( ZS N =M >K(PX@. ZZS N =M >@, ZZ  USM >YYYYYYY@5/,+&$#!>;!")" +%32>54.#"67&'&47>574.'&473263 !"&Tq?}uJ7\uqdXi323eaV\314S%9jZL)b@5o˅jyPbg5  #K>Jg=L#  2 {ӚALqC@0B@5bb  T=M=M  >Y@A@8653!"'"%% +%&5.#"326##"&'.5432574.'&767267&'"'&"G1b53gP}%3%Pb>HG)RBzYXi$*7 !OI9L3R -.XT6G#S&07c,f61!( ,L!fX?',"$q P@F &@> ZZ  U   UUM=L>Y@$ MJA@?<9832/*#  P P   +!"5463!226762"'.+;26&#!.7>54&'.7!272'.+"L!5!jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1 %.#-1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}L 1O@L<b UUM=M >1/*(#!   +!"5463!2!654&#"2#"'&5432!3!6!XP3A%pmK!;{X%-"-'oj% 8N?fw?owG? Q@ G '@= ZZ U   U UM=L>Y@ NKBA@=:9430+$! QQ$" +#"&'7326726762"'.+;26&#!.7>54&'.7!272'.+"ygo9T jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1jmo87B1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}LV 2H@E< :bUUM=M >%%%"$$" +327#"&'!654&#"2#"'&5432!3%wdB^y P3A%pmK!;{VPR'oj% 8N?fw?owG?L@B  "<> ;K(PX@? ZZ U U N  =M=L>@= ZZ U   U UM=L>Y@ IF=<;854/.+& L L +462"26762"'.+;26&#!.7>54&'.7!272'.+"LfLLfTjLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1fLLfL@1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}LD 1C@@<bUM =M=M >%%%"$$" +4632#"&!654&#"2#"'&5432!3hLD;JR?;IP3A%pmK!;{3LT4-RS'oj% 8N?fw?owG?%1U@ #41;8 H U  <:K(PX@AZ  Z  UN = M= L = M>@?Z  ZU  U M= L = M>Y@TRNLEB?=:9#936!+#"'&5467!.7>54&'.7!272'.+"326762"'.+;26&'327R34PxT,d  s?@r  ;\50 %3%bj#1jLF  FPf1#J5' BJGdGN%q!5nH15 ;y3{; 2 q#wd='}1R {6% H;+)9 u-\V%LB 7@ @1bbcUM=M >Y@ %%%%($ +!654&#"2327#"&547&'&5432!3jP3A%a98)N%'?PmomK!;{3'oj% 8N?48kG'%%05;^Rqew?owG? Q@G '@5 ZZ   U UM=L>Y@ NKBA@=:9430+$! QQ +4767&26762"'.+;26&#!.7>54&'.7!272'.+"Z!N\jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1w'5>D/ +T 1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}LJ 0E@B< :dbUM=M >%%%"$+#&'767!654&#"2#"'&5432!3+f;1RH1P3A%pmK!;{`%XTL`%'oj% 8N?fw?owG?D BQ@N7#< :bUM =M > ;9.*'&! BB +&'&56?23'.#"32674&'&47327# '&576u!N\##%5+߻of/d{N\1FZwur  -+bɭfq'5=D. +T HXm˶n$219# :: +3T`V N¿N "^@ W+N2G@=  b  UU U  = M = M  >Y@&$#[YVTA?971/)'#^$^""  +&''674"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32%F3RL3;=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7MNq'RXN\'_^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!dD BY@V7#< :bUUM  =M > ;9.*'&! BB$" +#"&'7326723'.#"32674&'&47327# '&5761fo9T ё##%5+߻of/d{N\1FZwur  -+bɭfqjmo87HXm˶n$219# :: +3T`V N¿ $`@Y-P4I < :KPX@A  b U  U U M = M  = M  >@?  b U  U U  U M = M  >Y@ &%][XVCA;931+)%`&`$$#$$"+327#"&'4"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32weA^y =81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7MPQN^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!dD=R@O 2<bUUM  =M > 64)%"! = = +462"23'.#"32674&'&47327# '&576LfLLf'##%5+߻of/d{N\1FZwur  -+bɭfqfLLfLhHXm˶n$219# :: +3T`V N¿D #_@X,O3H @A  b  U U  UM = M = M  >Y@ %$\ZWUB@:820*($_%_####$"+4632#"&4"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32PLC;JR?;H=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7M3LT4-RS^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!dDDKX@U@,<9beUM  =M >DB730/*(!KK +2&7>54./&54623'.#"32674&'&47327# '&576;Xl;J DFT##%5+߻of/d{N\1FZwur  -+bɭfqhHXTy)@  M3HXm˶n$219# :: +3T`V N¿-i@b6Y=R"<:KPX@?  d  b  UU M =M  = M  >@=  d  b  UU U M = M  >Y@&/.! fda_LJDB<:42.i/i(& -!- +"&54674"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32;Xl;J DFT=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7MHXTy)@  M3>^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!d1Z d@ :K(PX@%  S K  = K>@#   U  S K>Y@dc^]ZVSRIHEA>=8721.*'& +&'&56?4.'&47327&#"&47>5!&#"&47>54.'&47327!7 N\~413323323314313323314313{'5=D. +T =L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>% B@; > @(  b = M =L>Y@A?:987/.+'$# +&''67&#"&47>54#"&#"&47>54&'&767263 9F3RL3;j@/US  S  K   >Y@!feb^[ZVTSQLKHDA@;:541-"CA@+&#"!327.'&4732767&'&#"&47>5!&#"&47>57.'&47327w{_200/02C7323314313323) 2000/3[4?  2  1 =3f =L#  2 5  #K>m=L# 65  #K>f3>  2  1 ?D@7 @ @0  b   T = M =L>Y@CA?=<:6543#C$C+&#"&47>54#"&#"&47>574.'&767267&'63 9@(U U V  K  >Y@>=:632)(%!  +272#"'&#""5>324.'&47327&#"&47>5B#"f9L95B 5\3X@$314313313323XXg+#%%%Rl3=L#  2  1  #K>=L# 65  #K>"w5H@E<U U=L>21#  +272#"'&#""5>32&#"&47>54&'&7$72; ]4D30; 0T.O:!v1cimb2/V F&/XXf+#%%%Rl3D{765 5{V1'+#se1q 5bK(PX@ UK =K>@UUK>Y@10-)&%  +!"5463!24.'&47327&#"&47>5!6!T314313313323 %.#-%=L#  2  1  #K>=L# 65  #K>w (,@)U=L>%$   +!"5463!2&#"&47>54&'&7$722i1cimb2/V F&/X%-".{765 5{V1'+#se1 6\ :K(PX@UK =K>@UUK>Y@ CC$"+#"&'732674.'&47327&#"&47>5fo:T 314313313323jmo87=L#  2  1  #K>=L# 65  #K>2wV *)@& :U=L>C%"+3267#"&'&#"&47>54&'&7$72njZOs; Vm 1cimb2/V F&/VQQIY{765 5{V1'+#se1%-:g@ :@ UK=M>Y@ $#C&! +#"'&5467"&47>54.'&47327&'3277R33PxS323314313313SUGeHN%q!5nH15  #K>5=L#  2  1  #K>=L# 6]V%5%wD.:<@9.<M ==K=N>$$$#6!+#"'&5467#"&47>54&'&7$72&#3274632#"&7R33PxSmb2/V F&/1cH FcHN%KD;JR?;Hq!5nH15 5{V1'+#seh{76\V%3LT4-RS11TK(PX@UK =K>@UUK>Y@ CC+462"4.'&47327&#"&47>5LfLLf[314313313323fLLfL=L#  2  1  #K>=L# 65  #K>5w@=L>C +%&#"&47>54&'&7$721cimb2/V F&/{765 5{V1'+#se1-*ToK(PX@)  bQK =  K  >@'  b UQ  K  >Y@POLHEDCC%$' +#"&5463232>54&'.73274.'&47327&#"&47>5/%G8-9V!+%9#%E  ͇f b<314313313323-ho=%wR?)J)/e{; 2  1 =w=L#  2  1  #K>=L# 65  #K>5%D'3P\C@@b` M  ==L=>[YUSC$('$) +4&'&7$72#"&5463232654&54632#"&&#"&47>54&'&7$724632#"&s/V F'/TRDl9wI! %+5LD;JR@;Hw1cimb2/V F&/KD;JR?;HV1'+#sfPA9:L=)R  %\8F8)3LT4-RSj{765 5{V1'+#se33LT4-RSq 7c@ :K(PX@bQK >@!bUIMAY@652.+*#! +&'&56?#"&5463232>54&'&47327!N\$H7-9V +%9#%F͇fb<'5=D. +T ho=%wR?)J)/e{; 2  1 =N%ZN 2=@:<b` ==>-+$"  +&''674&'&7$72#"&5463232654&5F3RL4@ eUM>Y@hgd`]\PK95&%" +2&7>54./&5464.'&47327>7676'&47327&#""'&'.'&#"&47>5;Xl;J DF3233143kd?b\f 9[L>=cRRD"7,413323hHXTy)@  M3=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>%f@ O<9KPX@0 e  U= =K= L >@3b e  U=K= L >Y@eda]VUNKHGFE2.+*$# +2&7>54./&5464&'&7672267676&'&4732723&#'54'&'&#&#"&47>j;Ym;J DE)b !,uBA)'V`[8SI'e   ' { #ir+5  bw b@;.)E@<U=K=L>>$5C +%&#"&47>54&'&7$72>7676&/&75737#&#'54'&'&#1cimb2/V F&/*^2Q+ H=`' 5>;P!#hZ{765 5{V1'+#se&,g/7-- ;'R 55%FJ'1o ;r@ <:K(PX@#dZK =K>@!dZUK>Y@ 430*'& ;:% +#"&54762676&#!"&47>54.'&4732>33X-#%\o#3%";6O323314S%LA313H)Hw P!}5  #K>5=L#  2  1  #K>ɢ% )[@ <:KPX@d= =L>@db=L>YC%+#"&54764&'&7672&#"&47>X-%"\)b !;c sw b<)Gw Of,$ ,LZ{C65 C1o-Dx@ <9K(PX@$ZeK =K>@"ZeUK>Y@=<930/&%"DC +2&7>54./&54672676&#!"&47>54.'&4732>33;Xm;J DFӖ#3%";6O323314S%LA313HhHXTy)@  M3}5  #K>5=L#  2  1  #K>ɢ%2b@ <#9KPX@e= =L>@be=L>Y@ 22C+4&'&7672&#"&47>2&7>54./&546)b !;c sw bK(PX@1bZM =K = K>@/bZUM = K>YY@985/,+"!@?  +2'>54#"'62676&#!"&47>54.'&4732>33q7D+\B;@^F#3%";6O323314S%LA313H[;=L3# X)%TF}5  #K>5=L#  2  1  #K>ɢ%+.@  KPX@%b =M=L>@(bbM=L>YY@-,)%"!  +2'>54#"544&'&7672&#"&47>7D+]A;@^})b !;c sw b<[;=L3# X)%TFnf,$ ,LZ{C65 C1o- :K PX@(ZK =M=K>KPX@(ZK =M=K>KPX@(ZK =M=K>KPX@(ZK =M=K>KPX@(ZK =M=K>KPX@(ZK =M=K>KPX@(ZK =M=K>K(PX@(ZK =M=K>@&ZUM=K>YYYYYYYYY@ 32/)&% : 9$" +4632#"&2676&#!"&47>54.'&4732>33LC;JR?;H-#3%";6O323314S%LA313H3LT3-RRw}5  #K>5=L#  2  1  #K>ɢ%- (WK PX@ = =M=L>KPX@ = =M=L>KPX@ = =M=L>KPX@ = =M=L>KPX@ = =M=L>KPX@ = =M=L>@#b=M=L>YYYYYYY@ C$"+4632#"&4&'&7672&#"&47>KD;JR?;H)b !;c sw b<3LT4-RS"f,$ ,LZ{C65 C1o-:j@7542 @ZUK>Y@-,)#  :9 +%2676&#!"&47>5'674.'&4732>3673˖#3%";6O323Z8$~8314S%LA313Y;%TeHV}5  #K>58'bE =L#  2  1  #K>:)b.<(V@!'&$@b=L>YC+&#"&47>5'674&'&767267;c sw b<@J$Q])b !FB$N{C65 C{X*3b,8f,$ ,L-.b*) J{@*6 <:K(PX@(dbK ==N >@&dbU=N >Y@ II$%+#"&5476#&'&#"&#"&47>5.'.774.'&47327LX-#%\h3N*(R"#=RR>" Z= M#>R ! R=#)Hw P'4/))^R65 R\V-P 2 $@^R 2  1 R\-h Em@ D*@"ddM=K>Y@ $C$K$! +632#"&547&#"&47>54&'&76726 &#"&47>54#" N''' %E ?mb2/V - a@'beU=N >Y@KG>=:965+' +2&7>54./&746%#&'&#"&#"&47>5.'.774.'&47327;Xl;K  DEZ3N*(R"#=RR>" Z= M#>R ! R=#hHXTy)@  M3h'4/))^R65 R\V-P 2 $@^R 2  1 R\-MB@?L2<9eM=K>KIEDA=:953/.  +2&7>54./&546&#"&47>54&'&76726 &#"&47>54#"L;Xm;J DFV%E ?mb2/V - a@!bU=N >Y@ II$+4767&#&'&#"&#"&47>5.'.774.'&47327 N\~3N*(R"#=RR>" Z= M#>R ! R=#w'5>D/ +T '4/))^R65 R\V-P 2 $@^R 2  1 R\-J B@@=A'< :dM=K>@>:962/.*($# +#&'767&#"&47>54&'&76726 &#"&47>54#"g;2QH2%E ?mb2/V - a@+bM = M=K>Y@GEA@=9651/+*  +2'>54#"54&#"&47>54&'&76726 &#"&47>54#"7D+\B;@^$F @m b1/V - a;csND1=[;=L3# X)%TFdy965 5{V1',#=G}C65 GyV`DN@?E ! @6  bb UQ M =L>Y@JHCB>=3C'%$& +%#"&54632326'.#"&#"&47>54&'&47327226?>32%H7-9V!*%:B V-HC?s Z s??s ͍?% Xu`6fq=%wR?)J)/}?/$)|y;65 ;y5y; 2 R&{J>-$+D9@6A"<bM==M>$J('$&+#"&5463232654&54&#"&#"&47>54&'&76726$+DMBt/d> 5%5^FUV%E ?mb2/V -dD?7=?4"C  n %#     +!"5463!2"32% 76$3 !5!œ㮚s[ %.#-3-Jӿh% lzL $8@5UM=M > #!     +!"7463!2"32654&4762'"$B 5!yqDfp X%-"-q́}uL '8@5 :UM =M > &$ $" +#"&'73267"32% 76$3 go9T 퓻㮚s[jmo87D3-Jӿh% lzLV %8@5 :UM=M > $" $" +327#"&'"32654&4762'"$PwdB^y yqDfp VPRq́}uL ,;hK,PX@"ddM =N >@&dddM =N >Y@"!:820(&!,",'& +#"&54?6"'&54?632"32% 76$3  B  u) 㮚s[% (  D3-Jӿh% lzL9)7pK1PX@%b =M=M >@+b` =M=M >Y@ 64/-%#) )%&&$ +#"&54?672#"74762"32654&4762'"$  $%/ x 2#3iyqDfp  %4   ,*q́}uX1:G@0 <,:K(PX@, U M =M= N>@* U UM= N>Y@ =;C@;G=G74+*)%" :: +26762"'.+;26&#! !!272'.+"3254+"mIF  FNh1#I3* bCq'\50 %4%bj#1;;F-R {6% H7/)9 u-s5q#wd='b3L^ 0;]@Z &<b  U M=M =M >8621/-)'%$#!  +"32654&4762>32!3272#"'&'#"$!654&#"yqDfpBTmL!;{jpP3A%7q́EJ?owG?l?frR'oj% 81 OY@V <:dU M  = K= M >JI@?<854/.*($#OM#'% +#"&5476!"32>23#"'.#&#"&47>54.'&472$X-%"\>THXHhc1sl/TB!}Gs313323314)T)Hw P+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -T =~@.bbUM=L>Y@ "$!C$! +632#"&547&#"&47>54&'&7672362#"'&#" N''& w1b hmb21T w+ k5RH.C $10! {765 5{V3' 7#d=I)?V"'#61;!X`@])<9 eU M  = K= M >#"SRIHEA>=8731-,"X#V +2&7>54./&546!"32>23#"'.#&#"&47>54.'&472$;Xm;J DF+THXHhc1sl/TB!}Gs313323314)ThHXTy)@  M3$+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -TEH@E9b`eM=L>A?=;75430/! +2&7>54./&746&#"&47>54&'&7672362#"'&#"9;Ym;J DE1b hmb21T w+ k5RH.C $hHXTy)@  M3{765 5{V3' 7#d=I)?V"'#61 OW@T < :U M  =K=M >JI@?<854/.*($#OM#. +4767&!"32>23#"'.#&#"&47>54.'&472$!N\THXHhc1sl/TB!}Gs313323314)Tw'5>D/ +T +Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -TJ :?@< :db`M=L>"$!C+#&'767&#"&47>54&'&7672362#"'&#"f;1RH1V1b hmb21T w+ k5RH.C $`%XTL`%{765 5{V3' 7#d=I)?V"'#672?d@ <53:KPX@dM ==M >@"dbM =M >Y'-&,(+'.#"'"&#&5632654'.'&547672#"&5476^#D#=_=P^RYj}%'F!j^w+D{qX-%#\ }=V`2cVN)``u}p( ^L\^:Zjb6)Hw Pbh)7c@ /@ddM=M >Y$$*&+$+632654'&'&'47632'&#"#"'&632#"&547b-%H-Lib?Fhuq5Nr+8oO?݅y N''' + o6/q.?kFTXHj1^{1%q.EYFj}-V1/! 7 ?c@)< :KPX@M ==M >@bM =M >Y@ >***4*4*&+$+632654'&'&'47632'&#"#"'&&''67b-%H-Lib?Fhuq5Nr+8oO?݅F3SL3;+ o6/q.?kFTXHj1^{1%q.EYFj}-Vq'RXN\'_7HDD@ 6?=KPX@. bM ==M =M>KPX@+ bQM ==M >@.b bQM =M >YYY@DD$%*-& +'7.#&5632654'.'&547672'.#"#"'473254{ W*'F!j^w+D{q #D#=_=P^RYjtcBBN)f & ^L\^:Zjb6}=V`2cVN)``u}h@&Mk"+ TPbH;>@7'0.KPX@(bM=M =M>KPX@(bM=M=M>KPX@(bM=M =M>KPX@(bM=M=M>@%bQM=M>YYYYY@ $%&+$+632654'&'&'47632'&#"#"'473254/7&'&b-%H-Lib?Fhuq5Nr+8oO?cBAN)f We+ o6/q.?kFTXHj1^{1%q.EYFjt A&Mk"+ TP $V7 ?c@)< :KPX@M ==M >@bM =M >Y@ >D/ +T }=V`2cVN)``u}p( ^L\^:Zjb6bJ)43@0<320.-:dM=M >*&+$+632654'&'&'47632'&#"#"'&#&'767b-%H-Lib?Fhuq5Nr+8oO?݅if;1RH1+ o6/q.?kFTXHj1^{1%q.EYFj}-V`%XTL`%H+9BKPX@!4 = ; <KPX@!4 = ; <KPX@!4 = ; <@!4 = ; KPX@7 bM =M = K = M  >KPX@: bM =M = K = M  >KPX@7 b QM =M = K >K%PX@4 b QM =M = K >@2 bU QM = K >YYYYY@BB@>:831.-215"+'7"&47>54&+""'6743) 72#.+"&##"'47327&= asF+6dj}7)  9v-5*Fx#dBAN(f 5 ;{de`w { s^fi{;6T&Mk"+ TP+H@@ ,.2 ; 9@/db   bQM= >Y@@@$%%#$(#( +'7&'&'#"=6;47>7>3232+327#"'47327& [C(= #39%6 Y 14'P$%QdBAN)f #5}/ ; `E @s'HA,E@&Mk"+ TP+ =VKPX@)4'< :KPX@)4'< :KPX@)4'< :@)4'< :YYYKPX@& M =M =K>KPX@# M =M =K>KPX@& M =M =K>K%PX@# M =M =K>@! UM =K>YYYY@ ;815C +4767&&#"&47>54&+""'6743) 72#.+"!N\F͍F+6dj}7)  9v-5*w'5>D/ +T {;65 ;{de`w { s^fi+@@ ?02@5b`bM = M = >Y@=;64/-(&#!@@  +2'>54#"54347>7>3232+327#"'&'#"=6j7D+\B;@^w9%6 Y 14'P$%!RfD= #[;=L3# X)%TF `E @s'HA-E95}/ ;+9<lKPX@ "- <KPX@ "- <KPX@ "- <@ "- KPX@-  S M = M  =K>KPX@0  S M  = M  =K>K%PX@-  S M = M  =K>@+ U  S M  =K>YYYY@<:9741/.*)13!#C+%&#"&47>574&+""'6743) 72#.+"67&'=F͍FifPk+6dj}7)  9v-5*idNk{;65 ;{g'de`w { s^fig+;W@T:$&<db S M = >86421/*(#! ;; +347>7>3232+67&'327#"'&'47767#"=69%6 Y 1x{mq4'P$%!RfD=@(U U    UN >Y@POLHED><1-!  +272#"'&""'>3232>54&'&47327! '&4&'&47327B""f9L95B! 5\3X@%\1/jdN- @} I; 7.- 煲;c^  {ARXXf+#%%%Rm3Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%Qa@^? $" <  bU  U K  = >LH><40-,(&!   +272#"'&#""5>32"'&'# 4&'&47327327&54&'&47327B#"f9L:5A 5\3X@$4R -\6;N^+JEJcY5T n+JXXf+#%%%Rl3ZX?',"'34HG@yG62Vfb87!|{A62Vf m DbK(PX@ UK =N >@UUN >Y@CB?;871/$   +!"7463!232>54&'&47327! '&4&'&47327? 5"~1/jdN- @} I; 7.- 煲;c^  {A%.#-'Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;% DG@D2<bUK= >?;1/'#   +!"5463!2"'&'# 4&'&47327327&54&'&47327N!5!4R -\6;N^+JEJcY5T n+JX%-"-X?',"'34HG@yG62Vfb87!|{A62Vf  E\ :K(PX@UK =N >@UUN >Y@ C+L)$"+#"&'7326732>54&'&47327! '&4&'&47327Dgo9T 1/jdN- @} I; 7.- 煲;c^  {Ajmo87Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%V EA@>3< :bUK= >J(C%$"+327#"&'"'&'# 4&'&47327327&54&'&47327dweA^y 4R -\6;N^+JEJcY5T n+JVPRX?',"'34HG@yG62Vfb87!|{A62Vf s LK PX@)UM = K =N >K(PX@'UU K =N >@%UU UN >YY@ KJC+L'& +"26544632"32>54&'&47327! '&4&'&47327`V55V8gGFjh1/jdN- @} I; 7.- 煲;c^  {A-9+)<<)+qecGFdVm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%T MU@R; <bU M =K = >HD:80,)($"   +"2654&4632""'&'# 4&'&47327327&54&'&47327Z+55V79fHFjh4R -\6;N^+JEJcY5T n+J9+);;)+9dbHFdX?',"'34HG@yG62Vfb87!|{A62Vf !ZK(PX@#dd K =N >K,PX@!dd UN >@%ddd UN >YY@ YXC+L''&& +#"&54?63"'&54?63232>54&'&47327! '&4&'&47327h   u'1/jdN- @} I; 7.- 煲;c^  {A% (  Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%9W@ E*(@/b`b =K = >Y@ RN(C%%&&$ +#"&54?672#"74762"'&'# 4&'&47327327&54&'&47327}  $%/ x 2#34R -\6;N^+JEJcY5T n+J %4   ,X?',"'34HG@yG62Vfb87!|{A62Vf X-Km@J@!bcUM >Y@ IGL(C%"+#"&547# '&4&'&4732732>54&'&47327327'?Pl=D煲;c^  {A1/jdN- @} I; 7.- NH)N%5<^Rl Vu,Jy= 2  1 ;{Vm-f?\xRy7 2  1  %E@/sHtR'%%%%}IC@@( I<bK= =N>HFJ(C,!+#"'&5467&5&'# 4&'&47327327&54&'&47327327R34PlM\6;N^+JEJcY5T n+J4R x9LGN%q!5nD7'34HG@yG62Vfb87!|{A62VfX?'"PV% - CO@@'< :K(PX@K = >@U >Y@ :962*)%# +&'&56?76&'&47327"' '.'&473277o!N\>?W hJFq 61g[J{ї -11$3'5=D. +T VJ:B 2  1 \X/00/0b;+ 2  1 $A59%N Jx@(@#b` == >Y@IHED:6,*&$ +&''67276&'&47327"' "'&'.'.7327277=F3RL3;v "OW-[ )=+5?:34L duTu 5>Nq'RXN\'_XBLQ668.+/+/+ L4 66:@  [ IP@ :K(PX@K =K>@UK>Y@ CMC+&'&56?&#"&47>54&'.'&4732776&'&47327 N\~4ExF0KE {Z R%9H ?D{ JG!#'5=D. +T {965 9{70/R0 2  1 59-'-3 2  1 #8J:q %jN P>@;< =K=M>GC21.*  +&''67#"'&74632326?>.'.'&47327476.'&47327F3RL4;O)R+J1C7 *(/1 )5DRyV# ' A+f5X1Nq'RXN\'_ZH'%5#;/5q !% ^`166?>T! 66L1+|oN_K(PX@"U K  =K>@ U  UK>Y@EA>=MC +462"%462"&&#"&47>54&'.'&4732776&'&47327A^BB^BA^BB^A{ExF0KE {Z R%9H ?D{ JG!#^BB/-Bo/BB^@B){965 9{70/R0 2  1 59-'-3 2  1 #8J:q) 7KPX@'%<:KPX@'%<:KPX@'%<:K#PX@'%<:@'%<:YYYYKPX@3dM =M =M = M >KPX@1dM =M = M=M >KPX@3dM =M =M = M >K#PX@1dM =M = M=M >K(PX@/dM =M = M=M >@-dUM = M=M >YYYYY@ 0*)($#" 76% +#"&54762672#&)"5476#!""'6743)26323X-%#\d7 '!%y?5%!\ #-+ -)Hw P%| pT/ B#kh 6m@3$KPX@0bb ==M=N>KPX@0bb ==M=N>KPX@0bb ==M=N>KPX@0bb ==M=N>@-ddb=M=N>YYYYY@66&#%x$! +632#"&5473!2>32326?2%"547''674% N&''  '+bR$ܻNR);*//q5/)d1/!  ==T< |S q )2KPX@"  <KPX@"  <KPX@"  <K#PX@"  <@"   KPX@4UM  =M  = M=M >KPX@6UM  =M  =M = M >K#PX@4UM  =M  = M=M >K(PX@2U M =M = M=M >@0U  UM = M=M >YYYYY@ +%$# 2 1 +462"2672#&)"5476#!""'6743)26323 LfLLfd7 '!%y?5%!\ #-+ -fLLfL| pT/ B#kD 4Z@ 1"KPX@-bM ==M=N>KPX@-bM ==M=N>KPX@-bM ==M=N>KPX@-bM ==M=N>@-bM ==M=N>YYYYY@ 4 4&#%u$" +4632#"&3!2>32326?2%"547''674JLC;JR?;H '+bR$ܻNR);*//q5/)3LT4-RS ==T< |S q ) 7KPX@'%< :KPX@'%< :KPX@'%< :K#PX@'%< :@'%< :YYYYKPX@.M =M =M =M >KPX@,M =M =M=M >KPX@.M =M =M =M >K#PX@,M =M =M=M >K(PX@*M =M =M=M >@(UM =M=M >YYYYY@ 0*)($#" 76 +4767&2672#&)"5476#!""'6743)26323b!N\ud7 '!%y?5%!\ #-+ -w'5>D/ +T E| pT/ B#kJ 3C@0!< :K PX@'dZ=M=N>KPX@(db=M=N>KPX@(db=M=N>KPX@(db=M=N>KPX@(db=M=N>@(db=M=N>YYYYY@ 3 3&#%}+#&'7673!2>32326?2%"547''674f;1RH19 '+bR$ܻNR);*//q5/)`%XTL`% ==T< |S q q0n@(bM=M=K>Y@ #&$5C+&#"&47>54&+"'546326547>32#"'.";b rwb; Z 1(n?wR<7d8%1{C65 Cy #0j?C_vJhF- 3@+0 @-b  T=M=N >Y@31/.$%"#" +724&#"'62#"'"'67754&'&767267&';VaORNI]oޱj&+ gJEY)c !oKK]HshQ7!u gf,$ ,LEg-.;D K(PX@/bZ UM  =M>K*PX@-bZ U UM>@3ZbZ U UM>YYY@//CA?=/;/:42(&., +263 !"&#.7>54#"#"&546332>54&#3254#"X7pTD#313v3a"A+#Ap2V`=s\4)N%+ 1  #K>5F, 6(566I1)9a^5'11;@ &<":K!PX@'Z UN =M>K(PX@-ZZ UN =M>@+ZZU UM>YY@222;2:$"9CU +!"&#&47>54.'&473!272'.+"323 4&#D#313313R{5/ %3)`iJ^+G5+ 3  #K>5=L#  2 #yTV1)- 7G@D#'62<:M=M=M >%&98#"+724&#"4&'&7$7!272'.+"62#"'"'6;VaOR)c F5/ %3)`ixBI]oޱj&+ Hf,$5#xC0"!shQ7!tD -x@)bZU =N>Y@ )(!  -- # +32>54&#23 !"&#&47>54&'&47$1V`<!5D#313TV\1)?k`7LϿ 3  #K>}t 1 iN'C@@  <b=M=N >#&%%$+'&47$3262#"'"'65724&#"ժHR!J\oݰj'*  ;W`PR F }LqshQ7!uH?-@* <bM =M >$(&+ !"$'&'63254# "&'jwXœ# -+/+?Tՙ[fPdL*J@G( <bUM =M >'% ** +2#"#'.#"3 72 '&5!2>V'#gB2, # -+/+w;1F34fT+Fy8k{L-^@[%<bb` UM=M >)'$" -- +"&#""&'.#"3272#"'&5432>32H. 7K PX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >KPX@( ZS N =M >KPX@"S M =M >K!PX@( ZS N =M >K(PX@. ZZS N =M >@, ZZ  USM >YYYYYYY@5/,+&$#!>;!")" +%32>54.#"67&'&47>574.'&473263 !"&Tq?}uJ7\uqdXi323eaV\314S%9jZL)b@5o˅jyPbg5  #K>Jg=L#  2 {ӚAm-/@K!PX@!bM =M>K(PX@2ZbN =M=M>@0ZbUM=M>YY@?=42/,'' +!0&47>54&#"#"&54>323263 !"&732>54.#"j3145iLF- 6(566$VR6{ӚAb@5o˅jyPF11;w@  @,ZZUN =M>Y@ #%c12! +6;4+"'>7433!%&#"# $546#"!265y_Jha)3% /5{)313313R#CB}5H+#}Ty# 1  #K>=L#  2 Ӯ)1-L6FP@M :7&<bM=M=M >%&'"15 +505&#"'>7433!2"'&'##"&'.5432&5.#"326Dxha)3%  /5 b*4Q -3%Pb>HG)QC"F1b63fP}v!RDx#6%)iX=',"$0#S&07c,5.XT67 / KPX@bQM=>@bQM=>YY+"$%(+64#"##"&54632254.'.54$32/\J+ymV!lN+^/5>}J :'T;%hrjCsq>+'\f}.A-q1Cn@k  A> :7 * <ZZ  UN = M =L>@?98530-&# CC +34&+"'>7433!67%!.'6;265#""'654'62B1#jb%3% /6\f s?@r H '5Jץ#1hO FF J'=dw#q 1 ;{y;6-u 9)7H %5| R-RTD3@0<SM =M >$&$"+%32'>32! 765&# r7u=uNѨ9w~:NF=D2|@.@&bUM =M >Y@10*(%# 22 + $54675.54>32'#";#"!2676"qX)eΔTw$#CPT{u  %j!E;%ᰍ)'L;mlB}%}urBã (?d1F@")&< :K(PX@2Z   bU U  QN >@8Z   bUU U  I M AY@CA<:'##93 +74&'&47!272'.+"326762"'.+#"&5463232>@s<f50 %3'`j#1mI E F Ni%G8-9W +%9#%{; 2 u#yl='X-R {5% H7sho=%wR?)J)/e{8@ 1(@'bRM =K>Y@5432+)#! 88 +2&'&'"3##"&546323676767'?>ه))/V)##-9=3#U-3hm719% 3/ #[7'E3%jm=E Б}DXH1-3%+b L bDBIN@K7#< UUM =M >DB;9.*'&! II +2#"&#"'.#"32674&'&47327# '&576%2>5*{ +1(%5+߻of/d{N\1FZwur  -+bɭfq9f!?!ZR9Km˶n$219# :: +3T`V N¾%|R+\@6/. Z% <+;KPX@%b  ` K =  >K(PX@$b  ` c K >@+b  ` cGM AYY@YWHEN#q1 +%'3&#&#'"'&75303326;"5#>7656=&#"&#&'5;226;"#"'54b +%1=s!40R1  %3 /2?#;< 4 !  `%{h%-#-+ }-   -  *'A)bL%hF@!$@1b=M=L= N >Y@ CA-$%C# +54&#"&#"&47>54&'&76726 327654'&'&'&54632#"&'&#^FM[/F Jw b<)b !ZRbXPR!;7!7-:P{}AdPJ:HyE65 C{}f+ ( ,Ldy|073Eb)R;U@ @b`= >Y%&+74&'&7672327#"'&)b !3'F%%!RfD=h) ( ,LZHA-E95#-5[K(PX@! SK =K>@U SK>Y@ 53%C!%C +4.'&4732767&'&#"&47>57314313qdXi313323eaV\/=L#  2  1  #K>ng=L# 65  #K>Jg%Dc^3K(PX@*b K =M =M>@(b UM =M>YY@YXUQNMDC@<98$#$" +>32#"'.#"&#""'&'.'&'&#"&47>54.'&47327>7{FzZuT)S 5# >)NC+(waC9 KR ) '/9Lb413323323314&8QM"Ol]K+K8?=U$!%o/6 3]01#17?V=L# 65  #K>5=L#  2  1  #K> 'WB%XR@O@<b  UM=K= K >VURNKJGF?<9876C#&# +47632#"'.#"267676&'&4732723&#'54'&'&#&#"&47>5͑mLw;9-X'w,uBA)'V`[8SI'e   ' { #ir;c sw b<۞w%6-9Bf5!'9Z=)66:*p 65%FJ'{C65 C{(c&@#bV=L>Y@ !#C +67&'&#"&47>574&'&7672fHDX;c sw b@;$,#   <9M=M >(&"!$& +7327#"&''&/4''7&'>3265HG%?s!uI`u-k-+N ;|5Roh5)A=PN\ZCdmbpd:m-5#GZwT\;I1iI3+-Z@UO,'7 C>8 @&b  U M  >Y@ZWTSRPMJFDA?=;334$336+27&'4+"=737+"3274+"=737+"727#7#"&'#"&54+"=7307+"Ր /+=V@)1:/V1+=V>+/dL%#NVx2)=W;)4y!3\RR}\ZRRRsN"ssH7ZR-D@,BKPX@"bQK =>KPX@"bQK = >K*PX@"bQK =>@ bUQ>YYYY@ $/$3363 +.+"7574#"75737+"'&'3'.'#"&546326 : F; A6H+G>5!#XP""<`BVxI%'> Pb+X!u#C1D+;XfX^)H%- 3%-!:3@08<M==K>%C$F+%&#"&47>54&'.7$7263 &#"&47>54&#"%E ?mb2/VF'/Z;csND1^FM]y965 5{V- 2 +#(4}D55Hy1PJ;LD0@-SM =M >$&# +% 76$3  #"!32s[؝* ৚ӿh% lzZ3L".5@2dVM =M >$#*(#.$.'"&%2+#"#% 76$323264'.5432"32m^İs[ƠI5A+1/^RP3㮚NVoӿh% lz]+Z8"Ph3-JLTs *=@:bUM=M >)'"!   +"32654&47623264'.5432'"$yqDfpr< .+1/^RPRTo7q́>+Z7#PiRTk~}u'L <@*  @)U  P M =M >Y@;:730/)(&%$"  +"327&4&''# !267323672&#"&47>ÑZVf&]mLk#ρ!AF[!;c}b<E_Pf,LUj'-<L{C 2  2 C%+N 6G@D*) <   UM=M =L> 6 6$$&C#" +.#"327672&#"&47>54.#"#"5432+H3XD3r/;c sw b<-)!V'L`̓PJ;'$,#sd}C 2  1 C}k%'5P+ ;G  @1  b  bUM  =K>Y@BA=;420/'&# GC +2"'&53265!"&#"&47>54&'"'&#"#"&54676236$sw+)+<}fN-413323,16c"A+#A 6;C^pb;+Im=L# 6 1  #K>5ZL F- 6(566O !!R9DM@J;:<bbM=M=M =>$)#&+H&" +3>32#"'&#"&47>5467632#"'.#"172654&#"7+g9BFC1bhmb1LFmLv<:-X'"?>{tnHf 3Nf9X"{7556{Lw%6-9Bf5! -IXDו/-F:K#PX@83  &!<@83  &!K%PX@1e  UU  K ==K>K(PX@4be  UU  K =K>@2be  U  UUK>YYY@C?=:743332$"" +&#"32%#7#"'&';2&#'54;254+"=73%+"232=^F=9f)Rl ?E`rA5?O=3DD3=P >5BHjV j"y[ 3PPRR' H!D2S@bM =M >Y-&,(+7>32726365&#"&547>7654'&'"w#D#=_=P^RYj}%'F!j^w+D{q }=V`2cVN)``u}p( ^L\^:Zjb6941@.<M==M >,)*!!$+".#"#".54767654#"'4'>3232676  'X}IFqkFV5dc3hF@+5hT/\i%+3}J1/ZkQNN1hRTjHjH`TF1\/l-8q!1.Z@&<:K(PX@M =K>@UK>Y@  ., +272'&'&#!%2>76%!&4767 &'&473;50%3.1c`3:R335(/ ='')) F%D;%G6 f5 #|Rg/ 2 T- .X@ *@UQM>Y)#,#$"+4&#"32%4632&7>32#"&'.547#"&R/+)11)'דq! +"ob'y#H(wkVT75R^o 9')N'C)HЮ DUq+=M@J57 <dbeM= >42-+(&"  == +"&54>767#"'&'#"=6;47>7>3232+327P!)<^5'&fD= #39%6 Y 14'P$%(h-) V95}/ ; `E @s'HA8# {h99K(PX@+b` =M =K>@)b`U =K>YY@ 5C2f% +#"&54>323! 72#.+"&#".7>54&+""A+#A'JMY!8w-5)F͎ E+58eq 6(566#US7 s`hi{;65 ;{dg:);H@E!<bbM=M= >#&%#'%%#! +32'#327#"&'&545#"=6;5467632#"'.#"1F)F$%!R+u=y =: /9mLw;:-X'j :s'FC-E5}'s !3)>w%6-9Bf5!L+98FKPX@ $/"<KPX@ $/"<KPX@ $/"<@ $/"KPX@'bQ M =M >KPX@*bQ M =M >K%PX@'bQ M =M >@%b UQM >YYYY@ 6317$%% +%327>32#"'.54&+""'6743) 72#.+"= &9%+!V9PX+6dh}7)  9v-5*W~/)J)?RwD9dgbw { s`hi)Ms:@  U UM >Y@IGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&54632?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR%}G?@<& <bUM = >BA##*(C% +"'&'# 4&'&47327327&54&'&473674'.54322634R -\6;N^+JEJcY5T n9811^9H X?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2Vf%R+8KPX@ ZM =M >K(PX@!bM =M >@bUM >YY@/-" 88 +"#323254&546;#.#"# 54>7654!9. ^Y ˬÅN.;1L;@IRL?@N+PBXͺ (9:N-'%qXfJh˨gLL`\o)%D8n3.@&bUM =M >Y@ 336&$#'%+32>5#"72>7632#".54;2='#%;2NsLZXj/>3I Rl4A6;H=5B6g+!g'HDJF+")͖9DfR`FBK%PX@% <. <@%  <. K%PX@-b M = K =M>K(PX@*b M =K =M>@(bU M =M>YYY@ B@$'$373#4 +'+"630754+"&5>;2='#'32'.#"3274'4&5432ϴB5;J=6%-"+?5?Ho}ku75h%uXR'+71%!%$ӹw9/R #N7y;@!+K.PX@"ZUQK>@(ZUUIMAYY@ "#)43:$%+ #"&546326?&'&+"=73%+"67>32#"'&#&q)MgE5mP/B O5;-B; -% )=qI0V !RHLb+33-);9 R#qbi#5! )92KPX@<KPX@<KPX@<K#PX@<@ KPX@6  SM  =M  = M=M >KPX@8  SM  =M  =M = M >K#PX@6  SM  =M  = M=M >K(PX@4  S M =M = M=M >@2  U  SM = M=M >YYYYY@.-,+'!  21 +%2672#&)"547#5!6#!""'6743)2632!!3od7 'xO!%y?5%!\ #-  -Z| pO/ BO&#k2\@ /KPX@-bS  =M=N>KPX@-bS  =M=N>KPX@-bS  =M=N>KPX@-bS  =M=N>@-bS  =M=N>YYYYY@22###s +3!2>323#326?2%"54767#5367''674} '+bR$hfIv]NR);*//myWq5/) =Ew=T< |E q HVd/@ '&!KPX@%b`M =M>K(PX@"b`QM >@(b`UIMAYYY@$"  /. +2!".5463232654.#"!'3Bf)`AF{5-<{Aij3-[LZ r-" D+# N/-f@-@J?Uq^-^  RVd/@( <:K PX@"b`QM >KPX@%b`M =M>K(PX@"b`QM >@(b`UIMAYYY@#! /. +2767.'!&#"3267>32# 547&'&543H+L-XN8J"%X/uu;2d6FC`19'd+] ^EՏZD!)@-?g-B׬/\jJ#!/o+@)$ <:K.PX@*db`M=M>@(db`UM>Y@ +* +"5057.+&"327632#"$5467&'&743C7#D)fPH7#jh͖++\w yR{-|X=E9cNKPX@(bb`M=>K.PX@'bb`cM>@,bb`cIMAYYY@<<96/-*)(& +#"&5467>7>54.#""!"'3!2B/7gP7; P)/Hdo)')L>fR?)!#ZJ2AL{T/ '7!)7+)JlH!ub?mc3`  +P6@< ;K PX@+bZUSL>@,bbUSL>Y@ ('%" +4632#!2672!'>?#5!7>54'&"#"&fɼsXNoX (xU  F^!/-$qTHL)68CDf H/5DqmTjfP%oNhZhsB-PPHtpEHd) />FB&:@7 <bSUM >"$$C"+4&#".'!!2632#"&54632326Z\H1p%jD/T"3`qu+X -+];+>PD1w&l@ @#bSUM >Y@ "$$S"+4&#"&'!!2>32#"&54632326LkKM BEp9+ľmD/X+:N^^/;B F];+BLqB'A@>< :  bSU M >&$$$" +4&#"#53>73#272#"&54632326Z^9#'jD-T&)#^su/ ^#^9<ᗶ];+DJ!#%@ < 9KPX@e=M>KPX@e=M>KPX@beM>@beM>YYY@%$"!  +"7%627'4?655"'672763NfŤ (!1bXR>))D3%fxy`I cTI @=> +!#3zz{@=>+3#3#3{{{{j3}aK#PX@" S=K=>@ S S=>Y@ +###535#5333#}zzPPPP%P{D'@$M =M >  +2#"&'&&546462"&=W98%3Z\Z{VZ{VDPJ;V3<DNL3;VR;9VR1  7HjKPX@' % < :KPX@' %< :KPX@' % < :K#PX@' %< :@'%< :YYYYKPX@D  Z  Z N  =M  =M  =M  >KPX@N  Z  Z N  =M  =M  =M=M  >KPX@D  Z  Z N  =M  =M  =M  >K#PX@N  Z  Z N  =M  =M  =M=M  >K(PX@=  Z  Z N  =M =M =M >@;  Z  Z  UM =M =M >YYYYY@&JI a[XWNMIjJgGE<:0*)($#" 76 +4767&2672#&)"5476#!""'6743)26323%32>54.#"&47>54.'&473263 !"& N\~td5'!&yA5% ![ #-+ -Tq?}uJ7\u323314S%9jZL)w'5>D/ +T E| pT/ Bb@5o˅jyP5  #K>5=L#  2 {ӚA1 -J 3DfK PX@  0!< :KPX@  0!< :KPX@  0!< :KPX@  0!< :KPX@  0!< :@  0!< :YYYYYK PX@9bZ  M = =M= N >K PX@?  ZbZ N = =M= N >KPX@@  Zbb N = =M= N >KPX@:bb  M = =M= N >KPX@@  Zbb N = =M= N >KPX@@  Zbb N = =M= N >KPX@@  Zbb N = =M= N >KPX@:bb  M = =M= N >K%PX@@  Zbb N = =M= N >K(PX@F  Zbb  Z N = =M=N >@D  Zbb  Z  U =M=N >YYYYYYYYYY@FE ]WTSJIEfFcCA86 3 3&#%}+#&'7673!2>32326?2%"547''67432>54.#"&47>54.'&473263 !"&g;1RH18 (+bQ%ܺNQ);+//q4/*Tq?}uJ7\u323314S%9jZL)`%XTL`% ==T< |S q cb@5o˅jyP5  #K>5=L#  2 {ӚAL 3CjlK!PX@$]  2S704!i<@$]  2S704!iK PX@I  bZ  b = ==M =N= M >KPX@J  bb  b = ==M =N= M >KPX@M  bb  b = ==M =M =N >KPX@J  bb  b = ==M =N= M >KPX@J  bb  b = ==M =N= M >KPX@J  bb  b = ==M =N= M >KPX@M  bb  b = ==M =M =N >KPX@J  bb  b = ==M =N= M >K!PX@L b `b  b ==M =N= M >K#PX@V b `b  b ==M =M =N= M >@P b `b  b =M =M=N= M >YYYYYYYYYYY@ hg\[ZYRPIGEDB@;9 3 3&#%}+#&'7673!2>32326?2%"'47''676&5.#"326##"&'.54324&'&7672"'&g;2QH19 '+bR%ܺNQ);+0/q5/)"G1b53gP}%3%Pb>HG)RB)b !3R -`%XTL`% ==T< |S q 1.XT6G#S&07c, h) ( ,LfX?',"$1P1*Y0@.Zb  UQ K>Y@,+RQNHED;:72+Y,XC%$' +#"&5463232>54&'.73272676&#!"&47>54.'&4732>33%H7-9V!+%9#%E ͇fb}5  #K>5=L#  2  1  #K>ɢ1/N'3b9KPX@AZb`  K =M == K=>KPX@AZb`  K =M == K=>K(PX@AZb`  K =M == K=>@?Zb`   UM == K=>YYYY@54[ZWQNMDC@;4b5a$('$) +4&'&7$72#"&5463232654&54632#"&2676&#!"&47>54.'&4732>33/V F&/TRDm9wJ! %+5KD;JR?;HZ#3%";6O323314S%LA313HV1 '+#sfPA9:L=)R  %]7F7)3LT3-RR}5  #K>5=L#  2  1  #K>ɢ%%TDP @<  bb`= M ==L=>Y@OMIG'$)C +4&'&7672&#"&47>4&'&7$72#"&5463232654&54632#"&)b !;c sw b<u0V F'/TRDl9xJ! %+5LD;JR@;Hf,$ ,LZ{C65 CV1'+#sfPA9:L=)R  %\8F8)3LT4-RS)-*h@HT + @3  bb  UQ= N >Y@`\SRONKJI$C%$' +#"&5463232>54&'&47327#&'&#"&#"&47>5.'.774.'&47327%G8-9V!+%9#%E͇fb" Z= M#>R ! R=#-ho=%wR?)J)/e{; 2  1 =Z'4/))^R65 R\V-P 2 $@^R 2  1 R\)%D'3q@Q ] 4 @Dbb`   UM === N =>Y@ie\[XWTSI$$('$) +4&'&7$72#"&5463232654&54632#"&#&'&#"&#"&47>5.'.774.'&473270V F'/TRDl9wI! %+5LD;JR@;H3N*(R"#=RR>" Z= M#>R ! R=#V1'+#sfPA9:L=)R  %\8F8)3LT4-RSp'4/))^R65 R\V-P 2 $@^R 2  1 R\-%D'3kT@QjP <b`M = M=  K =>igcb_[XW$H$('$) +4&'&7$72#"&5463232654&54632#"&&#"&47>54&'&76726 &#"&47>54#"0V F'/TRDl9wI! %+5LD;JR@;HH%E ?mb2/V - a=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"4767&/71x) 5[l)65  N'5>D/ +T ZJ 3?I@F?4.< :dbbM=M >)$$$&'-+#&'767# 546?4&#"#"54>3 327'327g;1RH1 7)RLP J5jO^ 1%yk3A9>/\`%XTL`%+Kov;+w.D &9h?i4L=#s"*5)#5FJ1)6L@ 520.,*:K(PX@K =K>@UK>YCC+4.'&47327&#"&47>54767&314313313323!N\/=L#  2  1  #K>=L# 65  #K>}'5>D/ +T 5wJ '&@# :d=L>C+#&'767&#"&47>54&'&7$72f;1RH11cimb2/V F&/`%XTL`%p{765 5{V1'+#seL '0@- :M =M > &$  +4767&"32% 76$3  N\~p㮚s[w'5>D/ +T 3-Jӿh% lzLJ #5@2 :dM=M > "    +#&'767"32654&4762'"$sg;2QH2yqDfp `%XTL`%q́}u 8EL@ DA?=;9:K(PX@K =N >@UN >YC+L&+32>54&'&47327! '&4&'&473274767&1/jdN- @} I; 7.- 煲;c^  {A3!N\-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;'5>D/ +T %J CD@A1< :dbK= >>:0.&" +#&'767"'&'# 4&'&47327327&54&'&47327{g;1RH1U4R -\6;N^+JEJcY5T n+J`%XTL`%X?',"'34HG@yG62Vfb87!|{A62Vf HTqK(PX@)  UUK =M >@'  UUUM >Y@KIQNITKTC*M' +462"$462"32>54.'&47327! '&4&'&47327!"7463!2AbBBbCc??c1/jdN-  N' J3!煲;c^qN s 5!bcCCcAAcCCcAVm-f?\xRRN 2  1 LT/Vu,Jy= 2  1 =%-"-% VY@VD )' <  b U U K  = >QMCA9521-+&%  +!"5463!2462"%462"&"'&'# 4&'&47327327&54&'&473271!6!A^BB^BA^BB^A4R -\6;N^+JEJcY5T n+J%.#-_AA/-Bo/AA_?BX?',"'34HG@yG62Vfb87!|{A62Vf  Ui:K(PX@%dUK  =M >@#dU UM >Y@ PL*M'% +"&5476462"$462"32>54.'&47327! '&4&'&47327D" JAbBBbCc??c1/jdN-  N' J3!煲;c^qN $?h  HcCCcAAcCCcAVm-f?\xRRN 2  1 LT/Vu,Jy= 2  1 =%& XT@QF +) <db  b V K  = >SOEC;7%$! +632"&547462"%462"&"'&'# 4&'&47327327&54&'&47327 >   zA^BB^BA^BB^A4R -\6;N^+JEJcY5T n+J"-*_AA/-Bo/AA_?BX?',"'34HG@yG62Vfb87!|{A62Vf  Ub@ :K(PX@ UK =M >@UUM >Y@ C*M' +4767&462"$462"32>54.'&47327! '&4&'&47327aPLB@C% +#&'767462"%462"&"'&'# 4&'&47327327&54&'&47327}R0x(fA9p'oA^BB^BA^BB^A4R -\6;N^+JEJcY5T n+J4W!OKDV!_AA/-Bo/AA_?BX?',"'34HG@yG62Vfb87!|{A62Vf  Ui:K(PX@%dUK  =N >@#dU UN >Y@ PL*M'% +32654'&462"$462"32>54.'&47327! '&4&'&47327rF! JAbBBbCc??c1/jdN-  N' J3!煲;c^qN  '<h  HcCCcAAcCCcAVm-f?\xRRN 2  1 LT/Vu,Jy= 2  1 =%U YM@JG ,* <dd  b V K  = >TPFD<8%%% +#"/7>32462"%462"&"'&'# 4&'&47327327&54&'&47327q %B&A^BB^BA^BB^A4R -\6;N^+JEJcY5T n+JQ %(_AA/-Bo/AA_?BX?',"'34HG@yG62Vfb87!|{A62Vf; %7@4 <bSM=M >%%%"$+!32676"5632#".547!4654&#&bP3A%qmL ;{D'ok%!8?fw@ovH?O[_@\/<  UUS  U K >RPXUP[R[MKDCB@=954.-%!+462"$462"!#&#"&47>7272&#"&472>&'!"!"5463!2VBbAAbGDb@@b 71x) 5[l)65  N%.#-Z FRe@bRGA( <  b  b U U M = M  >QOFD@>:842,*#!   +!"5463!2462"%462"&# 546?4&#"#"54>3 327'327!5!B^BB^AB^BB^B 7)RLP J5jO^ 1%yk3A9>/\%.#-_AA/-Bo/AA_?B+Kov;+w.D &9h?i4L=#s"*5)#5FJO[Z@W/<U  US  U K >ZXTRMKDCB@=954.-%!#!# +32+!#"546;!#&#"&47>7272&#"&472>&'!"4632#"&71x) 5[l)65  Nm3LT3-RRZ 4@La@^@5/<bb  U M =M=M >KIEC?=42.,(&"   +!"5463!2# 546?4&#"#"54>3 327'3274632#"&!5! 7)RLP J5jO^ 1%yk3A9>/\LC;JR?;H%.#-+Kov;+w.D &9h?i4L=#s"*5)#5FJ3LT4-RSV ho@/,63 C <;K(PX@MZU  U  SN =M= L = K  >@KZUU  U  SM= L = K  >Y@(jigfc_TSPOLG@=:854.-*(%"   +!"5463!2 6&#"=7!272'.+"326762"'.+;26&#!&47>5!&#".7>!4&!5!3;Lb5/ %3%bk#1mI E F Ni1#J5' ces@/!  x) JU8)%-"-533q#wd='-R {6% H7/)9 u-5 ;y' 65 7 Ly $b@U  \B  *7<  b  b U  U  M  =M =M >&% `]XVSQMKEC;9-+)(%b&b#!     +!"5463!2">74&67726%2672#"'.'#"'.54$%#"#"&5463263 !5!#T)D%-N  =/iF9ӦQ ;9B*68=37w`%d^Le#y$.#,  hmJ3B3 <;?9 LQ,`6;?7 7?+XCLC3DD=Z@W2<bU SM  = M >64/.-,%! == +23'.#"32675#5354&'&473273## '&576)##%5+߻of/d{N\1FZwur  -+bɭfqDHXm˶n$2P)9# :: +3)PwT`V N¿# V^@OF"? @C bUUU    S M = M  >Y@* \ZXWSQNL<;:964210/)'!VV  #! +4"326"'!6'4"&'&"#"'323##"'&'#53>7&'&5467.54762>32!3276R=81>;=#5 L ɪg/ \K6f ,TKça@ $`1;k7HVd-3?7MuMG8N^pX )h sZ-+h&V #Fu$#Lg|C-sL)e''7/(M[B-LB!d=P(D BQ@N7#< :bUM =M > ;9.*'&! BB +4767&23'.#"32674&'&47327# '&576 N\~v##%5+߻of/d{N\1FZwur  -+bɭfqw'5>D/ +T HXm˶n$219# :: +3T`V N¿5 "^@W+N2G< :KPX@> d  b  UU M =M  = M  >@< d  b  UU U M = M  >Y@$#[YVTA?971/)'#^$^""#+ +#&'7674"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32f;1RH1=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7M`%XTL`%^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!d% cb@N"< :K(PX@K =M>@UM>Y@_^[WTSGB0, +4767&4.'&47327>7676'&47327&#""'&'.'&#"&47>5!N\j3233143kd?b\f 9[L>=cRRD"7,413323w'5>D/ +T =L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>%L [@D< :KPX@2b  U= =K= L >@4b`  U=K= L >Y@ZYVRKJC@=<;:'#  +#&'7674&'&7672267676&'&4732723&#'54'&'&#&#"&47>g;2QH2)b !,uBA)'V`[8SI'e   ' { #ir+5  bw b<`%XTL`%xf,$ ,LT'9Z=)66:*p 65%FJ'wE65 CL5D".B@?!<bM =M =>$#*(#.$.+&%"+#"&547# 76$3 327"32H'@Pl9=s[X{RI)N%㮚5<^Ryh% lzӿ_4KtT'$$3-JLT!,q@ @"bcM=M >Y@#"(&",#,+%%"+#"&547'"$54762327"32654&'@Pl17p QL)N$jyqDf5<^Rḿ}LuT'%%CL5 .:W@T- <bU M =M =>0/64/:0:,*  +!"5463!2#"&547# 76$3 327"32!5!B'@Pl9=s[X{RI)N%㮚)%-"-}5<^Ryh% lzӿ_4KtT'$$3-JLT -8@, @+bcU M=M >Y@/.42.8/8+)  +!"5463!2#"&547'"$54762327"32654&!6!'@Pl17p QL)N$jyqDf$.#,+5<^Rḿ}LuT'%%CHV <@43.< :K PX@"b`QM >KPX@%b`M =M>K(PX@"b`QM >@(b`UIMAYYY@ 1/-+%#  <; +4767&2!".5463232654.#"!'3`!N\Jf)`AF{5-<{Aij3-[LZ r-" Dw'5>D/ +T # N/-f@-@J?Uq^-^  +/wJ 3@10/*< :K.PX@.ddb`M=M>@,ddb`UM>Y@ "$"#) +#&'767#!2#"&54232654&#"#"'f;1RH1^fj&3JPg)F#7lDh`%XTL`%#5(șb:F=X}NRy JN%DJ 25@2 :db`=>-+$" +#&'7674&'&7$72#"&5463232654&5ug;2QH2/V F&/TRDl9wJ! %+5`%XTL`%V1'+#sfPA9:L=)R  %\8F81 9*;]tKPX@  <KPX@ <KPX@  <K#PX@ <@KPX@N  Z  Z N  =M  =M  =M=M  >KPX@D  Z  Z N  =M  =M  =M  >K#PX@N  Z  Z N  =M  =M  =M=M  >K(PX@=  Z  Z N  =M =M =M >@;  Z  Z  UM =M =M >YYYYY@&=<TNKJA@<]=Z:8/-# *) +%2672#&)"5476#!""'6743)26323%32>54.#"&47>54.'&473263 !"& )d7'!%x?7%!\ #-+ -yTq?}uJ7\u323314S%9jZL)Z| pT/ Bb@5o˅jyP5  #K>5=L#  2 {ӚA1 %-(9[@ %K PX@7  ZZ N = =M= N >KPX@8  Zb N = =M= N >KPX@2b  M = =M= N >KPX@8  Zb N = =M= N >KPX@8  Zb N = =M= N >KPX@8  Zb N = =M= N >KPX@2b  M = =M= N >K%PX@8  Zb N = =M= N >K(PX@>  Zb  Z N = =M=N >@<  Zb  Z  U =M=N >YYYYYYYYYY@;:RLIH?>:[;X86-+((&#%s+3!2>32326?2%"547''67432>54.#"&47>54.'&473263 !"&7 '+bR%ܻNR);+//q5/)Tq?}uJ7\u323314S%9jZL) ==T< |S q cb@5o˅jyP5  #K>5=L#  2 {ӚAL(8_K!PX@R H,%)^<@R H,%)^K PX@AZb = ==M =N= M  >KPX@Bbb = ==M =N= M  >KPX@Ebb = ==M =M =N >KPX@Bbb = ==M =N= M  >KPX@Bbb = ==M =N= M  >KPX@Bbb = ==M =N= M  >KPX@Ebb = ==M =M =N >KPX@Bbb = ==M =N= M  >K!PX@E  bbb ==M =N= M  >K#PX@O  bbb ==M =M =N= M  >@I  bbb =M =M=N= M  >YYYYYYYYYYY@]\QPONGE><:9750.((&#%s+3!2>32326?2%"547''674&5.#"326##"&'.54324&'&7672"'& '+bR%ܻNR);+//q5/)"G1b53gP}%3%Pb>HG)RB)b !3R - ==T< |S q 1.XT6G#S&07c, h) ( ,LfX?',"$D5BT@Q*<86:dbUM =M >=;.,! 55 +23'.#"32674&'&47327# '&576#"&5476)##%5+߻of/d{N\1FZwur  -+bɭfqX-%#]DHXm˶n$219# :: +3T`V N¿f)Hw Ph %a@Z.Q5J KPX@Cd d  b  U V M = M  = M  >@Ad d  b  U V  U M = M  >YY@ '&^\YWDB<:42,*&a'a %%#&$!+632#"&5474"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32\ N''& =81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7Md1/! ^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!d-R_@71" KPX@7  S M  ==N=N >K#PX@7  S M  ==N=N >K(PX@4  S M  ==M=N >@2  U  S=M=N >YYYY@QOLJB@<96542/,*)3#33#2+!;2�'54;254+"=730%+"!4+"=730%+"32654'&74632#"&A6=O;5DD5=P =6B;A6=P#;5DJ7\VyC<} RRRR_RR}Z^F!1q+HD 2?@<,<&  9bM >  2 2/.   +"7654&%6327'767>7654'&5&527671wAìTyͮ 3 ' 'bNJ)^uͰ'üq\äĐdX^P  `Bs !)=J{@)<@>:K(PX@(b=K ==N >@&bU==N >Y@ .II$+!#&'&#"&#"&47>5.'.774.'&4732732654'& 3N*(R"#=RR>" Z= M#>R ! R=#=Z+&!']'4/))^R65 R\V-P 2 $@^R 2  1 R\+Fw P-hFhE+@"ddM=K>Y@ $C$G%% +#"/7>32&#"&47>54&'&76726 &#"&47>54#"T/R1q%E ?mb2/V - a[YRQPNKGCB<;3/! $$# +"&46326"2654&!#&#"&47>7272&#"&472>&'!"mX-iffHQ5k+66V7971x) 5[l)65  NZ =IWs@pO I>8< d  db  bV M =M=M  >SQMKHF=;751/+)#!    +"2654&4632"# 546?4&#"#"54>3 327'327632#"&547+66V79fHFji 7)RLP J5jO^ 1%yk3A9>/\f >  9+);;)-7dbHFde+Kov;+w.D &9h?i4L=#s"*5)#5FJ-*V\cp@"# *' 7<;fd:K(PX@IdZU  SN =M= L  =  K   >@GdZUU  SM= L  =  K   >Y@ki^][ZWSHGDC@;3##93#+76&#"=7!272'.+"326762"'.+;26&#!&47>5!&#".7>!4&#"&5476;Lb5/ %3%bk#1mI E F Ni1#J5' ces@/!  x) JU8X-%#\533q#wd='-R {6% H7/)9 u-5 ;y' 65 7 L)Hw PLyh &d@ W  ^D  ,9@Gd d  b  b  U  M  =M =M >Y@$('b_ZXUSOMGE=;/-+*'d(d%#$! +632#"&547">74&67726%2672#"'.'#"'.54$%#"#"&5463263 Z N''& T#T)D%-N  =/iF9ӦQ ;9B*68=37w`%d^Le#yd1/!   hmJ3B3 <;?9 LQ,`6;?7 7?+XCLC3L+4K@H  -, 1/&$)( +'7&76$327%"'"&#"&5476 324J[۬oLoz-DlcX-%#\6`\?ĸ lzq;ӿ}תʳ)Hw P3ci3V'h #*2@!#,+)(<9KPX@#b =M=M >@ ddM=M >Y@%$/-$*%*),$!+632#"&547'"''7&54762"&72654h N''' K[ܟydJ`pm??hBsDfd1/! @/ d d   dS VK>Y@ [ZSQJHBA=;4320-)%$ +!#&#"&47>7272&#"&472>&'!">#"/&'4%632"/&5&/71x) 5[l)65  N %!  (Z3FR@ RGA(K1PX@2ddb  bM=M  >@6dddb  bM=M  >YY@QOFD$$&'%%&%$ +3254/&#"7254'&"# 546?4&#"#"54>3 327'327 %/ x 2#3 7)RLP J5jO^ 1%yk3A9>/\%3  -]+Kov;+w.D &9h?i4L=#s"*5)#5FJ?LP@MLGF@ <  US UK>JHDB=;4320-)%$ +!#&#"&47>7272&#"&472>&'!">32&"/71x) 5[l)65  Njmo77ZH 5AN@K A60<bbM =M=M >)$$$&'&$" +.#"'>32# 546?4&#"#"54>3 327'327wdB^y 7)RLP J5jO^ 1%yk3A9>/\PR@+Kov;+w.D &9h?i4L=#s"*5)#5FJDUf@:  <6;K(PX@C  d  d ZZU N  =M=L>K,PX@A  d  d ZZ   VUM=L>@E d d  d ZZ   VUM=L>YY@$a`YWPNHFA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"672#"/&54%632"/&'4jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1  +'u 1R {6% H;+)9 u-5 ;y3{; 2 q#wd='} %!  (LB(C+ @5ddd  b  VM= M >Y@CA<:%"$%&% +254/&#"3254'&#"!654&#"2#"'&5432!3!%/ y 1#3,P3A%pmK!;{%3   -'oj% 8N?fw?owG?DQ@ QLKE :  <6;K(PX@? ZZ  U U N  =M=L>@= ZZ  U   U UM=L>Y@ OMIGA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+">32&"jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1go9T 1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}jmo77LJ 2J@G <bUM =M=M >%%%"$$" +.#"'>32!654&#"2#"'&5432!3wdB^y IP3A%pmK!;{PR'oj% 8N?fw?owG?)9J0K,PX@!d dVK>@%dd dVL>YY@ ED'&CC +4.'&47327&#"&47>5>#"/&'4%632"/&5&314313313323A~ +)u  /=L#  2  1  #K>=L# 65  #K> %!  (wy:zKPX@"b``c>K1PX@dddd[@ddddd[YY@ C%&%$+3254/&#"3254'&#"&#"&47>54&'&7$72X %/ x 2#3+1cimb2/V F&/%3  -{765 5{V1'+#se1)6_@ 610*@UUK>Y@ $'CC+4.'&47327&#"&47>5>32&"314313313323go9T /=L#  2  1  #K>=L# 65  #K>jmo775wH *-@* <M ==L>C%"+.#"'>32&#"&47>54&'&7$72jZOr; Um 1cimb2/V F&/QQIY{765 5{V1'+#seL *;lK,PX@"ddM =N >@&dddM =N >Y@65.,%#  +"32% 76$3 >#"/&'4%632"/&'4ϓ㮚s[A +)t  3-Jӿh% lz %!  (LB(6KPX@#dXM=M >K,PX@"ddM=M >@&dddM=M >YY@53.,$"((%&%$ +254/&#"32'4'&#""32654&4762'"$  %/ y 1#3=yqDfp %3   -"q́}uL '<@9'"!<UM =M >%#   +"32% 76$3 >32&"ϓ㮚s[<fo:T 3-Jӿh% lzjmo77LH %<@9 <M =M=M > $" $" +.#"'>32"32654&4762'"$weA^y yqDfp PRq́}u1 BRc@= d d   dU M =L=N >Y@ ^]VTMKED=<32/+('"! B @#! +!"32>23#"'.#&#"&47>54.'&472$>#"/&5&%632"/&54THXHhc1sl/TB!}Gs313323314)TA ,)u  +Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 P %!  (-TDM{K,PX@-d  b  U M=L>@1dd  b  U M=L>Y@IGEC!C%&% +254/&#"3254'&#"&#"&47>54&'&7672362#"'&#"`!%/ y 2#3k1b hmb21T w+ k5RH.C $%3  -{765 5{V3' 7#d=I)?V"'#61 BOa@^OJIC <  UU M  =K=M > MKGE=<32/+('"! B @#! +!"32>23#"'.#&#"&47>54.'&472$%>32&"THXHhc1sl/TB!}Gs313323314)Tgo9T +Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 ojmo77-TH <F@C <b`M =M=L>"$!C$" +.#"'>32&#"&47>54&'&7672362#"'&#"wdB^y 1b hmb21T w+ k5RH.C $PR{765 5{V3' 7#d=I)?V"'#6 8HYK(PX@#d dK =N >K,PX@!d dVN >@%dd dVN >YY@ TS'&C+L& +32>54&'&47327! '&4&'&47327>#"/&54%632"/&'41/jdN- @} I; 7.- 煲;c^  {AA +)u -Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ; %!  (%BV@ D)'K,PX@&ddbK = >@*dddbK = >YY@ QM(C%%&%$ +254/&#"32'4'&#""'&'# 4&'&47327327&54&'&47327  %/ y 1#3A4R -\6;N^+JEJcY5T n+J%3   -X?',"'34HG@yG62Vfb87!|{A62Vf 8E_@ E@?9@UUN >Y@ $$C+L&+32>54&'&47327! '&4&'&47327>32&"1/jdN- @} I; 7.- 煲;c^  {ALfo :T -Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;jmo77%H EC@@ 3<bM =K= >J(C%$"+.#"'>32"'&'# 4&'&47327327&54&'&473277wdB^y 4R -\6;N^+JEJcY5T n+JPRX?',"'34HG@yG62Vfb87!|{A62Vf7D2Hk@ <99KPX@ eM ==M >@#beM =M >Y@ 433H4H-&,(+'.#"'"&#&5632654'.'&5476722&7>54./&546^#D#=_=P^RYj}%'F!j^w+D{q;Ym;J DE }=V`2cVN)``u}p( ^L\^:Zjb6oHXTy)@  M3b?9@6,<9eM=M >=;1/)' +2&7>54./&546632654'&'&'47632'&#"#"'&u;Xm;J DF-%H-Lib?Fhuq5Nr+8oO?݅sGXTy*@  M3 o6/q.?kFTXHj1^{1%q.EYFj}-V+9FoKPX@2=0<9KPX@2=0<9KPX@2=0<9@2=0<9YYYKPX@, e M = M =K>KPX@) e M = M =K>KPX@, e M = M =K>K%PX@) e M = M =K>@' e U M =K>YYYY@DA?>:98543/.,)$#  +2&7>54./&546&#"&47>54&+""'6743) 72#.+";Ym;J DEF͍F+6dj}7)  9v-5*HXTy)@  M3}{;65 ;{de`w { s^fi+DU@RC46<9dbeM = >A?:831,*'%!DD +2&7>54./&746347>7>3232+327#"'&'#"=6V;Xl;K  DE9%6 Y 14'P$%!RfD= #HXTy)@  M3  `E @s'HA-E95}/ ;D1m@ "+@!beUM >Y@ 11 +"&5467>54&#'2654&#"'7672+1JX`ˢ hV8?X=Hje?uF۸{R1+B9!qLXfWyg +yXlF7+d #351/@  + KPX@b=M=>@b=M=>YY@ // +"&5467674'"5>4&#"'77632'H|aqL1HG;;sNb˘oF?D1%);33HR`h }bwj#^r=5 %31Z d@ :K(PX@%  S K  = K>@#   U  S K>Y@dc^]ZVSRIHEA>=8721.*'& +4767&4.'&47327&#"&47>5!&#"&47>54.'&47327!!N\413323323314313323314313{w'5>D/ +T =L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>%L B@; > <  :KPX@+  b = = M =L>@- b ` = M =L>Y@A?:9C$C +#&'767&#"&47>54#"&#"&47>54&'&767263 f;1RH1G@+I M=  L =K>Y@EB?<9620339" +74'"#"5&527673672;2&#'54;254&#"7;2&#'54;2 !5Nb=1k۬DhF/+/=O>/+9Hs)/=P;/+ ! !1THoC8 PPcR9/C:@%872 @&$<9KPX@6b  U= M=M = M >KPX@6b  U= M=M = M >KPX@6b  U= M=M = M >@3b  U Q= M=M >YYY@ CA=<641/)'   +%2654'""327&+'>767&'#"54>324#"567673623k)p Nd!RHO @ә {v %)ZZZL\D!j! s\m{u7_A?tXV)t+D=)Bh3R8fFTL 92@/7% <=M =M >.,*+4&'">3 54&'46752!".54>7.!\X}dNkn2 d-EoX'Jf}DZVJri/=bBR{Fnd^{%sD' CCkd/HX5!9`J#J^FZ<JDJ 9+@(821(:dM >    +%254&'34'7#".5467.'.5476y'wL/`c^/BQk3hX9sLLR@UM>Y@ ## +%!767&#!"/6567!3!2>54&w1 U b,e#rTb[1XTTmD ')To;A)DtPL5#j@ < :9K.PX@bM=M>@bUM>Y@## +%!654#!"/>;33!2654&)M3(+PPqBz'X^? mTy'w'^g9A+yzR KJ@G+<US   U K> IG@?><9510*)!  $" +4632#"&!#&#"&47>7272&#"&472>&'!"dLD;JR@;H571x) 5[l)65  NZD 4@G@D@5/<bbM =M=M >)$$$&'%$" +4632#"&# 546?4&#"#"54>3 327'327LLC;JR?;H 7)RLP J5jO^ 1%yk3A9>/\3LT4-RS+Kov;+w.D &9h?i4L=#s"*5)#5FJH1W@%-*41 A IR P <:K PX@MZ Z  UN =M= L =K = M  >KPX@NZ  b  UN =M= L =K = M  >K(PX@KZ  b  U QN =M= L =K >@IZ  bU  U QM= L =K >YYY@WWUSOMHE>;86#932+'7#.7>54&'.7!272'.+"326762"'.+;26&+#"'473254 ad  s?@r  ;\50 %3%bj#1jLF  FPf1#J5' c#cBAN)f 5 ;y3{; 2 q#wd='}1R {6% H;+)9 u-T&Mk"+ TPL=.9@ )'K*PX@8b bU M=M =M>@5b bUQ M=M >YY@640/..$%2%%( +'7&'&5432!3272#"'#"'473254!654&#"N `SmK!;{kcBBN)fP3A% Kw?owG?l?K&Ml#+ TP'oj% 8L*6F@C  UU M =M >-+30+6-6)'! +462"$462""32% 76$3 !"5463!2AcAAckCc??c<㮚s[9#cCCcAAcCCcA\3-Jӿh% lz\%-".L (6J@G UU M= M >53.,$"((  +!"7463!2462"%462"&"32654&4762'"$!5!A_AA_BA_AA_AyqDfp %.#-_AA/-Bo/AA_?Bq́}uL(4C@ "@2 IU U M = N >Y@"*)B@:80.)4*4&$! ((#!# +32+!#"546;272#"'&'""5>32"32% 76$3 !}{o}8W2A0.7 -N,J7 @㮚s[5*) a`r/& )((Zx93-Jӿh% lzL $/=e@b< UU  U M = N >&% <:53+)%/&/"  $ $   +!"5463!2272#"'&#""'>32"32654&4762'"$ !5"B""f9L95B! 5\3X@%:yqDfp %.#-XXf+#%%%Rl3q́}uL &1@.UM =M > %#  $" +4632#"&"32% 76$3 NLC;JR?;H㮚s[+3LT3-RR3-Jӿh% lzLD $3@0M =M=M > #!  $" +4632#"&"32654&4762'"$KD;JR?;HxyqDfp 3LT4-RSq́}uL'6?@<U U  M =M >53-+#!''$##!# +32+!#"746;4632#"&"32% 76$3 }PLC;JR?;H㮚s[+')3LT3-RR3-Jӿh% lzLZ "0F@CUM = M=M >/-(&""  +!"5463!24632#"&"32654&4762'"$/!6!YKD;JR?;HxyqDfp %-#,3LT4-RSq́}u} HfK(PX@! UK =K>@ UUK>Y@?;87/.+'  +!"5463!2&#"&47>54&'.'&4732776&'&47327!6!ExF0KE {Z R%9H ?D{ JG!#$.#,{965 9{70/R0 2  1 59-'-3 2  1 #8J:q %j Q9@6UK=M>HD32/+  +!"5463!2#"'&74632326?>.'.'&47327476.'&47327J!5!)R+J1C7 *(/1 )5DRyV# ' A+f5X1$.#,H'%5#;/5q !% ^`166?>T! 66L1+|#? 3@$<9K!PX@U=M >K,PX@UQ>@bUQ>YY@ 31*('&! # +%27654'.'7&'4'&75676767367#632#"\\-IdgaBG#/B)7o -1?UR"1Z-;3J;#2RTG $o/H/;#13PZ-/!5dDKPX@,&% 4BKPX@2  b  UM=L= M >KPX@*  b  UM=N >KPX@*  b  UM=N >@2  b  UM=L= M >YYYY@=;75/-+)$#   +"32644&#"7;2&#'54;255"'676;632632#"''7&5@J1c#3j +?M;%+d 7%%Lys qTOp19-ib7V} d{m\RRuI!jjb=V1md[3N'5 5K1PX@!40 <:32 9@!40 <:32 9YK.PX@%dUM= M >K1PX@#dSU M >@'ddSU M >YY@ /-&&# +327654'&#"#527#7#67573#67672#"''7&RZ!+L 1u"  +3;VP%1Z-93Hf` G!:%J6`+ !%F`Es-F3;%-6N^+193RN%'#@ b`=>'$)+4&'&7$72#"&5463232654&5/V F&/TRDl9wJ! %+5V1'+#sfPA9:L=)R  %\8F89 BE@A 9 -)= M =M =M =M  =M  >KPX@>= M =M =M =M  =M  >K!PX@>= M =M =M =M  =M  >@<  U=M =M =M  =M  >YYY@=<860.$"$%$" +%'32654&#"7&"3277273632#"'#5#"54>324'"5& 9>woMLqBfsbRNI +urk^tչ}RnNsZL\B ( =uL첖X uӏN492--h3#w!=- K @2+=KPX@= M= M=M  =M  =  L  >@= M= M=M  =M  =  L  >YY@&HEC@<:53/-*(" KJ    +"7'32654&%"327&265#".5432763262#"';2&#543?+f HE{igmbm^L;V- H^sd4ɓ[=' `הnX6 '=P;#XJRܙĞͺ+;B%+7VL7/'Lk-#55 I`@]) *- <eSU = L >IIBA@>;732,+1#"#+3'#;#"7&'#7#"&47>7273 2&#"&472>&',n^I"'% KKSh ) 5[$v)65  NL5$,J@G&%$  <be=M =N >.&#"+3 72! '#&5!273'&' &#"<]+fit;hZ&#%''+"&'7&54322#"&'3272#"'&'&#"Z+o3 YH)U?1*C \V};Zp 7 )d{%3?P1A(!ghs@Vpj k.6 o->@(ZU M= K>Y@;964/.+%"! >= +%2676&#!"&47>5#"746;54.'&4732>332+3˖#3%";6O323314S%LA313 HV}5  #K>+!)=L#  2  1  #K>+Ӣ+69KPX@ 9706<KPX@ 9706<KPX@ 9706<@ 9706KPX@2de M  = M  =K>KPX@.de M  = M  =K>KPX@2de M  = M  =K>K%PX@.de M  = M  =K>@,de  V M  =K>YYYYY@5421-,+*A4C +%&#"&47>=#4&+""'6743)2?3672#.'=F͍Ff+6dj}7)  IhP9ym/ {;65 ;{zde`w { n_'bL<@9H(<bQM=M >&$'*&+$+632654'&'&'47632'&#"#"'32767672#"'.'7&'&b-%H-Lib?Fhuq5Nr+8oO?݅&. '=) $=BH  4+ o6/q.?kFTXHj1^{1%q.EYFj}%1 fD)!% 3%  VLVL7 KPX@,Z=M=N=N>KPX@)ZR=M=N>K#PX@*bR=M=N>@(bUR=N>YYYY@ E""#s% +3"547'67433!2>32327632#"'&/&+&{/3s3#! (+w9)%ZFPFA!"%'BR;1,P;CZKX  =P55Gq/)RmD89@6b``M =L>$$&22<+;2&#54;2652>54&#"##"&54$32C-1363 );T=) jDpwdB RJ3V 3WR/+-7oC/+31)/#Ak`1V; 1" +?9+7/7@4/<b`M=L>$&$D+%&#"&547>=>54&#"#"&54632;j 9; jK(PX@7ZZ  U  UN  =M>@5ZZ U  U  UM>YY@ 77 7K7JGEDB<:21,*'%  6 5"! +3254#"'263 !"&#&47>=#"746;4.'&4732>54&+32#r\37qTD#3133131V`> 'yN%+ 3  #K>!)%=L#  2 1)9a^5, -=LcK(PX@#  VK = M >@!U  V M >Y@GE?>:8#)GC# +#"746;4&'&47327!4&'&4732732+! '&%!32>5}j;c^  {A@} I; 7.- R=煲+1/jdN- *?y= 2  1 ;{?y7 2  1  %E@*7Vu,lVm-f?\xRD. @< =K>OI"+7672&#"&47>''&#"&47>X41@71  zј +43 "-=1xF{ 5>CA/0+1 2  1 \P'%+  2  1 @DCLP@"E %"1,)P:M @8 Z  U U =M= L = >Y@DDDLDLIFC>4#-C +"&'4&'.7!2372'&'326762"'.+;26&#! &+">7* @r  ;\ %3jLF  FPf_G1#J5' ceq1T#1n?0)H{; 2 J&1R {6% H;X)9 u-!='}Z8N!(28@8* ( KPX@2b   V=M=M = >KPX@2b   V=M=M = >KPX@2b   V=M=M = >KPX@2b   V=M=M = >KPX@2b   V=M=M = >@2be   V=M=M >YYYYYY@))43)2)2)"%'" +2#"'&'"&'7&543272!3#?.#";6545spu }J{S412b;—9G>!A%-?fp*?/>]?F10% 7' L-:kK(PX@%  bU  QK >@+  bUU  I M AY@ 64$'##C# +#"746;4&'.732732+#"&5463232>5E ͆fb<\H%H7-9V!+%9#$){; 2  1 =y)ho=%wR?)J)/eN%;D7C>@;b`V M ==>B@##&'$&#$ +4&'&7$7232+#"&5463232654&=#"746;4632#"&/V F&/H5TRDl9wJ! %+5KD;JR?;HV1'+#sf#A9:L=)R  %\8F8#3LT4-RSJwD 0}@   @&bRM =M >Y@-+(&"    +"3275&# !267232>7632#".{^}~uj#A'!" NH{y1VP3L}q-h'/H <@6RK;e(ZH<h@%bRM=M >Y@ $$'%$*&!+&#"327>=4&'"54326763232>7632#".C^w9^a1S4 bs\%!$ L!$vw0VP1KȤoT' jm'5X>< '35P'"9c)[%; JqKPX<KPX <KPX< KPX@4  I U M  =K=M >KPX@/  U M  =K=M >K1PX@4  I U M  =K=M >@5  UU M  =K=M >YYYY@ ED?=:832/+('"! J H#! +!"32>23#"'.#&#"&47>5#"746;4.'&472$THXHhc1sl/TB!}Gs313323314)T+Ogi;yC^+RH? 0 d%=L# 65  #K>Z#=L#  2 %T<A@>  b  `U M=L>:864!#'C# +32+&#"&47>=#"746;54&'&7672362#"'&#"yf1b hmb2}1T w+ k5RH.C $1)#{765 5{#PV3' 7#d=I)?V"'#9-JOjA@! U UK>Y@LKGE:6G#'C +%&#"&47>54&'#"546;'.'&47327!76&'&47327+!7ExF90KE {Z R%&*9H ?D{ JG!7#G}{965 9{70/1)-R0 2  1 59BP-3 2  1 #8[ *:q-' %j}SZ7@4  VK=M>UTPNKIJG#*!%# +#"'&74632326?>.'#"546;'.'&47327!76.'&4732732+#47)R+J1C7 *(/1 4)5DRyV#>P ' A+f5X&BTx1]H'%5#;/5q !% #w`166?>! 66L1P=#|X(4;@84)# <bbM=M >)$$$&'#+7>3 3276&54632# 4&#"&'6327>54&#"V 7)RLP J5jO!1%yk3A9=/] +Lov<+w/C &8g?j4c'L="s-#)6)"5FI73 #)K1PX@<@KPX@!ZM=N  >KPX@"bM=N  >K1PX@"bM=N  >@-bM=N  =M  >YYYY@ !  ##  +%27&#""'#"54$32733253?T DjNh2jy!uXVmnNX#{gDD 11q{g $)K*PX@<@KPX@!ZM =M >KPX@"bM =M >K*PX@"bM =M >@-bM =M =M >YYYY@ "!  $$  +"7'32654&%262#"'#4#"#46BT BlNff4h{߮yT9ln)XyfEF0!yh /@ #KPX@(bM=M=M >@(bM=M=M >YY@ &%##%$"+%'32654&#"7#"&'&#"632#"'#4>32o ;>uoM`Y=3?8fTsySm5LhL)uLT%+'%V7붠s0w^7c5@2<b`M=M >#$%"+>32#"&5462324&#"";Zq@bJ73zV}VqjwN1B7);WTs;1{7@4<9KPX@%bUM=M >KPX@%bUM=M >@%bUM=M >YY@ 75/-'&" $"! +4#"3267#"''>7>7.5432".'.#"6325 ;!Js! }} uRk= +fm@=!+gQ} y 7 (/;pa'7#%%%+)Ɂd196@61 %KPX@2bbR= M=M >KPX@2bbR= M=M >@2bbR= M=M >YYY@530.(&#!  +"327&7673727632#"&'#"54>324#";X+1NH#RE @Q&}mm7r3>u RsZJ\D!j9CqwAoM#L3t <NV-%;g+l53 6@. "KPX@1bbM= M=M >KPX@1bbM= M=M >@1bbM= M=M >YYY@53-+%#!   +"327&#"'&#"327#5#"54>325467672qbQTF @>5 # %oujPq\J\BIVPZ9ُϴL3t%+PRN{ X;++yq9CA=`=q $$KPX@-bbUM=M >@-bbUM=M >YY@ $&$!$+#!.#"332654'!"74>32#"'= B 2=+3J=hs`P5PV TPn+jqӔ +9ejL/߸; %7@4 <bSM=M >%%%"$+!32676"5632#".547!4654&#&bP3A%qmL ;{D'ok%!8?fw@ovH?+ >u@310,&%#" <:KPX@M=M >KPX@M=M >@M=M >YY;9$(' +4'3264>7&#"'>326767&'4&='#".{ K%LyTgHomB9otbV' ^8B\51Y --+e\?T9TaJhDwX5wAT`o-N;;LHF93C\l\_:VGJ5)K*PX@ <@  KPX@(b UM=M >K*PX@(b UM=M >K1PX@-b  IUM=M >@.b  UUM=M >YYYY@ 42!$$-#" +%327#".547.54>32#"'&'&#"363632#'&#"BVC\:qL RK#KbI)X#- +Ds 5#fi7!?JPmwH4VT-I!XE#PT5^;+'EL TV+3`P#2K*PX@ $.- <K1PX@ $.- <@ $.- KPX@(b UM= M >KPX@'Z UM= M >KPX@(b UM= M >KPX@(b UM= M >K*PX@(b UM= M >K1PX@-bI UM= M >@.bU UM= M >YYYYYYY@ 1/+$"#"!" +%4&#""#"54322'4&#"'"&54632#"'7326+J?!,hf#5sC+)1'T)LLT!Nqˋ7\DVR`3+VT[F'+;^VFW!J-TV4HwmRKK*PX@841(=GF <+*"!:K1PX@841(=GF <+*"!:@841(=GF <+*"!:YYKPX@'Z UM= M >KPX@(b UM= M >KPX@'Z UM= M >KPX@(b UM= M >KPX@(b UM= M >K*PX@(b UM= M >K1PX@-bI UM= M >@.bU UM= M >YYYYYYY@JHEC$""!" +%4&#""#"54322'4&"'"&546326767&'4&'#"'7326+H?+hf9qCR1'T+J;3adRL5J61`9>!Lqˋ7\DTT^3+VT[F'+;^ w';/+' XELB)C+k'?J-TV4Hwm7-#KPX@UM=M >@UM=M >YY@)'--  +%2>54'#"5432654&#"2#"$54$'?LP%oYV}LyD-T{R!Ź'w;/o'=B%'dRH3J^L!3XV1BHd+{+@ $K1PX@)b SK=N>@'bU SN>YY@++332$$ +##"&5463272#5354+"=737#"Jr`9/7>J+:9<9+B_!J76%,9!p_5""5=h# A5@KPX@8b  b QM=M= M >KPX@8b  b QM=M= M >@8b  b QM=M= M >YYY@ =;75,*(&"  AA  +%27&#"267"&54325467672#"'&#"#"&54632`V =KZZ_@3d%3 LZ^m@3=4BPXZJ򮜶h7HA=c?%-NV\JN{e@DuL#-%%)N;+ .@KPX@*bM=M = M>@*bM=M = M>YY@ +)%# ..  +%27&"267"&54>32673#"&54632dR =5=17PVXJ嬋+7yyA/+yBsK%+"'u72@ 21 KPX@0  bUM=K= M >K%PX@0  bUM=K= M >@.  bSUM= M >YYY@ /-#$#3$ +4.+&=37#2"5432653#'.#"3267 5=A #udJ^NP9^%V7 5  '.+`\Ɯ^>/fT{@b@ <&@UIMAY@ 9641.-!@ @! +72'4'"&54?&'.+"'537+"67674#&'537+"Xp%\13?G9! #% "5BD fB9?9L>/Eyy#53T/JX'55#3{{D`-y/-@*)#<=M > "!/ /! +%3274'"&546?.'.'52>7>3wXs:"a-94o>$' ) 9{7N-Y75 qF>9:HN>-Td@+-P;D/BAH)NfFB HM'b{/%1u%'Ly<z@$ @$b UM =>Y@ :726"225" +3274&+"=37+"2?#"&54.+"=37+"&8mv %=P<' =>Wnl';N>% =ov/!11 T R!/%d11%+LE@43@;(#KPX@+bM=M= K >@+bM=M= K >YY@EB?<4#333&#$& +7467672#"&'&#"63 ;2&#'54;254'"7;2&#'54;2L\Vb=4=7#3 +'=M<'+qB('=O=')"A=c?%+)%TZLN{fTRRR'+Hu@ FEKPX@:b ZM= M=  K =N>KPX@:b ZM= M=  K =N>KPX@;b  bM= M=  K =N>@;b  bM= M=  K =N>YYYY@A?=:86.,(&#! HH +2#"'&#"32>54&#"54>3232654&#"#"6354+.5>o1-%7+ gmX1^fL3m%)$:=3>j+ ;N?;-^5H3RFJETX4N)++%9i}Jq3!51 4ZX wD$0:@7 SM ==L>/-)'$$C +#&#"&47>=#5354&'&7$724632#"&-1cimb2/V F&/KD;JR?;H7P{765 5{PLV1'+#se[3LT4-RS{@ KPX@b=N >@b=N >YY@ $" +327#"&55"'676763+jT#Ljsh m= 7)HVJ`e^TIB}!"@K=K>CC+&#"&47>54&'&47327;b  rw b;;b sw  b;u{C65 C{q{C66C1~@  -&@*bbV=L>Y@ #C +4&'&7672672&#".7>5&"5>32)b !("%S;b  sw  b;4! 5[4f,$ ,L=~/{C65 C{%%%Rm%7 5@ 2 (KPX@*U V = =L>@-  bU V =L>YY@ 5 510/.'%! $ +.#"3!#&#"&47>5#"&546324&'&7672{/B'ZVJ6&$"$+6732762#"'&4&#"X\-+-/4'IN#!5+J8;5^>B);BX TV6%//9>@ ;: *K.PX@=b  bb= M= L=M>@;b  bb  U= L=M>YY@><87C$"#)$ +4&'&7672!2#"&54232654&#"&#"&47>#")b !^gj%3JPfO>Z sw b<  f,$ ,L#5(șb:F=X}[565 C%uXf@ V>!@  U M >Y@USONKG$C$$F +4&'&47327"'&'#"&'#"&54&'&473277267&54&'&4732772745F%F@m b1/V -UXyg4} ? @.   b  UM =  >Y@.$$$Y$XURNLIGDB=;85210.,+*(&%#   +"'+"3274#327&54+"'+"'0773077307+"327#7"&'#"&54+"'57V%*&)T; +TP )'+ 0'+rPN<&+^ J&L{Nqi)'=-P1PP-9PHPPsN$jD5yP%/[@<6 A 5  +%KPX@4  bb M  = N=>@4  bb M  = N=>YY@&SQMKDB?=;9430-*)(&$#"   +%2673254'"734#"7;2�'�'54;255"'676;632632#"&546327676)-'+T= +TP )'=PN;')^ I!'L{Lri);F\q5)=  !HRδ R%8XR RuK%jjE6{>FL7%#B~-R8@ )(KPX@0b ZM=K= N>K!PX@0b ZM=K= N>@1b  bM=K= N>YYY@ 87#&$334"% +75"'676;632;2&#'54;254&#"7#"&54727b;!)Lys+&=M;+#3j sHydh\JD uI!jjTRRm\~D@"54+;@ +*@8b  b  `M=K= N>Y@;:87#&$334$% +%527&'&+&#"+"63754+"54632'32654'"3'b@%"Jyr)'=P>+"4j pHyfg\J DuI!HjRRRm\zD?#54/w{6j( @U K= >Y@30.+$" 65 +72654&+&=!4&+"=37+"#"'&';2&#543 F5H ;=K<; 5'F(HR ;=M>H 4A11/%77!3X!)8\The3!35L )I@F#<bbUM=N >!%$!"$%#+4762'"$.#"6323232654'"&#"Lp xY<0+u!*1jGDfgM+́}u-0Tw M@9w 3K#PX@5Z  b USM= N  >K.PX@;Z  b Z USM= N  >@9Z  b ZU US N  >YYY@/-,+!#!%&$" +4'#";4654$3!.+326=3#54&+327!".;A1uN%}'TTP-#%Zy^B?V-! DI%#"):\9, KPX@bM=N >@bM=N >YY@ $"&&$$!+327&5432324.#"#"'"&54!2'u?3}@bP>Y@ 9876! +>5;2&''5432=.54>74'&'273?U" Mg+'=N<&+jZ9\?%?sh)'d{R&!oR$#PPTd{_(hh@ y6 4u/_K(PX@%b`K=M >@#b`UM >Y@ "$!C+4&'.7327"'&'##"&54632327>1b  hm b22T w+ k5RH.C $K,{7665{V3 % 8#d>J)?U!'#51,t@'" @%b`UM >Y@ 335$"% +27#7"&54632#27654+"'5737+"dH(NylRdK:s #P+9=N=%+jYRL&ed:-)C7u%IRy88@6 *)KPX@;b``ZQ  K =M >K.PX@<b``bQ  K =M >@:b``b  UQM >YYY@520-'&&%! 87 +"327632#"&'3#"&5432#2674&+"=37#  c3Lwo Lto\;J P !=R7-)-}{R)H6D= FF+`C lB1%33o1,@ '"KPX@bPM>@bPM>YY@ 339$"%+5"'676;632#"'&7;2&#'5432bM#N{lPdJ9w%L+;=P=%+TI)ff;+)D8p)P!!-@KPX@,b`ZM=N>KPX@-b`bM=N>@-b`bM=N>YYY@ #"'$"+"567362#"&'.637327632#".'5YWl\mZmL@7C R%/ imL^D\7KL95/:D! q7kצ%NB?RMs$KPX@ZM=M>KPX@ZM=M>KPX@bM=M>@bM=M>YYY@ "$&2"1+%;2�54;25467632#"'&#"9;R;7;PVZjG-j T31T@=G@-+J;'"KPX@ZM=K>KPX@ZM=K>KPX@bM=K>@bM=K>YYY226$"+%4.##"&54632;2&#54;2`k+JkXVR;8;V;:?';J+-?H=BĒT13/w 5@# @(US  K =M >Y@ 30.,)(&$"! 5 5"" +4&#"3262654'"&#"'5!273"/#32&#54yXc?PT%%3Vss9J3aPALC 9@uHtn2l3-)}bFޓ7/!79w-7^K,PX@ 3 <@ 3 KPX@.b  U= M= M>K,PX@.b  U= M= M>K1PX@4b  Z  U= M= M>@2b  Z U  U= M>YYYY@6420(&$" -- +"=307"367632"'#!54;654&4&+326RBL9 C!)B%J/LD;srX@31TP?bX-<91Z3RD~Fb{)-0l3Bntb;Q@N.<bbRM=M >7620-+! ;; +"53&'632654'&'&'47632'&#"#"'3265462-%H-Lib?Fhuq5Nr+8oO?݅n`%6)-;Z o6/q.?kFTXHj1^{1%q.EYFj} T9!%!BloP&KPX@$Z`M=M>KPX@%b`M=M>@"b`QM>YY@"  && +232467672#"&'&"#"&546%+1D3^Ro{?-9, \6XNbV=7^sL?]3!-!!FN=P=/oP6KPX@/Z bUM= M  >KPX@0b bUM= M  >@-b bU  QM>YY@20+)&$"  66 +232#"546;467672#"&'&"32+#"&546%+1DwJ6#h3^Ro{?-9, \tJ9#b6XNbV=7^%)1L?]3!-!!F!1N=P=/oP'KPX@$Z`M=M>KPX@%b`M=M>@"b`QM>YY@#! '' +2#"'.5"#"&54632327>/=V`PX5\1'-?}qM^4C4/=P=NTyE-!3]@L׶795_@ ,+! @bM=M>Y@ 42'%#'" +32>7#"&'&">77#"&54%5467672!%%!=/9, /D !8Bdg7Js03^Ro{#'pVX!-!!Fb/pE  wV'+)$" .. +##"56?#"'543454&#"&5>3232:%6 X 13'P%%!RfD= # `F @su'HA-F95} ;7:KPX@ZM=N>K.PX@ bM=N>@bSN>YY@  +2# #52767573#327>T/Pwٍ{ %  /1DL'`5%%F`w1%}6@?@<>   <  b TK= >=;GC% +"'&'# 5#5354&'&47327!54&'&47327!327&54R -\6;N^+JI5T n+JEJcYX?',"'34HGPK,PX@bM=M >@bUM >YY@ '!)&$!+47!.+'#"&54>75#"'7!232>54'mK>#N 9kH7L #)/)hVy37?F"򚮷9{{H1!C)tuDdLt@ KPX@b=N >@b=N >YY%#("+32654'&54632#"&55"'676;^bmV{D;f7%%L`sF!1qר+uI!9@=>O*C +%&#"&47>7632&#"&47>.'.5 o`BY(5)<9   dj!  # 9551*+/+y -  55! 0 l N>?R@b`=>YJ$*H+%.&#"&47>7632632&#".7>'&'&&&v "PX-Z )<+6?:33Mdu Tv 5>VLQ559.*p/+/+y L5 55;@ \ \LE%@"M =K><8'&#!%# +67672#"&#"&#"&47>'&5&#"&47>76)R+I1D7%(.0 )5D Ry V# 'B+f 5X1H&%5#;04q % `255@=&! 55L1y}y<V@ <(@UK>Y@ 227229"2# +%32&#5473>=&.+"=27#"764+"'563#7}99Z7= H =-3# u 13ۍ0> $777 61:7%:7!)}#D`@3.KPX@.b=M=M=N>KPX@.b=M=M=N>KPX@.b=M=M=N>KPX@.b=M=M=N>@.b=M=M=N>YYYYY@ %s&%+.6?%"547''67433!2>32327>726?2#67>;5/q5/) '+bR$ܻS- ;*E;]#C 1TiHeS q  =&/< |H ) '?D1{ 5w@<: 9K.PX@ UM=M>@UUM>Y@ 1/,+$! 5 5#! +%4#"326#'67#"547#"'3!2367632;'HV=HR3 +u! # D} N%U13@JD{?C4/8qyh#s9F3 σw9JFKZm+/w(y@%$<&:K.PX@)db`M=M>@'db`UM>Y@ "$"#) +#!2#"&54232654&#"#"'^fj&3JPg)F#7lDh#5(șb:F=X}NRy JJ` 8@#"%1, <:/.9K!PX@0b`M= M =M>K.PX@.b` UM=M>@,b`U UM>YY@ 42 8 8  +267&#"265#"!"'3!27&'#"&546L}u7P^)}/ %xH/ P5cb7420" :9 +72>5467>54&#"##"&5463232&#543 ZR%+$K@9XT/1R7:5'+' %;M=HZ`V':\3NV9-)7+Bp>-#/b?1%31#+D97@4bM =M>,*"  99 +%32�54;>54.'.54632#"&547654&#"P%=R>% ())3:5±T1/TX9?M<95>9H13%1}?b.$->qA+7)-  9VNJh>9LC!#+-;pK(PX@'b`M =M >@%b`UM >Y@-+'&"  ;; +#"=307+#"&54632332654&'.54.'=R;' '+'5:7ŰP3/TX9?L;95>9 13%1?b0"->qA-5)-9VNJh>9LCZVD@  KPX@M=M>K!PX@M=M>@QM>YYY%%$$+34>32&"3267#"$Vk嗑f^yTk^J馕=1\_j?wQ4D '8@5UM =M > &$     +"&4632"32%".57>3 =OT85VR,ԢzgU kRoRP:7R2-JҾ[lz-} >A@>3<UM=M > -'$#>;  && +32>54&#"32654&#"&47>54&'&4732632#"&i3?A[9'!?fOJbw b<;c s)ۭX])Fsw=B2)'LM/9#^\Z`J5 C{q{C6bw=]# mbFf8-@@=#<UM=M >)'--  +"632'"'32>5".547&54632?LP%oYV}LyD-{R!Ź3;/o'>B%'eRG3J^L <3YV1AHd7oB@ = 32 KPX@;  bU  U M =K = M >K#PX@;  bU  U M =K = M >K%PX@AZ  bU  U M =K = M >@?Z  bU S  U M = M >YYYY@"@?<:6410.-+(%# BB +2#"'&'"3#'.#"326754.+&=37#2"5432653>%+%!Y ^NP9^%V 5=A #ud+!)u+`\Ɯ^>/j7 5  '.x~-}G=@:  S K = K>GFCB?;8721CCC+4&'&47327&#"&47>=!&#"&47>54&'&47327!11DZsb<20,*%$  +2>77#"54%&54#"567364632#"&&!%4 ! }/)byj!LC;JR?;H'sVXT#!7 uZVV< 3LT3-RR'+syN@M10,H I @.b   b  UM=  >Y@LKGEA><9>3362"  +%#32�54;2?0&+"&=3%+">754&+"=37+"327#3%7GB9)s9#!-P#'%w%!'  %=P;' q Rj+13^X 11 !'78 !1!11%-ZP-%F!`yK.PX@%bXK=L>@#bXUL>YY@#226+7>54&+"=3%+"327!563 >;Z?9 N!9H 2C-!33/-;-) B@>= : .KPX@3b M = M=M =K>@3b M = M=M =K>YY@A?971/+(&#!  +"327&#".'&#";2&#54;265#".5432>7672`m`L;X=6-7 '1  #=R=% D`ud4VJ9cX`9ʞʹ+=%+TZL9B755%1/TLF=c#+DGO@Lb`SM =  K  >DA?=9843)'#! GF +72>5#&5473>7>54&#"##"&546323#32&#543  :5-%+$K@9XT/1R7:5%('  %;M=HM2f@.':\3NV9-)7+Bp>- +W71%31#+DEI@Fb  SM = M>A@<;20(&"  EE +%32�54;>5#&5473.'.54632#"&547654&#"3#P%=R>% *%'3:5±T1/TX9?M<9,69  H13%1G6X(#->qA+7)-  9VNJh>/?e3!HJSK PX@),Q @ I<KPX@),Q @ I <KPX@),Q @ I<KPX@),Q @ I <KPX@),Q @ I<K!PX@),Q @ I <K#PX@),Q @ I <@),Q @ I   Zb= = M=M  =N  >K PX@;  Zb= = M= N =M  >KPX@<  bb= = M= N =M  >KPX@?  bb= = M=M  =N  >KPX@<  bb= = M= N =M  >KPX@?  bb= = M=M  =N  >KPX@<  bb= = M= N =M  >K!PX@?b  bb= M= N =M  >K#PX@Ib  bb=M= M= N =M  >@Gb  bb=M= M= N =M  >YYYYYYYYY@PNHGDB?>%u'"%% +%&5.#"326##"&'.54324&'&76723!2>32326?2%"'"'&%'"G1b53gP}%3%Pc=HG)RB)c !%bR%ܺNR);*/ /(-ʥg5.XT6G#S&07c, h) ( ,L==T< | "$"L/SV6@)U2 I RK.PX@Pb  bb   b=M= M=M  = N>@Nb  bb   b  S=M=M  = N>YY@TTTVTVQPHFB@><)$'"%%+%&5.#"326##"&'.54324&'&7672!2#"&54232654&#""'&"G1b53gP}%3%Pb>HG)RB)b !^fj&3JPg:8E -.XT6G#S&07c, h) ( ,L#5(șb:F=X} 7-',"$JL K[f9@#2 5( dcO \L< 9KPX@Gb  U = = M= M = N=M >K.PX@J  bb  U = M= M = N=M >@H  bb  U  U = M= N=M >YY@$ _]ZXSQGEBA:710/.'% K K#! +%4#"326#'67#"'"'&'##"&'.54324&'&76723!2367632%&5.#"326%#"';'HV=HR3 +697-3%Pb>HG)RB)b !B N%U13?JD{"G1b53gP}*s! # ?C4/8qyh "$0#S&07c, h) ( ,L3 σw9JFKZm.XT6:4s9)R@f@ 43<:K1PX@!M=M=M >@UM=M >Y@ &,5#$#%!+ '.5#"=47265732'#32>54&'.54632.#"bRVZh%NH3-L-=fN8\n66Rfu PbH/Cp ZgP?@)#5J' <-=>%lj9fk hV;9m)7n+=yDO@   K*PX@G  b `  b b M= M= = N  >@D  b `  b b  R M= M= >YY@$EEEOELGF@>8631-+'&"  DD +2325#"'&'#"=6;47>7>323467632#"&'&#""&546#3:R+1 DDAfD= #39%6 Y e5\Ro{@-9+ \5XNbV>e4'7^ 95}/ ; `EL?\3!-! FN=P>/ds'HA+1%Wd@* ? XT<9KPX@8d   b  U M= M= M >KPX@8d   b  U M= M= M >@8d   b  U M= M= M >YY@db]\WUOMGFB@=;75-+(&!$"! +4#"3267#"''>7>7&'#"'&'#"=6;47>7>323262".'.#"632&'47#325 ;!Js# ,$,AfD= #39%6 Y vuRk= +fm@=%d4'!+gQ} y 7 (/"-95}/ ; `E (Kpa'7#%%%+)Ɂd1}ۋs'HAFs4@<ZY  Q KPX@E  bM= M  =M =N= M  >KPX@E  bM= M  =M =N= M  >KPX@E  bM= M  =M =N= M  >KPX@E  bM= M  =M =N= M  >KPX@E  bM= M  =M =N= M  >K!PX@B  b QM= M  =M =N>K.PX@F  b QM= = M =M =N>K1PX@@  b I QM= = M =N>@B  b  ` I QM= M =N>YYYYYYYYY@pnlb`^XVNLGE?=;:97$%%#!+4#!323"'&#""54?>5#5354>32#"&'.#"!27363 #"&54>32654'"732"&#&#""#54;>5 93F/RL/ a 5' PJXH1?N > GFHly7XN{F1) \-:mJ !=dba a 7' D5!136`h'FqK+1=)P`J5+iZjVP91!'X511"2%50?@ 21 @.b=M=L=N >Y@ 'A*&'+4&'&767267632'&#"#"'&#"&47>32654'&'&)b !huq5Nr+7nP?݅Mbt^w b< H-Libf,$ ,LPj1^{1%q.EYFj}5 Co6/q.?k%5@@/4>2 6KPX@/  b= = = M=L>KPX@/  b= = = M=L>KPX@/  b= = = M=L>KPX@/  b= = = M=L>KPX@/  b= = = M=L>K*PX@2b  b= = M=L>@<b  b= = M=L=L>YYYYYYY@;955B%s +3!2>32326?2%&#"&47>54&'&7672676'' '+bR%ܺNQ);+sw b<)b ! q5) ==T< |5 C{f,$ ,LNLA ERM1) E@E@)$#4 oji[V zbON <  b e  U G M  A~|xvsqnkhe_]ZWTRJGDA><$##36#3(1++"'.#"=737#"6&+"'5737#"#"' #"'.#"=737+"'.#"=737#"6&+"'5737#"#"' #"'.#"=737  va N'q +uy'R+T1  sq ! 72  va N'q +uy'R+T1  sq ! 72  /' ## -4) ## Jg/) #) /' ## .3) ## Jg/) #}/4@1beSGK?+#!#!#!#!9 9f9 9f+-1C@1  'KPX@6  bbM= M =M =>K.PX@6  bbM= M =M =>@4  bbU M =M =>YYY@><75"3#4! +3274+"=7307+">76"#".5'3#".54632qB +%?N;') ' =Pb11iHg5Z '4H?\:#XPPNu 5! f2GeRV'!19LPx7/;B@<70/KPX@*K=M=M =M>K.PX@*K=M=M =M>@(UM=M =M>YYY@ 334'%'%%% +%&7632#".5".5#".546323274+"=737+"+/^ '3HVu;Li5Y *1H7P1 s= +'=O;'+sX' 1:Lf=4'";2&'5473>54'"\E\R! N1 f1L R5}# !h% %% #]! %% #5 XAO@L0<7$<bUU I K ?A>;84#334%"$# +4632#"'&#"632;2&#'54;254#";2&#'54;2^o=RL.7Xj=J/\+o/TV$/ ^)n -;Łf3#+'P'5ZXXR/ ## /+%/ ## ) $@ @/b``UIMAY@#!    +2"&5464'"'673#"&5432326=#5#! !'u?)-=-P+'+#;"#"_K7)Xq-3'3;uB=.<@9.<b``PM >"$!F+&#"&47>=4&'&476723632#"'&#"w+X9EX+3Dyu fP)93#3j0- ./mJ/-b5!/?#$ )>@;<bZUIMA""!$2"3 +4&+"=7+"327#7##"74323276% %#+y9RJL;! 1# '' !7)yy@7 H/ 1H@EbZb UUIMA/,"6""!#"" +327672#"'.5##"7432327654&+"=7+"h#-%+P-=-)RJL;! 1% %#-w;5'3/oy@7 H# '' !-+4PKPX@  1 <:KPX@  1 <KPX@  1 <:@  1 KPX@,I U  U I MA@-U U  U I MAYYY@420.&#! ++ +"=7307#"37632"#!54372654&4&+39 H/h!`/+]7$/1@L /5=F'#!w%aK4VN#o#-Hw EC@@E@)$4 <e G M ADA><$##36#3(1 ++"'.#"=737#"6&+"=737#"#"' #"'.#"=737 w` N&q +ux'R+T1  rq ! 71  /' ## -4) ## Jg/) ##>F@C>9<::b UIMA=;("$'##8! +#"654#"=7307#"#"&54632327654'.#"=737+53 V-X9!H-5!A)J' 7'  ;  #! L/1H!%6e+ ##Z)%KPX@ e>@ d[Y%$ +#"747632) } +1y +u-K1PX@ d[@dd[Y%&&$+#"&54?632'"54762  $%. x 2#3z %3   -;3#@ <R >  +"&54>7327D+\A ;@^Z;=L3# X)%TE;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TE7FD @eM >Y@   +2#".546`^?< B[+DFFV%)X #5L<9]dF9i@K#PX@M =M>@QM >YY###"+#"'732654#"'632b) L=!-h5q~ b ;Pb ZF9i@K#PX@M =M>@QM >YY#$#"+4632&#"327#"&Za+L@JB!,fJq~ b ;PLTb s @bcM>$&"+4632#547654#"#"&sl\HbGL^R?H+/ +# 3RZE98;<9HBA3+Xs @bcM>$&"+4&#"354'&5432326l\HbGL^R?H+/ +# 3RZE98;<9HBA3+XJ+"+5ouVuJ+"+%557ouVuB3@<e > +#3#uVu8n?3@<e > +3#3tVujnwN @9 >  +&''67F3RL3;Nq'RXN\'_yJ @ :[ +#&'767f;1RH1`%XTL`%P,KPX@ K>@GK?Y +#3rrPqyX @IMA   +!"5463!2!5!X%-"-j h ,@ d[Y$! +632#"&547% N&'' d1/! h%KPX@ e >@ d[Y%% +#"/7>32s/S1d!)-u@:> +"'6')'H' RT @IMA   +!"5463!2h2 "-!.J?` - @ d[Y! +632"'%J?L2T\Ju KPX>[Y   +"54?y/% J,9<% s JLf=$@!<GK? +!7J=JDf;@ 9[ +!J;B+J+@(<UM>###"+4&#"'632#"'7326<5,PssP! 3>1>N sqP;B?JO@@UIMAY#$#"+4632&'"327"BrN%#3<<3 Ns N>13<PZ-j @:K>  +&73563b3%-)1%5%Z;y %@"9GK?  +#'5#&73%)1&5%^J&@# :9GK?+'5#&73563#H)1!--!T#5%}--TZ@GK? +!&7%/+5%NV @ :IMA$" +327#"&'weA^y VPR=D @M >$" +4632#"&LD;JR@;H3LT4-RS; !@UIMA&+"26544632"V55V8gGFjh:+);;)+pdbHFdu5P@< :d>-" +#"&54>7327'@Pl;uRA+RK)N%5<^R3if<-+LuT'$$#h;@8<IUMA  +272#"'&#""5>32B""f9L95B! 5?%XXf+#%%%Rl3u-K1PX@ d[@dd[Y%&&$+#"&54?632'"54762  $%. x 2#3z %3   -PJ=&@# <:IMA# +6727#"&547PuBb@A/Xt Ta`JN#)b9@3Dd}"+'&'0'7'67677˲    ! !\w-7i@$ 6@UIMAY@1/&%# -- +"&54?&#"=7327"769327"'2654/-7D#DD=V;oy !-F+I7VL;!/ A1+#54'"'67 R5}#\Eg! %% #5 - !9*)K#PX@"bUQK>@(bUIUMAYY@ !-(#+332654'.4632."#"&#"69-*+9)9wTIrNo70NR5%533DNT+!`L)%''N1#BX#P;+'%$-7%9L1BJ@G 9'<;.9U I M AB><;3")! +436767.'&'#"=!765&=!'"&#"5474'&'2&#"E f  HN1 81'B-Hb+ HNH+-/ ?5N?TE)) 2P )%1\7-+ FL+56F@C&<bUIMA,*"  66 +32&'05473>=4.'.54632#"5465654&#"{ P3 !k`X'7D/57Od %% !%=J+NYZK/ %1G3FThc5)8K%PX@K =>@S>Y@  +#!5)s5)AK%PX@S =>@SK>Y@  +#!5!5D)'s5)AK%PX@S =>@SK>Y@  +#!5!D)s35)AK%PX@S =>@SK>Y@  +#5!5!D)׍s)5):K%PX@ =L>@dL>Y@  +!5!;D)sf#@ dGL@ +73!fiZ\fh9!@GSK?+7#3!!kk>h^X @<d[ +7'373)l\!V?XF .@+SGK? +5!5!//XXZZZ+19KPX@  >[Y@++ +2&7>54./&546%2&7>54./&746;Xm;J DF`;Yl;J  DEHXTy)@  M3HXTy)@  M30@<d> +3#3|L4Mu0@<d> +#3#|M4Lu)."+%5%N%|L9M)."+%55w%{L7LZf !@UIMA&+"26544632"3V55V7gGFjh:+);;)+pdbHFd=FV@d[  +2#"/&'46#   +V  /=TV >K*PX@ d[@dd[Y@   +2#"/&'46%2#"/&546% +:#   +J -   /=TV>K*PX@ d[@dd[Y@  +2#"&5476'2#"&5476#+ ++  J-  / %)b=@:<: 9UIMA  +267#"'&#"'>2#/1%3PJ%'-1KR<-> 5-/3 \[:-\@M=M>+462"462"@Z??Z@@Z??ZZ@@Z@%Z@@Z?=h #@  <eK>" +73##=' 7V =h #@ <eK>! +'"'#&5473h'7# =h D@  @dGL@Y! +6323#'=& =h D@ @dGL@Y" +#&5473672h'  "= K@  @deL >Y@  +%!#.'5673+RFXdfqD $+=V>3B5%5#'h%KPX@ e >@ d[Y%% +#"/7>32.R2d!)-' h ,@ d[Y$! +632#"&547 N''' d1/! N @9 >  +&''67F3SL3;Nq'RXN\'_#;@8<IUMA  +272#"'&#""5>32B""f9L95B! 5@%XXf+#%%%Rl3%X @IMA   +!"5463!2!5!X%-"-;b @IMA   +!"5463!2+!b!*,^V @ :IMA$" +327#"&'wdB^y VPR!=5D @M >$" +4632#"&!LC;JR?;H3LT4-RS9'@IMA+462"%462"&B^AA^MB^BB^Bf_AA/-Bo/AA_?B9f%@"bcIMA$'%+#67654#"#"&54632;??151%_=JG38;BJP'!? %%MOT *@'UIMA    +"2654&4632"+55V79fHFjh:+);;)+:dbHFdu-K1PX@ d[@dd[Y%&&$+#"&54?632'"547626  $%. x 2#3z %3   -s;yh @ :[ +#&'767f;1RH1;`$XTL`$P!,KPX@ K>@GK?Y +#3ssPqwP3KPX@ K>@GK?Y+#3#3qqppPqo -K1PX@ d[@dd[Y%&%$+3254/&#"3254'&"!%/ y 1#3%3  ,*@' <UIMA$#+462"'327#"&'o5N77NveB^y qM88M6PRqH @ 9M >$" +.#"'>32veA^y PR7@:[ +"&5467;Ym;J DEHXTy)@  M3=@9 > +2&7>54./&546;Xl;J DF=GXTy*@  N2=@9 > +2.546#EC J;mY=3M  ?)zTXG=@9 > +2&7>54./&546;Ym;J DE=GXTy*@  N2J?` - @ d[Y! +632"'%J?L2TJu KPX>[Y   +"54?/% J,9<% s j# !@ :9GK? +'5#&7356)1&5%+3%\% !@: 9GK? +63#'\)1&5%3%H @@ @eK>Y +'5!.67!{!j!dH@dINB)!" ++532>54'.5432_S22)/712_9JRPZ5')5#Pjw XQ@ @UIMAY!$"!+3263#"&54632"&#"  RnwT ?  +&73563Z3%-)1%5%R;y %@"9GK?  +#'5#&73%)1&5%B#&@# :9GK?+'5#&73563#+)1#--!+!5#-+B@GK? +!&7!#-+5#*@'ddN>  +2=23263'"&5462` V-)5bn@!%!9u.@+:ddN>  +"703033265462')`%5)-: %!Bm @IMA$ +462#"&B^?A-1@1=A-/@B} @IMA$"+4632"&%462#"&A-1@B^?jB^?A-1@1=A-1>B-1=A-/@Bd !@UIMA#"+4&#"26%462#"&A-/@?_?figIHf/DFZGG-Fddgd@9[ +2&7>54./&546;Xl;J DFhHXTy)@  M3H3W@  @UIMAY@ $% +'73#"'473254 hF)cBAN)f b&Mk"+ TP1%?@< :d>-" +#"&54>7327'?Pm +"'6+')'H' RTL@@  @eIK?Y5 +'5463!2"'5!F%5&#m#!3;j&@# <dM>""%%$+#".'#"&'6732763232+Y4+B#R!3Z /IT/ 1PN yRA^H\=bb (:K*PX>[Y  +&'767+=)TN'H=d`XPhqm3uX @9[  +&''677+AR)K\qHTep D 4 :K,PX@ M>@IMAY$" +327#"&'weA^y PRDV} @ 9IMA$" +.#"'>32veA^y DPQN};@8<IUMA  +272#"'&""5>32B"#f:L95B! 5\3X?%XXf+#%%%Rm3#T @IMA   +!"5463!21"-!.N @IMA   +!"5463!2>() Pb OKPX@UM>@UIMAY@     +!"5463!2!"5463!233'*')N;@8<IUMA  +272#"'&""5>32B"#f:L95B! 5\3X?%}XXf+#%%%Rm3{f @IMA   +!"7463!2\() @IMA   +!"5463!2>()bK PX@ = >KPX@ = >KPX@ = >KPX@ = >KPX@ = >KPX@ = >@ e>YYYYYY +2"&'1!/TVD@ = > +"&'2/+'))%# Q@ @UIMAY!$"!+4#"#7672#"'72326  RnwT ?KPX@dN>@dGNBYY4!+672#!"&=62! "'%7!Bm$@!SK> +35%!!tB3;j$@! <U>""%%$+&'>32>32&#"#"'&#"% Z3.?#R 3[/JT/ /RM9yRA^G# "+''7'77#:;;:R99::]N"+4&'7.476 '6 /(). RO3'$'q)@;$ '=hB0 /@,UIMA     +!"5463!2!"5463!2>>'*')`\ %K*PX@ e>@ d[Y$% +#"/7632  +?F)/b\ %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %H;@8<IUMA  +272#"'&""5>32B"#f:L95B! 5\3X?%'XXf+#%%%Rm3;7K#PX@dM>@dINBY)!" ++532>54'.5432%^T11)/711^9JPZ6')5#Pku'J!6@3dbINB   +2#"&5476462"%462"&%l  /f A^BB^BA^BB^AJ1  %#_AA/-Bo/AA_?B9@ :M>%$ +73267#"&59m-A- 4i3Pck>+^LTTK@  @UIMAY@     +!"5463!2!"5463!2>>'*')3 #@  <d>+"'672"'672) %% %%D R   R  z J@ $###! +"#"'7&'""5>327632272#"'H $(! 5\36+$#"f9=1[ %%%Rl_mXXf5(H@E"< U UQM>&$! (( +"&462"&462272#"'&#""5>327((7(7((7)B#"f9L95B! 5\3X@$(8((80(8((8XXf+#%%%Rl3+^1@) K(PX@(  U UQM  >@.  U  U UIMAYY@"/-,*%#!11  +2#"&#"#"&567232>72'"&#"#"'&=63232> 9Z!!/ ?_!': ;X!"!1 B\': mH'% hD## mH%% jE$#; p@ K.PX@dT>@deGL@YY+673!.'3#>7!#.'fqD #/- FfoqdH !1dRFXd%5#6;!';o15V>3B5y)#@  <K> +55673.'5;!';o05)0- FfoqdH !2v"+%55%{L7L=F*@'<QM>#$#"+4632&#"327"=qP 3BB3)Nl?F31H=V*@' <UIMA$#+"&462.#"'>325N55NveA^y N88N5PR". "+''7'7723322233.v"+%5%'O%|L9M.v"+%55%{L7L. '@$<:9d> +%55%#3#Nr|M3M{M6Lu\'b*@'<QM>#$#"+#"'72654&#"'632pN)3BB3 NpNn>H13F@oyN@M> +462"?V@@VV??V@b}5@ ,32#"#".'#"54>/%A-<+L3 4!4-%3A'L 3'-!AD!hJ (\@UIMAY@$#(("$"$$ +2654&#"4632632#"'#""2654&9Z::-/7kHV67UHjhJU76VHH/8:Z99-FF-1ACueBBcGFdBBC/-FF-1Aso@ KPX@eV>@deINBYY5%5+57654+"74?632;2:>!#9!     w @ :M>   + 7!2$67#D !e#7%qLVN%) %@" :IMA   + 7!2$67#D !e#7%qLVN%= @IMA   +"5463!2##"=#0#.R @IMA   +"5463!2##""0#-\XjN@ < :9KPX@QM >@UIMAY"&""+6$3232$7#"'&#"\/aՅ՘yH;DRϤR`hADDE dwDBRD @ 9M> +2!"'6$#9j<#%#3aT;%;9e K.PX@dT>@deGL@YY+!.'3#>7!/- EfoqdG !1P6;!';o15#7H .A@>, -<bQM > +)&$  . .# +32>7"'"&54?4&#"#"&5463227^% 5+=%/p4- L'w 3+L+(+#B7!   !/L?mL<@9<SQM >  +27"'&74632#74#" 7#-JF1!OB-B1?';2!O9_;% +&#"&7676=4.'&5673&"&462P%!+#)$ ='$$V    G%%DF $@!QM >    +2"&464'"32PHNKGH;L8Fe9;[VwgsmB+6@3 <+:RK >#%##4"+726754+"=77#7'"754&'#"=7/4 101%34R )#?F89g%L5@2<bQM >  +2#"'&#"32>7#"&465)!#'-!  1FDIRL$'!-D9-5 BVe'o@'#< ;KPX@ bQ=M >@ddQM >Y@ %"""+5&#"323#"'&5463254.#'673#7!;B'%5'D;1 ='-?"Z%m}#%N;c; '#h;p@ 65 @!  d dPM >Y@98432':" +672&#5437>=4&#"2&#5437>=4#'"'56723.+= 5#J  + 9%E  T! dR956  )4 9hsHPP@MA% IG><42/.(&$"'# +54&#"&#"&7676754.'&'6736726723&#"&76=4&#"&#"&7>N%%!+#($ =(/)>3/'3")#+!%#$!*) Zw+-    459865 w+&   L(@@=<9ZbN =M >""#+7##6326'&=47623254#"N'= #)#+!%   %/++:   ##'<4@1<:QM >$"$"+27#"=#"=472=732#y%;B/=>L?'D M hhB+S@" @eK >Y@ ###'33#+'.#"'577+"7674#"=07#"&Z 7P ?=!'7 `!  #yHBu@7&< :B>0,9K PX@ b WM >@ b cM >Y@A?<:42#%##$"#%! +432767'&#"=27#"76#"=327#"32&'"5432'&'02&'" DZr !5  ')?Q-!;! !4 -))Pu?J Z`!7?jN% @9[   +2'6N32w'%/))Js1f @9[   +%2'631w&/))JssE@ <:KPX@dM>@dIMAY%$ +73276#"&5-C;+   +%2654&#""'632#"'67Zm\`q5'yeRi%3}B7;$ʼnf-?1X 'M@J%#<bUM=M > "  ' '  +"&54632"32672'"&54>32.>PT:7XSZl\`q5'ydRh$3~:T8:WU<8T7;%ʼnf-?19u 'M@J%#<bUM=M > "  ' '  +"&546322654&#""'632#"'675>PT:7XSZm\`q5'yeRi%3}2T8:WV;8T7;$ʼnf-?1Ry "@9eM>   +462"&2&7>54'.546{Z{VZ{VT^A.d{BJ3Z;WR;9WRV{3-d+-1J%#^Tb@d[  +2"&5476%l  /f 1  %#u'J!6@3dbIMA   +2#"&5476462"%462"&%m  /f A^BB^BA^BB^AJ1  %#_AA/-Bo/AA_?B?O\@Y <  bS U  K=K>A@IG@OAO=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"2#"&5476/71x) 5[l)65  N1  %#v @IMA   +"&54632>PT:7XST8:WV;8TDT@J*@C  d Z  bZ   UUM=L>Y@$QNEDC@=<763.'$!TT  +2#"&547626762"'.+;26&#!&47>54&'&47!272'.+"R%l 0g %jLF  FPf1#I5( bd s??s ;\50 %3%cj#11  %#1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}gK(PX@3dbS K  = K >@1db  US K >Y@&gfa`]YVULKHDA@;:541-*)   +2#"&54764.'.7327&#".7>5!&#"&47>54.'&47327!m%l  /f 313313313313323314413323{1  %#b=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>m9lK(PX@%dbK =K>@#dbUK>Y@541-*)   +2#"&54764.'&47327&#"&47>5T%l 0g l3143133133231  %#b=L#  2  1  #K>=L# 65  #K>*=@:dbM =M >)'!  +2#"&5476"32% 76$3 %l 0g 㮚r[1  %#3-Jӿh% lzLpK(PX@& dbK =K>@$ dbUK>Y@C?<;32/+  +2#"&5476&#".7>54&'.'.732776&'&47327X%l 0g Fy E0KE  {Z  R%:H @Dz JF"#1  %#-{965 9{70/R0 2  1 59-'-3 2  1 #8J:qEX@UA;'< db `M = M>CB?=42+)&%#!EE  +2#"&54763'&54>3 32672!"7>54&#"#!&'63m%l  /f M\)h F]!/- L-%TfGV!%L -/!]1  %#l?fɠe>lZhd!'NƴHk\!dhZF!=P@M')< dbbU= >:9-+&$   +2#"&5476462"%462"&327#"'&54&'.7$72%m 0f A^BB^BA^BB^A3'F%%!RfD=/VF&/F2  %#_AA0-An/BA_?AHA-E95}V- 2 +#seD?>@;:S UK>=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"/71x) 5[l)65  N-;K(PX@-ZZUN  =M>@+ZZ UUM>YY@ 76-,)$;:  %"! +3254#"32>54&#263 !"&#&47>54.'&47r\31V`>7qTD#313313'1)9a^5}N%+ 3  #K>5=L#  2 R-,a(@ZUK>Y@&" ,, +#"".#.7>54.'.73!7'.{H314BL%313313O!%3#Ӣ=L# 6 3  #K>5=L#  2 }%X5@ =N>5 +!#!"547}WL+#+ 3q   1D@:  <6:K(PX@7 ZZ U N  =M=L>@5 ZZ   U UM=L>Y@A>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#11R {6% H;+)9 u-5 ;y3{; 2 q#wd='})9*KPX@<KPX@<KPX@<K#PX@<@KPX@,M =M =M=M >KPX@.M =M =M =M >K#PX@,M =M =M=M >K(PX@*M =M =M=M >@(UM =M=M >YYYYY@# *) +%2672#&)"5476#!""'6743)26323od7 '!%y?5%!\ #-+ -Z| pT/ B1Z-WkK(PX@%  S K  = K>@#   U  S K>Y@WVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!413323323314313323314313{/=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>LD#/>@ KPX@+ U  M =M=M >@) UU  M =M >YY@%$=;53+)$/%/ ## +326762"'.+""'654'62"32% 76$3 5{;2  1 TR5{;1  1TR㮚s[-J{F9+)#.I{E9+)#3-Jӿh% lz1-)AK(PX@K =K>@UK>YCC+4.'&47327&#"&47>5314313313323/=L#  2  1  #K>=L# 65  #K>%-VTA@UM>Y@RQNJGF:5OC+4.'&47327>7676'&47327&#""'&'.'&#"&47>53233143kd?b\f 9[L>=cRRD"7,413323/=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>D. @< =K>OI"+7672&#"&47>''&#"&47>X41@71  zј +43 "-=1xF{ 5>CA/0+1 2  1 \P'%+  2  1 @  -D@ ,-  K!PX@0b`  `K =  K  >K(PX@4b`  `K =  K = >@2b`  `U  K = >YYY@@>;743G" +%#'"'#&#"&47>76&'.73%&#"&47>&M44  m61^{n5|T< R )l  n  e.>)'( X ) * X`R65 NaLq, 2 s 1 5V01065 ,0)-=k@)@!bU=N >Y@ II$+!#&'&#"&#"&47>5.'.774.'&47327 3N*(R"#=RR>" Z= M#>R ! R=#'4/))^R65 R\V-P 2 $@^R 2  1 R\\1#=W&@"7, QF <:):TC 9K PX@.U UM  = M   >KPX@0UM  =M= M   >K%PX@.U UM  = M   >@, UU U M   >YYY@*@>&$VUMJBA>W@W<;30('$=&= ## +326762"'.+""'654'62!272'.#!"'4743!""5&563!2676#&!{; 11 TR{< 11 Te5/'%AmmA%'/5/'%AmAmA%'/-J{F9+)#.I{E9+)#L=s>>s;FD=s>>s9LD '@$M =M >   +"32% 76$3 ϓ㮚s[3-Jӿh% lz1-K[K(PX@!ZL = K>@ZU K>Y@ GFC7C +4.'&4732$2327&#"&47>54&'#&#"&47>5314?!'B314413323L^^L313323/=L#  2  1  #K>=L#  2 5  #K>5d:1;6?@< <UM =K>10'&# 64 +2"'&53265!"&#"&47>54.'&472$sw+)+<}fN-313323314)4;C^pb;+Im=L# 65  #K>5=L#  2 !1.Z@&<:K(PX@M =K>@UK>Y@  ., +272'&'&#!%2>76%!&4767 &'&473;50%3.1c`3:R333*/ ='')) F%D;%G6 f5 #|Rg/ 2 +902KPX@ '<KPX@ '<KPX@ '<@ 'KPX@# M =M =K>KPX@& M =M =K>K%PX@# M =M =K>@! UM =K>YYYY@ .+15C +%&#"&47>54&+""'6743) 72#.+"=F͍F+6dj}7)  9v-5*{;65 ;{de`w { s^fi-<EK(PX@K =K>@UK>Y@ CMC+%&#"&47>54&'.'&4732776&'&47327ExF0KE {Z R%9H ?D{ JG!#{965 9{70/R0 2  1 59-'-3 2  1 #8J:qL-@If@ IA-@UUL>Y@ CC +.54>7.'.7327&#".7>%>54&'ozwO;zܑ2101/3}Vd\R301103 \y4'7B?Xpk6I}T7A  2  1 A6S9>d9B  2  1  B{Nq`> -SKK(PX@K =K>@UK>Y@ CCCK +%.&#"&47>76&'.'.73277676'&47327&#".7>yQ1 Vh|Og'Q9OB  {‰R$_n- JV{ L_(!=5ZG { PB# ϙZ 2  1 '3!!+O4 2  1 59 m\ 2  1 (3!,1-N4 2  1 9--We@ WC-@bUK>Y@TQ>=:632<C+4.'&47327>546;2&#"&47>=.54.'&54;2314313C]+Ri/:[~zB313323VR+)/=L#  2  1  #K>rD -aIiuW. =L#  2  1  #K>AqwLl5%!U?D5C@@1+<bM =M>32/-$" 55 +%3'&54>3 32672!"7>54&#"#!&'63`\)h F^!/- L-%TfGV %L -0!]l?fɠe>lZhd!'NƴHk\!dhZ1m;[K(PX@!UK = K>@UU K>Y@ 76CC +462"%462"&4.'&47327&#"&47>5A^BB^BA^BB^A314313313323^BB/-Bo/BB^@B`=L#  2  1  #K>=L# 65  #K><DL_K(PX@"  UK =K>@  UUK>Y@LKHGCMC +%&#"&47>54&'.'&4732776&'&47327462"$462"ExF0KE {Z R%9H ?D{ JG!#vBbBBb=Db@@b{965 9{70/R0 2  1 59-'-3 2  1 #8J:qbDDbBBbDDbBJ!u1BK*PX@2% <@2% K*PX@. ddM =N =N >@2 dd=M =N =N >YY@@>75)'#!11  +2#"&54762327327#"&'#"'&54>'.#"3267%l 0g B'N';cIU* ^w;MXqtAi1&wG']+#cG9[;u1  %# @I5!YQkCVodoM#/FD;S\Z;qBpK*PX@ "  <@ "  KPX@5bb   U =M=M >K*PX@2 ddb   UM=M >K1PX@7 ddb  I  UM=M >@8 ddb  U  UM=M >YYYY@A?><:87520.,)'  +2#"&5476327#"&54>7.54632#"'&#"32632#"&#"%l  /f eZ>w#ˬ'O8RJaT&+0o?4TfhR?Iq2  %#TVd1`#A18!XEqVCREP\\ /7 \?bs8i@ 6#<-,9KPX@b=M= >@ddM= >Y@53'%   +2#"&5476#"&554&'&7672>76'&4&#"%l  /f +AXG/V ' CA-'1@oxs1  %#94*V1',#1K5kyAd^##fiV Gw+i@ @ddb= >Y@('  +2#"&5476327#"'&54&'.7$72%l  /f p3'F%%!RfD=/VF&/w1  %#HA-E95}V- 2 +#se7'F!SL@I5< dbU =N >QOB@97&$   +2#"&5476462"%462"&#"&'&547>54'&'&'>32327654'&'&'&54632%m  /f A^BB^BA^BB^A{}B l'3qVbNL#<7!8-9PF2  %#_AA0-An/BA_?A)XfB% (?\uwxw473EcJ!!2K*PX@"<@"@'=M=N =M >Y@0.'% !! +2327327#"&'#"'&54>'.#"32677'N';cIU* ^w;MXqtAi1&wG']+#cG9[; @I5!YQkCVodoM#/FD;S\#79}K PX@+7<989KPX@+7<989KPX@+7<989KPX@+7<989KPX@+7<989KPX@+7<989KPX@+7<989@+7<989YYYYYYYK PX@!M=M=M >KPX@+M=M=M=M >KPX@)M=M=M=M >KPX@!M=M=M >KPX@+M=M=M=M >KPX@&IM=M=M >KPX@!M=M=M >KPX@&IM=M=M >@'UM=M=M >YYYYYYYY@ -'%!#!"%+6732#"#"5463232654.#47>32#"&'-\^#mE#T1#I &#@/X]4Xȕp0IjD3ݲZ?A!qIK|[%N,0j0 =QZG<^%}..@+!<bM=>/#()+#"'4?&'&#"&'>32654&'.5432}Ѷ %R7-ub)/r#+oN^)i?Z5{F`};#SiC FQ\&67xuG1 P#\]N +.@+ <bM=M >("$*&+'324&/.54632#"'&'"#"$5m.)hJQmL-^05J9A'fXtXmCqs=+'\f@{8Z;2K*PX@ <@ K*PX@'bUM=M >K1PX@,bIUM=M >@-bUUM=M >YYY@ !"!#"#-$" +%327#"&54>7.54632#"'&#"32632#"&#"dZ>w#ˬ'O8RJaT&+0o?4TfhR?ITVd1`#A18!XEqVCREP\\ /7 \B59@ 8@0b V= =N=N>Y@530.*(%# 99 +"&'>7332767232#"&54323254&# ^\z/^/\+^sb}3 1n]ntl-5JL3Re, Rs ]Z }ܶuIBGL!qUEa@ =M?b(&@#&<9M= >,%"+%#"&554&'&7672>76'&4&#"+AXG/V ' CA-'1@oxY94*V1',#1K5kyAd^##fiV P=s XKPX@SM=M >@USM >Y@   " +!32"!&32#".P{^\w`n)XZ?fE\X}XNPwLᾘj+OG%@"<b= >%" +327#"'&54&'.7$723'F%%!RfD=/VF&/HA-E95}V- 2 +#se?Cm3@'bUM=M >Y@ %$$$" +%#"&554&'&76722?>32#"'.#"27'"&/&#+AXG/V ' 91NjC?v4"4+(:1F++A+#Y|`o6'AY94*V1',#N[>``5;$H&"J?L+4(r?VI1lVG(R%KPX@$ < 9KPX@$ < 9KPX@$ < 9@$ < 9YYYKPX@M=M >KPX@M==M >KPX@M=M >@M==M >YYY(%("+%#" ''.#"&'>32327Ri5T'G;@&\6!n7/F;=9>3L3ZWT ;d}/ 40?c 6fF)d@J%s3K#PX@0<.)(':@0<.)(':YK#PX@bM =>@$bM =M =>Y@ 31-+%#(# +%#"'#"&547654&5.5'%3267%327'h/.7=!L5)mYD! B1%%ycT #j)=FR;3_/H}B1+ns%#%@"b`= >+"+./.76$722767>54&54632'%%L-%#kOPXE-Bj+ 3 /Z 6Hr17E-H5SC@K%PX@>Z bVV= =M = N  >K,PX@AbZ bVV=M = N  >@Bbb bVV=M = N  >YYY@SQMKHFB@:86431"$,! +4# &5467.5467#"&'>7332763232632#"32#"&54323bPP+#\{/^/2%".I9 ' 4+-^5''Zntl-5}ǔR-eAQEe, Rs" EO?5/.,089@VT^TqUEa@ L '@$M=M >   +"32654&4762'"$yqDfp 7q́}u'}04@1<M=M >0/+"&$"++327#"&54##"&5467>7#"&'>3}dX{1%bV#N`F}#U)$%7!CLN>}J=D?-bZvTZ+= 9Wo/5 sD+ #-@*< 9M=M >$,$"+4&#"326'64>762#"' jz6`d^$-37)y^R?s{Z=uCoJ%m+y-%`0KPX@"ZXM=N>KPX@#Z`M=N>@$b`M=N>YY$".#""+#"'&#"32>54'&'.5463232654&#"TG/?-ktlk[7V9˭rsu?32)Gq(VV\[@aFT/JniAV9(5bHy@3m-5^r/:+h} 5@2<M=M >   +!#"$5476$3!26&'"{Յ7 !"9V`+C)Dž7X A-;7uy!7@4 <bM=M >&$#$ +#""'>3!+327#"&54weN?% )yX#Z71%bV#N`F BF}wLJ=D?-bZv7'1#@ <=N >/- " +#"&'&547>54'&'&'>32327654'&'&'&54632'{}B l'3qVbNL#<7!8-9P)XfB% (?\uwxw473EcL*R@<:*) 9KPX@ M>KPX@ M>@ M>YY!! +">'$4>7467632XqX+ Tk9;%-A!sv+@;HmFmL#3/RsDA/^Xs@;hkK%Z)f+q@+%<'9K!PX@bM=N>@#bM==N>Y@ $%%$#+&'&'"&'632373267#"&//7oO%F-`[8+)Е†7C.G ;D7u7/`5)-3 VW!3;'-!q=/5H@ , @O= >Y*-+47>54'&'&5>32673>54'&54632!'.o  m'3q}s #)91N/jH DGfRB% (?\\RKk%b^m\X!;n%=N`1T-*@' <( :dN >$%,""+#"'#"&547327&5463272'67ͲVZ)FdDm=)99u1Bl''ZiN󁁴Ϙ;d-#sw5Hqo` #.`j-3@0<bU= >%$+462"%462"&327#"'&54&'.7$72B^BB^AB^BB^B3'F%%!RfD=/VF&/b_AA0-An/BA_?AHA-E95}V- 2 +#se7'C1@.%<U=N >A?20)'$+462"%462"&#"&'&547>54'&'&'>32327654'&'&'&54632B^AA^AB^AA^B%{}B l'3qVbNL#<7!8-9Pb_AA0-An/BA_?A)XfB% (?\uwxw473EcLu(iKPX@$b=M=M >@!ddM=M >Y@'%   +2#"&5476"32654&4762'"$5%m 0f yqDfp u1  %#q́}u7'uAb#@dd=N >Y@?=0.'%  +2#"&5476#"&'&547>54'&'&'>32327654'&'&'&54632o%l  /f {}B l'3qVbNL#<7!8-9Pu1  %#)XfB% (?\uwxw473EcTy=q@80'@dddN >Y@31-+&$  +2#"&5476#"'#"&547327&5463272'67%l  /f ͲVZ)FdDm=)99u1Bl''ZiNy1  %#/󁁴Ϙ;d-#sw5Hqo` #.`jJ .е!K PX@(UM=M=M >K PX@(UM=M=M >KPX@(UM=M=M >KPX@(UM=M=M >KPX@(UM=M=M >KPX@(UM=M=M >K PX@(UM=M=M >@&UUM=M >YYYYYYYY@*($"   +">54&26&#">32632#"5^X1)ih`fy Ji{ĴlHvg7 f/-@BFo\sN}u۾[99s 8@653 @9  b   ```UUM >Y@ 8 8#(!+" +3.#"4'#"&54&#'7#63232$46325;P=W4t7-d X+w\'p:ĆmP-Fu1`3jumsE<B)$P38ud1D.g@@ bM =K>Y@ $#%%C+%&#"&47>5#"&'>32>32"&'.#"E ͍ Fu^bY%Rn/Vt:RH3B~}; 4  3 ;};F >/:OD'<+!'>@(&-@' db M =K>Y@<:651/,*%#  +2#"&5476&#"&47>5#"&'>32>32"&'.#"b%m /f E  ͍ Fu^dV%Rn/Vt:RH3B~1  %#3}; 4  3 ;};F >/:OD'<+!'.6>@@*b    UM =K>Y@>=:965$#%%C +%&#"&47>5#"&'>32>32"&'.#"462"$462"E ͍ Fu^bY%Rn/Vt:RH3B~hBbAAb=Db??b}; 4  3 ;};F >/:OD'<+!'+bDDbBBbDDbB9=- ,_@+& K,PX@ =M>@dM>YY*) +67%676'&&54767673#&+s-1?K@H90 <:64/-$%"" +#"'#"&5467#"#>3!67!67!#%!327&54632724ͲVZpdz)?) )5ZF  -UpndDm=)99u1Bl󁁴b]7-#TV^'  ժsw5Hqo`yG@ FE:&% 621KPX@/b`bRM= >@/b`bRM= >YY@ A?!$'((! +4#"'3&/0'63267676327727#"432#6767&47#"54676D%1a#" }'H%%7Lbsd/3+ H NZ0^\##  Th+Z`P^LÑ}PB 9'BhR+RN]'S@LD 08@5&<bPM >/-!    +"32&#"&47>=&576$3 ϓ㮚323314զ[3-Jӿ'F=L# 66 #L=H.U lzL ([&@bPM>Y@    +"32654&4762&#".7>7.yqDfp Rz>^  sN  A27q́}IwH55Jr"`? :KPX@$ Z  URM >K!PX@* ZU  UINBK%PX@+  bU  UINBK,PX@2b  bU  UINB@7b  bIU  UINBYYYY@ :8!#'(!6% +4>3227#"'&#"#"&543232654.'.'&Aah=F 1>R7cMuJ#mI-1\7kT?ٜ{9N}#NA5^7yJ8K1PX@ 2<1:@ 2;1:YK,PX@!ZRM= >K1PX@"bRM= >@*bRM=M= >YY@640.,*!88 +"#"546323254'&'".'&5467632327#"'&{kC)+{1D3+X?#\FZ-qXcyC-)3P\q-!  FuV&=/-mCT55PA#T-/@- K*PX@6 ZbbU L  =K>@4 Zbb   UUK>YY@/.5333#!" +#.#!!2#54&#!;2&#'54;2654&+"=77Q%yTf ;=^;> >;+mZG ׅ'1' ! 01^I2?K*PX@ <2:@ <2:YKPX@UM=>KPX@U=M=>KPX@UM=>KPX@eUM>K#PX@eU=M>K*PX@ ZeUM>@&ZZeUM>YYYYYY@ "("$63++&6;27#"'&#"&'&54>32327qlgBZ/7J)6V~^ J)%11%5)+'Pd/ZV'/' Z\/>vRL#A$VkbH/r3?()XTRKT+!:K@H ()<b`USIMA'&#'+654&5'&"'2>7#67672!327"'&'&547!71'h )/;@BZ5?% '/%b +0B6:#X9F/? !B  913=an=1!9 /4/f:lTb+^ @K(PX@eT >@deGL@Y+ '!7!S/?yHlZ3,;@8<+9b`cM>,,(+01764'#476767&'&'#.'!2&H +\q>'hBZРbWJ%#bmf`J+ZL?s#zmNi7!\%E@ !  @eIMAY%$" +76320#654'&''%0'&''%&'&'H')Ǯhw Rw! !\# ')ZB&VCV'ut?Hf6l%1 !m5Z -J8=r@;76,$  =<<&;K1PX@bUN >@!bUN = >Y@ (%'(*!+4#"/0'76326767632732?#"47#"547625+/V#%&w)6!/V#%'u%3-1uV##'H\/BNJVF{uV##'DO+?HLVHq7 !@ <9KPX@QM=M >KPX@QM=M >@QM=M >YY@    +%2654&#"#"'3 &# 32RskLxՖl'y+;ÞsN)q7+X<@9 <bM=M >  +"32672'"&54>32.=Zl\`q5'ydRh$3~77;%ʼnf-?1N%D'3/@,b`M ==>$('$)+4&'&7$72#"&5463232654&54632#"&/V F&/TRDl9wJ! %+5KD;JR?;HV1'+#sfPA9:L=)R  %\8F8)3LT4-RSLD0@-SM =M >$&# +% 76$3  #"!32s[ٟ* ߥӿh% lz]*;X@ KPX@%bSM=M >@%bSM=M >YY@ &#"!+#&#"!!327#"54>32@\f\B; GlbDh]FpBD7hH ym9}?^@ KPX@%bSM=M >@%bSM=M >YY@ &#"!+?726767!5!.#"'62#"'=^S=L)FD}g^Fm^FjB)Fh{Fwl8{m9 %u@ <: 9KPX@M=M >KPX@M=M >@M=M >YY$/#!+"326'6?632#"'12hH$-'/d}VLmdZ>uCdd@}c/ 1 hBF!&@#!<M =M >'(%#+#"$5!2.#"3267?Օp XeK!{w/X`H/;q5+'6;'b9TZo79@  : 9># +%#"''7?V8/n3aM:%%7 "!)'97F!'@$ <M =M >)%$#+'6$3 !"&'732>54.#"w  sޮBR=hL#0G`Y/FzN; b7{vuT^o^T+@=BF ->@;- <UM =M >+)"    +"&54632#"$5!2.#"3267>QU:7XS?Օp XeK!{w/X`H/;T8:WU<8Tq5+'6;'b9TZ7F -?@< <UM =M >)'   +"&54632'6$3 !"&'732>54.#">QT;7WRw  sޮBR=hL#0G`Y/FzN; T8:WV;8Tb7{vuT^o^T+@= DQ@:  <6;GE :K(PX@< ZZ U = N  =M=L>@: ZZ   V U =M=L>Y@LJA>5430-,'&# DD +26762"'.+;26&#!&47>54&'&47!272'.+"32654'&jM FF Pg2"J5' ces@@s<\5/ %3%bk#1Z+'!&\1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}+Fw P DLT@:  <6;K(PX@A ZZ    UU N  =M=L>@? ZZ    U   UUM=L>Y@$TSPOLKHGA>5430-,'&# DD +26762"'.+;26&#!&47>54&'&47!272'.+"462"$462"jM FF Pg2"J5' ces@@s<\5/ %3%bk#1BbBBb=Db@@b1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}bDDbBBbDDbBH9QKPX@'Q1<KPX@'Q1<KPX@'Q1<@'Q1KPX@< b Q M =M = M =K>KPX@? b Q M =M = M =K>K%PX@< b Q M =M = M =K>@: b U QM = M =K>YYYY@PNIGEC?=53.+15C+%&#"&47>54&+""'6743) 72#.+">32#"&5463224.#"=F͍F+6dj}7)  9v-5*]mRyR'9P+)!-f2Z9{;65 ;{de`w { s^fiXFR,9'#;=frR,9s@ (@!dZUK>Y@42&" ,, +#"".#.7>54.'.73!7'.#"&5476{H314BL%313313O!%3#X-%#]Ӣ=L# 6 3  #K>5=L#  2 })Hw PPD7a@^3<bbUU  M =M >/-'&! 77 +"63232?2#"&#"3267632 4>$32'.fL%oB@bM =M >Y-&,(+'.#"'"&#&5632654'.'&547672^#D#=_=P^RYj}%'F!j^w+D{q }=V`2cVN)``u}p( ^L\^:Zjb61-)AK(PX@K =K>@UK>YCC+4.'&47327&#"&47>5314313313323/=L#  2  1  #K>=L# 65  #K>1)19[K(PX@! UK =K>@ UUK>Y@ 98CC +4.'&47327&#"&47>5462"$462"314313313323AcAAc>Cc??c/=L#  2  1  #K>=L# 65  #K>bDDbBBbDDbBy-(uKPX@ZK =M >K(PX@bK =M >@bUM >YYC#$(+#"&5463232>54&'.7327%H7-9l9V!Z9#'E ͇b<-hn>%1Q@)J]:°{; 2  1 =>/ YK#PX@8ZZ  UL =  M =M >K*PX@9Zb  UL =  M =M >@7Zb U  U  M =M >YY@VURKDB=<94/.'%#!  +%2>5+%4&+"#"&546323267674.'&54?)2732"&#".7>h5/+@?$$%\9e=2="!?.5JZ9313ޏf7 ^313F3fN@1\qCs/+PuꡙPS}MC2?(#}k 3  #I>3DrN> 3  %J1- gK(PX@)  U  K  =M>@'    U  UM>Y@* \ZUTQMJIDC>=:632)(%! gc   +%2>5+"&47>5!&#"&47>54.'&47327!4.'&4732732"&j6 /314313323314313{413323ݏg7 ^F3fN@1\qCF5  #K>\=L# 65  #K>5=L#  2  1  #K>/=L#  2  1  #I>3DrN>9MKPX@'1 M<KPX@'1 M<KPX@'1 M<@'1 MKPX@0 M =M = M = K >KPX@3 M =M = M = K >K%PX@0 M =M = M = K >@. UM = M = K >YYYY@KIEDA=:953.+15C+%&#"&47>54&+""'6743) 72#.+"6$3 &#".7>54#"=@sdF+6dh}7)  9v-5*R>?;b  rN  D0-8{965 ;{dgbw { s`hi3b}C65 GyV+%1Xe@/C0<[Y :K(PX@5  dZ`K =M = N >K1PX@3  dZ`UM = N >@7  dZ`UM =  L =>YY@`^TSPLIH=;!$'C +4.'&47327>7>7>32#"&#"#"'.''&#"&47>5#"&5476314313p7M2RFf;/-+B'(=.6W2(ctHwXA\{Z{313323%X-%"\/=L#  2  1  #K>Ep"WsB%7f1//4+? d94 2 ( =L# 65  #K>)Hw P1RS`q@ @@ U = K >Y@[YONKGDCCCC +4.'&47327.'&47327&#"&47>5&#"&47>532654'&314313p1-,323314313 HR323Z+'!&\/=L#  2  1  #K>#(1 2  1  #K>=L#  2 5  #K>D'65  #K>+Fw P?9U KPX@, XZVK =N >KPX@+ dZVK =N >KPX@( dZVRK >K(PX@) dbVRK >@/ dbVUINBYYYY@ US'#)NK"$" + #"&546322>7.'.7327676.'&47327# 5463232654&54632jјX1/H #)')7\@51  zј ZP  -=2 yVj5=Du7'%-';9*3!\X{Z3/F-/ ;<-/  2  1 + 3%+  2  1 @^R!'# !%1F-Pt9K(PX@# Z K =M >@! Z UM >Y@KJA@=965.+$#  PN +"&'&#"&47>54.'&473273!2654.'.7327&#38 =Z^f323314313L` `L3133133135  #K>5=L#  2  1  #K>f<;g5=L#  2  1  #K>=L#  2 D?>@;:S UK>=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"/71x) 5[l)65  N1->:@+ZZ UUM>Y@8410'&#>>  +%2>54.+#"32"&#&47>54.'&473!7'.j5 0\A/Hݏf7 ^323314P%3#V/^J@/?b<-dqC}3DrN>5  #K>5=L#  2 }-;K(PX@-ZZUN  =M>@+ZZ UUM>YY@ 76-,)$;:  %"! +3254#"32>54&#263 !"&#&47>54.'&47r\31V`>7qTD#313313'1)9a^5}N%+ 3  #K>5=L#  2 R-,a(@ZUK>Y@&" ,, +#"".#.7>54.'.73!7'.{H314BL%313313O!%3#Ӣ=L# 6 3  #K>5=L#  2 }--?q@ <9K(PX@ ZL =M>@ZUM>Y@0.;8.?0?(' -+ +2732'.#!"'6767>754&'&473#"3!274&{ 313V7 )-pq-) ;*&8/F>T >5J748x^) 1  #K>ˤ)yyD! .;h- 2 ZPb#g11D@:  <6:K(PX@7 ZZ U N  =M=L>@5 ZZ   U UM=L>Y@A>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#11R {6% H;+)9 u-5 ;y3{; 2 q#wd='}1L@ }3 ~2 K1PX@5 Z   U  U M =M>@9 Z   U  U M =K=>YY@vtrpljdc^]ZVSRMLFD@><:%C!+#"'.''&#"&47>5#"'&476767675.'&'&#"'"&5463234.'&47327267>7632#"'&#")Hb\>\{Z|314314}Z{\=\bHsd)1X5-52'-+/;?DpK7q413323p8JqD?</+-&16-5Y1)ds *=L#  2 5  #K>֬ 1 59b @-3<-f7)>!qE^=L#  2  1  #K>Fp!>)7f-;3-@ c95 2=HD7H@E2<bUM =M >.,&#! 77 +2#"'&'46323265%'"7437>54&#"'47>=`Lgo݋X0"j#pZw! aVl-eVw!D"D{!^h`1lDV)7\hL7+-/VH5hzy}!1R-S_@@U K >Y@ONKGDCCCC +4.'&47327.'&47327&#"&47>5&#"&47>5314313p1-,323314313 HR323/=L#  2  1  #K>#(1 2  1  #K>=L#  2 5  #K>D'65  #K>1RSo@K(PX@+  d  VK = K >@)  d  VU K >YY@omfd][XVONKGDCCCC+4.'&47327.'&47327&#"&47>5&#"&47>5# 5463232654&54632314313p1-,323314313 HR323Yu7'%-';9*4 ]/=L#  2  1  #K>#(1 2  1  #K>=L#  2 5  #K>D'65  #K>A^R!'# !%1LX@ N O K1PX@.  Z ` U M =N>@2  Z ` U M =L=>YY@GEDB'CC! +#"'.''&#"&47>54.'&47327>7>7>32#"&#"HwXA\{Z{313323314313p7M2RFf;/-+B'(=.6W2(ct ( =L# 65  #K>5=L#  2  1  #K>Ep"WsB%7f1//4+? d94 2/IK!PX@0ZZ L = K=M >K*PX@1Zb L = K=M >@/Zb U K=M >YY@A@=965,+(# IH +"#"&546323267654.'&54?)27&#"&47>54&#?$%%\9e>3=!!?-5JZ+314413323;<PuPT|MD1@)#}k  1  #K>=L#  2 5  #K>5`:  -D@ ,-  K!PX@0b`  `K =  K  >K(PX@4b`  `K =  K = >@2b`  `U  K = >YYY@@>;743G" +%#'"'#&#"&47>76&'.73%&#"&47>&M44  m61^{n5|T< R )l  n  e.>)'( X ) * X`R65 NaLq, 2 s 1 5V01065 ,01Z-WkK(PX@%  S K  = K>@#   U  S K>Y@WVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!413323323314313323314313{/=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>LD '@$M =M >   +"32% 76$3 ϓ㮚s[3-Jӿh% lz1-K[K(PX@!ZL = K>@ZU K>Y@ GFC7C +4.'&4732$2327&#"&47>54&'#&#"&47>5314?!'B314413323L^^L313323/=L#  2  1  #K>=L#  2 5  #K>5d:1;6?@< <UM =K>10'&# 64 +2"'&53265!"&#"&47>54.'&472$sw+)+<}fN-313323314)4;C^pb;+Im=L# 65  #K>5=L#  2 L5D-@* <bM =M >$(&+ '&5!2'.#"3 72bw;# -+/+T+Fy[f+902KPX@ '<KPX@ '<KPX@ '<@ 'KPX@# M =M =K>KPX@& M =M =K>K%PX@# M =M =K>@! UM =K>YYYY@ .+15C +%&#"&47>54&+""'6743) 72#.+"=F͍F+6dj}7)  9v-5*{;65 ;{de`w { s^fi?-9KPX@ZK =N >KPX@ZRK >K(PX@bRK >@!bUINBYYYNK"$"+ #"&546322>7.'.7327676.'&47327jјX1/H #)')7\@51  zј ZP  -=2 yVj5=DX{Z3/F-/ ;<-/  2  1 + 3%+  2  1 @5-Fu@ +@U UL>Y@FF@?;:730/%$  +>54&'.'&47327&#"&47>7.54$w\w5ᅔ301102"Zp311112x5+Hm`H+7A  2  1 A6$oe7 9B  2  1  C8 LzU -SKK(PX@K =K>@UK>Y@ CCCK +%.&#"&47>76&'.'.73277676'&47327&#".7>yQ1 Vh|Og'Q9OB  {‰R$_n- JV{ L_(!=5ZG { PB# ϙZ 2  1 '3!!+O4 2  1 59 m\ 2  1 (3!,1-N4 2  1 91-Kv@ F@ ZU M >Y@EC=<9521*'  KK +!#"$#"&47>54.'&473273>54.'&4732732'.?A323314313L^^L323314V9 '/5  #K>5=L#  2  1  #K>d:ˤ)y!-Ik@ I * @   U  UK>Y@HF?>C&CC +4.'&47327&#"&47>5 54.'&47327327413323323314323323Cm/=L#  2  1  #K>=L#  2 5  #K>sX=L#  2  1  #K>Ӂ^\1 P-mzK(PX@& Z K  = K>@$ Z  U K>Y@" ih_^[WTSLIBA>:76/,%$!m l +!#"$#""$#"&47>54.'&47327;2654.'&47327;2654.'&47327& ?B?A323314313N\\N323314N\\N3133233145  #K>5=L#  2  1  #K>d@@d5=L#  2  1  #K>d@@d5=L#  2  1  #K>=L# 61 P-mw@ !<"9K(PX@%Z K  = M>@#Z  U M>Y@ihea^]VSLKC&C2+%;2654.'&4732732'.#"$#""$#"&47>54.'&47327;2654.'&47327PN\\N313323V9 '/n?B?A323314313N\\N323314d@@d5=L#  2  1  #K>ˤ)y5  #K>5=L#  2  1  #K>d@@d5=L#  2  1  #K>!- 9K(PX@,ZZUL =M>@*ZZUUM>YY@541,&$ # +32>54&#4+"'673!%32!"&#&47>51V`>PHz#3%!<<314sǀD"3231)9a^5} 1  #K>#+ 1  #K>u/)1[K%PX@&U K  = M >K,PX@0U K  =M = M >@.  UUM = M >YY@**XWTPMLCB?:53*1*0(CC+4.'.7327&#".7>53 !32!"&#&47>54.'&47327313313313313R1V-ݑrw'D#3133133231=L# 65  #K>=L#  43  #K>1)Z3¨ 3  #K>5=L#  2  1  #L-1K!PX@ UK =M>K(PX@&ZUK =M>@$ZUUM>YY@.-*&#" # +3 !32!"&#&47>54.'&473271V-ݑrw'D#3133133231)Z3¨ 3  #K>5=L#  2  1  #LPD4b@_<;b  bU UM = M >1/*($" 44 +%27#"&#""54632327.#"'676$3 !"'&54632%\L?;/((XF:!5HmvBd+-}݌X/#j#qB;-N#'P@{:[lDV)7\hL1D CK(PX@;S M = K =  K = M >@4GS M =  K = M >Y@?>;743.-+)%#!   +"3 4.'&473273! ! #&#"&47>5{1314313P!M3133239F-=L#  2  1  #K>eX"=L# 65  #K> ; CN@K=<UM  = K= M > :953/.)(%! CC#" +;4&#"23&#"&47>5"#"'&67267&54676-X-N5PV/))314413323sG}!BT/RXrѰmI5w 1  #K>=L#  2 5  #K>J% / ?H`T3CZ(4;@84)# <bbM=M >)$$$&'#+%# 546?4&#"#"54>3 327'327] 7)RLP J5jO^ 1%yk3A9>/\c+Kov;+w.D &9h?i4L=#s"*5)#5FJV -ɵ+K PX@#U=M=M >KPX@%=M =M=M >@#U=M=M >YYY@ &$"! - -$" +32654&#"2#".547>32673#">`w`?ira;qTRd-PsG;#mq3!$'ȹ 8}BPh56L#=J?N-} >A@>3<UM=M > -'$#>;  && +32>54&#"32654&#"&47>54&'&4732632#"&i3?A[9'!?fOJbw b<;c s)ۭX])Fsw=B2)'LM/9#^\Z`J5 C{q{C6bw=]# mbFf8-)@@=%  )) +"&#"&47>54&'&47!272'.91)?R51+%;2654&+"6&'&73!67'.#!"'47>762?!"BN 2!+^W b;9R+--N77N--+95 Fs+99,y o?##6C{j:>BIT''TJA =#L %7@4 <bUM=M >%%%"$+!654&#"2#"'&5432!3jP3A%pmK!;{3'oj% 8N?fw?owG? Xk\@YOd hg][FD@?<;8521.-)'kk +(&47>=&#'&7>7>7675&'&&7>3254&'&47 76767632'&"&'&'._ D1)^`)gO=@+17Z1'FY3]:5d_Z9LX1D Z@Z D1XL9[^d5:\3ZF'1Z72+@=Pf)a^)1D 5 Ey61L/%3P+d<J +8dH;3)5HoyE66EyoH5)3;Hd7, I'% 33 +"&546322654+"&546;2>54#"'4763 -)R;kRyq  @3?}N5qhf\AS5vD+9T=7Qa)3))ml1Bn0Y9y-}AhKPX@#   Z K=L>@$   b K=L>Y@AA=54&#"&47>54&'&47327 ZNsb<@2 d  b U K=L>Y@ZXRQKIEDAA=54&#"&47>54&'&47327"&54632254&54632 ZNsb<@>$CC +&#"&47>54&'&473276767632'&"&'&'.1D ^w b<;c sZ D1XL9[^dj \31HN1Z72+@=Pg(a^ÿyE65 C{q{C66EyoH5\;H o+ IK*PX@1Z`K =L=N >@/Z`K =K=N >YY@871/-+'%  <: +67&#"&47>54.#"#"&54632326764&'&73^X b<K,PX@/  b  `K== K >@2  b  `bK= K >YY@9851.-('C +7676&'&7%&#".7>7###&#"&47> +^xX) ;`  v^  D.5 05^^`YN@bmA## !%3\b{C65 Ey+Ӱ/9&65 -}G=@:  S K = K>GFCB?;8721CCC+4&'&47327&#"&47>=!&#"&47>54&'&47327!11DZsb<   +"32654&4762'"$yqDfp 7q́}u-}=1@.ZK= K>76CCC +0#&#"&47>54&'&47!67&#"&47>54.h1)1D ^w b<;c #\Xb<@; 6+<bM=N =>$(H&"+4&'&76723>32#"'&#"&47>572654&#"0V - ;)f9BFC1b hm b2 ?>{tnH'f*yV1',#-95Tf9X"{7556{fDו+&L`5@2<b`M=M >#$%"+%#"'&5432"&'.#"327`;Zp ?cI83{V}VpjwN1A7);Vs5(7@4< :bM=K>C#7!+%#"'673!27'.+&#"&47>m[3%Zo#2bpwb11^ \{965 9 %j}E%@"K=M><8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327)R+J1C7 *(/1 )5DRyV# ' A+f5X1H'%5#;/5q !% ^`166?>T! 66L1+|N! T@F I<T2@2  b =M = M  =L>Y@ SQMKEDCB;953/.+'$# +%267&#""32>54.&#"&47>="&54324&'&7672>32#"'-/'?HZ' )N^6581H+ #D %s5?{eK9UtL5A9>;^@3LhB{D55D{=1)f,$ ,L''f}O@K=>FB40CI +%&#"&476?6'.#&47327?6&'&47327&#"&47>/&w  RXR >3L@ RR ?[ n7R{ZR{H P RR 9c  65 N J?668-'66V u65 3-}B4@1<ZK=N>CCL +'.#!&47>54&'&473273>54&'&47327;:R-,/N8X b<;c w^ D1#5h5#1D^wb<j:<DEV'5 C{q{C66EyRJ  JRqyE66C{}>8@5# <  UK=K>=;I$CC +54&'&47327&#"&47>='"&=4&'&473273261DZsb<;cswb<7R^D1uFhyE66C{{C65 C{RyC66Ey11-?}VK@H Z K = K>QPKJGC@?8610-*'& VT +!"&47>54&'&473273>54&'&47 73>54&'.7327&#Zs b<;c w^ D1)1h1*1D^8^D1/Fi1)1C  ^w b;;b s5 C{q{C66EyNGGNqyE66Eym9GNqyE66C{{C6-?}[@@=<Z K = M>YXUQNMFD3CL +'.#!"&47>54&'&473273>54&'&47 73>54&'.73279R-+/N7ls b<;c w^ D1)1h1*1D^8^D1/Fi1)1C  ^w b;j:<DEV'5 C{q{C66EyNGGNqyE66Eym9GNqyE66C{3>@;<ZUM=M>D#A##! +4+34&#"'>7433!6732#%".7>5x)G)1LX%3% /6zX b;s  b;7!,`Nkp#q6C{Hq5 C{-}!*LC@@  U K = M>-+GEBA>:7610+L-K##CC+&#".7>54&'.73274+3"&47>54&'&4732732#;b sw  b;;b  rw b;y+F^s b<;c ws b<u{C65 C{q{C66C7!I5 C{q{C66C{Hq-}*7@4UK=M> %#  * )#! +4+3"&47>54&'&4732732#y+F^s b<;c ws b<7!I5 C{q{C66C{HqH3K#PX@0 )<@0 )@A  b ` ` ` ` ` M =N >Y@-+(&%#  33 +2#"&5463232>5"&#"#"5463232.#"'476-)R;59Q'T9/! ) sA/w%!ydN5pvD+9T=7-=mI>;H#92׾ml1-h @a@^   S  M = K=K= M >@@><7521.-*&#"    +"324&&#"&47>54&'&4732736762'"$'u1@!fNm@; UM= M><;850.+*'#  # +54&#"7'.54632327&#"&47>=#"&47>7>CNZ\ɥ(>sb<;cw^D1)-<-5P/=L/DϦ9VHEkw6C{{C65 EyuA8;1 ^s9,Lh4@/ddbVM=M >Y@ %%%"$%% +#"/7>32!654&#"2#"'&5432!3׍/R1]P3A%pmK!;{d!)-'oj% 8N?fw?owG?L7 K PX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>KPX@/  bU  UM= M>@/  bU  UM= M>YYYYYY@750.%"$ +462"%462"&!654&#"2#"'&5432!3BA^BB^BA^BB^AP3A%pmK!;{f_AA/-Bo/AA_?B'oj$!8N?fw@ovH?%d8@5 < 9KPX@+ T = =M=L>@.  b T =M=L>Y@8843C-" +!632'>54&#"&#"&47>5#5354&'&7672s̾-5PP+eO}o;c sw b<)b !9PyR8)bӾyT{C65 C{PLf,$ ,Lq- 7@3@)ddZ N=K>Y@.-,)&% 77$! +632#"&547"&#"&47>54&'&47!272'.- N''' 1)@A  b ` ` ` ` ` M =N >Y@,*&$#! 33 +"32654&#"'"&'26323274&#"#">3274'&#T`-)P+Jmt T9/!)sA/w%#PF?#5p{j3tF+9TuҌ;H#92jbhVml1b)%@"<M=M >*&+$+632654'&'&'47632'&#"#"'&b-%H-Lib?Fhuq5Nr+8oO?݅+ o6/q.?kFTXHj1^{1%q.EYFj}-V5wD($@!M ==L>$&C+%&#"&47>54&'&7$724632#"&1cimb2/V F&/KD;JR?;H{765 5{V1'+#se33LT4-RSw.&@#U=L>C+462"%462"&&#"&47>54&'&7$72B^AA^AB^AA^B1cimb2/V F&/f_AA/-Bo/AA_?B{765 5{V1'+#seN%D'3/@,b`M ==>$('$)+4&'&7$72#"&5463232654&54632#"&/V F&/TRDl9wJ! %+5KD;JR?;HV1'+#sfPA9:L=)R  %\8F8)3LT4-RS }EKPX@: ZZ  UK=  N = N >KPX@; Zb  UK=  N = N >KPX@: ZZ  UK=  N = N >@; Zb  UK=  N = N >YYY@CB?;75R"$%%#! +4+34.#"#"&54632326764&'&73!6732#%"&47>5y)H $)0X0'=Eu(*R'\V}Xb:s b<7!,?B"VgZ0) KIFEB>;:7632/+('"! P O#! +4+3&47>=!&#"&47>54&'&47327!54&'&4732732#Xy+F^/D11D ^w b<;c sZ D1R1DZsb<7!I5 EyyE65 C{q{C66EyssyE66C{Hq%?@< @1 b   T =M=L>Y@??;:98210/C$C"+!63 &#"&47>54#"&#"&47>5#5354&'&7672 g@/d db =K=N >Y@NL86CC$! +632#"&547&#"&47>54&'&473276767632'&"&'&'.j N''' 1D ^w b<;c sZ D1XL9[^dj \31HN1Z72+@=Pg(a^10! yE65 C{q{C66EyoH5\;H o+ IKPX@-dd   Z K =L>@.dd   b K =L>YY@PPLKHDA@HCD%%+#"/7>3267327&#"&47>54&#"&47>54&'&47327N/S1R ZNsb<^\VUOMIH<8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327"&5463254&54632)R+J1C7 *(/1 )5DRyV# ' A+f5X1dٚ4%#.5'/H'%5#;/5q !% ^`166?>T! 66L1+|bxu`#/+!^_,*-}@D@AO K = M >=<763/,+$# @@ +!"#&47>54&'&473273>54&'&47327-LJY b<;c w^ D1)1h1*1D^wb<K(PX@1  Z U   UK = M>@/  ZU U   U M>YY@">>>E>DCA874/*('% == +"'673!.'.7327!257.+32!"&#.7>53 !TALC- HT+-12-CKBTrw'B%3131V-D{ 1I) 2  1 /'1 {D3¨ 1  #K>1)Zu3<C@@/.<'&# :UK=M><:7531,+#d +32#"&#"&47>5#"'67!54&'7>7!.+4+3q99sb;wVG1;`hk`=VLS{9x+E-q5 C{\f@bUK>Y@TQ>=:632<C+4.'&47327>546;2&#"&47>=.54.'&54;2314313C]+Ri/:[~zB313323VR+)/=L#  2  1  #K>rD -aIiuW. =L#  2  1  #K>AqwLl5%!U=H5H@ , @O= >Y*-+47>54'&'&'>32673>54'&54632!'.  l'3q|s #)91M0jH DGfRB% (?\\RKk%b^m\X!;n%=N`1LD(>@;#<UUM =M >#!"!#$&#+% 76$3  #"6323#"&#"32s[ء ULo7RZ`qbHB< কӿh% lz $^:<^ "L ,F@C&<bbUM=N >!$%!%$&"+432#"%.#"632323245#"&#"LV\˅l dg4H#9H+m!%/Z>YB+ qmИﲯL3@ #0.K*PX@)ZbUN = >@/Z`bUN = >YY@ 334$"$! +32#"'&#""'3.+"=73%+"#>7yD]K)F !9ŮJH$=N=57 75 +/@ &!/KPX@*ZbK=N= >K.PX@*ZbK=N= >@(ZbUN= >YYY@ #35"$"+>32#"'&#"3'.+"=737+Bb5mD)9! D%%B#}C";% ^3-%+ ^^10oK5%" %TX3CT5@ #0.K*PX@8  bZbVN =  M >K,PX@>  bZ`bVN =  M >@D b  `Z`bVN = M >YYY@ONGE><65334$"$! +32#"'&#""'3.+"=73%+"#>7>#"/&54%632"/&'4yD]K)F !9ŮJH$=N=57 7A +)u 5 + %!  %DM[@ D? MKPX@6d Zb  K =N=M >K,PX@6d Zb  K =N=M >K.PX@:dd Zb  K =N=M >@8dd Zb   UN=M >YYYY@HFC@=:"$$%&%$ +2'4/&#"3254'&#">32#"'&#"3'.+"=737+!%/ y 1#3Bb5mD)9! D%%B#}C";% %3  -G3-%+ ^^10oK5%" %T+x@(@!dZUK>Y@&# +) +7!2673.#!";2&#'54;254&+"=72+3F 9FB7;H;5D'<;)^9R7:PP1!Z#h@#ZUSK>Y@ 332!"$+74&'#"'5!2673#&+;2&#'54;2;75>,+/=N>/+;7!3\s?RR-4}0@& Z  USK>Y@.*'&!  44 +#"3#".#.7>5#534.'.73!7'.{Hdd314BL%313313O!%3#ӢkP=L# 6 3  #K>RP=L#  2 }+1R@O-<) : ZS  N  =K>('&#  11 +"3#&#"&47>=#5354&'&47!272'.91)RR@A Zb` U  UUO K>Y@CB@=:741-*32#"+%#"'&"'3#372654.';2&#'54;2'4&+"=73!#!"σ`1FdjKjD5;H=6B%>;)5jˑ^+PC^-Bs5RR1#K.PX@6Z`bK= L=N>@4Z`bU L=N>YY@ <935"#&%S3 +74&+"=7263!.+#"&543232%;2&#'54;2 >74 5%deªys\)1=P;1);7!" LRP-bÇP^N\%R9BK#PX@3.nP zu<@3.nP zuK(PX@F b  b  `DK = M  = N>@D b  b  `UD M  = N>YY@%|yvspgedc`]SRMKIGDB332#".3+'54;2>7>?67.'&#"'"&543234+"=73%+"2767>32#"'&#"#;2#&#"'.'.';2&#'54;2';E3-/[Hs// 15,3TV|F!Rg7fA6=P#;5Do1qE HZT1/15 -fX3d %#3'#;Bw7W/D5=P=6BVdKTP+VhN5'f/X=-;RRo?'5b7f'5CV''@94H/^\PPv@PK 5 i1  (@A Z   bD  M =N =N>Y@,tspmedb`][XWUROLIFDC@>;976-*'$ vv +!".'.';2&#'54;25"'54;2>7&'&7"#"&543254+"'5737+">7632#"'&#;2#'&1R9 J7)=P>+9J!;P1NbF)ktHuJ' /5H^=iH+=H=)Hd=`H7!+)Hv3W##;*-V9-B=:RR<=B-7V-=H+H  3#XyNLLNyX!3H-rV##'3FB@,6 @7bSUM = M = M  >Y@B@;:$#16"* +72654&'.5463232654.+"6;264&#"#367672#"XVB-JB5/bPw3jHNMswdFo5 ZIFFPh#V>$^~:'-8+bjFVͅuT3 5f)d 7FT^1'+F>@ :@KPX@E  bb`U =M =M = N  >KPX@E  bb`U =M =M = N  >KPX@E  bb`U =M =M = N  >KPX@E  bb`U =M =M = N  >K#PX@E  bb`U =M =M = N  >@F  b  Xb`UM =M = N  >YYYYYY@FD420/$14")" +732654&'.54322654&+"4;2654&#"#2#27632#"XV!/FTob s5hE6rJJAL9T1#5# T .u1Ts_CRi#VP)yj /TAchH}Ic7JZ'N93C "mT3kzbTVbg9S@/*IK(PX@7  Z bDK = N = L>@5  Z b UD N = L>YY@FDB@=;7641.+(%"SS +%32#&'.'.'.';2&#'54;2'4+"=73%+"276762#"'&#"#;;1T)w7V/D5;P=6BA6=P#;5Do1qEDT1-51 -fZ/d %;NH}A/^\PPRRo?f'5CV''@je}K@ 9%E@ K.PX@9bbDM=M=  L  >@2bbIUD  L  >YY@JGDA>;8##332 +4&+"=737+">7632#"'&#;2#&'&'&'.';2&#'54;25;H>)Hf>^H5)%$LuDxo$!`|5AK J7)=P;))#LNyX!3J+ J9+ +B=:RR9]@%1. IHG R K(PX@<  Z b  SM = N =N>@:  Z b U  S N =N>YY@USPM?=;9640/-,3#33#6+%#&';2�'54;2'4+"=730%+"27367632#"'&#"7732'"./&5)9D5;P;8BA8;P!;5D%#9bT132+A\:T^+L=FjT6)  PPRRM/f'5!59HpR xe^3uha oUF@#@ / D UL KPX@<  b `  S M= M =N>K.PX@<  b `  S M= M =N>@:  b `  U  S M =N>YYY@OMJG=;75.-,+'%#333"+%#"&#72&#'54;254+"=7307#"35367>32#"'0';2'".'&'}9?P;'++';H=--/8K2NME23!%?o3s#D1P;%LKJP%#߲'l14J"7+#3[)-V9-`9Z@,'P7 ZK(PX@4  Z  SK = N =M>@2  Z U  S N =M>YY@XUHFDB?=654333233: +'".'&'&';2&#'54;2'#5354+"=73%+"3#6767>32#"'&#"732ѲFjT6)I#;gD5;P;8BA8;P!;5Dd0\`-T132+?Z:Bd-!L=3uha.M PPC^XRRX^7mvf'5!5;FpP TRH^J@5 J9$ A <:KPX@#S M= M >KPX@#S M= M >@#S M= M >YY@DB?<10'3#1 +%732�'54;25#53&'767!!67>32"'.';2'".'&'+=N;') />H2;hH7L/NPHb!%?m5j)B/P<DOLR-Vb?VRVTAfV;14J"7+#3])-V7/+9T"@,I3 TK#PX@9 Z X  bM = N = M>K(PX@7 Z X  bK = N = M>@5 Z X  bU N = M>YYY@RODB@>(3Q$33: +'".'&'&';2&#'54;2'4'#"#!33%+"6767>32#"'&#"732FjT5)I$;gB5=N>5B1)1y'?w/X#>5Bb0\`-T17-+ +)uK3N;O=3uha.M PP5 NTb`R7mvf'5oT\+R9:^ P+@!; P?(G KPX@, bK= M= M >KPX@, bK= M= M >K.PX@, bK= M= M >@* b U M= M >YYYY@JHEB75)3Q#3#1 +%732�'54;254'#3;7+">7>32#"'.';2'".'&'B+=P='+-1;y%I4'=+=N#7L1LPF13! Dj3j)D/P9FMLKJN^^!LaM14J"7+#3_)-V9--R@@:+%@-   U  SCM>Y@#RRPOLIEB?>=;85320-*)#33#23+%0'54;25!;2�'54;2'4+"=730%+"!4+"'5730%+";2#.>5BD5=N;6BA6=N#;5D>B5=O!<5D #;R RRRR_RR 3!VfyU@NI82 # @(    U  SCM>Y@SPMJGDA@=:736#C$3!2+%;2#&#'5473265!32%"#'5473>54&+"=7>3#"!54&+"=727#""V?7+ +7# 73 37%"7+E+7f73 5!/%87+  +875!. "75#%"9-]@1"DC XS @3  Z  `   U  SK>Y@]ZWTQNJIHEB<;2/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'573263723326363+"3;2&#'54;2D5=P=6BA6=P#;5D>D3=O!L ) H#g'9}B7=O>3D RRRR_R Ry`@\KE  60@*   I  U  S K>Y@$ZWTSPMJFC@:851.,('$! `] +72326363'#";2%"'5473265!32%"#'5473>54&+"=7>3#"!54&+"=726b+ K!f)9{ 37! 7+ )7# 73 37%$7+E+7tw47) %87+  +875!. "75#%w-n@b@;'" @E Zb`  UUUO K >Y@jigdaNLIEB?<962/,)32#""+%#"'4#"'3#37265$';2&#'54;254#!";2&#'54;2'4&+"=7332232636376237+σa1FdjA6=P=+BB D+=P=6B<=/^B^`/!)%#1}W!o=:=jɏ\+PC^-B RRR#1%RR/#-NsNz'yY@+RM83K.PX@; Z  bb L= L =N>@9 Z  bb  U L =N>YY@WTQNKHDA=:36"#&3S2+4&+"=73!$7#"#"&543232%;2%"'54732654+";2%"'5473265 ;9RM:= ddŨ{s\ =9h78 $'39j7=;%"9-bÇN^N\%5!%% 61HH5!%%"4!}H B@A4<9KPX@-bbQM =M>KPX@-bbQM =M>@-bbQM =M>YY@ :80.)'"  B B' +>54&#"2654+ $!2#"&'.#"&5432B^E[bX> d`>3;B;+ 9qX)k!ZJ!=DFG J%h#PJ5#5+1/1 ;yMV ! ;Z@)(0:KPX@*ZU UOM>KPX@*ZU UOM>KPX@+bU UOM>KPX@+bU UOM>@+bU UOM>YYYYY@ 54,*'%  ; ;' +>54&#"254&+ '.5432#"'&#"&546 s/Rd1D5;}s߁=ߠ^X71\)3Xo'LתRlkэ;\!j D!8=$ALbdZħ%'D.J@G&%<bbM =M =M>$'$&+72654&'3.5!23.#"3267#"XVA-RIj^J-+9TZLJ{w^Öh#V>$d'':!C菘r= yT^#15,@$#&KPX@/bbM=M =N>KPX@/bbM=M =N>@/bbM=M =N>YYY@ ($$$$"+732654'3.5432#"'.#"327#" RZ#!-`G4 +%RjdX{ZRk+ZN)  X-3N+53žݰD5Nbgf-c@&% <$#:KPX@CK =M>@UCM>Y@ 743"1+%;2#.#'54;254&+"'!&'7.+"#;X>5B=8FbF7>\wR)C{M)' {C -)/o@ +<&% :K#PX@%bCK=M>@#bUCM>Y@ %$"C2 +%;2#&'&"#5473>5#"#!&57#.5.+V #!5},G-98T n^ +d5%3 3"8tDF0  (J&-Ff@,& 5A<@U K>Y@ FC363$*34( +%&'&'&+&=73%+"67674+&=7307+"7;2&#'54;29:) ;:;>rk =5?+"D5=N;6AbbH!i"!%1BR-yEl@+% 3@: @U  M   >Y@EB?>=;53$)3$' +&'&+&=7307+"0654+&=7307+"7;2�'54;2{ ;;: @5@-'")'=O;'+'D  ! T+P-O@C=)$L3 @%  U SM>Y@OONMHEBA@>:834(3#2+;2�'54;2'!5!5&'&'&+&=73%+"67674+&=7307+"7!D5=N;6BV9:) ;:;>rk =5?+"7RR^:bbH!i"!%1P^-yL@0* GA @&U K = M   >Y@LIFEDB?<:9873$)34&+0'!5!&'&'&+&=737+"0654+&=7307+"!!;2�'54;2D5 ;;: @5@-'"D)'=O;'+'^)}D  ! T^PN/k@RK3B  @:  b`b   UCM>Y@!kkjifeb`ZYWTQLHG><C;34(3+%0'54;274'3.';&#'54;277654'.+"=73273+676'5#&=72327+"332#.53&'%91!--+)+3!B9Q` "D+fr~5RkC3so?;LgN ;9#+;=99=!!h+}%!%/)Ñ!!!f}#+fyh@OJ72Y@,+ (& @8  b  `  `   UCM>Y@hhedb_[ZTQNKHFFE33:33=#+!0'54;054'.';2&#'54;2?'07.'&+"75727+"7#6'43#"=737+"#;2#4'&;-F Q ;BE#E!!=0F h;ks;;F1'##? !X- H^n)\ 11Z##! %511\/RK#PX@/)K < :@/)K < :YK#PX@! OK = M  >K(PX@- OK =K = M  >@&G OK = M  >YY@OMJA43C5572 +4&+"'!&'7.+"3!2654&+"=7627#";2#.'"$#""'54;>5=8E'H7> ! <7)'!:; !;~Vdc##=5 +#C}N)'!}C!-#7%11%%%"4\u8!M@.@0   bGO   K =M>Y@ HGDC@?;830-*)(%" ML +"3!2654&+"=727#";2#&#!'54732654&+"#!'7#&'.#j +5h75 !!79m7! A `+-75')37!%"95%%6?5!?:/)J)-Fx@ 32@%  UUCM>Y@DA?;96%2B5$2"1 +%;2#.#5473265#"&54&+"=263#"3274&+"=267#"d#;|X8P Ӻ#9%%9#\^} <7%'7< Zw3$4qǞP/33-ubp/533%yK@D?)#76@%  UUCM>Y@IFC@=:%3C4$3#2 +%;2#&'&'547326=# 54&+"=7267#"32754&+"=727#" #!5},G-97# `7!":'9wZ !7h855%3 # :995!. "-ojl7!%"9-L@ LKI"!@(bU S  K  >Y@FCA=;82B72B5! +#5#"&54&+"=263#"3674&+"=267#";2%"#54732657ų#9%%9#vFp <7%'7< <7+)8P ^bǞP/33-ZI/5335#13$47!yO@0+ ONL#" D? @(bU S  K  >Y@IFC@=:3373C4! +%#5# 54&+"=7267#"36754&+"=727#";2&#'547326=7f7!":9"" !7h85 #5J7# '/q95!. "-*7!%"97#%# :H-D@ D' 82 @%U M= M >Y@B@=:76530-#3#33#2+;2�'54;2'4+"=730%+"63 ;2�'54;254#"D'=Q;6BA6=P#;5DV1)B!V;/+b PPRRyVRRPFdyD@& DC 72 @"U  U K >Y@B@<9630-#3#33#1 +%;2�'54;254+"=7307+"672;2&#'54;254&#"7) =O;)++);P< )+);P>&)CD=RRCPPsfRRoS5D1 @(U U M = M >Y@0.*)'%#"  +"!.#"$.547# 54632#"6$3 !326-]R䮨RŗV)@B1#9H'1qޛ5V}kwJ3b#17%^/y ) 3@ #  KPX@0b UM=M= M >K PX@0b UM=M= M >@.bU UM= M >YYY@ 31%&##&# +3!"54&#""&547&54632#">32#!32C L3)>3TP%>>/b+jN#R`wB{j +nSE,X!5./ FEwH+ X5DC@98  C @/U  U  Q M = M >Y@B@640/-+)(%#  +"!.#"&547#"$.547# 54632#"6$3 !3267327-FZh;RŗV)@B1#9H'1qwRhcRT+!%Xޛ ^Tb}wJ3b#17%^/yqVb:BZ%KPX@?b  b  U  QM=M= M >K PX@?b  b  U  QM=M= M >@=b  bU  U  QM= M >YYY@DB>=9742&##$&# +3!"54&#"#"&547#"&547&54632#">32#!3273327A L3'@1%XhuP%>>/b+jN#R`wT%N+ 'VB{j +n^ ^T^},X!5./ FEwH+ ԍE1<'@UK>YCC+4.'&47327&#"&47>5413323323314/=L#  2  1  #K>=L# 6 3  #K>1j@ }3 ~2 K(PX@Ed Z V  U  K = M =M>K1PX@Cd Z V   U  U M =M>@Gd Z V   U  U M =K=>YYY@'vtrpljdc^]ZVSRMLFD@><:%C!+#"'.''&#"&47>5#"'&476767675.'&'&#"'"&5463234.'&47327267>7632#"'&#"# 5463232654&54632)Hb\>\{Z|314314}Z{\=\bHsd)1X5-52'-+/;?DpK7q413323p8JqD?</+-&16-5Y1)dsJu8&%-'<9)3!\ *=L#  2 5  #K>֬ 1 59b @-3<-f7)>!qE^=L#  2  1  #K>Fp!>)7f-;3-@ c95 23^R!'# !%dkv@Od KPX@7b  U = =K= N >KPX@7  db  U =K= N >KPX@7b  U = =K= N >@7  db  U =K= N >YYYY@&|{usonhg][FD@?<;8521.-)'kk +(.7>=&#'&7>7>7675&'&&7>3254&'.7 76767632'&"&'&'."&54632254&54632^  D0)^`)fP=?+17[1'FZ3] 95d_Z9LX1C  Z?Z  D0XK9[^d5:\3ZF'1Z81+@=Pf)a])1C  {ٚ3%#/6'/5 Ey61L/%3P+d<J +8dH;3)5HoyE66EyoH5)3;Hd7, IK(PX@N Z  b `bVO  K = N =K>@L Z  b `b   UVO N =K>YY@YXPNLJGE=:741.332#"+%#"'&"'#372654.';2&#'54;2'4+"=73%+"6767>32#"'&#"2'х\1JboNmD5;P;8BA8;P!;5Dd0\`-T132+$?Z8!+PC^-Bo1PPRR7mvf'5!57JnPf'}OE@94 '"K*PX@>b  U M =  M =K=N>K.PX@E   bb  U M = M =K=N>@>   bb  I   U  UK=N>YYY@NMKIFDA@>;33332"#)+#"&543232654.'732&#'54;254+"=737+">7632#"'&#LXNŪxs]Zk?muC+=P;'++';H=+Hf=`E8!+)>hoP^Nw^-LKJPLNyX!3N-Q@71" FK(PX@<b  SUO M  =M>@:b   U  SUOM>YY@PNKJIHEDB@<96542/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'5730%+"#"'&##3326D5=N;6BA6=N#;5D>B5=O!<5Dυ\1Ffh RRRR_RR +NAZ1?qbyR@;6% @/   b  US QK>Y@QOLJGE@=:733C6#C$+%!32%"#'5473>54&+"=7>3#"!54&+"=727#"#"&543232+7# 73 37%"7+E+7f73{5H\ZZ7+  +877. "75#%"9χP`+%-N@71"I @,   U  SCM>Y@NKHGFDCBA?<96542/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'5730%+";#7�'54;2D5=N;6BA6=N#;5D>B5=O!<5DDq-P>5B RRRR_RR RyV@# OI8 @(U  SC  K   >Y@SQNJGEA@=:72%3333C2+4&+"=7>3#"!54&+"=727#";#7"'"'5473265!32%"#'5473>537%$7)E+7f73 pF"! 7+ )7# 715!. "75#%"97%87+  +8-Fx@ 32@%  UUCM>Y@DA?;96%2B5#3"2 +%;2'"#46;2'#"&54&+"=263#"3274&+"=267#"d P7V};!Ӹ#9%%9#\^} <7%'7< 3%3w9ZqǞP/33-ubp/533!yK@D?)#76@%  UUCM>Y@IFC@=:%3C4$3#2 +%;2'&#46;26=# 54&+"=7267#"32754&+"=727#" !9?}5!# `7!":'9wZ !7j859!#%5995!. "-ojl7!%"9?[ @-  d  VS UK>Y@ [YRPIGDB=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"# 5463232654&54632/71x) 5[l)65  N}^R!'# !%Z'(4N@ 4)# @/b  U UM=N >Y@MKED$)$$$&'# +%# 546?4&#"#"54>3 327'327"&54632254&54632] 7)RLP J5jO^ 1%yk3A9>/\bڙ3%#/5'/c+Kov;+w.D &9h?i4L=#s"*5)#5FJ)bwu`#/+!^^-+}QN@K1<US   U K >OMFEDB?;760/'#+462"%462"&!#&#"&47>7272&#"&472>&'!"\B^AA^AB^BB^BP71x) 5[l)65  NZ:FK@HF;5<b  bUM=M  >EC:8$$&'% +462"%462"&# 546?4&#"#"54>3 327'3275B^BB^AB^BB^B 7)RLP J5jO^ 1%yk3A9>/\f_AA/-Bo/AA_?B+Kov;+w.D &9h?i4L=#s"*5)#5FJV1\c@# *' 7<:K(PX@DZU  SN =M= L  =  K   >@BZUU  SM= L  =  K   >Y@^][ZWSHGDC@;3##93#+76&#"=7!272'.+"326762"'.+;26&#!&47>5!&#".7>!4&;Lb5/ %3%bk#1mI E F Ni1#J5' ces@/!  x) JU8533q#wd='-R {6% H7/)9 u-5 ;y' 65 7 Ly V~@{I P6  +<b  b  U  M  = M =M >TQLJGEA?97/-!VV   +">74&67726%2672#"'.'#"'.54$%#"#"&5463263 #T)D%-N  =/iF9ӦQ ;9B*68=37w`%d^Le#y7  hmJ3B3 <;?9 LQ,`6;?7 7?+XCLC3D`$@:  <6;KPX@F X ZZ  VU N  =M=L>K(PX@E d ZZ  VU N  =M=L>@C d ZZ  V   UUM=L>YY@$`^WUNLIGA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"# 5463232654&54632jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1Mu7'%-';9)4 \1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}O^R!'# !%L' %? @3  db  UVM=M >Y@><65$%%%"$ +!654&#"2#"'&5432!3"&54632254&54632jP3A%pmK!;{6ٙ3%#/5'/3'oj% 8N?fw?owG?>bwu`#/+!^^-+RTD3@0<SM =M >$&$"+%32'>32! 765&# r7u=uNѨ9w~:N; %7@4 <bSM=M >%%%"$+!32676"5632#".547!4654&#&bP3A%qmL ;{D'ok%!8?fw@ovH?RT%-B@?< USM =M >-,$&$" +%32'>32! 765&# 462"$462"r7u=uNѨ AcAAc>Cc??c9w~:NRbDDbBBbDDbB; %.7G@D <b  USM=M >6521%%%"$ +!32676"5632#".547!4654&#&462"%462"&bP3A%qmL ;{HB^BB^AB^BB^BD'ok%!8?fw@ovH?_AA/-Bo/AA_?B1o @ E DK1PX@?  Z U U U M =M >@C  Z U U U M =K= >YY@%~|vupolhed_^XVRPNL9721C#+462"%462"&#"'.''&#"&47>5#"'&476767675.'&'&#"'"&5463234.'&47327267>7632#"'&#"A_AA_BB^AA^BHb\>\{Z|314314}Z{\=\bHsd)1X5-52'-+/;?DpK7q413323p8JqD?</+-&16-5Y1)ds^BB/-Bo/BB^@B- *=L#  2 5  #K>֬ 1 59b @-3<-f7)>!qE^=L#  2  1  #K>Fp!>)7f-;3-@ c95 2 Xkt}n@kOd |{xwtsonhg][FD@?<;8521.-)'kk +(&47>=&#'&7>7>7675&'&&7>3254&'&47 76767632'&"&'&'.462"%462"&_ D1)^`)gO=@+17Z1'FY3]:5d_Z9LX1D Z@Z D1XL9[^d5:\3ZF'1Z72+@=Pf)a^)1D A_AA_BB^AA^B5 Ey61L/%3P+d<J +8dH;3)5HoyE66EyoH5)3;Hd7, IHGDC@?;:.,&#! 77 +2#"'&'46323265%'"7437>54&#"'47>462"%462"&=`Lgo݋X0"j#pZw! aVl-eVw!D"A^BB^BA_AA_AD{!^h`1lDV)7\hL7+-/VH5hzy}!^BB/-An/BB^?AH13<EZ@W",+<b  UUM=M  >DC@?<;76'% 33 +"&546322654+"&546;2>54#"'4763 462"%462"&-)R;kRyq  @3?}N5qhf\AS5NA^BB^BA^BB^AvD+9T=7Qa)3))ml1Bn0Y9yv_AA0-An/BA_?AHVd/@ '&!KPX@%b`M =M>K(PX@"b`QM >@(b`UIMAYYY@$"  /. +2!".5463232654.#"!'3Bf)`AF{5-<{Aij3-[LZ r-" D+# N/-f@-@J?Uq^-^  +/w(y@%$<&:K.PX@)db`M=M>@'db`UM>Y@ "$"#) +#!2#"&54232654&#"#"'^fj&3JPg)F#7lDh#5(șb:F=X}NRy J1RS_y@@$   UU K >Y@VT\YT_V_ONKGDCCCC+4.'&47327.'&47327&#"&47>5&#"&47>5!"5463!2314313p1-,323314313 HR323>!5!/=L#  2  1  #K>#(1 2  1  #K>=L#  2 5  #K>D'65  #K>/%-"--AMKPX@,   Z  U K=L>@-   b  U K=L>Y@DBJGBMDMAA=54&#"&47>54&'&47327!"5463!2 ZNsb<@%   UU K >Y@cb_^[ZWVONKGDCCCC+4.'&47327.'&47327&#"&47>5&#"&47>5462"$462"314313p1-,323314313 HR323AbBBb>Cb@@b/=L#  2  1  #K>#(1 2  1  #K>=L#  2 5  #K>D'65  #K>bDDbBBbDDbB-SKPX@-ZU K = L >@.bU K = L >Y@SSONKGDC>=:6CE+462"%462"&67327&#"&47>54&#"&47>54&'&47327B^BB^AB^BB^B ZNsb<*)&%"!  +"32% 76$3 462"$462"ϓ㮚s[BbBBb=Db@@b3-Jӿh% lz'bDDbBBbDDbBL !*9@6UM=M >)(%$!   +"32654&4762'"$462"%462"&yqDfp )A^BB^BA_AA_A7q́}u_AA0-An/BA_?ALD(>@;#<UUM =M >#!"!#$&#+% 76$3  #"6323#"&#"32s[ء ULo7RZ`qbHB< কӿh% lz $^:<^ "L )I@F#<bbUM=N >!"&$!#%#+4762'"$%"&#"32654'.#"63232Lp gM+1jGDfxY<0+u!*́}uM@Tw\-L+8O@L%3, <U  U  UM = M >7520/-!##&# +% 76$3 462"$462" #"6323#"&#"32s[BbBBb=Db@@bء ULo7RZ`qbHB< কӿh% lz+bDDbBBbDDbB $^:<^ "L/;Z@W50  '< b  bU  U M=N >;98642$!#%% +462"%462"&4762'"$%"&#"32654'.#"63232yA_AA_BA_AA_Ap gM+1jGDfxY<0+u!*b_AA0-An/BA_?AD́}uM@Tw\-P4<Dt@q<;b  b    UU UM =M >DC@?<;871/*($" 44 +%27#"&#""54632327.#"'676$3 !"'&54632462"$462"%\L?;/((XF:!5HmvBd+-}݌X/#j#qBbBBb=Db@@bB;-N#'P@{:[lDV)7\hLbDDbBBbDDbBHEK#PX@B ; ) <@B ; ) @K b ` `  ` ` `U M=N >Y@?=:87520/-,*$"EE+462"%462"&2#"&5463232>5"&#"#"5463232.#"'4765B^BB^AB^BB^B-)R;59Q'T9/! ) sA/w%!ydN5pb_AA0-An/BA_?AvD+9T=7-=mI>;H#92׾ml1?9EKPX@&ZUK =N >KPX@#ZURK >K(PX@$bURK >@*bUUINBYYY@<:B?:E7.'.7327676.'&47327!"7463!2jјX1/H #)')7\@51  zј ZP  -=2 yVj5=D!5!X{Z3/F-/ ;<-/  2  1 + 3%+  2  1 @%-"- %jEQ6@3UK=M>HFNKFQHQ<8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327!"5463!2)R+J1C7 *(/1 )5DRyV# ' A+f5X15!5!H'%5#;/5q !% ^`166?>T! 66L1+|$.#,?9AIKPX@'Z UK =N >KPX@$Z URK >K(PX@%b URK >@+b UUINBYYY@ IHNK"$" + #"&546322>7.'.7327676.'&47327462"$462"jјX1/H #)')7\@51  zј ZP  -=2 yVj5=DBbAAb=Db??bX{Z3/F-/ ;<-/  2  1 + 3%+  2  1 @cbDDbBBbDDbB %jW3@0UK =M>NJ9851!%% +462"%462"&#"'&74632326?>.'.'&47327476.'&47327B^BB^AB^BB^B)R+J1C7 *(/1 )5DRyV# ' A+f5X1b_AA0-An/BA_?ADH'%5#;/5q !% ^`166?>T! 66L1+|?d9IZTKPX@& ddZRK >K(PX@' ddbRK >K1PX@- ddbVINB@1  dddbVINBYYYY@ ZX-NK"$" + #"&546322>7.'.7327676.'&47327#"&54?6"'&'4?62jјX1/H #)')7\@51  zј ZP  -=2 yVj5=D A  u)X{Z3/F-/ ;<-/  2  1 + 3%+  2  1 @& '   %jBdmK,PX@&b =K =M>@*b = =K =M>Y@[WFEB>!%%%&&$ +#"&54?672#"547632#"'&74632326?>.'.'&47327476.'&47327  $%. x 2#3)R+J1C7 *(/1 )5DRyV# ' A+f5X1 %3   -H'%5#;/5q !% ^`166?>T! 66L1+|!IQY@ I * @*    U  U  UK>Y@YXUTQPMLHF?>C&CC+4.'&47327&#"&47>5 54.'&47327327462"$462"413323323314323323CmAcAAc>Cc??c/=L#  2  1  #K>=L#  2 5  #K>sX=L#  2  1  #K>Ӂ^\bDDbBBbDDbBPJ@G5 <U  U K = K>OMIHEA8621CC+462"%462"&54&'&47327&#"&47>='"&=4&'&47327326B^AA^AB^AA^B1DZsb<;cswb<7R^D1uFhb_AA0-An/BA_?AyE66C{{C65 C{RyC66Ey11/&K,PX@<@@"ZUOM>Y@$#  && +3#'54;2'4&+"=73!#!"32#.÷;8B%<;);{ ;|R1#< \yTy)K,PX@ <@ K,PX@*Z`CK=M>K.PX@+Z`OK=M>@)Z`UOM>YYY@('$! )) +3'54;254&+"'57263!#.+;2#&ٲJ 5(u)1[ckK%PX@0UU K  = M >K,PX@:UU K  =M = M >@8U  UUM = M >YY@#**kjgfcb_^XWTPMLCB?:53*1*0(CC+4.'.7327&#".7>53 !32!"&#&47>54.'&47327462"$462"313313313313R1V-ݑrw'D#313313323AcAAc>Cc??c1=L# 65  #K>=L#  43  #K>1)Z3¨ 3  #K>5=L#  2  1  #LbDDbBBbDDbB-!*LU^U@RU  U K = M>-+]\YXUTPOGEBA>:7610+L-K##CC+&#".7>54&'.73274+3"&47>54&'&4732732#462"%462"&;b sw  b;;b  rw b;y+F^s b<;c ws b7.'67/\L0'PTN$%BL`((=595Pf)ZVVJ"#NhmC B*&qLT=VZs# "+4'&'467272!!&5476\{mX =-'3 QH #/7{jHT<J>+?T C1ow9-s+7P+sOH"+#"'3&70###&'3&'+&67>54'&5467.'&547367&746?B/ N -[ZcV !XV#ZoZ6 /TT ( XTd#53!C? +)'-! sd;!/bfU9d^%```;`Dn83R #ay-R> + jQJ^d*=9d\+o=T   -! "+23!7!654.#!"&54>?3RyT7V3w3m%54&'&546?3 F5/A% oR|=FX++#`buX1')@-/5bƃR u=X%''}y#"+'#6'4'4&57!"746?3!2 17V++'!V\u#%JZDW L!;R6,"+'674&5&54632%'654'&547!"&46?3!2#unb^')19t^lX,,%fF)JBQ DFJmzR1##'BLb-ٗR[ ^9D15J "+6&'.546?B7D\s_00%;?"'/6N#1/~ %)++2GHq5hN+D$F?`)+R5H\ %!}5-"+#'654547!#0'6'4'05&5467.546?3!2VhBFxJNhBI=R^`^// 1)dV{7mM#H+-۞==*wV 'dF/PI}T ZFBGR=O=,("+47&'46?#!654#"'67632!&'&\BR**:;1)juX3dLuhDPo-OV4w%-5mpJTL-)@^3MZ"XlJ "+'654'.546?32%!VwfoT++#!X^)B`PE?O%'X\j"+#!"&46?7!2"L!4T3+\`V,,-5'u9PNNF}'= m} "+4.#!"546?3!2#!7!26 @1V**) ZR<\PPfc/BY P=ْy2)"+3!2"547>54&#!"547674'&5473-+XX5uLFJ+:X7#b q$s+}nTi3R[oLX`PLh)) ')R!7<-7{  "+!!.'.67#"&546?3!2R@EZgX--$;@N++ݔjVEBHFEF%7)"+7!7!654&#"#"&54&'.546?76'1B )P1i??41 -NTN&%8-83{? !՜v٘pao 35' T89L F  +%  Ufy" "+67654'&746?37TQ**M-5L))!!'>fBf$- BU T#?-{\u+%=[+\s#"+!7!&'&547654'.546?3# GR 5X,, XFXJ/ms+P7?_9wo1D U?DKJC767654'&546??&'.547.546?&'#>5!A3P(( '/IbHG-9=>-BTP''6%/A!123-#H):yh/9+hDT-#\=" 8 '>3Z:;{R/?SJA1#F =V!%E1  F2$"+#0#""'47.546?;2#"4'&+P/B!%"f3Nf33!`! :&B+'m5!/ `/1ToQyo93@ZFX>/)Ig }3.$"+4.#!#53+""'47&546?3!2#!7!2 @1-!/\/B!%"fHT++) ZR<ӬPfc/NF/)If +DBY P=g="+%&476'4'.54>?67&546?3&'5'5?0 #d/. 2/:E#-7yĢP''>`iBFpݬDv)9R!w/mZ)1?D'E-#38 8)+lF>%oH` `?&'#!7!&'&'&74656#"&546?3#?gFN%14F5B71D-F+^/?m+CR)`uV++.bP')N1-BH81XD#-Cb,B//; Xu=DboPE?SR5TFJd#/;u5$ "+'4730'"54%>54.#!"&546?3!2G^Xqh39I/"f\s`/0)yRt:PDIB;1;NN!LV3{B!+?%\C=HH3DrH;Z~^1-'-P"+054&#!"&546?3!2TeZm\/.%c26ZA9P R)3^2"+!&5&'.'&'47&54>"#6&54>?232&'36654'&546?#3˃9DN X 34} 21 + ZZ}b}!/1 !)5 =J5-)}V++%1<Zd{5/BNAu-V9L #+%{fu5X)@"F!7'c+ ;>7-NJZ;  C,""+654&+!73&'.547"&546?3!2#Tdf# #{Xm\..*b1$zb{!Y>E-ZA9P R)3%2% "+6&'.546?!6&'.546?;5F\s^10#;!;qj#0J!#9)T^f "+2#"547>!2#"547>y;qj#0J;qj#0J!#9)T^!#9)T^D)+3f@-,"@#bUIMAY@ ,"#($'!+6#"#"&54632327#"''"'&5467736ZH-3 1+Rh3+ BJTD\H(-fPZJD+' "! ;a'!`f++ !9CD!P;gάP%J>c-.7@$0/K#PX@RM =>K,PX@bRM >@"bUINBYYY@ ,#$($'"+32654&54632#"'.?6.#"'>32>32'>54"'"%,4 2*Rh4+ TT"[#H(-fPZJD$lY "!!;`' `g*, !"D"" PKPX@7  b  U   QM = M =>KPX@7  b  U   QM = M =>KPX@7  b  U   QM = M =>KPX@0  bI U  U   Q>KPX@0  bI U  U   Q>K.PX@0  bI U  U   Q>@=  bbI U  U  I  M  AYYYYYYY@"?>97530.)'!AA +27>54'&#&""5>32>323254&5432#"'#"&5476!4&BR>7 Xe0EhJ-}3i$6%u#T';]X F;G,?q{\9L;] D-)KBF&!/2)D)#3B5PXXyD"%\fD(D@A <9ddUIMA&*$"!+4#"'673632#"''6532>54&#"Vy;+PN\obo71b!';1% X573ms1#LF %XCjp /0L@I#,<ddbUIMA"%$#$(+.#"326"&5463254.#"'67327#  77=;'#DEh{o\-^C@w91b  Zmd;to+w7 !5 8#k@#USIMAY@  +27#"&4632!4&#"BbP)Xyb1*O)+-9)X+wr!?['5L1L1#j@"USIMAY@  +"'632#"&'!54.3267bP)Xybb1)O(+-:X+ws!?[&L1K2s00y-@&bUUQ>Y@/.+) 00 +";2+"327>32#"&546?&54632#&T)7?-13jtF $*;Yb@5d}Vde 6'%+9myB4 ^T5I]BDB^hs00y@&bUUQ>Y@,)&#!00 +"#'7632#"'.5463232'4'#"=4;2654&H\5!dkSzd5AdP;*" Nmj31,@;h^BICXN6RZ 4B{j;+%%;y77DS@0  8# <) ;KPX@6  Z  U  U  RM = M >K1PX@4  Z  U  U  U  RM >@:  Z Z  U  U  U  RM >YY@ PNIGDB=;31/- 77 +"'&'"#"'272>32#"&547&546?&5463263232>54&#&4&#"32>D  FVB&=%%=5׊T}iB!JVB37:'/!w#DNEw?J-:3%10 7LVd$?5/7`i@KRB?AFATi=%!%R\-+;zN?1H-337O!-*@'<UIMA,*&$H +4.'&67327"567#"&54632#(12.93:;".-";:fK*.eZ~';A(#??E[@X,' @;<dd   b UIL @EE?<'#3&&223 +;2&'54;>54.#"'67367654#"=737#"32&''54/&  Z;} %y=+EH' F- ^7N-HV1XR# 00 !7=R#--?W? ++)x,Pd<#@# U I L @Y@POJIGD$B#&H +&#"&7>=4&'&76727632>32&#"&7>=4#"&"&7>=4&"5=B^=B*!5q5   N`n ^0#?=T?>3s/G1=>3-b?;;# Iqi&C=?ËT;?L?#\9dKPX@#bTQM >@)bUTIMAY@ "#&&I!+4#"&#"&7>=4&'&76727632#"&5432265s=F5=B^=B* 6q5   Nl)->-P+'-#HT?;;# Iqq-3'3;w/? HKPX@QM >@UIMAY@   +2#"&5464&#"3267ywZB9J`D1J{mkyylc7@ KPX@QM =>KPX@QM =>KPX@QM =>KPX@QM =>KPX@UQ>@UQ>YYYYYY@  +"&547232654'&#"'632\i35 )%7_!/L%=!'Vy}R7;/#wsX3N!ywy/?BKPX@eM >@eIMAY@ "" +.#"#>32W;9Jy}hlsvy/?%@"dIMA"$ +0#"&=332654'?ywy`A1Jmk lzcXN'2@ 2('K%PX@#UUIL@@'dUUIL@YY@ #$$'2+&"&7>54&'&76727>32#"&'532654#"-;=>B+!5m6  f+Zea!Zt-Lh'q 9!;;# I '=tiwh\oV)@@=<:UIMA%#"#"+327#"5#"574326=732#+J! FlfR7+N s#H}w1FL%w3,@)<IINB'(%&+4&'&4727232754&'.7272"'&'4#"7q/^B f7J/^A  6m7   \3jF+#h+ʼnVF+#h+;$ 5!;?1?KPX@ /+(<KPX@ /+(<KPX@ /+(<@ /+(KPX@+ UU =M =M>KPX@' UUM =M>KPX@$ UUQM >@+b UUQM >YYYY@7410*)&# ?= +""'674'62;26762+""'674'62;2654.'#h4- ./mN-'  *ium/- .3iN3,0)9WEX+'PyuzB^A+Y{Ro7+?;&,  Pb<#@!  U I MAY@POJIGD$B#&H +6=4&'&727"'&54#"'#"754&'&727327&'54&'&7725=B^>B+!5q4  N`n _0#@=U?>3s/G2==3-b?;;# Iqi&C=?ËT;?L? w,@de>H*C+&47327#"'.'&47327?6&^9)  "%^)^/W`## '|J##+1,)1+^5,@)*#<dQ>#&#,'+&'&5476772767#"'&'#"/?727676'qqbJJbqq+'%'1?"%P{RR{P%?1'%  1]Z3++3Z\2 #BbF55FbB#d)=@: <9UUIMA$"$$('+'47632#"'57274&'#"543>54#"o:D^ӓqh%/%Cf<3B332+)gn4'oQdXGh<'fF1Ll O(u! ;X@4,"!@bIMAY@ 97'% +76'&/#"'&5675'&#'67672654'&'&'47632d%  7io1?%/D^;f 'P+^^#Ay + > A "%#?^wXX-;`>3LN W@T!/ +L ,`@ !=4&'&476724632#"&+X;LX++L4)>3/7?1-: m/--/mfL)-d['=4&'&476723672#"'&"w+X9EX+3Dyu fP)93#3 j0--/mJ/-b6 /@#%-=4K*PX@0$  <@0$  74&+"=737327#5"74&'#"=737(0   Z54"o:D^ӓqh%/%Cf<3B332+)gn33'oQdXHh<'fF1Ll N)u!J ;7@44,"!<bIMA97'% +76'&/#"'&5675'&#'67632654'&'&'47632d%  7io1?%/D^;f 'P+^^#Ay + > A "%#?_wXX-;`>3LN  V@T!/ +7g@ @!bUIMAY@  +2#"'.#"32>7#"&546B\h35 )%7^!/L%=!'Vy}R8;/#wrX3N!ywy72<@9,'<beUIMA8#""%"#!+#"=4;4632#"'&#"32#&''54?>V?X?0)%3Z y5+ o0 V7"#'7%5 ""-#@<"!:K PX@UQ>KPX@UQ>KPX@UQ>KPX@UQ>@UQ>YYYY@ ## +326?2326?2!"547#"'6?0ݘ7/ m +N   'R!3#^O g o;HD T4:KPX@2S  U U K =M>@/S  U UQ K >Y@$RPIHGEB>:932*&    +"2654&4632"!#&#"&47>7272&#"&472>&'!"+66V79fHFjiR71x) 5[l)65  NZF =I@ I>8KPX@9b  b VM=M  =M>@6b  b VQM=M  >YY@HF=;751/+)#!   +"2654&4632"# 546?4&#"#"54>3 327'327+55V8:gGFjh 7)RLP J5jO^ 1%yk3A9>/\9+)<<)+9ecGFd+Kov;+w.D &9h?i4L=#s"*5)#5FJCɶ'&K(PX@5  ZZU UN  =M>@3  ZZU U UM>YY@"?>541,C"B%"" +462"3254#"32>54&#263 !"&#&47>54.'&47LfLLf=r\31V`>7qTD#313313fLLfL'1)9a^5}N%+ 3  #K>5=L#  2  )3@+*($@0=M =M =M=N >Y@ #%%%$" +4632#"&4&'&767262#"'"'6724&#"+LC;JQ@;Hm)c !I]oޱj&+  ;VaOR3LT3-RRf,$ ,LqshQ7!taH3- !G϶+*K(PX@7  ZZ UN  =M=M>@5  ZZ U UM=M>YY@&"CB9850"G&F! %"#$" +4632#"&3254#"32>54&#263 !"&#&47>54.'&47LD;JR@;H6r\31V`>7qTD#3133133LT3-RR'1)9a^5}N%+ 3  #K>5=L#  2 3 )3@+*($@0=M =M=N =M>Y@ #%%%$" +4632#"&4&'&767262#"'"'6724&#"LC;KR@;H)c !I]oޱj&+  ;VaOR3LT3-RRf,$ ,LqshQ7!taH- !GҶ+*K(PX@5  ZZ U QN  =M>@3  ZZ U U QM>YY@"&"CB9850"G&F!    +!"5463!23254#"32>54&#263 !"&#&47>54.'&472 r\31V`>7qTD#313313"-!.'1)9a^5}N%+ 3  #K>5=L#  2  )3@+*($@. Q=M =M=N >Y@31.,'&#!  +!"5463!24&'&767262#"'"'6724&#"2 t)c !I]oޱj&+  ;VaOR"-!.f,$ ,LqshQ7!taHL?52?@$-+<53:K PX@4db ZM =M =M>K(PX@5db bM =M =M>@2db bQM =M >YY@:822$%3$() +'7&'&5!2'.#"3 72!"##"'47327&#"&5476h ^w;# -+/+dBAN(f&X-%#] jT+Fy[fH&Ml#+ TP)Hw PLH` ?P@+1 : 8 KPX@Bbb    bM=M =M = M>KPX@@bb    bUM=M = M>@=bb    bU  QM=M >YYY@??=;%3#$-$! +632#"&547'7&'&5432"&'.#"3272#"##"'47327&b N''' V Z[ ?cI83{V};ZdBAN)f10! % VwN1A7);Vs@Vp@&Mk"+ TP1}:~K PX@ UM =M>KPX@&ZUN =M>KPX@ UM =M>KPX@&ZUN =M>KPX@ UM =M>K!PX@&ZUN =M>K(PX@,ZZUN =M>@*ZZUUM>YYYYYYY@1+(':7)# +462"32>54.#"&47>54.'&473263 !"&KgLLgbTq?}uJ7\u323314S%9jZL)fLLfLHb@5o˅jyP5  #K>5=L#  2 {ӚALb B@5+ A@3bbU=M=M  >Y@ @?'"%'$" +4632#"&&5.#"326##"&'.54324&'&7672"'&LC;KR@;H"G1b53gP}%3%Pb>HG)RB)b !3R -u3LT3-RR.XT6G#S&07c, h) ( ,LfX?',"$1q}- >vK PX@QM =M>KPX@%ZQN =M>KPX@QM =M>KPX@%ZQN =M>KPX@QM =M>K!PX@%ZQN =M>K(PX@+ZZQN =M>@)ZZUQM>YYYYYYY@5/,+"!>;)$$" +4632#"&32>54.#"&47>54.'&473263 !"&LD;JR@;H%Tq?}uJ7\u323314S%9jZL)3LT3-RR1b@5o˅jyP5  #K>5=L#  2 {ӚAL\b B@5+ A@2bbQ=M=M  >Y@ @?'"%'$" +4632#"&&5.#"326##"&'.54324&'&7672"'&sKD;JR?;H]"G1b53gP}%3%Pb>HG)RB)b !3R -3LT3-RR.XT6G#S&07c, h) ( ,LfX?',"$1}- >K PX@ QM =M >KPX@&ZQN =M >KPX@ QM =M >KPX@&ZQN =M >KPX@ QM =M >K!PX@&ZQN =M >K(PX@,ZZQN =M >@*ZZUQM >YYYYYYY@5/,+"!>;  +!"7463!232>54.#"&47>54.'&473263 !"&1FTq?}uJ7\u323314S%9jZL)"-!.b@5o˅jyP5  #K>5=L#  2 {ӚALb B@5+ A@3bb Q=M=M  >Y@@?4321*(!  +!"5463!2&5.#"326##"&'.54324&'&7672"'&2 "G1b53gP}%3%Pb>HG)RB)b !3R -"-!..XT6G#S&07c, h) ( ,LfX?',"$1}-2Hw99K PX@eM =M>KPX@$ZeN =M>KPX@eM =M>KPX@$ZeN =M>KPX@eM =M>K!PX@$ZeN =M>K(PX@*ZZeN =M>@(ZZeUM>YYYYYYY@433H4H)# 2/)" +%32>54.#"&47>54.'&473263 !"&2&7>54./&746Tq?}uJ7\u323314S%9jZL);Yl;J DEb@5o˅jyP5  #K>5=L#  2 {ӚAhHXTy)@  M3Lb%L@?5K<9KPX@.b e= =M=M >@1bb e=M=M >Y@JI>=<;42+)'&$" +2&7>54./&546&5.#"326##"&'.54324&'&7672"'&;Xl;J DF$"G1b53gP}%3%Pb>HG)RB)b !3R -hHXTy)@  M3*.XT6G#S&07c, h) ( ,LfX?',"$1H}- =}9K PX@eM =M>KPX@$ZeN =M>KPX@eM =M>KPX@$ZeN =M>KPX@eM =M>K!PX@$ZeN =M>K(PX@*ZZeN =M>@(ZZeUM>YYYYYYY@4.+*! =: +&''6732>54.#"&47>54.'&473263 !"&qF4RL3;Tq?}uJ7\u323314S%9jZL)q'RXN\'^sb@5o˅jyP5  #K>5=L#  2 {ӚALHb A@4* @<9KPX@.b e= =M=M >@1bb e=M=M >Y@?>3210)'  +&''67&5.#"326##"&'.54324&'&7672"'&F3RL3;2"G1b53gP}%3%Pb>HG)RB)b !3R -q'RXN\'^A.XT6G#S&07c, h) ( ,LfX?',"$( Q]@G '54&'.7!272'.+"!"7463!2AF! JjLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1 5"('<i  H)1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}%.#-L6%@[@X( <dd  b V  UM= M >@>9720+)'&" %% +#"/7>32!"5463!2!654&#"2#"'&5432!3q %B'8!6!XP3A%pmK!;{2 %("%-"-'oj% 8N?fw?owG?' Q]@G '@F b ZZ  U   UUM=L>Y@%TR ZWR]T]NKBA@=:9430+$! QQ% +"&547626762"'.+;26&#!.7>54&'.7!272'.+"!"5463!2HD" JjLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1/!5!'$?h  H*1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}%.#-L> $?_@\' <dd  b V  UM= M >?=861/*(&%!$! +62"&547!"5463!2!654&#"2#"'&5432!31 >   U!6!XP3A%pmK!;{;,* %-"-'oj% 8N?fw?owG?H1 O@ E %@; ZZ e   U UM=L>Y@" LI@?>;8721.)" O O  +&''6726762"'.+;26&#!.7>54&'.7!272'.+"F3RL4<jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1q'RXN\'^k1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}LH 0R@O<9beUM=M >0.)'"  +&''67!654&#"2#"'&5432!3=F3RL3;iP3A%pmK!;{q'RXN\'^'oj% 8N?fw?owG?1]@ S&# 3 @G  Z ZU  UUQM= L  >Y@,ZWNMLIFE@?<70-*(%$]]  +272#"'&#""5>3226762"'.+;26&#!.7>54&'.7!272'.+"B"#f:L95B! 5?%jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1XXg+#%%%Rm41R {6% H;+)9 u-5 ;y3{; 2 q#wd='}L}#>h@e& <  b  UU Q M = M >><750.)'%$   +272#"'&#""'>32!654&#"2#"'&5432!3mB""f9L95B! 5\3X@%P3A%pmK!;{XXf+#%%%Rl3#'oj% 8N?fw?owG?HWd@--*41 A IR P <;d_^X:K PX@UZ ZU  UN =M= L =K = M  >KPX@VZ  bU  UN =M= L =K = M  >K(PX@SZ  bU  U QN =M= L =K >@QZ  bUU  U QM= L =K >YYY@b`\ZWWUSOMHE>;86#932+'7#.7>54&'.7!272'.+"326762"'.+;26&+#"'473254#"&'73267 ad  s?@r  ;\50 %3%bj#1jLF  FPf1#J5' c#cBAN)f-fo :T 5 ;y3{; 2 q#wd='}1R {6% H;+)9 u-T&Mk"+ TP}jmo87L=V ;F@(- 6 4< :K PX@?b   ZU  U M=M =M>K*PX@@b   bU  U M=M =M>@=b   bU  UQ M=M >YY@ CA=< ; ;$%2%%+$" +327#"&''7&'&5432!3272#"'#"'473254!654&#"weA^y } `SmK!;{kcBBN)fP3A%VPR Kw?owG?l?K&Ml#+ TP'oj% 8?G@+ <9 C@ <);K(PX@6ZU U  UN =K>@4ZU U U  UK>Y@GEBA;:7573C +462"&#"&47>54&'.7!272'.+"326762"'.+LfLLf=<55313@r  ;`50 !&%mj#1jLF  FPffLLfLN=L# 6 3  #K>3{; 2 ;wn='T1R P`mH H;%?K PX@1  ZU M= M =K>@2  bU M= M =K>Y@?=:820%##C +462"&#"&47>5#"=4;5467632"&'.#"32+LfLLfB;c sw b :8-)&%  A A  +!"7463!223'.#"32674&'&47327# '&576= 5"ؑ##%5+߻of/d{N\1FZwur  -+bɭfq)%-"-HXm˶n$219# :: +3T`V N¿ #_@X,O3H KPX@B  b  U  U U M = M = M  >@@  b  U  U U  U M = M  >YY@(%$\ZWUB@:820*($_%_##    +!"7463!24"326"'327>54"&'&"#"'32#"'&7467&'&5467.54762>32 5"։=81>;bG04#5 L ɪg/ \K6faPt>;k7HVd-3?7MX%-"-^pX )uRz(m;sZ-+h&V #FuC7%''7/(M[B-LB!d1Z_K(PX@-US K  = K >@+U  US K >Y@_^YXUQNMDC@<98CC+462"4.'&47327&#"&47>5!&#"&47>54.'&47327!KgLLgu413323323314313323314313{fLLfL=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>% C@< ? !KPX@+ U = = M =L>@. b U = M =L>YY@B@;:98C$C$" +4632#"&&#"&47>54#"&#"&47>54&'&767263 oKD;JR?;H@*   U  SQ K>Y@b`\ZWVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!4632#"&413323323314313323314313{5LD;JR@;H/=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>3LT3-RR%m C@< ? !@- bQ = M =L>Y@B@;:98C$C$" +4632#"&&#"&47>54#"&#"&47>54&'&767263 LC;JR?;HA@-UU  S K >Y@gfa`]YVULKHDA@;:54CC+462"$462"4.'&47327&#"&47>5!&#"&47>54.'&47327!BbBBb=Db@@b413323323314313323314313{bDDbBBbDDbB=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>% I@B E '@0 b U = M = L >Y@HFA@?>652.$C#+462#"&462"&#"&47>54#"&#"&47>54&'&767263 FAZBB-/?A[AA[K(PX@5   bS QK = K >@3   bUS Q K >YY@jidc`\YXONKIGFDB><3CC+4.'&47327&#"&47>5!&+#"'473254/7&47>54.'&47327!413323323314313dBAN)f ]K323314313{/=L#  2  1  #K>=L#  2 5  #K>m=L# 6L&Mk#+ TP 5  #K>5=L#  2  1  #K>%TJ@1< E C KPX@4 b Q= =M= L >@7b b Q=M= L >YY@JJHFB@;854$C%"+'7&47>54&'&767263 &#"&47>54#"&+#"'47327& [`v b<)b !gK(PX@,  SQ K  = K>@*   U  SQ K>YY@b`\ZWVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!327#"&'413323323314313323314313{weA^y /=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>PR%5 D@= @ " @0 b = M =L=M>Y@CA<;:9C$C$" +327#"&'&#"&47>54#"&#"&47>54&'&767263 wd A_y @' UU Q  K  >Y@>=:632)(%!  +272#"'&#""5>324.'&47327&#"&47>5B"#f:L95A! 5\3X@$314313313323XXg+#%%%Rm4=L#  2  1  #K>=L# 65  #K>wD5AU@R<U Q M ==L>@>:821#  +272#"'&#""5>32&#"&47>54&'&7$724632#"&B"#f:L95B! 5\3X?%V1cimb2/V F&/KD;JR?;HXXg+#%%%Rm4{765 5{V1'+#se33LT4-RS1')19Fs<::K(PX@)  b UK =K>@'  b UUK>Y@A?98CC +4.'&47327&#"&47>5462"$462""&5476314313313323AcAAc>Cc??cD# J/=L#  2  1  #K>=L# 65  #K>bDDbBBbDDbB$?h  Hw- <;@8<dbV=L>C$! +632#"&547462"%462"&&#"&47>54&'&7$72 ;  `B^AA^AB^AA^B1cimb2/V F&/)+* _AA/-Bo/AA_?B{765 5{V1'+#se%Vcf@ A@dUM>Y@^\RQNJGF:5OC +4.'&47327>7676'&47327&#""'&'.'&#"&47>5#"&54763233143kd?b\f 9[L>=cRRD"7,413323iX-#%\/=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>)Hw P% ^@G @5b`  U=K=  L   >Y@]\YUNMFC@?>=C$! +672#"&5474&'&7672267676&'&4732723&#'54'&'&#&#"&47> N''' )b !,uBA)'V`[8SI'e   ' { #ir+5  bw b<j2/! f,$ ,LT'9Z=)66:*p 65%FJ'wE65 C%- bdM!@UQ M>Y@^]ZVSRFAOC$" +4632#"&4.'&47327>7676'&47327&#""'&'.'&#"&47>5VLC;JQ@;H3233143kd?b\f 9[L>=cRRD"7,4133233LT3-RRX=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>%q \@ E @4b  UQ=K=  L   >Y@[ZWSLKDA>=<;C$" +4632#"&4&'&7672267676&'&4732723&#'54'&'&#&#"&47>KD;JR?;H)b !,uBA)'V`[8SI'e   ' { #ir+5  bw b<3LT3-RRAf,$ ,LT'9Z=)66:*p 65%FJ'wE65 C%- bpM!@U Q M>Y@^]ZVSRFA/+  +!"5463!24.'&47327>7676'&47327&#""'&'.'&#"&47>513233143kd?b\f 9[L>=cRRD"7,413323"-!.A=L#  2  1  #K>KZA 2  1 IJD%JJ 6 9W,* n=L# 65  #K>% \@ E @5b  U Q=K=  L   >Y@ [ZWSLKDA>=<;($!    +!"7463!24&'&7672267676&'&4732723&#'54'&'&#&#"&47>\1])b !,uBA)'V`[8SI'e   ' { #ir+5  bw b<"-!.f,$ ,LT'9Z=)66:*p 65%FJ'wE65 C1qo- :q@#ZUQK>Y@ 32/)&% : 9$" +4632#"&2676&#!"&47>54.'&4732>33KD;JR?;H#3%";6O323314S%LA313H3LT3-RR}5  #K>5=L#  2  1  #K>ɢ%q([ @ bQ=L>Y@ $$C+4&'&7672&#"&47>4632#"&)b !;c sw b<KD;JR?;Hf,$ ,LZ{C65 Co3LT3-RRqo= F@,Z U UQ K>Y@?>;521('$FE  +!"7463!24632#"&2676&#!"&47>54.'&4732>33o 5!KD;JR?;H#3%";6O323314S%LA313H%-"-!3LT3-RR}5  #K>5=L#  2  1  #K>ɢq(4u @)b UQ=L>Y@+)1.)4+4$$C +4&'&7672&#"&47>4632#"&!"5463!2)b !;c sw b<KD;JR?;H!5!f,$ ,LZ{C65 Co3LT3-RRX$.#,1o- :y@$ZUQ K>Y@ 32/)&% : 9  +!"5463!22676&#!"&47>54.'&4732>33D1#3%";6O323314S%LA313H"-!.h}5  #K>5=L#  2  1  #K>ɢ%(c @!bQ=L>Y@%"((C+4&'&7672&#"&47>!"7463!2)b !;c sw b<j1f,$ ,LZ{C65 Ce"-!.1Ho- 9|@<9K(PX@$ZeK =K>@"ZeUK>Y@ 21.(%$ 9 8 +&''6?2676&#!"&47>54.'&4732>33F3RL3;#3%";6O323314S%LA313Hq'RXN\'^Չ}5  #K>5=L#  2  1  #K>ɢH'f@ <%$" 9KPX@e= =L>@be=L>Y@ ''C+4&'&7672&#"&47>&''67)b !;c sw bK!PX@5  db`  `K =  K  >K(PX@9  db`  `K =  K = >@7  db`  `U  K = >YYY@LJ@>;743G" +%#'"'#&#"&47>76&'.73%&#"&47>&#"&5476M44  m61^{n5|T< R )l  n  e.>)'( X ) * fX-%"\X`R65 NaLq, 2 s 1 5V01065 ,0)Hw P-# f@/* dL @'dd  M= L >Y@ca]\YURQJHC$$K$!+632#"&547&#"&47>54&'&7672632>32&#"&47>54#"&#"&47>54#"V N''' %E ?mb2/V -VXyg4};c sN D1t61DJND1Hr10! y965 5{V1',#/=PD:Z}C65 GyV$$LyG65 GyVF   L'@ 45 K!PX@8b`  `U K  =  K  >K(PX@<b`  `U K  =  K = >@:b`  `U  U  K = >YYY@HFC?<;21.-G"+462"#'"'#&#"&47>76&'.73%&#"&47>&LfLLf44  m61^{n5|T< R )l  n  e.>)'( X ) * fLLfLBX`R65 NaLq, 2 s 1 5V01065 ,0-# dI@F-( bJ <U  M= K >a_[ZWSPOHFC$$H$"+4632#"&&#"&47>54&'&7672632>32&#"&47>54#"&#"&47>54#"LC;JR?;H%E ?mb2/V -VXyg4};c sN D1t61DJND1Hr;3LT3-RRy965 5{V1',#/=PD:Z}C65 GyV$$LyG65 GyVF  3 - P/@ 89 K!PX@:b`  ` K  =  K  =M>K(PX@>b`  ` K  =  K = =M>@<b`  `  U  K = =M>YYY@LJGC@?6521G"$"+4632#"&#'"'#&#"&47>76&'.73%&#"&47>&LD;JR@;H44  m61^{n5|T< R )l  n  e.>)'( X ) * 3LT3-RRiX`R65 NaLq, 2 s 1 5V01065 ,0-3# dK@H-( bJ <  M= K =M>a_[ZWSPOHFC$$H$"+4632#"&&#"&47>54&'&7672632>32&#"&47>54#"&#"&47>54#"LC;JR?;H%E ?mb2/V -VXyg4};c sN D1t61DJND1Hr3LT3-RRuy965 5{V1',#/=PD:Z}C65 GyV$$LyG65 GyVF )E}@%1@)bUU=N >Y@ II$ +462"#&'&#"&#"&47>5.'.774.'&47327LfLLf;3N*(R"#=RR>" Z= M#>R ! R=#fLLfLT'4/))^R65 R\V-P 2 $@^R 2  1 R\- C5@2B(<UM=K>$C$H$" +4632#"&&#"&47>54&'&76726 &#"&47>54#"LC;KR@;H%E ?mb2/V - a@+bU=N =M>Y@ II$$" +4632#"&#&'&#"&#"&47>5.'.774.'&47327^LD;JR@;H3N*(R"#=RR>" Z= M#>R ! R=#3LT3-RR{'4/))^R65 R\V-P 2 $@^R 2  1 R\-3 C7@4B(<M=K=M>$C$H$" +4632#"&&#"&47>54&'&76726 &#"&47>54#"LC;KR@;H#%E ?mb2/V - a@)bU Q=N >Y@A=430/,+!   +!"7463!2#&'&#"&#"&47>5.'.774.'&473271D3N*(R"#=RR>" Z= M#>R ! R=##, /V'4/))^R65 R\V-P 2 $@^R 2  1 R\- CB@?B(< QM=K>A?;:730/+)%$  +!"5463!2&#"&47>54&'&76726 &#"&47>54#"1%E ?mb2/V - a@'beU=N >Y@@<32/.+*  +&''67%#&'&#"&#"&47>5.'.774.'&47327F3SL3;Z3N*(R"#=RR>" Z= M#>R ! R=#q'RXN\'^'4/))^R65 R\V-P 2 $@^R 2  1 R\-H BF@CA'<9eM=K>@>:962/.*($# +&''67&#"&47>54&'&76726 &#"&47>54#"uF3SL3;7%E ?mb2/V - a)( ?=98531/+*(A)A&$ % +"&5476"32% 76$3 272#"'&#""&5>32D# Jp㮚s[8W1A1.6 O,J6 %$?h  H.3-Jӿh% lzba`r0& )(Zx9L#1?$@7 K PX@3 d  dU U M= N >KPX@6  bU U = M= N >@3 d  dU U M= N >YYY@";9530.)'##  +272#"'&""5>32"32654&4762'"$62#"&547B#"f9L95B 5\3X@$-yqDfp  ;  'XXf+#%%%Rm3q́}u+)L19C@ 5:7)' @1  b   U U  M =N >Y@A?<;321/-+! +462"$462""32% 767&5>32327267&'&#"AcAAckCc??c<㮚siN,J7A8='Y`.7cCCcAAcCCcA\3-Jӿh% }< Zx8 a{8/}&"L#1:Cf@c<    UUUM= N >BA>=:9540.)'##  +272#"'&""5>32"32654&4762'"$462"%462"&B#"f9L95B 5\3X@$-yqDfp !A^BB^BA^BB^A'XXf+#%%%Rm3q́}ua^AA/-Bo/AA^@BKk '3I@F:ddeUIMA*( 0-(3*3&$ % +32654'&"32% 76$3 !"5463!2F! J㮚s[=#k'<h  H3-Jӿh% lz\%-".L%3iK PX@%XVM=M >@$dVM=M >Y@20+)!%%% +!2#!"746;&/7>32"32654&4762'"$l ! ?%KyqDfp "-%-'`q́}uLm '3F@C:bUM =M >*( 0-(3*3&$ % +#"&5476"32% 76$3 !"5463!2D# I{㮚s[#m%?i  G3-Jӿh% lz\%-".L$2@@=<dVM=M >1/*( $$#3%! +62!2#!"746;&'47"32654&4762'"$B ; l!  UyqDfp +* "-%->q́}u16CK@H <97:dUM  =K>><10'&# 64 +2"'&53265!"&#"&47>54.'&472$#"&5476sw+)+<}fN-313323314)4%X-#%];C^pb;+Im=L# 65  #K>5=L#  2 o)Hw P%!X 8F@D9'@-ddbM=N =>Y@ $(H&"$! +632#"&5474&'&76723>32#"'&#"&47>572654&#" N''' 0V - ;)f9BFC1b hm b2 ?>{tnH'f*10! mV1',#-95Tf9X"{7556{fDו+&1>I@F<UU M  =K> 98/.+'$#> < +462"2"'&53265!"&#"&47>54.'&472$ LfLLfosw+)+<}fN-313323314)4fLLfLqC^pb;+Im=L# 65  #K>5=L#  2 %!X 6DH@EB7%<bUM=N =>$(H&"$" +4632#"&4&'&76723>32#"'&#"&47>572654&#"LC;JR?;H0V - ;)f9BFC1b hm b2 ?>{tnH'f*73LT3-RRwV1',#-95Tf9X"{7556{fDו+&1JX@U<UU M  =  K = M >ED;:730/*)%#JH#" +462"!"32>23#"'.#&#"&47>54.'&472$LfLLfbTHXHhc1sl/TB!}Gs313323314)TfLLfL+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -T ;;@8b`UM=L>"$!C$" +4632#"&&#"&47>54&'&7672362#"'&#"+LC;JQ@;H1b hmb21T w+ k5RH.C $73LT3-RR#{765 5{V3' 7#d=I)?V"'#613; NZ@W<U M  =  K = M =M>IH?>;743.-)'#"NL##$" +4632#"&!"32>23#"'.#&#"&47>54.'&472$LD;JR?;ITHXHhc1sl/TB!}Gs313323314)T3LT3-RR7+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -3T ;=@:b`M=L=M>"$!C$" +4632#"&&#"&47>54&'&7672362#"'&#"LD;JR?;I@1b hmb21T w+ k5RH.C $3LT3-RR{765 5{V3' 7#d=I)?V"'#613 #Zo@l+ <U  U M =  K = M =M>%$UTKJGC@?:953/.$Z%X    +!"5463!24632#"&!"32>23#"'.#&#"&47>54.'&472$P!5!LD;JR?;ITHXHhc1sl/TB!}Gs313323314)T)%-"-3LT3-RR7+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -3T GW@T  b  ` U M=L=M>CA?=976521#  +!"5463!24632#"&&#"&47>54&'&7672362#"'&#"!6!LD;JR?;I@1b hmb21T w+ k5RH.C $%-#,3LT3-RR{765 5{V3' 7#d=I)?V"'#61; N`@]<U Q M  =  K = M >IH?>;743.-)'#"NL    +!"7463!2!"32>23#"'.#&#"&47>54.'&472$b1 .THXHhc1sl/TB!}Gs313323314)T#-!/+Ogi;yC^+RH? 0 d%=L# 65  #K>5=L#  2 -T ;H@Eb` QM=L>7531-+*)&%  +!"5463!2&#"&47>54&'&7672362#"'&#"1^1b hmb21T w+ k5RH.C $#-!/m{765 5{V3' 7#d=I)?V"'#67:f$ @%bUM =M >Y@ -&,)+462"'.#"'"&#&5632654'.'&547672LgKKg#D#=_=P^RYj}%'F!j^w+D{qfLLfL}=V`2cVN)``u}p( ^L\^:Zjb6b)5/@,<UM=M >$%*&+$+632654'&'&'47632'&#"#"'&4632#"&b-%H-Lib?Fhuq5Nr+8oO?݅KD;JR?;H+ o6/q.?kFTXHj1^{1%q.EYFj}-V3LT3-RR73D >j(@'bM =M =M>Y@ -&,*$"+4632#"&'.#"'"&#&5632654'.'&547672dLD;JR@;H#D#=_=P^RYj}%'F!j^w+D{q3LT3-RR}=V`2cVN)``u}p( ^L\^:Zjb6b3)51@.<M=M =M>$%*&+$+632654'&'&'47632'&#"#"'&4632#"&b-%H-Lib?Fhuq5Nr+8oO?݅KD;JR?;H+ o6/q.?kFTXHj1^{1%q.EYFj}-VK3LT3-RR7':G}@ $ <=;:KPX@*bUM ==M >@-bbUM =M >Y@ '-&,)+462"'.#"'"&#&5632654'.'&547672#"&5476\LfLLf#D#=_=P^RYj}%'F!j^w+D{qߪX-%#\fLLfL}=V`2cVN)``u}p( ^L\^:Zjb6)Hw Pb+)7C@ /K#PX@&bUM=M >K(PX@/bbM =M=M >@-bbUM=M >YYY@ $'$$*&+$+632654'&'&'47632'&#"#"'&632#"&547'4632#"&b-%H-Lib?Fhuq5Nr+8oO?݅ N''' D=6BI:5A+ o6/q.?kFTXHj1^{1%q.EYFj}-V10! .DK.(KJ7 ?Gz@ )@%bUM =M >Y@GFCB>D/ +T }=V`2cVN)``u}p( ^L\^:Zjb6gKKgLb)>F|@C?=<:0.-A@'bN=M=M >Y@ )*&+$+632654'&'&'47632'&#"#"'&#&'7&7463267'567"b-%H-Lib?Fhuq5Nr+8oO?݅if;1<#D=6A<1 + o6/q.?kFTXHj1^{1%q.EYFj}-V`%).DL. *%' 73F|0@/bUM =M =M>Y@ -&,*$# +462"4632#"&'.#"'"&#&5632654'.'&547672LgKKgwLD;JR@;H#D#=_=P^RYj}%'F!j^w+D{qfLLfL3LT3-RR}=V`2cVN)``u}p( ^L\^:Zjb6b3)5A;@8<UM=M =M>$$$%*&+$+632654'&'&'47632'&#"#"'&4632#"&4632#"&b-%H-Lib?Fhuq5Nr+8oO?݅KD;JR?;HKD;JR?;H+ o6/q.?kFTXHj1^{1%q.EYFj}-VK3LT3-RR3LT3-RR+8^KPX@ $/"<KPX@ $/"<KPX@ $/"<@ $/"KPX@+U M = M  =K>KPX@.U M  = M  =K>K%PX@+U M = M  =K>@)U U M  =K>YYYY@6310,+15C +462"&#"&47>54&+""'6743) 72#.+"3LfLLfF͍F+6dj}7)  9v-5*fLLfLP{;65 ;{de`w { s^fi+9L@I- <bbM=M= >&#%%%#$%" +463263232+327#"'&'#"=6;47>7#"&LD;J6 14'P$%!RfD= #39!6 ;H3LT48) `E @s'HA-E95}/ ;S3+9 <hKPX@ (3&<KPX@ (3&<KPX@ (3&<@ (3&KPX@- M = M  =K=M>KPX@0 M  = M  =K=M>K%PX@- M = M  =K=M>@+ U M  =K=M>YYYY@:7540/15C$" +4632#"&&#"&47>54&+""'6743) 72#.+"LD;JR@;HXF͍F+6dj}7)  9v-5*3LT3-RRw{;65 ;{de`w { s^fi+3 :Q@N9*,<dbM = =M> 750.)'"  : :$" +4632#"&347>7>3232+327#"'&'#"=6LD;JR@;H9%6 Y 14'P$%!RfD= #3LT3-RR `E @s'HA-E95}/ ;+9 <kKPX@ (3&<KPX@ (3&<KPX@ (3&<@ (3&KPX@+ Q M = M  =K>KPX@. Q M  = M  =K>K%PX@+ Q M = M  =K>@) U Q M  =K>YYYY@:7540/.+*)%$"  +!"7463!2&#"&47>54&+""'6743) 72#.+"/1F͍F+6dj}7)  9v-5*#, /R{;65 ;{de`w { s^fi+ :U@R9*,<db RM = > 750.)'"  : :  +!"7463!2347>7>3232+327#"'&'#"=6+1B9%6 Y 14'P$%!RfD= ##, / `E @s'HA-E95}/ ;F+9 ;KPX@'2%<9KPX@'2%<9KPX@'2%<9@'2%<9YYYKPX@, e M = M =K>KPX@) e M = M =K>KPX@, e M = M =K>K%PX@) e M = M =K>@' e U M =K>YYYY@9643/.-*)($#! +&''67&#"&47>54&+""'6743) 72#.+"F3RL3;F͍F+6dj}7)  9v-5*q'RXN\'^}{;65 ;{de`w { s^fi+H 9Y@V8)+<9dbeM = > 64/-(&! 9 9 +&''67347>7>3232+327#"'&'#"=6F3RL3;9%6 Y 14'P$%!RfD= #q'RXN\'^ `E @s'HA-E95}/ ; -JYK(PX@ Q K =N >@ UQN >Y@ IHC+L( +462"%462"&32>54&'&47327! '&4&'&47327)A_AA_BB^AA^B%1/jdN- @} I; 7.- 煲;c^  {A_AA/-Bo/AA_?BAVm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%}J>@;8<bQK = >EA(C% +462"%462"&"'&'# 4&'&47327327&54&'&47327qA^BB^BA^BB^A 4R -\6;N^+JEJcY5T n+J_AA/-Bo/AA_?B$X?',"'34HG@yG62Vfb87!|{A62Vf ;-Q@ @'    UU QN >Y@POLHED><1-!  +272#"'&#""5>3232>54&'&47327! '&4&'&47327XB"#f:L95B! 5\3X?%1/jdN- @} I; 7.- 煲;c^  {AXXg+#%%%Rm3^Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%;}Q@? $" @,  bU R K  = >Y@LH><40-,(&!   +272#"'&#""5>32"'&'# 4&'&47327327&54&'&47327B""f9L95B! 5?%4R -\6;N^+JEJcY5T n+JXXg+#%%%Rm3AX?',"'34HG@yG62Vfb87!|{A62Vf F- Cc9K(PX@eK =N >@eUN >Y@BA>:760.#  +&''6732>54&'&47327! '&4&'&47327F3RL4;1/jdN- @} I; 7.- 煲;c^  {Aq'RXN\'^Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%H} CJ@G1<9beK= >>:0.&"  +&''67"'&'# 4&'&47327327&54&'&47327=F3RL3;A4R -\6;N^+JEJcY5T n+Jq'RXN\'^X?',"'34HG@yG62Vfb87!|{A62Vf  a@NB <:K(PX@0d  U M= K  =N >K,PX@.d  U  U M=N >@,d  U  U  UN >YY@`_\YVTRP"$C+L,% +"&547632>54&'&47327! '&4&'&47327&5>327272#"'&'"263D" J1/jdN- @} I; 7.- 煲;c^O[N,J7A8W1A1.7 S  {A%>h  GVm-f?\xRy7 2  1  %E@/Vu,Jy= 2 Zx9 a`r/& 1 ;%%^`@]#L 1/ <d  bU V K  = >YUKIA=:9%#"$(! +6323272#"'&#""5>3267"'&'# 4&'&47327327&54&'&47327 ;%KB#"f9L:5A 5\34R -\6;N^+JEJcY5T n+J+* XXf+#%%%Rl X?',"'34HG@yG62Vfb87!|{A62Vf VzK(PX@* UU  K  =N >@( UU    UN >Y@UTQMJICA62&$ +462"& 462"%!"5463!232>54&'&47327! '&4&'&473271BZAAZBbBZBBZ#1/jdN- @} I; 7.- 煲;c^  {A/@BZ??ZB@/-?%-#-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;%VU@RD )' <  bU  U K  = >QMCA9521-+&% +462"%462"&!"5463!2"'&'# 4&'&47327327&54&'&47327A^BB^BA^BB^A1!5!4R -\6;N^+JEJcY5T n+JF^AA/-Bo/AA^@B%-"-X?',"'34HG@yG62Vfb87!|{A62VfI@CK(PX@$ U UK = >@" U UU >YY@GEA=42)% II +272#"'&#"6776.'&47327"'.'&47327&5>325B#"f9L:5A! 3+33 "-=2 yFz 5=DK31B@81{1K\3X@$XXf+### 1 $\P%+  2  1 @;/0b+1 2  Rl3 1RD@A<U U= >?;,*   +272#"'&""5>32&47327"'.'&4732776&B#"f9L95B 5\3X@$Po`BZ (6(<9 dj  !  #!TXXf+#%$$Rm3660*+/+ - !  66! 1  wN=3- :P'@U =M>YOI$$"+4632#"& "'.'&4732776.'&47327LC;JQ@;HK31B@81{ї+33 "-=2 yFz 5=C3LT3-RR/0b+1 2  1 $\P%+  2  1 @ 31} E @= =M>O*E$"+4632#"&&47327"'.'&4732776&LC;KR@;H;o`BZ (6(<9 dj  !  #!3LT3-RR660*+/+ - !  66! 1  wN= -6CP@ 3<97:K(PX@dK = >@dU >Y/H(J+ 76&'&47327"' '.'&47327732654'&?W hJFq 61g[J{ї -11$3Z+'!'\VJ:B 2  1 \X/00/0b;+ 2  1 $A59+Fw P%N,KPX@*bb` == >@'ddb`= >YY@ J$*H%% +#"/7>32276&'&47327"' "'&'.'.7327277.R13v "OW-[ )=+5?:34L duTu 5>!).BLQ668.+/+/+ L4 66:@  [ -6CP@ 3<97:K(PX@dK = >@dU >Y/H(J+ 76&'&47327"' '.'&473277#"&5476?W hJFq 61g[J{ї -11$3=X.%#\VJ:B 2  1 \X/00/0b;+ 2  1 $A59)Hw P% M@ +KPX@*bb` == >@'ddb`= >YY@ J$*H$! +632#"&547276&'&47327"' "'&'.'.7327277q N''' v "OW-[ )=+5?:34L duTu 5>10! BLQ668.+/+/+ L4 66:@  [ -}HXE,@UU >Y@ H(L +462"%462"&76&'&47327"' '.'&473277!A_AA_BA_AA_A?W hJFq 61g[J{ї -11$3^BB/-An/BB^?AVJ:B 2  1 \X/00/0b;+ 2  1 $A59%Qp/ @'  b `U= >Y@POLKJ$*H +462"%462"&276&'&47327"' "'&'.'.7327277sA^BB^BA_AA_Av "OW-[ )=+5?:34L duTu 5>b_AA0-An/BA_?ABBLQ668.+/+/+ L4 66:@  [ ->R;" @UU >Y@ H(K+462"76&'&47327"' '.'&473277LfLLfl?W hJFq 61g[J{ї -11$3fLLfLVJ:B 2  1 \X/00/0b;+ 2  1 $A59% Kh)@%b`U= >Y@ J$*H$" +4632#"&276&'&47327"' "'&'.'.7327277LC;KR@;HVv "OW-[ )=+5?:34L duTu 5>73LT3-RRBLQ668.+/+/+ L4 66:@  [ 3-- BV?&@U =M>Y@ H(L$"+4632#"& 76&'&47327"' '.'&4732773LD;JR@;Hf?W hJFq 61g[J{ї -11$33LT3-RRbVJ:B 2  1 \X/00/0b;+ 2  1 $A593%} Kl)@'b`= =M>Y@ J$*H$" +4632#"&276&'&47327"' "'&'.'.7327277LC;KR@;HXv "OW-[ )=+5?:34L duTu 5>3LT3-RR!BLQ668.+/+/+ L4 66:@  [ [_K(PX@"UK = K >@ UU K >Y@ZYVRCCL +462".&#"&47>76&'.'.73277676'&47327&#".7>LfLLfQ1 Vh|Og'Q9OB  {‰R$_n- JV{ L_(!=5ZG { PfLLfL B# ϙZ 2  1 '3!!+O4 2  1 59 m\ 2  1 (3!,1-N4 2  1 9fO[*@'UK=>ZXTRFB40CI +%&#"&476?6'.#&47327?6&'&47327&#"&47>/&4632#"&w  RXR >3L@ RR ?[ n7R{ZR{H P RR 9c ^KD;JR?;H 65 N J?668-'66V u65 33LT3-RR S[cgK(PX@$    UK =K>@"    UUK>Y@cb_^[ZWVCCCK +%.&#"&47>76&'.'.73277676'&47327&#".7>462"$462"yQ1 Vh|Og'Q9OB  {‰R$_n- JV{ L_(!=5ZG { PAcAAc>Cc??cB# ϙZ 2  1 '3!!+O4 2  1 59 m\ 2  1 (3!,1-N4 2  1 9sbDDbBBbDDbBfOXa0@-UK=>`_\[XWSRFB40CI +%&#"&476?6'.#&47327?6&'&47327&#"&47>/&462"%462"&w  RXR >3L@ RR ?[ n7R{ZR{H P RR 9c B^AA^AB^AA^B 65 N J?668-'66V u65 3_AA0-An/BA_?ADWK(PX@ UK =K>@UUK>Y@ CMC +462"&#"&47>54&'.'&4732776&'&47327HKgLLgExF0KE {Z R%9H ?D{ JG!#fLLfLN{965 9{70/R0 2  1 59-'-3 2  1 #8J:q %j Q/@,UK=M>HD32/+!%%$"+4632#"&#"'&74632326?>.'.'&47327476.'&47327LD;JR@;H4)R+J1C7 *(/1 )5DRyV# ' A+f5X173LT3-RRH'%5#;/5q !% ^`166?>T! 66L1+|)*7KPX@<631/-+:KPX@<631/-+:KPX@<631/-+:K#PX@<631/-+:@<631/-+:YYYYKPX@.M =M =M =M >KPX@,M =M =M=M >KPX@.M =M =M =M >K#PX@,M =M =M=M >K(PX@*M =M =M=M >@(UM =M=M >YYYYY@# *) +%2672#&)"5476#!""'6743)26323&'&56?od7 '!%y?5%!\ #-+ - N\~Z| pT/ B'5>D/ ,T #k! 3S@0!KPX@)b ==M=N>KPX@)b ==M=N>KPX@)b ==M=N>KPX@)b ==M=N>@)db=M=N>YYYYY@ 3 3-+%#  +&''673!2>32326?2%"547''674 F3RL3; '+bR$ܻNR);*//q5/)!q'RXN\'_p ==T< |S q )39 6 KPX@&$<KPX@&$<KPX@&$<K#PX@&$<@& $KPX@6M  =M  = M=M =M>KPX@8M  =M  =M = M =M>K#PX@6M  =M  = M=M =M>K(PX@4 M =M = M=M =M>@2  UM = M=M =M>YYYYY@ /)('#"! 6 5$" +4632#"&2672#&)"5476#!""'6743)26323KD;JR?;HXd7 '!%y?5%!\ #-+ -3LT3-RRՔ| pT/ B#3k 4Z@ 1"KPX@-b=M=N=M>KPX@-b=M=N=M>KPX@-b=M=N=M>KPX@-b=M=N=M>@-b=M=N=M>YYYYY@ 4 4&#%u$" +4632#"&3!2>32326?2%"547''674;LD;JR@;H '+bR$ܻNR);*//q5/)3LT3-RR  ==T< |S q )9 6KPX@&$<KPX@&$<KPX@&$<K#PX@&$<@& $KPX@4 QM  =M  = M=M >KPX@6 QM  =M  =M = M >K#PX@4 QM  =M  = M=M >K(PX@2 Q M =M = M=M >@0  U QM = M=M >YYYYY@ /)('#"! 6 5  +!"5463!22672#&)"5476#!""'6743)26323T1d7 '!%y?5%!\ #-+ -#, /| pT/ B#k 4Y@ 1"KPX@+bQ =M=N>KPX@+bQ =M=N>KPX@+bQ =M=N>KPX@+bQ =M=N>@+bQ =M=N>YYYYY@  4 4.,&$!   +!"5463!23!2>32326?2%"547''674u1 '+bR$ܻNR);*//q5/)#, / ==T< |S q % C@< ? !@. b Q = M =L>Y@B@;:980/,(%$   +!"5463!2&#"&47>54#"&#"&47>54&'&767263 1/KPX@/b  bM= M = >@-b  bU M = >YY@=;64/-(&#!@@ +462"%462"&347>7>3232+327#"'&'#"=6A^BB^BA_AA_A^9%6 Y 14'P$%!RfD= #'^BB/-Bo/BB^@BP `E @s'HA-E95}/ ;%T T2 @0  b `U M == >Y@SROND@640.$    +"2654&4632"276&'&47327"' "'&'.'.7327277+55V8:gGFjhv "OW-[ )=+5?:34L duTu 5>9+);;)+9dbHFdBLQ668.+/+/+ L4 66:@  [ %jR Y;@8UM =K =M>PL;:73!%$& +"26544632"#"'&74632326?>.'.'&47327476.'&47327jV55V8gGFki)R+J1C7 *(/1 )5DRyV# ' A+f5X1 9+);;)-sdbHFdH'%5#;/5q !% ^`166?>T! 66L1+|`>J`@]J?9 <b  bUM=M=M  >IG><$$&'%#$#" +#"'72654&#"'632# 546?4&#"#"54>3 327'327fpN)3BB3 Np 7)RLP J5jO^ 1%yk3A9>/\Nn>H13F@o4+Kov;+w.D &9h?i4L=#s"*5)#5FJq <#@0  bU M=M=K>Y@ 98#&$5C$" +4632#"&&#"&47>54&+"'546326547>32#"'."LC;JQ@;H;b rwb; Z 1(n?wR<7d8%1s3LT4-QR{C65 Cy #0j?C_vJhF-DCM@&%KPX@5b`M ==L=N >KPX@1b`M =N=N >K%PX@5b`M ==L=N >@8b`bM =L=N >YYYY@ K'&'$# +7!2#"&"&'6324.#"'654&#"&#".7>#B#3jb!;Z/ TXB'T313`H<1 ͏"uv '+g;3>wS!#m=N! 6 3  %J3D KJ@G+:S   U K=M> IG@?><9510*)!  $" +4632#"&!#&#"&47>7272&#"&472>&'!"FKD;JR?;H71x) 5[l)65  NZ3 4@G@D@5/<bbM=M =N>)$$$&'%$" +4632#"&# 546?4&#"#"54>3 327'327JLC;JR?;H 7)RLP J5jO^ 1%yk3A9>/\3LT3-RR+Kov;+w.D &9h?i4L=#s"*5)#5FJ?[ @6 b  ` US UK>Y@ ZXUSLJED=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"#47654#"#"'4632/71x) 5[l)65  NT/+/5J/#H 7'JNZ(4QX@U4)# <  b`bb  UM=M >PNJH%)$$$&'# +%# 546?4&#"#"54>3 327'327#67654#"#"&54632] 7)RLP J5jO^ 1%yk3A9>/\3;??161%^>JGc+Kov;+w.D &9h?i4L=#s"*5)#5FJ38;BJP'!? %%MO LYR@O,   TRJHA@?=:621+*"  +&'&76?!#&#"&47>7272&#"&472>&'!""&5476%!N\71x) 5 A'5=D. +T 6 ^ 65 =>[l)65  N!9_  @Z@L@ LA;"@0dbb =M=N >Y@ )$$$&'( +672&''67367# 546?4&#"#"54>3 327'327! 6  3RL4;k2MM 7)RLP J5jO^ 1%yk3A9>/\}(% $'RXN\'_R\+Kov;+w.D &9h?i4L=#s"*5)#5FJ' LYR@O,  TRJHA@?=:621+*"  +&'&76?!#&#"&47>7272&#"&472>&'!"32654'&%!N\71x) 5[l)65  Ni#7_  ?BN@NC=$@4b  bU  =M=M >Y@MKB@<:640.(&%% +#"/7>3&''67# 546?4&#"#"54>3 327'327c    :"F3RL4; 7)RLP J5jO^ 1%yk3A9>/\} !$2q'RXN\'_+Kov;+w.D &9h?i4L=#s"*5)#5FJ?h@^P RMI KG @6 b  ` US UK>Y@ geb`YWED=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"#&'&76?67654#"#"54632/71x) 5[l)65  N/+/5$ 5=D. +T nc;)#H 7'JNZ(4^k@hG? BA=<4)# <  b`bb  U =M=M >][WUNL)$$$&'# +%# 546?4&#"#"54>3 327'327#&''67367654'"#"&54632] 7)RLP J5jO^ 1%yk3A9>/\;?# -3RL4;k3P)51%_=JGc+Kov;+w.D &9h?i4L=#s"*5)#5FJ37;B3'RXN\'_S`8D)?%%NPXet@q_[8 VTMLKIFB>=76.*  +272#"'&#""7>32!#&#"&47>7272&#"&472>&'!"&'&76?I&&q@S@;G!$ ;f9`G(71x) 5!N\TSb)!$##Ng16 ^ 65 =>[l)65  N+'5>D/ ,T Z (4W@:Q FECA@ 4)# @>bb   U   U =M=N >Y@65USPOLJIH><875W6W)$$$&'#+%# 546?4&#"#"54>3 327'327272+&''673&#""5>32] 7)RLP J5jO^ 1%yk3A9>/\B#"f9?|3RL4;5B 5\3X@$c+Kov;+w.D &9h?i4L=#s"*5)#5FJXXf]'RXN\'_# $%%Rl33 KXP@MWTRPNL+:S   U K=M> IG@?><9510*)!  $" +4632#"&!#&#"&47>7272&#"&472>&'!"&'&76?FKD;JR?;H71x) 5!N\3LT3-RR6 ^ 65 =>[l)65  N_'5>D/ ,T Z3 4@K@IHFDC @5/@6   dbbM=M =N>Y@AAAKAK)$$$&'%$" +4632#"&# 546?4&#"#"54>3 327'327&''67JLC;JR?;H 7)RLP J5jO^ 1%yk3A9>/\;F4RL3;3LT3-RR+Kov;+w.D &9h?i4L=#s"*5)#5FJoq'RXN\'_ LY]@Z  , TRJHA@?=:621+*" $" +#"&'73267!#&#"&47>7272&#"&472>&'!"#"&5476fo:T ^71x) 5[l)65  N_$?i  HZ(4I@IGF@?:4)# @3dbb  VM=M >Y@ DB3#)$$$&'# +%# 546?4&#"#"54>3 327'3276322327#"&'7] 7)RLP J5jO^ 1%yk3A9>/\R ; A^y Cic+Kov;+w.D &9h?i4L=#s"*5)#5FJ+*l% LY@  ,@,  dVS   U K>Y@ TRJHA@?=:621+*" $" +#"&'73267!#&#"&47>7272&#"&472>&'!"32654'&fo:T ^71x) 5[l)65  NW'<h  HZ(4K@BA;: 4)# @3  dbbUM=M >Y@ KI$)$$$&'# +%# 546?4&#"#"54>3 327'32767#"&'7/7>36] 7)RLP J5jO^ 1%yk3A9>/\m A^y C?%c+Kov;+w.D &9h?i4L=#s"*5)#5FJ &% Lh@  ,  b  Z  UUS  U K>@?  b  b  UUS  U K>Y@" geb`YWRQJHA@?=:621+*" $" +#"&'73267!#&#"&47>7272&#"&472>&'!"#47654#"#"54632fo:T ^71x) 5[l)65  N/+/5J/#H 7'JNZ^(4A^k@hA;:5 4)# < b  `bb UUM=M >][WUNLGF$$)$$$&'# +%# 546?4&#"#"54>3 327'327327#"&'%#676'4'"#"&54632] 7)RLP J5jO^ 1%yk3A9>/\weA^y ;??151$^>JGc+Kov;+w.D &9h?i4L=#s"*5)#5FJPR38;BJP)?%%MO!)0i@&I +*ge^]\ZWSONHG?;-,*0+0%# )) +272#"'&#""5>32.'73267#"'!#&#"&47>7272&#"&472>&'!"I%&q@S?;H!$ ;f9Qk9T 8g&#)71x) 5[l)65  NZ(4X@O XC;:5 4)# @@bb   U   UUM=N >Y@WUSQMLKIGEBA$$)$$$&'#+%# 546?4&#"#"54>3 327'327327#"&'"5>323272#"'&#"] 7)RLP J5jO^ 1%yk3A9>/\weA^p4\3X?%LB"#f:L95B<c+Kov;+w.D &9h?i4L=#s"*5)#5FJPRr%Rl3XXf+#&3 KX_@\+  VTPNIG@?><9510*)!  $" +4632#"&!#&#"&47>7272&#"&472>&'!"#"&'73267FKD;JR?;H71x) 5[l)65  Njmo87Z3 4@MZ@W@5/KIEC)$$$&'%$" +4632#"&# 546?4&#"#"54>3 327'327327#"&'JLC;JR?;H 7)RLP J5jO^ 1%yk3A9>/\wd A_y 3LT3-RR+Kov;+w.D &9h?i4L=#s"*5)#5FJiPR31DP@:  <6:K(PX@A ZZ U N  =M=L= M  >@? ZZ   U UM=L= M  >Y@ OMIGA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"4632#"&jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1 LD;JR@;H1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}3LT3-RRL3 %1C@@ <bUM=M =M>$#%%%"$ +!654&#"2#"'&5432!34632#"&jP3A%pmK!;{[LD;JR@;H3'oj% 8N?fw?owG?3LT3-RRD`=@:  <6;K PX@M b  X ZZ  UU N  =M=L>K(PX@N b  ` ZZ  UU N  =M=L>@L b  ` ZZ  U   UUM=L>YY@$_]ZXQOJIA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"#47654#"#"'4632jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1CF53#J 7]KVL1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}&/+/5J/#H 7'JNL %BT@Q <  b`b  UUM=M >A?;9%%%%"$ +!654&#"2#"'&5432!3#67654#"#"&54632jP3A%pmK!;{x;??151%_=JG3'oj% 8N?fw?owG?38;BJP'!? %%MO`D]@!J W :  <6;K(PX@J ZZ  U   UU N  =M=L>@H ZZ  U   U   UUM=L>Y@,FE[YVURPNLHGE]F]A>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"272#"'&#""5>32jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#19B"#f:L95B! 5\3X?%1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}XXf+# $%%Rl3L %>b@_+8 <b   U    UVM=M >'&<:7631/-)(&>'>%%%"$+!654&#"2#"'&5432!3272#"'&#""'>32jP3A%pmK!;{B""f9L95B! 5\3X@%3'oj% 8N?fw?owG?XXf+#%%%Rl3DQ^@'PMKIGE :  <6;TR :K(PX@<  d ZZ U N  =M=L>@:  d ZZ   U UM=L>Y@YWA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"&'&56?"&5476jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1!N\> A1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}'5=D. +T !:_  @L %=@;65310.+ @/dbV =M=M >Y@ %%%"$ +!654&#"2#"'&5432!3672&''67367jP3A%pmK!;{0 63RL4;k7Z3'oj% 8N?fw?owG?(%'RXN\'_ZiDQ^@'PMKIGE :  <6;TR :K(PX@<  d ZZ U N  =M=L>@:  d ZZ   U UM=L>Y@YWA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"&'&56?2654'&jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1!N\? A1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}'5=D. +T #7_   @B#>@ &@0dbU  =M=M >Y@><750.)'%$  +&''67&/7>3267!654&#"2#"'&5432!3'F3RL4" :" cU1RP3A%pmK!;{Nq'RXN\'&$ eN'oj% 8N?fw?owG?*oG@&&e1.85EK(PX@Nb  `  Z   ZUU N  =M= L  >@Lb  `  Z   ZU   UUM= L  >YY@!,+li`_^[XWRQNIB?<:760/+o,o)''% +#476'4#"#"'467&'&56?63226762"'.+;26&#!.7>54&'.7!272'.+"DF64#I 7,&I\VLjLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1/+/5J/#H 7869D/ ,T bN<1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}LN %Km@jG? B853 A6 <  bbb  UU =M=M >JHED;:%%%%"$ +!654&#"2#"'&5432!3#67654'"&'"&'&''67362jP3A%pmK!;{~;??16(33$ 74L4;k+@.6JG3'oj% 8N?fw?owG?37;BJP)?9')7N\'_FO!P]j@*d`S&# 3 @H  Z ZUUU  UM= L  >Y@,ZWNMLIFE@?<70-*(%$]]  +272#"'&#""7>3226762"'.+;26&#!.7>54&'.7!272'.+"&'&76?I&&r?S@;G!$ ;f9`F)*jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1!N\TSb)!$##Ng1l1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}'5>D/ +T Ld 0I}@z6 C <b  U   UV =M=M >21GEBA><:8431I2I0.)'"   +&''67!654&#"2#"'&5432!3272#"'&#""5>32'F3RL4;RP3A%pmK!;{~B#"f9L:5A 5\3X@$Nq'RXN\'_'oj% 8N?fw?owG?qXXf+#%%%Rl33DP]@:  <\YWUSQ6:K(PX@A ZZ U N  =M=L= M  >@? ZZ   U UM=L= M  >Y@ OMIGA>5430-,'&# DD +26762"'.+;26&#!.7>54&'.7!272'.+"4632#"&&'&76?jLF  FPf1#J5' cd  s?@r  ;\50 %3%bj#1 LD;JR@;Hu!N\~1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}3LT3-RR'5=D. +T L3! %1<@:9754 @5   dbUM=M =M>Y@222<2<$#%%%"$ +!654&#"2#"'&5432!34632#"&&''67jP3A%pmK!;{[LD;JR@;HF3SL3;3'oj% 8N?fw?owG?3LT3-RRq'RXN\'_1)EK PX@-bX  UK =K>K(PX@.b`  UK =K>@,b`  UUK>YY@ DB'%CC +4.'&47327&#"&47>5#47654#"#"'4632314313313323DF53#J 7\LVL/=L#  2  1  #K>=L# 65  #K>/+/5J/#H 7'JN5w93@0b`U=L>$'%C+%&#"&47>54&'&7$72#67654#"#"&546321cimb2/V F&/@UK=M>Y@ $'CC+4.'&47327&#"&47>54632#"&314313313323"KD;JR?;H/=L#  2  1  #K>=L# 65  #K>3LT3-RR53wD(40@-M ==L=M>$$$&C+%&#"&47>54&'&7$724632#"&4632#"&1cimb2/V F&/KD;JR?;HLC;JQ@;H{765 5{V1'+#se33LT4-RS*3LT3-RRL3D &5@2M =M =M>%#   +"32% 76$3 4632#"&ϓ㮚s[LD;JR?;I3-Jӿh% lz3LT3-RRL3 $5@2M=M =M>#!   +"32654&4762'"$4632#"&yqDfp 9LC;KR@;H7q́}u3LT3-RRL 6}K PX@,bXUM =M >@-b`UM =M >Y@530.'%   +"32% 76$3 #47654#"#"54632ϓ㮚s[CF53#J 7\LVK3-Jӿh% lzw/,/5J/#H 8'IML 5F@Cb`UM=M >42.,%#  +"32654&4762'"$#67654#"#"&54632yqDfp ;??151%_=JG7q́}u38;BJP'!? %%MOL '4>@;&#!<*(:dM =M >/-   +"32% 76$3 &'&56?#"&5476ϓ㮚s[{!N\~> A3-Jӿh% lz'5=D. +T !9`  ?L .o@ .)(&$#!@ d =M=M >Y@,+   +"32654&4762'"$672&''673yqDfp  6'4RL3;k-A7q́}u(%*'RXN\'_IPL '4>@;&#!<*(:dM =N >/-   +"32% 76$3 &'&56?32654'&ϓ㮚s[{!N\~? A3-Jӿh% lz'5=D. +T #7_  ?B #2@ @)db =M=M >Y@ 20+)"    +&''67"32654&4762'"$#"/7>3mF4RL3;yqDfp ~c    :"Nq'RXN\'_q́}u !$L F@4&(#!@-b`UM =M >Y@DC=;86/-  +"32% 76$3 &'&56?67654#"#"54632#ϓ㮚s[{!N\d-#I 7\LVLDF3-Jӿh% lz'5=D. +T db8*#H 7'JN%/+/5L #@`@]<bbU  = M=M > ?=970.)("    +&''67"32654&4762'"$#676'4'"#"&54632mF4RL3;yqDfp T20*( $$  +272#"'&#""5>32"32% 76$3 &'&56?I%&q@S?;H $ ;f9`G)d㮚s[X N\~TSb)!$##Ng1n3-Jӿh% lz'5>D/ +T Lo #<h@e)6< U  U  = M=M >%$ :8541/-+'&$<%<"     +&''67"32654&4762'"$272#"'&#""'>32mF4RL3;yqDfp wB""f9L95B! 5\3X@%Nq'RXN\'_q́}u6XXg+#%%%Rl3L3 &3>@;2/-+)':M =M =M>%#   +"32% 76$3 4632#"&&'&56?ϓ㮚s[LD;JR?;I N\~3-Jӿh% lz3LT3-RR'5=D. +T L3# $/~@ -,*('@&dM=M =M>Y@%%%/%/#!  +"32654&4762'"$4632#"&&''67yqDfp 9LC;KR@;HF4RL3;7q́}u3LT3-RRq'RXN\'_L".;A@>1/:ddVM =M >$#64*(#.$.'"&%2 +#"#% 76$323264'.5432"32#"&5476m^İs[ƠI5A+1/^RP3㮚NX-#%\NVoӿh% lz]+Z8"Ph3-J)Hw PLT *80@3dbbU M=M >Y@42.,)'"!  +"32654&47623264'.5432'"$632#"&547yqDfpr< .+1/^RPRTo N&'' 7q́>+Z7#PiRTk~}u810! L".;A@>1/:ddVM =M >$#64*(#.$.'"&%2 +#"#% 76$323264'.5432"3232654'&m^İs[ƠI5A+1/^RP3㮚Z+'!'\NVoӿh% lz]+Z8"Ph3-J+Fw PLT *9KPX@3bbU = M=M >@3dbbU M=M >Y@9720)'"!  +"32654&47623264'.5432'"$#"/7>32yqDfpr< .+1/^RPRTo/S17q́>+Z7#PiRTk~}u8!).L".JK PX@;  b  `X  UV M =M >@<  b  ``  UV M =M >Y@$#IGDB;943*(#.$.'"&%2 +#"#% 76$323264'.5432"32#47654#"#"'4632m^İs[ƠI5A+1/^RP3㮚DF53#J 7\LVLNVoӿh% lz]+Z8"Ph3-J$/+/5J/#H 7'JNLT *G\@Y  b`b  UU M=M >FD@>750/)'"!  +"32654&47623264'.5432'"$#676'4#"#"&54632yqDfpr< .+1/^RPRTob;??151%^>JG7q́>+Z7#PiRTk~}u38;BJP'!? %%MOLj".GK1PX@ 4A <@ 4A @9  b   U   UV M =N >Y@0/$#EC@?<:8621/G0G*(#.$.'"&%2+#"#% 76$323264'.5432"32272#"'&#""5>32m^İs[ƠI5A+1/^RP3㮚B#"f:L95A! 5\3X@$NVoӿh% lz]+Z8"Ph3-J$XXg+#%%%Rl3LT *C@ 0= KPX@;b   UU M  = M=N >@9b   U   UU M=N >YY@$,+A?<;8642.-+C,C)'"!   +"32654&47623264'.5432'"$272#"'&#""5>32yqDfpr< .+1/^RPRTo; \4D40; 0S/O9!7q́>+Z7#PiRTk~}ua`r0&*((Zx8 L3".:C@@dV M =M =M>$#9731*(#.$.'"&%2 +#"#% 76$323264'.5432"324632#"&m^İs[ƠI5A+1/^RP3㮚LD;JR?;INVoӿh% lz]+Z8"Ph3-J3LT3-RRL3Ts *6K@HbU M=M =M>53/-)'"!  +"32654&47623264'.5432'"$4632#"&yqDfpr< .+1/^RPRTo5LC;KR@;H7q́>+Z7#PiRTk~}u3LT3-RR 3-8DXK(PX@!K =N =M>@UN =M>Y@ $$C+L&+32>54&'&47327! '&4&'&473274632#"&1/jdN- @} I; 7.- 煲;c^  {ALC;JR?;H-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;3LT3-RR%3}8D<@9& <bK= =N>$(J(C%+"'&'# 4&'&47327327&54&'&473274632#"&4R -\6;N^+JEJcY5T n+JuLD;JR@;HX?',"'34HG@yG62Vfb87!|{A62VfG3LT3-RR 8TK PX@-bX  UK =N >K(PX@.b`  UK =N >@,b`  UUN >YY@ SQ'%C+L& +32>54&'&47327! '&4&'&47327#47654#"#"546321/jdN- @} I; 7.- 煲;c^  {ACF53#J 7\LVK-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;j/+/5J/#H 7'JN%8UL@I& <b`b  UK= >TR'%J(C% +"'&'# 4&'&47327327&54&'&47327#67654#"#"&546324R -\6;N^+JEJcY5T n+J@% d  U UM >Y@USIGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&54632#"&5476?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPX-#%]Z˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR)Hw P%GU@M & @1  d  bb UM = >Y@QOKIBA##*(C% +"'&'# 4&'&47327327&54&'&473674'.5432263632#"&5474R -\6;N^+JEJcY5T n9811^9H 8 N&'' X?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2Vf10! MZ@ :@% d  U UN >Y@USIGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&5463232654'&?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPZ+'!'\Z˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR+Fw P%GV'@ & KPX@1  bb U =M = >KPX@*b U =M = >KPX@*  db UM = >@1  d  bb UM = >YYYY@VTOMBA##*(C% +"'&'# 4&'&47327327&54&'&473674'.5432263#"/7>324R -\6;N^+JEJcY5T n9811^9H ˎ/R1X?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2Vf!).Mi:K(PX@:  b  b U  UM =M >@8  b  b U  UUM >YY@"hfcaZXSRIGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&54632#47654#"#"54632?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPCF53#J 7\LVKZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR+/+/5J/#H 7'JN%Gd_@\& <  b  bb  U UM = >ca][TRMLBA##*(C%+"'&'# 4&'&47327327&54&'&473674'.5432263#676'4#"#"&546324R -\6;N^+JEJcY5T n9811^9H ;??151%^>JGX?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2Vf+38;BJP'!? %%MO)m@)Z;KPX@6UUM= K  = M >KPX@5IUM= K  = M >K PX@6UUM= K  = M >K(PX@4UUU K  = M >@2UUU   V M >YYYYY@&igca^[XUIG@=:41/-+'&%#! mm +"#".54&+"=7327&5>323272#"'&#"26:;#"32>5454&+"=732654#"&54632?V-lњ={R3;8PFr\3X@%KB#"f:L95A 5q43fFmE1 3;8P`?108/9NPZ˓Ӱ[Fjw/+1 Rl3XXf+#""1ZVe3f-T@wCA Z/+1'1#%+dHDR%G`j@gM Z & <b U   UUM = >IH^\YXUSQOKJH`I`BA##*(C%+"'&'# 4&'&47327327&54&'&473674'.5432263272#"'&#""5>324R -\6;N^+JEJcY5T n9811^9H kB"#f:L95B! 5\3X?%X?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2VfCXXf+#%%%Rl33)MY:@*  U UM = M  >Y@XVRPIGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&546324632#"&?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPLD;JR?;IZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR3LT3-RR%3}GSM@J& <bUM = = N  >RPLJBA##*(C% +"'&'# 4&'&47327327&54&'&473674'.54322634632#"&4R -\6;N^+JEJcY5T n9811^9H oLC;KR@;HX?',"'34HG@yG62Vfb87!|{A6)3#PkI*#2VfG3LT3-RR<IV?=:K(PX@dK =L>@dUL>Y@ /CMC+%&#"&47>54&'.'&4732776&'&4732732654'&ExF0KE {Z R%9H ?D{ JG!#Z+'!'\{965 9{70/R0 2  1 59-'-3 2  1 #8J:q+Fw P %jETbKPX@$b =K=M>@!ddK=M>Y@TRMK<8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327#"/7>32)R+J1C7 *(/1 )5DRyV# ' A+f5X1/S1H'%5#;/5q !% ^`166?>T! 66L1+|-!).3-<H[K(PX@"K =K=M>@ UK=M>Y@ $,CMC +%&#"&47>54&'.'&4732776&'&473274632#"&ExF0KE {Z R%9H ?D{ JG!#KD;JR?;H{965 9{70/R0 2  1 59-'-3 2  1 #8J:q3LT3-RR %j}EQaK#PX@#K=N=M>@!K=N=M>Y@PNJH<8'&#!%# +#"'&74632326?>.'.'&47327476.'&473274632#"&)R+J1C7 *(/1 )5DRyV# ' A+f5X1hLC;JQ@;HH'%5#;/5q !% ^`166?>T! 66L1+|23LT3-RR<XN K(PX@/  b`  UK =K>@-  b`  UUK>YY@WURP%CMC +%&#"&47>54&'.'&4732776&'&47327#47654#"#"54632ExF0KE {Z R%9H ?D{ JG!#3DF63#I 7\LVL{965 9{70/R0 2  1 59-'-3 2  1 #8J:q/+/5J/#H 7'JN %jEbD@Ab`  UK=M>a_[YRPKJ<8'&#!%# +#"'&74632326?>.'.'&47327476.'&47327#67654#"#"&54632)R+J1C7 *(/1 )5DRyV# ' A+f5X1;?@151%_=JGH'%5#;/5q !% ^`166?>T! 66L1+|38;BJP'!? %%MOqU@ @)U  U    UL>Y@ LHED<;84'&#  +272#"'&#""5>32&#"&47>54&'.'&4732776&'&47327;B#"f9L95B 5\3X@$*ExF0KE {Z R%9H ?D{ JG!#XXg+#%%%Rl3{965 9{70/R0 2  1 59-'-3 2  1 #8J:q %j^U@R<U  U K  =M>UQ@?<8(&%#  +272#"'&#""5>32#"'&74632326?>.'.'&47327476.'&47327B"#f:L95A! 5\3X?%)R+J1C7 *(/1 )5DRyV# ' A+f5X1XXf+#%%%Rl3H'%5#;/5q !% ^`166?>T! 66L1+|J!3D K*PX@ 4'" <@ 4'" K*PX@6bM =M =N = M >@:bM ==M =N = M >YY@B@97+)%#33  +2'>54#"'62327327#"&'#"'&54>'.#"32677D+\A ;@^'N';cIU* ^w;MXqtAi1&wG']+#cG9[;[;=L3# X)%TF @I5!YQkCVodoM#/FD;S\J!3D K*PX@ 4'" <@ 4'" K*PX@6bM =M =N = M >@:bM ==M =N = M >YY@B@97+)%#33  +2#".5462327327#"&'#"'&54>'.#"3267`^?;B[+D'N';cIU* ^w;MXqtAi1&wG']+#cG9[;FV%)X #5L;9] @I5!YQkCVodoM#/FD;S\J! BSK*PX@ ) C61/$ <@ )C61/$ K*PX@8bM = M =N  = M  >@@b=M == M =N  = M  >YY@""!QOHF:842.,(&!B"B  +2'>54#"54&54632'"'2327327#"&'#"'&54>'.#"3267+7D,\A;?^G+!5 O 'N';cIU* ^w;MXqtAi1&wG']+#cG9[;[;=L3# X)%TFR )%  @I5!YQkCVodoM#/FD;S\J! BS\K*PX@ ) C61/$ <@ )C61/$ K%PX@8bM = M =N  = M  >K*PX@<b=M = M =N  = M  >@@b=M == M =N  = M  >YYY@""!QOHF:842.,(&!B"B  +2#".546&'4632'"'2327327#"&'#"'&54>'.#"3267B`^@;B\+D)%3 P 'N';cIU* ^w;MXqtAi1&wG']+#cG9[;EV%)X #5L;9\R )%  @I5!YQkCVodoM#/FD;S\J!!2DRpK*PX@P< "<@P< "K*PX@9  b M =M =N =N >K1PX@A  b = M ==M =N =N >@G  b ` = M ==M =N =N >YYY@&FE43NLERFRB@;:3D4D0.'% !! +2327327#"&'#"'&54>'.#"32672'>54#"54%2#"=67'N';cIU* ^w;MXqtAi1&wG']+#cG9[;X7D+]A;@^'%D  @I5!YQkCVodoM#/FD;S\>[;=L3# X)%TF - >)J!ARjK*PX@ ( B50.# <@ (B50.# K%PX@9bM  = M=N  = N  >K*PX@?b`M  = M=N  = N  >@Cb`M  == M=N  = N  >YYY@&! PNGE9731-+'% A!A  +2#".546%2#"=62327327#"&'#"'&54>'.#"3267P`^@;B\+D'% D F'N';cIU* ^w;MXqtAi1&wG']+#cG9[;EV%)X #5L;9\ - >) @I5!YQkCVodoM#/FD;S\J!H!2DWbK*PX@I RQ < "K*PX@G b U  U M =M=N =M >@K b U  U M ==M=N =M >YY@*FE43USONLJEWFWB@;:3D4D0.'% !! +2327327#"&'#"'&54>'.#"32672'>54#"547267#"'&"'6327'N';cIU* ^w;MXqtAi1&wG']+#cG9[;7D+\B;@^#*5)/THN+5-uBS@ @I5!YQkCVodoM#/FD;S\Z<=L3# X)%TF/F<3/:@3J!F$FWbK*PX@ - G:53( <:@ -G:53( <:YK PX@FZUUM = M= N  = M  >K*PX@GbUUM = M= N  = M  >@KbUUM == M= N  = M  >YY@*&%USLJ><8620,*%F&F$$  +267#"'&"'6322#".5462327327#"&'#"'&54>'.#"3267f#+5)/THN+5-tBT?T`_?<B\+C'N';cIU* ^w;MXqtAi1&wG']+#cG9[;/F<3/:@3FV%)X #6K<9]? @I5!YQkCVodoM#/FD;S\Q@ 1 @0b US   U K>Y@"OMFEDB?;760/'#  +2'>54#"54!#&#"&47>7272&#"&472>&'!"77D+\B;@^X71x) 5[l)65  NQ@ 1 @0b US   U K>Y@"OMFEDB?;760/'#  +2#".546!#&#"&47>7272&#"&472>&'!"/`^?< B[+D771x) 5[l)65  N5 '`'@ @ KPX@4bS  UM=  K >K*PX@2bUS  U  K >@<bUS  UK =  K >YYY@&"!^\UTSQNJFE?>62$#!'"'  +2'>54#"54&54632#"'!#&#"&47>7272&#"&472>&'!"%7D+\A ;@^G+!5 P 71x) 5[l)65  N '`(@ @ KPX@4bS  UM=  K >K*PX@2bUS  U  K >@<bUS  UK =  K >YYY@&"!^\UTSQNJFE?>62$#!'"'  +2#".546&'4632'"'!#&#"&47>7272&#"&472>&'!"`_?<B\+C)%3 P 7 1 x)5[l)65  N&_r@ ? KPX@5bS  UM=  K >K*PX@3bUS  U  K >K1PX@8XbVS  U  K >@>Xb`VS  U  K >YYYY@*! ][TSRPMIED>=51#" &!&  +2'>54#"54%2#"=6!#&#".7>7272&#"&472>&'!"37D+\B;@^'%D 81 y) 5;DL #A +  zǗ ' rz%[;=L3# X)%TF - >)u6 ^ 65 =>[l)65  N&_,@ ? KPX@5bS  UM=  K >K%PX@3bUS  U  K >@9b`US  U  K >YYY@*! ][TSRPMIED>=51#" &!&  +2#".546%2#"=6!#&#".7>7272&#"&472>&'!"T`^@;B\+D'% D 81 y) 5;DL #A +  zǗ ' rz%FV%)X #5L;9]- >)y6 ^ 65 =>[l)65  Nw $+dh@D <:K PX@AZUI S UM =  K   >KPX@BbUI S UM =  K   >K#PX@@bUUI S U  K   >@AbU UU  S U  K   >YYY@.&%b`YXWURNJICB:6('%+&+" $$  +2'>54#"547267#"'&"'632!#&#"&47>7272&#"&472>&'!"7D+\B;@^#*5)/THN+5-uBS@l71 x)5[l)65  N $+d@D <:K PX@AZUI S UM =  K   >K PX@BbUI S UM =  K   >@@bUUI S U  K   >YY@.&%b`YXWURNJICB:6('%+&+$$  +267#"'&"'6322#".546!#&#"&47>7272&#"&472>&'!"J#+5)/THM+5-uBS@T`^@;B\+D71x) 5[l)65  NZ;DK*PX@ $  <@ $  KPX@9bZ    UM =M=M >K*PX@:bb    UM =M=M >K1PX@?bb  I   UM =M=M >@@b  b  U  UM =M=M >YYYY@CA@><:97420.+)  +2'>54#"54327#"&54>7.54632#"'&#"32632#"&#"7D+\A ;@^"Z>w#ˬ'O8RJaT&+0o?4TfhR?I[;=L3# X)%TFbTVd1`#A18!XEqVCREP\\ /7 \Z;DK*PX@ $  <@ $  KPX@9bZ    UM =M=M >K*PX@:bb    UM =M=M >K1PX@?bb  I   UM =M=M >@@b  b  U  UM =M=M >YYYY@CA@><:97420.+)  +2#".546327#"&54>7.54632#"'&#"32632#"&#"`^?< B[+DZ>w#ˬ'O8RJaT&+0o?4TfhR?IFV%)X #5L;9]`TVd1`#A18!XEqVCREP\\ /7 \Z; SK*PX@ 3 (& <@ 3 (& KPX@;b Z    UM= M=M >K%PX@<b  b    UM= M=M >K*PX@@b  b    U=M= M=M >K1PX@Eb  b I   U=M= M=M >@Fb  b U  U=M= M=M >YYYYY@"RPOMKIHFCA?=:8+)%#  +2'>54#"54&54632'"'327#"&54>7.54632#"'&#"32632#"&#"7D+\A;?^G+!5 O Z>w#ˬ'O8RJaT&+0o?4TfhR?IZ;=L3# X)%TER )% TVd1`#A18!XEqVCREP\\ /7 \Z; SK*PX@ 3 (& <@ 3 (& KPX@;b Z    UM= M=M >K%PX@<b  b    UM= M=M >K*PX@@b  b    U=M= M=M >K1PX@Eb  b I   U=M= M=M >@Fb  b U  U=M= M=M >YYYYY@"RPOMKIHFCA?=:8+)%#  +2#".546&54632'"'327#"&54>7.54632#"'&#"32632#"&#" `^?< B[+D)%3 P Z>w#ˬ'O8RJaT&+0o?4TfhR?IEV%)X #5L;9\R )% TVd1`#A18!XEqVCREP\\ /7 \Z;R K*PX@ 2 '% <@ 2 '% KPX@<b Z    UM= M=M >K%PX@=b  b    UM= M=M >K*PX@Ab  b    U=M= M=M >K1PX@Fb  b I   U=M= M=M >@Mb`  b U  U=M= M=M >YYYYY@&QONLJHGEB@><97*($"  +2'>54#"54%2#"=6327#"&54>7.54632#"'&#"32632#"&#"7D+\A;?^'%D Z>w#ˬ'O8RJaT&+0o?4TfhR?IZ;=L3# X)%TE - >)\TVd1`#A18!XEqVCREP\\ /7 \Z;R K*PX@ 2 '% <@ 2 '% KPX@<b Z    UM= M=M >K#PX@=b  b    UM= M=M >K*PX@Cb`  b    UM= M=M >K1PX@Hb`  b I   UM= M=M >@Ib`  b U  UM= M=M >YYYYY@&QONLJHGEB@><97*($"  +2#".546%2"756327#"&54>7.54632#"'&#"32632#"&#"`_?<B\+C'% C Z>w#ˬ'O8RJaT&+0o?4TfhR?IEV%)X #5L;9\ . >)`TVd1`#A18!XEqVCREP\\ /7 \bV1@  L,K(PX@H Z  b  Z UU N  =M=L>@F Z  b  Z U   UUM=L>YY@&SPGFEB?>9850)&#!VV  +2'>54#"5426762"'.+;26&#!.7>54&'.7!272'.+"%7D+\A ;@^jM FF Pg1#J5' cd s?@r ;\50 %3%bj#1Z<=L3# X)%TF!1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}-V1@  L,K(PX@H Z  b  Z UU N  =M=L>@F Z  b  Z U   UUM=L>YY@&SPGFEB?>9850)&#!VV  +2#".54626762"'.+;26&#!&47>54&'&47!272'.+"`_?<B\+D\jL E F Pg1#J5' ces@@s<\5/ %3%bk#1FV%)X #5L<9]!1R {6% H;+)9 u-5 ;y3{; 2 q#wd='} e@ ['$.+; KPX@L  Zb ZUM= N =M= L  >K(PX@J  Zb Z UU N =M= L  >K*PX@H  Zb Z U  UUM= L  >@Ld  Zb Z U  UUM= L  >YYYY@*"!b_VUTQNMHGD?8520-,&%!e"e  +2'>54#"'6&54632'"'26762"'.+;26&#!&47>54&'&47!272'.+"7D+\A ;@^G+!5 P jL F F Og1#J5' ces@@s<\5/ %3%bk#1[;=L3# X)%TFR )% 1R {6% H;+)9 u-5 ;y3{; 2 q#wd='} e@! ['$.+; KPX@L  Zb ZUM= N =M= L  >K%PX@J  Zb Z UU N =M= L  >K(PX@Nd  Zb Z UU N =M= L  >@Ld  Zb Z U  UUM= L  >YYYY@*"!b_VUTQNMHGD?8520-,&%!e"e  +2#".546&'4632'"'26762"'.+;26&#!.7>54&'.7!272'.+"`_?<B\+C)%3 P jMF  FPg2"J5' cd  s?@r  ;\5/ %3%bk#1EV%)X #5L;9\Q )% 1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}dzK1PX@ Z&#-*: KPX@M  Zb ZUM= N =M= L  >K%PX@K  Zb Z UU N =M= L  >K(PX@Od  Zb Z UU N =M= L  >K1PX@Md  Zb Z U  UUM= L  >@Sd  Zb` Z U  UUM= L  >YYYYY@.! a^UTSPMLGFC>741/,+%$ d!d  +2'>54#"'6%2#"75626762"'.+;26&#!.7>54&'.7!272'.+"7D+\B;@^'%C OjMF  FPg1"J5' cd  s?@r  ;\50 %3%bj#0Z;=L3# X)%TE - >)!1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}ud"K%PX@ Z&#-*: KPX@M  Zb ZUM= N =M= L  >K%PX@K  Zb Z UU N =M= L  >K(PX@Q  Zb` Z UU N =M= L  >@O  Zb` Z U  UUM= L  >YYYY@.! a^UTSPMLGFC>741/,+%$ d!d  +2#".546%2#"=626762"'.+;26&#!&47>54&'&47!272'.+"`^?< B[+D'% D HjL FF Pf1#J5' bes??s;]5/ %3%bk#1FV%)X #5L;9]- >)!1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}?b:{@ 8%@$bM=M= >Y@75)'"!  +2'>54#"54#"&554&'&7672>76'&4&#"7D+\B;@^]+AXG/V ' CA-'1@oxZ;=L3# X)%TE94*V1',#1K5kyAd^##fiV ?b:{@ 8%@$bM=M= >Y@75)'"!  +2#".546#"&554&'&7672>76'&4&#"R`^@;B\+DG+AXG/V ' CA-'1@oxFV%)X #5L;9]94*V1',#1K5kyAd^##fiV ?b I@ G4<>=9K PX@%ZM =M= >K%PX@&bM =M= >@*b=M =M= >YY@FD8610%#  +2'>54#"56&54632'"'#"&554&'&7672>76'&4&#"7C+\B;@^G+!5 P Y+AXG/V ' CA-'1@oxZ;=L3# X)%TER )% .94*V1',#1K5kyAd^##fiV ?b I@ G4<>=9K PX@%ZM =M= >K%PX@&bM =M= >@*b=M =M= >YY@FD8610%#  +2#".546&54632'"'#"&554&'&7672>76'&4&#"`^?< B[+D)%3 P M+AXG/V ' CA-'1@oxEV%)X "5L;9\R )% 494*V1',#1K5kyAd^##fiV ?bH@ F3<=<9K PX@&ZM  =M= >K%PX@'bM  =M= >K1PX@+b =M =M= >@1b` =M =M= >YYY@EC750/$"  +2'>54#"54%2#"=6#"&554&'&7672>76'&4&#"7D+\A;?^'%D +AXG/V ' CA-'1@oxZ;=L3# X)%TE - >)94*V1',#1K5kyAd^##fiV ?bH@ F3<=<9K PX@&ZM  =M= >K#PX@'bM  =M= >@-b`M  =M= >YY@EC750/$"  +2#".546%2"=6#"&554&'&7672>76'&4&#" `^?< B[+D'$ D +AXG/V ' CA-'1@oxEV%)X "5L;9\- =)94*V1',#1K5kyAd^##fiV ?bH$M@ K8 <:BA9K PX@4ZU UM  = M = >@5bU UM  = M = >Y@ JH<:54)'" $$  +2'>54#"'67267#"'&"'632#"&554&'&7672>76'&4&#"u7D+\A ;@^#+5)/THM+5-uBS@+AXG/V ' CA-'1@oxHZ<=L3# X)%TF/F<3/:@394*V1',#1K5kyAd^##fiV ?bF$M@ K8 <:BA9K PX@4ZU UM  = M = >@5bU UM  = M = >Y@ JH<:54)'$$  +267#"'&"'6322#".546#"&554&'&7672>76'&4&#"#+5)/THM+5-uBS@T`^@;B\+Dj+AXG/V ' CA-'1@ox/F<3/:@3FV%)X #6K<9] 94*V1',#1K5kyAd^##fiV i K(PX@6bU  S K = K >@4bU U  S K >YY@(ihcb_[XWNMJFCB=<763/,+"!  +2'>54#"544.'&47327&#"&47>5!&#".7>54.'.7327!'7D+\A;?^t314313313323313313313313zZ<=L3# X)%TFd=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>i K(PX@6bU  S K = K >@4bU U  S K >YY@(ihcb_[XWNMJFCB=<763/,+"!  +2#".5464.'&47327&#"&47>5!&#".7>54.'.7327!'`^@;B\+DK314313313323313313313313zFV%)X #6K<9]b=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>j x} KPX@:b  SM=K =  K   >K%PX@8bU  SK =  K   >K(PX@<dbU  SK =  K   >@:dbUU  S  K   >YYYY@,xwrqnjgf]\YURQLKFEB>;:10-)&%  +2'>54#"54&54632'"'4.'&47327&#"&47>5!&#".7>54.'.7327!#7D+\A ;@^G+!5 P 314313313323314313313323zZ;=L3# X)%TEQ )% )=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>V x@  KPX@:b  SM=K =  K   >K%PX@8bU  SK =  K   >K(PX@<dbU  SK =  K   >@:dbUU  S  K   >YYYY@,xwrqnjgf]\YURQLKFEB>;:10-)&%  +2#".546&'4632'"'4.'&47327&#"&47>5!&#"&47>54.'&47327!`^@;B\+D)%3 P 313323314313413323314314{EV%)X #5L;9\Q )% )=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>ZwѶ KPX@;b  SM=K =  K   >K%PX@9bU  SK =  K   >K(PX@=dbU  SK =  K   >K1PX@;dbUU  S  K   >@Adb`UU  S  K   >YYYYY@0wvqpmife\[XTQPKJEDA=:90/,(%$  +2'>54#"54%2#"=64.'&47327&#"&47>5!&#"&47>54.'&47327!7D+\B;@^'%D N413323323314313323314313{Z;=L3# X)%TE - >)d=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>Fw KPX@;b  SM=K =  K   >K%PX@9bU  SK =  K   >K(PX@?b`U  SK =  K   >@=b`UU  S  K   >YYYY@0wvqpmife\[XTQPKJEDA=:90/,(%$  +2#".546%2#"7564.'.7327&#".7>5!&#"&47>54.'&47327!`_?<B\+C'% C /313313313313314314413323{FV%)X #5L;9]- >)b=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>%$|e@ <:K PX@FUU  SM =K =  K  >K(PX@>IUU  SK =  K  >K1PX@<IUUU  S  K  >@=UUUU  S  K  >YYY@2|{vurnkja`]YVUPOJIFB?>541-*)" $$  +2'>54"547267#"'&"'6324.'&47327&#"&47>5!&#"&47>54.'&47327!7D+\B;@^#+5)/THN+5-tBT?>313323314313413323323314{Z;=L3# Y)%TF/F;3/9?4=L#  2  1  #K>=L# 4  1  #K>m=L#  2  1  #K>5=L#  2  1  #K>9$|@ <:K PX@MZUU  S M = K =  K  >KPX@NbUU  S M = K =  K  >K(PX@FbIUU  S K =  K  >K*PX@DbIU UU  S  K  >@EbUU UU  S  K  >YYYY@4|{vurnkja`]YVUPOJIFB?>541-*)$$  +267#"'&"'6322#".5464.'&47327&#"&47>5!&#".7>54.'.7327!+#+6)/THM+5-uBT?T`^?;B[+D314314413323313313313313{f0E;3/9?4EV%)X #5L;9\=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>G-i@ @bU= >Y@*)  +2'>54"54327#"'&54&'.7$727D+\A;?^=3'F%%!RfD=/VF&/Z;=L3# Y)%TFHA-E95}V- 2 +#seG-{@ @&bbM== >Y@*)  +2#".546327#"'&54&'.7$72`_?<B\+D3'F%%!RfD=/VF&/FV$)X #6L;9\HA-E95}V- 2 +#se <@ &(K%PX@(bbM== >@,bb=M== >YY@98,*%#  +2'>54#"54&'4632'"'327#"'&54&'.7$72\7D+]A;@^H+!5 P 3'F%%!RfD=/VF&/Z;=L3# X)%TER )% HA-E95}V- 2 +#se <@ &(K%PX@(bbM== >@,bb=M== >YY@98,*%#  +2#".546&54632'"'327#"'&54&'.7$72f`_?<B\+C)%3 O  3'F%%!RfD=/VF&/EV%)X #5L;9\R )% HA-E95}V- 2 +#se;@ %'K%PX@)bbM == >K1PX@-bb =M== >@3b`b =M== >YYY@87+)$"  +2'>54#"54%2#"=6327#"'&54&'.7$72X7D+]A;@^'%D ^3'F%%!RfD=/VF&/Z;=L3# X)%TE - >)hHA-E95}V- 2 +#se;@ %'K#PX@)bbM == >@/b`bM == >YY@87+)$"  +2#".546%2"756327#"'&54&'.7$72h`_?<B\+C'% C E3'F%%!RfD=/VF&/EV%)X #5L;9\ . >)lHA-E95}V- 2 +#seF$@@ * ,<:K PX@6 Z  bU UM  = = >@7  b  bU UM  = = >Y@=<0.)'" $$  +2'>54#"'67267#"'&"'632327#"'&54&'.7$727C+\B;@^#+5)/THN+5-uBS@h3'F%%!RfD=/VF&/FZ<=L3# X)%TF/F<3/:@33HA-E95}V- 2 +#seF$@@ * ,<:K PX@6 Z  bU UM  = = >@7  b  bU UM  = = >Y@=<0.)'$$  +267#"'&"'6322#".546327#"'&54&'.7$72#*5)/THN+5-uBS@T`^@;B\+D3'F%%!RfD=/VF&//F<3/:@3FV%)X #6K<9]HA-E95}V- 2 +#sey; K(PX@(b UK =K>@&b UUK>YY@763/,+"!  +2'>54#"'64.'.7327&#".7>57D+\B;@^313313313313Z<=K4# X)%TFb=L#  2  1  #K>=L# 63  #K>T; K(PX@(b UK =K>@&b UUK>YY@763/,+"!  +2#".5464.'&47327&#"&47>5`^@;B\+D313323314313FV%)X #6K<9]b=L#  2  1  #K>=L# 65  #K> J! KPX@,bM =K =  K  >K(PX@*b UK =  K  >K*PX@(b UU  K  >@,db UU  K  >YYYY@FEB>;:10-)&%  +2'>54#"'6&54632'"'4.'&47327&#"&47>57D+\B;@^G+!5 P P313323314313[;=L3# X)%TFR )% +=L#  2  1  #K>=L#  2 3  #K> J! KPX@,bM =K =  K  >K(PX@*b UK =  K  >K*PX@(b UU  K  >@,db UU  K  >YYYY@FEB>;:10-)&%  +2#".546&54632'"'4.'.7327&#".7>5`^?;B[+D)%3 P <313313313313FV%)X #5L;9]R )% -=L#  2  1  #K>=L#  2 3  #K>Ig KPX@-bM  =K =  K  >K(PX@+b  UK =  K  >K*PX@)b  UU  K  >K1PX@- db UU  K  >@3 db` UU  K  >YYYYY@ EDA=:90/,(%$  +2'>54#"54%2#"=64.'&47327&#"&47>57D+]A;@^'%D 413323314314[;=L3# X)%TF - >)^=L#  2  1  #K>=L#  2 3  #K>Ih K PX@,ZM  =K =  K  >KPX@-bM  =K =  K  >K%PX@+b  UK =  K  >K(PX@1b`  UK =  K  >@/b`  UU  K  >YYYYY@ EDA=:90/,(%$  +2#".546%2#"7564.'&47327&#"&47>5`_?<B\+C'% C 413323314314FV%)X #5L<9]- >)`=L#  2  1  #K>=L#  2 3  #K>sw$N>@ <:K PX@: ZU UM= K =  K  >KPX@;  bU UM= K =  K  >K(PX@9  bUU U K =  K  >@7  bUU U U  K  >YYY@$JIFB?>541-*)" $$  +2'>54#"547267#"'&"'6324.'.7327&#".7>57D+\B;@^#+5)/THN+5-tBT?313313313313Z;=L3# X)%TE/E;3/9?3=L#  2  1  #K>=L#  2  1  #K>$N@ <:K PX@= ZUU M  = K =  K  >KPX@>  bUU M  = K =  K  >K#PX@8  b IUU K =  K  >K(PX@9  bU UU K =  K  >@7  bU U UU  K  >YYYY@$JIFB?>541-*)$$  +267#"'&"'6322#".5464.'.7327&#".7>5'#+5)/THM+5-uBS@T`^@;B\+D^313323314313h0E;3/9?4EV%)X #5L;9\=L#  2  1  #K>=L#  2 3  #K>L*l @UM=M >Y@)'"   +2'>54"54"32654&4762'"$7D+\B;@^yqDfp Z;=L3# Y)%TFq́}uL*~ @)bM=M=M >Y@)'"   +2#".546"32654&4762'"$`^@;B\+DYyqDfp FV$)X #6L;9\q́}uL +9 K*PX@+bM = M=M >K,PX@/b=M = M=M >@-b U= M=M >YYY@"!861/'%!+"+  +2'>54"54&54632#"'"32654&4762'"$;7D+\B;@^H+ 5 P yqDfp Z<=K4# Y)%TFR (% q́}uL +9 K*PX@+bM = M=M >K,PX@/b=M = M=M >@-b U= M=M >YYY@"!861/'%!+"+  +2#".546&54632#"'"32654&4762'"$J`^@;B\+D)$3 P yqDfp FV%)X #6K<9]R (% q́}uL*84 K#PX@,bM  = M=M >K*PX@*b  U M=M >K1PX@.b U = M=M >@4b` U = M=M >YYYY@ ! 750.&$ *!*  +2'>54#"54%2#"=6"32654&4762'"$=7D+\B;@^'$D OyqDfp yZ<=K4# X)%TF - =)q́}uL*8 K%PX@,bM  = M=N >K(PX@2b`M  = M=N >@0b`  U M=N >YYY@ ! 750.&$ *!*  +2#".546%2#"=6"32654&4762'"$J`^@;B\+D'% D cyqDfp }FV%)X #6K<9]- =)q́}u,z @'bUM =M >Y@+)#!  +2'>54#"54"32% 76$3 #7D+\A ;@^V㮚s[Z<=L3# X)%TF3-Jӿh% lz,z @'bUM =M >Y@+)#!  +2#".546"32% 76$3 `_?<B\+CZ䮚r[FV%)X #6K<9]3-Jӿh% lz ,; KPX@+bM = M =M >K%PX@)b U M =M >@-db U M =M >YYY@"!:820(&!,",  +2'>54#"54&54632'"'%"32% 76$3 7D+\B;@^H+ 5 P ē䮚r[Z;=L3# X)%TEQ )% 3-Jӿh% lz/ ,; KPX@+bM = M =M >K%PX@)b U M =M >@-db U M =M >YYY@"!:820(&!,",  +2#".546&54632'"'%"32% 76$3 `^?< B[+D)%3 P 擻㮚s[EV%)X #5L;9\Q )% 3-Jӿh% lz+:4 KPX@,bM  = M =M >K*PX@*b  U M =M >K1PX@. db U M =M >@4 db` U M =M >YYYY@ ! 971/'% +!+  +2'>54#"'6%2#"756"32% 76$3 7D+\A ;@^'%C 㮚r[[;=L3# X)%TF - >)3-Jӿh% lz+: KPX@,bM  = M =M >K%PX@*b  U M =M >@0b`  U M =M >YYY@ ! 971/'% +!+  +2#".546%2#"756"32% 76$3 `_?<B\+C'% C ۓ㮚s[FV%)X #5L;9]- >)3-Jӿh% lz7'Cc@ %@U=N >Y@A?20)'  +2'>54"54#"&'&547>54'&'&'>32327654'&'&'&546327D+\A ;@^{}B l'3qVbNL#<7!8-9PZ;=L3# Y)%TF)XfB% (?\uwxw473Ec7'Cu@ %@$bM==N >Y@A?20)'  +2#".546#"&'&547>54'&'&'>32327654'&'&'&54632`^?< B[+DX{}B l'3qVbNL#<7!8-9PFV$)X #6L;9\})XfB% (?\uwxw473Ec7' R@ 4K*PX@&bM ==N >K,PX@*b=M ==N >@(b U==N >YYY@PNA?86%#  +2'>54"54&54632#"'#"&'&547>54'&'&'>32327654'&'&'&54632P7D+\A ;@^G+!5 P H{}B l'3qVbNL#<7!8-9PZ<=K4# Y)%TFR (% )XfB% (?\uwxw473Ec7' R@ 4K*PX@&bM ==N >K,PX@*b=M ==N >@(b U==N >YYY@PNA?86%#  +2#".546&54632#"'#"&'&547>54'&'&'>32327654'&'&'&54632^`^?< B[+D)%3 P H{}B l'3qVbNL#<7!8-9PFV%)X #6K<9]R (% )XfB% (?\uwxw473Ec7'Q@  3K#PX@'bM  ==N >K*PX@%b  U=N >K1PX@)b U ==N >@/b` U ==N >YYYY@OM@>75$"  +2'>54#"54%2#"=6#"&'&547>54'&'&'>32327654'&'&'&54632R7D+\A;?^'%D {}B l'3qVbNL#<7!8-9PyZ<=K4# X)%TF - =){)XfB% (?\uwxw473Ec7'Q@  3K%PX@'bM  ==N >K(PX@-b`M  ==N >@+b`  U=N >YYY@OM@>75$"  +2#".546%2#"=6#"&'&547>54'&'&'>32327654'&'&'&54632^`^?< B[+D'$ D {}B l'3qVbNL#<7!8-9P}FV%)X #6K<9]- =){)XfB% (?\uwxw473Ec7'J$V@ 8 <:K PX@4ZU UM  = = N >@5bU UM  = = N >Y@ TREC<:)'" $$  +2'>54#"547267#"'&"'632#"&'&547>54'&'&'>32327654'&'&'&546327D+\B;@^#*5)/THN+5-uBS@{}B l'3qVbNL#<7!8-9PJZ<=L3# X)%TF/F<3/:@3+)XfB% (?\uwxw473Ec7'B$V@ 8 <:K PX@4ZU UM  = = N >@5bU UM  = = N >Y@ TREC<:)'$$  +267#"'.'622#".546#"&'&547>54'&'&'>32327654'&'&'&54632{#+5)/THM+5-uBS@T`^@;B\+Db{}B l'3qVbNL#<7!8-9P/F;3/:?3FV%)X #5L<9])XfB% (?\uwxw473Ec N K(PX@)b UK  =K>@'b U UK>YY@EA>=541-   +2#".546&#".7>54&'.'.732776&'&47327!`^@;B\+D=Fy E0KE  {Z  R%:H @Dz JF"#FV%)X #6K<9]-{965 9{70/R0 2  1 59-'-3 2  1 #8J:qP ]-@   KPX@-  bM =  K  =K>K(PX@+  b  U  K  =K>K*PX@)  b  U    UK>@-d  b  U    UK>YYYY@TPMLDC@54&'.'&4732776&'&47327`^@;B\+D)%3 P E x F0KE {ZR%9H?D{JG!#FV%)X #5L;9]R )% {965 9{70/R0 2  1 59-'-3 2  1 #8J:qP\<  KPX@.  bM  =  K  =K>K%PX@,  b   U  K  =K>K(PX@2  b `   U  K  =K>@0  b `   U    UK>YYYY@"SOLKCB?;.-*&#"  +2#".546%2#"756&#"&47>54&'.'&4732776&'&47327`^?<B\+C'% C +E x F0KE {ZR%9H?D{JG!#FV%)X #5L;9]- >)-{965 9{70/R0 2  1 59-'-3 2  1 #8J:q$a@  <:K PX@>Z UU M =  K  = K>KPX@?b UU M =  K  = K>K%PX@9bI UU  K  = K>K(PX@:b U UU  K  = K>@8b U U    UU K>YYYY@&XTQPHGD@32/+('$$  +267#"'&"'6322#".546&#"&47>54&'.'.732776&'&47327/#+6)/THM+6-uBT?T`^?< B[+DE xF0JE {Z R%:H ?D{ JF"#f0E;3/9?4EV%)X #5L;9\{965 9{70/R0 2  1 59-'-3 2  1 #8J:qT?@ :!2)@'b`M=N >Y@53/-(&  +2'>54#"54#"'#"&547327&5463272'677D+\B;@^gͲVZ)FdDm=)99u1Bl''ZiNZ<=L3# X)%TF󁁴Ϙ;d-#sw5Hqo` #.`jT?@ :!2)@'b`M=N >Y@53/-(&  +2#".546#"'#"&547327&5463272'67`^@;B\+D-ͲVZ)FdDm=)99u1Bl''ZiNFV$)X #6L;9\%󁁴Ϙ;d-#sw5Hqo` #.`jT N@ I0.A8&K*PX@)b`M = N >K,PX@-b`=M = N >@+b` U= N >YYY@DB><75)'%#  +2'>54"54&54632#"'#"'#"&547327&5463272'677D+\B;@^H+!5 P ͲVZ)FdDm=)99u1Bl''ZiNZ<=K4# Y)%TFR (% 󁁴Ϙ;d-#sw5Hqo` #.`jT N@ I0.A8&K*PX@)b`M = N >K,PX@-b`=M = N >@+b` U= N >YYY@DB><75)'%#  +2#".546&54632#"'#"'#"&547327&5463272'67#`^@;B\+D)%3 P ͲVZ)FdDm=)99u1Bl''ZiNFV%)X #6K<9]R (% 󁁴Ϙ;d-#sw5Hqo` #.`jTMQK1PX@ H/-@7%<@ H/-@7%K#PX@*b`M  = N >K*PX@(b`  U N >K1PX@,b` U = N >@2b`` U = N >YYYY@CA=;64(&$"  +2'>54#"56%2#"756#"'#"&547327&5463272'677C+\B;@^'$C ͲVZ)FdDm=)99u1Bl''ZiNyZ<=K4# X)%TF - =)#󁁴Ϙ;d-#sw5Hqo` #.`jTM K%PX@ H/-@7%<@ H/-@7%K%PX@*b`M  = N >K(PX@0b``M  = N >@.b``  U N >YYY@CA=;64(&$"  +2#".546%2#"=6#"'#"&547327&5463272'67#`^@;B\+D'% D qͲVZ)FdDm=)99u1Bl''ZiN}FV%)X #6K<9]- =)#󁁴Ϙ;d-#sw5Hqo` #.`jT=$R@ M42 E<* <:K PX@7 Z  `U UM  =  N >@8  b  `U UM  =  N >Y@"HFB@;9-+)'" $$  +2'>54#"547267#"'.'632#"'#"&547327&5463272'677D+\B;@^#+5)/THN+5-tBT?ͲVZ)FdDm=)99u1Bl''ZiN=Z;=L3# X)%TE/E;309?3󁁴Ϙ;d-#sw5Hqo` #.`jT?$R@ M42 E<* <:K PX@7 Z  `U UM  =  N >@8  b  `U UM  =  N >Y@"HFB@;9-+)'$$  +267#"'.'622#".546#"'#"&547327&5463272'67B#*5)/THN+5-uBS@T`^@;B\+D5ͲVZ)FdDm=)99u1Bl''ZiN/E;3/:?3FV%)X #5L<9]`󁁴Ϙ;d-#sw5Hqo` #.`jJG@ C=)@1b ` UM = M >Y@ EDA?64-+('%#GG  +2'>54#"543'&54>3 32672!"7>54&#"#!&'63f7D+\B;@^\)i F^!/- L-%TfHV!%L -/!^Z<=L3# X)%TFl?fɠe>lZhd!'NƴHk\!dhZG@ C=)@1b ` UM = M >Y@ EDA?64-+('%#GG  +2#".5463'&54>3 32672!"7>54&#"#!&'63{`^@;B\+D])h F^!/- L-%TfHV!%L -/!^FV%)X #6K<9]l?fɠe>lZhd!'NƴHk\!dhZ} V&@  RL8#KPX@5  b  `M = M = M   >K%PX@3  b  `  U M = M   >@7d  b  `  U M = M   >YYY@$"!TSPNEC<:7642,*!V"V  +2'>54#"54&54632'"'3'&54>3 32672!"7>54&#"#!&'637D+\B;@^H+ 5 P \)h F^!/- L-%TfHV!%L -/!^Z;=L3# X)%TEQ )% Nl?fɠe>lZhd!'NƴHk\!dhZZ V&@  RL8#KPX@5  b  `M = M = M   >K%PX@3  b  `  U M = M   >@7d  b  `  U M = M   >YYY@$"!TSPNEC<:7642,*!V"V  +2#".546&54632'"'3'&54>3 32672!"7>54&#"#!&'63`^?;B[+D)%3 P ])h F^!/- L-%TfHV $L -0!]EV%)X #5L;9\Q )% Nl?fɠe>lZhd!'NƴHk\!dhZUv@  QK7"KPX@6  b  `M = M = M   >K*PX@4  b  `  U M = M   >K1PX@8d  b  `  U M = M   >@>d  b `  `  U M = M   >YYYY@(! SROMDB;96531+) U!U  +2'>54#"'6%2#"7563'&54>3 32672!"7>54&#"#!&'637D+\B;@^'%C t\)h F^!/- L-%TfGV %L -0!][;=L3# X)%TF - >)l?fɠe>lZhd!'NƴHk\!dhZU1@  QK7"KPX@6  b  `M = M = M   >K%PX@4  b  `  U M = M   >@:  b `  `  U M = M   >YYY@(! SROMDB;96531+) U!U  +2#".546%2#"=63'&54>3 32672!"7>54&#"#!&'63`^@;B\+D'% C v\)i F]!/- L-%TfGV!%L -/!]FV%)X #5L;9]- >)l?fɠe>lZhd!'NƴHk\!dhZ$Z+@ VP<' <:K PX@E Z  `UU M = M =  M   >KPX@F  b  `UU M = M =  M   >@A  b  `IUU M =  M   >YY@,&%XWTRIG@>;:860.%Z&Z" $$  +2'>54#"'67267#"'&"'6323'&54>3 32672!"7>54&#"#!&'637D+\A ;@^#+5)/THM+5-uBS@\)i F^!/- L-%TfHV!%L -/!^Z;=L3" Y)%TE0E;3/9?4@l?fɠe>lZhd!'NƴHk\!dhZ-$Z+@ VP<' <:K PX@E Z  `UU M = M =  M   >KPX@F  b  `UU M = M =  M   >@A  b  `IUU M =  M   >YY@,&%XWTRIG@>;:860.%Z&Z$$  +267#"'&"'6322#".5463'&54>3 32672!"7>54&#"#!&'63?#+5)/THN+5-tBT?S`^@;B\+DO])h F^!/- L-%TfHV $L -/!^h0E;3/9?4EV%)X #5L;9\l?fɠe>lZhd!'NƴHk\!dhZJ!m6GK*PX@ 7*%#<@ 7*%#K*PX@-ddM =N =N >@1dd=M =N =N >YY@EC<:.,(&" 66*! +6720#"/&542327327#"&'#"'&54>'.#"3267{   嘑'N';cIU* ^w;MXqtAi1&wG']+#cG9[;b   &H @I5!YQkCVodoM#/FD;S\J!u1BK*PX@2% <@2% K*PX@. ddM =N =N >@2 dd=M =N =N >YY@@>75)'#!11  +2#"&54762327327#"&'#"'&54>'.#"3267%l 0g B'N';cIU* ^w;MXqtAi1&wG']+#cG9[;u1  %# @I5!YQkCVodoM#/FD;S\Z;mGfK*PX@ '  <@ '  KPX@4bb   U =M=N >K*PX@1ddb   UM=N >K1PX@6ddb  I  UM=N >@7ddb  U  UM=N >YYYY@FDCA!#"#-$(*! +6720#"/&54327#"&54>7.54632#"'&#"32632#"&#"F   GZ>w#ˬ'O8RJaT&+0o?4TfhR?Ib   &TVd1`#A18!XEqVCREP\\ /7 \Z;qBpK*PX@ "  <@ "  KPX@5bb   U =M=M >K*PX@2 ddb   UM=M >K1PX@7 ddb  I  UM=M >@8 ddb  U  UM=M >YYYY@A?><:87520.,)'  +2#"&5476327#"&54>7.54632#"'&#"32632#"&#"%l  /f eZ>w#ˬ'O8RJaT&+0o?4TfhR?Iq2  %#TVd1`#A18!XEqVCREP\\ /7 \?bw;`@ 9&<0/9K!PX@b=M= >@ddM= >Y,%((!+632#"/&54#"&554&'&7672>76'&4&#"   +AXG/V ' CA-'1@oxm   ' 94*V1',#1K5kyAd^##fiV ?bs8i@ 6#<-,9KPX@b=M= >@ddM= >Y@53'%   +2#"&5476#"&554&'&7672>76'&4&#"%l  /f +AXG/V ' CA-'1@oxs1  %#94*V1',#1K5kyAd^##fiV Gq0a@ @ddb= >Y%(*!+6720#"/&54327#"'&54&'.7$72   }3'F%%!RfD=/VF&/f   &HA-E95}V- 2 +#seGw+i@ @ddb= >Y@('  +2#"&5476327#"'&54&'.7$72%l  /f p3'F%%!RfD=/VF&/w1  %#HA-E95}V- 2 +#seLd-h @ ddM=M >Y@,*%#*! +6320#"/&5&"32654&4762'"$j   ӪyqDfp Z   &q́}uLu(iKPX@$b=M=M >@!ddM=M >Y@'%   +2#"&5476"32654&4762'"$5%m 0f yqDfp u1  %#q́}u7'`F^@ (@dd=N >Y@ DB53,*(*! +6320#"/&54#"&'&547>54'&'&'>32327654'&'&'&54632   {}B l'3qVbNL#<7!8-9PV   ')XfB% (?\uwxw473Ec7'uAb#@dd=N >Y@?=0.'%  +2#"&5476#"&'&547>54'&'&'>32327654'&'&'&54632o%l  /f {}B l'3qVbNL#<7!8-9Pu1  %#)XfB% (?\uwxw473EcT\Bh@ =$"5,@dddN >Y@ $%,"(*!+6320#"/&54#"'#"&547327&5463272'67'   ͲVZ)FdDm=)99u1Bl''ZiNR   's󁁴Ϙ;d-#sw5Hqo` #.`jTy=q@80'@dddN >Y@31-+&$  +2#"&5476#"'#"&547327&5463272'67%l  /f ͲVZ)FdDm=)99u1Bl''ZiNy1  %#/󁁴Ϙ;d-#sw5Hqo` #.`jJ!#EV\K*PX@, F942'  <@,F942'  K*PX@Jb b `M = M= N  = M  =>@Nb b `M == M= N  = M  =>YY@!%$TRKI=;751/+)$E%E!##%$ +73276#"&52'>54#"'62327327#"&'#"'&54>'.#"3267m-D;+ ;H9X7D+\A ;@^'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR[;=L3# X)%TF @I5!YQkCVodoM#/FD;S\J!#EV\K*PX@, F942'  <@,F942'  K*PX@Jb b `M = M= N  = M  =>@Nb b `M == M= N  = M  =>YY@!%$TRKI=;751/+)$E%E##%$ +73276#"&52#".5462327327#"&'#"'&54>'.#"3267m-D;+ ;H9Xj`^?;B[+D'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VRFV%)X #5L;9] @I5!YQkCVodoM#/FD;S\J!#2TejK*PX@; UHCA6  <@; UHCA6  K*PX@Lb b `M= M = N  = M  =>@Tb b `=M= = M= N  = M  =>YY@%43caZXLJFD@>:83T4T1/*(!##%$ +73276#"&52'>54#"54&54632'"'2327327#"&'#"'&54>'.#"3267m-D;+ ;H9XB7D,\A;?^G+!5 O 'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR[;=L3# X)%TFR )%  @I5!YQkCVodoM#/FD;S\J!#2TeK*PX@; UHCA6  <@; UHCA6  K%PX@Lb b `M= M = N  = M  =>K*PX@Pb b `=M= M = N  = M  =>@Tb b `=M= = M= N  = M  =>YYY@%43caZXLJFD@>:83T4T1/*(##%$ +73276#"&52#".546&'4632'"'2327327#"&'#"'&54>'.#"3267m-D;+ ;H9X+`^@;B\+D)%3 P 'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VREV%)X #5L;9\R )%  @I5!YQkCVodoM#/FD;S\J!3DVdK*PX@bN 4'"  <@bN 4'"  K*PX@M  bb` M  =M=N = N =>K1PX@U  bb` = M ==M=N = N =>@[  b `b` = M ==M=N = N =>YYY@)XWFE`^WdXdTRMLEVFVB@97+)%#33%$ +73276#"&52327327#"&'#"'&54>'.#"32672'>54#"54%2#"=6m-D;+ ;H9Xʘ'N';cIU* ^w;MXqtAi1&wG']+#cG9[;X7D+]A;@^'%D T1G VR̃ @I5!YQkCVodoM#/FD;S\>[;=L3# X)%TF - >)J!#1SdK*PX@/: TGB@5  <@/: TGB@5  K%PX@Mb b `M= M = N  = N  =>K*PX@Sb` b `M= M = N  = N  =>@Wb` b `M= = M= N  = N  =>YYY@)32%$b`YWKIEC?=972S3S-+$1%1##%$ +73276#"&52#".546%2#"=62327327#"&'#"'&54>'.#"3267m-D;+ ;H9X`^@;B\+D'% D F'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VREV%)X #5L;9\ - >) @I5!YQkCVodoM#/FD;S\J!H!2DWiK*PX@)I RQ < "ZYXaK(PX@[ bb` U  U M =M=N =M =>K*PX@Z bb`c U  U M =M=N =M >@^ bb`c U  U M ==M=N =M >YYY@0FE43ge`_^\USONLJEWFWB@;:3D4D0.'% !! +2327327#"&'#"'&54>'.#"32672'>54#"547267#"'&"'63273276#"&57'N';cIU* ^w;MXqtAi1&wG']+#cG9[;7D+\B;@^#*5)/THN+5-uBS@-D;+ ;H9X @I5!YQkCVodoM#/FD;S\Z<=L3# X)%TF/F<3/:@3T1H VRJ!F$6XiK*PX@). ? YLGE:  <:@). ? YLGE:  <:YK PX@Z   Z b `UUM = M  = N = M =>K*PX@[   b b `UUM = M  = N = M =>@_   b b `UUM = = M = N = M =>YY@-87&%ge^\PNJHDB><7X8X0/*(%6&6" $$%$ +73276#"&5267#"'&"'6322#".5462327327#"&'#"'&54>'.#"3267m-D;+ ;H9X#+5)/THN+5-tBT?T`_?<B\+C'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR/F<3/:@3FV%)X #6K<9]? @I5!YQkCVodoM#/FD;S\!(a@A  @:bUS  U  K =M >Y@$#"_]VUTROKGF@?73%$"(#(!!$% +7327#"&52'>54#"54!#&#"&47>7272&#"&472>&'!"!9'- PNd7D+\B;@^X71x) 5[l)65  N!(a@A  @:bUS  U  K =M >Y@$#"_]VUTROKGF@?73%$"(#(!!$% +7327#"&52#".546!#&#"&47>7272&#"&472>&'!"!9'- PNd`^?< B[+D771x) 5[l)65  N5!07p[@P  KPX@>  b  SUM=  K  =M >K*PX@<  b U  SU  K  =M >@F  b U  SU K  =  K  =M >YYY@(21nledca^ZVUONFB431727/-(&!!$% +7327#"&52'>54#"54&54632#"'!#&#"&47>7272&#"&472>&'!"h!9'- PNe7D+\A ;@^G+!5 P 71x) 5[l)65  N!07p\@P$  KPX@>  b  SUM=  K  =M >K*PX@<  b U  SU  K  =M >@F  b U  SU K  =  K  =M >YYY@(21nledca^ZVUONFB431727/-(&!!$% +7327#"&52#".546&'4632'"'!#&#"&47>7272&#"&472>&'!"%!9'- PNd`_?<B\+C)%3 P 7 1 x)5[l)65  N!/6o@O-   Z  SUM=  K  =M >KPX@?  b  SUM=  K  =M >K*PX@=  b U  SU  K  =M >K1PX@BX  b V  SU  K  =M >@HX  b ` V  SU  K  =M >YYYY@,10#"mkdcb`]YUTNMEA320616+)"/#/!!$% +7327#"&52'>54#"54%2#"=6!#&#".7>7272&#"&472>&'!"5 9(- PNd7D+\B;@^'%D 81 y) 5;DL #A +  zǗ ' rz%m;#^JJdq[;=L3# X)%TF - >)u6 ^ 65 =>[l)65  N!/6o`@O-   Z  SUM=  K  =M >KPX@?  b  SUM=  K  =M >K%PX@=  b U  SU  K  =M >@C  b ` U  SU  K  =M >YYY@,10#"mkdcb`]YUTNMEA320616+)"/#/!!$% +7327#"&52#".546%2#"=6!#&#".7>7272&#"&472>&'!")!9'- PNd+`^@;B\+D'% D 81 y) 5;DL #A +  zǗ ' rz%m;#^JJdqFV%)X #5L;9]- >)y6 ^ 65 =>[l)65  Nw9!4;t@&T/.   <%:K PX@K ZU I   S  UM = K =M >KPX@L  bU I   S  UM = K =M >K#PX@J  bUU I   S  U K =M >@K  bU U U  S  U K =M >YYY@065#"rpihgeb^ZYSRJF875;6;20,+)'"4#4!!$% +7327#"&52'>54#"547267#"'&"'632!#&#"&47>7272&#"&472>&'!"m!9'- PNd&7D+\B;@^#*5)/THN+5-uBS@l71 x)5[l)65  N "4;tH@T,   <:K PX@K ZU I   S  UM = K =M >K PX@L  bU I   S  UM = K =M >@J  bUU I   S  U K =M >YY@065$#rpihgeb^ZYSRJF875;6;.-($4 ""$% +7327#"&5267#"'&"'6322#".546!#&#"&47>7272&#"&472>&'!"?!9'- PNe #+5)/THM+5-uBS@T`^@;B\+D71x) 5[l)65  N?b#L@J7  @@6bbM = M= =M>Y@IG;943(&!##%$ +73276#"&52'>54#"54#"&554&'&7672>76'&4&#"-C;+ K*PX@6bbM = M= =M>@3bbQM = M= >YY@IG;943(&##%$ +73276#"&52#".546#"&554&'&7672>76'&4&#"-C;+ @YF  OK%PX@8  bbM = M  = =M>K*PX@<  bb=M = M  = =M>@9  bbQ=M = M  = >YYY@XVJHCB751/*(!##%$ +73276#"&52'>54#"56&54632'"'#"&554&'&7672>76'&4&#"-C;+ 7C+\B;@^G+!5 P Y+AXG/V ' CA-'1@ox^T1H VRZ;=L3# X)%TER )% .94*V1',#1K5kyAd^##fiV ?b#2[>@YF  OK%PX@8  bbM = M  = =M>K*PX@<  bb=M = M  = =M>@9  bbQ=M = M  = >YYY@XVJHCB751/*(##%$ +73276#"&52#".546&54632'"'#"&554&'&7672>76'&4&#"-C;+ K%PX@9  bbM  = M  = =M>K*PX@=  bb =M = M  = =M>K1PX@:  bbQ =M = M  = >@@b  `bQ =M = M  = >YYYY@%$WUIGBA64-+$1%1!##%$ +73276#"&52'>54#"54%2#"=6#"&554&'&7672>76'&4&#"-C;+ )94*V1',#1K5kyAd^##fiV ?b#1ZK@/XE  NK#PX@9  bbM  = M  = =M>K*PX@?b  `bM  = M  = =M>@<b  `bQM  = M  = >YYY@%$WUIGBA64-,$1%1##%$ +73276#"&52#".546%2"=6#"&554&'&7672>76'&4&#"-C;+ @Gb   bUUM = M = = M  >Y@&][VUTRJH<:54)'" $$  +2'>54#"'67267#"'&"'632#"&554&'&7672>76'&4&#"73276#"&5u7D+\A ;@^#+5)/THM+5-uBS@+AXG/V ' CA-'1@ox-C;+ K*PX@G   b bUUM = M  = =M>@D   b bUUQM = M  = >YY@#&%\ZNLGF;90/*(%6&6" $$%$ +73276#"&5267#"'&"'6322#".546#"&554&'&7672>76'&4&#"-C;+ K(PX@@bU  S K = K =M >@>bU U  S K =M >YY@,wuqoihcb_[XWNMJFCB=<763/,+"!  +2'>54#"544.'&47327&#"&47>5!&#".7>54.'.7327!7327#"&5'7D+\A;?^t314313313323313313313313z!9'- PNdZ<=L3# X)%TFd=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>;#^JJdqiy@ k tlj K(PX@@bU  S K = K =M >@>bU U  S K =M >YY@,wuqoihcb_[XWNMJFCB=<763/,+"!  +2#".5464.'&47327&#"&47>5!&#".7>54.'.7327!7327#"&5'`^@;B\+DK314313313323313313313313z 9(- PNdFV%)X #6K<9]b=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>;#^JJdq = x@ z {y KPX@Db  SM=K =  K  =M >K%PX@BbU  SK =  K  =M >K(PX@FdbU  SK =  K  =M >@DdbUU  S  K  =M >YYYY@0~xwrqnjgf]\YURQLKFEB>;:10-)&%  +2'>54#"54&54632'"'4.'&47327&#"&47>5!&#".7>54.'.7327!7327#"&5#7D+\A ;@^G+!5 P 314313313323314313313323z!9'- PNdZ;=L3# X)%TEQ )% )=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>;#^JJdq + x@ z {y KPX@Db  SM=K =  K  =M >K%PX@BbU  SK =  K  =M >K(PX@FdbU  SK =  K  =M >@DdbUU  S  K  =M >YYYY@0~xwrqnjgf]\YURQLKFEB>;:10-)&%  +2#".546&'4632'"'4.'&47327&#"&47>5!&#"&47>54.'&47327!7327#"&5`^@;B\+D)%3 P 313323314313413323314314{ 9(- PNdEV%)X #5L;9\Q )% )=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>;#^JJdq Hw@ y zx KPX@Eb  SM=K =  K  =M >K%PX@CbU  SK =  K  =M >K(PX@GdbU  SK =  K  =M >K1PX@EdbUU  S  K  =M >@Kdb`UU  S  K  =M >YYYYY@4}wvqpmife\[XTQPKJEDA=:90/,(%$  +2'>54#"54%2#"=64.'&47327&#"&47>5!&#"&47>54.'&47327!7327#"&57D+\B;@^'%D N413323323314313323314313{!9'- PNdZ;=L3# X)%TE - >)d=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>;#^JJdq -w@ y zx KPX@Eb  SM=K =  K  =M >K%PX@CbU  SK =  K  =M >K(PX@Ib`U  SK =  K  =M >@Gb`UU  S  K  =M >YYYY@4}wvqpmife\[XTQPKJEDA=:90/,(%$  +2#".546%2#"7564.'.7327&#".7>5!&#"&47>54.'&47327!7327#"&5`_?<B\+C'% C /313313313313314314413323{!9'- PNdFV%)X #5L;9]- >)b=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>;#^JJdq $|@ ~ } <:K PX@PUU  SM =K =  K =M >K(PX@HIUU  SK =  K =M >K1PX@FIUUU  S  K =M >@GUUUU  S  K =M >YYY@6|{vurnkja`]YVUPOJIFB?>541-*)" $$  +2'>54"547267#"'&"'6324.'&47327&#"&47>5!&#"&47>54.'&47327!7327#"&57D+\B;@^#+5)/THN+5-tBT?>313323314313413323323314{!9'- PNdZ;=L3# Y)%TF/F;3/9?4=L#  2  1  #K>=L# 4  1  #K>m=L#  2  1  #K>5=L#  2  1  #K>;#^JJdq +$|@ ~ } <:K PX@WZUU  S M = K =  K =M >KPX@XbUU  S M = K =  K =M >K(PX@PbIUU  S K =  K =M >K*PX@NbIU UU  S  K =M >@ObUU UU  S  K =M >YYYY@8|{vurnkja`]YVUPOJIFB?>541-*)$$  +267#"'&"'6322#".5464.'&47327&#"&47>5!&#".7>54.'.7327!7327#"&5+#+6)/THM+5-uBT?T`^?;B[+D314314413323313313313313{ 9(- PNdf0E;3/9?4EV%)X #5L;9\=L#  2  1  #K>=L# 6 1  #K>m=L#  2 3  #K>5=L#  2  1  #K>;#^JJdqT#Q@L31 D;)  @9  b  `bM = N =M>Y@GEA?:8,*(&!##%$ +73276#"&52'>54#"54#"'#"&547327&5463272'67J.C;+ ;H9Xp7D+\B;@^gͲVZ)FdDm=)99u1Bl''ZiNT1G VRZ<=L3# X)%TF󁁴Ϙ;d-#sw5Hqo` #.`jT#Q@L31 D;)  @9  b  `bM = N =M>Y@GEA?:8,*(&##%$ +73276#"&52#".546#"'#"&547327&5463272'67J.C;+ ;H9X`^@;B\+D-ͲVZ)FdDm=)99u1Bl''ZiNT1G VRFV$)X #6L;9\%󁁴Ϙ;d-#sw5Hqo` #.`jT#2`L@[B@ SJ8  K*PX@;  b  `bM =  N  =M>K,PX@?  b  `b=M =  N  =M>@=  b  `b U=  N  =M>YYY@VTPNIG;9751/*(!##%$ +73276#"&52'>54"54&54632#"'#"'#"&547327&5463272'67J.C;+ ;H9X67D+\B;@^H+!5 P ͲVZ)FdDm=)99u1Bl''ZiNT1G VRZ<=K4# Y)%TFR (% 󁁴Ϙ;d-#sw5Hqo` #.`jT#2`L@[B@ SJ8  K*PX@;  b  `bM =  N  =M>K,PX@?  b  `b=M =  N  =M>@=  b  `b U=  N  =M>YYY@VTPNIG;9751/*(##%$ +73276#"&52#".546&54632#"'#"'#"&547327&5463272'67J.C;+ ;H9X'`^@;B\+D)%3 P ͲVZ)FdDm=)99u1Bl''ZiNT1G VRFV%)X #6K<9]R (% 󁁴Ϙ;d-#sw5Hqo` #.`jT#1_K1PX@/ZA? RI7  <@/ZA? RI7  K#PX@<  b  `bM =  N  =M>K*PX@:  b  `b U  N  =M>K1PX@>  b  `b U=  N  =M>@Db  `  `b U=  N  =M>YYYY@!%$USOMHF:864-+$1%1!##%$ +73276#"&52'>54#"56%2#"756#"'#"&547327&5463272'67J.C;+ ;H9X37C+\B;@^'$C ͲVZ)FdDm=)99u1Bl''ZiNT1G VRZ<=K4# X)%TF - =)#󁁴Ϙ;d-#sw5Hqo` #.`jT#1_K%PX@/ZA? RI7  <@/ZA? RI7  K%PX@<  b  `bM =  N  =M>K(PX@Bb  `  `bM =  N  =M>@@b  `  `b U  N  =M>YYY@!%$USOMHF:864-+$1%1##%$ +73276#"&52#".546%2#"=6#"'#"&547327&5463272'67J.C;+ ;H9X'`^@;B\+D'% D qͲVZ)FdDm=)99u1Bl''ZiNT1G VRFV%)X #6K<9]- =)#󁁴Ϙ;d-#sw5Hqo` #.`jT=#6d@)( 10_FD WN<  <' :K PX@I Z  ` b  UUM = N  =M>@J  b  ` b  UUM = N  =M>Y@%%$ZXTRMK?=;942.-+)$6%6!##%$ +73276#"&52'>54#"547267#"'.'632#"'#"&547327&5463272'67J.C;+ ;H9Xl7D+\B;@^#+5)/THN+5-tBT?ͲVZ)FdDm=)99u1Bl''ZiNT1G VR|Z;=L3# X)%TE/E;309?3󁁴Ϙ;d-#sw5Hqo` #.`jT?$6d@). _FD WN<  <:K PX@I   Z  ` bUUM = N  =M>@J   b  ` bUUM = N  =M>Y@%&%ZXTRMK?=;90/*(%6&6" $$%$ +73276#"&5267#"'.'622#".546#"'#"&547327&5463272'67J.C;+ ;H9X#*5)/THN+5-uBS@T`^@;B\+D5ͲVZ)FdDm=)99u1Bl''ZiNT1G VR /E;3/:?3FV%)X #5L<9]`󁁴Ϙ;d-#sw5Hqo` #.`jGW@ JIHC=)R @;b ` UM =M = M >Y@$USOMEDA?64-+('%#GG  +2'>54#"543'&54>3 32672!"7>54&#"#!&'637327#"&57D+\A ;@^\)h F^!/- L-%TfGV %L -0!] 9(- PNdZ<=L3# X)%TFl?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq\GW@ JIHC=)R @;b ` UM =M = M >Y@$USOMEDA?64-+('%#GG  +2#".5463'&54>3 32672!"7>54&#"#!&'637327#"&5)`^?;B[+D\)h F^!/- L-%TfHV $L -0!]!9'- PNeFV%)X #6K<9]l?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq  Vf\@  YXWRL8#a  Z  `M= M = M  = M >KPX@?  b  `M= M = M  = M >K%PX@=  b  ` U M = M  = M >@Ad  b  ` U M = M  = M >YYY@("!db^\TSPNEC<:7642,*!V"V  +2'>54#"54&54632'"'3'&54>3 32672!"7>54&#"#!&'637327#"&57D+\B;@^H+ 5 P \)h F^!/- L-%TfHV!%L -/!^!9'- PNdZ;=L3# X)%TEQ )% Nl?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq m Vf\@  YXWRL8#a  Z  `M= M = M  = M >KPX@?  b  `M= M = M  = M >K%PX@=  b  ` U M = M  = M >@Ad  b  ` U M = M  = M >YYY@("!db^\TSPNEC<:7642,*!V"V  +2#".546&54632'"'3'&54>3 32672!"7>54&#"#!&'637327#"&5`^?;B[+D)%3 P ])h F^!/- L-%TfHV $L -0!]!9'- PNdEV%)X #5L;9\Q )% Nl?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq ;UeK1PX@  XWVQK7"` <@  XWVQK7"` KPX@@  b  `M= M = M  = M >K*PX@>  b  ` U M = M  = M >K1PX@Bd  b  ` U M = M  = M >@Hd  b `  ` U M = M  = M >YYYY@,! ca][SROMDB;96531+) U!U  +2'>54#"'6%2#"7563'&54>3 32672!"7>54&#"#!&'637327#"&57D+\B;@^'%C t\)h F^!/- L-%TfGV %L -0!]!9'- PNd[;=L3# X)%TF - >)l?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq /UeK%PX@  XWVQK7"` <@  XWVQK7"` KPX@@  b  `M= M = M  = M >K%PX@>  b  ` U M = M  = M >@D  b `  ` U M = M  = M >YYY@,! ca][SROMDB;96531+) U!U  +2#".546%2#"=63'&54>3 32672!"7>54&#"#!&'637327#"&5`^@;B\+D'% C v\)i F]!/- L-%TfGV!%L -/!]!9'- PNdFV%)X #5L;9]- >)l?fɠe>lZhd!'NƴHk\!dhZ;#^JJdq^$ZjW@$ ]\[ VP<' e<:K PX@O Z  `UU M = M =  M  =M >KPX@P  b  `UU M = M =  M  =M >@K  b  `IUU M =  M  =M >YY@0&%hfb`XWTRIG@>;:860.%Z&Z" $$  +2'>54#"547267#"'&"'6323'&54>3 32672!"7>54&#"#!&'637327#"&5{7D+\A ;@^#+6)/THM+5-uBT?\)h F^!/- L-%TfHV!%L -/!^ 9(- PNdZ;=L3" Y)%TE0E;3/9?4@l?fɠe>lZhd!'NƴHk\!dhZ;#^JJdqy J$ZjW@$ ]\[ VP<' e<:K PX@O Z  `UU M = M =  M  =M >KPX@P  b  `UU M = M =  M  =M >@K  b  `IUU M =  M  =M >YY@0&%hfb`XWTRIG@>;:860.%Z&Z$$  +267#"'&"'6322#".5463'&54>3 32672!"7>54&#"#!&'637327#"&5#*5)/THN+5-uBS@T`^@;B\+DO\)h F^!/- L-%TfGV %L -0!]!9'- PNdh0E;3/9?4EV%)X #5L;9\l?fɠe>lZhd!'NƴHk\!dhZ;#^JJdqJ!V .?K*PX@/"< :@/"< :YK*PX@+UM =N =M >@/U=M =N =M >Y@ =;42&$  ..$" +327#"&'2327327#"&'#"'&54>'.#"3267LwdB^y /'N';cIU* ^w;MXqtAi1&wG']+#cG9[;VPRK @I5!YQkCVodoM#/FD;S\J! ->K*PX@.!<@.!@0 U=M =N =M >Y@ <:31%# - -  +!"5463!22327327#"&'#"'&54>'.#"3267#!5!'N';cIU* ^w;MXqtAi1&wG']+#cG9[;X%-"-˃ @I5!YQkCVodoM#/FD;S\J!m%GX=K*PX@. H;64)  <@.H;64)  K*PX@Addb` M =N  = N  =>@Eddb`= M =N  = N  =>YY@'&VTMK?=9731-+&G'G)$%$ +73276#"&5672#"/&542327327#"&'#"'&54>'.#"3267m-D;+ ;H9X   嘑'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR   &H @I5!YQkCVodoM#/FD;S\J!3DK*PX@4'"  <@4'"  @;b`=M =N = M =>Y@B@97+)%#33%$ +73276#"&52327327#"&'#"'&54>'.#"3267m-D;+ ;H9Xʘ'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR̃ @I5!YQkCVodoM#/FD;S\J!u!CT>K*PX@* D720%  <@*D720%  K*PX@B ddb` M =N  = N  =>@F ddb`= M =N  = N  =>YY@#"RPIG;953/-)'"C#C!!%$ +73276#"&52#"&54762327327#"&'#"'&54>'.#"3267m-D;+ ;H9X9%l 0g B'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR1  %# @I5!YQkCVodoM#/FD;S\J!94EK*PX@  5(#! <:@ 5(#! <:YK*PX@6 UM = M =N = M >@: UM == M =N = M >Y@ CA:8,*&$ 44  +267#"'&"'6322327327#"&'#"'&54>'.#"3267s#+5)/THN+5-uBS@'N';cIU* ^w;MXqtAi1&wG']+#cG9[;/E;3/9?3ȃ @I5!YQkCVodoM#/FD;S\J!9$FWK*PX@%- G:53(  <:@%-G:53(  <:YK*PX@J b `UM = M= N  = M  =>@N b `UM == M= N  = M  =>Y@#&%USLJ><8620,*%F&F" $$%$ +73276#"&5267#"'&"'6322327327#"&'#"'&54>'.#"3267m-D;+ ;H9X#+5)/THN+5-uBS@'N';cIU* ^w;MXqtAi1&wG']+#cG9[;T1G VR/E;3/9?3ȃ @I5!YQkCVodoM#/FD;S\?LS@P JHDB=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"#"&'73267/71x) 5[l)65  Njmo87 KQ@N+< US   U K> IG@?><9510*)!    +!"5463!2!#&#"&47>7272&#"&472>&'!"!5!%71x) 5[l)65  NTY@V4 <bS   UK= K>RPIHGEB>:932*&*! +6320#"/&54!#&#"&47>7272&#"&472>&'!"   71x) 5[l)65  NO\@Y/<bS   U K= K>MKDCB@=954.-%!  +2#"&5476!#&#"&47>7272&#"&472>&'!"F%l  /f 71x) 5[l)65  ND?OX@UBA@J <:S  UK= M >MKGE=;4320-)%$ +!#&#"&47>7272&#"&472>&'!"%7327#"&5/71x) 5[l)65  N;#^JJdq;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TE@ :M >$% +7327#"&5!9'- PNem;#^JJdq;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TEwZ@ <:KPX@QM>@IUMAY@  +267#"'&"'6323#+5)/THN+6-uBT?/F<3/:@3b'3$v@ <:KPX@UQM>@$UUIMAY@#"  +267#"'&"'632462"%462"&#+6)/THM+6-uBT?!A_AA_BA_AA_A0E;3/9?4_AA/-Bo/AA_?B?bw$M@K8 AK*PX@-ddbM= =M>@*ddbQM= >YY@ ,%(($%$ +73276#"&5632#"/&54#"&554&'&7672>76'&4&#"-C;+   +AXG/V ' CA-'1@ox^T1H VR   ' 94*V1',#1K5kyAd^##fiV ?b:u@8% .@ bQM= >Y@ ,%%%$+73276#"&5#"&554&'&7672>76'&4&#"-C;+ K*PX@. ddbM= =M>@+ ddbQM= >YY@GE9721&$!!%$ +73276#"&52#"&5476#"&554&'&7672>76'&4&#"-C;+ 86*(#"  +267#"'&"'632#"&554&'&7672>76'&4&#"#*5)/THN+5-uBS@+AXG/V ' CA-'1@ox/E;3/9?394*V1',#1K5kyAd^##fiV ?b5$M@&K8  A<:B9KPX@6b UM = M = =M>@3b UQM = M = >Y@JH<:54)'" $$%$ +73276#"&5267#"'&"'632#"&554&'&7672>76'&4&#"-C;+ K(PX@D d Z  bZ U N  =M=L>@B d Z  bZ   U UM=L>YY@TQHGFC@?:961*'$"WW(! +672#"/&5426762"'.+;26&#!.7>54&'.7!272'.+"   jM FF Pg2"J5' cd s?@r ;\5/ %3%bk#1   &S1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}dT@J*@C  d Z  bZ   UUM=L>Y@$QNEDC@=<763.'$!TT  +2#"&547626762"'.+;26&#!.7>54&'.7!272'.+"q%l  /f &jMF  FPg1#J5' cd  s?@r  ;\50 %3%bj#11  %#!1R {6% H;+)9 u-5 ;y3{; 2 q#wd='}/l @0db  US K >Y@lkfeb^[ZQPMIFECC*!+6320#"/&5&4.'&47327&#"&47>5!&#"&47>54.'&47327!   413323323314313323314313{   '=L#  2  1  #K>=L#  2  1  #K>m=L# 6 1  #K>5=L#  2  1  #K>gK(PX@3dbS K  = K >@1db  US K >Y@&gfa`]YVULKHDA@;:541-*)   +2#"&54764.'.7327&#".7>5!&#"&47>54.'&47327!N%l  /f %313313313313323314413323{1  %#`=L#  2  1  #K>=L#  2  1  #K>m=L# 63  #K>5=L#  2  1  #K>1j-Wg@ Y bZX@-   U  S K=M >Y@ec_]WVQPMIFE<;CCC+4.'&47327&#"&47>5!&#"&47>54.'&47327!7327#"&5413323323314313323314313{!9'- PNd/=L#  2  1  #K>=L#  2 5  #K>m=L# 65  #K>5=L#  2  1  #K>;#^JJdqBfB jK%PX@eM >@e =M >YY@  %$ +&54632'"'2'>54#"54+!5 P q7D+\A;?^ )% fZ;=L3" Y)%TEBN; K,PX < K*PX@eM >K,PX@e =M >K1PX@bc =M >@bcU >YYYY@    +2"=62'>54#"54'%D 7D+\A;?^;- =) Z;=L3" Y)%SF57o$@ <:K PX@%YUM=M >@$eUM=M >Y@" $$  +267#"'&"'6322'>54#"54#+6)/THM+5-uBT?Z7D+\A;?^1/F<3/9@3Z<=K4# X)%TF- (6@3< :bU= >%%$"+327#"&'327#"'&54&'.7$72qveA^y 3'F%%!RfD=/VF&/PRHA-E95}V- 2 +#se '9@6<bU= >$#   +!"7463!2327#"'&54&'.7$72F!5!3'F%%!RfD=/VF&/%-#,hHA-E95}V- 2 +#se^%A@$+-@*dbbV= >Y@ %()# +462"%462"&632#"/&'4327#"'&54&'.7$72A^BB^BA^BB^AG   3'F%%!RfD=/VF&/{^BB/-Bo/BB^@B   'HA-E95}V- 2 +#seF!=P@M')< dbbU= >:9-+&$   +2#"&5476462"%462"&327#"'&54&'.7$72%m 0f A^BB^BA^BB^A3'F%%!RfD=/VF&/F2  %#_AA0-An/BA_?AHA-E95}V- 2 +#se9.T@Q <:bUM == >+*  +267#"'&"'632327#"'&54&'.7$72#+6)/THM+6-uBT?3'F%%!RfD=/VF&//E;3/9?3?HA-E95}V- 2 +#se3$@@ * , <:KPX@0  bU UM = = >@.  bU U U = >Y@=<0.)'#"  +267#"'&"'632462"%462"&327#"'&54&'.7$72#+6)/UHM+6-uBT?!A_AA_BA_AA_A3'F%%!RfD=/VF&/0E;3/9?4_AA/-Bo/AA_?BHA-E95}V- 2 +#se9)6\610*:K(PX@UK =K>@UUK>Y@ $'CC+4.'.7327&#".7>5#"&'73267313313313313go9T /=L#  2  1  #K>=L# 6 3  #K>jmo871 5bK(PX@ UK =K>@UUK>Y@10-)&%  +!"5463!24.'&47327&#"&47>5!6!T314313313323%-#,=L#  2  1  #K>=L# 65  #K>=l@  @"dbUK>Y@ CC)!+632#"/&'44.'&47327&#"&47>5   314313313323   '=L#  2  1  #K>=L# 6 1  #K>9lK(PX@%dbK =K>@#dbUK>Y@541-*)   +2#"&54764.'&47327&#"&47>5j%m  /f k4133233143141  %#b=L#  2  1  #K>=L# 63  #K>;fB jK%PX@eM >@e =M >YY@  %$ +&54632'"'2#".546)%3 P `_?< B[+D )% fEV%)X "5L;9\9d; K#PX < K#PX@eM >@bcM >YY@    +2"=62#".546'$ D `^?< B[+D;- =)EV%)X "5L;9\J`$@ <:K PX@#YUUM >KPX@"eUUM >@(eUUIMAYY@" $$  +2#".5467267#"'&"'632m`^@;B\+D#*5)/THN+5-uBS@hEV%)X #5L;9\/E;3/9?37' >4@1 < :U=N ><:-+$"%$" +327#"&'#"&'&547>54'&'&'>32327654'&'&'&54632RwdB^y {}B l'3qVbNL#<7!8-9PPR)XfB% (?\uwxw473Ec7' =5@2<U=N >;9,*#!   +!"7463!2#"&'&547>54'&'&'>32327654'&'&'&54632= 5"{}B l'3qVbNL#<7!8-9P%-#,d)XfB% (?\uwxw473Ec7'3$VD@A8<dbV =N >TREC<:((# +462"%462"&632#"/&54#"&'&547>54'&'&'>32327654'&'&'&54632B^AA^AB^BB^BH   {}B l'3qVbNL#<7!8-9PP^BB/-Bo/BB^@B   ')XfB% (?\uwxw473Ec7'F!SL@I5< dbU =N >QOB@97&$   +2#"&5476462"%462"&#"&'&547>54'&'&'>32327654'&'&'&54632%m  /f A^BB^BA^BB^A{}B l'3qVbNL#<7!8-9PF2  %#_AA0-An/BA_?A)XfB% (?\uwxw473EcD+5@ 1< 9K PX@'ZM=M=M >@(bM=M=M >Y@0.*(  +2'>54#"544&#"326'64>762#"''7D+\A;?^Ejz6`d^$-37)y^RZ<=L3# X)%TF?s{Z=uCoJ%m+yD+5@ 1< 9K PX@'ZM=M=M >@(bM=M=M >Y@0.*(  +2#".5464&#"326'64>762#"'7`_?<B\+D jz6`d^$-37)y^RFV$)X #6L;9\?s{Z=uCoJ%m+y7'7DP@M &<:UM ==N >B@31*(  +267#"'&"'632#"&'&547>54'&'&'>32327654'&'&'&54632#+5)/THM+5-uBS@{}B l'3qVbNL#<7!8-9P/E;3/9?3=)XfB% (?\uwxw473Ec7'$Vb@_ 8 <:U UM =  = N >TREC<:)'#"  +267#"'.'62462"%462"&#"&'&547>54'&'&'>32327654'&'&'&54632#*5)/THN+5-uBS@ B^BB^AB^BB^B{}B l'3qVbNL#<7!8-9P/E;309?3^AA/-Bo/AA^@B)XfB% (?\uwxw473Ec<I_IDC=:K(PX@ UK =K>@UUK>Y@ $,CMC +%&#"&47>54&'.'&4732776&'&47327#"&'73267ExF0KE {Z R%9H ?D{ JG!#fo:T {965 9{70/R0 2  1 59-'-3 2  1 #8J:qjmo87s HfK(PX@! UK =K>@ UUK>Y@?;87/.+'  +!"5463!2&#"&47>54&'.'&4732776&'&47327!6!zExF0KE {Z R%9H ?D{ JG!# %.#-{965 9{70/R0 2  1 59-'-3 2  1 #8J:qP@  K(PX@%dbK =K>@#dbUK>YY@ CMC)! +672#"/&'4&#"&47>54&'.'&4732776&'&47327   iE  x F0JF {ZR%:H?D{JF"#   &]{965 9{70/R0 2  1 59-'-3 2  1 #8J:qLpK(PX@& dbK =K>@$ dbUK>Y@C?<;32/+  +2#"&5476&#".7>54&'.'.732776&'&47327X%l 0g Fy E0KE  {Z  R%:H @Dz JF"#1  %#-{965 9{70/R0 2  1 59-'-3 2  1 #8J:q`H@ @1b UU M  = K>Y@ CB9851.-&$!HF  +2#".5462"'&53265!"&#"&47>54.'&472$;`_?<B\+Cisw+)+<}fN-313323314)4FV%)X #5L<9]C^pb;+Im=L# 65  #K>5=L#  2 u'J&5@2 <dbINB*!+6720#"/&'4462"%462"&   _A^BB^BA^BB^A?   &D_AA/-Bo/AA_?Bu'J!6@3dbIMA   +2#"&5476462"%462"&%m  /f A^BB^BA^BB^AJ1  %#_AA/-Bo/AA_?Bmjs@ <d[)! +632#"/&54      'T\%S@N53F=+ @.dddb N =M>Y@ IG%,"()$%$ +73276#"&5632#"/&54#"'#"&547327&5463272'67J.C;+ ;H9X#   ͲVZ)FdDm=)99u1Bl''ZiNT1G VR   's󁁴Ϙ;d-#sw5Hqo` #.`jT?I@F2) <:!:dbN =M>$%,"%%$+73276#"&5#"'#"&547327&5463272'67J.C;+ ;H9XwͲVZ)FdDm=)99u1Bl''ZiNT1G VR󁁴Ϙ;d-#sw5Hqo` #.`jTy!O@J1/B9' @/ dddb N =N>Y@EC?=86*(&$!!%$ +73276#"&52#"&5476#"'#"&547327&5463272'67J.C;+ ;H9X%l  /f ͲVZ)FdDm=)99u1Bl''ZiNT1G VR1  %#/󁁴Ϙ;d-#sw5Hqo` #.`jT@\@Y ;" 3*<:bU UN >640.)'  +267#"'.'632#"'#"&547327&5463272'67J#+5)/THM+5-uBS@ͲVZ)FdDm=)99u1Bl''ZiN/E;309?3 󁁴Ϙ;d-#sw5Hqo` #.`jT$R{@xM42 E<*  <:   bbU  U  N =M>HFB@;9-+)'" $$%$ +73276#"&5267#"'.'632#"'#"&547327&5463272'67J.C;+ ;H9X#+5)/THM+5-uBS@ͲVZ)FdDm=)99u1Bl''ZiNT1G VR/E;309?3 󁁴Ϙ;d-#sw5Hqo` #.`j /@@= <dbM =M >.,&$  *! +6320#"/&'4"32% 76$3    䮚r[   '3-Jӿh% lz*=@:dbM =M >)'!  +2#"&5476"32% 76$3 \%m 0g 㮚s[1  %#3-Jӿh% lzTJU@R F@,<db `M = M>HGDB970.+*(& JJ*! +6320#"/&543'&54>3 32672!"7>54&#"#!&'63-   V\)h F^!/- L-%TfHV!%L -/!^   'l?fɠe>lZhd!'NƴHk\!dhZEX@UA;'< db `M = M>CB?=42+)&%#!EE  +2#"&54763'&54>3 32672!"7>54&#"#!&'63m%l  /f M\)h F]!/- L-%TfGV!%L -/!]1  %#l?fɠe>lZhd!'NƴHk\!dhZ?D5E[@X8761+@<bM = M= M >CA=;32/-$" 55 +%3'&54>3 32672!"7>54&#"#!&'637327#"&5`\)h F^!/- L-%TfGV %L -0!]!9(- PNdl?fɠe>lZhd!'NƴHk\!dhZ;#^JJdqL'.K#PX@ e >@ d[Y@   +2"&5476%l  /f '1  %#;'d K#PX@eM >@eIMAYY@   +2#".546`_?< B[+D'FV%)X #6K<9]NZ @IMA   +!"5463!2/kL?JA+Z+^NZ @IMA   +!"5463!2/kL?JA+Z+^D/; @IMA    +!"&5463!2\ "#/E;:D\ @IMA    +!"&5463!2  n#!;)G;V@GK? +!!;yVy;'V@GK? +!!;Vy{}@GK?+#3#3{{{{}`` /@,SGK? +!5%!5//eebbZ@:[ +"&546767 T^B-d{BI3Z{3-d+.1J%#^P;@9> +2&7>54'.546T^B-d{BI3Zz3-d,-1J$#_P@9[ +2&7>54'.546T^B-d{BI3Z{3-d+-1J%#^Z'@ 9>% +.54632hjuH5VF!Tc9 ''{s_1'C83-Z5)@:[)) +"&546767!"&546767T^B-d{BI3ZZT^B-d{BI3Z{3-d+.1J%#^{3-d+.1J%#^P;+)@9>)) +2&7>54'.546!2&7>54'.546T^B-d{BI3ZT^B-d{BI3Zz3-d,-1J$#_z3-d,-1J$#_P+N)@9[)) +2&7>54'.546!2&7>54'.546T^B-d{BI3ZT^B-d{BI3ZN{3-d+-1J%#^{3-d+-1J%#^P'+%@9>% +.54632.54632juH5VF Tb9 GjuG5WF!Tb: ''{s_1'C83-'{s_1'C83-jX5'9@6#<UM>  '' +2632#"'#6#"&4632&546P=Nf;HG<b`L^^;GH:FD3fN==}V<=Py}fyP{T++'ժ;?jX5Er@D:0%#! @ UUM>Y@ CA%'#&$%'## +632#".'#"&547#"&546326'6#"&4632&54632632#"'^;FG:FD3fN?=Nf;IH<b^;GH:FD3fM@=Nf;HG<fyP{T++'ժ;@>=}V;=Qy}fyP{T++'ժ;?==}V<=Pydj @IMA$" +4632#"&dfhsjhmd "+7^d @M > +7462"&dZ{VZ{Vw;VR;9VRd3 @M >+%462"&%462"&Z{VZ{V\Z{VZ{Vw;VR;9VR9;VR;9VRd% @M >+7462"&%462"&%462"&dZ{VZ{VJZ{VZ{VLZ{VZ{Vw;VR;9VR9;VR;9VR9;VR;9VRd @IMA +462"&dZ{VZ{V?;WR;9WRh $/<V@H OK J@= b U  UUUIMAY@USNLFDCBA?97##&$##&$!+%327654"4632#"&%327654"4632#"&327674"4632327'#"'#"&)?03P5wq^)?03P5vq^1)?/3P5\01 a`nsjFIwq^mDRXou;/LFú{DRXou;/LFú{DRXou;/LE-1f+}/&|h  $/<GTn@`gcb<_:K1PX@;  b  U U  U  UM  >@B  b  U U  U  UIM AY@mkfd^\[ZYWQOKIFDA?97##&$##&$!+%327654"4632#"&%327654"4632#"&%327654"4632#"&327674"4632327'#"'#"&)?03P5wq^)?03P5wq^)?03P5vq^1)?/3P5\01 a`nsjFIwq^mDRXou;/LFú{DRXou;/LFú{DRXou;/LFú{DRXou;/LE-1f+}/&|\!@e>  +2#"&5476%l 0g 2  %#\!$@!e>  +2#"&54762#"&54765%m 0f %l 0g 2  %#2  %#\!//@,e>! )' /!/  +2#"&5476!2#"&5476!2#"&5476d%m  /f %m 0g %l 0g 2  %#2  %#2  %#\!@e>  +2#"/&546- f/ m#  1\!$@!e>  +2#"/&'46%2#"/&546%- g/ m- f/ m#  1#  1\!//@,e>! )' /!/  +2#"/&546!2#"/&'46!2#"/&546T- g/ l- g0 m- f/ m#  1#  1#  1j^ "+'56^`žgdkC{o "+567&'5{`žg17kC=;N '3F@C,+)(30-*21/.<UUIMA+462"&462"&%462"&462"&%7   'Z{VZ{VZ{VZ{V[zVZ{VZ{VZ{VE}vE{pDDw9;VR;9WS5;VR;9WS9;VR;9WS2;WR;9WRB444"4{H/98@5M  =M >8732'%//  +2#"&'&&746462"&2#"&'&&546462"&=W98%4Z\Z{VZ{V=W98%3Z\Z{VZ{VHPJ;V3<DNL3;VR;9VRPJ;V3<DNL3;VR;9VRNfD/9E6@3:.?(<bM =M >8732'%& +#"54>767>2#"5&'.'462"&67654&5%\+!/0U EF@)`-;T "',gXZ{VZ{V*m4N#'X%C#&22/,]3[V '7##@() ZFJ;VR;9VROB:Z/VJ'5K1PX@ K>@GK?Y@  +!5/ZZ)8qz@wrRF g\9.#<db `U  V >}{vuljdb[YVTMK%&'#''%+%.&54632.54632>32#"#".'#"&54>%.&54632.54632>32#"#".'#"&54>.&54632.54632>32#"#".'#"&54>!;S!f1++*$Y$ x@Q.$&( '.-Oz";S!g0*+*$Y$!y@R-$&( &/,Pi";S!f0*+*$X$!y@R-$&( &/,P6"N %e* uP)F*,(6ef1*,+6"N %e* uP)F*,(6ef1*,+6"N %e* uP)F+,'6ef1*,*!!@ d[ +3#VTT5`D,6cm>@;b` M = M  >lkgfb`.%'+.%% +#"&547632#"&=4>7654&#"462"&#"&547632#"&=4>7654&#"462"&/>/)Lm`'R95'--+' DCqRRD^ Z{VZ{V>/)Lm`'R95'--+' DCqRRD^ Z{VZ{V>%/A6VZP5^X/'-hD)!$;L>d`@;VR;9VRQ>%/A6VZP5^X/'-hD)!$;L>d`@;VR;9VR5HISKPX@.bM  =M  =M  >KPX@5bbM  =M  =M  >KPX@.bM  =M  =M  >@5bbM  =M  =M  >YYY@RQMLHF;9+)$"  +2#"&'&&746462"&#"&547632#"&=4>7654&#"462"&+=V97%4Z\ZzW[zVn>/)Lm`'R95'--+' DCqRRD^ Z{VZ{VHPJ;V3<DNL3;VR;9VRM>%/A6VZP5^X/'-hD)!$;L>d`@;VR;9VR{DISKPX@.bM  =M  =M  >KPX@5bbM  =M  =M  >KPX@.bM  =M  =M  >@5bbM  =M  =M  >YYY@RQMLHF;9+)$"  +2#"&'&&546462"&#"&54762#"&=4>76'4&#"462"&=W98%3Z\Z{VZ{V'=/)Ll`'R95'-.+' CDqQRD^ ZzW[zVDPJ;V3<DNL3;VR;9VRM>%/A5V[P5^X/'-iC) %;L>d`@;VR;9WSLd@<:K PX@eU>K PX@eU>KPX@eU>KPX@eU>KPX@eU>KPX@eU>KPX@eU>KPX@eU>@eU>YYYYYYYY$#"+'327632'#"`mh5H=Bf FjmL5&1홚 V!+)5j@ )@bUK>Y@+*0/*5+5$6"2# +32'#54;>54&+"=232632#"'254.^1;  >33> s!;-o1!P-++)RJ5+ .Kd)-+`%@" 9eM> +72.54462"&7@UIMAY@'&0.&7'7%% +"32>'4545<."'&'467632V "   mAb?4Cag>nK<;1&;#< ;"8"- (8AJ&$ ')E'+SDgZ3B6_t/-V!)K PX@"bUIL@KPX@UP >@"bUIL@YYY$&C+&#"&47>=4&'&476724632#"&+X;LX++L4)>3/7?1-:m/- ./mfL)-d['@!dSIL@Y@ $B+&#".7>=!'67323# 3%)=>33+3 g{u32 ! (  32+Lj-oVYc?'K1PX@bSR>@'b`SINBYY+%%+4&'&/!!#".54632 32=>:: +{ILjOf#,      V-W 9g79|d$,   R\ $0@-<:UIMA,&#$+4.#"7267#"'&54>7632)1%j,7eAtJT6nŀC..1%-9#6SS"LJ0K*PX@eIMA@deIMAYY1 +#"'>543;27ט)? J`>!V/5yhM% lTV 4Q@UIMAY@31%#   +"674&.'32654#".5467&'&54632u'>N+;/#4I-5BuBI=;q^@n}`V}+7.K)7 S+5PA;SC)7%%LjVTA9JFBhLlST^ N@<9KPX@QM>@UIMAY*###+32754#"4632567". -'/'jJ}{uITC3)?a1!=A6P;D++%1B)=1jB @SK >+3##5#5353nnbRRJ om@GK? +!5omccRf/@,SGK? +!5%!5fXXZZB  "+467$B#Z?9`LjV%^wb'/{  "+'>54&'7{#Z@:`-NjV%^wc'B)?]@=@ddINBY@ *3&F+&#"&47>=4&'&47672>32&#".7>=4&#"w) 9VEX+'Pyu {B^B+X{Ro6 +?<%, h4--0lN-'  *hum/--4hN4 ,0?h%7/@,UIMA'&0.&7'7%% +"32>'4545<."'&'46762V "   mAb?4Cag>nK<;N 1%<#; ;"8#- )7BJ&$ ')F'*SDgZ3B5_t/.Z;@8 <ddIL@ +%"&'6762&#".7>54&VX - # ==33+ 3F-'-! '  3133!Dfq-8@5<b`UIK?*(*"+7463232672!4?654'&#"#"Doz5<;)JW2-H)5yxL(?2 F3w*.[H?+AM(3L3 ;uvnFUJ(% &"5yo2l@ 0/@%bbUR>Y@ #%#*%$"+%4&#"#"74>32#"'&63232654#"5>1%#;+'D=!'67323# 3%)=>33+3 g{u¤31 ! '  31+Lj-nVZP-v(8@5<b`SINB,%%+4&'&/!!#".5463232w=>:; +{HLjOg#-      V{-V 9g79|d$,   FP $N@<:KPX@QM>@UIMAY,&#$+4.#"3267#"'&54>7632)1%j,6eAtJT6nŀC..0%-8$6TS"LK0543;27ߗ*? J`=!V/yhN% lTJy 42@/<UIMA31%#   +"674&.'32654#".5467&'&54632h'=N+;0"5J-5BuBJ>;q^?o}aV}N+7-L)7 T+5PB;RD)8%$LkVTB9JFBhLlSFP O@<9KPX@UM >@UIMAY*###+732754'"4632567#". -'/'kI}zuJTD3*?`2!=B5P;D++%1A*=j @OK >+%3##5#5353nn9RRJoD@K > +%!5oDccR}f/@,SGK? +!5%!5f+XXZZBj  "+7467$B#Z?9`jV%^wc'/q{  "+%'>54&'7{#Z@:`-jV%^vb'\{)0a@+*!@#bUIMAY@ *"#'$&"+6&#"#"&54632327#"''"'&547772 'Z 1+Hh-L BIT DUH)-IC%hF+ #!!9Z'=++ !9CD!Ou=Ƥ3WJ1+JC@@<USIMA  +27#"&4632!4&#"PbP)Xxc1*O)+-9X+wr!?['5L1K23^ *@'UIMA    +2 &464&#"326sͤ#R@3CVA+F^{syuk!7BJ@G 9'<;.9U I M AB><;3")! +436767.'&'#"=!765&=!'"&#"5474'&'2&#"F f  HN1 81'B.Jb+ HNH+-/ ?5N?TF)) 2O )%1\7-+ FL+L!^D b @!USIMAY@  " +#326"'>32#".5!54&'/e5!X5kVRx:yLf2XP);6DJ"5?::ZP's+PR7 Zih6D@A6 < d  dUIL@53#24$#24" +67363232&#5473>=4#";2&#5473>54'"\E\R! N1 f1L R5}# !h% $$ #\! $$ #5E@,' @;@1dd   b UIL @Y@EE?<'#3&&223 +7;2&#54;>54.#"'67367654#"=737#"32&#'54/&  Z;} %y=+EH' F- ^7N-HV1XR# // !8<R#--?V? ++)y+)2@/<ddIL@$#23+;2&#5473>54'"'67 R5}#\Ef! $$ #5- !B![cF@C$aE=4&'&47672>32>32&#"&47>=4&#"&#".7>=4&#"w+ LCEX+3D}q X1:h"f1A^C+XyTo7A:U--co6 @;%- h3--0lJ.-   F"ium.--FGM3$7j/ --FGM3,0BZ?9@6==4&'&47672>32&#".7>=4&#"w) 9VEX+'Pyu {B^B+X{Ro6 +?<%, h3--0lN-'  )hum.--4hN3 ,0B  o&3z@1'&@+bUUIL@Y@ $##$C +&#"&47>54&'&47672632#"'532654&#"w'\LEX+3D}q UOs@0 R-H):-Do-../mJ/- ;'qYbs{yA%,9J*:@7)<bUIUMA!-(#+372654'.4632."#"&#"69-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9L1>@;<:UIMA%###"+%327#"&5#"=4326=732#+%1!Fl1FZ=6p u%-H>?m;HJ/f?F@C!<b`UIM >"$!'&++676#"'&762'.#"6'54&'&76723632#"'&#"G3 }b˅χ 3L`3GR@ 1+' o5,6+?js+~ZiQ4!<%v,&3D[@X@< Z  U  S SK>>:7610-,+*'&!  DD +#"!!!!&#.7>=#&6735#&67354.'.73!7'.fH#- #- 413313%%&e%%&e313O!%3%y1 X1 =L# 6 3  #K>F XF =L#  2 %S@ 24 KPX@=bUS S  U M = >KPX@9bUS S  U M  >KPX@=bUS S  U M = >KPX@9bUS S  U M  >@=bUS S  U M = >YYYYY@SSPOLKB@;9760.$%%+&673546762#"'.#"3#3#3267"'&#"#"&54676767#&6734=V%%'ZV{%IR?6-5 y- - &yl=+1t'#~H;!$ K2!$T3 D %%'F To 5+5@5 2q1  ($1 a:!@3^P.)/')^4F 9 #@>=:  B p |wed <  b U  U  SUM= M =M= M >~{xurnlkjhfca_]OMIHECA?R!J#"""+32#"47#327.5732654&'.4"##"=27632675732632.#"#"'&#"''"5#!"'732&#'54; Ѿ=)9 +98+LJ^k# 9syR 3NfH)3/!+=/DPOc+Djg3jF P=H^8/;F9/8Z =67!h+3D;?Y'7ZJ- Ai`/ 9P!D+)D])>C72#)DR3Bb1H1V; ^]@ZO:<UM = M = K= M  > TRLJ?=40-,#" ^ ^#! +!"326"'&'.#&#"&47>54.'&472$3232654'&'&547632'&#"N-XR9bGs313323314)4)sb+E1\hc?Fhup5Nr+8oO?+Imit d%=L# 65  #K>5=L#  2 C^)R?O8-q.?kFTXHj1^{1%q.EYFj{LqG@4 #F@<  bb  TP =M=M  >Y@ED<:973210!"'"%&+!!&5.#"326##"&'.5432574.'&767267&'"'&fZj"G1b53gP}%3%Pb>HG)RBzYXi$*7 !OI9L3R -^.XT6G#S&07c,f61!( ,L!fX?',"$ 4R@O  .$<U S  SM >440/-,'"'# +?3762'.#"!!!#32676#"'&#573&547 'w#χ 3KaW''wn^U3 }b!'r= s+~?P %PЌ~+?y5@53} 3WK%PX@UTRQO1@*UUM= M>Y@ KHAE&&-(#! +4#" 2>32>54&''67>7632#"'32#"&#&#"7632767'67675H?b+^AnBe-6=J9K7+àRX3 = X;:; -%'373o/Rm!T`  hq yP5b0bq=%mTp=D\۶ξ-L1!oD#wj1;JQWy@v< S  SUM =  K  >RRKKRWRWUSKQKQPOEDBA>=<;8721.*'&!  JH +23#3#"'&5327!&#"&47>5#&6735#&673.'&472$654'!%&"sd&i- 4g- m 0w+)+F F ^2 2 *8>WF\,L @ 2-"+ ' 654&#"3265#"&54327327#""&54632#"74654&#"3267Vl+#L dVT^VyV1bd -)y^Hs\f\9HFy<$f%6yjJ)>l%%5TyG FFT- 7"{HTl%%5TyG FFT- 7"{L^23BG'?+R_@BY7'?bZXgL5D!&*1@ ,+*(&# "+ '&5!2'.#"3 726'&5&"5bw;# -+/YMWa+> F#'Q[\T+Fy[f.<I $-2ONP'0 .*&!"+ 5!23.#"32674&"2%462"&Vl}[#N)FwwEϼg/`DvFHr}}!kV%)+hڙc)`kXV75RZ}q%3@ @ <60) "+ ' "&54632#"74654&#"326732>54#"4632#".Vlg\݃d^;F Hy%'f%7=s`''/J%^X\Ϩ{lXn!eHT:!"/ FU<+.;ALZIob%wY]bq%T ;2 "+ ' "&54632#"74654&#"326732676727327#"547#"&54?654#"'632Vlg\݃d^;F Hy%'f%7=s: ))!zf -)}ZJjqF5< /){\JeHT:!"/ FU<+.;AV/'5sTR)7#}D +y-6M)7%{B N9P@IR PLHC3!"+326?4732#"/.+;2%'54732'4&+"=77%.+"4&"2%462"&1+ ?A -13;86q+?>%M5L9IDvFHr}}y-/; }FL@/+u/+//Zb/+4BAJkXV75RZ}1\@/"+&'"'>3264#"''7654.54>727#"'67\Nvyk{wJ=->j6bsչD}^?ÅPReQIZ"`qd2uTo^Zmr\_+H1<;nTkL|h1f7J?fPLPu#hT`^koQ7#+OUUP "+%!;2&#'54;27&'#"=730%+"!4+"=730%+";2&#'54;2%674'd4;7P77O 7on8P5q3>5P8nVhi/+''''ZOZ''Z/+''/1.+"+62327#"747654#"'654#'"57$72gL'D?bPoN#+@ XF+z=!V7bZd5oAf,RB)u?'9 ="T62 "+7654#'"57$72762327#"747654#"'5 +@ X GL'D?bPoN#C2?'9 ="T1/R3͞+z=!V7bZd5oAf,RB)R D="+4632#"'%&"'76232654/&54?&#".fP+9y=%'7'P=%1?#7))yN-F^Lbw>ۚRJ15/D'7d{H!!" a#TXN/FPN+skfH+) D% "+6'4&#"27#"&='675!27wq=5%dLssXB 47i  dk 9>ىBD:N+VfBu}wf+BIIC#"+#&'&;2�'54;&'#"757!32754&+"=737+">5&'+333%787PB Z ! 697 J69763 ^u;)Dd13H'%!0 01L''JI/.69DR @ @. "+!!4&#"32>2#"&54>+"=7!4632#".'&7#"'#"&543261t=-NJ%^X<-w7' DNq\=0);)F&m#k\nf?hj^Rv;\T'jbDt^u} !5ݻ@/)-)J!+:7ӵF/P^#y; /< 80%"+4.#"3276;2&#'54;"'56$3 32>54&#"7Za3dNhJD)3>5R{sV!>bP+T)'$  V}?i^M/+'''̚LV1'"3+L+D+0; 82-,("+232327#".#"'6767.576$3 32#"h^ɶJu=#Zs?#('#Pxץ`[R`ݬ<3ӿ(W^^K-DOD,1>` f lz53-J/qDZ"+46327632327.'.+'%'&#"'&#"'762>5#"'>54./װVN-' !)LO $)8^@#,'b14&s!#F9)F5#%1%= N-wDd/5'XB) iziͨ'(B`+/B`/%%1IӬZJ:'#o7fs3J=/ZX-G` =6#; 7D @84"+4.#"327677#"&'&#;2&#'54;"'56$3 32>54&#"7Za3dNhJD`Ze9V)3>5R{sV!s)'$  V}?i^{\ + `NM/+'''"3+-D90zY4-"+&#"#"/4.'732654&'.54632 #"'';2&#'54;2767=4#&=73673#"32&#'54;254;!v->/>H"hX4 = >X57F55-TrZ#  1f   =  / N=^/xX3"+;2�'54;274+"'7!'.57.+" #"'';2&#'54;2767=4#&=73673#"32&#'54;25= ) ?h!-'13'/"X " {R #P,a %!# )#/' Z+ " 1  1)%C    D$% /  >TrZ#  1f   =  /BD)"+7#!"54764#!"'673!67!267Kv:'fhZ'>! R5+s-13mr#>,;d;T u  F  ?D5 "+%3'&54>3 32672!"7>54&#"#!&'63`\)h F^!/- L-%TfGV %L -0!]l?fɠe>lZhd!'NƴHk\!dhZ?T5 "+33 54/3227&'!"#".54674#!>`\)h F^!/- L-%TfGV %L -0!]m?fɠdH=mZid!NǴHj\'!dh[="+!54&#"327#"5432FmqroF%uy'+q OH"+#"'3&70###&'3&'+&67>54'&5467.'&547367&746?B/ N -[ZcV !XV#ZoZ6 /TT ( XTd#53!C? +)'-! sd;!/bfU9d^%```;`Dn83R #ay-R> + jQJ^d*=9d\+o=T   -! "+23!7!654.#!"&54>?3RyT7V3w3m%54&'&546?3 F5/A% oR|=FX++#`buX1')@-/5bƃR u=X%''}y#"+'#6'4'4&57!"746?3!2 17V++'!V\u#%JZDW L!;R=; #""+462";2&#'54732654"'673EgGGg&2O1'5J~J^gGGgG-+//+- LG)+`S @ 8 "+"654!"6'6!"654&74632327&54>32&'#"'#"'#'67&546232^cN`@=   bb``   TUR >Y@87POLHFE?>7V8V#%#*%$& +'4&#"#"74>32#"'&63232654#"5>"&56762&#".7>54&BVTT2$#<+'D;uId`Ϗ +'!#3+\##JsVW - #!=>33+ +/-#7949)N?N?-qT#:!'ZTs > [3F-'-! '  3133!DJ1d@b a < ;KPX@Lb`  b  ` XUSU I N B@Mb`  b  `  `USU I N BY@`^[YTROM%$#*(*& +'463232672!4?654'&#"#"4&#"#"74>32#"'&63232654"5>BVTTToz5<;)JW2-H)5yxL(?2 F 1%#;+'D [}Z+K@50.@;d db`   TSINBY@-,EDA=;:43,K-K+%% +'%4&'&/!!#".54632 3"&56762&#".7>54&BVTT=>:; +{HLiOg#-      VVX - #!=>34+ 3-W 8g79{d%,   3F-'-! '  3133!FJ+Y`@] @<  bb`  SSR M =>YWMKCB*#+%% +'%4&'&/!!#".54632 3463232672!4?654'&"#"BVTT=>:; +{HLiOg#-      Voz5<;)JW2-H+5yxL(?2 F5-W 9g79{d%,   |3w*.ZH@+AM(3L3 ;uvnFUJ)% &"36^@43 32#"'&63232654"5>4&'&/!!#".54632 3BVTT1%#;+'D:; +{HLiOg#,      V+/-#7949)N?N@-qT#9 'ZTs> [-W 9g79{d%,   \"JM@K K*PX@7   b  ` ST S R >@?d   b  ` ST S I N BYY@MLJH=;64/.$B+'&#".7>=!'67323#4&'&/!!#".54632 33BVTTf$)== 33+3!f{uL=>:; +{HLjOg#-      V 31 ! '  31+Lj-nVf-W 9g79{d%,   !Z(H@2-+ " @,d dTUIMAY@*)BA>:8710)H*H,&#( +'%4.#"7267#"'&74>7632"&'6762&#".7>54&BVTT)1%k,7e@tKT6nŀC..0%UX - "!== 33+ --9#6SS"LJ0NL&#%,%% +'4&'&/!!#".54632324.#"7267#"'&54>7632BVTT=>:: +{ILjOf#,      V)1%k,7e@tKT7nŀC..0%-V 9g79|d$,   -9#7SS"LJ0:9RQNJHGA@9X:X75)' +'"674&.'32654#".5467&'&54632"&56762&#".7>54&BVTT'=N+;0"5J-5BuBJ>;q^?o}aV}VX - #!=>34+ +7.K)7 S+5PAb`XU V  U I M  A@?b``U V  U I M  AY@87jh\ZNL7B8B#%#*%$& +'4&#"#"74>32#"'&63232654"5>"654&.'32654#".5467&'&54632BVTT2$#<+'D;q^?o}aV|+0-#7949)N?N@-qT#9 'ZTs> Z+7.K)7 S+5PA.-`^RPDB-8.8,%% +'4&'&/!!#".5463232"654&.'3265&#".5467&'&54632BVTT=>:; +{ILjOf#,      V'=N+;/#5J-5BuAJ=;q_@o}`V}-V 9g79|d$,   +7.K)7 S+5PAK.PX@-b UQM =M >@+bS UQM >YY@MK?=1/%%1$ +'#"'>543;27"674&.'32654#".5467&'&54632BVTTA*? J`>!V/ '>N+;/#5J-5BuBJ>;q^?o}`V}ByhN% lT+7.K)7 S+5PA@ddIL@Y@ ## +'"&56762&#".7>54&BVTThVW . #!=>34+ +3F-'-! '  3133!1) @UK>CC+4.'&47327&#"&47>5314323314323=L# 6 4 #L='=L# 65  #K>1;Q-@*U K>=5>54.'314{~323314~z32301001002002=L# 6 4 #L='=L#  2 5  #K> $J==J#  #J='=J$ 1PMcy<@9 U K>edONpndyeyZXNcOcIHE/qS+4.'&4732726:332726:3327&#"*#&#"*#&#"&47>5>54.'>54.'314{~{}323314~z~z3230200200100101001002002=L# 6 4 #L='=L#  2 5  #K> $J==J#  #J='=J$  $J==J#  #J='=J$ 1X0@-E<UK= >OC" + "'.'&#"&47>54.'&47327:332776.'&47327+L#B$6(&011314323314hј +34 ",>1y5>C/0"+ $J='=L# 65  #K>=L# 66\P}%+ 66@.@<U >OI"+ "'.'&4732776.'&47327L#A@33fї+33 "-=2 y 5>C/0-1 66\P}%+ 66@ U0@-<UK= >CI" + "'.'&4732776.'&47327:3 7&#".7>54.'L#B@34fј+34 ",>1 y323323313020MZ/0-1 66\P}%+ 6 4 #L='=L# 4  1  #K>=J# 6 -h~>@;< U K= >jiusi~j~feqI" + "'.'&4732776.'&47327:332726:3327&#"*#&#".7>54.'>54.'L#B@34fј+34 ",>1 y{~323314~z313020MZ01001002002/0-1 66\P}%+ 6 4 #L='=L# 6 1  #K>=J# 6 $J==J#  #J='=J$  zM@J< U  K= >|{{|xwnmjTqI"+ "'.'&4732776.'&47327:332726:332726:3327&#"*#&#"*#&#".7>54.'>54.'>54.'L#B@34fј+34 ",>1 y{~{~323314~z~z313020MZ0100100200201001002002/0-1 66\P}%+ 6 4 #L='=L# 6 1  #K>=J# 6 $J==J#  #J='=J$  $J==J#  #J='=J$ 1i|;@8j<  U K >utgfc_\[MIqSBC+%.&#"&#"&47>54.'&4732726:33277>76'&47327&#"&47>&676&'.'+- V2j323314vu  R%/! :-! -IV{ L_'=;XC { 7&HP!7M?/2/7# %F\ 2 5  #K>=L# 6659C& C6#0\66(3,!aM6 2  1 )HR{$)wN4 $I='eI Z)@&U K>XWCCCC +%.&#"&47>76&'.'.73277>76'&47327&#".7>&y+- Vh|Kg+Q!9OB  {uR%/! :- - JV{ L_( =;XC { 7%# %F\ 2  1 *1{$)wO4 2 659C& C6#0\66(3,!aM6 2  1 )f{;@8g< U K >podc`\ZVSRaCCC+%.&#"&47>76&'.'.73277>76'&472726:3 7&#"&'&#".7>&>54.'u+- Vh|Kg+P!9OB  {uR%/! :- - |323314|a 7%I;010J^' =9X# %F\ 2  1 *1{$)wO4 2 659C& C6#0\6 4 #L='=L#  2  1 )IFj=J# (3,!aK7 %yI@Fz< U K >wvsom`]\SRqCCC+%.&#"&47>76&'.'.73277>76'&472726:332726:3327&#"*#&#"&'&#".7>&>54.'>54.'u+- Vh|Kg+P!9OB  {uR%/! :- - |{}313313~z|a 7%I;010J^' =9Xr02002001001# %F\ 2  1 *1{$)wO4 2 659C& C6#0\6 4 #L='=L# 6 1 )IFj=J# (3,!aK7 $J==J#  #J='=J$ 1Z.7@4<ZUK>'&# .- +%2676&#!"&47>54.'&4732>33#3%!<7O323314R%LB323GV}5  #K>=L# 6 4 #L=%F5@2 <bUM >  + '&5!2'.#"3272ߦox% -%+)vP/^Td Fh1K PX@UM>KPX@ZUM>KPX@UM>KPX@ZUM>KPX@UM>K!PX@ZUM>@"ZZUM>YYYYYY@)# 1.)" +%32>54.#"&47>54.'&473263 !"&TqBxyH7^u314413R%9ml)b@%\jlH! 3  #K>=L# 6釬 DK PX@.bX` U K  >K!PX@/b`` U K  >@3b`` U K = >YY@@>;743*)C" +%#'"'#&#"&47>76&'.73%&#"&47>&953  m61^{n5|T; R )l  o  e.=('( X )!* !\`T65 Mbq-6165V1/165 ,1BD!-.@+M =K=K>$$CC+&#"&47>54&'&473274632#"&;b  rw b;;b sw  b;LD;JR@;Hu{C65 C{q{C66C3LT4-RSBD -9[E@B M = K= K >ZYVRONIHEA>=86$CC$"+4632#"&&#"&47>54&'&473274632#"&&#"&47>54&'&47327BKD;JR?;H;c sw b<~~|{xtqpkjgc`_ZXTRNMJFCB=<95CC$"+4632#"&&#"&47>54&'&47327&#"&47>54&'&473274632#"&&#"&47>54&'&47327"&54632LC;JR?;Hhfb`JFB>;:541-*)$#*C +&47327"'.'&'&#"&47>54&'&473276732776&4632#"&?o`BZ (6(<9 b;;b  rw b;;b swcj "  #!RLD;JR@;H7660*+/+ - !  C{{C65 C{q{C66! 1  wN=3LT4-RS 1}9@= >O*C +&47327"'.'&4732776&o`BZ (6(<9 dj  !  #!7660*+/+ - !  66! 1  wN= {D]iD@AR< M =K=K= >hfb`\[XTPLO+C +&#"&47>54&'&'"'.'&4732776&'&47327673274632#"&;cswb<xtecXWRQNJGFA@=9E$$CC+&#"&47>54&'&473274632#"&&4732767327&#"&47>54&'&'"'.'&4732776&"&546323Żŵ~zc_PNCB=<95CC$"+4632#"&&#"&47>54&'&47327&#"&47>54&'&'"'.'&4732776&'&4732767327&#"&47>54&'&47327"&54632!"&54632 LC;KR@;Hvrd`PKIEK$$ +6?6'.#0'14632#"&&#"0*#*#&#"&47>54&'&4732703327?6&'&47327&#"&47>/&7V=3L@c;LD;JR@;H   RHK sw b;;b swRQ?\ n7 R{ZR {H PRR9c uvFL J?C3LT4-RS 65 C{q{C668-'66V u65 3f}O@K=>FB40CI +%&#"&476?6'.#&47327?6&'&47327&#"&47>/&w  RXR >3L@ RR ?[ n7R{ZR{H P RR 9c  65 N J?668-'66V u65 3 D_kzA@> M = K= K>srmljhdb^]ZP@<98-)AQC +&#""#*#'&#"&47>/&&#"&476?6'.#&47327?6&'.7327;3274632#"&>54&'3L@RR?\ n7  RzZNqw b~njgf[WD@?:95$$CC+&#".7>54&'.73274632#"&&#""#*#'&#"&47>/&&#"&476?6'.#&47327?6&'.7327;327"&54632>54&'=3L@RR?\ n7  RzZNqw b<;HLC;JRV7;`{F Nu{C65 C{q{C66C3LT4-RS{C65 3 65 N J?668-'66CMR63LT4-REvqzCV s%&@# <ddL>C+4&'&7672&#"&47>)b !;c sw b<f+% +L{C65 CL`5@2<b`M=M >#$%"+%#"'&5432"&'.#"327`;Zp ?cI83{V}VpjwN1A7);VsLb6H@E)5<ddbM=M >'"%%+%&5.#"326##"&'.543254&'&7672"'&"G1b53gP}%3%Pb>HG)RB)b !3R -.XT6G#S&07c,Wh)) +LX?',"$-#X=@:!V>< M= K >USONKG$C$$F +%&#"&47>54&'&7672632>32&#"&47>54#"&#"&47>54#"%E ?mb2/V -VXyg4};c sN D1t61DJND1Hry965 5{V1',#/=PD:Z}C65 GyV$$LyG65 GyVF b-->6@3UM >=;20&%#-+  +%2>54.#""# '&%672?!"%4#"326ByyG7_uQR1ĜZYhYMAMYZ1iu^8HyxBsRR%\jlH'dDR!]  釬٦Hlk\%BFh!)CK PX@ *)4"<KPX@ *)4"<KPX@ *)4"<KPX@ *)4"<KPX@ *)4"<K!PX@ *)4"<@ *)4"KPX@%ZbUM>KPX@bUM>KPX@%ZbUM>KPX@bUM>K!PX@%ZbUM>@0ZbUM=M>YYYYYY@CA86%$!c +!0&47>54.'&473263 !"&67#6'&'32>54.#"{314413R%9ml)d/#a2\N V`BxyH7^ua 3  #K>=L# 6釬9;LV[ w`6>*%\jlHb-6>X`T@QZI>< Y?7< bU M >_^WULJ:9/.,&$#64  +%2>54.#""# '&%672?!"67#6'&'&'&'476767&'"3267#ByyG7_u_1\N TR1ĜZYhYMAMYZ1/#`M\0^u^8HyxB`U` #R%\jlH] w_7=+R!]  釬!9;LV[6`w  \Hlk\%+ZVL;-5@2<bUM >  + >33254#"'676$3 )Ө+'+ %yo L6dTэPv7L5@2<b`M=M >%$#!+7473265#""&54632#"&7Tw38Jb@ qZ?ušTV;)7A1Nujp} "+3!!#&'&'5676=H#AA3/725T^wh?x3T}5HYeFP7/#XNLs"+&'&'#567673soq?#5B5F7k!Q];h-D+d +Ll+L`m{} "+%#6767!5!&'&'3GG@3/9-/R^woBt/X}5H^a9L;/\T`DV"+7536767#&'&`ZLHB;H3k!Q[i985k-+Lo+N`jwh'"+2$3&'&'3#67"##&'&'567673lX Jypu`{`)Xpj^3V\yh!A^u{>WZ#/1T7zqDN9/!ZNLk%`%% "+0567673&'67#&'&'5B js[R k7D$db)F7k#Obyf>f-B.fwjaNl`PLhqPferk3@(f "+'654'&'732DXy1hT 6l28hoZD%k/FVj%;3/9-/R^woBt/XoFl}or5H^a9L;/\T#-#"+!5!&%55$73&'67"sLgO|^_Vmm-uui\L^PhBmZn^NL`otjN/"+3$3&'&'3#67"###&'&'5676732e݁X Jypu`{`)Xqm߁j_3V\yh!BK_qu{>WZ#/1T7zlqDN9/!ZNLk%b}#f "+5!67#}jaRmf%}uʢAV3j^ "+!!#&'&'o\Rji^}wƠCT3}#f "+5!&'3flsURmh%}AV3j^ "+!!36767joqZWjh^}yĠCT3}j  "+!5!67#!!36767jaRqbloYRfo#}uʢAZ/}}CR5}j  "+5!&'3!!#&'&'flsURmho\Rji%}AV3}wƠCT3}NP( "+!>73!!!#!#&'&'567673B#?H1:0N7 FZ!+RX}dF+F7F/&|P}5N;L;/!ZN |P ; ( "+!67&')!>73!&/35#67!#!#&'3&'56767P-HPATF3\ 67iw^\*)t%)`{^wdu5?8Z\7D)'*@NX#/5R7^+#+\;T3/#XN%^NN#)("+%67&'!!5!>7!5!63!&'3#47!#ZKD5Nw9:7g7/ )T\yfFT7F:}//+h7N9/^L {#}P "+!!#&'&'567673#?H1A!+RX}d|+F7F}5N;L;/!ZN `P"+#&'7#567673")9/H+X1H3jT`/ D%417#h'N^mwVN# "+!5%67&'!5!&'3#4/%KD5/ )T\yf-}T7Fh7N9/^L `P"+73'673>7#&'&'52X 5A'<1H3k!QZ/7H 9. Rk%N`kwT  -+"+!!67&%!&'0'35#67!#&'3&'56767=GF3-HOt'iw^\*)%)`{^wdu)L7D?8Z*@NX#/5R7^++\;T3/#XN%` 1* "+&'7'6767>?#&'&'5567673"V ?%'NL'%A 1dP%h5F.u{ +H3h#Rb+ /%-7+7-%1 Tum`N m1 1jT\osVf"+'654'&'7327+A ?jh28hoZ{<)cj/;4mT/k9fwt61Dkh"+&'0#"''&'732767&'''..mN9G-4Rl5# X%hTj9]kH ;6FN!UW^kXhN"+%67&5477>7&'&'"'4775#J k% k35loY9k/-;3Bk [k3 #&#"273BnwF1HiX3 J1ߓ1H.vM;h ,&"+"32>7&'2654.#"#"&54632#"&546syR;c=% V_!'#!")\X7w ! 2G ;"+)"3!!"!!3!T3ì+=ZZts;\/ & "!"+)"''7&54;73#3#3!%!#"LIBLCT9K0*T12=~D(Ytdsr )r{;{u"+% !3#!!;\ɦ ={\{qodn1:J#nZ"+!2#!5!267!5!.#!Z3R>+!usLd7 & "!"+!27+'7#53#5!&#!!.3267R3LIBLC8L0*T12픕Dٱus *{Me;ys"+ !#53>7!5!.+5\ɦ >{\spodo1:I#o;VF""+4&#!";2&#'54;254&+"'523!2726?+;2&#'54;2-1-n7P5q45=AB764'#"'#.54>7>'#"'313?!'B313313323K_^L313313=L#  1  4 #L=5=M# 55 #L>d9!{."+272'&'&#!%2>76%!&4767 &'&473;50%3.1c`3:R335(/ ='') F%D;%G6 f 5 #|Rg/6!"+!7!{{}!  "+!5!#!!3'!s^^VoN{{  "+4632#"!!#!5!3;)';7+-^_R<32#"#".'#"&54>;J F_"!'w%:131)h%)'J%`5)-0$-5#6[ ?)Z+w0$#]/R13/ ?uw9 13159 "+4&"2%462#"&CwFHs}XZ)jYV85RZ}yTf "+"&4632=NT75VRTRnRO:7RP8  "+ '% 5!v/O o%"T i582><5"+4&#"#"74>32#"'&63232654"5>%'% 5!1%#;+'D Zo%"T i#8*- ,+(!"+&#".7>=!'67323# '% 5!3%)=>33+3 g{uv/O .32 ! (  32+Lj-oVo%"T iuL- + ( "+4&#"326267.#"#"'#"&63262ogT;-bLPZ;+5DNReѦݴPiըsJɘdFw`Fbw^m`?d"+3!!dV#"+#3{{#s# "+##33{s{w# `!#"+#3#3{{Z{{#ss)# "+##'33X{{wV{+{I-A 6m"+ #3#cVcum"+%3#3`cfVhcfu^"+3#4>32#4.#"eNsmFd1fLnhHDmNXs={N"+3#".533265eNsmEd1fLnNhHDmNXs=7"+%!2#"&#"#"&5463232D X-@5%#>P 7D8!#QVX!3%!/Dp=z7+#3HH  "+462"&462"&Z{VZ{VZ{VZ{V/;WR<9VR;VR;9VRf"+"'&'>3227#"&'&u7 yh1B;67 'T)o$5%$RiA;$w`)#1f "+"'&'>32327#"''&u7 yh1E=N@7 'T@GM-%$Ri$w`&U$y%! "+"'&'>32327#"&'&!5!57 xi1B;57 'T)o%5yb%RhB;%w`)#16ssuub3+"+"'&'>3227#"&'&7&#"'&'>3227#"&q7 yh1B;67 'T)o%4=5D7 yh2A;67 'T)n#$RiA;$w`)#11$RiA;$w`)b@="+"'&'>327&'&#"'&'>3227#"'27#"&''&q7 yh1''! 5D7 yh2\DN0"7 'T/9;67 'T(h&sN|#$Rib1$Ri&!$w`8;$w`%!oy#   "+&''67!5!5F3SL3;gyq'RXN\'_}ssuuy "+!'!5!7!5!!!N~[/vNrf.spwsu!u "+!5!5!5))ZZZZZZ "+!!!!!'!5!7!5!7!5!,^+:mNe+,u,_NZZZ+ZZZts  "+75!5o``?Z@s  "+75!%55wo``ZVw%X  "+5 5oo?Z@?[?#  "+%55-55unuo[Z "+%'%5%%L|^NNoj|[][H"+7'7%5'5 ęMNxMc\H+Z*["+75!7%5%%%!!'7 KNz$CBB$,N$֨`Zj|˔`k=N= "+75375%7%5!!'7%')#NN5 ,N$`zWjMZÝ`k_KLX+ "+%!".54>3!! 3NhLGoNVNsmGV{PX+ "+5!2#!5! 4&#PhKGoN}VMsmGV{Lo"+%!'7.54>;73### fONH\z@GoGN?VV%PimGV'Po "+5!037+'7#533 4&PGN@Vo;GoONGU|}V(QemGV'}} @  "+ 32!.>7!!!  oA e E y /*M}}  "+ 32%!. 3267  Ց y ߎŽ| | @  "+$$76 %7&$6''7 xWeMQeWPS xpRfeR_ge| |   "+$$76 $&$6' x[om"Y xm[\Z"ou} "+"&4632=NT75VR}RnRP97Ru}   "+"&4632!"&4632%#"&4632D=OT85VR'=NQ:5VRR9=NT75V}RnRP97RRnRP97R7RRnRPV+ "+! !@BzFm"+ #3#cVc+I1L5"+#!!oT%Z"+3'%2#"&#"X-?5%#=P3%!/A"+#"&5463232 7D8!#QV ?z7)#3HL<q  @  "+%>7.'# !#3  +d7+C\+v  !^1_1%q9Z/NqaNX'q @  "+)!!#3 3#!'o0|qZNX`Jo"+'&/76725hG L^߁CC!^L H# (NM'm"+7'&'63"'6hH L^!DD_L H ٸTMNT;hq @  "+!!'56 #!! 3l!v)^E.#=`+0]!qNXZ/Z;m'z3_1bu"+!5#"&'33267 ѿ7 NggyyDdgA]Y @@ >75@0b`UTIMAY@ ''S& + $$  32$".#&47>54&#"&'>7632cGuvmDFY.$$ *a< #%. =M&/) wvGFE(1!!1(/!%PLFPY N@ 37K#PX@1  b` UTQM>@7  b`U UTIMAYY@ MK+/'& + $$  32$463232672!'>?>54'&'"#"&WGuvmCFzL9 0IN7->Htq1#%*,C/"-wvGFEIH7X('0BH3C;C L*Zol.[LI,.A )-PY R@ 0 J @?  b  `  `U U  UINBY@IGDB@>97*(" RR& + $$  32$"#"547>32#"'&5463272654"&547>54WGuvmCF%*#)2%,dAz]8'Q]D1GeS,%2$+73X% ]nwvGFE)%$%1."Y;A@ kKhQ:A)('28Tf  rL^PY I @4  b U  U TIMAY@HG:832/+('$"II& + $$  32$3!2+.#&67>=#"/.547>73WGuvmCFB( p9C /  "#(#   wKc$wwvGFEZ 5K)!!1(5  (s+PY D@'-/!  <(;K#PX@2   bU U  URM>@8   bUU U  UINBY@CA?=$$3&'& + $$  32$4&#"'327#"'632#"'&54632326WGuvmCF9=1/=P5v+z{FEXt}F5""B!&$8?wvGFEb`h  r!f|&*&4@7b` U  UVIMAY@ ?>($(& + $$  32$32654&#"67# 467>7WGuvmCF_'4L7):X/@GALp5 @sJHHMwvGFE/kf?mRH&H&/H@/_X7Ug?B:PY 2x@ (/@)bUUIMAY@'%#"22&+ $$  32$"'67433!'WGuvmCF#+ /*1QL%P ˌwvGFE 62h h\ w PY %3?M@ -@*UU UIMAY@'&IGA@;:54&3'3$"  +"654.#"&5467'.546322654&/ $$  32$:&MB4+W>Jq`eH8|y8R'BH ( KGuvmCF;8R(#!o$+=^+CWleJj1&M:Usc^AV8J#'8BFwvGFEPY %@@ +@0UUU  UIMAY@ ?>($(& + $$  32$67#"3267>7.54>3 &WGuvmCF{'4K8)ƞX/?GALp5 @sJ$GHMwvGFE/kf?mH&H&0GA/_X7g?B:PY&2@O^K*PX@$  <@$   K*PX@6 bU    U  VIMA@B  b  b U   U  I VIMAYY@QPBAWUP^Q^KIAOBO&''S+".#&47>54&#"&'>7632 $$  32$"324."&54632-%# *a; #%. =M&/) yGuvmCFt(r"/#6c[69]f(1!!1(/!%PLFwvGFE(3\=? o;(W],PYO[i@MF-&D$7@5   b `  U T I M AY@ec]\WVQPLJ'''TS+".#&'".#&47>54&#"&'>763267>54&#"&'>7632 $$  32$.%# *a< *a< #%- =M&.) .%##&- =M&.) kGuvmCF(1!!1(/!%PLF(11(/!%PLFwvGFEPY t@U N L 37 KPX@A  b ` `   U I   VQM>KPX@@  b `X   U I   VQM>K#PX@A  b ` `   U I   VQM>@G  b ` `U   U I   VIMAYYYY@sqig]\TRKIBAb/'&+ $$  32$463232672!'#".#&47>54&#"&'>7632>?>54'&'"#"&WGuvmCFzK9 1IN7-=+`< #%. =M&/) ,&"Kpq1#%+,B/",wvGFEIH7X('0BH3C;C L!1(/!%PLF'2[kl.[LI,.A )-PY&2@y@$   W q @J  b  `  ` `U   U VINBY@BApnkige`^QOIGAyBy&''S+".#&47>54&#"&'>7632 $$  32$"#"547>32#"'&7463232654"&547>56-%# *a< #%- =N&/) GuvmCF&*#)2%,dAz]8'Q]D1GeS,$2$+73X% ]n(1!!1(/!%PLFwvGFE(%$&2."Z:A@ kKhQ:B*('28Uf  rK_PY&2@Dp@ A$ @?b  `U   U  TIMAY@FEona_ZYVRONKIEpFpDC&''S+".#&47>54&#"&'>7632 $$  32$3!2+.#&47>=#"/.547>73.$$ *a< #%. =M&.) GuvmCFB' p9C / "#'#   vLc#x(1!!1(/!%PLFwvGFEZ 5K)!!1(5  (s+PY&2@kFK1PX@NTO$   V HG <@!NT$   V HG   b b   U  U VRM>K1PX@D  b bU   U  U VINB@K  b  b bU  U  U VINBYY@jhfd_]YWSPMKEC&''S+".#&47>54&#"&'>7632 $$  32$4&#"'327#"'632#"'&54632326.$$ *a< #%. =M&.) GuvmCF>1/=P5v +z{FEXt}G5#!B"@(1!!1(/!%PLFwvGFEb`h  r!f|&*&4KPX@A  b ` `  U H   VQM>KPX@<  b ` `  U  VQM>K#PX@A  b ` `  U H   VQM>@G  b ` `U  U H   VIMAYYYY@fe_]UTNMLJFD&''S+".#&47>54&#"&'>7632 $$  32$32654&#"67# 467>7.$$ *a< #%. =M&.) GuvmCFs'3K8):X/?GBLp4 ?sJGIM(1!!1(/!%PLFwvGFE/kf?mRH&H&/H@/_X7Ug?B:PY&2@Y@O$ FEVK,PX@4 bU    UTIMA@;  b b U    UTIMAYY@BANLJIAYBY&''S +".#&47>54&#"&'>7632 $$  32$"'67433!'.$$ *a< #%. =M&/) GuvmCF#*/*1QL%P ˌ(1!!1(/!%PLFwvGFE 62h h\ w PY %3Zftf@XQO-KPX@5b UH V Q M  >KPX@0b U V Q M  >K#PX@5b UH V Q M  >@;b  U UH V I M AYYYY@$'&pnhgba\[WUNLEDA<98&3'3$"   +"654.#"&5467'.546322654&/%".#&47>54&#"&'>7632 $$  32$u:&MC4+W>KqadH8|y8S(BG ) .$$ *a< #%. =M&/) GuvmCF;8R(#!o$+=^+CWleJj1&M:Usc^AV8J#'8B(1!!1(/!%PLFwvGFEPY @Lg@> 7 A5 R @B  b `  `U   U VIMAY@fe_]UTNMLJFD''S&+ $$  32$".#&47>54&#"&'>763267#"3267>7.54>3 &WGuvmCFS-%# *a< #%- =N&/) .'4L7)ƞX/@GALp5 @sJ$GHMwvGFE(1!!1(/!%PLF/kf?mH&H&/H@/_X7g?B:PY (7lO@ Q UK#PX@<   b  `  U  I UQM>K*PX@B   b  `U  U  I UIMA@H b `U U  U  I UIMAYYY@"*)kia_TSPOMK<:0.)7*7$"((&+ $$  32$"324."&54632463232672!'>?>54'&'"#"&WGuvmCFt(r"/#6c[69]fbzK9 0IN7-=Itq1#%*,C/"-wvGFE(3\=? o;(W],]IH7X('0BH3C;C L*Zol.[LI,.A )-PY)7vK#PX@$U UQM>@*UU UIMAY@31+*%$  +"324."&54632 $$  32$t(r"/"6c[69]eGuvmCF(3\=? o;(W],jwvGFEd+.@0K PX@!M =M=M >K PX@!M =M=M >KPX@!M =M=M >KPX@!M =M=M >KPX@!M =M=M >K(PX@UM =M >@UUM >YYYYYY@0/ 97/@0@ . . +  %"32>'4'45<."'&5467632v-d"   mAb?3Cag>nL<;+uu11&;#< 7>7627367676?4'.'327&#">32737%%'&'.'&'.'%"32654.6763>32#".'&#3767674&'.'.'&'&72>76767>7654'&'#67>32'"&'".'&76326'&'"#&'.7"/#"'&74767&'&'"76'26.'&''&'>76726467>7'&3276767"'&5476327632676>76'#"'&71+ F ? +91' <!R& d4D"/!5)!#T#    2 o+5'%' /-@%#-1D;@ _< E 9B1w X9) @ 39B;=:ALwF{q7Xoq1TsuR1+ 5! ! 1h'ZN-'6 !WL95   7   !w1461D1 )%:%  9) @`! 91>N, :?  #   =X1n'-*^2 8'-VP5$^)B$6% >)   ' #5>'JD4-JRT%-'.-  / #R'%'/#Hq+W< -77-DF/ B!X%\j% TH+-JZ !CPpM,70fh}%3'oE }:r4K 5!0 <7F\"4  ;)9;-5X^Fy%+32327+%5&54675%632&'"'ph]5L+Dυ?ZJ^eXZLt. H/-<)=F>97=0)-;=BmZk$1H)$5#Th/ )1X.2Xfs@~uogd[RI20+"+'6%727232772654'674'674';2>54#&#"%7"&'#"'327;".#2>32#".5476$32"&54>?2!+"'&'263 232654'#"746X1ZD^%)'Rf4F%V)^wJ=9H9#bSY3\LG#8r N>bCH{8JCP#"4);'l6I'3HF{5b!_;L5NL?FL c+1+9ZH5!#?!%%6) !#nP= y L+1+RP7Mg /)AVJF`1-+#5gH1Fm- ^ "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e`)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  ; '/ @ .*%  "+ 5#"".54&#"632&4632#"$462"Sm+X\Z@ K?;6) "+462"&%462"&2332#""5#"&'4''676  6 5467&'77>7#6V7N77N78N77N8=!) 'Fl/>+3 Tˎgš3N#{/79DN"###"### #N'-%=ߠ? '?'j9_TN1풼V/ '0M@ C1-(% "+462"&%462"&277"/&'7  6 5467&'>#6767f8N77N87N77N7JRd3n!s7h)=ˎgǛD? ~6{#M6N"###"###}#6767B ' ;-"NZ'@sgǛD? ~6{#M6{ZZZZ56 -HQ#_9hj'?3+B 4! "+"32654#5&''7&'#5367'7675373#'5תqQY ^nZ ^lZwVrqTu`qXYs^{PqNjǍ6T`quwbqldx99r^oo`ks`{7f"+32$65!"4'63*^ ubo8ͤ)/2+y-9Fd#hDf"+5&547&#"!2&547ۺC\uRoˤ)1{1-y^e#mzhP'40"+" 6544&5&5467.53326533##'#5m͉wjijyqbq׬ɋ#"'{?=Rj`T>Dl'WHn')nP'j&""+" 6544&5&54323##'#5m׬ɋ#"' 첚'WHn')nL#""+%26& #"546?#53467337}٪HJ%'o'&oR % "+" 654& 543267'>7'&';}mkB#FmLѕ\Z5Ǝɋ 1)V/[^/ m`=9'"+"#"&54632!"5723'"&=46327>543) ?>7FhHT^B +!h-c%A;RJPP+'#/1'`{=/^Fv  + )1"+732+632'&5476'4&#"7'#"&546;ч`JB!}w{m=5CeFE'c+^#'9#L"5JoPj5!qhÏ?e`E&+Hy M:"+%72654&"4+"=73737337+"732&##'#"&547#''54;2'F? 6"hA;Hgt8r>hg>BA=Iej!Lbd`!wd;B q=3%><P^R-/PRJ\3&#'%6pD)%Z``7- -!_ӲdeZ-E%N @3-+"+7327654&#".#"7&54632/\r5@RRTŏs{PU{iXNRA3s]F\=muf|썘w`wR? 52"+ 654&#"'%./&+532276?673#"#"R`5-X@Be ) F.BB-G@d?BX #V`ՓӜ #\aRoHy))yjo;@$? "+672#"&'5! %$! 56D^=`<-ods9gh:p^Q?)wVVw-/+uZZu$?;s ,@ @ 4- "+264&#"%"32654&"&5467#6! $" 3! %'7!27&54JbgEH`bJbeGFbbT܌wHj5ŁD#9%1ywwVXw{VR{sZXy\Lf3o`!`2o+ ;4"+"32654&327#"&54>54&#" &546;&54$32D^_ED`^5-!TVD={w)?7&''67&'4'7ys/)+T)+Cp^--'FxV'= ˉ1^EO}R^E8x';BD+3u'F?#b'4by=6h'O+R?YmQuDs 1 "+7"&5463!2#"&5463!&74$32!2#!7654&#"#&?!JB!N!(?!mm)JB {TV{{ s7+;\7wQәZs);f9dgCf9;3"+?6?6?057%754/&54''4'7'49o`)+-;'/j:u3+L;+R'+X'=@D3!DT?8!99 {3HuC#^EP{T^E)'}""+&'''&'76#"'73+9#Rdv95udStV\!V^}){s#Rdw95vaSu1o7X C5"+$4&#"'2&''4'.'76?>32#"'+53267.'.'&A5hp Z+!9L#<7f%!BhD1 D[ωj%\Jo15^qoN' Ѩwd'/>?935+Dy-o'T/LXDVy:l B"h)=!*WW.*"+7632#67632>7632'#"'&'#"'.'632>767267672'3#"/3#"/he) \!hg !'m!#% ' /N# aHV!% {##+-'bk+ "% }#%}1 +ZP !pZӰ Dh ! q ?3RVZӰ  'b!!"+'#'6#53'73?3#y<ow!m{{!͊=l lL}""+"!5674&#"#"&7#".h?dh%2+iJXhTm^Jf+/u++?@>K>odju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ323'654'&'&'#"&)1F,?VR7Nm?c'=c/1L%3'{BR%obP+"+2$'#"&54632#"&546\H1NmZF0m!NTbPF\m5p`PF\l+""+ 5$'2#"&54632#"&546PNH1mZF0mHnNl!bPF\m5p`PF\lT^$R^g@~ma_]W1'""+%"&54!2>54&'7#" 67&'"&54>7>2'7;/#"&#"327654&#"6#"5'>''4>767>54#"76727254#";&BW)#)A#BC5HK%lB͐P9$_D?\PN}r8-- , 1  #-`9dVE$2'(Q:+% 4Q=-F=7oA ,5Td _? )-\$L7BXZPPiC?_5)   FJNJ!AFAB)?NlZF+T 1 ;J'5 C D9w   1 6/"+2#"&46'"325>76'&#>54&#"5BL+/HHV !-!h5-)+u#m j3HdtLRqcIuD;7HLfL5!@"+'M1h))m-N fQgPTlpPNmPNj DLZ@ TNIE8'"+%4&5&';"327&547&4&5&5432623##'+#'#56'632654&#"`NM[N]LmiKӚx{׬NNOL^[Jj#"21WH9{7#"' KL첚'WHn))')nBHJCCJH9ɋ7R#19GU@ OHE<62*$"+%#"&'&543267'>767'&'"&'467.>57267'67&'32654&˜4B#FmLѕ\9v\Z5O}s#FSGR6#FmK+)&S"`q 1)V/[^/ܭ2c/ m`vƎ0[p,],]1*W URS2^uȌ~PH! FU_ @ [VNHB%"+"327.547&4&5&543263267'>7'&'#"'3##'#532654&#">4&';NYq]TWaB"FmKЖ\Z55?YS'+NT8?A:wAd>eʅ##' 1)V/[^/ m`1k" XGo)&oDȋB_L0/fRV :6"+"326544'.54327'>7'&'3##'#5l?#bJϑ_151jm|ߨϋBw% 71/+V/Z\/ʑ hc75=}"{lM=l+Vv #A6{]""+276747'.7>76'27>'32767'&767626?67>767&'.'.'&#&'&76&"6'&'&'+632#&'&#'&#6'.'&676%&#"32#"'.'&'.76767#'7'5&'&547>767676762>7.#"#&'&7&'#"'&'476323&56767#67767&'&"./&'.'3&'&7&#"'&747626767&7>72'#"'&72636632&762#32746&'&"'&747676.'62"'>'&'&7476376/&"2"'&7#"''&762+ F ? +91' <!R& d4D"/!5)!#T#    2 o+5'%' /-@%#-1D;@ _< E 9B1w X9) @ b39B;=:ALwF{q7Xoq1TsuR1+ 5! ! 1h'ZN-'6 !WL95   7   !w1461D1 (%:%  9) @`! 91>N, :?  #  1 >X1o'-+^1 8'-VP6%^)B%5%  >)  ( #5='ID5-IRT%-'--  0#Q&%'/#Hq*X< .77-F/B Y%\k$ TH+-JZ !DPpL-7/fh}%3'oF }9s3L 60 <7E\!3  <)9;-5X_Fx%+54&v-VX - # ==33+ +uu1F4F-'-! '  3133!d+6 "+  463232672!4?654'&"#"v-\nz5<;)JX2-H+5yyL'?2!F+uu1L3w*.ZH?+BM(3L3 ;uvnFUJ)$ '"d+;$"+  4&#"#"54>32#"'&63272654"5>v-1%#;+'D;uJd`Ϗ *'"#3+\#"Jr+uu1:+/-"7949)N?N@-qT#9 'ZTs> Zd+.1 0/ "+  &#".7>=!'67354>323# 3v-%)=>33+3 g'kh{u+uu1132 ! '  41+Lk-UoVYd+1"+  4&'&/!!#".5463232v-<>:; +zHLiOg#,      V+uu1V-V 9g79{d%,   d+- $ "+  4.#"267#"'&54>762v-(1%k,7e@tKT6oāC..0%+uu1Q-9$6SS"LJ0543327v-)@ J`> V/+uu1ZyhN% lTd+#= @ :, "+  %"654&.'3265&#".5467&'&54632v-f'=N+;/#5J-5BuAJ>;q^?o}`V}+uu1 +7-L)7 T+5PB;RD)8$%LkVTA9JFBhLlSd+(  "+  32754'"4632567#".v- -&/'jJ}{uITC3)?a1+uu1!=B5P;D++%1A*d+(N` @ WO<)"+  "&56762&#".7>54&%"32>'45454."'&5467632v-VW - #!=>33+ 8"  mAb?4Cag=nL<;+uu1@4F-'-! '  3133!i1&;#< ;"8#- (8BI&$ ')F&+SDgZ2B5_t/.f  "+#!!!u5+6Vbef "+3#%!!5!!uu=3-VbeVJo"+'&/76725hG L^߁CC!^L H# (NM'm"+7'&'63"'6hH L^!DD_L H ٸTMNT)o->͵K(PX@2Z   SS  K =K>@0Z  U   SSK>YY@>>985/,+&%V2+#3#;2676&#!"&47>5#535#5354.'&4732>3H{#3%";6O323314S%LA313oPP}5  #K>RPP=L#  2  1  #K>,) K!PX@0 bS = K  =L>@. b   TS =L>YY@,,('&%C+#3#&#"&47>5#535#534&'&7672!!!;c sw b<)b !oPP{C65 C{HPPf,$ ,Lo-G@&) F6-@,bZU UL>Y@A@=82/%# GG +"'&'>3254.'&4732>3327;2676&#!"&47>5&7 xi1 314S%LA3137 g^3H{#3%";6O323%Rh=L#  2  1  #K>%Kc#â}5  #K>);>H@E3 <  S  U M =K>>>;964&CC +#&#"&47>5#5354.'&472$32"'&53265!"bZ313323314)4)sw+)+<}fN-P\=L# 65  #K>PA=L#  2 C^pb;+ImCD; K@.; @? KPX@Ab  bb`  UM ==M>KPX@Ab  bb`  UM = =M>K!PX@Ab  bb`  UM ==M>@>b  bb`  UQM =>YYYY@IHGF-D($!"% +674'&#"32#32767632'"'&'&54'"'5>763 7'"&'3&'9FP\H=9E#%>1% T7R{XZ%#J??Xwy9BHTj ?Dh+ qR}=H F6''!##XZR#h}+3bPFZ3:AV@S&#<;984. <dbbeM=N >"$&$&*# +%#"'#7&546?.#"#"54>3273327'%277] 7)!?RHy$]K@,ddbe M = >Y@:942/.*(#! 77 +347>7>3237332+327#"'&'#7#"=67#9%6 Y N1T1N1gg4'P$%!RfD*T #ny `EVV @7i HA-E9%K ;"-RK,PX@@:+%<@@:+%K,PX@-   U  SCM>@.   U  SOM>YY@#RRPOLIEB?>=;85320-*)#33#23+0/54;2'!;2�'54;254+"=730%+"!4+"=730%+";2#.=6BA6=P;5DD5=P!;6B;A6=O#;5D !9}RRRRRiRR 5(59DK,PX@ 76 B/*<@ 76 B/*K,PX@4b`D= M= N >@5b`O= M= N >YY@ @=:841.+(%!  DC +%2354&+"&54&#"#72>3+"63754+"5672+"61y ;  qk7-\R@ +';H=')SZ)';5'6hs +wRRgR/\@0*N7@$  UC M>Y@\\ZYVSJGEDCA?=3#333="+%054;054'&'7;2&#'54;254+"=730%+"66547#"=307+";2#.\;) eBA6=P;5DD5=P!;6BE/ =GD(NDd; ? {58eRRRRF)55 @_B%5`_@P4 K1PX@Eb  ` b  `D=  K =N>@Cb  ` b  `  UD=N>YY@__]\YVKHEB@>>=:933:3+%0546;254'7;2&#'54;254'"#'4&527673>?#6543#"'537+";2#.+#'B+%=P=%+ ?VX13khV' -"9H+9!RoC7/?k5 '& 9 RRw+ rXH'35  B\3#RF'?-7\-@ <:K PX@YM =M>K(PX@eM =M>@eUM>YY@+*'% -- +)"547676547!"'3!2!2#.Rd 5R"+ \^5 1; y'#kt8 LB17J @ < :K PX@YM=M>K.PX@eM=M>@eUM>YY@    +)"747#"'!2!2#.'fs#8CN%;}i#RyH7 N5/D@@?;:6 KPX@%bM=K= >K1PX@%bM=K= >@#bUM= >YYY@ 43/-(&$! D D +"654'27'64+&=37+"'.'3&''6767&546LR_P@7#+ #5AD JF P/'2 +#; /TB53H=3F>)+l8-)Xb+%519D107 A4oMPs-C@>8 +%K(PX@:b`U  M  =M= M>@8b`    UUM= M>YY@C@=<;9630-#2"#6!+327>76;2#0#"'3'&+;2�'54;254+"=730%+"% 7J3  q9 *C6;N;7BB7;N#;6CeT' CB97c%@RRRR9yC@ #(=8 @5  b `U  U U  K  >Y@B?<9631/"6"3#1 +4+"'57307+"327>76;2##"'3'&+;2&#'54;25+%=G>'+% 7J3  q9 .+'=P>%+PPT )  7Q%=RRR%+=@eM>Y(&& +6765&4>767467632#".P>dPD11s!; @b=P)@;}XAhúq9J}F}I\"FhwDs@;woK/m7  "+'67%>7'67%>7uTF/5D##41HTJ/5D!% 8/R1 !4 NfD/9E ?:72%"+%4'&'4632"&'.54>76767>76326"&5462>7675%\+ /0U FEA)`-;T #',gXZ{VZ{V+m3#'X%C#&21.,]3[V '7$#?() [FJ;VR;9WSB:Z/W7- @:d[ +%#5%#7yۚrB`7+ @9d[ +%53%3%?Ѯud %:\t7AP {miG;94$  "+#"542'4#"632723&#"0432&'&74327654&#"6274&'&654&'32>7632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?Lq`nfa2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654&#"-9g`9/~!+1JTCoP+݋V1;e5+!+!n>Xdm{s/!?P 4&'1{޼eǕMqlhdn~xpI"+'.7>676'&'&'&'&'&'.7>.'67>.'&767.'.67>&676'.Tq(REB1N3'3EiC'rk~L&L\~H,.{'->7Q<"!nZd/DŽ1] /LQH5+'@$APʫr[a6EVwtk MP^ 6S'1&.@GY/j8#6p*-  7_ SH3 '+;o2 ,2C:"&CFVaש>: Od.9 1Jl= !G& N_P $ ]aW$BL Z/)E7`\%,tQ:fq_lg`-"+".54632&'&'"32>7#"&547"'>7.4632&#"3276323254&#".54632#"''27654'&#"?jߖ{1''3 OB#3qzjg[=m '$+6e;1V͇+RlDTG1+!1iP-ޡy`;lJ8`ZP^7mV!78 +#npaqEH1XP5318ZGq=J##5^v6RvTk#wHd=NL{H "+!5!5!5eHRRPPPPNH "+!5!5!5N5-5HRRPPPPdX) '""+2"#!"$#52$3!2"#!"$#52$3462"&95hdn)BiFNH5hdn)BiFNH^Z{VZ{V'! ## #! ## #;VR;9VR#`) '""+2"#!"$#52$3!2"#!"$#52$3462"&!^P;Ӎ^R;Ӎ Z{V[zV/')))'))) ;VR;9VRy1^)N se/"+4632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 3 $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h3!]-5!Xoi)T}J!  !7'ju+@+?IN!x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde>!#P+:"+327#"7!''54;2654+"=73%+";26=732#'HJ$u>?)o7P5q3-ZVu/ydX9%'#8Z''Z"/7V`') ) h ';F],IU_;A]XRLE3)vdQJA<  "+327#"5!''54732654&+"'5737+";26=732#3654&#"2#"'&54632#!32%&#"&47>=4&'&7672632&#"&47>=4#"&#"&47>=4&'&76724632#"&&'"&47>=4&'&76723632#"'&#"3654&#"2#"'&54632#!32%4&'&7672632#"'"'6'&'"&47>=4&'&76724632#"&32'4&#"%HC#q9?(293K3j1+TQo/. & &VxAKc"^'\,FZ81a`6"8\I5Z'R#O8\DFZ81,&"*.%!*8\DFZ80BN=/)&ʟ. ' 'Vx@Kc"^k9 KZ*l3?en<8\DFZ81+'"*.%!*"1m7-/\T5#$!3-)%%VH-6R\%' )@<$~:Du$ 2E F1 #)`G&'FW6F F1 A;A+0..FF19#p*$1"@<$~:Du$ >;+MA;Hhy/ALFF1 A:@,0/.)RU 7 1AN[jy@woe`XRLG?5/' "+"'./472632#47632"&&'&'4632#&47632'"%4&54632'54632#"&%&54632#".'&74632'%4767632"4767>7632#"&'&5432#" !))!3%  % !$ '  #{#'}'%'  '  ##%  '1 )%#;#1#)   %; #!=)%)FT )NT +L- #% %:A   #'B#'1 ,(# "+327654&#"3>32#"'" "32rFPRy-G!+%;@7Lj/\Z3GVX} b.J1j{GL\[9o!!B#0B @ 72 "+%"  32767>54#"672#.#"/327''"'&54\Za eR]wio)5H5 TTX=Q^b1\Zal +T=ERh$"+%$#&47>54&#"&'6$762E:55:E\y+;8G?(#=L# 65  #K>H&39{!#ulD4"+4632!2672!'>?>54'&"#"&ZȼsX )J!qyU  F^!/-%pL(68BDf H/5DqmT%>-;JgoNhZhsB-HtpEHd) />FT9"+"#"547>32#"'&546323265%"&'47>56!-7% 5?N9+DcV+=}hJm~D9+N7BTN)98-79KF5'/-Zdc1r}Zd?#=9KV* tD20"+)2+".#.7>=!"/.5476>73-dy&;55BN%55;5)u83!-R=L#  4 1  #K>R% ?AR* "+4&#"'32%"'632#"'&54632326}^LH^{Q%1F/'/mjlR53f4;6Vb-b  /ɝ9+A':P\V &% "+2654&#"67# 476$7Z;PtT@Hb nduR#1cr?onw PILb o;n: Job-HS $afZ3"+"'67433! '1)7BH%B) Lzw7 :QN#CF %3 -&""+"654.#"&5467'.546322654&/Z9wfPBUas+oV;hV=en1>[V=51'9B#^DfυݥqK9wZeVs5;#Tf+)f &% "+65#"3267>7.54>3 &;PuT?Ha nduR#2bsnow}Ib o;o: Job-HT`fZ'5("+?3762'.#"!!!!32676# '&#573&547''z/%))'e}'|c'd'))%}&'q= s+>P $P֔=+V~@%K$ "+#&#"&47>=!735!73&'.'&4732776&'.7327!#E  n E'2Q= {P R$1I  */{  BJ% jV{965 9{VV?HQF 2 6#%! I'!665<'2*VJ*) "+32654&#"67# 47>7^ )LE-;PtT@{oCnduR#9if/yzm)P3D!wHb@Rym: Job-FVΙ&ym{$) "+7327654"4632#"&)?03P5wq^mDRXou;/LFú{H  "+"324&"54$323%;B$sTTZ^7L -d}h1jm#"+%$#&47>54&#"&'$762F955:EHx+)}?(#=L# 65  #K>9H'33{9"umM+("+767263!67&+&?>'.#"u17+7/B%3b0 ?N .=P;=*M}xsX)JB),9o-/5 b o(">e]ZN9"+"#"747>32#"'&746323265%"&'47>56!-8$ 5@N9+CbW+<}hJmD9+N7BTN)978-79KF5'/-Zdc1r}Zd?#=9KV* t= 20"+)2+".#&47>=!"/.5476>73'dy'<55BN%56;5 )u83!-R=L# 4  4 #L=R% ?BB* "+%4&#"'32%"'632#"'&74632326m_KH^{Q%1F0'2mjmR53f4;5Vc--b  /ɝ9+A':P\V &% "+2654&#"67# 476$7Z;PtT@Hb nduR#1cr?onw PILb o;n: Job-HS $afZJ "+"'67473! 'H)8AG%B( L{w7 :RN#CF %3 -&""+"654.#"&5467'.546322654&/Z9wfPBUas+oV;hV=en1>[V=51'9B#^DfυݥqK9wZeVs5;#Tf+)u &% "+65#"3267>7.54>3 &q;QuT@Hb nduR#1bronw%Ib o;o: Job-HT`fZ?GO @ NJFB"+!#&#"&47>7272&#"&472>&'!"462"$462"/71x) 5[l)65  N2bDDbBBbDDbBL "* @ )%!"+"32% 76$3 462"$462"ϓ㮚s[AcAAc>Cc??c3-Jӿh% lz%bDDbBBbDDbB 8@H GC?;#"+32>54&'&47327! '&4&'&47327462"$462"1/jdN- @} I; 7.- 煲;c^  {A'AcAAc>Cc??c-Vm-f?\xRy7 2  1  %E@/Vu,Jy= 2  1 ;JbDDbBBbDDbB-`'"+.73276&'.7327"' "&'&'.'&47327'&'.'&473277>&  (/gHT.l+#`  %  +=-'558.)4M (^*TI*/ qd =+KR#2  1 ZYRV2  1 8** -.- `6 0  1 BWw ()7 0  1 BX?D'-%q[E%"+4&'!&#"&47>5#"=46;54>7672#"&'&"!672#"&5463232654&5^*G6S ^wb5#"=46;54>767232+327#"'&52>54&#"Q6S ^wb3232+327#"'&5#"=6;47&# 632"&'.#"3272#"'&5467&1&΢BY 13'P%%!RfD= #397{I?cI83{V};ZpTXX  `E @s'HA-E95}/ ;q9L/N1A7);Vs@Vpjwϰ/&'j(2:DekiGA"s?zlifWO?;74-)&"+2>4&5463232632.#"'.'&'#"&54654'"3#"&54654'327#"'.6&#"2327#"&#">7#"&#">7#"&#"#"&"#"=4'&#"#"&54732&5&#"#"&547674#"#"&54767654#"&547>7674&54632676'4&54632632432327'>54#"#4+"26"5463274"326"7463274'"#"54>32'"5423254'#52"572""32>54.725432>32&54243632632>#"&/ #"47>54&5.##".547&543&546&54726262&5"'.42'&'42'&'4324&4274&54323267&'&'&5432>7.'&7472&542254&423'&54+67#"'#''54732654+"'5737#";2=732   !"  # "5432  '% !(    D3!!%dL!)#-&%RLF<  B6')#)% 3s+#"  7'+/ P %#!- +O#!-P# ! *1%1)H!L+5!0+%`g'!! !3 D+D o !k i   P -@?-lB )6--?D #H     !  ZF\@'# 1- !    ;%' s1  vV/HUZb ''F @^ !F4&546322632&'"#"'.'&'#"&5465&'";#"&54654&+2327#".6&#"32327#"&#">7#"&#">7#"&#"#"&#"#"54654'&##"&54732&'&#"#"&5476754#"#"&54767654+"&5476?654&546367654&54632632243237'>54#"#4+"26"7463274"326"5463274'"#"54>32'"5423254'#52"546""32>54.'624&5432>324&543243422?2672#"&/#"47>54&5.##".547&543&5472&547243262&5"'&54323'&542'&5432;4&4254&5723267&'./&7432>7&'&547254&572374&572'&5"54327f   1.P  $%!!)   D2#!$dM%)  ' PKG @!  B7+)"(' 3s )#" :&+/R  #!- +P"!-M!!+3#2-C !N-J;/)!$%`f'!-!/.  E -F l !k k ! O -?@-mA )5- 'aI  !H !  ZF\@&$   )1- !=  !;  u1   J  g7 /0M  )++) # 3%' + ) 1!P5H%-9Nj-!*$?BJ-'''#)XU': /#3HQ+)"#9mU # ++#'1%fJ /;IF# !)%5  -&32;  !  51 08"* /06!% &1   !  'LjiAVJ=]F`- " 0V 6   @ / :}\=/!     B qG?     ( +=5+ %   LN uD-9r QA3." "+632327# '&$#"&'>7&76$3 "32"'&'# 4&'&47327327&54&'&47327#R׮"dٙϲL/5<2 54&#"&#".7>54&+"&#"&47>54&+""'6743)2>726 V;c sN D1^FM[/F Jb  R7)`5*BqyF+6dh}7)  %B !Z}C65 GyVPJ:HyE65 Ey};hi{;65 ;{dgbw {)?Ldb-)SO;%"+632654'&'&'47632'&#"#"'&%632654'&'&547632'&#"#"'&b-%H-Lib?Fhuq5Nr+8oO?݅-%H-Khc?Fhup5Nr+8oO?݅+ o6/q.?kFTXHj1^{1%q.EYFj}-V o6/q.?kFTXHj1^{1%q.EYFj}-V7D2ecI0"+'.#"'"&#&5632654'.'&547672'.#"'"&#&5632654'.'&747672^#D#=_=P^RYj}%'F!j^w+D{q##C#>^=P^RXj}%'F k^w+D{q }=V`2cVN)``u}p( ^L\^:Zjb6}=V`2cVN)``u}p( ^L\^:Zjb677"+3#&#".7>/!"&#"&47>7267y Z833 j  XMC) > % o7u LR%'#^ // 65 -65 1X5 Jm : , "+32654&#"32>54&#"&47>54&'&4732632!"&y\3HIL+ 33J`+\wb<yH+'BdN`1RP-v! HKHuN!{ ӮeJ/+"+!"&47>54&'&473632!"&732>54.#"uwb<"'.+;2676&#!&47>54&'&47!272'.+"3oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7#K  )f+i D+u h5 ;y{;57uf?%J ="+!"&47>54&'&47!272'.+"3267>'.+&os??s;5/ #/%fla%31j@BA =m1@b5 ;y{;5o#uf='%I  DKPC  J${C6N+"+4&'&7327% 4!2'.#"32757XI\{^R?'5qBV\91 !$#"Po%bdFPJmI"+4&'&47327&#"&47>=&&#"&47>54&'&473277+^kw b;;b rm^++^lwb<554&'&47327267>76&'.7327&!-'\;cswb<54.'&473273d#3%!<#y323314SX323GV}5  #K>=L# 55 #K>DuB "+ "'#&#"&47>76&'.73%&#"&47>&'7T RKBZ-& >7<   N()'0  bT  q?65 MT&#'5356TI65 4,3B64"+%&&#"&47>5&'&47'4&'&47327#&CD% 1b  {I\{b15R 1b {\J{b2 3+BT2G{{565 7{1? 1 '+{7556{'Nh "+"32654&#"$5432Pwlp{oi'$yhJ5/$"+3254"&#"&47>54&'&4732$32#"'1RP);cswb<54&'&4732$32#"&/&'&2>54#5Fqwb<32'&#"#"&'&T-%DB[rDJE/Tw5L7JBJL%? 75m7`PTRfL3>8dB+X>XMZq f9f."+&#"&47>54&#""'6743;272#.#">x  nj y=1Z`F!7) Ϩѻ8LoDI65 IwET { T?4"+4&'&47327#".54&'.732732>5Fd 1=  dFJtV8;b  sw  b;F`5{E55F{ )GVk}C55D}&<^R9w,"+&47327"'.'.732776&K-[ (6)<7%8G  pjO" # m551*+J/+V< 55 @Ii N>^= "+76&'&47327#"'##"'.'.727677!#P5PZ );+-703#:I  R 5>#%wLQ55:-+[+ +X= 55HDo  ZfM"+%&#"&476?6'.'&47327?6'&47327&#"&47>/&w=R{mQ L 3N> hy ?\ o9jyTDhFP- 1_C RR 9^ /)65 dNE55<Z 550; NA65 8>"+%&#"&47>=4&'.'&47327?6&'&47327FyF 5JA {Z  T'7)"+3%2>32326?2%"5477''674} ))/d<$NT'=-/wq5/)BdDX?? { N3 "+!"5463!2/kL?JA+Z+^h7F D=7"+3#&#".7>/!"&#"&47>7267#"/7>32y Z833 j  XMC) > % o7u LR%'#o/R1^ // 65 -65 1X5 !)-h7E ?97"+3#&#".7>/!"&#"&47>7267632#"&547y Z833 j  XMC) > % o7u LR%'# N''' ^ // 65 -65 1X5 1/! N7B ;87"+3#&#".7>/!"&#"&47>7267&''67y Z833 j  XMC) > % o7u LR%'#RF4RL3;^ // 65 -65 1X5 q'RXN\'_#7P H:7"+3#&#".7>/!"&#"&47>7267272#"'&#""5>32y Z833 j  XMC) > % o7u LR%'#B#"f9L:5A 5\3X@$^ // 65 -65 1X5 XXg+#%%%Rm47@I @ GC?:7"+3#&#".7>/!"&#"&47>7267&462"%462"&y Z833 j  XMC) > % o7u LR%'#!A_AA_BA_AA_A^ // 65 -65 1X5 _AA/-Bo/AA_?B7AK @ JD=87"+3#&#".7>/!"&#"&47>7267"26544632"y Z833 j  XMC) > % o7u LR%'#JV55V7fHFjh^ // 65 -65 1X5 }:+);;)+pdbHFd ;`@"+36&'.73!272'.+"326762"'.+;2676&#!&47>=!"&#"&47>7 ((8x3Z  ;50#.%gla%7-oD =  > Hk-%7Vo 1%$ce s?%%X S9tHP3u*b %--5?uf?%#LBMX<D+;'u х5 ;y--65 5V^H4*"+'7&54>32'.#"327#"##"'473254 ZКH+'BdN`1RP-v! dBAN)f eHKHuN!{@&Mk"+ TPJ5h@OMF2"+267>"'.+;2676&#!&47>54&'&47!272'.+"#"/7>323oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7!/S1#K  )f+i D+u h5 ;y{;57uf?%E!)-J5h@NHB2"+267>"'.+;2676&#!&47>54&'&47!272'.+"632#"&5473oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7 N''' #K  )f+i D+u h5 ;y{;57uf?%E1/! J5N@KDA2"+267>"'.+;2676&#!&47>54&'&47!272'.+"&''673oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7F3RL4;#K  )f+i D+u h5 ;y{;57uf?%/q'RXN\'_J5@IR PLHC2"+267>"'.+;2676&#!&47>54&'&47!272'.+"462"%462"&3oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7B^AA^AB^BB^B#K  )f+i D+u h5 ;y{;57uf?%G_AA/-Bo/AA_?BJh!0.'"+4&'&47327&#"&47>5#"/7>325632#"&5475&''675462"%462"&54.#"6"&47>=&754&'&473632!"& ]]Ekbg9-Dd?=8\wb32&&#"&47>5&'&47'4&'&47327#&B""f9L95B! 5?%pD% 1b  {I\{b15R 1b {\J{b2 3+XXf+#%%%Rl3T2G{{565 7{1? 1 '+{7556{'Nhh & $"+"32654&#"$5432#"/7>32Pwlp{oi'$/S1yh!)-Nhh % "+"32654&#"$5432632#"&547Pwlp{oi'$) N''' yh1/! NhN " "+"32654&#"$5432&''67Pwlp{oi'$+F3RL3;yh}q'RXN\'_Nh 0 ("+"32654&#"$5432272#"'&#""5>32Pwlp{oi'$mB"#f:L95B! 5\3X?%yhXXf+#%%%Rl3Nh  ) @ '#"+"32654&#"$5432462"%462"&Pwlp{oi'$@A_AA_BB^AA^Byh_AA/-Bo/AA_?BN? G "+%2654&#""$3!272'.+"3267>"'.+;2676&#!\ZXAu{ph+<50 #/%gl`%8-s@ =  > Hk-:#Vo /'+bBCuy5JFo#uf?%P  { D+)9u ?Nh# "+"&#"''7&543272654Pwl8y_;]'ߔq[;Vr9{oyV)Oh;'~0'z~qǾh4CA:"+4&'&47327#".54&'.732732>5#"/7>32Fd 1=  dFJtV8;b  sw  b;F`5/S1{E55F{ )GVk}C55D}&<^R9!)-h4B<6"+4&'&47327#".54&'.732732>5632#"&547Fd 1=  dFJtV8;b  sw  b;F`5 N&'' {E55F{ )GVk}C55D}&<^R91/! N4?85"+4&'&47327#".54&'.732732>5&''67Fd 1=  dFJtV8;b  sw  b;F`5F3SL3;{E55F{ )GVk}C55D}&<^R9q'RXN\'_4=F D@<7"+4&'&47327#".54&'.732732>5462"%462"&Fd 1=  dFJtV8;b  sw  b;F`5B^AA^AB^AA^B{E55F{ )GVk}C55D}&<^R9_AA/-Bo/AA_?Bh L)"+632#"&547&#"&47>=4&'.'&47327?6&'&47327 N''' FyF 5JA {Z  T'J55+"+3254#"4&'&47327632#"'&#"&47>51RP)\swb<- {C55+E7#o5}a865 C{P - "+462"%462"&&#"&47>=4&'.'&47327?6&'&47327A_AA_BA_AA_AFyF 5JA {Z  T'J'I?."+%4&'&47327'"&546323264&'&47327&#"&47>532'&#"#"&'&%632654'&'&747>32'&#"#"&'&-%DB\sCJE/Tw5L7JBJL%-%DB[rDJE/Tw5L7JBJL%? 75m7`PTRfL3>8dB+X>XMZq f 75m7`PTRfL3>8dB+X>XMZq f<"+54$!232#"'&'632654&#"'74&# &#".7>+J=ĐwO)!"?H5'Zu/ V0"R  Iw  b;+mX \E^dZ%+!=65 CLq D 8m L?5"+"32%"'!267# '&$#".'>?&576$3 4&'&47327#".54&'&4732732>5ϓ㮚! %R`#`؝ظ>#f ; %3Pڦ[Fd1=dFJuV7;cswb)=WM0T lz{E55F{ )GVk}C55D}&<^R9NR 4@k eL:5"+4&'&47327#".54&'.732732>5"32654&67'$'.#".'6767"#"$5432wFd 1= dFJtV8;b  rw b54.#"6"&47>=&754&'&473632!"& ]]Ekbg9-Dd?=8\wb/!"&#"&47>7267wdB^y my Z833 j  XMC) > % o7u LR%'#5PR^ // 65 -65 1X5 5DKGE/"+"&5467"#".7>/!"&#"&47>7267&#3273#X{|`  XMC) > % o7u LR%'#833 ^f3\2!y 5^PI35 -65 1X5 // 6T7-5DEm^ ^h .'"+632#"&5472'.#"327# 54>\ N''& H+'BdN`1RP-v! d1/! HKHuN!{ Ӯe^? +$ "+#&'7672'.#"327# 54>ug;2QH2@H+'BdN`1RP-v! `$XTL`$HKHuN!{ ӮeJ? ': 6* "+#&'767"&47>54&'&473632!"&732>54.#"wg;2RH2wb<54&'&47!272'.+"3267>"'.+;2676&#327 X{|`ds??s;5/#/%fla%7-oCBA Gk-\Vo!/'!'_f%"JD!5^PI35 ;y{;57uf?%#K  )f+i D+u hT)+%JDEJ5J K='"+#&'767267>"'.+;2676&#!&47>54&'&47!272'.+"g;1RH1oCBA Gk-\Vo!/'!cds??s;5/#/%fla%7`%XTL`%#K  )f+i D+u h5 ;y{;57uf?%NV 8#"+327#"&'4&'&7327% 4!2'.#"327wdB^y 7XI\{^R?'5qBV\9VPR1 !$#"Po%bdFP1h <-"+632#"&5472676&#!"3&47>54.'&473273= N''' і#3%!<#y323314SX323Gd1/! }5  #K>=L# 55 #K>D#6) "+;2676&#!"3&47>='754.'&47327#G)#3%!<#y323#314SX323=_}5  #K>nV>h=L# 55 #K>rBh DB*"+632#"&547&&#"&47>5&'&47'4&'&47327#& N''' D% 1b  {I\{b15R 1b {\J{b2 3+d1/! T2G{{565 7{1? 1 '+{7556{'BJ A?'"+#&'767&&#"&47>5&'&47'4&'&47327#&f;1RH1AD% 1b  {I\{b15R 1b {\J{b2 3+`%XTL`%T2G{{565 7{1? 1 '+{7556{'BJ8"+%&&#"&47>5&'"=774&'&47327#"&546323265.CD% 1b  {I\{b1!X1b {\J{b29`V;F"&%H:>5BT2G{{7 11 :{1= 1{9 11 8{ 2K<'EB%mNh)5 @ 2,# "+#"&54?62'"54762"32654&#"$5432  J. x 1#3=wlp{oi'$z %3   -ɸhJh BM KD9)"+632#"&547&#"&47>54&'&4732$32#"&/&'&2>54# N''& 5Fqwb<54&'&4732$32#"&/&'&2>54#{g;1RH15Fqwb<32'&#"#"&'& N''' -%DB[rDJE/Tw5L7JBJL%d1/!  75m7`PTRfL3>8dB+X>XMZq fTF!<2"+'7.'&'632654'&'&747>32'&#"#"'473274D XL#-%DB[rDJE/Tw5L7JBJdBAN(f f 75m7`PTRfL3>8dB+X>XMZqx D&Mk"+ TPT!J 50"+#&'767632654'&'&747>32'&#"#"&'&f;1RH1-%DB[rDJE/Tw5L7JBJL%`%XTL`% 75m7`PTRfL3>8dB+X>XMZq f9Ff@6"+'7"&47>54&#""'6743;272#.#"&'#"'47327& bV y=1Z`F!7) Ϩѻ8LoD>x  k$dBAN(f 5 IwET { T?vI6V&Mk"+ TP9f6# "+#&#"&47>=#5354&#""'6743;272#.#"s>x  nj y=1Z`F!7) Ϩѻ8LoDPI65 IPwET { T? I ( "+"2654&4632"4&'&47327#".54&'.732732>5+55V79fHFjhNFd 1=  dFJtV8;b  sw  b;F`5s:+);;)-8dbHFdD{E55F{ )GVk}C55D}&<^R9{R 1$ "+#"&54?62#"5476324&'&47327#".54&'.732732>5  J. x 1#3Fd 1=  dFJtV8;b  sw  b;F`5 %3   -Z{E55F{ )GVk}C55D}&<^R97h 7'"+632#"&5473%2>32326?2%"5477''674 N'''  ))/d<$NT'=-/wq5/)d1/! BdDX?? { 7D 5% "+4632#"&3%2>32326?2%"5477''674}LC;JR?;H ))/d<$NT'=-/wq5/)3LT4-RSBdDX?? { 7J 4$ "+#&'7673%2>32326?2%"5477''6747f;1RH1 ))/d<$NT'=-/wq5/)`%XTL`%BdDX?? { 1f@1"+2'>54#"542676&#!"3&47>54.'&473273b7D+\B;@^#3%!<#y323314SX323GfZ;=L3# X)%TE}5  #K>=L# 55 #K>D9fJ 9'"+#&'767&#"&47>54&#""'6743;272#.#"f;1RH1 >x  nj y=1Z`F!7) Ϩѻ8LoD`%XTL`%I65 IwET { T?9f.D5/"+&#"&47>54&#""'6743;272#.#"2&7>54./&746>x  nj y=1Z`F!7) Ϩѻ8LoD;Yl;J DEI65 IwET { T?HXTy)@  M3T!@;'"+2&7>54./&746632654'&'&747>32'&#"#"&'&;Xl;K  DE-%DB[rDJE/Tw5L7JBJL%HXTy)@  M3 75m7`PTRfL3>8dB+X>XMZq fJD!-*$"+4&'&47327&#"&47>54632#"&54&#"Vy;+PN\obo71b!';1% X573ms1#LF %XCjp V9"+2#"&'.#"327#"&546`\}# +$7O1)RK)Z}T6& mr?Y'X+ywy/0/&"+.#"326"&5463254.#"'67327#  77=;'#DEh{o\-^C@w91b  Zmd;to+w7 !5 8# "+27#"&4632!4&#"BbP)Xyb1*O)+-9)X+wr!?['5L1L1VH3* "+#"=4;4632#"'."32+;2&''54;2XAZX)+)5! w6+ 1 5Z)'!/)#cZ07 -- ;y77DS NG;81"+"'&'"#"'272>32#"&547&546?&5463263232>54&#&4&#"32>D  FVB&=%%=5׊T}iB!JVB37:'/!w#DNEw?J-:3%10 7LVd$?5/7`i@KRB?AFATi=%!%R\-+;zN?1H-337E"+;2&'54;>54.#"'67367654#"=737#"32&''54/&  Z;} %y=+EH' F- ^7N-HV1XR# 00 !7=R#--?W? ++)x,B!*c!"+&#"&47>=4&'&47672>32>32&#"&47>=4&#"&#".7>=4&#"w+ LCEX+3D}q X1:h"f1A^C+XyTo7A:U--co6 @;%- h4--0lJ/.   F"ium/--EHM4$7j/ --EHM4,03-  "+2 &464&#"326sͤ#R@3CVA+F-{syukB =&3.("+&#"&47>54&'&4767262#"'532654&#"w'\LEX+3D}q UOs@0 R-H):-Do,.- /lJ/- ;(qYbs{yA%,;3"+.#"32>>32&#547326="&54632   5/;<}"o1 =Dh{ou/b  Xo^H! 1/ !7to5"+327#"&5#"=4326=732#+%1!Fl1FZ=6p u%-H>?m;HJ/- 4""+32>74&+"=737327#5"74&'#"=737(0   Z707!N %' 75 +Z1#fG .)o?Z'%8 +&"+.54632.54632.54632ojuH5VF Tb9 UjuH5VF!Tc9 ZjuH5VF!Tc9 +'{s_1'C83-'{s^2'C83.'{s_1'C83-P;)> 2*"+2&7>54'.546!2&7>54'.546!2&7>54'.546T^A.d{BJ3ZT^A.d{BJ3ZT^B-d{BI3Zz3-d,-1J$#_z3-d,-1J$#_z3-d,-1J$#_B# "+%" "32\Z#\[9o!!f+  "+     u1u ^^ut^N+  $(,048<?E'@$CA>=;97531/-+)'%#! "+!!!!%!!!!%!!!!%!!!!%!!!!%!!!!%!!3#!!'3!!FHuuuuuu_kkdq5+777?888A8887777588877776715o7V )`jt@ϊqmhcD4 "+!!'3077637+"'.+5"'.=>732326;+73267.'#"#"'&+2654&"462#"&3233676323.'77676?#3276767>36;'"#"#'6=&'&#"+'#.+'7!!XB# 81     9b@+9- Pq D 3iN@ &-1!>/k!!+1E22"!3r) -- 9#9'A-L !C%5#  5/+a9-5T R,1R%+1  1'))y)D= d {w3  3^D+" !Z P??]1H+%9+% 51G#11E12V 1yF #1'#/XNN -#+ 1%+  *%= 21 L#'/37;?CGKO@MLIHFDB@><986410,*%$ "+!!335#535335335335!5#33#5!#5#!35#5#!35#35#535#5##5#LE5dd555V5H!9%/+ ))55FpJ7BB>>>>1PB884F-7L6@C]@FDBA=8"  "+!!#332654#"4632#"&27'"'#"&5463232654#"'7!##########!!L?"#?=6J;1#-%T'))3#$>1#+@1) -) @5V5>7;8;7<7+F7/F$+C3PK9Y7F)qZ 7X7#1Pd-E#+CcO{\P! "+"2>5<.' # 46h7#7N8" #3!B7JJl4994lJJ?>`-;V8#"+%$#.7>54&#"&'$762E:559FHy+)}?'#=L# 63  #K>9H'33{9"um\+("+767263!67&+&?>'.#"17+7/B%3b0 ?N .=P;=*M}xsX)JB),9o-/5 b o(">e]ZH9"+"#"547>32#"'&746323265%"&547>54!,8% 5@N:+CbW+<}iJlD9+N7BTN):78-79KF5'/-Zdc1r}Zd?#=9KV* t/20"+)2+".#&47>=!"/.5476>73dy';65BN$56;5)t73!-R=L# 4  4 #L=R% ?BH* "+%4&#"'32%"'632#"'&54632326s_KH^{Q%1F/'2mjlR53f4;5Vc--b  /ɝ9+A':P\F &% "+2654&#"67# 476$7J;PuT?Ha nduR"1bs?now PILb o;n: Job-HS $afZq "+"'67473! 'o)8AG%A) L{w7 :RN#CF %3 -&""+"654.#"&5467'.546322654&/Z9wfPBUas+oV;hV=en1>[V=51'9B#^DfυݥqK9wZeVs5;#Tf+)X &% "+65#"3267>7.54>3 &;QuT@Hb ncuR#1cronw%Ib o;o: Job-HT`fZN "+!"5463!2/kL?JA+Z+^D($"+4#"'673632#"''6532>54&#"Vy;+PN\obo71b!';1% 583ms1# KF %XDjo V9J"+2#"&'.#"327#"&546`\}# +$7O1)RK)Z}JT5'!ls?Y'X+ywy/0/&"+.#"326#"&5463254.#"'67327#  77=;'#DEh{o\-^C@w91m  Zmd;uo+w8 !5 8VH3* "+#"=4;4632#"'."32#;2&#'54;2XAZX)+)5! w6+ 1 5u)'!/)#cZ/7 -- ; ym7DS NG;82"+%"'&#"#"'272>32#"&547&546?&5463267232>54&#&4&#"32>D  FVB&=%%=5׊T}iB!JVB37:'/!w#DNEw?J-:3%10 7LVd$?6/7`i@LRA?AFATi=%!%R\-+;zN@2G-437h6"+67363232&#5473>=4#";2&#5473>54'"\E\R! N1 f1L R5}# !h% $$ #\! $$ #5V!L)& "+&#"&47>=4&'&476724632#"&+X;LX++L4)>3/7?1-: m/--/mfL)-d['54.#"'67367654#"=737#"32&#'54/&  Z;} %y=+EH' F- ^7N-HV1XR# // !8<R#--?V? ++)y+)"+;2&#5473>54'"'67 R5}#\Ef! $$ #5- !B![c!"+&#"&47>=4&'&47672>32>32&#"&47>=4&#"&#".7>=4&#"w+ LCEX+3D}q X1:h"f1A^C+XyTo7A:U--co6 @;%- h3--0lJ.-   F"ium.--FGM3$7j/ --FGM3,0BZ?"+&#"&47>=4&'&47672>32&#".7>=4&#"w) 9VEX+'Pyu {B^B+X{Ro6 +?<%, h3--0lN-'  )hum.--4hN3 ,0B  o&3.("+&#"&47>54&'&47672632#"'532654&#"w'\LEX+3D}q UOs@0 R-H):-Do-../mJ/- ;'qYbs{yA%,;J3"+.#"32>>32&#547326=#"&54632   5/;<}"o1 =Dh{ou/m  Xo^H! 1/ !7uo5Bo."+&#"&47>=4&'&476723672#"'&"w+X9EX+3Dyu fP)93#3 j0--/mJ/-b6 /@#%9J*#"+372654'.4632."#"&#"69-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9L1"+%327#"&5#"=4326=732#+%1!Fl1FZ=6p u%-H>?m;HJ/-=4""+32>74&+"=737327#5"74&'#"=737(0   Z!"+"654#"=7307"#"&54632727654'.#"=737+53 V-X9!H-5!A)J' 7'  ;  " K/1H $5e+ "-%L#!"+326?2326?!"547#"'673>707!N %' 75=+Z1#fF -)o?9 !  "+3264&#"4632#"&%3##5#5353utwwuɋƎu??馦ȌƮ??9   "+3264&#"4632#"&%!5!utwwuɋƎ%^馦Ȍo?N'u O ;$"+%267&#""32>54.&''6'5"&543254'767>32#"'-/'?HZ' )N^6581H+ ##7{$B^7${;#'XN\>D %s5?{eK9UtL5A9>;^@3Lhl/jo1y//j͘=1k//}3wh/o''-dB{B8"+!>32'>5#";2&#'5473265#5354'7>7JxRBxoDDa- cF{p&2&P'1'!hiOJ./hg)8C`m{yy/+//+/Owm5111}75ow7{H>"+!632;2&#'54732654&#";2&#'5473265#5354'7>7 q'1'P'1'7Vun'1'P'1'jhOꃲ/+//+/}Pq/+//+/Owm5111}75owD "+32654'&+Z+'!'\+Fw PD "+#"&5476X.#%\)Hw P  "+&'&56? N\~'5=D. +T s  "+4767&s N\~w'5>D/ +T  "+#"&'732675go9T jmo87)y1 "+#"&54?6"'&54?632 B  u'% (  )y1 "+>#"/&54%632"/&'4DA +'u  %!  ( "+>32&"fo:T jmo77j"+# '463232654&54632yu8'%-&<9)3!\;^R!'# !%FV'"+"&54632254&54632ٙ3%#/5'/bwu`#/+!^^-+J "+462"$462"BbBBb=Db@@bbDDbBBbDDbBP?"+#476'4"#"54632DF64#I 7\LVL/+/6J/#H 7'IM"+462"LfLLffLLfL# !8("+5!50;!!!!!3!!!!!!!!!!!+5!5!!5!#53#PN1PLLsLD++0E/\0^E/52y/w/w0R/D-l0/=)% $ "+".724#"''7&5327-Dy)d{XRcCTOOT wb>R}HlMK\jiED'W+T9'Jfb "+47.J 9-=naA;3'8RD#g; "+'7;9-=naAN<.$8RD"+!  J[G#"G\J  y*$ 0/,,.1 %"+!.7>54.'.7  J\G"#G\J  % 00+4,/0 %\W+#"+3".76&'.7>5&>3jsqmcH Sl8 ^m i_ ?nI &/:ng(ygj>tS+Tb ! iKDHk= 0Yf+#"+7&675.76&#&472#&47>krqldG Sm7 _m i` ?nI &/9$ng(ygj=uRTb ! iJHl= 0Y{H"+"&5477632"&5462=V97%3[]Z{VZ{VOJ;^V3;DNK;VR;9WS  B,64/ "+%4&54632#"&54>7>=4632326"&5462;=0)Kl`'R96'--+' DDqRRD] Z{VZ{V>%/A6VZP5^X/'-hD) %;L>d`@C;VR;9WS! "+56767.%56767.e +{ZZ{,DCe +{ZZ{,DDB r"&pqP@Z r"&pqP@! "+5&'&'>%5&'&'>f +{ZZ{+DDf +{ZZ{+DD?!r"&pqP?Z!r"&pqP?j^^= "+'56^`žg=dkD{Zo9 "+7567&'5{`žg1ZkCN3 "+!"5463!2/kL?JA3+Z+^N%'"+4&'&7$72#"&5463232654&5/V F&/TRDl9wJ! %+5V1'+#sfPA9:L=)R  %\8F8-1Td"K1PX@@b`M=M= M = K >@>b`UM= M = K >YY@b`[YVUTQNMJFCB?=:8$%%$#C+&#"&47>5#"=46;546763267632"&'.#"32+&#"&47>5+!&'.#"!354POEA>=%#&&$#F +&#"&47>5#"=46;54>7672#"&'&"!672&#"&47>54&'!6S ^wbK1PX@2  b= M= M = L>@0  b  U= M = L>YY@NLIGB@=;76C%$#C+&#"&47>5#"'546;5467632>72&#"&47>5#"'.#"32+  Z M=M= =M = L>K1PX@?   b M=M= =M = L>@=   b U M= =M = L>YY@!kjtrjykyih^ZWVPONLGEB@%%$#H#F+&#"&47>5#!&#"&47>5#"=46;546763267632#"'.#"!672&#"&47>54&'#%3547&'.#"\5T ^bT5^/= ^wbDO{;;HjZ #seh{765 7yV1gfb \19GkE/iy@A< U6nK1PX@>b M  = M =M= L >@<b  U M  =M= L >YY@'kjtrjykyigdb][XVRQNJGF@?;942$#C#C+&#"&47>5#!&#"&47>5#"=46;546763267632>72&#"&47>5'"'.#"32+%3547&'.#"\ <  bM= M=K= >GFB@;964#%$#C% +32>54'"&#"&47>5#"=46;467>3232+327#"'&7#Z!+P;c sw bWURPMKIGDB?=96+)" ZZ +2>5!"'&#"#"'&'632654'&'&'476323&5463232+727'"&5#"=41?y-Q5Nr+8oO?݅-%H-Lib?FhMհ -L5L?/sXh%y!;7%}R_{2 ^{1%q.EYFj}-V o6/q.?kFTXHjYu/#3/hhVE-)1 0,"+ 463272=47654&#"32654'&264&"-@sRTu{=@ 鸠7!#5B;R<111Vt1G1;hK=1111 1L911L7V5 C1! 1 1!P1  ZKV^--MLb xH--- \-hL-%L5v  N|-l-l--$-H-LL%-Ljb5~NC -%--v -E-LnL-+!bj#G1t |Kh!t!&%C#~)SS(!  CXtf tt Jb;||  Z ZLLR;R;b =xHH+1-1-LhLLhLLhLPHVv Vv Vv !Z-RN!FF;)S}GO%!(77(%A1  /t\Cff`t>R\`/t#t#ss;#t/A7t/t/?  ^d!LVVB-~d!A771- Z;V;V;VLL1|L1|L1|L1|L1|LLLLLL\ %D+1%1%1%1%1%11%%%%%%1%1%11 =-1 =-1 =-)-)-)-)-LhLLhLKhLLhL1%1%1l-1l-1l-1l-7jb7jb7jb7jb7jb7+7+7+7+ % % % % %; ; 9 79 79 79 79 7 | |v )#)#)#%#7v  `/ Z Z Z  Z Z Z Z Z Z Z ZLLLLBLLL1515LhLLhLLhLLhBLhLLhLLhLLLLLLLLLLL % %?%?%?%?%?%v v v v ;J;J;J;J;J;J;J;JwZZZZZZ`+t????????SSdxGGh/CAs=hLhLhLhLhLhL&7f7f7f7f7f7f7f7f7vTTTTTTTT VS/;J;JZZ??GGhLhLf7f7TT;J;J;J;J;J;J;J;JI Mw ????????   Q ? \ A / ?TTTTTTTT\ O C ^ ^y;J;J;J;J;J;J;Jr;t;^b?????bn\~1BB5-91(;9Jf7f7f7f7|D|Df7f7uumTTTTT"(?LX;$ SS5NNDED;`;9{ ZPPZZPPPjjdddddd?Mh h\"\Q\\"\Q\j{=I{NbJ)Z!55{LV`?VV#cRLVT=JRB/B?D5#PFTJF=JRB/\t13LtIBBpB9fhQ%1|L ~d1FFLdN q qjN1#~~Xf?#L/?#-\vS?S?=b=xGoGDG}GFG3GGGaG}G9G[GNw1=11 1 \ 1  S1"FF1 B;BBB;   z B| & %L|L=-bFb"-7 ;}L ;}`h`fhhf ;} ;}#}}}}} $N}`N` $`f hh f`;3H3="5 ; ;; ZL;;99=!Q7}77#7#ByP5#xLSI)nn{77f7f7y7b7b7y7y7777EVE#7777-L-P-L-P}}||uunz1J;7u]PPPPPPPPPPPPPPPPPPPPdSZSZSZSZZZS;S;VV(VdddbbddddP11&1F$;VVV+tPtPtLVR(=)+z;"-M???+DDl9+'Xh(bL7qP(F'E)++TA1PdRjPVV+ddddddddddJ)?) Z"\7-I/Z%"7N77 Aq A AqjjNd#^2-y# 9hA7 B B BAPAPRDTVDRV3F9f'%JA)ZHjMN5=B3VJFL  --L n nX L b 7J1^$JJ?JNJJ?JK17BNfJNJjT9r|7N 1^JJJJJJJF$=7BNNNNNNNJJT L N$=1^1^$JJJNK1K#7B7BKBNJJjTjTjT99777K199jTJ``V/t#V;-B3IB;-Z-ZP BfLLP\H/HFqFXN`V/V;tVVI-BBpBv;B9-#Z-99 N-7s))jFS#=J#--tt {p ppj{N~N- -p1-/I% b-dddddtP $  l dht  <\@p !d"#%|&'8()$*<+$,-./014H445D556678|9:T;\<>>?@ABCD EEFGDHHIJKLN|O4O`PPPQ4RTLUVDVWX0Z [ [[\_p_`\aPbhcd$eDfLfg0ghxhjkmnoq4rhsuvxxdy{}8~X 4d,|4PtLTD\x@T¬x0ŸƀȈT̤ШdHׄظdD`@dDP(`XPpX\ h$l\ @  0 h(P\` p!"$\%t&'()++-/014P579;4<8=?@4ADBtCEF8GITJKLNLOPRTVYx[x^ ` ab8ce\fTgXhhijhlno@p`qtrsPtduvx y{0{|~$h8L<\T84|hPp@(P,P0ôŀDŽ <H<ͨXxЈLԸt,ۀ,ݠ`|xlllL d   $(PX l!T"#$%&( ()+,.0/002p34569(:@;D?\@BCD`E8FGDHLJLdMdN\OPQR\SPT0UxVWZH[\P^X`<abhcPdghijk\mnHops,t<u4vLwdyz{}4~ D|\4@|DPdT88 D@<DœèĬ|hdȄX400hЄ|Ը֤h`(p|ddtxd$ `\P   |  \   < $T X0$p$l8(h4T(l< l |  !(!T!" "#X#$4$$%\%&`&'p'(,(x))P))*0*++x, ,P,,--.D.//d/0$0x0111223$3348445L56677L78L889X9:4::;h;<@<=<=x>>???@@@ADABHBC@CDhDETFFH,IIlIJJ|JJKKtKL MLN$NOHOOP@PQ<QRS<ST4TU|V`WtXYdYZ[\0\t\]^P___`ab,cefgij,k8l<mnnphrt uvpwxxzT{|}~8hLDL0$Xt(|Lp,L4D@  |l pd`DtèĬ$ƴl4T\(Ҭp HP8t| llpD@,x  X XLPp  "(#$%4&''(P)L*+,-/ 0h1D2h3 4567:;8p??@BxCDFH4IJL8M0NOpP@QR`SUX<Y0Z[\]_acehikmoqsuwxy{}<( 4``@pDtl`PPHˆ,ĸŨhHt̐||֔d0@Tۘ@  @ppd8$h Lx DdL$,H(|$TT<x (   `$XD !|"P#$%%&'(`)* *+,.\0124x57H8:(<0>`?ACDEFI<JLNdQR$TU8VWYZ]_a bPcpeg(hj@km8nprptPuvxyXzL{}44HlP|d,D<XdxT@th`tDd4,|,,`dќҸ4ռ\(ߴ4X4488    ,\pTplP t"4#%&')+ ,.x0413\46P7,9|:<=?@BD(FHJ0KMpNP4QRRSTLU|VhW`XlYhZ\ ]8^l_`abcdf(ghjdl mn o0p8qstvwy{},hXLlh@(|D4xP(p´ 0<dلTވ ,80L< d\X   `TX4H\ "x#$&(|*,`. /1X3589;<>@BDFTGI4KXM|ORTPVXHZ\,^T_h`|atbdc`dPe|fghkLmp4svy |\D HD hTXp4,ň\ҀאڔD\@$`8xX t,PP    | 0|l` "8#|$&\')()*|*,`-`.01p2T3(4\567777777777777788P889$9X99:P:; ;`<<=@=>??@@T@A,AlAlCEEhEFG GH\HHIJKL NLNxOQSU V VWXYpZp[[\]]^^\^^_`a\bccdte0efghggh<hxhij@jklmdno4pq|rsHstvxz|(}~`x 4hP`LP84`|< \hL<\TĤd(ˠͰ\ׄ<4T,\H  D|4(HLl\l08(P,p0PtdP ,hLTt h  T   4   (   \   `  X  L   `    8  | , d $  L  8 d  @ h L L " $ '$ * , . 0 3` 4 6 6 6 6 70 7P 7 7 7 7 80 8X 8 9 9L 9 :< :x : ;4 ; ;  >T > ? ?D ? ? ? ? ? ? ? ? ? @p A AL A A B@ B Ch C Dt D Ep E E F F H I Kd M O Q Rp S Z:Gh>+//^"r     5C. 8q   ^ (- DU    : :) jc Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineBoldFontForge 2.0 : Linux Libertine Bold : 2-7-2012Linux Libertine BoldVersion 5.1.4 ; ttfautohint (v0.9)LinLibertineBPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineBoldFontForge 2.0 : Linux Libertine Bold : 2-7-2012Linux Libertine BoldVersion 5.1.4 ; ttfautohint (v0.9)LinLibertineBPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ Z  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` auni00A0uni00AD two.superiorthree.superioruni00B5pilcrow one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflexTcedillatcedillaTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCeturneduni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccent Tcommaaccent tcommaaccentuni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236dotlessjuni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0242uni0243uni0244uni0245uni0246uni0247uni0248uni0249uni024Auni024Buni024Cuni024Duni024Euni024Faturneduni0251uni0252uni0253cturneduni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262 gammalatinuni0264uni0265hhookuni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Emturneduni0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278rturneduni027A rhookturneduni027Cuni027Duni027Euni027F RsmallcapRsmallinverteduni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294glottalstopreverseduni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AF h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FF gravecomb acutecombcircumflexcomb tildecomb macroncombuni0305 brevecombuni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358uni0359uni035Auni035Buni035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0363uni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193 afii10146 afii10194uni0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477 afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4 a.superioraturned.superioruni1D45uni1D46 b.superior d.superior e.superioreturned.superioruni1D4Buni1D4C g.superioriturned.superior k.superior m.superioruni1D51 o.superiorcturned.superioruni1D54uni1D55 p.superior t.superior u.superioruni1D59mturned.superior v.superioruni1D5Cuni1D5Duni1D5Euni1D5Funi1D62uni1D63uni1D64uni1D65uni1D66uni1D67 c.superior f.superior z.superioruni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9B Germandblsuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Fpertenthousandminutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A2lirapesetauni20A8dongEurouni20AFpesouni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115numerouni2119uni211ARfrakturuni211Duni2120uni2124uni2126Omegainv estimatedalephuni2136uni2137uni2138uni2139uni214Fonethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221Cuni221Funi2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298dotmathuni22EFuni2302uni2303uni2310uni2320uni2321uni2326uni2327uni2329uni232Auni232Buni23D3uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473uni24EAuni24FF filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9 bigcircleuni25CEH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7uni2605uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Buni263Cuni263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni2695uni2698uni26A2uni26A3uni26A4uni26A5uni2767uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi27E6uni27E7uni27E8uni27E9uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uni2E17uni2E18uniA720uniA721TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00Bcopyleft publicdomaincreativecommonszero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fitteduniE01Cperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altW.altf_jf_tc_tuniE040uniE041uniE042Q_uT_hgermandbls.ss03Germandbls.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.sc hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.scQ_u.sc q.sc_u.sc dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sc tcedilla.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sctcommaaccent.scscommaaccent.sc idotaccent.scuniE0C0uniE0C1uniE0C2uniE0C3uniE0C4uniE0C5uniE0C6uniE0CAuniE0CCuniE0CEuniE0CF q.superioruniE0D3uniE0D4uniE0D5uniE0D9uniE0F9uniE0FBkreisuniE101uniE104uniE105uniE106uniE107zero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE130uniE148 b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferioruniE188uniE189affii10086.altuniE19DuniE19E grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capuniE365uniE366uniE367uniE368uniE369uniE36AuniE36Bmetric zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capuniF6BEf_ff_if_lf_f_if_f_llongs_ts_tuniFFFDVVWD%D!, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_RIah.ttf000066400000000000000000026006741324204105000232120ustar00rootroot00000000000000 FFTMY ,GDEFdH\GPOS.>GSUBW1lOS/2WGP`cmapjGcvt (r 0fpgm蕏 Lgasp glyf@O8 head%h J6hhea35' K$hmtx!nzp K,$loca/~˿ o$maxp x namedC post2| DZpreptH LoB_2T0yzz{}~/001#$wx()BCFGHIJKKLNO  & ' ' ( (08@HP^fnv~   jLsb^B= =N Du *DEFGHIJLM ! " # $ % & DFLT cyrl0grek@hebrPlatn\(AZE (CRT (DEU (MOL (ROM (TRK (cpspkernmark $*"$ 2 ^|$'*  y$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;?@ABv "(.4:@FLRX^d+\+\+\+\+\+ 24R $+ny&,  HIZXF "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4 +N?#uhZ7{-))))F)=+-)'+)J+)+)+++'+mqJL'9+#)'o+^q#qsq3qd)sh+o+)')++)))))d))B))+))+ +)9J9J')fj)%+)d9 +q)d)b3+m++++'+B +)$%&'()*+,-./0123456789:;<=DFGHJKNPQRSTUVXZ[\]  CFLNVW^`dev   $&'(1@GSUcd^ig M #$%Nk  00!  $%#&345 ( (78 $*06<BHNTZ`flrx~ &,5wua)i)s_)ivh6fi)8`wu,8T)i)+)q)) )))))@)))))H))q)y)+)9'\PP7 ,28>DJPV\bhntz11H1111 111%1D111511111'1 &,28nht`R 28>DJPV\bhntzN!V)T^Z5=T!))TH 'FDFGHKLRVWXo  =/~& N "(.4:@FLRX^djpv| $*06<BHNTZ`fl ;;)3)/3/bmRXLU B{1d{/!RR%#/L-N$%&'()*+,./012356789:;<=DFKLNOPQRUVWX[]  CFL[^`deoq&@DIJS8^>uEkz sp. JPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz w##;%'% %!V!{7!w!%L%)!#%d##N%D#s%%%)}%ZZ%%d%!##!#!%##%%%#N%N!!`y j9+ HZ)%%%w%VV3#}%%b +mV7!%}!%L%%J%5$,.3 5=DLNX!Z],0123  4CC6EG7LL:NN;WW<[[=^^>``?dd@ooABDETU!X$)],,c./d11f?@gDDiGGjIJkSSmcdnVVp^^qrstgguvMM #%EENNkk  # % )+x,567 &,28>DJPV\bhntz "{ 'X#.9/q #]?I rAKxds 1Rq11L111o1111Lq1111Lj3jjjjL111L11111d     ""##$$ ''))+,..// 1122334477889:;;<<>>BB EE HH IIJJNNRS UUYZ[[\\^^aamm}}         $$&&**,,..00224466778899::AAHHKLQQff   --..//001122    //@@ AAEEGG       !""$$&&**--224477889:<<@@ DD EEFH JJ KKMMNOPQ RR SS TT UU VV XXYZ[[\\]] `` aammoorrtuyy{{}}       $$&&**,,..0022446677::BBIIJJ OO UUabcc  --..//001122  '(..@@GH  "#$')+,./1234789:;<>BEHIJNRSUYZ[\^am}  $&*,.0246789:AHKLQf-./012/@AEG  j =3q.!!""##$$//5566DDZZ[[eeggllnnpptt [[6699SSWW[[gg.!"#$/56DZ[eglnpt ==)))))+--2233668899==??@@DDFFHHIIJJKKOOWWZZ^^cceejjppuwxx~~PPPS|!6699@@HHIIOOPPUUWW[[ ]^ ``aacceefgii jjkkmmpprrxxPP  PQTT=-23689=?@DFHIJKOWZ^cejpuvwx~PPQRS|}~4 ) ))$$.. 9:;; <<::TTWWYY^^__bbcc ddgghhijkkllnn ot   TTUUVVWWYYZZ[\^_aabbccddeegghhijkkllnnotvv  7$.9:;<:TWY^_bcdghijklnopqrst     DFLT cyrlTgrekhebrlatn  SRB :    (AZE XCRT XDEU (MOL ROM TRK X   aaltc2sccaseccmpdligfinafrachligligaligalnumloclloclonumpnumsaltsinfsmcpsmcpss01ss02ss03sups"tnum(zero.     >FNV^fnv~&Tn N  H  v tn\f I   LMz~ "&,06:>BFJNRVZ^bfjnrvz~ $(.26:>BFJNRVZ^bfjnrvz~ $(,048<BFJNRV^flrx~S  n6( '57{)8t*9u+:,;-<.=/>0?1^e  TUVWXYZ[O\]^_`abcdefghijklm      opqrstuvwxyz{|}~PQopqrstuKvwxyz{|}~\!stfxR  2(6'789:;<>()*+,-/1sK $D  .59:>@DEFGHIJKLMNOPQRSTUVWXYZ[\]^`cm}   !#$%')13<>@V\^egjK')*+,-.06789:;=?@ABKOST !$%    eL]SnTUVWXYZ[]^_`abcdefghijklmopqrstuvwxyz{|}~^f] DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@ALF(> "*2:BJRZbjp""$$~(( "&.6&%%  !!##&''&              >@C^`cm}h1{tueghlmfijk  D]()..*00+66,JJ-.>>/ 0Z*  D]( )kS nTUVWXYZ[\]^_`abcdefghijklm        opqrstuvwxyz{|}~  sk $%&'()*+,-./0123456789:;<=>@^`cm}   "$&(02:;=?K@AB #IL !LI ,8JT^ " "LXMK &,28CIM $IOENDMFW "O IIW )& %W CM $O "47IWrA N]W JW &WFV.()*+,-./016? 4 g'36? 4()*+,-./013206789:;<=?'gg  >>   266789:;<=>?'2   '(SOstxK KV\^jOT @AB .5 QRKg"**BTILM . ""779:<<@@IILM_`hhlltuxx{{--//      LM I O3;34f P PfEd ''`o) |`TT~ACNou~wEMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!!!!!!!" """+"6"<"A"E"I"Y"b"e"k"q""""###!#*#%%%%%%%%&&&&&'&/&S&`&c&f&l&&&'g',l,w!).3=FNjm!08KU^ac 8 CPPtz| HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!S!!!!!!""""#"6"<"A"E"H"Y"`"d"j"n""""### #)#%%%%%%%%&&&&&'&/&9&`&c&e&i&&&'g',`,t ,37FHPmp08HMW`X 8~~{[YXSQOMLonmj`[WTRC=<86& fd[ۥ۞`((((( (((('''''''''''''''''''''t'%$_\W *   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ardeixpkvjsgwq}dl|McnTum}b: ! "y{qz| @ "+ !7 !!f]=]f\H  \R f`R-4@1$" <b =M> --'" +7>32#"&5462#"757674&547> J-'5L-'5P'5 #9B RR-?3' -@4& 96;sBߔ)7JR9<ZNLJPh) " 9K&PX >[Y)$ +7>3207>32TL+;J-;jF%A5 F%A5 s{K!PX@'   d  TS >@1   de  TGK?Y@!+3#####737#7333337#LwDuuDs J!sFuuDu!ILb\\be\\esZ.9?m@?:/"  @ ddde =>Y@.-,+*) +6"#6?.7>?37'.'#7&7>7>.'% 8mba+O-".O~Nf "AEe:S>rqN%hiJ=hN@B fd*>6$  Q pVrT 1=X@U #<:  U UUUM><:64/-)'" 11$$%" +%32654.#"4632#"&27'#"'#"&5463232654&#"9#Pk%%HrhoJduX`bfD)Ll^u\ItZam\+ne9%Nj9#FtHBc1;ByVd{n+'+wXy33H?eD7'ER@QF>6.-(K$PX@+U M =M=M>@) UUM=M>YY@OMDB9720,*#  +"$5654+"?37+"327#"./#"&5467&546323267yB)ٖP:; jF97FFH6H=`R39'7R!/ۜ7ٓb~?[t@qZdjX=jnfN6=dDK#!#VdW\uhkA>NہZb;l^faevZ;h' 9K$PX >$ +7>320;K+;hF%A5^7"+3&547767&-1uy-%}+\m%|qd#%`"+'676654'&'7-3uy-%}+\m#}mh#u=@" :2&KPX@e=M >KPX@eV>@deINBYYY@ &(#'+%!+&#"705>3254&5465>32>32#"#".'#"&=>b!5'!'j#.7>)'9 ?2{+#$ H5#=h@ %Z^!.7[6Lb'  Ay;'5=Fq @eT>+!!#!7!3b@d?e=d dbde.f@ 9[ +7462&7>54.'&Hb=-oOF\-:H   +%2#"&546)5L3'7J4'/P8'-N7uBKPX@ =>K-PX@ d>@ d[YY@  + #7Vu`$*@'UM>$$  +"32>76'&"'&732%LZX#D?9^#9:L_sC?&!7)D`;!2vTm\L}(a#RVT #dǪCR&@#<ddK >$C+%&#"&67>76"&7$722l *R sX*5/{  /{; /  / @ww3#F )b0/@,'<bUK >((F+"+>32!2676&#!>?676&#"#"&/TVR?d^5L/%#KX@|"RDbo J'fJRE<+VobsN//3.:K@H54<b``UM>31,*! :: +""&7>32#"&7>3232>7!"7>76&#P\ J!ܼ>1uj'Ѷb @/ !N`R3;#ML;j.NPB_V:O:.5 ?`BV\]-?@<*$<dbV >)'#! -- +)2+3&#"&67676?!"563w90%/*  Vj m%o;@%ux!.## /  / /V*B@?< :bUUM>'$$#$#"+6&#"327#"'632#"&7>32326af}qbs :{VBhXn%\ 85#Z1N  !ݜ_;-B!   '&@#<#:UM>&"%$+3267>&#"'632#".7676% /\mN_X^.e_Il\3Xa3ouSM𴨠9m,FV@n{}mQ'FV=@:<dbU>  +"'67633!27'J'5N#V/'PK HRMO9 #.3@0*<UM>%$$.%."    +"676&#"&76767'&7>322676/Vpz5Bdy%Jj-!֔ZR%ucI{\'yzNiX/X`ۥi97!qyil:}{'+@(<#9UIMA&"&$+676&#"32#"&7>32&76 /]lN XC_.e_Hm\3X`15 VSM𴨠'f]A-FV@nzR(G PB 0@-UIMA      +2#"&5462#"&546)5L3)5J))5L3)5JB4'/P8'-N3'/P7'-NAB)@& 9eIMA +7462&7>54.'&2#"&546Hb>-oOF)5L3'7J\-:H+*1/*5+5(+,"+4632"&?>54&#"#"2#"&546+մCklg1 Yb^>^% /R7X^-`/Jk19HRqyNb˚b%RTNJ^a6%\jiap-<1'1 {TD<J@G0<b   V =K >;942/+('   +!#2&#"'763>76322&#"'7637654'!"uVTJ7q#H^5+%8;Yq9d3g9D"^1''>X)J!;6''= [#!- Fp@*98F@UUM >Y@ E?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'RR/Kfg@Uϲ "! $$ +".54732!"32672x<9hl)K-PX@UM >@bUM >YY'&hc1+763767674&/"?32632#"&#"'%3 654.#"'K(PX@9 ZbZU N  ==L >@7 ZbZ   UU=L >YY@JIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// + yfFRV4{>XZ4 " . ;))+ )m1I@- < <*:KPX@4Z  Z  UN = =K >K(PX@5Z  b  UN = =K >@3Z  b U  U =K >YY@CA;9642/)('#  II +#2&#"'7637>7654&/"?3!272.+"32?6;#"?654&b+21 D?5=6(/9 ?-19DgHRX+"  +' ''+.)J yfFRV4{>XZ4 "D6R@O$-<b``M =N>0.#  66 +23.#"327654&/"?27!"547->4 4elx=,31 w 1// ?D]} <>^Vc9 66 #1$@CD'7-O?K(PX@T = >@dT >YOHOG+6&/&67327&#"&6?>7!&#"&6?>76&/&67327!';FP=?=8 );FQ=?=:cc );FP=@=9 &@ K >YOG +6&/&67327&#"&6?>7&KPX@4b```R =M >@4db```RM >YY@ ##&$&%$* +!"&5463232'5%7>7'#"'.#"#"54632>32{ -&8m;qLy)%?"  \C 22 3:jJ'!*ACLT>-LJ%3 `D55/ !+)l 3%B?ZLg/Tr'-Y_@$F=@UV >Y@ RNED<8CG+6&/&6732767654/"?327#&#"'7654'&#"&6?>7&@dL >YU&K-PX@0b  `  ` U L >@4b  `  ` U L  =>YY@NMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>={s61sA7w6J!$7 ' m5R }=6 %5%-';''q)) PE''HN-AV@ < @U =N>YK"K"+#"'&"&#"'76?67.'&?!327654/&?327'/)X3)4j>-? W1*7ju?1Dd1R'%q-[ 'sq>S''D'@$M =M>  +"32654&!"547!2}9Ҝ5p;a; ZQ> n_ JQ/J!; @|@*:@&IUM = K >Y@ ?>C6*!3($" +3 674#"654&/"?32632#"'2&#"'7637>Td#f'= bH,L k+lM!HzV530.+)'%  +"32654&67&547!2632327#".#"'6}9Ҝ5ܘ; 4錜\EqJV`; *1-DZQ> n__JQ/JM-#hTTK=H>-3)!; H(@ 2KPX@8U M  =  M = K =M>K(PX@8 U M  =  M = K =M>@2 IU M  = K =M>YYY@" GDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326 bNdb# q3? `D;7IXqX+244=7 ,L @+-11(E'?Mf#*RPN1d)%? '')+ !  +hD58@5 <bM = =M>/$/$+'.#"#"?!27654&'.5476$32?-ZD`;XV-X6 >-ZP@[`3 j!9;NP's^d7QlB#*u*"Un( :UnA!#>?D1p@-<:K&PX@!b`M = >@b`U >Y@,+)& 11 +!2>7#.+"&#"&6?>76&+""'67!3=$ELo5/ ';FP=@=7 @ UM >Y@A@?>;743'%FF +".547654&/"?327#2>7654&/"?327#s3_gL0+23@D3=8 y8R`\H u+06!3=:o92MUAN '',+=pIf@\xRX ''.--*3K(PX@K =>@U>Y*CE+6764'#"''&67>'#"'27B )= T="XA  p5-3mu)  )69/,)  )1)/0R-@^@bUM>Y@ &(CF+.'.73277376&'.7327#"'.'&##"&'ER  Jo BTFNYBLLV  CBB V  4o  ^N7)  )+0+E}78)  )w-&O a#-l@&%\?8@)  b  `U K  >Y@`^[WLKBAC#C&'"B +?3273#327654/"?327#2&#"'7637>54'&"&#"57636767654'&'& /7 B  C+%9#!7\3+!Hj /= )% &0%  %/wyX;Y''+f0)))/.%$R )) /. ))}M-A?K(PX@b = >@bK >Y@ 73+*"G +%&#"&6?67654'./.732736&/&67327 );FP=?qH!)3sb;D1  C%B-w615' /)-' Uv"T3+-#)-/-.7;TcD)T@ ('@U =N >Y7"!7@+&#!"547676#!"'673!>327!267923!;dm?:5:I4v!T )FP1f<;PTs $O  mfd!@OK> +!!!d+H?X[}@e> + #mZf!@OK> +7!!7!-!f[jXb3@<e > + #3#ZqVZ l@GK? +!7/ZZN@e>'% +'"/?>32hc#1) )w@  @.b=M=N=M>Y@ #&#&"$+33272'"74?''"432>?&#"326H#PZTǔZ5%=BZ1wbm!\-CV>9:;' 0d@"U=M=M>Y@ )$6&&+>32'"&7654/"'76724'"32Hq+)\\2Vohe+? lm)-!5= E3h1-R%{ygLf?'9 1 *R9 !9J bb(:@7b`M=M>$#! (( +"'&5467>32#"&4654#"32672F=ZN=ANd) ?+V}3%BLCObVTAO#E6'%7'5!N݉B/QLn` ;@*% 5 @=  b  `U=M=M =M >Y@8643'4%%$$ +654&#"326'#".54323674/"576723272'"547^J7ZZP9N^NTbJ7XL+@ m#PZTN;wo}jwE?2oF 9 1 *RLbm!\Qd (1@.<bM=M>'""+4&#">2672#"&54>32-7XBvuFPgT!{#Prgb`%Ll-!#=g6i4V!㮉P{Nd3=+>/4_0G!KPX@0b ZM=M= N>K*PX@1b  bM=M= N>@/b  bUM= N>YYY@ 97$'#%#$$$ +#"5476?7>32#"'.#"32'# #"&546323267> 76 1?b98j%)L$%#d#' 0"?0)$@1bUM=N=M>Y@ #&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A`Xe^B5L)9u#X%& = cMD3-qVV)9'#;om9:@+@+bU=M=M>Y@ ("'&7% +%#"547654/"57672>3232672#"547674&#"h T+? m|XNN'# T#M#%5e>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-`'1@.<bU=M>,"%+462"32672#"547674/&7632;N;;N\N'# T#`%R-* fR::R9cnb#<+#CN%!+6g`oj#+NKPX@ZUR>@bUR>Y.!$&+#"&54632326767674/&7632462"&%9TZJH`%7D%T@A%RL*9R99R\3/ XatR@:Z  bU  U=N= M   >Y@IG@>864320!##4 +7654/"576722?632#"&#"3272#"&'.'&#"#"54+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J T?'9 1 *R?FH+;_ +7? b`r*$! B*7}c@  @ bU=M>Y7"$+32672'"547654/"'7672JX+}V+? lZmB5#Z-?'9 1 *RJV9@6<bM=M >SQ(()"(%(( +654/&763232>323272#"&547654&#"#"747674&#" #"747u%R-* wmb5H` ;U'^*$P3}N TbR TV%!+7d5+XZHN'+''BHI+!>!(7mHA-<"'7l)95@21 <bM=M>','("#+%32672#"5476'4&#" #"547654/&7632>32wN'# T#N"%^N Xt%RP*+Vb#<+#C1Gq->!(7lV%!+Hzj't@M=M>%'&"+327654'&#"4>3 '".J^5RX.Nd5?w{!No\{5\}}?Zx`êjF'K{e1>N@K#7 <9dbM=N=>#&);$!+63 #"'&#'54?67"'6?>324#"3267>!yrV?Z' P&\f-3 F V GPm=[9r*8>;H˾C!& ) ' NT;+Xwy D+8 -8FVQBW69@6+*<09=M=M=>;#&($"+4&#"3267>'#"&54>327632&#'54?>=E778;#0mhRwN;%S' P'11?VɾdcT+ḉZlS' XH ) ' )o+)@&<bM=>.'"$#+>32#"'&#"#"54>7654/&7632DL566'!$9< N r%R%,#H;%+H+@(7#090%!3y+:@7b`M=M>! +* +.5463232654'&54632'"&'&#"#df%')1)+Lb}\J%5T=DRm^;/B+!HPdTydj:FA);V;J7ZMu}(o@%dbM=M>Y@('%##% +7>323#3272#"&547#"54767} !Ry3q%3H31| 1ofP%#7w\ <d:'\v(6)- !L=C@@$ <b`M=M>''"('"$ +32672#"54?'#"&547654#""'632326?>32 rN'# L#}o;NZX%# J+X=H}< %V -b#<+#CB{OQR=MXb#;+#DH;LR##7 .7(*%@"$"<b=>&-++%67>54'&5432#"'&"&'>32p #]>\+ _k8%/.EfC+V5@5# :173}S@:ALaY G3GAbqK}03 Ys9;@8 <b`=>1/'% 99 +"'&"&'>32676767>54'&5432#"'&'!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1}03 YsLB9,4;MG:ALaYÂILx$,HJ<KPX@<,$& <@<,$& @7Z`  ZN=M=M>Y@ :9$&$$!$&%# +&'&"&'>327>32#"&#"327#"&/#"&5463227 +)]<"%-:fJtP'@+)5#;%o%A#V1/OBY6)M+#=y@,+,^?ThL-%#5)7LT!1A^A(%!- 'd!e99@6%$<bb=M>31%("##+!#"&463232676'&'&"&'>32676?674'&5432]bR'V<#' -t<J- +)]<"%/*# (&+ _k7,)Z;%b)5A,+,^DS">@,,p:ALaY42#!*"## +232>72#"'&#"&'&'67#"&#""'>327;jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496Tc#=;r3594 '-E^D&CK*PX@ e>@ d[YY"! +&'&547654'767>7;APTd; 9'? f%FD/)u!/y3\D)/#BE+L-`g9' 'B3R#7@ => +#3Z?[#D9)F@ K*PX@ e>@ d[YY%$ +>7&547674'.'77676?RTd9  %'@d'DCJD.)sw!+{7XPA.1!'F-I?O11 '{FFB90@- < :9UIMA!&!"+>323267#"&#"'Z/-5+!/P#769-fDE dwRA='+2@/$<bM=>++&" +#"&547>32"&547>7>7632I.'5J-)4'6Z-  R'-B4& -?3) 75 LBb^)X7S\TRLIw%-/@,'<dddd>'+3#"&4654'672#7"'&'467>7FAS! @+ & 'bVS:LljB!'=@ <<;KPX@5  Z b`  U  SM>K1PX@6  b b`  U  SM>@:  b b`  U  SM=>YY@65430.,*&$  == +%23267#"'&#"#"&7676767#73767672#"'&#"!!6PN1;1}+!^PfT:V ; i7 -}1c 6%-+F 9  9'1/B55%'=2 o5Rj-.%(%-}sR cj/K@H  < :9UIMA.,&$ +%"''7&54767'76327'3267654&#"{VkF}/`ZZJsvyXsB+YZXLpk\fkThJoRXLV"aTOfHLqTZDV""}`ZNkLh^yp%^{Ob@_4OONMLKIFB@<90-)'#333+!;2&#'76;2?!7!7!7!.+&?27#"676&+"?27#"!! -;8P5q &&!.1 {1oZ9R; TPq/+''ZqPR1- %# 4L7  %#`%R\ddOKPX@b`c >@ddd[Y@ +##DedJDE^d@ RF#@!b`RM >Y@ 42/-)'##$ +&54632#"'.#"#"&5463232654'.54>>54.'&'&':í{VD->VxFGND0+bF4ۡz+2=)=U}NC/-cM@E!K86 K1-1+!K76 QTOWqCiTDEiX;s+-/50B#&Ojp0DPoE(@TDE}ZoT-/60A#%Pjq-gN1RI*$13!/Z91QI*$5=7D ,@)IMA      +2#"&546%2#"&546!-H'#+Fs!-F)!-F+!/@+#-@-!-@+!/@F/#-x@  @& UUUR>Y@%$*($-%-$&$" +#"&546323.#"327  "32#{NPk7 #E6JzjesG%!TR--7Lw+)1{mhVTR!V-- ?u@/#=>@$bUIMAY@ <:31+) ? ?& +327"&547#"&5476?674#"#"5465>32727Vh F1X3 =J-5Bv Jj ) A #  .!?1 9C+/!<1 {5))X7 % 9]+);  !-/B "+&'&'70767&'&'70767b^eFu 2/^eDu 1-u1q ! {2ju1q ! {25#@ eGK? +!7!PT`ZR&@# <IMA  +!"765>3!2/+.3 8F/*5=GK1PX@0& <@&0 @6  b   U  U U QM>Y@?>DB>G?G;:7621$$222"+3#"/&#;2&#54;254&=6324&#"2>  "32V;c%-Z%b -Vq!Hh[f63!+7!TR--/N?N    ^;5B:bTR!V--;;$@! <IMA  +!"'47>3!2F !%;(, !@<QM>&)&"+>32#"&54%4654&#"326TJ`TL`X:7=[ >5;[Tw^J Tx^J 1JZ<1DX%+oKPX@#dbTK >@)dbTGK?Y@  +%!7!!#!7!3+`=g@b@ddd1dbde *b@!bUIK?Y@$" ** +"&547>32327!67>7654&#" mPn mlFI/)![ZN7!q,5i?FBnD`X Zgq=\N /-<  4@ 1KPX@&b`QM=>K1PX@(b``QM>@.b``UIMAYYY@ %"$-##$+4654'"#"5>32#"&546323267654#"7>{F'O 1)uHPs3R|;o(G1{ !H`;%#;%)f3/ R9HA h+%L\ d1 OV @<e>&! +632#"47d =1%)-!#F@ -&@2bb=M=N=>Y@ ('")'%% +>32326?>3232672#"54?'#"'"#"&547>7 V`3D< %V rN'# L#}o9J/7c@!'7w\R##7 .7 -b#<+#CB{O/;^Ru^;-)<C!+=k$@bUK>Y@;860'%!  +267654&'"732!76;>7#".5476$323?+")#) %=  a <3%5m1^dJ1#Z =3' X7H+#+-)n D)!++/P3L}M;4 +4Ku@IMA +"&462VDDVCCVDDVZH@E<;bUIMA  +"'73632#"'732654&3+3 yEL5DjHJ;79Y) v10Ld#%7/^@ @ddIL@Y@  +"'673;2&'7673267>./L}!i9 jG J-;!7/D!* ++ + 8m+ (@%UIMA   $" +>32#"&"32676&isPJf?V9kDosqTyXVRby}/B "+&'70'6'&'70'6^eFu 2/^eDu 1-u2r !!{1ju2r !!{1ZX!%K@" KPX@2 bbT  V  O >@8d dbT  V  I  K ?YY@ JIFB@?<;:953)'%$ !! +'"'673;2&#76;267>.37#"'476767676323#&#"&67>TV-/L}!i9  jF J, ;' %  Z/(Rsf %;=ad= D1Tf 7/D!+ ++ +!7Bv1  m+ E15%!' ^F!L@87@5d d   bT  UIK?Y@#"FD;:64+)"L#L !! +'"'673;2&#76;267>."&547>32327!67>7654&#"TVZ/L}!i9  jF J-; lPo mmFI0)!ZZN7!q,Tf 7/D!+ ++ +!75i@EBnD`X Zgq=]N /.< ^X-bg@:. D _ KPX@E  b  `  ` b  UO M =N >KPX@C  b  `  ` b  UVO M >@J  b  `  ` b  U  UVIK?YYY@^\WUSQMK><97&B*"+'37#"5476767676323#&#"&67>4654#""5>32#"&546323267654#"7>TV' %  Z/'Rsg %;=ad> D1F'P1)uHPt3S};o)G1{ !H`TfAw1  m+ F15%!' ;$#;%)g4/R:GB h+%L\ d1 O+7C@ (K-PX@!b`QM>@'b`UIMAYY,/'+'"+#"&5465>326'&7>32#"&5465>7676?672326L-'5 J-'5 8!Fum gTLb5  XG\JV}--?3' -@4$#!'BfRPq /LB3?(JKZ^;R8ux%VtETEU@R9<:db   V = K > DB=;8410)'#!  ! +#"'%7!#2&#"'763>76322&#"'7637654'!"'7߲VTJ7q#H^5+%8;Yq9d3g9'\q"^1''>X)J!;6''= [#TE[@X9<: db   V = K > DB=;8410)'#!   +"547%!#2&#"'763>76322&#"'7637654'!"++!JVTJ7q#H^5+%8;Yq9d3g9\"^1''>X)J!;6''= [#T G^@[;!< db   V = L > FD?=:632+)%#    +&''67!#2&#"'763>76322&#"'7637654'!"J=e+sJwyVTJ7q#H^5+%8;Yq9d3g9hX+;DL3+Nr"^1''>X)J!;6''= [#TbPx@uD*#< ;:  bU U  V = K  >OMHFC?<;42.,)%"!  +267#"'&#"'>2!#2&#"'763>76322&#"'7637654'!"^$7!.J3EA%'7/)_F4EVTJ7q#H^5+%8;Yq9d3g9-= 5-.4 ]Y9-L"^1''>X)J!;6''= [#TLX@U@&<  b U  V = K  >KIDB?;870.*(%!+462"$462"!#2&#"'763>76322&#"'7637654'!";N<X)J!;6''= [#Tf JR_@\H ?8$<   b U   V = K >LKNMKRLRCA>:76/-(&#    +"2676&>322&#"'7637654'!"2&#"'763>767.!#.F +[G ,GHV R68;Yq9d3g9J7q#H^5 :?VT/C0.DE-1BsFdcG5W;6''= [#1''>X) ]"+b@43 S `_ @I Z  b  U U S =L =K >Y@bb]ZXVRPHEA?<93;3+!6'0'763767!2&#'76?>76&/"?3!.+"326?6;2#"'7.+3!2678l6o N '7  N-732!; X; #=+!1P1/ +)-#/e Ff<9R#q)+7%Uj'  +' 'H%)) 76J"5%j)2=APN@/+H ˋf\D<@*6 4 <;KPX@:b`b  X  QM =M>@;b`b   `  QM =M>Y@9731-+&%#! << +"'7.54732!"32672632#"'67726545* mv<9hl)K(PX@> d  ZbZU N  ==L >@< d  ZbZ   UU=L >YY@SRQMJH3T4&&#";! +'"'%7.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'7߲9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// '\ yfFRV4{>XZ4 " . ;))+ )mR@ 2:<:KPX@>  d  ZZZU N  ==L >K(PX@?  d  ZbZU N  ==L >@=  d  ZbZ   UU=L >YY@RQPLIG?<940-)'!  +"67%.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!2723+ J&9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// -\f yfFRV4{>XZ4 " . ;))+ )m} U @ 5=  d  ZZZU N  ==L >K(PX@?  d  ZbZU N  ==L >@=  d  ZbZ   VU=L >YY@UTSOLJB?<730,*$" +&''67.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272=e+sIwy89DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// }hY+;DL3+Ns yfFRV4{>XZ4 " . ;))+ )qN!l @ %4L T K(PX@C  Z  b Z UU N == L >@A  Z  b Z U  UU= L >YY@lkjfcaYVSNJG&&#"9&''"+>32#"&546%>32#"&54.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!2721B'!+@'!-@'!+@'#+9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// '5)! '6+! %7+'8+# yfFRV4{>XZ4 " . ;))+ )'.8:K(PX@d = >@dK >YOM! +#"'%76&/&67327&#"&6?>7'7߲&@dK >Y@ &" +"47%6&/&67327&#"&6?>7+!J &@dK >Y@ )%  +&''676&/&67327&#"&6?>7=e+sIwy&@UK >YOK&''"+>32#"&546%>32#"&546&/&67327&#"&6?>7-B'!*?'!-@'!+?'!-&K-PX@U SM >@&bU SM >YY@ ?>'&hc1 +763767#73674&/"?32632#"&#"'%3 654.#"3#'@*U U U =N>Y@OK@><;,(  +267"'&#"'>2#"'&"&#"'76?67.'&?!327654/&?327G$7!/J3EA%'6/)_G3f'/)X3)4j>-? W1*7j,> 6-/4 ]Y9-?1Dd1R'%q-[ 'sq>S''(2@/:dM =M> %#  ! +#"'%7"32654&!"547!2'79Ҝ5p;a; '\ZQ> n_ JQ/J'8@5:dM =M> $"  +"67%"32654&!"547!2 + J]9Ҝ5p;a; -\ZQ> n_ JQ/J} *=@:<dM =M> '%    +&''67"32654&!"547!2=e+sJwy-9Ҝ5p;a; }hY+;DL3+NsZQ> n_ JQ/JX#3W@T< ;:UU M =M>0.(&##  +267"'&#"'>2"32654&!"547!2A$7!/J3EA%'7/)_G39Ҝ5p;a; ,> 6-/4 ]Y9-ZQ> n_ JQ/J/5@2UM =M>,*$" +462"$462""32654&!"547!2;N< n_ JQ/J "+''%'7%T;'T)9GGHH\!+?@<#"  <: 9M =M>&$!!*( +!"''7&547!2%"&326563U;a迂6{;Y95\yh5\3JMd3JQ/WZQjCȉ> n_^Ow@ E!<:K(PX@!d K =M >@d UM >Y@ JIHGD@=<0.&%$#  O O! +#"'%7".547654&/"?327#2>7654&/"?327#'73_gL0+23@D3=8 y8R`\H u+06!3=:o9'\$2MUAN '',+=pIf@\xRX ''.-N~@ D <:K(PX@" d K =M >@ d UM >Y@ IHGFC?<;/-%$#"N N +"67%".547654&/"?327#2>7654&/"?327#+!K3_gL0+23@D3=8 y8R`\H u+06!3=:o9-\[2MUAN '',+=pIf@\xRX ''.-} Q@G#@ d UM >Y@ LKJIFB?>20('&%" Q Q +&''67".547654&/"?327#2>7654&/"?327#3=e+sIwy3_gL0+23@D3=8 y8R`\H u+06!3=:o9}hY+;DL3+Nso2MUAN '',+=pIf@\xRX ''.-:BJq0@  UUN >Y@JIFEBA>=32/*  :: +".76&'"?32722>76'&763327462"6462"q9muD" E9VBbXs 'Nud3hN b31jfR?9N99N9N99NBp}74%jZc3fYf!%}ӰZN99N99N99N9MIX:K(PX@db = >@dbK >Y@?;32*& +"67%&#"&6?67654'./.732736&/&67327?+!K );FP=?qH!)3sb;D1  C%B-w615' -\ /)-' Uv"T3+-#)-/-.7;R+ A@-: @(UUU  K >Y@?>=<9632)33#" +3 6&#"'6&/"?37#632#"'2&#'7637>7un)@!lb);3M8;7FjhJ- J{}m$#'95 N 5=6  G-"''%+s/N`b.?{N/%'')+XU@ 10KPX@8bZ M=M=N=N>@9bb M=M=N=N>YY@ PN$!,"#<$$& +'"&546323267>774&+"546327!2#"3232654'7>54#"_2^3T}_M%"8  9!"#DT P{p;D\+T9-\JIkF}=c@5j*Js<&'23'#m^ yn.boN/>fwBR@ -}Ӻ>lH{9NiRb )7@ . K1PX@.ddb=M= N>@8ddb=M=N= M>YY@ 64&#&"$$% +#"/763233272'"74?''"432>?&#"326[ #HG\#PZTǔZ5%=BZ1^)/bm!\-CV>9:;'X )7@ . @;bb ==M=N= M>Y@ 64&#&"$$! +632#"&76733272'"74?''"432>?&#"326 ?(/ ##PZTǔZ5%=BZ1T/' $bm!\-CV>9:;'9 &4@+@4b  ==M=N=M>Y@31.,&$! +&''6733272'"74?''"432>?&#"326-l1{8m#T#PZTǔZ5%=BZ19mkN]\c>bm!\-CV>9:;'0>@5' < ;:K1PX@5  bU  U= M = N>@?  bU  U= M =N= M>Y@=;860.+)#!  +267#"'&#"'>3233272'"74?''"432>?&#"326*$7".J3FA$'70)`@AG3L#PZTǔZ5%=BZ1-> 5-.4 ]Z:-bm!\-CV>9:;'+9@ 0" @8  b U= M =N= M>Y@8631+)&"$ +462"$462"33272'"74?''"432>?&#"3267N77N7N77N #PZTǔZ5%=BZ1oM88M88M88M8bm!\-CV>9:;'h 0>@ 5' K1PX@5  b U U= M = N>@?  b U U= M =N= M>YY@=;860.+)#!   +"2676&>2#"33272'"74?''"432>?&#"326.E *[G -V}IG#PZTǔZ5%=BZ11C0.DE-1BdbHEebm!\-CV>9:;'{ M\@Y,D?> <b  bUM= M  = N   >LKHFCA$"#(%)' +>54&#"72764&#"#"54632632327#"'#"&5%6sRjL5L?d-XbHPTX0)RJ;)B/Lrk q`}BbT;T^ 'D-/G %3^@6b``  V  QM=>Y@><8620*)'% AA +"'70#"'&5467>32#"&4654#"32672632#"'67326545* hF=ZN=ANd) ?+V}3%BLCE7CcHHH)8C bVTAO#E6'%7'5!N݉B/QL+w6.Oc"!9/2db 6t@ !@'ddbM=M>Y@ '"#$%+#"/76324&#">2672#"&54>32[ # HF7-7XBvuFPgT!{#Prgb`%Ll^)/-!#=g6i4V!㮉P{Nd3=+>/4X 6E@B!<bb =M=M>'"'$!+632#"&7674&#">2672#"&54>32 ?(/  -7XBvuFPgT!{#Prgb`%LlT/' $-!#=g6i4V!㮉P{Nd3=+>/4f9 3J@G<b =M=M>*(!  +&''674&#">2672#"&54>32-m1{9m#Tq-7XBvuFPgT!{#Prgb`%Ll9mkN]\c-!#=g6i4V!㮉P{Nd3=+>/48?@<#<bUM=M>'"# +462"$462"4&#">2672#"&54>328M88M7N77N5-7XBvuFPgT!{#Prgb`%LloM88M88M88M8-!#=g6i4V!㮉P{Nd3=+>/4Lb -c@"ddb=N>Y,"%$%+#"/763232672#"547674/&7632[ # HG R\N'# T#`%R-* ^)/.nb#<+#CN%!+6gu -c@"ddb=M>Y,")$!+632#"&76732672#"547674/&7632q ?(/ R\N'# T#`%R-* q/' $nb#<+#CN%!+6g9 *?@<<b ==M>&$  +&''6732672#"547674/&7632?-l1{8m#T\N'# T#`%R-* 9mkN]\cWnb#<+#CN%!+6g/5@2<bU=M>,"%+462"$462" 32672#"547674/&76327N77N7N88Nt\N'# T#`%R-* oM88M88M88M8Ynb#<+#CN%!+6g-!5=@:*< :M=M>#"-+"5#5$ +>32&''7'&'77#"&542676'4&5&'"CX@T1>)jN9º^^45J}R3g}k5B#?8+BNB#ml1յvbFwwAJAy)Nj@gF< ;:bU  U M  =M>KIB@42+)!  +267"'&'"'>3232672#"5476'4&#" #"547654/&7632>32~$7!/J3FA$'7/)`@AG3'N'# T#N"%^N Xt%RP*+V-> 5-/4 ]Z:-ob#<+#C1Gq->!(7lV%!+Hzj'tb-VK!PX@"b =M=M>@ddM=M>Y$)%'&"+327654'&#"4>3 '".#"/7632J^5RX.Nd5?w{!No\{59[ # HF\}}?Zx`êjF'K{eG)/X--@*b =M=M>$%%'&"+327654'&#"4>3 '".632#"&767J^5RX.Nd5?w{!No\{5 ?(/ \}}?Zx`êjF'K{e=/' $9*4@1('%#"< =M=M> * *%'&"+327654'&#"4>3 '".&''67J^5RX.Nd5?w{!No\{5E-l1{8m#T\}}?Zx`êjF'K{e"mkN]\c4N@K$.<-;#:UUM=M>! 20+)'% 4!4%'&" +327654'&#"4>3 '".267"'&'"'>32J^5RX.Nd5?w{!No\{5W$7!/J3EA$'7/)`@AG3\}}?Zx`êjF'K{ex-> 5-/4 ]Z:-/,@)UM=M>%'&#+462"$462"327654'&#"4>3 '".7N88N7N77NF^5RX.Nd5?w{!No\{5oM88M88M88M8%}}?Zx`êjF'K{eF/ WKPX@SQM>@!USIMAY@ $$$"+%4632#"&4632#"&!7N1#-P/#-N1#-P/%+/L+"3H*/N-#1J+dd +:@7+ <: 9M=M>($*(+'"''7&74>3227654'&'&#"Cz,No[?_DcE?w{xEIn*9RX.Nd5 1NF''u7y\`êj8F}% ZiH9Lb=K@$ @1 d  db`M=M>Y@KIEC''"('"$ +32672#"54?'#"&547654#""'632326?>32#"/7632 rN'# L#}o;NZX%# J+X=H}< %V [ # HG -b#<+#CB{OQR=MXb#;+#DH;LR##7 .7)/LX=KT@Q$ <  bb` =M=N>GEA?''"('"$ +32672#"54?'#"&547654#""'632326?>32632#"&767 rN'# L#}o;NZX%# J+X=H}< %V  ?(/ -b#<+#CB{OQR=MXb#;+#DH;LR##7 .7w/' $L9=HW@TFECA@ $ <b`  =M=N>>>>H>H''"('"$ +32672#"54?'#"&547654#""'632326?>32&''67 rN'# L#}o;NZX%# J+X=H}< %V -m1{9m#T-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7\mkN]\cLMU@R4 ! <  b` U M  = M>IG@>7532('"% +462"$462"32672#"54?'#"&547654#""'632326?>328N77N7N88NrN'# L#}o;NZX%# J+X=H}< %V oM88M88M88M8-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7d!eZ8F@ %$@+ddbb=M>Y@ B@<:20%("##+!#"&463232676'&'&"&'>32>?674'&5432632#"&767]bR'V<#' -t<J- +)]<"%/*# O *+ _k7 ?(/ )Z;%b)5A,+,^DS"}Bp:ALaY<"d/' $15B@!<"+<09KPX@)=M =M=M=>@'U=M=M=>Y@ #);&%:+'67654/"57672632#"'&#'54?64&#"32>md:';e+@ mQ}{PuhDZ' P'[.P^oj5fbR)PRf{=)9 1 *RHXѽ~C!& ) ' ^7Vod!eHG@D+54)<bbU =M>B@%("#$ +462"$462"#"&463232676'&'&"&'>32>?674'&54328M88M7N77N]bR'V<#' -t<J- +)]<"%/*# O *+ _k7oM88M88M88M8ɏ)Z;%b)5A,+,^DS"}Bp:ALaY<"Tj<H[@X0<b   U   V =K >?=EB=H?H;942/+('   +!#2&#"'763>76322&#"'7637654'!"!"7>3!2uVTJ7q#H^5+%8;Yq9d3g9 %'D"^1''>X)J!;6''= [#E(*)5@  @7b  U=M=N=M>Y@,*2/*5,5#&#&"$ +33272'"74?''"432>?&#"326!"7>3!2H#PZTǔZ5%=BZ1 %'wbm!\-CV>9:;'()To<Ne@b0<  db   U  V =K >>=LKIGBA=N>N;942/+('   +!#2&#"'763>76322&#"'7637654'!""&=332673uVTJ7q#H^5+%8;Yq9d3g9ux9'P7R7D"^1''>X)J!;6''= [#u\)!E8m{-)6@  <60/*:K1PX@,b  U=M=N>@6b  U=M=N=M>Y@ 42#&#&"$ +33272'"74?''"432>?&#"326267#"&7H#PZTǔZ5%=BZ1Ƴf!2+aluwbm!\-CV>9:;'RfbV~HLK@ I60@& VQ = K  >Y@"HE@>;852/,'%! KK +!"327#"&5467#'76;254'!";2&#'76;27632;2ylh5{5/JR+>LWl+9jCR;V;2h@) <;D" X+5GDEIBR3'Da#+''m`F'=:'Z.<@@=3+$#<Q=M=M>#-$+%##+%7'"432332?673267#"&547&54>?&#"326!׊Z;o)fA'L191+>/sL^1G'=HZ1ƴo ^  Qd+a%5#'JAyD9D9;<'\$-Q@N<+*:db`M =M>&%%-&-"! $$ +".54732!"32672"747%x<9hl)@/ddb`M=M>Y@20,*$#! (( +"'&5467>32#"&4654#"32672632'"&767F=ZN=ANd) ?+V}3%BLCO ?(/ bVTAO#E6'%7'5!N݉B/QLnr/' $\s$/T@Q-,*('<db`M =M>%%%/%/"! $$ +".54732!"32672&''67x<9hl)@+db`M=M>Y@)))3)3$#! (( +"'&5467>32#"&4654#"32672&''67F=ZN=ANd) ?+V}3%BLCOø-l1{9m#SbVTAO#E6'%7'5!N݉B/QLn?mkM][c\`$,L@I<b`UM =M>,+('"! $$ +".54732!"32672 >2"x<9hl)0/,+$#! (( +"'&5467>32#"&4654#"32672>2"F=ZN=ANd) ?+V}3%BLCOGP.GObVTAO#E6'%7'5!N݉B/QLn}P;;P:\$/T@Q<-,*(':db`M =M>%%%/%/"! $$ +".54732!"32672&'767x<9hl))))3)3$#! (( +"'&5467>32#"&4654#"32672&'767F=ZN=ANd) ?+V}3%BLCO#4e/{8]!]bVTAO#E6'%7'5!N݉B/QLn~kMOiq!%7BK-PX@%<@?=;::@%<@?=;::YK(PX@dM =M >K-PX@dUM >@"dbUM >YY@888B8B'&hc1+763767674&/"?32632#"&#"'%3 654.#"7&'767'@D  b  ` U M =M=M =M >Y@=76#"&7>^J7ZZP9N^NTbJ7XL+@ m#PZTb71 d>W 88N;wo}jwE?2oF 9 1 *RLbm!\Q[;B # W)+-!+!-)?K-PX@ )<@ )K-PX@U SM >@&bU SM >YY@ ?>'&hc1 +763767#73674&/"?32632#"&#"'%3 654.#"!!'@H  b `  U T = M=M=M>Y@A?;9440/.-+(%'"$+#3272'"54?'#".54323!7!654/"57672654&#"326#PZT^NTbJ7X@ +@ m^J7ZZP9Obm!\Q6}jwE?22O79 1 *RN;wom7JV@*2K(PX@B ZbZ  UU N  ==L >@@ ZbZ  U   UU=L >YY@MKSPKVMVJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'!"7>3!2m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// E %'+ yfFRV4{>XZ4 " . ;))+ )(* (4B@?<bUM=M>+)1.)4+4'""+4&#">2672#"&54>32!"7>3!2-7XBvuFPgT!{#Prgb`%Ll %'-!#=g6i4V!㮉P{Nd3=+>/4()mJ\@*2K(PX@H d ZbZ  UU N  ==L >@F d ZbZ  U   VU=L >YY@LKZYWUPOK\L\JIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272%"&=332673m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// uy:'P7R7+ yfFRV4{>XZ4 " . ;))+ )Tu\)!E8m{/ (5B@?<5/.):bUM=M>%'""+4&#">2672#"&54>32267#"&7-7XBvuFPgT!{#Prgb`%Ll2e 3+`lu-!#=g6i4V!㮉P{Nd3=+>/4RfbV~mNJR@*2K(PX@A ZbZ UU N  ==L >@? ZbZ U   UU=L >YY@RQNMJIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272$>2"m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// qFP/FP+ yfFRV4{>XZ4 " . ;))+ )O;;O;d0;@8 <bUM=M>'"#+462"4&#">2672#"&54>32`/45m1_l@(7O Q ]\ <%:KPX@DZ Z  Z  UN == M  = M>K(PX@EZ b  Z  UN == M  = M>K*PX@CZ b  ZU  U= M  = M>@@Z b  ZU  U  Q= M  >YYY@"[YUTMJFD><641/-*$#" __ +"&5467&#!"'7637>7654&/"?3!272.+"32?6;#"?654&+3!267"327;TjpZ]0ZB<93 (/9 ?//9DgHRX+"  +'.d= z;'O +sA6JE#5\RI2))+ ) yfFRV4{>XZ4 " . ]3V3FJDEd2<I@F8&<b`bRM=>#''4!+#"&767"#"&54>32267232>724&#">qSR{{#Prgb`%LloPgT!muGI g7$"(-7XBvuFޅIOW`P{Nd3=+>/56i4V!56Z3`-!#=goJU@*2  d ZZZU N  ==L >K(PX@?  d ZbZU N  ==L >@=  d ZbZ   UU=L >YY@KKKUKUJIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272%&'767m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// 5m)jTw{+ yfFRV4{>XZ4 " . ;))+ )b\g)3JP-)Rq' (3E@B<10.,+:dbM=M>)))3)3'""+4&#">2672#"&54>32&'767-7XBvuFPgT!{#Prgb`%Ll4e.{9]!^-!#=g6i4V!㮉P{Nd3=+>/4S~kMOipq6Af@c?><:9$-< db``M =N>777A7A0.#  66 +23.#"327654&/"?27!"547&''67->4 4elx=,31 w 1// ?k=d+sIwyD]} <>^Vc9 66 #1$@CD-hY+;DL3+Ns!) ?IT@RQOML >0)$K/PX@6   dZVM=N=M>@7   dbVM=N=M>YY@JJJTJT#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32&''67J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A)-l1{8m#T`Xe^B5L)9u#X%& = cMD3-qVV)9'#;ommkM][cs6Hm@j$-<  db``  UM  =N>87FECA<;7H8H0.#  66 +23.#"327654&/"?27!"547%"&=332673->4 4elx=,31 w 1// ?-ux9'P8R8D]} <>^Vc9 66 #1$@CDGu\)!E8m{!' ?IV@>0)$@9b  UUM=N=M>Y@TRML#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32267#"&7J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^Ae 3+`lu`Xe^B5L)9u#X%& = cMD3-qVV)9'#;omRfaW~h6>^@[$-<b``UM  =N>>=:90.#  66 +23.#"327654&/"?27!"547>2"->4 4elx=,31 w 1// ?GP.FPD]} <>^Vc9 66 #1$@CDP::P:! ?IQ@>0)$@9b  UUM=N=M>Y@QPML#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32462"J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A877I8I0.#  66 +23.#"327654&/"?27!"5472&7>76&'&7>->4 4elx=,31 w 1// ?:1b J` SDD]} <>^Vc9 66 #1$@CD=`PWe!?A%3! ?Ib@>0)$@:b   UUM=N=M>Y@KJ^[JbKb#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32"&76767>32J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^AA93 :JrT]   7&C`Xe^B5L)9u#X%& = cMD3-qVV)9'#;omZ;M:I O) 3!6'7m Zd@ @ddT >Y@ZYQM>:21)%  +&''676&/&67327&#"&6?>7!&#"&6?>76&/&67327!L=e+sJwy';FP=?=8 );FQ=?=:cc );FP=@=9 &= +@1   dbU=M=M>Y@;;;E;E("'&7% +%#"547654/"57672>3232672#"547674&#"&''67h T+? m|XNN'# T#M#%5e=d+sIwy>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-hY+;DL3+Ns'7-W[gK(PX@"   T   S = >@"d   T   S >Y@XXX[X[ZYWVHHHG +6&/&673273#&#"&6?>7!&#"&6?>7#7376&/&67327!!';FP=?=8  );FQ=?=:cc );FP=@=9 II &@5 bUT= M= M >Y@?=5310.,#3% +%#"547#736'4/"57672!!>3232672#"547674&#"h T|| +? mAdXNN'# T#M#%5e>!(7lP7#9 1 *RPAl'tb#<+#C1GV3-'`X%9k@*4<3;):K(PX@UU = >@UUK >Y@'&761/-+&9'9OG +6&/&67327&#"&6?>7267"'&#"'>2& 6-/4 ]Y9-4U@R$. <-;#:bUU=M>! 20+)'% 4!4,"$ +32672#"547674/&7632267"'&'"'>32\N'# T#`%R-* f 2*C.>:!#2+%V:;?.nb#<+#CN%!+6g-> 5-/4 ]Z:-'y%1BK(PX@U = >@UK >Y@ (&.+&1(1OG +6&/&67327&#"&6?>7!"7>3!2&" (% +"+,"$+32672#"547674/&7632!"7>3!2\N'# T#`%R-* ? #nb#<+#CN%!+6g(*'q%7RK(PX@dU = >@dUL >Y@'&5420+*&7'7OG +6&/&67327&#"&6?>7"&=332673&%,"$+32672#"547674/&7632267#"&7\N'# T#`%R-* [-'Vajnb#<+#CN%!+6gRfbV~'3->|@ +<;0K/PX@K =M>@QK >YY@:831., >> +"&5467&#"&6?>76&/&67327"#0"#327`Tjs]*'=@=9 &,$)%+462"326723267#"&54>7&547674/&7632;N;;N\N'# 51 91+>/sJ^576J#`%R-* fR::R9cnb#<+#C+a%5#'JA-c?8?N%!+6g'b%-9K(PX@U = >@UK >YOG+6&/&67327&#"&6?>7>2"&,"$+32672#"547674/&7632\N'# T#`%R-* nb#<+#CN%!+6g'-%LKPX@ ZRK = >K(PX@!bRK = >@"bIRK >YY@ C"$/OG+6&/&67327&#"&6?>7#"&5463232674&'&67327&1o&ZCB)T E[L)ZE/)-',-/)-',-hq9'V6+&7=%?"8&%%DojFNVw?@*b  UR=M>Y@VURQ)!$)/() +7674/&763232>?674/&7632#"&54632326767#"&462"$462"`%R-* \#47?6M4+%RL*'&%9TZJH`%7D%T< ANkg;XR;N;;N9R99RV%!+8bnbFDEwTIL%!+\3/ XatP5=_hn.{R::R99R::R9q M)@ G0)(KPX@5b`X UR =M >KPX@6b`` UR =M >@9  bb`` URM >YYY@KIFDA?9731+*%#! +&''67#"&54632326'5%7>7'#"'.#"#"74632>329i)oOqy .'7l<_i}\)HnB(`-D31 3:jJ'!+DFLT>/Jqb_+7HH7+Ns3J%3 PF1$=+)l 3%B?ZLg/T9=`o'#.@ ,+)'&K$PX@bR =>@dbR>YY@ $$$.$..!$&+#"&54632326767674/&7632&''67&%9TZJH`%7D%T@A%RL*-l1{9m#S\3/ XatR@ eUV >Y@[ZZl[lRNED<8CG +6&/&6732767654/"?327#&#"'7654'&#"&6?>72&7>76&'&7>&@@Z  b  eU  U=N= M   >Y@MLL^M^IG@>864320!##4+7654/"576722?632#"&#"3272#"&'.'&#"#"542&7>76&'&7>+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J T~:1b J` SD?'9 1 *R?FH+;_ +7? b`r*$! B*7q`PWd">A%3FDH@E +<ZbVN=M >A?%"'!##( +654/&76322?632#"&#"32672#"&'.#"#"747E%R1*&,9hdD%59wi  @N-1<  6 TV%!+H+;o, -%5d =!(7l)#+4S@ <21:K(PX@d =L >@ddL >Y@ -,,4-4U"547%&@&dbU=M>Y@%$#"   +"547%32672'"547654/"'7672+!JX+}V+? l]ZmB5#Z-?'9 1 *R)-#-+>R@ <29K(PX@e =L >@deL >Y@ -,,>->U2&7>76&'&7>&@&beU=M>Y@/.-,*'  +2&7>76&'&7>32672'"547654/"'7672,:2c J_S DJX+}V+? lf`QWd!?A%3ZmB5#Z-?'9 1 *R)+=_@ 32@bM=L >Y@ -,97,=-=U2'>76#"&7>&X 87/)-',-) #( с','[;B # W)+-!+0@&% @'bUM=M>Y@ ,*0 07"$ +32672'"547654/"'767272'>76#"&7>JX+}V+? l72 d>W 87ZmB5#Z-?'9 1 *Rg[;B # W)+-!+)#-+3L@dVK >YU"&462&@(bUV=M>Y@ 7"%$"+4632#" 32672'"547654/"'7672+;'%>:)+X+}V+? lN><)'9)ZmB5#Z-?'9 1 *R)#-3B@ 3 @dL >Y+'U7 +;26&#!"&6?>7'76&/&67327%c(${#T#5`=@=9 T_&  #( с',-[?p/)-',-r&l@#& @ bU=M>Y;"&+32672'"547'7654/"'7672iX+}VWb+? lV=k+mB5#Z-P;e?'9 1 *RNAIn@< @dU =N>Y@CBBICIK"K"+#"'&"&#"'76?67.'&?!327654/&?327%"47%'/)X3)4j>-? W1*7j+!Ju?1Dd1R'%q-[ 'sq>S''-\)b9G@?>1 @)ddbM=M>Y@ $%','("# +%32672#"5476'4&#" #"547654/&7632>32632'"&767wN'# T#N"%^N Xt%RP*+VB ?(/ b#<+#C1Gq->!(7lV%!+Hzj't/' $7N-ATm@< @eU =N>Y@CBBTCTK"K"+#"'&"&#"'76?67.'&?!327654/&?3272&7>76&'&7>'/)X3)4j>-? W1*7j:1c J`S Eu?1Dd1R'%q-[ 'sq>S''`PWe!?A%31)9LE@B1 <@9beM=M>;::L;L','("# +%32672#"5476'4&#" #"547654/&7632>322&7>76&'&7>wN'# T#N"%^N Xt%RP*+VK:1c J`S Eb#<+#C1Gq->!(7lV%!+Hzj'th`PWe!?A%3NALq@< @dU =N>Y@BBBLBLK"K"+#"'&"&#"'76?67.'&?!327654/&?327%&'767'/)X3)4j>-? W1*7j5m)jUw{u?1Dd1R'%q-[ 'sq>S''\g)3JP-)Rq)+9DI@F1 :::D:D','("# +%32672#"5476'4&#" #"547654/&7632>32&'767wN'# T#N"%^N Xt%RP*+V4e.{9]!^b#<+#C1Gq->!(7lV%!+Hzj't~kMOiqD9KM@JA@1 <bM =M=M>;:GE:K;K','("# +%32672#"547654&#" #"547674/&7632>322'>76#"&7>O&# T#M#%^N Xs%RP*,V72 d>X 87b#<+#C1Gq->!(7lV%!+Hzj'tR[;B # W)+-!+P+L@F1*#K(PX@;b`bR K  =K  = >@4b`b I UR >YY@IHEB>=86433"$$ +%#"&7>327267&"2&#'76?67.'.5?!3276/"&?37#'ih'L <B5b1!)k3N 4j>-  ? h1 H7jǾJP>1+8%RDd1q'%q-[%uq>q ''q#Hc%@#bM==N>Y@ *$)),'&+>754" #"547654/&7632>32#"&54632326pT!O[\N Xt%R1* VGT/-Jt'=a]%'6 6.8>!(7lV%!+7djbÖ5L7',#  #y+8@5UM =M>" (% +"+  +"32654&!"547!2!"7>3!2}9Ҝ5p;a; $&ZQ> n_ JQ/J0))+/@,UM=M>" (% +"+%'&"+327654'&#"4>3 '".!"7>3!2J^5RX.Nd5?w{!No\{5 %'\}}?Zx`êjF'K{ex(*q1B@?d UM =M>! /.,*%$ 1!1  +"32654&!"547!2"&=332673}9Ҝ5p;a; uy9'P7R7ZQ> n_ JQ/Ju\)!E8m{),/@,,&% :UM=M>%%'&"+327654'&#"4>3 '".267#"&7J^5RX.Nd5?w{!No\{5Jf!2+alu\}}?Zx`êjF'K{eRfbV~.<rK1PX@# ddM =M>@' dddM =M>Y@! :831)' .!.  +"32654&!"547!22#"74?6#"74?632}9Ҝ5p;a; e) V DZQ> n_ JQ/J##  @)9/>KPX@#Z =N=M>K1PX@$b =N=M>@*b` =N=M>YY@ &&(%'&"+327654'&#"4>3 '".#"&76762"&76762J^5RX.Nd5?w{!No\{5S #& ( %\}}?Zx`êjF'K{e /  +*+EYKPX@ C <KPX@ C <K(PX@ C <@ C KPX@9Z  b XUM == N  >K(PX@3  b XUM == N  >@7Z  b XUU= N  >YYY@A>;953+)$" ED  +%32676&+"$!;!6&#!"326?6732#"57.+3!2!94%9F<977uX7JHFQ10 +' -#/f#5g3s\B$--Fq!LAX)1= %+@/+' 9CE@B?3.<bM=M=M>&#""((! +32>54.#"4>326322672#"&'#".4&#">LRw:A3Ty:=uz4ba%LloPfT!XuR{@-7XBvuF^u=;L\-^^`jd3=+>/56i4V!\QMwo-!#=g! HPK@2  d U M =  M = K =M>KPX@>  dU M =  M = K =M>K(PX@>  d U M =  M = K =M>@8  d IU M = K =M>YYY@(JI IPJPGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326'"67% bNdb# q3? `D;7IXqX+244=7 ,L @+x+!K-11(E'?Mf#*RPN1d)%? '')+ !  +[-\b+9g@#ddbM=>Y@ $%.'"$#+>32#"'&#"#"54>7654/&7632632'"&767DL566'!$9< N r%R%,#> ?(/ H;%+H+@(7#090%!3/' $!-; H[J@2  e U M =  M = K =M>KPX@>  eU M =  M = K =M>K(PX@>  e U M =  M = K =M>@8  e IU M = K =M>YYY@(JI I[J[GDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?3262&7>76&'&7> bNdb# q3? `D;7IXqX+244=7 ,L @+I:1c J` S E-11(E'?Mf#*RPN1d)%? '')+ !  +m`PWe!?A%3E1o+>9@6<29beM=>-,,>->.'"$#+>32#"'&#"#"54>7654/&76322&7>76&'&7>DL566'!$9< N r%R%,#:2c J`S DH;%+H+@(7#090%!3`PWe!?A%3! HSN@2  d U M =  M = K =M>KPX@>  dU M =  M = K =M>K(PX@>  d U M =  M = K =M>@8  d IU M = K =M>YYY@(II ISISGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326'&'767 bNdb# q3? `D;7IXqX+244=7 ,L @+5m)jTw{~-11(E'?Mf#*RPN1d)%? '')+ !  +X\g)3JP-)Rq++6=@:<431/.:dbM=>,,,6,6.'"$#+>32#"'&#"#"54>7654/&7632&'767DL566'!$9< N r%R%,#h4e/{9]"^H;%+H+@(7#090%!3v~kMOiqh5=I@F <;::dbM = =M>766=7=/$/$+'.#"#"?!27654&'.5476$32%"47%?-ZD`;XV-X6 >-ZP@[`3 j}+!J!9;NP's^d7QlB#*u*"Un( :UnA!#>-\yb 9K!PX@0bbM=M =M>@.bbUM=M>Y@/-*(%#98$! +632'"&767.5463232654'&54632'"&'&#"# ?(/ ef%')1)+Lb}\J%5T=DRm^/' $^;/B+!HPdTydj:FA);V;J7ZMuh5@L@I>=;98 <dbM = =M>666@6@/$/$+'.#"#"?!27654&'.5476$32&''67?-ZD`;XV-X6 >-ZP@[`3 j=e+sJwy!9;NP's^d7QlB#*u*"Un( :UnA!#>yhY+;DL3+Nsy,+ 6@ @+db`M=M>Y@ ,*'%"  6 5 +&''67.5463232654'&54632'"&'&#"#-l1{8m#Tf%')1)+Lb}\J%5T=DRm+mkM][c^;/B+!HPdTydj:FA);V;J7ZMuhsDN@ 980&%<1;KPX@7bbXQ M = =M>@8bb`Q M = =M>Y@MK<:6542/-)'$"$ +'.#"632#"'732654&#"'7#"?!27654&'.5476$32?-ZD`;XV-K5DjHJ;89X))5 s X6 >-ZP@[`3 j!9;NP's^d7QlB#*v1/Ld#$7/ u*"Un( :UnA!#>yyB@0; : <;KPX@:b`b  X  RM=M>@;b`b   `  RM=M>Y@><9731/.%#  BB +"'7.5463232654'&54632'"&'&#"632#"'72654&V+3 od%')1)+Lb}\J%5T=DRmC5CkHI;79Y) ]:/B+!HPdTydj:FA);V;J7ZMmj1/Ld#%7/h5@L@I <>=;98:dbM = =M>666@6@/$/$+'.#"#"?!27654&'.5476$32%&'767?-ZD`;XV-X6 >-ZP@[`3 j5m)jUw{!9;NP's^d7QlB#*u*"Un( :UnA!#>\g)3JP-)Rqyl) 6N@K:db`M=M> ,*'%"  6 5 +&'767.5463232654'&54632'"&'&#"#4e.{9]!^f%')1)+Lb}\J%5T=DRm~kMOiq^;/B+!HPdTydj:FA);V;J7ZMu?DJ@ F  0&%<1;:K&PX@8  b`b`Q M  = >@6  b`b`   UQ >Y@EDB?52/-)'$" JJ +!2>7#.+"&'632#"'732654&#"'7#"&6?>76&+""'67!3=$ELo5/ ';F|?=5DkHI;89Y))5 j=@=7 Xb  `  b `Q M =  >@=db  `  b `Q M =  >Y@@?;943$#$&#% +7>323#3272632#"'72654&#"'7.547#"54767} !Ry3q%(AJ5DkHI;89X)+3 p,+| 1ofP%#7w\ <d:'Hjt1/Ld#%7/ +1)- !?1<@-<:9754:K&PX@'db`M = >@%db`U >Y@222<2<,+)& 11 +!2>7#.+"&#"&6?>76&+""'67%&'767!3=$ELo5/ ';FP=@=7 @3  bb M =M =M>Y@*)64):*:('%##% +7>323#3272#"&547#"547672'>76#"&7>} !Ry3q%3H31| 172 d>W 87ofP%#7w\ <d:'\v(6)- !.[;B # W)+-!+?DA@=  <:K&PX@+  b`UM  = >@)  b`  UU >Y@<;9631.,$  AA +!2>7#.+"!2#!&#"&6?>7!"7>;6&+""'67!3=$ELo5/ Ne';FP=@=7 dO@1db` U M =>Y@87310.%###!% +7>323#32+3272#"&547#"7>;7#"54767} !R1!63q%3H31:q0 1ofP%#7w\ <#d:'\v(6)$ !ZF[@K U <@+ U  U UM>Y@&HGYWRPNLG[H[A@?>;743'%FF +".547654&/"?327#2>7654&/"?327#267#"'&#"'>32s3_gL0+23@D3=8 y8R`\H u+06!3=:o9$7!/J3EA$'7/)`@AG32MUAN '',+=pIf@\xRX ''.-,> 5-.4 ]Y9-L=Qq@nB L $ ?>ONIGEC>Q?Q''"('"$+32672#"54?'#"&547654#""'632326?>32267"'&'"'>2 rN'# L#}o;NZX%# J+X=H}< %V u$7!/J3EA%'7/)_G3-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7-> 5-/4 ]Z:-wFR<@#   U UM >Y@"IGOLGRIRA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#!"7>3!2s3_gL0+23@D3=8 y8R`\H u+06!3=:o98 %&2MUAN '',+=pIf@\xRX ''.-1))L=IT@Q$ <b`   UM=M>@>FC>I@I''"('"$ +32672#"54?'#"&547654#""'632326?>32!"7>3!2 rN'# L#}o;NZX%# J+X=H}< %V , %'-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7(*oFX<@)  d   U UM>Y@&HGVUSQLKGXHXA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#"&=332673s3_gL0+23@D3=8 y8R`\H u+06!3=:o9Guy:'P7R72MUAN '',+=pIf@\xRX ''.-u\)!E8m{L+=JV@S$  :b`  UM=M>HFA@''"('"$ +32672#"54?'#"&547654#""'632326?>32267#"&7 rN'# L#}o;NZX%# J+X=H}< %V ,f!2+alu-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7NRfbV~sFQ[< @-  U U M =M>Y@&HG[YUTMLGQHQA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#"2676&>2#"s3_gL0+23@D3=8 y8R`\H u+06!3=:o9h.F *[G ,V}IG2MUAN '',+=pIf@\xRX ''.-OB0.EE.1AdcGEeLT=HRb@_$ <b`  U  M =M=M>?>RPLKDC>H?H''"('"$+32672#"54?'#"&547654#""'632326?>32"2676&>2#" rN'# L#}o;NZX%# J+X=H}< %V .F +[G ,V~IG-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7@C0.EE.1BdcGEeFUc<K1PX@'  d   d UM>@+ d d   d UM>YY@&HGa_ZXPNGUHUA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#2#"54?6#"54?632s3_gL0+23@D3=8 y8R`\H u+06!3=:o9( V D2MUAN '',+=pIf@\xRX ''.-##  @)9=L[@$ @: bb`  M =M=M>Y@ZXRQKICB''"('"$ +32672#"54?'#"&547654#""'632326?>32"&76762"&76762 rN'# L#}o;NZX%# J+X=H}< %V t#% ( $-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7 /  +*-Z@<GFYR @) b U QM >Y@ USQPMKA@?>;743'%ZZ +".547654&/"?327#2>7654&/"?327#32>72#"&767s3_gL0+23@D3=8 y8R`\H u+06!3=:oI ~o f8##qSRQ2MUAN '',+=pIf@\xRX ''.-XoB`IOhuZLLT@Q3  <b`RM =M>HF'"(,#'$ +32672327#"&467&54?'#"&547654#""'632326?>32 rN'# OJ91?YoL\RQ/#}o;NZX%# J+X=H}< %V -b#<+#f/d%5JJuR 7B{OQR=MXb#;+#DH;LR##7 .7Rq@Ky@IHFDC@$ dbUN>Y@AAAKAK&(CF +.'.73277376&'.7327#"'.'&##"&'&''67ER  Jo BTFNYBLLV  CBB V  4o  =e+sIwy~^N7)  )+0+E}78)  )w-&O a#XhY+;DL3+Ns)9D@BA?=< @#db`=>Y@:::D:D1/'% 99 +"'&"&'>32676767>54'&5432#"'&'&''67!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1-l0{9m#T}03 YsLB9,4;MG:ALaYÂILx$,BmkM][cMqAL]@ JIGED@dbK >Y@BBBLBL73+*"G +%&#"&6?67654'./.732736&/&67327&''67 );FP=?qH!)3sb;D1  C%B-w615' =e+sIwy/)-' Uv"T3+-#)-/-.7;LhY+;DL3+Nsd!e+8C@A@><;%$@'dbb=M>Y@999C9C20%("##+!#"&463232676'&'&"&'>32>?674'&5432&''67]bR'V<#' -t<J- +)]<"%/*# O *+ _k7>-l1{9m#S)Z;%b)5A,+,^DS"}Bp:ALaY<"9mkM][cM\AMYgK(PX@ b U = >@ b UK >Y@ONCBUSNYOYIGBMCM73+*"G +%&#"&6?67654'./.732736&/&673272#"&546%2#"&546 );FP=?qH!)3sb;D1  C%B-w615' !-H'#*Es!-F)!-F/)-' Uv"T3+-#)-/-.7;5+!/?+#-?-!-?+!/?Tc1r@0/<:K&PX@!d =M =N >@dU =N >Y@-*#!  +"47%&#!"547676#!"'673!>327!267+!JN23!;dm?:5:I4v!T )FP1f<;P-\fTs $O  ob4B@:9   ,@E d  d  bb``UM=M>Y@><8642#!*"## +232>72#"'&#"&'&'67#"&#""'>327632'"&767;jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496H ?(/ Tc#=;r3594 '-E^/' $Tcb)1g@ ('@!UU =N >Y@ 7"!7@+&#!"547676#!"'673!>327!267>2"923!;dm?:5:I4v!T )FP1f<;PGP.GOTs $O  OP::P:o4<m@j  ,<  bb``  UUM=M><;8742#!*"## +232>72#"'&#"&'&'67#"&#""'>327>2";jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496FP/GPTc#=;r3594 '-E^P;;P:Tc)4o@('<21/-,:K&PX@!d =M =N >@dU =N >Y@***4*47"!7@+&#!"547676#!"'673!>327!267&'767923!;dm?:5:I4v!T )FP1f<;P5m)jUw{Ts $O   \g)3JP-)Rqo'4?u@r  ,<=<:87 :   d  bb``UM=M>555?5?42#!*"## +232>72#"'&#"&'&'67#"&#""'>327'&'767;jD@Z&7"#1J%!FpFZVVFD u&3HC!'x4964e.{9]!^Tc#=;r3594 '-E^~kMOipy#2yKPX@+b`XM=N>@,b``M=N>Y@.,%# 22 +27267>?6&/&7676767632#"&6&#" #"&546D9$%!*! A*%Jg/DdRwT))Jw.0V-J5`*B,I+ qY7\3@3@4  b ` T =M=M>Y@ 5 543&"&! +%3267654&#"#62#"''67#737654#&?27673J'^)ZJ}hJjVOq+HL!+ 5jO,=!33-2=H@ *)@(b U UM >Y@33FDA?3=3<86.+(" 22 +"'"&7>3232632!"&#"'7437>7632676&# 3 76&#"-K FDž +,'!hJ)T4d?@$ZUUM >Y@420-(&#  % +3267654&#''74;27654'#"?!5#!"3 qJ X! !y%*bפ'\ 7)  ?d+ +@ <9K1PX@(bM=M=M>@&bUM=M>Y@ (% + +$! +%2676&#"!.#!632#"''676&/"?63!\'!UZu^~"4?Dvy'/͠{;3% !;o=ᷚVXqG- =bX) /!#rD57@4.<V =M >3210-( # +32>76.#6&'&767232#"&#'7637>7g 1Tm^1 ){^0F)DsR/yLX/ 6;7 9.$%$!+%32676&#"2632#"'"'676&'&76F-K'!T\u`Vu'1˞uC @+C'T涚VRjoI @ ZHZP##F 9@6 <bM =M>    + !"&#732>76'4&#"'F-!?3}o(FXRj]R)^wZkkw1B@?/!  <UM =M>,*$"11 +2#".#"3267! 547!2>;g#'=+ B3}o)F`s%8 HE7 )^wbakyVV)!1y7@5-! @.bbUM=M>Y@1/,*$" 77 +"&#"#"54654654'"327#"&547632>32qDD3: Llf'ra}1)wF9=J/mJ%3 +/>#hɤL9}Ӫ;L /PT7 !&#+8K(PX@!SM = M >K-PX@US M >@+Z ZUS M >YY@ 83B52%$ +%3 654#"3#6;27#73674&+"?632#"&#T!vX\ t%>jdt)2; 9)v{ff1P_P)HQ;-:Z:@bUM >Y@ f'$4&"+%3 >.#"637676&#"#"7>323263 #"&#"'+ E d :b{TV  ;h 715Y -H[(#D=9#ruB3!`O1W5&B5<!$TXi;+D 4K-PX@"<:@"<:YK(PX@&ZUN =M >K-PX@$ZUUM >@+ZbUUM >YY@ /-)#!  4 3#! +%# 326#"'3!7#2&#"#"&76$!3>.j?!bI2Pw=2Y^{ >1# +9 3?A#-9zJ$>'Ϭ)pX:351+ 1\ 5m@5#<:K1PX@ M=M=M>@UM=M>Y@ %#%3%#+%.#"326&+"'!67#7'#"&767632oGBsTH&'RTI Dw)1\Ru/ZXH+#^t)1b=;fTX4 RN% 0#3{b#)</@,+<bQM>.,"&(+%#"&546562327654'.5476$32'$654&#"XLuM9d 5JL3B`g-\h]lVp:ons;JXj5{)5+H` hD9w!Pw*ij+A@A@ 1+'@6  ZbZ UV=K >Y@ >;&6#"52520 +!%+"32%!703!27!"+'67674;203!654#!"'  =jX= 7yLyV$/!  - !1e>H7++\;-H C Z@Nw9>+)+LD"9@6<SM =M>! " +32$7'>32!"&547!67654&#"hD#H] u1{iX^~%Q/mjmfD9G@D1#"<UM =M>(& 99 +2.#";2+"32>7#".547>7.5476$LP'A[u% !ɖmN+9V`PN#DE/D: {!\)'w/-}w7jD;yT"(!-mC&1F@ #K(PX@6Z  b  `U  RN =>@4Z  b  `UU  R>YY@CA=;%$&$"6C3 +76&/&?3!272.+"!26?6;#"?6&#!#"&7>3232> $;<D6,> EjJ[46- .&4_&wp*L =( ;JG0) )r zeFR*,4jOCo4,"=QP<2+% S8µKPX@.bZRM =M >@/bbRM =M >YY@5321+)"  88 +2#"'.#"3# #"&5465>3272>?#7327>b[.9 XbR D=// 1VN9TLJ`)ND1!+4?#P#TN=%++`»VPlGT@QE +63< UUM =M>B@970-*'$! GG +2#"&#".#"327654+"?37+"! 5476$32>= d `? 0^ؗ7b6P 3/+ 'Z`o!< H />g9B66-- 41BN!1yN+ h@N'[;951. K&PX@QK >@UIMAYY@b`URMEA>5:'+3276767'&'&#'"'&5?32326;#"767656'&#'#&'?32376;#"#"754676'H!  %+  P+ \<;  KL   %) -?WLb%7A 2- ##  )X'  ##)#`NyCo@ <?@$U=M=M>Y@ &7(&%+$ +3267654'.54632 #"5454&#"#"547654/"'7672>32imh!L-6*7\"%5dN T+? m}YDP)vI6y$ "/Rx6.->!(7l?'9 1 *Rԙl}c@  @ bU=M>Y7"$+32672'"547654/"'7672JX+}V+? lZmB5#Z-?'9 1 *R'-5?K(PX@V = >@dV >Y#(H#(G+6&/&6732732+&#"&6?>7#"7>;&KPX@-  b M =M = K  >K(PX@0  b M = M = K  >@+  b U M = K  >YYY@VSOL?>;:*3#53#3 +%;2�'76;27054+"?30%+"6767>32"."32&#'7654'&'b5R8o`8P 5qR;N#{Ad2Tp5:#FR"!T56DN   O{1E B''ZB''Z/B{#A:R1+.9-B#!O34$!\' !/!D 'q^@$LW<@3bbM=K= K  >Y@\YVSPM*4833:"&" +>32#"'4#"6767654#"?37#";2&#'7654/.#"32&#'76;267)Ș?i1=Fwu35bH )/ J' hQ d! =H hP&10 5'#+Z!3-#''9))4%#7  7''+/.}@ (@*bUV= M  >Y@ +)$#$4# +#"7>;654/"'767232+32672'"547e" X+? la!^Z+}X#?'9 1 *RN#\w D3#Z#o(9@6('  <;9M=M>$.$%+327#"&'''&''7&#"'>32$,1NN'5~7JE $#`LR3329->ytb--{bq>w449D1sP+j@e4 C D @.   b  `  U M   >Y@jgda^[TRNLKJIGB@96#5%3#7$+32747654'#"?307+"327654'#"?307+"327#7#"&="547654'#"?37+"D{ P+ W+^ywR+ U+5/ -1K+ %׬Vf R+U)^l#!3g ?''Zp#?''--G9 7"cG'Ze?''ss+K@%A KPX@.b  Z  RK =M>K(PX@/b   b  RK =M>@-b   bU  RM>YYY@IGDB($346'3 +7.+"&?!32?674'#"&?37+"#&'&#"&=632326B/  `   ]7 I 57F +1'%)-A[7?RBN/] !0 0` ''J3;+Dd3XfX\);#H1!#9'@$$<M==>*),'%+6'4&#" #"547654/&7632>32#"74>q"%^N Xt%R1* V Xh ->!(7lV%!+7dj 5'8 #3D!0@-SM =M>   &$ +!32654&#"!"547!2wٲ#;׬<<5Y 54y9B@f=1zDE/=)&6;@8<dVM =M>('0.'6(6+"&"+!"547!2326754&'&547632"32654&5Y 5{//X!R ^1@#5ٲ#/zDE/F+-H PT?=PRB fN}6]KPX@$dM=M=M>@"dVM=M>Y@ $*"&%$+32>5#"4632327654'&747632##".L)C:XCm=yZ>;5j/N\-3sTBJtD+^\;w;vL@PF7R^X8PfTND-7@ 7 K(PX@+ VO = M = M>@-Z VO M = M>YY@53/.D332$! +% !2>737673;2&#'7673276&#/  327}55y< /B/-W2Q1V!T3\53{p{m'/H'-Z''ZX7 P'1>D@A2  < UM= M=K>=;"!"&$8332 +;2&#'76;26746."#"#".7632326;&'"327 1' P )10  +3=TRj71'hO9V 7{w'NX1hF/+''+/ 3JVH+#NٓϤu]$-;;=HC@@?*8<bUM =K >$#335*f(% +%654&##"'47>737632#"'32&#'76;23 654#"D| 0= JmohuP" H}ӅZ?N`7P5qvh%l98 Z >;&= 5qd 5Z\3!HO;?'' 99$'6C@8  @:b bM= M= M=K>Y@B@;9"&$335'! +3632#"'32&#'76;27>32#"54#" 3 654&#"++)s 7dHPJ'P'Z5)ɗ?i1?Fvu3d]TG95;>w-7''Z<5'#+Z!X}ZFjw\%-+?M@3 @-  U U  UQK >Y@JHFD=:85#5334"% +;#"&'&'32&#'76;27054+"?30%+"3 654&#"32>a5a #7Vw 7b5R8o`8P 5qRIbsDXgRzuLu)bN?''XB''Z.#qh3e'D;;@8;:<bM = =M>86'%#! " +>32326?'6#"#"&547>7$7654&#"'ngpPyks$ 92@A}XTqT5gV:= 4*T`3-w`ky3#u-#%Í!!XZ3fPj {+5A@>+<b`M= =M>55/#.""+&#"#".547>7>7654'"'6763232767P!Vf3mb\RMs%1#%qj}s\5fFT#!bH!q6G=dbL{V3fT!je73cD9H;H}+t@@"ZZUK >Y@ #$+.#!!267'?27 &#'?36;Nba76[ 13F +heo1'!V3N9e3@"bUQM>Y@ *%!*$&$+654&#"326%>3232632#"&'&54767#"&5455=a 73=a^TV/ -J#5 uP!Z-4 71T^/AZ9 -@Y9ZmTcPrN'5q1 %?'5cJyC!PF5H@E/.1 <:eM=M>-+'%" 55 +"&5465>76?"547#"?6726?32'#27 D`?XPq `e }G/y/FX% # ) !X/s!7o?p{') )L0?9"#%,{Z7e@&<:KPX@bM =K >@bUK >Y@ 533675"+#"'47>7!2657.+";2&#'76;27654+H0=: 1>X71c7P6qV'>X" wD#3 B''Z 7c3y@*bM= M=M>Y@32#"&&$#$ +27"547#"?672>7>32#"'4#"32'y/FXq /D )Ș?i1=Bp!5/!L0?9"s!7o?85'#+Z!} )|?D6@ <:K&PX@)b``QM >@/b``UIMAY@ $"&255+%654&+""'673!2>7#.+"327632#"&56&0Q^,'Fl!3=$ELo5/ "z3!D&nu Jecg} mQ#3c@ U UM >Y@PLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+"5doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdR3PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ[}B;@8('<db==N>)$)$$)"+46323267#"547#"&5476'4&#"'>3232727654.!99-2 1/'uV-R?\^+793!Z#17^'sJ'/'%?D7f%7F!]LBNLQi\pLz#)-FA/)9T '+9KPX@ ZM =M>K(PX@!bM =M>@bUM>YY@/-$"99 +"#732327654546;#654&#"!"547>54RH59Ţ % l|5:MhXX' m+PfPf5H#B1`-DC 9#7#d'%3D^Ւ%}D:u@ )@'bUM =M>Y@ ($"%&3#4 +654+"?30%+"3265#"#"=>32#"&54`7P7oupd7=!@5J#HB''ZfuR}g;)/X/H@q~٣g!> FDKPX@'D=<@'D=K(PX@)bM =K =K >@'bUM =K >YY@ 337339%%$ +.#"#"547>3267654'#"?37+";2&#'76;27w+-@39 >5bXZjX/= +-<%kPb5P5s N{jg3+# J79s%))'3; B''Zd!R>H@E3<1<bbbU=M>%("#*"#&+>32#"'&#"#"&463232676'&'&"&'>32 43,B%5#= ) 'd<_dR'V<#' -t<J- +)]<"%/*# z;X*!j"6 R2BmZ)Z;%b)5A,+,^DSqTcD9q@ 87 @#U V = M >Y@ 52#$"!4#$@ +&#!"547#"7>;676#!"'673!>32!2#!7!267923!$;dm?:5:I4v!T )F@ %`1f<;P(s $O *+  oD@| 2 < '< : b b `b`bU M =M>DB@>;:8653#)"###%+32+232>72#"'&#"&'&'6?#"7>;7#"&#""'>327;j>v%3@Z&7"#1J%!FpFZVVFD u̗$&3HC!'x496M):=;r3594 '(-E^+PLV.r+@(b`UIMAY@(&$" .. +!2#"$547>32727654.#"!'?51= %d8/\#N* hF7d5st+D#͑-8jT )=H'/9s;^)jP'V1{@+ <:K(PX@"b`QM >@(b`UIMAY@$" 10 +26754&'!&#"327632#"54767.763u5PZ7;kw9_L [!:+)s^+/`s%HN?c- '& 'lD +.N@K) <:b`M=M>"  .- +2?54&#!&#"327632#"&547>7&763V+/7>5ݻ9:{ NsI/F1 ̓ % 1q" oN3-u}_9- 5^1%-:4@180*<eUM>63-+)' +#"&547>7>7654#"!"'73!2{jw zi T>"uuN->- D;')Z!) # 'j5+d66&''% +#!267!>?#7!>7674&#"#"&547>32J=`Z5H$2VkuTVg;^c L%ѕe`DP9{+?TbgPNV\XL/J#di}! `Ow#>@; <bSUM>"%&!+654&"'!!72#"&=>32326Bs$lPi%Z/1Huq!sqw""P8 $9T}q'<@9 <bUK=M>#&&1$+654&#"7'!!632#"&547>32326^Pf`p+oB&y !۶Z11 A/b"T{qw i)!P6$=!/w}f)>@;< :bSUM>"&&!$ +654&#"7#7373#72#"&547>32326^RRZFP@1o +ߟV1-Iuq!(oP P}1%N5 $?N+w!*0@-<% 9eM>#""*#*!! +63 74?>7654#"767>;"674 1T3%/3 !+-PE< $j?NӶ11J3 :3!% 9  X #GP=+7@ = > +7#3P1R57@ = >+%#3#3P1RP1R557/@,T S = > +%##737#7333#3#{RyyPw PP PPbPAQ#@ddM>Y@ +*A?(! +762'"'&'476"=07>7676746767676762+#+%%'%+    *-Z 5#%! ))HV'>9/6F&))"L1%-/+Rq{ ! )4Zl@=('Z<21/-,:K&PX@; d = M  =M  =N  = M  >K-PX@4 d I U =N  = M  >@; d  b  I U =N  = M  >YY@**jha_YSKEBA96*4*47"!7@+&#!"547676#!"'673!>327!267&'76763767674&/"?32632#"&#"'%3 654.#" 23!;dm?:5:I4v!T )FP1f<;P5m)jUw{DK-PX@X  b  bb``  U UM= M =M>@_  b  b  bb``  U UM= M =M>YY@55usljd^VPMLDA5?5?42#!*"##+232>72#"'&#"&'&'67#"&#""'>327'&'76763767674&/"?32632#"&#"'%3 654.#";lD@Z&7"#1J%!FpFZVVFD u&1HC!'x4964e.{9]!^@  b   b  bb`` U U= M=M=M =M = M >Y@)55xvtsrpihgfda]\ZXSQLJFD5?5?42#!*"##+232>72#"'&#"&'&'67#"&#""'>327'&'767654&#"326'#".54323674/"576723272'"547j<kD@Y&8!#1J%!FpFZVVED u'1HD 'y3954e/{8]!]$^J7ZZP9N^NTbJ7XL+@ m#PZTTc#=;r3594 '-E^~kMOipN;wo}jwE?2oF 9 1 *RLbm!\Q)-&RE=K(PX@&bRK =L >@$bURL >YY@ UB]=1o&ZCB*T E[M)ZE&K(PX@,bUR ==L >@,dbUR=L >YY@ U &%9TZJH`%7D%T@B%RL*;N<KPX@>bbUR = M ==M>@<bb  UUR ==M>YY@HGFEC@"%.!$& +#"&54632326767654/&7632462"%32672'"547654/"'7672%%:TZIH`%7D%S@B%QK*:R99RVX+}V+? l\3/ XatRK(PX@8bRK  =K  = = M>@0bI  UR = M>YY@b^SQONK$C"$' +#"&5463232654&'&67327#"'&"&#"'76?67.'&?!327654/&?327JB\>1o&ZCB)T D\ L)ZE'/)X3)4j>-? W1*7j/hq9'V6+&7=%?"8&%%D5?1Dd1R'%q-[ 'sq>S''oH-#+m@h LE K-PX@7bUR K  == = M>@5bU   UR= = M>YY@gcXVTSK#.!$& +#"&54632326767654/&7632462"%#"'&"&#"'76?67.'&?!327654/&?327&%9TZJH`%7D%T@B%RL*;N<-? W1*7j\3/ XatRS''o#+e@ ] 5@7  bbUR M =M >Y@b`YWKIB@"$.!$& +#"&54632326767654/&7632462"32672#"5476'4&#" #"547654/&7632>32<%%:TZIH`$7D%T@B%RL*:Q::Q^N'# T#N"%^N Xt%RP*+V\3/ XatR!(7lV%!+Hzj'tT<G^@[0===G=G;942/+('   +!#2&#"'763>76322&#"'7637654'!"&'767uVTJ7q#H^5+%8;Yq9d3g95m)jUv{D"^1''>X)J!;6''= [#\g)3JP-)Rq+)4@  <21/-,:K1PX@* db=M=N>@4 db=M=N=M>Y@***4*4#&#&"$ +33272'"74?''"432>?&#"326&'767H#PZTǔZ5%=BZ1:4e/{8]!^wbm!\-CV>9:;'~kMOiq%B 0n@+<:K(PX@dK =K >@dUK >Y@0-*'$!  +&'767;2&#'76;276&+"?3%+"?c)qK{}b ,>5R8o-;8P 5qhX)7FN/)=/)''X/+''%*;@8 <('%#":db=M> * *,"$+32672#"547674/&7632&'767\N'# T#`%R-* L4e/{8]!^nb#<+#CN%!+6g[~kMOip*;@8('%#":dM =M>  * *  +"32654&!"547!2&'767}9Ҝ5p;a; 5l)jTw{~ZQ> n_ JQ/J\g)3JP-)Rq)*2@/('%#":dM=M> * *%'&"+327654'&#"4>3 '".&'767J^5RX.Nd5?w{!No\{54e.{9]!^\}}?Zx`êjF'K{e~kMOiqFQ@<@   d UM >Y@ GGGQGQA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#&'767s3_gL0+23@D3=8 y8R`\H u+06!3=:o95l)jTw{~2MUAN '',+=pIf@\xRX ''.-\g)3JP-)RqL)=HW@T$ >>>H>H''"('"$ +32672#"54?'#"&547654#""'632326?>32&'767 rN'# L#}o;NZX%# J+X=H}< %V 4e/{8]!^-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7'~kMOiq FNV<@) U    UUN >Y@" VURQNMJI?>;6,* F F   +!"7>3!2".76&'"?32722>76'&763327462"6462" %'9muD" E9VBbXs 'Nud3hN b31jfR?9N99N9N99Ns))yBp}74%jZc3fYf!%}ӰZN99N99N99N9LMYf@c4 ! <  b`  U U M  = M>PNVSNYPYIG@>7532('"%+462"$462"32672#"54?'#"&547654#""'632326?>32!"7>3!28N77N7N88NrN'# L#}o;NZX%# J+X=H}< %V 4 %'oM88M88M88M8-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7()CKS@ 9<:K(PX@+ b  UM =N >@) b  UUN >Y@ SRONKJGF<;83)' C C +"54?".76&'"?32722>76'&763327462"6462"!g89muD" E9VBbXs 'Nud3hN b31jfR?9N99N9N99NQrBp}74%jZc3fYf!%}ӰZN99N99N99N9LM[f@c4 ! < db  b` U M  = M>WUQOIG@>7532('"%+462"$462"32672#"54?'#"&547654#""'632326?>32632#"&7678N77N7N88NrN'# L#}o;NZX%# J+X=H}< %V c 3% oM88M88M88M8-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7*# " EMU@;<:K(PX@+ b  UM =N >@) b  UUN >Y@ UTQPMLIH>=:5+) E E +&'767".76&'"?32722>76'&763327462"6462")SS@b]^b9muD" E9VBbXs 'Nud3hN b31jfR?9N99N9N99NRY$-AE)$GdBp}74%jZc3fYf!%}ӰZN99N99N99N9L/MXi@f4 ! NNNXNXIG@>7532('"%+462"$462"32672#"54?'#"&547654#""'632326?>32&'7678N77N7N88NrN'# L#}o;NZX%# J+X=H}< %V *P%b.JKoM88M88M88M8-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7Jr~`FG_e DLT@ :<:K(PX@*b  UM =N >@(b  UUN >Y@ TSPOLKHG=<94*( D D" +#"/7".76&'"?32722>76'&763327462"6462"+މ9muD" E9VBbXs 'Nud3hN b31jfR?9N99N9N99N rQBp}74%jZc3fYf!%}ӰZN99N99N99N9LM[f@c4 ! <d  b  b` U M  = M>[YUSIG@>7532('"%+462"$462"32672#"54?'#"&547654#""'632326?>32#"/76728N77N7N88NrN'# L#}o;NZX%# J+X=H}< %V I :8 oM88M88M88M8-b#<+#CB{OQR=MXb#;+#DH;LR##7 .78 %* (1@.<bM=M>'""+732654&""'632#"&54>-7XBvvEPfT!{#Psfba%Kmy-!]#=f6h3V!㮉P{Md3>+=/5T #Xm@jL2+ <  bU UV =  K  >WUPNKGDC<:641-*)##   +!"7>3!2462"$462"!#2&#"'763>76322&#"'7637654'!" %&;N<X)J!;6''= [#?+9E@ 0" @A  b  U U= M =N= M>Y@<:B?:E?&#"326!"7>3!27N77N7N77N #PZTǔZ5%=BZ1l %'oM88M88M88M8bm!\-CV>9:;'E()X3:FPYf@cU 6 '!<  U  U  V =K ><;54YWSQPNIGB@;F;32+9X;2h@) <;P9jCR?lh#1D-%1D{#%+''m`F)=:''Da#s" /%-D0$-D%#A#1=@ (@?b  UU=M=N= M>Y@42:72=4=0.&#&"$ +>2"33272'"74?''"432>?&#"326!"7>3!2[FP.FP#PZTǔZ5%=BZ1n %'gP;;P:bm!\-CV>9:;'C()\#io@ o>=0 YUg!@K ZbX U U  US =L >Y@.kjeb^\XVNLGEC@<963+(&%$" ih  +!"505>3!2'76;27!32�76;2676754&+"&?7!4&#!"326?6732#"/4&+3!2!!>5 $)5oH%=< P/-7% #?  f7PJHI32- /%1^?:b5n:Cb ()9'Zj1 /+!5  -NAV+/= M@9@/+ / q){ #Yv@s8PKJ <b   bU  UM= M  = N   >XWTROMIGCB;97520(&!    +!"7>3!2>54&#"72764&#"#"54632632327#"'#"&5%6 %&RjL5L?d-XbHPTX0)RJ;)B/Lrk q`}BbT;T^5(* 'D-/G %3^b@_%41<bV  SM  = M  >750/.-*'$! >> +23.#"32?#737654+"?37+"3#! 5476$.? 0^ؗ b6P 3/ '[D] />gT-B66---Tm 41BN!:DKR@9+ $  I@>  b  U  S M=N=M>Y@EEQOMLEKEKDB?=75#"+!"+#"'3#!".547#5367&5467&54632632#"'&#"4&#"32&'&'!326RT8/DAq% NS,_^;X?5C+^J^m#-%#  @)E@^A"i}{D}|T#X%& :L cM LddD3-qVV)9'#;om-19eMLKU^ Ad@a,74<: dbVM  =M> :81.+(%" A A +&'76723.#"327654+"?37+"! 5476$?c)oPub.? 0^ؗ7b6P 3/+ '[hX)5HL1)=R] />g9B66-- 41BN!5 ?IT@>0)$@7   dbUM=N=M>Y@JJJTJT#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32&'767J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A4e.{9]!^`Xe^B5L)9u#X%& = cMD3-qVV)9'#;om~kMOir% f@F.5^<:K(PX@$d K  = K  >@"d  U K  >Y@"]ZVSIHEB?<30-,+)&#  +&'767;2�'76;27054+"?30%+"676'4&+"?37#32&#'7654'&'?b)qKybb5R8o`8P 5qR7RF#+OJ{P`DN   O{1EhX)7FL1)= B''ZB''Z/ Dh9 ''2AL!\' !/!D LKV@Q !  5Z  b  U= M =N= M   >@<Z  b U  U=N= M   >Y@LLLVLVIG@>864320!##4+7654/"576722?632#"&#"3272#"&'.'&#"#"54&'767+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J T4e.{9]!^?'9 1 *R?FH+;_ +7? b`r*$! B*7~kNOjpTD!19@6!<QM =M>#"+)"1#1,&%!+#"&547#"547!2327"32654&#XVo25; /ILF5BI9Ҝ5݉ZRu~ JQ/JMF=|N)AJZQ> n_36@3&<bQM=M>4"*'&"+327654'&#"4>3 32>72#"&767'".J^5RX.Nd5?w{!WV g7$" qSR\{5\}}?Zx`êjF@`9`IObmK{eTy!1=J@G!< UQM =M>42#":72=4=+)"1#1,&%! +#"&547#"547!2327"32654&!"7>3!2#XVo25; /ILF5BI9Ҝ5s %&݉ZRu~ JQ/JMF=|N)AJZQ> n_!))3?G@D&<b UQM=M>64<94?6?4"*'&" +327654'&#"4>3 32>72#"&767'".!"7>3!2J^5RX.Nd5?w{!WV g7$" qSR\{5 %'\}}?Zx`êjF@`9`IObmK{ex(*+PL.9@+<76421:K(PX@(db`QM >@.db`UIMAY@///9/9(&$" .. +!2#"$547>32727654.#"!'%&'767?51= %d8/\#N* hF7d5st 5m)jUv{+D#͑-8jT )=H'/9s;^)h\g)3JP-)Rq3#%7B@"2 3 )<@?=;: :KPX@A   d  bb`ZUM=N>@B   d  bb`bUM=N>Y@888B8B1/#!&&#$$ +2#"&546323267654&#"'67#"&#""'>32727&'767㢏jm##F'%9}+\^`FI&o3HC!'x45:;d4e.{9]!^FwR568)-<7uo F)^-E^A h~kMOip`o7#.X,+)'&:KPX@dZR>@dbR>Y@ $$$.$..!$&+#"&54632326767674/&7632'&'767&%9TZJH`%7D%T@A%RL*{4e/{8]!^\3/ XatRK-PX@.I  U  = N =M >@5bI  U  = N =M >YY@]ZSQOM7C'&hc1 +763767674&/"?32632#"&#"'%3 654.#"&#!"547676#!"'673!>327!267'K-PX@O  b b  ` `U  U M=M = M  >@Vb  b b  ` `U  U M=M = M  >YY@ljhfcb`^][QOMK#'&hc1+763767674&/"?32632#"&#"'%3 654.#"232>72#"'&#"&'&'67#"&#""'>327'@wbbb  `  `U   U=M=M= M =M =M >Y@#pnljgfdba_USQOLKHFCB8643'4%%$$+654&#"326'#".54323674/"576723272'"547232>72#"'&#"&'&'67#"&#""'>327^J7ZZP9N^NTbJ7XL+@ m#PZT<kD@Z&7"#1J%!FpFZVVFD u&1HC!'x495N;wo}jwE?2oF 9 1 *RLbm!\QTc#=;r3594 '-E^6>c@`$-<<;: db``M =N>877>8>0.#  66 +23.#"327654&/"?27!"5477"47%->4 4elx=,31 w 1// ?+!JD]} <>^Vc9 66 #1$@CDR-\!b ?IW@>0)$K/PX@: d  dZUM=N=M>@; d  dbUM=N=M>YY@SQMK#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32632'"&767J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A ?(/ `Xe^B5L)9u#X%& = cMD3-qVV)9'#;om/' $%=+b@ =&@2  U  S=M =M>Y@_]XVJHB?<;:852.-3#53#4+!;2�'76;27054+"?30%+"!654+"?30%+"327654'&747>32#"&54LEcZb5R8o`8P 5qLLc5P6qQBo XJ5)- B''ZB''ZOB''Zr%HGD)5 -Nbyq1D"/7@4'9bM >$##/$/""" +$7 '4?>7654#"?2767">7674;/ L +// +C #nZ'gDuD3Pu}RL3 :3P+D 3ebub`FNAJg@< @dU =N>Y@ (K"K"+#"'&"&#"'76?67.'&?!327654/&?327%#"'%7'/)X3)4j>-? W1*7j'7u?1Dd1R'%q-[ 'sq>S'''\)b9Gz@ 1 @)ddbM=M>Y@ $)','("# +%32672#"5476'4&#" #"547654/&7632>32#"/7632wN'# T#N"%^N Xt%RP*+V[ # HFb#<+#C1Gq->!(7lV%!+Hzj't)/3 RZg@dP G@,<:   b U   V = K >TSVUSZTZKIFB?>750.+'$#    +"2676&>32>7%2&#"'7637654'!"2&#"'763>767.!#.F +[G ,G9Q!@N28;Yq9d3g9J7q#H^5 :?VT/C0.DE-1BsFd@3\0N;6''= [#1''>X) ]" )7BL@. @Kd db  U M ==M=N= M>Y@98LJFE>=8B9B64&#&"$$!+632#"&76733272'"74?''"432>?&#"326"2676&>2#" 3% F#PZTǔZ5%=BZ1@.E *[G -V}IG*# "bm!\-CV>9:;'C0.EE.1BdcGEebk@43 S `_ @Od Z  b  U U S =L =K >Y@#dcckdkbb]ZXVRPHEA?<93;3+!6'0'763767!2&#'76?>76&/"?3!.+"326?6;2#"'7.+3!267"547%8l6o N '7  N-732!; X; #=+!1P1/ +)-#/e Ff<9R#+!Jq)+7%Uj'  +' 'H%)) 76J"5%j)2=APN@/+H ˋ\{b M[@ ,D?> @E d  db  bUM= M  = N   >Y@WUQOLKHFCA$"#(%)'+>54&#"72764&#"#"54632632327#"'#"&5%6632'"&767sRjL5L?d-XbHPTX0)RJ;)B/Lrk q`}BbT;T^v ?(/  'D-/G %3^#".,")#)!!*( +!"''7&547!2%"&%"67% 326563U;a迂6{;Y95\+ Jh5\3JMd3JQ/WZQjC-\\ȉ> n_^b%.9y@!9'& < 9K!PX@"b =M=M>@ddM=M>Y(%&#*(+'"''7&74>32632#"4727654'&'&#"Cz,No[?_DcE?w{xE =1n*9RX.Nd5 1NF''u7y\`êj8%).F}% ZiH9T<L[K-PX@SIB 0<@SIB 0@6 d d   db  V =L >Y@&>=XVQOFD=L>L;942/+('   +!#2&#"'763>76322&#"'7637654'!""/&'4632%4632#"/&uVTJ7q#H^5+%8;Yq9d3g9<' 78D'L  D"^1''>X)J!;6''= [# @' %9  5)9H@  KPX@9   bb  =  ==M=N>K&PX@5   bb  ==M=N>K(PX@2  d   db=M=N>K1PX@;   b   `b  ==M=N>@E   b   `b  ==M=N=N>YYYYY@;:+*B@:H;H31*9+9#&#&"$+33272'"74?''"432>?&#"3262#"/&7>%2#"/&7>H#PZTǔZ5%=BZ1Ƭ%e 5;"E 4wbm!\-CV>9:;' -  .Tq<Lh@e0<   bb U  V =K >>=JIGFCB=L>L;942/+('   +!#2&#"'763>76322&#"'7637654'!"2#54&"#>uVTJ7q#H^5+%8;Yq9d3g9#{j;o5D"^1''>X)J!;6''= [#yN 5BC:m}))6@60/*  K1PX@,b  U=M=N>@6b  U=M=N=M>YY@ 42#&#&"$ +33272'"74?''"432>?&#"3264&"'>32H#PZTǔZ5%=BZ1e 2+`luwbm!\-CV>9:;'RfbV~mJZiK1PX@aW *2<@aW *2K(PX@F  d d ZbZU N  ==L >K1PX@D  d d ZbZ   VU=L >@H d d d ZbZ   VU=L >YYY@LKfd_]TRKZLZJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'"/&54632%4632#"/&m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// :<& 78C'L  + yfFRV4{>XZ4 " . ;))+ )J ?' %:  D (8H@>@2bb  =  =M=M>Y@:9*)B@9H:H20)8*8'"" +4&#">2672#"&54>322#"/&7>%2#"/&7>-7XBvuFPgT!{#Prgb`%Ll2%f 4;"E 4-!#=g6i4V!㮉P{Nd3=+>/4 ,  /mqJZ$@*2K(PX@K b ZbZ UU N  ==L >@I b ZbZ U   UU=L >YY@LKXWUTQPKZLZJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!2722#54&"#>m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// {j;o5+ yfFRV4{>XZ4 " . ;))+ )@yN 5BC:m}z+ (5v@5/.)@%bUM=M>Y@ %'""+4&#">2672#"&54>324&"'>32-7XBvuFPgT!{#Prgb`%Llye 2+`lu-!#=g6i4V!㮉P{Nd3=+>/4ORfbV~'+%5DK1PX<2<<2K1PX@ddL >@dddL >YY@'&A?:8/-&5'5OG +6&/&67327&#"&6?>7"/&54632%4632#"/&&KPX@-bb ===N>KPX@)bb ==N>K(PX@& ddb=N>@* dddb=N>YYYY@10! 970?1?)' /!/,"$ +32672#"547674/&76322#"/&7>%2#"/&7>\N'# T#`%R-* %e 5;"E 4nb#<+#CN%!+6g -  /'Zo%5XK(PX@bU = >@bUK >Y@'&320/,+&5'5OG +6&/&67327&#"&6?>72#54&"#>&@ bU=M>Y%,"$+32672#"547674/&76324&"'>32\N'# T#`%R-* \-'Wainb#<+#CN%!+6gWRfbV~/>K1PX6,<6,@'dd dM =M>Y@! ;942)' /!/  +"32654&!"547!2"/&54632%4632#"/&}9Ҝ5p;a; ;' 87D'L  ZQ> n_ JQ/J ?' %:  D/?{5@*b  = =M=N>Y@10! 970?1?)' /!/%'&" +327654'&#"4>3 '".2#"/&7>%2#"/&7>J^5RX.Nd5?w{!No\{5 %f 5;"E 4\}}?Zx`êjF'K{e  ,  /q/E@Bb UM =M>! -,*)&% /!/  +"32654&!"547!22#54&"#>}9Ҝ5p;a; B{k n_ JQ/JyN 5BC:m}),\@ ,&% @UM=M>Y%%'&"+327654'&#"4>3 '".4&"'>32J^5RX.Nd5?w{!No\{5f!2+alu\}}?Zx`êjF'K{eRfbV~! HXgK1PX@_U 2<@_U 2KPX@E d  dU M =  M = K =M>K(PX@E d  d U M =  M = K =M>K1PX@? d  d IU M = K =M>@C  d d  d IU M = K =M>YYYY@.JI db][RPIXJXGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?3267"/&54632%4632#"/& bNdb# q3? `D;7IXqX+244=7 ,L @+;' 77D'L  -11(E'?Mf#*RPN1d)%? '')+ !  +J?' %9  oF+;K@ A@.bb  =  =M=>Y@=<-,EC32#"'&#"#"54>7654/&76322#"/&7>%2#"/&7>DL566'!$9< N r%R%,# %f 4;"E 4H;%+H+@(7#090%!3 ,  /!q HX|@ 2KPX@J  b  UU M =  M = K =M>K(PX@J  b  U U M =  M = K =M>@D  b  U IU M = K =M>YYY@.JI VUSRONIXJXGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?3262#54&"#> bNdb# q3? `D;7IXqX+244=7 ,L @+v{j;o5-11(E'?Mf#*RPN1d)%? '')+ !  +6yN 5BC:m})+8j@ 821,@!bUM=>Y@ %.'"$#+>32#"'&#"#"54>7654/&76324&"'>32DL566'!$9< N r%R%,#re 2+`lvH;%+H+@(7#090%!3lRfbV~FVeK1PX@ ]S <<@ ]S <K1PX@'  d   d UN>@+ d d   d UN>YY@&HGb`[YPNGVHVA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#"/&54632%4632#"/&s3_gL0+23@D3=8 y8R`\H u+06!3=:o9;' 78C'L  2MUAN '',+=pIf@\xRX ''.-z ?' %9  LD=M]@S $ @<   bb` =  =M=N>Y@ON?>WUN]O]GE>M?M''"('"$+32672#"54?'#"&547654#""'632326?>322#"/&7>%2#"/&7> rN'# L#}o;NZX%# J+X=H}< %V %f 4;"E 4-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7Z ,  /qFV<@,   b U UM>Y@&HGTSQPMLGVHVA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#2#54&"#>s3_gL0+23@D3=8 y8R`\H u+06!3=:o9r{j;o62MUAN '',+=pIf@\xRX ''.-yN 5BC:m}L)=J@JDC> $ @/b`  UM=M>Y@HFA@''"('"$ +32672#"54?'#"&547654#""'632326?>324&"'>32 rN'# L#}o;NZX%# J+X=H}< %V _f!2+`lu-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7RfbV~hDHN@K32<9beM = =M>GE640/., +2&7>76&'&7>'.#"#"?!27654&'.5476$32:1c J`S E=?-ZD`;XV-X6 >-ZP@[`3 jo`PWd!>A%3q!9;NP's^d7QlB#*u*"Un( :UnA!#>y'+>J@G29b`eM=M>-,,>->! +* +.5463232654'&54632'"&'&#"#2&7>76&'&7>df%')1)+Lb}\J%5T=DRm:1b J` SD^;/B+!HPdTydj:FA);V;J7ZMuJ`PWe!?A%3?D1D@-<:89K&PX@'b`eM = >@%b`eU >Y@322D3D,+)& 11 +!2>7#.+"&#"&6?>76&+""'672&7>76&'&7>!3=$ELo5/ ';FP=@=7 @%3}(;@ @+db eM =M>Y@*));*;('%##% +7>323#3272#"&547#"547672&7>76&'&7>} !Ry3q%3H31| 1):1c J`S EofP%#7w\ <d:'\v(6)- !`PWe!?A%3D=m@ *:5@!beUM >Y@#! == +"&547>7>7654�&#"'32632$ oh\BT#/? NRF ?% D5's'%w=Z) PDwfedd1-B3-l !1+ >=@:+<<b=M=>#!  >> +"&547>767654#"7>7654&#"'732632L#}+2 uP9`s')HNL XDXa DNeI'5+ =.B## 4N=>_hbR 7k3uP)?mH;! 9] #/'7 Za:K(PX@dT = >@ddT >Y@ZYQM>:21)%  +&'7676&/&67327&#"&6?>7!&#"&6?>76&/&67327!5m)jTw{~';FP=?=8 );FQ=?=:cc );FP=@=9 &=:KPX@/b= M =M=M>@-b U=M=M>Y@;;;E;E("'&7% +%#"547654/"57672>3232672#"547674&#"&'767h T+? m|XNN'# T#M#%5eQ4e/{8]!^>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-@~kNOjp#+HK1PX@  CB %<@  CB %K1PX@-b M=  L =M>@3b  ` M=  L =M>YY@GDA>;8313#7" +7654#"57276733232�'76;267654&#"32&#'74;26մ -- 'hV)--?J1P11->CL/P01/9B 3F ;''+0^`RX=''+ '=M\!K-PX@  O H 8<<;9@  O  H 8<<;9YK!PX@:bV= = M= M= N>K-PX@7bV  R= = M= M>@=b Z V  R= = M= M>YY@\ZRPKI,(#%*% +&747#"'&7476707632654#"72>7673367632#"''6654'&#"3276&#"32=uwJB5=yHH!)9 0C#9:-K(PX@dM =M>@dUM>YY@?>>O?O)('& +#"'&5476767'&54767676767654'&'2767654/DF dSc)d-|i ^ZX?R-;XRP'dX\yr=_h@FZ!SuT}b\n3P:`uPduPN)BBQ;3H-#7HJs'*?&5CBy mxTN} V0G'E[D@ OE;4.-$ :K-PX@ M>@IMAY@ GFF[G[ +#"'&'&547676767'&54767676767654'&'2767674/%  S}JNy+R% DFQL3R^#51!#  A/%#pF ^RN}ad  --'%32mQwTuk\F#C%)`uK71R`u% U! 5#)+:%3J5oF\ 9. FB|uqVNy-!!=- V7@ ,@.dbbeUM >Y@431.*)&# 77 +%2#67654'&+!"'<767!"+7733!2#x4' *;9- =g5#"s9&m'5m-@X7)7 /@;'7/5#D b !0DJ7E@B<be=M=N >1.,)&# 77 +%2#67674'&+!"&7547!"+77;3!2u9) %#8;- =gb# 9)>/l+A/P9-. 3>9'7/4"D ! b2 37Td<DV@S0<b  U   V =K >DC@?;942/+('   +!#2&#"'763>76322&#"'7637654'!">2"uVTJ7q#H^5+%8;Yq9d3g9FP.FPD"^1''>X)J!;6''= [#P::P:)1@  @6b  U=M=N=M>Y@ 10#&#&"$ +33272'"74?''"432>?&#"326>2"H#PZTǔZ5%=BZ1:FP.FPwbm!\-CV>9:;'/P;;P:m1c@$*K 0 E; : KPX@S  ZZ  b  `U  QN ==L  = K  >K(PX@T  Zb  b  `U  QN ==L  = K  >@R  Zb  b  `UU  Q=L  = K  >YYY@cba]ZXPMJGDB><$"44&&#"5+.+"32?6;#"?654&+3!2&+632#"'732654&#"'7#"'7637>7654&/"?3!272m9DgHRX+"  +'.d= z;r^qC5DkHI;89Y))5 pB<93 (/9 ?// + yfFRV4{>XZ4 " . ;h10Ld#%7/ ))+ )d @Y@V+! <,;bbUQM=>'$#$%" +4&#">2672632#"'72654&#"'7.54>32-7XBvuFPgT!@5DkHI;89X))6 hv}#Prgb`%Ll-!#=g6i4V!d1/Ld#%8/ P{Nd3=+>/4y +;J@G U U  M =M>860.%#++  +!"7>3!2462"$462""32654&!"547!2W!;N< n_ JQ/J/;=@:  UUM=M>20850;2;%'&# +462"$462"327654'&#"4>3 '".!"7>3!27N88N7N77NF^5RX.Nd5?w{!No\{5$ %&oM88M88M88M8%}}?Zx`êjF'K{ed()d/De@b4 > <= ;3 :  U U   U M =M>10B@;9750D1D,*$"#!# +32+!#"546;"32654&!"547!2267#"'&"'>32}{o}9Ҝ5p;a; h0(?y,:7!/'#P78<*5*)ZQ> n_ JQ/J1D ;239 fc?24@_@\#$.<-;  UU UM=M>75! =:5@7@20+)'% 4!4%'&" +327654'&#"4>3 '".267"'&'"'>327!"7>3!2J^5RX.Nd5?w{!No\{5W$7!/J3EA$'7/)`@AG3 %'\}}?Zx`êjF'K{ex-> 5-/4 ]Z:-()b'3@0UM =M>'&#"  +"32654&!"547!2>2"}9Ҝ5p;a; FP/FPZQ> n_ JQ/JP::P:'(@%UM=M>%'&"+327654'&#"4>3 '".>2"J^5RX.Nd5?w{!No\{5FP/FP\}}?Zx`êjF'K{eRP;;P:b/7A@> U  U M =M>7632,*$"#!# +32+!#"546;"32654&!"547!2>2"H9Ҝ5p;a; FP/FP+')ZQ> n_ JQ/JP::P:'39@6UUM=M>*(0-(3*3%'&" +327654'&#"4>3 '".>2"!"7>3!2J^5RX.Nd5?w{!No\{5FP/FPY %'\}}?Zx`êjF'K{eRP;;P:L()M)AMYK(PX@bU = >@bUK >Y@DBJGBMDM73+*"G +%&#"&6?67654'./.732736&/&67327!"7>3!2 );FP=?qH!)3sb;D1  C%B-w615' < %'/)-' Uv"T3+-#)-/-.7;()d!e8DJ@G%$<bbU=M>;9A>9D;D20%("## +!#"&463232676'&'&"&'>32>?674'&5432!"7>3!2]bR'V<#' -t<J- +)]<"%/*# O *+ _k76 $&)Z;%b)5A,+,^DS"}Bp:ALaY<"(*'1 0@*% <9KPX@"V=M =M>K!PX@ UV=M>@UVQ>YY@ <$$$!+%72654&#">32#"''7&'47654/"576725C(+\wxB+3l?% a+@ m=vFQrd1-s8k,<?'9 1 *RZD)J GA@> %"<$#9UM=M>,'*#*%$!+%72654&#">32>32#"''7.76&#" #"547654/&76325D&/_V;@ 2ssI`m?%!3CN =^N Xt%RP*+`tCVj7i`DdsgaquMPXw>!(7lV%!+Hz;- 7A@>!41<:329UM=M>((&#+327676'&"#72?6?3#67632#"''7&'4X%!1L^3 )'dd5 % }GjmAH;1cov=*#dJ+5RFP/ 1')P7j4189"#ZL\3o `o*}#@bR>Y.!$&+#"&54632326767674/&7632&%9TZJH`%7D%T@A%RL*\3/ XatRK-PX@Db` = M= M= M=N>@Ab` = M= M= M=N>YY@USKICA9755*"*$ +67632"'#7#"'&7476707632654#&?276732767654'&#" &#"327/+`eqET 75=fkF%+%wJB5=yHJ )D=U/F/]dj.1]H29:o-'}\Z%DtsZ)3N`5<+ 5L"!dbj`{=<߃+P7F193Nu}^FAd+#ygbPFJ,R#-M^d@a N10& 7 <M= M=M= N= M >[YQOKHFE"7)'#($(! +&'"327'"'&54767632763267632#"'32�76;27632767654'&#"T7{y\X#'D{dJgWbI39ÃN-LVJK<; 1jHR'' P %-5fyTm1!+VBAL3kfT?TBd-EwDXj;:\Z7+uX+!^`u?0ۍ-%-- VLfVDZ;P-+N8;CK@=<9" G /)@+de   V = M  >Y@JHCA;:8841.+4#32+ 0;20'#70#0'76;276323;2&#'76;254''3';#"r;hikh@)=i <;P9jC-/91``hI;E'uu'm`F'1q;=:''Da+ O#%+G@D!   <dbeM =M>''$!+%3267!"'#&547!2733&' &#"bэ+hd 5lf?.?_VBky%BC'' T)FHPw+ ,n@,%"$<:#9K PX@ZM=M>@bM=M>Y($#+'+ 07674&#"#"'327#"''7&5432\ L#7=#J-j#+`5!>F/+'!m1-0^B{7H;bT)#-<Z @dVK >Y@<;(H#(U5+;26&#!"&6?>7!"7>;6&/&67327!2#i(${#T#5`=@=9 m%E&K&PX@+db`eM = >@)db`eV >YY@ I"!%4 + #6&+""'673!7332>7#.+ &#"&6?>7jei7>HG##($.$% +32767672"&'.'.5463232654'&54632'"&'&#"#j2( *DY   FR%')1)+Lb}\J%5T=DRmKeE)!%\P 3$Q-/B+!HPdTydj:FA);V;J7ZMuH#9@6 < :M=M > ## +!2!2767!"70747!"'/J3#/B3hD9)F3)q37 !k3 2  hwCn@ /6@#b`UL >Y@ ?<:753*)+%2767654'.#"#"'47676 32&#76;67676mJ3t-V1'9?\b;|!sH0) W )- T`XBH ?#F!2> sIyy?Y,k]`w-+  #+JVK-PX@? % <@? % K-PX@- Z  U  UU M >@3 Z Z  U  UU M >YY@USNLJEb5$#2(%$ +!2#!32>7654&+4;26?#"=>;654&+"?3263 !"&#3267654#"#%"Aho`4 3>=3 ##)5>?!%XT+J<) !;dc5uu)6)+7R';9bw{ AK1PX@ ?> <@ ?> @&b`M=N >Y@ =;0.)' A A& +>7674"'2763232676'&7>32#"'&547654'&#"'>RR`Rbmfs5'?By 1)Bo)F-81h5`s`f1=\PT/H-J'/5+ +>V?N-o ZRX% &KPX@ <@ @+bM=M=M>Y@%#!    +%27&#"%#"76$32733273#"&bk%`+-x4'R-5@sL{- =/qZ55=])#L ==s763{{cD# &#KPX@ <KPX@ <K(PX@ <@ KPX@+bM=M=M>K(PX@!bM=M>@+bM=M=M>YYY@%#!    +"32676&>32#"'#>&#"#>32bj%`+-y'Q-5sK{- =/pZ563\#K>>753{{bC 4=@:'<bM=M=M>%&&#$&!+%3267654&#"#"&'&#"62#"'#>7672B-^)\Lux0'H)b!!1s7F)'%%p^bLfzsN;@jZ+!'%#\^PBu+HK)٠9;P7?(:@7b`M=M>$#! (( +2#".546323254'&#""&'>=F=ZN=ANe) @+V}4%ALCObVSAO"F5'%7'5!N݉B/PLn3 7~@1 <9K PX@%ZUM=M>@&bUM=M>Y@ 42+)! 7 7#! +4#"26"''67.5432#".5464.#"32-9;\-Fw's!+BlPE-TB%#" %!+)Ӆd)'slw %Q|$_XXP %3!%# -HRmH?\@Y?8* <bbQ= M=M>><75-+%#  +"327&67332>7632#"'&547#"&547>32654#"J{P5LsZ+3z-+9+ 'J7 wuCyHL!%=FDsvDT=wR3y>ZdP5 9c-V{b?8}j37JJ# =^@[. '<  b  b`M= M =M=M>=<:8'"%##%$$ +654&#"32667632#"&6&#" 3272'"54?'#".54323^J7ZZP9)FdRwT))T#PZT^NTbJ7XN;wosY7\3@3bm!\Q6}jwE?2z (;@8<bM=M>"    +2.54>#"&'"3 654&#"To E-KER/#xc9V|8DKh i\/;$T 8}Oa!{v7l5QDwm#1@.<bM=M>%#("+%32%654&#""'>3 #"54>L19V^LFtZZy A{} ;my+#u 6P` {wdѹr!1XCP\JH@E5,+$73<"!:b`M=M>B@%,$*'+32>765'&'&#"'>3267;67#"&=67#"&547>N-)T`T FbL`ZwwL%/HF $Dr 8\ud}du^fg =P#NoZBfRT9$ofjJ 3-%u +/5J!5?4Hd?vJJ{T{<K1PX@5<@5K1PX@,bIUM=M >@-bUUM=M >YY@ !##$&-#$ +%327# 54>7&547>32#"'.#"37>32#"&#"3TL 1dFsmH3 2$;v33 <V TyBRV{!5)H=/\RJ3 JAVZ-o ' bVPy8K-PX@+ 5<K1PX@+ 5<@+ 5K1PX@,bIUM=M >@-bUUM=M >YY@ %"%!$!$%" +%#"&'7327674#"#"'47632327674&#"'"&=>32`q3!1oZ,O5 7L$F>RC53'o!`?H!;.! u % ) 9=\H$7]R\@7qV}R/K-PX@ID0+  O=732:K1PX@ID0+  O=732:@ID0+  O=732:YYK-PX@/  b`UM =M >K1PX@4  b`IUM =M >@5  b`UUM =M >YY@CA:8%"%!$!$%" +%#"&'7327674#"#"'47632327674&#"'"&=>326732767#"'547`q3!1oZ,O5 7L$F>RC53'D9k!7% -D}C= 5iL!`?H!;.! u % ) 9=\H$7]} d@ ; 8!\#O1P@7q#6j@ '#@UQM>Y@.,&$!66 +2#"&5476 7654'#"=63267654!"ٶV=#͓ry 7R ;)qj^^Vjh> M9Q-<1{qKRϡ18 Y(#- ;(-r Pvk+1/wV/w9A@> <b  UM=M>9742#&$#$2"3 +654+"?307#"32+#".547632326#"7>;;> X ;#+ :*5\m^%MF@;:VIB#) +--!#*sX5) =K-D"`d H_@\ <b  b  QM=M= M >FDA?97.,)'!  +%27&#"%'"&547>327>7672#"&'&#"#"&547>323267o+^)f$q%d^B%q^bLfy/'G)c!%s^mX0 %j{/PZNN;:mxu73h)q9;P7 !'%#\^PJ[7DcC !&"!}`d 4߷ KPX@*bQ=M=M >K(PX@&bQM=M >@*bQ=M=M >YYY@20,*$"  +%27&#"%#"&547>326;#"&547>323267i+^) \,o %dFD%s^mX0 j{/VZFN74fu/7hLX7DcC !&}5C@@$<bU=M=M>&&&&3$ +4654+&?37#"&5476323#74654&#"3267)=b@ 3 # +?+67Z` 5|" #--+ ͚1) %XVϠ7-@1w:K:@7JD <QK>@>0.,)&$:: +"&5476?4'.'#"?37#"654+&?37#'3267674654/=H 4wq '% oH  !DGV#2  jD 17%r v~9+`7/ 1B!--1BT;-)">R9'1o3% +@zq/.@+.( <=N >$"  +%"&5476?&'727>3'3267674654/=H0{w F bVT3VH J7; v~9)`7/ 5>s+ 4-:?,6A̰-)1o1% +={C=G@D.<bbM=M=>("'&9%+>322"767#"547654#""'6323267 T +@ @)nYNN&# T#N#$6c? (8 $3R@&9 1!Rl'uFb#:,#D1W2, ;A@ %6@1bbM= M=M>Y@975420)'  AA +"#"5477>32#"'.#">3232672#"547674&7eN T?b98j%)L$%#d#"QZNN'# T#M#>!(7l/tD@Y@/ePT;l'tb#<+#C1GV3-# Mҵ$KPX@4bZM= M==N>@5bbM= M==N>YY@EC9731(& MM + #"5477>32#"'.#">32#"&546323267>77& yN T?b98j%)L$%#d#"Q^GS/-Js'=a\%'5   5T!O >!(7l/tD@Y@/ePT;lbÖ5L7',#  #.8'/G@D <b  U T=M>/.+*'')"$ +#32672#"54?#537654/&7632462"6N'# T#9%Q-* G +%2672#"547654'7270qN%# T!do7+jq1+#C1`>3#53#3+654+"?307#"32�'76;27sJ'H 'VH'Q 'Z5''Z7''Z5@#1 ,4<;KPX@3bU V =M =M>@1bUU V =M>Y@0/.-+(#! 55 +267#"'32672'"547&#"'>32674/"576723$7!.JEY+}VZ'7/)_A Y+@ mt"-> mB5#Z-.4 ]Z?'9 1 *R5 7@4 / 'K&PX@6b  U U =M=M>@4b  UU U =M>YY@! 7 73210.+&$  $ +.#"3!#32672'"547#"&7>32674/"57672":(Z KJGY+}VJSi m+5Z+@ m{ ,;D-5FmB5#Z-KM]:E}?'9 1 *Rb}#-@*<b`Q>"%(4+074'3232>54&#"#"54y3m ?+BVi-iY!7!+)0) 1 :'?sُomD/&AH+5bS@ < N K*PX@Eb`  b  b= M=  L =M>@Bb`  b  bQ= M=  L >YY@SPMJGD?=&#%-6 +7654#"?2767303!2#"&5476323267654&#"!"32&#'76;2 '/  #nB3-w- %} >J J9`%g;BN;H/ P/Z )'; 3 + w18T3=7'7#dHL7''skV@Se^]5OIB C <b K = M   >jgda\YRPMKHF%335&338%+326767654+"?37#"327674+"?37#"327#7#"&5"547654+"'?37#"c7!;}abG'R'Zb6"XtH' P'V!)/W!#/jVNLכbH&P'1/V;1J9ET5 7''ZX?1D;7''Z"% 9%Z[mH=_ 7 ''+%{qT@Q q<b K = M=>pnhfc[YVOMGE6&37##+##"&'#"547654'#"5732326;+27654&'#"?32326;#32>7654'#"?32326;#727Z-DVNId A!    !5!bN#!     %5# f Y5l18 B     #5!t{ =q3L7]e;=m)')' %:VZ?j!)'%:F74/'-%)')' %:  5+c@ L K-PX@Ab  b M= M=  K  =M>@<b  bI M=  K  =M>YY@$]ZXRPMGE<:8752-+$" cc +"7673>32632#"&=63232766'4#"2!7637676?654#"2"&#"#7637>7654== f-!7Tj7TFNlDL0 +%+9XoTA!f  %/ gXJyIB! %5#   <7/c5w/=J+ 34Jq+h-) +) 5B(C@-) +) '3#/ J+E @2b  bM=K = N>Y@CA<:31*'% EE +2654#"76736722"&#"#7637>7654&#"#"&547632q` = \-!Nnf%! %3!i>7V:RbHE1#bF- <4Yp=@A!) %9H)F4Hbe/B/!--#,C=@:-<bZM==M>!+($'+"+#"'.5476'4&#" #"547654/&7632>32326325$v.K@'"%^N Xt#RP*V4Y(! > 4v#'&udbo->!(7lL'!+Bfj1jQPE6CI$=o9m@ )@K= K =>Y@631.'%! 98 +72>7654'+&?3654'#"577##"';2&#763%&=> qy@= wK ;1#+1{#<yN /%P-' '` ) )''!9P;+-%'-(@%SM=M>&("+%#"'&54767632& !656!32767>5HT?9L71)TB'f6q_;$R+;`q+C^_r1LqiL*\-dDBCoFmq,<@ # @B  Zbb`  ZUN=N >Y@:8312!%!%3 +>3%3.#326?3#7654&+!27#!".54654'#";67#o!)#'H;) 3F3 /H'{`'g!ImE` aM dm1[DI#)6^?}) 7By9=N5@2JD1 <UM=M>$'((&)"'+"'#"'&'476$7632327&547676232654'.#"654"7676 3{מM9%AqQB (: R)Ak ! L/9nhiLd7LB7`X=3<+)w=!h]j76l!3CJ/N)f Ln@CH/ '@UP=>Y@GFEDBA@?;:,*&#  +%>7654';2&#'767326?.547>7654#"57273N-I>`R' _):H) P'10 9fG 5B 'D -y1 J?@Hj7g\-L@0y7''+/Ekj<39qg77; 362m%+1@.<b`=M>$'"$#+'#"&54632727>32'"547 DL555'!$9< N q%R%,$';%+G+q@ (8#/9/'!336B@?1<b`UM>337"'"$ +327#7##"&5465>3232767654'#"?37+"f!+-[)#4;H7@ @'N #DpJ;O '[oA!% 7$=z+# '=3y#%X7''%s@@ KPX@-bZR K=M>@.bbR K=M>YY@=:85/,'%  @@ +326762#"&54?'"547>3223267654'#"?37V'+ 3'&%7%FX!%LX\ B-H %-sA!T  = %{5+B'{p{b)74FT -7PsD--') j6A@>1<b`OM>337"'"$ +654#"7676733>32#"'&#";2&''76;2}-,Z- #1;G7@@'P !FnH; O 'X!% :%=y+# %?5{#% 7''s=R@O2<b`bQM>64.,*(" == +"767307>32#"54656&#"72762#"5476547;' i+)"#11:=KD+H%%-T9#=7?#@7 #+'+5I y9_q+J+ =NdZ &'V{'d@ @bM=M >Y@ #%&2"3+%;2�74;27>7672#"54&#"o:7 T9FB#bTbA;>DJK8) )''^9=945F&}{,3@0"<bM=K >229'#%+%654&#"#"&5465>32;2&#76;26G-'-. !C#BDC=B78 Y  9-"8K5#)D+ 9B>;yT1'')?q 8@ !@0ZSN=  K =M>Y@ 631/+*(&$# 8 8"$ +654&#"326267674'#"?!23#"/#32&#76!Xi1)VodQD%)4 j1[+5B fB s?Z u !7u'Xg$L+' /1 )q5AI@F=<U M= M >@><:20.,$! 54 +3237>32"#!76;267674&'#"?7#654&+3261!' 3`11tX) `P5!f4!%  mRXoV/'fB##XB) F?u'"w! #! =X m1HUi@f$ <b``   b  RM= =M>PNJHBA@>,*&%"  UU +"54?33267654'.547>32.#"#"'"&'3267>32y(,1  S3DhT}H1)<-Fu9H=DP# Zsh1fSB%A0)/F%'-'REdO1ID!!h%Nj+JP )2"%=H-Hj3LX)^9#%)Bl5J.KPX@$Z`M=M>KPX@%b`M=M>@"b`QM>YY@(&  .. +232>7>7672#"&'&" #"&547>y9R -_d^V^a0;[-_bVLBh-/C?H/ )N{D=?3)5J<KPX@.Z ZUM= N  >KPX@0b bUM= N  >@-b bU  RM>YY@65.,)'%#  << +232>7#"7>;>7672#".#" 32+"&547>y!9N [%b-_d^V^a0 ![t'C18Pni-'2&3"C?H/ )+3+{.LRZb/?3)JHl@ @"b`QM>Y@ *%-($,+32767032#"'&'&'&547654'&#"#"'&5476767632T'*5)-  >?1- ;6-1)=))& #)35DV?3  =\Q# #97/RfrN hF%  !!@1P !h\j&2S@ 1' @bQM>Y),+"+#"&'&67#"5476%67>7672326?0wO)2fX-?oy; -_d^V^a<5q!#)NhDR+#'߷R 'C?H/ ~Dw3@0<9M=M >%#$+%674#"'6323"#"?63Fv-TL}{ fe H/RX%=7{#/Rm&); )1 A@><:bM=M>    +2#"547#7276?3#326)ds3% }G1 '3<' BIXx:P91')PB-oys9E`@]2  B@;:99741-)(3$"$+#727#7#"54?#737654#"#'?37!7654#"#'?37!32767yz:!Q@1) 5#I DL'##E :R)#l/ L3DNR*7PL#7-/..P% 72- 30P')L;15'}{IjKPX@'b XM= M>@(b  `M= M>Y@ ;9!-'% +630!#4654&+2#"&547>?#"#7!232>7654.'B%%?y TZ'Ѹ %@-\!22yH.#L'u} xmRP; #B9''sNz5*#GP5R))'B} i\)^w/BT9%1A-?>=1-@*<b=N>,*$"+#"&547>7654'>32327654'&747>32!9ߖ[ +`'8?o `e%RD7'ߎt3BZ+%)9B Hh/'VgR/y1 -P5:@7.$ <=L >)&#  55 +%32�'76;>7632;2&#'76;276''Z  sK -A'#r "+  mC"= J=9)%->-)>7*))!*f`B/ !S;@8A$ S5<= L  >RQPNKH#33>33:1 +%6;276'';2&#'76;27654'';2&#'76;2763262;2�'V9 L< 4qG%;J< P!N TH!VCA r 4^Z+!,h`^?$))  f`F -))q+)-)@bUK >Y@ 45"&&34;1 +%6;676';2&#'76;267>32#"'&";2&#'f%5^#3! oG /=#?;SH#A >!#KBV V b>+%7  ''25hZk\'' )'#Xf B'{u;9@64*'#< K=K >85"+2"2"4 +%32'76;>?./"577#6754'#"?7+X$>  ;5%+#7=F \'3>)7;%# !! #=;$ !!  =;  #! -4yJyF@!+*<:K&PX@.bb  QM=M >@,bbU  QM >Y@ FD#&)!)$% +&54?!"747!"'3!672!2?673#3267632#"qR75B9a53-D% 1DBC++1A/%=) ;5  D$O=th "Pu:  4@L.Y !fNu=/ (-!1DH <K@H! <#:9UM=M ><;#:%'$$ +%4654#"326'67#"?47!"'3!2367632#)\-PFRqX'>3JD9)F3)/X=^i+K ;#K#'=kwu!k3 2  37/H16Xi3#7@3 )<2:KPX@;  bb`ZUM=N>@<  bb`bUM=N>Y@ 1/#!&&#$$ +2#"&546323267654&#"'67#"&#""'>32727㢏jm##F'%9}+\^`FI&o3HC!'x45:;dFwR568)-<7uo F)^-E^A 7{ EK1PX@& 94 <769@& 94 <769YK!PX@6b`  `M= N=M>K1PX@4b`  `  VM=M>@8b`  `  V=M=M>YY@ DB/1")&! +&'"326767674'&'"!"#733!2&'#"&547>32HNJaA`O '/m9B1+1+Z%C+yA7 \%/Tw`VmI =WZ3T7/T/;/ { '/L=i1@bUK >Y@8530" ;: +7>75>7654&#"#"&547>3232&#7635! P\mjVFCLX) XgfVXB% {P ;%1XPd\q;#Hf\> N#  {tg/PxPLoI) )-+w<OK!PX@bM=K >@bUK >Y(&-22<+32&#76;>7654&547>32#"'&4654'&#"XX P?' Q %%) G #w A!%/`L3Z7BT#3- '+-!%5#)Va'1}g-)1 !OJ3[b}+=TK&PX@bK =M>@!bUIMAY)&-22<+674.547674'#"?37+#"&547>327276VY G B% T '%(?  #u @#%3_L3\BT/';%'+-!%/Vb!7}f!)1!RJ3\P#Tw '@$ <M=M>$'&$+67632.#"3267#"&54^o+B3!BXhw1ܮ1F?kRpV`)Ѹ=B 08@5UM =M>-+%#   +"&547>32"326'4&!"547!2D)2 R-#5 Pdj/˨5>pJHF!-3#-C3%-Bwo\B whzHf/VBs >K-PX@'4 <@'4 @'ZUM=N  >Y@ >;-)&#  $% +3267654" 3267674&#'76;>7654#"5?732+'TwbTX7:}P8 3%+/ ^bq+=Ula`Bm{ \q?X@1  -aK!9z]?yAW@ 2,& @UQM>Y(#6,.!+%!"'&54767&'476762.# 6732#"'&'!267>7654S9#ɏpw#  #$CuN)jL'\^ &TQ%qP%E P3P# 81wsLPg#?;6G#/< \%+ 9-q FI%w/382uTHKPX@>b  UU = M = M = M  >K$PX@Ab   b  UU M = M = M  >@?b   b  U  SU M = M  >YY@ FEDBA?9720.+)&  HH +2#"&#"#7654&#"326?654+"?37#'"&5476323273> /B36/J7X`%}5%;b= 3 )㦼 1L= )! (55N# VRѢ7>B1j) +;9 +>'@BsVN@K$ O9<  SK= K  >TQNLIFBA>;#7$#5$#4+654&+"5?7#"!7674&+"?7#";2''76;267!;2''76;>7}'5   )5'33 '+   45' )5    +7#B\@'+   57%# -+ #=) -- #?) ++ !>1 +- #</BUE@BQI-" <b`UQ>FD>=53*)$#!' +%#"'&54654656%657>76=&"72>7673>67632"'&'432767467!q%@-\ !N+%%=/B#;9-H2!')% #%R>P@%#1 ^Fh@s d# @  -!! +RqDS{T +bK@5!   @:  bZ  UU M  =M=>Y@IG@>864320!##4 +2"767"'"5463232?5.'.'.#""'632327>32H+@ m0IRfdD%57k/% F    'Dfi=Y4?J TR?'9 1 )R>?GG+<^ ,7@ c`s*#!L C+8/`q$jK/PX@%bXK=L >@#bXUL >Y@!  $# +7>7654+"?7#"32>73!7635@; Z ;1% %@-/R! 5%5L)+'''5y9'D'!o F@= 0KPX@2b M =M=M=K>@0b  UM=M=K>YY@ CA'$229$%' +"327#".'&#"32&#76;>7#"'&547632>7672''B{fF1+)b!2%% R #7# T`K31)wL?XibNdy?̤JHX=d+?%!)3L^P5R!+-)5oB\f-H3?;P8`K@?D @'bUS  K >Y@HEC@<;76+)#! KJ +7>75#&546?37>7654&#"#"&547>323#32&#7635! ;\mjVFCLX) XgfV ;B% {P ;%1  Pd\q;#Hf\> N#  {tg/PxPLoI2) )-+wKiK!PX@( bS M=K >@& b  USK >Y@ IG&)224 +3#32&#76;>?#&546?3654&547>32#"'&4654'&#"XX <?' Q %%) ;  #w A!%/`L3Z7BT#3 - '+-!% "Va'1}g-)1 !OJ3[KY)@0F' MDC: K(PX@Eb  Z U = = M= N = N>@G  b `  Z U = M= N = N>YY@"YWPNA?=;6521,+&$ KK +!6720!27!"547#7#"&54767632654#&5727673727!"'&#"3D" /Fuh1Bm-1%w5yHL )D?U+G.T7a53-0{+{^X'qPVh8@ "H;{7H/;3oVPu:  TygbP;y5N dH@8 `T aD K*PX@Vb`  b `   b=M= M=M= N  >@Sb`  b `   b R=M= M=M>YY@dc_]WUSQKIGEA?3'"'"+%&#"37#"&54767632654#&?2767333!2#"&=6323267654&#"!"727#y'}\X)oPT}5yHL )D=U/F-u- %{@Sb`  Z U=M= M = N = N>Y@ pnge b a[YVUPMCA?='"'$#+%654#"326'67#"7567#7#"&54767632654#&?27673727!"'3!2367632#%&#"3PZ-PFRq^!<'TBo/1%}5yHL )D=U/F-!!X7+E5)/\<\k+Ky'}\X)oPT ;#K#'=\b ";H{7H3;3oHm1 2  37-H16Xiyg`HC{DO@L*< :bM=M=M >20,+)'DC +"547#7276?3#!267654.'&547>32.#"#P{ s3% }G{DTD }U+)K(PX@=b bM= M= M= M  >@:b b  QM= M= M>YY@"@@@K@JFD:81/,*$" ?? +22>?#"547#726?;7>7672#"&'&#" "&=>27#19R!w{ fd }G!)`F^V^`/>Z!(_CXL?i/)y-JT ?/js{%-kPl')/?J- (N{/=B3(P-=7 3j Zm@jU6<& :9   b  U M =M=M=M>XVOMFD><$#%*$"# +054#"3267#"''67&'"547#726?32'#27&547632#".'4.#"632?^)J?}'%w#)o7P+y{ fd }G/y-JT/4\C%##1)}qf '\T{ 'B%H{%-kPl') )P-=7?W;HZN %3#!%-̓D1@?=?b{@ BuKPX@Q  b  bM= = M =M =K = N  >K(PX@N  b  b  RM= = M =M =K >K1PX@P  b  `  b  RM= M =M =K >@M  b  `  b  RM= M =M =K >YYYY@yvtolica[YWUNLECA@?=%'%2S44+4654+!2"&#"7637>7#737>32#"&=4&#"!273632#"&547>32327674#"2"&#"7437>7'A!   %3#  %}}ADR:++?1%LZV!yXT--ΰ`3mZ3h%5D3hsqu%!   %3# %p-)+) #;P%h'DTI '-7'R\#X?+ô3Vd0)$RB/) )''5+Y@ /T K$PX@Abb  `= =M= L = N  >@Cb`b  `=M= L = N  >YY@YVSMKI$-& +7654#"?27673?3267654'.547>32.#"#"'&#"&#'76;2 '/  #nB3-++1#N5DhT}H1);-Ft:I=DP#[ri1dR'/b/Z )'; 3- 'Z+'REdO1ID!!h#Nj+JP)0$%=H-Hj3'++C@>  <; K&PX@9  b ` = M =L = L >@7  b `   U =L = L >YY@9742.-*)'&$# CC +!672!27!#&#'76;27654#"?27673307!"'D" 1Fuh1 P/Z '/  #nB3-H 7`54-h :@ 'Z )'; 37 Pu:  ) J@J-8x` iS @7  b e  U G M  AY@%|zwtqndb_\YWOLIFB@$##3:#3(1++"'.#"?37#"676&+"?37#"#"' #"'.#"&?37+"'.#"?37#"676&+"?37#"#"' #"'.#"&?377 #7  M'q 5R+T2+5!F71 #7  M'q 5R*U2+5!F71  /) ##  4  ## Jg/*#) /) ##  3  ## Jg/*#o/4@1beSGK?+#!#!#!#!u:F C  b  b ` M =M= M =>@=  b  b `c M =M= M  >Y@B@9753-+$#5# +327654+"5?307#"372"##"54754#"#".547>32 sbwH' P 'Z )D #oB3-ͪ'D+)7 9XJVL5 7''ZT1!7 3YL)NLR/5ZZ\DLZ@WF @<bbM=  K =M=M>KIEB5''"&%'"# +%72762#"54?#"54754#"#".547>32327654+"5?37#"5//1 93ͪ%N)7 ?6'"2&'76?>76&#'"&?672#qR'3 N0 0f1_9 R5}$c *|@Ph%% ] %% !A$% 5GL@IA(<bUU I K ?FC@=4$334%$$% +>32#".'&#"632;2&#'76;276&#";2&#'76;26\8C8RA -7 jj=8< /\+o/ 9 !&`+B / ^(o;Ec-2$ 'P&6ZXYQ/ ## />A,$/ ## {U +@ &K!PX@.b`XUINB@/b``UINBYY@)'%#     +2"&7>6&#'"&57672#"&76323267$*4)_ +|? =/38=-H +&,:""""{A$% 77Յq-3&3;u/e@ (/@$bUIK?Y@ 5#26"!+632#"'&'"2&#76?>76&#'"&57672kGL ;" A5% \; %#8 +|? y@5 H $$ A$% 17 )q@+bbUIMAY@ ""!$2"3 +6&+"?7+"327#7##"763232764$  %#B .~>kJL ;  @" '' !7)yy@7 H 2KPX@3bbb UQM>@9bbb UUIMAY@ 0-"6""!$"" +327672#"'.7##"7632327676&+"?7+" , %X-=#kJL ;  @4$  %#-w;(3/ry@7 H" '' !"+4@ 1@,U UU I MAY@420.&#! ++ +"&?37#"37632"#!76372676&6&+37G/i `IC\85I0/ MK  '=F.'#!w%aK4VN#o .G} J?@323267676'.#"&5?37+5I U-Y823a>7.  E%  UI'  1  #! LPX%S=4[# ZF%KPX@ e>@ d[Y)& +#"'&7676703/   %(  +\u?K1PX@IMA@bIMAY&&$+#"&767632"&76762 #% ( % /  ++3#@ :IMA  +"&7>732z71 d>W 88Z;B # W)+-!*7@9M >  +2'>76#"&7>71 d>W 887Z;B # W)+-!*'FI@  @eM >Y@   +2#".67>3%^ /94K! WF)V%*V #%3<2:\Jy5K@@QM >Y#$#"+#"'732676&#"'632yb#KV?C&0hi5p{ TCPL\T >J5K@@QM >Y#$#"+>32&#"327#"&>a% KX@C&0gaJqz TCPL\T } @bcM>"&"+>32#767>&#"#"&} y\GN TV P^J(i ! 3NUF:7:=9HBA4T6\x@KPX@ZcM>@bcM>Y'#"+#"76&#"#76'&7>32#"%>(5 6D P =? pG\Y (66*+3BAH9<;6;GTOW+"+7\V\m"+"+%771:]\V\v3@<e > + #3# \V\nN3@<e > + 3#38\~V\9nG3OX @9 >  +&''67-l1{8m#TXmkN]\cp%vJ @:[  +&'767 4e/{8]!^%~kNOjq5N-@ d[Y&% +#"'676763  "  *!x}@ "z3iN @IMA   +!"7>3!2r %&N()Db -@ d[Y$! +632#"&7673 ?(/ /' $` %K*PX@ e>@ d[Y$% +#"/7632q[ # HG)/- @ <d>#! +#"'632!#E!"- R gYN @IMA   +!"7>3!2\$%()?i` %KPX@ d>@ d[Y&! +632#"/EM &T  Ju KPX>[Y   +"767% 8!J,.G% s YL=$@!<GK? +!7]=D;@ 9[ +!;/ +@(<UM>#$#"+6&#"'632#"'7326 46 !'PXO 3S1H@ nOMm@DF9O@@UIMAY#$#"+>32&#"327#"&N(%3U 73 MYMo=H13F?l-myE @dL>Y@ " +&767376723 .----y$@! <S>" +##"'7#&767 . -=r@ KPX@dT>@deGL@YY"!+#"'7#&767376323#!  T }Z @GK?  +!&767  @;ih @ :IMA% +267#"&7|e 3+`luhRfbV~,K1PX@ M>@IMAY +>2"GP.FPP::P;< *@'UIMA    +"2676&>2#".F *[G ,V}IGC0.DE-1BdcGEeOf?(@%< :dIMA*! +"&7>732>76qSR~ng7$"IOPU"XoB`X\6@3<: 9QM >  +267#"'&#"'>32$7".J3FA$'70)`@AG3,> 5-.4 ]Y9-\u?K1PX@IMA@bIMAY&&$+#"&767632"&76762 #% ( % /  ++J@ < :d[$( +67327#"&767#21FYZ'$ \ Ta"$A#N#)9):?2CF"+'&'.'7'6767%ɓ  Е    3xw,7c@ 6(@UIMAY@1/%$" ,, +"&76?&#&'?327"?6&#?37"'32676/7: /X_ B=V< <E% E+e 89\k*!X1+"=f+'- -- I%Rm (&Dk  @dd[;2 +6&#'"&?672&'76?>7 *|@h N3}%5A$% 5V %% !-@ ,KPX@"bUQK>@(bUIUMAYY@ !-")#+332676&'.>32.#"#"&#"6- "$8)B%@L>M-a 0B()>1/.: \[*![K*%''%="C~Y O<*($&-8%:KGdXN@K+I3X@B@?+<bUIMA1/&%! >> +32&'07673>?6.'.67>32"&7>5676&#" P2 !!   }`Xy-*:/5F   %%  .! "'NYZK  &0H2,E) ;0(+)8K&PX@K = >@S >Y@  + #!7)s)AK&PX@S = >@dS >Y@  + #!7!7C)'s)AK&PX@S = >@dS >Y@  + #!7!Ds)s3R)AK&PX@S = >@dS >Y@  + #7!7!D)׍s)5):K&PX@ =K >@dK >Y@  + !7!;C)s#@ dGL@ +73!{hhZ\|h9#@ deGL@+7#3!!jk?>h^O@<d[ +33#Omu\@u!@SGK?+!7!7!7!/'/XZ1x11@. 9IMA-*11 +2&7>7>.#"&7>%2&7>764.#"&7>93 :JrT]  7%Co94 ;JrT]   7%CZ;M:I O) 4 7Z;L;I O) 3!60@<d> +3#3L3`Lu0G@<d> +#3#M4\Mu."+%7%5H |L9M."+%77A {M7L fq *@'UIMA    +"2676&>2#".F +[G ,W}JG}C0.DE-1BdcGEeV5@ d[Y@   +2#"/&7>A"E 4V /VyK(PX@ d[@dd[YYY@  +2#"/&7>%2#"/&7>6%f 4;"E 4J -  /VK(PX@IMA@bIMAYYY@  +2#"&7676'2#"&7676"# ,!  J-  / %U=@:<: 9UIMA  +267#"'&#"'>32$7!/J3EA$'7/)`@AG3-> 5-.4 ]Z:-"i@M=M>+>2">2"MY3MYMY3MYZ@@Z@&Y@@Y@ @eK>" +73##F"<7V [ "@ <eK>! +'"'#&7673D;+7# Hw C@  @dGL@Y! +6323#'<, L 7KPX@dK >@dGK?Y" +#&7673672F"; " H@deL>Y@  +%!#.'76734 @FJYmD."&+=W=3B5%6 "2`E %K*PX@ e>@ d[Y$% +#"/7632[ # HG )/bv %K*PX@ e>@ d[Y$! +632#"&767 ?(/ /' $o @9>  +&''679-l1{8m#TmkM][c\6@3<: 9QM >  +267#"'&#"'>32U$7".J3FA$'70)`@AG3,> 5-.4 ]Y9-N[ @IMA   +!"7>3!2 $&N()) 5K&PX@ M >@IMAY@    +!"7>3!2G% $( );h @ :IMA% +267#"&7e 2+`lvhRfbV~-s7@M > +462";N<32y L@9@# 1$m=J7+@3FJL("$  #%OPN *@'UIMA    +"2676&>2#"M.F +[G ,~V~IGC0.DE-1BdcGEeu?K1PX@IMA@bIMAY&&$+#"&767632"&76762 # $ ( % /  ++pDwh @:[  +&'7674e/{8]"^DkMOiptb!-@ d[Y&% +"'676762! %  *bk= $ck7TP3KPX@ K>@GK?Y+#3#3{[KZ\J\Pqou%2#"/&7>%f 4;"E 4 -  .;'*@' <UIMA%+>2"'267#"&7AM*AMf!2+aluqM88M6-RfbV~?) 4 9K&PX@ M >@IMAY% +4&"'>32f!2+aluRfbV~3"@:IMA +"&76767>3293 :JrT]  7%C[;M:I O) 3!77@9M > +2&7>764.#"&7>f93 :JrT]  7&C7Z;M:I N* 4 7B!@9M >  +2#"&"&'&7>1,98  =L l,# YB7!3 )O I;L;[;9KPX@ M >@IMAY@  +2&7>764.#"&7>P94 ;JrT^  7%B[;L;I O) 3!7?i` %KPX@ d>@ d[Y&! +632#"/EM &T 2Ju KPX>[Y   +"767%I8!J,.G% s &@#<dS>"!+#"'7#&76737632H  +  kF@ @dT>Y"!+6323##"'B    dO I@ 76&'.7>32 qT1 2+71%;+95RO[5'6"%+j9 B&@#<UM>!$""+3263#"&7>32"&#" 0A  QYU ?I3@PqRTsTB-eyE @dL>Y@ " +&767376723 / ,~-%-y$@! <S>" +##"'7#&767 . - L@ @dT>Y"!+#"'7#&767376323# " -  @GK?  +!&767  *@'ddM>  +2?0303#"&7>32u`--)'7bYVr $!*dtn@ %!9#'@$ddN>  +".7;267>32c=< 6'),-a%@1 @lG : & Bl@IMA +>2"L^3L^_??_?N@IMA+>2"$>2"fL^3L^7L^4L^_??_??_??_?`f *@'UIMA    +"2676&>2#"*.F +[G ,W}JG}C0.DE-1BdcGEeA1J@9[ +2&7>76&'&7>:1b J` SDT`PWe!?A%3fl@732>76qSR~o f7$"IOPU"XoB`\ @ <d>#! +#"'632!#E!"+ R TLH3!2#"'7! $/{%$m 3jK@  @dIMAY""&&$+#".'#"&'>732763232! 4v4$6a 3>- JTT  ROy G3^H7==b (:KPX>[Y  +&'767*n.rB]"]=f`XOiq3X @9[  +&''67%t14c#b[pITeq)V @ :M>% +267#"&7e 3+`luRfbV~1^ @ 9IMA% +4&"'>32}e 3+`lu1RfaW~l=@:<: 9UIMA  +267#"'&#"'>2$7!/J3EA%'7/)_F4-> 5-.4 ]Z:-N @IMA   +!"7>3!2]$%()_pN @IMA   +!"7>3!2=$%()Pb /@,UIMA     +!"7>3!2!"7>3!23$%83#$'*')^#=@:<: 9UIMA  +267"'&'"'>2$7!/J3EA%'7/)_F4-> 5-/4 ]Z:- @IMA   +!"7>3!2u\#%() @IMA   +!"7>3!2B>$%()aW@K!PX@ e>@ d[YY +2"&7"1=/T\D@< => +"&52*"2")& &@#<UM>!$""+6&#"#7672#"'72326u 0B  QXU ?I3@OqRTsTBTLH +37%!!b**tEBi3jI@  @eIMAY""&&$+&'>32>32&#"#"'&#"! 4w4%6a 3>- KTS  RO9y G3^G# "+''7'77xEw/yGw.R99::TN"+6&'7.676 3<3!+NB?1$'p)@;$ '=hB0] /@,UIMA     +!"7>3!2!"7>3!2X=#$9>$%'*')2`E %K*PX@ e>@ d[Y$% +#"/7632[ # HG )/bv %K*PX@ e>@ d[Y$! +632#"&767 ?(/ /' $=@:<: 9UIMA  +267"'&#"'>2$7!.J3FA$'7/)_F4b-> 5-.4 ]Z:-7@9M > +2&7>764.#"&7>f93 :JrT]  7&C7Z;M:I N* 4 7^;J2@/dbINB+>2"$>2"2"&7676VCM,CMCM,CMq .sM88M88M88M8*  %#[@ :M>%$ +73267#"&7r+!B:0'w5ORk=,^LSUH3!2#"'7!( %.{$$ >Ptb /@,UIMA     +!"7>3!2!"7>3!2>$%8=#$'*')|3 6@  @ d[Y&$+#"'672#"'672  "E!"  #E!#D R   R  z I@ @eUV >Y@ $#%#!+"#"'7&#"'>327632267#"' 6:#'7.)_@834<$G8!.J"%t(.4 ]Y"o,>  h#}@<;KPX@%UQM=M >@#UUQM>Y@! ## +"&>2"&>2267#"'&#"'>27 08 7 17 ;$7!.J3EA%'7/)_F4(8((80(8((8-> 5-.4 ]Z:-<^1( K(PX@(  U UQM  >@.  U  U UIMAYY@"/-,*%#!11  +2#"&#"#"&767232>72'"&#"#"'&?63232> O[! 8! U^ (@!* QY!"!8  V](@! mH&& hD## mH%% jE#$w;s lK!PX@dT>@deGL@YY+673!.'3#>7!#.'{mD."&& FLg}zH*>d@FJY$5!"5= ~( +77673.'1>F">%Y*+1)2+ FgnrcH !2kt"+%77 {L7L8N*@'<QM>#$#"+>32&#"327"&O 3P 24 ")O[Mm?F32G=o*@' <UIMA%+"&>24&"'>32AL+ALe 3+altM88M6-RfbV. "+''7'77y=w)y>w(2233_.h"+%7%6H |L9M<.E"+%77 {L7LF. $@!<:9d> +%77%#3# +L3\L{M6Lu7'a*@'<QM>#$#"+#"'72676&#"'632aO(%4O 33 N[Nn>H13F@nY@M> +>2"{MV2MVV??V@7}q7@ -<";KPX@"XYINBKPX@!XeINB@ deINBYY@ &'"''"!! +"&#"#"76326&7>32>32#"#".'#"&7> / &7!,E+ L3 .   #8-%3C M 3'-!AC1J (\@UIMAY@$#(("$"$$ +2676&#">32632#"'#""2676& +[G ,-.FHV)DUHV}JU)DVG.F *[G ,-FE.1ABvdBBcGEeBBB0-FE.1Au m@ KPX@eV>@deINBYY6%6"+"&?656+"76?632;2f ]! #Y     w @ :M>  + 732>7c*1gލvV7%5LI&$NC;%)%@" :IMA  + 732>7*1fލvV7%5LI&$ND:%= @IMA   +"7>3!2#-+=#/#.R @IMA   +"7>3!2#-,"/#-@XjN@ < :9KPX@QM >@UIMAY"'""+6$3232$7#"'&#"@EՅǘyV9D8¤_`hADDE Mj.DBSC @9M>  +2.#"'6$#`Z+*b⌎|G%;[[23bS;%;dK!PX@dT>@deGL@YY+!.'3#>7!'FLh}{G)=P5= ~( 54/-)'! 8 8# +32>7"5 #"&76?6&#"#"&7>3227Ed %&+    $'v7- U'1:   4+L+  ,"B=   09FL?avL<@9<SQM >  +27"'&7>32#76#"7,9JF' dAH) !a1' ?';2!O:^X>;"!% +&#"&72>?6&'&7673&"&>2" +#*   @)% %V   G%%7F $@!QM >    +2"&>6&#"32A8> a;^j";L8F8F $%$#5"+726?6&+"5?7#7'#"?6&'#"&5757p%/ :  1)1*ER)#?F 8'g *L4@1<bQM >  +2#"&76#"32>7#"&>@5$!&;  " >FC9gL%'-C:%+ BVe (\@#($@dQM >Y%"#"+7&#"323#"'&7>327&6.'7673#7y!<  .$6 W<1 @)B,A$ Z%mK2#%NKPX@( bbc =M >@%  ddbcM >YY@ :92':" +672&#7637>?6&#"2&#7637>?6#'"57672>-+3 5"J 5  9%F  2 T% dR956  )4  9FNHVn@)$@ bcM >Y@RQNLCA97,*(&#"'# +76&#"&#"&72>?6&'&7673672672&#"&76?6&#"&#"&727> .# +#* @* :(= >/'( ("+"' *# +) Zw+-   459865  w+&  L-6@3<9beM >,*'%#! +7#6326'&?67623276&#"*?  *#+ " %,6:    ##<8@5<:QM >$#$"+27#"&?#"57672?32#} #,<(/=AK?'"" M huB-N@ " @eK >Y@ %#3(34+'.#&5?7+"7676&#"?7#"&. 7P "Z '7  ! SHGz@<'B/<  :GC409K PX@ b WM >@ b cM >Y@FD@>86$'##$"$%! +632767'&#"&?27#"76#"?327#"32&'"76326'&'2&'"X  TB  sD ')R? ,!;"@,*)Pu?J Z` 7?qN% @ 9[   +2'6) #)E%'+'Js @ 9[   +%2'6D&'+D')+Hu^4 :KPX@ M>@IMAY$& +7727#"547s' -730+y4k7%Dh^LtH!'@$<M=M>($)#+?32767654'.#"'632'"&H;-odmOq/#'h3dwP/k9 7hN?AZяHT2#98MF//}{X"2;@8"<UM=M>$#,*#2$2*$)!+%#"'&747>7632.#"7267'"&547>32\Bm@U=+^e3)BC)3kfR-1 V1'8 WzVuHXL3N7:"9TAb4B=P4)/H7' 1FH!1;@8<UM=M>#"+)"1#1($)#+?32767654'.#"'632'"&"&547>32H;-odmOq/#'h3dwP/k9 7h-3 X1%8 VN?AZяHT2#98MF//}{X5'/G5)1FPB(,@) < 9UM>'(.+62'>76'#"&5476>32#"&546b7bN`!'1oL-'5 J-'5LB!Xy)S%1'+P-@4' -@4' `b@<d[  +2"547476Z' %   %#7F2@/dbINB+462"$462"2#"54767N77N7N77N!5 k oM88M88M88M8+ %#3:LZ@W? H6 '!<   d   b   V =K ><;54EC;L32u-1 X1'7 V4'/J7' /Fu?O@D <  */@C  d Z  `bX   UU=L >Y@A@JH@OAO?=5234$'4"4+4&#!"!26?6;2#"=.#!3!2!'74;27654+"577%2#"5476u7PJL N!13 -) /%2\?c5o>h\> (  +NAK+/>&5@/+ / +\ B +) #%#Wh@]=&R@5d  b  U  SN >Y@%YXcaXhYhWTQPOMJGB?<;:852.-3#53#4+%!;2�'76;27654+"?30%+"!654+"?30%+";2�'76;22#"5476ZbZb6P7oc7P6qKLb5Q5s b5P5q+  B''ZB''ZOB''Z B'')%#)9|@.$<9K(PX@' d  bM =N >@% d  b UN >Y@+*42*9+93#53#4 +;2�'76;27654+"?30%+"%2#"5476b5R8ob8P 5qe( B''Z B'') #% 0;@8dbM =M>"!+)!0"0  &" +!"547!2"32654&%2#"54765Z 56h͸%۰#/') zDE/=wd<B ^T' %#RGW@L'    B<,;K(PX@(   d  bM =K >@&   d  b UK >Y@IHRPHWIW33735,345 +%&'&+"?327+"067054'#&?327+";2&#'76;22#"5476K,-A <5 X/> 1?u+-;%jOb5R8o+  YB '% + '%+3; B'')  %#6F@; '@- d  b`M =N >Y@87A?7F8F($)(!! +%32673!"7$654&#"#!73;7.5476! 2#"7476RH59V!@)9 % ^d"M5:M ) !)  w)R!I=:G:qN! 9#w37/cB/'  %#B"*9a@^<; d  bbV= N>,+42+9,9*)&%"! +%2672#"547654'7270462"$462"2#"5476qN%# T!do7+j~8M88M7N77N!5 j q1+#C1`>;942/+('   +!#2&#"'763>76322&#"'7637654'!"uVTJ7q#H^5+%8;Yq9d3g9D"^1''>X)J!;6''= [#!- Fp@*98F@UUM >Y@ E?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'RR/Kfg@Uϲ @ZUK >Y@'$ -* +7!.#!";2&#'74;27654&+"?2 ?7P^J e5J7m)5>Zy)% {DD%%Z!%+53@0  < =N > +3#!"'&5754773!' s5 m1J@*2K(PX@9 ZbZU N  ==L >@7 ZbZ   UU=L >YY@JIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// + yfFRV4{>XZ4 " . ;))+ )TcD)T@ ('@U =N >Y7"!7@+&#!"547676#!"'673!>327!267923!;dm?:5:I4v!T )FP1f<;PTs $O  '7-O?K(PX@T = >@dT >YOHOG+6&/&67327&#"&6?>7!&#"&6?>76&/&67327!';FP=?=8 );FQ=?=:cc );FP=@=9 &)(DB<:1/(7)7 '& +26?6;#"?654&#!"+6?33"32654&!"547!25./ -'+7, - -#1ɚ9Ҝ5p;a; 1 Z9 /jF+ZQ> n_ JQ/J'-%'K(PX@ = >@ K >YOG +6&/&67327&#"&6?>7&@UV >Y@ RNED<8CG+6&/&6732767654/"?327#&#"'7654'&#"&6?>7&334$334+%;2&#'76;267632;2&#'76;254''-=%P=3}  +9P7o}#\+ ''%6/11*''@۲!-OK-PX@3(IB<@3(IBK-PX@0b  `  ` U L >@4b  `  ` U L  =>YY@NMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>={s61sA7w6J!$7 ' m5R }=6 %5%-';''q)) PE''HN-AV@ < @U =N>YK"K"+#"'&"&#"'76?67.'&?!327654/&?327'/)X3)4j>-? W1*7ju?1Dd1R'%q-[ 'sq>S''y3'?S/ KPX@MZ   bU K  =K = K  = L >@Nb   bU K  =K = K  = L >YY@*SRQNMLKJHEA@>=<987320-)(  '& +26?673#"?654&#!"#6?23#654&#!"#7>733!2733!2673#&#!"#5- / -'+27,- -%/T75Z^m=7!4 753BmE!7L9 XC1\:/mC @1!B3}II +BL)BD'@$M =M>  +"32654&!"547!2}9Ҝ5p;a; ZQ> n_ JQ/J#P+Hn@ 0%C@ ZU K  >Y@HEB?52AB53364 +%654#!";2&#'74;27654+"5723!0!2$3+;2&#'76;2%=-# b5P6qZ>;jb5P5q3%5 B''Z B)'X B''!; @|@*:@&IUM = K >Y@ ?>C6*!3($" +3 674#"654&/"?32632#"'2&#"'7637>Td#f'= bH,L k+lM!HzV@"ZZUK >Y@ #'+&'&'&#!!276767!727 -%%%))N.[ +$7D+3J/  2XL-''!^1?D1p@-<:K&PX@!b`M = >@b`U >Y@,+)& 11 +!2>7#.+"&#"&6?>76&+""'67!3=$ELo5/ ';FP=@=7 @bK >Y@ 73+*"G +%&#"&6?67654'./.732736&/&67327 );FP=?qH!)3sb;D1  C%B-w615' /)-' Uv"T3+-#)-/-.7;-=EO@J!K<79K PX@%Z`K =K >K(PX@&b`K =K >@$b`UK >YY@ 33>33?+%.547>?654+"?3%+";2&#'76;2?674%>\% R b5 P7o`7Q5q< ׆sV+Lsh< >B\ N B''ZNǐVB''Z)/q7#$ Pwi-l@&%\?8@)  b  `U K  >Y@`^[WLKBAC#C&'"B +?3273#327654/"?327#2&#"'7637>54'&"&#"57636767654'&'& /7 B  C+%9#!7\3+!Hj /= )% &0%  %/wyX;Y''+f0)))/.%$R )) /. ))}--Yv@JQ<$<9K(PX@!bK =L >@bUL >Y@OLIFC@52"YY +32;2&#'76;27.547674.'&54;654+"?3%+">76769+#7) lR1c7P5q/ !-@ {c5P 7o{^N!!R/ 1cI{B B''Z9FP=;J  5DPG- B''ZEq/B'dJ9c@ (@ bM =N >Y@ *%)(!!+%32673!"7$654&#"#!73;7.547>$3 !RJ59V% @)9 % \f%P5'uN!GG @UK >YOK&''"+>32#"&546%>32#"&546&/&67327&#"&6?>75B'!+@'!-@'!+@'!-&@bUK >Y@ YUMLD@K&''"+>32#"&546%>32#"&54&#"&6?67654'./.732736&/&673275B'!+@'!-@'!+@'#+ );FP=?qH!)3sb;D1  C%B-w615' '5)! '6+! %7+'8+# /)-' Uv"T3+-#)-/-.7;u'6I@E 0! K1PX@4  d  d= M=N=M>@8  d  d== M=N=M>YY@87)(B@7I8I.,(6)6'%%$ +03267#"'57# 47>322263"32754654&2#"747476\D%1#/7c=hjczFdT>; Ս׃}17& w-bUPH]q5# 5BT+1%   %#q0CKPX@?  <KPX@?  <K(PX@?  <@?  KPX@;  bb IU  =M=M>KPX@6  bb U  =M=M>K(PX@3  d  db UM=M>K-PX@8  d  db IUM=M>@9  d  db UUM=M>YYYYY@ 21<:1C2C/-+)&%"  00 +"327#"&5467&'4632#".#"7>32#"&2#"747476hsKFowofàb3%!--Nww0-BPH& TBO\'{oT\+/ZmL5%93>3dj5 %   %#s5Hh@D.<9KPX@b=M=>@ddM=>Y@76A?6H7H),'/+'66'4&#" #"547654/&7632>322#"547476nj'3L"%\N Xt%R1* V& D9#Z!E%V`9`+->!(7lV%!+7dj.%   %#w-@)<;K!PX@'bb==N>@$ddb=N>Y@&$-- +%2672#"547654'72702#"547476qN%# T!do7+jC& q1+#C1`>KPX@- d  bV==N>K(PX@) d  bV=N>@- d  bV==N>YYY@=54.54632# 74462"$462"2#"7476G%R-* @BS\^!)!6yj8M88M7N77N!6 j \5V%!+8bv6JJf5D'+'ĚQ[N88N77N88N7+ %#'6@ 0! @-== M=M=M>Y@)(.,(6)6'%%$ +03267#"'57# 47>322263"32754654&\D%1#/7c=hjczFdT>; Ս׃}17w-bUPH]q5# 5BT+5/e@* <9K/PX@M=M=M>@UM=M>Y(+#%#%+>54&#" 3254''"54632'632#"=HAV0q?$;)1%3# NCBhټT kLbtG1'P?%)}sguHNcm-F@C*)%-"<b==M>(& +205#"54?.#"7>267327yNf -I2TaPH $+R5F R!7%= fMoCi3D\eb3{k- =<f@hm#*74@13<bM=M>,++7,7-#%,+4>7'.54632#".#"#"&2>54/Rsb-REq^y7.+;?/;JDRnLuHRN+Z/Vfo7Zy<`LF'5>I>92)dTm\˲skn7d6oN0bKPX@  <KPX@  <K(PX@  <@  KPX@-b IUM=M>K(PX@(b UM=M>K-PX@-b IUM=M>@.b UUM=M>YYYY@/-+)&%"  00 +"327#"&5467&'4632#".#"7>32#"&hsKFowofàb3%!--Nww0-BPTBO\'{oT\+/ZmL5%93>3dj5 +/5@ @2bbV=M =N>Y@ )"$$#"$" +#"&5463232654# #"&=67332763232ݍLZ/#H HJy;\>P^1N:$Hk=9jj`bP1%35Zs s#k^1!=.=F-)-953NXi5%@".<9M=>),'/+'66'4&#" #"547654/&7632>32nj'3L"%\N Xt%R1* VD9#Z!E%V`9`+->!(7lV%!+7dj. $2@/SM=M>! $ +654&#"!3232#"&54`'EDLm!)'DChPAd(-@h᲌E}Z{ˍ՞JȐ%5@2<:b=N> +%2672#"547654'7270qN%# T!do7+jq1+#C1`>A?%"'!##( +654/&76322?632#"&#"32672#"&'.#"#"747E%R1*&,9hdD%59wi  @N-1<  6 TV%!+H+;o, -%5d =!(7l+3@0 < 9M= =M>$#%"+%#"&'''#"'672327)o)F4E\9)ssHL{a " +B9{=W{XF4#){:99@6<84)%:9=N>75/-(&%#$ +327#"&547"''6>7>76=327726767327i%9#ds)19+/P b+-8\J0h%+-8%@u'Z4/F?%LbU NLF1sO8ȏQ!(@% <b=>.$#+.#"7>32>7654&547>32#o+R( @'=;-!" =<81'5$5L -L@ @Ab bVIU= M = N  >Y@LJGEDC@>%!#!*"$* +7467.5467#"&=67332763232632#"&#"32#"546232654# 5451RN5@5#L?:'e{/%9-<39 N\^lj}馃1EgC=xuL6-^jAVP=.98%+;/XK.11>+!>+^e`=#-;Fq@M=M>%'&"+327654'&#"4>3 '".J^5RX.Nd5?w{!No\{5\}}?Zx`êjF'K{ebo.6@3+ <M=M>.-+"#%#++327#"&5476# #"547>7>7#"'>3)H1%Z )XhhH=/VXψ10 /PZ-#V#%Co;8wm/7\!29%EX0=#mġj %4@1$< 9M=M>!%%.$ +#"''6>76322>54" IbH#-)HI[K3)RL3N/IIDX˽{8^?%u9@$yVT}6j+/KPX@-ZZM=M =N>KPX@.bZM=M =N>@/bbM=M =N>YY@ $"$&$#$+4>2#".#"32#"&5463232654&'.\jA-)?1Lq{J^3!HF=yyd{?/%L#-#ʣhMbV#^w1#35P?:o!&@#<M=M>'$#%+4>3!#!#"&"3254&]Ӂ-F1ў3`Z<hmFR;8ZΩSEgf)h~o-@* <M=M>###%"+%4#"'>3!+327#"&\jDI8)'P6+H1נ'Pmn?KPX@==N>K(PX@=N>@==N>YYY$**)+654/&763232>54.54632# 74G%R-* @BS\^!)!6yj\5V%!+8bv6JJf5D'+'ĚQ 4+@(4 <+*)9M= >.-& +%>54#"7>32'4$47>7`oV)i;X#p 3@"b=M=M>Y#'&"+.#"'>3237327#".//7 :D-3=5XF} '+/:uC'5# T2 s-%<è fwk9!-dg^!}:D@A0/<:! 9b===>42.,$#, +%7>?67327'6.54?654#"7>32fu<^m/'fGH='!7'> :' 5ދ!E^H{L(P;#d!ʳt 8//?% ^ 7 =< \74*@'%<0/:dN>&%-#$+#"&'#"54>7327&546323267654'773`oRw ^XP+oC2/H# DNy) $!B^9 B}gpy߬{/))ZHf%'8slѴ9.'/_&2U@R<;b  U=N>('.,'2(2" && +%2672#"547654'72702#"&546%2#"&546qN%# T!do7+j(!-H'#*Es!-F)!-Fq1+#C1`>KPX@! U==N>K(PX@ U=N>@! U==N>YYY@98-,?=8C9C31,7-7$**) +654/&763232>54.54632# 742#"&546%2#"&546G%R-* @BS\^!)!6yjC!-H'#*Es!-F)!-F\5V%!+8bv6JJf5D'+'ĚQ+!/@+#-@-!-@+!/@u2f.@ ddM=M>Y@! +) 2!2%'&"+327654'&#"4>3 '".2#"547476J^5RX.Nd5?w{!No\{5'  \}}?Zx`êjF'K{e^%   %#u+>۵:KPX@#b===N>KPX@b==N>K(PX@dd=N>@ dd==N>YYYY@-,75,>->$**)+654/&763232>54.54632# 742#"747476G%R-* @BS\^!)!6yj' \5V%!+8bv6JJf5D'+'ĚQf%   %#7y4Gp@C0/%@dddN>Y@65@>5G6G&%-#$+#"&'#"54>7327&546323267654'72#"74747673`oRw ^XP+oC2/H# DNy) $!B^9&  B}gpy߬{/))ZHf%'8slѴ9.'/_%   %#o 17@4<M=M=M> &$1 1$%)+>54&# 4$32#"&254&#"3aA1-)-#P^x}ݘHjRb  fb4VE\1/8 @NDѺɃoo|p)7BCJA^@[.-<b` U M=N>>=9731,*#!  +"3654&4>322&##"54?654#"7>;32>7"&'&9[1! >LmLDju7`1!3R9Ts/NBhJ2=P)9L<`FXhe\P)bTFO5L{!% ; (H.f=BT=D8T@ @bM = >YL##)$%+%654&#"&'6727632#".#"&#"&6?>V'v@TPjyBL {\q?J9!#>H7_ );FP=?=8Õ:jR`9aJyR6V;%+%>I_++-'*8K{@G@'db`M = >Y@:9DB9K:KL##)$% +%654&#"&'6727632#".#"&#"&6?>2#"747476V'v@TPjyBL {\q?J9!#>H7_ );FP=?=8& Õ:jR`9aJyR6V;%+%>I_++-'*^%   %#=`8JZs@B9@$b UM = >Y@ WU'')L##)$% +%654&#"&'6727632#".#"&#"&6?>>32#"&546%>32#"&54V'v@TPjyBL {\q?J9!#>H7_ );FP=?=8oB&!+?'!-@'!*?'#+Õ:jR`9aJyR6V;%+%>I_++-'*'5)! '5+! %7+'7-! (55@2%4<:9=M=>*)+'6.54>767$674&'56 >`$X~x.6<^m$N/9,Wjt<:=XZ?jqX+^?%h< BZLeͬv DkNAr[5Ru6o.X79@6('<bUN>&,#%#6%+3267674&#!"&'7!2#"&'#"54>73267&54632JF% NNu1͘92 w}Ru e@B=sHC4-!'ip!fDD\x@O/,)( G@(bUQM=>Y@ *$$%/**'# +674#"/7632676763272?6?#"'&54632326?"54767#"5476768Njf\Hs} !XJT7&$  +"32654&&547!2&#'6}9Ҝ58; 6 "El'ZQ> n_ JQ/JM$rj)%@"$<9QM>*'&"+327654'&#"4>3 &#'67.J^5RX.Nd5?w{!!F_ &Ab3\}}?Zx`êjF iS:KdJHA :KPX@(ZZURM >K!PX@.ZZUUINB@/ZbUUINBYY@ &!$*!&T+>32327#"&#"6#"547623267674.'&7&Mvq#9P4 KPX@3ZM=M=M  =N>@4bM=M=M  =N>YY@1/-+&$ 66 +"&5477632327#"&#"!2#"&=>323267654^XH}r)R)?)\N<# f4!{J\1HF+{ pFR5wNLB 7*K/>3Nw1# %5qb}-+6@ #K(PX@6 ZbbU L  =K >@4 Zbb   UUK >YY@657335$!$ +#054&#!!2#7654#!;2&#'76;267674&+"?9765Zb9FD@/Js!: _;1! #9 )y`5݁ 1))'3'-5@ <5:KPX@UM=>KPX@$ZU=M=>K(PX@UM=>@$ZU=M=>YYY@ !*,!$71++"6;27#"&#""'&'47>32327^9aL75RxD3'wEfB[  BbT+)P!)XTXL3 Vi hL+'?'F #HTR -R##D@A!<USIMA  ## +"&767!676&#"'672!327BG HC# H7-3ob?L@L- O-14{X@5^L/:1)%?ZHHT+;%-#'=bD^ @K(PX@eT >@deGL@Y+ '!7!h9ZLhLbR 7-0@-<,9bcM>&+6654'#676767&'�##&%2&S))///ZDtRuR-Vi+d3-sdysQ`yue;FwuZI;!X5@ @ d[Y$ +&'763 #676'4''%&''Ǔ#>+r!;++++}Pf}h\cNGL=FLDDAP@ 4+( @UM=>Y*'**'#+674#"/7632676763272?#"54767#"5476768Njf\Hs} !XJT7Nmf\@"eUM=M >Y@ )&&-(!+%32767674'&#"#"'32#4.#"'&54>763279c`om, 1ymZ`-5/Ƽ[ +L/ )J1P/=%VBˢLZZ51P@hX`REP9HnFAVG)J j9>"'@$"<M=M>*$)!+%#"'&747>7632.#"7267\Bm@U=+^e3)BC)3kfRzVuHXL3N7:"9TAb4B=P`oj#+NKPX@ZUR>@bUR>Y.!$&+#"&54632326767674/&7632462"&%9TZJH`%7D%T@A%RL*9R99R\3/ XatR   &$ +!32654&#"!"547!2wٲ!?׬<>5Y 54j757c7/%zDE/=*?@<'&<SM=M>#! ** +#"!!32767'"'&54767>32&'&{UX4D9?mBEB3#GoT7/JCH )#53EFZ+-wEL))/FTt?@ɉ?FE++?@<('<SM=M>$" ++ +%2676?!7!654'&#"'6762#"'&'7fLb6h+B:?oBE?4!GjT7/JCH)#5J-VZuEL')/FRv?@ͅ?FE+j*4@1&$ < :9M=M>%)&+'6?6 #"'654" 67326հNAV{?+JD; 1mY%!L\6RMN@#8B-^F%y͔X3)-!\t)^LT>LF%'@$#"<M =M>(&(!+&#"2$7# '&5477632.mV7DHA}ji߅R3qb FG;RXP#F+星LNNF/1O!7@ : 9 >% +!7#"'''77ms 7q5'}qy /E%mF%'@$<M =M>(&('+'67632"'&'732766'4'&#"d 3b-h[A&%ϔy/3RO1-HN͓LM+H#PSbF%6?@<#",<UM =M>'&0.&6'6(&(!+&#"2$7# '&5477632."&5465>32mV7DHA}ji߅R3qb FG-7T1'<Q;RXP#F+星LNNF/1Or7) /I9+ /FmF%6?@<,<UM =M>'&0.&6'6(&('+'67632"'&'732766'4'&#""&5465>32d 3b-h[A&%ϔy/3R@/7 R1';PO1-HN͓LM+H#PSb9)/H9)/G bKT@+3 d ZbZU N  ==L >@< d ZbZ   UU=L >Y@OMKJIE(3T4&&$"5 +.+"326?6;#"?654&+3!2&#!"'7637>7654&/"?3!272''"'%7b9DgHQ14+"  +'.d= {;r^ZB;94 ).:@//N&7߲+ yfFR)-4{>XZ4 " . ;))+ )'\ \K]m@UL +3@A ZbZ   U   UU=L >Y@jhb`YWPNKJIE(3T4&&$"5+.+"326?6;#"?654&+3!2&#!"'7637>7654&/"?3!272%>32#"&546%>32#"&54b9DgHQ14+"  +'.d= {;r^ZB;94 ).:@//B'!*?'!-@'!*?'!-+ yfFR)-4{>XZ4 " . ;))+ )'5)! '5+! %7+'7-! bX@  R < :K(PX@0bQM =M=  K >@.bUQM=  K >Y@WTQN5)"&&%893 +654+"'673!2?.+">32"&547>3232>7674.#"32&#'76;27XVN5<565%b-8=4V71 Rsu#TLD3E7')#C1 J9Ӝ``7P5q 3Cy  !/) yC#3XbHmR=1##3ry/7STj}=''Z/7@+*<54:K(PX@% dZL =M >@# dZUM >Y@100717($! // +#"32�'76;267654&+"?;!.%"47%Ja7J5=< '5= >'H+!JA ?'')1 ) DAP!-\;D2Z@W<bb b  U  UM =M>/-,*"!#%$$# +$267632# 32.#"63232>32#"&#"H7/@Fo=?"> 1=7!9# VD8wM=3Vm\\RJs/[`LN'HBhD58@5 <bM = =M>/$/$+'.#"#"?!27654&'.5476$32?-ZD`;XV-X6 >-ZP@[`3 j!9;NP's^d7QlB#*u*"Un( :UnA!#>'-%'K(PX@ = >@ K >YOG +6&/&67327&#"&6?>7&@UK >YOK&''"+>32#"&546%>32#"&546&/&67327&#"&6?>7-B'!*?'!-@'!+?'!-&@bUM>Y@%# )) +%267654&+"?37+"#"&547>32+FI!54IO!q/yFy0%!'+6''Z2;#%/ 7J/L]K-PX@ 0G<@ 0G K-PX@*U   U M =M>@7Z  bU   U  M =M>YY@MMM]M\TRLIX"3t'"%'4 +%654+"#"&5476323276654&#"&?2;263+"3 #"&#'76;232>7654&#ZD-{^%eC=PF;#%j'37155sP} Ǯq' 7o!g/>oc5 } 9?Xi2+ T7/A>1%'Zd/7yE'q>de5*d%m+Wh@ Q;'@&  U UM >Y@XXXhXg_]VSPMJGCB@=353343Y +3 #"&#'76;27!32&#'76;27674'#"?3%+"!654'#"?3%+" 32>7654&#} gxX' 5qkj`5R6qa5R6qKCNb6P 5q^i/de5-fbY|@  S6< :K(PX@$M =M= K  >@"UM= K  >Y@XURO5'338%893 +654+"'673!2?.+">3232&#'76;267674&#"32&#'76;27XVN5<565%b-8=4V71 RmNby RJ'P '1/ OeC``7P5q 3Cy  !/) yC#3X\N{p%3Q9''+/!V^=''Z%^f@-C K-PX@<d   b  b I   UU M >@? d   b  b UU N = M >YY@`__f`f\YSRKIGE><335334 +'.'.'32&#'76;27674'#"?3%+"27>7>32#"'&#"2;2"47%q]' #:Q9cb5R6qa5R6qR;=b'hD=@"3'!G%Ld=3C+1y7+!J>>Q#&  =''X ?''ZV\R\1% %1%G-FTTJ9<'-\#VW`@B'&@$ d    UM >Y@WTQPOMJG@=:98653#73#4+32�'76;2732�'74;27654'#"?307+"7654'#"?307+"%'"'%7Z5 M 3mZ6N4j\6L4m;]5N3m'6߲ ;''Zy =''\;''Xxk;'''\o=Q@Q> *K!PX@. dZ  VK = N>K(PX@/ db  VK = N>@3 db  VU I NBYYY@ONHFB@;942.,)&#  == +%267.#"&?3%+"6754+"?37#"#"&547632#"&546322673dD5# T  P9L;XD='?a`B-J\{7!D1Vp'RVob-)'!;%)')B9+^')N^N=1*+ %H7?H+P@ K.@)e  UM =M >Y@PMJGDA533633C5 +;2&+"#654+'76;267654'#"?37+"3!267654'#"?3%+"{#= 1P-C ? 9/Z6N4m:+% \3L 3o)`:%9 =''Z 7%5=''TD<J@G0<b   V =K >;942/+('   +!#2&#"'763>76322&#"'7637654'!"uVTJ7q#H^5+%8;Yq9d3g9D"^1''>X)J!;6''= [##+6{@ +*@$ZUUM >Y@420-(&#  % +3267654&#''74;27654'#"?!5#!"3 qJ X! !y%*bפ'\ 7)  ?d+!- Fp@*98F@UUM >Y@ E?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'RR/Kfg@Uϲ @ZUM >Y@($! // +#"32�'76;267654&+"?;!.Ja7J5=< '5= >'HA ?'')1 ) DAP!+0Ds!@%Z  UO M >Y@31>;1D3D"4'337 +767654+"?63!2+"32#4.#!"#632#"3!267654T+;> ;/% '7/8)V:u8H )FNX\+k)1)'`RV //< %% 1Z_71)Pol 5)m1J@*2K(PX@9 ZbZU N  ==L >@7 ZbZ   UU=L >YY@JIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// + yfFRV4{>XZ4 " . ;))+ )/5K-PX@i ? p0<@i ? p0@D  b  U  U M = N =N >Y@%|zrqnkheb_[ZPNHFDB3(334 +'".'.#32&#'76;27"#'76;267>3&4754&#"'"&547>327654'#"?3%+"727>7>32#"'&#"2;2+B)! !7M6e`8P 5qgPkX735FZZ63u11b<}%!).'NDZnT+Sb6P 5qb7+D5^q;-$A"D\7-=%%j3%7g^P?@P%$ =''X XT^doo/'RFC/;-?%% )=tW B&:?''Z KLjD=\T %1%E/HRTL5>'y^D5"@6bbbVM = M>Y@1/*( 55 +%2676.+"76;2676&#"'2632#"'&7>32y yj# #Zz^V^6%9s\51!7}\uN-!)! ]3=}%'jd/iXMfY\o_-qNL+5)3d_#V-W{@B'&@    UM >Y@WTQPOMJG@=:98653#73#4+32�'76;2732�'74;27654'#"?307+"7654'#"?307+"Z5 M 3mZ6N4j\6L4m;]5N3m ;''Zy =''\;''Xxk;''#VoWk@kXB'&K&PX@.d V  M  =M >@,d V    UM >YY@ihb`\ZWTQPOMJG@=:98653#73#4+32�'76;2732�'74;27654'#"?307+"7654'#"?307+"#"&54632267Z5 M 3mZ6N4j\6L4m;]5N3m-J\{7!D1Vp' ;''Zy =''\;''Xxk;''CN^N=1*+ %H7%5^@-C K-PX@6   b  b I   UU M >@9   b  b UU N = M >YY@\YSRKIGE><335334 +'.'.'32&#'76;27674'#"?3%+"27>7>32#"'&#"2;2q]' #:Q9cb5R6qa5R6qR;=b'hD=@"3'!G%Ld=3C+1y7>>Q#&  =''X ?''ZV\R\1% %1%G-FTTJ9<'J/HK-PX@ . <;@ . <;YKPX@.Z  K  =N =N>K*PX@/b  K  =N =N>K-PX@-b   UN =N>@*b   UM =N>YYY@HC?="$&53#53 ++"32�'74;27654+" "&=63232676654&#"&?232$6qc5R6q`B1Lo?R5LH9'$N{)3 2+'Z ?''ZBJVs8'V71;Jt1/%!-OK-PX@3(IB<@3(IBK-PX@0b  `  ` U L >@4b  `  ` U L  =>YY@NMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>={s61sA7w6J!$7 ' m5R }=6 %5%-';''q)) PE''H'7-O?K(PX@T = >@dT >YOHOG+6&/&67327&#"&6?>7!&#"&6?>76&/&67327!';FP=?=8 );FQ=?=:cc );FP=@=9 &  +"32654&!"547!2}9Ҝ5p;a; ZQ> n_ JQ/J#P+Hn@ 0%C@ ZU K  >Y@HEB?52AB53364 +%654#!";2&#'74;27654+"5723!0!2$3+;2&#'76;2%=-# b5P6qZ>;jb5P5q3%5 B''Z B)'X B''!; @|@*:@&IUM = K >Y@ ?>C6*!3($" +3 674#"654&/"?32632#"'2&#"'7637>Td#f'= bH,L k+lM!HzV"! $$ +".54732!"32672x<9hl)@b`U >Y@,+)& 11 +!2>7#.+"&#"&6?>76&+""'67!3=$ELo5/ ';FP=@=7 K(PX@"bK = N>@&bU I NBYY@;942.,)&#  == +%267.#"&?3%+"6754+"?37#"#"&5476323dD5# T  P9L;XD='?a`BRVob-)'!;%)')B9+^')- ?GKPX@ V U = >KPX@% V  I U = >K(PX@ V U = >@%d V  I U >YYY@GFED?>:92.&%!   +6&/&67327&#"&6?6?$47%654&'$P}W 2[e'@)  b  `U K  >Y@`^[WLKBAC#C&'"B +?3273#327654/"?327#2&#"'7637>54'&"&#"57636767654'&'& /7 B  C+%9#!7\3+!Hj /= )% &0%  %/wyX;Y''+f0)))/.%$R )) /. ))}#+P@<;KJ<;K(PX@"   OK =M  >@ U   OM  >Y@NMIG@=:852+(! PP +%&#"'746;>7654&+"?7+"3!267654&'#"?7+32#.X83% ';   ;3# '3% '=   ;5! %5.7l# #< -- !>))5 -- %8  !+ {5+G~@9@!UU  K >Y@DB@=631/-*$"GF +%267# 547654&+"=77+"727654&+"?7+";2'763P5% ` ;!-%  %=# @ǰX);  ;5! F; 5)87>3++ #3!%` -+ 9$/ +- =Z+ez@ `C$ @#Z  U K >Y@eb_\YVPMHE367336335+;2'!'76;>7654'#"?37+"3!267654'#"?37+"3!267654'#"?37+"%;  ;1#Z6N0m)b+# \-N /o9b/%\0N3m -- #> =''Z /5 =''Z%1'==''=Z+h|@ c4NE @#  U   O M >Y@heb_\YSPMJGF&33653364+3!267654'#"?37+"3!267654'#"?37+"32#54&#!'76;267654'#"?37+"h@T5% \-N /oPK1% \0N3m'336\h- ;1!Z6N0m% 3); =''Z1);=''Z%' `- ; =''+<@98(@%Z UUM >Y@52-*'"<; % +3267654&#%+"3 #"&#'76;27654+"'67!Jg/>}5sP} Ǯq' 7oD=yE;9+{*d'Zd/7yE'Z ;lu7 #%/)Uf@8$, @'   U  UM  >Y@VVVfVe][TQNIA?=:765343#53#4+32�'76;27654'#"?30%+"674+"?30%+"3 #"&#'76;2732>7674&#T`8P5q`7P 5qXc5H8oP} Ǯp'8o d/;ob5 } ?''[ ?''\B''Zd/7yE'Z>de5)d#++<n@%@U UM >Y@,,,<,;'3X"3#3 +674+"?30%+"3 #"&#'76;2732>7674&#c5H8oP} Ǯp'8o d/;ob5 }B''Zd/7yE'Z>de5)dD2Z@W<bb bU UM = N>1/,*$!#!#!! +#"&#""7>32327#"'676$32#"'&7>3232%{q=9+++VD8JG/H9N!) uDH}uN+)" uFN'E?!Ǐ[qLV'1)3^%DL"@ =)KPX@4  S  M = K =K =M>K(PX@7  S  M = K =K =M>@2  U  S  M =K =M>YYY@IGEDB?<963.+(%"  +"32654&!"547#32&#'76;27674'#"?3%+"332wDvȒ3Z=n\b5R6qa5R6q[JHRZB wdzQE  =''X ?''Z)mXZ+<It@  6 @%Z U  UM >Y@ IG&3362]3& +"'76;26767.547>323%+"32&#'76;27654&# %3}RhY35jd  1yZ>f 7oɇ%!>?6 c5P8oAo*ZNbŪ'ʚ%q$;ig;+%5=''X '')w@  @.b=M=N=M>Y@ #&#&"$+33272'"74?''"432>?&#"326H#PZTǔZ5%=BZ1wbm!\-CV>9:;'s)1@.<=M=M>$")))" +#"&5467>736322>54&#"{Z{/5}F;#ɑ)ZFRBbIjXu;3 FN Tf\ɦRh{h (=@:<b`M=N>$"((%%" +4&#"3264.#">'2# 476VDJpa=^w} /%oFP}bwݢêH{-FhOT'%;wZ9JmAVuD캸u#'@$<M=M>*$+"+'632327#"&54?>54&#'RgHDA`G>jo#9XhswXN3-i/bH3b1),-$"+4&#"32>&2674.'&'&54;#"&547%d:qPEX?ǰ/)T[A {#Dwb1BxH{?9m%"Lh?' )>kjZ-2+'Dd (1@.<bM=M>'""+4&#">2672#"&54>32-7XBvuFPgT!{#Prgb`%Ll-!#=g6i4V!㮉P{Nd3=+>/4T%V@ NM#" @D  b  T M=N=M = N >Y@VUQOLJFDCA=;98&%$##"%+>323>32#"'.#"3267#"&547##"547'#"&546323254&#"'6323D R3?X5<%D-+#n)D:BK%F XD9o#;%#R%J+)9qBI@!'7wժ7\ մRwJ+1Rq[o>!(7l8#77>Rbx3^P\j3A@>&<bU=M=M>$*!$34$+%32654&+"546;2654&#"'672632#"&54632^85{ Ld]7g15bwB`=)Zo|1:fp;LH;D R\^VP}XH3-L=C@@$ <b`M=M>''"('"$ +32672#"54?'#"&547654#""'632326?>32 rN'# L#}o;NZX%# J+X=H}< %V -b#<+#CB{OQR=MXb#;+#DH;LR##7 .7L=R[@XR> $ < db`  UM=M>POHFB@''"('"$ +32672#"54?'#"&547654#""'632326?>32#"&54632267 rN'# L#}o;NZX%# J+X=H}< %V  -IZy7 5Vq'-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7P^P=34! &G8);D@AZbN=M =>8632,*;; +"&#"2'&'.'#"547654/&7632>7632#%#?do/R j.HcA Xz%R-* $]9{XC#m  '`] >!(7lJ%!+8bb\?/>->sIB@8bb`K=M=N>Y@ "-C%&%4 +%654+"#"&547>323276654.'&#.73!732672#"54>Z?m31%F;Fx+@)#?B)$ -s;7! [ O'# L 1 )es7% !)/Hw 2- ,9':!#<+#C>VB`?@):-<0,:KPX@1bX==N =N >KPX@4bX==N= =N>KPX@1bX==N =N >KPX@2b`==N =N >K(PX@4b``=N =N >@7b``=N= =N>YYYYY@ "%%&&$ +%#"'#"&547>323276>7'&5'672732672#"54jTD>Fz)?)"=E #J#q7eN'# LZ17% !)/H{+ =1)/ub#<+#C.1;5@2)<bT=M>&")&)+7654/&7632!7>3272672#"74?!#"54z%R-* !h/ V sN%# L#+B XJ%!+8b D+7 .7 -b #1+#C#>!(7@M=M>%'&"+327654'&#"4>3 '".J^5RX.Nd5?w{!No\{5\}}?Zx`êjF'K{e)95@21 <bM=M>','("#+%32672#"5476'4&#" #"547654/&7632>32wN'# T#N"%^N Xt%RP*+Vb#<+#C1Gq->!(7lV%!+Hzj't1>N@K#7 <9dbM=N=>#&);$!+63 #"'&#'54?67"'6?>324#"3267>!yrV?Z' P&\f-3 F V GPm=[9r*8>;H˾C!& ) ' NT;+Xwy D+8 -8FVQBWb(:@7b`M=M>$#! (( +"'&5467>32#"&4654#"32672F=ZN=ANd) ?+V}3%BLCObVTAO#E6'%7'5!N݉B/QLnJV9@6<bM=M >SQ(()"(%(( +654/&763232>323272#"&547654&#"#"747674&#" #"747u%R-* wmb5H` ;U'^*$P3}N TbR TV%!+7d5+XZHN'+''BHI+!>!(7mHA-<"'7ld!e89@6%$<bb=M>20%("##+!#"&463232676'&'&"&'>32>?674'&5432]bR'V<#' -t<J- +)]<"%/*# O *+ _k7)Z;%b)5A,+,^DS"}Bp:ALaY<"{ V@5K) bZ M =M =M =N>@? bb M =M =M =N>Y@& VTNLECA?;942,*$"!     +%27&#""326'6'"&54632327>7'"&5476327>32#"'&#"632#"LH%=THLETQBT+J!#J!3%9Nlbe5R$5~7>13' 3,)C3Tndc1R=[MLwTVNms^ٖP3#!9F)%NyFOFJ\2+3 +Rku^yNRHJ<KPX@<,$& <@<,$& @7Z`  ZN=M=M>Y@ :9$&$$!$&%# +&'&"&'>327>32#"&#"327#"&/#"&5463227 +)]<"%-:fJtP'@+)5#;%o%A#V1/OBY6)M+#=y@,+,^?ThL-%#5)7LT!1A^A(%!- 'LRS@P=*#<9b`M=M>RPIG@><;97/-&$( +32672'>54&547'"54?'#"&547654#""'632326?>32' rN'# .+  dZ9<$::L#}o;NZX%# J+X=H}< %VL .7 -b#<+#;(*#)--%!5L#:5(#ER!CB{OQR=MXb#;+#DH;LR##9<8@5' <bV=M>-&")(%+326?>3272672#"54?#"&54?654/&76320.I/ V sN%# L#+VQL;$R-*8P7//X6 D+7 .7 -b #1+#C#BcBA3FJ%!+,b^[@XUT MF <  b  `M=M =M >][PNLK)''(("(% +%47'#"&5476'4#""'6323267>32326?>3272672#"54?'#"& mb7TLU$# J)K-1F V]^ #3)#DX.57C B)7wh=LZR##7 .7 -b #1+#CB{OP,o!7Obr_@\ih MF aqodbLK)''(("(% +%47'#"&5476'4#""'6323267>32326?>3272672'>54&547'"54?'#"& mb7TLU$# J)K-1F V]$;;L#7T+LI-=M92^^7T>^ #3)#DX.57C B)7wh=LZR##7 .7 -b #1+#9'+%)--%3^4:5(#DT"CB{OP,o!7O# .@&<%:KPX@+bU=M=N>@.bbUM=N>Y@-+*)$"!   +%2654#"#"&547#"&#"'>23273632fTLJ>Ķ\hr1f7H)15{f%?+Rl6ÏFN=Åh;LZyweKINk'6)ZuP )Cn@k; /<: ;>:b`U= = N= N>+*=<20.-*C+C'%  +%2654&#"3632#"&547674/&76322672#"547654'727\5'BjoB#-FVǽPjX%R-*}N%# T!do7+j-͓BJad?LcuV[Q+>V%!+<1+#C1`>'%   +%2654&#"3632#"&547674/&7632\5'BjoB#-FVǽPjX%R-*-͓BJad?LcuV[Q+>V%!+uq7@"! K1PX@6b  bU UM= M  >@=bb  bU UM= M  >YY@750.!$!#!!#$ +703267#"&#"#"7>32327654"'672632#"&54>3C:{!oD-r! )w<-f#/#j_/7 5BFiuh! 8/897 -'B%SkX`^E%- )/?,@)TM=M>&%&%")+7654/&76323>3 '".547##"543276'4'&#"z%R-* $)ڦyDbAb4? XLS0xHN(EDk:J%!+8bF'6KiM)*.>!(75}}?Za2s :_@\$5<b UM=M = M  >86431/)&#  " +&#"37#".?6767.54637+"32672#"7&O-%yHCT%=7_C'm/yFJZHŏ 3#yN'# LX rJH^nuDf ' yfPw2%b#<+#Cdb 6t@ !@'ddbM=M>Y@ '"#$%+#"/76324&#">2672#"&54>32[ # HF7-7XBvuFPgT!{#Prgb`%Ll^)/-!#=g6i4V!㮉P{Nd3=+>/48?@<#<bUM=M>'"# +462"$462"4&#">2672#"&54>328M88M7N77N5-7XBvuFPgT!{#Prgb`%LloM88M88M88M8-!#=g6i4V!㮉P{Nd3=+>/4o"@ <K=>&'!+%#"'67!654&+#"54od719!5Ae X\{!dJp>!(7uX 16@3! <b =M=M>*$+'$!+632#"&767'632327#"&54?>54&# ?(/ RgHDA`G>jo#9XhswXN3-iT/' $Z/bH3b1)K1PX@Cbb  `  `  ``M= N>@Ibb`  `  `  ``M= N>YY@5320-+*('% :: +%267632#"&5476323.#"63232632#"&#"9\@)-?o? 5N`;c93u9+u( w=+g#)$U+?6L+ TpDVlox7E{D=57 *' -3oy+:@7b`M=M>! +* +.5463232654'&54632'"&'&#"#df%')1)+Lb}\J%5T=DRm^;/B+!HPdTydj:FA);V;J7ZMu`'1@.<bU=M>,"%+462"32672#"547674/&7632;N;;N\N'# T#`%R-* fR::R9cnb#<+#CN%!+6g/5@2<bU=M>,"%+462"$462" 32672#"547674/&76327N77N7N88Nt\N'# T#`%R-* oM88M88M88M8Ynb#<+#CN%!+6g`oj#+NKPX@ZUR>@bUR>Y.!$&+#"&54632326767674/&7632462"&%9TZJH`%7D%T@A%RL*9R99R\3/ XatR@7  Zb`U N  = N>Y@DCB>960.+)%#   +%2654&#"3632#"&547#""&=632327664&#*&6'?32%727\5'Dho@ FVƾNj9-1:B/LB#76):  T?'s-͓BJad?LuV[Q+>%eہ<% J#3Hu&g %8E@@=b  UT= N>:9@>9E:E,&$!% +>323632#"&54?!#"547654/&7632!2654&#"T V@FUǾNk'B Xz%R-* !d\6'Dho@ D+7wuVZR'=>!(7lJ%!+8b/ɓBJad?LXB@? KPX@<b`` T = M =M>@:b``  U T =M>YY@BB>=<;96(("'#+!>3232672#"54?674&#"#"547#737654/"'7672EJN)N'# T#)#%==N T(+? l2H;Z'tT!#<+#C1V4-C<>!(7lH?'9 1 *R)b;IA@ @5 d  dZb N=M =>Y@EC?=8632,*;; +"&#"2'&'.'#"547654/&7632>7632632'"&767#%#?do/R j.HcA Xz%R-* $]9{XCm ?(/  #m  '`] >!(7lJ%!+8bb\?/>/' $Lb=K@$ @1 d  db`M=M>Y@KIEC''"('"$ +32672#"54?'#"&547654#""'632326?>32#"/7632 rN'# L#}o;NZX%# J+X=H}< %V [ # HG-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7)/d!e8MQ@NM9%$<dbbU=M>KJCA=;20%("## +!#"&463232676'&'&"&'>32>?674'&5432#"&54632267]bR'V<#' -t<J- +)]<"%/*# O *+ _k7K-JZy8!5Vp')Z;%b)5A,+,^DS"}Bp:ALaY<"P_P>33!  'H7XLQR@O8 '<9b`M=M>MKDB;97642*("$ +32672#"54?''>54&547'"&547654#""'632326?>32 rN'# L#}L! S)''>?G;NZX%# J+X=H}< %V -b#<+#CB{OCD;-)-%5]370!V{#QR=MXb#;+#DH;LR##7 .7D`@4 b  b UM  = M   >Y@"YWSQLJHGEC;964,*%#`` +" 326?654+"?7#"3254&#"#"54632#"&'##"&5432#"&54654&RoՃqs\3 L  5m^owmZ#'T7F}`捉{% J˰5`j7A+/$$lʤɒVj;&&ZjLh+ 'DQLf`Z}]ZZ]_E3q/%T ?Q@4 b  b UM = M   >Y@"KIFD?=<;:831.,)'#! QQ +"32?654+"?37#"32654#"#"54632#"'##"&54632#"'4>&mPH%-A# D#P nfC/ --1d[yt^yyp܃B=4"1 PG?5''Z?1'wf5N83hۿ;Z>1 ! q+DS@=*)'&K-PX@) U U   U M >@/  Z U U   U M >YY@"EEESERLJB?<963/-$" DD +2?.#!32!"&#'76;267#"'673!7654'#"?37+" 3267674&#/5<1R<;B@;G323632#"&5472654&#"#"%^N Xt%R1* V)FVǿNj \6'Dho@3 ->!(7lV%!+7djZ;wuVXO+>ɓBJad?H'+D5[ @   K-PX@K  bb b  U  T  UM = =M>@R  bb  b b  U T  UM = =M>YY@TPA=20/-*(&$#%"$#+$267632#"#5332.#"63232>32#"&#"6&/&67327&#"&6?>777/@Fo1K# = 1?8!9# VD7wN>&K1PX@Gb  b  b  ` `  TM= N  >@Mbb  `  b  ` `  TM= N  >YY@YWQPIGA?<:53#!!&%")+7654/&76323>323.#"63232632#"&#"3267632#"&547467##"54z%R-* !!(7uDQ8@5NE-< = K >JG33$33:33: +>;2&#'76;2?6&';2&#'76;267672;2&#'76;276'T` ! -' L%V=P)-%07F)>-V%= N %b j:115$/-''\RA+!''69`=>y''1?T9;@86 .<=K  >993#####= +67&76';2�'763276322�'76;26'mH~^ #+d1`  #  NE-'#)%? f:  +# r($L{sI!!jB ++ X33Fd ++ '7h' FDs{@utvH. y W>%@(b  T = K  >Y@lh`_\YVSPM33:333"G+6&/&67327!672;2&#'76;276';2&#'76;2?6&';2&#'76;267!&#"&6?>7>& N%b j -' L %V=P)-$/7F)=V );FP=@=9 tT` !/)-',-d=>y''1?T/-''\RA+!''69J/)-',-:115DLS@PE I2+ G >8#<9   T= K  >DDB@=:53##" +'654/7672!6322�'76;26'#76';2&#'76327767&V VZ&&'#)%@ f:  +" s'%#+d1` #  NEϕmH^ 26* 1 go33Fd ++ '7hjB ++ X VL{sI!!)Y\@ ZR7@%S U K  >Y@$\[WTQNKHDB<9630-)'#  YY +";2&#'76;27>;&543!232;2&#'76;254'.+32&#'76;277!bNv@V)FZ>VC1%XX]N+jXYNkl\ M #mmD^%''Zcn  nZ''>c^D=''ZVoRUZ@WSK2< UM= K  >UTPMJGDA><741.+($"  RR +";2&#'76;2?>;&63!232;2&#'76;26/.+;2&#'76;277!DnPXNwF HNXqu; ;'7fs71)B K ;+//F?P@ '7yJ h=!H^iZ''Zifa)twiZ''/+i`F/+''ZN;' -@ dK0@'S V K  >Y@zvnmifc`]ZTRPMJG4&334$4(G+6&/&67327!3&543!232;2&#'76;274'.+32&#'76;27#";2&#'76;2767!&#"&6?>7 !&c^D=''ZD^%''Zcl6/)-',-Pbe`@]c YC*<9 T=M= K  >edbb^[XUROKJHEB?3%334"3+'654/7672!&63!232;2&#'76;26/.+;2&#'76;27#;2&#'76;2?67%!V VZ&& ;'7fs72)A L ;,//F?P@ '7yJ h@@  d  bbbV M ==M>Y@JJJTJTHF&3<%!) +32632#".5467>54&+"546;2>54&#"'2632%&'767d:Z/s5LkE wZ1/B i^BݹsZ`P'wRX^4';u\55m)jTw{T#Vqh!N?t  #N; FAd5 ;:'TB{fCif-Rq/iVOf\g)3JP-)Rq#;'6A@"<:9 :K!PX@9   dZU=M=M= N  >K*PX@6   dZU  R=M=M>@7   dbU  R=M=M>YY@777A7A53!)!$24" +4632654&+"76;2654&#"'672632#"2632"&&'767#^95y Ld]7b1-'bwBb?+Zf@I%7}4d.{9]"]ur9L&"F=D wRVP}nV9]@bUL >Y@OLIFC@52"YY +32;2&#'76;27.547674.'&54;654+"?3%+">76769+#7) lR1c7P5q/ !-@ {c5P 7o{^N!!R/ 1cI{B B''Z9FP=;J  5DPG- B''ZEq/B'fN0@-A9<PK=>=33?:3:+654+"?37>7>;2;2&#'767326?$44.76;2w_Y?! {AFĄ7 >/T)-  ft7?# }E"-+ 7u%RN!+vp  3%t\^8 1-!7A%5''+/A:  B"8L@I5+ <UUM =M>$#31/-#8$8&'%"! +#"'&#"32>!"547!2">32326754&=ohBD5׬'5 =U;+Ny9Y7rj<=3DBN@@ +zDR/IH8PlADDE+-I@F'<b```M=N>!%%!#%%$+4>32#"&6'4'"6323232>7#"&#"=qwq钉^ ^"AY+f#/x NV:_A)vG+u! TDžϱNI3ٖ%'6;3oFv}G>7LJ0h@ %/@ ZUM =>Y@ 364#"&!+32#"'&#""'.+"5765?3%+"7y+<:'%LZ +9P7b s`3+% %//0|1* %%2'29@6'10<ZK=N=>$44&"&"+>32#"'&#""'.+"&?37#"7DhP!A1!$%5) #s#+  mF #9  I@Z' #'H%?-)7) ))!)BmfL0AUK-PX@I87%/<@I87 %/K-PX@, d dZUM =>@0 d  d dZUM =>YY@NLEC(364#"&! +32#"'&#""'.+"5765?3%+"7632"/&76'672#"/&'476y+<:'%LZ +9P7b s`!; ' R   3+% %//0|1* %%2'BA %   "H2EYjKPX@XMK;: '10<KPX@XMK;: '10<K(PX@XMK;: '10<@XMK;: '10KPX@6  bZ = =K=N=>K(PX@2   bZ  =K=N=>@6  bZ = =K=N=>YYY@QOIG@>($44&"&" +>32#"'&#""'.+"&?37#"7672#"/&76'632#"/&54656DhP!A1!$%5) #s#+  mF #9  I@!@  #^  Z' #'H%?-)7) ))!)Bmf% )   %+@ D @Rdb   bbUU  U M = M>Y@2-,}xvtsqogeb`XVQOIGC@=:42,-%$++ +2326754&547>32#"&#""&547>" 326?654+"?7#"3254&#"#"54632#"&'##"&5432#"&54654&%=%--! a;31V+.  woՃqs\3 L  5m^owmZ#'T7F}`捉{% J˰5`j7A+/$$L{ , %+! ;\{@ ) ;qlʤɒVj;&&ZjLh+ 'DQLf`Z}]ZZ]_E3q/%T ?-!s89 K-PX@Qb   bbUU  U = M= M>@Qdb   bbUU  U M= M>YY@(#"mkhfa_^]\ZUSPNKIEC><852/*("s#s'#'!"+463232654&54632#"&"#"&"32?654+"?37#"32654#"#"54632#"'##"&54632#"'4>&dM;%+37fD1b3- PH%-A# D#P nfC/ --1d[yt^yyp܃B=4"1 =}%*#'HBx{1 % 'G?5''Z?1'wf5N83hۿ;Z>1 ! D`@4 b  b UM  = M   >Y@"YWSQLJHGEC;964,*%#`` +" 326?654+"?7#"3254&#"#"54632#"&'##"&5432#"&54654&RoՃqs\3 L  5m^owmZ#'T7F}`捉{% J˰5`j7A+/$$lʤɒVj;&&ZjLh+ 'DQLf`Z}]ZZ]_E3q/%T ?Q@4 b  b UM = M   >Y@"KIFD?=<;:831.,)'#! QQ +"32?654+"?37#"32654#"#"54632#"'##"&54632#"'4>&mPH%-A# D#P nfC/ --1d[yt^yyp܃B=4"1 PG?5''Z?1'wf5N83hۿ;Z>1 ! `!-@*deUIMA'#'!"+463232654&54632#"&"#"&ۍR=(/7;jD3f3-;{!,!'JBv{1 ) %3+ ;K-PX@ 2<@ 2K-PX@) U  S UM >@/Z U  S UM >YY@! ; ;:9741.+(%$#" # +32676&# 32!"&#'76;267!7!76&+"?37+"!s 3um=Fm!^1:95 _ )94L6j 5ye;')8E:/+''X@5  b `U = K =M >Y@10/.-,)(3T!#" +%6&+3232#"&#'76;27#736&#"5727673!!9UbC YLޥ/1-TD d Dh92+}To1,l'\F'X= 3 F!;H@+2.-,B@&IUM = K >Y@ GFC6-!3()" +327'767674#"654&/"?32632'#"'2&#"'7637>Td#fvN@G bH,L k+lM!jZ;qV#&);)!+63 ''"'&#'54?67"'6?>324#"327'767>!yr#&;gsV?Z' P&\f-3 F V GPm=[FE? 8>;H+!5BC!& ) ' NT;+Xwy D+8 -8FV=1 W!!1s@ @!dZUK >Y@+(" 1. +7!2673.#!";2&#'76;27654&+"?2Hv7P7=aJ c5H6o)5>Zy+'`=N5CD''Z!%;V'=@:"<dZbN=K >334!"5+7654&'#"?!2673#&+32&#'76;2'?  Ly8X.RJ/O 1[B! -\B| 7''#+6@(@&  Z USK >Y@0-'&%$" 63 +7!.#!"3#;2&#'74;27#734654&+"?2@7P^L ZMd5J8mNZ'5>Zy)' {CPED''ZP!%Bs2I@F*<Z  SL=M >2210%353#4 +32�'76;267#737654&+"?7!54&+3BH/ P/12 ?3&@ M{/7/HD7''+/P1 -'^iP#s+M@CB0 *)@8 Ze U  UUUK >Y@KJHEA;85335"" +%#".#"#3 6767!;2&#'74;274654&+"?237!.#!")ϾJg3 /71)=) bd5J8m'5>Zy)@7P^L HJ7 =-DHED''Z!% {Ch?FB!sI@ C @7Z  bUL=  K =N>Y@HEB?4%%)%35 +7654&+"?7!54&+2#"&5476323265%32&#'76;26&@ M{/7/HLBu\=/NL5NT<H/ P/12B1 -'^i+HRFAlH ZB9DiXH7''+/o5K-PX@6L"g<@6L"g@I bU UD M  = N  =N >Y@)|xwihec\[TRPNIG>=334%"%3+'76;267>3&54&#"'"&=>327674+"?3%+"27>7>32#"'&#"22#54'&'.'.#32&#'76;27"13r!'@G-'%%-&NA\qZ+Kc5P6qI7#;%)^98:-#?"BZ7-=% ;J-17)7;SB?  8N7Zd6P5o\RhX33hg';:J3@-C%')=yV 5!>B''ZV@:`/3\1%%1%G-FTTJ9~}zxsqpnjifc`^ZYWTQNKHDC><9842!%##3#4+7654+"?307#"3267632#"&#"232#54&#"'.#32&#'76;27"'76;2>3.'&#"#"&54763235JuH 11 8V}X^V5>?5}3=` 1!543E85 %J=BHwOZAPj3)cN)=/PDe^-VT3'')-P< 1XNhJEw}T78@7''Z9FH#HG kKX# RPy#^DF@ 8 @?bbbVM = M = M  >Y@FD?>!$25$+" +772654&'&'&7>3232676.+"76;2676&#"'2632#"!DE5HWMoVN-!)! \ky yj# #Zz^V^6%9s\51!7sYHSoVJ?)\%SNL+5)3d_=}%'jd/iXMfY\j_22NRZ#jEP@M-8?<b`U=M=N>EC!$34%+" +772654&'7.5463232654&+"546;2654&#"'672632#"!FC5HXkOV19^85{ Ld]7g15bwB`=)Z>omXJT+}n S:3-=fp;LH;D R\^VPCvD``%7W@1A K(PX@? Z  b  UCK = M =K >K1PX@= Z  b U  UC M =K >K2PX@> b  b U  UC M =K >@= Z  b U  UC M =K >YYYY@"POHFEC?=98630-*'# WW +%2#./.#;2&#'76;276&+"?3%+"276762#"&#"2))9%AJ\#q/hT^ ,>5R8o-;8P 5qJ>hu{?!bN!#1Vf7%Cm @D9 RkC>pNw^/)''X/+''Z`PN#33G@=RwP@-,WBwXg@dR <b  b  U CM=M=  K >WTQNKHDC9842!%##3#4+7654+"?307#"3267632#"&#"232#654'&'.#32&#'76;26ۇI sJ 11 7'`^iX:"CCwDs /95/Vh! /XFAGwP1/N3'')-R}< !/XJE%L^:"!!96@ 7''+%q5d@ (@  4 QP dK-PX@?   b bb I   U  UM >@B   b bb U  U N =M >YY@`^[XHFDB<:320/3363#4+%#&'32�'76;274654+"?3%+"273>7>32#"'&#";2'.'&'\C3jZd5R8ob8P 5qLh>A[8/JkB#1$#F51N-+;%3}9q_+!?''XB''ZV l#yMJ\X%1%E/94sAJ H78'Ǔ+FY}@z'2 Y<   b b  bb  UK= M =N >TRNKIHECA?:810/.#363#$+%#&#2�'76;267654+"?37"373>7>32#"'&#"232'&'.'sZ?1VBX uO '30 H'I3964Z1Jb5)7`.^8 #Auy7J  h' 1)9'''-P5'' :_M=IGE / f '309%q5f@0J"K-PX@@b  b I U   S  UM >@Cb  b U   S  U N =M >YY@daZYRPNLFD<;:9875235334 +'.'.'32&#'76;27#7374654+"?3%+"3#27>7>32#"'&#"2;2q_+=dTZd5R8ob8P 5q -;/J5kB#1$#F"Hb>)>' 3}9^RV?''XTPcB''ZcPLjF;\X%1%E/HRT!C0/'FdqU@<#" :K PX@9  Z  b ` S M = M >@: b  b ` S M = M >Y@KIEB@?<:861/3#3+%32�'76;267#73654'767!!267>32#"'&#"232'".'.'J uO '30  u)\7Boo@-3`-^7 !Auy1P  / 'F73'')1@F)$U+RT+jF!h`BAJE / f '%'R )36=7a@4 G KPX@M  Z  b  b  U K =K = N =M >K(PX@Q  Z  b  b  U K  =K  = L  =M >K1PX@F  Z  b  b  I U  U N =M >K2PX@G   b  b  b  I U  U N =M >@F  Z  b  b  I U  U N =M >YYYYY@_\VUNLJIEC<;96!!&3349 +'".'&'&'"#32&#'76;27654'#"#!33%+"27>7>32"'&"2;2)=1#(:`b5P5qTVSPMJGCB;952!%##3Q$+654'##;37#"3267632#"&#"232'".'.#32&#'76;267651H;%#^-9o10 1'^]hZ9#C@tDr 9L /D /XE@L uO '3-  /'XL')-P<!/XJE #\L?;4@5'''-% y+\@ H1 <;K(PX@0  SC  M  =M >@.    U  SCM >Y@%\\ZYVSMJGFEC@=98630/.,53#43+%0#0'76;27!32�'76;27674'#"?30%+"!654'#"?30%+";2#. 5qebd`5R6qa5R6qRT`5Q5q"#17y'Z =''Z ?''ZO ?''ZJBs[U@RT=8 I (<  SC  K  =M >YWSQNKFEB@<:73#43$3+%;2#4.#'76;267!;2''76;>7654&+"5?7#"!7674&+"?7#";##:)%ZB  +7#B\@'+   57%'5   )5'33 '+   45')?T7+ !>1 +- #<=# -+ #=) -- #?%+a@&FE \@+   Z   U  S K >Y@a^[XURKHD852.-3#53#4+%!;2�'76;27054+"?30%+"!654+"?327;23263.+";2&#'76;25\cZb5R8o`8P 5qLLc5P}?JB)7R_5b6P5o B''ZB''ZOB'{ B'';HsY]@ZV  .<  S  M =M = K >YWURMLIGDB@=63"52"74A +7232634&+";2'76;>7!32'76;>7654&'#"?7#!7654&'#"577eB)9L^ D5  +5'AJB'+  37%'3   +5'/1') q{1!+ +- %>! ++ %>;-  -+ #?! -#s+j@ ]S FE(  ZeUUU K = K  >@<  Ze  UUUU K  >Y@dca^\TROJGDA>;52334""+%#".#"#3 6765%;2&#'76;27654#!";2&#'74;27654+"5723)2$3+)ϿJf3 081)=)Dbb5P5q=-# b5P6qZ>;jJZsI D7 =-DHEq B''Z3%5 B''Z B)'Xd=`gF;!u\@; Z  bU L=  K  =N>Y@ZWUSQNIF@=;94$%%2R4+654&'#"?7!7##"&5476323265%32'76;>7654#!"32'76;>7'>  =7%9+NL5RL:D=  =7' FT F=  =5* 5 -+ $B-RnH ZD=KiLI!- +-+:7 1P)- +-+:^FLN@K,K<<9bQM =M>DB640.(&LL' +%>7654&#"26754&+ &54732#".#"&'47632'wJV^ /s` + 2 i1R;-!'(%>7/% '纞 %L1âwPfdDdsXJXPBJ % LbN58!1)b6 }b[FZeV?;Dd G/@*7FKPX@9  bb`Y  U VM>K1PX@8  bb`e  U VM>@>  bb`eU  U I NBYYY@?=1/,+&$GG% +%>7654#"2754&+ '.547632"'.#"&547>32u}Jv 7 ;sR)`ϑL3sN= #͑{ 7{R5}9PLFK9O 8DB8#) 7=1PT37?B1yf/#wD2A@>('<bM =M=M>%$($,"+772654&'&547!23.#"3267!##"FE5FbV 5mq/? B+HQnVJ?)d!-BC'-0 FHPky1LRZ+5<@9-,/<b`M=N>(&&%-#+732654&'7.547632#"&=4&#"327#"/)7+5FXios-/L#+5No&yl{mV)#V+}nwB;lJ T##7FæP?}J^e?Z6b@/.! <-,#:KPX@CM =M >@UCM >Y@ 796323+%;2#.+'76;27654&+"'7!2657.+";#58ro5o)/XR3/{3o7 3;X74) 3y'ZDw =  " wD%131@ <)#:KPX@$ZCM=M >K(PX@%bCM=M >@#bUCM >YY@ $3#233 +%;2#&'&+74;>7#"#3!2?#=4&+L=#6) (4f T5' !)=4 ,g+5;)!H- -{4A- %>"J??"+ii@Q6,)ID@? @ UM >Y@`^ZRNL4CUC +%3320#"&#"#576;7276767'&'&'#&5&?532326;+67656'&'#&?532326;+ %;  J  ;' d /   ;) p );   )/'Lh ` !!W+ #!     #! 5#)JsEB@?*#@ <M=  M   >EB?>=;63#:$#5 +&'&+"?307#"67654+"5?307#"32�'76;2F)  93w/; -P9%JG' P'Z)= )'.1 )'Z#7''+N@C)2@%  U SM >Y@NNMLHEBA@>;83453#4+32�'76;27!7!7&'&'#"&?37+"67654'#"?307+"!8b6P 7o8F !*   :3`1<-+;'`P=''ZR?Y9 )'+'))'3XR)JsLU@R.'G < M= K  = M  >LIFEDB?<876530#:$#4+'!7!&'&+"?307#"67654+"5?307#"!!32�'76;2FG)  93w/; -P9XGJG' P'Z)P= )'.1 )'ZsP7''+v@^>D g @1  b`   UC M >Y@vvsrolc`]WTQKI3t<34&3+%0'76;2'4'&;&#'76;2767654'.+"&?232623+"327676&+"?23263+"32#&'&+ 1F#5' ^f0  i} R- N%=  !^e!9% 17 #$) 6% ))m&'#))+f' ))m{% %j25ysom@jT72= ^) j<  b`C K =M >oolkfcYVSPMJDC<9#:3#5%3+!0'76;274/&#";2�'76;26?656'.+"5?7#"2?676&+"?37#";2#=43#R1hF+D5311Q - `@ 1F9#%:)'V3 '#+4 +3-'%./ '''9 ?  yV@54 @&G OM = M >Y@TQNH63#67693 +654+"'3!257.+"3!267674'#"?7+;2#.#&#"'76;>7VXR5-{33'9 1;Y71')3# F>  >3 ;# 58tod73%  9Cw @1 wC"4)5- -- %8 ) 1y#!>FY@% 54@8   bO   M =  K=M >Y@ TSPMJIC@9630-,)&  YX +"3!267654&+"?7#";2#&'&#!'74;267654&+"#3!2?#=4&#/'u'5' u'+   35%x>#5) *5je 7# }'C!)=4 ,g+5;)!H5#;!+9!# -- #?- -{4A+ ;F##J=B+Mx@ C'@%  UUCM >Y@KHFDB?'2#8%223 +%;2#.+76;267# 547654&+"5?7+"327674&+"577+"V;# 78rmR3# ^o<#-%  %=# =dcO)>  =5! % 3y- )8qE5+T++ #3%TJs -+ 9sOP@MIHC-,'><UC K =M >MKGEB?'3#8$314 +%;2#&+'74;267#"74?654&+"5?7#"327674+"5?7#" #5) !5%7{)  3' 1>v7F!  63'#+ %>/H- -+ #3L-76q-- -- %=3+O@M$K(PX@2b  bU K =  L >@0b  b UU  L >YY@JGECA>74"82#8" +#7# 547654&+"5?7+"367654&+"?7+";2'76;267\-* B!-%  %=# DT\V}X);  ;5! '; P5# g/:T++ #35Ga -+ 9)  +- ':#sW@8U(M @2b  bU K=  L >Y@ROLIFC=;#8'$#8A +%#7"#"54?654&+"5?7#";367654&+"?7#";2&#'76;267`Z%'   !1+ #2;D\BVT< '    35' F" qM !7%;Jbs9F -+ %1X'34#M) -- #?)) -+ %>P%++N@$+ @9@%U M= M  >Y@MKEB?>=;85#3#53#4+32�'76;27674'#"?30%+"$3232�'76;267654#"bb'R6qa5R6qR- RP)V52 P5?''X ?''ZO7/Q;''+/5RBHsPK@H#* A:9<  UK= M  >OMFC@?><8#$363#3 +%32�'76;267654+"?37#"63232�'76;267654&#"H!P '11 H' Q!V+ͪXa7G' P '1/ > JI^7''+/J 7''Zib9@7 ''+/ 9D2D=Q@N% <UM =M = M><:31-+)'#!  +. 3# 54767#"547>32#";6$32!#326 ;/% >H1%K ^cEA Ѯq1{g6HCL>`*<)\5 6 TVm{ B@  )(@(  U UM=M>Y@A?:832,*'%   +!27654&#"%>32#!#327"&54767"547>32#" K89XVJ}{ $_y a#դ@+.!F7)-RH/uXa Fs7D#'5yr 1H8y V'&5TDRe@b,FE  R <U  QM = M = M>QOCA:8420.*("   +. 3#"&54767 54767#"547>32#";6$32!#3267327 ;/TqL\?L >H1%K ^cEA Ѯu%Yhs9/BXqlH? w} 6HCL>`*<)\5 6 TVm`1m-HV%7JV{ Y@2LK  YQ @.U  U  QM= M>Y@XVJHB@"&%'%%0 +3!27654&#"#"&54767"&54767"547>32#">32#!327327=q K89XV}uJZ!'@.!FJ}{ $ a#7Fb{8/FU7)-RH/uPD?sy1H#,yX(4& Js7D#'5yr 9.LT %3J5=)0N@  @UK >Y"3###+4'&'#&?7#"3&#76;6767676 '>  >'+; ^=+     )' %'  ! %/{K-PX@~T  E1+<@~T  E1+K-PX@Wd  bVUM = M = N = N  >@Qd  bV UU M = N = N  >YY@+}zwtpoec][YWPOJGDB334#&$"+#"&546323267'".'.#32&#'76;27"#'76;267>3&4754&#"'"&547>327654'#"?3%+"727>7>32#"'&#"2;2-J\{8 D1+*q(8+B)! !7M6e`8P 5qgPkX735FZZ63u11b<}%!).'NDZnT+Sb6P 5qb7+D5^q;-$A"D\7-=%%j3BO]N=2(+  &I6%7g^P?@P%$ =''X XT^doo/'RFC/;-?%% )=tW B&:?''Z KLjD=\T %1%E/HRTL5>'T%k@cb87 @Qd  bU   TM=N= M  = N   >Y@kjfda_[YXVRPNMIGA@<:$##"('"+#"&54623267>323>32#"'.#"3267#"&547##"547'#"&546323254&#"'6323-I[x6!(7l8#77>Rbx3^P\%s7d@< 0^ )K(PX@M Z  be  UUU  K = N =K >K1PX@K Z  be   U  UUU N =K >K2PX@L  b  be   U  UUU N =K >@K Z  be   U  UUU N =K >YYYY@a`XVTRMKDCA>;852334%""+%#".#"#3326765!32&#'76;2754+"?3%+"27>7>32#"'&"3)Jg3 /71)=+`b5R8o`8P 5qF?;o-2?w}B -'%N-AI J7 =-DR3?''XB''ZttHPmtN #3I+TiRBF!w^@ @+@M   b  bb  U M = M =K =N>Y@^]YWVTOMJHEB36334$%&+#"&5476323267654.#32&#'76;267654+"?37#"3267632#"&#""du +۴NL3Rq#w`8L uO '3- }J'J10 3)^\hZ9#C?y 35BnH ZD=KæH?y-5'''-P 7'')-P<!/X%H`+Z@ =&K(PX@:e  SUU M  =M >@8e   U  SUUM >YY@YWRQPOLJHFB?<;:852.-3#53#4+%!;2�'76;27054+"?30%+"!654+"?30%+"#".#"#33265\cZb5R8o`8P 5qLLc5P6q)ϾJg1 /71)=ϑ B''ZB''ZOB''Z D7 =/DBmsV@<%  @1   bS R K =K >Y@USOMHFA?;95$#73#5+%!;2''74;>7654&+"5?7#"!7654&+"'?7#"#"&54767232/>\<!')  55%y)3  +3%1/&+    53%{5͉NL8Oq-  +- #<=- -+ #=- -- #?nHXB;H%`+W@ =&R@+e   U  SK >Y@WTQMLKJGB?<;:852.-3#53#4+%!;2�'76;27054+"?30%+"!654+"?30%+";#7"&#'76;25\cZb5R8o`8P 5qLLc5P6qb6 Xqy5o B''ZB''ZOB''Z B';qT@ E @*e   U  SK >Y@TSMKHFDA<;8631/,2"52!+%30##7'76;>7!32'76;>7654&'#"?7#!7654&'#"577#X nZp +5'AJB'+  37%'3   +5'/1')  55'-9+- %>! ++ %>;-  -+ #?! -+ #?!'+Mx@ C(@%e  UUM >Y@KHFDB?&2#8%324 +%;2'#"#>;267# 547654&+"5?7+"327674&+"577+"V)O  j-77# !1#\o<#-%  %=# =ɾO)>  =5! %  -y5/6 qE5+T++ #3%s -+ 9sSK@HMLG0/*A<eU K =M >QOKIFC'3#8$234 +%;2'#"#76;267#"74?654&+"5?7#"327674&+"5?7#")  9d<;)5 , /% 7{)  3' 1>v7'!  63'% ++1V!+):1H- -+ #3L-76q-  -- %=Tq<P@ P= 0@2 db  V   V =K >Y@ NMGEA?;942/+('   +!#2&#"'763>76322&#"'7637654'!"#"&54632267uVTJ7q#H^5+%8;Yq9d3g9-J\{8 D1Vq'D"^1''>X)J!;6''= [#lN^N>1)+ %H7)>@>*  @; db  U=M=N=M>Y@<;42$#&#&"$ +33272'"74?''"432>?&#"326#"&54632267H#PZTǔZ5%=BZ1#-JZy8!5Vq&wbm!\-CV>9:;'`P_P>33!  'H7Tj<HTf@c0<b    U  V =K >JI>=PNITJTDB=H>H;942/+('   +!#2&#"'763>76322&#"'7637654'!"2#"&546%2#"&546uVTJ7q#H^5+%8;Yq9d3g9f!-H'!,Es!-F)!-FD"^1''>X)J!;6''= [#+ /@-!-?- -@+!/?+9@ 0" @8  b U= M =N= M>Y@8631+)&"$ +462"$462"33272'"74?''"432>?&#"3267N77N7N77N #PZTǔZ5%=BZ1oM88M88M88M8bm!\-CV>9:;'+b@43 S `_ @I Z  b  U U S =L =K >Y@bb]ZXVRPHEA?<93;3+!6'0'763767!2&#'76?>76&/"?3!.+"326?6;2#"'7.+3!2678l6o N '7  N-732!; X; #=+!1P1/ +)-#/e Ff<9R#q)+7%Uj'  +' 'H%)) 76J"5%j)2=APN@/+H ˋ{ M\@Y,D?> <b  bUM= M  = N   >LKHFCA$"#(%)' +>54&#"72764&#"#"54632632327#"'#"&5%6sRjL5L?d-XbHPTX0)RJ;)B/Lrk q`}BbT;T^ 'D-/G %3^K(PX@F d ZbZ VU N  ==L >@D d ZbZ V   UU=L >YY@\[USOMJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272#"&54632267m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// 0-J\{8 D1Vq'+ yfFRV4{>XZ4 " . ;))+ )N^N>1)+ %H7 (=F@C=)<dbUM=M>$,'""+4&#">2672#"&54>32#"&54632267-7XBvuFPgT!{#Prgb`%Ll-JZy8!5Vq'-!#=g6i4V!㮉P{Nd3=+>/4P_P>33!  'H7D"9@6<SM =M>! " +32$7'>32!"&547!67654&#"hD#H] u1{iX^~%Q/mjm#1@.<bM=M>%#("+%32%654&#""'>3 #"54>L19V^LFtZZy A{} ;my+#u 6P` {wdѹr!1XCP`"4DP@M,#< U SM =M>A?970.'%! " +32$7'>32!"&547!67654&#">32#"&546%>32#"&54hD#H] dB'!*?'!-@'!*?'#+u1{iX^~%Q/mjmq'5)! '5+! %7+'7-! #/;M@J<b  UM=M>10%$750;1;+)$/%/%#(" +%32%654&#""'>3 #"54>2#"&546%2#"&546L19V^LFtZZy A{} ;mY!,G'!-Fr!-E)!-Ey+#u 6P` {wdѹr!1XCP6+!/@+#-@-!-@+!/@/\K-PX@i ? p0<@i ? p0@P  b U  U  U M = N =N >Y@5|zrqnkheb_[ZPNHFDB3(334 +'".'.#32&#'76;27"#'76;267>3&4754&#"'"&547>327654'#"?3%+"727>7>32#"'&#"2;22#"&546%2#"&546+B)! !7M6e`8P 5qgPkX735FZZ63u11b<}%!).'NDZnT+Sb6P 5qb7+D5^q;-$A"D\7-=%%j3D!,G'#+Fr!-F(!-E%7g^P?@P%$ =''X XT^doo/'RFC/;-?%% )=tW B&:?''Z KLjD=\T %1%E/HRTL5>'X+!/?+#-?-!-?+!/?T% n@ fe;: @P  bU   TM=N= M  = N   >Y@2 nmigdb^\[YUSQPLJDC?=8620-+(&$#     +2#"&546%2#"&546>323>32#"'.#"3267#"&547##"547'#"&546323254&#"'63237!-H&!-Es!-F)!-F R3?X5<%D-+#n)D:BK%F XD9o#;%#R%J+)9qBI+!/@+#-@-!-@+!/@@!'7wժ7\ մRwJ+1Rq[o>!(7l8#77>Rbx3^P\y^f M:@B  bb  b  U V M = M  >Y@( IGB@643210,*&#!MM     +2#"&546%2#"&5462676.+"76;2676&#"'2632#"'&7>32Z!-H'!,Es!-F)!-Fuy yj# #Zz^V^6%9s\51!7}\uN-!)! ]d+ /@-!-?- -@+!/?͞=}%'jd/iXMfY\o_-qNL+5)3d_ Ke@b3><  b   U U= M = M  > KIEC97651/+(%"     +2#"&546%2#"&54632654&+"546;2654&#"'672632#"&54632!,G'#+Fr!-E)!-E ^85{ Ld]7g15bwB`=)Zo|1:+!/@+#-@-!-@+!/@fp;LH;D R\^VP}XH3-+PLV.r+@(b`UIMAY@(&$" .. +!2#"$547>32727654.#"!'?51= %d8/\#N* hF7d5st+D#͑-8jT )=H'/9s;^)50~@+*%<-:K*PX@%b`M=M>@"b`QM>Y@(&$"00 +!20#"&5476323267674&#"!"'+ %};J!p^%f;B7a73-q) w18T3=7^#dHPw 8 %`Wg@B&@( U    UM >Y@!ZXb_XgZgWTQPOMJG@=:98653#73#4+32�'76;27;2�'76;27654'#"?30%+"7654+"?30%+"'!"'47>3!2b6P5ob5P8ob8P 5o9c5P6q %'?''Xy B''Z?''Xxk B''(*LX I]@Z0<b` UM = M>EC<:31/.,*"   +!"7>3!232672#"54?'#"&547654#""'632326?>32 %'rN'# L#}o;NZX%# J+X=H}< %V ()-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7%`PWiy@aXB&@) U    UM >Y@!vtnlec\ZWTQPOMJG@=:98653#73#4+32�'76;27;2�'76;27654'#"?30%+"7654+"?30%+">32#"&546%>32#"&54b6P5ob5P8ob8P 5o9c5P6q(A'!+@'!,?'!+@&!-?''Xy B''Z?''Xxk B'''7+! '5+  '5+ '7- L Uh@e< ) "<  b`  U M  = M> QOHF?=;:86.,%#!      +2#"&546%2#"&54632672#"54?'#"&547654#""'632326?>32v",G("+Es!-F)",FurN'# L#}o;NZX%# J+X=H}< %V + /@,"-?- -@+!/?-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7`1A@@=) <UM =M>><64-+$"  +"32654&!"547!2>32#"&546%>32#"&54}9Ҝ5p;a; ,B'!*?'!-@'!*?'!-ZQ> n_ JQ/J'5)! '5+! %7+'7-!  &7>@; UM=M> 42-+$"    +2#"&546%2#"&546327654'&#"4>3 '"./!-H'#*Es!-F)!-F^5RX.Nd5?w{!No\{5+!/@-!-@-!-@+!/@j}}?Zx`êjF'K{eB"8L@I5+ <UUM =M>$#31/-#8$8&'%"! +#"'&#"32>!"547!2">32326754&=ohBD5׬'5 =U;+Ny9Y7rj<=3DBN@@ +zDR/IH8PlADDE+"3M@J<b````M=N>%'&!#!!$" +32767#"&#"#"7>323276'4'&#"4>3 '".J^5R5H2-} P=+q# .Nd5?w{!No\{5\}Q93)))}?Zx`êjF'K{ed"8JZc@`B9 5+ <    UUU M =M>$#WUOMFD=;31/-#8$8&'%"! +#"'&#"32>!"547!2">32326754&>32#"&546%>32#"&54=ohBD5׬'5 =U;+Ny9Y7rj<=3B&!+@&!-@'!*?'#+DBN@@ +zDR/IH8PlADDE+ '5)  '5+! %7+'7-!  :Kr@o<  b  ` ` ` `  U M = N  > HFA?860.-+(&%#"      +2#"&546%2#"&54632767#"&#"#"7>323276'4'&#"4>3 '".3!-H'#*Es!-F)!-F^5R5H2-} P=+q# .Nd5?w{!No\{5+!/@+#-@-!-@+!/@l}Q93)))}?Zx`êjF'K{e`2DTq@n<3 <bb b    UU UM = N>QOIG@>751/,*$!#!#!!+#"&#""7>32327#"'676$32#"'&7>3232>32#"&546%>32#"&54%{q=9+++VD8JG/H9N!) uDH}uN+)" \B&!+@&!-@&!+?'!-uFN'E?!Ǐ[qLV'1)3^y'5)! '5+! %7+'7-! u N@ 98  K1PX@B  bb U  UU M = M  >@I  bbb U  UU M = M  >YY@( NLGE?=<;640.-+(&%#"      +2#"&546%2#"&5463267#"&#"#"7>32327654"'672632#"&54>3!,G'!-Fr!-E)!-EC:{!oD-r! )w<-f#/#j_/7 5BFiuh! 8+!/@+#-@-!-@+!/@/897 -'B%SkX`^E%- y I@ 6*' K(PX@+  b UK =  N  >@/  b U U  I  N  BYY@ GE@>:852/,#  I I  +!"7>3!2267.#"&?3%+"6754+"?37#"#"&547632E %&H3dD5# T  P9L;XD='?a`B))3Vob-)'!;%)')B9+^')d!e DO@L'10%<bbU=M>><+)$"  +!"7>3!2#"&463232676'&'&"&'>32>?674'&5432 %']bR'V<#' -t<J- +)]<"%/*# O *+ _k7(*q)Z;%b)5A,+,^DS"}Bp:ALaY<"b=O_@G> *K(PX@,b    UK = N>@0b    UU I NBYY@ \ZTRKIB@;942.,)&#  == +%267.#"&?3%+"6754+"?37#"#"&547632>32#"&546%>32#"&543dD5# T  P9L;XD='?a`BB'!+@'!-?'!+@'#*RVob-)'!;%)')B9+^')'5)  '5+! %7+'7+# d!e PZ@W3=<1<bb  U =M> JH750.&$"     +2#"&546%2#"&546#"&463232676'&'&"&'>32>?674'&54327!-H&#+Es!-F)!-F]bR'V<#' -t<J- +)]<"%/*# O *+ _k7+!/@+#-@-!-@+!/@)Z;%b)5A,+,^DS"}Bp:ALaY<"=LZ@ *K(PX@/  d   dbK = N>K1PX@3  d   dbU I NB@7 d d   dbU I NBYYY@$?>XVQOGE>L?L;942.,)&#  == +%267.#"&?3%+"6754+"?37#"#"&5476322#"54?6#"54?6323dD5# T  P9L;XD='?a`BT( V DRVob-)'!;%)')B9+^')b##  @)d!eBW@ :DC8@1bb =M = =M>Y@ QO%("#%&&$ +#"&76762"&767632#"&463232676'&'&"&'>32>?674'&5432( #% ( %P]bR'V<#' -t<J- +)]<"%/*# O *+ _k7 .  ++鏘)Z;%b)5A,+,^DS"}Bp:ALaY<"5bGYi@QH 9@+    UUU  K >Y@$fd^\USLJDB@=631/-*$"GF +%267# 547654&+"=77+"727654&+"?7+";2'763>32#"&546%>32#"&54P5% ` ;!-%  %=# @ǰX);  ;5! F; LB'!+@'!-@'!+@'#+5)87>3++ #3!%` -+ 9$/ +- '5)  '5+! %7+'7+# 9 T[@X?81<  b  U  V =M> RPCA;97642)'    +2#"&546%2#"&546326?>3272672#"54?#"&54?654/&7632X!-H'#+Fs!-F)!-Fs0.I/ V sN%# L#+VQL;$R-*+!/@+#-@-!-@+!/@8P7//X6 D+7 .7 -b #1+#C#BcBA3FJ%!+,!-,K1PX@ <@ K1PX@!ZUCM >@"ZUOM >YY@*)&#,, +3#'76;267674&+"?;!#!";2#4&8;; +4;8J <# =7s'+0)A1y;s*K1PX<K1PX@+ZbeL=M >@1ZbZeL=M >YY@('$! *) +3'76;27654&+"?7!#54&+;2#&#Ֆ 1Z'?  M3+/J > 7) 'ZB! -!^e|%+#%`)Ufx@pg8$, @1U   U  UM  >Y@'VV}{trkiVfVe][TQNIA?=:765343#53#4+32�'76;27654'#"?30%+"674+"?30%+"3 #"&#'76;2732>7674&#>32#"&546%>32#"&54T`8P5q`7P 5qXc5H8oP} Ǯp'8o d/;ob5 }B'!+@'!-@'!+@'#+ ?''[ ?''\B''Zd/7yE'Z>de5)dX'5)! '5+! %7+'7-! P $A[@V S G CB UTJHFEB[C[?=0.*('&$$     +2#"&546%2#"&5462654&#"3632#"&547674/&76322672#"547654'727!-G'!-Es!-F)!,E\5'BjoB#-FVǽPjX%R-*}N%# T!do7+j+!/@+#-@-!-@+!/@=͓BJad?LcuV[Q+>V%!+<1+#C1`>32#"&547>32#"&5433533+ *  ) *  oD!1BR@ LE=4+" "+>32#"&547>32#"&54>32#"&5467>32#"&54'>32#"&546^4!4544!3 3 3333 + * ) *  + ( ) *  )*  ZD# !  "+>32#"&547>32#"&547! 4!4544!+ * ) *  %TT5D5 ,! "+>32#"&547>32#"&547!##"&5476?44!633Ps 3 5+ * ) *  'VVh  +! 5X ` "+>32#"&546 4!4!( +! `  "+>32#"&546'>32#"&543333( + ( + F#1 +" "+>32#"&547>32#"&54'>32#"&5463 344!33 + ( ) *  ) *  N"+7!NVVF "+7!##"&5476?Os 3 5VVh ( 5ZBR "+>32#"&544!3 + * BR "+>32#"&544!3 + * XD!3 -$ "+>32#"&546'>32#"&546'>32#"&5463353 43 +! ( q( +! r) *  JN "+>32#"&544!4+! +! `{"+3#JLBNjX "+7!jTTX%"+7!PVV`"+3`t_yL "+>32#"&5464!4!+! ) N "+>32#"&543 5+ +! bm" "+%.'67.'>72 %  *)1O3\U- -7TV5*?  #=H5JK#KH74+@VZ6uo  "+>7>7672!!476 JN9%ob .] -;<9AF-& 2=RJ/?^H7J+yVN"+#"&'#654'+&'47>7654&547>7'&54767367&547>? <!g+H/sZ%z R%5}^/)V?ss6 fh-{Ps1?F9^1,G5 55 1N' #\5EBBXJ%5%ZrX ?N  %#E y "+23!7!67654&#!"&547>?3Z/Fs^`sT#J\=DFLD_dBzͼQL,<3 BS \Ho-#"+"&4'#6767>7674&'&547>?32 -') )7-@E?()%F^'5;Af+y%L` H'B. Q=P !!d%o""++67>77!"547>?3!2)+!) B>Tw 3>=8THH%AB1Z DQFV /@)-T{#61*"+'676767!"&547>?3!2'67>7632=' #/ 7?D@+%j 2>m_J % 5 9^DD)?%/;1 DQ %5F19k=Q;y"+654&'.547>?'>EBG Dj''+h !/' H3 3A 5 +#1@)uLd%" "+7>767"547>?"'#'6/u<3p %3B/ M9)h;;˪j DR9 +;-)#ZwRGRa*{2'"+#'676767!/>7>7"547>;3!25 )" /;w%/!)eB'Ps}d9@(@/%JB>)!@Xe};B RXJVy:5 "+.547>?#"&#!67654#"'7632!6767:9\`#%R lj: Hf+C`R;Y7 H --FP=P1% =RJw3#V};X`ybyB^q\y"+'67654'&'47>?32 j(<-+'RAsDRh =K !+;.M^f"+#0#!"747>?7!2s}"w=\u1'mdBIFP'9 dq "+654'!"547>?3!2#!7!26w>V %#Eu}eu}AX BQ Fb=͕mG>"+3!2#"5476%>7674&#!"'476767654'&5465>?w\TFNJ?DB5fD JZɑP!67 5?<w7=F=p{B?V!0 J4uVZ\)11b q5!" )0 1k3y! "+#>7#"547>?3!2!654&#ZBw=NB^*N3DR;Lm?FHTl;|FV RTA=-"+!7!67654&#"#"747654&'&547>?6˃'h` yX! whPX]  f,)8b4Z"D՚Vd͜1-mucs!(  Z 9FB  # #g{`jo'"+6767054'&547>?{L s<r!'5t !%%% `H^# + eBOD +#}9X3%oo%"+!7!6767654'.547>? p\ T M`m>C>1=4 \-f+\%;kB+ 9C6BI--)99u0("+".54767"'47>?3!2!3267654&{3alB9^>T!!`dju-1\J7-];]JSj?HHhxFiR3H\" h767654'&547>? ?674'&54767.547>?&#71^FT%w8+DX79ZH H3?7\)+9)3%;ew$'R BN)# B9kF'B?\#DA={ D-?MF)3% b4++! HT;'"+0#"#"54767.547>?;2"6'4'&#!VsL')%3 N!!'$V3D %)%' V+7N5!"R/ 3J %3Jj5g31=hJ%7Jb<  8aq71&"+654'!"'#"#"74767&547>?3!2#!7!26 N+7N/sL' '-@T %#Eu}euoO^B 6`5$8 BQ Fq=͕VbD"+%#>7654'.547>?36%&547>?&9 #+q o^L:9#-31%4 a+5'%-1u{٦3?{+) !2-BW '-/%#?[ -H J(%^LjyO) "+67&747>?&#"!7!6/&54?654#"&547>?fyq;e'%$%# =!v+Dp!')?BL>R?42PVŏ^DL=%f1A)5'b'? %5 )B94?MB+ ;=q-52."+%'"5476%>7654#!"&547>?3!2'673D/%N9TD c=FDTd_fD7P'\N1D- 'Ec1HsA6 ;FFDn}B7%!;; TBu"+64&#!"&547>?3!2#T`;A DRB{H?4 9HJPnGe'-myl"+!>54&54767&547>;"#36&547>?3&#!667654'&547>?31Tb %>H  D= /'`9 !I ;JbH 5L>  JӘt%^=}I-A!%P5k4;})I BNB+L5 '=JT   !u-!"+654&+!73>7>7#"&547>?3!2͇#V` 'R}tZ-;BBRBLVHZ%wtPyi?4 9HJPnGe'-=y;:."+654&'.547>?'#!654&'.547>?' >G?K C+#30&hշ>EBH Cj''+h )/' H33A # 1-%L)u!/' H3 3A 5 +#1@)u\=y:8+"+'67654'&'47>?32654&'.547>?'# j(<-+'RAs >G?K C+#30&hDRh =K !+;.M^)/' H33A # 1-%L)u\ y7+"+'67654'&547>?32'67654'&'47>?32 m%<-RA@4 j(<-+'RAsFRh =K  +;.MPDRh =K !+;.M^9 "+2#"5465676V3`: aL 5m;ٰ9' "+2#"5465676#2#"54656763`: aL3`: aL 5m;ٰ 5m;ٰHTD<GQ0@5b  V  U Q =K >Y@&>=QOKJCB=G>G;942/+('   +!#2&#"'763>76322&#"'7637654'!""2676&>2#"uVTJ7q#H^5+%8;Yq9d3g9d.F +[G ,V~IGD"^1''>X)J!;6''= [#C/.EE.1AdcGEeF)4>@  K1PX@4b  U Q=M=N>@>b  U Q=M=N=M>YY@+*><870/*4+4#&#&"$ +33272'"74?''"432>?&#"326"2676&>2#"H#PZTǔZ5%=BZ1.F *[G ,V}IGwbm!\-CV>9:;'*C/.EE.1AdcGEe!P FN@*98F@&  UU UM >Y@ NMJIE?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'>2"RR/Kfg@Uϲ @*UU=M=M>Y@ )$6&& +>32'"&7654/"'76724'"32>2"Hq+)\\2Vohe+? lm)-!5= E3hGO/GP1-R%{ygLf?'9 1 *R9 !9J bP;;P:!- FN@*98F@%U U  QM >Y@ NMJIE?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'>2"RR/Kfg@Uϲ @)UQ=M=M>Y@ )$6&& +>32'"&7654/"'76724'"32>2"Hq+)\\2Vohe+? lm)-!5= E3hFP.FP1-R%{ygLf?'9 1 *R9 !9J bXO;;O;!- FR@*98F@&U U  QM >Y@IG OLGRIRE?2,)'  (! +3 7654&" 3267674&#637>7654&/"5?3263 !"&#"'!"7>3!2RR/Kfg@Uϲ @*U R=M=M>Y@31961<3<)$6&& +>32'"&7654/"'76724'"32!"7>3!2Hq+)\\2Vohe+? lm)-!5= E3h\#%1-R%{ygLf?'9 1 *R9 !9J b_()f\D<@*6 4 <;KPX@:b`b  X  QM =M>@;b`b   `  QM =M>Y@9731-+&%#! << +"'7.54732!"32672632#"'67726545* mv<9hl)K!PX@A  bb`  V  QM= M =>@?  bb`  U  V  QM=>YY@KIEC><8620*)'% AA +"'70#"'&5467>32#"&4654#"32672632#"'6732654632'"&7675* hF=ZN=ANd) ?+V}3%BLCE7CcHHH)8C ?(/  bVTAO#E6'%7'5!N݉B/QL+w6.Oc"!9/2/' $!X%7?K-PX@ %<@ %K-PX@UUM >@$bUUM >YY@ '&hc1+763767674&/"?32632#"&#"'%3 654.#">2"'@E  b  ` U  U=M=M =M >Y@CB?>8643'4%%$$ +654&#"326'#".54323674/"576723272'"547>2"^J7ZZP9N^NTbJ7XL+@ m#PZTFP.FPN;wo}jwE?2oF 9 1 *RLbm!\QP;;P:!-%7?K-PX@ %<@ %K-PX@UQM >@#bUQM >YY@ '&hc1+763767674&/"?32632#"&#"'%3 654.#">2"'@D  b  `U Q=M=M =M >Y@CB?>8643'4%%$$ +654&#"326'#".54323674/"576723272'"547>2"^J7ZZP9N^NTbJ7XL+@ m#PZT]FP/FPN;wo}jwE?2oF 9 1 *RLbm!\Q5O;;O;!-%7CK-PX@ %<@ %K-PX@UQM >@$bUQM >YY@:8@=8C:C'&hc1 +763767674&/"?32632#"&#"'%3 654.#"!"7>3!2'@E  b  `U  Q=M=M =M >Y@>G8643'4%%$$+654&#"326'#".54323674/"576723272'"547!"7>3!2^J7ZZP9N^NTbJ7XL+@ m#PZTE\$%N;wo}jwE?2oF 9 1 *RLbm!\Q<()!1-%7JK-PX@%<>9@%<>9YK(PX@eM =M >K-PX@eUM >@"beUM >YY@988J9J'&hc1+763767674&/"?32632#"&#"'%3 654.#"2&7>76&'&7>'@C  b  `   eU=M=M =M >Y@=<76&'&7>^J7ZZP9N^NTbJ7XL+@ m#PZT:2c J` SDN;wo}jwE?2oF 9 1 *RLbm!\Q`PWe!?A%3!f-%7BK-PX@%<@?=;:9@%<@?=;:9YK(PX@eM =M >K-PX@eUM >@"beUM >YY@888B8B'&hc1+763767674&/"?32632#"&#"'%3 654.#"&''67' 9KPX@E  b  `   e=M =M=M =M >@C  b  `   eU=M=M =M >Y@<<K(PX@J b  ZbZ  UU N  ==L >@H b  ZbZ  U   UU=L >YY@WU]ZU`W`TSRNKI3T4&&#";"+#"/7.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'!"7>3!2+߉9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// 1 %' rQӁ yfFRV4{>XZ4 " . ;))+ )))# (4BP@M<ddb VM=M>+)B@<:1.)4+4'"" +4&#">2672#"&54>32!"7>3!2#"/7672-7XBvuFPgT!{#Prgb`%Ll %'H :9 -!#=g6i4V!㮉P{Nd3=+>/4()%*S_7@ 3;< :KPX@J b  ZZZ  UU N  ==L >K(PX@K b  ZbZ  UU N  ==L >@I b  ZbZ  U   UU=L >YY@&VT\YT_V_SRQMJH@=:51.*("  +"54?.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'!"7>3!2S!g8 9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// %&Qr yfFRV4{>XZ4 " . ;))+ ))) (4BU@R:9<ddb VM=M>+)><861.)4+4'"" +4&#">2672#"&54>32!"7>3!2632#"&767-7XBvuFPgT!{#Prgb`%Ll %' 3 % -!#=g6i4V!㮉P{Nd3=+>/4()+# "fm1JU@*2 ZZZ   eU N  ==L >K(PX@? ZbZ   eU N  ==L >@= ZbZ   e   UU=L >YY@KKKUKUJIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272&''67m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// -l1{9m#S+ yfFRV4{>XZ4 " . ;))+ )ZmkN]\cYfd (3E@B<10.,+9beM=M>)))3)3'""+4&#">2672#"&54>32&''67-7XBvuFPgT!{#Prgb`%Ll-m1{9m$T-!#=g6i4V!㮉P{Nd3=+>/4mkN]\cm1J^.@"*2NO Y K(PX@I ZbZU  U Q N  ==L >@G ZbZ   UU  U Q=L >YY@LK\[VTRPK^L^JIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272267#"'&#"'>2m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// $7!/J3EA%'7/)_G3+ yfFRV4{>XZ4 " . ;))+ )-> 5-.4 ]Z:-Vd (<]@Z,-7<69bU QM=M>*):9420.)<*<'"" +4&#">2672#"&54>32267"'&'"'>2-7XBvuFPgT!{#Prgb`%LlC$7!.J3EA%'7/)_F4-!#=g6i4V!㮉P{Nd3=+>/4_-> 5-/4 ]Z:-sqcu@$*K 0 E; : KPX@bd  ZZ  b  `UU  QN ==L  = K  >K(PX@cd  Zb  b  `UU  QN ==L  = K  >@ad  Zb  b  `UVU  Q=L  = K  >YYY@%edsrpnihdueucba]ZXPMJGDB><$"44&&#"5+.+"32?6;#"?654&+3!2&+632#"'732654&#"'7#"'7637>7654&/"?3!272%"&=332673m9DgHRX+"  +'.d= z;r^qC5DkHI;89Y))5 pB<93 (/9 ?// ux9'O8R8+ yfFRV4{>XZ4 " . ;h10Ld#%7/ ))+ )Xu\)!E8m{/ @Ml@i+! <,;MGFA :bb  UUQM=>KIDC'$#$%" +4&#">2672632#"'72654&#"'7.54>32267#"&7-7XBvuFPgT!@5DkHI;89X))6 hv}#Prgb`%LlNf!2+alu-!#=g6i4V!d1/Ld#%8/ P{Nd3=+>/4RfbV~mfIQ@- < <*;KPX@<Z  Z  U  UN = =K >K(PX@=Z  b  U  UN = =K >@;Z  b  U U  U =K >YY@"QPMLCA;9642/)('#  II +#2&#"'7637>7654&/"?3!272.+"32?6;#"?654&>2"b+21 D?5=6(/9 ?-19DgHRX+"  +'cFP.FP ''+.)J yfFRV4{>XZ4 "FP::P:_0GO!KPX@8b Z  UM=M= N>K*PX@9b  b  UM=M= N>@7b  b  UUM= N>YYY@ONKJ97$'#%#$$$ +#"5476?7>32#"'.#"32'# #"&546323267> 76>2" 1?b98j%)L$%#d#' 0"?97?<7B9B0.#  66 +23.#"327654&/"?27!"547%!"7>3!2->4 4elx=,31 w 1// ? %'D]} <>^Vc9 66 #1$@CD))! ?IU@>0)$@:b   UUM=N=M>Y@LJROJULU#&"#".,)$ +32654&'&#"'%".54%&5467&54632632#"'&#"4&#"32!"7>3!2J}|KX}T8/DAq%.^5C+^J^m#-%#  @)E@^A %'`Xe^B5L)9u#X%& = cMD3-qVV)9'#;omC(*'7XWUK(PX@UT = >@ bUT >Y@ OHOH+>2"6&/&67327&#"&6?>7!&#"&6?>76&/&67327!LFP.FPX';FP=?=8 );FQ=?=:cc );FP=@=9 &@3b U  U=M=M>Y@BA>=("'&7% +%#"547654/"57672>3232672#"547674&#">2"h T+? m|XNN'# T#M#%5e$FP.FP>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-P;;P:'7-WPK(PX@TQ = >@dTQ >Y@ OHOH+>2"6&/&67327&#"&6?>7!&#"&6?>76&/&67327!FP.FP';FP=?=8 );FQ=?=:cc );FP=@=9 &@2bU Q=M=M>Y@BA>=("'&7% +%#"547654/"57672>3232672#"547674&#">2"h T+? m|XNN'# T#M#%5eIGO/GP>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-P;;P:'7\!qd @"  bU  T >Y@ qpOHOK&''" +>32#"&546%>32#"&546&/&67327&#"&6?>7!&#"&6?>76&/&67327!B'!*?'!-@'!+@'!-';FP=?=8 );FQ=?=:cc );FP=@=9 &@5 bUU= M= M >Y@HF><:975&7& +462"$462"#"547654/"57672>3232672#"547674&#"6M88M5N55N T+? m|XNN'# T#M#%5emM88M66M88M6\>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-7-g@U` _ <;K(PX@-b   `T Q = >@-db   `T Q >Y@ca^\XVTRJIA=.*"!gg +"'7"&6?>76&/&67327!6&/&67327&#"&6?>7!&#632#"'732654&+4 o*@=9 &@A bb`UQ= M= M >Y@RPHFDCA?&;$#$"5 +%#"#632#"'732654&#"'7&547654/"57672>3232672#"547674&#"h  55DjHJ;89X))5 p +? m|XNN'# T#M#%5e>!(T10Ld#%7/ l?'9 1 *Rԙl'tb#<+#C1GV3-'h7- \[@ @dTQ >Y@ OHOJ%+267#"&76&/&67327&#"&6?>7!&#"&6?>76&/&67327!e 3+`lun';FP=?=8 );FQ=?=:cc );FP=@=9 &@2bU Q=M=M>Y@EC>=("'&7% +%#"547654/"57672>3232672#"547674&#"267#"&7h T+? m|XNN'# T#M#%5ee 2+`lv>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-RfbV~-%:h@)*4<39K(PX@UQ = >@UQK >Y@'&861/-+&:':OG +6&/&67327&#"&6?>7267#"'&#"'>32& 5-.4 ]Z:-`'<]@Z+ , 6<59bU  U Q=M>)(:831/-(<)<,"% +462"32672#"547674/&7632267#"'&#"'>32;N;;N\N'# T#`%R-* $7".J3FA$'70)`@AG3fR::R9cnb#<+#CN%!+6ge-> 5-.4 ]Z:-'!GPf@ @bUK >Y@IHHPIPOK&''"+>32#"&546%>32#"&546&/&67327&#"&6?>7"54?-B'!*?'!-@'!+?'!-&@/d  bbV=M>Y@ 97,"% +462"$462" 32672#"547674/&763262"&7677N77N7N88Nt\N'# T#`%R-*  1$ oM88M88M88M8Ynb#<+#CN%!+6gG)"  'Ybv@$F=<`_:K(PX@! dVK = >@ dUV >Y@[ZZb[bRNED<8CG +6&/&6732767654/"?327#&#"'7654'&#"&6?>7"547%&@C  bZ  b  U  U=N= M   >Y@USOMIG@>864320!##4+7654/"576722?632#"&#"3272#"&'.'&#"#"54632'"&767+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J T ?(/ ?'9 1 *R?FH+;_ +7? b`r*$! B*77/' $'-Yaq@$F=@ UV  Q >Y@a`]\RNED<8CG +6&/&6732767654/"?327#&#"'7654'&#"&6?>7>2"&@AZ  bU  U Q=N= M   >Y@SRONIG@>864320!##4+7654/"576722?632#"&#"3272#"&'.'&#"#"54>2"+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J TGP.GO?'9 1 *R?FH+;_ +7? b`r*$! B*7O;;O;'-Yew@$F=@!UV  Q >Y@\Zb_Ze\eRNED<8CG +6&/&6732767654/"?327#&#"'7654'&#"&6?>7!"7>3!2&@BZ  bU  U  R=N= M   >Y@NLTQLWNWIG@>864320!##4+7654/"576722?632#"&#"3272#"&'.'&#"#"54!"7>3!2+@ m 0IRfdD%57j/% E!   'Cfi=Y4?J T\#$?'9 1 *R?FH+;_ +7? b`r*$! B*7())#-+3J@dQL >YU>2"&@'bUQ=M>Y@ 7"%+>2"32672'"547654/"'7672RFP.FPX+}V+? lO;;O;ZmB5#Z-?'9 1 *R)#y+3?h@#bUQL >Y@64<94?6?U>2"!"7>3!2&@0b  UUQ =M>Y@0/.-+(!  +!"7>3!2>2"32672'"547654/"'76724 %' FP.FPX+}V+? lN()O;;O;ZmB5#Z-?'9 1 *R)#-+7S@dQL >Y@ .,41,7.7U!"7>3!2&@(bUQ=M>Y@('&%#   +!"7>3!232672'"547654/"'7672\$%X+}V+? l()ZmB5#Z-?'9 1 *R)f#-+6V@<431/.9K(PX@e =L >@deL >Y@ ,,,6,6U&''67&@&beU=M>Y@'&%$"  +&''6732672'"547654/"'7672'-l1{9m#SX+}V+? lumkN]\cZmB5#Z-?'9 1 *R!OX K-PX@3(IBK-PX@6db  `  ` U L >@:db  `  ` U L  =>YY@QPPXQXNMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>"547%={s61sA7w6J!$7 ' m5R }=6 %5%-+!J';''q)) PE''H\JbVd@ \[ @, d dbM=M >Y@`^ZXSQ(()"(%(( +654/&763232>323272#"&547654&#"#"747674&#" #"747632'"&767u%R-* wmb5H` ;U'^*$P3}N TbR Td ?(/ V%!+7d5+XZHN'+''BHI+!>!(7mHA-<"'7l/' $!XOWK-PX@3(IB<@3(IBK-PX@8b  `  `U U L >@<b  `  `U U L  =>YY@WVSRNMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>>2"={s61sA7w6J!$7 ' m5R }=6 %5%-~FP/FP';''q)) PE''HIP::P;JV^E@B<b UM=M >^]ZYSQ(()"(%(( +654/&763232>323272#"&547654&#"#"747674&#" #"747>2"u%R-* wmb5H` ;U'^*$P3}N TbR TFP/FPV%!+7d5+XZHN'+''BHI+!>!(7mHA-<"'7lO;;O;!-OWK-PX@3(IB<@3(IBK-PX@7b  `  ` UQ L >@;b  `  ` UQ L  =>YY@WVSRNMHD@?21/-C"+%#'"'#2&#"'763767654&/"&5?327!2&#"'76?>>2"={s61sA7w6J!$7 ' m5R }=6 %5%-8GP.GP';''q)) PE''HhO;;O;JV^D@A<b QM=M >^]ZYSQ(()"(%(( +654/&763232>323272#"&547654&#"#"747674&#" #"747>2"u%R-* wmb5H` ;U'^*$P3}N TbR T:FP/FPV%!+7d5+XZHN'+''BHI+!>!(7mHA-<"'7lZO;;O;NXAIi@ < @!UU =N>Y@ K"K"+#"'&"&#"'76?67.'&?!327654/&?327$>2"'/)X3)4j>-? W1*7jGO/GPu?1Dd1R'%q-[ 'sq>S''P::P;)9A?@<1 <bUM=M>','("# +%32672#"5476'4&#" #"547654/&7632>32>2"wN'# T#N"%^N Xt%RP*+VFP.FPb#<+#C1Gq->!(7lV%!+Hzj't%P;;P:N-AIg@ < @ UQ =N>Y@ K"K"+#"'&"&#"'76?67.'&?!327654/&?327>2"'/)X3)4j>-? W1*7jFP/FPu?1Dd1R'%q-[ 'sq>S''O;;O;)9A>@;1 <bRM=M>','("# +%32672#"5476'4&#" #"547654/&7632>32>2"wN'# T#N"%^N Xt%RP*+VFP/FPb#<+#C1Gq->!(7lV%!+Hzj'tO;;O;N-AMo@ < @!UQ =N>Y@DBJGBMDMK"K" +#"'&"&#"'76?67.'&?!327654/&?327!"7>3!2'/)X3)4j>-? W1*7j\$%u?1Dd1R'%q-[ 'sq>S''())9EE@B1 <b RM=M><:B?:E32!"7>3!2wN'# T#N"%^N Xt%RP*+V\$$b#<+#C1Gq->!(7lV%!+Hzj't()fN-ALq@< @eU =N>Y@BBBLBLK"K"+#"'&"&#"'76?67.'&?!327654/&?327&''67'/)X3)4j>-? W1*7jd-l1{9m#Su?1Dd1R'%q-[ 'sq>S''mkN]\cf)9DI@F1 :::D:D','("# +%32672#"5476'4&#" #"547654/&7632>32&''67wN'# T#N"%^N Xt%RP*+Vd-l1{9m#Sb#<+#C1Gq->!(7lV%!+Hzj'tGmkN]\c<m(=`@]-76<,:U  U M =M>*) ;9420.)=*=%#   +"74?"32654&!"547!2267#"'&"'>32!g99Ҝ5p;a; h0(?y,:7!/'#P78<*QrZQ> n_ JQ/J1D ;239 fc?2 -AZ@W1 2 <<;;d d  U VM=M>/.?>9753.A/A%'&'$! +632#"&767327654'&#"4>3 '".267"'&#"'>2 1$ J^5RX.Nd5?w{!No\{5$7!/J3EA%'7/)_G3*" !2}}?Zx`êjF'K{eK-> 5-.4 ]Z:-j/Dd@a4 > <= ;3:  I  U   U M =M>10B@;9750D1D,*$"+462"$462""32654&!"547!2267#"'&"'>327N77N7N77Nu9Ҝ5p;a; h0(?y,:7!/'#P78<*N77N77N77N7ZQ> n_ JQ/J1D ;239 fc?2N &7Kn@k; < F 98 IHCA?=8K9K42-+$"     +2#"&546%2#"&546327654'&#"4>3 '".267"'&#"'>2P!-H'#+Fs!,E)!-F^5RX.Nd5?w{!Nn\{6$7!.J3EA%'7/)_F4+!/@-!-@-!-@+!/@}}?Zx`êjF'K{eK-> 5-.4 ]Z:-y )5H@E<bUM =M>,* 2/*5,5&$  " +#"/7"32654&!"547!2!"7>3!2q+މ 9Ҝ5p;a; W! rQZQ> n_ JQ/J0))+9=@:ddVM=M>" 9731(% +"+%'&" +327654'&#"4>3 '".!"7>3!2#"/7632J^5RX.Nd5?w{!No\{5 %'F 77 \}}?Zx`êjF'K{ex(* $)1y(4Q@N<b UM =M>+) 1.)4+4%#   +"54?"32654&!"547!2!"7>3!2!f99Ҝ5p;a; W!QrZQ> n_ JQ/J0))'+9D@A10<ddVM=M>" 53/-(% +"+%'&" +327654'&#"4>3 '".!"7>3!2632"&767J^5RX.Nd5?w{!No\{5 %' 1$ \}}?Zx`êjF'K{ex(**"  ! @I@*:@,   dIUM = K >Y@BAAIBI?>C6*!3($" +3 674#"654&/"?32632#"'2&#"'7637>"547%Td#f'= bH,L k+lM!HzVL@ DC#7 <9K!PX@6b`b =M=N=>@1dddbM=N=>Y@ $&#&);$! +63 #"'&#'54?67"'6?>324#"3267>632'"&767!yrV?Z' P&\f-3 F V GPm=[9r*8>> ?(/ ;H˾C!& ) ' NT;+Xwy D+8 -8FVQBW}/' $!b @H@*:@.  UIUM = K >Y@HGDC?>C6*!3($" +3 674#"654&/"?32632#"'2&#"'7637>>2"Td#f'= bH,L k+lM!HzVF[@X#7 <9bbUM=N=>#&);$! +63 #"'&#'54?67"'6?>324#"3267>>2"!yrV?Z' P&\f-3 F V GPm=[9r*8>FP/FP;H˾C!& ) ' NT;+Xwy D+8 -8FVQBWP;;P:!b HPL@ 2KPX@@  UU M =  M = K =M>K(PX@@  U U M =  M = K =M>@:  U IU M = K =M>YYY@& POLKGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326&>2" bNdb# q3? `D;7IXqX+244=7 ,L @+2FP.FP-11(E'?Mf#*RPN1d)%? '')+ !  +P::P:o+33@0<bUM=>.'"$#+>32#"'&#"#"54>7654/&7632>2"DL566'!$9< N r%R%,#dFP/FPH;%+H+@(7#090%!3P;;P:!; HPH@ 2KPX@?U Q M =  M = K =M>K(PX@? U Q M =  M = K =M>@9 IU Q M = K =M>YYY@& POLKGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326>2" bNdb# q3? `D;7IXqX+244=7 ,L @+FP/FP-11(E'?Mf#*RPN1d)%? '')+ !  +O;;O;o+32@/<bRM=>.'"$#+>32#"'&#"#"54>7654/&7632>2"DL566'!$9< N r%R%,#qFP/FPH;%+H+@(7#090%!3]O;;O;!y HP\t@ 2KPX@HUU Q M =  M = K =M>K(PX@HU U Q M =  M = K =M>@BU IU Q M = K =M>YYY@.SQ YVQ\S\POLKGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326>2"!"7>3!2 bNdb# q3? `D;7IXqX+244=7 ,L @+FP/FPC $&-11(E'?Mf#*RPN1d)%? '')+ !  +O;;O;m))+3?C@@<b URM=>64<94?6?.'"$# +>32#"'&#"#"54>7654/&7632>2"!"7>3!2DL566'!$9< N r%R%,#qFP/FP %'H;%+H+@(7#090%!3]O;;O;))!; HTP@ 2KPX@@U  R M =  M = K =M>K(PX@@ U  R M =  M = K =M>@: IU  R M = K =M>YYY@*KI QNITKTGDA?76541.+*#" H H   +"326767&'23#"'.#2&"'7637>7654&/"?326!"7>3!2 bNdb# q3? `D;7IXqX+244=7 ,L @+\$%-11(E'?Mf#*RPN1d)%? '')+ !  +()Yo+79@6<bRM=>.,41,7.7.'"$#+>32#"'&#"#"54>7654/&7632!"7>3!2DL566'!$9< N r%R%,#9\$%H;%+H+@(7#090%!3d()hb5=B@? <bUM = =M>/$/$+'.#"#"?!27654&'.5476$32$>2"?-ZD`;XV-X6 >-ZP@[`3 jFP/FP!9;NP's^d7QlB#*u*"Un( :UnA!#>P::P:y3D@Ab`UM=M> )'$" 3 2 +>2".5463232654'&54632'"&'&#"#GP.GOf%')1)+Lb}\J%5T=DRmiP;;P:^;/B+!HPdTydj:FA);V;J7ZMuhD5=A@> <bQM = =M>/$/$+'.#"#"?!27654&'.5476$32>2"?-ZD`;XV-X6 >-ZP@[`3 jmGO/GP!9;NP's^d7QlB#*u*"Un( :UnA!#>O;;O;y3C@@b`QM=M> )'$" 3 2 +>2".5463232654'&54632'"&'&#"#FP.FP/f%')1)+Lb}\J%5T=DRmO;;O;:^;/B+!HPdTydj:FA);V;J7ZMuhq5>FX@U<; < bbUM = =M>76FEBA6>7>/$/$ +'.#"#"?!27654&'.5476$32%"747%$462"?-ZD`;XV-X6 >-ZP@[`3 j+!K\qN;;N;ycAK!PX@8b  b `M = M=M >@6b  b `U M=M >Y@7520-+#!A@$" +>2"%632'"&767.5463232654'&54632'"&'&#"#X@G*@G ?(/ f%')1)+Lb}\J%5T=DRmH55H4/' $^;/B+!HPdTydj:FA);V;J7ZMuh%5@H@=9>;8 @3 bbUM = =M>Y@66HGDC6@6@/$/$ +'.#"#"?!27654&'.5476$32%&'767462"?-ZD`;XV-X6 >-ZP@[`3 j5m)jUw{\g)3JP-)Rq M<`@]  < bb`UM=M >42/-*( >= +>2"&'767.5463232654'&54632'"&'&#"# ?H*?HK4e.{9]!^f%')1)+Lb}\J%5T=DRmWH44H5~kMOiq^;/B+!HPdTydj:FA);V;J7ZMuh`5=EL@I <b  UQM = =M>ED/$/$ +'.#"#"?!27654&'.5476$32>2">2"?-ZD`;XV-X6 >-ZP@[`3 jmGO/GPGP.GO!9;NP's^d7QlB#*u*"Un( :UnA!#>O;;O;$P::P:y;M@J  b `UQ M=M >1/,*'%;: +>2">2".5463232654'&54632'"&'&#"#FP.FPFP.FP/f%')1)+Lb}\J%5T=DRmiP;;P:O;;O;:^;/B+!HPdTydj:FA);V;J7ZMu?^19@-@'b`UU >Y@9854,+)& 11 +!2>7#.+"&#"&6?>76&+""'67$>2"!3=$ELo5/ ';FP=@=7 @0  bb  UM =M>Y@0/,+('%##% +7>323#3272#"&547#"54767>2"} !Ry3q%3H31| 1GO/GPofP%#7w\ <d:'\v(6)- !P::P;?D19@-<:K&PX@(b`QM = >@&b`UQ >Y@9854,+)& 11 +!2>7#.+"&#"&6?>76&+""'67>2"!3=$ELo5/ ';FP=@=7 @,db  QM =M>Y@0/,+('%##% +7>323#3272#"&547#"54767>2"} !Ry3q%3H31| 1FP/FPofP%#7w\ <d:'\v(6)- !O;;O;?D1=@-<:K&PX@)b` QM = >@'b`U Q >Y@42:72=4=,+)& 11 +!2>7#.+"&#"&6?>76&+""'67!"7>3!2!3=$ELo5/ ';FP=@=7 @/db`  RM =>Y@+)1.)4+4('%##% +7>323#3272#"&547#"54767!"7>3!2} !Ry3q%3H31| 1\#%ofP%#7w\ <d:'\v(6)- !()d?D1<@-<::97549K&PX@'b`eM = >@%b`eU >Y@222<2<,+)& 11 +!2>7#.+"&#"&6?>76&+""'67&''67!3=$ELo5/ ';FP=@=7 @+db eM =M>Y@)))3)3('%##% +7>323#3272#"&547#"54767&''67} !Ry3q%3H31| 1+-l1{8m#TofP%#7w\ <d:'\v(6)- !#mkN]\c-FR^<@% U   QM>Y@*TSHGZXS^T^NLGRHRA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#2#"&546%2#"&546s3_gL0+23@D3=8 y8R`\H u+06!3=:o95!,G'!-Fr!-F(!-E2MUAN '',+=pIf@\xRX ''.-w+!/@+#-@-!-@+!/@L=IU^@[$ <b`   QM=M>KJ?>QOJUKUEC>I?I''"('"$+32672#"54?'#"&547654#""'632326?>322#"&546%2#"&546 rN'# L#}o;NZX%# J+X=H}< %V ",G'",Es!-F)"+E-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7, /@,"-@-!-@, /@-FZ@<J K U @* U U QM>Y@&HGXWRPNLGZHZA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#267#"'&#"'>2s3_gL0+23@D3=8 y8R`\H u+06!3=:o9$7!.J3EA%'7/)_F42MUAN '',+=pIf@\xRX ''.--> 5-.4 ]Z:-rL=Ro@l$ A B L ?>PNIGEC>R?R''"('"$+32672#"54?'#"&547654#""'632326?>32267#"'&#"'>32 rN'# L#}o;NZX%# J+X=H}< %V $7!/J3EA$'7/)`@AG3-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7--> 5-.4 ]Z:-d-FQ@<@  e UM >Y@ GGGQGQA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#&''67s3_gL0+23@D3=8 y8R`\H u+06!3=:o9-m1{9m#T2MUAN '',+=pIf@\xRX ''.-cmkN]\cfL=HW@T$ >>>H>H''"('"$ +32672#"54?'#"&547654#""'632326?>32&''67 rN'# L#}o;NZX%# J+X=H}< %V  -m1{9m#T-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7mkN]\c\Od@T ^ E!<] ;S:K(PX@6 b  U  U K =M>@4 b  U  U UM>Y@,QP b`[YWUPdQdJIHGD@=<0.&%$#  O O +"54?".547654&/"?327#2>7654&/"?327#267#"'&"'>32 !f9Z3_gL0+23@D3=8 y8R`\H u+06!3=:o9/(?y,:7!/(#P78<+Qr 2MUAN '',+=pIf@\xRX ''.-1D ;239 fc?2L==Q_@WV A B L $ ?>[YUSONIGEC>Q?Q''"('"$+32672#"54?'#"&547654#""'632326?>32267"'&'"'>2632#"&767 rN'# L#}o;NZX%# J+X=H}< %V u$7!/J3EA%'7/)_G3 1$ -b#<+#CB{OQR=MXb#;+#DH;LR##7 .7-> 5-/4 ]Z:-)"  u ]iS/@.UU   U M>Y@,`^ fc^i`iXWVURNKJ><4321.*'&]]  $ +"&54632"&54632".547654&/"?327#2>7654&/"?327#!"7>3!2N>5/%!3%//%#1133_gL0+23@D3=8 y8R`\H u+06!3=:o9X "+)'//'%)2"!31#!3.2MUAN '',+=pIf@\xRX ''.-/))L=IUap@m$ <b`   U   UM=M>WVKJ@>][VaWaQOJUKUFC>I@I''"('"$+32672#"54?'#"&547654#""'632326?>32!"7>3!22#"&546%2#"&546 rN'# L#}o;NZX%# J+X=H}< %V , %'!-H'#+Fs!,E)!-F-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7(*B+!/?- -@-!-?+ /@^*>@/9<8;.:K(PX@&ddd=K =>@$dddU=>Y@,+<;6420+>,>*CE +6764'#"''&67>'#"'27267#"'&#"'>2B )= T="XA  p5-3$7!/J3EA%'7/)_G3mu)  )69/,)  )1)/0,> 5-.4 ]Y9-(*?S@P/9$"<8;.:bUU=>,+=;6420+?,?&-+ +%67>54'&5432#"'&"&'>32267"'&'"'>32p #]>\+ _k8%/.EfC+V5@5# :173$7!/J3EA$'7/)`@AG3}S@:ALaY G3GAbqK}03 Ys-> 5-/4 ]Z:--*2MK(PX@bcK =>@bcU>Y*CE+6764'#"''&67>'#"'27>2"B )= T="XA  p5-3FP.FPmu)  )69/,)  )1)/0O;;O;(*2.@+$"<bR=>&-++%67>54'&5432#"'&"&'>32>2"p #]>\+ _k8%/.EfC+V5@5# :173GP.GO}S@:ALaY G3GAbqK}03 YstO;;O;R@Io@ @#dbUM>Y@ $&(CF +.'.73277376&'.7327#"'.'&##"&''"'%7ER  Jo BTFNYBLLV  CBB V  4o  '7߲^N7)  )+0+E}78)  )w-&O a#'\b9G@  @'ddb`=>Y@GEA?1/'% 99 +"'&"&'>32676767>54'&5432#"'&'#"/7632!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1[ # HG }03 YsLB9,4;MG:ALaYÂILx$,w)/R@Iv@ @$ dbUM>Y@BAAIBI&(CF +.'.73277376&'.7327#"'.'&##"&'"547%ER  Jo BTFNYBLLV  CBB V  4o  +!J^N7)  )+0+E}78)  )w-&O a#z\b9G@  @*bb`=M>Y@CA=;1/'% 99 +"'&"&'>32676767>54'&5432#"'&'632'"&767!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1 ?(/ }03 YsLB9,4;MG:ALaYÂILx$,w/' $Rj@LX@*b    UUM>Y@NMBATRMXNXHFALBL&(CF+.'.73277376&'.7327#"'.'&##"&'2#"&546%2#"&546ER  Jo BTFNYBLLV  CBB V  4o   !,G'!-Fr!-F)!,E^N7)  )+0+E}78)  )w-&O a#O+ /@-!-?- -@+!/?9EQW@T <b`   U= >GF;:MKFQGQA?:E;E1/'% 99 +"'&"&'>32676767>54'&5432#"'&'2#"&546%2#"&546!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1!-H'#+Fs!-F)!-F}03 YsLB9,4;MG:ALaYÂILx$,+!/@+#-@-!-@+!/@RH@Hq@&b  UUM>Y@ HG&(CF +.'.73277376&'.7327#"'.'&##"&'>2"ER  Jo BTFNYBLLV  CBB V  4o  FP.FP^N7)  )+0+E}78)  )w-&O a#P;;P:9AG@D <b`U=>A@=<1/'% 99 +"'&"&'>32676767>54'&5432#"'&'>2"!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1FP.FP}03 YsLB9,4;MG:ALaYÂILx$,P;;P:R-@Ho@%bU  QM>Y@ HG&(CF +.'.73277376&'.7327#"'.'&##"&'>2"ER  Jo BTFNYBLLV  CBB V  4o  FP/FP^N7)  )+0+E}78)  )w-&O a#O;;O;9AF@C <b`Q=>A@=<1/'% 99 +"'&"&'>32676767>54'&5432#"'&'>2"!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1GP.FP}03 YsLB9,4;MG:ALaYÂILx$,O;;O;^lt@&%\?8@1  b  `  UU K  >Y@tspo`^[WLKBAC#C&'"B+?3273#327654/"?327#2&#"'7637>54'&"&#"57636767654'&'&$>2" /7 B  C+%9#!7\3+!Hj /= )% &0%  %/wyX;YGO/GP''+f0)))/.%$R )) /. ))}P::P:HJDKPX@D4,' . <@D4,' . @?Z`  ZUN= M =M >Y@BA?=97$$!$&%$ +>2"&'&"&'>327>32#"&#"327#"&/#"&5463227+FP.FP +)]<"%-:fJtP'@+)5#;%o%A#V1/OBY6)M+#=iP;;P:J@,+,^?ThL-%#5)7LT!1A^A(%!- '`l~@vm &%\?8@3  b  `  UU K  >Y@zxqo`^[WLKBAC#C&'"B+?3273#327654/"?327#2&#"'7637>54'&"&#"57636767654'&'&>32#"&546%>32#"&54 /7 B  C+%9#!7\3+!Hj /= )% &0%  %/wyX;YB'!+@'!-@'!+@'#+''+f0)))/.%$R )) /. ))}'5)! '5+! %7+'7-! HJ TKPX@ TD<7' > <@ TD<7' > @CZ` ZUN= M  = M   >Y@& RQOMIGA?;95320,*$"     +2#"&546%2#"&546&'&"&'>327>32#"&#"327#"&/#"&5463227?!-G'#+Es!-F)!,EX +)]<"%-:fJtP'@+)5#;%o%A#V1/OBY6)M+#=+!/@+#-@-!-@+!/@@,+,^?ThL-%#5)7LT!1A^A(%!- 'M^AISK(PX@bU = >@bUK >Y@ IHED73+*"G +%&#"&6?67654'./.732736&/&67327>2" );FP=?qH!)3sb;D1  C%B-w615' GP.GO/)-' Uv"T3+-#)-/-.7;P::P:d!e8@E@B%$<bbU=M>@?<;20%("##+!#"&463232676'&'&"&'>32>?674'&5432>2"]bR'V<#' -t<J- +)]<"%/*# O *+ _k7FP/FP)Z;%b)5A,+,^DS"}Bp:ALaY<"wP;;P:Tcq)4o@21/-,('@dV =N >Y@***4*47"!7@+&#!"547676#!"'673!>327!267&''67923!;dm?:5:I4v!T )FP1f<;Pl=e,sIwyTs $O  hY+;DL3+Nso+4?@=<:87  ,@=  bb`   UUM=M>Y@555?5?42#!*"## +232>72#"'&#"&'&'67#"&#""'>327&''67;jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496B-l1{8m#TTc#=;r3594 '-E^mkM][cTcD)1e@ ('@ UQ =N >Y@ 7"!7@+&#!"547676#!"'673!>327!267>2"923!;dm?:5:I4v!T )FP1f<;PiGP.GOTs $O  dO;;O;o4<l@i ,<:  bb``U QM=M><;8742#!*"## +232>72#"'&#"&'&'67#"&#""'>327>2";jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496 FP.FPTc#=;r3594 '-E^O;;O;TcD)5m@ ('@!UQ =N >Y@,*2/*5,57"!7@ +&#!"547676#!"'673!>327!267!"7>3!2923!;dm?:5:I4v!T )FP1f<;P\#%Ts $O  k()o4@x@u ,<:  bb```b  RM=M>75=:5@7@42#!*"## +232>72#"'&#"&'&'67#"&#""'>327!"7>3!2;jD@Z&7"#1J%!FpFZVVFD u&3HC!'x496\$%Tc#=;r3594 '-E^()9:F@+@3bU  R=M=M>Y@=;C@;F=F("'&7% +%#"547654/"57672>3232672#"547674&#"!"7>3!2h T+? m|XNN'# T#M#%5e\#$>!(7l?'9 1 *Rԙl'tb#<+#C1GV3- ()m(4@ܵK$PX@6  bb  M =M =M>@4  bb    UM =M>YY@65*)<:5@6@0.)4*4('%##%+7>323#3272#"&547#"547672#"&546%2#"&546} !Ry3q%3H31| 1!-H'#+Fs!-F)!-FofP%#7w\ <d:'\v(6)- !J+!/?+#-?-!-?+!/?T9DOZ@W <b`  U M == >;:OMIG@?:D;D1/'% 99 +"'&"&'>32676767>54'&5432#"'&'"2676&>32#"!V5@5# :153F+:-7!+/-9J+ _k7S\`:=!2 h1b.F +[G ,GHV~IG}03 YsLB9,4;MG:ALaYÂILx$,6C0.EE.1BdcGEed!eR8CNX@U%$<bb  U M ==M>:9NLHF?>9C:C20%("## +!#"&463232676'&'&"&'>32>?674'&5432"2676&>32#"]bR'V<#' -t<J- +)]<"%/*# O *+ _k7.F +[G ,GHV}JG)Z;%b)5A,+,^DS"}Bp:ALaY<")C0.EE.1BdcGEe)w@  @.b=M=N=M>Y@ #&#&"$+33272'"74?''"432>?&#"326H#PZTǔZ5%=BZ1wbm!\-CV>9:;'y#2:KPX@3b` XUM=N>@4b` `UM=N>Y@:965.,%# 22 +27267>?6&/&7676767632#"&6&#" #"&546>2"D9$%!*! A*%Jg/DdRwT))Jw.0V-J5`*FP/FPB,I+ qY7\3@3@+b``M=N>Y@ ##)"$(+#"&546327267>?'?6&/&7676767632#"&6&#""F.0V-J5`+9$%!*! A*#Jg/DdRwT))J=Z@7  bb` S M=N>Y@<<;9##"$( +##"&546327267>?6&/&7676767#5367632#"&6&#" w.0V-J5`+9$%!*! A*%JgdRwT))aEO.7@7b`M = = L = N>Y@ FC35((&!$% +7>$32#"&#"6?32676.#"'676.#" ;2&#'76;2RbŨ }!"% =\ 1AyNd5T+5Z ,>Ro˨q<1 ͏# L,"%/#+3 6&'67.7>32#"'&#"#".+jdRLf#hJjLJ J)%hL p]uPo/PsibZVLmPyeBF%)(\VBP7{h\큃a)T}TD<DU@R0<b   V Q =K >DC@?;942/+('   +!#2&#"'763>76322&#"'7637654'!">2"uVTJ7q#H^5+%8;Yq9d3g9FP/FPD"^1''>X)J!;6''= [#"O;;O;)1@  @5b  Q=M=N=M>Y@ 10#&#&"$ +33272'"74?''"432>?&#"326>2"H#PZTǔZ5%=BZ1|FP/FPwbm!\-CV>9:;'O;;O;T<X@ K 0@< b  `b U  V =K >Y@"USQOGE@?;942/+('   +!#2&#"'763>76322&#"'7637654'!"#67654#"#"4632uVTJ7q#H^5+%8;Yq9d3g9AL 7:/>?'-lPN?D"^1''>X)J!;6''= [#+9J/+'5#VRA%<B)G@  @G  b `b M ==M=N=M>Y@FD@>75#&#&"$ +33272'"74?''"432>?&#"326#67676&#"#"&7>32H#PZTǔZ5%=BZ1 L@:A# 1$m=J7wbm!\-CV>9:;'+@3FJL("$  "%PQ<P`@]JEDB@?= 0HG;942/+('   +!#2&#"'763>76322&#"'7637654'!"&''6736?uVTJ7q#H^5+%8;Yq9d3g9)3+sJwyX]D"^1''>X)J!;6''= [#Y1,+;DL3+Nr Jg <)A@/. ?:97542  K1PX@. db ==M=N>@8 db ==M=N=M>YY@ =<##&#&"$ +33272'"74?''"432>?&#"326632&''67367H#PZTǔZ5%=BZ1I , 71{8m#Tfwbm!\-CV>9:;'}%2OkN]\c/2T GPj@g ;! KIFD?=:632+)%#     +&''67!#2&#"'763>76322&#"'7637654'!""/7J=e+sJwyVTJ7q#H^5+%8;Yq9d3g9'}hX+;DL3+Nr"^1''>X)J!;6''= [#wgJ &4B@  +K1PX@7 d  bb  ==M=N>@A d  bb  ==M=N=N>YY@B@<:31.,&$! +&''6733272'"74?''"432>?&#"326#"/762-l1{8m#T#PZTǔZ5%=BZ1@ 31 9mkN]\c>bm!\-CV>9:;'} !& Gc@V   ;!< ;K PX@C b `  Xb  U  V = L >@D b `  `b  U  V = L >Y@( `^\ZRPKJFD?=:632+)%#     +&''67!#2&#"'763>76322&#"'7637654'!"#67654'"#"4632J=e+sJwyVTJ7q#H^5+%8;Yq9d3g9L 79/=?'-mPN?hX+;DL3+Nr"^1''>X)J!;6''= [#`+9J.+'5#VRB%;w &4R@  +@L b  bb U  ==M=N=M>Y@ QOKIB@:931.,&$!  +&''6733272'"74?''"432>?&#"326#67676&#"#"&7>32-l1{8m#T#PZTǔZ5%=BZ1 L@:A# 1$m=J79mkN]\c>bm!\-CV>9:;'Y+?3FJL(!$   "%PQT Q\@ZYWUT E+$< ;:  b  bUU  V = L  >RRR\R\PNIGD@=<53/-*&#"  +267#"'&"'>32!#2&#"'763>76322&#"'7637654'!"&''67'=$4R8MG(+=4-jFHN8VTJ7q#H^5+%8;Yq9d3g9A=e+sIwy*; 3+,1 XU7*"^1''>X)J!;6''= [#phX+;DL3+NrVX &4I@$9 C +@Eb U U  ==M=N=M>Y@$65GE@><:5I6I31.,&$!  +&''6733272'"74?''"432>?&#"326267"'&#"'>32-l1{8m#T#PZTǔZ5%=BZ1$7".J3FA$'70)`@AG39mkN]\c>bm!\-CV>9:;',> 6-/4 ]Y9-To<DOi@fMLJHG 0<  db   V Q =L >EEEOEODC@?;942/+('   +!#2&#"'763>76322&#"'7637654'!">2"&''67uVTJ7q#H^5+%8;Yq9d3g9FP/FP%=e+sIwyD"^1''>X)J!;6''= [#"O;;O;hY+;DL3+Ns))1<@:9754  K1PX@1   db  Q=M=N>@;   db  Q=M=N=M>YY@222<2<10#&#&"$ +33272'"74?''"432>?&#"326>2"&''67H#PZTǔZ5%=BZ1|FP/FP-l1{8m#Twbm!\-CV>9:;'O;;O;wmkM][cT<NWv@s0PO>=OWPWLKIGBA=N>N;942/+('   +!#2&#"'763>76322&#"'7637654'!""&=332673'"54?uVTJ7q#H^5+%8;Yq9d3g9ux9'P7R7`!g8D"^1''>X)J!;6''= [#u\)!E8m{Qr)6D@<;60/*  @@ d  db  U=M=N=M>Y@@>:942#&#&"$ +33272'"74?''"432>?&#"326267#"&7%62"&767H#PZTǔZ5%=BZ1Ƴf!2+alu} 1$ wbm!\-CV>9:;'RfbV~)"  T<NXq@n0>=SQLKIGBA=N>N;942/+('   +!#2&#"'763>76322&#"'7637654'!""&=332673'#"/7uVTJ7q#H^5+%8;Yq9d3g9ux9'P7R7+މD"^1''>X)J!;6''= [#u\)!E8m{ rQ)6D@60/*  @@ d  db  V=M=N=M>Y@DB><42#&#&"$ +33272'"74?''"432>?&#"326267#"&?#"/7672H#PZTǔZ5%=BZ1Ƴf!2+aluF 77 wbm!\-CV>9:;'RfbV~ $)T%<l@S 0@M b  ` `b  U  U  V =K >Y@.>=jigedc][YWOMBA=l>l;942/+('   +!#2&#"'763>76322&#"'7637654'!""&=367654'"#"&632#32673uVTJ7q#H^5+%8;Yq9d3g9ux9?*:/>?'-mPN?TL 4R7D"^1''>X)J!;6''= [#u\%J/+&5#VRB%;++9E8m{)6T@60/*  @M b  `b U  U=M=N=M>Y@SQMKDB<;42#&#&"$+33272'"74?''"432>?&#"326267#"&7%#67676&#"#"&7>32H#PZTǔZ5%=BZ1Ƴf!2+alu M@9A# 1$m9:;'RfbV~u+?3FJK("$   "%PQT Qc@E+$< ;:b  bUU U  V = K  >SRa`^\WVRcScPNIGD@=<53/-*&#"  +267#"'&"'>32!#2&#"'763>76322&#"'7637654'!""&=332673'=$3R8LG)+<4-iGHN8VTJ7q#H^5+%8;Yq9d3g9ux9'P7R7*; 3+,1 XU7*"^1''>X)J!;6''= [#u\)!E8m{V)6J@#; E 60/*  @Gb U  U  U=M=N=M>Y@87HGB@><7J8J42#&#&"$+33272'"74?''"432>?&#"326267#"&7%267"'&#"'>2H#PZTǔZ5%=BZ1Ƴf!2+alu$7!/J3EA%'6/)_G3wbm!\-CV>9:;'RfbV~,> 6-/4 ]Y9-To<DVp@m0<  db  U  V Q =K >FETSQOJIEVFVDC@?;942/+('   +!#2&#"'763>76322&#"'7637654'!">2""&=332673uVTJ7q#H^5+%8;Yq9d3g9FP/FPux9'O8R8D"^1''>X)J!;6''= [#"O;;O;u\)!E8m{+)1>@  <>872 :K1PX@3b  U  Q=M=N>@=b  U  Q=M=N=M>Y@<:5410#&#&"$ +33272'"74?''"432>?&#"326>2"267#"&7H#PZTǔZ5%=BZ1|FP/FPe 2+`lvwbm!\-CV>9:;'O;;O;yRfbV~m1JR@*2K(PX@@ ZbZU Q N  ==L >@> ZbZ   UU Q=L >YY@RQNMJIHD(3T4&&#"5 +.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272>2"m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// FP.FP+ yfFRV4{>XZ4 " . ;))+ )O;;O;d (0:@7<bQM=M>'""+4&#">2672#"&54>32>2"-7XBvuFPgT!{#Prgb`%LlFP.FP-!#=g6i4V!㮉P{Nd3=+>/4>O;;O;mJf@Y *2KPX@O b ` ZZZ  UU N  ==L >K(PX@P b ` ZbZ  UU N  ==L >@N b ` ZbZ  U   UU=L >YYY@ca_]USNMJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'#67654#"#"4632m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// L 7:/>?'-lPN?+ yfFRV4{>XZ4 " . ;))+ )+9J/+'5#VRA%<dB (FN@K<b`bM =M=M>$'&'"" +4&#">2672#"&54>32#67676&#"#"&7>32-7XBvuFPgT!{#Prgb`%Lly M@9A# 1$m/4+@3FJL("$  "%PQmHJ_2@#O Y *2K(PX@J ZbZ  U UU N  ==L >@H ZbZ  U U   UU=L >YY@LK][VTRPK_L_JIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'267#"'&#"'>32m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// $7!/J3EA$'7/)`@AG3+ yfFRV4{>XZ4 " . ;))+ )-> 5-.4 ]Z:- (=_@\-7<6;,:bU UM=M>*);9420.)=*='"" +4&#">2672#"&54>32267"'&'"'>32-7XBvuFPgT!{#Prgb`%Llc$7!/J3EA$'7/)`@AG3-!#=g6i4V!㮉P{Nd3=+>/4-> 5-/4 ]Z:-4 U^(@ 5=<\[:KPX@D  d d  ZZZU N  ==L >K(PX@E  d d  ZbZU N  ==L >@C  d d  ZbZ   VU=L >YY@$WVV^W^UTSOLJB?<730,*$"  +&''67.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'"54?=e+sIwy89DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// m]4}hY+;DL3+Ns yfFRV4{>XZ4 " . ;))+ )JgU 3A@@0dbb =M=M>Y@=;75*(! +&''674&#">2672#"&54>32632#"&767-m1{9m#Tq-7XBvuFPgT!{#Prgb`%Ll2 ,! 9mkN]\c-!#=g6i4V!㮉P{Nd3=+>/4% m U^!@ 5=<\[:KPX@C  d d  ZZZU N  ==L >K(PX@D  d d  ZbZU N  ==L >@B  d d  ZbZ   VU=L >YY@ YWUTSOLJB?<730,*$"  +&''67.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272"/7=e+sIwy89DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// '}}hY+;DL3+Ns yfFRV4{>XZ4 " . ;))+ )gJf 3A@@0dbb =M=N>Y@A?;9*(! +&''674&#">2672#"&54>32#"/762-m1{9m#Tq-7XBvuFPgT!{#Prgb`%LlI@ 31 9mkN]\c-!#=g6i4V!㮉P{Nd3=+>/4 !&fq@!lonji .F N KPX@Wb`  `  Z Z ZUU N == L >K(PX@Xb`  `  Z  b ZUU N == L >@Vb`  `  Z  b ZU  VU= L >YYY@gggqgqfed`][SPMHDA&&#"9"(%+#67674#"#"4632.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272&''67L 79/>?'-mPN?9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// =d+sIwy1+9J/+'5#VRB$>с yfFRV4{>XZ4 " . ;))+ )@hY+;DL3+NsH 3Qm@j<bbb  U  =M=M>PNJHA?98*(! +&''674&#">2672#"&54>32#67676&#"#"&7>32-m1{9m#Tq-7XBvuFPgT!{#Prgb`%Ll L@:A# 1$m=J79mkN]\c-!#=g6i4V!㮉P{Nd3=+>/4+?3FJL(!$   "%PQ_j@+hgecb '? G < ;:K PX@Q Z  Z Z ZUUU N == L >KPX@R  b  Z Z ZUUU N == L >K(PX@S  b  Z  b ZUUU N == L >@Q  b  Z  b ZUU  VU= L >YYY@*```j`j_^]YVTLIFA=:64.,&$!  +267#"'&"'>32.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272'&''67 '=$3R8LG)+<4-iGHN89DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// =e+sIwy*; 3+,1 XU7*r yfFRV4{>XZ4 " . ;))+ )hX+;DL3+NrP 3Gx@u8 B54ED?=;94G5G*(! +&''674&#">2672#"&54>32267"'&#"'>2-m1{9m#Tq-7XBvuFPgT!{#Prgb`%Ll$7!/J3EA%'7/)_G39mkN]\c-!#=g6i4V!㮉P{Nd3=+>/46-> 6-/4 ]Y:-msJR]@[ZXVU *2K(PX@F d ZbZU Q N  ==L >@D d ZbZ   VU Q=L >YY@SSS]S]RQNMJIHD(3T4&&#"5+.+"32?6;#"?654&+3!2&#!"'7637>7654&/"?3!272>2"&''67m9DgHRX+"  +'.d= z;r^ZB<93 (/9 ?// FP.FP =d+sIwy~+ yfFRV4{>XZ4 " . ;))+ )O;;O;hY+;DL3+Ns+ (0;@98643@*dbQM=M>Y@111;1;'"" +4&#">2672#"&54>32>2"&''67-7XBvuFPgT!{#Prgb`%LlFP.FP-m1{9m#T-!#=g6i4V!㮉P{Nd3=+>/4>O;;O;ymkM][c'%A4K(PX@"b`U = >@"b`UK >YY"(%OG+6&/&67327&#"&6?>7#67654#"#"&632&?'-mPN?/)-',-/)-',-+9J/+'5#VRA%<B=D@A <b`bM ==M>$'&,"$+32672#"547674/&7632#67676&#"#"&7>32\N'# T#`%R-*  L@:A# 1$m=J7nb#<+#CN%!+6g&+@3FJL("$  "%PQ'-%-7K(PX@Q = >@QK >YOG+6&/&67327&#"&6?>7>2"&,"%+462"32672#"547674/&7632>2";N;;N\N'# T#`%R-* GP.GOfR::R9cnb#<+#CN%!+6gHO;;O;D'2@/QM =M>'&#"  +"32654&!"547!2>2"}9Ҝ5p;a; `FP.FPZQ> n_ JQ/JO;;O;''@$QM=M>%'&"+327654'&#"4>3 '".>2"J^5RX.Nd5?w{!No\{5oFP/FP\}}?Zx`êjF'K{eO;;O;;.@-b`UM =M>Y@8642*(#"  +"32654&!"547!2#67654#"#"4632}9Ҝ5p;a; pL 7:/=?'-lPN?ZQ> n_ JQ/J+9J/+'5#VRA%<B=;@8b`M =M=M>$'&%'&"+327654'&#"4>3 '".#67676&#"#"&7>32J^5RX.Nd5?w{!No\{5 M@:A# 1$m,+ +3,3'%   +&''67"32654&!"547!2"54?=e+sJwy-9Ҝ5p;a; ]4}hY+;DL3+NsZQ> n_ JQ/J#Jge*8@0/%('#"@(db =M=M>Y@ 42., * *%'&"+327654'&#"4>3 '".&''67%632#"&767J^5RX.Nd5?w{!No\{5E-l1{8m#T ,! \}}?Zx`êjF'K{e"mkN]\c|%  *3I@F<10:ddM =M> .,'%    +&''67"32654&!"547!2#"/7=e+sJwy-9Ҝ5p;a; #'}}hY+;DL3+NsZQ> n_ JQ/JWgJ*8}@ %('#"@(db =M=N>Y@ 8620 * *%'&"+327654'&#"4>3 '".&''67%#"/762J^5RX.Nd5?w{!No\{5E-l1{8m#T@ 31 \}}?Zx`êjF'K{e"mkN]\c| !& *F@9@5 b``U M =M>Y@ CA?=53.-'%   +&''67"32654&!"547!2#67654#"#"4632=e+sJwy-9Ҝ5p;a; UL 79/=?'-mPN?}hY+;DL3+NsZQ> n_ JQ/JD+9J/+'5#VRB$<`*HW@T%('#"<bbU  =M=M> GEA?860/ * *%'&" +327654'&#"4>3 '".&''67%#67676&#"#"&7>32J^5RX.Nd5?w{!No\{5E-l1{8m#T L@9A# 1$m@0 bU U M =M>Y@ 555?5?1/)'$$  +267#"'&"'>32"32654&!"547!2&''67'=%3R8LG)+<4-iGHM8Ϛ9Ҝ5p;a; z=e+sJwy*; 3+,1 XU7*EZQ> n_ JQ/JHhX+;DL3+Nr1Z*?b@_/9('%#"<8;.:U U  =M=M>,+ =;6420+?,? * *%'&" +327654'&#"4>3 '".&''67%267#"'&#"'>32J^5RX.Nd5?w{!No\{5E-l1{8m#T$7!.J3FA$'7/)_@AG4\}}?Zx`êjF'K{e"mkN]\c,> 5-.4 ]Y9-s'2H@E0/-+*<dQM =M>(((2(2'&#"  +"32654&!"547!2>2"&''67}9Ҝ5p;a; `FP.FP=e+sJwyZQ> n_ JQ/JO;;O;hY+;DL3+Ns-'2l@ 0/-+*@"dQM=M>Y@(((2(2%'&"+327654'&#"4>3 '".>2"&''67J^5RX.Nd5?w{!No\{5oFP/FP-m1{9m#T\}}?Zx`êjF'K{eO;;O;{mkN]\c&6>L@I<<;:d dVM =M>87('7>8>0.'6(6+"&" +!"547!2326754&'&547632"32654&'"67%5Y 5{//X!R ^1@#5ٲ#/+!KzDE/F+-H PT?=PRB fN-\b6D<;K!PX@1b`V =M=M>@,dddVM=M>YY@ $&$*"&%$ +32>5#"4632327654'&747632##".632'"&767L)C:XCm=yZ>;5j/N\-3sTBJtD+ ?(/ ^\;w;vL@PF7R^X8PfT5/' $&6?G@D<=<:ddVM =M>(':80.'6(6+"&" +!"547!2326754&'&547632"32654&7#"'%75Y 5{//X!R ^1@#5ٲ#/H'7߳zDE/F+-H PT?=PRB fN'\b6DKPX@3b` =M=M=M>K!PX@1b`V =M=M>@,dddVM=M>YY@ $*$*"&%$ +32>5#"4632327654'&747632##".#"/7632L)C:XCm=yZ>;5j/N\-3sTBJtD++[ #HG^\;w;vL@PF7R^X8PfT5)/&6R@ E @<  b  ``  UV M =M>Y@('OMKIA?:90.'6(6+"&" +!"547!2326754&'&547632"32654&'#67654#"#"46325Y 5{//X!R ^1@#5ٲ#/L 7:/>?'-mPN?zDE/F+-H PT?=PRB fN+9J/+'5#VRA%<B6TKPX@?  b`` M =M=M=M>@=  b``V M =M=M>Y@SQMK&$*"&%$ +32>5#"4632327654'&747632##".#67676&#"#"&7>32L)C:XCm=yZ>;5j/N\-3sTBJtD+ L@9A# 1$m87('HGB@><7J8J0.'6(6+"&" +!"547!2326754&'&547632"32654&7267"'&#"'>25Y 5{//X!R ^1@#5ٲ#/$7!/J3EA%'7/)_G3zDE/F+-H PT?=PRB fN,> 6-/4 ]Y9-6K@; E@6b  U UVM=M>Y@87IGB@><7K8K$*"&%$ +32>5#"4632327654'&747632##".267#"'&#"'>32L)C:XCm=yZ>;5j/N\-3sTBJtD+u 2*C.?:!#2+%V:;?.^\;w;vL@PF7R^X8PfTh1D :239 fc?2)&6>F@C<dVQ M =M>('>=:90.'6(6+"&" +!"547!2326754&'&547632"32654&>2"5Y 5{//X!R ^1@#5ٲ#/FP.FPzDE/F+-H PT?=PRB fNO;;O;}6>mKPX@+dQM=M=M>@)dVQM=M>Y@ $*"&%$ +32>5#"4632327654'&747632##".>2"L)C:XCm=yZ>;5j/N\-3sTBJtD+GP.GO^\;w;vL@PF7R^X8PfTO;;O;-FNx<@! U QM >Y@NMJIA@?>;743'%FF +".547654&/"?327#2>7654&/"?327#>2"s3_gL0+23@D3=8 y8R`\H u+06!3=:o9LFP.FP2MUAN '',+=pIf@\xRX ''.-O;;O;L=EN@K$ <b` QM=M>EDA@''"('"$ +32672#"54?'#"&547654#""'632326?>32>2" rN'# L#}o;NZX%# J+X=H}< %V .FP/FP-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7O;;O;Fb@ U <K(PX@3 b  ` U K =M>@1 b  ` U UM>YY@"_][YQOJIA@?>;743'%FF +".547654&/"?327#2>7654&/"?327##67654#"#"4632s3_gL0+23@D3=8 y8R`\H u+06!3=:o9L 7:/=?'-lPN?2MUAN '',+=pIf@\xRX ''.-+9J/+'5#VRA%<LB=[d@a$ < b  `b` M =M=M>ZXTRKICB''"('"$ +32672#"54?'#"&547654#""'632326?>32#67676&#"#"&7>32 rN'# L#}o;NZX%# J+X=H}< %V  L@9@# 1%m@)   b U UM >Y@ XWW^X^PLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+""47%5doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdR)+!J3PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ[-\bBP@HG('@.d d  db==N>Y@ LJ))$)$$)" +46323267#"547#"&5476'4&#"'>3232727654.632'"&767!99-2 1/'uV-R?\^+793!Z#17^'sJ'/' ?(/ %?D7f%7F!]LBNLQi\pLz#)-FA/)9T 'f/' $V_@\<<]:K(PX@*  b U K =M >@(  b U UM >Y@ZXPLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+"'"'%75doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdRT'7߲3PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ['\bBP@ ('@. dddb==N>Y@ PN-)$)$$)" +46323267#"547#"&5476'4&#"'>3232727654.#"/7632!99-2 1/'uV-R?\^+793!Z#17^'sJ'/'[ # HF%?D7f%7F!]LBNLQi\pLz#)-FA/)9T 'f)/Vr@e < K(PX@:  b  b  U U K =M>@8  b  b  U U UM>YY@"omkia_ZYPLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+"#67654#"#"46325doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdRL 8:/=?'-lPN@3PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ[+9J/+'5#VRA%<BB`]@Z('< b ` `b M ===N>_]YWPN)$)$$)" +46323267#"547#"&5476'4&#"'>3232727654.'#67676&#"#"&7>32!99-2 1/'uV-R?\^+793!Z#17^'sJ'/' L@:A# 1$m=J7%?D7f%7F!]LBNLQi\pLz#)-FA/)9T '+@3FJL("$  "%PQ\VkwKPX@< ed<[Z:KPX@< e KPX@2  I  U  U K =M>K(PX@-   U  U K =M>@0  I  U  U UM>YYY@&XWigb`^\WkXkPLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+"267#"'&#"'>325doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdR$7".J3FA$'7/)_@AG33PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ[ ,> 5-.4 ]Y9-BVl@iG Q ('DCTSNLJHCVDV)$)$$)" +46323267#"547#"&5476'4&#"'>3232727654.'267"'&'"'>2!99-2 1/'uV-R?\^+793!Z#17^'sJ'/'$7!.J3EA%'7/)_F4%?D7f%7F!]LBNLQi\pLz#)-FA/)9T '-> 5-/4 ]Z:-PV^@ <@'U U QM >Y@^]ZYPLFD?=730-$" VV +".547654+"?3%+"2>7654+"?373676&'#"547>32+">2"5doP5 {`7P7oo=Xd^E!j`7PR LB-Z eK'qdRFP/FP3PXF; B''Z{>{Mf@\yRe B' @% C #1{JZZӰ[O;;O;}BJE@B('<db  Q==N>JI)$)$$)" +46323267#"547#"&5476'4&#"'>3232727654.>2"!99-2 1/'uV-R?\^+793!Z#17^'sJ'/')GP.FP%?D7f%7F!]LBNLQi\pLz#)-FA/)9T 'O;;O;MAJQHG:K(PX@db = >@dbK >Y@ EC73+*"G +%&#"&6?67654'./.732736&/&67327#"'%7 );FP=?qH!)3sb;D1  C%B-w615' '7߳/)-' Uv"T3+-#)-/-.7;'\d!eb8F@ %$@+ddbb=M>Y@ FD@>20%("##+!#"&463232676'&'&"&'>32>?674'&5432#"/7632]bR'V<#' -t<J- +)]<"%/*# O *+ _k7[ #HG)Z;%b)5A,+,^DS"}Bp:ALaY<"l)/M-AIQK(PX@bQ = >@bQK >Y@ IHED73+*"G +%&#"&6?67654'./.732736&/&67327>2" );FP=?qH!)3sb;D1  C%B-w615' GP.FP/)-' Uv"T3+-#)-/-.7;O;;O;d!e8@E@B%$<bbU=M>@?<;20%("##+!#"&463232676'&'&"&'>32>?674'&5432>2"]bR'V<#' -t<J- +)]<"%/*# O *+ _k7FP.FP)Z;%b)5A,+,^DS"}Bp:ALaY<"O;;O;MA]PK(PX@+b`bU = >@+b`bUK >YY@ZXVTLJED73+*"G +%&#"&6?67654'./.732736&/&67327#67654#"#"4632 );FP=?qH!)3sb;D1  C%B-w615' L 7:/=?'-lPN?/)-' Uv"T3+-#)-/-.7;+9J/+'5#VRA%<d!eB8VZ@W%$<b`bb M ==M>USOMFD>=20%("## +!#"&463232676'&'&"&'>32>?674'&5432#67676&#"#"&7>32]bR'V<#' -t<J- +)]<"%/*# O *+ _k7 L@:A# 1$m=J7)Z;%b)5A,+,^DS"}Bp:ALaY<"+@3FJL("$  "%PQM\AV@FP@%bUUK >Y@CBTRMKIGBVCV73+*"G +%&#"&6?67654'./.732736&/&67327267#"'&#"'>32 );FP=?qH!)3sb;D1  C%B-w615' $7!/J3EA$'7/)`@AG3/)-' Uv"T3+-#)-/-.7;,> 5-.4 ]Y9-d!e8Lg@d= G%$:9JIDB@>9L:L20%("## +!#"&463232676'&'&"&'>32>?674'&5432267"'&'"'>2]bR'V<#' -t<J- +)]<"%/*# O *+ _k7Q$7!/J3EA%'7/)_G3)Z;%b)5A,+,^DS"}Bp:ALaY<"-> 5-/4 ]Z:-q1B@: $@5  b M =M=M=M>Y@32@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>3225>76#"76q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs71 -}V=R\ HPtg5}?T)nL^\ao{eŇj3>[;'R\# V+%TFq1D@<  $@5  bM =M=M=M>Y@32>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#a-7?S VHPtg5}?T)nL^\ao{eŇj3>)T')X #7FF;[q1BQi@fJ : $< M =  M =M=M=M>32PNIG@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>322'>76#"76&7>32'"'q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs70 -}V=T ` 73#3 HPtg5}?T)nL^\ao{eŇj3>[;%T\# X)%TFR +%q1DRj@gLN<  $<M =  M =M=M=M>32QOKI>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>&7>32'"'q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#_-7?R  Y4"3  HPtg5}?T)nL^\ao{eŇj39)T%+X #7FE;ZR )% q0O'K-PX@6B=<71<@6B=<71K-PX@<b =M =M = N  = M   >@Bb` =M =M = N  = M   >YY@"MKECA?;953,*%#  +2'>76#"76%2#"75654.# 32>?327327#"7"&7>3270 {=S `'! A+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsX;B# X)'TC- @)HPtg5}?T)nL^\ao{eŇj3q1DTKPX@RQ<  $<@RQ<  $KPX@8   bM =M=N=M>@>   b  `M =M=N=M>YY@FE32NLETFT>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>%2#".756q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3%] ,8?T U' HPtg5}?T)nL^\ao{eŇj39)T%)Z #7FE;Z - @)q1!4S@ : FA@;5" <;:  bUUM = M  = M  = M   >QOIGEC?=970.)' !!  +2'>76#"76%27#"&#"'63254.# 32>?327327#"7"&7>3270 9hB=R ` ;:+H+'=4+Nq;y+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsJZ<?J5% X)'TF\ VV\HPtg5}?T)nL^\ao{eŇj3q11AT@$5 =L  $<<;4 :K PX@E  Z  U U M =M=M=M>@F  b  U U M =M=M=M>Y@CB32NMHFBTCT@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'6322#".7>q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=6-H+'=4+Lq;{w3#^-7?S VHPtg5}?T)nL^\ao{eŇj3}\ XX\'T%)X #6EF;[29J@ B5 &@.  b  U V =K >Y@;:43HFA@:J;J3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2'>76#"76;--90hD%1 <9P9\?R;oa92 ){V=R^  ''m`=>=:''8a#s" Z<%T\# X)%TF29L@ D5 &@.  b  U V =K >Y@;:43FE@>:L;L3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2#".7>;--90hD%1 <9P9\?R;oa3%_.8?T  S ''m`=>=:''8a#s" 'T%)X #6EF;[Z3:LZ@VD6 9 '@/ U   UV =K >Y@<;54YWSQJHCB;L76#"76&7>32#"'+-;3;L#%/ <;P9` =P;ma73 7gA;RZ 53%5 ''67`=>=:''8a#s" [;=L3# V+%TFR+' #3;N\@XF6 9 '@/ U   UV =K >Y@=<54[YUSHGB@&7>32'"'Z+-;3;L#%!- <;P:` =P9l`3%`/7?U R3#5  ''67`=>=:''8a#s"  z&V%)X #7FF;XO )% 2:JYpK-PX@B 8 &<5;@B 8 &<5;YK PX@= d  b   XV = M =K >KPX@> d  b   `V = M =K >K-PX@< d  b   `  UV =K >@B d  b `  `  UV =K >YYY@$LK<;43WVTRKYLYHFA@;J76#"76%2#"5436J+-<1 hD%/ m  O7^@P9o`73 }{=P b'   ''m`=>w''8a#s"  }[;B# X)'TD- @)2:M\NKPX@Q ZYE5 8 &<@Q ZYE5 8 &KPX@3   bV = M  =K >KPX@9 b  `V = M  =K >@7 b  `  UV =K >YYY@"ON<;43WUN\O\GFA?;M%2#"&756J+-<1 hD%/ m  O7^@P9o`3%[/8?T  U'    ''m`=>w''8a#s"  )T'+V #7FF;[- @)/3;L\*@(PX 6 D 9 'KPX@A  b U UV = M =K >@?  b U U UV =K >YY@&NM=<54[YVTSQM\N\JHCB76#"76%27#"&#"'632f+-;3;L#%/ <;P9` =P;ma74 +{V=S^ ;6-F+'?0+Hq;{''67`=>=:''8a#s"  Z;'R\" W+%TE] XX ]33:K^v@$> F 6V9 'KPX@D  bU  V M = = M =K >KPX@B  b UU  V = M =K >@@  b U  UU  V =K >YYY@'ML<;54XWRPL^M^JHDBA?;K322#".7>j\;3;M"%/ <;O9` ?R;ma'=6+F-%;3+'U>;{u3&\/7?T  T3''67`=>=:''8a#s" $]ZZ XT])T%+V #5FE;Zq3EK1PX@= <@= K1PX@?  bbIU M  =M=M>@@  bbUU M  =M=M>YY@54CA<;4E5E!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2'>76#"76/VXud-+H7s 8 1%9u'229 ;T Vw7/ 9gA=R ZTu^'{4O[)=ZITZ9'%#! !Z\%) dL[;;L5# X)'TDq3FPK1PX@> <@> K-PX@:  bbU M  =M=M>K1PX@?  bbIU M  =M=M>@@  bbUU M  =M=M>YYY@54@?:84F5F!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2#".7>/VXud-+H7s 8 1%9u'229 ;T Vw1%Z+7?S VTu^'{4O[)=ZITZ9'%#! !Z\%) dL)T')X #7FF;[3DR%K1PX@L N< <@L N< K1PX@BbIU M =  M =M=M>@CbUU M =  M =M=M>YY@54QOKIB@;:4D5D!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2'>76#"76&7>32'"'/VXud-+H7s 8 1%9u'229 ;T Vw72 -}V=T \13%1 Tu^'{4O[)=ZITZ9'%#! !Z\%) dEZ;'R\# X)%TER )% 3FT%K1PX@N P> <@N P> K1PX@BbIU M =  M =M=M>@CbUU M =  M =M=M>YY@54SQMK@?:84F5F!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2#".7>&7>32'"'/VXud-+H7s 8 1%9u'229 ;T Vw3#^+7?U V3#3!Tu^'{4O[)=ZITZ9'%#! !Z\%) dC)T%)X #5FE;ZR +% 3DTK1PX@H < P <@H < P KPX@D  b   `bU M  =M=M>K-PX@H  b   `bU = M =M=M>K1PX@M  b   `bIU = M =M=M>@N  b   `bUU = M =M=M>YYYY@FE54RQNLETFTB@;:4D5D!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"25>76#"76%2#"&7436/VXud-+H7s 8 1%9u'229 ;T Vw72 -}V;T \'   Tu^'{4O[)=ZITZ9'%#! !Z\%) dEZ;'R\# X)%TE -  @'3FTK1PX@R> <@R> KPX@=   bbU M  =M=M>K-PX@C b  `bU M  =M=M>K1PX@H b  `bIU M  =M=M>@I b  `bUU M  =M=M>YYYY@HG54PNGTHT@?:84F5F!""%$+#"+%327#".767.7>32#"&'.#"7632#"&#"2#".7>%2#"=6/VXud-+H7s 8 1%9u'229 ;T Vw3#`-7?U W'  Tu^'{4O[)=ZITZ9'%#! !Z\%) dE'V%)X #7FE9Z + @';M@E  '@H Z  bbZ U  UU=L >Y@=<KIDC76#"767NJHT11.#)/%1e!%yf5t>h ';;  73 7gA;R^ +NAK)1>^`@/+' -Z1++Z<=L3# V+%TFo=P@H  )(K(PX@I Z  bbX UU L  ==L >@G Z  bbX U  UU=L >YY@?>JIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%2#".7>o9NJL T32 - ) /%1g!%x^33s;j )9> 3%]/9?U T+NAK+/>AJ{@/+'} -Z1++'T%+V #8CH;[<M[5@U 9 WD  (K(PX@J ZbX  U   UU L ==L >@H ZbX  U U   UU=L >YY@>=ZXTRJHCB=M>M<:4233$&4"4+6&#!"!26?6;2#"=4&#!3!2!'76;276&+"577%2'>76#"7>&7>32'"'7NJJT32 -) / %1d!$yk3u=j'9> `74 ~z=Pb5 4#3 +NAK+/>AuP@/+' -Z1++[;B# X)'T)P )% =P^*@ZH  )(K(PX@J ZbX  U   UU L ==L >@H ZbX  U U   UU=L >YY@?>][WUJIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%2#".7>&7>32'"'7NJL T32 - ) 0%1g!%x^33s =j )9= y3# b -7 ?W R3#5 +NAK+/>AJ{@/+'} -Z1++(T%)Z #7FE;ZQ +% =N]@R [ZF  )(KPX@N Z  bbXU M  = L ==L >KPX@R d Z  bbXU M = L ==L >K(PX@P d Z  bbX  UU L ==L >@N d Z  bbX  U UU=L >YYYY@#PO?>XVO]P]LJED>N?N=;4243$&4"4+6&#!"!26?6;2#"'54&#!3!267!'76;276&+"?7%2'>76#"76%2#"&7567NJL V31 - ) /%1g!%y^33r >j )9=  }74 ,zV=S^'  +NAK+/>AJ{@/+'} -Z1++Z;'R\# V+%TE +  @'=P_XKPX@T : ]\H  )(<KPX@T : ]\H )(<K(PX@T : ]\H  )(<@T : ]\H )(KPX@N Z  bbXU M  = L ==L >KPX@T Z  b`bXU M  = L ==L >K(PX@L Z  bbX   UU L ==L >@P Z  b`bX   U UU=L >YYYY@#RQ?>ZXQ_R_JIDB>P?P=;4243$&4"4+6&#!"!26?6;2#"574&#!3!267!'76;276&+"577%2#".7>%2#"&756:MHHS31-)  /%1d%y^36u;j )9>  {3%a.8?T  S'  +NAK)1>AJ{@/+'} -Z1++)V%)Z #5FF;[-  @')!3Z@W+< 9bbcM =M>#"1/*)"3#3! &*! +3632 '&6#"'6#"767>32'>76#"763-E{??y3-)/^5; 71 :hB=S Zy%F^-;=#\ 9    X;;L5# X)'TC)!4@,< 9K PX@+ZbcM =M>@,bbcM =M>Y@#".-(&"4#4! &*! +3632 '&6#"'6#"767>32#".7>3-E{??y3-)/^5; o3#a,8?R  Wy%F^-;=#\ 9    )T')X #7FF;[)!2@b@_<)< 9bcM = M=M >#"?=970.('"2#2! &*! +3632 '&6#"'6#"767>32'>76&#"76&7>32'"'3-E{??y3-)/^5;  7/ x=R^33#5 y%F^-;=#\ 9   X;B# Z)TCP )%  )!3Af@c1=,< 9bcM = M=M >#"@>:8.-(&"3#3! &*! +3632 '&6#"'6#"767>32#".67>&7>32'"'3-E{??y3-)/^5; !3#^ -7RZ T3#5 y%F^-;=#\ 9   )T%)X "Z\;ZR )% )!2@@>=*< 9K PX@. ZbcM  =M >KPX@/ bbcM  =M >@3 bbc =M =M >YY@43#"<:3@4@0.)("2#2! &*! +3632 '&6#"'6#"767>32'>76#"76%2#"7563-E{??y3-)/^5; 90 -}V=T ` '  !y%F^-;=#\ 9   Z;%T\# X)%TE + @')!4C@, < 9K PX@;  b X  `bcM  =M >@<  b  `  `bcM  =M >Y@ 65#"A@>=5C6C.-(&"4#4! &*!+3632 '&6#"'6#"767>32#".7>%2"74363-E{??y3-)/^5; %3#`+7?U V' y%F^-;=#\ 9   'V%+V #7FE9Z+ @&)1!3C@7 ? +<> ;6 : 9bbc  U  UM  =M >54#"B@=;:84C5C1/*)"3#3! &*!+3632 '&6#"'6#"767>32'>76#"76%27#"&#"'6323-E{??y3-)/^5; 71 :hB=U\ =6+F+%?1+Jp=yy%F^-;=#\ 9   X>;L5% X)%TF\ XX \)1!2E@&%-= <,;$: 9K PX@<  ZbcU  U M =M >@=  bbcU  U M =M >Y@"43#"?>973E4E1/+)(&"2#2! &*!+3632 '&6#"'6#"767>327#"&#"'>322#".7>3-E{??y3-)/^5; =6-H+%=3+'X=;{v1%Z-7?S  Wy%F^-;=#\ 9   L\ XXXT\'T%)X #6EF;[1Oa@7"YJ@4bU  US K  >Y@QP_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh73 7gA;R^ /+''Z/+''ZO/+''Z/+''Z<=L3# V+%TF1Ob@7"ZJK(PX@6bUS K  = K  >@4bU  US K  >YY@QP\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh3%_/8?T  U/+''Z/+''ZO/+''Z/+'''T%)X #6EF;[Oao@7"kYJK(PX@7UUS K  = K  >@5U  UUS K  >YY@#QPnlhf_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76&7>32'"'Hdbd -;7Q5q -;6P  7qTR *>5P8q *>5P8o 73 7gA=R^ 73%5 /+''Z/+''ZO/+''Z/+''Z;=L3# V+%TEQ +% qObq@j7"1ZJK(PX@7UUS K  = K  >@5U  UUS K  >YY@#QPpnig\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"5?3%+";2&#'76;22#".7>&7>32'"'1edd *>5P8o *>5 P7qTT -;8P  5q +=5Q5q3%^/7?U  T3#3/+''Z/+''ZO/+''Z1)''&V%+V #7FE9ZO )%wO`o@7"mlXJKPX@;bSM= K  = L  >KPX@?dbSM= K  = L  >K(PX@=dbUS K  = L  >@;dbU  US L  >YYYY@'baQPjhaobo^\WVP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%2#"&7567edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o 74 +{V=S^'  /+''Z/+''ZO/+''Z1)''Z;'R\# V+%TE - @'dObp@7"nmZJ KPX@;bSM= K  = L  >KPX@Ab`SM= K  = L  >K(PX@?b`US K  = L  >@=b`U  US L  >YYYY@'dcQPljcpdp\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>%2#"756%dce -;8P 5q +=5Q5qTR +>5P8q +=5 P7o3%^/7?U T'! /+''Z/+''ZO/+''Z/+'')T'+V #7FF;[- @)BOaq@em7"YJKPX@IbUUSM = K  = K  >K(PX@GbUUUS K  = K  >@EbUU  UUS K  >YYY@+cbQPpnkihfbqcq_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%27#"&#"'632dee +>5P7o +;7 P7qTT -;8P 5q +=5P5q71 7hB=P ^;5+B-%?0+Hq;}/+''Z/+''ZO/+''Z1)''X;=L3" Y)%TC]ZZ ]VO`s@S[7"kJKPX@KbUSM=M = K  = K  >KPX@IbUUSM = K  = K  >K(PX@GbUUUS K  = K  >@EbUU  UUS K  >YYYY@+baQPmlgeasbs_]YWVTP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;227#"&#"'>322#".7>dbd +=5 P5q -<7P5qRT -;5 P5q -<7P6q2=6+B-%?/+%V=;{r1'[18?T  U1)''Z/+''ZO/+''Z/+''/] XX XR]'V%)X #7FE9Z*@"K1PX@,bbM==M>@*bbU=M>YY@(&! **%$" +327#"&76&#"767>32'>76"761Pb1K1PX@,bbM==M>@*bbU=M>YY@&% ,,%$" +327#"&76&#"767>32#".7>1Pb1751/(&! **%$" +327#"&76&#"767>325>76#"76&7>32'"'1Pb19731&% ,,%$" +327#"&76&#"767>32#".7>&7>32'"'1Pb1@:  b`b =M = =M>Y@,+8742+:,:(&! **%$" +327#"&76&#"767>32'>76#"76%2#"&74361Pb1KPX@/bbM  = =M>@5b`bM  = =M>YY@.-64-:.:&% ,,%$" +327#"&76&#"767>32#".7>%2#"=61Pb1-,:85320,;-;)'"!++%$" +327#"&76&#"767>32'>76#"76%27#"&#"'6321Pb1@=  bbU U M  = =M>Y@!+*650.*<+<(&#! ))%$" +327#"&76&#"767>327#"&#"'6322#".7>1Pb1@&b UUK >Y@'&53.-&7'7334333 +;2&#'76;276&+"?3%+"%2'>76#"76 -;7Q5q +=6P  7q74 8hA=S^ /)''X/+''Z<=K4# V+%TF%8@ 0 K(PX@(b UK =K >@&b UUK >YY@'&21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7> -;8P 5q +=6P 5q/3%Z/7?U  T/)''X/+'''T%)X #6EF;[H%5C@ ?- K(PX@) U  UK =K >@' UU  UK >YY@'&B@<:31,+&5'5334333 +;2&#'76;276&+"?3%+"%2'>76#"76&7>32'"'u -;8P5q +=6P  5q74 |z;S\54$5 /)''X/+''X;D# X)'TCO)% %8F@@B0 < ;KPX@+  UM =K =K >K(PX@) U  UK =K >@' UU  UK >YY@'&EC?=21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7>&7>32'"'; -=5 P7o +>5P8q3%[.8?T S3#3 /)''X/+'')T')X #7FF;[R +' #%7E@ CB/ KPX@1   d bM =K =L >K(PX@+ b UK =L >@-   d b UUL >YYY@98'&A?8E9E53.-&7'7334333 +;2&#'76;276&+"?3%+"%2'>76#"76%2#"756P -;8P 5q +=5Q5q71 7hB=R^ '  !/)''X/+''[;=L3# X)%TF -@'!%8G?@< ED0 KPX@- bM =K =L >KPX@3  b  `M =K =L >K(PX@+ b UK =L >@/  b  ` UUL >YYYY@:9'&B@9G:G21,*&8'8334333 +;2&#'76;276&+"?3%+"%2#".7>%2#"&756N -;8P 5q -;6P 5q3%]/7?U R'   /)''X/+'''T%)X %7DH;[- @'%7G@; C  / K(PX@9b U  U UK =K >@7b U  UU UK >YY@98'&FDA?><8G9G53.-&7'7334333+;2&#'76;276&+"?3%+"2'>76#"76%27#"&#"'632 +=5P5q -;8P 5qX92 7hB=R ^ =6+F+'=4+Jq;{/)''X/+'' Z;=L3# V+%TE\ XX \%5HE@ ) 1 @ <0;( :K PX@: Z  U UM  =K =K >KPX@; b  U UM  =K =K >K(PX@9 b  U U UK =K >@7 b  U U U UK >YYY@76'&BA<:6H7H42/-,*&5'5334333+;2&#'76;276&+"5?3%+"%27#"&#"'6322#".7>H +=5Q5q -;8P  5q;8+F+'?/+Hp={t3%_ /8?T  U/)''X/+''{\[[ \)T%+X #5FE;Z +#K1PX@)bM=M=M>@'bUM=M>YY@)'"!++  +"32676&632#"2'>76"76s m^Z'/f-m>'71 .|V=U\FV^VPZ;'R\# Y)%TF -%K1PX@)bM=M=M>@'bUM=M>YY@'&!--  +"32676&632#"2#".7>s m^Z'/f-m>'3%[ ,8?R  WFV^VP)T$)X #6EF;Z +:#@* UM= M=M>Y@9720)'"!++  +"32676&632#"2'>76#"76&7>32#"'s m^Z'/f-m>'71 -}V=T\53%5 FV^VPZ<'Q]# Y(%TFR (%  -<%@* UM= M=M>Y@;942'&!--  +"32676&632#"2#".7>&7>32#"'s m^Z'/f-m>'1%] ,8?R  W3%5 FV^VP)T%)X #6EF;[R (%   ,:7@ 087$KPX@0b =M = M=M>K!PX@,bM  = M=M>K(PX@*b  U M=M>@.b U = M=M>YYYY@ .-64-:.:*(#",,  +"32676&632#"2'>76#"76%2#"756s m^Z'/f-m>'71 9iA=T` '  FV^VPZ<;L3# X)%TF - ?'# -;98%KPX@,bM  = M=M>K(PX@2b`M  = M=M>@0b`  U M=M>YYY@ /.75.;/;'&!--  +"32676&632#"2#".7>%2#"756s m^Z'/f-m>'1%a,8?R U' !FV^VP)V%)X #8EF;[- ?' +F@C#<bUM =M> )'"!++  $" +! ! "32%2'>76#"76;Q9;3Nx9Ӵ'5;73 7gA;R^ zm'/5HB 1RZ<=L3# V+%TF3 ,x$@'bUM =M>Y@ &% ,,  $" +! ! "32%2#".7>3;R;;3Ny7Ѵ'6;Z3%\ /7?U Tzm'/5H@1R'T%)X #6EF;[` )8@ 1!@( UU M =M>Y@ 750.'% ))  $" +! ! "32%2'>76#"76&7>32'"'`;R9;3Ny7Ѵ'6;'74 }{=P \73#3zk)/5H@1RX;D# X+%TCO )%q *9@ 2"@( UU M =M>Y@ 861/$#**  $" +! ! "32%2#".7>&7>32'"'q=U9;3;7Ѵ)3;1%_/7?T  U3#3zk)/5B 1R&V%)X #7FE9ZO )%= )8 @ -65!KPX@0 dbM = M =M>K-PX@. db U M =M>@4 db` U M =M>YYY@+* 31*8+8'% ))  $" +! ! "32%2'>76#"76%2#"&756=;R9;3Nx9Ҵ(5;\74 |z;P \'  zm'/5H@1R[;B# X)'TD- @) ,:7$KPX@,bM  = M =M>KPX@2b`M  = M =M>@0b`  U M =M>YYY@.- 64-:.:&% ,,  $" +! ! "32%2#".7>%2#"?6=U9;3N{7Ѵ)5;r3%_/7?U T' zk)/5H@1R'V%+V #7DH;[- @'$5@-  K1PX@,bbM==N>@*bbU=N>YY@&%31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76"765Ӌ%X 5a)7%# iY}#3wR 8'71 -}V=T`զ\);'93/HiuC-Z;'R\# Y)%TF$7@/  K1PX@,bbM==N>@*bbU=N>YY@&%10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>5Ӌ%X 5a)7%# iY}#3wR 8'3#_ -7?U Tզ\);'93/HiuC-)T$)X #6EF;Z$5D@=-  @-b U M==N>Y@&%CA<:31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76#"76&7>32#"'5Ӌ%X 5a)7%# iY}#3wR 8'7/ -}V=T` 93#3 զ\);'93/HiuC-Z<%S]# Y(%TFR (% $7F@?/  @-b U M==N>Y@&%EC><10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>&7>32#"'5Ӌ%X 5a)7%# iY}#3wR 8'3#_ -7?U V3#3 զ\);'93/HiuC-)T%)X #6EF;[R (% $5Cz@A@-  KPX@/ bbM  ==N>KPX@3 bb =M ==N>K!PX@/ bbM  ==N>K(PX@- bb  U=N>@1 bb U ==N>YYYYY@76&%?=6C7C31,+%5&5('$" +#"&7>76''>3232676'&7>322'>76#"76%2#"7565Ӌ%X 5a)7%# iY}#3wR 8'7/ -}V=T` '  !զ\);'93/HiuC-Z<%T\# X)%TF - ?'+$7F@DC/  KPX@/ bbM  ==N>K(PX@5  b  `bM  ==N>@3  b  `b  U=N>YYY@98&%A?8F9F10+)%7&7('$" +#"&7>76''>3232676'&7>322#".7>%2#"&7565Ӌ%X 5a)7%# iY}#3wR 8'3#a -7?U T' զ\);'93/HiuC-)V%)X #8EF9]+ ?'w3$6F|@y: B .  87&%EC@>=;7F8F42-,%6&6('$"+#"&7>76''>3232676'&7>322'>76#"76%27#"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8'72 9hB=U \?6+H+%?1+Jr;yզ\);'93/HiuC-Z<;L5% X)%TF\ XX\V+$4G@(0?  @=  bbU  U M  ==N>Y@65&%A@;95G6G31.,+)%4&4('$"+#"&7>76''>3232676'&7>3227#"&#"'6322#".7>5Ӌ%X 5a)7%# iY}#3wR 8'˵=6+F+%=3+Nn=yv1%a-7?R Uզ\);'93/HiuC-HZ ZZ Z)V%)X %7FF;[BU@(M  =K(PX@,  b   UK = K >@*  b   U U K >YY@DCONIGCUDUB?363393#5+%&'&'#"?307+"676&+"?37+";2&#'76;22#".7>3R + <1b!> +-;%^X -;8P5q!3%\/7?T  UY; )' /-  ))'3;/+'''T%)X #6EF;[BUc@] ( _M  =K(PX@, U   UK =K >@* U U   UK >YY@DCb`\ZONIGCUDU336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;22#".7>&7>32'"'yT)  93c!; --<$`X *>5 P7o3%^/7?U  T3#3 Y; )' /-  ))'3;/+''&V%+V #7FF9ZO)% BUdxKPX@(baM  =<@(baM  =KPX@0   b M  =K =K >KPX@6 b  ` M  =K =K >K(PX@4 b  `   UK =K >@2 b  `   U UK >YYYY@WVDC_]VdWdONIGCUDU336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;22#".7>%2#"&756yT)  93c!; --<$`X *>5 P7o3# b/7?U  T'  Y; )' /-  ))'3;/+'')T')X #7FF;[- @)yBSf@"F N( ^=KPX@AbU M = M =K = K >KPX@?b UU M =K = K >K(PX@=b U UUK = K >@;b U UUU K >YYYY@#UTDC`_ZXTfUfRPLJIGCSDSB?363393#5+%&'&'#"?307+"676&+"?37+";2&#'76;227#"&#"'>322#".7>R + ;1b!> +-;%^V +;7P5qK=6+F-$?0+%V=;{r1'[18?T  UY; )' /-  ))'3;/+''/] XX XR]'V%)X #7FE9Z/7H@@'&6 @(bUM =M>Y@98FD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ 'Xn#b))݁kwk^''+@CY^;F;uX>'R\# X)%TF/7J@B'&6 K1PX@(bUM =M>@&b UUM>YY@98DC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>+}JpZ!T''ZynRTZS1'"=-> # :1%_-8?R  W'Xn#b))݁kwk^''+@CY^;F;u)T$)X #6EF;Z/7HV@PR@'&6 @) UU  M =M>Y@98USOMFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76&7>32#"'+}JpZ!T''ZynRTZS1'"=-> # :7/ .|V=S ` 74#3  'Xn#b))݁kwk^''+@CY^;F;uZ<%S]# Y(%TFR (% /7JX@RTB'&6 @) UU  M =M>Y@98WUQODC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>&7>32#"'+}JpZ!T''ZynRTZS1'"=-> # :3#_-8?R  W4#3  'Xn#b))݁kwk^''+@CY^;F;u)T%)X #6EF;[R (% /7HWi@UT@'&6 KPX@+ bUM =N>KPX@/ bU  =M =N>K!PX@+ bUM =N>K(PX@) b UUN>@- b UU  =N>YYYYY@JI98RPIWJWFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"76%2#"&756+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ ' 'Xn#b))݁kwk^''+@CY^;F;uZ<'R\# X)%TF - ?'/7IX@GVUB'& 6 K(PX@1  b  `UM =N>@/  b  ` UUN>YY@KJ98SQJXKXDC><8I9I.$$-"" +#"'#".767327&7632326'7%6'"62#".47>%2#"&756+}JpZ!T''ZynRTZS1'"=-> # :3%] -8RZ W' 'Xn#b))݁kwk^''+@CY^;F;u)V%)X #X_9]- ?''/7HX@|L T @'&6 JI98WURPOMIXJXFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"625>76#"76%27#"&#"'632+}JpZ!T''ZynRTZS1'"=-> # :7/ -}V;T ` ;:+H-}%?4+Nq;y'Xn#b))݁kwk^''+@CY^;F;uZ;%T\# X)%TE\ XX \+/7GZ@%; CR '& 6 @9  b  U  UU M =M>Y@IH98TSNLHZIZFDA?><8G9G.$$-""+#"'#".767327&7632326'7%6'"627#"&#"'6322#".7>+}JpZ!T''ZynRTZS1'"=-> # :A=8+H+}'=4+Lq;yw3#`+7?U V'Xn#b))݁kwk^''+@CY^;F;u%\ZZ \)V%)X %7FF9]\->@6  "KPX@/  bX   UM =N >@0  b`   UM =N >YY@/.<:54.>/>&"''!! +%32673!"7>76#"#!73;7&76! 2'>76#"76m!TH5>V!E!++R}#%P!57T$+%/#`92 ){V=S^ w)R!RѨb!N-w;aZ<%T\# X)%TF-@@8  "KPX@/  bX   UM =N >@0  b`   UM =N >YY@/.:942.@/@&"''!! +%32673!"7>76#"#!73;7&76! 2#".7>#RI5=V!F!+)R}#%P!39T%+#0#B1'[ 18?T  Uw)R!PѨb!N-w;a'T%)X #6EF;[->L@H6  "KPX@4 b   U M =M =N >@2 b   U   UM =N >YY@/.KIEC<:54.>/>&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76&7>32'"'!TG5=V!F!+)R}#%P!39T%+#/#92 ){V=R ^ 73%5 w)R!PѨb!N-w;aZ;%T\# X)%TEQ +% m-@N@HJ8  "KPX@4 b   U M =M =N >@2 b   U   UM =N >YY@/.MKGE:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>&7>32'"'{!RG5=X#F +)!R}##N!57T%+#/%3%a/8?T U4#3 w)R!RѨb!N-w;a&V%)X #7FE9ZO )% -?N@@7  "KPX@?  d   b   `X M=M =N >K(PX@:   b   ``   UM =N >@>  d   b   ``  UM =N >YYY@A@/.LKIG@NAN=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%2#"7436+#RJ5=V% F +)!R#%P57V%+#/#V74 8hB=S^ '  w)R!PѨb!N-w;a[;=L3# V+%TF - @'#-@N?KPX@K8  "<@K8  "KPX@4   bX M =M =N >KPX@:   b  `X M =M =N >@9   b  ``   UM =N >YYY@BA/.JHANBN:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>%2#"5761!RJ6@X% C!+)!R"%P58V%+#/#N3%^/7?U  T' w)R!RѨb!N-w;a'V%+V #7DH;[- @'-?O @C K 7  "KPX@C  b `  U  U M =M =N >@A  b `  U  U  UM =N >YY@ A@/.NLIGFD@OAO=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%27#"&#"'632!RJ5@Y% C!+)!R#%P57V$+#/%74 7iA=P^?4-F+'?/+Hp;{w)R!RѨb!N-w;aX;=L3" Y)%TC]ZZ ]?-=Pl@1 9 H "<8 ;0 :K PX@C  ZX  U M = M =M =N >KPX@D  bX  U M = M =M =N >KPX@C  b `  U  U M =M =N >@A  b `  U  U  UM =N >YYY@ ?>/.JIDB>P?P<:7542.=/=&"''!!+%32673!"7>76#"#!73;7&76! 27#"&#"'6322#".7>N!RG3=X#F!+)!R}##N!57T%+#0%J;6+B-%?2+Jq;}w3%^-7?U Tw)R!RѨb!N-w;aA] XX ]'V%)X #7FE9Zqm1D@:9$@,ddM=M=M>Y@ ($&"$$'%% +54.# 32>?327327#"7"&7>32672#"/&76q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs?  HPtg5}?T)nL^\ao{eŇj3   &qu1A@$@- ddM=N=M>Y@32;92A3A&"$$'%% +54.# 32>?327327#"7"&7>322#"&7676q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs-!+  HPtg5}?T)nL^\ao{eŇj3/  %#qm3F,K1PX@<; <@<; K-PX@1 d  dbVM=M>K1PX@6 d  dbIUM=M>@7 d  dbUVM=M>YYY@A?75!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"672#"/&76/VXud-+H7s 8 1%9u'229 ;T Vw) ? Tu^'{4O[)=ZITZ9'%#! !Z\%) d   &qq3C)K1PX@? <@? K-PX@0  b   UUM=M>K1PX@5  b   UIUM=M>@6  b   UUUM=M>YYY@54=;4C5C!""%$+#" +%327#".767.7>32#"&'.#"7632#"&#"2#"&7476/VXud-+H7s 8 1%9u'229 ;T Vw+  Tu^'{4O[)=ZITZ9'%#! !Z\%) d'/  ##)w!4~@)< 9K!PX@&bbc=M>@#ddbcM>Y@/-%#! &*!+3632 '&6#"'6#"767>3632#"/&763-E{??y3-)/^5;  @  y%F^-;=#\ 9      %)s!1@-< 9KPX@'bbc=M>@$ddbcM>Y@#"+)"1#1! &*! +3632 '&6#"'6#"767>32#"&74763-E{??y3-)/^5; !+  y%F^-;=#\ 9   /  %#dq+y@! @#ddb=M>Y@&$%$" +327#"&76&#"767>3672#"/&761Pb1@$ddb=M>Y@"!((%$" +327#"&76&#"767>32"&74761Pb1@ ddM=M>Y@(&   +"32676&632#"632#"/&56s! n_Z&/d-m>% @  FޕV^ VPb   &u )iKPX@$b=M=M>@!ddM=M>Y@$"))   +"32676&632#"2#"7676s! n_Z&/d-m>%+ FޕV^ VP}/ %#b$6p@,  @#ddb=N>Y@ '"('$"+#"&7>76''>3232676'&7>32632#"/&765Ӌ%X 5a)7%# iY}#3wR 8'5=  զ\);'93/HiuC-   )u$3t@  @$ddb=N>Y@&%-,%3&3('$"+#"&7>76''>3232676'&7>322"&76765Ӌ%X 5a)7%# iY}#3wR 8'+  զ\);'93/HiuC-/  %#\/7Jo@?'&6 @ddUN>Y@ (&.$$-""+#"'#".767327&7632326'7%6'"6632#"/&76+}JpZ!T''ZynRTZS1'"=-> # :  =  'Xn#b))݁kwk^''+@CY^;F;u    )y/7Gs@'&6 @ ddUN>Y@98A?8G9G.$$-"" +#"'#".767327&7632326'7%6'"62#"&7676+}JpZ!T''ZynRTZS1'"=-> # :+  'Xn#b))݁kwk^''+@CY^;F;u/  %#q1BR@: $LKED   Z M =M=M=M= M  >@?  b M =M=M=M= M  >Y@32PNIG@>982B3B&"$$'%% +54.# 32>?327327#"7"&7>3225>76#"7673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs71 -}V=R\ n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>[;'R\# V+%TF m>+^NVTq1DT@<  $NMGF   ZM =M=M=M= M  >@?  bM =M=M=M= M  >Y@32RPKI>=862D3D&"$$'%% +54.# 32>?327327#"7"&7>322#".7>73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#a-7?S Vn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>)T')X #7FF;[ m>+^NVTq1BQa~@{J : $[ZTS < M=  M =M=M=M= M  >32_]XVPNIG@>982B3B&"$$'%%+54.# 32>?327327#"7"&7>322'>76#"76&7>32'"'73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs70 -}V=T ` 73#3 n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3>[;%T\# X)%TFR +%7 m>+^NVTq1DRb@|LN<  $\[UT <M=  M =M=M=M= M  >32`^YWQOKI>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>&7>32'"'73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3#_-7?R  Y4"3  n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj39)T%+X #7FE;ZR )% ; m>+^NVTq0O_WK-PX@6B=<71YXRQ <@6B=<71YXRQ K-PX@Fb=M=M = N  = M  = M  >@Lb`=M=M = N  = M  = M  >YY@&][VTMKECA?;953,*%#  +2'>76#"76%2#"75654.# 32>?327327#"7"&7>3273267#"&770 {=S `'! A+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsn)!D;/'v6NQX;B# X)'TC- @)HPtg5}?T)nL^\ao{eŇj3 m>+^NVTq1DTdDKPX@RQ<  $^]WV <@RQ<  $^]WV KPX@B   bM =M=N=M= M  >@H   b  `M =M=N=M= M  >YY@FE32b`[YNLETFT>=862D3D&"$$'%%+54.# 32>?327327#"7"&7>322#".7>%2#".75673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs3%] ,8?T U' n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj39)T%)Z #7FE;Z - @) m>+^NVTq1!1Dc@+%-J VQPKE2  <,;$:K-PX@P  bUUM = M = M = M =M>@M  bUUQM = M = M = M  >Y@(#"a_YWUSOMIG@>970.+)(&"1#1!!%$ +73267#"&72'>76#"76%27#"&#"'63254.# 32>?327327#"7"&7>32To)#F;/'x4PO70 9hB=R ` ;:+H+'=4+Nq;y+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsj>+^NTVZ<?J5% X)'TF\ VV\HPtg5}?T)nL^\ao{eŇj3q11ATd@+5 =L  $^]WV<<;4 :K PX@O  Z  U U M =M=M=M=M>@P  b  U U M =M=M=M=M>Y@#CB32b`[YNMHFBTCT@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'6322#".7>73267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=6-H+'=4+Lq;{w3#^-7?S Vn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3}\ XX\'T%)X #6EF;[ m>+^NVT)29JZGK-PX@B5 ML UT&<@B5 ML UT &K-PX@0  b UV = K  >K1PX@;  b U V = K  =K  >@8  b U V =K = M >YYY@;:43XWRPHFA@:J;J3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2'>76#"7673267"&7;--90hD%1 <9P9\?R;oa92 ){V=R^ 7P'+1'dG ''m`=>=:''8a#s" Z<%T\# X)%TF;#]`H17 bJVV29L[@D5 N VU &@;  b U V = K  =K  >Y@;:43YXSQFE@>:L;L3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!2#".7>73267"&7;--90hD%1 <9P9\?R;oa3%_.8?T  SP!<'+1'dH ''m`=>=:''8a#s" 'T%)X #6EF;[=%]/7dHVVZ3:LZj@VD6 ]\9 ed'   UV = M =K =K >@< U   UV =K =K >Y@"<;54hgb`YWSQJHCB;L76#"76&7>32#"'73267"&7+-;3;L#%/ <;P9` =P;ma73 7gA;RZ 53%5 R!%+1'dG''67`=>=:''8a#s" [;=L3# V+%TFR+' =%]^H/7dHVV#X3;N\m@XF6 _^9 gf'   UV = M =K =K >@< U   UV =K =K >Y@"=<54kidb[YUSHGB@&7>32'"'73267#"&7Z+-;3;L#%!- <;P:` =P9l`3%`/7?U R3#5 R!%-/'dJHI ''67`=>=:''8a#s"  z&V%)X #7FF;XO )% #=%]^H/7dHVVT2:JYjK-PX@B \[8 dc&<5;@B \[8 dc&<5;YK PX@J d  b   XV = M =K =K >KPX@K d  b   `V = M =K =K >K-PX@I d  b   `  UV =K =K >@O d  b `  `  UV =K =K >YYY@(LK<;43hfa_WVTRKYLYHFA@;J76#"76%2#"543673267#"&7J+-<1 hD%/ m  O7^@P9o`73 }{=P b'  R!%,/'dJHI ''m`=>w''8a#s"  }[;B# X)'TD- @)=%]^H/7dHVVH2:M\kKPX@Q ZYE5 _^8 fe&<@Q ZYE5 _^8 fe&KPX@@   bV = M  =K =K >KPX@F b  `V = M  =K =K >@D b  `  UV =K =K >YYY@&ON<;43ihcaWUN\O\GFA?;M%2#"&75673267"&7J+-<1 hD%/ m  O7^@P9o`3%[/8?T  U'   O!;'+1'eH ''m`=>w''8a#s"  )T'+V #7FF;[- @)=%]/7dHVV/b3<M]mX@+QY 6 E _9 hg'KPX@N  b U UV = M =K =K >@L  b U U UV =K =K >YY@*ON>=54kjec\ZWUTRN]O]KIDC=M>M4<5<$334$334+%;2&#'76;267672;2&#'76;276'!"7!2'>76#"76%27#"&#"'63273267"&7d+/;3;L#%/ <;P9` =P;oa92 ){V=S^ ;6+B+'?2+Jq;{fP!%+1'dH ''67`=>=:''8a#s" Z;%T\" Y)%TE] XX ]=%]^H/7dHVV3s3:K^o@+> F 6Va`9 ih'KPX@R  bU  V M = = M =M =M >KPX@P  b UU  V = M =M =M >@N  b U  UU  V =M =M >YYY@+ML<;54mkfdXWRPL^M^JHDBA?;K322#".7>73267#"&7j\;3;M"%/ <;O9` ?R;ma'=6+F-%;3+'U>;{u3&\/7?T  TQ !%-/'eIHJ3''67`=>=:''8a#s" $]ZZ XT])T%+V #5FE;Z=%]^H/7dHVV)!3B@+<;65  <  9K!PX@9bb`M =M = M  >@6bb`  QM =M >Y@#"@>:81/*)"3#3! &*! +3632 '&6#"'6#"767>32'>76#"767327#"&73-E{??y3-)/^5; 71 :hB=S Zbp)#E54/)w3NRy%F^-;=#\ 9    X;;L5# X)'TCmi^NVT)!4C@,=<76  <  9K PX@8Zb`M =M = M  >K!PX@9bb`M =M = M  >@6bb`  QM =M >YY@#"A?;9.-(&"4#4! &*! +3632 '&6#"'6#"767>32#".7>7327#"&73-E{??y3-)/^5; o3#a,8?R  Wyp)#E54/)w3NRy%F^-;=#\ 9    )T')X #7FF;[mi^NVT)!2@O@ <)IHCB  <  9K!PX@<b  `M = M=M = M  >@9b  ` QM = M=M >Y@#"MKGE?=970.('"2#2! &*!+3632 '&6#"'6#"767>32'>76&#"76&7>32'"'7327#"&73-E{??y3-)/^5;  7/ x=R^33#5 ep)#E54/)w3NRy%F^-;=#\ 9   X;B# Z)TCP )%  `mi^NVT)!3AP@$1=,JIDC  <  9K!PX@<b  `M = M=M = M  >@9b  ` QM = M=M >Y@#"NLHF@>:8.-(&"3#3! &*!+3632 '&6#"'6#"767>32#".67>&7>32'"'7327#"&73-E{??y3-)/^5; !3#^ -7RZ T3#5 [p)#E54/)w3NRy%F^-;=#\ 9   )T%)X "Z\;ZR )% hmi^NVT)!2@OY@!>=*IHCB  <  9K PX@; Zb  `M =M = M  >KPX@< bb  `M =M = M  >K!PX@@ bb  `=M =M = M  >@= bb  ` Q=M =M >YYY@"43#"MKGE<:3@4@0.)("2#2! &*!+3632 '&6#"'6#"767>32'>76#"76%2#"7567327#"&73-E{??y3-)/^5; 90 -}V=T ` '  !op)#E54/)w3NRy%F^-;=#\ 9   Z;%T\# X)%TE + @'mi^NVT)!4CR3@, LKFE  <  9K PX@H  b X  `b  `M=M = M  >K!PX@I  b  `  `b  `M=M = M  >@F  b  `  `b  ` QM=M >YY@$65#"PNJHA@>=5C6C.-(&"4#4! &*!+3632 '&6#"'6#"767>32#".7>%2"74367327#"&73-E{??y3-)/^5; %3#`+7?U V' \p)#E54/)w3NRy%F^-;=#\ 9   'V%+V #7FE9Z+ @&mi^NVT#10BR@F N : *)#DC21QOLJIGCRDR@>981B2B0/&*!$$+7727#"&73632 '&6#"'6#"767>32'>76#"76%27#"&#"'632n)!C541)y3NR-E{??y3-)/^5; 71 :hB=U\ =6+F+%?1+Jp=ykh^LTTy%F^-;=#\ 9   X>;L5% X)%TF\ XX \)1!2ETI@0%-= NMHG  <,;$:  9K PX@I  Zb  `U U M =M= M  >K!PX@J  bb  `U U M =M= M  >@G  bb  `U U Q M =M>YY@&43#"RPLJ?>973E4E1/+)(&"2#2! &*!+3632 '&6#"'6#"767>327#"&#"'>322#".7>7327#"&73-E{??y3-)/^5; =6-H+%=3+'X=;{v1%Z-7?S  Wdp)#E54/)w3NRy%F^-;=#\ 9   L\ XXXT\'T%)X #6EF;[=mi^NVTOaq@7"YclkdJ@CbU  US K  = M>Y@#QPonig_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"5?3%+"!6&+"?3%+";2&#'76;22'>76#"7673267"&7ddd +=5Q5q-;6P  7oTT ,>5P8o ,<5R6qh71 7iA=P^ $R!%+1'dG1)''Z/+''ZO/+''Z/+''X>=L3# X)%TF;%\^H27 bJVVObr@7"ZdmlJK(PX@CbUS K  =K  = K  >@AbU  USK  = K  >YY@#QPpojh\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>73267"&7dbb +;7Q5q +=6P  7qTR *>5P8q *>5P8oh3%_/8?T  UP!%+1'dH/+''Z/+''ZO/+''Z/+'''T%)X #6EF;[=%]^H/7dHVV ROao1@%id7"8kYqzyrJK(PX@DUUS K  =K  = K  >@BU  UUSK  = K  >YY@'QP~|wunlhf_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"5?3%+"!6&+"?3%+";2&#'76;22'>76#"76&5>32'"'73267#"&7Hddf+=5Q5q-;6P  7oTT ,>5P8o ,<5R6q 73 7gA;R^ 93#3 ͋R %-/'dJHI1)''Z/+''ZO/+''Z/+''Z;=L3# V+%TEQ+% #=%]^H/7dHVV ?Obq.@"j7"1Zs|{tJK(PX@DUUS K  =K  = K  >@BU  UUSK  = K  >YY@'QP~ywpnig\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"5?3%+";2&#'76;22#".7>&7>32'"'73267#"&71edd *>5P8o *>5 P7qTT -;8P  5q +=5Q5q3%^/7?U  T3#3ՋR!%-/'dJHG/+''Z/+''ZO/+''Z1)''&V%+V #7FE9ZO )%%=%]^H/7dHVV \O`o@7"mlXqzyrJKPX@HbSM= K  =K  = L  >KPX@LdbSM= K  =K  = L  >K(PX@JdbUS K  =K  = L  >@HdbU  USK  = L  >YYYY@+baQP}|wujhaobo^\WVP`Q`OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%2#"&75673267"&77edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o 74 +{V=S^'  R!%+1'dG/+''Z/+''ZO/+''Z1)''Z;'R\# V+%TE - @'=%]^H/7dHVV BObp@7"nmZrzyJ KPX@HbSM= K  =K  = L  >KPX@Nb`SM= K  =K  = L  >K(PX@Lb`US K  =K  = L  >@Jb`U  USK  = L  >YYYY@+dcQP}|wuljcpdp\[VTPbQbOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#".7>%2#"75673267"&7%dce -;8P 5q +=5Q5qTR +>5P8q +=5 P7o3%^/7?U T'! P!<'+2'eH/+''Z/+''ZO/+''Z/+'')T'+V #7FF;[- @)=%]/7dHVV /Oaq@(em7"Ys|{tJKPX@VbUUSM = K  =K  = K  >K(PX@TbUUUS K  =K  = K  >@RbUU  UUSK  = K  >YYY@/cbQP~ywpnkihfbqcq_]XWPaQaOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22'>76#"76%27#"&#"'63273267#"&7dee +>5P7o +;7 P7qTT -;8P 5q +=5P5q71 7hB=P ^;5+B-%?0+Hq;}R!%-/'dJHI/+''Z/+''ZO/+''Z1)''X;=L3" Y)%TC]ZZ ]=%]^H/7dHVV ?O_r-@(S[7"jt}|uJKPX@XbUSM=M = K  =K  = K  >KPX@VbUUSM = K  =K  = K  >K(PX@TbUUUS K  =K  = K  >@RbUU  UUSK  = K  >YYYY@/a`QPzxlkfd`rar^\YWVTP_Q_OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;227#"&#"'6322#".7>73267#"&7dbd -;7P7o -<7P 5qTT -;5 P5q ->5P8o4;6+B-%?/+Hp={t1'[/8?T  S݋R!%-/'dJHG/+''Z/+''ZO/+''Z/+''/] XX ]'V%)X #7FE;X=%]^H15dHVV/7HW@@'&6 QPKJ @2bUM =M= M  >Y@98USOMFD?>8H9H.$$-"" +#"'#".767327&7632326'7%6'"62'>76#"767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uX>'R\# X)%TF mi`LSW/7JY@B'&6 SRML K1PX@2bUM =M= M  >@0b UUM= M  >YY@98WUQODC><8J9J.$$-"" +#"'#".767327&7632326'7%6'"62#".7>7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :1%_-8?R  Wq)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)T$)X #6EF;Z mi`LSW/7HVe@ PR@'&6 _^YX @3 UU  M =M= M  >Y@98ca][USOMFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"62'>76#"76&7>32#"'7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :7/ .|V=S ` 74#3  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uZ<%S]# Y(%TFR (% O mi`LSW/7JXg@ RTB'&6 a`[Z @3 UU  M =M= M  >Y@98ec_]WUQODC><8J9J.$$-""+#"'#".767327&7632326'7%6'"62#".7>&7>32#"'7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :3#_-8?R  W4#3  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)T%)X #6EF;[R (% O mi`LSW/7HWf@UT@'&6 `_ZY KPX@5 bUM =N= M  >KPX@9 bU =M =N= M  >K!PX@5 bUM =N= M  >K(PX@3 b UUN= M  >@7 b UU =N= M  >YYYYY@JI98db^\RPIWJWFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"62'>76#"76%2#"&7567327#"&7+}JpZ!T''ZynRTZS1'"=-> # :71 .|V=U\ ' q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;uZ<'R\# X)%TF - ?' mi`LSW/7IXg@!GVUB'& 6 a`[Z K(PX@;  b  `UM =N= M  >@9  b  ` UUN= M  >YY@KJ98ec_]SQJXKXDC><8I9I.$$-""+#"'#".767327&7632326'7%6'"62#".47>%2#"&7567327#"&7+}JpZ!T''ZynRTZS1'"=-> # :3%] -8RZ W' q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u)V%)X #X_9]- ?' mi`LSW'/7HXh@L T @'&6 ba[Z JI98fd_]WURPOMIXJXFD?>8H9H.$$-""+#"'#".767327&7632326'7%6'"625>76#"76%27#"&#"'63273267#"&7+}JpZ!T''ZynRTZS1'"=-> # :7/ -}V;T ` ;:+H-}%?4+Nq;yq)!D;/)v3NR'Xn#b))݁kwk^''+@CY^;F;uZ;%T\# X)%TE\ XX \ m>+`LVT+/7GZi@,; CR '& 6 cb]\ @C  b  U UU M =M= M>Y@"IH98gea_TSNLHZIZFDA?><8G9G.$$-""+#"'#".767327&7632326'7%6'"627#"&#"'6322#".7>7327#"&7+}JpZ!T''ZynRTZS1'"=-> # :A=8+H+}'=4+Lq;yw3#`+7?U Vq)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u%\ZZ \)V%)X %7FF9] mi`LSWs-?P@7 BA JI"@=  b`   UM =N  = M  >Y@/.NLGE=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"7673267#"&7#RJ5=V% F +)!R#%P57V%+#/#a73 7gA;R^ R %-/'eIHJw)R!PѨb!N-w;aZ<=L3# V+%TF="\^J17 dHVV\-@Q@8 CB KJ"KPX@<  bX   UM =N  = M  >@=  b`   UM =N  = M  >YY@/.OMHF:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>73267#"&7#RI5=V% F +)!R#%P59T%+#/#B1'[ 18?T  UR!%-/'dJHIw)R!PѨb!N-w;a'T%)X #6EF;[="\^J17 bJVV->L\@H6 ON WV"KPX@A b   U M=M =N = M >@? b  U   UM =N = M >YY@/.ZYTRKIEC<:54.>/>&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76&7>32'"'73267"&7!TG5=V!F!+)R}#%P!39T%+#/#92 ){V=R ^ 73%5 \P'+1'dHw)R!PѨb!N-w;aZ;%T\# X)%TEQ +% '="\^J17 bJVV-@N^ @HJ8 P YX"KPX@A b   U M=M =N = M >@? b  U   UM =N = M >YY@/.\[VTMKGE:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>&7>32'"'73267"&7{!RG5=X#F +)!R}##N!57T%+#/%3%a/8?T U4#3 kP'+2'eHw)R!RѨb!N-w;a&V%)X #7FE9ZO )% )="\^J17 bJVV-?N_|@7 QP YX"KPX@L  d   b   `X M=M =N =M >K(PX@G   b   ``   UM =N =M >@K  d   b   ``  UM =N =M >YYY@"A@/.][VTLKIG@NAN=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76%2#"743673267#"&7+#RJ5=V% F +)!R#%P57V%+#/#V74 8hB=S^ '  IR %-/'dJHJw)R!PѨb!N-w;a[;=L3# V+%TF - @'="\^J17 dHVV-@N^}KPX@K8 P YX"<@K8 P YX"KPX@A   bX M =M =N = M >KPX@G   b  `X M =M =N = M >@F   b  ``   UM =N = M >YYY@ BA/.\[VTJHANBN:942.@/@&"''!!+%32673!"7>76#"#!73;7&76! 2#".7>%2#"57673267"&71!RJ6@X% C!+)!R"%P58V%+#/#N3%^/7?U  T' bP'+2'eHw)R!RѨb!N-w;a'V%+V #7DH;[- @'="\^J17 bJVV{-?O_O@#C K 7 RQ YX"KPX@P  b `  U  U M =M =N =M >@N  b `  U  U  UM =N =M >YY@$A@/.][VTNLIGFD@OAO=;65.?/?&"''!!+%32673!"7>76#"#!73;7&76! 2'>76#"76727#"&#"'63273267#"&7!TG5=V!F!+)R}#%P!39T%+#/#73 7gA=RZ =4-F+';3+Hp={R<'+/%fJHGw)R!PѨb!N-w;aX;=L3" W+%TC]ZZ ]="\17 dHVV-=P`@#1 9 H SR[Z"<8 ;0 :K PX@P  ZX  U M = M =M =N =M >KPX@Q  bX  U M = M =M =N =M >KPX@P  b `  U  U M =M =N =M >@N  b `  U  U  UM =N =M >YYY@$?>/.^]XVJIDB>P?P<:7542.=/=&"''!!+%32673!"7>76#"#!73;7&76! 27#"&#"'6322#".7>73267"&7+#RJ5=V% F +)!R#%P57V%+#/#H=4-F+'?/+Hp;}u1'Z/7?U  R`R!%+1'dGw)R!PѨb!N-w;aA] XX ]'V%)X #7FE;X="\^J17 bJVVq11?M@J$<982:UM=M=M>%%&"$$'%% +54.# 32>?327327#"7"&7>323267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsoh\P/+\uuHPtg5}?T)nL^\ao{eŇj3NlbX{q1=N@K$< UM=M=M>42:72=4=&"$$'%% +54.# 32>?327327#"7"&7>32!"7>3!2q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs#  #'HPtg5}?T)nL^\ao{eŇj3''qm1DT@:9$NMGF @6ddM=M=M= M  >Y@RPKI($&"$$'%% +54.# 32>?327327#"7"&7>32672#"/&7673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs?  n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3   &! m>+^NVTq1AP@M$;:43<:M=M=M=M>%'&"$$'%% +54.# 32>?327327#"7"&7>3273267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLsn)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3 m>+^NVTqu1AQ@$KJDC @7 ddM=N=M= M  >Y@32OMHF;92A3A&"$$'%% +54.# 32>?327327#"7"&7>322#"&767673267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs-!+  !n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3/  %# m>+^NVTq#1A@ 5 =$<<;4 :KPX@5 U M =M=M=M>@3  U UM=M=M>Y@32@>;9862A3A&"$$'%% +54.# 32>?327327#"7"&7>3227#"&#"'632q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=;:+H+}'=4+Js;yHPtg5}?T)nL^\ao{eŇj3o\ XX \q#1AQ@'5 =$KJDC <<;4 :KPX@? U M =M=M=M= M  >@=  U UM=M=M= M  >Y@32OMHF@>;9862A3A&"$$'%%+54.# 32>?327327#"7"&7>3227#"&#"'63273267#"&7q+T?T "_C#D\7Bn-$./K+)VJ1FnDsͩ)xLs=;:+H+}'=4+Js;y)n)!D;/'v6NQHPtg5}?T)nL^\ao{eŇj3o\ XX \ m>+^NVTq29GV@S5&<  d  U V =K >::43:G:GECA@><3949$334#334+%;2&#'76;27672;2&#'76;276'!"7!#"&733267;--90hD%1 <9P9\?R;oajs 9oTP ''m`=>=:''8a#s" -h}k9DC:'29EL@I5&<   U V =K ><:43B?:E3!2;--90hD%1 <9P9\?R;oa %& ''m`=>=:''8a#s" ))29ML@I5 &<  d  b V =K >43HF=;3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!6320#"/&76;--90hD%1 <9P9\?R;oaC   ''m`=>=:''8a#s" }    %29HR@OD5 &<   d  b V =K >;:43BA:H;H3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!2"&7476;--90hD%1 <9P9\?R;oa#,  ''m`=>=:''8a#s" /   %#TD29JK-PX@<;5DC&<@<;5DC &K1PX@*  V = K  =K  >@'  V =K = M >YY@43HFA?3949$334#334 +%;2&#'76;27672;2&#'76;276'!"7!%73267#"&7;--90hD%1 <9P9\?R;oa R!%,/'dJHI ''m`=>=:''8a#s" 3;#]`H17 bJVV7D@eM >Y@   +2'>76#"7670 .}V=U` 7Z;%T\# X)%TE4 :KPX@ M>@IMAY%& +%73267#"&7#X %//)fJHEy;#]?K17 dHVV7D@eM >Y@   +2'>76#"7670 .}V=U` 7Z;%T\# X)%TE`]@ <: 9K$PX@QM >@UIMAY@  +27#"&#"'632F;9+H+}'=6+Nq;y\ XX \r9v@<;:KPX@UQM>@$UUIMAY@ +>2"$>2"27#"&#"'632j?N+BNAN+BNN;:+H+'?2+Nq;yoM88M66M88M6\ YY \)w!4C@)=<76 < 9K!PX@3bb`=M =M>@-ddb`QM >Y@A?;9/-%#! &*! +3632 '&6#"'6#"767>3632#"/&767327#"&73-E{??y3-)/^5;  @  p)#E54/)w3NRy%F^-;=#\ 9      %=mi^NVT)!0@*)$# < 9K!PX@&b`M=M>@#b`QM>Y@.,(&! &*!+3632 '&6#"'6#"767>37327#"&73-E{??y3-)/^5; p)#E54/)w3NRy%F^-;=#\ 9   mi^NVT)s!1@@-:943 < 9KPX@4bb` =M =M>K!PX@1 ddb`M =M>@. ddb`QM >YY@#"><86+)"1#1! &*! +3632 '&6#"'6#"767>32#"&74767327#"&73-E{??y3-)/^5; !+  p)#E54/)w3NRy%F^-;=#\ 9   /  %#mi^NVT)j!1@"%-<,;$: 9KPX@,bc UM =M >@*bcU UM >Y@#"0.+)(&"1#1! &*! +3632 '&6#"'6#"767>327#"&#"'6323-E{??y3-)/^5; ;9+H+%B1+Nq;yy%F^-;=#\ 9   :\ YY \)j!1@@,%-:943  <,;$:  9KPX@9b  ` UM =M = M  >@4b  `U U QM >Y@#"><860.+)(&"1#1! &*! +3632 '&6#"'6#"767>327#"&#"'6327727#"&73-E{??y3-)/^5; ;9+H+%B1+Nq;yn)#C74-'w5NPy%F^-;=#\ 9   :\ YY \ mh^NVT=N@D  )(K(PX@E d Z  bbXU L  ==L >@C d Z  bbX  UU=L >YY@IHA?=;4243$&4"4 +6&#!"!26?6;2#"=4&#!3!267!'76;276&+"?7%672"/&767NJL T32 - ) 0%1g!%x^33s =j )9= VD +NAK+/>AJ{@/+'} -Z1++   &;K@G  '@E  d Z  bbZ  UU=L >Y@=<ECh ';;  *  +NAK)1>^`@/+' -Z1++/  %#LOb@7"XJ@0db  US L  >Y@][RQOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;262#"/&76 edd *>5P8o *>5P8qTT -;8P 5s +=6P 5o  D  /+''Z/+''ZO/+''Z1)''    #9O^@ 7"J@1db  US L  >Y@QPYWP^Q^OLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;22#"&?6bee +=6P 7o +;7Q5sRT -<7P6q +=5 P5q+  1)''Z/+''ZO/+''Z1)''/  %#%D+O_@7"QYXJD@0  USK  = K  >Y@][VTOLIFC@<9633334333+%!;2&#'76;276&+"?3%+"!6&+"?3%+";2&#'76;273267#"&79ebd ,<5R6q ,<5R6qRT -;5Q5q -;8P 5q#R<'+2)eGJH/+''Z/+''ZO/+''Z/+''F;"\17 dHVV7B5@2<M =M >  +2'>76#"76&7>32'"'7/ -}V=T`53#3  3X;%T\" Y)%TCP )% \;K-PX@e =M >@bcU >YY@  +2'>76#"76%2"?671 .|V=U\' -X;'R\" Y)%SD+ =)\7 V@S<;:eUM=M >    +25>76#"76%27#"&#"'632P7/ -}V;T` ;9+H-{'B1+Nq;yZ<%S]# X)%TF\ XX \H1'E@B%#%$" +327#"&76&#"767>33267#"&71Pb1;VJq )/`6; h\P/+\uuPb'H`cZ;! 9   NlbX{5%D@A<bU=M>"%%%$" +327#"&76&#"767>3%!"7>3!21Pb1;9/-+)&%"!%$" +327#"&76&#"767>3&>32"$>2#"632#"/&761Pb1-,53,:-:+*&%"!%$" +327#"&76&#"767>3&>32"$>2"2#"74761Pb1@*bU U=M>Y@(&#! ))%$" +327#"&76&#"767>327#"&#"'6321Pb1\ XX \!)9@- 5 <4 ;, :KPX@6b  UU M = =M>@4b  U   UU =M>Y@+*86310.*9+9)(%$! $$" +327#"&76#"767>3&>2"$>2"27#"&#"'63250Pb1@$ dUUK >Y@&&&3&3"#334333 +;2&#'76;276&+"?3%+"#"&733267m +=5 P5q -<7P5qhs :pTP/)''X/+''h}k9DC:%y-%1h@  @UUK >Y@(&.+&1(1334333 +;2&#'76;276&+"?3%+"7!"7>3!2b ,<5R6q ,<5R6q %&/)''X/+''))%9n@ / @"dbUL >Y@ )"334333+;2&#'76;276&+"?3%+"%632#"/&765 ,>5P8o *>5P8qD  /)''X/+''   %%4r@  @#dbUL >Y@'&/-&4'4334333 +;2&#'76;276&+"?3%+"%2#"&?6# -;8P 5q -;6P 5qc*  /)''X/+''/ %#47B 5@2 <M =M >  +2#".7>&7>32'"'3#a,8?R U3#3  3'V%)X "7FE;XP )% 2s; ] @bcM >Y@   +2#".7>%2"5761%] -8?R  W'  3)T%)X "5FE;Z- =)L"@ <:K PX@#YUUM >KPX@"eUUM >@(eUUIMAYY@""  +27'"&#"'6322#".7>/?6+H-}%=3+Lp;yw3&\ -7?U V\ZZ \)T%+X #7FE;Z)1$2=@:  <,+%:bU=N>%#('$"+#"&7>76''>3232676'&7>323267#"&75Ӌ%X 5a)7%# iY}#3wR 8'i\P/+\utզ\);'93/HiuC-NlbX{-$0>@;  <bU=N>'%-*%0'0('$"+#"&7>76''>3232676'&7>32'!"7>3!25Ӌ%X 5a)7%# iY}#3wR 8'{ %%զ\);'93/HiuC-))3$-6IR@O?>=  <  d  bbU=N>DB:8('$" +#"&7>76''>3232676'&7>32$>2"$>2"632#"/&765Ӌ%X 5a)7%# iY}#3wR 8'BM+ ?N?N+DN? զ\);'93/HiuC-N55''55N55''5    '7J$/:IQ@N  <   d  bbU=N><;CB;I76''>3232676'&7>32>2#"&%>32"&2"&76765Ӌ%X 5a)7%# iY}#3wR 8'BN+ B'%+PD'%+BN+* զ\);'93/HiuC- '78&%88%'78&%88/  %!`%6@.!<9K PX@'ZM=M=M>@(bM=M=M>Y@'&42-,&6'6&($*+'6>7632#"'" >73262'>76#"76հNATM8+%1oUXL\/ RM!70 -}V=T ` N@#8>$y.PkK/V/LZ<%T\# X)%TF`%8@0!<9K PX@'ZM=M=M>K1PX@(bM=M=M>@&bUM=M>YY@'&21,*&8'8&($*+'6>7632#"'" >73262#".7>հNATM8+%1oUXL\/ RM1%^-7?U TN@#8>$y.PkK/V/L)T$)X #6EF;ZF#$4@(0/  <':KPX@,b UM ==N>@*bU U=N>Y@&%31.,+)%4&4('$" +#"&7>76''>3232676'&7>3227'"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8';8+H+}'=4+Lq;{զ\);'93/HiuC->\ZZ \X$-6Fk@h: B  87EC@>=;7F8F('$"+#"&7>76''>3232676'&7>32%>2"&%>2"&27#"&#"'6325Ӌ%X 5a)7%# iY}#3wR 8' BN)AN+R ?N+BM+x=6+F+$=4+Jp=yզ\);'93/HiuC-'77N55''77N55R\ XX \qBP@(=@'  d  UVK >Y@CCCPCPNLJIGE336339345+%&'&'#"&?37+"676&+"?37+";2&#'76;2#"&733267%T)  93c!; --<$`X +=5 P7ois 9qTPY; )' /-  ))'3;/+''8h}k9DC:BNw@(=@!   UUK >Y@ECKHCNEN336339345 +%&'&'#"&?37+"676&+"?37+";2&#'76;2!"7>3!2%T)  93c!; --<$`X +=5 P7oS %(Y; )' /-  ))'3;/+''()BU@(J  =K(PX@(  d  bK = K >@&  d  b U K >YY@PNFDB?363393#5 +%&'&'#"?307+"676&+"?37+";2&#'76;2672#"/&76-T + 93c!= +-;%`X +;7P5q D Y; )' /-  ))'3;/+''    &BR@F (N  =@&   d  b UK >Y@DCLJCRDR336339345 +%&'&'#"&?37+"676&+"?37+";2&#'76;22#"&7476 T!* :3` <-+;'`X +=6P5q- Y9 )'+' ))'3;1)''/   %#i,5H@ @ . 'KPX@2  bU M =M =K >@0  b   UUM =K >YY@76BA<:6H7H"#334*BR +%6#"#"5?632#"';2&#'76;23 %"%2#".7>Y @hZR9 HӅZ?X ,>5P8oq#l9>=X3%]/7?U R Z) "8ILJHO;/)'' 97'T%)X %7DH;[j9mL %2@/<dbIMA("$"+>32#"$>2"672#"/&76bA%'+D'%BN+AN @  oM88&'66M88M6   &j9J "8@5<dbIMA""$"+>32#"$>2"2#"&7476bA%'+D'%BN+ANu!+   oM88&'66M88M6/   %#jh@ <d[! +632"/&76=      )\/7JY@?'&6 SRML@)ddUN= M  >Y@ WU*(&.$$-"" +#"'#".767327&7632326'7%6'"6632#"/&767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :  =  q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u    )/ mi`LSW/7FC@@6 @?:9<'&:UM=M>$).$$-""+#"'#".767327&7632326'7%6'"67327#"&7+}JpZ!T''ZynRTZS1'"=-> # :q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u mi`LSWy/7GV@'&6 POJI@* ddUN= M  >Y@98TRNLA?8G9G.$$-"" +#"'#".767327&7632326'7%6'"62#"&76767327#"&7+}JpZ!T''ZynRTZS1'"=-> # :+  3q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u/  %# mi`LSW/7G^@[; C'&6 98FDA?><8G9G.$$-"" +#"'#".767327&7632326'7%6'"627#"&#"'632+}JpZ!T''ZynRTZS1'"=-> # : =5+F+}'=4+Js;{'Xn#b))݁kwk^''+@CY^;F;u\ XX \/7GVs@p; C'&6 POJI 98TRNLFDA?><8G9G.$$-"" +#"'#".767327&7632326'7%6'"627#"&#"'6327327#"&7+}JpZ!T''ZynRTZS1'"=-> # : =5+F+}'=4+Js;{5q)!F530)w3PP'Xn#b))݁kwk^''+@CY^;F;u\ XX \ mi`LSWZ ,=@:"!<dbM =M> '%  $" +! ! "32%632#"/&76Z=V9;3N{7Ѵ)6; F  zm'/5H@1R   ' )E@B%<dbM =M> #!))  $" +! ! "32%2#"&7476;R;;3Ny7Ѵ)3;!+  zm'/5HB 1R/  %#f-@@5  "@,d  b`M =N >Y@ ;9&&"''!! +%32673!"7>76#"#!73;7&76! 632#"/&76u!RG3=X#F!+)!R%#N!57T%+#0%C w)R!RѨb!N-w;a    %-=@  "@- d  b`M =N >Y@/.75.=/=&"''!! +%32673!"7>76#"#!73;7&76! 2#"&7676!TH5=V!F!++R}#"M!58S%+#-%,  w)R!RӨb!N-w;a/ %#d3D-=@0/76"@-bM =N  =M  >Y@ ;9)&"''!! +%32673!"7>76#"#!73;7&76! 73267#"&7!RJ5=V% F +)!R#%P57V%+#/#R!>')/'dJHGw)R!PѨb!N-w;aV="\/9 dHVVT'5 @ d[Y@   +2"&7476+  '/   %#0'd K$PX@eM >@eIMAYY@   +2#".7>3#a-8?R  Y')V%)X #8EF9]R @IMA   +!"7>3!22-0#3%8R @IMA   +!"7>3!22-0#3%8L @IMA   +!"7>3!2y\,+L+1hL@GK? +!!ZLe'L@GK? +!!yLeL@GK? +!!Le1}@d[+#3#3TRRPR}^^/@,SGK? +!7%!7-/ZZZZ@ :[ +"&54>7Gc=-oOEd-9H;?}}t, O@ 9> +462&7>54.'&Gc=-oOE/-:H54.'&Hb>-nOF\-:H +2.546=)2 5.WP@Ssf,$%0 @(_!tTUU)@ :[ +"&54>7"&54>7Ia>={TOFHa>={TOEd.8G<-^eOt,B.8G<-^eOt,.)@ 9> +462&7>54.'&%462&7>54.'&Ha>={TOEdHa>={TOF/.9G=-^eNs-B.9G=-^eNs-)@ 9[ +7462&7>54.'&%462&7>54.'&lIa>={TOFeHa>={TOEZ.9G=-^eNs-B.9G=-^eNs-Y'@"9>'' +2.546!2.546)2 5.WP@Ssf)1 6.WOASrf,$%0 @(_!tTU,$%0 @(_!tTUuX78@56' <eV>/.&$ 77 +2'"'#4'6#"'&5476763&5476766/ ('-r%%sA/%%/f %#I 7k-PyZh@}+ :/fP/L9Rm/)#"TXbT@Q[M>0_.a* <e V= M >ZXPNFE=;31)' bb +%2#"'#"'&54767#"'&'476763654'6#"'&5476763&54767663'"'6 - ''-r '&% 5m- ()+^#sA/%%/f %#I 7k- ('-r%y= -R1X{{/'%% R- D\b!! +2#"'&'&'&47676767659*-  '%)5567)- !#)+11!!1 9315#!'-97)3"9?"+ݍ9_^ @M>   +%2#"&546)5L3'7J4'/P8'-N $@!M>      +%2#"&546!2#"&546)5L3'7J)5L3)5J4'/P8'-N4'/P8'-N #/@,M> ##    +%2#"&546!2#"&546!2#"&546;)6L3)6J)5L3)5J)5L3'7J4'/P8'-N4'/P8'-N4'/P8'-N5@ <IMA'" +>32#"&54J)%- J+#-+;-#)<-! %1JV`@]5 <8 7<4 :  U  U  UUM>32USOMHFB@;92J3J$$%$$$%"+%32654.#"4632#"&%32654.#"4632#"&27'#"'#"&5463232654&#"7#Pl%%HrknJguXb+9#Pk%%HrhoJduX`bfD)Ll^u\ItZam\+ne9%Nj9#FtHBa1;ByVd{Jcok@hNUQ PLKnlhfa_[YTRKcLcIGCA=;$$$%$$$%"+%32654.#"4632#"&%32654.#"4632#"&%32654.#"4632#"&27'#"'#"&5463232654&#"7#Pl$%HrkoJftXc_7#Pl%%HrknJguXb+9#Pk%%HrhoJduX`bfD)Ll^u\ItZam\+ne9%Nj9#FtHBa1;ByVd{  +2#"&7476F,  0   %#!V+@( <e>  +2#"74762#"&7476+ -   / ##0   %#Z!/7@4+ <e>! )' /!/  +2#"&7476#2#"&7476#2#"&7476Z-  -   ,  0   %#0   %#0   %#}=P@ <e>! +632"/&76D   %d)-'LK1PX < @bc=>Y)')!+672#"/&76%6720#"/&76 C & D      $'   $}9j';!@1 <e>''!+632"/&76'6320"/&76'632"/&76 C  F  D     )!    %  %q "+'76ÛsjqoumopPo "+3767&'7qnoɀjowPw &2L@I('2/,)10-<+*:.9UUIMA$+%>2"&>2"&%>32"&>2"%7   ' L[3 L[3 JZ5 LZ3L/-3NZ5IZ6 LZ9 +,9B+ /@B--??-??--B@1-??ZB@Z??--@'"%% )'H4<B@?,)<b  =M> <;87+*4 4  +2#"7>7>7>>2#"2"747>7>>2"f-8`LVNZ3L/-?-5 a/ 5" WNZ6LZHNHL=) FJPLJZBBZ?XNHL=bi)!`JPLJZ@@Z@D,5A4@16*;<b` =M>.(&+#"&76767>32#"7>7>7>2"67676& 7!- y<_G!"2wt!^ 1CjNZ3 LZ] %} &N##%+XN)11.,`7#c-) FGN1Z@@--@E="X2`J'-5K1PX@ K>@GK?Y@  +!7-/ZZjA~@5Sc]LG%#"  {sgB><;4-) KPX@7Xb XV  V  >KPX@7db `V  V  >KPX@8Xb `V  V  >@7db `V  V  >YYYY@#xvpnfda_WU#*&'%(,$!+%&#"505672654&5465>32>32'"#".'#"&5765>%&#"=67254&5465>32>32'"#".'#"&=>&#"=67254&5465>32>32'"#".'#"&=>L"(/5Z}"(/5Zo"(/5Z7 3L P '/wL-BS" 9gl3!-37 3L P '/yL-BS"9gj3!-37 3L O '- xM-BU#9gj3!-3!!@ d[ +3#VTTBF)5_kM@J b`M = M >a`+*ge`kak_]USHF:81/*5+5(+,"+4632"&?>54&#"#"2#"&5464632"&?>54&#"#"2#"&546BմDjmf1 Xc^;bLbs 3-E)6L3)6JմDjmf1 Xc^;bLbs 3-E)6L3)6J)\qR^JHDQZ ^jTPoOTwT3 #:4'/P8'-Nf\qR^JHDQZ ^jTPoOTwT3 #:4'/P8'-N+PV)5Gc\@YX ?6<  b  ``  =M = M>IH+*VTHcIcCA:81/*5+5(+," +4632"&?>54&#"#"2#"&546>32#"&5462#"=7654&547>+մCklg1 Yb^IH+*VTHcIcCA:81/*5+5(+," +4632"&?>54&#"#"2#"&546>32#"&5462#"757674&547>մDjmf1 Xc^;bLbs 4-E)5L3'7J J-'5L-'5P'5 #9B R%\pR_IHDQZ ^jTPnPTwT3 #93'/P8'-Ml-?3' -@4& 96;sBߔ)7JR9<ZNLJ+@(<eU>&""+7327632'47'j{?, !u22JkV93=阗 +߮'!`+PmK&PX@'M =M =M >@IUM >Y@ONLJB@864210.+PP +76767676'&'76;676767676'&'#"?327632#"'32'0+ J  l  >/  J+> FG1h=)1m-+>  X(55!%%d)!9+! %+yR\7Lw "! +7N)=c@ "@bcUM >Y@ =;31&/#+3#&'&'&'4&5476767672#"'#"'&54767632!! 1-"5)- %%''+%+#)"'%1-D''#!5 )'''!# NK1PX@QM>@UIMAY@      +"2676&"&7>32`C;|RZ!mb#!joi'%PTÜN&1h@*b`UIMAY@ #(6#"4+2�76?>7654#'"&57672'4632#"& H+$ \; %; *|@  <$&0.  $$ " . %  !2+,)X@!dVIK?Y@ B*"+37#"'476767676323#&#"&67>`' %  Z/'Rsf $<=`d> D1Bw1  m+ F15%!' w!@ K!PX@"bUQK>@(bSUIMAYY@ "$%"!+4"'!!632#"&546327276\{9B oN=%C_`uSc;v&5N.0n%F]HY@'!@E'9 "M@dUIMAY$$%!+4#"3276#"&547>7672a9F<)@#-LeOv%8fNH6K#d05JE>1?^CZdQT} '/?3/dZRQ@deIMAY@  +"'6733!#7++#)9 %dF)'H1b !-S@ " @UIMAY@)'   +">54&#"&547'&'463232654'R4B8%#J0FEMxS^A`A-lC)HX>L6q"Z/#),MP=F|h ,KTd@31R\t:.(RQ:!& R@ <9K1PX@QM>@UIMAY@   %! +327654&#"727$7#"&546a;F;)GIQ{ kRFdMd-]!E?vZe'/?\=Z- K PX@YT >K PX@XYGL@KPX@eT >KPX@deGL@KPX@eT >@deGL@YYYYY+3##7#7373T0P00P7PP%7@GK? +!77PP'//@,SGK? +!7%!7))EEFF+ "+47&+xm/8#ɑ VfsJ3=qNB "+'>7654'7Bbc#QW_mvF5y<4DS;@UIK?Y@ :2+;"+672&'76?>?654#"2&'767>7674#'"&57672pRy ;"N0 #7Q1`A* R5}% < +|? jt*   %% #"Q\  %% !. %  TL /@,UIMA      +"32676&"&7>32C;|RZ!mb#!koh'%TÛm /@,<dIK?   +"&7676&#"&67>7>.V\  m#=m= 358 ;)(-E '-!'  41 )T%C@@<b`UIK? %% +7"&7>3232>72!67>76#" mZrsm{5=# !1Z\UeN 5iPZBnDLl3++ ``}?\Lo+ .+,>6~@ 132#"&547>32327654#"&7676(R#  uGO1Ogb6}%- LQ3:! H0=A1 )\3-aCF>sTP)&"%4:RZ& (4TX)-@*<dON>B*"+37#"5476767676323#&#"&67>' %  Z/'Rsf $<=`d> D1LBw1  m+ F15%!' =^!C@@ <bSUIMA"$%"!+%4#"'!!632#"&546327276{9B nN=%C_`vSb;v&5N-1,n%F]HY@'!@EL^ "-@*<dUIMA$$%!+%4#"3276#"&547>7672a9F=)@#-LfOu%8fNH6K#d/5JE>0?^CZdQT} '/?20dW54&#"&547'&5463232654'4B9%#I0EEMxS^A_@-kB)HX=}5q#[.#),LP=F|h ,KTd@31R\t:.'QQ:"3K S@ <9KPX@UM >@UIMAY@   %! +7327654&#"727$7#"&546a;F;)GIQ{kREdMd-]"E>vZe'/?]=TB kK PX@XYL >K&PX@deL >@deGL@YY+%3##7#7373y0P01PfOOMFf5K&PX@ K >@GK?Y@  +%!7FfOONV)@&SK > +%!7%!75))?EEHHT "+347&Txm/8# WfsJ3=qNj "+%'>7674'7jbc$QV_muE6y<.J)4;@8*<bUIMA($)$#'"+74632327#"&7#"&54%76'4&#"#"327yI "  53%#>N2;I~ /#>J $%+'08Q+!L7^FD.J<@9<USIMA # +%654#"3267#"&54632!M-[(M(4N/"sxfg} RW1FG-+!wjX#4 N5LJ +@(UIMA   +2654&#"'4>32#"&"Ff6/;Y%?3HuFo]Ňch{LZt;IP"XfS8tVw?SM@J)F1S><99U I M ARNKIB@5%$D&#D&! +6726767'&#"&?327"76&#"&?327#"32&#"'76326'&'32&#"''%c# )QT24  IW $)Y2&LX; 6t)B/J")+ q   *9 dr R=Jc@!USIMAY@ # +726?4&#"'632#"547!>M-[(M'4O."sxfg} \5RV1FG-+!wjX$3 NI<=@:6<ddbcIMA:2)9"+632&#76?>?6#"2&#76?>76&#'"&57672+#qS'4 N1 /f1^: R5}$b +|?h$$ \ $$ !A$% 5L@/7  E@1dd  b U I K ?Y@LJDA=;3'&#"4 +7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-/%@dd[2 +6&#'"&?672&#""+76?>7 *|@h N2$ %fA$% 5V $$ !J`KPX@`\S<@`\S32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #B,JD3@0;<bcIMA:2+;"+%672&#76?>?654#"2&#767>7654#'"&57672ApRy ;" N1 #7Q1`A* R5~ %= +|@ jt* $$ #"Q\  $$ !. %  FJ+:KPX@ <@ @"dUVK>Y@ %'225&## +7654'"7673632#"';2&#76;>7327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@BJ->@;,<bUIUMA!-")#+372676&'.>32.#"#"&#"6- !$9)B%@L>L-b /B()>1/.: \[*![%K*%'&%="C~Y O=+'$'-8%:KGL!?@<<;:UIMA! %#$#$+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%Hn@k& %FEC<b  b`bUU >@><:42-,+)$" HH +"&54732327657654&#"654#"'676;3>32#"'&"67稸1G9w55wG'E-PQ##;5/)-07 w7I03!ZRZ1  hw݉i0 /3#F1%3+-#m);[@X54 < Z U   SSK >;;963/,)$#335+#3#;2&#'76;267#737#73674&+"?3!+";b5 J5=: 93)6;{7L 3P`PD'')1LP`P#!$B%C@, BK1PX@@  bb` U  SSM>@D  bb` U  SSM=>YY@&?>=<:987420.)'$#"!  CC +%2327#"'&#"#"&=676767#737#7367672#"'&#"3#3#6NN1=J \PfX8-/7 om2  -{-^5#!)/D  9w 9'R B5!%';6 bP`P͋j)' #*%-}DP;%PN!/@G rse }zwqonmigdca_OMIHEC%$#,BU+74654'"#"'?632>?32'#32?3267654&'.547>32.#"#"'&"7'"747#!"'32&#'76;232654'"٦F9  LDCq4 +R -=8+'/X=u JZ338q?++8+?e 3G;@L!ibD 1 d]mbo5%GZ/H 1eP\36$; # g/7 dc$# %+B$B#`/5GB 1N++5#\F^)BG '-!":C+ {j3Ht#!-h9##+ /+!T:G1KPX@c   " <KPX@c   "< ;K(PX@c   " <@c   "< ;YYYKPX@G  b  U  U  UM = M = M >KPX@F  b  U  U  U M =M = M >K(PX@G  b  U  U  UM = M = M >K1PX@F  b  U  U  U M =M = M >@L Z  b  U  U  U M =M = M >YYYY@~|kiedb`PNIHDB@>#!%335#%+327#"&'.#32&#'76;27654#""?62654#"3267673267654&'.547>32.#"#"'&#"Tq'N%'F^o 9K$PX@C   bb TP = =M=M>@E b   `b TP =M=M>YY@DCBA@@?>;:8765'"''#+%.#"32#327#7"&547676327!7!7654#"'727673!!^PEyXP! qMSv #H81{ )`L)%-A #oB...\=VOJ:%+=2{-OBD 3 _X4P@M  $#<U S  SM>4410.-*!'" +?36327.#"!!!!2>7&#"7#?3>713H 9?Pgr51\3+5VJ-"<k9y1L w1 !o {E $Eu)[GB++!32#?wf 6O]K1PX@YW$N<:89@Y$WN<:89YK1PX@UUM >@(UUM =M >Y@\ZUSMKCA53+)2V! +032!"&#76;277'676732>7654&+'6>7632#"'654#" 6732941\b7`dq su3RT VŪ\u1e;-{ohB!ǃ?7J5+u#T5 n)IN   mu=/ċ:!wlw9!jxg%Tn'e!8D4+! O@~F  . <USS  U  M  > OONGE@<;:9876530-,+)&#  %"+!32!!6567&#"!#3#!"'32�'76;27#737#737654'"#"572>763  3P  )B'GRk5#HX2Hf hF#  <`%I%Շ ?^5aR1+Ph9##PRP^RN; #w,N @ 2- "+ ' >76&#"32647#"&76327327#""&76$32#"&7>76&#"3267wjE- L -}#hR^@)yX >d 7#]G\d fN B) F!p/+1s)>l5c TyG FFT+7"{HT76&#"32647#"&76327327#""&#?32676&'.7>32'6&"wjE- L -}#hR^@)yX >d 7#]G#G7B+C 72;+ibB#J-V? /1s)>l5c TyG FFT+7"{L^23)?!'?+R_@DW9%?dXZeD  "+".7!2!"3267Ӡq-9%B#buWz);*Gu{)[qVDAkyوX7D(0 /+& "+ 7323"32676&#"26>2"R-9}T>F{+) 7?=] 9{\!b !g!R%)D-lޙc7^\99YYyyyw%2@ @ ;5/) "+ ' "&76$32#"&7>76&#"326732>76#">32#".wjE\g! fO A' F p--!?p5 #^X}PDW eHT:!"JO>).|PT5wY6KPw%W ;2 "+ ' "&76$32#"&7>76&#"326732676727327#"?>7#"&76?676#"'632wjE\g! fO A' F p-- d )4J$;!]H  mF- i7!aF eHT:!"JO>).|V95sTR- 7#}D  y-6O+ 7%{B 7D@KS RNIC3!"+!26?6732#"574&#!;2%'76;276&+"5?7%.+"%6&#"26>2"N31-- /%1O ,<56q#?> ='E8J 7?=] 9{\!b o+1; 0H}?/+b/+''Zu/+)D?R!)7^\99YYyyy?@/"+&'"'>3266#"''7676.7>727#"'67q}`tJL5Lt4^b5F`ypHpZ 7N5gf)LpdBVlYoZmr\_+H1>9nTkL|h1f7J?fPLPu#hT`ZooQ7%+OVVP "+%!;2&#'76;27&'#"?30%+"!6&+"?3%+";2&#'76;2%676&'bdd +=6P65O 5sRS ,<7P6q ,<5P5qXn3-1)''''ZO/+''Z/+''.& T- "+3676#"572767332327#"&767>&#" TP )C %nF1-č#f)l)u'1#i)${'); 3 7nV+%y#2+1tJh[/2T54"+732327#"&767>&#" '?676#"57276731vč#f)l)u'1#i)${! )C %nF1-t4R8_ 7nV+%y#2+1tJh[/2,R0O'); 35D="+6$32#"/&"'76232676/&76?&#".'Ps1 LB!%1%!QF%)9#7l4ٔy?'>\ J\k"ۚRJ/7/D'7d{H!!" a#TXN/FPJ/skfH+) Db" "+676&#"27#"&?'6?32 $!7HP=ob+)fJ'\VH ;ŝ=FZu!}i,F4`@yyo}+DKKE$"+#&'&";2&#'76;&+"&?!32?6&+"&?37+">7&' +3) )95PD XV   %98 H59F7B Su;)Dd13H'% !0 01L ''JI/.6#D=JV @ SMD>'"+%!!%.+"&?!327>32#"'&#" #"'&#"#"&7632322#"&7>6&#"326V#/?/ j5p)sL`/9 d73J i){hLhD?mbk{uj8B3\DB/[Z9/] 'yTAۻ<-%+P+?'6+LϴB-HZ!i;mkq{iyq`#7; 0< 81%"+6.#"3276;2&#'76;"?6$3 32676&#" RX3dRuf_ST ,<5R{uW#XZVuZ-^9' % ZwCi^M/+'''fhLV3')1-1dD).9 60+*&"+!"'327#"'.#"'>76767&! 32#"=U{fpuJ Po;!f'H4uA+3;$>7g)3=khz VLwFA9=&0F ']/`B 7L?7D\"+6$32%632327.>'.+'%'&#"'&"'7632>7>&#"'>76.!VF%%/# #>B- #'y%3+-#DXF0;+J7H }d_'#el}'!PT$/ZX-G` --?s#7; 8D @94"+6.#"327677#"&'&#;2&#'76;"?6$3 32676&#" RX3dRuf_Sd5k#7Xu T ,<5R{uW#XZ9' % ZwCi^{\ + `NM/+'''fh)1-1D91]5."+&#"#"'.#>?32676&'.7>32"'';2&#'76;27>7576#.?3673#"32&#'76;276 <u-I +9< i\)@ =F57T +19JH XRN+2B*=.  P+b%<3!{';#; Z- %  E2d/3J/Z 3BK?iI@F?(b;ݺN# Dxb   =  /N^*yW."+;2&#'76;276+"'7#!"57.+"#"'';2&#'76;27>7576#&5?373#"32&#'76;2746/  )? h g!&+L/5/ [V+B-/9  P-`% <3!!{'#< Z- %   1)%C  D$+%þ/  >;ݺN#  0   =  / %:D/"+%#!"&767676&#!"'673!63!2671y2 i7UE'#9B,N53w )=3j>;T;d;T!PAD   !D dD-'"+%32673!"7>76#"#!73;7&76! !RJ5=V% F +)!R#%P57V%+#/#w)R!PѨb!N-w;aV=6"+!"5476?#"#7!2327654'63!#54&+ -} %TJ6@D '+'#69L1=,/7=w/L d֪B=V4Ճ!=#) "+!76.#"327#"7632FE);Lq4-r@Pm$'B+H>y'+qR` BNyDGGE;"+#"&'#6'+&67>76&7>7'&767367&7>?N6 # k= E0 $^0> N% 3%t\2;S %+Ah 2 37!'-{Ps3.Y_7`N3Ht2=?1N'/]6EZ_XJV8Zg%w?N   /)$""+23!7!67>.#!"&7>?39YA+ 3sXXsN )DCHE !## LD+%J3fF@~~yHT@)A!\1o'"+".'#<6767>76&'&7>?32VG%))6)>X ;+'$NR>^ZDd-y%#'b ˉT n=P !!=V% o$ "+/67>77!"7>?3!2! ! !9 <TƑ FGJTHH!3% '?F+}DQF7N%bV %$"+>2"&;2&#'76732676#"'673Vg9Tf9A1 O 1/ j N}L3HGgGG>-+//+- LG+)RX!X @8 S ! KPX@= b  b  `  `TU  Q >@Bd d  b  `  `TU  I M AYY@RPLJHF@>42-+&$  +"'673;2&#76;267>.'4&#"#".7>32#"&547>32327654#"&7676/K }!h9 jF I-< TV(R#  uGO1Ofb6}%- LQ4:! H/=!7/D!+ ++ +!7 Bf1 )\3-aCG=sTP('#%5:RZ% (4NX:`r@ P 5KPX@F   bb``  SUQ M =  >KPX@H   b `b``  SUQ M >@N   b `b``  U  SUIMAYYY@<;[YSRONKIB@;`<`$"&*%%&+'4&#"#".7>32#"&547>32327654#"&7676"&7>3232>72!67>76"TV'R#  uGO1Ogb6}%- LQ3:! H0< lZssm{5=# !1Z\TeN Tf1 )\3.aBG=sTP('#%5:RZ% (45iPZBnDLl3++ `a}?]Lo+ -+PX!C@*-'& ! @<d d   bTS U I M AY@A?=;750.,+)(%#  +"'673;2&#76;267>.'%4#"'!!62#"&546323276/K }!h9 jF I-< TV{9B oN=%C_`uSc;v&5N.0!7/D!+ ++ +!7 Bfn$E\HY@'!ADRX.P@$7:43  @A b   bUSS U I M AY@NLJHDB=;986520(& .. +'"&547>32327!67>7674&#"4#"'!!62#"&546323276TV mPn mlFI/) ZZN8!q,{9B nN=%C__uSc;u&5N-1Tf5i@EBnD`X Zgq=]N /.< n$E\HY@'!ADRX%]'@= X  KPX@H  b  `  `b  USUQ M >@N  b  `  `b  U  USUIMAYY@WUQOMKEC97&%"$%"%+'%4#"'!!62#"&5463232764&#"#".7>32#"&547>32327654#"&7676TV{9B oM=%C_`uSc;v&5N-1'F  uGO1Ogb6}%- LQ4:! H/=Tfn$E\HY@'!AD )\3.aBG=sTP('#%5:RZ% (4RX%)O@&  K-PX@:  db  SSUQ K >@@  db   V  SSUIMAYY@NMJFDC@?>=97""$%"%+'%4#"'!!62#"&54632327637#"'476767676323#&#"&67>TV{9B nN=%C_`vSb;v&5N-1' %  Z/'Rsf $<=`d> D1Tfn$E\HY@'!ADAw1  m+ F15%!' PX!.D@9@,d dTUIMAY@?=20,*%#  +"'673;2&#76;267>.'%4#"3276#"&547>7632/K }!h9 jF I-< TVa9F=)@#-LfOu%8fNG6L#!7/D!+ ++ +!7 Bfd/5JE>0?]CZcQT}'/?30dRX&H@/2,+ @8   bS U  UUIMAY@FDB@%"'+$%% +'%4#"3276#"&547>76324#"'!!62#"&546323276TVa9F<)@$-LfOu%8fNG6L#l{9B oM=%C_`uSc;v&5N.0Tfd/5JE>0?]CZcQT}'/?30dn$E\HY@'!ADNX!,CO@D8-'!@-d dT UIMAY@#"KI?=42",#,  +"'673;2&#76;267>.'">54&#"&547'&5463232654'/K }!h9 jF I-< TV4B9%#I0EEMxS^A_@-lC)HX=!7/D!+ ++ +!7 Bf5q"[/"),MPKPX@9  b  `  `  U UQM >@?  b  `  `U  U UIMAYY@b`\ZXVPNDB=;64-+! +'">54&#"&547'&5463232654'4&#"#".7>32#"&547>32327654#"&7676TV4B9%#I0EEMxS^A_@-lC)HX=`(R"  tGO1Ogb6~%- LQ4: H/=Tf5q"[/"),MP@9   bS U  U UIMAY@QOMKGE@><;9853-+! +'">54&#"&547'&'463232654'4#"'!!62#"&546323276TV4B9$#J0FEMxS^A`A-lC)HX>{9B oM=%C_`uSc;v&5N-1Tf5q"[/"),MPK-PX@+b UUIMA@/db UUIMAYY@32@?=;982B3B-+! +'">54&#"&547'&5463232654'"'6733!#7TV4B9%#I0FEMxS^A_@-lB*HW=++")9 %dETf5q"[/"),MP@ddIL@Y@ !! +'"'673;2&#76;267>.TV/K }!h9 jF I-< Tf!7/D!+ ++ +!7 5/-@* <UM >2";###+4'&+&'77#"32�76372767676 ); >)   '>_=% 7 '% ''%!5N*@'$<UK >2C+#3+<3+4'&+"32767676%4'&+&'7!7#";&#%7637276767>X#) )' J );   ='&;}^7=% 7  '  '% } %'  5R8k9@6@+ Z<U K >daB.#3+;=+3 +6'&+"36767>76%4'&+";2767676%4'&+&'7!7#"32&#%76372767676 '% (- F *)   '' J ); ;+ +=  ^}=% 7  !  !  '' } %'%!5^M@J\O4<   UM >[VUTSPMKDA?<:8/,(& ^^ +"76&#'&?32376;"#"'.+"2&#7637>7654&+&'7670326;/Bh3; LL ' "%"e/%>^=/% %; 7  h- 6  #%  //!&6'';! '%jN.@+7.(<U >HF@841%6!+%#"''&'&#'"'&?532326;">4656'&#'#&?532326;"$ ()   P) h ;<   %)#%//-  #!  !    #! mR@OA@'/U3  \ <  b U  M  >db`]ZXMJd#$6(3 +4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323!7#"3&#76;6767>76 'u+! ()  N+ h 7> j=');\>-  7 ! //- #!   #   #% }%'!pX@UJA@'/qWT3  <  b U  M  >wtgec_]ZNLt#$6(3+4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323)7#"32&#!76;6767>76%&'&+"36767>7> 'u+! ()  N+ h 7> j;' '=]8>-   '')- 7 ! //- #!   #   #% !''!  }!  ^d@aka`G=<:OxuS)<b  U M  >}{oljb^\$6(=.3+&'&+"3676767>%4'&#"#"''&'&#'"'&57532326;"672436'&#'&575323)7#"3&#)76;6767>76%4'&+"36767676  )q' (r/  'u+! ()  N+ h 7> j>' '>_e\>-  &z')y- 7 }!  !  ! //- #!   #   #% }!%'!  } !5\#K-PX@#yx][ZNkfcb* 2/<@*yx][ZNb kf*  2/@)  I    UM >Y@#{wtsra^YX+2!F-K1)+.'&'&/*#"372767673#'&#!7637276767654'&+&'76723273#"67676'#&#'"'5?323273#"32#"&#"#574656372725656'&'` /#)   'q#'%i +Ejj =%  ); ՓQ PR ' %C 8  5'  1  PN#=   ) !'%!  '!   I!! !o !! %g#K-PX@d[X2qQLGC% }| <@!d[X2CqQLG% }| @&I  U M >Y@~{zkhcba\WT5U5V'+%30#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323273#"2#"&#"#?65637272574/&'} 'G {1  1'# }  /  JR $ %C = 6)#  1 JN#%  !!   !  !! !J"  !!  n !!  f#Da@^wtNmhc_A! )(<  UM >~xspa`^[U5U.=+%36767>7654'&'" 3#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323%7+"3&#!"#?65637272574/&'/ m+  ')#J 'G {1  1'# }  /  JR % %C  ='  *;\JN#!    o%  !!   !  !! !I"  !% '}%!  g#K1PX@wtNʭmhc_A  )'<@"wtN_ ʭmhcA   )'@*   Z   UM >Y@*xspa`^[VUTOJI:7210+%#3 +4'&'#"3676767630#"&#"#?676372767>7&'&'&/"'&?53232730#"#67674'&#'"'4?5323%!7+"3&#)"#?65637272574/&'36767>7654'&'" )'  *+  'G {1  1'# }  /  JR % %C ='  );]XJN#w m+  ')#;  '} !Z%  !!   !  !! !I"  !% '}%!  g!    o/=@B@? )4<bZUK >!36&5SF +>54'&#'#"?323273#"!2767675;#!#5763037676767 '; I >%'+'B2%hf =-  !  H 2T`#  !7@4 <bUM>  +"&732!"3267F!3$?'?w>kۉ)PZq V/fŅb˦ki{)m50@-5<ZUM >93<")"+327>76&'.'"637676767654'&/"?3!2#!#5=Vkqv#*Z?pM=+  '>Z5-{XLLbH?  !!  !Vw\VKr@J)#"@  U K =>Y@KKIF>;3*(2#'# +!#3�7637276767'"' 3&#7637276764.#'"57h8V Z (;^ >% K)<qL@' : E'Z # '' /N    ''@.'7/6@3(<UK=K >334$33+>2"6&+"?37#";2&#'76;267CR-FRh 1'J )Vq 2&Q'1/ hR:<')9--''Z/+''+/7 Uj\@Y(-O= <UK= M  >ZVe`VjZjTQNKJHGDC?:7321E5"+>32"& >2"654+"745?32?227?#";2&#""'"+'&#'76;26;267654+" D')/DR/CR-FRqJ'JAh  f: 'XpI'P:f  i@'1/1/sK Vq)::R99R:<')9dJ8 ''Z: ''+++/J;Z97 &9Bp@mT ` <9  U  K  =M >~}|{vutsolieb_[YUSRQPOKHEBATT%TS"+>32"6&+";267>32"&6&+";267>2"6&+"?32?2277276737#";2&#"#0#&#""'"'&#'76;267F')/DRk 1##Xq 2""10 C')/DQ/< 2Vq 21- CR-FRh 1'J@o n8Fz w?'Xq 1'P@x zE8n  q>'1/ hR:<')9--Z/++/)::R99u--Z/++/R:<')9--''Z/+''+/7H[Q@N60& T <U K=  K =  >YVSPMJFB?=#3;31c3+>2"6&+"?32723737#7676&+"'?37""'&+";2&#'76;267CR-FRh 1'JI{ _:"= Z5 '3 uK`B^ #_*Vq 2&Q'1/ hR:<')9--''! /B_X%)%jJ/+bZ/+''+/s0:@7 *<K=>%" 00 +#"?307""'&#"&?37#7676&D uL^A^!^ mE#; Z6 %7)%jJ/+b)'! /B_X'\W@T=B) U <U K = K =>ZWTQNKGDA><:C;34###+>2"6&#""'&#"&?37#7676&+"?32?737#";2&#'76;267CR-DQi 1]A^!^ mE#; Z6 %3 uL+Z0'Vs1'Q '1/ hR:<')9--jJ/+b)'! /B_X')'Z/+''+/#y@vdZ i; E< U  M  =K =>}|xurnkhecba`_[YXWVUQNK@=:7##4%SR+>2"6+";267>32"&6&+""'&#"&?37#7676&+"?32?22732?22737#";2&#""#0#'&#'76;267DR- CRiW XqX 1/ C')/DR.:1#^A^!^ mE#; Z6 %3 uL(? s=Aw u:'Xs1'P~}ywtsoli^[XUQOLJGDA@%TT%SS"!+>32"6&+";267>32"&6&+";267>32"6&+""'&#"&?37#7676&+"?32?22732?2277276737#";2&#"#0#&#""'"+'&#'76;267!F')/CRk 1##XqX"#1/ C')/DR.:1Xp 11- E')-FRh 1^A^!^ mE#; Z6 %3 uL!?  u7@o n8Fz w?'Xq 1'P@x zE8n  q>'1/ hR::R9--ZZ+/)::R99u--Z/++/R:<')9--jJ/+b)'! /B_X')'Z/+''+/7lul@iiP+wvvwutpoh`]ZUROLJGFB?<0-*'#! lk +"?6'&+"?37"32&#'76;26./&;2&#""'"'&#'76;2676&+"?327377>2"26?6'.+"3/X J0 ! b>7LJ 1:7 mGX8 hD/@  x='1/ q 1'J>|CR-FR)-XH 5#*Vq 270S''/J \,'' "!#@ ''+/J--'%1R:<')9 -L3/#Z/+-os_U@R\H+<b  K = K  >[YUSLJGDA>870-*'#! __ +"?6'&+"?37"32&#'76;26./."32&#'7632?6'.#"&?731X J0 `@ 7LJ /9: oEX : hDVw #91   70S''/J \,'' "!# B '#yH='%-oxz@wlX;<  bUK= K  >}zxwsrkiec\ZWTQNHG@=:7632.+($! oo +"?6'&+"?32?227?#";2&#""''&#'76;26./."32&#'7632?6'.#"&?7>2"6+";26731X J0 `@5F  n='Vs1'Q8\ "J+X : hDVw #91   CR-DQiX 7LJ /9:1/ 70S''Z/+'' "!# B '#yH='%1R:<')9Z/J \,+/-@$)mP <  bU !M=  K  >~zxqolifc]\UROLKHGDCA@?>=<852.+(%#"!  " +"?6'&+"?32?22732?22737#";2&#""'"+'&""''&#'76;26./."32&#'7632?6'.#"&?7>2"6+";267>32"6&+";26731X J0 `@3L u:=v t7'Xq 1'P=n  xv^ R'X : hDVw #91   DR- CRiW%7LJ /9:1/ 3F')/CRk 1Xs110 70S''Z/+'' "!# B '#yH='%1R:<')9Z/J \,+/R::R9--Z/++/+q!^@!b`=L >Y@ 333+76&#"'727673;2&#'76;26!- #o=6- 10P/1/X= 3 /+''+U@bM=M>Y$%$$!+%#"&7632#"&7<&#"3275')7!%+77f #{y} {V+/%%#E4ɤ\ /@+ ,@3b`b=M=M >Y@ /.$%"%" +%&#"327"&7676326&#"5727673327#f5}yZR#%u_O{%-`J= D#n=6-#F!:/yg^8{-:V? 3 `V:')/b[@X< I; \-<  b  ` M  = L >a^[XURLJGECBA?&333$337"+%6'";2&#'76;2676#";2&#'76;2676.#"7676;3>32632;2&#'76;26Z%=z\R 2&Q'1/ Z%ZbW' P'1/d +-G')fXPVˠVPR1'P'10׼DR))T/+''+/Z''+/98 9#ZXfJZ_V/+''+ +%9NK(PX@M =M >@UM >Y@97.,   +) >$3 6.#"676'&#"36sߒh3 9V:|dVXy#d#'VPbB  HZmϟ%C^u+9Vw{u7J-uه! [$511 4C{vH#+7@w@ @8K-PX@UM >@!ZZUM >YYWB56%++'3 6.#"6;2676&+"?63 #"&#67676'&'Z@vm  G#bZڝX\ ;>98 "@9'N8~Ƕ^{eM3 b'Lwo-[3wx1Q -27()kZ!?mN\i + )Fc\@ bONF*)@UM >Y@^\USB@75  +) >$7>76.'#.776?6'&#"3276?' 6.#"sߒh3 9V:F;lN %+ o3A T=d3+C ?emџ%E^wb 3Xsj3 Xy!dE]zBbB E+9Vw{u7J-Td+k)V1;!1 \3qAj+!'Ѧ  N5E{tF1o+Xb=o1Ϙf>5N ^7@4<bUN> + 732>76.# '676$325X qv@$%#$"+?32676&#"#".7>32#"LN%!enZTSŚ%%ݺXHD ) Rü  "+3!!#&'&'7676P+Z1a#%+!RBr RBk7^k/`R`/N3/\_7"+&'&'#7676737HP1LkkBh^k1dN0?=DP#;'H 5<3-R!X{Twt  "+%#6767!7!&'&'3P;J1a"-!%RHo TTX7^k?P\W+N3/^Rb=Z"+736767#&'&b=X5HjkL\^j=dN/@?N?+D#;43-R'X{Twy#"+&'&'3#67!#&'&'767673/) PVdbO h8TxV2R!Dp RN+[+fTX@fD_X/4M7jm9P1/\\Bk5`\V!# "+767673&'67#&'&'7bNqPuy-/>+P9fJ/ >;qBS'VD*=!O{u}NyZ(RfkymbR%\wTtu}P?RD/"+'6654'732+J}}C\D0'?-. )D\mT:$KHlVm;9 =2=D % B{ "+&'47'"'&'732767C 9JfLhH@fw=277HrBy#K):3!\-o#"+'676776767&'&'"+ZoLtD\+/:-/ +DTsV9L%Pdb^99-A=D!';3w#"+72&#"'676F :N``VG@hy7877HrBxL% 94!NL #"+!!+7!#&'&'767673!7Z zk%+!RBr RP+Z1a{ mkg/`R`/N3/\^Bk7^L #"+!&'&'3#6767!+7!7!7-!%RHo TP;J1aKZ z-{ m?P\W+N3/^RTX7^gkX)!$ "+!77$73&'67#.'7))?k-9:W:JTON-twddVEOb=>RdmmdR 0?PTb-TyPNL0"+!&'&'3#67!+7!#&'&'767673!7/) PVdbO h8TX Z{vV2R!Dp RN+[+f{ mX@fD_X/4M7jgm9P1/\\Bk5`3-   "+767673!3wnmR/H3NHpkT "+%!#&'&'wR1P`TP\RkuΏTP13-  "+7!&'3?R1PfNP\/kuΚIP1T  "+#67!7wnyRuRH3NPpk   "+767673!#67!79wnyR7urwPt/H3NPpkH3NPpk   "+%!#&'&'7!&'3wR1P`TP\?R1PfNP\RkuΏTP1%kuΚIP1L*"+!!!!!+7!#&'&'767673!75T;'=XZx RBr RPj=5H5TV #hm#F?/N3/\^N  ; # "+!67&')!!&53#67!+7!#&'&'767673!7VH+'7V:(>D+PVf^P o)QA)Z RHn ^PjV/;H7J4SR#]T#//P+-^;N)N1/#T^Lw/!"+!67&'!!&'3#07>7!+7!7%!7%7ZV3;'PRHn TP&Z'R+5TL )1U+N3/^R0kj "+!!!#&'&'7676735T;'' RBr RP h5H5TmF?/N3/\^JL"+ #&'#767673"jl#ALZmX)j?^T/@=q51KL5*R+TRwyyPw "+!7%67&'!7%&'3#07>{/V3;'RHn TP'1kR+5Tj1U+N3/^R/dJ+"+7367367#&'&'72^j13DbhmGL7dN/@;s-@G:'"R#X{TvoP  )'"+!67&'%!&53#67!#&'&'7676737V:(VH+'R+PVf^P o)QA RHn ^P7J4SV/;Hf]T#//P+-^;N)N1/#T^=u )""+&'67 63#&'&'7767673&33G_F"LRwr4/9.J1?7`?dN/@=o)%/?D=9F98{JPywuUw\(R!f%R+ZyP{u{O9 "+ '6654'7327"P7\J^+R_)+-4 )BXoV-+?K^TgL#JA;33>5L % :h"+#"''&'732767&''61=1<B;H1m3<7C:` K#<3 H7Ic,ZV "+76767767&'&'"'2\a?h*^/)++- )HTtT-+/LRhPNL=9J=1=D!'9FZ{"+%632&#"'676?=1-BP;;AG1{957F'9+ RL; 2#P73b/L-  "+!#3!3 !F%ۚV6{- G "+".76>3 #&#"2733R])##yy? ]^ݓ_Lۜw- )#"+"327&'2>.#"#"&7>32#"&76$sYRqBDGS@o 90q2#!&V9mNq{d)J3HˠH "+!7!!7!!7ZRFm\#\/ "+!'7#73#7!!7!73![EM(ZlWFJJFnRm\\Xw`' ' "+"&&76327#"''%3276&'d'T`cug /wg=jeV1Zj>Ug\)BP=τCc9 QbH"T4%'%yF "+ !30#!"&747Xw  J1 "+%!0&543!3D%A /ىG !"+)"3!!"!!3!^6ì7+ ş@ZZts\/ & "!"+)"''7&76;73#3!3!%!#"MEfEf"/WEJ.U.3@}bh喬7D'Ytdsr )r{{Tu"+% !3#!!;\JLȦ'/u\{}}qodn/7!7!4.+7LH]ɦ&2tZunodo/+J8o3/; L=J=;7: +<7H+=; --' }+-%%X--%'#7+-%%)/3*+/"+.#!!2>7!727-J5->1bF%+'+' 5D !P\Ec? -''!^/ "+!7 dd%!  "+#!7!3!!7!FdCcEeFbl+debe1g! "+>32#"&!!#!7!3E)'1D+-,.cDfFbHd1)<326&7>32>32#"#".'#"&7>(.RN+!'f#-B B+%D 1BS+ +## J7#?k!-%Z+w!.EY>J =3%"A{;"'5;o-  "+6&#"26%>2"&+ 7@=Z 9{\`!`^7_Z<9XZ9Tyyyy{X "+"&7>32N11 P-)7 N{?--DA0-?-  "+ '%73 kXf#%>Hybu P- ;$ "+ '%736#"#".7>32#"&7>3232676.#"7> kXfT%O 1uPP s;V|=t 'I1y 3<"%H`#%>Hybu PR%#;'h?:R9\Rh-%L\5@1 O- 5' "+ '%733#;2&'747326?!'73767632 kXf+qh! V9} 9F +#%>Hybu PHd )+fT +j} , $"+.#"326%6&#"3267#"#"&7>3232=!T^UfHQiF>w\}׌^iys/ufdq9jǕJ}hn"+3!!1eVJ#"+#3Zr[#s}# "+##33Z}T{[V#0:J#"+#3#3JZrZZr[#ss# "+##'33yTZOqZUTZ}Zb&MHtm"+ #3#BcHVcu"+%3#3eVcfs"+3#>32#>&#"eV:gsTdV^d&hH}υNjn"+3#"&4733267dT232TZ-6>%#1R@tP7:BBCXX!1'!/Dp=z7+#3H% "+>2">2"&?LZ3NZ JZ6 JZ3Z??Z@R/@@/-@@ "+>323267#"'&'Z/Z`)5-1O#9URr1hADDE dwDBRA"+>323267#"''&"'Z.TI0"5-1O#2;JD<391h<DE dw+b,RA)q  "+>327267#"'&#"!7!7)Z3X^+5-%ZT:7WX391fDBCFLj-ADTBTdddd%-" "+7>323267#"'&"'>323267#"'&")Z/\Z-5-/R#9TZ19/F'Z-_\+5-/R#5XR89fCBDEbwDBTA-fADDE dwDBQ%92"+7>327&"'>323267#"'3267#"'.#'&")Z&2NN89/'Z-_ J5-/R#',NP,5-/R#9TG$ 9/f ?RAfA DE dw:DEbwDyTA'/^   "+&''67!7!7't/5h#P}^ZqHZ_`-dddd/"+!!!'!7!7!7!/SUGJRJddl{ddB "+!7!7!7BZZZZZZB "+!!!!!'!7!7!7!7!7!BE_D9G,DuE^JZZZ+ZZZtRV  "+?!7\X``g%`!dV  "+?!%775``f`g;  "+7 7\V\Xg#b!df"c fq99  "+%77-77;fafd`gL "+%'%7%7 C)G"Luf}cDfvv\"+%'7%7'7V~pI0J`Mfwb>YgR"+?!7%7%7%!!'7 wLDh#FG8=`~`Rdag`kViR "+?377%7%7!!'7%'L%iL8 _FG8%(`Vgcf8z``kdOX}+ "+%!".7>3!! 3Kh-eoN5VNsmGV{`X8+ "+7!2#!7! 6&#h-emL{5VKsmEVyo} "+%!'7.7>;73### d}Hq<`^;/ eooIbU&5V#6RoImGV'~`oA "+7!37+'7#733 6&nJdDh_0em}Hp&U~{5V5R{SmEV'\} @  "+ 7632!6&>7!!!#%=J@@ &A 'G  /*L\}   "+ 7632%!6&#" 67#%=J: !+  ގŽ^} @  "+$ '&76 %%&$6''%9jmJvkU3b/=iVd/@ypSgeR`gf^}   "+$ '&76 $&$6'9jmJvEFw]\#HDyn[[Z n "+"&7>32R11R-)5NA-+DBZA ' " "+"&7>32!"&7>32%#"&547>3214 P.+5 L312 P-)7 NN-+1R-$4A-+DB--AA-+DB--An-A3' +D4& + "+! ! C}@BzFu"+ #3#-b!Vb+Gf5"+#!!omT%Z1"+37%2"&#" )Z+5=J1T;V1'!/Ay"+ #"&7>3232P79 ?#!DX;i=|7)%1HL<o"+'&/7672wJ#%7c5Tu%j# *NM'm"+7'&'63"'6)J"%7b6T%j[ ׸VMNS3"+!7#"&733267j!ŧ9NggyyDdgAq"+!!pqq"+!%!!p+FZLq"+%!^L%ZLq"+%! ^uL%{"+&2"+ &{2urZHo"+!Z/oZLq"+! Z/uuq}Z"+_Z"+ {_t;J'"+ ;ooo;I&"+  no nd!) &  "+$7654'&#"7632"'4632#"&z}a{yy6ˋō}zVX{zYVz}{|x{ŋTX{{XV{{o"+ fi;=!d! "+$7654'&#"7632"'z}a{yy6ˋō}{|x{ŋd! "+67632"'dˋōŋd! "+0027654'&7632"'B{ypˋōh{{|ŋd! "+%050"#"'&76$B~yx|Ǐ|}ˌd!  "+0#0! 762#"'&'476{}XVˋŋϲ}{yˋÏd!  "+030!4'&#""'&'476 }yɍyy{oǏɉd!  "+$765!"7632"'z}a{Vy6ˋō}{x{ŋd! "+$7654'&#"$7632"'z}a{yFxˋō}{|VŋdB"+0"'&76BŏCu "+02ˈP  "+%!!%uo Pck#Azif_WG"+%4.'"632676>32&747'"&#"632#"32#"'32673&547#"&%#"'3>54&'27&#"#"&' >32737%%'&'."72654&"&547632>32#"&#3>54&'&'&'&#" 32>7676767674%#63232632#"&'"'&5472674'"'&=#"/#"&54;."32>54'62&5#"'>324>7#"'654#"326767#"'&54632763262674'''3%5Xb:DhJ1+Kd3R/7DQP#)=P5?5#)baJ-2L|: 681lBYn58B;=:Dc^_{G{Hyfm{q7Re/SO.r<TruR(V>=6fXXJA%#R`3F 5%BEF !&' #3' )fd>F=R$^F=B:f1M?<;-m !''!LD~=*67' sF;ZN-'56X!-%5!5  #\w!'Pr!)I+13) \' 9J1.30-939# 4PDT 9+ '%9;0= !!?;7o!$ +/C6/? --% B+#l#'#- +!!#1^EM GF:+"+327#0#%5&54675%632&'"%#"'.'&547327>32432#t. H/-<)=Fh]5L+Dυ?ZJ^eXZL '#Th/ )r97=0)-;=BmZk$1H)$5>1X,9`d@gdbI?6.# "+"32$54'#"&%4!"#; 2654#74#"326'2654&#"#237&547#"75#"'5327'7%726323 +#"'5#".##%{!?KN5L;_'!b5{FH-J'.5m';4"#PCI7|GDa>N q7$HK\3YSb#5VH9=jJw^)V%F3fR')%^DZ1XR1Hg5#+-1h`FA)/  3gMPR}+1+L q =Pn#)6%%!?#!5HZ:+1+c Fm- ^ "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e`)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  f $0 @ *% "+3264&#"462"2654#"32 532/!/0 /B//B{%m<\Xa^TB//B-fA--A/ͤx:Nv:\Z}(08Y@B951/+&!"+7/232'"'#"&5''>4632#"$462"  6 5467&'73'723>7325  V! $?%F#6E))GG͛-P3)5// # 4-^XV'9F#V '#-)--)H ! w-= `D)}"*2P@I3/+)% "+%7'0#0527#"&5'&'74632#"$462"  6 5467&'6732?3675 oC)1X?%R>,!E))GGǙ/+/ 05)3R0TO4hXDF#Dn9;-)--)H #9d3=-ϲw '}0BF@ FC:4) "+264&"3264&#" 5467&'6732637367%"&'32?67' )!!) hǙ5+/05)3R0/;F ,=S%?Z1)Cq b----o #;b3=-ϲw ';9oD#FDWh8I;&"+"3267654&#7&''7&547#7367'76?373#'# ! R'R-1+uVEY}%R%V0/1oXF\͑/!wΐ-#u;Uq9sTh'Top7&5473326733##7#73"3267654&3 } fngmPV '9?a6'# #169T/b`X6-`31^^͏/#uΒ#+uf*%"+"3267654&.5476323##7#73)# # +Bè '9?a6͏/#uΒ#+u16ʔ31^^d*%"+%267654&#"#"&5476?#73733#D# ! t +ê ';B^37͒/"uϑ-!w51˓32__!1)""+#"&547632'>7'&547"3267654&Z) +AP/V+כ'X}# ! 13 ^%E-TTsZ5BFV3ϒ-#uϏ-#uV?)"+"#"&547>32!257'6'"=7>;27>7674&}LE 3'%ʉsr!Rj+y }VX  ' TT^<7++!^HM1 7 ! @% + !%ŃXXfH7"+732+>32'&7476767654&#"'#"7>;f/+-N5Ib ^)RF o G-w )w47Xf^2uă#'VRL\-#o 9P?%%"FuIYVN5 "+654+"?37373307#"32&###"&54767##'76;273267654&#"` H9bT-B Tb:qaJ:_hmRFh!i\:o0&-J+)/L ='Xd'Z='>b XbMB%m%Z '/D7#1D-=%"+#7#73?$47654#"'7654#"'&#"$27&#"3`?c8!m'BA))# UDNG3QJ!"D'^^)mBi`R%RL!'dB;^d}Z$ "+674&+?> %''%32gHg-q'3Tf$g-#LKH# J +wm)#!44"+#"'&747>3 3>>2'67674&#" hmnJw #1k !{5-]с v4fw >9L7}d11T\`T17}ʼnk!-~3!FLG@f .>6/&"+./&#7323276?673#"#"&547>2$7654&#"FH#5i:L%(:9qmOTTZ7jyBNtX /ʬ!ϧ# % !ZkRalo+++-mlaRda!w3:ߤ+=ۚ3%}٠#3}Rw "+%62#"'&'7! %$ 76)fbVuxSuvymヅ`V # +cJJc-&`NN`(;1'@P @ HA1("+2! %?!27&547>"3267654&"&547>7$! $!"'267654&#"o)59>ۜl^`NX^ o g33 5ݜt\bL\^)f-+D;N#!TZH`y^J^k%`E'F7654&#"#"&547>32&5476$32"3267654&3)u%bw1!bk# {51o3!7 'T DX\LVZB37f'iVV- {{d@`]XN'Ņm+#fR!-̒-#}ZJX{\H^oDENLF5"+%'654''654'?06?6?6?&''6767654'6674'ђ ja1%Rl7@L?uJ4PH1JaB+{ q?yY@%S3F@%FH;NGJt%^%a uS!݃K#u~PL/-\gX=C+L9\^L/)g BIH9su ="+7"505>3!2#"547>3!&7476$32!2#!7674654&#"-1-CB#X/!#'sVhR#u 0#7^3VOڞ})"ho 8f;, Vyk#d4fF! "+?6?6?32?'73274/&547654''654''674\`0'Vg-Ly') )+)/9Fhh^ZiZJo''}qN`B;1HB&4D # JZx=OZJ9c@%D1%H@%7VHPTf"+&547'''7"'772T] !gC;d{1wh$hdT5+Dh]RRgR)V%y;GE@."+'654'.'7?>32#"'+73267&547&654&#"26q7]- ,9Hl  9Pdfs yRJN8j3!!?32%>%672'&"0"/&#"0"/&#"672%672%>'&"#"/&#"#"/&#"g+ b%  xhb ^ `jd+d%yib \ ^ Ϯ  7    7  (("+&547#'#73654'73%73#!œ?F GV^MRTVMSƅ  >^:;98% ^TVL}""+"!5674&#"#"&77#".h?dh%2+iJXhdm^Jf+/u++?@>K>ouju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ767674654#"7672#"?>"67>32"547>7>32'7;/#"&#"2767#""&5476!2>7654'7#"  CfS<\%#7LJ7 +/B,'  8+?[ :'?  J=fx8+ # /  %,Z32>7"7674.'.54763"3267654A;JRBZ}J?Rj +5H )!-B /Y 5'-\ P<PpRAPf 懰Pg!M-m))X93H%@ #5 !L3 );E:Zf /] @ I7% "+67654'3267654&#""327&54767&.5476326323##7#737&'3##7#73b b [Nn! oh1 '# oj1 %I +BÜ_ '9@`5/sMuy9?a6\#+P;bw/#L?Β-!u=Ri31͏/#u?Tf16{=16ZZʔ31^^HJ^^J,Zl@ b[F/% "+&547632'>74653267674&#"%#"&'#"&547632'>767'&547"32767>7.+ )4N1V+^\ u ##))5 +AP/V+כ''X# %  !`X5BFNZ)H-b -b fhϒ-"u%>13 ^%E-TTZbj7{} df5DDT;Fϒ-#u&5d <7!"+"3267654&.547632'>7'&7473##7#73# }# +@H7V-י'X)ߪ3/`% Ȓ-%uӑ')sƉ7+Z)G-TT}sZ3DCX/D`` Pck#Azie_WG"+267#"'4654'#"'254'727#"'4326?67&'.#"'432&#"654&#672472.#654&%&#"32632 #"'.'&'.54767#57'5&54>767672>7&#"27"'47&'#"&546323&54>7#6727 &"&'.'3&="&#"#"&5463267&5432'#"&=632632&54632+27654&#""&54654'672#"'674&546323254'&#"32#"547#"'#"'546&'3%5Yb:hJ1+Ld4R/7DRP#(=Q5?6%)b`J-1L|.9 591mAX57B;=9F^^{HHyfm{q7Re/SO.s;TrtR)V=>5fYXJA%#R`3F5%A FF !''!#3' )ed>F=R%^==B9e2M?=;-m !&' LD~=*58' sF;ZN-'56X!-%5!5  #]w!'Pr!(J+14) ]' 9J0-3/-91>N-%7R#%# ?!u-/IbPC')f B1-;+\!/!;+HN}y%'B? :W5RaN)+t97-')oCF/B!2-Eh@l, QG+-J\ Be>716fh}%F7# =\"6+( 9m- 3XK~'D19D^;;4!\#d!TXD2,99kd"-+6%u'!=9# 4PDS 9+ '%9;0= " !?;7o!$ +/D5/? --% B+#l$'"- +!!#qf  "+ # !!!q\u-qjX[f "+3#%!!7!!ot\rn}p-\jX[jo"+'&/7672wJ#%7c5Tu%j# *NM'm"+7'&'63"'6)J"%7b6T%j[ ׸VMNS)#-;w @'  dSK =K >Y@;;3/U5 +!!!;26&#!"&6?>7#737#736&/&67327ZAP(${#T#5`=@=9 T8&@7b US = K  =M>Y@..*)('%""$+#3#32672'"547#737#73654/"'7672IX+}VM=+? lGoPPmB5#Z-XPP?'9 1 *R#-Ds@?%D0(@ dVUK >Y@ )U6&)I"+>326&/&67327267#"';26&#!"&6?>7&#"'ZC&@1IS  UM =  K >Y@FEDC@<960.$"!$" +#3 674#"#737654&/"?32632#"'2&#"'7637>7%4#f'= bH!!,L k+lM!HzVKPX@7 Zb  U M =M=M>KPX@1b  U M =M=M>K(PX@.b  UQ M =M>@4 Zb  UQ M =M>YYYY@PNLJ"+C,'#% +%3267632#"'&'4&547654+"?6763 ;#"&'&#%67654'&#"36-!!-9%!sC\H? !1 @5ô3[BLI5\+1Vu V1?sDvhq ^!%-YV! q/% hJj'#u3])`P`w#/Z9H9.&.7K1PX@1/.  <@1/.  K!PX@.  be== M=N>K1PX@.d  be= M=N>@8d  be= M=N=M>YYY@ 42"'&"& +23272'"74?''"'"&?&74327326767 7&#"1ou#PZTǔ`1jyZ5og91K9 =B/mbm!\-CVBgv:T 4Jۊ;ZN'}2@ %KPX@/db=M =M=>K!PX@/dbe=M =M>@/ddbeM =M>YYY@21$#%% +7>323#23272#"&547"&7#"54767 !R?13q%3H31Yh 1ofP%#7w\ </d:'\v(6%ZO !o+YK1PX@ F/<@ F/K1PX@-   U  SCM >@.   U  SOM >YY@#YYWVSPKHEDCA>;7641.-#53#43+0/76;27!32�'76;27654'#"?30%+"!654'#"?30%+";2#.5qgbga7P5q`5 P5qPPb6P 7q=!/)'Z =''Z ?''ZZ?''Z) /5%IK1PX@ 4<@ 4 K1PX@6  b  `  D = M = N >@7  b  ` O = M =N >YY@IIGFA>7532/.3#5%3+%0'76;27674#"32�'76;27654#"?27673632;2#.'V`cmtH'P&Z )D #oB2.Ӻb >! 7)i'ZR-u5''Z 1!9 3E?dQ%+7++_@2O9 [@$  UC M >Y@__]\VSKHFCA>74#53#;2+%076;27054'32�'76;27654'#"?30%+"676&+"?37+" 32#.b +-!Ra7P5q`5 P5qbH ! ^J/!-N%!1 0)o- 2u` =''Z ?''Z3 ++9z77%Z@< I2  @7  b  `D =  K = N >Y@ZZVUPMEB@=;8103#;2+%076;27654'32�'76;27654#"?27673676.+"5737#"32#4./  '13H'P&Z )D #oB2.T' H ;#/)R%! 7)%F- #Mt7''Z 1; 3-9--8T;FV9X5V/@<:K PX@YM =M >K(PX@eM =M >@eUM >YY@-,)% // +)"50567676&#!"'3!27!32#.# d6y64f-=;5#/)uT\A1H5#g@ <:K PX@YM=M >@eM=M >Y@!  ## +)"70747!"'3!2!2#.)bD7c53/#/ 9)_!Pw 8  373MC@@GEDB$#<M=K=>>=8530.,MM +">7654&'2767654'#"?37#'&5'67&547>R%D 1-' 5<3Y//$=#!3!  jD !$-;E17Zm- ^G:3!%"!5- #GJ%+mf3-) +)>-)).#3$="='%3Nn+?}@ :&@*b UU=K >Y@ ?<35334$&%! +!26?6732#"=4&#!32&#'76;27654'#"?3%+"XR!31 I 3L%1ia7P5q`5 P5qV+/= '@/+ =''Z ?'';sBL@I< <bbUM=  K >A>;84%'%"3#3 +654+"?307#"326?6732#"5754&+32&#'76;27sJ'H 'V534JL%-DH'Q 'Z5''Z+1; >^%;? )%7''Z#+6=,@eM>Y53%# +>767>7632#".546767654'"StF8 (J;35tDEJ^ }=B{{Z9f%NX^++#V\V8oSRw:977632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?L '`mea2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654"߲-9g`9/ +1JTCoP+݋V1;e5+!+!l@Xdm{s/!?P 4''1{޼eɔMqh<`Jw/^@uS5w^5##J=qÃGZ7235PX1HHn`qn#+ 87!Vm8\PZ`8H{LN>do}wqJ"+'.7>676'&'&'&'&'&'.7>.'67>.'&767.'.67>&676'.Tq(()EB 1O3'3EjC'sk}L&M^H-.z&.>9Q<#!nZc/dž0[ /MPH5+'@$APʪsZa7EVvtk T^6U*'1-AGY/j8#6q)-  7` SI3 '+; Od.9 1Jl= !G& N_P $ ]aX#BL Z/)Ed,tQ9g ;^je_-"+".54632&'&'"32>7#"&547"'>7.4632&#"327623254&#"&54632#"''27675&#"%?jݕ}3%(4 PB#3o{jgZ=o!+#+3d32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h3!]-5!Xoi)T}J!  !7'ju+@+?IN!x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde>!#P+:"+327#"7!''54;2654+"=73%+";26=732#'HJ$u>?)o7P5q3-ZVu/ydX9%'#8Z''Z"/7V`') ) #P Z:E[ 2>[;AZF;5 }jNH@; "+327#"7!''54;2654+"=73%+";26=732#3254&#"#"&54632#!32%4&#";2&#'54;254"'676;3632;2&#'54;2462"&;2&#'54;254#"'676;4#"'676733632#"'&#";2&#'547323274&#"'"&54632#!32%32654&#"632#"''654#"5'27674632#"&;2&#'5473254#"'67673'HJ$u>?)o7P5q3-ZVu/?)!/'=R}wy^oZmDZ#-RR6 N1 5 R-\mN76 T/y 5-#1##1#w5 T1 5!R/ L3 NAF5! /5% `/3 >)1%>Pwx^mZjFX9T\Q:J3BVT}fN1%%'='t#"##u5 T/3P/ ydX9%'#8Z''Z"/7V`') )NAHon^\% F9]5  54L!  mmd_5  "###5  51L#  R1L#  oo:1 B5  7NBHmoa\'n\|6Dl/+EgX ##""5  53J  %# "+&'&#""'>327654&54632"' #P!-L'!>=--)7'!F q- iNTRT$)D5u>522( "+&'&""'>327632654&5432#"'"&'  #P!-K'!39^95I-:y#{!# F q-^X-4uf\fDZ)FD3d9-+5!.4"+#"'&#"32676'4&#"'.#"32632F4C8A3S(R]wA)!--/>*%}m I+Ho[q:"+'Q3F/#'V?Q;T=@ (* "+%67>54'&5432#"'&"&'>32p #]>\+ _k8%/.EfC+V5@5# :173}S@:ALaY G3GAbqK}03 Ys . -# "+"&'&32>766#"''7&327%KZY" M!c9^#9:'L`76'&"'&732%KZY"D?9^#9:L_sD?%!7)D`76"&7$7252l *R sX*5/{  /{; /  / @ww3#F )V0"+>32!2676&#!>?676&#"#"&#TVR?d _5L/%#KX@{#SCbo J&fJRE<+VobsN//3.u: "+""&7>32#"&7>3232>7!"7>76&#O\ I!۽=1uj'Ѷb ?/ !MaQ3;#ML;j.NPB_V:O:.5 ?`BV\]-'"+)2+3&#"&67676?!"563w9/%/*  Vj m $o;@%ux!.## /  / /V* "+6&#"327#"'632#"&7>32326`g}qbs 9{VBiXo%\ 75#Z1N  !ݜ_;-B!   '# "+326764&#"'632#".7676% /\lN^X_-e^Hm\3X`3nuSM𴨠9m,FV@n{}mQ'F= "+"'67633!27'1'5N#V/'PL HRMO9 #. *$ "+"676&#"&76767'&7>322676/Vpz5Bdy%Jj-!֔ZR%ucI{\'yzNiX/X`ۥi97!qyil:}{'# "+676&#"32#"&7>32&76 /\lN XC_.e_Hm]3X`15 VSM𴨠'f]A-FV@nzR(G dd5*"+73632'#"!!!!32>72'"7#736767DVMVu'#F1 ==~N}Z;!#?Lq D ZBHÏZ!\/_V? \))_)"+%&#"&67>?!"?6;7!"?6;'.#"?327+"676&+"?327"32'#!2+2l 7? oI  -  - ,#!-/L +sJA 3;5  1  1{; /  / <{+ +"B;'%!#P''%4G'-+PS-&"+#"&7>32326&'&67327pTDq~)Z J )X5w M) \D/R5X=19#%{;43 =f%  "+732654.#"4632#"&7#Pl$%HrkoJfuXcHBa1;ByVd{%  "+"32676&'2#"76!!oy#avײ%'ɼ%#%1ͣѳR {{! "+%>.#"&7$72&#"&67>ZL 'sT M1m *= oI)1 $; h|i{; /  / <hs""+%26?&#!"'%>76&#"&'>32XT;4$' H1Bp݇) t;CW1 +σsq'Q< /נXPV V}yd+f: "+""&7>32#"&7>3232>7!"7>76&J#P\ L!޼>1uj'Ѹb >/  !N`R3;#K;L;j-NPB`V9P:.5?aAV\\Fw-'"+)2+3&#"&67>?!"56;y7/%%3  Vj 1B$o=?%s!-)-  /  / )!Vq+ "+%6&#"327"'632#"&7>32326?`f{qbu <{V?jXn%\ 65#Z#1N  !ޛ^<-B  ($ "+32676.#"'672#".7676% /^mN XD].d_Hl\3Xa1otSL𴨠'f\B,FV@n{}mQ'G "+"'67633!27''5N#V0&RL RNP48 #. *$ "+"676&#"&76767'&7>322676/Vpy6Ad{%Lg+!֔ZR%ucI{\'yzNiX/X`ۥi;5!qyil:}{y '# "+%676&#"3#"&7>32&76 /\lN^X^.d]Hl\3Y`3o SN𳨟9l,FV?o{}lR'G TX!)^ @ @3$" "+>32#"&546%>32#"&54!#2&#"'763>76322&#"'7637654'!"B'!+@'!-@'!+@'#+>VTJ7q#H^5+%8;Yq9d3g9'5)! '5+  %7+'7-! N"^1''>X)J!;6''= [#N!1A @ <4)" "+>32#"&546%>32#"&54"32654&!"547!2B'!*?'!-@'!+?'#+9Ҝ5p;a; '5)! '6+! %7+'8+# ZQ> n_ JQ/JN!h 5" "+>32#"&546%>32#"&54".547654&/"?327#2>7654&/"?327#A'!+@'!,?'!+@&!-)3_gL0+23@D3=8 y8R`\H u+06!3=:o9'5)! '6+! %7+'8+# 2MUAN '',+=pIf@\xRX ''.-_U%"+#"&5463232676?+ #"&546323267> 76#"5476?>3267632#"&54&'&#"32632'"&54632326767654'&&'.#";6N\a\%'88'64+"? 76#"5476?76726722?632#"&#"3272#"&'.'&#"#"54>7>0:ZQX" 0"?767#"5476?>7672#"'&#"!7>323#3272#"&547! #"&546323260%5 1%Y<+FO^)!HB5'/) !Ry3q%3H32}N"?32#"&4654#"32672+@ m0IQfdD%67j/% F!    'Cfi=Y3?J TCF=ZN=ANd) ?+V}3%BLCOÓ?'9 1 *R?FH+;_ +7? b`r*$! B*7;bVTAO#E6'%7'5!N݉B/QLn:cD;"+%#"547654/"57672>3232672#"547654&#""'&5467>32#"&4654#"32672) T+@ m|YNN'# T#N"%5d5F=ZN=ANd) ?+V}3%BLCOÓ>!(7l?'9 1 *Rԙl'tb#<+#C1GV3-bVTAO#E6'%7'5!N݉B/QLnB}F5"+3#3272#"547!27#"547#"5476?>32!7>32o1w%=FdAy'Bf 7D{ 1m !R !Ro <q'hj^+y1R'?T HW~3i !fR##7s\fR##7w c9)"+6&#"#"&4654#"32672#"'&5467>7&54>323#3272#"&547#"5476?>76"M/yX2>#,?+V}3%BLCOiF=ZN9B-yy3q%3H31} 1m 1#ER9N( (7(%7'5!N݉B/QLnbVT>M5Jv`v\ <d:'\v(6)- !f;18B ?942$ "+%27#"&'#"&76%76'&"#"7>32632!6&#"327%+!N\ys5a)-)y 8$P/ %u}!XHf%KJHVo`7/9hT/<35-)\X}gۓk55c!E7^- D,jz rkR8"+327#"'$#"'6767&547!26732672#"54?'#"&5476'4#""'632326?>32"32654&5mڔ0:'!JX68; 6y YsN'# L#}o;NZX%# J+Y=H}; %V 9Ҝ5\q%\mb(''/d%JQ/JM$!Z c-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7!ZQ> n_^^"+!2672>3232672#"547654&#"#"747654#!"&#"&6?>76&+""'67;/nYNO&# T#N#%5eN T+5/ ';FP=@=7 !(7l?')#3/)-',-/!Jec =:("+276&#"'>76&#";"7"?67>?>32#&7+\b!!wN5% #=Jq '$+  dg }FhP&ryno T -Nh9Zdl1V=')!ZAǐ{wT0F;&" "+2'>54&#"'6&#"'767>qyQ a uL-1/`t !Z \-F}^E1JP^L2R9/0l= ZS"+326767#7267>32#"&5463232654.'.547>54&#""&4632? )3g%Gkq1I fnc3h^3BT#TPju5`F}VhZ>\5BThD5khO2"+'.#"#"?!27654&'.5476$32'.#"#"?!27654&'.5476$32?-ZD`;XV-X6 >-ZP@[`3 j@-ZD`;WV.X5 =,YP@[`3 j!9;NP's^d7QlB#*u*"Un( :UnA!#>!9;NP's^d7QlB#*u*"Un( :UnA!#>#ZXb\YS"+>32767654&#"463232>7&#"#"747>3232754&=62#"'#"&54&'"N5'/>-y^/2DLHqȐrDV`=48DsDZA#3D"P)`9bju; F%"M:`u+#%Z`hTVR#- 3H\{<9 < L foZ!@7q )X-2:43 "+;2�'7632763232&#'74;2705'!&%#3 H %  V; -9x *1d< #N 'k=P ++ X 33=( ++ +; ; = 8' "+327654#" 3 7674&#6;267654+"?3263 #"&#@%`)RPw2yu //) H1 >5 jFBJ٬)P\= ')11;k-#oD!"+"&547632;54&#"32673 /TX 5}u3dZ ^ޡ+:#%Z jL7DT!b[;!2.&"+76;27654+"?632#"&#'%3267654&#"F /RH/F \`FD\+FG+]' +ߪ15`+ \=#;E1"+.+"326?6;2#"'54+;267!''76;27654+"&?76F;;B)' #+# AN3Vn14Hc  /T F1˕J5DJ1#+  %i .? !i^`- B /-;C7!"+326?6;2#"'54+;2&#'76;27654+"'&?7!54&+"?)' #)# AJL) @  )X H1Ǐ89B<H#+ %g .? + ++ @)-V Fpq6 "+4654+"?7#"#"&54763232754"327mN)=  H #ż 5Z9! 8) ojL - && ?Ǥ7:'#?V=DW" "+%!;2�'74;274654+"?37+"!654+"?307+";2�'74;6qIJL+ @ )VL+ @)V=;N) >  +X L+ = +Wy\+ ++ @ - )) @" - )) @@ + ++ B) "+32�'76;27654+"&?37+"J)@  +VL)@ +X7N7 ++ L --+ f& "+2654+"5?307+"#"74762JuQK< @ X =XVw - ++ @rHT JH LX9 "+67654'"5?307#";2+7654'.'32&#'74;27654+"&?37+">?J'> : ?XNH#C   z.)BH u? +VL( ? X 1! -- !?91-7 ++ L --+ B;u,"+%"#'76;2674654+"?37+";27! !\H  -3% L+ @)V1ǁM6Do+ '- )) B8 #)E$"+ #"' 32&#'763267654&#"5?%#"32&#'76;27^1 %3 ^@=3+7 J&P)7 u= )=J) ++ #<  +'%'R) ++ D;\A("+"'&#"32�'76;267&#"&?327654+"5?37+")'ujE+  }? +-5 T  iF+ : +W7-1H? ++ 6"L'}/5D +- "+"3267674#"&547632Z-'/ /PӰR=VCǦ5>)Ӫ2; 7."+27654#"4654&#"5723263 #"';2&#'76;6Z)`/ \/F #)-V-=L) @  )Vo\/ 1w+ ++ =8 "+"3267654#"'3267#".'.#"&'6?.547632F-'/ $qV"D+!Z%w3T)!"F)d`s7 /PҰR=VCV'{! /' `)5>)Ӫ2; H*"+654&#"32654#"573263 3#".=4'#;2&#'76;2DNR\3LP}q {X%/_3F819:-?$FL @  )X)9.\/1Z N5%131%;# - ++ ZN2."+054&"#"&#"6?327654&'&547>323N5uuȇ^. 9uZ*a\w`ZfXAdFR# Xyt!FR#V u50$ "+#";2�'74;27654+"'6733!273.TN J+ = +X AiBK;3%$301 1%9.uHL+ ++ @-RwhesV>"+"&547674+"?37+"72>7654+"5?37+"3y fL%> +V\0;fNyF7 ZL+ @  %-)T-y3/ - ++ BF^-R8F/?mR= - ++ !!q. "+674+"'?307#"#"'.#"5?37+"H  = =:+101  /+ @ Vs1# ++ +-RR -- 1V "+"'&+"5?307+"676/&#"5?307+"67054+"?307#"#"'&#")u 9R<#+g V X@ /+ d 0+yC X+J/9? H)PP +) w%PB ++ -  +- HRR)#'kA"+.#"&?3273+"?676&+"&?2327#"32&#'76;276'&#";&#'76;27676'j%&-  NVb >' !1 Z5 /D1+7 Zs  &5  RH''7-+  -! -- /1+- )  +- L%C: "+%&'"&?2327+"676&+"?2327+";2&#'76;6@N --+ /   LA"96?L+ >  )Xy#?+- !G# -+ @k + ++ ??'"+"'6733!623!26?!"547676&#y\5=10HM/5('T\;'3Z#fy/GZ<c +"+!"747>3!21).3 8-d ?G A@% "+#"/7632;2&#'7632763232&#'74;2705'!&%#3}[ #HG H %  V; -9x *1d< #N 'k=`(/ ++ X 33=( ++ +; -X ?G A@%"+632#"&767;2&#'7632763232&#'74;2705'!&%#3 ?(/  H %  V; -9x *1d< #N 'k=T/' $ ++ X 33=( ++ +; -5 =E ?>#"+&''67;2�'7632763232&#'74;2705'!&%#3\-l1{8m#T H %  V; -9x *1d< #N 'k=5mkN]\c ++ X 33=( ++ +; -EM GF,!"+267"'&#"'>32;2&#'7632763232&#'74;275'!&%#3|$7!/J3EA$'7/)`@AG3; H %  V; -9x *1d< #N 'k=-> 6-/4 ]Y:- ++ X 33=( ++ +; - HP @ JI/$ "+2#"&546%2#"&546;2&#'7632763232&#'74;275'!&%#3!-H'!,Es!-F)!-F H %  V; -9x *1d< #N 'k=+!/@+#-@-!-@+!/@` ++ X 33=( ++ +; -P EM @ GF,! "+"2676&>2#";2&#'7632763232&#'74;275'!&%#3.F *[G ,W}JG H %  V; -9x *1d< #N 'k=C0.EE.1BdcGEeT ++ X 33=( ++ +; {^ljd5 "+%267!0'76;27#";2�'7632767654#"5?30!&+"32?6732#"576&+7 ;674#"Ro-1N)  NI+?  $m  B7 9 37 Jw= !% # $uL/C+F`XR- BA ++ N +H/A+ m-+b -# !'fD9. "+"'7.547632;54&#"3267632#"'677265&5) k /TX 5}u3dZ VfB7CcHHH)8D ۚ+:#%Z jL7DT![Yr6/Oc#!9/1;y S? "+#"/7632.+"326?6;2#"'54+;267!''76;27654+"&?7[ #HG6F;;B)' #+# AN3Vn14Hc  /T F1˕u)/9J5DJ1#+  %i .? !i^`- B /-;R S?"+632#"&767.+"326?6;2#"'54+;267!''76;27654+"&?79 ?(/ 6F;;B)' #+# AN3Vn14Hc  /T F1˕N/' $J5DJ1#+  %i .? !i^`- B /-;3 P< "+&''67.+"326?6;2#"'54+;267!''76;27654+"&?7?-l0{9m#T)6F;;B)' #+# AN3Vn14Hc  /T F1˕3mkN]\cJ5DJ1#+  %i .? !i^`- B /-; ] I "+2#"&546%2#"&546.+"326?6;2#"'54+;267!''76;27654+"&?71!-H'!,Es!-F)!-F6F;;B)' #+# AN3Vn14Hc  /T F1˕+!/@-!-@-!-@+!/@J5DJ1#+  %i .? !i^`- B /-BV 6- "+#"/763232&#'76;27654+"&?37+" [ # HG J)@  +VL)@ +XR)/N7 ++ L --+ BR 6-"+632#"&76732&#'76;27654+"&?37+" ?(/ \J)@  +VL)@ +XN/' $N7 ++ L --+ B5 4+"+&''6732�'76;27654+"&?37+"j-l0{9m#TJ)@  +VL)@ +X5mkN]\cN7 ++ L --+ B @ 7" "+2#"&546%2#"&546 32&#'76;27654+"&?37+"P!-H'!-Fs!,E)!-FXJ)@  +VL)@ +X+!/@-!-@-!-@+!/@EN7 ++ L --+ ;:4("+#3267654&#"6;27#73654+"?632#"&#'V<D\+FGFx /R<CH/F \`P \=#1]P9' +ߪ15`+;\AVHE("+"'&#"32�'76;267&#"&?327654+"5?37+"267"'&#"'>32)'ujE+  }? +-5 T  iF+ : +W$7".J3FA$'70)`@AG37-1H? ++ 6"L'}/5D +- -> 6-/4 ]Y:-\ , ' "+#"/7632"3267674#"&547632F[ # HG$-'/ /PӰX)/-R=VCǦ5>)Ӫ2R , '"+632#"&767"3267674#"&547632 ?(/  -'/ /PӰN/' $R=VCǦ5>)Ӫ2- ) $ "+&''67"3267674#"&547632-l1{8m#T1-'/ /PӰ-mkN]\c\R=VCǦ5>)Ӫ2"2 -%"+267"'&#"'>2"3267674#"&547632$7!/J3EA%'7/)_F40-'/ /PӰ-> 6-/4 ]Y:-R=VCǦ5>)Ӫ2 &6 @ 1) "+2#"&546%2#"&546"3267674#"&547632{!-H'!-Fs!,E)!-FB-'/ /PӰ+!/@+#-@-!-@+!/@R=VCǦ5>)Ӫ2 @<3"+%2676&#"6+"326?6;2#"'54+;27!+"&76;3L5-=N-+)5{7 ?)' #' " AN 9R3\N9/-G<5%+{1#+ )e .?/ !+ $""+"&#"''7&5476327'326767&-#KH/bw3vn /PӖlm5qbH'R=`D~_X<'d5>)Ov'zh2MVCR\ L "+#"/7632"&547674+"?37+"72>7654+"5?37+"L[ #HGy fL%> +V\0;fNyF7 ZL+ @  %-)T-X)/y3/ - ++ BF^-R8F/?mR= - ++ !!qR L"+632#"&767"&547674+"?37+"72>7654+"5?37+" ?(/ y fL%> +V\0;fNyF7 ZL+ @  %-)T-N/' $y3/ - ++ BF^-R8F/?mR= - ++ !!q+ I "+&''67"&547674+"?37+"72>7654+"5?37+"-l1{9m#Sy fL%> +V\0;fNyF7 ZL+ @  %-)T-+mkM][cy3/ - ++ BF^-R8F/?mR= - ++ !!q V ' "+2#"&546%2#"&546"&547674+"?37+"72>7654+"5?37+"!-H'#+Fs!,E)!-Fly fL%> +V\0;fNyF7 ZL+ @  %-)T-+!/@+#-@-!-@+!/@y3/ - ++ BF^-R8F/?mR= - ++ !!q^CQKE: "+%&'"&?2327+"676&+"?2327+";2&#'76;6632#"&767@N --+ /   LA"96?L+ >  )X ?(/ y#?+- !G# -+ @k + ++  /' $;8B@;,"+632#"'32"&#"#'76;>76&+"?37+"3276&#{o3`'1    1) )1yJ 1Z`1[d>9Ra)h Z+ ++ )' ++ \omCO[ UPID: "+%&'"&?2327+"676&+"?2327+";2&#'76;62#"&546%2#"&546@N --+ /   LA"96?L+ >  )X!-H'#+Fs!,E)!-Fy#?+- !G# -+ @k + ++ +!/@+#-@-!-@+!/@?f)PE6 "+32�'76;27654+"&?37+"2654+"5?307+"#"54762J) @  +VL)@ +XuRL; ? X =XVw7N7 ++ L --+ % - ++ @rHT JH Zd2d`E."+054&"#"&#"6?327654&'&547>323!54&"#"&#"6?327654&'&547>323N5uuȇ^. 9uZ*a\w`5uuɇ^- 9uZ)`\w`ZfXAdFR# Xyt!FR#V u5ZfXAdFR# Xyt!FR#V u5E"+76$!23#"&#"#6?32676.#"'76.# ;2+74;26H1 H9oĉ}% 69HBv mR 7PPP)  #+1V!qs5^\fuLN:%%+ %3 -- 5;:4("+#3267654&#"6;27#73654+"?632#"&#'V<D\+FGFx /R<CH/F \`P \=#1]P9' +ߪ15`+NH2:G C;43 "+;2�'7632763232&#'74;2705'!&%#3267#"&7 H %  V; -9x *1d< #N 'k=kf!2+`luP ++ X 33=( ++ +; RgbW~5-CKED+"+"&54670'74;275'!";2&#'7632763232&'327 #37TjpZ #N ' H %  V; -9x *1 gA5JD!n=5\RJ2+ + ++ X 33=( + P3FJDEm Dh!/)#"+"&547632;54&#"3267632#"&7673 /TX 5}u3dZ ^ ?(/ ޡ+:#%Z jL7DT!b[}/' %D?!,%""+"&547632;54&#"3267&'7673 /TX 5}u3dZ ^$4e.{9]!^ޡ+:#%Z jL7DT!b[4~kMOiq;?!2= 63.&"+76;27654+"?632#"&#'%3267654&#"7&'767F /RH/F \`FD\+FG4e.{9]!^+]' +ߪ15`+ \=#~kMOiq;5X"+"&5467#''76;27654+"&?7!.+"326?6;2#"'54+;267#"327fTjq[֔  /T F1˕6F;;B)' #+# AN3Vn14HsA6JC!5\RJ3- B /-J5DJ1#+  %i .? !i^`X3FJDE;7EPIF1"+.+"326?6;2#"'54+;267!''76;27654+"&?7'&'7676F;;B)' #+# AN3Vn14Hc  /T F1˕4e/{8]!]J5DJ1#+  %i .? !i^`- B /-`~kMOirwH6C?7 "+4654+"?7#"#"&54763232754"327267#"&7mN)=  H #ż 5Z9! 8) ojf!2+`luL - && ?Ǥ7:'#?VRgbW~;u`,:4."+%"#'76;2674654+"?37+";27!632#"&767 !\H  -3% L+ @)V1ǁM6Do1 ?(/  + '- )) B8 #\/' $;u4)"+;27!'"#'76;267'74654+"?37+"U1ǁM6Do!\H  -3% ACL+ @)V/=jl #+ '/Z=p:- )) B;\bAOIC("+"'&#"32�'76;267&#"&?327654+"5?37+"632'"&767)'ujE+  }? +-5 T  iF+ : +W ?(/ 7-1H? ++ 6"L'}/5D +- /' $;\7ALEB("+"'&#"32�'76;267&#"&?327654+"5?37+"%&'767)'ujE+  }? +-5 T  iF+ : +WU4d.{9]"^7-1H? ++ 6"L'}/5D +- ~kMOiq;uQF""+%&#";2&#'76;27.+"&?!32?6&+"&?37+""&7672326sj ++ = +T3#  r-) : +T9VP=o 31/?\7c1H %3 ++ X!?{1!#7++ Z^t=-3-<%{.= @ :4+#"+"3267674#"&547632#"&767632&767632Z-'/ /PӰ #& ( %R=VCǦ5>)Ӫ2  /  ++;` HV PJ*"+654&#"32654#"573263 3#".=4'#;2&#'76;2632#"&767DNR\3LP}q {X%/_3F819:-?$FL @  )XZ ?(/ )9.\/1Z N5%131%;# - ++ #/' $;7 HS LI*"+654&#"32654#"573263 3#".=4'#;2&#'76;2&'767DNR\3LP}q {X%/_3F819:-?$FL @  )X4e/{8]!^)9.\/1Z N5%131%;# - ++ ~kMOirZ`2@:4."+054&"#"&#"6?327654&'&547>323632#"&767N5uuȇ^. 9uZ*a\w`L ?(/ ZfXAdFR# Xyt!FR#V u5/' $ZyNI>"+"'7.#"6?327654&'&547>32;54&"632#"'732654&5'JBx . 9uZ*a\w`5uuĄ*?Q{^NLN'1J/ Xyt!FR#V u5ZfXAdFR}fC323%&'767N5uuȇ^. 9uZ*a\w`4e/{8]"^ZfXAdFR# Xyt!FR#V u5z~kMOirH<"+#";2&'632#"'72654&#"'7'74;27654+"'6733!273.TN J+ tIE5DkHI;89X()5 r +X AiBK;3%$301 1%9.uHL+ +l2/Ld#%8/ + @-RwhesV8' "+#;2�'74;27#73654+"'6733!273.+"}GJ+ = +X F<AiBK;3%$301 1%9.?TN <O+ ++ @JO-RwhesVHf>IS QLD?"+"&547674+"?37+"72>7654+"5?37+""2676&>2#"3y fL%> +V\0;fNyF7 ZL+ @  %-)T-A.F *\G ,V~IGy3/ - ++ BF^-R8F/?mR= - ++ !!qHC0.DE-1BdcGEe{>N] ZTKC"+"&547674+"?37+"72>7654+"5?37+"#"&767632&7676323y fL%> +V\0;fNyF7 ZL+ @  %-)T- #& ( %y3/ - ++ BF^-R8F/?mR= - ++ !!q> /  ++??h'5/)"+"'6733!623!26?!"547676&#632#"&767y\5=10HM/5('T\;'3Z# ?(/ fy/GZ<c /' %??'/.*"+"'6733!623!26?!"547676&#&>2"y\5=10HM/5('T\;'3Z#FP.FPfy/GZ<c O;;O;???'2+("+"'6733!623!26?!"547676&#'&'767y\5=10HM/5('T\;'3Z#4e/{8]"^fy/GZ<c ~kMOiq;"f,>3-"+%"#'76;2674654+"?37+";27!2'>76#"&7> !\H  -3% L+ @)V1ǁM6Do&71 d>X 87+ '- )) B8 #fZ;B # W)+-!*50;41$ "+#";2�'74;27654+"'6733!273.%&'767TN J+ = +X AiBK;3%$301 1%9.4e/{9]"^uHL+ ++ @-RwhesV~kMOir0C71$ "+#";2�'74;27654+"'6733!273.2&7>76&'&7>TN J+ = +X AiBK;3%$301 1%9.:1b J` SDuHL+ ++ @-RwhesV `PWe!?A%3ZND@%"+2&7>76&'&7>54&"#"&#"6?327654&'&547>323l:1b J` SD5uuȇ^. 9uZ*a\w``PWe!?A%3ZfXAdFR# Xyt!FR#V u5B)10, "+32�'76;27654+"&?37+"&462"J)@  +VL)@ +X;N;;N7N7 ++ L --+ R::R9GVNH! "+;2�'7632767654'"&?327#"32&#576;27657&+"0;274.#q=  `> L1^# NV  b +1 < R FT &CF; ! +'P+!)) / i5' ++ <D9%(  ?1 "+327"&547#"&5476?654#"#"5465>32727Th F1X3 =J-5Bw Ij ) A #  .!?1 9C+/!<1 {5))X7 % 9]+);  !- ,*# "+654'"7673632#"''67327654&#"\J@VFHI ^X'%;2 2-#;b - #3dP'/s1#)BP-)7.=B%"+2#"=4654#"327#"&547>`NT4-E5w FL`ot`a B/;)=wr-#%NX!yiV1#yV -,!"+&#"727"&547>327654'"767327#^F/32#"'&#"32#732&''76732RHT@!T;(## 1'D sJ))j0}  6R;"'7V%# "" ^1@Ud `ZFA;#"+"'&'"#"'3272>32#"54767&546567&547>3262327654'&""#&654'"32>'RD$ 9! !s-s+J'RB)={!31/L !V3>V&2/)Vd, +5#'`ih PD0B;33 Ti7+)H Nk t-Z7654'"767367676&#"?37#"72&''76/&#"&) J1y !{!ZLjVh 9+ TN\PAJ/L9 %% # - #7$`  ## GW J  *-Z`"+673672>32;2&'7473>?654#"732&'7673>?674#"732&'7473>7654'"NZLjVo&k-s > J1 :J-X@) J.9 L1]E'  N3y #K #kji%Dq/  %% #NR %% #)N\  %% #A % "+2654&#"'4>32#"&Ff6/;Y%?3IuEo]ĈchzLZs7327654&#"}\Jb@DJ a;%/)  N3y #1!/ ';P . # ?=hR-#q) %'#`-)=,;@B! 1 "+&#"32672032�76;2?"&547>32^F/ '% 87cT'"o51! "+327#"547#"574326?32#H)3RVLVN 99R- =###HNw1DN%5/ 6 "+327654+"?30727#7"54764&+"?307PI-cC) N1-`dBjTs > J/+ !LZ) #Z- !kjq)# ! #9} -+"+.#"?37+"6754"5?307#"#"A  L$o 98D+P+15 ## 4 ## Jg!"+326?2326?!"547#"'673/%35!)7}J3+%) +R!3#hE gVX_B4"+>767#"5476?>7672#"'.#"32'# #"&546323260%5 1%Y<+FEXg#'H+'/) 0"?323>3232654&#".# #";#"'&#"3276?!#"'&#"3276?327674'#,)HI8-/ ++X!bEH'#gX#jC#2kh/  /=NK''!#&#q+Lp!}/5FF%)##!'j+Lw1 pfB:A:> `-=V!680B) )L'+)fP!#Z7E%)++dL -k#+ s; B0 "+"3&' #'#";2&#'76;267"'"'767>7.'&76${3ejP-3h?Njk ;% )=8G 5=< ]Z5!Lw'7uJ7{'=}Vw`j_;%+1--''+/u) 9DR<w;+N "+%"'.+"?30%+"7'&'#"?307+"7676&+"5737+"#"'Q#1+ yM  N7O! j) R ;#hu !P V ))')--v5*-+%4˪N\+- 8)'#7}+-C -3 "+>.+"?37+""'.+"?3%+"7fQ!1> #2;P7\f% '')1/0|/,%%- "'%+HF"+&;2&#'76;276&+"?3%+"2767&'#"?37+".Xl *>5 R8q -;5Q5q\VZ{Z "A O'V1H1!B1)''Z/+''ZOJ+F1''}wEd#3%; C* "+676'&#"366&#""?6763 7.'&#;2&#'76;2V!F9dSi % @FXYT%RH;P!7XPVQ! \ *<5R6q^yMJ-1'ffw7=×) 'GfM/+''Y^-&"+#"&5463232654&'&67327B]=1o&ZCB*T D\M)ZE/hq9'V6+&7=%?"8&%%D11=82%"+67&'"&#"'>323276327#"&54?&#"'3254ZJ>%5'DE#7x4`PC3:7ZLL?B)HPv+=J/]FfR@G=L^%Am!+t7jReNN<'}f}N#/!;,!"+%6'&'7>7&'"&#"'>323276&54>32326y'A5J+Z/!'HE7v6ZV53:5wR'^Z `k%#/)NL/3:-K6p5+GZC"1#kT<1='C15B"+>32#".5463232'"&547654#""'6323267 Vq9]\s#GP37#'1+%hJ LU$# J'O  B% D+7wb{+#-#'#\X!Aob#3)#DB'/e('; 6(""+2.546%2.5462.546=)2 5.WP@Ssf)2 5.WP@Ssf)1 6.WP@Srf,$%0 @(_!tTU ,#&0 @(_!tTU,#&0 @(_!tTUO'; 1* "+462&7>54.'&%462&7>54.'&%462&7>54.'&Gc=-oOEGc=-oOEGc=-oOE/-:H.#"&7$72&#"&67>L 'rP P2m (R sY)1 $= h|i{; /  / @fq""+%26?&#!"'%>76&#"&'>32VT;4$' H1Bp݇) u;DV1 +σsq'Q< /נXPV V}yd+f: "+""&7>32#"&7>3232>7!"7>76&J#P\ L!޼>1uj'Ѹb >/  !N`R3;#K;L;j-NPB`V9P:.5?aAV\\PX)#"+)2+&#"&67676?!"56;be%/r% N Bj m%;@'ud!-D /  / /VV?+ "+%6&#"327"'632#"&7>32326yaf{qbu ;{V?jXo%\ 65#Z#1N  !ޛ^<-B  ($ "+32676.#"'672#".7676% /^mN XD].d_Hl\3Xa1otSL𴨠'f\B,FV@n{}mQ'G "+"'67633!27''6M#V/'RK RNP48 #. *$ "+"676&#"&76767'&7>322676/Vqy6Adz$Lf+"֔ZQ%ucI{\'yzNiX/X`ۥi;5!qyil:}{u '# "+%676&#"3#"&7>32&76 /\lN^X^.d]Hl\3Y`3o SN𳨟9l,FV?o{}lR'G D "+!"5463!2/11#?2IRD$-4:@D@DA>;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:+/,*# "+654'"7673632#"''67327674&#"\J@VFHI ^X'%<1!1-#;- #3dP'/s1# )AP-)7-=B-J%"+2"=4654#"327#"&547>{NT4-F5w EL`ot`a JB/;)=vs-#%NX!yiV1#y;{ -,!"+&#"327#"&547>327654'"767327#F/P\ hT#\HdBw/P?7y;bT''o+- !{- !F8/ "+#"576;>32#"'&#"32#;2&#'76732bHT?!T;'## 1'DsI)) j/} 5};# '7V%# ""  f@Ud `YFA;#"+"'&#"#"'3272>32#"54767&546567&547>3262327654'&#""#&654#"32>^RD% :! !s-s+J'RB(=|"31/L !V3=V'1/)Vd- +6#&`ii PC1B;33 Ti7+)HNj t-Z?6#"2&#76?>76&#'"&57672+#qS'4 N1 /f1^: R5}$b +|?h$$ \ $$ !A$% 5i&1.) "+%2�7637>7654#'"&?672'4632#"&&G,$ \; &< +|@   ;#'0.  %% " . %  !2,,L +"+2"&7>6&#'"&?672#"&76723267e+3(^ *|@ =028=-H *&,:#""#{A#% 77Յq-3&3<uL "+7732�7473>7654'"767367676&#"?37"72&#'76/&#"&) J1y !{! ZKjVh 9+ TN\PAJ/L9& $$ #- #6$`  "" GV J  *-/% "+6&#'"&?672&#""+76?>7 *|@h N2$ %fA$% 5V $$ !J`"+673672>32;2&#7473>?654#"732&#7673>?674#"732&#7473>7674'"{ZLjVo&k-s > J1 :J-W@) J.9 L1\F'  N3y #K #kji%Dq/  $$ #NR $$ #)N\  $$ #B,JD"+%672&#76?>?654#"2&#767>7654#'"&57672ApRy ;" N1 #7Q1`A* R5~ %= +|@ jt* $$ #"Q\  $$ !. %  FJ+:70! "+7654'"7673632#"';2&#76;>7327654&#"\Jb?DJ a;%/)  N3x#1!/ ';P- # ?=hR-#q) %'#`-)=+;@B;FJ 1 "+&#"32672032�76;2?#"&547>32F/ '% 87bT'#o5J0"+%632#"'&#"2&#"7637>76&#'"&57672kGL ;" A5$ \;9] %#8 +|? y@5 H %% A#% 17J-&"+372676&'.>32.#"#"&#"6- !$9)B%@L>L-b /B()>1/.: \[*![%K*%'&%="C~Y O=+'$'-8%:KGL! "+327#"547#"574326?32#G)3RULVN 9:R- =###HNw1DN%b\=6 "+327654#"?30727#7"54764&+"?307!PI-cC( N1-`dAjTs = J/+;!LZ) "[- !kjq'% ! "T=-+"+.#"?37#"6754"5?307"#"A L%n 97D+P +15 "" 3 "" Ifh=J4"+#"'.#"?37"676&+"?37"#"' #"'.#"&?37S#7  M'q 5R*U2+5!G71 /) ""  3  "" If/*"?A "+"676&+"&?37"#"&7>327267676'.#"&?37P5H U-Y823a>7.  E%  UI'  1  " KPX$S<5Z"-L!"+326?2326?!"547#"'6730%35!(7}J3+%)=+R!3#hD fVX' !  "+3##5#53534632#"&3264&#"@@ɋǍ;uwwu`??ӋȌ馦'  "+!5!4632#"&3264&#"L^ɋǍ;uwwu!?!Ȍ馦:"+4'.54632#"'&'467654+"'6763!232>+ N/!+IDkX{yK`R}'R17)/!#Q)''9bH)lH{b%\%+VZ7L?5BT-##`T )O#b>#q"+#"'%7q'7߲'\"+"547%+!J\1 "+&''67L=e+sJwyhY+;DL3+Ns1 "+&'7675m)jUv{1\g)3JP-)RqZB"+"&=332673=uy9'P7R7Zu\)!E8m{L"+2#"74?6#"74?632) V D##  @)sV"+"/&54632%4632#"/&1;' 78C'L  ?' %:  ZD"+2#54&"#>{k1)+ %H7f;"+#"&54632267;-JZy8!5Vq'P^P=34! &H7#d\! "+>32#"&546%>32#"&54%B'!*?'!-@'!*?'#+'5)! '5+! %7+'7-!  V?"+#67674#"#"4632L 79/>?'-mPN?s+:J/+'5"VQA%;^ 7!L5"+7!67>7;!!!!!3!!!!!!!!!!!+>7!7!>7!7!7#73679  !  Q L  3~ QK5 L4t 3 3J C 1 2+ *&0+98/> 07'+/ $2$Q/}/0/3-8<0/g . -# "+"&'&32>766#"''7&327%LZX# M b9^#9:'M`;!=qCV>lV87)]AG<2vw"#܆\L}( ǪCS#d=3Ry #N>; <,^`! "+7>7.76'&'77676=RTP!79'+;)I%?DH=6&\@ud}o q3; 562"&7>2-5 a/ 5W<NZ6 LZ3NHJ?`i) FJPLJ-@@-/@@1F)21, "+%6'&7>32#"&7>7676?6226"&7>2 :!* yjgXJ^!35 ZGNP YLZ3 LZ!!')/dWNLA/;,HMZ\;R89iEdHZ@@-/@  "+'76''76eð`dh́qfpNh́qftN;  "+767&'%767&'V`iNsfqhNsfu{ "+'76ÙufnsultN "+?67&'7skm{sotND "+!"5463!2/11D"?1I`o*}#"+#"&54632326767674/&7632&%9TZJH`%7D%T@A%RL*\3/ XatR3!2 32672#"547674/&7632%{'\N'# T#`%R-* N()Bnb#<+#CN%!+6g . "+%2676&'"7>?&7>32372#"&#"^'!R<%dL)^'w/+N%P5'3@ VT)/3N`GN3qo"+2 5~5jP$1.' "+%7'".54323#".5463232&#"326%Ǟ=Z-q5o7igs#GP37#&1+J=BZq941Ѓ7\\/ \l{+#-#'# P\'mZuL I1"+!"7>3!232672#"54?'#"&547654#""'632326?>32 $&rN'# L#}o;NZX%# J+X=H}< %V N()-b#<+#CB{OQR=MXb#;+#DH;LR##7 .7b j""+!"7>3!247'#"&5476'4#""'6323267>32326?>3272672#"54?'#"&!$'mb7TLU$# J)K-1F V]^ #3)#DX.57C B)7wh=LZR##7 .7 -b #1+#CB{OP,o!7OVl=@ RiFK!PX@Tb`b`V M = M = M = N>@Rb`b`  UV M = M = N>YY@!lkhfa`[YUSPNKIEC<:$$"#*& +#"'&'.#"!6#"54632327667!'"54>323276>?#"'476;67632632#".'."32'(7IFs%jJ'>5j'!#")%FF 7/q#'#!''LM 6+  0h/Wz5yT#%)BZ$! 2A@f#N/d,+)%FX#f)+'LL )yH5Z:-# #VVPz -_];K*PX@Hbb bM== M= M = N  >@Fbb b UM== M = N  >YY@\ZWUQOIG><)!'&$#$%+6?#"5476?7632#"&54&'&#"3263272672#"747654'&+#"&54632326'@@+ 4{Bno=%'/ J}I% N* ]N%# T"a7!PY\a]%'87=:V !DbJ1?3+?+#%'`XD=+6gnb #1+#CD# #D&7',*"$__@^Z  @<bb M  = M =M=N>Y@]\XVSQMK*$'#$'"$ +32672'"547&'&#"32'# #"&546323267> 76#"5476?7672672[+}X>0:ZQX" 0"?K!PX@c bbb`V M =M= =M =M=N>@a bbb` UV M = =M =M=N>YY@#~|zywuljig`^XVRP%$/#$'75%+&'.#";66?+ #"&546323267> 76#"5476?>3267632#"&54&'&#"3263272672#"547654'&+"&546323268"7NH o&'64+"?K!PX@dbb  b  ` V=M=M= M=M= N  >@bbb  b  `U V=M= M=M= N  >YY@-~|zywunmigca\ZVTJHFD?=54-+)'$"#! +0#".#"!6"32'# #"54632327>6?!#"&54>32327>?#"5476?>32>3267232672'"547&'&+#'/4HFs%%{#  4?Gh'!"#)%AJ$#- O/@7q`L %!"'''+!///  +FXg7DA4G=[+}X>B-V2BfLXTB -!yd,+)%@!b3>))+'T{h%/PvcH5`J4'RZw D3#Z#3KPy#FN> @<  b  bM= M = M =N>Y@NLHFB@=<$##'"$(! +#"#"&546327267>?6&/&76767%232'#3272#"547#"5476?b^%w.0V-J5`+9$%!*! A*%JfsX5  31w%=Fd 1m{a`\ZUSPONL.$$9#*$+7654#"'"&'&#"+.5463232654'&5467&54>323#3272#"&547#"'476778}{Q}%{'1e?Q!I!!ZJL-7?KXhLf3NNXb'!#'1qJEo3=Dh_9@"+'55V<&UT&wl_<1^%'2-e1^d )Pss;r%vu7.SbA7=+Vt!V!5Ob'='O?'&)n!SX!Xp!hZEjTm$b"5_&5` C$yt+Hd|o/R/='j\=F5zF-;"7ttSZt}GGG=+VVVVVV5555='='='='V!SXXXXX7XjXX~{55555555$7++++ddVVV!9V!5555555555OOOOb'&b'&='5='5='5='5='5'`' &) &) &)Q&)&) S$S$S$^S$XXXp!p!Ep!hyhyhyhyZtHZZt++++++EjdjT|oT|oT|ody#b#(&#ObjX"~O ='%'r?sX%{pjnZdS5 dTIo+junwn}n}(fb !!f))&1KVX%5X+++++5V~{~~G%XX+h3` ! !$O3%QS$V~{XVV5555='5='5XXp!p!++hyZtb'&#nVJV55XXXXjd3(`&%^&)ZfyIH#p`d~~X7VVV``5$&&MK;Kn +  5$J~=m3p%'?d)1n5n5nn\jDd-}IJnHh3z7bbPpBuvB7z/dj r=5++-ott{ 5 \XfX'>l}lx$$m$v$Gp 5fi1D1-g& Y-11@SOV\Fp3It-~+~~~R~5|~O1A- "[HLh*2-=NptT29%#aA \7_ai]2^>| w4k8_<F772@a% FFuSqHHP`Z\SVt! +5Tb'X=''n!S/yX#!Zj\~d='j--7 + 3bG+G^  =;=K"X -O& ;P`^^9!mm5 5 h='='bJb%%^#O?V#t!=5/(y^#^#%Jn!b'X#!ZX#5b==I#v#=%|xu5TC++-QB$Cd{H+VVSCu255~uCy55`&+jt+d+Or^'=t ' 'V\-#~hhOO ?Z!!-;#7B#B/|-(yC%B%tF%F%|B%;#K;ht&9~3S( 3 C%XBtZtZM5/T%;F%|B%|; VV~{55X~X~/T(yC+h%+%+XCuddd5!Z;I#SoZ5 XjS`bGOLV(\7(A{9HVmt\\C\99Vt!t!t!V!V!V!V!V!M555555Y55V55_Ob'&b'&b'&b&b'&=5='5'''&) Z&) Z&) &) n!Cn!Cn!CS$S$S$S$XXNXX!!p!p!p!p!YhyhyhyhyhyZtZtZt*Zt++r+++EEEEEHHjdT|oT|oT|o&tddydydyBVVVVVVVVVVVV5555555555555555='5='5XXXXXXX++dddddjdjdjdjdZ#/3777777f1zIIIIIIIISSdxKKKKKKKKh/CA=&7v VS/77IIKK lZ=#9+G/X3IIIIIIII 7 $ A &  $s\n{9rt^rIIIIIhn\&%\KKKKKvn-X%(4299nnvSjj"(dX0SSE`91$$O$a$U.YudS?+ KZ&Z}d}wIbJZ!?B+M7t#ttt'tZtttt%t'+tTtmt)t,tTt=tLtt?t3t>tMtNTt.tDt5ttRtI,pL)%!G!X~+&d7  j7?%OTOTX5bf#?#?#\%SdSB)1bVGGGGGGGGGGGG;555V5l" 5##K#//?)7~777Zd7-n---+\-=/ # ^^L  b\DB; X33 d =9hZF3H3#"   Z1TV)7777#7~GSJ}IJnn777777777777EEq7777--`--`Onuzfy7SZSZSZSZZZS;S;dVdddddddddP1&1F$}}} tttV(zd"!MfRl+Ty(L7qP(FPEPPPAdVfqf5)?5!9/"%\7%XIHZ; A A Ajjsd#^2-y# 9#flVxu`+d P=f {hl+F?ZyVX__`__ "l=yh&;h;;~;O=7B^Ll;/);jz;^;Z;$b'?&&&&&&;;;;7B7B7B7Bh;;jjjjjj;Q?&ZVh;&&h;;;Ol;l;;;;j;;ZZZ???l;Z7B5G (\t+jptSZ1r5h9_V$%%YdOFf+P?uSRG+(-\;tpI,pv;LrbhTh''QLsf# ^\\jj'//=II`$P+VV___7y/yx{dddd$( ,  x ( |X\,Xtt ll P!#H$%''(*,,./</1,244505h556467898:;D=>h?@DABC\DEdEFGHI<J(KKLNOPPPQRDRDSSUdVDWXY|Y[\<\\]T^_H_`albc0d|eeftg8gh$jkn opqs(tuw<y@z|~L$,H(|h,,<T<$ l` TDT$˜ÐxŠƐǴȐhXDpptTx\Pܘݐߐtx(t@8 H@(D(4H  ( L d XP<$|DlT !$$%,'p(*+.0/01D2T35 6|78:;<> ?x@B\CE0FXGIJLMOQDRpSU8VWYXZp\]^<_X`abd\efg|h4hijl4mHnoprrsu`vwyz{|~Pp\XPtlx Dd(p|pP8XDPLh,@`X`8pƜ0ɘ(̔0Ϝ(Ҕ<Լ@׬Pߌ` |h\T,L88   l(< h!"%x&(*T+-P.x/|023<4,578;|?P@$@A,ACC\EFHHJxKLMO<P0PRShTUVWXZ[]^_aabdeg`hik lnTq rPs`uv8w8xxz{|}p}$$`lXdtpX4x hXh|`(84dhHxDDŨưTϨPPD0P(h 0@pT0\\d$l8(h` tP\<  L  p h|l<t< "<#%$&X')4*,|-/2344(6,7p9:\@B4CF\HKM,OQ`SlUX[`^abdtf8hjXln4pruwzx}40||Ll0h8pldDĈːHϤАP<רؼܜlސtPpp|,0L$lh$tPX8hLHl $    p  p8 X`ltP|d` !"l#p$,$%&P'P''(,(l)**+l,-<-./ /01$1t122H33485t6874890:;==>?@BDHxJ\KTMNOPQ QRSTUVWDWXY<Z0[H\\^^`hab|c cdDe4ef8fg8iHkmdo qTsDtv(wy{}}~TXPTtpL<HP`0@ LX0|DL(`@tl Àdp@ƸXǬT8ɐ(|P0̜p͐ʹXά$ШDlѐdҔdlP֜PהD؄$لXl\LLހ P߀ߨ00T,L<tt<@p<T0l4TDL < <   L , L  P  h   h  l X $ H  t  0 t  $ X   H x L  ! # %, & ' ( ) +4 ,< - -p - 2 3@ 4 5 6< 6 7 7 9 : >L > ?t @ @ AT A BP B C DL D E` E Fl F G H IL I J J K K LX L Mt M N O P4 Q RP T U, V W Y Z, Z \ \ ^l _ `H ` a b c d e fx f g hP i i j k4 k l m8 n n oL o p q r, r s| t u vH w w w x y z {x |t }p ~ X T L @ P P  l  H d P < $ h L | < 8 , X P @ 8  d 8  \  \ 0  $ < d d d d L h h |   $ , 0  \   \ $ Ũ  d \  Ȭ 8 , ` ˔ ̠ ̠ 4 ͨ <  l  l Ԅ X  ֠ < @ x d 4 ۨ  x ( X ݈ < ޠ L ߔ P X ( X X | @ x X (  8 t  p  ) DQh>+11b"x     8C7 8z    b ,> Dj    : :> px Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineItalicFontForge 2.0 : Linux Libertine Italic : 2-7-2012Linux Libertine ItalicVersion 5.1.6 ; ttfautohint (v0.9)LinLibertineIPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineItalicFontForge 2.0 : Linux Libertine Italic : 2-7-2012Linux Libertine ItalicVersion 5.1.6 ; ttfautohint (v0.9)LinLibertineIPhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL - General Public License AND OFL - Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ )  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . /uni00A0uni00AD two.superiorthree.superioruni00B5 one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflexTcedillatcedillaTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccent Tcommaaccent tcommaaccentuni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236uni0237uni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0243uni0250uni0251uni0252uni0253uni0254uni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262 gammalatinuni0264uni0265hhookuni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Euni026Funi0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278rturneduni027A rhookturneduni027Cuni027Duni027Euni027F RsmallcapRsmallinverteduni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294glottalstopreverseduni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AF h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FF gravecomb acutecombuni0302 tildecombuni0304uni0305uni0306uni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358 acute.capcircumflex.cap caron.capuni035Chungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.capuni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193uni0460uni0461 afii10146 afii10194uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477uni047Cuni047Duni047Euni047Funi0483uni048Cuni048Duni048Euni048F afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4uni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9D Germandblsuni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Funi2031minutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A2lirapesetauni20A8dongEurouni20AFuni20B1uni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115 afii61352uni2119uni211ARfrakturuni211Duni2120uni2124uni2126uni2127 estimatedalephuni2136uni2137uni2138uni2139onethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C orthogonaluni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298dotmathuni22EFuni2302uni2303uni2310uni2320uni2321uni2329uni232Auni23D3 filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9circleH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7uni2605uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Bsununi263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni2695uni2698uni26A2uni26A3uni26A4uni2767uni27E6uni27E7uni27E8uni27E9uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uniA720uniA721TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00BuniE00CuniE00DuniE00Ezero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fitteduniE01Cperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altf_f_jf_jf_kf_tc_kc_ht_tc_tae.altQ_uT_ht_zh.altgermandbls.altgermandbls.ss03 uni1E9C.alt ampersand.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.sc hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.sc dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sc tcedilla.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sctcommaaccent.scscommaaccent.sc idotaccent.sca.scalt a.superior b.superior c.superior d.superior e.superior f.superior g.superioruniE0C7uniE0C8uniE0C9 k.superior m.superioruniE0CD o.superior p.superior q.superioruniE0D1 t.superior u.superior v.superioruniE0D6uniE0D7uniE0D8 z.superiorf.short f_f.shortuniE0E8W.altV.altK.altR.altJ.altz.altuniE0F4y.altuniE0F9uniE0FBkreiszero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE130uniE138uniE148 b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferioruniE188uniE189v.alt grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.capuniE420 zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capdotlessjafii10068.italafii10066.italafii10069.italafii10081.italuniF6C8f_ff_if_lf_f_if_f_llongs_ts_tuniFFFDuni0350DDLDD, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_RZIah.ttf000066400000000000000000032103601324204105000233320ustar00rootroot00000000000000 FFTMYot,GDEFHXGPOS~&&GSUB.zOS/26D`cmapF#6cvt  P0fpgm蕏 gasp HglyfUs= head'eh ]t6hhea5>5 ]$hmtx$; ]$4loca8P` $8maxp < nameN? \ postWL \WpreptH oBjjPabcdpqrs ()-.0123STTUXY[\effg     %&&')**++,,-./[\STTUUVVWWXXYYZZ[[\\]]^^__``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~           "##$$%%&*+,--.233445566778abbcoppqtuwx     &'())**+0134WXXYYZZ[abbcfgghmnqrefjktuuv     &.6>FNV^ftTT1XZ'VR 3^ 3yfj   DFLT cyrl,grek:hebrFlatnR(AZE 6CRT 6DEU 6MOL 6ROM 6TRK 6kern kern&lfbd,mark2rtbd8 $,4DT&  .f &0Flrl2l4BHV`f",R`z -7y9:;<EYZ\Y\[&*24789J:d<FGHRWYZ\;DHRUw 2DHRY\DHR RW$7%9Z;Z<ZDFyHPyQyRUVXYZ\]ws y$JDHLRwy$dDHLRU\wHR\wDFGHJLMPQRSTUVwwFHRw 7uFGTWYZ[EJGHIKORDHR\DHRWww 7FGTWYZ[\HRGJRRW DFH DHRHR DFHRYZ\DFGYZ\DFR\]w$79:<H.$&').23456789:;<DEHIJKNPQRSUWYZ[\AXZ> 0 77LLbb^^NN\\mm 3=V`w=Bp&v #HNTZ`flrx~' 1'o\HjPIo1#%&'()*+./345679:;=EGIJKNOSTUVYZ]f% $*06<BHNTZ`flrx~\+\+\+\+\+\+\+24GHR+y 6 D  &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $#s/53u1s7'u\))))T))\rE#)+)++)+) ) ++)+''''mq^'''/''''''''''''?     '        \          9+ )\\\\\)\+3)'o+^\\q#qsq3qd)sh+o+3)')/)+)+))))))))))dd))B))+))+ +)9J9J)fj)%+)))d9))+ ))+3)q)d)b3+m++`+w)w))w)b)o)))))B)b)N)w)q)Ps))$%&'()*+,-./0123456789:;<=DFGHJKLNOPQRSTUVXYZ\]  #-CFLNVW^`defv   $&'(1@GSUcd$X <=>?@CDFGHIJMNOPQRSTUVWXYuw#$&234567gxy|}~  00%%++-.'( &,28>DJPV\bhntz5wyuT)\)sVR)?\h f\);d+;))\PPRyD1=Dyqu6 E "(.4:@FLRX^djpv| $+{w/}JhJ9uHq#F#;9{#F-/jb1FN9b1%5L%;9qh;%'*-/9;;==EMORTU!XY#]]%  &ff'(<P*RV?D( `Rn ,Z`flrx~ &,28>DJPV\H!V)TbZRX=H!VVVVVVT!15))TXHH'ZZZZm!ZZ!Z,DFGHKLRVWXo   Xhxy|~36^> j $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FL ;;)3-/3/w\XLV \d;;;;VV#{/!/RR%#/L-^?hh3?/yj$%&'()*+,./012356789:;<=DFHLNOPQRUVWX]  #-CFL[^`defoq&@DIJS3456ghxy|}~z s  &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntzw%;;-%fu\LssRIDoss%sd%;%;%;%;%!#+####!w#!%##%%%#N%N!!jy j9+ HZ)%%%w%VV3}%%b +NV%!%}!%L%J%/Dmo7mXD=}$%&'()*+,./012356789:;<=DEFGHIJKLMNOPQRSTUVWXYZ\]  #-CEFGLNW[^`dfo      !$%&'(),./1?@DGIJScdX <=>?@ABCDEFGHIJKLMNOPQRSTUVWXY234567ghxy|}~   $''"))#$ "(.4:@FLRX^d?R5F'FBBX#^qLq %1dVs fDFLT cyrl0grek@hebrPlatn\   (AZE @CRT @DEU LMOL XROM XTRK @     dligJfracPligaVliga`lnumhloclnonumtpnumzsinfsmcpsmcpsups      $,4<DLT\dlt|hV^zbv,jtuK jKiN &,28 IO IL O L IhWgN W O L7FIA  WVJ 4 "*2:BJRZbjrttttt~t~ "tt&.6tttt "tttYb YZ[\]^YZ[\9"DHR[ {{tu}~QQ 4L_wxyz{|}~_ DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@A: & ILfM LrALlLIA ,8JT^ w"pb vu"uK  & IO O IhWgN )& WqOmA O "47IrA  !$%X?wqwh/w+{wy+{ P PfEd! ''`) 00~AC18Ccu~_cwEMWY[]} ' 7 > B D K O q !! !)!:!=<5410.+ |omd<9874*%! zn_X$6&$ za(=(<(9(7(/(.(-(,()('(%(#("''''''%JF    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a\rdei^xpkvjgUsjkgw>IG_l|cnRTd?m}bbOPXYTU:tmn  ]yVZe{qz| @ "+ !7 !!f]=]f\H  \R fD'/@,b=M>#!'' +2#"547676747>2#"&5467M.+H )#B  q+:H6,:QD<9 `ys=k- 6ZbRofNL?*)Q5(@F^) @ 9 >*% +'7>32'7>32 X=P X=P^H )F1  H )F1 m3}(K#PX@'  d    TS >@1  de    TGK?Y@)(('&%$!   +7#%3#####7367#73>733>733qI/oL'D9{D8{)-)TS}'##rXXrR{u7777usZ.4:@:54  /KPX@(be =M = =>K.PX@%ddeM = =>@#ddeU =>YYY@ .-,+*)+6"#6?.7>?37'.'#7&7>76'' ]a7QUKR#Z 2HT2a^- 9`aR sr\%mZ`9XI@nd?J _cTX3c  *Fe@ED. 510<- :K PX@,  U UUUM>K PX@,  U UUUM>KPX@,  U UUUM>KPX@,  U UUUM>KPX@,  U UUUM>@,  U UUUM>YYYYY@,+B@:842+F,F%$%%%# +3267674#"3267654#">32#"&5427'#"'#"&547>32'B25}F15~ه\^PP'Eى^]}5[`!#;_=)+;_??y΍!{fNs\%yiK{!3?)Z@HVUQ97& K PX@,M =K=M=M>KPX@,M =K=M=M>KPX@,M =K=M=M>KPX@,M =K=M=M>KPX@,M =K=M=M>@*UM =M=M>YYYYYY@ $%36-#++ +67654&#"&'326#"&547>7&547>326767#.?37'#"327#"+#%e,}J}tVHN 5qϘ+g 9C;8@Sih%ZPD9H#-hwd+1\Fl+-ZW^/'suZ!ffR LPmVJq}ׁ"jru^o) @9 >% +'5>32 X>P^H )F1 L "+747q7n#V F߮A=kF "+'65'777un#V/EV!TATkA@("?>81,KPX@e=M >@deM >YY@ %(#++%#+67&#"505>324&5&547>327632#"#".'#"&5?6/3;2;- B)V  D7V(J@%'- #B5%- J#F)1 "%3= +> /: R?* ''+);@!/BZw GK.PX@eT>@deGL@Y+!!#!7!3^GE`Ew^w`B@9[ +%2&7>54'&54697} P`DKR=,g-X->?Z&@# <IMA  +!"705>3!25BG!BK%7#;~ @M>   +%2#"&546+:I5,:Q?*)Q5(@FuBKPX@ =>K.PX@ d>@ d[YY@  + # u`(*@'UM>((  +"72>767674'&"&54732@OP#c-JN/177H%8!-qXJo5e[a#dT=raoE`2*@' <ddK >0/+'#"'% +%674&#"'6$76323&#"&547676  C\J?   ''7 /!D+ #l   % % `4,@)<bUK >(+."+>32!267!>?>7654&#"#"&54?k_7 ER?7F-R-;AXT G*HuB%#.j4aD%(hŚo?b#Eij^Rk-%SNR&) ++) i=@ 65KPX@)b`XUN>KPX@*b``UN>KPX@*b``UN>@*b``UN>YYYY@42+)'% == +"#"'47>32#"&547>3232>7674#"7>7654&=[G5els }Y'dF+DTCTJ \6GRq> T^?nM;4 o"$J816PB\2&R%X:A0?@<-'<dbV >,*&$ 00 +)2+3&#"&547>?!"'63עd1#,; jm< #q;u%u4$ % %..\r!-"@< :KPX@#bUUM>KPX@#bUUM>KPX@#bUUM>KPX@#bUUM>KPX@#bUUM>@#bUUM>YYYYY@ #&&$$#$+654&#"327"'632#"&547>32326 O=mg!:AVBNy%ոd=+J ;R}93dtF`   F+-Z;#3N#+#2,@)<UUM>+&&&+3267654&#"632#".54776$7 S9=o AMR'BTLR`V]? 'LbX;hf<;u =ArUm00UtIBw+5[Z3+&1clT5GfM^9hc JS@ < 9K*PX@IMA@dIMAY@  +!'67!"'673a/Nd3B'F5@)GRPVdfwy3cj  7E?+KPX@UM>KPX@UM>@UM>YYY@988E9E42   +"67656#"&547>7'&'47>3227654/ɍ!Q2{/!GRd5>򴏲-L iخ+mM'QdA'R*!x24"43R,Hy!#!97%<H h}i\6!lS9h*$TP2,@)<UUM>+&&&+67654&#"32>767#".547>32 S:=o AMRBTKR`V]? 'LbX;hf<;uBrUl0/UuJBw+6[Y3+'1clT5GfM^hb PN 0@-UIMA      +2#"&5462#"&5463+;I6,:Q+:H6,:Q3?RR5(@F?*)R6(@F\N/@,9eIMA +%2&7>54'&5462#"&546398} P`DJ+:I5,:QR=,g-X->}?*)R6(@FsX"+7Z?[?#y/@,SGK? +!7!7Fssuuo{/T"+%77D-PZF3>8@5b`M=M>54:84>5>20" '% +#"&54767632#"54?>767654&#"2#"&7> P1%<s ;eC>+3B #-; dP@5Dj.+-Z5,/ _J+/+ T\Pq%5`V1'-hD/%!%3;L>`1Ld@?TP5(@F5P{Q@M54K1PX@*U M=M  =M>@4U M=M  =M  =M>YY@PNJHA?9731(& +"3267>54&4$32732>54.#" 32%# 4$3 #"'67'"&V\qCp'=%X5'Iu;H `b5fb Vߍ+J/`+qݺhvBRm?-3B?1%JRH}@`YPdgJ3^ʚbI#oD81@.,&<V= >64+( +!&0&#'76?>'!"&#'76?67672< J5-LP -/B},+JlA':!N9mrl%$%//%#X)//lB?# - A'&K*PX@'ZUN  =M >@-ZZUN  =M >YY@  =<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.7}DoTz=X7ZZ2CWR61)8WDAd uN 9Z :^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4 dD%:@7$#<bM=M>"  %% +".547!23.#"327ՍڃC 3sd%N !FZJq>j3VlBC+-.Tsp:FWS{1++1K!PX<K#PX@ZM =M >@$ZZN =M >YY@ 10#76'$+%3 654.#"'7673267654&+"?! #?a[-_r=B;8-2E M }Ǹ^ YTdO-o-)1 !/;:Z!/+@i@f &!/*>=7 <Zb ZUL == L  >@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!2673;8 ,3 R J!&)!)-Z-N/RF,-)1 #/<[CNmQVi&Wy×/+A[@X$#3.<7 <Z b  UL ==M >A?:8$"473#3 +%;2�'7673267674&+"?!#!"326746;#"&7654'#^H;8 ,3 R J!&)!)-ݞ B//)1 #/<[CNmQVi&WD8v@2'@&bUM=M>Y@ 335&''$+% 5476$323.#"327674+"?3%+"N) %Xsd%O%HZ- ƾl9 L 9'%/8;N-.PylWVTQNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!bPobH=:XXdJ =9 d OqH>?11Z B//)1  B//)1 ?11ZcL-%"@K =K >CC+%&#"&47>7674&'.7327+ ;[ fd uN :Z fd uK;!9 6 5 9y57#; 4 7 9y^=o=@ 8KPX@3b``XR=M>KPX@4b```R=M>@4db```RM>YYY@ "#'$"$. +#"&5463232&'5%67"'.#"#"74632632 ,'8 j):Z3+3:y7%^=5iJ %gmd-cuD'9 uw1>3;9:11%#PeNLmH3mR/W;@8MG 93#<bK = >VULI85-,"9 +>&/&'?37&#'54.'&#&#'76?>76&/&5?3%27 +J|W!78'Py  #M pJ=8'?O?<J+ #--h&J -+ $. n%DJ//!/1 11  %'c"d+*:@7#<ZM =K >345$#3+654+"5?30%#"3267!''76;267bR o'L/_g<=%?11Z/ ;t 2-V@91T5)' NK PX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>@ K = K  =>YYYYY@SPMJ63;34<$ +%0#"&'732&#'76;276?657654#&5?!6!+";2&#'76;2746'A,$VHj5%N ?6 ))=9Hb1?8%V3FP@5}'_`#! n #+);%!=Vm-=@60K PX@bK = =>KPX@bK = =>KPX@bK = =>KPX@bK = =>@bK = =>YYYYY:#*9'+&/&/7336&/&5?37#"'&#"&#'76?>7-m;Pg'?P?> ZF# =0J?6`s/3/111 #)L8l",+'//!//D K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@   +"32654&"546$32ɍwwx6G\,+;5i@ /@%ZUN =K >Y@ 334)D3""+3 #"6'#"&?2$32#"';2&#'767326f+553-C?  5}TqR4 JۉB(L)9H;8/+^ '1L^Z'HP\--//)?/D 8@*"+76K!PX@/b`M=M=M>@,b`QM=M>YY@31.,)'%#   +"32654&67&546$32632327#".#"'6ɍwwx6Gpӯqw ^³IuLZd?"./+F\`$і,)OTTK->H=,1>+; :K%PX@ &<@ &@*ZUM =K =>Y@ 3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$32_^VNfb {'{LZ@t QTG+9Oj # = #U@oHX%i/+//Z+1DfD+]@ @M= = =M>Y(%!,$+#"#"&#"#673276&'$>32 R\iJDd`%#s8 Pd.DO-m )s^X=cX \ \% 4Pb5A@>10 "<43 :M =K >.+'$!55 +!2>4?.+";2&#'7673276&+"'67@ HR2Tj5/ +94O4m%5iVE1L;'F +  w7%1)/+//Z-#8v /u+D@ 0*K PX@K =M>KPX@K =M>KPX@K =M>KPX@K =M>@K =M>YYYYY@ (33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7e Ood8dͅLT we O qm8RKVYA! ?11Zuh>!Np7D ?11Z8Nt8=^zL+1@ ! +K PX@K =>KPX@K =>KPX@K =>KPX@K =>@K =>YYYYY@%$  11 +"?307""&'.#"'?3%"7654&%NP;/ -%# 2I L TGu !411-VXJ.11% '?9.m+T@A* 4K PX@ K = >KPX@ K = >KPX@ K = >KPX@ K = >@ K = >YYYYY@LJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -017h/-6+''%T /15)95%11+As27N] )+a@@=$ Q8< K = K  >`^USPMJH3'#c)r +?2326233"7676#"?23263"32&#'76726'.32&#57672>7>'&#"&  J#J9t ux!%Hp oa V  7a13bB` 33$0fT33}!*FR136b/'13/-5#++=8@5"7<K =K >$3633&44 +%.+"&?37"6&#"?37#";2&#5767326J!/-   N"T)5  )-9!wP+;3K 6;5.R(313,31 /;/ //$+qD(/@,'&<=M =N >8!!' +)"&7676'!"'673!6323!267dZ5P?)LB'I5T) +!!!)qhi9s@e> +#՞fjEK,PX@OK>@SGK?Y@  +7!!7!)H fiHhm3@<K > +#3# Tju/@GK? +!7hhBL@b`c>Y!)+0#"/72>7#63^/-) JP)  + +u 0;@8+*$'#$'#%+>54&#"32647'#"&54326?2327#"&$5+uf-\b>}#=8p.aV3qNF9J=Z X5jj+?Po;!N/oM?V -}@,' <9KPX@%=M=M=M>@#U=M=M>Y@ '%#"+4&#"32> 632#"''67674#'"57$72\A:Xf!@oNPjxH\wZ3'B+@ XJ\H37{RG3\L5i?'9 ="T a@bM=M>Y@    +"&5432#"74654&#"3267Vɜ\#o+o]9':RXn`Z15J/!' њtXBFZb<@; .@,bU =M=M>Y@ :9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$7279+1'%-,g#E@qyNt<" qVC<+?  W?V1EL)kJ!V=!V7d1C^D%%'B$9 ="TU@bM=M>Y&#+!+4"$73272%"&54>36O[; @lܗ b; ݤLH3!9gPPw#ʜZîpB?:KPX@0b ZM=M= N>@1b  bM=M= N>YY@ 64$&###"%% +#"567>;>32#"&'&'"32'# #"&546323267jb51-@!fbwJ'`+RhR 9 [JHE``^--+;JZ$ m=RA)9H+-!fI#-!%CKZ@6J/+K*PX@0ZUM=M=M>@1bUM=M=M>YY@YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1C/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%:F@C<bb``==>+'%'+76&#&7$72>32 3272"5476'&#"#"&54>"` h˒NJ)X+ mH )%EN< 2"J+ f4(,  K՗mN"F5ZRs9h3$}ht 4* $5 %r@)b``U=>Y@ %%+462"3272"547654/&67632FfHHf^\)X+ m\$R  щ*^gGGgGyT"F5ZRs:gN') +[X (0aK!PX@&b`QM =>@$b`UQ>Y@ #$+%+654/&67632#"&54632326767462"y%R  щ**)'?6PQk=[1 '7##^+EgHHgT') +فN5=2.$#-#pD%LgGGgGEV@S! +<bbb`=M=M >@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>"` h&7Rj3FTE0%5NlkN7785-f=Y4? N 2"J+ f4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5Y@b`=M>Y(+>.'&76723272"547  %"& )X+ m&+%( , LhS"F5ZRs7jSJ@G'!5<bb` M= >MKA?%#'$*! +6#"#"&54764/&7632>32>32 3272"5476'&#"#"&5476gB#zJP> 3"J+t R}*- 1NJ)X+ mH )#{IP> 2"J+sjylw 5*l7O'+(sjN"F5ZRs9h3$ylw 5*l7A@>$2<b```=>%$*$+6'&#"#"&54764/&7632> 3272"56G (%FP> 3"J+t R}*- /NJ)X+ m3$}hw 5*l7O'+(wN"F5ZRs8##@M=M>&(%$+32>5#"4>32#". 3+Fh3Fk7HۃdL#TL1bX}7p; ^Z`ìl=in>5PfV!o 3n@ !<:KPX@ M=M=K>@ M=M=K>Y@ C&.#!+4#"727>'6?632'"'&#"&47>q`@97]--;#J?1qVeTV52 7J QD bH1)HN0 ;2@Xk+a+Z^8*9! 1 1>!f4n@ @%dM=M=K>Y@ C"%($"+4&#"3267>#"&54$32632&#"&47>H4+)9B%+J?vR vHf0% 7J RD bF?Vs^iN59/w2If/6,9! 1 1>}11@.<b`M=>$+$$#+>32#"'.#"#"&54>7>/&7632!D\=B?/8! P6  'D) o%Rс,#HF-3N%%-& #0BN'3i*K PX@bM=M>K PX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYY*#$''+&'&#"#"&546323254'.54>32i4%B!fk컵<M5T2pes8hzP`-< hsP|wkb-KPX@bM=M>@bUM>YY@ #$$!+7#"5476?>7>3#32672'"54} 2v -9!){Y%#h !f<' \ L :%7)&t<7;@81/<b`==N>%()%$$$+326777327#"&54765&'"&547654#"&'>32=V+?)?w{%N#dLF;ZcX+D#hQqPADͲ9!P 'fV?%93VAFXX7!V%mOd7<!K PX@b=>KPX@b=>KPX@b=>KPX@b=>@b=>YYYYY&#%)+654&54632"'&#"&'>325&G/g!-JX?&XyVD/  L\3(;H%1:+6!&hXdh3@ 2.K PX@!b`=M>KPX@!b`=M>KPX@!b`=M>KPX@!b`=M>@!b`=M>YYYYY@ ##&-"+>326654&54632"'&#""'&"&XyVD,>P.6'&G/g8F13 ` !1=5)>&hXdh]nJ+}*H"\3(;&yx%12s9:+6!6N[@XK:(.<-;b bM=M>HFEC@>20,*&$" %! +&#"&'>327>32#"'&#"327#".'&/#"&543232767. ;!QJ/  4G)/KL,9U7(..r*K73UM% 'E6SVK7Zc,d )o-;*&4+]  $ _78I4./J$(63^@5$% vg<^3<2d75Q0^%e/3@0)'<bZ=M>&!#&*+654&54632#"&5432326?&/&"&'>32\X'&G/g~}Z`1ZG%s76R )?&XyV+3iD&\3(;H+/fR\Tux+6!&hX?E^.oKPX@&% <:KPX@&% <:KPX@&% <:@&% <:YYYKPX@.bbbM=N>KPX@4bb`bM=N>KPX@.bbbM=N>@4bb`bM=N>YYY@ "%!+"#"+327#"'&#".'6767&#"&#"'>3232b))T3P:MHuwMZ)BH }=kPXl8/uAD++=-//7q#Fv\A)`/ Nu*0KPX@=M>@ Q>Y#" +3".76'&67>7>39~s`H P;C >`V*V1 etD] &1B-jx!/w΁  -LsP\ ( zWym9  7h#@=> +#3t t#sP*3KPX@M=>@eM>Y#" +>?.76&#&672#&67>9~r`HQ;C >aV*V1 etE^ &1B-sTx!/w1  -LsP ( zWm9  7g+@( <IUMA!%!"+>323276#"&#")V/-B!D576Rmju -&/@,bM=>" && +"&547676767>32"&46327L.+H )"B q+:I5,:Q-;: `ys=k- 6Z`TofNLu?RR6'@F33#+G@D $ <:9bM=M>$)%%'+#"7473267#"''7.5432 &#"XRWLF\#o#/'9RX)(`QfSeV'$/ o3 j>15J '"XBFZb /J`Al[#o<T@.  K PX@<  Zb`` U  SM>KPX@<  Zb`` U  SM>KPX@<  Zb`` U  SM>KPX@<  Zb`` U  SM>K!PX@<  Zb`` U  SM>K1PX@=  bb`` U  SM>@A  bb`` U  SM=>YYYYYYY@<;:96420+)$"#!+#327"'&#"#"&=67#767#737>7672#"'&#"!!o;{P1%{s/dbgVX-#5 #s7nh}9zN85%'1mNs5'w=B5'+!7=b-^ uVj++ '-%+vm^V2C@@%".,&20<$:19UIMA&$+3267654&#""''7&54767&'76267'NEVL?VLud}/l+-PfTB=\-f=Nf1Ril'!Tj'1uyVLV{i%-tn13B9}ZHR  ol=wuYf@c. :4 <-) :     USSM >YYXWVUROLEA?30,*%#3#4+!;2�'76;2?!7!7!7!&'&+&?327+"7676+&?232>3+"3!76=M;5B X7JA< X1%3L^@!Aw``f1Rf`q^=:XX'  $ J%$X^q?hffrK PX@SGK?KPX@OK>@SGK?YY@ +##Vu/Dd@^4F@)b``RM>Y@QODB<:$"dd +67654%2#"=67#654.#"#"&547>323267654'.54767&5476$1#+-h-uR/o!)!Br/3B\r< -uT-o +#9u7˪# JP+RѮ-P%V}_#3L  %+{P! /3!;^{F%s3J!$m}`%/N '%)l_Xok#$k3;'-oT)3KPX@ M >@IMAY+462"$462"TBZAAZ/AZBBZj[AA[AA[AA[A/.>@ KPX@, UU=M=M  >K(PX@) UU Q=M>@' UUU Q>YYY@0/ 86/>0>(&. .&&&! +#"&547>323454&#"327"547632"327654&jwхNh@5XF HLjZ / /y) ٬N) lw @:u-'M[fT 8;Q9:723%51$\ 0@ +*KPX@QM=>KPX@bQM>KPX@QM=>@bQM>YYYY@ $#$'#%+>54&#"32647'#"&54326?2727#"&#NCi =@*_[zZ(%K @  :"JT3.&0r);o:$zF F+q5(3I4*  "+'7$'7$%a'%a' ŷυqCJυmC 3;#@ eGK? +!7!Z^fp hZ&@# <IMA  +!"705>3!25BH BL%7#;//:JZε KPX@3   U  U UM= M >@0   U  U U  QM>YY@LK<;TRKZLZDB;J"547632"327654&H =)b> )#  hoX! HVK~F)-+1@ / /y) ٬N) /N?N  I3E>p 8;Q9:723%51J/&@# <IMA  +!"505>3!2w=A!?A/#-!-h iKPX@M =M>K#PX@UM>@UIMAYY@   +2654&#"'4632#"&>R45>T8[I_[J``=1Ff>/Ak\bK^cs%oKPX@#dbTK >@)dbTGK?Y@  +%!7!!#!7!3v_HF`Fww/w^w`R*k@('@!bUGK?Y@#! ** +"&5765>32367!>767654&#"% c ZBqj)#1A$9i \i^V)%BHjNh )'!#$?8 @ 5KPX@&b`RM=>K!PX@'b`XRM>K1PX@(b``RM>@.b``UINBYYYY@ &"&-%##+054'"#"'5>32#"&547>323267654&#"7>%?K=1`Zf{7LJx'=@%lF%HHm1#L/=?91 FAJ: h%&+#NV 5-7 QLV @<bc>%" +7632##"547>} &V"3-F#')&)%H3@-<)%$:K PX@M=>K PX@M=>KPX@M=>KPX@M=>KPX@M=>@M=>YYYYY@,*('#!33 +"&547676767>77%32677327"'#"'}!L"7  X\>;- )7=5u3'P%A2;W%V'}BuN7ZD1lwTVRqqwH}?D!+*;7@4<bM =K>2h$24+32!76;>7#".5476$323?+"267654.'" $> ^  =3%7m=uoE 'Z>3)V#%+' 9++/P!H^7D +6I9F)D=n-@IMA  +"&547>32o+2P-%5 N3%+D3' -AZ5D@A<bUIMA +"'7332#"'7326754&J+6wFJZ sT`'HG!L'"q;4 DT-8!)! 9F@ @dIL@Y334+>7'673;2&#'76732=^jJPYu/! /C3J;!!f{*@'UIMA  +"3267654&>32#"&54V3R12'T 1qʘɝuHsT#?TP\='BJۅt_!sy^h\  "+767&'7767&'7h%`&%a' TυqDυ}mD^)I@20 C @A b  b  `b  T TO >Y@HEB?<965))&%2$2+3#3#;2'76732?!'676733765>467'673;2&#'76;26LhDi/ij !+% X737FC@=:754! (( +3#"&7>32367!>7676&#">467'673;2&#'76;26LhDiN!$ jb X?qj +#1D=_kXP10y-7kP\Zk\X'-7FlPg;7  #%/" -F3JZ!!+b4X@1K @Zb```b  `  bU  T  OM >Y@!555X5XUTPOJIGDB@>;9876$"%)%##+3#6&#"#".7>32#".7>3232676&#"7>3#;2'74732?!'676733765LhDi?N dg {?O1Z<'=@%lJ+THm/ih !) /% X89 <5h%m'#!L/gD9HB\Hh!'+#NVH=5 P%Ou)//)uTu\BFB5+4@8@5b`M=M>65<:5@6@31" '% +6'&>32#"&547>7>?>32326"&7>32+ P1%;s ;eC>+3A #-; dPBG?6Dj-+- Y6,/ `J+/+ T\Pq$5aV1'-hD/% $3;M=3cJ1Ld?>**Q5(@F8A=@:,&?=64+( +!&0&#'76?>'!"&#'76?67672'"'%< J5-LP -/B},+JlA':!#7N9mrl%$%//%#X)//lB?##8B>@;,&<@:9:dV= >><64+( +!&0&#'76?>'!"&#'76?67672'"7567< J5-LP -/B},+JlA':!w?N9mrl%$%//%#X)//lB?#sw#q8CE@BA@><;,&<dV= >999C9C64+( +!&0&#'76?>'!"&#'76?67672&''67< J5-LP -/B},+JlA':!=s/qNh}dN9mrl%$%//%#X)//lB?#m^c+7BD5+D}o8K[@X=FE,&<<:U U V= >:9IGCB@>9K:K64+( +!&0&#'76?>'!"&#'76?676727267#"'&"'632< J5-LP -/B},+JlA':!P#3!1N+L?N31Tw?H5N9mrl%$%//%#X)//lB?#/D<3/:@1H?@<<6$<U V= >FD;8.,#  +462"$462"!&0&#'76?>'!"&#'76?67672AZBBZBZAAZ< J5-LP -/B},+JlA':!mZAAZBBZAAZB#9mrl%$%//%#X)//lB?#dFWK@HJD5,&<UU= >HGQOGWHW=;+( +!&0&#'76?>'!"&#'76?6767&547>32"3267654&< J5-LP -/B},+JlA M{H=T L4+F -%+G -N9mrl%$%//%#X)//lB $X FdM< 3U !@+#3A)%/\+a@65 F O_^! @L Z  bbX  US L = =L >Y@& \YUSMKEC><:731.,&#  a a$ +!674#"'767327!72�'7673267654#"?)+"32>76;#"&7654&+3!2677V 5jDa L-/1%j{R J )! + X-N0Q#Oq ,-Zj& 511 23<[1#+hVD{2--y\dD@@$#?'>832@4bb`QM=M >Y@=;641/)("  @@ +".547!23.#"32772#"'7326754&#"'7ՍڃC 3sd%N !FZJq>j3?#FRsV^%HG!L)#=cVlBC+-.Tsp:FWS{1.f:3 DK-/!)! %#/@Iu@r &!/*>=7 GE@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!267#"'%3;8 ,3 R J!&)!)-Z-N/RF,"7-)1 #/<[CNmQVi&Wy×#/@Jv@s &!/*>=7 FD@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!267'"=673;8 ,3 R J!&)!)-Z-N/RF,-w?-)1 #/<[CNmQVi&Wy×sw#/q@K}@zIHFDC  &!/*>=7 <   dZb ZUL == L  >AAAKAK@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!267&''673;8 ,3 R J!&)!)-Z-N/RF,g=s/qMh~d-)1 #/<[CNmQVi&Wy×q^c+7BD5+D}/m@HP{@x &!/*>=7 <Zb Z    UUL == L >POLKHGDC@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267462"$462"3;8 ,3 R J!&)!)-Z-N/RF,BZAAZAZBBZ-)1 #/<[CNmQVi&Wy×^@@^@@^@@^@L%.-@*.&:dK =K >'CC+%&#"&47>7674&'.7327#"'%+ ;[ fd uN :Z fd uK#7;!9 6 5 9y57#; 4 7 9yZ#L%/.@+-'&:dK =K >&CC+%&#"&47>7674&'.7327#"=67+ ;[ fd uN :Z fd uK)w?;!9 6 5 9y57#; 4 7 9ygsw#Lq%08@5.-+)(<dK =L >&&&0&0CC+%&#"&47>7674&'.7327&''67+ ;[ fd uN :Z fd uK =s/qNh}d;!9 6 5 9y57#; 4 7 9yB^c+7BD5+D}Lj%-51@. UK =K >54CC +%&#"&47>7674&'.7327462"$462"+ ;[ fd uN :Z fd uKyBZAAZA[AA[;!9 6 5 9y57#; 4 7 9yZAAZBBZAAZB++9K!PX < K#PX@( ZSM = M  >@.Z ZSN = M  >YY@98#54'$ +%3 654.#"3#'7673267#73654&+"?! #?a[-_r=BU;8LU-2E M }Ǹ^ YTdO-^-)1^ !/;:Z!mj=P}@B KJ60K PX@/b  U UK = =>KPX@/b  U UK = =>KPX@/b  U UK = =>KPX@/b  U UK = =>@/b  U UK = =>YYYYY@?>NLHGEC>P?P:#*9' +&/&/7336&/&5?37#"'&#"&#'76?>7267#"'.'62-m;Pg'?P?> ZF# =0J?6y#3 1N+K?O31Tw?H6`s/3/111 #)L8l",+'//!/Z/C;3/:?1/ %%:K PX@dM=M>K PX@dM=M>KPX@dM=M>KPX@dM=M>KPX@dM=M>@dM=M>YYYYY@#!   +"32654&"546$32'"'%ɍwwx6G+"7\,#/ &$:K PX@dM=M>K PX@dM=M>KPX@dM=M>KPX@dM=M>KPX@dM=M>@dM=M>YYYYY@"    +"32654&"546$32'"7567ɍwwx6Gfw?\,sw#/q '@ %$" K PX@dM=M>KPX@dM=M>KPX@dM=M>KPX@dM=M>@dM=M>YYYYY@''   +"32654&"546$32&''67ɍwwx6G^=s/qNh}d\,^c+7BD5+D}/q /Q@!*)< :K PX@(U UM=M >K PX@(U UM=M >KPX@(U UM=M >KPX@(U UM=M >KPX@(U UM=M >@(U UM=M >YYYYY@-+'&$"//  +"32654&"546$32267#"'&"'632ɍwwx6G#3!1N+L?N41Tv?I5\,/D<3/:@1/,K PX@!UM=M >K PX@!UM=M >KPX@!UM=M >KPX@!UM=M >KPX@!UM=M >@!UM=M >YYYYY@'%,, +462"$462""32654&"546$32BZAAZZ?_??_K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@ %#)( +'7&546$327#"'"&3265&Hux6טEOw[ ,cwR5Ζ,s1}WJ\c\kuDM @0*K PX@  dK =M>KPX@  dK =M>KPX@  dK =M>KPX@  dK =M>@  dK =M>YYYYY@ KI(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7'"'%e Ood8dͅLT we O qm8RKVYA!#7 ?11Zuh>!Np7D ?11Z8Nt8=^zLV#uDN @0*K PX@  dK =M>KPX@  dK =M>KPX@  dK =M>KPX@  dK =M>@  dK =M>YYYYY@ JH(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7#"7567e Ood8dͅLT we O qm8RKVYA!/w? ?11Zuh>!Np7D ?11Z8Nt8=^zLasw#uqDO@MLJHG 0*K PX@   dK =M>KPX@   dK =M>KPX@   dK =M>KPX@   dK =M>@   dK =M>YYYYY@EEEOEO(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7&''67e Ood8dͅLT we O qm8RKVYA!b=s/qNh}d ?11Zuh>!Np7D ?11Z8Nt8=^zL<^c+7BD5+D}uQ,@6@ <<;K PX@#U M  = M>K PX@#U M  = M>KPX@#U M  = M>KPX@#U M  = M>KPX@#U M  = M>@#U M  = M>YYYYY@LJ;852'3 +462"6462"7"5?307#"#".547654+"'?3732>7?_??_AZBBZ  Pod8dͅLT we O m8RKVYA!?_??_??_??_?sZ11Zuh>!Np7D ?11/!8Nt8=^zL=GE@B"7 :  dK =K >CA$3633&44 +%.+"&?37"6&#"?37#";2&#5767326'"7567J!/-   N"T)5  )-9!wP+;3K 6;5-w?.R(313,31 /;/ //$0sw#++ EQ@N$9<UUK = M  > E DA>(23373$" +3 6'4'"0'7673267654&+"?3%#"632#"';2&^h!h: ?f;8-2M3mH~pS%$,23C7-/)1 !11Xd7]d9! "/?TK PX@8 Z ZM=M= N =N>KPX@9 b ZM=M= N =N>@: b  bM=M= N =N>YY@PN?=:852,*)'#!TT +232654'7>54&#"#"&54632327676+"5463276$32#"&546?+NHf+gu#53U57f)PHVT^Q')+: -')i%ZZ  R?9obF;La1``I =A-[\=65JytVC{CC#3^$)'0XsJ;uhJ-+@hwBO@)ddbM=M>Y@ $)$'#$'#% +>54&#"32647'#"&54326?2327#"&#"/7632$5+uf-\b>}#=8p.aV3qNF9RT%# ?TJ=Z X5jj+?Po;!N/oM?1 #)/uR 0?K@H+*'#$'#$'#% +>54&#"32647'#"&54326?2327#"&632#"67$5+uf-\b>}#=8p.aV3qNF9 $ %)J=Z X5jj+?Po;!N/oM?# 1-u+ 0;P@M98643+*111;1;$'#$'#% +>54&#"32647'#"&54326?2327#"&&''67$5+uf-\b>}#=8p.aV3qNF9+n9u9d)HJ=Z X5jj+?Po;!N/oM?b%\PTX%Xu 0C@5 >= +*@0b  U UM=M>Y@21A?;:861C2C$'#$'#% +>54&#"32647'#"&54326?2327#"&267#"'&"'632$5+uf-\b>}#=8p.aV3qNF9#3 2N+K?O32Tw?H6J=Z X5jj+?Po;!N/oM?o/C;3/9?1u 08@@+*@)b  UM=M>Y@@?<;$'#$'#% +>54&#"32647'#"&54326?2327#"&462"$462"$5+uf-\b>}#=8p.aV3qNF9?^@@^1@^??^J=Z X5jj+?Po;!N/oM?;[AA[AA[AA[Au3 0@P[@X+*21MKEC:81@2@$'#$'#% +>54&#"32647'#"&54326?2327#"&"3267654&>32#"&54$5+uf-\b>}#=8p.aV3qNF9R+G +'+F-{G?S {J?PJ=Z X5jj+?Po;!N/oM?@+#1?)%/kFdN;FdN;}! RK*PX@4,E@? <@4,@? EK PX@*bU M= M   >KPX@*bU M= M   >KPX@*bU M= M   >KPX@*bU M= M   >K*PX@*bU M= M   >@4bU M= M  = M   >YYYYYY@HFDB><87/-)'"   +">7654&6732&'"#"'47>32632327#"'"&5476$%65&N+30m\%%1XN9j#PrxZLmGBsU' 9 HP )=%oHd1.&%-LZ} /)dxF Tb;;;j5XkihiZ}@6:@"!&721@0b```RM>Y@530.(' :: +"'7.5432#"74654&#"326772#"'7726754&#>_yVɜ\#o+o]9':RPl2#FRsV^%HG!L)#a`Z15J/!' њtXBFR^ P:3DL-/!) $`/@ &K#PX@*bb=M=M>@'ddbM=M>YY@ $(&#+!+4"$73272%"&54>36#"/7632O[; @lܗ b; ݤLT%# ?TH3!9gPPw#ʜZîp #)/V.r@*bb=M=M>Y@ '"&#+!+4"$73272%"&54>36632#"67O[; @lܗ b; ݤLe % %)H3!9gPPw#ʜZîp 1-+*q@('%#"@#b =M=M>Y@ * *&#+!+4"$73272%"&54>36&''67O[; @lܗ b; ݤL+o9u9d)HH3!9gPPw#ʜZîpb%\PTX%X'/p@'bUM=M>Y@ &#+! +4"$73272%"&54>32$462"$462"O[; @lܗ b; ݤL?_??_2?^@@^H3!9gOPw#ʜZîq[AA[AA[AA[A`-|@ $ @+ddb``=>Y@ $*%$+3272"547674/&67632#"/7632S])X+ m\%R  щ*ET%# ?TT"F5ZRs:gN') +" #)/;V,@@= <bb``==>'$%$+3272"547674/&67632632#"47S])X+ m\%R  щ*. $ %)T"F5ZRs:gN') + 1-+(E@B&%#!  <b`` ==>((%$+3272"547674/&67632&''67S])X+ m\%R  щ*+o:u9d)IT"F5ZRs:gN') +b%\PTX%Xq%- KPX@-b``M ==>@+b``U=>YY@ %$ +3272"547674/&67632462"$462"S])X+ m\%R  щ*AZBBZ/BZBBZT"F5ZRs:gN') +,[AA[AA[AA[Ay:@<.-,)'&"!  :K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@75  +%2676'4'&#">32&''7&'&'7>7#"&54#L27^PBNdy9145'%+ J+D@1 -9ʦFn ^}VRLmffmJ gjc Z#EV;vbhaő< 7J@< ED $2<; :KPX@=b```   U M ==>@;b``` U   U=>Y@98HFBA?=8J9J%$*$ +6'&#"#"&54764/&7632> 3272"56267#"'&"'632G (%FP> 3"J+t R}*- /NJ)X+ m#3 2N+K?O31Tw?H63$}hw 5*l7O'+(wO"F5ZRs8/C;3/9?1#`#3]*@ddM=M>Y$,&(%$+32>5#"4>32#".#"/7632 3+Fh3Fk7HۃdL#TL1gT%# ?UbX}7p; ^Z`ìl=in>5PfV/ #)/#V#2-@*b=M=M>'&&(%$+32>5#"4>32#".632#"47 3+Fh3Fk7HۃdL#TL1_ % %(bX}7p; ^Z`ìl=in>5PfV% 1-#)#.4@1,+)'&< =M=M>$$$.$.&(%$+32>5#"4>32#".&''67 3+Fh3Fk7HۃdL#TL1+o9u:d)HbX}7p; ^Z`ìl=in>5PfVb%\PTX%X# #6@(10<':KPX@(UM =M=M>@&UUM=M>Y@%$42.-+)$6%6&(%$ +32>5#"4>32#".267#"'&"'632 3+Fh3Fk7HۃdL#TL1#3!1N+L?N41Tv?H6bX}7p; ^Z`ìl=in>5PfVm/C;3/9?1##+3XKPX@!M =M=M>@UM=M>Y@ &(%$+32>5#"4>32#".462"$462" 3+Fh3Fk7HۃdL#TL1 ?^@@^1@^@@^bX}7p; ^Z`ìl=in>5PfV9[AA[AA[AA[AhmN 1@.USIMA$+>2"&>32"&!7DN-DN-hC')+DN,^'77')88)79N::ywws(9@6   <: 9M=M>*#*&+#"''7&54>32&#" 32>L9)ׅXq7nNHۃ^qFk7G"Cg57MbBk=if`ìla^J(#C3jb7G@>1/@/ddb`==N>Y@ $*%()%$$$ +326777327#"&54765&'"&547654#"&'>32#"/7632=V+?)?w{%N#dLF;ZcX+D#hQqT%# ?TPADͲ9!P 'fV?%93VAFXX7!V%mOd7l #)/P7FJ@G1/<bb`===N>'$%()%$$$ +326777327#"&54765&'"&547654#"&'>32632#"67=V+?)?w{%N#dLF;ZcX+D#hQq) $ %)PADͲ9!P 'fV?%93VAFXX7!V%mOd7Z 1-+7BO@L@?=;:1/<b` ===N>888B8B%()%$$$ +326777327#"&54765&'"&547654#"&'>32&''67=V+?)?w{%N#dLF;ZcX+D#hQq'+o:u9d)IPADͲ9!P 'fV?%93VAFXX7!V%mOd79b%\PTX%X7?G@ 1/@/b`  U==N>Y@GFCB%()%$$$ +326777327#"&54765&'"&547654#"&'>32462"$462"=V+?)?w{%N#dLF;ZcX+D#hQqT@^??^1?^@@^PADͲ9!P 'fV?%93VAFXX7!V%mOd7t[AA[AA[AA[A%eT/>B@?)'<bbZ==M>'$&!#&*+654&54632#"&5432326?&/&"&'>32632#"47\X'&G/g~}Z`1ZG%s76R )?&XyV+3 $ %)iD&\3(;H+/fR\Tux+6!&hX?EG 1-o CK,PX@!BA?)3 <8 9@!BA?)3 <8 9YKPX@0=M=M=M=  K  >K,PX@.U=M=M=  K  >@4 ZU=M=M= L  >YY@=:746&%#" +4&#"72>%674#'"57$72632#"';2&#'54327'6q>C`@97LJ)f+@ XJqV_oV5#'%;N?'+;#J@1Z)Ht;+9 ="T+RӾ 11 /]j;2@Y%e/7?z)'@*bZ U=M>Y@ ?>&!#&* +654&54632#"&5432326?&/&"&'>32462"$462"\X'&G/g~}Z`1ZG%s76R )?&XyV+3?^@@^1@^@@^iD&\3(;H+/fR\Tux+6!&hX?E][AA[AA[AA[A-8HB@?,&<UV= >;9C@9H;H64+( +!&0&#'76?>'!"&#'76?676727!"'47>3!2< J5-LP -/B},+JlA':!')N9mrl%$%//%#X)//lB?#+-u 0@M@J+*31;81@3@$'#$'#% +>54&#"32647'#"&54326?2327#"&!"'47>3!2$5+uf-\b>}#=8p.aV3qNF91'*J=Z X5jj+?Po;!N/oM?+-o8GL@I,&< dU V= >999G9GECA@=;64+( +!&0&#'76?>'!"&#'76?67672#"&=33267< J5-LP -/B},+JlA':!hm@lVRN9mrl%$%//%#X)//lB?#khq`9>=:u1 0BL@I+*%&$'#$'#% +>54&#"32647'#"&54326?2327#"&3267#"&547$5+uf-\b>}#=8p.aV3qNF9`RP;+\hwJ=Z X5jj+?Po;!N/oM? DU`Xk 3DDJP@MH5! BA< V= =M>FEEJFJ@>:7+) DD +"&54670'76?>'!"&#'76?67672&'327!& Tks] -/B},+JlA':!5-(rB5JE#< J3\RJ2/%#X)//lB?#%$%/V3FJDE9mru5CI@F)(5<:bRM=M>#'+'#$'! +"&54767.547'#"&54326?2327327>54&#"326\uL`aA7\b>}#=8p.aV3;*7)9\$5+uf-FAT_>$ X5jj+?Po;!N/:$y #7NfJ=Zd%/G@D$#<-'&:dbM=M>+)"  %% +".547!23.#"327#"=67ՍڃC 3sd%N !FZJq>j3w?VlBC+-.Tsp:FWS{1sw#V /@+bb=M=M>Y@-+$"    +"&5432#"74654&#"3267632#"67Vɜ\#o+o]9':RX % %)n`Z15J/!' њtXBFZbf 1-ds%0N@K.-+)($#<dbM=M>&&&0&0"  %% +".547!23.#"327&''67ՍڃC 3sd%N !FZJq>j3y=s/qMh~dVlBC+-.Tsp:FWS{1^c+7BD5+D}+ +|@)(&$#@$b =M=M>Y@!!!+!+    +"&5432#"74654&#"3267&''67Vɜ\#o+o]9':RX+o9u9d)Hn`Z15J/!' њtXBFZb?b%\PTX%Xd{%1F@C$#<bUM=M>0.*("  %% +".547!23.#"3274632#"&ՍڃC 3sd%N !FZJq>j3P7/@P7/@VlBC+-.Tsp:FWS{19RB+7R> ,K#PX@(bM =M=M>@&bUM=M>YY@+)%#    +"&5432#"74654&#"32674632#"&Vɜ\#o+o]9':RXP7/@R51>n`Z15J/!' њtXBFZb9RA+7R=d%0N@K$#<.-+)(:dbM=M>&&&0&0"  %% +".547!23.#"327&'767ՍڃC 3sd%N !FZJq>j3;s/jRsuo|VlBC+-.Tsp:FWS{1Zi)3FL-)Lw) +v@<*)'%$:K PX@"dZM=M>@#dbM=M>Y@"!    +"&5432#"74654&#"3267#&'767Vɜ\#o+o]9':RXf-o8s=X+n`Z15J/!' њtXBFZbj%ZRN^%+1<K!PX@<:9754:@<:9754:YK!PX@dM =M >K#PX@$dZM =M >@*dZZN =M >YY@222<2<10#76'$ +%3 654.#"'7673267654&+"?! #&'767?a[-_r=B;8-2E M }Ǹ^;t0jRsto| YTdO-o-)1 !/;:Z!Zi)3FL-)Lw<R@; HG.K.PX@6bI  M  = =M=M>@4b   I U =M=M>YY@>=NL=R>R:9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$7272'>76"547679+1'%-,g#E@qyNt<" qVC<+?  W/17iA=RP ?V1EL)kJ!V=!V7d1C^D%%'B$9 ="TB/ =L3# W+%< F++AK!PX < K#PX@( ZUM = M  >@.Z ZUN = M  >YY@A@#5##4##'$ +%3 654.#"32+'7673267#"546;654&+"?! #?a[-_r=BW';8L%V-2E M }Ǹ^ YTdO-5-)14 !/;:Z!9L@D /.5@7bU   V= M = M   >Y@LKHFCA9720$#$&"+4&#"3267>654#'"'7$7232+327#"547'#".54$3267!"'46379+1'%-,r+?  W'x#E@qyNt<" qVC,%?V1EL)kJ)9 ="T6=!V7d1C^D%%'4/@Pz@w &!/*>=7 <Zb Z   UUL == L  >CAKHAPCP@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267!"'47>3!23;8 ,3 R J!&)!)-Z-N/RF,P')-)1 #/<[CNmQVi&Wy×,.#/p@&bUM=M>Y@" *' /"/&#+!+4"$73272%"&54>367!"'47>3!2O[; @lܗ b; ݤL'*H3!9gPPw#ʜZîp+-/m@O@ &!/*>=7 <  dZb Z  UVL == L >AAAOAOMKIHEC@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267#"&=332673;8 ,3 R J!&)!)-Z-N/RF,\hm?mVR-)1 #/<[CNmQVi&Wy×mhq`9>=:31o@ <)( :KPX@%bUM=M>@%bUM=M>Y@ %%&#+!+4"$73272%"&54>363267#"&547O[; @lܗ b; ݤLjaQP<+\hwH3!9gPPw#ʜZîp DU`Xk /q@Lu@r &!/*>=7 <Zb Z  UUL == L  >KIEC@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!2674632#"&3;8 ,3 R J!&)!)-Z-N/RF,P7/@R61=-)1 #/<[CNmQVi&Wy×9SB+9P?+K#PX@'bM =M=M>@%bUM=M>YY@ $#&#+!+4"$73272%"&54>36%4632#"&O[; @lܗ b; ݤLO8/?R51=H3!9gPPw#ʜZîp9RA+7R=/5+S@-(61 ED> GQP <Z  b  Z  UL == M  = M >OMIHB?;942,*&$" SS +"&5467!'7673267674&+"?!#!"326746;#"&7654'#!267"327LVkr[;8 ,3 R J!&)!)-Z-N/R=+sB7JC!5\RJ3-)1 #/<[CNmQVi&Wy"V3FJDEV6<C@@;&% 6<bQM=M>:853)&'!+#"&54767#"&54>3232723274"$%sL`;>L @lܗ b; @Q F;+8)5`O[;HA t ʜZîp!9gPPw#X9 811%1 %5NH3/@K}@z &!/*>=7 AAAKAK@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!267&'7673;8 ,3 R J!&)!)-Z-N/RF,q;s/jSsto}-)1 #/<[CNmQVi&Wy×Zi)3FL-)Lw'*i@<)(&$#:KPX@"dbM=M>@"dbM=M>Y&#+!+4"$73272%"&54>36'#&'767O[; @lܗ b; ݤLf-o8s=X+H3!9gPPw#ʜZîplj%ZRN^%q8C@A@><;2'@, dbUM=M>Y@999C9C335&''$ +% 5476$323.#"327674+"?3%+"&''67N) %Xsd%O%HZ- ƾl9 L 9'=s/qMh}d%/8;N-.PylK*PX@6ZU  =M=M=M>@7bU  =M=M=M>YY@[[[e[eYWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326&''67J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1C+o:u9d)I/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%5b%\PTX%Xs8G@2'@5  db  UUM=M>Y@999G9GECA@$335&''$ +% 5476$323.#"327674+"?3%+"#"&=33267N) %Xsd%O%HZ- ƾl9 L 9'im@lVR%/8;N-.Pyl=:C+KZl@6J/+K*PX@8Z  UUM=M=M>@9b  UUM=M=M>YY@hfa_YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"3263267#"&547J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1CTaRP<+\hw/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%7 DU`Xj 8D@2'@.b  UUM=M>Y@ CA$335&''$ +% 5476$323.#"327674+"?3%+"4632#"&N) %Xsd%O%HZ- ƾl9 L 9'qP7/?R51=%/8;N-.PylC KZb@6J/+K%PX@.Z  UUM=M>K*PX@8Z  UUM=M=M>@9b  UUM=M=M>YYY@ba^]YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326462"J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1CFfHHf/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%jgGGgG D8N@2'@.bU   QM=M>Y@:9GF9N:N335&''$ +% 5476$323.#"327674+"?3%+"2567654'.547>N) %Xsd%O%HZ- ƾl9 L 9'fp =/J%/8;N-.Pyl)!+=CKZp@d oh 6J/+K*PX@=Z  UU =M=M=M>@>b  UU =M=M=M>YY@kicb\[YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326"&547>7672J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1Cb7y X/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T% F1 B# F}mWbm@j`_][ZOID:#<dT K  = K  >XXXbXbWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!&''67!bOocG=9 XXdI=: e P qG=f=s/qNh}d?11Z B//)1  B//)1 ?11Zc}^c+7BD5+D}:EZ@WCB@>=< dbb``==>;;;E;E+'%' +76&#&7$72>32 3272"5476'&#"#"&54>&''67"` h˒NJ)X+ mH )%EN< 2"J+ $=t0qMh}df4(,  K՗mO"F5ZRs9h3$}ht 4* $5#^c+7BD5+D}}+_cq@nWQL >' <S  SK = K  >cba`_^\ZVSPMIHGFC@=:740/,)#43#3+654+"?30%#"3#732�'7673267!732&#'7673267#737674+"5?3%#"!!!!bOoa`cG=9 XXdI=: U We P q>2=?11Z)P B//)1  B//)1vP) ?11Z)PAW@T< bb`` T ==>=<8754+'%# +!!>32 3272"5476'&#"#"&54>7#736&#&7$72g˒NJ)X+ mH )%EN< 2"J+ ֊#^ hPBmO"F5ZRs9h3$}ht 4* $5P^0(,  KLh%8N@K* 32<) :  U UK =K >'&640/-+&8'8CC +%&#"&47>7674&'.7327267#"'.'62+ ;[ fd uN :Z fd uKm#3!1N+L?N41Tv?I5;!9 6 5 9y57#; 4 7 9y/C;309?1  2@"-, @2b``U U=>Y@0/*)%#22%$ +3272"547654/&67632267#".'&"'>2N\)X+ m\$R  щ*/,G|*9F.,%XrA/T"F5ZRs:gN') +`.D3.:hi?1L#%53@0UK =K >(&0-&5(5CC +%&#"&47>7674&'.7327!"547>3!2+ ;[ fd uN :Z fd uK');!9 6 5 9y57#; 4 7 9y,-%-B@? <b``U=> (%- -%$+3272"547654/&67632!"547>3!2N\)X+ m\$R  щ*s#%T"F5ZRs:gN') ++,Ls%4:@7 dUK =K >&&&4&4"%CC +%&#"&47>7674&'.7327#"&=33267+ ;[ fd uN :Z fd uKhm@lVR;!9 6 5 9y57#; 4 7 9yDhq`9>=:7/A@> <'&:b``U=>%'%$+3272"547654/&676323267#"&547N\)X+ m\$R  щ*VJG5'S^kT"F5ZRs:gN') + EU`Xl L3-8E@B65<K =M =M >42.+('  88 +"&5467#"&47>7674&'.7327"'"327{Vku\ d uN :Z fd uK ;[ %EsB5LC!3\RJ3 5 9y57#; 4 7 9y;!9 6V3FJDEs3 .6@ ",+@/b``U=M>Y@6521*(! .. +"&5467&'47654/&676323272327462"/ThaPB\$R  щ**\)X+ yTA5JD#>FfHHf3\RD4c:gN') +T"F5d&`3FJDE+gGGgGL}%1,@)UK =K >$%CC+%&#"&47>7674&'.73274632#"&+ ;[ fd uN :Z fd uKO8/?R51=;!9 6 5 9y57#; 4 7 9y9RB+9P@}1@. <b``=>%$+3272"547674/&67632S])X+ m\%R  щ*T"F5ZRs:gN') +do/+*SQ@NM 8<bQ K  =K >ROLIFC335%$&335 +4654&+"5?3%#"#"&=63232%732&#'7673267654+"?3%#"w<5% Poolh{L V CwTTd J =9 d Os s)511Z+bX9?D9 B//)1 ?11ZX %NVb``   b R M  ==>@<b``   b  U R=>Y@VURQIGDB><%%%+462"3272"547674/&67632674/&67632#"&54632326767462"FfHHf_])X+ m\%R  щ*%R  щ*)*&@5PRj>[1 '7##^,FfHHf^gGGgGyT"F5ZRs:gN') +T') +فN5=2.$#-#pD%LgGGgGoq 5{@ ,@!dbRK >Y@42/-'%  +&''674654&+"?3%#"#"&546563232Dh/hTjs{<5%Poolh|N XR wTqf[+3HF5+Lu)511Z+bX9?DV tX='(3<@910.,+<b`Q =>)))3)3#$+%+674/&67632#"&54632326767&''67%R  щ*)*&@5PRj>[1 '7##^,P+n9u9d)HT') +فN5=2.$#-#pD%Lb%\PTX%X9j/WmK@HM 93#<`_9QK =K >YXfeXmYmVULI85-,"9 +>&/&5?37&#'54.'&#&#'76?>76&/&'?3%272567654'.547> +I{W!77'Py  "N qI=8&@P?; I*+f q =/J #--h&J -+ $. n%DJ//!/1 11  %'c"}#bT4'=)!+>?E[k@h! +GFTSF[G[@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>2567654'.547>"` h&7Rj3FTE0%5NlkN7785-f=Y4? N 2"J+ lf q =/Jf4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5}#bT4'=)!+>4@%.-&<9K PX@ UM=M>K PX@ UM=M>KPX@ UM=M>KPX@ UM=M>KPX@ UM=M>@ UM=M>YYYYY@ $'#$! +%'654###"&/465273%>32#"&5327#"'&c;Z7  iX9Ld>wE);&345$#3+654+"5?30%#"3267!''76;267#"=67bRo'L/^f<=%v??11Z/ ;t 2sw#/ *l@ $<:KPX@$db`==>@$db`=M>Y(#+'"50567>.'&76723272"547w?  %"& )X+ msw#b&+%( , LhT"F5ZRs7j}1+*@O@L#<329Z QM =K >,+98+@,@345$#3 +654+"5?30%#"3267!''76;2672567654'.547>bRo'L/^f<=% fq >/J?11Z/ ;t 2}#bT3'>)!+=#5}@ /<9KPX@'b`Q==>@'b`Q=M>Y@21.-,*"!   +2567654'.547>>.'&76723272"5471f q =/J  %"& )X+ mT}#bU3'= )!+=&+%( , LhT"F5ZRs7j}*A@?8  4#@/bZ   UM =K >Y@,+;932+A,A345$#3 +654+"5?30%#"3267!''76;2672'676'"5465>bRo'L/^f<=%717 y  VB?11Z/ ;t 2F1 ?" H 76@  0K#PX@-b``M=M>@1b``=M=M>YY@32/.-+#"!  +2'676'#"5465>>.'&76723272"54718 y!!VBR  %"& )X+ mF1 ?# G 7&+%( , LhT"F5ZRs7j}+*:K@H#<Z UM =K >,+42+:,:345$#3 +654+"5?30%#"3267!''76;267"&547>32bRo'L/^f<=%+1P-%5 N?11Z/ ;t 23%+D3' -A'εKPX@)b`==M=>KPX@'b`U==>@'b`U=M>YYY@ (+>.'&76723272"547462"  $"& )X+ mFfHHf&+%( , LhT"F5ZRs7jfHHfH}+1>@;*$1 <ZK =K >$3:346+3267!''76;267'7654+"5?3%#"}#]'L/^f<=%I#VbRo=N ;t 2ULq?11Z'f@' @b`=M>Y@ "! & +3272"547'7>.'&7672m)X+ mOrh  %"& QHQ*T"F5ZRs7jX;GW&+%( , Lm=G#@60:K PX@#dbK = =>K PX@#dbK = =>KPX@#dbK = =>KPX@#dbK = =>KPX@#dbK = =>@#dbK = =>YYYYY@ ,:#*9'+&/&/7336&/&5?37#"'&#"&#'76?>7'"7567-m;Pg'?P?> ZF# =0J?6Zw?`s/3/111 #)L8l",+'//!/sw#V7FQ@N$2<  bb```==>DB$%$*$ +6'&#"#"&54764/&7632> 3272"56632#"67G (%FP> 3"J+t R}*- /NJ)X+ m $ %)3$}hw 5*l7O'+(wO"F5ZRs8 1-m;-=S;@60K PX@&bQK = =>KPX@&bQK = =>KPX@&bQK = =>KPX@&bQK = =>@&bQK = =>YYYYY@?>LK>S?S:#*9' +&/&/7336&/&5?37#"'&#"&#'76?>72567654'.547>-m;Pg'?P?> ZF# =0J?6fq =/J`s/3/111 #)L8l",+'//!/}#bT4'=)!+>57MW@T$298FE8M9M%$*$ +6'&#"#"&54764/&7632> 3272"562567674'.547>G (%FP> 3"J+t R}*- /NJ)X+ mfq >/J3$}hw 5*l7O'+(wO"F5ZRs8|#bT3'>)!+=m=H0@60K PX@$dbK = =>KPX@$dbK = =>KPX@$dbK = =>KPX@$dbK = =>@$dbK = =>YYYYY@>>>H>H:#*9'+&/&/7336&/&5?37#"'&#"&#'76?>7&'767-m;Pg'?P?> ZF# =0J?6;s/jSsto}`s/3/111 #)L8l",+'//!/Zi)3FL-)Lw+7BO@L$2<;:db```=>%$*$ +6'&#"#"&54764/&7632> 3272"56#&'767G (%FP> 3"J+t R}*- /NJ)X+ mf-o8s=X+3$}hw 5*l7O'+(wO"F5ZRs8gj%ZRN^%7MY@V@? $2<b``` M ==>98FE8M9M%$*$ +6'&#"#"&547>/&7632> 3272"562567654'.547>mG (%EP> 3"J+s R}*. /NJ)X+ m2f q =/J3$}hw 5*l7O'+(wO"F5ZRs8|#bT3'>)!+=o/Q@93)I @(   b  RK =K >Y@PNLJ&3584449 +%&'732&#'7>;27.+"?654#".5?37+"#"&=6322=}17!P335?) F9o15 5G;5?mlmwR mdsMRL 9 J  % r+X+J % tGbX;BDV/FD}@(#A@&bQM=L >Y@ '("348# +654'"7;2&#'76;276'&7673632#"&547>3267IH=94s'M=%+urgo]1pm^uD:+ Z /t17X)d%)H% Rh V7``=BnVP1-!'X/ , K PX@ UM=M>K PX@ UM=M>KPX@ UM=M>KPX@ UM=M>KPX@ UM=M>@ UM=M>YYYYY@'$,,  +"32654&"546$32!"547>3!2ɍwwx6G')\,+.##3/@,UM=M>&$.+$3&3&(%$+32>5#"4>32#".!"547>3!2 3+Fh3Fk7HۃdL#TL1J'*bX}7p; ^Z`ìl=in>5PfV+-/o +4K PX@& dUM=M >K PX@& dUM=M >KPX@& dUM=M >KPX@& dUM=M >KPX@& dUM=M >@& dUM=M >YYYYY@++)'%$!  +"32654&"546$32#"&=33267ɍwwx6Gdhm?mVR\,hq`9>=:#-#5.@+-,$:UM=M>%)&(%$+32>5#"4>32#".3267#"&547 3+Fh3Fk7HۃdL#TL1aRP<+\hwbX}7p; ^Z`ìl=in>5PfV DU`Xj + -?a1 K PX@$ ddM=M >KPX@$ ddM=M >KPX@$ ddM=M >KPX@$ ddM=M >K,PX@$ ddM=M >@( dddM=M >YYYYYY@...?.>75-+&$  +"32654&"546$32#"54?63$#"'&54?6ōwwx6G$ !-  )\,    %   ;9#:N@ 62'*K1PX@- b`  =N=M>@1 b` = =N=M>YY@NLJI)(!,&(%$ +32>5#"4>32#".#"&#"&74&=62#"&72&362 3+Fh3Fk7HۃdL#TL1 +  4bX}7p; ^Z`ìl=in>5PfV%   +q+UK*PX@#10> QP<@#10> QP @@  b  `   Z  UM =M= M  >Y@"NKGECBA?=<52,*(%!UR  +%3267654&+"# 547!263!4&#!"327>76;2##"53'4+3!267!'#!F4r 3%h6q93 H+9 5  49-\ZFm1hn@R!'h_RDI!}PK PX@-S M =M =M >KPX@-S M =M =M >KPX@-S M =M =M >KPX@-S M =M =M >@-S M =M =M >YYYYY@<:86.,&%!BB  +"!654327676'4'&#"2632!3267#"'"&5476m9v7P NOL`?(1P^VNIa?3BAVHvB\ɪ 5J9nc&)3fYqsNu?5-b`=SDHopH9;?4;+ :DK%PX@ &@/  dZUM =K =>Y@ @>3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$32'"7567_^VNfb {'{LZ@t QTG+9Oj # = #Uw?@oHX%i/+//Z+1D sw#R1@@@=<bb`=M=>'%$+$$#+>32#"'.#"#"&54>7>/&7632632#"67!D\=B?/8! P6  'D) o%Rс,#U $ %)HF-3N%%-& #0BN'3 1-+1; :PK%PX@ &@2ZU  QM =K =>Y@<;IH;P_^VNfb {'{LZ@t QTG+9Oj # = #Uzf q =/J@oHX%i/+//Z+1D/}#bT3'>)!+=s5}1GF@C<:99b`QM=>32@?2G3G$+$$# +>32#"'.#"#"&54>764/&76322567654'.547>/D\=B?/8! P5  'D(o%Rс,#fp >.JHF-3N%%-& #0BN'3.|#bT3'>)!+=+ :EK%PX@ &= :@ &= :YK%PX@,   dZUM =M>@0   dZUM =K =>Y@;;;E;E3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$32&'767_^VNfb {'{LZ@t QTG+9Oj # = #UG;s/jRsuo}@oHX%i/+//Z+1DZi)3FL-)Lw+1<?@<<;:865:db`M=>$+$$#+>32#"'.#"#"&54>7>/&7632#&'767!D\=B?/8! P6  'D) o%Rс,#g-o8s=X+HF-3N%%-& #0BN'3nj%ZRN^%d +5o@<3-,:K1PX@ dM= =M>@$dM= = =M>Y@ %(%!,$+#"#"&#"#673276&'$>32'"=67 R\iJDd`%#s8 Pd.DP.m%v? )s^X=cX \ \% 4sw#P97K PX@*bb=M=M>K PX@*bb=M=M>KPX@*bb=M=M>KPX@*bb=M=M>KPX@*bb=M=M>@*bb=M=M>YYYYY@ *#$'*'!+632#"47&'&#"#"&546323254'.54>32' $ %)4%B!fk컵<M5T2pes8hzP`L 1--< hsP|wkb-@%dM= = =M>Y@,,,6,6(%!,$+#"#"&#"#673276&'$>32&''67 R\iJDd`%#s8 Pd.DP.ms=s/qNh}d )s^X=cX \ \% 4o^c+7BD5+D}+ 5"@ K PX@#b =M=M>KPX@#b =M=M>KPX@#b =M=M>KPX@#b =M=M>@#b =M=M>YYYYY@42(&#!  +&''67&'&#"#"&546323254'.54>32+n9u9d)H4%B!fk컵<M5T2pes8hzP`+b%\PTX%X-< hsP|wkb-K1PX@1b`Q M = =M>@5b`Q M = = =M>YY@ DB%!%#&.$ +#"32#"'7326754&#"'7.#"#673276&'$>32 R\iJDd`%=JZ sT`'HG!L'+6gc8 Pd.DP.m )s^X=cXc;3 DS-7!)!!# \ \% 4}iD@A<;@4bb `RM=M>Y@?=:820/.'% DD +"'7.546323254'.54>32&'&#"32#"'7726754&+5fe<M5T2pes8hzP`4%B!fk착1JZ rTa'HH!K'#dN-@%dM= = =M>Y@,,,6,6(%!,$+#"#"&#"#673276&'$>32'&'767 R\iJDd`%#s8 Pd.DP.m;s/jSsto| )s^X=cX \ \% 4Zi)3FL-)Lw) 5 :K PX@"dbM=M>K PX@"dbM=M>KPX@"dbM=M>KPX@"dbM=M>KPX@"dbM=M>@"dbM=M>YYYYY@ 42(&#! +#&'767&'&#"#"&546323254'.54>32g-n7s=X+q4%B!fk컵<M5T2pes8hzP`j%ZRN^%{-< hsP|wkb-IFB?<:750.+)#! PP +!2>4?.+";2&'32#"'7326754&#"'7#'7673276&+"'67@ GR1Tk5/+93RS.JY rTa'HH!K'+5_ 3m$6hVF1L;(E+  w7%1)/+/K;3 DS-7!)! #/Z-#8v /!}PG@DC B<7 6@7b`  `  `UIMAY@ A?#&%$$! +7#"5476?>7>3#3267232#"'7726754&#"'7&54} 2v -9!){Y%#4JZ sT`'HG!L'+5r  !f<' \ L ;%7)&T<3 DS-7!(!!#?<h5@U@R43 10 "<>=;98:dM =K >666@6@.+'$!55 +!2>4?.+";2&#'7673276&+"'67%&'767@ GR1Tk5/+93N 3m$6hVF1L;(E;s/jSsto}+  w7%1)/+//Z-#8v /hZi)3FL-)Lw-D@ B; 7 KPX@2  bb M =M=M>K(PX@0  bbU M =M>@.  bb   UUM>YYY@/.><65.D/D#$$! +7#"5476?>7>3#32672'"542'676'"5465>} 2v -9!){Y%#h17 y  VB !f<' \ L ;%7)&t<F1 ?" H 7hb=J@G 6< : SM =K >==333>73 +736&+"'673!2>4?.+"!!;2&#'767327E$6hVF1L;(E)@ GR1Tk5/E [+93N 3m[P-#8v /  w7%1}P/+//ZP5KPX@*b S M=M>KPX@*b S M=M>@(b U SM>YY@5543$!#$ +#32672'"547#737#"5476?>7>3#q9Y%#h<. 2v -9!)/FP;%7)&t;WP !f<' \ L uXDXc@I SR 0*K PX@+ U   UK =M>KPX@+ U   UK =M>KPX@+ U   UK =M>KPX@+ U   UK =M>@+ U   UK =M>YYYYY@FEVTPNLJEXFX(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7267#"'&#"'632e Ood8dͅLT we O qm8RKVYA!?#3 2N-JB%'32TuDE6 ?11Zuh>!Np7D ?11Z8Nt8=^zL)=5-+39- 7J@< ED 1/<; :KPX@8b` U M ===N>@6b`  U U==N>Y@98HFBA?=8J9J%()%$$$ +326777327#"&54765&'"&547654#"&'>32267#"'&"'632=V+?)?w{%N#dLF;ZcX+D#hQq5#3!1N+L?N31Tw?H5PADͲ9!P 'fV?%93VAFXX7!V%mOd7/C;3/9?1u%DT"@ 0*K PX@#   UK =M>KPX@#   UK =M>KPX@#   UK =M>KPX@#   UK =M>@#   UK =M>YYYYY@GEOLETGT(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7!"547>3!2e Ood8dͅLT we O qm8RKVYA!L') ?11Zuh>!Np7D ?11Z8Nt8=^zL,-7GL@I1/<b` U==N>:8B?8G:G%()%$$$ +326777327#"&54765&'"&547654#"&'>32!"'47>3!2=V+?)?w{%N#dLF;ZcX+D#hQq'*PADͲ9!P 'fV?%93VAFXX7!V%mOd7X+-uoDSJ@ 0*K PX@)  d  UK =M>KPX@)  d  UK =M>KPX@)  d  UK =M>KPX@)  d  UK =M>@)  d  UK =M>YYYYY@EEESESQOMLIG(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7#"&=33267e Ood8dͅLT we O qm8RKVYA!hm@lVR ?11Zuh>!Np7D ?11Z8Nt8=^zL:hq`9>=:/7IK@H1/%'%()%$$$ +326777327#"&54765&'"&547654#"&'>323267#"&547=V+?)?w{%N#dLF;ZcX+D#hQqD`RP;+\hwPADͲ9!P 'fV?%93VAFXX7!V%mOd7= DU`Xj usDUe@H 0 * K PX@-  U M =K =M>KPX@-  U M =K =M>KPX@-  U M =K =M>KPX@-  U M =K =M>K(PX@-  U M =K =M>@+  U UK =M>YYYYYY@FEb`ZXOMEUFU(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7"3267654&>32#"&54e Ood8dͅLT we O qm8RKVYA!+F -%+H-|G=U|I=S ?11Zuh>!Np7D ?11Z8Nt8=^zL?+#3B)%/jFdN< FdN; 57HX^@[;1/<b`  U  M ===N>98USMKB@8H9H%()%$$$ +326777327#"&54765&'"&547654#"&'>32"3267654&>32#"&54=V+?)?w{%N#dLF;ZcX+D#hQq+F -%+H-|G=U|I=SPADͲ9!P 'fV?%93VAFXX7!V%mOd7@+#3A)%/kFdN; FdN; uDUgw@YH 0*K PX@'  d   dK =M>KPX@'  d   dK =M>KPX@'  d   dK =M>KPX@'  d   dK =M>K,PX@'  d   dK =M>@+  d d   dK =M>YYYYYY@VVVgVf_]USNL(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7#"54?63$#"'&54?6e Ood8dͅLT we O qm8RKVYA!^ !-  ) ?11Zuh>!Np7D ?11Z8Nt8=^zLZ    %   97Nb@JF; > 1/@?   bb` =  M ===N>Y@b`^]\[YWNL!*%()%$$$+326777327#"&54765&'"&547654#"&'>32#"&#"&74&=62#"&72&362=V+?)?w{%N#dLF;ZcX+D#hQqq ,  3PADͲ9!P 'fV?%93VAFXX7!V%mOd7+%   +yu+X@D>- $#K PX@!Q K = M>KPX@!Q K = M>KPX@!Q K = M>KPX@!Q K = M>@!Q K = M>YYYYY@SQIF3:'#-3#3 +654+"'?307#"327#"&54767".547654+"'?3%#"32>7e Ood:`cw7)5asL`r'.LT we O qm8RKVYA! ?11Zvnhi %5NHA ^h!Np7D ?11Z8Nt8=^zLVJW@T;9 HG<b` R==N>FD8620,*#!JJ +"&5467.54765&'"&547654#"&'>32326777327327VjE=>4ZcX+D#hQqV+?)?w{%N#S3 HVB5NB!V\R:{3=#93VAFXX7!V%mOd7mPADͲ9!P 'T&"#=3DFDEmqT_&@]\ZXW A* 4K PX@   d K = >KPX@   d K = >KPX@   d K = >KPX@   d K = >@   d K = >YYYYY@"UUU_U_LJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&&''67`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -T=s/qMh~d017h/-6+''%T /15)95%11+As27N]^c+7BD5+D})3>A@<;9762.K PX@'b` ==N>KPX@'b` ==N>KPX@'b` ==N>KPX@'b` ==N>@'b` ==N>YYYYY@444>4>##&-" +>326654&54632"'&#""'&"&&''67XyVD,>P.6'&G/g8F13 ` !1=5)>&O+o:u9d(HhXdh]nJ+}*H"\3(;&yx%12s9:+6!b%\PTX%Xq=HL@IFECA@ "7<   dK =K >>>>H>H$3633&44 +%.+"&?37"6&#"?37#";2&#5767326&''67J!/-   N"T)5  )-9!wP+;3K 6;5=t/qNh}d.R(313,31 /;/ //$ ^c+7BD5+D}%e+/:G@D87532)'<bZ ==M>000:0:&!#&*+654&54632#"&5432326?&/&"&'>32&''67\X'&G/g~}Z`1ZG%s76R )?&XyV+3+o9u:d)HiD&\3(;H+/fR\Tux+6!&hX?E"b%\PTX%Xo=EMJ@G"7<    UK =K >MLIHEDA@$3633&44 +%.+"&?37"6&#"?37#";2&#5767326462"$462"J!/-   N"T)5  )-9!wP+;3K 6;5@^??^1?^@@^.R(313,31 /;/ //$kZBBZBBZBBZB+q 3<@921<:d=M =N >8!!'&#+'"50567!"&7676'!"'673!6323!267v?`Z5P?)LB'I5T)KPX@A  bbb`b=M=N>KPX@;  bbbb=M=N>@A  bbb`b=M=N>YYY@ ;9""%!+"#" +327#"'&#".'6767&#"&#"'>3232632#"67b))T3P:MHuwMZ)BH }=kPXl8/uAD+) % %)+=-//7q#Fv\A)`/  1-+q}(49@6'&<U=M =N >$'8!!' +)"&7676'!"'673!6323!2674632#"&dZ5P?)LB'I5T)KPX@>bb`b M =M=N>KPX@8bbb M =M=N>K#PX@>bb`b M =M=N>@<bb`b  UM=N>YYYY@ 97#"%!+"#" +327#"'&#".'6767&#"&#"'>32324632#"&b))T3P:MHuwMZ)BH }=kPXl8/uAD+P7/@R51>+=-//7q#Fv\A)`/ 19RA+7R=+q(3C@@'&<10.,+:d=M =N >)))3)38!!' +)"&7676'!"'673!6323!267&'767dZ5P?)LB'I5T)KPX@9dbb`bM=N>KPX@3dbbbM=N>@9dbb`bM=N>YYY@ "%!+"#" +327#"'&#".'6767&#"&#"'>3232'#&'767b))T3P:MHuwMZ)BH }=kPXl8/uAD+f-o7s>X++=-//7q#Fv\A)`/ j%ZRN^%Ls6KPX@*Z`XM=N>KPX@+b`XM=N>K(PX@,b``M=N>@*b``UN>YYY@20(&" 66 +22676>767#7>767>32#".'&#"#"&546D/F1'7% H)L;8 )N3imL>179X+`_?s;sE##N%N!%/V/;@,' 6  <9KPX@0 T=M= M= M>@.U T= M= M>Y@9742//'" +#632#"''67#&54737674#'"57$724&#"32>P+jxH\wZ3'BͲ+@ X A:Xf!@oNj !*7{RG3\L5ir . ?'9 ="T@\H3b+ BY@V< # <b  b UM =M > @>76651/,*  #%! +3267654#" 3267654&#>3!2#!76?26763"#"&5PsRhH=k|=ͬ ^wT5F/LN-/91Z% }"`ldn"L1+^/  1J?4-'))+ ,@ '@.Zb UL =M >Y@+)&$ " +3267654&#654#"?!.#!3 #!747327m?>v<9 F>NF# ! 3D# 5f!5}XC-+5 Xfw6K,PX@4 &#<%9@4 &#<%9YK PX@#M =M=M>K PX@#M =M=M>KPX@#M =M=M>KPX@#M =M=M>KPX@#M =M=M>K!PX@#M =M=M>K,PX@! UM=M>@(b UM=M>YYYYYYY@310/.-" 66&" +%'267654&#"7!.#!632#"''67654'"##"576{ %=u)A:^b q;'/3hdu 5wF7k- # u?R;^oTV?538013k`7F %c@ @dVM >Y@$" " +3267654&#%654'76733 #!747327 lB;wmubE#! 4A% 5f!yNd̉-+5 XJ)@ '$<&9KPX@=M=M>KPX@=M=M>KPX@=M=M>@=M=M>YYY&"&"+%'267654&#"7654'7673632#"''67 %>u)B9\d fs`y 5yC(iy=DI^qV%)\1H%Z3382!HXF#@ "!K PX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYY@ ## + !"'.#732>7674#"'9!' 5옞)#l;}{AF?@j:ZCJXt9!5@ #" K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@.,&$ 55 +2#".#"3267! 547!2>= e#&<' m9}{D 5  > HE7,,CJXr78L3): x6q@- K PX@.bbUM=M>KPX@.bbUM=M>KPX@.bbUM=M>KPX@.bbUM=M>@.bbUM=M>YYYYY@1/,*$" 66 +"&#"#"&5474654327#"&547632>32D/*< H/+3'\Ls6`l1?dC99H/m'.I1A/%mžLEq+wi?@ DF7!&H'->qK1PX@"SM  = M >@2 ZSM  =M  = M >Y@>6.)"42%$ +%3 654#"3#6;27#73654+"?263263 #"&#&##BdZBCV;<=LV1:?-?e J%9dF-^V^+/97;-Db@%bZM =M >Y@ 2%%$+%3 654#"#"'465>7263263 #"&#&##76;27674'BdZBC _H1hѱ?e J%7 ;;=3V PZ-!+H Z97;/V#75% 'mf+ .rK PX@,ZZUL =M >@-ZbUL =M >Y@ 2!&$&& +#"327;!"&5476$!3!"'!#"q=DA'`?HN=g9R5>+'yt H' 5!%X})5qw/@.-(K PX@0b`K =M=M>KPX@0b`K =M=M>KPX@0b`K =M=M>KPX@0b`K =M=M>K!PX@0b`K =M=M>@.b` UM=M>YYYYYY@//"'"' +%&327 #27#7#"&54767632!"'{3\J+N:3=UHwun75L^3m+b udRTJjquP H%1FFBA}W%Vb=0@-(<bQM>/#%,++$654&#"#"&=>32274654.'.5476$32_$ <KP%NZO`QӇ V-#H;{3+3 7`Ǭ H!/\%jHJj!N`s8 sqw>+')3f}H-/w/#38-Dm@jDC +<  Z   bbZ  UK =M=K >A>:8546!"3T52@ +63+";2%"#!73!27#"3+'67676;2#73654#!"' ?<=1> jg }u [+ :+#  19(J3kc-3T 1 3N<R@wH/)T LD"K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY&&%"+!326'>3 ! 547!67674#"}`D 7Z oV}kP5|5/_S {uD<@5&%K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@,*#! << +2.#";2#"3267#".547>7.5476$bfWBG'L;j^oFP}mZf=V5gnVV҃DnGD!H[]+}u%V{)/q33sm+@zV""-tZ"=o'-G@*C @CZbb   bU RL =M>Y@FDB@:8"&1"4U4 +7654+".?263%4&#!"327>7#632#"53'4+#".547632261=$bF94 J'#8-5' T9+si};1`Y md=V- !N<[S ( ?Xg@RrsV';0 DV/?@ .%K.PX@'bQM =M>@%bSQM >YY@<:98)'  ?? +2#"'&'&'5"3# #"&5465>32>76?#7327>wlF1\ 'b 3 " XPF/V  (-!3;H#u1)NJ3#19/3 #%`XPA) ./(\NZaC`dH@F .6K PX@4b  UV = M =M>KPX@4b  UV = M =M>KPX@4b  UV = M =M>KPX@4b  UV = M =M>KPX@4b  UV = M =M>@7  bb  UV M =M>YYYYYY@ECB@9720-*&# HH +2#"&#".#"327654+"&?37'"! 5476$3232>= e S!u- Ʀy555!P@/ + 'j)!> H l 98b7 3 --P%61>N:uR+a@B6/. `]% <*;K PX@$b  ` c K >KPX@%b  ` K =  >@$b  ` c K >YY@ZXHENq1 +%'3&#&#'"'&57303326;'#676746?&#"&#&57;276;"#"5474656)#1>s13R ?S%3 +1@#;;JJ 3!! D}wh%-#-+ }-+  - # *17. XV 3XK#PX@)3<@)3 K PX@4=M=M = K =  M  >KPX@4=M=M = K =  M  >KPX@4=M=M = K =  M  >KPX@4=M=M = K =  M  >K!PX@4=M=M = K =  M  >K#PX@2U=M = K =  M  >@/U=M =K = M  >YYYYYYY@USMK?="#346$ +654&#"7;2&#'76;27654'"#"57>5276736323267654'&547>32# 547Z&-B u'M;'+ % +Rb/>hH M\#/hN;)` \B1-%% R`   f3N1'`Z>^ 6 !1Rjk)1Y@b`=M>Y(+>.'&76723272"547  %"& )X+ m&+%( , LhT"F5ZRs7jBb+1C@@*< S K =M >11/-343#4 +#732�'7673267#73654+"?3%#"ZbJ ;<ZHbPqHP B//)1P ?11ZeDfK%PX@#;_^<@# ;_^K%PX@5b` M= K = K  >@2b` M=K = K  >YY@]ZWTEC%#345343 +%;2&#'76;27654+"&?3%+">767>7#>32#".'&#";2&#'5674'&'85 M;6D 65 P#;6BH% =;HuAfR-'+ B( i-%'?>B,?'P3 R 3 Ra qBDC@)bUM= K  >Y@ZWTQ>3534=&" +>32#"&'4767676+"&?37+"3;2&#'7654'&'&';2&#'76;27'ݯNJ/53-Z}9% "'qF!Dn- 5FP [<N;'+9+)-7'#* 9%'1 #%-% RP(B@?<  b T =M >(('&3#4 +#;2�'767327#7364#"?673kH O Zkk-  e9R/7//ZRRB ;$+0@ '/&"!  <9K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY+)%#$& +7327#"&''4.='7&"'>326 %)\b7I^Y DDHbo#857B9C6 mZCdmbpd:m!) 19Z T\;I1iI5-hV@c6XC& OJ D K PX@(  b K = M   >KPX@(  b K = M   >KPX@(  b K = M   >KPX@(  b K = M   >@(  b K = M   >YYYYY@heb_\YRPMKIGB@346%3#8$+32747654+"?30%+"327654+"&?3%+"327#7#"&'#"547674+"?3%+"Po %+?V?)1NY') V@+1 hR-NVu ')?V;)6y(oD\ +R})q/ RRjN"ssH7#QZ/j-D:@7-CA<<QK =>$/#3583+7.+"?654#".5?37+"'&''&'#"&=626۲) F<m15-H<7B YPD}##9B^9Rio'6Oq+X+J #tD+o ;LUR`5%B%N5##-^CN@K)#"><bM=L = K>C@47"%346$ +674#"7;2&#'76;276'"7676;632;2&#'76;2K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY@" (&" +!"547!2654&#"!32'7E 5#GAm z;H/35/@~։ZC@9T' 4'-K PX@$dbM=M>KPX@$dbM=M>KPX@$dbM=M>KPX@$dbM=M>@$dbM=M>YYYYY@&$44   +"32654&"546$3232>54'&54632{捿v8hV%6=q?4DK !XB7\+)+ '# -6!9XB2R< `s7 -K PX@"dbM=M>KPX@"dbM=M>KPX@"dbM=M>KPX@"dbM=M>@"dbM=M>YYYYY,*!'%$+32>5#"4>3232654&'.54632#". 3+Jr8\3NX%'N#$C8BK-V9DTL1bX}7s;t^Ǭl5/3#9L9.?5+^y8PhVsDMK#PX@  +:<@  +:K PX@+ P M=  M =M>KPX@+ P M=  M =M>KPX@+ P M=  M =M>KPX@+ P M=  M =M>K#PX@+ P M=  M =M>@/ P = M=  M =M>YYYYYY@KJIE?<962/*)&$#"  +"32767&"547!267673327673;2&#'76;276547#"/9 ^qy! g 5!w  %Bw^F391i/9P90/ ""! kLRNm=L/>  75"R-%1!y+AE@+* K PX@)UM =M=K>KPX@)UM =M=K>KPX@)UM =M=K>KPX@)UM =M=K>@)UM =M=K>YYYYY@ A?"&&%347&! +&#"3276;2&#'76;27654'"7#"&54763272763)9L`'lFNE+' N9'-P!=1_^\3<ăH;Vr9LȞN=w- / R 9s9S?8-!7b; KL@I 57F<bUM =K >365*u($" +3 654"6547#"'47>7367632#"';2&#'76;2f-7:B[f3\ H/jͮF$Z%P݊F*1359O:5H/9"!97!*C Z5\\58HP7 !{+-L@J  )3K PX@2b M=M=M=K>KPX@2b M=M=M=K>KPX@2b M=M=M=K>KPX@2b M=M=M=K>@2b M=M=M=K>YYYYY@ FD$346'&'# +'32>7654&#"62#"';23&#'76;27>32#"&'47u1?VC;3){/h-s~1ŘP7-'9N:$/1)۬P H-731ZRwbHTfqXJ1N;TPLIFC?<363##$ +654&#"326%?#"&'3&';2&#'76;2767654+"'4?3%+"23 yODD3%:kW189DAhxo7359N<5Fx559M#95F  H!hg eh"PL 7mX7 !R9!R qND8@43.-K PX@M= =M>KPX@M= =M>KPX@M= =M>KPX@M= =M>@M= =M>YYYYY,&/!+%#"&54>7>54&#"'>32326?7'6fA\d?3LuBNBs:y[b}eV`% x1  +DŏR^P+#JsENc'8d%{w\bu#/ =NRV5JK PX@+b`M= =M>KPX@+b`M= =M>KPX@+b`M= =M>KPX@+b`M= =M>@+b`M= =M>YYYYY@55.#.!" +&#"##".547>7>7654'"'6763232767 XD Vo=qȦJDT'}5%!}mm?%HF?++#eIm:C=\[nP=jV`m<-^C 5D93/-#@ K PX@9ZbX`ZL  =L >@:Zb``ZL  =L >YY@#"%" +.#!!267'?2767&3&#'?/-1 uTFT7^/X^X^1@+dg lm#ZeZbP#T ;@@=5<b`cUM>86.-+)$"$%# +654#"326%>32&7>32#"&'3&'4767#"&54T;)F;+Fojk/  / b `+s94hshV7 dR7\oWfD~ R(*9 'A'BWJ `7TF1<I@'5487<#:K PX@ beM=>K PX@ beM=>KPX@ beM=>KPX@ beM=>KPX@ beM=>K,PX@ beM=>@beU>YYYYYY@32,*&$<< +"&5765>76767"5476#"&>76726?32'#277 -770/)%;7 /_V /JKK3 VP-}3 9 '% Wy'3 'jy#F!!PXJ/6N? .)+}f==@:1)$< :bM =K >83677%"+#"'47>7!&57.+";2&#'76;2764654&+yF1jЮ +; hE659P;6D #+F X' }C -o9 !RZ8I@)52K PX@"M=M=M>KPX@"M=M=M>KPX@"M=M=M>KPX@"M=M=M>K,PX@"M=M=M>@ UM=M>YYYYYY@87*&#%%# +27"5477#"&7476727>32#"&'4732#3w1y5 mT 1\+۬N H+76-V#7@J/6N?y'3ь 77+%/9'u)#of4;@8+*  <)("!:bQK >7:%"#+%327632#".5474654+"'!&57.+"R#bd XJk )BC5{c +<!#^J2T6 LA/o95o-C{M' {E -VNY@ 8.K PX@dM =M >KPX@dM =M >KPX@dM =M >KPX@dM =M >@dM =M >YYYYY@RNKI?930&$ YY +".547654+"'4>573%+"32>76754+"54>573232>54.54632%"#"LT y379N":5Dm5VgTTAI389NWEH%+%H=?DD XT!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[>@ $#! K PX@d==N>KPX@d==N>KPX@d==N>KPX@d==N>K.PX@d==N>@!d=M=N>YYYYYY(,%-"+463267#"&547"&54765'>3232767276'4'&L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3L+!3H;^z^V#%TL>'#/FR=abX'JBPz)+3{T1P3PN7s+A K PX@ ZM =M>K PX@ ZM =M>KPX@ ZM =M>KPX@ ZM =M>KPX@ ZM =M>@!bM =M>YYYYY@64+)"! AA +"#32327654'&546;'<6=4&#"! 547>765478;3/5 )B)&4;5{)q kVLh+Pm!rTXjB9!/D1JC 3!1o#+3BLmSw)D=0 K PX@'ZM=K =M>KPX@'ZM=K =M>KPX@'ZM=K =M>KPX@(bM=K =M>@(bM=K =M>YYYYY@ )%"%%363+654+"'4>573%+"326'#"#"547>32#"&547^559P :5DsɶH5\j` Y!ƚL9!RowNa3w+\7 JB`ۣg!?OwFGK%PX@(! 1>7<@(! 1>7@*bM=K = M >Y@ C@#635*%%# +'&#"#"547>32676754+&74?37+"7;2�'76;2767 g` uoVP9@3@++9lO359P:7D 7 wF& Z? ;uӶ)P #V@9!RB&BNy:@!+K.PX@"ZUQK>@(ZUUIMAYY@ "#(43:$%+ #"&546326?&'&+"7573%+"7>32#"'&#&q!'NfF7mR/B N39-B= +% =pJ/V! !RJHd+33-)H9 R/i#5! 1\5@( @%S =M = M >Y@/.-,'%$"55 +%!267!"5765676!7!66767!"'3!632!!T}P"!TNywy jVJHEuFE ^T (G_?^  W_NN !.7K!PX@  -, < ;.:@  -, < ;.:YKPX@.b S= K =M >K!PX@,b   U S=M >K.PX@1   bb S M=M >@/   bb  U SM >YYY@*(%$#"  +'%'!6323#!27!"747#>7#73>7#"'N'";!Ll}o)9--%N7h)D_%-B_34RyHVqb.C@@)(#<b`QM >&$"  .- +2#"$547632327654&#"!'3`:H +P{+%l>u  `/Z6N{wVB+N)ˉ+9mX mJHV!70^  DVNd:L@I87/<:b`QM >(& :9 +2767654&'!&#"327>32#"54767&/&'4763qG9D@#b`UM>Y@ 0/&"&#(+4?54&+&"327632#"&547>7'&763R#!Vg})d k;RF1f\ 'f1  XwjI{'5qvZ;57c/';+!C@A?761<8:K PX@ bbcM>KPX@!bbM=>K.PX@ bbcM>@%bbcIMAYYY@CC>;42., +#"&547>767>7654#"!"'3!2&yjy UxV@5=[)+=|+1E l[H+.&{`` F<`+5N{R-#= )5 HnF %w^903`  !+L<@@=<bU SK ><<&(&+ +#!267!>?#7!67654&#"#"&547>32sl #+5'Y8ob)I)JJP-/=稍a`L^Z "'+-BV`V^VTH+')'dm&VRN*@ K PX@"ZSUN>KPX@"ZSUN>KPX@#bSUN>KPX@#bSUN>@#bSUN>YYYYY@ "&&B+654&"&'!7!2632#"&547>32326{DX&l-' '߲hJ-V!`uq+5H f-T:)@NVw+R@ !K PX@$ZUK=N>KPX@$ZUK=N>KPX@%bUK=N>KPX@%bUK=N>K.PX@%bUK=N>@#bSUN>YYYYYY@ #%&R$+654&#".'!!2>32#"&=>32326uD; F+k+ ;+ #fJ-X +N{! Pu-R} Xk+!T8)D+sT-2@$" < :K PX@% ZSU N>K PX@% ZSU N>KPX@% ZSU N>KPX@&  bSU N>KPX@&  bSU N>@&  bSU N>YYYYY@ ,*&&$ +654&#"#73673#272#"&565>32326yL;b3@ ) -ɬfJ-X ^w&j/ ^:^J|)0R:)FH! /4@1)<(& 9M>  / .   +"767654%63 774?6765477676763+P!s#+ Nj-/L} %/#5 ;FoC%%))=w%N;f{{)97`L gM }V7@ = > +%#3%15}'7@ = >+%#3#3315577/@,T S = > +%##73>7#736733#3#wQuO`K`TZT`J`T9yOy@B*&!M@#dddbM>Y@GF1/ON( +7#62'"'&5476"756767>746567547676567676323#{#5(AJB 8/HT'-  B###/% !+ q1J+9+9=2++%B ) \U - [?3D 1ZeK!PX@YXBAK#PX@.  dZ=M  = N  >@4  dZZ=N  = N  >YY@[[[e[eVSKIHFED=;4210#76'$+%3 674.#"'7673267654&+"?! #)"&7676'!"'673!6323!267&'767>bZ-_r=B;8-2F M }ƹ^Z5P@)KB&I6T);f h7PQ;s/jRsuo| YTdO-o-)1 !/;:Z!T+JE@  F Zh)3FL-)LvD J+1`knKPX@)jiedg2 3 N XW>=  I<KPX@)jiedg2 3 N XW>=  I<KPX@)jiedg2 3 N XW>=  I<K!PX@)jiedg2 3 N XW>=  I<K#PX@)jiedg2 3 N XW>=  I<@)jiedg2 3 N XW>=  IKPX@S  b b  b `  bM = M =M =N>KPX@M  b b  b  bM =  M =M =N>K!PX@S  b b  b `  bM = M =M =N>K#PX@Y  b b  b `  bZM = M =M =N>@_Z  b b  b `  bZN = M =M =N>YYYYY@ba`^\ZUSRPECA?<:8710#76'$+%3 674.#"'7673267654&+"?! #327#"'&#".'6767&#"&#"'>3232'#&'767>bZ-_r=B;8-2F M }ƹ^7c)(T3P9NGuwNZ)BG ~=kOXl7/uAC+f-o8s=X+ YTdO-o-)1 !/;:Z!+=-//7q#Fv\A)`/ j%ZRN^%<kvK PX@3; tp6uro=>.YcbIH   T <KPX@3; tp6uro=>.YcbIH   T <KPX@3; tp6uro=>.YcbIH   T <KPX@3; tp6uro=>.YcbIH   T <KPX@3; tp6uro=>.YcbIH   T <@3; tp6uro=>.YcbIH   T KPX@gbb   b  b  ` =M=M=M= N =M >KPX@mbb  b  `  b  ` =M=M=M= N =M >KPX@abb  b  b =M=M=M= N =M >KPX@gbb   b  b  ` =M=M=M= N =M >KPX@ebb   b  b  `U =M=M= N =M >@kbb  b  `  b  `U =M=M= N =M >YYYYYY@mlkige`^][PNLJGECB:9(%#)&"+4&#"3267>327#"747'#".54$32674#'"57$72327#"'&#".'6767&#"&#"'>3232'#&'767P9+1'%--f#F?qyNu;#pVD;+@ Xb))T3P:MHuwMZ)BH }=kPXm7/uBD+f-o7s>X+?V1EL)kJ!V=!V7d1C^D%%'B$9 ="T{+=-//7q#Fv\A)`/ j%ZRN^%}s*h@cIG1 #KPX@T b `  `Z Z  R= M= M =K >KPX@U b `  `Z  b  R= M= M =K >@Ud b `  `Z  b  R M= M =K >YYY@fdb`][TRNMKJECA?;9345$#3+654+"5?30%#"3267!''76;267#"&5463232&'5%67"'.#"#"54632632bRo'L/^f<=%5 +'7k)9Z4+39y7%^=6iJ %fmd-bu?11Z/ ;t 2D'9 uw1>3;9:11%#PeNLmH3}b+*S[e@b  #<Z   b  QM = M ==K >[ZWVNLIG+,345$#3 +654+"5?30%#"3267!''76;267674/&6762#"&54632326767462"bRo'L/^f<=%f%R  щ*)*'?5PRk=[2'8##^+FfHHf?11Z/ ;t 2T%) +فM6=2.$%)%qD$LgHHgGX(0PJ K!PX@D  b  `  `  bR=M == M  >@B  b  `  `  bUR== M  >YY@MLIHGE#$+% +674/&67632#"&54632326767462"%>.'&76723272"547f%R  щ*)*&@5PRj>[1 '7##^,FfHHf  $"& )X+ mT') +فN5=2.$#-#pD%LgGGgGj&+%( , LhT"F5ZRs7jDo J-*q@8H Y !K PX@7 b ZRK =  K =  >KPX@7 b ZRK =  K =  >KPX@7 b ZRK =  K =  >KPX@8 b  bRK =  K =  >@8 b  bRK =  K =  >YYYYY@lkfc^[XURODCB@$35#&&335+4654&+"?3%#"#"&546563232654+"?37#"#"'3&'732&#'7673267.+".?;3%Ponlh|N YR yQec OqVF%dJ=: ) ;ms)511Z+`X9?DV ?11ZL8)V B//)1-V  #X-=fnP@  60K PX@Gb   b  Q M =K ==K = =>KPX@Gb   b  Q M =K ==K = =>KPX@Gb   b  Q M =K ==K = =>KPX@Gb   b  Q M =K ==K = =>K!PX@Gb   b  Q M =K ==K = =>@Eb   b  U  QK ==K = =>YYYYYY@nmjia_\Z+%:#*9' +&/&/7336&/&'?37#"'&#"&#'76?>7674/&67632#"&54632326767462"-l;Pf'@P?> [F" =/J?6%R  щ*)*&@5PRj>[1 '7##^+FfHHf`s/3/111 #)L8l",+'//!/T') +فN5=2.$#-#pD%LgGGgGX 7`h@ $2@Cb```   b  U R =>Y@hgdc[YVTPNCA%$*$+6'&#"#"&54764/&7632> 3272"56654/&67632#"&54632326767462"G (%FP> 3"J+t R}*- /NJ)X+ mK%Q  щ**)'?6PQk=[1 '7##^+EgHHg3$}hw 5*l7O'+(wO"F5ZRs8T') +فN5=2.$#-#pD%LgGGgG8CE@B,&<;:dV= >999C9C64+( +!&0&#'76?>'!"&#'76?67672'&'767< J5-LP -/B},+JlA':!l;s/jRsuo|N9mrl%$%//%#X)//lB?#Zi)3FL-)Lwu+ 0;J@G+*$'#$'#%+>54&#"32647'#"&54326?2327#"&#&'767$5+uf-\b>}#=8p.aV3qNF9eg-n7s=X+J=Z X5jj+?Po;!N/oM?j%ZRN^%L%06@3.-+)(:dK =K >&&&0&0CC+%&#"&47>7674&'.7327&'767+ ;[ fd uN :Z fd uK`;s/jSsto};!9 6 5 9y57#; 4 7 9ydZi)3FL-)Lww%(?@< <'&$"!:db``=>%$+3272"547654/&67632'#&'767k])X+ m\%R  щ*#g-n7s=X+T"F5ZRs:gN') +j%ZRN^%H '%$" :K PX@dM=M>K PX@dM=M>KPX@dM=M>KPX@dM=M>KPX@dM=M>@dM=M>YYYYY@''   +"32654&"546$32&'767vwy5H;s/jRsuo|\,Zi)3FL-)Lw')#.,@)-,*(':dM=M>&(%$+32>5#"4>32#".#&'767 3+Fh3Fk7HۃdL#TL1g-n7s=X+bX}7p; ^Z`ìl=in>5PfVj%ZRN^%uDO@0*K PX@   dK =M>KPX@   dK =M>KPX@   dK =M>KPX@   dK =M>@   dK =M>YYYYY@EEEOEO(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7&'767e Ood8dͅLT we O qm8RKVYA!;s/jRsuo| ?11Zuh>!Np7D ?11Z8Nt8=^zL^Zi)3FL-)Lw)7BI@F1/<;:db`==N>%()%$$$+326777327#"&54765&'"&547654#"&'>32#&'767=V+?)?w{%N#dLF;ZcX+D#hQqf-o8s=X+PADͲ9!P 'fV?%93VAFXX7!V%mOd7 j%ZRN^%BmDft@ G 0*K PX@. I    UL =M>KPX@. I    UL =M>KPX@. I    UL =M>KPX@. I    UL =M>@. I    UL =M>YYYYY@EEEfEfba^][ZYXWUPNJI(33:'3#3+654+"5?307#"#".547654+"5?3%#"32>7"&547#"547>;>!672"&547Ld Ooe8dͅLT wd O qm7RLVXA!BZB '7   -AAZB ?11Zuh>!Np7D ?11Z8Nt8=^zL/@@/+@^@@/7?GW@ 1/@:b`  U  M ===N>Y@JHROHWJWGFCB%()%$$$+326777327#"&54765&'"&547654#"&'>32462"$462"!"'47>3!2=V+?)?w{%N#dLF;ZcX+D#hQqT@^??^1?^@@^'*PADͲ9!P 'fV?%93VAFXX7!V%mOd7t[AA[AA[AA[A,.BDL`[@]W 0*<` :K PX@+ b   UK =M>K PX@+ b   UK =M>KPX@+ b   UK =M>KPX@+ b   UK =M>KPX@+ b   UK =M>@+ b   UK =M>YYYYY@[YSRLKHG(33:'3#3 +654+"5?307#"#".547654+"5?3%#"32>7462"%"&547#"=6?Ld Ooe8dͅLT wd O qm7RLVXA!BZBBZ(4AZB s0 ?11Zuh>!Np7D ?11Z8Nt8=^zL^@@^@>)/@@/27?GW@ 1/KPX@>  d  bb` M  ===N>@<  d  bb`  V==N>YY@TRKIGFCB%()%$$$ +326777327#"&54765&'"&547654#"&'>32462"$462"632'"547=V+?)?w{%N#dLF;ZcX+D#hQqT@^??^1?^@@^    PADͲ9!P 'fV?%93VAFXX7!V%mOd7t[AA[AA[AA[A -BD\dg@WOJ 0*K PX@, b    UK =M>KPX@, b    UK =M>KPX@, b    UK =M>KPX@, b    UK =M>@, b    UK =M>YYYYY@dc`_\[UTIG(33:'3#3+654+"5?307#"#".547654+"5?3%#"32>74632&'767#&'"$462"Ld Ooe8dͅLT wd O qm7RLVXA!B-$S>W[U`DBZBZAAZ ?11Zuh>!Np7D ?11Z8Nt8=^zL^@$-=B($Ch/@@^@@^@/7?GR@1/@4  db`  U==N>Y@IHGFCB%()%$$$ +326777327#"&54765&'"&547654#"&'>32462"$462"'#&'767=V+?)?w{%N#dLF;ZcX+D#hQqT@^??^1?^@@^GR%W,[2G~"PADͲ9!P 'fV?%93VAFXX7!V%mOd7t[AA[AA[AA[A_!QJFU!BV^T@ B< < :K PX@*  b  UK = M>K PX@*  b  UK = M>KPX@*  b  UK = M>KPX@*  b  UK = M>KPX@*  b  UK = M>@*  b  UK = M>YYYYY@^]ZYQO33:'339$ +#"/"&547'654+"5?37#"#".547654+"5?3%#"32>7462"}*BZB6%Rd Ooe8dͅLT wd O qm7RLVXA!3BZAAZ /@@/?  ?11Zuh>!Np7D ?11Z8Nt8=^zL^@@^@7?GW@N 1/  d  bb` M  ===N>@<  d  bb`  U==N>Y@WUQPGFCB%()%$$$ +326777327#"&54765&'"&547654#"&'>32462"$462""/7672=V+?)?w{%N#dLF;ZcX+D#hQqT@^??^1?^@@^D2DPADͲ9!P 'fV?%93VAFXX7!V%mOd7t[AA[AA[AA[A   %*KPX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYY&#+!+%324>76&#""&76!2#"P[ @lۘ b< #LHi3!9fPPw#˛Zîqs8WO@LH,&<G U V= >WVRQMLCA?;64+( +!&0&#'76?>'!"&#'76?67672$4632;67!2"&547#"{; J5-LP -/A}-+JlA'9!hB- AZBBZN9mrl%$%//%#X)//lB?#ZA-BB- -Bu 08@P@+*@4b  U  M =M=M>Y@CAKHAPCP@?<;$'#$'#%+>54&#"32647'#"&54326?2327#"&462"$462"!"'47>3!2$5+uf-\b>}#=8p.aV3qNF9?^@@^1@^??^'*J=Z X5jj+?Po;!N/oM?;[AA[AA[AA[A,. #)[R@O' OI71<U U V =  >%$YWNKA?63$)%)$#'!' +32+!#"765/>;4632#"&!& &#'76?>'!"&#'76?67672'! #O8/?R51=; J 6-LP -/B}-+JlB'9!7( )C9RB+7R>9mrl%$%//%#X)//lB?#u <L@76(<-;K!PX@4b  M =M =M=M>@2bU  M =M=M>Y@?=GD=L?L$'#$'#'$" +4632#"&>54&#"32647'#"&54326?2327#"&!"547>3!2{P7/@R61=$5+uf-\b>}#=8p.aV3qNF9u'*9RA+9P?9J=Z X5jj+?Po;!N/oM?,.\'aq@65 F O_^! @U Z  bbX U  US L = =L >Y@.db libqdq\YUSMKEC><:731.,&#  a a$ +!674#"'767327!72�'7673267654#"?)+"32>76;#"&7654&+3!267!"547>3!27V 5jDa L-/1%j{R J )! + X-N0Q#O'*q ,-Zj& 511 23<[1#+hVD{2--y\,-}! RbK*PX@4,E@? <@4,@? EK PX@3b   UU M= M   >KPX@3b   UU M= M   >KPX@3b   UU M= M   >KPX@3b   UU M= M   >K*PX@3b   UU M= M   >@=b   UU M= M  = M   >YYYYYY@$US]ZSbUbHFDB><87/-)'"    +">7654&6732&'"#"'47>32632327#"'"&5476$%65&!"547>3!2N+30m\%%1XN9j#PrxZLmGBsU' ')9 HP )=%oHd1.&%-LZ} /)dxF Tb;;;j5XkihiZ}@6Q+-DA@/. @2  bU   T M= M>Y@AA@?=;53'$3#4+7654+"?30%+"3#% 5476$323.#"32?#7w  M 9' xx %Xse%P%HZ- ǽm!5J00)/5Pg%/8;N-.PylK*PX@= Z  U  S  M=  M=M>@>  b  U  S  M=  M=M>YY@MM^\ZYMXMXKICA;9$"*""+#"'3##".547#7367&547&'4632632#".5&#"4'&#"326&'&'!32݃+./seZ^Sc7sfՔAdO.30  /).7F)#1D(_%&  TV:,!`Lun cM LMg'P^y5}N[2!*  +7{# d54T%T+0  LHC8C@2<;:KPX@, dbUM=M>@, dbUM=M>Y@999C9C335&''$ +% 5476$323.#"327654+"?3%+"&'767f) %Xse%P%HZ- ǽm9 M 9(;s/jRsuo}%/8;N-.PylK*PX@5  dZUM=M=M>@6  dbUM=M=M>YY@\[YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326#&'767J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1C@g-n7s=X+/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%j%ZRN^%jWbJ@GM 93#<`_][Z:dK =K >XXXbXbVULI85-,"9 +>&/&5?37&#'54.'&#&#'76?>76&/&'?3%27&'767 +I{W!77'Py  "N qI=8&@P?; I*;s/jRsuo} #--h&J -+ $. n%DJ//!/1 11  %'c"Zi)3FL-)LwLEPa@^! +GF@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>#&'767!` i&7Rj4FTE1%5NmjN7785-f=Y4> N 3"J*=g-o8s=X+f4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5j%ZRN^%Z/D ,#@ ('K PX@%bQM=M>KPX@%bQM=M>KPX@QM=M>KPX@%bQM=M>@%bQM=M>YYYYY@+)&$    +%2654&#"47"54323327#"&Fqɚq/5<uX!)eJu^u;Vsnr#/X)KZ73&%K PX@ bRM=>KPX@ bRM=>KPX@ bRM=>KPX@ bRM=>@ bRM=>YYYYY@ $#$'%$+32>5#"4>323327#"&547#". 3+Jr8\3NdK#!)dLu^uTL1bX}7s;t^Ǭl?in>V!1X)JEo8PhVZ/% ,<a@ ('K PX@.b UQM= M>KPX@.b UQM= M>KPX@' UQM= M>KPX@.b UQM= M>@.b UQM= M>YYYYY@/-74-3!2Fqɚq/5<uX!)eJu^u+'*;Vsnr#/X)K,-Z73CA&%K PX@)b URM=>KPX@)b URM=>KPX@)b URM=>KPX@)b URM=>@)b URM=>YYYYY@64>;4C6C$#$'%$ +32>5#"4>323327#"&547#".!"547>3!2 3+Jr8\3NdK#!)dLu^uTL1J'*bX}7s;t^Ǭl?in>V!1X)JEo8PhV+-V.9W@T)(#<76421:db`QM >///9/9&$"  .- +2#"$547632327654&#"!'3%&'767)`9H +P{+%m=u  `/Z5NzwVB>;t0jRsto|+N)ˉ+9mX mJHV!70^  hZi)3FL-)Lw/%/:@"-,+ &<98643:KPX@-ddbXM=N>K.PX@.ddb`M=N>@,ddb`UN>YY@ "&"$- +#!20#"&=623267654&#"#"'%#&'767V' %㍳emLP%jT)#J7f-o8s=X+9(r-1X7 F=X#*`wNRyHoj%ZRN^%tX7(34@121/-,:db`Q>#$+%+674/&67632#"&54632326767#&'767%R  щ*)*&@5PRj>[1 '7##^,7f-o8s=X+T') +فN5=2.$#-#pD%Lj%ZRN^%+ +D1ZK!PX@ YXBA<@ YXBAK#PX@(Z=M  = N  >@.ZZ=N  = N  >YY@VSKIHFED=;4210#76'$ +%3 654.#"'7673267654&+"?! #)"&7676'!"'673!6323!267?a[-_r=B;8-2E M }Ǹ^Z5P@)KB&I6T)= I<KPX@2 3 N XW>= I<KPX@2 3 N XW>= I<K!PX@2 3 N XW>= I<@2 3 N XW>= IKPX@K b  b `  bM = M =M =N>KPX@E b  b  bM =  M =M =N>K!PX@K b  b `  bM = M =M =N>K#PX@Q b  b `  bZM = M =M =N>@WZ b  b `  bZN = M =M =N>YYYYY@`^\ZUSRPECA?<:8710#76'$+%3 654.#"'7673267654&+"?! #327#"'&#".'6767&#"&#"'>3232?a[-_r=B;8-2E M }Ǹ^b))T3P9NGuwNZ)BG }=kPYl7/uAC+ YTdO-o-)1 !/;:Z!+=-//7q#Fv\A)`/ <kK PX@'; =>.YcbIH   T<KPX@'; =>.YcbIH   T<KPX@'; =>.YcbIH   T<KPX@'; =>.YcbIH   T<KPX@'; =>.YcbIH   T<@'; =>.YcbIH   TKPX@_b   b  b  ` =M=M=M= N =M >KPX@eb  b  `  b  ` =M=M=M= N =M >KPX@Yb  b  b =M=M=M= N =M >KPX@_b   b  b  ` =M=M=M= N =M >KPX@]b   b  b  `U =M=M= N =M >@cb  b  `  b  `U =M=M= N =M >YYYYYY@kige`^][PNLJGECB:9(%#)&"+4&#"3267>327#"547'#".54$32654#'"'7$72327#"'&#".'6767&#"&#"'>323279+1'%-,g#E@qyNt<" qVC<+?  Wc)(T3P9LGuwNZ)BG ~=kOXl7/uAC+?V1EL)kJ!V=!V7d1C^D%%'B$9 ="T{+=-//7q#Fv\A)`/ 8B@2<@:9:KPX@+dbUM=M>@+dbUM=M>Y@ %335&''$ +% 5476$323.#"327654+"?3%+"'"7567f) %Xse%P%HZ- ǽm9 M 9(w?%/8;N-.PylK*PX@=  bZU =M=M=M>@>  bbU =M=M=M>YY@ge^\YWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326632#"47J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1C $ %)/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%^ 1-y-c@ =&K PX@6  S K  == M = M>KPX@6  S K  == M = M>KPX@6  S K  == M = M>KPX@6  S K  == M = M>K#PX@6  S K  == M = M>@3 S K  ==M = M>YYYYYY@`^WUIGB?<952.-3#53#4+!;2�'76;27654+"?30%+"!654+"&?3%+"3267654'&547>32#"&547DX87;O=8?85=O#=6BH;J55!O#<5F f\7mN=nF} 5R5R_ 5 R}J7u :!1B\}@s+D 7KPX@ 9KPX@ 9KPX@ 9@ 9YYYKPX@M=M >KPX@M=M >KPX@M=M >K%PX@M=M >@QM>YYYY@  7 743.,*)   +"7>76'4%63 7'476767654'"#"54>527671¬ϔ1 xƔJ / 3  ' )dNJ/`squXq1H\âƐdX^P `Bf=F"@60:K PX@#dbK = =>K PX@#dbK = =>KPX@#dbK = =>KPX@#dbK = =>KPX@#dbK = =>@#dbK = =>YYYYY@ -:#*9'+&/&/7336&/&'?37#"'&#"&#'76?>7#"'%-l;Pf'@P?> [F" =/J?6F#7`s/3/111 #)L8l",+'//!/#`7G@> $2@4  bbb`  U=>Y@ GE*%$*$ +6'&#"#"&54764/&7632> 3272"56#"/7632G (%FP> 3"J+t R}*- /NJ)X+ mT&# ?U3$}hw 5*l7O'+(wO"F5ZRs8 #)/J_I@FNH5,&<\KA@?:dU= >_]US+( +!&0&#'76?>'!"&#'76?6767&547>767%3267654&'#"< J5-LP -/B},+JlA M ^=w1 L48 2-%+G #N9mrl%$%//%#X)//lB $X ;] si(@ 3U  8"#3A)-u 0@P`i@f+*21][TRMKEC:81@2@$'#$'#%+>54&#"32647'#"&54326?2327#"&"3267654&>32#"&5462#"547$5+uf-\b>}#=8p.aV3qNF9R+G +'+F-{G?S {J?P    J=Z X5jj+?Po;!N/oM?@+#1?)%/kFdN;FdN; ,\ak@!65 F O_^! @Q d Z  bbX  US L = =L >Y@( ge\YUSMKEC><:731.,&#  a a$ +!674#"'767327!72�'7673267654#"?)+"32>76;#"&7654&+3!267'"=677V 5jDa L-/1%j{R J )! + X-N0Q#Ow?q ,-Zj& 511 23<[1#+hVD{2--y\sw#9V RaK*PX@4,E@? <@4,@? EK PX@7  bbU = M= M   >KPX@7  bbU = M= M   >KPX@7  bbU = M= M   >KPX@7  bbU = M= M   >K*PX@7  bbU = M= M   >@A  bbU = M= M  = M   >YYYYYY@ _]VTHFDB><87/-)'"    +">7654&6732&'"#"547>32632327#"'"&5476$%6'4632#"47N+4/m\%%1X M:j#OswZLmHBsV&  % %(9 HP )=%oHd1.&%-LZ} /)dxF Tb;;;j5XkihiZ}@6Y 1-?)3@  * <'! :9K PX@dM=M>K PX@dM=M>KPX@dM=M>KPX@dM=M>KPX@dM=M>@dM=M>YYYYY@/-%#)( +'7&546$327#"'"&'"=67 32654Huy5יENw\v? ,cwR5Ζ,s1}WJsw#\c\ksD#-6H@E.-  < 9b=M=M>*$&#*&+#"''7&54>32672'"47&#" 32>L9)ׅXq7nNHۃ^Z !' %(qFk7G"Cg57MbBk=if`ìla"-L^J(#C3j8M_~@UTL@,&@%ddd V= >Y@ZXQOED<:64+( +!&0&#'76?>'!"&#'76?67672632"/&54656%672#"/&76< J5-LP -/B},+JlA':!{) [  -!!A   N9mrl%$%//%#X)//lB?#y   % BA  $u5 0G[@QPNF+*@2 bb = =M=N>Y@VTKI8#$'#$'#% +>54&#"32647'#"&54326?2327#"&632+"/&54656%6;#"/&76$5+uf-\b>}#=8p.aV3qNF9-e 9)G  J=Z X5jj+?Po;!N/oM?#% +o8GO@L,&< bU V= >999G9GECA@=;64+( +!&0&#'76?>'!"&#'76?67672%>32#.#"< J5-LP -/B},+JlA':!hm@nTPN9mrl%$%//%#X)//lB?#hq`9@?:u/ 0CO@LC:91+*%&$'#$'#% +>54&#"32647'#"&54326?2327#"&654&#"'>32$5+uf-\b>}#=8p.aV3qNF9bRP:)\juJ=Z X5jj+?Po;!N/oM? DS^Xk H@Ug@"]\TH &!/*>=7 @I d d   dZb ZUL == L >Y@b`YWMKDB@@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!267672#"/&54656%672#"/&76L;8 ,2R J!')!)-Z-N/RF-\) Z  .!!A   -)1 #/<[CNmQVi&Wy×   % BA  $D6J@ @?=5K*PX@,bb =M=M>@0bb= =M=M>YY@ )*8"&#+! +4"$73272%"&54>36632+"/&54656%673#"/&76O[; @lܗ b; ݤL9-d :)H  H3!9gPPw#ʜZîp"% +Ho@O@&!/*>=7 <   bZb Z UUL == L >AAAOAOMKIHEC@@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!267>32#.#"L;8 ,2R J!')!)-Z-N/RF-Phm?oTP-)1 #/<[CNmQVi&Wy×hq`9@?:12t@ 2)( @'bM =M=M>Y@ %%&#+!+4"$73272%"&54>36'654&#"'>32O[; @lܗ b; ݤLbRP9)]juH3!9gPPw#ʜZîpn DS^XjL%;Mp@ CB:,@'dd dK =L >Y@ HF*($CC +%&#"&47>7674&'.7327672#"/&'4656%632#"/&76+ ;[ fd uN :Z fd uKy) Z  .!!A   ;!9 6 5 9y57#; 4 7 9yd   %!AB  %{4H@ >=;3 K%PX@,bb`U=>@0dbb`U=>YY@ *8$%$ +3272"547654/&67632672+"/&54656%6;"/&76k])X+ m\%R  щ*-d :)H  T"F5ZRs:gN') +$"& ,Lm%4=@: bUK =K >&&&4&4"%CC +%&#"&47>7674&'.7327>32#.#"+ ;[ fd uN :Z fd uKhm?oTP;!9 6 5 9y57#; 4 7 9yVhq`9@@9/0D@A0'& <b``M ==>%'%$+3272"547674/&676327654&#"'>32W])X+ m\%R  щ*7YJH3&S_jT"F5ZRs:gN') + CT^Xk/ 2D[@ :91%$"K PX@#ddM=N >KPX@#ddM=N >KPX@#ddM=N >KPX@#ddM=N >K1PX@#ddM=N >@'dddM=N >YYYYYY@?=64*(   +"32654&"546$32672#"/&54656%672#"/&76ɍwwx6G) Z  -!!A   \,   % BA  $#D#:No@ DCA9@(b= =M=M>Y@ )*8&&(%$+32>5#"4>32#".632+"/&54656%673#"/&76 3+Fh3Fk7HۃdL#TL1-e 9)G  bX}7p; ^Z`ìl=in>5PfV"% +/o +FK PX@) bUM=M >K PX@) bUM=M >KPX@) bUM=M >KPX@) bUM=M >KPX@) bUM=M >@) bUM=M >YYYYY@++)'%$!  +"32654&"546$32>32#.#"ɍwwx6Gim?oTP\,hq`9@?:#/#63@06-,$<M =M=M>%)&(%$+32>5#"4>32#".654&#"'>32 3+Fh3Fk7HۃdL#TL1 bRP:)\jubX}7p; ^Z`ìl=in>5PfV DS^Xk D :PbK%PX@XWOA &<@XWOA &K,PX@6  d   dZVM =K =>@: d d   dZVM =K =>YY@][TRHF><3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$32672#"/&54656%632#"/&76_^VNgc {'{LZ?u PTH+:Nj # > #V ) Z  .!!A   @oHX%i/+//Z+1D   %!BA  %F1H\@ RQOG@1 bb=M=M=>Y@ WU*8%$+$$# +>32#"'.#"#"&54>7>/&7632632+"/&54656%673#"/&76!D\=B?/8! P6  'D) o%Rс,#-d :)H  HF-3N%%-& #0BN'3"% +Do :IK%PX@ &<@ &@<   bZ UUM =K =>Y@;;;I;IGECB?=3D333*""+6&#"326%7'"'.#;2&#'7673276&+"?6$32%>32#.#"_^VNgc {'{LZ?u PTH+:Nj # > #Vim?oTP@oHX%i/+//Z+1Dhq`9@?:/1DD@AD;:2<b`M =M=>%($+$$#+>32#"'.#"#"&54>7>/&7632654&#"'>32!D\=B?/8! P6  'D) o%Rс,#.bRP9)\juHF-3N%%-& #0BN'3j DS^Xk uDYkn@a`XL 0*K PX@&  d   dK =M>KPX@&  d   dK =M>KPX@&  d   dK =M>KPX@&  d   dK =M>K1PX@&  d   dK =M>@* d d   dK =M>YYYYYY@fe][QOHF(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7632#"/&54656%632"/&76e Ood8dͅLT we O qm8RKVYA!) Z  -!!B    ?11Zuh>!Np7D ?11Z8Nt8=^zL<   & AB  $D7Nb@XWUM1/@8 bb` = ===N>Y@][RP8$%()%$$$ +326777327#"&54765&'"&547654#"&'>32632+"/&54656%673#"/&76=V+?)?w{%N#dLF;ZcX+D#hQq/-e :)H  PADͲ9!P 'fV?%93VAFXX7!V%mOd75"% +uoDS\@ 0*K PX@,   b UK =M>KPX@,   b UK =M>KPX@,   b UK =M>KPX@,   b UK =M>@,   b UK =M>YYYYY@EEESESQOMLIG(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7>32#.#"e Ood8dͅLT we O qm8RKVYA!%hm?oTP ?11Zuh>!Np7D ?11Z8Nt8=^zLRhq`9@?:/7JN@KJA@81/<b`M ===N>%'%()%$$$ +326777327#"&54765&'"&547654#"&'>32654&#"'>32=V+?)?w{%N#dLF;ZcX+D#hQqubRP9)\jvPADͲ9!P 'fV?%93VAFXX7!V%mOd7 DS^Xk DA@21<9K1PX@#QM= =M>@'QM= = =M>Y@@>64/.-+*(  +2567654'.547>#"#"&#"#673276&'$>32fq >/K R\hJDd`%#s8 Od-CP.m\}#bT3'= ) +>h )s^X=cX \ \% 4+*@%329K PX@%bQM=M>K PX@%bQM=M>KPX@%bQM=M>KPX@%bQM=M>KPX@%bQM=M>@%bQM=M>YYYYY@,+98+@,@*#$''+&'&#"#"&546323274'.54>322567654'.547>5%A!fk켵;M5T1pes7hzP`)!+=hb5KV@S10 "<43 :>=9 QM =K >76DC6K7K.+'$!55 +!2>4?.+";2&#'7673276&+"'672567654'.547>@ GR1Tk5/+93N 3m$6hVF1L;(Efp >.J+  w7%1)/+//Z-#8v /{}#bT3'= ) +> h-C659KPX@'b QM=M>KPX@'b QM=M>@%bU QM>YY@/.<;.C/C#$$! +%#"5476?>7>3#32672'"7&2567654'.547>} 1w ,:!){X%$hfp =/J !f<' \ L ;%7)&t<|#bT3'>)!+=D=?@<+;<eV =M>%#!== +"&547>7>7654�&#"'327672+@ \hA/?o!A/%od`^+%B9!q#'rLX- H;yg ihl9517)f #3 1N;>@;+7<b=M=>%#! ;; +"&547>767674'"7>7654&#"'7327632f!;އ& cs8'H]'I) yJXVb5JP S1! ;35%%HL37`h fT sn}Nr=5'1}Wbm@jOID:#<`_][Z:dS K  = K  >XXXbXbWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!&'767!bOocG=9 XXdI=: e P qG=;s/jRsuo|?11Z B//)1  B//)1 ?11ZcZi)3FL-)LwL:EP@M:bb``==>+'%' +76&#&7$72>32 3272"5476'&#"#"&54>#&'767!` iʓOI)X+ mH )%FN; 3"J*f-o8s=X+f4(,  K՗mO"F5ZRs9h3$}ht 4* $5j%ZRN^%/;N@ 9 I ,@+I M=  K =K>Y@NKHEA>86348" +7654'"#".5>527673672;2&#'76;276'4#"7;2&#'76;2Ǵ! Rc?5k#v!/#M;/)!Xq1!P=1,X+ y= ) PQc+ f J@$<7 E )'<#"9K PX@6b  V= M=M= M>K PX@6b  V= M=M= M>KPX@6b  V= M=M= M>KPX@6b  V= M=M= M>KPX@6b  V= M=M= M>K!PX@6b  V= M=M= M>@3b  V Q= M=M>YYYYYY@ HFBA;:64,*    +%267654#""327&+'6767&'#"&547>3265"767673621bRs"g=Hd )= zo"XRj L\>=!q+uhly7_AskӏTJyrV)t#+*j)Bɔ77h3}R6fIXE@ A- K PX@=M=M>KPX@=M=M>KPX@=M=M>KPX@=M=M>@=M=M>YYYYY86-+654&'">3 7654&'6$?2!".547>7.54hP X qbL)yg \'>;Wf7qHy=Tw BR ynFnd!ja! `y>' C7XZ1 \J3Tl@!0d!ZTDZ mJD@ C;::K PX@ M>K PX@ M>KPX@ M>KPX@ M>KPX@ M>@ M>YYYYY@ '% +%27654&'654'7#"&547>7.'.547>769V\- V'Aq3BOL)ɢ549k+\I&&-HyT${.(Th 1J1NPPJ3ND#Ϟi$o959q5#h+J?q1''sLF)@@=$<: 9M =M ># )) +%2'67654&#!"=67!"'3!2yi^R= NR N!mGbd``T>-AmkHPuC)B:%H7# %i HFI='`@$<:9K.PX@M=M >@UM >Y@"'' +%2'67654&#!"'5677#"'3!2mN5`5dj!+?3xH3^lJ t+?;JC+)Tm)  CA=;64+( +!&0&#'76?>'!"&#'76?67672'4632#"&< J5-LP -/B},+JlA':!P7/@R51>N9mrl%$%//%#X)//lB?#9RB+7R>u 0<|@+*@'bUM=M>Y@ $$$'#$'#% +>54&#"32647'#"&54326?2327#"&4632#"&$5+uf-\b>}#=8p.aV3qNF9=P7/@R61=J=Z X5jj+?Po;!N/oM?V9RA+9P?H+[@)&!/*>=7 Z YSN M @UZb b `U QL == L = K >Y@[[XVQOLJDBA@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!267!32#"'7326754&#"'7L;8 ,2R J!')!)-Z-N/RF-3JZ rTa'HH!K'+5c-)1 #/<[CNmQVi&Wy×R;4 DT-8!)! ";T@Q0/.(#"<b```QM>,%#&%+!+4"$7327232#"'7326754&#"'7.54>36O[; @lܗ b; 1JZ sT`'HG!L'+6]Kk8LH3!9gPPw#&P<3 DT-8!)  #AgsDZîpLm 2FK PX@)S U M=M >K PX@)S U M=M >KPX@)S U M=M >KPX@)S U M=M >KPX@)S U M=M >@)S U M=M >YYYYY@20.-+)&$#"!  +"32654&"546$324632!672#"&'##"wvy5H?/FF/@@/#8 8#/\,^@@?@^@''%#+3CvKPX@,  M =M =M=M>@*U  M =M=M>Y@64>;4C6C&(%$ +32>5#"4>32#".462"$462"!"'47>3!2 3+Fh3Fk7HۃdL#TL1 ?^@@^1@^@@^'*bX}7p; ^Z`ìl=in>5PfV9[AA[AA[AA[A,./q !0C@5 >= <4 :K PX@2  U U  U M=M >K PX@2  U U  U M=M >KPX@2  U U  U M=M >KPX@2  U U  U M=M >KPX@2  U U  U M=M >@2  U U  U M=M >YYYYY@"21#"A?;:861C2C+)"0#0!!%!% +320+!#"'47>;"32654&"546$32267#"'&"'632P#{o#| wwx6G#3!1N+L?N41Tv?I5'*\,/D<3/:@1=#6F@'(10@1U U  M =M=M>Y@97%$A>7F9F42.-+)$6%6&(%$ +32>5#"4>32#".267#"'&"'6327!"547>3!2 3+Fh3Fk7HۃdL#TL1#3!1N+L?N41Tv?H6')bX}7p; ^Z`ìl=in>5PfVm/C;3/9?1,./ (K PX@UM=M>K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@'%!   +"32654&"546$324632#"&ɍwwx6G_P8/?R51>\,9RA+7R=##/*@'M =M=M>$'&(%$+32>5#"4>32#".4632#"& 3+Fh3Fk7HۃdL#TL1P7/?Q61=bX}7p; ^Z`ìl=in>5PfVf9SB+7R=/  /;KK PX@) U  U M=M >KPX@) U  U M=M >KPX@) U  U M=M >KPX@) U  U M=M >@) U  U M=M >YYYYY@"!:842*(!/"/  $!% +320+!#"=>;"32654&"546$324632#"&%#gwwx6G_P8/?R51>+' )\,9RA+7R=Z#/?;@8UM =M=M>20:70?2?$'&(%$ +32>5#"4>32#".4632#"&!"'47>3!2 3+Fh3Fk7HۃdL#TL1P7/?Q61=')bX}7p; ^Z`ìl=in>5PfVf9SB+7R=+,.)=MI@F"7<   UK =K >@>HE>M@M$3633&44 +%.+"&?37"6&#"?37#";2&#5767326!"547>3!2'J!/-   N#T*5 )-: vO*<3L 5;6`').R(313,31 /;/ //$_,-%e/?D@A)'<bZU=M>20:70?2?&!#&* +654&54632#"&5432326?&/&"&'>32!"547>3!2\X'&G/g~}Z`1ZG%s76R )?&XyV+3'*iD&\3(;H+/fR\Tux+6!&hX?EA+-u9@)<9KPX@ b`=M>K#PX@ b`=M>K1PX@b`Q>@#b``Q>YYY@ 97/-,+&%# +%2767654'&'"'7&54767&77676767367#632#"x/X% \fFI'/G1:n=>JUTqu3J; 2?i!T G"XFH/;#')N\\%5 RKPX@4.- =N"KPX@2  b  UM=L = M  >KPX@*  b  UM=N  >@2  b  UM=L = M  >YYY@HF@>7531,+'$!  +"3267656674#"7;2&#'76;276'"7676;632632#"''7&'47Uf/{ S%\%H% RoI!jj/`j5@- m3;j'o<cK1PX@.#94 <:87 9@.#94 <:87 9YK PX@&d  UM= M  >KPX@&d  UM= M  >KPX@&d  UM= M  >K.PX@&d  UM= M  >K1PX@$d S  U M  >@/dd  b S  U M  >YYYYY@31)'(# +32767654'&#"#727#7#6?3#67#672#"''7&54x+\%  u- #LgH3JWP:pu1k\f G#8 J6`+ %F`Ej6P);J)P\\3?itX}(&@#b`Q>#$+%+674/&67632#"&54632326767%R  щ*)*&@5PRj>[1 '7##^,T') +فN5=2.$#-#pD%LoN(@N A# 3/K PX@@=  M=M =M =M =M >KPX@@=  M=M =M =M =M >KPX@@=  M=M =M =M =M >KPX@@=  M=M =M =M =M >K!PX@@=  M=M =M =M =M >@>   U=M =M =M =M >YYYYYY@MKJIGF@>64&"&%&"+%'3267674&#"7&"3277273632#"'#7#"&547>32674'"##"5);w)D9L)ds e=PZ -shmr 7{G2n Xs L\>C  )uLL=^sX uӏTJyrN49382,--ɔ77h3#S -jT@7/D#K PX@= M= M=M =N =  K  >KPX@= M= M=M =N =  K  >KPX@= M= M=M =N =  K  >KPX@= M= M=M =N =  K  >@= M= M=M =N =  K  >YYYYY@& QNKHCA:831.,&$T S  +"7'3267654&%"327&267#"&547632763262#"'732&#763+{/w1H{#>`%mILF4 HL` 1=ɓL%>9s %nZ0E '  P ;#XJRڛXR\kĞTH{p+;B%+7ɏ:57// L45k) 5537;BIA@>>874' <e V== >FD&)1(9 +%&#'76?>'#&'#7"#'76?6767233&'&'73 #")6-LP -/A 6=flB'9!.8ise| !X(>%$%//%#X]//lB?#x$xH(r;eF+{@!   @'be=M=M>Y@ ('#!+%327%"'#&547!2733&' &'"S3ϋh 3p`hx*!M7J{Jpە1]_BC+*|P8FWSrF; )o@  )<:9K PX@ZM=M>@bM=M>Y&(%$&+#"'3267#"''7&54326'4&#"7d\#BS-'9RXi30VɋO+n/b0=15dMXBFZbu5PJ`: ' }+?N@K;('-<Z  UM =K >?=75344%"$#3 +654+"5?30%#"!2#!3267!''76;267#"'465>;bRo?&%^'L/^f<=%d\#F?11Z) ;t 27)j/5E@B0 -,<deM =K >"3<'5!+3276&+"'673!737.';2&#'7##"%+mK PX@,bbQM=M>KPX@,bbQM=M>KPX@,bbQM=M>KPX@,bbQM=M>@,bbQM=M>YYYYY@ *#/&'''+&'&#"#"'32767>#"&'.'7&546323274'.54>325%A!fk켵:6 )=' 2$9F?k f;M5T1pes7hzP`-< hsP|w &2 dF#!#%\P7' 8a-@UM >Y@ %% +!20!2767!"=47#"'H/jfe)Em}m#" <ww 1y6qs9FD>9@6b``M=L >&$(22<+732&#76;2672>7654&#"##"&5476$32_NN=BM9 ); T B' }j\2 X`fO  aJ-E%/B{?:-7oC)31'1#Ak`1Hf; 1(! +?-' }#- 9QҶ K*PX@1Z  U  UN  =M >@7ZZ  U  UN  =N >YY@ :: :Q:PMKJHA?54/-*(%$! 98%! +32>54#"'263 #!&47>?#"546;654&'.732>54&+32#DoTy>X7_1)9VE@d uN$p :Z .3BWR6-':^_1%yExP. DVL 5 9y\37#; 4 - 5QgZ)l~64>@ 6KPX@-b``M=N>KPX@-b``M=N>@-b``M=N>YYY@><21/-&$44 +2>323267654&547632# 5476'4#"#>>7654#"T\Rq33#;ahRxF 4 TNR=R1!dT]'D;H?+! TNV9<+yO'l/yZ%^f)K1PX@#<@#K PX@"bM=M >KPX@"bM=M >KPX@"bM=M >KPX@"bM=M >K1PX@"bM=M >@-bM=M =M >YYYYYY@'&%$ )) +%27&#""'#"&5476$32673273-Df }+iN)^kf#w} 5ZsNBl%NX#{XJuvgDDǘ371!q {gu)}K*PX@<@K PX@"bM =M>KPX@"bM =M>KPX@"bM =M>KPX@"bM =M>K*PX@"bM =M>@-bM =M =M>YYYYYY@'&%$ )) +"7'3267674&%262#"'#6="#>Df+iN)^hw 5uN//l#)XyXIuyfEFƘ370yhyH5@ &K PX@'ZM=M=M>KPX@'ZM=M=M>KPX@(bM=M=M>KPX@'ZM=M=M>KPX@(bM=M=M>KPX@(bM=M=M>KPX@(bM=M=M>@(bM=M=M>YYYYYYYY@ &&#$$&"+%'3267654&#"7#".'&#"632#"'#>32-9w+F9^oo-3bR!` 7yG%l^buP)wuLN9^oTPV7170w^7W9 ?%@ %K PX@bM=N>KPX@bM=N>KPX@bM=N>@bM=N>YYYY&&&&"+>32#"&547>323267654&#"`l1 H/+3PR%ZNmwh?@cK1B/% oÞPCq1 <0@8<9K PX@$ZUM=M>K PX@%bUM=M>KPX@%bUM=M>KPX@%bUM=M>KPX@%bUM=M>@%bUM=M>YYYYY@ :920+)#!$"$ +4654#"3267#"''6767&547632#"&54.#"6 77 9! bo 8N-Nha5J)#fD! gQ} s C\Z?8`R '76;#+'ɁH?>I ;@;6 (K PX@1bZR= M=M>KPX@1bZR= M=M>KPX@2bbR= M=M>KPX@2bbR= M=M>KPX@2bbR= M=M>@2bbR= M=M>YYYYYY@:953+)$"  +"327&7673327632#"&547#"&547>3265"q"i=RX++){l5(/n` ` \qJZ@=!s9ۑXFwjL3t K PX@(ZM=M=M>KPX@(ZM=M=M>KPX@)bM=M=M>KPX@(ZM=M=M>KPX@)bM=M=M>KPX@)bM=M=M>KPX@)bM=M=M>@)bM=M=M>YYYYYYYY@><64,*('  +"327&#"=4654#"67#7#"&547>327>7672s f>RZ(qs#H! B\j \oJZ>#ydZ\uy9ُXHyjL3tPC  -Zo)BX;++ő;4yq9CA=P:b )L)K PX@,bZUM=N>KPX@,bZUM=N>KPX@,bZUM=N>KPX@,bZUM=N>@-bbUM=N>YYYYY@ &'$!&+#!654.#"3326767!"547>32#"' B/#1d=Lw^"H>kj+^T%?T# jqӔ #HwEƨ9L ( K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYYY&%&&&+!32>'62#"&54763!67674&# :'-HK3ᴯ3R eL1 :)F= +n69Bu==+76m F2@5432('#7<:K PX@$b`M=M>K PX@$b`M=M>KPX@$b`M=M>KPX@$b`M=M>KPX@$b`M=M>@$b`M=M>YYYYY@ A?'$()+67326>7&#"'6$3267#67#"=4755#".541Lsr/lo3N nVJ7 u%Ri7 h5 R׈Nn5`-Ta7HDwX5wATZu-P9 ;LHF9b !-191\_)D?#{:K*PX@3<@3 K PX@'Z UM=N>KPX@'Z UM=N>KPX@(b UM=N>KPX@(b UM=N>K*PX@(b UM=N>K1PX@-b  IUM=N>@.b  UUM=N>YYYYYYY@ 97!"',#$ +%327#"&54767&547>32#"'&'"363632#'&#"{=7\'̲!yҶ} U)X'+V V 9!\ i7?_;HwHyV8I7ZVR9+'EZTV3\%3^h;K*PX@ - 76 <K1PX@ - 76 <@ - 76 K PX@(b UM= M>KPX@(b UM= M>KPX@(b UM= M>KPX@(b UM= M>K*PX@(b UM= M>K1PX@-bI UM= M>@.bU UM= M>YYYYYYY@ :8-&"%#!# +%654#""#"'5632027654&#"'"&547>32#"'7326bh!+^ e!5s'/!'G5W#?ͅbZoH]Dn s) +156[F" ;^RFW!=q +hHwmhTHK*PX@?=<2(#FPO <540+*:K1PX@?=<2(#FPO <540+*:@?=<2(#FPO <540+*:YYK PX@/b` UM= M  >K PX@/b` UM= M  >KPX@/b` UM= M  >KPX@/b` UM= M  >KPX@/b` UM= M  >K*PX@/b` UM= M  >K1PX@4b`I UM= M  >@5b`U UM= M  >YYYYYYY@SQNL;9'"%$!# +%674#""#"'4763227654&#"'"&5465>326767#"'5#"'7326di!+` g!5q'/'G5V%@φ=-\! b>HZ:\ %NbZsJ]Dl s)+!56[F" ;^ u'D& - VELBdFZ FW!=qhHwm`!6 ( K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@#"0."6#6 !! +%2>7654'#"54763267654#" #"&5476$B?NV3 vwXTy^\5 f՘۪ 7^w;/ V#3B%'d sJqd)7+)B=w d-3s+-{2@ + K1PX@)b SK=N>@'bU SN>YY@22344&$ +##"&5465622#737654+"&?37#" o?\qVti31JVv+!9;:+ +B_!J/-R1 p_ ""5VhNI@#"@ K PX@7Z  b QM=M= M>KPX@7Z  b QM=M= M>KPX@8b  b QM=M= M>KPX@8b  b QM=M= M>KPX@8b  b QM=M= M>@8b  b QM=M= M>YYYYYY@DB=;20.,&$II +%27&#"267"&5476327>7672#"'&#"#"&=>32bk)=u'L%^i/ju 7u;9#xkfawH3h G!%yhof H3=,-PXZJBAbmh713HA=V: %-NV\JTue@DgH#-%%//F+X5Y@ K PX@*bM=M= M>KPX@*bM=M= M>KPX@*bM=M= M>KPX@*bM=M= M>@*bM=M= M>YYYYY@1/)'#!55 +%27&"267"&547>32673#"&547>32de -:u)B-Zy1jx{ R;3/FRmdF5+1PVXJ?D`{+713yyA/-wBfF %+um<ض<; K PX@8  b  bU M=K= M>KPX@8  b  bU M=K= M>KPX@8  b  bU M=K= M>KPX@8  b  bU M=K= M>K%PX@8  b  bU M=K= M>@6  b  bSU M= M>YYYYYY@971/&$5# +654#.?37#2"&547632"5473#7654&#"3267  @ A' 1`TP)NfFP$gj%b'- 7 5 ɚ/1  + NKƜ;Hw>/f!{ It@ C, @%bUIM AY@ A><943/.'$" II# +7267654'"&5476?&'.+"?37+"7#676#.?37+"'N` 8\= E : 1f% C A+7V% !5<3-Gwy/+53۬7#55V{e9#D`y 4@ .! K PX@=N>KPX@=N>KPX@=N>KPX@=N>@=N>YYYYY@ '& 4 4# +%3276705"&547>?.'.'72>7>3)N` 1P4 < -1s >R;]Bv7 >!;D>3 -Td@--P;DPbD-NfFB HM!%E-3s'y?'@% K PX@K=M=>KPX@K=M=>KPX@K=M=>KPX@K=M=>K1PX@K=M=>@UM=>YYYYYY@ 237"236# +327654+"&?37+"67#"547654+"&?37+"?h u$! P ;' `o}b '! N ;% =f)V! 11%+TyR!/%d9V) 11%+VR@ >=M0KPX@+bM=M= K  >KPX@*ZM=M= K  >@+bM=M= K  >YYY@ROLI6%347&$&& +7>7672#".'&#"632732&#'76;27654#"7;2&#'76;2Ǻ#yjdcwq+3 G%)e'M;'+`J?u'O;'*"A=W9 PTZLhaf3NT# RF3q% %+TOr@ .KPX@:b  ZM= M=K = N>KPX@9Z  ZM= M=K = N>KPX@:b  ZM= M=K = N>@;b   bM= M=K = N>YYYY@IGEC=;1/,*&$ OO +"732&#76;>767>32#".'&#"632#".547632326654+'Pq # Q : %C/ko+3bV%uq^#hj{e1/^TmdDrEk-XZ/ 15 4oJ}[7 PNXxi;:gT<+FL9)V1dq )9@8 " @%  U T=M >Y@64.,))+3#4 +#;2�'767327#737>57676; >32#"&56{LH P ZM;HN-LOq V3+5 V3-67P7//XKPZ'< I#Z3H3+ 3G7)@ K PX@=M>KPX@=M>KPX@=M>KPX@=M>@=M>YYYYY@ $ +27#"54774767>763j +B7JyH;oE 6/BVJ`R I-y)M@ #@UK >Y345343+654+"&?37+";2&#'76;27`'H>'+' P<'+# P% Rh92L@I0/%<bbU=K >3344" +654#"57673267'"#;2&#'767327'67- d<#5#1V[G P Zs$0/PgV! ;$+>w7//Z*20;@ 1#  @.  b  U   U =M >Y@;94200/.&"3#4+#;2�'767327#"&547>32>#"?673'&#";sl`F O Za%"&+7673327632#"'&547>5'bn)'Z'5V%/ =TB8CHX7H' =DXG/!/Zn@%)  U K!PX@Ib b b=M=M= K = N>K.PX@Gb b bU=M= K = N>@Eb b bU V= K = N>YYY@ZWTQMJEC=;97. "+#"654'"#"&76727673#!2#"&547623267654&#";2&#'76;2Ju+5!Rc37iuV# '㍲fmLP% jT1y /! P;2) M HB KPX@(  b K= M   >KPX@(  b K= M   >K#PX@(  b K= M   >@&  b  U M   >YYYY@heb_ZWPNKIGE@?337%3#7$+32767654+"?307+"326?654+"?37+"27#7"&'#"547654+"54?37+"k 5f{`G P Zk9!k&%yG P ZueR)#LLb`G P Z1//Rj_722Z5HR7722Z VN$kjD5y5i7 221y+f@;5/'SN F K PX@( M = M =  >KPX@( M = M =  >KPX@( M = M =  >KPX@( M = M =  >K.PX@( M = M =  >@&  U M =  >YYYYYY@,,,,f,ea^VTQOLJ@=:9864320.-+(&#  +"'+"327654#32767654+"'+"'0773077307+"7#7"&'#"&547654+"&?'''+j 79 ul 9Nb'+ -',d N P;'+hR%'J]$N`jYc'-P1=%T#P-9'R5#HPPoN$jD5y]X?\# )/Dlu@rKE P D? 3-a <  b M  =L = M  >ec^\SQNLJHB@85210.,)%"  +%267327654#"73654#"7;2&#'�'76;27>?*7676;632632#"&=>32?6' .'+m 7=tk9R  b'P N<'+u@/R%'LLd jYf5]IVVb<+9)/ZHR9(T %%7)P8X%  R+ K%jjE6{\VDZ>CL/# #/?F-\@@ .!8 @8b  b  `M=L = N>Y@@?=<$&%347"% +76'"7676;632;2&#'76;27674#"7#"&=672#7fB%)Je'M<+f>j BV{\Z \LD oI!jjBMT% R\%H|D7! 54+C@ .9 @1b  bM=K = N>Y@ A@$)&434#% +%0727&'&+&#"+"63?6&+"547>32'326754#"'"56]5%L`%b,';Pg737\8 15~du PLuI!QjRR "m\BV{^wID=% +4E^/D{;7@ +K PX@K= K =>KPX@K= K =>KPX@K= K =>KPX@K= K =>K.PX@K= K =>@U K =>YYYYYY@852/'%  ;: +7267654+.?!654+"5737+"#"'&'732&#763 C F5^<9 N ;> @%H/;^ ;! M K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY@ ##($&"+632#"&56%!326767674&#"33ټ+۴ZPVH'TLV$Ė7Dɔ1/*.qb1+sxw7@ K#PX@5Z  b USN= N >K.PX@;Z  b Z USN= N >@9Z  b ZU US N >YYY@20/.!$!#&%% +674/#";67>3!&#326?3#7654+327!".56DJPV B#{!5CTH'RAR\}h)`qJ9BGo 5!\ %#";\17'K PX@bM=N>KPX@bM=N>KPX@bM=N>KPX@bM=N>@bM=N>YYYYY@ &"&'&&#+27&54763232654.#"#"'"&5476!2wn |h`yRR}q/XtP</ @`A;@UO>Y@HGFEB@?><;(%" +>7674;2&''7632?.547>7654'"##"547273Dl?B{'5'! P<'+5dF AB  ' ~k{)'d{R&b4\RS:=## P Nji7;)hh> S  34*s/@* KPX@bK=M>KPX@bK=M>K#PX@bK=M>@bUM>YYYY@ 339%#%+27#7#"747>3267654+"?37+"tf^%'I+-y P7)-qgJ O [ qL&s/DP3C&=h722'V2`@- K PX@&b`K =M>KPX@&b`K =M>KPX@&b`K =M>KPX@&b`K =M>KPX@&b`K =M>@$b`UM>YYYYYY@ 337'")+7#7"&5465>32#2767654#"?37+"fT*NmJV Z:s#j<;P>'+jYPL&ed0& )C7u%I%y>@-(#K PX@3Z`ZR  K =M>KPX@3Z`ZR  K =M>KPX@3Z`ZR  K =M>KPX@3Z`ZR  K =M>K.PX@5b`bR  K =M>@3b`b   URM>YYYYYY@;852+*&$ >= +"327632#"&5473#"5465632'267654+"&?37#j#9!%b1>wVl ^u;:f-q !  R 6-V1+)H0D={=^ F_ `AjD- 33o2.@+ -<OM>34;%"*+0747676;632#"'&7;2&#'7632mJ9Z!!MoHV [9u 'e!9Q=%,R I+ff1')D8p+# !!/B@?<bbM=M>%"(%"+&767362#"&'&37327632#"476P#q^nml\@73k#3/'f`K!#\7KL\ -@bN=K >Y"&%243+%;2&#76;277632#"'4#" 8 R =:ABb\` U+j'9#/ 31T%s==7 -+J;'+W@bM=K >Y24*'"$+%654"#"&5465>32732&#76;2J-)%j'>hZHLA 7  V >7?PF;J!% ?H=LH% 13/w ?ζ#"K PX@5b  bSM=  K =>KPX@5b  bSM=  K =>KPX@5b  bSM=  K =>KPX@5b  bSM=  K =>K.PX@5b  bSM=  K =>@3b  bUS  K =>YYYYYY@ =:7510-+)('& ? ?"$ +654&#"3262676'"&#"&?!27#3"&/#72&#76 ENT?No% ' y @_ Pfi C4 @ u9Pn2l3-\m-F%%7V]) 79H1=K,PX@ 9 <@ 9 K1PX@1  Z  UM= M= M >@/  Z U  UM= M >YY@<:86+)'% 11 +"?307"3>7632"'#!76;67654654&+326 ? L 7 3EYj%H^V X-RX@ 13 _@ABRbr-<9!/'3+j; b{)-0l!7LtVJ@H K PX@3b  b RM= =M>KPX@3b  b RM= =M>KPX@3b  b RM= =M>KPX@3b  b RM= =M>@3b  b RM= =M>YYYYY@DB><876542#! JJ +"54?3267654'.547>32.#"#"'"&#3267>32y(.m /qj[ًf eMN1Xd}^{{9qN@%C0+/F31TBZI5SC!h9s^ uT@HH+1uVJm9HJ9\;!%) Bl+P-,@ *KPX@+bX`M=N>@)b``RM>YY@'%,, +2#32>7672#".'&" #"&=>V)- DQ+do^qstJ-'+  \V-hi^^PH7^sL?N1 !-FN=C8/+P-?@=KPX@6b Z` UM= N  >@4b b` U  RM>YY@:831,*(&"  ?? +2#32#"=>;>7672#".'&" 32+#"&=>V)- DQmwD@%hF+do^qstJ-'+  \VXwBD"eT-hi^^PH7^)1L?N1 !-F1N=C8/P1a@!b`QM>Y)'$)&+2#"'&747654#"#"&5465>32327>9V2Vb@F+-3+3')5 }oAN++ %=P=N`TUbE%3]@NNON7D9- <@ 0/%$ K*PX@bM=M>@bQM>YY@ 86)'$'$ +032>7#".'&">77#"&5476%7>7672+ /<BH/'+  H#3L $+!?{D_!O+do`ost'pVX!-Fb1pE /4N?N1 $7@4<9M=M >$#%&$#$+%654#"'6232#"#"?63 u;c% VVHPL?_Xb+'G/".@kv%FL'#7D"q@ <:K.PX@ bM=M>@#bSIMAY@ "" +2#"547#7276?3#327>+Aw{-#L7#  3-DLTm'`5%F`1-1:D@2!1 <8:K PX@/b T K =M>K PX@/b T K =M>KPX@/b T K =M>KPX@/b T K =M>KPX@/b T K =M>K.PX@/b T K =M>@-b  U TM>YYYYYY@B@<;::640.*)'&#$"$+#327#7#"54?#737654#"#'?307!7674#"'?307!3267a9xGs 5`_$!  %?y)#*" !%8+$/ K'y37PdJ'/TT+-P%)+!% P:)j5/qw;J@ ; K PX@ZM=M>KPX@ZM=M>KPX@ZM=M>KPX@ZM=M>KPX@ZM=M>K,PX@bM=M>@bUM>YYYYYYY@ !*(&!+67!054&+'# 47>77#"'7!22>7654'+L> N 'o V_?LP))"1 aL" i7?%+ 3'9{{J/!C t#-ZqBhH#-(@ #"K PX@b=N>KPX@b=N>KPX@b=N>KPX@b=N>@b=N>YYYYY%%,#+3267654'&547>32# 476'"7676; j%/hN;9̪FfB)%J`5/^:^ 6 !1Z`/?+oI!1+@(-<=L >#3<34$"+7622&#'76;676'';2&#'7636DH)& f_  T #;B3V ` bwm37`1/ 4JZ/ 1-R=@:8K-& <= L  >PMJGCA$###<33( +%'32&#'76;676'';2�'763276326322&#'76;67694 2- R #= > 7V  _ bB9FD;?D'k]  W ;ZvSB=5,1/*n``/ 1-i\\``#q`1/#@j@.*<6 @!bN =K >Y@ #3=34$#&# +732#"&'&#"2&#'76;676'';2&#'7636}'T P-' wN}^  T #;=CV ` _?#++ /5#8`1/ 4\jr)1-yBZ@ BA+@ UM >Y@ =:3822:"## +%32�7673>?&'.+"?27#"7676+"&?63#7 <Z 9> 'T= -3!H1 ۍ0 = 72//%1 77 6FC1:7! :7H?@`s!<@$# <:K.PX@.bb  QM=M >@,bbU  QM >Y@ <:#&$!#% +&54?!"50567#67#"'!632!27#3267632#"R79 m#mm#I8NN ND<FkX{ +=)> 3 F"{O=so)yyRyJFLT{71 '- 3A; B@.$#@<&%:9K.PX@(bUM=M  >@&bUUM  >Y@ ;965,)!  BB$# +%654#"326#'67#"=4>7#"3'3!2367632/;7V=TRR)5Dm #"#=yH/jfe1TJX9g -A##8wul F  1y6qy7J7<Zm//@,+ &<-:KPX@(dbXM=N>K.PX@)db`M=N>@'db`UN>YY@ "&"$- +#!20#"&=623267654&#"#"'V' %㍳emLP%jT)#J79(r-1X7 F=X#*`wNRyH+` @@('+72<:549KPX@0b`M= M=M>K#PX@0b`M= M=M>K.PX@.b` UM=M>@2b`U UIMAYYY@ :8$! @@  +267&#"267654#"!"'3!27&'#"&547>+L/N7hF}g 1 8grDB ?` ~)bwXPgE 7Lj?85O  1Z yy/7PToT b)D>:@7<bM=K >;841! >= +%267>767654&#"#"&5476$3232&#763 P{f119m _/-APJ>/5?X % M =H"0Z`Vyw%;PV9-)+% qd!!Bp@+#/b?- 31)DD=@:b`M=K >53-,&$ DD +%32&#76;>7674'.547>32#"&54767#67654&#"`%  R =% X L#%# 小 _3)G C1?iFfPH 13#3}3RT%/T-'!yi+7!% /DN Pas)" (V-C*K PX@&b`K =M>K PX@&b`K =M>KPX@&b`K =M>KPX@&b`K =M>KPX@&b`K =M>@&b`K =M>YYYYY@53-,&$ CC +#"&?37+#"&547>3233267654'&547656'! R ;' X L#%# 簍 ]3)G A1BhFfP  13%1."TO%/V-%!yi-5!%   1DN Pao)"Z)HDE@  @QM>Y%'$$+3>$32&"3267#"&54VX Ajy#mkyTPdݍ馕=1Li_j?w8^D/K PX@UM=M>K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@,*$"  +"&547>32"32654&!"547!2)1 U-#3 QRD=J1F"5-1% +E3'-Bu`:{nz TT/LHy EK1PX@*9<9@*9<9YK.PX@" UM=M  >K1PX@ U UM  >@*U UM  =M  >YY@EDC@2,'%#E +3267674#"&"# 267674&#'767367>'#".5?26;2+'"V?ZuTX1du6' 33 1  >u ?DV}aZ@`Yj9LF)% %eO/o!\= {X+!6( KPX@UM=M>KPX@UM=M>@UM=M>YYY@#"0."6#6 !! +"632#"'72>7654 54767&547>32w=QV3 wo`\o^]5 3ך۪ 79/ X#5?##isJpe(4/)A;w f/1S.K#PX@ %$ <@ %$ K PX@H  b  bU  V = M =K= M  >KPX@H  b  bU  V = M =K= M  >KPX@H  b  bU  V = M =K= M  >KPX@H  b  bU  V = M =K= M  >KPX@H  b  bU  V = M =K= M  >K#PX@J  b  `  bU  V M =K= M  >K%PX@Qb  b  `  bU  V M =K= M  >@Ob  b  `  bUS  V M = M  >YYYYYYYY@&QPMLLKGE?=986530+)"  SS +2#"'&#"3#7654&#"32677654#.?37#2"&5476323"5473>Z!/!#=VBPeGP%fk%d%  ? B' 1aRO *! (m=+ NKƜL7w>/j- 7 5 ɚ7) 3FyZx@ %;@#U  S K  >Y@WURNKHDC@=C63343C3+654+"?>3#"!7654+"?27#"732%#'7673267!32%"#?673>7m 39 %# 7+1F1 +9j 73 57!!7+ =@(9 ## :3/. "7/%"93 ) %8'+  +8 =;@8 62-,!  <UQ>:9'%   +267>32#"&5467#"7476%676747673>P!R b<3Dc;3D7N!jyl:O+F!kHs}TX +>3% +=1% /7% wV#\ }ZN V< 5+5yU@S430) NK @&b  UM =  >Y@RQFCA>;83362$  +%#320�76;2?&'&+"&?3%+">77654+"&?37+"67#=#3 G A<%}' !) M #% NO1$! N <& G>bk+Ԛ/13^FFX 11  566 # 11'+Zy P))F!y K PX@$ZXK=L >K.PX@%bXK=L >@#bXUL >YY@ #227+7>7654#"?3%+"327!763 =; Z >; LPR K PX@2Z M = M=M=K>KPX@2Z M = M=M=K>KPX@3b M = M=M=K>KPX@2Z M = M=M=K>KPX@3b M = M=M=K>KPX@3b M = M=M=K>KPX@3b M = M=M=K>@3b M = M=M=K>YYYYYYYY@DB<:42.+)&$!  +"327&#".'.#"732&#76;267#"&547632>7672`'oGLF4>q-2 E#) %; R>% HFd /CXD9fqh_w9ȠLN{l+=P9ZL\B3 55%1/ŏ58F=W9 BDNT@Q @<bSM=  K >KHDA=<65)'! NM +%267#&465673>767654&#"#"&5476$323#32&#763'OoT317o \/-D PH?,2;L % N >H%-M IxE{u-;PX7-)+% qd!!Bp>- +W7 5  31BDSO@Lb`  SM= K >NMGF<:43-+%# SS +%32&#76;>7#&47673654'.547>32#"&54767#67654&#"3#y' R >' LL#$#小 ^1+H  D1?iEhNH 13'/GRT%/T-'!yi+7!%  /DN-Paq  (?1AOKPX@1"JIBA420  <KPX@1"JIBA420   <KPX@1"JIBA420  <@1"JIBA420   K PX@;  b = M= M= N = N>KPX@;  b = M= M= N = N>KPX@9  b = M= M=N = M>KPX@;  b = M= M= N = N>KPX@;  b = M= M= N = N>KPX@;  b = M= M= N = N>K.PX@9  b = M= M=N = M>@7  b  U = M=N = M>YYYYYYYY@GE@>75/.'"#$! +!632!27!"'#7#"&54767632654#"?673&"32767#"' J!B;DjZ}V= yqu79HB.  d< y1VT\J+N91\j#L7LRFLFF7L}` ;$> udRLRjquCgvRyR/]e @&]&b) K P 5 K PX@]bb   b  `  ` Z=M=M= M = N>KPX@]bb   b  `  ` Z=M=M= M = N>KPX@^bb   b  `  `  b=M=M= M = N>KPX@^bb   b  `  `  b=M=M= M = N>K.PX@^bb   b  `  `  b=M=M= M = N>@\bb   b  `  `  b V=M= M = N>YYYYYY@ec\ZSQONJIIHDB<:$, '+%&327654#"57673#!2#"&=623267654&#"#27#7#"&54767632#x3\J+P75- d ]\N< 9KPX@*- 342$ : dP> ]\N< 9KPX@*- 342$ : dP> ]\N< 9@*- 342$ : dP> ]\N< 9YYYK PX@G  b  U =M= M = M = M>K PX@G  b  U =M= M = M = M>KPX@G  b  U =M= M = M = M>KPX@D  b  U =M= M = M =M>KPX@G  b  U =M= M = M = M>KPX@G  b  U =M= M = M = M>KPX@G  b  U =M= M = M = M>K.PX@D  b  U =M= M = M =M>K1PX@B  b  U  U =M= M =M>@I  b b  U  U =M= M =M>YYYYYYYYY@& `^[YRQGEDCA@8510,+)(#! M M!# +%654#"326#'67#"'#7#"&54767632654#"5767373!2367#632%&327#"'T/ZkT=WRR)5CP9wqu35LB- dK PX@.dbM=M= M  >KPX@.dbM=M= M  >KPX@.dbM=M= M  >KPX@.dbM=M= M  >KPX@.dbM=M= M  >K.PX@.dbM=M= M  >@,dbSM= M  >YYYYYYY@ B?$"& +67#!267654.54#727#6?362.#"".54@w3i9FrB5-}-"L uw!-%3\kfjRXi//H<dZLD/I)2&H/D_`5"%F-FCNj-JN +c)Dz P3 )#=?Ha@   Z  b ZM= M== N  >K PX@>Z  b ZM= M== N  >KPX@>Z  b ZM= M== N  >KPX@>Z  b ZM= M== N  >KPX@?b  b ZM= M== N  >K#PX@@b  b bM= M== N  >K,PX@=b  b b  RM= M=>@;b  b b  U  RM=>YYYYYYY@"@@@H@HFD971/,*$" ?? +2327#"747#"&?6726?3>7632#"&'&#" "&547>3275++ FOWa VVHL L|*dm`ostH/7%^V)kh^aNHou'29` 3/_?jw%FJ?N1 #+!FN=D7 -h$'1 c@]@ <1 :9K PX@<  Z  U M =M=M=M>K PX@=   b  U M =M=M=M>KPX@=   b  U M =M=M=M>KPX@=   b  U M =M=M=M>KPX@=   b  U M =M=M=M>K,PX@=   b  U M =M=M=M>@;   b U  U M =M=M>YYYYYY@`^WUPNHF$#%$$/$"$ +4654#"3267#"''>767&'#"747#"&?6726?32'#327&547632#"&54.#"6321 9!jo / N;& VVHL L= ]u1E" /Lh^6J(#fB׋! gQ} } 7 \ 1t/_?jw%F)#h$'.GZ;<`R '76;#+'ɁH?KPX@E  bM= M  =M =N = M  >K!PX@B  b QM= M  =M =N >K.PX@F  b QM= = M =M =N >K1PX@@  b I QM= = M =N >@B  b  ` I QM= M =N >YYYYY@}sqohf[YRPHFDCB@%'&$+654'!723"'&#""76?>7#737>32#"&=4&#"!273632#"&547>32'67654'"732'&#&#""#74;>7   5F-RL1 a :' foj:F`T1?>)f GDTl\1ql^{B<)X  1w/kJfu !? 11baa =% 1 /136`qDF`H+1;) NZJ5+iZ5JjVP1-!'XN3d/11"2P<L@=  6 1K PX@;b=M= M = M = N>KPX@;b=M= M = M = N>KPX@;b=M= M = M = N>KPX@;b=M= M = M = N>@;b=M= M = M = N>YYYYY@DB?>;831/&# +64#"?673>32.#"#"'"&#"'7&#'76732773267654'.-  e92hg dNN1Xe}_{{9qN $F+ ZO=Z/s[WRB ;$eDP9s^ uT@HH+1uVJm9 /Z='TBZI-DP:@:98  . @:  b  b  U =N =M >Y@6410)($#3!$! +!632!27!0#�'76732764#"?67367#67#"'b J!B9DjZ} O Z-  e9mk#J7PFL/ZRB ;$$ yyRyJ'L@|w]W gO FE?,+ K6<  b   U  U>~{yvspmb_\YVTJGDA><##3;3#'+?/&#"5?307+"?676&+"?37#"#"/"'&#"5?37+"?/&#"5?37+?676&+"?37#"#"/"'&#"5?37+PN' ;'w r  F/? /!!lB++?'m N*;(ws F,D - !oA)+='m {@-!#133  5//3/X1@-!!344  5//1/V3 /K PX@'beSGK?KPX@ bSS >@'beSGK?YY@ +#!#!#!#!9FF9^g:F C<`g+-1L@: /!K PX@7  b  `U =K=N=>KPX@7  b  `U =K=N=>KPX@7  b  `U =K=N=>KPX@7  b  `U =K=N=>K.PX@7  b  `U =K=N=>@5  b  `UU =N=>YYYYYY@IG@>")346# +327654+"&?37+">732"#"&547'4'3#".547>32RJ=t%!P<'+ ( ) Rb38h}mY%L -^ #) HmYXX;o# PNP!  fe\RLCV 19`bg/I@C743K PX@0bb=K=N=>KPX@0bb=K=N=>KPX@0bb=K=N=>KPX@0bb=K=N=>K.PX@0bb=K=N=>@.bbU=N=>YYYYYY@ 346''%$'( +%&7632#"547"747#".547>32327674+"&?37+"1=  /\ "( G-#\3T !) HXM?J=t' N>'+i-X 1:mf`N 19^\uX9m%# PA}@  @$U  V  Q>Y@@=;87641,*2!7"!+654##"57673632;2#0+76;2?654#";2#0+76;27  s1BPRm-'z- 2-1B9' y/ / !5l% /%-5 /Hz@65C(@&bU  OM>Y@HEB?4%345%"%$ +6762#"'&#"632;2&#'76732?654'"7;2&#'76732T!e15=N=3 ! PTm-   V)}  +'!]8 V)} =-))+VM\5m )  )!?L)  VN+@&@)b``RM>Y@)'#!++&" +>32#"546277"5676;#"&=632-/37.= 9^' 'R471>'9 )+ ' $3+= 'ojk-)-),=@: <bUIL@2B9$"%+07"5676;6320"&/;2+76;2#5 9T-' 5:?=;/% { -= '99+= #5 {/@@=+* <bUIMA339&#%+27+7#"5465>326?654+"?37+"+5 >P/'DB); /' P) --= ' ;"+# #5   8@ 61O@62 '@&$ @*U   U I MAYY@???O?NEDCA2">-"A +3237632"+7437276?654>54'&+"577+"32636767654'&#3C-_ 7)C! >'V  G  i\ #+?!/=TJ}'%?-!\    !"!NL@IG@+% M6<e G M AKIFEDB>=$##3;3#' +?/&#"5?307+?676&+"5?37#"#"/#"'&#&'?307+I)=%wm H-B +!!#i %5+=)l-@-!!344  5//1/V3 D<B@?8($<ZUIMA#3;34%$# +'"&=6322?0&#"&?37+"?676&+"?37#"ݾ^\a* 7! >'L1F* !' #m  N3H 3'Ӗ3aEu18<  #Z`(KPX@ e>@ d[Y!( +#"'&5476703J  &  +u)f$# +"&547>763217 y  VBF1?# G 79D7&@# <eM >  +2'>76#"5476/28hB=SP 7A/ =L3# V+%; EZJDD @eM>Y@  +2#".547>Ra/0bN UD8V%'D %iA;[;f7*@'<QM >(#(!+32767654'&#"'632#"'`5'- 5 N+!DDM% %#3##?7+1P57 7*@'<QM >(#("+#"'&54767632&#"32j #'L-!A?S 1.+0 =7'7P37?##3 !% @bcM>"("+>32#76767654#"#"74 y\;N TX P ^L Ad$#' 3NA8 98;<9H?D1- D\# @bcM>(""+#"54#"#7654&54632%^74kP koXTX)PT#h/H9+f)=uCo+"+79\V\o!+"+%77/8_\V\@<e > + #3#ZVZomL/@ d[Y + 3#39[V[Tm{+X (9KPX >[Y  +&''67+o9u9d)HXb%\PTX%XJ @ :[ +#&'767g-n7s=X+j%ZRN^%PX,KPX@ K>@GK?Y +#3pIqPqwj@IMA  +!"547>3!2')+.v` %K*PX@ e>@ d[Y&! +632#"67d !' #+#-` %K*PX@ e>@ d[Y$& +#"/7632V##FM#)/\ @ <d>#! +#"'632!%F 1' R ^%@"<IMA  +!"'0?>3!2 %&)*F?` %K!PX@ d>@ d[Y&! +632#"/LPI 'T ;JuKPX>[Y +"54767%T8!J,%/ % s qL)=$@!<GK? +!7 \= D);@ 9[ +! ;/)+@(<UM>#&#$+654&#"'632#"'73265- "'DVO3T)7@ TBNl@E'FTO@@UIMAY#&#"+>32&#"327#"&54+P''3T 5- FVNn=H1)5?TA `E @dL>Y@ " +&'47376323/-} JHH @eGK?Y@ " +##"'7#&547 --}o 3=r@ K#PX@dT>@deGL@YY"!+#"'7#&547376323#! T !}3Z @GK?  +!&547 #o5m@ :IMA%$ +3267#"&547aQP<+\hwm DV`Yk  @M>$" +4632#"&O8/?R51=9SB+9P?o 0@-<UIMA  +"3267654&>32#"&54+F -%+H-|G=U{I=S@+#3A)%/kFdN; FdN; 7+P5 :K.PX@ M>@IMAY! +"&5476%327+sL`%N!F<+7)5`ËHB +811%1 %5N-m@ <:K PX@QM>KPX@M=M >KPX@QM>@IUMAYYY@  +267#"'.'62#3!1N+L?N31Tw?H5/D;3/:?1u*P@ %$@UIMAYY@1/!  ** +"54656?32776747327"'32674654/o0^iD9-oDLFB!R-#3PV3+ \L );m?%##  !%%-'13q /-Iy#a@ < ;K#PX@bQ=>@b`Q>Y@ $#4!+674##"5727673732�'76732'l J!% N)t/# c   L2vK*PX@ 2<@ 232.#"#"'&"1#FZ70 hBR+ '#X)--)w>3- D3)'5))$ 7J3@ O 3 H= ucf@c`[ 4IC.<b   U I K ?_]ZWNLHEB?9831-*&# cb +"?674+"?37+";2&#'7673274/";2&#576732?654/.+"5?7# -Z3!X+0N7%q +Y 5#T)+I ZuV b b 1!  -Vb  1VR+S@%! < 9KPX@ZcM>@bcM>Y$$.,+&#"7657654&547>32#"'654#"j#P%T\+Z!jRXD$e+;'~8 ''  //RdL3- ^Fh @ <d[% +7'373+q mu\-y'XB3>KPX@SK >@SGK?Y+!7!7!7!0'-XZJ0j@($ <;K%PX@eM >@eIMAY@+)#"00 +2'>565"5465>%2'676'"547>/7 y-G%VBn18 y!VBE1 ?#''+ H 5E1 ?# H 6L`j,@ d[Y$' +#"/7632T%# ?T #)/`%K*PX@ e>@ d[Y'! +632#"67 $ %) 1-f @9>  +&''67R+oKPX@M=M >K#PX@QM>@IUMAYYY@  +267#"'&#"'632q#3 2N-IB%'32TuDE6)=6-+49- j%@"<IMA  +!"'05>3!2;)* +.! f$@!<IMA  +!"5465>3!2#i% )*5m@ :IMA%% +3267#"&547aRP<)\humDV`Ym+\R@M> +462"FfHHffHHfH))3KPX@ M >@IMAY+462"$462"BZAAZ/AZBBZj[AA[AA[AA[Af?,@)<bcIMA$''+#6767654#"#"=>32 FL=D +/ )+q32#"&545+H+'+E -{H?R {J?P@+#1?)%/kFdM<FdN<u-R@('  \+;f$\PRZ$PL,KPX@ K>@GK?Y +#3sJsPqmP3KPX@ K>@GK?Y+#3#3bZIZ\KZPqo*8@ 32#"&543267#"&547B'!+B'!+waQP<}{7ju'7+! '6)! %DV`Y`3mD/@ 9M >%$ +654&#"'>32bRP9)\jv DS^Xk - @  <Q >& +"&547>7632Hc7x XF1 B# E9'@$  < ;eM>% +25675"54765c9 {!V9E1 ?#H B@@  @eM>Y&" +#"'.547>32:9 dP X:--!3 }#kA9])7+@(  <eM > +2'676'"5465>V17 y  VB7E1 ?# H 7-?` %K!PX@ d>@ d[Y&! +632#"/1PL )T LJu%:KPX>[Y +"70567%b5! J,%/ ' s 7&@#<dS>"!+#"'7#&54737632`+ # jF@ @dT>Y"!+6323##"'B % '} +J' ?@ @eK>Y! +'"'7!&547!! 3{7j! )(@% <dINB*#" +#"'732754'.547632 yTDZP?`'))a/9RTd33!L/ PL9N \L@UIMAY!&"#+3263#"&547>32"&#"l  HVV ?J VPXDTsTB{`E @dL>Y@ " +&547376323/-} BHH @eGK?Y@ " +##"'7#&547 --}o L@ @dT>Y"!+#"'7#&547376323#!+ ! @GK?  +!&547!1@.<ddM>  +2?0303#"&5465632`--)'5`XPo 6)bu~\;5  -N*@'ddN>  +"5470303267>325} 7')-C%B/+MN*d: %+Bm@IMA&" +>32#"&54 W3+7 V3+:3G7+ 3H7+ h@IMA&&&"+>32#"&54%>32#"&54 N/)1 N/)1oN/)1P-)11=1'1>3%1=1'/@1'{f 0@-<UIMA  +"3267654&>32#"&54B+F -%+E ,{H?R{J=P@+#3A)%/kFdM> FdN<`5s$@!9IMA  +2567654'.547> f q =/JB|#bT3'>)!+=m;r@! +#"&5476%327uL^%N!F;+8)9\FA+711%1 #7Nu' @ <d>#! +#"'632!!C# 1' R TLH3!2#"'7! #-)"%m 3-j%@" <dM>"%%$+#".'#">73276232%3w3%^Xm- JTTPHy H3 L=Tj ! :K#PX> +#&'767Ng)r9s;X+=b$^NN^$-+5X @9[  +&''67%t9u9\+^Z'\PN^'n#X@ :M>%$ +3267#"&54657`TP:)\ju DS^Xj-b@ 9IMA%$ +654&#"'>32s`TP:)\ju- DS^XlB:@7 <:IUMA  +267'"'&#"'672#3 4P/J;,'31TtFA>+>5-)59.^9%@"<IMA  +!"505>3!2 %%'*}"+'F7=3/T5N:@7 <:IUMA  +267#"'&#"'672\#3!3P-J;+'41TtFB5j,=5-)59.\-C@ @dINBY+#" +#"'7727654'.547632yRFZX7`)))c/7Td33!K. PL:1@ :[$ +#"'%#7#y' @:[# +#"70567Pw?rw#1 @9 >  +&''67=s/qMh~d^c+7BD5+D}q1b @:[  +&'767;s/jRsuo|1Zi)3FL-)LwZB?K,PX@Q >@dIMAY@ "" +#"&=33267hm@lVRBhq`9>=:/$@@ "" +>32#.#"Phm@nTPZhq`9@@9q%@" <dIMA#%&"+#"&546563227>32 lf N!^j -#D+JK=AF% ?L-8ZXG32727>32Vg\:=T`2!$JbR? /@H\!-# uj@IMA+462"$462"?_??_?^@@^ZAAZBBZAAZB;?LK PX@bWIMA@bcIMAY#'+#67654"#"54632F50/s)-lNP?sFZ5/ /+OA'CjN% @9[   +2'>&%,9%)-%J!'+3 @9[   +%2'6q&%+?'+)Hu/^4 :KPX@ M>@IMAY$& +7727#"547p'.73/+y3k3'Fh^Lv^ @ K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY$)$#+654#"'632"'73267>RZ__JsD[y3VN#n'7@^FFZ9}`{BOJ7@\@8 /d.@ ('K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@+*&$  +"&547>32%267"'&547>7632."-1 X1'7 VR\\^JsCUv3Wm7==4) /H5)1FVZKFZ9{`{ASH9=\?Z/y+0@ ('K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@,*&$  +"&547>32%654#"'632"'73267>-3 V1'7 TRZ^^JtCUw3VN#n'9>J3) /G5)/H^FHX9}`{BOJ7@\@8 /hFJ%(@%9UM >%%&" +>32#"&5425>7654#&747>^ R/)4 S/)3j }NeD J/D1'/B2& u(4RDL#: /<1bu@<d[  +2"&5476!5  )  $H)J"3i@ #@!dbINBY@/-'%  +2#"&5476>32#"&54%>32#"&546B5  IL-'8 L-)4 L-'5L-)5J)  %L/?5' -@3' /?5%-@3' HO@L<6$<dbV= >FD;8.,#   +2#"&5476!& &#'76?>'!"&#'76?676725  < J5-LP -/B},+JlA':!) %9mrl%$%//%#X)//lB?# @IMA   +"&546325DH1-GCF/1HH1/F@Q@~E  &!/*>= <   dZ  bb ZUL == L  >BAKIAQBQ@@4%&$"473+!'7673267654&+"?!#!"326746;#"&76'4'#!2672#"&5476 ;7 ,2R I!')!),Z-N/RF-5  -)1 #/<[CNmQVi&Wy×) %Whj@g\OI:#<dbS K  = L  >YXb`XhYhWVTQNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"'?3%#"!2#"&5476bPobH =:XXe I=: e OqG=5  ?11Z B//)1  B//)1 ?11Zc) %b%6>@;*<dbK =L >'&0.&6'6CC +%&#"&47>7674&'.73272#"&5476 ;[ fd uN :Z fd uK5  ;!9 6 5 9y57#; 4 7 9y) %f -1!K PX@%dbM=M>KPX@%dbM=M>KPX@%dbM=M>KPX@%dbM=M>@%dbM=M>YYYYY@'%--  +"32654&"546$322#"&5476wwy5G5  \,) %=NS@PB " 71<   d  bK =K >?>HF>N?N$3633&44 +%.+"&?37"6&#"?37#";2&#57673262#"&5476J!/-   N"T)5  )-9!wP+;3K6;55  .R(313,31 /;/ //$e) %/O@ -O=<@-  db` M =N >Y@HF97321/&$  +2#"&547632673!"=7>7654&#"#!3;>7.547>$3 5  78>0F= $ ^eP')3z !) %'o+P!P9FH;oL)3!J71)h˨g/>=J.?P@"@8K PX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>@1 dbb V =M>YYYYYY@LJDB<:31(&..'$$ +327#"547654#"76?632#"&5476>32#"&54%>32#"&5465s39Hy ou=G-5  HL-'8 L-)3 L-'5L-)6s3Nm.3I)  %L/?5' -@3' /?5%-@3' D81@.,&<V= >64+( +!&0&#'76?>'!"&#'76?67672< J5-LP -/B},+JlA':!N9mrl%$%//%#X)//lB?##- A'&K*PX@'ZUN  =M >@-ZZUN  =M >YY@  =<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.7DoTy>X7Z[3BWR61)9VE@d uN :Z :^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4 -*5@2%$<ZL =M >3463#3+%732�'7673267654+"&?3!#!"b8K5=<3;!l | B//)/+ </7(@%< =N >G + !&#!".57673' Z {}PV ^H+@h@e&!/*>=7 <Zb ZUL == L  >@@4%&$"473 +3'7673267654&+"?!#!"326746;#"&7654'#!267L;8 ,2R J!')!)-Z-N/RF--)1 #/<[CNmQVi&Wy×DD(/@,'&<=M =N >8!!' +)"&7676'!"'673!6323!267}Z5P@)LB&J5T);f h8PRT+JE@  F }+WY@VOID:#<S K  = K  >WVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!!bOocG=9 XXdI=: e P qG=?11Z B//)1  B//)1 ?11Zc/D)7F@ " K PX@2bb U  M =N >KPX@2bb U  M =N >KPX@2bb U  M =N >KPX@2bb U  M =N >@2bb U  M =N >YYYYY@"98+*A?8F9F20*7+7  )( +26?6;#"?6&54&#!"+6?33"32654&"546$32-5/ - -)7+ - - 13wwx6G1 Z9!/jF\,L-%"@K =K >CC+%&#"&47>7674&'.7327+ ;[ fd uN :Z fd uK;!9 6 5 9y57#; 4 7 9ymR/W;@8MG 93#<bK = >VULI85-,"9 +>&/&'?37&#'54.'&#&#'76?>76&/&5?3%27 +J|W!78'Py  #M pJ=8'?O?<J+ #--h&J -+ $. n%DJ//!/1 11  %'c"yfD1;@8+! <=L >%#  11 +%2�'767267>232&#'7672654''!NPK PX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>@ K = K  =>YYYYY@SPMJ63;34<$ +%0#"&'732&#'76;276?657654#&5?!6!+";2&#'76;2746'A,$VHj5%N ?6 ))=9Hb1?8%V3FP@5}'_`#! n #+);%!=Vm-=@60K PX@bK = =>KPX@bK = =>KPX@bK = =>KPX@bK = =>@bK = =>YYYYY:#*9'+&/&/7336&/&5?37#"'&#"&#'76?>7-m;Pg'?P?> ZF# =0J?6`s/3/111 #)L8l",+'//!/3(BY> @XbbUU  K  = K  =K =K >Y@2YXUTTSSRPONMKHDCA@=<<;;:98431.*) (' +26?6;#"?654!"+6?323#654&#!"#4>73#!"'&733!2673#&63!2#7@ ;9'5K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@   +"32654&"546$32ɍwwx6G\,X-UB@?;P<ZM = K  >UROLHE@=:(53364 +%654#!";2&#'76;27654+"?0332232636326237+;2&#'76;2ۮ? 8+=O;6D 1>;/^B^`/)%%3{=X!o>;=76 M;+D#1% 5R1-N 5 +;5i@ /@%ZUN =K >Y@ 334)D3""+3 #"6'#"&?2$32#"';2&#'767326f+553-C?  5}TqR4 JۉB(L)9H;8/+^ '1L^Z'HP\--//)9d-&@# @,ZbZL =L >Y@&%($+.#!7'&5!267'?27>7'&#'?dw/4YTFR7u\3L;+1@+ dg m#P>QR#?b5A@>10 "<43 :M =K >.+'$!55 +!2>4?.+";2&#'7673276&+"'67@ GR1Tk5/+93N 3m$6hVF1L;(E+  w7%1)/+//Z-#8v /+=8@5"7<K =K >$3633&44 +%.+"&?37"6&#"?37#";2&#5767326J!/-   N"T)5  )-9!wP+;3K 6;5.R(313,31 /;/ //$-L?@<+2I<K =K >HEA>0-*'# LK +$6542?.5476%7654+"&?3%+";2&#'763:7yD X#/65 O#;6B 85 M;118/1b-BwPM Spg7)!I 3 RGǍO 3  )+a@@=$ Q8< K = K  >`^USPMJH3'#c)r +?2326233"7676#"?23263"32&#'76726'.32&#57672>7>'&#"&  J#J9t ux!%Hp oa V  7a13bB` 33$0fT33}!*FR136b/'13/-5#+j-VJ@GJQ<$<bK =L >OLIFC@52"VV +32;2&#'76;27.547654.'&54;654+"?3%+"66769VA"8hT/75P@5D / 5Z? t73?P#<5BsBd/n^}J 3 P -Hh;18  !72bBA5RodkN'VD>j@>,+ @ bM=N >Y@ -$)*!!+%32673!"=7>7654&#"#!3;>7.547>$3 78>0F= $ ^eP')3z !o+P!P9FH;oL)3!J71)h˨g/>=Lm%-51@. UK =K >54CC +%&#"&47>7674&'.7327462"$462"+ ;[ fd uN :Z fd uKBZAAZ/AZBBZ;!9 6 5 9y57#; 4 7 9y^@@^@@^@@^@j=EMJ@G"7<    UK =K >MLIHEDA@$3633&44 +%.+"&?37"6&#"?37#";2&#5767326462"$462"J!/-   N"T)5  )-9!wP+;3K 6;5w?_??_?^@@^.R(313,31 /;/ //$gZAAZBBZAAZBu0A@5K PX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>@. ddM =N=M>YYYYYY@21;91A2A,*$"  +227727#"'"&54>54&#"32>72#"&5476 L&)c?#DSXLzV̺J=`PF%JN:Z99[5    1m}%i`Ѿ{HqFo1oLP) %q:KpK*PX@? <@?  K PX@5  bZ U  =M=N>KPX@5  bZ U  =M=N>KPX@6  bb U  =M=N>KPX@6  bb U  =M=N>KPX@6  bb U  =M=N>K*PX@3  d  db UM=N>K1PX@8  d  db  IUM=N>@9  d  db  UUM=N>YYYYYYYY@<;EC;K32#"'&'"363632#'&#"2#"&5476=7Z'˲!wҶ} R+X+)X V 9!^ i7?_5  ;HwHyV%I7Z !VR9+'EZTV3\%3^%) %s):t@.<# 9KPX@ be=M>@ddeM>Y@+*42*:+:)( " +632'4674'"'654"76?632#"&547676CJoz 5u=G-5  ``5Jv-AdZ'7L5d_F3  I) %w-j@ !K PX@'bb==M>KPX@'bb==M>KPX@'bb==M>KPX@'bb==M>K!PX@'bb==M>@$ddb=M>YYYYYY@'%--'$$ +327#"547654#"76?632#"&54765s39Hy ou=G-m5  s3Nm.3I) % J2DUf@8VNK PX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>@1 dbb  V=N>YYYYYY@43b`ZXRPIG><3D4D,+$" +# 476767>&#'>323267674'&'47>322#"&5476>32#"&54%>32#"&5469˨5' -C/8 8; m%1fN<5  HL-'7 L-)3 L-'6L.)5/?Zj% !7!A+%;d1/m+^ 6 !1P)  %L/?5' -@3' /?5%-@3' 0+@<:K PX@#M=M=M>K PX@#M=M=M>KPX@#M=M=M>KPX@#M=M=M>KPX@#M=M=M>@#M=M=M>YYYYY@,*$"  +227727#"'"&54>54&#"32>7얄 L')b@#DTXL{VͺI>`PE%IN:Z:9  1m}%i`Ѿ{HqFo1oLP9#(Ex@6CK PX@1bM=M=M=M>KPX@1bM=M=M=M>KPX@1bM=M=M=M>KPX@1bM=M=M=M>@/bUM=M=M>YYYYY@ /&&!&( +"/'732>7654"#"5465>2267654&# >32#"&'hw/19i=b J!VDR%/T 94x#Zr-+PV5+Xou7JLLh 9'X/#DZmĬe{oo %AsJ39T@^6,@)/#<eM>20#** +7#"547675&#"'627654'.5465632 %@b7q#d`yoM ! -=PGPc%`}T#/+RVϲZbR  5^7-9@ &K PX@ZM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYY-"&.'+'3267654/.547>32#"'&'"#"&547#<LOV1 `P҆ T-^={2+37Ƭ L'hHGj)%`s7qsw@+'\f}E-/w/#38?=K*PX@ <@  K PX@(Z UM=N>KPX@(Z UM=N>KPX@)b UM=N>KPX@)b UM=N>K*PX@)b UM=N>K1PX@.b  I UM=N>@/b  U UM=N>YYYYYYY@<:98$!"&,#$ +%327#"&54767&747>32#"'&'"363632#".#&#">7Z'˲!wѶ} R+X*)X V 9!^ i?_;HwHyV%I7Z !VR9+'EZTV3\%3^^`F@ >KPX@.dbZURM>@/dbbURM>YY@ (%"%&'#' +327632732#"&547632267654#"&5476%"5476%!'7 P)o`bfN}uN$jk!J3L# D)'BZ#=2LOk`'#q32 N13c^ R;HiXn{,1@.<# 9eM>,+ " +632'4654'"'674"767>76375DJoz  5u= -``5Jv-AdZ'7L5d_F3  I s$K PX@SM=M>K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@USM>YYYYYY@ !  $ +!32"!654&32#"&54jN#=;\ Bj!#@uNj}#+I}cNy}LzܷK PX@b=M>KPX@b=M>KPX@b=M>KPX@b=M>@b=M>YYYYY@ '$$ +327#"'47674#"767>7635r49H x  ou= -s3Nm.3I 8F@'. !< 9K PX@(bb`M=>K PX@(bb`M=>KPX@(bb`M=>KPX@(bb`M=>KPX@(bb`M=>@(bb`M=>YYYYY@ '%+""+#"&54737>7#"&'&''64#"7676;>7>32V-1:V!A' D9h}H7J?7@ oV(LXZTVL#>+Xm݅ >?dDDX :^E;I'}]XPMP!!@!   < 9K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY'$*#+%#"&'''#"'>323275L^X ߴEI7}5A;J3+)\dm:mb;T\;I3sR)%`3@-<)%$:K PX@M=>K PX@M=>KPX@M=>KPX@M=>KPX@M=>@M=>YYYYY@,*('#!33 +"&547676767>77%32677327"'#"'!L!7   X\=;- )8=5u3'P%A2;W%V'}BuN7ZD1lwTVRqqwH}?D)*@'<M=> )) +2#654&#"'6327674'&547>75: 0m#%#78Cq7N+ T3' -VI=1C{VjzND!! ;T{Pg@2$^ <:K PX@:b ZUU U Q N>K PX@:b ZUU U Q N>KPX@:b ZUU U Q N>KPX@:b ZUU U Q N>KPX@:b ZUU U Q N>K*PX@:b ZUU U Q N>@;b bUU U Q N>YYYYYY@fdb`ZXRPIHGD@><:43.,*(+' +6654# 74767&5476%#"7476%0727672327632+"&#32#"'465>32326 f %b P 9 4%C`f{y -)rL'R!5hч J4-OB%Js \+4[J^y{d Rs. ='  j< L;Z37)2 V% /-li){F 'f##@M=M>&(%$+32>5#"4>32#". 3+Fh3Fk7HۃdL#TL1bX}7p; ^Z`ìl=in>5PfVhf*WK1PX@'& <:@'& <:YK PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>K.PX@M=M>K1PX@UM>@ZUM>YYYYYYY@%$ *) +27327#"5476# #"'465>76'>3d#Xdc =< 3HX^B5jYw%_w5H} TVLyH//>= !$j &@!< 9KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYY&,##+654#" 326'6>762#"'PJhLHZU:1֬ 7XD qQmdZ>uCB)y'71)?9J8 ;K PX@-ZZM=M=N>K PX@-ZZM=M=N>KPX@-ZZM=M=N>KPX@-ZZM=M=N>KPX@.ZbM=M=N>KPX@.ZbM=M=N>K*PX@/bbM=M=N>@,bbRM=M>YYYYYYY@ &"%(&"&"+632#"'&#"32#"'47>323267654&'.56+tJ-Wq47  R-s 5X?M4\3)lD'mZCHT-%q^Xm+4N1^b ;-4`,@ <:K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@'%  +%267674'>5#"6)27+#"&5476VR ; R#ie oVE{5 F{} -5V3dR š/f=;Z/53}[78B@<:K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>K*PX@M=M>@UM>YYYYYY@  +!27+27#"5476#"'>Q(Vmd27= %yD-?By)u7HRyH#3X?go2@ K PX@b=N>KPX@b=N>KPX@b=N>KPX@b=N>@b=N>YYYYY,+$"+# 476767>&#'>323267654'&547>32s9ʨ6'-D/7 8; m%1fN;/?Zj% !7!A+%;d1/m+^ 6 !1Pf 2%@"<: 9M>'%# +654#" >'.547>7>7632X!gVKiw\q{9+'9N?oGNL n;ZˉVA#EF?RnHA3\Z`B)s@;32hkM#v{#-9@6% *<:(9QM>" #" +.#"'6326767327#"&//7&%'\%Vwj5?FZN%'%H?-}5e5ǵ +;V7D;Q h''gFD7?B)'=N<K1PX@ 1:)<@ 1:)K1PX@dbM>@db=M>YY#/+3>7654'&'47>32!.54767676"76326`G [1?4yǰ 'Z } D K PX@dN>KPX@dN>KPX@dN>KPX@dN>@dN>YYYYY&&/""+#"'#"&54767327&54763232654'7/˰:{#3R)HImn h`oT ;N􃃁1H0qD%ZHVF;#L,T&K PX@%bM ==M>KPX@%bM ==M>KPX@%bM ==M>KPX@%bM ==M>KPX@%bM ==M>@#bU=M>YYYYYY@,+'$% +462"$462"327#"547654#"76?63A[AA[0AZBBZ5s39Hy ou>G-f[AA[AA[AA[As3Nm.3IBS@ ! K PX@%bM ==N>KPX@%bM ==N>KPX@%bM ==N>KPX@%bM ==N>KPX@%bM ==N>@#bU=N>YYYYYY@ ,+$# +462"$462"# 476767>&#'>323267654'&547>32?_??_2?^@@^9ʨ6'-D/7 8; m%1fN;f[AA[AA[AA[A/?Zj% !7!A+%;d1/m+^ 6 !1P#u!4j@ ddM=M>Y@0.(&  +2#"&547632>5#"4>32#".`5  q 3+Fh3Fk7HۃdL#TL1u) %X}7p; ^Z`ìl=in>5PfVuCm@"!K PX@'bb==N>KPX@'bb==N>KPX@'bb==N>KPX@'bb==N>KPX@'bb==N>@$ddb=N>YYYYYY@A?31&$   +2#"&5476# 476767>&#'>323267654'&547>325  9ʨ6'-D/7 8; m%1fN;u) %/?Zj% !7!A+%;d1/m+^ 6 !1PyCL@@?! 7K PX@"b`=N>KPX@"b`=N>KPX@"b`=N>KPX@"b`=N>K#PX@"b`=N>@dddN>YYYYYY@:820*(  +2#"&5476#"'#"&54767327&54763232654'7J5  /˰:{#3R)HImn h`oT ;Ny) %/􃃁1H0qD%ZHVF;# :n)K PX@(UM=M=M>KPX@(UM=M=M>KPX@(UM=M=M>KPX@(UM=M=M>KPX@(UM=M=M>@&UUM=M>YYYYYY@42,*'&  +",76543267654&#"672 632#"&547^uH jN^%`Lfj|-׸BHvg7 f 7..jՠH/b`WGsN9cu57Xf9Xs D@@?="!K PX@;  b   ```UM=N>KPX@;  b   ```UM=N>KPX@;  b   ```UM=N>KPX@;  b   ```UM=N>KPX@;  b   ```UM=N>@9  b   ```UUN>YYYYYY@DD%'!.$ +3654&#"674'#"&547654'7#63232$47>327/i9=u5 !%fу `/ZL! L-ӓ P !u1`X`X}33 mqw!3<BV5'+R\B18dLAFBSZD4@ .@*bM=M=K >Y@ 336$%##%+%654&#"'67272#"&54&#"732&#'767326VPCda#dJ1'1B!`d6H 7;>wF3h=[-:)# B//)`4EK#PX@9 .<@9  .K#PX@1 d bM=M=K >@7 d  b  `M=M=K >YY@65?=5E6E336$%##% +%654&#"'67272#"&54&#"732&#'7673262#"&5476VPDd`#dJ1'1B!`d5H 7;>5  wF3h=[-:)# B//)^) %Zo4<D@ .@4b    UM=M=K >Y@DC@?<;336$%##% +%654&#"'67272#"&54&#"732&#'767326462"$462"VPCda#dJ1'1B!`d6H 7;>?_??_?^@@^wF3h=[-:)# B//)fZBBZBBZBBZB= - 4@@ 3 @e =>Y21%$#" +67%6767674'&&'476767673#&7((##FGà3H/8/4Z +;4TbX +6q?FoK1 9yKPX@(b` M=N>KPX@(b` M=N>@&b` SN>YYY@ ?>$"(*&% +!3276767622656"'#"'&54767"#7676!#j!f{+ #}`' \Z%ˏ3mF3 11BqIJ"R}`'4sZ'j%6'(dB=NӦrjwwkLb/;ͦ hByqy6XH@WVI0/'& C?<8K PX@'b`QM=>KPX@'b`QM=>KPX@'b`QM=>KPX@'b`QM=>@'b`QM=>YYYYY@ PN%$+**#+654#"'3./563267676327727#"54656326767&54767#"547>76 4r-  (DH,'{R!7;Ӆnd!=NXDC)%{ah^^7#'\##   =SThBC\PGNŏB'PHXB 7~=Pj@9DTNF'S@3D 2;@8#<bPM>,*!   +"32654&;2&#'76732?&546$32͍wwe5P7oy6Gi\s?''Zvܖ,#8X@ 4-'&@bPM>Y34;(%$+32>5#"4>3232&#'76;2?. 3+Fh3Fk7HۃdL#G' P 'XY?bX}7p; ^Z`ìl=in>-f 7 ''Z[ Rtg`K@ ) < :K!PX@% Z  U  RM >K%PX@&  b  U  RM >K,PX@4  b  U  R =M =M >@7b  b  U  RM =M >YYY@ED;9$)+!6% +>3227#".#&#"# 5476323267654.'.'&56 /\wh7J1LGDhN'/ JmZ3N 1dTEH7! 7d^NE87`u)ZFwNL778CK+VV+}B+/ H=+9"kL''yX'1 >5uTfy@K1PX@ :<9:@ :;9:YK,PX@!ZRM=>K1PX@"bRM=>@*bRM=M=>YY@><8642'%@@ +"#"'47>32327654'&'".'&547>7632327#"'&} H1gw/`'¸J41I="#[FZs#9oC-'!=D/kq-9.TZ  ;UE &/-Jp9<CT55PA%!-3@ !@6 ZbbU L  =K >Y@326344$!" +#4&#!!2#7654#!732&#'76;267654#"?!++%yLTb5&Z<"^;>>=+mXG ׅ%! ' ! 0%JV9?K*PX@ <9:@ <9:YKPX@UM=>KPX@U=M=>KPX@UM=>KPX@eUM>K#PX@eU=M>K*PX@ ZeUM>@&ZZeUM>YYYYYY@ !*-"$6C++"6;27#"'&#"'"'&547>32327F1i?c;6BH'EN'^ J)%1G /;B  Hpe1'-9 Z\/>vPL#A$VkbH$!A^.%B%')TRK!=D@A +,<dddbcT>'*%#+676530'&"'26767672!27"'&'&767!7 +'n )6==DPDcT/-#/%h 30D7;PL/T #@ 9 13B\bn73!9 /41d:lb^ K PX@deGL@KPX@eT >KPX@deGL@KPX@eT >@deGL@YYYY+ '!7!sP/Z'HlZ0;@8 00(+01766'4'#676767&'&'#.'!2& Hb'-%'\;u-HoiwPD/n#?dk}h^J+VL=u#z\^Ni/!N\+W@&%$  @bcIMAY+*)(" +7632#676754''%&'&''%&'3&'H))ǝM7 'v:C7 -qB55#VCV-?xq=J)B1Z`l+IZm5Z wJCG@GFEDBA5-+#" K PX@UN>KPX@UN>KPX@UN>KPX@UN>K1PX@UN>@UN=>YYYYYY*%***#+654#"/0'76326767632732?#"54767#"5476767 /i+!7?$!uN/i-'K,!u^17!V##'Ӗ?DLX5V##'Ӗ1RHK#GRLB HqJ'-@ <9K PX@QM=M>K PX@QM=M>KPX@QM=M>KPX@QM=M>KPX@QM=M>@QM=M>YYYYY@*("   +%267654&#"#"'32&#"&5432R-ENL1S`1ՖYv˰9F1;HFfZHfYsN5{g )q+;L@ K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY)$#+267"'&747>7632."RZ__JsDVw3Vl7>^GFZ9{`{ASH9=\?Z/tX (0aK!PX@&b`QM =>@$b`UQ>Y@ #$+%+674/&67632#"&54632326767462"%R  щ*)*&@5PRj>[1 '7##^,FfHHfT') +فN5=2.$#-#pD%LgGGgG/D"K PX@SM=M>K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY@   +"546$32654&#"!32>x6G'rq,97]<8 N@ K PX@$ZSM=M>KPX@$ZSM=M>KPX@$ZSM=M>KPX@$ZSM=M>K(PX@$ZSM=M>@%bSM=M>YYYYYY@ (#$!+#&#"!!327#"&547>32>LhZTH1G_Zb5촷FVBD;h1+qH=:ym9}wN@ K PX@$ZSM=N>KPX@$ZSM=N>KPX@$ZSM=N>KPX@$ZSM=N>K(PX@$ZSM=N>@%bSM=N>YYYYYY@ (#!+?726767!7!54&"'62#"'?NR=R4V/CZ5FMB)Hh!mF/Gwl8{ *@$<: 9K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY&/##+654#" 326'6?632#"'PJs3hLHD*HHo| 7XD &qQmdZ>uC%\d@sc/'7 2 PTF$$K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY)(&#+# 547!2.#"32$7T 5 XZC w/\q^VLq4FH+'6=#b9TTdӢZ 7@ : 9 ># +%#"' '76?X74 au+-Xc==F:%%7 "bc'9f)F @ K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY(%&#+'6$32!"&'732>7654&#"f%' 3Qޮ-_-hnBjo+b7BIvuT^o^aѬk4mF$0@ $K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@&%,*%0&0)(&#+# 547!2.#"32$7%"&54632T 5 XZD w/\q^VLo5DH1-HDq4FH+'6=#b9TTdӢZF/1GG1/FBF ,@ K PX@UM=M>KPX@UM=M>KPX@UM=M>KPX@UM=M>@UM=M>YYYYY@"!(&!,",(%&#+'6$32!"&'732>76'4&#""&54632f$( 3Rݮ-^-hoAko+;5CG1-HDb7BIvuT^o^aѬk4E/1HG2/EH@It@q&!/*>=7 GE@@4%&$"473 +3'7673267654&+"?!#!"326746;#"&7654'#!267'"'%L;8 ,2R J!')!)-Z-N/RF-#7-)1 #/<[CNmQVi&Wy×#H%j@HPz@w&!/*>=7 <Zb Z    UUL == L >POLKHGDC@@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!267462"$462"L;8 ,2R J!')!)-Z-N/RF-u@^??^?^@@^-)1 #/<[CNmQVi&Wy×ZAAZBBZAAZBmQq@n,+"!4D <*)$#:  b  QK = M=K >LJHFA?751.'& QQ +"7;2&#'76;27654#"'!&57.+"632"&=>3232654&X75!N@5D +=D4rw d }->:Ӛ#`LbF\N23%! 5R ;y 3 R 'C{T!--!{C -fVR=6& %9DRF*4A@>%$<2,+:dZL =M >%3463#3+%732�'7673267654+"&?3!#!"'"=67c7J6=; 3< m {  w?B//)/+ <sw#D>@4 K PX@6 bbI U M=M>KPX@6 bbI U M=M>KPX@6 bbI U M=M>KPX@6 bbI U M=M>@6 bbI U M=M>YYYYY@:821,*#! >> +276320#"'"&#%3267632!"5476$323654&#"u%)q DdFaZp6/{d{ #L" %!p7!7?+uחPf`RHVsD=>?< 4pfD+]@ @M= = =M>Y(%!,$+#"#"&#"#673276&'$>32 R\iJDd`%#s8 Pd.DO-m )s^X=cX \ \% 4L-%"@K =K >CC+%&#"&47>7674&'.7327+ ;[ fd uN :Z fd uK;!9 6 5 9y57#; 4 7 9yLo51@.U K =K >32CC +462"$462"&#"&47>7674&'.7327hBZBBZ/BZAAZ ;[ fd uN :Z fd uKZBBZBBZBBZBi;!9 6 5 9y57#; 4 7 9y;-- @ +&K PX@bK =M>KPX@bK =M>KPX@bK =M>KPX@bK =M>@bK =M>YYYYY@)' -- +%267654+"&?3%+"#".546562/+1?J N9#BXtm?#DL/g/-5 R PT 1#N3$Hf/ X@R? &K PX@3 Z  U K  =M = M>KPX@3 Z  U K  =M = M>KPX@3 Z  U K  =M = M>KPX@3 Z  U K  =M = M>K!PX@3 Z  U K  =M = M>@4 b  U K  =M = M>YYYYYY@! OMFDB@;930+(%! XT " +3267654&#263263+"3 +''76;27674+"#"74656322766'4&#"&=?23hH=h}Pu;6BEt'Ǫ;7?2%j\5@^F  ^w3!f/ w"`Rq%#R-C{ca^=%8% 1-iZ@WM6d!<  U K  =M >ifca`]WTROLIEB>=;8#53445"+%'7267654#"'!;2&#'76;27654+"?30%+"!674+"&?3%+"672!"'&#'76;2L`^ @=``^75P@5D 55?P"<3DDC65 P#;6F Cj@!H0;5Dd=(00 5 R3R 5 R##mUT@Q)(1 U G<'&! :K = M= K >TRLI48$75344 +;2&#'76;27654#"'!&57.+"632;2&#'76;27654&#"sZ75P@5D +=B5 d +=%)HL3f 5 R 'C{T!-+!{C -hw%$V!+ R%PXJXb@*< K<`ZY :K(PX@9  d  Z  bM = N = N >K*PX@:  d   b  bM = N = N >@8  d   b  bK = N = N >YY@^\URDB@>%345339 +'.'.';2&#'76;27654+"&?3%+"676>32#"'&#"732'"=67o+!GeX85=P;6B56 O#=5F Jh1jW#wXR\3L -!C`>?NmSw?ǜt  3P 5 Re5\9) '8!B+?L}X@7G^ sw#V\eR@OW=HGD(ca\YVSOL34533:344 +;2&#'76;277;2&#'76;27654+"&?3%+"677654+"&?3%+"'"'% 58 O;7D s!z 75;N@5D 57!N <5D {r 75!N#<5B"7 3 Py 3R 1 Py 3 #o@[+@J , :KPX@6  d  b X  UK =N>KPX@6  d  b X  UK =N>KPX@6  d  b X  UK =N>KPX@6  d  b X  UK =N>K!PX@6  d  b X  UK =N>K*PX@7  d  b  `  UK =N>@4  d  b  `  URK >YYYYYYY@"YWTRMKEC=;750.+(%" @@ +%27&#"&?3%+"#67676&+"?37#"#"&=632#"&546563227>32N`TA R';L !g 77 <9V?'/'`N{%I  lf N!^j -#D`-ZV uudc "4=/ d%JL>AF% ?L-8P-RN@KM/<e K  = M =M >ROLIEB<93463314 +7320#0+#654+'76;267654+"&?3%+"3!267654+"&?3%+"մ@9#j3H !>;55!P">5F  55!P"<5F%!w3s3 5 R%!1 5 D81@.,&<V= >64+( +!&0&#'76?>'!"&#'76?67672< J5-LP -/B},+JlA':!N9mrl%$%//%#X)//lB?#15- 9M@J.-<ZUL =M >7530,'" " +32>7654&#+''76;27654+".?263!6&#!"3 VhDA`V0 k}ƪ<5B3;%bX31 Fs/ ;`c3=`פR/ !XK*PX@'ZUN  =M >@-ZZUN  =M >YY@  =<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.7DoTy>X7Z[3BWR61)9VE@d uN :Z :^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4 -/*5@2%$<ZL =M >3463#3+%732�'7673267654+"&?3!#!"b7J5=<3;!m { B//)/+ <+LR@O* 8<Z O N =M >LJGF@=:964/,(%" +#"!26765467654#"?63!2+"32#.#!"#>32?L[PD ?+;9Ck<=H)uN<71) rC< #H= /%;T `%3!Dud9'Z-6/+@i@f &!/*>=7 <Zb ZUL == L  >@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!2673;8 ,3 R J!&)!)-Z-N/RF,-)1 #/<[CNmQVi&Wy×!7:K*PX@^ r 5 2  (<@^ r 5 2  (K*PX@C  b `  b  M  = N  =N >@@  b `  b  K = N =N >YY@zxvtomfec`]ZWTPOGE!+3'34< +'".'.';2&#'76;27'76;2>7&5654#"3#"&547>32654+"?3%+"67>7>32#"'&#";2Ϥ5P1)EXX85 P@5D X`iTf{=D+1`>!%E+DcXoD#bJ56?O#;5BJd-+L!rPLV2F%@Z9-=% +V'7i^L  3 P uìHDE F1f!0"-A}Z=#. 3Re}ZV^7)'8!m?L}X#H18 ^F7@ K PX@3bbV =M =M>KPX@3bbV =M =M>KPX@3bbV =M =M>KPX@3bbV =M =M>@3bbV =M =M>YYYYY@65431/)&"77 +2#"&=623267654&+"5476;267654&#"'2$R'/y^mHNsZ=kcmFwy!f)Z%ՊK T8&b%+f%Rgރ+/\F@CW>IHE)< K  =K >\YVSPM34534:344 +;2&#'76;277;2&#'76;27654+"&?3%+"677654+"?3%+"߲58 O>7D s!z 75!N>5D 57!N <5D {r 75=N#<5B 3 Py 3 R 1 Py 3Do\wa@^vf W>IHE)<  d  U K  =K >uspniga_\YVSPM34534:344+;2&#'76;277;2&#'76;27654+"&?3%+"677654+"?3%+"#"&546563227>3257 P>7D s!{ 85 M=6D 67 N!;6D {s 76=M#<5B lf N!^j -#D 3 Py 3 R 1 Py 3FJL>AF% ?L-817X@*< KK*PX@5   b  bM = N = N >@3   b  bK = N = N >YY@URDB@>%345339 +'.'.';2&#'76;27654+"&?3%+"676>32#"'&#"732n+!HdX75=P<5B55!P">5F Jh2jV#wXR]3L . D`=?NmSǜt  3P 5 Re5\9) '8!B+?L}X@7G^ 1/K@ .K PX@+Z  K  =M =N>KPX@+Z  K  =M =N>KPX@+Z  K  =M =N>KPX@+Z  K  =M =N>K#PX@+Z  K  =M =N>@,b  K  =M =N>YYYYYY@KC=;!$&53#53 ++";2�'76;27654+" #"&=6323276654&#"&54?232$36=5B87;P;8?7#BfAPD\g"+Fp3!`)--R 3P 5C[w@+ ZI`v)% 7+-V@91T5)' NK PX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>KPX@ K = K  =>@ K = K  =>YYYYY@SPMJ63;34<$ +%0#"&'732&#'76;276?6?654#&'?!6!+";2&#'76;2746?B-#VHj5$N @5!)(=9Hb1@7%V4FO?6}'_`#! n #+);%!=Vd+WP@MOI:#<S K  = K  >WVTQNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!bPobH=:XXdJ =9 d OqH>?11Z B//)1  B//)1 ?11Zc/D K PX@M=M>K PX@M=M>KPX@M=M>KPX@M=M>KPX@M=M>@M=M>YYYYY@   +"32654&"546$32ɍwwx6G\,;y-UB@?;P<ZM = K  >UROLHE@=:(53364 +%654#!";2&#'76;27654+"?0332232636326237+;2&#'76;2? 7+=O<5D 1=;/^B^`/)%#3{=X!n>;=75!N<+D#1% 5R1-N 5 +;5i@ /@%ZUN =K >Y@ 334)D3""+3 #"6'#"&?2$32#"';2&#'767326f+553-C?  5}TqR4 JۉB(L)9H;8/+^ '1L^Z'HP\--//)dD%:@7$#<bM=M>"  %% +".547!23.#"327ՍڃC 3sd%N !FZJq>j3VlBC+-.Tsp:FWS{15b5A@>10 "<43 :M =K >.+'$!55 +!2>4?.+";2&#'7673276&+"'67y? GR1Tk5/*:3N3m%5hVF1L;'F+  w7%1)/+//Z-#8v /-@@, :KPX@(  b XK = N>KPX@(  b XK = N>KPX@(  b XK = N>KPX@(  b XK = N>K!PX@(  b XK = N>K*PX@)  b  `K = N>@&  b  ` RK >YYYYYYY@=;750.+(%" @@ +%27&#"&?3%+"#67676&+"?37#"#"&=632N`TA!Q'=:740-$#! +$654;2&#'76;2?$47%7654+"&?3%+"}5 }5 85 P;6D 9F 56 O#;5B H9)45;T';03 RZ3)+)I 3 PI#%/u'-L+aA@>$ Q8< K = K  >`^USPMJH3'#c)r +?2326233"7676#"?23263"32&#'76726'.32&#57672>7>'&#"&1  J"J9t  ux!%Hpob V 7`23bB_ 33$0fT33}!*FR136b/'13/-5#+95-SL@I?<   OK =M  >QPLJDA>:63-*$! SS +%&#""'76;>7654#"&?627#"3!267654#"&?627#"32#.U##@3 ;)):;>''9: F)r[8' %%8#'%11 %%"4 7#w-LM@J'&<UK =  K >IEC@:751.+%#LK +%267# 47654#"&?263#"327654#"&?267#"732%"#767PN 6%%%% 9#<P< %'5<<7+) 7D$4\ +92 33/+^ 533'13N-dN@K_E'6<Z K  = K >da^[WTNLJG45'347#T4+732%!"'7473>7654+"&?3%+"3!4654+"&?3%+"!267654+"&?3%+"<119<55!PKPX@%   O K  = M >KPX@* Z C K  = M >@%   O K  = M >YYY@gda^ZWQNKGCB%346"345$+3!4654+"&?3%+"!267654+"&?3%+"32#54.#!#'7673267654+"&?3%+"51!P;/F  51!M#<5D ))sT@l7>55!P.+($00 # +'32>7654&#"'!#"3 +''76;27hh%)`P+ by1/s ea- 5; E%%Ǩ;5D ;b_5!+^)\m)#a_[VNLJGDA>;741.*'" # +'32>7654&#;2&#'76;27654+"&?3%+&654+"?3%+"32+'"'76;67{i%;`V/ j}57=P<3F 75!N">5D55=H<5DF8u/Ǩf!'>`;;`c3=` 3P 3 U 5Rq9cj>=-L-- 4:@7.<UK =M >3E"334(!+%32>7654&+654+"?3%+"3 #!"'76;27"(`V/h}55=J<5DF:/>b;V ;`c3"` 5Rq%-Rw^D:K%PX@  5<@   5K PX@-b V =M=N>KPX@-b V =M=N>KPX@-b V =M=N>KPX@-b V =M=N>K%PX@-b V =M=N>K*PX@2b  I U =M=N>@3b S  V =M=N>YYYYYYY@86310+)'$" :: +654.#"'2$32!"'&547>32327"##"=632 ;^a/1uugebN'1 3+RR5u U`$/Dy })! X9sX'Fd;NhsHE );`fN^5 F1DJ@ ;&K PX@9  S  M = K =K =M>KPX@9  S  M = K =K =M>KPX@9  S  M = K =K =M>KPX@9  S  M = K =K =M>K%PX@9  S  M = K =K =M>@3  S M = K =K =M>YYYYYY@GECB@=45334(& + 32654!"547#;2&#'76;27654+"&?3%+"332+305^ R75=N<5B55!N">5F PJ/X_:o\z3C. 3P 5 R8i@- G|@ "D@(ZbN = N >Y@ C@=:41/( GF$$ +654&#";27#'76;267.547!223%+";2&#'763/T(q?X`hR3D`kA;BNGm9[1T1 9<' 76;O?  9RP ubmq12mL3"0 3u 0;@8+*$'#$'#%+>54&#"32647'#"&54326?2327#"&$5+uf-\b>}#=8p.aV3qNF9J=Z X5jj+?Po;!N/oM?/۵!K PX@=M=M>KPX@=M=M>KPX@=M=M>KPX@=M=M>@=M=M>YYYYY&)(+"32676'476%>7362#"&56n@ RLJ'cDm!;բquGj -͚;TZ'Z^qj[j JN Re5Fۏ7+ŪFHy EK1PX@*9<9@*9<9YK.PX@" UM=M  >K1PX@ U UM  >@*U UM  =M  >YY@EDC@2,'%#E +3267674#"&"# 267674&#'767367>'#".5?26;2+'"V?ZuTX1du6' 33 1  >u ?DV}aZ@`Yj9LF)% %eO/o!\= {By*Y@ %@ZUK >Y344$S5+7654&+"?263!54'#;2&#'76;2 ?5 5 2tJ/N;/,;/ " /% yS@8* I@%ZU OM  >Y@MLEC=:7,'$SR6" +%!267654+""#>32774654+".5?;632337+"32#54.#\ w q]#-K!-oN#)''97 %w B#ZQ%L :" 9% l ;+o)3-0-qBAw P^%''/)--'JP/U@bM=M>Y&#+!+4"$73272%"&54>36O[; @lܗ b; ݤLH3!9gPPw#ʜZîp;{K#PX@Ka6-* e( <@K a6-* e( K.PX@7  b `  K =M =N >@5  b `  UM =N >YY@sqkh_]XVUTSRPMJG4&*3)344+;2&#'76;27#'76;267&'&=#"&54656327674+"?37+"67#632#"/;2'".'.=P;)@BZ3'GV/ARV ?'<RRe5;J=+3dkwyT+B $Fl##  -@  +% R[V-9V-'B-`yV!LH!5!9- -V7/10;A@ 4K PX@.ZUM=M=N>KPX@/bUM=M=N>KPX@/bUM=M=N>KPX@/bUM=M=N>K#PX@/bUM=M=N>@-bSUM=N>YYYYYY@ .!&46&! +7632003267654&+"74763267654&#"#2632#"&546m^m5/'sDLALR ='+F?#!hZjy wJBmݜT;ch)7Q%c75B%X@C#R`3kaLj}@ 7ZyW{@875 E@  U K  >Y@SPIGDA=;1/-*'$WW +%#"6654"?3%#"32&#7673>7772&#'7673>7654+"&?:=Z 9w9:= =9Z 5> XR ?<; ; s"%;%%"#=+%7%5}j% %%#3+1 %7ZWu@h 875 EK,PX@,  d  V K= K  >@*  d  V U K  >YY@&rpmkdb\ZSPIGDA=;1/-*'$WW +%#"6654"?3%#"32&#7673>7772&#'7673>7654+"&?#"&547>32727>32:=Z 9w9:= =9Z 5> XR ?<; ; Kf\:=T`1!$s"%;%%"#=+%7%5}j% %%#3+1 %/JbR? /@H\!-# 5O@":7O>* K.PX@#K=M=M  >@!UM=M  >YY@ LJ;%'#3634# +%32&#'76;267674+"?37#"67632#"'4&5;2'&'&'-P<' '=H=1b\X-H4Rl+-  'L - ")J%#%#H!5 Y)  7yJ@H/K PX@0ZZK=K =  M  >KPX@0ZZK=K =  M  >KPX@0ZZK=K =  M  >KPX@0ZZK=K =  M  >K(PX@0ZZK=K =  M  >K.PX@1ZbK=K =  M  >@/ZbUK =  M  >YYYYYYY@CA<941.+'$ JJ +723276654&#"54?373%+";2&#'76;27654+"#"&5465> =@-T%wRV;: ' R>%+ u"#F?L;O8By67% R"-a:' #17yH@@=)#8< K= K >FC=:46%3363 +!7!#"732%#'7673267#"' 732'"'7673267654+"?}d} 89 >9sX 9 e91 `X #`{:=<5ym"31 #% 6%%/ %% 8;#"3FyZx@ %;@#U  S K  >Y@WURNKHDC@=C63343C3+654+"?>3#"!7654+"?27#"732%#'7673267!32%"#?673>7m 39 %# 7+1F1 +9j 73 57!!7+ =@(9 ## :3/. "7/%"93 ) %8'+  +8##@M=M>&(%$+32>5#"4>32#". 3+Fh3Fk7HۃdL#TL1bX}7p; ^Z`ìl=in>5PfV7VyKh@ D'@ZU K >Y@ IF3563463d3 +654#"&?3!327#"732%"'7673267654+"732'"'7673267u ; o:= ; f 98 % 57m<= 1 %"9/ %%"41%H/%%"4/@K1PX@!-<@!-K PX@,M=K=M=K>KPX@,M=K=M=K>KPX@,M=K=M=K>KPX@,M=K=M=K>K1PX@,M=K=M=K>@(UM=M=K>YYYYYY@ 35345'%&# +'32676'4&#"762#"';2&#'76;27654+"?37Lu 5By#=5)y/7q~ 5V1C' N>%-';IgR՜mE^eXJ L58y%# P# a@bM=M>Y@    +"&5432#"74654&#"3267Vɜ\#o+o]9':RXn`Z15J/!' њtXBFZb/_K.PX@# M=M=K >@! VM=K >Y@ /-2$"2$ +%32%#7673>7#"#23!2>763#6=4&+ R7 Ϡ &!#&*+654&54632#"&5432326?&/&"&'>32\X'&G/g~}Z`1ZG%s76R )?&XyV+3iD&\3(;H+/fR\Tux+6!&hX?E M@#A3M'<>=;98:$#!9K PX@ M=M>K PX@ M=M>KPX@ M=M>KPX@ M=M>KPX@ M=M>@ M=M>YYYYY@ LJDB20*(   +%27&#""7'7265&&''6?#"&5476327654'76762#"'-C% P+G&Pw mD-\!/AR}7!9%! l?+R#+"DO3;%HVRFTPJd}`k12NCZRXRAjh7N5/O?VRRXAmё=M w^@<5#R@%b  U K  >Y@]\WTQNJH@>;:$)34'#$#+%;�'7672?6'.#"&?3%#"?64+&'?307"32&#'7673276/&1: ` q\ u#7A  }P /?17 ` q^ {9-  }R -? %5  1-^N541,1!1-^ 9," 31$L=yLj@ < &@  UO M >Y@JGA>C632&333 +654+"?27#"72#54#!'7673267654+"?>3#";267 +7j 73'5o9! 39 %# 7+}  /%"9#   %8?/. "7/)3yRu@CRQ , $@   U  UK >Y@PNHED8$346343 +674+"&?27#"732&#'767326?#"&54?654+"&?>3#"327? h 76 !J7! )Z{ ## 7 F{l/ %"93  %# :-\b;@w/ . "-h'JVTByu@ oO0KPX@&Z K = M >KPX@  K = M >K,PX@&Z K = M >@$Z  U M >YYYY@tqnjfc]ZTQNK663D63as4+;2%"&#"#"'#"'7673267654+"&?>3#";267674+"&?27#";267654+"&?>3#" =9 dT9:y69 8  5%%9'}   )j 72} 2 ## 7+- #%6A/ . "7-#7#/ %"!7')3#9 . "TByl<@ fF' KPX@*  ZD K =N >KPX@$C K = M >K!PX@*  ZD K =N >K,PX@%O K = M >@#  UO M >YYYYY@khea]ZTQKHEB663D631$+72##!'7673267654+"&?>3#";267674+"&?27#"37267654+"&?>3#"' 7s8  5%%9'   )h 72}  2 ## 7+#  %4A/ . "7/#7%/ %"!7-'3%9 . "sw *@ K,PX@(bUK= M >@&bUU M >YY@ '%  * ) " +3267654&#27#!+"3 #!767XT}5;^Jf@#   U  U M >Y@WUQOMIFC=;$345335"$+654&+326654+"?37+";2&#'76;27'#!767367674+"&?263#3 77RTF);H;)+&!P ;))zA61 = '' 9= +3d7JRE%#P% Rx9-F1! :7-;\y 0[@UUM >Y@ #2C6"$"$+654&+326%#!767367674+"&?263#"3 77TT!FC 81 ; '' 9;)3d9JRz9-F1! :7/;w?*K PX@8 Z U=M =M = N  >K PX@8 Z U=M =M = N  >KPX@9 b U=M =M = N  >KPX@9 b U=M =M = N  >KPX@9 b U=M =M = N  >K*PX@9 b U=M =M = N  >K.PX@>   bI U=M =M = N  >@Ab   bI UM =M = N  >YYYYYYY@><860.'%!$$! +##"5476320674&#"#3227632#"&547>32326۪ !b i'F'; }P?'   #jH-mRP )577sht - Ɣ77eXN )L^5J<@ D K PX@;S M= K=  K = M>KPX@;S M= K=  K = M>KPX@;S M= K=  K = M>KPX@;S M= K=  K = M>K#PX@;S M= K=  K = M>K.PX@7S M=K=  K = M>@5US M=  K = M>YYYYYYY@IFC@<9540.(&$#!  +"3267654674+"?37+"36$32#"&547#;2&#'76;27X JND)9%=J>&+5=+Ӫ 9$!P<');׏?To{d^#PF;ŏ/'% R9y @}@ ;@ U U M >Y@@=:8530-+($" " +&#"67.547>3263+"32&#76;26?#"#'76;2N!^uV9^R} 13 +  J : 6 7{'AALs?h`# XJq'3Z 15K#PX@*bb=M=M>@'ddbM=M>YY@ $(&#+!+4"$73272%"&54>36#"/7632O[; @lܗ b; ݤLT%# ?TH3!9gPPw#ʜZîp #)/'/p@'bUM=M>Y@ &#+! +4"$73272%"&54>32$462"$462"O[; @lܗ b; ݤL?_??_2?^@@^H3!9gOPw#ʜZîq[AA[AA[AA[A`XGV@S /:9UK =K >GG987641.+'$" +!632'>7>7654#"7;2&#'76;27#737654'767h}#y 9 16`@KehV$P>') j=#V"*T9P_m/5!#^qyPw% RT13S?ZNTVAmс?`*9@ %K.PX@'ddZL=K >@%ddZVK >YY@ '"344$S5+7654&+"?263!54'#;2&#'76;2632#"47 ?5 5 2tJ/N ;/,n $ %);/ " /%  1-?K PX@:b   U=M=M=M>KPX@:b   U=M=M=M>KPX@:b   U=M=M=M>KPX@:b   U=M=M=M>K.PX@:b   U=M=M=M>@=bb   UM=M=M>YYYYYY@ >=<:642.*($#"  ?? +'327632#"&5476323&76;#&=&"26327632#"'"&BXK PX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYY*#$''+&'&#"#"&546323274'.54>325%A!fk켵;M5T1pes7hzP`-< hsP|wkb-K#PX@ UM=M >@UUM >YY@ 3#5#4 +7654+"?307;2�'76732462"H' HNF O [EgGGgA 7'- 7//gGGgG}^#+3K#PX@"  UM=M >@  UUM >YY@32/.3#5#4 +%654+"?307;2�'76732462"$462"J'HNH O [ @^@@^1@^??^A7'- 7//"[AA[AA[AA[A9R )1ʷ KPX@M =K=M>K!PX@QM =K>K1PX@UQK>@ UUIMAYYYY4?'%+#"&5465>32>7654+"&?37&462"/fo^udo [-^ /l-C GiEgGGgd+XP3+ )9@ # gGGgG'y T@1FK PX@0  ZUK= M =M>KPX@0  ZUK= M =M>KPX@0  ZUK= M =M>KPX@0  ZUK= M =M>K.PX@0  ZUK= M =M>@.  Z UU M =M>YYYYYY@SPJHU#3e*&%"$ +654&+326#"&54?632676654&#"54?3737+"3 #'"'767367654+"?<\R!H?FL=am#5=@-V'RV<9 2Hd 51 r%9LR鍘@'Ry67Ѹ)/?#c9y ^@YA J ,@&    U UM >Y@%^[XUQNIHFC@=961.+($! " +327674&#3 #!767367!732&#'76;27654+"&?37+"!74654+"&?37+"TV! /:726`: 5+ADP ;'))M< +/J1!P ;'+3A%Ѻ"9T# RC# P# jMW@T&%5MM?>=<:7#6%347"+!632;2&#'76;2764&#"7732�'76;27#737674'767%9'N;'+@'-bT';P ;') m@&R#/TH?@% RB^"l#RT5/M?VRRXAjԁ5bO^@":7O>* K#PX@/ d  dM=M=M  >K.PX@- d  dK=M=M  >@+ d  dUM=M  >YYY@\ZSQLJ;%'#3634# +%32&#'76;267674+"?37#"67632#"'4&5;2'&'&'632#"47-P<' '=H=1b\X-H4Rl+-  'L % %( - ")J%#%#H!5 Y)   1.7Z`Wg@^ 875 EK,PX@( d d K= K  >@& d d V K  >YY@"gea_SPIGDA=;1/-*'$WW +%#"6654"?3%#"32&#7673>7772&#'7673>7654+"&?#"/7632:=Z 9w9:= =9Z 5> XR ?<; ; ^T%# ?Us"%;%%"#=+%7%5}j% %%#3+1 % #)/%U/M@ @)'@. dbZV=M>Y@ JH'&%&!#&* +654&54632#"&5432326?&/&"&'>32#"&547>32327>32LX'&G/g~}Z`1[H%s75Q )>& XyV+3g\:=T`2 %iD&\3(;H+/fR\Tux+6!&hX?EJcR@/? H\!-# 7Ly[@ K4K.PX@)  Ze K = N >@'  Ze   U N >YY@YVPMJFB?96!A#c5343+654+"&?27#";2'&+"#654+0#*+'76;267654+"&?>3#"3!267 + m:3;9 ..M >; 5 %% 9)    3  %"!9#(!A)3D/ . "7)#/-O]q@nH 54P< U UU  K =N >][SQMJGDA>:821.,(&$! OO +2?4;0#"=4&+3 #!"'76;27#"+6?3;7654+"?3%+"32>7654&++T- -%+%9/ =b;1/  -!- 455=J<5D"(`V/ i}+J-#1'%-R?%3#jDX f 5Rf+ ;`c3"`L B@  <;?><:9 :KPX@0b XU K  =M >K*PX@1b `U K  =M >@/b `   UUM >YY@ B B431/#"%!'$"# +%654+326#".7=4+3 #!767367#"3+67!7654'767^lTPL{+X  'D4Z b 4? \'+9[9 ! m@+R#/!yf P(X71]?5/O?TTRXAjԏ-VK@HJQ<1$<bK =L >OLIFC@52"VV +32;2&#'76;27.547654.'&'4;654+"?3%+"66769VA#7hT/75P@5D / 5[? u74?O#;5BsAd0n^}J 3 P -Hh;18  !72bBA5RodkN'=N<K1PX@ 1:)<@ 1:)K1PX@dbM>@db=M>YY#/+3>7674'&547>32!.54767676"76326`H  Z1?5xǯ 'Z ~ D K PX@&UUM=M>KPX@&UUM=M>KPX@&UUM=M>KPX@&UUM=M>@&UUM=M>YYYYY@/-,*&$  +"546$323267#"&#%654&#"63232>y5Hu~F-A?~tɀ|t97-@_,O" OJu-#%4<@9& <UUM=M>$"&&'"$$+32>7#"'&#"4>32#".%63272765#" 3+?c4&(2QH)HۃdL#TL1#)JM:2^tbX}7cS2+ 0=`ìl=in>5PfV7+1& L4?@ %1K PX@)Z`K =N=>KPX@)Z`K =N=>KPX@)Z`K =N=>KPX@)Z`K =N=>@)Z`K =N=>YYYYY@ 336$!%!+32#"'3&#""'&'.+"?3%+">7=RV)F#VyGF #=P=57 1N 53)'5/36/%'K;) =0@ ' 0KPX@*ZbK=N=>KPX@*ZbK=N=>K.PX@*ZbK=N=>@(ZbUN=>YYYY@ #35"'"+>32#"'&#"3'.+"?37+1jb/^N); k t! F* B'{C@"H^+'%+103'"  T*_@ P1 \K PX@5dd Z `  K =N=>KPX@5dd Z `  K =N=>KPX@5dd Z `  K =N=>KPX@5dd Z `  K =N=>K%PX@5dd Z `  K =N=>@9ddd Z `  K =N=>YYYYYY@UROLIF$!%')*8! +672+"/&54656%6;#"/&7632#"'3&#""'&'.+"?3%+">7-e 9)H  =RV)F#VyGF #=P=57 1N "& ,153)'5/36/%'K;) =H*[@ R4 [KPX@9b Zb=  K =N=>KPX@9b Zb=  K =N=>K*PX@9b Zb=  K =N=>K.PX@=b Zb==  K =N=>@;b Zb   V==N=>YYYYY@VTQNKH"'()*)! +632#"/&54656%673#"/&76>32#"'&#"3'.+"?37+R-e 9)H  jb/^N); k t! F* B'{C@"H+"% +5+'%+103'"  T.D@A<dZN =K >)&! ., +7!2673.#!";2&#'76;27654+"?23`P-F75;H>5B3<=)^9R7: 5P!)Z'g"@#ZUSK >Y@ 344!"4+7654+"?!2673#&+;2&#'76;2ͅ ;7 7]]+’/N;/,;/3\s?% /0T@Q <  ZSL  =K >,)%$#"  0/ +!#!"3#;2&#'76;27#73654+"? XK75;J@5BKX3<=+<^V5R^%+)y3@ K.PX@0Zb  SL=K >@.ZbU  SK >YY@3321$S4344 +;2&#'76;27#737674+"?263!4654'#3 =0P>/+@/ @7  32L?% R^/" !^w/Pa@^DC -< Zb  UUO L =K >KJHEB?;8344%" +%#"'0'03#3726765%;2&#'76;27654&+"&?3!#!")΅W99gj)g^55H@5D> Fyt+%+C9#B`4b 5 R K PX@=Zb` ZL=  L =N>K.PX@>Zb`  bL=  L =N>@<Zb`  bU  L =N>YYY@DA>;9#%%#S4 +7674+"?263!654'##"&54763232654';2&#'76;2݅ >9 4 2JG/ŜyuVP70P>/+;/" '=FsI ^N}\ZN% `9KK#PX@;KqV<@;KqVK1PX@F Z b `DK = N =N >@G b b `DK = N =N >YY@'~{xuljihebYXSQOMIGCB344%"(3+'76;2>7>?#67.'&#"'"&5476323654+"&?3%+"276762#"'&#"#;2#&#"'&'&';2&#'76;27=3G-/B\3J-  69-/HVu7'^1fH55!P"@3F Hm9kw\1-1- FX 3:%##7-`F+HOZ75=P<5BZZDz"RK*PX@C  b  bD  M  = M  =N >@C  b  bD  M  = M  =N >YY@.{xpomkec`_\YVSPMIHED?>=<:90-*' +!".'.';2&#'76;27"'76;267&'&547"#"&5476 7654+"?37+">7632#"'&#;2#'5&1G% 3)@P<+=RZ;'N\1PbA'Lm& #^;"1#TH5!=H@ 6HyZT7%%7hBf )+#V;}-V7/30;% R Va/5V-{-7 )XyN!#)NyF !3L- J9%##F'FM^@[3> <bUM=K = M = N  >MKED$&46"*# +732>54'.=6323267654&+"7476;267654&#"#36767 #"^%+#7 c`d/y^lHNrJ<H %^R#jf#/'>I#1v9 T8&b%+f)P^׊3 5f)Z% d T^Z'W@ G%O@G  b  `b`VM =M = N  >Y@WU@><;&36$-# +73267654&'.5476323267654&+"7563267654&#"#2#27632#"ha#(A 7@7  Z bDK = N = L >Y@KIGEA?;:852/,)# XX +%32#&'.'&'&';2&#'76;274654+"?3%+"276762#"'&#"#7-*NF+HO\75P@5D 55?P"<3F Hm9ko\1-1- HZ3: %#H}Ae 3 P5RoBV'5CVu|%35:D}V@J U /  @:  b  bC  M =M =M >Y@TQNKHECB?=8643+($#4#2 ++"630?6&+"7473654+".'676'23267654#"76;2?'#';29+; H?)3 =}<V!-) g?h7%'5TZwG3); P=R %;/4-%7L -L3! FyNL!9e@#)=  5dMLK<;;K#PX@<  Z  bTM  = N  = M  >@:  Z  bTK = N = M  >Y@[YURECA?:8336348+%#&';2&#'76;274654+"?3%+"273676320#"'&#"7732'"./&54/մI#9^75P@5D 57=P <3F D%#;#'N\4/1#3+=R7LsN!Fb@#  3 P5RM1V'5H'Nb! TPB^ 3sja#_@'E 3 J_K.PX@;   bbUK= M = M  >@9   bb UU M = M  >YY@XVPMA?:821#3534$"+%#.#32&#'76;27654+"?37#"37367>32#"'.';2'".'&'?B/P@&)&;H@403)3L+9s?S13 3bu+-  '?# - KJ#%#߲'lBFIP #3O) #-J-"b9c@2I $ W=@4  Z  SK = N =M >Y@`]QOMKGE<;:933534< +'".'&'&';2&#'76;27#7374654+"?3%+"3#67>7>32#"'&#"732ѲFb@#(-d^75P@5D 57=P <3F #f2-b8+?\4/1#3+=R1F-sN!3sja0K 3 PC^X5RX^nTJmvV'5H'Pb-N?6^ #RV@S3 RA(<"!:  bSM= M  >OMGD;:&&343 +%732&#'76;27#73654'767!!67>32#"'.#;2'&'&'!!N>$+k>'X#6>imo/5s? P136\{1'   (K# R-V"!S?VRVTAdV;BDKP #3 Q+ 9`@3FS:K#PX@9 Z X  bM = N = M >@7 Z X  bK = N= M >YY@]ZNLJHDB852-,+(&" +'".'&'.';2&#'76;276'#"#!33%+"67>7>32#"'&#"732Fb@"!&@+\55!N>3B/:5;ydBw/X"<5BAd1-b8+?\13.# @+=P'='! qP3sja >9R'# 3 P7NBt`RnTJmvV'5oPb%)G2+^ 1Z@;&E ZI.K.PX@3  bbK=M= M  >@1  bb UM= M  >YY@WUOLCB&*3Q343 +%732&#'76;27654'#3;7+">7>32#"'.#;2'&'&'b!P;')!+:9#xhI1)@ 4Bb5#'LR1R134bw1*  'I# KJ 'XH!#)aM14J"P #3U) -[[@XH1<  SC K  =M >[[YXURMJGD@=9863453443+%0#0'76;27!;2&#'76;27654+"&?3%+"!654+"&?3%+"732#.<5D ZX75!N<7?55!N"<5F J>I55 P#>7D !57^R 5 R 5 R_ 5 R )T+ya@ZC  @(    U  SCM >Y@_\YVSPLKHEB>7#D43$3+%7320#.#'7673267!32%"#?673>7654+"?>3#"!7654+"?27#" !N<E48+ @? ) #" 96 49 %# 7+2F/ +9j 853 '9V5% 6/ +  +87/. "7+%"9-gb@_&KJ b<   Z  `S K  =K >gda^ZWQPOLICB9523453#4+%!;2�'76;27654+"&?3%+"!654+"&?3263723326363+"3;2&#'76;2ZX75=P<5B55!P">5F J>I73 P!N '!J#d }76 O;5D 5R 5 R_ 5 ! 5 }yf@P  !@*   I  U  S K >Y@$`]YXUROKGD=;841.*)&#  fc +7232636354+"732%"'7673267!32%"#?673>7654+"&?>3#"!7674+"?26b+ E#f%y 39 ! :+ @= )7 %" 96 4 %# 7+ 2F/ +9tw43 ) % 6/+  +87/ . "7+%w-yg@dl I+<  ZUUO K = K  >tsqnkXVSNKHEA>5334%"+%#"'0'#3726765%;2&#'76;27654#!";2&#'76;27654+"?332232636326237+)υV:9fj)m^:3=P<-?@7+ P<5B1;=0^B^`/)%#3{>X!n=9?Fys+%+C!;!B`6`5R#1%5 R1-Ns+`0!' ye@J 2^@K.PX@; Z  bb L= L  =N>@9 Z  bb  U L  =N>YY@c`]ZVSNKEB39$%%3T3+654#"&?3!$7#"#"&54763232654'732%"'7673267674+"732%"'7673267^ >RN7>7/Ŝ{5@VT5 @7j85 ' 5 j 9@ 1 %"9=FsI ^)%y\j</%%"41H/  %%"4H P@/O@<9K PX@,ZbQM=M>@-bbQM=M>Y@HF:831)'PP* +>7654#"267654+ &547!2#"&'.#"&'47632J fuHpXL  s1YJE6;73)!% 'ϲ#JN\dR!HZJ d;R +TPPB5%3+1/1 hcXPVP>B3 { K@10*;JKPX@2bbYU VM>@1bbeU VM>YY@CA53.,&$KK* +>76'4'"27674# '.547632#"&'.#"&547>32VP5`y%rT-}ߢPD@154:+oK %禍 !5JU/'k^;hэBU)b &!BE89$#1`[;+%A-zi-'D3J@G)(<bbM=M=M>&($'"+73267654'3&547!23.#"32%#"b\H!#7r 3ZH;| Tjf#V>$1-1!=>':!CVL= d T^w19@/.1KPX@)b`M==N>KPX@)b`M==N>@)b`M==N>YYY@ *&&&&$+73267654'.547632#"547654#"327#"\#!? =1@ R3wBR%ZNVIsf j+#N)L+V?@ fN -3F)TžLEqD39w#/bgwdf1<@9*) <('"!:CK =M >75323+%732#.+'76;27654#"'!&57.+"!75\X;5D +=D3 c +>5 yR 'C{M)' {C -q3@ <+&%:KPX@$ZCK=M >K#PX@%bCK=M >@#bUCM >YY@ $$"U3 +%732#&4.+"#7673>7#"#!4?#=4&+} #->}A+ 7R oH^F%e.!X/+3"8tD B0 :3-D9@6)# ?<K =K >33734*34& +%'.+&?3%+"7676+&5?37+"7;2&#'76;2J197<7s^@1B+%=lN93=N>5@uF!#!VB5-oyG]@+B@UK>Y@ 34734*34( +&'&'&+&?37+"67676+&?37+"7;2&#'76;2Dd  9<9g98=5 =-'5+J&!N>%+'}}? &X`X T+# -MU@RB<)#J3<  S K  =M >MMLKGDA>:834&3#4+;2�'76;27!7!7'.+&?3%+"7676+&5?37+"7!#/93=N>5?/V 197<7s^@1B+%=l75R^:uF!#!VP^d-oyN@0  I @$UK  =  K  >Y@NKHEA>:934*34% +&4'!7!&&'&+&?37+"67676+&?37+"!!;2&#'76;2DC+V  9<9g98=5 =-'5dAH&!N>%+' ^? &X`X T^# /tl@i9%f40 l rV<  bCK = M  >pmdc`^ZWTQEB>:75*)# ts +%236&+&'&5465676;2?'#"&#3&=732?'#"';2+"63?6'#"767#7+"6)+-7 (a^;!?orD|R3#qf-#( Jd7B %1-'/;)V//'? f!!!υT /% +*9Ph!!!;+5- #yq@V=bF -+  m"@8  b  `  `   UCM >Y@qqonkhdc[XURNLLK34;35>3+!0'76;27054'&';2&#'76;2?&707.'.+"&?27+"7#6763#"&?37+"#;2#54>+_'5BJ%X[%)jF94]+ #L< B5Ph)\ 111) %#! %511\% XK#PX@3 Q < :@3 Q < :YK#PX@! OK = M >@- OK =K = M >Y@USPG63D6673 +654+"'!&57.+"3!267654#"&?>3#"732#.'"$#""'76;>7+=D5 ' +>#<''9< !77`Vbe##=8+C}N)'!}C!-#'%11 %%"45 u8yW@5K.PX@8   bO   K =  K=M >@0   bGO   K =M >YY@ RQMLIHC@:741-,'$ WV +"3!267654+"?27#"732#.#!'7673267654+"#!4?#=4&#' }  } +7 j:3 #,;}J7m:! DJ^F%-7#9)3/%"!73)+e5%6?/A 6/ 9!3-OF@C:9<UC K  =M >MJHDA>'2C7$2"3 +%732#.#7673267# 47654#"&?263#"327654#"&?267#"!57\X 7PP<%%%% 9#>NNP< %'5<(y3$4q /+P 33/)NAp 533yV@O1@? @%  UUCM >Y@TQNKGD&3D7$343 +%732#.+'767326?#"54?654+"&?>3#"3277654+"&?27#" !-=}F79! )j  !!7 #Ays <  j753)+e5# :97>/ . "-X1Pl/ %"9-TJ@GTSQ'&$!<b SK =  K >NKIEC@2C82C7! +#7# 47654#"&?263#"367654#"&?267#"732%"#76732677)<%%%% 9#>XLLL{P< %'5<<7+) 7PPmf! /+P 33/+!qZI 533'13$47yY@8YXV)(&#N @(bU S  K >Y@SPMJFC3483D7! +%#7#"54?654+"&?>3#"3677654+"&?27#"732&#'767326?7  !!7 #B91# <  j75   J9! +/4q7>/ . "-\-9!"/ %"93  %# :P-NJ@G$N+ @<K = M= K  >LJEB?>#7#345344 +;2&#'76;27654+"&?3%+"63 ;2�'76;27674#"#X7'P<5B55!P">3F D% I'(?#V<1 G-m  3 P 5 Ry/)V-R#%PFqyNu@#* NM @@ U  U K >Y@LJEB48#345343 +%;2&#'76;27654+"&?37+"672;2&#'76;27654#"7O;'+' N;!+ju 7'! P<'+>h=% RC# Psfqj3:% R7)bD:@  K PX@*U M=M= M>KPX@*U M=M= M>KPX@*U M=M= M>KPX@*U M=M= M>K.PX@*U M=M= M>@(U U M= M>YYYYYY@9710,*('"   +"!.# 54767# 747>32#"6$3 !326;C V'5I2-^t oޛ5V}k:;LF7b17% P17 fLy ?@",9  K PX@0b UM=M= M>KPX@0b UM=M= M>KPX@0b UM=M= M>KPX@0b UM=M= M>KPX@0b UM=M= M>@.bU UM= M>YYYYYY@ ?=%(%%&$ +3!"7674""&54767&747>32#"6$32#!32wC Y+HMtDN#3H/%OP RdLvB;2y +nSE7B* sX+/ 1u7D+3:oXDP@&DC  P K PX@1U  Q M= M= M>KPX@1U  Q M= M= M>KPX@1U  Q M= M= M>KPX@1U  Q M= M= M>K.PX@1U  Q M= M= M>@/U  U  Q M= M>YYYYYY@OMA?98420/*(#!  +"!.#"&54767# 54767# 747>32#"6$3 !3267327;7s^u9 V'5I2-^t o׉Cwp^i!#iޛ NF `:;LF7b17% P17 fLyqV`Z  b  U  QM=M= M>K PX@?b  b  U  QM=M= M>KPX@?b  b  U  QM=M= M>KPX@?b  b  U  QM=M= M>KPX@?b  b  U  QM=M= M>KPX@?b  b  U  QM=M= M>@=b  bU  U  QM= M>YYYYYY@TRLKGE?=(%%&&$ +3!"7674"#"&54767#"&54767&747>32#"6$32#!3273327yA Y+HKO{\oP#1H/%OP RdLwD7T"%jB;2y +n^ JA`{7B* sX+/ 1u7D+3:oE76)ZBb+).@+#<K =M >$363#3+%732�'7673267654+"?3%#"bJ ;<bPq B//)1 ?11Z9qxK*PX@  z ^ R O; E4<@  z^ R O; E4K*PX@Qd  b  `  b U M = N = N >@Nd  b  `  b UK = N = N >YY@'|yvrokjb`[YWUJG)34<"#&&"+#"&546563227>32'".'.';2&#'76;27#'76;2>7&5654#"#"&=>32654+"&?3%+"67>7>32#"'3&#";2 lf P#^j /#B/5Q1)FZX76 M;5D X`hT3D`kA>B)1`= %F+AbXoF!bI55 P#<5BGb-+L!sPKV1F ' "?Z9-=% -V+JK=?F%=L-6'7i^L  3 P ubmq1FFE F1f!0" -A}Z=#. 3 Re}ZV^7)'8!D)=P{X#H18 ; K#PX@ l WN K I7 A0<@ l WN K I7 A0K#PX@Hd  b  ` V M  = M  =N >K.PX@Ed  b  ` V K = M =N >@Cd  b  ` V  U M =N >YYY@#~ywvutsqnkheb^]ZXRP3)349$(&"+#"&547>323267>32;2&#'76;27#'76;267&'&=#"&54656327674+"?37+"67#632#"/;2'".'.f\{9;')1@6%=P;)@BZ3'GV/ARV ?'<RRe5;J=+3dkwyT+B $Fl##  -@  +JbQ>.= )5)/# % R[V-9V-'B-`yV!LH!5!9- -V7/10;w9g@ @ S 2 G dc+@?  ZUUO  K = N =K >Y@ba[YWUQOEB?<6344%"+%#"/#3726765%;2&#'76;274654+"?3%+"67>7>32#"'&#"2')ЅW9=co)V^75P@5D 57=P <3F Df2-b8+?\4/1#3)CM+%)C!;!BHEb 3 P5RnTJmvV'5H'LfZ=#'}YcK*PX@A3  ,<@A ,<3 ;YK PX@=Z  U M =  M =K =N>K*PX@>b  U M =  M =K =N>K.PX@E   bb  U M = M =K =N>@>   bb  I   U  UK =N>YYY@XWUSNLIHFC36344#%(+#"&5476323267654&'732&#'76;274654+"?37+">7632#"'&#od-ĜvuXZ%u:!P@$+&;H>+4HwZS7)!&B=@@   b  `S  UO K  =K >Y@YWRQPONMKJHFB?<94345344+%!;2&#'76;27654+"&?3%+"!654+"&?3%+"#"'&#3#3326ZX75!N<7?55!N"<5F J>I55 P#>7D 'ЉQ9;ej 5 R 5 R_ 5 R +RA!9#?q+yYĶ?(K,PX@1   bS R K =K >@/   b  US RK >YY@XVRPKIDA>;43C7#D4+%!32%"#?673>7654+"?>3#"!7654+"?27#"#"&54763272@? ) #" 96 67 ## 7+2F/ +9j 85 ;ᜤy5=XZ/ +  +879. "7+%"!7rJ `+%y-VS@P=&Q<  eS K  = K  >VSPONLKJIGB?<94345344+%!;2&#'76;27654+"&?3%+"!654+"&?3%+";#7�'76;2ZX93!N<7?55!N"<5F J>I55 P#>7D 7ɬ-P<5D 5 R 5 R_ 5 R 5+y\@ &< @( eU  S  K  >Y@YWTPLIEDA>;6&3443C3+654+"?>3#"!7654+"&?27#"73#7"'"'7673267!32%"#?673>7T 49 %# 7)2F/ +j 85 ۬F"! 8+ @? ) #" 94 /. "7+ %"93 % 6/ +  +8-PG@D;:<UC K  =M >NKIEB?'2C9#3"3 +%732'"#>;27#"&5474654#"&?263#"327654#"&?267#"P7 X-7B#NӞ <'%%% 9#>NNP< %'5<%!3w9Zqy#7P 33/)NAp 533yR}@K-<;@%e  UUM >Y@PMJGC@&3D7#343 +%732'#"#>;2?#"54?654+"&?>3#"3277654+"&?27#"   r;>! )j  !!7 #Ays <  m753 #Z97>/ . "-X1Pl/ %"9q8SK@HB,&<dU V= >QOLJEC=;64+( +!&0&#'76?>'!"&#'76?67672#"&546563227>32< J5-LP -/B},+JlA':! mf N ^j -#DN9mrl%$%//%#X)//lB?#'JK=AF% ?L-8u+N@IH: . @-d  bVM=M >Y@MKGE#$'#)#'&" +#"&547>32327>32>54&#"32647'#"&54326?2327#"&Vg\:=T`2!$$5+uf-\b>}#=8p.aV3qNF9JbQ@ .?H\!-# J=Z X5jj+?Po;!N/oM?}8@HC@@,&<U V= >HGDC@?<;64+( +!&0&#'76?>'!"&#'76?67672$462"$462"< J5-LP -/B},+JlA':!@^??^1?^@@^N9mrl%$%//%#X)//lB?#^@@^??^@@^?u 08@@+*@)b  UM=M>Y@@?<;$'#$'#% +>54&#"32647'#"&54326?2327#"&462"$462"$5+uf-\b>}#=8p.aV3qNF9?_??_2?^@@^J=Z X5jj+?Po;!N/oM?7ZBBZAAZBBZA\+a@65 F O_^! @L Z  bbX  US L = =L >Y@& \YUSMKEC><:731.,&#  a a$ +!674#"'767327!72�'7673267654#"?)+"32>76;#"&7654&+3!2677V 5jDa L-/1%j{R J )! + X-N0Q#Oq ,-Zj& 511 23<[1#+hVD{2--y\}! RK*PX@4,E@? <@4,@? EK PX@*bU M= M   >KPX@*bU M= M   >KPX@*bU M= M   >KPX@*bU M= M   >K*PX@*bU M= M   >@4bU M= M  = M   >YYYYYY@HFDB><87/-)'"   +">7654&6732&'"#"'47>32632327#"'"&5476$%65&N+30m\%%1XN9j#PrxZLmGBsU' 9 HP )=%oHd1.&%-LZ} /)dxF Tb;;;j5XkihiZ}@6Hq@[@J &!/*>=7 <  dZb Z  UUL == L >YWTRMKEC@@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!267#"&546563227>32L;8 ,2R J!')!)-Z-N/RF-T lf N!^j -#D-)1 #/<[CNmQVi&Wy×+JK=AF% ?L-8=@ 0KPX@+dbVM=M>@+dbVM=M>YY@ #'&#&#+! +4"$73272%"&54>36#"&547>32327>32O[; @lܗ b; ݤLg\:=T`1!$H3!9gPPw#ʜZîpJcR@/? H\!-# D"K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY&&%"+!326'>3 ! 547!67654#"_C 7Z oV}kP5|5/_S {K PX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>KPX@bM=M>@bM=M>YYYYYY&#+!+%324>76&#""&76!2#"O[ @lܗ b; #LHi3!9fPPv#˛Zîqo"*21K PX@' USM=M>KPX@' USM=M>KPX@' USM=M>KPX@' USM=M>@' USM=M>YYYYY@ 21&&%" +!326'>3 ! 547!67674#"462"$462"`D 7Z o>AZBBZBZAAZV}kP5|5/_S {^ZBBZBBZBBZB'/jK PX@)bM =M=M>KPX@)bM =M=M>KPX@)bM =M=M>KPX@)bM =M=M>KPX@)bM =M=M>@'bUM=M>YYYYYY@ &#+! +%324>76&#""&76!2#"462"$462"O[ ?mۗ b;!#K?^@@^1@^@@^Hi3!9fPPv#˛Zîq[AA[AA[AA[A!o`K*PX@^ r 5 2  (<@^ r 5 2  (K*PX@M  b `  b U  M  = N  =N >@J  b `  b U  K = N =N >YY@'zxvtomfec`]ZWTPOGE!+3'34< +'".'.';2&#'76;27'76;2>7&5654#"3#"&547>32654+"?3%+"67>7>32#"'&#";2462"$462"Ϥ5P1)EXX85 P@5D X`iTf{=D+1`>!%E+DcXoD#bJ56?O#;5BJd-+L!rPLV2F%@Z9-=% +VkAZBBZ/BZBBZ'7i^L  3 P uìHDE F1f!0"-A}Z=#. 3Re}ZV^7)'8!m?L}X#H18 ZBBZBBZBBZBT7K#PX@[ qF= : u8& 0<@[ qF= : u8& 0K#PX@D  b  ` U M  = M  =N >K.PX@A  b  ` U K = M =N >@?  b  ` U  U M =N >YYY@#{xomhfedcb`]ZWTQMLIGA?3)345+462"$462" ;2&#'76;27#'76;267&'&'5#"&54656327654+"?37+"67#632#"/;2'".'.?_??_1@^@@^>P<)?BY4&HV/BRV ?';RRe5;K>+4dkwyT+B #Fl#"  -?! +bZBBZAAZBBZA% R[V-9V-'B-`yV!LH!5!9- -V7/10;wyG@  #K PX@= bbU  V = M =M>KPX@= bbU  V = M =M>KPX@= bbU  V = M =M>KPX@= bbU  V = M =M>@= bbU  V = M =M>YYYYY@FEDCA?962/)'%$ GG+462"$462"2#"&=623267654&+"7476;267654&#"'2$5BZAAZ/A[AA[R'/y_lHNsZ>jbm^@@^??^@@^?Vwy!f)Z%ՊK T8&b%+f%RgރQ5@ DK PX@:ZUM = M = M = N  >KPX@;bUM = M = M = N  >KPX@;bUM = M = M = N  >KPX@;bUM = M = M = N  >KPX@;bUM = M = M = N  >K#PX@9b UU M = M = N  >@7b U  SU M = N  >YYYYYYY@MK=;:987&46&" +462"$462"632003267654&+"54763267654&#"#2632#"&546?^@@^1@^??^-m^l5/'rDLBLQ >'+E@# iZjy wJBlޜf_??_??_??_?T;ch)7Q%c75B%X@C#R`3kaLj}@ Vb.C@@)(#<b`QM >&$"  .- +2#"$547632327654&#"!'3)`9H +P{+%m=u  `/Z5NzwVB+N)ˉ+9mX mJHV!70^  //@,+ &<-:KPX@(dbXM=N>K.PX@)db`M=N>@'db`UN>YY@ "&"$- +#!20#"&=623267674&#"#"'V' %䍲emKP$kT)#I89(r-1X7 F=X#*`wNRyHDl`@]gN YXU*)&9< U  K  =K >lifc`]SPMJFC>;851.$!  +!"'47>3!2;2&#'76;277;2&#'76;27654+"&?3%+"677654+"?3%+"')ϲ57 P>7D s!{ 85 M=6D 67 N!;6D {s 76=M#<5B,. 3 Py 3 R 1 Py 31Te@)HGET@%U U K  >Y@&b_XVSPMKA?=:74.+(%"!ee  +!"547>3!2%#"6654"?3%#"32&#7673>7772&#'7673>7654+"?N') 9=Z 9w9:= =9 Z 5= XR 9 @<; ;9 L+-"%;%%"#=+%7%5}j%%%#3+1%Dq\dlX@UW>IHE)<   U K  =K >lkhgdc`_\YVSPM34534:344+;2&#'76;277;2&#'76;27654+"&?3%+"677654+"?3%+"$462"$462"57 P>7D s!{ 85 M=6D 67 N!;6D {s 76=M#<5BAZBBZBZAAZ 3 Py 3 R 1 Py 3^@@^@@^@@^@7Zg@)HGE U K,PX@(UK=  K  >@&U U  K  >YY@"c`YWTQMKA?=:74.+(%"!gg+462"$462"%#"6654"?3%#"32&#7673>7772&#'7673>7654+"&?=BZBBZ/BZAAZ:=Z 9w9:= =9Z 5> XR ?<; ; f[AA[AA[AA[A"%;%%"#=+%7%5}j% %%#3+1 %/o $,K PX@!UM=M >K PX@!UM=M >KPX@!UM=M >KPX@!UM=M >KPX@!UM=M >@!UM=M >YYYYY@,+('$#   +"32654&"546$32462"$462"ɍwwx6G@^@@^@^??^\,ZBBZBBZBBZB% 3XKPX@!M =M=M>@UM=M>Y@ &(%%+462"$462"32>5#"4>32#".BZAAZ/AZBBZ 3+Fh3Fk7HۃdL#TL1f_??_??_??_?;X}7p; ^Z`ìl=in>5PfV+D (K PX@SM=M>K PX@SM=M>KPX@SM=M>KPX@SM=M>KPX@SM=M>@SM=M>YYYYY@$"    +"!674&!32># 54$325zy "'OihFuЬvڇxP2lݘ72j;8?mX8Py# ((@%SM=M>#&&$+32>7!4>32#".%!67#" 3+5U7# HۃdL#TL1Gj6bX}7@nsA#/`ìl=in>5PfV! d+s (08K PX@( US M=M>KPX@( US M=M>KPX@( US M=M>KPX@( US M=M>@( US M=M>YYYYY@87430/,+$"   +"!674&!32># 54$32462"$462"5zy "'OihFuЬvڇxPf@^@@^@^??^2lݘ72j;8?mX8Py{ZBBZAAZBBZA#/87@4US M=M>64&&% +462"$462"32>7!4>32#".%!67#"A[AA[0AZBBZ 3+5U7# HۃdL#TL1Gj6R^@@^@@^@@^@PX}7@nsA#/`ìl=in>5PfV! dwo:BJ K%PX@  5<@   5K PX@8b    U  V =M=N>KPX@8b    U  V =M=N>KPX@8b    U  V =M=N>KPX@8b    U  V =M=N>K%PX@8b    U  V =M=N>@>  b    U U  V =M=N>YYYYYY@$JIFEBA>=86310/.+)'$" :: +674.#"'2$32!"'&547>32327"##"=632462"$462" <^`/1uufdbN'2 3*RR6u T`%/ Dy })!A[AA[AZBBZ X9sX'Fd;NhsHE );`fN^5 FZBBZBBZBBZBOK PX@DZUM = = M  = M  =N>K PX@DZUM = = M  = M  =N>KPX@EbUM = = M  = M  =N>KPX@EbUM = = M  = M  =N>KPX@EbUM = = M  = M  =N>K*PX@Cb UU = M  = M  =N>K.PX@Hb UIU = M  = M  =N>@K bb UIU M  = M  =N>YYYYYYY@NLHF@>7532/-,+&$$!+462"$462"##"'476320654&#"#3227632#"&547>32326?^@@^1@^@@^ !b i'E'< }P@'   #kH-mRPbZBBZAAZBBZA )577sht - Ɣ77eXN )L^%P@<+ J KPX@1  b  X U K =  N  >KPX@1  b  X U K =  N  >KPX@1  b  X U K =  N  >KPX@1  b  X U K =  N  >K!PX@1  b  X U K =  N  >K*PX@2  b  ` U K =  N  >@/  b  ` U   R K >YYYYYYY@"MKGE@>;852('$!PP  +!"'47>3!227&#"&?3%+"#67676&+"?37#"#"&=632j'*aN`TA R';L !g 77 <9V?'/'`N{%I ,--ZV uudc "4=/ d%%e?J@G97/<bZU=M>=;54,*)'$"  +!"547>3!2654&54632#"&5432326?&/&"&'>32')}X'&G/g~}Z`1ZG%s76R )?&XyV+3L+-uiD&\3(;H+/fR\Tux+6!&hX?Eq@HP@, :KPX@2  b X    UK =N>KPX@2  b X    UK =N>KPX@2  b X    UK =N>KPX@2  b X    UK =N>K!PX@2  b X    UK =N>K*PX@3  b  `    UK =N>@0  b  `    URK >YYYYYYY@"POLKHGDC=;750.+(%" @@ +%27&#"&?3%+"#67676&+"?37#"#"&=632462"$462"N`TA R';L !g 77 <9V?'/'`N{%I ?_??_?^@@^`-ZV uudc "4=/ d%s^@@^@@^@@^@%e?z97/@*bZU =M>Y@ =;!#&+ +462"$462"654&54632#"&5432326?&/&"&'>32@^@@^1@^??^X'&G/g~}Z`1ZG%s76R )?&XyV+3f[AA[AA[AA[AiD&\3(;H+/fR\Tux+6!&hX?E@Qch@UD , :KPX@5  d   d  b XK =N>KPX@5  d   d  b XK =N>KPX@5  d   d  b XK =N>KPX@5  d   d  b XK =N>K!PX@5  d   d  b XK =N>K*PX@6  d   d  b  `K =N>K1PX@3  d   d  b  `RK >@7 d d   d  b  `RK >YYYYYYYY@&RRRcRb[YQOJH=;750.+(%" @@ +%27&#"&?3%+"#67676&+"?37#"#"&=632#"54?632$#"'&54?6N`TA R';L !g 77 <9V?'/'`N{%I  !-  )`-ZV uudc "4=/ d%6    %   %fB)Y@$#SQI @1  bZ =M= =M>Y@WUON!#&+&)'!( +0#"&#"&74'562#"&7/63654&54632#"&5432326?&/&"&'>32V + 4X'&G/g~}Z`1ZG%s76R )?&XyV+3%%    +iD&\3(;H+/fR\Tux+6!&hX?EqLT\_@\'&<    UUK =  K >\[XWTSPOIEC@:751.+%#LK +%267# 47654#"&?263#"327654#"&?267#"732%"#767462"$462"h M 5%$ %% :#;P; %'6;;7 +) 8BZBBZBZAAZD$4\ +92 33/+^ 533'13^@@^@@^@@^@c@Tcb= 5K.PX@,U  U K = K >@*U  U  U K >YY@a_YVSOKH@>:756344+462"$462"654+"&?27#"732&#'767326?#"&54?654+"&?>3#"327BZBBZ/BZAAZT h 76  J7! )Z{ ## 7 F{lf[AA[AA[AA[A/ %"93  %# :-\b;@w/ . "-h'JV/)K,PX@ <@ @$ZOL =M >Y@'&#  )) +3#'76;27654+"?3!#!";2#.÷@5B3<= } !78^R%+< (y y+K,PX'<'K,PX@*Z`CK=M >K.PX@+Z`OK=M >@)Z`UOM >YYY@)($! +* +3'76;27654+"?263!#54+;2#&#ٲ;/+ =7 35N "39 R;/"%3Ho7cksp@mE2]<\9U  U K  = M  >sronkjgfa_[VNLJGDA>;741.*'" # +'32>7654&#;2&#'76;27654+"&?3%+&654+"?3%+"32+'"'76;67462"$462"h%<`V0 k|67=P;4F 76 M#=5D65=H;6DE7u/ƨg '=a;-BZBBZBZAAZ;`c3=` 3P 3 U 5Rq9cj>=-L9ZBBZBBZBBZBuwDi@)> K.PX@/UUK=  M  >@-UUU  M  >YY@gea_]YVSMKIGC@=:63335"%+462"$462"654&+326654+"?37+";2&#'76;27'#!767367654+"&?263#3 ?^@@^1@^??^{78RTF); H<)+' P<)){B52 > '' 9> +3df[AA[AA[AA[A7JRE%#P% Rx9-F1! :7-;uJ "+>32#"&5>32#"&54N/+9N/+7+L/+9N/+9.&!/'!,' !-'J-I @ ?0( "+>32#"&5%>32#"&57>32#"&54%>32>32#"&'#"&5\L/+:L/-8N/+:L0-7-N/+:N/+:N/+7 H)+9L1)5 H)+9!,$!-' !,' !-'.&!/' .$$&!/%$'J"  "+>32#"&547>32#"&57!L/-8L/-8-N/+:N/+8q!,' !-'.&!/''ccJ3 *  "+>32#"&54>32#"&5%7!#'#"&=677N/+:N/+:+N/+:L/-8%-N/+7?.&!/' !,' !-'ggV !!/) !# Vs "+>32#"&576N/+:N/+:!-'!/)D s"+>32>32#"&5"&5DL/+9 H-+7N/+7 LV7!-))' !/)+)VJ( "+>32#"&54'>3262#"&'"&5N/+9N/+9BN-+7!^+8L/+6 FV7!,$!-'.$B& !/%$'N`"+7!NddVJ "+7!#'#"&547677V-N/+9AddV!-'!"V+R  "+>32#"&5+N-+9L/+9/' !-'+R  "+>32#"&5+N-+9L/+9/' !-'J. *" "+>32#"&5%>32#"&5>32#"&5J/-9L1)9fN/+9K0+9N/+9N/)9!.'-%.&!/'b/'!-'J1V "+>32#"&54LL/+9N/+9/' !/)f"+3#9uP"+7!R-TPy3%"+7!ydd{"+3\`JN "+>32#"&54bN/+:N/+:/)!/'sZN "+>32#"&5sL/+9N/+9!-'!-'%# "+.'&'>7.'>7FfP!"4Jdb#! ''OD1)+-TL%7jvMdun!Psuwy!Dd81w+s(! "+6767>7272!!547676 mX1'!5  #Q 2?/;wjHT<J 1! BS C1y%'R-q%aX"+#"'36'##654'&'+5467>54'&'47>7.'&54767367&547>? \/ f#E7 wVDD/:J j6  |`5fe+#;R{ S"#%J/!w`1/bPH 9d%3```=^ 3^w5 3R #) HV+T> + TDL\-1?3jV%Z =T ! ')G "+23!7!67654&#!"&547>?3Ǻ'3t`w`kJ!7HR\ n10HipPٮLD&F7 BY d<0 "+0".'4&'6'476767>764.'&5465>?3 !'5ZF )X)  k.. !`)/LbsZI+%;#' 3 k! bRB) ^=X% q)pX=y&"+#0+6767677!"547>?3!2J %1!  77i,,)m +Vhi''H9}G@f DW Ld JLR5f<0"+'676767>32%'67676767!"&547>?3!2f  p   x_)"5X %!  -T\i..#TA +9JSHBQ ?K=&mz9##/:jFەB7DZ ^'+1??-5P^ m22-15Y #+ P5 1J '5R0o }&#"+7676767&'47>?"'#'6 )od,, ')'++# )7%q;y'æ j DZ F1?)+V]T/+Dq}<0"+#0'67676767!#0'67>746747>7&547>;3!2  'C -J\!  +E bb 9L/% @5d=I#HBl!ߚ?=. )bH %Tu /=Rf ;Q9\92 "+67&547>?#!67654#"'67632!6=6bse++3 97F %u}/ ^3wfkR^sNp/w 5mQ JT ;^ /'8BLs9!}^3KZpThoB! '"+'67654'&547>?32deg,,jT 1)BJw ?O!#1F!M5shj"+#!"547>?7!2" BZ5-g,,1?)u9Pq DMF^'= } "+654'!"747>?3! #!7!26/o h--+ CyRg\lyGd BY P^=ْ'A9"+3!2#"5476%>7654&#!"5476767654'&576567LXoXK\[ m`X;5D˼RT`:s/HR9w}pTi3%RBjJXb1-+p d'  !'P#95 5j+?{ $ "+!!>76'4&>7#"&547>?3!2N&CR5 ZPT i--!;ǕwN++DL=5PC8 BHF\};gF1h@1"+7!7!67654&#"#"547654&'&547>?765lD{T bV?QP8BV1% Z((5 ? FRx٨o7%hpas 7 d 9L F A Ufy("+6767654'&547>?3LLe++L39J#D/`-fDd % qBU T3) !{Zw  s." "+0!7!67676767654'.547>?3rR'+sg--/'?NB )*/Xs+@7'FAFXLd -J8DK/6- ;wpBy4' "+!32>7654&".54767.547>?3!2f')P?/=]^CG-XkM6-5- i..)`htJH9FU# >df76767654'&747>??674'&54767.547>?&'>j##5bD`**-} o5NFZXJ7Ba))5-5:)5)  ') -%):ub5!%XDT-#L9" 8 'F;TXJ1F+ ?SJ 3/!H -.!= 4 jF<("+#0#""54767.547>?;2#"674'&+/B%%%R!)8 w87#ٚI-8 +;)F nFBq P R) 1ToPu-`93@`R1%FV@/ > g5}?9."+654'!20#53+""54767&'465>?3! #!7!26Vo9BqY/B%%%R#5g--) CyRg\lyGJJ/ > f P #5BY P^=ْhB"+%0#67676'.547>?67&547>?3&'5 '<1 q\ c**#7B=CV c**7TZ1!9B}Nw#y`#/31 =g385) +lF>#V H` P-<f# +s!yY/"+'3&5476767654&'"="32!!>754'&'3&547>767654.'&=#"j= GR-@51bV 7#/ p/ -;>k5;?38/;*K> y)-6 7)P3'L >) 9B'/b 91%  < '+-3/%D+#FV %) < F5X#;fu6'"+'673'"5476%>7674'!"&547>?3!27CoZwsZ\Eb ^fR^ m00+{8bLTJEB;LP L= 3{BB"fK:=HH;bZ~\3-'-PD"+67674&#!"&547>?3!2{FJP\ m00%ˠm2%X?PFG: 9P RXy?\)3i7"+!676=&'&54767&'4763"#6&547>?230&'3667654'&547>?#3PZ#X Td#)hZ9bc** "-53^9 dh,-u`h{135 L)o&H1q%I#_5^DSfr|/HBT F +c)?: ! 'A JZ)%R5)"+67654&+!734676767"&547>?;2yCJ׋ Py%NZ m00'˟m2\;PFZb '#X!U6G89P RXy?\)3?/"+654&'.=>?#!654&'.5465>?9 -7N^ o22/15 j#-5P^ m22//7 Y -+ P51J '5)-,}#+ P51J '5):o }=-"+'67654'&547>?32654&'.5465>?`#e g,,hT 1w-5P^ m22//7 Y)BJw?O!#1F/?5s#+ P51J '5):o }9,"+'67654'&547>?32'67654'&547>?32`#e g,,hT 1dd f,-jU 2)BJw?O!#1F/?5s-)BJw?O!#1F/?5s "+2#"756767> )NXL#D5%r /hD+(4V^' "+2#"=6767>!2#"756767> )NXL"D5%r)NXL#D5#t /hD+(4V^ /hD+JV^HD8IY@ ,&<@% V UQ= >Y@:9VTNLCA9I:I64+( +!&0&#'76?>'!"&#'76?67672"3267654&>32#"&54< J5-LP -/B},+JlA':!+E -%+H-{H=T{J=RN9mrl%$%//%#X)//lB?#X?+#3B)%/jFdN< FdN; Fu 0AQ@+*4@/b  U  QM=M>Y@21NLFD;91A2A$'#$'#% +>54&#"32647'#"&54326?2327#"&"3267654&>32#"&54$5+uf-\b>}#=8p.aV3qNF9+E -$+H-{H=T{J=RJ=Z X5jj+?Po;!N/oM??+#3B)%/jFdN< FdM< #j AMǶ'&K*PX@/Z  U UN  =M >@5ZZ  U UN  =M >YY@  LJFD=<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.7%4632#"&DoTy>X7Z[3BWR61)9VE@d uN :Z dP8/?P7/@:^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4 9RA+7R=V -9@,' <9KPX@/=M= M =M=M>K#PX@-U= M =M=M>@+U  U=M=M>YY@ 86%'%#" +4&#"32> 632#"''67674#'"57$724632#"&\A:Xf!@oNPjxH\wZ3'B+@ X/P7/@R51>J\H37{RG3\L5i?'9 ="T9RA+7R=#- AMĶ'&K*PX@.Z U  QN  =M >@4ZZ U  QN  =M >YY@  LJFD=<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.74632#"&DoTy>X7Z[3BWR61)9VE@d uN :Z P8/?R51>:^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4 9RA+9Q@V -9@,' @*U  Q=M=M>Y@ 86%'%#" +4&#"32> 632#"''67674#'"57$724632#"&\A:Xf!@oNPjxH\wZ3'B+@ XP7/@P7/@J\H37{RG3\L5i?'9 ="T9RA+7S>#'- AP@ '&F K*PX@/Z U  QN  =M >@5ZZ U  QN  =M >YY@DB  KHBPDP=<541-A @  '%! +32>54#" 32>54&#263 #!&47>7654&'.7!"=>3!2DoTy>X7Z[3BWR61)9VE@d uN :Z w %%:^_1% 5QgZ)l~}ExP. DVL 5 9y57#; 4  ')V -<@,'  2 @+U  Q=M=M>Y@0.74.<0<'%#" +4&#"32> 632#"''67674#'"57$72!"=>3!2\A:Xf!@oNPjxH\wZ3'B+@ XZ %&J\H37{RG3\L5i?'9 ="T()}@J@$#?'>832@9  dbb`QM=M >Y@FD=;641/)("  @@ +".547!23.#"32772#"'7326754&#"'7#"7567ۃB 3sd%M !FZJp=j3>#FQrV_%HH!K)#=d_w?VlBC+-.Tsp:FWS{1.f:3 DK-/!)! %#sw#Z:I@"!&721K.PX@=  bb`` `R=M>@: d  db`` `RM>YY@GE><530.(' :: +"'7.5432#"74654&#"326772#"'7726754&632#"67#>_yVɜ\#o+o]9':RPl2#FRsV^%HG!L) $ %)#a`Z15J/!' њtXBFR^ P:3DL-/!) $ 1-Ds1=K!PX@ <@ K#PX@&ZUM =M >@,ZZUN =M >YY@<:6410#76'$ +%3 674.#"'7673267654&+"?! #4632#"&>bZ-_r=B;8-2F M }ƹ^P8/?P7/@ YTdO-o-)1 !/;:Z!9SB+7R=<H@; .K#PX@6b U = M =M=M>@4b U  U =M=M>YY@GEA?:9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$724632#"&79+1'%-,g#E@qyNt<" qVC<+?  WP7/@P7/@?V1EL)kJ!V=!V7d1C^D%%'B$9 ="T9RA+7R=D+1=K!PX@ <@ K#PX@%ZQM =M >@+ZZQN =M >YY@<:6410#76'$ +%3 674.#"'7673267654&+"?! #4632#"&>bZ-_r=B;8-2F M }ƹ^P7/@R51> YTdO-o-)1 !/;:Z!9SB+7R=<H@; .@3bU Q =M=M>Y@GEA?:9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$724632#"&79+1'%-,g#E@qyNt<" qVC<+?  WO8/?P7/??V1EL)kJ!V=!V7d1C^D%%'B$9 ="T9RA+7S>D)+1@K!PX@6<@6K#PX@&Z QM =M >@,ZZ QN =M >YY@42;82@4@10#76'$ +%3 674.#"'7673267654&+"?! #!"'5>3!2>bZ-_r=B;8-2F M }ƹ^ %% YTdO-o-)1 !/;:Z! ')!<K@; .A @4bU  Q =M=M>Y@?=FC=K?K:9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$72!"'5>3!279+1'%-,g#E@qyNt<" qVC<+?  W5 %%?V1EL)kJ!V=!V7d1C^D%%'B$9 ="T()D+LK!PX@K JD? ><@K JD? >K#PX@:  b  `QM =M  =M  >@@Z  b  `QN =M  =M  >YY@LLIG#&!)#76'$ +%3 674.#"'7673267654&+"?! +32#"'7326754&#"'7>bZ-_r=B;8-2F M }ƹ^3JZ sT`'HG!L'+6b YTdO-o-)1 !/;:Z!R;4 DT-8!)! "V@%U H<;:4/.@Cb`b`   UR =M=>Y@TSRQONML,%#&'#)&" +4&#"3267>327#"547'32#"'7326754&#"'7.54$32654#'"'7$7279+1'%-,g#E@qKI0JZ sT`'HG!K'+5RCc3qVC<+?  W?V1EL)kJ!V=!V7dT$O;3 DS-7!)! #}5BZ?#%'B$9 ="TDT+1<K!PX@<:97549@<:97549YK!PX@eM =M >K#PX@$ZeM =M >@*ZZeN =M >YY@222<2<10#76'$ +%3 674.#"'7673267654&+"?! #&''67>bZ-_r=B;8-2F M }ƹ^+o9u:d)H YTdO-o-)1 !/;:Z!b%\PTX%Xb<G@; .@2b   eU =M=M>Y@===G=G:9(%#)&" +4&#"3267>327#"547'#".54$32654#'"'7$72&''6779+1'%-,g#E@qyNt<" qVC<+?  W\+n9u9d)H?V1EL)kJ!V=!V7d1C^D%%'B$9 ="Tbb%\PTX%X/@PY@ &!/*>=7 CAWUKHAPCP@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267!"'47>3!2'"/3;8 ,3 R J!&)!)-Z-N/RF,P')*-)1 #/<[CNmQVi&Wy×,.cr##/?@ 6@0ddb VM=M>Y@" ?=98*' /"/&#+! +4"$73272%"&54>367!"'47>3!2"/7672O[; @lܗ b; ݤL'*C2DH3!9gPPw#ʜZîp+-   %*/&@PZ@ &!/*>=7 CAVTKHAPCP@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267!"'47>3!2'"=673;8 ,3 R J!&)!)-Z-N/RF,P')[0-)1 #/<[CNmQVi&Wy×,.jei#/?@0ddb VM=M>Y@" <:31*' /"/&#+! +4"$73272%"&54>367!"'47>3!2632#"547O[; @lܗ b; ݤL'*    H3!9gPPw#ʜZîp+- ,/X+@K}@z &!/*>=7 AAAKAK@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!267&''673;8 ,3 R J!&)!)-Z-N/RF,+n9u9d)H-)1 #/<[CNmQVi&Wy×{b%\PTX%Xf*q@<('%#"9KPX@#beM=M>@#beM=M>Y@ * *&#+!+4"$73272%"&54>36&''67O[; @lܗ b; ݤL7+o:u9d)HH3!9gPPw#ʜZîpb%\PTX%X/+@S@ &!/*>=7 D E NM <Zb ZU U QL == L >BAQOKJHFASBS@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267267#"'&"'6323;8 ,3 R J!&)!)-Z-N/RF,#3!1N+L?O32Tw?H6-)1 #/<[CNmQVi&Wy×/D<3/:@12@#$-,@-bU QM=M>Y@! 0.*)'% 2!2&#+! +4"$73272%"&54>36267#"'&"'632O[; @lܗ b; ݤLp#3!1N+K?O31Tw?H5H3!9gPPw#ʜZîp/C;3/9?1/o[j(@* &!/*>=7 Z YSN M @ddZb b `UU QL == L = K >Y@'\\\j\jhfdc`^[[XVQOLJDBA@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267!32#"'7326754&#"'7#"&=332673;8 ,3 R J!&)!)-Z-N/RF,2JZ sT`'HG!L'+5bhm?mVR-)1 #/<[CNmQVi&Wy×R;4 DT-8!)! "ohq`9>=:;3;Me@b0/.(#"IG%,%#&%+! +4"$7327232#"'7326754&#"'7.54>363267#"&547O[; @lܗ b; 1JZ sT`'HG!L'+6]Kk8L`RP;+\hxH3!9gPPw#&P<3 DT-8!)  #AgsDZîp DU`Xk HAMf@c$#3.<7 <Z b  U  UL ==M >LJFDA?:8$"473#3 +%;2�'7673267654&+"?!#!"326746;#"&7654'#4632#"&_ G;8 ,2R J!')!)-P7/?O8/? B//)1 #/<[CNmQVi&W`9RB+9P@ZX:FضKPX@8b Z  UM=M= N>@9b  b  UM=M= N>YY@EC?=64$&###"%% +#"567>;>32#"&'&'"32'# #"&5463232674632#"&b51-@!fbwI'`+RhR 9 ZIHF``_--+<JZ%mO8/?R51= m=RA)9H+-!fI#-!%9SB+9P?H8H@2@/b  UUM=M>Y@;9C@9H;H335&''$ +% 5476$323.#"327654+"?3%+"!"'47>3!2f) %Xse%P%HZ- ǽm9 M 9(`'*%/8;N-.PylK*PX@9Z   UUM=M=M>@:b   UUM=M=M>YY@][eb[j]jYWQOIG?=9753*(+ +3254&'&#"'#".54>7&547&54632632#".'&#"4'&#"326!"547>3!2J! 7X%^݃+./y^4dC:sfՓBdO.31  /)/7F)#1CJ'*/ !XP57)V:,#g cM+RL+'P^y5}N[2!*  +7{# d54T%,.}qWce@bOID:#<US K  = K  >b`\ZWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!4632#"&!bOocG=9 XXdI=: e P qG=P7/@R51>?11Z B//)1  B//)1 ?11Zc9SB+9P?:F@ @7bb``  U==>Y@ EC(+'%' +76&#&7$72>32 3272"5476'&#"#"&54>4632#"&!` iʓOI)X+ mH )%FN; 3"J*YP7/@R51>f4(,  K՗mO"F5ZRs9h3$}ht 4* $59RA+7R=}+Wcd@aOID:#<SQ K  = K  >b`\ZWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!4632#"&!bOocG=9 XXdI=: e P qG=P7/@R51>?11Z B//)1  B//)1 ?11Zc9RB+7R>:FP@M<bb``  Q==>EC(+'%' +76&#&7$72>32 3272"5476'&#"#"&54>4632#"&!` iʓOI)X+ mH )%FN; 3"J*P8/?R51>f4(,  K՗mO"F5ZRs9h3$}ht 4* $5u9RA+7S>}sW_gk@hOID:#<US K  = K  >gfcb_^[ZWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!462"$462"!bOocG=9 XXdI=: e P qG=?_??_?^@@^?11Z B//)1  B//)1 ?11ZcZBBZAAZBBZAu:BJW@T<bb``    U==>JIFEBA+'%' +76&#&7$72>32 3272"5476'&#"#"&54>462"$462"!` iʓOI)X+ mH )%FN; 3"J*?^@@^1@^@@^f4(,  K՗mO"F5ZRs9h3$}ht 4* $5R^@@^??^@@^?N+r@jd_U#T Q PJE D <  b  `S QK = M  >rqomifc`ZWSROMHFCA;986303#53#3+654+"?30%#"732�'7673267!732&#32#"'7326754&#"'7'7673267674+"5?3%#"!!bOocG=9 XXdQ/JZ sT`'HG!L'+5^=: e P qG=?11Z B//)1  B/L;3 DS-7!)! #/)1 ?11Zc7Rr@oLK JD? > <bb``  b  `  Q==>IGB@&+'%' +76&#&7$72>32 3272"5476'&#"32#"'7326754&#"'7.54>!` iʓOI)X+ mH )%FN; (JY rTa'HH!K'+5P#f4(,  K՗mO"F5ZRs9h3$}htB) @;3 DS-7!)! #z $5}b+Wij@gOID:#a`X<SQ K  = K  >ec^\WVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!3267#"&547!bOocG=9 XXdI=: e P qG=`RP;+\hx?11Z B//)1  B//)1 ?11Zc DVaXk N:L@DC;@6bb``  Q==>Y@ HF*+'%' +76&#&7$72>32 3272"5476'&#"#"&54>3267#"&547!` iʓOI)X+ mH )%FN; 3"J*`RP;+]hwf4(,  K՗mO"F5ZRs9h3$}ht 4* $5 DU`Xj 3-%8M@J) * 32<  U QK =K >'&640/-+&8'8CC +%&#"&47>7674&'.7327267#"'.'62+ ;[ fd uN :Z fd uK#3!1N+L?N31Tw?H5;!9 6 5 9y57#; 4 7 9y/D;3/:?1 %8@) * 32 @9b``U  U R=>Y@'&640/-+&8'8%% +462"3272"547654/&67632267#"'&"'632FfHHf^\)X+ m\$R  щ*#3 2N+L?O32Tw?H6^gGGgGyT"F5ZRs:gN') +/D<3/:@1L%-5?F@C= <76:  b UK =K >;954CC +%&#"&47>7674&'.7327462"$462"#"=67+ ;[ fd uN :Z fd uKyBZAAZA[AA[\0;!9 6 5 9y57#; 4 7 9yZAAZBBZAAZBehq%-=ٵ KPX@:  d  bb``M ==>@8  d  bb``V=>YY@:81/%$ +3272"547674/&67632462"$462"62#"747S])X+ m\%R  щ*AZBBZ/BZBBZ   T"F5ZRs:gN') +,[AA[AA[AA[A ,jWaC@@M 93#<_YX:dK =K >][VULI85-,"9 +>&/&5?37&#'54.'&#&#'76?>76&/&'?3%27'"7567 +I{W!77'Py  "N qI=8&@P?; I*}w? #--h&J -+ $. n%DJ//!/1 11  %'c"sw#ET@ ! +@H  b  `  `bb`=M=M >Y@RPIG@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>632#"47!` i&7Rj4FTE1%5NmjN7785-f=Y4> N 3"J*E % %)f4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5 1-j/WcA@>M 93#<QK =K >b`\ZVULI85-,"9 +>&/&5?37&#'54.'&#&#'76?>76&/&'?3%274632#"& +I{W!77'Py  "N qI=8&@P?; I*P7/@P7/@ #--h&J -+ $. n%DJ//!/1 11  %'c"9RA+7S>EQa@^! +<bbb` Q=M=M >PNJH@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>4632#"&!` i&7Rj4FTE1%5NmjN7785-f=Y4> N 3"J*P7/@R51>f4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5u9RA+7S>'j/WfJ@GM 93#\<QK =K >ZXa^XfZfVULI85-,"9 +>&/&5?37&#'54.'&#&#'76?>76&/&'?3%27!"'5>3!2 +I{W!77'Py  "N qI=8&@P?; I* %% #--h&J -+ $. n%DJ//!/1 11  %'c" ')%ETj@g! +J <bbb`  R=M=M >HFOLFTHT@>&"(!$* +76&#&7$726?>32#"&#"3272#"&'.'&#"#"&54>!"=>3!2!` i&7Rj4FTE1%5NmjN7785-f=Y4> N 3"J*S %%f4(,  K 0F^s6$6C9b^o99B#`r*$! 4* $5 ')}+*6C@@#<ZQM =K >$%345$#3 +654+"5?30%#"3267!''76;2674632#"&bRo'L/^f<=%P7/@R51>?11Z/ ;t 2`9RA+7S> +j%@&b`Q=M>Y@ ($"+4632#"&>.'&76723272"547P7/@R51>  $"& )X+ m9RA+7S>&+%( , LhT"F5ZRs7j)*6FT@Q#<Z   UQM =K >97A>7F9F$%3453#3 +674+"'?30%#"3267!''76;2674632#"&!"'47>3!2cQo'L0^g;>%O8/?R51='*?11Z/ ;t 2`9RA+7S>,-fj;5@/b` UQ=M>Y@874320('&%  +!"547>3!24632#"&>.'&76723272"547%')P7/?Q61=  %"% )X+ m+.9RA+7S>&+%( , LhT"F5ZRs7j})+*9N@K#/<Z QM =K >-+41+9-9345$#3 +654+"5?30%#"3267!''76;267!"'5>3!2bRo'L/^f<=% %%?11Z/ ;t 2 ')'R/@ )KPX@'b`R==>@'b`R=M>YY@,+('&$  +!"505>3!2>.'&76723272"547/ %%  $"& )X+ m ')/&+%( , LhT"F5ZRs7j}X+*5N@K#<320.-9ZeM =K >+++5+5345$#3 +654+"5?30%#"3267!''76;267&''67bRo'L/^f<=%+o:u9d)H?11Z/ ;t 2b%\PTX%XX *z@$<9KPX@%b`e==>@%b`e=M>Y@'&#"!  +&''67>.'&76723272"547+o:u9d(H  $"& )X+ m{b%\PTX%X&+%( , LhT"F5ZRs7j7+V`?@91T5)' N<^XW :K PX@%  dK = K  =>K PX@%  dK = K  =>KPX@%  dK = K  =>KPX@%  dK = K  =>KPX@%  dK = K  =>@%  dK = K  =>YYYYY@\ZSPMJ63;34<$ +%0#"&'732&#'76;276?6?654#&'?!6!+";2&#'76;2746#"7567?B-#VHj5$N @5!)(=9Hb1@7%V4FO?6w?}'_`#! n #+);%!=Vsw#Vb[@X60 D <bb  b`= M= >\ZPNGFCB%#'$*$'! +632#"476#"#"&54764/&7632>32>32 3272"5476'&#"#"&5476 % %(>B#{JP= 2"J+s R}*. 1NJ)X+ mG (#{JP= 3"J*sR 1-Djylw 5*l7O'+(sjO"F5ZRs9h3$ylw 5*l7+jVbM@91T5)' NK PX@(  UK = K  =>KPX@(  UK = K  =>KPX@(  UK = K  =>KPX@(  UK = K  =>@(  UK = K  =>YYYYY@a_[YSPMJ63;34<$ +%0#"&'732&#'76;276?6?654#&'?!6!+";2&#'76;27464632#"&?B-#VHj5$N @5!)(=9Hb1@7%V4FO?6P7/@P7/@}'_`#! n #+);%!=V-9RA+7R= _@ 3-  A @4b  b`U M= >Y@YWMKDC@?%#'$*#$" +4632#"&6#"#"&54764/&7632>32>32 3272"5476'&#"#"&5476P7/@P7/@~B#{JP= 2"J+s R}*. 1NJ)X+ mG (#{JP= 3"J*s9RA+7R=>jylw 5*l7O'+(sjO"F5ZRs9h3$ylw 5*l7+-VbG@91T5)' NK PX@' QK = K  =>KPX@' QK = K  =>KPX@' QK = K  =>KPX@' QK = K  =>@' QK = K  =>YYYYY@a_[YSPMJ63;34<$ +%0#"&'732&#'76;276?6?654#&'?!6!+";2&#'76;27464632#"&?B-#VHj5$N @5!)(=9Hb1@7%V4FO?6NP7/@P7/@}'_`#! n #+);%!=VL9RA+7S> _U@R3-  A <b  b`Q M= >YWMKDC@?%#'$*#$" +4632#"&6#"#"&54764/&7632>32>32 3272"5476'&#"#"&5476P7/@P7/@B#{JP= 2"J+s R}*. 1NJ)X+ mG (#{JP= 3"J*s9RA+7S>jylw 5*l7O'+(sjO"F5ZRs9h3$ylw 5*ld=I0@60K PX@&bUK = =>KPX@&bUK = =>KPX@&bUK = =>KPX@&bUK = =>@&bUK = =>YYYYY@ $+:#*9'+&/&/7336&/&'?37#"'&#"&#'76?>74632#"&-l;Pf'@P?> [F" =/J?6P7/@R61=`s/3/111 #)L8l",+'//!/;9RA+9P?7C@ $2@2b```  U=>Y@ B@%%$*$ +6'&#"#"&54764/&7632> 3272"564632#"&G (%FP> 3"J+t R}*- /NJ)X+ m@O8/?R51=3$}hw 5*l7O'+(wO"F5ZRs89RA+7R=-=I*@60K PX@%bQK = =>KPX@%bQK = =>KPX@%bQK = =>KPX@%bQK = =>@%bQK = =>YYYYY@ $+:#*9'+&/&/7336&/&'?37#"'&#"&#'76?>74632#"&-l;Pf'@P?> [F" =/J?6%P7/@P7/@`s/3/111 #)L8l",+'//!/Z9RA+9Q@7CK@H$2<b```  R=>B@%%$*$ +6'&#"#"&54764/&7632> 3272"564632#"&G (%FP> 3"J+t R}*- /NJ)X+ mP7/@P8/?3$}hw 5*l7O'+(wO"F5ZRs8c9RA+7S>%-=L:@60BK PX@&bQK = =>KPX@&bQK = =>KPX@&bQK = =>KPX@&bQK = =>@&bQK = =>YYYYY@@>GD>L@L:#*9' +&/&/7336&/&'?37#"'&#"&#'76?>7!"'5>3!2-l;Pf'@P?> [F" =/J?6 %%`s/3/111 #)L8l",+'//!/ '))7FU@R$2< <b```  R=>:8A>8F:F%$*$ +6'&#"#"&54764/&7632> 3272"56!"=>3!2G (%FP> 3"J+t R}*- /NJ)X+ m" %%3$}hw 5*l7O'+(wO"F5ZRs8 ')P-=H0@60K PX@$beK = =>KPX@$beK = =>KPX@$beK = =>KPX@$beK = =>@$beK = =>YYYYY@>>>H>H:#*9'+&/&/7336&/&'?37#"'&#"&#'76?>7&''67-l;Pf'@P?> [F" =/J?6<+n9u9d)H`s/3/111 #)L8l",+'//!/b%\PTX%X\7BU@R$2<@?=;:9b``` e=>888B8B%$*$ +6'&#"#"&54764/&7632> 3272"56&''67G (%FP> 3"J+t R}*- /NJ)X+ m+o9u:d)H3$}hw 5*l7O'+(wO"F5ZRs8b%\PTX%X/ /9@7!*)<10 :K PX@0bU U M=M >K PX@0bU U M=M >KPX@0bU U M=M >KPX@0bU U M=M >KPX@0bU U M=M >@0bU U M=M >YYYYY@ 53-+'&$"//  +"32654&"546$32267#"'&"'632#"=67ɍwwx6G#3!1N+L?N41Tv?I5[0\,/D<3/:@1"ei-$#6E@'( 10@3d  bU UM=M>Y@%$CA:942.-+)$6%6&(%$ +32>5#"4>32#".267#"'&"'63262#"47 3+Fh3Fk7HۃdL#TL1#3!1N+L?N41Tv?H6   bX}7p; ^Z`ìl=in>5PfVm/C;3/9?1 +&/q %4GK%PX@9BA <8:@9BA <8 :YK PX@1  I  U  U M=M >K PX@1  I  U  U M=M >KPX@1  I  U  U M=M >KPX@1  I  U  U M=M >KPX@1  I  U  U M=M >K%PX@1  I  U  U M=M >@2  U U  U M=M >YYYYYY@"65'&EC?><:5G6G/-&4'4 %%$$$"+4632#"&%4632#"&"32654&"546$32267#"'&"'632A-!-B-!,EB-!-B-#+wwx6G#3!1N+L?N41Tv?I5)C-!)C+#)C-!)C+\,/D<3/:@1)#6>F@' (10@0    UU UM=M>Y@%$FEBA>=:942.-+)$6%6&(%$ +32>5#"4>32#".267#"'&"'632$462"$462" 3+Fh3Fk7HۃdL#TL1#3!1N+L?N41Tv?H6BZAAZ/AZBBZbX}7p; ^Z`ìl=in>5PfVm/C;3/9?1ZBBZBBZBBZB/! ,525-:K PX@%d UM=M>K PX@%d UM=M>KPX@%d UM=M>KPX@%d UM=M>KPX@%d UM=M>@%d UM=M>YYYYY@31'$,,  +"32654&"546$32!"547>3!2'"/ɍwwx6G')*\,+.qr##3CC@@:<ddVM=M>&$CA=<.+$3&3&(%$ +32>5#"4>32#".!"547>3!2"/7632 3+Fh3Fk7HۃdL#TL1J'*A0AbX}7p; ^Z`ìl=in>5PfV+-   $)/* ,634.-:K PX@%d UM=M>K PX@%d UM=M>KPX@%d UM=M>KPX@%d UM=M>KPX@%d UM=M>@%d UM=M>YYYYY@20'$,,  +"32654&"546$32!"547>3!2'"=67ɍwwx6G')v[0\,+.zei#'#3B=@:ddVM=M>&$@>75.+$3&3&(%$ +32>5#"4>32#".!"547>3!2632#"47 3+Fh3Fk7HۃdL#TL1J'*h   bX}7p; ^Z`ìl=in>5PfV+- +&D5?z@/<=76:K1PX@$dUM =K >@*dZUN =K >Y@ %334)D3"" +3 #"6'#"&?2$32#"';2&#'767326'"=67g+653-C@  5}TqR3 JۉB)L):G;8v?/+^ '1L^Z'HP\--//)+sw#!R 3B@ !@-b=M=M=K>Y@ '#C&.#! +4#"727>'6?632'"'&#"&47>632#"67`@98\--;$I?2qVdTV61 7J RD bH^ $ %)1)HN0 ;2@Xk+a+Z^8*9! 1 1> 1-D}5A|@ /@-Z  UUN =K >Y@ @>$334)D3"" +3 #"6'#"&?2$32#"';2&#'7673264632#"&g+653-C@  5}TqR3 JۉB)L):G;8VO8/?R51=/+^ '1L^Z'HP\--//)9RB+9P@! 3?@ !K#PX@*M =M=M=K>@(UM=M=K>YY@ $$C&.#! +4#"727>'6?632'"'&#"&47>4632#"&`@98\--;$I?2qVdTV61 7J RD bHqO8/?R51=1)HN0 ;2@Xk+a+Z^8*9! 1 1>9RA+7R=D} :FK%PX@ &<@ &@2Z  UUM =K =>Y@EC?=3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$324632#"&_^VNgc {'{LZ?u PTH+:Nj # > #VP8/?R51>@oHX%i/+//Z+1Dg9RB+9P@1=q@(b`UM=>Y@ $&$+$$#+>32#"'.#"#"&54>7>/&76324632#"&!D\=B?/8! P6  'D) o%Rс,#P7/?O8/?HF-3N%%-& #0BN'39RA+7R=D; :FK%PX@ &<@ &@1ZU QM =K =>Y@EC?=3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$324632#"&_^VNgc {'{LZ?u PTH+:Nj # > #V!O8/?O8/?@oHX%i/+//Z+1Dm9RA+9Q@}1=:@7<b`QM=>$&$+$$#+>32#"'.#"#"&54>7>/&76324632#"&!D\=B?/8! P6  'D) o%Rс,#|P7/@P7/@HF-3N%%-& #0BN'3j9RA+7S>\- :FVK%PX@ &<@ &@:Z   UU QM =K =>Y@IGQNGVIVEC?=3D333*""+6&#"326%7'"'.#;2&#'7673276&+"?6$324632#"&!"'47>3!2_^VNfb {'{LZ@t PTH+9Nj # = #V P7/@P7/@/'*@oHX%i/+//Z+1Dm9RA+9Q@+- 1=MK@H<b`  UQM=>@>HE>M@M$&$+$$# +>32#"'.#"#"&54>7>/&76324632#"&!"547>3!2!D\=B?/8! P6  'D) o%Rс,#|P7/@P7/@')HF-3N%%-& #0BN'3j9RA+7S>+-D%; :IK%PX@ &? <@ &? @2ZU  QM =K =>Y@=;DA;I=I3D333*"" +6&#"326%7'"'.#;2&#'7673276&+"?6$32!"'5>3!2_^VNgc {'{LZ?u PTH+:Nj # > #V %%@oHX%i/+//Z+1D '))j}1@E@B6<b`RM=>42;82@4@$+$$# +>32#"'.#"#"&54>764/&7632!"=>3!2D]=A?/8! P5  'D(o%Rс,# %&HF-3N%%-& #0BN'3 ')}+7p@ @'UM= = =M>Y@ $$(%!,$+#"#"&#"#673276&'$>32%4632#"& R\hJDd`%#s8 Od-CP.mP7/?O8/? )s^X=cX \ \% 49RB+9P@ 6SK PX@'bM =M=M>K PX@'bM =M=M>KPX@'bM =M=M>KPX@'bM =M=M>KPX@'bM =M=M>K#PX@'bM =M=M>@%bUM=M>YYYYYY@ *#$')$"+4632#"&&'&#"#"&546323274'.54>32DO8/?P7/?>5%A!fk켵;M5T1pes7hzP`9RA+7R=-< hsP|wkb-@&QM= = =M>Y@ $$(%!,$+#"#"&#"#673276&'$>324632#"& R\hJDd`%#s8 Od-CP.mP7/@P7/@ )s^X=cX \ \% 49RA+7S> 6K PX@$bQM=M>K PX@$bQM=M>KPX@$bQM=M>KPX@$bQM=M>KPX@$bQM=M>@$bQM=M>YYYYY@ *#$')$"+4632#"&&'&#"#"&546323274'.54>32/P7/@R51>S5%A!fk켵;M5T1pes7hzP`9RA+7S>-< hsP|wkb-K1PX@+bUM= =M>@/bUM= = =M>YY@ %(%!,% +462"#"#"&#"#673276&'$>32'"=67EgHHg R\iJDd`%#s8 Pd.DP.m*w?gGGgG )s^X=cX \ \% 4sw#b EK PX@4bb=M=M=M>K PX@4bb=M=M=M>KPX@4bb=M=M=M>KPX@4bb=M=M=M>KPX@4bb=M=M=M>K!PX@4bb=M=M=M>@2bbU=M=M>YYYYYY@ *#$'*'#$" +4632#"&%632#"67&'&#"#"&546323274'.54>32\H2*9H1+9 % %)5%A!fk켵;M5T1pes7hzP`3J:(3H8 1--< hsP|wkb-K1PX@, bUM= =M>@0 bUM= = =M>YY@,,A?;9,6,6(%!,$ +#"#"&#"#673276&'$>32'&'7674632#"& R\hJDd`%#s8 Od-CP.m;s/jRsuo}c>*$2?)%1 )s^X=cX \ \% 4Zi)3FL-)Lw2I9'2G7 A]@ K PX@-bbUM=M>KPX@-bbUM=M>KPX@-bbUM=M>KPX@-bbUM=M>@-bbUM=M>YYYYY@@>42/-)' $" +4632#"&#&'767&'&#"#"&546323274'.54>32VH2*9I0+9bf-o8s=X+r5%A!fk켵;M5T1pes7hzP`n3J:'3I8j%ZRN^%{-< hsP|wkb-@.  UQM= = =M>Y@ B@$$$(%!,$ +#"#"&#"#673276&'$>324632#"&4632#"& R\iIDd`%#s8 Pe-CP-mP7/@P8/?%O8/?R51= )s^X=cX \ \% 49RA+7S>#9RB+7R> BK PX@.bQM =M=M>K PX@.bQM =M=M>KPX@.bQM =M=M>KPX@.bQM =M=M>KPX@.bQM =M=M>K#PX@.bQM =M=M>@,bUQM=M>YYYYYY@ *#$')$$$" +4632#"&4632#"&&'&#"#"&546323254'.54>32`P7/@P7/@P7/?Q61=R4%B!ek컵<M5U1pes8hzP`9RA+7R=9RA+7S>-< hsP|wkb-@>:8.+'$!55 +!2>4?.+";2&#'7673276&+"'67%4632#"&@ GR1Tk5/+93N 3m$6hVF1L;(EP7/@P8/?+  w7%1)/+//Z-#8v /9RB+9P@h-9KPX@'bUM=M>KPX@'bUM=M>@%bUUM>YY@ $%#$$! +%#"5476?>7>3#32672'"7&4632#"&} 1w ,:!){X%$hP7/@P7/@ !f<' \ L ;%7)&t<9SB+9P?hb5AL@I10 "<43 :QM =K >@>:8.+'$!55 +!2>4?.+";2&#'7673276&+"'674632#"&@ GR1Tk5/+93N 3m$6hVF1L;(EP8/?R51>+  w7%1)/+//Z-#8v /9RA+7S>h-9KPX@&bQM=M>KPX@&bQM=M>@$bUQM>YY@ $%#$$! +%#"5476?>7>3#32672'"7&4632#"&} 1w ,:!){X%$hP7/@P7/@ !f<' \ L ;%7)&t<^9RA+7S>#hb5DU@R10 ":<43 : QM =K >86?<6D8D.+'$!55 +!2>4?.+";2&#'7673276&+"'67!"=>3!2@ GR1Tk5/+93N 3m$6hVF1L;(E %%+  w7%1)/+//Z-#8v / ')fh-<2KPX@'b QM=M>@%bU QM>YY@0.74.<0<#$$! +%#"5476?>7>3#32672'"7&!"'5>3!2} 1w ,:!){X%$ho %% !f<' \ L ;%7)&t<{()dhb5@U@R10 "<43 :>=;989eM =K >666@6@.+'$!55 +!2>4?.+";2&#'7673276&+"'67&''67@ GR1Tk5/+93N 3m$6hVF1L;(ED+n9u9d)H+  w7%1)/+//Z-#8v /fb%\PTX%XdP-8653109KPX@%beM=M>KPX@%beM=M>@#beUM>YY@...8.8#$$! +7#"5476?>7>3#32672'"54&''67} 2v -9!){Y%#h+n9u9d)H !f<' \ L ;%7)&tK PX@#   QK =M>KPX@#   QK =M>KPX@#   QK =M>KPX@#   QK =M>@#   QK =M>YYYYY@TSPOLKHG(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7462"$462"e Ood8dͅLT we O qm8RKVYA!?^@@^1@^@@^ ?11Zuh>!Np7D ?11Z8Nt8=^zL[AA[AA[AA[A7?GJ@G1/<b`  Q==N>GFCB%()%$$$ +326777327#"&54765&'"&547654#"&'>32462"$462"=V+?)?w{%N#dLF;ZcX+D#hQqsAZBBZ/BZBBZPADͲ9!P 'fV?%93VAFXX7!V%mOd7_??_??_??_?u+DW]@0*H I RQ K PX@* U  QK =M>KPX@* U  QK =M>KPX@* U  QK =M>KPX@* U  QK =M>@* U  QK =M>YYYYY@FEUSONLJEWFW(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7267#"'&"'632e Ood8dͅLT we O qm8RKVYA!w#3!1N+L?N31Tv?I5 ?11Zuh>!Np7D ?11Z8Nt8=^zL/D<3/9@17Jd@a1/; < ED <b`  U Q==N>98HFBA?=8J9J%()%$$$ +326777327#"&54765&'"&547654#"&'>32267#"'&"'632=V+?)?w{%N#dLF;ZcX+D#hQq#3 2N+K?O32Tw?H6PADͲ9!P 'fV?%93VAFXX7!V%mOd7/D;3/9@1du+DO@0*K PX@   eK =M>KPX@   eK =M>KPX@   eK =M>KPX@   eK =M>@   eK =M>YYYYY@EEEOEO(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7&''67e Ood8dͅLT we O qm8RKVYA!X+o:u9d)H ?11Zuh>!Np7D ?11Z8Nt8=^zL\b%\PTX%XB7BO@L1/<@?=;:9b`e==N>888B8B%()%$$$ +326777327#"&54765&'"&547654#"&'>32&''67=V+?)?w{%N#dLF;ZcX+D#hQq +o9u9d)HPADͲ9!P 'fV?%93VAFXX7!V%mOd7}b$\PTX$Yu,DXb@SR 0*K PX@3 b U  UK =M>KPX@3 b U  UK =M>KPX@3 b U  UK =M>KPX@3 b U  UK =M>@3 b U  UK =M>YYYYY@FE^\VTPNLJEXFX(33:'3#3+654+"'?307#"#".547654+"'?3%#"32>7267#"'&#"'632'"=67e Ood8dͅLT we O qm8RKVYA!?#3 2N-JB%'32TuDE6\0 ?11Zuh>!Np7D ?11Z8Nt8=^zL)=5-+39-:ei7JZ@; < ED 1/@C d  bb`  U U==N>Y@98WUNLHFBA?=8J9J%()%$$$+326777327#"&54765&'"&547654#"&'>32267#"'&"'632632#"747=V+?)?w{%N#dLF;ZcX+D#hQq5#3!1N+L?N31Tw?H5   PADͲ9!P 'fV?%93VAFXX7!V%mOd7/C;3/9?1f +uq [k@ GA%K PX@,   UU K  = M>KPX@,   UU K  = M>KPX@,   UU K  = M>KPX@,   UU K  = M>K%PX@,   UU K  = M>K,PX@1   UIU K  = M>@2   UUU K  = M>YYYYYYY@^\fc\k^kVTLIFC:'335$$$"+4632#"&%4632#"&654+"'?37#"#".547654+"'?3%#"32>7!"547>3!2bN5'3M4'5eK6'3L5'3Te Ood8dͅLT we O qm8RKVYA!L')/P3'/P321N4$/P3 ?11Zuh>!Np7D ?11Z8Nt8=^zL,-7GOW^@[1/<b`    U U==N>:8WVSRONKJB?8G:G%()%$$$+326777327#"&54765&'"&547654#"&'>32!"'47>3!2$462"$462"=V+?)?w{%N#dLF;ZcX+D#hQq'*AZBBZ/BZAAZPADͲ9!P 'fV?%93VAFXX7!V%mOd7X+-^??^@@^??^@o1DY@6 ?> ! +<5 :K PX@' U   U K =>K PX@' U   U K =>KPX@' U   U K =>KPX@' U   U K =>KPX@' U   U K =>@' U   U K =>YYYYY@"32B@<;972D3D%$  11 +"?307""&'.#"'?3%"7654&267#"'&"'632%NP;/ -%# 2I L TGu !40#3 1N+K?O31Tw?H611-VXJ.11% '?9./D<3/:@1U !4r@&/.<%:K PX@'bUM ==>K PX@'bUM ==>KPX@'bUM ==>KPX@'bUM ==>KPX@'bUM ==>KPX@'bUM ==>@%bUU=>YYYYYY@#"20,+)'"4#4&#%) +674&54632"'&#"&'>32267#"'&"'6325&G/g!-JX?& XyVD/ #3!1N+L?N31Tw?H5 L\3(;H%1:+6!&hXdh/C;3/9?1+1=@ ! +K PX@  Q K =>KPX@  Q K =>KPX@  Q K =>KPX@  Q K =>@  Q K =>YYYYY@<:64%$  11 +"?307""&'.#"'?3%"7654&4632#"&%NP;/ -%# 2I L TGu !4P7/@R61=11-VXJ.11% '?9.9RA+7S>U!-K PX@bQ=>KPX@bQ=>KPX@bQ=>KPX@bQ=>@bQ=>YYYYY$%&#%)+674&54632"'&#"&'>324632#"&5&G/g!-JX?& XyVD/ P7/@P8/? L\3(;H%1:+6!&hXdh99RA+7S>mT]@A* 4<]U :K PX@  d K = >K PX@  d K = >KPX@  d K = >KPX@  d K = >KPX@  d K = >@  d K = >YYYYY@[YLJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&'"'%`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -#7017h/-6+''%T /15)95%11+As27N]#^3C@:2.-K PX@.bb`==N>KPX@.bb`==N>KPX@.bb`==N>KPX@.bb`==N>K(PX@.bb`==N>@+ddb`=N>YYYYYY@ $+##&-" +>326654&54632"'&#""'&"&#"/7632XyVD->Q.6'&F/g8F13 ` !1=5)?'T%# ?UhXdh]nJ+}*H"\3(;&yx%12s9:+6! #)/mT^@A* 4<\VU :K PX@  d K = >K PX@  d K = >KPX@  d K = >KPX@  d K = >KPX@  d K = >@  d K = >YYYYY@ZXLJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&#"7567`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -w?017h/-6+''%T /15)95%11+As27N]sw#T3B`@ 2.-K PX@.bb`==M>KPX@.bb`==M>KPX@.bb`==M>KPX@.bb`==M>@.bb`==M>YYYYY@ '%##&-" +>326654&54632"'&#""'&"&632#"47XyVD->Q.6'&F/g8F13 ` !1=5)?'R % %)hXdh]nJ+}*H"\3(;&yx%12s9:+6! 1-m}T\d8@A* 4K PX@#    U K = >KPX@#    U K = >KPX@#    U K = >KPX@#    U K = >@#    U K = >YYYYY@$dc`_\[XWLJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&462"$462"`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -AZBBZ/BZBBZ017h/-6+''%T /15)95%11+As27N]^@@^??^@@^?3;C@ 2.-K PX@-b` M  ==M>KPX@-b` M  ==M>KPX@-b` M  ==M>KPX@-b` M  ==M>KPX@-b` M  ==M>@+b`  U=M>YYYYYY@CB?>##&-" +>326654&54632"'&#""'&"&462"$462"XyVD->Q.6'&F/g8F13 ` !1=5)?'AZBBZ/BZAAZhXdh]nJ+}*H"\3(;&yx%12s9:+6![AA[AA[AA[AmbT`(@A* 4K PX@!  U K = >KPX@!  U K = >KPX@!  U K = >KPX@!  U K = >@!  U K = >YYYYY@ _]YWLJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&4632#"&`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -P8/?R51>017h/-6+''%T /15)95%11+As27N]9RA+7R=3?@ 2.-K PX@+b`M ==M>KPX@+b`M ==M>KPX@+b`M ==M>KPX@+b`M ==M>K#PX@+b`M ==M>@)b`U=M>YYYYYY@ $&##&-" +>326654&54632"'&#""'&"&4632#"&XyVD->Q.6'&F/g8F13 ` !1=5)?'P7/@R51>hXdh]nJ+}*H"\3(;&yx%12s9:+6!9RA+7R=m+T`"@A* 4K PX@ Q K = >KPX@ Q K = >KPX@ Q K = >KPX@ Q K = >@ Q K = >YYYYY@ _]YWLJFC@=:8.,)&" TT +"&'&+"5?3%"7676/&+"&?3%"76&#"?37#"#"&'&4632#"&`-+J J?.gF  f oNP !'+ bNh1LR 97!9M9-` -P8/?P7/@017h/-6+''%T /15)95%11+As27N]9RA+7S>3?<@ 2.-K PX@(b`Q=M>KPX@(b`Q=M>KPX@(b`Q=M>KPX@(b`Q=M>@(b`Q=M>YYYYY@ $&##&-" +>326654&54632"'&#""'&"&4632#"&XyVD->Q.6'&F/g8F13 ` !1=5)?'P7/@R51>hXdh]nJ+}*H"\3(;&yx%12s9:+6!S9RA+7S>#ByamL@I$ Q8<  U K = K  >ljfd`^USPMJH3'#c)r+?2326233"7676#"?23263"32&#'76726'.32&#57672>7>'&#"&4632#"&'  J"J9u  uy!$Hpob V 7`13cB` VP7/@P8/?33$0fT33}!*FR136b/'13/-5#+9RB+9P@O Z@ WF4! : <9 ;K#PX@3b   bM =M= M >@1b   bUM= M >Y@TRQOLJ><8620.,(&%#$" +4632#"&&#"&'>327>32#"'&#"327#".'&/#"&543232767.P7/?R51= ;!QJ0   4H).LL,9T7'./r*K72UM& 'E5SWJ7Zb,d (o-:*9RA+7R=b&4+]  $ _78I4./J$(63^@5$% vg<^3<2d75Q0^#BoaiqR@O$ Q8<  U K = K  >qpmlihed`^USPMJH3'#c)r+?2326233"7676#"?23263"32&#'76726'.32&#57672>7>'&#"&$462"$462"'  J"J9u  uy!$Hpob V 7`13cB` l@^@@^@^??^33$0fT33}!*FR136b/'13/-5#+ZBBZBBZBBZBO^@[J8% > <= ;K PX@3b  bUM= M   >KPX@5b  bM =M= M   >@3b  bUM= M   >YY@XVUSPNB@<:6420,*%"+462"$462"&#"&'>327>32#"'&#"327#".'&/#"&543232767.BZAAZ/AZBBZ- ;!QJ0   4H).LL,9T7'./r*K72UM& 'E5SWJ7Zb,d (o-:*^ZBBZAAZBBZA&4+]  $ _78I4./J$(63^@5$% vg<^3<2d75Q0^y=ID@A"7<  UK =K >HFB@$3633&44 +%.+"&?37"6&#"?37#";2&#57673264632#"&'J!/-   N#T*5 )-: vO*<3L 5;6RP7/?R51=.R(313,31 /;/ //$9RB+9P@%e/;s)'@(bZU=M>Y@ $%&!#&*+654&54632#"&5432326?&/&"&'>324632#"&\X'&G/g~}Z`1ZG%s76R )?&XyV+37P7/@R51>iD&\3(;H+/fR\Tux+6!&hX?Ez9RA+7R=Dq(3C@@10.,+'&<d=M =N >)))3)38!!' +)"&7676'!"'673!6323!267&''67}Z5P@)LB&J5T);f h8PR=s/qNh}dT+JE@  F ^c+7BD5+D}^+.9KPX@76421&% <KPX@76421&% <KPX@76421&% <@76421&% KPX@:bb`b  =M=N>KPX@4bbb  =M=N>@:bb`b  =M=N>YYY@///9/9"%!+"#" +327#"'&#".'6767&#"&#"'>3232&''67b))T3P:MHuwMZ)BH }=kPXl8/uAD+9+o:u9d(H+=-//7q#Fv\A)`/ b%\PTX%XDD(48@5'&<Q=M =N >$'8!!' +)"&7676'!"'673!6323!2674632#"&}Z5P@)LB&J5T);f h8PRP7/@P7/@T+JE@  F {9RA+7S>w.:KPX@&% <:KPX@&% <:KPX@&% <:@&% <:YYYKPX@5bbb  RM=N>KPX@;bb`b  RM=N>KPX@5bbb  RM=N>@;bb`b  RM=N>YYY@ 97#"%!+"#" +327#"'&#".'6767&#"&#"'>32324632#"&b))T3P9NHuwNZ)BG }=kPX l7/uBD+P7/@P7/@+=-//7q#Fv\A)`/ 9RA+7S>D)D(7C@@'&-<Q=M =N >+)2/)7+78!!' +)"&7676'!"'673!6323!267!"=>3!2}Z5P@)LB&J5T);f h8PR %&T+JE@  F  ')w).=KPX@&% 3 <:KPX@&% 3 <:KPX@&% 3 <:@&% 3 <:YYYKPX@6bbb  RM=N>KPX@<bb`b  RM=N>KPX@6bbb  RM=N>@<bb`b  RM=N>YYY@1/85/=1="%!+"#" +327#"'&#".'6767&#"&#"'>3232!"=>3!2b))T3P9NHuwNZ)BG }=kPX l7/uBD+ %%+=-//7q#Fv\A)`/  ')%:IZ@W? <bb``  R==>=;DA;I=I+'%' +76&#&7$72>32 3272"5476'&#"#"&54>!"=>3!2!` iʓOI)X+ mH )%FN; 3"J*E $%f4(,  K՗mO"F5ZRs9h3$}ht 4* $5 ')-5=K PX@)b  UM=M>KPX@+b M =M=M>KPX@+b M =M=M>KPX@)b  UM=M>@'b  UUM>YYYY@=<98#$$! +%#"5476?>7>3#32672'"7&462"$462"} 1w ,:!){X%$hF?^@@^1@^??^ !f<' \ L ;%7)&t<ZBBZBBZBBZBB3CS@ 2.-K PX@6b``  U  M ==>KPX@6b``  U  M ==>KPX@6b``  U  M ==>KPX@6b``  U  M ==>@6b``  U  M ==>YYYYY@54PNHF=;4C5C##&-" +>326654&54632"'&#""'&"&"3267654&>32#"&54XyVD->Q.6'&F/g8F13 ` !1=5)?'%+H+'+E,{H?R {J?PhXdh]nJ+}*H"\3(;&yx%12s9:+6![?+#1@)%/jFdN<FdM<%e3/?OR@O)'<bZ  U M ==M>10LJDB970?1?&!#&* +654&54632#"&5432326?&/&"&'>32"3267654&>32#"&54\X'&G/g~}Z`1ZG%s76R )?&XyV+3+G+&+F-{H?R {J?PiD&\3(;H+/fR\Tux+6!&hX?E@+#1?)%/kFdN;FdN;u` 0N@@ ?1N +*@/b  U  UM=M>Y@MKCA(#$'#$'#% +>54&#"32647'#"&54326?2327#"&32767654'&#"'632"'$5+uf-\b>}#=8p.aV3qNF95'-5 N+!DDM%J=Z X5jj+?Po;!N/oM? %#3##?7+1P57 d6BKPX@2Z` XUM=N>KPX@3b` XUM=N>K(PX@4b` `UM=N>@2b` `UUN>YYY@A?;920(&" 66 +22676>767#7>767>32#".'&#"#"&5464632#"&+/F1'7% H)L;8 )N3hmL=179Y+`^?s;sFP7/?Q61=##N%N!%/9RA+9P?)=JK*PX@3  %<@3  % KPX@Bb  `M= M  = M  = M>KPX@Ab  `M= M  = M  = M >K*PX@Bb  `M= M  = M  = M>@?b  `M= M = M  = M>YYYY@HGEDCA@>8720*'$! JJ +%2>54.#"'654&#" ;2&#'76732766$32#"&#"#6?;\2! :zX/wQ?5XbPqN7՚}D{r#! %  VUH?XlL)EH)>N  B//Zp51}HVNtD8D<@9,&<VQ= >CA=;64+( +!&0&#'76?>'!"&#'76?676724632#"&< J5-LP -/B},+JlA':!O8/?O8/?N9mrl%$%//%#X)//lB?#9RA+7S>u 0<D@A+*$$$'#$'#% +>54&#"32647'#"&54326?2327#"&4632#"&$5+uf-\b>}#=8p.aV3qNF9P8/?R51>J=Z X5jj+?Po;!N/oM?9RA+7S>8S@ ,&@,b`U V= >Y@PNKIBA<;64+( +!&0&#'76?>'!"&#'76?676727#67654"#"54632< J5-LP -/B},+JlA':!5F50/s)-lNP?N9mrl%$%//%#X)//lB?#EZ5/ /+PB'CuB 0P`@]J1 +*NLHF'$'#$'#% +>54&#"32647'#"&54326?2327#"&#6767654#"#"=>32$5+uf-\b>}#=8p.aV3qNF9 FL>D +/ )+q;B9J=Z X5jj+?Po;!N/oM?38=@JP#% % / #N@'8CMU@RKA@><;,&99IG9C9C64+( +!&0&#'76?>'!"&#'76?67672&''67%#"'567< J5-LP -/B},+JlA':!=s/qNh}dT,N9mrl%$%//%#X)//lB?#m^c+7BD5+D}~\_ 0;K@98643 +*@2d  bb  =M=M>Y@11HF?=1;1;$'#$'#% +>54&#"32647'#"&54326?2327#"&&''67%632#"547$5+uf-\b>}#=8p.aV3qNF9+n9u9d)Hw  J=Z X5jj+?Po;!N/oM?b%\PTX%X (8CSW@TJ>A@<;,&<d ddV= >99SQML9C9C64+( +!&0&#'76?>'!"&#'76?67672&''67%"/7632< J5-LP -/B},+JlA':!=s/qNh}d4;,;N9mrl%$%//%#X)//lB?#m^c+7BD5+D}c   !&u 0;K@B98643+*@2  dbb  =M=M>Y@11KIED1;1;$'#$'#% +>54&#"32647'#"&54326?2327#"&&''67%"/763$5+uf-\b>}#=8p.aV3qNF9+n9u9d)H$;,;J=Z X5jj+?Po;!N/oM?b%\PTX%X   !&8C^@>A@<;,&@4 b``  U V= >Y@99[YVTMLGF9C9C64+( +!&0&#'76?>'!"&#'76?67672&''67#67654&#"54632< J5-LP -/B},+JlA':!=s/qNh}dF60/s)-mMP@N9mrl%$%//%#X)//lB?#m^c+7BD5+D}FEZ5/ /+PB'C 0;[u@rU< 98643+*11YWSQJHA@1;1;$'#$'#% +>54&#"32647'#"&54326?2327#"&&''67%#6767654#"#"=>32$5+uf-\b>}#=8p.aV3qNF9+n9u9d)H FL>D +/ )+q;B9J=Z X5jj+?Po;!N/oM?b%\PTX%Xw38=@JP#% % 0 #M?'/JUv@s SRPNM >8& <:   bU  U V= >KKKUKUHF=:0.%"  +267#"'&"'62!& &#'76?>'!"&#'76?67672&''67&9#7V/TEW86\EP:< J5-LP -/B},+JlA':! =t0qMh}d,A81-7=<11LJFECA54&#"32647'#"&54326?2327#"&&''6?267#"'.'62$5+uf-\b>}#=8p.aV3qNF9+n9u9d)H#3!1N+L?N31Tw?H5J=Z X5jj+?Po;!N/oM?b%\PTX%X/C;309?1o8DOP@MMLJHG,&< dVQ= >EEEOEOCA=;64+( +!&0&#'76?>'!"&#'76?676724632#"&&''67o; J 6-LP -/B}-+JlB'9!P7/@P7/@9=t0qMh}dN9mrl%$%//%#X)//lB?#9RA+7S>^c+7BD5+D}u) 0<GY@VEDB@? +*===G=G$$$'#$'#% +>54&#"32647'#"&54326?2327#"&4632#"&&''67$5+uf-\b>}#=8p.aV3qNF9P8/?R51>+o:u9d)HJ=Z X5jj+?Po;!N/oM?9RA+7S>\b%\PTX%X(8GQ\@YO ,&99MK9G9GECA@=;64+( +!&0&#'76?>'!"&#'76?67672#"&=33267''"=67< J5-LP -/B},+JlA':!hm@lVR[0N9mrl%$%//%#X)//lB?#khq`9>=:eiu 0BQZ@W:91 +*OMFE%&$'#$'#% +>54&#"32647'#"&54326?2327#"&3267#"&547%62#"47$5+uf-\b>}#=8p.aV3qNF9`RP;+\hwk   J=Z X5jj+?Po;!N/oM? DU`Xk  ,&8GPX@U,&99NL9G9GECA@=;64+( +!&0&#'76?>'!"&#'76?67672#"&=33267%'"/< J5-LP -/B},+JlA':!hm@lVR*N9mrl%$%//%#X)//lB?#khq`9>=:ru 0BR[@XI:91 +*RPLK%&$'#$'#% +>54&#"32647'#"&54326?2327#"&3267#"&547%"/7672$5+uf-\b>}#=8p.aV3qNF9`RP;+\hw@0BJ=Z X5jj+?Po;!N/oM? DU`Xk    $)8ah@e^,&<  b `  UU V= >999a9aXVSQJIDCA@=;64+( +!&0&#'76?>'!"&#'76?67672#"&=367654"#"54632>7< J5-LP -/B},+JlA':!hm@]L,/r)-mMP@T@ItN9mrl%$%//%#X)//lB?#khq`5=P5/ /+PB'D <<4u 0Bbp@m\C :91 +*`^ZXQOHG%&$'#$'#% +>54&#"32647'#"&54326?2327#"&3267#"&547%#6767654#"#"=>32$5+uf-\b>}#=8p.aV3qNF9`RP;+\hw FL>D +/ )+p8& <:    bU  U  UV= >KKKYKYWUSROMHF=:0.%"  +267#"'&"'62!& &#'76?>'!"&#'76?67672#"&=33267&9#6V/SEW86\EO;< J5-LP -/B},+JlA':!hm@lVR,A81-7=:uf 0BUv@sG PO :91 +*DCSQMLJHCUDU%&$'#$'#%+>54&#"32647'#"&54326?2327#"&3267#"&547%267#"'.'632$5+uf-\b>}#=8p.aV3qNF9`RP;+\hw#3 2N+K?O32Tw?H6J=Z X5jj+?Po;!N/oM? DU`Xk /C;309?1o8DSW@T,&<  d  U VQ= >EEESESQOMLIGCA=;64+( +!&0&#'76?>'!"&#'76?676724632#"&#"&=33267< J5-LP -/B},+JlA':!O8/?O8/?;hm?mVRN9mrl%$%//%#X)//lB?#9RA+7S>hq`9>=:u/ 0<NW@T+*JHCA$$$'#$'#% +>54&#"32647'#"&54326?2327#"&4632#"&3267#"&547$5+uf-\b>}#=8p.aV3qNF9P8/?R51>`RP;+\hxJ=Z X5jj+?Po;!N/oM?9RA+7S>b DU`Xj /+@Lt@q &!/*>=7 <Zb ZU QL == L  >KIEC@@4%&$"473 +3'7673267674&+"?!#!"326746;#"&7654'#!2674632#"&3;8 ,3 R J!&)!)-Z-N/RF,P7/@R51>-)1 #/<[CNmQVi&Wy×9RA+7S>+f@$bQM=M>Y@ $#&#+!+4"$73272%"&54>364632#"&O[; @lܗ b; ݤL}P7/?O8/?H3!9gPPw#ʜZîpl9RA+7S>/@[@ O  &!/*>=7 @P b  `Zb Z UUL == L >Y@XVSQJIDC@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267#67654"#"546323;8 ,3 R J!&)!)-Z-N/RF,F60/s)-lNP@-)1 #/<[CNmQVi&Wy×EZ5/ /+PB'CB?@ 9 @6b`bM=M=M>Y@ $''&#+! +4"$73272%"&54>36#6767654#"#"=>32O[; @lܗ b; ݤLN FL>D +/ )+q;B9H3!9gPPw#ʜZîpA38=@JP#% % / #N@'/X@S@E NM  &!/*>=7 BAQOKJHFASBS@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267267#"'&"'6323;8 ,3 R J!&)!)-Z-N/RF, #3!1N+K?O31Tw?H5-)1 #/<[CNmQVi&Wy×/D;3/9?2B 2@$-,<#:KPX@0b UM =M=M>KPX@0b UM =M=M>@.bU UM=M>YY@! 0.*)'% 2!2&#+! +4"$73272%"&54>36267#"'&"'632O[; @lܗ b; ݤL3#3 2N+K?O32Tw?H6H3!9gPPw#ʜZîp /C;3/9?1/W@KU@S IHFDC  &!/*>=7 AAQOAKAK@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267&''67%#"=673;8 ,3 R J!&)!)-Z-N/RF,g=s/qMh~dT,-)1 #/<[CNmQVi&Wy×q^c+7BD5+D}z\_~<@:-5420/KPX@/bb= =M=M>@/dbb =M=M>YY@ '"&#+!+4"$73272%"&54>36632#"'&''67367O[; @lܗ b; ݤLK   ;9u9d)HfH3!9gPPw#ʜZîp' (4W%\PTX%X36/@K[@RF IHDC  &!/*>=7 < d d  dZb ZUL == L  >AA[YUTAKAK@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267&''67%"/7633;8 ,3 R J!&)!)-Z-N/RF,g=s/qMh~d;,;-)1 #/<[CNmQVi&Wy×q^c+7BD5+D}    &*:@1('%#"KPX@0bb= =M=M>@0dbb =M=M>YY@ :843 * *&#+! +4"$73272%"&54>36&''6?"/762O[; @lܗ b; ݤL+o9u9d)H;,<H3!9gPPw#ʜZîpb%\PTX%X   !&/@Kf@'F IHDC  &!/*>=7 @X b `  `Zb Z  UUL == L >Y@AAca^\UTONAKAK@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!267&''67#67654"#"546323;8 ,3 R J!&)!)-Z-N/RF,g=s/qMh~d!F5//r)-mNP?-)1 #/<[CNmQVi&Wy×q^c+7BD5+D}@EZ5/ /+PB&D*J@D+('%#"@;bbb  U  =M=M>Y@ HFB@970/ * *&#+! +4"$73272%"&54>36&''67%#6767654#"#"=>32O[; @lܗ b; ݤL+o9u9d)H FL>D +/ )+p@SbZ b ZUU  UL = = L >Y@,TTT^T^SSNKGE@>8620.+'&#   +267"'&"'62'7673267674&+"?!#!"326746;#"&7654'#!267&''67D&9#6V/TEW86\EO;!;8 ,3 R J!&)!)-Z-N/RF,=s/qMh~d,A91-7@4b  U U  =M=M>Y@,+ ;95420+=,= * *&#+! +4"$73272%"&54>36&''6?267#"'&"'632O[; @lܗ b; ݤL+o9u9d)H#3!1N+L?N31Tw?H5H3!9gPPw#ʜZîpb%\PTX%X/C;3/9?1/s@LW@UTRPO  &!/*>=7 <  dZb ZU QL == L  >MMMWMWKIEC@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!2674632#"&&''673;8 ,3 R J!&)!)-Z-N/RF,P7/@R51>=s/qNh}d-)1 #/<[CNmQVi&Wy×9RA+7S>^c+7BD5+D}++6@431/.@*bQ =M=M>Y@,,,6,6$#&#+! +4"$73272%"&54>364632#"&&''67O[; @lܗ b; ݤL}P7/?O8/?+n9u9d)HH3!9gPPw#ʜZîpl9RA+7S>^b%\PTX%XL%@vK PX@-bX  UK =K >@.b`  UK =K >Y@ =;'CC +%&#"&47>7674&'.7327#67654"#"54632+ ;[ fd uN :Z fd uK'F50/s)-lNP?;!9 6 5 9y57#; 4 7 9yEZ5/ /+PB'CB=S@P7 <b`b``M==>$''%$ +3272"547674/&67632#6767654#"#"=>32S])X+ m\%R  щ*v FL>D +/ )+p$%CC+%&#"&47>7674&'.73274632#"&+ ;[ fd uN :Z fd uKP7/@R51>;!9 6 5 9y57#; 4 7 9y9RA+7S> %1@0b``UQ=>Y@ $%%% +462"3272"547674/&676324632#"&FfHHf_])X+ m\%R  щ*[P7/@R51>^gGGgGyT"F5ZRs:gN') +9RA+7S>/D (K PX@QM=M>K PX@QM=M>KPX@QM=M>KPX@QM=M>KPX@QM=M>@QM=M>YYYYY@'%!   +"32654&"546$324632#"&ɍwwx6GP7/@P7/@\,9RA+7S>##/'@$QM=M>$'&(%$+32>5#"4>32#".4632#"& 3+Fh3Fk7HۃdL#TL1P7/@P7/@bX}7p; ^Z`ìl=in>5PfV9RA+7S>/ 7_K PX@-bXUM=M >K PX@.b`UM=M >KPX@.b`UM=M >KPX@.b`UM=M >KPX@.b`UM=M >@.b`UM=M >YYYYY@42/-&%   +"32654&"546$32#67654"#"54632ɍwwx6GF60/s(-lNP@\,EZ5/ /+PB'C#B#CB@?=$<b`M=M=M>$''&(%$+32>5#"4>32#".#6767654#"#"=>32 3+Fh3Fk7HۃdL#TL1 FL=D +/ )+q5PfV38=@JP#% % / #N@'/ '1-@/%$" <)(:K PX@"ddM=M>K PX@"ddM=M>KPX@"ddM=M>KPX@"ddM=M>KPX@"ddM=M>@"ddM=M>YYYYY@-+''  +"32654&"546$32&''67%#"=67ɍwwx6G^=s/qNh}dvS,\,^c+7BD5+D}o[_~#.>z@ ,+)'&@(db =M=M>Y@$$;920$.$.&(%$+32>5#"4>32#".&''67%632#"547 3+Fh3Fk7HۃdL#TL1+o9u:d)HG   bX}7p; ^Z`ìl=in>5PfVb%\PTX%X (/ '7H@."%$ K PX@'d ddM=M>KPX@'d ddM=M>KPX@'d ddM=M>KPX@'d ddM=M>@'d ddM=M>YYYYY@7510''  +"32654&"546$32&''67%"/7632ɍwwx6G^=s/qNh}d@;,;\,^c+7BD5+D}   !&##.>I@F5,+)'&<db =M=M>$$><87$.$.&(%$+32>5#"4>32#".&''67%"/7632 3+Fh3Fk7HۃdL#TL1+o9u:d)H;,;bX}7p; ^Z`ìl=in>5PfVb%\PTX%X   !&/(7B@ =@?;:K PX@6 b``U M=M >KPX@6 b``U M=M >KPX@6 b``U M=M >KPX@6 b``U M=M >@6 b``U M=M >YYYYY@88*)8B8B20)7*7#!((#' +#67674"#"'4632"32654&"546$32&''67F5//s)-mNP?wwx6GI=s/qMh}d3EZ5/ /+PB&D\,^c+7BD5+D}#.NY@VH/,+)'&<bbU  =M=M>$$LJFD=;43$.$.&(%$ +32>5#"4>32#".&''67%#6767654#"#"=>32 3+Fh3Fk7HۃdL#TL1+o9u:d)H FL=C +/ )+q;B9bX}7p; ^Z`ìl=in>5PfVb%\PTX%Xu38=@JP#% % / #M?'/- /:@ 87532<:K PX@0 ZU U M=M >K PX@1 bU U M=M >KPX@1 bU U M=M >KPX@1 bU U M=M >KPX@1 bU U M=M >@1 bU U M=M >YYYYY@$00"!0:0:*(!/"/    +267"'&"'62"32654&"546$32&''67&:#6V/TEV86\EP:wwx6Gj=s/qMh~d,A91-70/$$?=9864/A0A$.$.&(%$ +32>5#"4>32#".&''6?267#"'.'62 3+Fh3Fk7HۃdL#TL1+o9u:d)H#3!1N+L?O31Tv?H6bX}7p; ^Z`ìl=in>5PfVb%\PTX%X/C;309?1/s (32@ 10.,+K PX@$ dQM=M>KPX@$ dQM=M>KPX@$ dQM=M>KPX@$ dQM=M>@$ dQM=M>YYYYY@)))3)3'%!  +"32654&"546$324632#"&&''67ɍwwx6GP7/@P7/@=s/qMh~d\,9RA+7S>^c+7BD5+D}#-#/:=@:87532<Q =M=M>000:0:$'&(%$+32>5#"4>32#".4632#"&&''67 3+Fh3Fk7HۃdL#TL1P7/@P7/@+n9u9d)HbX}7p; ^Z`ìl=in>5PfV9RA+7S>`b%\PTX%XT 4>Q@<6-<5:K PX@)ddbM=M>K PX@)ddbM=M>KPX@)ddbM=M>KPX@)ddbM=M>KPX@)ddbM=M>@)ddbM=M>YYYYY@:8&$44  +"32654&"546$3232>54'&54632'"=67{捿v8hV%6=q?4DK !XB7w?\+)+ '# -6!9XB2R< `ssw#T7Fi-K PX@1b`b=M=M>KPX@1b`b=M=M>KPX@1b`b=M=M>KPX@1b`b=M=M>@1b`b=M=M>YYYYY@ '&,*!'%$+32>5#"4>3232654&'.54632#".632#"47 3+Jr8\3NX%'N#$C8BK-V9DTL1 % %(bX}7s;t^Ǭl5/3#9L9.?5+^y8PhV# 1-T 4=M@ -<=5:K PX@)ddbM=M>K PX@)ddbM=M>KPX@)ddbM=M>KPX@)ddbM=M>KPX@)ddbM=M>@)ddbM=M>YYYYY@;9&$44  +"32654&"546$3232>54'&54632#"'%{捿v8hV%6=q?4DK !XB7#7\+)+ '# -6!9XB2R< `s#^7G@ >-K PX@1b`b=M=M>KPX@1b`b=M=M>KPX@1b`b=M=M>KPX@1b`b=M=M>K(PX@1b`b=M=M>@,dddbM=M>YYYYYY@ $,,*!'%$+32>5#"4>3232654&'.54632#".#"/7632 3+Jr8\3NX%'N#$C8BK-V9DTL1T%# ?UbX}7s;t^Ǭl5/3#9L9.?5+^y8PhV- #)/T 4Oĵ-K PX@=b``b  U M=M >KPX@=b``b  U M=M >KPX@=b``b  U M=M >KPX@=b``b  U M=M >@=b``b  U M=M >YYYYY@LJGE>=87&$44  +"32654&"546$3232>54'&54632#67654"#"54632{捿v8hV%6=q?4DK !XB7F5//r)-mNP?\+)+ '# -6!9XB2R< `sEZ5/ /+PB'C=7W@ Q8-K PX@=b``b M =M=M>KPX@=b``b M =M=M>KPX@=b``b M =M=M>KPX@=b``b M =M=M>@=b``b M =M=M>YYYYY@ US'',*!'%$ +32>5#"4>3232654&'.54632#".#6767654#"#"=>32 3+Jr8\3NX%'N#$C8BK-V9DTL1 FL>D +/ )+q;B9bX}7s;t^Ǭl5/3#9L9.?5+^y8PhV38=@JP#% % 0 #M?'Tx 4J@9 DC-<8 :K PX@8  bb  U U M=M >K PX@8  bb  U U M=M >KPX@8  bb  U U M=M >KPX@8  bb  U U M=M >KPX@8  bb  U U M=M >@8  bb  U U M=M >YYYYY@"65HFA@<:5J6J&$44  +"32654&"546$3232>54'&54632267#".'&"'>32{捿v8hV%6=q?4DK !XB7/,G}*9G.,%X:9@0\+)+ '# -6!9XB2R< `s3K83@rtF67L@< GF-<; :K PX@8bb U M =M=M>K PX@8bb U M =M=M>KPX@8bb U M =M=M>KPX@8bb U M =M=M>KPX@8bb U M =M=M>K1PX@8bb U M =M=M>@6bb  U UM=M>YYYYYY@98JIDC?=8L9L,*!'%$ +32>5#"4>3232654&'.54632#".267".'&"'>2 3+Jr8\3NX%'N#$C8BK-V9DTL1/,G|*9F.,%XrA/bX}7s;t^Ǭl5/3#9L9.?5+^y8PhVm3K83@rtF6T' 4@U-K PX@+dbQM=M >KPX@+dbQM=M >KPX@+dbQM=M >KPX@+dbQM=M >@+dbQM=M >YYYYY@?=97&$44  +"32654&"546$3232>54'&546324632#"&{捿v8hV%6=q?4DK !XB7P7/@P7/@\+)+ '# -6!9XB2R< `s9RA+7S>7C9-K PX@)dbQM=M>KPX@)dbQM=M>KPX@)dbQM=M>KPX@)dbQM=M>@)dbQM=M>YYYYY@ $',*!'%$+32>5#"4>3232654&'.54632#".4632#"& 3+Jr8\3NX%'N#$C8BK-V9DTL1 P7/?Q61=bX}7s;t^Ǭl5/3#9L9.?5+^y8PhV9RA+7S>u+DP@ 0*K PX@! QK =M>KPX@! QK =M>KPX@! QK =M>KPX@! QK =M>@! QK =M>YYYYY@OMIG(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>74632#"&e Ood8dͅLT we O qm8RKVYA!P8/?R51> ?11Zuh>!Np7D ?11Z8Nt8=^zL9RA+7S>7CD@A1/<b`Q==N>$%%()%$$$ +326777327#"&54765&'"&547654#"&'>324632#"&=V+?)?w{%N#dLF;ZcX+D#hQqP8/?P7/@PADͲ9!P 'fV?%93VAFXX7!V%mOd79RA+7S>uD_u@ 0*K PX@1 b  ` UK =M>KPX@1 b  ` UK =M>KPX@1 b  ` UK =M>KPX@1 b  ` UK =M>@1 b  ` UK =M>YYYYY@\ZWUNMHG(33:'3#3 +654+"'?307#"#".547654+"'?3%#"32>7#67654"#"54632e Ood8dͅLT we O qm8RKVYA!\F5//r)-mNP? ?11Zuh>!Np7D ?11Z8Nt8=^zLEZ5/ /+PB'C?7W_@\Q8 1/<  b`b` M ===N>USOM'%()%$$$ +326777327#"&54765&'"&547654#"&'>32#6767654#"#"=>32=V+?)?w{%N#dLF;ZcX+D#hQq^ FL=D +/ )+q;B9PADͲ9!P 'fV?%93VAFXX7!V%mOd738=@JP#% % 0 #M?'VYc;@a[ 8.K PX@$ d  dM =M >KPX@$ d  dM =M >KPX@$ d  dM =M >KPX@$ d  dM =M >@$ d  dM =M >YYYYY@_]RNKI?930&$ YY +".547654+"'4>573%+"32>76754+"54>573232>54.54632%"#"'"=67LT y379N":5Dm5VgTTAI389NWEH%+%H=?DD XTv?!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[sw#T>M@ $#! K PX@*b`===N>KPX@*b`===N>KPX@*b`===N>KPX@*b`===N>K.PX@*b`===N>@0b`==N=N>YYYYYY@ '((,%-"+463267#"&547"&54765'>3232767276'4'&632#"67L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3L $ %)+!3H;^z^V#%TL>'#/FR=abX'JBPz)+3{T1P3PN7s 1-VYb:@b 8.K PX@$ d  dM =M >KPX@$ d  dM =M >KPX@$ d  dM =M >KPX@$ d  dM =M >@$ d  dM =M >YYYYY@`^RNKI?930&$ YY +".547654+"'4>573%+"32>76754+"54>573232>54.54632%"#"'"'%LT y379N":5Dm5VgTTAI389NWEH%+%H=?DD XT'#7!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[#`>N@E$#! K PX@*b`===N>KPX@*b`===N>KPX@*b`===N>KPX@*b`===N>K#PX@*b`===N>K.PX@%ddd==N>@+ddd=M=N>YYYYYYY@ $.(,%-"+463267#"&547"&54765'>3232767276'4'&#"/7632L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3LT%# ?U+!3H;^z^V#%TL>'#/FR=abX'JBPz)+3{T1P3PN7 #)/VYt@ 8.K PX@8  b `  `  UM =M >KPX@8  b `  `  UM =M >KPX@8  b `  `  UM =M >KPX@8  b `  `  UM =M >@8  b `  `  UM =M >YYYYY@ qoljcb]\RNKI?930&$ YY +".547654+"'4>573%+"32>76754+"54>573232>54.54632%"#"#67674"#"'4632LT y379N":5Dm5VgTTAI389NWEH%+%H=?DD XTF5//s)-mNP?!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[EZ5/ /+PB'CD>^@X?$#! K PX@6b`` M ===N>KPX@6b`` M ===N>KPX@6b`` M ===N>KPX@6b`` M ===N>K.PX@6b`` M ===N>@<b`` M ==M=N>YYYYYY@ \Z''(,%-" +463267#"&547"&54765'>3232767276'4'&'#6767654#"#"=>32L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3LT EL=D +/ )+q'#/FR=abX'JBPz)+3{T1P3PN738=@JP#% % / #N@'%jmYl@^ gf 8.<] :K PX@3  b U  UM =M >K PX@3  b U  UM =M >KPX@3  b U  UM =M >KPX@3  b U  UM =M >KPX@3  b U  UM =M >@3  b U  UM =M >YYYYY@$[Zjhdca_Zl[lRNKI?930&$ YY +".547654+"54>573%+"32>76754+"54>573232>54.54632%"#"267#"'.'62LT y389N#96Dm6VfTTBH379NWFH%+%H=?DD YS?#3!1N+L?N31Tw?H5!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[/D;3/:?1>S@C NM$#! K PX@1b U M ===N>KPX@1b U M ===N>KPX@1b U M ===N>KPX@1b U M ===N>K.PX@1b U M ===N>K1PX@7b U M ==M=N>@5b  U U=M=N>YYYYYYY@@?QPKJFD?S@S(,%-" +463267#"&547"&54765'>3232767276'4'&'267".'&"'>2L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3L/,G|*9F.,%XrA/+!3H;^z^V#%TL>'#/FR=abX'JBPz)+3{T1P3PN73K83@rtF6%jNYe@@ 8.K PX@&d QM =M >KPX@&d QM =M >KPX@&d QM =M >KPX@&d QM =M >@&d QM =M >YYYYY@db^\RNKI?930&$ YY +".547654+"54>573%+"32>76754+"54>573232>54.54632%"#"4632#"&LT y389N#96Dm6VfTTBH379NWFH%+%H=?DD YSP7/@R51>!Nn4M7!RsC{Hb=\xNbb7  #5:H;RB Ӱ[9RA+7S>>JG@ $#! K PX@"dQ==N>KPX@"dQ==N>KPX@"dQ==N>KPX@"dQ==N>K.PX@"dQ==N>@(dQ=M=N>YYYYYY@ $)(,%-"+463267#"&547"&54765'>3232767276'4'&4632#"&L1BA\=ZwF= jSZ!=Z9GL3!X)-FDyF3LcP7/?Q61=+!3H;^z^V#%TL>'#/FR=abX'JBPz)+3{T1P3PN79RA+7S>=FD@A"7 :  dK =K >DB$3633&44 +%.+"&?37"6&#"?37#";2&#5767326#"'%I!..   N"S)5 )-9!wP+;4L6;6j#7ד.R(313,31 /;/ //$!#%e`/?}@ 6)'@*ddbZ=M>Y@ $*&!#&*+654&54632#"&5432326?&/&"&'>32#"/7632\X'&G/g~}Z`1ZG%s76R )?&XyV+3T%# ?UiD&\3(;H+/fR\Tux+6!&hX?ES #)/+=IC@@"7< QK =K >HFB@$3633&44 +%.+"&?37"6&#"?37#";2&#57673264632#"&I!..   N"S)5 )-9!wP+;4L6;6O8/?P7/?.R(313,31 /;/ //$9RA+7S>%e/;=@:)'<bZU=M>$%&!#&*+654&54632#"&5432326?&/&"&'>324632#"&\X'&G/g~}Z`1ZG%s76R )?&XyV+3FO8/?P7/?iD&\3(;H+/fR\Tux+6!&hX?E9RA+9Q@=X@"7@1 b  ` UK =K >Y@USPNGFA@$3633&44 +%.+"&?37"6&#"?37#";2&#5767326#67654"#"54632I!..   N"S)5 )-9!wP+;4L6;6F5//r)-mNP?.R(313,31 /;/ //$EZ5/ /+PB'C%eB/OV@SI0)'<b`bZ M ==M>MK''&!#&* +654&54632#"&5432326?&/&"&'>32#6767654#"#"=>32\X'&G/g~}Z`1ZG%s76R )?&XyV+3b FL=D +/ *+q;B9iD&\3(;H+/fR\Tux+6!&hX?E38=@JP#% % / #N@'m=Pb@_B KJ "7?>NLHGEC>P?P$3633&44+%.+"&?37"6&#"?37#";2&#5767326267#"'.'62I!..   N"S)5 )-9!wP+;4L6;6Y#4 1N+K?O31Tw?H5.R(313,31 /;/ //$/D;3/:?1%e /B@4 =<)'<3 :KPX@3bZ U M ==M>@1bZ  U U=M>Y@10@>:9750B1B&!#&* +654&54632#"&5432326?&/&"&'>32267#"'&"'632\X'&G/g~}Z`1ZG%s76R )?&XyV+3'#3!1N+L?N41Tv?H6iD&\3(;H+/fR\Tux+6!&hX?E/C;3/9?10F@< K PX@6 b M =M =M=M>KPX@6 b M =M =M=M>KPX@6 b M =M =M=M>KPX@6 b M =M =M=M>@6 b M =M =M=M>YYYYY@21B@;:1F2F,*$"  +227727#"'"&54>54&#"32>72'>76#"5476얄 L')b@#DTXL{VͺI>`PE%IN:Z:9/19gA=RP   1m}%i`Ѿ{HqFo1oLP%B/ =L3# V+%;F0F@>  K PX@5  ZM =M =M=M>KPX@6  bM =M =M=M>KPX@6  bM =M =M=M>KPX@6  bM =M =M=M>@6  bM =M =M=M>YYYYY@21@?861F2F,*$"  +227727#"'"&54>54&#"32>72#".547>얄 L')b@#DTXL{VͺI>`PE%IN:Z:9Ra//bN U  1m}%i`Ѿ{HqFo1oLP%8V%'D %iA;[0FU@OJ Q< K PX@< M = M =M =M=M>KPX@< M = M =M =M=M>KPX@< M = M =M =M=M>KPX@< M = M =M =M=M>K*PX@< M = M =M =M=M>@9 M =  M =M =M=M>YYYYYY@"21TRNLB@;:1F2F,*$"  +227727#"'"&54>54&#"32>72'>76#"5476&=>32'"'얄 L')b@#DTXL{VͺI>`PE%IN:Z:9/19fB=SP 3#3   1m}%i`Ѿ{HqFo1oLP%B/ =L3# V+%;FR )%  0?VAK!PX@94 NH; <@94 NH; K PX@< M = M =M =M=M>KPX@< M = M =M =M=M>KPX@< M = M =M =M=M>KPX@< M = M =M =M=M>K!PX@< M = M =M =M=M>@9 M  = M=M =M=M>YYYYYY@"A@POGE@VAV><86,*$"  +227727#"'"&54>54&#"32>7&=>32'"'2#".547>얄 L')b@#DTXL{VͺI>`PE%IN:Z:93#3 Ra /1bO T  1m}%i`Ѿ{HqFo1oLP )%  d5 V%'C #jB9Z$CUK1PX@"! -D54( : <@"! -D54( : K PX@9bM  = M=N = M >KPX@9bM  = M=N = M >KPX@9bM  = M=N = M >KPX@9bM  = M=N = M >K*PX@9bM  = M=N = M >K1PX@=b =M = M=N = M >@Cb` =M = M=N = M >YYYYYYY@&&%QOIG=;9731,*%C&C$$  +2'>76#"5476%2#"&756227727#"'"&54>54&#"32>7/2:fB=SP ?   疄 L')b@#DTXL{VͺI>`PE%IN:Z:9B/ =L3# V+%;F : >)틅  1m}%i`Ѿ{HqFo1oLP0@U3K!PX@D M= <@D M= K PX@8  Z M =M =N=M>KPX@9  b M =M =N=M>KPX@9  b M =M =N=M>KPX@9  b M =M =N=M>K!PX@9  b M =M =N=M>@?  b ` M =M =N=M>YYYYYY@&BA21ONGEAUBU<:1@2@,*$"  +227727#"'"&54>54&#"32>72#"5762#".547>얄 L')b@#DTXL{VͺI>`PE%IN:Z:9! R\ //bN V  1m}%i`Ѿ{HqFo1oLP)# >) 7T%'C #hB;Zm'FX.@& 0G87+ = < ;:K PX@GbUUM= M= M  = M   >K PX@GbUUM= M= M  = M   >KPX@GbUUM= M= M  = M   >KPX@GbUUM= M= M  = M   >KPX@GbUUM= M= M  = M   >@GbUUM= M= M  = M   >YYYYY@*)(TRLJ@><:64/-(F)F#!''  +267#"&#"'>322'>76#"5476227727#"'"&54>54&#"32>7!5+F-%;3+'V=;{f/19fB=R P  L')b@#DTXL{VͺI>`PE%IN:Z:93Duu smwB/ =L3# V+%;FG  1m}%i`Ѿ{HqFo1oLPj0BY0@*5 =H Q  <<;4 :K PX@F Z  U U M =M=M=M>K PX@F Z  U U M =M=M=M>KPX@G b  U U M =M=M=M>KPX@G b  U U M =M=M=M>KPX@G b  U U M =M=M=M>@G b  U U M =M=M=M>YYYYY@*DC21SRKICYDYA?;9861B2B,*$"  +227727#"'"&54>54&#"32>7267#"&#"'>322#".547>얄 L')b@#DTXL{VͺI>`PE%IN:Z:9!5+F+';3+'V=;{VR`//bN T  1m}%i`Ѿ{HqFo1oLP3Cuu slv7 T%'F #kA;[8NP@MD,&<b UV= >:9JHCB9N:N64+( +!&0&#'76?>'!"&#'76?67672%2'>76#"5476< J5-LP -/B},+JlA':!F/17iA=RP N9mrl%$%//%#X)//lB?#B/ =L3# V+%< F8N@ F,&@&b UV= >Y@:9HG@>9N:N64+( +!&0&#'76?>'!"&#'76?67672%2#".547>< J5-LP -/B},+JlA':!BRa/0bN UN9mrl%$%//%#X)//lB?#8V%'D %iA;[8N]@WRYD,&K*PX@&I  U V= >@' U U V= >YY@:9\ZVTJHCB9N:N64+( +!&0&#'76?>'!"&#'76?67672%2'>76#"5476&=>32#"'< J5-LP -/B},+JlA':!/19fB=R P 3#3 N9mrl%$%//%#X)//lB?#B/ =L3# V+%;FR )% 8G^K!PX@A<VPC,&<@A<VPC,&@' U U V= >Y@IHXWOMH^I^FD@>64+( +!&0&#'76?>'!"&#'76?67672%&=>32'"'2#".547>< J5-LP -/B},+JlA':!4"3 R` /1bN TN9mrl%$%//%#X)//lB?#k )%  d5 V%'C #kA9Z8N] @R[ZD,&K*PX@) b  U V= >K1PX@- d b U V= >@3 d  b  ` U V= >YYY@"PO:9XVO]P]JHCB9N:N64+( +!&0&#'76?>'!"&#'76?67672%2'>76#"5476%2#"&756< J5-LP -/B},+JlA':!N/19fB=R P ?   N9mrl%$%//%#X)//lB?#B/ =L3# V+%;F 9 >)8H]K!PX@LUE,&<@LUE ,&K!PX@) b  U V= >@/  b`   U V= >YY@"JI:9WVOMI]J]DB9H:H64+( +!&0&#'76?>'!"&#'76?67672%2#"5762#".547>< J5-LP -/B},+JlA':!! R]//bO VN9mrl%$%//%#X)//lB?## >)8T%'D #iA;[8J`@}=EV ,&LK:9\ZUTK`L`IGCA@>9J:J64+( +!&0&#'76?>'!"&#'76?67672%267"&#"'>322'>76#"5476< J5-LP -/B},+JlA':!!5+F+';3+'V=;{f/19fB=R P N9mrl%$%//%#X)//lB?#3Duu slwA0 =L3" W+%;E8Ja@"=EP Y ,&@9 bU U V=M = >Y@&LK:9[ZSQKaLaIGCA@>9J:J64+( +!&0&#'76?>'!"&#'76?67672%267"&#"'>322#".547>< J5-LP -/B},+JlA':!1!5+F-%;3+'V=;{VR`//bN TN9mrl%$%//%#X)//lB?#3Duu slw7T%'E #jB;Z=SnK*PX@I <@I  K PX@;  bZ U M =M=N>KPX@;  bZ U M =M=N>KPX@<  bb U M =M=N>KPX@<  bb U M =M=N>K*PX@<  bb U M =M=N>K1PX@A  bb  I U M =M=N>@B  bb  U U M =M=N>YYYYYYY@?>OMHG>S?S<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"2'>76#"5476>7Z'˲!wѶ} R+X*)X V 9!^ i?_o/28hB=SP ;HwHyV%I7Z !VR9+'EZTV3\%3^JB/ =L3# V+%; F=SlK*PX@K <@K  K PX@:  ZZ U M =M=N>KPX@;  bZ U M =M=N>KPX@<  bb U M =M=N>KPX@<  bb U M =M=N>K*PX@<  bb U M =M=N>K1PX@A  bb  I U M =M=N>@B  bb  U U M =M=N>YYYYYYY@?>MLEC>S?S<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"2#".547>>7Z'˲!wѶ} R+X*)X V 9!^ i?_Ra/0bN U;HwHyV%I7Z !VR9+'EZTV3\%3^J8V%'D %iA;[=SbK*PX@\W ^I <@\W ^I  K PX@AZ U M = M =M=N>KPX@AZ U M = M =M=N>KPX@Bb U M = M =M=N>KPX@Bb U M = M =M=N>K%PX@Bb U M = M =M=N>K*PX@?b U M = M=M=N>K1PX@Db  I U M = M=M=N>@Eb  U U M = M=M=N>YYYYYYYY@?>a_[YOMHG>S?S<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"2'>76#"5476&=>32'"'>7Z'˲!wѶ} R+X*)X V 9!^ i?_/19fB=R P 3#3 ;HwHyV%I7Z !VR9+'EZTV3\%3^CA/ =L3# V+%;ER )% =LcK!PX@FA [UH <K*PX@FA [UH <@FA [UH  K PX@AZ U M  = M  =M=N>KPX@AZ U M  = M  =M=N>KPX@Bb U M  = M  =M=N>KPX@Bb U M  = M  =M=N>K!PX@Bb U M  = M  =M=N>K*PX@?b U M = M =M=N>K1PX@Db  I U M = M =M=N>@Eb  U U M = M =M=N>YYYYYYYY@NM]\TRMcNcKIEC<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"&=>32'"'2#".547>>7Z'˲!wѶ} R+X*)X V 9!^ i?_3#3 Ra /2bN U;HwHyV%I7Z !VR9+'EZTV3\%3^ )% d5 V%'C #jB9Z=SbK*PX@W `_I <@W `_I    bZ U M =M=N>K PX@>  bZ U M =M=N>KPX@>  bZ U M =M=N>KPX@?  bb U M =M=N>KPX@?  bb U M =M=N>K%PX@?  bb U M =M=N>K*PX@C  bb U= M =M=N>K1PX@H  bb  I U= M =M=N>@O  b `b  U U= M =M=N>YYYYYYYY@!UT?>][TbUbOMHG>S?S<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"2'>76#"5476%2#"&756>7Z'˲!wѶ} R+X*)X V 9!^ i?_/19fB=R P ?   ;HwHyV%I7Z !VR9+'EZTV3\%3^CA/ =L3# V+%;E : >)=MbKPX@Q ZJ <KPX@Q ZJ<KPX@Q ZJ <K*PX@Q ZJ<@Q ZJ K PX@=  ZZ U M  =M=N>K PX@>  bZ U M  =M=N>KPX@>  bZ U M  =M=N>KPX@D  b  `Z U M  =M=N>KPX@?  bb U M  =M=N>KPX@?  bb U M  =M=N>KPX@?  bb U M  =M=N>K*PX@E  b  `b U M  =M=N>K1PX@J  b  `b  I U M  =M=N>@K  b  `b  U U M  =M=N>YYYYYYYYYY@!ON?>\[TRNbObIH>M?M<:98$!"&,#$+%327#"&54767&747>32#"'&'"363632#".#&#"2"?62#".547>>7Z'˲!wѶ} R+X*)X V 9!^ i?_*! R]0/bN W;HwHyV%I7Z !VR9+'EZTV3\%3^L# >) 7T%'C #hB;Zd\@V@L   &!/*>=7 <Z  bb Z  UUL == L  >BARPKJAVBV@@4%&$"473+3'7673267674&+"?!#!"326746;#"&7654'#!2672'>76#"5476;8 ,3 R J!&)!)-Z-N/RF,p/2:fB=SP -)1 #/<[CNmQVi&Wy×B/ =L3# V+%<Fd@V@N  &!/*>= @JZ  bb Z  UUL == L  >Y@BAPOHFAVBV@@4%&$"47$+3'7673267654&+"?!#!"326746;#"&76'4'#!2672#".547> ;7 ,2R I!')!),Z-N/RF-Ra//bN U-)1 #/<[CNmQVi&Wy×8V%'D %iA;[@VeD@%_Z aL  &!/*>=7 K*PX@J Zb Z  I    UUL == L >@K Zb Z  U   UUL == L >YY@BAdb^\RPKJAVBV@@4%&$"473+!'7673267654&+"?!#!"326746;#"&7654'#!2672'>76#"5476&=>32'"'{;8 ,2Q J!')!)-Z-N/RF-T/2:fB=SP 3#3 -)1 #/<[CNmQVi&Wy×B/ =L3# V+%;FR )%  @OfK!PX@(ID X ^K  &!/*>= <@(ID X ^K  &!/*>= @K Zb Z  U   UUL == L >Y@QP`_WUPfQfNLHF@@4%&$"47$+!'7673267654&+"?!#!"326746;#"&7654'#!267&=>32'"'2#".547> ;7 ,2R I!&)!)-Z-N/RF-3#3 Ra /2bN U-)1 #/<[CNmQVi&Wy×m )%  d5 V%'C #jB9Z@VeK1PX@$Z cbL  &!/*>= <@$Z cbL &!/*>= K%PX@M Z  bb Z   UUL == L >K1PX@Q d Z  bb Z  UUL == L >@W d Z  b`b Z  UUL == L >YYY@#XWBA`^WeXeRPKJAVBV@@4%&$"47$+!'7673267654&+"?!#!"326746;#"&7654'#!2672'>76#"5476%2#"&756q;7 ,2R J!')!)-Z-N/RF-q/19gA=RP ?  -)1 #/<[CNmQVi&Wy×A/ =L3# V+%;E : >) @PewK!PX@#T ]M  &!/*>= <@#T ]M &!/*>= K!PX@M Z  bb Z   UUL == L >@S Z  b  `b Z   UUL == L >YY@#RQBA_^WUQeReLJAPBP@@4%&$"473+!'7673267654&+"?!#!"326746;#"&7654'#!2672#"?62#".547>;8 ,3 R I!&)!)-Z-N0RF-! R] /0bN W-)1 #/<[CNmQVi&Wy×# >)8T%'D #iA;[{,BR@O8<# 9beM=M>.-><76-B.B,+ " +632'4654'"'674"767>7632'>76#"547675DJoz  5u= -/19fB=R P ``5Jv-AdZ'7L5d_F3  I A/ =L3# V+%;E{,B@:<# 9K PX@$ZeM=M>@%beM=M>Y@.-<;42-B.B,+ " +632'4654'"'674"767>7632#".547>75DJoz  5u= -nRa//bO T``5Jv-AdZ'7L5d_F3  I 8V%'D %iA;[,BQ@KFM8<# 9K%PX@+eM =M =M >@(eM =M=M >Y@.-PNJH><76-B.B,+ " +632'4654'"'674"767>7632'>76#"7476&=>32'"'75DJoz  5u= -/2:fB=SP 3#3 ``5Jv-AdZ'7L5d_F3  I A/ =L3# V+%;ER )%  ,;RK!PX@50JD7<# 9@50JD7<# 9YK!PX@+eM =M =M >@(eM =M=M >Y@=<LKCA763&=>32'"'2#".547>75DJoz  5u= -4"3 R` /1bN T``5Jv-AdZ'7L5d_F3  I  )% d5 V%'C "jB9Z,BQ@FON8<# 9K%PX@(beM  =M >K1PX@,be =M =M >@2b`e =M =M >YY@DC.-LJCQDQ><76-B.B,+ " +632'4654'"'674"767>7632'>76#"5476%2#"&75675DJoz  5u= -3/19gA=RP ?   ``5Jv-AdZ'7L5d_F3  I A/ =L3# V+%;E : >),<QKPX@@I9<# 9KPX@@I9<# 9KPX@@I9<# 9@@I9<# 9YYYK PX@'ZeM  =M >K PX@(beM  =M >K PX@'ZeM  =M >KPX@(beM  =M >KPX@.b`eM  =M >KPX@(beM  =M >@.b`eM  =M >YYYYYY@>=.-KJCA=Q>Q87-<.<,+ " +632'4654'"'674"767>7632"5762#".547>75DJoz  5u= -p! R\ //bN V``5Jv-AdZ'7L5d_F3  I " =)7T%'C "hB;Zm,>T@}19J <8;0:# 9 beU U M =M >@?.-PNIH?T@T=;7542->.>,+ " +632'4654'"'674"767>763267#"&#"'>322'>76#"547675DJoz  5u= -!5+F-%;3+'V=;{f/19gA=RP ``5Jv-AdZ'7L5d_F3  I g3Duu smwB/ =L3# V+%;Fj,>V@)19EC N <8;0:# 9K PX@5 ZeU U M =M >@6 beU U M =M >Y@#@?.-POHF?V@V=;7542->.>,+ " +632'4654'"'674"767>763267#"&#"'>322#".547>75DJoz  5u= -!5+F-%;3+'U>;{VRa//bO T``5Jv-AdZ'7L5d_F3  I e3Cuu slv7T%'F #kA;[Wmo@lOIc:#<bUS K  = K  >YXigbaXmYmWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476cOoc G=:XXdJ=: d PqH>/2:fB=SP ?11Z B//)1  B//)1 ?11ZcB/ =L3# V+%<FWm@OIe:#@8bUS K  = K  >Y@#YXgf_]XmYmWVTRNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!2#".547>bP obG=:XXdJ=: d PqH>Ra/0bN U?11Z B//)1  B//)1 ?11Zc8V%'D %iA;[Wm| @vqOIxc:#K%PX@8IUS K  = K  >@9UUS K  = K  >YY@'YX{yusigbaXmYmWVTRNKHE?<96303#53#3+674+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476&=>32'"'cOobG=:XXdJ=: d PqH>/2:fB=SP 3#3 ?11Z B//)1  B//)1 ?11ZcA/ =L3# V+%;EQ )%  Wg~K!PX@a\ZOpIvc:#<@a\ZOpIvc:#@9UUS K  = K  >Y@'ihxwomh~i~fd`^WVTRNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!&505>32'"'2#".547>7bP obH=:XXdJ =: d PqH>53#3 Ra /2bN U?11Z B//)1  B//)1 ?11Zc} )%  d5 V%'C #jB9ZWm|c@qOIzyc:#K%PX@;bUS K  = L  >K1PX@?dbUS K  = L  >@Edb`US K  = L  >YYY@+onYXwun|o|igbaXmYmWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476%2#"&756cOoc G=:XXdJ=: d PqH>/2:fB=SP ?  ?11Z B//)1  B//)1 ?11ZcA/ =L3# V+%;E : >)Wg|7K!PX@kOItd/:#<@kOItd/:#K!PX@;bUS K  = L  >@Ab`US K  = L  >YY@+ihYXvunlh|i|caXgYgWVTQNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"'?3%#"!2#"?62#".547>/bPobH=:XXeI=9 d OqH=! R] /0bN W?11Z B//)1  B//)1 ?11Zc# >)8T%'D #iA;[Wi@\dOIut:#kjYX{yjkhfb`_]XiYiWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!267"&#"'>322'>76"5476cOoc G=:XXdJ=: d PqH>!5+F+';3+'V=;{f/19fB=RP ?11Z B//)1  B//)1 ?11Zc3Duu slwA0 =L3# W+%<FWi@'\dOIpny:#@KbUUSM= K  = K  >Y@/kjYX{zsqjkhfb`_]XiYiWVTRNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!267"&#"'>322#".547>bP obG=:XXdJ=: d PqH>!5+F-}';3+'V=;{VR`//bN T?11Z B//)1  B//)1 ?11Zc3Duu slw7T%'E #jB;Z5W@ +*K PX@$bM==M>KPX@$bM==M>KPX@$bM==M>KPX@$bM==M>K1PX@$bM==M>@"bU=M>YYYYYY@! 1/ 5!5'$$ +327#"'47674#"767>7632'>76"54765r49H x  ou= -"/2:fB=SP s3Nm.3I B/ =L3# W+%<F5@ -K PX@+ZbM==M>KPX@,bbM==M>KPX@,bbM==M>KPX@,bbM==M>K1PX@,bbM==M>@*bbU=M>YYYYYY@! /.'% 5!5'$$ +327#"'47674#"767>7632#".547>5r49H x  ou= -OR`//bN Ts3Nm.3I 7V$'C %iB;Z75D@>9@+K PX@2bM =M = =M>KPX@2bM =M = =M>KPX@2bM =M = =M>KPX@2bM =M = =M>K%PX@2bM =M = =M>@/bM =M= =M>YYYYYY@! CA=;1/*) 5!5'$$ +327#"'47674#"767>7632'>76#"5476&=>32'"'5r49H x  ou= -N/19gA=RP 3#3 s3Nm.3I A/ =L3# V+%;ER )%  3.EK!PX@(#=7*<@(#=7*K PX@2bM =M = =M>KPX@2bM =M = =M>KPX@2bM =M = =M>KPX@2bM =M = =M>K!PX@2bM =M = =M>@/bM =M= =M>YYYYYY@0/?>64/E0E-+'%'$$ +327#"'47674#"767>763&=>32'"'2#".547>5r49H x  ou= -Q4#3 R` /1bN Ts3Nm.3I  )% d5 V%'C #jB9ZV5D@9BA+K PX@/bbM  = =M>KPX@/bbM  = =M>KPX@/bbM  = =M>KPX@/bbM  = =M>K%PX@/bbM  = =M>K1PX@3bb =M = =M>@9b`b =M = =M>YYYYYYY@76! ?=6D7D1/*) 5!5'$$ +327#"'47674#"767>7632'>76#"5476%2#"&7565r49H x  ou= -R/19gA=RP ?   s3Nm.3I A/ =L3# V+%;E : >)q/D|KPX@3<,<KPX@3<,<KPX@3<,<@3<,K PX@.ZbM  = =M>K PX@/bbM  = =M>KPX@/bbM  = =M>KPX@5b`bM  = =M>KPX@/bbM  = =M>KPX@/bbM  = =M>KPX@/bbM  = =M>@5b`bM  = =M>YYYYYYYY@10! >=640D1D+* /!/'$$ +327#"'47674#"767>7632"5762#".547>5r49H x  ou= -! R\ //bN Vs3Nm.3I  # >) 7T%'C #hB;Zj1G@$,= <+;#:K PX@=  bbU U M = =M>K PX@=  bbU U M = =M>KPX@=  bbU U M = =M>KPX@=  bbU U M = =M>KPX@=  bbU U M = =M>@=  bbU U M = =M>YYYYY@!32! CA<;2G3G0.*('% 1!1'$$ +327#"'47674#"767>763267#"&#"'>322'>76#"54765r49H x  ou= -!5+F-%;4+'V>;{f/19gA=RP s3Nm.3I e3Cuu slvB/ =L3# V+%;Fj1I@"$,86 A <+;#:K PX@<  ZbU U M = =M>K PX@<  ZbU U M = =M>KPX@=  bbU U M = =M>KPX@=  bbU U M = =M>KPX@=  bbU U M = =M>@=  bbU U M = =M>YYYYY@!32! CB;92I3I0.*('% 1!1'$$ +327#"'47674#"767>763267#"&#"'>322#".547>5r49H x  ou= -!5+F-%;4+'V>;{VRa0/bN Us3Nm.3I e3Cuu slv7T%'F #kA;[d %;C@@1<b UK =K >'&750/&;';CC +%&#"&47>7654&'.73272'>76#"5476 ;[ fd uN :Z gd uK/2:fB=SP ;!9 6 5 9y57#; 4 7 9yB/ =K4# V+%<Fd%;v3@(b UK =K >Y@'&54-+&;';CC +%&#"&47>7654&'.73272#".547>d :\ gd uN 9Z fd uLRa//bN U;!9 6 5 9y57#; 4 7 9y8V%'D %iA;[dG%;J@ D?F1K*PX@(I  UK =K >@) U  UK =K >YY@'&IGCA750/&;';CC +%&#"&47>7674&'.73272'>76#"5476&=>32'"' ;[ fd uN :Z fd uK/2:fB=SP 3#3 ;!9 6 5 9y57#; 4 7 9yB/ =L3# V+%;FR )%  d.%4KK#PX@.)= C0<@.)= C0@)   U UK =K >Y@65ED<:5K6K$(CC +%&#"&47>7654&'.7327&=>32'"'2#".547> :\ gd uN 9Z fd uLd3#3 Ra /1bN U;!9 6 5 9y57#; 4 7 9yB )%  e6 V%'D #kA9[d6%;J@ ?HG1K*PX@+ b UK =L >K1PX@/   d b UK =L >@5   d  b  ` UK =L >YYY@=<'&EC7654&'.73272'>76#"5476%2#"&756 ;[ fd uM 9Z fd uL/2:fB=SP ?   ;!9 6 5 9y57#; 4 7 9yB/ =L3# V+%;F 9 >)b6%5J?K!PX@ 9 B2<@ 9 B2 K PX@+ b    UK =L >K PX@*  Z    UK =L >K!PX@+ b    UK =L >@1  b`    UK =L >YYYY@76'&DC<:6J7J1/&5'5CC +%&#".7>7654&'.73272#"5762#".547> ;[ fd uM 9Z fd uL! R]//bN W;!9 6 5 9y57#; 4 7 9y# >)8T%'D #iA;[u %7Mr@o* C <21;) : b  U UM =K =K >98'&IGBA8M9M640.-+&7'7CC+%&#"&47>7654&'.7327267#"&#"'>322'>76#"5476 :\ gd uN 9Z fd uL!5+F-%;3+'V=;{f/19fB=R P ;!9 6 5 9y57#; 4 7 9yd4Ctt slwA/ =L3# V+%;Eu%7N@* 2= F <1;) :K PX@: Z  U UM =K =K >@; b  U UM =K =K >Y@98'&HG@>8N9N640.-+&7'7CC+%&#"&47>7674&'.7327267#"&#"'>322#".547> ;[ fd uN :Z fd uK!5+F-%;3+'V=;{VR`//bN T;!9 6 5 9y57#; 4 7 9y\3Dtt slw7T%'E #jB;Z##9b/.@UM=M>Y@%$53$9%9&(%$+32>5#"4>32#".2'>76"7476 3+Fh3Fk7HۃdL#TL1w/1:fB=SP bX}7p; ^Z`ìl=in>5PfVTB/ =L3# W+%<F##91K1PX@(bM=M=M>@&bUM=M>YY@%$32+)$9%9&(%$+32>5#"4>32#".2#".547> 3+Fh3Fk7HۃdL#TL1R`//bN TbX}7p; ^Z`ìl=in>5PfVT7V$'C %iB;Z##9H@ B=D/K,PX@+M =M=M=M>@) UM=M=M>YY@%$GEA?53.-$9%9&(%$ +32>5#"4>32#".2'>76"5476&=>32#"' 3+Fh3Fk7HۃdL#TL1/19gA=RP 4"3 bX}7p; ^Z`ìl=in>5PfVRB/ =K4# W+%<FR (% ##2IK#PX@ ,'A;.<@ ,'A;.K(PX@+M =M=M=M>@) UM=M=M>YY@43CB:83I4I$*&(%$ +32>5#"4>32#".&=>32#"'2#".547> 3+Fh3Fk7HۃdL#TL14"3 R` /1bN TbX}7p; ^Z`ìl=in>5PfV (% d5 V%'D #kB9[##9H@ =FE/K*PX@)b  UM=M>K1PX@-b U =M=M>@3b` U =M=M>YYY@;:%$CA:H;H53.-$9%9&(%$ +32>5#"4>32#".2'>76#"5476%2#"&756 3+Fh3Fk7HۃdL#TL1/19gA=RP ?  bX}7p; ^Z`ìl=in>5PfVLB/ =K4# V+%<F 9  =)##3HK!PX@ 7@0<@ 7@0K!PX@+bM  =M=M>@1b`M  =M=M>YY@54%$BA:84H5H/-$3%3&(%$ +32>5#"4>32#".2#"5762#".547> 3+Fh3Fk7HۃdL#TL1D! R\ //bN VbX}7p; ^Z`ìl=in>5PfVX# =)7T%'D #iA;[ 2E(K PX@(b UM=M>KPX@(b UM=M>KPX@(b UM=M>KPX@(b UM=M>@(b UM=M>YYYYY@.,'&22  +"32654&"546$322'>76#"54765vwy5H/19gA=RP \,B/ =L3# V+%<F 2C*K PX@'Z UM=M>KPX@(b UM=M>KPX@(b UM=M>KPX@(b UM=M>@(b UM=M>YYYYY@,+$"22  +"32654&"546$322#".547>9wvy5HR`//bN T\,8V%'D %iA;[ 2A@ ;6=(K PX@0M = M=M =M >KPX@0M = M=M =M >KPX@0M = M=M =M >KPX@0M = M=M =M >KPX@0M = M=M =M >K%PX@(I U M=M >@) UU M=M >YYYYYYY@ @>:8.,'&22  +"32654&"546$322'>76#"5476&=>32'"'bwwy5H/19gA=RP 4#3 \,A/ =L3# V+%;EQ )%   +BK!PX@% 4:'<@% 4:'K PX@(I U M=M >KPX@(I U M=M >KPX@(I U M=M >KPX@(I U M=M >K!PX@(I U M=M >@) UU M=M >YYYYYY@ -,<;31,B-B*($"  +"32654&"546$32&=>32'"'2#".547>wwy5Gj4"3 R` /1bN T\, )%  d5 V%'C #jB9Z 2A@ 6?>(K PX@-bM  = M=M >KPX@-bM  = M=M >KPX@-bM  = M=M >KPX@-bM  = M=M >K*PX@+b  U M=M >K1PX@/ db U M=M >@5 db` U M=M >YYYYYYY@$43<:3A4A.,'&22  +"32654&"546$322'>76#"5476%2#"&756-wwy5G/19gA=RP ?   \,B/ =L3# V+%;F 9 >) ,AK!PX@ 09)<@ 09)K PX@*Z  U M=M >K PX@+b  U M=M >KPX@+b  U M=M >KPX@+b  U M=M >KPX@+b  U M=M >K!PX@+b  U M=M >@1b`  U M=M >YYYYYYY@$.-;:31-A.A(&,,  +"32654&"546$322#"5762#".547>#wwy6Gd! R\ //bN V\,# >)8T%'D #iA;[2HU@>=K PX@$bM==N>KPX@$bM==N>KPX@$bM==N>KPX@$bM==N>K1PX@$bM==N>@"bU=N>YYYYYY@43DB3H4H,+$"+# 476767>&#'>323267654'&547>322'>76"5476s9ʨ6'-D/7 8; m%1fN;/19gA=RP /?Zj% !7!A+%;d1/m+^ 6 !1PB/ =L3# W+%<F2H@@K PX@+ZbM==N>KPX@,bbM==N>KPX@,bbM==N>KPX@,bbM==N>K1PX@,bbM==N>@*bbU=N>YYYYYY@43BA:83H4H,+$" +# 476767>&#'>323267654'&547>322#".547>s9ʨ6'-D/7 8; m%1fN;Ra/0bN U/?Zj% !7!A+%;d1/m+^ 6 !1P7V$'C %iB;Z2HW@QLS>K PX@2bM = M ==N>KPX@2bM = M ==N>KPX@2bM = M ==N>KPX@2bM = M ==N>K*PX@2bM = M ==N>K,PX@/bM = M==N>@-b U M==N>YYYYYYY@43VTPNDB=<3H4H,+$" +# 476767>&#'>323267654'&547>322'>76"5476&=>32#"'s9ʨ6'-D/7 8; m%1fN;I/19fB=R P 3#3 /?Zj% !7!A+%;d1/m+^ 6 !1PB/ =K4# W+%<FR (% 2AXK#PX@;6PJ=<@;6PJ=K PX@2bM = M ==N>KPX@2bM = M ==N>KPX@2bM = M ==N>KPX@2bM = M ==N>K#PX@2bM = M ==N>K(PX@/bM = M==N>@-b U M==N>YYYYYYY@CBRQIGBXCX$(,+$" +# 476767>&#'>323267654'&547>32&=>32#"'2#".547>s9ʨ6'-D/7 8; m%1fN;3#3 Ra /2bN U/?Zj% !7!A+%;d1/m+^ 6 !1P (% d5 V%'D #kB9[2HW+@LUT>K PX@/ bbM  ==N>KPX@/ bbM  ==N>KPX@/ bbM  ==N>KPX@/ bbM  ==N>K#PX@/ bbM  ==N>K*PX@- bb  U=N>K1PX@1 bb U ==N>@7  b  `b U ==N>YYYYYYYY@JI43RPIWJWDB=<3H4H,+$" +# 476767>&#'>323267654'&547>322'>76#"5476%2#"&756s9ʨ6'-D/7 8; m%1fN;M/19fB=R P ?   /?Zj% !7!A+%;d1/m+^ 6 !1PB/ =K4# V+%<F 9  =)2BWK!PX@FO?<@FO? K PX@. ZbM  ==N>KPX@/ bbM  ==N>KPX@/ bbM  ==N>KPX@/ bbM  ==N>K!PX@/ bbM  ==N>@5  b`bM  ==N>YYYYYY@DC43QPIGCWDW><3B4B,+$" +# 476767>&#'>323267654'&547>322#"?62#".547>s9ʨ6'-D/7 8; m%1fN;u! R] /0bN W/?Zj% !7!A+%;d1/m+^ 6 !1P# =)7T%'D #iA;[o2DZ@7?P <>;6:K PX@=  bbU  U M  ==N>K PX@=  bbU  U M  ==N>KPX@=  bbU  U M  ==N>KPX@=  bbU  U M  ==N>KPX@=  bbU  U M  ==N>@=  bbU  U M  ==N>YYYYY@FE43VTONEZFZCA=;:83D4D,+$"+# 476767>&#'>323267654'&547>32267#"&#"'>322'>76#"5476s9ʨ6'-D/7 8; m%1fN;!5+F+';3+'V=;{f/19fB=R P /?Zj% !7!A+%;d1/m+^ 6 !1P3Duu smwB/ =L3# V+%<Fd2D[@#7?J S <>;6:K PX@<  ZbU  U M  ==N>K PX@<  ZbU  U M  ==N>KPX@=  bbU  U M  ==N>KPX@=  bbU  U M  ==N>KPX@=  bbU  U M  ==N>@=  bbU  U M  ==N>YYYYY@FE43UTMKE[F[CA=;:83D4D,+$"+# 476767>&#'>323267654'&547>32267#"&#"'>322#".547>s9ʨ6'-D/7 8; m%1fN;!5+F-%;4+'V=;|VRa//bN U/?Zj% !7!A+%;d1/m+^ 6 !1P3Cuu slv8T%'F #kA;[=S@"K  71@+  b   UK =K >Y@?>MLEC>S?S$3633&44 +%.+"&?37"6&#"?37#";2&#57673262#".547>\J!/-    N#T)6 )-9!wP+;3 L5;6RRa0/bN U.R(313,31 /;/ //$c8V%'D %iA;[H=LcK!PX@FA " U [H  7<@FA " U [H  7@, U   UK =K >Y@NM]\TRMcNcKIEC$3633&44+%.+"&?37"6&#"?37#";2&#5767326&=>32'"'2#".547>J!/-    N#T)6  )-9!wP+;3L 5;63#3 Ra 01bN U.R(313,31 /;/ //$ )%  d5 V%'C #kA9ZJ=MbK!PX@Q "ZJ  7<@Q "ZJ  7K!PX@.   b   UK =K >@4 b  `   UK =K >YY@ON?>\[TRNbObIG>M?M$3633&44+%.+"&?37"6&#"?37#";2&#57673262#"?62#".547>J!/-    N#T)6 )-9!wP+;3 L 5;6H! R] 0/bN W.R(313,31 /;/ //$e# >)8T%'D #iA;[=Of@&B J" U ^7@>b U  U M =K =K >Y@!QP?>`_XVPfQfNLHFEC>O?O33633&44+%.+"&?37"6&#"?37#";2&#5767326267"&#"'>322#".547>%J!/-   N#T*5 )-: vP+<3L5;6!5+F-}';3+'V=;{VR`//bN T.R(313,31 /;/ //$!3Duu slw7T%'E #jB;Z2HA@>/.&K PX@'b`M=N>KPX@'b`M=N>KPX@'b`M=N>KPX@'b`M=N>@'b`M=N>YYYYY@43DB=<3H4H&&/"" +#"'#"&54767327&54763232654'72'>76#"5476/ʰ:{#3R)GJmn h`oT ;N/17iA=RP 􃃁1H0qD%ZHVF;#B/ =L3# V+%< F2Hm@@/.&K PX@&Z`M=N>KPX@'b`M=N>KPX@'b`M=N>KPX@'b`M=N>K1PX@'b`M=N>@%b`UN>YYYYYY@43BA:83H4H&&/"" +#"'#"&54767327&54763232654'72#".547>/ʰ:{#3R)GJmn h`oT ;N R`//bN T􃃁1H0qD%ZHVF;#7V$'C %iB;Z2HW@QLS>/.&K PX@.bM = M =N>KPX@.bM = M =N>KPX@.bM = M =N>KPX@.bM = M =N>K*PX@.bM = M =N>K,PX@+bM = M=N>@)b U M=N>YYYYYYY@43VTPNDB=<3H4H&&/"" +#"'#"&54767327&54763232654'72'>76"5476&=>32#"'/ʰ:{#3R)GJmn h`oT ;Nk/19gA=RP 4"3 􃃁1H0qD%ZHVF;#B/ =K4# W+%<FR (% 2AXK#PX@;6PJ=/.&<@;6PJ=/.&K PX@.bM = M =N>KPX@.bM = M =N>KPX@.bM = M =N>KPX@.bM = M =N>K#PX@.bM = M =N>K(PX@+bM = M=N>@)b U M=N>YYYYYYY@CBRQIGBXCX$/&&/"" +#"'#"&54767327&54763232654'7&=>32#"'2#".547>/ʰ:{#3R)GJmn h`oT ;N4"3 R` /1bN T􃃁1H0qD%ZHVF;#V (% d5 V%'D #kB9[2HW#K1PX@LUT>/.&<@LUT>/. &K PX@* b`M  =N>KPX@* b`M  =N>KPX@* b`M  =N>KPX@* b`M  =N>K#PX@* b`M  =N>K*PX@( b`  UN>K1PX@, b` U =N>@2  b  `` U =N>YYYYYYYY@JI43RPIWJWDB=<3H4H&&/"" +#"'#"&54767327&54763232654'72'>76#"5476%2#"&756/ʰ:{#3R)GJmn h`oT ;Nm/19gA=RP ?  􃃁1H0qD%ZHVF;#B/ =K4# V+%<F 9  =)2BWK!PX@FO?/.&<@FO? /.&K PX@) Z`M  =N>KPX@* b`M  =N>KPX@* b`M  =N>KPX@* b`M  =N>K!PX@* b`M  =N>@0  b``M  =N>YYYYYY@DC43QPIGCWDW><3B4B&&/"" +#"'#"&54767327&54763232654'72#"5762#".547>/ʰ:{#3R)GJmn h`oT ;N! R\ //bN V􃃁1H0qD%ZHVF;## =)7T%'D #iA;[b2DZ@#7?P /. &<>;6:K PX@8  b `U  U M  =N>K PX@8  b `U  U M  =N>KPX@8  b `U  U M  =N>KPX@8  b `U  U M  =N>KPX@8  b `U  U M  =N>@8  b `U  U M  =N>YYYYY@FE43VTONEZFZCA=;:83D4D&&/""+#"'#"&54767327&54763232654'7267#"&#"'>322'>76#"5476/ʰ:{#3R)GJmn h`oT ;N!5+F-%;3+'U>;{f/19gA=RP 􃃁1H0qD%ZHVF;#3Cuu slvA/ =L3# V+%;Eb2D[@'7?J S /. &<>;6:K PX@7  Z `U  U M  =N>K PX@7  Z `U  U M  =N>KPX@8  b `U  U M  =N>KPX@8  b `U  U M  =N>KPX@8  b `U  U M  =N>@8  b `U  U M  =N>YYYYY@FE43UTMKE[F[CA=;:83D4D&&/""+#"'#"&54767327&54763232654'7267#"&#"'>322#".547>/ʰ:{#3R)GJmn h`oT ;N!5+F+';3+'V=;{VR`//bN T􃃁1H0qD%ZHVF;#3Cuu slv8T%'F #kA;[w>T@J  >,+ @0  b`   UM=N >Y@@?PNIH?T@T-$)*!! +%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"547678>/F= % ^eP')3y !/19gA=RP o+P!P9FH;oL)3!J71)h˨g/>=B/ =L3# V+%<F>T@L  >,+ KPX@/  bX   UM=N >@0  b`   UM=N >YY@@?NMFD?T@T-$)*!! +%32673!"=7>7654&#"#!3;>7.547>$3 2#".547>77=/F> % ^dP')4 y !Ra//bO Uo+P!P9FH;oL)3!J71)h˨g/>=8V%'D %iA;[>Tc)@]X_J  >,+ KPX@9 b M =M=  M =N >K%PX@1 b  I    UM=N >@2 b   U   UM=N >YYY@@?b`\ZPNIH?T@T-$)*!!+%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"5476&=>32'"'78>/F= % ^eP')3y !/19gA=RP 4"3 o+P!P9FH;oL)3!J71)h˨g/>=A/ =L3# V+%;EQ )%  >Md K!PX@GBV \I  >,+ <@GB V \I  >,+ K!PX@1 b  I    UM=N >@2 b   U   UM=N >YY@ON^]USNdOdLJ--$)*!!+%32673!"=7>7654&#"#!3;>7.547>$3 &=>32'"'2#".547>77=/F> % _dP')3 y !Z3#3 Ra /1bN Uo+P!P9FH;oL)3!J71)h˨g/>= )%  d5 V%'C #jB9ZN>TcXK1PX@Xa`J  >,+ <@Xa`J  >,+ K*PX@3   b`   UM=N >K1PX@7  d   b`   UM=N >@=  d   b  ``   UM=N >YYY@VU@?^\UcVcPNIH?T@T-$)*!!+%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"5476%2#"&756b78>/F= % ^eP')3y !+/19gA=RP ?   o+P!P9FH;oL)3!J71)h˨g/>=B/ =L3# V+%;F 9 >)>NcJK!PX@R[K  >,+ <@R[K  >,+ KPX@2   bX   UM=N >K!PX@3   b`   UM=N >@9   b  ``   UM=N >YYY@PO@?]\USOcPcJH?N@N-$)*!!+%32673!"=7>7654&#"#!3;>7.547>$3 2#"?62#".547>78>0F= $ ^eP')3z !T! R]//bN Wo+P!P9FH;oL)3!J71)h˨g/>=# >)8T%'D #iA;[f>Pf@&C K \  >,+ @C  b`  U  U M=M=N >Y@ RQ@?b`[ZQfRfOMIGFD?P@P-$)*!!+%32673!"=7>7654&#"#!3;>7.547>$3 267"&#"'>322'>76#"7476{77=/F> % ^dP')4 y !7!5+F+$;4+'V=;{f/19fB=SP o+P!P9FH;oL)3!J71)h˨g/>=3Duu slwA0 =L3" W+%;E>Pg)@*C K V _ >,+ KPX@B  bX  U  U M=M=N >@C  b `  U  U M=M=N >YY@ RQ@?a`YWQgRgOMIGFD?P@P-$)*!!+%32673!"=7>7654&#"#!3;>7.547>$3 267#"&#"'>322#".547>78>0F= $ ^eP')3z !!5+F+$;4+'V=;{UR`//bN Uo+P!P9FH;oL)3!J71)h˨g/>=3Dtt slw7T%'E #jB;Zm0E@DK PX@0b=M =M=M>KPX@0b=M =M=M>KPX@0b=M =M=M>KPX@0b=M =M=M>KPX@0b=M =M=M>@-ddM =M=M>YYYYYY@?=42,*$"  +227727#"'"&54>54&#"32>7672#"/&=6얄 L')b@#DTXL{VͺI>`PE%IN:Z:9dA    1m}%i`Ѿ{HqFo1oLP   &u0A@5K PX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>KPX@1b =M =N=M>@. ddM =N=M>YYYYYY@21;91A2A,*$"  +227727#"'"&54>54&#"32>72#"&5476얄 L')b@#DTXL{VͺI>`PE%IN:Z:9Z5    1m}%i`Ѿ{HqFo1oLP) %m=QnK*PX@P <@P  K PX@5  bZ V =M=N>KPX@5  bZ V =M=N>KPX@6  bb V =M=N>KPX@6  bb V =M=N>KPX@6  bb V =M=N>K*PX@3 d  db VM=N>K1PX@8 d  db  J VM=N>@9 d  db  U VM=N>YYYYYYYY@KJA?<:98$!"&,#$ +%327#"&54767&547>32#"'&'"363632#".#&#"672"/&=6=8Z'ʲ!wҶ} S+X+)X V 9!^ h?_B ;HwHyV%I7Z !VR9+'EZTV3\%3^   &q:KpK*PX@? <@?  K PX@5  bZ U  =M=N>KPX@5  bZ U  =M=N>KPX@6  bb U  =M=N>KPX@6  bb U  =M=N>KPX@6  bb U  =M=N>K*PX@3  d  db UM=N>K1PX@8  d  db  IUM=N>@9  d  db  UUM=N>YYYYYYYY@<;EC;K32#"'&'"363632#'&#"2#"&5476=8Z'ʲ!wҶ} S+X+)X V 9!^ h8?_5  ;HwHyV%I7Z !VR9+'EZTV3\%3^%) %sw(>e@=;@ddM>Y@75,*('" +632'4654'"'67407670763632#"/&505675DJoz  nu=H- A  ``5Jv-AdZ'7L5d_F3 I   'ss(9j@-@ddM>Y@*)31)9*9('" +632'4654'"'674076707632#"&547675DJoz  nu=H-5  ``5Jv-AdZ'7L5d_F3 I) %q4_@ 3K PX@&bb==M>KPX@&bb==M>KPX@&bb==M>KPX@&bb==M>KPX@&bb==M>@#ddb=M>YYYYYY@.,#!'$$ +327#"547654#"767>763672#"/&=65s39Hy ou= -9A  s3Nm.3I    &w0j@ $K PX@'bb==M>KPX@'bb==M>KPX@'bb==M>KPX@'bb==M>K!PX@'bb==M>@$ddb=M>YYYYYY@! *( 0!0'$$ +327#"547654#"767>7632#"&54765s39Hy ou= -m5  s3Nm.3I ) %#d#7]6@ddM=M>Y&&(%$+32>5#"4>32#".632"/&=6 3+Fh3Fk7HۃdL#TL1B bX}7p; ^Z`ìl=in>5PfV-    &#u!4j@ ddM=M>Y@0.(&  +2#"&547632>5#"4>32#".`5  q 3+Fh3Fk7HۃdL#TL1u) %X}7p; ^Z`ìl=in>5PfV`2F[@EK PX@&bb==N>KPX@&bb==N>KPX@&bb==N>KPX@&bb==N>K#PX@&bb==N>@#ddb=N>YYYYYY@ $,+$"+# 476767>&#'>323267654'&547>32632"/&=6s9ʨ6'-D/7 8; m%1fN;9A /?Zj% !7!A+%;d1/m+^ 6 !1P   'uCm@"!K PX@'bb==N>KPX@'bb==N>KPX@'bb==N>KPX@'bb==N>KPX@'bb==N>@$ddb=N>YYYYYY@A?31&$   +2#"&5476# 476767>&#'>323267654'&547>325  9ʨ6'-D/7 8; m%1fN;u) %/?Zj% !7!A+%;d1/m+^ 6 !1P\2F:@E/.&K PX@!b`=N>KPX@!b`=N>KPX@!b`=N>KPX@!b`=N>K*PX@!b`=N>@dddN>YYYYYY@ +&&/""+#"'#"&54767327&54763232654'7632"/&=6/ʰ:{#3R)GJmn h`oT ;NfA 􃃁1H0qD%ZHVF;#{   'yCL@@?! 7K PX@"b`=N>KPX@"b`=N>KPX@"b`=N>KPX@"b`=N>K#PX@"b`=N>@dddN>YYYYYY@:820*(  +2#"&5476#"'#"&54767327&54763232654'7F5  /ʰ:{#3R)GJmn h`oT ;Ny) %/􃃁1H0qD%ZHVF;#0FX@< QPIH K PX@@ b M =M =M=M= M  >KPX@@ b M =M =M=M= M  >KPX@@ b M =M =M=M= M  >KPX@@ b M =M =M=M= M  >@@ b M =M =M=M= M  >YYYYY@"21USOMB@;:1F2F,*$"  +227727#"'"&54>54&#"32>72'>76#"54767327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9/19gA=RP q'-730+y3  1m}%i`Ѿ{HqFo1oLP%B/ =L3# V+%;Fk3'Fi^Lv0FX@>  QPIH K PX@?  ZM =M =M=M= M  >KPX@@  bM =M =M=M= M  >KPX@@  bM =M =M=M= M  >KPX@@  bM =M =M=M= M  >@@  bM =M =M=M= M  >YYYYY@"21USOM@?861F2F,*$"  +227727#"'"&54>54&#"32>72#".547>7327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9Ra//bN Uq'-730+y3  1m}%i`Ѿ{HqFo1oLP%8V%'D %iA;[k3'Fi^Lv0FUgl@"OJ Q< `_XW K PX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >K*PX@F M = M =M=M=M= M  >@C M=  M =M=M=M= M  >YYYYYY@&21db^\TRNLB@;:1F2F,*$"  +227727#"'"&54>54&#"32>72'>76#"7476&=>32'"'7327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9/1:fB=SP 3#3 q'-730+y3  1m}%i`Ѿ{HqFo1oLP%B/ =L3# V+%;FR )%  9k3'Fi^Lv0?VhK!PX@#94 NH; a`YX <@#94 NH; a`YX K PX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >KPX@F M = M =M=M=M= M  >K!PX@F M = M =M=M=M= M  >@C M = M=M=M=M= M  >YYYYYY@&A@ec_]POGE@VAV><86,*$"  +227727#"'"&54>54&#"32>7&=>32'"'2#".547>7327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:94"3 Ra /1bO Tq'-730+y3  1m}%i`Ѿ{HqFo1oLP )%  d5 V%'C #jB9Zk3'Fi^Lv$CUgK1PX@""! -D54( : `_XW <@""! -D54( : `_XW K PX@CbM= M=N = M = M  >KPX@CbM= M=N = M = M  >KPX@CbM= M=N = M = M  >KPX@CbM= M=N = M = M  >K*PX@CbM= M=N = M = M  >K1PX@Gb=M= M=N = M = M  >@Mb`=M= M=N = M = M  >YYYYYYY@*&%db^\QOIG=;9731,*%C&C$$  +2'>76#"5476%2#"&756227727#"'"&54>54&#"32>77327#"'47/2:fB=SP ?  疄 L')b@#DTXL{V̺I>`PE%JM:Z:9bq'-730+y3B/ =L3# V+%;F : >)틅  1m}%i`Ѿ{HqFo1oLPk3'Fi^Lv0@UgK!PX@!D M= `_XW <@!D M= `_XW K PX@B  Z M =M=N=M= M  >KPX@C  b M =M=N=M= M  >KPX@C  b M =M=N=M= M  >KPX@C  b M =M=N=M= M  >K!PX@C  b M =M=N=M= M  >@I  b ` M =M=N=M= M  >YYYYYY@*BA21db^\ONGEAUBU<:1@2@,*$"  +227727#"'"&54>54&#"32>72#"5762#".547>7327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9! R\ //bN Vq'-730+y3  1m}%i`Ѿ{HqFo1oLP)# >) 7T%'C #hB;Zk3'Fi^Lvm#9Xj@-/B YJI= O  <;:K PX@Q  bUUM= M  = M  = M  =M>K PX@Q  bUUM= M  = M  = M  =M>KPX@Q  bUUM= M  = M  = M  =M>KPX@Q  bUUM= M  = M  = M  =M>KPX@Q  bUUM= M  = M  = M  =M>K(PX@Q  bUUM= M  = M  = M  =M>@N  bUUQM= M  = M  = M   >YYYYYY@,;:%$fd^\RPNLHFA?:X;X53.-$9%9" ##$& +7327#"'47267#"&#"'>322'>76#"5476227727#"'"&54>54&#"32>7q'-74/+y3y!5+F+';3+'V=;{f/19fB=R P  L')b@#DTXL{V̺I>`PE%JM:Z:9j3'Fi^LwF3Duu smwB/ =L3# V+%;FG  1m}%i`Ѿ{HqFo1oLPj0BZlx@25 =IG R  ed]\<<;4 :K PX@P Z  U U M =M=M=M=M>K PX@P Z  U U M =M=M=M=M>KPX@Q b  U U M =M=M=M=M>KPX@Q b  U U M =M=M=M=M>KPX@Q b  U U M =M=M=M=M>@Q b  U U M =M=M=M=M>YYYYY@.DC21igcaTSLJCZDZA?;9861B2B,*$"  +227727#"'"&54>54&#"32>7267#"&#"'>322#".547>7327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9!5+F-%;3+'V=;{VR`//bN Tq'-730+y3  1m}%i`Ѿ{HqFo1oLP3Cuu slv7T%'F #kA;[k3'Fi^Lv\H^b@_T  <6$<  b   U V=K >JIZXSRI^J^FD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%2'>76#"5476d ^#&7'jLJR< J5-LP -/B},+JlA':!F/17iA=RP };"\^J17 bJXT9mrl%$%//%#X)//lB?#B/ =L3# V+%< F\H^@V  <6$@,  b  U V=K >Y@JIXWPNI^J^FD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%2#".547>d ^#&7'jLJR< J5-LP -/B},+JlA':!BRa/0bN U};"\^J17 bJXT9mrl%$%//%#X)//lB?#8V%'D %iA;[\H^m@gbiT  <6$K*PX@,  I  U V=K >@-   U  U V=K >YY@ JIljfdZXSRI^J^FD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%2'>76#"5476&=>32#"'d ^#&7'jLJR< J5-LP -/B},+JlA':!/19fB=R P 3#3 };"\^J17 bJXT9mrl%$%//%#X)//lB?#B/ =L3# V+%;FR )% \HWnK!PX@QLf`S  <6$<@QL f`S  <6$@-   U U V=K >Y@ YXhg_]XnYnVTPNFD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%&=>32'"'2#".547>d ^#&7'jLJR< J5-LP -/B},+JlA':!4"3 R` /1bN T};"\^J17 bJXT9mrl%$%//%#X)//lB?#k )%  d5 V%'C #kA9Z\H^mUK1PX@bkjT  <6$<@bkjT  <6$K*PX@/   b   U V=K >K1PX@3  d   b   U V=K >@9  d  b  `   U V=K >YYY@$`_JIhf_m`mZXSRI^J^FD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%2'>76#"5476%2#"&756d ^#&7'jLJR< J5-LP -/B},+JlA':!N/19fB=R P ?   };"\^J17 bJXT9mrl%$%//%#X)//lB?#B/ =L3# V+%;F 9 >)\HXmK!PX@\eU  <6$<@\eU  <6$K!PX@/   b   U V=K >@5  b `   U V=K >YY@$ZYJIgf_]YmZmTRIXJXFD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%2#"5762#".547>d ^#&7'jLJR< J5-LP -/B},+JlA':!! R]//bO V};"\^J17 bJXT9mrl%$%//%#X)//lB?## >)8T%'D #iA;[\HZp@M Uf  <6$\[JIljed[p\pYWSQPNIZJZFD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%267"&#"'>322'>76#"5476d ^#&7'jLJR< J5-LP -/B},+JlA':!!5+F+';3+'V=;{f/19fB=R P };"\^J17 bJXT9mrl%$%//%#X)//lB?#3Duu slwA0 =L3" W+%;E\HZq@,M U` i  <6$  Z  U UV=M=K >@?  b  U UV=M=K >Y@(\[JIkjca[q\qYWSQPNIZJZFD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672%267"&#"'>322#".547>d ^#&7'jLJR< J5-LP -/B},+JlA':!1!5+F-%;3+'V=;{VR`//bN T};"\^J17 bJXT9mrl%$%//%#X)//lB?#3Duu slw7T%'E #jB;Zs(>P@4IHA@! < 9K#PX@*bM =M=M>@'bQM =M>Y@*)MKGE:832)>*>('" +632'4654'"'674076707632'>76#"54767327#"54775DJoz  nu=H-/19gA=RP rq'-73/+x4``5Jv-AdZ'7L5d_F3 IA/ =L3# V+%;Ek3'Fi^Lws(>P@6IHA@! < 9K PX@)ZM =M=M>K#PX@*bM =M=M>@'bQM =M>YY@*)MKGE870.)>*>('" +632'4654'"'674076707632#".547>7327#"54775DJoz  nu=H-oRa0/bN Ulq'-73/+x4``5Jv-AdZ'7L5d_F3 I8V%'D %iA;[k3'Fi^Lw(>M_@$GBI4XWPO!  <  9K#PX@0M =M =M = M  >K%PX@-  QM =M =M >@*  QM =M=M >YY@*)\ZVTLJFD:832)>*>('" +632'4654'"'674076707632'>76#"5476&=>32'"'7327#"54775DJoz  nu=H-/19fB=R P 3#3 qq'-73/+x4``5Jv-AdZ'7L5d_F3 IA/ =L3# V+%;ER )%  bk3'Fi^Lw(8OaK!PX@&2-+GA4ZYRQ!  <  9@&2-+GA4ZYRQ!  <  9YK!PX@0M =M =M = M  >K#PX@-M =M=M = M  >@*  QM =M=M >YY@:9^\XVIH@>9O:O751/('" +632'4654'"'67407670763&505>32'"'2#".547>7327#"54775DJoz  nu=H-3#3 Ra /1bO Tq'-73/+x4``5Jv-AdZ'7L5d_F3 I )% d5 V%'C "jB9Zk3'Fi^Lw(>M_ @$BKJ4XWPO!  <  9K#PX@-bM  =M = M  >K%PX@*b  QM  =M >K1PX@.b  Q =M =M >@4b`  Q =M =M >YYY@!@?*)\ZVTHF?M@M:832)>*>('" +632'4654'"'674076707632'>76#"5476%2#"&7567327#"54775DJoz  nu=H-4/19gA=RP ?   }q'-73/+x4``5Jv-AdZ'7L5d_F3 IA/ =L3# V+%;E : >)k3'Fi^Lw(8M_KPX@#<E5XWPO!  <  9KPX@#<E5XWPO!  <  9KPX@#<E5XWPO!  <  9@#<E5XWPO!  <  9YYYK PX@,ZM  =M = M  >K PX@-bM  =M = M  >K PX@,ZM  =M = M  >KPX@-bM  =M = M  >KPX@3b`M  =M = M  >KPX@-bM  =M = M  >K#PX@3b`M  =M = M  >@0b`  QM  =M >YYYYYYY@!:9*)\ZVTGF?=9M:M43)8*8('" +632'4654'"'674076707632"5762#".547>7327#"54775DJoz  nu=H-q! R]//bN Vq'-73/+x4``5Jv-AdZ'7L5d_F3 I" =)7T%'C "hB;Zk3'Fi^Lwm9Ka@>FW 2/+ ML;:][VULaMaJHDBA?:K;K98(&&$& +7727#"547632'4654'"'6747670763267#"&#"'>322'>76#"5476q'-730+y475DJoz  nu=H-!5+F-%;4+'V>;{f/19gA=RP k3'Fh^Lw``5Jv-AdZ'7L5d_F3 Ig3Duu smwB/ =L3# V+%;Fj(:Rd@4-5A?J ]\UT!   <4;,:  9K PX@:  ZU UM=M = M  >K#PX@;  bU UM=M = M  >@8  bU U QM=M >YY@%<;*)a_[YLKDB;R322#".547>7327#"54775DJoz  nu=H-!5+F-%;4+'V>;{VRa//bN U?q'-73/+x4``5Jv-AdZ'7L5d_F3 Ie3Cuu slv7T%'F #kA;[?k3'Fi^Lw`f|x@u^Xr I2<bUS K  = K  >hgxvqpg|h|feca]ZWTNKHEB?335336%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476h ^#&7'jLJRcOoc G=:XXdJ=: d PqH>/2:fB=SP ;"\`H17 bJXT?11Z B//)1  B//)1 ?11ZcB/ =L3# V+%<F\f|@^Xt I2@8bUS K  = K  >Y@#hgvunlg|h|feca]ZWTNKHEB?335$36%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!2#".547>d ^#&7'jLJRbP obG=:XXdJ=: d PqH>Ra/0bN U;"\`H17 bJXT?11Z B//)1  B//)1 ?11Zc8V%'D %iA;[ f|@#^Xr I2K%PX@8IUS K  = K  >@9UUS K  = K  >YY@'hgxvqpg|h|feca]ZWTNKHEB?335336%%+73267#"&7674+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476&=>32'"' ^#&7'jLJRcOobG=:XXdJ=: d PqH>/2:fB=SP 3#3 ;"\`H17 bJXT?11Z B//)1  B//)1 ?11ZcA/ =L3# V+%;EQ )%   fuK!PX@$oj^~Xq I2<@$oj^~Xq I2@9UUS K  = K  >Y@'wv}{vwtrnlfeca]ZWTNKHEB?335$36%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!&=>32'"'2#".547> _#'7'jLJRbP obH=:XXdJ =: d PqH>53#3 Ra /2bN U;"\`H17 bJXT?11Z B//)1  B//)1 ?11Zc} )%  d5 V%'C #jB9Z f|l@#^Xr I2K%PX@;bUS K  = L  >K1PX@?dbUS K  = L  >@Edb`US K  = L  >YYY@+~}hg}~xvqpg|h|feca]ZWTNKHEB?335336%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!2'>76#"5476%2#"&756 ^#&7'jLJRcOoc G=:XXdJ=: d PqH>/2:fB=SP ?  ;"\`H17 bJXT?11Z B//)1  B//)1 ?11ZcA/ =L3# V+%;E : >) fvCK!PX@ z^Xs> I2<@ z^Xs> I2K!PX@;bUS K  = L  >@Ab`US K  = L  >YY@+xwhg}{wxrpgvhvfec`]ZWTNKHEB?335$36%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"'?3%#"!2#"?62#".547> ^#'7'kKJRbPobH=:XXeI=9 d OqH=! R] /0bN W;"\`H17 bJXT?11Z B//)1  B//)1 ?11Zc# >)8T%'D #iA;[ bfx@ks^X I2zyhgyzwuqonlgxhxfeca]ZWTNKHEB?335336%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!267"&#"'>322'>76"5476j ^#&7'jLJRcOoc G=:XXdJ=: d PqH>!5+F+';3+'V=;{f/19fB=RP ;"\`H17 bJXT?11Z B//)1  B//)1 ?11Zc3Duu slwA0 =L3# W+%<F fx@0ks^X} I2@KbUUSM= K  = K  >Y@/zyhgyzwuqonlgxhxfeca]ZWTNKHEB?335$36%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267654+"5?3%#"!267"&#"'>322#".547> ^#&7'jLJRbP obG=:XXdJ=: d PqH>!5+F-}';3+'V=;{VR`//bN T;"\`H17 bJXT?11Z B//)1  B//)1 ?11Zc3Duu slw7T%'E #jB;Z2HZ@>/.&SRKJK PX@1b`M =N= M  >KPX@1b`M =N= M  >KPX@1b`M =N= M  >KPX@1b`M =N= M  >@1b`M =N= M  >YYYYY@43WUQODB=<3H4H&&/"" +#"'#"&54767327&54763232654'72'>76#"54767327#"'47/ʰ:{#3R)GJmn h`oT ;N/17iA=RP q'-74/+y3􃃁1H0qD%ZHVF;#B/ =L3# V+%< Fk3'Fi^Lv2HZ@@/.&SRKJK PX@0Z`M =N= M  >KPX@1b`M =N= M  >KPX@1b`M =N= M  >KPX@1b`M =N= M  >K1PX@1b`M =N= M  >@/b` UN= M  >YYYYYY@43WUQOBA:83H4H&&/"" +#"'#"&54767327&54763232654'72#".547>7327#"'47/ʰ:{#3R)GJmn h`oT ;N R`//bN Tq'-74/+y3􃃁1H0qD%ZHVF;#7V$'C %iB;Zk3'Fi^Lv2HWi6@QLS>/.&baZY K PX@8bM = M =N= M  >KPX@8bM = M =N= M  >KPX@8bM = M =N= M  >KPX@8bM = M =N= M  >K*PX@8bM = M =N= M  >K,PX@5bM = M=N= M  >@3b U M=N= M  >YYYYYYY@43fd`^VTPNDB=<3H4H&&/"" +#"'#"&54767327&54763232654'72'>76"5476&=>32#"'7327#"'47/ʰ:{#3R)GJmn h`oT ;Nk/19gA=RP 4"3 q'-74/+y3􃃁1H0qD%ZHVF;#B/ =K4# W+%<FR (% Ok3'Fi^Lv2AXj^K#PX@ ;6PJ=/.&cb[Z <@ ;6PJ=/.&cb[Z K PX@8bM = M =N= M  >KPX@8bM = M =N= M  >KPX@8bM = M =N= M  >KPX@8bM = M =N= M  >K#PX@8bM = M =N= M  >K(PX@5bM = M=N= M  >@3b U M=N= M  >YYYYYYY@CBgea_RQIGBXCX$/&&/"" +#"'#"&54767327&54763232654'7&=>32#"'2#".547>7327#"'47/ʰ:{#3R)GJmn h`oT ;N4"3 R` /1bN Tq'-74/+y3􃃁1H0qD%ZHVF;#V (% d5 V%'D #kB9[k3'Fi^Lv2HWiK1PX@LUT>/.&baZY <@LUT>/. &baZY K PX@4 b`M  =N= M  >KPX@4 b`M  =N= M  >KPX@4 b`M  =N= M  >KPX@4 b`M  =N= M  >K#PX@4 b`M  =N= M  >K*PX@2 b`  UN= M  >K1PX@6 b` U =N= M  >@<  b  `` U =N= M  >YYYYYYYY@JI43fd`^RPIWJWDB=<3H4H&&/""+#"'#"&54767327&54763232654'72'>76#"5476%2#"&7567327#"'47/ʰ:{#3R)GJmn h`oT ;Nm/19gA=RP ?  q'-74/+y3􃃁1H0qD%ZHVF;#B/ =K4# V+%<F 9  =)k3'Fi^Lv2BWiK!PX@FO?/.&baZY <@FO? /.&baZY K PX@3 Z`M  =N= M  >KPX@4 b`M  =N= M  >KPX@4 b`M  =N= M  >KPX@4 b`M  =N= M  >K!PX@4 b`M  =N= M  >@:  b``M  =N= M  >YYYYYY@DC43fd`^QPIGCWDW><3B4B&&/""+#"'#"&54767327&54763232654'72#"5762#".547>7327#"'47/ʰ:{#3R)GJmn h`oT ;N! R\ //bN Vq'-74/+y3􃃁1H0qD%ZHVF;## =)7T%'D #iA;[k3'Fi^Lvb2DZl @*7?P /. &ed]\ <>;6:K PX@B  b `U U M =N= M  >K PX@B  b `U U M =N= M  >KPX@B  b `U U M =N= M  >KPX@B  b `U U M =N= M  >KPX@B  b `U U M =N= M  >@B  b `U U M =N= M  >YYYYY@!FE43igcaVTONEZFZCA=;:83D4D&&/""+#"'#"&54767327&54763232654'7267#"&#"'>322'>76#"54767327#"'47/ʰ:{#3R)GJmn h`oT ;N!5+F-%;3+'U>;{f/19gA=RP q'-730+y3􃃁1H0qD%ZHVF;#3Cuu slvA/ =L3# V+%;E+k3'Fi^Lvb2D[m @.7?J S /. &fe^] <>;6:K PX@A  Z `U U M =N= M  >K PX@A  Z `U U M =N= M  >KPX@B  b `U U M =N= M  >KPX@B  b `U U M =N= M  >KPX@B  b `U U M =N= M  >@B  b `U U M =N= M  >YYYYY@!FE43jhdbUTMKE[F[CA=;:83D4D&&/""+#"'#"&54767327&54763232654'7267#"&#"'>322#".547>7327#"'47/ʰ:{#3R)GJmn h`oT ;N!5+F+';3+'V=;{VR`//bN Tq'-74/+y3􃃁1H0qD%ZHVF;#3Cuu slv8T%'F #kA;["k3'Fi^LvOe@[ - O=< @=  b`   U M =N =M >Y@QPa_ZYPeQeHF$)*!$%%+73267#"&7%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"5476 ^#'8'kLJQ78>/F= % ^eP')3y !/19gA=RP ;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=B/ =L3# V+%<FOe@] - O=< KPX@<  bX   U M =N =M >@=  b`   U M =N =M >YY@QP_^WUPeQeHF$)*!$%%+73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 2#".547> _#'7'kKJR77=/F> % ^dP')4 y !Ra//bO U;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=8V%'D %iA;[ VOetc@ni p[ - O=< KPX@F  b M  = M = M  =N =M >K%PX@>  b  I    U M =N =M >@?  b  U   U M =N =M >YYY@QPsqmka_ZYPeQeHF$)*!$%%+73267#"&7%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"5476&=>32'"'^ _#'7'jLJR78>/F= % ^eP')3y !/19gA=RP 4"3 ;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=A/ =L3# V+%;EQ )%   ^O^u;K!PX@"XS g mZ - O=< <@"XS g mZ - O=< K!PX@>  b  I    U M =N =M >@?  b  U   U M =N =M >YY@`_onfd_u`u][WUHF$)*!$%%+73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 &=>32'"'2#".547>f ^#&7'jLJR77=/F> % _dP')3 y !Z3#3 Ra /1bN U;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>= )%  d5 V%'C #jB9ZOetK1PX@i rq[ - O=< <@i rq[ -O=< K*PX@@  b`   U M =N =M >K1PX@D d  b`  U M =N =M >@J d  b``  U M =N =M >YYY@gfQPomftgta_ZYPeQeHF$)*!$%%+73267#"&7%32673!"757>7674&#"#!3;>7.547>$3 2'>76#"5476%2#"&756Ӱ ^#'8'kKJR78>/F= % ^eP')3y !+/19gA=RP ?   ;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=B/ =L3# V+%;F 9 >) O_tK!PX@c l\ - O=< <@c l\- O=<   ZX   U M =N =M >KPX@?  bX   U M =N =M >K!PX@@  b`   U M =N =M >@F  b  ``   U M =N =M >YYY@a`QPnmfd`tat[YP_Q_HF$)*!$%%+73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 2#"?62#".547> _#'7'jLJR78>0F= $ ^eP')3z !T! R]//bN W;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=# >)8T%'D #iA;[Oaw@)T \ m-O=< <[ ;S :KPX@ObX UU M = M =N =M >@Pb` UU M = M =N =M >Y@#cbQPsqlkbwcw`^ZXWUPaQaHF$)*!$%%+73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 267"&#"'>322'>76#"7476 ^#'7'jLJR77=/F> % ^dP')4 y !7!5+F+$;4+'V=;{f/19fB=SP ;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=3Duu slwA0 =L3" W+%;E OaxV@-T \ gp-O=< <[ ;S :K PX@NZX UU M = M =N =M >KPX@ObX UU M = M =N =M >@Pb` UU M = M =N =M >YY@#cbQPrqjhbxcx`^ZXWUPaQaHF$)*!$%%+73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 267#"&#"'>322#".547> _#'7'jLJR78>0F= $ ^eP')3z !!5+F+$;4+'V=;{UR`//bN U;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=3Dtt slw7T%'E #jB;Z30Be@<:91:K PX@+UM =M=M>K PX@+UM =M=M>KPX@+UM =M=M>KPX@+UM =M=M>KPX@+UM =M=M>@+UM =M=M>YYYYY@><75,*$"  +227727#"'"&54>54&#"32>73267#"&547 L')b@#DTXL{V̺I>`PE%JM:Z:9`RP;+\hx  1m}%i`Ѿ{HqFo1oLP DU`Xk 0@i@K PX@, UM =M=M>KPX@, UM =M=M>KPX@, UM =M=M>KPX@, UM =M=M>@, UM =M=M>YYYYY@31;81@3@,*$"  +227727#"'"&54>54&#"32>7!"'47>3!2 L')b@#DTXL{V̺I>`PE%JM:Z:9')  1m}%i`Ѿ{HqFo1oLP+-m0DV@CONGF K PX@:b=M =M=M= M  >KPX@:b=M =M=M= M  >KPX@:b=M =M=M= M  >KPX@:b=M =M=M= M  >KPX@:b=M =M=M= M  >@7ddM =M=M= M  >YYYYYY@SQMK>=42,*$"  +227727#"'"&54>54&#"32>7672"/&=67327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9dA q'-730+y3  1m}%i`Ѿ{HqFo1oLP   &#k3'Fi^Lv0Br@;:32<:K PX@-M =M=M=M>K PX@-M =M=M=M>KPX@-M =M=M=M>KPX@-M =M=M=M>KPX@-M =M=M=M>@-M =M=M=M>YYYYY@?=97,*$"  +227727#"'"&54>54&#"32>77327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9bq'-730+y3  1m}%i`Ѿ{HqFo1oLPk3'Fi^Lvu0AS@5LKDC K PX@;b =M =N=M= M  >KPX@;b =M =N=M= M  >KPX@;b =M =N=M= M  >KPX@;b =M =N=M= M  >KPX@;b =M =N=M= M  >@8 ddM =N=M= M  >YYYYYY@ 21PNJH;91A2A,*$"  +227727#"'"&54>54&#"32>72#"&54767327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9Z5  Cq'-730+y3  1m}%i`Ѿ{HqFo1oLP) %k3'Fi^Lv^0B@"5 =<<;4 :K PX@6 U M =M =M=M>K PX@6 U M =M =M=M>KPX@6 U M =M =M=M>KPX@6 U M =M =M=M>KPX@6 U M =M =M=M>K(PX@6 U M =M =M=M>@4  U UM =M=M>YYYYYY@ 21A?;9861B2B,*$"  +227727#"'"&54>54&#"32>7267#"&#"'>32 L')b@#DTXL{V̺I>`PE%JM:Z:9}!5+F+';4+'V>;{  1m}%i`Ѿ{HqFo1oLPv4Ctt slw^0BTH@)5 =MLED <<;4 :K PX@@U M =M =M=M= M  >K PX@@U M =M =M=M= M  >KPX@@U M =M =M=M= M  >KPX@@U M =M =M=M= M  >KPX@@U M =M =M=M= M  >K(PX@@U M =M =M=M= M  >@>  UUM =M=M= M  >YYYYYY@$21QOKIA?;9861B2B,*$"  +227727#"'"&54>54&#"32>7267#"&#"'>327327#"'47 L')b@#DTXL{V̺I>`PE%JM:Z:9}!5+F+';4+'V>;{ q'-730+y3  1m}%i`Ѿ{HqFo1oLPv4Ctt slwk3'Fi^Lvq8GL@I,&< dU V= >999G9GECA@=;64+( +!&0&#'76?>'!"&#'76?67672#"&=33267< J5-LP -/B},+JlA':!hm@lVRN9mrl%$%//%#X)//lB?#mhq`9>=:+8HB@?,&<UV= >;9C@9H;H64+( +!&0&#'76?>'!"&#'76?676727!"'47>3!2< J5-LP -/B},+JlA':!')N9mrl%$%//%#X)//lB?#+-8LF@CK,&<dbV= >FE<:64+( +!&0&#'76?>'!"&#'76?67672%632"/&=6< J5-LP -/B},+JlA':!A N9mrl%$%//%#X)//lB?#   '8IK@H=,&<dbV= >:9CA9I:I64+( +!&0&#'76?>'!"&#'76?67672%2#"&5476< J5-LP -/B},+JlA':!V5  N9mrl%$%//%#X)//lB?#) %\DHC@@ <6$<V=K >FD;8.,# %% +73267#"&7!& &#'76?>'!"&#'76?67672d ^#&7'jLJR< J5-LP -/B},+JlA':!};"\^J17 bJXT9mrl%$%//%#X)//lB?#9D7&@# <eM >  +2'>76#"5476/2:fB=SP 7A/ =L3# V+%;E3 :KPX@ M>@IMAY%% +%73267#"&7 _#'7'jLJRy;#]^J17 bJXT!+7&@# <eM >  +2'>76#"5476/19gA=RP 7A/ =L3# V+%;E9@6 <: 9M=M >  +267#"&#"'>32d!5+F+';3+'V=;{%3Duu smwu)X!w@<;:KPX@UUM >@$UUIMAY@ !! +462"$462"267#"&#"'>32uAZBBZ/BZBBZ!5+F-%;3+'V=;{j[AA[AA[AA[A3Dtt slwsw(>P@=;IHA@! < 9K!PX@$b=M=M>K#PX@!ddM=M>@ddQM>YY@MKGE75,*('" +632'4654'"'67407670763632#"/&50567327#"54775DJoz  nu=H- A  q'-73/+x4``5Jv-AdZ'7L5d_F3 I   '=k3'Fi^Lws(:d@32+*! < 9K#PX@M=M>@QM>Y@751/('" +632'4654'"'674076707637327#"54775DJoz  nu=H-q'-73/+x4``5Jv-AdZ'7L5d_F3 Ik3'Fi^Lw{ss(9K@-DC<;! < 9KPX@%b=M=M>K#PX@"ddM=M>@ddQM>YY@*)HFB@31)9*9('" +632'4654'"'674076707632#"&54767327#"54775DJoz  nu=H-5  q&-73/+y3``5Jv-AdZ'7L5d_F3 I) %k3'Fi^LwZ(:@!-5<4;,:! 9K.PX@ UM=M>@UUM>Y@*)97310.):*:('" +632'4654'"'67407670763267#"&#"'>3275DJoz  nu=H-!5+F+';3+'V=;{``5Jv-AdZ'7L5d_F3 IT4Ctt slwZ9K@*>F2/+  K.PX@' UQM=M >@%U UQM >YY@;:JHDBA?:K;K98(&&$& +7327#"547632'4654'"'6747670763267#"&#"'>32q&-73/+y375DJoz  nu=H-!5+F+';3+'V=;{sk3'Fi^Lw``5Jv-AdZ'7L5d_F3 IT4Ctt slw@U@#T   &!/*>=7 @F  dZ  bb ZUL == L  >Y@OMDB@@4%&$"473 +!'7673267674&+"?!#!"326746;#"&7654'#!267672#"/&=6;8 -2R J!')!)-Z-N/RF,7B  -)1 #/<[CNmQVi&Wy×    &oJ@Q@~E  &!/*>= <   dZ  bb ZUL == L  >BAKIAQBQ@@4%&$"473+3'7673267654&+"?!#!"326746;#"&7654'#!2672#"&5476;8 ,2R J!')!)-[-N/RF-5  -)1 #/<[CNmQVi&Wy×) % Wmj@gljOI/:#<dbS K  = L  >fd[YWVTQNKHE?<96303#5$#3+654+"?30%#"732�'7673267!732&#'7673267654+"5?3%#"!632#"/&5056bPobH=:XXeJ=9 d OqH=A  ?11Z B//)1  B//)1 ?11Zc   'Whs@p\OID:#<dbS K  = L  >YXb`XhYhWVTRNKHE?<96303#53#3+654+"?30%#"732�'7673267!732&#'7673267674+"5?3%#"!2#"&5476b OocG=9 XXdI=: e P qG=5  ?11Z B//)1  B//)1 ?11Zc) %}+f_@\^XS' I2,<S K  = K  >feca]ZWTNKHEB?335336%%+73267#"&7654+"?3%#"732&#'7673267!732&#'7673267674+"5?3%#"! ^#'7'jLJQbOocG=9 XXdI=: e P qG=;"\`H17 bJXT?11Z B//)1  B//)1 ?11ZcZHB%rK%PX@  <@  @M =M>Y@!%%$& +&505>32'"'2'>76#"54763#3 /19fB=R P  )% fA/ =L3" W+%;EZj;%K*PX@  <K,PX@  <@  K,PX@e=M >@bc=M >YY@!%%  +20"&7562'>76#"5476+?   /19fB=R P ;9 =) A0 =L3" W+%;F7'T@Q" &$ ''  +2'>76#"54767267#"&#"'>32/19gA=RP !5+F-%;4+'V>;{B/ =K4# V+%<F3Duu slw3.@<&%:K PX@!bU=M>K PX@!bU=M>KPX@!bU=M>KPX@!bU=M>KPX@!bU=M>@!bU=M>YYYYY@*(#!'$$ +327#"547654#"76?633267#"&5475s39Hy ou=G-`RP;+\hxs3Nm.3I DU`Xk ,K PX@"bU=M>KPX@"bU=M>KPX@"bU=M>KPX@"bU=M>@"bU=M>YYYYY@'$,,'$$ +327#"547654#"76?63%!"547>3!25s39Hy ou>G-#')s3Nm.3I+-^08@@ /K PX@2dbb M = =M>KPX@2dbb M = =M>KPX@2dbb M = =M>KPX@2dbb M = =M>@2dbb M = =M>YYYYY@@?<;8743*) '$$ +327#"547654#"76?63632"/&=6462"$462"5s39Hy ou>G-BB @^??^1?_??_s3Nm.3I   'HZBBZBBZBBZBJ.?P@"@8K PX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>KPX@3 dbb M = =M>@1 dbb V =M>YYYYYY@LJDB<:31(&..'$$ +327#"547654#"76?632#"&5476>32#"&54%>32#"&5465s39Hy ou>G-5  HL-'7 L-)3 L-'6L-)6s3Nm.3I)  %L/?5' -@3' /?5%-@3' ^.@!)<(; :K PX@,b UM==M>K PX@,b UM==M>KPX@,b UM==M>KPX@,b UM==M>KPX@,b UM==M>K(PX@,b UM==M>@*bU U=M>YYYYYY@-+'%$"..'$$ +327#"547654#"76?63267#"&#"'>325s39Hy ou>G-!5+F+';3+'U>;{s3Nm.3IX4Ctt slw X'/A@4 < <; ;3 :K PX@6b  U   UM = =M>K PX@6b  U   UM = =M>KPX@6b  U   UM = =M>KPX@6b  U   UM = =M>KPX@6b  U   UM = =M>KPX@6b  U   UM = =M>@4b  U   UU =M>YYYYYY@10@>:8750A1A/.+*'&#"'$$ +327#"'47674#"767>763$462"$462"267#"&#"'>325s39Gy  nu= -BZAAZ/AZBBZ!5+F-%;4+'V>;{s3Nm.3I [AA[AA[AA[A3Dtt slwLq%4:@7 dUK =K >&&&4&4"%CC +%&#"&47>7674&'.7327#"&=33267+ ;[ fd uN :Z fd uKhm?mVR;!9 6 5 9y57#; 4 7 9yBhq`9>=:L1%53@0UK =K >(&0-&5(5CC +%&#"&47>7674&'.7327!"547>3!2+ ;[ fd uN :Z fd uK');!9 6 5 9y57#; 4 7 9y+-d%:7@49<dbK =L >)$CC+%&#".7>7654&'.7327632#"/&=6m ;[ fd uM 9Z fd uLA  ;!9 6 5 9y57#; 4 7 9y   'b%6>@;*<dbK =L >'&0.&6'6CC +%&#"&47>7654&'.73272#"&5476 :\ gd uN 9Z fd uL35  ;!9 6 5 9y57#; 4 7 9y) %\HB&tK!PX@  <@  @M =M>Y@ &&$& +&505>32'"'2#".547>3#3 Ra /2bN U )% d5 V%'C "jB9ZX;$2KPX@  <KPX@  <KPX@  <@  K PX@eM>K PX@YM>KPX@eM>KPX@bcM>KPX@eM>@bcM>YYYYYY@$$  +2"?62#".547>B! R] /0bN W;" =)7T%'C "hB;Z(@#<";:K PX@#YUUM>KPX@"eUUM>@(eUUIMAYY@'%!(( +2#".547>7267#"&#"'>32R`//bN T!5+F-%;3+'V=;{h7T%'E #jB;Z4Ctt slw32D@<<;3:K PX@!bU=N>K PX@!bU=N>KPX@!bU=N>KPX@!bU=N>KPX@!bU=N>@!bU=N>YYYYY@ %',+$"+# 476767>&#'>323267654'&547>323267#"&547s9ʨ6'-D/7 8; m%1fN;`RP;+\hw/?Zj% !7!A+%;d1/m+^ 6 !1P DU`Xk 2B@ K PX@"bU=N>KPX@"bU=N>KPX@"bU=N>KPX@"bU=N>@"bU=N>YYYYY@53=:3B5B,+$"+# 476767>&#'>323267654'&547>32!"'47>3!2s9ʨ6'-D/7 8; m%1fN;D')/?Zj% !7!A+%;d1/m+^ 6 !1P+-32GOWq@FK PX@0dbb  U=N>KPX@0dbb  U=N>KPX@0dbb  U=N>KPX@0dbb  U=N>@0dbb  U=N>YYYYY@WVSR)$,+$" +# 476767>&#'>323267654'&547>32632#"/&=6462"$462"s9ʨ6'-D/7 8; m%1fN;OB  BZAAZ/AZBBZ/?Zj% !7!A+%;d1/m+^ 6 !1P  'F^@@^@@^@@^@J2DUf@8VNK PX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>KPX@3 dbb M  ==N>@1 dbb  V=N>YYYYYY@43b`ZXRPIG><3D4D,+$" +# 476767>&#'>323267654'&547>322#"&5476>32#"&54%>32#"&546s9ʨ6'-D/7 8; m%1fN;5  IL.'7 L-)4 L-'5L-)5/?Zj% !7!A+%;d1/m+^ 6 !1P)  %L/?5' -@3' /?5%-@3'  &<@2!< 9KPX@(bM=M=M>KPX@(bM=M=M>KPX@(bM=M=M>@(bM=M=M>YYY@('8610'<(<&,##+654#" 326'6>762#"'2'>76#"5476PIhLGZV91׬ 7XC !@/17iA=RP qQmdZ>uCB)y'71)?B/ =L3# V+%< F &<D@4!< 9K PX@'ZM=M=M>KPX@(bM=M=M>KPX@(bM=M=M>KPX@(bM=M=M>K1PX@(bM=M=M>@&bUM=M>YYYYY@('65.,'<(<&,##+654#" 326'6>762#"'2#".547>PIhLGZV91׬ 7XC !VRa//bO TqQmdZ>uCB)y'71)?7V$'C %iB;Z\2D@7?<>;6:K PX@,b UM==N>K PX@,b UM==N>KPX@,b UM==N>KPX@,b UM==N>KPX@,b UM==N>K*PX@,b UM==N>@*bU U=N>YYYYYY@43CA=;:83D4D,+$" +# 476767>&#'>323267654'&547>32267#"&#"'>32s9ʨ6'-D/7 8; m%1fN;!5+F+';4+'V>;{/?Zj% !7!A+%;d1/m+^ 6 !1P{4Ctt slw92:BT@G O K PX@6b UU M  ==N>KPX@6b UU M  ==N>KPX@6b UU M  ==N>KPX@6b UU M  ==N>@4b U   UU=N>YYYYY@DCSQMKJHCTDT,+$"+# 476767>&#'>323267654'&547>32462"$462"267#"&#"'>32s9ʨ6'-D/7 8; m%1fN;BZAAZ/A[AA[!5+F-%;4+'V>;{/?Zj% !7!A+%;d1/m+^ 6 !1P^??^@@^??^@3Cuu slvq=LS@P"7<  d  UK =L >>>>L>LJHFEB@$3633&44+%.+"&?37"6&#"?37#";2&#5767326#"&=33267J!/-   N"T)5  )-9!wP+;3K 6;5hm@lVR.R(313,31 /;/ //$ hq`9>=:=MI@F"7<   UK =K >@>HE>M@M$3633&44 +%.+"&?37"6&#"?37#";2&#5767326!"547>3!2J!/-   N"T)5  )-9!wP+;3K 6;5'*.R(313,31 /;/ //$T,. =Q@P " 7@'  d  bK =K >Y@KJA?$3633&44 +%.+"&?37"6&#"?37#";2&#5767326672"/&=6/J!/-    N#T)6  )-9!wP+;3L 5;6A .R(313,31 /;/ //$R   &=NR@OB " 7<   d  bK =K >?>HF>N?N$3633&44 +%.+"&?37"6&#"?37#";2&#57673262#"&5476jJ!/-   N"T)5 )-9!wP+;4L 6;55  .R(313,31 /;/ //$e) %a5KF@C  /K PX@1  ZU M =M =K >KPX@2  bU M =M =K >K1PX@0  b   UUM =K >@6 Z  b   UUN =K >YYYY@76ED=;6K7K$34)D3"" +3 #"6'#"&?2$32#"';2&#'7673262#".547>/f+553-C?  5~TqR3 JۉD'K(:G;8Ra/0bN U/+^ '1L^Z'HP\--//)Z8V%'D %iA;[m)J%W$"@ dbIMAY)"+462"$462"672#"/&5056mAZBBZ/BZAAZA  j[AA[AA[AA[A   &`)J"3i@ #@!dbINBY@/-'%  +2#"&5476>32#"&54%>32#"&546Z5  HL-'7 L-)3 L-'6K.)5J)  %L/?5' -@3' /?5%-@3' jw@<d[! +632/&=6B   '\2FX@E/.&QPIHK PX@+b`=N=M>KPX@+b`=N=M>KPX@+b`=N=M>KPX@+b`=N=M>K*PX@+b`=N=M>@&dddN=M>YYYYYY@ $-+&&/"" +#"'#"&54767327&54763232654'7632"/&=67327#"'47/ʰ:{#3R)GJmn h`oT ;NfA q'-74/+y3􃃁1H0qD%ZHVF;#{   '3k3'Fi^Lv2D@&=<54K PX@dN=M>KPX@dN=M>KPX@dN=M>KPX@dN=M>@dN=M>YYYYY@ A?;9&&/""+#"'#"&54767327&54763232654'77327#"'47/ʰ:{#3R)GJmn h`oT ;N`q'-74/+y3􃃁1H0qD%ZHVF;#k3'Fi^LvyCU@@?! 7NMFEK PX@,b` =N=M>KPX@,b` =N=M>KPX@,b` =N=M>KPX@,b` =N=M>K#PX@,b` =N=M>@' dddN=M>YYYYYY@RPLJ:820*(  +2#"&5476#"'#"&54767327&54763232654'77327#"547F5  /ʰ:{#3R)GJmn h`oT ;Nyq&-73/+y3y) %/􃃁1H0qD%ZHVF;#k3'Fi^Lv52DV@7?/.&<>;6:K PX@(b UM =N>K PX@(b UM =N>KPX@(b UM =N>KPX@(b UM =N>KPX@(b UM =N>@(b UM =N>YYYYY@43CA=;:83D4D&&/"" +#"'#"&54767327&54763232654'7267#"&#"'>32/ʰ:{#3R)GJmn h`oT ;Nu!5+F+';4+'V>;{􃃁1H0qD%ZHVF;#4Ctt slw52DV@&7?/.&ONGF <>;6:K PX@2b UM =N= M  >K PX@2b UM =N= M  >KPX@2b UM =N= M  >KPX@2b UM =N= M  >KPX@2b UM =N= M  >@2b UM =N= M  >YYYYY@43SQMKCA=;:83D4D&&/"" +#"'#"&54767327&54763232654'7267#"&#"'>327327#"'47/ʰ:{#3R)GJmn h`oT ;Nu!5+F+';4+'V>;{q'-74/+y3􃃁1H0qD%ZHVF;#4Ctt slwk3'Fi^Lv 1'0K PX@$dbM=M>KPX@$dbM=M>KPX@$dbM=M>KPX@$dbM=M>@$dbM=M>YYYYY@+)    +"32654&"546$32632#"/&=6%wwy5GB  \,   'u -1!K PX@%dbM=M>KPX@%dbM=M>KPX@%dbM=M>KPX@%dbM=M>@%dbM=M>YYYYY@'%--  +"32654&"546$322#"&5476wvy5H~5  \,) % >S@R >,+ @,d  b`M=N >Y@ MK)-$)*!! +%32673!"757>7654&#"#!3;>7.547>$3 632#"/&=678=/F= % ^dP')3y !A  o+P!P9FH;oL)3!J71)h˨g/>=   '=O@ -O=<@-  db` M =N >Y@HF97321/&$  +2#"&547632673!"=7>7654&#"#!3;>7.547>$3 5  77=/F> % ^dQ')4 y !) %'o+P!P9FH;oL)3!J71)h˨g/>=VDO@-O=< @-b M =N =M >Y@ HF$)*!$%% +73267#"&7%32673!"=7>7654&#"#!3;>7.547>$3 ! ^#'8'kLJQc78>0F= $ ^eP')3z !;"\^J17 bJXTHo+P!P9FH;oL)3!J71)h˨g/>=B'@<e >  +2#"&547615  ') %?/'I@ @eM >Y@  +2#".547>Ta//bO T'7 V%'F #kA9]XZ&@# <IMA  +!"505>3!26BH!BL%7#;XZ&@# <IMA  +!"505>3!26BH!BL%7#;L@GK? +7!LbbL@GK? +!!ZLeFL@GK? +!!yLeL@GK? +!!Le}'P@GK?+#3#3%1`10/@,SGK? +!7%!7/-ZZZZ}@ :[ +"547>7o}N`J F{BPFL%:/;@9> +25>7654'&547>`q }N`H F{7PDL% 9 /<@9M > +%25>7654#&547>fo}N`H H{-)RDL#< /<@ 9> +20.5476V`^% A@h{)PT. #AC}HJ-!@" :[-- +"547>7!"747>7q }N`F Fq N` H G{7PFL%: /<{7PFL%:/<9+39K*PX@ >[Y@++ +25>7654'&547>!25>7654'&547>o}N`H Gzo }N`H F{++PFL#: /;{-)PFL#: /;?, @*9[,, +%25>7654'&547>!25>7654'&5465>o }LaH Hvq }L`H H{7PDL#:/;{7PDL#:/;d("@"! 9>(( +20.5476#2.5476d`]'A@h{)`_% B?h|*OT0 #AC{J OT0 #AC{J uX3:@7-( <eV>,*#! 33 +2632#"'#4'6#"&5465>32&547>%1g'3J/u+%h s7)3N-v D3' T2"+9PoVoG}JBfP-#+>TF[dz1IXXG@DRD?75 1% <e V=M >US''(&''&(" +#"'632#"'#"&54767#"&547>326'4'6#"&5465>32&547>32632J/u+w5'5N-w B'&)l%5P)s)s7)3N-v D'%1g)1+9PoVoG{P-#+;RF\dy/L3' ݢR-% +:PuVq?fP-#+>TF[dz1I3' T0$@IMA&" +>32#"&54gZxs^uhw\dw\+ "+7{ݬ^~K PX@ M>KPX@ M>KPX@ M>KPX@ M>@ M>YYYYY&" +7>32#"&546 P/)6 Q/)5X/D3' /B4);!K PX@ M>KPX@ M>KPX@ M>KPX@ M>@ M>YYYYY&'&"+%>32#"&546%>32#"&546VR/)3 P/)3\ P/)6 Q/)5X/D3' /B6'/D3' /B4)!2"K PX@M>KPX@M>KPX@M>KPX@M>@M>YYYYY&'&'&"+7>32#"&546%>32#"&546%>32#"&546 P/)6 Q/)5 P0)5 P/)6 P/)3R-)5X/D3' /B4)/D3' /B4)/D3' -D4)@<IMA&" +>32#"&56R/'5R/)6/A3'/D5' *8Gc@baK RN MK PX@0  U  U  UUM >KPX@0  U  U  UUM >KPX@0  U  U  UUM >KPX@0  U  U  UUM >@0  U  U  UUM >YYYYY@IH_]WUQOHcIcDB$%%%'%$%#+%3267654#">32#"&543267654#"3267654#">32#"&5427'#"'#"&547>32'^D17~ه\^I?15~F15}؇\_PM)Fى^Z}5Xa';_??y΍!{fNy#;_=)';_?=y΍!{fNs\%yiK!{!3 ^ *9GUd@~h okjK PX@4  UUU  U M >KPX@4  UUU  U M >KPX@4  UUU  U M >KPX@4  UUU  U M >@4  UUU  U M >YYYYY@!fe|ztrnlefa_ZXTRMKFD'%$%'%$%#+%3267654#">32#"&54%3267674#">32#"&543267654#"3267654#">32#"&5427'#"'#"&547>32'F15~ه\^PF25ڇ\_J?15~D/7~ه\^PN+Aه^\}5X ^';_?=y΍{fN9 ;_?=y΍{iKy#;_=)';_!??y΍!{fN{s\%wiK!{!3! @<e>  +2#"&54765  ' %`!"+@(<e>""  +2#"74762#"&5476h5 #3 '  %'  %!#47@4(<e>%$.,$4%4##  +2#"&5476#2#"&5476#2#"&54765  3 3 '  %'  %'  %=@<e>! +632"/&5056?      %)j)7K1PX@ e>@bc=>Y)))!+6720#"/&5476%672#"/&76 B  '?      $'   (9+@#@ *(%<e>*)(!+6320#"/&5476'632"/4&5056'6320"/&476% A B B      '#    %    %q "+'76qhqo{qo#lPo "+3767&'7ojojouP 1BNO@LGFDC2NHE*KMI32#"&54>32#"&546%>32#"&54>32#"&546%7 'R/)5 P/)3 R/)4 Q/)5P/)5 P/)5 P/)5R/)5uVsT/B3'/C5'/C3)/D5'/C3)/D5'/A3'/D3)L'LMJoJ'J+HX;@8b =M>-,USMK=;,H-H(&  +2#"747676547>>32#"&542#"747676547>>32#"&545L6-D+#B sR0)3 P0)3 7L6+D#B qS/)3 P/)4J>9 Lw9ǃ-)9jLs`NN/D3) /C5'<9 Rq?ǃ# - 6=hLqdNL/D3' /B4)))R5EVMK*PX@ F4 N<@ F4 NK PX@ b`=M>KPX@ b`=M>KPX@ b`=M>KPX@ b`=M>K*PX@ b`=M>@$b`==M>YYYYYY@ B@:8'%*% +#"&54656767672#"54?6767>767>32#"&54>767654  P1%;Sv @GK?Y@  +!7T0ZZ@@,^XjcSP&zn?81*KPX@9Xb XV  V >@9db `V  V >YY@'~}xvmkhf\ZNLGE*#+)$!+%67"&#"5476724'&47>32>7632'"#".'"&=6%67"&#"'47>324&5&5465>3267632'"#"&'"&=667&#"547>24'&47>3267632'"#".'"&=6! T1)8%H =.J'?7!) 5>% %1+/.9#H 9/J%=7/! 5>$E7 1V19#H!;0J& ?8!) 5=%99)%-5 =)1 F7" #"%#&!*=9#) -5H  )3 F9  55#&!, ' ;#)%-5F '2F 7! # %!' +#3@ d[ +3#TFV)+F3CxR@ PBK PX@*b` M= M >KPX@*b` M= M >KPX@*b` M= M >KPX@*b` M= M >@*b` M= M >YYYYY@}{wugeUSKI@>8620" '% +#"&54767632#"'4?>767654&#">32#"&56#"&546567632#"54?>767654&#">32#"&54 P1%;s `1Ld@/D3' /B4)?J+/+T\Pq#!5`V1'-hD/%!%3;L>`1Ld@/D3' /B4))H+`pR@O8<b``M =M >mkec_]OM=;31(&  +2#"547676547>>32#"&54#"&546567632#"54?>767654&#">32#"&547J6&J +#? r P/)6 P/)5` P1%;s `1Ld@/D3' /B4)D,csfK PX@/b``M =M >K PX@/b``M =M >KPX@/b``M =M >KPX@/b``M =M >KPX@/b``M =M >@/b``M =M >YYYYY@pnhfb`PN><42)'! +2#"747676547>>32#"&54#"&547>7632#"54?>7>7654&#">32#"&54+7L6+D#B qS/)3 P/)4 P/%=FCq ;`H<+3A #-9 +V=BG@5Dh P/)6S/)3D<9 Rq?ǃ# - 6=hLqdNL/D3' /B4);J+1+3N/Pp#!5`V4$-fD1%!%3+;[^/1dJ%!Ld@/B4& /D4(.@+ <:eU>$#"+73276320'#"׹ojBE7o22qL53 !`++::@7<bM =K>-,53,:-:&b6224 +32'#76;>7654'#"5732632#"'27654# #;   >3'# ?> D;//m-##-?#7+++R35+JI.Kd#=!&:hJ(1@. < 9UM>%#  +%2#"'.547>>32#"&54)1 H-# B?PgcOR/)4 P/'50$-?%#E)cH\o/D3' /B6' Ry NK#PX@QM>@UIMAY@      +"32654"&547>32fm;Bm? duy` #?FF65;m-#mv52Z,@ (@1b``UIL@Y@,+'&&%"  +20#"&5465>;2'#76;2?63"7673T@(%/9 # bR-% -O}VI9&#' ++'-D Fw#@  K!PX@! bTO>@'d dTIK?YY@##2"2 +3#;2'76732?!'676733767 /kh !) )% X79 ;5h#mNv'-/'vTuy`HBE3Bu#@ KPX@"bUQK>@(bSUIMAYY@ "%&"$+654&#"!#32#"&=>32726\;D%^k{%%twF71/D 3P6XfoJ b+#!#X\{&1@.<:UIMA+#)#+654#"7367#"&5476$7632oH'C  +L}\ &n-3y\%^39#?>J`m' '+d=?}wK#PX@ZcM>K(PX@bcM>@bcIMAYY@  +"#733!#7ePP Ù/jBw!D@<$"4@/b``UIMAY@@>65.,&% +"67654"'3267654##"&547674"'&5465>32s7 8D b#h7-L 7ZXf`NqH6)31=J=N -4@5 9LK%7D B}DK X\5JFZH5Lw$N@<9K!PX@QM>@UIMAY+#(#+32767654&#">32767"&54H'F +K{\k-4y\%^3+2?=Jcj6))e=R fK PX@YT >K,PX@eT >@deGL@YY+3##7#7373}--+=dd D=@GK? +!7D=dd R/@,SGK? +!7%!733XXXX "+>7&54Ƙ%shf3%mT-bsR)q-Z "+'>7654'7T-!yad5dk)-hwL)w-Ha=<K*PX@<<@< K*PX@$ U  I  MA@+  b U  I  MAYY@;:531/.,+($"  +26736?654"73767363232&#"+&#76736767" 11Y: RNL LJ5 o0f61m . @F +!BV ! #11 +)++;'H /@,UIMA      +"32656"&547>32o9Am? duw` #FE5J)o-"nw+;B!,@) <dIL@335+>467'673;2&#'767326%=_mJP 10V-! /E/L9+3)@@='<bUGK?" )) +7"&=>32367!>767674&#"# ^aYBqj'#1C% 9i?H ^d`U)-:FmNf ''! #&?8@ 5$32#"&=>327267654&#"7>'?P=1`Xh{7LJw'7@%lF#FHo)1#L0=?91HAJ9 h%&+#MV 5-7 Q;!%f@ d dOL >Y@%%2$2 +3#;2'76;2?!'67673376'H/hk +%  X8381i#m5Pu)//'wTtjoTJ;3=#>@;<bSUIMA"%&"$+654&#"!#32#"&=>32326![K#PX@ZcIMA@bcIMAY@  +"#733!#7'dPP R1`Bs ?D@A# <b`UIMA<:-+%$ +"#67654.'3267654##"&54767'&547>3257 D bf7-L 7ZXh`Nq5' /% 5<I ?J -1?6 :NL$1H DzAL T^7HFYG8 1{$O@<9KPX@UM >@UIMAY+#(#+%32767654&#">32767#"&56E)D +K|Zk10{Z^3+/?@Lbj'#()d>7?P kK PX@XYL >K(PX@deL >@deGL@YY+%3##7#7373-++ybbFy5K(PX@ K >@GK?Y@  +%!7ybbH)@&SK > +%!7%!7q3RXXZZN "+7>7&54VƘ%sff3jmT/dqL.q/ "+%'>7674'7-!y`g8dkj/fvH+{/H`!5!F 5J@G) 3<bUIMA -+%# 5 5' +7267"''"&54656?654#"#"5465>32f#}+*g97L^RC = TP j#mgj 'Z5 hG263!1'53/V%" /'E5!F 5J@G) 3<bUIMA -+%# 5 5' +7267"''"&54656?654#"#"5465>32f#}+*g97L^RC = TP j#mgj 'Z5 hG263!1'53/V%" /'EDbB"C@@ <USIMA " " +%"36542>7#"&547>32!=f9)'KDtVjy 5D- Hu#5?:T s!> "=F3B (@%UIMA%# +%674#"3262#"&547> LX'3Ekƒsy/8% DVNY+mZ!o!7CE@B:8)<;09UIM AC?3"(1 +632767.'&'#"?!765.?!'"&#"7675&'2&#"GR JN6 H) D6YD! FNF-1#P7 N?TF $)) 2O  )%1\=-+ FP+P!oD"5@2 <UQK> " "# +#326"'>32#"547!7654&->$;%&NBvVky X7)HFH"5?:T!s R !?H)+KPX@(ZTQM= >K(PX@)bTQM= >@,  bbTQM>YY@ +*&$&$ +3267654&#">32#"&54%3##7#7373jgueuR{{ %B%%B?bt`uɝu#ƛu D??)#]K PX@ ZXRM>@"b`RM>Y@ # #&$&$+3267654&#">32#"&54%7!jgueuR{{' ^?bt`uɝu#ƛu ??j'A@ 850*$#?><KPX@'bISU >@'bISU >YY@42-+)'"  AA +"&5473256?654&#"654"567673632#"'4&5679gJO)T8o+#6G& qI%LPJ9DH-^ @5?:y9!LjZ# !`mתq;b#D"DD+ !91n#/f#ob8Y@V2 < Z U  SSM >88630-*'#"! 3#4+#3#;2�'76;27#737#73654+"?3!+"1A55=J@5BB91=;? 9^P^3RA^P^'7L@@ K PX@F Zb`` U   SSM>KPX@F Zb`` U   SSM>KPX@F Zb`` U   SSM>KPX@F Zb`` U   SSM>K!PX@F Zb`` U   SSM>K1PX@G bb`` U   SSM>@K bb`` U   SSM=>YYYYYYY@@@?>=<;:7531+)&%#"#"+327"'&#"#"&=67#6767#737#7367672#"'&#"3#3+9}K1#o/`bgZ' V/!5 f4+{9{N85%#3m Ӽ]5'w=B5/'+!9; V^N`j++'-%+t<`N^f .@MI  VQ wv<  bb  U  U  SUM =M =M>~zxusqo^\XWTRPNC>:87653%$"+32654"67#27>?3267654&'.54654"##".?276326?32632.#"#"'&#"7'"547#!"'&'732&#'76;om 5 A 4_?'=+Z >GHF5  u=3RjH"'+J'5BAR#HjB RDGl L+/F:15Z3:;87d%!d% N3D; /F!#&F-C% - g# 1X!D+)D])>C%%!#=D)Vs"~! )  |]K%PX@ }$x | ]DC<@ } $x | ]DCK%PX@Kbb` UUM  =  N  =M >@K  bb` UUM  =  N  =M >YY@omjihgb_\YURGEB@><$-%"#+654#"327673267674'.547>32.#"#"'&#"7#"&'.'&';2&#'76;27654#"?627 y"o{H;׃-9-Z d^́j'j)5B=T#FmA R9XnD)L-/H:/7 F;w3C9^TCoA-ZF% N3D; X@/R?`?D])%%!#=D)Vs" ZH9:+ I/ #`RV%u):w +V=3D@(& ! D64  K PX@=   b Z TP = M=M>KPX@>   b  b TP = M=M>KPX@>   b  b TP = M=M>KPX@>   b  b TP = M=M>@>   b  b TP = M=M>YYYYY@CA:83321-,*)'"+!!#0'27#7#"&547676327#735674#"?673.#"327jZt=RAymw 15L(- g;5Gk=/TZH%R;3d_VOJ H%1FF9>}Od  ;$) ;9dVV:qxub >N@  -,0K PX@(U S  SM>KPX@(U S  SM>KPX@(U S  SM>KPX@(U S  SM>@(U S  SM>YYYYY@>>:97642"*" +?36327.#"!!!!32>7&#"7#?367671"K07L >)h5O5Ju'! !He7a26s> !o 3>P-]P %O˽ )6>3#!?5} :^K%PX@ZYW7<^:! 9@ZYW7<^:! 9YK%PX@UU M >@*UUM = M >Y@ SPAF'(-(## +654#" 232>7654&''667>7632#"'32!"&#&#"7632767'676%yxP(!5ىTH R3h1mD3wV1 jdN 9=; +%' 655`qqm)'}`.M hqP3wP5\6sq=%m}g!Tp){B^=+u-L1qD%uld Z@ '" 3 @>IUS S  U  K >Y@+ZZXUTPLJIHGEA@?>=<;:852/+(!"+#3>5#323&#"#3#!"'&';2&#'76;27#737#737654"##".?27267632% 5 B !8%F No K+2"H:9 w3o; {P# } {^1^+ GD^P^F' -^?+M @ 1,"+ ' 676&#"32665#"&76327327#""&76$32#"&7>76&#"3267?e;J+x"bQZ=!rT ;` 2!\EZ^ !}bH >' Fl-)dP)>l5c TyG FFT%7"{HT32'6&#"?e;J+x"bQZ=!rT ;` 2!\E#|E5@^ d;'g^= H ))+; /%dP)>l5c TyG FFT%7"{L^e?J'?+R_@DW7'?be\D  "+"&732!"3267J!9hl)S55>S7[I_ZJ`TL~3X}) 98V%)f_>1Fg=/Aj\cK^b=%2@ @ ;5/) "+ ' "&76$32#"&7>76&#"326732>76#">32#".=eX^}`J @' Fm-+;m6 #]TwN?V eHT:!" JO<+.|PT5wY6KP=%V ;2 "+ ' "&76$32#"&7>76&#"326732676727327#"?>7#"&76?676#"'632=eX^}`J @' Fm-+` '1J%{  7!YD  jB+ g7!YD eHT:!" JO<+.|V++5sTR7#}Dy/4O+ 7%{B 5D>JV SMD?3!"+326?6732#"576&+;2%'7673276&+"'?7%.+"2654&#"'4632#"&K/1 >)  @%/N ):5 3m "<;  N BfFH>S55>S7[I_ZJ`y+1; >R}@/+u/+//Zb/+4}oT_>1Fg=/Aj\cK^b;s>-"+&'"'63266.#"''7676.7>727#"'67soy\qHGq^Z4"wZBZskGkX 3K1{"Hmb=PhTgZmr\_+Hn\őTmL|h1f9H?fP`hT`^isM7#+OVVP "+%!;2&#'76;27&'#"?307+"!6&+"?37+";2&#'76;2%676&'sdd (:5L 65L5jTT(:5N3m +:3L5k}i 1+/+''''ZO/+''Z/+''.& :"+76&#&7$72>32 3272"5476'&#"#"&54>"` h˒NJ)X+ mH )%EN< 2"J+ f4(,  K՗mO"F5ZRs9h3$}ht 4* $5F`M! "+674#"?673!!632;2�'7673267674&#";2&#'767327#73- i98&: \I P 3/`)+^sG P XppR ;$Pf5CX9//+/B-1%i9//ZP3DC"+6$32#"/&"'76232>76/&76?&#".6#Nn3 KB#"+)Q?&(5#77!271% >#@RGB/#!'b XX >?ىBFZTD/#N] R9 w{Ճ#7+DKKE$"+#&'&";2&#'76;&+"&?!32?6&+"&?37+">7&' ,1%'56O @LD    %76 F 37D4?Pu;)Dd13H'%!. 01L ''JI/.6D"_ @ K8"+!!654&#"3262#"&547>.+".?!>32#".'&7#"'#"&5476326+1%!L& -%oɇy%' P^ r/XuJ-+5 //P'mc+Vqf  >h{1=L- ?UȃX jZmu1-V }5ݻ8+ '/%J!+:7ӵ@+P^!; 0< 81%"+6.#"3276;2&#'76;"?6$3232676&#"h NV1`NweXST +93OoQ!}VTToX+Z7% # !ZwCi^M/+'''ffLV1')1-1D["+>32%632327.'.+'%'&#"'&#"'7632>7#"'>76.!TA% % -! >P##% u%1+}+#ATF-7-!#7F y`\'=Cy #!LP#7VP+ͨ'*FP˨T+/B`/%%1IݬZJ:'#o7fs #?32676&'.7>32#"'';2&#'76;276576#&?3673#"32&#'76;27 ;u+J 9D3 dV)< =B15P &0'5EVNK- ='#F   L(^ %" s-5!<V)# E2d/+\=Z3BI?iGBF?7L-Vn"%Å/  >!#  Pp^   =  /^O~mY-"+0#"''0;2&#'747327676=6#&5?3673#";2&#'76732746732&#'7473276&+"'7!&57.+"+ 9(b  H'X! a  m9  9" P)z ! 2s$ 9 d\"'F+1-P+k?+  9FRV  ^y   9  +   -!=  =!'%VD3"+%#!"&767676&#!"'673!607!267Gw- g8TE+";B4M58v ? 3l?7654&#"#!3;>7.547>$3 5!78B-FD#+Xa#P'%'3   %o+P!RR=HIhJ)%/J5;-h˨g)R=T<3 "+7323!"#"&547>?654#!3>;7! 7654&' 1'$0P!+󮑚#DH'D7;' 53 l5){LCÙ?Nc!N,L?90N7+5 "+!76.#"327#"7632;-)7}Gj3+m>ٶ%%:+F@y'+q %aX"+#"'36'##654'&'+5467>54'&'47>7.'&54767367&547>? \/ f#E7 wVDD/:J j6  |`5fe+#;R{ S"#%J/!w`1/bPH 9d%3```=^ 3^w5 3R #) HV+T> + TDL\-1?3jV%Z =T ! ')G "+23!7!67654&#!"&547>?3Ǻ'3t`w`kJ!7HR\ n10HipPٮLD&F7 BY d<0 "+0".'4&'6'476767>764.'&5465>?3 !'5ZF )X)  k.. !`)/LbsZI+%;#' 3 k! bRB) ^=X% q)pXD '&" "+&#'76?>76&/7672>2"k#- I 13kKX $T^4T^ )% //')N/ =!ggGGgGJ;\ @EDB V 8K!PX@B bb`X`   TUR >@C bb```   TUR >YY@[XUROLHG"&,%#% +3#4654#"#"'5>32#"&547>323267654&#7>>467'67332&#'76;26LhDiF'?R=1`Zg{Jx';@%lF%THm>^kHQ1/1#L-=@:1 DE%m h%'+#NV 5-5 P/" 1F3J 9!!+F.f@,+ ;G c^ R @Ob`  b  `  `  ` S  U RM >Y@ b`ZXVTOMA?9742'% .. +3#"&5465>32367!>767654&#"654#"#"=>32#"&=>323267674&#"7>LhDi-" c X?qj'%/D'?Q=#?uJZf{Jy';@%lF%FFo%7k \i\X'-7HjNi )'!#%31#L/.5#:1 DF%l h$'+#NV 5-7RZ'Gh@e10. B < bbb   TTUQ >GDA>;843"%&"% +3#%654&#"!#32#"&=>32726>467'67332&#'76;2LhDi;D%`m{%'uwF85/DF=^jIPY¢ 5P8XfoJ `+#%W!0! /F1J;!!\)Tw@tRQ0 @? < b `bb  STUQ M >+*MKBA=<42*T+T"&&#%+3#%654&#"!#32#"&547>32326"&5465>32367!>767654&#"LhDi;D%`m{ 'uwD85/B'% bZBoj)%/C¤ 5P7X YoJ `-!%W@'9i \i\X'!CFjNi )'!#%\<b@9(D @Wb```  b  b U S  U  QM >Y@a_][USMKHGFECA&"%-&#$+3#654#"#"567>32#"&=>323267654&#"7>654&#"!#32#"&547>32326LhDi %?Q=1aZf{Lw)7@%nE#HHo;D%`m{ %uuF75/D 1!L/=@83 HA'm h#'+#NV 5- 5 P 5P7XToJ `+#%W\'M@ /* K#PX@R  b  `  bb S  T  UQ =K >K(PX@P  b  `  bb T S  T  UQ >@Sd d  d  bb T S  T  UIMAYYY@!LJHF@>863210.,''$#2"2+3#3#;2'76;2?!'67673376'674&#"!#32#"&547>32326LhDio/hk !+ -%  X958=h#mIFC@=:65+#($ +3#%674#"367#"&5476$7672>7'67332&#'76;2LhDiH#; +K{\ &k7*y\=^jJPY”%^)9!?@Jbm'!))e=0! /F1J;!!Z&5K#@ D 6 K(PX@Jbb   b  bU U V QK >@Pbb   b  bSU U V  I M AYY@GEA@:853,*!%&"%+3#654&#"!#32#"&=>32326674#"367#"&5476$7672LhFk;D%`m{'%uwF736/DAF%9 -I{\% q7*y\ 5P7Xs pJ `+#FX#^)9"?@Jbm%#))e=Z#Efk@hONL` >7& <bb`   T UQ >eb_\YVRQB@0.(' +3#"67654&&'3267654##"&54767'&'&5465>32>467'67332&#'76;26LhDi78D Dj7-L 7ZXf`NqV=|^hGP1086& /% 1=) DH -2@5 9LM%3F D{DKV\7JFZH5/" 1F7F 9!!+^;L\~ @!8']? q_G O @^b```  b  ` `  bV  U QM >Y@=32#"&=>323267654&#"7>"#67654&'3267654##"&54767"/&547>32LhDi'?O=#?uJZf}Jy);@'lH#THm 7 8 F bj7-L 7ZXf`Nq1!L/.5#83 J@#p h"'+#NV5/5 Pw5' 1#-BJ DH -2@5 9 LN%3F D{DL V]7JFZH5\(:Ji@ M=5 @Ibb  bSU U   U I M AY@*)fdVTEC):*:"%&#%+3#654&#"!#32#"&=>32326"674654&&'326765&#"&54767&'&'47>32LhDi;D-Xmz %tuF75/DE57D!D h5-L 7ZXh`Lp3P5XSnJ `+!!#X5' /%/?!) FF -2@5 9LM%3FD{DLT^7JFZH5\!3SҷL6 @Kbb  `   b  ``  U  Q K >Y@&""PN@>87"3"3-+!!  +3#"#73!#7"67654.'3267654'7##"&54767'&5465>32LhDiXdPO Ù55 D `h8-L ;7ZXhbLq2j5'/#/?JFF-4@7 7!LK%5DD}DLV_5JHZH7 #4@1 <beT >334+3#>7'67332&#'76;2LhDi/> \jJQX0! /F/L;!!/%9-@*<UK >"3!#D! +4#&+.?263#"#232&#7676767>7> ? ') 4;  )  \ 2;  1! /- /1u 1"[X@U?<;b```U  K >QOMIEC2D#61 +'6'3&+#002367#67676%#6'&+.?!27#"32&#%767676767>V \  P =o1> < [= 0; / w  //   11'u 5!@xX@U$" <[;b`  U  K >nljfca`^SQNJ!"?4+4'0+"##36767>76%65'&+"#3276767>5%4#&+.?!27#"3232&#%76;676767>V     ? v3 -B  *  \ 2;   1! u    !w ! /1 11'u 5VQ@NC,kiRQ*('" <  U  M  >zxvsqonma`_\VUJGB=<51-#!+6#&+.?2>;2636;"76?6567&#"&#.?322272>;#"5"''&'&+"#232&#7676767676 =/g58'' 'R T 0  '##::6'' $  P"z b   ) 1 \ 0; 1! /1  o}  1! 35+/1u_:@7&]\7532,)< U >URMIHA<8a6! +%#"''&'&#'"'&5730323;26:36;'676?6565&#"&#.?322272?3#"5A= ) ' o  '')RT?? ! - '!#::--) %  jv+55+ 13  oml  1!  I XzF@C2]Z@85 <  U  M >spnkgedbVTQHEA#!6)3+4'&#"#"''&'&#'"'&573032:3;6;"'66?67&#"&#&?3223!27#"3232&#7672767676 p #Q?; + ) 7XL') 'RT^!  0) )#!tes1>   )  \ /;1 35+  11  o  1/ + 11w j@gC>ed`_WZ0/ |zwnjf6;>4+&5&+"0;2767676%6'&#"35"''&'&#'"'.57323;6;'67675676'&#"&#.?322!27#"#232&#!7672767>76     Pr P#{ )  & 5ZJ%' 'PT=?- 2 '##::'33>  *3 \= 1; 1  # w   35+11 oml 1//1  w @S@P^}ur2!~nm6)=?:=&+654'0#"0;276707&5&+"0;2767>76%6'&#"#"''&'&#'"'&57323;6;'66?65&#"&#&?322!27#"3232&#!7672767676 s  s w w ` p  #P!>; + ' 7XJ%' %RT^! #2' &!#::s1= ) ] /; %#  )  +  w 35+  11 o  1/ + 11w%73@| 弴/$GF< <bb`` U  L  >zutsrpljih\ZXMKJA>$!1,+3&'&'&/&'&#"&+#"##;63>7676?636723'#'&"#&#*"#767676767>54#&+.?67326;"0>767676?&#"&#&'7;326;3#"2;2#'&"#&#"#?476?6376'&'\  >  '1# 'u 6  ' "{9TZ 1;    ? $)"O 1 4  )8j% ' "3 ''    ' jP'!I  -?! !*=  /1'u ! /! !5 1/  yPP   !# :5#@pPAg\[YW752 _-~}zqnjihVSND?=<:4RE+%034723#'&"#&#"#7676737676?6&'&'&/&'&#"&+&&?32226;"7'67>?6743&#"&#&'732226;3#"3##2;2#'&"#&#"#?476?6376/&'  3  ' !{ y1'2#!'O'%     '!!77'!P  ^  4  ) j ) #3')   )jK& #J    /1  !+vL+L  %  /! f  1/  yPP  !# :%&@qge ݎ\% 'ٷ :/<;  b  `  ``  `  ` UM >ÿ~tomljba`_UTPMIHGA@=5277&'3'3&/&'&#"&+&&?32226;"7'>76?6743&"&#&'7322!>3#"3232&+#"'"#?476?6376'5&'f /    z3 )  w"y1)!2 !P&%%    &!!88)P  -' 3  ' !55)' 2=   +   \T N`XP' #L ]  v! y  /1 w*L+L %  /!1+ 1/  1# :i' 7"M@~> {KP`^ <;b ```U  K  >ǽyxrokjidba5?U>5+054'&+"0;2767>7>##32632767>765<=&#"33463#'&"#&#"#7676737676?#7&'&/&'&#"&+&&'732226;"7'67>?6754#"&#&'73223)63#"3232&#!##"'"#?476?65'&'   )  )y 5   ' {!y1) 1 !!P'     ) !77'!P  ^  3  ) jt 1>   ,  ]^XTbXJ' !L  5 $ v m v  yPc   /1  !w*  #  /! f  1-$ 1#  :+y:7@4b`ZUK >#%4#+>5#6'&#'.?32226;#"!27676?3!76?276767D '$#u ) !>h!&78uk% -@   /3  ^ 1Fh  /X%*(@ ! K PX@bUM>KPX@bUM>KPX@bUM>KPX@bUM>KPX@bUM>@bUM>YYYYYY@)('& %% +"5476!2&5754'&'"32>7#3&- yx8L3Ńdd@V ?<P uEfHIdZDb'N^<s'6L@ZUM >Y*$K2*"+327>7654'.'"637276767676'&#"&#.?!2)Vchfok?cKh->   +  )XHVLGFwT{F=&v  /yr=@oB#\q@ Q6.* @'  UK =M>Y@\\WS"47."4L2 +!+232&#7637676765667'"' 23&#76376767>56&#"&#.?7@ 271B '  \ 2; P_,1ÿ'  J 3>  ' 1N  /1P nyޒn1 13 @v  /7)9d@ #@UK=K >Y@ &$345343+654+"&?37+";2&#'76;27>32#"&54V+%G3'3u)%P4%5 W3-5X3+8) ""N- ##P3H7+ 3G7+9X/iQ@NGd <U M=  K  >" ifc]\XTQLIFA@;74*' /"/&&&"+>32#"&54%>32#"&54327654+"'654+"&?32727337+";2&#"'+"&#'76;2Z51@ Y7/?z[51@]51>63w)53tu)'GV+ -o3'3u)'MB^%W 3'3->3' -=3' ->3' -=3% PA)N+PA) ""N+ ##=.>@O ^ 91)<9K#PX@3IM =  K  = K >@1I U  K  = K >Y@#~wvutokhc`]XWPNI55557&&%"+>32#"&54%>32#"&54654+";27674+";27654+"&?32727;32733237+";2&#"##'"&#"#"'+"&#'76;27>32#"&546Z51@\8/?\6/?Z51@3)93t'<3)H3t'J3h)' G^0  +Xb[ v 3'1u'' Px \ !_1'3X W3-7V3-8->3'-=3% ->3' -=3' X)N+PA)N+PA) ""N+ ##P3H7+3G9)=o@D(721 i KPX@2  bU K = K =  >KPX@2  bU K = K =  >@2  bU K = K =  >YYY@nkhea^YTOMHFC@$3QT7&"+>32#"&54654+"&?3263733237+"7#6754+.?37+"'&.+";2&#'76;27Z51@\61=B)' G \ 3#X5 J: 3@~!<= '^ 3t)'N 3'3->3' -=3% X) "&#F' & `#301'N+ ##P{6@ & 40/KPX@K=>KPX@K=>@K=>YYY@+(%" 66 +#.?37+"'&'.+"&?37+"76754^ #J: 5@?= ^  wF3#X+ & `#30Zu1' &&)F-1\l9@A+'& V <;;KPX@-M = K =  L =>KPX@-M = K =  L =>KPX@-M = K =  L =>K#PX@-M = K =  L =>@+U K =  L =>YYYY@iga_[XURNKFC@?E+346%#+654+"'&'.+"&?37+"76754+.?;766307+";2&#'76;27>32#"&54)!'7=? ]  yD3# V6 !J) u3'3u)%P4%5 W3-5X3+8) X#30q`1' && F- &"N- ##P3H7+ 3G7+f@L\.<|KPX@3M = K = K =>KPX@3M = K = K =>K#PX@3M = K = K =>@1U K = K =>YYYY@%~{vutsmifa^[WVUTMU,345&553+654+";27654+"'"''.+"&?37+"6?654+.?3272732326373337+";2&#"#"#'#"&#'76;27>32#"&546%>32#"&546X)A3u'D3)'/8?= h  wF3% V6 !L7 wp-h 3%5t)'Pk o2'5` W3-7V3+:y W3-7V3-8)N+PA) Z#30#1' &&)F' &"N- ##P3H7+3G9)3H7+3G9) d@$żbYr>'{LHGKPX@9M = M =K =>KPX@9M = M =K =>K#PX@9M = M =K =>@7U M =K =>YYYY@1|wtqlkedcaZXUPN345&55553+654+";27654+";27654+"'"'&.+"&?37+"76754+.?327;3272730332733237+";2&#"##'"&#"#"'+"&#'76;27>32#"&546%>32#"&546%>32#"&546P)95u)<3)I3u)J3i)'/8!;= '^ wF 3#X 6 LD -h^- !+Xb[ y3%3t''Nx [ #` 2'5 V3-7V3-8r V4-7 V3-8 W3-7 V3+:)N-PA)N+PA) Z#301' &&)F' &"N+ ##P3H7+3G9)3H7+3G9)3H7+3G9)=%@+54 QPNJfD>@3bUK= K  >Y@0{zwtqkheb`[WTIFC@<90-*'#   +%2?05>5"5&'&+"3"7676+"&?37+";2&#'76;274'&'5;2&#"''&#'76;267654+"?327327#>32#"&54-Vw+5 3t)N!u=<#93b-7;F 35-l#}B='% +Z3% u)%3 Gf0%#bb/ V3-5X3+7LZ/XN- ## ""#5 11Z## H)d3u+ ##%+A)" h3H7+ 3G7+{fX@UcUSR=<9K/)'<  K = K >b_[XPMJGC@41.+&# fe +"7676+"&?37+";2&#'76;254'&'5;2&#'76;2?565&'&+"&?27#= N s= 9!:3b-8;E 35f#}D;-Vv-3# b 1+ ## ""#5 11Z## H)dp+ #Z/X " 3@.trq\[Y jN@)U K= K  >Y@&~zwolifb_SPMGE?;830-%!:3 +654+";27"7676+"&?327337+";2&#"#"'+"&#'76;254'.'5;2&#'76;2?565&'&+"&?27#>32#"&54)?#94b/6/3N !u=V=!^R3'3u)%Pk S3 4 -m#}B=+Vv+5!`0 W3-5X3+8)%3 11ZP ## ""N- ## H`3u+ #Z/X " h3H7+ 3G7+4@ T[:,+*  @6IU M =  K >Y@265»~}|trlhe`]ZUSLKEA>56:557&"+>32#"&54654+";27654+"';27"7676+"&?326326;32727;37+";2&#"#"'+"&#"##'#"&#'76;254'.'5;2&#'76;2?4746'&'&+"&?27#>32#"&54Z51@\61=A+=3t)>5)E!96b/653 M#!u=`  Fb0 +^3'3t)$P` dv W2 m-' {D=)Zw/1!`2: T3-7 V3+7->3' -=3% X)N+PA)#5 11ZP (% ""N+ ## H0;u3/ #Z/X " h3H7+ 3G7+''Y@ "@U=K >Y@ 344+7654'#"&76727673;2&#'76;2 !^N+AZ)/N 1/6= 9- ##"U"@bM=M>Y&$%&"+%!"&547632#"&754"327 )5k3@d`!ja Ě-=rL \)#yBCy8@#637@+bb=M=M>Y@ '"'#+%&"327#7#"&547676264'&7672767327j's`VL%`F?/fl /b?: )Dh#LX#jq`ZV/uqVV/Bߌ{== 7sDR+35kY@VE PKD' f7<b M  = L  >kheb^[TRNLJH%346%348%+%>.#"7;2&#'76;27654#"7;2&#'76;27654#"7676;62>32;2&#'76;2V  R  V)%M4%5T=B e)%M4%5o !ZP% DNZ`ZV)'P4'3HV7?Z- ##PB3o + ##P/ P$vwM)(41(=)<$"  +%2767654'&#"%3 767674'&#"7) '&'4767!fP)ZͮC@d Jh1ow\.ەL7'h)L 6! ^LNJ/ {^Zχ8DA鮲{JR#- 'Lu@ &@+ZbZN =M >Y@LC;641,)"  +654'67#63 674#"6;27654+"?363 #"&#&##>h9-2OudDjf/6-,a1>H<75 %)q R%}J%9++\&jD7=J%y,{`8E \^I T)1D?; R+ 9Wm^@[VE/<;b``M  = M >YXdaXmYlRPHF+)! +##0&'67676566'&#"!276?&'&'47%673 767654'&#"7) '&'4767%mj!}j/B) +\ͮJ@ddT ;/ 5!=: udJh5qw\.9kەL7'h)9d')L'Z?O''n3 \GN 8G7eT^+) !{-Byd8G# ywZ8G DA鮲{JR#(@ $#K PX@UM>KPX@UM>KPX@UM>KPX@UM>KPX@UM>@UM>YYYYYY@ (( +2654#"67'67672#".'%8  qpp7UwvFL}V+D6`R 7/3P!EfL^i11^@3b'N^<L .@+<bM=M>&%#&"+?3267654&#"#"547>32# LNRy% PJDEuZڦ %+ղJ9fqRALH TҢ=, F""+!!#&'&'3&'76767>7 .%//B #9@Hr H)/NAR>32!/}&%Ht5JCP530+oJf( "+&'&'.'&'#767673P=*1% !b`da%+)%7[FTZa%'/1 XVTZ  &l-H/574D7?8 =#"+%67676767>?!7!&'&'&'&'3+%/ -B   Bx b3UZ=5-9 -}'-=F3N73Z!?L7bDV& "+73676767>7#&'&'&'}5/.(`cbcy-L.A!CHsXV^ :%&%>jf' m:;dPXtD73F @* "+ 70!&'.'&'3#6767!")#&'&'&'76767676730s+ - +1+/?+- mqGZR7N;l+%-!VBy B,7HAFJP#l)^NqFJ930735PT7Nw;X1;N\V9-`N73,+87J5-^%E6"+76767673&'&'6767#&'.'&'7LJLK%4:J7`>R1f:b D+#h=D+'#%$%%%'1kYqMJl(.%1`14/1qI%jHCDI!hJ1H3fcF3--f//CJ5J /411dR5HR^!b)C\y76;D3 F-5/("+676767"'0#""'676767 uP%1)E[X !0?);Ph'!3777:!/d= !E<3-4H;N F32"+ !!'#7!#&'&'3&'76767>73!05673 n #9@Hr H)/NAR .%//us}u &%Ht5JCP530+oJ>32!/N =43'"+ !&'&'&'&'3#67676767>?!'#7!7!05673D   Bx b3UZ=+%/ - l>u'-=F3N73Z!?L75-9 -s }-\""+!7!&'77>73&'67Vu#X177X- y!jAuuiZNZThyZh<=nbJJboQjN ML'"+ 270!&'.'&'3#6767"!#7!#&'&'&'7676767673!05653_+ - +1+/?+- mqGZR7N;b l+%-!VBy B,7HAFJP#l)PfuNqFJ930735PT7Nw;X1u;N\V9-`N73,+87J5-P9# 5"+76767673!9;<;=hDE?Hj%P"!+GdRL=}^"+!#&'&'&'7)Z)%R`^};N?u7%P5R9# -"+7!&'&'39m)q?/)/-#}BIFn?+%P^"+#6767!7}r4GTJ\/L;^R9L%7FA5V3} 9"+76767673!#6767!7?u{-MZD3V?Hj1qYFZJAL;%P4S=J?LjL=}R1TE9NjJV3} +  "+7!&'3!#&'&'79mL3jF/)--)##fJNb#}q΢C+#P}3V?uIN7RN >9"+!73!'#7!#&'&'3&'&'76767>7!5653! &3'  %'R%/9- B/7HARm % L 1J}-  +%//^+!'3,+oJ-29|P ' W V3 "+6767&'&'!%!7 !&'&73#6767!##7!#&'&'&'76767673!470=3L,%#1.&f v-25#_Y DA=8<+!k  --HLn ?2#^|3 )#3*"%A:+1#H;?"V%1""(;? -)-B;7TV/49R!?N 72 "+6767.'!#7!7!5653!&'&'3#4767!'#7!7'1H8 @  21C-%90 d{{!(  J>)-=?M1'3!XP!-3) } *!"+!#&'&'3&'&'76767>7! &3'B %'R%/9- B/7HARm % 1J} +%//^+!'3,+oJ-2|Py$"+.'&'#7676767673"'&'#Z3PP@ 3 %B/+-'/` :Jb8w10h5%{#9+L`mkX@#"+6767.'!7!&'&'3#4767!7'1  21C-%90 d{{!(0J)-=?M1'3!XP!-3}fP\& "+676730767#&'&'&'723 "-fF1#?Hs3%-)`<%&30 BT3 !K i4=e/-7@VwD7F2V# 'A)"+6767&'&'!6767!#&'&'&'76767673!&'&73L,%#8.&+! --HLn ?2#^|3- v-25#_Y DA=8<)#3*"%? --B;7TV/49R!?+1#H;?"V%1""(;B E< "+6767&'76767673"'&'6763#&'&'&'&'`)%`'%9J)-## 3 =+-!3` !3/1%#7)%q*L8//1c /B)'#+5,  h)'7'N30+=3J?8XVX%?9/:B G4DHX7?+ "+"##'6654'732727% ))HL2 BX?B"---)Nbi1 !#`594=?61D  iq.- "+>767#0#"'"''&'.'72327276767&'' "P ) V !/?'#kB7HI%$ \ Nj . 9i F 2#=/VLEhIIlg`P,"+%63636776767&'&'&#""'67672?7=!% 'J# ?V=B# /1 3++9}/P^Ff#!$d)C94=@3/C fNV.-"+%67322"&#&#""'6767676? RPD7V!?*;Pq'g M - ?ThE:1-31RT@9uR # Ddw7 1) "+"327&'27654&#"#"547>32#"&5476$bB9^@9gFCLPBET %%9!Hi4gb@PT{#N57LH\ڞ)#R "+ !3'#!"5476+#Fqj"+!3654/!"'!s{ #LP !nw "+)"'&5476763!!"!!07!uZ )-̓f0m=\5u)3˝ylTxwJqw5 $ "+%#0#"!"''7&'&547676;673#3#3!щ=ղ%f0F/3 JH Z )E=;Pw%u)5wJnLlT `+/.u)3˝q%'oyBx77 ,#"+#0#"!!32767'"'&74767>32&'&bPN'J5;[5?+X2'LmZD )JKQ) D;6)BDl1wAHH=-4Fb+9Ǎ?FE%H1 f "+!2#!7!2767!7!54'&!7+uZ )3b4l?Xs5)ɝylTxwJom5 $ "+3654'& 32767!2>7'#'7#73>7#73>7&#!@г%f-+H- 2 JF#Z )F%-=Owvp'\ sM#lX> \-/-q5)ɠFP%qw77y78 ,!"+%267675!7!54'&#"'6762#"'&'7BT1Z%E5=Y5?-W1+HjXD )HLR+?&6\)LlyAHH>//Fd+9ő=HE1H !qO)"+654#!"32&#'76327654+".?2233)2?+"32&#'76328 85O;5B/> 1D%} ';;85M;5BDD-#11 Ra- //R1 5U9"+#!"5476;2?'#0%732+":6;26363223223?6+&5476;2?'#%732 !?D-;M<55>;=--`BFv>V o>9/B5;O<-5w#R6P1 R/3 P1 "+.#!!27!727#67&3s:'[Bhyo 3%VVVX3LQ[@ ZgZKXDT"+!7Tww%%  "+!7!#!!37!\EG\Hy\yww\ "+>32#"&54!!#!7!3^5/B X85=h\EE^H+-B4) +?3%v]v_J"+3#3Z"+!3Tf)H;"+67"&#"5465>324'&5465>3267632#"#".'#"&=6f9<173B)T% D7X-HB%'- #A6#, +D)/#3=L   /<R!?( '))+=@! 3/ "+654#"326%>32#"&54/A+B ! )BfZufZuZ`T7'7R7X{dJ X{eI){ X"+"&547>32)1P-%5 L{1'-D3' -?; "+ '%77!qfH/u;3; +\eTbJ1!"+ '%677!%674#"'"=>32#"&=>323267654&#"7>j G=0;%? P;1aZf{5NJy)9=%oG#FHl3; +\/ude 1#L/==71 HAJ9 h%')#NT506 PTT5,"+ '%677!%3#;2'74732?!'676733767j G=0;/hi ) /%  X83<7i%j3; +\/udeOs)--'uTujoFDD5 4 /" "+654&#"326267.#"#"'#"&5476$3262AD;;^LkE;9DNjC!݅biqs5%+V{Fw`F`w^)-Vu`y-&dq-"+3!!TbV^)7"+#3q))7 "+##373+y=;)VZ?m^))7"+#3#3qq))7 "+##'33T߲`Q2?h.xom}"+ #3#5>VHosL"+%3#3öob"+!#>32#6'4#"Z@qXZ'hGJ{J{J-"+3#"&54733267sX@qZZ%LhHBL{J\5*"+%72#"/"#"&547>32#6Nl5FR1;);PT=JV01-38b!/# %3')jMk ) b1' )8.)  "+>32#"&54>32#"&54 P/)5 P/+3kP/+3 P/)3!/A3'/D3)/D3) /D6'w "+'>323267#"'&#")jLTV'p1e'bcELXT+3hABJP)Nj/D?VG"+'>32267#"''&#")k30JR'q1d'bbFGOGN)+1hAJP)Nj/:kXE'  "+'>323267#"'&#"!7%!7j)jF\T)q1b%dbFJ\R+1 hD?JM)Nj/CBZFssss1% "+7'>32267#"'&"/>323267#"'&#")kHWX's1b'bcGLXR+3E?)jLTR'p1c%ebFLXT+hC?JN)Ll.DBXH-hABJP)Nj0D?X;6"+7'>327&#"/>323267#"'267#"'&''!)jH.+1B)k63JO's1`%d`FHH=&T'r1c'cbHH\J,}1h XFh'3!! 3N\{B enL5 V7nR.;mGV7wXbXH+"+7!2#!7! 654&#\{B NbVN{5 V5nR18XL-V7uXo!"+%!#'7.547>;73#'# 3LFs fopJdS*6 V w.;mGV&7k]{o`!"+7!37+'7#733 654&pJf fmEq+U~{8V w+>mEV'++j[}"'@ &#"+"&547632!674&>7!!!q'@ 'D\*C}%+̞3) ќ'3<| Hp{}! "+"&547632!654&#"3267X '?'1<+̞3) ќ=$*@ )%"  "+%#"'&5467632%&'>54''32%ɞiNlekNm(U+HN+cWrr+`oR`m VCTYHSJYH$ $ "+%#"'&5467632&'"327>54'ɞiNlekNmɬ+~UWRZ+`oR`mYHVaSnDZYH+"+"&547>32)3P-%5 L3%+D3' -A+R/ *""+"&547>32!"&547>32%#"&547>32+1P-%5 N3)1P-%5N L/)3P-%53%+D3' -A3%+D3' -An-A3%+D3' #+ "+! !Hy=BzF"+ #3#)b&V c+G 5"+!7!^qZT"+37%2#"&#" +Z'5>%#1RA[)!!/A"+ #"&547>232!T18ABCV?o?z+% #3HL<u "+/76uW!5K ߜ>9B "+76&7B#X!6L!R;<T"+!7#"&54733267q#7Nggyn DdgAy+<@ ! KPX@/b`T M =M >KPX@/b`T M =M >@/b`T M =M >YYY@<;742.+($#  +"547!2"327654'67332'"#76;2765=959#Z3 3 wCF'N \ 3FA5Ru=<^1Je==Je !#8= y+I@ 0/KPX@/bUS M =M >KPX@/bUS M =M >@/bUS M =M >YYY@GF><21.,$"  +"547!2"327654>32327!>?67654&#""&5=959#Z3 3 msy5/D@/Klqs--7/6#3FA5Ru=<^1JqBr %?z`Db ?m\``s% 31/ y+UQ@(O2 N >   b  `  ` U  U M =N >KPX@>  b  `  ` U  U M =N >KPX@>  b  `  ` U  U M =N >@>  b  `  ` U  U M =N >YYY@$! MKFDB@;9,*&$ U!U  +"547!2"327654"#"=>32#"&=>323267654'"7>7654=959#Z3 3 !T @1 ZN9RӁDr--6+uq3L3FA5Ru=<^1J-1F)3tE/ RXPB !/#!3cj%j 4 u1 Ky+I@D ;*K PX@:   b  `  VTM =M >KPX@:   b  `  VTM =M >KPX@:   b  `  VTM =M >@:   b  `  VTM =M >YYYY@(  I IGFA@7530.+)&$#"!  +"547!2"327654 3#;2&#76;2?#"/&7476633?=959#Z3 3 7Zh#%q7%%  ! Υ!i3FA5Ru=<^1JDEi3#%1k9 ֚uy+K5@,5' C <-;K PX@7   bS U  U M =N >KPX@7   bS U  U M =N >KPX@7   bS U  U M =N >@7   bS U  U M =N >YYY@ JHFD@>862.+)&$  +"547!2"327654654&#"327#"'632#"&=632326=959#Z3 3 3)N{}PRfs%'o +-P`h{Bt @)5e3FA5Ru=<^1J #$=B/V% qTq5%/+1my+.F3KPX@/  UUU M =M >KPX@/  UUU M =M >@/  UUU M =M >YYY@FE><640/.,'&  +"547!2"327654267674'632#"&5476767=959#Z3 3  9NLa5kmV:?:wZX %3FA5Ru=<^1J#B7PE^\J VFkE\dy/7y y+0@ &$#KPX@(b UM =M>KPX@(b UM =M>@(b UM =M>YYY@! -,)' 0!0  +"547!2"327654"'73!'=959#Z3 3 b-V!{}3FA5Ru=<^1J': hFTy+-<X@ M?5'KPX@) U U M =M>KPX@) U U M =M>@) U U M =M>YYY@"/.! USGE.32=959#Z3 3 #? IT !+Xd7@1{}bs`k\d3FA5Ru=<^1JB);+3C #1XDKT-'\ 387JhXb TRMdwPILhL=y+/I@ #6KPX@/UU  U M =M >KPX@/UU  U M =M >@/UU  U M =M >YYY@IHA?9710/-('  +"547!2"327654>5654&"32>767#"&547>32=959#Z3 3 7NN`6-5f4X7?:u\V )3FA5Ru=<^1J'B6PH`]! -)HjF#\dy-:Êw y+,<Pap@ KPX@5  b   U  VM =M >KPX@5  b   U  VM =M >K*PX@5  b   U  VM =M >@< b  b   U  VM =M >YYYY@'RQ>=.-ZXQaRaFD=P>P64-<.<&$,,2C4+'67332'"#74;2765"547!2"327654"32>767674'&"&547>32J |ED+N \ 959#Z3 3 F5J@ /-!Zd %lf8')D=9Ne !#89j3FA5Ru=<^1J/bY 7-Z^F\#%v3DZFd?By+,<Y#@>=PKPX@4 b `  TM =M>KPX@4 b `  TM =M>@4 b `  TM =M>YYY@!.-YXTQOKHEA@64-<.<&$,,2C4+'67332'"#76;2765"547!2"327654'67332'"#74;2765 |ED'N \ 959#Z3 3 / |ED+N \ D=9Ne !#89j3FA5Ru=<^1Je=9Ne !#89y+IYiP@ % 65@KPX@?  b` UI S M = M  >KPX@?  b` UI S M = M  >@?  b` UI S M = M  >YYY@[ZKJcaZi[iSQJYKYIH2C)'')D+'6733236?67654&#"#"&5465>32327!465'"#74;2765"547!2"327654J |EDou//8H" lNNV 9,C?1+N \ 959#Z3 3 D=9Ne S^do3//  5Bt-cEF>d #89j3FA5Ru=<^1Jy+,<tK1PX@  mP l\<@  mP l\KPX@O  b  b ` `   U VM = =N>KPX@O  b  b ` `   U VM = =N>KPX@O  b  b ` `   U VM = =N>K,PX@P  b `  ` ` `   U VM =N>K1PX@U  b `  ` ` `   U H  VM =N>@V  b `  ` ` `   U T  UM =N>YYYYYY@+>=.-kidb`^YWJHFECA=t>t64-<.<&$,,2C4+'67332'"#74;2765"547!2"327654"#"'43>32#"&=>323267654'"7>7654&J |ED+N \ 959#Z3 3 6!S ?3 ZN;PЃDs.-5)ws4L #D=9Ne !#89j3FA5Ru=<^1J+1H)3uE/RZPB-#!5bkh 5 s2#'y+,<f@aX LK PX@Fb`  `   V  SM =M>KPX@Fb`  `   V  SM =M>KPX@Fb`  `   V  SM =M>@Fb`  `   V  SM =M>YYYY@/==.-=f=fdc`_^\TRPMKHFCA@?>64-<.<&$,,2C4+'67332'"#74;2765"547!2"3276543#;2&#74;2?#"/&57663223?J |ED+N \ 959#Z3 3 5Zj #)s7)#   ӧkD=9Ne !#89j3FA5Ru=<^1JDEi3#%1k C ښuy+IYi;K,PX@%&'  .!@: <@%&'  .!@:  KPX@B  bZ SU  V M = M  >KPX@B  bZ SU  V M = M  >KPX@B  bZ SU  V M = M  >K,PX@C  bb SU  V M = M  >@H  bb SU  H V M = M  >YYYYY@![ZKJcaZi[iSQJYKYIHDA?;&#C#&"'4+'67332&50?6323267654&#"327#"'632#"''"#74;2765"547!2"327654J |ED  >'5f5)L{}PPhs'+i/ )Rbh{^;+N \ 959#Z3 3 D=9Ne /+1mP#$=B/V# qTq+!#89j3FA5Ru=<^1Jy+,<Lf_@  S =  KPX@A  b  U  U T  UM =M>KPX@A  b  U  U T  UM =M>@A  b  U  U T  UM =M>YYY@#.-fe^\VTNMLJED64-<.<&$,,2C4+'67332'"#74;2765"547!2"327654267654'632#"&5476767J |ED+N \ 959#Z3 3 7NNa3k-6h1\4?:uZV )D=9Ne !#89j3FA5Ru=<^1J%F3PE^\!H-)LkGZdy-9ʼnw y+,<M@ A@KPX@3  b   U T M =M >KPX@:  b  b   U T M =M >KPX@3  b   U T M =M >KPX@3  b   U T M =M >@:  b  b   U T M =M >YYYYY@!>=.-JIFD=M>M64-<.<&$,,2C4+'67332'"#74;2765"547!2"327654"'73!'J |ED+N \ 959#Z3 3 -V!{{D=9Ne !#89j3FA5Ru=<^1J': oVDy+,<JYu@ j\RDK PX@:  b   U H   VM =M >KPX@:  b   U H   VM =M >KPX@:  b   U H   VM =M >KPX@5  b   U  VM =M >@:  b   U H   VM =M >YYYYY@'LK>=.-rpdbKYLY=J>J64-<.<&$,,2C4+'67332'"#74;2765"547!2"327654"67654&267654'#"&54767&547>32J |ED+N \ 959#Z3 3 ##? JT  +Xg7?1{}bs`j\gD=9Ne !#89j3FA5Ru=<^1JB);+3C #1XDK!T-'\ 387JhXb TRMjqLM LhL= y+<Lf]@! =  S 3 KPX@@  b   U  U I  UM =M>KPX@@  b   U  U I  UM =M>@@  b   U  U I  UM =M>YYY@(fe^\VTNMLJED<;742.+($#  +"547!2"327654'67332'"#74;2765467654&"36>767#"&547>32=959#Z3 3 / |ED+N \ l9NL`6-5g3V9?:wZV )3FA5Ru=<^1Je=9Ne !#89%B7PE^\!-)BkE\dy+;Ëw y+L^p@ A@ KPX@:b  U I   UM =M >KPX@:b  U I   UM =M >K#PX@:b  U I   UM =M >@?b  I U I   UM =M >YYYY@,`_NMhf_p`pTRM^N^FDCB?=42,*#!LL  +"547!2">?67654&#"#"&547>32327!!27654"32>767654'&"&547>32=959#Z3 A Nfou//8H" lNPT 9+D?=3 oJ? 1+#Zd %m/V')3FA5Ru=3'Fd?BL.=0@-<:9$#:32+*9dL >2C4+'673732%"76;267>567&6%'6''7jh# // @;,++"+>32!27!>?>7654&#""&5667&4%'$65'7妍 :}Zd+TEg`5u`aE+HT LR6&))SwB)+UwBfk}% 5c{MRe`Ra'&NJH+0'))3`u3Ee5}5w1^L>M\e@! 76#K PX@*b``UM>KPX@*b``UM>KPX@*b``UM>KPX@*b``UM>@*b``UM>YYYYY@53,*'% >> +"#"54?>32#"&=>3232>7654"7>7654&67&6%'6''7b1>5N5eo{Z{)fE+)% )JGVL Ts5m))TvA)+VvAVFK)D@OX>kIyd!%H5 ,PBX3RJ7<3`u3Ge5}5{1^L/>M{@JI43:CB;:9K%PX@# d  d VL >@'d d  d VL >Y@//-,)"244 +3#732&#76;2?!"/&547$67223!?67&4%'654'7?V!6 T :7!+ )41+))SwB+)SyBD`m 35N "+ X3`u3Gk/}5u1JL+:I1@"#769K PX@#bUUM>K PX@#bUUM>KPX@#bUUM>KPX@#bUUM>KPX@#bUUM>@#bUUM>YYYYY@ "$&%$#$+674&#"27#"'632#"&=63232667&6%'$65'7b P@sv%9q{j<Hy#߾d]B"+#R))Tv?)+UwB^=2^dIX +5-#T: JDJL3`u3GRH}5w1^L/>M@K PX@UUM>KPX@UUM>KPX@UUM>KPX@UUM>@UUM>YYYYY*&%+267654#"62#".547%6$767&6%'$6'4'7N VwtP-DTLRjP`? =kn;mi=?u))Tv?))Vv?!1\\}m5D=s'3XT1#);y{LHbRL/b_ 3`u3GRH}5u1>L'.4@1<+*:$#9U>  +"'3!' 67&4%'$654'7-%H2HѺm+)QwBL+)Vw?L ?N]@2!K PX@UM>KPX@UM>KPX@UM>KPX@UM>@UM>YYYYY@<:)'   +"67654&267674.'#"&547>7.547>3267&4%'$65'75g r1B:3-Vb PP FmC3+/9񢍞)))SwB)+UwBVf> `?V`7Jiw";W 95%NXkq%w%#5k^1##/d5us^l3`u3GRH}5w1^L0?N]@K PX@UUM>KPX@UUM>KPX@UUM>KPX@UUM>KPX@UUM>KPX@UUM>KPX@UUM>@UUM>YYYYYYYY*&%+>7654&"7>767#".547>3267&6%'$65'7 XwuPFQLT^\`? >jn;mi=;u))Tv?)+UwBf : dU}l-' F=o'3XT1-;y{LHbPP`^ L3`u3GRH}5w1^L %ETcK PX@D'&<`_JI:YXQP9KPX@D'&<`_JI:YXQP9KPX@D'&<`_JI:YXQP9KPX@D'&<`_JI:YXQP9KPX@D'&<`_JI:YXQP9@D'&<`_JI:YXQP9YYYYYK PX@#UL =N>K PX@ UL =M>KPX@ UL =M>KPX@ UL =M>KPX@#UL =N>KPX@ UL =M>KPX@ UL =M>@ UL =M>YYYYYYY@=:841.*)%%' +"32>7676'4'"&54732'673732%"76;267>567&4%'654'7q:=NP#`+J!F3/ߋ75J%;?jh" //! 2C42C4+'673732%"76;267>5'673732%"76;267>567&4%'$65'7 kk" // >v  3kk" //2C4++" +>32!267!>?>7654&#""&54'673732%"76;267>567&4%'$65'7榋 9}Ze+-F'f`5v^dH+FU LR5^kk" // 5K PX@5b`X U  L =N>KPX@5b`X U  L =N>KPX@5b`X U  L =N>KPX@6b`` U  L =N>@6b`` U  L =N>YYYYY@URPLIFBA42,*(& == +"#"54?>32#"&547>3232>7674"7>7654&'673732%"76;267>567&4%'$65'73>7L5enyZ}'hH)D#P#byVs5kk" //kI yd2H5,3P/s)'RJ7<^Xy5 35'/9j3jy3GRH}5y1^L /O^mK%PX@N10 @+ d d d V L  >Y@GDB>;843//-,)"244+3#732&#76;2?!"/&547$67223!?%'673732%"76;267>567&4%'$65'7)T 5 T 97!/ * 1/pkk" //K PX@6dbUU  L = N>KPX@6dbUU  L = N>KPX@6dbUU  L = N>KPX@6dbUU  L = N>K!PX@6dbUU  L = N>K#PX@3d  bUU L =M>@3dbUU  L =M>YYYYYYY@C@>:4"%&$$#$ +654&#"27#"'632#"&547632326'673732%"76;2>76567&4%'65'7} N?uw#:r{k!9Hy#߾da=''%Rmk  -- >x  1-))SwB+)SwB^D+^dIX j-#T:JDJ^V{# 35 f j3`u3Gk/}5{1JL /O^mE@N10K PX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>@'UU L =M>YYYYY@ GDC4*&% +267674#"62#".547%6$7'673732%"76;267>567&4%'$65'71 VwuP-DSLVjS^? >jn;mi=?wvkk" //MR@O.(%#  +"'3!''673732%"76;2>76567&6%'$65'7f,%H1Fݼ 9D@j j# -/ =y1-))TvA)+XwA=/!=/!=/!K PX@%U L = N>KPX@%U L = N>KPX@%U L = N>KPX@%U L = N>K%PX@%U L = N>K*PX@!UL = M>@!UL = M>YYYYYYY@TQOKHEA@97)'  +"67654&267654.'#"&5476%.547>32'673732%"76;267>567&4%'$65'75g s1B93.X` NR!)58񤋞rkk" // ^AV`7Jiw";W 93%NXku%w)!1d5us^C^Xy5 35'/9j3jy3GRH}5y1^L 0O^m@N21K PX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>KPX@'UU L =M>@'UU L =M>YYYYYYYY@ HEC4*&& +67674&"3>767#".547>32'673732%"76;2>76'67&4%'$65'7 VwuFPRFRLV`]^@ >jo;mh>;wk k" // =w3-+)QwB)+UwBf1hQ}l-'Rr F=q'3XT1-;y{LHbPP`^ ^Xy- 35!`j3jy3GRH}5y1^L &Vet[@;:K PX@)b UK =M >KPX@)b UK =M >KPX@)b UK =M >KPX@)b UK =M >@)b UK =M >YYYYY@SQJH=<86+)&&  +"32>7676'4'&"&54732>32!267!>?>7654&#"#"&5467&4%'$65'7=NP!!`-J!F1/93J#;?榋 9}Ze+-F'f`5t`bH+FV L)'71+)QyB)+UwBL+m禜TEm/^XUP;hbdfk}% 5c{MRgDTbR_'&NJJ)0'))3jy3GRH}5y1^0@  K PX@dL =M>KPX@dL =M>KPX@dL =M>KPX@dL =M>@dL =M>YYYYY&+2C4+'673732%"76;267>5>32#"&546jh# // &@ .K PX@%bUK =M>KPX@%bUK =M>KPX@%bUK =M>KPX@%bUK =M>@%bUK =M>YYYYY@ &&++"+>32!27!>?>7654&#""&54>32#"&546D妍 :}Zd+TFf`5u`aE+HT LR5 P/)5 P/)5fk}% 5c{MRe`Ra'&NJH+0'))/D3' /B4)@O@ 98AK PX@7b`b UM=M>KPX@7b`b UM=M>KPX@7b`b UM=M>KPX@7b`b UM=M>@7b`b UM=M>YYYYY@MKEC75.,*(" @@ +"#"74?>32#"&547>3232>7654"7>7654&>32#"&51=8L5dnyZ})fH+B#PGVLQs5 P/)5 P/)3VFK)D@OX>kI yd H5,3PBX)'RJ7</D3' /B4)/?K PX@- d  d  VL = M  >K PX@- d  d  VL = M  >KPX@- d  d  VL = M  >KPX@- d  d  VL = M  >KPX@- d  d  VL = M  >K%PX@- d  d  VL = M  >@1d d  d  VL = M  >YYYYYY@<:42//-,)"244+3#732&#76;2?!"/&547$67223!?>32#"&54V!5  T 98 !- * 1/tS/)3 P/)4D`m-  35N "+ X/D3' /B4)m-=F@#< :K PX@(UUM=M>K PX@(UUM=M>KPX@(UUM=M>KPX@(UUM=M>KPX@(UUM=M>@(UUM=M>YYYYY@ &$$$&%$#$ +654&#"27#"'632#"&=632326>32#"&54 P@sw%9syj<Hv#޽f\)+"RR/)4 P/)3^=2^dIX +5-#T: JJ/D3' /B4)0A2@ 1K PX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>@'UUM=M>YYYYY@ &#*&%+267654#"62#".547%6$7>32#"&546XvuP0DTKUjQ^@ KPX@UM>@UM>YY@  +"'3!'>32#"&546-%E1Eu^ P0)5 P/)6K PX@!UM=M>KPX@!UM=M>KPX@!UM=M>KPX@!UM=M>@!UM=M>YYYYY@LJDB<:)'   +"67654&267654.'#"&547>7.547>32>32#"&545g r1B:5-V` PP FmC4+/:懶rR/'5 P/)3Vf> `?V`7Jiw";W 95%NXkqw%#5k^1##/d5ws^/D3' /B4)+0@@ 81K PX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>KPX@'UUM=M>@'UUM=M>YYYYYYYY@ %#*&&+67674&"3>767#".547>32%>32#"&546 VwuFPRFRLV`]^@ >jo;mh>;w P/)3 R-)5f1hQ}l-'Rr F=q'3XT1-;y{LHbPP`^ w/D3'/B4)4FVK PX@1 UM =L =N >KPX@1 UM =L =N >KPX@. UM =L =M >KPX@1 UM =L =N >KPX@1 UM =L =N >KPX@1 UM =L =N >@. UM =L =M >YYYYYYY@65! SQKI><5F6F*( 4!42C4 +'673732%"76;267>5%"32>767654'&"&54732%>32#"&54jh# // ! @K PX@dL = M  >KPX@dL = M  >KPX@dL = M  >KPX@dL = M  >@dL = M  >YYYYY@ LJ+2C42C4 +'673732%"76;267>5'673732%"76;267>5>32#"&546jh# // K PX@3  bUK =L = M  >KPX@3  bUK =L = M  >KPX@3  bUK =L = M  >KPX@3  bUK =L = M  >@3  bUK =L = M  >YYYYY@ZXRP+++2C4 +'673732%"76;267>5>32!27!>?>7654&#""&56>32#"&54jh# // K PX@B  b  `  Z U M =L = N >KPX@B  b  `  Z U M =L = N >KPX@B  b  `  Z U M =L = N >KPX@C  b  `  b U M =L = N >@C  b  `  b U M =L = N >YYYYY@! hf`^RPJHFD>5%"#"=>32#"&547>3232>7654"7>7654&>32#"&546jh# // 7L8doyZ}'hF+D#O#byVs5R/)3P/)5u^Xy# 35'/9FK)D@ MX>kI yd2H5,3P/s)'RJ7</D3' -D4)N_K#PX@?O<@ ?OK PX@1 dd  VL =M>KPX@1 dd  VL =M>KPX@1 dd  VL =M>KPX@1 dd  VL =M>K#PX@1 dd  VL =M>@5  d  dd  VL =M>YYYYYY@ [YSQ N NLKIHGFEC;92442C4+'673732%"76;267>53#732&#76;2?!"/&'7$67223!?>32#"&546jh# // K PX@;dU U  M = L = N >KPX@;dU U  M = L = N >KPX@;dU U  M = L = N >KPX@;dU U  M = L = N >K#PX@;dU U  M = L = N >@8dU U  M =L = M >YYYYYY@\ZTRNLHF&%$#-2C4 +'673732%"76;267>5674&#"27#"'632#"&547>32326>32#"&546jh# // +)+!R Q/)5 R-)6u^Xy# 35'/9=2^dIX +5((T:!)J/D3' /B4).O_@ 5K PX@3 U U M =L =M >KPX@3 U U M =L =M >KPX@3 U U M =L =M >KPX@3 U U M =L =M >@3 U U M =L =M >YYYYY@\ZTRON*&%2C4 +'673732%"76;267>5267654#"62#".547%6$7>32#"&54jh# // jo;mh>?wkS/)3 P/)4u^Xy# 35'/9^1hP}m#1D=q'3XT1#);y{LHbRL/b_ /D3' /B4)?0@@ $#KPX@%d UL =M>@%d UL =M>YY@! =;53-,)' 0!02C4 +'673732%"76;267>5%"'3!'>32#"&54jh# // \l@ OA7'%K PX@1 UM = L = N >KPX@1 UM = L = N >KPX@1 UM = L = N >KPX@1 UM = L = N >K*PX@1 UM = L = N >@- UM =L = M >YYYYYY@/.! iga_YWIG.>/> -!-2C4 +'673732%"76;267>5%"67654&267654.'#"&5476%.547>32>32#"&54jh# //  `?V`7Jiw";W 95%NXku%w-#/d5us^/D3' /B4).O_7@ 5K PX@3U U M  =L = M   >KPX@3U U M  =L = M   >KPX@3U U M  =L = M   >KPX@3U U M  =L = M   >KPX@3U U M  =L = M   >KPX@3U U M  =L = M   >KPX@3U U M  =L = M   >@3U U M  =L = M   >YYYYYYYY@\ZTRON*&%2C4 +'673732%"76;267>567654&"7>767#".547>32%>32#"&54jh# // K PX@6  b U M =K =M >KPX@6  b U M =K =M >KPX@6  b U M =K =M >KPX@6  b U M =K =M >@6  b U M =K =M >YYYYY@CB/.`^XVKIBSCS75.A/A++" +>32!27!>?>7654&#""&54%"32>767654'&"&54732%>32#"&54j榍 :}Zd+TEg`5u^eE+HT LR6)Rr+!`,I!F3/76J$;?=P/)5 P/)3fk}% 5c{MRe`Ra+"NJH+0'))HٜTEm/Z\UP;hf`q/D3' /B4)y+"2BK PX@)U U M =M >KPX@)U U M =M >KPX@)U U M =M >@)U U M =M >YYY@"43$#<:3B4B,*#2$2"" +"32>767654'&"&547>32"547!2"327654oI@ 0+%Zd %lf8')у959#Z3 3 bY 7-XbB\#%v3DZFd?B3FA5Ru=<^1JR+0M@21DKPX@( bM = = N>KPX@( bM = = N>K1PX@( bM = = N>@* b `M = N>YYYY@MLHEC?42C4(% +! 76654'&! '67332'"#76;2765'67332'"#74;2765r7m |ED'N \ |ED+N \ R5ǏBGÏ^=9Ne !#893=9Ne !#89R+]cf@ 9/ JIT<^;K PX@5 Z bVM = = N>KPX@5 Z bVM = = N>KPX@6  b bVM = = N>K1PX@6  b bVM = = N>@8  b  ` bVM = N>YYYY@ba]\XUSO)'')D(% +! 76654'&! '6733236?67654&#"#"&5465>32327!465'"#74;2765'6r7m |EDou//8H" lNNV 9,C?1+N \ "R5ǏBGÏ^=9Ne S^do3//  5Bt-cEF>d #89 !R+0hGK1PX@ aD` P '<@ aD` P ' KPX@Fb  b  b  ` U M == N>KPX@Fb  b  b  ` U M == N>K,PX@Fb  b  b  ` U M == N>K1PX@Lb  b  b  `  Z U M ==N>@Sb  `  `  b  `  `  Z  U M =N>YYYYY@21_]XVTRMK><:9751h2h2C4(%+! 76654'&! '67332'"#74;2765%"#"'43>32#"&=>323267654'"7>7654&r7m |ED+N \ .!S ?3 ZN;PЃDs.-5)ws4L #R5ǏBGÏ^=9Ne !#89b+1H)3uE/RZPB-#!5bkh 5 s2#'R+0Z@UL@'K PX@:b`  U M == N>KPX@:b`  U M == N>KPX@:b`  U M == N>K1PX@:b`  U M == N>@<b``  U M = N>YYYYY@111Z1ZXWTSRPHFDA?<:72C4(%+! 76654'&! '67332'"#74;27653#;2&#74;2?#"/&57663223?r7m |ED+N \ |5Zj #)s7)#   ӧkR5ǏBGÏ^=9Ne !#89TEi3#%1k C ښuR+]a:K,PX@':;  B 5$"`^TN  <@':;  B 5$"`^TN  KPX@8b  UM = = K=  N>KPX@8b  UM = = K=  N>K(PX@8b  UM = = K=  N>K,PX@6b  U  UM = =  N>K1PX@<b Z  U  UM = = N>@?   bb Z  U  UM = N>YYYYYY@]\XUSOMKECC#&"'4(%+! 76654'&! '67332&50?6323267654&#"327#"'632#"''"#74;2765&r7m |ED  >'5f5)L{}PPhs'+i/ )Rbh{^;+N \  R5ǏBGÏ^=9Ne /+1mP#$=B/V# qTq+!#89 R+0@XK#PX@  E '<@  E <';YK PX@6  b  bU M == N>KPX@6  b  bU M == N>KPX@6  b  bU M == N>K!PX@6  b  bU M == N>K#PX@<  b  b  ZU M ==N>K1PX@C  b  bb  ZU M ==N>@D  b  `  `b  ZU M =N>YYYYYY@XWPNHFBA%2C4(% +! 76654'&! '67332'"#74;2765267654#632#"&5476767r7m |ED+N \ O 7NK`4imZ5B9uYX )R5ǏBGÏ^=9Ne !#89%J/PE^\!H VLkGZdy51Ëw R+0A@54'<7;K PX@+bM = == N>KPX@+bM = == N>KPX@1ZbN = == N>KPX@+bM = == N>KPX@+bM = == N>K1PX@1ZbN = == N>@3Zb`N = = N>YYYYYY@21>=:81A2A2C4(% +! 76654'&! '67332'"#74;2765%"'73!'r7m |ED+N \ -V!{{R5ǏBGÏ^=9Ne !#89)': oVDR+0>Mi@^PF8'K PX@6 b b  Z M ==N>KPX@6 b b  Z M ==N>KPX@6 b b  Z M ==N>KPX@0 b b M == N>K1PX@6 b b  Z M ==N>@7 b` `  Z M =N>YYYYYY@@?21fdXV?M@M1>2>2C4(% +! 76654'&! '67332'"#74;2765%"67654&267654'#"&54767&547>32r7m |ED+N \ A#? JT  +Xg7?1{}bs`j\gR5ǏBGÏ^=9Ne !#89^B);+3C #1XDK!T-'\ 387JhXb TRMjqLM LhL= R+#=Z{@? > *Q KPX@;  b   ``UM = = N>KPX@;  b   ``UM = = N>K1PX@;  b   ``UM = = N>@>  b  b   ``UM = N>YYYY@ZYURPLIF&&%(% +! 76654'&! 467654&"36>767#"&547>32'67332'"#74;2765r7m9NL`6-5g3V9?:wZV ) |ED+N \ R5ǏBGÏ%B7PE^\!-)BkE\dy+;Ëw N=9Ne !#89R+%7cNIH KPX@2   bb  VM = M>KPX@2   bb  VM = M>K#PX@2   bb  VM = M>@8Z   bb  VN = M>YYYY@'&`^WUKJGE<:/-&7'7%%(% +! 76654'&! %"32>767654'&"&547>32>32327!>?67654&#"#"&54r7moJ? 1+#Zd %m/V')@ lNPT 9+D?1 Llou//8H"R5ǏBGÏ9bY 7-ZbB\#%v9>3'Fd?BRBr-cED@b ?m\adn31/ 5\-=M]@KPX@A  b `  U T   UM=M >KPX@A  b `  U T   UM=M >K*PX@A  b `  U T   UM=M >@?  b ` U  U T   UM >YYYY@'ON?>/.WUN]O]GE>M?M75.=/=&$--2C3+'673;2'"#74;2765 5476$32 3 654"547632"327654&=uy?{='F RO'lC'T17+8  / /i- s- V51J 3=^BFFD9RL?D5N);7<B=/B/<49/\*<L\l@*)$#KPX@Ab  UU S   UM=M >KPX@Ab  UU S   UM=M >K*PX@Ab  UU S   UM=M >@?b U  UU S   UM >YYYY@'^]NM>=,+fd]l^lVTM\N\FD=L>L53+<,<&*)"+>32327!>?67654&#"#"&57 5476$32 3 654"547632"327654& `HDN 3'>9^ Dbdj))3 <!<'lC'T17+8  / /i- s- `;i)Z=@;Z 9bTV\a!-++ /BFFD9RL?D5N);7<B=/B/<49/\6HXhx@0/KPX@Pb``   UUU  V M= M>KPX@Pb``   UUU  V M= M>K*PX@Pb``   UUU  V M= M>@Nb``  U   UUU  V M>YYYY@4jiZYJI87rpixjxb`YhZhRPIXJXA?7H8H.,'%#! 66 +"#"57>32#"&547>323267654#"7>7654 5476$32 3 654"547632"327654&K %- yPE }u=i)) 0%hf7Fz'lC'T17+8  / /i- s- )-&%/h=+JO#o s) /Z^^ / g- CBFFD9RL?D5N);7<B=/B/<49/\-?O_o=K PX@N  b  `U VTU M = M  >KPX@N  b  `U VTU M = M  >KPX@N  b  `U VTU M = M  >K*PX@N  b  `U VTU M = M  >@L  b  `   UU VTU M  >YYYYY@3a`QPA@/.ig`oaoYWP_Q_IG@OAO86.?/?--+*"242+3#;2&#74;2?#"/&547663233? 5476$32 3 654"547632"327654&d3T\  d4%!    {`'lC'T17+8  / /i- s- 9B\--\' jBFFD9RL?D5N);7<B=/B/<49/\+=M]m@  #< ;K PX@Ib   USUU  V M= M>KPX@Ib   USUU  V M= M>KPX@Ib   USUU  V M= M>K*PX@Ib   USUU  V M= M>@Gb  U   USUU  V M>YYYY@)_^ON?>-,ge^m_mWUN]O]GE>M?M64,=-="$&$C#$+654&#"327#"'632#"&=632326 5476$32 3 654"547632"327654&/%?uqP?Vo!\5F=% -AX_o;h9!/]'lC'T17+8  / /i- s- !7>+\ No#dL!f1 +'+^BFFD9RL?D5N);7<B=/B/<49/\'9IYi@ K PX@A  b   UV U   UM=M >KPX@A  b   UV U   UM=M >KPX@A  b   UV U   UM=M >K*PX@A  b   UV U   UM=M >@?  b U   UV U   UM >YYYYY@'[ZKJ;:)(caZi[iSQJYKYCA:I;I20(9)9&&%+267654"62#"&5476767 5476$32 3 654"547632"327654&F 3FFX-FaJ7D+jP{Nw !'lC'T17+8  / /i- s- !?-H?VQu' L={`?R[l+3oBFFD9RL?D5N);7<B=/B/<49/\"2BR}KPX@:  b  U U  U M=M >KPX@:  b  U U  U M=M >K*PX@:  b  U U  U M=M >@8  b U  U U  UM >YYYY@,DC43$#LJCRDR<:3B4B,*#2$2""  +"'73!' 5476$32 3 654"547632"327654&)N Toٜ'lC'T17+8  / /i- s- !5  P;BFFD9RL?D5N);7<B=/B/<49/\ :L\l|@ . KPX@;   U U  U  UM=M>KPX@;   U U  U  UM=M>K*PX@;   U U  U  UM=M>@9 U   U U  U  UM>YYYY@2nm^]NM<;vtm|n|fd]l^lVTM\N\EC;L32 5476$32 3 654"547632"327654&; DJ 'N#`,] qqXfV`R\}'lC'T17+8  / /i- s- ;#5'38+;F#3BQ-3B`NZ L~KD\iL? D^C6dBFFD9RL?D5N);7<B=/B/<49/\&8HXhK PX@A  b   UUU   UM=M >KPX@A  b   UUU   UM=M >KPX@A  b   UUU   UM=M >K*PX@A  b   UUU   UM=M >@?  b U   UUU   UM >YYYYY@'ZYJI:9('b`YhZhRPIXJXB@9H:H1/'8(8%&%+>7674&"326767#"547>32 5476$32 3 654"547632"327654&\ 3FFV1_P396{Nu %}u'lC'T17+8  / /i- s- !B+H?VRu L?zRZl3,}h BFFD9RL?D5N);7<B=/B/<49/\*;M]m}"@ KPX@GbUUV  U M = M  >KPX@GbUUV  U M = M  >K*PX@GbUUV  U M = M  >K1PX@Eb   UUUV  U M  >@Lbb   UUUV  U M  >YYYYY@7on_^ON=<,+wun}o}ge^m_mWUN]O]FD32 5476$32 3 654"547632"327654& }s=y @#E R bD73/'! RZ !b\2# %'lC'T17+8  / /i- s- V53H3 33 ZdDydR^3Xoj=0OBV9>BFFD9RL?D5N);7<B=/B/<49/R+%6K PX@&b`M =N>KPX@&b`M =N>KPX@&b`M =N>@&b`M =N>YYY@'&/-&6'6%%(% +! 76654'&! %"32>767654'&"&547>32r7moI@ 0+%Zd %lf8')R5ǏBGÏ9bY 7-XbB\#%v3DZFd?B5y"+!5ayy5y"+%!!%!?/aHJyVJ/"+7 VJVVJ/"+! DTRRVӓGV"+ X  "+&'&'&'&' DNFFEFEFPnX-)'(')'-i9V!/w"+ /wVV#/y"+%6767!% DRSRTi7򏏍HVX"+ X)X  "+ NFFEHNnX-R')')-dP>6&"+32767676'4'&'&'&"476767632#"'&'&'&7B?DONHD=1!!19FD?D97q)'H?[\hfcZDB&'')BFW`gmZVEF''`BF;=!91NLVTKN19!74ME^^\VH?%%''DBWZ\^[VEB'''#DJQ_dP"+476767632#"'&'&'&d)'H?[\hfcZDB&'')BFW`gmZVEF''^\VH?%%''DBWZ\^[VEB'''#DJQ_dP0("+%6767676'4'&'&'&'476767632#"'&'&'&yF??41!!13@?F)'H?[\hfcZDB&'')BFW`gmZVEF''+!31NLVTKN13!i^\VH?%%''DBWZ\^[VEB'''#DJQ_dP0("+#"'&'&'&5476767632;F?991!31A?F))F;^\ifc`=B''')BFW`gbeXCF''\!91LHY\FJ35!`]XF9+%')BBWZ_\ZVFF"'%'AJR^dP/ "+3276767652&'&'&'&54767676!57HLGPDD87!{oZXFB&')'H;^\\VFD+''%HFU]ZDD97!!77HDZ'#EBZX\`\VH;*%$#DDZZ`\ZTJD"%dP."+4'&'&'&#""'&'.547676762!47HLHPCH57!oZ^?BN)'H?[\\\?B-'')D?\]VGF57!!57FHU'%CB\^]VG?&%%)>BY^]^ZXD?)%dP91!"+32767676'!476767632#"'&'&'&7B?DONHD=1\J9777q)'H?[\hfcZDB&'')BFW`gmZVEF''`BF;=!94GHS74ME^^\VH?%%''DBWZ\^[VEB'''#DJQ_dP'G?/"+0#"'#0#32767676'4'&'&'&'0#0#0#0%476767632#"'&'&'&'/+5B?DONHD=1!!13@?F:??)'H?[\hfcZDB&'')BFW`gmZVEF''VGD7=!91NLVTKN13!\ ^\VH?%%''DBWZ\^[VEB'''#DJQ_bu"+"'&'&'&547676763uuhd@B)'%+>Bdhw')@FUTe`VZ?B)'"+2#uid?B)'''A=gjv'%CFVTbdUXAB)'FR "+!67076767!F-y-k5j3,1>z?>=0-19;<;<91I'J#LLD#AX<i&"+">6767654'.'&74767'"&"6730+"26;'3267;&'&'0547"'&'&'>7>7627367676?4'.'#"327&#">3277%%'.'.'#"&'.'%"32654.>;>32#".'&#3767654&'.'.'&'#";2>76767>7654'&'#67>32'"&'#".'&547632674'4&'"+"'&'5"/#"'&54767&'&'"7654'26.'&''&'>76726467>7ʎ'&3276?#"'&47632763267632>7674'#"'&'47L+  1  =1& :'R'-`5F#+/+ %$T##  H $ +/(%' 2)A%-2D;?R<#' 9B1w Z: ?3#-XED !#'`>XV@ bHX(-R'XW7;6`e3P/w B4%;;R-V' L9#KX8 !  jF;ZN)+5VL9 :  7    !v2-51C1 +% 7% 9-N/3 ! :1=N- :/V)  !  )--%T'-*^26%+N\5$'V B$+ # >)#  7! )>'/H0-9LZ%''/ % !#R '%'%%#HZW' 977-DF/B!Q%[{n!! TH+-JZ #APpI  34b#/\7%3'oCY3RP+K 5!<(\"4"%/3;)9X`Dy%+   2"F#+D/# !L^0N D6%"+64632#"#"'.'&'47327>32327+%5&54675%632.#"''f\5K+Dͅ?ZJ^dX[Lw -H1+; ) =F>97=0)-;=Bm`k$1H)$5#Tf/ ) LX.2Ygu@wphe\SJ20+"+'6%727232772654'654'654';2>54#&#"%7"&'#"'327;".#2>32#".5476$32"&54>762!+"'&'263 232654'"546 R1[Ca#('Rh3E%V)^wI;7632#"'6?654'"=737+";2&#'5432'4/;2&#'54;2'5;2&#'54;2?675&'%&+"=77)+y'LF5/-fR9 Cs}NmI3) /-Xu#/=`)T7Nn;NHH1L1u%f` %;`Tj- 'RR %7ZX0%  - J  @RRP##Pj|'  J H  V %- @ ,($  "+ 5322654#"32&462"$264&"`\{%jfx/A//A-A//A!\X@x:f+A--A/hB//B-V/ 5>\@ K?;6) "+462"&%462"&2332#""5#"&'4''676  6 5467&'77>7#632V7N77N78N77N8=!) 'Fl/>+3 Tˎgš3N#{/7 3DN"###"### #N'-%=ߠ? '?'j9_TN1풼V/ '0M@ C1-(% "+462"&%462"&277"/&'7  6 5467&'672#6767f8N77N87N77N7JRd3n!s7h)=ˎgǛD34  ~6{#M6N"###"###}THyf&" "+# 54766$3267.54oo:Qq4Ӗ+#/ Րw@=Zy-1BE)Dh=:R7A= "+"3267654&>7.547>7.5473326733##7#7}obNEo^wqT` #)-Nj5qɋ!)q#"!ˁ(({?3P 1``T>9a%')nJnj/+"+"3267654&>7.5476323##7#7}ob'RӾ #)-Nj5qɋ!)q#"!ˁ(( ٛ/#')nJn.*"+%267674&#"#"&5476$?#73>733F}n'Ӿ 1' /Hƌ#(sɋ#)q#%!Ɂ-"ٚ9'o')o5'"+"3267674&#"&5476;2>7'>7'&'}o9'ɲ %P#'7/y7R)Ȍ#*sɋ1qϝ%/ J?1)V/]\// uX;-d4^?,"+"'#"&547>32!'723'"&?>327>7654`3/H>1;ٜ TR\B 'fJLe!E=WPv+'/'! `?:{=/^Fv  + Rj^;"+7320+632'&5476767654&#"7'#"75>;ύ^$BL!}3u#E RVd1 i_BC#L5Jodh3D-TQ!ZchÑ3H`E'(XHy YD "+%7267654#"654+"?3737337+";2&##'#"&54767#''76;27H/, +/5=HfVuEBp6FkVd>B5=IePjYdV#XuRd>B D=3 D</^R-/P3J+fZfVG /q!OR=""+#7#7367$4767'36670'&'$27.'39/ h+ ZH%g9w 1gJ%$7^n=Q9Zp' s`')9 R  Bf %'\n?}h)! "+654&+3?6>3&#'%2632sR5 V-!'Z)os9+"- mRHGZ-C%N @3s.33"+#"'&547>32>32'67654#"Vcb3Z#R' =7s}tVq RsB~>w`)1X\qY5ブp!~9#P\+?:"+267654&#">7./&+7323276?673#"#"&56w!ʏLM#7ABgT1%?TVL7[VfBBt=y )`ӕ)+{Ӝ#-ylI#\aRoJ{))!ujoR@#31+} "+672#"&'7 %$! 76^@^;-odq'JtjQ?)wVVw-/)uZZu";78P @ A9) "+267674&#"%"3267654&"&547>7$! $"2! %?!27&547>J{LDxH+yDILË!Nb'1yV!FXwV!FV{VDZsZFXs%\Lf3\ `o!`2^`%NE"+"3267654&327#"&5476>7654&#"#"&547>;&5476$32DwE:DxH5VEw)%Vbjw3=!5#f7wV%DTwXDV1VJs\N%$wvj8dReTɔs!hQؕ%߼dT O=#"+67654''6'057'654'?6?6?6?7&''6767674'7J+ ?D'sC yb 74Os;=BZ B ?Y?L$bfVD?)N>^EJR^E8A:TC'=@B-3o-L9#T' 4=>3)hT6m'O-PNJ^N ubs?"+7"50765>3!2#"=>3!&5476$32!2#!767654&#"DL!BN!BJ!F/'BM!!ZGVV s%7#;\%7bH ۪"Xu#;f9Rpg h6f#?"+?6?6?#?%776/&5476='6'57'656vc!H*1 N 5 />+^Jso^EsXT^E)X@N3}%""+&547''&'77#"'73`b%L4\-X\!HlPX3-)XF+%P/w?+vauB1o79 N=# "+654&#"'2667'654'.'76?>32#"'+732674&'&547>+)jH+WM1#.4fd RZ} ZB}O<^qw%%#9JdkD'/ݞB?935+By-Zh#E+) LXj'!Df3 l RZRD)!*UU-*"+763267632>7632'#"'&'#"'.'632>7672>7672'3#"/3#"/)6;!%N''' l 'J %>L!!%Z)))F-+l#'Z#'Z; !g"-} !pZӰ  wq !!sZӰ  )b))"+'&547#'$#73654'73%73# 8%DovVnwLH3͊=l10 5lHPd$"+"!5654&#"#"&547#".?df%'$2Z=VkTm`Jf+/u++?@):;)mdfw>K> @!"+%!5654#"#"&54>323254.5463232632#".#"/1`#Y\s)eN#FVFFVEJRs1wHxBC  L{ ++w\_yBzkg#75oG`gHp57iDhV'y:G:7h "+2'&'&546322>jy8GTKHpVD--EŔJ}\Ndק323'654'&'&'#"&)1F,?VR7Nm?c'=c/1L%3'{BR%obP+"+2$'#"&54632#"&546\H1NmZF0m!NTbPF\m5p`PF\l+""+ 5$'2#"&54632#"&546PNH1mZF0mHnNl!bPF\m5p`PF\lmy&Tak@peb[W3)""+%"&54!2>54&'7#" 67#"'"&54>7>2'7;/#"&#"327"&'4632#"/>'#"74>767654#"56727254#";%BX)#)B#AD5JJ'oA͏J?! 4 H=\PM}s7-- +1  #+`765&#>54&#"5BJZIGR!+!i7+)'+u"m j1FfuNRpdHuD;9FN13L5!@%&'M1h))m-N bUgPTlpPNmj<I[g@ b\SKB=1 "+"327&54767&>7.547632623##7+#7#7!>7&';3267654&#"'67654'!}o]V;!?v'Qәj #)-N)-[CV_ $M@^nZV9 )(Nj5q8Zr(({7#"!ˁ(( KLٛ/#')nJJn#"21)y9ɋ!)q7Zo/#CJ!)!AI5 qCUYn@ f\XVNF."+"32767>7.#"&'#"&5476;2>7'>767'&'3267654&#"'67&'6;2>7'>}n 'ɜ %P#&7/y7RR) ho r\&])#'7/y7Ȍ#*s8c}ϝ%/ J?1)V/]\//ho7s// uX;-d3gȌ1q_RuRfQ;-RJ@1*WFB%"+"3267654&67.5476;27'>7'&'3##7#7lf'N#% m:T ) !!#+sϋ'#q7*!ʅ5 V--V/Z\/E m^%>h#7"K=lM=l 5;*6[N;A`p@ueO>3.   "+0###"'#327&#"32#"'.'4'532?&#"4;5#"'#6=&/&/&5&>54'32?67#&#"'3&54?>;237"3#'>7654'327'"&5&56726;2?>72767&5#3&/&#&+&'567"3'654'.'3'"&=467&'".54>3235>767;26?#767&'3.+&//&'.'67#626?674&5&54363##"'"'26323&54632"&=46735&'4'4/#26732##"'"&#4656567675&/./&74763235&#""33#"&7##"&#&'+"'636326732#"'.'.'.=467#6?'7'5#32.5467>?>75#3'+"3'0A  -!'91)1 =! :F/9/FC\7#5V   8+    $  %-  )#b$+ %7 !3? / -3  D/;  ( 9V ' 1 B8+' P=G=\q;1V1 1) 5byq+)D% ! H!7#18m7ao%3+@9C!11H3 7H/Lj/)1F''<B1:T \J?9+6!' !%#M  u!#)H"% N5'  %u %) ))  :& '+#9H!9 TTF\RLHtBfF!MPN+ ))Jmo@ ZE|! 1)+7VXm5 9-+#5?N1#"- !5=+H) /;? - +3/%  \- %  ,3(    Ht!% 1)'='%   /71# J@K!A#5' '#+^1wd\u  ' BT ) }5k! #T(0VW'5a+%v"%'1Nml!+) 7#51/ +1% D# B51=  !/$9 ) !)+  \HZ'RD%!/8vJ~# / `'-^dD39#GkL8XpR+2/! "+76! ! '&74>?#"26376&+"547#9 m7s-1H \ N'FCwˏHAǏ5 ><7#! J=R+>;- "+76! ! '&7402676'&7>32!7'+67>7654#"9 m7s#6/7--rqmI@D/5yrmˏHAǏ5 /13 &s``\l@ bD`y@% rR+I>/ "+76! ! '&742672#"'&#"3267654&'67654&#"327>9 m7s;L3qu+5--sCR9NZ 1? TˏHAǏ5K 1u 4 k%jc3!#/! BPXR/Et3)F1-R+?2 "+76! ! '&74%##6".#'";+"6374+"?35#9 m7slAi!ς! %%j4%#hZˏHAǏ5u Ǫk1%#3iER+?4 "+76! ! '&74#"'&#"3267654&#">732?'#"'6329 m7se5 (? uA{h`P-+ o'%sfRP}{N)3ˏHAǏ5GPm1+/%5qTq %V{/A>$R+": ,$ "+76! ! '&74%672"&547673267654&#"6769 m7s+;5`LN9썪% XZw9@9WmˏHAǏ511\^EP7B) y7/yd\FjFVR+$  "+76! ! '&7437'!"5'>9 m7s}!V-ˏHAǏ5mV 9(R+!0L @ C5*" "+76! ! '&742&747>"&547>7654&#"3267654'69 m7s! UJ ?r1@7dX9d\j`sb}{ˏHAǏ51# D2+;)BX74!['-TLC7 =LhLJOwdNQT bXhR+#= -% "+76! ! '&74%#"547>26767674&#"3279 m7sR;6`NN7V鑦) V\u9@7X3g5ˏHAǏ5Z1 \aHP7A(( w9.yd\#FjH)- R+/CT @ LD;0, "+"54>76!2>?#"26376&+"547#%2#"'47>267654'&#"5f 7^1F \ N+DE{!-/ ?I5b)'7gm% d1-mVc:<7#! N9Z#\F^Z-7 Xc/%B?dFZ۴D3w}+9@2, @2Z   SS  K =K >Y@99751.+($#344+#3#3267!''76;267#737#73654+"5?3%#"F'L/^f<=%L3bRo3oPPp ;t 2PP?11Z/۵K!PX@9 bb`S = K  =>@7 bb`   TS =>YY@//*)('$+#3#3272"547#737#73>.'&7672dcfH)X+ mL?  $"& IoPPT"F5ZRs7jLPP&+%( , L9+>@>93&%+KPX@(ZM =M=K >@&ZUM =K >YY@ %$34=$#3 +654+"5?30%#"6763267!''76;267&'"'>32bRoMl;!8;@'L/^f<=%W-(S)V$0?11ZK `x ;t 2u mD; =@"6 @0Z S UN =  K >Y@;852/,(& "" +#3 #"#7376'#"&?2$32#"';2&#'7673267T0+653-J)srC@  5}TqR3 JۉB)L):G;8P/+PP^ '1L^Z'HP\--//)1D; UZ@D J K KPX@8b  b  UM = M =M>KPX@8b  b  UM= M =M>K!PX@5b  b  UQM= M  >@5b  b  UQM= M  >YYYY@SRNL,D($&"' +67654'&#"3232767632'"'&'&547654#"?>763 27'"&'&'hH )?cDAh;+ +=1!Y7T{JL L?DXdP?F 3` BEhq 6R}7%V+H {b''!)#X`}/m##hdm!+#3bP?(09O@L10#" <;dbeM=M>(#$'!&% +%47'#"'#7.54327372327#"&%326767 .#"\c=<1dT}:9}$R2>.aV3q~NF92-1"m1$uP X5}*Ah?Po;!N/oM?V/{Ztp2??58@ 6KPX@,b eG K= M  >@*b eG S M  >YY@8731%$" +%##"5476?>7>3733#32672'"7&7#T`l 1w ,:!)eMTM&]EX%$h\?, !f<' \`` L ;%7)&tAOy-XK,PX@F/<@F/@/  SO K  =M >Y@!XXVUROKHEB>;7641.-#53#43+0/76;27!;2�'76;27654+"?30%+"!654+"&?3%+";2#.<5BZZ87;P=8?76=M#=5BH=H55!P"<5F !5+}qR5R5Ri 5 R #:5=OK,PX@:  <@:   K,PX@. U  C = M = M  >@/ U O = M =M  >YY@OOMLGD=;98#346%3+%0'76;27674#"7;2&#'76;27654'"#"54727673632;2#.<'+`:Tr'P>') +  ' Rc/;kd !49}NRX:X % RV  3 hARV379/a[@X5S<!<  C K  = M  >aa_^[XOLJGDB:741.+&# 2 +%076;256'&'&57;2&#'76;27654+"?3%+"$6767#"&?37+";2#.^ :)JG87;P=8?76=M#=5BN`7J B'U^L17+X58e5R5RF' 55 @pD%5l@LJI D Z=  "K1PX@? b  ` UD = K =N >@= b  ` U  UD =N >YY@!llihc`URPMHFFEBA<;!34?3+%07>;274654'7;2&#'76;27654'"##"547276736767#6743#"5765737+";2#.+ #' }P3%P>'+  ) Rc/;kG 7%3 H D9% h}T|##!27=5 & 7% RH& 3 r1)35 DX73NF##dd37\0{@<:K PX@$bYM =M >@#beM =M >Y@.-*(00 +)"50567#676747!"'3!2!2#.L!qG Nyw\XCm15+_!%}q ^ N 1#7&@ "<:K PX@$bYM=M >K.PX@#beM=M >@!beUM >YY@$# && +)"50567#"'!203!2#.'fj#L7} F)19}FRyH-3 I@C?>; KPX@%bM=K=>KPX@%bM=K=>K1PX@%bM=K=>@#bUM=>YYYY@ 9842-+)&#! I I  +"674654'27'>+&?37+"'.'3&''6767&547>P' ^JP kID  "5 C D $%A!GF !\!? Tw3J; #F4$+l6/) |+%519D101/m4A.=1+#Ps1-FN@KA,<U K =M=K >FC45344$)6! +327>76;2#"75.+;2&#'76;27654+"&?3%+"qJ)9H1 p=]85N;6D 58 O#95FeT- 3J1#w%@+' 5 R 5 yG@-,A @&UUU  K >Y@FC@=4%*5"3#3 +654+"?307+"327676;20#"?054+;2&#'76;27J';I='+3%+7J/ p;)B!% P;%+#PT*>7F5b%=?% RJ 3@ KPX@M=>KPX@M=>KPX@M=>KPX@M=>K.PX@M=>@eM>YYYYYY.,$"( +6767654&>7>7632#".54ThVM'hPUG'A-$F9+)NpJMJ{ #T\Z9J^JJ\!F!T^TDdJDs@;45m1%Pi?- @:d[ +%#7%#7sC;#+V\ rB`7+ @9d[ +%73%?33+%T [?Ѯuk7 %:\t7AP {miG;94$  "+#"542'4#"632723&#"0432&'&74327654&#"6274&'&654&'32>7632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?L`lea2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654"*9i`:/+1JQDnP+މT1;e6+!*!n=Xdjyr4!BP 3)'1}߼eՇPsh9dJw/^@uS5w^5##J=qÃGZ7235NZ1HBt`qn#+ 87!To8\PZ`8H{LN676'&'&'&'&'&'.7>.'&7>.'&767&'.67>&>76'.Ur(')GB1O2'3EhC'sk~L%L]}F-.z,W.>7Q<#!mYb/DŽ0\ 2LPH5+%B#AP˫rZ{EVvsk!T^7S(0/@HX0j8#5 q*-  7_ SI3 ',;o0 ,_):"&CFW`ש=; Ij.9 1Jl= H& L^P: ]aX$BK [/(Ee, vO:e_kd`1"+2672>54'.#"32#"'4.'&#"#"&54632.#"32732654'#"&547632&#"7"&542ϲ+Ph1~+1JRCmR+߉V/;e3+#+!n>Zfk{o3#AP 6&'1}kՇOsj<`Jw#kTwQ5w\7##J=qÃGZ7235NZ3HFp`qn!- 87!To8\PZ`8H{LN>dDN "+!5!5!5Dzz#^^@``^^)N "+!5!5!5LR{/^^``^^}s{!- '""+32"#!"$#52$3!32"#!"$#52$3%2#"&546R7{kfn)DiFNJ7ymfn)DiFNJ+:H6,:Q'! ## #! ## #T?*)Q5(@F#y{ , &!"+2"#!"$#52$3!32"#!"$#52$3%2#"&5469^P<ӎhR;э +:I5,;R/')))')))L?*)Q5(@F1y)N se/"+4632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 ! $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 ! q #{h3!\-5#X !nh(S}J! !!7)mu(A+@HL y7˸ r!TƑg i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde> #P+< "+327#"7!''54?>54&/&=73%;26=732#'HJ$u>B&3<7P5=43-ZVu/ydX9%' 6-)'',+'/7V`') ) f ;CV (0N;AM;/+$fLFA<  "+%327#"5!''54;2654&+"'5737#";26=732#3274&#"#"&54632#!3236722&#'54?>=4&#"2&#'54?>54/672$462"2&#'54?>54/6724/672362#"'&'"2&#'543763254&#"#"&54632!32%32654&#"'4&#'"5'672632#"'"'67462"2&#'5437>54/672'FE#u}9='193L3j1+VQo-<&r Lzsu[k;WXfH72 N1p -LN J/y 1s-D -##-N1 L1{ 3{)4w+H3 *3! \-y1;'qL{stZj7632#"&'&5432#" !))!1#  % %$ '  #{#''}%'  '  #+%  %'1 )%#';!#1#)   %9# !=)%)FT )NT +L' #% %@A # #'F/'3 -(#"+6732654&#""'&7>32#"&"54 "3254FrfmuHRS 2R?N\\$'frJNXH }NVQ!D-)RD$-4:@D@DA>;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:? 0 /# "+"&'&32>7676#"''7&547327>OR" !Ja X,JO.8!BxNWJs586hVRG-rZa_Z$XIpJraoD] o\`#dRy!("+"72>767674'&"&54732>OR"c,JO.186H&8!-rXIo5e\`#dT=raoD%2'"+%654&#"'6$76323&#"&547676y D\J?   &(7 /!D+ #l   % % m 4"+>32!267!>?>76'4&#"#"&54'?j_7 FR@7E.Q-;BXT G*HtA%#/j4aD%(hŚo?b#Eij^Rk-%SNR&) ++) c= "+"#"547>32#"&547>3232>7674#"7>76'4&=\G5els |Y'dF+DTCTJ \5GRq> T^?nM;4 o"$J816PB\2&R%X:A 1+"+)2+3&#"&547676?!"'63ݢe1#,; jm#q;u%u4$ % %.\Y- "+654&#"327"'632#"&547>32326 O=mg!9AVBNx %ոd>+J <R}93dtF`   F+-Z;#3N#+/22%"+3267654&#"632#".547%6$7 S9=o AMR'BTLR`V]? 'LbX;if<;u =ArUm00UtIBw+5[Z3+&1clT5GfM^9hc 5 "+!'67!"'673`/Md4B&E5@)HRPVdfwy3cj  7E ?82"+"67654#"&547>7'&547>3227674/͌"Q1z/ GQd5=򴏱-M hڮ+mN'Re@'R+ x33"32R,Hy!#!89$;H h|i\6!lS9h*$TP22%"+67654&#"32>767#".547>32 S:=o AMRBTKR`V]? 'LbX;hf<;uBrUl0/UuJBw+6[Y3+'1clT5GfM^hb ^?5*"+736$32.#"!!!!32>7"#"$'#736567D[Y^qRmy2fla"B?BLrT/#LN;;D yh/q %Pdhk%RC@k##]T"++!!!!32"&#"#76;>?!7!7'!7!.*#'"?3232$;#6'6&'#&?32326;)'+Nw 3<=3 p5   #   ;%sF'!;   j#+9ddev3*//#:veZ d  1/1  2\  "+%3267654#">32#"&54D17}؇\_';^?>yϏ{hL"+"3267654&'2#"&5476yo#k'GB 'ť %-'vJdž>NPf58Ƣ6;j/% "+%654&#"'67623&#"&547>VX DwׅR)!\  !N7 9C\2m%   % $ .q"+%>?!7%676'4#"'>32TL#T3<2'oF5AB!/d+gKD3\`W= "+"#"547>32#"&547>3232>7674#"7>7654&`=[G5emr }Y'dE+DTCTJ ]6;GRq> T^?nM;3 o"$I816PB\2&R%X:@N0*"+)2+&#"&547>?!"563d2",< jm< #p;t%u4$ % %./\- "+%674&#"327"'632#"&547>32326? O>mi!9AVCNy %ոd=+J ;R'93dsE`   F+-Z;#3N#+22%"+3267654&#"632#".54776$7 S:=o AMR'BTKR`V]? 'LbX;hf<;u =ArUm00UtIBw+5[Z3+&1clT5GfM^9hc  "+!'67!"'673`/Nd3B'F5@)GR}PVefvy3bj  7E ?82"+"67656#"&547>7'&'47>3227654/ɍ!Q2{/!GRd5>򴏲-L iخ+mM'QdA'R*!x24"43R,Hy!#!97%<H h}i\6!lS9h*$TPJ22%"+67654&#"3>767#".547>32 S:=o @NRBSLR`V]@ (KcX;if<;u;BrUl0/UtJBw+5[Z2+'1clT5GfM^hb jH @ E  "+462"$462"!&0&#'76?>'!"&#'76?67672AZBBZBZAAZ< J5-LP -/B},+JlA':!ZAAZBBZAAZB9mrl%$%//%#X)//lB?#/m, @ % "+462"$462""32654&"546$32@^??^?^@@^wwx6G^@@^@@^@@^@\,umT * "+462"$462"654+"'?307#"#".547654+"'?3%#"32>7BZBBZBZAAZZe Ood8dͅLT we O qm8RKVYA!^@@^@@^@@^@ ?11Zuh>!Np7D ?11Z8Nt8=^zLB\+ "+674+ #"&54632326?#"567>;>32#"&54&'&#"3 72#"&546323267{JHE``^--+;JX!$/b51-@!ruR)}R39P1<( d #,'AchV[1 '7"#\a=*#fI#-!! m? L7RH-J3H+fb=2.$#-#vRlcC"+632#"'&57327#"'7'4675&'&#"32'# ".5463272676?#"567>;>32673>nX/ZhDf)fX-aO: L %79 ZVg\Re7:F Ff#-`51-=!edwN$:3#h-X7-)^Tb9LL^;BA\? R3O8J~H-!Vە)+).'E qC- #zRD[^ ]\8"+27#>54&#" ".5463272676?#"567>;>3232'#67#"'47672V-//#h#Vg\Re7:F Ff#-`51-=!mlR% !9 ZS{\jTVRw5CLLRPRvM`Vە)+).'E qC}k+1X-!XZZ! R\f1mZl[`!\XD"+"&5432#"&547654&#"327632#"'&57327#"'7'6547"##"&>52673>ߏVɘ\%=<+o^8yT-RoX/V'm5 @f'hX-`P:  -Cg!nbK12)!' ӚxFF{!X7-)O'-Rb9LL`;BAP5/1 )|q"XX3"+"&5432#"&547#654&#"327%6747#"57276736267#"&547>76'4#"7ߏVɘ\%=<+o^8yT- * +X\76j',Q]7P<"\JnbK12)!' ӚxFF{!-1; Z3rV)bF6-3s=f,RRRLjC/"+>.2#"74654&#"3267%$>&'&'&>3632'#2672#"547#726!LpXNt@&   N]\#o+o]918 Oz1RlZ)#Yb_R: (9 Z}) F NGmEq`LsR".@9B%#(&nM15J/!' њtH? Ioگe 5)1RJ13EoF-!u/%P=1d'}%`!-UR%"+&'0;2&#'76;2754+"'4?30%+"676547#"546?37+".ۨ ?359N:5D359M!<5F-)5oNB9P<$B鲑g9H!31 9 !R9!R 1'=8 !{f!9N!B=Q5 "+67654'.#"32654'"?6763 37>7# &';2&#'76;2uD)!J)T5H9HBLհ3!`P1Rj9|5%\Jm 1 55 P:5DN-h)  `s`%# j`\!## P19#fHG7 !}t\"+3676767632343#746574'&'&'&'&'&'"!!!!727676767"'&'.'!736546564767465#Dz'FDRTZ^ZH)9 &qq  --1F+75s35#PR!/+B4...%3)1H%3133FBNs[X@=BRdWR==!  ) *1ZBHdh  hP5F)/ -!<>331#!?;^h I"++"!!!!;2+0#�#0#"'0#0##""###747676726;27>7676767!7!6767!7!&'&'3.'&/"'+&#&#&'&76565;0320320303270303630;+676767674/+"'&74747;232;27;6; ")  D q  ;#)%%  $' ' < j+33/3   #+/11% <!! FADC!"'%$ "j # No,o) '    3 o!owtww2 HI!###%E!`a^`    "V#U+"+7#"5476?>7>326232#"&5432326765#""##32672'"54} 2v -9!)o -#Ӂ !LwMVfV% f4o4{Y%#h !f<' T-7'g/`3TAXĢ-%;%7)&t<H/<."+"276767654'&'&'&"'&'&'&54767676 fWLKB%%$'@DS\XZ>B$''#CFRTmsKT-//+VSkjfjWR///1PTmd'!GLT``^eXFD&))'CB\VmjVTLF"'-5HPjjxsnfRP+//)RRforuohPR+%1)"+3!!!!!!!!!!!5!5!!5!#53!5!!!!!{VPPq@++5VRB"BAABmBDBOBqABXBHA7@ էU5+ "+65654'05&'&"#0327676767#"'&'&50'&5#"'&'&5476767676?547>7654'&'&#"#"'&'&54747676767676326767632!327676?67#7437'&#37"%#/35)1 {/N" !-5; `,_!5#H;HjLH- L1?=>w<'   d#+# ) 5! ++@7L;#/;!;BHAF;5!   +7P!53# } R%! =# =!%.+! 3+VJLV#? / 3%#  %#$w>)#)"+    '! !1' %)$7  +%d>J  pq fD)ao hb]L" "+"!27# '&$#".'>?&546$32326777327#"&54765&'"&547654#"&'>32"32654&!qÞǬ>#p'6 14Xx6G"V+?)?w{%M#dLF;ZcX+D#hRqww- Z\p1ZlMDT7>)=W@ږ,PADͲ9!P 'fV?%93VAFXX7!V%mOd7\ _\"+>32 3272"5476'&#"#"&54>76&+"&#"&67>76&+""'6743)2>72瀃˓OI)X+ mH )%FN< 3"J* 3e`'4q p P6Zh57H%  %B!՗mN"F5ZRs9h3$}ht 4* $5:{; 2  1 ;{^mbw })ANi*UR;'"+&'&#"#"&546323254'.54>32&'&#"#"&546323254'.54>32i4%B!fk컵<M5T2pes8hzP`4%B!fk컵<M5T2pes8hzP`-< hsP|wkb-323 767&#"#"7>323276'&7>32#"'#"&77632&'"+(+7Q\5>97!wZe?#5T qw9 E!% /D$'y1R;` !H#&=/J^7'%Z^?ۘR##-3h`P% !#(&'fݡ 7wdTCC"+3#3&#"&672>&7'!"&#"&67>7267/  '- ^ '#+^ 2 b 5=P'!^   2  1    2  1 =>1N C / "+32676'4$ 3267674&#"&547>7654&'&54732632#"&{5^VXAuckbbJZ:J^8nY B!R\kb @xT!D@1 %C{C%5" %]S 0YH&7b""+"&5476722'6&#"3267J櫅qpc/'7 wlx]@bkp\c!dݡOY{T:}G\ *d^7-! "+%326765%"6732767654+"?632#"&#&#"'s+Z `X1/'_-;L b9!-!!5NG54m5Vml#/7`+KdD5"+267>"'6&+;2676&#!&67>76&'&67!272'.+"{mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -P  R=PD D+)9u s-5 ;y{;5 o#uf?%K^<"+!"&67>76&'&67!272'.+"3267>'6&+&dX oI^1m +/!& Ni\#?6/j> > = 5d/%,^ 5 ;y{;5 o#uf='P  R=PC  F(?6*"+6&'&737% 632'.#"327RT?<1-%b5`J'+l) 'oTh>-#!$#"# #o'Z d?}RV N/"+%& &47>?!&#"&47>7654&'.7327!7654&'.7327 7674&'.73271 ;Z  uNP :Z  uK:": 4 3 ;y=; 1 53226%q*\ eh ^HhdT>5o ]! o4?55D{R-oL<'C)+VA"+6&'&6737&#&#"&47>7654&'.73277I  JJn_.:)j"/ 6K  uNP 9Z } X?!&&) !$6Cz6$%! z:"9 4 3 ;y=; 1 5764.'&6732633V=/B;< 33< ^ -)) R+M 33< ^#HV}ɍ 1  %G@3B' 1  1  %G@D#> "+ '#&#"&67>76&'"'&673%&#"&67>7d !w'T RK5g ?<'. cT\e ?%IM :T T%Vq? 2  1 ;wN  1 3 1  #)}5 2  1 1P@>#"+%.&#"&67>7.'"&?7>.'&67327#&R  R +6 {IT{ b>v +5  lN  R-6 {TJz d<f7u BT {BC'  /  / :{1 1BC) /  / 8{( "+"3267>54&'"&547672WOBedj>[37KguⱎmD8;AGvĨRWɬP 2("+32676&#"&#"&67>76.'&6732632#"'R+iXnKVe3D _b bJZ3D ^)BNǏ/`u\`jRV 2  1 C{RV 1 7D~h:."+"3267>54&67.547672272327#".#"'6WOBedj>[37Kg`~бm{HF^C\>uHRk1 '%7mD8;AGvuW¢RWɬS^&8K->H=-3>d5@>7-"+&#"&67>76.'&6732632#"/&'&2>76&#%" 5b bJ[4C ^)ōwh/U lLX !'F_PNbpF KVj?L'  2  1 C{RV 1 bT j" !K>`mPm-&"+7327654'.547632&""&#*#6{PZlC-)t}Yh~g P9*.R o,2= n?8MCDHuUY:>wf +0NM$tU;t+! "+#"&#"&47>76&+"'673!27'&B5 v 7654&'.73272)7orH@ 5J yy `87X5Lj<3 %E {Qy dG9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<3"+&67327"'. '&6732776& B-V 3J%'F5#  OR T: 1m552/;J/+ % 55BJ^ N>? "+76&'&67327"&''"&'&'&'&67327773: /K V-V 5T+#k3V9 oE QZ =02"-+/wLQ55:9:[//c 55>1o Z5L"+%&#"&676?6'.#&67327?6'&67327&#"&67>/&=` RXR V}'/! RR B"<Nj R{ZR }_ y5} RR 9!8H 2  1 Z -#5 1  1 #8Z 1  1 _  2  1  4 H="+%&#"&67>?6&'.'&673276?6&'&67327< e R %=A {F T)` 0!0E 7D{ JK1;{; 2  1 ;{574+P3 1  1 69-3 1  1 %8BaJ/#"+3!2>32327!".74767#"'675 N5nXN+y-3 os3^4ZH)#; )}^s o5"+!"747>3!23DGDH!7! 9dS S$ "+'"/76323#3&#"&672>&7'!"&#"&67>7267T%# ?T}/  '- ^ '#+^ 2 b 5=P'!` #(/>^   2  1    2  1 =>1XR R# "+632#"673#3&#"&672>&7'!"&#"&67>7267 $ %)/  '- ^ '#+^ 2 b 5=P'!T 1-P^   2  1    2  1 =>15 N N "+&''673#3&#"&672>&7'!"&#"&67>7267+n9u9d)H/  '- ^ '#+^ 2 b 5=P'!5b%\PTX%Xm^   2  1    2  1 =>1 V V'"+267#"'&"'6323#3&#"&672>&7'!"&#"&67>7267 #3!1N+L?N31Tw?H5:/  '- ^ '#+^ 2 b 5=P'!/C;3/9?1^   2  1    2  1 =>1S @ S$ "+462"$462"3#3&#"&672>&7'!"&#"&67>7267/@^??^1?^@@^8/  '- ^ '#+^ 2 b 5=P'!f[AA[AA[AA[A}^   2  1    2  1 =>1P 'd @ d5#!"+"3267654&>32#"&543#3&#"&672>&7'!"&#"&67>7267+F -%+H-|G=U|I=S/  '- ^ '#+^ 2 b 5=P'!?+#3B)%/jFdN; FdN; ^   2  1    2  1 =>1$ \#"+>&'3!"&#"&67>7!272'.+"3267>"'6&+;2676&#!&67>75 'oND x H\DI -2 %'Rm`%A)qE @  @>j9/#Vo7-fcd uLTPG R)1 2  1 7T q#uf?%P  T! D+)9u 1 1 ;yb<0 "+"'7.5476722'6&#"326772#"'7726754&#=aqpc/'7 wlx]@bkp\c!]w3#FRsV^%HG!L*#ՓOY{T:}G\ *^^R:3DL-/!) $KdDTRL5"+267>"'6&+;2676&#!&67>76&'&67!272'.+"#"/7632{mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -T%# ?UP  R=PD D+)9u s-5 ;y{;5 o#uf?% #)/KdDSOF5"+267>"'6&+;2676&#!&67>76&'&67!272'.+"632#"67{mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -} % %)P  R=PD D+)9u s-5 ;y{;5 o#uf?% 1-KqXDOHE5"+267>"'6&+;2676&#!&67>76&'&67!272'.+"&''67{mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -+o:u9d)IP  R=PD D+)9u s-5 ;y{;5 o#uf?%9b%\PTX%XKDLT SOKG5"+267>"'6&+;2676&#!&67>76&'&67!272'.+"462"$462"{mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -@^@@^1@^??^P  R=PD D+)9u s-5 ;y{;5 o#uf?%K[AA[AA[AA[A\cV5+ "+#"/7632&#"&47>7674&'.73275T%# ?T ;Z  uNP :Z  uKR #)/:": 4 3 ;y=; 1 57674&'.7327 $ %)f ;Z  uNP :Z  uKN 1-:": 4 3 ;y=; 1 57674&'.7327+n9u9d)H ;Z  uNP :Z  uK5b%\PTX%X:": 4 3 ;y=; 1 57674&'.7327?_??_1@^@@^w ;Z  uNP :Z  uKf_??_??_??_?:": 4 3 ;y=; 1 5#"+%.&#"&67>7.'"&?7>.'&67327#&267#"'&"'632R  R +6 {IT{ b>v +5  lN  R-6 {TJz d<f7u #3!1N+L?N31Tw?H5BT {BC'  /  / :{1 1BC) /  / 8{(/C;3/9?1 0 .("+"3267>54&'"&547672#"/7632WOBedj>[37KguⱎT%$ ?UmD8;AGvĨRWɬ #)/ / +""+"3267>54&'"&547672632#"67WOBedj>[37Kguⱎz % %)mD8;AGvĨRWɬ 1-X + $!"+"3267>54&'"&547672&''67WOBedj>[37Kguⱎq+n9u9d)HmD8;AGvĨRWɬb%\PTX%Xm 3 &$"+"3267>54&'"&547672267#"'.'62WOBedj>[37KguⱎF#3 1N+K?O31Tw?H6mD8;AGvĨRWɬ9/D;3/:?1 0 @ +" "+462"$462""3267>54&'"&547672#?_??_1@^@@^WOBedj>[37Kguⱎf[AA[AA[AA[AD8;AGvĨRWɬM"+%2>76&#""$33!272'.+"32>7>"'6&+;2676&#!h/@D- VHy)+RZ_X51 %&Sl}%A )-B3B ?   ? Mo-9/"so7-fbB #M>w7F q#uf?%/)  T! D+)9u 1 !, $""+"&'"''7&54767273267>54WOBe1bܓgv3tvh[3W />[37KmD8:-&X9'bRW6e'aff;AGvDi\K$ "+#"/7632#".547654&'.732732>7654&'.7327uT%# ?U32)7orH@ 5J yy `87X5Lj<3 %E {Qy dGX #)/X9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<iRJ# "+632#"47#".547654&'.732732>7654&'.7327 $ %)u2)7orH@ 5J yy `87X5Lj<3 %E {Qy dGN 1-h9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<i+ F"+&''67#".547654&'.732732>7654&'.7327+o:u9d)H%2)7orH@ 5J yy `87X5Lj<3 %E {Qy dG+b%\PTX%X9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<i;CK JFB>"+#".547654&'.732732>7654&'.7327462"$462"2)7orH@ 5J yy `87X5Lj<3 %E {Qy dGBZAAZ/A[AA[9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<=[AA[AA[AA[AH^=LH?"+%&#"&67>?6&'.'&673276?6&'&67327632#"47< e R %=A {F T)` 0!0E 7D{ JK1; $ %){; 2  1 ;{574+P3 1  1 69-3 1  1 %8Ba 1-\I <3 "+267>&#"7632#"'&#"&47>7674&'.73275.hZ7>M3Lo5:&;Z  uNP :Z  lNk\/X@ K5N^'f : 4 3 ;y=; 1 50HM + "+462"$462"&#"&67>?6&'.'&673276?6&'&673271BZAAZ/AZBBZ< e R %=A {F T)` 0!0E 7D{ JK1;j[AA[AA[AA[A{; 2  1 ;{574+P3 1  1 69-3 1  1 %8Ba\'MC0"+%6&'&67327#"&7>32326&#"&47>7674&'.7327q)\ dh ^HidT=5o \ 573 ;Z  uNP :Z  uK?55D{R-oL<'C)+y:": 4 3 ;y=; 1 5wf +0NM$tU;t n?8MCDHuUY:>wf +0NM$tU;tE"+76!23#"&#"#6?326764.#"576.# ;2+!#767326M3UJ7 mƊ'  F-G=U^R 7NXV)   #+4K+osN`PXy;X6%%+ %3 77 5q _D Iu lU""+"32654&#".547674&'.732732>7654&'.7327!27# '&$#".'>?&546$32#&ɍww21)7osG? 6I yy `77X5Lj<3 %F {Ry dH qÞǬ=#q'5 13[x6G%\9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<! Z\p1ZlMDT7>)=WJ*ʖ,}R ;Lx hUC<"+#".547654&'.732732>7654&'.7327%"3267>54&.54767267'$'.#".'6762)7orH@ 5J yz `77X5Lj<3 %E {Qy dGWOBedj>[37Kgm]('+ {u1e5 ^gN9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<@D8;AGvRWɬS~4-N9/2bhXH/C)EbAo7 A4!"+%32544%&"'&#"'>323273632>7#"&54?&'"'os[" V>JR#+;#DoK7MhRӟ((N-z?Nb'#u/XVRZN+  DR'`%V>-^]VlX\RN{%%5A7+"+#326765%"6732767#7367654+"?632#"&#&#"' *s+Z 1 $1/'!lm&-;L b9!-!!P55NG54 ?;VlP#/7`+LCU ODC"+3#3&#"&672>&7'!"&#"&67>72673267#"&547/  '- ^ '#+^ 2 b 5=P'!`RP;+\hw^   2  1    2  1 =>1 DVaXj 5NUQO3"+"&5467&672>&7'!"&#"&67>72673&'3273#7TjpZC '#+^ 2 b 5=P'!u'- RSlA5JD!/ 5\RJ2 1    2  1 =>1  2 S3FJDEm^ bh"1-$"+"&5476722'6&#"3267632'"67J櫅qpc/'7 wlx]@bkp\c!d˶ $ %)ݡOY{T:}G\ *d^x 1-j?"-'#"+"&5476722'6&#"3267#&'767J櫅qpc/'7 wlx]@bkp\c!d˗f-o8s=X+ݡOY{T:}G\ *d^&j$ZRN^$?7B <8-! "+%326765%"6732767654+"?632#"&#&#"'#&'767s+Z `X1/'_-;L b9!-!!Mf-o8s=X+5NG54m5Vml#/7`+j$ZRN^$K5dX"+"&5467&#!&67>76&'&67!272'.+"3267>"'6&+;2676"327 X{{_R!̾` oI^1m 3/ #' Lid#C -@mC = > ;f@=*!Zj9) ,& qx%"JD!5^PI35 ;y{;5 o#uf?%P  R=PD D+)9u }g+&\)+%JDEKJ O@*"+#&'767267>"'6&+;2676&#!&67>76&'&67!272'.+"f-o7s>X+mC = > ;f@=*!Zj9) 8+^̾` oI^1m 3/ #' Lid#C -j%ZRN^%P  R=PD D+)9u s-5 ;y{;5 o#uf?%m<(# "+3267#"&5476&'&737% 632'.#"327`RP;+\hwT?<1-%b5`J'+l) 'oTh>m DV`Yk #!$#"# #o'Z d?}R7'`-<8/"+%2676&#!&67>764.'&6732633632#"67V=/B;< 33< ^ -)) R+M 33< ^#H % %)V}ɍ 1  %G@3B' 1  1  %G@D 1-7'5' "+;2676&#!&67>?'?64.'&6732632#H1=/B;< 33< 5 -)) R+M 33< =pꢉ}ɍ 1  %G@qY>k3B' 1  1  %G@Pb@OKB>#"+%.&#"&67>7.'"&?7>.'&67327#&632#"47R  R +6 {IT{ b>v +5  lN  R-6 {TJz d<f7u % %(BT {BC'  /  / :{1 1BC) /  / 8{(O 1.P7@KEA>#"+%.&#"&67>7.'"&?7>.'&67327#&#&'767R  R +6 {IT{ b>v +5  lN  R-6 {TJz d<f7u ?f-o7s=X+BT {BC'  /  / :{1 1BC) /  / 8{(j%ZRN^%;oK=""+%&#";2�'76;267.+"?!6/"&?37##"&762326w`S) = )-5 8'mϟZW) :  +V|3Te` N-#BV7c1H X ++ 6"+/h57 mBHPD9(|{ 7J @ HA5("+"3267>54&'"&547672#"&#"&74&=63"&7/632WOBedj>[37Kguⱎ튊  + 4mD8;AGvĨRWɬ%   +d`5@O KB>7-"+&#"&67>76.'&6732632#"/&'&2>76&#632#"67%" 5b bJ[4C ^)ōwh/U lLX !'F_PNbpF KVj $ %)?L'  2  1 C{RV 1 bT j" !K>`m 1-d75@K EA>7-"+&#"&67>76.'&6732632#"/&'&2>76&#7#&'767%" 5b bJ[4C ^)ōwh/U lLX !'F_PNbpF KVjTg-o8s=X+?L'  2  1 C{RV 1 bT j" !K>`mj%ZRN^%P`-<8/&"+7327654'.547632&""&#*#6632#"47{PZlC-)t}Yh~g P9*.R o,2 % %(= n?8MCDHuUY:>wf +0NM$tU;t 1-PmG/"+7327654'.547632&"72#"'7726754&#"'7.#*#6{PZlC-)t}Yh~g P9*.R Lf2#FQsV^%HG!L)#=[#1= n?8MCDHuUY:>wf +0NM$tU(Q:3DL-/!) $#tPJ 81"+#&'7677327654'.547632&""&#*#6f-o7s>X+oPZlC-)t}Yh~g P9*.R o,2j%ZRN^% n?8MCDHuUY:>wf +0NM$tU;tE;"+#"&'32#"'7326754&#"'7"&47>76&+"'673!27'&B5 v ?#736&+"'673!27'&+"$ 7654&'.7327"3267654&>32#"&542)7orH@ 5J yy `87X5Lj<3 %E {Qy dG+H+'+F-{H?S {I?Q9sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<@+#1?)%/kFdM<FdN<i{;Rf d\PC"+#".547654&'.732732>7654&'.7327#"&#"&74&=63"&72&36322)7orH@ 5J yy `87X5Lj<3 %E {Qy dG]  + 49sP+-\7#;$ / 38}Z3hP7s\K!9!=" / 3<1%   +J/h#2.%"+3!2>32327!".74767#"'67632'"475 N5nXN+y-3 os3^4ZH) % %(#; )}^s  1-J/ / "+4632#"&3!2>32327!".74767#"'67P7/@R51>5 N5nXN+y-3 os3^4ZH)9SB+9P?#; )}^s J/J . "+#&'7673!2>32327!".74767#"'67'f-o7s=X+5 N5nXN+y-3 os3^4ZH)j%ZRN^%#; )}^s 7f-C8."+%2676&#!&67>764.'&67326332'>76#"5476V=/B;< 33< ^ -)) R+M 33< ^#H/28hA=SP V}ɍ 1  %G@3B' 1  1  %G@DA/ =L3# V+%; EJ 6,"+#&'767#"&#"&47>76&+"'673!27'&+f-o7s=X+>B5 v 76&+"'673!27'&2567654'.547>B5 v )!+=P mC<("+2567654'.547>7327654'.547632&""&#*#6f q =/JPZlC-)t}Yh~g P9*.R o,2m|#bT3'>)!+= n?8MCDHuUY:>wf +0NM$tU;t\cR%-,("+%&#"&47>7674&'.7327462"1 ;Z  uNP :Z  uKEgGGg:": 4 3 ;y=; 1 57654'&547>!25>7654'&547>!25>7654'&547>`q }N`H Fq }N`H Fq }N`H F{7PDL% 9 /<{7PDL% 9 /<{7PDL% 9 /<F/ "+$   32y!TRf !/TR!g%N+  $(,048<?E'@$CA>=;97531/-+)'%#! "+!!!!%!!!!%!!!!%!!!!%!!!!%!!!!%!!3#!!'3!!FHuuuuuu_kkdq5+777?888A8887777588877776715o7V )`jt@ϊqmhcD4 "+!!'3077637+"'.+5"'.=>732326;+73267.'#"#"'&+2654&"462#"&3233676323.'77676?#3276767>36;'"#"#'6=&'&#"+'#.+'7!!XB# 81     9b@+9- Pq D 3iN@ &-1!>/k!!+1E22"!3r) -- 9#9'A-L !C%5#  5/+a9-5T R,1R%+1  1'))y)D= d {w3  3^D+" !Z P??]1H+%9+% 51G#11E12V 1yF #1'#/XNN -#+ 1%+  *%= 21 LGKSW[_cg@edb`]\YXVTPNIH "+!!3#335335!5#3#33533533533533535#5##5##5##5#535337#5!#35#5##5#!35#5#LE5555V5H!5555555dd55%/+ )555FpJc>>>1PB777BB884F-7777777777L6@C]@FDBA=8"  "+!!#332654#"4632#"&27'"'#"&5463232654#"'7!##########!!L?"#?=6J;1#-%T'))3#$>1#+@1) -) @5V5>7;8;7<7+F7/F$+C3PK9Y7F)qZ 7X7#1Pd-E#+CcO{\ "+"32676&'2#"76j% F=}q')3gǮ')߸+%19^n8ˮT!/% "+%654&#"'67623&#"&547>X DvׅR)!\   N7 9C\2m%   % $ .Z"+%>?!7%67654#"'>32mTK#T3<1'oF5BB!/d+gKD3\`W= "+"#"547>32#"&547>3232>7674#"7>7654&Z=[G5els }Y'dE+DTCTJ ]6;GRq> T^?nM;3 o"$I816PB\2&R%X:@=1+"+)2+&#"&547676?!"'63e1#,< jm#q;u%u4$ % %/\- "+%654&#"327"'632#"&547>32326Z O=mg!:AVBNy%չd=+J <R'93dsE`   F+-Z;#3N#+22%"+3267654&#"632#".54776$7 S:=o AMR'BTKR`V]? 'LbX;hf<;u =ArUm00UtIBw+5[Z3+&1clT5GfM^9hc - "+!'67!"'673`/Ne3B&E5?)HR}PVefvy3bj  7E ?82"+"67656#"&547>7'&'47>3227654/ɍ!Q2{/!GRd5>򴏲-L iخ+mM'QdA'R*!x24"43R,Hy!#!97%<H h}i\6!lS9h*$TP^22%"+676'4&#"3>767#".547>32 S9=o AMRBTKR`V]? 'LbX;hf<;u;BrUl0/UtJBw+5[Z2+'1clT5GfM^hb ?Z"+!"705>3!25BG!BK%7#;1"+#"'%#7#y' "+#"70567Pw?rw#1 "+&''67=s/qMh~d^c+7BD5+D}q1b "+&'767;s/jRsuo|1Zi)3FL-)LwZB"+#"&=33267hm@lVRBhq`9>=:/$"+0#"54?63$0#"'&54?63 !-  +    %   %(! "+6720#"/&54656%672#"/&76L) Z  -!!B      % BA  $PZ{B"+>32#.#"Phm@nTPZhq`9@@9q "+#"&546563227>32 lf N!^j -#D+JK=AF% ?L-8ZX "+#"&547>32727>32Vg\:=T`2!$JbR? /@H\!-# uj "+>32#"&5%>32#"&5fJ-'5J-)3;J-)3L-'3+?3' -@4'-?5'-@6';?"+#67654"#"54632F50/s)-lNP?sFZ5/ /+OA'C 2 1% "+"&'&32>7676#"''7&547327@OP# KfG-JN/ 8!B\DGJZR77QJ@J-q~x7/zXJUraoE7}w[a#d5qL"+7&476%&!;&6uC)oXD渤N;CJ"+'676654'&'7=5wA+fXC/_Fb  "+! !!7B7) e X bf"+70!575!6!?f_+7A  X 1 fHo73"+6&'&547>7674'&'76767676767V+o'R N . & 9 =J5%<%VN H9 C /-% ;mB=!+ %H11;i55?4(= B'}?>UH'J+H51"+670#67&'&547>7654'&'&'77676uT+n!R  5 +%5=N3#Z#VNL7nD)1!;i55L1' 'J-39m}F-#?D'{VF%C!7y # "+#"&54632"&54>?6762&ym=7DdDB;C=H#' #" a+B7O4"/P2=0tR\3'3R+9 < "+#"&5462#"'&74%7#67>76323326=3&54632kA3Fd:϶DF={-  @=aV19Td NC)FB1S4 1P4\PTD F2''5 ;BwB{?wX+!)@  "+'76'76'R-'ø^/ųυgCPӁwmCTT  "+767&'7767&'7T)T-$&ŶZ/J͇}mCyqCT "+'7$T)}X/ù˃mCPs "+7767&'+Rd+ũy^oCrt[X}( "+654/&67632#"&54632326767y%R  щ**)'?6PQk=[1 '7##^+T') +فN5=2.$#-#pD%LBTZi)@^#KPX@Kb Z  X  VM=M= M= N  >@Mb b `  VM=M= M= N  >YY@\[db[i\hVTQOKIC@;964'###""%% +#"567>;>32632#"&'&'"32'##"&546323276?+ #"&546323267367.'&#"3jb51-@jiM'2y`+RhR 9 Z17Ph:``^--+<LZ+/yJHE``^--+;JZ$v0(A;q#  ^8 PRA)9H+-!RJ#,!fI#-!%$9H+BT@ ;@D  bbb  M == M ==N>Y@ NLHFA?:831.,(&  TT +"3 72327#"547654+ #"&54632326?#"567>;>32#"&54&'&n<( d &[%D?o\{JHE``^--+;JX!$/b51-@!lmP'R39PMH+hfB!V7d-wJ#fI#-!! m? J7RH-J3B/S@*8!KPX@Ebb`  ZM= M == N  >@Fbb`   bM= M == N  >YY@OMJHDB<:75#'(%% +#"567>;>326723272"54767#"&'&'"32'# #"&546323267jb51-@!fbwJ'@^b  b  b  `  VM=M== M= =N>Y@!~zxomjhdb\YTROMIGA?86'$&$"%% +#"567>;>32672#"&54&'&#"3 72327#"747674+ #"&546323276?+ #"&546323267.'&#";6jb51-@jiM'/R39Q2<' d &[%C@o\{KFF``^--+<LZ+/yJHE``^--+;JZ$)C;q# v ^8 XJ7RH-J3H+hfB!V7d-wJ#gJ#,!fI#-!%/>%9H+Bqx@u:%KPX@`bb`  ZX  V M=M= M ==N>@bbb`  b`  V M=M= M ==N>YY@'sr{yrsmkhfb`ZWRPMKGE><9742("%% +#"567>;>326326723272"54767.'&'"32'##"&546323276?+ #"&546323267367.'&#"3jb51-@jiM'2y|=U)X+ m+NhR 9 Z17Ph:``^--+<LZ+/yJHE``^--+;JZ$v0(A;q#  ^8 P* LhT"F5ZRs7jB&9H+-!RJ#,!fI#-!%$9H+TX@U2K.PX@.bR M = M =>@,b  SR M =>YY@XWTRKI'&(%* +67#"54767#727>54#"#".54632632676767#72>767>3232'{!vZhTW--R9P)+5-u7P%;D'1Ou1Jw-'!)F3g}! 9[Z!R\f1mZl[`5RZFv+ =!5)'KNFL`yVqi^?Q##-!sK PX@ ! 1<KPX@ ! 1<KPX@ ! 1<@ ! 1KPX@F  b`` M= M=M =M >KPX@L  b`` M= M =M =M >@F  b`` M= M=M =M >YYY@*}{tqhg_]XWKIBA@?86-,&$   +%654'.5467&'&'&>7632+672#".547#7267>.03#"74654.'"#".'.7>76&2BPgVDji+#Yb`S; '9 qd;cA~6*0QJ13EoF-t0%>1=#(|%`!;[T0*?GJ6#($nM28J-"# O%{'1-!'+!')Z9@9ZJL-7?KVjLf3NNXb'!#'1qJEo3=Dh_Q!I!!j_<`1y/'2`1yd msOuhB`ir\hopV +M//dL^mdm-++fvn +b9Vm"Q"rB[KV|"6^tt1#1?u1T7$z^Jh&1Z9zhxxxpM/~/M/M/LLLL+mhvvvv|+?QQQQQQ}hs||||KQQQQQ++rM/M/M/M/M/}}LLLLsLQd~tp}p}p}}=p}xmxmm$ rp+;p+s+d5d5d5d5!vv|v|v|vv|9+^+^+^L"`|fZ`$Hj~mqVSu==BIGPr jC#Sy{qRpjnGSs51I!DLnNnVnT(}}f9 SDD^V}\}VDdQL|v|tB|tB|tB|tB|QZG}j"t + +dxQGsQQHMHL|LDDv|v|$A }I$L=QHl;|%/=t/-3ZFzFp}j$|;#AA yz?Sbh{hhhspVF3bCnSQ%\q|-|h|Q!EEE)\F\/O 3'f3 /$V++DbEq&C`;+CCCVHHXC3Gh5!CC=K/fPP^~vrMl#D9Z$;$VVoVV{wbvb\QAFX;q 'EEJb3b3o-^fSQVh9JL !+fm-L7+NBN{`m+uL-B1\yq%PZj3^yh?1$H9fb#SI/HDp}LOmOy=xm`+9& VLzr= V9fQz|=!\)"h|=+d~/&7n`ExfC%~~&/AwJEtwl f~H~H-F fLL;VH1$GJV P1#--=~/!^+D 11=7d;+Q -|9/ N N/-"w1Q$HB;775 7t737IZ+LKTT`\\w5p`?$fZ}V9'9j577~9~-l))bjFGZt##|K!ht{&Cw~wSSd(  CXtvtvB?9;;#|| QQp}~H!TwD1D7&&&"  f "/KZHuuDVNV++JyS`s11+111111111%5GOD(7?(1Aj5!t\CQ#"#"#"DrDrDrDrDr~/~/~/~//&HZ}}V}VNV7}V3Ljjp}Gp}'p}G=7E=7E=7Exxx^D^DDD\D$$d } $fv|v|v|v|v|-(((((Z#9On#9O$D^$D`wDwQd)QQQQQQQQQQQ~/~/~/+/~/~/M/~/LLS5 AAAAAvpv|$$$9%9%    zzzzzzdfdK`A^||||||||Cdd1dd"d"buuKOxC9========O/I=;zM|X&==tttttttt||||||||d` f  ; Ot9l!$u||r{||o &}ZZ LLdb\X ====l|==" \1m$`; rVB?SSx j}V}VVS3J393?3du3? |/`X$1  zp)o#r))h ?  H3?;=DB17FHN55D3PM)M)jGVb~ffd7j5l;#CF(3df!l!^%q% Dxxxxxxxxxxxxn/155 S 7(#%~'`+r'O79I==-?=+G'5E3 =# =L 9 9b^HJF 9 999 "f "B?q`Nw\\757f5m5hhhhh9)hhx^|^Cnnsb9h)hhhhhhhhhhhxx+hhhh^^b^^{9++99BhEEEEEEEEEEEEEEEEEEEE           ;;};;;;\;dZ^b|rd|;EEEEEEEEEEEhlhhhhhhh|EVVEEVVEXEXddddddddbF L+LXL^VVVVVytttV(Xz?"M++`bl+39(bdhhZ^'E)++mrLV 5EEEEEEEEEEp}pp9^D"\73I#ZO9 t t tjj)}#2`# 9fA?FRmcrY\^\jqN~^JvBvRR+d}9?H1% ; RNhOKKV\\"V"7#PQPd+P(7|5Jo$OKOKOKOK\\\\hP;\\&P +}ohOKOK"7"7PP;dd+P+P+P((JJJ"7((+P\-FLLZ=^yq%PZ\\jj/f7lGITP[ BBBBB3Ssx{dddd|$\ 8  4 | Pp8D H " #4$%&(((+,./01235T68:,;$;<(<`<==L=>?@ABCEFGHIJ`KLMN$O4OQ\R`S@TdVWPXZZ[ [\<\<\]`acceTeglhi,itikl lmxnhppxqrs(stltu\vxHzH{@|X}t~t|0Lpd4  Dd,p|<,t\0Lpdİ (@ɜʠlͨ(hxTdLP,X@<ݴߐdpdX8 HLhh|L( $  | `\p$ 0P, "$#H%&(*+D,./0t2<3 5868:?@ABFGLHLxPUX|[^bPdfPh|iTlnoqrrsuvwxyHz4z{{|4|}@}}~~\~TPPT|\@d@$xLhL@@8TD xD8PT4< H8pp@8HdX`$``HT<LŒ|Ť HT˸Tͤ|Д\XՐּڼPޔ߼X|<<|,T 4  l0P| !#%(&'**+-/ 0T283@44579,:T;H<>x@,ABC8DhFGHJLKLNOPlQHRUW<XZ\_H`|alblcdefikm4npsu8vwxyz{~$h,p$p$lH dLxlHXØThtΠҠD|אِܤߴH$L<xHp   ,L\X!"t$4&(')*,T-/$0L136<8<<?CLE8GIPKLdMO$PQSDTtUWZp[]X^`8bdg(j<lopr suhvxz{}},X(T4PhT(Hl0@@@@@@@@@@\8x(Xp04x|0x@(Xxøx`8ˬ`DT@، ۜހ((8hhTt Dt 8  p X LtH0D!#%0&D(t)+,/03D4679:;=0>x?ApBDEFGIJKMNPlRTVX8Y[\^_,`habdeHg\h|jlno,qsvxzD|\~$@  hl@0T|hD|<` 4 |ŐLɀ,͈hӐdנ$ެ$Lx <8hph,   DPh!#$'(l*-$/p247:=@B$CDDEFH,IpJL4NQ0THW[ ^@atdegti\k0m`opqsvly}xP\, d h $L̈́΀ϬLԸ8@xH|`8 p ` "x%H&(*-,/2$4,69;>B4CXDtFtHtIxJLNPSVY\`ldh@l@oqsLuwzX|~x40`<0<|\<`8 L ɤ̘|Ԕ8DH|P4P@$X @ h 8    d @           ! # & ( ) + , - 0 0 1 2< 4 6 94 ;X = ? A C D F Ft G G G G G G G G G G G G G G G G G Gd G G H, H` H H I8 I J Jh J Kt L0 L Mx NL O O O P Q R S8 S8 U X YL Y Z [$ [ \ \ ]4 ^x _ b b\ e e h j l mL n< n o p q r sl t ut v8 v w wd w w yl y z {P |x }X ~ ~ @ D  D H x ` ` ` , 4 4 4 \      X X    X H | | | | | | |  P P P P P P P h x ( , Ō x X Ѐ P Ӝ D ׄ  ` L  t  t \   p 0 d D  d  x       0  h   T P    `  <  8    !$ " " # $0 $ %l & &d & ' ' (` ( )| * * + ,d , , -@ -` - .T . . /L 08 0 1 1 1 20 2d 2 2 3 3p 3 4X 4 5 5 6 6 7l 7 8 8d 8 9 9T 9 9 :T : ;( ; ; ` ? ? ? @h @ @ A AP A A B Bl D< F0 H J M O P R T WH Y \ `P cX f ip l oH q t u v y z }   T P P ( ` P L   4 L D ͘ ` $ $ ֬ H l H  X   D p    ( L       \ (  @   ,    L       "P " " " $ % % & '8 ' ( )< ) * +X , - - . /( / 0p 1| 2l 3t 44 5 5 6 7 8 8 9L 9 9 :0 : ; ; =< = ?$ @ Al H Ix JD K( K L M N O O P R0 S U V` X Y [ \ ^ ` bP cd d f g h j8 j j o( pT q s sD s t t v w {T }H }   H D | \ , , T 0 l   , 4 l h h  ` X t h t H H $ | p x P  x L h $ l , 0 0 , 8 @ p T \ d d p x ,  ʬ P ̜ D 8 д ј ҈ ӄ H H @ H ٔ  ܠ ݨ ް T \    p $ < p D  l 8 8 ` T     h    @ x  ,   H   d  l  P < T ,          <Ih>+::t"    8CS 8   t  >~ D   : :X : p ?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~               uni00A0uni00AD two.superiorthree.superioruni00B5 one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflexTcedillatcedillaTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccent Tcommaaccent tcommaaccentuni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236uni0237uni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0243uni0250uni0251uni0252uni0253uni0254uni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262uni0263uni0264uni0265uni0266uni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Euni026Funi0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278uni0279uni027Auni027Buni027Cuni027Duni027Euni027Funi0280uni0281uni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294uni0295uni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AFuni02B0uni02B1uni02B2uni02B3uni02B4uni02B5uni02B6uni02B7uni02B8uni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFuni02E0uni02E1uni02E2uni02E3uni02E4uni02ECuni02EDuni02EE gravecomb acutecombuni0302 tildecombuni0304uni0305uni0306uni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0338uni0342uni0343 grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.capuni0374uni0375uni037Auni037Buni037Cuni037Duni037Euni0382tonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193 afii10146 afii10194uni0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477 afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C4uni05C5uni05C6uni05C7uni05C8uni05C9uni05CAuni05CBuni05CCuni05CDuni05CEuni05CF afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4uni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9B Germandblsuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspacezerowidthnonjoinerzerojoinafii299afii300 hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Funi2031minutesecond primetriple primereverseduni2036uni2037uni203B exclamdbluni203Duni203Euni2042uni2047uni2048uni2049uni204Auni204Buni204F zero.superioruni2071 four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferioruni208F a.inferior e.inferior o.inferior x.inferioruni2094uni2098uni2099uni20A2lirauni20A5uni20A6pesetauni20A8uni20A9uni20AAdongEurouni20ADuni20AEuni20AFuni20B1uni2100uni2101uni2102uni2103uni2104 afii61248uni2106uni2107uni2108uni2109uni210Auni210Buni210Cuni210Duni210Euni210Funi2110uni2111uni2112 afii61289uni2114uni2115 afii61352uni2117uni2118uni2119uni211Buni211Cuni211Duni211Euni211Funi2120uni2123uni2124uni2125uni2126uni2127uni2128uni2129uni212Cuni212D estimateduni212Funi2130uni2131uni2132uni2133uni2134alephuni2136uni2137uni2138uni2139uni213Auni213Cuni2141uni2142uni2143uni2144onethird twothirdsuni2155uni2156uni2157uni2158uni2159uni215A oneeighth threeeighths fiveeighths seveneighthsuni215Funi2160uni2161uni2162uni2163uni2164uni2165uni2166uni2167uni2168uni2169uni216Auni216Buni216Cuni216Duni216Euni216Funi2170uni2171uni2172uni2173uni2174uni2175uni2176uni2177uni2178uni2179uni217Auni217Buni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrowuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C orthogonaluni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298dotmathuni22EFuni2302uni2303uni2310uni2320uni2321uni2329uni232Auni23D3uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473uni2474uni2475uni2476uni2477uni2478uni2479uni247Auni247Buni247Cuni247Duni247Euni247Funi2480uni2481uni2482uni2483uni2484uni2485uni2486uni2487uni2488uni2489uni248Auni248Buni248Cuni248Duni248Euni248Funi2490uni2491uni2492uni2493uni2494uni2495uni2496uni2497uni2498uni2499uni249Auni249Buni24EAuni24EBuni24ECuni24EDuni24EEuni24EFuni24F0uni24F1uni24F2uni24F3uni24F4uni24F5uni24F6uni24F7uni24F8uni24F9uni24FAuni24FBuni24FCuni24FDuni24FEuni24FF filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25BEuni25BFuni25C0uni25C1circleH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7uni2605uni2611uni2613uni2616uni2619uni261Buni261Euni2627uni262Funi2637uni2638uni2639uni263Auni263Bsununi263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni2695uni2698uni26A2uni26A3uni26A4uni2767uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uniA720uniA721TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00BuniE00CuniE00Dzero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitteduniE01AuniE01BuniE01F zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altf_jf_kf_tc_kc_hV.altK.altR.alt Euro.fitted Yen.fittedt_zuniE043uniE044ae.altQ_uT_huniE04D ampersand.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.sc hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.scz.altJ.altuniE096 dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sc tcedilla.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sc tcedilla.scscommaaccent.scuniE0B6uniE0F9uniE0FBuniE100uniE104uniE105uniE106uniE107zero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE130uniE358uniE359uniE35AuniE35BuniE35CuniE35DuniE35EuniE35FuniE360uniE361uniE362uniE363 zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.scdotlessjf_ff_if_lf_f_if_f_llongs_ts_tuniFFFDVVV+!D!, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_RZah.ttf000066400000000000000000024617541324204105000232370ustar00rootroot00000000000000 FFTMYf?,GDEFn[HGPOS@M*GSUB^kk.OS/2\]A|`cmaplAcvt  ZL0fpgm蕏 Z|gasp ZDglyf8`I fhead'0h 6hhea46 $hmtx " #loca+S% #maxp ^ name i; post3 XpreptH c|oB6D3yzz{}~klqrwx%&&')**++,,-./RSST`aabefhi'(/0F<DLT\dlz (6>#  P R? V5 b^bqb`!`s B %Paafh (. DFLT cyrl0grek@hebrPlatnZ(AZE (CRT (DEU (MOL (ROM (TRK (cpspkernmark     y$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;?%&'bNh $*06<HJ^^JJJ78?@CEI(R .4:@FLRX^djpv|{'^7JZZ`ZuZZZy1ZZ`ZuZZZDLWXX)56789;=@ACHIKMN$1~ .^djpv| $*06<BHNTZ`flwVmw!RH#b^?Thh+shTh?/y.5679:;<=KLPQWX7)56789:;<=?@ABCDFGHIJKLMNz `wB| 8rx~ &,28>DJPV\bhntzVh%m#%%!w%s%+)N%#3#y?+  %%%9/DXmm7mXXmD=}85679:;<=JLPQWX  #)-X )56789:;<=>?@ABCDFGHIJKLMN  $ '')))*+ &,28>DJPV\bhntz bwPh  -) '?R5F'FBBj#VqLq dst4 2 $*06<BHNTZ`flrx~ &,28>DJPV\bsjowjjbj^qqoqm)+)-f+f+f TJL5)Df'd+)9f)fj)f)fw)w)N)b))w)b)){))))))N)b)N)N))b))w)q)Ps))N)2-45679:;<=JPQX#X 56789:;<=>?@ABCDEFGHIJKLMNlqx,-8%%:++;-.<>GJ*06<BHNTZ`flrx~ &,28>DJPV\bhntz/RR%1mXdZ?DyFf+o+3s5q3`3yuu+muh%f\)999`dRD1=Dyqfu\PPRD1=Dyqfu+q2 1d}L111L1111yZo1u1111L11111L    jjjL1111L1111111d;i   !##$$ ''))+,..1122334477889:;;<<>>BB EE HH IIJJNNRS UUYZ[[\\^^aammooyy}}        $$&&**,,..00224466778899::AAHHKLPPQQffnn                %% ++ 0233 6699DDJJLLPPSUYYZZ[[\\]] ``aaccefgghhjjkkllmmoopprrssuvxx{{||               QQ [[]]__aaccooppssuuwwyy{{}}            22446688::<<>>@@BBDDFFPW ls|  1; @BDD GG KK QS UU z%% &&**55 88 ::??CC DDEE IIJKLLMMOOPU bf hh ilmmoovw     !""$$%%&&')**+,--./112233445577889:<<@@ DD EEFF GG HH JJ KKMMNOPQ RR SS TT UV XX YZ[\]] `` aammootuyy{{}}            $$&&**,,..0022446677::BBDDIIJJ KKOO UUabcc   LLmu             ! "" %% (( ++ 33 66@@ AA BB DDEE HHMNOOPPQQSTWWXXYZ\\]]^`bbegjjkklmnnooqqssttuvwwxy{{}}                          QQSSTTUUVVWWXXYY[[]]__`` aacceeggiijj kkll mmooqqssttuuvvwwxxyyzz{{||}}         ""$$&&((**,,..002233 446688::<<>>   "$/0@BEFGG HJLLQS X]aallny%%*+ 11 5577 ;; >>CC EE HHJKLLMMOOPUWW mmoovw   !#$')+,.1234789:;<>BEHIJNRSUYZ[\^amoy}  $&*,.0246789:AHKLPQfn  %+012369DJLPSTUYZ[\]`acefghjklmoprsuvx{|    Q[]_acopsuwy{}2468:<>@BDFPQRSTUVWlmnopqrs|}~ 123456789:;@ABDGKQRSUz{|}~%&*58:?CDEIJKLMOPQRSTUbcdefhijklmovw rDFLT cyrlPgrekhebrlatn    (AZE TCRT TDEU (MOL ROM TRK T   aaltc2sccasedligfinafrachligligaligalnumloclonumpnumsaltsinfsmcpsmcpss01ss03supstnumzero      08@HPX`hpx|      |   vtx| $(,048<@DHLPTX\`dhlptx| "&*.26:>BFJNRVZ^bfjnrvz~  $(,048<@DLTZ`flrx~4tO {tun o!p"q#r$sv?F56789:;<0=>?@ABCDEFGHIJKLMNPQRSTUVWXYZ[\]^_`abcdefhijklmnr1q2PQRSTUVWXYZ[\]^_`abcdefhijklmnovwxyzu{|}=pp~g!./@AB!33u  !#TflK   .5>@DEFGHIJKLMNOPQRSTUVWXYZ[\]^`cm}   !#$%')13<>@ !"%^_  "$%&'04 !$%L^4O56789:;<>?@ABCDEFGHIJKLMNrPQRSTUVWXYZ[\]^_`abcdefhijklmnovwxyzu{|}p?~gG^ DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@AHL"F(> "*2:BJRZbjpeeee~e "ee&.6eeeeeeh1wxtl{tunopqrsvdmfygklehijurl  D]()--*//+55,II-.##/0.z{|}~z  DHR[l4O56789:;<=>?@ABCDEFGHIJKLMNPQRSTUVWXYZ[\]^_`abcdefhijklmnvwxyzu{|}p~orTfll $%&'()*+,-./0123456789:;<=>@^`cm}   "$&(02:;=?^_%&'ILLI ,8JT^p h"aS gf"-X.K +K*N  &IO)W(MOI )&WO "47FIrA ,WWFV/]W.$ 4g $ 4 !"$ gg  ##  2 !"#$    40./@3K K%0 %&' 23qr6 >@C^`cmv}^_X33f P PfEd ''`w) jj~?AC18CQcu~_cwEMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!O!!!!!!!" """+"6"<"A"E"I"Y"b"e"k"q""""###!#'#+#$$%%%%%%%%&&&&&'&/&S&`&c&f&l&&&'g'',l,w.! ).7;=Njm!0KU^ak 8 ACP8BQWtzbp HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!O!S!!!!!!""""#"6"<"A"E"H"Y"`"d"j"n""""### #&#)#$`$%%%%%%%%&&&&&'&/&9&`&c&e&i&&&'g'v',`,t. ,79=HPmp0HMW`X 8{kgba`_^PONMK?'%"lja\QONHFDB@?>=<:9865321-&%"!}heZNI<:1 ^L@1-,}qonlDB9xjیۅ`(''''''''''''''''''''''''p'o'n'm%w$74    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`aMrdeiOxpkvj9's<=gw 1l|cn$T6m}Sb@AIJEF:e^_NyGKVzqz{ @ "+ !7 !!f]=]f\H  \R ffD'@$M=M>  +2#"&'&&546462"=V97%3[*% +'54632'54632BH=)+KBH=)+ L^H )F H )F#}+K!PX@'  d    TS >@1  de    TGK?Y@)++*)('$#"!  +7#%3#####7367#73>733>733 != 7 % 5 % 9 $5%#r'r1X5;Xr{Ru7777uTZ7/5;zKPX@;65!  0<;KPX@;65!  0<;K!PX@;65!  0<;@;65!  0<;YYYKPX@& =M =M=K >KPX@*bO =M =M>K!PX@#O =M =M>K*PX@*bO =M =M>@-bbOM =M>YYYY@/.-,+* +6"#4'7.54>7537'.'#5&7>54'!!Z;<\f9fJR&m0%%X EH5lpG"K_R>A[RR9H1T}OR?sr H%k[ `:XI@nd?J _bTX3c!m -8X@U  <:  U UUUM>7520+)&$--#$#" +%32654"4632#"&27'#"'#"5463232654"'JdP?ev^ga`nsjNJ{f#n~'DkPF\;FauBú{f+}/+߇+39FasP; TM@J NC:43( <M=K=M=M>)$%+3#)' +>54#"'3266'"'57373267#"&'#"&5467&5463276)T;:;{7RXoUxRT%wR-B+M! -?%BBvPJkIPǤE/X{/3T%^qHbWAX1/9B} 7!- 2E/yKGmX\u}fzuNNx h^J) @ 9 >% +'54632BH>)+L^H )FJLb "+7&.J 9-=Z5 FAq d#F; "+'7;9-=Z5E`'RAqe6R@  ,!@deM >Y&'#'''+&&54632.54632>32#"#".'#"&54>J F_"!'w%:131)h%)'J%`5)-0$-5!6[ ?)Z+w0$#]/R13/ ?uv9"131}Bw @SK>+!!#!5!3s^^'MPo@9[ +72&7>54'&546oHdFXHT,k%1R->NP @IMA   +!"5463!23gL;J;+E+Im@M> +6462"D^DD^-^DD^AjuBKPX@ = >KPX@ e>@ d[YY@  + #ju`R%*@'UM>%%  +"32>7654&'&"32+3'%J1);/D/"#L3RLy׍JlXJ)en#dT=٪E7*)@& <ddL >C$+%4.#"'6$76223&#"&47676 ?%X/;5 !) $'11 /!D+ ##l 65 fo.,@)<bUK >(),"+4632!267!46?>54&#"#"&hϪJwC s?@L9<X$aL9i7Lf;')<jBZhÜ mA`#Eiq^Ri}vP(#++3Xs1L@I,+<b``UM>*(%#! 11 +"#".54>32#"&546323265#"'>54&Bv`'+'Sphwoo>-F /VB] NGRq' T^?T94 P>/6PR%XR^9-5@2*<dU >)'#! -- +)2+7&#"&47676=!"'63+s' +- on^==y!2!'65 0\#^s)B@?< :bUUM>#$$&$#"+4&#"327"'632#"&54632326wOsHk'G\ No5.N&FV}F`   /Xn%颸c=#3N#+R,,@)<UUM>)&&$+32654.#"632#".576$7;R=Y'S:TDSAu+\ZbP1%TqJRd=:ǔ+Ze?IBy+9TmO%?~M+hٚ9hc qT@ < 9K*PX@IMA@dIMAY@   +!'67!"'673y)BdD! @u78P1fd-V3cZ ^+63@02#<UM>-,,6-6*( +"6'4#"&54>7'&546322'4&/y*'&&+654.#"32>767#".54>32)DD$>W)S9T/3=gd2v*]ZbP18V[9lvW8d;}Y'*[d@ B3y+;RmP%1cmR6Fn|hb P}N=KPX@QM>@UIMAY+462"462"C^DD^CC^DD^^DD^B'_CC_AqND 9KPX@eM>@eIMAY@   +462"2&7>54'&546D^CC^9oHdFXH^DD^BgT,k%1R->VX"+59o?[?y#/@,SGK? +!5!5yssuuV{T"+%55woZ55F*2/@,b`M=M>+%%+#"&547632"&=4>7654&#"462">/)Lm`RMH%-+Z FCqRRD^C^DD^>%/A6VZPFD5-hD/%!'39P>d`@q^DD^A L@JI H<)(@0 U  UUUIMAY@ GE#$%$))%$" +4&#"267632>54.#"327# 4$3 #"&5".54327='\Js5';F%`fHRLyq-j+s߮'V`UfsTp/-?L7y5JPyJ7efېd-`^Z53/,)&"  +! 32&#'547267672;2&#'5473254'!"3 %T+ 1)#N;D1$: M673!NI T-1)+=9J?@=9) '5X -- ;eKPX@(43;<KPX@(43;<KPX@(43;<K#PX@(43;<@(43;KPX@&ZUM =M >KPX@ UM =M >K#PX@&ZUM =M >@,ZZUM =M >YYYY@ :8/)&#  %&! +32654.#"32>54&#4;2654&+"=73263 )'ru+IH)\31V`D%;#%C>9qT3stHe/'1)9a`3"2/%-N%RۚF D:@7<bM=M>  +"$.5!23.#"3 7Vwp' #M9=r+-.1-s+-KPX@ "<KPX@ "<K!PX@ "<K#PX@ "<@ "KPX@ZM =M >K!PX@M =M >K#PX@ZM =M >@$ZZN =M >YYYY@ -,#56)"+%32>54.#"'54732654&+"=7! #=ujM"R{tB=l=43>^5Xc--j˒`N-o-)11)/mZ!1V+>h@e&!.*<; <Z ZUL =M= K  >>>2%&&"453 +3'54732654&+"'57!#!"32>746;#"5.+!2677=43> RF+  +!:PpX!-)11)/<[3#)sKFy)%1;y1+?\@Y 1,95 <Z  UL = M=M >?=86&"453#1 +%;2�'54732654&+"'57!#!"32>746;#"5.+pI=43> RF+  +!Z//(21)/<[3#)sKFy)%1;D1D@A+&<bUM=M>333$%%%+# 4$323.#"3274+"=73%+"1sfFyo''P3 eP  9#%`bzN-.R=X00)--PP@MHC 4/<S K  = K  >POMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!3>PqqJ=4pI=43>Pq=1)11ZZ//(2 Z//(21)11Zc-b-&0@-  <K =M >3353#1+%;2�'54732654&+"=73%#"pI=43>PqZ//(21)11ZV-(_ @bRK >Y@&$  (( +2>54&/"'57327#"&54632-1>S)Z#=1j`H X6PH*11)-FZ>C):J-D-OC@@50 O'KF <K = K  >JGC@3'$353#1 +%;2�'54732654&+"=73%#">&#"=737;2&#'54'pI=43>Po  RO =m}BT)% N[Z//(21)11Ze !++w=7!X -5;--&>@; <9K =M =M >33$32+4&+"=73%#";2!0'54;2655<PoEHP-B!A%1)11Z/^ى)"/1+DG@D?7:)$ < K  =K =>DA>=4336%333 +;2&#'547326'#"' ;2&#'5473276&+"'57!67!#"X1<H=.@*/+/@H{9"<ZB=>y/+//(2}''+_1)//Z3'11-+6B@?3 6,%<K  =M =>54%3#4#332 +4&+"=737#"#"';2�'547325.#"=7!^3;PqN5+3qG9))1)11ZL8Z//Z#%$'-LD '@$M=M>   +"32! ! ϓ{ 6+Jh)/-D; 37@4-'<UM = >J&C4""+3 !"4/"=72$32!"'&#"'54?>+;L.FA7Xg+F*;?'?2w/+5d1Eql:t73///L?D 1@#$0/@)b``QM>Y@,*'%"    +"3267&! 632327#".#"'6ϓ{ ov wqTu=#uZs@#('#P6+J`"] /'XK->H=,1>-; :K%PX@5 4 &!<@5 4 &!@+ZU M =K =>Y@ 96$333*"" +4&#"32677'"'.#;2&#'5473254&+"'56$32LcXMduuDz H`aXV3=Oq%=#`@oHX%i/+//Z/-FFD)X@M= = =M>Y(%!)%+.#"#"&#"#&73254&'$4632 !R#~u`XTww:#Ri^\dq s^X Z \%4b.B@?*)<-,:M =K >'$  .. +!2?.+";2&#'54732'4&+"'67b-I !R?Xn7,3>5O5q+9lXBP! J)1 w7%1'/+//Z-#8v 1^+>/@,+& <K =M>'337'332+4&+"'5737#"#".54&+"'573%#"2>5+5<PqFrRf3<Ro-+hiVF+ 1)11Zwh=3lщ1)11Z\i-dB`}K+-<@9! )<K =>%#  -- +"=7307"#"'.#"=73%"76&jPR7!e,3{=LP'b@ ,11-V0XJ.11$0'?9B&+TK@HA<)$ 4< K  = >LJFC@=:8.+(%" TT +"'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&T#%LM!B+0/ +lsQ\+ +5;NV;2%P;:a7h/-6++#!T/1 -"95%11+As27N] +]C@@$NI83< K = K  >][RPMJGE3'#c)r +572326233"7676#"'5723263"32&#'54726'.32&#'5472>76&'&#&1  N!9-xwj 59fssf Z)!y7~ 9\+++\d33$0fT33}!(HR136b/\13//5#+-<<@9! )61<K =K >$3633" +%.+"=737" 6&#"=737#";2&#'5473261:-R08 +/53>7P8=1.R(313,31 /;/ //$)D%Z@ $#@= =M =N >Y6!!5 +)"5476#!"'673!6323!267'!%H7O5P! R5j-1 -mp#T,T/JE@  F} j!@OK> +!!!(his@e> +#ׅ)fEK,PX@OK>@SGK?Y@  +5!!5!) fiHhB3@<e > +#3#uVu8n -@GK? +!5/hhJ5@e>%% +#"/7>32.R2!).J/8J@G10 <b` `M=M>86//%!#'(! +%'"&546?4&#"#"'46322632#"&/32?wrHH=T A)`y#9!-_3Z\udH:bwjmqz5+{&!7 5VX-/7! --9=L#XF (F@C$ &<%9b=M=N>$%4$!+%2654&#"4&#'"/>72632#"''67y-9w}qK;c#A L#!wZX=Fs3ӱ@^8 ;!RVfm BdLJ.@+<bM=M>$#$$!+%'"&5432#"&'&#"327?b8/1?cTuhmw{Z1A5+¦مL .F@C-('  <b=M=M>5%#$+&"327#7#"&5476324&#'"5'>72Pw^?a8K|F;\@狅V"B L#!yƸZB38@@a3){'^8 ;!RFs /@, <UM=M>##$&$+!654&#"%"&5432#!32;HX32=43b ͨPw{Hoj-fM+ћ+55f58@5/*<bM=M= >8#""&#$!+7#"'546;5432#"'&#"32'#&#'54?>^7+/(; KPX@; b  UU M = M = M  >KPX@F b  U U M = M =M = M  >K!PX@; b  UU M = M = M  >@F b  U U M = M =M = M  >YYYY@" JHEC861/.,'% NN  $" +4&#"36"'32654!""'&"#"'32632#"&47.7.54632>32XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0Fwqmb/`lj/<%Z D74Pm\zq;c'L''/7#%-JE:@7<76?(# <b=M= >&;;,8+%&#'54?>54&#"&#'54?>54&#'"5'>72>3205P%#)=!B+:O3/"B L#!R@U= >Y@ '&#"9 +&#'54?>54&/$72462"/1P3-TLGgGGg )% //')H5 =%fgGGgG.$,`#@ bU=M>Y#$%+#"&5463232>.54&/$72462"!OkN,!,8) h3=JjJJjϭ[P>'%)2))NUtVrH-F+fgKKgLQC@@  KF>721<b=K= >JG>$53+74&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?>"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'1/"'@$ <b= ><2 +4&#'"/>72&#'54?>5#A L#!/5P30^8 ;!R)% //')BFYJ@GUT;HC1,<bM =K >XW:(3(="! +3632632&#'547654#"2&#'547654'"&#'54?>54&/6723Nb--7PbRhw50Q`T^w!#S7,T^ 1fgP]'!//RѰe5AZ1#//R̴c!) // )H-F!D^>>@;98,' <bM= >>><;:+;!+632&#'54?>54&#"&#'54?>54&/672b-7P 5-!5^/3P7,T^ X'!//!)oZa'% // !)H-F!F '@$M=M>   +"32654&432#"\e2tNHnwh39ms9ՏTo TTPV)! 4N@K/."<bM=M=> 4 421:%"#"+7265#632'"'&#'54?>54&/672?>{uY^quFD-6O5-T^Dוuu")%  11  &)H-F!J! 27@4  ,'<M=N=>="&$$!+&"327'".5432632&#'54?>F^bwb/FNlq^-{iP;%%O5+mƜ˶)FM%SLX^F2% // &B%0k@ +*@!b`N= >Y@00.-="$!+632#".#"&#'54?>54&/672}5B9.#:+%&5&#P30T^ G+1D))%jP#// ''H-F!L'1@.<M=M =M>)&*"+732654&'.54632.#"#"&6LRdp/J5Rfu PbH/Dq؋/8+kDB?D%lj9fk hV;9m)7nq)4@1<:M=M>$#"#"+727'"5#"=47265732'5L?/sh%NH3-L3/]?@)#17},?@<&% <bK=M>3#%3%"+%#7#"&54&/57373274#/57377LbFw{#@ BwD+wX9@7{5:@9a\1/>\LNs^L3b>VR}. @*%<=>)&<# +#"&'.'&'57376&/&=737w*#+6 "2!}Q #-˸(>Rn?.0;Z%- 31%-'! 1/ }M,@)H>/#  <=>G?53-+": +'.'&'57376&/&=737"' #"&'.'&=73:>;?81Q#-JZ>>#KH74C+I +%&#"'5476?6'&#"=7327?6&'&=737&#'547>/.w V=cuD `[Pd=!b f! 8_sF /T<P7V!1-P 313 -' 1/ X H9 31/#$%}:=@:61#*<bK=M>#3&#C'#$% + #"&5463232>?.#"'57327"76#"'5737"u8Md;0kH04  #8%!7;T`;#yC!r[fIie48818#(hIdP731-/)`1/BJ 5@2<=M=N > &$$11+7!2>32327!"74767#"'671J(7:V'qT9Jd.X'! @B!%q PH'!L@  K(PX@ M>@IMAYY +&'&'4&'56547675PZ++;5?9ND;B'r%+{3L %HVbh 'RH'H/#@=> +#3{{#sLF#!L@  K,PX@ M>@IMAYY +467.54'&'556765PZ++;5?9ND;B&ns%+{N3L %HVh 'SH'H/50@- < :9IUMA"#""+>32327#"'&#"5h\RL/y=JJdNL1-{#jABD=VEF-m'@$M=M>  +"&5477632"&462=V97%3[@(b`GVK?Y@ &$+3#"&'&'327#5.547E7/1@ J mv)+cEFZX{V1B5+w"&Xg {5AͶK#PX@/  b  U  U UM>@3  b  U  U UM=>YY@?=:8531/+)$" AA +%2327#"&#"#"&547>=#"=46;5467672#"'&#"32+H^qK4m???N7J7!+[*V5+/1NNo5l3'#()0BC;\1/Xw3'+#A3$Wr'Lf+2)1)-'%x/ *B@?!&"*( < :)9UIMA/$+2654&#""''7&547&'763267'̈\d_\F}mXZH#qf`qja^ wqVS)Aohfjhj,3X yXonum5tp35o}]hshq!9wwKi@f9 2 <@?;:*)%$ :   USSK >KKJIHGEB><85/,(&"333+#;2&#'54732=#535#53&+&=727+"6&+"'5727+"3#V4=5P5q'D#+ ' - 1o; X%TPf/+//ZfPRT 0.')L?0.V%RddK PX@SGK?KPX@OK>KPX@SGK?KPX@OK>@SGK?YYYY@ +##{{{d=DBR8@5LCA<b`QM>42+)%#'$" +#"&5463232654.'.547&54632#"&54654&#"654&'&Fw=/>K6HW)V=5]匓?/7KHRRJRoh3r}mA/)5yk!3D/+/jd%F?'^yGwjҒn!5A( #AsXBI'5>lZa7'&^J3.,h^b) 3KPX@ M >@IMAY"+4632"&462"?0-AAZBBZAAZ/?A[?@[A?/-@F/#,p@  @%UUUR>Y@ #$&$" +#"&546323.#"327   32#{NPs? %C6Jn`csE'!TRf !7Lw+)/uofTTR!g%79 6A@>4 5<bQM > 31.,(& 6 6# +32>7"'#"&54?4&#"#"&54632327hD ) cR  B\^++V)(F 31^P % P P@}5f>3 9]u)-  "+'56'56w`žgfmfiC;fiC1L5#@ eGK? +!5!\dNP @IMA   +!"5463!23gL;J;+E+IF/*4<EW@T/&% <  U  U U QM>CA>=:96510##$222"+3#"/&#;2&#54;274"'56324"2>   32b;b%-f&b +os!Hf\\)!'3!TRf !/N?N    ^;q:bTR!g%y3 @IMA   +!"7463!2 3#.#.Fh \KPX@M =M>K#PX@UM>@UIMAYY"+4&#"2%462"&C>;FFwxwwxjXT97PVwwVTww} % 0@-SSK >   +!!#!5!3!5s^^G՘MPLb$g@ "@!bUGK?Y@ $$ +"&54632!67!467674&#"#-uh{{P AZjD/8#-9iPi^V)/1Hj\Z;8!"Jd/@ -,K1PX@&b`QM=>@.b``UIMAYY@ $"$)%#"+4&#"#"54>32#"&5463272>54#"'>+ P=D3oIbmdBWN9=?FDJr'))L6-5#D;L;]Ih)!&+#N;7 SL) @<e>$! +632#"&547 N&'' 1/! J%%:E@B<('&:ddM=>::861/.-$"'# +%#"'#"&547654&5.5'7326772632#"&'3De53+m%\93=##9!-^4Z\b)-% #j)R;3_/H}Bud{F/l-/7! --9=7!+'6>@;<bM =K>)(10(6)62g$22 +32!54;>5#".546323?+"2654.'"3; ^ ;31l7qw\@bIK?Y<%# +4&#"'67632&#'54?>!PR'1uP3%u4*5H3 ;:u)#  !!  !Pm} (@%UIMA   $" +4632#"&"32654&PsFKVR7VXosqJqVTN`s{?  "+567&'5567&'5`žg3pfm37iCŸiCsZ?)L@71 FA0   @-  b bSP M >Y@EB64$%#23 +'3#;2&#747326=!'63547>324&#"'67672&#'54?>BVTT7pj!fB dL LLPR'1uP3%VT 33V4 4*6H2  ;9t)"  !!  !wV?(K[@X60E@/<bbUOM >DA53.,  (( +'"&54632!67!467654&#"4&#"'67672&#'54?>BVTT#-uh{{P AZjC/7#wPR'1uP3%y-9iPi^V)/1Hj\[;7 #4*6H2  ;9t)"  !!  !F^H3Y@ 10POMD KPX@Eb``bU  PM = K  >@Cb``bU   S  PM >YY@YWRQLKHFC@>;$"$)%#&+'4&#"#"54>32#"&5463232>54#"'>3#;2&#747326=!'63547>32BVTT+ P=D3nJbmdBWN9=?FDJrHqk!fBdL L'))L5.5#D;L<\Jh) '+#M<7 RVT 33V4  + *2/@,b`M=N>+%%+4&54632#"&54>7>=462326"&462;=0)Kl`RNH%-+Z FDqRRD]D^CC^>%/B5VZPFD5-hD/% '39Q=d`?_CC_A@Q@N 3.<:d   V=K > ><852/+($"  $ +'"'%! 32&#'547267672;2&#'5473254'!"F;\3 %T+ 1)#N;D1$: M673!I T-1)+=9J?@=9) '5X @Q@N 3.<:d   V=K > ><852/+($"  # +'"547! 32&#'547267672;2&#'5473254'!"V9R3 %T+ 1)#N;D1$: M673!jwoI T-1)+=9J?@=9) '5X q BZ@W 50< d   V=K > @>:741-*&$    +&''67! 32&#'547267672;2&#'5473254'!"T{!ZfuXs3 %T+ 1)#N;D1$: M673!qd]+;DL3+BI T-1)+=9J?@=9) '5X sKp@m >9% <:U U  V= K  >IGC@=:63/-)'$!  +267#"'&'"'632! 32&#'547267672;2&#'5473254'!"%+:+3RR%))5-}FQB3 %T+ 1)#N;D1$: M673!/H=51<B3RI T-1)+=9J?@=9) '5X IT@Q<7#<U   V= K  >GEA>;841-+'%"##+462"$4632#"! 32&#'547267672;2&#'5473254'!"\BZ??Z?/-@@-/P3 %T+ 1)#N;D1$: M673!?_??_??_??_?NI T-1)+=9J?@=9) '5X ` HNY@VLKF =8$< U   V= K >JIINJNA?<964/-)&#    +"2654&4632;2&#'5473254'!"32&#'54726767.! +99V:kFdbH2T =9) '5X -1)+=9J PI +Z@+10 B= JF XW  < Z Z U S L = M =L >URPNIGA?9752.,)'" ZZ +!4&'547325!32&#'54732676&#"=7)#!"32>746;#"7.+!267TD7o>= O//1KPX@3bb XRM=M>@4bb `RM=M>YY@0.+)%#!  33 +"'7.5!23.#"3 7672#"'73274&5' WNwp' #M9="2@TdDON(f7 yx+-.1[?8N[#6T+1VGt@q/*73ED   <:dZ ZUL =M= K  > G GB?%&&"456$ +#"'%'54732654&+"'57!#!"32>746;#"5.+!267;=43> RF+  +!:PpX!-)11)/<[3#)sKFy)%1;y1VGt@q/*73ED   <:dZ ZUL =M= K  > G GB?%&&"457# +'"547'54732654&+"'57!#!"32>746;#"5.+!2679h=43> RF+  +!:PpX!jw!-)11)/<[3#)sKFy)%1;y1Vq I@ 1,95GF   < dZ ZUL =M= K  > I IDA?=860.(&$! +&''67'54732654&+"'57!#!"32>746;#"5.+!267T{!ZfuXs=43> RF+  +!:PpX!qd]+;DL3+B-)11)/<[3#)sKFy)%1;y1Vh Rz@w$)( :5 B> PO  <Z ZU  UL = M = K >RRMJHFA?97"455##+462#"&%462#"&'54732654&+"'57!#!"32>746;#"5.+!267AZ@@-/?AZ@@-/?=43> RF+  +!:PpX!/??^>@-/??^>@3-)11)/<[3#)sKFy)%1;y-b/;@8)$<:dK =M >3353#4$+#"'%;2�'54732654&+"=73%#"<pI=43>PqoZ//(21)11Z-b/;@8)$<:dK =M >3353#5#+#"547;2�'54732654&+"=73%#"9pI=43>PqjwZ//(21)11Z-bq 1K@H+&<dK =N >0-*'$! +&''67;2�'54732654&+"=73%#"VT{!ZfuXspI=43>Pqqd]+;DL3+B+Z//(21)11Zu&0:@@=  <  UK =M >:843$3353#1 +%;2�'54732654&+"=73%#"462#"$462#"pI=43>PqTAZ@@-/BAZ@@-/Z//(21)11ZVZB@/-??ZB@/-?#s+5TKPX@ * <KPX@ * <K!PX@ * <K#PX@ * <@ * KPX@( ZSM = M  >K!PX@"SM = M  >K#PX@( ZSM = M  >@.Z ZSN = M  >YYYY@54#34)" +%32>54.#"3#'5473265#534&+"=7! #=ujM"R{tB=l=43>^5Xc--j˒`N-^-)1^1)/mZ!-oIr@o F I?,83 <:U U K  =  K =>HGDB=:741.*(%"  +267#"'&'"'6724&+"=737#"#"';2&#'547325.#"=7!u%+9+3RR%))5-}FQB3;PqN5+3qG9))/H=52;B31)11ZL8Z//Z#%$'-L 2@/:dM=M>   $ +'"'%"32! ! o;{ 6+Jh)/L 2@/:dM=M>   # +'"547"32! ! 9{ jw6+Jh)/Lq "=@:<dM=M> !    +&''67"32! ! T{!ZfuXs5{ qd]+;DL3+B6+Jh)/Lo+S@P <:UU M=M>*($"  +267#"'&'"'672"32! ! f%+9+3RR%))5-}FRAh{ /H=52;B36+Jh)/L )KPX@IM=M>KPX@ UM=M>KPX@IM=M>@ UM=M>YYY@(&" #" +4632#"$462""32! ! ?/-@@-/BZ@@Z'{ ?_??_??_??_?6+Jh)/h% "+''7'77sXTZZVV`VL\#?@<  < :9M=M> (& +'7&!27!"'"&324J{ ׮qLq}>kx}͠\?"/t;zݽ6^G:@74/<:dK =M>'337'335$ +'"'%4&+"'5737#"#".54&+"'573%#"2>57;5<PqFrRf3<Ro-+hiVF+ ^1)11Zwh=3lщ1)11Z\i-dB`}K^G:@74/<:dK =M>'337'336# +#"7474&+"'5737#"#".54&+"'573%#"2>5?9 5<PqFrRf3<Ro-+hiVF+ jw1)11Zwh=3lщ1)11Z\i-dB`}K^q IK@H61< dK =N>DB;852/,%# +&''674&+"'5737#"#".54&+"'573%#"2>5T{!ZfuXs5<PqFrRf3<Ro-+hiVF+ qd]+;DL3+B1)11Zwh=3lщ1)11Z\i-dB`}K^=GQD@A94 <    UM =M>QOLJGE##37(3$(& +2>54&#"=737#"#".54&+"'5737#"64632#"64632#"--hiVF+  )P=3DtRf1>R9@/-??-/?0-??-/Zc-dB`|LX+/'1+/wh>4lщ3'1#X_??_??_??_?EH@E*%2 ?:<:dK = K >DB3633&# +'"747.+"=737" 6&#"=737#";2&#'5473269%1:-R08 +/53>7P8=1jw.R(313,31 /;/ //$-j+ >X@U 4< <UUK = K  > :731*'%" > =#" +3265'"'54732654&+"=73%#"632#"';2&%lA=43>P)5qLb+7pɁ'3=5-/)11)11XdHvu{{P/+/-^UO@LP-,B=<bM=M= =M>USOLA>32)'!% +4>32#"&546322%5>54&"&#'54?>54&+"'54632Fkx4-CR =Ϗuj1!3ZdfL/d-ZP'3% Z V``BR9+59={:|R9':7 Pq^TFa'j//%-j Jh>G@?@8ddb  `   `M= M>Y@GE>>%!#'("%% +#"/7>32'"&546?4&#"#"'46322632#"&/32.R1wrHH=T A)`y#9!-_3Z\udH:d!)-wjmqz5+{&!7 5VX-/7! --9=L#XFJh =F@ ?>@8ddb  `   `M= M>Y@FD==%!#'(&$! +632#"&547'"&546?4&#"#"'46322632#"&/32 N''' ݉wrHH=T A)`y#9!-_3Z\udH:d1/!  wjmqz5+{&!7 5VX-/7! --9=L#XFJ1 :Ce@b<;<b` `  =M= M> CA : :861/.-&$! +&''67'"&546?4&#"#"'46322632#"&/32F3RL3;wrHH=T A)`y#9!-_3Z\udH:1q'RXN\'^1wjmqz5+{&!7 5VX-/7! --9=L#XFJCL@ ED <:KPX@A  b  `  ` UM =M= M >@?  b  `  `U UM= M >Y@$LJCCA?:876/-*(!  +267#"'&#"'632'"&546?4&#"#"'46322632#"&/32b%+9+3RR%))5-}FRA wrHH=T A)`y#9!-_3Z\udH:/G=51;A3wjmqz5+{&!7 5VX-/7! --9=L#XFJBKDC @8  b  `   `UM= M >Y@KIBB@>97#'("$+462"& 4632"'"&546?4&#"#"'46322632#"&/32AZBBZAA-/@A[XwrHH=T A)`y#9!-_3Z\udH:/@BZ??ZB?0-?=wjmqz5+{&!7 5VX-/7! --9=L#XFJR DMp@mFE <  b  `  `U M=M= M >MKDDB@;9870.+)"     +"2654&4632"'"&546?4&#"#"'46322632#"&/32+::V9;fHFjiwrHH=T A)`y#9!-_3Z\udH:?+)@@)-=dbHFddwjmqz5+{&!7 5VX-/7! --9=L#XF`mEK*PX@ 4+%$ <@ 4+%$ K*PX@6  bU M = M =M>@@  bU M = M =M=M>YY@ A?86/-)'#!EE +">54&673262>2327#"&'#"&54$74&#"#"&546 NlS P73D\R-Z`qnR/ruC/b ^L9H1>331} FP9BFoH?V9{;Bv[xʅ1XoRVRVan)!7 5=-VLJ4@#.-<;K PX@3bZ `RM=M>@4bb `RM=M>Y@1/,*&$" 44 +"'7.5432#"&'&#"327'"'632#"'73274&5( U8/1?cTuhmw(b1@UdDON)f7 ۭ{Z1A5+¦م'O?8N[#6T+Fsh.q@'ddVM=M>Y@ ##$&$%%+#"/7>32!654&#"%"&5432#!32׍/R1HX32=43b ͨPw{d!)-oj-fM+ћ+5Fsh -v@ @'ddVM=M>Y@ ##$&$$!+632#"&547!654&#"%"&5432#!32B N''' ]HX32=43b ͨPw{d1/! oj-fM+ћ+5Fs1 *I@F<U =M=M>*(%#   +&''67!654&#"%"&5432#!32+F3RL4<HX32=43b ͨPw{1q'RXN\'^oj-fM+ћ+5Fs2s @'U UM= M>Y@ 20#$&$$ +462"& 4632"!654&#"%"&5432#!329BZBBZBA-/@BZ3HX32=43b ͨPw{/@BZ??ZB?0-?+oj-fM+ќ+515h.L@ )(@dd= >Y,+:%% +#"/7>32&#'54?>54&/$72/S1/1P3-TLd!)-* )% //')H-F%H5h -P@ ('@dd= >Y+*>$! +632#"&547&#'54?>54&/$72f N''' /1P3-TLd1/! : )% //')H-F% 51 *1@.%$< == >('  +&''67&#'54?>54&/$72NF3RL3;/1P3-TL1q'RXN\'^a )% //')H-F%D 2N@ -, @U= >Y@ 0/:"+4632"& 462"&#'54?>54&/$72f@/-BBZBAZBBZ{/1P3-TL/@BZ??ZB?0-?m )% //')H-F%F"/9@6< :M=M>$#+)#/$/!% +4>32&''7&'&'7>7#"2654'&#"F=`}y;/:9Xf|A Z73I)ABN+NXslfmJ sHPc V'EX9r by}T߉D^R@ ML @;3&! <:KPX@.   b UM =M= >@,   bU UM= >Y@RRPO?<20%"  +267#"'&#"'632632&#'54?>54&#"&#'54?>54&/672%+9+3RR%))5-}FRAb-7P 5-!5^/3P7,T^/G=51;A3tX'!//!)oZa'% // !)H-F!Fh+aKPX@#b=M=M>@ ddM=M>Y@*( %% +#"/7>32"32654&432#"/S1\e2tNHnwh39msd!)-ՏTo TTPVFh *h@ ddM=M>Y@)'$! +632#"&547"32654&432#"B N''' h\e2tNHnwh39msd1/! ՏTo TTPVF1 '=@:< =M=M> &$    +&''67"32654&432#"=F3RL3;-\e2tNHnwh39ms1q'RXN\'^ՏTo TTPVF 0@ <:KPX@)UM = M=M>@'UU M=M>Y@/-%#    +267#"'&#"'632"32654&432#"%+9+3RR%))5-}FRA^\e2tNHnwh39ms/G=51;A3ՏTo TTPVF /bKPX@"M =M=M>@ UM=M>Y@.,$"" +4632"& 462""32654&432#"T?0-AAZBBZAAZ\e2tNHnwh39ms/@BZ??ZB?0-?ՏTo TTPVnQ WKPX@SQM>@!USIMAY@ +462"&462"&!59O99O99O99O9(88('77(88('77F%B@? <: 9M=M>" (( +#"''7&7432"&32656qKd9mssjJjsَi\eO>hFqHn@*ddbK =N>Y@ 96#%3%"%% +#"/7>32#7#"&54&/57373274#/5737.R27LbFw{#@ BwD+wX9@7{d!)-5:@9a\1/>\LNs^L3b>VR17h :@43"!.@*ddbK =M>Y@ 85#%3%"$! +632#"&547#7#"&54&/57373274#/5737y N&'' 7LbFw{#@ BwD+wX9@7{d1/! 5:@9a\1/>\LNs^L3b>VR171 7[@X10+<b  =K=N>52/-*(#  +&''67#7#"&54&/57373274#/5737HF3SL3;7LbFw{#@ BwD+wX9@7{1q'RXN\'^5:@9a\1/>\LNs^L3b>VR17?@98'&3 @*  bU K = M>Y@=:75203%"$ +462"& 4632"#7#"&54&/57373274#/5737jBZBBZBA-/@BZy7LbFw{#@ BwD+wX9@7{/@BZ??ZB?0-?5:@9a\1/>\LNs^L3b>VR$%h H@D?1+8$@+ddb K =M>Y@HFC@&#C'#$*$! +632#"&547 #"&5463232>?.#"'57327"76#"'5737" N''' 8Md;0kH04  #8%!7;T`;#yC!r[fd1/! bIie48818#(hIdP731-/)`1/3! 9H@E3 $<b=M=M=>;:%$#"+7265#" 632'"'&#'54?>54&#'"/>72?>{n'j%`u?J-5P30#A L#!DוsLTu")%  11  &)^8 ;!R$% M@ID60=)@+bU K =M>Y@MKHEB@:8C'#$&" +4632"& 462" #"&5463232>?.#"'57327"76#"'5737"@/-AAZBAZBBZ8Md;0kH04  #8%!7;T`;#yC!r[f/@BZ??ZB?0-?Iie48818#(hIdP731-/)`1// CW@T61< U   V= K > A?;852.+'%!    +!"5463!2! 32&#'547267672;2&#'5473254'!"!6!3 %T+ 1)#N;D1$: M673!%-#,I T-1)+=9J?@=9) '5X J ;Db@_=<<b  `   ` UM= M> DB ; ;9720/.'%"    +!"5463!2'"&546?4&#"#"'46322632#"&/32!5!wrHH=T A)`y#9!-_3Z\udH:H%-#,wjmqz5+{&!7 5VX-/7! --9=L#XFo E^@[83< dU  V= K  >CA=:740-)'#! "" +#"&'33267! 32&#'547267672;2&#'5473254'!"ks9 }TP L3 %T+ 1)#N;D1$: M673!oh}k9DC:I T-1)+=9J?@=9) '5X J7 =F[@X?>< :b  `   `UM= M>FD==%!#'($%" +3267#"&''"&546?4&#"#"'46322632#"&/32yaRA^y wrHH=T A)`y#9!-_3Z\udH:7Tld\Iwjmqz5+{&!7 5VX-/7! --9=L#XF3DEKa@^IH 7# CB <   V=K  = M >GFFKGKA?;841-+'%" EE +"&5467&#'5473254'!"32&#'547267672;2"#"327! Vw~b*673!u%T+ 1)#N;D1$: r75LD#3 3^PK2 '5X -1)+=9J?@=9)X3>JDEI PRD@2)'! @,b`RM=M>Y@ @>75-+$" D D& +%322327327#"547&'#"&54%74'&'"#"&546XDN&jH ;6 s%F735>)Xs՞=$jmj5-%=W1>33C/X7`E;mrJL!F5 m)VH'/;C$qm 7 HjZ'1-)!7 5=-XF %E@B$#<:dbM=M> "  % %# +#"547"$.5!23.#"3 7#9ӨVwp' #M9=jwr+-.1LJh )u@ )@'ddbM=M>Y@ $#$$&$!+632#"&547'"&5432#"&'&#"327! N&'' b8/1?cTuhmwd1/! Z{Z1A5+¦مF s 'N@K&%<dbM=M> $" ' '  +&''67"$.5!23.#"3 7T{!ZfuXsJVwp' #M9=sd]+;DL3+Byr+-.1LJ1 &G@D& <b =M=M>%#  +&''67'"&5432#"&'&#"327F4RL3;b8/1?cTuhmw1q'RXN\'^{Z1A5+¦مF $D@A#"<bUM=M> !$ $ +462""$.5!23.#"3 7uLfLLf7Vwp' #M9=jJJjJkr+-.1LJ#k#@%bUM=M>Y@ $#$$"+462"'"&5432#"&'&#"327oKgLLgb8/1?cTuhmw^kIIkJ{Z1A5+¦مF  'N@K&%<:dbM=M> $" ' '  +&'767"$.5!23.#"3 7J!{^uffg Vwp' #M9=\g)5HR+)NuYr+-.1LJ) &<@9& < :dbM=M>$#$$++#&'767'"&5432#"&'&#"327g92QH2b8/1?cTuhmwZ%XTL`%I{Z1A5+¦م-s 8oKPX@-<:KPX@-<:K!PX@-<:K#PX@-<:@-<:YYYYKPX@dM =M >KPX@$dZM =M >K!PX@dM =M >K#PX@$dZM =M >@*dZZN =M >YYYY@870.+(#  +&'76732>54.#"'54732654&+"=7! #TJ!{^uffg=ujM"R{tB=l=43>^5Xc\g)5HR+)Nu--j˒`N-o-)11)/mZ!L@@?:9 2 %!@2bbM =M=M>Y@>=850.)'$#  +2'>54#"54&"327#7#"&5476324&#'"5'>72P7D+\A ;@^Pw^?a8K|F;\@狅V"B L#![;=L3# X)%TF(yƸZB38@@a3){'^8 ;!R#s+5TKPX@ * <KPX@ * <K!PX@ * <K#PX@ * <@ * KPX@( ZSM = M  >K!PX@"SM = M  >K#PX@( ZSM = M  >@.Z ZSN = M  >YYYY@54#34)" +%32>54.#"3#'5473265#534&+"=7! #=ujM"R{tB=l=43>^5Xc--j˒`N- R-)1R1)/mZ!L+5\@Y(#" 5,  <b S= M= M>42.-++2%# +##7#"&5476325!5!.#'"5'>72&"327X8K|F;\@狅V' B L#!Pw^?aO38@@a3){OR2 ;!R+yƸZ1V= J@! 2-:6 HG   <Z Z U  UL =M= K  >  J JEB@>971/)'%"   +!"5463!2'54732654&+"'57!#!"32>746;#"5.+!267L!5!=43> RF+  +!:PpX!%-"-)-)11)/<[3#)sKFy)%1;yFs +F@C<UUM=M>+)&$!   +!"5463!2!654&#"%"&5432#!32!6!)HX32=43b ͨPw{H%-#,oj-fM+ћ+51Vm L@#" 4/ <8 JI  <dZ ZU  UL = M = L >LLGDB@;931+)'$  "" +#"&'33267'54732654&+"'57!#!"32>746;#"5.+!267Rks9 }TP =43> RF+  +!:PpX!mh}k9DC:-)11)/<[3#)sKFy)%1;yFs9 -@@=< :UUM=M>##$&$%"+3267#"&'!654&#"%"&5432#!32yaRA^y nHX32=43b ͨPw{9Tld\-oj-fM+ћ+51VmFt@q.)62 DC   <Z ZU  UL =M= K  >FFA><:&&"454 +462"'54732654&+"'57!#!"32>746;#"5.+!267JjJJj=43> RF+  +!:PpX!gLLgK-)11)/<[3#)sKFy)%1;yFs'l@%UUM=M>Y@ ##$&$+462"!654&#"%"&5432#!32qIkJJkHX32=43b ͨPw{^kIIkJ4oj-fM+ћ+515V+Q@-(51 CB ON <Z  Z  UL =M= M  = M >MKGE@=;942,*$"  QQ +"&5467!'54732654&+"'57!#!"32>746;#"5.+!267#"327;Tjr[=43> RF+  +!:PpX!sA6JE#5\RJ3-)11)/<[3#)sKFy)%1;yV3FJDEFBs 0v@ <;K!PX@'UM=M=M>@$UQM=M>Y@ ##$#$+!654&#"27#"&547'"&5432#!32;HX32=43<}JQB^D-V{Zy  ͨPw{Hoj-fM+{0EyM)BN ^Ruћ+51V I@ 1,95GF   <: dZ ZUL =M= K  > I IDA?=860.(&$! +&'767'54732654&+"'57!#!"32>746;#"5.+!267%J!{^uffg=43> RF+  +!:PpX!\g)5HR+)Num-)11)/<[3#)sKFy)%1;yFs' *=@:< :dUM=M>##$&$+#&'767!654&#"%"&5432#!32g91RH1HX32=43b ͨPw{Z%XTL`%oj-fM+ћ+5;q <`@]61*< dbUM=M>;852/,)'#! +&''67# 4$323.#"3274+"=73%+"T{ [fuXrusfFyo''P3 eP  9#qd]+;DL3+Bd%`bzN-.R=X00)F/ %Y@ Q ,I3F KPX@A  b  U U = M =  M= M  >KPX@L  b  U U = M = M= M= M  >K!PX@A  b  U U = M =  M= M  >@L  b  U U = M = M= M= M  >YYYY@*'&USPNCA<:9720+)&Y'Y#!%$  +&''674&#"36"'32654!""'&"#"'32632#"&47.7.54632>32%F3RL3;XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0/q'RXN\'^wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%-;s ?d@a"! 94 - < d  bU   VM=N>>;852/,*&$ "" +#"&'33267# 4$323.#"3274+"=73%+"js : }TP ZsfFyo''P3 eP  9#sh}k9DC:b%`bzN-.R=X00)F1 (\@T /L6 I < :KPX@E  bU  U M =M=  M= M  >KPX@C  bUU  U M =  M= M  >KPX@N  bUU  U M = M= M= M  >K!PX@C  bUU  U M =  M= M  >@N  bUU  U M = M= M= M  >YYYY@$*)XVSQFD?=<:53.,)\*\&$!('$%%"+3267#"&'4&#"36"'32654!""'&"#"'32632#"&47.7.54632>32y`RB^y XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:01Tld\4wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%-;9O@L3.' <bU UM=M>8533$%%& +462"# 4$323.#"3274+"=73%+"KgLLgLsfFyo''P3 eP  9#jJJjJL%`bzN-.R=X00)F"V+@N )F0 C KPX@E  bU  UM = M =  M= M  >KPX@P  bU  UM = M = M= M= M  >K!PX@E  bU  UM = M =  M= M  >K#PX@P  bU  UM = M = M= M= M  >@N  bUU  U M = M= M= M  >YYYYY@$$#RPMK@>9764/-(&#V$V "!$#+462"4&#"36"'32654!""'&"#"'32632#"&47.7.54632>32XJjJJjXJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0^gKKgL4wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%-;'DHl@i+* B= 6<  b  U UM=M=>GDA>;853/-('%# +2'>4'#"&546# 4$323.#"3274+"=73%+"9FjT+A#7/5dsfFyo''P3 eP  9#mZ9%VZ#''- 3!4B%`bzN-.R=X00)F#3g@_ :WA T& KPX@I  bVU  U=M=  M= M  >KPX@T  bVU  U=M= M= M= M  >K!PX@I  bVU  U=M=  M= M  >@T  bVU  U=M= M= M= M  >YYYY@.54%$ca^\QOJHGE@>974g5g1/,*$3%2#! +"&54>76324&#"36"'32654!""'&"#"'32632#"&47.7.54632>329FjT-A%7/7{XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0Z;%VZ#')-5!4/wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%--mP[d@aYXVTSHC 4/<dT K  = K  >QQQ[Q[POMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!&''673>PqqJ=4pI=43>Pq=T{!ZfuXs1)11ZZ//(2 Z//(21)11Zc}d]+;DL3+BJ P@GBAJ3.&@$db=M= >Y@NLFE@=2/$"  +&''67&#'54?>54&#"&#'54?>54&#'"5'>72>32JT{!ZfuXs05P%#)=!B+:O3/"B L#!R\[ZYXWUROLIFCBA@=:741.,+3#2332+4&+"'573%#"3#;2�'5473265!;2&#'5473265#5354&+"=73%#"!!!3>Pq??qJ=4pI=4ww3>Pq==1)11Z)PZ//(2 Z//(2xP)1)11Z)PJLI@F?:9F(# <b S= M = >JH2;,8 +%&#'54?>54&#"&#'54?>5#534&#'"5'>72!!>3205P%#)=!B+:O3/yy B L#!+R852/,)$!  +267#"'&'"'632;2&#'54732654&+"=73%#"%+:+3RR%))5-}FQB!pI=43>Pq/H=52;A3Z//(21)11Z54r@ /."<:KPX@UM == >@UU= >Y@21!  +267#"'&#"'>32&#'54?>54&/$72!'4&.JJ!$&0I0-*'$!   +!"5463!2;2&#'54732654&+"=73%#"V!6!pI=43>Pq%-"-Z//(21)11Z6 +.@+&%<U= >)(   +!"5463!2&#'54?>54&/$72i/1P3-TLH%-#-J )% //')H-F%bq 3L@I-(< dU K =K >2/,)&# "" +#"&'33267;2&#'54732654&+"=73%#"Fks9 }TP IpI=43>Pqqh}k9DC:+Z//(21)11Z5= --@*('< :U= >+*<%" +3267#"&'&#'54?>54&/$72RnVIx; Um /1P3-TL=Tle[s )% //')H-F%-3b-9O@L+ 76<K =K =M >53.,)&#  99 +"&5467"#'54732654&+"=73%#";2&#327`Tjt\=43>Pqp&kA5LD#3\RK3/(21)11ZZ/ R3FJDEH35 2:s@$ 0/@U= =M>Y@:965.,(%22 +"&5467'54?>54&/$72&'327462"Tks\3-TL/1#.oB5JC!#GgGGg3\RK2/')H5 =%f )% /U3FJDE+gGGgG-b.:@7(#<UK =M >3353#2 +462";2�'54732654&+"=73%#"IkJJkpI=43>PqfLLfLZ//(21)11ZH5@ <= >9 +&#'54?>54&/$72/1P3-TL )% //')H-F%-#-(N@HC 4/@*b R K  =K >Y@MJGDA>9630-*&$  (( +2>54&/"'57327#"&54632;2&#'54732654&+"=73%#",2=T)Z"=2j`H!X5pI=43>PqPH*11)-FZ>C):JZ//(21)11ZH.$,LT|@ GF:5@(b U= =M>Y@TSPOJI:#$% +#"&5463232>4&54&/$72462"&#'54?>54&/$72462"!OjN- ,9) i3>KgLLg/1P3-TLGgGGgϭ[P>'%)2))NUtVrH-F+fgKKgL )% //')H5 =%fgGGgGVq 3z@@"dbRK >Y@ 1/+)#  3 3 +&''672>54&/"'57327#"&54632S|!ZfuXs-1>S)Z#=1j`H X6qd]+:EK4+BPH*11)-FZ>C):J.Z- /A@>.*)<b ==M>-,  +&''67#"&5463232>.54&/$72F3RL4'%)2))NUtVrH-F+-VD-e@KF61e=a\"@)e U K  = K  >Y@ `]YVJGDB;952/,'$! +2'>4'#"&546';2&#'54732654&+"=73%#">&#"=737;2&#'54'9FjT+A!7/5pI=43>Po  RO =m}BT)% N[=[9%VZ#''- 3!5Z//(21)11Ze !++w=7!X -5;\h@$72b]UNIH'@-be U=K=  >Y@a^MJ<:63.-#" +2'>4'#"&546%4&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?>!9FjT +B!706"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/7Z:%VZ#''- 3!5^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'7!FB@?6 A<.)(<=K=L >33+36436 +74&'67367>&+"=737+";2&#'54'.'&'32&#'54732>EqP9+ H=9i ;8;Q!hhPc7BI'-o+5%% h\ 55;.'Z//-/I@F"!<:(9dK =M =M >33$36#+#"7474&+"=73%#";2!0'54;2659B5<PoEHP-B!A%jw1)11Z/^ى)"/1/"+2@/ <$#:db= >,<2+4&#'"/>72&#'54?>5'"547#A L#!/5P309^8 ;!R)% //'))kw-N-<@#0/5@+Ze UK =K >Y@:742.+(&" +2'>4'"&5464&+"=73%#";2!'54;265#9FjT +B#7065<PoEHP-B!A%FZ9%VZ#''- 4 51)11Z/^ى)"/1?/"9u@ 2+@!beU= >Y@$#53*)#9$9<2 +4&#'"/>72&#'54?>52'>4'"&546#A L#!/5P30G9FkT+A!7/5^8 ;!R)% //')Z9%VZ#''- 3!5-7@ +*0@0bZM =K =K >Y@52/-)&#!  +2'>54#"544&+"=73%#";2!'54;26537D+\B;@^5<PoEHP-B!A%[;=L3# X)%TF1)11Z/^ى)"/14u@ -(@"bbM= >Y@,)  +2'>54#"'64&#'"/>72&#'54?>5s7D+\B;@^#A L#!/5P30[;=L3# X)%TF^8 ;!R)% //')-- 0Q@N$#)<ZK =M=K >.+(&"   +"&46324&+"=73%#";2!'54;265=OT85VR5<PoEHP-B!A%{RnTR97R1)11Z/^ى)"/13 -=@:&!<b=M= >%"    +"&46324&#'"/>72&#'54?>5=NT75VR#A L#!/5P30{RnTR97R^8 ;!R)% //') -.F@C'".  <9K =M =M >$3934+;2!0'54;265'74&+"=73%#"{/EHP-B!A%-5<PoN^ى)"/UNo1)11Z ;*/@,'"*  <b= >?; +&#'54?>5'74&#'"/>72+/5P30+#A L#!J[)% //')SIn^8 ;!R-?N@K<?5!.(<:d K  =M =>>=:83#4#336# +'"7474&+"=737#"#"';2�'547325.#"=7!9L3;PqN5+3qG9))jw1)11ZL8Z//Z#%$'-D^h L@GF:5- @%ddbM= >Y@LLJI:+;&$! +632#"&547632&#'54?>54&#"&#'54?>54&/672 N''' Hb-7P 5-!5^/3P7,T^d1/! X'!//!)oZa'% // !)H-F!-X+L@I#LB/;6@,e U K  = K =>Y@KJGE@=:741-+(%" +2'>4'#"&5464&+"=737#"#"';2&#'547325.#"=7!9FjT+A!7/53;PqN5+3qG9));[9%VZ#''- 3!51)11ZL8Z//Z#%$'-DR^U@POC>6)$KPX@) b UM= =>@) be UM= >YY@UUSRB?53(% +2'>4'#"&546632&#'54?>54&#"&#'54?>54&/6729FkT+B#7/6:b-7P 5-!5^/3P7,T^BZ9%VZ#''- 3!4NX'!//!)oZa'% // !)H-F!- A_@\>A7#0*<: d K  =M =>@?<:52/.-+(%! +&'7674&+"=737#"#"';2�'547325.#"=7!J!{^uffg`3;PqN5+3qG9))\g)5HR+)Nu1)11ZL8Z//Z#%$'-D^+ IL@IDC72*< :dbM= > I IGF:+;++#&'767632&#'54?>54&#"&#'54?>54&/672wg92RH2嗀b-7P 5-!5^/3P7,T^Z%XTL`%X'!//!)oZa'% // !)H-F!-yP@ KJ>91$@.b bM =M= >Y@PPNM=:0.#   +2'>54#"54632&#'54?>54&#"&#'54?>54&/6727D+\B;@^b-7P5- 6^/3O7+T^[;=L3# X)%TFvX'!//!)oZa'% // !)H-F!-o+KN@KH KA.-:5<bQ K  =K >JIFD337%#*332 +4&+"=737#"#"&543232>7;2&#'547325.#"=7!^3;PqX{TV%- # 20 WqG9))1)11Z+ HXCLD%")WnvZ//Z#%$'-7o9w@! @&bRM=L >Y@ ##'"333# +%4&#";2&#'5473274&'673632#"&543232> 6JdPb6MqP{bDZ\wTXN! '?+qXkX//X /I'-r`XCLDV"TL= #8@5UM=M> "      +!"5463!2"32! ! !5!œ{ %-"-6+Jh)/F (8@5UM=M> '%     +!"7463!2"32654&432#" 5!\e2tNHnwh39msH%-#,ՏTo TTPVLq %?@<dU M=N>$" "" +#"&'33267"32! ! js : }TP { qh}k9DC:6+Jh)/F3 *8@5 :UM=M>)'%" +3267#"&'"32654&432#"'y`RB^y \e2tNHnwh39ms3Tld\~%ՏTo TTPVL ,8hK,PX@"ddM=N>@&dddM=N>Y@"!751/(&!,",'& +#"&54?6"'&54?62"32! !  B  u) { % (  B6+Jh)/F9+;nK1PX@%b =M=M>@)b= =M=M>Y@ :80.'%+ +%&&$ +#"&54?672#"54762"32654&432#"G  $%. x 1#3?\e2tNHnwh39ms %4   ,,ՏTo TTPVF+CK*PX@%):9<K1PX@%):9<@%):9K1PX@1 ZU M  =M=M >@7Z ZU M  =M=M >YY@CB><7420,*$"  +%32654&+".#!"32>76;#"'.+!267! !!#EQ4K2 +  + /-*(!33  +"!.3265#"2632!3267#"&'#"54$-J-XG;}wHbnV35N$V}PsL9=ZFXߴ "H9;%'F#PR-CK%PX@> =/*<:@> =/*<:YK%PX@, d ZU M =M>@0 d ZU M =K =>Y@B?<;$333*"&# +'"5474&#"32677'"'.#;2&#'5473254&+"'56$329cXMduuDz H`aXV3=Oq%=#`jwߑ@oHX%i/+//Z/-FB%h >@98,'KPX@*ddbXN= >@+ddb`N= >YY@>><;="$&$! +632#"&547632#".#"&#'54?>54&/672 N''& L}5B9.#:+%&5&#P30T^d1/! G+1D))%jP#// ''H-F!-N; Q'K%PX@!L K $'=8(<@!L K $'=8(K%PX@5   ZeU U M = M>@9   ZeU U M = K =>YY@ PMJIHFB?<9630/+) +2'>4'"&5464&#"32677'"'.#;2&#'5473254&+"'56$32R9FjT+A#706-cXMduuDz H`aXV3=Oq%=#`FZ9%VZ#''- 4 5@oHX%i/+//Z/-FBR%G @BA50KPX@. bX UN= =>KPX@. bXe UN= >@/ b`e UN= >YYY@GGED41$"  +2'>4'#"&546632#".#"&#'54?>54&/6729FjT+A#7/5}5B9.#:+%&5&#P30T^BZ9%VZ#''- 3!4NG+1D))%jP#// ''H-F!- EK%PX@!@ ?1,<:@!@ ?1,<:YK%PX@-  d ZU M =M>@1  d ZU M =K =>Y@DA>=<:630-*'$# +&'7674&#"32677'"'.#;2&#'5473254&+"'56$32J!{^uffgcXMduuDz H`aXV3=Oq%=#`\g)5HR+)Nu+@oHX%i/+//Z/-FB%+ ;~@65)$< :KPX@%dbXN= >@&db`N= >Y@ ; ;98="$++#&'767632#".#"&#'54?>54&/672f91RH1}5B9.#:+%&5&#P30T^Z%XTL`%G+1D))%jP#// ''H-F!F2j@ " <:K1PX@ dM= =M>@$dM= = =M>Y@ (%!))#+'"547.#"#"&#"#&73254&'$4632B9 !R#~u`XTww:#Ri^\dqjwӃ s^X Z \%4Lh'5z@ -@)ddM=M =N>Y@ $#)&*"+732654&'.54632.#"#"&6632#"&547LRdp/J5Rfu PbH/Dq؋/8 N''' +kDB?D%lj9fk hV;9m)7nq1/! F 4z@$ @%dM= = =M>Y@31)'"!   +&''67.#"#"&#"#&73254&'$4632T{!ZfuXsf !R#~u`XTww:#Ri^\dqd]+;DL3+B s^X Z \%4L1'2E@B0/-+*< =M=M =M>(((2(2)&*"+732654&'.54632.#"#"&6&''67LRdp/J5Rfu PbH/Dq؋/8xF3RL3;+kDB?D%lj9fk hV;9m)7nqq'RXN\'^FcD@%@  /: 9 <;K PX@1 Z  X RM= =M>KPX@2b  X RM= =M>K1PX@3b   ` RM= =M>@7b   ` RM= = =M>YYY@=;8620.-$" @@ +"'7.#"#&73254&'$4632.#"632#"'77274&5( `^ :#Ri^\dq !R#~u`XTwӯ)1@UdDON)f7  Z \%4 s^Xm>9N[#6T*Li?@%90/<:;K PX@4ZXRM= M =M >KPX@5bXRM= M =M >@6b`RM= M =M >YY@>=<;##$"&*" +732654&'.54632.#"632#"'73254&#"'7.6LRdp/J5Rfu PbH/DqiS'1@UdDPN)f75' ^5+kDB?D%lj9fk hV;9m)7nWz3g>9N[#7T+ qF 4z@$ <:K1PX@!dM= =M>@%dM= = =M>Y@31)'"!   +&'767.#"#"&#"#&73254&'$4632J!{^uffg !R#~u`XTww:#Ri^\dq\g)5HR+)Nu s^X Z \%4L)'2?@<<10.,+:dM=M =M>)&*"+732654&'.54632.#"#"&6#&'767LRdp/J5Rfu PbH/Dq؋/8tf91RH1+kDB?D%lj9fk hV;9m)7nqZ%XTL`%bF@+"!15@ ? <;:K PX@. Z   ` RM =M >@/b   ` RM =M >Y@CA><8642/,'$ FF +"'7'54732'4&+"'673!2?.+";2&'632#"'77274&L5' X5q+9lXBP! J+b-I !R?Xn7,3>5f$2@TdDON(f7 /Z-#8v 11 w7%1'/+/^?8N[#6T*)i3@""- , <;:K PX@- Z   `  RM=M>@.b   `  RM=M>Y@0.+)%#!  33 +"'7&5#"=47265732'#727632#"'73254&15' ath%NH3-L5L?/p'2@UdDPN)f7 #]?@)#3/g>9N[#7T+ 9V@S8754&!<:dM =K > 2/+(%" 9 9 +&'767!2?.+";2&#'54732'4&+"'67+J!{^uffg/b-I !R?Xn7,3>5O5q+9lXBP! J\g)5HR+)Nuj1 w7%1'/+//Z-#8v 1).@ '& @+bM = M=M>Y@.-*($"  +2'>54#"54727'"5#"=47265732'j7D+\B;@^r5L?/sh%NH3-L[;=L3# X)%TF3/]?@)#b6K@H /*< : SM =K >66333773 +534&+"'673!2?.+"3#;2&#'54732'+9lXBP! J+b-I !R?Xn7,3>5O5qP-#8v 11 w7%1}P/+//Z)$B@?<: SM=M>$$#$#!#" +#727'"5#535#"=47265732'#/5L?/sh%NH3-LFP3/:P?@)#^oRa@^ ?: <:U U K  = M>MKDA>;85.,%"  +267#"'&'"'6724&+"'5737#"#".54&+"'573%#"2>5o%*9+3RR%))6-}FRB5<PqFrRf3<Ro-+hiVF+ /H=52;B31)11Zwh=3lщ1)11Z\i-dB`}K17@@ :9('4 <:KPX@3  b UM = K = M>@1  bU U K = M>Y@>;8631,)&$  +267#"'&#"'632#7#"&54&/57373274#/5737%+9+3SR$))5-}FRA+7LbFw{#@ BwD+wX9@7{/G=51;A3T5:@9a\1/>\LNs^L3b>VR^; JH@E72< UK = M>EC<9630-&$  +!"7463!24&+"'5737#"#".54&+"'573%#"2>5 5!)5<PqFrRf3<Ro-+hiVF+ %-"-1)11Zwh=3lщ1)11Z\i-dB`}K17 8X@U21 ,<b UK =M>630.+)$!  +!"5463!2#7#"&54&/57373274#/57379!5"e7LbFw{#@ BwD+wX9@7{H%-#,5:@9a\1/>\LNs^L3b>VR^o LO@L94< dU K  = M>GE>;852/(& "" +#"&'332674&+"'5737#"#".54&+"'573%#"2>5js: }TP 5<PqFrRf3<Ro-+hiVF+ oh}k9DC:1)11Zwh=3lщ1)11Z\i-dB`}K175 :Q@N43"!.< :bUK =M>85#%3%"%" +3267#"&'#7#"&54&/57373274#/5737;yaRA^y 7LbFw{#@ BwD+wX9@7{5Tld\5:@9a\1/>\LNs^L3b>VR^s S@ @;!@* UU K  = M>Y@NLEB?<96/-&#    +"2654&4632"4&+"'5737#"#".54&+"'573%#"2>5+99V:?<9742-*'%    +"2654&4632"#7#"&54&/57373274#/5737+99V:\LNs^L3b>VR^!`x@ MH.)@)ddd K  = N>Y@[YROLI7'333'&& +#"&54?63"'&54?624&+"'5737#"#".54&+"'573%#"2>5   t*N5<PqFrRf3<Ro-+hiVF+ % (  1)11Zwh=3lщ1)11Z\i-dB`}K179K@ED32?'# @3b  b= = K = N>Y@IFCA><3%"%&&$ +#"&54?672#"74762#7#"&54&/57373274#/5737}  $%/ x 2#3=7LbFw{#@ BwD+wX9@7{ %4   ,5:@9a\1/>\LNs^L3b>VRX^+NB@?;6N < QK =M>ML338'337%! +#"&547'".54&+"'573%#"2>54&+"'5737#"27\V{ZyDTRf3<Ro-+hiVF+ 5<PqLdv!/A_C^Ro 3lщ1)11Z\i-dB`}KT1)11ZKl4GM)AN1V7}?Z@W%$0=<<b QK=M>;9/.)&#! ?? +"&546?#"&54&/57373274#/5737327VyXIw{#@ BwD+wX9@7{7Lg> Td95JD#V^P=5L\1/>\LNs^L3b>VR5:@G3>HDEq __@\LG4/?"< d K  = > WUQNKHEC9630-* _ _  +&''67"'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&T{!ZfuXsT#%LM!B+0/ +lsQ\+ +5;NV;2%P;:qd]+;DL3+Bva7h/-6++#!T/1 -"95%11+As27N]/ XA@>SI:.)! < ==>RJ@>86-*  +&''67'.'&'57376&/&=737"' #"&'.'&=73:>;=F3RL3;?81Q#-JZ>>#FD@=:71.+(%# +&''67.+"=737" 6&#"=737#";2&#'547326T{!ZfuXs#1:-R08 +/53>7P8=1qd]+;DL3+B".R(313,31 /;/ //$$%1 EZ@WA<.(5!<b  = K=M>EC@=:820-)&$ +&''67 #"&5463232>?.#"'57327"76#"'5737"F3RL4<^8Md;0kH04  #8%!7;T`;#yC!r[f1q'RXN\'^Iie48818#(hIdP731-/)`1/mON@K4/!<( ID <U K =  K >NLHEB?963#$ +462"& 4632".+"=737" 6&#"=737#";2&#'547326BZAAZBB-/?AZd1:-R08 +/53>7P8=1/@BZ@@ZB@/-@.R(313,31 /;/ //$)%.k@$#<'&:K1PX@ d=M =N >@$d= =M =N >Y@ (6!!5 +)"5476#!"'673!6323!267'"547'!%H7O5P! R5j-1 -mp#T,,9T/JE@  F}  jwBJh .{@ ,+@&dd=M=N >Y@..&$$16$! +632#"&5477!2>32327!"74767#"'67% N&'' 1J(7:V'qT9Jd.X'd1/! ! @B!%q )-m@ ,+@'U= =M =N >Y@ 6!!5!+462"!"5476#!"'673!6323!267JkIIk5'!%H7O5P! R5j-1 -mp#T,fLLfL}T/JE@  F} BJ(r@ &%@$U=M=N >Y@((&$$12 +462"7!2>32327!"74767#"'67RLfLLf1J(7:V'qT9Jd.X'^kIIkJ! @B!%q ) 0{@/.<:K1PX@!d=M =N >@%d= =M =N >Y@,)#!   +&'767!"5476#!"'673!6323!267=J {^ugff'!%H7O5P! R5j-1 -mp#T,\f)5HR+)NtjT/JE@  F} BJ' +C@@)(< :d=M=N > + +&$$1;+#&'7677!2>32327!"74767#"'67f91RH11J(7:V'qT9Jd.X'Z%XTL`%! @B!%q /I3C@@0"<bM=M= >/,! 33 +2654632#"'.#"&#'54?>54&+"'546h1(דKw=50W0"b'11P'3% Z y0#3--=T5-'//%-j %0\@Y" 0&  <9b S= M=N>/-)'%%3$" +#632#"''67#5354&#'"/>722654&#"wZX=F#A L#!-9w}qK;cjOVfm BdO^8 ;!R@ 3ӱ@+CY@V; # <b  b UM =M > B@7665/-*(  ##! +32654#"32>54.#463!2#!54?2>543"#"&5umT#FA^H:rP¤{X'oVT3D /?E.3A1Z 9^g7/^`<ld?gf6L13h/ J?4+#')/L+ '@.Zb UL =M >Y@&$! " +32654&#4&+"=!.#!3 #!54732'D;} <7#V>FB?1B# 35VC5 Xw -@ !< 9K!PX@"M=M=M>@ UM=M>Y@ )('& --$" +%'2654&#"7!.#!632#"''674'"#/6^3@dUN >Y@ " +32654&#%4'56733 #!547325D;}xtF?B1B# Nd̮5 X $?@< "$"$"+%'2654&#"74&'5673632#"''65o 3>umL^RJCjuTvڹwO!ly=ఖV%XXH%Z32%HX?:@7<bM=M>  +2!".#&'7324# '3Vkwp' #M9=?rl-.)t1F+@@= <UM=M>%# ++ +2#"#.#"3 7%"$.5!2>V'#gE3 #M9=èVG7o1F:;1r+)tL*V@S"<bbUM=M>&$! ** +"&#"#"&'&#"327'"&5432>32H/!^8/1?cTuhmw(bdH):/''m(;d1A5+¦م'EF-(#s+5TKPX@ * <KPX@ * <K!PX@ * <K#PX@ * <@ * KPX@( ZSM = M  >K!PX@"SM = M  >K#PX@( ZSM = M  >@.Z ZSN = M  >YYYY@54#34)" +%32>54.#"3#'5473265#534&+"=7! #=ujM"R{tB=l=43>^5Xc--j˒`N-^-)1^1)/mZ!->^K1PX@ bM =M >@&bZM =M >Y@ 2Q4%&"+%3 4.#"#"&5467263263 #"&#&##54;274'm=u#Q{tB=t?3-H?5ZbJ%7<;=3L -`N-!+)2XiZ#/VR75#-+ 'y @-ZbUL =M >Y@ 2!$#$$ +#"327;!"$54$!3!"'!#";D#D1B?H=Y#7>  HX 5˶X})5w +@*)$ @'bUM=M>Y@ + +"%"% +%&327'27#7#"&547632!"'JC7}N3{=P ;wfo׋7N3N udRuZ H%1FF}W%7 /1@. <bQM= >+"$%(+64#"##"&54632254.'.54$32/\J+ymV!lN+^/5>}J :'T;%hrjCsq>+'\f}.A-+->`@]('<ZZU K  =M=L >>;32T2#&5"4 +>3!2#"'.5&#"32?6;!"&'!26354+"54;2="'R33% 8-3 T= +FS3}j3=<;;<=-P<[S ,7Fy@R;}3RT3RTD/@,<SM=M>$&%"+!326'>32! '!65#"//˅Rᮨ RoV}kw}|B/y{?D2D@A- <UM=M>&$ 22 +2.#";2#"3267#".5467.54$ud^?O$!dojt%+N{nlf#"'mp^c|R'D! }ub/q+!Lj-!mmoZ-@W@T")%<Z  bU  QL =M>?=$%$%5"4S3 +74&+"'57263%.#!"327>7632#"5'.+#".543226#=;!dAR4% 7+3 T= Iwy;3kblf;=+'!N<[S ( om@+'rsV'D5DV/8@ 0/&$@'bQM =M>Y@5321!88 +2#"/&7"3# #"&54632>7477#7327>};/\''  Pb_9/V    u3[7#170 FH` VRP)./&YO^]`d;Ce@bA (#2<b  UU M =M>=;64-*'$! CC +2#"&#"3.#"3274+"=73%+"# 4$32>u'"f M'P3 eP  9#sfFJ@b 1F iR=X00)/%`bzN$uR+\@6/. Z% <+;KPX@%b  ` K =  >@$b  ` c K >Y@YWHEN#q1 +%'3&#&#'"'&75303326;"5#>7656=&#"&#&'5;226;"#"'54b +%1=s!40R1  %3 /2?#;< 4 !  `%{h%-#-+ }-   -  *'A)bL@K#PX@ =< 50<@ =< 50K#PX@8b`= M= L = N>@5b`= M= L =N>YY@?>:734#(#" +!2#"#"5"#7>3+"63754+"5>Z=D{V{\mi7-\T' ' +';H>&+ 1\1!F8Jfm !  RRR#U@U=N>Y@ #"+4'"#"54'2767327"57Pb-5i/eG   L?'b-.E@B'" < S K =M >..,)333#2 +#;2�'5473265#534&+"=73%#"1lpI=43>PqPZ//(2P1)11ZePD\K%PX@\& VQ <@ \& VQ @3  b  ` M=M = K  >Y@UROL?=97#3#3332 +%;2&#'54;254+"=730%+">76767#>32#".'&#";2&#'54'&'%5=M=5BB5=N">5B {l137kAmH-'1 s3%Z`NENR+B#P+'RRRa {#AFA<]7!1HH+ho%VVX` TT@Q !BNI:5<bM=K= K  >SPMJ;3444<$" +4632#"'&767654+"&=737+"3;2&#'54'.'&';2&#'54;25T?-f/79$"qH$-b%HT 9:F P'h +;N;'+?/'/^+,  9%PXX16') RR/*;@8'" <bS= >**39+#&#'54?>5#534&#'"/>72p/5P30#A L#!R/)% //')R^8 ;!R->@;$,#   <9M=M>(&"!$& +7327#"&''&/4''7&'>3265HG%?s!uI`u-k-+N ;|5Roh5)A=PN\ZCdmbpd:m-5#GZwT\;I1iI3+-Z`@]UO,'7 C>8 <b K  = M   >ZWTSRPMJFDA?=;334$336+27&'4+"=737+"3274+"=737+"727#7#"&'#"&54+"=7307+"Ր /+=V@)1:/V1+=V>+/dL%#NVx2)=W;)4y!3\RR}\ZRRRsN"ssH7ZR-DC@@,B<bQK =>$/$3363 +.+"7574#"75737+"'&'3'.'#"&546326 : F; A6H+G>5!#XP""<`BVxI%'> Pb+X!u#C1D+;XfX^)H%- 3%-R:Q@N$50<bM=L = K>:734"%334# +4&#"7;2&#'54;255"'676;632;2&#'54;2#3h +=M;')f 7%'Jys)&=O;)m\RRuI!jjPLD 0@-SM=M>   $$" +! !  #"!32{ A|lG& h)/@~։Z6L) +>@;)<dbM=M>%#   +"32! !2232654&'.5432ϓ{  Q'1/^9T{y6+Jh)/V+-7#PqI[F} .j$@#dbM=M>Y@-+    +"32654&43232>54'.5432#"\e2tNHnىe ):11^9JkKK9ms9ՏTo 7!'5#PkI$CfPV'D @@  1,@/ P = M=  M =M>Y@@?>9630-*'%$!  +"327& !2>7673327673;2&#'54;274'"#"/b^wX{! 'Ay_D4'<:"&%&334$" +&#"327;2&#'54;254.#"7#".543272763XT`l^N<)'=P>')!#7P\ud1SHVe7Lƞ˺+RPP"7SVL-!7;>@-94@2bUM =M = K >Y@ >;33(1C("" +3 #"4'#"74673267632#"';2&#'54;2R-7 -3V A2uLa)4nՏD+A8;P;7B/+N97%!*ZXGsm5HPVP+ ;Q@N9% <M=M=M=K>$$333%%## +'324&#"62#"';2&#'54;254632#"'&7y HAfL'b`ӜyV3+'=P;'+T@-f-9RqVd1LyPP-?/'/^/-FK#PX@83  &!<@83  &!@1e  UU  K = =K >Y@C?=:743332$"" +&#"32%#7#"'&';2&#'54;254+"=73%+"232=^F=9f)Rl ?E`rA5?O=3DD3=P >5BHjV j"y[ 3PPRR' HND)X@M= = =M>Y(%!)%+>323263236'#"5467$4&#" !R#~u`XTw:#Ri^\q s^X Z \%4;-C@@<b`M= =M>--*#*! +&"##".5467>54'"'6763232767X PrDB7q8GmfPV/B91 ++_m:E;bN{V=hfe@-\EBT93+!B@? <ZZL =K >%# +%!267'57267 &'57%.#!Dmp#X))9N9T'\kVo>b{ ; !L= {m1T- .{@ *KPX@UM=M>@UQM>YY)#,#$"+4&#"32%4632&7>32#"&'.547#"&R/+)11)'דq! +"ob'y#H(wkVT75R^o 9')N'C)HЮ DUq).D@A(' <:eM=M>&$"  .. +"&54>76545#"5#"=47265732'#727P!)<^7>Eh%NH3-L5L?/.:-) !X ]?@)#3/=%{)f1<@9 !< :bM =K >43347#"+#"7467!&'7.+";2&#'54;254&+A2wH7>B5=O<7B #+ZX' {C -)RR)Z#+?@+*'$$#"#" +27"5#"=472=4632#"'&732'1bH{X53XT?-f)7;ZL?_?}?/'/^m)#of,6@3%$<#":bQK >77$""+%327632#".54&+"'!&'7.+"=> emcj3;wyJ=7FbE7=0VD5D'Vro)C{M)' {C -)MG@D:<  U M =M>IGCA>;85)'  MM +"#".54&+"=73%#"32>5454&+"=732654#"&54632?V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17}<K@H:&% <b  UK=M>53#C#%3%" +%#7#"&54&/57373274#/57327654'.54327LbFw{#@ BwD+wX9@7!63811^9H++5:@9a\1/>\LNs^L3b>)3#PkI%H?4%R+8eKPX@ ZM =M>@!bM =M>Y@/-" 88 +"#323254&546;#.#"# 54>7654!9. ^Y ˬÅN.;1L;@IRL?@N+PBXͺ (9:N-'%qXfJh˨gLL`\o)%D8<@93.<bM=K =M>336&$#'%+32>5#"72>7632#".54;2='#%;2NsLZXj/>3I Rl4A6;H=5B6g+!g'HDJF+")͖9DfR`FBK%PX@% <. <@%  <. K%PX@-b M= K =M >@*b M=K =M >YY@ B@$'$373#4 +'+"630754+"&5>;2='#'32'.#"3274'4&5432ϴB5;J=6%-"+?5?Ho}ku75h%uXR'+71%!%$ӹw9/R #N7y;q@!+@"ZUQK>Y@ "#)43:$%+ #"&546326?&'&+"=73%+"67>32#"'&#&q)MgE5mP/B O5;-B; -% )=qI0V !RHLb+33-);9 R#qbi#5! )D-w@ ,+ @) S= =M = N >Y@ )&!!2 +)"547#5!6#!"'673!632!!3!267'"]!%H7O5P! R5j-1 -mp#T,O/JE@  FO&} BJ(F@C&%<T  =M=N >(("$!11 +7!2>323#327!"74767#5367#"'671J(t:V'qMЋGd.X'! @E!%tEl HVd/C@@'&!<b`QM >$"  /. +2!".5463232654.#"!'3Bf)`AF{5-<{Aij3-[LZ r-" D+# N/-f@-@J?Uq^-^  RVd/G@D( <:b`QM >#! /. +2767.'!&#"3267>32# 547&'&543H+L-XN8J"%X/uu;2d6FC`19'd+] ^EՏZD!)@-?g-B׬/\jJ#!/o+W@T)$ <:db`M=M> +* +"5057.+&"327632#"$5467&'&743C7#D)fPH7#jh͖++\w yR{-|X=E9cN<<96/-*)(& +#"&5467>7>54.#""!"'3!2B/7gP7; P)/Hdo)')L>fR?)!#ZJ2AL{T/ '7!)7+)JlH!ub?mc3`  +fo8@@=<bU SK >88$(&( +#!267!46?#5!7>54&#"#"&54632 s?@L9<X$aBL9i7Lf;')<ϪJwCddDP mA`#Eiq^FPRi}vP(#++3%jBZUgB&:@7 <bSUM>"$$C"+4&#".'!!2632#"&54632326Z\H1p%jD/T"3`qu+X -+];+>PD1w&<@9 <bUK=M>"$$S"+4&#"&'!!2>32#"&54632326LkKM BEp9+ľmD/X+:N^^/;B F];+BLqB'A@>< :  bSU M>&$$$" +4&#"#53>73#272#"&54632326Z^9#'jD-T&)#^su/ ^#^9<ᗶ];+DJ!#%m@ < 9K#PX@e=M>@beM>Y@%$"!  +"7%627'4?655"'672763NfŤ (!1bXR>))D3%fxy`I cTI @= > +!#3zz{@= >+3#3#3{{{{j3}6@3 S=K= > +###535#5333#}zzPPPP%PfD'@$M=M>  +2#"&'&&546462"=V97%3[@8 d  Z  Z= =N  =N  >Y@$CCC^C]VTQNIF@>53,)#!   +&'767!"5476#!"'673!6323!267%32>54.#"'54732654&+"=7! #J!{^uffg'!%G7N5P! R5j-1 -mp#T,=ujM"R{tB=l=43>^5Xc\f)5HR+)NtjT/JE@  F} --j˒`N-o-)11)/mZ!-+ +=YK#PX@N  )(? <@N  )(? @?  Zb  Z N = =M=N  >Y@>> >Y>XQOLIDA;90. + +&$$1;+#&'7677!2>32327!"54767#"'6732>54.#"'54732654&+"=7! #Hg92QH21J)89V'qT9Jd-X'=ujM"R{tB=l=43>^5XcZ%XTL`%! @B!%q --j˒`N-o-)11)/mZ!L- +5Z@YTS  L:5,)(?;< b ` =M =M=N = N   > XWROJHCA>=42.- + +&$$1;+#&'7677!2>32327!"54767#"'67&"327#7#"&5476324&#'"5'>72f91RH10J)79V'qT:Id.X'DPw^?a8K|F;\@狅V"B L#!Z%XTL`%! @B!%q yƸZB38@@a3){'^8 ;!R-`1(N@50 BA G @2 Z bR K  = K >Y@"LIFD@=:841.+&$  (( +2>54&/"=7327##"&546324&+"=73%#";2!'54;265--1>T)Z#=2j`G!X55<PoEHP-B!A%PH*11)-FZ>C):J1)11Z/^ى)"/-8-$,RKPX@FE K <94:KPX@94FE K <KPX@FE K <94:@94FE K KPX@> Z  bK =M == K =M>KPX@@ Z  bM =M == K =M>K1PX@> Z  bK =M == K =M>@; Z  bQK =M == K >YYYY@PMJHDA$33#$% +#"&5463232>4&54&/$72462"%4&+"=73%#";2!'54;265!OjN, ,9)i3>LfLLf5<PoEHP-B!A%Э[P?'%*1*)NUuVqH, E+dkJJkIp1)11Z/^ى)"/1."GO@ FBA@2bbU== =M>Y@ #$.<2 +4&#'"/>72&#'54?>5#"&5463232>.54&/$72462"#A L#!/5P30!OkN,!,8) h3=LfLLf^8 ;!R)% //')ϭ[P>'%)2))NUtVrH-F+fgKKgL-`-(^@[50 ^TA MH @1 bR K =  K =  >Y@$]\YWROLIFC?=:741.+&$  (( +2>54&/"=7327#"&546324&+"=737#"#"';2&#'547325.#"=7!--1>T)Z#=2j`G!X5\3;PqN5+3qG9))PH*11)-FZ>C):J1)11ZL8Z//Z#%$'--.+$,b@_94XEb QL @=  bU K ==  K = =M>Y@a`][VSPMJGCA333#$%+#"&5463232>4&54&/$72462"%4&+"=737#"#"';2&#'547325.#"=7! !OkN,!,8) i3>LfLLf3;PqN5+3qG9))ϭ[P>'%)2))NUtVrH-F+fgKKgL{1)11ZL8Z//Z#%$'-D.$,k@fe YTL?: @6   bbUM =  =M>Y@---k-kihXU+;"#$% +#"&5463232>4&54&/$72462"632&#'54?>54&#"&#'54?>54&/672!OkN,!,8) h3>JjJJjb-7P 5-!5^/3P7,T^ϭ[P>'%)2))NUtVrH-F+fgKKgLX'!//!)oZa'% // !)H-F! BZ@W 50<: d   V=K > @>:741-*&$    +&'767! 32&#'547267672;2&#'5473254'!"J!{^uffg3 %T+ 1)#N;D1$: M673!\g)5HR+)NuI T-1)+=9J?@=9) '5X J+ :CX@U<;< :db` `M= M> CA : :%!#'(+ +#&'767'"&546?4&#"#"'46322632#"&/32f91RH1wrHH=T A)`y#9!-_3Z\udH:Z%XTL`%wjmqz5+{&!7 5VX-/7! --9=L#XF+b 1K@H+&<:dK =M >0-*'$! +&'767;2�'54732654&+"=73%#"J!{^uffgspI=43>Pq\g)5HR+)Nu Z//(21)11Z5% *+@(%$< :d= >(' +#&'767&#'54?>54&/$72Vf91RH1/1P3-TLZ%XTL`%- )% //')H-F%L ";@8:dM=M> !    +&'767"32! ! J!{^uffg%{ \g)5HR+)Nu6+Jh)/F) '5@2 :dM=M> &$   +#&'767"32654&432#"5f91RH1y\e2tNHnwh39msZ%XTL`%ՏTo TTPV^ IK@H61<: dK =M>DB;852/,%# +&'7674&+"'5737#"#".54&+"'573%#"2>5J!{^uffg55<PqFrRf3<Ro-+hiVF+ \g)5HR+)Nu1)11Zwh=3lщ1)11Z\i-dB`}K17) 7M@J10+< :dbK=M>3#%3%" +#&'767#7#"&54&/57373274#/5737Rf91RH17LbFw{#@ BwD+wX9@7{Z%XTL`%5:@9a\1/>\LNs^L3b>VR^m=GQ]U@R94 <   U    UM =M>TRZWR]T]QOLJGE##37(3$(&+2>54&#"=737#"#".54&+"'5737#"64632#"64632#"!"5463!2--hiVF+  )P=3DtRf1>R9@/-??-/?0-??-/!5!Zc-dB`|LX+/'1+/wh>4lщ3'1#X_??_??_??_?%.#-17 K@ED32 ? '# @5  b UM=  K  = M>Y@"IFCA><741/*(&%"!   +!"5463!2462"& 4632"#7#"&54&/57373274#/57371!6!BZBBZBA-/@BZy7LbFw{#@ BwD+wX9@7{3%.#-/@BZ??ZB?0-?5:@9a\1/>\LNs^L3b>VR^=GQZP@M94 WUQOLJGE##37(3$(& +2>54&#"=737#"#".54&+"'5737#"64632#"64632#"#"547--hiVF+  )P=3DtRf1>R9@/-??-/?0-??-/#a,Zc-dB`|LX+/'1+/wh>4lщ3'1#X_??_??_??_?^h17  M@GF54 A )% KPX@9db  bM =  K  = M>@7db  b V  K  = M>YY@KHEC@>9631"$$!+62"&547462"& 4632"#7#"&54&/57373274#/5737 > \BZBBZBA-/@BZy7LbFw{#@ BwD+wX9@7{,* }/@BZ??ZB?0-?5:@9a\1/>\LNs^L3b>VR^=GQ\X@U94 RRR\R\QOLJGE##37(3$(&+2>54&#"=737#"#".54&+"'5737#"64632#"64632#"'&'767--hiVF+  )P=3DtRf1>R9@/-??-/?0-??-/9f_HYPNOZc-dB`|LX+/'1+/wh>4lщ3'1#X_??_??_??_?P[$/?H&$Dg17/ J@DC21 >&" < :KPX@1d  bM =  K  = M>@/d  b U  K  = M>Y@HEB@=;63%"$ +#&'767462"& 4632"#7#"&54&/57373274#/5737?R.y'fA9p(p BZBBZBA-/@BZy7LbFw{#@ BwD+wX9@7{ R!OLDW!/@BZ??ZB?0-?5:@9a\1/>\LNs^L3b>VR^=GQZP@M94 XVQOLJGE##37(3$(& +2>54&#"=737#"#".54&+"'5737#"64632#"64632#"#"/--hiVF+  )P=3DtRf1>R9@/-??-/?0-??-/.Zc-dB`|LX+/'1+/wh>4lщ3'1#X_??_??_??_?r17!N@HG65 B *& @7db  b V  K  = M>Y@LIFDA?:742"$%%+#"/7>32462"& 4632"#7#"&54&/57373274#/5737q %B&BZBBZBA-/@BZy7LbFw{#@ BwD+wX9@7{ %(s/@BZ??ZB?0-?5:@9a\1/>\LNs^L3b>VR=j /@, <SM=M>##$&$+!32>'62#"&543!54&#"uX32=43bͨPw{/ok-f+ќ+5uIUe@b<7#<  UU  V= K  >LJROJULUGEA>;841-+'%"##+462"$4632#"! 32&#'547267672;2&#'5473254'!"!"5463!2\BZ??Z?/-@@-/P3 %T+ 1)#N;D1$: M673!Z!6!?_??_??_??_?NI T-1)+=9J?@=9) '5X =%.#-J NWǷPO( @C  b  `  ` UM= M = M >Y@(WUNNLJECBA:853,*"    +!"5463!2462"& 4632"'"&546?4&#"#"'46322632#"&/32!5!AZBBZAA-/@A[XwrHH=T A)`y#9!-_3Z\udH:5%.#-/@BZ??ZB?0-?=wjmqz5+{&!7 5VX-/7! --9=L#XFGO`@]:5!<U  U  V= K  >ONKJEC?<962/+)%# #!# +32+!#"546;! 32&#'547267672;2&#'5473254'!"462">3 %T+ 1)#N;D1$: M673!LfLLf7()I T-1)+=9J?@=9) '5X jJJjJJ ;DL=<@Ab  `  `  U M=M= M>Y@$ LKHGDB ; ;9720/.'%"     +!"5463!2'"&546?4&#"#"'46322632#"&/32462"!5!wrHH=T A)`y#9!-_3Z\udH:JjJJj3%.#-/wjmqz5+{&!7 5VX-/7! --9=L#XFgKKgL= f@7 =< NI VRdc)$#< ZZ U  US L = M =L >a^\ZUSMKECA>:853.+(%" ff    +!"5463!2!4&'547325!32&#'54732676&#"=7)#!"32>746;#"7.+!267!5!D7o>= O//1K*PX@?  b UU M=M= M   >@I  b UU M=M= M  = M   >YY@(! MKDB;953/-+*&$ Q!Q     +!"5463!2">54&673262>2327#"&'#"&54$74&#"#"&546!5!NlS P73D\R-Z`qnR/ruC/b ^L9H1>33H%-#,} FP9BFoH?V9{;Bv[xʅ1XoRVRVan)!7 5=-V;D:]@Z,+ 7 <  bU   S M= M>::98640.%%3#2+54+"=730%+"3## 4$323.#"3275!5BP  9#sssfFyo''P3 e5X00)/5Pg%`bzN-.RP# SZ@KC%@ KPX@GbUU    SM= M= M  >KPX@RbU U    SM= M=M= M  >K!PX@GbUU    SM= M= M  >@RbU U    SM= M=M= M  >YYYY@. YWUTOMJH>=<;975432.,+)$"SS  $" +4&#"36"'!654!""'&"#"'326323##"&'#5367.7.54632>32!326XJ?NRV/-0 59 oחjA :"/ ;852/,)'#! +&'767# 4$323.#"3274+"=73%+"J {^ugfgsfFyo''P3 eP  9#\g)5HR+)NuB%`bzN-.R=X00)F5 %Y@Q ,I3F < :KPX@B d  b U M = M =  M= M  >KPX@@ d  b  U U M =  M= M  >KPX@K d  b  U U M = M= M= M  >K!PX@@ d  b  U U M =  M= M  >@K d  b  U U M = M= M= M  >YYYY@#'&USPNCA<:9720+)&Y'Y#!%$$, +#&'7674&#"36"'32654!""'&"#"'32632#"&47.7.54632>32f91RH1-XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0Z%XTL`%wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%--D Z`@]@;+&Z2VQ<: dK  = K  >URNK?<970.*'$! +&'767;2�'54732654&+"=73%#">&#"=737;2&#'54'J!{^ufffpI=43>Po  RO =m}BT)% N[\g)5HR+)Nu Z//(21)11Ze !++w=7!X -5;L \M@J+&VQIB=<< :b=K= >UR>$5=+#&'7674&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?>g92QH2"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/Z%XTL`%^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'LTD)@ KPX@ M=M=M>@QM=M>YY@%#))*$%!+#"&547# ! 327"32uXVo9>{ ILF5BIy݉ZRuh)/E=}N)AJ6+JFT*KPX@ M=M=M>@QM=M>YY@&$**$4!+#"&547"#"543227"32654&BV{Zy wh3B^C\e2tNHn^Rl| TT1}x)ANEՏTLT= )5@ ) KPX@)U M=M=M>@&UQ M=M>YY@+*1/*5+5(&   +!"5463!2#"&547# ! 327"32!5!oXVo9>{ ILF5BIy%-"-ZRuh)/E=}N)AJ6+JFT )6) KPX@)U M=M=M>@&UQ M=M>YY@+*20*6+6('   +!"5463!2#"&547"#"543227"32654&!6!(V{Zy wh3B^C\e2tNHnH%-#,^Rl| TT1}x)ANEՏTHV :W@T21,<:db`QM > /-+)#! : 9 +&'7672!".5463232654.#"!'33J!{^uffgf)`AF{5-<{Aij3-[LZ r-" D\g)5HR+)Nuh# N/-f@-@J?Uq^-^  +/w% 3S@P10/*< :ddb`M=M>"$"#) +#&'767#!2#"&54232654&#"#"'f91RH1^fj&3JPg)F#7lDhZ%XTL`%#5(șb:F=X}NRy J.D7 /7@4.*)< :db=M>#$/+#&'767#"&5463232>.54&/$72ug92QH2!OkN,!,8) h3= Z%XTL`%ϭ[P>'%)2))NUtVrH-F+- D%7S@H $#9@2  ZZ= =N  =N  >Y@888S8RKIFC6)'6!!5 +)"5476#!"'673!6323!267%32>54.#"'54732654&+"=7! # N'!%H7N5O! Q6j-1 -mp#T+m=ujM"R{tB=l=43>^5XcT/JE@  F} --j˒`N-o-)11)/mZ!- + 2NK#PX@C 4<@C 4@7  ZZ N = =M=N  >Y@333N3MFDA>960.%# &$$11+7!2>32327!"54767#"'6732>54.#"'54732654&+"=7! #0J)79V'qT:Id.X'=ujM"R{tB=l=43>^5Xc! @B!%q --j˒`N-o-)11)/mZ!L# *Ou@rNIH A/*!40<  b =M =M=N =N >MLGD?=8632)'#" &$$11+7!2>32327!"74767#"'67&"327#7#"&5476324&#'"5'>721J)7:V'qT9Jd.X'NPw^?a8K|F;\@狅V"B L#!! @B!%q yƸZB38@@a3){'^8 ;!R;:O@L4/( <:dbUM=M>333$%%)# +'"547# 4$323.#"3274+"=73%+"o9sfFyo''P3 eP  9#jw%`bzN-.R=X00)Fh (\2@T /L6 I KPX@Hb  bU  V= M =  M= M  >KPX@Sb  bU  V= M = M= M= M  >KPX@Hb  bU  V= M =  M= M  >K!PX@Edd  bU  V M =  M= M  >@Pdd  bU  V M = M= M= M  >YYYYY@$*)XVSQFD?=<:53.,)\*\&$!('$'$!+632#"&5474&#"36"'32654!""'&"#"'32632#"&47.7.54632>32\ N''& XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0d1/! wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%--R@71" @4  S M  ==M =N>Y@QOLJB@<96542/,*)3#33#2+!;2�'54;254+"=730%+"!4+"=730%+"32654'&74632#"&A6=O;5DD5=P =6B;A6=P#;5DJ7\VyC<} RRRR_RR}Z^F!1q+HD 2_@,<&  9K#PX@ =M>@bM>Y@  2 2/.   +"7654&%6327'767>7654'&5&527671wAìTyͮ 3 ' 'bNJ)^uͰ'üq\äĐdX^P  `Bs !-?N@K<?5!.(<:d K  =M =>>=:83#4#335$ +#"'%4&+"=737#"#"';2�'547325.#"=7!X;3;PqN5+3qG9))`1)11ZL8Z//Z#%$'-D^hM@HG;6.!@%ddbM= >Y@MMKJ:+;"%% +#"/7>32632&#'54?>54&#"&#'54?>54&/672T/R1b-7P 5-!5^/3P7,T^d!)-X'!//!)oZa'% // !)H-F! MSf@cQPK B=)$<: U   V= K >ONNSOSFDA>;942.+(%!   +"2654&46327;2&#'5473254'!"32&#'54726767.! +99V:kFd5,kv 0Q =9) '5X -1)+=9J PI J DM[@S FE <  dd  b  `  `VM=M= M >WUQOMKDDB@;9870.+)"     +"2654&4632"'"&546?4&#"#"'46322632#"&/3262"&547+::V9;fHFjiwrHH=T A)`y#9!-_3Z\udH: > ?+)@@)-=dbHFddwjmqz5+{&!7 5VX-/7! --9=L#XFN,* c@4 :9 KF SO a` &! <: d Z Z  U S L = M =L >^[YWRPJHB@>;7520+(%"cc# +'"547!4&'547325!32&#'54732676&#"=7)#!"32>746;#"7.+!2679`D7o>= O//1KPX@Cb  bV= M= M= M   >K*PX@@dd  bV M= M= M   >@Jdd  bV M= M= M  = M   >YYY@"#"OMFD=;751/-,(&"S#S $! +632#"&547">54&673262>2327#"&'#"&54$74&#"#"&546Z N''& \NlS P73D\R-Z`qnR/ruC/b ^L9H1>33d1/! ٠} FP9BFoH?V9{;Bv[xʅ1XoRVRVan)!7 5=-VL$,J@G&%#" <: 9dM=M>)'$$(*# +'"547'7&!27!"'"&324#9J{ ׮qLq}>kx}͠jw?"/t;zݽ6Fh #+3@!#-,*)<9KPX@#b=M=N>@ ddM=N>Y@%$0.$+%+(-$!+632#"&547#"''7&7432"&32656h N''' Kd9mssjJjsَi\eO>hFqHnd1/! KPX@.dd d  V = K  >K!PX@*d d  V = K  >K1PX@.dd d  V = K  >@2ddd d  V = K  >YYYY@'&[YUROLHEA?;9630.&+'+!'!+632"/&'4%672"#"/&5&! 32&#'547267672;2&#'5473254'!"'  +#3@   3 %T+ 1)#N;D1$: M673!}  "#J$ "I T-1)+=9J?@=9) '5X J3MVON' K1PX@:dd  b  `   `M= M >@>ddd  b  `   `M= M >YY@VTMMKIDB#'(#%&%$+3254/&#"7254'&"'"&546?4&#"#"'46322632#"&/32 %/ x 2#3wrHH=T A)`y#9!-_3Z\udH:%3  -\wjmqz5+{&!7 5VX-/7! --9=L#XFo Ea@^83< bU  V= K  >CA=:740-)'#! "" +>32#.#"! 32&#'547267672;2&#'5473254'!"js9 ~TP 3 %T+ 1)#N;D1$: M673!h}k9DC:I T-1)+=9J?@=9) '5X J5 =F]@Z ?><b  `   `M =M= M>FD==%!#'($%" +.#"'>32'"&546?4&#"#"'46322632#"&/32y`RA_y wrHH=T A)`y#9!-_3Z\udH:Tld\Rwjmqz5+{&!7 5VX-/7! --9=L#XF1V%d'@6;: LG TP ba 'K1PX@GdddZ  Z UL = M = L >@KddddZ  Z UL = M = L >YY@&&&d&d_\ZXSQKICA459!''!+672#"/&54%672"#"/&'4'54732654&+"'57!#!"32>746;#"5.+!267H'  +#3@   =43> RF+  +!:PpX!  "#J% "-)11)/<[3#)sKFy)%1;yFsB(=y*) @-ddd VM= M>Y@ =;#$&$%&% +254/&#"3254'&#"!654&#"%"&5432#!32!%/ y 1#3[HX32=43b ͨPw{%3   -3oj-fM+ћ+51Vo L@#" 4/ <8 JI  <bZ ZU  UL = M = K >LLGDB@;931+)'$  "" +>32#.#"'54732654&+"'57!#!"32>746;#"5.+!2671ks9 }TP =43> RF+  +!:PpX!h}k9DC:y-)11)/<[3#)sKFy)%1;yFs7 -B@? <UM =M=M>##$&$%"+.#"'>32!654&#"%"&5432#!32y`RA_y /HX32=43b ͨPw{Tld\6oj-fM+ћ+5b%K@ E@ 1,K,PX@(dd d  K =K >@,ddd d  K =L >YY@JGDA5337!''! +672#"/&54%632"#"/&'4;2&#'54732654&+"=73%#"'  +#3@   pI=43>Pq  "$J% #Z//(21)11Z5y=t@ 87+&K1PX@ddd[@dddd[YY@ ;:;%&%$+3254/&#"3254'&#"&#'54?>54&/$72X %/ x 2#3/1P3-TL%3  -F )% //')H-F%bm 3O@L-(< bU K =K >2/,)&# "" +>32#.#";2&#'54732654&+"=73%#"js : }TP spI=43>Pqh}k9DD9Z//(21)11Z55 -/@, ('<M == >+*<%" +.#"'>32&#'54?>54&/$72nVIy; Vm b/1P3-TLTle[ )% //')H-F%L%1=K#PX@#dd M=N>K1PX@'ddd M=N>@+dddd M=N>YY@'&<:64-+&1'1!''! +672#"/&5&%672"#"/&54"32! ! '  ,#3?  P{   "#J% "x6+Jh)/FB*:KPX@#dXM=M>K,PX@"ddM=M>@&dddM=M>YY@97/-&$**%&%$ +254/&#"32'4'&#""32654&432#"  %/ y 1#3)\e2tNHnwh39ms%3   -$ՏTo TTPVLo %B@?bU M=M>$" "" +>32#.#""32! ! ks9 }TP { h}k9DC:6+Jh)/F5 *<@9 <M =M=M>)'%" +.#"'>32"32654&432#"yaRA^y \e2tNHnwh39msTld\ՏTo TTPV-%/`\K%PX@[Z+ 36 LG7 <@[Z+ 36 LG7 K%PX@8ddd   Z UM =  N >K,PX@<ddd   Z UM =  L =>@@dddd   Z UM =  L =>YYY@_\YXWUQNKHEB*"(!''!+672#"/&5&%632"#"/&544&#"32677'"'.#;2&#'5473254&+"'56$32'  ,#3?  ucXMduuDz H`aXV3=Oq%=#`  "$J% #;@oHX%i/+//Z/-FB%DN@ IH <7K,PX@-d   b`N=K >@1dd   b`N=K >YY@NNLK="$#%&% +254/&#"3254'&#"632#".#"&#'54?>54&/672`!%/ y 2#3@}5B9.#:+%&5&#P30T^%3  -G+1D))%jP#// ''H-F!-o HK%PX@C B 4/<@C B 4/ @=  b   ZUU M =  K =>Y@GDA@?=9630-*'&"  "" +>32#.#"4&#"32677'"'.#;2&#'5473254&+"'56$321ks9 }TP cXMduuDz H`aXV3=Oq%=#`h}k9DC:7@oHX%i/+//Z/-FB%5 >@ 98,'@+b`M =N= >Y@>><;="$$%" +.#"'>32632#".#"&#'54?>54&/672y`RB^y }5B9.#:+%&5&#P30T^Tld\G+1D))%jP#// ''H-F!^%d@ QL2-KPX@*ddd K  = M>K!PX@&dd K  = M>K1PX@*ddd K  = M>@.dddd K  = N>YYYY@_]VSPMJG'338!''! +632#"/&54%632"#"/&'44&+"'5737#"#".54&+"'573%#"2>5'  +#3@   5<PqFrRf3<Ro-+hiVF+ q  ##I% ")1)11Zwh=3lщ1)11Z\i-dB`}K17BJ@DC21>&" K,PX@,dd  b K = N>@0ddd  b K = N>YY@HEB@=;3%"%&% +254/&#"3254'&#"#7#"&54&/57373274#/5737!%/ y 2#37LbFw{#@ BwD+wX9@7{%3   -5:@9a\1/>\LNs^L3b>VR^o LR@O94< bU K  = M>GE>;852/(& "" +>32#.#"4&+"'5737#"#".54&+"'573%#"2>5ks9 }TP ;5<PqFrRf3<Ro-+hiVF+ h}k9DC:1)11Zwh=3lщ1)11Z\i-dB`}K175 :S@P 43"!.<bM =K =M>85#%3%"%" +.#"'>32#7#"&54&/57373274#/5737y`RA^y 7LbFw{#@ BwD+wX9@7{Tld\5:@9a\1/>\LNs^L3b>VRF7D)@@92K1PX@)e UM= =M>@-e UM= = =M>YY@+*<:10*@+@(%!)% +.#"#"&#"#&73254&'$46322'>4'#"&546 !R#~u`XTww:#Ri^\dq9FkS +B#706 s^X Z \%4Z:%U[#''- 3!5LH>@,+@-e UM=M =M>Y@=<;90.(& +2'>4'"&546732654&'.54632.#"#"&6}9FjT+A!706Rdp/J5Rfu PbH/Dq؋/8LZ9%VZ"('- 4 5wkDB?D%lj9fk hV;9m)7nq9bE@A@2-@&e UM  =K >Y@>;741.+(# EE +2'>4'#"&546!2?.+";2&#'54732'4&+"'67J9FjT +B!706b-I !R?Xn7,3>5O5q+9lXBP! JZZ:%U[#''- 3!51 w7%1'/+//Z-#8v 1)'3Y@V<,+: U M=M=>32/-)'$"  +2'>4'#"&546727'"5#"=47265732'J9FjT +B#7065L?/sh%NH3-LmZ9%VZ#''- 3!43/]?@)#D1?@<"+<eU =M> 11 +"&5467>54&#'2654&#"'7672+1JX`ˢ hV8?X=Hje?uF۸{R1+B9!qLXfWyg +yXlF7+d #351/?@<  + <b=M=> // +"&5467674'"5>4&#"'77632'H|aqL1HG;;sNb˘oF?D1%);33HR`h }bwj#^r=5 %3-P[d@aHC 4/QQQ[Q[POMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!&'7673>PqqJ=4pI=43>Pq=J {^ugff1)11ZZ//(2 Z//(21)11Zc\g)5HR+)NuJL PJ@GGBAJ3.&< :b=M= >NLFE@=2/$" +#&'767&#'54?>54&#"&#'54?>54&#'"5'>72>32f91RH105P%#)=!B+:O3/"B L#!R@+I M=  L =K>Y@EB?<9620339" +74'"#"5&527673672;2&#'54;254&#"7;2&#'54;2 !5Nb=1k۬DhF/+/=O>/+9Hs)/=P;/+ ! !1THoC8 PPcR9/C@%872 @&$<9K!PX@6b  U= M=M= M>@3b  U Q= M=M>Y@ CA=<641/)'   +%2654'""327&+'>767&'#"54>324#"567673623k)p Nd!RHO @ә {v %)ZZZL\D!j! s\m{u7_A?tXV)t+D=)Bh3R8fFTL 92@/7% <=M=M>.,*+4&'">3 54&'46752!".54>7.!\X}dNkn2 d-EoX'Jf}DZVJri/=bBR{Fnd^{%sD' CCkd/HX5!9`J#J^FZ<JDJ 9+@(821(:dM>    +%254&'34'7#".5467.'.5476y'wL/`c^/BQk3hX9sLLR ## +%!767&#!"/6567!3!2>54&w1 U b,e#rTb[1XTTmD ')To;A)DtPL5#A@> < :9bM=M >## +%!654#!"/>;33!2654&)M3(+PPqBz'X^? mTy'w'^g9A+yzR ?P@M 2-<U   V= K > =;741.*'#!  +462"! 32&#'547267672;2&#'5473254'!"XLfLLf3 %T+ 1)#N;D1$: M673!jJJjJI T-1)+=9J?@=9) '5X J7@98@6b  `   `UM= M>Y@@>77%!#'(" +462"'"&546?4&#"#"'46322632#"&/32TJjJJjwrHH=T A)`y#9!-_3Z\udH:^gKKgLPwjmqz5+{&!7 5VX-/7! --9=L#XF1~V+V]@0+&3/ A@ E PO  <;K PX@OZ  ZX  U  RL =M= K  =K  >KPX@PZ  bX  U  RL =M= K  =K  >@QZ  b`  U  RL =M= K  =K  >YY@$SQNLHFDC>;9720*("  VV +"'7!'54732654&+"'57!#!"32>746;#"5.+!267!632#"'73254& 5' \7=43> RF+  +!:PpX!)&1@UdDPN)f7 -)11)/<[3#)sKFy)%1;yf?8N[#6T+Fts-8@'&<;K PX@3Z `UR M=M>@4b `UR M=M>Y@53/.*(%# -- +"'7.5432#!327%"#632#"'73254&!654&#"5' Z ͨPw{j3b #2@UdDPN)f7HX32=4 ћ+5ˁ+]>8N[#6T+oj-fL= )5KPX@(I  U M=M>KPX@)  UU M=M>KPX@(I  U M=M>@)  UU M=M>YYY@,*2/*5,5(&" #" +4632#"$462""32! ! !"5463!2?/-@@-/BZ@@Z'{ 9#?_??_??_??_?6+Jh)/ %-".F +;KPX@- M=M = M= M  >@+U M= M= M  >Y@ :80.'%+ +  +!"7463!24632"& 462""32654&432#"!5!?0-AAZBBZAAZ\e2tNHnwh39ms3%.#-/@BZ??ZB?0-?ՏTo TTPVL{#/;a@^<:UU  U  M = M  >%$:842+)$/%/!###!# +32+!#"546;267#"'&"'632"32! ! !}{o}$1${,EF"$-&j;F8X{ 5*)=4OD;5BH96+Jh)/F ,<@@2U U M= M= M  >Y@"! ;91/(& ,!,    +!"5463!2267#"'&#"'632"32654&432#" !5"%+9+3RR%))5-}FRA^\e2tNHnwh39ms3%.#-/G=51;A3ՏTo TTPVL1@.UM=M>    +462""32! ! VJjJJj/{ fLLfL6+Jh)/F$\K%PX@ M =M=M>@UM=M>Y@ #!  +462""32654&432#"JjJJj5\e2tNHnwh39ms^kIIkJՏTo TTPVL#/?@<U U  M =M>.,(&###!# +32+!#"746;462""32! ! }XJjJJj/{ +')\fLLfL6+Jh)/F  0|K%PX@+M=M = M=M>@)UM= M=M>Y@/-%#    +!"7463!2462""32654&432#" 5"YJjJJj5\e2tNHnwh39ms3%.#-kIIkJՏTo TTPV+ HV@S-(5! B= < UK =  K >GEA>;82/,)&$  +!"5463!2.+"=737" 6&#"=737#";2&#'547326!6!o1:-R08 +/53>7P8=1$.#,.R(313,31 /;/ //$$% FW@TB=/)6"<b U K =M>FDA>;931.*'%  +!"5463!2#"&5463232>?.#"'57327"76#"'5737"J!5!8Md;0kH04  #8%!7;T`;#yC!r[fH%-#,rIie48818#(hIdP731-/)`1/#? 3@$<9K#PX@U=M>K,PX@UQ>@bUQ>YY@ 31*('&! # +%27654'.'7&'4'&75676767367#632#"\\-IdgaBG#/B)7o -1?UR"1Z-;3J;#2RTG $o/H/;#13PZ-/!5dDKPX@,&% 4BKPX@2  b  UM=L = M  >KPX@*  b  UM=N  >@2  b  UM=L = M  >YYY@=;75/-+)$#   +"32644&#"7;2&#'54;255"'676;632632#"''7&5@J1c#3j +?M;%+d 7%%Lys qTOp19-ib7V} d{m\RRuI!jjb=V1md[3N'5 5K1PX@!40 <:32 9@!40 <:32 9YK1PX@%dUM= M  >@)ddUM= M  >Y@ /-&&# +327654'&#"#527#7#67573#67672#"''7&RZ!+L 1u"  +3;VP%1Z-93Hf` G!:%J6`+ !%F`Es-F3;%-6N^+193R.$)@&#<b=M>#$%+#"&5463232>.54&/$72!OkN,!,8) h3=ϭ[P>'%)2))NUtVrH-F+9 B@A 9 -)= M=M =M =M =M >@<  U=M =M =M =M >Y@=<860.$"$%$" +%'32654&#"7&"3277273632#"'#5#"54>324'"5& 9>woMLqBfsbRNI +urk^tչ}RnNsZL\B ( =uL첖X uӏN492--h3#w!=- K}@z2+=< M= M=M =M =  L  >HEC@<:53/-*(" KJ    +"7'32654&%"327&265#".5432763262#"';2&#543?+f HE{igmbm^L;V- H^sd4ɓ[=' `הnX6 '=P;#XJRܙĞͺ+;B%+7VL7/'Lk-#55 H@1. ?:"@*e V == L  >Y@HHDA>;740/$#1#2%#+%#"%3/;32&'#7"#'5472676723 ;2&#'5473254'/ :!lKtO[ V*+ 59h )#N;DYi1$: M673!~ rI `W)+=9J?@}=9) '5XF &G@D   <be=M=N>(&#!+%3 7%"'#&5!273&' &#"t=᥶fptjCiUP' #M@[Nk1de^+qR'J'I@F!   <:9bM=M>$(#%&+#"&'327'"''7&7432 &#"?.J8/->Lmw(bp=/hK~!;Tu/7:X1A/&gz'5_-^<¦-5G@D ! &<Z UK =K >53#3$2#"$32 +4&+"=73%#"!2+;2!'54;265#"746;5<Po EHP-B!A%1)11Z+^ى)"/:!)39L@I4  -(<de M =K >75334!'4 + #4&+"'673!7332?.';2&#'54732'7#"f+9lXBP! J+h-I !R5?3>5O5q+7,F-#8v 11 k?bp/+//Z?%1LHC@@<bQM=M =M>&$&9&*" +732654&'.54632.#"#"'32767672#"'.'&6LRdp/J5Rfu PbH/Dq؋ '=) $=BH  C2+kDB?D%lj9fk hV;9m)7n$0 fD)!% 1% qD89@6b``M=L >$$&22<+;2&#54;2652>54&#"##"&54$32C-1363 );T=) jDpwdB RJ3V 3WR/+-7oC/+31)/#Ak`1V; 1" +?9+- 6KKPX@#/. 6<KPX@#/. 6<KPX@#/. 6<@#/. 6KPX@0Z  U  UM =M >KPX@*  U  UM =M >K#PX@0Z  U  UM =M >@6ZZ  U  UM =N >YYYY@777K7JGEDB%)c3##3&! +32654.#"4;26=#"746;4&+"=73263 )'32>54&+!2#ru+IH)\3h%;#%C>9qT31V`D stHe/'{"2!)/%-N%RۚR1)9a`3+h/8J@G10 < b``M=M>86//%!#'(! +63232654&54632#"&54."#"&54>327>54#&swrGH=T B)`y#9!-_3Z\tdH9wjmqz6+{'!7 5VX)-/7! --9>K#XE73 #K1PX@<@K1PX@"bM=N >@-bM=N =M >YY@ !  ##  +%27&#""'#"54$32733253?T DjNh2jy!uXVmnNX#{gDD 11q{g $K*PX@<@K*PX@"bM =M>@-bM =M =M>YY@ "!  $$  +"7'32654&%262#"'#4#"#46BT BlNff4h{߮yT9ln)XyfEF0!yh /F@C #<bM=M=M>&%##%$"+%'32654&#"7#"&'&#"632#"'#4>32o ;>uoM`Y=3?8fTsySm5LhL)uLT%+'%V7붠s0w^7c.@+<bM=M>$#$$!+632#"&546322654&#"#b7/1@bTuimv{Z1B5+æم;1{7F@C4<9bUM=M>75/-'&" $"! +4#"3267#"''>7>7.5432".'.#"6325 ;!Js! }} uRk= +fm@=!+gQ} y 7 (/;pa'7#%%%+)Ɂd196@61 %@2bbR= M=M>Y@530.(&#!  +"327&7673727632#"&'#"54>324#";X+1NH#RE @Q&}mm7r3>u RsZJ\D!j9CqwAoM#L3t <NV-%;g+l53 6@. "KPX@1bbM= M=M>KPX@0ZbM= M=M>@1bbM= M=M>YYY@53-+%#!   +"327&#"'&#"327#5#"54>325467672qbQTF @>5 # %oujPq\J\BIVPZ9ُϴL3t%+PRN{ X;++yq9CA=`=q $@@=$<bbUM=M>$&$!$+#!.#"332654'!"74>32#"'= B 2=+3J=hs`P5PV TPn+jqӔ +9ejL/߸=j /@, <SM=M>##$&$+!32>'62#"&543!54&#"uX32=43bͨPw{/ok-f+ќ+5+ >6@3310,&%#" <:M=M>;9$(' +4'3264>7&#"'>326767&'4&='#".{ K%LyTgHomB9otbV' ^8B\51Y --+e\?T9TaJhDwX5wAT`o-N;;LHF93C\l\_:VGJ5K*PX@ <@  K*PX@(b UM=M>K1PX@-b  IUM=M>@.b  UUM=M>YYY@ 42!$$-#" +%327#".547.54>32#"'&'&#"363632#'&#"BVC\:qL RK#KbI)X#- +Ds 5#fi7!?JPmwH4VT-I!XE#PT5^;+'EL TV+3`P#2mK*PX@ $.- <K1PX@ $.- <@ $.- KPX@(b UM= M>KPX@'Z UM= M>K*PX@(b UM= M>K1PX@-bI UM= M>@.bU UM= M>YYYYY@ 1/+$"#"!" +%4&#""#"54322'4&#"'"&54632#"'7326+J?!,hf#5sC+)1'T)LLT!Nqˋ7\DVR`3+VT[F'+;^VFW!J-TV4HwmRKK*PX@841(=GF <+*"!:K1PX@841(=GF <+*"!:@841(=GF <+*"!:YYKPX@'Z UM= M>KPX@(b UM= M>KPX@'Z UM= M>K*PX@(b UM= M>K1PX@-bI UM= M>@.bU UM= M>YYYYY@JHEC$""!" +%4&#""#"54322'4&"'"&546326767&'4&'#"'7326+H?+hf9qCR1'T+J;3adRL5J61`9>!Lqˋ7\DTT^3+VT[F'+;^ w';/+' XELB)C+k'?J-TV4Hwm7-@@=#<UM=M>)'--  +%2>54'#"5432654&#"2#"$54$'?LP%oYV}LyD-T{R!Ź'w;/o'=B%'dRH3J^L!3XV1BHd+{+}@ $@)b SK=N>Y@++332$$ +##"&5463272#5354+"=737#"Jr`9/7>J+:9<9+B_!J76%,9!p_5""5=h# A@@8b  b QM=M= M>Y@ =;75,*(&"  AA  +%27&#"267"&54325467672#"'&#"#"&54632`V =KZZ_@3d%3 LZ^m@3=4BPXZJ򮜶h7HA=c?%-NV\JN{e@DuL#-%%)N;+ .X@U<bM=M= M> +)%# ..  +%27&"267"&54>32673#"&54632dR =5=17PVXJ嬋+7yyA/+yBsK%+"'u72@ 21 @.  bSUM= M>Y@ /-#$#3$ +4.+&=37#2"5432653#'.#"3267 5=A #udJ^NP9^%V7 5  '.+`\Ɯ^>/fT{@8@5<&<QK> 9641.-!@ @! +72'4'"&54?&'.+"'537+"67674#&'537+"Xp%\13?G9! #% "5BD fB9?9L>/Eyy#53T/JX'55#3{{D`-y/-@*)#<=M> "!/ /! +%3274'"&546?.'.'52>7>3wXs:"a-94o>$' ) 9{7N-Y75 qF>9:HN>-Td@+-P;D/BAH)NfFB HM'b{/%1u%'Ly<I@F$ <b K=M=>:726"225" +3274&+"=37+"2?#"&54.+"=37+"&8mv %=P<' =>Wnl';N>% =ov/!11 T R!/%d11%+LET@Q43@;(#<bM=M= K  >EB?<4#333&#$& +7467672#"&'&#"63 ;2&#'54;254'"7;2&#'54;2L\Vb=4=7#3 +'=M<'+qB('=O=')"A=c?%+)%TZLN{fTRRR'+Hs@ FEKPX@:b ZM= M=  K =N>KPX@9Z ZM= M=  K =N>KPX@:b ZM= M=  K =N>@;b  bM= M=  K =N>YYYY@A?=:86.,(&#! HH +2#"'&#"32>54&#"54>3232654&#"#"6354+.5>o1-%7+ gmX1^fL3m%)$:=3>j+ ;N?;-^5H3RFJETX4N)++%9i}Jq3!51 4ZX 5 '/k@  @US= >Y@/.+*''9 +#&#'54?>5#5354&/$72462"X/1P3-TLGgGGg7P)% //')IPZH5 =%f['gGGgG3@0<b=N>$" +327#"&55"'676763+jT#Ljsh m= 7)HVJ`e^TI77}&0@- <M=K >3343#1+4+"'5730%#";2&#'5473265X'J'X'1'P'1'Z11Z/+//+/h6F@C 621,$<bU=L >$*>%2+4&#'"5'>723267&#'54?>5&#"'632#B L#!%+9(05P3/))5-} ^8 ;!R0G )% //') 1;%0;@-('  @'bU  U= >Y@111;1:75004$)9 +#&#'54?>5#"&546324&#'"5'>72#.#"3i/6P3/Py^+M#A L#!/B'ZVJF_)% //')L^9Ft^8 ;!R!+;D-5X%3@0<b`=N>&$"$+6732762#"'&4&#"X\-+-/4'IN#!5+J8;5^>B);BX TV61//EJf@c F G>91<b`  bb= M= =M>JH:$"#) 2 +4&#'"/>72#!2#"&54232654&#"&#'54?>5#"#A L#!^gj%3JPf(z/5P30;,^8 ;!R#5(șb:F=X}-)% //');<uYJ@GHC1,;TU<bK=N >XW:(3(="! +%##"'#".54&/&=737327&54&'"=7373274.'&=737"5u3Nc--7PbRhw5/P`T^w!#R7+T^d1gfP'!//R/d5B1#//R3b!!) // )H-E!1%y#Y@}W3-'K F> ? <   b M =M=  >$$$Y$XURNLIGDB=;85210.,+*(&%#   +"'+"3274#327&54+"'+"'0773077307+"327#7"&'#"&54+"'57V%*&)T; +TP )'+ 0'+rPN<&+^ J&L{Nqi)'=-P1PP-9PHPPsN$jD5yP%/[w@t<6 A 5  +%<  bb M  = N =>SQMKDB?=;9430-*)(&$#"   +%2673254'"734#"7;2�'�'54;255"'676;632632#"&546327676)-'+T= +TP )'=PN;')^ I!'L{Lri);F\q5)=  !HRδ R%8XR RuK%jjE6{>FL7%#B~-R8@ )(@1b  bM=K = N>Y@ 87#&$334"% +75"'676;632;2&#'54;254&#"7#"&54727b;!)Lys+&=M;+#3j sHydh\JD uI!jjTRRm\~D@"54+;@ +*@8b  b  `M=K = N>Y@;:87#&$334$% +%527&'&+&#"+"63754+"54632'32654'"3'b@%"Jyr)'=P>+"4j pHyfg\J DuI!HjRRRm\zD?#54/w{6A@>( <K= K =>30.+$" 65 +72654&+&=!4&+"=37+"#"'&';2&#543 F5H ;=K<; 5'F(HR ;=M>H 4A11/%77!3X!)8\The3!35F,F@C&<bbUM=N>!%$!#$("+432#"%.#"63232326545#"&#"Fwh39msx\ZdNJ+u!" 5lFHn\E+  TTPV͌$-9Rr?@9w 3ҶK#PX@5Z  b USM= N >@;Z  b Z USM= N >YY@/-,+!#!%&$" +4'#";4654$3!.+326=3#54&+327!".;A1uN%}'TTP-#%Zy^B?V-! DI%#"):\9,3@0 <bM=N>$"&&$$!+327&5432324.#"#"'"&54!2'u?3}@bP>Y@ 9876! +>5;2&''5432=.54>74'&'273?U" Mg+'=N<&+jZ9\?%?sh)'d{R&!oR$#PPTd{_(hh@ y6 4u0o@+*@!b`=M>Y@00.-="$!+%#"&54632327654./&'5737"'73}5B:-#;*%&5'#P30T^dH+1D))%k"// '' H-E!1,@'" K#PX@$Z`UM>@%b`UM>YY@ 335$"% +27#7"&54632#27654+"'5737+"dH(NylRdK:s #P+9=N=%+jYRL&ed:-)C7u%IRy8@6 *)@<b``bQ  K =M>Y@520-'&&%! 87 +"327632#"&'3#"&5432#2674&+"=37#  c3Lwo Lto\;J P !=R7-)-}{R)H6D= FF+`C lB1%33o1,9@6 '"<bPM>339$"%+5"'676;632#"'&7;2&#'5432bM#N{lPdJ9w%L+;=P=%+TI)ff;+)D8p)P!!-@@-b`bM=N>Y@ #"'$"+"567362#"&'.637327632#".'5YWl\mZmL@7C R%/ imL^D\7KL95/:D! q7kצ%NB?RMs$TKPX@ZM=M >@bM=M >Y@ "$&2"1+%;2�54;25467632#"'&#"9;R;7;PVZjG-j T31T@=G@-+J;'"PKPX@ZM=K >@bM=K >Y226$"+%4.##"&54632;2&#54;2`k+JkXVR;8;V;:?';J+-?H=BĒT13/w 5S@P# <SM=  K =M> 30.,)(&$"! 5 5"" +4&#"3262654'"&#"'5!273"/#32&#54yXc?PT%%3Vss9J3aPALC 9@uHtn2l3-)}bFޓ7/!79w-7K,PX@ 3 <@ 3 @4b  Z  U= M= M >Y@6420(&$" -- +"=307"367632"'#!54;654&4&+326RBL9 C!)B%J/LD;srX@31TP?bX-<91Z3RD~Fb{)-0l3BntL8Q@N+<bbRM=M>43/-)' 88 +"=&'732654&'.54632.#"#"&'3265462Rdp/J5Rfu PbH/Dq؋+`%6)-QkDB?D%lj9fk hV;9m)7nI9!%!BloP&KPX@$Z`M=M>KPX@%b`M=M>@"b`QM>YY@"  && +232467672#"&'&"#"&546%+1D3^Ro{?-9, \6XNbV=7^sL?]3!-!!FN=P=/oP6KPX@/Z bUM= M  >KPX@0b bUM= M  >@-b bU  QM>YY@20+)&$"  66 +232#"546;467672#"&'&"32+#"&546%+1DwJ6#h3^Ro{?-9, \tJ9#b6XNbV=7^%)1L?]3!-!!F!1N=P=/oP'KPX@$Z`M=M>KPX@%b`M=M>@"b`QM>YY@#! '' +2#"'.5"#"&54632327>/=V`PX5\1'-?}qM^4C4/=P=NTyE-!3]@L׶795@ ,+! K.PX@bM=M>@bQM>YY@ 42'%#'" +32>7#"&'&">77#"&54%5467672!%%!=/9, /D !8Bdg7Js03^Ro{#'pVX!-!!Fb/pE  wV'$#"#"+%4#"'6232#"#"=435L?0si%NH3-LX40@@J)#7g:KPX@ZM=N>@ bM=N>Y@  +2# #52767573#327>T/Pwٍ{ %  /1DL'`5%%F`w1-7}08[@X)(8  <  b  S K = M>752100-*'%3#"+##7#"&=#5354&/5737!54#/5737!327D7LbFw{#@ Bw>9@7{D+wX7P5:@9a\P1/>\Lb>VRPs^L-w1f@1% @bM=M>Y@ '!)&$!+47!.+'#"&54>75#"'7!232>54'mK>#N 9kH7L #)/)hVy37?F"򚮷9{{H1!C)tuDdL-@*<b=N>%#("+32654'&54632#"&55"'676;^bmV{D;f7%%L`sF!1qר+uI!. @*%$<= >)&<# +7>32&#'54?>' &#'5476{*#+5 "1"}R"-ʹ)=Ro}?-/;&, 31%.'  1/ H,@)C>=/#  <= >B?53-+": +% &#'54?>' &#'547>7632>32&#'547>\@81R#-I [>=#;D' $+/9@T-3( 31%.1 1/99z\Zy"+/D@ 31.L9>@;)50"<bM=K >#3'#$% +7>32#"&'&'"32&#'54326'2&#'5432T7Nc;0kH04 #9%!!7;T;#yC!sZgLIid47819 #'iIe8P831-0`1/y<1@.<(<K=K >227229"2# +%32&#5473>=&.+"=27#"764+"'563#7}99Z7= H =-3# u 13ۍ0> $777 61:7%:7!)}B51@.$#<=M=N >$11&%+.6?!"74767#"'6737!2>32327#67>;5&qT9Jd.X'D1J(7:V'5;]#C 1TiHj!%q ! @BN ) '?D1{ 5L@I<: 9UM=M > 1/,+$! 5 5#! +%4#"326#'67#"547#"'3!2367632;'HV=HR3 +u! # D} N%U13@JD{?C4/8qyh#s9F3 σw9JFKZm+/w(E@B%$<&:db`M=M>"$"#) +#!2#"&54232654&#"#"'^fj&3JPg)F#7lDh#5(șb:F=X}NRy JJ` 8@#"%1, <:/.9K#PX@0b`M= M=M>@.b` UM=M>Y@ 42 8 8  +267&#"265#"!"'3!27&'#"&546L}u7P^)}/ %xH/ P5cb7420" :9 +72>5467>54&#"##"&5463232&#543 ZR%+$K@9XT/1R7:5'+' %;M=HZ`V':\3NV9-)7+Bp>-#/b?1%31#+D97@4bM=M >,*"  99 +%32�54;>54.'.54632#"&547654&#"P%=R>% ())3:5±T1/TX9?M<95>9H13%1}?b.$->qA+7)-  9VNJh>9LC!#+-;@@=b`M =M>-+'&"  ;; +#"=307+#"&54632332654&'.54.'=R;' '+'5:7ŰP3/TX9?L;95>9 13%1?b0"->qA-5)-9VNJh>9LCZVDE@  @QM>Y%%$$+34>32&"3267#"$Vk嗑f^yTk^J馕=1\_j?wQ4D &8@5UM=M> #!     +"&4632"32! !2=NT75VRa?xg?_~fRoTR97SF6*Kh)/b;}<K@H('32<UM=M  ><9-)&# *4 +32654&#*32654#'5473274#"'57732+'mVNT[ G`cA?DE ^u7TuC`TDZ? ;VbH/XVF 7dFonNXy/-@@=#<UM=M>)'--  +"632'"'32>5".547&54632?LP%oYV}LyD-{R!Ź3;/o'>B%'eRG3J^L <3YV1AHd7oB@ = 32 K#PX@9  bU S  U M = M  >@?Z  bU S  U M = M  >YY@"@?<:6410.-+(%# BB +2#"'&'"3#'.#"326754.+&=37#2"5432653>%+%!Y ^NP9^%V 5=A #ud+!)u+`\Ɯ^>/j7 5  '.x~B}OM@J  HD3/<  SK= K  >MKGEB?<;86#5$#3$#2+4&+"=7%#"!54&+"=7%#";2%'5473265!32%'5473>555  )55+   6376  +9\7)  57;% 75 #==% 77 %=; 55 <; 57 :L'/s@"&!  @bUQ>Y@/.+*%$  +2>77#"54%&54#"56736462"&!%4 ! }/)byj!JjJJj'sVXT#!7 uZVV< kIIkJ'+syNY@VM10,H I <b   b K =M =  >LKGEA><9>3362"  +%#32�54;2?0&+"&=3%+">754&+"=37+"327#3%7GB9)s9#!-P#'%w%!'  %=P;' q Rj+13^X 11 !'78 !1!11%-ZP-%F!`yl@%bXK=L >Y@#226+7>54&+"=3%+"327!563 >;Z?9 N!9H 2C-!33/-;-) Bf@c>= : .<b M = M=M=K>A?971/+(&#!  +"327&#".'&#";2&#54;265#".5432>7672`m`L;X=6-7 '1  #=R=% D`ud4VJ9cX`9ʞʹ+=%+TZL9B755%1/TLF=c#+DGO@Lb`SM=  K >DA?=9843)'#! GF +72>5#&5473>7>54&#"##"&546323#32&#543  :5-%+$K@9XT/1R7:5%('  %;M=HM2f@.':\3NV9-)7+Bp>- +W71%31#+DEI@Fb  SM= M >A@<;20(&"  EE +%32�54;>5#&5473.'.54632#"&547654&#"3#P%=R>% *%'3:5±T1/TX9?M<9,69  H13%1G6X(#->qA+7)-  9VNJh>/?e3!Hj8BLr@o3.-& JICB96 <b= M = M= N = N>HFA?;:885%#$$11+7!2>32327!"'#7#"&5476324&#'"5'>7267&"32767#"'1J)89V'c >8F;]?狅U#A L#!Pw^?aDKd-H! @Ba3){'^8 ;!RopyƸZgq :L/ OV@JED NM =P +) 0,< b  b  bb = M = M=M =M>VTIHC@;942$"#) $+&"327#!2#"&54232654&#"#7#"&5476324&#'"5'>72#Pw^?a^fj&3JPg)xr|F;\@狅V"B L#!=-yƸZ#5(șb:F=X}G @@a3){'^8 ;!R >L KU` K*PX@%1,+54$ ^]L U< 9@%1,+54$ ^]L U < 9YK*PX@Eb  U= M= M = N = N>@Bb  U= M= M = N = M>Y@" YWTRNMGEBA:70/*'"  K K#! +%4#"326#'67#"'#7#"&5476324&#'"5'>7273!2367632&"327#"';'HV=HR3 +]96F;\@狅V"B L#!} N%U13?JD{Pw^?a! # Z?C4/8qyha3){'^8 ;!RO3 σw9JFKZmyƸZ|s97):<@9 :bM=M=M>:$,$ +7#5276'573#!2654&'.54632.#"".s%w -Du36A}e)?G4Fh}^jgj)oP9-')Pj#`PGTk15L5h7Nj+NR-q5DC3-J)=y7>@=   K(PX@=b bM= M= M= M  >@:b b  QM= M= M>YY@"888>8><:31+)&$  77 +2325#"5#"=4726573467632#"&'&#""&546727R+1 DTgh%NH35\Ro{@-9+ \5XNbV>u52"7^*6]?@L?\3!-! FN=P>/)1%Tg@dQ9<,+ :9   b  U M =M=M>TRLJDC?=8642/-)'$" $"! +4#"3267#"''>7>7&'#"5#"=47265732'#727&'432".'.#"6325 ;!Js# E2lh%NH3-L5<-P uRk= +fm@=!+gQ} y 7 (/ 4r]?@)#vpa'7#%%%+)Ɂd1Fs@<ZY  Q KPX@I  bM= = M =M =N = M  >KPX@E  bM= M  =M =N = M  >K!PX@B  b QM= M  =M =N >@H  b  ` QM= M =M =N >YYYY@pnlb`^XVNLGE?=;:97$%%#!+4#!323"'&#""54?>5#5354>32#"&'.#"!27363 #"&54>32654'"732"&#&#""#54;>5 93F/RL/ a 5' PJXH1?N > GFHly7XN{F1) \-:mJ !=dba a 7' D5!136`h'FqK+1=)P`J5+iZjVP91!'X511"212@K@H 3+<b=M=L =M>"1)&&2+4&#'"/>72>32.#"#"'&#'54?>5732654&'.#A L#!qu PbH/Dq׌#F30+dq/I5RR^8 ;!R0Pc9fk hV;9m)7n/')kDB?Dy1:T@Q,'87<1;9b= =M=L >::);1$11 +7!2>32327!&#'54?>54&#'"/>7267#"'6791J)79V'P30#A L#!*R5Kd-X'! @B/')^8 ;!R4|q 1) E@$E@)$#4 oji[V zbON KPX@0  b e    U K  >@7  b e  U G M  AYY@%~|xvsqnkhe_]ZWTRJGDA><$##36#3(1++"'.#"=737#"6&+"'5737#"#"' #"'.#"=737+"'.#"=737#"6&+"'5737#"#"' #"'.#"=737  va N'q +uy'R+T1  sq ! 72  va N'q +uy'R+T1  sq ! 72  /' ## -4) ## Jg/) #) /' ## .3) ## Jg/) #}/4@1beSGK?+#!#!#!#!9 9f9 9f+-1C]@Z1  '<  bbM= M =M=>><75"3#4! +3274+"=7307+">76"#".5'3#".54632qB +%?N;') ' =Pb11iHg5Z '4H?\:#XPPNu 5! f2GeRV'!19LPx7/;BP@M<70/<K=M=M=M>334'%'%%% +%&7632#".5".5#".546323274+"=737+"+/^ '3HVu;Li5Y *1H7P1 s= +'=O;'+sX' 1:Lf@) d  dUIL@Y@ 53#24$#24" +67363232&'5473>=4'";2&'5473>54'"\E\R! N1 f1L R5}# !h% %% #]! %% #5 XA@0<7$@/bUU I K ?Y@A>;84#334%"$# +4632#"'&#"632;2&#'54;254#";2&#'54;2^o=RL.7Xj=J/\+o/TV$/ ^)n -;Łf3#+'P'5ZXXR/ ## /+%/ ## ) $F@C<b`UQ >#!    +2"&5464'"'673#"&5432326=#5#! !'u?)-=-P+'+#;"#"_K7)Xq-3'3;u-)8@5<ZbPN >""!$#"3 +;2'54732654'"'6733632#"'&'"% %#+y9RJL;# 1R# && C7)yy@5 H )KPX@$bZQK >@*bZUIMAYY@ ""!$2"3 +4&+"=7+"327#7##"74323276% %#+y9RJL;! 1# '' !7)yy@7 H/ 1KPX@4bZbQ K =M>KPX@2bZbUQ K >@8bZb UUIMAYY@ /,"6""!#"" +327672#"'.5##"7432327654&+"=7+"h#-%+P-=-)RJL;! 1% %#-w;5'3/oy@7 H# '' !-+4zKPX@  1 <:KPX@  1 <KPX@  1 <:@  1 KPX@(  U QM = M >KPX@+  U QM = M >KPX@(  U QM = M >@& U  U QM >YYYY@420.&#! ++ +"=7307#"37632"#!54372654&4&+39 H/h!`/+]7$/1@L /5=F'#!w%aK4VN#o#-Hw Eh@E@)$4 @e G M AY@DA><$##36#3(1 ++"'.#"=737#"6&+"=737#"#"' #"'.#"=737 w` N&q +ux'R+T1  rq ! 71  /' ## -4) ## Jg/) ##>r@>9<::KPX@bQM  >@%b UIMAY@ =;("$'##8! +#"654#"=7307#"#"&54632327654'.#"=737+53 V-X9!H-5!A)J' 7'  ;  #! L/1H!%6e+ ##Z)%KPX@ e>@ d[Y%$ +#"747632) } +1y +u-K1PX@ d[@dd[Y%&&$+#"&54?632'"54762  $%. x 2#3z %3   -;3#@ <R >  +"&54>7327D+\A ;@^Z;=L3# X)%TE;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TE7FD @eM>Y@   +2#".546`^?< B[+DFFV%)X #5L<9]dF9@KPX@M=M>KPX@M =M>K#PX@M=M>@QM>YYYY###"+#"'732654#"'632b) L=!-h5q~ b ;Pb ZF9@KPX@M=M>KPX@M =M>K#PX@M=M>@QM>YYYY#$#"+4632&#"327#"&Za+L@JB!,fJq~ b ;PLTb s @bcM>$&"+4632#547654#"#"&sl\HbGL^R?H+/ +# 3RZE98;<9HBA3+Xs @bcM>$&"+4&#"354'&5432326l\HbGL^R?H+/ +# 3RZE98;<9HBA3+XJ+"+5ouVuJ+"+%557ouVuB3@<e > +#3#uVu8n?3@<e > +3#3tVujnw%^ 59K PX[KPX >[YY  +&''67F3RL3;^q'RXN\'^yJ @ :[ +#&'767f91RH1Z%XTL`%P,KPX@ K>@GK?Y +#3rrPqym @IMA   +!"5463!2!5!%.#-jV ,@ d[Y$! +632#"&547% N&'' 1/! \%K!PX@ e>@ d[Y%% +#"/7>32s/S1!)-u@:> +"'6')'H' Ro^ @IMA   +!"7463!2} '*J?` - @ d[Y! +632"'%J?L2T\Ju KPX>[Y   +"54?y/% J,9<% s JLf=$@!<GK? +!7J=JDf;@ 9[ +!J;B+J+@(<UM>###"+4&#"'632#"'7326<5,PssP! 3>1>N sqP;B?JO@@UIMAY#$#"+4632&'"327"BrN%#3<<3 Ns N>13<PZ-j @:K>  +&73563b3%-)1%5%Z;y %@"9GK?  +#'5#&73%)1&5%^J&@# :9GK?+'5#&73563#H)1!--!T#5%}--TZ@GK? +!&7%/+5%9/ws @ :IMA%" +3267#"&'}y`RB^y sTme\@M> +462"IkJJkfLLfL; *@'UIMA    +"2654&4632"+99V:dbHFd5-P@:M>! +#"&54%27-V{Zy/+v"/A^D^R+l3GM)BNhqZ@ <:KPX@QM>@IUMAY@  +267#"'&'"'632%+9+3RR%))5-}FQB/H=51<B3u-K1PX@ d[@dd[Y%&&$+#"&54?632'"54762  $%. x 2#3z %3   -PJ=&@# <:IMA# +6727#"&547PuBb@A/Xt Ta`JN#)b9@3Dd}"+'&'0'7'67677˲    ! !\w-7i@$ 6@UIMAY@1/&%# -- +"&54?&#"=7327"769327"'2654/-7D#DD=V;oy !-F+I7VL;!/ A1+#54'"'67 R5}#\Eg! %% #5 - !9*d)@"bUQM >Y@ !-(#+332654'.4632."#"&#"69-*+9)9wTIrNo70NR5%533DNT+!`L)%''N1#BX#P;+'%$-7%9L1Bp@ 9'<;.9KPX@  QK >@"U I M AY@B><;3")! +436767.'&'#"=!765&=!'"&#"5474'&'2&#"E f  HN1 81'B-Hb+ HNH+-/ ?5N?TE)) 2P )%1\7-+ FL+56F@C&<bUIMA,*"  66 +32&'05473>=4.'.54632#"5465654&#"{ P3 !k`X'7D/57Od %% !%=J+NYZK/ %1G3FThcX @<d[ +7'373)l\!V?XF NKPX@SK >@SGK?Y@ +5!5!//XXZZh1@ *!K#PX@eM >@eIMAYY@-+ 11 +2'>54&5"&546%2'>54&5#"&5469FjT-A%708n9FkT-B%7/7Z;%VZ#')-6 5Z;%VZ#')-5!4'\%K!PX@ e>@ d[Y%% +#"/7>32.R2!)-'V ,@ d[Y$! +632#"&547 N''' 1/! ` @9>  +&''67F3RL3;q'RXN\'_qZ@ <:KPX@QM>@IUMAY@  +267#"'&'"'632%+9+3RR%))5-|FRB/H=51<B3%m @IMA   +!"5463!2!5!%.#-; h @IMA   +!"5463!2+! !),/s @ :IMA%" +3267#"&'y`RB^y sTme\)X'V@M> +462")JjJJjfLLfL)P 3KPX@ M >@IMAY"+4632"&462"s?/-BBZABZAAZ/?A[?@[A?/-@9f?%@"bcIMA$'%+#67654#"#"&54632;??151%_=JG38;BJP'!? %%MOT *@'UIMA    +"2654&4632"+::V9;fHFjh@+)??)->dbHFdu-K1PX@ d[@dd[Y%&&$+#"&54?632'"547626  $%. x 2#3z %3   -s;yh @ :[ +#&'767f91RH1;Z$XTL`$P!,KPX@ K>@GK?Y +#3ssPqwP3KPX@ K>@GK?Y+#3#3qqppPqo -K1PX@ d[@dd[Y%&%$+3254/&#"3254'&"!%/ y 1#3%3  ,/=*@'<UIMA%#+462"'3267#"&'6M88My`RA^y qM88M68Tme\\5 @ 9M >%" +.#"'>32yaRA^y Tld\-'@$<R > +"&54>76329FkT-B%708[;%VZ#')-5!57I@ @eM >Y@  +2'>54&5"&5469FjT-A%7/77Z;%VZ#')-6 5B?@  @eM>Y%" +#"'.54632!/7(PATmE:17!3 8P#ZV%9]37I@ @eM >Y@  +2'>54&5"&5469FkT-B%7087Z;%VZ#')-6 5J?` - @ d[Y! +632"'%J?L2TJu KPX>[Y   +"54?/% J,9<% s j# !@ :9GK? +'5#&7356)1&5%+3%\% !@: 9GK? +63#'\)1&5%3%H @@ @eK>Y +'5!.67!{!j!dH@dINB)!" ++532>54'.5432_S22)/712_9JRPZ5')5#Pjw XQ@ @UIMAY!$"!+3263#"&54632"&#"  RnwT ?  +&73563Z3%-)1%5%R;y %@"9GK?  +#'5#&73%)1&5%B#&@# :9GK?+'5#&73563#+)1#--!+!5#-+B@GK? +!&7!#-+5#*@'ddN>  +2=23263'"&5462` V-)5bn@!%!9u.@+:ddN>  +"703033265462')`%5)-: %!Bm @IMA$ +462#"&B^?A-1@1=A-/@B} @IMA$"+4632"&%462#"&A-1@B^?jB^?A-1@1=A-1>B-1=A-/@Bd !@UIMA#"+4&#"26%462#"&A-/@?_?figIHf/DFZGG-FddgdRm@ @eIMAYY@  +2'>4'#"&5469FjT+A!7/5BZ9%VZ#''- 3!4~Hu@<;K PX@ ZUINB@!bUINBY@  +"'73632#"'73254&\5' dF-2@UdDPN)f7 t?8N[#6T+F%?@:M>! +#"&54%27VzZy/+v"/B^C^R+l3GM)AN+u@:> +"'6+')'H' RTL_@  @eIK?YY5 +'5463!2"'5!F%5&#m#!3;j&@# <dM>""%%$+#".'#"&'6732763232+Y4+B#R!3Z /IT/ 1PN yRA^H\=bb (:K(PX>[Y  +&'767+=)TN'H=d`XPhqm3uX @9[  +&''677+AR)K\qHTep3` @ :M>%" +3267#"&'9yaRA^y Tld\'j @ 9IMA%" +.#"'>32yaRA^y 'Tld\N:@7 <:IUMA  +267#"'&#"'632%+:+3RR%)(5-}FQB0G=51;A4^3 @IMA   +!"7463!2 '*o"+'?=/T5H:@7 <:IUMA  +267#"'&#"'632%+:+3RR%))5-}FQBj0G=51;A4;@dM>)!" ++532>54'.5432%^T11)/711^9JPZ6')5#PkP`fN@@UIMAY#$#"+4632&#"327"&PyP 3:94!&PyLtIB31D I s\mfN@@UIMAY#$#"+#"'732654&#"'632myP'!3773 N{Ns I B35@ItZ@ :[$ +#"'%D;=@ :[# +#"7479 jw1 @9 >  +&''67T{!ZfuXsd]+;DL3+B1 @:[  +&'767\J!{^uffg1\g)5HR+)NuZB ?K1PX@Q >@dIMAY@ "" +#"&'332675ks9 }TP Bh}k9DC:)1 -K1PX@ d[@dd[Y'&+#"&54?6"'&54?63 B  u'% '  )1%MK#PX@ d[K1PX@dd[@ddd[YY!''!+672#"/&54%672"#"/&'4F'  +#3@     "#J% "ZB @eM> "" +>32#.#"js: }TP Zh}k9DD9{yq&@#<dIMA''#"+#"&547232654/463hmP B1/B!!N3LQOL?'-)!%VF&@#<dIMA()$+"&5463232654'&54632͏-#!%:-+;+%)RbbP'#  #64#  %%Ff @IMA$$+462#"$462#"BZ@@-/ABZ@@-/ZA?/-@@ZA?/-@P?S@IMAY%$ +77267#"&5-C+ 4g3Tk;-^LVR%`0@- <M=M>  +%2654.#"'632#"'7{d3`Fbf>;^P};=v-ZgD16O쨉f-N7P +?@<$#<UM=M>(&"    +"&54632%3267#".54>32.#";3CE1-JF\f~=5{=}eAMmk|5=kdJb6=F/1HH1/F]=P'Fhq-l}eC#N8>w%` (D@A&%<UM=M> $" ( (   +"&546322654.#"'632#"'753DF1-JFd3`Fbf>;^P};=vJE/1HG2/EZgD16O쨉f-N7qND 9KPX@eM>@eIMAY@   +462"2&7>54'&546D^CC^9oHdFXH^DD^BgT,k%1R->Tb^@d[  +2"&5476!G f 1  %#b)J"\KPX@dbM >@!dbIMAY@"!  +2#"&54764632"&462"!H f ?0-AAZBBZAAZJ1  %#L/?A[?@[A?/-@7G\@Y *% <   d  b V=L >98A?8G9G53/,)&"  +! 32&#'547267672;2&#'5473254'!"2#"&54763 %T+ 1)#N;D1$: M673!#!G g NI T-1)+=9J?@=9) '5X 1  %#{ @IMA   +"&546323DF1-JFF/1HH1/F N@ %$61>: LK  < dZb Z  UL =M= K  >NNIFDB=;53-+)&"!  +2#"&5476'54732654&+"'57!#!"32>746;#"5.+!267R!G g =43> RF+  +!9PqX!1  %#3-)11)/<[3#)sKFy)%1;y`_l@iWRC>.)<dbS K  = K  >_^\YVSPMHEB?<97630-*'$!  +2#"&54764&+"=73%#";2&#'5473265!;2&#'54732654&+"=73%#"!m!G f 4=PqpI=4qJ=33=Oq>1  %#1)11ZZ//(2 Z//(21)11Zc 5J@G/*<dbK =K >41.+(%   +2#"&5476;2&#'54732654&+"=73%#"T!G g HpI=43>Pq1  %#Z//(21)11Z'=@:dbM=M>&$   +2#"&5476"32! ! !G g { 1  %#6+Jh)/L[@X1,9%FA < dbK =  K >KHEB?<630-*("!  +2#"&5476.+"=737" 6&#"'5737#";2&#'547326X!H g 19.R17 +/64=7P7=21  %#.R(313,31 /;/ //$?@)4*@-  db` M =N >Y@;931/.-+$"  +2#"&547632>73!"7>54#"#!3;'&54! m!G f  -)-N-%y{%%N?Vq'j1  %#1m/+!R٦צc!L)m?gF";@ 54('@( dbU=N>Y@9731+*"!  +2#"&5476462"& 4632"4&/$72327#"&5!H f AZBBZAB-/?AZTL3Z@'HwhF2  %#K/@BZ??ZB?0-?lH5 =%f)s3Nmc`D7F@C*% < V=K >53/,)&"  +! 32&#'547267672;2&#'5473254'!"3 %T+ 1)#N;D1$: M673!NI T-1)+=9J?@=9) '5X -- ;eKPX@(43;<KPX@(43;<KPX@(43;<K#PX@(43;<@(43;KPX@&ZUM =M >KPX@ UM =M >K#PX@&ZUM =M >@,ZZUM =M >YYYY@ :8/)&#  %&! +32654.#"32>54&#4;2654&+"=73263 )'ru+IH)\31V`D%;#%C>9qT3stHe/'1)9a`3"2/%-N%Rۚ-+$8@5 <ZL =K >33343+74&+"=7!'#";2&#'547326%A!.PHŰFnG;61 %^1Z//)9D5(@%< =N >5 + !#!"547RL+K+  q 1V+>h@e&!.*<; <Z ZUL =M= K  >>>2%&&"453 +3'54732654&+"'57!#!"32>746;#"5.+!2677=43> RF+  +!:PpX!-)11)/<[3#)sKFy)%1;y)D%Z@ $#@= =M =N >Y6!!5 +)"5476#!"'673!6323!267'!%H7O5P! R5j-1 -mp#T,T/JE@  F} --PP@MHC 4/<S K  = K  >POMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!3>PqqJ=4pI=43>Pq=1)11ZZ//(2 Z//(21)11ZcLD#/;U@R < UU  M =M>%$:842+)$/%/ #" +26=673#"'54&#!"+65'33"32! ! 5' 97)37%88#9u{ 1 `>//qI36+Jh)/-b-&0@-  <K =M >3353#1+%;2�'54732654&+"=73%#"pI=43>PqZ//(21)11Z-D-OC@@50 O'KF <K = K  >JGC@3'$353#1 +%;2�'54732654&+"=73%#">&#"=737;2&#'54'pI=43>Po  RO =m}BT)% N[Z//(21)11Ze !++w=7!X -5;D-<@9)! <=K >%#  -- +%2�'547267>3232&#'54726''PR8 +3=LOb@,D11-VM0J.11$0?95B&1+DG@D?7:)$ < K  =K =>DA>=4336%333 +;2&#'547326'#"' ;2&#'5473276&+"'57!67!#"X1<H=.@*/+/@H{9"<ZB=>y/+//(2}''+_1)//Z3'11-+6B@?3 6,%<K  =M =>54%3#4#332 +4&+"=737#"#"';2�'547325.#"=7!^3;PqN5+3qG9))1)11ZL8Z//Z#%$'-m3'Kp@m><  U  U K  = K  =K =K >)(FDA?;842/-(K)J&%$! 212+33!2673#&#!"##.#!"#4>733!27326=4;#"=4&#!"+65'323mM //qG1LD '@$M=M>   +"32! ! ϓ{ 6+Jh)/#+G?@GD34343353 +%4&#!";2&#'5473254&+"=72332%2$3#;2&#'54732--<-3>+P5q35>}'35P+q/-'5-/+//Z5%11V/+//-D; 37@4-'<UM = >J&C4""+3 !"4/"=72$32!"'&#"'54?>+;L.FA7Xg+F*;?'?2w/+5d1Eql:t73///+!B@? <ZZL =K >%# +%!267'57267 &'57%.#!Dmp#X))9N9T'\kVo>b{ ; !L= {m1b.B@?*)<-,:M =K >'$  .. +!2?.+";2&#'54732'4&+"'67b-I !R?Xn7,3>5O5q+9lXBP! J)1 w7%1'/+//Z-#8v 1-<<@9! )61<K =K >$3633" +%.+"=737" 6&#"=737#";2&#'5473261:-R08 +/53>7P8=1.R(313,31 /;/ //$Lb+ D9@672D>*! <K =K >33?33?+>54&';2&#'547326=.54754&+"'573%#"Z\y3qJ=4nF3>Oq)+'7Nq`>Z//)1K Q`uX%!I1)11ZG뜚 +]C@@$NI83< K = K  >][RPMJGE3'#c)r +572326233"7676#"'5723263"32&#'54726'.32&#'5472>76&'&#&1  N!9-xwj 59fssf Z)!y7~ 9\+++\d33$0fT33}!(HR136b/\13//5#+-+OM@JD?K7#<bK =K >IFC@=:41 OO +32;2&#'5473265.54.'&54;24&+"'573%#"646/PTqJ=4VM+)3>PqR -aIyHZ//)1 BrwLl5%!S1)11ZcVZ{D/g@$@ bM=N >Y@ &"''!!+%32>73!"7>54#"#!3;'&54!  -)-N-%y{%%N?Vq'km/+!R٦צc!L)m?goj6=@:0+<U K =K >5235332# +462"$4632";2&#'54732654&+"=73%#"BZBBZLA-/@BZepI=43>PqZAAZ@@ZAAZ@ Z//(21)11Zf PN@K50"=) JE <U K =  K >OMIFC@:73##" +4632"$4632".+"=737" 6&#"=737#";2&#'547326N?/-@=_B?/-@=_1:-R08 +/53>7P8=1ZA?/-@@ZA?/-@.R(313,31 /;/ //$Ju9@$+* 0@. ddM =N=M>Y@31/-)'#"99  +2#"&5476'.#"3267277327#"'"&54>T!G g #j^{j#bJᘥ'NNb-D6c-eV}3wVu1  %#1H  }%iŇl3Z-qC~K*PX@   <@   KPX@7bb    U =M=M>K*PX@4 ddb    UM=M>K1PX@9 ddb  I    UM=M>@: dd  b  U   UM=M>YYYY@ B@?>=;9765430.,*&$  +2#"&5476327#".547.54632#"'&'"363632#"&#&#"!G f uTD\7qN!TLL)T'1)+Ds 5#fh,!?Hq2  %#PmwH4VT-I!XEV^;+'EZTV+3^Fs0v@+*<%$#"9KPX@ be=M>@ddeM>Y@00.-   +2#"&547663 '&4&#"'4&/672!G f ˞-'=@9\D+T^s1  %#yAd^#7f/4a_FH5 =!Fw(b@ "!@dd=N>Y@&$   +2#"&54764&/$72327#"&5F!G f NTL3Z@'Hwhw1  %#H5 =%f)s3Nmc`7F"I10@) dbU =N>Y@IG?=53'%"!  +2#"&5476462"& 4632"#"&547654''>3232654'&54632!H f BZAAZBB-/?AZ%D9DddmVyD;F2  %#K/@BZ??ZB?0-?רfw3!7!A71?uqF!1J )I@F <:M=N=M> #! ))## +'.#"3267277327#"'"&54>#j^{j#bJᘥ'NNb-D6c-eV}3wVH  }%iŇl3# !:|@-8<:9"9KPX@)M=M=M=M>@'UM=M=M>Y@ +)$!#!%$+732654.#"#"5463232654&#"4>32#"&'y\bRV!X<E#T1#I /;dD7;%-^u7ewEӺX/9J}BA!N^CmĬeo -ZhL<^++%@"<eM>-$()+#"&5475&#"'>3254'.54632+#P7NFb@!mobm+!;N9F`GHd%`}Tw@}/+dTTT5 ;//EZ  3.@+ <bM=M>,"$+&+'32654&/.54632#"'&'"#"&54>m./lJV[mL-^05=9B`\V\H}'jVTmCqs=+'\f@='^Fys<^nIZ-3K*PX@ <@  K*PX@)b UM=M>K1PX@.b  I UM=M>@/b  U UM=M>YYY@20/."!"$+#" +%327#".547.54632#"'&'"363632#"&#&#"TTD\7qN!TLL)T'1)+Ds 5#fh,!?HPmwH4VT-I!XEV^;+'EZTV+3^}^`;@ 5<;:K PX@.dbZURN >KPX@.bZUR =N >KPX@.dbZURN >@/dbbURN >YYY@ (#"#&%#& +327632732#"&54322654#".547"54%!'Z)k^ssk'X}VrN)+%jWj'F61# D)/\X%򅁉1\^8<;N13c^u?{ZVpF 3@0<9eM> +! +63 '&4&#"'4&/672-'=@9\D+T^ yAd^#7f/4a_FH5 =!;s XKPX@SM=M>@USM>Y@    +!2"!&32#"P}w^qJW[H}e`NyLߜLiF!@<=N>$& +4&/$72327#"&5TL3Z@'HwhH5 =%f)s3Nmc`55F@C40/'&*(<)9b`M=>32"*#(+>7>32#"&5327#"&'&''4&/$72R/4X\9H-7F3LC;s,a9RmH7Z/1J9+TLZB?R"p#>6 #lXm)Aq?dDDX`:^EH5 =%!!3@0! < 9M=M>'$*#+%#"&'''#"'>32327}tL`u-h2NfJ5k5)BATNLF)<dmo:mb;T\;I3sRJ%%:E@B<('&:ddM=>::861/.-$"'# +%#"'#"&547654&5.5'7326772632#"&'3De53+m%\93=##9!-^4Z\b)-% #j)R;3_/H}Bud{F/l-/7! --9= >@eM>Y#"+2#&#"'632>54'&54%H-;5.Mhq5^J15oT'#C1%^H=1CwXe+J9\TPS8@ <:K PX@:b ZUU U R N>KPX@=b ZUU U N= N  >K*PX@:b ZUU U R N>@;b bUU U R N>YYY@RPNLIGCA:98531/-)(&$" '% +64# 47&547#"54%327672327632+"&#32#"54632326 !ϑ7+<#CbuoX?+iD(^!%^kϲB3+XJ%4s  }[[Zy{Rs  "0+ jNL;Z)@V%/^i{V'fF '@$M=M>   +"32654&432#"\e2tNHnwh39ms9ՏTo TTPV/$K1PX@"<#:@"<#:YK1PX@M=M>@ZN=M>Y@! $$ +!"67323327'#"5767'^{5g}56H'Ns=Jiwl" @)%w}Hy}J }H5m9 $-@*< 9M=M>$-$!+"326'64>7>32#"'?t@j+$-+-'=ZdL58bZ>uCB);= 1 h99,KPX@-ZZM=M=N>KPX@.ZbM=M=N>K.PX@/bbM=M=N>@,bbRM=M>YYY@ $"#&$"$"+432#"'&#"32#"5463232654&'&9-H@L7'Vq͇?dH-q"3Xu?Z5+13)lCds\X+4N1^bN7 N$5@2<:M=M>!  +%2654.'6'#"6)27+#"$54JRv 51'R oGTZ5+\}5=T{3šs=;w5{[ǽ1y;@8 <:M=M>  +!27+327#"&54#"'>#PgL5zMhu+D//)wu7H}yHx\?gm7&!@ <=N>((,"+#"&547654''>3232654'&54632%D9DddmVyD;רfw3!7!A71?uqF!1T -'@$<:-, 9M>$"" +4&#">'.54>7467632`N'1qX+N{h5<%-B tu+@;Ikw9úA#ERnHA/^Xs@;hkM#v){N/:@7' +<:)9QM>$"#" +.#"'63267677327#"&//7.o;@'T1DwD/%HZJ7 ;=%'7P#l5I n%^@+;VT;A b''gFD7?)'/D=N4r@ 3&K1PX@bO>@bO=>YY#,+3>54'&54632!.547654"'632(Fg511L1jH c-<s?JH!1zqN_uj-P{u?!9}n%=N Pv{@!#!)HV1!1oVL++@(<&% :dN>%+""+#"'#"&547327&546322654'7˰X\+Lmfm=)9:u1B`/+LcN􃃹ϖ0qD'sw5HqoӤ>(df+X@ %$@U=N>Y@ $&$+462"& 4632"4&/$72327#"&5qAZBBZAA./?A[TL3Z@'Hwh/@BZ??ZB?0-?lH5 =%f)s3Nmc`79X! @U=N>Y@ ((,#$+462"& 4632"#"&547654''>3232654'&54632bBZAAZBA-/@BZ%D9DddmVyD;/@BZ??ZB?0-?רfw3!7!A71?uqF!1Fu,iKPX@$b=M=M>@!ddM=M>Y@+)!  +2#"&5476"32654&432#"5!H f \e2tNHnwh39msu1  %#ՏTo TTPV7u6c@dd=N>Y@64,*"   +2#"&5476#"&547654''>3232654'&54632o!G f %D9DddmVyD;u1  %#רfw3!7!A71?uqF!1Ly;r@65/&@dddN>Y@10,*%#  +2#"&5476#"'#"&547327&546322654'7!G f ˰X\+Lmfm=)9:u1B`/+LcNy1  %#/􃃹ϖ0qD'sw5HqoӤ>(dfJ .y!@&UUM=M>Y@*($"   +">54&26&#">32632#"5^X1)ih`fy Ji{ĴlHvg7 f/-@BFo\sN}u۾[99s 8@653 @9  b   ```UUM>Y@ 8 8#(!+" +3.#"4'#"&54&#'7#63232$46325;P=W4t7-d X+w\'p:ĆmP-Fu1`3jumsE<B)$P38ud1D.@ (#@*bM=M=K >Y@ 334#$###+%#"'67272#"'.#";2&#'547326ǁabX+T0XFB1VB~p5H5=4RF3h=@;-:LZ//)Z>K#PX@83<@83K#PX@1 dbM=M= K >@7 db`M=M= K >YY@=:741.*(%#  +2#"&5476#"'67272#"'.#";2&#'547326b!H f m`dW+T/XFA2VB~p6H5=41  %#RF3h=@;-:LZ//)j B@  <7 @4  bUM=M=  K >Y@A>;852#$##$#" +4632"$4632"#"'67272#"'.#";2&#'547326@/-@>^A@/-@>^abX+T0XFB1VB~p5H5=4ZA?/-@@ZA?/-@RF3h=@;-:LZ//)9=- ,F@+& @ =M>Y*) +67%676'&&54767673#&+s-1?8731,*$$"" +#"'#"&547#"#>3!67!7!#%!327&5463226˰X\l)?) )5ZFN{lgm=)9:u1B`􃃹7-#TV^'  װsw5HqoHyGZ@W FE:&% 621<b`bRM=>A?!$'((! +4#"'3&/0'63267676327727#"432#6767&47#"54676D%1a#" }'H%%7Lbsd/3+ H NZ0^\##  Th+Z`P^LÑ}PB 9'BhR+RN]'S@LD +@@=% <OM=M >*($!    +"32$! ;2&#'54732'ϓ{ 3>5P8o6+Jd/#{/+''ZF .e@ ,% @bPM>Y@*'$!   +"32654&432;2&#'54;2=&\e2tNHnwh3MyX'P)X9ՏTo TTb`Z''Z\`? :K!PX@$ Z  URM >K%PX@%  b  URM >K(PX@)  b  UR =M >K,PX@,b  b  URM >@6b  b  URM =M >YYYY@ :8!#'(!6% +4>3227#"'&#"#"&543232654.'.'&Aah=F 1>R7cMuJ#mI-1\7kT?ٜ{9N}#NA5^7yJ8K1PX@ 2<1:@ 2;1:YK,PX@!ZRM=>K1PX@"bRM=>@*bRM=M=>YY@640.,*!88 +"#"546323254'&'".'&5467632327#"'&{kC)+{1D3+X?#\FZ-qXcyC-)3P\q-!  FuV&=/-mCT55PA#T-/@- @6 ZbbU L  =K >Y@/.5333#!" +#.#!!2#54&#!;2&#'54;2654&+"=77Q%yTf ;=^;> >;+mZG ׅ'1' ! 01^I2K*PX@ <2:@ <2:YKPX@UM=>KPX@U=M=>KPX@eUM>K*PX@eU=M>@$ZeU=M>YYYY@ "("$63++&6;27#"'&#"&'&54>32327qlgBZ/7J)6V~^ J)%11%5)+'Pd/ZV'/' Z\/>vRL#A$VkbH/r3?()XTRKT+!:K@H ()<b`USIMA'&#'+654&5'&"'2>7#67672!327"'&'&547!71'h )/;@BZ5?% '/%b +0B6:#X9F/? !B  913=an=1!9 /4/f:lTb+^ cK PX@deGL@KPX@eT >@deGL@YY+ '!7!S/?yHlZ3,;@8<+9b`cM>,,(+01764'#476767&'&'#.'!2&H +\q>'hBZРbWJ%#bmf`J+ZL?s#zmNi7!\%E@ !  @eIMAY%$" +76320#654'&''%0'&''%&'&'H')Ǯhw Rw! !\# ')ZB&VCV'ut?Hf6l%1 !m5Z -J8=r@;76,$  =<<&;K1PX@bUN>@!bUN=>Y@ (%'(*!+4#"/0'76326767632732?#"47#"547625+/V#%&w)6!/V#%'u%3-1uV##'H\/BNJVF{uV##'DO+?HLVHq7 !=@:<9QM=M>    +%2654&#"#"'3 &# 32RskLxՖl'y+;ÞsN)q7+P'@$<M=M>$*$"+3267#".54>32.#"R\f~=5{=}eAMmk|5=kdJb6=P'Fhq-l}eC#N8>w.$,`#@ bU=M>Y#$%+#"&5463232>.54&/$72462"!OkN,!,8) h3=JjJJjϭ[P>'%)2))NUtVrH-F+fgKKgLLD 0@-SM=M>   $$" +! !  #"!32{ B}mF& h)/!Bی],;X<@9<bSM=M>&#"!+#&#"!!327#"54>32@\f\B; GlbDh]FpBD7hH ym9}?^<@9<bSM=M>&#"!+?726767!5!.#"'62#"'=^S=L)FD}g^Fm^FjB)Fh{Fwl8{m9 %6@3 <: 9M=M>$/#!+"326'6?632#"'12hH$-'/d}VLmdZ>uCdd@}c/ 1 hBF!&@#!<M=M>'(%#+#"$5!2.#"3267?Օp XeK!{w/X`H/;q5+'6;'b9TZo79@  : 9 ># +%#"''7?V8/n3aM:%%7 "!)'97F!'@$ <M=M>)%$#+'6$3 !"&'732>54.#"w  sޮBR=hL#0G`Y/FzN; b7{vuT^o^T+@=BF ->@;- <UM=M>+)"    +"&54632#"$5!2.#"32673DF1-JF?Օp XeK!{w/X`H/;'F/1GG1/Fq5+'6;'b9TZ7F -?@< <UM=M>)'   +"&54632'6$3 !"&'732>54.#"3DF1-IEw  sޮBR=hL#0G`Y/FzN; E/1HG2/Eb7{vuT^o^T+@='LGt@q/*73ED   <:dZ ZUL =M= K  > G GB?%&&"456$ +'"'%'54732654&+"=7!#!"32>746;#"7.+!267;=44= QF+  +!:PpX!-)11)/<[3#)sKFy)%1;y'Lf Rz@w$)( :5 B> PO  <Z ZU  UL = M = K >RRMJHFA?97"454#"+4632"$4632"'54732654&+"=7!#!"32>746;#"7.+!267@/-@>^B?/-@>^X=44= QF+  +!:PpX!ZA?/-@@ZA?/-@u-)11)/<[3#)sKFy)%1;ybMj@gIH-:5FC?<9630,*%#! MM +!2?.+">3 #"&54632324.#";2&#'54732'4&+"'67b-I !R?Xn7,UfVwT^%9P+) /f1Z:{3>5O5q+9lXBP! J)1 w7%1K33347#+'"5474&+"=7!'#";2&#'5473269%A!.PHŰFnG;6jw1 %^1Z//)PD3k@h1 <bb b  U  UM= M>0.-+'&$"! 33 +%267632# !2.#"63232?2#"&#"sj#I%-^%'P/ oB@M= = =M>Y(%!)%+.#"#"&#"#&73254&'$4632 !R#~u`XTww:#Ri^\dq s^X Z \%4-b-&0@-  <K =M >3353#1+%;2�'54732654&+"=73%#"pI=43>PqZ//(21)11Zom&/9@@=  <  UK =M >98423353#1 +%;2�'54732654&+"=73%#"462"& 4632"pI=43>Pq4BZBBZBA-/@BZZ//(21)11Zq/@BZ@@ZB@/-@7F+%;@8 <bK =M>"! %% +%2654&+"=737+"#"&54627F-D;J)P#o>hd8j-_7 D1H''ZX%aA+D7)T5q/HVK,PX@ .%C<K1PX@ .%C <@ .%C K1PX@3  b   UK =  M =M>@9Z  b   UL =  M =M>YY@IIIVIUNLHEV"3t&#$'3 +%4&+"#"&5463232764.#"&=72;263#"3 #"&#'5473232>4.#+@1#3}5F}'%+ #D+7b367oz^RwX)5q+Mo@3y^/+Lf}gH1#5"/Ai/1ZswbN- /f9-7fXwVi9#+UeW@TOJ:5'"< U K  =M >VVVeVd[YTQNKHEBA?=34$333Z +32#"&#'547325!;2&#'5473254&+"=73%#"!4&+"'573%#"32>4.#}܃PRwX'7o3<7P7o3<7R17oD4;7P45q-NZF' 9mK3Npk;bN- /Z/+//Z/+11Z/+11Z%9-)9ZHZH^=+LbQR@O>KF1,< :M =M= K  >PMJG4%335%972 +4&+"'673!2657.+">32;2&#'54732654&#";2$#'54732'+9X?L8+95 K@Xv7,ZN{'1%-P%1'ZJ3>5P6q/#>v /% %+ y;%1`\N\/+//+/w{/+//Z-c @)$W<:K(PX@Bd  Z  bUM  = M  = M >K1PX@Cd  b  bUM  = M  = M >@A d  b  bUK = M = M >YY@cbZXURLKDB@>:83353#5#+'"747;2�'54732654&+"=73%#"67>7>32#"'&#"2;2'.'.'j9 pI=43>Pq13? `F\7#+"3 -L3/B3N6fsD&$8F/jwZ//(21)11Ze^NZ?'3-%=-FTTJ7>/;>L$$%#ZU@RHG,'ZWTQNKDB34$37336$ +'"'%;2&#'5473265;2&#'5473254&+"=73%#"54&+"'573%#"b;4=5P5=4d1>7P7o1>7R/7=24=5Q-5q^/)//+-V1)//Z/)11+-R/+1/oQ@?:*%2 K(PX@0d  bU K  =  N  >@-d  bU   R K  >YY@OMJHCA>;85/-)&#!QQ''#"+#"&54723265'&5463267&"=73%#"6&+"=737"#"&5432hmP B1/A!!N3B)\1oT`N1+B= VF5H\\D#(1LRPL?'-)!%7_o11$)n511">öN1b//#+HM@JC>)$<e K  =M =M >HEB?<93$3531C3 +;2&#!"##!'54732654&+"=73%#"3!2654&+"=73%#"Z3? 38 o];13<7R17oJ-3;8P35q 73!/:/+11Z'\%7/+11D7F@C*% < V=K >53/,)&"  +! 32&#'547267672;2&#'5473254'!"3 %T+ 1)#N;D1$: M673!NI T-1)+=9J?@=9) '5X #+8M@J%,+<ZUL =M >531.)&# # +32>54.#+''5473254&+"=77!.#!"329osB!7oK7o)?>TI TkJ7;'5`X:+E^>-ۢ/Z/+3 sDsJyz-- ;eKPX@(43;<KPX@(43;<KPX@(43;<K#PX@(43;<@(43;KPX@&ZUM =M >KPX@ UM =M >K#PX@&ZUM =M >@,ZZUM =M >YYYY@ :8/)&#  %&! +32654.#"32>54&#4;2654&+"=73263 )'ru+IH)\31V`D%;#%C>9qT3stHe/'1)9a`3"2/%-N%Rۚ-+$8@5 <ZL =K >33343+74&+"=7!'#";2&#'547326%A!.PHŰFnG;61 %^1Z//)FN+*=B@?<  ZOM = M >-+85+=-=#2%335 +7654#"'543!2#"32#.#!"#463#"3!2654&DXFH= ;/3=Xo=XCL127)#jNhH#'/9/334m1"P`#3/!1V+>h@e&!.*<; <Z ZUL =M= K  >>>2%&&"453 +3'54732654&+"'57!#!"32>746;#"5.+!2677=43> RF+  +!:PpX!-)11)/<[3#)sKFy)%1;y57K1PX@XS %<9@XS %<9YK(PX@E Z  b  U M = M =M >K1PX@F b  b  U M = M =M >@C b  b  U K = M =M >YY@%{zsqomig`_]ZWTQNKJDB><:83&332 +'.'.';2&#'5473265"'5473267>3.'.#"'"&5463234&+"=73%#"27>7>32#"'&#"2;2ftC=mqI=4NcE%!Frd5N5B-3L+ 3#!,#7\C` @f4=Pq23B aF[7%)%3 +K4-D3N5Ŭp Z//(2RT\Ǩ/?6NV}ZB-=%-3'?ZP\=1)11Ze^NZ?'3-%=-DVTL7>/=7L4T@Q#<bbU=M = M>1/)' 44 +%2654.+"74;2>54&# #2632#"&'&'46325wT! aV{=uZP 7?s7^0"f'H=/cnF')3VV/ow!s\F+JP)7\wB%#-QH@E?># QNKHEB$34$37333 +;2&#'5473265;2&#'5473254&+"=73%#"54&+"'573%#"j4=5P5=4d1>7P7o1>7R/7=24=5Q-5q/)//+-V1)//Z/)11+-R/+1/%#omd@a[Z21 ?:)$mjgda^WUQNKHDB37334''#"+#"&54723265'&5463;2&#'5473265;2&#'5473254&+"=73%#"54&+"'573%#"'hmP B1/B !NC4=5P5=4d1>7P7o1>7R/7=24=5Q-5q1LRPL?'-)!%/)//+-V1)//Z/)11+-R/+1/-5Y@+&Y<9K(PX@<  Z  bUM  = M  = M >K1PX@=  b  bUM  = M  = M >@;  b  bUK = M = M >YY@WTNMFDB@<:335332 +'.'.';2&#'54732654&+"=73%#"67>7>32#"'&#"2;2fsD&$8F/pI=43>Pq13? `F\7#+"3 -L3/B3N6;>L$$ Z//(21)11Ze^NZ?'3-%=-FTTJ7>/9+/D@ > K1PX@.b K  =L =N>@+b K  =K =N>YY@D?'"#(33343 +#";2&#'5473254+"#"&5432326764.#"&=7232$'8o3;8P5qq/%)vH9]H? /+9/+1Z/+11ZZRdVsLHJ+V51=Hfe/1+DG@D?7:)$ < K  =K =>DA>=4336%333 +;2&#'547326'#"' ;2&#'5473276&+"'57!67!#"X1<H=.@*/+/@H{9"<ZB=>y/+//(2}''+_1)//Z3'11--PP@MHC 4/<S K  = K  >POMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!3>PqqJ=4pI=43>Pq=1)11ZZ//(2 Z//(21)11ZcLD '@$M=M>   +"32! ! ϓ{ 6+Jh)/#+G?@GD34343353 +%4&#!";2&#'5473254&+"=72332%2$3#;2&#'54732--<-3>+P5q35>}'35P+q/-'5-/+//Z5%11V/+//-D; 37@4-'<UM = >J&C4""+3 !"4/"=72$32!"'&#"'54?>+;L.FA7Xg+F*;?'?2w/+5d1Eql:t73///F D:@7<bM=M>  +"$.5!23.#"3 7Vwp' #M9=r+-.1b.B@?*)<-,:M =K >'$  .. +!2?.+";2&#'54732'4&+"'67b-I !R?Xn7,3>5O5q+9lXBP! J)1 w7%1'/+//Z-#8v 1+5@ # K(PX@"bK = N>@b RK >YY@31.,'%" 55 +%267&"=73%#"6&+"=737"#"&54323B)\1oT`N1+B= VF5H\\D#(V7_o11$)n511">öN1b//L+ <9@61,<8$ <K =K >339$3?+$4&';2&#'54732'5$%54&+"=73%#"/}3>5P8o3;8P%5q9'B/+//ZX){)G/+11ZG%y' +]C@@$NI83< K = K  >][RPMJGE3'#c)r +572326233"7676#"'5723263"32&#'54726'.32&#'5472>76&'&#&1  N!9-xwj 59fssf Z)!y7~ 9\+++\d33$0fT33}!(HR136b/\13//5#+#+DI@F3/@<   OK =M  >DDBA?=$#65$#53! +!0!'54;2654&+"=7%#"3!2654.+"=7%#32#.3!51!4=  >113%%; ) ;51#7 T+">;# 77  >+=!)7'! 7-":'=)y;T+>M@J <UK =  K >;974/-*(&# >> +%265#"&54&+"'57#"3274&+"=7#";2'547q5ת;#2 $=Qo5>? >53> D)7߇͟+5 79  4`^5! 97 :;% 99 #+]M@JXS8! <Z K  = K >]ZWTQNIFB@C55335$33+;2'!'54732654&+"=73%#"3!2654&+"=73%#"3!2654&+"=73%#"!1= B =33<7R+1o#'q-3>1P-1q/n33;2P15q 5! 77 ">/+11Z'' )5/+11Z'3+#;/+11#+]BKPX@XS0+< KPX@%   O K  = M >KPX@* Z C K  = M >@%   O K  = M >YYY@]ZWTQNIFC@>=$3354$353+3!2654&+"=73%#"3!2654&+"=73%#"32#.#!'54;2654&+"=73%#"5`73>1P1q#?X33;2P)5q5; Zw =33<7O1o'5+'9/+11Z'9''9/+11Z!558V5 </+115+<R@O98*<ZUK  =M >52/,)$<;# +32>54.#%#"32#"&#'5473254+"'67!-Mo@!9lL35q}}3RyX'5qP\=g- a9-7fX<-EY;)1ZsFxLbN- /ZXip7 #/&RbT@Q2- L <  U K = M  >SSSbSaXVQNKF<:74333353#1+%;2�'54732654&+"'573%#"4+"=73%#"32#"&#'54732532>4.#ypI=43>Pq`q5J15=4wCJlX'5q-NXF) !:nLZ//)11)11ZZ11+/u1Jnc?bN- /Z9-);XHZEY;)#+,<?@< &< UM =M >---<-;%3Z#3#1 +4+"=730%#"32#"&#'54732532>4.#q5J15=4wCJlX'5q-NXF) !:nLZ11+/u1Jnc?bN- /Z9-);XHZEY;)VD4_@\<;bb bU UM= M>1/,*$!#!#!! +#"&#""54632327 #"'676$3 !"'&5463232>\_?K*PX@4  S  M =K =K = M  >@4  S  M =K =K = M  >YY@?><:6421/,)&#    +"3 ;2&#'54732654&+"=73%#"33 !"#˨-IpI=43>PqJTDD5Z//)11)11Z>gza+=Jq@  61 @' Z  UM =M >Y@ JH%3352[3) +"'547326767.54>323%#";2&#'54732654&#";/A1! Fud3P;7{+c‡% 2;?05<5P8=171JJ'=%eŪ/Ș';ig;5$6/)//+-3)ZDvJ/8J@G10 <b` `M=M>86//%!#'(! +%'"&546?4&#"#"'46322632#"&/32?wrHH=T A)`y#9!-_3Z\udH:bwjmqz5+{&!7 5VX-/7! --9=L#XFV&1@.<=M=M>#!&&$) +767>73632#"."324&Vm灃Pu/'jPP{{l5 LN TfR跺:uZ;}<K@H('32<UM=M  ><9-)&# *4 +32654&#*32654#'5473274#"'57732+'mVNT[ G`cA?DE ^u7TuC`TDZ? ;VbH/XVF 7dFonNXy/;P})9@6#<ZK=K >335533+74&+"'577!.+";2&#'5473265= r{ZTP-3'10P/1'7;' 7m%B/+//+1N}EN@K1&%><Z OK=M  >@?=;630'$!ED51 +%3!2654&+""#632754#"'573263237#"32#.#X)57)%;_7X 8TLT7"+-) 7(2 / X7_;s+99,yy9_G'!)VTL 73+55-+'L\7Fs /@, <UM=M>##$&$+!654&#"%"&5432#!32;HX32=43b ͨPw{Hoj-fM+ћ+5#u^KPX@HC m <KPX@HC m <KPX@HC m <@HC m KPX@C Z  b  U  K = N =M >KPX@F Z  b  U  M  = N  =M >K,PX@C Z  b  U  K = N =M >K1PX@N Z  b  U  K = N =M =M >@N Z  b  U  K = N =M =M >YYYYY@)uupnkhfeb`^\XVRPMJGDA>;953"#3%333+;2&#'54;265"#'54732763&'&'"#"&54632;54&+"=737#"3267>32#"'&'"2;2'".'.^'1P1'u`'"L+L^5b4!# (0?7=m!`X#%3G1'#X`!l>7@2%#!3b4^L+N'^/+''+/Xk?L\/f1'9}R\^/''')-^\R}9'1g/^FCjYB0Q@N!<bUM=M= M>-+'% 00 +%2654&+"546;2654&#"'652632!"&54632qF|JGq @fPoA^[F V>y¸?-R :/`oPy"e;NZ{jw{mkZ/L;<B}OW@TN43 ?:9&< K = K  >LIDB>;860.*'$!OO +%#"4.#"'573%#"32&#=473>532&#'5473>54&+"=7J >7 qI =76= h =7Z1 {O ?76= w5 )A 75 'C9 57  8) 57 81D( 7Bon@kn721"TS+* _ZYF <dUK=  K  >! lidb^[XVPNJGDA<:630.'% o!o()$+"&5463232654'&54632%#"4.#"'573%#"32&#=473>532&#'5473>54&+"=7̐-#!%9-+;+%) >7 qI =76= h =7Z1 {O ?76= RbbP'#  #54"  %%5 )A 75 'C9 57  8) 57 81D( 77MK,PX@ GB2 <@ GB2 KPX@:Z  b  UK=N=  M  >KPX@<Z  b  UM=N=  M  >K,PX@:Z  b  UK=N=  M  >@DZ  b  UK=N= M  =  M  >YYYY@LIFC@=;:532"$$#333+74&+"'5737#"3267>32#"'&'"2;2'".'.#;2&#'54;26%3J1'#Xc o=7@1% %!3`5^N+K#'^wXO1'N/''')-^\R}9'1g/\L?jYZ''+3}E@ ;3$K1PX@9 ZbXL= L = N>@1 ZbL=K = M>YY@@>:41.)&#  EE +7"'.#"3267646;2+"63754'#"&546;2='#%#'32) j1Bh!:r5'1'J'1'7<ZDV##9/'+'NVFd+:/+//+/9=#3/ XvH7}CH@EC(! 510< K= K =>A>:8#7$#5$ +! !#";2%'54732657"'';2''54732674+"=X :9:= 5J/ 0"  =7R< };7 :5 55 8 %%qy 1% 57 8A\ 7B}OM@J  HD3/<  SK= K  >MKGEB?<;86#5$#3$#2+4&+"=7%#"!54&+"=7%#";2%'5473265!32%'5473>555  )55+   6376  +9\7)  57;% 75 #==% 77 %=; 55 <; 57 :F '@$M=M>   +"32654&432#"\e2tNHnwh39ms9ՏTo TTPV;}C@@=<8!<ZL= K >A?#55$#5$S2 +4&+"'573!3%#";2%'54732654&+";2%'54732657=  @77@  59-''-78  =9B" 75 #?9 57 87319 57 83+ 1O@L ,'<M=M=M= L>1.33%"$" +32>5#"4 73632#"';2&#'54732?>Tn''jLHR`y?JbPcDu^uL5SIy#Z11LJ.@+<bM=M>$#$$!+%'"&5432#"&'&#"327?b8/1?cTuhmw{Z1A5+¦م5{ 6@3<K=K >    +#32%5473>5#"'67!.s3T T5wSH;HS%s1! 99 4\\$%}:=@:61#*<bK=M>#3&#C'#$% + #"&5463232>?.#"'57327"76#"'5737"u8Md;0kH04  #8%!7;T`;#yC!r[fIie48818#(hIdP731-/)`1/P'Hu!P[@XF8P.OMIG751/!! +%27&#""72>4.&''6=#"&543254'7>7632#"'T19B1F" #9P83J1D#!A/hFۍh:hkFјj:DZIJ-;mRC5HeC@VN+;mOQyF3\l/ml/y1/mʬREm//11x6/oZ< }W.@+83"LG<K= >KH74C+I +%&#"'5476?6'&#"=7327?6&'&=737&#'547>/.w V=cuD `[Pd=!b f! 8_sF /T<P7V!1-P 313 -' 1/ X H9 31/#;}BB@?3/.  <O K= M >@=86#5$2%$#2 +4&+"=7%#"32#.#!'54732654&+"'57%#";265L5+   35-5 Vl #755  +335=% 77 %=-56\5 <;;% 75 #=;)+9#j}FG@D95 F' <  U K=K >EC><#5%$35$#2 +4&+"=7%#";2&#'547326=#"&=4&+"=77#"3275!   357! L #5?uY6  1!3ZZ=% 77 %==% 75 $>/)w;% 75 #3ZXB#}\@VRQ;76  KPX@%Z K = K >KPX@ K = K >@%Z K = K >YYY@[YUSPMHE@>#55$#5$33+;2%!'54732654&+"=77#";2654&+"'57%#";2654&+"'57%#"7> + !755  '5536(  15%/553  +3; 57 <=;% 75 #=='';=% 77 %=='-7;% 75 #B}\@VRQ;76  KPX@*  ZD K =N >K!PX@$C K = M >K#PX@*  ZD K =N >@%O K = M >YYYY@[YUSPMHE@>:855$#5$1#+32##!'54732654&+"=77#";2654&+"'57%#"372654&+"'57%#"'#9 Y?r !755  '5536(  15%/553  +3)545 :=;% 75 #==%';!=% 77 %==%+7!;% 75 #5y})6A@> #<ZUK=M >#&34#3)#+%4&#"'67%+"32#%'547326%4.+326#)=+ H ?5ˬ'1' B59HXL)7' !G05 : 8{/+1XUROKIFC@=:7#'3343#1+4+"=730%#";2&#'5473265%4.+326%4&+"=73%#"32#%'547326XX'J'X'1'P'1'A58IXL'1'H'1'ɬ'1'Z11Z/+//+/d134#335#$+4.+326%4&+"=73%#"32#%'547326A58IXL'1'H'1'ɬ'1'1@E b  `````=M=N>Y@/-,*!!"#$$!! +#"'672632#"&5463232#"&#"#"5463232` qbHHJ+L YAN?/! ) sA/y%fvquP$K3:i'7 -'7:Ib@_ 3. <S M= M=  K = M><;CA;I32#".'#;2&#'5473265"32>54&X'J'Xrd16hlc'1'P'1'[X_.oJ77"xZ11ZTUQUj/+//+/ԐS>\!} AK,PX@ <<@ < @4b UM=M  = M  >Y@A>;9641/,)%" # +4&#"367"&546;7+";2&#547326=#"#'54;6L!=?O!:P/Vb{z 3V1+ Y 3:^NS/G 15.-VZyudm<='; 37"@Dh'Fsh.q@'ddVM=M>Y@ ##$&$%%+#"/7>32!654&#"%"&5432#!32׍/R1HX32=43b ͨPw{d!)-oj-fM+ћ+5Fs2s @'U UM= M>Y@ 20#$&$$ +462"& 4632"!654&#"%"&5432#!329BZBBZBA-/@BZ3HX32=43b ͨPw{/@BZ??ZB?0-?+oj-fM+ќ+5-dB{BS@P)$;87:9UK =K >BB4321.+(%"# +!>32'>5#";2&#'5473265#5354'7>7JxRBxoDDa- cF{p&2&P'1'!hiOJ./hg)8C`m{yy/+//+/Owm5111}75ow;Ph 7@1,@'ddZK=K >Y@ 335538$!+632#"&5474&+"'577!.+";2&#'547326- N''' 5= r{ZTP-3'10P/1'd1/! F7;' 7m%B/+//+PD7K1PX@"4 <@"4 @Fb`  `  `  ``=M= N>Y@310.+)(&%# 77 +%2762#".54323.#"63232632#"&#"%u L'RRFzHIbi3L- R7/!'tB/w')o/mL$Tq2dystB;e71%7 *'\sL'1@.<M=M =M>)&*"+732654&'.54632.#"#"&6LRdp/J5Rfu PbH/Dq؋/8+kDB?D%lj9fk hV;9m)7nq^^'c@  @UK=K >Y@ 34333+;2&#'54732654+"'5737&462"'1'P'1'X'JLJjJJjy%/+//+/?Z1gKKgL^(2i@  @ UK=K >Y@ $34333 +;2&#'54732654+"'5737462"& 4632"'1'P'1'X'JLRAZBBZAB-/?AZy%/+//+/?Z1/@BZ??ZB?0-?F'K#PX@$bQM =K>@"bUQK>YY@ 35"#&+#"&543232654&+"=737$462"BV%w)RJB FQ'1'JLLgKKgyT'/15`Z!--1gKKgL}CNK1PX@ <4 <@ <4 @8 Z  b  UL= M =M>Y@MKHFA?e%#$%534 +32#%'54732654&+"#"&5463232764&#".=7373%#"4&+326ɬ'1'6r9!+9Z )!##VTV<7$Ggv)E\Z{/+/9,e僜L)+'/HwX /3#=+^k7!EBB}NYR@OHC3.  < U K =M >XVSQMJGDA><;863433333!+3 #''5473265!;2&#'54732654+"=737#"!54+"=737#"4&+326;ɬ'1'X'1!P'1'X'O!1'X!P'1'%Ggw)F\Z/+//+//+/?Z11--Z11-\b7!A7{HR@O"/*= :U  K  =K >HH:987334%335" +!632;2&#'54732654&#";2&#'5473265#5354'7>7 q'1'P'1'7Vun'1'P'1'jhOꃲ/+//+/}Pq/+//+/Owm5111}75ow7h [K,PX@UP@ <@UP@ KPX@GbZ   b  U=K=N=  M >KPX@IbZ   b  U=M=N=  M >K,PX@DddZ   b  UK=N=  M >@NddZ   b  UK=N= M = M >YYYY@ZWTQNKIHCA>;98"$$#338$!+632#"&5474&+"'5737#"3267>32#"'&'"2;2'".'.#;2&#'54;26j N''' %3J1'#Xc o=7@1% %!3`5^N+K#'^wXO1'd1/! ;N/''')-^\R}9'1g/\L?jYZ''+Bh^@]&! CBNIH5@(dd K= K  >Y@ [XSQMJGE?=9630+)%"^^%% +#"/7>32%#"4.#"'573%#"32&#=473>532&#'5473>54&+"=7N/S1 >7 qI =76= h =7Z1 {O ?76= d!)-5 )A 75 'C9 57  8) 57 81D( 7$%ZX@UVQC=J6<dbU K =M>ZXUROMGEC'#$'()$ +"&5463232654'&54632#"&5463232>?.#"'57327"76#"'5737"%̐-#!%9-+;+%)P8Md;0kH04  #8%!7;T`;#yC!r[fRccP&#  #53#  $$Iie48818#(hIdP731-/)`1/B}K~@<8 )@'  Ze K =N >Y@IFA?;953QS5$#2 +4&+"=7%#";2"&+"#+"'54732654&+"=7%#"3!265^6+   45/>LfJ;353  +3//=' 77 %?731:?;% 75 #=3'#7+CSi@f"!%$< < U   UK =  M >DDDSDRIGA>;6,*)'  CC +"'673!54+"=73%#"!257.+32#"&#'54732532>4.#TALC-#q5J16=3R-CKBTwCJlY'5q-NXE) !:nLD{ 1Z11+/1 {D1Jnc?bN- /Zy9-);XHZEY;)bu1<C@@-, <&%":UK=M >##%#35 +32#''5473265#"'67!54'7>7!.+4&+326\wm{װ'1'-wVGHhkkLS{N%Hdy)H\X +t]/+/\m//11x6/oϏP\g7!A-+OM@JD?K7#<bK =K >IFC@=:41 OO +32;2&#'5473265.54.'&54;24&+"'573%#"646/PTqJ=4VM+)3>PqR -aIyHZ//)1 BrwLl5%!S1)11ZcV\=N4r@ 3&K1PX@bO>@bO=>YY#,+3>54'&54632!.547674"'632)Ff511K2jH b-; s@JG!1{qN_uj-P{u?!9}n%=N Pv{@!#!)HV1!1oVLD '>@; "<UUM=M>#!"!%$$"+! !  #"6323'"&#"32{ B}mFfdo7khlbH]Jh)/Bی-^Y^4L ,F@C&<bbUM=N>!$%!%$&"+432#"%.#"632323245#"&#"LV\˅l dg4H#9H+m!%/Z>YB+ qmИﲯL3@ #0.@1Z`bK =N=>Y@ 334$"$! +32#"'&#""'3.+"=73%+"#>7yD]K)F !9ŮJH$=N=57 75 +/B@?&!/<ZbK=N=>#35"$"+>32#"'&#"3'.+"=737+Bb5mD)9! D%%B#}C";% ^3-%+ ^^10oK5%" %T%Y?@ ID VT K*PX@<ddd Z  b  K = N=>K,PX@Bddd Z  `  b  K =N=>@Fdddd Z  `  b  K =N=>YYY@RQNKHEB?;:$"$'!''!+672#"/&'4%632"#"/&'432#"'&#""'3.+"=73%+"#>7'  +#3@   yD]K)F !9ŮJH$=N=57 7  "$J% #5 +DM@ D? M@:dd Zb  K =N=M>Y@HFC@=:"$$%&%$ +2'4/&#"3254'&#">32#"'&#"3'.+"=737+!%/ y 1#3Bb5mD)9! D%%B#}C";% %3  -G3-%+ ^^10oK5%" %T+J@G(<dZN =K >&# +) +7!2673.#!";2&#'54;254&+"=72+3F 9FB7;H;5D'<;)^9R7:PP1!Z#9@6<ZSM=K >332!"$+74&'#"'5!2673#&+;2&#'54;2;75>,+/=N>/+;7!3\s?R'+-J@G# ('  < ZS L =M >,)%$33#2 +3#;2�'5473265#534&+"=7!'#"ljnG;6%A!.PHŰFPRZ//)1P1 %^+P}1H@E#"*)  <  ZSK=K >/,33333 +3#;2&#'5473265#5354&+"'577!.+"ww'10P/1'5= r{ZTP-3P/+//+/P;' 7m%Bw/Go@l6 <; (#< Zb`  UUO L = K >CB@=:741-*32#"+%#"'&"'3#372654.';2&#'54;2'4&+"=73!#!"σ`1FdjKjD5;H=6B%>;)5jˑ^+PC^-Bs5RR1#@6Z`bK= L =N>Y@ <935"#&%S3 +74&+"=7263!.+#"&543232%;2&#'54;2 >74 5%deªys\)1=P;1);7!" LRP-bÇP^N\%R9K#PX@3.nP zu<@3.nP zuKPX@I b  b  `DM = M = N >KPX@I b  b  `DM  = M  = N >K#PX@I b  b  `DM = M = N >@F b  b  `DK = M = N >YYYY@%|yvspgedc`]SRMKIGDB332#".3+'54;2>7>?67.'&#"'"&543234+"=73%+"2767>32#"'&#"#;2#&#"'.'.';2&#'54;2';E3-/[Hs// 15,3TV|F!Rg7fA6=P#;5Do1qE HZT1/15 -fX3d %#3'#;Bw7W/D5=P=6BVdKTP+VhN5'f/X=-;RRo?'5b7f'5CV''@94H/^\PPv@PK 5 i1  (@A Z   bD  M =N =N >Y@,tspmedb`][XWUROLIFDC@>;976-*'$ vv +!".'.';2&#'54;25"'54;2>7&'&7"#"&543254+"'5737+">7632#"'&#;2#'&1R9 J7)=P>+9J!;P1NbF)ktHuJ' /5H^=iH+=H=)Hd=`H7!+)Hv3W##;*-V9-B=:RR<=B-7V-=H+H  3#XyNLLNyX!3H-rV##'3FBZ@W,6 <bUM=K = M = M  >B@;:$#16"* +72654&'.5463232654.+"6;264&#"#367672#"XVB-JB5/bPw3jHNMswdFo5 ZIFFPh#V>$^~:'-8+bjFVͅuT3 5f)d 7FT^1'+Fe@b:@<  bb`U =M =M = N  >FD420/$14")" +732654&'.54322654&+"4;2654&#"#2#27632#"XV!/FTob s5hE6rJJAL9T1#5# T .u1Ts_CRi#VP)yj /TAchH}Ic7JZ'N93C "mT3kzbTVbg9S@/*I@7  Z bDK = N = L >Y@FDB@=;7641.+(%"SS +%32#&'.'.'.';2&#'54;2'4+"=73%+"276762#"'&#"#;;1T)w7V/D5;P=6BA6=P#;5Do1qEDT1-51 -fZ/d %;NH}A/^\PPRRo?f'5CV''@je}K@ 9%E@ @9bbDM=M=  L >Y@JGDA>;8##332 +4&+"=737+">7632#"'&#;2#&'&'&'.';2&#'54;25;H>)Hf>^H5)%$LuDxo$!`|5AK J7)=P;))#LNyX!3J+ J9+ +B=:RR9]@%1. IHG R @<  Z b  SM = N =N >Y@USPM?=;9640/-,3#33#6+%#&';2�'54;2'4+"=730%+"27367632#"'&#"7732'"./&5)9D5;P;8BA8;P!;5D%#9bT132+A\:T^+L=FjT6)  PPRRM/f'5!59HpR xe^3uha oUu@r#@ / D UL <  b `  S M= M =N >OMJG=;75.-,+'%#333"+%#"&#72&#'54;254+"=7307#"35367>32#"'0';2'".'&'}9?P;'++';H=--/8K2NME23!%?o3s#D1P;%LKJP%#߲'l14J"7+#3[)-V9-`9Z@,'P7 Z@4  Z  SK = N =M >Y@XUHFDB?=654333233: +'".'&'&';2&#'54;2'#5354+"=73%+"3#6767>32#"'&#"732ѲFjT6)I#;gD5;P;8BA8;P!;5Dd0\`-T132+?Z:Bd-!L=3uha.M PPC^XRRX^7mvf'5!5;FpP TRH^JQ@N5 J9$ A <:S M= M  >DB?<10'3#1 +%732�'54;25#53&'767!!67>32"'.';2'".'&'+=N;') />H2;hH7L/NPHb!%?m5j)B/P<DOLR-Vb?VRVTAfV;14J"7+#3])-V7/+9T@,I3 TK#PX@9 Z X  bM = N = M >@7 Z X  bK = N= M >YY@RODB@>(3Q$33: +'".'&'&';2&#'54;2'4'#"#!33%+"6767>32#"'&#"732FjT5)I$;gB5=N>5B1)1y'?w/X#>5Bb0\`-T17-+ +)uK3N;O=3uha.M PP5 NTb`R7mvf'5oT\+R9:^ P@!; P?(G @, bK= M= M  >Y@JHEB75)3Q#3#1 +%732�'54;254'#3;7+">7>32#"'.';2'".'&'B+=P='+-1;y%I4'=+=N#7L1LPF13! Dj3j)D/P9FMLKJN^^!LaM14J"7+#3_)-V9--Rd@a@:+%<  SC M  =M >RRPOLIEB?>=;85320-*)#33#23+%0'54;25!;2�'54;2'4+"=730%+"!4+"'5730%+";2#.>5BD5=N;6BA6=N#;5D>B5=O!<5D #;R RRRR_RR 3!VfyUS@PNI82 # <  SC  K  =M >SPMJGDA@=:736#C$3!2+%;2#&#'5473265!32%"#'5473>54&+"=7>3#"!54&+"=727#""V?7+ +7# 73 37%"7+E+7f73 5!/%87+  +875!. "75#%"9-]i@f1"DC XS <  Z  `  S M  =K >]ZWTQNJIHEB<;2/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'573263723326363+"3;2&#'54;2D5=P=6BA6=P#;5D>D3=O!L ) H#g'9}B7=O>3D RRRR_R Ry`n@k\KE  60<  S  M =N = K >ZWTSPMJFC@:851.,('$! `] +72326363'#";2%"'5473265!32%"#'5473>54&+"=7>3#"!54&+"=726b+ K!f)9{ 37! 7+ )7# 73 37%$7+E+7tw47) %87+  +875!. "75#%w-n|@yb@;'" < Zb`UUO L = K  >jigdaNLIEB?<962/,)32#""+%#"'4#"'3#37265$';2&#'54;254#!";2&#'54;2'4&+"=7332232636376237+σa1FdjA6=P=+BB D+=P=6B<=/^B^`/!)%#1}W!o=:=jɏ\+PC^-B RRR#1%RR/#-NsNz'yY@+RM83@; Z  bb L= L  =N>Y@WTQNKHDA=:36"#&3S2+4&+"=73!$7#"#"&543232%;2%"'54732654+";2%"'5473265 ;9RM:= ddŨ{s\ =9h78 $'39j7=;%"9-bÇN^N\%5!%% 61HH5!%%"4!}H BV@SA4<9bbQM=M> :80.)'"  B B' +>54&#"2654+ $!2#"&'.#"&5432B^E[bX> d`>3;B;+ 9qX)k!ZJ!=DFG J%h#PJ5#5+1/1 ;yMV ! ;@)(0:@+bU UOM>Y@ 54,*'%  ; ;' +>54&#"254&+ '.5432#"'&#"&546 s/Rd1D5;}s߁=ߠ^X71\)3Xo'LתRlkэ;\!j D!8=$ALbdZħ%'D.J@G&%<bbM=M=M>$'$&+72654&'3.5!23.#"3267#"XVA-RIj^J-+9TZLJ{w^Öh#V>$d'':!C菘r= yT^#15,@$#&@/bbM=M=N>Y@ ($$$$"+732654'3.5432#"'.#"327#" RZ#!-`G4 +%RjdX{ZRk+ZN)  X-3N+53žݰD5Nbgf-<@9&% <$#:CK =M >743"1+%;2#.#'54;254&+"'!&'7.+"#;X>5B=8FbF7>\wR)C{M)' {C -)/?@<+<&% :bCK=M >%$"C2 +%;2#&'&"#5473>5#"#!&57#.5.+V #!5},G-98T n^ +d5%3 3"8tDF0  (J&-F@@=,& 5A<<K = K >FC363$*34( +%&'&'&+&=73%+"67674+&=7307+"7;2&#'54;29:) ;:;>rk =5?+"D5=N;6AbbH!i"!%1BR-yED@A+% 3@: <M=  M   >EB?>=;53$)3$' +&'&+&=7307+"0654+&=7307+"7;2�'54;2{ ;;: @5@-'")'=O;'+'D  ! T+P-OZ@WC=)$L3 < S K  =M >OONMHEBA@>:834(3#2+;2�'54;2'!5!5&'&'&+&=73%+"67674+&=7307+"7!D5=N;6BV9:) ;:;>rk =5?+"7RR^:bbH!i"!%1P^-yLU@R0* GA <K= K  = M   >LIFEDB?<:9873$)34&+0'!5!&'&'&+&=737+"0654+&=7307+"!!;2�'54;2D5 ;;: @5@-'"D)'=O;'+'^)}D  ! T^PN/kz@wRK3B  <  b`bC K  =M >kkjifeb`ZYWTQLHG><C;34(3+%0'54;274'3.';&#'54;277654'.+"=73273+676'5#&=72327+"332#.53&'%91!--+)+3!B9Q` "D+fr~5RkC3so?;LgN ;9#+;=99=!!h+}%!%/)Ñ!!!f}#+fyhx@uOJ72Y@,+ (& <  b  `  `C K =M >hhedb_[ZTQNKHFFE33:33=#+!0'54;054'.';2&#'54;2?'07.'&+"75727+"7#6'43#"=737+"#;2#4'&;-F Q ;BE#E!!=0F h;ks;;F1'##? !X- H^n)\ 11Z##! %511\/RK#PX@/)K < :@/)K < :YK#PX@! OK = M >@- OK =K = M >Y@OMJA43C5572 +4&+"'!&'7.+"3!2654&+"=7627#";2#.'"$#""'54;>5=8E'H7> ! <7)'!:; !;~Vdc##=5 +#C}N)'!}C!-#7%11%%%"4\u8!Mk@h.HGDC@?;830-*)(%" ML +"3!2654&+"=727#";2#&#!'54732654&+"#!'7#&'.#j +5h75 !!79m7! A `+-75')37!%"95%%6?5!?:/)J)-FF@C32<UC K  =M >DA?;96%2B5$2"1 +%;2#.#5473265#"&54&+"=263#"3274&+"=267#"d#;|X8P Ӻ#9%%9#\^} <7%'7< Zw3$4qǞP/33-ubp/533%yKQ@ND?)#76<UC K =M >IFC@=:%3C4$3#2 +%;2#&'&'547326=# 54&+"=7267#"32754&+"=727#" #!5},G-97# `7!":'9wZ !7h855%3 # :995!. "-ojl7!%"9-LJ@GLKI"!<b SK =  K >FCA=;82B72B5! +#5#"&54&+"=263#"3674&+"=267#";2%"#54732657ų#9%%9#vFp <7%'7< <7+)8P ^bǞP/33-ZI/5335#13$47!yOV@S0+ ONL#" D? <b SK=  K >IFC@=:3373C4! +%#5# 54&+"=7267#"36754&+"=727#";2&#'547326=7f7!":9"" !7h85 #5J7# '/q95!. "-*7!%"97#%# :H-DS@P D' 82 <M = M= M  >B@=:76530-#3#33#2+;2�'54;2'4+"=730%+"63 ;2�'54;254#"D'=Q;6BA6=P#;5DV1)B!V;/+b PPRRyVRRPFdyDQ@N& DC 72 <  UM= K  >B@<9630-#3#33#1 +%;2�'54;254+"=7307+"672;2&#'54;254&#"7) =O;)++);P< )+);P>&)CD=RRCPPsfRRoS5D1N@K <U M=M= M>0.*)'%#"  +"!.#"$.547# 54632#"6$3 !326-]R䮨RŗV)@B1#9H'1qޛ5V}kwJ3b#17%^/y ) 3K@H#  <b UM=M= M>31%&##&# +3!"54&#""&547&54632#">32#!32C L3)>3TP%>>/b+jN#R`wB{j +nSE,X!5./ FEwH+ X5DCb@_98  C <U  Q M= M= M>B@640/-+)(%#  +"!.#"&547#"$.547# 54632#"6$3 !3267327-FZh;RŗV)@B1#9H'1qwRhcRT+!%Xޛ ^Tb}wJ3b#17%^/yqVb:BZ%DB>=9742&##$&# +3!"54&#"#"&547#"&547&54632#">32#!3273327A L3'@1%XhuP%>>/b+jN#R`wT%N+ 'VB{j +n^ ^T^},X!5./ FEwH+ ԍE1<'3353#1+%;2�'54732654&+"=73%#"qJ=33=OqZ//(21)11Z'7qsK1PX@XS %<9@XS %<9YK(PX@Sd Z  b U  U M = M =M >K1PX@Td b  b U  U M = M =M >@Qd b  b U  U K = M =M >YY@-{zsqomig`_]ZWTQNKJDB><:83&332 +'.'.';2&#'5473265"'5473267>3.'.#"'"&5463234&+"=73%#"27>7>32#"'&#"2;2#"&547232654/4635fsD=mqJ=3NbF$!Fsd5N6A-3L+ 4# -#7\D` ?g3=Oq23A `F\7%)$3 +L3-D3N6LimP B1/B !NŬp Z//(2RT\Ǩ/?6NV}ZB-=%-3'?ZP\=1)11Ze^NZ?'3-%=-DVTL7>/1LQOL?'-)!%#KPX@hc >-(<KPX@hc>-(<KPX@hc >-(<@hc>-(KPX@Qd  Z  b UUK= N = M >KPX@Td  Z  b UU M = N = M >K,PX@Qd  Z  b UUK= N = M >K1PX@\d  Z  b UUK= N =M = M >@\d  Z  b U UK= N = M =M >YYYYY@1 ~|xvrpmjgda^[YUSOMKIFEC@%335()$+"&5463232654'&54632;2&#'54;265"#'54732763&'&'"#"&54632;54&+"=737#"3267>32#"'&'"2;2'".'.Ŕ͏-#!$:-+;+%)g'1P1'u`'"L+L^5b4!# (0?7=m!`X#%3G1'#X`!l>7@2%#!3b4^L+N'^RbbP&#  #53#  $$/+''+/Xk?L\/f1'9}R\^/''')-^\R}9'1g/^FCjYw9\@83 ? [Z&! @N Z  b `bVO  K = N =K >Y@YXPNLJGE=:741.332#"+%#"'&"'#372654.';2&#'54;2'4+"=73%+"6767>32#"'&#"2'х\1JboNmD5;P;8BA8;P!;5Dd0\`-T132+$?Z8!+PC^-Bo1PPRR7mvf'5!57JnPf'}O@94 '"K*PX@>b  U M =  M =K =N>@E   bb  U M = M =K =N>YY@NMKIFDA@>;33332"#)+#"&543232654.'732&#'54;254+"=737+">7632#"'&#LXNŪxs]Zk?muC+=P;'++';H=+Hf=`E8!+)>hoP^Nw^-LKJPLNyX!3N-Q@71" F@<b  SUO M  =M >Y@PNKJIHEDB@<96542/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'5730%+"#"'&##3326D5=N;6BA6=N#;5D>B5=O!<5Dυ\1Ffh RRRR_RR +NAZ1?qbyRW@T;6% <   bS Q K =K >QOLJGE@=:733C6#C$+%!32%"#'5473>54&+"=7>3#"!54&+"=727#"#"&543232+7# 73 37%"7+E+7f73{5H\ZZ7+  +877. "75#%"9χP`+%-N_@\71"I <  SC M  =M >NKHGFDCBA?<96542/,*)3#33#2+%!;2�'54;2'4+"=730%+"!4+"'5730%+";#7�'54;2D5=N;6BA6=N#;5D>B5=O!<5DDq-P>5B RRRR_RR RyVS@P# OI8 <  SCK=  K  >SQNJGEA@=:72%3333C2+4&+"=7>3#"!54&+"=727#";#7"'"'5473265!32%"#'5473>537%$7)E+7f73 pF"! 7+ )7# 715!. "75#%"97%87+  +8-FF@C32<UC K  =M >DA?;96%2B5#3"2 +%;2'"#46;2'#"&54&+"=263#"3274&+"=267#"d P7V};!Ӹ#9%%9#\^} <7%'7< 3%3w9ZqǞP/33-ubp/533!yKQ@ND?)#76<UC K =M >IFC@=:%3C4$3#2 +%;2'&#46;26=# 54&+"=7267#"32754&+"=727#" !9?}5!# `7!":'9wZ !7j859!#%5995!. "-ojl7!%"9q!S]@ZFA-(<dU   V= K  >QOKHEB>;751/,)&$!!''#"+#"&547232654/463! 32&#'547267672;2&#'5473254'!"ݗimP!A1/B! N)3 %T+ 1)#N;D1$: M673!3LQOL?'-)!%I T-1)+=9J?@=9) '5X JOXc@`QP) <d  b  `   `UM= N > XV O OMKFD#'(#()$+"&5463232654'&54632'"&546?4&#"#"'46322632#"&/32ǔ͏-#!%:-+;+%)wrHH=T A)`y#9!-_3Z\udH:RccP&#  #53#  $$wjmqz5+{&!7 5VX-/7! --9=L#XF{HT@Q;6"<U   V= K  >FD@=:730,*&$!#+462"$4632"! 32&#'547267672;2&#'5473254'!"?BZBBZLA-/@BZ3 %T+ 1)#N;D1$: M673!ZBBZ??ZBBZ?I T-1)+=9J?@=9) '5X JBKDC @8  b  `   `UM= M >Y@KIBB@>97#'("$+462"& 4632"'"&546?4&#"#"'46322632#"&/32AZBBZAA-/@A[XwrHH=T A)`y#9!-_3Z\udH:/@BZ??ZB?0-?=wjmqz5+{&!7 5VX-/7! --9=L#XF+Z@+10 B= JF XW  < Z Z U S L = M =L >URPNIGA?9752.,)'" ZZ +!4&'547325!32&#'54732676&#"=7)#!"32>746;#"7.+!267TD7o>= O//1K*PX@6  bU M = M =M>@@  bU M = M =M=M>YY@ A?86/-)'#!EE +">54&673262>2327#"&'#"&54$74&#"#"&546 NlS P73D\R-Z`qnR/ruC/b ^L9H1>331} FP9BFoH?V9{;Bv[xʅ1XoRVRVan)!7 5=-V1VqZ@,10 B= JF XW  <dZ ZU  UL = M = L >ZZURPNIGA?"454''#"+#"&547232654/463'54732654&+"'57!#!"32>746;#"5.+!267/imP!B1/B! N=43> RF+  +!:PpX!3LQOL?'-)!%-)11)/<[3#)sKFy)%1;yFs*?G@D,+ <dU VM= M>?=#$&$()$ +"&5463232654'&54632!654&#"%"&5432#!32͏-#!$9-+<+%)ZHX32=43b ͨPw{RccP&#  #53#  $$oj-fM+ћ+5RTD/@,<SM=M>$&%"+!326'>32! '!65#"//˅Rᮨ RoV}kw}|B/y{=j /@, <SM=M>##$&$+!32>'62#"&543!54&#"uX32=43bͨPw{/ok-f+ќ+5RTj 2>@; <US M=M>1/&%"$$ +462#"$462#"!326'>32! '!65#"mAZ@@-/BAZ@@-//˅Rᮨ RoZA?/-@@ZA?/-@%V}kw}|B/y{=j2s @'US M=M>Y@ 20#$&$$ +462"& 4632"!32>'62#"&543!54&#"BZAAZBB-/?AZX32=43bͨPw{/@BZ??ZB?0-? ok-f+ќ+5m]K1PX@kf8<&!9@kf8<&!9YK(PX@O  Z  bU UM = M = M  >K1PX@P  b  bU UM = M = M  >@M  b  bU UK = M = M  >YY@-|zsrpmjgda^]WUQOMKDC=:75/.332!$+462"& 4632"'.'.';2&#'5473265"'5473267>3.'.#"'"&5463234&+"=73%#"27>7>32#"'&#"2;2BZAAZBA-/@BZoftC=mqI=4NcE%!Frd5N5B-3L+ 3#!,#7\C` @f4=Pq23B aF[7%)%3 +K4-D3N5/@BZ@@ZB@/-@mŬp Z//(2RT\Ǩ/?6NV}ZB-=%-3'?ZP\=1)11Ze^NZ?'3-%=-DVTL7>/# KPX@[V 1 <KPX@[V1 <KPX@[V 1 <@[V1 KPX@O  Z  bUM =K= N = M >KPX@M  Z  b UUK= N = M >KPX@P  Z  b UU M = N = M >K,PX@M  Z  b UUK= N = M >K1PX@X  Z  b UUK= N =M = M >@X  Z  b U UK= N = M =M >YYYYYY@1~{yxusqokiec`]ZWTQNLHFB@><9863%334"+4632"& 462";2&#'54;265"#'54732763&'&'"#"&54632;54&+"=737#"3267>32#"'&'"2;2'".'.5@/-AAZBAZBBZZ'1P1'u`'"L+L^5b4!# (0?7=m!`X#%3G1'#X`!l>7@2%#!3b4^L+N'^/@BZ??ZB?0-?/+''+/Xk?L\/f1'9}R\^/''')-^\R}9'1g/^FCjY=7w4<Ef@c#<bb    UU=M = M>EDA?<;871/)' 44 +%2654.+"74;2>54&# #2632#"&'&'4632462"$4632"5wT! aV{=uZP 7?s7^0"f'HBZAAZKB-/@BZ=/cnF')3VV/ow!s\F+JP)7\wBZBBZ??ZBBZ?B0:C!@:b    UUM=M= M>Y@ CB>=9853-+'% 00 +%2654&+"546;2654&#"'652632!"&546324632"& 462"qF|JGq @fPoA^[F V>y¸?-R :?0-AA[ABZAAZ/`oPy"e;NZ{jw{mkZ/L;<b/@BZ??ZB?0-?HVd/C@@'&!<b`QM >$"  /. +2!".5463232654.#"!'3Bf)`AF{5-<{Aij3-[LZ r-" D+# N/-f@-@J?Uq^-^  +/w(E@B%$<&:db`M=M>"$"#) +#!2#"&54232654&#"#"'^fj&3JPg)F#7lDh#5(șb:F=X}NRy J%#=Q]Z@W?># TRZWR]T]QNKHEB$34$37333+;2&#'5473265;2&#'5473254&+"=73%#"54&+"'573%#"%!"5463!2j4=5P5=4d1>7P7o1>7R/7=24=5Q-5q!5!/)//+-V1)//Z/)11+-R/+1/%-"-BO[h@eN43 ?:9&<  U K= K  >RPXUP[R[LIDB>;860.*'$!OO +%#"4.#"'573%#"32&#=473>532&#'5473>54&+"=7%!"5463!2J >7 qI =76= h =7Z1 {O ?76= p!5"w5 )A 75 'C9 57  8) 57 81D( 7%-#,%#m e[@XSR*) 72!<`[JE ; U  K = K >eb_\YVOMIFC@<:37335$"+4632"&%4632"&;2&#'5473265;2&#'5473254&+"=73%#"54&+"'573%#"?/-@>^??/-@>^?4=5P5=4d1>7P7o1>7R/7=24=5Q-5q/@@^>@-/@@^>@/)//+-V1)//Z/)11+-R/+1/BOYb@N43 ?:9&@(  U K= K  >Y@&ba]\XWTRLIDB>;860.*'$!OO +%#"4.#"'573%#"32&#=473>532&#'5473>54&+"=74632"& 462"J >7 qI =76= h =7Z1 {O ?76= @/-BBZBAZBBZw5 )A 75 'C9 57  8) 57 81D( 7/@BZ??ZB?0-?Lj +5@2UM=M>*($"#" +4632"$4632""32! ! ?/-@>^B?/-@>^{ ZA?/-@@ZA?/-@6+Jh)/F %-fKPX@"M =M=M>@ UM=M>Y@-,)(%$!  +"32654&432#"4632"$462"\e2tNHnwh39ms@/-AAZKBZBBZ9ՏTo TTPVj[AA[??[AA[?LD '>@; "<UUM=M>#!"!%$$"+! !  #"6323'"&#"32{ B}mFfdo7khlbH]Jh)/Bی-^Y^4F,F@C& <bbUM=N>!#&$!#("+432#"%#"&#"32656'.#"63232Fwh39ms\E+ ) 5lFHnx\ZdNJ+u!" TTPV?@ RrV͌$-Lo .;O@L( 6/ <U  U  UM= M>:85320!%$$#$$ +462#"$462#"! !  #"6323'"&#"32BZ@@-/ABZ@@-/{ B}mFfdo7khlbH]JZB@/-@@ZB@/-@h)/Bی-^Y^4F"2?@ 93 *#@7 b  bU  U M=N>Y@?=<:75$!"$(" +432#"4632"& 462"#"&#"32656'.#"63232Fwh39ms@/-AAZBBZBBZ\E+ ) 5lFHnx\ZdNJ+u!" TTPV/@BZ??ZB?0-??@ RrV͌$-Vj Hq@n-, &<;  bb  b UU U M = M  >EC@>97310/*(!#!"#"+4632"$4632"#"&#""54632327 #"'676$3 !"'&5463232>@/-@>^A@/-@>^\_?K1PX@I b  ````    U=M=N>@O b  `````    U=M=N>YY@BA=;7632/-,*!!"#$$!!+#"'672632#"&5463232#"&#"#"5463232462"& 4632"` qbHHJ+L YAN?/! ) sA/y%&AZBBZAA-/@A[fvquP$K3:i'7 -'/@BZ??ZB?0-?=5A@ # K(PX@+b   UK = N>@(b   U RK >YY@ 86>;6A8A31.,'%" 55 +%267&"=73%#"6&+"=737"#"&5432!"7463!23B)\1oT`N1+B= VF5H\\D#(!5!V7_o11$)n511">öN1b//%-"-$%:FN@K61#*<b   UK=M>=;C@;F=F#3&#C'#$% + #"&5463232>?.#"'57327"76#"'5737"!"5463!2u8Md;0kH04  #8%!7;T`;#yC!r[f\!5!Iie48818#(hIdP731-/)`1/%-#,m I@ 72"* K(PX@,  bU K  =  N  >@)  bU   R K  >YY@GEB@;9630-'%!II$"+4632"&%4632"&267&"=73%#"6&+"=737"#"&5432V@/-?=^@@/-?=^@3B)\1oT`N1+B= VF5H\\D#(/@@^>@-/@@^>@7_o11$)n511">öN1b//$%:CM@61#*@+b    UK=M>Y@MLHFBA>=#3&#C'#$% + #"&5463232>?.#"'57327"76#"'5737"462"& 4632"u8Md;0kH04  #8%!7;T`;#yC!r[fAZBBZAB-/?AZIie48818#(hIdP731-/)`1/Z/@BZ??ZB?0-? W@ E@0*8 K(PX@/dd  b K  = N  >K1PX@,dd  b  R K  >@0ddd  b  R K  >YYY@"!USPNIGDA>;53/.-+(&!W"W'&+#"&54?62"'&'4?62267&"=730%#"6&+"=737"#"&5432 A  u)3B)\1oT`N1+B= VF5H\\D#(& % 7_o11$)n511">öN1b//$%B:JY@61#*@4   bb = =K=M>Y@XVQOIGA?#3&#C'#$% + #"&5463232>?.#"'57327"76#"'5737"#"&54?672#"547632u8Md;0kH04  #8%!7;T`;#yC!r[f$  $%. x 2#3Iie48818#(hIdP731-/)`1/ %3   -;Tm R[@X$4 <U  U K  = K >OMKHCA><:731,*'%# RR##+462#"&%462#"&265#"&54&+"'57#"3274&+"=7#";2'547yAZ@@-/?A[??./?w5ת;#2 $=Qo5>? >53> /@@^>@-/@@^>@s)7߇͟+5 79  4`^5! 97 :;% 99 #jFOY@95 F' @,    U  U K=K >Y@YXTRNMJIEC><#5%$35$#2+4&+"=7%#";2&#'547326=#"&=4&+"=77#"327462"& 4632"5!   357! L #5?uY6  1!3ZZAZBBZAB-/?AZ=% 77 %==% 75 $>/)w;% 75 #3ZX/@BZ??ZB?0-?/&K,PX@<@@$ZOL =M >Y@$#  && +3#'54;2'4&+"=73!#!"32#.÷;8B%<;);{ ;|R1#< \yTy)K,PX@ <@ K,PX@*Z`CK=M >@+Z`OK=M >YY@('$! )) +3'54;254&+"'57263!#.+;2#&ٲJ 5(#j 9euc@`E@3._<U  U K  =M >fffuftkida^YOMJGDA>;8535332$$+462#"$462#";2&#'54732654&+"'573%#"4+"=73%#"32#"&#'54732532>4.#BZ??-/ABZ??-/pI=43>Pq`q5J15=4wCJlX'5q-NXF) !:nLZA?/-@@ZA?/-@Z//)11)11ZZ11+/u1Jnc?bN- /Z9-);XHZEY;)J&3Ycl@A< S@0U  U K =M  >Y@lkgfba^\XUROKIFC@=:7#'3343#1+4+"=730%#";2&#'5473265%4.+326%4&+"=73%#"32#%'5473264632"& 462"XX'J'X'1'P'1'A58IXL'1'H'1'ɬ'1'q?/-BBZABZAAZZ11Z/+//+/d17.'67/\L0'PTN$%BL`((=595Pf)ZVVJ"#NhmC B*&qLT=VZs# "+4'&'467272!!&5476\{mX =-'3 QH #/7{jHT<J>+?T C1ow9-s+7P+sOH"+#"'3&70###&'3&'+&67>54'&5467.'&547367&746?B/ N -[ZcV !XV#ZoZ6 /TT ( XTd#53!C? +)'-! sd;!/bfU9d^%```;`Dn83R #ay-R> + jQJ^d*=9d\+o=T   -! "+23!7!654.#!"&54>?3RyT7V3w3m%54&'&546?3 F5/A% oR|=FX++#`buX1')@-/5bƃR u=X%''}y#"+'#6'4'4&57!"746?3!2 17V++'!V\u#%JZDW L!;R6,"+'674&5&54632%'654'&547!"&46?3!2#unb^')19t^lX,,%fF)JBQ DFJmzR1##'BLb-ٗR[ ^9D15J "+6&'.546?B7D\s_00%;?"'/6N#1/~ %)++2GHq5hN+D$F?`)+R5H\ %!}5-"+#'654547!#0'6'4'05&5467.546?3!2VhBFxJNhBI=R^`^// 1)dV{7mM#H+-۞==*wV 'dF/PI}T ZFBGR=O=,("+47&'46?#!654#"'67632!&'&\BR**:;1)juX3dLuhDPo-OV4w%-5mpJTL-)@^3MZ"XlJ "+'654'.546?32%!VwfoT++#!X^)B`PE?O%'X\j"+#!"&46?7!2"L!4T3+\`V,,-5'u9PNNF}'= m} "+4.#!"546?3!2#!7!26 @1V**) ZR<\PPfc/BY P=ْy2)"+3!2"547>54&#!"547674'&5473-+XX5uLFJ+:X7#b q$s+}nTi3R[oLX`PLh)) ')R!7<-7{  "+!!.'.67#"&546?3!2R@EZgX--$;@N++ݔjVEBHFEF%7)"+7!7!654&#"#"&54&'.546?76'1B )P1i??41 -NTN&%8-83{? !՜v٘pao 35' T89L F  +%  Ufy" "+67654'&746?37TQ**M-5L))!!'>fBf$- BU T#?-{\u+%=[+\s#"+!7!&'&547654'.546?3# GR 5X,, XFXJ/ms+P7?_9wo1D U?DKJC767654'&546??&'.547.546?&'#>5!A3P(( '/IbHG-9=>-BTP''6%/A!123-#H):yh/9+hDT-#\=" 8 '>3Z:;{R/?SJA1#F =V!%E1  F2$"+#0#""'47.546?;2#"4'&+P/B!%"f3Nf33!`! :&B+'m5!/ `/1ToQyo93@ZFX>/)Ig }3.$"+4.#!#53+""'47&546?3!2#!7!2 @1-!/\/B!%"fHT++) ZR<ӬPfc/NF/)If +DBY P=g="+%&476'4'.54>?67&546?3&'5'5?0 #d/. 2/:E#-7yĢP''>`iBFpݬDv)9R!w/mZ)1?D'E-#38 8)+lF>%oH` `?&'#!7!&'&'&74656#"&546?3#?gFN%14F5B71D-F+^/?m+CR)`uV++.bP')N1-BH81XD#-Cb,B//; Xu=DboPE?SR5TFJd#/;u5$ "+'4730'"54%>54.#!"&546?3!2G^Xqh39I/"f\s`/0)yRt:PDIB;1;NN!LV3{B!+?%\C=HH3DrH;Z~^1-'-P"+054&#!"&546?3!2TeZm\/.%c26ZA9P R)3^2"+!&5&'.'&'47&54>"#6&54>?232&'36654'&546?#3˃9DN X 34} 21 + ZZ}b}!/1 !)5 =J5-)}V++%1<Zd{5/BNAu-V9L #+%{fu5X)@"F!7'c+ ;>7-NJZ;  C,""+654&+!73&'.547"&546?3!2#Tdf# #{Xm\..*b1$zb{!Y>E-ZA9P R)3%2% "+6&'.546?!6&'.546?;5F\s^10#;!;qj#0J!#9)T^f "+2#"547>!2#"547>y;qj#0J;qj#0J!#9)T^!#9)T^HD L@?:&!@-  V UQ= K  >Y@$JHDA>;740.*(%"    +"2654&4632"! 32&#'547267672;2&#'5473254'!"+::V9;fHFji{3 %T+ 1)#N;D1$: M673!?+)@@)-=ecGFdI T-1)+=9J?@=9) '5X JF DMFE @>  b  `  ` UQM= M >Y@$MKDDB@;9870.+)"     +"2654&4632"'"&546?4&#"#"'46322632#"&/32+99V:KPX@.ZU UM = M >KPX@(U UM = M >K#PX@.ZU UM = M >@4Z ZU UM = M >YYYY@B@71.+&#! %&" +462"32654.#"32>54&#4;2654&+"=73263 )'LfLLfdru+IH)\31V`D%;#%C>9qT3kJJkIstHe/'1)9a`3"2/%-N%Rۚ0@",.<-9K%PX@,b=M =M=N>@*bU=M=N>Y@ $%4$"+462"2654&#"4&#'"/>72632#"''67LfLLf-9w}qK;c#A L#!wZX=F^kIIkJ_3ӱ@^8 ;!RVfm Bd--!CKPX@0<;C <KPX@0<;C <KPX@0<;C <K#PX@0<;C <@0<;C KPX@-Z UQM = M >KPX@' UQM = M >K#PX@-Z UQM = M >@3Z Z UQM = M >YYYY@B@71.+&#! %&" +462"32654.#"32>54&#4;2654&+"=73263 )'IkJJkGru+IH)\31V`D%;#%C>9qT3kJJkIstHe/'1)9a`3"2/%-N%Rۚ0O@L",.-<bQ=M=N>$%4$"+462"2654&#"4&#'"/>72632#"''67fLgKKg9-9w}qK;c#A L#!wZX=FkJJkI3ӱ@^8 ;!RVfm Bd-'- %GKPX@4@?G <KPX@4@?G <KPX@4@?G <K#PX@4@?G <@4@?G KPX@.Z U QM = M >KPX@( U QM = M >K#PX@.Z U QM = M >@4Z Z U QM = M >YYYY@FD;52/*'%$   +!"7463!232654.#"32>54&#4;2654&+"=73263 )'% ru+IH)\31V`D%;#%C>9qT3')XstHe/'1)9a`3"2/%-N%Rۚ 4\@Y#&0 21<bQ=M=N>/-)'"!   +!"5463!22654&#"4&#'"/>72632#"''67 -9w}qK;c#A L#!wZX=F()T3ӱ@^8 ;!RVfm BdFv <@$(' +6  5 < ;:K PX@7db Z  X  RM=M>KPX@8dbb  X  RM=M>@9dbb   `  RM=M>YY@ 9742.,*)&$  < <# +#"547"'7.5!23.#"3 7672#"'73274&D95' WNwp' #M9="2@TdDON(f7jwq yx+-.1[?8N[#6T+LJh B @!,+1< ; <;K PX@=b Z   ` RM=M=M>KPX@>bb   ` RM=M=M>@<bb   `U RM=M>YY@?=:8420-*($"BB$! +632#"&547"'7.5432#"&'&#"327'"'632#"'73274&b N''' 5( U8/1?cTuhmw(b1@UdDON)f7d1/!  ۭ{Z1A5+¦م'O?8N[#6T+-sw5HKPX@ *<KPX@ *<K!PX@ *<K#PX@ *<@ *KPX@&ZUM =M >K!PX@ UM =M >K#PX@&ZUM =M >@,ZZUN =M >YYYY@54#56)# +462"32>54.#"'54732654&+"=7! #JjJJj}=ujM"R{tB=l=43>^5XcjJJjJ!--j˒`N-o-)11)/mZ!L6@50/(@+bU=M=M>Y@ 5%#$ +462"&"327#7#"&5476324&#'"5'>72 LfLLfTPw^?a8K|F;\@狅V"B L#!^kIIkJyƸZB38@@a3){'^8 ;!R-s+5CKPX@ *<KPX@ *<K!PX@ *<K#PX@ *<@ *KPX@%ZQM =M >K!PX@QM =M >K#PX@%ZQM =M >@+ZZQN =M >YYYY@54#56)# +462"32>54.#"'54732654&+"=7! #IkIIkp=ujM"R{tB=l=43>^5XckJJkI--j˒`N-o-)11)/mZ!L6O@L50/(<bQ=M=M>5%#$ +462"&"327#7#"&5476324&#'"5'>72{LfLLfPw^?a8K|F;\@狅V"B L#!kJJkI&yƸZB38@@a3){'^8 ;!R-)s+ 9SKPX@ .<KPX@ .<K!PX@ .<K#PX@ .<@ .KPX@&ZQM =M  >K!PX@ QM =M  >K#PX@&ZQM =M  >@,ZZQN =M  >YYYY@981/,)$!  +!"7463!232>54.#"'54732654&+"=7! #3 =ujM"R{tB=l=43>^5Xc')q--j˒`N-o-)11)/mZ!L! :]@Z943, <b Q=M=M>872/*(#!   +!"7463!2&"327#7#"&5476324&#'"5'>72 5Pw^?a8K|F;\@狅V"B L#!()yƸZB38@@a3){'^8 ;!R-~s+3E@"-,<;K PX@.Z `R M = M >KPX@/b `R M = M >KPX@9b `R M = M =M >K!PX@/b `R M = M >K#PX@9b `R M = M =M >@? Zb `R N = M =M >YYYYY@CA860.+)%#! 33 +"'7!'54732654&+"=7! #!632#"'73254&32>54.#"R5' ]=43>^5Xc'2@TdDON)f7T=ujM"R{tB= -)11)/mZ!f?8N[#6T+D--j˒`N-L;E @* EKPX@9bb XR= M= M>@:bb `R= M= M>YY@DB>=8631-+)(%$ ;; +"'7.5476324&#'"5'>72#7632#"'77254&&"3275' PV"B L#!8K|F:Y<2@UdDPN)f7Pw^?a {'^8 ;!RB38@@a2)J?8N[#6T*`yƸZ-Xs+ 8oKPX@-<9KPX@-<9K!PX@-<9K#PX@-<9@-<9YYYYKPX@eM =M >KPX@$ZeM =M >K!PX@eM =M >K#PX@$ZeM =M >@*ZZeN =M >YYYY@870.+(#  +&''6732>54.#"'54732654&+"=7! #qF4RL3;A=ujM"R{tB=l=43>^5Xcoq'RXN\'^ --j˒`N-o-)11)/mZ!LX 9a@^832+ <9be=M=M>761.)'"  +&''67&"327#7#"&5476324&#'"5'>72F3RL3;Pw^?a8K|F;\@狅V"B L#!oq'RXN\'^-yƸZB38@@a3){'^8 ;!RV JS@! 2-:6 HG    QO J JEB@>971/)'%"   +!"7463!2'54732654&+"'57!#!"32>746;#"5.+!267#"/ 5"=43> RF+  +!:PpX! .%-"-)-)11)/<[3#)sKFy)%1;yrFs(%:R@O'& <dd V UM= M>:8530.*(" %% +#"/7>36!"5463!2!654&#"%"&5432#!32q %B'8!6!)HX32=43b ͨPw{% %(%-#,oj-fM+ћ+51 JS@#! 2-:6 HG   @G  bZ Z  U  UL =M= K >Y@$ PN J JEB@>971/)'%"   +!"5463!2'54732654&+"'57!#!"32>746;#"5.+!267'"547!5!=43> RF+  +!:PpX!)b,%-"-)-)11)/<[3#)sKFy)%1;y^iFs $9V@S&% <dd V UM= M>9742/-)'!$! +632#"&547!"5463!2!654&#"%"&5432#!321 >   U!6!)HX32=43b ͨPw{,+ %-#,oj-fM+ћ+51XV+ I@ 1,95GF   <9Z Z  eUL =M= K  > I IDA?=860.(&$! +&''67%'54732654&+"'57!#!"32>746;#"5.+!267F3RL4< =43> RF+  +!:PpX!oq'RXN\'^o-)11)/<[3#)sKFy)%1;yFXs *I@F<9eUM=M>*(%#   +&''67!654&#"%"&5432#!32F4RL3;oHX32=43b ͨPw{oq'RXN\'^oj-fM+ћ+51V+R@$)( :5 B> PO     <Z Z  UUQL = M = K >RRMJHFA?971/-*&%"  +267#"'&#"'632%'54732654&+"'57!#!"32>746;#"5.+!267%+:+3RR%))5-}FQB=43> RF+  +!:PpX!0G=51;A4-)11)/<[3#)sKFy)%1;yFs3^@[   < UU QM= M>31.,)'#!  +267#"'&#"'632!654&#"%"&5432#!32m%*9+3RR%))6-}FRBHX32=43b ͨPw{/G=51;A31oj-fM+ћ+51~Vq d@0#(' 94 A= ON S^] <;K PX@^d ZZXU UR L = M =K =L >KPX@_d ZbXU UR L = M =K =L >@`d Zb`U UR L = M =K =L >YY@-a_\ZVTRQLIGE@>860.,)%$!dd "" +#"&'33267"'7!'54732654&+"'57!#!"32>746;#"5.+!267!632#"'73254&{ks9 }TP 5' \7=43> RF+  +!:PpX!)&1@UdDPN)f7qh}k9DC: -)11)/<[3#)sKFy)%1;yf?8N[#6T+Fts9 ;F@$%$*5 4 <; :K PX@; Z   `U  U  R M=M>@<b   `U  U  R M=M>Y@CA=<8631-+)&#!;;%" +3267#"&'"'7.5432#!327%"#632#"'73254&!654&#"y`RB^y 5' Z ͨPw{j3b #2@UdDPN)f7HX32=49Tld\1 ћ+5ˁ+]>8N[#6T+oj-f1Gh@e#(' 94 A= <ZU UL = M =M >GE@>860.453#2 +462";2�'54732654&+"'57!#!"32>746;#"5.+LfLLfdpI=43> RF+  +!fLLfLZ//(21)/<[3#)sKFy)%15f=C@@72 <bUM=M= >63#""&#$" +462"#"'546;5432#"'&#"32'#&#'54?>JjJJj^7+/<9630-*($"  +!"7463!2# 4$323.#"3274+"=73%+" 5" sfFyo''P3 eP  9#%-"-%`bzN-.R=X00)F &Z%@R -J4 G KPX@F  bU  U M =M=  M= M  >KPX@D  bUU  U M =  M= M  >KPX@O  bUU  U M = M= M= M  >K!PX@D  bUU  U M =  M= M  >@O  bUU  U M = M= M= M  >YYYYY@,('VTQODB=;:831,*'Z(Z$"&%   +!"7463!24&#"36"'32654!""'&"#"'32632#"&47.7.54632>32 5"XJ?NRV/-= 59 oחjA :"/õ˦bk8Eߚ{E+y+5:0H%-#,wqmb/`lj/<%Z D74Pm\zq;c'L''/7#%--wPX\@YHC 4/<US K  = K  >XWTSPOMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!462"3>PqqJ=4pI=43>Pq=kIkJJk1)11ZZ//(2 Z//(21)11ZcjJJjJJMy@D?>G0+#@&bU=M= >Y@ &;;,9+462"&#'54?>54&#"&#'54?>54&#'"5'>72>32JkIIk05P%#)=!B+:O3/"B L#!RXWTSPOMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!462"3>PqqJ=4pI=43>Pq=kIkJJk1)11ZZ//(2 Z//(21)11ZckJJkIJMC@@D?>G0+#<bQ=M= >&;;,9+462"&#'54?>54&#"&#'54?>54&#'"5'>72>32JjJJj05P%#)=!B+:O3/"B L#!Rdb^]ZXTSPOMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!462#"$462#"3>PqqJ=4pI=43>Pq=AZ@@-/BAZ@@-/1)11ZZ//(2 Z//(21)11ZcZA?/-@@ZA?/-@J W@NIHQ:5-@(b U= M = >Y@ US;;,9# +462#"&462"&#'54?>54&#"&#'54?>54&#'"5'>72>32BZAA-/@AZBBZ05P%#)=!B+:O3/"B L#!R = @=   b  `S RK =M  >Y@!hgeb_\YVQNJIFDA?<:642023#3332+4&+"'573%#";2�'5473265!;2&'632#"'77254&#"'7'54732654&+"=73%#"!3>PqqJ=4pW$2@TdDON)f75' W=43>Pq=1)11ZZ//(2 Z/^?8N[#6T* /(21)11ZcJ]@#H@1,LW V <;K PX@5b Z   ` R=M= >@6bb   ` R=M= >Y@ZXUSOMKI><0-" ]] +"'7'54?>54&#'"5'>72>32&#'54?>54&#"&#632#"'77274&5( V,3/"B L#!R\ZUSPOMJGDA>963023#3332+4&+"'573%#";2�'5473265!;2&#'54732654&+"=73%#"!3267#"&'3>PqqJ=4pI=43>Pq=y`RB^y 1)11ZZ//(2 Z//(21)11ZcTme\HJ S@JEDM61) @%bQ=M= >Y@ &;;,;%"+3267#"&'&#'54?>54&#"&#'54?>54&#'"5'>72>32yy`RB^y 05P%#)=!B+:O3/"B L#!R852/,)$!  +267#"'&#"'632;2&#'54732654&+"=73%#"%+:+3RR$))5-}FQBpI=43>Pq0G=51;A4Z//(21)11Z Z 3;@.-! @#UUQ= >Y@;:7610   +267#"'&#"'632&#'54?>54&/$72462"%+9+3RR%))5-}FRA#/1P3-TLGgGGg0G=51;A4 )% //')H5 =%fgGGgGu/9CO@L)$<:  b    UK =M >CA=<973353#5# +'"547;2�'54732654&+"=73%#"462#"$462#"b,pI=43>PqTAZ@@-/BAZ@@-/]iZ//(21)11ZVZB@/-??ZB@/-?D  @@ ;:.)KPX@$dbM == >@"dbV= >YY@ >=:'$!+672'"&5474632"& 462"&#'54?>54&/$72} ;  l@/-BBZBAZBBZ{/1P3-TL,) t/@BZ??ZB?0-?m )% //')H-F%-DXO@L>9)$X0TO<:dK  = K  >SPLI=:'$353#5# +#"547;2�'54732654&+"=73%#">&#"=737;2&#'54'F9pI=43>Po  RO =m}BT)% N[jwZ//(21)11Ze !++w=7!X -5; _@.)YTLE@?@-b``=K= >Y@ XU>$58$! +632#"&5474&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?> N''& u"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/d1/! F^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'-D-WN@K=8(#W/SN<Q K  = K  >ROKH<964$353#2 +462";2�'54732654&+"=73%#">&#"=737;2&#'54'5JjJJjpI=43>Po  RO =m}BT)% N[kJJkIZ//(21)11Ze !++w=7!X -5;YL@I(#SNF?:9<bQ=K= >RO>$54 +462"4&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?>IkJJk"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/kJJkI^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'-'D- ZY@V@;+&Z2VQ< QK  = K  >URNK?<970.*'$!   +!"7463!2;2&#'54732654&+"=73%#">&#"=737;2&#'54'  pI=43>Po  RO =m}BT)% N[')uZ//(21)11Ze !++w=7!X -5;% ]Y@V,'WRJC>=<b Q=K= >VSB?1/+(#"  +!"7463!24&#'"5'>7267676&/&75737#&#'54'&'&'&#'54?> "B L#!9:2Q+ H=`' 5>;P!#h1+:O3/')y^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'--.H@E! <';QK =M =M >33$33 +462"4&+"=73%#";2!0'54;265LfLLf5<PoEHP-B!A%kJJkI1)11Z/^ى)"/1/"*0@- <bQ= ><2+4&#'"/>72&#'54?>5462"#A L#!/5P30JjJJj^8 ;!R)% //')CkJJkI = 9Z@W -,2 <  Z UQK =K >741/+(%#  +!"5463!2462"4&+"=73%#";2!'54;265Z!6!LfLLf5<PoEHP-B!A%%-"- kJJkI1)11Z/^ى)"/Zm"*6p@ @#bUQ= >Y@-+30+6-6<2+4&#'"/>72&#'54?>5462"!"5463!2#A L#!/5P30JjJJj3!5!^8 ;!R)% //')CkJJkIn%.#--- 1N@K%$*<ZQK =K >/,)'#   +!"5463!24&+"=73%#";2!'54;265 5<PoEHP-B!A%()r1)11Z/^ى)"//".7@4 <bQ= >%#+(#.%.<2 +4&#'"/>72&#'54?>5!"7463!2#A L#!/5P307 ^8 ;!R)% //')}()-X- 1Z@W$#<*;9eK =M =M >/,)('&" +&''674&+"=73%#";2!0'54;265F3RL3;5<PoEHP-B!A%oq'RXN\'^1)11Z/^ى)"/X5"-;@8 <+*(&%9be= >###-#-<2 +4&#'"/>72&#'54?>5&''67#A L#!/5P30F3RL3;^8 ;!R)% //')q'RXN\'^1MS@PH@ C&%2-<: d  K  =K =>MJGFBA4336%337# +#"747;2&#'547326'#"' ;2&#'5473276&+"'57!67!#"9X1<H=.@*/+/@H{9"<ZB=>yjw/+//(2}''+_1)//Z3'11BFh g@cbIVQ?:'"@,ddb M =L  >Y@feURHF3(="!$! +632#"&5473632632&#'547654#"2&#'547654'"&#'54?>54&/672V N''' 3Nb--7PbRhw50Q`T^w!#S7,T^d1/! 1fgP]'!//RѰe5AZ1#//R̴c!) // )H-F!1wLS@PG? B%$ 1,< U  K  =K =>LIFEA@=:336%334 +462";2&#'547326'#"' ;2&#'5473276&+"'57!67!#"LfLLfdX1<H=.@*/+/@H{9"<ZB=>yjJJjJ/+//(2}''+_1)//Z3'11BFa@]\C PK94!@*bU M =K  >Y@`_OLB@3(="! +462"3632632&#'547654#"2&#'547654'"&#'54?>54&/672LfLLf3Nb--7PbRhw50Q`T^w!#S7,T^bkJJkI󁇇1fgP]'!//RѰe5AZ1#//R̴c!) // )H-F!1+LR@OG? B%$ 1,<Q  K  =K =>LIFEA@=:336%334 +462";2&#'547326'#"' ;2&#'5473276&+"'57!67!#"IkJJkX1<H=.@*/+/@H{9"<ZB=>ykJJkI/+//(2}''+_1)//Z3'11BFaU@R]\C PK94!<bQ M =K  >`_OLB@3(="! +462"3632632&#'547654#"2&#'547654'"&#'54?>54&/672JjJJj3Nb--7PbRhw50Q`T^w!#S7,T^kJJkIt1fgP]'!//RѰe5AZ1#//R̴c!) // )H-F!-w>N@K;>4 -'<U K  = M =>=<972/#4#333 +462"4&+"=737#"#"';2�'547325.#"=7!wJjJJj3;PqN5+3qG9))jJJjJ1)11ZL8Z//Z#%$'-D^Fz@A@4/'@#bUM= >Y@FFDC:+;" +462"632&#'54?>54&#"&#'54?>54&/672JkIIkb-7P 5-!5^/3P7,T^^kIIkJX'!//!)oZa'% // !)H-F!-+>M@J;>4 -'<Q K  = M =>=<972/#4#333 +462"4&+"=737#"#"';2�'547325.#"=7!fJkIIk3;PqN5+3qG9))kJJkI1)11ZL8Z//Z#%$'-D^FG@DA@4/'<bQM= >FFDC:+;" +462"632&#'54?>54&#"&#'54?>54&/672LfLLfZb-7P 5-!5^/3P7,T^kJJkItX'!//!)oZa'% // !)H-F!-+ AX@U>A7$0+< Q K  =K =>@?<:52/,)&"   +!"5463!24&+"=737#"#"';2&#'547325.#"=7! 3;PqN5+3qG9))()r1)11ZL8Z//Z#%$'-D^ JR@OED83+< bQM= >  J JHG74*(   +!"7463!2632&#'54?>54&#"&#'54?>54&/672 b-7P 5-!5^/3P7,T^()񁨡X'!//!)oZa'% // !)H-F!-X+ A_@\>A7#0*<9 e K  =M =>@?<:52/.-+(%! +&''674&+"=737#"#"';2�'547325.#"=7!F3SL3;3;PqN5+3qG9))oq'RXN\'^1)11ZL8Z//Z#%$'-DX^ IV@SDC72*<9beM= > I IGF63)' +&''67632&#'54?>54&#"&#'54?>54&/672uF3SL3;`b-7P 5-!5^/3P7,T^oq'RXN\'^{X'!//!)oZa'% // !)H-F!L+4_@\-, <:bU U M=M>1/*($"  +267#"'&"'632"32! ! #"547O$1${,EF"$-&j;F8X{ b,4OD;5BH96+Jh)/]iF  0>e@b6  <d  bU V M=M>:842/-%#    +267#"'&#"'632"32654&432#"632#"&547%+9+3RR%))5-}FRA^\e2tNHnwh39ms ;  j0G=51;A4ՏTo TTPV +*L )=@. 87 <- :KPX@0 U I   U M=M>KPX@1 U   UU M=M>KPX@0 U I   U M=M>@1 U   UU M=M>YYY@+*;9531/*=+=(&" #"+4632#"$462""32! ! 267#"'&"'632?/-@@-/BZ@@Z'{ $1${,EF"$-&j;F8?_??_??_??_?6+Jh)/34OD;5BH9F 09Ae@b  <    UU U M=M>A@=<9853/-%#    +267#"'&#"'632"32654&432#"4632"$462"%+9+3RR%))5-}FRA^\e2tNHnwh39ms ?/-BA[LBZAAZj0G=51;A4ՏTo TTPVHZAAZ@@ZAAZ@Lq #,L@I,<$:bUM=M> *("     +!"5463!2"32! ! #"/#{ 7.%-".6+Jh)/rF'7D@AddV M=M>64,*#!''%% +#"/7>32!"7463!2"32654&432#"l $?%O 5!\e2tNHnwh39ms $&/%-#,ՏTo TTPVLp #,L@I%<$:bUM=M> )'"     +!"5463!2"32! ! #"547#ߓ{ b,%-".6+Jh)/]iF, &6J@G<ddV M=M>53+)" &&$! +672'"&547!"7463!2"32654&432#"B ;  Z 5!\e2tNHnwh39ms(+*%-#,ՏTo TTPV-D<B@? (60<:dUM = >J&C4"&#+#"5473 !"4/"=72$32!"'&#"'54?>~9+;L.FA7Xg+F*;?'?2jw/+5d1Eql:t73///)!h B@=<#0+@.dd bM=M=>Y@BB@?:%"#'$! +632#"&5477265#632'"'&#'54?>54&/672 N''' a?>{uY^quFD-6O5-T^d1/! bDוuu")%  11  &)H-F!-D;A@> '5/<UUM = >J&C4"#+462"3 !"4/"=72$32!"'&#"'54?>LfLLfd+;L.FA7Xg+F*;?'?2fLLfL/+5d1Eql:t73///)!<@76 *%@, bUM=M=>Y@<<:9:%"## +462"7265#632'"'&#'54?>54&/672JjJJji?>{uY^quFD-6O5-T^^kIIkJDוuu")%  11  &)H-F!-BK%PX@= <  .)<@= <  .)@3   Z UU M =K =>Y@A>;:97333*"# +462"4&#"32677'"'.#;2&#'5473254&+"'56$32LfLLf3cXMduuDz H`aXV3=Oq%=#`fLLfL;@oHX%i/+//Z/-FB%8@ 32&!K%PX@+b`M =N= >@)b`UN= >YY@8865="$" +462"632#".#"&#'54?>54&/6723JjJJj+}5B9.#:+%&5&#P30T^^kIIkJG+1D))%jP#// ''H-F!-;BK%PX@= <  .)<@= <  .)@2   ZUQ M =K =>Y@A>;:97333*"# +462"4&#"32677'"'.#;2&#'5473254&+"'56$32KgLLgcXMduuDz H`aXV3=Oq%=#`kJJkI&@oHX%i/+//Z/-FB%8{@ 32&!@(b`QN= >Y@8865="$" +462"632#".#"&#'54?>54&/672IkJJk}5B9.#:+%&5&#P30T^kJJkItG+1D))%jP#// ''H-F!-= NK%PX@I H !$:5%<@I H !$:5% @;   Z UUQ M =  K =>Y@"MJGFEC?<9630-,(&   +!"5463!2462"4&#"32677'"'.#;2&#'5473254&+"'56$32P!5!KgLLgcXMduuDz H`aXV3=Oq%=#`%-"- kJJkI&@oHX%i/+//Z/-FB% D@ ?> 2-@1   b` UQN= >Y@DDBA1.!  +!"5463!2462"632#".#"&#'54?>54&/672!6!IkJJk}5B9.#:+%&5&#P30T^N%-#,kJJkItG+1D))%jP#// ''H-F!-%; FK%PX@A @ 2-<@A @ 2-@3   ZU Q M =K =>Y@EB?>=;741.+(%$   +!"5463!24&#"32677'"'.#;2&#'5473254&+"'56$32w =cXMduuDz H`aXV3=Oq%=#`')@oHX%i/+//Z/-F#)% <@ 76*%@) b`QN= >Y@  < <:9)&   +!"7463!2632#".#"&#'54?>54&/6721 }5B9.#:+%&5&#P30T^')G+1D))%jP#// ''H-F!F1k! @'UM= = =M>Y@ (%!)&+462".#"#"&#"#&73254&'$4632^LfLLfd !R#~u`XTww:#Ri^\dqfLLfLw s^X Z \%4L'/p@'UM=M =M>Y@ )&*"+732654&'.54632.#"#"&6462"LRdp/J5Rfu PbH/Dq؋/8JjJJj+kDB?D%lj9fk hV;9m)7nqkIIkJFD1i! @&QM= = =M>Y@ (%!)&+462".#"#"&#"#&73254&'$4632mIkIIkX !R#~u`XTww:#Ri^\dqkJJkIt s^X Z \%4L'/:@7<QM=M =M>)&*"+732654&'.54632.#"#"&6462"LRdp/J5Rfu PbH/Dq؋/8IkJJk+kDB?D%lj9fk hV;9m)7nqlkJJkIF:@ *@/bUM= = =M>Y@ (%!))$ +462"%#"547.#"#"&#"#&73254&'$4632JkIIk9b !R#~u`XTww:#Ri^\dqjJJjJjwу s^X Z \%4L~'5=@ - K*PX@9  b  b M=M=M =M>@7  b  b  UM=M =M>YY@ =<$#)&*" +732654&'.54632.#"#"&6632#"&547&462"LRdp/J5Rfu PbH/Dq؋/8 N''' D^CC^+kDB?D%lj9fk hV;9m)7nq1/! ^CC^CD 4<@$ @0 bUM= = =M>Y@<;8731)'"!  +&'767.#"#"&#"#&73254&'$4632$462"FJ!{^ufffp !R#~u`XTww:#Ri^\dqMKgLLg\g)5HR+)Nu s^X Z \%4jJJjJL'2:@0,1.+@/bUM=M =M>Y@ )&*" +732654&'.54632.#"#"&6#&'767&462"LRdp/J5Rfu PbH/Dq؋/8tf91RH1C^DD^+kDB?D%lj9fk hV;9m)7nqZ%XTL`%^CC^DF9|)@. UQ M = = =M>Y@ 86%!)& +462"462".#"#"&#"#&73254&'$4632mIkIIkIIkIIkX !R#~u`XTww:#Ri^\dqjJJjJ`kJJkIt s^X Z \%4L'/7@.  UQM=M =M>Y@ 76)&*" +732654&'.54632.#"#"&6462"462"LRdp/J5Rfu PbH/Dq؋/8IkJJkIIkJJk+kDB?D%lj9fk hV;9m)7nqlkJJkIkIIkJ}6L@I54 21#<UM =K > /,(%"6 6 +462"!2?.+";2&#'54732'4&+"'67IkJJkub-I !R?Xn7,3>5O5q+9lXBP! JfLLfLV1 w7%1'/+//Z-#8v 1)$>@; <UM=M>$#$#"## +462"727'"5#"=47265732'LgKKg5L?/sh%NH3-L?kJJkI#3/]?@)#b6K@H21#<54 :QM =K > /,(%"6 6 +462"!2?.+";2&#'54732'4&+"'67KgLLgyb-I !R?Xn7,3>5O5q+9lXBP! JkJJkI1 w7%1'/+//Z-#8v 1)$=@: <:QM=M>$#$#"## +462"727'"5#"=47265732'JkIIk@5L?/sh%NH3-LkJJkI3/]?@)#b :R@O65'"<98:QM  =K > 30,)&#  ::  +!"5463!2!2?.+";2&#'54732'4&+"'67D \b-I !R?Xn7,3>5O5q+9lXBP! J()1 w7%1'/+//Z-#8v 1) (I@F  ( '$"  +!"5463!2727'"5#"=47265732'? 5L?/sh%NH3-L()3/]?@)#Vb 9V@S54&!<87:9eM =K > 2/+(%" 9 9 +&''67!2?.+";2&#'54732'4&+"'67F3RL3;yb-I !R?Xn7,3>5O5q+9lXBP! Jqq'RXN\'^1 w7%1'/+//Z-#8v 1)X 'M@J< :9eM=M> ' &#! +&''67727'"5#"=47265732'F3RL3;R5L?/sh%NH3-Loq'RXN\'^3/]?@)#^+ Q?@<>9<Q K  = M>LJC@=:7'333" +4632"& 462"4&+"'5737#"#".54&+"'573%#"2>5 @/-AAZBAZBBZP5<PqFrRf3<Ro-+hiVF+ /?AZ@@ZA?/-@1)11Zwh=3lщ1)11Z\i-dB`}K17} ?O@L98'&3 <  bQ K = M>=:75203%"" +4632"& 462"#7#"&54&/57373274#/5737T?0-AAZBBZAAZ7LbFw{#@ BwD+wX9@7{/?AZ@@ZA?/-@@5:@9a\1/>\LNs^L3b>VR^+R`@]?:  <U Q K  = M>MKDA>;85.,%"  +267#"'&#"'6324&+"'5737#"#".54&+"'573%#"2>5X%+:+3RR%)(5-}FQB5<PqFrRf3<Ro-+hiVF+ 0G=51;A4{1)11Zwh=3lщ1)11Z\i-dB`}K17}@p@m:9('4  <  bU Q K = M>>;8631,)&$  +267#"'&#"'632#7#"&54&/57373274#/5737%+9+3RR%))5-}FQBC7LbFw{#@ BwD+wX9@7{0G=51;A45:@9a\1/>\LNs^L3b>VRV^+ IK@H61<9 eK =M>DB;852/,%# +&''674&+"'5737#"#".54&+"'573%#"2>5F3RL4;5<PqFrRf3<Ro-+hiVF+ qq'RXN\'^1)11Zwh=3lщ1)11Z\i-dB`}K1X7} 7[@X10+<9b eK=M>52/-*(#  +&''67#7#"&54&/57373274#/5737=F3RL3;7LbFw{#@ BwD+wX9@7{oq'RXN\'^[5:@9a\1/>\LNs^L3b>VR^S\m@jU  @;!YWNLEB?<96/-&#   +267#"'&"'>324&+"'5737#"#".54&+"'573%#"2>5'"547[%1$z,FF"$-D9;F85<PqFrRf3<Ro-+hiVF+ a,4OD;5BwxH91)11Zwh=3lщ1)11Z\i-dB`}Ko^i17D !N@#HG65 B *& @;dd  bU V  K  = M>Y@ LIFDA?:742-+)(%$!!$! +632#"&547267#"'&#"'632#7#"&54&/57373274#/5737 ;  %+9+3SR$))5-}FRA+7LbFw{#@ BwD+wX9@7{A+) /G=51;A3T5:@9a\1/>\LNs^L3b>VR^q\V@SID*%<UU K  = M  >WUNKHEB?86/,)&# +462"& 462"%!"5463!24&+"'5737#"#".54&+"'573%#"2>51BZAAZBbBZBBZ#`5<PqFrRf3<Ro-+hiVF+ /@BZ??ZB@/-?=%-".1)11Zwh=3lщ1)11Z\i-dB`}K17If@cCB10 = %! <  bU U  K  = M>GDA?<:52/-(&$# "+4632"$462"!"5463!2#7#"&54&/57373274#/5737}?0-AA[LBZAAZ!5"e7LbFw{#@ BwD+wX9@7{HZAAZ@@ZAAZ@%-#,5:@9a\1/>\LNs^L3b>VRs@c@` 4/<<:U U  K  =>8630-+'% @@  +267#"'&'"'632"=737"#"'.#"=73%"76&5%+9+3SR$))5-}FRAdPR7!e,3{=LP'b@ ,/H=51<B311-V0XJ.11$0'?9B&Bx@ >91)$#<:KPX@UM ==>@UU=>Y@=:(%  +267#"'&#"'632#"&'.'&'57376&/&=737%+9+3RR%))5-}FRA*#+6 "2!}Q #-˸(>Rn/G=51;A39?.0;Z%- 31%-'! 1/ +5E@B)$ 1<Q  K => -+(%"  5 5 +462""=7307"#"'.#"=73%"76&LfLLfPR7!e,3{=LP'b@ ,kJJkIO11-V0XJ.11$0'?9B&}6)@&2-%<R=>1.<$+462"#"&'.'&'57376&/&=737JjJJj*#+6 "2!}Q #-˸(>RnkJJkI9?.0;Z%- 31%-'! 1/ ]V@SJE2-= <:d K  = > USOLIFCA741.+( ] ]$ +'"'%"'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&;+T#%LM!B+0/ +lsQ\+ +5;NV;2%P;:a7h/-6++#!T/1 -"95%11+As27N]h\`@WM>2-% @dd=>Y@ VNDB<:1.;%% +#"/7>32'.'&'57376&/&=737"' #"&'.'&=73:>;.R1?81Q#-JZ>># USOLIFCA741.+( ] ]# +#"747"'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&9 T#%LM!B+0/ +lsQ\+ +5;NV;2%P;:jw a7h/-6++#!T/1 -"95%11+As27N]h [d@VL=1,$ @dd=>Y@ UMCA;90-?$! +632#"&547'.'&'57376&/&=737"' #"&'.'&=73:>;q N''' ?81Q#-JZ>>#\ZVSPMJH>;852/#!dd#+462"$4632""'&+"=73%"7674/&+"=73%"76&#"=737#"#"&'&BZAAZKB-/@BZTT#%LM!B+0/ +lsQ\+ +5;NV;2%P;:ZBBZ??ZBBZ?Ga7h/-6++#!T/1 -"95%11+As27N] `a@[QB61)! @U=>Y@ZRHF@>52;" +4632"& 462"'.'&'57376&/&=737"' #"&'.'&=73:>;V@/-AAZBBZBBZ?81Q#-JZ>># TRNKHEB@630-*' \ \ +462""'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&KgLLgT#%LM!B+0/ +lsQ\+ +5;NV;2%P;:kIIkJa7h/-6++#!T/1 -"95%11+As27N]U[@PF7+& @U=>Y@ OG=;53*'; +462"'.'&'57376&/&=737"' #"&'.'&=73:>;LfLLf?81Q#-JZ>># TRNKHEB@630-*' \ \ +462""'&+"=730%"7674/&+"=73%"76&#"=737#"#"&'&;JkIIkT#%LM!B+0/ +lsQ\+ +5;NV;2%P;:kJJkIOa7h/-6++#!T/1 -"95%11+As27N]}U5@2PF7+& <Q=>OG=;53*'; +462"'.'&'57376&/&=737"' #"&'.'&=73:>;JjJJj?81Q#-JZ>>#ecZXUROMDC?<'#c)s+462"572326233"7676#"'5723263"32&#'54726'.32&#'5472>76&'&#&;LgKKg  N!9-xwj 59fssf Z)!y7~ 9\+++\dfLLfL33$0fT33}!(HR136b/\13//5#+ W_c@83"LG@UK= >Y@ _^[ZKH74C+I +%&#"'5476?6'&#"=7327?6&'&=737&#'547>/.462"w V=cuD `[Pd=!b f! 8_sF /T<P7V-LfLLf!1-P 313 -' 1/ X H9 31/#NkIIkJ j qU@R80b]LG <U K =  K >qofda^[YPOKHEC<:c)s$$+462#"$462#"572326233"7676#"'5723263"32&#'54726'.32&#'5472>76&'&#&}A[??-/AA[??-/  N!9-xwj 59fssf Z)!y7~ 9\+++\dZA?/-@@ZA?/-@33$0fT33}!(HR136b/\13//5#+ Wajk@83"LG@UK= >Y@jied`_\ZKH74C+I +%&#"'5476?6'&#"=7327?6&'&=737&#'547>/.4632"& 462"w V=cuD `[Pd=!b f! 8_sF /T<P7V@/-BBZBAZBBZ!1-P 313 -' 1/ X H9 31/#/@BZ??ZB?0-?}DH@E)$1 >9 <UK =  K >CA=:633# +462".+"=737" 6&#"=737#";2&#'547326LgKKg-1:-R08 +/53>7P8=1fLLfL.R(313,31 /;/ //$$%B@>9+%2@)bU K =M>Y@B@=:&#C'#$& +462" #"&5463232>?.#"'57327"76#"'5737"KgLLge8Md;0kH04  #8%!7;T`;#yC!r[f^kIIkJIie48818#(hIdP731-/)`1/)q 0{@/.@%d= =M =N >Y@,)#!   +&''67!"5476#!"'673!6323!267Tz ZfvXs&'!%H7O5P! R5j-1 -mp#T,qd]+;DL3+BT/JE@  F} BJ1 +N@K)(< ==M=N > + +'% +&''677!2>32327!"74767#"'67 F3RL3;1J(7:V'qT9Jd.X'1q'RXN\'^`! @B!%q )D-k@ ,+@&Q= =M =N >Y@ 6!!5!+462"!"5476#!"'673!6323!267KgLLg)'!%H7O5P! R5j-1 -mp#T,kJJkIhT/JE@  F} BJ(>@;&%<Q=M=N >((&$$12 +462"7!2>32327!"74767#"'67DIkJJk1J(7:V'qT9Jd.X'kJJkI! @B!%q )D 1y@ 0/@'Q= =M =N >Y@-*$"!   +!"5463!2%!"5476#!"'673!6323!267h '!%H7O5P! R5j-1 -mp#T,()T/JE@  F} BJ ,J@G*)<Q =M=N >  , ,(&    +!"7463!27!2>32327!"74767#"'67 .1J(7:V'qT9Jd.X'()v! @B!%q J QP@MHCBK4/'<bQ=M= >OMGFA>30%#  +!"7463!2&#'54?>54&#"&#'54?>54&#'"5'>72>32 05P%#)=!B+:O3/"B L#!R@"U M=M>Y@/.$#"##" +4632"& 462"727'"5#"=47265732'@/-AAZBBZBBZF5L?/sh%NH3-LV/@BZ@@ZB@/-@03/]?@)#T bL@I]SD83+# <U M==>\TJHB@74"   +"2654&4632"'.'&'57376&/&=737"' #"&'.'&=73:>;+99V:>#OMJGDB<:730.'%"     +"2654&4632" #"&5463232>?.#"'57327"76#"'5737"?+99V:@>  b  `   `UUM= M >Y@NLEECA<:#'(##$#"+#"'732654&#"'632'"&546?4&#"#"'46322632#"&/32qyP'!3773 N{2wrHH=T A)`y#9!-_3Z\udH:Ns I B35@Itpwjmqz5+{&!7 5VX-/7! --9=L#XF/I;M@J8*%<bUM=M= > 74)& ; ; +462"2654632#"'.#"&#'54?>54&+"'546JjJJj1(דKw=50W0"b'11P'3% Z 5gKKgL0#3--=T5-'//%-j ){DAK#PX@&%<7<@&%<7 < ;YK#PX@:b``M= N  = N>@>b``M= =  L = N>Y@A>;85'%"!$# +7!2#"&#"4'7324.#"'654&#";2&#'54732f}ö#!# Vjb9p/ TYA4=PoN<1 ͏" Nv +JoC>wS!# /)//D ?O@L 2-<   VQ= K > =;741.*'#!  +462"! 32&#'547267672;2&#'5473254'!"NJjJJj3 %T+ 1)#N;D1$: M673!kJJkII T-1)+=9J?@=9) '5X J7@S@P98<b  `   `QM= M>@>77%!#'(" +462"'"&546?4&#"#"'46322632#"&/32RLfLLfwrHH=T A)`y#9!-_3Z\udH:kJJkIwjmqz5+{&!7 5VX-/7! --9=L#XF!S@FA-(@4b`U   V= K  >Y@QOKHEB>;751/,)&$!!#'%+#47654#"#"'4632! 32&#'547267672;2&#'5473254'!"CF53#J 7]KVL3 %T+ 1)#N;D1$: M673!/+/5J/#H 7'JNI T-1)+=9J?@=9) '5X JBLUi@fNM& <b`  b  `   `M=M= M >USLLJHCA#'(#$'%+#67654#"#"&54632'"&546?4&#"#"'46322632#"&/32\;??161%^>JGwrHH=T A)`y#9!-_3Z\udH:38;BJP'!? $%NPpwjmqz5+{&!7 5VX-/7! --9=L#XFKe@b >9% <: dd   V= K > IGC@=:63/-)'$!  # +#"547'&''67! 32&#'547267672;2&#'5473254'!"sY(T{!ZfuXs3 %T+ 1)#N;D1$: M673!U_d]+;DL3+BI T-1)+=9J?@=9) '5X J HQ@JI"@Gbb  `   `M =  =M= M >Y@ QOHHFD?=<;42/-&$$! +632#"&547'&''67'"&546?4&#"#"'46322632#"&/32! 6 F3RL3;wrHH=T A)`y#9!-_3Z\udH:'&Nq'RXN\'^1wjmqz5+{&!7 5VX-/7! --9=L#XFKe@b >9% <: dd   V= K > IGC@=:63/-)'$!  $ +#"/&''67! 32&#'547267672;2&#'5473254'!"V*T{!ZfuXs3 %T+ 1)#N;D1$: M673!g,d]+;DL3+BI T-1)+=9J?@=9) '5X IR@KJ#@=b  b   `U  =M= M >Y@ RPIIGE@>=<530.'%%% +#"/7>32&''67'"&546?4&#"#"'46322632#"&/32c  ! :"vF3RL3;wrHH=T A)`y#9!-_3Z\udH: !#q'RXN\'^1wjmqz5+{&!7 5VX-/7! --9=L#XF&,^@!$# *) QL83@<b`  `U  V = K  >Y@"('\ZVSPMIFB@<:741/',(,&&#'%+#47654#"#"54632&''67! 32&#'547267672;2&#'5473254'!"DF63#I 7\LVL;T{!ZfuXs3 %T+ 1)#N;D1$: M673!/+/5J.#H 7'JN9d]+;DL3+BI T-1)+=9J?@=9) '5X J'W`@~%$" YX1 <bb  b  `  `U =M=  M >((`^(W(WUSNLKJCA><53+)''$'%+#67654'"#"&54632&''67'"&546?4&#"#"'46322632#"&/32d;??151%_=JGF3RL3;wrHH=T A)`y#9!-_3Z\udH:38;BJP)?%%MOq'RXN\'^1wjmqz5+{&!7 5VX-/7! --9=L#XF3 BW@G QP  50DC USNLJHCWDW@>:741-*&$     +&''67! 32&#'547267672;2&#'5473254'!"267#"'&#"'>32T{!ZfuXs3 %T+ 1)#N;D1$: M673!(0?/8[Z(,/:XJMZH;d\+;DL3+B~I T-1)+=9J?@=9) '5X -D:3.9gg>1JmNW@ PO( <:  b  `  `UU =M=  M >WUNNLJECBA:853,*"   +267#"'&'"'632&''67'"&546?4&#"#"'46322632#"&/32b%+9+3RR%))5-}FRA-F3RL3;wrHH=T A)`y#9!-_3Z\udH:/H=52;A3q'RXN\'^1wjmqz5+{&!7 5VX-/7! --9=L#XFo Je@b=8$< d   VQ= K  >HFB?<952.,(&#   +&''67462"! 32&#'547267672;2&#'5473254'!"T{!ZfuXsbJjJJj3 %T+ 1)#N;D1$: M673!od]+;DL3+BrkJJkII T-1)+=9J?@=9) '5X J/ BKp@mDC<b  `   `Q  =M= M >KIBB@>9765.,)'   +&''67462"'"&546?4&#"#"'46322632#"&/32F4RL3;ZLfLLfwrHH=T A)`y#9!-_3Z\udH:/q'RXN\'^kJJkIwjmqz5+{&!7 5VX-/7! --9=L#XF Ni@f A<(#<:dd U  V = K  > LJFC@=9620,*'$!  "&#+'"547#"&'33267! 32&#'547267672;2&#'5473254'!"Tb,aks9 }TP L3 %T+ 1)#N;D1$: M673! ]ih}k9DC:I T-1)+=9J?@=9) '5X J KTj@gML% <dd  b  `   `VM= M >TRKKIGB@#'($%'$!+672'"&547'3267#"&''"&546?4&#"#"'46322632#"&/32 ;  yaRA^y wrHH=T A)`y#9!-_3Z\udH:,) 2Tld\Iwjmqz5+{&!7 5VX-/7! --9=L#XFNi@f A<(#<:dd U  V = K  > LJFC@=9620,*'$!  "%$+#"/#"&'33267! 32&#'547267672;2&#'5473254'!"w-ks9 }TP L3 %T+ 1)#N;D1$: M673!r[h}k9DC:I T-1)+=9J?@=9) '5X JLUi@fNM& <dd  b  `   `VM= M >USLLJHCA#'($%#%%+#"/7>33267#"&''"&546?4&#"#"'46322632#"&/32m $?%yaRA^y wrHH=T A)`y#9!-_3Z\udH: $'Tld\Iwjmqz5+{&!7 5VX-/7! --9=L#XF%)/a@-, TO;6 @Eb``U U V =  K >Y@%+*_]YVSPLIEC?=:742*/+/))"$#'%+#47654#"#"'4632#"&'33267! 32&#'547267672;2&#'5473254'!"DF53#J 7]KVLoks9 }TP L3 %T+ 1)#N;D1$: M673!/+/5J/#H 7'JNhh}k9DC:I T-1)+=9J?@=9) '5X J*Zcz@w*$#\[4 <b`  b  `  `U U M = M >++ca+Z+ZXVQONMFD'($%$$'%+#676'4'"#"&546323267#"&''"&546?4&#"#"'46322632#"&/32V;??151$^>JGyaRA^y wrHH=T A)`y#9!-_3Z\udH:37;BJO)?%%NPyTld\Iwjmqz5+{&!7 5VX-/7! --9=L#XF3 EZ@J TS83GFXVQOMKFZGZCA=:740-)'#! "" +#"&'33267! 32&#'547267672;2&#'5473254'!"267#"'&#"'>32ks9 }TP L3 %T+ 1)#N;D1$: M673!(0?/8[Z(,0:XJMYIHh}k9DC:I T-1)+=9J?@=9) '5X -D:3.9gg>1Jj!QZ@ !SR+ <:  b  `  `UU U M = M >""ZX"Q"QOMHFED=;86/-%#  +267#"'&'"'6323267#"&''"&546?4&#"#"'46322632#"&/32R%+:+3RR%))5-}FQByaRA^y wrHH=T A)`y#9!-_3Z\udH:/G=52;A3Tld\Iwjmqz5+{&!7 5VX-/7! --9=L#XFo Mi@f @;'"<d UVQ = K  >KIEB?<851/+)&#  "" +#"&'33267462"! 32&#'547267672;2&#'5473254'!"ks9 }TP JjJJj3 %T+ 1)#N;D1$: M673!oh}k9DC:rkJJkII T-1)+=9J?@=9) '5X J5 ENf@cGF < :  b  `   `UQM= M >NLEECA<:#'("%"+3267#"&'462"'"&546?4&#"#"'46322632#"&/32y`RB^y LfLLfwrHH=T A)`y#9!-_3Z\udH:5Tld\kJJkIwjmqz5+{&!7 5VX-/7! --9=L#XF1V+Fs@p.)62 DC   <Z Z  UQL =M= K  >FFA><:&&"454 +462"'54732654&+"'57!#!"32>746;#"5.+!267KgLLg=43> RF+  +!:PpX!kJJkIh-)11)/<[3#)sKFy)%1;yFs'8@5<UQM=M>##$&$+462"!654&#"%"&5432#!32mIkIIk{HX32=43b ͨPw{kJJkIoj-fM+ћ+51VZ@,10 B= JF XW  @Mb`Z ZU  UL = M = K >Y@ZZURPNIGA?"455#'%+#47654#"#"'4632'54732654&+"'57!#!"32>746;#"5.+!267CF53#J 7]KVL3=43> RF+  +!:PpX!/+/5J/#H 7'JN-)11)/<[3#)sKFy)%1;yFsB'<M@J)( <b` UM=M= M><:#$&$$'% +#676'4#"#"&54632!654&#"%"&5432#!32};??151$^>JGHX32=43b ͨPw{38;BJP'!? $%NPVoj-fM+ћ+51V\R@ $)( :5 B> PO  <:Z ZUU  UL = M = K >RRMJHFA?971/-*&%"  +267"'&#"'632'54732654&+"'57!#!"32>746;#"5.+!267)%+:+3RR%))5-}FQB==43> RF+  +!:PpX!/H>51;A4-)11)/<[3#)sKFy)%1;yFs3@   <:KPX@0 U UM =M= M>@.U U UM= M>Y@31.,)'#!  +267#"'&#"'632!654&#"%"&5432#!32o%*9+3RR%))6-}FRBHX32=43b ͨPw{/G=51;A3oj-fM+ћ+51VR@ $)(:5B> PO  <: ddZ Z  UL =M= K  > RRMJHFA?971/-*&%"  # +#"547'&''67'54732654&+"'57!#!"32>746;#"5.+!267Y(T{!ZfuXs=43> RF+  +!:PpX!U_d]+;DL3+B-)11)/<[3#)sKFy)%1;yF #8@%$@0dbV  =M=M>Y@8631.,(& $! +632#"&547'&''67!654&#"%"&5432#!329 6 F3RL4<HX32=43b ͨPw{'&Nq'RXN\'^oj-fM+ћ+51VR@ $)(:5B> PO  <: ddZ Z  UL =M= K  > RRMJHFA?971/-*&%"  $ +#"/&''67'54732654&+"'57!#!"32>746;#"5.+!267ծ*!T{!ZfuXs=43> RF+  +!:PpX!g,d]+;DL3+B-)11)/<[3#)sKFy)%1;yBs$9@&%@0dbU  =M=M>Y@9742/-)'!%% +#"/7>32&''67!654&#"%"&5432#!32c  ! :"lF3RL4<HX32=43b ͨPw{ !#q'RXN\'^oj-fM+ћ+51V Ie @)   1,95GF   @U b `  `Z Z  UUL =M= K >Y@( db_]VTON I IDA?=860.(&$!  +&''67'54732654&+"'57!#!"32>746;#"5.+!267#476'4#"#"'4632?T{ [fuXrP=43> RF+  +!:PpX!!DF64#I 7\LVLqd]+;DL3+B-)11)/<[3#)sKFy)%1;y/+/5J/#H 7'JNF'2Ge@b%$" 43 <bbU  U  =M= M>GEB@=;75/-)(''$'% +#67654'"#"&54632&''67!654&#"%"&5432#!32;??161%^>JGF3RL4<HX32=43b ͨPw{38;BJP)?%%MOq'RXN\'^oj-fM+ћ+51V1 I^@3N XW  1,95GF    @P  bZ Z  U UUL =M= K >Y@,KJ \ZUSQOJ^K^ I IDA?=860.(&$!  +&''67'54732654&+"'57!#!"32>746;#"5.+!267267#"'&#"'>32T{!ZfuXs=43> RF+  +!:PpX!(0?/8[Z(,0:XJMYI/d\+;DL3+B~-)11)/<[3#)sKFy)%1;y-D:3.9gg>1Fsd)>s@p +* <:U U  U  =M= M>><9742.,&$   +267#"'&#"'632&''67!654&#"%"&5432#!32%+9+3SR$))5-}FRA1F3RL4<HX32=43b ͨPw{/G=51;A3q'RXN\'^oj-fM+ћ+51Vs Q@#('94A= ON  < dZ Z  UQL = M= K >QQLIGE@>860.,)%$!  +&''67462"'54732654&+"'57!#!"32>746;#"5.+!267T{!ZfuXrrKgLLg=43> RF+  +!:PpX!sd]+;DL3+BnkJJkIh-)11)/<[3#)sKFy)%1;yFs1 2T@Q<UQ  =M=M>20-+(&"  +&''67462"!654&#"%"&5432#!32!F3SL3;IIkIIk{HX32=43b ͨPw{1q'RXN\'^kJJkIoj-fM+ћ+5-bA@ ;6'"@.b`U K =K >Y@ @=35333#'% +#47654#"#"'4632;2&#'54732654&+"=73%#"DF53#J 7\LVLpI=43>Pq/+/5J/#H 7'JNeZ//(21)11ZH5B<9@676*%<b`M== >:9;$'%+#67654#"#"&54632&#'54?>54&/$723353#2 +462";2�'54732654&+"=73%#"LfLLfpI=43>PqkJJkIZ//(21)11ZH5 '/Z@ "!@UQ= >Y@ /.+*%$: +462"&#'54?>54&/$72462"LfLLf/1P3-TLGgGGgkJJkI )% //')H5 =%fgGGgGLD0@-QM=M>    +462""32! ! qKgLLg{ kJJkIX6+Jh)/F$0@-QM=M> #!  +462""32654&432#"JkIIk)\e2tNHnwh39mskJJkIՏTo TTPVL'3yK PX@,bXUM=M>@-b`UM=M>Y@20,*#!''#'% +#47654#"#"54632"32! ! dCF53#J 7\LVK{ D/,/5J/#H 8'IM6+Jh)/FB)9D@Ab`M=M=M>86.,%#))$'% +#67654#"#"&54632"32654&432#";?@151%_=JG\e2tNHnwh39ms38;BJP'!? $%NPGՏTo TTPVL+H@E <:ddM=M> *($"  # +#"547'&''67"32! ! TY(T{!ZfuXs5{ U_$d]+;DL3+B6+Jh)/F %5@@)db =M=M>Y@42*(!%%$! +632#"&547'&''67"32654&432#"J 6 F3RL3;-\e2tNHnwh39ms'&Nq'RXN\'^ՏTo TTPVL+H@E <:ddM=M> *($"  $ +'"/&''67"32! ! D)T{!ZfuXs5{ g0d]+;DL3+B6+Jh)/B&6@ @)db =M=M>Y@53+)" &&%% +#"/7>32&''67"32654&432#"c  ! :"~F3RL3;-\e2tNHnwh39ms !#q'RXN\'^ՏTo TTPVL&2>@!$#@5 b``U M=M>Y@('=;75.,'2(2&&#'% +#47654#"#"54632&''67"32! ! DF53#I 7\LVLRT{!ZfuXs5{ /+/5J/#H 7'JNAd]+;DL3+B6+Jh)/F'4DY@V%$" <bbU  = M=M>)(CA970.(4)4''$'% +#676'4'"#"&54632&''67"32654&432#"@0 bU U M=M>Y@ $# 53.,*(#7$7!   +&''67"32! ! 267#"'&#"'>32T{!ZfuXs5{ (0?/8ZZ),/;YIMZI7d\+;DL3+B~6+Jh)/-D:3.9gg>1Fo+;g@d <:U U  = M=M> :80.'%+ +  +267#"'&'"'672&''67"32654&432#"%+:+3RR%))5-}FQB8F3RL3;-\e2tNHnwh39ms/H=52;B3q'RXN\'^ՏTo TTPVLs *H@E<dQM=M>)'#! +&''67462""32! ! T{!ZfuXs+KgLLg{ sd]+;DL3+BnkJJkIX6+Jh)/F3 /H@E<Q =M=M>.,$" +&''67462""32654&432#"DF4RL3;LJkIIk)\e2tNHnwh39ms3q'RXN\'^kJJkIՏTo TTPVL4L@I2<:ddbM=M> .,#   # +'"547"32! !2232654&'.5432-9{  Q'1/^9T{yjw6+Jh)/V+-7#PqI[Fh <@ 2KPX@2b`b=M=M>@-dddbM=M>YY@;9.," $! +632#"&547"32654&43232>54'.5432#"P N&'' Z\e2tNHnىe ):11^9JkKK9msd1/! ՏTo 7!'5#PkI$CfPVL4I@F2<:ddbM=M> .,#   $ +#"'%"32! !2232654&'.5432T;{  Q'1/^9T{y6+Jh)/V+-7#PqI[Fh=3KPX@2b`b=M=M>@-dddbM=M>YY@<:/-#! %% +#"/7>32"32654&43232>54'.5432#"͍/S1C\e2tNHnىe ):11^9JkKK9msd!)-ՏTo 7!'5#PkI$CfPVL'GE@<  b``b U M=M>Y@A?6320,*#!''#'% +#47654#"#"'4632"32! !2232654&'.5432DF53#J 7\LVL{  Q'1/^9T{y/+/5J/#H 7'JN6+Jh)/V+-7#PqI[FB)KA@>b``bM= M= M  >Y@JH=;1/.,%#))$'% +#67654#"#"&54632"32654&43232>54'.5432#"97.+*($"  +267#"'&'"'632"32! !2232654&'.5432\%+9+3RR$))5-}FRA^{  Q'1/^9T{y/G=52;A36+Jh)/V+-7#PqI[F!C@ 9<:KPX@6b UM == M= M  >@9bb UM = M= M  >Y@B@53)'&$!!  +267#"'&#"'>32"32654&43232>54'.5432#"]!'3&.JJ!$'0H=?I;3\e2tNHnىe ):11^9JkKK9ms4OC;5BwwH8ՏTo 7!'5#PkI$CfPVL)3G@D1<dbQM=M> -+"   +462""32! !2232654&'.5432qKgLLg{  Q'1/^9T{ykJJkIX6+Jh)/V+-7#PqI[F}6z,@*dbQM=M>Y@ 53(&  +462""32654&43232>54'.5432#"JjJJj-\e2tNHnىe ):11^9JkKK9mskJJkIՏTo 7!'5#PkI$CfPV^+F9@63.<QK = M>A?337'333 +462"4&+"'5737#"#".54&+"'573%#"2>5ZJjJJj5<PqFrRf3<Ro-+hiVF+ kJJkI1)11Zwh=3lщ1)11Z\i-dB`}K17}4I@F.-( <bQK =M>2/#%3%" +462"#7#"&54&/57373274#/5737JkIIk7LbFw{#@ BwD+wX9@7{kJJkIT5:@9a\1/>\LNs^L3b>VR^Z@ GB(#@0b`U K  = M>Y@USLIFC7'334#'% +#47654#"#"546324&+"'5737#"#".54&+"'573%#"2>5fCF53#J 7\LVK5<PqFrRf3<Ro-+hiVF+ /+/5J/#H 7'JNV1)11Zwh=3lщ1)11Z\i-dB`}K17BI_@\CB10=%! <b`  bM= K = M>GDA?<:3%"$'% +#676'4#"#"&54632#7#"&54&/57373274#/5737;??151%^>JG7LbFw{#@ BwD+wX9@7{38;BJP'!? $%NP5:@9a\1/>\LNs^L3b>VRV@ C$< :KPX@#  U M =M>KPX@* b  U M =M>KPX@#  U M =M>@* b  U M =M>YYY@ RPLJGDA>20)&#  V V# +'"547"#".54&+"=73%#"32>5454&+"=732654#"&54632B9V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPjwZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17h J@ H43"!.@5 d  bb  UK =M>Y@CA><95#%3%"$! +632#"&547#7#"&54&/57373274#/57327654'.5432L N&'' 7LbFw{#@ BwD+wX9@7!63811^9H++d1/! 5:@9a\1/>\LNs^L3b>)3#PkI%H?4V@ C$< :KPX@#  U M =M>KPX@* b  U M =M>KPX@#  U M =M>@* b  U M =M>YYY@ RPLJGDA>20)&#  V V$ +'"'%"#".54&+"=73%#"32>5454&+"=732654#"&54632N;V-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17hK@I54#"/@5 d bb  UK =N>Y@DB?=:6#%3%"%% +#"/7>32#7#"&54&/57373274#/57327654'.5432ߎ/R17LbFw{#@ BwD+wX9@7!63811^9H++d!)-5:@9a\1/>\LNs^L3b>)3#PkI%H?4iV72@:  b  b U U M  = M>Y@ec_]ZWTQEC<9630-%#ii#'%+#47654#"#"54632"#".54&+"=73%#"32>5454&+"=732654#"&54632hCF53#J 7\LVKV-lњ={R3;8P35q43fFmE1 3;8P`?108/9NP/+/5J/#H 7'JNZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17BYm@jWCB10=%! <  b b  b  UM= K = M>RPMKHDA?<:3%"$'%+#676'4#"#"&54632#7#"&54&/57373274#/57327654'.5432;??151%^>JG7LbFw{#@ BwD+wX9@7!63811^9H++38;BJP'!? $%NP5:@9a\1/>\LNs^L3b>)3#PkI%H?4qap@m  N/*<:  IU U M  = M>][WUROLI=;41.+(%aa  +267#"'&'"'632"#".54&+"=73%#"32>5454&+"=732654#"&54632%+9+3RR$))5-}FRAV-lњ={R3;8P35q43fFmE1 3;8P`?108/9NP/H=51<B3Z˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17P@   N:9('4 <:KPX@;  b U  UM = K = M>@9  b U U  U K = M>Y@"IGDB?;8631,)&$  +267#"'&#"'632#7#"&54&/57373274#/57327654'.5432%+:+3RR%))5-}FQBb7LbFw{#@ BwD+wX9@7!63811^9H++/G=51;A3T5:@9a\1/>\LNs^L3b>)3#PkI%H?4)UP@MB#<  UQ M  =M> QOKIFC@=1/(%"U U +462""#".54&+"=73%#"32>5454&+"=732654#"&54632HKgLLgV-lњ={R3;8P35q43fFmE1 3;8P`?108/9NPkJJkIOZ˓Ӱ[Fjw/+11ZVe3f-T@wCA Z/+1'1#%+dHDR17}DV@SB.-( <b  UQK =M>=;863/#%3%" +462"#7#"&54&/57373274#/57327654'.5432LfLLf7LbFw{#@ BwD+wX9@7!63811^9H++kJJkIT5:@9a\1/>\LNs^L3b>)3#PkI%H?4EH@E*%2 ?:<:dK = K >DB3633%$ +#"'%.+"=737" 6&#"=737#";2&#'547326;1:-R08 +/53>7P8=1f.R(313,31 /;/ //$$%hI@E@2,9%@+ddb K =M>Y@IGDA&#C'#$&%% +#"/7>32 #"&5463232>?.#"'57327"76#"'5737"/S18Md;0kH04  #8%!7;T`;#yC!r[fd!)-RIie48818#(hIdP731-/)`1/-DG@D)$1 >9 <QK =  K >CA=:633# +462".+"=737" 6&#"=737#";2&#'547326LfLLf:1:-R08 +/53>7P8=1kJJkI.R(313,31 /;/ //$$%}BI@F>9+%2<bU K =M>B@=:&#C'#$& +462"#"&5463232>?.#"'57327"76#"'5737"JjJJj8Md;0kH04  #8%!7;T`;#yC!r[fkJJkI"Iie48818#(hIdP731-/)`1/X@=8*%E1 RM @1b`U K =  K >Y@WUQNKHB?3$#'% +#47654#"#"54632.+"=737" 6&#"=737#";2&#'547326CF53#J 7\LVK1:-R08 +/53>7P8=1/+/5J/#H 7'JN\.R(313,31 /;/ //$$%BW^@[SN@:G3<b`bM= K =M>WUROLJDBC'#$'$'% +#676'4#"#"&54632#"&5463232>?.#"'57327"76#"'5737";??151$^>JG8Md;0kH04  #8%!7;T`;#yC!r[f38;BJP'!? $%NPIie48818#(hIdP731-/)`1/qPo@l 50"=) JE <:U U K =  K >OMIFC@:741.,&$!  +267#"'&'"'632.+"=737" 6&#"=737#";2&#'547326%+:+3RR%))5-}FQB1:-R08 +/53>7P8=1/H=51<B3.R(313,31 /;/ //$$%N@ JE71>*<:KPX@4b UM = K =M>@2bU U K =M>Y@ NLIFCA;962/-&$!  +267#"'&#"'632#"&5463232>?.#"'57327"76#"'5737"%+:+3RR$))5-}FQB8Md;0kH04  #8%!7;T`;#yC!r[f/G=51;A3"Iie48818#(hIdP731-/)`1/J;@ &-,"2@6bM =M =N =M >Y@ 531/+)%$; ;  +2'>54#"'6'.#"3267277327#"'"&54>7D+\A ;@^#j^{j#bJᘥ'NNb-D6c-eV}3wV[;=L3# X)%TFH  }%iŇl3J;@ &-,"2@6bM =M =N =M >Y@ 531/+)%$; ;  +2#".546'.#"3267277327#"'"&54>`^?;B[+Dt#j^{j#bJᘥ'NNb-D6c-eV}3wVFV%)X #5L;9]H  }%iŇl3J -J@ 5<;1! A K*PX@8bM =M = N  = M   >@<b=M =M = N  = M   >YY@"/.DB@>:843.J/J+)&$  +2'>54#"54&54632'"''.#"3267277327#"'"&54>+7D,\A;?^G+!5 O Z#j^{j#bJᘥ'NNb-D6c-eV}3wV[;=L3# X)%TFR )% wH  }%iŇl3J -J@ 5<;1! A K%PX@8bM =M = N  = M   >@<b=M =M = N  = M   >YY@"/.DB@>:843.J/J+)&$  +2#".546&'4632'"''.#"3267277327#"'"&54>B`^@;B\+D)%3 P Q#j^{j#bJᘥ'NNb-D6c-eV}3wVEV%)X #5L;9\R )% {H  }%iŇl3J );IlK1PX@G3  <@G3   K*PX@9   b M =M =N=N>K1PX@=   b = M =M =N=N>@C  b  ` = M =M =N=N>YYY@$=<+* EC2'>54#"54%2#"=6#j^{j#bJᘥ'NNb-D6c-eV}3wVk7D+]A;@^'%D H  }%iŇl3[;=L3# X)%TF - >)J,I$K%PX@ 4;:0  @ <@ 4;:0  @ K%PX@9bM  =M= N  = N   >@?b`M  =M= N  = N   >YY@&.-CA?=9732-I.I*(%#  +2#".546%2#"=6'.#"3267277327#"'"&54>P`^@;B\+D'% D #j^{j#bJᘥ'NNb-D6c-eV}3wVEV%)X #5L;9\ - >) H  }%iŇl3JH );N@"@ IH 3  @G  b U  U M=M=N=M>Y@(=<+* LJFECA2'>54#"547267#"'&"'632#j^{j#bJᘥ'NNb-D6c-eV}3wV 7D+\B;@^#*5)/THN+5-uBS@H  }%iŇl3Z<=L3# X)%TF/F<3/:@3JF$1N@" 9 @?5% E <:K PX@F ZUUM= M  = N  = M   >@G  bUUM= M  = N  = M   >Y@*32HFDB><872N3N/-*($$  +267#"'&"'6322#".546'.#"3267277327#"'"&54>f#+5)/THN+5-tBT?T`_?<B\+Cd#j^{j#bJᘥ'NNb-D6c-eV}3wV/F<3/:@3FV%)X #6K<9]XH  }%iŇl3I@ <7#@.b U   V= K  >Y@"GEA>;841-+'%"  +2'>54#"54! 32&#'547267672;2&#'5473254'!"77D+\B;@^/3 %T+ 1)#N;D1$: M673!Z<=L3# X)%TFI T-1)+=9J?@=9) '5X I@ <7#@.b U   V= K  >Y@"GEA>;841-+'%"  +2#".546! 32&#'547267672;2&#'5473254'!"/`^?< B[+D3 %T+ 1)#N;D1$: M673!FV%)X #6K<9]I T-1)+=9J?@=9) '5X  &X!@ $#KF2-KPX@2b  V =M= L  >K*PX@0bU  V = L  >@4dbU  V = L  >YYY@&"!VTPMJGC@<:641.+)!&"&  +2'>54#"54&54632#"'! 32&#'547267672;2&#'5473254'!"%7D+\A ;@^G+!5 P 3 %T+ 1)#N;D1$: M573![;=L3# X)%TFR )% I T-1)+=9J?@=9) '5X  &X%@ $#KF2-KPX@2b  V =M= L  >K*PX@0bU  V = L  >@4dbU  V = L  >YYY@&"!VTPMJGC@<:641.+)!&"&  +2#".546&'4632'"'! 32&#'547267672;2&#'5473254'!"`_?<B\+C)%3 P 3 %T+ 2)#M;D0%9 M583!FV%)X #5L;9]R )% I T-1)+=9J?@=9) '5X %WK1PX@ #"JE1,<@ #"JE1,KPX@3b  V =M= L  >K*PX@1bU  V = L  >K1PX@5dbU  V = L  >@;db`U  V = L  >YYYY@*! USOLIFB?;9530-*( %!%  +2'>54#"54%2#"=6! 32&#'547267672;2&#'5473274'!"37D+\B;@^'%D 4 &T+ 1)#N;D1%9 N573![;=L3# X)%TF - >)I T-1)+=9J?@=9) '5X %WHK%PX@ #"JE1,<@ #"JE1,KPX@3b  V =M= K  >K%PX@1bU  V = K  >@7b`U  V = K  >YYY@*! USOLIFB?;9530-*( %!%  +2#".546%2#"=6! 32&#'547267672;2&#'5473274'!"T`^@;B\+D'% D 4 &T+ 1)#N;D1%9 N573!FV%)X #5L;9]- >)I T-1)+=9J?@=9) '5X w$*\&@ ' (OJ61 <:K PX@@Z UUV =M=  K  >KPX@Ab UUV =M=  K  >@?b UUUV =  K  >YY@.&%ZXTQNKGD@>:852/-%*&*" $$  +2'>54#"547267#"'&"'632! 32&#'547267672;2&#'5473254'!"7D+\B;@^#*5)/THN+5-uBS@C3 %T+ 1)#N;D1$: M673!Z;=L3" Y)%TE0E;3/9?4I T-1)+=9J?@=9) '5X $*\&@  '(OJ61 <:K PX@@Z UUV =M=  K  >KPX@Ab UUV =M=  K  >@?b UUUV =  K  >YY@.&%ZXTQNKGD@>:852/-%*&*$$  +267#"'&"'6322#".546! 32&#'547267672;2&#'5473254'!"J#+5)/THM+5-uBS@T`^@;B\+D3 %T+ 1)#N;D1$: M573!d/F;3/9?4EV%)X #5L;9\mI T-1)+=9J?@=9) '5X Z-EK*PX@ !  <@ !  KPX@;bZ    UM=M=M>K*PX@<bb    UM=M=M>K1PX@Abb  I    UM=M=M>@Bb  b   U   UM=M=M>YYYY@"DBA@?=;9876520.,(&  +2'>54#"54327#".547.54632#"'&'"363632#"&#&#"7D+\A ;@^TD\7qN!TLL)T'1)+Ds 5#fh,!?H[;=L3# X)%TFbPmwH4VT-I!XEV^;+'EZTV+3^Z-EK*PX@ !  <@ !  KPX@;bZ    UM=M=M>K*PX@<bb    UM=M=M>K1PX@Abb  I    UM=M=M>@Bb  b   U   UM=M=M>YYYY@"DBA@?=;9876520.,(&  +2#".546327#".547.54632#"'&'"363632#"&#&#"`^?< B[+D'TD\7qN!TLL)T'1)+Ds 5#fh,!?HFV%)X #5L;9]`PmwH4VT-I!XEV^;+'EZTV+3^Z- T K*PX@ 0 '& <@ 0 '& KPX@=b Z    VM= M=M>K%PX@>b  b    VM= M=M>K*PX@Bb  b    V=M= M=M>K1PX@Gb  b J    V=M= M=M>@Hb  b   U   V=M= M=M>YYYYY@&SQPONLJHGFEDA?=;75*(%#  +2'>54#"54&54632'"'327#".547.54632#"'&'"363632#"&#&#"7D+\A;?^G+!5 O TD\7qN!TLL)T'1)+Ds 5#fh,!?HZ;=L3# X)%TER )% PmwH4VT-I!XEV^;+'EZTV+3^Z- T K*PX@ 0 '& <@ 0 '& KPX@=b Z    VM= M=M>K%PX@>b  b    VM= M=M>K*PX@Bb  b    V=M= M=M>K1PX@Gb  b J    V=M= M=M>@Hb  b   U   V=M= M=M>YYYYY@&SQPONLJHGFEDA?=;75*(%#  +2#".546&54632'"'327#".547.54632#"'&'"363632#"&#&#" `^?< B[+D)%3 P TD\7qN!TLL)T'1)+Ds 5#fh,!?HEV%)X #5L;9\R )% PmwH4VT-I!XEV^;+'EZTV+3^Z-SK*PX@ / &% <@ / &% KPX@>b Z    UM= M=M>K%PX@?b  b    UM= M=M>K*PX@Cb  b    U=M= M=M>K1PX@Hb  b I    U=M= M=M>@Ob`  b   U   U=M= M=M>YYYYY@*RPONMKIGFEDC@><:64)'$"  +2'>54#"54%2#"=6327#".547.54632#"'&'"363632#"&#&#"7D+\A;?^'%D TD\7qN!TLL)T'1)+Ds 5#fh,!?HZ;=L3# X)%TE - >)\PmwH4VT-I!XEV^;+'EZTV+3^Z-SK*PX@ / &% <@ / &% KPX@>b Z    UM= M=M>K#PX@?b  b    UM= M=M>K*PX@Eb`  b    UM= M=M>K1PX@Jb`  b I    UM= M=M>@Kb`  b   U   UM= M=M>YYYYY@*RPONMKIGFEDC@><:64)'$"  +2#".546%2"756327#".547.54632#"'&'"363632#"&#&#"`_?<B\+C'% C TD\7qN!TLL)T'1)+Ds 5#fh,!?HEV%)X #5L;9\ . >)`PmwH4VT-I!XEV^;+'EZTV+3^)P@"" '&83@< NM  @GZb Z U  UL = M= K >Y@$PPKHFD?=75/-+($#   +2'>54#"54'54732654&+"=7!#!"32>746;#"5.+!267%7D+\A ;@^E=43> RF+  +!:PpX!Z<=L3# X)%TF5-)11)/<[3#)sKFy)%1;yP@"" '&83@< NM  @GZb Z U  UL = M= K >Y@$PPKHFD?=75/-+($#   +2#".546'54732654&+"=7!#!"32>746;#"7.+!267`_?<B\+D=44= RF+  +!9PqX!FV%)X #5L<9]5-)11)/<[3#)sKFy)%1;yq _@"1 65 GB OK ]\ "KPX@KZ  b  Z UM=L = M = K >K*PX@IZ  b  ZU UL = M = K >@MdZ  b  ZU UL = M = K >YYY@(!!!_!_ZWUSNLFD><:732/,'$  +2'>54#"'6&54632'"''54732654&+"=7!#!"32>746;#"5.+!2677D+\A ;@^G+!5 P =33= RF+  +!9PqX![;=L3# X)%TFR )% -)11)/<[3#)sKFy)%1;yN _@&1 65 GB OK ]\ "KPX@KZ  b  Z UM=L = M = K >K%PX@IZ  b  ZU UL = M = K >@MdZ  b  ZU UL = M = K >YYY@(!!!_!_ZWUSNLFD><:732/,'$  +2#".546&'4632'"''54732654&+"=7!#!"32>746;#"7.+!267`_?<B\+C)%3 P =44= QF+  +!:PpX!EV%)X #5L;9\Q )% -)11)/<[3#)sKFy)%1;yR^)K1PX@#0 54 FA NJ \[ !<@#0 54 FA NJ \[ !KPX@LZ  b  Z UM=L = M = K >K%PX@JZ  b  ZU UL = M = K >K1PX@NdZ  b  ZU UL = M = K >@TdZb  `  ZU UL = M = K >YYYY@,  ^ ^YVTRMKEC=;9621.+&#  +2'>54#"'6%2#"756'54732654&+"=7!#!"32>746;#"5.+!2677D+\B;@^'%C =43> RF+  +!:PpX!Z;=L3# X)%TE - >)5-)11)/<[3#)sKFy)%1;y;^K%PX@$ 54 FA NJ \[ !<0;@$ 54 FA NJ \[ !<0;YK PX@KZ Z  Z UM=L = M = K >KPX@LZ  b  Z UM=L = M = K >K%PX@JZ  b  ZU UL = M = K >@PZb  `  ZU UL = M = K >YYY@,  ^ ^YVTRMKEC=;9621.+&#  +2#".546%2#"=6'54732654&+"=7!#!"32>746;#"5.+!267`^?< B[+D'% D =33= RF+  +!9PqX!FV%)X #5L;9]- >)5-)11)/<[3#)sKFy)%1;yF2@ -,<'&%$9K PX@$ZeM=M>@%beM=M>Y@220/"   +2'>54#"5463 '&4&#"'4&/6727D+\B;@^-'=@9\D+T^Z;=L3# X)%TEyyAd^#7f/4a_FH5 =!F2@ -,<'&%$9K PX@$ZeM=M>@%beM=M>Y@220/"   +2#".54663 '&4&#"'4&/672R`^@;B\+Do-'=@9\D+T^FV%)X #5L;9]tyAd^#7f/4a_FH5 =!F A@ <;<6543)(9K PX@&Z eM =M>K%PX@'b eM =M>@+b e=M =M>YY@!!!A!A?>1/$"  +2'>54#"56&54632'"'63 '&4&#"'4&/6727C+\B;@^G+!5 P 1-'=@9\D+T^Z;=L3# X)%TER )% yAd^#7f/4a_FH5 =!F A@ <;<6543)(9K PX@&Z eM =M>K%PX@'b eM =M>@+b e=M =M>YY@!!!A!A?>1/$"  +2#".546&54632'"'63 '&4&#"'4&/672`^?< B[+D)%3 P %-'=@9\D+T^EV%)X "5L;9\R )% yAd^#7f/4a_FH5 =!F@@ ;:<5432('9K PX@'Z eM  =M>K%PX@(b eM  =M>K1PX@,b e =M =M>@2b` e =M =M>YYY@  @ @>=0.#!  +2'>54#"54%2#"=663 '&4&#"'4&/6727D+\A;?^'%D -'=@9\D+T^Z;=L3# X)%TE - >)pyAd^#7f/4a_FH5 =!F@@ ;:<5432('9K PX@'Z eM  =M>K#PX@(b eM  =M>@.b` eM  =M>YY@  @ @>=0.#!  +2#".546%2"=663 '&4&#"'4&/672 `^?< B[+D'$ D t-'=@9\D+T^EV%)X "5L;9\- =)yyAd^#7f/4a_FH5 =!FH$E@$ @? <::987-, 9K PX@5Z   eU UM =M >@6b   eU UM =M >Y@$%%%E%ECB53(&" $$  +2'>54#"'67267#"'&"'63263 '&4&#"'4&/672u7D+\A ;@^#+5)/THM+5-uBS@ݞ-'=@9\D+T^HZ<=L3# X)%TF/F<3/:@39yAd^#7f/4a_FH5 =!FF$E@$ @? <::987-, 9K PX@5Z   eU UM =M >@6b   eU UM =M >Y@$%%%E%ECB53(&$$  +267#"'&"'6322#".54663 '&4&#"'4&/672#+5)/THM+5-uBS@T`^@;B\+D-'=@9\D+T^/F<3/:@3FV%)X #6K<9]yAd^#7f/4a_FH5 =!Va@YT E@0+@6bU  S K = K  >Y@(a`^[XUROJGDA>;9852/,)&#   +2'>54#"544&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!'7D+\A;?^3=OqqJ=3qJ=43>Pq=Z<=L3# X)%TF1)11ZZ//(2 Z//(21)11ZcVa@YT E@0+@6bU  S K = K  >Y@(a`^[XUROJGDA>;9852/,)&#   +2#".5464&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!'`^@;B\+D3=OqqJ=3qJ=43>Pq=FV%)X #6K<9]1)11ZZ//(2 Z//(21)11Zc pI@hc-( TO?: KPX@:b  SM=K =  K  >K%PX@8bU  SK =  K  >@<dbU  SK =  K  >YYY@,pomjgda^YVSPMJHGDA>;852/,)&#  +2'>54#"54&54632'"'%4&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!#7D+\A ;@^G+!5 P `3=OqqJ=3qJ=43>Pq=Z;=L3# X)%TEQ )% 51)11ZZ//(2 Z//(21)11Zc pM@hc-( TO?: KPX@:b  SM=K =  K  >K%PX@8bU  SK =  K  >@<dbU  SK =  K  >YYY@,pomjgda^YVSPMJHGDA>;852/,)&#  +2#".546&'4632'"'%4&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!`^@;B\+D)%3 P f3>PqpI=4pI=44=Pq=EV%)X #5L;9\Q )% 51)11ZZ//(2 Z//(21)11Zco@gb,' SN>9 KPX@;b  SM=K =  K  >K%PX@9bU  SK =  K  >K1PX@=dbU  SK =  K  >@Cdb`U  SK =  K  >YYYY@0onlifc`]XUROLIGFC@=:741.+(%"  +2'>54#"54%2#"=64&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!7D+\B;@^'%D 3>PqqJ=4pI=43>Pq=Z;=L3# X)%TE - >)1)11ZZ//(2 Z//(21)11ZcoU@ SN>9 KPX@;b  SM=K =  K  >K%PX@9bU  SK =  K  >@?b`U  SK =  K  >YYY@0onlifc`]XUROLIGFC@=:741.+(%"  +2#".546%2#"7564&+"=73%#";2&#'5473265!;2&#'54732654&+"=73%#"!`_?<B\+C'% C 4=PqpI=4qJ=33=Oq>FV%)X #5L;9]- >)1)11ZZ//(2 Z//(21)11Zch$t@lg1, XSC> <:KPX@FUU  SM=K =  K >@>IUU  SK =  K >Y@2tsqnkheb]ZWTQNLKHEB?<9630-*'" $$  +2'>54"547267#"'&"'6324&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!7D+\B;@^#+5)/THN+5-tBT?3>PqpI=4qJ=44=Oq>Z;=L3# Y)%TF/F;3/9?41)11ZZ//(2 Z//(21)11Zc}$t@lg1, XSC> <:K PX@MZUU  S M= K =  K >KPX@NbUU  S M= K =  K >K,PX@FbIUU  S K =  K >@GbUUU  S K =  K >YYY@4tsqnkheb]ZWTQNLKHEB?<9630-*'$$  +267#"'&"'6322#".5464&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!+#+6)/THM+5-uBT?T`^?;B[+Dn3=OqqJ=3qI=43>Pq=f0E;3/9?4EV%)X #5L;9\V1)11ZZ//(2 Z//(21)11ZcF*b@ $#@U=N>Y@(&"   +2'>54"544&/$72327#"&57D+\A;?^-TL3Z@'HwhZ;=L3# Y)%TFH5 =%f)s3Nmc`F*t@ $#@#bM==N>Y@(&"   +2#".5464&/$72327#"&5`_?<B\+D TL3Z@'HwhFV$)X #6L;9\H5 =%f)s3Nmc` 9@ 32&%K%PX@%bM==N>@)b=M==N>YY@751/)(  +2'>54#"54&'4632'"'4&/$72327#"&5\7D+]A;@^H+!5 P TL3Z@'HwhZ;=L3# X)%TER )% fH5 =%f)s3Nmc` 9@ 32&%K%PX@%bM==N>@)b=M==N>YY@751/)(  +2#".546&54632'"'4&/$72327#"&5f`_?<B\+C)%3 O TL3Z@'HwhEV%)X #5L;9\R )% jH5 =%f)s3Nmc`8@ 21%$K%PX@&bM ==N>K1PX@*b =M==N>@0b` =M==N>YYY@640.('  +2'>54#"54%2#"=64&/$72327#"&5X7D+]A;@^'%D TL3Z@'HwhZ;=L3# X)%TE - >)H5 =%f)s3Nmc`8@ 21%$K#PX@&bM ==N>@,b`M ==N>YY@640.('  +2#".546%2"7564&/$72327#"&5h`_?<B\+C'% C TL3Z@'HwhEV%)X #5L;9\ . >)H5 =%f)s3Nmc`F$=@ 76*)<:K PX@3ZU UM == N  >@4bU UM == N  >Y@;953-," $$  +2'>54#"'67267#"'&"'6324&/$72327#"&57C+\B;@^#+5)/THN+5-uBS@TL3Z@'HwhFZ<=L3# X)%TF/F<3/:@3H5 =%f)s3Nmc`F$=@ 76*)<:K PX@3ZU UM == N  >@4bU UM == N  >Y@;953-,$$  +267#"'&"'6322#".5464&/$72327#"&5#*5)/THN+5-uBS@T`^@;B\+DTL3Z@'Hwh/F<3/:@3FV%)X #6K<9]CH5 =%f)s3Nmc`7@1, @(b UK =K >Y@630-*'"  +2'>54#"'6;2&#'54732654&+"'573%#"7D+\B;@^qJ=43>PqZ<=K4# X)%TFZ//(21)11Z7@1, @(b UK =K >Y@630-*'"  +2#".546;2&#'54732654&+"=73%#"`^@;B\+DxqJ=33=OqFV%)X #6K<9]Z//(21)11Zs F@@; ,'KPX@,bM =  K =K >K*PX@*b U  K =K >@.db U  K =K >YYY@EB?<961.+(%"  +2'>54#"'6&54632'"';2&#'54732654&+"'573%#"7D+\B;@^G+!5 P +qJ=43>Oq[;=L3# X)%TFR )% BZ//(21)11Z9 F@@; ,'KPX@,bM =  K =K >K*PX@*b U  K =K >@.db U  K =K >YYY@EB?<961.+(%"  +2#".546&54632'"';2&#'54732654&+"=73%#"`^?;B[+D)%3 P pI=43>PqFV%)X #5L;9]R )% @Z//(21)11ZNED@?:  +&KPX@-bM  =  K =K >K*PX@+b   U  K =K >K1PX@/ db  U  K =K >@5 db`  U  K =K >YYYY@ DA>;850-*'$!  +2'>54#"54%2#"=6;2&#'54732654&+"=73%#"7D+]A;@^'%D qJ=33=Oq[;=L3# X)%TF - >)Z//(21)11ZLE;@?:  +&K PX@,ZM  =  K =K >KPX@-bM  =  K =K >K%PX@+b   U  K =K >@1b`   U  K =K >YYYY@ DA>;850-*'$!  +2#".546%2#"756;2&#'54732654&+"=73%#"`_?<B\+C'% C pqJ=33=OqFV%)X #5L<9]- >)Z//(21)11Zs$J@D? 0+<:K PX@:Z U UM=  K = K >KPX@;b U UM=  K = K >@9b U U U  K = K >YY@$IFC@=:52/,)&" $$  +2'>54#"547267#"'&"'632;2&#'54732654&+"'573%#"7D+\B;@^#+5)/THN+5-tBT?qI=43>PqZ;=L3# X)%TE/E;3/9?3+Z//(21)11ZH$JL@D?  0+<:K PX@=Z UU M =  K = K >KPX@>b UU M =  K = K >K%PX@8b I UU  K = K >@9b U  UU  K = K >YYY@$IFC@=:52/,)&$$  +267#"'&"'6322#".546;2&#'54732654&+"'573%#"'#+5)/THM+5-uBS@T`^@;B\+D9qJ=43>Oqh0E;3/9?4EV%)X #5L;9\Z//(21)11ZF.l @UM=M>Y@-+#!  +2'>54"54"32654&432#"7D+\B;@^\e2tNHnwh39msZ;=L3# Y)%TFՏTo TTPVF.~ @)bM=M=M>Y@-+#!  +2#".546"32654&432#"`^@;B\+DE\e2tNHnwh39msFV$)X #6L;9\ՏTo TTPVF -= K*PX@+bM = M=M>K,PX@/b=M = M=M>@-b U= M=M>YYY@"!<:20)'!-"-  +2'>54"54&54632#"'"32654&432#";7D+\B;@^H+ 5 P \e2tNHnwh39msZ<=K4# Y)%TFR (% ՏTo TTPVF -= K*PX@+bM = M=M>K,PX@/b=M = M=M>@-b U= M=M>YYY@"!<:20)'!-"-  +2#".546&54632#"'"32654&432#"J`^@;B\+D)$3 P \e2tNHnwh39msFV%)X #6K<9]R (% ՏTo TTPVF,<4 K#PX@,bM  = M=N>K*PX@*b  U M=N>K1PX@.b U = M=N>@4b` U = M=N>YYYY@ ! ;91/(& ,!,  +2'>54#"54%2#"=6"32654&432#"=7D+\B;@^'$D c\e2tNHnwh39msyZ<=K4# X)%TF - =)ՏTo TTPVF,< K%PX@,bM  = M=N>K(PX@2b`M  = M=N>@0b`  U M=N>YYY@ ! ;91/(& ,!,  +2#".546%2#"=6"32654&432#"J`^@;B\+D'% D w\e2tNHnwh39ms}FV%)X #6K<9]- =)ՏTo TTPV)z @'bUM=M>Y@(&"   +2'>54#"54"32! ! #7D+\A ;@^Vz!Z<=L3# X)%TF6+Jh)/)z @'bUM=M>Y@(&"   +2#".546"32! ! `_?<B\+CZ{!FV%)X #6K<9]6+Jh)/ ,8 KPX@+bM = M=M>K%PX@)b U M=M>@-db U M=M>YYY@"!751/(&!,",  +2'>54#"54&54632'"'%"32! ! 7D+\B;@^H+ 5 P ē{!Z;=L3# X)%TEQ )% 6+Jh)// ,8 KPX@+bM = M=M>K%PX@)b U M=M>@-db U M=M>YYY@"!751/(&!,",  +2#".546&54632'"'%"32! ! `^?< B[+D)%3 P z!EV%)X #5L;9\Q )% 6+Jh)/+74 KPX@,bM  = M=M>K*PX@*b  U M=M>K1PX@. db U M=M>@4 db` U M=M>YYYY@ ! 640.'% +!+  +2'>54#"'6%2#"756"32! ! 7D+\A ;@^'%C {![;=L3# X)%TF - >)6+Jh)/+7 KPX@,bM  = M=M>K%PX@*b  U M=M>@0b`  U M=M>YYY@ ! 640.'% +!+  +2#".546%2#"756"32! ! `_?<B\+C'% C ۓz!FV%)X #5L;9]- >)6+Jh)/78d@  @U=N>Y@86.,$"  +2'>54"54#"&547654''>3232654'&546327D+\A ;@^h%D9DddmVyD;Z;=L3# Y)%TFרfw3!7!A71?uqF!178v@  @$bM==N>Y@86.,$"  +2#".546#"&547654''>3232654'&54632`^?< B[+D/%D9DddmVyD;FV$)X #6L;9\}רfw3!7!A71?uqF!17 G@ /.K*PX@&bM ==N>K,PX@*b=M ==N>@(b U==N>YYY@GE=;31%#  +2'>54"54&54632#"'#"&547654''>3232654'&54632P7D+\A ;@^G+!5 P %D9DddmVyD;Z<=K4# Y)%TFR (% רfw3!7!A71?uqF!17 G@ /.K*PX@&bM ==N>K,PX@*b=M ==N>@(b U==N>YYY@GE=;31%#  +2#".546&54632#"'#"&547654''>3232654'&54632^`^?< B[+D)%3 P %D9DddmVyD;FV%)X #6K<9]R (% רfw3!7!A71?uqF!17F@  .-K#PX@'bM  ==N>K*PX@%b  U=N>K1PX@)b U ==N>@/b` U ==N>YYYY@FD<:20$"  +2'>54#"54%2#"=6#"&547654''>3232654'&54632R7D+\A;?^'%D %D9DddmVyD;yZ<=K4# X)%TF - =){רfw3!7!A71?uqF!17F@  .-K%PX@'bM  ==N>K(PX@-b`M  ==N>@+b`  U=N>YYY@FD<:20$"  +2#".546%2#"=6#"&547654''>3232654'&54632^`^?< B[+D'$ D r%D9DddmVyD;}FV%)X #6K<9]- =){רfw3!7!A71?uqF!17J$K@ 32 <:K PX@4ZU UM = = N>@5bU UM = = N>Y@ KIA?75)'" $$  +2'>54#"547267#"'&"'632#"&547654''>3232654'&546327D+\B;@^#*5)/THN+5-uBS@%D9DddmVyD;JZ<=L3# X)%TF/F<3/:@3+רfw3!7!A71?uqF!17B$K@ 32 <:K PX@4ZU UM = = N>@5bU UM = = N>Y@ KIA?75)'$$  +267#"'.'622#".546#"&547654''>3232654'&54632{#+5)/THM+5-uBS@T`^@;B\+D9%D9DddmVyD;/F;3/:?3FV%)X #5L<9]רfw3!7!A71?uqF!1N@3.  ;' HC @+  b UK =  K >Y@MJGDA>852/,*$#  +2#".546.+"=737" 6&#"'5737#";2&#'547326!`^@;B\+D-1:-R17 +/54=7P7=2FV%)X #6K<9].R(313,31 /;/ //$D ]@B=/* J6" WR KPX@/  bM= K  =  K >K*PX@-  bU K  =  K >@1d  bU K  =  K >YYY@"\ZVSPMGDA>;931.+(%  +2#".546&'4632'"'.+"75737" 6&#"=737#";2&#'547326`^@;B\+D)%3 P 1:-R17 +/53>7P8=1FV%)X #5L;9]R )% 9.R(313,31 /;/ //$D\FK%PX@ I5! VQ KPX@0  bM= K  =  K >K%PX@.  bU K  =  K >@4b  `U K  =  K >YYY@&[YUROLFC@=:820-*'$  +2#".546%2#"756.+"75737" 6&#"=737#";2&#'547326`^?<B\+C'% C 1:-R17 +/53>7P8=1FV%)X #5L;9]- >).R(313,31 /;/ //$$aj@"FA3. N:& [V <:K PX@B ZUU M= K  = K >KPX@C  bUU M= K  = K >K,PX@;  bIUU K  = K >@<  bUUU K  = K >YYY@*`]ZWTQKHEB?=762/,)$$  +267#"'&"'6322#".546.+"=737" 6&#"=737#";2&#'547326/#+6)/THM+6-uBT?T`^?< B[+Dn1:-R18 +/53>7Q7=1f0E;3/9?4EV%)X #5L;9\.R(313,31 /;/ //$L=@ 87 1(@'b`M=N>Y@32.,'%  +2'>54#"54#"'#"&547327&546322654'77D+\B;@^@˰X\+Lmfm=)9:u1B`/+LcNZ<=L3# X)%TF􃃹ϖ0qD'sw5HqoӤ>(dfL=@ 87 1(@'b`M=N>Y@32.,'%  +2#".546#"'#"&547327&546322654'7`^@;B\+D˰X\+Lmfm=)9:u1B`/+LcNFV$)X #6L;9\%􃃹ϖ0qD'sw5HqoӤ>(dfL L@ GF/.@7&K*PX@)b`M = N>K,PX@-b`=M = N>@+b` U= N>YYY@BA=;64)'%#  +2'>54"54&54632#"'#"'#"&547327&546322654'77D+\B;@^H+!5 P ˰X\+Lmfm=)9:u1B`/+LcNZ<=K4# Y)%TFR (% 􃃹ϖ0qD'sw5HqoӤ>(dfL L@ GF/.@7&K*PX@)b`M = N>K,PX@-b`=M = N>@+b` U= N>YYY@BA=;64)'%#  +2#".546&54632#"'#"'#"&547327&546322654'7#`^@;B\+D)%3 P ˰X\+Lmfm=)9:u1B`/+LcNFV%)X #6K<9]R (% 􃃹ϖ0qD'sw5HqoӤ>(dfLKSK1PX@ FE.-?6%<@ FE.-?6%K#PX@*b`M  = N>K*PX@(b`  U N>K1PX@,b` U = N>@2b`` U = N>YYYY@A@<:53(&$"  +2'>54#"56%2#"756#"'#"&547327&546322654'77C+\B;@^'$C ^˰X\+Lmfm=)9:u1B`/+LcNyZ<=K4# X)%TF - =)#􃃹ϖ0qD'sw5HqoӤ>(dfLK"K%PX@ FE.-?6%<@ FE.-?6%K%PX@*b`M  = N>K(PX@0b``M  = N>@.b``  U N>YYY@A@<:53(&$"  +2#".546%2#"=6#"'#"&547327&546322654'7#`^@;B\+D'% D J˰X\+Lmfm=)9:u1B`/+LcN}FV%)X #6K<9]- =)#􃃹ϖ0qD'sw5HqoӤ>(dfL=$P@  KJ32 D;* <:K PX@7 Z  `U UM =  N>@8  b  `U UM =  N>Y@"FEA?:8-+)'" $$  +2'>54#"547267#"'.'632#"'#"&547327&546322654'77D+\B;@^#+5)/THN+5-tBT?˰X\+Lmfm=)9:u1B`/+LcN=Z;=L3# X)%TE/E;309?3􃃹ϖ0qD'sw5HqoӤ>(dfL?$P@  KJ32 D;* <:K PX@7 Z  `U UM =  N>@8  b  `U UM =  N>Y@"FEA?:8-+)'$$  +267#"'.'622#".546#"'#"&547327&546322654'7B#*5)/THN+5-uBS@T`^@;B\+D˰X\+Lmfm=)9:u1B`/+LcN/E;3/:?3FV%)X #5L<9]`􃃹ϖ0qD'sw5HqoӤ>(dfA@ +6,KPX@/bX U M = N >@0b` U M = N >YY@=;5310/-&$  +2'>54#"5432>73!"7>54#"#!3;'&54! f7D+\B;@^V -)-N-%y{$%N@Vp'jZ<=L3# X)%TF3m/+!R٦צc!L)m?gFA@ +6,KPX@/bX U M = N >@0b` U M = N >YY@=;5310/-&$  +2#".54632>73!"7>54#"#!3;'&54! {`^@;B\+DM -)-N-%y{%%N@Vq'kFV%)X #6K<9]1m/+!R٦צc!L)m?gD P^@ :E;KPX@3b XM = M = N  >KPX@4b `M = M = N  >K%PX@2b ` U M = N  >@6db ` U M = N  >YYYY@ LJDB@?><53,*)($"  +2'>54#"54&54632'"'32>73!"7>54#"#!3;'&54! 7D+\B;@^H+ 5 P  -)-N-%y{%%N@Vp'kZ;=L3# X)%TEQ )% m/+!R٦צc!L)m?g! P^@ :E;KPX@3b XM = M = N  >KPX@4b `M = M = N  >K%PX@2b ` U M = N  >@6db ` U M = N  >YYYY@ LJDB@?><53,*)($"  +2#".546&54632'"'32>73!"7>54#"#!3;'&54! `^?;B[+D)%3 P  -).N-%z{%%M@Vq'kEV%)X #5L;9\Q )% m/+!R٦צc!L)m?gOK1PX@ 9D:<@ 9D:KPX@4b XM = M = N  >K*PX@3b ` U M = N  >K1PX@7db ` U M = N  >@=db` ` U M = N  >YYYY@$KICA?>=;42+)('#!  +2'>54#"'6%2#"75632>73!"7>54#"#!3;'&54! 7D+\B;@^'%C  -)-N-%y{%%N?Vq'k[;=L3# X)%TF - >)/m/+!R٦צc!L)m?gOHK%PX@ 9D:<@ 9D:KPX@4b XM = M = N  >K%PX@3b ` U M = N  >@9b` ` U M = N  >YYY@$KICA?>=;42+)('#!  +2#".546%2#"=632>73!"7>54#"#!3;'&54! `^@;B\+D'% C  -)-N-%y{%%N?Vq'jFV%)X #5L;9]- >)3m/+!R٦צc!L)m?g$Tu@ >I? <:K PX@CZ XUU M= M=  N  >KPX@Db XUU M= M=  N  >KPX@Eb `UU M= M=  N  >@@b `IUU M=  N  >YYY@(PNHFDCB@970.-,(&" $$  +2'>54#"'67267#"'&"'63232>73!"7>54#"#!3;'&54! 7D+\A ;@^#+5)/THM+5-uBS@ -)-N-%y{%%N@Vp'jZ;=L3" Y)%TE0E;3/9?4m/+!R٦צc!L)m?g$Tu@ >I? <:K PX@CZ XUU M= M=  N  >KPX@Db XUU M= M=  N  >KPX@Eb `UU M= M=  N  >@@b `IUU M=  N  >YYY@(PNHFDCB@970.-,(&$$  +267#"'&"'6322#".54632>73!"7>54#"#!3;'&54! ?#+5)/THN+5-tBT?S`^@;B\+D -)-N-%z{%%M@Vq'kh0E;3/9?4EV%)X #5L;9\m/+!R٦צc!L)m?gJm!>@ )0/%5@-ddM =N=M>Y@#"8642.,('">#>#)*! +6720#"/&54'.#"3267277327#"'"&54>{   #j^{j#bJᘥ'NNb-D6c-eV}3wVb   &aH  }%iŇl3Ju9@$+* 0@. ddM =N=M>Y@31/-)'#"99  +2#"&5476'.#"3267277327#"'"&54>T!G g #j^{j#bJᘥ'NNb-D6c-eV}3wVu1  %#1H  }%iŇl3Z-mHtK*PX@ $  <@ $  KPX@6bb    U=M=N>K*PX@3ddb    UM=N>K1PX@8ddb  I    UM=N>@9dd  b  U   UM=N>YYYY@GEDCB@><"$+#(*! +6720#"/&54327#".547.54632#"'&'"363632#"&#&#"F   7TD\7qN!TLL)T'1)+Ds 5#fh,!?Hb   &PmwH4VT-I!XEV^;+'EZTV+3^Z-qC~K*PX@   <@   KPX@7bb    U =M=M>K*PX@4 ddb    UM=M>K1PX@9 ddb  I    UM=M>@: dd  b  U   UM=M>YYYY@ B@?>=;9765430.,*&$  +2#"&5476327#".547.54632#"'&'"363632#"&#&#"!G f uTD\7qN!TLL)T'1)+Ds 5#fh,!?Hq2  %#PmwH4VT-I!XEV^;+'EZTV+3^Fw3o@ .-<('&%9K!PX@be=M>@ddeM>Y@ 33+'(!+632#"/&5463 '&4&#"'4&/672   -'=@9\D+T^m   'yAd^#7f/4a_FH5 =!Fs0v@+*<%$#"9KPX@ be=M>@ddeM>Y@00.-   +2#"&547663 '&4&#"'4&/672!G f ˞-'=@9\D+T^s1  %#yAd^#7f/4a_FH5 =!Fq-Z@ '&@dd=N>Y$&*!+6720#"/&544&/$72327#"&5   mTL3Z@'Hwhf   &HH5 =%f)s3Nmc`Fw(b@ "!@dd=N>Y@&$   +2#"&54764&/$72327#"&5F!G f NTL3Z@'Hwhw1  %#H5 =%f)s3Nmc`Fd!1h @ ddM=N>Y@0.&$!!*! +6320#"/&5&"32654&432#"j   \e2tNHnwh39msZ   &ՏTo TTPVFu,iKPX@$b=M=M>@!ddM=M>Y@+)!  +2#"&5476"32654&432#"5!H f \e2tNHnwh39msu1  %#ՏTo TTPV7`;[@ #"@dd=N>Y((,(*!+6320#"/&54#"&547654''>3232654'&54632   %D9DddmVyD;V   'רfw3!7!A71?uqF!17u6c@dd=N>Y@64,*"   +2#"&5476#"&547654''>3232654'&54632o!G f %D9DddmVyD;u1  %#רfw3!7!A71?uqF!1L\@i@ ;:#"4+@dddN>Y@ %+"(*!+6320#"/&54#"'#"&547327&546322654'7'   ˰X\+Lmfm=)9:u1B`/+LcNR   's􃃹ϖ0qD'sw5HqoӤ>(dfLy;r@65/&@dddN>Y@10,*%#  +2#"&5476#"'#"&547327&546322654'7!G f ˰X\+Lmfm=)9:u1B`/+LcNy1  %#/􃃹ϖ0qD'sw5HqoӤ>(dfJ!.K@6=<2" B  @@bM =M = N  = M  =M>Y@ 0/ECA?;954/K0K,*'%!!%$ +73267#"&52'>54#"'6'.#"3267277327#"'"&54>-D+ 3g3VJ7D+\A ;@^#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR[;=L3# X)%TFH  }%iŇl3J!.K@6=<2" B  @@bM =M = N  = M  =M>Y@ 0/ECA?;954/K0K,*'%!!%$ +73267#"&52#".546'.#"3267277327#"'"&54>-D+ 3g3V-`^?;B[+Dt#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVRFV%)X #5L;9]H  }%iŇl3J!0=Z#@E LKA1 Q  K*PX@B  bM= M  = N  = M  =M>@F  b=M= M  = N  = M  =M>YY@$?>TRPNJHDC>Z?Z;964/-(&!!%$ +73267#"&52'>54#"54&54632'"''.#"3267277327#"'"&54>-D+ 3g3V7D,\A;?^G+!5 O Z#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR[;=L3# X)%TFR )% wH  }%iŇl3J!0=Z#@E LKA1 Q  K%PX@B  bM= M  = N  = M  =M>@F  b=M= M  = N  = M  =M>YY@$?>TRPNJHDC>Z?Z;964/-(&!!%$ +73267#"&52#".546&'4632'"''.#"3267277327#"'"&54>-D+ 3g3Vh`^@;B\+D)%3 P Q#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVREV%)X #5L;9\R )% {H  }%iŇl3J9KYK1PX@WC $ +* 0 <@WC $ +* 0 K*PX@C   b M  =M=N=N=M>K1PX@G   b = M =M=N=N=M>@M b  ` = M =M=N=N=M>YYY@&ML;:USLYMYIGBA:K;K31/-)'#"99#&%$+73267#"&5'.#"3267277327#"'"&54>2'>54#"54%2#"=6-D+ 3g3Vj#j^{j#bJᘥ'NNb-D6c-eV}3wVk7D+]A;@^'%D k<-^LVRH  }%iŇl3[;=L3# X)%TF - >)J!/<YTK%PX@-D KJ@0 P  <@-D KJ@0 P  K%PX@C  bM= M  = N  = N  =M>@Ib  `M= M  = N  = N  =M>YY@(>=#"SQOMIGCB=Y>Y:853+)"/#/!!%$ +73267#"&52#".546%2#"=6'.#"3267277327#"'"&54>-D+ 3g3VZ`^@;B\+D'% D #j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVREV%)X #5L;9\ - >) H  }%iŇl3JH );N^^@*@ IH 3  XWQPOK%PX@Q  b U  U M=M=N=M=M>@N  b U  UQ M=M=N=M>YY@,=<+* \ZUSLJFECA2'>54#"547267#"'&"'63273267#"&5#j^{j#bJᘥ'NNb-D6c-eV}3wV 7D+\B;@^#*5)/THN+5-uBS@-D+ 3g3TH  }%iŇl3Z<=L3# X)%TF/F<3/:@3j<-^LVRJF"4A^@*,I POE5 U <:K PX@P ZUUM= M  = N= M=M>@Q  bUUM= M  = N= M=M>Y@,CB$#XVTRNLHGB^C^?=:8.-($4 ""%$ +73267#"&5267#"'&"'6322#".546'.#"3267277327#"'"&54>-D+ 3g3V#+5)/THN+5-tBT?T`_?<B\+Cd#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR/F<3/:@3FV%)X #6K<9]XH  }%iŇl3"(ZK1PX@&%  MH4/<@&%  MH4/K1PX@0bU  V = K  >@=bU  V = K  = M >YY@$$#XVROLIEB><8630-+#($( ""%% +73267#"&52'>54#"54! 32&#'547267672;2&#'5473254'!"!%#1VJNy7D+\B;@^/3 %T+ 1)#N;D1$: M673!w;#]^J17 bJZR)Z<=L3# X)%TFI T-1)+=9J?@=9) '5X "(Z@&%  MH4/@0bU  V = K  >Y@$$#XVROLIEB><8630-+#($(""%% +73267#"&52#".546! 32&#'547267672;2&#'5473254'!"{!%" 1WINy`^?< B[+D3 %T+ 1)#N;D1$: M673!{;#]^J17 bJZR'FV%)X #6K<9]I T-1)+=9J?@=9) '5X f"17i3@54 \WC>KPX@4bV =M= L  >K*PX@2bUV = L  >@6dbUV = L  >YYY@(32gea^[XTQMKGEB?<:27370.)' ""%% +73267#"&52'>54#"54&54632#"'! 32&#'547267672;2&#'5473254'!" %#1VJNx77D+\A ;@^G+!5 P 3 %T+ 1)#N;D1$: M573!{;#]^J17 bJZR[;=L3# X)%TFR )% I T-1)+=9J?@=9) '5X 7"17i7@% 54 \WC>KPX@4bV =M= L  >K*PX@2bUV = L  >@6dbUV = L  >YYY@(32gea^[XTQMKGEB?<:27370.)'""%% +73267#"&52#".546&'4632'"'! 32&#'547267672;2&#'5473254'!" %#1VJNyT`_?<B\+C)%3 P 3 %T+ 2)#M;D0%9 M583!{;#]^J17 bJZRFV%)X #5L;9]R )% I T-1)+=9J?@=9) '5X 3"06hK1PX@.43 [VB=<@.43 [VB=KPX@5bV =M= L  >K*PX@3bUV = L  >K1PX@7dbUV = L  >@=db`UV = L  >YYYY@,21$#fd`]ZWSPLJFDA>;91626,*#0$0 ""%% +73267#"&52'>54#"54%2#"=6! 32&#'547267672;2&#'5473274'!"!%#1VJNyy7D+\B;@^'%D 4 &T+ 1)#N;D1%9 N573!{;#]^J17 bJZR[;=L3# X)%TF - >)I T-1)+=9J?@=9) '5X '"06hbK%PX@.43 [VB=<@.43 [VB=KPX@5bV =M= K  >K%PX@3bUV = K  >@9b`UV = K  >YYY@,21$#fd`]ZWSPLJFDA>;91626,*#0$0""%% +73267#"&52#".546%2#"=6! 32&#'547267672;2&#'5473274'!"!%#1WINy`^@;B\+D'% D 4 &T+ 1)#N;D1%9 N573!{;#]^J17 bJZRFV%)X #5L;9]- >)I T-1)+=9J?@=9) '5X wB"5;m6@''0/ 89  `[GB<&:K PX@B Z UU  V =M= K  >KPX@C  b UU  V =M= K  >@A  b UUU  V = K  >YY@076$#kieb_\XUQOKIFC@>6;7;31-,*(#5$5 ""%% +73267#"&52'>54#"547267#"'&"'632! 32&#'547267672;2&#'5473254'!"ɤ!%"2WJNx7D+\B;@^#*5)/THN+5-uBS@C3 %T+ 1)#N;D1$: M673!{;#]^J17 bJZR5Z;=L3" Y)%TE0E;3/9?4I T-1)+=9J?@=9) '5X R#5;m6@' 8-9  `[GB<:K PX@B Z UU  V =M= K  >KPX@C  b UU  V =M= K  >@A  b UUU  V = K  >YY@076%$kieb_\XUQOKIFC@>6;7;/.)'$5%5!##%% +73267#"&5267#"'&"'6322#".546! 32&#'547267672;2&#'5473254'!"٤!%#1WINyq#+5)/THM+5-uBS@T`^@;B\+D3 %T+ 1)#N;D1$: M573!{;#]^J17 bJZR/F;3/9?4EV%)X #5L;9\mI T-1)+=9J?@=9) '5X F!B@"=<7654  )<*9K PX@1Z bM =M=N>K(PX@2b bM =M=N>@/b bRM =M>YY@"""B"B@?20%#!!%$ +73267#"&52'>54#"5463 '&4&#"'4&/672-C+ 4g3T7D+\B;@^-'=@9\D+T^sk<-^LVRZ;=L3# X)%TEyyAd^#7f/4a_FH5 =!F!B@"=<7654  )<*9K PX@1Z bM =M=N>K(PX@2b bM =M=N>@/b bRM =M>YY@"""B"B@?20%#!!%$ +73267#"&52#".54663 '&4&#"'4&/672-C+ 4g3Tf`^@;B\+Do-'=@9\D+T^sk<-^LVRFV%)X #5L;9]tyAd^#7f/4a_FH5 =!F!0Q6@"LK FEDC  8<99K PX@3Z   bM =M =N>K%PX@4b   bM =M =N>K(PX@8b   b=M =M =N>@5b   bR=M =M >YYY@111Q1QONA?42/-(&!!%$ +73267#"&52'>54#"56&54632'"'63 '&4&#"'4&/672-C+ 4g3T7C+\B;@^G+!5 P 1-'=@9\D+T^sk<-^LVRZ;=L3# X)%TER )% yAd^#7f/4a_FH5 =!F!0Q6@"LK FEDC  8<99K PX@3Z   bM =M =N>K%PX@4b   bM =M =N>K(PX@8b   b=M =M =N>@5b   bR=M =M >YYY@111Q1QONA?42/-(&!!%$ +73267#"&52#".546&54632'"'63 '&4&#"'4&/672-C+ 4g3T`^?< B[+D)%3 P %-'=@9\D+T^sk<-^LVREV%)X "5L;9\R )% yAd^#7f/4a_FH5 =!F!/P@#-KJ EDCB  7<89K PX@4Z   bM  =M =N>K%PX@5b   bM  =M =N>K(PX@9b   b =M =M =N>K1PX@6b   bR =M =M >@<b`   bR =M =M >YYYY@"00#"0P0PNM@>31+)"/#/!!%$ +73267#"&52'>54#"54%2#"=663 '&4&#"'4&/672-C+ 4g3T7D+\A;?^'%D -'=@9\D+T^sk<-^LVRZ;=L3# X)%TE - >)pyAd^#7f/4a_FH5 =!F!/PC@#-KJ EDCB  7<89K PX@4Z   bM  =M =N>K#PX@5b   bM  =M =N>K(PX@;b`   bM  =M =N>@8b`   bRM  =M >YYY@"00#"0P0PNM@>31+*"/#/!!%$ +73267#"&52#".546%2"=663 '&4&#"'4&/672-C+ 4g3T`^?< B[+D'$ D t-'=@9\D+T^sk<-^LVREV%)X "5L;9\- =)yyAd^#7f/4a_FH5 =!FH$EU@/ @? ONHGF:987 , <:- 9K PX@BZ   bUUM =M = N  >@Cb   bUUM =M = N  >Y@(%%SQLJ%E%ECB53(&" $$  +2'>54#"'67267#"'&"'63263 '&4&#"'4&/67277267#"&5u7D+\A ;@^#+5)/THM+5-uBS@ݞ-'=@9\D+T^-C+ 4g3THZ<=L3# X)%TF/F<3/:@39yAd^#7f/4a_FH5 =!gk;-^LVRFF"4U3@/,P O JIHG  <<:=9K PX@B Z bU UM= M  =N>K(PX@C  b bU UM= M  =N>@@  b bU URM= M   >YY@&55$#5U5USREC86.-($4 ""%$ +73267#"&5267#"'&"'6322#".54663 '&4&#"'4&/672-C+ 4g3T#+5)/THM+5-uBS@T`^@;B\+D-'=@9\D+T^sk<-^LVR/F<3/:@3FV%)X #6K<9]yAd^#7f/4a_FH5 =!"r>K#PX@je/*   VQA<<@je/*   VQA< K#PX@8bU  SK = K  >@EbU  SK =  K  = M>YY@*rqolifc`[XUROLJIFC@=:741.+(% ""%% +73267#"&52'>54#"544&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!o %#1VJNx7D+\A;?^3=OqqJ=3qJ=43>Pq=q;#\^J27 bJZR/Z<=L3# X)%TF1)11ZZ//(2 Z//(21)11Zc"r@je/*   VQA<@8bU  SK = K  >Y@*rqolifc`[XUROLJIFC@=:741.+(%""%% +73267#"&52#".5464&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!u!%"2WJNx`^@;B\+D3=OqqJ=3qJ=43>Pq={;#]^J17 bJZR'FV%)X #6K<9]1)11ZZ//(2 Z//(21)11Zc 1"1^@yt>9   e`PKKPX@<b  SM= K = K  >K%PX@:bU  S K = K  >@>dbU  S K = K  >YYY@.~{xurojgda^[YXUROLIFC@=:740.)' ""%% +73267#"&52'>54#"54&54632'"'%4&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!!%#1VJNyk7D+\A ;@^G+!5 P `3=OqqJ=3qJ=43>Pq={;#]^J17 bJZRZ;=L3# X)%TEQ )% 51)11ZZ//(2 Z//(21)11Zc "1b@#%yt>9   e`PKKPX@<b  SM= K = K  >K%PX@:bU  S K = K  >@>dbU  S K = K  >YYY@.~{xurojgda^[YXUROLIFC@=:740.)'""%% +73267#"&52#".546&'4632'"'%4&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!!%" 1WINyq`^@;B\+D)%3 P f3>PqpI=4pI=44=Pq={;#]^J17 bJZREV%)X #5L;9\Q )% 51)11ZZ//(2 Z//(21)11Zc ;"0@ xs=8.   d_OJKPX@=b  SM= K = K  >K%PX@;bU  S K = K  >K1PX@?dbU  S K = K  >@Edb`U  S K = K  >YYYY@2$#}zwtqnifc`]ZXWTQNKHEB?<963,*#0$0 ""%% +73267#"&52'>54#"54%2#"=64&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!ã %#1VJNxM7D+\B;@^'%D 3>PqqJ=4pI=43>Pq={;#]^J17 bJZRZ;=L3# X)%TE - >)1)11ZZ//(2 Z//(21)11Zc !"0j@!.   d_OJKPX@=b  SM= K = K  >K%PX@;bU  S K = K  >@Ab`U  S K = K  >YYY@2$#}zwtqnifc`]ZXWTQNKHEB?<963,*#0$0""%% +73267#"&52#".546%2#"7564&+"=73%#";2&#'5473265!;2&#'54732654&+"=73%#"!!%" 1WINyj`_?<B\+C'% C 4=PqpI=4qJ=33=Oq>{;#]^J17 bJZRFV%)X #5L;9]- >)1)11ZZ//(2 Z//(21)11Zc "5@*'}xB=0/  idTO<&:KPX@H UUS M=  K = K  >@@I UUS  K = K  >Y@4$#|yvsnkheb_]\YVSPMJGDA>;831-,*(#5$5 ""%% +73267#"&52'>54"547267#"'&"'6324&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"! %#1VJNx 7D+\B;@^#+5)/THN+5-tBT?3>PqpI=4qJ=44=Oq>{;#]^J17 bJZR3Z;=L3# Y)%TF/F;3/9?41)11ZZ//(2 Z//(21)11Zc #5@)}xB= - idTO<:K PX@OZ UUS M=  K = K  >KPX@Pb UUS M=  K = K  >K,PX@HbI UUS  K = K  >@Ib U UUS  K = K  >YYY@6%$|yvsnkheb_]\YVSPMJGDA>;8/.)'$5%5!##%% +73267#"&5267#"'&"'6322#".5464&+"=73%#";2&#'5473265!;2&#'54732654&+"'573%#"!!%" 1WINy#+6)/THM+5-uBT?T`^?;B[+Dn3=OqqJ=3qI=43>Pq={;#]^J17 bJZR0E;3/9?4EV%)X #5L;9\V1)11ZZ//(2 Z//(21)11ZcL!M@HG0/A8' @1b`M = N=M>Y@CB><75*(&$!!%$ +73267#"&52'>54#"54#"'#"&547327&546322654'7.C+ 3g3V37D+\B;@^@˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRZ<=L3# X)%TF􃃹ϖ0qD'sw5HqoӤ>(dfL!M@HG0/A8' @1b`M = N=M>Y@CB><75*(&$!!%$ +73267#"&52#".546#"'#"&547327&546322654'7.C+ 3g3VD`^@;B\+D˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRFV$)X #6L;9\%􃃹ϖ0qD'sw5HqoӤ>(dfL!0\*@WV?> PG6 K*PX@3  b  `M =  N=M>K,PX@7  b  `=M =  N=M>@5  b  ` U=  N=M>YYY@RQMKFD9753/-(&!!%$ +73267#"&52'>54"54&54632#"'#"'#"&547327&546322654'7.C+ 3g3Vs7D+\B;@^H+!5 P ˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRZ<=K4# Y)%TFR (% 􃃹ϖ0qD'sw5HqoӤ>(dfL!0\*@WV?> PG6 K*PX@3  b  `M =  N=M>K,PX@7  b  `=M =  N=M>@5  b  ` U=  N=M>YYY@RQMKFD9753/-(&!!%$ +73267#"&52#".546&54632#"'#"'#"&547327&546322654'7.C+ 3g3Vd`^@;B\+D)%3 P ˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRFV%)X #6K<9]R (% 􃃹ϖ0qD'sw5HqoӤ>(dfL!/[K1PX@-VU>= OF5 <@-VU>= OF5 K#PX@4  b  `M  =  N=M>K*PX@2  b  `  U  N=M>K1PX@6  b  ` U =  N=M>@<b  `  ` U =  N=M>YYYY@ #"QPLJEC8642+)"/#/!!%$ +73267#"&52'>54#"56%2#"756#"'#"&547327&546322654'7.C+ 3g3Vp7C+\B;@^'$C ^˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRZ<=K4# X)%TF - =)#􃃹ϖ0qD'sw5HqoӤ>(dfL!/[\K%PX@-VU>= OF5 <@-VU>= OF5 K%PX@4  b  `M  =  N=M>K(PX@:b  `  `M  =  N=M>@8b  `  `  U  N=M>YYY@ #"QPLJEC8642+)"/#/!!%$ +73267#"&52#".546%2#"=6#"'#"&547327&546322654'7.C+ 3g3Vd`^@;B\+D'% D J˰X\+Lmfm=)9:u1B`/+LcNk<-^LVRFV%)X #6K<9]- =)#􃃹ϖ0qD'sw5HqoӤ>(dfL=!4`@(&/.[ZCB TK:  <%:K PX@A Z  `UUM=  N  =M>@B  b  `UUM=  N  =M>Y@$#"VUQOJH=;9720,+)'"4#4!!%$ +73267#"&52'>54#"547267#"'.'632#"'#"&547327&546322654'7.C+ 3g3V/7D+\B;@^#+5)/THN+5-tBT?˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR|Z;=L3# X)%TE/E;309?3􃃹ϖ0qD'sw5HqoӤ>(dfL?"4`@(,[ZCB TK:  <:K PX@A Z  `UUM=  N  =M>@B  b  `UUM=  N  =M>Y@$$#VUQOJH=;97.-($4 ""%$ +73267#"&5267#"'.'622#".546#"'#"&547327&546322654'7.C+ 3g3V#*5)/THN+5-uBS@T`^@;B\+D˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR /E;3/:?3FV%)X #5L<9]`􃃹ϖ0qD'sw5HqoӤ>(df"R@<G =KPX@<b X U M = N  =M  >@=b ` U M = N  =M  >YY@NLFDBA@>75.,+*&$ ""%% +73267#"&52'>54#"5432>73!"7>54#"#!3;'&54! !%#1VJNy7D+\A ;@^V -)-N-%y{%%N?Vq'k;"\^J17 bJZRZ<=L3# X)%TF3m/+!R٦צc!L)m?g\"R@<G =KPX@<b X U M = N  =M  >@=b ` U M = N  =M  >YY@NLFDBA@>75.,+*&$""%% +73267#"&52#".54632>73!"7>54#"#!3;'&54! !%#1VJNy`^?;B[+DN -).N-%z{%%M@Vq'k;"\^J17 bJZR!FV%)X #6K<9]1m/+!R٦צc!L)m?g"1a@ KV LKPX@@  b XM= M= N  =M  >KPX@A  b  `M= M= N  =M  >K%PX@?  b  ` U M= N  =M  >@Cd  b  ` U M= N  =M  >YYYY@"][USQPOMFD=;:9530.)' ""%% +73267#"&52'>54#"54&54632'"'32>73!"7>54#"#!3;'&54! 1!%#1VJNy7D+\B;@^H+ 5 P  -)-N-%y{%%N@Vp'k;"\^J17 bJZRZ;=L3# X)%TEQ )% m/+!R٦צc!L)m?g"1a@ KV LKPX@@  b XM= M= N  =M  >KPX@A  b  `M= M= N  =M  >K%PX@?  b  ` U M= N  =M  >@Cd  b  ` U M= N  =M  >YYYY@"][USQPOMFD=;:9530.)'""%% +73267#"&52#".546&54632'"'32>73!"7>54#"#!3;'&54! %!%" 1WINy`^?;B[+D)%3 P  -).N-%z{%%M@Vq'k;"\^J17 bJZREV%)X #5L;9\Q )% m/+!R٦צc!L)m?g"0`K1PX@. JU K<@. JU KKPX@A  b XM= M= N  =M  >K*PX@@  b  ` U M= N  =M  >K1PX@Dd  b  ` U M= N  =M  >@Jd  b `  ` U M= N  =M  >YYYY@&$#\ZTRPONLEC<:9842,*#0$0 ""%% +73267#"&52'>54#"'6%2#"75632>73!"7>54#"#!3;'&54! !%#1VJNy7D+\B;@^'%C  -)-N-%y{%%N?Vq'k;"\^J17 bJZR[;=L3# X)%TF - >)/m/+!R٦צc!L)m?g"0`K%PX@. JU K<@. JU KKPX@A  b XM= M= N  =M  >K%PX@@  b  ` U M= N  =M  >@F  b `  ` U M= N  =M  >YYY@&$#\ZTRPONLEC<:9842,*#0$0""%% +73267#"&52#".546%2#"=632>73!"7>54#"#!3;'&54! %!%" 1WINy`^@;B\+D'% C  -)-N-%y{%%N?Vq'j;"\^J17 bJZRFV%)X #5L;9]- >)3m/+!R٦צc!L)m?g^h"5e@$'0/O Z  P<&:K PX@P Z XUU M= M= N  =M  >KPX@Q  b XUU M= M= N  =M  >KPX@R  b  `UU M= M= N  =M  >@M  b  `IUU M= N  =M  >YYY@*$#a_YWUTSQJHA?>=9731-,*(#5$5 ""%% +73267#"&52'>54#"547267#"'&"'63232>73!"7>54#"#!3;'&54!  %#1VJNx7D+\A ;@^#+6)/THM+5-uBT? -)-N-%y{%%N@Vp'k;"\^J17 bJZR/Z;=L3" Y)%TE0E;3/9?4m/+!R٦צc!L)m?gy#5e@$-O Z  P<:K PX@P Z XUU M= M= N  =M  >KPX@Q  b XUU M= M= N  =M  >KPX@R  b  `UU M= M= N  =M  >@M  b  `IUU M= N  =M  >YYY@*%$a_YWUTSQJHA?>=97/.)'$5%5!##%% +73267#"&5267#"'&"'6322#".54632>73!"7>54#"#!3;'&54!  %#1VJNx#*5)/THN+5-uBS@T`^@;B\+D -)-N-%y{%%N?Vq'k;"\^J17 bJZR0E;3/9?4EV%)X #5L;9\m/+!R٦צc!L)m?gJ9 7Z@W")(.< :UM =N=M>1/-+'%! 77#&%" +3267#"&''.#"3267277327#"'"&54>#y`RB^y 5#j^{j#bJᘥ'NNb-D6c-eV}3wV9Tld\H  }%iŇl3J 5\@Y '& ,< UM =N=M>/-+)%#55  +!"5463!2'.#"3267277327#"'"&54>#!5!##j^{j#bJᘥ'NNb-D6c-eV}3wVN%-#,XH  }%iŇl3Jm#0M@8?>4$D  @7ddM = N  = M  =M>Y@21GECA=;761M2M#))$%$ +73267#"&5672#"/&54'.#"3267277327#"'"&54>-D+ 3g3V/   #j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR   &aH  }%iŇl3J9]@Z+* 0 <$:M =N=M=M>31/-)'#"99#&%$ +73267#"&5'.#"3267277327#"'"&54>-D+ 3g3Vj#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVRH  }%iŇl3Ju,I@4;:0 @  @8 ddM = N  = M  =M>Y@.-CA?=9732-I.I*(%#%$ +73267#"&52#"&5476'.#"3267277327#"'"&54>-D+ 3g3V!G g #j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR1  %#1H  }%iŇl3J9<w@t '.-#3<: UM =M = N  = M   >! 6420,*&% s#+5)/THN+5-uBS@#j^{j#bJᘥ'NNb-D6c-eV}3wV/E;3/9?3H  }%iŇl3J9"/L@7>=3# C  <: UM =M = N  = M  =M>10FDB@<:650L1L-+(& ""%$ +73267#"&5267#"'&"'632'.#"3267277327#"'"&54>-D+ 3g3V#+5)/THN+5-uBS@#j^{j#bJᘥ'NNb-D6c-eV}3wVk<-^LVR/E;3/9?3H  }%iŇl3q E^@[83< dU  V= K  >CA=:740-)'#! "" +#"&'33267! 32&#'547267672;2&#'5473254'!"ks9 }TP N3 %T+ 1)#N;D1$: M673!qh}k9DC:I T-1)+=9J?@=9) '5X - CW@T61< U   V= K > A?;852.+'%!    +!"5463!2! 32&#'547267672;2&#'5473254'!"!5!3 %T+ 1)#N;D1$: M673!%-#,I T-1)+=9J?@=9) '5X LY@V ?:&!<db   V= L >JHDA>;740.*(%"*! +6320#"/&54! 32&#'547267672;2&#'5473254'!"   3 %T+ 1)#N;D1$: M673!   'I T-1)+=9J?@=9) '5X G\@Y:5!< db   V= L >EC?<962/+)%#   +2#"&5476! 32&#'547267672;2&#'5473254'!"F!G f 3 %T+ 1)#N;D1$: M673!1  %#I T-1)+=9J?@=9) '5X 3DHK1PX@  ;6"<@  ;6"@,   V= K = M >Y@FD@=:730,*&$!%% +73267#"&5! 32&#'547267672;2&#'5473254'!"!%#1VJNyL3 %T+ 1)#N;D1$: M673!w;#]^J17 bJZRI T-1)+=9J?@=9) '5X ;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TE\5 :KPX@ M>@IMAY%% +?3267#"&5!%#1VJNyy;#]^J17 bJZR;7D @eM >Y@   +2'>54#"547D+\A ;@^7Z;=L3# X)%TEwy@ <:KPX@M=M >KPX@QM>@IUMAYY@  +267#"'&"'6323#+5)/THN+6-uBT?/F<3/:@3b)3%@ <:KPX@ UM=M >KPX@UQM>@$UUIMAYY@%$   +267#"'&"'6324632"&462"#+6)/THM+6-uBT?@/-AAZBBZBBZ0E;3/9?4/?A[?@[A?/-@Fw"C@">=8765  *<+9K!PX@,bb=M=N>K(PX@)ddbM=N>@&ddbRM>YY@###C#C+'($%$ +73267#"&5632#"/&5463 '&4&#"'4&/672-C+ 4g3T   -'=@9\D+T^sk<-^LVR   'yAd^#7f/4a_FH5 =!F0v@+*%$#"  <9K(PX@bM=N>@bRM>Y@ 00+$%$+73267#"&563 '&4&#"'4&/672-C+ 4g3T-'=@9\D+T^sk<-^LVR'yAd^#7f/4a_FH5 =!Fs@@;:5432  '<(9KPX@-b b=M=N>K(PX@*dd bM=N>@'dd bRM>YY@  @ @>=0.#!%$ +73267#"&52#"&547663 '&4&#"'4&/672-C+ 4g3T!G f ˞-'=@9\D+T^sk<-^LVR1  %#yAd^#7f/4a_FH5 =!F53b@_ .-<:('&%9 eUM =M>3310#!  +267#"'&"'63263 '&4&#"'4&/672#*5)/THN+5-uBS@-'=@9\D+T^/E;3/9?3KyAd^#7f/4a_FH5 =!F5"C@+>= 8765  *<:+9KPX@2   b UM =M=N>@/   b URM =M>Y@###C#CA@31&$ ""%$ +77267#"&5267#"'&"'63263 '&4&#"'4&/672-C+ 4g4V#*5)/THN+5-uBS@-'=@9\D+T^jk;-^LVR/E;3/9?3KyAd^#7f/4a_FH5 =!NQ@"# ('94A= ON  @CdZb Z  UL =M= K  >Y@QQLIGE&&"459(! +672#"/&54'54732654&+"=7!#!"32>746;#"7.+!267   d=44= QF+  +!:PpX!   &g-)11)/<[3#)sKFy)%1;y+N@ %$61>: LK  < dZb Z  UL =M= K  >NNIFDB=;53-+)&"!  +2#"&5476'54732654&+"'57!#!"32>746;#"5.+!267q!G f =43> RF+  +!:PpX!1  %#5-)11)/<[3#)sKFy)%1;ysdb@_\W! HC3.<dbS K  = K  >dca^[XURMJGDA>333338*!+6320#"/&5&4&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!   3>PqqJ=4pI=43>Pq=   '1)11ZZ//(2 Z//(21)11Zc`_l@iWRC>.)<dbS K  = K  >_^\YVSPMHEB?<97630-*'$!  +2#"&54764&+"=73%#";2&#'5473265!;2&#'54732654&+"=73%#"!N!G f 4=PqpI=4qJ=33=Oq>1  %#1)11ZZ//(2 Z//(21)11Zc-!-` K,PX@XS D?/*<K1PX@XS D?/*<@XS D?/*K1PX@2S K  =K  = K  >@2S K  =K  = K  >YY@`_]ZWTQNIFC@=:333335%%+73267#"&54&+"'573%#";2&#'5473265!;2&#'54732654&+"=73%#"!!%" 1WINy\3>PqqJ=4pI=43>Pq=;"\^J17 bJZR1)11ZZ//(2 Z//(21)11ZcBfB jK%PX@eM>@e=M >YY@  %$ +&54632'"'2'>54#"54+!5 P q7D+\A;?^ )% fZ;=L3" Y)%TEBN; K,PX < K*PX@eM>K,PX@e=M >@bc=M >YYY@    +2"=62'>54#"54'%D 7D+\A;?^;- =) Z;=L3" Y)%SF57o$@ <:K PX@%YUM=M >@$eUM=M >Y@" $$  +267#"'&"'6322'>54#"54#+6)/THM+5-uBT?Z7D+\A;?^1/F<3/9@3Z<=K4# X)%TF9 &2@/ < :U=N>$&%"+3267#"&'4&/$72327#"&5\y`RB_y TL3Z@'Hwh9Tld\vH5 =%f)s3Nmc` $5@2<U=N>"    +!"7463!24&/$72327#"&5F!5!qTL3Z@'HwhJ%-#,GH5 =%f)s3Nmc` ^ &?H@E%98,+<dbM ==N>$&)"" +4632"& 462"632#"/&'44&/$72327#"&5?0-AAZBBZAAZ   TL3Z@'Hwh/@BZ@@ZB@/-@   'ZH5 =%f)s3Nmc`F";@ 54('@( dbU=N>Y@9731+*"!  +2#"&5476462"& 4632"4&/$72327#"&5!H f AZBBZAB-/?AZTL3Z@'HwhF2  %#K/@BZ??ZB?0-?lH5 =%f)s3Nmc`9+P@M %$<:UM ==N>)'#!  +267#"'&"'6324&/$72327#"&5#+6)/THM+6-uBT?TL3Z@'Hwh/E;3/9?3H5 =%f)s3Nmc`3%>@ 87+* <:KPX@/UM =M == N  >KPX@-UUM == N  >@+U UU= N  >YY@<:64.-%$   +267#"'&"'632462"&4632"4&/$72327#"&5#+6)/UHM+6-uBT?BZAAZBA-/@BZsTL3Z@'Hwh0E;3/9?4/?A[?@[A?/-@hH5 =%f)s3Nmc`#mq 3L@I-(< dU K =K >2/,)&# "" +#"&'33267;2&#'54732654&+"'573%#"Nks9 }TP HpI=43>Pqqh}k9DC:+Z//(21)11Z3 1E@B+&<UK =K >0-*'$!   +!"5463!2;2&#'54732654&+"=73%#"R!5!pI=43>Pq%-#,Z//(21)11Z5:I@F4/  <dbK =M >3353#7)! +632#"/&'4;2�'54732654&+"=73%#"   pI=44=Pq   'Z//(21)11Z!5J@G/*<dbK =K >41.+(%   +2#"&5476;2&#'54732654&+"=73%#"j!H f FqJ=33=Oq1  %#Z//(21)11Z;fB jK%PX@eM>@e=M >YY@  %$ +&54632'"'2#".546)%3 P `_?< B[+D )% fEV%)X "5L;9\9d; K#PX < K#PX@eM>@bcM>YY@    +2"=62#".546'$ D `^?< B[+D;- =)EV%)X "5L;9\J`$@ <:K PX@#YUUM>KPX@"eUUM>@(eUUIMAYY@" $$  +2#".5467267#"'&"'632m`^@;B\+D#*5)/THN+5-uBS@hEV%)X #5L;9\/E;3/9?379 42@/< :U=N>((,%%"+3267#"&'#"&547654''>3232654'&54632=yaRA^y %D9DddmVyD;9Tld\רfw3!7!A71?uqF!17 26@3<U=N>20(&   +!"7463!2#"&547654''>3232654'&54632= 5"%D9DddmVyD;J%-#,רfw3!7!A71?uqF!173#JC@@21<dbV =N>JH(,(("" +4632"$462"632#"/&54#"&547654''>3232654'&54632m?/-BBZLA[AA[   %D9DddmVyD;RZBBZ@@ZBBZ@   'רfw3!7!A71?uqF!17F"I10@) dbU =N>Y@IG?=53'%"!  +2#"&5476462"& 4632"#"&547654''>3232654'&54632!H f BZAAZBB-/?AZ%D9DddmVyD;F2  %#K/@BZ??ZB?0-?רfw3!7!A71?uqF!1m96@ 1<9K PX@'ZM=M=M>@(bM=M=M>Y@0.*(  +2'>54#"54"326'64>7>32#"''7D+\A;?^xt@j+$-+-'=ZdLZ<=L3# X)%TF58bZ>uCB);= 1 hm96@ 1<9K PX@'ZM=M=M>@(bM=M=M>Y@0.*(  +2#".546"326'64>7>32#"'7`_?<B\+D?t@j+$-+-'=ZdLFV$)X #6L;9\58bZ>uCB);= 1 h779Q@N ! <:UM ==N>97/-%#  +267#"'&"'632#"&547654''>3232654'&54632#+5)/THM+5-uBS@%D9DddmVyD;/E;3/9?3=רfw3!7!A71?uqF!17#Jc@` 21 <:U UM =  = N>JH@>64(&#"  +267#"'.'62462"$4632"#"&547654''>3232654'&54632#*5)/THN+5-uBS@AZBBZLB-/?AZ%D9DddmVyD;/E;309?3ZAAZ@@ZAAZ@רfw3!7!A71?uqF!1q J]@Z/*7# D? < dU K =  L >IGC@=:41.+(&  "" +#"&'33267.+"=737" 6&#"=737#";2&#'547326wks9 }TP 1:-R08 +/53>7P8=1qh}k9DC:".R(313,31 /;/ //$! HV@S-(5! B= < UK =  K >GEA>;82/,)&$  +!"5463!2.+"=737" 6&#"=737#";2&#'547326!6!u1:-R08 +/53>7P8=1%.#-.R(313,31 /;/ //$P@50" =)JE @'dbK =  K >Y@OMIF633&3:)! +672#"/&'4.+"=737" 6&#"=737#";2&#'547326   X1:-R08 +/53>7P8=1   &.R(313,31 /;/ //$L[@X1,9%FA < dbK =  K >KHEB?<630-*("!  +2#"&5476.+"=737" 6&#"'5737#";2&#'547326X!H g 19.R17 +/64=7P7=21  %#.R(313,31 /;/ //$E@# 1?9@*b UUM = >Y@>:0.($!  +2#".5463 !"4/"=72$32!"'&#"'54?>;`_?<B\+Ci+;L.FA7Xg+F*;?'?2FV%)X #5L<9]/+5d1Eql:t73///b)J'[@  @ dbINBY(*!+6720#"/&'44632"&462"   B?0-AAZBBZAAZ?   &t/?A[?@[A?/-@b)J"\KPX@dbM >@!dbIMAY@"!  +2#"&54764632"&462"!H f ?0-AAZBBZAAZJ1  %#L/?A[?@[A?/-@mjs@ <d[)! +632#"/&54      'L\#O@JI21C:) @&dddN=M>Y@ %+"()$%$ +73267#"&5632#"/&54#"'#"&547327&546322654'7.C+ 3g3V`   ˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR   's􃃹ϖ0qD'sw5HqoӤ>(dfL;?@%+"%%$+73267#"&5#"'#"&547327&546322654'7.C+ 3g3V˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR􃃹ϖ0qD'sw5HqoӤ>(dfLyK@FE.-?6% @' dddN=N>Y@A@<:53(&$"%$ +73267#"&52#"&5476#"'#"&547327&546322654'7.C+ 3g3V!G f ˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR1  %#/􃃹ϖ0qD'sw5HqoӤ>(dfL>@ 98! 2)<:K!PX@(b UM =N>@&bU UN>Y@43/-(&  +267#"'.'632#"'#"&547327&546322654'7J#+5)/THM+5-uBS@{˰X\+Lmfm=)9:u1B`/+LcN/E;309?3 􃃹ϖ0qD'sw5HqoӤ>(dfL"N@$IH10 B9( <:K!PX@2  b  UM = N=M>@0  bU  U N=M>Y@DC?=86+)'% ""%$ +73267#"&5267#"'.'632#"'#"&547327&546322654'7.C+ 3g3V#+5)/THM+5-uBS@{˰X\+Lmfm=)9:u1B`/+LcNk<-^LVR/E;309?3 􃃹ϖ0qD'sw5HqoӤ>(df ,@@= <dbM=M>+)%#  *! +6320#"/&'4"32! !    {!   '6+Jh)/'=@:dbM=M>&$   +2#"&5476"32! ! \!H g { 1  %#6+Jh)/D@ .9/@, db` M =N >Y@ @>"''!'*! +6320#"/&5432>73!"7>54#"#!3;'&54! -    -)-N-%y{%%N@Vp'k   'Zm/+!R٦צc!L)m?g?@)4*@-  db` M =N >Y@;931/.-+$"  +2#"&547632>73!"7>54#"#!3;'&54! m!G f  -)-N-%y{%%N?Vq'j1  %#1m/+!R٦צc!L)m?gZD@@*5 +@-b M =N =M >Y@ <:"''!$%% +73267#"&5%32>73!"7>54#"#!3;'&54!  %#1VJNx- -)-N-%y{%%N?Vq'k;"\^J17 bJZRRm/+!R٦צc!L)m?gLV'@e >  +2"&5476!G f '1  %#;'D @eM >Y@   +2#".546`_?< B[+D'FV%)X #6K<9]NP @IMA   +!"5463!23gL;J;+E+INP @IMA   +!"5463!23gL;J;+E+IDB; @IMA    +!"&5463!2\  #B5)9RV@GK? +!!R\Vy;V@GK? +!!;yVy;'V@GK? +!!;Vy{}@GK?+#3#3{{{{}`` /@,SGK? +!5%!5//eebbs@:[ +"5467oHdFXHT+k%1S-=@9> +2&7>54'&5461oHdFXHT,k%1R->@9[ +%2&7>54'&5461oHdFXHT,k%1R->s@ 9> +2.5469HXFdHuD>-R1%k+Vb{?!@:[!! +"5467!"'467oHdFXHoHdEXHT,k%1R->T,k%1R->q!@9>!! +2&7>54'&546!2&7>54'&546oHdFXH{nHdEXHT,k%1R->T,k%1R->q!@9[!! +%2&7>54'&546!2&7>54'&546oHdFXH{nHdEXHT,k%1R->T,k%1R->j#@ 9>## +2.546!2.5469HYFdHuE~9HXFeGuD>-R1%k+Vb{>-R1%k+Vb{XJ%.@+"<UM>#'#%+2632#"'#'>5#"&4632&4NV7=-B@/OLL--/=?-=G3}T>V9PbCuy1P9V>T1XJ@F@C=4+(% < UM =M>@>#(#%%#&" +#"'632#"'#"&547#"&46324&'>5#"&4632&462632J@/OL-BB-=7+)<>+AD(--/=?-=:V7=/V9PbbP:V;R1JH3R;V:P51P9V>T1IG3}Tdj @IMA$" +4632#"&dfhsjhmd "+7^m@M> +6462"D^DD^-^DD^A@M>+$462"$462"+D^CC^D^DD^-^DD^AA^DD^A@M>+6462"$462"$462"D^DD^C_CC_C^DD^-^DD^AA^DD^AA^DD^Am@IMA +462"D^DD^^DD^Bm !,DO`@]0 73 2.-NLIGB@=;64-D.D#$#$$$#"+%32654"4632#"&%32654"4632#"&27'#"'#"5463232654")N`P?eLpzXmb'JdP?ev^ga`nsjNJ{f#n~'DkPF\9HcuBVdڋ:;FauBú{f+}/+߇+39Fasm  !-8C[fk@hGNJ IEDec`^YWTRMKD[E[B@=;75$$$#$$$#"+%32654"4632#"&%32654"4632#"&%32654"4632#"&27'#"'#"5463232654")N`O?eLp{Xmu)N`P?eLpzXmb'JdP?ev^ga`nsjNJ{f#n~'DkPF\9HcuBVdڋ:9HcuBVdڋ:;FauBú{f+}/+߇+39Fas!@e>  +2#"&5476%!G g 2  %#=!V$@!e>  +2#"&54762#"&5476!G f !H g 2  %#2  %#!//@,e>! )' /!/  +2#"&5476#2#"&5476#2#"&54769!H f !H g !G g 2  %#2  %#2  %#q?w@ <e>*! +6320#"/&54      '^)X&NK1PX < @bc=>Y)'(!+632#"/&54%672#"/&54         &'   &q;(<#@ 1 <e>)')'*!+6320#"/&'4'632#"/&54'632#"/&54           '!   '   'j^ "+'56^`žgdkC{o "+567&'5{`žg17kC1rN+L@I$! +(%"*)&<#:'9UUIMA+462"462"$462"462"%7   'C_CC_TD^DD^D^DD^XC_CC_rEeEcED`_CC_A^DD^BD^DD^B^DD^B4&44A3fH-58@5M =M>5410%#--  +2#"&'&&546462"2#"&'&&546462"s=V97%3[7632'%& +#"54>767>2#"5&'.'462"67654&5%\+!/0U EF@)`-;T "',g{D^DD^*m4N#'X%C#&22/,]3[V '7##@() ZFJ^DD^AB:Z/VJ'5K1PX@ K>@GK?Y@  +!5/ZZ)8qz@wrRF g\9.#<db `U  V  >}{vuljdb[YVTMK%&'#''%+%.&54632.54632>32#"#".'#"&54>%.&54632.54632>32#"#".'#"&54>.&54632.54632>32#"#".'#"&54>!;S!f1++*$Y$ x@Q.$&( '.-Oz";S!g0*+*$Y$!y@R-$&( &/,Pi";S!f0*+*$X$!y@R-$&( &/,P6"N %e* uP)F*,(6ef1*,+6"N %e* uP)F*,(6ef1*,+6"N %e* uP)F+,'6ef1*,*!!@ d[ +3#VTT5`F*2]e>@;b` M= M >eda`\Z%&+%% +#"&547632"&=4>7654&#"462"#"&547632"&=4>7654&#"462"/>/)Lm`RMH%-+Z FCqRRD^C^DD^>/)Lm`RMH%-+Z FCqRRD^C^DD^>%/A6VZPFD5-hD/%!'39P>d`@q^DD^A>%/A6VZPFD5-hD/%!'39P>d`@q^DD^A5HEMR@ObbM =M =M >MLIHDB76)'"   +2#"&'&&546462"#"&547632"&=4>7654&#"462"=W98%3Z;C_CC_!>/)Lm`RMH%-+Z FCqRRD^C^DD^HPJ;V3<DNL^DD^A>%/A6VZPFD5-hD/%!'39P>d`@q^DD^AfDEMR@ObbM =M =M >MLIHDB76)'"   +2#"&'&&546462"#"&547632"&=4>76'4&#"462"=V97%3[%/A6VZPFC5-iC/%!'39P>d`@q^DD^BLdL@<:KPX@e=M>@eU>Y$#"+'327632'#"`mh5H=Bf FjmL5&1홚 V!+)5>@;)<bM =K>+*0/*5+5$6"2# +32'#54;>54&+"=232632#"'254.^1;  >33> s!;-o1!P-++)RJ5+ .Kd)-+oNG 9KPX@eM>@eIMAY@  +72.54462"7@UIMAY@      +"3265"&54632Vq/%H)ssmjP7L^2Ǡ5 $@ ! @1b``UIL@Y@$#   +2#"&46;2'#54;27543"'673/08')73%-bS-%J{NJ)&'9' ++'-D -w%=@:<:dSIL@%223+3#;2&#74;26=!'63547>32qk!fBdK LVT33V3 b-w%c@ @SUQ>Y@ )$$"!+4#"'!!632#"&546323B= +XEsh?    j-gX\+!(  V\ 0@-<:UIMA*$$"+4&#"3267#"&5467672:736J3-0y}j-APk+-f(%qhXEL)T/J1Fd0@-eM=M>  +"#733!#7 d+P _ws!1dbm .Q@UIMAY@-+!   +"6'4&'32654#"&547&'&54632`'/T F/)fI-5B`x?mb}^TP3)90;6'9L@9B>7PRH%9ZD{R^X];^FZRPXN@ < 9K1PX@QM>@UIMAY$&)"+4632567".732754&#"P{{j?-9Nm+<7/6H3/.L)+0I1!+h)%qhW3u DK(PX@SK >@GSK?Y+3##5#5353Ֆז=ddBf=@GK? +!5f=ddJ^/@,SGK? +!5%!5^XXXXB  "+467$B/^F@d+3mT/bqwg//}  "+'>54&'7}+dBH^/70fvqd/T6K*PX@6 <@6  K*PX@$ U  I  NB@+  b U  I  NBYY@54/-+)(&%"   +26736=4#"73767363232&#"+&#54736547"7 DINHKDH -o1f61m-B +V- #11 )++;'?h /@,UIMA      +"3265"&54632Vq/%H)ssmj7L^1Ǡ}5"-@* <bIK?<%# +4&#"'67632&#'54?>%PR'1uO3%X4*5H3 ;9t)#    !Lb$?@<"<bUGK? $$ +7"&54632!67!467674&#"#-uh{{P AZjD/8#-9iPi^V)/2Hk\Z;8!"Jd/@ -,32#"&5463232>54#"'>+ P=D3oIbmdBWN9=?FDJr)'))L6-5#C@!dSIL@Y@ %223+3#;2&#74;26=!'63547>3qk!fBdK LVT33V3 b-%B@? <bSUIMA)$$"!+4#"'!!632#"&546323B= +XEsh?    j-fX\+!)  HN 0@-<:UIMA*$$"+4&#"3267#"&54676329736J3-/y}j-APj+#-g)%qhXEL)T/J1N!m-@*eUK?  +"#733!#7 d+P `wrR1dV` .2@/<UIMA-+!   +"654&'32654#"&547&'&54632T'/TF/)fJ-5B`y@mb}^T3)90;6'9L?9B=7PRH%9ZD{R_X\;^FZRBJO@ < 9K!PX@UM >@UIMAY$&)"+74632567#".732754&#"Bz{j@-:Nl+<7/5H3/-L)+/I1!+h)%qhW3?uP CK%PX@OK >@GSK?Y+%3##5#5353ההybbBfy5K%PX@ K >@GK?Y@  +%!5fybbJ^)@&SK > +%!5%!5^RXXZZB  "+7467$B/^F@d+jmT/bqwf//}  "+%'>54&'7}+dBH^/j/fvqd/TH!F +w@)( <;3")! +436767.'&'#"=!765&=!'"&#"5474'&'2&#"F f  HN1 81'B.Jb+ HNH+-/ ?5N?TF)) 2O )%1\7-+ FL+L!^D b @!USIMAY@  " +#326"'>32#".5!54&'/e5!X5kVRx:yLf2XP);6DJ"5?::ZP's+PR7 Zi9 !eK%PX@&SQM= K >@$S  SQM>Y@ ! $##" +3264&#"4632#"&%3##5#5353utwwuɋƎu??馦ȌƮ??9 %@"SQM>$##"+3264&#"4632#"&%!5!utwwuɋƎ%^馦Ȍo? 4O@L +21/<bUIM>(&"  44 +"32=7.#"4'67673632#"'&567!LT u=ouJ fH!!I?M?N;/^*5&#!NZ# whbFD"DD1%!91n#/f#o5_@\) /.  < Z U  SSM >5530-*'$! 3#2+#3#;2�'54;2'#535#534&+"=73!+"D5;J=6B%>;@+5^P^RRA^P^1!7>1@  K1PX@N bb``` U   SSM>@R bb``` U   SSM=>YY@!>>=<;:98531/+)&%$##"$"+327#"'&#"#"&547#2767#535#5367672#"'&#"3#3l}X9#{Z={bsb)N/%;{ Rf=F75.+1JX5'w=P_B5/'+#;9X^N`j/2'-%+v<`N^ #@>=:  B p |wed <  b U  U  SUM = M =M = M  >~{xurnlkjhfca_]OMIHECA?R!J#"""+32#"47#327.5732654&'.4"##"=27632675732632.#"#"'&#"''"5#!"'732&#'54; Ѿ=)9 +98+LJ^k# 9syR 3NfH)3/!+=/DPOc+Djg3jF P=H^8/;F9/8Z =67!h+3D;?Y'7ZJ- Ai`/ 9P!D+)D])>C72#)DR3Bb1H mp@^pn cb hEm QL<;<  bb` UUM  =  N  =M >a_\[VSPMJG?=".$*#"!+#"32676732654&'.54632.#"#"'&#"5#"'.'&'732&#'54;274'"'5625j!!FN/: )9:+LL\ou10 -=1DNOc+Djg1mE P5Pr %8/;H917 A=s1ZbVv7Fo+/J+3D;?Y'7\Vb?D])>C72#)FP3Bb1 9: JIH#`j}u)=>w +==/9f@c,'&  90    <  b SP = M= M>8621//+*2%#+!!##7#"&5476325!5!.#'"5'>72&"327=ZX8K|F;\@狅V' B L#!Pw^?ad_VO38@@a3){OR2 ;!R+yƸZ <Y@V  6+*.<U S  SM><<875420"(" +?36327.#"!!!!32>7&#"'#573&547''"!9'N*^E']' rz$  N>:f'8s> !f TdT]P  O̼ )6@1'!?53} 3WK%PX@UTRQO1@*UUM = M >Y@ KHAE&&-(#! +4#" 2>32>54&''67>7632#"'32#"&#&#"7632767'67675H?b+^AnBe-6=J9K7+àRX3 = X;:; -%'373o/Rm!T`  hq yP5b0bq=%mTp=D\۶ξ-L1!oD#wj S@ 0+ @?IUSS   U  K >Y@-SSQMKIGEDCB@>=<;:98752/,)&$#!"+#36505#323&#"#3#!"'&#732&#'54;25#535#5354"##"=27>3632q )!3>FNo\ 7/=H97%93o 7 {P#} {^)'^HGD^P^FJ-^F\,L @ 2-"+ ' 654&#"3265#"&54327327#""&54632#"74654&#"3267Vl+#L dVT^VyV1bd -)y^Hs\f\9HFy<$f%6yjJ)>l%%5TyG FFT- 7"{HTl%%5TyG FFT- 7"{L^23BG'?+R_@BY7'?bZXgLD  "+".5!2!"3267נR #'>fbiczl/\Xs)[uVE@kyڑYZD(2 0+'!"+ 5!23.#"32674&#"2%462"&Vl}[#N)FwwEϼg/`D=;FFvywwy!kV%)+hڙc)`kXT97PVwwVTwwq%3@ @ <60) "+ ' "&54632#"74654&#"326732>54#"4632#".Vlg\݃d^;F Hy%'f%7=s`''/J%^X\Ϩ{lXn!eHT:!"/ FU<+.;ALZIob%wY]bq%T ;2 "+ ' "&54632#"74654&#"326732676727327#"547#"&54?654#"'632Vlg\݃d^;F Hy%'f%7=s: ))!zf -)}ZJjqF5< /){\JeHT:!"/ FU<+.;AV/'5sTR)7#}D +y-6M)7%{B Z9D@JT RMIC3!"+326?4732#"/.+;2%'54732'4&+"=77%.+"4&#"2%462"&1+ ?A -13;86q+?>%M5L9ID=;FFvywwyy-/; }FL@/+u/+//Zb/+4BAJkXT97PVwwVTww1\@/"+&'"'>3264#"''7654.54>727#"'67\Nvyk{wJ=->j6bsչD}^?ÅPReQIZ"`qd2uTo^Zmr\_+H1<;nTkL|h1f7J?fPLPu#hT`^koQ7#+OUUP "+%!;2&#'54;27&'#"=730%+"!4+"=730%+";2&#'54;2%674'd4;7P77O 7on8P5q3>5P8nVhi/+''''ZOZ''Z/+''/1.+"+62327#"747654#"'654#'"57$72gL'D?bPoN#+@ XF+z=!V7bZd5oAf,RB)u?'9 ="T62 "+7654#'"57$72762327#"747654#"'5 +@ X GL'D?bPoN#C2?'9 ="T1/R3͞+z=!V7bZd5oAf,RB)R D="+4632#"'%&"'76232654/&54?&#".fP+9y=%'7'P=%1?#7))yN-F^Lbw>ۚRJ15/D'7d{H!!" a#TXN/FPN+skfH+) D% "+6'4&#"27#"&='675!27wq=5%dLssXB 47i  dk 9>ىBD:N+VfBu}wf+BIIC#"+#&'&;2�'54;&'#"757!32754&+"=737+">5&'+333%787PB Z ! 697 J69763 ^u;)Dd13H'%!0 01L''JI/.69DR @ @. "+!!4&#"32>2#"&54>+"=7!4632#".'&7#"'#"&543261t=-NJ%^X<-w7' DNq\=0);)F&m#k\nf?hj^Rv;\T'jbDt^u} !5ݻ@/)-)J!+:7ӵF/P^#y; /< 80%"+4.#"3276;2&#'54;"'56$3 32>54&#"7Za3dNhJD)3>5R{sV!>bP+T)'$  V}?i^M/+'''̚LV1'"3+L?D%*5 2-'&"+67&! 632327#".#"'62#"A{ ov wqTu=#uZs@#('#PuHze`"] /'XK->H=,1>`Җ6+Jt/qDZ"+46327632327.'.+'%'&#"'&#"'762>5#"'>54./װVN-' !)LO $)8^@#,'b14&s!#F9)F5#%1%= N-wDd/5'XB) iziͨ'(B`+/B`/%%1IӬZJ:'#o7fs3J=/ZX-G` =6#; 7D @84"+4.#"327677#"&'&#;2&#'54;"'56$3 32>54&#"7Za3dNhJD`Ze9V)3>5R{sV!s)'$  V}?i^{\ + `NM/+'''"3+-D90zY4-"+&#"#"/4.'732654&'.54632 #"'';2&#'54;2767=4#&=73673#"32&#'54;254;!v->/>H"hX4 = >X57F55-TrZ#  1f   =  / N=^/xX3"+;2�'54;274+"'7!'.57.+" #"'';2&#'54;2767=4#&=73673#"32&#'54;25= ) ?h!-'13'/"X " {R #P,a %!# )#/' Z+ " 1  1)%C    D$% /  >TrZ#  1f   =  /D$(&%"+)"54764#!"'673!627!267#'fhZ'>! R5TZ13mr#>,YKvT u F  HdZ{D/) "+%32>73!"7>54#"#!3;'&54!  -)-N-%y{%%N?Vq'km/+!R٦צc!L)m?gZT{/) "+'323!"#"54676#!3>;! 54 -)-N-%y{%%N?Vq'kl0+!R٦צb!L)l?R="+!54&#"327#"5432FmqroF%uy'+q OH"+#"'3&70###&'3&'+&67>54'&5467.'&547367&746?B/ N -[ZcV !XV#ZoZ6 /TT ( XTd#53!C? +)'-! sd;!/bfU9d^%```;`Dn83R #ay-R> + jQJ^d*=9d\+o=T   -! "+23!7!654.#!"&54>?3RyT7V3w3m%54&'&546?3 F5/A% oR|=FX++#`buX1')@-/5bƃR u=X%''}y#"+'#6'4'4&57!"746?3!2 17V++'!V\u#%JZDW L!;R=; #""+462";2&#'54732654"'673EgGGg&2O1'5J~J^gGGgG-+//+- LG)+`S @ 8 "+"654!"6'6!"654&74632327&54>32&'#"'#"'#'67&546232^cN`@8  bb``UQ M >Y@ OL%($"$)%#& +'4&#"#"54>32#"&5463232>54#"'>4&#"'67672&#'54?>BVTT+!P=D3oIbmdBXN9=?FDJsOR'1uO3%'()L5.5#D;L;]Jh)!&+#N;7 S4*6H2  ;9t)"  !!  !LN5(X@&/V= U  @A b  b  `  `SU  QM >Y@TRNLJHDB9720-+  (( +'"&54632!67!467674&#"4&#"#"54>32#"&5463232>54#"'>BVTT#-uh{{P AZjD/8#+ P=D3nJbmdBWN9=?FDJr-9iPh^V)/1Hj\[;7!#5'))L5.5#D;L;]Jh)!&+#N;7 RjP)La@^71FA@0  <  bbSUQ M >EB%$)$$"% +'%4#"'!!62#"&54632324&#"'67672&#'54?>BVTT…B= +XEsh?    jPS'1uP3%-fX\+!(  4*6H2  ;9t)"  !!  !NR)Nq@nL ;:  <   bb  SSUQ M >+*FD=<871/*N+N)$$"% +'%4#"'!!62#"&5463232"&54632!67!467654&#"BVTTąB= +XEsh?    jV#-uh{{P AZjD/8#-fX\+!(  -9iPh^V)/1Hj\[;7!#HR3Y@ 10< ? 8  @Hb``   bU  S  U QM >Y@YWNLHFB@>=&$"$)%#&+'4&#"#"54>32#"&5463232>54#"'>4#"'!!62#"&5463232BVTT+ P=D3nJbmdBWN9=?FDJrŅB= +XEsh?    j'))L5.5#D;L;]Jh)!&+#N;7 Rˬ-fX\+!(  R+)O@ 2 5 .  < :KPX@:d  b T S  U  QK>@@d  bS T S  U I M  AY@OMDB><864310"%#23+'3#;2&#747326=!'63547>324#"'!!62#"&5463232BVTT\pj!fB dL LjB= +XEsh?    jVT 33V4 -fX\+!(  uP#FJ@G1+@;* <bUQM ><%'*$$&+'%4&#"3267#"&54676324&#"'67672&#'54?>BVTT9835J3-/y}j-BPj+PR'1uP3%-f)%qhYEL)T/I14*6H2  ;9t)"  !!  !`R)5I@ @? C /@8bSU U  U I M  AY@FD:8$#)$$"% +'4#"'!!62#"&54632324&#"3267#"&5467632BVTTB= +XEsh?    j9835J3-/y}j-BPj+-fX\+!(  g-f)%qhYEL)T/I1jN52UP@M@:OJI9 <bUQM >NK?=861/%# +'"654&'32654#"&547&'&546324&#"'67672&#'54?>BVTT'/TF/)fJ-5B`y@mb}^TPS'1uP3%-3)9/;5'9L?9B>7PRG%9[DzR^X\;_FZSs4*6H2  ;9t)"  !!  !NR33@Kb@ 10NB<@9b`` U  U  QM >Y@54a_USHF4@5@$"$)%#& +'4&#"#"54>32#"&5463232>54#"'>"654&'32654#"&547&'&54632BVTT+!P=D3oIbmdBWN9=?FDJs'/TF/)fJ-5B`y@mb}^T'))L5.5#D;L<\Jh)!&+#M<7 Rk4)9/;5':L?9B>7PRG%9[DzR^X\;_FZSZP))6AX@ D82@9bSU U  U I M  AY@+*WUKI><*6+6)$$"% +'4#"'!!62#"&5463232"654&'3265&#"&547&'&54632BVTTB= +XEsh?    j'/TF/)fJ-5Bay?mb}^T-fX\+!(  4)9/;5':L?9B>7PRG%9[DzR^X\;_FZSHR=)*A]@Z-!<;b UQ M =M >@>42'%  +'"#733!#7"6'4&'32654#"&547&'&54632BVTTC d+P _ws'/TF/)fJ-5B`y@mb}^T-1d4)9/;5':L?9B>7PRG%9[DzR^X\;_FZSd&-@*   <9bM ><%' +'4&#"'67672&#'54?>BVTTtOS'1uP3%4*6H2  ;9t)"  !!  !1315@20+&<UK >"2!#C! +&#&+&=263#"#232&#5676767050 @/''1= )3\/>1!/-++/1+u3 QT@Q4!7D <b` `U  K >JIGEC?)2C*41 +5&'3&+#2367#67654%&'&+&=!27#"3&#%56767#67654&{ [ N @/m/= ;/]=1</    !w#// )+11 !u 7<r`@]Q=<f<k; b`  U K >igea_]\ZWVNLIE!":4+&'0+"##367675%&'&+"#32767654'%&#&+&=!27#"#3232&#%56;6747654&}    @/w1+B   ' 1^/>1!   +u+  #w !/1  11 !u 7fh@ecJ hf" t <  b  `  U M >wuspnlkja`_\YXUSMLGD?;:30,!+&#&+&=2>;2636;&7676=4'&#"&#&=3222726;#"3#"''3&'&+"#232&#5676767654 @//e55()&O ))1)) #;<U' #D@; b  )3\1<1!/1  !oml 1!  .F35+ ++/1 !u#!^K@H*%-0 <  b  `  U >[ZURMIHA>:#aa13! +%#"''3&'&#'"'&=303:23;26:36;"5676=4'&#"&#&=322272?3#"3@;+!) o# ')'R)) /)) #;<*+) # +55+ 13 oml 1! X%hxI@F/+_Z?:52 m < U  M  >qnligedbVTQHEA63 +&'&#""''&'&#'"'&=3023;6;'66=65</&#"&#&=3223!27#"323&#5672767654 qD{ )' 9YK,&#Q  # - ''"#uds3;   )3Z2; 1 F-35+11 #ot  1/    11 w!'w@tPedX)  [ {yvmjfTR43&;<6+4&5&'&+";274>765&'&#"3#"''3&'&#'"'&=;2:3;6;"'676=4'&#"&#&=322!27#"#232&#!5672767654&   N qD>; +!) 7[I() #R)) 0 - )) #;<'-4=) 3\=0; !      .F35+  11 oml 1/ /1 w + ?g@dl}wt@,$! 4pnkb469>=;%+&'0#";2767#6544&5./&+";276765&'&#""''&'&#'"'&=;2:3;6;"'676=654&=&#"&#&=322!27#"323&#!5672767654&5 p  pk w w^ s D{ )' 9YI*' #P)) # /'' #;<s1>  + 1\2;1#  w!!     F-35+11 oml  1/ 11 w 9.@|z_߯ R?=<5 <{ ;b`  `  ```U"!  M   >yvqlkjigdba`USQEDBA@:7,+%$!!%#+ 3&'30'&'&#"&+#"##30363>?67#66723'#0#"&*#&#*"#5676767654&5&#&+&=67326;"7>7676543&#"&#&'5;326;3#"'#2;2#'&"#&#"#=6?6354'&'    <  '1 #!1R 6 # '  {9RZ/> @/$' !P   3  )7j% )!4 79   ' fP' J  %? !    F%  /1 !u !/! #  1/ !yPP   !#  :5#@qE fZ a4!<[ ;  b````   UM >|rokjiYVQHCA$4a5<+%4723+"&*#&#"#56767376767#767#>7&'.'3'&'&#"&+&&=32226;"767>56543&#"&#&'532226;3#"3##2;23#'&"#&#"#=6?6354/.'  6 '  {"w1)1 +`w!    ' !o' !P Pt 4 ) !56 )!398    'jQ& I%   /1  ?1 #  /! !u  1/  yPP!# :5%'@|l b`] وW& -F<;  b  ` ``   UM >¿}yojhge[ZTSLIEDC=<9417>4643&#"&#&'53223!267#"323&+#"'"#=6?6354/.'H )   5 )  { y1)/! 1155   ' #78(O OB  4  ) k''1=  + /\T LbXJ) !Iݞ  vy   /1  FGL+L  %  /! !t^) 1/  1# :'FE@ɯ~ vC   O<b  `  `` U M  >qpliedc]56;W<3+&'&+";2767654&#32632767654'&'&#"334723+"&*#&#"#54767376767#?67&'.'&'&'&#"&+&&=32226;"767>76=&#"&#&'5322)63#"323&#!##"'"#=6?6354/.'  s  2  9 6 )  {!w1)1 //56     ) !o' !O Pt 4 '!!55u4=   + 1]^XTbXP' !IJ5    v k v! yPc   /1  !FGL+L #  /!  u  1-  1# :i-/:o@-*)1@#bZUL >Y@ #&4&+4&5&'&#'&=322376;#"!27676773!56?276765D+)#%tmm ); f!-s''-@ /3  ^ 1R^  / D&>@; "!<bUM> && +"4$323&'7&'&'"32>7'u)uG`NFNj9%/GrR P#Gfi11^@3b'N^<)+3X@<;K%PX@UM >@ZUM >Y)"\2("+327>54&'&'"6372747654&5&'&#"&#&=!2)Z`ZXRNdI?->  , -EsH=\JLGF\ v /XloBX@ML63-+E K1PX@2b`` U K  >@Db``` U K =  M   >YY@XXUQHFDA?;10"2D"+ 67!+##23&#563767#276&5&'23&#563767674'.#"&#&=D#'?/9/7)5\/<##{ b % % 1J3; H %3T1L /1HboJm113 @v  /5+%-m@ @!  UM=M >Y@ -,3#33#1 +4+"=7307+";2�'54;27462"6'1G3%55%3P1'5JjJJjN""NP##PgKKgK7 QS@P2%L? <U M=  K  >QNKED@=:741,+&# #"+4632#"$462"3254+"'4+"=732727337+";2&#"'+"&#'54;2N57LL75+NjNNj355356'1GV+ /q3'55'3NB^%W1'6^Z>>Z==Z>>Z=+PANNPPAN""NP##9= *s{K1PX@8 G1 mTK1PX@1I U  K  = K >@2U U  K  = K >YY@#{zwvrolfd]\[ZUROLIFA@97233333#"+4632#"$462"4&+";274+";254+"'5732727;32733237+";2&#"##'"&#"#"'+"&#'54;27462"N57NN75PkNNk:933953J33J34&3G^- #+X^_ x3'55'3Px \ !_4&3lLfLLf^Z>>Z==Z>>Z=)%NPPANNPPAN""NP##PgKKgK;\\@Y61VQ <  bU K = K =  >[XUROLID@?:852#3QS2+462"4+"'573263733237+"#654+&=737+'&+";2&#'54;27NjNNj76&1G \3#9 /J9 5)y{f!)33)1N2&5^Z>>Z=N"&F#& `30XNP##P{38@5% <K=>*'$! 33 +#&=7307+'&'.+"'5737+"67& /I: 7)#3{/7yC3#+& `T%}30yJ3%&&%F#U]@<,& OI <5;K(PX@0M = M = N =>@.U M = N =>Y@]\YXTQNMLJGDA>;:98434)3#4%!+4+"''&+"'57307+"674+&=7;037660307+";2�'54;25462"3#%"R@;;%%7yC3# : /I' u3%55%3P3'3JjJJjN X30#X&&%F) &"NP##PgKKgK- u}@CR<(#2o_@2U K =L =>Y@'}|yxtqnihgf`]ZWTQMLKJDBA4*335332+4&+";274+"''.+"'5737+"7654+&=7327273226373337+";2&#"#"#'#"&#'54;25462"$462"A33A5x3'-'#4{f7{D3#< /J9 x-o-h1'55'1Pk o3'3LfLLf;JjJJj)%NPPAN\T%}301'&&'F#&"NP##PgKKgKKgKKgK @UKeF3.r@8U K =K =>Y@3{zyxspmjgd_^XWVTNMLJGCA33443431+4+";254&+";274&+"''&+"=737+"654+&=73273033272730332733237+";2&#"##'"&#"#"'+"&#'54;25462"$462"$462"595595G55G5%-%y{f!)9wF3#9 /JD /i^- !+X`Z y3'33'3Nx [ #`3%5JjJJj5LfLLfALfLLfNNPPA)%NPPA)%\30X&&'F#&"NP##PgKKgKKgKKgKKgKKgK9|@xm& H1 LK `T=8@4  bUM= K  >Y@2wrqnkheb_\ZUROFEB?<963+(%$#!|{  +%2?0505&'&+"3"76'4+"=7307+";2&#'54;254'3&'5;2&#"''&#'54;274+"'57327327#462"+CZoB3 33P q{1u?<#1)B7?F1 1F"Q1}B='% +Z4&34&3Gf0% e`nLfLLfLZXNP %'""#5 Z## J\1p/ ##PAN" 7gKKgK{dn@ka\SQ7:9HB,'<b K= K  >`]YVMJGFEC@=541.+(%" dc +"7654+"=7307+";2&#'54;254'3&'5;2�'54;2?0505&'&+"&=727# qx!/u>9#3'FB5?E1 1D'j  /}D=+D-=6% `1+ %#""%3 dZ## JZ3- #ZDX " ~@ {v* mkjVUR c^G7@)U K= K  >Y@&zwtqheb_\YLIF@>852/,)!~}91 +4+";27"7654+"=7327337+";2&#"#"'+"&#'54;24'.'5;2&#'54;2?505.'&+"'5727#462"4A#1'ED5/3 qz!/w>V=!^R3%55%3Pk S3 1#+ P /}B;+D! =6; ^2LLfLLfN%3 dZP %#""NP##N0;r- #Z11X" 7gKKgK %_K1PX@&D<K4+(~rX <` 9@&D<K4+(~rX <` 9YK(PX@@bIM = M =  K >K1PX@>bIU M =  K >@?bUU M =  K >YY@4'&wtqlkjia_YVSPMJEC=;52/&'9332+462"4+";254+";27"76'4+"=732632?332727;37+";2&#"#"'+"&#"##'#"&#'54;254'.'5;2&#'54;26?"5'.'&+"=727#462"NkMMkL5@33@5}6C#1)FB535q{1u=` Fb0 +^3'33'3P` dv W3 1#+ P1}D;-'!!=6= `2LgKKg^Z>>Z=NNPPAN#5 dZP *#""NP## J0;r- #'3 11X" 7gKKgK%+!Z@ @U=L >Y@ 332+74'""5&527673;2&#'54;2#-ZN+;[5/1N1/5u !P##Ho.@+<bM=M>$%%$"+%!"5432#"&'.#"327b d-)3H;/`sys  T%- )#)73՜D- 1@/ 0@+bb=M=M>Y@ %"%#+%&"327#7#"&547624'54&52767327?qbB9VDlZfoj݉`F>3?i!EZjq`ZqVVߌ{s -sTR+1+\]@Z< FB;$#WR0+<b M  = L  >\YVSPMJHECA?#334%336$+%4.#"7;2&#'54;254.#"7;2&#'54;254#"'676;62>32;2&#'54;2'%P 5%5N1'5 'B 5%5N1'5 !T J"F@P\5'1P3%6Zo8ZP##PVm! P##PPP$vwP"!+(!2"1  +%27654'&#"#"3 76) '&47!seM+Z˖y}V\+Pf}yϓ'L 63y'j01 y鮲#o-%In@ $@*Z`ZM =M >Y@ R57)-+&'67#632>54.#"4;2654&+"=363 #"&#&##'a/#!]N@{mP#T}v/4'501;'+93#+o1XcJ%9++\[9;L# w`8E--iʒ`NI'-1!1iZ!{+)CUWH@EB)0! EDNKDUET><64&* +0#676544'&#"!276=&'&57673 765'&#"7) '&47%0+u%+-+\˖y}fNN\;?\R Lh}yǓ\+=8ϓ'\9fJDL+V?O3 x 6G9cu!}d8G) y\0G 鮲!P$=@:<bUM>  $$ +".'732>5#"'2763 +{d!-%9kLH~N馢`Ju+u  iml6b1B^11iȅgHdP{#L.@+<bM=M>$%%$"+?32654&#"#".54632# #Csyr`/:H3*-+ղ55)#) -%Tþ} "+3!!#&'&'5676=H#AA3/725T^wh?x3T}5HYeFP7/#XNLs"+&'&'#567673soq?#5B5F7k!Q];h-D+d +Ll+L`m{} "+%#6767!5!&'&'3GG@3/9-/R^woBt/X}5H^a9L;/\T`DV"+7536767#&'&`ZLHB;H3k!Q[i985k-+Lo+N`jwh'"+2$3&'&'3#67"##&'&'567673lX Jypu`{`)Xpj^3V\yh!A^u{>WZ#/1T7zqDN9/!ZNLk%`%% "+0567673&'67#&'&'5B js[R k7D$db)F7k#Obyf>f-B.fwjaNl`PLhqPferk3@(f "+'654'&'732DXy1hT 6l28hoZD%k/FVj%;3/9-/R^woBt/XoFl}or5H^a9L;/\T#-#"+!5!&%55$73&'67"sLgO|^_Vmm-uui\L^PhBmZn^NL`otjN/"+3$3&'&'3#67"###&'&'5676732e݁X Jypu`{`)Xqm߁j_3V\yh!BK_qu{>WZ#/1T7zlqDN9/!ZNLk%b}#f "+5!67#}jaRmf%}uʢAV3j^ "+!!#&'&'o\Rji^}wƠCT3}#f "+5!&'3flsURmh%}AV3j^ "+!!36767joqZWjh^}yĠCT3}j  "+!5!67#!!36767jaRqbloYRfo#}uʢAZ/}}CR5}j  "+5!&'3!!#&'&'flsURmho\Rji%}AV3}wƠCT3}NP( "+!>73!!!#!#&'&'567673B#?H1:0N7 FZ!+RX}dF+F7F/&|P}5N;L;/!ZN |P ; ( "+!67&')!>73!&/35#67!#!#&'3&'56767P-HPATF3\ 67iw^\*)t%)`{^wdu5?8Z\7D)'*@NX#/5R7^+#+\;T3/#XN%^NN#)("+%67&'!!5!>7!5!63!&'3#47!#ZKD5Nw9:7g7/ )T\yfFT7F:}//+h7N9/^L {#}P "+!!#&'&'567673#?H1A!+RX}d|+F7F}5N;L;/!ZN `P"+#&'7#567673")9/H+X1H3jT`/ D%417#h'N^mwVN# "+!5%67&'!5!&'3#4/%KD5/ )T\yf-}T7Fh7N9/^L `P"+73'673>7#&'&'52X 5A'<1H3k!QZ/7H 9. Rk%N`kwT  -+"+!!67&%!&'0'35#67!#&'3&'56767=GF3-HOt'iw^\*)%)`{^wdu)L7D?8Z*@NX#/5R7^++\;T3/#XN%` 1* "+&'7'6767>?#&'&'5567673"V ?%'NL'%A 1dP%h5F.u{ +H3h#Rb+ /%-7+7-%1 Tum`N m1 1jT\osVf"+'654'&'7327+A ?jh28hoZ{<)cj/;4mT/k9fwt61Dkh"+&'0#"''&'732767&'''..mN9G-4Rl5# X%hTj9]kH ;6FN!UW^kXhN"+%67&5477>7&'&'"'4775#J k% k35loY9k/-;3Bk [k3 #&#"273BnwF1HiX3 J1ߓ1H.vM;h ,&"+"32>7&'2654.#"#"&54632#"&546syR;c=% V_!'#!")\X7w ! 2G ;"+)"3!!"!!3!T3ì+=ZZts;\/ & "!"+)"''7&54;73#3#3!%!#"LIBLCT9K0*T12=~D(Ytdsr )r{;{u"+% !3#!!;\ɦ ={\{qodn1:J#nZ"+!2#!5!267!5!.#!Z3R>+!usLd7 & "!"+!27+'7#53#5!&#!!.3267R3LIBLC8L0*T12픕Dٱus *{Me;ys"+ !#53>7!5!.+5\ɦ >{\spodo1:I#o;VF""+4&#!";2&#'54;254&+"'523!2726?+;2&#'54;2-1-n7P5q45=AB+P6q35>}';j3>5P+pq-/-&6/+//Z5%22V/+//}!"+!267'57267 &'57%.#!Dmp#X))9N9T'\kVo>{ ; !L> {m1'"+!5'}7  "+!5!#!!35!s^^GoN  "+4632#"!!#!5!3;)';7+-^_R<32#"#".'#"&54>;J F_"!'w%:131)h%)'J%`5)-0$-5#6[ ?)Z+w0$#]/R13/ ?uw9 131)-  "+4&#"2%462"&C>;FFwywwy)jYT:7PVwwVTvv^s "+"&46329=NT75WS^RoTR:7Rd-  "+ '%5! {+#F ;%;V/ hJ- ;% "+ '%5!4&#"#"54>32#"&5463272>54#"'> {+#F + P=D3oIbmdBWN9=?FDJr;%;V/ h'))L6-5#D;L;]Ih)!&+#N;7 S- 1' "+ '%5!3#;2&#74;26=!'63547>32 {+#F Dpj!fB dL L;%;V/ hVT33V3 L- + ( "+4&#"326267.#"#"'#"&63262ogT;-bLPZ;+5DNReѦݴPiըsJɘdFw`Fbw^m`?d"+3!!dV#"+#3{{#s# "+##33{s{w# `!#"+#3#3{{Z{{#ss)# "+##'33X{{wV{+{I-A 6m"+ #3#cVcum"+%3#3`cfVhcfu^"+3#4>32#4.#"eNsmFd1fLnhHDmNXs={N"+3#".533265eNsmEd1fLnNhHDmNXs=7"+%!2#"&#"#"&5463232D X-@5%#>P 7D8!#QVX!3%!/Dp=z7+#3H "+462"462"C^DD^CC^DD^^DD^B'^DD^As "+>32327#"'&#"sh\SL.y>IJdNL1-{#jABD=VEs"+>32327#"''&#"shA>NC"y>IJR=M8$-{#j!1)`%VEy%  "+>32727#"'&'"!5!5j\RL/y=JJdNL1-{#yjBBC=VFssuuo' "+7>32327#"'&#"'>32327#"'&#"oh\RL/y>IJdNL1-{# Ji\RL/y=JJdNL1-zjABD=VF+jABD=Vo3,"+7>327&#"'>32327#"'327#"'&''&#"oh'&'I/-{"JiQJN1y=JJ?3# L/y>IJdNxN-{#j u9VFj3 i BDx VFy#d   "+&''67!5!5\F3RL3;ydq'RXN\'^2ssuuy "+!'!5!7!5!!!N~[/vNrf.spwsu!u "+!5!5!5))ZZZZZZ "+!!!!!'!5!7!5!7!5!,^+:mNe+,u,_NZZZ+ZZZts  "+75!5o``?Z@s  "+75!%55wo``ZVw%X  "+5 5oo?Z@?[?#  "+%55-55unuo[Z "+%'%5%%L|^NNoj|[][H"+7'7%5'5 ęMNxMc\H+Z*["+75!7%5%%%!!'7 KNz$CBB$,N$֨`Zj|˔`k=N= "+75375%7%5!!'7%')#NN5 ,N$`zWjMZÝ`k_KLX+ "+%!".54>3!! 3NhLGoNVNsmGV{PX+ "+5!2#!5! 4&#PhKGoN}VMsmGV{Lo"+%!'7.54>;73### fONH\z@GoGN?VV%PimGV'Po "+5!037+'7#533 4&PGN@Vo;GoONGU|}V(QemGV'}} @  "+ 32!.>7!!!  oA e E y /*M}}  "+ 32%!. 3267  Ց y ߎŽ| | @  "+$$76 %7&$6''7 xWeMQeWPS xpRfeR_ge| |   "+$$76 $&$6' x[om"Y xm[\Z"o "+"&46325=NT75WSRoTR:7R   "+"&4632!"&4632%#"&4632y=NT75VR'=NT75VRR:=NT75WRoTR:7RRoTR:7R7RRoTSV+ "+! !@BzFm"+ #3#cVc+I1L5"+#!!oT%Z"+3'%2#"&#"X-?5%#=P3%!/A"+#"&5463232 7D8!#QV ?z7)#3HL<q  @  "+%>7.'# !#3  +d7+C\+v  !^1_1%q9Z/NqaNX'q @  "+)!!#3 3#!'o0|qZNX`TV "+%6V ƚFH "+57&5FǚYF;hq @  "+!!'56 #!! 3l!v)^E.#=`+0]!qNXZ/Z;m'z3_1bu"+!5#"&'33267 ѿ7 NggyyDdgAe) EN@K <b`S M =M> @?<854&$   + $$ "324.#"'>7623&#"&4727>ʴ6o8]a Z)9' \Vu\ +8o7Ga^ ,w TG  "" e) EN@K,+<bUS M =M> DB:8/.)'   + $$ "3246323267!46?>54&#"#"&ʴ6o8]an0TL-]hK))&%9 %?_`1%C$1C'&8o7Ga^E|,U:D~fF*?-D J>tfe5bERL5 !e) Ji@fE+ D <  b  `  ` U  U M =N> CA<:8620&$JJ   + $$ "32"#".54>32#"&5463232>54#"'>54&ʴ6o8]a*N?6pIf\CNHtH(.8*1! <jX28o7Ga^.6I7=)[7&n!q\4(#4+Z<6g:5=e) D_@\A <  b U   T M =M> @>:841.*'&%$!DD   + $$ "323!2+3&#"&4723>=!"'76;ʴ6o8]aX j 0 \YA\#!( Κ N8o7Ga^x u(""u<A u|e) @j@g!'+ <";   bU U  U M =N> ?=:842.,&$    + $$ "324&#"327#"'632#"&54632326ʴ6o8]ayM4Kj.]H]sf-s< 3Rs~H#3 -8Y8o7Ga^"_s-\:G ix?)!3re) $BS@P+<  UUU M =M> BA97.,&%$"   + $$ "3232654.#"632#".547>7ʴ6o8]aU5)9>07.,7_+L<:@a4 6lI0WY5A~8o7Ga^&`c'OKZ 0+N&6F4)QR3Dd̔D@e) -F@C)(! <UM =N> ,+&$--   + $$ "32!'67!"'673ʴ6o8]ae*A-}*$#4  8o7Ga^ Bi}A!'h!@ ;e)+5ALR@O1#<U U M =M>CB-,IGBLCL=<76,5-5*( +"674#"&54>7'&74632274/ $$ "32^O&F , 'O3>yn,= }vktf<[Hʴ6o8]apO44Ys!"" 5#k9Tob%%&. RpQgWPc@&E~QL8o7Ga^e) $BS@P+<UU  U M =M> BA97.,&%$"   + $$ "32654&#"32>767#".54>32ʴ6o8]aFU5)9>16,7_+L<;@a4 6lI0WY5A~8o7Ga^&_c'PJ /+N&5G4)RR3Dd̕D?e).:E[kK%PX <  K*PX@; b  b   U   U M =M>@@ b  b I  U   U M =M>YY@!]\GF<;ca\k]kRPF[G[B@;E7623&#"&4727> $$ "32"32>7654&'&"&54632  Z)9' \Vu\ *ʴ6o8]a" 0 & ,vp1d!X6VZp ,w TG  "" 8o7Ga^1O\0hoG:/s{6(zo\-e).]itX@U87 <b ` S M = M  >kjqojtkted_^XWC'*C'$+4.#"'>7623&#"&4727>%4.#"'>7623&#"&4727> $$ "32Z)9'  \Vu\ *k Z)9' \Wu\ +ʴ6o8]ap ,w TG  ""  ,w TG  "" 8o7Ga^e)bne@b DCF <b`U I    T M = M  >jidc]\YUTS$,$(('$+4.#"'>7626?>54&#"#"&546323267654 3267!5&#"&4727> $$  Z)9' "`1&D$1C(&n0TM,]hK()&%9 ]U3SRu\ +ʴ6o8p ,w TG Te5bDRM5 !E|,U:D~fF*?-D Ft]qc" 8o7e).:Ey~@{  tZ s < b  `  `  `   U UM =N>GF<;rpkigea_USLJFyGyB@;E7623&#"&4727> $$ "32"#".54>32#"&5463232>54#"'>54& Z)9' \Vu\ +ʴ6o8]a *M?7oJf\DMHtH).8*1 <jX3p ,w TG  "" 8o7Ga^.6I6>)[7&n!r[5' #4+Z<5h95>e).:qur@or[  m<  b I   U  TM =M><;utkjihec`^ZXTRNKHDB@;q7623&#"&4727> $$ "3267&#"&4723>=!"'76;32+36543 Z)9' \Vu\ +ʴ6o8]UTQA\#!( Κ N| j 0 xXp ,w TG  "" 8o7Grd"u<A u| u( ]xe).:p@oKF   O j @G b  b  I  U S   UM =N>Y@<;nligca^\XVRPJHB@;p7623&#"&4727> $$ "3254'#"'632#"&5463232654&#"327& Z)9' \Vu\ +ʴ6o8]a f-s< 3Rs~H#3 -8YM4Kj.]HRap ,w TG  "" 8o7Ga֣4:G ix?)!3r\_s- e).:es@F   M fKPX@? b  I  U  S   UM =M>K!PX@: b   U  U  UM =M>K1PX@? b  I  U  S   UM =M>@F b  b  I  U  S  UM =M>YYYY@<;sqljdc[YPNHGB@;e7623&#"&4727> $$ "3254'632#".547>7&32654.#" Z)9' \Vu\ +ʴ6o8]a,7_+L<:@a4 6lI0WY5?xU6)8>06p ,w TG  "" 8o7Ga 0+N&6F4)QR3Dd̔B@'`c'OKe).:^KPX@F VU NM<KPX@F VU NM<K!PX@F VU NM<@F VU NMKPX@7  b ` U S M =N>K!PX@6  b `  I S M =N>@7  b ` U S M =N>YYY@<;\ZYXSQB@;^<^C'$ +4.#"'>7623&#"&4727> $$ "3254''67!"'6733!. Y*9'  \Vu\ +ʴ6o8]a{i!B*}*$#4  )lTp ,w TG  "" 8o7Ga̠0Sv?!'h!@ ;Yde)+5dp{ K1PX@ ?>1#<@ ?>1#K1PX@9b IS U M = M  >@?b` IS U M = M  >YY@(rq-,xvq{r{lkfe_^[WTSEC<:,5-5*( +"654#"&54>7'&54632254/%4.#"'>7623&#"&4727> $$ "32^N'F , &N3>zn,> ~vksf<[I& Z)9' \Vu\ +ʴ6o8]apO44Ys!"" 5#k9Tob%%&. RpQgWPc@&E~QLK ,w TG  "" 8o7Ga^e) ESq@ F  Z @A  b  b   U  U  UM =M>Y@" qphf][UTSQLJ@?<854&$   + $$ "324.#"'>7623&#"&4727>654&#"32>767#".54>32ʴ6o8]a Z)9' \Vu\ +T6)9>16,7_+L<;@a4 6lJ0WX6A~8o7Ga^ ,w TG  "" V&`c'OK 0+N&6F4)QR3Dd̔D@e) G]m@ =< @>b  I U I   U M =M>Y@&_^IH ec^m_mTRH]I]DB@?:8,*&$ G G + $$ ">?>54&#"#"&546323267!32"32>7654&'&"&54632ʴ6o8BZ`1&D$1C(&n0SM,]hK()&%: 0Ta'" 0 & ,vp1d!X6VZ8o7GҤ8qbe5bERL5 !E|,T;D~fF*?-D Jesa^1O\0hoG:/s{6(zo\-gKY *9H:@7B/ =439ddL >C$+%4.#"'6$76223&#"&4767647.%'7' ?%X/;5 # ) $'@̣,/dF)̣,0dF(11 /!D+ ##l 65 5e[2W˝M~6 2W˝M[KQ .=L=@:F3(),"+4632!267!46?>54&#"#"&47.%'7ϪJwC s?@L9<Y%aL:i7Lf;')*(%#! 11 +"#".54>32#"&546323265#"'>54&47.%'7sBw`'+'Tqiwoo=-F /WB\ Nˣ,/dF(̣+/dF(GRq' T^?T94 P>/6PR%XR^5e[2W˝M~6 2W˝M|Kt -<KC@@E2*)'#! -- +)2+7&#".7676'5!"'63%47.%'7r' +- o  n_==x̢-0dF(̣,/dF(!2!'65 0\#m5e[2W˝M~6 2W˝MlKo 8GR@O#<=< :BA9bUUM>7520,*&$#" +4&#"3277''"'632#"&5463232647.'wPsGk$dF(ˣ,G] N~o5-N'FVEˣ,/dF(}F`  'W˝M$~6 n  /Xn%颸c=#3N#+>5e[2W˝MiK_ ;J=@:@;)&&$+32654.#"632#".57>?''47.R=X'T9TDSAu+\ZbP1%TqJRcdF(̣+̣,/dF(=:ǔ+Ze?IBy+9TmO%?~M+hٚ9gb W˝M$~6 5e[2W˝MQK 6uK*PX@<1:'& 9@<1:'& 9YK*PX@IMA@dIMAY-+*)$" +47.%'''67!"'6733!.'7Q̢-0dF(E̢,)BbE ?u77P1@h/dF(.5e[2W˝M~6 hd-V3cZ  2W˝MzKo +6ETD@AN;2#-,,6-6*( +"65&#"&54>7'&74632254&/47.%'7y;m'B''yN`캪 #D\%FX\nG̢,/dF(ˣ,/dF(yP'Pñ24"4R5Xઘ!97%<F }}Lx89j}u5e[2W˝M~6 2W˝MnKt 1@O=@:I6*'&&+654.#"32>767#".54>3247.%'7_)CD%>W(T8T03=fd2v*]YbP29V\9kwV9d%ˣ,/dF(̣,/dF(;}Y'*[d@ B3y+;RmP%1cmR6Fn|hb G5e[2W˝M~6 2W˝MxK x %P_ng@dhU/.NMJFCBA@43,*%%  +"32>7654&'&"32%4.#"'6$76223&#"&4767647.%'7y+3'%J1);/D/"#L3Rf  ?%X/;6 " ) $'[̢,/dF( ̣,/dF)Ly׍JlXJ)en#dT=٪E11 /!D+ ##l 65 5e[2W˝M~6 2W˝MK | *UdsK@HmZ43 SROKHG'C$ +%4.#"'6$76223&#".7676%4.#"'6$76223&#".767647.%'7 @$X/;6  !)   $&.  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(11 /!D+ ##l 65 .11 /!D+ ##l 65 5e[2W˝M~6 2W˝MK | .Yhw`@]q^87WVSO&()," +4632!267!46?>54&#"#"&4.#"'6$76223&#".767647.%'7ϪJvD s@?L9;X%`L9h8Lf <');B  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(jBZhÜ mA`#Eiq^Ri}vP(#++311 /!D+ ##l 65 5e[2W˝M~6 2W˝MK | 1\kz@ta;:,+ZYVRONML@?86*(%#! 11 +"#".54>32#"&546323265#"'>54&4.#"'6$76223&#".767647.%'7Bw`'+'Tphwoo>-F /VB\ M{  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(GRq' T^?T94 P>/6PR%XR^11 /!D+ ##l 65 5e[2W˝M~6 2W˝MK | -Xgvb@_p]*76VURNKJIH<;42)'#! -- +)2+7&#"&47676=!"'634.#"'6$76223&#".767647.%'7s' +- o n^==y  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(!2!'65 0\#11 /!D+ ##l 65 5e[2W˝M~6 2W˝MK | 8cr@h BA#a`]YVUTSGF?=7520,*&$#" +4&#"3277''"'632#"&546323264.#"'6$76223&#".767647.?vPsHk dF(̣,H\ No5-N'FV  ?%X/;6  # )  $'@̣,/dF(}F` "W˝M$~6 b  /Xn%颸c=#3N#+J11 /!D+ ##l 65 5e[2W˝MK | ,Wfu@o\65@0bUU  L = M>Y@UTQMJI%)&&$ +32654.#"632#".576$74.#"'6$76223&#".767647.%'7R=Y'T9TDTBu*\ZbP1%TpJRd{  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(=:ǔ+Ze?IBy+9TmO%?~M+hٚ9hc 11 /!D+ ##l 65 5e[2W˝M~6 2W˝MpK g *9aK*PX@"/BRQ J<\.:I>=439@"/BRQ J<\.:I>=439YK*PX@#dbUL >@'ddbUL >Y@XVUTOMC$ +%4.#"'6$76223&#"&4767647.%'''67!"'6733!.'7- ?%X/;5 # ) %&C̢,/dF(̢,'>eD ?u78P1?o /dF(11 /!D+ ##l 65 5e[2W˝M~6 byd-V3cZ  2W˝MK | +6apK%PX@yf@?2#@*b U L = M>Y@-,_^[WTSRQED=;,6-6*( +"6'4#"&54>7'&746322'4&/%4.#"'6$76223&#".767647.%'7y;m'B&'xNa캪 #D]%EX\o  @$X/;6  # (  $'Ḅ,/dF(̣,/dF(yP'Pñ24"4R5Xઘ!97%<F }}Lx89j}um11 /!D+ ##l 65 5e[2W˝M~6 2W˝MzK q 1\kz`@]ta;:ZYVRON%*'&& +654.#"32>767#".54>32%4.#"'6$76223&#"&4767647.%'7S)DD$>X)S9T/3=gd2v*]ZbP18V[9lvW8d @%X0;6 # ) %&C̢,/dF(ˣ,/dF(;}Y'*[d@ B3y+;RmP%1cmR6Fn|hb 11 /!D+ ##l 65 5e[2W˝M~6 2W˝MK x %Tcr`@]lY;:SQIG>=86*(%%  +"32>7654&'&"324632!267!46?>54&#"#"&47.%'7+3'%J1);/D/"#L3RϪJvD s@?L9;X%`L9h8Lf<');̣,/dF(̣,/dF)Ly׍JlXJ)en#dT=٪EjBZhÜ mA`#Eiq^Ri}vP(#++35e[2W˝M~6 2W˝Me)%1<I@FU U M =M>32972<3<-,'&%%  +"32>7654&'&"&54632 $$ "32*" 0 & ,vp1d!X6U[lʴ6o8]a1O\0hoG:/s{6(zo\-޶8o7Ga^d++N>@;3HC2% <bM =N><%+<%&+  4&#"'67632&#'54?>%4&#"'67632&#'54?>v-OS'1uP3%JOR&2uO3%+uu1-4*5H3 ;:u)#  !!  !)4*5H3 ;:u)#  !!  !d+PX K*PX@6 0 N/WVS?"<@6 0 N/VS?"WK,PX@9  b  `ZM = M = N>@9  b  ` ZM = M =N>YY@QQ QXQXHF53.,! P P +  "&54632!67!45&'54?>54&#"'67632>7674&#"67&v-#-uh{{P A=3%PR'1 ^jD/8#+uu1-9iPi^V)/1!  !)4*5H3 ;:u)# 1bn\[;7 #W!d+8[KPX@@ ? 65UPO<KPX@@ ? 65UPO <KPX@@ ? 65UPO<@@ ? 65UPO KPX@:  b  ZU V M ==N>KPX@4  bUV M == M>@:  b  ZU V M ==N>YYY@TQEC><$"$)%#% +  4&#"#"54>32#"&5463232>54#"'>4&#"'67632&#'54?>v-+ P=D3nJbmdBWN9=?FDJrOS'1uP3%+uu1V'))L5.5#D;L;]Jh)!&+#N;7 S4*5H3 ;:u)#  !!  !d+.Qf@c$ 6% 5 "KF< b  ` `U M = M>JG;942.,223 +  3#;2&#74;26=!'63547>324&#"'67632&#'54?>v-pj!fB dL LOR&2uO3%+uu1yVT44V3 4*5H3 ;:u)#  !!  !d+.QKPX@< 6 5  KF<KPX@< 6 5  KF <KPX@< 6 5  KF<@< 6 5  KF KPX@E  Z  bb  Z UN =K= M>KPX@?  Z  bbUN =K= M>KPX@E  Z  bb  Z UN =K= M>@C  Z  bb  ZU UN = M>YYYY@JG;942)$$"$ +  4#"'!!632#"&5463232%4&#"'67632&#'54?>v-B= +XEsh?    jPR'1uP3%+uu1b -gY\+!(  c4*5H3 ;:u)#  !!  !d+(KK#PX@0/"E@<@0/"E@K#PX@-b`UM =M>@3b`ZUM =M>YY@ <%'*$$% +  4&#"3267#"&54676724&#"'67632&#'54?>v-:735I4-/y|j-BPj+OR&2uO3%+uu1^-f)$qiYEL)T/J1R4*5H3 ;:u)#  !!  !d+:AKPX@.<4/;KPX@.<4/;KPX@.<4/;@.<4/;YYYKPX@'bM = = N>KPX@-b`M = = N>KPX@'bM = = N>@-b`M = = N>YYY@ 30$"   +  "#733!#74&#"'67632&#'54?>v- e+P `wsOR'1uO3%+uu1-1dZ4*5H3 ;:u)#  !!  !d+ 7ZK#PX@?>#TO<@?>#TO@0bZM =M =M>Y@ SPDB=;64*(   +  %"654&'3265&#"&547&'&746324&#"'67632&#'54?>v-N'/TF/)fJ-5Bay@mb}^T1OR&2uO3%+uu13)90;5':L?9B>7PRG%9ZD{R^X\;^FZSM4*5H3 ;:u)#  !!  !d+'J@/.!D?@0bbM =M=N>Y@ <%%$&)% +  4632567".732754&#"4&#"'67632&#'54?>v-d{{j?-9Nl+;8/5H3/-VPR'1uO3%+uu1L)+/J1!+h)$qiW4*5H3 ;:u)#  !!  !d+ E21@6   bM = M =M = M>Y@""! =;43/.(&!E"E     +  !"3265"&54632"&54632!67!467654&#"v-wq/%H(ssmj#-uh{{P AZjC/7#+uu17L_1Ǡ-9iPi^V)/1Hj\[;7 #Y\,8EPZ\KPX@E Z ` `  `   U   U M=M>K*PX@F b ` `  `   U   U M=M>@D b ` `  `  U   U   UM>YYY@!RQGF:9WUQZRZLKFPGP@?9E:EC$+4.#"'>7>3&'"&4727> $$ " $5"54 "32'\3 # MSpL&DFѰ0f0~RU38/'kL?&  BC~BҰ.~9Q?CN41Y\,8EPZ@>b  U  UU S   UM>Y@!RQGF:9WUQZRZLKFPGP@?9E:E()*"+46323267!46?>54&#"#"& $$ " $5"54 "32Gzc_T]D$%""3 T9VV,"=!,<$#DFѰ0f0~RU38{>pUe=r[?&9)= Dv7h\[0Y=IF0 {C~BҰ.~9Q?CN41Y\1=JU_@ ,+@Mb``  U   UUU  V M>Y@0WVLK?>\ZV_W_QPKULUED>J?J9832*(%#! 11 +"#".54>32#"&5463232654"'>54& $$ " $5"54 "32+&F81dC\R@D  b   U UUT U M  >Y@5TSIH<;YWS\T\NMHRIRBA;G=#"'7673 $$ " $5"54 "324Q ^MUAM$ G)DFѰ0f0~RU38o ii6#  iC~BҰ.~9Q?CN41Y\(4ALV@  < ;K*PX@Hb   UUUU  V M= M>@Fb  U   UUUU  V M>Y@#NMCB65SQMVNVHGBLCL<;5A6A#$$%$#"+4&#"327#"'62#"&54632326 $$ " $5"54 "32E/C`*X=Sg](i4.Jhxq@. )2PFDFѰ0f0~RU38/Uh)d S$t _l9%-gC~BҰ.~9Q?CN41Y\ +7DOY@ @>  b  U   UU U   VM>Y@!QPFE98VTPYQYKJEOFO?>8D9D)(%$+32654.#"632#".547>7 $$ " $5"54 "32L1%28+1(1V'E659X. 1aB+OP/:q DFѰ0f0~RU38 #tVY#HC7+'G{"0?/%IJ.=Z=:C~BҰ.~9Q?CN41Y\"/:D@   @0 U  U  U  VM>Y@(<;10$#A?;D@8 U   U U  U  UM>Y@.\[QPDC.-a_[d\dVUPZQZJICODO>=87-6.6+) +"674#"&54>7'&74632254/ $$ " $5"54 "32*UG"?z ! $G.8mc(7 rqj`hu\6RBDFѰ0f0~RU38eG./Prg 0`3KcY!!#* IfI]OY:">qIErC~BҰ.~9Q?CN41Y\ +7DOY@ @>  b  U   UUU   UM>Y@!QPFE98VTPYQYKJEOFO?>8D9D)(%$+654&#"3>767".54>32 $$ " $5"54 "32L1%28+1(1V&E659X.1aB+OP/:qHDFѰ0f0~RU38 #tUZ#GC+&G|"1?/%IJ.=Y=9C~BҰ.~9Q?CN41Y\,AQ]juK*PX<K*PX@FbUUU  U M = M  >K,PX@Kbb   UUUU  U M  >@Rbbb   UUUU  U M  >YYY@3wvlk_^CB.-|zvwqpkulued^j_jYXSRIGBQCQ97-A.AC$+4.#"'>7>3&'".727>"32>7654'&"&54632 $$ " $5"54 "32D'\3 # MSpL& + # Cje,ZO0NRODFѰ0f0~RU38/'kL?&  a,G~S+^d? 4*h9N֖1$ndS(C~BҰ.~9Q?CN41d+ 8@5M =M=M>      +  !"3265"&54632v-yq/%H(ssmj+uu17L_1Ǡq"+!!pqq"+!%!!p+FZJq"+%!^J'ZJq"+% !F^{5'"+&2"+7 {5&Jtu2ZHo"+!Z1oZLs"+ %!uu1={6Z"+_Z"+ L{57E_;I&"+ ;non;I&"+  no nd!   "+4632#"&    6mzVX{zYVzsaX{{XV{{tsnao"+ i!;=d! "+    6sasnad!" @  "+   32 &546   6s?'su梠ٟ+d! "+67632"'dˋōŋd! "+67632"'27654'&dˋōR{yŋ{|b "+#"'&'47672"ˋŌ{xsŊQ~{}b"+ #"'&'47!3276{ŋ{|ˋō{yd!"+ '&'47632!4'&#"sŊR{}+ˋōR{yd! "+67632"'$765!"dˋōVz}a{VyŋR}{x{d! "+67632"'$7654'&#"$dˋōVz}a{yFŋR}{|VdB"+0"'&76BŏCs"+02Ŏ{P  "+%!!%uo1Lv #A6{]""+"66767654'.'&56767'"&"6"63'3267;'&'&7"'.'&'>7>7627367676?4'.'327&#">32737%%'&'.'&'.'%"32654.6763>32#".'&#3767674&'.'.'&'&72>76767>7654'&'#67>32'"&'".'&76326'&'"#&'.7"/#"'&74767&'&'"76'26.'&''&'>76726467>7'&3276767"'&5476327632676>76'#"'&71+ F ? +91' <!R& d4D"/!5)!#T#    2 o+5'%' /-@%#-1D;@ _< E 9B1w X9) @ 39B;=:ALwF{q7Xoq1TsuR1+ 5! ! 1h'ZN-'6 !WL95   7   !w1461D1 )%:%  9) @`! 91>N, :?  #   =X1n'-*^2 8'-VP5$^)B$6% >)   ' #5>'JD4-JRT%-'.-  / #R'%'/#Hq+W< -77-DF/ B!X%\j% TH+-JZ !CPpM,70fh}%3'oE }:r4K 5!0 <7F\"4  ;)9;-5X^Fy%+32327+%5&54675%632&'"'ph]5L+Dυ?ZJ^eXZLt. H/-<)=F>97=0)-;=BmZk$1H)$5#Th/ )1X.2Xfs@~uogd[RI20+"+'6%727232772654'674'674';2>54#&#"%7"&'#"'327;".#2>32#".5476$32"&54>?2!+"'&'263 232654'#"746X1ZD^%)'Rf4F%V)^wJ=9H9#bSY3\LG#8r N>bCH{8JCP#"4);'l6I'3HF{5b!_;L5NL?FL c+1+9ZH5!#?!%%6) !#nP= y L+1+RP7Mg /)AVJF`1-+#5gH1Fm- ^ "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e`)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  ; '/ @ .*%  "+ 5#"".54&#"632&4632#"$462"Sm+X\Z@ K?;6) "+462"&%462"&2332#""5#"&'4''676  6 5467&'77>7#6V7N77N78N77N8=!) 'Fl/>+3 Tˎgš3N#{/79DN"###"### #N'-%=ߠ? '?'j9_TN1풼V/ '0M@ C1-(% "+462"&%462"&277"/&'7  6 5467&'>#6767f8N77N87N77N7JRd3n!s7h)=ˎgǛD? ~6{#M6N"###"###}#6767B ' ;-"NZ'@sgǛD? ~6{#M6{ZZZZ56 -HQ#_9hj'?3+B 4! "+"32654#5&''7&'#5367'7675373#'5תqQY ^nZ ^lZwVrqTu`qXYs^{PqNjǍ6T`quwbqldx99r^oo`ks`{7f"+32$65!"4'63*^ ubo8ͤ)/2+y-9Fd#hDf"+5&547&#"!2&547ۺC\uRoˤ)1{1-y^e#mzhP'40"+" 6544&5&5467.53326533##'#5m͉wjijyqbq׬ɋ#"'{?=Rj`T>Dl'WHn')nP'j&""+" 6544&5&54323##'#5m׬ɋ#"' 첚'WHn')nL#""+%26& #"546?#53467337}٪HJ%'o'&oR % "+" 654& 543267'>7'&';}mkB#FmLѕ\Z5Ǝɋ 1)V/[^/ m`=9'"+"#"&54632!"5723'"&=46327>543) ?>7FhHT^B +!h-c%A;RJPP+'#/1'`{=/^Fv  + )1"+732+632'&5476'4&#"7'#"&546;ч`JB!}w{m=5CeFE'c+^#'9#L"5JoPj5!qhÏ?e`E&+Hy M:"+%72654&"4+"=73737337+"732&##'#"&547#''54;2'F? 6"hA;Hgt8r>hg>BA=Iej!Lbd`!wd;B q=3%><P^R-/PRJ\3&#'%6pD)%Z``7- -!_ӲdeZ-E%N @3-+"+7327654&#".#"7&54632/\r5@RRTŏs{PU{iXNRA3s]F\=muf|썘w`wR? 52"+ 654&#"'%./&+532276?673#"#"R`5-X@Be ) F.BB-G@d?BX #V`ՓӜ #\aRoHy))yjo;@$? "+672#"&'5! %$! 56D^=`<-ods9gh:p^Q?)wVVw-/+uZZu$?;s ,@ @ 4- "+264&#"%"32654&"&5467#6! $" 3! %'7!27&54JbgEH`bJbeGFbbT܌wHj5ŁD#9%1ywwVXw{VR{sZXy\Lf3o`!`2o+ ;4"+"32654&327#"&54>54&#" &546;&54$32D^_ED`^5-!TVD={w)?7&''67&'4'7ys/)+T)+Cp^--'FxV'= ˉ1^EO}R^E8x';BD+3u'F?#b'4by=6h'O+R?YmQuDs 1 "+7"&5463!2#"&5463!&74$32!2#!7654&#"#&?!JB!N!(?!mm)JB {TV{{ s7+;\7wQәZs);f9dgCf9;3"+?6?6?057%754/&54''4'7'49o`)+-;'/j:u3+L;+R'+X'=@D3!DT?8!99 {3HuC#^EP{T^E)'}""+&'''&'76#"'73+9#Rdv95udStV\!V^}){s#Rdw95vaSu1o7X C5"+$4&#"'2&''4'.'76?>32#"'+53267.'.'&A5hp Z+!9L#<7f%!BhD1 D[ωj%\Jo15^qoN' Ѩwd'/>?935+Dy-o'T/LXDVy:l B"h)=!*WW.*"+7632#67632>7632'#"'&'#"'.'632>767267672'3#"/3#"/he) \!hg !'m!#% ' /N# aHV!% {##+-'bk+ "% }#%}1 +ZP !pZӰ Dh ! q ?3RVZӰ  'b!!"+'#'6#53'73?3#y<ow!m{{!͊=l lL}""+"!5674&#"#"&7#".h?dh%2+iJXhTm^Jf+/u++?@>K>odju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ323'654'&'&'#"&)1F,?VR7Nm?c'=c/1L%3'{BR%obP+"+2$'#"&54632#"&546\H1NmZF0m!NTbPF\m5p`PF\l+""+ 5$'2#"&54632#"&546PNH1mZF0mHnNl!bPF\m5p`PF\lT^$R^g@~ma_]W1'""+%"&54!2>54&'7#" 67&'"&54>7>2'7;/#"&#"327654&#"6#"5'>''4>767>54#"76727254#";&BW)#)A#BC5HK%lB͐P9$_D?\PN}r8-- , 1  #-`9dVE$2'(Q:+% 4Q=-F=7oA ,5Td _? )-\$L7BXZPPiC?_5)   FJNJ!AFAB)?NlZF+T 1 ;J'5 C D9w   1 6/"+2#"&46'"325>76'&#>54&#"5BL+/HHV !-!h5-)+u#m j3HdtLRqcIuD;7HLfL5!@"+'M1h))m-N fQgPTlpPNmPNj DLZ@ TNIE8'"+%4&5&';"327&547&4&5&5432623##'+#'#56'632654&#"`NM[N]LmiKӚx{׬NNOL^[Jj#"21WH9{7#"' KL첚'WHn))')nBHJCCJH9ɋ7R#19GU@ OHE<62*$"+%#"&'&543267'>767'&'"&'467.>57267'67&'32654&˜4B#FmLѕ\9v\Z5O}s#FSGR6#FmK+)&S"`q 1)V/[^/ܭ2c/ m`vƎ0[p,],]1*W URS2^uȌ~PH! FU_ @ [VNHB%"+"327.547&4&5&543263267'>7'&'#"'3##'#532654&#">4&';NYq]TWaB"FmKЖ\Z55?YS'+NT8?A:wAd>eʅ##' 1)V/[^/ m`1k" XGo)&oDȋB_L0/fRV :6"+"326544'.54327'>7'&'3##'#5l?#bJϑ_151jm|ߨϋBw% 71/+V/Z\/ʑ hc75=}"{lM=l+Vv #A6{]""+276747'.7>76'27>'32767'&767626?67>767&'.'.'&#&'&76&"6'&'&'+632#&'&#'&#6'.'&676%&#"32#"'.'&'.76767#'7'5&'&547>767676762>7.#"#&'&7&'#"'&'476323&56767#67767&'&"./&'.'3&'&7&#"'&747626767&7>72'#"'&72636632&762#32746&'&"'&747676.'62"'>'&'&7476376/&"2"'&7#"''&762+ F ? +91' <!R& d4D"/!5)!#T#    2 o+5'%' /-@%#-1D;@ _< E 9B1w X9) @ b39B;=:ALwF{q7Xoq1TsuR1+ 5! ! 1h'ZN-'6 !WL95   7   !w1461D1 (%:%  9) @`! 91>N, :?  #  1 >X1o'-+^1 8'-VP6%^)B%5%  >)  ( #5='ID5-IRT%-'--  0#Q&%'/#Hq*X< .77-F/B Y%\k$ TH+-JZ !DPpL-7/fh}%3'oF }9s3L 60 <7E\!3  <)9;-5X_Fx%+v-;OS'1uP3%+uu1%4*6H3 ;:u)#  !!  !d+-"+  "&54632!67!467674&#"v-#-uh{{P AZjD/8#+uu1-9iPi^V)/1Hj\[;7 #d+8""+  4&#"#"54>32#"&5463232>54#"'>v-+ P=D3nJbmdBWN9=?FDJr+uu1V'))L5.5#D;L;]Jh)!&+#N;7 Sd+.$"+  3#;2&#74;26=!'63547>32v-pj fBdL L+uu1yVT44V3 d+."+  4#"'!!632#"&5463232v-B= +X Fsh?    k+uu1b -gY\+!(  d+(  "+  4&#"3267#"&5467672v-9835J3-/x}j-BPj++uu1^-f)$qiYEL)T/J1d+"+  "#733!#7v- d+O `ws+uu1-1dd+ 7 @ 4( "+  %"654&'3265&#"&547&'&54632v-{'/TF/)fJ-5Bay@mb}^T+uu13)90;5':L?9B>7PRG%9ZD{R^X\;^FZSd+' $ "+  4632567".732754&#"v-qz{j@-:Nl+<7/5G4/-+uu1L)+/J1!+h)$qiWd++7C @ =82,!"+  4&#"'67632&#'54?>"3265"&54632v-XOR&2uO3%q/%H)ssmj+uu1-4*5H3 ;:u)#  !!  !7L^2Ǡf  "+#!!!u5+6Vbef "+3#%!!5!!uu=3-VbeV)-6g@d/* <9S  K =  K =M =M >6642.+(%"! 32+#3#;2!0'54;265#535#534&+"=73%#"EHP-B!A%5<PooPPp^ى)"/PP1)11Z/2L@I/* <  bS =K = >22.-39 +#3#&#'54?>5#535#534&#'"/>72TTT/5P30#A L#!oPPR)% //')PP^8 ;!R-:c@`    76#"<)9  UUK =M =M >:94133##$32 +4&+"=73%#"727#"';2!0'54;265"#"'>75<Po%y=JJEHP-B!A%-{#Jg1)11ZI}^ى)"/)VEh)D; ;Q@N&4. < S UM = >3/%# "" +#3 !"#5354/"=72$32!"'&#"'54?>5b+;L.FA7Xg+F*;?'?2P/+5;PPd1Eql:t73///9D; K@.; @? @>b  bb`  UQM =>Y@IHGF-D($!"% +674'&#"32#32767632'"'&'&54'"'5>763 7'"&'3&'9FP\H=9E#%>1% T7R{XZ%#J??Xwy9BHTj ?Dh+ qR}=H F6''!##XZR#h}+3bPFJ7>Dn@k #@?98; <b  `   `eM=M= M>><77%!#'1 +%'"'#7&746?."#"'4632732632#"&/32'7?w>RDDK DzT A)`yQJTk8#9!-_3Z\"&:[@bwlx&qz5rQ&!7 5VXAV-/7! --9=L AVC'#&@& <:KPX@%Xe M=M>KPX@$de M=M>KPX@%Xe M=M>@$de M=M>YYY@%$#"#"## +727'"'##"=472657373'+(5L?/sTh%NH3r1T1)Lg<3/?@VV)#j-RK,PX@@:+%<@@:+%@0  SO M  =M >Y@#RRPOLIEB?>=;85320-*)#33#23+0/54;2'!;2�'54;254+"=730%+"!4+"=730%+";2#.=6BA6=P;5DD5=P!;6B;A6=O#;5D !9}RRRRRiRR 5(59DK,PX@ 76 B/*<@ 76 B/*K,PX@4b`D= M= N  >@5b`O= M= N  >YY@ @=:841.+(%!  DC +%2354&+"&54&#"#72>3+"63754+"5672+"61y ;  qk7-\R@ +';H=')SZ)';5'6hs +wRRgR/\Y@V0*N7<C M  = M >\\ZYVSJGEDCA?=3#333="+%054;054'&'7;2&#'54;254+"=730%+"66547#"=307+";2#.\;) eBA6=P;5DD5=P!;6BE/ =GD(NDd; ? {58eRRRRF)55 @_B%5`_@P4 @Eb  ` b  `D=  K =N >Y@__]\YVKHEB@>>=:933:3+%0546;254'7;2&#'54;254'"#'4&527673>?#6543#"'537+";2#.+#'B+%=P=%+ ?VX13khV' -"9H+9!RoC7/?k5 '& 9 RRw+ rXH'35  B\3#RF'?-7\-b@ <:K PX@YM =M >@eM =M >Y@+*'% -- +)"547676547!"'3!2!2#.Rd 5R"+ \^5 1; y'#kt8 LB17J g@ < :K PX@YM=M >@eM=M >Y@    +)"747#"'!2!2#.'fs#8CN%;}i#RyH7 N5/DS@P@?;:6 <bM=K=> 43/-(&$! D D +"654'27'64+&=37+"'.'3&''6767&546LR_P@7#+ #5AD JF P/'2 +#; /TB53H=3F>)+l8-)Xb+%519D107 A4oMPs-Ch@e>8 +%<b`U  M  =M= M >C@=<;9630-#2"#6!+327>76;2#0#"'3'&+;2�'54;254+"=730%+"% 7J3  q9 *C6;N;7BB7;N#;6CeT' CB97c%@RRRR9yCc@` #(=8 <  b `  U UM=  K >B?<9631/"6"3#1 +4+"'57307+"327>76;2##"'3'&+;2&#'54;25+%=G>'+% 7J3  q9 .+'=P>%+PPT )  7Q%=RRR%+=@eM>Y(&& +6765&4>767467632#".P>dPD11s!; @b=P)@;}XAhúq9J}F}I\"FhwDs@;woK/m7  "+'67%>7'67%>7uTF/5D##41HTJ/5D!% 8/R1 !4 NfD/7C =862%"+%4'&'4632"&'.54>76767>76326"&462>7675%\+ /0U FEA)`-;T #',g{D^CC^+m3#'X%C#&21.,]3[V '7$#?() [FJR^DD^B^B:Z/W7- @:d[ +%#5%#7yۚrB`7+ @9d[ +%53%3%?Ѯud %:\t7AP {miG;94$  "+#"542'4#"632723&#"0432&'&74327654&#"6274&'&654&'32>7632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?Lq`nfa2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654&#"-9g`9/~!+1JTCoP+݋V1;e5+!+!n>Xdm{s/!?P 4&'1{޼eǕMqlhdn~xpI"+'.7>676'&'&'&'&'&'.7>.'67>.'&767.'.67>&676'.Tq(REB1N3'3EiC'rk~L&L\~H,.{'->7Q<"!nZd/DŽ1] /LQH5+'@$APʫr[a6EVwtk MP^ 6S'1&.@GY/j8#6p*-  7_ SH3 '+;o2 ,2C:"&CFVaש>: Od.9 1Jl= !G& N_P $ ]aW$BL Z/)E7`\%,tQ:fq_lg`-"+".54632&'&'"32>7#"&547"'>7.4632&#"3276323254&#".54632#"''27654'&#"?jߖ{1''3 OB#3qzjg[=m '$+6e;1V͇+RlDTG1+!1iP-ޡy`;lJ8`ZP^7mV!78 +#npaqEH1XP5318ZGq=J##5^v6RvTk#wHd=NL{H "+!5!5!5eHRRPPPPNH "+!5!5!5N5-5HRRPPPPdX{' &""+2"#!"$#52$3!2"#!"$#52$3462"95hdn)BiFNH5hdn)BiFNHD^CC^'! ## #! ## #N^DD^A#`{' &""+2"#!"$#52$3!2"#!"$#52$3462"!^P;Ӎ^R;Ӎ %D^DD^/')))')))V^DD^Ay1^)N se/"+4632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 3 $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h3!]-5!Xoi)T}J!  !7'ju+@+?IN!x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde>!#P+:"+327#"7!''54;2654+"=73%+";26=732#'HJ$u>?)o7P5q3-ZVu/ydX9%'#8Z''Z"/7V`') ) h ';EZ6U];A\XR@3#iNHA<  "+327#"5!''54732654&+"'5737+";26=732#3654&#"#"&54632#!32632&#'54?>=4&#"&#'54?>54&/672&#'54?>54/672&462"632#"&#"&''54?>54&/6723654&#""&54632#!32%32654&#"'4&#'"/672632#"''65&''54?>54/672&462"%HC#q9?(293K3j1+TQo/ٻ2'/8}zbu_-[DF`PV9 ^. 6W Y-  05 _-/,):)):fGO%!4 ]-  05ʻ1&08}{bu`.ZDF!CH@,#7&1D3Y|iH2#( _-0,):)):\T5#$!3-)%%VH-6R\%' ) ?=CrjwYVtJ`\@27)(JH  F#V:)):)MJ)'/= )'Jl ?=CriwYVtxeUu%5 "  /L1i;>&8  F#U:)):) 7 1AN[jy@woe`XRLG?5/' "+"'./472632#47632"&&'&'4632#&47632'"%4&54632'54632#"&%&54632#".'&74632'%4767632"4767>7632#"&'&5432#" !))!3%  % !$ '  #{#'}'%'  '  ##%  '1 )%#;#1#)   %; #!=)%)FT )NT +L- #% %:A   #'` 0 /$ "+"&'&72>7654#"''7&5327*4'#{/P)</9RFgW4TCJSMS)RLy׍mk)'XJK٪E@W#d.j\% "+"32>7654&'&"32*4'%J1)</C/##L4RLy׍JlXJ)en#dT=٪E?* "+%4.#"'6$76223&#".7676f @%X0;6 # )  $&11 /!D+ ##l 65 Zb."+4632!267!46?>54&#"#"&\ϪJwC s?@L9<X%`L9h7Lg <&)<jBZhÜ mA`#Eiq^Ri}vP(#++3Nh1 "+"#".54>32#"&546323265#"'>54&Bva'+'Tqivoo=-F!/VB] NGRq' T^?T94 P>/6PR%XR^'-'"+)2+7&#".7676=!"'63s' +- o  n^==y!2!'65 0\#Vj) "+4&#"327"'632#"&54632326wPsGk'G] No5-N'FV}F`   /Xn%颸c=#3N#+N,,! "+32654.#"632#".576$77R=Y'T9TDTBu*\ZbP1%TpJRd=:ǔ+Ze?IBy+9TmO%?~M+hٚ9hc /F "+!'67!"'673x )AeC! ?u77P1fd-V3cZ ^+6 2,("+"6'4#"&54>7'&546322'4&/y767#".54>32)DD$>X)S9T/3=gd2v)]YbP18V[9lvW8d;}Y'*[d@ B3y+;RmP%1cmR6Fn|hb  5*"+736$32.#"!!!!32>7"#"$'#734547Z/]2+q'P-y2_\D->-LlD P5;)/yh/w %Pdhk%RC@{k!%%\S"++!!!!32"&#"#54;>=!5!5'!5!."#'"=3232$;#6'4&'#&=32326;)'%Nw3;>3q5  ! #  ;% h;   j#+9ddev7&//#:veZ d 1/1  2)  "+732654"4632#"&)N`P?eLpzXm9HcuBVdڋR"+"32>54.'2#"54X_VyFU) +P9'`v/mreJWg5%f ϺJ) "+%4.#"'676223&#".7676D  Fq {L-  # )  $'11 9C_/"m% 65 q"+%>?!57674#"'>32VH\%H)M3ͅTR!/w+KD3\}nXJ\w1 "+"#".54>32#"&546323265#"'>54&Bv`'+'Tphwoo>-F /VB\ N;GRq' T^?T93 O>/6PR%XR^9-'"+)2+3&#"&47676=!"'63+s' +- on^==y 2!' 1  1 0\#5J) "+%4&#"327"'632#"&54632326^wOsHk'G\ No5.N&FV'E`   /Xn%颸c=#3N#+N,,! "+32654.#"632#".576$77R=Y'T9TDTBu*\ZbP1%TpJRd=:ǔ+Ze?IBy+9TmO%?~M+hٚ9hc )? "+!'67!"'673y)BdD ?u78P1}f~e-V3bZ ^+6 2,("+"6'4#"&54>7'&546322'4&/y767#".54>32Q=Y'T:S0DSAu+\ZbP1$TqJRd;;Ɠ+Zd?JBy+9TlP%?~~N+hٚhb f K @ .! "+462#"$462#"! 32&#'547267672;2&#'5473254'!"BZ??-/ABZ??-/3 %T+ 1)#N;D1$: M673!ZA?/-@@ZA?/-@I T-1)+=9J?@=9) '5X Lh + @ (" "+4632"&%4632"&"32! ! ?/-@>^??/-@>^?J{ /??^>@-/??^>@6+Jh)/^h R , "+4632"&%4632"&4&+"'5737#"#".54&+"'573%#"2>5?/-@>^??/-@>^?5<PqFrRf3<Ro-+hiVF+ /??^>@-/??^>@1)11Zwh=3lщ1)11Z\i-dB`}K-ROC%"+%4&#!32&#'5473265#"=4;54>32#"&'.#"!26;#"&5432326';NP'1' /iRGSF/3^+139!?)@6KHyPTR /5R?Z6};//+/ ')j28`Z%=QNB/GohVP?0VN+-y6E@91"+32'#327#"5!32&#'547327#"=46;4324&#"!2>Ͳ=\'7T/s);Ob_7+/<LR/)59#!+)#H/a;#//X}/B7k+ClR'NCLmQmYS3 "+%4&#'"5'>7267676&/&=737#&#'54'&'&'&#'54?>''"&5432#"&'&#"327"B L#!9:2Q+ H=`' 5>;P!#h1+:O3/b8/1?cTuhmw^8 ;!RT2,g/7-- ;'R 55%FJ#'!//'={Z1A5+¦مLEaMG:"+%&#'54?>54&#"&#'54?>54&#'"/>72>32'"&5432#"&'&#"327/5P%#)>!A+9P30#A L"!R;q=b8/1?cTuhmw)% // #wL6/'!//')^8 ;!Rb=Fl{Z1A5+¦مLI"+4632$732'#727'"5#"=47267# 632#"&'&#"327'"&547&1Tl-L6L?/sh%NE3G8/1?cTuhmw(bݬPXXF5=)#3/]?v{KL.{Z1A5+¦م'ͮ.&Lq D+7d M>1," "+"!267# '&$#".'>?$! !#"32#7#"&54&/57373274#/5737%Ra#`؝ظ>#f ; %3L{ +8KbFw{#@ BwD+wX9@7{ Z\;51ZlMDT7>)=WAa/6+J5:@9a\1/>\LNs^L3b>VRaV"+&#".7>54&#"&#"&47>54&+"&#".7>54&+""'6743)2>7262B;b ^9  D0nJa[/E 5N R79d5)Aqdu E+5dh~5)  %Bn}C65 GyVPJ:HyE65 Ey}9hi{;65 ;{dgbw {)= Ld) A=*"+254&#"'>54&#"3263"&5"=436=7>32+&5ZyJ3#l3=!)T ^XVZmqnT 7Jm9Zdh;gdVH')# d\VEˌywT.N50"+4&'673632'64&#";2&#'5473265=FqPz=gP^Jd&2&P'1'7BJ'-rşe"1wr/+//+/-P "+7#5254>32#"&5463232654&'&547>54&#";2&#'547326_LFN31Lr36L"}+'!*F%9^hR׃=%jHwp'1P)1'ZX^,RZj2#C71_K#)Pd@sqL/6+?NPF/}{h3VDHfŕ/+//+L'OJ7""+732654&'.54632.#"#"&6%732654&'.54632.#"#"&6LRdp/J5Rfu PbH/Dq؋/8Rdp/J5Rfu PbH/Dq؋/8+kDB?D%lj9fk hV;9m)7nqkDB?D%lj9fk hV;9m)7nqFND)SP:&"+.#"#"&#"#&73254&'$4632.#"#"&#"#&73274&'$4632 !R#~u`XTww:#Ri^\dq !R#t`YTww9#Rh_\dq s^X Z \%4 s^X Z \%4+ZOWWRF"+76'4&#"&546323 767&#"#"546323254'&'4632#"'#"$57632&'"%-)1P]5C1=#d be=F/Tupu;D!(u/D&j¢0A#=`k+J!&=/! J^7')V^?ۗR#%(-3h`P%%#(&'f괗ߟ7wbV??"+3#&#"&472>&/!"&#"&47>727y 2!@/ _ ( D) = $ d 554&'&4732632"##"&э^FN=mobb<LEL'TsuN!{J,)"+!"&47>54&'&473632!"&732>54.#"`bb<"'.+;2676&#!&47>54&'&47!272'.+"s?BBHjB:"_o )%+cds??s'5/ !(%gli%7P  { D+)9u ?5 ;y{;5o#uf?%J="+!"&47>54&'&47!272'.+"3267>'.+&uZs??s'-/ !)%fla%31o;AABi1@b5 ;y{;5o#uf='P  {  F({C6Nm*"+4'&7307% 4!2'.#"3275=3,3N#%/o"JVq9-9 !$#"#!o'b dDRJDI"+4&'&47327&#"&47>=$&#"&47>54&'&473277+^Jb b;;b ^N^++^Jbb<554&'&47327267>76&'.7327&ۙ -'p;c_bb<54.'&4732633D"-#!=L# 55 #K>D7H'"+ "'#&#"&47>7<.".#.73%&#"&47>&'7T RK5g-& C   bd T#) O :T  q?65 MTN 535<2 65 4,3J86"+%&&#"&47>5&'"'5774&'&47327#&CD% 1b  {IT{b1!Wm1b {TJz b13s+BT2G{{7 11 :{1= 1{9 11 8{'bT  "+"!24&#"$5432Py{qy^hJ  1&"+32654&#"&#"&47>54&'&4732632#"'1fXWcVd);c_bb<<5+"+&#"&47>54&'&4732632#"/&'&2>54&#5F5bb<;c_)Ůop FWjq$&KN`k3bVkwE65 C{{C5bT" h / !K>`mT-("+632654'&'&'&747>32'&#"#"&'&T)!D?^rG< E/Tq-L7JF=FJޡL%? 719^SE$fL3<6dB+1\RTZ\ f37."+&#".7>54&#""'6743;272#.#">x ^Z y=/X`F!5) ϧѻ9KoBI65 IwET { T=3"+4&'.7327#".54&'.732732>5Fd  1% dF\H;b  ^b  b;wTn1{E55F{Fk`}C55D}Չ5jcIR9"+&47327"'.'.732776&D-Z (6(7#   OV! ##!m551*+J/+ -  55! 0 ^ N>=? "+76&'&47327"&''"&'&'&'.732777ˇ#!#PX-Z );+5 : 'K  Q^ X!#-1wLQ55:-+[//b 55BJo Z-RK"+%&#"&476?6'.#&47327?6'&47327&#".7>/&/gRXR B'"J+ RS ?\ o9kR{ZRyI R RR  9bH65 Z  9/055<Z 55_ 65 8 +="+%&#".7>=4&'.'&473276?6&'&47327Fe E 5JB {F T'1 32326?2%"5477''674}+)M>$NT'=-C/wq5/) BdDX?? { N) "+!"5463!23gL;J;+E+Ij?N LE?"+3#&#"&472>&/!"&#"&47>727#"/7>32y 2!@/ _ ( D) = $ d 5&/!"&#"&47>727632#"&547y 2!@/ _ ( D) = $ d 5&/!"&#"&47>727&''67y 2!@/ _ ( D) = $ d 5&/!"&#"&47>72?267#"'&#"'632y 2!@/ _ ( D) = $ d 5&/!"&#"&47>727'462"& 4632"y 2!@/ _ ( D) = $ d 5&/!"&#"&47>727"2654&4632"y 2!@/ _ ( D) = $ d 57!272'.+"3267>"'.+;2676&#!&47>5-!' PWE x HO4 -/ !)%fla%7s?BBHj9#Vo!)%+cds?w?G R+165 7To#uf?%P  { D+)9u ?5 ;y^~9/ "+"'7&5$32'.#"327#"#632#"'73254&5' T!R%-%@fPLV;7ZV-w! 1@UdDON)f7 >LEL'TsuN!{R?8N[#6T+J RB, "+#"/7>32267>"'.+;2676&#!&47>54&'&47!272'.+"'/S1s?BBHjB:"_o +#+cds??s'5/ !(%gli%7!)-kP  { D+)9u ?5 ;y{;5o#uf?%J  QA+"+632#"&547267>"'.+;2676&#!&47>54&'&47!272'.+" N''' 8s?BBHjB:"_o +#+cds??s'5/ !(%gli%71/! {P  { D+)9u ?5 ;y{;5o#uf?%J ^ N>("+&''67267>"'.+;2676&#!&47>54&'&47!272'.+"F3RL4; s?BBHjB:"_o +#+cds??s'5/ !(%gli%7^q'RXN\'^P  { D+)9u ?5 ;y{;5o#uf?%J V F0 "+462"&4632"267>"'.+;2676&#!&47>54&'&47!272'.+"AZBBZAA-/@BZs?BBHjB:"_o +#+cds??s'5/ !(%gli%7/?A[?@[A?/-@P  { D+)9u ?5 ;y{;5o#uf?%Jw\!0.'"+4&'&47327&#"&47>5#"/7>325632#"&5475&''675462"$4632"54.#""&47>=#5354&'&473632!"&%TL[N! )FXqbb<5&'"'5774&'&47327#&%+9+3RR%))5-}FQBSD% 1b  {IT{b1!Wm1b {TJz b13s+/G=51;A3T2G{{7 11 :{1= 1{9 11 8{'bT$ ! "+#"/7>32"!24&#"$5432H/S1y{q!)-Ž^hbT # "+632#"&547"!24&#"$5432 N''' iy{q1/! ս^hbT^   "+&''67"!24&#"$5432F3RL3;'y{q^q'RXN\'^^hbTq) & "+267#"'&'"'632"!24&#"$5432%+:+3RR%))5-}FQBVy{q/H=51<B3^hbT ( @ '! "+"!24&#"$5432462"& 4632"Py{qPAZBBZAB-/?AZy^h/@BZ??ZB?0-?b?N"+%2>54&#""$33!272'.+"32>7>"'.+;2676&#!\/<=Ry}w+Z50 !)%fm}%7-5+@ =  > Xo-9#so!)$+bB #M>w7Fo#uf?% +  { D+)9u ?bT" "+"&#"''7&54327324Py>ua;`ۖo?;Jh>'}2Y'T}ib3B@9"+4&'.7327#".54&'.732732>5#"/7>32Fd  1% dF\H;b  ^b  b;wTn1/S1{E55F{Fk`}C55D}Չ5jcI!)-X3A;5"+4&'.7327#".54&'.732732>5632#"&547Fd  1% dF\H;b  ^b  b;wTn1 N''' {E55F{Fk`}C55D}Չ5jcI1/! 13>74"+4&'.7327#".54&'.732732>5&''67Fd  1% dF\H;b  ^b  b;wTn1F3RL3;{E55F{Fk`}C55D}Չ5jcIq'RXN\'^ F & "+4632"&462"4&'.7327#".54&'.732732>5@/-BBZBAZBBZFd  1% dF\H;b  ^b  b;wTn1/?A[?@[A?/-@{E55F{Fk`}C55D}Չ5jcI+d K)"+632#"&547&#".7>=4&'.'&473276?6&'&47327 N&'' Fe E 5JB {F T'1 572654.#"[_bb<ehDC>;X{C555Y3TT-f ]665 C{k\7LD+=GP OJE@"+%&#".7>=4&'.'&473276?6&'&473274632"&462"Fe E 5JB {F T'1 54&'&47327#"&5463232632'&#"#"&'&%632654'&'&'&747>32'&#"#"&'&j)!D?_sF< F/Tq.L7KF>EJݢL%)!D?^rG< E/Tq-L7JF=FJޡL%? 719^SE$fL3<6dB+1\RTZ\ f 719^SE$fL3<6dB+1\RTZ\ fo?"+74!23#"&#"#4'732654'"'54&# ;2+!#547326J=# C@G=@{3P  #+'K+qs1`PXy%%+!X 77 5Lq D3?i fQ94"+4&'&47327#".54&'&4732732>5"32!"'!267# '&$#".'>?&! Ee2%dF\H;c_bb#f ; %3N{ {E55F{Fk`}C55D}Չ5jcIc6+J& Z\;51ZlMDT7>)=WL.V/bR y =h bI"+"!24&4&'&47327#".54&'.732732>567'$'.#".'6767"#"$5432Py{Ee 2% dF\H;b  ^b b54.#""&47>=#5354&'&473632!"&%TL[N! )FXqbb<&/!"&#"&47>727y`RA_y vy 2!@/ _ ( D) = $ d 5&/!"&#"&47>727&#3273#7Tjp[S ( D) = $ d 5LEL'TsuN!{^? +% "+#&'7672'.#"327# 5$ug92QH2UR%-%@fPLV;7ZV-w! !Z$XTL`$>LEL'TsuN!{J? '7 4) "+#&'767"&47>54&'&473632!"&732>54.#"wg92RH2bb<54&'&47!272'.+"3267>"'.+;2676"#"'327 X{|_0(ds??s'5/ !(%gli%7Bs?BBHjB:"_o +#* ]c%"JD!5^PI35 ;y{;5o#uf?%P  { D+)9u <S)+%JDEJ JCNHD3"+267>"'.+;2676&#!&47>54&'&47!272'.+"#&'767s?BBHjB:"_o +#+cds??s'5/ !(%gli%7g91RH1P  { D+)9u ?5 ;y{;5o#uf?%Z%XTL`%Nms*84+"+4'&7307% 4!2'.#"3273267#"&'5=3,3N#%/o"JVq9Vy`RA_y -9 !$#"#!o'b dDR#Tme\1f ;+"+632#"&5472676&#!"&47>54.'&4732633 N''' +"-#!=L# 55 #K>D#5' "+;2676&#!"&47>='754.'&473263#G2"-#!nV>h=L# 55 #K>Jh FD+"+632#"&547&&#"&47>5&'"'5774&'&47327#& N''' D% 1b  {IT{b1!Wm1b {TJz b13s+d1/! T2G{{7 11 :{1= 1{9 11 8{'J7 CA("+#&'767&&#"&47>5&'"'5774&'&47327#&f91RH1AD% 1b  {IT{b1!Wm1b {TJz b13s+ Z%XTL`%T2G{{7 11 :{1= 1{9 11 8{';L<""+%&#";2�'54;265.+"=7!4/&'5737##".543232>m/%V)= )-+@'lX)9 +VJb54&'&4732632#"/&'&2>54&# N''& +5F5bb<;c_)Ůop FWjq$&KN`k3bVkb1/! wE65 C{{C5bT" h / !K>`m^7 >I G@6&"+#&'767&#"&47>54&'&4732632#"/&'&2>54&#'f91RH15F5bb<;c_)Ůop FWjq$&KN`k3bVk Z%XTL`%wE65 C{{C5bT" h / !K>`mTf ;6!"+632#"&547632654'&'&'&747>32'&#"#"&'& N''' )!D?^rG< E/Tq-L7JF=FJޡL%b1/!  719^SE$fL3<6dB+1\RTZ\ fTC9"+"'7&'&'632654'&'&'&747>32'&#"632#"'73274&y5' QU)!D?^rG< E/Tq-L7JF=FJқ2@TdDON(f7 !f 719^SE$fL3<6dB+1\RTZ\N?8N[#6T+TJ-82.("+632654'&'&'&747>32'&#"#"&'&#&'767T)!D?^rG< E/Tq-L7JF=FJޡL%f91RH1? 719^SE$fL3<6dB+1\RTZ\ fZ%XTL`%3|7E;"+"'7".7>54&#""'6743;272#.#"&#632#"'73274&5( ^O y=/X`F!5) ϧѻ9KoB>x G'1@UdDON)f7 5 IwET { T=vI6h?8N[#6T+376# "+#&#".7>=#5354&#""'6743;272#.#"J>x ^Z y=/X`F!5) ϧѻ9KoBPI65 IPwET { T=f H ( "+"2654&4632"4&'.7327#".54&'.732732>5+99V9;fHFjhcFd  1% dF\H;b  ^b  b;wTn1'@+)??)->dbHFd{E55F{Fk`}C55D}Չ5jcI{Q 1$ "+#"&54?62#"5476324&'.7327#".54&'.732732>5  J. x 1#3Fd  1% dF\H;b  ^b  b;wTn1 %3   -Z{E55F{Fk`}C55D}Չ5jcI7jo 7'"+672#"&5473!2>32326?2%"5477''674 N''' +)M>$NT'=-C/wq5/)j2/!  BdDX?? { 7j)10,"+3!2>32326?2%"5477''674462"}+)M>$NT'=-C/wq5/)JjJJj BdDX?? { 'fLLfL7jJ)4.*"+3!2>32326?2%"5477''674%#&'767}+)M>$NT'=-C/wq5/)f91RH1 BdDX?? { VZ%XTL`%1f?/"+2'>54#"542676&#!"&47>54.'&4732633b7D+\B;@^"-#!=L# 55 #K>D37J.93/"+&#".7>54&#""'6743;272#.#"#&'767>x ^Z y=/X`F!5) ϧѻ9KoB%f91RH1I65 IwET { T=Z%XTL`%3'7E3"+2'>4'#"&546&#".7>54&#""'6743;272#.#"f9FkT+B!7/5>x ^Z y=/X`F!5) ϧѻ9KoBmZ9%VZ#''- 3!4}I65 IwET { T=T'-D5.("+632654'&'&'&747>32'&#"#"&'&2'>4'#"&546T)!D?^rG< E/Tq-L7JF=FJޡL%9FjT+A!706? 719^SE$fL3<6dB+1\RTZ\ fZ9%VZ#''- 3!4JwV)"+462"4&'&47327&#"&47>5IkJJkK7"'#"&54?4&#"#"&54632327hD ) cR  B\^++V)(F 31^P % P P@}5f>3 9]u)-D($"+4#"'673632#"''6532>54&#"Vy;+PN\obo71b!';1% X573ms1#LF %XCjp V9"+2#"&'.#"327#"&546`\}# +$7O1)RK)Z}T6& mr?Y'X+ywy/0/&"+.#"326"&5463254.#"'67327#  77=;'#DEh{o\-^C@w91b  Zmd;to+w7 !5 8# "+27#"&4632!4&#"BbP)Xyb1*O)+-9)X+wr!?['5L1L1VH3* "+#"=4;4632#"'."32+;2&''54;2XAZX)+)5! w6+ 1 5Z)'!/)#cZ07 -- ;y77DS NG;81"+"'&'"#"'272>32#"&547&546?&5463263232>54&#&4&#"32>D  FVB&=%%=5׊T}iB!JVB37:'/!w#DNEw?J-:3%10 7LVd$?5/7`i@KRB?AFATi=%!%R\-+;zN?1H-337E"+;2&'54;>54.#"'67367654#"=737#"32&''54/&  Z;} %y=+EH' F- ^7N-HV1XR# 00 !7=R#--?W? ++)x,X"+673672632;2&'54;26=4&#";2&'54;26=4'";2&'54;>54&#"y=XVo)VQJd  N1 )/+<  N1 f'  ^=} % kj``eb! 00 !N>B 00 !; # 00 !'#N "+2 &464&#"3267Ps9 H?oNB-9<^\/oݽ{utV#m(;2* "+4.#"'673632#"';2&#5473>532>54&#"}^D?VJVsdD/ u5} %`+7+  8 ! ?=ks)! /1!V{!TCjp ;3"+.#"32>>32&#547326="&54632   5/;<}"o1 =Dh{ou/b  Xo^H! 1/ !7to5"+327#"&5#"=4326=732#+%1!Fl1FZ=6p u%-H>?m;HJ/- 4""+32>74&+"=737327#5"74&'#"=737(0   Z707!N %' 75 +Z1#fG .)o?s#5 0$ "+2.546%2.5462.5469HXFeGuD9HXFdHuD9HXFdHuD>-R1%k+Vb{=-R1%j+Vb{ >-R1%k+Vb{!2 '""+2&7>54'&546!2&7>54'&546!2&7>54'&5463oHdFXHoHdFXHoHdFXHT,k%1R->T,k%1R->T,k%1R->F/ "+$   32y!TRf !/TR!g%N+  $(,048<?E'@$CA>=;97531/-+)'%#! "+!!!!%!!!!%!!!!%!!!!%!!!!%!!!!%!!3#!!'3!!FHuuuuuu_kkdq5+777?888A8887777588877776715o7V )`jt@ϊqmhcD4 "+!!'3077637+"'.+5"'.=>732326;+73267.'#"#"'&+2654&"462#"&3233676323.'77676?#3276767>36;'"#"#'6=&'&#"+'#.+'7!!XB# 81     9b@+9- Pq D 3iN@ &-1!>/k!!+1E22"!3r) -- 9#9'A-L !C%5#  5/+a9-5T R,1R%+1  1'))y)D= d {w3  3^D+" !Z P??]1H+%9+% 51G#11E12V 1yF #1'#/XNN -#+ 1%+  *%= 21 LGKSW[_cg@edb`]\YXVTPNIH "+!!3#335335!5#3#33533533533533535#5##5##5##5#535337#5!#35#5##5#!35#5#LE5555V5H!5555555dd55%/+ )555FpJc>>>1PB777BB884F-7777777777L6@C]@FDBA=8"  "+!!#332654#"4632#"&27'"'#"&5463232654#"'7!##########!!L?"#?=6J;1#-%T'))3#$>1#+@1) -) @5V5>7;8;7<7+F7/F$+C3PK9Y7F)qZ 7X7#1Pd-E#+CcO{\N "+"32>54&'2#"54j_TuBS' Rw96r}cT3) "+%4.#"'676223&#"&47676 Fp!{L. # ) $'11 9C_/"m% 65 Z"+%>?!57654#"'>32hVH\%ߍH)N3ͅ!/w+KD3\}nVq1 "+"#".54>32#"&546323265#"'>54&Bv`'+&Tqhwoo=.F /VB] N;GRq' T^?T93 O>/6PR%XR^)-'"+)2+3&#"&47676=!"'63s' +-on^==y 2!' 1  1 0\#Pd) "+%4&#"327"'632#"&54632326ywPsGk'G] N~o5-N'FV'E`   /Xn%颸c=#3N#+N,,! "+32654.#"632#".576$77R=Y'T9TDTBu*\ZbP1%TpJRd=:ǔ+Ze?IBy+9TmO%?~M+hٚ9hc h "+!'67!"'673y)AdD! @t77P1}f~e-V3bZ ^+6 2,("+"6'4#"&54>7'&546322'4&/y767#".54>32R=Y'T9T/DTBu+\[bO2%TpJRd;;Ɠ+Zd?JBy+9TlP%?~~N+hٚhb NP "+!"5463!23gL;J;+E+ID($"+4#"'673632#"''6532>54&#"Vy;+PN\obo71b!';1% 583ms1# KF %XDjo V9J"+2#"&'.#"327#"&546`\}# +$7O1)RK)Z}JT5'!ls?Y'X+ywy/0/&"+.#"326#"&5463254.#"'67327#  77=;'#DEh{o\-^C@w91m  Zmd;uo+w8 !5 8VH3* "+#"=4;4632#"'."32#;2&#'54;2XAZX)+)5! w6+ 1 5u)'!/)#cZ/7 -- ; ym7DS NG;82"+%"'&#"#"'272>32#"&547&546?&5463267232>54&#&4&#"32>D  FVB&=%%=5׊T}iB!JVB37:'/!w#DNEw?J-:3%10 7LVd$?6/7`i@LRA?AFATi=%!%R\-+;zN@2G-437h6"+67363232&#5473>=4#";2&#5473>54'"\E\R! N1 f1L R5}# !h% $$ #\! $$ #55 $#"+2#"&46;2'#54;27543"'673/08')73%-bS-%J{NJ)''9' ++'-D L) $"+2"&5464#"'673#"&5472326=#5#! !'u?)-=-P+'+#<"##^L7)Xq-3'3<uE"+7;2&#54;>54.#"'67367654#"=737#"32&#'54/&  Z;} %y=+EH' F- ^7N-HV1XR# // !8<R#--?V? ++)y+)"+;2&#5473>54'"'67 R5}#\Ef! $$ #5- !JX"+673672632;2&#54;26=4&#";2&#54;26=4#";2&#54;>54&#"y=XVo)VQJd  N1 )/+<  N1 f'  ^=} % kj``eb! // !N=B // !; # // !'B6" "+26;6=4#"73767367232&#"+&#54736547"7 DINHKDH -o1f61m-B+V- #21 )++;'#mJ(;2* "+74.#"'673632#"';2&#5473>532>54&#"}^D?VJVsdD/ u5} %`+7+   8 ! ?=ks)! /1!V{!TDjo ;J3"+.#"32>>32&#547326=#"&54632   5/;<}"o1 =Dh{ou/m  Xo^H! 1/ !7uo5-J)"+7;2'54;2654#"'6733632#"'&#"% %#+y9RJL;# 1# '' D7)yy@5 H9J*#"+372654'.4632."#"&#"69-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9L1"+%327#"&5#"=4326=732#+%1!Fl1FZ=6p u%-H>?m;HJ/-=4""+32>74&+"=737327#5"74&'#"=737(0   Z!"+"654#"=7307"#"&54632727654'.#"=737+53 V-X9!H-5!A)J' 7'  ;  " K/1H $5e+ "-%L#!"+326?2326?!"547#"'673>707!N %' 75=+Z1#fF -)o?Z"+#"'%D;="+#"7479 jw1 "+&''67T{!ZfuXsd]+;DL3+B1 "+&'767\J!{^uffg1\g)5HR+)NuZB "+#"&'332675ks9 }TP Bh}k9DC:)1 "+#"&54?6"'&54?63 B  u'% '  )1% "+672#"/&54%672"#"/&'4F'  +#3@     "#J% "ZB "+>32#.#"js: }TP Zh}k9DD9{yq"+#"&547232654/463hmP B1/B!!N3LQOL?'-)!%VF"+"&5463232654'&54632͏-#!%:-+;+%)RbbP'#  #64#  %%Ff  "+462#"$462#"BZ@@-/ABZ@@-/ZA?/-@@ZA?/-@P?"+#476'4"#"54632DF64#I 7\LVL/+/6J/#H 7'IM"+462"LfLLfkIIkI# !8("+5!50;!!!!!3!!!!!!!!!!!+5!5!!5!#53#PN1PLLsLD++0E/\0^E/52y/w/w0R/D-l0/R 0 /$ "+"&'&32>7654#"''7&5327+3'".K);/CRE`S1T>NXSX,RLy׍~u5,{XJP٪E8~V #d5qJfb "+47.J 9-=naA;3'8RD#g; "+'7;9-=naAN<.$8RD~"+!!!(ZZBL"+5!!5!B( ZfZPV'#"+&'&'4&'56547676O/7*<5?:MDJ1Zl !IG>!>'Lw##"+7467.54'&'556766O/8+;5?:MDJZm !G>" ?(Fm?"+"&5477632"&462=V97%3[7>=462326"&462;=0)Kl`RNH%-+Z FDqRRD]D^CC^>%/A6VZPFC5-hD/%!'39P>d`@^DD^BbB  "+'56'56w`žgfmBfiD;fiDj`?  "+75&75&`žg3pfm3?fiD;fiDj^^= "+'56^`žg=dkD{Zo9 "+7567&'5{`žg1ZkCN= "+!"5463!23gL;J;=+F+J.$!"+#"&5463232>.54&/$72!OkN,!,8) h3=ϭ[P>'%)2))NUtVrH-F+-XLZ@,ME@ @8bUM= M = K  >Y@XVQPLLIGDA>;9731"&""##33#+#"63754'#"&532=4'#53272654.#"&#"#";+"63754'"&5!54>3255J 1=Z;b;1'J'/5rLcJKIFC@=:8750.*(#! PP +!32&#'5473265#"=4;54>32#"&'.#"!26;;2&#'5472654&;NP'1' /iRGSF/3^+139!?)@'1'R?-!};//+/ ')j28`Z%=QNB/Goh/+//>Z6-LM@J'GB<M= M= L  >LIFC@=:8&(332#$! +7#"=46;5432673;2&#'54732745&'.#"32'#;2&#'54732_7+/@?bUM== M= L  >Y@#rpkiec^\[YWTQNKIDB?=:742#32$"'%+!54>32&#"#";+"63754'"&5!#"63754'"&5!2#"63754'#"5#"#!54>3232654'&#&#9557,'H%^\7#bp@K cGZU3.@3  U M = M = L >Y@!nmhf_]YVSPNMJHFDB@<:853##33#&#+&'&#"32'#;2&#'547265!32&#'547325#"=46;432632673;2&#'5473254&'&#"!54-G1F#+#=\>3P55);Ob^7-/9FttWAEPeO`.#755:"= 7X /HVh)#+3//"6};#//X}`}/X//X 8`ClR/PKPX@ M?: <KPX@ M ?: <KPX@ M?: <@ M ?: KPX@>  b M= M = M = =M>KPX@2  b M= M = =M>@>  b M= M = M = =M>YYY@LI>;1/,*$"PP$#"#"+727'"5#"=47265732'%2654632#"'.#"&#'54?>54&+"'5465L?/sh%NH3-L/1(דKw=50W0"b'11P'3% Z 3/]?@)#`0#3--=T5-'//%-j LSs@p IH <M=M=  M = M =M =M >PNLJGECA><:841'%#" SS +25!".#"#"&4'732654&'.54632&5463 32'#727'"5#"=4{{=S! PbH/Dq؋/8Rdp/J5RfUհq -L5L?/sh%ywPW4 fk hV;9m)7nqkDB?D%lj\u)#3/]?-)1 0,"+ 463272=47654&#"32654'&264&"-@sRTu{=@ 鸠7!#5B;R<4?(?@AhBdC CD\EF,G\HHHIIJKKKLpMNOPQR\ShT@TTU,V\VWLWXYZ Z[\ \]^^t_a0cDde$f@glhik<lnXopr<sthu0vvxz$z{|T}H~~00LhtThP<|8$H|8T0D0,P´ÄŰ |Dd8`<<`פ$ݘ,XHl,|8  H\<d$@h, p 0 \ h``tL$,HhL0 !"$@%x&|'(x) *h+,-/0124<5679`:;=>L?L@\A\BTCpDDEFG H$I8IJKPL LNOPQRSTlUHVXWXZ8[\]X_`Laac,d8e,efghik,l(mno\pq qrspt,u@v8wDx yz{|}|~\8< <,X\H` D,8XP0xL lXpxdL4<HTXΔt\ڈxܠ,p dx8TdPl8    \  ,x`| "P#$(%&(h)<* *+,-0 1 2P34l457 89:;<>AABD0EF4G(GHILMMN4OPLPRSXTV@WpXYZX[\|]^_aabcd4e$fxghhpijklmHnDo<opqrtsPt,uuw8xxyzh{(| |~Xp <Hl`@ $h\dH |\PLD@4H$pX<@,L8t ,Œ0ÀP8Ō,Ơ PǴɔ$Dˠ8̌ X|Tτϼ@Ќј\Ҵ0ӴHոD\ذ|ڴd޸߈ XL`p\8\(@`|H8<XhHp@ 4     4Pxd<L !P"\$%p&T'L(x)P*<,-`.0 112|3<4d5567$78X9 9::;t@0ABBCDdE FH`IKMNOPQSTxUlVY$Z[8\^`$a<bdbcdedf0gthdijkmo<p<qr|s|u(vhwTxxyz{\~XT4XDpxLP`l`xLLl4tDPdɌ(̔LϤ8\,՘dt ,hHP Dh<@\tl`Lx    $x < 0,!"$(%%' ()+,-t.@/ 0 1|246D7`9:l?P@ACDFFGTGHH@HHII<IhIIJJ<J`JJJJKhKLM8MN@NOHOPdPQDQRRSST4TU4VVW@WXYpYZ[p\\]X]]_xa c`dfgj klnpqstvwz{}T\ L|pX<\04l|(t@p<|8pH@\njȤˬθϤИє8ּٜڼ܄߀H XT T$`| d  h ,D`\xXT, !D"D#%&')$*8+D,.0/18244679<:<=`>@ApBDFHGIxJLMTN OPRpSU,VxWY@[l\^_a|btcde\fLfghijklmoXpqsstuwLxHy{<|}`TppX T T0,D\xT0|T,$HtP(ÐƄxx|@ըPۄ\߀0H8(8,\  p 4<@84@|0@ P!#%'T(\)t+$,.0x235 749< =D>|@PB DPFLGIK8LO$QtSV,X[\l]_b4cHdXe<fghijk@l`noqt vy,{} |Xh<d4 PLd00 Ͱ||(ߘDx DD4p(HdHpDTLH,     Tp,(hLX D!"$%p&@'(*D*++++++++++++++d+,,4,h,,-8--.,./ /0 01X2X2223@333506778`89:d::;<==@4@`ABDDEF(FGHhI8IJ8KKL8LpLMM@NO$OPpQtRHRSSTUdUV VpVVWXxXYZ[\\]_acdegti j kkl,lmnopqDqrs,tuuvwxpy{{|L|}P~<~@($(4P(p8Hh|tlT$<` XpˠDψ0Є`LҴ$Ӕ ԄդHր8ؘ,ٌLڴPp`p4ߤ<,T0<\<,`\HLH`8xXL|p\4 D4$l 8  ,T !#$H%&(t*+-/1T3T547t9<:< =<?lBC`FpHDJHL MOQS|UWY[]@_Da0dXee(e\e|eeff$fXf|ffggghhhiLijjdjk8khkkqrtxuvwxyz(z{ {|H|}P~~tDLxP,@(|, 4,|dD8lDP$X4x@8xpXPɀʘ,H4|$$t`Xt` ՠ֐<,,D\xxt<\pHH0@t8Xt8  0  `        H 0 L    d x 0   ` T P  | 0 D 8   H ,   ! "p #, # $ %| & & ' ( )P * * +| ,L - - .D . /0 / 0( 0 1 1 2t 3` 3 4d 5 5` 5 6 7 7 8X 8 9 ? ? ? @| A A B( B C0 C C C Dx D Et F F G H H ID I J K, K Lp L Mp M Nl N O P Q Q0 Q` Q Q R R S S< S S TH T T T T T T T T T Ut V Vh V V W W W X\ X YT Y Y Z ZP Z \p ] ^ ` b e f\ f FSh>+33f"~     5C8 8{   f 0G Dw    8 8I j Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineSemiboldFontForge 2.0 : Linux Libertine Semibold : 2-7-2012Linux Libertine SemiboldVersion 5.1.2 ; ttfautohint (v0.9)LinLibertineZPhilipp H. PollPhilipp H. Pollhttp://linuxlibertine.sf.nethttp://linuxlibertine.sf.netGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineSemiboldFontForge 2.0 : Linux Libertine Semibold : 2-7-2012Linux Libertine SemiboldVersion 5.1.2 ; ttfautohint (v0.9)LinLibertineZPhilipp H. PollPhilipp H. Pollhttp://linuxlibertine.sf.nethttp://linuxlibertine.sf.netGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ uni00A0uni00AD two.superiorthree.superioruni00B5 one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflex Tcommaaccent tcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccentuni021Auni021Buni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236uni0237uni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0241uni0243uni0250uni0251uni0252uni0253uni0254uni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262 gammalatinuni0264uni0265hhookuni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Euni026Funi0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278rturneduni027A rhookturneduni027Cuni027Duni027Euni027F RsmallcapRsmallinverteduni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294glottalstopreverseduni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AF h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02ECuni02EDuni02EE gravecomb acutecombuni0302 tildecombuni0304uni0305uni0306uni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0338uni0342uni0343uni0351uni0357uni0358uni0359uni035Auni035Bu035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0363uni0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193 afii10146 afii10194uni0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477 afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4uni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9B Germandblsuni1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Funi2031minutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2098uni2099uni20A2lirapesetauni20A8dongEurouni20AFuni20B1uni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115 afii61352uni2119uni211ARfrakturuni211Duni2120uni2124uni2126uni2127 estimatedalephuni2136uni2137uni2138uni2139uni214Fonethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219B arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C orthogonaluni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298dotmathuni22EFuni2302uni2303uni2310uni2320uni2321uni2326uni2327uni2329uni232Auni232Buni23D3uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473uni2474uni2475uni2476uni2477uni2478uni2479uni247Auni247Buni247Cuni247Duni247Euni247Funi2480uni2481uni2482uni2483uni2484uni2485uni2486uni2487uni24EAuni24EBuni24ECuni24EDuni24EEuni24EFuni24F0uni24F1uni24F2uni24F3uni24F4uni24F5uni24F6uni24F7uni24F8uni24F9uni24FAuni24FBuni24FCuni24FDuni24FEuni24FF filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9circleuni25CEH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7uni2605uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Bsununi263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni2695uni2698uni26A2uni26A3uni26A4uni26A5uni2767uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi27E6uni27E7uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C74uni2C75uni2C76uni2C77uni2E17uni2E18uniA720uniA721TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00Bzero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fittedperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyle Adieresis.alt Odieresis.alt Udieresis.altf_jf_tc_kc_hc_tQ_uT_ht_zh.altgermandbls.altgermandbls.ss03Germandbls.alt ampersand.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.sc hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.scuniE093uniE094 dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sc tcedilla.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sctcommaaccent.scscommaaccent.sc idotaccent.sc a.superior b.superior c.superior d.superior e.superior f.superior g.superioruniE0C7 k.superior m.superior o.superior p.superior q.superior t.superior u.superior v.superior z.superioruniE0F9uniE0FBkreisuniE104uniE105uniE106uniE107zero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE130uniE148uniE149uniE14AuniE14BuniE14DuniE14EuniE14FuniE150uniE151uniE152uniE153uniE154uniE155uniE157uniE158uniE159uniE15AuniE15BuniE15CuniE15DuniE15EuniE160uniE161 grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capuniE365uniE366uniE367uniE368uniE369uniE36AuniE36BuniE420 zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capdotlessjf_ff_if_lf_f_if_f_llongs_ts_tuniFFFDTTX-}#D#, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/LinLibertine_Rah.ttf000066400000000000000000030477101324204105000230760ustar00rootroot000000000000000FFTMYfN<GDEFS`YX(GPOSIGSUBWyOlMATHxh`OS/2\i`cmapn1jPcvt F F(0fpgm蕏 FXgasp F glyfK{ head"y x6hhea/3 $hmtx͡ )loca9+ )maxp [ x name|׏ ՘ypostX7 h preptH OXoB6\7yzz{}~"#01:;;<=>>?VWcd H I W X Z [ ] ^ ^ _ b c       ' ( 0 1 1 2 2 3 3 4 4 5 W X ^ _ s^2hv  (0>FT\jx "*2@NV d P  ;m   oP R  yh m !b m bL^;b?BsB;% J!!!7N !f %P~>>eg ilnouv I W [ ]% ` a( * X ^+LM &DFLT&cyrlrtbdD*2@HB:*Bz%2b3?BPEhHPH`  y$%&'()*+,-./0123456789:;<=   "$&(*,.02468:;? E F G~ .^djpv| $*06<BHNTZ`fl7 1'o\HoIo;1''}X'.%&'()*+./345679:;=EGIJKNOSTUVWYZ[]f ` % .4:@FLRX^djpv|\+\+\+\+\+\+\+&*24GHR +y & c "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz     " ( . 4 : @ F L R X ^ d j p v |     $ * 0 6 < B H N T Z ` f l r x ~    #s?F3u5s7'u\)))))d)\rE#)+)++)+) ) ++ +)+''''mq^'''/''''''''''''?     '      ) \          9+ )\\\\/\/)\+)'o+^\+q#qsq3qd)sh:+o+3)')/)+)+o)))) )))))))))))Z))))))%)dd=\))))))B)))+)))))))))))))))))))))))))))))+)))))))))))+))))))))))))))9J9JqqXqqDq)fj`{`{)%+)))d9/q///q//qq/q//q/qDq/q1q))+ ))+3)5o)'mqq)d)b3+m+s+)`+)+D{{'{P{-{{F{`{B{Z{;{{{P{'{{P{{{'{\{+{{-{{/q'''''++qq +)f$=DDFHJLNV!X]*067@GW]deghijkpqst  uw##x,-y44{CC|FF}LL~NNVW^^``dfvv  <>npquuyzvv``ddtt !"#$%&'  (ST)+,./012 3  9 7 7: P P; _ _< b b= i > X Y Z ] ^ a V Vb== !$%$0&345 7 ( 0< 2 2E 4 4FG$*06<BHNTZ`flrx~ &,28>DJPV\bhntz5wyuT)\)sVR)?\h f\);dwyu+;H)\))d)))))) )3))))y);)s)d)m))-'\PP499RyD1=Dyqu+}0@ Q "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~sfw/}NhJ9uHqH#;9{##F;-%J}/jb1FN9b1%5L%;9qh;h9%'*-/9;;==EMOUWY$[[']]()  *,,+44,ff-  .  /0''2345J  O P &,28ff`R } &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~H!V)TbZRX=H!VVVVVVT!!!15H!)RT!q!XH!H!!H!!HHH!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!H!'T!wb!!!!!!=!!!!L 'DDFHKLRRVX oo   $$#&&$(n%JJlUUm 7 7n N No Q Qp _ _q i ir m ms o ot q qu s uv w wy } }z { |3  $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz yL93-/3/w\XLVRd;;;;VV;;#{/!/RRdVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV//6=./LV-77B5==-579-X-/H>$,.3 5=DDFFHHLLNRUX![[%]]&'(,-./01267  8##:,-;44=CC>FF?LL@[[A^^B``CdfDooGqqHI  KLM(P*n^EEKKUU   7 7 P Q i q s x z z s 4 ,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntz "(.4:@FLRX^djpv| $*06<BHNTZ`flrx~ &,28>DJPV\bhntzw%yL-%fu\LssRIDossNsd%;%;%;%;%!#+#;;###!w#!%##%%%#=N%N!!jy q9+ HZ)%%%%VV3}oo%%b +NV%!%}!%L%%#?J%-) 5o3{!s5H5=!V-?%?$,.3 5=D]23789:;<=>CDE  F##H,-I44KCCLEGMLLPNNQWWR[[S^^T``UddVffWooXY[  \n^pqccttUU    7 7 N N P Q _ _ b b i       #%)##+,567 &,28>DJPV\bhntz ".?R5F'FBBX#^qLq   F# mw9/oy%1dVsf $*06<BHNToPPRR::  * "(.wZ9 1Rq11L111o1111L\1111Lj{jjjjL111L11111d     ""##$$ ''))+,..// 1122334477889:;;<<>>BB EE HH IIJJNNRS UUYZ[[\\^^aamm}}         $$&&**,,..00224466778899::AAHHKLQQff   aabbccddeeff    "& 1 1 E E F F P P R R   U U X X    !""$$&&**--224477889:<<@@ DD EEFH JJ KKMMNOPQ RR SS TT UU VV XXYZ[[\\]] `` aammoorrtuyy{{}}       $$&&**,,..0022446677::BBIIJJ OO UUabcc   aabbccddeeff  *+ ) * 0 0 E E R S   "#$')+,./1234789:;<>BEHIJNRSUYZ[\^am}  $&*,.0246789:AHKLQfabcdef"#$%& 1 E F P R U Xj =3q.  ""&&**,,..//0011<<BBCCQQgghhrrttyy{{}} [[CCFF``ddhhtt. "&*,./01<BCQghrty{} ==)))))+::??@@CCEEFFJJLLMMQQSSUUVVWWXX\\ddggkkpprrww}}]]--//113314"CCFFMMUUVV\\]]bbddhh jk mmnnpprrstvv wwxxzz}}]]FFHHNN V V =:?@CEFJLMQSUVWX\dgkprw}]-/131234xq) H))\3%$$.. 33 77 9:;; <<$$ && :: i i l l n n s s t t w w x x y y | | } } ~             Q T  i i j j k k l l n n o o p q s t v v w w x x y y z z | | } } ~            Q T=$.379:;<$&: i l n s t w x y | } ~  Q R S T9Y9: VDFLT&cyrlbgrekhebrlatnmath  SRB B    (AZE `CRT `DEU (MOL ROM TRK `   aaltc2sccaseccmpdligfinafracfrachligligaligalnumloclloclnaltonumpnumsalt sinf&smcp,smcp4ss01LZdhl(: "&*.48>BFJNRVZ^bfjnrvz~  $(,06:>BFJNRVZ^bfjnrvz~ $(,048<@DHLPTX\`hpv| h I J *  : * H ) 9 ;{ + <t , =u - > . ? / @ 0 A 1 B 2 C 3 s z   K L i j k l m n o p c q r  s t u v w x y z { | } ~     M N O Q R P                               d e       ^                                  q              !              s f S T 4+ * : ) ; < = > ? @ B * + , - . / 1 3   K  $D\  .59:>@DEFGHIJKLMNOPQRSTUVWXYZ[\]^`cm}   !#$%')13<>@cikrstw5 ) + , - . / 0 2 : ; < = > ? A C E F G ^ c h i & '  !$%  %La h i j k l m n o p r s t u v w x y z { | } ~  q s { na DEFGHIJKMNOPQRSTUVWXYZ[\]  !#%')13<>@A `  }Lt ~ Wc tu {{ ~ WcF(> "*2:BJRZbjp]]__YYWW~cc "ZZXX $,``[[\\ "^^aabb~< {tu    rt uyzsvwx  <  DEFGHIJKLMNOPQRSTUVWXYZ[\]%(1;=CW B H\+ !"   #         $       !% " #  D]) H H*l h I J i j k l m n o p q r s t u v w x y z { | } ~  K L M N O Q R P S T l $%&'()*+,-./0123456789:;<=>@^`cm}   "$&(02:;=? E F G2  [IL YL \AL VLIAV .:L^h", " "  } `X aK $,4<DJPV\bhn MIW LIN KIM JIK \IO QW PN OM IE NK  ZO XI TW >);& $ [O WA _K ]V ]W  } $ MW LN KM JK \O "47IWrA y X  UW ^WFV&  SK RN b]FW2      : : ; < = > ? @ A B C5 ) 4 . * + , - . / 0 1 2 3 : C  4 * + , - . / 0 1 2 3 5 4 2 : ; < = > ? @ A C )gg 55 B B    H H4 H5g      ) 5 : C   H ) * h cK \ Kcikw c i RRR IILM** ( 4 X X+< ""$677889:;;<<==@@IILM_`hhlltuxx{{--//**CZ ( 4 X X !  E F G  -.5  e f    f   : _ X) I J U K L M N O 2 Q R P * + , 4 -# 3 ! S T) >@C^`cjmv}"4G LM* ( ) * ,  I X P< 3R-H{3 X fff  3RRRR\Dd ,` ' %%' 'ussuww'ssuu%%%%% ^33f R PfEd@ ''`oD , D, D~Nou~w_gEMWY[]} ' 7 > B D K O q !!! !!!!!!! !"!$!'!.!9!O!!!!!!!!" "."6"<"A"E"I"Y"b"e"k"q""""""####!#'#+#}###$#$$%%%%%%%%%&& &&&&'&/&S&`&c&f&o&&&&''''g''',l,o,w.. .W!e*0km!*08=KU^ad 8 Ptz|Cb HPY[]_  / 9 B D G O p t !!! ! !!!!!! !"!$!&!.!5!O!S!!!!!!!"""6"<"A"E"H"Y"`"d"j"n""""""#### #&#)#}###$#$`$%%%%%%%%%&& &&&&'&/&9&`&c&e&i&&&&''''g'v'',`,n,t...V e,2mp(08;IMW`X 8xvB?%8753210.-+*)("{yiZQB5 oKznlkiDB95s1ܘܗܓ baaa))))))) (((((((((((((((((&&U&S&'X b L ~NbPotu1z~38?@Tw|U[C_bg EHM#PW)YY1[[2]]3_}4S   ' / 7 9 > B B D D G K O O p q t  " / 2 4 6 7!!8!!<! ! >! !?!!C!!D!!E!!G!!I! ! K!"!"L!$!$M!&!'N!.!.P!5!9Q!O!OV!S!W!!!!!!!!!!!!!!"" ""."6"6"<"<"A"A"E"E"H"I"Y"Y"`"b"d"e"j"k"n"q""""""""""""####### #!#&#'#)#+#}#}## ## ##$#$#$`$ $$H%%%%%%%%%%%%%%%%%%&&& & &&&&&&&'&'&/&/&9&S&`&`&c&c&e&f&i&o&&&&&&&&'''''''g'g'v''''',`,l,n,o ,t,w .. .. .. VW   ! ee * ,0 E2k Jmm p   ! (* 00 88 ;= IK MU W^ `a " $ &Xd ( 5 C G88 H I V W X _89 `;> b@D fFG kJP m   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ardeixpkLvjsgwql|ZcnTm}b:5 Y Zyqz @ "+ !7 !!f]=]f\H \TjD@M =M>+2"'.'.54462"VA 2 )@Z??ZDJL;qA`^) F?RL1Z@@Z?h3)!9K&PX >[Y'$ +54632546325>+HC5=+HCjF%AD F%AD5KPX@'  d    TS >@1  de    TGK?Y@)  +7#%3#####737#733333;%'\'>M79N<mllmmnnm;7V :@5-,( @/bbe U=N>Y@ 98 +>54&#.'#7.#&'6&'$'46?63S{pyn2[WB `R\ 9 <75ʑ 1 G{P yrmsq ay6qZ39 &}  w׏ )u 2=X@U #<:  U UUUM><:75/-)'" 22$$%! +%32654.#"4632#"&267'#"'#"&5463232654#"wZNf!"HpqqJftXgR+AFbyZJuXdn)Png8"NiXHqb1;ATfy5:!n'+wV3H;d}XX- GR@H8" @ K-PX@2bU M =M=M>@0b  UUM=M>YY@ OM#'C)&% +3267&#"&5467&'463267>.'&473273272#".'>54&#"jkfTTLײhm?VH+/RqZR ^FFdRJ-Vb:!v<)9\-`oF=1iRw`so 0գ{qmd}`RNm6=!  11 8}vg=Dodd A>?9FSf\Nmh'9K$PX >$ +546325=+HDhF%ADZ^7 @ > +7&.Z 3 !yT1#hd+` [ +&'67 3 !yT1#Z%!bhe\s3/@, )<eU>&'#'#!+&#"54632.54632>2#"#".'#"&54>X#3!#'x%+#D%'wJ!?1]4%#//2-# 5^`L%Z)y!/H[)L?3% Ay;#'5;{TGKPX@eU>@deIMAY#"##""+4632!2#!#"5!"5463!3#i%/!!R{%#3!\!.X\@9[ +72&5>54'&'46=JcJjIZ>o\fm%7L+:RbD @IMA   +!"5463!2+F!%'7)>uN@M> +6462"u?Z@@Z+Z@@Z?X+-K(PX@ e >@ d[Y@  + #XT+\P`"*@'UM>"" +"2>76'&"'&532'ED))83#w'=zVT_렖dN|2v #P<&e#RVS #dɪC *@'<ddL >$C+%&#"&47>54"&'$72N?s -TwP)7{s {; 11 @ww3'H /jL//@,(<bUK >)(F)"+4632!2676&#!46?6'4&#"#"&}Ѡ>GHϘm7>'-^B]lFfdC!1fJTEǘ`VobsN/ %3.ZN<K@H76<b``UM>53.,#! << +""&54>32#"&5463232>5!"'>54&%MPP!%'RhO@`xsf71' !!KX:?# bL;j.P\=PAaV9O:.5 ?`BW]\9-;@8*<dbU >)'#! -- +)2+3&#"&47676=!"'63+F' +- \on^?=B!.!' 11 0V#oD+B@?< :bUUM>($$#$#"+4&#"327#"'632#"&54632326jEwf{!}ZF)Tu^/72 ^1N  !ݜ_;-B  Z^$'@$<" :UM>$"&$+32654.#"'672#".576%qPj1gHa5a`òķDzLuRN򲨠-\b@,)eѓQ'Ghd4@1<dU>  +"'7433!27'\'7@#' 5)RL 5HRM G>R^Z $03@0+<UM>&%%0&0#!   +"654&#"&54767'&'46322654/Xd7X@Y^պwG^4^`sXcI9e9'yzNiX/X`ݥi>2!qyil:LD}{fj$,@)<" 9UIMA$"&$+654&#"32"&5432&56pPk1fHb5aaòŶD{KVRN򲨠-\c?,)dѓR&G'hD>KPX@UM >@UIMAY+462"462"@Z??Z@@Z??ZZ@@Z@[??[?D(@%9eIMA   +462"2&5>54'&546@Z??Z-=JcJjJZ>Z@@Z@Yo\fm%7L+:; "+&7E "-6 E{% /@,UIMA     +!"5463!2!"5463!2!#&!#&y!.#3!.#37 "+%.7.7LwE -5 F^F)1/@,b`M =M>-%&+#"&547632"7547>54&"462" 1!3i\%R54V#!=4mq>?[??[%#!')/dUP9bT-%?(7^Z^ǃ9gGf@iZ@@Z?yPP@MNM K<'&< U  UIUIMAIG&&$$)&%%" +4&#"267632654.#"327# ! #"747'#".5432?K:#l)5/=vdyt'dmР?[H=J?;Hj113] mz9H'+߼qkPTb˚b%RTNJ^aT!`ji8TM%<1'1 yD=^KPX@UM =K >@SUK >Y@;9/.*& +!#&#"&47>727&#"&47>&'!"j 2nLk NZ%-D?63 [u!wP%D- ^  11 4XJ)l/1  11   [`- :m@ UUM >Y@ 650/,&:9  &#! +3 54&#"32654&#263 #"&#"&47>54&'&47#iZGDfך%#pR1nӒbj s??s f덁,JbQP))HsC1 <{5{;2 LD;@8 <bM =M>  + 47632'!"32672rg'hz Ǐlt_[ XiwD-.LK(PX@M =M >@UM >Y@*)$# .-(" +%32>54.#"'263 #"&#"&47>54&'&47TuT=힬X!R'}w{j s??s 73/nі}vdi;1 <{5{;2 91B@8  <6:K(PX@7 ZZ U N  =M=L >@5 ZZ   U UM=L >Y@?<543/,+&%" BB +26762"'.+;26&#!"&47>54&'&473!272'.+"?}:1  1RT3@J%"2cHss??sd 50!#'VjP71[ bOJj 70%;H9 1 <{5{;2 F{d;H1>@"41 8 @7Z  bU  U M =K >Y@:932/-*'$# >> +#&#"&47>54&'&473!272#.+"326762"'.D@r  y{s??sd 6*%9h\F-}91  2Qd{; 11 <{5{;2 v PV91R1[ jGNf 70%LTD2E@B*<b`M =N>-+! 22 +2'.#"3274&'.7327! 4$d+'# 5`kmQG` ITc 1- ;D%1Njk7N99" 5  5 +4pP-GkK(PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327?s TRs@C@r TV s??s lo s?@sUb s?{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{B-!AK(PX@K =K >@UK >YCC+%&#"&47>54&'&47327@r PR s??s GV s?{; 11 <{5{;2  1 ;{uw-&tKPX@ZRK >K(PX@bRK >@!bUINBYYC"$'+#"&5463232>54&'&47327%J5-f-lA99)E@FPZ b</hs9'X=19465˪{;2  1 =-Pb"@bUM >Y@ POJENCC +%&#"&47>54&'&4732767>.'.7327&#""'&'&'@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJ-'a#@ZUK >Y@ '% +!"&47>54&'&47327;2676&#1j s??s LR s?7>## !71 <{5{;2  1 ;{NA!-F.@2b`  `U  K  =>Y@A@=965G +%#'"'#&#"&47>76&'&4727%&#"&47>&M44  XN1_{F5{T< R (m )   e.=')' XD ("( X'`T 11 PbLq.2  1 6W101 11 -0-<0K(PX@%b`K = =>@&b`I =M>YY@ "J#(H+4.'.7327#"'&"&#".7>5.'&47327s 15?  /=s?/-%53 15? 75  s? Z> X HK+ 2  1 A?1DdHK+  11 BV-R2 q>LTD '@$M =M>   +"32# ! ǴVT!v: +T{h'37 3{K-PX@ "<@ "@%ZUM =K >Y@ C(c$"+32654&#"4&'&4732632#"'&#"&47>5%w?s d)'^'1hDžf@N ZR s?o" {;2 Eqh6HOy; 11 <{LTsD 4}@,('@#bUQM >Y@31$"   +"32632727#".'&#"'6767&! Ǵ]u=#uDS<]!'*#PT!v: +T,&a[NK$'#U-2)``37;Ƶ- K-PX@0I  U M =K = M  >@1U  U M =K = M  >YY@;:6410&$#   +"3265&#"&47>54&'&47326323#"'.#-bF@rTR s??s G#3yAm_/V? 9p`w+{; 11 <{5{;2 %=fRNPd)%7D8X!@bM =M>Y@ 75&$( +'.#"#"&#&'6!2654.'.54632( *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u {:RQ)W1X8::X}Na7C/ ݁{:^95=[}M490l@ '@! UM =K >Y@ .+15C +%&#"&47>54&+""'6743!3 72#.+"E  OVF+6dj-) .y-5){; 11 <{dgbw y s`hi ?-:AK(PX@K =M>@UM>Y3+N&+2>54.'&47327#".54&'&4727`2/ddN- 3:C15d9-qњZX;c{B/Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;3-*8K(PX@b =>@dd>YH*C+.7327"'.'&4732736& 79{ .B.Xl,;Q NTg&%F C')2  1 =///0qB 0  1 =[5TT-PYK(PX@b K  =>@b  U>Y@IHEAC##K +64.'&47327'&#""'.'&47327674/&'&47327{'=;w NKd9 /HwHf  ?7+  /)JX -2  1 =;5893R78TP"2  1  2wX)-s2  1 - '-VmK(PX@(b`K  =K >@&b` UK >Y@KGDC?=9851CF +%&#"&47>'&"&#"&47>764'.'&473273276&'&47327N?NB {VRR0 #L3=| Ji1/f32  1 7B"--<HK(PX@K =K >@UK >Y@ 33C+%&#"&47>54&'.'&472776&'&4727FPV F2HF { U& $H or  JO) {; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3T9/@.<:K PX@#bXM =N >K(PX@$b`M =N >@"b`UN >YY8d9@+&#!"54767654#"'673!26327%>72h7'Pq!"# ˨#k1?3PqL'%*kl @du %TFE u@eK> +! w! ?on u+ ) +NbLD; ) H@e> +#qZ)Bw@P> +!&47>54.'&47Nw! ?on- +NcLC<.B3@<e > +#3#]V]n@GK? +!&47 E B A N @e>$% +#"/7632m  +?F)/J 8H@E24<b`M=M=M>$&#(("%+32765## 546?65#"#"7463 327'"&XKHFn)op D`8)H5 %'NuF9+17[[m Vf'+ ++ /JV+1:!(L= 0j@,@#b=M=M>Y@ $"$$+32654&#"632#"'&"'654.'&7672d#NE_dXfx<!-7 i7`㷓\2!'jBA&*RL/-@*<bM=M>$$$$"+%#"&5432#"'.#"327/Hg@$FA:fri!wW lV+0J-3/¦ׇP=e,@"U=M=M>Y@ =<"%$%%+%4&'&"3276#"&5476323274.'&7672'&'&" ?g{D;ZPq!jJ5-8 i8^ N/'JfTbd{ۍ{BA&*R`P= % ?H0 LB !1@.bUM=M>#"%"# +%2'4&#"#"'&543 #%326sdF4L> #n`Z&AZVmBub-n,o#m1-)2nKPX@)ZM= M=K >@*bM= M=K >Y@ 20"#%###C +%&#"&47>5#"=4;54632#"'.#"32'#f4x  lRZ6 /iۏ{=B958//5 11 K(PX@9 b  UU M =M= M  >@? bZ  UU M =M= M  >YY@ RPMK><6431,*$"V VW%%" +4&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32f` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/;9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.7F*@' <=M= >DB84*(H +&#"&47>54.'&7672767632&#"&47>54'&#"V,9  sWZ 3-& -7 iu57/ZR^sT+%H{#JWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&5- (;K-PX@M == >@U= >YH$"+4632#"&&#"&47>54&'&7672F%';A)%>1b \^b2/V Z%=D&#@DV{9 11 8{V-#"f7- /K/PX@ bU=M>@bUQ>YY'$($"+4632#"&4&'&7672#"&54632325E%'LKHD=<50C +74.'&76726767>&'&47327&#""5&/&'&'&#"&47>-7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/BA&*R6 67q $1  2L / 1 !o, y; 11 :%)@& <b=L >C+74&'&7672&#"&47>)[ i4`]V `4q1&*RP{; 11 <-?\1@.<M =L >ZYK$J)I%# +76327632&#"&47>54&#"&#"&47>54'"&#"&47>54&'&7672\Np}V+Xs`jgT+==|)PfcjgV)b{#,; {Tb{Z20V d UA{9 11 @M= >J*J!+632&#"&47>54'&#"&#"&47>54&'&7672yu57/Z{^V{T+'F}}#+R {Qf|`0/W d ݦFJy9 1 1:y7m1Jy'/y9 11 8{V-#'T%@"M=M>&# +47632'""32654&TqzǓPu=sLZ˅sւs EBT!?.@+M=M=L>C%%&'+32>54&#"'7632'"'&&#"&47>54&'&7672f! 0aRw=g+{PЗydN 7q qV`4/V d )16(+Dt{FLs{: 11 <{jV-#'H!8.@+M=M=L>C%$-&!+&#"327>54&54&'"543267632&#"&47>C^w9^a1S4 $7f\2b \Vb2KȤoT' '5L < '3{: 11 :-0)@&bM=L >J"$%+7>32#"'&#"&#"&47>54&'&7672h )yA;@;%&$!E17q iZd4/V c  Fd?#'@0dJ?{7 11 :{V-#'b4A@>3<bM=M =M>"+%*#+6232654&'.54632"'.#"#"'&#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1dV cJEDR33wm`ml =R# G'%#! ** +34.5476767232'#327#"5#"=4X^-$"" 1'^Jyy oNf RO )dY:!i )-)s::@7bM=N>87&%$! :: +"&54&'&4732723276'4&'&473272'&'&{3LF3d@\q!1N F38^ Ny`>1  =yZb3b@1  =wP= % ?F2 z s*@=>H(C +.7327"'.'.732776&  fV=R  N?"#"6L  {CH M !/1  2@P/+V6 1  2 6Iu?=N5 sJ/@,8<K=>HD<:6510-)&% +67'.'&4732767>.'&47327"' #"'.'.7327G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ /IE:963CJ +?6&'.7327&#"&47>&/&&"&47>?6'&'&47327u}!=  jBDQ?R6 ;FL bUP{ '#w;  jR ?P8 PhjF`o Hݸ51  2)BR+ 11  //3 11 'H s 1  2%s8@=N>/,L!$!+#"&54632327676'.'&4732776&'&4727Ts)73' #F!16';?RTPP"<> {R F?!++!=;dXF{[61  2?@V:81%1  27DfL;$=@:!<b=M=N >$$%#$q+3!2>32!>?2%"547'6747Bw9)%LS)'*/3s3#!=PCV< |Kn N$7@ R>Y +3"&76'&7>5!mjsqlbG  h` A %/;jy!/v{!\ Xy9  7g%@=> +#3ZZ%qL$:@eM>Y +&675.76&#.72!.7>krqlcG   h`  %/;wTy!/w1{! X  7f5V3@0 <eUIMA"$""+>3232672#"'&""5ZBX\75w jL#BYX>7}#hADDE dwDBTA+@M=M>+"&54>7>76"&462RVB 1)?Z@@Z+JL;qB`^ ) E?QL[??[?M")?@<$"#<b`VK>($+3#"'.'327#5.5467J<$B 0# d @XJĉLZ[fP*,F&+7jW䱯!AV@S- <bU U  U M   >97421/*(%$"  AA +"'546;5467632#"'&#"32+2327#"&#"#"&547>= ]OYu1s/%+33Hb1Vw1J-B 'b\ZR/#*hT<f)Vy31'-'/ )#ZRc{3#%!-9=ڟ';} 'I@F#&$<:%9UIMA  ' '$" +32654&#""''7&547'7627'݋qoeoj]XuVVqPcj}idTwRPqNblqywy NsX\hfZVnLOvX`di^RmPTK@HbU V   U K >SROKHGDB?=<:'GF$!#!+5!"=4;5!"=46;&'&47327"36&'&47327!2'#!2+&#"&47> 1 ;i53 ;3L P+533HLV H' } 21 6>hq1 2 / +ua ' '= 11 >d dNKPX@OK >@SGK?Y@ +## ddddfbD?S8@5J@ <b`QM >0.+)&$##$ +&54632#"'.#"#"&54232654'.56654.'&'\J=<=H^ZR@# \I=<>H^ZR@# 7V))i/Ca;V))h/D`R]mGNTDE^He//51@J(}]mHNTDE^He/052?J)LY7a;N'80NX7`@2b UUUIM AY@+*! 1/*5+5&% )!)$"&" +#"'&547672#.#"327"54 "3254#N{UoJ^?X7 LPJhsVsE\\$'5NH\}Ri J`TNsqf\VQ!D-)?B/n@ , @$bUIMAY@ +)&$  / /$ +327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *!?1TC1/!P@{59]u -5;  "+&'567&'567?y*ѩ) y)Ѫ)##Ӊ##Rm@9GK? +%!&7!T>3'RbD @IMA   +!"5463!2+F!%'7)>F/ 8BN@ @.  b UU  QM >Y@ DC:9 JHCNDN?>9B:B*& 87#! +4#"326'26327#"/&#&#".7>54&'.7"54 "3254f%-V11of]B3b#5 #&P-b B4J79J33J\\$'h)3^;9N; Ns1%%1/1%VQ!D-)y; @IMA   +!"7463!2 ;(*FF @UM>$+4&"326%462"&FHJ=;Kxwwx9[X<9TV9VyyVTxx{L`';@8dbUINB$!''#"##"" +4632!2#!#"5!"5463!!"5463!23#i%/!!R!!&)%"4!\!.i!.#3\)&@ %K1PX@"b`PM>@(b`UIL@YY@!&& +"&5463232>72!47>54#"$olZX_h% !ZN@gP5iPZBnDLl5! qP}?\Lo+ *+N11@ .KPX@&b`QM=>K1PX@(b``QM>@.b``UIMAYYY@ #"$)&&+4&"#".54>32#"&5463272654#"&76}/>A  'qRP^i=g}:+M;Z! %! 77?:R9\Rh-+#%EX}%X @e>$! +632#"&547f ?2' /' %^!7@ " <&:K!PX@-   b`= =M=>@0   b`b=M=>Y@77%!&&&! +%#"'"#"&54654&5'267326726732632#"'Z+E1'!T!N&y )''+Z/{/H';@L91DABoZ9u;@7  )+u!- 4s@ *"@bUK>Y@ -+'&! 4 1#" +3254&7 7&! '54?>5#"&54632RTTRT `5?21@5be8?/&ȽXNNNC'%--%'''+ˇou@IMA +"&462+VDDVDCVDDVf-q@<;KPX@XVIMA@dVIMAY@  +"'73632#"'4772654j5' RF4?R}^HPN)/9 ʼnF9BV#!+'G4@1<:dIK?  +"&'676&'"&7>54&Uo#!=o=33+ '/D '- 32 3!Pm} (@%UIMA   $" +4632#"&"32654&PsJMZV5ZZo}qmPwXVVby5;  "+&'67&'6'&'67&'6y*Ѫ) y)Ѫ)##Ӊ##Z(F@+ <1-:KPX@,  d b   SPM >@3  d b   SUIL@Y@*)@?=976)F*F2(" +'35#"76767676723#&"&7>"&'676&#"&7>54&uTVVp> 9I"'&s f-;==B*Uo#!=o=33+ Lv1: v(E19!'/D '- 31 3!^*H@-)<3/:KPX@6 d bX SUIL@@7 d b` SUIL@Y@,+BA?;98+H,H%# ** +'"&5463232>72!47>54""&'676&#"&7>54&BVTT$omZX_h% !ZN@gPpUo#!=o=33+ 5iPZBnDLl6! qP}?]Lo+ )+j'/D '- 31 3!J^5:Ze@26  KPX@Eb``  b U PM = M  >KPX@Cb``  b U   U PM >@Jb``  bU U   U I L @YYY@YXVSQPMLKJHF"#"$)&&+'4&"#".54>32#"&5463232654#"&7635#"76767676723#&"&7>TVV/>A  'qRP^i=g}:+M;Z  > 9I"'&s f-;==B+%  78@9R:\Rh-*#%FX}%xLw1: v(F19!^)(0/@,b`M=N>-%%+4&54632#"&54>7676=43226"&4621!3i\%R53V"!=4mp=@Z??Z'#!&)/dTP9cT-%?'7_Z^ǃ9gHf?[??[? Ho :KPX@$dUM =K >@"dSUK >Y@ FD:951('   % +#"'%6!#&#"&47>727&#"&47>&'!"F 9@1j 2nLk NZ%-D?63 [u!wP% =- ^  11 4XJ)l/1  11   [ Go:KPX@$dUM =K >@"dSUK >Y@ EC9840'&  $ +'"547!#&#"&47>727&#"&47>&'!"VX'9=j 2nLk NZ%-D?63 [u!wP%)Awe- ^  11 4XJ)l/1  11   [w Kg :KPX@UM =K >@SUK >Y@IG=<84+*# +&'&'676!#&#"&47>727&#"&47>&'!"Zy T`{T{%j 2nLk NZ%-D?63 [u!wP%wmZ! =@F7?- ^  11 4XJ)l/1  11   [f$[@ @/U VS   U K  >Y@"YWMLHD;:3/! $$ +2676#".'&#"'62!#&#"&47>727&#"&47>&'!"`#)!) #?0'''/u%)3j 2nLk NZ%-D?63 [u!wP%+? '-6 'J- ^  11 4XJ)l/1  11   [MvKPX@)U   UM = K >@'US   U K >Y@KI?>:6-,%! +462"$462"!#&#"&47>727&#"&47>&'!"HGMLGQHQDB873/"! +!#&#"&47>7.5462&#"&47>&'!""2654&j 2nLk NZ%6Gml9.?63 [u!wP%1/35Z66D- ^  11 4X@\7FhfH1U/1  11   [X>/-??-1<1]@,=:A Q <*:K(PX@?Z  Z  U SN = M= L  >@=Z  ZU  U S M= L  >Y@\[XSNKIGCB#7CK+!4'!&#"&47>76&'&47)272'.+"326762"'.+3!26&#!&47>+D /#n L\-!8di5/!"'Vk#&}9 21 RTII%#3bJes@q)+1' 11 8T/A2 F{d3'f1[ {6% 70%X 1 <LfD8d@a#&20<;b UQM =M>53/-)'"! 88 +"'7.547632'!"32672632#"'47726565( IQrg'hz Ǐl,?R}^HPN)/9 i釠_[ XiwxF9BV#!+'G9 M@C &@: d ZZ   U UM=L >Y@ JG@?>:7610-(#  M M% +#"'%626762"'.+;26&#!"&47>54&'&473!272'.+" 9@}:1  1RT3@J' 2cHss??sd 50!#'VjP7 =y1[ bOJj 70%;H9 1 <{5{;2 F{d;H9 L@B  %<@ ;:K(PX@< d ZZ U N  =M=L >@: d ZZ   U UM=L >Y@ IF?>=9650/,'" L L$ +'"54726762"'.+;26&#!"&47>54&'&473!272'.+"X'9p}:1  1RT3@J' 2cHss??sd 50!#'VjP7)Aw1[ bOJj 70%;H9 1 <{5{;2 F{d;H9w P@F )@5 ZZ   U UM=L >Y@MJCBA=:9430+&# PP +&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+"Zy T`{T{%}:1  1RT3@J' 2cHss??sd 50!#'VjP7wmZ! =@F7?U1[ bOJj 70%;H9 1 <{5{;2 F{d;H9qR@H+@?  Z   Z U   UUM= L >Y@ OLEDC?<;652-(%" RR+462"$462"26762"'.+;26&#!"&47>54&'&473!272'.+"9R99RC@dUK >Y@ CC%+#"'%6&#"&47>54&'&47327 :@@r PR s??s GV s? ={; 11 <{5{;2  1 ;{B +S:K(PX@dK =K >@dUK >Y@ CC$+#"547&#"&47>54&'&47327X'9@r PR s??s GV s?)Aw{; 11 <{5{;2  1 ;{Bw /Q :K(PX@K =K >@UK >Y@-,)%"! +&'&'676&#"&47>54&'&47327RZy T`{T{%`@r PR s??s GV s?wmZ! =@F7?l{; 11 <{5{;2  1 ;{ Tq1[K(PX@!U K =K >@U UK >Y@ /.CC +462"$462"&#"&47>54&'&47327fK(PX@"U M  =M >@  UUM >Y@:9641/,+(">=#"(" +%32>54.#"32+263 #"&#"&47>5#"546;4&'&47TuT=힬X!R'}w{j s??s 73/nі}vd#i;1 <{R${;2 bZ@N K(PX@7  b  `U V K  = =>@8  b  `U V  I = M>YY@YWUTQPGC9742*& +2676#".'&#"'624.'.7327#"'&"&#".7>5.'&47327V#)!) " ?/'''/u%)3T 15?  /=s?/-%53 15? 75  s? Z> X +? '-6 '#HK+ 2  1 A?1DdHK+  11 BV-R2 q>LT $2@/ :dM =M> #!  % +#"'%6"32# ! o 9@ǴVT!v =: +T{h'3LT #2@/:dM =M> "   $ +'"547"32# ! X'9ǴVT!v)Aw: +T{h'3LTw '/@, :M =M>&$  +&'&'676"32# ! Zy T`{T{%ǴVT!vwmZ! =@F7?l: +T{h'3LTb)7Q@N<U V M =M>640.%#)) +2676#".'&#"'62"32# ! H#(!) #?0'&'/u%)4kǴVT!v+? '-6 ': +T{h'3LT)5@2UM =M>(&"  +462"$462""32# ! ;N;;N :R99R`ǴVT!v}R99R99R99R9J: +T{h'3s "+''7'77wHIIHRHHHHLTD!)6@3#"  <M =M>&$!!)'+"&'7&!272#"'"&324*jT!e)fVި_Xnɴ)3}}%~{|՜-Ҥ:  ? ES :K(PX@dK =M>@dUM>Y@ 3+N*%+#"'%62>54.'&47327#".54&'&47275 9?y2/ddN- 3:C15d9-qњZX;c{B =Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ; ? DS:K(PX@dK =M>@dUM>Y@ 3+N*$+#"7472>54.'&47327#".54&'&4727=X'92/ddN- 3:C15d9-qњZX;c{B)AwRVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ; ?w HQ :K(PX@K =M>@UM>Y@GFC@=<53($ +&'&'6762>54.'&47327#".54&'&4727Zy T`{T{%2/ddN- 3:C15d9-qњZX;c{BwmZ! =@F7?Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;?8@HjK(PX@" UM =M >@  UUM >Y@HGDC@?<;32/) 88 +".54&'.732722>54&'&632327462"6462"=xdB;b ]Hf1023f{H+7 XLzb59N::N9N::NFjvLy=2 ?T^\a3fYhbN 4 1 ;{-N99N99N99N9 FY:K(PX@dK =K >@dUK >Y@ 33C$ +'"747&#"&47>54&'.'&472776&'&4727X'9FPV F2HF { U& $H or  JO) )Aw{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3 - 9t@ 9 @%UU  UK >Y@ 863CC#" +3 4&#"&#".7>54&'.7327632#"'wr+ofP?s;B  s?@r  ;Bs?%Z%1iŁd7 G{; 11 <{5{;2  1 ;{Hvs}N%O@ 43@1bM=M=K =N>Y@ K*'$.&"" +74#&632654>32#"&5463232654%5>54&#"&#"&47>i ;'TAP]ZR^?u`&9'%!5\sePPLd-%> ^Ud{ \1 :#;yb2TJRC5J}TrR/>1 XiVdL`qw; 11 <Jb F@ @B@:ddb`M=M =M >Y@ EC&#(("&$% +#"/763232765## 546?65#"#"7463 327'"&  +?FעKHFn)op D`8)H5 %'NuF9^)/{+17[[m Vf'+ ++ /JV+1:!(L=Jb F@ @B@:ddb`M=M =M >Y@ EC&#(("*$! +632'"&54732765## 546?65#"#"7463 327'"& ?2' KHFn)op D`8)H5 %'NuF9^/' %s+17[[m Vf'+ ++ /JV+1:!(L=JH FW@T@B< :b`M=M=M>EC?=7520(& +&'&'67632765## 546?65#"#"7463 327'"&Lw\sbH$KHFn)op D`8)H5 %'NuF9H{L^s7s+17[[m Vf'+ ++ /JV+1:!(L=J(Vx@uP R<  b  `U  V M = M =M >USOMGEB@86.,*)%# +2676#".'&#"'63232765## 546?65#"#"7463 327'"&D#(!) #?0'''/u%)4KKHFn)op D`8)H5 %'NuF9+? '-5 &G+17[[m Vf'+ ++ /JV+1:!(L=J LY@VFH<b  ` U M = M =M >KIEC=;(("' +462"&%462"&32765## 546?65#"#"7463 327'"&9N97R7Z9N::N9TKHFn)op D`8)H5 %'NuF9)99)'::')99)'::j+17[[m Vf'+ ++ /JV+1:!(L=JV Mo@lGI<b  ` U M = M = M =M >LJFD><97/-%#!    +"2654&462#"32765## 546?65#"#"7463 327'"&/35Z55lljJHKHFn)op D`8)H5 %'NuF9=/-@@-1;hfHFh+17[[m Vf'+ ++ /JV+1:!(L=P/9ENU@R8 :#<  b  U M=M=M>MKGFB@'%""#(! +&#"#"54632632327#".'&'"'&54676%&326767>54&#"+ZB\+%RǁPhTpi-bV1#}BdI8zgLVT1 dFd--+ )\XyDXd9{Vh9-' $9=u!HL8IFSh=1J^3\Lf/6d@a $0.<;b UQM=M>31-+'%#" 66 +"'7.5432#"'.#"327632#"'47726545' K@$FA:fri! C\,?S}_HON)/:  lV+0J-3/¦ׇn\uF9BV#!+'GLBb /zK!PX@2bbV =M=M>@/ddbVM=M>Y@ #"%"#!$% +#"/7632%2'4&#"#"'&543 #%326  +?FsdF4L> #n`Z&AZVm^)/ub-n,o#m1LBb /zK!PX@2bbV =M=M>@/ddbVM=M>Y@ #"%"#%$! +632'"&547%2'4&#"#"'&543 #%326) ?1' sdF4L> #n`Z&AZVm^/' %ub-n,o#m1LBH /8@5 :bUM=M>#"%"#.+&'&'676%2'4&#"#"'&543 #%326Lw\sbG%sdF4L> #n`Z&AZVmH{L^s7sub-n,o#m1LB 5A@>  bU  UM= M>42/-%"#" +462"&%462"&%2'4&#"#"'&543 #%3269N97R7Z9N99N9sdF4L> #n`Z&AZVm)99)'::')99)'::ub-n,o#m1#b *@K!PX@b == >@dd= >YG$%+#"/7632&#"&47>54&'&7672ˏ  ,?F1b \^b2/V Z^)/{9 11 8{V-#"f5b *@K!PX@b == >@dd= >YK$!+632'"&547&#"&47>54&'&7672N ?2' 1b \^b2/V Z^/' %{9 11 8{V-#"fH *@ := >'& +&'&'676&#"&47>54&'&7672!Lw\sbG%o1b \^b2/V ZH{L^s7s{9 11 8{V-#"f 0 @U= >H+462"&%462"&&#"&47>54&'&76729N99N9Z9N97R7!1b \^b2/V Z)99)'::')99)'::{9 11 8{V-#"fF,:@7<$#"! :M=M>+) +%2654'&#"4>32&''7'&'77#"\ NJj6XDTH?x-!BI!oj-%55tbEqwAu}g3A!D4,;WB%p-;\K@H<U VM = >XWIE;9/+! +2676#".'&#"'632632&#"&47>54'&#"&#"&47>54&'&7672#(!) #?0'''/u%)4둿u57/Z{^V{T+'F}}#+R {Qf|`0/W d +? '-5 &GFJy9 1 1:y7m1Jy'/y9 11 8{V-#'Tb )_K!PX@#b =M=M>@ ddM=M>Y@%#))&$$%+#"/763247632'""32654&ˏ  ,?FqzǓPu=sLZ^)/B˅sւs EBTTb )_K!PX@#b =M=M>@ ddM=M>Y@%#))&($!+632'"&54747632'""32654&) ?1' qzǓPu=sLZ^/' %:˅sւs EBTTH ).@+ :M=M>%#)) +&'&'67647632'""32654&%Lw\sbG%LqzǓPu=sLZH{L^s7sT˅sւs EBTT,9Q@N<U V M=M>.-53-9.9+)#! +2676#".'&#"'63247632'""32654&o#(!) #?0'''/u%)4qzǓPu=sLZ+? '-5 &˅sւs EBTT "/3@0UM=M>$#+)#/$/&% +462"&%462"&47632'""32654&9N97R7Z9N99N9qzǓPu=sLZ)99)'::')99)'::1˅sւs EBT{t,@)UQM>+462"462"!"5463!26K55K66K55K!!&K66K5K66K56!.#3N'@!  K!PX@ e=M=M>@ deM=M>YY@$"('+2'"'"&'7&547632"&32656P1U{uoh lfqzǑf$JtxMZ/iւsY~|˅Fkdb$-)b HK!PX@.b  b =M=N >@+dd  bM=N >Y@FE432/,+%#HH$% +#"/7632"&54&'&4732723276'4&'&473272'&'&  +?F {3LF3d@\q!1N F38^ N^)/y`>1  =yZb3b@1  =wP= % ?F2 z-)b HK!PX@.b  b =M=N >@+dd  bM=N >Y@FE432/,+%#HH$! +632'"&547"&54&'&4732723276'4&'&473272'&'&` ?2'  {3LF3d@\q!1N F38^ N^/' %y`>1  =yZb3b@1  =wP= % ?F2 z-)H HA@> :bM=N>FE432/,+%#HH +&'&'676"&54&'&4732723276'4&'&473272'&'&Lw\sbG%B{3LF3d@\q!1N F38^ NH{L^s7sy`>1  =yZb3b@1  =wP= % ?F2 z-) NH@E  bUM =N >LK:98521+)#"!NN +462"&%462"&"&54&'&4732723276'4&'&473272'&'&9N97R7Z9N::N9{3LF3d@\q!1N F38^ N)99)'::')99)'::yy`>1  =yZb3b@1  =wP= % ?F2 z%b FSK!PX@b ==N>@dd=N>Y@ =:L!$&$!+632'"&547#"&54632327676'.'&4732776&'&4727 ?1' HTs)73' #F!16';?RTPP"<> {R F?!+^/' %N+!=;dXF{[61  2?@V:81%1  27Df!Dw@-b=M=M=L>Y@ C%(%% +2654'&#"4.'&76727632'"'."&#".7>5J=Ryj1FB-7 h l˓wPA  7q H9 `3N{.$4٠k1wBA&*Ry!nw{: 11 <{% L+@(U=N>C@L!$# +462"&%462"&#"&54632327676'.'&4732776&'&47279N99N9Z9N97R7Ts)73' #F!16';?RTPP"<> {R F?!+)99)'::')99)'::E+!=;dXF{[61  2?@V:81%1  27DfN IxKPX@( U UM =K >@& US UK >Y@ GE;:62)(!    +!"7463!2!#&#"&47>727&#"&47>&'!"5Wj 2nLk NZ%-D?63 [u!wP%%.#0]- ^  11 4XJ)l/1  11   [J Da@^> @<b` UM=M =M >CA=;530.&$  +!"5463!232765## 546?65#"#"7463 327'"&6 MKHFn)op D`8)H5 %'NuF9%%-#/+17[[m Vf'+ ++ /JV+1:!(L=o KKPX@. dU   VM = K >@, dUS   V K >Y@IG=<84+*# "" +#"&'33267!#&#"&47>727&#"&47>&'!"ks9 }TP aj 2nLk NZ%-D?63 [u!wP%oh}k9DC:- ^  11 4XJ)l/1  11   [J- EZ@W? A< :b`UM=M =M >DB&#(("(% +267#"&'32765## 546?65#"#"7463 327'"&{}7`mǢKHFn)op D`8)H5 %'NuF9-RfbV+17[[m Vf'+ ++ /JV+1:!(L=fDGN@-b  S   UQK >Y@IHKJHNIN#M*D! +"5467"#"&47>&'!"&#"&47>727"32676!#VlY'u!wP%q2nLk NZ%-D?63 fg)7)j D(1   [  11 4XJ)l/1  1N`%)A- Jf>IZ@W?02 <b`  `bRM= M>FD)&#(("! +"547.'## 546?65#"#"7463 32732>7632765V6, )op D`8)H5 %'.HPFf1KHFno;3 Vf'+ ++ /JV+1:!(-Dc;`+17[[L (F@C'<:dbM =M> &%#! ( ($ +#"547 47632'!"32672#X'9rg'hz Ǐl)Awt_[ XiwL/b ,o@'ddbM=M>Y@ $$$$'$!+632'"&547#"&5432#"'.#"327 ?2' Hg@$FA:fri!^/' %PwW lV+0J-3/¦ׇLy ,C@@+< :bM =M>*)'% ,, +&'&'676 47632'!"32672Zy T`{T{%rg'hz ǏlymZ! =@F7?\t_[ XiwL/H ,9@6< :bM=M>*($" +&'&'676#"&5432#"'.#"327Lw\sbG$cHg@$FA:fri!H{L^s7sjwW lV+0J-3/¦ׇLq&E@B%<bUM =M> $#!& & +462" 47632'!"32672o?V@@V-rg'hz ǏlV@@V?Pt_[ XiwL// *j @%bUM=M>Y@ $$$$$$"+4632#"&#"&5432#"'.#"327oE%';A)%=Hg@$FA:fri!%=C'#@BwW lV+0J-3/¦ׇL )O@L(<:dbM =M> '&$" ) )  +&'767 47632'!"32672J!{^uffg'rg'hz Ǐl\g)5HR+)NuYt_[ XiwL/) )F@C <:dbM=M>'%!  +&'767#"&5432#"'.#"327N)HN'H+Hg@$FA:fri!jNPhpwW lV+0J-3/¦ׇD 9i:K(PX@dM =M >@dUM >Y@54/.+%98 +&'76732>54.#"'263 #"&#"&47>54&'&47TJ!{^uffgTuT=힬X!R'}w{j s??s \g)5HR+)Nu73/nі}vdi;1 <{5{;2 P!N@ =@)UM =M=M>Y@NM<;0.,*%#  +2'>54#"5464&'&"3276#"&5476323274.'&7672'&'&"7Dob ;F^/ ?g{D;ZPq!jJ5-8 i8^ N[;B # X)+N+h/'JfTbd{ۍ{BA&*R`P= % ?H0 D->fK(PX@"S M  =M >@  USM >Y@:9650/,+(">=(" +%32>54.#"3#263 #"&#"&47>5#&746734&'&47TuT=힬X!R'}w{j s??s 73/nі}vd%i;1 <{R#{;2 PN5 @5  b  T  U =M=M>Y@NM?>9843"%$%% +%4&'&"3276#"&5476323275!&7467!.'&#&76723#'&'&" ?g{D;ZPq!jJ5 '  iye8^ N/'JfTbd{ۍ{#25&*R%P= % ?H0 9\ N@D '@> ZZ  U   UUM=L >Y@$ KHA@?;8721.)$! N N   +!"7463!226762"'.+;26&#!"&47>54&'&473!272'.+"5}:1  1RT3@J' 2cHss??sd 50!#'VjP7%-#/1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB -I@Fb UUM=M>,*'%#!   +!"7463!2%2'4&#"#"'&543 #%3265:sdF4L> #n`Z&AZVm%%-#/ub-n,o#m19m P@F)@Dd  Z   Z U   UUM= L >Y@%MJCBA=:9430+&# PP "" +#"&'3326726762"'.+;26&#!"&47>54&'&473!272'.+"Tks9 }TP }:1  1RT3@J' 2cHss??sd 50!#'VjP7mh}k9DC:v1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB/ .B@? :bUUM=M>#"%"##% +267#"&'%2'4&#"#"'&543 #%326{}7`m@sdF4L> #n`Z&AZVm/RfbV+ub-n,o#m19qJ@@  #<> ;K(PX@? ZZ U U N  =M=L >@= ZZ U   U UM=L >Y@ GD=<;743.-*%  J J +462"26762"'.+;26&#!"&47>54&'&473!272'.+"@V??VA}:1  1RT3@J' 2cHss??sd 50!#'VjP7V@@V?G1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB- -uK-PX@/bUM =M=M>@-bUUM=M>Y@ #"%"#"$" +4632#"&%2'4&#"#"'&543 #%326qE%';A)%=ssdF4L> #n`Z&AZVm%=D&#@Dub-n,o#m1f91V@"307 H  < :K(PX@FZ  Z  b  U QN = M= N  >@DZ  Z  bU  U Q M= N  >Y@VURPMJEB?=98#7CT!+"'467"#!"&47>54&'&473!272'.+"326762"'.+;26"#"32>76VlY0Hss??sd 50!#'VjP7}:1  1RT3@J' 2 fg1D(1 <{5{;2 F{d;H1[ bOJj 70%;H9 N`LfB)4R@O<bbUQ M=M>1/!'#"%$! +"'47#"'&543 #%326732>76%2'4&#"Vn`Z&AZVl<#FZiTg1sdF4L>oo#m1=[-Xk?`?ub-n9 M@ C &@;  d ZZ   U UM=L >Y@" JG@?>:7610-(#  M M  +&'76726762"'.+;26&#!"&47>54&'&473!272'.+"%J!{^uffg>}:1  1RT3@J' 2cHss??sd 50!#'VjP7\g)5HR+)NuP1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB' ,L@I:dbUM=M>+)&$"  +&'767%2'4&#"#"'&543 #%326N)HN'HsdF4L> #n`Z&AZVmjNPhp@ub-n,o#m1LTw @M@J8$< :b`M =N>;9/+#!@@ +&'&'6762'.#"3274&'.7327! 4$Zy U`{T{$d+'# 5`kmQG` ITc 1- ;wmZ! =@F7?%1Njk7N99" 5  5 +4pPBF ,d@\4U;P<  :KPX@; bU M =  M =M= M  >K(PX@9 b  UU M =M= M  >@? bZ  UU M =M= M  >YY@.-`^[YLJDBA?:820-d.d,'  +&'&'6764&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32Lw\sbG%f` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/F{L^s7s9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.LTs @]@Z8$< db`UM  = N  >;9/+#!@@ "" +#"&'332672'.#"3274&'.7327! 4$js : }TP d+'# 5`kmQG` ITc 1- ;sh}k9DC:%1Njk7N99" 5  5 +4pPB' +c@[3T:O < :KPX@C  b U U M = M =  M= M  >K(PX@A  b U  U U M =  M= M  >@G  b  Z U  U U M = M= M  >YY@-,_]ZXKICA@>971/,c-cW%%%%+267#"&'4&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32|}7`mf` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/'RfbV-9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.LTq:O@L2<b`UM =N> 53)%: : +462"2'.#"3274&'.7327! 4$o?V@@VVd+'# 5`kmQG` ITc 1- ;V@@V?X%1Njk7N99" 5  5 +4pPB- *bm@Z2S9N K(PX@C  b  U UM = M =  M= M  >K-PX@I  b  Z  U UM = M = M= M  >@G  b  Z U  U U M = M= M  >YYY@,+^\YWJHB@?=860.+b,bW%%$$"+4632#"&4&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32qE%';A)%=f` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/%=D&#@D9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.L1TDDV@S<(<9b`eM =N>?=3/'% DD +2&5>54'&5462'.#"3274&'.7327! 4$9Fy`HQ?V91d+'# 5`kmQG` ITc 1- ;T`PVg!>/B%3%1Njk7N99" 5  5 +4pPB#6n.@f>_E Z$ < :KPX@E  bU  U M =M=  M= M  >K(PX@C  bUU  U M =  M= M  >@I  b  ZUU  U M = M= M  >YY@(87jhecVTNLKIDB<:7n8n61*(#! +"&5476726324&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>329F/;o PM  7/7f` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/Z;L;J P) 3!6$9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.sGUtRPNLJ:K(PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327&'&'676?s TRs@C@r TV s??s lo s?@sUb s?%Zx T`|T{%{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{DmZ! =@F7?7 T0@-. <=M= >RPFB86-, +&'&'676&#"&47>54.'&7672767632&#"&47>54'&#"EjOdXA",9  sWZ 3-& -7 iu57/ZR^sT+%H{#PN`u9xWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&-KOK(PX@1 SS  K =K >@/    U SSK >Y@!ONMLKJIHFEB>;:87541-*)CC+%&#"&47>5!&#"&47>5#53.'&47327!.'&473273+!!?s TRs@C@r TV s?Dh lo hDCiUb hDuvC{; 11 <{i{; 11 <{EY.2  1 .YY.2  1 .YE7OA@>%<bT= M=  >MKA=&H +&#"&47>5#53.'&#&7672!!767632&#"&47>54'&#"V,9  sWZ 3-&  '  idu57/ZR^sT+%H{#JWI 1  1  'DBCP59&*RPFHy9 1 1:y7m1Jy&L`?@ @'U  U  VK >Y@=<9521,+($!  +2676#".'&#"'62&#"&47>54&'&47327#)!) #?0'''/u%)3 @r PR s??s GV s?+? '-6 '{; 11 <{5{;2  1 ;{;;@8<UU= >87)%  +2676#".'&#"'632&#"&47>54&'&7672y%Q>  9*"%"+h$/+1b \^b2/V Z+?_l ',6 &d{9 11 8{V-#"fB\ -bK(PX@ UK =K >@UUK >Y@+*'#   +!"7463!2&#"&47>54&'&47327 5@r PR s??s GV s?%-#/{; 11 <{5{;2  1 ;{ *%@"U= >'&    +!"&5463!2&#"&47>54&'&7672c  `1b \^b2/V Z% - /{9 11 8{V-#"fHq /oK(PX@& dU K =K >@$ dU VK >Y@-,)%"! "" +#"&'33267&#"&47>54&'&47327Hks9 }TP @r PR s??s GV s?qh}k9DC:{; 11 <{5{;2  1 ;{3 )#@ :U= >I%+267#"&'&#"&47>54&'&7672:no2Vak1b \^b2/V Z3RfbV~{9 11 8{V-#"ffB-5n @%  bUQM >Y@ 54#CCD! +"5467"#"&47>54&'&47327"&#32676+VlYR s??s GV s?@r  fg)7)D(1 <{5{;2  1 ;{{; 1N`%)5f-.:j@$bUR= >Y@ $##4! +"5467#"&47>54&'&7672"'326764632#"&VlY^b2/V Z1b ff)8)F%';A)%>D'1 8{V-#"fh{9 1N`%)%=D&#@DBq)TK(PX@UK =K >@UUK >Y@ CC+462"&#"&47>54&'&47327?V@@V@r PR s??s GV s?V@@V?^{; 11 <{5{;2  1 ;{5@= >F +%&#"&47>54&'&7672s1b \^b2/V Z{9 11 8{V-#"f-&HKPX@(ZR K  =K >K(PX@)bR K  =K >@'b  URK >YY@FEB>;:CC"$' +#"&5463232>54&'.7327&#"&47>54&'&47327$J5-f-mB98)F?E  OZbK/PX@(bU = =M>@%bUQ = >YY@ UTH$%'$($" +4632#"&4&'&7672#"&546323254632#"&&#"&47>54&'&7672E%'1b \^b2/V Z%=D&#@DV-#"gP?F/)3/%=D&#@DV{9 11 8{V-#"fuww 4 :KPX@ZRK >K(PX@bRK >@!bUINBYY@32/+('! +&'&'676#"&5463232>54&'&47327Zy T`|T{$g%J5-f-lA99)E@FPZ b<wmZ! =@F7?hs9'X=19465˪{;2  1 =75D#1O@ <.,*&:K/PX@b=M>@bQ>Y'$(+4&'&7672#"&54632325&'&'676/V VLMT%K/ )F(oLw\sbG%V-#"gP?F/)3{L^s7s1-b@ 4 <9K(PX@'  b eK =M >@%  b e UM >Y@ba\WC?10-)&%  +2&'>54'&'46&#"&47>54&'&4732767>.'.7327&#""'&'&'9Fy`HR?V:@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;oT`PVg!>/B%3N{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJ1_V@S9!H<9be=K=N >^]ZVONGB1-*) +2&'>54'&5464.'&76726767>&'&47327&#""5&/&'&'&#"&47>!9Fy`HR@V:-7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/T`PVg!>/B%3NBA&*R6 67q $1  2L / 1 !o, y; 11 :)J1@.<b=K= >JIB>CF+%&#"&47>54&'&76726767>&'&47327&""'&/&'&'f%F 9b2/W [AEJY %) 1H%L? {ZQ J!!8y9 11 8{V-#"f 37q $1  2L / 1 +e,  1r@ -<:K(PX@#dZK =K >@!dZUK >Y@ )&!  1 /$ +#"747"&47>54&'&47327;2676&#X'9j s??s LR s?7>## !7)Aw#1 <{5{;2  1 ;{NA%&4@1 <:db=L >&C+74&'&7672&#"&47>'"547)[ i4`]V `4X'9q1&*RP{; 11 <H)Bw1-9y@ 5<9K(PX@$ZeK =K >@"ZeUK >Y@1.)(%!97 +2&5>54'&546'"&47>54&'&47327;2676&#79Fy`HQ?V9j s??s LR s?7>## !7T`PVg!>/B%3T1 <{5{;2  1 ;{NA%1.:@7 <%#9be=L >..C+74&'&7672&#"&47>2&5>54'&546)[ i4`]V `4K9Fy`HQ?V9q1&*RP{; 11 <`PVg!>/B%384@'ZUM=K  >Y@0-('$ 86  +2'>54#"546"&47>54&'&47327;2676&#37Dob ;F^/)j s??s LR s?7>## !7[;B # X)+N+j1 <{5{;2  1 ;{NA%-B@?<bM=L >,+($!   +2'>54#"5464&'&7672&#"&47>7Dob ;F^/)[ i4`]V `4[;B # X)+N+dq1&*RP{; 11 <-/s+@$ZUUK >Y@ '$ / - +462""&47>54&'&47327;2676&#P?V@@Vj s??s LR s?7>## !7V@@V?1 <{5{;2  1 ;{NA%w '3@0<bU=L >C$"+4632#"4&'&7672&#"&47>:)%;8(-)[ i4`]V `4N><)'9yq1&*RP{; 11 < -/]@/  @ZUK >YCV5+;2676&#!"&47>5'74&'&47327{%7>## !7Lj s?%?s LR s?>&NA1 <{[a?v{;2  1 ;{ $4@1!$<b=L >C+&#"&47>5'74&'&7672"4`]V `4#)[ i=g{; 11 <{V;kq1&*R F@ :<:K PX@)dZ`K = =>K(PX@*db`K = =>@+db`I =M>YY@ "J#(L$+'"7474.'.7327#"'&"&#".7>5.'&47327X'9a 15?  /=s?/-%53 15? 75  s? Z> X )Aw:HK+ 2  1 A?1DdHK+  11 BV-R2 q>-;b LRK!PX@b =M= >@ddM= >Y@ J*J&$!+632'"&547632&#"&47>54'&#"&#"&47>54&'&7672 ?1' ou57/Z{^V{T+'F}}#+R {Qf|`0/W d ^/' %sFJy9 1 1:y7m1Jy'/y9 11 8{V-#'1-N@ B<9K PX@*Z`eK = =>K(PX@+b`eK = =>@,b`eI =M>YY@MKIHED;7-+(& +2&5>54'&5464.'.7327#"'&"&#".7>5.'&473279Fy`HQ?V9 15?  /=s?/-%53 15? 75  s? Z> X T`PVg!>/B%3mHK+ 2  1 A?1DdHK+  11 BV-R2 q>-1;P2@/9eM= >LK=9/-# +2&5>54'&546632&#"&47>54'&#"&#"&47>54&'&76729FyaHR@V:qu57/Z{^V{T+'F}}#+R {Qf|`0/W d T`PVg!>/B%31FJy9 1 1:y7m1Jy'/y9 11 8{V-#' G@;<:K PX@*dZ`K = =>K(PX@+db`K = =>@,db`I =M>YY@FDBA>=40&$! +&'7674.'.7327#"'&"&#".7>5.'&47327J!{^uffgu 15?  /=s?/-%53 15? 75  s? Z> X \g)5HR+)NuHK+ 2  1 A?1DdHK+  11 BV-R2 q>-;+ I5@2:dM= >ED62(&  +&'767632&#"&47>54'&#"&#"&47>54&'&7672N)HN'H呿u57/Z{^V{T+'F}}#+R {Qf|`0/W d jNPhpצFJy9 1 1:y7m1Jy'/y9 11 8{V-#'3VO;@8<M=M= >KJ<8.,"  +2'>54#"'46632&#"&47>54'&#"&#"&47>54&'&76727Dnc ;F^/+u57/Z{^V{T+'E}}#+R {Rf{ `//V d [;B # X)+N+GFJy9 1 1:y7m1Jy'/y9 11 8{V-#'DK@ 0@6bb   UQM = L >Y@KHED?>C'%$)$ +226?32#"&5463232>5'&#"&#"&47>54&'&4732u kPP;h-mB!,)F?VF@r ;B s??s ;!-R&}uE^3X=19%5˪9~d$)h{; 11 <{5{;2 -7EZK/PX@#bM= =M>@ bQM= >Y@ J&'$(#+7632#"&546323254'&#"&#"&47>54&'&7672fu57LNT%L0  )F('F}}#)R  9`0/W b FJ?F/)3m1Jy'/y9 11 8{V-#'%LT\ %8@5UM =M> $"     +!"7463!2"32# ! 5ǴVT!v%-#/: +T{h'3T '8@5UM=M>#!''   +!"5463!247632'""32654&6aqzǓPu=sLZ%%-#/˅sւs EBTLTq '?@<dU M =N>&$  "" +#"&'33267"32# ! js : }TP ǴVT!vqh}k9DC:: +T{h'3T) (6@3 :UM=M>$"((&&%+267#"&'47632'""32654& |}7amqzǓPu=sLZ)RfbV˅sւs EBTLT*8lK1PX@"ddM =M>@*ddddM =M>Y@ 751/&$* *%&&$ +#"&54?632#"54?62"32# !  y!)+ p)3TǴVT!vV 1  -y: +T{h'3T9,9nK1PX@%b =M=M>@+b` =M=M>Y@.-53-9.9&%%&& +"&54762#"7476247632'""32654&-#/   )!-5qzǓPu=sLZ / +*˅sւs EBTV+CK&PX@,'5A<K(PX@,'5A <@,'5A K(PX@1  ZUM =M= N  >@5Z  ZUUM= N  >YY@?<:842+)$" CB  +%32654&+"$!;!.#!"326?4732#"5'.+7!2!;));HZZ7 iJJ3) -/ .1J=675?B$-/FuLAX)1= '@/+D F!.5K@H <   SM=M=M>///5/5$$$$"%&" +>32!3267'"'#"&5463232654&#"%&"F7d=ZV!B-{ly׺則\Xbw!GPr#Rfͺ,`R)7/`¸xra E@ 7 <:K(PX@0d  U M =K = M  >K-PX@5dI  U M =K = M  >@6dU  U M =K = M  >YY@ ED@>;:0.-*'&!   $ +'"547"3265&#"&47>54&'&47326323#"'.#X'9bF@rTR s??s G#3yAm_/V? 9p`w)Aw+{; 11 <{5{;2 %=fRNPd)%-b >fK!PX@(bM =M=L >@&bUM=L >Y@ J"$*$!+632'"&5477>32#"'&#"&#"&47>54&'&7672 ?2'  )yA;@;%&$!E17q iZd4/V c ^/' %s Fd?#'@0dJ?{7 11 :{V-#'17M@ ? <9K(PX@1  e  U M =K = M  >K-PX@6  eI  U M =K = M  >@7  eU  U M =K = M  >YY@"MLHFCB8652/.)(%! +2&'>54'&546"3265&#"&47>54&'&47326323#"'.#{9Fy`HR@V:!bF@rTR s??s G#3yAm_/V? 9p`wT`PVg!>/B%3F+{; 11 <{5{;2 %=fRNPd)%-1B@@=9beM=L >@?541-#! +2&5>54'&5467>32#"'&#"&#"&47>54&'&76729FyaHR@V:| )yA;@;%&$!E17q iZd4/V c T`PVg!>/B%31 Fd?#'@0dJ?{7 11 :{V-#' F@8 <:K(PX@1 d  U M =K = M  >K-PX@6 dI  U M =K = M  >@7 dU  U M =K = M  >YY@" FEA?<;1/.+('"!    +&'767"3265&#"&47>54&'&47326323#"'.#J!{^uffgbF@rTR s??s G#3yAm_/V? 9p`w\g)5HR+)Nu+{; 11 <{5{;2 %=fRNPd)%-+ ;C@@:dbM=L >98.-*&  +&'7677>32#"'&#"&#"&47>54&'&7672fN)HN'He )yA;@;%&$!E17q iZd4/V c jNPhp Fd?#'@0dJ?{7 11 :{V-#'7 Bi@ + <:K!PX@dM = =M>@"dbM =M>Y@ A?0.)('%,$ +'"547'.#"#"&#&'6!2654.'.54632BX'9 *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u)Awӎz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4bb4B@3@1ddbM=M =M>Y@ $$"+%*# +6232654&'.54632"'.#"#"'&#"&632'"&547b , !^bBlT}{fu/bm . /@/7Y]pDjg1dVa ?1'  cJEDR33wm`ml =R# G@bM =M>Y@ EC42-,+) +&'&'676'.#"#"&#&'6!2654.'.54632Zy T`{T{%W *'DkGY04Gjf5hXla: #@'{$.X63Mqn:umZ! =@F7?pz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4bH4BH@E3"+%*#+6232654&'.54632"'.#"#"'&#"&&'&'676b , !^bBlT}{fu/bm . /@/7Y]pDjg1dV@Lw\sbH$ cJEDR33wm`ml =R# GJ H <;K!PX@+  U  QM = =M>@.b  U  QM =M>Y@MKGEA?=<+) PP +"'7.#&'6!2654.'.54632'.#"632#"'47726565( JJ; #@'{$.X63Mqn:u *'DkGY04Gjf5hXa,?R}^HPN)/9 + ݁{:^95=[}M4z:RQ)W1X8::X}Na7=uF9BV#!+'GbfLh@eK .C:8JHFE#$$.%*# +6232654&'.54632"'.#"632#"'4772654"'7&'&#"&b , !^bBlT}{fu/bm . /@/7Y]p;``1,?R}^HON)/9C5' JGF cJEDR33wm`ml =R# G@#dbM =M>Y@B@1/*)(&  +&'767'.#"#"&#&'6!2654.'.54632J!{^uffg *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u\g)5HR+)Nuz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4b)4?U@R3<=<:87:dbM=M =M>555?5?"+%*# +6232654&'.54632"'.#"#"'&#"&&'767b , !^bBlT}{fu/bm . /@/7Y]pDjg1dVN)HN'G cJEDR33wm`ml =R# G@2 U  U  QM = K  >Y@$EC?=97530/*'%$  HH +"'7"&47>54&+""'6743!3 72#.+"&'632#"'4772656y5' RFF+6dj-) .y-5)E  G3?R}^HON)/9 1 <{dgbw y s`hi{; 1F9BV#!+'G3fhB@0< : <;K PX@0dbX  V QM>@1db`  V QM>Y@?=9731,+*(%#  BB +"'7&'#"=4;4.5476767232'#327632#"'4772654X5' Jy %^-$"" 1'^Jd-?S}_HON)/: i )Nf RO )dY:!qxF9BV#!+'G ;@'2%<:K&PX@) d M = M =K >@' d U M =K >Y@9643/.-*)($#! +&'767&#"&47>54&+""'6743!3 72#.+"7J!{^uffg>E  OVF+6dj-) .y-5)\g)5HR+)Nug{; 11 <{dgbw y s`hi3;\@Y<bbM = M =M>86420/.,)'$";;  +2'>54#"54634.5476767232'#327#"5#"=4!7Dob ;F^/b^-$"" 1'^Jyy [;B # X)+N+Nf RO )dY:!i )9@@ $/"@+ U  U M  =K >Y@@>;96310,+13##C+%&#"&47>5#"546;4&+""'6743!3 72#.+"!2#!E  OVF+6dj-) .y-5){; 11 <{#-dgbw y s`hi$'h:V@S<db  U M =M>7542/-+)'&%#  :: +34.5476767232'#32+327#"5#"746;5#"=4X^-$"" 1'^Jyyhy oNf RO )#dY:!@$ ) ?bX@ @'U V  UM>Y@WVSPMLEC84&$ +2676#".'&#"'622>54.'&47327#".54&'&4727N#)!) #?/'''/u%)4I2/ddN- 3:C15d9-qњZX;c{B+? '-6 '9Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)Xd@a<  bU V M =N>VUDCB?<;53-,+(XX +2676#".'&#"'632"&54&'&4732723276'4&'&473272'&'&#(!) #?0'''/u%)4{3LF3d@\q!1N F38^ N+? '-5 &Vy`>1  =yZb3b@1  =wP= % ?F2 z ?Z FbK(PX@ UK =M>@UUM>Y@EDA>;:31&"  +!"5463!22>54.'&47327#".54&'&472752/ddN- 3:C15d9-qњZX;c{B%-#/;Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-) FK@H  b UM=N > DC210-*)#! F F  +!"5463!2"&54&'&4732723276'4&'&473272'&'&6 Í{3LF3d@\q!1N F38^ N%%-#/ǝy`>1  =yZb3b@1  =wP= % ?F2 z ?o HoK(PX@& dU K =M>@$ dU VM>Y@GFC@=<53($ "" +#"&'332672>54.'&47327#".54&'&4727js: }TP 2/ddN- 3:C15d9-qњZX;c{Boh}k9DC:Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)+ GK@H :  bUM=N > ED321.+*$" GG% +267#"&'"&54&'&4732723276'4&'&473272'&'&!{}7`mӍ{3LF3d@\q!1N F38^ N+RfbVڝy`>1  =yZb3b@1  =wP= % ?F2 z ?w OK(PX@* UM = K =M>K*PX@( U UM =M>@& UU UM>YY@NMJGDC<:/+   +"2654&462#"2>54.'&47327#".54&'&4727/46Z55mmkIH2/ddN- 3:C15d9-qњZX;c{B5=/-@@-1;igGFhVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)X OY@V  bU M =M =N >ML;:9632,*$#"OO    +"2654&462#""&54&'&4732723276'4&'&473272'&'&/46Z55mmkIH{3LF3d@\q!1N F38^ N>/-@@-11  =yZb3b@1  =wP= % ?F2 z ?YK(PX@#dd K =N>K1PX@!dd UN>@)dddd UN>YY@ XW3+N(%&&$ +#"&54?632#"74?622>54.'&47327#".54&'&4727 z)+ o(2P2/ddN- 3:C15d9-qњZX;c{BV 1  -Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)9XK1PX@0b  b =M =N >@6b`  b =M =N >Y@VUDCB?<;53-,+(XX%&& +"&54762#"74762"&54&'&4732723276'4&'&473272'&'&b#/   )!-{3LF3d@\q!1N F38^ N / +*ݝy`>1  =yZb3b@1  =wP= % ?F2 z f?-Ko@ @$bURM>Y@ .N(3$! +"'47'".54&'&47272>54.'&4732732>76VANZX;c{B2/ddN- 3:C15d9^sag1s (eϕRy=2  1 ;{Vo-`@\xR?D' 2  1 9u-HlrD`-f)sJK@H <b   b QM=N>JIFD3&9"! +"5467&'&'"&54&'&4732723276'4&'&47327232>76VHI }{3LF3d@\q!1N F38^ fDGBf1E50% {y`>1  =yZb3b@1  =wP= % 'H`w ^k :K(PX@b K  =>@b  U>Y@WVSOLK@?<8540.+)&%!  +&'&'67664.'&47327'&#""'.'&47327674/&'&47327Zy T`{T{%'=;w NKd9 /HwHf  ?7+  /)JX -wmZ! =@F7?2  1 =;5893R78TP"2  1  2wX)-s2  1 -  F X6@3F< :K=>VRJHDC?>;743$  +&'&'67667'.'&4732767>.'&47327"' #"'.'.7327Lw\sbG$G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ F{L^s7s@UK >Y@@=:90/,)&% +&'&'676&#"&47>54&'.'&472776&'&4727Zy T`{T{%^FPV F2HF { U& $H or  JO) wmZ! =@F7?l{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3%H F$@! :=N>=:L!$/+&'&'676#"&54632327676'.'&4732776&'&4727TLw\sbG%Ts)73' #F!16';?RTPP"<> {R F?!+H{L^s7sh+!=;dXF{[61  2?@V:81%1  27Dfd PcK(PX@#U K  =K >@!U  UK >Y@FC@?653C +462"&%462"&&#"&47>54&'.'&472776&'&4727f:N97R8[9N99N9FPV F2HF { U& $H or  JO) )99)'99')99)'99{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3T/9@.<20:K PX@(dbXM =N >K(PX@)db`M =N >@'db`UN >YY@ '8d9@+&#!"54767654#"'673!26327%>72'"547h7'Pq!"# ˨#k1?3PqL'%*SX'9kl @du %TFE )AwL;b 2@ /!@-ddb=M=N >Y@22%#$v$! +632'"&5473!2>32!>?2%"547'674 ?2' 7Bw9)%LS)'*/3s3#!^/' %=PCV< |Kn Tj7@6K(PX@,b`UM =N >@*b`UUN >YY@ 8d9A+462"&#!"54767654#"'673!26327%>72@V??V7'Pq!"# ˨#k1?3PqL'%*V??V?fkl @du %TFE L;- 0@ -@+bU=M=N >Y@ 0 0%#$s$" +4632#"&3!2>32!>?2%"547'674RF$'K(PX@*db`M =N >@(db`UN >YY@8730("  +&'767&#!"54767654#"'673!26327%>72=J {^ugff7'Pq!"# ˨#k1?3PqL'%*\g)5HR+)Nuikl @du %TFE L;' /V@S,<:db=M=N > / /)'"  +&'7673!2>32!>?2%"547'674N)HN'H7Bw9)%LS)'*/3s3#!jNPhp=PCV< |Kn 1-n@(bM=M=K >Y@ "%##5C+%&#"&47>54&+"'543254632#"'&#"`6l B+V/ Z /TyfD5#%N7N@}9 11 <{ )b>///TP  @@4@-b  V=M=M>Y@><97#$$"$$ +32654&#"632#"'&"'65#"546;54.'&767232+d#NE_dXfx<!}m-7 i7`㷓\2!'j$ BA&*R;# -1<G@ (@(b U UM >Y@22EC@>2<2;75-*'! 11 +"#"&546323263 #"&#"'5437>5432654&#3 54&#"/A++ .-+#oO71oӑhD=D'CgמǍ'hXLN/<%$-bP)ZHsC'3S5)_덁L->z%@%ZUUM  >Y@0.,)">; # +32>54.#".7>54&'.73!7'.#!"32#"&;XsN DbB  s?@r  ;!/%`hJdiJ$\FP19.8``63bh@V1 <{5{;2 ?d!=JXP+^-5#  +@   <9K1PX@(bM=M=M>@&bUM=M>Y@ (% + +$! +%2654&#"!&#!632#"''674&/"/691c`}TT@9h묁T 9+#A o=ᷚVqG7 /pR/ /!%LD58@5.<U =N >32-( # +32>54.#4&'&767232#"&#'54?>5;XsN DbAN!!)diJ$\FP17=29.8``63bh@ZP##\R!=JXP+^-5#/+- '7@4  <=M=M>$%$!+%32654&#"2632#"'"'654&'&76?FPc}Tf}X1BM!!T涚VRjoI8 JXZP##HD;@8 <bM =M>  + #"$'&'6!2764#""'P;Trg'hXzǏlD^Z  wiwL,T@Q* <b`UM =M>&$ ,, +2#"#'!"32672! 47632>R'#gF3'hz ǏlrgHHd 1H<= Xiwt_#vL-R@O%<bbUM=M>)'$" -- +"&#"#"'.#"327#"&5432>32H9#J@$FA:fri! HgmL(=/'%m95P+0J-3/¦ׇwW MN-!&D->fK(PX@"U M  =M >@  UUM >Y@:9641/,+(">=#"(" +%32>54.#"32+263 #"&#"&47>5#"546;4&'&47TuT=힬X!R'}w{j s??s 73/nі}vd#i;1 <{R${;2 - <W<@bUM >Y@ ;5/'" &" +%3 4.#"4?>54&#"54>323263 #"&#"'%P!'X=74C18N'L#CQa+#H'}v{D5'bOX)/6*83<!$T%VX9i;VXD 2@ <:K(PX@&ZUN =M >K-PX@$ZUUM >@*ZZUUM >YY@ /-)#!  2 2#! +%# 326#"'3!7#2&#"#"$54$!34&fDRm%5f>3&+>5DD!%2'Ϭ)pX:351+ 15Z B@=<"<;>:KPX@.=M=M=M=M>K1PX@,U=M=M=M>@*UU=M=M>YY@A?:731/-(&$#%% +%4&'&"32762'&7&"#"&5476323274&+"'!6 ?g{C;[Nr!7^L jI5Hb5\}ET/'JfTbR`P= % =H0 {ۍ{X4 F//@,<bM=M>)"$-&+%'$4&#"#"&54632254/.54$32#/RX6eRv%y2907b1 fLwRB`]mf;'%Zj{3rm}7D+:@:9 -(!@3 ZZ  UUM=L >Y@ 74$5$"4242 +!%+";2%#!73!2'!"+'64'4;23!4!"' ;92k;36h^PJ1- /- *3IJh 7)+-2\-H }C +/@s>1)BLVD5@2<SM =M>$&+'> !".'!65#" 67/&$ 44 +2.#";2+"3267#".5467.54$\R''@!t)@jD##Ɩy">#aXZy=N1D: {!EN:&)'wD!Lk! 'Dl@11A@#+'K(PX@4Z   bU  RN =M>@2Z   bUU  RM>YY@A?=;%$&$"6D +74&/&=73!272.+"!26?4;#"/.#!#"&5463232-<=C6*;'ZjJ3/---5qf^)Z5B(/) )v yfFR)-4mLFl4-!=RP=1+7%%u;KPX@0b ZM=M= N>@1b  bM=M= N>YY@ 64$&#$"$#3 +#"=4;27>32#"'&#"32'#'"&5463232>7b /Ibaoj#H5)1 /U@q(1Nb$53F' )nW5!+4h%}d )!\DP#,-%x=TLEa@^C5!<b``  U M =N>?=86,(  EE +2#"&#":'.#"3274&'.7327! 4$32>\'#g N'# 5`kmQG` ITc 1- ;Bw>d 1H kNjk7N99" 5  5 +4pP#t%- @d@50)@bUM>Y@ >'#3$+326546&/"=737##"&54>7.'&=7373T)?9!-t&N%OD?wHdLN-6=}D>P#7+;)=PR3 /# ''%6ՇjZ91lqE7&'' yfGK@H$<=M=M= =M>CA><9842/-#" GG +"&#"&47>54.'&7672767>3272654'&54632# 4&bsz#+:  8 3-& -7 hXTߖoyV-'Ɖ9y&0WI 1  1  'DBBA&*R3`FE-{(HuH)DW@ @U=N>Y$&2+4&#'"5'>72327#"5!B ?&'?J w^B 1#RodY:B-1[K(PX@! UK =K >@U UK >Y@ 1/#C##C +%&#"&47>5#"746;4&'&4732732+@r PR s??s GV s?{; 11 <{#N{;2  1 ;{$PDZC @0  b` U M =M >Y@WURQMK@?<854/.+'$#  +3&#""'&'&'&#"&47>54&'&4732767>32".#"/s  )-+ Q C:p@r PR s??s GV s?f<Z/LK+b3>)1%>V@Փ  ! 1 7WJ{; 11 <{5{;2  1 ;{Hv3Fc;!/3<3-cM!P*@1bbM=K= M >Y@NMJFCB?>73C"%" +4632#"'&#"6767>&'&47327&""'&/&'&'&#"&47>5yfD5#%N8N?BIJZ %)1 H%L? {ZR J!!=5mB+ V/>///TP 67q $1  2L / 1 +e, }9 11 <{,=@:#<b V=K >,+$##C +&#"&47>5#"546;4&'&767232#d4`]V `4)[ ii{; 11 <{#q1&*R7$-1'7@4'   <9M=M>$/%%+327#"&'''&''7&'"&'672#?x~{@=_{Xr>w4 -`_@YS>8"K. @UN>Y@ J+L*K## +%#7'"&'"&54&/&=7327327&54&/&=73273274&/&=7327!!b9/XtÅf1>773+?11>--3+=3RC}/@--=6=3L' 0'/eLe-$''%+l7g-"''%+p`^-"'''++B@ @/b`   bU  Q>Y@B@=;($334$# +7.#"757!3254&+"=737+"#&'&"#"&5463232NB 3 5:5 I778+353 1R7D^+*!%g%yJN1L''J3;)Dd3XfZ\)B"+1!-!L?9@6/*)"<bM= =>?>:+;"+3>32&#'54?>54&#"&#'54?>54&/672f`]f'3+[5';R'6W)5(_XjLy-' '' %+qb-"  '' '-H3 1 LTD 0@-SM =M>$$$ +# ! #"!32TVT!vLsH~ {h'3 (AސP8LT) ,>@;+<dbM =M>'%   +"32# !232654&'.5432ǴVT!$Q)1/^9T: +T{h'3N)-7#PqIT} -:@7<dbM=M>"!)'!-"-))"#+4763232>54'.5432'""32654&Tqzy\./:11^9JH@u=sLZ˅1 )'5#Pk^ ւs EBTJ7D 9@1 -# @(  UP M  =M>Y@65420/,*&$    +"327&&#".7>54&#"! !26723272{^}'?s ;B s?+c;rE'ZLq{; 1 2 ;{d)!Jh'-H@'bcJ! 6B@?%$ <UM =M=L>64"$$&C&! +&#"327&#"&47>54.#"#"5432326;Ty;^a1u;91c49 b20--1;HVyG?V "ȤoT'-{: 11 8{+)1K'!N  7 EP@M<Z`UM  =K > ?=31*)&" EE$" +32654&#"%32632#"'&#"&47>54.#"#"&54>%w-^'1hDžf@NZBs? '#&Ef 5&%9'Lo" 7Eqh6HOy; 11 <{5=H'/$ &007*YQ4!G~KPX@1  Z M=M=M=K>@2  b M=M=M=K>Y@ FD%%C%&&' +32>54&#"'7>32'"'&&#"&47>54632#"'.#"f! 0aRw=g\D<ЗydN 7q H9`4{>B95$+7-#76(+Dt{FӾDMs{: 11 <{,175B;%#-+<F@/*B  @, U U  UQK >Y@ECA?96334333" +3#"'.#;2&#'54;2654+"=73%+"6324&#"326]Tm#3b >3>5R7=2o7P5q+qbNsdNfu) /)''+- Z''Z4 H^{gZD0X/.@M = = =M>Y+!!,"+>3232"&#"#"&54>7$'4&#"'6oLiLqrxF=#9v..*#+""+&#"#".5467>54'"'6763232767Ll)biCTA4B;1f{by\u=d<= 7kHq6G=)T;^s3fje73cDFS;B&J+%N @UK >Y@ %% +!!2676!&67677&'&47!'.17ml#'"q1B!#3L ƒs / #!D 0wF=PN",e@"bUQM>Y@ #*#"&"+4632327672#"&'.547#"&%4&"326}^uq+.$?gP!d!//3/du`GHJ=;LZm@55;H%?'+qK!mX7XVrTT3h<@$68 @*db eM=M>Y@5431.,)'#" << +"&54>76545#"5#"=4;4.5476767232'#327P!)<^7ILy %^-$"" 1'^J")-!) !X $i )Nf RO )dY:!'!"{9;@*b` U =K >Y@430,)(! ;; +#""&54>3! 72#.+"&#"&47>54&ꛫ 5J9'KT.x-5) 4@E  OV F@3+V$ &007*XR4 rahiBE'  1  1  'EBef3.|KPX@0ZbM=M =M>@1bbM=M =M>Y@ .,""####%" +4632#"'.#"32'#327#"5#"=4;{=B:5%+7-1'^Jyy %^,175B;%t )dY:!i )90t@ '@%b UQM >Y@ .+14%#! +%326762# 4&+""'6743!3 72#.+"p/'#5=EF+6dj-) .y-5)jy'@H9!=3/}dgbw y s`hi )EMK(PX@dM =M>@dUM>Y@ (>(C(+#".54&'&473272>54.'&4732654'&746321#-qњP^;c'L{B2/jdN- 56EL)F7-m_Jb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-)}IR@O&6<%;bUM=N >GF1/,*$! II +"&54&'&4732723276'4&'&473275>54'.5432'&'&{3LF3d@\q!1N F7811^9H>=8^ Ny`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z1)1KPX@ ZM =M>K&PX@!bM =M>@bUM>YY@)' 11 +"#7323254&546;#.#"! 54>54RA 5Ŷkjv5AT^ViVXhX+PN1f%Ӂ176L/-^J\Ϗ-D:q @'bUM =M>Y@ '$$&&3#2 +4+"=730%+"324.#"#"&54632#".n8P 5q=a %\D; '+JAifjJZ''ZfhFXF=Չ1!'!"H@c (c#FA@% A-:5@'bUM =K >Y@ 336338$%$ +.#"#"&54632654&+"=737+";2&#'54;2';@V;9> eX> +-55<5P5q{hk}3+# J+9s' ))'39/+''Z)u;F@C"*<ZbUK=M>"#'#3'"$& +#"&5463272>'.#"=737">32#"'&'"Xǣ)HV3'P/+#z#13Z=X Z\/!7 %5=%HtJSm5/1)'#-!=VX;))%-a0:tPT9@@? <:K PX@.b  Z UM =N >K(PX@/b  b UM =N >@-b  bU UN >YY@ >=5#%d5#%@ +&#!"5476!"7463!7654#"'673!2632!2#!7%>72h7')߇Pq!"# ˨#k1<3PqL'%*7$6kl @# %TFE L;6K@H3<bV  =M=M >66"#%#"#$q +3!2>3232+!>?2%"54767#"546;67'6747Bw9)%WodLS)'*/zwzVs3#!=$}CV< |#n VPV)@ & K&PX@"b`QM >@(b`UIMAYY@#! )) +!2#".54327254.#"!'V9ZѬZ^-jLy{97dn 5+ )!3'-b@fH's`/Z+^PV(@ # K&PX@"b`QM >@(b`UIMAYY@ (' +267.'!&#"32762#"547&543}+5od79{wKk-Z!7)+\-/`sܡHf?c-A״ 'j9/+-&N@K$! <:b`M=M> &% +257.#!&#"327632#"&5467&'43+-B7P7A?9y^u1#H;1o$ uP_9@5^-Z'723@0)#<b`M=>6"./+#"&5467>54.#"!"'73!23VT\P1,ZfW-))V=:D.)!!/!Ru?% 312 %3'%PhB !iV/PV12`#"jL==@:6<bUUK >)%#$F##%" +463232+!2676&#!46?#"7463!>54&#"#"&}ѠajL~m7>'-^B]SSIlFfdC!1fhf#y`VobR$W`sN/ %3.-:@7 <bSUM>"$$!"+4&#"'!!72#"&54632326qm`=-o!h^)3!-HuqnwX:$9TTo!<@9 <bUK=M>#$$1"+4&#"7'!!632#"&54632326`^`Fyqo##`)/#L/`ybqw [7$=!/w)89@6%< :M=M =M>$"+#% +#"=47>=732'##"'&#"732654.'.5gT>t/9RyIof+wP 7D`3? JNFAN?p{') )c?F1tHm7#D'XE78J!">O8+#+@(9eM> +"4&/6723632'&?65q;shXS˞#R+J\#G)H5 1 J3 b@=> +#3OO@=>+#3#3PPOOV3T6@3 S=K=> +###535#5333#TOOFdFF'FD@M =M>+2"'.'.54462"VA 2 )@Z??ZDJL;qA`^) F?RL1Z@@Z? .9i@PN h <76421:K PX@Ed   b XM  =M  = N =M >K(PX@Fd   b  `M  =M  = N =M >@>d   b  `I  U N =M >YY@"//gfb_WQMLJG>:/9/9*)$# .-(" +%32>54.#"'263 #"&#"&47>54&'&47%&'767&#!"54767654#"'673!26327%>72TuT=힬X!R'}w{j s??s J!{^uffg7'Pq!"# ˧#j 1?3PqK'#*73/nі}vdi;1 <{5{;2 j\g)5HR+)Nuikl @du %TFE -.9^@76214[ M @9  b b U = M=N  >Y@&:://:^:^XVQOLKHFB;/9/9*)$# .-(" +%32>54.#"'263 #"&#"&47>54&'&47&'7673!2>32!>?2%"'47'674TuT=힬X!R'}w{j s??s N)HN'H7Bw9)%LT)'*/3s3#!73/nі}vdi;1 <{5{;2 jNPhp=PCV< |Kn P=Hm@FECA@,lj \ @Kb  bU=M = M=  N = N>Y@ II>>ImImge`^[ZWUQJ>H>H=<"%$%%+%4&'&"3276#"&5476323274.'&7672'&'&"&'7673!2>32!>?2%"547'676 ?g{D;ZPq!jJ5-8 i8^ NN(IN'H7Bv9)%LT)'+/3s3# /'JfTbd{ۍ{BA&*R`P= % ?H0 jNPhp=PCV< |Kn -'Nɵ#K(PX@0ZbR K  =K  >@.Zb  URK  >YY@MLIEBA;9751/ '% +!"&47>54&'&47327;2676&##"&5463232>54&'&473271j s??s LR s?7>## !7%J5-f-mB98)F?EOZ b;1 <{5{;2  1 ;{NA/hs9'X=19465˪{;2  1 =B7'3W#K(PX@>Z b QM =M ==K  >@:Z bU QM ==K  >YY@USLJFD<;20,* '% +!"&47>54&'&47327;2676&#4632#"&4&'&7672'"&546327251j s??s LR s?7>## !7F%';A)%>/V ULNT%L0  )F(1 <{5{;2  1 ;{NA%=C'#@BV.#"fP@F/)2%7 /LԵ:K/PX@8b  bU==  L =M>@5b  bUQ==  L >YY@KJGC'$($" +4632#"&4&'&7672#"&54632325%4&'&7672&#"&47>F%';B)%=/V ULNT%L/ (F))[ i4`]V `4%=D&#@DV-#"gP?F/)3^q1&*RP{; 11 <-<c0KPX@6b` Z  R K  = =>K(PX@7b`  b  R K  = =>@8b`  b I  R = M>YYY@ba^ZWVPN$)"J#(H +4.'.7327#"'&"&#".7>5.'&47327#"&5463232>54&'&47327s 15?  /=s?/-%53 15? 75  s? Z> X %J5-f-mB98)F?EOZ b;HK+ 2  1 A?1DdHK+  11 BV-R2 q>hs9'X=19465˪{;2  1 =7#-<HlT0K(PX@J  b  b   bK =K = = == M  >K/PX@E  b  b   bII = =M= M  >@B  b  b   bII Q = =M>YYY@jha_[YQP$$"J#(H +4.'.7327#"'&"&#".7>5.'&473274632#"&4&'&7672#"&54632325s 15?  /=s?/-%53 15? 75  s? Z> X F%';B)%=/V VKNT%L/ (F)HK+ 2  1 A?1DdHK+  11 BV-R2 q>P%=D&#@DV-#"gP?F/)3-7->JnTK/PX@-   bUM= = M>@*   bU  QM= >YY@ljca($'J*J! +632&#"&47>54'&#"&#"&47>54&'&76724632#"&4&'&7672#"&54632325yu57/Z{^V{T+'F}}#+R {Qf|`0/W d E%';A)%=/V VLNT%L0  )F(ݦFJy9 1 1:y7m1Jy'/y9 11 8{V-#' %=D&#@DV-#"gP?F/)3 Hy:KPX@%d UM =K >@#dS UK >Y@ FD:951('    +&'767!#&#"&47>727&#"&47>&'!"J!{^uffgj 2nLk NZ%-D?63 [u!wP%\g)5HR+)Nu- ^  11 4XJ)l/1  11   [J+ Cd@a= ?<: db`M=M=M>B@<:42/-%# +&'76732765## 546?65#"#"7463 327'"&N)HN'HoKHFn)op D`8)H5 %'NuF9jNPhp+17[[m Vf'+ ++ /JV+1:!(L=B ,c:K(PX@dK =K >@dUK >Y@*)&"  +&'767&#"&47>54&'&47327J!{^uffg5@r PR s??s GV s?\g)5HR+)Nug{; 11 <{5{;2  1 ;{% '(@%:d= >$#  +&'767&#"&47>54&'&7672N)HN'H61b \^b2/V ZjNPhp{9 11 8{V-#"fLT $;@8:dM =M> #!    +&'767"32# ! J!{^uffgNǴVT!v\g)5HR+)Nu: +T{h'3T) &;@8:dM=M>" &&  +&'76747632'""32654&N)HN'H7qzǓPu=sLZjNPhp˅sւs EBT ? Ec:K(PX@dK =M>@dUM>Y@DC@=:920%!  +&'7672>54.'&47327#".54&'&4727J!{^uffgl2/ddN- 3:C15d9-qњZX;c{B\g)5HR+)NuVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)) EN@K: dbM=N > CB10/,)("  E E +&'767"&54&'&4732723276'4&'&473272'&'&N)HN'H}{3LF3d@\q!1N F38^ NjNPhpy`>1  =yZb3b@1  =wP= % ?F2 z?8@HTK(PX@+   U UM =M >@)   U UUM >Y@"KIQNITKTHGDC@?<;32/) 88 +".54&'.732722>54&'&632327462"6462"!"7463!2=xdB;b ]Hf1023f{H+7 XLzb59N::N9N::Nu5FjvLy=2 ?T^\a3fYhbN 4 1 ;{-N99N99N99N9%.#0-) ZKPX@6 bUM= M = N>@4 bUU M = N>Y@&! XWFEDA>=75/.-* Z!Z   +!"5463!2462"&%462"&"&54&'&4732723276'4&'&473272'&'&6 9N97R7Z9N::N9{3LF3d@\q!1N F38^ NR%-"0)99)'::')99)'::yy`>1  =yZb3b@1  =wP= % ?F2 z?8@HRKI:K(PX@*  b UM =M >@(  b UUM >Y@OMHGDC@?<;32/) 88 +".54&'.732722>54&'&632327462"6462"'"747=xdB;b ]Hf1023f{H+7 XLzb59N::N9N::N>D,FjvLy=2 ?T^\a3fYhbN 4 1 ;{-N99N99N99N9$:i-) !\K PX@9Xb bV M = N>@8db bV M = N>Y@#"ZYHGFC@?9710/,"\#\$!+632#"&547462"&%462"&"&54&'&4732723276'4&'&473272'&'& 3' 9N97R7Z9N::N9{3LF3d@\q!1N F38^ N*# ")99)'::')99)'::yy`>1  =yZb3b@1  =wP= % ?F2 z?8@HSQPNLK:K(PX@+   b UM =M >@)   b UUM >Y@ IIISISHGDC@?<;32/) 88 +".54&'.732722>54&'&632327462"6462"'&'767=xdB;b ]Hf1023f{H+7 XLzb59N::N9N::N9f_HYPNPFjvLy=2 ?T^\a3fYhbN 4 1 ;{-N99N99N99N9P[$/?H&$Dg-)/ Y`@]: d  bU M =N> WVEDC@=<64.-,)Y Y  +&'767462"&%462"&"&54&'&4732723276'4&'&473272'&'&>g!t9>s n:9N97R7Z9N::N9{3LF3d@\q!1N F38^ N'r~aEG_f)99)'::')99)'::yy`>1  =yZb3b@1  =wP= % ?F2 z?8@HSRI:K(PX@*  b UM =M >@(  b UUM >Y@PNHGDC@?<;32/) 88 +".54&'.732722>54&'&632327462"6462"#"/6=xdB;b ]Hf1023f{H+7 XLzb59N::N9N::N +0FjvLy=2 ?T^\a3fYhbN 4 1 ;{-N99N99N99N9 r5-) !\W@Tdb bV M = N>#"ZYHGFC@?9710/,"\#\$%+#"/7672462"&%462"&"&54&'&4732723276'4&'&473272'&'&s  "29 9N97R7Z9N::N9{3LF3d@\q!1N F38^ N %*)99)'::')99)'::yy`>1  =yZb3b@1  =wP= % ?F2 z+! !1@.bUM=M>#"%"# +"32>&'632# 434'&'"oeE5L>#o`'!BZVm-ub-nod#l2MYKPX@2  UU   UM = K >@0  UUS   U K >Y@ PNVSNYPYKI?>:6-,%!+462"$462"!#&#"&47>727&#"&47>&'!"!"5463!2@C  b  `U U M = M =M >Y@"WUQOIGDB:80.,+'%   +!"5463!2462"&%462"&32765## 546?65#"#"7463 327'"&6 9N97R7Z9N::N9TKHFn)op D`8)H5 %'NuF9T%-"0)99)'::')99)'::j+17[[m Vf'+ ++ /JV+1:!(L=sMUKPX@1 U  U   UM = K >@/ U  US   U K >Y@UTQPKI?>:6-,%!#!# +32+!#"546;!#&#"&47>727&#"&47>&'!"462")j 2nLk NZ%-D?63 [u!wP%?V@@V?()- ^  11 4XJ)l/1  11   [V@@V?J DP @ > @K-PX@Cb`  U M =M=M =M >@Ab`  U  UM=M =M >YY@OMIGCA=;530.&$  +!"5463!232765## 546?65#"#"7463 327'"&4632#"&6 MKHFn)op D`8)H5 %'NuF9F$'@FZ  ZU U  U S M = L >Y@&hgd_ZWUSONHGDB?<543/,+"    +!"7463!2!4'!&#"&47>76&'&47)272'.+"326762"'.+3!26&#!&47>R5D /#n L\-!8di5/!"'Vk#&}9 21 RTII'!3bJes@%-#/{)+1' 11 8T/A2 F{d3'f1[ {6% 70%X 1 <P/ EQZn@kD F/<  b U  U M=M = M >YWSRNL<:31,*('"     +!"7463!2&#"#"54632632327#".'&'"'&54676%&326767>54&#"5g+ZB\+%RǁPhTpi-bV1#}BdI8zgLVT1 dFd%%-#/--+ )\XyDXd9{Vh9-' $9=u!HL8IFSh=1J^3\LDB@ :@/b`TM  = M  >Y@=;7610)% BB +2'.#"3275#&5467354&'.73273#! 4$d+'# 5`kmQG` ITc 1-t ;D%1Njk7N#19" 5  5 +41%jpP! R_f6@JC]>K(PX@F b  UU  S M =M= M  >@L bZ  UU  S M =M= M  >YY@,SS eca`S_S_\WNLIG<;6531/.)(#!  R R%" +4&#"32"'&#"#"'376323##"&'#&7467367&5467&54632>32.'&"#"'!326f` %P='4 XˏqI%N5=R8RZDP@Ы4.&t^1)jэV%{-)5/T-9? g%-%;s>y;9TX/$!Z{+3D;: CJ\%izlw#gE/o7u"f917+!.5$2!# GWRGQQLT =Y@V5!<:db`M =N> 86,(  = = +&'7672'.#"3274&'.7327! 4$J {^ugfgd+'# 5`kmQG` ITc 1- ;\g)5HR+)NuO%1Njk7N99" 5  5 +4pPB5 )a!@Y1R8M<:KPX@A  d  bU M = M = M= M  >K(PX@?  d  b  UU M = M= M  >@E  d  b  Z  U U M = M= M  >YY@$+*][XVIGA?><75/-*a+a)$  +&'7674&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32N(IN'Hf` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/jNPhq+9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!. [@- <:K(PX@' d  bK =M >@% d  b UM >Y@[ZUP<8*)&" +&'767&#"&47>54&'&4732767>.'.7327&#""'&'&'J!{^ufff@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o\g)5HR+)Nug{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJL X\@Y2A<:bb=K=N >WVSOHG@;*&#" +&'7674.'&76726767>&'&47327&#""5&/&'&'&#"&47>JN)HN'H-7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/'jOPipBA&*R6 67q $1  2L / 1 !o, y; 11 :LfTD+A@><bQM =M>! '% +!+*$$!+"547' ! 32>76"32BVMTT!vJkef1pǴuh'3iAvtF`: +TTf!.=@:<bQM=M>#"*(".#.+%3!+"547#"54763232>76"32654&VqzǓP=Q]Lf1=sLZo ˅sւ;Of=`8BTLfT +7W@T <b UQ M =M>-,31,7-7+*'%   +!"7463!2"547' ! 32>76"325VMTT!vJkef1pǴ%.#08uh'3iAvtF`: +TTf -:S@P <b UQ M=M>/.64.:/:-,)'   +!"7463!2"547#"54763232>76"32654&5VqzǓP=Q]Lf1=sLZ%%-#/Džo ˅sւ;Of=`8BTVP 4@1+<:KPX@+db`M =M>K&PX@(db`QM >@.db`UIMAYY@ .,*("  4 4 +&'767!2#".54327254.#"!'3J!{^uffg9ZѬZ^-jLy{97dn 5+ \g)5HR+)Nuj!3'-b@fH's`/Z+R%% 8@  8 <:K&PX@1 d  b  U=M=M>K1PX@5 d  b  U==M=M>@3 d  bU  U==M>YY@751/,*&$  +&'767!"'6737!26?22#"&5463232654&#"`N)HN'HXw553-A-ʜw!!DR7XfygjNPhpNl L9+F+P7-7#.c@ <,+)'&:K/PX@db=M>@dbQ>Y@ $$$.$.'$(+4&'&7672#"&54632325&'767/V VLMT%K/ )F(N)HN'HV-#"gP?F/)3vjNPhq 9/?^@.<:K PX@?bX M  =M  =N  = M  >K(PX@@b` M  =M  =N  = M  >@8b` I UN  = M  >YY@D@ZYTSPJ@^D](%8d9@ +&#!"54767654#"'673!26327%>72%32>54.#"'263 #"&#"&47>54&'&47 7'Pq!"# ˨#j 1?3PqL&#*TuT=힬X!R'}w{j s??s kl @du %TFE 73/nі}vdi;1 <{5{;2 -$4S@ !@0b  U =M= N  >Y@95ONIHE?5S9R31)'$$%#$q+3!2>32!>?2%"547'67432>54.#"'263 #"&#"&47>54&'&477Bw9)%LT)'*/3s3#!TuT=힬X!R'}w{j s??s =PCV< |Kn )73/nі}vdi;1 <{5{;2 P$5b@Q ! @B  b  U =M =M=N =N>Y@baPODB@>9731,*$$%#$q+3!2>32!>?2%"547'6744&'&"3276#"&5476323274.'&7672'&'&"j7Bw9)%LS)'*/3s3#!e ?g{D;ZPq!jJ5-8 i8^ N=PCV< |Kn {/'JfTbd{ۍ{BA&*R`P= % ?H0 LT <P@M4 <:db`M =N> 75+' < <$ +'"5472'.#"3274&'.7327! 4$oX'9d+'# 5`kmQG` ITc 1- ;)Aw%1Njk7N99" 5  5 +4pPBb ,do@\4U;P K!PX@F  b  b  U V = M =  M= M  >K(PX@Cd d  b  U V M =  M= M  >@Id d  b  Z  U V M = M= M  >YYY@.-`^[YLJDBA?:820-d.dW%%'$!+632'"&5474&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>32D ?2' f` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/^/' %9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.#-U@943# @- U S =K = N  >Y@TROMEC9;5 +!&#'54?>54&/&=73%!4&/&'573%32654'&54632#"&d1@5R7=23<7P5=42=5P 5=3bNq}V-'׋/%'')+-$'''+O-$'''+p^^C-u1D ,6@3+&< 9eM >*)%"   +">54&>3 '&?654&#'"5'672DtwTWOoYFRyȮ)R!A cbud`jzd^ǤĎbRL3 b1^B 1(J G@ ;< :K PX@)dZ`K = =>K(PX@*db`K = =>@+db`I =M>YY@ "J#(L%+#"'%64.'.7327#"'&"&#".7>5.'&47327X 9@w 15?  /=s?/-%53 15? 75  s? Z> X  =HK+ 2  1 A?1DdHK+  11 BV-R2 q>-;b LRK!PX@b =M= >@ddM= >Y@ J*J"$%+#"/7632632&#"&47>54'&#"&#"&47>54&'&7672+  +?Fu57/Z{^V{T+'F}}#+R {Qf|`0/W d ^)/{FJy9 1 1:y7m1Jy'/y9 11 8{V-#'MXZ@W(+%<&: U UM =K >ONTSNXOXKI?>:6#! +!#&#"&47>7.546327&#"&47>&'!""2654&j 2nLk NZ%6GmG2YX'9-?63 [u!wP%1/35Z66D- ^  11 4X@\7Fh6,)Bv 0S/1  11   [X>/-??-1<J M[}@zGI< d  db  ` VM = M = M =M >WUQOLJFD><97/-%#!     +"2654&462#"32765## 546?65#"#"7463 327'"&632#"&547/35Z55lljJHKHFn)op D`8)H5 %'NuF9 3' =/-@@-1;hfHFh+17[[m Vf'+ ++ /JV+1:!(L={*# " g@6 GD K [ <4;:K(PX@DdZ  Z  U SN = M = L  >@BdZ  Z U  U S M = L  >Y@feb]XUSQMLFE#7CK$+'"547!4'!&#"&47>76&'&47)272'.+"326762"'.+3!26&#!&47>X'97D /#n L\-!8di5/!"'Vk#&}9 21 RTII'!3bJes@)Aw)+1' 11 8T/A2 F{d3'f1[ {6% 70%X 1 <P/b GS\@!F H1@=dd  b  U M=M = M >Y@[YUTPN><%""#(&$! +632'"&547&#"#"54632632327#".'&'"'&54676%&326767>54&#"B ?2' +ZB\+%RǁPhTpi-bV1#}BdI8zgLVT1 dFd^/' %--+ )\XyDXd9{Vh9-' $9=u!HL8IFSh=1J^3\LT #+3A@>-,*)#<:dM =M>%$0.$+%+)'$+'"547"&'7&!272#"'"&324#X'9*jT!e)fVި_Xnɴ)Aw)3}}%~{|՜-Ҥ: Nb &-5@&/.,+K!PX@-be ==M=N>@*dddeM=N>YY@('20'-(-('$! +632'"&5472'"'"&'7&547632"&32656P ?1' 1U{uoh lfqzǑf$JtxMZ^/' %/iւsY~|˅Fkdb$%\K1PX<K-PX@)ddS   V K >K1PX@-dddS   V K >@1ddddS   V K >YYY@ ZXNMIE<;40"!% %%&&" +4632#"/&%4632'"/&!#&#"&47>727&#"&47>&'!"+)!z  3'o j 2nLk NZ%-D?63 [u!wP%D0 %!-  - ^  11 4XJ)l/1  11   [J5 +Y@ S!UK(PX@=  b  b  U M = M =M >@A  b  b U  = M = M =M >YY@"XVRPJHEC;91/-,(&   +2#"/&'46%2#"/&54632765## 546?65#"#"7463 327'"&% +:#   +KHFn)op D`8)H5 %'NuF9) -   .+17[[m Vf'+ ++ /JV+1:!(L=o KKPX@1 bU   UM = K >@/ bUS   U K >Y@IG=<84+*# "" +>32#.#"!#&#"&47>727&#"&47>&'!"js9 ~TP j 2nLk NZ%-D?63 [u!wP%h}k9DC:- ^  11 4XJ)l/1  11   [J) E@ ? A@8b`UM=M =M >Y@ DB&#(("(% +."'>3232765## 546?65#"#"7463 327'"&|}7`m{KHFn)op D`8)H5 %'NuF9RfbV+17[[m Vf'+ ++ /JV+1:!(L=9a@W%"):K1PX@Ad d  Z   Z   VVM= L >@Edd d  Z   Z   VVM= L >YY@ ^[TSRNKJEDA<741/+*$#a a%&&"+4632#"/&%4632'"/&26762"'.+;26&#!"&47>54&'&473!272'.+"-+)!z  4)p }:1  1RT3@J' 2cHss??sd 50!#'VjP7L1 %!-  1[ bOJj 70%;H9 1 <{5{;2 F{d;HLBD +B@:b  b  U  =  =M= M>Y@ A?<:861/-,(&#!   +2#"/&546%2#"/&546%2'4&#"#"'&543 #%326% *:#   +sdF4L> #n`Z&AZVm7 ,   /ub-n,o#m19o P@F)@G  b  Z   ZU   UUM= L >Y@%MJCBA=:9430+&# PP "" +>32#.#"26762"'.+;26&#!"&47>54&'&473!272'.+"-ks9 }TP }:1  1RT3@J' 2cHss??sd 50!#'VjP7h}k9DC:\1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB+ .@ @-bUUM=M>Y@ #"%"##% +."'>32%2'4&#"#"'&543 #%326{}8`msdF4L> #n`Z&AZVmRfbV+ub-n,o#m1B@K1PX<K1PX@!dd VK >@)dddd VL >YY@ >=CC%&&" +4632#"/&%4632#"/&&#"&47>54&'&47327+)z  3'p {@r PR s??s GV s?Z1 %!-  {; 11 <{5{;2  1 ;{{ =KPX@b== >K(PX@dd= >@ddd= >YY@:9+'   +2#"/&'46%2#"/&546&#"&47>54&'&7672'% +:#   +1b \^b2/V Zo -   /{9 11 8{V-#"fFm /uK(PX@) bU K =K >@' bU UK >Y@-,)%"! "" +>32#.#"&#"&47>54&'&47327js : }TP 5@r PR s??s GV s?h}k9DD9u{; 11 <{5{;2  1 ;{ ) )F@ @U= >YI%+."'>32&#"&47>54&'&7672no 2Wa1b \^b2/V ZRfbV~{9 11 8{V-#"fLT*8hK1PX@"ddM =N>@&dddM =N>Y@ 751/&$* *%&&" +4632#"/&%4632'"/&"32# ! u+)y  3'p %ǴVT!vL1 %!-  : +T{h'3TD /<@+b  = = M=M>Y@10860<1<.,&$   +2#"/&546%2#"/&54647632'""32654&% +9#   +{qzǓPu=sLZ7 ,   /`˅sւs EBTLTo 'B@?bU M =M>&$  "" +>32#.#""32# ! ks9 }TP ǴVT!vh}k9DC:: +T{h'3T) (e@ @UM=M>Y@$"((&&%+."'>3247632'""32654&|}7amTqzǓPu=sLZRfbV˅sւs EBT'ZK-PX@<d d  IU  M =L = M  >K1PX@=d d  UU M =L = M  >@Eddd d  UU M =L = M  >YYY@ ZYUSPOECB?<;652.+*$"' '%&&"+4632#"/&%4632#"/&"3265&#"&47>54&'&47326323#"'.#+)y  3'p TbF@rTR s??s G#3yAm_/V? 9p`wV1 %!-  +{; 11 <{5{;2 %=fRNPd)%-F QK&PX@/bb   =M =L >@3bb  =  =M =L >Y@ONDC@<20.,(&   +2#"/&546%2#"/&5467>32#"'&#"&#"&47>54&'&7672% *:#   + )yA;@;%&$!E17q iZd4/V c 9 ,   / Fd?#'@0dJ?{7 11 :{V-#'o I;K-PX@B  bU  IU  M =K = M  >@C  bU  UU M =K = M  >YY@%IHDB?>421.+*%$! "" +>32#.#""3265&#"&47>54&'&47326323#"'.#/ks9 }TP ŪbF@rTR s??s G#3yAm_/V? 9p`wh}k9DC:+{; 11 <{5{;2 %=fRNPd)%-) =q@ @&bUM=L >Y@ J"$(%+."'>327>32#"'&#"&#"&47>54&'&7672y{}7am )yA;@;%&$!E17q iZd4/V c RfbV Fd?#'@0dJ?{7 11 :{V-#' ?YK1PX<K1PX@!dd VM>@)dddd VN>YY@ XW3+N*%&&" +4632#"/&%4632#"/&2>54.'&47327#".54&'&4727+)z  4'p 2/ddN- 3:C15d9-qњZX;c{B71 &!,  Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)D [K&PX@2b  b   =M =N>@6b  b  =  =M =N>Y@&"!YXGFEB?>860/.+!["[   +2#"/&546%2#"/&546"&54&'&4732723276'4&'&473272'&'&% *:#   +{3LF3d@\q!1N F38^ N7 ,   /y`>1  =yZb3b@1  =wP= % ?F2 z ?o HuK(PX@) bU K =M>@' bU UM>Y@GFC@=<53($ "" +>32#.#"2>54.'&47327#".54&'&4727ks9 }TP 2/ddN- 3:C15d9-qњZX;c{Bh}k9DC:Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)) G@ @)  bUM=N >Y@ ED321.+*$" GG% +."'>32"&54&'&4732723276'4&'&473272'&'&{}7`m{3LF3d@\q!1N F38^ NRfbV؝y`>1  =yZb3b@1  =wP= % ?F2 z71D8Jp@ !@#beM =M>Y@:99J:J75&$( +'.#"#"&#&'6!2654.'.546322&5>54'&546( *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u9Fy`HQ?V9 z:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4`PVg!>/B%3b1FY@V(E<9beM=M =M>DB@>31,+%# +2&'>54'&5466232654&'.54632"'.#"#"'&#"&}9Fy`HR?V9 , !^bBlT}{fu/bm . /@/7Y]pDjg1dVT`PVg!>/B%3o cJEDR33wm`ml =R# G@' e U M =K >Y@@=;:65410/+*(%  +2&5>54'&546&#"&47>54&+""'6743!3 72#.+"\9Fy`HQ?V9E  OVF+6dj-) .y-5)T`PVg!>/B%3N{; 11 <{dgbw y s`hi31h<U@R <9db eM =M>975310/-*(%#<< +2&5>54'&54634.5476767232'#327#"5#"=4^9Fy`HQ?V9^-$"" 1'^Jyy T`PVg!>/B%3Nf RO )dY:!i )D,Z!@ beUM >Y!$+"&5467>54&#'2654&#"'2632-=/jզ hwNT1R^FN۰ /'D5'o=Zj]yd{}b;3-l4!F+1=@:!  <b=M=> 11 +"&5467654%"5>54&#"'72632*r2qhD`\+RVb1q@)d   U  SK >Y@HHHRHREDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327&'767?s TRs@C@r TV s??s lo s?@sUb s?J {^ugff{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{d\g)5HR+)Nu7L QB@?+<:b=M= >OMC?53*)  +&'767&#"&47>54.'&7672767632&#"&47>54'&#"/N)HN'G,9  sWZ 3-& -7 iu57/ZR^sT+%H{#'jOPip#WI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&+!DF4@1;>(# <M = =>%;;+9+&#'54?>54&#"&#'54?>54&#'"/672$329)/2P11(NcJ%12P13&!A c Df;'qK+)'''-aez-''''-^B 1(R 'PP}PFM@$L F ? 2 /<-,9KPX@9U = M = M=M= M>K!PX@6U Q = M = M=M>@4  UU Q = M=M>YY@"KJHGEB><53*(%#  +"327&264#">32#"''67.''"54>324&#'"5'>72Jj5:\Z)hRB|?I3]9#}'#'%)y3Z9Fh7Xsn6{Q!B ?&;AotBoW(\%xd{oN2:%/o'49mfgE75^B 1#R` =6@3;/ <M=M =M>7654'%# +3 54.'44#".54>7.5463">999{^VJ`bGiwV%   +% 4.'4'7#".5467.5467>ZfmRHP!=XBBMh4׽uKmL?%nH+XA@FTBVRN{} uN7DFP/->+?F%m3Hh=.. ?RD$`@ <9K&PX@ =M =N >@U =N >Y@  $$ +"'673!2!2'654&#!"5477N5>! R71-yCD)9py)4!NAD B}IVi7J7uX!F _@ <9K1PX@=M=N >@U=N >Y@    +"'6737!2!2'674&#!"7473{153-##)fw+-R`Fl 59P\J5mbsEpKPX@'U UM =K >@%US UK >Y@ CA762.%$   +462"!#&#"&47>727&#"&47>&'!"s?V@@Vj 2nLk NZ%-D?63 [u!wP%V@@V?- ^  11 4XJ)l/1  11   [J- D@ > @@8b`UM=M =M >Y@ CA&#(("'$" +4632#"&32765## 546?65#"#"7463 327'"&TF$'@IZU  U  UQ M= L  =K  >Y@&XVRPLJHE@=:843-,)'$! [[ +"'7#"&47>54&'&473!272'.+"326762"'.+;26&+632#"'4772654 5' Rss??sd 50!#'VjP7}:1  1RT3@J' 2c3?S}^HPN(/: 1 <{5{;2 F{d;H1[ bOJj 70%;H9 F9BV#!+'GLfB.9l@i(&<;b  U UQ M=M>641/+)%# .. +"'7&'&543 #%3267632#"'4772654%2'4&#"5' Jc`Z&AZVl<#,?S}_HON)/:sdF4L> uo#m1= uF9BV#!+'Gub-nLT)7F@C  UU M =M>,*30*7,7(&"  +462"$462""32# ! !"&5463!2;N;;N :R99R`ǴVT!v2z  }R99R99R99R9J: +T{h'3 . /T .;KPX@+U M= M= M>@) UU M= M>Y@0/75/;0;-+%#  +!"5463!2462"&%462"&47632'""32654&59N97R7Z9N99N9qzǓPu=sLZR%-"0)99)'::')99)'::1˅sւs EBTLTm.:H\@Y%<UU  U  M = M  >0/GEA?64/:0:(&!..#!# +32+!#"546;2676#".'&"'62"32# ! !}{o}"M: 6( "!(d#-aǴVT!v5*)?0Eiv+1; +: +T{h'3T )8E@  @1 UU V  M= M>Y@$:9 A?9E:E75/-#! ) )   +!"5463!22676#".'&#"'63247632'""32654&5d#(!) #?0'''/u%)4qzǓPu=sLZR%-"0+? '-5 &˅sւs EBTLTm!1@.UM =M>     +462""32# ! T?V@@VǴVT!vV@@V?: +T{h'3T+ 'ZK(PX@ M =M=M>@UM=M>Y@#!''&%$"+4632#"&47632'""32654&F%';B)%=qzǓPu=sLZ%=D&#@B˅sւs EBTLTm#1?@<U U  M =M>0.*(###!# +32+!#"746;462""32# ! }V?V@@VǴVT!v+')TV@@V?: +T{h'3T '3B@?U M=M=M>*(0-(3*3#!''&%$" +4632#"&47632'""32654&!"7463!2F%';A)%>qzǓPu=sLZo5w%=C'#@BV˅sւs EBT%.#0 HjK(PX@" UK  =K >@  U UK >Y@>;87.-*'$#  +!"5463!2&#"&47>54&'.'&472776&'&4727N5FPV F2HF { U& $H or  JO) %-#/X{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3% D2@/U=N>;8($    +!"5463!2#"&54632327676'.'&4732776&'&47276 Ts)73' #F!16';?RTPP"<> {R F?!+%%-#/+!=;dXF{[61  2?@V:81%1  27Df3# ,i@+'<*)9KPX@ bU=M>@bUQ>Y$+#!+%4#"326%4&'&7672>32#"''7&h9=C$3`[)[ i "5; '8P1#16^yP[glq1&*RP4CR)B=hhPJ-B'DOD@AE2B?$($+'J#+4'&#"&#"&47>54&'&76727>32>32#"''7&572654&#"'Eh~#+R {Qf|`0/W d TTu57 !)DC%?42.,&$! # +72654&##"=4;4'&>?232'#67632#"''7.BNR#5?/#Jy %^w1/N3;<=@bQ>Y'$(+4&'&7672#"&54632325/V VLMT%K/ )F(V-#"gP?F/)3FG@("G:+=M =M =M =M =M >@<U=M =M =M =M >Y@FD=;98$%6$#(! +&"32732654&#"4&#'"5'>72632#"'#5#"54>32BJj5:\Z)qI=_`8f+!B ?&mX0 %b7Xsn6{QyAotBoW(T#N﷚ -#^B 1#RbwK? idfgE7J! <Go@l,FE2 < < M= M= M=M=>>=DB=G>G;9530.+)#!  +"32654&&#'54?>5'".54327632632#"'"327&+;!Jh}'/'P'1'Nh\-縠`hmOyph@*eS  U= L >Y@ DB A A76I1'# +3'#;&'#7#"&47>7273 &#"&47>&'!#"AiW #;0<Z0hLk NZ%-Dli?63 [u!ww'%q / V] 11 4XJ)~/1  11   [ L#,H@E%#$ <be=M =M>,("!+%2672!"'#&54763273'&' &#"~lՙfkmrg|GiY=$'0]3bzƆiw[[Y _&x S4Z!*@!" K!PX@'be=M=M>@'dbeM=M>YY@ %'%#+2"'327#"'"&'7&5432 .#"1K@IOi! Hgks |IU?] =Ef/\'/+0awWgq 628¦]-7}3 @& ZU U K  >Y@/,)'$" 75 +!"&47>5#"546;4&'&47327!2#!;2676&#1j s??s LR s?H7>## !71 <{){;2  1 ;{) NA5=@ 74065@-eG  U M  =K >Y@;821-,+*A4C +%&#"&47>=#4&+""'6743!32?3672#&'5&+"E  OVFi+6dj-) fiO$. p-5){; 11 <{dgbw y ,&>hibX_@\O VTSRQP&$&;%*# +6232654&'.54632"'.#"#"'32767672#"'.'5"&#&#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1 '=) $=BH   cJEDR33wm`ml =R# G@*bR=M=N >Y@ E""#s% +3"547'67433!2>32327632#"'&/&+&{/3s3#! (+w9)%ZFPFA!"%'BR;1,P;CZKX  =P55Gq/)RmbD71@.b`M =L >$((C+%&#"&47>52>54.#"#"&54$32@s&D );5)ÓBuA/,&QT27/1@.b`M=L >$&$D+%&#"&547>=>54&#"#"&54632;j 9; j@) U  U  UM >Y@ 88 8J8IFDCA=;32/-*(%$! 76#! +3 54&#"'263 #"&#"&47>=!"546;4&'&4732654&+!2##iZGX%#pR1nӒbj s??s DfךǍf덁,P))HsC1 <{P*{;2 !XbQ) ?-?NcK(PX@#  VK = M  >@!U  V M  >Y@IGA@;9#'I3# +#"746;4&'&4727!4.'&4732732+#".5%!2>5}j;c{B 3:C15d9}h-qњZX+2/ddN- *Ay=2  1 ;{A?D' 2  1 9u*7׮Z(eϕrVo-`@\xR7B*@b = >H*C+%&#"&47>7672&#"&47>'# 79|.C.,;P NT g&% '*? 11 =///0qB / 1 >[BTU9DDHKT@+L &#K*H<3 E D <;K(PX@; Z  U = N =M= L =>@9 Z  U  U =M= L =>Y@TSPMJIC>96$C+"&'4&'&473!27272'&'>762"'.+;26&#!"'7>7#&#"3*?sd 50A(v !#P'1  1RT3@J' 2cHs8E3;4yP7{)O{;2 0O%M%5P bOJj 70%H9 F;VI9R;HZ!'04@!(&"#1 K!PX@1be  V=M=M>@1dbe  VM=M>YY@320/$'"#% +2#'3267#"'"&'7&543272'6'&#"77'1X>&-u;Vl<#Դir zGU;+ )k4L>/lW#HG1=ek?4 n]-oOt-6KPX@$ ZU  RK >K(PX@%  bU  RK >@+  bUU  I N BYY@ 31$'##C# +#"746;4&'.732732+#"&5463232>5E OZ b<%I6-f-mB98)F?){;2  1 =y)hs9'X=19465˪7;- ?K/PX@*bU V=M>@'bU VQ>YY@ ?=#'$%#$$" +4632#"&4&'&767232+#"&5463232=#"746;E%'@&bRM =M>Y@-+(&"    +"3275&# !267232>7632#".{^}~uj#A'!" NH{y1VP3L}q-h'/H <@6RK;e(ZH<h@%bRM=M>Y@ $$'%$*&!+&#"327>=4&'"54326763232>7632#".C^w9^a1S4 bs\%!$ L!$vw0VP1KȤoT' jm'5X>< '35P'"9c)[7C5K-PX@2I U  M =K = M  >K1PX@3U U  M =K = M  >@8UI U  M =K = M  >YYY@ CB><98.,+(%$!  +"3265&#"&47>5#"746;4&'&47326323#"'.#-bF@rTR s??s G#3yAm_/V? 9p`w+{; 11 <{Z#{;2 %=fRNPd)%%?8@5bUM =L >=<##G##"$% +7>32#"'&#"32+&#"&47>=#"746;54&'&7672h )yA;@;%&$!E*7q iZd4/V c  Fd?#'@0d@7#{7 11 :{#`V-#'-JPkK(PX@%  U K  =K >@#  U  UK >Y@LKFDA?85213#'C+%&#"&47>54&'#"546;'.'&4727!76&'&472732+!7FPV F92HF { U&('$H or  JO)Jf p {; 11 <{78/=)-U0 0  1 *BEJ>*2  1 3J3**?3%sHM0@- V=M>JIEC(7G#&!$! +#"&54632327676'#"546;'.'&47327!76&'&472732+#7Ts)73' #F!16/';?RTPP"71J<> {R F?!h+]+!=;dXF{^#m[61  2?@1%1  27DD?#yf:8h 8H@E42<b`M=M=M>$&#(("%+76'4&#"53763 32654'&54632# 4.#"&'632ZKHFn)op D`7)H %'NuF9+17ZZ!l!Vf'+++ /JVZ-+19!'L>H53@0<bM=M>%!&%$)&!+&#"327>54&'"54326763232632#C^w9^a1S4 )m|\#*+V-_KȤoT' '5eK< '3+1:  ++33@0<bM=M>%!&%$)$!+%32654&#"632#"'&#"74.#"#"&54>32C_whg5 (m|鴠\#%+W-_~K٨ )'6K; '4^+19! ++ 4@ !KPX@-bM=M= =M>@0bbM=M=M>YY@ #%&$%$$ +32654&#"'7632#"'&"'654632#"'.#d#NE_dlfx<!ۏ{>=+=8/7`㷓˼\2!+f-,/9!/>5+H+-@*<bM=M>$$$$"+>32#"&5463232654&#"&HHg?%FA9fsh!wXlV+/J-3/æׇL'B 3A@>,<9bUM=M>'#$-$#!+4#"3267#"'&'>7.5432#"&'&">32BH !1FD}Vf/Qstu9%1% hRJ7%H'ra)#|#=ja#141w{V+mlP4A@A6 K!PX@3bR=M =M= M>@1bUR=M= M>YY@ @>$$$)4%& +7&'5#"&5476324&#'"5'>7232>7632#"&&"327fbP!B ?') % M!$wvbL|{D9ZP+/߉{-+^B 1#R^5P'"9cyfPuP&2u@ &('@(bM=M=M>Y@ %$%#"%"+4632#"'&#"#7'#"&547632&"32wfD5#%N8!c=0fbPL|{D9ZP>///TP{#L' 0#3߉{-kyfPFBG@D<bUM=M> ! +&"73265"54632#"&'6)Jvud'ŤjG Lds}y#[\%`V !1@.bUM=M>#"%"# +"32>&'632# 434'&'"eE5L>#o`'!BZVm-ub-nod#l213@3@04$"  <:M=M>=;,*%" +.#"&'>3267767&'&7#"&54>32656L+z49`o^ 0:DK'8  ?b,)\{>ZtrTso8TH\G9Tlj8!"%%,%D53>1 E]r\\^:tYbA&0L`f6T^dZ/K(PX@ <@ K1PX@,bIUM=M>@-bUUM=M>YY@ !"""$*$" +7327'"&54675&54632#"'&#"37632#"&#"sTVds)/'+^11;=W V`RmX !{jF#=PZ9)#CX+/ `N0K-PX@ #",<K1PX@ #",<@ #",K1PX@,bIUM=M>@-bUUM=M>YY@ $)$"#"!" +%4&#"#"5432254&#"'"&54632#"'673263dTX =;4a9f6#3&u\jXo +%ZeaD%'7\R>=ozX\NsJK-PX@   '<K1PX@   '<@   'K1PX@1 dbIU M =M>@2 dbUU M =M>YY@JHDB@>;:75310.*($" +677>7&'&'#"'6732654&#"#"5432254&#"'"&54632'$-(++ '608[U\jdTX =;4a9f6#3&uˑ(+A?%%[R  #)!3kz;>=ozX\RXo +%ZeaD%'7\F,@@=!<UM=M>'% ,,  +2#"$54$2>54'#"5472654&#"ժ^mƸ=FV-uVh^JjL"j@vJb7)w+!79''pVLLti+Z[s1`KPX@#ZURK>@$bURK>Y@ #""$$#'C +4&'&473273+#"&5463232#546;9eNR b1X'T3;'uy;1  27{(J9.(3#2$J3>@3>4 ( @9bbM=M= M=M>Y@ =;#%$$$("%" +4632#"'&#"'"&54632326='".5432&#"327wfD5#%N8jb$!%%gBuNPyQTzw{od;>///TP{W oLpJ!)#%'R1Df-ƦѺ-J\$/A@>/%<bM=M=M>$##%$$$#+%'"&54632326='".54327632&#"327\jb$!%%gBuNPﻢ^Tzw{od;oLpJ!)#%'R1DfR1'3ƦѺ-F+9@6+<U=M=M>$&$(C+%4&'&47327'"54323'.#"327-[wVTJ /1'!wdD`@2  2DZZub ZĦ> bs1: @91<Q>*L-F+6&'&47327#"&54?.'&4732732654'# S fW=R )7(bqVFZ#T$6K{DHN" tH)>PM61  2.()B\H9-FU7 1  2 7HVGCL'}0<8@5;+# <M=M>53(& 00 +"&54>?&'.#"&76327>32'.#"'32654&/Jj ''*+' W0V:5q?aF2 -K8L)^1#)! RJ9#BF# L/ !*_fVGXՉ|73m#+)f':sF0@- <K=N=>DB84*(C +4.'.7327"7654'"'&54&'&473273276+:  sWZ 3-& -7 iu57/ZR^sT+%H{#%PWI 1  2  'DBBA&)REH1y91  29ym0Jy&' C:@7<7/"<bM=M= >:+:#"%"+4632#"'&#"632&#'54?>54&#"&#'54?>5אoG;)9%Z'1'R'3%EZ\'1'P'3%2-5!):^M-$''%-yN-$''%-';}F@ B)$K(PX@4bbM=M= =N>@1bbRM=M= >YY@ #"%+:*"$# +%"&5463232>4&54&#"&#'54?>54632#"'&#"632}Ln#H+5&EZ\'1'P'3%אoG;)9%Zh?2)$-!!FGsR!yN-$''%-)2-5!):^13- 8TK-PX@TM == >@UT= >Y@ H$"+4632#"&&#"&47>=#&5467354&'&76723#F$'%%$ +4'7327327#"5%?=*/DE#%y=MB qXBd)s!@K= >CG +&#"&47>54&'&47327h2b`^ b21c ]Zb2u{9 11 8{{{91  27 D4Z@W0 3&" <  bU V =L >/.*)%# 44 +2676#"'&#".7>5&#"'6324&'&7672#)!) 3` \V  `3!'''/u)Z h+@{; 11 <{ -5q1&*R%*5@ ' @-b  U V=K >Y@+++5+41/**$#C +#&#"&47>5#"&546324&'&7672#.#"3Ũ3`\V `4Py^+M)Z h/B'ZVJF{; 11 <{EL^9Ftq1&*R!+;D-51&#K!PX@bR=M >@bUR>YY7$$$+%32>7632#"&=4&#'"/>72Z)!$ M!$vwo!A ?'Z5P'"9cIuy^B 1#R^%G!K&PX@  7 32 <@  7 32 b  b U= M=  L =M>K1PX@Bb  b U== M=  L =M>@@b  b  U U==  L =M>YY@FEB>;:64$#$$5 +74&'&76727!26?22#"&5463232654&#"'!"&#"&47>)[ iA-˜w!!DR8Xfyg#XS54`]V `4q1&*R L9+F+PNa2{; 11 <)s\4@1< K=M >ZYONK$J)C%# +%&'"&'&#"&54&'&47327327&54&'&47327327654.'&47327"'&Np}V+Xs`jgT+==|)PfcjgV)b{#-; {Tb{Z1/V d UAD{91  2;ybT9F{91  29{y%1PUI 1  2;ypV-#(sa=@:QLD72 <b=N=>a`;*=*;#" +57##"&'#"&54&/&=7373267&54&/&=73732674&/&'5737#VXPf }V'/)R'1'=mI%3'P'1'3kN'2&P'1%!c=0XTdL+)'''+-?P9+''''+1EN+''''+HL' /#3B;d@_GA@9-'K(PX@.bbM = =N>@+bbRM = >YY@b`][ZYWVJ*L+"$# +%"&5463232><&54'"&#"'54?>54'"&#"'54?>54&/6723632632Lo#G+5% y+/-'-)h,--1'3%XSRj }Zh?2)$-!+1I@^@bж9T+$ '''+Ӻ+&''%-H5 1 `J;CC60K(PX@+bbM= =N>@(bbRM= >YY@ +K""$#+%"&5463232>4&54&/6723>32&#"'54?>54&#"TLn#H)5%XT\X`%1'7'1'7Nh?2)$-!!FGsR!H5 1 jLT-'''%+qb+;DK(PX@+bbM= =N>@(bbRM= >YY@A?;975+)'&$#J# +%4&#"&#"'54?>54&/6723>32327632#"'&7N%3-1'3%XT\X`%5)G#LD-oqb-" ''%-H5 1 jL[#RqGF!!-%)2@7=7s4E@B& <K= K =>1.,)$" 43 +72654&+"'534&+"=37#"#"';2&#54331? />yN ;1%)/;wP7%:G7#-\ 5)--%9R%49&+-T.@+SM=M>&$&#+47632'"%!32654'.#"TqzǓPu$@jBZt˅sւs ?skA c;7s Im@jB ED-< ZZUU M = N > A:6/+(&$! II  +%2654&# #"326?6;2#"/&'#;27&#!"#"$54323!7.B3!>Lݱ?' ) +  D@߉'9)y=+ C_ F: +F7%{+}˲/#+  +b -?1Z%3?!Fq,65@25 <UM=M>#&$$%$"$+#"'#"&54!2327&5432324.#"4'"6qDu}GLNٚtHr?3RT7=Pqq/ yZ'?bR݃iwk`mfZ7;F)T1}B!P He@=50/("  @U==>Y@ HG41 +%>54&'4&#'"5'>72&#'54?>5.54>7w->V=\3!A ?' &2&P'3%m\9f51XP7g`+B^B 1#R+''''+6Pfb+qg7s0+@(bK=M>C"$%+%4&#"&5463227654&'&47327"'& )yB;@<%&$!E17qiZ  d3/V d Fd?#'?/eJ?{71  29{pV-#(+-/@ )#" K-PX@#bZSM>@$bbSM>YY@ D"#!+"'7##"54632276'4&/&'57327'XS{ts/)/%)L'1;Y='1'GH51!^'/%k){-&''%s8@ *@.bbQ K=N>Y@520-(&$" 87 +"326762#"&5'#"&543232674&+"=37!##8#1db?JZXF[?' #%f5!T7 !}TB1?<)92F@+XX!sC7)-/ 9!/j)#@&bbN=L>Y@ D"#!+4&/6723632#"'&#"&#"'54?>XT{us0)/$)L'1<Z='1'H5 1 ^'/%j)d-'''%!%,@@-b``M=M>Y@&$! ,, +"567367632#"'&"327632#".'47)V+1!NWFV5+7% #%m7J7 ;B=Rs; =5JH53+5`v#$%222+%;2&#54;2'7632#"'.#"N-8T:F{VBX-B!)-#5*-+_"/e=C>)'D,(%)@&bM=K >226$#$+%4.#"#"&5463232&#54;26u#/' D,XDQH5F7W7-A(-D')=D=9Ŗ^+-*)s?l+*@)ZUM= =M>Y@ &#cG"!+4#"3&#"&47>54&'&47326323#"&/.+F'N 9 b21c 4+ǘj/R%9<#TJp$XA?{7 11 8{{{91 mw`{ P5oN+ `VP'31)>l@)ZV=M=N >Y@ Il%""!+%4+2326?>32"#"&#"&47>54&'&47327F\XpJT#;:%R/j+3 b21c : N'?>M>PV`!+Nn5P |`wl1 :{{{71  27bDi@f<b``   b  RM= =M>@?;97642'%  DD +"53&'6232654&'.54632"'.#"#"'&'3265462  , !^bBlT}{fu/bm . /@/7Y]pDjg1dV `%6)- 9L cJEDR33wm`ml =R# G@"b`QM>Y@$"(( +232467672#"'&#"#"&546B5q-TRThv%395-JKH}"Bj}D?Y1&;N{fo^%=N;)J8KPX@0b bUM= M  >@-b bU  QM>Y@42+)&$"  88 +232#"546;467672#"'&#"32+#"&546B5q-TRThv%395-JKH}"Bj#=D?Y1&;N{w.fo^%=N;)Jf+kKPX@#b`UM>@(b`UIMAY@%# ++ +2#"'.5#"#"&5463232>7>#}HNGT)9 %siXMT-)0  );N=D/N&1X?D/3$-2@/, <bM=M>$*-""+#"'&#"67#"&54%5467672326=%39=3?)L-9[X19V-TRThvF3Y &;Nk9A/#wV':;D?Ys'#N)D@A<beM=M >&$"! )) +!##"56=#"=4;4&#"&'6 32)^-$"" 1'^Jw;y Nf  RP )dX9! ));\+@ '<#":K!PX@ZM=N>K(PX@bM=N>@bRM>YY@ #%%$"'+%327632#"'&#"=4726=732'#P%5+H"LD-bHw2#RqGF!!-%)2@7B?p}') )-)s<FI@F  b  TM = M>CA>=<<87637"+#'&'&'"&=#5354&'&473272!54&'&473272!3276'm8^ N}{3LF31N F3od@\q!7PP= % ?F2 {yPT`>1  =\Rb@1  =\PyZb3s+8@5'! <M=M>$" ++ +%2654'7>3!.+#"&54%'#"'7!2}#!3 #:  9# 4!#/wQ%D![ّ[!D%Rw3' @&<=M>$+#+3254.'&54632#".54&'&7672^Hj/ F+`pbB/V [ F`8'<$Ӹ=wZ V-#"*@= >H(C +%&#"&47>7632&#"&47>'.XfV=SN?##"7L{CHM!B2  1 @P/+yV6 2  1 6I?>oN5J/@,8<=K >HD<:6510-)&% +%>'.&#".7>'&&#"&47>762632&#"&4LG  $1#{:Rz P  ;8 {VBR HH = !9H jPT{ B;J#$!+)22  1 .H &V"$-2  1 GH+)-)kQ12  2J8@M = >/,L!$!+672#"&#"&#"&47>'&&"&47>76mTr)73' #F 15';7(%M +.'&473276&'.727&#"&47>= B   %Q  YZ  7F 1b39 b2- ! 1  2 , M61  2+16d{9 11 8{LL99@6(<b=M=N >$q%%+.6?%"547'67433!2>32!>?2#67>;5/3s3#! 7Bw9)%LS)'* :\#C 1TiIYKn =PCV< |< *'?DB9 3>@;<9UM=M > 3 2#8$'$" +%4&#"326'67#"747!"'7!2367632#1:-G4Pb7?1H7&)7=+<##);2Lj3^-%G)#=kq{ k3 2  57-HBIXiR%-@-K1PX@/bU==M=M>@-bUU==M>YY@ $#$$1! +%!"'6737!26?22#"&5463232654&#"Xw553-A-ʜw!!DR7XfygNl L9+F+PX- 5|@-( <+*9KPX@'UM=M=M>@%UUM=M>Y@ #,7"%#!+&'"326767#"!"'3!2&'#"&4632{Jj{K`-D7/'+%% @!/`gA^'!0 `^kkZ=J%8 '/!HelR^ OF}9'?6+@( <bM = >/-)' H +%&#"'54?>5467>54&#"#"&54632%1113%>b5+%{ZN-#!3R;-''''-6Z10X9jkb<5 5/o{fldN;?70@-1+<bM =K >C'$)+%4&'.54632#"&54654&#"2&#"'5437>{@bUM>YC'$)+#"&5463232654.'.54&/"=7327#;PPR3!#-NZ{%-3b>%3111%doCFg{o/5 5;cjk9X2/Z6-&'''J;?#n @"b`QM>Y@ ## +"3273#"'&7>32#"'.XXRTP{ul'{qq-iGH?%FB?nf\gb`+}56lV+0J-3/V^D!1@.UM =M>     +"&462"32# ! VDDVDǴ~VT!v#CVDDV: +T{h'3={s 7?@<<UM=M > 32)#76  &$ +32654&#"32742632#"&#".7>54&'.7}ZZTVNC=T-)ZL^gL^  b11b  \DVA+D-alXiqVo1 8{{{91 =,@@=!<UM=M>'% ,,  +"&547.54632"632#"'32>5ժ^mƸ%=FV-uVh^JjL"k?wJb7)w+!89''qVKKui+AFo=@ 1@2Z  UU= M =M>Y@;842*&#" == +2#"'&'"7'.#"32754&'&47327'"5432>%+%!,=!wdD-[wVTJ / +!)BE#b ZĦ>M`@2  2DZZu =ssG(@%SK= >CCGG+&#"&47>=!&#".7>54&'.7327!54&'&473271b  CJ`+J+`HB  b11b  ?B`++`;G  b1u{9 11 6}}7 11 8{{{91  25}}71  27)-)5Y@ '@UQ>Y@42.,"  +26=4&'&7672>7#"&5467&54632#"&w3V{n/V UVq<\\/BVu7E%';A)%=w/B`9LV-#"gP`)77w[(==JT-8/%=D&#@D-sL8@5 <bM= =>KJGC<;40 +"565&#".76?654'.'&4727254&'&47327-7 iBIJZ %(  0 H%K@{ZR J! <&D / Z/uBA&)R 67q % 11 M T/1  +d, y;1  29/!s',@)  <Z=L >#T(H+4&/&'573273267&#!"'5437>5'1'=D'VJ=8{C`{>3+)''R}Ru'!6J! >@  82@1bM=M=M=K>Y@ #L"%$%$$! +&#"327'".543254632#"'&#"&#"'5437>T~w}oh;NPyQwfD5#%N8%3'CR;1'ƦѺ-CyDf-{>///TP{uN+%'''9'?E6@3 <bSM = >$')H+%&#"'54?>547#&'473>7>54&#"#"&546323#%1113%  DL5+%{ZN-#!3RP@< ݓ-''''-6 LpF10X9jkb<5 5/o{fF8U>N;?ED@A <b SM =K >EE'$(C +2&#"'5437>5#&5473.'.54632#"&54654&#"3%4111% <@PR3!#,MZ{$.3LC  -''''-T>V7Ff{o/5 5;cjk9X2/FpLL\N_@>K @B  bU= M = M= N = N>Y@][VTNNHF"%"#$q+3!2>32!>?2%"545'&'&"#"&5476323254.'&7672'6744&'&"32767Bw9)%LT)'*/@)jJ5-8 i/s3#! ?g{D;ZPq =PCV< |!H0 {ۍ{BA&*R`?=~+n {/'JfTbPh@,/Y U T K(PX@G   b  UU=M= M=M= M  >@G   b  UU=M= M=M= M  >YY@hgXVSQMKHFB@5"%$%%+%4&'&"3276#"&5476323274.'&76723!26?22#"&5463232654&#"'!"'&'&" ?g{D;ZPq!jJ5-8 i A.˜w! DR7Xgxg#XC08^ N/'JfTbd{ۍ{BA&*R L9+F+PN@!P= % ?H0 Pb ]n@:HG <9KPX@F  U= M= M =M= M  = M>@D  UU= M= M = M  = M>Y@ ljec ] \XVSRNK("%"'$"+%4&#"326'67#"745'&'&"#"&5476323274.'&7672!"'7!2367632#%4&'&"3276%1:-G4Pb7?1H=(jJ5-8 i*7%)8>+9##);2Lj3^{ ?g{D;ZPq!-%G)#=kq{ H0 {ۍ{BA&*R`=<k3 2  57-HBIXi/'JfTb):<@9 :bM=M=M>:$,$ +7#5276'573#!2654&'.54632.#"".s%w -Du1:?}`)DE4Fh}^jgj)oP9-')Pj#`PGTk13N5h7Nj+NR-q5DC3-J377EO@#F   @@  b ` b  Q M= M= M>Y@ OMJGA?7531-+'&"! EE +2325#"5#"=4;4.547676723467632#"'&""&546"+3255qhwy %^-$"" -TRThu%395-JLH|"'RAkPTi )Nf ROD?X1'@B d   b U M =M= M=M>Y@[YRPMKGE@>#$#"+$#!+4#"3267#"'&'>7&''"5#"=4;4.5476767232'#327&5432#"&'&">32BH !1FD}Vf/QJ3vy %^-$"" 1'\IKu9%1% hRJ7%H'ra)#|#'>~i )Nf RO )dY8wja#141w{V+ml-;z-@b>pj K(PX@L  b   bM= M  =M=K = N  >@I  b   b RM= M  =M=K >YY@&oka_TRPNJHB@;:9720-+%# zz +!2&#"'54?>5#"=4;54>32#"&'&#"!272>32"&5463232><&54'"&#"'54?>54&#5DaF'1' /iEwFdR=R3/9{=H+DPU}ZLn#H+5% %3'DF'1't/%''%- )n48)p6.KTqEotMHKJh?2)$-!+1I@^@bж-$'''-Z4%N@ ( @<bb  `=M= N  =M>Y@MLIE+%*# +74&'&7672&'6232654&'.54632"'.#"#"'0#&#"&47>)[ i$ , !^bBlT}{fu/bm - /?07X\pDjg1dV]V `4q1&*RP[I Xx cJEDR33wm`ml =R# G<<)B$q +3!2>32!>?2%&#"&47>54&'&7672'6747Bw9)%LT)'+]V `4)[ i(C3s3#!=PCV< |1 <{q1&*RPoCJn )K@ }a 2@-  d  b ` `c   >Y@{zrnfd*HJI%*C+&47327#"' #"'&'&'&47327?'&'&'&47327?6&&47327#"' #"'.'&47327?'&'&'&47327?6&^9)  ky  %^)^/WI^)^/ L`1^9)  ky  "%^)^/WI^)^/ L`+##!& |J ##+1,)-L ##+1,)1+## ' |J##+1,)-L ##+1,)1+d/4@1beSGK?+#!#!#!#!<:g<:g+-#+yB^@[ & <  bb` M =K=M=>=;64'"334! +3274&+"=737#"376"##".54&#"#".54632\'1'P&1(>A?O1;-=V.3 :}95N1 V/+''--D3d2EeQR%/5KNvD+HX@UA< 4<bbM=  K =M=M>FC@=4'%")$%"! +%327632#"5#".5&#"#".546323274&+"=737#"c 59g-H/! 59-A) \'1'P&1(TR%-5?+N;i73R%/5!MT{f/+''--h;>@;:5<ddUIL@:2$9"+632&'54?>=4'"2&'54?>54&#'"5'672\R N1 f1L R5}#+{:Ph %% ] %% !=(% 5XAO@L0<7$<bUU I K ?A>;84#334%"$# +4632#"'&#"632;2&#'54;254#";2&#'54;2^o=RL.7Xj=J/\+o/TV$/ ^)n -;Łf3#+'P'5ZXXR/ ## /+%/ ## - )@/b``UIMAY@'%#!    +2"&5464&#'"/672#"&54323265=#5#!+{:)-=-P+'+#;"#"{=(% 77Յq-3'3;t+.KPX@ZPM >K1PX@#ZUIL@@$bUIL@YY@)'#! .. +"&"&7>=4&'&76727632#".'&\#--;==B+!5m7  ;]%&$   ?9!;;# Iq--  )o@*bZUIMAY@ ""!$2"3 +4&+"=7+"327#7##"74323276% %#+y9RJL;! 1# '' !7)yy@7 H/ 1KPX@2bZb UQM>@8bZb UUIMAY@ /,"6""!#"" +327672#"'.5##"7432327654&+"=7+"h#-%+P-=-)RJL;! 1% %#-w;5'3/oy@7 H# '' !-+4@  1 @-U U  U I MAY@420.&#! ++ +"=7307#"37632"#!54372654&4&+39 H/h!`/+]7$/1@L /5=F'#!w%aK4VN#o#-HJ'@$1<de>JH%*C+&47327#"' #"'.'&47327?'&'&'&47327?6&^9)  ky  "%^)^/WI^)^/ L`## ' |J##+1,)-L ##+1,)1+)B'@$dXINB:6"$-F+6&'&47327#"&54632327654'.'&4732772^9$ #P=?)  ;    ^)^/u 1+##"3PX%.< ##-/!Z)(KPX@ e>@ d[Y!& +#"'&5476703#   %)  +ou-K1PX@ d[@dd[Y%&&+"&547632#"74762#/   )!- / ++;3#@ :IMA  +"&5467327Dob ;F^/Z;B # X)+N*B7@9M >  +2'>54#"5467Dob ;F^/7Z;B # X)+N*7FD @eM >Y@   +2#".546`^?< B[+DFFV%)X #5L<9]dJ5K@@QM >Y#$#"+#"'732654&#"'632b# LHRB%/h5qz TCPL\T ^J5K@@QM >Y#$#"+4632&#"327#"&^a%LJRD%-fJqz TCPL\T w @bcM>"&"+4632#54764&#"#"&wh\H^IJPR?+'h !! 3NVE989>9HBA3V5\w @bcM>'"!+#"'&#"#54'&54632/# h'+?RPIJ^H\h +^5V3BAH9=:7:FUPJ+"+5Po\V\J+"+%55o\V\B3@<e > +#3#]V]n?3@<e > +3#3\V\9nh3mu  "+&'&'676Lw\saH$u{L^s7sb%hJ @:[  +&'7671N)HN&G%jOPipRN7@ @IMAY&% +#"'654'63 %#v< )s5% @IMA   +!"7463!2}5%%-#/Zb %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %` %K*PX@ e>@ d[Y$% +#"/7632J  ,?F)/ @ <M>#! +#"'632&%- R N @IMA   +!"7463!2T\()J?` - @ d[Y&! +632#"'%J3N ,T \Ju KPX>[Y   +"54?y/% J,/F% s JLf=$@!<GK? +!7J=JDf;@ 9[ +!J;B/F+@(<UM>###"+4&#"'632#"'7326D5&PooP 3F1H@ om@EFFJO@@UIMAY#$#"+4632&#"327#"FnN)3FF3 Nn=H13F?P-yF @dL>Y@ " +&547356723b  -P-y%@" <S>" +##"'5#&547  R=R@  @ISMAY"!+#"'5#&547356323#H  T }FZ@GK? +!&547$+;Th @ :IMA% +267#"&'b|}7amhRfbV`- ,K-PX@ M >@IMAY$" +4632#"&E%';A)%=%=D&#@D' *@'UIMA    +"2654&462#"s/46Z55mmkIH>/-??-176V'mXf1"XoB` DdY@ @IUNBY@ +2676#".'&#"'62#)!) " ?/'''/u%)3+? '-6 'ou-K1PX@ d[@dd[Y%&&+"&547632#"74762#/   )!- / ++PJ=&@# <:IMA# +6727#"&547PuBb@A/Xt Ta`JN#)b9@3Dd}"+'&'0'7'67677˲    ! !\w,6n@# 5@UIM AY@0.%$"!  ,, +"&54?&#"=7327"?4#57307"'2654/-7D#DD=V;;oyFF+d7TL;!/ A1+#q+ jF5-VZ+5F  5R/L  %9*)KPX@"bUQK>@(bUIUMAYY@ !-(#+332654'.4632."#"&#"&9-*+9)9wTIrNo70NR5%533DNT+!`L)%''N1#BX#P;+'%$-7%9LG%bJ8@5:< UIK?EACCC +&'"&4726&'&'&'"&47>767'.'&4732776&'&47327kk'),J)BI7 R +J-I)!3es**JHI+ JT +J+I*&8!!Vf!!;w<!!uu!!56F@C&<bUIMA,*"  66 +32&'05473>=4.'.54632#"5465654&#"{ P3 !k`X'7D/57Od %% !%=J+NYZK/ %1G3FThc5)8K&PX@K = >@S >Y@  +#!5)s5)AK&PX@S = >@SK >Y@  +#!5!5D)'s5)AK&PX@S = >@SK >Y@  +#!5!D)s35)AK&PX@S = >@SK >Y@  +#5!5!D)׍s)5):K&PX@ =L >@dL >Y@  +!5!;D)sf#@ dGL@ +73!fiZ\fh9!@GSK?+7#3!!kk>h^X@<d[ +33#l\?u !@SGK?+!5!5!5!//XZh/9@6! 9IMA+)('// +2&5>54."#"&546%2&5>54."#"&5469F/;o PM  708n9F/;o PN  7/7Z;L;J P) 4 7Z;L;J P) 3!60@<d> +3#3|L4Mu0@<d> +#3#|M4Lu)."+%5%N%|L9M)."+%55w%{L7L;b *@'UIMA    +"2654&462#"/46Z55mmkIH>/-??-1@ d[Y@   +2#"/&'46#   +V  /=TV >K(PX@ d[@dd[Y@   +2#"/&'46%2#"/&546% +:#   +J -   /=TV>K(PX@ d[@dd[Y@  +2#"&5476'2#"&5476#+ ++  J-  / %)b=@:<: 9UIMA  +267#"'&#"'>2#/1%3PJ%'-1KR<-> 5-/3 \[:-\@M=M>+462"462"@Z??Z@@Z??ZZ@@Z@%Z@@Z?=h #@  <eK>" +73##=' 7V =h #@ <eK>! +'"'#&5473h'7# =h D@  @dGL@Y! +6323#'=& =h D@ @dGL@Y" +#&5473672h'  "= K@  @deL>Y@  +%!#.'5673+RFXdfqD $+=V>3B5%5#`\ %K*PX@ e>@ d[Y$% +#"/7632  +?F)/b\ %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %o  "+&'&'676Lw\sbH${L^s7sdY@ @IUNBY@ +2676#".'&#"'62#)!) #?/'''/u%)4+? '-6 'DHZ @IMA   +!"7463!25H%-#/) 5K&PX@ M >@IMAY@    +!"5463!2PH));h @ :IMA% +267#"&'{}8amhRfbV)1 @IMA$" +4632#"&)F$'/-??-1@IMAY&% +"'654'62%%#^m; )^m5sP3KPX@ K>@GK?Y+#3#3ZZ\\Pqo E@IMAY% +."'>32{}7`mRfbV3'@$ :IMA +"&5476726329F0;o PN  708[;L;J P) 3!77!@ 9M > +2&5>54."#"&5469F/;o PM  7/77Z;L;J P) 4 7B!@9M >  +2#"&"&'&54617/7  NP o;/FB8!3 )P J;L;[@ 9KPX@ M >@IMAY@  +2&'>54."#"&5469F/;o PN  708Z@ d[Y&! +632#"'%J3N ,T Ju KPX>[Y   +"54?/% J,/F% s \(@% <SM>"!+#"'5#&54735632+  \(@% <SM>"!+6323##"'\  d\ J@ 54'.54632_S22)/7124+9JRPZ5')5#%+jw XQ@ @UIMAY!$"!+3263#"&54632"&#"  RnwT ?@dL>Y@ " +&547356723Z  -H-y%@" <S>" +##"'5#&547  3,@) <SM>"!+#"'5#&'47356323#+- 3 @GK?  +!&'47y.@+:ddN>  +2=0303'"&5462`)'V-)5dn@!%!9`.@+:ddN>  +"50303265462')`%5). : %!Bl@IMA +462"@^??^_??_? }@IMA+462"$462"?^@@^+@^??^_??_??_??_?b *@'UIMA    +"2654&462#"D/46Z55mmkIH>/-??-154'&5469Fy`HQ?V9T`PVg!>/B%3fFq@<;KPX@XVIMA@dVIMAY@  +"'73632#"'47726545' RE3?S}_HON)/: ʼnF9BV#!+'G?f?(@%<:dIMA(! +"'4%32>76V'mXg1"XoB`+ @ <M>#! +#"'632+&$+ R TLK@  ""%%$+#".'#"&'6732763232% Y4-@#R!3Z /IT/ /RNyRA^H\=bb (:K$PX>[Y  +&'767+=)TN'H=d`XPhqm3uX @9[  +&''677+AR)K\qHTep)V @ :M>% +267#"&'{}7`mRfbV1^ @ 9IMA% +."'>32{}8`m1RfbV?y8@5<IUNB +2676#".'&#"'632#)!) #?0'''/u%)3+@ '-5 ' N @IMA   +!"7463!2\()N @IMA   +!"5463!2>() Pb OKPX@UM>@UIMAY@     +!"5463!2!"5463!233'*')?Ry+8@5<IUNB +2676#".'&#"'632#)!) #?0'''/u%)3+@ '-5 '{f @IMA   +!"7463!2\() @IMA   +!"5463!2>()b9KPX@ =>K!PX@ e>@ d[YY +2"&'1!/TVD@ => +"&'2/+'))%# Q@ @UIMAY!$"!+4#"#7672#"'72326  RnwT ? +35%!!tB3;j$@! <U>""%%$+&'>32>32&#"#"'&#"% Z3.?#R 3[/JT/ /RM9yRA^G# "+''7'77#:;;:R99::]N"+4&'7.476 '6 /(). RO3'$'q)@;$ '=hB0 /@,UIMA     +!"5463!2!"5463!2>>'*')`\ %K*PX@ e>@ d[Y$% +#"/7632  +?F)/b\ %K*PX@ e>@ d[Y$! +632#"&547 ?2' /' %#8@5<IUNB +2676#".'&#"'632#)!) #?0'''/u%)3h+@ '-5 '7!@ 9M > +2&5>54."#"&5469F/;o PM  7/77Z;L;J P) 4 7f9J "2@/dbINB""+462"&%462"&2#"7476f:N99N:[9N97R73!5 j )99)'::')99)'::+ %#9@ :M>%$ +73267#"&59m-A- 4i3Pck>+^LTTK@  @UIMAY@     +!"5463!2!"5463!2>>'*')3 #@  <d>+"'672"'672) %% %%D R   R  z J@ K PX@eUV >KPX@eV =M >KPX@eUV >KPX@eV =M >@eUV >YYYYY@ "##%#!+"#"'7&'"'62763232676#"'H :,'&'/u3>"%(#(!) ,t!-6-n+?'`-x@ $@$U VQM>Y@'% -- +"&462"&4622676#".'&#"'6327((7(7((7)#(!) #?0'&'/u%)4(8((80(8((8+@ '-5 '+^1@) K(PX@(  U UQM  >@.  U  U UIMAYY@"/-,*%#!11  +2#"&#"#"&567232>72'"&#"#"'&=63232> 9Z!!/ ?_!': ;X!"!1 B\': mH'% hD## mH%% jE$#; p@ K(PX@dT>@deGL@YY+673!.'3#>7!#.'fqD #/- FfoqdH !1dRFXd%5#6;!';o15V>3B5y)#@  <K> +55673.'5;!';o05)0- FfoqdH !2v"+%55%{L7L=F*@'<QM>#$#"+4632&#"327"=qP 3BB3)Nl?F31H=*@' <UIMA%+"&462."'>32Z5N55N{}8`mN88N5-RfbV". "+''7'7723322233.v"+%5%'O%|L9M.v"+%55%{L7L. '@$<:9d> +%55%#3#Nr|M3M{M6Lu\'b*@'<QM>#$#"+#"'72654&#"'632pN)3BB3 NpNn>H13F@oyN@M> +462"?V@@VV??V@b}5@ ,32#"#".'#"54>/%A-<+L3 4!4-%3A'L 3'-!AD!hJ (\@UIMAY@$#(("$"$$ +2654&#"4632632#"'#""2654&9Z::-/7kHV67UHjhJU76VHH/8:Z99-FF-1ACueBBcGFdBBC/-FF-1Aso@ KPX@eV>@deINBYY5%5+57654+"74?632;2:>!#9!     w @ :M>   + 7!2$67#D !e#7%qLVN%) %@" :IMA   + 7!2$67#D !e#7%qLVN%= @IMA   +"5463!2##"=#0#.R @IMA   +"5463!2##""0#-\XjN@ < :9KPX@QM >@UIMAY"&""+6$3232$7#"'&#"\/aՅ՘yH;DRϤR`hADDE dwDBRD @ 9M> +2!"'6$#9j<#%#3aT;%;9e K(PX@dT>@deGL@YY+!.'3#>7!/- EfoqdG !1P6;!';o15#7H .A@>, -<bQM > +)&$  . .# +32>7"'"&54?4&#"#"&5463227^% 5+=%/p4- L'w 3+L+(+#B7!   !/L?mL<@9<SQM >  +27"'&74632#74#" 7#-JF1!OB-B1?';2!O9_;% +&#"&7676=4.'&5673&"&462P%!+#)$ ='$$V    G%%DF $@!QM >    +2"&464'"32PHNKGH;L8Fe9;[VwgsmB+6@3 <+:RK >#%##4"+726754+"=77#7'"754&'#"=7/4 101%34R )#?F89g%L5@2<bQM >  +2#"'&#"32>7#"&465)!#'-!  1FDIRL$'!-D9-5 BVe'o@'#< ;KPX@ bQ=M >@ddQM >Y@ %"""+5&#"323#"'&5463254.#'673#7!;B'%5'D;1 ='-?"Z%m}#%N;c; '#h;p@ 65 @!  d dPM >Y@98432':" +672&#5437>=4&#"2&#5437>=4#'"'56723.+= 5#J  + 9%E  T! dR956  )4 9hsHPP@MA% IG><42/.(&$"'# +54&#"&#"&7676754.'&'6736726723&#"&76=4&#"&#"&7>N%%!+#($ =(/)>3/'3")#+!%#$!*) Zw+-    459865 w+&   L(@@=<9ZbN =M >""#+7##6326'&=47623254#"N'= #)#+!%   %/++:   ##'<4@1<:QM >$"$"+27#"=#"=472=732#y%;B/=>L?'D M hhB+S@" @eK >Y@ ###'33#+'.#"'577+"7674#"=07#"&Z 7P ?=!'7 `!  #yHBu@7&< :B>0,9K PX@ b WM >@ b cM >Y@A?<:42#%##$"#%! +432767'&#"=27#"76#"=327#"32&'"5432'&'02&'" DZr !5  ')?Q-!;! !4 -))Pu?J Z`!7?jN% @ 9[ +2&'>-=4w %)+'J#%1d @:[   +"&547!1v-)+'>%"+h@ :M>%$ +73267#"&5m-A- 3h4Pbk>+^LTT/H0@-<M=M>  +% !"'632#"'7dk>5}PT}5=|-o8Nȇd-L9Ph +?@<#"<UM=M>'%!   +"&54632%3267#"'&5467632.#";3CE1-JF3VP/f|?5}tC4|5?kb5s5=F/1HH1/F]qG;Pv}L3N84"9/H #D@A! <UM=M>  # #   +"&54632 !"'632#"'753DF1-JFdk>5}PT}5=|JE/1HG2/Eo8Nȇd-L9D(@%9eIMA   +462"2&5>54'&546@Z??Z-=JcJjJZ>Z@@Z@Yo\fm%7L+:XbV@d[  +2"5476!5 k + %#f9J"6@3dbINB!   +2#"7476462"&%462"&!5 j :N99N:[9N97R7J+ %#P)99)'::')99)'::=LKPX@3b U K =M =K >@1bS U K =K >Y@?>GE>L?L;9/.*& +!#&#"&47>727&#"&47>&'!"2#"5476j 2nLk NZ%-D?63 [u!wP%#!5 k D- ^  11 4XJ)l/1  11   [+ %#{ @IMA   +"&546323DF1-JFF/1HH1/FQ@G*@C  d Z  bZ   UUM=L >Y@$NKDCB>;:541,'$!QQ  +2#"547626762"'.+;26&#!"&47>54&'&473!272'.+"\!5 k }91  2RT4?I'!3bGss??sd 5/!"'VkP8+ %#1[ bOJj 70%;H9 1 <{5{;2 F{d;HoVK(PX@3 d  b  S  K =K >@1 d  b    U  SK >Y@&TSPLIHEDA@=9650/,(%$!   +2#"5476&#"&47>5!&#"&47>54&'&47327!4&'&47327w!5 j j@r TR s?D?s TVs@@smo s??s Tb s?+ %#-{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{0lK(PX@%dbK =K >@#dbUK >Y@.-*&#"  +2#"5476&#"&47>54&'&47327^!5 k @r  PRs??sGV  s?+ %#-{; 11 <{5{;2  1 ;{(=@:dbM =M>'%!  +2#"5476"32# ! !5 k wǴVT!v+ %#: +T{h'3}KtK(PX@' dbK  =K >@% db UK >Y@A>;:10-*'&  +2#"5476&#"&47>54&'.'.72776&'&4727b!5 k cEOV E2IE  { U' %H os JP) + %#-{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3fIH@E4."<dbM =M >EC<820)'   +2#"54763:>76!"5>54#"#!&'632;'&54$3 w!5 j  1 # V#{#L6R  #E+ %##c  y{RӨbu Hc;1F"8T@Q*&31<%; dbV=N>750.)'!   +2#"5476462"&%462"&4'7327327#"5!5 k 9N97R7Z9N99N9%?=*/DE#%y=F+ %#P)9:('::')9:('::$MB qXBdD=^KPX@UM =K >@SUK >Y@;9/.*& +!#&#"&47>727&#"&47>&'!"j 2nLk NZ%-D?63 [u!wP%D- ^  11 4XJ)l/1  11   [`- :m@ UUM >Y@ 650/,&:9  &#! +3 54&#"32654&#263 #"&#"&47>54&'&47#iZGDfך%#pR1nӒbj s??s f덁,JbQP))HsC1 <{5{;2 -'a@ZUK >Y@$# '' +!67'.+"&#"&47>54&'&47-P 3L7J@r  djs??s) DAPFi{; 11 <{5{;2 =D.@+b =N >  + !7#!"547fa9jg++  u/ 91B@8  <6:K(PX@7 ZZ U N  =M=L >@5 ZZ   U UM=L >Y@?<543/,+&%" BB +26762"'.+;26&#!"&47>54&'&473!272'.+"?}:1  1RT3@J' 2cHss??sd 50!#'VjP71[ bOJj 70%;H9 1 <{5{;2 F{d;HT9/@.<:K PX@#bXM =N >K(PX@$b`M =N >@"b`UN >YY8d9@+&#!"54767654#"'673!26327%>72h7'Pq!"# ˨#k1?3PqL'%*kl @du %TFE -GkK(PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327?s TRs@C@r TV s??s lo s?@sUb s?{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{LTD#/=X@U < UU  M =M>%$<:64+)$/%/ ## +3267>"'.+""'654'>"32# ! {{;1  1TR{{;1  2TkǴVT!v-I {1%+)#-J{1% +(#1: +T{h'3B-!AK(PX@K =K >@UK >YCC+%&#"&47>54&'&47327@r PR s??s GV s?{; 11 <{5{;2  1 ;{-Pb"@bUM >Y@ POJENCC +%&#"&47>54&'&4732767>.'.7327&#""'&'&'@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJ7B*@b = >H*C+%&#"&47>7672&#"&47>'# 79|.C.,;P NT g&% '*? 11 =///0qB / 1 >[BTU!-F.@2b`  `U  K  =>Y@A@=965G +%#'"'#&#"&47>76&'&4727%&#"&47>&M44  XN1_{F5{T< R (m )   e.=')' XD ("( X'`T 11 PbLq.2  1 6W101 11 -0-<0K(PX@%b`K = =>@&b`I =M>YY@ "J#(H+4.'.7327#"'&"&#".7>5.'&47327s 15?  /=s?/-%53 15? 75  s? Z> X HK+ 2  1 A?1DdHK+  11 BV-R2 q>\1#=W@"7, QF <:):TC 9K&PX@.U UM  = M  >@, UU U M  >Y@*@>&$VUMJBA>W@W<;30('$=&= ## +3267>"'.+""'654'>!272'.#!"'46743!""5.563!2676#&!{; 11 TR{< 11 Te5/'%AmmA%'/5/'%AmAmA%'/-I {1%+)#-J{1% +(#`;s=>r7;s==s7LTD '@$M =M>   +"32# ! ǴVT!v: +T{h'3;-9jK(PX@" ZL  =K >@ Z UK >Y@43.-*&#" 97 +27&#"&47>54#!"&#"&47>54&'&473+;s?@rnm s?^l^@rdj s??s ;) 1 ;{{; 11 <{E{; 11 <{5{;2 7 3{K-PX@ "<@ "@%ZUM =K >Y@ C(c$"+32654&#"4&'&4732632#"'&#"&47>5%w?s d)'^'1hDžf@N ZR s?o" {;2 Eqh6HOy; 11 <{&J+%N @UK >Y@ %% +!!2676!&67677&'&47!'.17ml#'"q1B!#3L ƒs / #!D 0wF=P90l@ '@! UM =K >Y@ .+15C +%&#"&47>54&+""'6743!3 72#.+"E  OVF+6dj-) .y-5){; 11 <{dgbw y s`hi-<HK(PX@K =K >@UK >Y@ 33C+%&#"&47>54&'.'&472776&'&4727FPV F2HF { U& $H or  JO) {; 11 <{78/U0 0  1 *B]>*2  1 3JF*?31-3<P@ 54$ @UK >YCC+&#"&47>7.54%.'&47327>54&;Bo @&b` UK >Y@KGDC?=9851CF +%&#"&47>'&"&#"&47>764'.'&473273276&'&47327N?NB {VRR0 #L3=| Ji1/f32  1 7B"-V-Jx@( bU  UK >Y@JI?<87C;C +%&#"&47>5".54&'&74;24&'&47327>546;2#@s 'F''*A+%3:>76!"5>54#"#!&5632;'&54$3  2 # V#{"K6Q  #Ec  y{RӨbu Hc; Tq1[K(PX@!U K =K >@U UK >Y@ /.CC +462"$462"&#"&47>54&'&47327@!U  UK >Y@B?<;213C +462"$462"&#"&47>54&'.'&472776&'&4727;N;;NA:R99R9FPV F2HF { U& $H or  JO) N<*2  1 3JF*?3Fyu6C@ 7 b  b = = M=N= M>K1PX@; dd  b = M=N= M>@? dd  b == M=N= M>YY@B@<:654210)'!  +2#"747632672#"/#"&54>3276723263'.#"32B!5 j 1)J'1!#TDq0NiTLnaFH 'bVjfmru+ %#w-`RPƇm3 N+өBZq>5K(PX@   <@   K(PX@2 ddb   UM=M>K1PX@7 ddb  I  UM=M>@8 ddb  U  UM=M>YYY@=;:86421/-+)%#  +2#"7476327'"&54675&54632#"'&#"37632#"&#"!5 j sTVds)/'+^11;=W V`q+ %#RmX !{jF#=PZ9)#CX+/ `9s;j@ /&<9KPX@b=M=>@ddM=>Y@98.,%#  +2#"54767>32'64&#"#"'54&'&7672!5 j Vg 4Ve Z 0V b s+ %#j [W7%R)E$Lk3w{ E+7pV-#'%1w$j@<;K!PX@b==N>@dd=N>Y@#!  +2#"74764'7327327#"5F!5 j m%?=*/DE#%y=w+ %#MB qXBd3F"JL@II< dbV =M>HG;953(&!   +2#"5476462"&%462"&3254.'&54632#".54&'&7672!5 k 9N97R7Z9N::N9Hj/ F+`pbB/V [F+ %#P)9:('::')9:('::# F`8'<$Ӹ=wZ V-#"Fy'4@ (@4b==M=N= M>Y@ 31$!&$#" +32672#"/#"&54>3276723263'.#"32F)J'1!#TDq0NiTLnaFH 'bVjfmrw-`RPƇm3 N+өBd7f@,+7<9K-PX@M=M=M>@UM=M>Y.,&#&!+%32654&''"&5472>54&#"'6432#"'7Ommh5.!,;B99HmTR1Nj{i+:hB3ꬫSs{# 3Jm\?$.o#APT@!55@2&%! <b==M>.(L#+32544?&.#"#&7672667327#"&-/')7B   01 ?/ S30 5P! 5>T?D;HZ`=hb 5V3}T B\?> ) aqzL$2.@+%<bM=M>)+"%&+'.54632#"'&'"#"&546732>54&'j}^`<R>J\czsEHٍ-PT1^LqmN\mLP#'#Zji-j`mRu}vﰢLwT=Z/K(PX@ <@ K1PX@,bIUM=M>@-bUUM=M>YY@ !"""$*$" +7327'"&54675&54632#"'&#"37632#"&#"sTVds)/'+^11;=W V`RmX !{jF#=PZ9)#CX+/ `N+H5@ @3bbU=N=N >Y@1/%#! 55 +"&5463232654# #"&'673327632Xr-N)K;S\@Z)L\1LjBLo>d+9'%5qZ##yg1! Zk-C#;+FBXX1f9,'@$ <9M=>'.$+7>32'64&#"#"'54&'&7672dVg 4Ve Z 0V b  [W7%R)E$Lk3w{ E+7pV-#'%P"2@/SM=M> " +&#"!326%32#".n=c9qLt8^DRVCHNuwiIX}N՜GI)1%@"<:=N>%%$ +4'7327327#"5%?=*/DE#%y=MB qXBd=ID@A1/H<bVM=M>GE?>42.,"#$ +4&'&76722?>32#"'&#"327'"&/.##"'5/V [%1No}Cj-)#-1 G'   !* \n%D5   Z V-#"f=`g`+/>X%;- 3u?V  E+7p-1/@, < 9M=M>$$*"+%#"&'''#"&'6723271h+JZ-SG3`}ND`fN?AA@>9764-+%#! +%#"'0'64654&54'32732674'32732632#"';, /93:LN% /93'%%-X-{ @R??$LiU NHBsqxP7ĞBB:;@7  ++'@e>" +./&7672754&5462'%%L 3 '5V/k!+1Z"'bHr15A/ P-3LK-PX@H<@HK-PX@Ab bUIU= M = N  >@Bb bUUV= M = N  >YY@DB?=;964%!$!("%! +#"&'67332763232632#"&#"!2#"5463232654'"&547.5456^j-:R1P?:7srH3="7)@T\=Qœ)!%N1E5SNGLbRZY;#9#qPN>'/ d{R "VϙmILuT%@"M=M>&# +47632'""32654&TqzǓPu=sLZ˅sւs EBT1Vo,=@: <bM=M>,+)"##" ++327#"&54##"5467>5#"&'>3?5gBdT-A`FP-')-5%N\osJ@}T;hZv9E1 !oKV qo -@*<9M=M>#&$*+'64>7632#"'4&#"2611++%qmYotX?$.>$s7jB#?/KPX@-ZZM=M=N>KPX@.bZM=M=N>@/bbM=M=N>YY@ $"$'$"$#+4>32#"'&#"32#"&5463272654&'.Bf嚋3)13?[oL! Xr-N)K/guN1+=3?灪uK!VD9w9'%6pcTE Lho!5@2<M=M>!!  +!#"&547>3!2654&'"f)Xr9Յ=dV`51w{QDž9H;8LT {7uoB@? <bM=M>  +!+327'"&54#""'>;#=k!BV\sXR-sH?%% +yos^ Vlw=bDpg3' @&<=M>$+#+3254.'&54632#".54&'&7672^Hj/ F+`pbB/V [ F`8'<$Ӹ=wZ V-#"P^ *@< 9K PX@M= >K PX@M=>KPX@M= >KPX@M=>KPX@M= >@M=>YYYYY#!" +4&#">'6.5467467632VZ?DF_'{%8;bJhil_E$jIٍ-+w:9qfJ+z@+%<:'9K(PX@#bM==N>@'b=M==N>Y@ $&&"+.#"&'>3237327#"&//7d1XH1-'B`?< )};B@5/!#/7`eROuo5 o-+-) bR7B -!;=;r@8+<;3/:9K&PX@b ===>@db==>Y@ 20#"# +67327'6./&+&767265327>71-/1== uV) PG@ 9eI(#>% dg#o{ P{5S\?$ VP1 sNhZk%&*#"+#"'#"&5%3267&546323265'67Ѵ@)pVvut7S1'%'1\{q^qa\ #J_pNj5S#)uyՇ9)L1%7@4 <;U=N>%%%+462"$462"4'7327327#"59N99N!9N97R%?=*/DE#%y=sR99R88R99R8XMB qXBd37.@+6<U=M>$+$+462"$462"3254.'&54632#".54&'&7672:N99N!9N97RHj/ F+`pbB/V [oR99R88R99R8[ F`8'<$Ӹ=wZ V-#"Tu*iKPX@$b=M=M>@!ddM=M>Y@&$**  +2#"547647632'""32654&+!5 k VqzǓPu=sLZu+ %#/˅sւs EBT3u6b5@dd=N>Y@43'%!  +2#"54763254.'&54632#".54&'&7672Z!5 k Hj/ F+`pbB/V [u+ %# F`8'<$Ӹ=wZ V-#"Fy;j0&@dddN>Y@31,*$"  +2#"5476#"'#"&5%3267&546323265'67!5 k +Ѵ@)pVvut7S1'%'1\{q^y+ %# qa\ #J_pNj5S#)uyՇ9)LD ,d @UM=M>Y@*(%#  " +4&#">7>2#"54326&#"/?HwI@'%q?hsusJ=LlZE;mXɤ [ L\!1R7]@Z-/<b` UM= M  >6410,+&$ " +4#"54#"'676;32>5"&'.546322&##"&)^ri-9 N% Fh3FF7wboN#f+ %-5WƔP}`X{\ ;*f;DB\hFsR JӢ bD1KPX@%bM ==K >@'b`M =K >YY@ "$$$&C +%&#"&47>5'&#"&'6723>32#"'&#"FPV FRPjf8N-TVLZ)9/\{; 11 <{lP- b9sD5/1D3@Ҷ(& KPX@2 d  b` M ==K >@4 d  b`` M =K >YY@><:842.-+)%#  +2#"7476&#"&47>5'&#"&'6723>32#"'&#"m!5 j FPV FRPjf8N-TVLZ)9/\+ %#/{; 11 <{lP- b9sD5/1D buA)' KPX@/   bU M  = =K >@1   b  `U M  =K >YY@?=;953/.$&C +462"$462"&#"&47>5'&#"&'6723>32#"'&#"9R99RD;N;;N-FPV FRPjf8N-TVLZ)9/\M<,++'6&$547&7>54.'4y) B`% FhfOtA( FW NOwB) "E~SX?$hH  N 7s{cF L5Hh[7MvM `4:Qn]3EtN >JF1:@7-#<bUM>%&*"%#2+4$#!"&'7!2#"'#"&54673267&54632326=<PNwR^͗ls3q-'%'3^}f1oנ׷̑E)uଠqhNj5S#)wwߴ1GC@@.-C<bQM=M>$$%&)(#(% +%47#"546764&#"'63267>3232?#"'&54632326?#"&jb)PBP#;'/-#PVHN#d-)Vq3TZ'FnLdR'')%-'Zd -*NDyXwP%B7=\-%h}%)-rc/VZ'o^/)!%d1qLTD !0@-<9QM >    +"32&#'67&! Ǵ#FjT!v: +T&rka3T$.@+ <9QM> $$+# +47632&#'67&"32654&TqzǓPXE^=sLZ˅sւViT3BT!H9 :KPX@(ZZURM >K!PX@.ZZUUINB@/ZbUUINBYY@ !#(!&U+4>32327#"&#"6#"&54232654.'&!K(PX@7Z  b  b  UN =K >@5Z  b  bU  UK >YY@872.,)%$ == +#&#"&47>54&'&47!272.+"3276"'.3?s ;Bs@@s  6*$ FoMJFX? 1 #Nd{; 11 <{5{;2  DN^-FR #N -/>o-F._@ <.:K(PX@UM=>@ZUM=>YW(!$71++"6;27#"&#""'&74>32327F9=_;'3J)iLnHJ\!7v-+T)XRVN3 Vi hL/CFws -d#!H@E <USIMA !! +"&547!654#"'672!327XD^8O'11dhBb1aZ/14wX@5^L36Z%?ZT+7)-#'=db^ @K(PX@eT >@deGL@Y+ '!7!Rs':qtLbR)1@.<(9bcM>%+64'#476767&'&!0##'%2&^39-qw;kywgc{/sduO`me;EyZIH!XD@ @eIMAY" +&%763 #654''%&'' %\N#LB-:B}{ŶupLD?L11-@*-,<M=N>#)(#(%+%47#"546764&#"'63267>32327#"&jb)PBP#;'/-#PVHN#d-)Vq3V\'sNDyXwP%B7=\-%h}%)-rc/V^%qF+9@6<9QM=M>%#++&#'#+#"&'32& 4>322654.#"^{sA $Qu'-EwL`s3X^4QRf͗QV{p+FHy9RjL#Ph'@$ <M=M>$'$$+3267#"'&5467632.#" 3VP/f|?5}tC4|5?kb5s5qG;Pv}L3N84"97- /K/PX@ bU=M>@bUQ>YY'$($"+4632#"&4&'&7672#"&54632325E%'$$$ +# ! #"!32TVT!vMtG~{h'31CP/L4@1 <UM=M>#&#"# +!2'!327#"54>32& d/ yf#jT@l!` )f% wm7r+DL">@;<UM=M>"!%#&#"+.#"'62#"'772>5!"'5463usj#fTAe`m%;\&%$-+'6?632#"'"67326911mje`}$`NX?"<-^F%ՔR-ϷX>LPD&@#<M =M>'($"+%# 32.#"3267=lP\I;܋5itV:ʓ5o)'4;%1-uRN##@  : 9 >$ +!'#"''7 7<6jP-w-F DE%B}D!'@$ <M =M>)%$#+'>3 !"&'732>54.#";56? 3w]-:Vuh5PP: P17|s#Nr^V%13PD +>@;+ <UM =M>)'    +"&54632# 32.#"32673DF1-JF=lP\I;܋5itV:ʓ5'F/1GG1/Fo)'4;%1-uRNB}D -?@< <UM =M>)'   +"&54632'>3 !"&'732>54.#"3DF1-IE;56? 3w]-:Vuh5PP: E/1HG2/E317|s#Nr^V%13/ M@C &< :K(PX@< d ZZ U N  =M=L >@: d ZZ   U UM=L >Y@ JG@?>:7610-(#  M M% +#"'%626762"'.+;26&#!".7>54&'.73!272'.+" 9?}: 11 RT3@I'!3bHs  s?@r  d 5/!#'VjP7 =w1[ bOJj 70%;H9 1 <{5{;2 F{d;H/qR@H+@?  Z   Z U   UUM= L >Y@ OLEDC?<;652-(%" RR+462"$462"26762"'.+;26&#!".7>54&'.73!272'.+";N;;NB9R99R}: 11 RT3@I'!3bHs  s?@r  d 5/!#'VjP7N<K&PX@9 Z  U Q M =M =K >@7 Z U  U QM =K >YY@SQGFDB><42.+15C+%&#"&47>54&+""'6743!3 72#.+"632#"&54632>/4.'&#"E  OVF+6dj-) .y-5)xUJ7kP=H9P-' )6" ..:^u{; 11 <{dgbw y s`hiτE=ߢN=9'#3RlOOfs*5^ 1r@ <:K(PX@#dZL =K >@!dZUK >Y@ .-('$  1 1$ +'"547!67'.+"&#"&47>54&'&47X'9P 3L7J@r  djs??s)Aw DAPFi{; 11 <{5{;2 FD6Z@W )<b`bbUM = N  >53#!#!'+" +!2'.#">3232?2#"&#"32762# Fdj'!7`fBTRB@bM =M>Y@ 75&$( +'.#"#"&#&'6!2654.'.54632( *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u z:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4B-!AK(PX@K =K >@UK >YCC+%&#"&47>54&'&47327@r PR s??s GV s?{; 11 <{5{;2  1 ;{ Tq1[K(PX@!U K =K >@U UK >Y@ /.CC +462"$462"&#"&47>54&'&47327@bUM>YC"&$+#".5463232>54&'&47327\YdDR86R!/9F PZb</w@ 5$*7==u{;2  1 = -MKPX@2Z  UK =  M =N>K(PX@3b  UK =  M =N>@1b U  U  M =N>YY@LKHB<:763.,+&$"  # +32>54.#4&+""&546322764&'&73!6732!"&#"&47>-;RoEC^)BB"cJHu6(F-B'N7hNd s?}b<'js?'T>@&    U UM >Y@%]\YURQNMJIFB?>9851.-*)&%" # +32>54.#32#"&#"&47>5!&#"&47>54&'&47327!4&'&47327sRoO!D\rwCJmV'Rs@@r  TVs??slo  s?@@sUb s?B8K&PX@.U  M =  M  =K >@,  UU  M  =K >YY@MKFCA@<;:7655C%C+%&#".7>54&#"&#".7>54&+""'6743!3 72#.+">3 X1cch  b1^J7R;b  {xj s?+6dj-) 9.yV5)\N}; 11 <} w}HNy= 11 <{dgbw y s`hi\N T@ B <:K(PX@Ad  Z  bUM = M = M  >K1PX@;d  b  b I  UU M  >@>d  b  b UU M = M  >YY@TSMKIHDC><:8&CC$+'"547&#"&47>54&'&4732727>762#"'&"2'.'.#jX'9@r PR s??s GV s?59H 'JG5%-! )!+d-ZemP#*NkX)Aw{; 11 <{5{;2  1 ;{q`HAR)!CK(PX@*d  b K  =L >@(d  b   UL >YY@YXUQNMGFCBCCC%+#"'%6&#"&47>5&#"&47>54&'&473276767.'&47327d 9??s PRs@  F\ PR s??s GV s?3" E\HV s? ={; 11 <{HK(PX@+db  `U  R >@5db`  `U  I N BYY@ NL$+GM#' +2654&54632"&5432.'&4732736&'.7327#"&546323267NbB"!LړL!"4CU J` d-'%j  G9{1D.HDt7-="#&3U-+%DLNNLD%1rA 0  1 BWdVR2  1 ;1.A0+7'-Vo}-FzK(PX@(Z eK = N  >@&Z eU N  >Y@BA=9650/,(%$ FE +!"&47>54&'&473273!2654&'&47327&+"#.#/P s??s VH s?/-?s GVs??sP/9! NA<1 <{5{;2  1 ;{o;Ai5{;2  1 ;{{; 1RXZso?D=^KPX@UM =K >@SUK >Y@;9/.*& +!#&#"&47>727&#"&47>&'!"j 2nLk NZ%-D?63 [u!wP%D- ^  11 4XJ)l/1  11   [L->z%@%ZUUM  >Y@0.,)">; # +32>54.#".7>54&'.73!7'.#!"32#"&;XsN DbB  s?@r  ;!/%`hJdiJ$\FP19.8``63bh@V1 <{5{;2 ?d!=JXP+^-5#`- :m@ UUM >Y@ 650/,&:9  &#! +3 54&#"32654&#263 #"&#"&47>54&'&47#iZGDfך%#pR1nӒbj s??s f덁,JbQP))HsC1 <{5{;2 -'a@ZUK >Y@$# '' +!67'.+"&#"&47>54&'&47-P 3L7J@r  djs??s) DAPFi{; 11 <{5{;2 F-*=[%9K(PX@ZK =M >@ZUM >Y@-+85+=-=*("J +7>754&'&73!7'.#!"'67676#"3!2654&%D3Fj.R; 8uK>! 'KJ647) `'h-#%!# P/Z yDyf %P`#5191B@8  <6:K(PX@7 ZZ U N  =M=L >@5 ZZ   U UM=L >Y@?<543/,+&%" BB +26762"'.+;26&#!"&47>54&'&473!272'.+"?}:1  1RT3@J' 2cHss??sd 50!#'VjP71[ bOJj 70%;H9 1 <{5{;2 F{d;H5tb# K1PX@F  b  b  U  M  = M  =M >@A  b  b   U  U M =M >YY@%tsmkihdc^\ZXUSMLIHEA>=:931"&&C+%&#"&47>5&7>7>35&.#"#"&46324&'&4732767>762#"'&"2'.'.'@sQR s?OaH*!PmdZ-d+ %! -%5HI' H92?s GVs@29H 'JH5%-!!) +d-ZdmP!*HbO{; 11 <{LRV˼# su B&'-+ )RAH`qA{;2  1 ;{q`HAR)!CK(PX@,bIUM =M>@-bUUM =M>YY@ +(#!"!$"" +7463232654&#"#"'43232654#"'676$32# '.Z%=5Tӓ#P;<W뢰-%'Zėuo1-%,j} 41 s >y! Çd+B-P@ @  K(PX@%  b K  =L >@#  b   UL >YY@NMJFCB<;CCC +%&#"&47>5&#"&47>54&'&473276767.'&47327?s PRs@  F\ PR s??s GV s?3" E\HV s?{; 11 <{HK(PX@3d  b U  K = L >@1d  b U   V L >YY@hgd`]\VURQNJGFA@CC#'+2654&54632"&5432&#"&47>5&#"&47>54&'&473276767.'&47327bB#!LٓL!"m?s PRs@  F\ PR s??s GV s?3" E\HV s?+%DLNNLD%{; 11 <{HK1PX@6  b   b I  U  U M  >@9  b   b U  U M = M  >YY@JICA?>:942#&CC+%&#"&47>54&'&4732727>762#"'&"2'.'.#@r PR s??s GV s?59H 'JG5%-! )!+d-ZemP#*NkX{; 11 <{5{;2  1 ;{q`HAR)!CK(PX@*b K =K =N>@(b UK =N>YY@ 87R"$%5C +%&#"&47>54&+""&546322764&'&73!67-@r PRs?)BB"cJHu6(F-B'L7hNd qA{; 11 <{7mK?uZ@J19C5G!# 1 ={!-F.@2b`  `U  K  =>Y@A@=965G +%#'"'#&#"&47>76&'&4727%&#"&47>&M44  XN1_{F5{T< R (m )   e.=')' XD ("( X'`T 11 PbLq.2  1 6W101 11 -0-GkK(PX@%  S K  =K >@#   U  SK >Y@EDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327?s TRs@C@r TV s??s lo s?@sUb s?{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{LTD '@$M =M>   +"32# ! ǴVT!v: +T{h'3;-9jK(PX@" ZL  =K >@ Z UK >Y@43.-*&#" 97 +27&#"&47>54#!"&#"&47>54&'&473+;s?@rnm s?^l^@rdj s??s ;) 1 ;{{; 11 <{E{; 11 <{5{;2 7 3{K-PX@ "<@ "@%ZUM =K >Y@ C(c$"+32654&#"4&'&4732632#"'&#"&47>5%w?s d)'^'1hDžf@N ZR s?o" {;2 Eqh6HOy; 11 <{LD;@8 <bM =M>  + 47632'!"32672rg'hz Ǐlt_[ Xiw90l@ '@! UM =K >Y@ .+15C +%&#"&47>54&+""'6743!3 72#.+"E  OVF+6dj-) .y-5){; 11 <{dgbw y s`hi-66K(PX@b`R >@ dddINBYY"$+GF+.'&4732736&'.7327#"&5463232674CU J` d-'%j  G9{1D.HDt7-="#&3U-/rA 0  1 BWdVR2  1 ;1.A0+7'-VoL-*3<}@ 5 4+ @'U  UU K  >Y@32*'C +&47>5$%.'&47327&#">54&' qABm lo mBvOBp hjJsp>;mt1 @&b` UK >Y@KGDC?=9851CF +%&#"&47>'&"&#"&47>764'.'&473273276&'&47327N?NB {VRR0 #L3=| Ji1/f32  1 7B"-3-@\ 9K(PX@ ZK =M >@ZUM >Y@ C5CM +'.#!".7>54&'.73273!2654&'.7327w! !9 #!ndB s?@r dj s?3-3@r dj s?/PT y1 <{5{;2  1 ;{/75u5{;2  1 ; ->g9@ U  U K >Y@<:65CC%C +4&'.73273274&'.7327&#".7>5#"&5@r  djs?sr@r lo s??s hj s?Ѧ/{;2  1 ;{yf\\{;2  1 ;{{; 11 <{Ǧ-TK(PX@ K  = K >K-PX@  U K >@$ Z  U K >YY@"POJIFB?>9610-)&%  TS +)"&47>54&'&473273!2654&'&473273!2654&'&47327&j s??s dj s?1H?)?s dj s?/B\1?s jds@@s1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;{{; 1-Y 9K(PX@ K  = M >K-PX@  U M >@"Z  U M >YY@XWTPMLGDC5CM +'.#!"&47>54&'&473273!2654&'&473273!2654&'&47327!!!9 # oj s??s dj qA1H?)?s dj qA/B\1?s jdqB/PT y1 <{5{;2  1 ;{u97w5{;2  1 ;{u95y5{;2  1 ;5w- 6~@#@$ZUUM >Y@430*&$    +% 4&#"4&+"'673!2763 !"&#".7>5jN7C?-LV=g/ % j&j s?\L'j s??L ?Ko9mr7 1 ;{1 <{F/!,Q@ ? )@$   U  U M  >Y@#"POLFB@<;8410(&",#,CC+%&#"&47>54&'&47327 4&#"'4&'&4732763 !"&#"&47>@r PR s??s GV s?N7C@?sdj  s?\M'js?{;2  1 ;{5{; 11 <{L ?K5{;2  1 ;{1 </- /n@ @UUM >Y@.-*$   +% 4&#"'4&'&4732763 !"&#"&47>#N7C@?sdj  s?\M'js??L ?K5{;2  1 ;{1 <^D2q@n(  <  b``bbU M =N >.,+*&$ 22 +"$543232&'"#"&54263274.# '676$3 +FH-5bk9GZ((/;A!RN{Ag=# #FmP5-BH'N1-@[D <K&PX@;  S  M = K =K = M  >K(PX@7  S  M =K =K = M  >@5U  S  M =K = M  >YY@<;9731/.+*'#   +"32&#"&47>54&'&4732733 !"#A@r PR s??s GV s?JT6 7B{; 11 <{5{;2  1 ;{ob# -=@ K-PX@UU M >K1PX@)U U M =M >@)UU M =M >YYY@ ;:Ck%#! +!34&# &#'54376675.546!2327&#"&47>5Z)7˞yC5HsEs9u{%#; s??s AZ N3iq'|F 1 ;{{; 11 $&#(("%+32765## 546?65#"#"7463 327'"&XKHFn)op D`8)H5 %'NuF9+17[[m Vf'+ ++ /JV+1:!(L=F .*@'#<:M=M>-+'%$" +32654&#"'7>7>76>32#"p^tLk3^;É  ZF`37'̨٪KwmHqn=D  1)`V={s 7?@<<UM=M > 32)#76  &$ +32654&#"32742632#"&#".7>54&'.7}ZZTVNC=T-)ZL^gL^  b11b  \DVA+D-alXiqVo1 8{{{91 =1s'PK&PX<@ZL= >Y7CG+&#".7>54&'.7!7'.+"}1b `^  b11b  ^ hs-3#u{9 11 8{{{91 } mN5s:V, 9K-PX@K=M >@ZL=M >Y@)&:951 +%7!2654&+"!27'.#!"'676776&'&47J)9%7D,9b{ Z1X7 9e??! ;sB 9g {h+9=B:~ 2;y+R+ )I_9 - Dy;1 LB !1@.bUM=M>#"%"# +%2'4&#"#"'&543 #%326sdF4L> #n`Z&AZVmBub-n,o#m1po@lH < Z bV= N = M >lkd`YXTRONJIDBA?;932+'  pp +3.7>?635.'&'"#"&54632354&'&47327267>32#"&#"2'&/.'&#"&47>=ߘ(  ;1\N7>'5))!0C1P^'%qf-T ^mjcT-fq%3F+1C1!'-5'?8N\1;52Xhb-TZqo^ T-biX21 !4YIf1#9q^^`y;1  29y`^+>C#9#1gJU3! 1f?Fy; 11 :yF?fX#4K(PX@ "-,<@ "-,@-bUUM=M>Y@ )'#!"!#$" +7463232654"#"543232654"'7>32!"'&X7=D7hWC)'JX:ul%@DZnF&A-)\_ +- dR}p 5s^R^##O6=ssAK@H:$9  b   ` M =M >AA=<954C4 +%67327&#".7>54#&#".7>54&'.7327?)R?  b;;b  C^  V=$-PD  b;;b  G_ V>~4@ 2Dz{C 11 FyI&1 D{k{C1  2Fx-=s_c@`!__[ZWSPOJIFC?>C6('$+"&5463232654'&54632 67327&#".7>54#&#".7>54&'.7327N̐-#!%9-+;+%)H?)R?  b;;b  C^  V=$-PD  b;;b  G_ V>R`bP'# #53#  %%~4@ 2Dz{C 11 FyI&1 D{k{C1  2Fx-=J^@[@ <b  b UK=M= M  >GFBA<:8620*)" JJ +!&/.'&#".7>54&'.7327267>32#"'&'"2;2X!V^-RZu^  b11b  \obT+dk'3F+1C1!'5'?8N\/9fDA{9 11 8{{{91  29y^`+>C#9#1gJU3! 1s<KPX@*ZK=L =N>K&PX@+bK=L =N>K(PX@1ZbL=L =N>@1ZbL=L =N>YYY@ S"$&9C +%&#"&47>54&+"#"&5463232764&'&473!27X1gsujgT+'5\95%`LDT+%? !;%-5q {Vb{ Z1{9 /  / @?<8M$& +6&'&47!7 7&#"&47>54'.&#".7>76b H  H b41b EJ `,  'VR`^R  `7s{91 K 27{{9 11 6}-  u; 11 8{=ssG(@%SK= >CCGG+&#"&47>=!&#".7>54&'.7327!54&'&473271b  CJ`+J+`HB  b11b  ?B`++`;G  b1u{9 11 6}}7 11 8{{{91  25}}71  27T%@"M=M>&# +47632'""32654&TqzǓPu=sLZ˅sւs EBT=qs;^K&PX@K=K >@ ZL=K >Y@650/,( ;9 +27&#"&47>54&+"&#".7>54&'&473b{ Z11f stjgT+!77+R {Rwz  h71Z {bo 2;y{9 1 1C%%&'+32>54&#"'7632'"'&&#"&47>54&'&7672f! 0aRw=g+{PЗydN 7q qV`4/V d )16(+Dt{FLs{: 11 <{jV-#'L/-@*<bM=M>$$$$"+%#"&5432#"'.#"327/Hg@$FA:fri!wW lV+0J-3/¦ׇ5X{%<@9<; :bM=K >C"6!+%#"'67;27#.+&#"&47>uyT8Vw"3` GF`4)Z \{; 11 <%s8@=N>/,L!$!+#"&54632327676'.'&4732776&'&4727Ts)73' #F!16';?RTPP"<> {R F?!++!=;dXF{[61  2?@V:81%1  27DfP! Fu@rE ; <1;  b =M = M =L> DC?>:842.-*&#"     +%27&#""32632#"'&#"&47>5'"&54324&'&7672R9=DcR;5PLzɞ^;3`\V `4LyӕX@)Z h=[MLdVNmy}\;{< 11 <{RFIE:963CJ +?6&'.7327&#"&47>&/&&"&47>?6'&'&47327u}!=  jBDQ?R6 ;FL bUP{ '#w;  jR ?P8 PhjF`o Hݸ51  2)BR+ 11  //3 11 'H s 1  2=`s>:@79ZK=M >51.-('$  >> +%!2654&'&47327'#!".7>54&'&473277+R{Rb{Z1; Fb{  Z1+Xs`jgT+!P17y91  2;yNR )1 C*MH#+32754&'&47327&#"&47>=#"&=4&'.7327L/\u-R^sZb11bb^b29H;_1b ZobT+u#`t{91  27{{9 11 8{)0/wX{91  29FsT.@+ZK=L >I9I9CV +%&#!"&47>54&'&47327;2656&'.7327;2654&'&473271Z{bb{ Z1+Xs`jgT+!77*P fbjgT)'17+R{Rb{Z1y; 11 JIFB96-)  WW +)"&47>54&'&47327;2656&'.7327;2654&'&47327'Zb{ Z1+Xs`jgT+!77*P fbjgT)'17+R{Rb{Z1; F1 @%bUK=M >Y@ c'C$#!+4+3264&#"'673273 #"&#"&47>5ɑ;Lbq-)oR!Zb1w))^ b25(PfHe  27}e}1 8{=s!+N.@+UK=M >Cc##'CG +&#"&47>54&'&473274+3263 #"&#".7>54&'.73271b `^b21c]Z b1ɑ;Lbqw))^  b11b  \Z b1u{9 11 8{{{91  275(Pe}1 8{{{91  27=s ,(@%UK=M >Cc##!+4+3263 #"&#".7>54&'.7327ɑ;Lbqw))^  b11b  \Z b15(Pe}1 8{{{91  27`X4K(PX@' <@' @;b`b`UM= N  >Y@ 31($"!#"#"" +74632265&#"#"&5423276274&#"'67>32#"&`'=#1q{/#129=D}/-:C:P`{qx +9믓˨"Kd+ 9rk T#j=4@A@>S M=K= =M>65=;5@6@CG(" +3>32#"&'#&#".7>54&'.7327%"3265}ӵoZ+/\m1b `^  b11b  \Z b1Zoh/^RwPVRV{9 11 8{{{91  27{՗Zs F>@;bUM=M > B@95(" F F#" +;54&#"&47>767>76&'.54>32327&#".7>=#"#TV7>uO:(?<!?7vHx%Z b11b `^  b15Id+)Tp;8N1 !23C=Aja3LT/ 27{{9 11 8{C=LBb /zK!PX@2bbV =M=M>@/ddbVM=M>Y@ #"%"#!$% +#"/7632%2'4&#"#"'&543 #%326  +?FsdF4L> #n`Z&AZVm^)/ub-n,o#m1LB 5A@>  bU  UM= M>42/-%"#" +462"&%462"&%2'4&#"#"'&543 #%3269N97R7Z9N99N9sdF4L> #n`Z&AZVm)99)'::')99)'::ub-n,o#m1HdBN@K#. <79b T= M =K >A?1/C +&#"&47>5#&7467354&'&7672!!632&'$4'.#"4`]V `4y)[ i4= 7.$3s{; 11 <{$%q1&*RV%ߢ_qEN FT#J=1b 5K&PX-<-K&PX@ddK= >@!ddZL= >YY7CL$!+632'"&547&#".7>54&'.7!7'.+" ?2' 1b `^  b11b  ^ hs-3#^/' % {9 11 8{{{91 } mNP=3K(PX@%<@%@Cbb`  b  `UM= N  >Y@20,*""#!"$"" +432#.#"63232632#"'&#"!2762#"&P5+  rju^J7@6*-uA:61.!-o/#9 #^myϞ9 +iN$Rjb4A@>3<bM=M =M>"+%*#+6232654&'.54632"'.#"#"'&#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1dV cJEDR33wm`ml =R# G@U= >YH$"+4632#"&&#"&47>54&'&7672F%';A)%>1b \^b2/V Z%=D&#@DV{9 11 8{V-#"f 0 @U= >H+462"&%462"&&#"&47>54&'&76729N:8R7Z:M::M:1b \^b2/V Z)9:('::')9:('::{9 11 8{V-#"f7- /K/PX@ bU=M>@bUQ>YY'$($"+4632#"&4&'&7672#"&54632325E%'@3bU K= N =N>Y@ =742+&#" G F#! +4+326"#"&5463232764&'&473!673 #"&#"&47>54&#Ȉ4Ibqs95%`LDT+%? !;%-5q {VfFb2w+y&^ b2-)5(PXVNF1#3N+eJ1  27}e}1 8{{fH=sIS1@. VK= M >RP'GCGd! +32#"&#".7>=!&#".7>54&'.7327!54&'.73274+326ǿ))s]  T+d-RZu^  b11b  \obT+-R  ^pZb2ZȒ*J&H +&#"&47>5#&7467354.'&7672!!767632&#"&47>54'&#"+:  sWZ 3-& }j-7 i+u57/ZR^sT+%G{#JWI 1  1  'DB$%BA&*RV%FHy9 1 1:y7m1Jy&=b XN @Cdd   b  b UK= M= M  >Y@UTPOJHFD@>870,)(XX$! +632'"&547&/.'&#".7>54&'.7327267>32#"'&'"2f ?2' K;2X!V^-RZu^  b11b  \obT+dk'3F+1C1!'5'?8N\/9^/' %fDA{9 11 8{{{91  29y^`+>C#9#1gJU3! 1=sb O@ <29K!PX@8b  b  ` = M = M >@5dd  b  ` M = M >Y@OOKJGC@?:94C5$%+#"/763267327&#".7>54#&#".7>54&'.7327%  ,?F?)R?  b;;b  C^  V=$-PD  b;;b  G_ V>^)/~4@ 2Dz{C 11 FyI&1 D{k{C1  2Fx-%V5@2<dU=N>MJL!$#('$ +"&5463232654'&54632#"&54632327676'.'&4732776&'&4727%̐-#!%9-+;+%)}Ts)73' #F!16';?RTPP"<> {R F?!+R`bP&" #53#  $$+!=;dXF{[61  2?@V:81%1  27Df=RsC=@:9ZK=M >9851(% CB +!#"'+".7>54&'&47327;2654&'.7327&j)= % ]b{  Z1+Xs`jgT+!77+R  {Qb| Z24X |p 1 @3 bbU M  = M >Y@ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"32653<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsw1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #VFU @3 bbU M = M >Y@TRLJCA=;75%$%$332+4&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D/--''+/?VB'+!5RmӚ+R5!+' ٴBVR+@M@83)(&%K-PX@) U U   U M >@/  Z U U   U M >YY@"AAAMALFD=:741.,*#! @@ +257.#!32!"&#'54;265#"'67!54+"'573%+"32>54&#/-5 !=ATNb4;=.TA>! 5-o7P 7=2<{oP!ðf2 {D;'+6D{ 12Z''+-4N5=dc5q/9C@@+* <$#!:UK=M >#"%#3S +3 #"&#'54;265#"'67!54'767!.+4+326q)+'1'@wS7H29k<SyaYÖBL\o'-/Zm+PV+oϙP3*PD[@, 8 L @W   b  `   b b U  I  UM =K =N>Y@[ZXVSRPNKIHFCB@>=;+"CC+%&#"&47>54&'&473273!2'.#">3232?2#"&#"32762# #@r PR s??s GV s? aj'!6afBTRB;/((ZH:hb5/ў{; 11 <{5{;2  1 ;{s.t%1yLlg7@-1N'HB.ǘTmQ9)_@" 2 : O@\   b  bb`  US M =K=M =N>Y@!\ZVTRPNLJHECB@><8643.,3353#2+#32�'54;2654&+"'5737+"3>32#.#"63232632#"'&#"!2762#".<^)S)3))3)M)^5+rku^J7?6+-tB:61.!,o.#: NzI\//./9--00Z#^myϞ9 +iN$Rj0cDS+@(PE@-( < = >DA86,) + >&#'54?>=4&'&#'54?>7672&#'54?>54'-b}H'1'P'3%f` `'1;@b! !V;DP%%"`i:1151-)//)-R?8/ // 13T=>o  //?T19-@*6/*  <= >99.+#! +67&54'&#'547>7632&#'54?6'͉+1y)  ' (S$-!;Js=Z!{NysIj& 33 ?033R`  33 3-j {Dy@ v kfe-(@% U  S =K  >Y@jg^\ZYVURNKJEDA=:965,) + >&#'54?>=4&'&#'54?>7!&#"&47>54&'&47327!672&#'54?>54'b}H'1'P'3%f` a'1;@@r PR s??s GV s?+H! !V;DP$%#`i:1151-)//)-R?8/ // 13{; 11 <{5{;2  1 ;{T=>o  //?T7bg@d@;_ XS-(<S =K=K  >bbWTLJHGEB?<962/,)&#!  +67&54'&#'547>?!32&#'54;2654+"'5737+"!632&#'54?6'%+1y)  ' (SY&Q'1'X'H&Xb%- ;Js=Z!{NysIj& 33 ?0\//./9Z00Zq33R`  33 3-j V)RU@SKF3. @%S U K  >Y@$UTPMJGDA?=852/,)%#  RR +";2&#'54;27>;&3!232;2&#'54;26'.+;2&#'54;257!Po-0A+J\-=G:#F= j]>)^O-B(/mPnn#P q{D^1)''Zcn)nZ'''3c^DZ''ZV boRU]@ZSKF3. < UM= K  >UTPMJGDA?=852/,)%#! RR +";2&#'54;2?>;&63!232;2&#'54;26/.+;2&#'54;2'7!Hd?F;#GJ?D=N}X@B!;oZPDEP#?#!MJ\FVqPqH^iZ''Zi\V9a)ryiZ''/+i`FZ''ZN; -zK1PX@pkWR?:<@pkWR?: K1PX@+U   U K  >@7U   UK  =  K  >YY@%zyurolifa^\YVSPMKIDA>;851/2#CC+ !&#"&47>54&'&47327!3&3!232;2&#'54;26'.+;2&#'54;2'+";2&#'54;2767!s{@r PR s??s GV s?H9%H= k\=)^O-B)/lPoo#P!q\Pn-/B+J\-3< {; 11 <{5{;2  1 ;{)nZ'''3c^DZ''ZD^1)''Zcl67us}@=8  vq^Y*$<  U  M = M = K >{xuroljhc`]ZWTPNLIFDB?<963/,)('%" }} +!#";2&#'54;2?67!;2�'54;2654+"'5737#"!3&63!232;2&#'54;26/.+;2&#'54;25}THd@E;~#GJ?CQ4X'Q'1'X'H'X?B!;oZPDEQ#?$!NJ\FVqPq;wH^iZ''Ziz,\''-/JZ''Za)ryiZ''/+i`FZ''Zo%ZX@   < ;K*PX@EZ b  bI U  U M =N>K1PX@Fb b  bI U  U M =N>@Gb b  bU U  U M =N>YY@XXSQMKGEDB42/-+)"#$+>7737632#"'&"27672#".5467>54&#"#"&54632654&#"o)B% L5J'/2 gb|xXB1=ϞBtuE˸Djf8yDq"%dBgFnB9f-yT-!3!&@es/ !)?R=>?X4hJ{//LyNyi#31q-9qFCRjMC@    K*PX@?bZ  bXU  UR M >K-PX@@bZ  b`U  UR M >@Abb  b`U  UR M >YYY@LJGEB@?=530.-+"#$ +67>7'737632#"'&"2632# 5467654&#"#"5463254&#"RD)z D+E+++ ZqfF9F-כ))+JX1FBZ2sH5RN+3#+ kjBl-W9m37sh<#Pdw#9TVXD)/RP-T+Ry@C>J6#@bUK >Y@HEB?<930!RR +32;2&#'54;2'5.54.'&54;24&+"'573%+">5465Q5qT|F-)@3=5P5qMt9"RH1bJ{@ k/+''Zl ;q\{9 jA[/+''ZftT#FfN:@7 D8$0+<OK=>HE33<;33+%4&+"'5737>54&54732;2&#'547326=.54654'&74;2B'2&JLs\'PRX%P&1(^yC!R)\q)--%p)& [7A%Z''--;o{7Z ')LTD*N@K $<UUM =M>(&#!   +">323267# ! #"&#"328>m73|0VT!vobHW*.`%"{h'3e^7: LZ.A@>(<UUM=M>!%%!$$("+432#"%.#"6323232654''"&#"LͼhV)-Xfj~kFa)=`/w'1g";d>PvoL/!RVRX r^&'6?{qE>7ZD1@ $.K(PX@'bM =K =>@!bGM =>YY@)&#  11 +2#"&54654#""'&'#"=737+"6?i9'%+'9+ZL%#m!h P7b;o|D_=)R+#8)+N/0|^''6!'1?+0~@ @(bM=K=>Y@*($" 00 +""'.+"'5737#>32#"&54654s-T!.+mE#;w1yi=X))%37f/+7+)'! /BTX=)<)!#ZP(K1PX@C> M<@C> MK(PX@3ddb M  =  K =>K1PX@-ddb  G M  =>@5ddddb  G M  =>YYY@ HEB?<964.,&$P P%&&" +4632#"/&%4632#"/&2#"&54654#""'&'#"=737+"6+)z  4)o !?i9'%+'9+ZL%#m!h P7b;o|P1 %!-  _=)R+#8)+N/0|^''6!'1?+F Q@ 61@ K&PX@9  b  b   =  M = K=>@=  b  b  =  =  M = K=>YY@$"!KIEC;852/,(&!Q"Q   +2#"/&546%2#"/&'46""'.+"'5737#>32#"&54654% +9#   +-T!.+mE#;w1yi=X))%39 ,   /f/+7+)'! /BTX=)<)!#m?\8 K PX@RXb bbUVU M  = M >@Qdb bbUVU M  = M >YY@%^]|zsqpnjha_]^ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"3265232654&54632#"&#"#"&5463<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsww? E'%-P=53/+!'-q1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #V5{3%#<-;\{'5)%;qF+#y?0+K(PX@Q  b  b  bUVU = M = M  >@Qd  b  b  bUVU M = M  >YY@.xvpngea_[YXWVTOMIHB@;952/,)& ## +232654&54632#"&#"#"&5464&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'N? E'%-P=53/+!'-qd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D{3%#;-;]{'5)%;q^--''+/?VB'+!5RmӚ+R5!+' ٴBVm?D\ @3 bbU M  = M >Y@ZXSQJHEC<:'#'%$332+4&+"=7%#"3265#"#"'4632#"&'##".532#"&54654&#"32653<7P5qysF/?5^t/Jqw9 9wqH-u_5= /Fsw1)&&ZjV P# 8+?RwpdV]ZZ]VewR?+7 #VFU @3 bbU M = M >Y@TRLJCA=;75%$%$332+4&+"=737#"32>5#""&54632#"'##"5432#"&547654#"32'd'1'J'1'D]+%'=)VTPqBBʦTV)'%qf+^D/--''+/?VB'+!5RmӚ+R5!+' ٴBVB#gK PX@$XeUINB@#deUINBY@ ## +232654&54632#"&#"#"&546?!F'%-P>53/+!',p{3%#;.;\{'5)%;q!d+ <K-PX@ 3.<@ 3.K-PX@) U  S UM >@/Z U  S UM >YY@! < <;:852/,)'&%$! # +32>54&#32!"&#'54;265!5!54+"'573%+"!P?uT#ͺ˪Rh5A?0u;U9w95=dc5e;'+6E:Z''X@.  UU  =K=N >Y@ 0 0-,*'3S!"" +%4&+2!!3 #"&#'54;265#534&#'"5'6767hpBR7735)"F ?X=4To\[F'-/F'R9 1 7:K-PX@)%"$#<@)%"$#@%ZUM =K >Y@ C+c("+327'7654&#"4&'&4732632''"'&#"&47>5%wL7?d?s d)'^'nv #"!<M=M=L>C*%('+327'7654&#"'7632'#"'&&#"&47>54&'&7672f! 0afD?Bg+{PЗ ;_|dN 7q qV`4/V d )16(+61dL55{: 11 <{jV-#'!-j@  <:K(PX@ZL =K >@ZUK >Y@*)$# -- +!23>76'.+"&#"&47>54&'&47- EW  3L7J@r  djs??s)^ m DAPFi{; 11 <{5{;2 =1B-dK&PX@#%<" :@#%<" :YK&PX@K= >@ZL= >Y54&'.7!23>76'.+"}1b `^  b11b  ^ >/!" hs-3#u{9 11 8{{{91 Uq m mN-/}@&  Z USK >Y@,+('&%"! // +!67'.+"3#&#"&47>5#534&'&47-P 3L7J@r  djs??s) DAPF P{; 11 <{RP{;2 +1s1pK&PX<@"ZSL= >Y@11G7C +54&'.7!7'.+"3#&#".7>=#&71b  ^ hs-3#1b `^  b1y{91 } mN\y#-{9 11 8{')sd-H8 @: Zb U  UUOK >Y@DCA>62/.C#"" +%#".#"#332654.'&#"&47>54&'&47!67'.+"2dJj7 /1@J[}@r  djs??sP 3L7Jhϑ`B7P;Dr/<{; 11 <{5{;2  DAPFmKy=!s?K&PX6<6@1ZbUL= =M>Y@ 7CG$' +#"&54232%&#".7>54&'.7!7'.+"}LmJ˰ L?{1b `^  b11b  ^ hs-3#>ctLZJ-78i {9 11 8{{{91 } mN\)5r@ b# K(PX@K Z  bb  U  M  = M  =M >K1PX@L  b  bb  U  M  = M  =M >@G  b  bb   U  U M =M >YYY@#~ljdc^\ZXUSMLIHEA>=:931"&&C+%&#"&47>5&7>7>35&.#"#"&46324&'&4732767>762#"'&"232'&'.'.'.'@sQR s?OaH*!PmdZ-d+ %! -%5HI' H92?s GVs@29H 'JH5%-!!) +d-Ch:;  Q "- Cd=!*HbO{; 11 <{LRV˼# su B&'-+ )RAH`qA{;2  1 ;{q`HAR)!Cqpkihfb`ZYRNGF$!%4G+%'&'&'&/.'&#"&47>=.7>?635.'&'"#"&54632354&'&47327267>32#"&#"2^4 /&H,)Xhb-TZqo^ T-biX16(  ;1\N7>'5))!0C1P^'%qf-T ^mjcT-fq%3F+1C1!'-5'?8N\ $K r:0,T?Fy; 11 :yF?f1 !4YIf1#9q^^`y;1  29y`^+>C#9#1gJUZ#%DKK(PX@0<;   <@0<;   K(PX@6bIUM = M = M  >@7bUUM = M = M  >YY@KIDA(#!"!$"-" +772654&'7&'.5463232654&#"#"'43232654#"'676$32#"'#"!DE5Hm`f81-%=5Tӓ#P;<W뢰-%'Zėu$KWoVJ?)h2+A0%,j} 41 s >y! Ç2PRZXF#HK(PX@2=<A<@2=<AK(PX@.bU Q M =M>@4bUU Q M =M>YY@HF75#!"!#$'# +6732654&'.'&5463232654"#"543232654"'7>32#" LK54FGBi2F7=D7hWC)'JX:ul%@DZHT`uP@+P5:&A-)\_ +- dR}p 5s^R^##"%xFfbDRK(PX@>   b  beUK = M =K >@<   b  be UU M =K >Y@MLECB@<:CC +%#.'&/.'&#"&47>54&'&473272767>32#"&#"2:963TEtQ@r PR s??s GV s?7<%FpBHC9!j@#AX5'MsZELm3'fu]T{; 11 <{5{;2  1 ;{RI\<@+#33G@?PyP@-cBwLd@a FA <Z  b  U  CM=N=  K >KHEB?<980/#!###333+74&+"=737#"3267632#"&#"22#&'&'.#;2&#'54;26%3sI1''^{D^hj/#G*\sDqNB /lh_;^F'1wP1'N/''')-PP!/XJE+96@/-''-5M@,) > MK1PX@> b  b I   UU  SM >@A b  b UU  S M =M >YY@IGED@?:8641/+*CC+%#&#&#"&47>54&'&473272736762#"'&"'.'&'}Z9c@r PR s??s GV s?h4Zb#'JG5%-! )!*`{+ZemP<,b{; 11 <{5{;2  1 ;{ mLAR)!CPNKHFEB@><86.-,+#353#"+%#&#32�'54;2654&+"=737"353>7>32#"'&#"232'".'.'RZ:OhuO'3%'1'J31ZCM"1<#79-$ !/Lr;qN/V%=-V'')-P--'' :_K12I!3)/ f'^JA1275P> K1PX@@  b  b I   U  S  UM >@C  b  b U  S  U M =M >YY@POIGED@?:8641/)('&CC+%&#"&47>5#534&'&473273#27>762#"'&"2'.'.#@r PR s?Aq GV qAǞ59H 'JG5%-! )!+d-ZemP#*NkX{; 11 <{Pu;2  1 ;uPq`HAR)!CEC@=;:7531%332+%;2&#'54;265#53&'767!!267>32#"'&#"232'".'.'m)1uO'3%19?nq+$P-7<-! /Lr=hT/V%&]j-)''+1@Fi+PV+iF!i_?GG3)/ f'^JAb\7`g@ 3 `K1PX@E  Z  `  b  I U  U M =M >K2PX@F  b  `  b  I U  U M =M >@E  Z  `  b  I U  U M =M >YYY@^[UTMKIGDB;:851!$332 +'".'&'.';2&#'54;2'4'#"#!33%+"27>7>32#"'&"2;2;XN/+ ' 49O1q5P6qV+1##%wa'5q75[$-{w9!1-%B"D\73N?!Z8/wdi 30L#.Z''Z1RRdV'ZtrNLmt^#3L(;UsO'V?>'1^Ui@f%U L <   b  b  ` `K= M= N  >OMJGEDA?=;'3a%332+%;2&#'54;2654'##;37#"2>7>32#"'&#"232'".'.''2uO'1'>5/@+#%-:C+1(Lo/1;#7:-$"(Ls@+   U  SCM >Y@UUPOLIEB?<96320-#33333+!0'54;25!;2&#'54;254+"=730%+"!4&+"'573%+";2#.5qb3>5R7oo7P5q4=5P 5q/! 9-9Z'\1+''\Z''ZO/+''Z9'!?W=-BJsPT@QIE40 ! <e  S  K  =M >NLHFC@=<973153#33!2+%;2##'54;265!32''54;>54&+"=77#"!54&+"=77#"/ + )=҇ +7]6(  5555  (56+  359()+ #>=$ +- %<=;% -+ #==% -- #?-PF @(  I   U  SK >Y@LJD=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&4732763!'.#"?s TRs@C@r TV s??s lo s?@sU=hL; *- {; 11 <{i{; 11 <{5{;2  1 ;{H{;2  s%Q=sQm@*S K =K = >Y@QLIHCGJ$0 +7;03.+&#"&47>=!&#".7>54&'.7327!54&'&473:3b Y)5h^!1b  CJ`+J+`HB  b11b  ?B`++`;Nq{ GX{9 11 6}}7 11 8{{{91  25}}71 s^-ZK(PX@@  ZbUUO L = K  >@>  Zb  UUUO K  >Y@VURQNIFE@?<8540-C#""+%#".#"#332654.'&#"&47>54#!"&#"&47>54&'&473!272^Jl8/1@JZ}@rnm s?^l^@rdj s??s ;;s?h͑`B7P;Dp1<{; 11 <{E{; 11 <{5{;2  1 ;{Ky=!sU"@: ZbbL = L  =M>Y@POJIFB96-)&% US +27#"&543232%&#"&47>54&+"&#".7>54&'&473b{ Z1JfC˰MP !A/1f stjgT+!77+R {Rwz  h71Z {bo 2;yAdnLZJ#'7i{9 1 1A?/-#! 77 +2654&+ $32#"'.#"&5432>54&#"fuP+/+Λ`P%!B1G9/BDdP%m2jhBXv^e$XJs5=O-m-N=>!1Z16 }ӗ NV 3XVFHu0;@ 1%@1bUUG UK?Y@86*)! 00 +254&+ '&5432#"'.#"&'46 '>54&#"8<-u~%ГWD 7+#P=4#٩VotE_LS;V+]D8-) =1Fsw¨ {}L#D1B@?&<bM =M=M>%2%',"+772654&'&547632'!"32672!"##"FE5Fl^rg'hz Ǐl JVnVJ?)h7Y_[ Xiw2ORZL+/.B@?&(<bM=M=M>)$$$$#+732654&'.5432#"'.#"327#"/)7+5FCM@$FA:fri! emV)#V+mo  lV+0J-3/¦ׇG^eX/b@(' <%:KPX@eM =M >@eUM >Y@ 7743!2+%;2#+'54;254&+"'3!2657.+"/# 775q-8XF1D5 m 6C/GX7,72'\/#Dw =  wD%17Z5@@=<)(#":bCM=M >(3#2$2 +%;2#.+54;>5#"#3!257#.+-#-9hH T5 )4)f)5)  9,9R3/ !> !@B)-<HK(PX@K =K >@UK >Y@ 33C+%&#"&47>54&'.'&472776&'&4727FPV F2HF { U& $H or  JO) {; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3)sB?@<(# /<7<K= K>A>35339$#5 +&'&+"'57307#" 654&+"'5737#";2&#'54;26+ <3 ; .N&'1'P)1%)= )'%! )'Z#/+''+-CcK(PX@#  SK  =K >@! U  SK >Y@CBA@523C +%&#"&47>=!5!4&'.'&472776&'&4727!!FPV FL2HF { U& $H or  JO) >{; 11 <{R78-U0 0  1 *B]>*2  1 3JF*?3R)sIU@R,' C> <K= K  =  K  >HEB?<96543339$#4+'!5!&'&+"'57307#" 654&+"'5737#"!!;2&#'54;26 H+ <3 ; .N&G'1'P)1%)P= )'%! )'ZsP/+''+3+p@YQ2@3  b`   UCM >Y@!pplkig^[XROLGFA><;s93$%3+%0'54;254'&";�'54;27654'.+"=72326233+"276'4+"=723263+"32#.+ 1B' <& `P<)9- k} R/%+= #/N/ kP#7 71N)6)' ))o#7.))4f+))+B{#+%m)+Pi?ske@bRM62<  b`C K =M >kkgfdaWTQNKHBA;9#93#5%3+0'54;254/&#";2�'54;26?>'.+"=77#"2?6'4&+"'5737#";2#./7y #2jD+;'!@1!/!}  !b>1?)-'#) ) 3Y' X5'#-4 +3-'%0/ '''9 B)7HX-yM@-)F < :K(PX@- OM =K = M >@&G OM = M >Y@KHE@53#55662 +4&+"'3!257.+"3!2654&'#"=77+;2#.#$!#'54;>5+7XF0B7!1!5D/HX7+1'37>  >3/#5}{53/'Cw @11 wC$2=!)57& -- %8 7.χ#!>FYs@p1&POLIFE?;630-('$! YX +"3!2654&+"=77#";2#4.#!'54;2654&+"#3!257#.#h/456+  35." + '9b>e !75A )5)d)7+  5!=;)+9!=% -- %=9*:M@-+ ;F;% !?B);+B|@!1@%e  UUM >Y@@=;974%2"5%2!2 +%;2#!#54;265#"&54&+"'57+"3274&+"=7+";/#7' P5om;# "=tu5> <550- )8qEœT7 ++ #3ygs7 -+ 7DsEM@J>:%!2 <eU K =M >CA=;85%$#4$3!2 +%;2#+'54;265#"54&+"=77#"3274&+"=77#"f-#)/ !5^5  3!7V`5!  459*+ %>7;% -+ #3woq=% -- %= -F~@ FD!@(bU S  K >Y@A@=965CC" +#5#"&=4&'.73273674&'.7327&#".7>5]@r  djs?__]v@r lo s??s hj s?Ǧ{;2  1 ;{ogZ M\{;2  1 ;{{; 11 <{XsI;@8G$"I<USK= >MJIC"+%#5#"&=4&'.73273:336754&'&47327&#"&47>=9Z%$_1b ZobT+/\ZBV-R^sZb11bb^b2^:nwX{91  29y#`K{91  27{{9 11 8{E##+Ex@ ' 83 @"U M= K >Y@DB=:34#334333 +;2&#'54;2654+"=73%+"$3 ;2&#'54;2654&#"3>'R7=2o7P5q-+3+V7'w5/)''+-Z''ZOQ/+''+/{}RB=sEG@DE' 94 <  UK= K >DC>;35$334332 +%;2&#'54;2654+"=737#"632;2&#'54;2654&"j'2P'1'X'P1(s'1'P&1'Z/+''+/JZ''--/+''+/ uWD-6P@M<UM =M = K  =M>...6.654$$"#$$&# +%#".547#"&54632#";6$32!326.#"3/ӠN @{H#)$A<2w ρ1/朕#'1{gw}TNOd`!-<)l5mٝ5)6K-PX@4b U M=M=M>@9b  I  V M=M=M>Y@31.,+*#""$#%" +%#"'&547#"54632#">3 #%3263%2'4&#"#n`o?"%!90qZ'AZVm$^dF5K=o2.V)5%[#m1 ub*hTD>Gd@a43> <U Q M =M = K  =M>???G?GFECA=;$"#$$&%!+#"&547#".547#"&54632#";6$32!3267327.#"3yXVo@KN @{H#)$A<2w ρe/qQ\]D7?J/朕#'݉ZRv} w}TNOd`!-<)l5m`1h/GX+?Jٝ5<I@ 0  @H  b   b  I  V QM=M=M>Y@FDA?>=<;86/.#""$#%3!+#"547#"'&547#"54632#">3 #%326732>723%2'4&#"Vn`o?"%!90qZ'AZVl<#LbLDg0^dF5K=bno2.V)5%[#m1=c,Ab9`- ub*hB-!AK(PX@K =K >@UK >YCC+%&#"&47>54&'&47327@r PR s??s GV s?{; 11 <{5{;2  1 ;{sB|= K1PX@Td  b  b UU M = M = M >@Od  b  b U VU M = M >YY@-~}xvtromgfcb_[XWTSMKHFDB<;76&C#'+2654&54632"&5432&#"&47>5&7>7>35&.#"#"&46324&'&4732767>762#"'&"2'.'.'=cA#!LٓK!#@sQR s?OaH*!PmdZ-d+ %! -%5HI' H92?s GVs@29H 'JH5%-!!) +d-ZdmP!*HbO+%DLMMLD%{; 11 <{LRV˼# su B&'-+ )RAH`qA{;2  1 ;{q`HAR)!C ~wvrpmlhgb`_]YWQPIE>=97310.)($# ('$+"&5463232654'&54632&47>?635.'&'"#"&54632354&'&47327267>32#"&#"2'&/.'&#"&47>=͐-#!%9-+<+%)@) ;2\N7>'5()!1C2P^'%pf-T ^mjcT-fq%3F+1D2 '-5'?7M\1; 52Xhb-TZqo^ T-bhX1R`bP&" #53#  $$=1 !4YIf1#9q^^`y;1  29y`^+>C#9#1gJU3! 1f?Fy; 11 :yF?f#s7b@94 [ &!K(PX@O Z  bb  UUO  K = M =K >K1PX@M Z  bb   U  UUO M =K >K2PX@N  b  bb   U  UUO M =K >@M Z  bb   U  UUO M =K >YYYY@a_SQOMJHA@>;852/333""+%#".#"#3 654.#;2&#'54;2654+"=73%+"27>7>32#"'&"023wJj7 /1@J`3>5R7=2o7P5q75Z%-yw9!#--%B40L+B7P;Dn-/)''+-Z''ZtrNLmt^#3L(27g?BaF!wYl@i=8 )$<  Zb  U M = N =K =M>TRQOLJGEB?35333$(+#"&54232654.#;2&#'54;2654&+"=737#"3267632#"&#"Fz~Y9괖 L?q9X{u?'1uO'3%'1'J1'$`|Abgh/#G+)p6 "GcaLZJ-78æj`>-''''-P--'')-PP!/XNh#Hw+R@72" K(PX@:   bS  UO K  =K >@8   b  US  UOK >YY@QOLKJIFDB@<9630-3#3333+%!;2&#'54;254+"=730%+"!4&+"'573%+"#".#"#3326b3>5R7oo7P5q4=5P 5qJj7 02?H/+''ZZ''ZO/+''ZB7P;DBm;sPX@U62! <   bS Q K =K >NLGEB@;9533$#53#3+%!32''54;>54&+"=77#"!54&+"=77#"#"&547232>]6(  5755  (56+  35͘NP  B/Nj+=" +- #<=;% -+ #==% -- #?уMXH!+5-M{K(PX@+e  S  K =K >@)e   U  SK >Y@KJGC@?<;8740-,CA3+%"&##7&#"&47>5!&#"&47>54&'&47327!4&'&47327?s pXqR1Rs@C@r TV s??s lo s?@sUb s?{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{=ssM1@.eSK = >HDCGA7 +"&##7&#"&47>=!&#".7>54&'.7327!54&'&473271b  nZq<'J`+J+`HB  b11b  ?B`++`;G  b1u{9 11 6}}7 11 8{{{91  25}}71  27;+Bx@ !1@%e  UUM >Y@@=;974%2"5%3"2 +%;2# #46;265#"&54&+"'57+"3274&+"=7+";5P )7 #+om;# "=tu5> <57* -+32 qEœT7 ++ #3ygs7 -+ 7DsHM@JA=($5<eU K =M >FD@>;8%$#4$3#2 +%;2#"#46;265#"54&+"=77#"3274&+"=77#"f5! Jf7- !/^5  3!7V`5!  45=& +-TL7):7;% -+ #3woq=% -- %=s W~KPX@-dU   VM = K >@+dUS   V K >Y@USIHD@76/+  #' +2654&54632"&5432!#&#"&47>727&#"&47>&'!"bB# LٔL!#Rj 2nLk NZ%-D?63 [u!wP%+%DLMMLD%D- ^  11 4XJ)l/1  11   [J(Va@^PR<db  ` U M = M =N >USOMGE(("'('$ +"&5463232654'&5463232765## 546?65#"#"7463 327'"&̐-#!%9-+;+%)LKHFn)op D`8)H5 %'NuF9R`bP'# #53#  %%+17[[m Vf'+ ++ /JV+1:!(L=sMvKPX@)U   UM = K >@'US   U K >Y@KI?>:6-,%! +462"$462"!#&#"&47>727&#"&47>&'!"9N97R#9N::Nj 2nLk NZ%-D?63 [u!wP%R::R77R::R7- ^  11 4XJ)l/1  11   [J LY@VFH<b  ` U M = M =M >KIEC=;(("' +462"&%462"&32765## 546?65#"#"7463 327'"&9N97R7Z9N::N9TKHFn)op D`8)H5 %'NuF9)99)'::')99)'::j+17[[m Vf'+ ++ /JV+1:!(L=1]@,=:A Q <*:K(PX@?Z  Z  U SN = M= L  >@=Z  ZU  U S M= L  >Y@\[XSNKIGCB#7CK+!4'!&#"&47>76&'&47)272'.+"326762"'.+3!26&#!&47>+D /#n L\-!8di5/!"'Vk#&}9 21 RTII'!3bJes@q)+1' 11 8T/A2 F{d3'f1[ {6% 70%X 1 <P/9ENU@R8 :#<  b  U M=M=M>MKGFB@'%""#(! +&#"#"54632632327#".'&'"'&54676%&326767>54&#"+ZB\+%RǁPhTpi-bV1#}BdI8zgLVT1 dFd--+ )\XyDXd9{Vh9-' $9=u!HL8IFSh=1J^3\9s\@R $5@Cd  Z   Z U   VUM= L >Y@ YVONMIFE@?<72/,*&%\\#'+2654&54632"&543226762"'.+;26&#!"&47>54&'&473!272'.+"bB# LٔL!#}:1  1RT3@J' 2cHss??sd 50!#'VjP7+%DLMMLD%1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB(?K@H<d  bU  VM= M>><97%"#"('$ +"&5463232654'&54632%2'4&#"#"'&543 #%326Ô͏-#!$:-+;+%);sdF4L> #n`Z&AZVmR`bP'# #53#  %%kub-n,o#m1VD5@2<SM =M>$&+'> !".'!65#" 67/#"%"# +"32>&'632# 434'&'"oeE5L>#o`'!BZVm+ub.nod#l2Vu)/C@@<U   SM =M>***/*/$& +462"$462"'> !".'!65#" 679R99RD;N;;N/  bU  U M=M>42/-%"#" +462"&%462"&"32>&'632# 434'&'"9N97R7Z9N::N9keE5L>#o`'!BZVm)9:('::')9:('::ub.nod#l2d 6v7 K1PX@P  b  b UU M = M = M >@K  b  b U UU M = M >YY@-}|xwrpnliga`]\YURQNMGEB@><6510&C+462"&%462"&&#"&47>5&7>7>35&.#"#"&46324&'&4732767>762#"'&"2'.'.'b:M::M:Z:N97R8)@sQR s?OaH*!PmdZ-d+ %! -%5HI' H92?s GVs@29H 'JH5%-!!) +d-ZdmP!*HbO)99)'99')99)'99{; 11 <{LRV˼# su B&'-+ )RAH`qA{;2  1 ;{q`HAR)!C|{xwtslkd`YXTRONJIDBA?;932+'  pp +3.7>?635.'&'"#"&54632354&'&47327267>32#"&#"2'&/.'&#"&47>=462"$462"ߘ(  ;1\N7>'5))!0C1P^'%qf-T ^mjcT-fq%3F+1C1!'-5'?8N\1;52Xhb-TZqo^ T-biX29N97R#9N99N1 !4YIf1#9q^^`y;1  29y`^+>C#9#1gJU3! 1f?Fy; 11 :yF?fmR99R88R99R8Z%o7?GK(PX@ !-,<@ !-,K(PX@6b    UIUM =M>@7b    UUUM =M>YY@GFCB?>;:+(#!"!$"" +7463232654&#"#"'43232654#"'676$32# '.462"$462"Z%=5Tӓ#P;<W뢰-%'Zėuo1-:N97R#9N99N%,j} 41 s >y! Çd+B&R::R77R::R7X#4>HK(PX@ "-,<@ "-,@7b    UUUM=M>Y@GFBA=<87)'#!"!#$" +7463232654"#"543232654"'7>32!"'&462"&%462"&X7=D7hWC)'JX:ul%@DZnF7:N99N:Z:N97R8&A-)\_ +- dR}p 5s^R^##O6%)9:('::')9:('::VPV)@ & K&PX@"b`QM >@(b`UIMAYY@#! )) +!2#".54327254.#"!'V9ZѬZ^-jLy{97dn 5+ )!3'-b@fH's`/Z+R%-@-K1PX@/bU==M=M>@-bUU==M>YY@ $#$$1! +%!"'6737!26?22#"&5463232654&#"Xw553-A-ʜw!!DR7XfygNl L9+F+PP\@ @  K(PX@.  b  U K  =L >@,  b  U   UL >YY@SQYVQ\S\NMJFCB<;CCC+%&#"&47>5&#"&47>54&'&473276767.'&47327!"7463!2?s PRs@  F\ PR s??s GV s?3" E\HV s?5{; 11 <{HDBJGBMDMAA=<954C4+%67327&#".7>54#&#".7>54&'.7327!"7463!2?)R?  b;;b  C^  V=$-PD  b;;b  G_ V>5~4@ 2Dz{C 11 FyI&1 D{k{C1  2Fx-%-#/w`@ P! ) K(PX@/  b U  K = L >@-  b U   U L >YY@^]ZVSRLKHGD@=<76CC+462"$462"&#"&47>5&#"&47>54&'&473276767.'&47327);N<QPMLIHEDAA=<954C4+%67327&#".7>54#&#".7>54&'.7327462"$462"?)R?  b;;b  C^  V=$-PD  b;;b  G_ V>49N99N!9N:8R~4@ 2Dz{C 11 FyI&1 D{k{C1  2Fx-R99R88R99R8LTu)5@2UM =M>(&"  +462"$462""32# ! %;N;;NB9R99R˨ǴVT!vM<$#+)#/$/&% +462"&%462"&47632'""32654&9N97R7Z9N99N9qzǓPu=sLZ)99)'::')99)'::1˅sւs EBTLTD*N@K $<UUM =M>(&#!   +">323267# ! #"&#"328>m73|0VT!vobHW*.`%"{h'3e^7: T.T@Q%<bbUM=N>+)" &# +47632'"">2327.'"&#"32654TqzǓPu"t^%+3kR-! )$?kDZ˅sւs E)s@9?woCLTy,:\@Y- 4 <U  U  U M = M>86310.+)%# +462"$462"">323267# ! #"&#"329R99RD;N;;NϨ8>m73|0VT!vobHWM<?=6431.-)($#&# +47632'"">2327.462"&%462"&'"&#"32654TqzǓPu"t^%+39N99N9Z9N97R7kR-! )$?kDZ˅sւs E)[)9:('::')9:('::?@9?woC^uB@|8 0 < b ` `  bbU  U M =N>><;:64-+*(&%" BB+462"$462""$543232&'"#"&54263274.# '676$3 ;N;;NB9R99RמFH-5bk9GZ((/;A!RN{Ag=# #FM<HK(PX@' <@' @Eb`b`    UUM= N  >Y@GFBA=<8731($"!#"#""+74632265&#"#"&5423276274&#"'67>32#"&462"&%462"&`'=#1q{/#129=D}/-:C:P`{qx +9믓J9N97R7Z9N::N9"Kd+ 9rk T#j@)9:('::')9:('::6B6K(PX@&b`UR >@0b``UINBYY@97?<7B9B"$+GF +.'&4732736&'.7327#"&546323267!"5463!24CU J` d-'%j  G9{1D.HDt7-="#&3U- 5/rA 0  1 BWdVR2  1 ;1.A0+7'-Vo%.#0%8D.@+U=N>;9A>9D;D/,L!$!+#"&54632327676'.'&4732776&'&4727!"7463!2Ts)73' #F!16';?RTPP"<> {R F?!+55+!=;dXF{[61  2?@V:81%1  27Df#%-#/wFFK(PX@'b  `U  R >@1b`  `U  I N BYY@ DB$+GG +462"$462".'&4732736&'.7327#"&546323267:R99RC {R F?!+9N:8R7Z:M::M:+!=;dXF{[61  2?@V:81%1  27Df)9:('::')9:('::UUK(PX@)ddb  `  R >K1PX@,dddd d  I N B@4dddddd d  I N BYYY@ SQ$+GH%&$ +#"&54?632"54?62.'&4732736&'.7327#"&546323267 z!)+ o)34CU J` d-'%j  G9{1D.HDt7-="#&3U-\ 1  -rA 0  1 BWdVR2  1 ;1.A0+7'-Vo%B8GVdK-PX@!b ==N>@%b = ==N>Y@USNLFD>=/,L!$! +#"&54632327676'.'&4732776&'&4727"&54762#"747632Ts)73' #F!16';?RTPP"<> {R F?!+#/   )!-+!=;dXF{[61  2?@V:81%1  27Df . ++ wNI&@*U  U U  K >Y@LJFEB>;:541-%C+462"$462"4&'.73273274&'.7327&#".7>5#"&59R::RD;N<POC*MH# +32754&'&47327&#"&47>=#"&=4&'.7327462"$462"L/\u-R^sZb11bb^b29H;_1b ZobT+Y8P88P"8P88Pu#`t{91  27{{9 11 8{)0/wX{91  29P::P99P::P9#+(U@ %@eU >Y@'&(( +#'54?>54&/&=73!.#!"#ɢ:B4+EB+Bld''3%)=/)/3! 1{$3!-9Xs(y@ "@&bbeK= >Y@$#(( +3'54?>54&/"'57!#.+#.33+@.U  U  U M >Y@!32`_\VRPLKHDA@862<354&'&47327 4&#"'4&'&4732763 !"&#"&47>:Q::QCa`\[WVRQCc##'CG +&#"&47>54&'&473274+3263 #"&#".7>54&'.7327462"&%462"&1b `^b21c]Z b1ɑ;Lbqw))^  b11b  \Z b1^9N::N9Z:M:8Q8u{9 11 8{{{91  275(Pe}1 8{{{91  27)9:('::')9:('::Dy "+462"462"+:++:++:++:o9))9+9))9+^D '@ &" "+462"462"$462"6462"462"}+9++9++9++9+:++:+9++9+9++9o9))9+9))9++9))9++9))9+9))9+LD   "+5!462"462"L+9++9++9++9TT9))9+9))9+1D  "+462"462"%5!#"&54751+:++:++:++:P#+:+%o9))9+9))9+VV^'++)\ `"+462" +:++:9))9+` "+462"$462"+9++9+9++99))9++9))9+F  "+462"462"$462" +:++:J+9++9+9++9q9))9+9))9++9))9+N"+5!PVVF} "+5!#"&5475P#+:+%VV^(*+)]RP"+462"R+9++99))9+RP"+462"R+9++99))9+HD  "+462"$462"$462"+:++:+9++9+9++9o9))9+9))9+9))9+ L"+462" +:++::)):+)`u{"+3#)LLX "+7!+)X%"+5!PVV^"+3u_L"+462"+:++::)):+)L"+462"f+9++9:)):+$" "+.'&'>7.'>7TF#1JNF 97, !  605;UFf#KH^4@V38) / #=HO+%HMJZo" "+4&54672>72!!&54%gX$/ l`]A =-;:R9 >)=RL;3?g%\+=yB="+#"&'#&'+&'47>54&5467'&547367&546?2oN3-0*'@%*KNR>NF2|"T!1LQ:Pq4/Z^7`L5Hs3=?1N'/\7DZ_VLV8Zj%w?N  '%#) "+23!7!654.#!"&546?3JmI2 X/1s))PZJU3L) H;yTR;g)R?BR \+yo*""+".'#4&54767>54&'&546?32߃!,#6N\-4'%^ZF)1Nf}+ ` ˉT n=P !!%DTo "++6'4&57!"74>?3!2 RǏ%13%TFH%AD-}+?!F/@)-TD}{3( "+'654&5432%'6'4547!"&546?3!2LJ1?-uLU/7%N3%%F=Q9DD+=++R?DQ %58?19k7y "+4&'.546?oHXL`3 u5/7 5 R= \>3A ;-XJ)/9N u$# "+74&547"54>?#"'6!P  5s5F@!//h;;+?!9 =_/'#beRG5Q'*H{.'"+654547!654&5467"&546?3!2+/N''yd'R(( ;T^b3P\d;@NX'A++L?@Tb/`CP\J;DRH9y2- "+.54>?#"&#!654&#"'7632!456FF cw #"-p^ZTHpH1q5JT%CH+TH ?F-@L++ =mrV};X#XD\q7y "+'654'.546?327 \TZ+6-+mGDDhLC=K%%V`Bf"+#!"&46?7!2#!/!FK-X;!m7J KJFwT 9Fq"+4.#!"54>?3!2#!7!26+J3 RR}6ufBX^7#)?!H=͕P6."+3!2"&547>54&#!"547654'&74>?DA\H3oNG-F+L+JuѪ1BF 9P#w/p{\m/0 #'+)qN^`VPo-%1& )=3`q "+!.#67#"&546?3!2y Ru?HN-O?݊N qTA?FHFL1%"+!7!654&#"#"54&'.546?6TwP>; J5PA #+E=B#_!)' D􉢸ͪwucs`'!S79FB  )## 3eD`w  "+47654'&746?#-7&z33H (!!! `N`)3 BOHD7!v`}9Z3%!1o""+!7!&'&54654'.546?=A\ `m~-J=);<%-f+Z'?g!51LR=BI- ;+9Xu* "+!32>54&".547"&546?3!2PV/>fD5Jdc1k/^wV>m?>/SA}}N`D%?h;^td/?HLo'D}MA5"+.54>?&">7674'&546? 7%654'.'&56 EV_1%! .?3!2#!7!26+J3?83A/ JB AFw RR}6ufBX^7#T5/' D&Z))<7\^ u)?!H=͕Db;"+%#54654'.54>?36%&54>?&h)=)qUF#3B9f kNT51\i7;3J%{+'3;D)A%%/A3#Cy-H T:Mb!Hn-y:"+!7!4'%&574#"&46?67.546?&'-V#D?!=RN\+ XP<8{Ik?Q+m!'-+>3Re!7=/NyNLH1T^/VŏR3BLH 1%^#1A[X=q4$ "+'473'"54%>54.#!"&546?3!2NF; 0E.!A/`HZ3T}Fd1L=DmY= RD1DM 'Ec1#-?'Z?;FH3BpJ9^\-+?Z5{u "+4&#!"&546?3!2 aHV1P7ўX?9HL'-Dyc"+!.'.547&546?"#36&54>?3&#!67654./&54>?3bys  '4}& .?d C!})n}  #N'9RGD5  d  #   JӘ#u+Db+y%dBS % ){q-d)>"?76L5  #T-F   !)u("+4&#!!73.54>7#"&546?3!2R`n: #} .3,,HV1Q8ўy^!wnRTbFX?9HL'-/y-" "+4&'.546?4&'.546?HXL`5 u5/7 7HXL`3 u5/7 5 R= \>3A ;-XJ)/9R= \>3A ;-XJ)/97y,! "+'654'.546?324&'.546?7 \TZ+6-+mGDHXL`5 u5/7 7DhLC=K%%V`R= \>3A ;-XJ)/97y+" "+'654'.546?32'654'.546?32X \TZ+5-+mHD \TZ+6-+mGDDhLC=K%%V`/DhLC=K%%V`fy "+2"&47>!;qF,0J#7j>-T\f "+2"&47>!2"&47>y;qF,0J;qF,0J#7j>-T\#7j>-T\B{3@-@*$ <b=N>>=86,-$ +4&5432#"&5467'.54632632654&'"?1)= \G44\J A8R< + 1bhX=UXoBA7c+>5Dl! vLodV4`6Fr /( =H{T5Ph@1^?B/n@ , @$bUIMAY@ +)&$  / /$ +327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *!?1TC1/!P@{59]u -@B4@ 1 KPX@UQ>@#bUIMAYY@ 0.(&"  4 4% +>54&#"'2>3232654&54632#".=4#"&76_+17LX$-5G2B\w?02<E*GB' (!?1$0D1/!OA{5fD:\0aEu -R&<@9 &<;UIMA####%!+#"&5476327623#".#"3267BZo~VPu?9+ 5F:O?RPDsXR3 \))/k`'\}A@  & 6KPX@0  bI U  U   Q>@=  bbI U  U  I  M  AYY@"?>97530.)'!AA +27>54'&#&""5>32>323254&5432#"'#"&5476!4&BR>7 Xe0EhJ-}3i$6%u#T';]X F;G,?q{\9L;] D-)KBF&!/2)D)#3B5PXXyD"%\f /(F@C <9ddUIMA#*$%2+4&#'"/672632#"''653274&#"h+{:PG\ocZ7!eE+J1>5=(% 5Vw3ms1 'LPH>jz1h 1@@="<;ddUIMA4$$#"+5&#"326#"&5463254&#'"5'672"'&54D?7R}!`d)^m}qT9+{9!5m6  Pwl^?/:k5^=(% 5VF;$ J7m@USQ>Y@  +272#"'&'4632%4"BmE )Fk;M}y\!/u+N'P!5B4D{}Z3F%^=#{@*bUSIMAY@  +""'>32#"&'654'&3267mE )Ek@&bUUQ>Y@/.+) 00 +";2+"327>32#"&546?&54632#&T)7?-13jtF $*;Yb@5d}Vde 6'%+9myB4 ^T5I]BDB^hs00y@&bUUQ>Y@,)&#!00 +"#'7632#"'.5463232'4'#"=4;2654&H\5!dkSzd5AdP;*" Nmj31,@;h^BICXN6RZ 4B{j;+%%P12COWK-PX@,%  3! <@, %  3! K-PX@4 ZI  U   U  Q M >K1PX@5 Z  U  U   U  QM >@: Z  U  U I   U  QM >YYY@"LJGEC?><86/-+) 22 +"'&'"#"'272632#"&47&747&746326323274'&""#&4#"72>! 9VF+I%> y95ʉTyfBEFVF.1B%)o+:7H# #u31u#?BVb*?5/7`c@BLP-BITg7)!)@fd%!r:H96u (:@7&<b`UIMA*2+"&4624&'&7273"5651##1#s-<=>B+ $ }9"2""2a:   $  ; 77uJR@O <4/.<ddbGIL@IHFB;9303 +4&#'"5'6726?>&'&'5737&''54/&#"&'"&7>s+{:J33  =. X3N'CL1N\% 7=J^>B+=(% 5V44  )) 7T 7- *-o=Pd<#@# U I L @Y@POJIGD$B#&H +&#"&7>=4&'&76727632>32&#"&7>=4#"&"&7>=4&"5=B^=B*!5q5   N`n ^0#?=T?>3s/G1=>3-b?;;# Iqi&C=?ËT;?L?#\9dKPX@#bTQM >@)bUTIMAY@ "#&&I!+4#"&#"&7>=4&'&76727632#"&5432265s=F5=B^=B* 6q5   Nl)->-P+'-#HT?;;# Iqq-3'3;w/? HKPX@QM >@UIMAY@   +2#"&5464&#"3267ywZB9J`D1J{mkyylc7@ K!PX@UQ>@!bUIMAYY@  +"&547232654'&#"'632\i35 )%7_!/L%=!'Vy}R7;/#wsX3N!ywy/?BKPX@eM >@eIMAY@ "" +.#"#>32W;9Jy}hlsvy/?%@"dIMA"$ +0#"&=332654'?ywy`A1Jmk lzcXN'2@ 2('K&PX@#UUIL@@'dUUIL@YY@ #$$'2+&"&7>54&'&76727>32#"&'532654#"-;=>B+!5m6  f+Zea!Zt-Lh'q 9!;;# I '=tiwh\oV)@@=<:UIMA%#"#"+327#"5#"574326=732#+J! FlfR7+N s#H}w1FL%w3,@)<IINB'(%&+4&'&4727232754&'.7272"'&'4#"7q/^B f7J/^A  6m7   \3jF+#h+ʼnVF+#h+;$ 5!;ZP:4@11/< :+)9UM><6)<1+&+"'654'6;2676#"+"'654'6;2654&?<;# I5;Xd=@L@1o5=B^>B+!5q4  %q9HG#@=U?>3-1!Z Pb<#@!  U I MAY@POJIGD$B#&H +6=4&'&727"'&54#"'#"754&'&727327&'54&'&7725=B^>B+!5q4  N`n _0#@=U?>3s/G2==3-b?;;# Iqi&C=?ËT;?L? w,@de>H*C+&47327#"'.'&47327?6&^9)  "%^)^/W`## '|J##+1,)1+^5,@)*#<dQ>#&#,'+&'&5476772767#"'&'#"/?727676'qqbJJbqq+'%'1?"%P{RR{P%?1'%  1]Z3++3Z\2 #BbF55FbB#bP+=@: <9UUIMA$"$$)'+'47632#"'57254&'#"543>54#"T1D}\mfP{mh%/%Df;4A331+)f;H){EdVIu/k^hF1Ll O(uX0)F@ @eIMAY+%((+#"&567''&#"&'>32>54'&5472k1F @)&!QBR'# ^/5#B59N3K)8ZR#x+X,2Hp+ AA?@b-#$9'\t"-`@ #=4&4.#&76721##1#s-<=>B+% }99"2""29!; 77+J.iK1PX@#ZUIL@@$bUIL@Y@)'#! .. +%"&"&7>=4&'&76727632#".'&\#--;==B+!5m7  ;]%&$   @9!;;$ Iq--  w?3,@)<IINB'(%&+74&'&4727232754&'.7272"'&'4#"7q/^B f7J/^A  6m7   \3F*#h+ʼnVF*#h+;$ 4!; w?+@dd[H)C+&47327#"'.'&47327?6&^9) "%^)^/W`#"!'!{J#"+1,)1+b%P+=@: <9UUIMA$"$$)'+'47672#"'573254&'#"54;>54"T1D}\mfP{mh%/%Df;4A331+)f;H3){EdVJu/k^hF1Ll N)uX0J)D@ @eIMAY+%((+#"&567''&#"&'>32>54'&5472k1F @)&!QBR'# ^/5#B59N3K)8ZR#x+X,2Hp+ AA?@b-#$9'7g@ @!bUIMAY@  +2#"'.#"32>7#"&546B\h35 )%7^!/L%=!'Vy}R8;/#wrX3N!ywy72<@9,'<beUIMA8#""%"#!+#"=4;4632#"'&#"32#&''54?>V?X?0)%3Z y5+ o0 V7"#'7%5 ""-#j@<"!:K&PX@UQ>@!bUIMAY@ ## +326?2326?2!"547#"'6?0ݘ7/ m +N   'R!3#^O g o;DD RKPX@2   U UM = K =M>KPX@0S   U U K =M>@-S   U UQ K >YY@ PNDC?;21*&   +"2654&462#"!#&#"&47>727&#"&47>&'!"/35Z55lljJHMj 2nLk NZ%-D?63 [u!wP%=/-@@-1;igGFh- ^  11 4XJ)l/1  11   [JB M@ GI@@b  ` UQ M = M =M >Y@LJFD><97/-%#!    +"2654&462#"32765## 546?65#"#"7463 327'"&/46Z55lmkIHբKHFn)op D`8)H5 %'NuF9=/-@@-1;igGFh+17[[m Vf'+ ++ /JV+1:!(L=`sB'&@'U  U UM >Y@">=874.B"A&#" +462"3 54&#"32654&#263 #"&#"&47>54&'&47?V@@V#iZGDfך%#pR1nӒbj s??s V@@V?덁,JbQP))HsC1 <{5{;2  <@8*K-PX@-b=M =M=M>@+bU=M=M>YY@ $"$&$" +4632#"&32654&#"632#"'&"'654.'&7672F%';A)%>Z#NE_dXfx<!-7 i%=D&#@DC7`㷓\2!'jBA&*RV`- !F}+*@&  U UQM >Y@&"BA<;82"F&E! &##$" +4632#"&3 54&#"32654&#263 #"&#"&47>54&'&47E%';A)%=<#iZGDfך%#pR1nӒbj s??s %=D'#?B덁,JbQP))HsC1 <{5{;2 V <z@8*@*bQ=M=M>Y@ $"$&$" +4632#"&32654&#"632#"'&"'654.'&7672fF%';A)%>#NE_dXfx<!-7 i%=D'#?BO7`㷓\2!'jBA&*R`- !F+*@'  U U QM >Y@"&"BA<;82"F&E!    +!"5463!23 54&#"32654&#263 #"&#"&47>54&'&47\y#iZGDfך%#pR1nӒbj s??s ()r덁,JbQP))HsC1 <{5{;2  <@8*@+b R=M=M>Y@76)(%$"   +!"5463!232654&#"632#"'&"'654.'&7672]#NE_dXfx<!-7 i()7`㷓\2!'jBA&*RLf Bo@l-0<  : < ;:db  U  QM =M> ?=9731,+)'"  B B$ +#"547"'7.547632'!"32672632#"'4772656DX'95( IQrg'hz Ǐl,?R}^HPN)/9)Aw^ i釠_[ XiwxF9BV#!+'GLf/b D@.2> < <;K!PX@7b  U QM=M =M>@5bU  U QM=M>Y@A?;95310+)%#DD$! +632'"&547"'7.5432#"'.#"327632#"'4772654J ?2' $5' K@$FA:fri! C\,?S}_HON)/:^/' %  lV+0J-3/¦ׇn\uF9BV#!+'GDs6^K(PX@ UM =M >@UUM >Y@21,+("65(# +462"32>54.#"'263 #"&#"&47>54&'&47?V@@VTuT=힬X!R'}w{j s??s V@@V?73/nі}vdi;1 <{5{;2 P I8K-PX@,U=M =M=M>@*UU=M=M>YY@ IH"%$%'$" +4632#"&4&'&"3276#"&5476323274.'&7672'&'&"F%';B)%= ?g{D;ZPq!jJ5-8 i8^ N%=D&#@DZ/'JfTbd{ۍ{BA&*R`P= % ?H0 VD- :\K(PX@QM =M >@UQM >Y@ 650/,&: 9($$" +4632#"&32>54.#"'263 #"&#"&47>54&'&47E%';A)%=eTuT=힬X!R'}w{j s??s %=D'#?B73/nі}vdi;1 <{5{;2 PV Iu8@)UQ=M=M>Y@ IH"%$%'$" +4632#"&4&'&"3276#"&5476323274.'&7672'&'&"{F$'@ UQM >Y@ 650/,&: 9  +!"7463!232>54.#"'263 #"&#"&47>54&'&47 \kTuT=힬X!R'}w{j s??s ()73/nі}vdi;1 <{5{;2 P I8@*U Q=M=M>Y@IH76+)'%   +!"5463!24&'&"3276#"&5476323274.'&7672'&'&"\ ?g{D;ZPq!jJ5-8 i8^ N() /'JfTbd{ۍ{BA&*R`P= % ?H0 1D-!@f9K(PX@eM =M >@eUM >Y@&"<;652,"@&?  +2&5>54'&54632>54.#"'263 #"&#"&47>54&'&479FxaHQ?V9TuT=힬X!R'}w{j s??s T`PVg!>/B%373/nі}vdi;1 <{5{;2 P1"O@ ><9KPX@*e=M=M=M>@(eU=M=M>Y@ON=<1/-+&$  +2&5>54'&5464&'&"3276#"&5476323274.'&7672'&'&"9Fy`HQ?V9 ?g{D;ZPq!jJ5-8 i8^ NT`PVg!>/B%3R/'JfTbd{ۍ{BA&*R`P= % ?H0 fD- <V 9K(PX@M =M >@UM >Y@"8721.(<"; +&'&'676'32>54.#"'263 #"&#"&47>54&'&47DLw\sbG%TuT=힬X!R'}w{j s??s X{L^s7s73/nі}vdi;1 <{5{;2 Pf Ks@ :< 9KPX@$=M=M=M>@"U=M=M>Y@KJ98-+)'"  +&'&'6764&'&"3276#"&5476323274.'&7672'&'&"Lw\sbH$ ?g{D;ZPq!jJ5-8 i8^ NX{L^s7sN/'JfTbd{ۍ{BA&*R`P= % ?H0 9 NY@D '@F  b ZZ U   UUM=L >Y@& VTKHA@?;8721.)$! N N   +!"5463!226762"'.+;26&#!"&47>54&'&473!272'.+"#"/6H5}:1  1RT3@J' 2cHss??sd 50!#'VjP7 ,0%.#0/1[ bOJj 70%;H9 1 <{5{;2 F{d;H× r5LB# $;U@Rdd  b V  UM= M>:8531/*(&%!$% +#"/7672!"7463!2%2'4&#"#"'&543 #%326r  #28  5:sdF4L> #n`Z&AZVm%*%-#/ub-n,o#m1 NX@D '@F  b ZZ U   UUM=L >Y@& USKHA@?;8721.)$! N N   +!"7463!226762"'.+;26&#!"&47>54&'&473!272'.+"'"7475}:1  1RT3@J' 2cHss??sd 50!#'VjP7D,%.#0/1[ bOJj 70%;H9 1 <{5{;2 F{d;H$:iLB $;U@Rdd  b V  UM= M>:8531/*(&%!$! +632#"&547!"7463!2%2'4&#"#"'&543 #%326 3( 5:sdF4L> #n`Z&AZVm+# "%-#/ub-n,o#m1f91 P@F )@5 ZZ   U UM=L >Y@MJCBA=:9430+&# PP +&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+"TLw\sbG%}:1  1RT3@J' 2cHss??sd 50!#'VjP7X{L^s7s31[ bOJj 70%;H9 1 <{5{;2 F{d;HLfB /8@5 9bUM=M>#"%"#.+&'&'676%2'4&#"#"'&543 #%326Lw\sbG$sdF4L> #n`Z&AZVmX{L^s7sub-n,o#m191`@V$!(9 @F  Z Z  UUURM= L >Y@*]ZSRQMJIDC@;630.*)#"`` +2676#".'&#"'63226762"'.+;26&#!"&47>54&'&473!272'.+"#)!) " ?/'''/u%)3:}:1  1RT3@J' 2cHss??sd 50!#'VjP7+@ '-5 '1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB(?a@^<  b  UU R M = M>><9753.,*)%#  +2676#".'&#"'632%2'4&#"#"'&543 #%326N#)!) #?/'''/u%)4sdF4L> #n`Z&AZVm+@ '-5 '.ub-n,o#m1f9q i@(+ <9 @ Q Wca<);K(PX@Zd ZU  UUQ N  = M =L =L >@Xd ZU   U  UUQ M =L =L >Y@/fd`^ZXVSNKHFBA;:752/('&"ii "" +#"&'33267"'7#"&47>54&'&473!272'.+"326762"'.+;26&+632#"'4772654}ks9 }TP 5' Rss??sd 50!#'VjP7}:1  1RT3@J' 2c3?S}^HPN(/:qh}k9DC: 1 <{5{;2 F{d;H1[ bOJj 70%;H9 F9BV#!+'GLfB/ ;F}@z)5 3 <; :bU  U  U Q M=M> CA><8620,*('%$"  ;;% +267#"&'"'7&'&543 #%3267632#"'4772654%2'4&#"|}7`m'5' Jc`Z&AZVl<#,?S}_HON)/:sdF4L>/RfbV$ uo#m1= uF9BV#!+'Gub-nsF@* <9 @ @? Z bU  U  U M =K >Y@ BA;:752/,+'&%! F F +462"#&#"&47>54&'&473!272#.+"326762"'.?V@@Vg@r  y{s??sd 6*%9h\F-}91  2QV@@V?d{; 11 <{5{;2 v PV91R1[ jGNf 70%-) >KPX@1  ZU M= M =K >@2  bU M= M =K >Y@><9753%###C$" +4632#"&&#"&47>5#"=4;54632#"'.#"32'#E%'V@S6"<b`UM  =N> 97-)! > >  +!"5463!22'.#"3274&'.7327! 4$5d+'# 5`kmQG` ITc 1- ;%-#/%1Njk7N99" 5  5 +4pPB *b$@Z2S9N K(PX@B  b U  U U M =  M= M  >@H  b  Z U  U U M = M= M  >YY@&,+^\YWJHB@?=860.+b,b*%   +!"5463!24&#"3232>54&'&"#&"'&#"#"'37632#"&547&5467&54632>325Nf` %P=?J`}-;? g%-Z'4 XˏqI%N5=R8RZ^1)jэV%{-)5/%%-#/9TX/Lu\k2jF'5##7$!Z{+3D;: CJ\jQn{e/o7u"f917+!.qOK(PX@- U  S  K =K >@+ U   U  SK >Y@MLIEBA>=:962/.CC+462"&#"&47>5!&#"&47>54&'&47327!4&'&47327?V@@V?s TRs@C@r TV s??s lo s?@sUb s?V@@V?^{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{7 R`,@U=M= >Y@ PND@64+*J$" +4632#"&&#"&47>54.'&7672767632&#"&47>54'&#"F%';A)%>,9  sWZ 3-& -7 iu57/ZR^sT+%H{#%=D&#@DWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&V-GS}K(PX@,  SQ K  =K >@*   U  SQK >Y@RPLJEDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&473274632#"&?s TRs@C@r TV s??s lo s?@sUb s?E%';A)%={; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{%=D'#?BT7 R3@0,<Q=M= >PND@64+*J$" +4632#"&&#"&47>54.'&7672767632&#"&47>54'&#"F%';B)%=X,9  sWZ 3-& -7 iu57/ZR^sT+%H{#%>D'#?CWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&qGOWK(PX@/U  S K  =K >@-U   U  SK >Y@WVSRONKJEDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327462"$462"?s TRs@C@r TV s??s lo s?@sUb s?T;N;;NB9R99R{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{N<TRHD:8/.I +462"$462"&#"&47>54.'&7672767632&#"&47>54'&#"5N77N5N55N,9  sWZ 3-& -7 iu57/ZR^sT+%H{#mM88M66M88M6WI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&h-_@ 1( &<2 ;K(PX@5S  UQ K = K  >@3   US  UQ K  >Y@]\YURQNMJIFB?>98530.$$"#C+%&#"&47>5!&#632#"'4732654"'7&47>54&'&47327!4&'&47327?s TRs@C@r A2?R|_HON)/9C5' R[ s??s lo s?@sUb s?{; 11 <{i{; 1F9BV#!+'H 1 <{5{;2  1 ;{H{;2  1 ;{f7^\@YLX V <;  U  Q=M= >[YUSOMKI><2.$"^^ +"'7&47>54.'&7672767632&#"&47>54'&#"&#632#"'47726565( RIk 3-& -7 iu57/ZR^sT+%H{#,9  eL3?R}^HPN)/9  1  'DBBA&*R3FHy9 1 1:y7m1Jy&0WI 1 F9BV#!+'Gh-GT@ TNMH@*   U  SQK >Y@RPKJEDA=:96521CCC+%&#"&47>5!&#"&47>54&'&47327!4&'&47327267#"&'?s TRs@C@r TV s??s lo s?@sUb s?|}7am{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{gRgbWT7 S:@7- <Q=M= >QOEA75,+K% +267#"&'&#"&47>54.'&7672767632&#"&47>54'&#"^{}7am/,9  sWZ 3-& -7 iu57/ZR^sT+%H{#RfbVWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&R-?@ @&  UU RK >Y@=<9521,+($!  +2676#".'&#"'632&#"&47>54&'&47327#)!) #?0'''/t $)3@r PR s??s GV s?+@ '-5 '{; 11 <{5{;2  1 ;{5-)F|@ @$UU R= >Y@CB40(&"  +2676#".'&#"'6324632#"&&#"&47>54&'&7672#(!) #?0'&'/u%)4F%';A)%>1b \^b2/V Z+@ '-5 '%=D&#@DV{9 11 8{V-#"f T ;s:K(PX@)b U  K =K >@'b U  UK >Y@9851C$ +'"747462"$462"&#"&47>54&'&47327D,]K PX@#XbV= >@"dbV= >Y@ H$+62"&547462"&%462"&&#"&47>54&'&7672j 1&9N99N9Z9N97R7!1b \^b2/V Z)"  {)99)'::')99)'::{9 11 8{V-#"f Zs@ , <:K(PX@&d  bK =M >@$d  b UM >Y@ZYTONCC$ +#"547&#"&47>54&'&4732767>.'.7327&#""'&'&'FX'9@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o)Aw{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJ [@5D@2b`b=K=N >Y@ZYVRKJC>C$! +632'"&5474.'&76726767>&'&47327&#""5&/&'&'&#"&47> ?2' -7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/^/' %BA&*R6 67q $1  2L / 1 !o, y; 11 :V- \r. @&  b UQM  >Y@\[VQNCC$" +4632#"&&#"&47>54&'&4732767>.'.7327&#""'&'&'5F%';A)%>@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o%=D'#?Bb{; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJV YK@H3B<bQ=K=N >XWTPIHA&'&47327&#""5&/&'&'&#"&47>E%';A)%=-7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/%=D'#?BbBA&*R6 67q $1  2L / 1 !o, y; 11 :- \. @'  b U QM  >Y@\[VQ=9+*'#   +!"7463!2&#"&47>54&'&4732767>.'.7327&#""'&'&'}\@r PR s??s PN s?_CR!#$  OD 5@`.HC-' HQA;o(){; 11 <{5{;2  1 ;{Hh!+2  1  3/J#' 1 9UJ YU@R3B<b Q=K=N >XWTPIHA<+'$#  +!"7463!24.'&76726767>&'&47327&#""5&/&'&'&#"&47>\-7 hBIJZ %)^kT^ H%L? RV-RR!!='C  ^\T Z/()BA&*R6 67q $1  2L / 1 !o, y; 11 :V- 3q/@#ZUQK >Y@ +(#" 31$" +4632#"&"&47>54&'&47327;2676&#F$'## !7%=D'#?Bh1 <{5{;2  1 ;{NA%V(2@/ <bQ=L >$$C+74&'&7672&#"&47>4632#"&)[ i4`]V `4F$'@,  Z U UQ K  >Y@74/.+'$#?=  +!"5463!24632#"&"&47>54&'&47327;2676&#6OF$'## !7%.#0 %=D'#?Bh1 <{5{;2  1 ;{NAV J(4w @)b UQ=L >Y@+)1.)4+4$$C +74&'&7672&#"&47>4632#"&!"7463!2)[ i4`]V `4F$'@$ZUQK  >Y@ +(#" 31  +!"5463!2"&47>54&'&47327;2676&#\-j s??s LR s?7>## !7() 1 <{5{;2  1 ;{NA(9@6 <bQ=L >%"((C+74&'&7672&#"&47>!"5463!2)[ i4`]V `4\q1&*RP{; 11 @ZUK >Y@-*%$!53 +&'&'676%"&47>54&'&47327;2676&#bLw\sbH$j s??s LR s?7>## !7X{L^s7sP1 <{5{;2  1 ;{NA f*0@- <'%#9b=L >C+74&'&7672&#"&47>&'&'676)[ i4`]V `4nLw\sbH$q1&*RP{; 11 <{L^s7s! P@ 8<:K(PX@9db`  ` K =  K  =>@7db`  ` U  K  =>Y@KJGC@?65G$ +#"747#'"'#&#"&47>76&'&4727%&#"&47>&X'944  XN1_{F5{T< R (m )   e.=')' XD ("( )AwX'`T 11 PbLq.2  1 6W101 11 -0-?b js@%ddM = L  >Y@hg]\YU$J)I%($! +632'"&54776327632&#"&47>54&#"&#"&47>54'"&#"&47>54&'&7672= ?2' Np}V+Xs`jgT+==|)PfcjgV)b{#,; {Tb{Z20V d ^/' %sUA{9 11 @:b`  `U  U  K  =>Y@IHEA>=430/G+462"#'"'#&#"&47>76&'&4727%&#"&47>&?V@@V44  XN1_{F5{T< R (m )   e.=')' XD ("( V@@V?PX'`T 11 PbLq.2  1 6W101 11 -0-?- hn @#UM = L  >Y@fe[ZWS$J)I%%$" +4632#"&76327632&#"&47>54&#"&#"&47>54'"&#"&47>54&'&7672F%';A)%>Np}V+Xs`jgT+==|)PfcjgV)b{#,; {Tb{Z20V d %=D&#@D9UA{9 11 @9b`  `  UQ  K  =>Y@MLIEBA8743G$"+4632#"&#'"'#&#"&47>76&'&4727%&#"&47>&E%';A)%=44  XN1_{F5{T< R (m )   e.=')' XD ("( %=D'#?BVX'`T 11 PbLq.2  1 6W101 11 -0-V? h<@9 <QM = L  >fe[ZWS$J)I%%$" +4632#"&76327632&#"&47>54&#"&#"&47>54'"&#"&47>54&'&7672E%'K(PX@-b`UK = =>@.b`UI =M>YY@ "J#(I +462"4.'.7327#"'&"&#".7>5.'&47327o?V@@V 15?  /=s?/-%53 15? 75  s? Z> X V@@V?{HK+ 2  1 A?1DdHK+  11 BV-R2 q>-;- JMK-PX@M =M= >@UM= >Y@ J*J#$"+4632#"&632&#"&47>54'&#"&#"&47>54&'&7672F%';A)%>nu57/Z{^V{T+'F}}#+R {Qf|`0/W d %=D&#@D9FJy9 1 1:y7m1Jy'/y9 11 8{V-#'V- H<K(PX@,b`QK = =>@-b`IQ =M>YY@ "J#(J$" +4632#"&4.'.7327#"'&"&#".7>5.'&47327fF%';A)%> 15?  /=s?/-%53 15? 75  s? Z> X %=D'#?BHK+ 2  1 A?1DdHK+  11 BV-R2 q>-V; J%@"QM= >J*J#$"+4632#"&632&#"&47>54'&#"&#"&47>54&'&7672F%';A)%>?u57/Z{^V{T+'F}}#+R {Qf|`0/W d %=D'#?BEFJy9 1 1:y7m1Jy'/y9 11 8{V-#'- H<K(PX@-b` QK = =>@.b`I Q =M>YY@GECB?>51'%"   +!"5463!24.'.7327#"'&"&#".7>5.'&47327\ 15?  /=s?/-%53 15? 75  s? Z> X ()%HK+ 2  1 A?1DdHK+  11 BV-R2 q>-; J1@.QM= >FE73)'    +!"7463!2632&#"&47>54'&#"&#"&47>54&'&7672\u57/Z{^V{T+'F}}#+R {Qf|`0/W d ()FJy9 1 1:y7m1Jy'/y9 11 8{V-#'f- J@ >< 9K PX@$Z`K = =>K(PX@%b`K = =>@&b`I =M>YY@IGEDA@73)'$" +&'&'6764.'.7327#"'&"&#".7>5.'&47327Lw\sbG% 15?  /=s?/-%53 15? 75  s? Z> X X{L^s7siHK+ 2  1 A?1DdHK+  11 BV-R2 q>-f; L#@ 9M= >J*J/+&'&'676632&#"&47>54'&#"&#"&47>54&'&7672HLw\sbG%u57/Z{^V{T+'F}}#+R {Qf|`0/W d X{L^s7s-FJy9 1 1:y7m1Jy'/y9 11 8{V-#'LTt*8BZ@W;9<bU U M =M> ?=751/&$* *  +2676#".'&#"'632"32# ! #"5475"M: 6( "!(d#-aǴVT!vwD,0Eiv +2;  !+: +T{h'3$9iT,9G_@\< d  dU V M=M>.-CA=;53-9.9+)#! +2676#".'&#"'63247632'""32654&632#"&547o#(!) #?0'''/u%)4qzǓPu=sLZN 1&h+@ '-5 '<˅sւs EBT*" !LTt.:H\@Y%<UU  U  M = M  >0/GEA?64/:0:(&!..+462"$462"%2676#".'&#"'632"32# ! 7N77N7N77N/"M: 6( "!(d#-aǴVT!vN77N77N77N7V0Eiv +2;  !+: +T{h'3T,9AIc@`<    UU VM=M>.-IHEDA@=<53-9.9+)#! +2676#".'&#"'63247632'""32654&462"$462"o#(!) #?0'''/u%)4qzǓPu=sLZu:M::M :N97Rh+@ '-5 '<˅sւs EBTR99R88R99R8LTq '2L@I1<(:bUM =M>/-&$    +!"&5463!2"32# ! #"/6z  ǴVT!vp ,/ - .: +T{h'3 r5T (5D@AddV M=M>*)1/)5*5'%$% +#"/7632!"5463!247632'""32654&n  "06 86aqzǓPu=sLZ $)%-#/˅sւs EBTLTp '1L@I*<(:bUM =M>.,&$    +!"&5463!2"32# ! #"547]z  ǨǴVT!vD, - .: +T{h'3$9iT' (5D@AddV M=M>*)1/)5*5'%$! +632"&547!"5463!247632'""32654&/ 1&)6aqzǓPu=sLZ#*"  %-#/˅sւs EBT =K-PX@ ,<:@ ,<:YK-PX@$dUM =K >@*dZUM =K >Y@ C(c$&$ +#"54732654&#"4&'&4732632#"'&#"&47>5X&9@%w?s d)'^'1hDžf@N ZR s?)Aw" {;2 Eqh6HOy; 11 <{!b MtK!PX@.b =M =M=L>@+ddM =M=L>Y@ KJC%%&,$! +632'"&54732>54&#"'7632'"'&&#"&47>54&'&7672 ?1' ! 0aRw=g+{PЗydN 7q qV`4/V d ^/' %<)16(+Dt{FLs{: 11 <{jV-#'s;K-PX@ *<@ *@-ZUUM = K >Y@ 98C(c$# +462"32654&#"4&'&4732632#"'&#"&47>5@V??V%w?s d)'^'1hDžf@N ZR s?V@@V?" {;2 Eqh6HOy; 11 <{!- KoK-PX@+M =M =M=L>@)UM =M=L>Y@ IHC%%&)$" +4632#"&32>54&#"'7632'"'&&#"&47>54&'&7672F%';A)%>X! 0aRw=g+{PЗydN 7q qV`4/V d %=D&#@D)16(+Dt{FLs{: 11 <{jV-#'sC5 K-PX@8 UI  U  M =K = M  >@9 UU  U  M =K = M  >YY@ CB><98.,+(%$   +462""3265&#"&47>54&'&47326323#"'.#?V@@V#bF@rTR s??s G#3yAm_/V? 9p`wV@@V?+{; 11 <{5{;2 %=fRNPd)%-- <fK-PX@(bM =M=L >@&bUM=L >Y@ J"$'$"+4632#"&7>32#"'&#"&#"&47>54&'&7672BE%';A)%=& )yA;@;%&$!E17q iZd4/V c %=D&#@D9 Fd?#'@0dJ?{7 11 :{V-#'V7 Gݵ9 K-PX@7I  UQ  M =K = M  >@8U  UQ  M =K = M  >YY@ GFB@=<20/,)(#"  $" +4632#"&"3265&#"&47>54&'&47326323#"'.#E%';A)%=;bF@rTR s??s G#3yAm_/V? 9p`w%=D'#?BZ+{; 11 <{5{;2 %=fRNPd)%-V <2@/bQM=L >J"$'$"+4632#"&7>32#"'&#"&#"&47>54&'&7672E%';A)%= )yA;@;%&$!E17q iZd4/V c %=D'#?BE Fd?#'@0dJ?{7 11 :{V-#'V  SEK-PX@@ U  IUQ  M =K = M  >@A U  UUQ M =K = M  >YY@(SRNLIH><;854/.+'$#     +!"7463!24632#"&"3265&#"&47>54&'&47326323#"'.#5E%';A)%=;bF@rTR s??s G#3yAm_/V? 9p`w%.#0 %=D'#?BZ+{; 11 <{5{;2 %=fRNPd)%-V HK@Hb UQM =L >FE;:73)'%#  +!"5463!24632#"&7>32#"'&#"&#"&47>54&'&7672`6*E%';A)%= )yA;@;%&$!E17q iZd4/V c +%-"0%=D'#?BE Fd?#'@0dJ?{7 11 :{V-#'7 G9 K-PX@8I  U Q M =K = M  >@9U  U Q M =K = M  >YY@$ GFB@=<20/,)(#"     +!"5463!2"3265&#"&47>54&'&47326323#"'.#N\ͪbF@rTR s??s G#3yAm_/V? 9p`w()+{; 11 <{5{;2 %=fRNPd)%- <?@<bQM=L >:9/.+'  +!"7463!27>32#"'&#"&#"&47>54&'&7672\ )yA;@;%&$!E17q iZd4/V c () Fd?#'@0dJ?{7 11 :{V-#'7s@j) @%bUM =M>Y@ ?=.,'&%#) +462"'.#"#"&#&'6!2654.'.54632d@V??V *'DkGY04Gjf5hXla: #@'{$.X63Mqn:uV@@V?z:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4b- @@" ?@/bUM=M =M>Y@ "+%*#$" +4632#"&6232654&'.54632"'.#"#"'&#"&FE%';A)%= , !^bBlT}{fu/bm . /@/7Y]pDjg1dV%=D&#@Dw cJEDR33wm`ml =R# G@$bQM =M>Y@ CA20+*)'*$" +4632#"&'.#"#"&#&'6!2654.'.54632mE%';A)%= *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u%=D'#?Btz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4bV4@J@G3<bQM=M =M>$%"+%*# +6232654&'.54632"'.#"#"'&#"&4632#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1dVE%'K(PX@&bUM =M>@-bbUM =M>YY@MK<:5431,&$"+4632#"&%#"547'.#"#"&#&'6!2654.'.54632F%';A)%>X'9| *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u%=D'#?D)Awюz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4bb4BN@3  bb = M =M=M =M>K!PX@<  bb  U =M=M =M>@< d  bb  UM=M =M>YY@MKGE$$"+%*# +6232654&'.54632"'.#"#"'&#"&632'"&547'4632#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1dV| ?2' >"$5;%!8 cJEDR33wm`ml =R# GK!PX@+bUM = =M>@.bbUM =M>YY@JH97210. +462"&'767'.#"#"&#&'6!2654.'.54632@V??V J!{^uffg *'DkGY04Gjf5hXla: #@'{$.X63Mqn:uV@@V?\g)5HR+)Nuz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4b4?K@=<87 : 3@:   bb M=M=M =M>Y@55JHDB5?5?"+%*# +6232654&'.54632"'.#"#"'&#"&&'7674632#"&b , !^bBlT}{fu/bm . /@/7Y]pDjg1dVN)HN'G>"$4:&!7 cJEDR33wm`ml =R# G@,bUQM =M>Y@KI:8321/*$# +462"4632#"&'.#"#"&#&'6!2654.'.54632y?V@@VKE%';A)%= *'DkGY04Gjf5hXla: #@'{$.X63Mqn:uV@@V?#%=D'#?Btz:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4bV- @L@" ?@6bU QM=M =M>Y@KIEC"+%*#$" +4632#"&6232654&'.54632"'.#"#"'&#"&4632#"&E%';A)%= , !^bBlT}{fu/bm . /@/7Y]pDjg1dVE%'@)U U M  =K >Y@6310,+15C +462"&#"&47>54&+""'6743!3 72#.+" @V??VE  OVF+6dj-) .y-5)V@@V?\{; 11 <{dgbw y s`hi3h9 6Q@N<bbU M =M> 31/-+*)'$" 6 6$" +4632#"&34.5476767232'#327#"5#"=4F%';B)%=T^-$"" 1'^Jyy %=C'#?ANf RO )dY:!i )V9 <~@ (3&@( UQ M  =K >Y@:7540/15C$" +4632#"&&#"&47>54&+""'6743!3 72#.+"F$' 31/-+*)'$" 6 6$" +4632#"&34.5476767232'#327#"5#"=4F%';A)%>^-$"" 1'^Jyy %=D'#?BNf RO )dY:!i )9 <@ (3&@) U Q M  =K >Y@:7540/.+*)%$"  +!"7463!2&#"&47>54&+""'6743!3 72#.+"-\rE  OVF+6dj-) .y-5)(){; 11 <{dgbw y s`hi3h 6T@Q<db Q M =M> 31/-+*)'$" 6 6  +!"5463!234.5476767232'#327#"5#"=4\/^-$"" 1'^Jyy (){Nf RO )dY:!i )d9 >|@*5(< 9K&PX@# M =M =K >@! UM =K >Y@<976210-,+'&$! +&'&'676&#"&47>54&+""'6743!3 72#.+"Lw\sbG%TE  OVF+6dj-) .y-5)Z{L^s7sL{; 11 <{dgbw y s`hi3fh 8K@H< 9dbM=M>531/-,+)&$!88 +&'&'67634.5476767232'#327#"5#"=4Lw\sbH$^-$"" 1'^Jyy X{L^s7sNf RO )dY:!i ) ?- NYK(PX@ Q K =M>@ UQM>Y@ ML3+N( +462"&%462"&2>54.'&47327#".54&'&47279N97R7Z9N99N9j2/ddN- 3:C15d9-qњZX;c{B)99)'::')99)'::=Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)s NG@D  bRM =N >LK:98521+)#"!NN +462"&%462"&'"&54&'&4732723276'4&'&473272'&'&:N99N:Z:N97R8{3LF3d@\q!1N F38^ N)99)'::')99)'::y`>1  =yZb3b@1  =wP= % ?F2 z ?-X@ @&  UU RM>Y@WVSPMLEC84&$ +2676#".'&#"'6322>54.'&47327#".54&'&47277#)!) #?0'''/t%)3`2/ddN- 3:C15d9-qњZX;c{B+@ '-5 'Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)sXc@`<  bU R M =N>VUDCB?<;53-,+(XX +2676#".'&#"'632'"&54&'&4732723276'4&'&473272'&'&#)!) #?/'''/u%)4{3LF3d@\q!1N F38^ N+@ '-5 'ܝy`>1  =yZb3b@1  =wP= % ?F2 z d?- HP 9K(PX@K =M>@UM>Y@GFC@=<53($ +&'&'6762>54.'&47327#".54&'&4727Lw\sbG%2/ddN- 3:C15d9-qњZX;c{BZ{L^s7sVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-f)s HA@> 9bM=N>FE432/,+%#HH +&'&'676'"&54&'&4732723276'4&'&473272'&'&Lw\sbG$7{3LF3d@\q!1N F38^ NX{L^s7s1  =yZb3b@1  =wP= % ?F2 z ?Yc@\ @.  b U U UM>Y@`^XWTQNMFD95'%  +2676#".'&"'622>54.'&47327#".54&'&4727'"747?"M: 6( # !(c"-O2/ddN- 3:C15d9-qњZX;c{BaD,0Eiv+1; +9Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;$:i-)= +fp@m"<dd  bUV M = N>-,dcRQPMJICA;:96,f-f%#++$! +632#"&5472676#".'&#"'632"&54&'&4732723276'4&'&473272'&'& 1&#(!) #?0'''/u%)4{3LF3d@\q!1N F38^ N9)"  +? '-5 &Vy`>1  =yZb3b@1  =wP= % ?F2 z ?f $_K(PX@* I U  K  =M>K1PX@( I U    UM>@) U U    UM>YY@  ^]ZWTSLJ?;-+ $$  $ +"&54632"&54632%!"&5463!22>54.'&47327#".54&'&4727m>5/%!3%/0$#11{   2/ddN- 3:C15d9-qњZX;c{B+)'//'%)2"!31#!34 - .=Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)VY@V bUU M = N>TSBA@=:931+*)&VV+462"$462"!"5463!2"&54&'&4732723276'4&'&473272'&'&:N99N :N97RG6 Í{3LF3d@\q!1N F38^ NPR99R77R99R7%-#/ǝy`>1  =yZb3b@1  =wP= % ?F2 z3fH@ @(b`U V>Y@ED=91/%! +2676#".'&#"'62.7327"'.'&4732736&#(!) #?0'''/u%)4 79{ .B.Xl,;Q NTg&%F C')+? '-6 '2  1 =///0qB 0  1 =[5TT HA@><UV=>;7/-%! +2676#".'&#"'632.7327"'.'.732776&#(!) #?0'''/u%)47  fV=R  N?"#"6L  {CH M !+? '-5 &1  2@P/+V6 1  2 6Iu?=N5V3- 6HK(PX@bQ =>@ddQ>YH*E$"+4632#"&.7327"'.'&4732736&F%';B)%= 79{ .B.Xl,;Q NTg&%F C')%=D'#?BQ2  1 =///0qB 0  1 =[5TT Vs 6@Q=>H(E$"+4632#"&.7327"'.'.732776&F%';B(%>  fV=R  N?"#"6L  {CH M !%=D'#?B1  2@P/+V6 1  2 6Iu?=N5 [k :K(PX@$db K  =>@"db  U>Y@TSPLIHC##O% +#"'%664.'&47327'&#""'.'&47327674/&'&47327 9@'=;w NKd9 /HwHf  ?7+  /)JX - =2  1 =;5893R78TP"2  1  2wX)-s2  1 -  b XiF@ddK =>Y@VRJHDC?>;743$ $% +#"/763267'.'&4732767>.'&47327"' #"'.'.7327  +?FG  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ ^)/@"db  U>Y@SROKHGC##O$ +#"54764.'&47327'&#""'.'&47327674/&'&47327X'9d'=;w NKd9 /HwHf  ?7+  /)JX -)Aw2  1 =;5893R78TP"2  1  2wX)-s2  1 -  b XiF@ddK =>Y@VRJHDC?>;743$ $! +632'"&54767'.'&4732767>.'&47327"' #"'.'.7327X ?1' G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ ^/' %@'bU  U>Y@YXUQNMBA>:76##L+462"$462"64.'&47327'&#""'.'&47327674/&'&473279N97R#9N99NR'=;w NKd9 /HwHf  ?7+  /)JX -R::R77R::R72  1 =;5893R78TP"2  1  2wX)-s2  1 -   ^=@:L <UK =   >\XPNJIEDA=:9*& +462"&%462"&67'.'&4732767>.'&47327"' #"'.'.7327:N99N:[9N97R7^G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ )9:('::')9:('::@%bU  U>Y@QPMIFE:9C##L +462"64.'&47327'&#""'.'&47327674/&'&47327@V??V)'=;w NKd9 /HwHf  ?7+  /)JX -V@@V?2  1 =;5893R78TP"2  1  2wX)-s2  1 -  - VdD@UK =>Y@TPHFBA=<9521"$" +4632#"&67'.'&4732767>.'&47327"' #"'.'.7327F%';A)%>G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ %=D&#@D@$b  UQ>Y@UTQMJI>=C##M$" +4632#"&64.'&47327'&#""'.'&47327674/&'&47327;F%';A)%>@'=;w NKd9 /HwHf  ?7+  /)JX -%=D'#?B2  1 =;5893R78TP"2  1  2wX)-s2  1 -  Vs V8@5D<RK =>TPHFBA=<9521"$" +4632#"&67'.'&4732767>.'&47327"' #"'.'.7327F%';A)%>G  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ %=D'#?B@.  b`U   UK >Y@SOLKGEA@=9CG +462"&#"&47>'&"&#"&47>764'.'&473273276&'&473277@V??V?NB {VRR0 #L3=| Ji1/f32  1 7B"-!- ZSK-PX@M ==L >@U=L >Y@ UQFEB?CL$"+4632#"&?6&'.7327&#"&47>&/&&"&47>?6'&'&47327E%';A)%=)}!=  jBDQ?R6 ;FL bUP{ '#w;  jR ?P8 PhjF`o H%=D&#@D951  2)BR+ 11  //3 11 'H s 1  2'ufK(PX@2  b ` U  K  =K >@0  b ` U   UK >Y@[WTSOMIHEACG+462"$462"&#"&47>'&"&#"&47>764'.'&473273276&'&47327 :R99RCf32  1 7B"-!NXb3@0 U=L >a`\[WVRQIE:963CJ +?6&'.7327&#"&47>&/&&"&47>?6'&'&47327462"&%462"&u}!=  jBDQ?R6 ;FL bUP{ '#w;  jR ?P8 PhjF`o HZ9N99N9Z9N97R7ݸ51  2)BR+ 11  //3 11 'H s 1  2)9:('::')9:('::sD[K(PX@!UK  =K >@U UK >Y@ :73C +462"&#"&47>54&'.'&472776&'&4727@V??VFPV F2HF { U& $H or  JO) V@@V?\{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3%- DNK-PX@M ==N>@U=N>Y@ ;8L!$#$"+4632#"&#"&54632327676'.'&4732776&'&4727F%';A)%>Ts)73' #F!16';?RTPP"<> {R F?!+%=D&#@D+!=;dXF{[61  2?@V:81%1  27DfTw =@"<<$ :K PX@#bXM =N >K(PX@$b`M =N >@"b`UN >YY8d9N+&'&'676&#!"54767654#"'673!26327%>72Zx T`|T{%7'Pq!"# ˨#k1?3PqL'%*wmZ! =@F7?nkl @du %TFE L;H 2D@A/!< :b=M=N >22%#$+&'&'6763!2>32!>?2%"547'674Lw\sbH$7Bw9)%LS)'*/3s3#!H{L^s7s3=PCV< |Kn TV9 ;@ :<":K PX@*bXQM =N >K(PX@+b`QM =N >@)b`UQN >YY@ 8d9B$"+4632#"&&#!"54767654#"'673!26327%>72E%' 0 0%#$s$" +4632#"&3!2>32!>?2%"547'674DE%';A)%=7Bw9)%LS)'*/3s3#!%=D'#?B=PCV< |Kn T9 ;@ :<":K PX@+bXQM =N >K(PX@,b`QM =N >@*b`UQN >YY@9841)#   +!"5463!2&#!"54767654#"'673!26327%>72?]7'Pq!"# ˨#k1?3PqL'%*()kl @du %TFE L; 0R@O-<bQ =M=N >  0 0*(#!   +!"7463!23!2>32!>?2%"547'674`\7Bw9)%LS)'*/3s3#!()=PCV< |Kn 7 R;@8,<Q=M= >PND@64+*   +!"7463!2&#"&47>54.'&7672767632&#"&47>54'&#"\c,9  sWZ 3-& -7 iu57/ZR^sT+%H{#()VWI 1  1  'DBBA&*R3FHy9 1 1:y7m1Jy&h >"@2b  bU M = M  >Y@;975321/,*'%! >> +462"&%462"&34.5476767232'#327#"5#"=4:N99N:[9N97R7^-$"" 1'^Jyy Z)99)'99')99)'99]YQOKJFEB>;:+'   +"2654&462#"67'.'&4732767>.'&47327"' #"'.'.7327/46Z55lmkIHG  %0#{9R{P  <7 {VBQ  HH>!:G  jPT{ >/-@@-1DA1-!   +"2654&462#"#"&54632327676'.'&4732776&'&4727'/35Z55lljJH=Ts)73' #F!16';?RTPP"<> {R F?!+=/-@@-1;hfHFh+!=;dXF{[61  2?@V:81%1  27DfX Nn@kHJ<b  ` UM= M = M =M >MKGE?=(("'#$#" +#"'72654&#"'63232765## 546?65#"#"7463 327'"&^pN)3AA3 NpKHFn)op D`8)H5 %'NuF9Nn>H13F@o+17[[m Vf'+ ++ /JV+1:!(L=1 9#@0  bU M=M=K >Y@ 75%##5C$" +4632#"&&#"&47>54&+"'543254632#"'&#"F%';B(%>)6l B+V/ Z /TyfD5#%N7N@%=D'#?B}9 11 <{ )b>///TP 5}@5@(bM=M=K >Y@ "%##9C+&#"&47>5'754&+"'543254632#"'&#""6l B+V/# Z /TyfD5#%N7N@=i}9 11 <{T;i; )b>///TPŸ16@3  b S M=M=K >Y@66531/"#5C +#&#"&47>54&+"'5432547#53>32#"'&#"#6l B+V/ Z /T &XfD5#%N7hO6C/}9 11 <{ )b;8O>///TP;DBS@P98(<b`M =L =N>''($&C +%&#"&47>54>$ 32#"&'&7632654.#"'654&#"@r;B s?7  P!fc\1N\ R{B{; 11 <{bq<1 Ց7f }DZE41u` &L52@/ <bM=M>20$" $ +32>54&'47.4>32#"'&#"#".@$S UQK >Y@ GE;:62)(!  $" +4632#"&!#&#"&47>727&#"&47>&'!"NE%' @<b`QM=M =M >CA&#(("'$" +4632#"&32765## 546?65#"#"7463 327'"&RF$'KPX@6b`U   UM = K >@4b`US   U K >YY@WUKJFB981-""#'% +#47654#"#"'4632!#&#"&47>727&#"&47>&'!"CD53#J 7]KVLj 2nLk NZ%-D?63 [u!wP%/+-7F3#H 7'JN - ^  11 4XJ)l/1  11   [JB'Uh@eOQ<b  `b  `M = M = M =M >TRNLFD(("'$'% +#676'4"#"&5463232765## 546?65#"#"7463 327'"&B@5:2;1^;JHKHFn)op D`8)H5 %'NuF9+@3FJL'#D  "%PR+17[[m Vf'+ ++ /JV+1:!(L= Uz@ <:KPX@$dUM =K >@"dSUK >Y@SQGFB>54-)$ +#"747'&'&'676!#&#"&47>727&#"&47>&'!"s>(Zy T`{T{%j 2nLk NZ%-D?63 [u!wP%!4_mZ! =@F7?- ^  11 4XJ)l/1  11   [J &T@NP@:ddb`M=N =M >Y@SQMKEC@>64,*('#!$! +632#"&547'&'&'67632765## 546?65#"#"7463 327'"& ," Lw\sbH$KHFn)op D`8)H5 %'NuF9% V{L^s7s+17[[m Vf'+ ++ /JV+1:!(L= Vz@ < :KPX@$dUM =K >@"dSUK >Y@TRHGC?65.*% +#"/6&'&'676!#&#"&47>727&#"&47>&'!"V (,Zy T`{T{%j 2nLk NZ%-D?63 [u!wP% g1WmZ! =@F7?- ^  11 4XJ)l/1  11   [  &T@NP@:ddb`M=M =N >Y@SQMKEC@>64,*('#!$% +#"/762&'&'67632765## 546?65#"#"7463 327'"&d  ,1 eLw\sbH$KHFn)op D`8)H5 %'NuF9 !&p{L^s7s+17[[m Vf'+ ++ /JV+1:!(L=)0g@"&$ KPX@6b`U   UM = K >@4b`US   U K >YY@+*ecYXTPGF?;-,*0+0#'% +#47654#"#"54632&'&'676!#&#"&47>727&#"&47>&'!"DD63#I 7\LVL7Zy T`{T{%j 2nLk NZ%-D?63 [u!wP%/+-7F2#H 7'JN3mZ! =@F7?- ^  11 4XJ)l/1  11   [J*5cu@r#'% ]+_<b  `b  `U M = M =M >b`\ZTROMEC;97620$'% +#676'4#"#"&54632&'&'67632765## 546?65#"#"7463 327'"&J@591;1^;JHLw\sbH$KHFn)op D`8)H5 %'NuF9+?3FJL) D #%PRn{L^s7s+17[[m Vf'+ ++ /JV+1:!(L=( Ki@Q ` @.  U US UK >Y@ MLca\ZUSLiMiIG=<84+*# +&'&'676!#&#"&47>727&#"&47>&'!"2676#".'&"'632Zy T`{T{%j 2nLk NZ%-D?63 [u!wP%&,$cL+<F3*,*4$',:BmZ! =@F7?- ^  11 4XJ)l/1  11   [);Zg $%*3 $J`+6d@|(&$  ^, `<  b  `U  V M = M =M >ca][USPNFD<:8731 +2676#".'&#"'62&'&'67632765## 546?65#"#"7463 327'"&D#(!) #?0'''/u%)44Lw\sbH$KHFn)op D`8)H5 %'NuF9+? '-6 '{L^s7s+17[[m Vf'+ ++ /JV+1:!(L=Vu  Wy :KPX@& UQM =K >@$S UQK >Y@USIHD@76/+   +&'&'6764632#"&!#&#"&47>727&#"&47>&'!"Zy T`{T{%E%'QOKICA><42*(&%! +&'&'6764632#"&32765## 546?65#"#"7463 327'"&Lw\sbG$zF$'@1 ddUS   V K  >Y@ SQGFB>54-)  "&$+'"547#"&'33267!#&#"&47>727&#"&47>&'!"TD,cks9 }TP aj 2nLk NZ%-D?63 [u!wP%!$:ih}k9DC:- ^  11 4XJ)l/1  11   [J %Sh@eMO<ddb  ` U M = M =M >RPLJDB(("(%$ +62"&547'267#"&'32765## 546?65#"#"7463 327'"& 1&{}7`mǢKHFn)op D`8)H5 %'NuF9)"  RfbV+17[[m Vf'+ ++ /JV+1:!(L= V :KPX@3 ddU   VM = K  >@1 ddUS   V K  >Y@ TRHGC?65.*  "&%+#"/6#"&'33267!#&#"&47>727&#"&47>&'!"w +0ks9 }TP aj 2nLk NZ%-D?63 [u!wP% r5h}k9DC:- ^  11 4XJ)l/1  11   [J %Sh@eMO<ddb  ` V M = M =M >RPLJDB(("(%$% +#"/7672267#"&'32765## 546?65#"#"7463 327'"&lo  !07 {}7`mǢKHFn)op D`8)H5 %'NuF9 $)RfbV+17[[m Vf'+ ++ /JV+1:!(L=%)0g K PX@Fb`XU U V M = K  >KPX@Gb``U U V M = K  >@Eb``U U  S V K  >YY@!+*ecYXTPGF?;-,*0+0))"$#'%+#47654#"#"'4632#"&'33267!#&#"&47>727&#"&47>&'!"DD53#J 7]KVLqks9 }TP aj 2nLk NZ%-D?63 [u!wP%/+-7F3#H 7'JNhh}k9DC:- ^  11 4XJ)l/1  11   [J)4by@v)#"\* ^<b`  b  `U U M = M =M >a_[YSQNLDB"(%$'%+#67654#"#"&54632267#"&'32765## 546?65#"#"7463 327'"&;?5:1;1_;JG{}7`mǢKHFn)op D`8)H5 %'NuF9+?3FJK)!D #%PRRfbV+17[[m Vf'+ ++ /JV+1:!(L=( Ki@ Q ` @@  b  U  UUS  V K >Y@)MLca\ZUSLiMiIG=<84+*# "" +#"&'33267!#&#"&47>727&#"&47>&'!"2676#".'&"'632ks9 }TP aj 2nLk NZ%-D?63 [u!wP%&-$cL+<F4*+*4$',9Hh}k9DC:- ^  11 4XJ)l/1  11   [);Zg $%*3 $J^*5c@*$#]+ _ <  b  `UV U M = M = M  >b`\ZTROMEC;97620(&!  +2676#".'&#"'62267#"&'32765## 546?65#"#"7463 327'"&3#)!) #?0'''/u%)3{}7`mǢKHFn)op D`8)H5 %'NuF9+? '-6 'RfbV+17[[m Vf'+ ++ /JV+1:!(L=Vo  WKPX@5 d U  VQ M = K  >@3 d U  S  VQ K  >Y@!USIHD@76/+   "" +#"&'332674632#"&!#&#"&47>727&#"&47>&'!"ks9 }TP E%'PNJHB@(("'$%% +267#"&'4632#"&32765## 546?65#"#"7463 327'"&{}8amF$' ZZ UQ N  =M=L >@< ZZ   U UQM=L >Y@ KHA@?;8721.)$! N N$" +4632#"&26762"'.+;26&#!"&47>54&'&473!272'.+"E%';A)%=Q}:1  1RT3@J' 2cHss??sd 50!#'VjP7%=D'#?BK1[ bOJj 70%;H9 1 <{5{;2 F{d;HLVB -:@7bUQM=M>#"%"#"$" +4632#"&%2'4&#"#"'&543 #%326mE%';A)%=osdF4L> #n`Z&AZVm%=D'#?Bub-n,o#m19^8@T"&7K(PX@Nb  `  Z   ZUU N  =M= L >@Lb  `  Z   ZU   UUM= L >YY@ [XQPOKHGBA>941.,('! ^^#'%+#47654#"#"'463226762"'.+;26&#!"&47>54&'&473!272'.+"CD53#J 7]KVL}:1  1RT3@J' 2cHss??sd 50!#'VjP7/+-7F3#H 7'JN1[ bOJj 70%;H9 1 <{5{;2 F{d;HLBB'>V@S<b`  b  UM =M= M>=;86%"#"$'% +#67654"#"&54632%2'4&#"#"'&543 #%326b?591;1_;JGsdF4L> #n`Z&AZVm+@3FJL'#D  "%PRRub-n,o#m19P`@ V$!(9 @G  Z ZU V  UUM= L >Y@*]ZSRQMJIDC@;630.*)#"`` +2676#".'&#"'63226762"'.+;26&#!"&47>54&'&473!272'.+" #)!) #?0'''/u%)3}:1  1RT3@J' 2cHss??sd 50!#'VjP7+@ '-5 '1[ bOJj 70%;H9 1 <{5{;2 F{d;HLB(?b@_<  bU  V  U M = M>><9753.,*)%#  +2676#".'&#"'632%2'4&#"#"'&543 #%326P#)!) #?/'''/u%)4sdF4L> #n`Z&AZVm+? '-5 &ub-n,o#m1O Z@%  P "3@: d ZZ   U UM=L >Y@WTMLKGDC>=:50-*($#ZZ$ +#"747'&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+">(Zy T`{T{%}:1  1RT3@J' 2cHss??sd 50!#'VjP7!4_ mZ! =@F7?U1[ bOJj 70%;H9 1 <{5{;2 F{d;HL &=@ @/ddbVM=M>Y@<:7531,*('#!$! +632#"&547'&'&'676%2'4&#"#"'&543 #%326( ,# Lw\sbG%sdF4L> #n`Z&AZVm% V{L^s7sub-n,o#m19 [@%  Q #4@: d ZZ   U UM=L >Y@XUNMLHED?>;61.+)%$[[% +#"/6&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+"ծ (,Zy T`{T{%}:1  1RT3@J' 2cHss??sd 50!#'VjP7 g1WmZ! =@F7?U1[ bOJj 70%;H9 1 <{5{;2 F{d;H8B &=@ @/ddbUM=M>Y@ #"%"#/$% +#"/762&'&'676%2'4&#"#"'&543 #%326d  ,1 [Lw\sbG%sdF4L> #n`Z&AZVm !&p{L^s7sub-n,o#m19 PlG@#  F )K(PX@N b  ` ZZ  UU N  =M=L >@L b  ` ZZ  U   UUM=L >YY@$kifd][VUMJCBA=:9430+&# PP +&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+"#476'4#"#"'4632;Zy U`{T{$/}:1  1RT3@J' 2cHss??sd 50!#'VjP7yDD64#I 7\LVLwmZ! =@F7?U1[ bOJj 70%;H9 1 <{5{;2 F{d;H/+-7F3#H 7'JNLm*5L_@\#'%<b`  bU  UM= M>KIFDB@;97620-+$'% +#676'4#"#"&54632&'&'676%2'4&#"#"'&543 #%326m@5:2;1^;JHLw\sbG%sdF4L> #n`Z&AZVm+?3FJL) D #%PRn{L^s7sub-n,o#m19% Pn@(V e  F )@F ZZ  U  U   UUM=L >Y@(RQhfa_ZXQnRnMJCBA=:9430+&# PP +&'&'67626762"'.+;26&#!"&47>54&'&473!272'.+"2676#".'&"'62Zy T`{T{%}:1  1RT3@J' 2cHss??sd 50!#'VjP7l&-$cL+<F4*+*4$',95mY! =@F7?1[ bOJj 70%;H9 1 <{5{;2 F{d;H*;Zg $%*3 %LBX+6Mi@f(&$  <  bU  V  U M = M>LJGECA<:8731., +2676#".'&"'632&'&'676%2'4&#"#"'&543 #%326m#(!) #?0'''/u%)48Lw\sbG%sdF4L> #n`Z&AZVm+? '-5 &{L^s7sub-n,o#m1V9y \@R $5

    ZZ UQ N  =M=L >@< ZZ   U UQM=L >Y@ YVONMIFE@?<72/,*&%\\ +&'&'6764632#"&26762"'.+;26&#!"&47>54&'&473!272'.+"bZy T`{Tz%IE%';A)%=Q}:1  1RT3@J' 2cHss??sd 50!#'VjP7ymZ! =@F7?1%=D'#?BK1[ bOJj 70%;H9 1 <{5{;2 F{d;HLVBH $;J@G :bUQM=M>:8531/*(&%! +&'&'6764632#"&%2'4&#"#"'&543 #%326Lw\sbG%jE%';A)%=osdF4L> #n`Z&AZVmH{L^s7sq%=D'#?Bub-n,o#m1B=K PX@-bXU K =K >K(PX@.b`U K =K >@,b`U UK >YY@ ;:CC#'% +#47654#"#"'4632&#"&47>54&'&47327DD53#J 7\LVLP@r PR s??s GV s?/+-7F3#H 7'JN{; 11 <{5{;2  1 ;{5B9/@,b`M == >H$'%+#67654"#"&54632&#"&47>54&'&7672@591<1^@UQK >Y@ CC$"+4632#"&&#"&47>54&'&47327E%'@UQ= >YH$$$"+4632#"&4632#"&&#"&47>54&'&7672F%';B)%=F%';A)%>1b \^b2/V Z%=D'#?B3%=D&#@DV{9 11 8{V-#"fLVTD %0@-QM =M> $"  $" +4632#"&"32# ! qE%';A)%=5ǴVT!v%=D'#?Bb: +T{h'3TV '.@+QM=M>#!''&%$"+4632#"&47632'""32654&F%';A)%>qzǓPu=sLZ%=D'#?B ˅sւs EBTLT'5yK PX@,bXUM =M>@-b`UM =M>Y@42.,#!''#'% +#47654#"#"54632"32# ! dCD53#J 7\LVKǴVT!vD/,-7F3#H 8'IM: +T{h'3TB+8B@?b`M =M=M>-,42,8-8&%$'% +#676'4"#"&5463247632'""32654&y@591;1^;JHqzǓPu=sLZ+@3FJL'#D  "%PR˅sւs EBTLT #1<@9 <:dM =M>0.*(##$ +#"747'&'&'676"32# ! T>(Zy T`{T{%ǴVT!v!4_*mZ! =@F7?l: +T{h'3T *7o@ @ ddM=M>Y@,+31+7,7)'!$! +632#"&547'&'&'67647632'""32654&9 ," Lw\sbG%LqzǓPu=sLZ% V{L^s7sT˅sւs EBTLT $2<@9 < :dM =M>1/+) $$% +#"/6&'&'676"32# ! D ',Zy T`{T{%ǴVT!v g1[mZ! =@F7?l: +T{h'38 *7o@ @ ddM=M>Y@,+31+7,7)'!$% +#"/762&'&'67647632'""32654&d  ,1 Lw\sbG%LqzǓPu=sLZ !&p{L^s7sT˅sւs EBTLT)5C@"&$ @-b`UM =M>Y@+*B@<:1/*5+5#'% +#47654#"#"54632&'&'676"32# ! DD53#I 7\LVLNZy T`{T{%ǴVT!v/+-7F3#H 7'JN;mZ! =@F7?l: +T{h'3T*9FN@K#'%<b`UM=M>;:B@:F;F860.$'% +#67654#"#"&54632&'&'67647632'""32654&?591<1^)(?=861/(E)E&$  +&'&'676"32# ! 2676#".'&"'62Zy T`{T{%ǴVT!v&-$dK,<F4*,*4$',9=mY! =@F7?: +T{h'3*;Zg $%*3 %Tb+:GX@U(&$ <U V M=M><;CA;G20,*!%% +&'&'6764632#"&"32# ! Zy T`{T{%TE%';A)%=5ǴVT!vymZ! =@F7?1%=D'#?Bb: +T{h'3TVJ (59@6 :QM=M>*)1/)5*5'% +&'&'6764632#"&47632'""32654&Lw\sbG%mF%';A)%>qzǓPu=sLZJ{L^s7so%=D'#?B ˅sւs EBTLT 6L@I5<:ddbM =M> 1/&$"   $ +'"547"32# !232654&'.5432-X'9wǴVT!$Q)1/^9T)Aw: +T{h'3N)-7#PqITb .;&@-dddbM=M>Y@0/75/;0;))"($! +632'"&5474763232>54'.5432'""32654&7 ?2' qzy\./:11^9JH@u=sLZ^/' %:˅1 )'5#Pk^ ւs EBTLT 7I@F6< :ddbM =M> 20'%#!  % +#"'%6"32# !232654&'.5432T 9@ǴVT!$Q)1/^9T =: +T{h'3N)-7#PqITb .;&@-dddbM=M>Y@0/75/;0;))"$$% +#"/76324763232>54'.5432'""32654&  ,?Fqzy\./:11^9JH@u=sLZ^)/B˅1 )'5#Pk^ ւs EBTLT'HG@<  b``b U M =M>Y@CA8642.,#!''#'% +#47654#"#"'4632"32# !232654&'.5432DD53#J 7\LVLۨǴVT!$Q)1/^9T/+-7F3#H 7'JN: +T{h'3N)-7#PqITB=JY@V5 <b``bM = M= M>?>FD>J?J))"%$'% +#67654"#"&546324763232>54'.5432'""32654&@591<1^EC:8640.%#)) +2676#".'&#"'62"32# !232654&'.5432=#)!) #?0'''/t %)3`ǴVT!$Q)1/^9T+? '-6 ': +T{h'3N)-7#PqIT?Lf@c7 <bbU U M= M>A@HF@LAL><31(&$"  +2676#".'&#"'6324763232>54'.5432'""32654&B$Q>  9+"$"+h $/Cqzy\./:11^9JH@u=sLZ/Fiv+1; + ˅1 )'5#Pk^ ւs EBTLVT) 8G@D7<dbQM =M> 31(&$"  $" +4632#"&"32# !232654&'.5432qE%';A)%=5ǴVT!$Q)1/^9T%=D'#?Bb: +T{h'3N)-7#PqITV} ,9C@@$<dbQM=M>.-53-9.9))"%$" +4632#"&4763232>54'.5432'""32654&F%';B(%>qzy\./:11^9JH@u=sLZ%=D'#?B ˅1 )'5#Pk^ ւs EBT V?- FRK(PX@QK =M>@UQM>Y@ 3+N($"+4632#"&2>54.'&47327#".54&'&4727XF%';B)%=2/ddN- 3:C15d9-qњZX;c{B%=D'#?BVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-V)s FC@@  bQM=N > DC210-*)#! F F$" +4632#"&"&54&'&4732723276'4&'&473272'&'&F%';A)%>+{3LF3d@\q!1N F38^ N%=D'#?BTy`>1  =yZb3b@1  =wP= % ?F2 z ?VK PX@-bXU K =M>K(PX@.b`U K =M>@,b`U UM>YY@ UT3+N(#'% +#47654#"#"546322>54.'&47327#".54&'&4727dCD53#J 7\LVK2/ddN- 3:C15d9-qњZX;c{B/+-7F3#H 7'JNVo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;-)BWW@Tb`  bM =M =N >UTCBA>;:42,+*'WW$'% +#67654"#"&54632"&54&'&4732723276'4&'&473272'&'&?5:1;1_;JG׍{3LF3d@\q!1N F38^ N+@3FJL'#D  "%PRy`>1  =yZb3b@1  =wP= % ?F2 z  Od@ <:K(PX@!ddM =M>@ddUM>Y@ (>(C,$+'"547#".54&'&473272>54.'&4732654'&74632BX'91#-qњP^;c'L{B2/jdN- 56EL)F7-m_)AwJb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-)b W@4D<3;K!PX@5  b  b  U =M=N >@5 d  b  b  UM=N >Y@UT?=:82/,+%#WW$! +632'"&547"&54&'&4732723276'4&'&473275>54'.5432'&'&3 ?2' ${3LF3d@\q!1N F7811^9H>=8^ N^/' %y`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z  P^ :K(PX@!ddM =M>@ddUM>Y@ (>(C,%+#"'%6#".54&'&473272>54.'&4732654'&74632N 9@1#-qњP^;c'L{B2/jdN- 56EL)F7-m_ =sJb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-)b W@4D<3;K!PX@5  b  b  U =M=N >@5 d  b  b  UM=N >Y@UT?=:82/,+%#WW$% +#"/7632"&54&'&4732723276'4&'&473275>54'.5432'&'&  +?G{3LF3d@\q!1N F7811^9H>=8^ N^)/y`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z aK PX@4  b`X UM  =M>K(PX@5  b`` UM  =M>@3  b`` U UM>YY@^\TQ(C*#'% +#47654#"#"54632#".54&'&473272>54.'&4732654'&74632hCD53#J 7\LVK1#-qњP^;c'L{B2/jdN- 56EL)F7-m_/+-7F3#H 7'JNJb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-)Bfp@mC SdcNLIGA>;:42,+*'ff$'%+#67654"#"&54632"&54&'&4732723276'4&'&473275>54'.5432'&'&?5:1;1_;JG׍{3LF3d@\q!1N F7811^9H>=8^ N+@3FJL'#D  "%PRy`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z dc@  @/  bU V  U M>Y@`^VSEC;:730/(& +2676#".'&#"'62#".54&'&473272>54.'&4732654'&74632h#)!) #?0'''/t %)31#-qњP^;c'L{B2/jdN- 56EL)F7-m_+? '-6 'Jb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-)gz@w D T edOMJHB?<;53-,+(gg +2676#".'&#"'632"&54&'&4732723276'4&'&473275>54'.5432'&'&`#)!) #?0'''/u%)3m{3LF3d@\q!1N F7811^9H>=8^ N+? '-5 &Vy`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z V) Q]K(PX@#dQM =M>@!dUQM>Y@ (>(C*$" +4632#"&#".54&'&473272>54.'&4732654'&74632HE%';A)%=1#-qњP^;c'L{B2/jdN- 56EL)F7-m_%=D'#?BGJb-׮Z+fӓLy=2  1 ;{Vo-f@\xRBC% 2 ! D%+@W-V)} U[@X2B<1;  b  UQM=N > SR=;860-*)#! U U$" +4632#"&"&54&'&4732723276'4&'&473275>54'.5432'&'&F%';A)%>1{3LF3d@\q!1N F7811^9H>=8^ N%=D'#?BTy`>1  =yZb3b@1 #)3#PkI-Rv3wP= % ?F2 z GY :K(PX@dK =K >@dUK >Y@ 33C% +#"'%6&#"&47>54&'.'&472776&'&4727 9@=FPV F2HF { U& $H or  JO)  ={; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3%b FSK!PX@b ==N>@dd=N>Y@ =:L!$"$%+#"/7632#"&54632327676'.'&4732776&'&4727я  ,?FTs)73' #F!16';?RTPP"<> {R F?!+^)/V+!=;dXF{[61  2?@V:81%1  27DfV- HYK(PX@ QK  =K >@ UQK >Y@ >;3C$" +4632#"&&#"&47>54&'.'&472776&'&4727E%'*2  1 3JF*?3%s D'@$V=N>;8L!$#$"+4632#"&'#"&54632327676'.'&4732776&'&4727F%';B)%=Ts)73' #F!16';?RTPP"<> {R F?!+%=D'#?B +!=;dXF{[61  2?@V:81%1  27DfXK PX@/bXU K  =K >K(PX@0b`U K  =K >@.b`U  UK >YY@NKHG>=3C#'% +#47654#"#"54632&#"&47>54&'.'&472776&'&4727CD53#J 7\LVK\FPV F2HF { U& $H or  JO) /+-7F3#H 7'JN{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3%BU:@7b`M ==N>LIL!$#$'% +#67654"#"&54632#"&54632327676'.'&4732776&'&4727?591;1_;JGTs)73' #F!16';?RTPP"<> {R F?!++@3FJL'#D  "%PRȓ+!=;dXF{[61  2?@V:81%1  27DfdZ@ @)U  U   VK >Y@ PMJI@?<965,+($!  +2676#".'&#"'62&#"&47>54&'.'&472776&'&4727#)!) #?0'''/u%)3 FPV F2HF { U& $H or  JO) +? '-6 '{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3%VK@H<U V =N>MJ:6*('%! +2676#".'&#"'632#"&54632327676'.'&4732776&'&4727#)!) #?0'''/t $)3Ts)73' #F!16';?RTPP"<> {R F?!++? '-5 &"+!=;dXF{[61  2?@V:81%1  27Df#- 9n@.(@ZUL >Y@32-)9843 +;2654'#267%!"'54?>54&/&=73!%33>?)nqTjs%=+ V;7=25:7;5=43-/,%8Zc ˋ'+,-)'',+#/79EM@JC5 < b  T =K >BA=<9843/.+*)(CC+3#&#"&47>5!&#".7>5#5354&'&7672!54&'&76723` \V `33`\V  `3)Z hf)Z i^E{; 11 <{{; 11 <{Eq1&*RLq1&*R\ D!@ :UM>+$+2#"4%32654&# !ddRP g8mwV@ :M>+$ +#"&5%32654&'Ģq \bJEF?,$Ρq1+29`@$ 3 @ U M>Y@ 86%##83#" + &#"=730%+" 654+"=7307#"#"&5&%26%7iT N9 D R; VD4Fy3Tt>3mX!y)'!!;##)'+@òF9HX7k#s C>@;94#+<U K=M>=;38#C'#" +326?"#"&54$3654'.#"=7327"674+"=737"$%JVJL3Js #13\;LX V yH%=7H!@+ħG8`5VX;))%-5''3/)uFy8E@9 @?  bM = == M=N= M>Y@DB><876432+)#!  +2'>54#"54632672#"/#"&54>3276723263'.#"327Dob ;F^/})J'1!#TDq0NiTLnaFH 'bVjfmr[;B # X)+N+w-`RPƇm3 N+өBFy9F@ :  K1PX@Cb  bM =  = M=N= M>@Gb  bM = = = M=N= M>YY@ EC?=987543,*$"  +2#".54632672#"/#"&54>3276723263'.#"32`^?;B[+D)J'1!#TDq0NiTLnaFH 'bVjfmrFV%)X #5L;9]w-`RPƇm3 N+өBFyGT$@H.  (K1PX@Hb  b=M=  = M =N= M>@Lb  b=M=  = = M=N= M>YY@"SQMKGFECBA:820,*'&$"  +2'>54#"546&54632'"'32672#"/#"&54>3276723263'.#"32+7Dob ;F^/+!5 O )J'1!#TDq0NiTLnaFH 'bVjfmr[;B # X)+N+R )% Xw-`RPƇm3 N+өBFy HUu@ I/! )K&PX@E  b  bM=  = M  =N=M>K1PX@I  b  b=M=  = M  =N=M>@M  b  b=M=  = = M =N=M>YYY@$TRNLHGFDCB;931-+('%#  +2#".546&'4632'"'32672#"/#"&54>3276723263'.#"32B`^@;B\+D+!5 P )J'1!#TDq0NiTLnaFH 'bVjfmrEV%)X #5L;9\R )% \w-`RPƇm3 N+өBFy'4ES#@Q<; (K1PX@I  bb = M ==M=N= M>@M  bb = M ===M=N= M>YY@GF65OMFSGSB@5E6E31$!&$#"+32672#"/#"&54>3276723263'.#"322'>54#"546%2#"=6F)J'1!#TDq0NiTLnaFH 'bVjfmr7Dob ;F^/'%D w-`RPƇm3 N+өB#[;B # X)+N+ - >)FyGT@ H.  (K&PX@F  b  bM=  = M  =N=M>K1PX@Lb  `  bM=  = M  =N=M>@Pb  `  bM=  = = M =N=M>YYY@(SQMKGFECBA:820,*'&$"  +2#".546%2#"=632672#"/#"&54>3276723263'.#"32P`^@;B\+D'#D )J'1!#TDq0NiTLnaFH 'bVjfmrEV%)X #5L;9\ - >)w-`RPƇm3 N+өBFy5'4EU@"IQ <; (@Pb U U M ===M=N= M>Y@!GF65TROMLJFUGUB@5E6E31$!&$#"+32672#"/#"&54>3276723263'.#"322'>54#"'46727#"&#"'632F)J'1!#TDq0NiTLnaFH 'bVjfmr7Dnc ;F^/;%-%-';$-+o;w-`RPƇm3 N+өBZK1PX@T  bbUUM = = M  = N  = M   >@X  bbUUM = = = M = N  = M   >YY@,USOMIHGEDC<:42.,)(&$!!  +27#"&#"'6322#".54632672#"/#"&54>3276723263'.#"32j;&-%-';$-+o;\`^?<B\+C)J'1!#TDq0NiTLnaFH 'bVjfmr`^^ `FV%)X #6K<9]9w-`RPƇm3 N+өBN@ @& US UK >Y@LJ@?;7.-&"  +2'>54#"546!#&#"&47>727&#"&47>&'!"77Dnc ;F^/j 2nLk NZ%-D?63 [u!wP%ZKPX@0b U   UM =K >@.b US   UK >YY@MKA@<8/.'#  +2#".546!#&#"&47>727&#"&47>&'!"/`^?< B[+D#j 2nLk NZ%-D?63 [u!wP%FV%)X #6K<9]w- ^  11 4XJ)l/1  11   [&]@ KPX@1b U   UM = K >K(PX@/b US   U K >@9b US   UK = K >YYY@ ! [YONJF=<51#" &!&  +2'>54#"546&54632#"'!#&#"&47>727&#"&47>&'!"%7Dob ;F^/+!5 P j 2nLk NZ%-D?63 [u!wP%[;B # X)+N+R )% - ^  11 4XJ)l/1  11   [ '^@   KPX@5b  UM = M = L  >K(PX@1b  U  S  U L  >@5db  U  S  U L  >YYY@$"!\ZPOKG>=62.-$#!'"'  +2#".546&'4632'"'!#&#"&47>727&#"&47>&'!"`_?<B\+C+!5 P k 1  nLjNZ%-C@54[u !vO%FV%)X #5L;9]R )% - ^  11 4XJ)l/1  11   [%\!@ KPX@3b  U  UM = L  >K(PX@1b  US  U L  >@5 db US  U L  >YYY@& ZXNMIE<;40,+"!% %  +2'>54#"546%2#"=6!#&#".7>727&#"&47>&'!"37Dob ;F^/'%D j 1 nLj NZ$-D@53Zu !wP% [;B # X)+N+ - >)u- ^  11 4XJ)l/1  11   [&]f@  KPX@6b  UM = M = L  >KPX@4b  U  U M = L  >K&PX@2b  U  S  U L  >@8b`  U  S  U L  >YYYY@(! [YONJF=<51-,#" &!&  +2#".546%2#"=6!#&#".7>727&#"&47>&'!"T`^@;B\+D'# D j 1 nLj NZ$-D@53Zu !wP% FV%)X #5L;9]- >)y- ^  11 4XJ)l/1  11   [ '^^@ <;:K PX@= U  UM=M = M = K  >K PX@;U U  UM = M = K  >KPX@= U  UM=M = M = K  >KPX@;U U  UM = M = K  >KPX@= U  UM=M = M = K  >KPX@;U U  UM = M = K  >KPX@9U  S U  UM = K  >@7UU  S U  U K  >YYYYYYY@("!\ZPOKG>=62$#!'"'   +2'>54#"'46727#"&#"'672!#&#"&47>727&#"&47>&'!"7Dnc ;F^/;%-%-';#.+o;Pj 2 nLkNZ%-D?63[u !wP%Z;B " Y)+N*a^^ a- ^  11 4XJ)l/1  11   [!(_@  < ;:K PX@DZU  UM=M = M = K  >KPX@EbU  UM=M = M = K  >KPX@CbUU  UM = M = K  >KPX@AbU  SU  UM = K  >@?bUU  SU  U K  >YYYY@*#"][QPLH?>73%$"(#(!!  +27#"&#"'6722#".546!#&#"&47>727&#"&47>&'!"L;%-%-';#-+n;\`^@;B\+Dj 2nLk NZ%-D?63 [u!wP%fa^^ aEV%)X #5L;9\c- ^  11 4XJ)l/1  11   [Z@K(PX@!   <@!   K1PX@7b  I  UM =M=M>@8b  U  UM =M=M>YY@?=<:86431/-+'%  +2'>54#"546327'"&54675&54632#"'&#"37632#"&#"7Dob ;F^/{sTVds)/'+^11;=W V`[;B # X)+N+bRmX !{jF#=PZ9)#CX+/ `ZA[K(PX@ "!  <@ "!  K(PX@:bb    UM =M=M>K1PX@?bb  I   UM =M=M>@@b  b  U  UM =M=M>YYY@@>=;975420.,(&  +2#".546327'"&54675&54632#"'&#"37632#"&#"`^?< B[+DsTVds)/'+^11;=W V`FV%)X #5L;9]`RmX !{jF#=PZ9)#CX+/ `ZOpK(PX@0/ '% <@0/ '% K(PX@?b  b    V=M =M=M>K1PX@Db  b J   V=M =M=M>@Eb  b U  V=M =M=M>YYY@ NLKIGECB@><:64*($"  +2'>54#"546&54632'"'327'"&54675&54632#"'&#"37632#"&#"7Dob ;F^/+!5 O msTVds)/'+^11;=W V`Z;B # X)+N*R )% RmX !{jF#=PZ9)#CX+/ `Z PK(PX@ 10 (& <@ 10 (& K&PX@<b  b    VM= M=M>K(PX@@b  b    V=M= M=M>K1PX@Eb  b J   V=M= M=M>@Fb  b U  V=M= M=M>YYYY@"OMLJHFDCA?=;75+)%#  +2#".546&54632'"'327'"&54675&54632#"'&#"37632#"&#" `^?< B[+D+!5 P qsTVds)/'+^11;=W V`EV%)X #5L;9\R )% RmX !{jF#=PZ9)#CX+/ `ZNvK(PX@/. &$ <@/. &$ K(PX@=b    UM =M=M=M>K1PX@Bb I   UM =M=M=M>@Cb U  UM =M=M=M>YYY@$MKJHFDBA?=;953)'#!  +2'>54#"546%2#"=6327'"&54675&54632#"'&#"37632#"&#"7Dob ;F^/'%D sTVds)/'+^11;=W V`Z;B # X)+N* - >)\RmX !{jF#=PZ9)#CX+/ `ZOK(PX@ 0/ '% <@ 0/ '% K(PX@Hb`    UM= M=M=M>K1PX@Mb` I   UM= M=M=M>@Nb` U  UM= M=M=M>YYY@&NLKIGECB@><:64*($"  +2#".546%2"756327'"&54675&54632#"'&#"37632#"&#"`_?<B\+C'#C sTVds)/'+^11;=W V`EV%)X #5L;9\ . >)`RmX !{jF#=PZ9)#CX+/ ` S@I ,@> ZZ  U   UUM=L >Y@$PMFED@=<763.)&#!SS  +2'>54#"54626762"'.+;26&#!"&47>54&'&473!272'.+"%7Dob ;F^/}: 11 RT3@J' 2cHs s?@r d 50!#'VjP7ZK(PX@H Z  b  Z UU N  =M=L >@F Z  b  Z U   UUM=L >YY@&QNGFEA>=874/*'$"TT  +2#".54626762"'.+;26&#!".7>54&'.73!272'.+"`_?<B\+D}9 11 RT3@I'!3bHs  s?@r  d 5/!#'VjP7FV%)X #5L<9]1[ bOJj 70%;H9 1 <{5{;2 F{d;HTb=@X&#*;K(PX@I  Zb   Z UU N  =M= L >@Kd  Zb   Z U   UUM= L >YY@(! _\UTSOLKFEB=8520,+%$ b!b  +2'>54#"546&54632'"'26762"'.+;26&#!"&47>54&'&473!272'.+"7Dob ;F^/+!5 P }9 21 RT3?I'!3bHs s@@s e 5/!#'VjP7[;B # X)+N+R )% 1[ bOJj 70%;H9 1 <{5{;2 F{d;H1 c@ Y'$+< KPX@L  Zb ZUM= N =M= L >K&PX@J  Zb Z UU N =M= L >K(PX@Nd  Zb Z UU N =M= L >@Ld  Zb Z U  UUM= L >YYYY@*"!`]VUTPMLGFC>9631-,&%!c"c  +2#".546&'4632'"'26762"'.+;26&#!".7>54&'.73!272'.+"`_?<B\+C+!5 P }:1  1RT3@I'!3bHs s?@r d 5/!#'VjP7EV%)X #5L;9\Q )% 1[ bOJj 70%;H9 1 <{5{;2 F{d;H5aK&PX@W%"):K&PX@J  Zb   Z UU N  =M= L >K(PX@Nd  Zb   Z UU N  =M= L >@Ld  Zb   Z U   UUM= L >YYY@, ^[TSRNKJEDA<741/+*$#a a  +2'>54#"546%2#"75626762"'.+;26&#!"&47>54&'&473!272'.+"7Dob ;F^/'%C }:1  1RT3@J' 3bHss?@rd 50!#'VjP7Z;B # X)+N* - >)1[ bOJj 70%;H9 1 <{5{;2 F{d;Hb K&PX@ X&#*; KPX@M  Zb ZUM= N =M= L >K&PX@K  Zb Z UU N =M= L >K(PX@Q  Zb` Z UU N =M= L >@O  Zb` Z U  UUM= L >YYYY@.! _\UTSOLKFEB=8520,+%$ b!b  +2#".546%2#"=626762"'.+;26&#!"&47>54&'&473!272'.+"`^?< B[+D'# D }9 22 RT4?I'!3bGs s??s d 5/!"'VkP8FV%)X #5L;9]- >)1[ bOJj 70%;H9 1 <{5{;2 F{d;H9=C@@1(< 9M=M=>;:0.'%  +2'>54#"5467>32'64&#"#"'54&'&7672s7Dob ;F^/Vg 4Ve Z 0V b Z;B # X)+N*J [W7%R)E$Lk3w{ E+7pV-#'%9>|@ 2)@$bM=M=>Y@<;1/(&  +2#".5467>32'64&#"#"'54&'&7672R`^@;B\+DVg 4Ve Z 0V b FV%)X #5L;9]E [W7%R)E$Lk3w{ E+7pV-#'%9L@@7 @)b=M=M=>Y@JI?=64&$  +2'>54#"546&54632'"'7>32'64&#"#"'54&'&76727Dob ;F^/+!5 P Vg 4Ve Z 0V b Z;B # X)+N*R )% [W7%R)E$Lk3w{ E+7pV-#'%9 M@ A8!<0/9K PX@%ZM =M=>K&PX@&bM =M=>@*b=M =M=>YY@KJ@>75'%  +2#".546&54632'"'7>32'64&#"#"'54&'&7672`^?< B[+D+!5 P Vg 4Ve Z 0V b EV%)X "5L;9\R )% [W7%R)E$Lk3w{ E+7pV-#'%9K@?6<.-9K&PX@&bM =M=>@*b =M=M=>Y@IH><53%#  +2'>54#"'46%2#"7567>32'64&#"#"'54&'&76727Cnb ;F^0'$C SVg 4Ve Z 0V b Z;B # X)+N* - >)A [W7%R)E$Lk3w{ E+7pV-#'%9L@ @7 @-b`M  =M=>Y@JI?=64&$  +2#".546%2"7567>32'64&#"#"'54&'&7672`_?<B\+D'"C SVg 4Ve Z 0V b EV%)X "5L;9\- =)J [W7%R)E$Lk3w{ E+7pV-#'%95 Mq@nA8!<;:0/9U UM  =M =>KJ@>75'%   +2'>54#"546727#"&#"'6327>32'64&#"#"'54&'&7672u7Dob ;G^/;%-%+%;#-+n;Vg 4Ve Z 0V b HZ@5bU UM  =M =  >Y@ LKA?86(&!!  +27#"&#"'6322#".5467>32'64&#"#"'54&'&7672;%-%-';#-+n;\`^@;B\+DVg 4Ve Z 0V b `^^ `FV%)X #6K<9] [W7%R)E$Lk3w{ E+7pV-#'%fX @, U   U  SK >Y@&VURNKJGFCB?;8721.*'&#"  +2'>54#"546&#"&47>5!&#"&47>54&'&47327!4&'&47327'7Dob ;F^/?s TRs?C@sUV s??s los@@rTb s?ZK(PX@6  b U  S  K = K >@4  b U    U  S K >YY@(WVSOLKHGDC@<9832/+('$#   +2#".546&#"&47>5!&#"&47>54&'&47327!4&'&47327!`^@;B\+D?s TRs?C@sUV s??s los@@rTb s?FV%)X #6K<9]-{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{g6 K&PX@7  b US  K = K  >K(PX@;d  b US  K = K  >@9d  b U    US K  >YYY@*eda]ZYVURQNJGFA@=96521.-*&#"  +2'>54#"546&54632'"'&#"&47>5!&#"&47>54&'&47327!4&'&47327#7Dob ;F^/+!5 P N?sTR s?D?s UVs??slo s?@r Tbs?Z;B # X)+N*Q )% {; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ h@   KPX@:  bSM= K = K  >K&PX@8  b US K = K  >K(PX@<d  b US K = K  >@:d  b U   US K  >YYYY@,feb^[ZWVSROKHGBA>:7632/.+'$#  +2#".546&'4632'"'&#"&47>5!&#"&47>54&'&47327!4&'&47327`^@;B\+D+!5 P T?sTR s?D@r TVs?@rlo s??s Tbs?EV%)X #5L;9\Q )% {; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{f? K&PX@8  b US  K = K  >K(PX@<d  b US  K = K  >@:d  b U    US K  >YYY@.dc`\YXUTQPMIFE@?<85410-,)%"!  +2'>54#"546%2#"=6&#"&47>5!&#"&47>54&'&47327!4&'&473277Dnc ;F^/'%D ?s TRs@C@r TV s??s lo s?@sUb s?Z;B # X)+N* - >)/{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{g  KPX@;  bSM= K = K  >K&PX@9  b US K = K  >K(PX@?  b ` US K = K  >@=  b ` U   US K  >YYYY@0eda]ZYVURQNJGFA@=96521.-*&#"  +2#".546%2#"756&#"&47>5!&#"&47>54&'&47327!4&'&47327`_?<B\+C'# C @r  TRs?D?sTV s@@s mos??sTb  s?FV%)X #5L;9]- >)-{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{y hl@<;:KPX@CU  SM=M = K = K  >KPX@AUU  SM = K = K  >K(PX@?U UU  S K = K  >@=U U  UU  S K  >YYY@2feb^[ZWVSROKHGBA>:7632/.+'$#   +2'>54#"546727#"&#"'672&#"&47>5!&#".7>54&'.7327!4&'&473277Dnc ;F^/;&-%-$;$-+o;@s URs?D?sTV  s?@r  los??sTb s@Z;B # Y)+M+a^^ a{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{!i@ < ;:K PX@JZU  SM=M =K = K  >K PX@HZUU  SM =K = K  >KPX@KbU  SM=M =K = K  >KPX@IbUU  SM =K = K  >KPX@KbU  SM=M =K = K  >KPX@IbUU  SM =K = K  >K(PX@GbUUU  SK = K  >@EbUUUU  S K  >YYYYYYY@4gfc_\[XWTSPLIHCB?;87430/,(%$!!  +27#"&#"'6722#".546&#".7>5!&#"&47>54&'&47327!4&'.7327-;%-%+%;#-+n;\`^?;B[+D\?s TR s?C@sUV s??s los@@r Tb s?ha^^ aEV%)X #5L;9\{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{1&g@!<;K1PX@M==N>@U=N>Y@%#  +2'>54#"5464'7327327#"57Dob ;F^/'%?=*/DE#%y=Z;B # Y)+M+MB qXBd1'|@ " <;K PX@"ZM==N>@#bM==N>Y@&$  +2#".5464'7327327#"5`_?<B\+D+%?=*/DE#%y=FV$)X #6L;9\MB qXBd15@'#0.<";K&PX@$bM==N>@(b=M==N>Y@42-+&$  +2'>54#"546&'4632'"'4'7327327#"5\7Dob ;F^/+!5 P %?=*/DE#%y=Z;B # X)+N*R )% hMB qXBd1 6@ ($1/<#;K PX@$ZM==N>K&PX@%bM==N>@)b=M==N>YY@53.,'%  +2#".546&54632'"'4'7327327#"5f`_?<B\+C+!5 O %?=*/DE#%y=EV%)X #5L;9\R )% lMB qXBd14@&"/-@)b=M==N>Y@31,*%#  +2'>54#"546%2#"=64'7327327#"5X7Dob ;F^/'%D %?=*/DE#%y=Z;B # X)+N* - >)MB qXBd15@ '#0.<";K PX@+Z`M ==N>@,b`M ==N>Y@42-+&$  +2#".546%2"7564'7327327#"5h`_?<B\+C'# C %?=*/DE#%y=EV%)X #5L;9\ . >)MB qXBd13 6m@j($1/<#;:U UM  ==N>53.,'%   +2'>54#"546727#"&#"'6324'7327327#"57Dob ;F^/;%-%+';#-+o;%?=*/DE#%y=FZ@4bU UM  == N  >Y@64/-(&!!  +27#"&#"'6322#".5464'7327327#"5;%.%-';#-+o;\`^?< B[+D%%?=*/DE#%y=`^^ `FV%)X #6K<9]EMB qXBd2j@UUK >Y@0/,(%$  +2'>54#"546&#"&47>54&'&473277Dob ;F^/O@sQR s??s GVs@ZK(PX@(b UK =K >@&b UUK >YY@10-)&%   +2#".546&#"&47>54&'&47327`^@;B\+D;?sPR s@@s HVs?FV%)X #6K<9]-{; 11 <{5{;2  1 ;{RAK(PX@)b U K =K >@+db U UK >YY@?>;743.-*&#"  +2'>54#"546&54632'"'&#"&47>54&'&473277Dob ;F^/+!5 P ?sPR s??s GVs?[;B # X)+N+R )% {; 11 <{5{;2  1 ;{ B KPX@,bM =  K =K >K(PX@*b U  K =K >@,db U  UK >YYY@@?<854/.+'$#  +2#".546&54632'"'&#"&47>54&'&47327`^?;B[+D+!5 P @r PR s??s GV s?FV%)X #5L;9]R )% {; 11 <{5{;2  1 ;{-@K(PX@*b  U K =K >@, db U UK >YY@>=:632-,)%"!  +2'>54#"546%2#"=6&#"&47>54&'&473277Dob ;F^/'%D H?sPR s@@s HVs?[;B # X)+N+ - >)){; 11 <{5{;2  1 ;{-A5 KPX@-bM  =  K =K >K&PX@+b   U  K =K >K(PX@1b`   U  K =K >@/b`   U  UK >YYYY@ ?>;743.-*&#"  +2#".546%2#"756&#"&47>54&'&47327`_?<B\+C'"C 3?s PRs@@sHV s?FV%)X #5L<9]- >)+{; 11 <{5{;2  1 ;{ B@ <;:KPX@3U UM =  K =K >K(PX@1U  U U  K =K >@/U  U  U UK >YY@"@?<854/.+'$#   +2'>54#"546727"&#"'632&#"&47>54&'&473277Dnc ;F^/;%-%-';$-+o;K@sQR s??s GVs@Z;B # X)+N*`__ `{; 11 <{5{;2  1 ;{)!CB@  < ;:K PX@:ZUUM  =  K = K >KPX@;bUUM  =  K = K >K(PX@9bU  UU  K = K >@7bU  U   UU K >YYY@$A@=9650/,(%$!!  +27#"&#"'6322#".546&#"&47>54&'&47327);%-%+%;#-+n;\`^@;B\+D?s PRs??sGV s?ja^^ aEV%)X #5L;9\{; 11 <{5{;2  1 ;{T,l@UM=M>Y@! (& ,!,  +2'>54#"54647632'""32654&7Dnc ;F^/qzǓPu=sLZZ;B # Y)+M+#˅sւs EBTT -~ @)bM=M=M>Y@"!)'!-"-  +2#".54647632'""32654&`^@;B\+DqzǓPu=sLZFV$)X #6L;9\!˅sւs EBTT.;K-PX@.b=M= M=M>@,bU= M=M>YY@0/75/;0;-+%#  +2'>54#"546&54632#"'47632'""32654&;7Dnc ;F^/+ 5 P qzǓPu=sLZZK(PX@+bM = M=M>K-PX@/b=M = M=M>@-b U= M=M>YYY@10860<1<.,&$  +2#".546&54632#"'47632'""32654&J`^@;B\+D+ 5 P qzǓPu=sLZFV%)X #6K<9]R (% ˅sւs EBTT-:K(PX@)b U M=M>@-bU = M=M>YY@/.64.:/:,*$"  +2'>54#"'46%2#"=647632'""32654&=7Dnc ;F^/'$D qzǓPu=sLZyZK&PX@,bM  = M=N>K(PX@2b`M  = M=N>@0b`  U M=N>YYY@ 0/75/;0;-+%#  +2#".546%2#"=647632'""32654&J`^@;B\+D'# D qzǓPu=sLZ}FV%)X #6K<9]- =)˅sւs EBT*?@<<UM =M>)'#!  +2'>54#"546"32# ! #7Dob ;F^/ƴVS!wZ@'bUM =M>Y@*($"  +2#".546"32# ! `_?<B\+C1Ǵ~VT!vFV%)X #6K<9]: +T{h'3+9K&PX@(bU M =M>@,dbU M =M>YY@! 8620'% +!+  +2'>54#"546&54632'"'%"32# ! 7Dnc ;F^/+ 5 P ƴ~VT!vZ;B # X)+N*Q )% : +T{h'3 ,: KPX@+bM = M =M>K&PX@)b U M =M>@-db U M =M>YYY@"!9731(&!,",  +2#".546&54632'"'%"32# ! `^?< B[+D+!5 P ǴVT wEV%)X #5L;9\Q )% : +T{h'3*8K(PX@)b U M =M>@- dbU M =M>YY@ 751/&$* *  +2'>54#"546%2#"756"32# ! 7Dob ;F^/'%C ШƴVT!w[;B # X)+N+ - >): +T{h'3+9 KPX@,bM  = M =M>K&PX@*b  U M =M>@0b`  U M =M>YYY@ ! 8620'% +!+  +2#".546%2#"756"32# ! `_?<B\+C'"C ƴVS!wFV%)X #5L;9]- >): +T{h'338c@ 7@U=M>Y@65)'#!  +2'>54#"5463254.'&54632#".54&'&76727Dob ;F^/mHj/ F+`pbB/V [Z;B # Y)+M+ F`8'<$Ӹ=wZ V-#"39u@ 8@$bM==M>Y@76*($"  +2#".5463254.'&54632#".54&'&7672`^?< B[+DqHj/ F+`pbB/V [FV$)X #6L;9\ F`8'<$Ӹ=wZ V-#"3G@ FK-PX@)b=M==N>@'bU==N>YY@ED8620%#  +2'>54#"546&54632#"'3254.'&54632#".54&'&7672F7Dob ;F^/+!5 P Hj/ F+`pbB/V [ZK(PX@&bM ==N>K-PX@*b=M ==N>@(b U==N>YYY@FE9731&$  +2#".546&54632#"'3254.'&54632#".54&'&7672X`^?;B[+D+!5 P Hj/ F+`pbB/V [FV%)X #6K<9]R (% y F`8'<$Ӹ=wZ V-#"3F@ EK(PX@$b U=N>@(bU ==N>YY@DC751/$"  +2'>54#"546%2#"=63254.'&54632#".54&'&7672R7Dob ;F^/'%D Hj/ F+`pbB/V [yZK&PX@'bM  ==N>K(PX@-b`M  ==N>@+b`  U=N>YYY@ED8620%#  +2#".546%2#"=63254.'&54632#".54&'&7672^`^?< B[+D'" D Hj/ F+`pbB/V [}FV%)X #6K<9]- =)  F`8'<$Ӹ=wZ V-#"37 Hj@gG<;:U UM  = =M>FE9731&$   +2'>54#"546727#"&#"'6323254.'&54632#".54&'&76727Dob ;F^/;&-%-';#-+o;Hj/ F+`pbB/V [JZ@5bU UM  = = M  >Y@ GF:842'%!!  +27#"&#"'6322#".5463254.'&54632#".54&'&7672s;%-%-';#-+n;\`^@;B\+D]Hj/ F+`pbB/V [`^^ `FV%)X #5L<9]J F`8'<$Ӹ=wZ V-#"N K(PX@*b U K  =K >@(b U  UK >YY@DA>=430-*)   +2#".546&#"&47>54&'.'.72776&'&4727!`^@;B\+DEPV E2IE  { U' %H os JP) FV%)X #6K<9]-{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3 ]@  KPX@.bM =  K  =K >K(PX@,b U  K  =K >@.db U   UK >YYY@ SPMLCB?<98/.+'$#  +2#".546&'4632'"'&#"&47>54&'.'&472776&'&4727`^@;B\+D+!5 P nF PVF2IE {U& $HorJO) FV%)X #5L;9]R )% {; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3\C KPX@/bM =  K  =K >K&PX@-b U  K  =K >K(PX@3b` U  K  =K >@1b` U   UK >YYYY@$ROLKBA>;87.-*&#"  +2#".546%2#"756&#"&47>54&'.'&472776&'&4727`^?<B\+C'#C F PVF2IE {U& $HorJO) FV%)X #5L;9]- >)-{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3w!^k@  < ;:K PX@>ZUM=M =  K = K >K PX@<ZUUM =  K = K >KPX@?bUM=M =  K = K >KPX@=bUUM =  K = K >KPX@?bUM=M =  K = K >KPX@=bUUM =  K = K >K(PX@;bU UU  K = K >@9bU U   UU K >YYYYYYY@(TQNMDC@=:90/,(%$!!  +27#"&#"'6722#".546&#".7>54&'.'.72776&'&47271;%-%-%;#-+o;\`^?< B[+DFPV  E2HE { U' %H os JP) ha^^ aEV%)X #5L;9\{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3F=D@A2(<bM=M>53.,&$  +2'>54#"546#"'#"&5%3267&546323265'677Dnc ;F^/oѴ@)pVvut7S1'%'1\{q^Z@ 3)@'b`M=M>Y@64/-'%  +2#".546#"'#"&5%3267&546323265'67`^@;B\+DjѴ@)pVvut7S1'%'1\{q^FV$)X #6L;9\qa\ #J_pNj5S#)uyՇ9)LFL@ A7%K-PX@,b`=M =N>@*b` U=N>YY@DB=;53)'$"  +2'>54#"'46&54632#"'#"'#"&5%3267&546323265'677Dnc ;F^/+!5 P ZѴ@)pVvut7S1'%'1\{q^ZK(PX@)b`M = N>K-PX@-b`=M = N>@+b` U= N>YYY@EC><64*(%#  +2#".546&54632#"'#"'#"&5%3267&546323265'67`_?<B\+D+!5 O oѴ@)pVvut7S1'%'1\{q^FV%)X #6K<9]R (% jqa\ #J_pNj5S#)uyՇ9)LFK@@6$K(PX@'b`  UN>@+b` U =N>YY@CA<:42(&#!  +2'>54#"'46%2#"756#"'#"&5%3267&546323265'677Cnb ;F^0'$C Ѵ@)pVvut7S1'%'1\{q^yZK&PX@*b`M  = N>K(PX@0b``M  = N>@.b``  U N>YYY@DB=;53)'$"  +2#".546%2#"=6#"'#"&5%3267&546323265'67#`^@;B\+D'# D Ѵ@)pVvut7S1'%'1\{q^}FV%)X #6K<9]- =)qa\ #J_pNj5S#)uyՇ9)LF+ Mr@o B8& <;:  bU UM  = M>EC><64*(%#   +2'>54#"546727#"&#"'632#"'#"&5%3267&546323265'677Dnc ;F^/;&-%+$;$-+o;Ѵ@)pVvut7S1'%'1\{q^=Z;B # X)+N*`^^ `qa\ #J_pNj5S#)uyՇ9)LF+!N@ C9' < ;:K PX@7 Z  `U UM  =  M>@8  b  `U UM  =  M>Y@"FD?=75+)&$!!  +27#"&#"'6322#".546#"'#"&5%3267&546323265'67D;%-%-';$-+o;\`^@;B\+DrѴ@)pVvut7S1'%'1\{q^`^^ `FV%)X #5L<9]=qa\ #J_pNj5S#)uyՇ9)LKE@B60$<UM =M >GE>:42+)"   +2'>54#"5463:>76!"5>54#"#!&5632;'&54$3 f7Dnc ;F^/ 1 "  V#{#L5R !#FZ@(b UM =M >Y@HF?;53,*#!  +2#".5463:>76!"5>54#"#!&5632;'&54$3 {`^@;B\+D/ 2 #  V#z#L5R !#EFV%)X #6K<9]#c  y{RӨbu Hc;Z@E?3- K&PX@)b U M =M >@-db U M =M >YY@VTMICA:81/%!  +2'>54#"546&54632'"'3:>76!"5>54#"#!&5632;'&54$3 7Dnc ;F^/+ 5 P  2 #  V#z#L5R  !#EZ;B # X)+N*Q )% c  y{RӨbu Hc; [@ F@4.!KPX@,bM = M = M >K&PX@*b U M = M >@.db U M = M >YYY@WUNJDB;920&"  +2#".546&54632'"'3:>76!"5>54#"#!&5632;'&54$3 `^?;B[+D+!5 P  2 # V#{"K6Q !#EEV%)X #5L;9\Q )% c  y{RӨbu Hc;Y@D>2,K(PX@*b  U M =M >@. db U M =M >YY@USLHB@970.$   +2'>54#"546%2#"7563:>76!"5>54#"#!&5632;'&54$3 7Dob ;F^/'%C  2 # V#{"K6Q  #E[;B # X)+N+ - >)!c  y{RӨbu Hc;ZK&PX@ E?3- <@ E?3- KPX@-bM  = M = M >K&PX@+b  U M = M >@1b`  U M = M >YYY@ VTMICA:81/%!  +2#".546%2#"7563:>76!"5>54#"#!&'632;'&54$3 `^@;B\+D'#C  1 # V#{#L6R  #EFV%)X #5L;9]- >)%c  y{RӨbu Hc;{ [*@ F@4.!<;:K PX@7 UM=M  = M = M  >K PX@5U UM  = M = M  >KPX@7 UM=M  = M = M  >KPX@5U UM  = M = M  >KPX@7 UM=M  = M = M  >KPX@5U UM  = M = M  >K(PX@0U  I U M = M  >@1U U U M = M  >YYYYYYY@"WUNJDB;920&"   +2'>54#"546727#"&#"'6723:>76!"5>54#"#!&5632;'&54$3 7Dob ;G^/;%-%-';#-+n; 1 "  V#{#L5R !#FZ;B " Y)+N*a^^ ac  y{RӨbu Hc;!\ @  GA5/"< ;:K PX@:ZUUM  = M = M  >KPX@;bUUM  = M = M  >@9bU  UU M = M  >YY@$XVOKEC<:31'#!!  +27#"&#"'6322#".5463:>76!"5>54#"#!&5632;'&54$3 B;%-%-';$-+o;\`^@;B\+D 2 #  V#{"K6Q !#Eja^^ aEV%)X #5L;9\ c  y{RӨbu Hc;Fym<I@ =# K1PX@:dd  b = M=N= M>@>dd  b == M=N= M>YY@HFB@<;!&$#(*! +6720#"/&5432672#"/#"&54>3276723263'.#"32{   )J'1!#TDq0NiTLnaFH 'bVjfmrb   &Bw-`RPƇm3 N+өBFyu6C@ 7 b  b = = M=N= M>K1PX@; dd  b = M=N= M>@? dd  b == M=N= M>YY@B@<:654210)'!  +2#"747632672#"/#"&54>3276723263'.#"32B!5 j 1)J'1!#TDq0NiTLnaFH 'bVjfmru+ %#w-`RPƇm3 N+өBZmD,K(PX@ %$  <@ %$  K(PX@1ddb   UM=M>K1PX@6ddb  I  UM=M>@7ddb  U  UM=M>YYY@CA@>""$*$(*! +6720#"/&54327'"&54675&54632#"'&#"37632#"&#"F   !sTVds)/'+^11;=W V`b   &RmX !{jF#=PZ9)#CX+/ `Zq>5K(PX@   <@   K(PX@2 ddb   UM=M>K1PX@7 ddb  I  UM=M>@8 ddb  U  UM=M>YYY@=;:86421/-+)%#  +2#"7476327'"&54675&54632#"'&#"37632#"&#"!5 j sTVds)/'+^11;=W V`q+ %#RmX !{jF#=PZ9)#CX+/ `9w?a@ 3*<"!9K!PX@b=M=>@ddM=>Y'.*(!+632#"/&547>32'64&#"#"'54&'&7672   _Vg 4Ve Z 0V b m   ' [W7%R)E$Lk3w{ E+7pV-#'%9s;j@ /&<9KPX@b=M=>@ddM=>Y@98.,%#  +2#"54767>32'64&#"#"'54&'&7672!5 j Vg 4Ve Z 0V b s+ %#j [W7%R)E$Lk3w{ E+7pV-#'%^1q*b@ %#<;KPX@b==N>@dd=N>Y%%**!+6720#"/&544'7327327#"5   N%?=*/DE#%y=f   &JMB qXBd1w$j@<;K!PX@b==N>@dd=N>Y@#!  +2#"74764'7327327#"5F!5 j m%?=*/DE#%y=w+ %#MB qXBdTd#0f @ ddM=M>Y@%$,*$0%0&)*!+6320#"/&5&47632'""32654&j   qzǓPu=sLZZ   &g˅sւs EBTTu*iKPX@$b=M=M>@!ddM=M>Y@&$**  +2#"547647632'""32654&+!5 k VqzǓPu=sLZu+ %#/˅sւs EBT3`<Z@ ;@dd=N>Y$+)*!+6320#"/&543254.'&54632#".54&'&7672u   Hj/ F+`pbB/V [V   'Y F`8'<$Ӹ=wZ V-#"3u6b5@dd=N>Y@43'%!  +2#"54763254.'&54632#".54&'&7672Z!5 k Hj/ F+`pbB/V [u+ %# F`8'<$Ӹ=wZ V-#"F\Ab@ 6,@dddM>Y@ %&*#(*!+6320#"/&54#"'#"&5%3267&546323265'67   )Ѵ@)pVvut7S1'%'1\{q^R   'Nqa\ #J_pNj5S#)uyՇ9)LFy;j0&@dddN>Y@31,*$"  +2#"5476#"'#"&5%3267&546323265'67!5 k +Ѵ@)pVvut7S1'%'1\{q^y+ %# qa\ #J_pNj5S#)uyՇ9)LF=y HU@I/! ) K1PX@B  bQM=  = M =N= M>@F  bQM=  = = M=N= M>YY@ TRNLHGFDCB;931-+('%#  %$ +73267#"&52'>54#"54632672#"/#"&54>3276723263'.#"32l-B, 3i3PbZ7Dob ;F^/})J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT[;B # X)+N+w-`RPƇm3 N+өBF=y!IV@J0" * K$PX@M  b  bM=  = M  =N=M=M>K1PX@J  b  bQM=  = M  =N=M>@N  b  bQM=  = = M =N=M>YYY@"USOMIHGEDC<:42.,)(&$!!%$ +73267#"&52#".54632672#"/#"&54>3276723263'.#"32l-B, 3i3Pb=`^?;B[+D)J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTTFV%)X #5L;9]w-`RPƇm3 N+өBF=y /Wd@X>08 K(PX@K  bbQM=  = M  =N =M >K1PX@O  bbQ=M=  = M  =N =M >@S  bbQ=M=  = = M =N =M >YYY@$ca][WVUSRQJHB@<:7642.,'%  %$ +73267#"&52'>54#"546&54632'"'32672#"/#"&54>3276723263'.#"32l-B, 3i3Pbo7Dob ;F^/+!5 O )J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT[;B # X)+N+R )% Xw-`RPƇm3 N+өBF=y!0Xe@Y?19  K$PX@O  bbM= = M  = N  = M  =M>K&PX@L  bbQM= = M  = N  = M   >K1PX@P  bbQ=M= = M  = N  = M   >@T  bbQ=M= = = M = N  = M   >YYYY@&db^\XWVTSRKICA=;8753/-(&!!%$ +73267#"&52#".546&'4632'"'32672#"/#"&54>3276723263'.#"32l-B, 3i3PbX`^@;B\+D+!5 P )J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTTEV%)X #5L;9\R )% \w-`RPƇm3 N+өBF=y7DUc@aLK 8  K(PX@L  b  bQ M = = M=N= M>K1PX@P  b  bQ= M = = M=N= M>@T  b  bQ= M = == M=N= M>YYY@!WVFE_]VcWcRPEUFUCA=;76!&$#%%$+73267#"&532672#"/#"&54>3276723263'.#"322'>54#"546%2#"=6l-B, 3i3Pb)J'1!#TDq0NiTLnaFH 'bVjfmr7Dob ;F^/'%D sk>+^LTTw-`RPƇm3 N+өB#[;B # X)+N+ - >)F=y!/Wd@-X>08  K$PX@P  bbM= = M  = N  = M  =M>K&PX@M  bbQM= = M  = N  = M   >K1PX@Sb  `bQM= = M  = N  = M   >@Wb  `bQM= = = M = N  = M   >YYYY@*#"ca][WVUSRQJHB@<:7642+)"/#/!!%$ +73267#"&52#".546%2#"=632672#"/#"&54>3276723263'.#"32l-B, 3i3PbJ`^@;B\+D'#D )J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTTEV%)X #5L;9\ - >)w-`RPƇm3 N+өBF-y5'4EUe@*IQ <; (_^XWV@Zb U U M ===M=N= M=M>Y@%GF65ca\ZTROMLJFUGUB@5E6E31$!&$#"+32672#"/#"&54>3276723263'.#"322'>54#"'46727#"&#"'63273267#"&5F)J'1!#TDq0NiTLnaFH 'bVjfmr7Dnc ;F^/;%-%-';$-+o;l-B- 3i3Pbw-`RPƇm3 N+өBZK$PX@^  b   bUUM == M = N  = M  =M>K1PX@[  b   bUUQM == M = N  = M   >@_  b   bUUQM === M = N  = M   >YYY@.! ec_]YXWUTSLJDB><9864+*%# 1!1%$ +73267#"&527#"&#"'6322#".54632672#"/#"&54>3276723263'.#"32l-B, 3i3Pb;&-%-';$-+o;\`^?<B\+C)J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT`^^ `FV%)X #6K<9]9w-`RPƇm3 N+өB '^@  @2 US   U K = M>Y@"!\ZPOKG>=62$#!'"'  % +73267"&52'>54#"546!#&#"&47>727&#"&47>&'!"!%#1VX7Dnc ;F^/j 2nLk NZ%-D?63 [u!wP%m;#\^J18 bJVV3ZKPX@<b U   UM = K  = M>@:b US   U K  = M>YY@ #"][QPLH?>73%$"(#(!!% +73267"&52#".546!#&#"&47>727&#"&47>&'!"!%" 1WX`^?< B[+D#j 2nLk NZ%-D?63 [u!wP%m;#\^J18 bJVV5FV%)X #6K<9]w- ^  11 4XJ)l/1  11   [f /6m@   KPX@;b  U  U M =M = K  >K!PX@9b  U  S  UM = K  >K(PX@7b  U  S  UU K  >@Ab  U  S  UUK  = K  >YYYY@"10ki_^ZVMLEA320616.,'%  % +73267"&52'>54#"546&54632#"'!#&#"&47>727&#"&47>&'!" %#1VX7Dob ;F^/+!5 P j 2nLk NZ%-D?63 [u!wP%;#\^J27 bJVV[;B # X)+N+R )% - ^  11 4XJ)l/1  11   [7!07nK1PX@$  <@$   KPX@BbUM= M =  L  = N>K(PX@>b U  SU  L  = N>K1PX@Bdb U  SU  L  = N>@Kdb U  S U L  =  K  = M>YYYY@&21lj`_[WNMFB>=431727/-(&!!% +73267"&52#".546&'4632'"'!#&#"&47>727&#"&47>&'!" %#1VX/`_?<B\+C+!5 P k 1  nLjNZ%-C@54[u !vO%m;#\^J18 bJVV)FV%)X #5L;9]R )% - ^  11 4XJ)l/1  11   [3 .5lK1PX@ ,  <@ ,  KPX@@b U  U M =  L  = N>K(PX@>b U  S  U  L  = N>K1PX@Bdb U  S  U  L  = N>@Kdb U  S  U L  =  K  = M>YYYY@(0/"!jh^]YULKD@<;21/505*(!.".  % +73267"&52'>54#"546%2#"=6!#&#".7>727&#"&47>&'!"!%#1VXT7Dob ;F^/'%D j 1 nLj NZ$-D@53Zu !wP% m;#\^J18 bJVV+[;B # X)+N+ - >)u- ^  11 4XJ)l/1  11   ['!/6mGK&PX@ - <K1PX@ - <@ -  KPX@CbUM= M =  L  = N>KPX@Ab UU M =  L  = N>K&PX@?b U  SU  L  = N>K1PX@Eb` U  SU  L  = N>@Nb` U  S U L  =  K  = M>YYYYY@*10#"ki_^ZVMLEA=<320616+)"/#/!!% +73267"&52#".546%2#"=6!#&#".7>727&#"&47>&'!"!%#1WX`^@;B\+D'# D j 1 nLj NZ$-D@53Zu !wP% m;#\^J18 bJVV+FV%)X #5L;9]- >)y- ^  11 4XJ)l/1  11   [B 07n@ $,  <+;#:K PX@IUUM=M = M =  K  = M>K PX@GUUUM = M =  K  = M>KPX@IUUM=M = M =  K  = M>KPX@GUUUM = M =  K  = M>KPX@IUUM=M = M =  K  = M>KPX@GUUUM = M =  K  = M>KPX@EU  SUUM =  K  = M>@CUU  SUU  K  = M>YYYYYYY@*21"!lj`_[WNMFB431727/-*('%!0"0  % +73267"&52'>54#"'46727#"&#"'672!#&#"&47>727&#"&47>&'!"!%"2WX7Dnc ;F^/;%-%-';#.+o;Pj 2 nLkNZ%-D?63[u !wP%m;#\^J18 bJVVCZ;B " Y)+N*a^^ a- ^  11 4XJ)l/1  11   [R18o@" )  <;:K PX@P ZU  UM=M = M = K  =M>KPX@Q  bU  UM=M = M = K  =M>KPX@O  bUU  UM = M = K  =M>KPX@M  bU  SU  UM = K  =M>@K  bUU  SU  U K  =M>YYYY@,32! mka`\XONGC542838+*%# 1!1% +73267"&527#"&#"'6722#".546!#&#"&47>727&#"&47>&'!"!%#1WXN;%-%-';#-+n;\`^@;B\+Dj 2nLk NZ%-D?63 [u!wP%m;#\^J18 bJVVa^^ aEV%)X #5L;9\c- ^  11 4XJ)l/1  11   [9 MZ@WA8! 0KJ@>75'%  %$ +73267#"&52'>54#"5467>32'64&#"#"'54&'&7672l-B- 3i3Pb7Dob ;F^/Vg 4Ve Z 0V b k>+^LTTZ;B # X)+N*J [W7%R)E$Lk3w{ E+7pV-#'%9!N@B9" 1<09K PX@-ZM =M==N>@.bM =M==N>Y@LKA?86(&!!%$ +73267#"&52#".5467>32'64&#"#"'54&'&7672l-B- 3i3Pb`^@;B\+DVg 4Ve Z 0V b k>+^LTTFV%)X #5L;9]E [W7%R)E$Lk3w{ E+7pV-#'%9 /\@PG0 ?<>9K&PX@/bM =M ==N>@3b=M =M ==N>Y@ZYOMFD64.,'%  %$ +73267#"&52'>54#"546&54632'"'7>32'64&#"#"'54&'&7672l-B- 3i3Pb7Dob ;F^/+!5 P Vg 4Ve Z 0V b k>+^LTTZ;B # X)+N*R )% [W7%R)E$Lk3w{ E+7pV-#'%9!0]@QH1   @K&PX@0bM =M = =N>@4b=M =M = =N>YY@[ZPNGE75/-(&!!%$ +73267#"&52#".546&54632'"'7>32'64&#"#"'54&'&7672l-B- 3i3Pb`^?< B[+D+!5 P Vg 4Ve Z 0V b k>+^LTTEV%)X "5L;9\R )% [W7%R)E$Lk3w{ E+7pV-#'%9 .[@,OF/ ><=9K&PX@0bM  =M ==N>@4b =M =M ==N>Y@"!YXNLEC53*(!.".  %$ +73267#"&52'>54#"'46%2#"7567>32'64&#"#"'54&'&7672l-B- 3i3Pb#7Cnb ;F^0'$C SVg 4Ve Z 0V b k>+^LTTZ;B # X)+N* - >)A [W7%R)E$Lk3w{ E+7pV-#'%9!/\@-PG0   ?<>9K PX@6Z`M  =M = =N>@7b`M  =M = =N>Y@#"ZYOMFD64+)"/#/!!%$ +73267#"&52#".546%2"7567>32'64&#"#"'54&'&7672l-B- 3i3Pb`_?<B\+D'"C SVg 4Ve Z 0V b k>+^LTTEV%)X "5L;9\- =)J [W7%R)E$Lk3w{ E+7pV-#'%95 M]@A8!WVPON 0 <;:/ 9U UM  =M == N  >[YTRKJ@>75'%   +2'>54#"546727#"&#"'6327>32'64&#"#"'54&'&767273267#"&5u7Dob ;G^/;%-%+%;#-+n;Vg 4Ve Z 0V b l-B- 3i3PbHZ+^LTT931^@-)RI2  A<;:@9K PX@> ZU UM = M  = =N>@?  bU UM = M  = =N>Y@"! \[QOHF86+*%# 1!1%$ +73267#"&527#"&#"'6322#".5467>32'64&#"#"'54&'&7672l-B- 3i3Pb-;%-%-';#-+n;\`^@;B\+DVg 4Ve Z 0V b k>+^LTT`^^ `FV%)X #6K<9] [W7%R)E$Lk3w{ E+7pV-#'% h@  @; U    US K  = M>Y@(feb^[ZWVSROKHGBA>:7632/.+'$#  % +73267"&52'>54#"546&#"&47>5!&#"&47>54&'&47327!4&'&47327 %#1VY7Dob ;F^/?s TRs?C@sUV s??s los@@rTb s?m;#\^J18 bJVV3ZK(PX@E  b US K = K  = M>@C  b U   US K  = M>YY@*gfc_\[XWTSPLIHCB?;87430/,(%$!!% +73267"&52#".546&#"&47>5!&#"&47>54&'&47327!4&'&47327!%"2WX`^@;B\+D?s TRs?C@sUV s??s los@@rTb s?m;#\^J18 bJVV5FV%)X #6K<9]-{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ 1 /w@    K&PX@F  bU  S K = K  = M>K(PX@Jd  bU  S K = K  = M>@Hd  bU  U  S K  = M>YYY@,utqmjifeba^ZWVQPMIFEBA>=:632.,'%  % +73267"&52'>54#"546&54632'"'&#"&47>5!&#"&47>54&'&47327!4&'&47327!%#1VXF7Dob ;F^/+!5 P N?sTR s?D?s UVs??slo s?@r Tbs?m;#\^J18 bJVV&Z;B # X)+N*Q )% {; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ !0x@$   KPX@Ib  SM=K = K  = M>K&PX@GbU  SK = K  = M>K(PX@KdbU  SK = K  = M>@IdbUU  S K  = M>YYYY@.vurnkjgfcb_[XWRQNJGFCB?>;743/-(&!!% +73267"&52#".546&'4632'"'&#"&47>5!&#"&47>54&'&47327!4&'&47327!%" 1WXL`^@;B\+D+!5 P T?sTR s?D@r TVs?@rlo s??s Tbs?m;#\^J18 bJVV&EV%)X #5L;9\Q )% {; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ ; .v@,    K&PX@G  bU  S K = K  = M>K(PX@Kd  bU  S K = K  = M>@Id  bU  U  S K  = M>YYY@0"!tspliheda`]YVUPOLHEDA@=<9521*(!.".  % +73267"&52'>54#"546%2#"=6&#"&47>5!&#"&47>54&'&47327!4&'&47327 %#1VX)7Dnc ;F^/'%D ?s TRs@C@r TV s??s lo s?@sUb s?m;#\^J18 bJVV&Z;B # X)+N* - >)/{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ !!/w@-   KPX@Jb  SM=K = K  = M>K&PX@HbU  SK = K  = M>K(PX@Nb`U  SK = K  = M>@Lb`UU  S K  = M>YYYY@2#"utqmjifeba^ZWVQPMIFEBA>=:632+)"/#/!!% +73267"&52#".546%2#"756&#"&47>5!&#"&47>54&'&47327!4&'&47327!%" 1WXE`_?<B\+C'# C @r  TRs?D?sTV s@@s mos??sTb  s?m;#\^J18 bJVV-FV%)X #5L;9]- >)-{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{  0x@#$,   <+;#:KPX@RU  SM=M =K =  K  = M>KPX@PUU  SM =K =  K  = M>K(PX@NUUU  SK =  K  = M>@LUUUU  S  K  = M>YYY@4"!vurnkjgfcb_[XWRQNJGFCB?>;743/-*('%!0"0  % +73267"&52'>54#"546727#"&#"'672&#"&47>5!&#".7>54&'.7327!4&'&47327 %#1VX7Dnc ;F^/;&-%-$;$-+o;@s URs?D?sTV  s?@r  los??sTb s@m;#\^J18 bJVVAZ;B # Y)+M+a^^ a{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{ 1y\@")   <;:K PX@YZU  SM=M =K =  K = M>K PX@WZUU  SM =K =  K = M>KPX@ZbU  SM=M =K =  K = M>KPX@XbUU  SM =K =  K = M>KPX@ZbU  SM=M =K =  K = M>KPX@XbUU  SM =K =  K = M>K(PX@VbUUU  SK =  K = M>@TbUUUU  S  K = M>YYYYYYY@6! wvsolkhgdc`\YXSROKHGDC@?<854+*%# 1!1% +73267"&527#"&#"'6722#".546&#".7>5!&#"&47>54&'&47327!4&'.7327!%" 1WXb;%-%+%;#-+n;\`^?;B[+D\?s TR s?C@sUV s??s los@@r Tb s?m;#\^J18 bJVVa^^ aEV%)X #5L;9\{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{F= M@B8& @'bRM =M>Y@EC><64*(%#  %$ +73267#"&52'>54#"546#"'#"&5%3267&546323265'67Nl-B- 3i3Pbl7Dnc ;F^/oѴ@)pVvut7S1'%'1\{q^sk>+^LTTZK$PX@1b`M = M=N>@.b`RM = M>YY@FD?=75+)&$!!%$ +73267#"&52#".546#"'#"&5%3267&546323265'67Nl-B- 3i3Pb}`^@;B\+DjѴ@)pVvut7S1'%'1\{q^sk>+^LTTFV$)X #6L;9\qa\ #J_pNj5S#)uyՇ9)LF= /\@QG5 K(PX@/  b  `RM = N>K-PX@3  b  `R=M = N>@1  b  ` UR= N>YYY@TRMKEC9742.,'%  %$ +73267#"&52'>54#"'46&54632#"'#"'#"&5%3267&546323265'67Nl-B- 3i3Pb:7Dnc ;F^/+!5 P ZѴ@)pVvut7S1'%'1\{q^sk>+^LTTZK$PX@3  b  `M =  N=N>K(PX@0  b  `RM =  N>K-PX@4  b  `R=M =  N>@2  b  ` UR=  N>YYYY@USNLFD:853/-(&!!%$ +73267#"&52#".546&54632#"'#"'#"&5%3267&546323265'67Nl-B- 3i3Pb@`_?<B\+D+!5 O oѴ@)pVvut7S1'%'1\{q^sk>+^LTTFV%)X #6K<9]R (% jqa\ #J_pNj5S#)uyՇ9)LF= .[@,PF4 K(PX@.  b  `  UR N>@2  b  ` UR = N>YY@"!SQLJDB8631*(!.".  %$ +73267#"&52'>54#"'46%2#"756#"'#"&5%3267&546323265'67Nl-B- 3i3Pb77Cnb ;F^0'$C Ѵ@)pVvut7S1'%'1\{q^sk>+^LTTZK$PX@4  b  `M  =  N=N>K&PX@1  b  `RM  =  N>K(PX@7b  `  `RM  =  N>@5b  `  `  UR  N>YYYY@ #"TRMKEC9742+)"/#/!!%$ +73267#"&52#".546%2#"=6#"'#"&5%3267&546323265'67Nl-B- 3i3Pb+`^@;B\+D'# D Ѵ@)pVvut7S1'%'1\{q^sk>+^LTTFV%)X #6K<9]- =)qa\ #J_pNj5S#)uyՇ9)LF=+ 0]@&$, RH6 <+;#:K$PX@;   bUUM  =  M =N>@8   bUURM  =  M >Y@""!USNLFD:853/-*('%!0"0  %$ +73267#"&52'>54#"546727#"&#"'632#"'#"&5%3267&546323265'67Nl-B- 3i3Pbh7Dnc ;F^/;&-%+$;$-+o;Ѵ@)pVvut7S1'%'1\{q^sk>+^LTTXZ;B # X)+N*`^^ `qa\ #J_pNj5S#)uyՇ9)LF=+1^$@%)SI7  <;:K PX@A Z  `UUM =  M  =N>K$PX@B  b  `UUM =  M  =N>@?  b  `UURM =  M   >YY@$! VTOMGE;964+*%# 1!1%$ +73267#"&527#"&#"'6322#".546#"'#"&5%3267&546323265'67Nl-B- 3i3Pb;%-%-';$-+o;\`^@;B\+DrѴ@)pVvut7S1'%'1\{q^sk>+^LTT`^^ `FV%)X #5L<9]=qa\ #J_pNj5S#)uyՇ9)L [V@SF@4.!  < U M =M =M>WUNJDB;920&"  % +73267"&52'>54#"5463:>76!"5>54#"#!&5632;'&54$3 +!%#1VX7Dob ;F^/ 2 # V#{"K6Q  #Em;#\^J18 bJVV3Z@2b U M = M =M>Y@XVOKEC<:31'#!!% +73267"&52#".5463:>76!"5>54#"#!&5632;'&54$3 7!%#1VX`^?;B[+D/ 2 # V#{"K6Q !#Em;#\^J18 bJVV5FV%)X #6K<9]#c  y{RӨbu Hc; /j@UOC=0  K&PX@3b U M = M  =M>@7db U M = M  =M>YY@fd]YSQJHA?51.,'%  % +73267"&52'>54#"546&54632'"'3:>76!"5>54#"#!&5632;'&54$3 V!%#1VX7Dnc ;F^/+ 5 P  2 #  V#z#L5R  !#Eo;#\^J27 bJVV$Z;B # X)+N*Q )% c  y{RӨbu Hc;!0k*@ VPD>1  KPX@6  bM = M = M  =M>K&PX@4  b  U M = M  =M>@8d  b  U M = M  =M>YYY@ge^ZTRKIB@62/-(&!!% +73267"&52#".546&54632'"'3:>76!"5>54#"#!&5632;'&54$3 J!%" 1WX`^?;B[+D+!5 P  2 # V#{"K6Q !#Em;#\^J18 bJVV&EV%)X #5L;9\Q )% c  y{RӨbu Hc; .i@,TNBK(PX@4b  U M = M  =M>@8 db U M = M  =M>YY@ "!ec\XRPIG@>40*(!.".  % +73267"&52'>54#"546%2#"7563:>76!"5>54#"#!&5632;'&54$3 -!%#1VX7Dob ;F^/'%C  2 # V#{"K6Q  #Em;#\^J18 bJVV+[;B # X)+N+ - >)!c  y{RӨbu Hc;!/jRK&PX@- UOC=0  <@- UOC=0  KPX@7  bM = M = M  =M>K&PX@5  b  U M = M  =M>@;  b `  U M = M  =M>YYY@"#"fd]YSQJHA?51+)"/#/!!% +73267"&52#".546%2#"7563:>76!"5>54#"#!&'632;'&54$3 J!%" 1WX`^@;B\+D'#C  1 # V#{#L6R  #Em;#\^J18 bJVV+FV%)X #5L;9]- >)%c  y{RӨbu Hc;{h 0k@"$, VPD>1  <+;#:K PX@AUM= M =  M =  M  =M>K PX@?UU M =  M =  M  =M>KPX@AUM= M =  M =  M  =M>KPX@?UU M =  M =  M  =M>KPX@AUM= M =  M =  M  =M>KPX@?UU M =  M =  M  =M>K(PX@:U IU  M =  M  =M>@;U UU M =  M  =M>YYYYYYY@$"!ge^ZTRKIB@62/-*('%!0"0  % +73267"&52'>54#"546727#"&#"'6723:>76!"5>54#"#!&5632;'&54$3  %#1VYg7Dob ;F^/;%-%-';#-+n; 2 #  V#{#L5R  !#Em;#\^J18 bJVVCZ;B " Y)+N*a^^ ac  y{RӨbu Hc;1l/@$)WQE?2  <;:K PX@D ZUUM = M =  M  =M>KPX@E  bUUM = M =  M  =M>@C  bU UU M =  M  =M>YY@&! hf_[USLJCA73+*%# 1!1% +73267"&527#"&#"'6322#".5463:>76!"5>54#"#!&5632;'&54$3 ; %#1VX;%-%-';#-+n;\`^@;B\+D 2 # V#{"K6Q  #Em;#\^J18 bJVVa^^ aEV%)X #5L;9\ c  y{RӨbu Hc;Fy/ 4A@5  < :K1PX@8  bU = M=N= M>@<  bU == M=N= M>Y@@>:843!&$#%% +267#"&'32672#"/#"&54>3276723263'.#"32{}7amu)J'1!#TDq0NiTLnaFH 'bVjfmr/RfbVpw-`RPƇm3 N+өBFy 3@@ 4  @=  b U == M=N= M>Y@?=97321/.-&$  +!"7463!232672#"/#"&54>3276723263'.#"325])J'1!#TDq0NiTLnaFH 'bVjfmr%%-#/bw-`RPƇm3 N+өBF=ym#KX`@L2$ , K$PX@Ddd  b  = M =N= M=M>K1PX@Add  bQ  = M =N= M>@Edd  bQ  = = M=N= M>YYY@WUQOKJIGFE&$#()$%$+73267#"&5672#"/&5432672#"/#"&54>3276723263'.#"32l-B, 3i3Pb   )J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT}   &Bw-`RPƇm3 N+өBF=y7D@8  K1PX@7  bQ = M=N= M>@;  bQ == M=N= M>YY@CA=;76!&$#%%$ +73267#"&532672#"/#"&54>3276723263'.#"32l-B, 3i3Pb)J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTTw-`RPƇm3 N+өBF=yuFSk@G- ' K$PX@Edd  b  = M =N= M=M>K1PX@Bdd  bQ  = M =N= M>@Fdd  bQ  = = M=N= M>YYY@ RPLJFEDBA@971/+)&%#!%$ +73267#"&52#"747632672#"/#"&54>3276723263'.#"32l-B, 3i3Pb!5 j 1)J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT+ %#w-`RPƇm3 N+өBFy'7D!@ 8 < ;:K$PX@C  bUM =  = M =N= M>K1PX@A  bUU  = M =N= M>@E  bUU  = = M=N= M>YY@"CA=;765321*("   +27"&#"'63232672#"/#"&54>3276723263'.#"32h;&-%+$;$-+o;)J'1!#TDq0NiTLnaFH 'bVjfmr`__ `w-`RPƇm3 N+өBF=y'GTC@%H. ( <;:K$PX@Mb UM =  = M  =N =M =M>K1PX@HbU UQ  = M  =N =M >@LbU UQ  = = M =N =M >YY@$SQMKGFECBA:820,*'&$"%$ +73267#"&527"&#"'63232672#"/#"&54>3276723263'.#"32l-B, 3i3Pb;&-%+$;$-+o;)J'1!#TDq0NiTLnaFH 'bVjfmrsk>+^LTT`__ `w-`RPƇm3 N+өBq KKPX@. dU   VM = K >@, dUS   V K >Y@IG=<84+*# "" +#"&'33267!#&#"&47>727&#"&47>&'!"ks9 }TP cj 2nLk NZ%-D?63 [u!wP%qh}k9DC:- ^  11 4XJ)l/1  11   [ IxKPX@( U UM =K >@& US UK >Y@ GE;:62)(!    +!"7463!2!#&#"&47>727&#"&47>&'!"5_j 2nLk NZ%-D?63 [u!wP%%-#/- ^  11 4XJ)l/1  11   [R @0bS UK =K >Y@PNDC?;21*&*! +6320#"/&54!#&#"&47>727&#"&47>&'!"   j 2nLk NZ%-D?63 [u!wP%   '- ^  11 4XJ)l/1  11   [LKPX@3b U K =M =K >@1bS U K =K >Y@JH>=95,+$   +2#"5476!#&#"&47>727&#"&47>&'!"P!5 k j 2nLk NZ%-D?63 [u!wP%+ %#y- ^  11 4XJ)l/1  11   [3DM@  @)S UK =M>Y@KI?>:6-,%!% +73267"&5!#&#"&47>727&#"&47>&'!"!%#1VX<j 2nLk NZ%-D?63 [u!wP%m;#\^J18 bJVV- ^  11 4XJ)l/1  11   [B7@9M >  +2'>54#"5467Dob ;F^/7Z;B # X)+N*\@ :M>% +73267"&5!%#1VXm;#\^J18 bJVVB7@9M >  +2'>54#"5467Dob ;F^/7Z;B # X)+N*d]@ <: 9KPX@QM >@UIMAY@  +27#"&#"'6325;&-%-';#-+o;`^^ `j9!#z@ < ;:KPX@UQM>@$UUIMAY@"!  +27#"&#"'632462"&%462"&;%-%-%;#.+o;9N99N9Z9N97R7`__ `)99)'::')99)'::9w"O@C:# 2<19K!PX@(b=M==N>@%ddM==N>Y@ '.*($%$+73267#"&5632#"/&547>32'64&#"#"'54&'&7672l-B- 3i3Pb#   _Vg 4Ve Z 0V b k>+^LTT   ' [W7%R)E$Lk3w{ E+7pV-#'%9<>@;0' <9M==N>'.'%$+73267#"&57>32'64&#"#"'54&'&7672l-B- 3i3PbVg 4Ve Z 0V b k>+^LTT [W7%R)E$Lk3w{ E+7pV-#'%9sK@?6 .<-9KPX@)b=M==N>@&ddM==N>Y@IH><53%#%$ +73267#"&52#"54767>32'64&#"#"'54&'&7672l-B- 3i3Pb!5 j Vg 4Ve Z 0V b k>+^LTT+ %#j [W7%R)E$Lk3w{ E+7pV-#'%9#<@ 0'< ;:9KPX@$UM =M=>@"UUM=>Y@:9/-&$  +27#"&#"'6327>32'64&#"#"'54&'&7672;%-%-';#-+n;Vg 4Ve Z 0V b `__ ` [W7%R)E$Lk3w{ E+7pV-#'%9#L@)@7  /<;:.9KPX@. UM =M ==N>@,U UM ==N>Y@JI?=64&$%$ +73267#"&527#"&#"'6327>32'64&#"#"'54&'&7672l-B- 3i3Pb;%-%-';#-+n;Vg 4Ve Z 0V b k>+^LTT`__ ` [W7%R)E$Lk3w{ E+7pV-#'%1U@  K.K(PX@D d Z  bZ U N  =M=L >@B d Z  bZ   U UM=L >YY@ROHGFB?>9850+(%#UU(! +672#"/&5426762"'.+;26&#!".7>54&'.73!272'.+"   l}: 11 RT3@I'!3bHs  s?@r  d 5/!#'VjP7   &J1[ bOJj 70%;H9 1 <{5{;2 F{d;HQ@G*@C  d Z  bZ   UUM=L >Y@$NKDCB>;:541,'$!QQ  +2#"547626762"'.+;26&#!"&47>54&'&473!272'.+"{!5 k }:1  1RT3@J' 2cHss??sd 50!#'VjP7+ %#1[ bOJj 70%;H9 1 <{5{;2 F{d;H\  @0 d  b    U  SK >Y@ZYVRONKJGFC?<;CC*!+6320#"/&5&&#"&47>5!&#"&47>54&'&47327!4&'&47327   ?s TRs@C@r TV s??s lo s?@sUb s?   'V{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{oVK(PX@3 d  b  S  K =K >@1 d  b    U  SK >Y@&TSPLIHEDA@=9650/,(%$!   +2#"5476&#"&47>5!&#"&47>54&'&47327!4&'&47327X!5 k @r TR s?D?s TVs@@smo s??s Tb s?+ %#+{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{J-W@  @2   U  SK =M>Y@UTQMJIFEBA>:76CC%+73267"&5%&#"&47>5!&#"&47>54&'&47327!4&'&47327!%" 1WX?s TRs@C@r TV s??s lo s?@sUb s?m;#\^J18 bJVVb{; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{HfBJ@e =M >Y@ %$ +&54632'"'2'>54#"546+!5 P q7Dob ;F^/ )% fZ;B " Y)+N*HN; q K1PX@e =M >@eU >YY@    +2"=62'>54#"546'%D 7Dob ;F^/;- =) Z;B " Y)+M+R7f O@L < ;:9QM=M >    +27#"&#"'6322'>54#"546;%-%+%;#-+o;b7Dob ;F^/3`^^ `Z%%'%+267#"&'4'7327327#"5{}7`m%?=*/DE#%y=/RfbV|MB qXBd1 !=@:<;U=N>    +!"7463!24'7327327#"55%?=*/DE#%y='%-#/lMB qXBd1^ '=I@F/+86<*;dbV=N>%%*)# +462"&%462"&632#"/&544'7327327#"59N99N9Z9N:8R7   %?=*/DE#%y=)99)'99')99)'99   '\MB qXBd1F"8T@Q*&31<%; dbV=N>750.)'!   +2#"5476462"&%462"&4'7327327#"5!5 k 9N97R7Z9N99N9%?=*/DE#%y=F+ %#P)9:('::')9:('::$MB qXBd1'%@   < ;:K$PX@#UM ==N>@!UU=N>Y@$"  +27"&#"'6324'7327327#"5s;%-%+';#-+n;%?=*/DE#%y=`__ `̏MB qXBd1!#9@  +'42 < &;:KPX@-UUM == N  >@+U UU= N  >Y@861/*("!  +27#"&#"'632462"&%462"&4'7327327#"5s;%-%+';#-+n;9N99N9Z9N97R7%?=*/DE#%y=`__ `)99)'::')99)':: MB qXBd#Pq /oK(PX@& dU K =K >@$ dU VK >Y@-,)%"! "" +#"&'33267&#"&47>54&'&47327Pks9 }TP @s QRs??sGV s@qh}k9DC:{; 11 <{5{;2  1 ;{B -bK(PX@ UK =K >@UUK >Y@+*'#   +!"7463!2&#"&47>54&'&473275@r PR s??s GV s?%-"0P{; 11 <{5{;2  1 ;{5l@  @"dbUK >Y@ CC)!+632#"/&'4&#"&47>54&'&47327   @r  PRs??sGV  s?   'T{; 11 <{5{;2  1 ;{0lK(PX@%dbK =K >@#dbUK >Y@.-*&#"  +2#"7476&#"&47>54&'&47327u!5 j ?s PRs@@sHV s?+ %#-{; 11 <{5{;2  1 ;{;fB jK&PX@eM >@e =M >YY@  %$ +&54632'"'2#".546+!5 P `_?< B[+D )% fEV%)X "5L;9\9b; ] @bcM >Y@    +2"=62#".546'"D `^?< B[+D;- =)EV%)X "5L;9\f{N!@ <;:K PX@#YUUM >KPX@"eUUM >@(eUUIMAYY@ !!  +2#".546727#"&#"'632m`^@;B\+D;%-%-%;$-+o;hEV%)X #5L;9\`__ `3/ 41@.3< :U=M>$+&%+267#"&'3254.'&54632#".54&'&7672#{}7`mrHj/ F+`pbB/V [/RfbV{ F`8'<$Ӹ=wZ V-#"3 35@22<U=M>10$"   +!"5463!23254.'&54632#".54&'&76725ZHj/ F+`pbB/V ['%-#/k F`8'<$Ӹ=wZ V-#"33"JB@?I<dbV =M>HG$+)(" +462"$462"632#"/&543254.'&54632#".54&'&76729N99N!9N:8R   3Hj/ F+`pbB/V [ZR99R77R99R7   ' F`8'<$Ӹ=wZ V-#"3F"JL@II< dbV =M>HG;953(&!   +2#"5476462"&%462"&3254.'&54632#".54&'&7672!5 k 9N97R7Z9N::N9Hj/ F+`pbB/V [F+ %#P)9:('::')9:('::# F`8'<$Ӹ=wZ V-#"o&1I@F-$<9M=M=M>0.+)#!  +2'>54#"546'64>7632#"'4&#"26'7Dob ;F^/ˬ1++%qmYotZ$s7jo'2@ .%<9K PX@'ZM=M=M>@(bM=M=M>Y@1/,*$"  +2#".546'64>7632#"'4&#"267`_?<B\+DϬ1++%qmYotFV$)X #6L;9\?$.>$s7j3%7@ 6< ;:K!PX@$UM ==M>@"UU=M>Y@54(&"   +27"&#"'6323254.'&54632#".54&'&7672;%-%+';#-+o;Hj/ F+`pbB/V [`__ ` F`8'<$Ӹ=wZ V-#"3Gf@c F < ;:U UM =  = M  >ED8620%#  +27#"&#"'632462"$462"3254.'&54632#".54&'&7672};%-%+%;#-+n;9N99N!9N97RHj/ F+`pbB/V [`^^ `R99R77R99R7w F`8'<$Ӹ=wZ V-#"q JwK(PX@( dU K  =K >@& dU  VK >Y@@=:90/,)&% "" +#"&'33267&#"&47>54&'.'&472776&'&4727yks9 }TP FPV F2HF { U& $H or  JO) qh}k9DC:{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3 HjK(PX@" UK  =K >@  U UK >Y@>;87.-*'$#  +!"7463!2&#"&47>54&'.'&472776&'&472735FPV F2HF { U& $H or  JO) $.#/b{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3P@  K(PX@&dbK  =K >@$db UK >YY@ FC3C)! +672#"/&'4&#".7>54&'.'&472776&'&4727   F PV E2HF {U& %HosJP)    &]{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3}KtK(PX@' dbK  =K >@% db UK >Y@A>;:10-*'&  +2#"5476&#"&47>54&'.'.72776&'&4727b!5 k cEOV E2IE  { U' %H os JP) + %#-{; 11 <{78/U0 0  1 *B]>*2  1 3JF*?3EK-PX@ 4<@ 4K-PX@0b UUM =  K >@5Z` UUM =  K >YY@CB?;8731)#   +2#".54632654&#"4&'&4732632#"'&#"&47>5;`_?<B\+C'%w@r d)'^'1hDžf@N ZR s?FV%)X #5L<9]" {;2 Eqh6HOy; 11 <{f9J(6@3< ;dbINB*!+6720#"/&'4462"&%462"&   -:N99N:[9N97R7?   &x)99)'::')99)'::f9J"6@3dbINB!   +2#"7476462"&%462"&!5 j :N99N:[9N97R7J+ %#P)99)'::')99)'::mjs@ <d[)! +632#"/&54      'F=\#P@E;) K*PX@(b`R =M>@#dddRM>YY@ %&*#()$%$ +73267#"&5632#"/&54#"'#"&5%3267&546323265'67Nl-B- 3i3PbP   )Ѵ@)pVvut7S1'%'1\{q^sk>+^LTTm   'Nqa\ #J_pNj5S#)uyՇ9)LF=<^@1' @dRM>Y@ %&*#%%$+73267#"&5#"'#"&5%3267&546323265'67Nl-B- 3i3PbѴ@)pVvut7S1'%'1\{q^sk>+^LTTqa\ #J_pNj5S#)uyՇ9)LF=yK@@6$ @$ dddQN>Y@CA<:42(&#!%$ +73267#"&52#"5476#"'#"&5%3267&546323265'67sl-B- 3i3Pb!5 k +Ѵ@)pVvut7S1'%'1\{q^sk>+^LTT+ %# qa\ #J_pNj5S#)uyՇ9)LF<Z@W 1'< ;:bU UM>42-+%#  +27"&#"'632#"'#"&5%3267&546323265'67;%-%+%;$-+o; Ѵ@)pVvut7S1'%'1\{q^`__ `qa\ #J_pNj5S#)uyՇ9)LF=L@!A7% <;:K$PX@0  bU  U M=N>@-  bU  UR M>Y@DB=;53)'$"%$ +73267#"&527"&#"'632#"'#"&5%3267&546323265'67Nl-B- 3i3Pb;%-%+%;$-+o; Ѵ@)pVvut7S1'%'1\{q^sk>+^LTT`__ `qa\ #J_pNj5S#)uyՇ9)L .@@= <dbM =M>-+'%  *! +6320#"/&'4"32# !    sǴ~VT!v   ': +T{h'3T(=@:dbM =M>'%!  +2#"5476"32# ! f!5 j mǴVT!v+ %#: +T{h'3O?@< :4("<dbM =M >'F''*G*!+6320#"/&543:>76!"5>54#"#!&5632;'&54$3 -    2 #  V#z#L5R !#E   'Lc  y{RӨbu Hc;fIH@E4."<dbM =M >EC<820)'   +2#"54763:>76!"5>54#"#!&'632;'&54$3 w!5 j  1 # V#{#L6R  #E+ %##c  y{RӨbu Hc;ZDJ=@:5/#  <M =M =M>'F''*D%+73267"&5%3:>76!"5>54#"#!&5632;'&54$3  %#1VY 2 # V#{"K6Q  #Em;#\^J18 bJVVXc  y{RӨbu Hc;PN'.K$PX@ e >@ d[Y@   +2"5476!5 j '+ %#;'d K$PX@eM >@eIMAYY@   +2#".546`_?< B[+D'FV%)X #6K<9]RbD @IMA   +!"5463!2+F!%'7)>RbD @IMA   +!"5463!2+F!%'7)>DL; @IMA   +!"7463!2\ #L+/jL @IMA   +"5463!2##;##0#.HL @IMA   +"7463!2#d"##0#.HL @IMA   +"7463!2#d"##0#.{^@GK?+#3#3PPPP^ /@,SGK? +!5%!5//ZZZZ@:[ +"&5467=JbJkJZ=o\fm%7L+:@9> +2&'>54'&546=JbJjIZ=o\fm%7L+:@9[ +%2&'>54'&546=JbJjIZ=o\fm%7L+:@ 9> +2.546/>ZJgI cJ:+K7%k!f\ob#@:[## +"&5467!"&5467+=JcJjIZ>=JbJjJZ>o\fm%7L+:o\fm%7L+:Z#!@9>## +2&'>54'&'46!2&5>54'&546=JbJjIZ>q=JbJjJZ>o\fm%7L+:o\fm%7L+:Z#@9[## +72&'>54'&'46!2&5>54'&546=JbJjIZ>q=JbJjJZ>o\fm%7L+:o\fm%7L+:e#@ 9>## +2.546!2.546,/=ZJgI cK/>ZJgI cJ:+K7%k!f\o:+K7%k!f\oXJ$9@6 <UM> $$ +2632#"'#6#"&4632&746y%5J-B@/ͅ``#^^~/=?-ɉJ5I1T>V9PyfP9V>T1IXJ@F@C=3*(& < UM =M>@>%#&#%%$&" +#"'632#"'#"&547#"&4632'6#"&4632&74632632J@/ͅ``-BB-ɉJ3'%7I+AD(σ^^~/=?-ɉJ5'%5J/V9Py}P8-+;R/LH3R;V:P qfP9V>T1II1TR@IMA +462"w "+7^uN@M> +6462"u?Z@@Z+Z@@Z?u@M>+$462"$462"?Z@@Z?Z@@Z+Z@@Z??Z@@Z?u@M>+6462"$462"$462"u?Z@@Z@Z@@Z@Z??Z+Z@@Z??Z@@Z??Z@@Z?uN@IMA +462"u?Z@@ZZ??Z@u #/JUk@h4 ;7 6<3 :  U  U  UUM>10 TROMGEA?:80J1J.,(&"   $" +#"&546322654&#"%32654.#"4632#"&267'#"'#"&5463232654#"tRgqHhRl9#Dx1ZNf!"HpqqJftXgR+AFbyZJuXdn)Png8"NiXHqPw}a{Vm^B=d=Jb1;ATfy5:!n'+wV3H;d}u  #/;Gbm|@yLSO NIH%$ ljge_]YWRPHbIbFD@>:831+)$/%/"   $" +#"&546322654&#"#"&546322654&#"%32654.#"4632#"&267'#"'#"&5463232654#" uRfnJhPn9#Dy2tRgqHhRl9#Dx1ZNf!"HpqqJftXgR+AFbyZJuXdn)Png8"NiXHqPw}a{Vm^B=d=J-w}a{Vm^B=d=Jb1;ATfy5:!n'+wV3H;d}D@e >  +2#"7476=!5 j D+ %#D$@!e >  +2#"5476#2#"7476L!5 j !5 j D+ %#+ %#D,/@,e >'%,,  +2#"5476#2#"7476#2#"7476R!5 k !5 j !5 j D+ %#+ %#+ %#qwB@ <e >)! +672#"/&54   7   &^XB&@ <e >)'(!+672#"/&54%672#"/&54      7   &   &qB&:'@$10. <e >)'(')!+672#"/&'4'672#"/&54'672#"/&54        7   &   &   &5D;  "+&'567?y (˯' #ݚ#5P;  "+&'67&'6y '˰' #ݙ#/+L@I$! +(%"*)&<#:'9UUIMA+462"462"$462"462"%7   '@Z@@ZX@Z??Z?Z@@Z\@Z??Z3e2g2u2lZ@@Z?Z??Z@BZ??Z@Z??Z@&%&& +' H5=&@#M =M>+2"'.'.54462"2"'.'.54462"uVA 1)@Z??ZVA 2 )@Z??ZHJL;qA`_) F?RL1Z@@Z?TJL;qA`^) F?RL1Z@@Z?^3D+3?7@44)9#<bM =M>32/." & +#"54767>2#"5&'.5462"67654& 1!Ti5Z =D; zT -.9i?[??[+m9N!#PZL)11/+`7##@*) ZEN1Z@@Z?DA 3Z2^J'5K1PX@ K>@GK?Y@  +!5/ZZy5l@xmMA bW6+ @Adb ` eU I M AY@#}vtpnge_]VTQOHF$'&'#'$!+%&#"&54632.54632>2#"#".'#"&54>%&#"&54632.54632>32#"#".'#"&54>&#"&54632.54632>32#"#".'#"&54>h,GG!h$ !f>y7)O,(( *&-Qy,GF!h %! !f y7)P, )' )&-Qi,GF!h %! !f y7)P+)' )&-Q% M #h)xM#A5-9gm2!/2% M #h)xM#A5-9gm2!/2% M #h) xN#A5-9gm2!.3!!@ d[ +3#VTT^F)1[c>@;b` M = M >cb_^ZY-%'-%& +#"&547632"=47>54&"462"#"&547632"7547>54&"462" 1!3i\%R54V"!=4mp=?[??[ 1!3i\%R54V#!=4mq>?[??[%#!')/dUP9bT-%?(7^Z^ǃ9gGf@iZ@@Z?%#!')/dUP9bT-%?(7^Z^ǃ9gGf@iZ@@Z?^HHPC@@bbM =M =M >PO-%' +2"'.'.54462"#"&547632"7547>54&"462"VB 1)?[??[ 1!3i\%R54V#!=4mq>?[??[HJL;qA`_) F?RL1Z@@Z?%#!')/dUP9bT-%?(7^Z^ǃ9gGf@iZ@@Z?DFNC@@bbM =M =M >NM-%% +2"'.'.54462"#"&547632"=47>54&"462"VA 2 )@Z??Z1!3h\$R63V#!=3lq>?Z@@ZDJL;qA`^) F?RL1Z@@Z?% B')/dUP9bT-%?(7^Z^ǃ9fHf@iZ@@Z@y;*@'<eU>&""+'327632'47'jx5+DhG+]193/阗 !'!\- 4K&PX@2#<K(PX@2 #<@2 #K(PX@)  ZbN  =K>@-  ZbZ UK>YY@ 0/('&%" 43#! +4"3252632#"'2&! '5437>54&/"=7RTTRTX'/?8d`5?21@5`NMNNs͇n+'''%--$'WWD)@& 9eIMA +72.546462"/=ZJfJ cJ0?Z@@Z:+K7%k!f\oZ@@Z@?5 NK1PX@QM>@UIMAY@      +"2>54&"&54632;+:=JmjoP4b`FdÜ7o'e%@)b`UIL@Y@ *2+2"&4&"&7>=4&4.#&76721##1#s-<=>B+% }9#1##19!;   77WN$X@!dUIL@Y@ 2("+35#"76767676323#&"&7>q> 9I"'&s g-<=>B+Lw1: v(F19!bw@ K!PX@"bUQK>@(bSUIMAYY@ "$$"!+4#"'!!632#"&54632726;: -N #?qxh=!5B=%FZ^+!!U\1 ,@)<:UIMA)$%!+4#"3267#"&5467672};9V5=+upm`/?H7V+0 ugNPF'/?#/>'X'Q@deIMAY@  +"'6733!#67+"+%+d\E1-)'H7 ŞOP`= !.S@ " @UIMAY@)'    +">54&#"&5467'&546323254.'FbR)1;Pd|{XgCs{TJr!OP1''LPJ-N)'-TXJ+7^?xNZ3i# 7`DTNg/=6m!'7R+ J@ <9K1PX@QM>@UIMAY$%!+727054&#"46325$7".}=9V5=+sol`1dp 3D^'-)sfNPHBuR'/?1I69= K PX@SK >K PX@GSK?KPX@SK >KPX@GSK?KPX@SK >@GSK?YYYYY+3##5#5353dPP7PPH/7@GK? +!5/7PPP'/@,SGK? +!5!5'))FFEEJ`  "+467&JubHDf)oIfsum5L  "+'>54&'7LfBGau-musfJ#:LKPX@PM >@UIL@Y@ %B'H+&#"&7>=4&'&76727>32&#"&7>=4&#"5=B^=B* 6q5   %p:HG#?=T?>3-1!Z?;;# I554&"&54632;+:=Jmjo3b`FdÛ4@1<:dIK?  +"&'676&#"&7>54&Uo#!=o=33+ )(/C '- 41 3!\)&{@ %72!47>54#"$olZX_h% !ZN@gP5iPZBnDLl5 qO}?\Lo+ ) +N11~@ .32#"&5463232654#"&76}/>A  'qRP^i=g}:+M;Z! /%! 77?:R9\Rh.*"%EX}&WN$-@*<dPM>2("+35#"76767676323#&"&7>q> 9I"'&s g-<=>B+KLw1: v(F19!bC@@ <bSUIMA"$$"!+4'"'!!632#"&54632726;: -N !Aqxh=!5B=%FZ^+!!UN# ,@)<:UIMA)$%!+4#"3267#"&5467672};:V6=+uql`/?H7V++/ ufMPF'/?#/>'X'W54&#"&5467'&746323254.'9bR)1@UIMAY$%!+7327054&#"46325$7".}=:V5=,rnm`1eq 4D^'-)sfMQHBuQ '/?1J59==B CK&PX@OK >@GSK?Y+%3##5#5353bPPfOOH/f5K&PX@ K >@GK?Y@  +%!5/fOOP')@&SK > +%!5!5'))HHEEJ`  "+7467&JubHDf`oJfsum5L  "+%'>54&'7LfBGau`mtsfJ?BJ/D@A, <bUIMA +)&$  / /$ +%327"&'#"&54?4#"#"&54632327^\7LX#-5H1B\wn3<F *5!?1TC1/!P@{59]u -F+JL@I<bUSIMA  +272#"'&54632%4#"PmE )Fk;M}y\!/u+M P!5B5D{}Z3F%_=/?J *@'UIMA   +2#"&5464&#"3267ywZB9J`D1JJ{mkyymb!^BJ8@5:< UIK?EACCC +%&#"&4726&'&'&#"&47>767'.'&472776&'&4727kk'),J)BI7 R +J-I)!2es**JHJ+ JT +J+I*&8!!Vf!!;w<!!uu!!B'J{@*bUSIMAY@  +""'>32#"&'654'&7267mF )Ek;M}y\p /u+NP!5B4D{}Z3Fۚ^=h;>@;:5<ddUIL@:2$9"+632&#54?>=4#"2&#54?>54&#'"5'672\R N1 f1L R5}#+{:h $$ \ $$ !=(% 5uJ}@ <4/.@)ddbGIL@Y@IHFB;9303 +4&#'"5'6726?>&'&'5737&#'54/&#"&#"&7>s+{:J33  =. X3N'CL1N\% 7=J^>B+L=(% 5V44  )) 7T 7- *-o=-(@% <bIK?J+4&'&#&7672&#"&47>q+ jF5-VZ+5JF  5R/L !$JP>@;<#< U I L @POJIGD$B#&H +7&#"&7>=4&'&76727632>32&#"&7>=4#"&"&7>=4&"5=B^=B*!5q5   N`n ^0#?=T?>3s/G1=>3-b?;;$ Iqi&C=?ËT;?L?#J:+@(UIL@%B'H+%&#"&7>=4&'&76727>32&#"&7>=4&#"5=B^=B* 6q5   %p:HG#?=T?>3-1!Z?;;$ I5@!dUUL>Y@ #$$'2+&"&7>54&'&76727>32#"&'532654#"-;=>B+!5m6  f+Zea!Zt-Lh'q 9!;;$ I '=tiwh\oV)9J*:@7)<bUIUMA!-(#+372654'.4632."#"&#"&9-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9LG@@=<:UIMA%#"#"+327#"5#"574326=732#+J! FlfR7+N s#H}w1FL%3?@  =<:@5  bbU  UUM AY@7531-+$#"  ?? +"3232=7.#"4"'676;3>32#"'&#"67 =57 V< VK% !##!"/9'; a44##`'o4GN6%5/ /%7-/!s+8_@\* 10  < Z U  SSM >8863/+(%"! 3#2+#3#32�'54;265#535#534&+"=7;!.+"v:N8?8.C@+9obPTfT^))+4^TfT39*'F%DC@=  be U  SSUM>Y@&?>=<987631/-)'#"!  DD +%2327"'&#"#"&5476767#535#53>7632#"'&#"3#3!6=[=B=DT{d@X  b U  UUU M = M = M = M  >Y@!|yvspmjhgfdb_][YLJGFDB###,BS""+ #&4#"#"=7632>=732'#327'732654&'.54632.#"#"'&#"'#"5#!"';2&#'54;2h=  )V< RsL D5m -'<7- =7aBp\uD=IuW/^BDbAZNLb)nB`R [asb32m5L 5i +'V$ Dje174 jg'%'^T$<7LE?_39H5b5^qFK98'#'EV:Zu$6MLRV%%-`6x@'   USUM>Y@65302$# +!3#3#"'.'#&5;2>7!&5!.+&537) 82)%#+K+ 9|]-)7>R[8*)&-T71f)1!5\B1!Kq581E!%!1,O9!1AZ-!1==R9    b  TO =M=M=M>@<   b  TUO =M=M>Y@RQCB=<873210"%$%&+!!4&'&"3276#"&5476323275!&7467!.'&#&76723#'&'&"=Z ?g{D;ZPq!jJ5 '  iye8^ Nd_/'JfTbd{ۍ{#25&*R%P= % ?H0 4O@L .$"<U S  SM>440/-,*"'" +?3632'#"!!!!32>7#"'#573&547)7?$Fy'F'{7P8-*?+P5J&HJ'XLC m#5!)?f $5TK1PX@SRP <98: 9@SRP <98: 9YK1PX@UUM >@(UUM =M >Y@ 2T7&+&,% +4 6732'6>7632#"'32>54+'67632!"&#76;277'6jsLX :DIYJARK/'KhH#!s)`o1 :\ e3%b 7^p4X~:D4:!wlw7!j}Tn'!Zn&mu KNWu#T5 r)-=CJP@C L@9  U   S SUM >Y@/KKDDKPKPOMDJDJFEB@?>==;42-+*('&%3#3!+#3#!"';2�'54;27#&535#&5354#"#"=2>7632)&#"!654'27+w V+`7.m1Lj]+]+V & @f%NX-'Fd9#7 7117RV%%Vq7d7RV$cd  F\,L @ 2-"+ ' 654&#"3265#"&54327327#""&54632#"74654&#"3267Vl+#L dVT^VyV1bd -)y^Hs\f\9HFy<$f%6yjJ)>l%%5TyG FFT- 7"{HTl%%5TyG FFT- 7"{L^23BG'?+R_@BY7'?bZXgLD$"+%"$57632'!"32672zX}ϋپ# 'hhgc~lӽ'JǮ[f XFCiwZ# +5 3.(#"+ '&32'!"32674&"326%462"&ZN}d  $ZB}N𺃞g' ^FGI>;Jywwy%v +yD<{X$9[X<9TV9VyyVTxxq%3@ @ <60) "+ ' "&54632#"74654&#"326732>54#"4632#".Vlg\݃d^;F Hy%'f%7=s`''/J%^X\Ϩ{lXn!eHT:!"/ FU<+.;ALZIob%wY]bq%T ;2 "+ ' "&54632#"74654&#"326732676727327#"547#"&54?654#"'632Vlg\݃d^;F Hy%'f%7=s: ))!zf -)}ZJjqF5< /){\JeHT:!"/ FU<+.;AV/'5sTR)7#}D +y-6M)7%{B Z<GQ OJD?"+#&#".7>54&'.7!272#.+"3267>"'.4&"326%462"&?s;B  s?@r   6*%9hJ}: 11 RFGI>;Jywwy9{; 11 <{{; 2v PV9FR1Z {5%7/%9[X<9TV9VyyVTxx1\@/"+&'"'>3264#"''7654.54>727#"'67\Nvyk{wJ=->j6bsչD}^?ÅPReQIZ"`qd2uTo^Zmr\_+H1<;nTkL|h1f7J?fPLPu#hT`^koQ7f-GPLI*"+%&#"&47>5!&#"&47>54&'&47327!4&'&473276#?s ;Bs?C@s͍ s??s ͨs@@r;B s?= ={; 11 <{i{; 11 <{5{;2  1 ;{H{;2  1 ;{m T. "+3674#"572767332327#"&547654&#" T )D )i=7-ɋV)f+u%5V."r1; 3  =hZ'%y#2+/vJf0-/2T87"+>732327#"&547654&#" '5?674#"5727673((`ɋV)f+u%5V."r )D )i=7-t " R8_ =hZ'%y#2+/vJf0-/2,R1N1; 3  D="+4632#"'%&"'76232654/&54?&#".fP+9y=%'7'P=%1?#7))yN-F^Lbw>ۚRJ15/D'7d{H!!" a#TXN/FPN+skfH+) Dw *"+7674&#"27#"&='674632X6$36RTR 9DbPD[wFK#Nj3Dgh VXxo-5Rݶ9@1qwHFK-CHFD"+4.'.737#"'.&#".7>5.'&47327#u 15?  s?/')3   15? ͕  s? Z> ! HK+ 2  1 A"?5 !yHK+  11 BV-R2 w.>yFD@LXc @ `[RMFA8$"+#"&546323265.+"=7!254632#"'.#"#"'&#"!"7463!22#"&5464&#"326PNm'7! ;# R/ R!PNl'7! ;#+H# pZ %ۃywZB9J`D1JXוG1''?!b9/]'yTjזH1''?!b)'6+L)+-{mkyymb#y; /< 80%"+4.#"3276;2&#'54;"'56$3 32>54&#"7Za3dNhJD)3>5R{sV!>bR)T)'$  V}?i^M/+'''̚LX1'"3+LTsD(-8 5/*)%"+632727#".'&#"'6767&! 32#"T]u=#uDS<]!'*#PT!vLziX,&a[NK$'#U-2)``3c: +T;/qDZ"+46327632327.'.+'%'&#"'&#"'762>5#"'>54./װVN-' !)LO $)8^@#,'b14&s!#F9)F5#%1%= N-wDd/5'XB) iziͨ'(B`+/B`/%%1IӬZJ:'#o7fs3J=/ZX-G` =6#; 7D @84"+4.#"327673#"&'&#;2&#'54;"'56$3 32>54&#"7Za3dNhJD`Rm9V)3>5R{sV!s)'$  V}?i^{\+ `NM/+'''"3+-D90zY4-"+&#"#"/4.'732654&'.54632 #"'';2&#'54;2767=4#&=73673#"32&#'54;254;!v->/>H"hX4 = >X57F55-TrZ#  1f   =  / N=^/xX3"+;2�'54;274+"'7!'.57.+" #"'';2&#'54;2767=4#&=73673#"32&#'54;25= ) ?h!-'13'/"X " {R #P,a %!# )#/' Z+ " 1  1)%C    D$% /  >TrZ#  1f   =  /ND("+%#!"54764#!"'673!627!267>)'7hZ'>! R5TZ13mr#>,NwNT u F  Z9D:4"+%3:>76!"5>54#"#!&5632;'&54$3  2 # V#{"K6Q  #Ec  y{RӨbu Hc;Z95:4!"+7#*'47!23254&'4!'.#"+# 54 1 "  #{#5R Fb {xR%Өbu~ Hb;㽍M(="+!54&#"327#"5432FmqpoF%uy'- =yB="+#"&'#&'+&'47>54&5467'&547367&546?2oN3-0*'@%*KNR>NF2|"T!1LQ:Pq4/Z^7`L5Hs3=?1N'/\7DZ_VLV8Zj%w?N  '%#) "+23!7!654.#!"&546?3JmI2 X/1s))PZJU3L) H;yTR;g)R?BR \+yo*""+".'#4&54767>54&'&546?32߃!,#6N\-4'%^ZF)1Nf}+ ` ˉT n=P !!%DTo "++6'4&57!"74>?3!2 RǏ%13%TFH%AD-}+?!F/@)-TH5 '&" "+&#'54?>54&/$72462"/1P3-TLGgGGg )% //')H5 =%fgGGgG` ^ @ E# "+"654&!"654&!"654&&54632327&54>32&'#"''"'#'67&54>3232)8wb3;:P7 ;7ds6fV^DVyfjy!O8DQ_P`%ٓRT?^PQ4fAB{%bt2w1Vv2/Vhhg/^w!K_=fe3˴uJRuBpXh{>doR5S@82<>::K PX@< dbX`   SUIMA@= db``   SUIMAY@76MLJFDC6S7S#"$)&& +'4&"#".54>32#"&5463232654#"&76"&5676&#"&7>54&BVTT/=B 'qRP^i=g}:+L;Z! Vn#!=o>33+ %  68@9R9]Rh-+#%FX}%'/D '- 31 3!\N*\z@)B Y  KPX@F b  b  `  `TU QM =>KPX@H b`  b  `  `TU QM >@N b`  b  `  `UTU I M AYYY@ XVSQOMIG><64.-%# ** +'"&5463232>72!47>54"4&"#".54>32#"&5463232654#"&76BVTT$olZX_h% !ZN@gP/>A  'qRP^i=g}:+M;Z  5iPZBnDLl5! qP}?]Lo+ )+%  68@9R9]Rh-*#%FX}%}P#Al@i&  <,(: db   SSUIMA%$;:8421$A%A"$$"% +'%4#"'!!62#"&54632326"&5676&#"&7>54&BVTTך;: -N #?qxh=!5B=Vo # =o>34+ $EZ^+!!V'/D '- 31 3!^R#J@I :  KPX@B   b `b  TSUQ M >@H   b `b  U  TSUIMAYY@%$EC=<9842+)$J%J"$$"%+'%4#"'!!62#"&54632326"&5463232>72!47>54"BVTTٚ;: -N !Aqxh=!5B='$olZX_h% !ZN@gP$EZ^+!!Vq5iPZBnDLl5! qP}?]Lo+ )+LR5U*@2> A ;:  KPX@Hb``   bU  S  U QM >@Nb``   bUU  S  U I M AYY@TRPNJHDB@?&#"$)&&+'4&"#".54>32#"&5463232654#"&764#"'!!62#"&54632326BVTT/>A  'qRP^i=g}:-M;Z! ;: -N #@qxh=!5B< %  68@9R9]Rh-*#%FX}% $EZ^+!!VDR(H@1 4 .-  K-PX@:d  b T S  U  QK>@@d  bU T S  U I M  AYY@GECA=;75320/#2("+'35#"76767676723#&"&7>4#"'!!62#"&54632326BVTT> 9I"'&r f-;==B*;: -N #?qxh=!5B='Lw1: v(F19!=$EZ^+!!VP#AR@O&<,(:dSUIMA%$;:8421$A%A)$%% +'%4#"3267#"&5467632"&'676&#"&7>54&BVTT};:V6=+uql`0?I7V+Uo#!=o=33+ / ufMQF'/?"0='f'/D '- 31 3!`R#/C@  :9 <@8bSU U  U I M  AY@?=42%#"$$"% +'4#"'!!62#"&546323264"3267#"&5467632BVTT;: -N #?qxh=!5B=};:V5=,uqm`0?I7V+$EZ^+!!V / ufNPF'/?"0='}N%2PY@V5& <;7: dSUIMA43JIGCA@3P4P-+$" +'">54&#"&5467'&746323254.'"&5676&#"&7>54&BVTTvbR)134+ )PJ,N)'-TXI+7_?wNZ3h# 7`DTOg/=6m!&8'/D '- 31 3!RR5@Wd@2XOC; KPX@9b`` U  U  QM >@?b``U U  U  I M AYY@76_]VTJH6@7@#"$)&& +'4&"#".54>32#"&5463232654#"&76">54&#"&5467'&746323254.'BVTT/>A  'qRP^i=g}:+L;Z! bR)1@9bSU U  U  I M AY@%$MKDB86$.%."$$"% +'4#"'!!62#"&54632326">54&#"&5467'&546323254.'BVTT;: -N !Aqxh=!5B=jbR)0;Pd}{XfDs{TJs!PP1''$EZ^+!!VOJ-N)'-TXI+7_?wNZ3h# 7`DTOg/=6m!&8ZR6C@7."K-PX@+bU UIMA@/dbU UIMAYY@><53)'  +'"'673!#67">54&#"&5467'&546323254.'BVTTM+"+%+d\E1-ebR)1;Pd}zXgCs{TJr!OO2'&6'H8 ŞPPOJ-O('-TXI+7_?wNZ3i" 7`DTOg/=6m!&8w!9@6< :9dIK?!! +'"&5676&#"&7>54&BVTThVn"!=o>34+ '/D '- 31 3!?'@  <K >8 +%&#'54?>54&/&'5737}5@TD33DSD1/' )) *-/#  )) )+; 7*@'0*)<UK >/+J42 +%;254&+"&#!'54?>54&/&'573!7y5@Gw7@Gu3AS1D35BTD03.a1-^q/% )) *-/%  ))  )+? E.@+>87)#<UK >=9J4442+%;254&+";254&+"&#!'54?>54&/&'573!7}5@Iu7>Iu7@Gw7@Gw1CS`B51FSB23.a1-^q3.a1-^q1# )) *-/#  ))  )+?KE@BHG943<b U =>KI:3+3 +0%36&/"'5737#"'&+"&#'54?>54&/&'573R3#3A %9' !P?u1DTD31FS%)-3!)) +;4G-^q1# )) *-/! )/:@7-<b U>/.3 +0%36./"=737'./&=7R1 #!@!%7)F'7+ ')-#' ++)?34P' +VKH@EI/*<b U =  >KJ@?;8.+C +0%36./"=73!7&#'54?>54+"'./&=7R1 #!@!dD16?TD3w-7'F'7+ ')-#' +) )+q/' )) *-^+E34P' +! YU@RW("=76 <b  U K =  >NMIF<8'# YX42 +%;2'4&+"-36./"=73!7&#!'54?>54+"'./&=75@Hw7?HuBR1 #!@!/D13BT1D3w)5)F'7+ 3.a1-^')-#' +)  )+q/% )) *-^-C34P' + ' fsf@cUD5-=c<  U K =>hgnkgshra^ZWTEB?:74.+(%$ fd    +%3254&+"&#&#'54;254+"'&+"=7232$3#" 6+"=723263373737#";2&#'2'4+"3ZHw8?Hw8\UTuu`3#FN+ R3  1#sA UTSw7@TutJu5@;a1/`i3.?)a`&<34G3'#1-^''`i3.);a``i3.?ar^@[^]OI4/.<  b  ` U K  >qoeca_NJGF?>7634$+073276&/&=7372&#'5437>'&"2&#!'54?>54&/&'573367674'&'#"? '; PX-)Vtfe '7%  %% D33DSNuyZN^+u)C%) ++ 9=).m --1i-) *-/#  )`zj(~m ^!`T@Q"RM83 <  b  `U  L  >VTQNKJCB;:744$"+573073276&/&=7372&#'5437>'&"2&#'54367654'&'&7 ? &< PX-)Vufe '7%  %% yfRZ))C%) ++ 9=)'m --1i--j(~u !r_@\5/d_JD<  b  `U K  >hfc`]\UTMLIE40,*&%  +3254&'%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Tlw4C= ? &< D16?Ts '7%  %% yfRZ5;).m{ a/# ))C%) +)  )+q/' )-1i--j(~u !y f@cC="rmXRQ <  b  ` U  K >vtqnkjcb[ZWSB>:843,+('&#  +3254&';2'4&+"%57373276&/&=73!7&#!'5437>'&"2&#'54367654'&'&RX+)Rlw6A5@Hw7?Hu/ ? &< wD13BT '7%  %% yfRZ5;).mwa/% 3.a1-^s))C%) +)  )+q/% )-1i--j(~u =(,@) !<dZL >3C;8+4&/&=7373!2&#!'5437>53CSD1#)\1+BPC;//#  )) )+m- +5Fb ,@) <UM>   + '&32'!"3267M}d  %ZB}N𺃞f' ^%v +yD<{X).-@*,<UM >.-&# +3 4.#"'263 !"$#'54?>54&/&=7f_CkPLM98'&D33D3m7#ʓXa) *-/#  )!DW@TC <'!  4/<  b   UL =>DDA>#35%34 + 3%&#'5637>5#"'2&#'5437>74&/"=7>/#Z#/>b>3R7  EE5@yKB1M /<!)'1e7++#2G%3%++89-) -"@UK= >CI$"+4632#"&&#"&47>54&'&47327F%';B)%=2b`^ b21c ]Zb2V%=C'#?AH{9 11 8{{{91  277 4@L=@:-'<UK=K >KIEC?=97,(J31 +4+"3254&/&'573!7&#!'54?>54632#"&%4632#"&\XNVVNXk'1'J'V'/'Jj'1'{E%';A)%=jF%';B)%=ZZ\]A+)''R-,'').%=C'#?A)%=C'#?A7 4@LXdJ@G-'&<  UK=K >ca][WUQOKIEC?<96,(J31 +4+"3254&/&'573!7&#!'54?>54+"3254632#"&%4632#"&%4632#"&XNVVNX'1'J+'V'/'K'1'XNVVNX}F%';B)%=F%';B)%=E%';A)%=ZZ\]A+)''R-,'').AZZ\]%=C'#?A)%=C'#?A)%=C'#?A7HT<@9# A<;<UK= =>$+:%(3.H+4&/&'573!776&'"'5737"'.'#"&#'54?>54632#"&'1'Jm#- ##P uKd'#<3%V'/'K'1'F%';B)%=+)''1#B_X;#)% `J/+3%Z-,'').%=C'#?A s*@=>H(C +.7327"'.'.732776&  fV=R  N?"#"6L  {CH M !/1  2@P/+V6 1  2 6Iu?=N5sHT?@<.(A<; <UK= =>SQMK@=C.9%!+4+"'.'&=73776&'"=73!7&#'54?>54632#"&JX!1>#>1mE#- ##PuK8'V'/'J'1'F%';B)%=Z+5J/+3) )'1#B_X;#)'R-,'').%=C'#?A  Uam]@ZHCBQ*$<    U K=L => ljfd`^ZXGD;953)% U U31 +4+"325"=73!07&#!'54?>54+"'.'&'573776&4632#"&%4632#"&XNVVNXuL'V'/'Jj'1'X'f&#>1mF #- "#FF$'ZZ\])'R-,'').AZ \J/+3) )'1#B_X;##%=C'#?A)%=C'#?A  amyh@eTON"]60/<    UK =L =  >~|xvrpljfdSPGEA?51! aa3331+4+"3254+"325"=73!07&#!'54?>54+"'.'&'573776&4632#"&%4632#"&%4632#"&XNVVNXXNVVNX$uLn'V'/'J'1'X'f&#>1mF #- "#F%';A)%>kF$'=<b`  UK = K >}{tp_[ONB?<;0/+(- +%>?654'.'#"2?>&/&=737&#'54?>./&"&#!'54?>54&/&'573!74632#"&!#G'-H1'VVk! }  ! `@9F7+B''mE w hD'1''1'JToF%';B)%=; 53D9Z\# ''-H =< ''!'').A+)'%%=C'#?A!sN!@=L >IE:963CJ +?6&'.7327&#"&47>&/&&"&47>?6'&'&47327u}!=  jBDQ?R6 ;FL bUP{ '#w;  jR ?P8 PhjF`o Hݸ51  2)BR+ 11  //3 11 'H s 1  2)NdvZ@Wa\IDC-'&<b`  UK=K >{yusif`]ZYHE98,(L +2?>&/&=73!7&#!'54?>./&"&#'547>?654'.'&=7374+3254632#"&! }  ! `@Z'V'/'J v hD!$H)/F1d>wX';D7;D3XF%';A)%>3# ''R-,''!'# 73F; '%^Z+F T+]%=C'#?A)dwe@ba\IDC-'<b`    U K= K >|ytshf`]ZYHE98,(L +2?>&/&=73!7&#!'54?>./&"&#'547>?654'.'&=7374+3>54+"3254632#"&%4632#"&! }  ! `@'V'/'J> v hD!$H)/F1d>NX/?35D'1'XMVVMXPF%';A)%>E%'C+74&'&7672&#"&47>)[ i4`]V `4q1&*RP{; 11 <L/-@*<bM=M>$$$$"+%#"&5432#"'.#"327/Hg@$FA:fri!wW lV+0J-3/¦ׇP=e,@"U=M=M>Y@ =<"%$%%+%4&'&"3276#"&5476323274.'&7672'&'&" ?g{D;ZPq!jJ5-8 i8^ N/'JfTbd{ۍ{BA&*R`P= % ?H0 -?\1@.<M =L >ZYK$J)I%# +76327632&#"&47>54&#"&#"&47>54'"&#"&47>54&'&7672\Np}V+Xs`jgT+==|)PfcjgV)b{#,; {Tb{Z20V d UA{9 11  ?=64+)0 0  +2!"$#"# 4>$32262>54.#"'4&#"32>u?' !!#+l!AfqNGqLj>B>hRkCfX1Nqpf7#VXj+iŽX5E}9"[H2P}Ս!#?G2@/G@?>5#<UM >($ge!+7437>54&/&=73263 #"&#"'%32>54.#"'5>54'&'! ;5.%>76==O}Xj=TEJmP;}ߖRR:RJ/hBfv)%.3 +ׁT!1+fËwзl0G 9Nw'/^mq9A[c?@ XVOM+)9 9  +2!"$#"# 4>$32262>54.#"''>54'&'.576754&#"32>5u?' !!#+l!AfqNGqLj>;(fBBCmv#h%<>hRkCfX!wlB1Nqpf7#VXj+iŽX5E'U9",bl%'œ H2P}Ս)#hb,/?@<<b`UM>  + 6332#"'676$3 +%sɸ1A)' VN%!}n) o\u%!1@.<bM=M>$%&$$+76732654&#"#".54632#"% 1Lp/@ 7%DO< )% )!Py"+3!!#4.'563NH bR{bkm)/DP)=D "+&'#52>73=km)/CNH cR{cy"+%#67!5!&'3NH cR{bkm)/Cd+RF "+5367"#&djm)/DNH bR{bdf#"+&'&'3#67!#&'&'567673)L#;#P}uuSyZ+RhiymdR+TL}w{P!>%ITb6\NWX/3N5fm5N3/\XLa9\dR!# "+567673&'67#&'&'5b6\NWX03N5gm5N3/\XL`9]L";#O}uuTyZ,RhiymdR+TL|w{P!=%JdT"+''>'77LP:*"O%6FK:b!&(dX  "+&7''7$77FL:b"&(7KQ:)!Oe-T!"+'67&7&$7KQ:)!Oې7FK:b"&(e3X" "+76.'67FK:b!&'8KQ:)"O$y "+3!3!!#!#4.'563NHT;T$bR{bPkm)/Dy "+%#67!#!5!3!&'3NH_T$T~cR{bkPm)/C"+3!&'3#67!#g-cRVbTyPLgo\)/=N!. "+5>73&'670!2#!"5463!.'50)DEgm /:C?;%!D%GOyTb=>RfkmdR ,:KN]+#3!.TpPNdf+)"+&'&'3#67!#!#&'&'567673!3)L#;#P}uuSyZ+RhiTImdR+TL}w{P!>%ITTb6\NWX/3N5fm5N3/\XLa9\Py-7 "+567673!yhabPbm-J3NMrk};T "+!!#&'&'}wfiRbZoTkm֗LL5y-7 "+!5!&'37BfiRcZn-km֗LL5};T "+#67!5;h`bPbmuTJ3NMrky;  "+#67!5'567673!;h`bPbmuhabPbmTJ3NMrkJ3NMrky;  "+!5!&'3!!#&'&'7BfiRcZnFwfiRbZo-km֗LL5km֗LL5y#""+#!#.'5>73!3!!!%7![T2#)RbffυN"(hT0UUr3LH;??;Xu%/%PD`deeB;5Jy  1 !"+!73!67&'#!#.'5>73!3!&'3#673LH;UTU;HL3T#)RbffυN"(T$("NffbR)#B;5JJ5;B?;Xu%/%PD`DP%/%uX;J""+!&'3#67!#!5!7!5!3!67&'q#)RbgfЅM"'StT$TT13LH;;Xu%/%PC9edB;5Jy# "+!!!!#.'5>7373LH;/#)RbffυN"dB;5Je;Xu%/%PhJT"+#&'#5>73&eB;5Jd;Yu%/%O533LH;#)RbgfЅM!J "+!5!67&'!5!&'3#6533LH;#)RbgfЅM!9eB;5Jd;Xu%/%Ob%N"+367367#.'5dB;5Jd;Yu$/%P3LH;/#)RbffυN"y  % "+!67&'%!&'3#67!#.'5>733LH;;HL3+("NffbR)#v#)RbffυN"B;5JJ5;BdDP%/%uX;;Xu%/%Ph%T %"+&'6767#.'55>73&\B;5JJ5;BeDO%/%uX<;Yu%/%OL3LH;X;HL3h("NffbR)##)RbgfЅN"d "+ ''6'77Q/FS_ _G"9 /"c7P;Gc X_G.CZ96b!/ 7 q"+ '&7''&'7$7&Gb X_G.C[:6b!/ 7 GbS` G.": .!c7PiVr "+%76&7767&$'6GbS_ G.": .!c7Q/G X^_GC[:b"/ 6!eZv"+ 6&'6'70G X^`GCZ:b!/ 7 F0GS_ _G": .!c7Q  "+#3!3!Fn^a!{- G`!"+ ! #&#"3273m J1ߓ1HEJ"/*$"+654&#"#"&547632#"&5432&#"32>^`L3>-"rXEkyhzuneEmF*OB 1!J!L麁hےu`H "+!5!!5!!5Zm\=\/ "+!'7#53#5!!5!73 !;L3(X~m8J00}әlm\\X5w' ' "+"&&54327#"''73254&'~jpFcLFQuubC`g%iZNуGv@QbH"T4%,3xH "+ !30#!"547)\X7w ! 2J1  "+%!#0&473!2wD!ͤH  ;"+)"3!!"!!3!T3ì+=ZZts;\/ & "!"+)"''7&54;73#3#3!%!#"LIBLCT9K0*T12=~D(Ytdsr )r{;{u"+% !3#!!;\ɦ ={\{qodn1:J#nZ"+!2#!5!267!5!.#!Z3R>+!usLd7 & "!"+!27+'7#53#5!&#!!.3267R3LIBLC8L0*T12픕Dٱus *{Me;ys"+ !#53>7!5!.+5\ɦ >{\spodo1:I#o?D""+4&#!";2&#'54;254&+"'523! 726?+;2&#'54;2311u9T7w154&'&473273!254&'&47327&#+; s??s nms?^^@r djs?@r; 1 ;{5{; 11 <{E{; 11 <{{;2 1D"+.#!!2>7!527 -'Z5-`^>1V/-:')!HCR\Ec? -''!^/{5 "+!"5463!2!!&!.#3{'!"+%#"5!"5463!4632!2#!!2#!"546f3#%N/!g!L!%?%`#4G!!/!/#4{ % "+4632#"4632!2#!#"5!"5463!;)'<8+-3#i%/!!R R<2#"#".'#"&54>#3!#'x%+#D%'wJ ?1]4%#//2-#"5^L%Z)y!/H[)L?3% Ay; '5;!)  "+4&"326%462"&EHJ=;Jywwy9ZX;9UW9VxxVTyyss"+"&462/VCCVDCVDDVm-  "+ '6753N}jR#)6:BOPy PN- >) "+ '67534&"#".54>32#"&5463272654#"&76N}jR/>A  'qRP^i=g}:+M;Z! #)6:BOPy P%! 77?:R9\Rh-+#%EX}%D- 1 * "+ '675335#"76767676323#&"&7>N}jR> 9I"'&r f-;==B*#)6:BOPy PLw1: v(F19!L} ,%"+.#"326&#"327#"#"&54632;5T^fwfH3!$H/)5fc( "۽Jh{ĚsE fdqZJ9Dw=ZhnL} / '!"+.#"326%4&#"3267#"#"&54632325T^fwfH{fH/)5fc(^e}×۽Jh{ĚsEỉfdq9jǕJ9Dw=}hn"+3!!h\="+7!=EM>AZ= "+6505!&'7!!&' KTeAdTGMFfj F)R-HA{Zmh/ϝP "+6765 &'7%%6'bD)c3N\K3.:WFg"*C24FWRc=aK3ObYSeU3"+#3ZZ%  "+#'731Zy1ZP3 z16% "+#3#3 ZZZZG) "+##'7373q1ZZJ1{ZZm4E`VOJ1|Ug"+##3#lklsy"+%33#3`lgkil^s`"+3#4632#4.#"iɗh#q`tNujDz`o"+3#"&533265hɗi"q`uoMMujƲ;#"+%4&5%2#"&#"#"&546232O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?;#G<*"+%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&546232P-?5%#=TVj1>1>I'1)O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?RR 4%!.C/D2&-?;#Gk `N<*"+%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&546232%4&5%2#"&#"#"&5462323P-@6%#=TVk1>2=J'1O-@5%#=TVj1>1>I'1O-@5%#=TVj1>1>I'1/RR 4%!.C/D2&-?RR 4%!.C/D2&-?RR 4%!.C/D2&-?R;(3> 94/)"+&547!2#"&#"#"&54623267>54&'4&54֦*-?5%#=T z1>1>J#.4%!.C!72&-?ъAjHQ :o "+462"462"@Z??Z@@Z??ZZ??Z@Z@@Z?s "+>3232672#"'&""sZBW\85w jK#BZX=7~"hADDE dwDBTAs"+>3232672#"''&""sZ3232672#"'&#"!2#!"546;"!"5463!2ZBX\85w jL#BYX>7}#!%!!#&hBDDF dwCBTB#3!.F!.#3o1% "+7>3232672#"'&"""'>3232672#"'&"oZBW\85w jL"BZX>7}#ZBX\75w kK#BZX=7}hADDE dwDBTA+hADDE dwDBSo=5"+7>327&""'>3232672#"'32672#"'&''&""oZ)60V=7~"ZBX N 5w kK#%30R65w jL"BZyN%"7}#h@TAhADE dw;DE dwD{TA{%{ %  "+&'&'676!"5463!2!"5463!2/Lw\sbH$!#&!#&{{L^s7s!.#3!.#3{#""+!2#!!2#!'!"5463!7!"5463!8%P%NN!#Py!N#3#3ny!.!. "+!5!5!5))ZZZZZZ "+!!!!!'!5!7!5!7!5!,^+:mNe+,u,_NZZZ+ZZZtV "+75!&7``F #-5! F V "+75!%.7.75w``E -5 F; "+&7 &7{E #-5! FE "-6 E/; "+%.7.7-.7.7wwE -6 EE -5 F"+%'%&7%7 S_N٘NtE s|-6tR EhQ  "+-%.7'.7xٳg5NrM][l3fE p6-52 F;1"+75!7%&7%%%!!'7NuNbK{gE$INB`r-5]` FnF `GZGH ="+7537.?%.7!!'7-"}i-rNt. FN>`g. F;;cE nU-5Њ`_oLX+ "+%!".54>3!! 3NPX79X{NNɴV2O\VL+V}PX+ "+5!2#!5! 4&#PPX79X{NN}ɴV2O\VL+V}Lo!"+%!'7.54>;73### fONHY{C9X{NGN?V4dvV%PiVL+V'Rt>Po!"+5!037+'7#533 4&PGN@Sq=9X{NONGU|}V)QdVL+V's @  "+ 32!.>7!!!cA \ Hy8 Os   "+ 32%!.#" 67Ӕ#yÏs !@ ! "+ 326'4'&"%727'Fc~|aMDegyczKJg{bRTs   "+ 32"&2654'/MgeNy;ߞfT\Sޝg{"+!#3hhs\3"+5!3#37ii\-I.)"+#!5!!hC\\)"+3!!5!Ph'J'\\{"+!#3hhw\Z   "+4&#"2%62#"'!#"&4632>-+;=V5X}\+%Z{}XPoV>>)-;}ZX}wyVIZ   "+32654&"#"&54632!62#"&'f>-+;=V`5X}\+%Z{}XPoV==)-<}ZX}vyVJou"+"&462+VDDVDCVDDVhLB`  "+2"&42"&42"&4Z@@Z@@Z@@Z@@Z@@Z@`?Z@@Z!@Z@@Z#@Z??Zu  "+"&462"&462"&462oVDDVCVDDVCVDDVDCVDDVCCVDDVCCVDDVs# #"+"&&54327#"''%32654'DudGz9w9`rk9ߜuLE2ƼY1S3B읖nV+ "+! !@BzFm"+ #3#cVc+G1L5"+#!!oT%Z% "+!7>7632#"&#":@{+@-%+25)d(%/3%#-D0'R% "+#"&54632326767: @|+?-%+15*%NDCe($/3%#-D/'!Jo @  "+ 367&'! #! !X5 5Ǟ )Ѡ7ps}No3q @  "+%! #! !# 5ɘNcM5F7puqJo"+'&/7672 hG #^߁CC!^# H# (NM'm"+7'&'63"'6hH $^!CC^# H ٸTMNT;hq @  "+#3 !3# %!!'56Ͱ55kl+Ůp7u9FN+` "+#!#53!5ղ-ZZZ3) $!"+2#5#"&546;4&#"'6265#"#7-b9kP\bmJ;PRkF7XL6Z#AۗVJ)&/_SXc9D3X5MgZ+/-~-qB!}Zu%"+667#ZB%~y H@5$//m\*y#\d@{t\VZ%"+#%%Zu%"+3.'Z/%5@H y~%B/V\t{@d\#y+\3%"+#.'673/%5?G y%A//\t{@d\#y3%"+#3%%3%"+&'>733A%x G?5%/y#\d@{t\/% "+3! w!% ) +Nbf%"+3#݉%%  "+3!݉!w N%bN+ -B%  "+!#4.'&47!!wbN+ * s%"+#%%B% "+!&47>5Nw!%- ,Nb#s "+3%<^B  {%"+#5454&'5>54=3Vv93rr39vV%TuwfJf  gJgwuT$#s  "+3$ߤ_sՖ{!As"+3#ߤsTs  "+!#4.'.7T^ ;+{  w%"+5.546=3#54&546DVw93rs39w %TuwfJf  fJgwuTTs "+.7>5T ^s!{+Rs"+3#su"+!5#"&'33267 ѿ7 NggyyDdgA`#"+3!53!#FF-e) 4@ 2,@,b` UTM>Y@ 10+)%$!   + $$ "32&#"&47>54'"&'672ʴ6o8]a*J,M4$PL8o7Ga^O'  )NM! V/ e) E)@,b UUSM>Y@ DB97/+%#   + $$ "32463232676&+46?654&#"#"&ʴ6o8]a)h[?Fb$(=+o<\cmG-BB +!8o7Ga^CzfdEaCb@9G \w@v^ao{VL4  e) R@ M L @;  b  `  ` U U  UN>Y@ KIDB9731%#RR   + $$ "32""&54>32#"&5463232>54"'>54&ʴ6o8]a)V45iD^3*>NKq|B~#    29%)\u?8o7Ga^.7E4;(3*@8T% db4%#  *Z?* w8<<e) DA @1  b  U U TM>Y@" @>:84321.*%$!DD   + $$ "32;2+&#"&4727>=!"'76;ʴ6o8]ac\ 0 \5A\#!( Κ *8o7Ga^ɇ z(  z8A u|e) A@"!'( @4   b UU U  UN>Y@ @>751/+)&$    + $$ "324&#"727#"'672#"&54632326ʴ6o8]auUETV.KEN P<.n7Kl|> #! =V8o7Ga^&gc Z e~>&+~e) %;y@ :8&@$UUUM>Y@ 0.)'%#   + $$ "3232654.#&'632#".54767ʴ6o8]aq WI4E C.@">@s0uQ,QR1|o8o7Ga^62umh@-bbU UM>Y@ +*&#! ..   + $$ "32"'65433!27'6ʴ6o8]a#)"43[ a8o7Ga^ 62/7 e) ".:E@ ) @& UU UM>Y@<;$#B@;Eeʴ6o8]aG/H@PI1LT`5AkTh^Z@ > L`JdXmITbF#/o)LUȶ8o7Ga^e) %;y@ &:8@$UUUM>Y@ 0.)'%#   + $$ "32654&#"32'"&54>32&56ʴ6o8]aB VJ4E!C.?#??s/uR,PR1{o8o7Ga^53tmh=@)y_?|aA`5 Te))4EV@  @9  b b  U   U  VM>Y@!GF65+*OMFVGV=;5E6E1/*4+4$C+&#"&47>54'"&'672 $$ "32"72>76'4'&"'.54632u*J,M4$PLIʴ6o8]a,-%3M(O86?haA[3QTO'  )NM! V/ m8o7Ga^ Mu ;2SA86kVwo\,e);GR@ 93@1   b `   U T M  >Y@IHOMHRIRCB=<87$C$C+&#"&47>54'"&'672&#"&47>54'"&'672 $$ "32*J,M5$PLk)J,M4$PK8ʴ6o8]aO'  )NM! V/ 3O'  )NM! V/ m8o7Ga^e))4c@ ^\ G   b `   U  I TM =M>@<  b `U   U  I TM>Y@+*b`WUMICA971/*4+4$C+&#"&47>54'"&'672 $$ "32463232676&+46?654&#"#"&*J,M4$PL?ʴ6o8]ag[?Fb$(=+n<[cmG-BA , O'  )NM! V/ m8o7Ga^CzfdEaCb@9G \w@v^ao{VL4  e))4p@  k j @F  b  `  ` `U   U VN>Y@#65+*igb`WUQOCA;95p6p1/*4+4$C+&#"&47>54'"&'672 $$ "32"#"&54>32#"&5463232>54#"'>54&*J,M4$PL?ʴ6o8]a)U44jD^3*>NKq}B}#    28&)\u@O'  )NM! V/ m8o7Ga^.8E4;(4*?8T% cb4%#  *Z>* v8<=e))48b@5 <_;K&PX@>b  `   U  TM =M>@<b  `U   U  TM>Y@':9+*^\XVRQPOLHCB?=9b:b871/*4+4$C+&#"&47>54'"&'672 $$ "32;2+&#"&4727>=!"'76;*J,M4$PL?ʴ6o8]ac\ 0 \5A\#!( Κ *O'  )NM! V/ m8o7Ga^ɇ z(  z8A u|e))`@_:5  ; Z @@  b  bU  U  U  VN>Y@+*^\YWSQJHDB><971/*`+`$C+&#"&47>54'"&'672 $$ "3254'#"'672#"&5463232654&#"727&*J,M4$PL?ʴ6o8]aP<.n7Kl|> #! =VUETV.KEPO'  )NM! V/ m8o7GaN e~>&+~^gc  e))4CY@X D b  ` U T  U M =M>@<b  ` U U T  UM>Y@+*NLGECA;91/*4+4$C+&#"&47>54'"&'672 $$ "3232654.#&'632#".54767*J,M4$PL?ʴ6o8]a WI4E C.?#>@s0uQ,QR1|oO'  )NM! V/ m8o7Ga^62umh@7  b b  U   U TM>Y@+*KHFE=;871/*M+M$C+&#"&47>54'"&'672 $$ "3254''6#"'67433!27&g*J,M4$PLWʴ6o8]aZ a"* #+"O'  )NM! V/ m8o7Gaާ?  62/e) ".LXc@JD) @?  bb   U UT U M  >Y@(ZY$#`^YcZcTSNMIHCA=<9521#.$.!   +"654&#"&54767'&546322654/%&#"&47>54'"&'672 $$ "327Fd%sDN`rf|HCsy`Zi9bp>H=e*J,M4$PL?ʴ6o8]aG/H@RG1LT`5BjTh^Z@8 N^JdXmITbF#/q'LUO'  )NM! V/ m8o7Ga^e) 4CY@2 , D XV@6  b U   U  UTM>Y@ NLGECA;910+)%$!   + $$ "32&#"&47>54'"&'672654&#"32#"&54>32&56ʴ6o8]a~*J,M4$PL VJ4E C.?#??s/vQ,PR2|o8o7Ga^O'  )NM! V/ 53tmh=@)y`?{aA_5 Ue) HYj@" : K(PX@7b U  U I   UM>@=b  U   UU I   UM>YY@&[ZJI caZj[jQOIYJYECA<64,*&$ H H + $$ ">?654&#"#"&5463232676&+"32"72>76'4'&"'.54632ʴ6o8>XbmF-BB , g[?Fb$(=+-8Ta,-%3M(O86?haA[3QT8o7Gԥ;rZao{VL3  CzfdE`Db?8H \wdra^ Mu ;2SA86kVwo\,t`2.?*@'<ddL >$C+%&#"&47>54"&'$7247.%&'67?s-T wP)7{s  \@% \@${; 11 @ww3'H /lx\_PÚM!~PÚLh`*/@Q/@,(<bUK >)(F)"+4632!2676&#!46?654&#"#"&47.%&'67џ>HGϘm7>'-^B]lFfeD!1n \@%¹\@$fJTEǘ`VobsN/ %3.x\_PÚM!~PÚLx`8<M^K@H76<b``UM>53.,#! << +""&54>32#"&5463232>5!"'>54&47.%&'67L%NPP!$'RiN@_ysf71' !!LX9?$ a㹓 \@$ \@%L;j.P\=PAaV9O:.5 ?`BW]\x\_PÚM!~PÚL`L->O;@8*<dbU >)'#! -- +)2+3&#".7676'5!"'63%47.%&'67F' +- \o  n_?=A/ \@$ø \?%!.!' 11 0V#lx\_PÚM!~PÚLx`H+<MB@?< :bUUM>($$#$#"+4&#"327#"'632#"&5463232647.%&'67-kFwfy }ZF)Tu^/72^K \@$й \@%1N  !ݜ_;-B  9x\_PÚM!~PÚLv`8$5F'@$<" :UM>$"&$+32654.#"'672#".576%47.%&'67pPk1fHb5aaòŶD{L \@$¹ \@%uRN򲨠-\b@,)eѓQ'Gx\_PÚM!~PÚL^`o(94@1<dU>  +"'7433!27' 47.%&'67'7@#'6)RL!4 \@$ \@%HRM G>Rx\_PÚM!~PÚL`H %1BS3@0,<UM>'&&1'1$"   +"654&#"&54767'&546322654/47.%&'67jTl9g+R9-vǰoT7#X\o\{ \@$ \@%ooHmd&nJw-TL+RdӢ`J'us pj8J;w x\_PÚM!~PÚLz`L$5F,@)<" 9UIMA$"&$+654&#"32"&5432&56%47.%&'67fqPj1gGb5aañķDzLW \@$Ҹ \?%VRN򲨠-\c?,)dѓR(Gx\_PÚM!~PÚL` P"@QbN@K8<b UL =M >=<7510-)&%"" +"2>76'&"'&532&#"&47>54"&'$7247.%&'67Z'ED))83#w'=zVT_렖dN}2?s -TwP)7{r ¸ \@$˸\@$2v #P<&e#RVS #dɪC{; 11 @ww3'H /lx\_PÚM!~PÚL` U;L]2@/3< ddL >87$C$C +%&#"&47>54"&'$72&#"&47>54"&'$7247.%&'67@s-T wP)7{r -@s -TwP)7{r  \@%Ĺ\@${; 11 @ww3'H /9{; 11 @ww3'H /lx\_PÚM!~PÚL` U/M^oL@IE*(<b` UK =L >JI$C)(F)" +4632!2676&#!46?654&#"#"&&#"&47>54"&'$7247.%&'67Ѡ=HHΘm7='-^B\mEfeD!1@s -TwP)7{r  \@%Ĺ\@$fJTEǘ`VobsN/ %3.]{; 11 @ww3'H /lx\_PÚM!~PÚL` U<Zk|l@iR 76<  b```   U L =M>WVQOKJGC@?53.,#! << +""&54>32#"&5463232>5!"'>54&&#"&47>54"&'$7247.%&'67o%NPP!$&RiN@_ysf81'  !KY9?$ a/@s -TwP)7{r  \@%Ĺ\@$L;j.P\=PAaV9O:.5 ?`BW]\`{; 11 @ww3'H /lx\_PÚM!~PÚL` U-K\mO@L* C <  d d U L >HGB@<;8410)'#! -- +)2+3&#"&47676=!"'63&#"&47>54"&'$7247.%&'67F' +-\o n^?=B@s -TwP)7{r  \@%Ĺ\@$!.!' 11 0V#{; 11 @ww3'H /lx\_PÚM!~PÚL` U+IZki@f  A <  :  d  bb UU L =M>FE@>:9C($$#$#" +4&#"327#"'632#"&54632326%&#"&47>54"&'$7247.%&'67FkFwf{!}ZF)Tt^/71^@s-T wP)7{r  \@%Ĺ\@$1N  !ݜ_;-B  {; 11 @ww3'H /lx\_PÚM!~PÚL` U$BSdH@E":< :ddUL =M>$C$"&$ +32654.#"'672#".576%&#"&47>54"&'$7247.%&'67qPj1fHa6aaòŶDzL@s -TwP)7{r  \@%Ĺ\@$uRN򲨠-\b@,)eѓQ'G{; 11 @ww3'H /lx\_PÚM!~PÚL|` @5FWK(PX@3-<@3-@,ddb UL =>Y@21,*&%"  +"'7433!27' &#".7>54"&'$7247.%&'67'8?"'5)RL!5?s -T wO)7{s  \@$Ĺ \@%HRM G>R{; 11 @ww3'H /lx\_PÚM!~PÚL` U %1O`qV@SG,<db UL = M>'&LKFD@?<854&1'1$"  +"674&#"&54767'&'46322654/%&#"&47>54"&'$7247.%&'67TTm9i+R9-yƮoT7 X\o\@s -TwP)7{r  \@%Ĺ\@$ooHmd&lJw-TL+Rf}բ`J'ss pj8J;w{; 11 @ww3'H /lx\_PÚM!~PÚL` J$BSdI@F@:"< 9bUUL >$C$"&$ +6'4&#"32"&5432&56&#"&47>54"&'$7247.%&'67ZpPk1fHb5aaòŶD{K@r ,T wO(7|r  \@$ù \@%VRN򲨠-\c?,)dѓR(Gr{; 11 @ww3'H /lx\_PÚM!~PÚL` P"RctS@PMK6<b UK =M >QOFD<820'%"" +"2>76'&"'&5324632!2676&#!46?654&#"#"&47.%&'67'ED))83#w'=zVT_렖dN}-Ѡ=HHΘm7='-^B\mEfeD!1{ \?%ø\@$2v #P<&e#RVS #dɪCfJTEǘ`VobsN/ %3.x\_PÚM!~PÚLe)ES_j@& J943 @7b  `   U UU M  >Y@a`GFge`jaj[ZUTOLFSGS:;C(<+&#'5463>7654&'"757327&#'54?>/&+"";26/& $$ "32M " % P3 #( **iIl -%o *. n0 2!n**# !k" !!  2 ##)z F8o7Ga^e) 4@K.@/   UU U  U M>Y@!BA HFAKBK<;65)# 41  %#! +32654#"3254#"&47>54&'&4732632!"& $$ "32PJQ+,M.8*(Ny=|1vE13!ʴ6o8]a|DI0#'9Fbb.(bR0a'8o7Ga^e)*5 @-b UU UM>Y@,+20+5,5&%   +%"'&546323'.#"3267 $$ "32fqܤJt`sQh: ;Rʴ6o8]a^hXz Xc5D OH8o7Ga^e).:EvK&PX@( UU M =M>@& U UUM>Y@<;B@;E54&'.7 $$ "322V 'AuPiA@DsIM ;|8)(Nʴ6o8]av'"~:[fC,3f٬gQ%':Fbb.'8o7Ga^e)GS^@)<9@  <';K&PX@9U U  U S M = M  >@7   UU U  U S M  >Y@&UT[YT^U^ONIHBA;:752/&%$  GG +#;2676&+"&47>54&'&473!272'.+"326762"'. $$ "32.^#3F^]lBBv8*(Nv@S%  (@1]^L"""-hʴ6o8]aj*^T [':Fbb.'' *+-!;R#,K w8o7Ga^e)>JU@!$<;K&PX@8UUU  S M = M  >@6   UUUU  S M  >Y@LKRPKULUFE@?84%#7C+4&'.73!272'.+"326762"'.+&#".7> $$ "32N(N3S. 8F~^M!!"/&^(Ny=;|8)pʴ6o8]abb.'' RA!;BeE b.(';d8o7Ga^e)/;F@ @4b   UUU U M>Y@=@0   U US S M  >Y@YX_]XbYbSRMLEACCC+&#".7>=!&#".7>54&'.7327!54&'.7327 $$ "32X(N6>y8)(N648)(N3;|8){(N6~98)ʴ6o8]a.b.((:Eb.((:Ebb.((:Eb.((:n8o7Ga^e)#/:hK&PX@&USM =M>@$UUSM>Y@10750:1:CC +&#".7>54&'.7327 $$ "32R(NsC>y8)'N5;}8*lʴ6o8]a$b.(':Fbb.'(:x8o7Ga^e)#/: @/b   UU  U M>Y@ 10750:1:+*%$  ## +%24+"=707#"#"&5472 $$ "32`H- 1 F^;D?U1!Gʴ6o8]a33 ""3XZ;()=+8o7Ga^e)NZe5 @.  b   UUV M>Y@\[b`[e\eH=HG +4.'&47327276'&'&47327&#"54/&#&#"&47>5 $$ "32*884i,!O] &`5.d;R"&"GP.B#F!,l1;}8*ʴ6o8]a$E:'(:Ei'('( ((%)E;(':F8o7Ga^e)'3>r$@% UUSM>Y@54;94>5>:C0 +%!&47>54&'&47327;276 $$ "32 lQU!(Ny=>z8*!J0Oʴ6o8]a'*gbb.'(:EG! pT8o7Ga^e)#/Y@HB E U5 @+ U    U SM>Y@10SQLJGFDC@>970Y1Y32"C%+"'32&#"3267&#'54;265  $$ "5432654&#"=77#"326543 N1+DT酄UV4 # .ʴ6o8 1'%1 9'2m ` - #`ll`#  |8o7G! -'#H- ]e);GR@ @4  b   UIUS M>Y@IHOMHRIRCB)CG +&#"&47>5.'"757>54&'.7327#"'&" $$ "32/)8b;9cN(',w (Nb9;b8)%*!ʴ6o8]aE;('-c ' 3b.'(:E,$'98o7Ga^e) #.tK&PX@'UU M =M>@% UUUM>Y@%$+)$.%.  +"32654&#"&54632 $$ "32dwo,笥ʴ6o8]aа¯֦8o7Ga^e) 3?J@ 3@-   UUU S M>Y@A@GE@JAJ(cC"" +3254'"&#"&47>54&'&4732632#"' $$ "32-=9)'OlJKm8*'O3y!Su9>uN;,ʴ6o8]ao!*b.(':Fbb.'%?@$)SQ38o7Ga^e) ";@.#)*@-  U  UUUM>Y@751/-+(&""   +"32654& $$ "32327#"''"&54632dwoEʴ6o8]a=)96]H(-笥uа¯8o7Ga^; '\֦תxe) AMXʶ/.K1PX@/   UUU U M  >@4   UUUG U M  >YY@ONUSNXOXIHCB%#cC#"+4&#"326&#".7>54&'.7326323"/.+ $$ "32@TD(HkM =i4;|8)(N2X3%040.:p3$+Zʴ6o8]a3L?&ANb/(':Fbb.'\eMj&>{<# c%*#8o7Ga^e),8C@ @5 bb UU U M>Y@:9@>9C:C43.-,,(&!,& +'.#"#"&#"&'62'4&'&74632 $$ "32 a>?DPN*:T,mK~ (R__N3ʴ6o8]aWW LS?5/A%">O-j} 9 @I,Z|^j$8o7Ga^e)-9Dy@ "$@% UUSM>Y@;:A?:D;D77:C +&#"&47>54&+"'67;27'.+" $$ "32X(Ny<>z8* &(M6 `́ 8K+'fʴ6o8]ab.(':F/%:]VW \;'.8o7Ga^e)6BMjK&PX@'bVM =M>@%bUVM>Y@DCJHCMDM*I*F +4&'&4727#"&54&'&472732>5 $$ "32 'Ob:;b8)(Nv@88)Up-F- Nʴ6o8]ab.'(:Fb.'(:Fރ4(J*(8o7Ga^e)+7BmK&PX@(bU M =N>@&b UUN>Y@98?=8B9BI%C +76&'&4727#"&'.'.727 $$ "32BX?.H=2  *:U;HfAXʴ6o8]a?g?*((3B*'J(((!\8o7Ga^e)&2V@ML   @4   b   `U U= N>Y@SQKHDB?>:8'32C4+4&+"'57327&$ 37+">32 $$ "#"'&"#"'.+"'53254V{ " `6/SRJ$ ^rʴ6o8 P17j  ^2''e]a=2#ww! {N78o77BB!}B?[& ae)Q]hK&PX@0  b ` T  M = M>@.  b `   U T M>Y@_^ec^h_hKHCK +?6&'.7327&#"&47>&/&"&#"&47>?6/&'&47327 $$ "32j q3\9;D5G. 4:>UHFj!d q3\79F5F0 GS\;T_=Iʴ6o8]ao-'('9 I&(' )( +('$> i'(F8o7Ga^e);GRK&PX@/bU T M = M>@-b UU T M>Y@IHOMHRIRCB=<;:763/CF +6&'.7327&#"&47>576/.'&473273 $$ "32$LU@,H49#&Nv@>y8)'35_1>pD %}ʴ6o8]aK;,'(7=.Tc-('9FQ 'B/'(46d8o7Ga^e),8C@ '@5bb U U U M>Y@:9@>9C:C43.-+*$! ,, +!263237>76!"7477>&#'6743 $$ "32>T 5%7+*   ^,Qzʴ6o8]a,-71- O  z^8o7Ga^e*/;F@ , K(PX@1bU  U  M = M>@/b   UU  U M>YY@=< CAK&PX@5b`U U M = N>@3b` UU U N>YY@65<:5?6?#*$%2 +4&#'"5'672632#"''653254&#" $$ "32b+{9PG\ocZ7!eE+I2=ʴ6o8]a='$ 5Vw3ls1 'LPH=jzȶ8o7Ga^e)*5@ @/b UUM =M>Y@,+20+5,5&%   +2"'.#"32>7'"&546 $$ "32\i35 )%7^!/K%> 'Vy}+ʴ6o8]aR7;/#wsX3N!ywyb8o7Ga^e) 1=H @"<;K PX@7  b X U  M =M= N>KPX@8  b ` U  M =M= N>K&PX@6  b `U U  M = N>@4  b `   UU U N>YYY@?>EC>H?H4$$#" +5&#"326#"&5463254&#'"/672"'&5& $$ "32FD?7S}!ad(^m}pT:+{:!5m7  yʴ6o8]aPwl^?/:k5^=(% 5VE;# J/8o7Ga^e))4@8b   U S  UM= M>Y@$+*1/*4+4%$  +272#"'&'4632%4#" $$ "32mE )Fk;M}y\!/u+N5ʴ6o8]aO 5B4D{}Z3E$^>)8o7Ga^e)2>I@ ,'&@=bb  `   UUU M  >Y@@?FD?I@I:9433#""%"#!+#"=4;4632#"'&#"32#2&#'54?> $$ "32yV@X?/)%3Z y5+ o1 Eʴ6o8]ay7#"'7$5 ##8o7Ga^e)2CO[fK(PX@,%  3! <@, %  3! K(PX@F ZUI U  U   U  UM>K1PX@G ZU U  U  U   U  UM>@L ZU U  U  U I   U  UM>YYY@.]\ca\f]fWVQPLJGEC?><86/-+) 22 +"'&#"#"'3272632#"&47&747&54632672254'&#""#"4#"32> $$ "32 9VF+J%= y:5ˉTyfBFFVF/1A%)o+97H# #t32u#Vʴ6o8]a?BVc+?5/8`b?ALP-BJTf7)!)?fe% r9H 98o7Ga^e);GR@ :5 K&PX@9  b `U T M = M  >@7  b `  UU T M  >YY@IHOMHRIRCB=<9872$9"+632&#5437>=4#"2&#5437>54&#'"5'672 $$ "32\R N1 f1L R5}#+{:ʴ6o8]ah%% \ %% !='$ 58o7Ga^e)'3>K&PX@6b`U T  M = M>@4b`   UU T M>Y@54;94>5>*2 +2"&4&"&7>=4&4.#&7672 $$ "321##1#s-;==B*% }9|ʴ6o8]a'#1##19!< 78'8o7Ga^e) )5@K&PX@;b` U U  M == N>@;b``   U U U N>YY@ 76=;6@7@10+*'%#!   +2"&5464&#'"5'672"&5432265 $$ "329=#5# +{9)-=-P+'+"ʴ6o8]a9;"""{=(% 77Յq-3'3;uI8o7Ga^e)JVa@ <4/.@: b `b   UG T M>Y@XW^\WaXaRQLKIHFB;9303 +4&#'"/6726?>&'&'577&#'54/&#"&#"&7> $$ "32D+{:J33   =. X3N'CL1N\% 7=J^>B+zʴ6o8]a=(% 5V44   (( 7T 7-!)-o=d8o7Ga^e)*5 K&PX@-b``M =M>@+b``UM>YY@,+20+5,5J +4&'&#&7672&#"&47> $$ "32* jF5-VZ+5ʴ6o8]aF  5R/L!!%h8o7Ga^e)P\gƶ<#K&PX@. U  T M = M  >@,  U U  T M  >YY@^]db]g^gXWRQPOJIGD$B#&H+&#"&7>=4&'&76727632>32&#"&7>=4#"&"&7>=4&" $$ "326=B^>B+!5q5  N`n _0#@=U?>3s/G1==3-bjʴ6o8]a?;;$ Iqh&B=?ËT;?L?8o7Ga^e):FQyK&PX@, T  M =M= M>@*   U TM= M>Y@HGNLGQHQBA%B'H +&#"&7>=4&'&76727>32&#"&7>=4&#" $$ "326=B^>B+!5q5  %q9HG#@=U?>3-1!Zʴ6o8]a?<;# I5;Xd=@L@1ζ8o7Ga^e) "-xK&PX@)U M =M=M>@' UUM=M>Y@$#*(#-$-  +2#"&5464&#"326 $$ "32ywZA9J`D1I-ʴ6o8]a{mjyylb8o7Ga^e)'2>I@ 2('K(PX@.   UUU T M>@5  b   UUU T M>YY@@?FD?I@I:9#$$'2 +&"&7>54&'&76727>32#"&'52654#" $$ "32-;==B* 6m7   f+Zd`!Zt-Li'p ʴ6o8]aB9"<;# J '>uhwi\oV)Ӷ8o7Ga^e))5@@ <);K PX@. ZUV M = M>K&PX@/  bUV M = M>K(PX@-  b UUV M>@4b  b UUV M>YYY@76=;6@7@$(9""" +&"6632&#54?675#"&54632 $$ "32HD=:t % L1 3B;h{o`/lʴ6o8]a%PI!'%37so6N8o7Ga^e).:EK&PX@2Z T  M = M= M>K2PX@0Z   U T M= M>@1b   U T M= M>YY@ <;B@;E=4&'&76727632#".'& $$ "32X#--;==B* 6m7  ;]%&%   Tʴ6o8]a%@9"<;# Jq-, 8o7Ga^e)*6A)@6b   UU UM= M>Y@87><7A8A!-(# +332654'.4632."#"&#"& $$ "329-*+9)9wTIrNo70NR5%533DNT+!`{ʴ6o8]aL)%''N1#AX#P;+'%%-8$9MH38o7Ga^e))4@@' U U U M>Y@+*1/*4+4%$%#"#" +727#"5#"574326=732# $$ "32 +J!!FmfR7+N &ʴ6o8]as"H}w1FK%8o7Ga^e)3?Jt@%   U V= M>Y@A@GE@JAJ'(%& +4&'&472722754&'&47272"'&54#"7 $$ "32'/^B g7J/^B !5m7  [4ʴ6o8]aF+#h,ĉVF+#h,;# 5!;ݶ8o7Ga^e),8CKPX@+b`M ==N>K&PX@-b``M =N>@+b``UN>YY@:9@>9C:CI)C +&47327#"'&'&'.7327?6& $$ "32T^9) $^)^/V`9ʴ6o8]a)##!'!|J ##+1,)1+8o7Ga^e)HT_@ /@'b  ` U N>Y@VU\ZU_V_POJI;987H$*3 +&4727#"' #"'.'&4727?'&'&'.727?6& $$ "32^9( lx "%^)^/VI^)^/ Laʴ6o8]a##!'! !{J##+1,)-L ##+1,)1+Ѷ8o7Ga^e)JVa:@+   U SK= M  >Y@XW^\WaXaRQLKCOCC+&#"&4726&'&'&#".7>767'.'.732776&'&47327 $$ "32kk')-J)BI7 R +J-I)!2es**JHI+ IT+J*J*'ʴ6o8]a8!!Vg!!;w<!!tt!!8o7Ga^e)=IT@=87/K&PX@5b U M =K = N  >K-PX@3b   U UK = N  >@1b   U U U N  >YYY@KJQOJTKTED?><9("$&##8!+#"674+"=7307#"#"&54632327674'.#"'5737 $$ "3236 T/X 5';7+?)+ &9(ʴ6o8]aw  9 !! Nr7-#%o0e- !I8o7Ga^e)#/:@"!@/b UUM =M>Y@10750:1:+*%$ ## +326?2326?2!"547#"'657 $$ "32w0ݗ70 l +N xʴ6o8]as (R!3#^N fo;n8o7Ga^e)!-8zK&PX@(U U M =M>@& UU UM>Y@/.53.8/8)(#"!! +"72>76'4'&"'.54632 $$ "32,-%3M(O86?haB[3QTʴ6o8]a Mu ;2SA86kVwo\,޶8o7Ga^d+$@@ >"?#@# S   U M>Y@ &% <;8630.+%@&@  $ $ +  2+"6754'#"&5#6!2+"6754'#"&5#61ut6 %J{M 9!oB| %JyM 7 mE+stR#3!+ ++ +!D/7!#3!+ ++ +!D/7!d+,H@FGK(PX@0bI  U M = N>@.b UI  U N>YY@.-DC@>;863-H.H'$& +  2654&5472!67'+47>54&#"%2+"6754'#"&5#61ut%' n%H>K 13D\[Zmn %J{N :!mF+st!;K(PX@?  b  Z U   U V M =N>@=  b  Z U U   U VN>YY@;:QPMKHEC@:U;U#&)$"%)+  632#"'&#"32654&'674&#"327>322+"6754'#"&5#61utRF!!@?j1J!y=}f>h_ORs)1H'T #H{M 9!hF+stR=N 1@5\L%-iR\9R9@;>;#%R#3!+ ++ +!B17!d+0L@J KK(PX@9  b  `  I UM = M>@7  b  ` S  I U M>YY@21HGDB?<:71L2L0/#23%+  4#"#>7'!+"6354'#"&=37#2+"6754'#"&5#61ut!cj)=' L1 !ko %JyM 7 mE+st{+@f +) dH#3!+ ++ +!D/7!d+(D@!B C %$@E  Z  b  ZS   U UK=N>Y@*)@?<:742/)D*D#$$"&+  #"'&#"32654&#"7!57!62%2+"6754'#"&5#61ut>A/'>hyn?& + 5@ %J{N :!mF+st`HZ'!-^ZD#3!+ ++ +!D/7!d+(D@BCK(PX@7b  Z  U U M =N>@5b  Z U  U UN>YY@*)@?<:742/)D*D&&$% +  "&=6364.#"6%53262+"6754'#"&5#61utk5T=8r,V7L;/qc1^on+ %JyM 7 mE+stTgt'/'>/#@/)RuB#3!+ ++ +!D/7!d+4@ 23@, ZU  U =N>Y@ 0/,*'$"44   +  33!"5#>2+"6754'#"&5#61ut#̓mF\+$-# %JyM 7!mF+st%;Q 9H)-#3!+ ++ +!D/7!d+*5Q@OP+)K(PX@0Z  U U M =N>@.Z U  U UN>YY@76 MLIGDA?<6Q7Q1/$"   +  %2'&5464&#"32654/6#"&546%2+"6754'#"&5#61utwh4)Z;sHTxpDdV{}dP;\-VR7 %JyM 7 mE+st\+L1F+-\9PTDb5 %i3ZNy?^8+Jq/`w>=/i#3!+ ++ +!D/7!d+%A@?@0K$PX@2b  U M =M=N>K(PX@0bU  U M =N>@.b UU  UN>YYY@'&=<9741/,&A'A)%$% +  472#'327>54&#"%2+"6754'#"&5#61uth7U=:}s'`CJ@3ݝamn %JyN 9 mF+stgt'/6I2@/)򒏁#3!+ ++ +!D/7!d+#H87 K(PX@1   b  I U M = M>@5   b Z U  I UM>YY@"%$ DB;954-+$H%H##   +  2#"4>2654&#"2654&5472!67'+47>54&#"1utD=9+;'ffh' n%H>K/3F\[Zmo"+stdF`c39Ln:ŏ!;  b X  U S   U M =M>K*PX@?  b `  U S   U M =M>@=  b `  U  U S   UM>YY@87+*IGCB=<7A8A10*6+6$C+&'".7>54#"&'672 $$ " $5"54  3254W&Bx1uE/!HCDFѰ0f0~RUM38G#$FE N)_C~BҰ.~9Q?C4Y\.:GR]@=b  U UU S   UM>Y@IH<;ZXTSNMHRIRBA;GyY % 7&d6SYb@(;< (DFѰ0f0~RUM38V=tY82A Tj:jTXdoNC.uC~BҰ.~9Q?C4Y\;GT_j@ 65@Lb``  U  UUU  V M>Y@,VUIHgea`[ZU_V_ONHTITCB=<42-+"  ;; +"#"&54>32#"&5463232>54"'>54& $$ " $5"54  3254%M.0_=T/&7GCfp/5%/&92L! [Xr/!  &R8& j366ܽC~BҰ.~9Q?C4Y\.:GR]϶+ @C  b   U UUT U M  >Y@1IH<;ZXTSNMHRIRBA;G=#"'7673 $$ " $5"54  32544\ SM5AM$ &JDFѰ0f0~RUM38~ nn2#  iC~BҰ.~9Q?C4Y\+7DOZ@  @Eb  U  UUUU  V M>Y@FE98WUQPKJEOFO?>8D9D($$#$#"+4&#"327"'632#"&54632326 $$ " $5"54  3254L?LL(D>H| K2&g1Eaup7s    7MBDFѰ0f0~RUM384]YY Q [r7#& qC~BҰ.~9Q?C4Y\ ".;FQ@ ! @5  U  UU U  UM>Y@=<0/NLHGBAE6989rhrk(HJ-pdDFѰ0f0~RUM381-ib^%HBmV\:{Vt0 M#C~BҰ.~9Q?C4Y\#0;F@@>  b  b  U  U U  UM>Y@&21%$CA=<761;2;+*$0%0  +"'6743;27'6 $$ " $5"54  3254 %  0-R [DFѰ0f0~RUM38 0-+ d  C~BҰ.~9Q?C4Y\ !-9FQ\@ ( @7 U  U U  U  UM>Y@*HG;:#"YWSRMLGQHQA@:F;F54/."-#-    +"654&#"&54?'&'46322654/ $$ " $5"54  32541@X#f=CXrg\n?RfmVR^3[i5?8XDFѰ0f0~RUM38@+B9L=+FqLX/9cLz^VP9B FVBYNDLX=!+d#FN{C~BҰ.~9Q?C4Y\ ".;FQ@ ! @5  U  UU U  UM>Y@=<0/NLHGBAF5:99rhsk(HJ,odUDFѰ0f0~RUM380-ib^%HBnV\;zVt0 L.C~BҰ.~9Q?C4Y\.?KXcnz@ K&PX@EbUUU  U M = M  >K*PX@LbbUUU  U M = M  >@Jbb   UUUU  U M  >YYY@/ZYML0/kied_^YcZcSRLXMXGFA@86/?0?&$..$C+&'"&47>54#"&'672%"32>7674'&"'.54632 $$ " $5"54  3254%Cx1vE/!HDN((| . F$G218^X:R.IL;DFѰ0f0~RUM38G#$FE N)Fi 5-J;C21`NldR(C~BҰ.~9Q?C4d+K&PX@!M =M=M>K(PX@UM =M>@UUM>YY@    +  2#"26&#"1utD=9+fgj+stdF`c3-Tŏq"+!!pqq"+!%!!p+FZJq"+%!^J'ZLq"+% !F^{3%"+&2"+7 {3$Jtu/ZHo"+!Z1oZLq"+ %!uu/={4Z"+_Z"+ L{37E_;I&"+ ;non;I&"+  no nd!   "+4632#"&    6mzVX{zYVzsaX{{XV{{tsnao"+ i!;=d! "+    6sasnad!# @  "+   32 &546   654s?'su梠ٟіd!"+  ssd!  "+  26&#s!sab  "+  %"3{ssb  "+   65bsar߰d!  "+  4& !sys!d! "+  " 65!s!aVsnd! "+   6&#$'spa݅saVdB"+"3Bs"+2#sdj "+4632#"&732654&#"dfhsj>uOVqwPLxhmdoTtvLTuuP  "+%!!%uo   "+432#"  654462"X+=32&547'"&#"632#"32#"'32673&547#"&%#"'3>54&'27&#"#"&' >32737%%'&'."72654&"&547632>32#"&#3>54&'&'&'&#" 32>7676767654%#63232632#"&'"'&5472654'"'&=#"/#"&54;."32>54'62&7#"'>324>7#"'674#"326767#"'&54632763262654'''3%5Xb:ChJ1+Ld4R/7CRP#)=P6?5%)b`J-1L}9 590lAXo57B;=:Ed^^{H{Hyfm{q7Re/SO/s<TsuR)V=>5fXXIB%"R`3F5%AFF !''!#3' )ed>F=R%^E=B9f1N?=;-m !''!LD=)57( sE;ZN-'65X!-%6 5  #\w!'Ps!)J+13) \' 9K1-3/-91>N,%7R#%# ?w-/JbPD')f B1-;-\ !/!;+HN}y%&A? :W4RbN)+u98-)nDlsF/ B!2-Ei?m+ RH+-I\ Bf=715fh~%pF7# =\!5+)! 9m-3XK~'D09D^;ͤ \#e TXD2,99kd#-+5%u&!>9# 4PDT 9+ '%9;0= !!?;7o!$ +/C6/? --% B+#l#'#- +!!#1^0L D6%"+6432##"'.'&547327>32327+%5&54675%632&'"'ph]5L+Dυ?ZJ^eXZLt. H/-<)=F>97=0)-;=BmZk$1H)$5#Th/ )1X*.Taoy@~wqfb^V>4.,"+26323 +#"'5#".#%72654&#"#237&547#"7#"'5327'74#"3262654#4!"3 "32$54'#"&VH9=jJw^%F3fR')%^DZ1RCI7|GDa>N q7$HK\3YSb#!4"#PJ'.5m';Nb5Ru!?KN5L;_)6%%!?#!5HZ:+1+eGPR}+1+L y =Pn#3gMA)/  Vh`F1Hg5#+-1Fm- ` "+32654.#""4#"#"=27632#"'6?654&=737+";2&#'54;254/;2&#'54;2=;2&#'54;2?675&'%&+"7577-'{'NC50-gR:ہLmH1-/)-Yt"#e `)T5Nq>NGJ1N1s'g`%;`Tj- 'RR % 7ZX0 %  H J  BTTP##Pk}'  J H  ; (0 @ /+&! "+ 5322654#"332&4632#"$264&"a\{%j<\X!/!11!-B//B!\Xx:Nv:A--A/hB//B-}'/9TX@VUI:72.*$ "+ 5467&'73'7>732  6462"64632#"232'"'#"&5''>7'͜0P3(5/ / # 2G)) V! $?%G#6E)  ! t-> e=)HH%---)'9F#V '#T^X}&.8JO@LKH@61-)#"+ 5467&'673637267  6462"64632#"27#"&5'&'77'#ǘ3+/ /5)3R/G))yoC)0Y?%OB,!E9  #;b3>-v 'HH%---)hVBF#Dp9;4TO}4>F@ EA<7- "+%7"&'32?67' 5467&'67326373673264&#"264&"5 ;F ,=S%?Z1)CXǙ5+/05)3R0o  )!!)I;9oD#FDWh #;b3=-ϲw 'h----R 1 "+  654#5&''7&'#5367'7675373#'J+Rdu533##'#53+dхsdgfb>fk`sٰ`͏Β97Rmm9V69{^^wf "+%&54323##'#53  654ٰ`+^^͏Βs "+#"54?#53733# 654& uٰ`'V__͐ϑw# "+  6 5432'>7'&'+fP4=Ƈ+ZZDjwϒ^%E-TTF7d8%"+"#"&54632!257'4'"=46;27>54J?')%-mE e-y }{  POX_k7++-%^3 7 #@%+ !%ŃP0"+732+>32'&5476'4&#"'#"546;b/%+LuiD9Fu_Lb7iyy29V{wNh<hbɜDj?%%"PFu O="+%32654&#"4&+"=73737337#";2&###"&547##'54;25=1+>:1/=1>H9'B':=1nJ:BOTP9o7DD7)DD/+'Xd'+/Z'>W=XbdR%m%Z;?-4"+#'#53'5$4'"'254"' &"$27&#"3wc!9D65BD HB-7G3^^]';BiLR%RL!'dB;^d} "+%''%24&#57>/d ^4˿)Vh)Rh' J +fheH#P.."+4 #"'&546323>32'654&#" F@ncHZV-nT{qyJ #7RjV}T/kTXIi}dùd罢\j|G@d 5/"+ 654&#"./&#532276?673#"#"546DۢߢL`:-Vj:@BAFEH;B9jW-7^P{ٚqۚ٠T!\iRalq)++-mlaRda!Dޖ$ǖdZ"+%&'5 %$ 56%632#"'}up`ՒfehcSxuVL +cJJc-(`NN`( d;N ,@ @ 3-&! "+2654&#""&54676! $!""32654&'2! %'7!27&546\}X\y`i1Z%ېŰ\}]X}U'X?ېǽ'XZ}{Z^}R`E'F<`ZXy^\T+D;bPh <5"+"2654&3267#"&547>&#"#"&54632&54$32V{{{wF3?e?-uPA׏-B`Ʌ3#h}Z^{{\ZJU+;'kV#{uPurŷdo?1"+%64''4''4'?6?6?6?&''67&'4'P>\5{1}=HZ0?5X-Dy!pq++-+;{6?#Ejv 19q4@%RF@%FT^%qs;Bq1{S#^yHV=C+LJKVhu#/($ "+"5463!&74632!2#!7654&#""5463!2#!Cm鞚oX%" fh} !!%#3qaѕho#8f;jkHf#0#7Z7"+?6?6?32=7'73254/&54''4''4ZX/?3UN)e^)3 !)J343{:^^^Zww}1'41 #JHc@%TH@%7Ff"+&547'''7"'772 -V5RPhR-wpsbTmPs%RRgR)V%yZI0"+$4&#"2'4'.'7?>32#"'+532>7. '.[Is`=}XTP!#3?F{7.D;M7eyo%ZJb7+k3PZP3.  ɰ}jh3276727672'&""/&"#"/&#"^   Z    5\   Z      7     7  !!"+&5#'#5373?3#fuFX!LTTu3ƅ :^) ^L}""+"!5674&#"#"&77#".h?dh%2+iJXhdm^Jf+/u++?@>K>ouju>K>qA!"+%!5674#"#"&54>323254.5463232632#".#"o/1`#X\s)dL%FVEGTHKRs1v;eD51  L{ ++w\_yBzkg#75oG`gHp57iDhV'y'67'7P "+2'&'&5463232>Ry7HTLPqVD--FŔJ}\NuȞ54'&'#"&ZZ}9RTXX}tJFD9bkjo1-c?:b^#nAT!PTfCZP"+ #"&546327#"&54632\bkXy=R9bkXy=3@hC;m1\jhC54&#3>32'>L1%f\7^NVo#@7d)D\NkO< {b "+53%#3GG54&'7#" 67"'"&54>7>2'7;/#"&#"327"&54632#"5'>'#"54>767>54#"76727254#";&BW)#)A#BC5HK%lB͐P9N!D?\PN}r8-- , 1  #-`9dVEBQ)&1% +%6Q&-F=7oA ,5Td _? )-\$L7BXZPPiC?_5)   FJNJN?)BBEAKZB+T 1  ;J'5 C D9w   1 6&"+"32654&.54632>72#"54.'.563/HH/+LBLJbqRLtdH3k l#u+)-5h!-!uLfLG8;DmNPplTPf 扮Pg!M-m))h1N&,"@!w'f)6DL @ IE>8/*"+%&54326323##'#53'&'3##'#53"327&7&72654&#"654œvxٰ`z]_x`9ɕqZheYYq˔nYeKKKZZ^^HH^^͏>F|=?Β>~{_x{a`|xwy%4>M[@ UNKC:5+&"+%#"&'#"5432'>767'&'";&5467.>54762'67&'326&#0 P4=Ƈ+C+ZZDjxxɕ)mnM P3=6'5ߓK'o˓m^%E-TT4j F7ϒ )]t"u!t^%F zFL!*`xw.>MX @ SNEA4/% "+#"'3##'#53'&5432632'>7'&'%"327.5467&26&#">54&hZQ;C``TU`P3>LJ+ZZDjwӓɕ%"LWRI""˓! KRTN[[OO[\! __ ##^%E-USF7͐>gf?JAadE/./^]}'1,(""+&5432'>7'&'3##'#53" 654&J9<ˆ-17\Fj{a:+Z)G-TT͑C7ͅ``ӑw+ "+  6 54327'7'>7'&''+fP47)=Ƈ+ZZD)1jwϒdVVX^%E-TT[V\b7)<FA="+3##'#53'&547''7''7'7632/>7'&7%" 654&`~J@X%'΢'М@PohX'Ϙ%%V9+``SH㲝!#/T-ۋHTF:i-T/!!ӑJ "+ 6&   #yH#yJ #/ @ *%! "+327&7&#"32632#"''"6326&#"ӑSLKTppppqpqKSӑSKH&q&yGGFGkkk/*&#&JP#+ *&""+3>32#"&'##"32 6&  6& f>yy>f>xw?##ewwe'bsytbc##J 7' &" "+ 6& 32!6$32#"$'!#" 6& #5#H#y娨\#{?"+232632'"&/4632>8I'1BJd %? J#YYA )fZJ+"+22##"'".'#"&5#"&547.54>7&54632>@+- BX^9g%J/!j+  & -\% Z@RP1#)1Fiy5LR !93X#h5< =8'  m3;A )`4"+%+"&5467""&54234.54;2>32#".#wH qq- Y_ -H }- [^ c!Fw- yE/Pck#Azie_WG"+267#"54654'#"'254'727#"54326?67&'.#"5432&#"674&#672472.#654&%&#"32632 #"'.'&'.54767#57'5&'4>767672>7&#"27"547&'#"&546323&54>7#6727 &"&'.'3&75"&#"#"&5463267&5432'#"&=632632&54632+27654&#""&54654'672#"'654&546323254'&#"32#"547#"'#"'5465''3%5Xb9hJ1+Ld3R/7CRP#)=P6?5%)c`J-1L}-9 590lAX57B;=:E^^{HHyfm{q7Re/SO/s<TsuR)V>=5fXXIB%#Ra3E5%AFF !''!#3' )ed>F=R%^==B9f1N?=;-m !''!LD=)57( sE;ZM-'65X -$6 5  #\w!&Ps!)J+03) \' 9J1-3 /-91=N-$7R#%# ?!u-/IbPC')f B1-;+\!/!;+HN}y%'B? :W5RaN)+t97-')oCF/B!2-Eh@l, QG+-J\ Be>716fh}%F7# =\"6+( 9m- 3XK~'D19D^;;4!\#d!TXD2,99kd"-+6%u'!=9# 4PDS 9+ '%9;0= " !?;7o!$ +/D5/? --% B+#l$'"- +!!#d+$"+  2+"6354'#"&5#61utc %J{N 9#XV+stZ#5#( ++ )"9:5d+-'"+  2654&5472!67'+47>54&#"1ut(l%J>N1/H\[Zmp#+st!;321utPF!#@?j1H!!w?}f>f]O=e31H'R+stR=N 1@5\L%-iR\;P9@#1-;#%d+0""+  4#"#>7'!+"6354'#"&=37#1ut(bk)>' N1 !kq+st{+@f +) dHd+(""+  #"'&#"32654&#"7!57!621ut=B/'=hynB! - 1D+st`HZ'!-^ZDd+) & "+  "&5476364.#"6%53261utk5V9<r+V8L;/qb2^mp+stTgt /'>/#@/)RuBd+ "+  33!"5#>1utT̓lE\+%+#+st%;Q 9J'd+*5 @ /+" "+  %2'&5464&#"32654/6#"&5461uth4)Z;sHTxpDdV{}dP;\/VT+st\+L1F+-\9PTDb5 %i3ZNy?^8+Jq/`w>=/id+' $ "+  472#'327>54&#"1ut)i5V=:}r'^FJ?3qe1`mn+stgt'/6I2@/)RuBd+$.9 @ 3/*%"+  2+"6754'#"&5#6%2#"26&#"1ut %JyM 7 mE1D=5Pdej+stR#3!+ ++ +!D/7!Zd-Tŏ)"+3!!5!Ph'J'\\fX  "+#!!!u-qjX[f "+3#%!!5!!uu\n-jX[jJo"+'&/7672 hG #^߁CC!^# H# (NM'm"+7'&'63"'6hH $^!CC^# H ٸTMNT-7@2Z  US K  =K >Y@77430,)(%$V3+!!!;2676&#!"&47>5#535#5354&'&47327)7>## !7Lj s??s LR s?oPPNA1 <{RPP{;2  1 ;{,P@M) < bS = K  =K >,,('#"C+#3#&#"&47>5#535#534&'&76724`]V `4)[ ioPP{; 11 <{RPP q1&*R-B@ < $ . @4  b  ZU  U UL >Y@BA?=98V4$$C" +>3254&'&4732732672#"';2676&#!"&47>5&'""LZ?s LR s?5+5w jL#&27>## !7Lj s?7}#7h{;2  1 ;{!DF dwNA1 <{TB7;@ &@0Z  SUM = K >Y@;:98541-*)%#$" +#32654&#"'4&'&4732632#"'&#"&47>5#53b%w?s d)'^'1hDžf@N ZR s?P A{;2 Eqh6HOy; 11 <{P7?ҵ1 K-PX@4  bI  UQ M = M  >@5  bU  UQ M = M  >YY@?>:854*('$!   +"326532762#"&'.54&'&47326323#"'.#-bF$%-1D*1NX/B/?s G#3yAm_/V? 9p`w+;%B3!1=)9\{;2 %=fRNPd)%J6?Eb@_&#A@>07 2  <db`eM=N= M>:8$(#()" +%##"'#7&546?&"#"7463273327'"&%2765X)op>RG`TD`8)HLXT% %'NuF9Fn(b Vm|-f'++ /JVOOx+1:!(L= [ F1514e@b2+(<dbeG M =M>43.,*)'%#"! 11 +34.54767672373'#327#"'##"=47#X^-$"" 6T71'^JyTy %oNf RO`b)dY:! )m+O@?:*$K@*   U  SCM >Y@&MLJHDA>;8521/,)('%" OO +!#'54;2'!;2&#'54;254+"=730%+"!4&+"'573%+"32#.5qc3=6P5qq5P6q3=5P5q/%9 7'Z/+''ZZ''ZZ/+''Z)<)y' =@2 9$@,  UD = M =N >Y@<:874310334%2!" +%32#+54;2654&#";2&#'54;2654&#"5'27673632}+9 3;'1'EZ\'1'P'1'!D %h=0-ݜ-6+)+/yT/+''+/TA 3I#+Sz@72S&NG @  U C M  >Y@MKIHFD:9393#3332 +%;2&#'54;254+"=730%+"67654&+"'5737#2#.+'4'&'3>5R7oo7P5q6G7'+R HrFPP)9 7o1)?F/+''ZZ''Z.Ch7 ''2AJ!\)oZ.C %N^@[ 3.#D<bb  D=K= N  >LJFECA33:C" +%'&#"&#"&47>54&'&7672>7654#"=737#"2#.+5&7.4`]V `4)[ iH{\); bH)u' ?:; 7 1V:3J{; 11 <{q1&*R1 ge)'!''9) \)5JX/STV#Y @eUM >Y@ ## +!27!2#.#!"54764#!"'D1/397q'do5)5-+A @yT ^%B$B@?<M=M =M> $$ +%2#.#!"747!"'3!632# 7 3T;H7O5?1N #+P)7HZ- Pw 8  57!B-GG@:b  `  `b  UQ =>Y@EDA@>=G%$$ +%#"&5463232>.'#'"'#&#"&47>76&'&4727%3Ef-lA -( 44  XN1_{F5{T< R (m )   d/:X=19#%(TQUIX'`T 11 PbLq.2  1 6WD=KPX@"K =M=M >KPX@ UK =M >@UQK >YY@;9/.*&  +!36&>.'&4727".'&4727"!267o 1oLj NZ%/-CZ@54 [u!v%   1 2 3X)/2  1 2   P1AB@?7-+*( <M=K=>322A3A"!11 +27654'#"=37#'.''67&546">54&=IT!%7! mC !#%Fu!!!\\)-Z#3%# /9'd**mf1-) +)>-))YS=$;$mONn5G:H5!"$j+;@61 $@' UUM=K >Y@ ;833333#&4! +!26?4732#"/&#!;2&#'54;254+"=73%+"u!3) IK V3=6P5qq5P6pV+/= B@Z/+''ZZ'';s>J@G 72 <UUM=  K ><9632$'%"3#1 +4+"'57307#"326?6732#"/.+;2&#'54;265X'H'X1,  IK -2X'Q'1'Z''Z+1; '?/+Z''+/L*=@eM>Y&$% +%6765#"4>7674>32#".Nq3ZD-)nH%s`R{;NoGeXZ2+mɇRyswqIGo^  "+7%"^\ ' J  "+#"'%&5467 \Q (^ "+462"7%"/3F33F\ /F33F3\' F "+462"#"'%&5467F3E44EZ \/F33F3\Q ()'"+462"2#"&#"#"&54323254&5463F33FwHZ+B+L8\JFb3P%D8^/F33F3/-+:J'+FS;!-;A!'=Z)1"+2#"&#"#"&54323254&546HZ+B+L8\JFb3P%D8^/-+:J'+FS;!-;A!'=Z)1"+272632#"&54654#"#"546L^8D%P3bFJ\8L+B+ZZ='!B;-!;TE+'J:+-/7#  "+'67%>7'67%67NfD-L##3-fJ/J=!'R3  DC1 1V+D,4@ :53/!"+%4'&54632#"&'.5476767>5632>"&462>767 1!Th5Z >!"< zT -.9i?Z@@Z,m8##PZL)10.+`7$#@*) [EN0K(PX@-  S U K = K  >@0 U  SG U K  >YY@$a_UTPLCBA@=<9521,+($!  +!#&#".7>7!&#"&47>54&'&47327!27&#"&47>&'!"j 1nLj  NZ$~v@r PR s??s GV s?1-D@53 Zu!wP% D- ^  11 4X){; 11 <{5{;2  1 ;{)l/1  11   [7e@72  _a$<   bb  S M=  K =M=K =M>db^\VTQOGE?><9634332"$+#32765## 547!;2&#'54;2654+"'5737#"!6?65#"#"7463 327'"&LGFn)op3X'Q'1'X'H'Xh D`8)H5 %'NuF9+ ;7[[m V}Z\''-/JZ''Z+ ++ /JV+1:!(L=T"+462"2#"'.'.54T/F//FB1  7F//F/21'Ii)?s= ;'517- @:d[ +%#5%#7yۚrB`7+ @9d[ +%53%3%?Ѯud!b@!b, WT @Jb  `  `  `b=M=M=  L  >Y@`^][QPMI%'!%% +2654'&#"4.'&7672767"&#"7632'"'."&#"&47>5'&'43232?=Rzk1FB-8 i38! 4 l˔wPB  8p H9`3h94 4 N{.$4٠k1wBA&*R?$C! P!nw{: 11 <{1!F%"C %:\t7AP {miG;94$  "+#"542'4#"632723&#"0432&'&74327654&#"6274&'&654&'32>7632&542674&#"2#"'32?654'.#"2772>767>54.'&'.#"#"'&'&'"327654'&'.'#"467'#"3274&5432654'.5.'#"'&"#"'&'.54654&5476727>7&'476767>7654&5322#"'& g   8!) !7&)*#J'/7% S 1'.!' MqC=7T%;T3 !u /;Bn'G>!T#O3  [+= -aQh#;,$F K4!1'5 *B@I!$J>)-'ol75(5R=;< %-'s?'L/o(Z2'-+)-*  e!J\A  71LT  >+I  f1-  - X'9) 5`!' - PBTb s75_ 3 R F-+ -)14')dP3#A=' CC# /P `BF " G ^'+]F!Hh !*32A`/ J 'B%B!=$ 71%&1)/!)%1- q 3DX +.-\!'=;;?\7G( 7- GZ 2    (E0'W! sOV1lP/:\T;^D1$0!  ?Lq`nfa2"+"&'".547>32#"3274>763232654&#">32#"'#"&54732654'&#"632'2654&#"-9g`9/~!+1JTCoP+݋V1;e5+!+!n>Xdm{s/!?P 4&'1{޼eǕMqlhdconfD"+2#"5463232654&'#",'&#"#"&54632.'47632.#"7267&'&5464&#"6!IgAV?++B- N%=H533/1+3 L7TbTsj'Xg-ˁq)-5XuL-%'A\nL5ׇub^/%D0 $Cd:;-1V/a!\1Jm jF{ ))-3RTXb٦>5)T^w{PhNB#" 7-'i+JG\ @TjX{EoJ)Jq_lg`-"+".54632&'&'"32>7#"&547"'>7.4632&#"3276323254&#".54632#"''27654'&#"?jߖ{1''3 OB#3qzjg[=m '$+6e;1V͇+RlDTG1+!1iP-ޡy`;lJ8`ZP^7mV!78 +#npaqEH1XP5318ZGq=J##5^v6RvTk#wHd=NL{H "+!5!5!5eHRRPPPPNH "+!!!!!!N5bb5HRPP1T9"+2"#!"$#52$331ofn)BiHPH9  ## "1wD"+2"#!"$#52$3 5`R>ЍD')))y1^)N se/"+4632 3 ,323 $! ! ,32 32,32# #",#" # ,# !",!"! $%&"!"&463 $3 3 $32! $3 32$>32!"$#"! $#"!"$ ,32 ! ,32#"'.#"! ,#" ! %.54632 y! q "~h1#]-5!Xoi)T}J!  !7'lu+@+?GL !x8˶ s TǑf!i 3FH3JH-8-Ѱ^^GXHDTC! ooHXH:G:YVGH-5-n . }`'!XCmdeedFE-N ;2edde> #P+< "+327#"7!''54?>54&/&=73%;26=732#'HJ$u>B&3<7P5=43-ZVu/ydX9%' 6-)'',+'/7V`') ) f ;CV (0N;AM;/+$fLFA<  "+%327#"5!''54;2654&+"'5737#";26=732#3274&#"#"&54632#!3236722&#'54?>=4&#"2&#'54?>54/672$462"2&#'54?>54/6724/672362#"'&'"2&#'543763254&#"#"&54632!32%32654&#"'4&#'"5'672632#"'"'67462"2&#'5437>54/672'FE#u}9='193L3j1+VQo-<&r Lzsu[k;WXfH72 N1p -LN J/y 1s-D -##-N1 L1{ 3{)4w+H3 *3! \-y1;'qL{stZj7632#"&'&5432#" !))!1#  % %$ '  #{#''}%'  '  #+%  %'1 )%#';!#1#)   %9# !=)%)FT )NT +L' #% %@A # #'F/'3 -(#"+6732654&#""'&7>32#"&"54 "3254FrfmuHRS 2R?N\\$'frJNXH }NVQ!D-)F/ )=E @ B>:5 "+%"54 >54#"632#.#"67#"'&54767'327327\\jVaՀntEN?Y7 KP=, kB@{VoJr^k$ՋvvrV*)/VQ!WHw): J`TN$[$N"H\}RG}FX;WqF/?IU @ OJE@*" "+#"&'&54632#.#"327#"&'&54632#.#"327"54 "3254-X70^A_#8   01*;tS$UX70^A_#7   01*;uS$)\\$'(8$ Fba E*9(U_9(8$ Fba E*9(U_9?VQ!D-)o #/ /%"+"&'&"''7&327'32>764''FC)H'=zV;AI_O1@; N}6i)74#)2vu"#RV"#d:v ɪCӌ #P<&чo""+"2>76'&"'&532'FC))74#w'=zVT_렖dN}2v #P<&e#RVS #dɪCR"+%&#"&47>54"&'$72@s-T wP)7{r {; 11 @ww3'H /jL/"+4632!2676&#!46?6'4&#"#"&}Ѡ>GHϘm7>'-^B]lFfdC!1fJTEǘ`VobsN/ %3.ZN< "+""&54>32#"&5463232>5!"'>54&%MPP!%'RhO@`xsf71' !!KX:?# bL;j.P\=PAaV9O:.5 ?`BW]\F-'"+)2+3&#"&47676'5!"'637F' +-  \on_?=B!.!' 11 0V#f;+ "+4&#"327#"'632#"&54632326jFwf{ }ZF)Tu^072^1N  !ݜ_;-B  bf$  "+32654.#"'672#".576%qPj1gGb5aañĶD{LuRN򲨠-\b@,)eѓQ'GPL "+"'7433!27'D'8?"'5)RL!5HRM G>Rb^ $0 +%!"+"654&#"&54767'&546322654/Xd7X@Y^պwG^4^asWcI9e9'yzNiX/X`ݥi>2!qyil:LD}{`d$  "+6'4&#"32"&5432&76pPk1fHb5aaòŶD{KVRN򲨠-\c?,)dѓR&G 3("+73632'#"!!!!32672'"'!73&54753-$Z(f4ppW!0/p#ǃ0%5w 3ZB,ZmZ=\ \*(?_)"+%&#".7>=!"=4;5!"=4;'.#"=7327#" 6'4#"=7327#"!2'#!2+u?s9B s? 1 1):$%-19 1uNA %333{; 11 <{+ +"B;/- !X)!/- '3/ - + % s="+#"&54632327676'.'&4732776&'.7327Ru)7/+ #F 16*5C RTP $) <=  "!f `<+1!5;dXF{b1 1  2  #V:81% 1  2 {fJ ;, "+32765"&'##"&546?65'"#"74632327TQFHl5H)DVEq Bh1)H|=c\2!73X+37eY!I- 5!xod'+/. -HTEhhJf jT{g=8 "+%32672#"'&76'.#"#"'&465&'&/&7632>32A$iT  +$] X  %S2* bU& a#;,#C0Gp,@)79 V&!+6gj't  "+732654.#"4632#"&:"Pk%%HshmuX`H?b1;AyʺyZ  "+"32654&'2#"54)}1ͣѳR X "+%4&#"&'$72&#"&47>7'vR?s-? s?P1 &;h|i{; 11 <f`""+%26?&#!"'7>54&#"&'>32\V7%'-Fuэ)^NH;3q'Q< /מXPV V}yd^R< "+""&54>32#"&5463232>5!"'>54&%MPP!%'RhO@_ysf81'  !KX:?# b;L;j-O]=PAaV9P:.5?aAV]\9-'"+)2+3&#"&47676=!"'6;+F' +- \on^?=B!-!' 11 0V"3+ "+%4&#"327"'632#"&54632326RkFwfy YF)Tu^/71^#1N  !ޛ^<-B  bf$  "+32654.#"'672#".576%qPj1gGb5aañĶD{LuRN򲨠-\b@,)eѓQ'G\X "+"'7433!27'P'7@#'6)RK!4RN H=Rb^ $0 +%!"+"654&#"&54767'&546322654/Xd7X@Y^պwG^4^asWcI9e9'yzNiX/X`ݥi>2!qyil:LD}{TX$  "+%654&#"32#"&5432&76qPj2fHa6aaòŶDzLRN򱨟-]b?,)dєR'G-5+"+4&'.767267>32#".'&#"&#"&47>51TZ)yA;@;%E17q H=d4T/*"`B Fd?#'@dJ?{7 11 :{qM @ .! "+462"$462"!#&#"&47>727&#"&47>&'!"7:R99RC54.'&47327#".54&'&4727#9R99RD;N;;N{2/ddN- 3:C15d9-qњZX;c{BR::R99R::R9Vo-`@\xR?D' 2  1 9u-׮Z(eϕRy=2  1 ;9-Y&"+.732736&'&47327"' "'.'&473273.'&473277>&  o2/g HS. )#^ 31*>0C2:L F?^)w 68? w?Dv  >-e l#2  1 ZYIRV2  1 <1//0R/0u@ 0  1 BWnr@ 0  1 CW ?D'-Q^\V( "+7#"=4;54>326727632#"'&"'654'.#"32'#&#"&47>32654&#" /eM{D^LH-fx<""7+=H+/6lB+ X.#NF^d% )Xsn:4 R\2!+f963)Eoz ){9 11 :h7`㷓%T'"+".'&"!56672632&#'54?>54&#"&#'54?>55#".'.#"32'#&#'54?>5!&#'54?>5#"=4;467632>32-,"'!3DL5mZ&2'P)1'BGo(0&P7! )F%o 1#5'P'1'y%3'P'3% /h[hDMo1?'J/LT%;f"+".'&"!56"&5463232>54&#!2&#'54?>5!&#'54?>5#"=4;467632>32#"&'&#"!26;-,"'!3DڕLn#H)5%!&')/AP'1'y%3'P'5# /h[hDMo/^dR=U318>E+)s 55.'&#"32'#&#'54?>5!&#'54?>5#"=4;467632632673>7654#"=737#"32&#'54/.#"-,"'!%//'2&P'3%'#P7F 1%3'P'3%y#5'P'5# /h[hDMoLdD;1-AvV)<`J )w% BXfP/' 9P #P9HX\-'//%-FRCRsr )}-%//%-}-%//#/ )>'J-) V d^+%!'';' ^-++D%zS'"+#".'&#"!547#"=4;467632>32#"&#"!4'&>?232'#327 5!&#"&47>5!&#"&47> " 'X!1/ĉ /d_hDMm.BmC5#%N >N?w1'^Jwm5mB H)-L+ X-^ !N99bdLy% )>'H,KL>///\, 6RO )dY:!i{9 11 54&#"&#'54?>54'&'&#"32'#&#'54?>5#"=4;54>32673}mZ%3'P'5#AHm'1'R'3%%'X?H-/#5%P'3% /hL{DdF1%-٪V-%//%-}q-%//%- ,dCoz )}-%//%- )Xsj:0%;R9"+%"&5463232>54&#!2&#'54?>5#"=4;54>32#"&'&#"!26;Ln#H)5%!''!7DP'/) /hFwEdS=R3/9z=H+)uy?2)$-!\u?*}/%//)+ )$n28)p6.KTqCoz%G "+&#'54?>54'&'&#"32'#&#'54?>5#"=4;54632>7367654#"'5737#";2&#"'54/.#"}'1'R'7!%'X?H-/!7%P'1' /hdF7-o);bH)t% U'5B=0' -%//#/ ,dEot )}/#//%- )O0R5+%!'';' )6//+D-TP"+&#"&47>5#"=4;57>32#"'&#"!4'&>?232'#327#"7f6lML X. /iM#w1sA;'7'G5 w2'^Jy{9 11 :{% )R h-62-5!):^+#>9u#t, 6RO )dY:!iLiL("+%'"&5432#"'.#"32774.'&767267>&'&47327&#""=4/.#&#".7>w稍?#?  9+dqjuf%-7 hP  %+% S PB {-;S/3%'C  +  ;%uV)1J!)3#BA&*R< $1  2T / 1 !+D+y; 11 <Ld;&"+%'"&5432#"'.#"327&#"&47>54.'&7672767>32&#"&47>54'&#"w稍?#?  9+dqjwd%/,:  ,%-8 iVVu57/Z)%T+%Gs{#uV)1J!)3uWI 1  1 NTBA&*R3`FFHy9 11 :y7m1Jy&5B1"+#"=4;4'&>?2 34'&>?232'#327 5!327#"5y %^w+w1'^JwP'PA)J )- 6R;, 6RO )dY:!idY:=NLK "+%#"&54;&5463 32'#327#"5#"=472654&#"#"'.#"327{ \հs 1'HJ u ^V}JO-!T 9+dsj}f_u )dY: i?vLXb`<+/J!)3¦-94QM;"+>32#"&'&#"&#'54?>54&+"'5432&#"&47>54&'&7672ڏ\R=S11:r;D)%33P'9 Z /R1b\^ b2/V Z8)p6.KTqGo-'//#/l ){9 11 8{V-#"f-d"+>32#"'&#"2&#'54?>54&+"=463247#"'&#"&#'54?>54&+"'54327>7632ZfD5#$N5PD'1DP'3% X VFZ59!'1P'/) Z /P TZ?N1i>///TP-)//%-l PRh%\-+'//)+l )b8''j&08BcigGA"q=xjgdUM=952+'$"+2>4&5463232632.#"'.'&'#"&54654'"3#"&54654'327#"'.6&#"2327#"&#">7#"&#">7#"&#"#"&"#"=4'&#"#"&54732&5&#"#"&547674#"#"&54767654#"&547>7674&54632676'4&5463263243227'>54#"#4"26"5463274"326"7463274'"#"54>32'"5423254'#52"572""32>54.725432>32&54243632632>#"&/ #"47>54&5.##".547&543&546&54726262&5"'.42'&'42'&'4324&4274&54323267&'&'&5432>7.'&7472&542254&423'&54+67#"'#''54732654+"'5737#";2=732   !"  # "5432  '% !(    D3!!%dL!)#-&%RLF<  B6')#)% 3s+#"  7'+/ P %#!- +O#!-P# ! *1%1)H!L+5!0+%`g'!! !3 D+D o !k k   P -@?-lB )6--?D #H     !  ZF\@'# 1- !    ;%' s1  vV/HUZb ''F @^ !F4&546322632&'"#"'.'&'#"&5465&'";#"&54654&+2327#".6&#"32327#"&#">7#"&#">7#"&#"#"&#"#"54654'&##"&54732&'&#"#"&5476754#"#"&54767654+"&5476?654&546367654&54632632243237'>54#"#4+"26"7463274"326"5463274'"#"54>32'"5423254'#52"546""32>54.'624&5432>324&543243422?2672#"&/#"47>54&5.##".547&543&5472&547243262&5"'&54323'&542'&5432;4&4254&5723267&'./&7432>7&'&547254&572374&572'&5"54327f   1.P  $%!!)   D2#!$dM%)  ' PKG @!  B7+)"(' 3s )#" :&+/R  #!- +P"!-M!!+3#2-C !N-J;/)!$%`f'!-!/.  E -F l !k k ! O -?@-mA )5- 'aI  !H !  ZF\@&$   )1- !=  !;  u1   J  g7 /0M  )++) # 3%' + ) 1!P5H%-9Nj-!*$?BJ-'''#)XU': /#3HQ+)"#9mU # ++#'1%fJ /;IF# !)%5  -&32;  !  51 08"* /06!% &1   !  'LjiAVJ=]F`- " 0V 6   @ / :}\=/!     B qG?     ( +=5+ %   -I" "+&#'54?>54&+"'54325>32672&#'54?>55&'&#"V#5%P'5# Z /TdFD-'2/O3%#'X7A'-$''%-u )d0 I-''''-  .dG-Fho"+2#"&'&#"2&#'54?>54&+"=463247#"'&#"&#'54?>54&+"'54327>7632>&#".7>54&'&7672B\R=T317w;D)'1DP'3% X VFZ59!%3P'5# Z /P TZ?Nf;1b \^  b1/V [8)p6.KTqGo-)''%-u PRh%\$-" ''#/u )b8'wRHd{9 11 8{V-#"f-m0^VA"+>32#"'&#"&#'54?>54&+"'5432732654&'.54632.#"#"'&#"&ʋ@J1p5;#!73P'1' Z /R8:5N7hTv{_wb7y1?U:Ro}7TP ӆMFHGo/%''%-u )B;\AF^45fmb3RoZHH?D5pZ}0sPL9@I FA<:)"+%27#"'#"&546?4'&#"#"54632632!4&#"327g#/Rm?i APw93DBj +%RǁP}R|N1wHdy ߖRiHrVo%1C%/9hw)/:35-)\X}3Tsr@ ۓi55c=`^-'h"+672632&#'54?>54&#"&#'54?>55&'&#"&#'54?>54&+"'54325>3B/&2&P'3%FZ\)0/O3%#'X7A'!7%P'3% Z /Thf"H+M-$''%-yT-'''  !+  .dGo/"''%-u )dL1 D,8s lC2- "+3267#"'.#"'6767&! 67"32"&54&'&473272327654&'&473272'&'&qPb#bݠg/5 R^27T!vy~ Ǵ{3L F3d?Zs!1NF37^ M9+A8%Zk^N<*%,)h%_ 3(!Z: +Ty`>1  =yZb3b@1  =wP= % ?F2 zLq'"+%&#"&47>54&+""'6743!327>72767632&#".7>54'&#"&#"&47>54.+"E  OVF+6dj-) 6\bu57/[*% T+%H{#,: 8 3-& 3-T1c-5){; 11 <{dgbw y 0RGFHy9 1 1 :y7m1Jy&0WI 1  1  'DB^!/hi)%>'"+;'"5#"=4726=7!2>322#"&5463232654&#"'P  BbHwA+-w#F U9Lh`g#3dki?p}') F=ߚ9+F)K!H8 "+74&#'"5'>72632&764&#"&#"'54?>!B ?'}RePb%1113%^B 1#RZۍ+!}h-'//''bV"+7672#"&5463232654.'.547>54&#"2&#'5437>5#"=432Vs%#!Ry58M#}"?9RBlCJFolL9pNL+)2-W57& 1o!x+Vqz%?%1_K!+Pd@s{BL9LZBp9-H{L}f=T:PjTo-'//'- )b!,XP=$"+732654&'.54632.#"#"'&#"4%732654&'.54632.#"#"'&#"&7:5N7iTw{^wg5y1?T9R\RT`895Y9dKs{^p{b7s/;R`ZT B;\AF^45fmb3\uoZHH?D5ps:;ZCH^25fm`3hioZ?D3rs7TD8qnT5"+'.#"#"&#&'6!2654.'.54632'.#"#"&#&'6!2654.'.54632)(DjGY0=h>3Gke6hYla: #@'{%.W73Mpn:uU *'DkGY04Gjf5hXla: #@'{$.X63Mqn:u z:RQ)W1X8::X}Na7C/ ݁{:^95=[}M4z:RQ)W1X8::X}Na7C/ ݁{:^95=[}M43HD"+!2>32#"54632632654&#"'!#"'5#"=4;4'&>?2X?))+B'3Pw3+)^ \ y %^wo N Ň3D5 wt C+7p ), 6RP^XU "+ &'"4>3276'4&#"&'463232>7&#"#"54632254'&54632#"'#"& #=bl^N'-+/-cT3=3^swT'dc=##-TsrhB-%+s3F$t 5qow9 J&;/PZ7'%\`fTVP#!#!3i\{P%%%))%fq\ f)/+* "+767&#"&47>/!"&#"&47>%3M2=;%1Nw=JP#+(#RE=KJ@/2 \/ 11 0Rn WL7 11 BDB 3 " "+32654#"32'4#"&47>54&'&4732632!"&d\d87a9 b11b K<˓V>?T\!=,%1 8{{9 1{f;y1L"+"'&54323'.# 32675\"yDzdH Jt!m oz`DT bZB= , "+%32654.#"'2632#"&#"&47>54&'&47=mN{ROT\` J b11b 1,\N@ׁd/1 8{{9 1JE$ "+#;2676&#!"&47>54&'&473!272'.+"326762"'.u+@Xut RRb11bP/%"_Pt%u^+) *93(wis1 8{{9 11 FA1)Jf+7_#!# FX=4 "+74&'&473!272'.+"326762"'.+&#"&47>1b?9!FX%u`)))91u1c LJb1{9 11 fR)IRV!%{9 11 8L/ "+%#"54323'&!"32754&'.7327+?"7%JZfg)^  w`TI  $ B^!m DVn61  1IFG+"+&#"&47>=!&#"&47>54&'&47327!54&'&473271b CN b1'1cDB b11b ?Jb21b CG b1F{9 11 8{{9 11 8{{9 11 8{{9 11 8R-!"+&#"&47>54&'&473272b UNb22bCJ b2F{9 11 8{{9 11 8F!"+4&'&47327'"&54632729eNR b1X'T3;'y; 11 8{J9-)4#J-I."+4&'&47327276'&'&47327&#"54'&#&#"&47>51bEBN'bu 4 yA9~ D//+Xd:R-'X'N>Jb1{7 11 8{( 11 N1 1 1/"3{7 11 8{JF#"+)&47>54&'&47327;2765dj)1bKN b2)#\;1 6{9 11 8{(1#@ "+ "'#&#"&47>76&'&47 %&#"&47>&';T RK5S-& @+J3P') MoB=  qA 11 NT? 1#1 !<6 11 4,3B92"+%&#"&47>5&'"=7>54&'&47327"'.=2b {JHzb1!X#1b {HJzb1-3,{7 11 :{1= 1 {9 11 8{k7-!1L7 "+"32654&#"54321}y!$żۻb Fj .!"+3254#"&#"&47>54&'&4732632#"'9LH31c ]^b11b?)śJ7*{9 11 8{{9 1euLh /'"+"32654&632327#".#"'>7&54321} `C^0\Z>( C'T!$Ƴtżۻ<PN', 8z.ձ)(J @7&"+4&#"326&#"&47>54&'&47326323#"/.+PiV1Za)LBJb11b?!o?-;?>9HB-5%q^P/Ra{; 11 8{{9 1r`/NL+ {/3-d+("+'."#"&#"&'63254&'&54632xVdc5Hh7^# %1ðgvw`mm `gNC;Q/*Le7# F PZ7qw-H,"+%&#"&47>54&+"'67327'.+"o1bKN b2'11`D! uѥ $!E^51%{9 11 8{;-Gujm sI199w3"+4&'&47327#"&54&'.732732>5{1c {HJ{b2ᶿ1b PF b1jB_:"{9 11 8{A{9 11 8{ꤻ>9f>;!B* "+76&'&47327#"&'.'&47327w SoN9Z L>%%(5HjJZRN6 11 ?SbR!1\3 11 +!=M"+>.'&47327"'.#"'.'&4732776'.'&4732776 ;6sOLVHE'( )#0EjRNG  # 05FfNJP !%, 11 GIsfg  FB%eT/ 11 &/.&#"&47>?6'&'&47327#A  sGJVBZ9 ?JNjZX  )%} !?  sEHVDV; Xi sJhwL!7! 11 2G\/ 11 335! 11 .M 11 %:"+6&'.7327&#".7>576'.'&473273-_  jP7Z  AF,1`  PN b/1@Bw=N U /I8 11 FK9i{9 11 8{e(1!R< 11 ADLh*)"+!263237>76!"7476''6747;h ' #-F7!5 CF#'w5h 8N F<9c /  tRb "+!"5463!2+F!%'7)> fd)/= ;5+* "+767&#"&47>/!"&#"&47>%3#"/7632M2=;%1Nw=JP#+(#RE=KJ@/2  +?F \/ 11 0Rn WL7 11 BD(/ fX)/= 71+* "+767&#"&47>/!"&#"&47>%3632#"&547M2=;%1Nw=JP#+(#RE=KJ@/2 ?2'  \/ 11 0Rn WL7 11 BD/' % fR)/= =4+* "+767&#"&47>/!"&#"&47>%3&'&'676M2=;%1Nw=JP#+(#RE=KJ@/2Lw\sbG% \/ 11 0Rn WL7 11 BD{L^s7s f)/M 64+* "+767&#"&47>/!"&#"&47>%32676#".'&"'632M2=;%1Nw=JP#+(#RE=KJ@/2?#)!) " ?/'''/u%)3 \/ 11 0Rn WL7 11 BD+? '-5 & f)/9C @ A<72+* "+767&#"&47>/!"&#"&47>%3462"&%462"&M2=;%1Nw=JP#+(#RE=KJ@/2V9N97R7Z9N99N9 \/ 11 0Rn WL7 11 BD)9:('::')9:(':: fT)/:D @ B=50+* "+767&#"&47>/!"&#"&47>%3"2654&462#"M2=;%1Nw=JP#+(#RE=KJ@/2/46Z55lmjJH \/ 11 0Rn WL7 11 BD=/-@@-1;hfHFh  ]hfb2 "+%267!0'54?>5#"&#'54767654'&=73!7.+"326?6732#"/.+3;4#" VZ5) #/%-" & '{ X"BD 3 +F/;}'!  #  %!'}h+:#/Z%3@ /"+  +b -#3 'VLf6+ "+"'7&'&54323'.# 3267632#"'47726565( Kn\"yDzdH Hp+?R}^HPN)/9 d!m oz`DT `ZuF9BV#!+'GJyESQK$ "+#;2676&#!"&47>54&'&473!272'.+"326762"'.#"/7632u+@Xut RRb11bP/%"_Pt%u^+) *9X  +?F3(wis1 8{{9 11 FA1)Jf+7_#!# )/JRESMG$ "+#;2676&#!"&47>54&'&473!272'.+"326762"'.632#"&547u+@Xut RRb11bP/%"_Pt%u^+) *9 ?2' 3(wis1 8{{9 11 FA1)Jf+7_#!# /' %JPESSJ$ "+#;2676&#!"&47>54&'&473!272'.+"326762"'.&'&'676u+@Xut RRb11bP/%"_Pt%u^+) *9Lw\sbG%3(wis1 8{{9 11 FA1)Jf+7_#!# {L^s7sJEMU TPLH$ "+#;2676&#!"&47>54&'&473!272'.+"326762"'.462"$462"u+@Xut RRb11bP/%"_Pt%u^+) *99N97R#9N99N3(wis1 8{{9 11 FA1)Jf+7_#!# R99R88R99R8=-V!/-'"+&#"&47>54&'&47327#"/76322b UNb22bCJ b2  +?FF{9 11 8{{9 11 8#)/R-R!/)#"+&#"&47>54&'&47327632#"&5472b UNb22bCJ b2- ?2' F{9 11 8{{9 11 8/' %15R!//&"+&#"&47>54&'&47327&'&'6762b UNb22bCJ b29Lw\sbG%F{9 11 8{{9 11 8#{L^s7s!;!)1 0,($"+&#"&47>54&'&47327462"$462"2b UNb22bCJ b29N99N!9N97RF{9 11 8{{9 11 8@R99R88R99R8==4 "+#32654.#"2632#"&#"&47>=#5354&'&47h=mN{ROT\` J b11b P1,\N@ׁd/1 8{P{9 1BWP5"+2676#".'&"'632&#"&47>5&'"=7>54&'&47327"'.#)!) #?/'''/u%)3t2b {JHzb1!X#1b {HJzb1-3,+? '-5 &b{7 11 :{1= 1 {9 11 8{k7-!1L7\ % #"+"32654&#"5432#"/76321}y!$  ,?Fżۻb )/L7R % "+"32654&#"5432632#"&5471}y!$B ?1' żۻb /' %L7J % %"+"32654&#"5432&'&'6761}y!$-Lw[sbH$żۻb {L^s7sL7 5 "+"32654&#"54322676#".'&"'6321}y!$#)!) #?0'''/u%)3żۻb +? '-5 &L7 !+ @ )$"+"32654&#"5432462"&%462"&1}y!$:M:8Q8Z:N99N:żۻb )9:('::')9:('::;7 J;0"+%2654&#"#"326?6;2#"/&'#;27&#!"#"$54323!7.B3!>L?'! # % D@'3)y=+C_ Z3 +F7%+1/#+  +b -?1Z%3@ L7$ "+"&#"''7.54327%326541}R[o_;^V`!׍vQ;QJYzŮvjZb;'@vCr'rTۻ9w\3A?9"+4&'&47327#"&54&'.732732>5#"/7632{1c {HJ{b2ᶿ1b PF b1jB_:"  ,?F{9 11 8{A{9 11 8{ꤻ>9f>;)/9wR3A;5"+4&'&47327#"&54&'.732732>5632#"&547{1c {HJ{b2ᶿ1b PF b1jB_:" ?2' {9 11 8{A{9 11 8{ꤻ>9f>;/' %9wH3AA8"+4&'&47327#"&54&'.732732>5&'&'676{1c {HJ{b2ᶿ1b PF b1jB_:"Lw\sbG%{9 11 8{A{9 11 8{ꤻ>9f>;{L^s7s9w3=G E@;6"+4&'&47327#"&54&'.732732>5462"&%462"&{1c {HJ{b2ᶿ1b PF b1jB_:":M::M:Z:N97R8{9 11 8{A{9 11 8{ꤻ>9f>;)9:('::')9:('::%^ H("+632#"&5476&'.7327&#".7>576'.'&473273f ?2' -_  jP7Z  AF,1`  PN b/1@Bw=N U /Z/' %I8 11 FK9i{9 11 8{e(1!R< 11 ADF.971"+%&#"&47>54&'&47327632#"72654&#" (-3 49b11b39 Y5d1oI]"_wh\fI6;  11 8{{9 11 *R4TQ0h\vmV% N . "+462"&%462"&6&'.7327&#".7>576'.'&4732739N::N9Z:M:8R7`-_  jP7Z  AF,1`  PN b/1@Bw=N U /)9:('::')9:('::vI8 11 FK9i{9 11 8{e(1!R< 11 ADR{!C:)"+4&'.7327'"&5463272&#"&47>54&'&47327;9d  MR b2X'T3;'T2b UNb22bCJ b2y; 11 8{J9-)4#F{9 11 8{{9 11 8d+WT?("+'."#"&#"&'63254&'&54632!'."#"&#"&'63254&'&54632yVdb5Hi7^#!$1ðfwv`xVdc5Hh7^# %1ðgvw`mm `gNC;Q/*Le7# F PZ7qw-mm `gNC;Q/*Le7# F PZ7qw-!9> "+%&#"&47>=46!27#"'&7632654.#"&754&#"`'N BJ b1F>{V F=B`6vR  s1{7 11 8{ os=FjZTgtCV:#L1 D,`l fa@3 "+3267#"'.#"'6767&! 674&'&47327#"&54&'&4732732>5"32qPb#bݠg/5 R^27T!vy~ 1c{HJz  b1ᶿ1c QFb1jB`:"Ǵ9+A8%Zk^N<*%,)h%_ 3(!ZF{9 11 8{A{9 11 8{ꤻ>9f>;J: +TJ3\h b]W@"+4&'&47327! 4&'.732732>5"'>7&543263232$7#"."32654&1c {HJ{ b271b  39 b1/iNB_:# G?'S $ʶT N-zk_j@;/18z-ճ&*9 Mg0D/8//żۻ==4 "+#32654.#"2632#"&#"&47>=#5354&'&47h=mN{ROT\` J b11b P1,\N@ׁd/1 8{P{9 1 fH 6< 87"+267#"&'67&#"&47>/!"&#"&47>%3q{}7`mvM2=;%1Nw=JP#+(#RE=KJ@/2HRgcV \/ 11 0Rn WL7 11 BD 5f;A=<'"+"&5467&47>/!"&#"&47>767&'327 37TjoZ/BP#+(#RE=KJ@%M2=;%1NH%kA5JD!#25\RJ31 0Rn WL7 11 BP \/ 1 R3FJDEHDLh ,"+632#"&547"'&54323'.# 3267D ?2' \"yDzdH Jd/' &{t!m oz`DT bZL? ) "+&'767"'&54323'.# 3267N)HN'H'\"yDzdH JjNPhpt!m oz`DT bZB=? 7 # "+&'76732654.#"'2632#"&#"&47>54&'&47N)HN'H=mN{ROT\` J b11b jNPhp1,\N@ׁd/1 8{{9 1J5W"+"&5467!"&47>54&'&473!272'.+"326762"'.+;2676&'327RTkr[Rb11bP/%"_Pt%u^+) *91u+@Xut *gB5JE!5\RJ31 8{{9 11 FA1)Jf+7_#!# 3(wis P3FJDEJ7 P/"+&'767#;2676&#!"&47>54&'&473!272'.+"326762"'.N)HN'H1u+@Xut RRb11bP/%"_Pt%u^+) *9jNPhq3(wis1 8{{9 11 FA1)Jf+7_#!# LH <"+267#"&'#"54323'&!"32754&'.7327q{}7`m+?"7%JZfg)^  w`TI  $ HRgcVB^!m DVn61  1IJF` 1"+632#"&547!&47>54&'&47327;276 ?1' 5dj)1bKN b2)#\;\/' %1 6{9 11 8{(#F+ "+;276!&47>='754&'&47327%)#\;>5dj)#1bKN b2=a(1 6]=s{9 11 8{UBb G@%"+632'"&547&#"&47>5&'"=7>54&'&47327"'. ?1' 2b {JHzb1!X#1b {HJzb1-3,^/' %{7 11 :{1= 1 {9 11 8{k7-!1B7 D=""+&'767&#"&47>5&'"=7>54&'&47327"'.5N)HN'H2b {JHzb1!X#1b {HJzb1-3,jNPhq{7 11 :{1= 1 {9 11 8{k7-!1BH3"+%&#"&47>5&'"=7>54&'&47327'"&546327267&'.=2b {JHzb1!X#1b {HJzb1X'S3;(6b {7 11 :{1= 1 {9 11 8{J9-)4#x!1L7{)5 @ 2,# "+"&547632"547632"32654&#"5432}#/   )!->}y!$% / ++/żۻb J` N E4"+632#"&5474&#"326&#"&47>54&'&47326323#"/.+ ?2' SPiV1Za)LBJb11b?!o?-;?>9HB-5%q\/' %]^P/Ra{; 11 8{{9 1r`/NL+ {/3-J7 K B1 "+&'7674&#"326&#"&47>54&'&47326323#"/.+N)HN'HPiV1Za)LBJb11b?!o?-;?>9HB-5%qjNPhq^P/Ra{; 11 8{{9 1r`/NL+ {/3-d` 96!"+632#"&547'."#"&#"&'63254&'&54632 ?1' xxVdc5Hh7^# %1ðgvw`\/' %mm `gNC;Q/*Le7# F PZ7qw-dfD9"+"'7.#"&'63254&'&546323'."+632#"'47726545' I;o # %1ðgvw` xVdc5Hh7*?R}^HPN)/9  F PZ7qw-mm `gNC;Q/*Le7pF9BV#!+'Gd5 63"+&'767'."#"&#"&'63254&'&54632ZN)HN'GxVdc5Hh7^# %1ðgvw`jNPhqzmm `gNC;Q/*Le7# F PZ7qw-HfD9"+"'7"&47>54&+"'67327'.+"&'632#"'47726565( RH b2'11`D! uѥ $!E^51%1bx@3?R}^HPN)/9 1 8{;-Gujm sI19{9 1F9BV#!+'GH<$"+%&#"&47>=#"746;54&+"'67327'.+"32+o1bKN b2'11`D! uѥ $!E^51%{9 11 8{$;-Gujm sI19#9wj H ( "+"2654&462#"4&'&47327#"&54&'.732732>5N/35Z55lljJHu1c {HJ{b2ᶿ1b PF b1jB_:")=0-??-19f>;9w{Q 1$ "+"&547632"5476324&'&47327#"&54&'.732732>5#/   *!-1c {HJ{b2ᶿ1b PF b1jB_:"% / ++d{9 11 8{A{9 11 8{ꤻ>9f>;Lhh 87%"+632#"&547!263237>76!"7476''6747 ?1' 0h ' #-F7!5 CF#'w5hd/' & 8N F<9c /  tLh- 65#"+4632#"&!263237>76!"7476''6747F$'76!"7476''6747N)HN&Gh ' #-F7!5 CF#'w5hjNPhpm 8N F<9c /  tJFf4!"+2'>54#"546!&47>54&'&47327;2767Dnc ;F^/}5dj)1bKN b2)#\;fZ;B # X)+N*1 6{9 11 8{(H5 7'"+&'767&#"&47>54&+"'67327'.+"N)HN'H1bKN b2'11`D! uѥ $!E^51%jNPhq{9 11 8{;-Gujm sI19H1>."+2&5>54'&546&#"&47>54&+"'67327'.+"9FxaHR@V91bKN b2'11`D! uѥ $!E^51%T`PVg!>/B%3N{9 11 8{;-Gujm sI19d1+=2,("+'."#"&#"&'63254&'&546322&5>54'&546xVdc5Hh7^# %1ðgvw`9FxaHQ?V9mm `gNC;Q/*Le7# F PZ7qw-`PVg!>/B%3R-- -$"+4632#"&&#"&47>54&'&47327F%';B)%=2b UNb22bCJ b2%=D&#@DF{9 11 8{{9 11 8V?"+"7463!2+#"&5467&546323.#"732+"32>54&d!"!!"۾Z=ƨ/8xXd_q!#Hu )AuL``3+('æhFPZo,R Vy{>'R-RbH/o<%*DQJE "+&#'54767654&'"'57327#&#'54?>/&+";26'&N *.d@R5#3\ +- 3<> =)LV aJ#2 54+'H+ )) i=* ++ !4%X;Z) "+&#"32672&#54?6=#"&54632D=:t # L1 3B;h{o`/b%PJ!'%37so5  "+#"/7632e   ,1  ! "+632#"&547 ,# !   "+&'&'6765gT@PE m2Vr5BP'yOc."+2676#".'&#"'632xa -   !R  %z,  %  G "+!"7463!2 C !-9%"+32'#&#"&47>5#"=4;57>32#"'&#"f/6lUP X. /iM#w1sA;'7'G5 o ){9 11 :{% )R h-62-5!):^+#>9u#%cJ"+#"'&'&"!54&#"&47>5!&#"&47>5#"=4;46763267672#"'.#"32'#  5%)"5H5l  ALwH)b-LFP X- 1b_nHRo NsyE?)93+1 4R=^JNRp{9 11 '@)b2-5!):1-+#Bt )U @ 2 "+462"$462"!#&#"&47>76'&767>322&#"&472>&'!"9R99R;N;;N9{+>1n NX'%${ #B +\u ' q;}R99R99R99R9/^%-  11 6V)! >+ 11  [ FP KG$"+!#&#"&47>77&'4767>32&#"&472>&'!"'"547y kf+>1n 5%/ 11  [ )AwwFT TK$"+!#&#"&47>77&'4767>32&#"&472>&'!"&'&'676y kf+>1n 5%/ 11  [ mZ! =@F7?fFd \M$"+!#&#"&47>77&'4767>32&#"&472>&'!"2676#".'&#"'62y kf+>1n 5%/ 11  [ /+? '-6 'V @ 4 "+462"$462"!#&#"&47>77&'4767>32&#"&472>&'!"9R::R1n 5%/ 11  [ DE" "+!#&#"&47>76'&767>322&#"&472>&'!"{+>1n NX'%${ #B +\u ' q;D/^%-  11 6V)! >+ 11  [ y; C0 "+"3&' #'#";2&#'54;265"#"'7267>7.'&5476j3^\5AJiBZoj@ %n7G5=499}3%P}K)dF9%jo=}V{\j_;%-/Z''+/u)9DR<whh#+L "+%"'.+"'530%+"07'&'#"=307+"7654&+"=37+"#"'VJ+1+{N N7I+Im)R<#%9>!P V)) )--v5*-+%6˪N\+- ,%)'#7}+-C-3 "+674.+"=737+""'.+"=737+"7 !"hP16#9:9P5^ !A@#'')1/0|/,%%- '# +IG"+&;2&#'54;254+"=730%+"27654+"=7307+" .%V3>5R7oo7P5qVJ;L-BP$VmJHN1!B1+''\Z''ZOJ+H/''}wEd#3%7 D>%"+"3265&#"&47>54&'&473263223# '&#7bRb1@rTR s??s G#3{Bm^|92=,D+O,. PѭUN5+{; 11 <{5{;2 %=fHuWC- %NXf/DE"+2#"&5463232764&=/%5>7'#"&#""&5463246/'i )7jͲR !-3 Z54'.5432325 >+71R5B;9VZN3'<U"@# 0*\3HT?+Hk%`{Qr>f@3NVq:f;J:19#VAm1?) 5!"+32'67>32#"&#"'".5467&"'>2  )q];W-+7)* 12U5%76Z#?!+ T{: KRY9RZcfD-%.H|<8RPX%JLJ =<ss: "+654+"'57307"#"' #"'&#"=7307#">32+ÙZ}Lj% %% 'RV[B <)=)'}X+)-))%)##-9ys9 "+674+"'57307""' #"'.#"=7307#"636+[}Ld'A#0/V[B #(-$=)'pK+))-);')%)#\!+? "+2654'#"'57307+""'&#""'.+"=737+"6#9=5uT#)1 .1<'jN-5 3hK5''g/29312f/D'%).P\&#"+#"547.'&'63264'.5432 B37=+h38";QZ:^f>Zh/+]3G#jsJč~7N1+}c 6$VA!1."+32544?&"'>326767327#"&-/')7\!A!+ Vy@fF/ '>)= HC 5=T?D;HZ`=hb/[J =<V}TV\?> ) aqz)2-*#"+%&'&#"'>3264'&'42#"&546732654R1;: Xtz,g~'=R;K.RR9D4nO: 3VL ;<!>BG4vuAm~T1O)|N<)c-sM;"+%4'&'"&54&'&4732723276'4&'&473272#"&54623276 }{3L93d@\q!1N 93!7wtZ5% 8& 7=#){y`>1  =yZb3b@1  =77&'4767>32&#"&472>&'!"y kf+>1n 5%/ 11  [ #5 0$ "+2.546%2.5462.546!/>ZJgI cJ/>ZJgI cJ/>ZJgI cJ:+K7%k!f\o9,K7%k!f\o :+K7%k!f\o#5 *$"+2&'>54'&546!2&'>54'&546!2&'>54'&546 =JbJkJZ==JbJkJZ==JbJjIZ=o\fm%7L+:o\fm%7L+:o\fm%7L+:F/  "+%"54 "3254\\$'/VQ!D-)f+  "+     u1u ^^ut^N+  $(,048<@E'@$CA?=;97531/-+)'%#! "+!!'37!!3#7!!%!!%!!%!!%!!%!!%!!%!!%!!%!!%!!%!!!!5Bqdkk_uuuuuFHVŋ5;7777888777888888777+ '_gq@ҊnjfbA2 "+!!'337637+"'.+5"'.=>732326;#"𑸳.'#"#"'&+3264&"462#"&322;676323./77674>?#;>767>36;'"""#'6=&'&#"+"&#&+'7!!VB# 8/%   9d>+9#- RoB 3gN@ &!+-/L-k!!C1E22"!3r)- 9#7) /: 1%3% 5/+a9+7T R/11T!/ 1 3'))y)D= b {u3 3^D+" !X P??_1H+%9F 51X!!+#11E12V #N3`67 #+%1XNN-#+ 1 %+  . %= 21 L "&@E@DB;)$#!   "+35#5#!5#35#35#5#!35#5#3%#5335#535335335335!!3%!!5555dd555VEd887BB>>>>pJL %0:>X]@\ZSA<;72-( "+332654#"727'"'#"&546324632#"&732654#"#53333333333!!! !!wLJ) T'))3#$>1#+@1) -P=6J;1#-?"# 7<7;8;7>5VV}NEJ-E#+CA)qZ 7X7#1P3PK9Y7/F$+C77{Oc5pJwD% "+"32>764'&"'&532+JJ-+cG54#"&'$721L 4F H-=#C /  / DŅ9+_ -bqD/"+4632!2676&#!46?654&#"#"&yɧBLN!~9D+2dFgNjZ 3!'5qŨNXJ!B^umҘˋ{R3") ))1\D7"+"#"&54>32#"&5463232>5"'>54&'TT+)%%=XZwm< 9&F3#R^>7% lP?'J/APB-TQ>18!#HeFZ^]=D.("+)2+3&#"&47>=!"'6;V`!)#); cu -D=FTF`"0/-  11 )\B{mmD+ "+4&#"327#"'62#"&54632326sIN#qsJ-Nd3;4b5r  !b?!1G  ZD +% "+2654.#"'>32#".547>7Vs3mL}@06Ͷ0Ze9kxX54&/"654&#"&5467>7'&74632;qbbbiyjh^mBo'+V'-ưD@!<ˣ+)dR9>TCyQk)T'R7H^j֍봤D7N!jZD )# "+67%"32#"&5432&5> Xq3lLD/7Ͷ9kyX'vR?s-T  wOP1 &;h|i{; 11 @d^""+%26?&#!"'7>54&#"&'>32ZV7%'-Fuэ)^NH;3q'Q< /מXPV V}yd^R< "+""&54>32#"&5463232>5!"'>54&%MPP!%'RhO@_ysf81'  !KX:?# b;L;j-O]=PAaV9P:.5?aAV]\Dq+%"+)2+&#"&47676=!"'6;!bis1'y'TGo nr? AP!-D 11 0V\mB+ "+%4&#"327"'632#"&54632326jEwfy!}ZF)Tu^/72 ^#1N  !ޛ^<-B  bf$  "+32654.#"'672#".576%qPj1gGb5aañĶD{LuRN򲨠-\b@,)eѓQ'Gyu "+"'7433!27'm'8?"'5)RL!5RN H=R^Z $0 +%!"+"654&#"&54767'&'46322654/Xd7X@Y^պwG^4^`sXcI9e9'yzNiX/X`ݥi>2!qyil:LD}{PT$  "+%654&#"32#"&5432&56qPj2fHa6aaòķDzLRN򱨟-]b?,)dєR'G) }"+!%!!1!9#^Z) }  "+!"!4&'2!463!V}{X}ǰ}#}V1V}Z}'}) }"+2654&#!"3!"&5463!2X{{X!V}}V!}}}}XV}}VX}X}}}}RbD "+!"5463!2+F!%'7)>RD$-4:@D@DA>;850.(%" "+747!22#"'".7 $7>7! "&!6RTL F8m\ -Κ w !>TJm /> *ql7; %RGyNj7Z%du2:p^IJJJ"+.'&'367>36&'&'&6777&'.'&6'&'.7&'&>76632>5'7'&'7'7&'&/'&'67&'#".67''&''6'&'*.'6?'&&&'&'7>767>767>767&.6&6.&'67.'.'&&6.6&6$76&'667>'&67676aF * " %,# 4 (* = ),/B  B $C ) 66#4I #(D)U D: #0 , QU$1($p9<n  <2! i6#"7?+|[mZ -5]q sTL"  R&I `05..']kv26CP3847135JU Jb8Bk3*GkM3CB|*,1.5Ire*V!#WyE -60B:F 3E 'n,R -&mb!('l% H&* 1Fn4r o-# !6 b   @!&B 0  )"   7::0<,:( RH ($  =* R7%R 4- (%;'6A6o-&$U)    =  * &H{' ETkf^PDB(),/2& q6mA6ly@&a,.*9A "\q  =1>S ) *.Tu  ! LƎpZlHF%9OA^E"+&77&7>76>&&&'&6'&676&767676$&&&&6667&'>7&''.'&'.'&'.'&'"#&'67'&'6?'&&?'6467'>7&"''7'&?'&7'&'.'7/&7.'&736&67>'&'&6/&765&'7667&&'767>7>'&.7>76767&'63& kK4mF1 *&H %l'(  )bm&- &/,n'F3 G9C15- EyW#!V*frI5.1,)}BC2MjH*3kB8bJ UJ5417583PD׀63uk]'1%C0` I&R  "LTs q]4. [m[|,?6"#6i !2<  n;9p$(1$UQ , 0# ;D U)D($ I4#75  ( D% C B/,) >  *> 4 !",$   O:%FHlZpM   uT.* * S>1> q\" B8+.,a&Azl6Al6r '2/,)(BDP]gjSD!'{H% *  <    )T$%-o6A 6&;%( ,4 R$7R *=  $( HQ '9,</;:,  ")  1 B&!@ b 6! 8T y;DH\xKA$ yh]\RGE><"+6#"&'#"&'#"'#"&'#"&'#"&547#"'&'&5467&767&'467&'&'&#"6667>3?''/'''#////7'7/4'&/'''57''77'/77'7'?676'&##3'&'&'476?67676671#'&75766767576547&#&+'5071;674'0#04#"'&764?5674767>76743"#".676376767''7'?#7'7'7'7?7'>54&/7?7'7777674&546'56'&5.'&'#&'?764#'?67&'&'&'&/5&'&'&"'&67674&'&/5&'#'&'&676763&'&#/547>76'&+&".7>7676'&'&'##"&'&7676745&'#"&767676/&'&#&671622366366366./7'7/7'7'7'7'7/7'77776'./7/'7'7'7''7/777?776&/7'7'????7777?7?'#"'&#">76?>'&6./7'7'?'5?3???3???777>???7?77'.72632#/'"."&'&'''5/&'&2672732763&'&7671676326567667676274=146326717>712676#"#'77667./&'&""'&'&7##"'&'&5#"'&''&''#"'&##9'&'.'&'5&'&'#&67672&632622326632632627&?'77?27676'.'&76327>7574'&'2.%"676'&7"1>7'"67674'"67&'&"367&'./5/&'%"67#"'326'&'>'7>'&'7>&'7>"&'26 S(&+ E3C @ !'$0 :834';M..- ' ?2 bKo+ ;. 7  ! ,      *                    *  (   #*Q ,G=% 'ZL2!ff$%"    (3 = &%                   "        &,-     ;((     ,         ,     9 ! )>9o G  2, 7               &!5I>6#1)/*0 &! ( #4 1 #O1$- # 9)"*= A    $  F47"   !          0   5  ,   1    &    !$ , .  /('/)8 : +"  q  &@M!0 4?"  $  1 X  V   ;  %<    n %-!70 2.)I"1G"- ..', /3M!+ +/2 (,&#  3$3+  0"=*$,9\#Kh)@H <                $ '4.+!$ ' #               % "%  Z`EP:B".P"-u*)= !                  %+         +("     * 3 ,)9+#;?0 0))  % &!  ++)#+   #% @ 7? 5h2  (  "!0#& (('(' $#*F3#  + ')- +&)'  )'+  '         !   #?!0  lG352 )          >    :      Y5-)3# '!7!" t ' bR "/KC#2  X #      ! I 2C *BK 4-&$*1&/t2 '"10 0:";X.(* /(&! "+4&#'"/672632#"''653274&#"h+{:PG\ocZ7!eE+J1>f=(% 5Vw3ms1 ' KPH=jy7J"+2"'.#"32>7#"&546B\h35 )%7^!/L%=!'Vy}JR7;/#vsX3N!ywy1h 1, "+5&#"326#"&5463254&#'"5'672"'&54D?7R}!`d)^m}qT9+{9!5m6  Pwl^?/9j5^=(% 5VF;$ I72( "+#"=4;4632#"'&#"32#2&#'54?>V?X?0)%3Z y5+ o0 y7##'7%5 ""Ph2CO JE63-"+"'&#"#"'3272632#"&47&747&746326323274'&#""#"4#"32>! 9VF+I%> y95ʉTyfBEFVF.1B%)o+:7H# #u31u#?BVb+?5/8`b?ALP-BJTf7)!)@fd%!r:G9h;8 "+632&#54?>=4#"2&#54?>54&#'"5'672\R N1 f1L R5}#+{:h $$ \ $$ !=(% 57o9'# "+2"&4&"&7>=4&4.#&76721##1#s-<=>B+% }99"2""29!; 77L- )"+2"&5464&#'"/672#"&54723265=#5#!+{:)-=-P+'+#<"##{='% 77Յq-3'3<tuJ0 "+4&#'"5'6726?>&'&'5737&#'54/&#"&#"&7>s+{:J33  =. X3N'CL1N\% 7=J^>B+L=(% 5V44  )) 7T 7- *-o=- "+4&'&#&7672&#"&47>q+ jF5-VZ+5JF  5R/L !$JP"+7&#"&7>=4&'&76727632>32&#"&7>=4#"&"&7>=4&"5=B^=B*!5q5   N`n ^0#?=T?>3s/G1=>3-b?;;$ Iqi&C=?ËT;?L?#J:"+%&#"&7>=4&'&76727>32&#"&7>=4&#"5=B^=B* 6q5   %p:HG#?=T?>3-1!Z?;;$ I554&'&76727>32#"&'532654#"-;=>B+!5m6  f+Zea!Zt-Lh'q 9!;;$ I '=tiwh\oV);ZJ) "+&#"32672&#54?6=#"&54632D=:t % L1 3B;h{o`/m%PJ!&$37so5+J. "+%"&"&7>=4&'&76727632#".'&\#--;==B+!5m7  ;]%&$   @9!;;$ Iq--  9J*#"+372654'.4632."#"&#"&9-*+9)9wTIrNo70NR5%533DNT+!`%L)%&'N1#BX#P<+'%%-7%9LG"+327#"5#"574326=732#+J! FlfR7+N s#H}w1FL%w?3("+74&'&4727232754&'.7272"'&'4#"7q/^B f7J/^A  6m7   \3F*#h+ʼnVF*#h+;$ 4!; w?+"+&47327#"'.'&47327?6&^9) "%^)^/W`#"!'!{J#"+1,)1+?H"+&47327#"' #"'.'&47327?'&'&'&47327?6&^9) ky "%^)^/WI^)^/ L`#"!'! !{J#"+1,)-L #"+1,)1+)?B"+%6&'&47327#"&54632727654'.'&4732772^9$ #P=?)  ;    ^)^/u 1+#"#4PX$/; #"-/-N#""+326?2326?2!"547#"'6?0ݘ7/ m +N = 'R!3#^N fo;9 !  "+3264&#"4632#"&%3##5#5353utwwuɋƎu??馦ȌƮ??9   "+3264&#"4632#"&%!5!utwwuɋƎ%^馦Ȍo?Tq ? - "+%27&#""32&''6='"&543254'767632#"'T9=Fb R;5P!C9"L{ӕZ@"8D!Lzɞ^;=[MLdVNmNn)TN)q̾RFm+NR+o\;/d q<4 "+!63 '>5#"2&#'54?>5#5354'767ϓDEdi/R' )3+U)3*#7D!H3g) D%fq{y-+// +-Hm+NR+oωZ "+#"'%6D 9@ == "+#"547X'9)Aw1#  "+&'&'676Zy T`{T{%#mZ! =@F7?1 "+&'767\J!{^uffg1\g)5HR+)NuZB "+#"&'332673ks9 }TP Bh}k9DC:+1 "+#"&54?632#"54?632 y!)+ p'3 1  -+1 "+4632#"/&%4632'"/&++)z  3)p 1 %!-  ZB "+>32#.#"js: }TP Zh}k9DD9{{s "+2654&54632"&5432JbB"!LٓL!"+%DLMMLD%VF"+"&5463232654'&54632͏-#!%:-+;+%)R`bP'# #53#  %%;q "+462"$462"w9R99RD;N;;NN<7>7632!"%476"/&#". .5476762+"  #"&'&#"323327674'&'&547632#"67  Ds33# * /"V //--SO} +0%)=rN -T?B?  g) ' 5ONp?#<$5F%%0 +/,<    Q{@efP%%7 !{))'( C  5#1 cd=y)oro , s+ '  8# @ /-9.3MU /)/ TJ*.59ADP^@YQJEDB@<760/,+*) "+6#5'#5; &'7%'>4&'7%337%3"&462! "&762#!276'.%O,>m7/Ǿ1}>!+! a?}<\5L=BAy -A--AP')N('-B !!!!!!!#1}w56ٮ!3'l }P'/%' B--B-yF"!!#E+79:9:9:7   $BJMYg@aZSNMKIE,% "+"&462>?7/'&/' &'77""&/'"&462! "&762#!276'&",=))=g {89;RJ-''L=BFMC+e/ 5/s5  -)j 1/F//F9P')N('-B !!!!!!!w>++>)mJ##!3-%L>*R)_)kRp 9  +B11B1yF#!!#F+89999998F/ ) H]`n@vqga`^MI7 "+467.%'"!7&'&73632#"&'#&&.'"&463267>72"2654&'"'47&! "'&762#3264&#"'&''jb'6-rdPf V/ ,"TwwTJn! +)P-7DvyyT   %! B\\\2*  . )5R3)u U7B\]AKA4(=GL6];+@)''b xw\F 1/Z/+e>Twwv21'0 \\\B0M'H !#%#E###%#3B\^ *.F )5 @ 3-# "+'6'7''$'6777'&67''$ $$ ?AX,Rg P>ZVLBXY*[6|{ M~ʴ6m51,P-S14<3/H36&#"%2&#"#536'3#;#.=#535?>#"'&'5676&'&73"'&/3676#5&#"#3676#5&#"#%";275'2#5+"&46;54+"#'463"73275'2#5+"&46;54+"#'463%36;2+"&'#'36;2#5&#"#3#3#"!!327 &%!2#!"&546#3#3#275&#" N!1!) !'%T &282B#  --%   ' -/ 3%  7  %/ ''$"/- ')$"-) )-7F+#) )-8F+#- %!+ -- )!--d++)) %; ;$H'OM''GGerrR'+1n)J) {))3%!"+326767"&4636%##4672#"&'72654'&'6&#" 654&'67;326&#".'735!7>73  !F9 ! #AO͏g9FS=Z^?>K5XZ' `flx@{uojgcaK""+.4>./357365'3'>/"'.'>4.'.'#25#532654&#"3264&#"    = $4`D5%%''<){ V/HG  ! #3C%   /9!PP<)';7+/6@/-A?/1>+1%G) DE=9)85  ۖ!-H'- A1' 2D51'5s;es##Ff);31+:8'/??_?>31V) bhn|#@ ޷xrlifcR0 "+!54&"24&"264.'536576/3'6/"'.'>.'.'#=#=! ! 26767"&4632%##&72#"&'3254'&'6#&#"2654&'67;3264&#"&'735#!7673! 0367=#1##1'9')5)Z  : %Ko/%Z   ' (1w/FEP' `a^^Dd)f;>D``D7X7'z6/) 7 V{{}H9 '-sIV{{V),1] +8gg ))1%%1#&'''!  h  wn wvZ% P+1! !->,DJѦ K)*JNw =J/dD``a;w XJ_`D5%3V +{{{V?i%  H`}{ !a(+)/|! Z!# _ekv#@ ٱrnifc`N( "+3#4&"24&"2&'&'5357365'3'6/"'.'><.'.'#=#=% ! 2767"&4632%#7#472#"&'3254'&'6%#"&#"2654&'>7733264&#".'735#!76;!%7=V--%-!!-%5%%5G+!}'#Fj+()   !%   /q-H 3! PRsPP9V#V33r;NP9/L p/!/' 1 Jfgk>/3' d>JffJ#)N %/r1X u-""-!r6##6&1^,#& @/ p  y}T! + -  39A#; s31Ee7='W;QPwP3dqrI@NwP:-+H%iiiJ5Z=Ski L## #)iB # "0:M`hp#@ ɲokgcWNC;61,% "+32=4&#"%#3#3#5'?#'#'4632#"&5'33#57#!"3%26554'&'2#"'&547634&"24&"24./3657365'3'6/'.'>.'.'#03472=#>=  >77675p,kYZj"_""_#*"11.bba] C  +$N))!.!!.  l >\ $$  "   (c sjj U"U 5#;=!ܖ"#j'(!  = ##,D))E.!!. i   v2+  czksnK p$   _ ;2ǣljs %# "0CKchmt|#&,049>BALB@<:75420.+(&$"!~xutolieda\JF:1,% %"+32=4&#"%#3#3#5'?#'#'4632#"&52#"'&547634&"2#"'33#57#%265 3#?&'&# =457 &'3'&'5&'5&54327!"%#>77&'77&/37&'.'#037>776757'&'&''&'657365'3'6/'&'7&'3#5?575'756=p,kYZj"_""_#*"11.]+$U!.!!.RNI_bba ,*Kh u , O $ g `F .* JD C$h.&"    "#2   ̆ >F\K>*  p' *()()) (U"U 5#;=!ܖ"#j'(+#,D.!!. _! Ib!hua    h. O hG "` ( 'DCV%;"v2+. I  _ s T#3  ? <zksnK U\0L>X q -)b%)%q*)*X()  :+)*9=/ck{#GZdpsA8xqke\[QHD5|tljf;0" "+32767"&4632#77'&72#"&'2674'&'6"&#"2654&'>7;3264&#"&'?'#6763   %2#"&5463!"3%274&!2#5+"&6;54+"#'463";275%2#5+"&6;54+"#'463";275%2#5+"&6;54+"#'463";275&'54>2#742#2+532=4+536'&%?>#"'&'=676&#";2#&'73#;#.=#53553#3#%2&#536%3632#5&#72&#"#53632&#"#536%3#5+"&=46;2326=4&+".  XXXX@'`'`p<?YX@3T s) !b$PssrA5 %'/kEPssP"%-V Du^'86"+':8+45!) d %.     -%-    Z %-    -'3 T(k   !*! #  #z\NNh --    88o+-A+^?XXXT;VBXX?1=K SxsssP;aDWrs N+%% %5 uu9,0#84%)7-3'Q!Ff))P N!f))  N Pf))P  7   J 3+   'NR'3M X 1;hTX V V 5   D M#  -Yi}:B\$39>CGMScqy|A\|zxtqi\VSPJHGEA?<:740&$"l]GC=;#~pjd\5-"+?#"'#54'#5'7'+"''7&6;7&+"'7#5'?'753&5432;26=4&+"73#5+"&=46;2'2&#536#2&#536%2&#536'3#;#.=#5352?>#"'&'&7676&'&;'&'746#2+532=4+536'&7&'546#.#'";275'2#5+"&6;54+"#'463:";275'2#5+"&6;54+"#'463"#"&#"7.54632>77&'677'?>32#"'&54763'"3!2654&#57537&'?&'6767#73&'7#?&'3277#73'7&'6?&'7677674&57'&'#2367&'&'7#5#74'#7#7'7''7'?27&727&'32654'#"%32?654/67&'679  $ ,  XQ%j  YHZJ\y˸    *   H @ K  e     t)) ( $+?A   %    $7 :  >X;.+9D1 ! : @8'i! ;+$9BMA@ ?  2+ E##8 { U#`  C!#;Q*  E* "" S  / A-!E .<\ t-N>XA7D1A6%" | ?  %,  QXP@%% i YIZ'J\y  M  4   Ch Ch Ch =@e    }  : &p +    < P  == O  ZY%X>2NA,1Dh b>B ;.r!/ #,D::BN>+,i  4,3  ## ef# #:?P^  E)""g  GA/$!DN-"A1D`&6"{  d  u(<AEU@}VPFDB?>/*  "+!'7"3!26544#!"&5463&#"2654'#"747%'34737"+3264&#!7&'53#632#"&'#"&'&'"&46327>75!'7'7\e^`m+6:'y'99'D^_``+ ;'f)yL=8Y7D``7+ q\1+)V{{VJs-'P9H}{{V 7 */Pfd^`lX;VtqP`"d"# 1?-d-??--?u```Cd0 Zw1X%5D`^!)/) +)`! z|`H ^ %h@Vzz{+X7m@lffj+6:'y'99'D^_``+ ;'f)yL=8Y7D``7+ q\1+)V{{VJs-'P9H}{{V 7 */PfJgJLoOnNJfG'"d"# 1?-d-??--?u```Cd0 Zw1X%5D`^!)/) +)`! z|`H ^ %h@Vzz{+u/AQauz~!@¶}{xwhcXRHB60$ "+5353'34&#"#327#"54253362&#"#5#5354;#"3#"3!26544#!"&5463&#"2654'#"747%'34737"+3264&#!7&'53#632#"&'#"&'&'"&46327>7)))X1.^X%/)!  9/+$$+6:'y'99'D^_``+ ;'f)yL=8Y7D``7+ q\1+)V{{VJs-'P9H}{{V 7 */Pf ++{:3!im3%{% } 9' "d"# 1?-d-??--?#```Cd0 Zw1X%5D`^!)/) +)`! z}`H ^ %h@Vzzz+V%  "+  !553)'#TZ @ VUJ( "+5;#3#3+=73753#5'/#5!0;!!!3!!!!3!!5#!!!#!5!!5!5!%NNNNNN%%73%%+/%mP1P/P/{L/mm{/""N.*u$'xL11`01;2w2a/12/B={/wP` #/ &$"+"&'&"''7&32732>764'ED)G'=zV:BJ_P0@; N|s6i)83#2vu"#RV"#d:v ɪCԌ #P<&Zv7"+47.Z 6dD63 eY:=+KD+x"+&'>567 6dD6 eY;Y=0KD"+!  J[G##G\J  y*$ 0/,,.1 %A"+!&47>54.'&47N J\G""H\J % 00+4,/0 %f%"+3"&76'&7>5&63mkrqlcG   i_   &.:ng(zgj|+ oLD /Zd%"+7&675.76&#&472#&47>krqldG  i_  &.:u$ng(ygj{Գ oL 0Y= "+"&54>7>762"&462RVB 1)?Z@@ZJL;qA`_) F?RLZ@@Z?^?'/.* "+%4&4632#"&54>7676=47226"&4621!3i\%R53V"!=4mp=@Z??Z% B')/dUP9bT-%?(7^Z^ǃ9gGf@Z@@Z?bh  "+&'567&'567?y*ѩ) y)Ѫ)#"ԉ#"bh  "+&'67&'6'&'67&'6wy)Ѫ)y)Ѫ)##Ӊ##bDh  "+&'567?y (˯' #ݚ"#bh  "+&'67&'6'y '˰' #ݙ#RDb "+!"5463!2+F!%D&7(>7#"+4&'&7672#"&54632325/V VLMT%K/ )F(V-#"gP?F/)3V . "+%2654&'"546?&74632372#"&#"!ddwZ3/T 79)77yfӾ3N`GŁN3oo"+2 53m%7M`@ 2 N    b  ` M=M= M =K >@<   b  ` U M= M =K >Y@^]WUQOMKHFA?<:$###GC+%&#"&47>5!&#"&47>5#"=4;7632>32#"&'&#"32'##".'&#"!546lALw H)h-LFP X- /dDTo1Bo)%'O+B1% +X3H{9 11 EDCA><97$##C%6 +%&".7>54&#!&#"&47>5#"=4;57672#"&'&'"!2721b Z/!/1g aL X. /ehu5#3=dmA{9 11 :{PB{9 11 :{% ){^!3GFCA##G#%)F +%&#"&47>547&'.#"32'#&#"&47>5#"=4;546326723\\P{P)%_1=B)/1]OL X. /i딍F77y; 11 <{% ,/5#Nn` )y9 11 :{% )=0"R%w@ Le@B  b  `  U M ==M =L >Y@vurndcb`[YWUPNJHDB#GG&#!+#"&'&#"!5&4&#!&#"&47>5!&#"&47>5#"=4;467632>32#"'&#"!272&#"&47>  %%#\)<5U'+XHLwH)f-LJD X- /h[h?kq/^wQ5!^;D(A4\ LH P))'h#R9HRjB'{9 11 'H/=]8dk!/qGoty=-y; 11 <%jx@ pj!@7bUM= M = L  >Y@utnlhfb`][XWTPIHG#%*I# +#"'.#"!56&#"&47>576'&'.#"32'#&#"&47>5!&#"&47>5#"=4;47>32>32>72 ;X:3X3\ / P)%e3/k1+X#H)f-L+ X- /d6)amR=-%;-DXX9Rry; 11 <{ ,/5\N\ol ){9 11 @A  b M=M = M =K = M  >Y@FDA?;97532##"##8C+%&#"&47>5454.+"'54327>3 32'#327#"7#"=4732654#"Z3a 49`3 Z /Nމ31'HIu{ ^)F{; 11 <{  )b )dY:!i?TbPat@q-  L J <  bM= M=M=M = M = M >_]SQNMIGEC86$"###""+463 32'#327"5#"=472654&#""'.#"#"'&#"4'6232654&'.546;.Bհu /'HI%w ^V}R . /@/7Y]pDjg1dV , !^bBlT}{fu :-wu )dX9"m?vLXcml =R# GsRTur-F^Hl<7P=_[Qe1-)# R<EE?>EHEHGFA@>D?D*L+J +%&!"&47>7677&#"&472>&'!"7!#3 1 5)- & %/ 11  [y" $-$.9> @-Z  Z U  UN >Y@%%><;:7520%.%-)' $# +2$3 #"$#"&47>54&'&472654&#3 54&#"'#6//k#qR1oӑf!B s??s PיǍ#hXL8=E)P))HsC1 <{5{;2 !_덁-':qK(PX@&ZXM  =N >@$ZX UN >Y@ 86/-#" ' & +%4'# 2$3 #"$#"&47>54&'&473264.#"!G`hu{ s??s ` TZAmJ=Vmmqٴ;1 <{5{;2 %%jQ-7 1BN@8  @7 ZZ    U UM= L >Y@ LKED?<543/,+&%" BB +26762"'.+3!26&#"#&47>54&'&47)272'.+"5#3&5}:1  1RTJI%#3b{s@@s5/!#'Vj#'91[ {6% 70%X 1 <{5{;2 F{d3'fX! o1 H@0/ >; B @7Z Z  U  U M =L >Y@ DC=<9752,+*&#" HH +5#03&5#&#"&47>54&'&473!272.+"326762"'.?sBs@@s]6*@'VjJ}: 11 RX!d{; 11 <{5{;2 v {dFR1[ {6% 70%BhD2?@<2-, <b`M =N>%%*H'+%3274&'&47327! 4$323.#"QhH`=;{ 1-!w>-F/˜thl}c19! 5  6 +3zN]z ]-&nK(PX@K =K >K1PX@UK >@ZUK >YY@ 33+%%"&47>54&'&473%'# 3?@s s??s ʹJs@={; 11 <{5{;2  1 ;{mu'-)1f,@'Z`UIMAY@ C%$'+!"&5463232>54&'&47327$&##N1/d-lA -)E@FͲ}b<ģ /hs7)X=19#%5˪{;2  1 =9oVdof-VZK1PX" <" K1PX@#  b  U M  >@(   Z  ` U M  >YY@ZYXWVUPKC+CC +%&#"&47>54&'&4732767>.#&47327"&#""54'&'#3?@sB s??s ;s@WEX A &  5;`)L*/  7S ):j={; 11 <{5{;2  1 ;{Ih$2  1  3+R! 1 \2Jdm-'.K1PX#<#K1PX@ZUK >@$ZZUK >YY@.-)( '% +!&47>54&'&47327;2676&## 3-d s??s ;s@4-jm%#!"7i1 <{5{;2  1 ;{/7m!-GKK(PX@3b`  ` K =  K >K-PX@1b`  ` U  K >@5b`  ` U  K  =>YY@HHHKHKJIBA>:76"G"+%#'"'#&#"&47>76&'&47327%&#"&47>&3b53 XN1^ {ݺ{T< R (m >   d/=(((Y(#( YvwX'`T / 1 PbLq.2  1 6W101 11 -0*VLTD '@$ <M =M>$)$"+! ! 2#"TdRS{gZh'/Nje> 5NAu9/8B?@(IU M = K >Y@10=<:9530818!3(CB +"#"'&#".767674.+.73632"3265#264`/^jL?sͶB  /F   ͑-wAmͪb B7 h {; 1 2 A"*?!2 '=fg+ OLq7D 6v@1" @%bbM =M>Y@64/.-+!  +6'4'.'.54632.'#"&#&'6!2S=T=_ u 4!j >? a: #@'CqV=p7U '<4{ h(7/ `D<q@ /&3"@" U M =K >Y@:75495C$ +#67&#"&47>54&+""'6763!26567.+"F=F?F͞F>7TA+# !5#35R5>m{; 11 <{f3FC{   u{CH7 ->LXJ@ZUM>Y@ C-N&+2>54.'&47327'".54&'&473 7#.1/jdN- 55F!J3!Gy͍{d:;c'{AB5LfT*~e/Vo-f@\xRBC% 2  1 LT-wf@Bn{Ly=2  1 ;j]-a]B1-29T87@bS>Y@ 333939K>C+&47327"&.'.'&4732736&!7b .@-Y Y!-v/5T g&%F D'*k1Z2  1 8*+ L !"x; 0  1 =[5TTJ'-Waƶ]\ K1PX@-b  `  `  U>@2  b  `  `  I   S>YY@XXXaXaWVPOLHEDC&#$K+64.'.7327"'&#"#".'.'&473 73654/.'&4732737&/H' =X  Vl'/ 5<`X3J# ?8> ZJ )9 -'=#;9==2  1 C5/293# ZN$2  1  2a''_/G2  1 - pPN-fj@#UPO;54K(PX@<  Z  `  `K = L  = K  >@:  Z  `  ` U L  = K  >YY@gggjgjihYXTQGFC#D%2B+573 73#27>&/&'57327#2&!"'54?>&'&"'"'547>7654'&'&3/P B!7='#+ID !jdu? )+  #:& 1{)P&DBVa X9''#$' ))E %1+ )) '== )) '#J;#}uT-V\K&PX[X< K(PX@( K =  L = K >@!  I   S K >YY@WWW\W\ZYLKGC@>333 +%%"&47>5<.'.'&#&473%""67>.#&47327 qE  F 6<<  {N#    +Rim= 0! b{; / 1 <{ [* 0  1  9  21  '8>b!{L%q_<X1^ '2-X`1^ tM5;uXmbZb+\f{XRuPjZ9oZh^fff{fz^(y+LtzL`u9!LSL7I 7GTKB$"JlL PLz-BM+5-%Q-V-T&H-b3?-  !dL775M!;ffFt?XRRF-y"Ff{t\tN^uStPXGGGJz^+Ltttt```` LLLLLfLI I I V7 S%JJJJJJ~PlLLLLL+#+5++FV-TTTTTf{N?-?-?-?-JJJ+LlL+LlL+LlL+LlL9P PtLtLtLtLtLzLBzLBzLBzLBMM`+`+`+`+5`+5V5u-&)9%9%9Q%9%9  V-V-V-V39-LTLTLTV9F---7b7b7b7b33'I ?-I ?-I ?-I ?-I ?-I ?- TdLTdLTdLS1 "  %+H+LL9VZFz7&V"N1LQ)`!?-h-LLT$JJ; &#ZL&p33 ?-S1= TdLV^/Zjn-nT)(zK3M "SP$+%$-J`+LTI ?-V?-V?-V?-V?-+JJ~PzLzLBLTLTVSR- O$PzLB3#QV-J~PLNJJtLtL`+`+ LTLT--I ?-I ?-7b3FM+Fn`TRFJtLLTLTLTLT3;-/-FJ+Ll9bdLv7I Ct;-XJH%H7vHdLPQPjF`1-Z+NNF|QJJ+F/ |Q('('Z1?/)K %1 %QAB//+~=Tn;FB+59!'))bnnVj)?-=3)dLnBSRzXn9nNn3JV==F=vM-z/Jn9nNjL PP)33-5%%-d#Dtt+ 5-)!oX;fBX7d^lwlw$$$$hb Rf1Z1J&\JJBFPP1R1F+SV oPdpI9t%5~5~5~5~5~5ff~ hA)-);===)======h)D)F!\sBJ\\dwHH33` ?\m? ?{b#Bf9''y="\ybh\#mhhhyj1/P/XfA\~?=tTL`C!/\LVS&$1GnZ` F-Z99?3F"d !L-ZN99P? =?-R'hPT13oBL73P ;CF?3T3CFD`1j ;j HJ1LT!GH oKdKdjH1FPL^L^LCyPBPBttF7``  b EFtvZ !LVS+LdLGd35bx^= JF=S=M5L|X===7p==T=&lL5AP!=OFF7==`=LLlHS=Pb+5+-l=tE===mbFE^9C 7^ j |7Vo?R~-FLLbKbKmbFmbF!I-S&S=S+=-vZ`XBtF#1#|B=K=hFtH+LlL~7(F; D C#XBtE5tS5`!#;F#|Bv=; DJJ~PtL&V+&V+vZ|XVSR==LTLTLT^`3O5#9b=^L1 RRH )SJ=)+DDG7ONH9(7B97`(LAD!XD?9D-X5D)t/\7C7ffBt?t@R\` 17#ss6#t/A7t/t/Z  ^~b0\7+ ~b0A771-J+LlL P P P P PtLtLtLtLtLz-zLBMMMMM`+` +9%999 !Q-!Q-!Q-V-V-V-V-LTLTLTLTS&S&----7b7b7b7b7b3333I ?-I ?-I ?-I ?-I ?-7 7      G!G!TdLTdLTdLM XS1S S1LJJJ JJJJJJJJtLtLtLtLt8tLtLtL`+5`+5LTLTLTL8LTLTLTLTLTLTLTLTI ?-I ?- ?- ?- ?- ?- ?-=#E9^\VFFFFFFFF-Z-Z-Z-Z-Z-Z`+t9999999999999999????????h/CA=TTTTTT&733333333vCFCFCFCFCFCFCFCF VS/FF-Z-Z9999?^?TT33CFCFFFFFFFFFl=9+GX9999999999999999 7 $ A &  $CFCFCFCFCFCFCFCF\n{FFFFFFF9rBtB^j9999999999bOHHR??????n#`(;9f33333o3o33ffmCFCFCFCFCF"(ZPX;$ S5RRDbjH`H9{ $$$$bZZeuduuuIu u q^q^bJZ!|^f^yWt?7tWtbt\tXt`tRt9tHtPJ5#t?tt\tNtWtbtNtXtTtDt9tHtPJ5t?Ft/t!tBtI#p93+%p#- =~-FF+LnZ q qjZ1OTOTXf?#L/?#-\xNZZ==)+DIHxGoG\G}G^GLGDGG`G}GRGZGZw\?";??` f? !!!=F~)!/)7Q77 =  7!))%lL PQ-qZ!q/^% yP ydddddee y y =dy}y}yyy yJyhJb yhdqie`J3H3="5 ; ;; ZL;?V1f{f{f{7#7#mND\LGLSS=S=SP %)AR77s7s7{7o7o7{7{7777EE/7777-L-P-L-PssssM{M3))M{ZZhAsnz111J;+ZZZZBsB333333w317ueeeeeeeeeeeeeeeeeeeethxxv^z | eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeedddddddddd7Y;Y7Y7Y7Y7Y7Y7Y7YKYdSZSZSZSZZZS;S;dVddddbbdddddP11&1F$;}}}R);twtwtsVw(dPPz;d"PMdddPdhlZ+Fy(L7qP(F3ZEZZZTA1wdwjwV}VwA)(JJJ J{f`/dddddddddd)ffJ9?9SJ$';#%TIB!PZ;L1^1J1^1F)Z)Z)7VG7IT77? Aq A AqjjN112-y# 9fA?FFFooRjZFfbPb`" I J{+QZXf^9f3b\bT-LI "9-j%Z%$%%Q%;%%-LL5LG-x- n nX"-S--P=- LbA)-H'b753Pr BLBJFSLF|R|nJrJV1BLFLJKd;H9b!^!A-%L Rr r r r r r K LJJJJ|=|R|1|!=BLLLLLn;L9999%F%R&d~! OLJ=r r LLBJJSLrJr#BBBLJJKdKdKd;H;H99LLLrJ;H;HKd|RV v;c-%$#OXf+f?\!f-FfLL-w/mb\3=mZRhZBd^Dmby^PpppSRRpA T` A717t7I#pv;+9 )1-99GTb/++{VS X ;  `FF|HCV3ZV|Z##9CV(PbZb+A77Mz^XX#R- V%z-Q-%%|pb-pp  B^u!L7t bhddddLHt \   \ |  Dp8P X@|( l!H"$$%&(\)X*T+@,-\./11l122H22345P6l7 89:;<=>l?@x@ABCxDPE EFGHIJXKK<KLxLxLMNOPQ8RPRSTUXUUWtWX(XY[T[\]^^_h_`HacPefxgijllmnpqsDtvx@y$zz{}~t<LX @`$`4`(Pp((x<X` l4 <`<pt4(θ$\d l x|$0H lH<pLh@  X ,  < ph( "$#4$&'\(`)*,-x./12$34689d:<=h>?ABtCEF GHIJLMDNTO,OPQlRDS\TdUW0WY8YZ\D]^`aabdHef|g<hijkl`m$nhoLp`qsstuvxwxyz{} ~,@xp0LpL 0P@h4$DdpLPX$\d@  $͔$(ըָDیH߰44PhpTH\L,X H    XX8 <,H P!"$@$%&'()*,--/<0124 5,6x789:p;= =?|@B0CDEGHIJKLMxNOXP4QRSxTU VTWYZ\[L\]h^$^_`acldddeTfPgxhhjXklnpqrdrt<uvPwx<yhz\{l||}~  pt@xdH<`D|@Hd,t\(pHpL|4t0|4x(|\plƴ`8ɈLXHϰЀ dѠҰ0\ӈd հ4֌<״,ظ8$ڀx(|$ݤޤdpL00L($|88(p$p\,x$`X` @,DpTL$    T 8 L <P$h(,` !"#$%&((**,,-|/4/0123457T89x:p;=?p@ApBCDEFlGHIJHJKLdMlMOP@QQRSxTTUVX XYxZL[<\@]\^T_T`bcdeLf`ggijPklmnno`p pqlrs(stduuv vw|xLy{}x~|( $h@XLTxx0dH(pPXhTʐ`̨ͼδϘиԸ$  Xݰވ@`l440P pDPh|   PT4tx !#D&$')+P,./1\3H468D9:\?@B|CEFGTHIKLMNNP4QRTUVXYp[l\^H_<``abcexgDhjpkm8n`oHpxq\rstuvxyz| }8~L( x|x`<PDp(T8P(8tƠɔ̔,pd$ DlDX |(T@4THh<pdHL D t  0 l TT !"$<%x&'(*+-l./01p1235|7`9|;>@|BdDF8GJLXNQ TWXY []h`bPdfhjnptuvHwyLz|8}(dlH<d$4T 080<T|Tht(hä(@Ҙl <`(, Th4  $h D ht`|"$&8)*,@-/13h568;(>A4DGTJdO PRDTdVX[$\_,`b@d`fhkpo(qsttvxz| tdl\LX$\ dx`t,0DTdPŜ8ƄllTt˰̨8͈00ϔHќ 8԰(<ڴ4`ބTPtT(pLt4L$`,PlL00Tp$ ` L D  PLD L|`,<hL P !D!"$'(D*8,X.4/P024(57`8 89x:p; @ B D F H J` LL N P Q R R@ R` R R R S S< S` S S S Tp T U U U V V` V V WH W W W XL X X ]l ^\ _ a| b( cL dX eD e f\ f gl g hT h i j j k l( l mh m n od p< p q| q r s th t u u v4 vp v wD w x x` x z| {$ | }@ ~\   8 D  , L  8 8 D p D  @   t H  T X ( T $   ` H x < l $  ü x ` Ǥ < < ɜ < ʼ d l 4 Ψ T ϼ 4 | | | Ԝ ՘ @ $ D P  x ` ߸ ,  P x 8   ( x ` 8        H X l  P        8     D @ @      h < 8   0 ! " # $ %d & & 'D ' ( )| * * +H + , -L . . / 0| 1h 2 3 3 4 5 6 84 8 9 :| ; ; <\ =X >L ? ? @8 A A B C D Et F$ F G Hd I I J K LT M M Nh O( O Px Q0 R, R R S( Sh S T T U V W X Z, [D \$ \ ] ^l _@ ` ` a b8 b c d\ d e f( g g h iH i j k0 m n o pX p qT q r s s t t uH u v v w0 w xD x y y z< zp z {, {` |l h P ` \  h h   ,  P L , ( ( T  | $ T X  Ӡ l ׬ ٜ D ژ t d `  @ t ߀ 8 P ` l ` @  ` | h l ( \  $ H    t-4Ah>+*2\"k     5C& 8i   T ! D?    : : jK Linux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineRegularFontForge 2.0 : Linux Libertine : 2-7-2012Linux LibertineVersion 5.3.0 ; ttfautohint (v0.9)LinLibertinePhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLLinux Libertine by Philipp H. Poll, Open Font under Terms of following Free Software Licenses: GPL (General Public License) with font-exception and OFL (Open Font License). Created with FontForge (http://fontforge.sf.net) Sept 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,2012Linux LibertineRegularFontForge 2.0 : Linux Libertine : 2-7-2012Linux LibertineVersion 5.3.0 ; ttfautohint (v0.9)LinLibertinePhilipp H. PollPhilipp H. Pollhttp://www.linuxlibertine.orghttp://www.linuxlibertine.orgGPL- General Public License AND OFL-Open Font Licensehttp://www.fsf.org/licenses/gpl.html AND http://scripts.sil.org/OFLQ t  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z {uni00A0uni00AD two.superiorthree.superioruni00B5pilcrow one.superiorAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflexTcedillatcedillaTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCeturneduni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccent Tcommaaccent tcommaaccentuni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236dotlessjuni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0242uni0243uni0244uni0245uni0246uni0247uni0248uni0249uni024Auni024Buni024Cuni024Duni024Euni024Faturneduni0251uni0252uni0253cturneduni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262 gammalatinuni0264uni0265hhookuni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Emturneduni0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278rturneduni027A rhookturneduni027Cuni027Duni027Euni027F RsmallcapRsmallinverteduni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294glottalstopreverseduni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AF h.superiorhhook.superior j.superior r.superiorrturned.superiorrhookturned.superiorRsmallinverted.superior w.superior y.superioruni02B9uni02BAuni02BB afii57929 afii64937uni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFgammalatin.superior l.superior s.superior x.superiorglottalstopreversed.superioruni02E5uni02E6uni02E7uni02E8uni02E9uni02EAuni02EBuni02ECuni02EDuni02EEuni02EFuni02F0uni02F1uni02F2uni02F3uni02F4uni02F5uni02F6uni02F7uni02F8uni02F9uni02FAuni02FBuni02FCuni02FDuni02FEuni02FF gravecomb acutecombcircumflexcomb tildecomb macroncombuni0305 brevecombuni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0350uni0351uni0352uni0353uni0354uni0355uni0356uni0357uni0358uni0359uni035Auni035Buni035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0363uni0364uni0365uni0366uni0367uni0368uni0369uni036Auni036Buni036Cuni036Duni036Euni036Funi0374uni0375uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F8uni03F9uni03FBuni03FDuni03FEuni03FFuni0400 afii10023 afii10051 afii10052 afii10053 afii10054 afii10055 afii10056 afii10057 afii10058 afii10059 afii10060 afii10061uni040D afii10062 afii10145 afii10017 afii10018 afii10019 afii10020 afii10021 afii10022 afii10024 afii10025 afii10026 afii10027 afii10028 afii10029 afii10030 afii10031 afii10032 afii10033 afii10034 afii10035 afii10036 afii10037 afii10038 afii10039 afii10040 afii10041 afii10042 afii10043 afii10044 afii10045 afii10046 afii10047 afii10048 afii10049 afii10065 afii10066 afii10067 afii10068 afii10069 afii10070 afii10072 afii10073 afii10074 afii10075 afii10076 afii10077 afii10078 afii10079 afii10080 afii10081 afii10082 afii10083 afii10084 afii10085 afii10086 afii10087 afii10088 afii10089 afii10090 afii10091 afii10092 afii10093 afii10094 afii10095 afii10096 afii10097uni0450 afii10071 afii10099 afii10100 afii10101 afii10102 afii10103 afii10104 afii10105 afii10106 afii10107 afii10108 afii10109uni045D afii10110 afii10193uni0460uni0461 afii10146 afii10194uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471 afii10147 afii10195 afii10148 afii10196uni0476uni0477uni047Cuni047Duni047Euni047Funi0483uni048Cuni048Duni048Euni048F afii10050 afii10098uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8 afii10846uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9 afii57799 afii57801 afii57800 afii57802 afii57793 afii57794 afii57795 afii57798 afii57797 afii57806uni05BA afii57796 afii57807 afii57839 afii57645 afii57841 afii57842 afii57804 afii57803 afii57658uni05C6 afii57664 afii57665 afii57666 afii57667 afii57668 afii57669 afii57670 afii57671 afii57672 afii57673 afii57674 afii57675 afii57676 afii57677 afii57678 afii57679 afii57680 afii57681 afii57682 afii57683 afii57684 afii57685 afii57686 afii57687 afii57688 afii57689 afii57690 afii57716 afii57717 afii57718uni05F3uni05F4uni1D15 a.superioraturned.superioruni1D45uni1D46 b.superior d.superior e.superioreturned.superioruni1D4Buni1D4C g.superioriturned.superior k.superior m.superior eng.superior o.superiorcturned.superioruni1D54uni1D55 p.superior t.superior u.superioruni1D59mturned.superior v.superioruni1D5Cuni1D5Duni1D5Euni1D5Funi1D62uni1D63uni1D64uni1D65uni1D66uni1D67 c.superior f.superior z.superioruni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9D Germandblsuni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1EFAuni1EFBuni1EFCuni1EFDuni1EFEuni1EFFuni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEenquademquadenspaceemspacethreeperemspacefourperemspace sixperemspace figurespacepunctuationspace thinspace hairspacezerowidthspace hyphentwo hyphennobreak figuredash horizontalbaruni2016 underscoredbl quotereversed quotedblrevtrianglebulletonedotenleadertwodotenleader hyphendotuni202Fpertenthousandminutesecond primetriple primereverseduni2036uni2037uni203B exclamdbl interrobanguni203Euni2042question_questionquestion_exclamexclam_questionuni204Auni204Buni204F zero.superior i.superior four.superior five.superior six.superiorseven.superioreight.superior nine.superior plus.superiorminus.superiorequal.superiorparenleft.superiorparenright.superior n.superior zero.inferior one.inferior two.inferiorthree.inferior four.inferior five.inferior six.inferiorseven.inferioreight.inferior nine.inferior plus.inferiorminus.inferiorequal.inferiorparenleft.inferiorparenright.inferior a.inferior e.inferior o.inferior x.inferioruni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A2lirapesetauni20A8dongEurouni20AFpesouni2100uni2101uni2102 centigrade afii61248uni2106 fahrenheituni210Cuni210Duni210Euni210FIfraktur afii61289uni2115numerouni2119uni211ARfrakturuni211Duni2120uni2124uni2126Omegainv estimatedalephuni2136uni2137uni2138uni2139uni214Fonethird twothirdsonefifth twofifths threefifths fourfifthsonesixth fivesixths oneeighth threeeighths fiveeighths seveneighths onenumeratorOneromanTworoman Threeroman Fourroman FiveromanSixroman Sevenroman Eightroman NineromanTenroman Elevenroman Twelveromanuni216Cuni216Duni216Euni216Foneromantworoman threeroman fourroman fiveromansixroman sevenroman eightroman nineromantenroman elevenroman twelveromanuni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219Buni21A6 arrowupdnbseuni21AEuni21BCuni21BDuni21C0uni21C1uni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5NwarrowNearrowSearrowSwarrow universaluni2201 existentialuni2204emptysetuni2206gradientelement notelementuni220Asuchthatuni220Cuni220Duni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C proportionaluni221Fangleuni2221uni2222uni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni222Cuni222Duni222Euni2236similaruni2241 congruentuni2249uni2259 equivalenceuni2262uni226Auni226Buni226Euni226Funi2270uni2271 propersubsetpropersuperset notsubsetuni2285 circleplusuni2296circlemultiplyuni2298uni22A2uni22A3uni22A4 perpendicularuni22A6uni22B6uni22B7dotmathuni22EEuni22EFuni2300uni2302uni2303uni2310 integraltopintegralbottomuni2326uni2327uni2329uni232Auni232Buni237Duni2380uni239Buni239Cuni239Duni239Euni239Funi23A0uni23A1uni23A2uni23A3uni23A4uni23A5uni23A6uni23A7uni23A8uni23A9uni23AAuni23ABuni23ACuni23ADintegralextensionuni23D3uni2423uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469uni246Auni246Buni246Cuni246Duni246Euni246Funi2470uni2471uni2472uni2473uni2474uni2475uni2476uni2477uni2478uni2479uni247Auni247Buni247Cuni247Duni247Euni247Funi2480uni2481uni2482uni2483uni2484uni2485uni2486uni2487uni24B6uni24B7uni24B8uni24B9uni24BAuni24BBuni24BCuni24BDuni24BEuni24BFuni24C0uni24C1uni24C2uni24C3uni24C4uni24C5uni24C6uni24C7uni24C8uni24C9uni24CAuni24CBuni24CCuni24CDuni24CEuni24CFuni24D0uni24D1uni24D2uni24D3uni24D4uni24D5uni24D6uni24D7uni24D8uni24D9uni24DAuni24DBuni24DCuni24DDuni24DEuni24DFuni24E0uni24E1uni24E2uni24E3uni24E4uni24E5uni24E6uni24E7uni24E8uni24E9uni24EAuni24EBuni24ECuni24EDuni24EEuni24EFuni24F0uni24F1uni24F2uni24F3uni24F4uni24F5uni24F6uni24F7uni24F8uni24F9uni24FAuni24FBuni24FCuni24FDuni24FEuni24FF filledboxH22073triagupuni25B3uni25B6uni25B7triagdnuni25BDuni25C0uni25C1uni25C6uni25C7uni25C9 bigcircleuni25CEH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7 openbulletuni2605uni2609uni2619uni261Buni261Euni2627uni262Funi2639uni263Auni263Buni263Cuni263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2660uni2663uni2665uni2666uni2669 musicalnotemusicalnotedbluni266Cuni266Duni266Euni266Funi2695uni2698uni26A2uni26A3uni26A4uni26A5uni26A6uni26A7uni26ACmarrieddivorceduni26AFuni2714uni2718dieduni2767uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi27C2uni27E6uni27E7uni27E8uni27E9uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C6Euni2C6Funi2C74uni2C75uni2C76uni2C77uni2E02uni2E03uni2E04uni2E05uni2E08uni2E09uni2E0Auni2E17uni2E18uniA656uniA657uniA71DuniA720uniA721uniA765TuxuniE001uniE002uniE003uniE004uniE005uniE006uniE007uniE008uniE009uniE00AuniE00Bcopyleft publicdomaincreativecommonszero.slashfitted zero.fitted one.fitted two.fitted three.fitted four.fitted five.fitted six.fitted seven.fitted eight.fitted nine.fitted Euro.fitted Yen.fitteduniE01Ca.altuniE01Eperthousandzero zero.oldstyle one.oldstyle two.oldstylethree.oldstyle four.oldstyle five.oldstyle six.oldstyleseven.oldstyleeight.oldstyle nine.oldstyleuniE02A Adieresis.alt Odieresis.alt Udieresis.altW.altf_bf_f_hf_f_jf_f_kf_f_tf_hf_jf_kf_tc_kc_ht_tc_tlongs_i longs_longsuniE040uniE041uniE042longs_l longs_longs_ilongs_sae.altlongs_hQ_uT_ht_zh.altgermandbls.altgermandbls.ss03Germandbls.altuniE04F ampersand.alta.scb.scc.scd.sce.scf.scg.sch.sci.scj.sck.scl.scm.scn.sco.scp.scq.scr.scs.sct.scu.scv.scw.scx.scy.scz.scuniE06B hyphen.sc agrave.sc aacute.scacircumflex.sc atilde.sc adieresis.scaring.scae.sc ccedilla.sc egrave.sc eacute.scecircumflex.sc edieresis.sc igrave.sc iacute.scicircumflex.sc idieresis.sceth.sc ntilde.sc ograve.sc oacute.scocircumflex.sc otilde.sc odieresis.scoe.sc oslash.sc ugrave.sc uacute.scucircumflex.sc udieresis.sc yacute.scthorn.sc ydieresis.scij.scgermandbls.scalt germandbls.scQ_u.sc q.sc_u.sc dcroat.sc abreve.sc aogonek.sc cacute.sc ccaron.sc dcaron.sc eogonek.sc ecaron.sc gbreve.sc lacute.sc lslash.sc nacute.sc ncaron.sceng.scohungarumlaut.sc racute.sc rcaron.sc sacute.sc scedilla.sc scaron.sc tcedilla.sctbar.scuring.scuhungarumlaut.sc zacute.sc zdotaccent.sc zcaron.sc lcaron.sc tcaron.sctcommaaccent.scscommaaccent.sc idotaccent.sc ampersand.sca.scalt q.superiorgravecomb.supsacutecomb.supscircumflexcomb.supstildecomb.supsmacroncomb.supsf.short f_f.shortuniE0E2uniE0E3uniE0E4uniE0E5uniE0E6uniE0E7uniE0E8uniE0E9uniE0EAK.altR.altJ.altuniE0EEuniE0EFuniE0F0w.altuniE0F2uniE0F3uniE0F4uniE0F5y.altA.altuniE0F9uniE0FBkreisuniE101uniE104uniE105uniE106uniE107zero.capone.captwo.cap three.capfour.capfive.capsix.cap seven.cap eight.capnine.capzero.taboldstyleone.taboldstyletwo.taboldstylethree.taboldstylefour.taboldstylefive.taboldstylesix.taboldstyleseven.taboldstyleeight.taboldstylenine.taboldstyleuniE128uniE129uniE12AuniE130leafuniE13BuniE13CuniE13D b.inferior c.inferior d.inferior f.inferior g.inferior h.inferior i.inferior j.inferior k.inferior l.inferior m.inferior n.inferior p.inferior q.inferior r.inferior s.inferior t.inferior u.inferior v.inferior w.inferior y.inferior z.inferioruniE188uniE189 afii10086.altuniE19D grave.cap acute.capcircumflex.cap caron.cap breve.caphungarumlaut.capspace_uni030F.capbreveinvertedcmb.cap breve.cyrcap breve.cyr dieresis.caphookabovecomb.cap dotaccent.capuniE3E0uniE3E1uniE3E2uniE3E3uniE3E4uniE3E5uniE3E6uniE3E7uniE3E8uniE3E9uniE3EAuniE3EBuniE3ECuniE3EDuniE3F0uniE3F1uniE3F2uniE3F3metric zero.slash parenleft.sc parenright.scbracketleft.scbracketright.sc braceleft.sc braceright.sc exclamdown.scquestiondown.scguillemotleft.scguillemotright.scguilsinglleft.scguilsinglright.sc hyphen.capuniF6BEafii10066.italf_ff_if_lf_f_if_f_llongs_ts_tuniFFFDu1D538u1D539u1D53Bu1D53Cu1D53Du1D53Eu1D540u1D541u1D542u1D543u1D544u1D546u1D547u1D54Au1D54Bu1D54Cu1D54Du1D54Eu1D54Fu1D550HHHD!D!, d `f#PXeY-, d P&ZE[X!#!X PPX!@Y 8PX!8YY Ead(PX! E 0PX!0Y PX f a PX` PX! ` 6PX!6``YYY+YY#PXeYY-,#B#B#BCCQXC+C`BeY-,C E EcEb`D-,C E +#%` E#a d PX!0PX @YY#PXeY%#aDD-,EaD-,` CJPX #BY CJRX #BY-, b c#a C` ` #B#-, CUX CaB+YC%BC`B %B %B# %PXC%B #a*!#a #a*!C%B%a*!Y CG CG`b EcEb`#DC>C`B- ,ETX #B `a  BB`+g+"Y- , +- , +- , +- , +-, +-, +-, +-, +-, +-, +-,+ETX #B `a  BB`+g+"Y-,+-,+-,+-,+-,+-,+-,+-,+-,+-, +-, ` ` C#`C%%QX# <`#e!!Y- ,+*-!, G EcEb`#a8# UX G EcEb`#a8!Y-",ETX!*0"Y-#,+ETX!*0"Y-$, 5`-%,EcEb+EcEb+D>#8$*-&, < G EcEb`Ca8-',.<-(, < G EcEb`CaCc8-),% . G#B%IG#G#ab#B(*-*,%%G#G#a+e.# <8-+,%% .G#G#a #B+ `PX @QX  &YBB# C #G#G#a#F`Cb` + a C`d#CadPXCaC`Y%ba# &#Fa8#CF%CG#G#a` Cb`# +#C`+%a%b&a %`d#%`dPX!#!Y# &#Fa8Y-,, & .G#G#a#<8--, #B F#G+#a8-.,%%G#G#aTX. <#!%%G#G#a %%G#G#a%%I%aEc#bcEb`#.# <8#!Y-/, C .G#G#a ` `fb# <8-0,# .F%FRX ,#B=+-7,*+. +-C,7+-D,7+-E,7+-F,7+-8,++!# <#B#8 +C. +-O,8+-P,8+-Q,8+-R,8+-=,E# . F#a8 +-W,,+. +-X,,+0+-Y,,+1+-Z,,+2+-[,-+. +-\,-+0+-],-+1+-^,-+2+-_,.+. +-`,.+0+-a,.+1+-b,.+2+-c,/+. +-d,/+0+-e,/+1+-f,/+2+-g,+e$Px0-KRXYc #D #pE KQKSZX4(Y`f UX%aEc#b#D + ++Y(ERD +Dwxmaxima-Version-18.02.0/data/fonts/jsMath-cmex10.ttf000066400000000000000000000662541324204105000222460ustar00rootroot00000000000000FFTMEvlGDEF(lpOS/2`f`cmapktgcvt fpgmX6sgasp l`glyfWϰd` head 6hheaYD$hmtx'<loca9R maxph nameǠh(post k$9prep+A[_<z$z$ppZ| s 1PfEd@  8 ( M!G G  &&&&c98+8+7k#k<<<yyyyyyy8k#kk#kcpcTA7W76,7W56W56W56 876A7A8A7A8A678,7W7W7W7W6W678,,uwoooo o   pp 9U]8G !GgGfaMM,B7B6U#" GGG ~8 9|`~   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ajkmov{bdl|cfizehpgqnsturxyw~},KPXYD_^-, EiD`-,*!-, F%FRX#Y Id F had%F hadRX#eY/ SXi TX!@Yi TX!@eYY:-, F%FRX#Y F jad%F jadRX#Y/-,K &PXQXD@DY!! EPXD!YY-, EiD` E}iD`-,*-,K &SX@Y &SX#!#Y &SX#!#Y &SX#!#Y &SX#!@#Y &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-+$Jvz*Rv"Bb,xj  Z z P $ V L 2*>N~(*jj$n@l !@!!""P""#4##$$>$%%%&&,&p&&'F'r'''()P)))**,*H*+F++,:,f,,-.../00!r*'& + и  и /A]A)9IYiy ]и////017;#&54767654'&'&54&#'kvvk'$sPPs'.`ed^.w3EF2w qC(;+ //+ии ܸ и /01;+3#' uvvuM&'rr&'q;(; +и  + +и 0175;#=37+vuuv&%%'& q{( ++ / /// ܸи/01;3#' '&MKL&'qs( +// +01;#=37&'&s%%'& r{( ++ / /+и01;++ &'M&'KLrs( ;+и // +и  0175;++&'&%%q(WӺP+и/ и /"и$и$/APP]AP)P9PIPYPiPyPPPPPPP ]P;и;/P=и=/P?и?/PNиN/PRиR/0/2///2901%732#'&'&'&/5'&'&'&'&76?67676767676V N0 I>e~D  K"$ 1z$  C; /N /5 {trcT8Co/1swt\ $  \!g  [#%  hZ9q([N+ и /и/ и /"и$и$/N:и:/N<ии>/NLиL/NPиP/,/.///E,90176;"'&7676767676545767676?'&'&'&/'&'&'&'&'&544 IA,= R.<L3 ! ?r uB +u'  W&&zv d  ,AZntve (  -P"*"8zIDb> ?e=< '%Kr(////01%73 #"'&'& =6     ' )*,'   cr(/ ///01?3 #"'&'&='&76     '&# %    9p)%6'&'&4776 ? +' B  1 8p)76 '&'&76M *? '@  8"( //01%63"'&'&=76 FI% lo7 )76 '&'&'76D GG %   ck  #K'q +A & 6 F V f v ]A ]  и ////01%6;'"#&'45676  X#  gP&rЖ)* % G&a+A]A)9IYiy ] / ///017;+&5454'&'&'4$%l^ u "Eg& F1C < ' ++ / /+и01;++<,-,- ^' ++и // +015;++,-,}|WWO>.8 ##5>.:> *) 0m2EE-'!ӨOU@  (+  0l2EE-'!yI( +Tc5)!  +Vf>5!3E/+016#"'&'&767676&767676'&'&'&'&6'&'&76""A(T6 HlyU0T6 G]qU4S&4UG>U4U"/~(.2d     |>R(&M8rFb(&M1Q D4UG>U4S&4UN     $6 G`/#+#!и!/013#"'&'&'&76767676&276767676'&'&'&'&'&'&54767676NkP5 8i77uP5 9h$3 (2ˆ!QEcHO(^)ȍ2$QEfS$5( >a(+-*g# 8Y38-*g%f )',&(,!N 4>!,(&L"5' 5!&2@M_*+3и*Dи*F/&4+&$и&+и&-и46и4Bи4D016#"'&'&7676765;'#;5'&'&5+7+3767676""A(T6 HlyU0T6 G]_ 47D uyP۶ /)-&& _# |>R(&M8rFb(&M1:7>g`@ &&N c x,366 2EXkc6!+!Fи6\и6^//2G+20и27и29иGIиGZиG\013#"'&'&'&76767676#)'#)'4'&'&'&'&'&)35)3767676767676NkP5 8i77uP5 9h$$ˆ!s g69g59  ˆ! >a(+-*g# 8Y38-*g%)',&(LKKL(&L oKL,!L )'-!,LK5!'3AM/+016#"'&'&767676&?'&'&'?%&/7676'&7/7676""A(T6 HlyU0T6 G]qUX  J  |B=8 |>R(&M8rFb(&M1Q D  3 1-8% {e"] 6 0>M^/#+#!и!/013#"'&'&'&76767676&?&'&'&7/'4767654'&'2767676NkP5 8i77uP5 9h$3 -}) zt  zh w(^)w >a(+-*g# 8Y38-*g%f lS Þ   YY815$++и/и/*$9016)#/&'&'&+367676?;! '&547? '4=))'P;󶦤+}KC++XXnr,(N S 50D  7x34// ܸи/и4.и./ܸ и /.,и,/.0и0/ 5++иииии"и%и'и)и2015)#3+=36?+3+=36?'&'#7FFFFFF+jk++OP+++6cM#(///(9;(901632'&'&54?'&'&#"#"'&'&'&76763276767667676 9"  !%  !  )57   !%  !$ (0 "$   5.Ɵ4D.(', "$   5. ^6!?7 78//84и4/ܸи/и/и/и/"ܸ и /"$и$/"&и&/40и0/42и2/46и6/"90167676767676766'&'&'&576X  %)'aa')%  ,3QzdFMC2""2CCA I=H)>!FMe[B8 5f6//ܸи/ и /и/и/6-и-/%ܸ"и"/-0и0/7016'&/'&'&'&'&'&/767676_T %)'TV9/% TFd% _TxAB B2&2B BC xTF 7 7i'j/4и4/ܸи/и/4WAW]AW]A]A]и/и/"ܸ и /"$и$/"&и&/40и0/42и2/46и6/WOܸ<ии>/O@и@/WYиWeиWgиg/"kBL+LYиL[и[/Bd0167676767676766'&'&'&576632#'&/=#/&767676;5?6X  %)'aa')%  ,3QzdFMV 12 54  54 31C2""2CCA I=H)>!FMe[B  + 033  43 558#6#"'&'& '&'&=76    86 ts   6#67676'&'&'&76Xst 68 7l9++/-/+-ܸи/-*016)'+'&'&'&'%  76767676?4; '&547 '4<ZZ9>E\pAr=<   a,  S(08 qp8?@// ܸ и /!и@8и8/$ܸ&и&/86и6/8:и:/ A++иии!и#и*и-и/и1и>015)#";+=3276?+;+=3276?'&'&+8GF 7&,,&7 7&,,&7 7&,,&7 + ++ [\ ++ 12+7RI6"'&'476?'&#&'&'&54767237667767676/5# )& 47"/ EP4/+52.3 # (( 47"/ EP>O> *) 0_U@  (+  0QAzF(7?@//@<ии>/$A016&76367676547676'"#&'&'&'&'&76bSd.dS  91M')T],4]T)'M19 ;3pSddSpgbD? t_S9)  )9S_t 7=>// ܸ и /  и /и/и/и/>4и4/*ܸ&и&/*(и(/*,и,/42и2/46и6/ ?/./0/+"01#"'&/''&'&'&"'&'&76767676P^R)'L29   SdBdS  92L')Y )9R`s ?D  pSddSpf; s`R9-7?t<+Va+$+и/и/$&и&/<:и:/VFиVHиVXиX/apиarиr/$vJS+SUиU/Sbиb/SdиJmиJo016&76367676547676'"#&'&'&'&'&76632#"'&/5#/&'&767632;5?6bSd.dS  91M')T],4]T)'M19 "cd  dd dd )1d ;3pSddSpgbD? t_S9)  )9S_t  (3` _b effg6 6'&'& #"'&7476      ?? 6 637676'&76b = !#; ??    7x34/ /4-и-/ ܸи/ и ܸи/-/и5#%++и# и# иииии%'и#)и2015;#;'&'#=;#3)=36?'&'#7FFFF`_FF+OO++jk+++8GӸH//H?и?/ܸ и /и/*ܸ(и(/*,и,/?Aи*I35++ии/3и3ииии!и$и$/57и39иF015;#";'&'&'&'#=;#"3)=3276?'&'&+82  02  0 7&,,&7 ZT    + 12+$6///017'&"'&7"  M;;:80 // /0172'&"'&5TCBBC0///01$3 #&%$3#/72m`kiSTTBBBBP+// /016?'&'&/?6 9>$BE 877+E@#BE 827/*7/&^#+и/01676?'&'&'&/76764 %8dZE;>JS -*`X&18eZE;>JS -2,\#)) #)%\// /016%6763'&'&'&#'76)'[wn1* v[wn1 v"` ('K "` (':!(W+ܸи и ++ии  и 01;+;+ttZZZZtt!(g+ии и ܸ и + +ии  и 0175;+=;+ttttZZZZ}|PO!( ++// +и  01;;+vu!/( ++// +и  01;+=;vui}|!( ++ / /+и01;++uv!/( ;+и // +и  0175;++uv}|jiu!#(a)C+)и)ACC]AC)C9CICYCiCyCCCCCCC ]C)9)'иCAиCYиC[4/6/8////696901%7;6+'&'&'&'&5454'4'&'&'&5&76747676765454?676 '&; ;' "!= ;&'   !"] +$33$+ ]%#/=   /%&. v Z=/ 9OT$z5,&&,5^#tO9w!"(Wú5+ и ии/и/A55]A5)595I5Y5i5y5555555 ]7595Jи5Lи5NиN/&/)///7&9A&901?;#"'&5476767676547767676765'&'&'&'&5454'&'&'&'454|  #]5$3  3$5K,G p ;' "!=#)E ' 9OT$zE7&&7EF4 3W   /%&. v Z1+/ ox(/ / /01%6#/4'&3756  kk#"ff% |o ( / //01%6+'4'&3?776   !gg % ("#o(+// / // 9 901%632#"54/?76 NO%d` $4~G.op(+// / // 9 901%632#"54/?76 noON%65}{?>R>>o'+ии// /01%6"5//?76 *+OP C9XXrs+ии/01%6"'&/7 224(3+и +и 01%7;+"'&/76% &' C//и/ܸ // / /// //01;+;+---p+O + 9  и/ // 9 9 9017'&/+=#=7676J M eK  (6):4? s0'H '!&0p+?+9///999015;7676763'&/=8 (6);2?) M eK '!&/@ s0'H +x3//// +и/ и/01%732#"+/=767676 u  L0Jwl ^#I+x / /+01'6#"'&'&'&'&#"'56"QL0L  U|>:vI!E lM// +0173232#"'&'&/= #U|>:W_0LJE l$IM#///+и/016;#"'563276767676L0_W u KI$l ^#956//6%и%/ܸи/%9к%9%#ܸ!и%'//#/%//99'9-90165'&'&/+='&'&'+==767676}J ) !FA  '  '  CE! )QZ "5 +* *+ ʶ6! T !1('u "+A & 6 F V f v ]A ]"и" и /////01%7;+'&'&'&'&76567676 2& PB]1)  )?-" 89"$ Eb9` 7]p(/0176#'&=? 5476v  '  >4CD 8( //01%63'&'&5476767FI   'i   l Q( +// +01;#=37! QQ! y(#////01%7;+/&'&767676{ n&' &n 03! (\$# ~=4~ |/*q+!y2(!/////0176;#"'&567676'&'&'4&03! (\$ }} '|/*q+칾y(W+ܸи и ++ии  и 01;+;+``LLLL``Wy(g+ии и ܸ и + +ии  и 0175;+=;+````LLLL0/y( ++// +и  01;;+hg{|Wy ( ++// +и  01;+=;{|hgCy( ++ / /+и01;++|{ghWy ( ;+и // +и  0175;++|{ghDCgy(MW4+и/4FиF/4H)/+/.////+9F+901%6;#"'&'&/&/&'&'&'567676765?676 ? #I ?   o  z' CC '$ + $# # 9  4 /" # "/ 3 2fy(Sm"7+" и"и/75и5/7HиH/'/)/+////)95)9@)90176324#"'&547676765?67676?'&'&'&/&/&'&'&54k {' O X! '{ \ $  #$ \' 4 6# 9 3 4  - . # $ -ax) //01%6 "#&'&476o  '  !  !Mwv( //01763'456X  &       +/0176#"'6d  +//и/ܸ //0176#"'676#"'6d d 7x ) %6'&'&56 V 't 6x ) 76'&'&F  V't#!('y +  и / A ]A ) 9 I Y i y ]/////0176;#"'&56767&'&'4( PB]1)  )?-/  % 'Eb9` 7(('!('y +A & 6 F V f v ]A ] и/ "и"/////01%7;+'&'&'&547676cBҖU9:,9$hw=BQutRP="('} +  и / и/A ]A ) 9 I Y i y ]/////0176;#"'&5?67&'&'4'9#<- 9cBҖT'=!!RtuQ=hwnFR(3+ //+ии 01;+3#'hhhhy ! ! (G +и  + +и  и / 0175;#=37+ hhhh QQ! nn=( ++ / /// ܸи/01;3#'! yqr !=( ++ / /+и01;++ !y !qr Q( ;+и // +и  0175;++ ! QQj(^">+"и/"A>>]A>)>9>I>Y>i>y>>>>>>> ]>SиS/>U//1/3////1901%7;4+'&'&'&'&'&/&'&'&'&7476767676547767676768j)X7j(.&' %/L  L/% '&.#" Gj>/*P: Bk+.  kG &&-$) BG :6C**C6:CB )%-%&j([%<+%и%#и#/A<<]A<)<9<I<Y<i<y<<<<<<< ]<LиL/<N0/3////E09L090176;#"'56767676767676?'&'&'&5'''&'&'&'&54(.&'Q$  $Q'&.(H1. (Y^;0t'&%-%)  aI  IaC )$-&&!#<9I BA .*O; .E:FTFqG ~(!///01%67#"'&' =6j  '  SJ IW 8) / /0176 #"'&5476J $&'iq   q() +A&6FVfv ]A] ии/ "и"/ $/////01%6;#"'&'&&54776 UU'kvvk' FEڵ.9de;95s6//6и/ܸܺ 9%9%///// %9%9%95%9015;76?=;7676?'&'&'&/= '  '  AF! )QJ ) !EC +* *+ ʶ5" T Z !6W $@)  >    2 RG    "Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ jsMath-cmex10jsMath-cmex10cmex10cmex10FontForge 1.0 : jsMath-cmex10 : 9-12-2005FontForge 1.0 : jsMath-cmex10 : 9-12-2005jsMath-cmex10jsMath-cmex10Version 001.001 Version 001.001 jsMath-cmex10jsMath-cmex10j2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghwuni00B5NULL >Nzwxmaxima-Version-18.02.0/data/fonts/jsMath-cmmi10.ttf000066400000000000000000001026141324204105000222260ustar00rootroot00000000000000 PFFTMQ4HpOS/2VaXVcmap~YtJcvt !ygasphglyf eV(yheadͮ6hhea?!$hmtxlocavؔdmaxp8 name7postw_< zkzkZ@.1PfEd@! 8Zl!MnO<Bk2778866&S**1)7+)KK S8 R($ 2<2?+3Q!#00e4H9G23<E;7<766%%7@/Y /*"nX4i<<#"B|?+T(+gA00"5? :GdP 6%!b/@/G,[:;rD(~!  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`uvxzagewbfkplqths{r|y~}i!y***<z8t*bbr\ > j  * ^ 4 N Dx"2Xt\Rx v0z*j8rl@6 Z !j!""#$F$%8%&(&''( ()*2*+$+,V,-(-(-(-(-(-............//0"01N12@334P45~56d6676778|89X9X:::;D;;;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<!*./<2<2/<2<23!'3#! f!X\X6'&'&5#"'&'&'&7676763276?47676767>5&'&'&76 6U516$ E B & $%   "'8#    *jN1q 3( -!h [>S*  )! (C Q,(  Y62#"'&'&#76'&/76367676'0#&'&'&76?'&767676 !  .G!/8) 4#2!5& -Q$#>8 $Q    " 2&  !0  AA9,5: 5aq6/#&'&'&76766'&+'&5476723676764'&'&'&7676&76'&#1   "2HH 2 ,   $@A  ),! *N/: .  ?' !I+  $XE_3$Uh9)h 7V\=J7gM2OC>& 7L-t;D:Cn6)0#"#"'&'&'5'&'&'&76?4#"#"'&7676'+767676765676;76767676=; 7!*  ,  !., 1. 11.% D-B>%   aD  (, " ?lFB(K V >8"[.\3A V3B>8P6'.'&#32+'&56'&#&'&'&54767676&7676767676'&ZF(+2(G<.  &7w &o2 0 &O*U:!!!6+  >Rk>0#  C   $H*_4% F.OW#":3F . C6'&'&#"'&'&76763276'&''&'&'&7676763    !L" KG-    HB:%;h   =#)($<   ($&E 90P2&kBS6#""'&547764'&'&'&5476?322?67676&767676'&'"("#& 9f @ ,%; 0< +3$8F9*7O@B  0#Jd^, F] [T *4|> 9b.+<?I G6Ld 35F6 7$632))'&'476767676 $LNO f<aN  =c$7"7))#"'&'&'&'&'6;yzL$ ;g   Na +b>8$6)'&'&476?)'&'&'&54 8X ONL$,\9  Na 8$7)#"'&7676?)'&'&476B[7 $Lyy  8O(5aN6!632'&'&7676  <"#  0#1 "#   ';)66'&76767676'&'&'&'&76B 0#1 "#0  <"# ';)   6"'&/=76'"3%%  ѭYqwtvdp 6'%&474# 2 f Y&36'0#&'&76767676&767654'&'& D) ?'I )I'? ,u"  AA%    (1P?'  '?-,"( |s - %#_{S763232'&#'&547632767654#+/=?36765$V $4!(J) *E627676?;#"'&74767676'&'&'&'&7676-z#  A%E3I piF1(8?(M -!'+>CKE 3:/ !;*(m6#'&'&'476763276767656'&/&54?67676'&'&'&#"'4'&7676%5% = D9.<&$'#R   &'7 0 +*+2   $$ ,  *  =&(G  H*! (L    ;)- 2L#  &()'(>7=6;;+3#&#/=?36?=#"'&=765;H*++*+ LeE 3} !iiAFCB 1'c632703676'&'"767632'&'&'&76#"767654'&'&'&#"0+/5^ +7,3' *CH$ ! "M F)1/'F ' /7 -  !QQ2g! C# J , #  0!N_ + )A[6'&'&54?'&'&7676#"'&'&'&'&767676&7676'&'&'&!& "&E3 $9F2 ,: K+  \,6#  , %  1  "(   81f4  K+9+%""!, @%,#4SEQ  N4Q 3  t` 7(56;3"'&56?###"'&'?6^D>4  qWu "ZPR$F)  t B +5K^6'&'&'&'&547676?'&'&'&767676&07676'&&"767676'&'& Y'< 5A)aA1  2 NE 4 980"2>> 16N 0 B ".%"DZP$ -$% -.J,,$$ ':0&(-@F16'+.)'Ea60'&'&'&'&763276767676765'&'&'&76567676&0327676'&'&'&J.$ Q#I;  %11 &J3  6I&  "A " A ;WVHQ ! "  2'=$ 0&6 *G5* 3AL# k5O$ K~?3"'&'&'&76})  "})  (K>~!760'&'&547675'&'&7676|# <$  |-%0+'  ?X $ S$72 '&%$'&547~    ~~  8630'0'&5476#R6 #&'&7670?'$&476^  "L$dvv06760'&/&5?'&'05676?674 aa RX-- DEED --XZa` []*,XYDEEDZX,.`\(7<V6'&'&'&7676767676'&'&'&3'&'&7676&0767676'&H"g/'?[l:&% IJGIC,! "V9("% .-+/,^:L?XQS " 0& bCCG |=J !$  d' #EE3 A='d1$KT6322'&#'&747676367654/5+2'&#'&7476763276776&'32] )ut &/  }= VWcc9G6C(  >.ʖ ;Rb6320"/&?6327676'&'&#"'&76/36767676'&'&'&'&&'#367676'&U _'U  'c  . GE#TZ >9   GfeD=0&  AR1 > /5S+ 39  2'6=2S376765+'&776'&'&'&767676767032'&'476767676,;) '( "$ !/]Q    &L=4W: H.2  ,I"!" <7!9 . x6#mml ~} +~"92o376765+'&776'&'&'&7076?4'&#"'&6?376#"'&'&/'&'&'476767676,;) '( "$ !/]Q    1mR6  !)s   $2`M b$ds"(( $)A$?"IT(#2"I0 h"fg  SJyv"Szz6376#;76'&'&#"'&?6037636#2#&'&?63276767674+42#&'&?6327676'&'&#"'&76w !: ,P~ "!9 6#l! .  !" 6#l! . GE# wvyy ""96376#3#"3#&'&767636767'&'"'&76^mL 1 EE;!o""2 FE8%3yC7376#0'&'&'&767632767676?65&'&#"'&6Gz);?S28K)  ! #+?<* $" J-(      ("y6376#3767656'"'&5476037636#2#&#'&5763276'0/42'&#'&576327676'&'&#"'&76w  : &(  UL3(gd  5nJ %  /9B@6##P~  . GE#    QN ""s34]\"G63?3#0#"327676767632## '&'&?6327676'&'&#"'&76NV   8 FFFB X0! ^ . GE#='X!s6;4763632#2'&#'&5763276765"'&'&2'&#'&576367676'&'&#"'&76hh"# Vd: FE9$#Ny . EF"%$oDc %BB$ "-+ 8O "  zY6;37654'&'"'&?6037636#5#"'&2#&'&7676367676'#"'&76cb44 Dc )HJ}}@? Zo7ACA   ), " 0:6'&'&'&76567676#"76767676'&'&(V87I9Q65h<b o%,.o3 KNZ+"! L :7VR3#+@ ;` 1s \"BEI "+Z;+"/.A ! H2  ) 4U 4(, @ ':("2 1.4s2?3#"'&76'&'&'0#&'&/"&5476;7676765&'&'&'&'&'&54767676764  <-!  * EK*5**  ':!&\ : BI9 #<@ tv P,-  ##   bN   #K-4A   E /,0P7! 5+'&7656'&'&'&#;'&#'&7476?327674'0#+'&574c*+  #Gx A(uP m= LpvP! 8+_9_6376#767676707654'&'"'&?6037636#'&#&'&'&7676'&'&#"'&76Ow !: h $=VT*3/ De )/-&d"& "L,-02# d='%!&\Ƚ p@  ,,E2C6376#3#676'&'"'&67673#"7"'&&'"'&76> 8vJ  8   |9K.$%0 0 (.>G 3{7376;#"76?'&'&'"'&76767636#656'&#"'&767673"#"'4'&54#/&5'&'#'&76= 8qH [s%@w #~5 -  }%(#&   ><S73?2#"76'&'"'&54760373#"2'&#'&767632765&52#&+'&54763276767076?'&'&'#'&76  5^ Z  YQ5  * I,^ 67 5  a\   Q1j  ]6376#"76765&'"'&76767636#"32'0#&#'&7676367676?'&'&'#'&76)a" 4b CX ;*~ ,O| #. ;<7   gh ff ;=6; 276767676?;#"'&? #"#"'&574H[ `/ )( DU D*& EJ(," )(J7M06;7676+/6&'"0767676'&< +@-0 I  -!)87sl z{ .yb_!#/<I(63762"/54#"/764#?MjijiYYZZ++fe++'%$$%7MYc67676"/4#"/5/476?=/476?5?6723?5?64#3?  =<   =<=<=<ab,-,-DC>?DC??++++ efaaff$6~&632767676'0#&'&'&'&76E !/|~/   ;P#*OT09n\O<'{ + WW!* L/  -'>' 6w!6'&'&'&#"'&767676##6% #45# /?} s.:  3(``'4  B.^@N636767632'&'&/'&'&76?54767676&2767676E  0_ 5  $:0&  + -*8#9!%5 3" 8,!)Xf 1(K  4 1  T )$kwnH- !~)@D0=W;Q637637676767632'&/'&'&767676&76?'& $$   ( #  77F. :2S#1#!1-  p  C_  1:([gV$ ,;#FL & < jj6%1M6#227676'&'&'&767676'&+'&76763&076767654'&'&N ##D8! 9 #';.E /0 .5  #)  +!1]bS"& 4  Gg $WL% 76'&'&'&76?'&727676'&'&'&7676L$ 6;5 /;4(  3+767676'&'&'&56767676&367676'&"'4 *;{ $*;4(  5V3,!4  %Ex3"&/S +7$1"&. ; A.$3+5$#8 174%^63'&76?4'"32+#"'&'&56762276767#"'&76763256767676    8;::#0  #   >0321 "    %  ?   , %.1Fd-@I"2Ga737676"'&'&76760332767676?'&'&'&54767676&707676?'&%   99 0b,81 ! ,6+* %#)$@ !+9     A+ 3:7  '1=;,'$(D G 0 hg2/-\6#276327670767632'&'&'&567676'&'&#"'&'&'476'&+'&76763N %&;J$0  , 9E 0  U;!! GH  5  "2& Q:$D zF d     0W6'&7676633276707676320#&'&5476?654'&+'&57676" " #O */  ,  .G8 ,. +2  $ $  l}  Q[+ wzH M$2R6'"'&'&'&766'&76763676765654'&#"+'&547676Z$! " V$! 24%O7!# "   d  3+F    $ C!- "  )  K U/r6#2767676'&767632'&33676767632'&'&'&76'&'&'&'&'&'476'&+'&76763N 33 :< '   '  48% )!+<  GH :9  "% #  3 I P$ 8  ^X     " 16#2 76767632'&'&'&?676'&'&+'&7672P IK  &+'  ?;  EX!   [676767637676327670767632'&'&'&567676'&'&#""'&'47676'&'&'47676'&'&+'&5476v$!  !"/ $%)-$0  , 5J  -  U;!" !"  K5!  &&  !#    (  "2Q6%C  v? d   ; Ph  (9)]Eb376767633276767632'&'&'&567676'&'&'476765&'&'&+'&547676u' !"/" &   *3=  # K5!  &&      .Q2h8D(/  [@Q Ph   !,):16'&'&'&76767676&76767676'&1*I;18fE   DxM!  1)!% NWK':+2&$2&9#W5P4  !%EX*#>Og67676'&/32'&#'&54763676'&+'&5476&76767076'&'"x$'-3' -V*#|: !w  !(+) 5! "+  (7>:_, SS 9)]6je3 G/\%+ ><R627676232#&'&?63276?'&'&'&767676&76?'&'&    FG# Zo& ( (*1 V -L"#(%5   " &F%-nG  &C8Q%%!kkF67676'&747676&'"'&'47676'&+'&5476v$ ! # " #("$$  &&  !     " "  ;  9)]4R6#&'&'476?'&'&'&'&5&76767676'&'&'&'&'&76761    1  "*%" ;eX! '30 "  %(& &  $"    ! "3B<3 +( * DIsH6;0+3276707670320'&'&=?+'&547670;7676 12%4#%  / =?:% ##21 %4 pML C  S(&'PO)]6376?676767676767632#&'&/'&'&'&76767654'&+'&567676% +#.% '#  $'   &6 7G* ,'  (&v0.21    C[ '5 #/1w:;*-P6'&'&'&70567676'&+'&5767676323276765&'&'&763K.61 (  )2( %  M/   *KM9j ;%.j$ CM$  ! g"<" (  v6'&'&'#"'&'&767676#"+'&56767676323276767656767676767676'&'&'&7676r$0*,(  A* ) ( - $   #$'!!  'HL/8-  /./p0-@ $-  5){1!  ss  p*(" # #676767632'&7476?'&7674767032'&'&#'&'&'&76327670?654'&+'&547676.   # " "9%*.@ A# !$;#   8 )    G $  " " '  9 L)+ .( $  -    (Q! 3g63767674767676'&'&74767276765'&'&767654'&+'&576765 - $&#  201*$!<*   .&6 "'E%( +22 'u5*     =/ ("   (N%&%.m6H M$"\62767676;03276767032#"'&'&'"+'&76?6'&/&#"'&7676! #)_/2"* =  (  -QUA "7- #, '(0U*2 2  (   %HMM> "!0E633276707676320#&'&5476?654'&+'&57676 */  ,  .G8 ,. +2  l}  Q[+ wzH M$2sB6#"'&7476760767656'&'&+'&767676>12/U$+ (! #f 0% ;G-*  5   F #?)to6327676767636#"'&'&54763767676'&#"'&'&'&76?'&'&'47676&'&767676' ",.NY H1A[  1 " l^6'+* , ' D "   (:N '9%?ZKCV"   C%>S_6J66  @,  -Gr wG @&-/B   *+p%6'&76?#/&76?;'&54    +   % )    +4a6?32+'&'&'"#"'&'&'&5&763327676'&'0'&'&'&'&7676?'&7676B  $ )  N: 3C6$ %  %  ?A kAN   6q((aA5! *   ,  ) # _ # . x6#mml%9"0632! '&5676&37: ;{{ S07`6'&'&'&76567676&76767676'&'&732;76762"/764+"/76?(V87I9Q65h<b oqT% I\bG Nyy""yy" :7VR3#+@ ;` 1s \!r(0S_Z=IK!Y3,:-P  GG  GD"H632;#&'&57636?5&'&502'&#'&76763276767# Z * ! FP" > 1-5 "Px7! +'&76='&#"+'&5747;;7476?;#"'&764+'&'&54766;2%276767676;)'&576- *  M' ' 0 KI * QR+<zQ7! #"2#&'&?6327676+2#&'&?632767665&'"'&6TU . x6#l! . EGGG6#l! . x6#9""9":&E6)#"'&76'&'�+03276767676?;5##!'&5476?'&574 &'*lFF~y*A# 2$ "-!RQ i$  r&a ]z"\67676760#"'&76'&#";#&'&6?327676?676'&#"'&767676Y0JC7/   (tE F9}%''$% V9 &"( i/& r< ="'!"& ) 0&$ _p73?3#"32#;#&'&6?3276?6#'#&'&'&74767676727376'&'"'&64#0767'"276767654'&'&UGHT 9 $h$",v49) #|$8 &c  $J  D+Q \(&,'#%o G - $ .,. C49L,_" .+ C+$J//"73C 1  5@ $73?3#"7676767676;##;#&'&6?327676765&#&'&'&5476'&'"'&7676376'&'"'&6UGHT 9 44%!3 -,* #Z!*-$ ( #{$'' h  G &   45D+6bF 1A/-"*,P,$4*  8)e4 "Pa367676767632+'&76767676'&'&0+'&5707632;5&'&'&767676A36g8R*;&$ZZ),>AJRx OY 7%" 1!-Sgo!@_0 PQ8K(+K*Q@);4k=&6( &(6Z5 VI:3"3 [F\676767676327676767032'&'&'&54'&'&'&'&767676&03276?'&'& 4#  G      1/  cjF+  #&;7^T( HF=  "+>5:ma D    L*)<5:$!% \ 5Ob8:Xb>>.f60'&'&'6+'&567676&276767676'&/'&'&767672767676'&[ , @7;#";#7676'&'&'&76767676/(  55 VW[Z9#(SVU=%#  5!5    /U#"$;' 'H676'&'47676'&'&#""'&'47676'&+'&5476v ?S$( ::  ;< U;!" &&  !  A-$   d  9)]!.@636"'&'&'&'47676&'";7676'&4+36767676B J""-/h33$# OVs &'^^&^_/# X og0  288+v~"H2N>u9BM.)M:y/N.63276767632"'&'&54767676  &$  =/  ,1 ( ' %%  %d$5 $#  !"d%/,b67676767276'&54#"3276767632'&'&'&76'&'&'"''&'47676 $" %&&   % !),  "$##  ! )@ !8  /.  >A  $   #".  YS#  ; ! aa  ,/763#0+'&'&'7#"'&'&76?'&'&'&'&'&3ml $ *,s}    26   wz   'FU63276?676767676767632'&/'&0'&'&'476   %#&$'   ( #   3$  HJ  th<"  .   C_   ^e    "$4z6363+'&/762#"'&/#"'&'&767676764'&'&'&'&'&76?'&767676?'&76& )# )'  (* )#" 4  >`W   4 ( $  U^J "= 9+S    (1-& !8 7&!":   "$%I*=D+1O ? 3 @J6;0#0#"'&'&'&7656?4+'&5676767654#"#"'&7676 $>* ./= "! (. 115a  @6H\<  FBR:(K '%<6'&/0'&'&'47667676&7676767676'&ZF N /7<)  26 &5*U4$$ 2 ( >7BhK '  ks    &&<"% 4"8 * ,#WF . @%;7;+'&'&'&'&54767676&767676'&  ;9+":[TZ5]6"  .9  #-MD9#:  rJ)G*&Q$   ">W%''6;+'&?4#"#"'&7676X[ 21-3. 54   (N4[]657676367>7632#"'&'&'&'&54'"'&7676?'&'&'&#'&7676 : po tv##     no vy!(   >lyy ~F*     3d!yxK3   53xf6;4 36767676'&'&'&76##"'&?"'&'&'&767654'&+'&5676763276QR N< ! A'1+. M"  #'  35  1 QPR*-"  ) "AOA'_]^]-'*`7; $H 3&Q#?$ ED!3#&74'&'&'&'&0#"'&76766_'!3!D93   F/3   .I (o       P    Created by Davide Cervone,,, with FontForge 2.0 (http://fontforge.sf.net)Created by Davide Cervone,,, with FontForge 2.0 (http://fontforge.sf.net)jsMath-cmmi10jsMath-cmmi10cmmi10cmmi10FontForge 2.0 : jsMath-cmmi10 : 8-7-2009FontForge 2.0 : jsMath-cmmi10 : 8-7-2009jsMath-cmmi10jsMath-cmmi10Version 001.000 Version 001.000 jsMath-cmmi10jsMath-cmmi102  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjikmlnoqprsutvwxzy{}|~uni00B2uni00B3uni00B5uni00B9>zz`wxmaxima-Version-18.02.0/data/fonts/jsMath-cmr10.ttf000066400000000000000000001317401324204105000220640ustar00rootroot00000000000000FFTME_GDEF(OS/2X`cmapktgcvt fpgmX6sgasp glyfԬdhead 6hheaHD$hmtx >locaLv\ maxph nameM7lpost X9prep+AY_<zzZ E91PfEd@  8 MK A86A7 )K[7@ 8KM K8'P2+2)7+*KKK 866 7 66i q 8 8,6$ c7vunK>!, ,!2,2A,,! , wS D qA. 8 *7 76 7,G,,AA2kqZEz"  6\|`~   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ajkmov{bdl|cfizehpgqnsturxyw~},KPXYD_^-, EiD`-,*!-, F%FRX#Y Id F had%F hadRX#eY/ SXi TX!@Yi TX!@eYY:-, F%FRX#Y F jad%F jadRX#Y/-,K &PXQXD@DY!! EPXD!YY-, EiD` E}iD`-,*-,K &SX@Y &SX#!#Y &SX#!#Y &SX#!#Y &SX#!@#Y &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-+D"f4:h 8 b H pN>Ff(pbzD !" #$$%%\%&&:&Z&'D'(L))*8+--../V12B234`5 56~7T789:f::;;P;;==><>>?@xAhB2BC<[-<7."L.  +) ^ ' &82  HI 0'1J,+K/$2U 13 +  -  I' $ E("<4GB+F."$9 1T,/1& De:O " `Ku  /016'2'&54767676''&'&7676|* F  #   HdF  ).$$ [M#/////016;#"/&'&'&47676& q   tt wB^C#  v ҈$7)"/////01632&#"'&576764'&'&'4< tt q q   vӈ wBBw @?]63767632#"'&/"'&'&7476##"'&547676?'&'&5476322'&7676  54  56 >?  45  54  56 >?  45 4F'(    ('FL  4F'(    ('FK 8H/w+ииии,и.и./+иии!и*и,016;+"'&/=+'&'&476?;5?| E K>~!76'&'&547675'&'&7676|# <$  |-%0+'  ?X $  +и0175;+ '''K~ //01?3"'&'&'&76})  "})  (8 //0163'&'&5476#'34/./A..]A.).9.I.Y.i.y....... ]ܸ4и/"A"&"6"F"V"f"v""""""" ]A""]5016'&'&'&54767676&32767654'&'&U?%+6=?1'+.P02 22 ! :*SS: $#UsI+"C , /'(66(ǘ1/ P$!+и/!и/!и/ܺ!9!// ////"+  ܸ и к"9017323#'&#=36?5#=326   D, VJJV ,F +9 /\2Gu:B+A:&:6:F:V:f:v::::::: ]A::]B:9B!к6B:9 +01627276?5;+54?67676'&'&'&32#"'&567676%2(J )J D;G Sx' "$  $ (,1]G<'?A8.^4,B> "&* 0'!+g///016##"'&'&'&54767627676'&'&'&#&+/=763767676'&'&"'&5476$[*1, *"$ L"(" X$ $   /$ .'%<5)6!   )> #D3 24+A>&>6>F>V>f>v>>>>>>> ]A>>]_4>9_/ܺ4>9D4>9>O/// //01632767676'"'"7676'&'&'47676#"76767676'&'&"+/5^ ,4%-( /-/1"$ZI 1  D%&E7  %? # !H$ #RR <1M&%A#%)3   7&0p$ = )E]ZN+Z,ܺZ,9ANN]AN)N9NINYNiNyNNNNNNN ]Nи/Nи/NJиJ/4/6/8/$+$9016'&'&76762'&'&767632#"'&'&'&'&767676&76767676'&6   F. )#6   ,: K+  \,/7 &0 " A+H #  6@'("!, @%,#4SEQ  V*]% >~%72}+A&6FVfv ]A]и//// $+ и/014323'&'&5676?#"+576X CE ( "  _=,S  Z`Dq,Y:" S= $pm+5C^/01'&'&'&547676?'&'&'&767676&76'&'&&/2767676'&'&1-"5K    4 +<)^1 .$+B;?+,y H5=%&5 4@  ">D/  *UH$ C 8, )#$S8, '0'N3F: ' %:<64!*E_ZN+AZ&Z6ZFZVZfZvZZZZZZZ ]AZZ]Z ܸ и / иZ0и0/1Z 9ZXиX////0162'&'&7676767675#"'&'&'&74567676&'&36767654'&'&2""AeR " <, /'0  6S8  ! 2 & "#E`0<:7$ hA  #  ,.p$  +8E",F9++<} d -W*K+ //0173"'&'&'&7673"'&'&'&76})  " )  ")  ()  (K>5 //0173"'&'&'&766'&'&547674##"'&'&7676})  " 2"  3+  )  ( ]LC  >U&$K'*6#"'&'&7676;'&5476}       )#&  $" A# 8o)#!+ +и!#017)!'&54767))'&'&54B>? >>m    62WP4&+A4&464F4V4f4v4444444 ]A44]016#"'&'&76773276767"/&7676'&#&'&'&'&7676767674        $  /G( ( +<(#  <   $" P1F7 ); "% 8    8;3G&9&69O+и/$+01732#/5656767656'&'&'&'&76766'&'&767x/' +$ D5  @)    >5@'!-0) ,3nJ5" >  $" 7qC4+42и2/46и6/4;ܸ=и=/4E(+016'&'&''&'&'&'&476767676327676'&'&'&'&#"7276?3'&'&'&74567676&76?='&iWRc5 ,3  "GF  6FE4&3d*+i= `"'&*''ZI !F_g9xWU 9s.c. 11!!)1i8F2AF&    -*0B#46  p WA'91f* d%*+j+r>  $  XV$.E9s0 =>L"  7 ee 7 @Fy///////./0/2/4/A#+ܸии+и/и3и6кD9016323#2'&3#=367654/+;#'&#=327676767/b3" F;EP 1 sr 'A8/6 2fca1101AD88  315-@SU//I+7C+C79и/I!и1ܸ*и*/1,и,/0153"#=36?'&'"+&'367676'&'&/#32767676'&?15 N  L1 43`%6 .%PX PP ',1 ddJ Y9 #(<F&  3&IC>y{ ,?@8 <>46O3/// / /,D+ܸDBиB/016767632+'&'&'&'&#"767674?;'&'&'&767676yR>   H-!_* =:J8-N8E(vYa j S> '% |@  V2O(?w>&4g//+ -  QY''b <"=K.+$+.и/$и/$!и!/.0и.2и2/0153#=36?'&'"+#323276767654'&'& ]CFOGd %6 .%r - I #Q+NRu!*{SI &PCt3X&$+3P+3и$"и"/&(и$*иPR8I++1+ии/1/и//8LиUиU/WиW/015)+4'&'&'&/"367676?5;+5&'&'&'#3276767675;)=36?'&'"+  !@49.  *94H p#;(%6 .%stb#xv" ' )'`bP'%+5H+5и5и')и%+и53иHJ;/=/?/A/+2+=8ܸ=BиB/8DиMиO015)+5&'&'&'&'&#36767675;+5&'&'&'#3#'&3#=36?'&'"+  ' WM1=  =1H- [ODP %6 .%ste! 'F}**~~6boH0+H иHиHd/// / /:4+ܸ:7и7/:<и:>и>/4A016767632+'&'&'&'&#"7676='&'#=3"76;#"'&'&'&''&'&'&767676yR>   H-!_* =?_Q+ F, [M6="  B}w"a j S> '% |@  V2O(?u@@- 90ff ( CY''b <ckd/B/d[и[/Fܸ и /FиBиBиB*ܸ(и(/*,и,/B?и?/FDи[]и*e////// /"/3/6/8/:/N/Q/S/U/B+и/ ܸи и ии/#и#/ %и31ܸ.и39и1<иBDи1Iи1Kи3Oи3Tи1Wи `и b0153"?3#;='&'"+=376#3#2;#2'&#=36?=+2;#2'&#=36?'&'"+ PDDN %6 .% NDDP %6 .% PDDN %6 .% PDDN %6 .%wxxwV)*/и/и$ܸ$A `$p$$$]A$qܸи и$ܸܸ и /и/ии$"и"/$&и&/+////////и ܸܸи/и (0153"?3#3#'&3#=3676'&'# RFFP %>>% PFFR %>>%    :3+A33]A3)393I3Y3i3y3333333 ]31и1/<////++и ܸ7и7/ 90153?3#'&'&547623276767654'&'&+ ]Q8A * @2?7-%:   $  DD*  #1'   'cF[+FиFиFDи[]//////!/#/4/6/8/:/N/Q/S/U/и ܺ49ии"и %и (и(/42ܸ/и//49и2<и2Iи2Kи4Oи4Tи2Wи `и b0153"?3#?676'&'&+=3?3#"3#'&#=3676'2;#2'&#=36?'&'"+ PDDN %6 y  KB&-/! <4FP 12.% PDDN %6 .%w   10^]F4c-+////)&+и ܸ)и/)и/&$и 1и 30153"?3#727676764;)=36?'&'"+ PDO[ -H bQ$ %6 .% 6,\y\պ=U+.+U9 U9и.0и^!/#/%/'/F/H/J/L/+ик9и!ܸи!(и*иCи!Gи!KиNиYи[015;&6?;#2;#'&3#=36?"&'&#;#'&#=3276?'&'"+lmkeekml%6 .% LCAN %6 ssqq . ?77? . .% 0/      F+G//GBиB/и/и/ и / ܸи/ "и"/%и%/B*ܸ,и,/B@и@/BDиD/ H//////!/#/%/3/5/7/9/+к#9ик)#9#1ܸ#4и#8и1;иCиC/E015;='&'&'#=3?3#+'& 3#'&#=3676?#'#jkL & ?77? &  & ?77? & 4.    $'    896'&'&'&5476767676&76767676'&'&j{fBFY('R6 KSA< T$(b1 !)R R#Rt!-vTi kH[*(B7$>$ >=rIU>k%-,?wJZq0GW// /"/4+:+ܸи!и$и4-и-/4/и//0153+2;#2'&#=36?'&'"+&'36767676'4'&'& V6@ !0OcW.% PDDN %6 .%wEI MQ24>O .!3ut )@&8?Cq6"276767676"'&'&/'&'&'&5476767676&74'&547676767676'&5&'&'&&376'4'&j{fBF,7  $J$# AER6 KSB , '+ &%+M   (% R#Rt!-vT3% y L$ kH[*(B7$>$ DBm"?S:3 1 '%1:S"?X>R   +Ynu=Q+=;иQSи=^и^/=`,/./[+a:+и/:a9[VиV/[XиX/0153327676547632#&'&'&'&'&'&+2;#'&#=36?'&'"+#32767676'&5&'& Q7O H  F   )7 ?<.% NCCN %6 .%Tr :E5 % $6K B.'F .H0   >k@? > !2/6k/OG+6/8/:/B/E/// / /0167>32#"'4'&'&'&'&#"'&'&7#"/5476;767676'&'&/&'&'&7676%0$   (;:%0 H@ L  N4  /%(7"KHH",,/ vw'"#&%/?$  2c%)!  * uwN- 9 " E[Y,$M N/LиL/5A`5]A05]A`]A0]ܸ и /5ܸи/и/58и8/5:и:/LDܸFиF/O%/(/*/,/<+ ܸ<и("ܸ и /(&и&/(-и-/"/и"2и2/ Gи I015)+5&'&'&'&'&#&;#2'&3#=3276?'&'&"+5676712  . ,4+ -" eWVe "- +3- .  ms,#$$#,smLE+5+и/иECиC/5N////&/(/*/,/и ܸ#и'и+и .и Iи K0153"?3#76767674='&'&'#=3?3#'&'&'&'&='&'"+ PDDN %6  3Sa(  & @78@ & hN_8'+.% F 6 T=q    9'!7C8*/-////////// /и/и/ ܺ-9ии/!и!/ #и 7015376#3#"54'&'#=376;##"/&'.+ B9EP 2 XW - @8-2Boipp/  45 ^/////!/2/4/6/8/D/H/Q/S/U/и/и/ ܺS9ии/"и"/ $к*S9 /и3и3/9и9/ ;кNS9 ]015376#3#"?/&'&'#=376#3#"6'&+=376;#"'&5&/#"'&5&'&+ :P /JJ>>  & :P 9 " D;)/1]_$KMMMee )&' 0 <= j////// /"/5/7/9/;/P/R/T/V/и ܸии!и $и 'и'/53ܸ5:и3=и3Mи5Qи5Uи3Xи gиg/ i0153?3#"767656'&'#=3?3#"3#'&#=32725'&3#'&#=367676?'&'&'&'&+% D;FQ &q'3 H>3; 7AA 8# D;FQ # "D  H>4;,! MPWU '  >Mef 5j   z| G*@+///////3/5/7/9/и/ и / ܸии/и/ !и31ܸ38и1;и F0153"76#3#76'&'#=373#3#'&#=36?='&'&'# F;FR ,' Ah2< A^ 1$ NCCN %6 fe 9#  $nhjij701 +%+  и /015; 276767654;#/&5476#+576PDV<%$  L'  "$\ $$.' phvW+ܸи и ++ии  и 017;+;+vED0110DE44uv"E///01676#"'&'&76767676#"'&'&7676 #'& - # '& - ).$!DI: ).$!DI:O+ии и ܸ и ++  015;+=;+EDDE1001 n // /017//7<DA7677 }9A>!/../ K6'&'&76{"  $#   $ "!>v /01676#"'&5476 # '#:  ).$!F\K!L`AM++M9M2иb/"/$/"[0167676=;'&/#"'&'&4767676735&'&'&'&##"'&'&765#327676C/$  4%-M.%4 Hj1 "!'"<)( )/yz&#'-* 23$#  !<3$9* +  ,B[4!+4и/3и/4и/!$и$/42и4=ܸ;и;///016#3767676'&/#'&'&'#543&76767654'&'&cT ""]-[\  ,+*-M%! 4 [!, ''!#4- (* xx D !DH"6 E&8+8:016#"'&'&7674'&#"3276767672;#"#&'&'&765676## "" & 6 (& .^0(c F1    $7'1R%5 I3w$^;'!3PK<+Kܸи/KиLиKк<K9K(и(/L)и)/K+и+/<:и:/<>и>///////9(9016#33#='&'&'&745676767654'&'&'#543&27676?='&'&xT TR08#\. .JK@ (8$ * % Y)*&7+E/ad ;43 9  wx 1B/ ,+ :и:/&+= +=;016+327676?32'&'&767676&'";5'&'&%6$& 51'#ZC-^ 7% bb $&BC".< %A&4<42[, &0 +#zD7+и/7>(/*/,/./+ии(&ܸ#и(-и&0и8и:и<и>016#&'&76?#;+2;#'&#=327676=+=;567676! &     )6645," F=4=&"#"#M  $!5D<ABM&2fz/w/Aww]Aw)w9wIwYwiwywwwwwww ]ܸи/и/ и /XиX/mAm&m6mFmVmfmvmmmmmmm ]Amm].и./<ии>/XVиV/XZиZ/mkиk/moиo/wuиu/wyиy/mи/wи/и/и/и/}+}0ܸ2и}{и{/016#"'&5465"'&'&#;'"#&'&'&5476?'&'&?'&'&5476767632376&767654'&&#32767676'&      #AX ##S5" J,8#08,= " $ 'M5,!y  &%  )g $  = B   !  -8   '2;%1!=5  9 1 /0  0/ y ((**!_==N+1+=и/=;ии/=и/и/A11]A1)191I1Y1i1y1111111 ]NLи=UܸWиW/N\иa /"/$/&/F/H/J/L/// 9 9 ܸи/ %и(и+и+/Cи Gи KиN016#3767676324;#'&#=327676565&'&'&;#'&#=327676'&'&'#543gT"  1 =54=  4/& =54= &   3i79^l >[<+ܸ<+и+/<-и-/4%/'/)/+/%#ܸ%*и#-016#"'&'&7676#3;#'&#=32765654'&'&+543r      R "814=& !   $"  2J@+@>и>/8$+016#"'&'&76773'&'&'&76763327676574'&'&'#543      S 3:E " "  *  $"  !2 # 2F& ]ѺZ+:и:/ZJиZLиSܸUиU///&/(/*/,/D/F/H/J/ +&9и/ии/ и&$ܸ&-и$/и$Aи&Eи&Iи$L016#37676'&+=3"7273#;#'&+=3676'4/2;#'&#=327676'&'&'#543cT7,   F; F'N % /)5=  /-& ;34<& 3( D  FB8:  %["+"и"иܸи/ //////  ܸ и 016#3;#'&#=327676'&'&'#543hT&=44=&  7r+Jf+%@+rи/rpии/rи/Aff]Af)f9fIfYfifyfffffff ]fJ9%#и#/A@@]A@)@9@I@Y@i@y@@@@@@@ ]JLииrܸи/и%//1/3/5/U/W/Y/[/{/}//// / / /////9/9#/9/-ܸ*и*//4и-7и-:и:/-Rи/Vи/Zи-]и-`и`/-xи/|и/и-01737676763276767676324;#'&#=327676565&'&'&;#'&#=327676565&'&'&;#'&#=32765654'&'&'#543eO#  1    1 =54=  4/& =54=  4/& =54= & %$      3i79^l79^l!^E<M+0+<и/<:ии/<и/и/A00]A0)090I0Y0i0y0000000 ]MKи<TܸVиV/M[и`/!/#/%/E/G/I/K// / / /99ܸи/$и'и*и*/BиFиJиM0173767676324;#'&#=327676565&'&'&;#'&#=32765654'&'&'#543eO#  1 =54=  4/& =54= & %$   3i79^l1"+A"&"6"F"V"f"v""""""" ]A""]" и /".ܸ*и*/.,и,/&+016#"'&'&5476&76767676'&'&ZIAQ#^/':)!<") =Sg]3 T3;I:Y5,JF)@ :<4> BX 1+ и/ Lии/ и/1/и 8ܸ:и:/1?и J)/+/-////// /)9)9)'ܸ).и'1и)O016#376723'&/;#'&#=32767654'&'&'#543&'"327676'&'&cT;P?&  ,QN & =45= & 40&(A*"  *=#) ##!, TV& ww>'%NS-!>6L} F+F 9F#и#/FHи N////// / / 9ܸик$ 9016?;;#'&#=327676='&'&'&767676&7676?='&'&!)  & =54= &_J$PJ%: 6"",  &&PX F!5'i6,'Z +\&)[\7lH'7+'и/&и/'и/'$и$/75и'>ܸ@и@/7E//1/3/5/// / ///9 /9/-ܸ*и/4и-7016#376767632'&'&?2;#'&#=32765654'&'&'#543`R   #  ,," F=4=&   db\ hYT+ +  A&6FVfv ]A]T7иHи [// /)/+/3/6/0137632+'&5&'&#"#"'&'&'&#"/547632767654'&'&'&'&'&'&7676+  6"!78? 9$5 & <)/  )9F # AA ! # D!E "NRX ! $E+$ Mg7} ,++ и и,*и*/9// /"/$/ +и  к*"9 -и /015;;+367675;#"'&'&'&5'5+=367676CBBC   -&& AX\\'%1((*) 1kn!?@//@5и5/и/5ܸи/ и /ии/и/ܸи/(и(/*и*/53и3/57и7/59и9/A///'///;+и/;ии/*'901737676765454'&'&'#=7633#='&'&'&'4'&+=3hQ #6 TR  $:$.  2   9 ]`  =4w(/*/,////////и/ܸии/и/!и2и2/40153?3#"2654'&+=376;##"'&'&'&/#0f=  `V2+$( 8@AE@   ! \C/E/G/N/P/R/////////1/3/5/и/и/ ܺE9и ии/и/ !к'E9 .и2и2/6и6/ 8и ZиZ/ \015376;#"7/&'"+=376;#76'4'&'#=373#"#"'&/"#"'&'&'&&/#2*17'TF,&39#,-() $7P&  9:.,,.@A  +  rv  _///////2/4/6/8/N/P/R/T/и/и/ ܺ 29ии/и/  и20ܸ-и29и0Kи2Oи2Sи0Vи ]и]/ _015376;#"7656'&+=376;#2;#'&+=32764'&'3#'&#=36?'&/#0e=  @.  70(-0M=< ,4-5= &$ 7/).D!^r & [=  hUS 33' ~3LPc////// /и/ ܸи/и/!и!/ #и K0153?3#767676'&#'=373#'&'&767676?&'&'&'&+/4-5= &/0$%  3R% ( EJ,F$$2%BH 'I x{ [` 'W   (  <] 3',1+ +&+ и/01;7276767675;#/&5477#5+765|h #  5: &:aa _ L[Y+и015;+ +и015))  w+/// // 9 9017326'L?326'L  $-2  $-2 #2?  #2? S-6326?'&#"'&'765) 25) 2 < <&[$+$и/$и/ //////  ܸ и 016#3;#'&#=32765654'&'&+543jR "814=& !   jmy-L+!+-и!#и%иLuиLwи!{HE++++иH3и3/ECи+Mи+OиHVиV/HXиE[иE]и]/E_и_/EaиHcиlиl/oиt015)+5'&'&/"3267675;+5&'.+7276767675;+=3676=+;#'&#=367674+';='& 6z&@**@&HL;(*JJ$& (  A8.7HZ]"#//AAf  wy $$ewxim   Da{3v+'$+3и')и$+и$-и-/vtиt/'}//8I++2+и/иIKиK/0123233+5'&'&/"367>75;+5'&'&'+27676765;#"#'&'&'&5&7656767676&76767654'&'&x/* &49E'A9E^!($(Tic x %K W9 L%,@  g yw *'0 #t =Z!-SB$>" ^$YkO%0#&& (6'&'&7676#327676'&5&i "% #"% R4 . %- %- $F5_-+и-/ /"/$/&/+"ܸ"'и'/)и2и4015)+5'&'&'&#3#'&3#=36?'&'"+    -]CH- [ODP %6 .%stP# +&./// +01732)'&54?&537PpxxwH]^88P'+>:+DB+A'&'6'F'V'f'v''''''' ]A'']><иB@иDFиBHиBJи>Lи>Nи:PDF+@J+D:иD<и@>иDBиFHиJLиFNиFP016'&'&'&5476767676'76767676'4'&'&5;;=;+=++j{fBFY('R6 K+<,EP@Va- <,tsst R#Rt!-vTi kH[*(B7$>"6WTCicxi<,RRR 6u///$/&/(/*/////5/ܸик9!и%и)и,016323#&#=367 3#'&#=36767676Dac & 9P < @7+1_^  I  43*p2RS/"/Sи/ ܸи/ и"$и"'ܸ"*и",и .и 0и=и=/'T5P+ +&(+",+ܸ ии&и&и" и&$и(*и,.и(0и(2иP?ܸ=и=/5I014 +5&'&'%"#"5765;;=;+=++432327676765432 5'&7,8Ta$ VU 7  7 VU___I  [[\ZC׸D/ / ܸи/ "иD;и;/&ܸ$и;=и E////./1/3/5/+иܸиии"и$и)и+и/и4и7и@иB015)#2;#2'&#=36?+2;#2'&#=36?'&'"+`_%6 .% PDDN %6 .% PDDN %6 .%7:.++и/016)+5&'&'&'&+5276767654;! '&7?4/4<  &*diixxv'N  z||>"* &#A 7QU%8+8%9%"и"/8;и;/+/./0/2/+)ܸ+1и)4016767676#"/54'&3#2'&#=36?5&5&'&'&'&'"'&7676z'C'6<(' 8)H- ]NP[ -H  2/  6 7 *(;!7.SC'0  J(6JYm!4+!и!и!и46и4Dи4Fи4Kи!^////'/*/,/./и/ и / ܸ'%ܸ'-и%0и I0153"76#3#"3#2'&#=36?='&'&'&767672?='&'#5#"32&#"32767676'&5&'& [MN[ -HeE- CuH- [MNZ -HeE- CuH-'1 E! x  !(  ./ 49@ @/../ 48@ @/.ޏ1<:  -&-7tu/UиU/gܸи/AJ]UJA?J]AJ]A?]A]A]и/J7ܸи/7кJ9и/и/,ܸ и /,*и*/74и4/>и>/gCиC/JLиUWиW/geиe/giиi/JnиJpи,v////=/@/B/D/и/ и / ܺ=9=;ܸ=Cи;Fкn=9 s0153"76#3#76767676747676;#3#2'&#=36?='"'&'4'&'&'&'"/4762='&'# [MN[ -H   //."  !+@H- [MNZ -H(  "P /  & H- #) N 82!3&0/../!28  N )E& ,jo/i/!+iи!ܸи/i4ܸ!Gи"Hи!IиNиPиXиZиZ/0136367676?;#"'&76767654'&'&'&#"+5'&'5;3'&'&'&'&76767676QCjIB  (8)-]` " UX! " ^^ .)8(  c%&) ?:O*58AZ)  'XX L6Sh1"$1'TR'1$"1h^,7YX' )ZA85$"e> j/@/и/@(ܸи/( и /(*и*/@>и>/[и[/DܸFиF/[YиY/[bи[dиd/DoиDqиq/@tи@wиw/@yи@и/(1/3/5/7/L/N/P/R/{t+{иt!иt#и%ܸ'и1/ܸ,и16и/9и%Aи%Cи/Iи1Mи1Qи/Tи%\и%^иt`и#aиtbиtr0167676#"'&'&?#;+2;#'&#=327676=+;#'&#=327676=+=;5?67676&;5476#&'&767674>#%9#     )6645," F=4=&_`&=44=&"#"# -d4N3 aa  '  5D<@@ >( 3 @?A?" j;k/:/и/:#ܸи/#и/: и /:и/:и/kZиZ/CܸиCи/#!и!/#%и%/:8и8/:<и7676D"A- ::&=44=& =M&=44=&"#"#4&'&!   +@?  @@ 6I]-^//и/ ܸи/и/^:и:/#ܸ%и%/:8и8/:Aи:CиC/#Nи#PиP/SиUк]89 _////+/-///1/S +ܸии "и(и,и0и3и ;и =иS?иSAиSQ016762;#'&#=327676=+;#'&#=327676=+=;5?67676&;='&'&56?=- &=44=&_`&=44=&"#"# /k4T1 aa @@ A(1 @?IJ  .E/и/Ah]hAh]Ah]и/AH]hHAH]AH]1ܸи/1и/Hи/H и /H"и"/hQܸ(иQ*и*/1/и//13и3/HFиF/HJиJ/QSиS/hfиf/lܸnиn/и/ии/lиlи/hиhиhи/hи/19/;/=/?/Y/[/]/_/t/v/x/z/,O+,.и./97ܸ9>и7Aи7Vи9Zи9^и7aиOiиOkи7qи9uи9yи7|иOиOи,и,и,и,0173767676'&'&76?'&#"32573;#'&#=32765654'&'&+;#'&#=327676=+;#'&#=327676=+=;5?67676&;='&'&76763'#&= &+)#A- ::&=44=& =M&=44=&_`&=44=&"#"# /k, $  aa    !   +@?  @@ A(  @?89    .muG^+,C+(+^eи^gиg/Guиu/Gwиw/CyиC|и|/,и/,и/(и(к^9////4/6/8/:/O/Q/S/U/)+ܸи!и)+и1и5и9и<и)Dи)FиLиPиTиWи)_и)aиcиeиwиyи01737676762;#'&#=327676=+;#'&#=327676=+;#'&#=327676=+=;5?67676&;5656'&'&547676747&;='&'&56?= =T4"&=44=&_`&=44=&_`&=44=&"#"# /k77" aa T1 aa  %@@ A)" @?@#  1 @?IJ  22#(+(&и&// +0173'&'&'&76763327676574'&'&'#543S 3:E " "  * !2 # 2F& k)///0163/&/&476 98II LJ=;  //0173/?6N  II8;  ;=JNq// /017?'&'"} i78 @BDCt;-001Z+// //015;7675;'&'&Z2>/$+$//$+ >" ,!3 H.'  '.EN+и015;+E5z+y+и015;+=3276'&'&+-, 9  3b. )  meOU+UWиO^ܸUaиUcи^e//e_+_e9e>и_aиec016#&'&'&767676'&5&'&'"&5476367654'&'&##'&#=327676=+=;56767676D,   8 %/-C $   $8 8 . 34=&'''' *,' & - !8ALI54 (*  :!8@%<2.!., HI$"cq+и/jиj/A]A)9IYiy ]}<+m+}и<2и2/0167676+7676?32#"'&/'&'&'&7676735&'&'&'&##"'&'&76&;54'&5#767654'&4+ KK(+&;%  -50*! $.9>+:(BV/1 "!<dcV&% ((  & '5 O(%! '"  )<) 4  !\%% //016#'&'&76?3'"'&'&5676  %     # "     W ";(  0    / PA    Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ jsMath-cmr10jsMath-cmr10cmr10cmr10FontForge 1.0 : jsMath-cmr10 : 9-12-2005FontForge 1.0 : jsMath-cmr10 : 9-12-2005jsMath-cmr10jsMath-cmr10Version 001.001 Version 001.001 jsMath-cmr10jsMath-cmr10j2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghwuni00B5NULL >;`wxmaxima-Version-18.02.0/data/fonts/jsMath-cmsy10.ttf000066400000000000000000001115441324204105000222560ustar00rootroot00000000000000FFTME`HGDEF((OS/2[F`cmapktgcvt fpgmX6sgasp glyf=KheadF 6hheaD$hmtxZ`loca̎V maxp5h namepost 9prep+A7_<zczc@x@Zx y1PfEd@  8F M8766 788cc" 77TRy;y;7,,88'&6 7 7c7  S+M!.! 491qP^!"re2%77777c7c7>>n7wc86AHA.6== T >D75c6  7 7 66 T S TK ? 8  8 8 7 7 7 7 7777 8 T R R R T 7 7 T R8 S7 7|`~   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ajkmov{bdl|cfizehpgqnsturxyw~},KPXYD_^-, EiD`-,*!-, F%FRX#Y Id F had%F hadRX#eY/ SXi TX!@Yi TX!@eYY:-, F%FRX#Y F jad%F jadRX#Y/-,K &PXQXD@DY!! EPXD!YY-, EiD` E}iD`-,*-,K &SX@Y &SX#!#Y &SX#!#Y &SX#!#Y &SX#!@#Y &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-+n4B"FPL N < N p 0l:H,.rNpPxN !0""#H$$$%\%&&P&&'x((6(^()J)**+B+,r,-"--.//0b1p122344p45f556*677H789L9:b:;f;F>>??@AABBxBClCl86+////0#+#%и0.01632"'&7676?)'&'&476?)'&'&'& $b i8  '2~F$k= (eE6'(6G0/ ?5!+и!#016'&'&/"'&/'&547676767676 *07 qA.N770/ B5 &^ oo F&&:G =40+//01637676'&'&'&'&'&'&547676 .O470*  /07 qA  F&& 5B G:&^ oo7YI./0/@/B////// 7+  и79к:.901632)'&'&'&7632"'&7676?)#"'&'&'&'&'&'47676767676 '2OOF$ $b i8  '2F$ c! m6 E6'(6G&'k= (eE6'(6G&'  rD +f"$ 6<86767632#"'&'&767'&76#'&'&54P  8E"'3/  $   , tu *6SE $   )/')C; ER'+vu   + 6$765&'&767632#"'&'&'&'&5476762'&B  ,  $  /3'"E8 ES6*tuuv$-RE  ;C!30)   $   +  7$6J:B+:8иBD01376767476'"'&'&'&#&'&7676767))'&'&54,##4@":+   G"&E@":+   Il==  (1 )  !]-  51 ) _-   8 JE///1/3/5/!*+ +39!и*,0163)!#))#"'&'&'&'&'&'47276767676 #3 12 47  74 HH 3#C~ *. .*K E6  ((  6EG   ? 8F;//++@4+!и+)и46и@>016"'&76?)'&'&54?)76763'&/)'&5476?)'&'&54M$:AV  /(K#3  FG 47  74  21 3#  G9@$ ? E6  ((  6E =CFUG//ܸи/!иG5и5/&59+ܸ-и-/53и3///01632'&'&/'&/'&'&5'&'&//5476767676*"^6@@4   &%  6?@6^" [5   1  FF 19 90 21 2   5[ >CCD//DAиA/ܸи/и/ܺ A9и/и/'и'/1и1/ACиC/+/01676?76727676#"'&'&'&'&'4=767  %&   4@pC--Cp?6   09 91 FG   1  8eCO OCe8 2 12" L`[%/'/)/8/:////Y1+ O+ '93'9T'9^'9013325'&'&763#"'&767674#"#&'&'&'&'&'&4767676'))76?'&4 .. 3_! !>.. 3_! !@ "7 5"  "5 5 C88CqH LC88CqH L !   =66'"'&'#"'&767676'&'&54776y ES6) uu ,  $  ,5&$D   +  '+RE  ;C!4/)   $7636'&'&'&'47676'&5&'&767632 )6SE  8D$&5,  $   ,    +  #   )0%*C; ER&+7<P7676'&3272'&'&/'&'&'&76767676&76765&'&/G; (DQ ,0=02EJ "H; IlT2 %-  74%57 ,0=02< ;# 3"; O$Ic ;# yK kc5%5aS O"IW)0 //0163'&'&?676  "6 . H R 7/H`6767676'&'&/'&'&5&7676#"7676'&'&'&&3676?'&'&UF#,-2_I= !TUF#,-2_I= !V='M@3//$7 < -7 ;WI2/ C  3$% 8.W&(c#  C  3$% 8.W&)b$ .e !C/ 8ZJ"8ZHr !B.THB;/5+ + +ии "и/-017;;+;#"'&'&'&47676hgcho FF!N!hambDAAN 5S   S5  A=VFV!1K    (jM&+3a+-+и/-+и+/-/и//a_иacиc/A&6FVfv ]A]mиm/и/a393и//1+1017327676763#'&'&'&76'&=+'&/'&76765676367676767454'&'&'&#'&5473367654'&'&'&54767637676&#"3?65{  $N/?66 8\9     .  $+ !$ ;A. #Ck9A$PP3$Bso   H 7  \f 3`5$ q<     # /$<)9  4+":E(  8"-'K? #m$!7-6Ab/rk+ +01632767632'&'&'&'&32'&'&'&7676#&54'&'&#&'&'&'&'"&54763767654'&'&'&567676+$*$)# E   72,() 2#278E&(  d>! 3.p.2'#  .1  ):{).$(+* 55 /31* /7= $(   . =  DI% E&1RH'   ."''   -/ !- $*" ?! 7"K+и// +и и и 017)+"'&/+'&'&76B?>   22 7#K+и!// + ии и 0163;)'&'&476?;76|   227+uOr+AO&O6OFOVOfOvOOOOOOO ]AOO]FrO9rXиX/////=/?/T/V/ T9-T9FT9016776?4'&'&547632"54'&''&5&'&'"'&5476367654'&'&5476763'&/&5&76M%  $  &   7   '(k 0 8 7.-Z?" )7%  NY! ;  #,4:# %*#  "7 Ic; :JZG+AGG]AG)G9GIGYGiGyGGGGGGG ]GDиD/GKиGMиM/GYиY/\V#+#%кR#V9016767632#"'&'&'4'5+&'&767672767676?;565476'5?6;5&5&   (2%  p>@  # 0VsV %7 Ya ]] ZA(  9M  ,   1& dA . {/'/)/c/e///'9o'9017327676#"'&'&5676727676'&'&'&'&567676767676'&'&#"'&547676765#"76767676   'Y`$9S& !%  $vQT3" ( ;$)< $? 1g&# ",$"C4  ! +-. 8M ==JB ,+]<' #   # 1-1($  #(  d085( Wi   E /D/013'&54?6'&'&76767632'&'&'&'&76767676/ ,! %  J4&)  $(E/  =i9-% $TZ D3< 8= 1&=Td))@$EY-  )=Tc_f1O;++2и4и4/>и@и@/013#"'&767637676'&"'&7676&+363676767676'&'&'&JX?]Fc561`F(M'*!  7_  #7$ [J5(& @.Y#_Pt:  >7!7,L@s %(9K$.# 05\ /[/013#"'&547676'&'&76767676'&'&76?'&'&7676768J  !%    93-K $&?) 5%%Kl  9,H+w 2 &Po - ! ' =  A&    V "F*nH,(0)&O=`;+%+и/и/%'иM0162'&4'&'#;"/+"'&'&'476767476767654#"'&547676 !" *f_ zz  ( YX41F)$- "\(   [<  5N^ -n(":   % )K/   K3"+X_I=+ +01"54767654'&'&'&767676762'&'&'476732767676#'&'&'&7676FB$$  !5"'-&&.+-"  % Av-5M<' 4F   BI,@$  uj $!5'   ,--\/02B2J1-C#-  2$3?CcY${////// A+AUи b01632;76767632767767672'"'&547674#'&7676765#"'&57567676;7676'&'&"'&76761  ss&3 ! 3,#   8"#<& ! lk( 2!.. $ 6%  3q9  $pt ~U`  .!%5m=( \LJ  s;;Y( g1U7++ +и/+-и6и A017232#36?67632+'&'&7676?6767656?#"'&5&7676761 (??+`b "#,TxR "99)2)& ( \ %+ A+mc3L2 6G'j;A  H) .HV#/ +и/ @01632#""'&'&'&767676327676767676?#"#"'&767676Lwv% $!. .iA=)2   7;.3" "8I 8AS* '+TX 1YT+mB !  !:,# =E&RM I #L47!)o//*/,/01732'&76767676765#"76767676%63#"'&74'&#"7676767673'&'&'&'&'&5&7676   ,H " X+ . 8 %  V`0A /#B  3>, B+  nv|/%&  + 'Q)#|lA&   "&  \$:Qq X//W/013'&76'&'&'&22;7676767676'&'&'#'&5676767676767676($ )  *.8OK  * F.-#/WA6 ( 3FB] :! !  ;O<*+    <-    *)^L#QKxjn5+A55]A5)595I5Y5i5y5555555 ]53и3/859l01732?67676767672"'&'&'&76?"'&'&'&/'&'&76763276767676  #9b  ) PE@  2'!0A;     ID 97b  +M?g [('#'zLT2ITZh '  A. %  ?[u|O #'3d''`:# 62J(,eQ'DFkD+DFиF/013767672"'&'&'&'&'&#"'&547676367676'&'&'&+'&767676'&"'&7676Jc3& )4g #&*,W`# ! 7'R /NS ! f#'*!  7_=>N0 HX %$F:;P 'X+ H) `!7,Lk///0162#"'&76'&'&'&#&'&'&'&767632327676'&'&'&'&'&'&767676%&  >/&8 :9$* xFN'+/+,"!1 &)QkL f ;  )  ; ".  fC$  ()5(#!!  J@4$ (U<"@A+< + и/ #и<:и:/016#'&5?6767674?#"'"'&54767676;7676! .= ``65 -  57bh  %4M[  ) ,Z5EA'    34E  fy Q+A & 6 F V f v ]A ]9/;/=/M/ܸ,и,/M<и !W % %;#Os   ,#!y}|2 IVx    iF+ и /AFF]AF)F9FIFYFiFyFFFFFFF ]FDиk@/B/T/V/X////2/4/6/h/ @9016276?'&767632767476'.'"'&'&76763"'&'45&'&'&#"'&7676'&'&#"'&7676PF'9#1e # ?#    4uWu 6 M\^i  )9 " GC  S y$ ( V{!B}% &9YzP  2)vm(B+( и /ABB]AB)B9BIBYBiByBBBBBBB ]////013767654'&#"'&767676723767672'&'&'4'&#"32'&'&7676767'&'&/+"'&547676p7~&  *%"8$     8,9' h`   #  "@   -" B?AN&   2$7h/ *N`VC?   )$? 8  oT E+ 0167676765&'&'"'&76?2'&'&'&767276?'&/"'&7676""!9(.  !  :7Fe:$ ) +PX%A   (*gS# % $# 2>;U/% A _9  &%v;!=+Z+Zи/NиPиP/ZW0133276'&'&/767676767672'&#""'&5&7676?#/&767632;76?#&'&"'&54767676::J . fZ, %#?XN0  J27%^3  ,!.. !:J3 ,An $#  #X   r`    Y8%   %n{   M<  !D- 7cV34//40и0/ܸи/и/и/и/ܸи/!и!/$и$/0.и./02и2/5////(+ и /(&и&/01632767676=76762#"'&'&'&5?6B 8ip<"  ?uyST  ' <  @%. '$HB&.7cV23// ܸи/  и /и/3)и)/!ܸи/),и,/!/и// 4+ии/1и1/016'&/&'&'&"/56?67676/yH 8ip<" >s U F)) ' <  @%. '$F7cV3dye/0и0/ܸи/и/AS]0SA`S]A S]A]A ]A`]и/и/ܸи/!и!/$и$/0.и./02и2/SIܸ6и6/I8иI:иIKиK/SQиQ/S`иScиc/f////(+=F+ и /(&и&/=;иFHиFTиFVи=^и=`01632767676=76762#"'&'&'&5?66;+'&'&=+'&'&76?;5476B 8ip<"  ?uyS QQQQ  QQQQT  ' <  @%. '$HB&.[ % $Q QQQQ QR7cX6'&' '&5476D ytty T    $'7cW6676"'&56B ytty T   '$ 7+"S+иии //// + и0163;+"'&/76B     KK7+![+ииии# / ///+и0163"'&/=+'&'&76?;=76     ++и//+016332+'&/76 ``ll '( 7+и / //// +0163"'.7676;76 mp ``  ++ и// +01732+"'&/76ll`` ('  + + и //+016;"'&/#"'&'&76"nm ``  >UA!9+!и!и9Q///./0/09017;#"#32#"'&'&/&'&'&'&#"/=7632767676?>x(%"3  3"%(/!3! ;A X 8>#  #  # 78 ,4>P5 2+ и24и2C%//<%901332#"#&=7632767654547676763'&'&'&54'&'&'&#"/54C7Q1 ;A 1Q7(%"3  3"%(&# 78 #& 8>#  # nM/01732'&'&476762Z[[Z  Y\\Y   76'&'4764'&56B Y\\Y Z[[Z    w+ии/016"'&/7 o !//! и /A&6FVfv ]A]и  и /  и / и/A]A)9IYiy ]ܸи/и/и/и/016'&'&5&7676'.76   6" "F YSE+иEG//./0/.9.9E.9G.901632'&'&/7676#"'&'&'&'&'&'&5476'&547676767676 *07 qA.O470*  ,07 qA.N770,  B5&^ F&&5B @7&^  F&&7ACRhgi/e/ܸи/и/i=и=/?и=AиA/UA9=[ܸYк`A9//01632'&/7676"'&'&'&'&/547655'&=7676767676&'76?'&*27= E44E =7229< E33E <9"2 !!!!?;. -Ԗ- ."====/ -,- /;? Q6# #66# SS #86'&547B  #6G-6'&'&76767676'&'&'&'&76H 7( +)    8( +)  F-v|$6k + ии 8(0++ +и иии(&и02017))'&'&54?)=)'&'&4767))'&76J'' +, z %  D3wey //0162'&7676?'&'&'&'&'&767676'&'&'&'&7676?'&'&'&7676&367654'&? '".!$G6 $+!E '".!$G6 $+=  %7 &   B! !9I/ .BD$D?8 !:G0 .BD$B@AP0 2& A7(=i&+A&&]A&)&9&I&Y&i&y&&&&&&& ]&:/!/016276'&#"+'&'&5476#"'&547636'&'476 ??$  $??  &AW    F=5**λ5=F    WA&523{:x+:Axx]Ax)x9xIxYxixyxxxxxxx ]xиx2к?x:9:Tиx^кcx:9CK+?KC9cKC9KgиCo0163276'&#"'"'&5476#"'&547632'&546?632#"/'&'&567675#"'&7676325&'&'476 $??$  ! $??$  -  2  2  .  $=F    E^ $?E    F=$A :'  &; ;&  ': 6?F:g;//ܸии;(и(/ܸи(+и+/< +и/ и 017;+"'&/+"'&/54#4#"'&'&'&767676 ""##0Y:- ;9]  `_`_ 6+=\PD~a+:+//1/4/6/01676'&'&'5+"'&'&76=+'&'&'&'&767676?'&'&'&767676oN 7 $6C *6?' B'.:'# A ?2 M &` 0 J/$ "a"#%'#$KLLK* '%(e'(%,##b) 7^#56"'&'&'&/&476767654&576?'&| ssn "a nnn  ֘$B Δ Δ7/_3767676'&'&'&'&'&'&7676'#7676767654'&'&'&'&'&$<. .>"=  nH+ +Hn NL(  >/$f**P*F"(( (   ' -,.n'q{F+"! !"+F{q#"' & t\M>d' 'M6][^2"  (98(6%J67636767676'"#&'&'&'&'&'&'&'&#'&767676B 3;FN,MF;3   Z^,.$..-^Z ;E/+^Z   3;FM*NF;3   Z^8*#  #*  HH H  *#  #*  H68=6'&547-"'$'&76%6'&547-"'$'&76E     7     7    T6///$+$/90163#'&'&'&'&'"'&'&4767636767676  H 2('x {''CMU'  "#(W$ ?9)(*'))) ))) 6'&'&'&7676'?  $% ,-j__^^__^$$- ,__^_^^_8A.+иии.0и.=!+ + иии!#и,и.и0и2и ;и =016;+;)'&'&476?;=+'&'&476?;5476}  #a  8X>%+ии%3и%5 ++и иии&и(и1и3и 5и 7017)+;+'.=+'&'&476?;=+'&'&476B>?    7F-;GUo1!+!-и13и!<и1Kи1M/-=+-+и-3и-5и=?и=Iи=K01'&'&'&'&745676765#;&#';'&'&'&5+5+76767676n?tPH` CS$,/-Y7-  -7Y0=m> F  $e*u $b4:6m> FPH_ F tM. &QCP"*PCQ&_"%%l6Q#j6_"#7F1A/+3++)и3501'&'&'&'&74567676&)'4'&'&5)767676n?tPH` CS$,/-Y7-  -7Y0k-1m>  &O !Vo{'$V! FPH_ F tM. &QCP"*PCQ&' _"%&FPH_ F tM. &QCP"*PCQ&']^^];^^] /3&)- l`]^] /3&))]^^]*7F4L/01'&'&'&'&74567676&?'&&'476767676'&5&'&n?tPH` CS$,/-Y7-  -7Y0ksLJuAIwb*  FPH_ F tM. &QCP"*PCQ&' W""'D'! ;g4 H- )&))7F?Q/01'&'&'&'&74567676&7676764'&'&'&6'&'&7676n?tPH` CS$,/-Y7-  -7Y0ksL/f va:2j&O* 1FPH_ F tM. &QCP"*PCQ&' W""'D'!b* G*@!'D'"f'%0 %57)&H#///)+)'и'/01#"'&'&'&'&7456767676&76367676'45&'&H/*TB6:B/8+hB5,24+( X8 %y(-4:+kM_d0|a})440W$ sa})440W%%|Pa#)91Z`(0hm777 /016"'&'&'47676&76767676'&'&'&O@ 3-=OQ94-0z'"     3 5L F-995N E-3"####77 /016"'&'&'47676O@ 3-=OQ94-0 3 5L F-995N E-38$)=K-5+ + +и  ии "и-+и57017))'&54767))'&'&4767))'&'&54B>?  >?==      Tv|5K[9B+ +"(+и/  и /"и/(+и+/97иBD0172;3"3#"'&'&'&476767))'&'&476h .#0  0#.!B"pNAAN{&6H %I6&  I=VFV?*   U:M9BD1 4KLLK  :l#NN!7:U W $@)  >    2 RG    "Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ jsMath-cmsy10jsMath-cmsy10cmsy10cmsy10FontForge 1.0 : jsMath-cmsy10 : 9-12-2005FontForge 1.0 : jsMath-cmsy10 : 9-12-2005jsMath-cmsy10jsMath-cmsy10Version 001.001 Version 001.001 jsMath-cmsy10jsMath-cmsy10j2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghwuni00B5NULL >vwxmaxima-Version-18.02.0/data/fonts/jsMath-cmti10.ttf000066400000000000000000001213401324204105000222320ustar00rootroot00000000000000FFTME`[GDEF(OS/2X`cmapktgcvt fpgmX6sgasp glyfCicTheadn' 6hhea\D$hmtx!e4locaHSmz maxpMh namēǑ\postX9prep+Ao_<zzdZpdd s;1PfEd  8 M3h2rX233EfS3ijlJ_/jwbj3i3F32rU:75344/ H4s384662J2eQ3H333bhdbg3,C3J3CS2I2IdbJKLVJJJ<J4Zt3Js:?s42F:J4Ode2Lr~L!QYRa;V|`~   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ajkmov{bdl|cfizehpgqnsturxyw~},KPXYD_^-, EiD`-,*!-, F%FRX#Y Id F had%F hadRX#eY/ SXi TX!@Yi TX!@eYY:-, F%FRX#Y F jad%F jadRX#Y/-,K &PXQXD@DY!! EPXD!YY-, EiD` E}iD`-,*-,K &SX@Y &SX#!#Y &SX#!#Y &SX#!#Y &SX#!@#Y &SX%EPX#!#!%E#!#!Y!YD- ,KSXED!!Y-+BnDJ|B`Z d  * d DF^\B0l !"##`#$$>$`$%%& &''(R()r)**+,B,-@-.J./Z00162.2333424z46&77f78:9R:.;;?@ABCEbEEFFPFFG$GHIlJJJK*K*h# +016#"'&5676632'&7676=K |'  (&% A #( #$ v&76'&'&7676?'&'&7676'&'&7676?'&'&76 # #?M  # #?M $XF6 AV  ,%$XF6 AV  ,%r==ak%-++ и ии/!и-+и-:и-<и-Gи-IиI/%Oи%QиTи]иbиdи%gи%i01632;?63+32#"+'&'&74?+'&'&74?#/&76?;765#"'&7676;?6+;76: BJ SSNQ KJNNXW&&ei ):oOQ BJ SROQ KJNMXW&&efqpNQSR&&SR&&   ML    MLMLMLXu?~P+!(+(*иPGиG/(aи!hи!j016'&5476?54'&'&32+3276767632'&'&'#&'&54767632?4#"'&?632;7476767676'#327674>#8" 9-*.-- 7 ,F'> '2- 0-! %L"" "!Q!  # I SL @ L)# !  ! LYU) O?Sn6767676766'&'&767#'&/#"'&'&767676&767676'&6'&'&'&7676?6&767676'&'&~,J%K;    .' ( ,69 C"(  ,/ #&="#!  !1   !) 9  0  | ?A 8D"DPiN" ) bO 3?[M"L kR>S-!# 6JS! : `L #6'&76767634'&7676#/767676'&/7676'&'&'&5676767676?4'&54763'&'&'&'&'&76?'&54767676&76767654""  ' +   .( 5?+ "  # '   83!) ;4Xdn "/"!!   ,) &E0P  2 )4L.OgEZ9.   &$!" 12)$'ja I#( ?PK: @F($    + w~6'&'&7676?'&'&766 # &D M $XM5  AV  ,%"//////016;+/&'&76767676 K,3U  C m8R tr~Z1:UE /////016;+'&7476767'&54  C Z B</1  ('  HE')  '12 GF&(  ')GJ -.+и)01632+4'&54?#"'&'&7676;7676  B"!!  ""* v E?76'&'&54767674'&'&76" # .  |%Z% '=,%SV/ / // 017632##"'&574fsuVq<i76'&'&76&' "}#  $i / /016#"'&76L  18 j596'&'&'&76767676&3276767674'&!; &!3=XF )-C5_$ / 42'7:[]rc>M9+#)mu r5,#",'" 5.ʞ*"l4=//////ܸ ии/#901632;#&'&767632767#"'&74?6367676 JJ 3r B q2* "F8  H J&x&/)/5/7/9/01676767676;"'&'&'&+'&56767676767676'&'&367676'&7676"'&'&767676w P 2",R5 AE/! .N $.* 8$35*4 $3F(  $    &  !(:!O!(T<"1#  2.f 1?8#'45#4""cB .1  56C#_2uH@+@>и>/016'&'&'&767632767676'&'&#&#&'&763636767676'&'&76'&7676'&'&'&5&7676+-J )[%&2$ &"   "4   &#$2 /E-   *( 2 9*DW?#-4.O& &$#   ="<   +3O 9&  !# 8> 0/=W6357676767676+4'&'47654'&'&'&'&5476767676676  !4Qq&? ,&     6&  AJ  )seqPW D= KJ  Jj7_////U+016767632'"'&"27676'&'&5476763276767676'&'&#"'&54 h 56"  (1! S8=F $ 13 B5 W4-  # QQ $/pW) D    & #9C0# A [w7Mi6#&'&54767254'&#&7676'&#&'&'&7656767676&7676767674'&'&C     >+! (/ "16&  *kA  % )  >    B2S &2@$0$(   B6I@` / 2L0:.l\  {J6327636767>;'&'&7676?'&'&'&'"#"5"'476 :2 $  [# .x$  05 (d % )5 9("b(7JbX`+A``]A`)`9`I`Y`i`y``````` ]d016'&'&'&7676?'&'&76767676&767676'&'"76767654'E/   #  #+5S@ !5   "2L )71O"#' b+L +<5  (#  +#  .+# , !3FC  (=$"C, -."D!+-7$7N 1$j*?[_J8+AJ&J6JFJVJfJvJJJJJJJ ]AJJ]"8J9/0173'.'&76767637676765#"'&'&54767676&3676767676'&1 +T \N     " %&* 4 %;^  + 9CdQBxT7$ !  % $,S9   *,(0:/4' $cX +[E7 2i7!6'&'&76766'&'&76# #$  *&' "  #  $F?7/6'&'&76766'&'&7676764/&76# #$  - K 7     `Y  7> ,%2'I !6'&5476732'&7654& (K$'  !8  r o+ +016)! '&767! )'&76##*##mU' a $>+016'&54766327676?'&'&7676'&'&7676767676'4'&+'&7676m& (  $ 0 O   9(    8Y:#+2 @ !!'  ! 1.2$;'*   M    ,#j! %);3%0! %  !'Wg676767676;'&'&767676767676'&'&'&#"'&'&767676632'&7676)+2 @% %% 0 O  ;'    <]'  (&%(<3%0! &   2,/$;'+  N    ,#q#( #$ raC+ACC]AC)C9CICYCiCyCCCCCCC ]Wc+016'&'&#'&'&'&'&54767676763232767676'&'&32?;#"'&'&'&74567676&76?'&'&(=09 # 43  -) 1*1  ' !" ! 2BkCD$YY sw#2,L#a#bu.# 7% &0R!/;Ia* "    $  Q@!   !;/^;K7"k)!z, 0@!K&6"-v&T0GhA "* ]] !:HQɺ!+A!!]A!)!9!I!Y!i!y!!!!!!! ]S///G//////4/6/8/:/.5+Q%+. и.и%'и.?иQOиO/016322'&#'&576367676&=+2#&'&5763276766'43,Cp   ih   ZU  & CQYY"7<  " 20Ēy77QcM///!/#/;+BT+TB9Yܸ(и(/;3и3/0173#""'"'&76?36?'&'&#"'&6&#367276767654'&'&&+32767676'& M 51J /"  $2:4 2 EG *^IO IN B#  PYYDTQ+"6( @=50 '-.("-uzD   "3LC -J// / / /I/01627676325+'&76'&'&7676767632'&'&'&5&767676!L("$ "$ 94N j5F H:U)#cB IF =/G#  P" Xz  2 EE3tp)$ } 5 ? "-g;// / / /82+8:и8<и/@/B/D/F/a/c/e/g/i/T+и/ ܸи#и#/'и'/ /и@8ܸ@EиE/8Kи8[и@hиh/8nи y0173?3#;76'&'&+'&76?3?3#3'"#&#'&76?36?674+3'"#&#'&76?36?'&'&+'&76 WaD  ( ; + WaD  ( +  U 2  !B+  U 2 EG + yz /9[///// /"/$/&/ ܸ ܸи/ %и%/,и 4016376#432'"#&#'&547636?'&'#'&76s} , FF" W  4EF5  HnI+D+и/D иDBиB/016376#"'&'&'&'&7676327676765&'&#"'&76Pf ! >9 LS''   x% !9  '+      (4[///"/$/&/(/*/,/F/I/K/M/h/j/l/n/и/ܺF9и2иltܸ@иlGиG/lLиL/tUк\F9tbиliиi/~0173?3#767676'&'"'&576237636"32#&3#'&747672767654/3#&'&76?36?'&'&#"'&6 WaD ( J  OK G5 `]=:# 5bF   00v.+g2 EG * ؇  ")QO  " d"3v@[///%/'/)/+/и/ ܸ и и/)ܸ0и0/ ;017376#"#"53676767632#+'&76?36?'&'&+'&76f# 'FFsI0'% Z2 EG +0(g8m*/-///?/A/C/R/T/V/X/+ии-5ܸ#и-+и+/5Lи-SиS/5]иi017;7677>;#3#&'&76?36?5"#"/& 3#&'&76?367676'4'&#"'&6de aa( +e}2 CD3 Wi$ s%   (( P"4_T//////)/+/-/://@/и/ +9ܸи/!и:,и,/0+9:6ܸ:?и?/6EиMиM/O01732&76'&'#'&76?3?3#5+'& 3'&#'&76?367676'+'&76[_\X341 :]9 "HJ fi|3 {E $DC;  ( 3d.+A..]A.).9.I.Y.i.y....... ].0и0/5016'&'&767676&7676767654'&'&`5%VNZ^ R ,@oOn1-:(,$G$668E% $Q07MNoWM+D RYYH4% )GKzI&) UH8 >#6?V[//"/$/&/(/*/K+и$ܸ$)и)//иCܸ:и:/0173"+3'"#&#'&76?36?'&'&+'&76&'3676767676'& 5   3<7T3  U 2 EG +O >D $#FN7  % .(&uv/&8/"=8[m676767632'&'&'&?5'&767676&5676763767676'&&?'&'&`5  KJm  2  )L&  %$dBR ,@oOy!aK*  (/ M/    ,&Q*'$|no7*0  : BRYYH4'l(1dk'"F$ $ C ;sP[H6d0 6nSKS+j+wA+ACиSUиSWиW/K^иjqиwyиy/0173#"276763732'&'&767676'&'&#"+53'"#&#'&76?36?'&'&+'&76&'"363676767656'&Z! U 2     +d !(8! +  R 2 EG +:7@!/@/B/D/[/]/_/a/c/и/ ܸии/ *и>8ܸ>CиC/8LкSB98Xи>bиb/8iи8kиk/ u017376#"7676'&#"'&76?37632'&#'&74767632?2'&'2'"#&#'&547632767637'&'&'"'&6 Z}  =s a` 3"IP67 )X  &%    =  F%S 1  X_ qp  "'!"j_g/////!/#/%/'/B/E/G/#-ܸ и-иENܸ;иECиC/-Z016376"7654'&'"&6767636;#&#'&76?367676?'&'&'#'&76 _y  (*  @O 5!C*y + W_D ' 33-( U5gh ^bQA+ +/+и//1и1/016;6 2767676?; '&7676#&##"'&574=\"I%( L;Hb,D >)Hh )&O"H$+ +01732+42#"'&'&A99**rsN99z{ 49 v\;676'&'&76767676'&'&7676t M &1/! M &1/!  AV  ,$ ,;Z )  AV  ,$ ,;Z )i$ ++01732#"'&'&76?;754"'&'&7699z{99**rsN    / //016#"/&##"'&547_&":B  /--2 s //016'"'&'&760&* #'!"vl //01676#"'&7676K M  ( , X   AV   +1!fR b!6P676276767632'&/#"'&'&767676&3276?'&'&?  $% (0 *'  8 82J#   $     +  QS) $ 89GWF)$:OO# / de *h.J%//////901632576#"'&'&76?6'&+'&76763&7676767676'&I "# C?* 4)2 512  /3 -+Xb!  24 #0?! Y&C 3   %W JS!)  &W=/!/#/7 +016+76767632#"'&'&'&767676&327676'&V+"8 8 J=, #0?!) K8^;! G*& 9 5K&+"  &&()mK%& 0+ 3_?$+и$&и$Oи$QиQ/WиY016'&7676?/";+4'&'&5476763276767676?#/&76?;767676]+ " !   5567%+ )*1" !    ..// *"  }@= & *"   /9B0yd K ,3AW (+01676'&'&767632767676?#"'&'&7676&76?'&@ 8<>*"2qL6'&'&'4766'&'&76723636767656'&+'&76769 "  >%13 !)F! " &f % .!    # &   9 0 C  "$@Cq///01632767676"'&5476765&#7676767632'&'&4765.'&'&'&76776'&+'&76763I 23 <4%! " # 3! Z +9" =H  >8 $'% & 9! =" F[  <& " `g   S;2////01632276767632#"'&'&?676'&+'&76763I IJ !  ?;   * RS  %IU{6767676767676767632'&'&5476'&'&"'&'47676'&'&'&'47676'&#"+'&5476 $   <,'  '1<,! ,% = "'!  !"  :+!  &&     ' * +F=\2 _/(  -0 ;  ( I _ 9']IT^67676765?32'&'&'476'&'&'&'47656'&+'&54767676 "  :N     -%=& !  &'    : +F3SH 4$L' ,5!   ;  !M6* d06'&'&'&547676&767676'&T81 (]Y=&Cx7*)#   !D,#73GH= La/)/+/-///+#ܸ+.и./#401676#"'&/"32'&#'&5763676'&+'&54767676&76767676'& "  OM* 4)2  #x;!w  5: #& G +Xb! QR# M6* ) R ee /&L@"'b>@Z#// /"/$/ )ܸ01676763232'&#'&57632767676#"'&'&767676&3276?'&'&?  FG#Bc  &   8 82J#   $  &  "NO 89GWF)$:OO# / ee : JF67676"#&'&76?'&#"'&'47676'&+'&7676 $  55"% $#  &&%     <  XZ K`6'&'&76?'&'&'"#&'&'&767632#76767654'&'&'&'&76767676!C'  "   &- !.";  #   $ # 3!  & "    $  2'&     );.6 VtsB3 +и0и2и 9и ;016;#"+76767632'&'&=?+'&547632;767676 ,,.#& 0"(G<##,, . qML0Ud 8PW J;aUF+A&6FVfv ]A]/017376765767676276767632'&/'&'&'&54767676'&#"+'&7676   # ' %&  %&$4 !--(  "  # b$( 2 +  SZ)! 5o / A='#JJ6'&'&'&76764#"+'&767676327676'&'&'&7676'B'- )+ +     %  4&B?  9"+r=& \<  # L//&iA'  Jn6'&'&/#"'&'&'&76764#"+'&7676763237676576767676767676'&'&'&7676 !%%44 $  / *+ +   ( 3   )   @GiW$#   $#,s=& \<  # n2<** tp4J*F*'  <~w+A]A)9IYiy ]9@/B/D/L/N/0167676'&5476?'&#"767676767632#"'&/#"'&'&'476763276?6'&+'&7676%!  (.  "    9  &**=  )      ; -&  /    1): ,?       .- = $GJ2 kUP+A&6FVfv ]A]/017376?67676'&'&76767676767674'&'&'&54767676'&#"+'&767676   # # (&  2/PG3$  !, %&(. ( !) # b$( & ȿ\5$     0?  %5o /PE(4Y632767>;76767632'&'&'&+'&76?674'&'&##"'&7676  *L] &%2"  .)#  #AVc 3- 7 * #5K] *   "- * Z* +и  017;+'&76c  t +и  017))'&76}<<  @167'&'&'&57676767'&'&'&57676x #<+%  #<+%   (FL@   (FL@ +:'/ / /017327676'&'&#"#"'&767676e  ,  !*   +)  "   'JU@/!/#///016276767632#"'&'&747676'&+'&767676  +. $$8 0 */   v}4T*J2o~  >*":R/T/V/X/r/t/v/x/z/|/^W++<+<:и:/^BиB/^EиE/<dи<fи^mи^ии/и/и/017;"'&7654'&'&'&#&32767>?32#"'&76'&'&+32767676?32#+'&76763676765+2'"#&#'&767676767#"'"'&76'#'34?'& $ & :AB!9 !" $($=; C$!- g'CB;:   @Q @ =w NN:;"!'&   ( &2z| &#p ssif *l2o_b/d///n/I\++&A+и/IGиG/IKиK/\ZиZ/0162;"'&7456'&'&'&#&5367676767632+'&576'&+32767676?32#2#"'&'&76767676&7676766'&+)! $ / AG3=! K-""9EB""+ g$ >]0>) =pKO$>BkM")K  T y~8 @  %$p Tm1/zL2 *@m)*)p [,n+6'&'&'47676&"#72767676'&?* -; 5= & # %+ 0 '   4=O"/$/&/(/*/8+ ܸ8и/&ܸ&)и)//016;#"'&76'&'&#"2'"#&#'&76?36?5&'#'&76  8 CGDF>'T 2 EE3tp^ F-/// + 9и/01732! '&776&436u 0 AdW3U'V/0/A00]A0)090I0Y0i0y0000000 ]ܸVи/"A"&"6"F"V"f"v""""""" ]A""]и/0.и./02и2/99J9W9O+>J+>4и9;и;/OEиE/9KܸJL016'&'&767676&76767676'4'&;3?67;#"'&?++&5?`5%VNZ^ R ,@oOzI@V).')%q2# __"#__"#Q07MNoWM+D RYYH4$ ?WT?Y. J9-#+\   :Mɺ$+A$$]A$)$9$I$Y$i$y$$$$$$$ ]$&и&/O//////7/:/=////"ܸ и"0и8и8/;и;/"C016322'"#&#'&76?36?'&542#&"'&547636767>76 ! ?o !+ st&  O<*        ,.J&UwkYr++1@+*H+и/и/ܸ*6и1Gܸ@Lи@Nиra01732"'&76=#'"#6#"'&5746;;7676;4#"'&?4++'&'4?66227676762+'&576$ ,$ $/!$  $RNLO  ;L4^U//// /://@/B/ +ܸи/%и +и -и4иAиA/Gи P016)#3'"#&#'&76?36?+3'"#&#'&76?36?5&'#'&76<<3 EE3  U 2 FGGG+  U 2 EE3OF75/7/9/;/+и/9$ܸ&и&/016)"'&745654'&'#"#&36767676?;##!'&74?'&574 $(;?= x} Q&*  !*PGHH "E~ $&Z]wLD"BgK3/5/7/9/;/ +7-ܸ7:и:/-Aи-Cи R01676767676#"'&76'&'"2'"#&#'&5476323676767676764'&#"#"'&54767676l2$ %15, /5"'" 5"b  B ## 9 . #3D C0"0# * D   +)J5(  &% Zj{_////*/,/./0/2/ ܸи.$ܸ.1и1/$8и$:и U016376#"#2'"#&#'&5476323676?"'&'&'&'&7676?6'&'&'#'&766#"34&76767676'&o|B  6*Y eCE >"a  B [# .q+-  4$!$ #-   F2"$  --5R M6" 0.  ZA 31O*/1 %R>   B*6_////>/@/B/D/F/ ܸиB8ܸBEиE/8Lи8Nи ~016376#"#2767676767673#"2'"#&#'&547632367676?'&'&5476'&'"'&76563232376/&'#'&76|B 43!2--   E >"a  B  k  +   53 4$   :`6%  ,/'0.  .-^$'.( Q05& dh<I+A<&<6<F<V<f<v<<<<<<< ]A<<]<:и:/IGиG/&+&Aи&CиW016367676767632+'&76767676'&'&#""+'&767676323'&'&'&7656767676+K1,8<2 #) #$UT@ :"8@:d   ;T*& 5 \g +'>!DT"I<)(QPCu0-tV:$.O+\yC! $.M%,eP-'LBG 2CQ/S/z/|/BI+BиIqиIsиBиB016'&7676?'&;7676767676'&76765&'"32+#'&'&4767676767676=+#&'&767676767674"'&'&?672;56?67676.&2"   # jj ,* &#  5766. '4?,!"   &jj&") 4 !    4Z. 4 -   ?}*`( -   "F+r.>  $! *a%wC94 ''"  "   &)X80AZ#3]w9G/I/+9>ܸ@иmиo016'&'&76?'&#";276767632'&'&=?+#&'&767676767674"'&'&?67232576767690?  ( 5C(* #( ##ZY&") 4 !    4Z.9% ) &    Uf+  QS %wC94 ''"  "   &)X8]!A3ir-+-/иr`016?632;276767632'&'&=?+'&'&7676767676?4"'&'&76763?6767676&;764'&'&7676#&4&5#IK#= B##ff#+  % !   1Z-/  +Z?gh, +  S} < 4  '"  "  \l0I'%QoTT 2w(>+Hm+(и/>иHи><и@и@/moиmиmиmиHиH01'&'&7676'&#"3?6767676'&'&76?'&'&#5;276767632#&'&'&=?+'&'&76276767674+'&'&76767676767676=+'&547632;76768G"    po  9a+?  ( 1-(* (##`_%  %)!@    :oo&&  % !  .- .". +  {3+X  "+ '   ?u+  SR )^( .! !'+o?   '"  "  wPvmJ#03KT+иTVиT}иTиTиии01'&7676?'&;76767676?632;276767632#"'&'&=?+'&'&7676767>7676=#"'&'&76767676767675+'&76?;7676767676&;764'&'&7676#&0 3"  %%  op<*/( 4#IK"/ ##fe!'%(6"   *op9"$0$ !   .-//%1n   gh/    |0mc% - +  SL " 3  !   64َە65'&'&767676767676676'&+'&547615FB5)    W ,!3J& -  *!f,  Q  4N!6/&5&476I "\ 2K v Q& //0163'&'&76?6    6K  | 9N///016&?632/&76/W<JMh B" /1a ?)//////01632767676767632'&'&76 $;9  I K  "; V'@ (5M+ и /016322+'&76 LY6[-+ 017322#"'&'&7656367654'&#"'&76"#  :+G ='        3B/013#"'&'&'&5476#"7676764'&'&5476767676'&#'&'&5676763676766=+'&76?;767676+N 4 E *     $ "*/)& "    4.-//H 8#.+?% " Q*   3     F$.('$01. Y$5 '  >i!H RQav#,/./6/8/@/B/Z+01676#76767632'&/'"'&'754'"'&'&'&767676?6&767676'&657676?  OD) $4`$ -  #0?. 52W+1W-5 A VJ K7( .$!'  ^/  +  '    + <"8/+0,$ E   u&7)+"5& aC[m+190167676+32767632#'&/'&'&'&767676&'"767676'&7&327676'&J,! *5Z6* 6 -  0=2./E6 '0%>  $(" &U+/ $%+,= 5"9+ 04 &L_`5+0([O"&  6']j) !. ;02DVY<&+A<&<6<F<V<f<v<<<<<<< ]A<<]O+016#"/'&54765'&76767632376#?'&&432767676  +Q$'-+"(& -(%M(10+(&)$# .Kq( ( bq""+ )9!2!rS"75<54GoZ.56+^I$!e6 F  8.N/!AVg//@/01636'&'&/547656'&'&76767676767676&4'&'&&#76767676%" %VNZ}]   #$ 48 @oHM' VB>$#N% 3QN A& .+ 9EMNoWM*?&# +- zH/  %X GFIX5/  ; ;l`QPV_// / /01632"'&54?"wi @$/6#'&7676'&7676>%(& '   * # & &W $@)  >    2 RG    "Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ Generated from MetaFont bitmap by mftrace 1.0.33, http://www.cs.uu.nl/~hanwen/mftrace/ jsMath-cmti10jsMath-cmti10cmti10cmti10FontForge 1.0 : jsMath-cmti10 : 9-12-2005FontForge 1.0 : jsMath-cmti10 : 9-12-2005jsMath-cmti10jsMath-cmti10Version 001.001 Version 001.001 jsMath-cmti10jsMath-cmti10j2  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghwuni00B5NULL >wxmaxima-Version-18.02.0/data/generate_pngs.sh000077500000000000000000000034161324204105000212240ustar00rootroot00000000000000#!/bin/sh # convert SVG images to PNG and then to C Sourcecode (using xxd -i) cat >icon.h </dev/null && optipng -o 9 "$PNGIMAGENAME" # optimize image, if optipng is available xxd -i "$PNGIMAGENAME" >> icon.h done wxmaxima-Version-18.02.0/data/icon.h000066400000000000000000004126571324204105000171600ustar00rootroot00000000000000/* Automatically generated file using generate_pngs.sh */ /* SVG images are converted to PNG (using inkscape) and then converted to C using xxd */ /* This file is part of wxMaxima. */ /* Copyright (C) 2018 wxMaxima Team (https://andrejv.github.io/wxmaxima/) */ /* This program is free software; you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License, or */ /* (at your option) any later version. */ /* 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. */ /* You should have received a copy of the GNU General Public License */ /* along with this program; if not, write to the Free Software */ /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ unsigned char wxmaxima_png[] = { 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x08, 0x06, 0x00, 0x00, 0x00, 0xc3, 0x3e, 0x61, 0xcb, 0x00, 0x00, 0x00, 0x04, 0x73, 0x42, 0x49, 0x54, 0x08, 0x08, 0x08, 0x08, 0x7c, 0x08, 0x64, 0x88, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x49, 0xf4, 0x00, 0x00, 0x49, 0xf4, 0x01, 0xba, 0x6e, 0xef, 0xf7, 0x00, 0x00, 0x00, 0x19, 0x74, 0x45, 0x58, 0x74, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x00, 0x77, 0x77, 0x77, 0x2e, 0x69, 0x6e, 0x6b, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x9b, 0xee, 0x3c, 0x1a, 0x00, 0x00, 0x55, 0x1e, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0xed, 0x5d, 0x07, 0x58, 0x94, 0xc7, 0xd6, 0x86, 0xad, 0x6c, 0x01, 0x96, 0xde, 0x3b, 0x02, 0x52, 0xa5, 0x8b, 0xbd, 0xf7, 0x1e, 0x63, 0x34, 0x46, 0x93, 0x68, 0x12, 0x41, 0xd3, 0x34, 0x31, 0x89, 0x49, 0x4c, 0x4c, 0x34, 0xbd, 0xd7, 0x9b, 0xe4, 0x46, 0x63, 0x54, 0x8a, 0x15, 0x7b, 0x43, 0x7a, 0x07, 0x15, 0x04, 0x69, 0x4a, 0xef, 0xc5, 0x2e, 0x9d, 0xdd, 0x9d, 0xff, 0x9c, 0xd9, 0xfd, 0xd6, 0x05, 0x41, 0xc1, 0x96, 0xdc, 0xfc, 0xd9, 0xe7, 0x39, 0xcf, 0xc2, 0xf6, 0x6f, 0xde, 0x77, 0x4e, 0x9b, 0x33, 0x67, 0x34, 0x34, 0xfe, 0x79, 0x37, 0x0e, 0x88, 0x0b, 0xc8, 0xe3, 0x20, 0x6f, 0x80, 0xfc, 0xa4, 0xc9, 0xe6, 0x1c, 0x67, 0x71, 0xb9, 0x59, 0x2c, 0x36, 0xb7, 0x42, 0x93, 0xc5, 0xba, 0x0e, 0x8f, 0xc9, 0x41, 0x48, 0x0f, 0x91, 0xe3, 0x73, 0xf8, 0x1a, 0x78, 0xed, 0x59, 0x7c, 0x0f, 0x3c, 0xf6, 0x23, 0xc8, 0x5a, 0x90, 0xc7, 0x40, 0x9c, 0x41, 0xd8, 0x1a, 0xff, 0xde, 0xfe, 0x76, 0x37, 0x3d, 0x90, 0x59, 0x20, 0xdf, 0xb0, 0x38, 0xdc, 0x6c, 0x4d, 0x4d, 0xcd, 0x0e, 0x04, 0x94, 0xcd, 0xe1, 0xb6, 0x8a, 0x0d, 0x8c, 0xea, 0x4c, 0x1c, 0x07, 0x97, 0x3a, 0x04, 0x8c, 0x3e, 0xef, 0x3e, 0x71, 0x76, 0xa6, 0xdf, 0xbc, 0xa7, 0x13, 0x47, 0x3e, 0xf3, 0xca, 0xa9, 0xf1, 0x2b, 0xd7, 0x1d, 0x43, 0x99, 0xfa, 0xfa, 0x47, 0x07, 0x51, 0x98, 0xff, 0x47, 0x3c, 0xfd, 0xf2, 0x29, 0x7c, 0x0d, 0xbe, 0x16, 0xdf, 0x63, 0x32, 0xc8, 0xb5, 0x44, 0x6c, 0x60, 0x5c, 0x8b, 0x9f, 0x85, 0x9f, 0x89, 0x9f, 0x0d, 0xdf, 0x71, 0x4e, 0x49, 0x8c, 0xa7, 0x40, 0xec, 0xfe, 0x1d, 0xfe, 0x47, 0x7f, 0xd3, 0x02, 0x99, 0x01, 0xf2, 0x35, 0x80, 0x91, 0x8b, 0x33, 0x97, 0xc5, 0x66, 0xb7, 0xeb, 0x5b, 0xda, 0x55, 0xb8, 0x8d, 0x9b, 0x75, 0x7a, 0xf4, 0x0b, 0x6b, 0x4f, 0x2c, 0xf8, 0x6c, 0xcb, 0xce, 0x95, 0xe1, 0xf1, 0x9b, 0x1f, 0xa4, 0x2c, 0xfc, 0xfc, 0x8f, 0x08, 0xfc, 0x6c, 0xb7, 0x09, 0xb3, 0x4e, 0x1b, 0xd9, 0x39, 0x95, 0x71, 0x78, 0xfc, 0x66, 0x24, 0x05, 0x7c, 0x77, 0x05, 0x6a, 0x19, 0x90, 0x99, 0xca, 0xdf, 0xf6, 0xef, 0xed, 0x21, 0xdc, 0x78, 0x20, 0x73, 0x59, 0x2c, 0xf6, 0x4e, 0x50, 0xd3, 0x2d, 0x30, 0xe8, 0x1d, 0x0c, 0xe0, 0x93, 0x5f, 0xfd, 0xe0, 0xf0, 0x8a, 0x6d, 0xa7, 0xfe, 0x78, 0xd0, 0x80, 0xf7, 0x47, 0xe6, 0xbc, 0xff, 0xfd, 0x5e, 0xcf, 0x69, 0x8f, 0xa7, 0x19, 0xd8, 0x38, 0x94, 0x6b, 0xb2, 0xd8, 0x9d, 0xf4, 0xb7, 0xb1, 0x58, 0x11, 0xf0, 0x5b, 0xe7, 0x28, 0x7f, 0xf3, 0xbf, 0xb7, 0xfb, 0xbc, 0x0d, 0x06, 0xf9, 0x0a, 0x06, 0xf7, 0x32, 0x82, 0x6e, 0xea, 0xe4, 0x5e, 0x3c, 0x6c, 0xc9, 0xca, 0x98, 0x65, 0x9b, 0x8f, 0xfc, 0xf9, 0x57, 0x00, 0x7e, 0x27, 0xc1, 0xdf, 0x34, 0x6c, 0xf1, 0xca, 0x18, 0x93, 0x41, 0x6e, 0xc5, 0x0a, 0x32, 0xb0, 0x2f, 0xe3, 0x6f, 0x57, 0x5e, 0xc3, 0xbf, 0xb7, 0x01, 0xde, 0x46, 0x80, 0x13, 0x76, 0x0c, 0xd5, 0xbb, 0xd8, 0xd0, 0xa4, 0xce, 0x0b, 0x66, 0xd9, 0x92, 0x9f, 0xf6, 0xee, 0xf8, 0xbb, 0x81, 0xde, 0x97, 0x3c, 0xf3, 0xeb, 0xfe, 0x6d, 0x01, 0x0b, 0x96, 0xc7, 0xeb, 0x59, 0xd8, 0x96, 0x53, 0xdf, 0x81, 0xcd, 0x4e, 0x55, 0x9a, 0x08, 0xcd, 0x7f, 0xa1, 0xed, 0xfb, 0xc6, 0x02, 0x99, 0xcf, 0xe2, 0x70, 0x0a, 0x34, 0x35, 0x59, 0x5d, 0xe6, 0x83, 0x87, 0x5c, 0x98, 0xfe, 0xc6, 0x67, 0x07, 0xfe, 0x57, 0x40, 0xef, 0x4b, 0xf0, 0x1a, 0xcc, 0x07, 0x7b, 0x5d, 0x00, 0x07, 0x52, 0x0a, 0xd7, 0x96, 0xaf, 0x8c, 0x28, 0xfe, 0x25, 0x42, 0x8f, 0xdb, 0x0c, 0x4d, 0x16, 0x27, 0x0f, 0x6c, 0x68, 0xa7, 0xbd, 0xff, 0xa8, 0xdc, 0x45, 0x5f, 0x6e, 0x0b, 0xff, 0x5f, 0x07, 0xfe, 0x36, 0x27, 0xf2, 0xcb, 0x3f, 0x23, 0x6c, 0xfd, 0x47, 0xe0, 0x35, 0x76, 0x01, 0x11, 0xce, 0xc3, 0x35, 0x4f, 0xff, 0x17, 0x76, 0x0d, 0x0d, 0x2f, 0x50, 0x8f, 0xb1, 0x38, 0x3b, 0x6c, 0x7d, 0x86, 0xe7, 0x2d, 0xfa, 0x72, 0xfb, 0x3f, 0x0e, 0xf8, 0xde, 0x88, 0x60, 0xe3, 0x13, 0x94, 0x87, 0xd7, 0x0c, 0xd7, 0x1e, 0x0d, 0x63, 0xe0, 0xf1, 0xff, 0x11, 0x78, 0xb1, 0x06, 0x8b, 0xf5, 0x9d, 0x86, 0xa6, 0xa6, 0x0c, 0x43, 0xaa, 0x79, 0x1f, 0xfc, 0xb8, 0xe7, 0x41, 0x0e, 0xf2, 0xaa, 0x88, 0x84, 0x2d, 0x2f, 0xee, 0x4c, 0xdc, 0xf2, 0xca, 0xae, 0xa4, 0x3f, 0xa8, 0xec, 0x49, 0xfa, 0xe3, 0xd5, 0xdd, 0x49, 0x5b, 0x19, 0xc1, 0xff, 0x99, 0xe7, 0xf0, 0x75, 0xf8, 0xfa, 0x47, 0x4d, 0x84, 0xb9, 0xef, 0xff, 0xb0, 0xd7, 0xd0, 0xd6, 0xb1, 0x1c, 0xc7, 0x00, 0x73, 0x18, 0x20, 0xa2, 0xff, 0x2f, 0xe0, 0x4f, 0x05, 0x0f, 0xb9, 0x9a, 0x27, 0xd2, 0xbe, 0x8a, 0x71, 0xf5, 0x7d, 0x83, 0xbd, 0x33, 0x71, 0x33, 0x05, 0x1b, 0x40, 0x7d, 0x6d, 0x4f, 0xca, 0xd6, 0xd7, 0xf7, 0xa5, 0xfc, 0xf9, 0xfa, 0xde, 0xe4, 0x6d, 0x28, 0x6f, 0x44, 0xa6, 0xdc, 0x55, 0x98, 0xd7, 0xe2, 0xfb, 0x56, 0xef, 0x01, 0x72, 0x28, 0x49, 0xf1, 0xa8, 0x88, 0x30, 0x7a, 0xf9, 0x6b, 0x27, 0x79, 0x22, 0xf1, 0x35, 0x88, 0x72, 0xaa, 0x60, 0x6c, 0x26, 0xff, 0x93, 0x81, 0x17, 0x41, 0x8c, 0xfc, 0x2b, 0x32, 0xde, 0x3e, 0x60, 0x74, 0xee, 0xfd, 0x86, 0x72, 0x08, 0x12, 0xce, 0x66, 0x06, 0x70, 0x06, 0xd0, 0x37, 0x23, 0x53, 0xb7, 0xbf, 0x75, 0x20, 0x6d, 0xfb, 0xba, 0xfd, 0xa9, 0x3b, 0x54, 0x72, 0x20, 0xfd, 0x76, 0x51, 0x3e, 0x87, 0xaf, 0x45, 0xc1, 0xf7, 0x75, 0x23, 0x05, 0x7c, 0x2e, 0x92, 0xea, 0x51, 0x90, 0x61, 0xd9, 0x6f, 0x07, 0xb7, 0xa1, 0xef, 0x43, 0xb5, 0x01, 0x8b, 0xf5, 0x33, 0x8c, 0x95, 0xf0, 0x9f, 0x06, 0xbe, 0x37, 0xd8, 0xbb, 0x12, 0x3e, 0xcc, 0xfa, 0x89, 0x2f, 0xbf, 0x7f, 0xe4, 0x9e, 0x07, 0x2b, 0x22, 0xfe, 0xe8, 0x4b, 0x3b, 0x13, 0x0e, 0xac, 0xd9, 0x9b, 0xa4, 0x02, 0xbd, 0x1b, 0xe0, 0x00, 0xec, 0x3b, 0x20, 0xef, 0x1e, 0x4c, 0x0f, 0x5d, 0x7f, 0x88, 0x91, 0x8c, 0x3b, 0x88, 0xe2, 0x35, 0xf8, 0xfa, 0x77, 0xd4, 0x88, 0xa1, 0x4e, 0x08, 0xfc, 0x1e, 0xd4, 0x2c, 0xa8, 0x19, 0x1e, 0x36, 0x11, 0x26, 0xbe, 0xb8, 0xfe, 0x28, 0x68, 0x46, 0xd4, 0x06, 0x17, 0x61, 0xcc, 0x86, 0xfc, 0x53, 0xc0, 0x7f, 0x06, 0x1c, 0x9e, 0x76, 0x08, 0x85, 0x2e, 0x3e, 0xfd, 0x4b, 0xe4, 0xf6, 0x7b, 0x55, 0xf3, 0x38, 0x1b, 0xd7, 0xec, 0x49, 0xca, 0x86, 0x99, 0x99, 0x80, 0xc0, 0x50, 0xd0, 0x6f, 0x03, 0x3c, 0x23, 0xf4, 0xbd, 0xc3, 0xe9, 0x61, 0x1b, 0x0e, 0x67, 0x82, 0x64, 0x84, 0x2b, 0x24, 0xf3, 0x0e, 0xa2, 0x7a, 0x4d, 0x18, 0xbe, 0x8f, 0x21, 0x85, 0x8a, 0x10, 0x4a, 0x32, 0x30, 0x9a, 0x01, 0x89, 0x87, 0x44, 0xc0, 0xdf, 0xf3, 0xb0, 0x48, 0x80, 0x63, 0x64, 0xea, 0xe4, 0x5e, 0x02, 0xa1, 0x70, 0x3b, 0x8c, 0xdd, 0xd2, 0xff, 0xe9, 0x55, 0x39, 0x50, 0xf9, 0xbf, 0xa0, 0xb7, 0xeb, 0x35, 0xe3, 0x89, 0xd4, 0xbe, 0x2e, 0x38, 0x24, 0x22, 0x1e, 0xfd, 0x80, 0x34, 0xc5, 0x0c, 0x4f, 0xd8, 0x0f, 0xb3, 0x3c, 0x2b, 0x24, 0x3c, 0x61, 0x6b, 0x48, 0x44, 0x5c, 0xf6, 0xca, 0xf0, 0x84, 0xf3, 0x2f, 0xed, 0x4c, 0xca, 0x59, 0xbd, 0x3b, 0xf9, 0x30, 0x02, 0xb0, 0x76, 0x6f, 0xca, 0x39, 0x98, 0x99, 0x89, 0xeb, 0x28, 0xe8, 0xa9, 0x3b, 0x11, 0xac, 0xee, 0x80, 0x67, 0x86, 0x7f, 0x78, 0x34, 0x33, 0x7c, 0xe3, 0xd1, 0xcc, 0x88, 0x4d, 0x20, 0x1b, 0x8f, 0x9d, 0xde, 0xa9, 0x2e, 0x1f, 0x1d, 0x3b, 0xd3, 0xed, 0xff, 0x4d, 0xcc, 0xeb, 0x40, 0xf0, 0x7d, 0xb7, 0x48, 0xc1, 0x10, 0x42, 0x41, 0x06, 0xfc, 0x3e, 0x75, 0x22, 0xa0, 0x46, 0x78, 0xd8, 0xa6, 0xc1, 0x73, 0xea, 0xfc, 0x34, 0x1c, 0x3b, 0x30, 0x09, 0x3f, 0x29, 0x57, 0x38, 0xff, 0xa7, 0x6e, 0x3a, 0xa0, 0xf2, 0x4f, 0xe1, 0x82, 0x09, 0xe6, 0xea, 0xef, 0x74, 0xa1, 0x21, 0x61, 0x71, 0xe1, 0x00, 0x7c, 0x91, 0xe2, 0x3e, 0x31, 0x35, 0x24, 0x3c, 0x3e, 0x41, 0x41, 0x86, 0xb8, 0xbd, 0xe0, 0x94, 0x1d, 0x5c, 0xb3, 0x27, 0x39, 0xf3, 0xb5, 0xbd, 0x49, 0xb9, 0xd4, 0x56, 0xef, 0x4b, 0x3d, 0xb7, 0x6e, 0x7f, 0x5a, 0xd2, 0xbb, 0x87, 0x32, 0x22, 0xd6, 0x1f, 0xce, 0x38, 0x85, 0x60, 0xf5, 0x04, 0x1c, 0x41, 0xfe, 0xf8, 0xf8, 0x99, 0x9d, 0x9f, 0x9c, 0x38, 0xbb, 0x4b, 0x5d, 0x3e, 0x3b, 0x99, 0xa5, 0x92, 0x9e, 0xcf, 0xe1, 0xeb, 0x19, 0x72, 0x74, 0x27, 0x84, 0x82, 0x0c, 0xa8, 0x19, 0x7a, 0x12, 0x01, 0x4d, 0x03, 0x3a, 0x8d, 0x0f, 0x53, 0x1b, 0xa0, 0xb9, 0xc4, 0x31, 0xd4, 0x64, 0x73, 0x4e, 0xc2, 0x98, 0x6a, 0xff, 0xaf, 0x80, 0x6f, 0xae, 0xc9, 0xe2, 0xe4, 0x0b, 0x74, 0x24, 0x97, 0xe6, 0x7f, 0xfc, 0xdf, 0x5d, 0xfd, 0xb9, 0xd0, 0x90, 0x88, 0x84, 0xd3, 0xc1, 0x61, 0xf1, 0xf1, 0x40, 0x84, 0x42, 0xf8, 0x7b, 0xd7, 0xcb, 0x3b, 0x13, 0x77, 0xbf, 0xba, 0x3b, 0xf9, 0xe2, 0xeb, 0x7b, 0x53, 0x92, 0xde, 0xdc, 0x9f, 0x72, 0xfa, 0x8d, 0x7d, 0x29, 0x85, 0x54, 0x2d, 0xef, 0x4f, 0xcb, 0x79, 0xf7, 0x40, 0x7a, 0x32, 0xce, 0x54, 0x06, 0x74, 0x75, 0xc0, 0x29, 0xc0, 0x27, 0xce, 0xee, 0x46, 0xf9, 0xe2, 0x64, 0xd6, 0xee, 0xcf, 0xa3, 0xce, 0xee, 0x41, 0xf9, 0x22, 0x2a, 0xfb, 0x36, 0x51, 0x3d, 0x07, 0xaf, 0xa3, 0xef, 0x51, 0x23, 0x06, 0x43, 0x88, 0x4d, 0xdd, 0x34, 0x43, 0x77, 0x22, 0xa8, 0x7c, 0x04, 0x70, 0x16, 0x1f, 0xa6, 0x36, 0x98, 0xbf, 0xf1, 0x97, 0xdd, 0x30, 0x96, 0x97, 0x59, 0x1c, 0x4e, 0x1e, 0x8c, 0xad, 0xd9, 0xdf, 0x1d, 0x7c, 0x5b, 0x08, 0xf1, 0xca, 0x74, 0x4c, 0x2c, 0x6b, 0x06, 0x98, 0xbb, 0x3f, 0x8c, 0x5a, 0x60, 0x65, 0x58, 0x5c, 0x16, 0x0d, 0xe7, 0xf6, 0x25, 0x1f, 0x7a, 0x6d, 0x6f, 0xca, 0x45, 0x00, 0x3e, 0xee, 0xad, 0x7d, 0xc9, 0xb9, 0x6f, 0x45, 0xa6, 0x16, 0x21, 0x00, 0x30, 0xf8, 0xb9, 0xef, 0x1d, 0xca, 0x48, 0xd9, 0x08, 0x00, 0x6d, 0x3c, 0x7a, 0xfa, 0x90, 0x3a, 0xe8, 0x08, 0x24, 0x02, 0xfb, 0xd5, 0xa9, 0xec, 0x3d, 0x5f, 0x47, 0x65, 0xef, 0xa5, 0x12, 0xad, 0x92, 0x7d, 0xbd, 0x88, 0xe2, 0x39, 0x78, 0x1d, 0xbe, 0x87, 0x21, 0x05, 0x43, 0x08, 0x86, 0x0c, 0x0c, 0x11, 0x90, 0x70, 0x48, 0x04, 0xc6, 0x34, 0x30, 0x3e, 0x02, 0xa3, 0x0d, 0xf0, 0x77, 0x3f, 0x2c, 0x12, 0x2c, 0xf9, 0x71, 0xf7, 0x0e, 0x18, 0xd3, 0x5a, 0x70, 0x0e, 0xcb, 0x60, 0x8c, 0x6d, 0xfe, 0xae, 0xe0, 0x0f, 0x02, 0xf0, 0x6b, 0xf5, 0x2d, 0xed, 0x2a, 0x7b, 0x86, 0x78, 0x4b, 0x7e, 0xd8, 0x15, 0xea, 0x3f, 0xff, 0xd9, 0x84, 0x41, 0xc3, 0x27, 0x9f, 0xc3, 0x04, 0xc8, 0xed, 0x66, 0x20, 0x1e, 0x54, 0x69, 0xc2, 0x91, 0xd5, 0xbb, 0x53, 0xf6, 0x32, 0x9e, 0x3d, 0xcc, 0xfc, 0xe3, 0xeb, 0x0e, 0xa4, 0x45, 0x03, 0xe0, 0x07, 0xdf, 0x3b, 0x9c, 0x79, 0x12, 0x67, 0xe2, 0x07, 0x47, 0x32, 0x4f, 0x02, 0x10, 0x47, 0x3e, 0x3e, 0x71, 0x7a, 0xf7, 0x47, 0x47, 0xcf, 0x9e, 0xbc, 0x0d, 0x74, 0x00, 0xf6, 0x5b, 0x90, 0xef, 0x62, 0x73, 0xa8, 0x7c, 0x1b, 0x9d, 0x13, 0xf9, 0x7d, 0x6c, 0xdf, 0x82, 0xcf, 0xdf, 0x7a, 0xad, 0x92, 0x14, 0x4a, 0x42, 0xa8, 0xc8, 0xa0, 0xd4, 0x0c, 0xdd, 0x35, 0x42, 0x46, 0xb8, 0x4a, 0x1b, 0x00, 0x09, 0xf0, 0xf7, 0x22, 0x09, 0x30, 0x2c, 0x7d, 0x98, 0xab, 0x8d, 0x30, 0xb6, 0x55, 0x40, 0x82, 0x1a, 0x1c, 0xeb, 0xbf, 0xe3, 0xcc, 0xaf, 0x35, 0xb4, 0x73, 0x2a, 0x7f, 0xee, 0x8f, 0x63, 0xaa, 0x41, 0x40, 0xfb, 0x6f, 0xea, 0xe4, 0x55, 0xa6, 0xa9, 0xc9, 0x96, 0x6b, 0xb2, 0xb4, 0x65, 0x9a, 0x9a, 0xf6, 0x72, 0x91, 0x9e, 0xe9, 0xb5, 0x15, 0xa1, 0x31, 0x5b, 0x7a, 0x7a, 0xf9, 0xe8, 0x58, 0x31, 0xde, 0x3d, 0xce, 0x2e, 0x9c, 0x65, 0x0a, 0xe7, 0x2e, 0x33, 0x9c, 0x51, 0xf5, 0xcc, 0x8c, 0x67, 0x80, 0x67, 0x66, 0x39, 0x03, 0x3a, 0x82, 0xfa, 0x43, 0x5c, 0x6e, 0xe4, 0x8f, 0xb1, 0x39, 0xfb, 0x7f, 0x8c, 0x3f, 0xaf, 0x90, 0xb8, 0x9c, 0x03, 0x7d, 0x0a, 0x3e, 0x8f, 0xaf, 0x05, 0xc1, 0xf7, 0x31, 0x84, 0x50, 0x27, 0x03, 0x35, 0x19, 0x3d, 0x88, 0xd0, 0x53, 0x1b, 0xa8, 0x9b, 0x84, 0x87, 0xe9, 0x17, 0xe0, 0xd8, 0xe2, 0x18, 0xb3, 0x58, 0x94, 0x04, 0x7f, 0x1b, 0x4d, 0x60, 0x02, 0xac, 0x2c, 0xc6, 0x99, 0xcf, 0x80, 0x8f, 0x76, 0xcb, 0xd0, 0x76, 0x70, 0xb5, 0x86, 0x86, 0x26, 0xd1, 0x64, 0x0d, 0x95, 0x69, 0x68, 0x7c, 0x4e, 0x34, 0x34, 0xde, 0x83, 0xbf, 0x9d, 0x30, 0xed, 0x49, 0xc6, 0xaa, 0x65, 0x00, 0x7b, 0x07, 0x3f, 0x83, 0x82, 0x4f, 0x1d, 0x3c, 0x70, 0xcc, 0x18, 0x1b, 0xdf, 0x03, 0x78, 0xd5, 0x2c, 0x57, 0x81, 0x0e, 0xa0, 0xfe, 0x1c, 0x7f, 0xfe, 0xc0, 0xcf, 0x09, 0xe7, 0xf1, 0xfe, 0x20, 0xca, 0xcb, 0x5f, 0xfd, 0x96, 0xe0, 0xec, 0x13, 0x58, 0xe3, 0xe2, 0x13, 0x58, 0xcb, 0x08, 0xfe, 0xdf, 0x9b, 0x38, 0x79, 0xa3, 0xf8, 0x83, 0x04, 0x54, 0x0f, 0x1a, 0x82, 0xe2, 0x5f, 0xed, 0x88, 0xe2, 0xe5, 0x5f, 0xed, 0xe0, 0xe5, 0x57, 0xe5, 0xe0, 0xe9, 0x57, 0x65, 0x4f, 0xc5, 0xb7, 0xd2, 0xce, 0xc3, 0xb7, 0xd2, 0xd6, 0xc3, 0xa7, 0xd2, 0xd6, 0xdd, 0xa7, 0xc2, 0xc6, 0xdd, 0xbb, 0xc2, 0xca, 0xcd, 0xbb, 0xc2, 0xda, 0xcd, 0xbb, 0xdc, 0xd2, 0x75, 0x48, 0xb9, 0xc5, 0x60, 0xaf, 0x32, 0x33, 0x17, 0xcf, 0x52, 0x33, 0xe7, 0x07, 0x2f, 0xa6, 0xce, 0x1e, 0x65, 0x3c, 0x81, 0xb0, 0x05, 0xc2, 0x44, 0xac, 0x37, 0x30, 0xff, 0xcb, 0xbd, 0x7d, 0x16, 0x38, 0x7c, 0x12, 0x53, 0xcb, 0x1a, 0x46, 0xed, 0x0f, 0x5f, 0xf2, 0x62, 0x34, 0x8b, 0xcd, 0x97, 0x6a, 0xb2, 0xbc, 0x00, 0xec, 0xcd, 0x00, 0xfc, 0x56, 0xc2, 0x02, 0xe0, 0x35, 0x59, 0x5c, 0x99, 0x8d, 0xcf, 0xb0, 0x02, 0xf5, 0x25, 0xde, 0xbe, 0xc1, 0xcf, 0xa0, 0x4e, 0x1e, 0x82, 0xcf, 0xcc, 0x7a, 0x54, 0xc9, 0x54, 0xd5, 0x2b, 0x67, 0xbc, 0x0a, 0x78, 0x98, 0xc5, 0x0c, 0xe8, 0xbf, 0x24, 0x9e, 0x3f, 0xf8, 0x4b, 0xc2, 0xf9, 0x43, 0x70, 0x7f, 0xe8, 0xb7, 0xe4, 0xfc, 0x43, 0xbf, 0x25, 0xe5, 0x1d, 0x5e, 0xf2, 0xc6, 0x86, 0xd3, 0x2c, 0x16, 0x57, 0x6e, 0x68, 0x38, 0x8f, 0xf4, 0x25, 0x06, 0x06, 0xb7, 0x44, 0x5f, 0xff, 0x96, 0xe8, 0xe9, 0x29, 0x44, 0x22, 0x41, 0x99, 0x4b, 0x74, 0x75, 0x15, 0xa2, 0xa3, 0x33, 0x97, 0x68, 0x6b, 0xcf, 0x21, 0x62, 0xb1, 0x42, 0x44, 0xa2, 0x39, 0x44, 0x28, 0x9c, 0x43, 0x04, 0x82, 0x39, 0x44, 0x4b, 0x6b, 0x36, 0x15, 0x3e, 0x7f, 0x36, 0xe1, 0xf1, 0x66, 0x11, 0x2e, 0x77, 0x16, 0xe1, 0x70, 0x66, 0x11, 0x36, 0x7b, 0x16, 0x8c, 0xc3, 0x4c, 0x18, 0x8f, 0x07, 0x21, 0x56, 0x84, 0xab, 0x25, 0x68, 0x05, 0x67, 0xfb, 0xfc, 0x5f, 0x19, 0x1d, 0xb0, 0x21, 0xd4, 0x3b, 0xaa, 0xa5, 0xad, 0x73, 0x05, 0x6d, 0x3c, 0x02, 0x3a, 0x74, 0xe1, 0x0b, 0x71, 0x1a, 0x9a, 0x2c, 0xb9, 0x86, 0xc6, 0x73, 0xf0, 0x23, 0x63, 0x41, 0xbe, 0x26, 0x9a, 0x9a, 0x7c, 0xb9, 0x91, 0xbd, 0x5b, 0x25, 0xae, 0x82, 0xf5, 0x54, 0x69, 0xa8, 0x2e, 0xdf, 0xda, 0x9f, 0xb6, 0xed, 0xcd, 0xfd, 0xa9, 0xe1, 0xeb, 0x0e, 0xa6, 0x85, 0xa9, 0x83, 0xaf, 0x52, 0xf9, 0xe8, 0xe0, 0x29, 0x67, 0x7d, 0xaf, 0xc0, 0xc7, 0xab, 0x81, 0x0e, 0x80, 0xff, 0x9e, 0x9c, 0x0f, 0x52, 0x80, 0xf7, 0x47, 0xb6, 0xa4, 0x16, 0x1e, 0x79, 0xe1, 0x83, 0x2f, 0x32, 0x80, 0xa4, 0x72, 0x77, 0xf7, 0x08, 0x12, 0x10, 0x90, 0xd5, 0xab, 0xf8, 0xfb, 0x2b, 0xc4, 0xcf, 0x2f, 0x8b, 0xf8, 0xfa, 0x9e, 0x25, 0x3e, 0x3e, 0x67, 0x89, 0xb7, 0xf7, 0x59, 0x32, 0x64, 0xc8, 0x59, 0xe2, 0xe5, 0x75, 0x86, 0x78, 0x7a, 0x9e, 0x21, 0xee, 0xee, 0x67, 0x88, 0x9b, 0xdb, 0x69, 0x32, 0x78, 0xf0, 0x69, 0xe2, 0xec, 0x9c, 0x49, 0x9c, 0x9c, 0x32, 0x89, 0xa3, 0x63, 0x06, 0xb1, 0xb7, 0xcf, 0x20, 0xb6, 0xb6, 0xe9, 0xc4, 0xda, 0x3a, 0x8d, 0x58, 0x5a, 0xa6, 0x11, 0x33, 0xb3, 0x54, 0x62, 0x62, 0x92, 0x4a, 0x8c, 0x8c, 0x52, 0x80, 0x44, 0xc9, 0x40, 0x9c, 0x24, 0x20, 0x4b, 0x12, 0x10, 0x24, 0x11, 0x88, 0x91, 0x00, 0x84, 0x88, 0x07, 0x22, 0xc4, 0xc3, 0xd8, 0xc4, 0xdd, 0x87, 0x4c, 0x25, 0x66, 0xae, 0x43, 0x4a, 0x30, 0x3a, 0x00, 0x0c, 0x4e, 0xfe, 0x25, 0x79, 0x02, 0x4c, 0xf2, 0x60, 0x8c, 0xca, 0x84, 0x7a, 0xb3, 0xdf, 0xfb, 0x6e, 0x1f, 0xf8, 0x01, 0x00, 0xfe, 0xcb, 0xca, 0x1f, 0xb9, 0x13, 0x54, 0xbe, 0x50, 0xe6, 0x30, 0x74, 0x5c, 0x6e, 0x6f, 0xf6, 0x0c, 0xbd, 0x66, 0x74, 0x9c, 0xde, 0x8c, 0x4c, 0xde, 0x03, 0x24, 0x48, 0x5d, 0x7f, 0x38, 0x7d, 0x77, 0x4f, 0xf0, 0x55, 0x2a, 0x1f, 0x66, 0x3d, 0x63, 0xe3, 0x51, 0xd5, 0xab, 0x03, 0xcf, 0xcc, 0x74, 0x04, 0x1d, 0x01, 0xdf, 0x92, 0x92, 0x7f, 0x14, 0xee, 0x8f, 0x6e, 0x55, 0xc8, 0xb1, 0xad, 0x29, 0x05, 0xc7, 0xdc, 0x03, 0x47, 0xd6, 0x69, 0x09, 0x4c, 0x64, 0x01, 0x01, 0x31, 0x64, 0xf8, 0xf0, 0x73, 0xdd, 0x64, 0xd8, 0x30, 0x94, 0x6c, 0x12, 0x14, 0xa4, 0x90, 0xa1, 0x43, 0xb3, 0x49, 0x60, 0x60, 0xb6, 0x8a, 0x18, 0x48, 0x0a, 0x86, 0x10, 0xb7, 0xc8, 0x70, 0x9a, 0xb8, 0xba, 0x9e, 0x26, 0x2e, 0x2e, 0xb7, 0x13, 0xc1, 0xca, 0x2a, 0x8d, 0x58, 0x58, 0x28, 0x88, 0x60, 0x6c, 0x9c, 0x02, 0x1a, 0x26, 0x05, 0xb4, 0x48, 0x32, 0x68, 0x8d, 0x24, 0xd0, 0x16, 0x89, 0xa0, 0x25, 0x12, 0x40, 0x33, 0x24, 0x80, 0x46, 0x88, 0xbf, 0x2f, 0x02, 0x58, 0xba, 0xfb, 0x5f, 0x40, 0x53, 0x4b, 0x8b, 0x53, 0x59, 0xac, 0x1f, 0x1f, 0x35, 0xfe, 0x4f, 0x63, 0x96, 0x6a, 0xe2, 0x2b, 0xb7, 0x92, 0x3c, 0x68, 0xf3, 0x35, 0x59, 0x81, 0x32, 0xe6, 0x47, 0x6a, 0xb2, 0xe6, 0xca, 0xb5, 0x8d, 0xad, 0x2e, 0xf7, 0x74, 0xf8, 0x98, 0x85, 0x1c, 0x05, 0xf8, 0xa9, 0xdb, 0xdf, 0xda, 0x9f, 0xba, 0xe7, 0x9d, 0x03, 0x69, 0x89, 0xbd, 0x81, 0xaf, 0x54, 0xf9, 0xd4, 0xd6, 0xab, 0x66, 0x3d, 0xa3, 0xea, 0x61, 0xc6, 0x33, 0xb3, 0x9d, 0x02, 0xaf, 0x04, 0x7d, 0x5b, 0x7a, 0xe1, 0xb1, 0x3f, 0xd3, 0x0a, 0x8f, 0xc3, 0xfd, 0xf1, 0x1d, 0xe9, 0x17, 0x40, 0x0a, 0x4f, 0x6c, 0x8e, 0x3b, 0x1b, 0x65, 0x6a, 0xed, 0x78, 0x43, 0x22, 0xf1, 0x92, 0x8d, 0x1a, 0x75, 0x9a, 0x8c, 0x19, 0x93, 0xa3, 0x92, 0xd1, 0xa3, 0x15, 0x32, 0x6a, 0x54, 0x0e, 0x19, 0x39, 0xf2, 0x1c, 0x95, 0x11, 0x23, 0xce, 0xc1, 0x4c, 0xff, 0x0e, 0x66, 0xac, 0x85, 0x5c, 0x20, 0x34, 0x97, 0x09, 0x04, 0xe6, 0x32, 0xad, 0x1e, 0xc2, 0xd7, 0x62, 0xc4, 0x8c, 0x0a, 0x8f, 0x7f, 0x4b, 0xb8, 0xbc, 0x5b, 0xc2, 0xe1, 0x9a, 0x49, 0x39, 0x5c, 0x53, 0x2a, 0x6c, 0x0e, 0x8a, 0xb9, 0x94, 0xc3, 0x1b, 0xd4, 0xc5, 0xe6, 0x38, 0xc1, 0xdf, 0xbe, 0x52, 0x4d, 0xcd, 0xa9, 0x30, 0x5e, 0xcb, 0x41, 0x3e, 0x04, 0x39, 0x32, 0x20, 0x02, 0x30, 0xc9, 0x22, 0x9a, 0x31, 0x54, 0x94, 0xa9, 0x3f, 0x92, 0xdb, 0x10, 0xcc, 0xed, 0x63, 0x9d, 0xde, 0xad, 0x30, 0x2f, 0x22, 0x54, 0xa1, 0xfa, 0x7f, 0x00, 0x95, 0x1f, 0x47, 0xd9, 0xcd, 0xe6, 0x0e, 0x92, 0xba, 0x4f, 0x9e, 0x97, 0xd1, 0x5b, 0x5e, 0x1f, 0x93, 0x27, 0x68, 0xf7, 0xd1, 0x7b, 0x7e, 0xfb, 0x60, 0xda, 0xde, 0xf7, 0x0e, 0xa6, 0x27, 0xa2, 0xc3, 0xb7, 0xfa, 0xbf, 0x91, 0x07, 0x27, 0x2c, 0x59, 0x71, 0x7a, 0x90, 0xcf, 0xd0, 0x4a, 0x7d, 0x13, 0x9b, 0xeb, 0x02, 0xb1, 0x5e, 0x07, 0x4f, 0x4b, 0xdc, 0xa5, 0x6b, 0x60, 0xd1, 0x62, 0x35, 0xc8, 0xfd, 0xd2, 0xd4, 0x25, 0x2b, 0x72, 0x7f, 0x38, 0x79, 0xfa, 0x48, 0xb7, 0x19, 0xaf, 0x9c, 0xe9, 0xb7, 0x40, 0x2f, 0x3c, 0xb1, 0x23, 0xf3, 0xc2, 0x89, 0x50, 0x90, 0xb0, 0xcc, 0x0b, 0x27, 0xc3, 0x33, 0x2f, 0x52, 0xf9, 0x6e, 0x7f, 0x4c, 0xbc, 0x48, 0x5b, 0xbf, 0xd3, 0xc2, 0x62, 0xb6, 0x7c, 0xe2, 0xc4, 0xf3, 0x04, 0x65, 0xc2, 0x84, 0x5c, 0x95, 0x8c, 0x1f, 0x9f, 0x4b, 0xc6, 0x8d, 0xcb, 0x25, 0x63, 0xc7, 0xe6, 0xaa, 0x88, 0x61, 0x6e, 0xf1, 0x04, 0xdd, 0x34, 0x32, 0x7c, 0xc6, 0x63, 0x17, 0x67, 0x3d, 0xf7, 0xd2, 0xb9, 0x19, 0xcb, 0x5f, 0xcc, 0x9e, 0xb1, 0xec, 0xc5, 0xec, 0xe9, 0xcf, 0xae, 0xca, 0x9a, 0xfa, 0xec, 0xca, 0xb3, 0x53, 0x9e, 0x0e, 0x39, 0x3b, 0xe9, 0xe9, 0xe0, 0x33, 0x13, 0x9e, 0x5a, 0x71, 0x06, 0x7f, 0xf7, 0xd8, 0xa7, 0x5e, 0xc8, 0x1c, 0xf3, 0xe4, 0xf3, 0x19, 0xa3, 0x17, 0x3e, 0x97, 0x31, 0x72, 0xe1, 0xf2, 0xf4, 0x11, 0x4f, 0x2c, 0x4b, 0x1b, 0xb6, 0xe0, 0xd9, 0xd4, 0xc0, 0xf9, 0x4f, 0xa7, 0xf8, 0xcd, 0x5d, 0x9a, 0xe4, 0x3b, 0xf7, 0x29, 0x2a, 0x98, 0xe6, 0xc5, 0xbd, 0x07, 0x4e, 0x23, 0x27, 0x65, 0x9b, 0xb9, 0xfa, 0x94, 0x68, 0x1b, 0xda, 0x5c, 0x66, 0x71, 0xc0, 0x6f, 0xd2, 0xe4, 0xc8, 0x59, 0x2c, 0x1f, 0x98, 0x44, 0x9f, 0xf5, 0x9b, 0x00, 0x34, 0x6d, 0x3c, 0x65, 0x5e, 0x3a, 0x38, 0x85, 0x6d, 0x8f, 0xa2, 0xb8, 0x44, 0x88, 0x2b, 0x55, 0xa6, 0x2e, 0x1e, 0x17, 0xd5, 0x41, 0x1d, 0xf9, 0xec, 0xea, 0x28, 0x4d, 0x96, 0x40, 0xc6, 0x62, 0xc5, 0x52, 0x1b, 0xc7, 0xe7, 0x83, 0x8a, 0xe3, 0x18, 0x49, 0xb1, 0x30, 0xb2, 0x27, 0x01, 0x30, 0x56, 0xa6, 0xe0, 0x43, 0xfc, 0x8c, 0x71, 0xf4, 0x8b, 0xbf, 0xef, 0x3f, 0x12, 0x34, 0x7b, 0x61, 0x85, 0xc4, 0xd8, 0xfa, 0x3a, 0x46, 0x0d, 0x5c, 0x9e, 0x81, 0x4c, 0x57, 0x32, 0x0d, 0xec, 0xe8, 0xcb, 0x60, 0x53, 0x37, 0x11, 0x1b, 0x9b, 0xcf, 0xe0, 0x7e, 0x1d, 0xa8, 0xd3, 0x25, 0xa0, 0x3a, 0x25, 0x32, 0x73, 0x5b, 0xa7, 0xab, 0x3f, 0xc7, 0x9e, 0x3d, 0xa6, 0x0e, 0x3c, 0x9d, 0xe9, 0x4a, 0xd0, 0x11, 0x6c, 0x00, 0x3e, 0x2a, 0x22, 0xb3, 0x38, 0x6a, 0xe7, 0x99, 0xe2, 0xa8, 0x5d, 0x67, 0x8a, 0x4f, 0x31, 0xb2, 0xfe, 0x3f, 0xdb, 0x32, 0x38, 0x1c, 0x9e, 0x6c, 0xf0, 0xe0, 0xb5, 0x64, 0xda, 0xb4, 0x3c, 0x32, 0x75, 0xaa, 0x42, 0xa6, 0x4c, 0x41, 0x39, 0x4f, 0x26, 0x4f, 0x3e, 0x4f, 0x26, 0x4d, 0xba, 0x45, 0x8e, 0x71, 0xe3, 0xb2, 0xc0, 0x8e, 0x07, 0xc8, 0x0d, 0x4d, 0xad, 0x6f, 0x7e, 0x7b, 0x2c, 0xe5, 0x38, 0x6a, 0x1d, 0x34, 0x3d, 0x18, 0x6d, 0xa0, 0x46, 0x42, 0xcd, 0x84, 0xe6, 0x09, 0xcd, 0x14, 0x93, 0x3c, 0x42, 0xc7, 0x95, 0x09, 0x11, 0xf1, 0xfa, 0x98, 0xd4, 0xf1, 0xdd, 0x56, 0x13, 0x9f, 0xdf, 0x76, 0xf2, 0x0f, 0xdc, 0x9c, 0x62, 0xe5, 0x35, 0xb4, 0x08, 0xc3, 0x66, 0x05, 0x11, 0xc2, 0xfa, 0x45, 0x00, 0x14, 0xdc, 0xc4, 0x02, 0xbe, 0x4e, 0x11, 0x60, 0x24, 0x78, 0x98, 0x86, 0xff, 0x3f, 0x3c, 0xa1, 0xe8, 0xfa, 0xd3, 0x3d, 0xb2, 0x7c, 0xc8, 0x6a, 0x54, 0x6d, 0x5c, 0x6e, 0x02, 0x75, 0x74, 0x44, 0xa2, 0x44, 0x00, 0xd2, 0x4b, 0x3a, 0x78, 0xcc, 0xb4, 0xb3, 0x7d, 0xa9, 0xfe, 0x67, 0xbe, 0xf8, 0xfd, 0xe0, 0x20, 0xbf, 0x91, 0xc5, 0x2c, 0x36, 0x17, 0x54, 0xa8, 0x95, 0xdc, 0xc8, 0x68, 0x05, 0xd8, 0xd1, 0xed, 0xc4, 0xc3, 0xe3, 0x34, 0xb5, 0xb3, 0xe8, 0x80, 0xa1, 0xdd, 0x45, 0xfb, 0x8b, 0x76, 0x18, 0xed, 0xb1, 0xb7, 0xf7, 0x29, 0xc2, 0xe3, 0x4b, 0x64, 0x8f, 0x05, 0xbf, 0x9a, 0x8b, 0xaa, 0x9e, 0x99, 0xf1, 0xcc, 0x4c, 0x47, 0xd0, 0xd5, 0x00, 0x8f, 0xde, 0x0d, 0xb2, 0xf7, 0x6c, 0x09, 0x95, 0x3d, 0x59, 0xc5, 0x31, 0x28, 0xcb, 0xdf, 0xda, 0x90, 0x07, 0xb3, 0x05, 0xec, 0xfc, 0x2f, 0x64, 0xd6, 0xac, 0x7c, 0x2a, 0x33, 0x67, 0x2a, 0x64, 0xc6, 0x8c, 0x7c, 0x32, 0x7d, 0x7a, 0x9e, 0x8a, 0x1c, 0x48, 0x88, 0xb1, 0x63, 0x93, 0x89, 0x50, 0x64, 0x29, 0x1b, 0xe4, 0x15, 0xd0, 0xf0, 0x5b, 0x42, 0xee, 0x91, 0xbb, 0x91, 0x00, 0x43, 0xd6, 0x4d, 0x34, 0x4f, 0xa0, 0x48, 0x16, 0x31, 0x39, 0x02, 0xd4, 0x7a, 0xfd, 0xad, 0x3c, 0x9a, 0xf7, 0xc1, 0xcf, 0x7b, 0xf4, 0x2d, 0x1d, 0xeb, 0x30, 0x77, 0xa2, 0xa1, 0xf1, 0x5b, 0xbf, 0x08, 0x80, 0xab, 0x88, 0x58, 0x58, 0x02, 0x18, 0xfd, 0xf0, 0xb0, 0xe0, 0x9f, 0x8c, 0x05, 0x0b, 0xb8, 0x66, 0xdd, 0xf3, 0x07, 0x07, 0xcc, 0x5f, 0x9e, 0xc0, 0x82, 0x19, 0x2f, 0x10, 0x24, 0x52, 0x47, 0x47, 0x57, 0x37, 0x09, 0x88, 0xb0, 0x98, 0xd0, 0xa4, 0x8f, 0xda, 0xa6, 0x0d, 0x0c, 0xf9, 0x82, 0x7f, 0xd9, 0xbb, 0xcb, 0xd6, 0x33, 0xb0, 0x0c, 0x3e, 0x0b, 0x06, 0xd6, 0x43, 0x66, 0x65, 0xf5, 0x25, 0x38, 0x55, 0x19, 0x14, 0x74, 0x74, 0xb2, 0x10, 0x74, 0xf4, 0xc4, 0x11, 0x74, 0x74, 0xc4, 0xd0, 0x21, 0x43, 0xc7, 0x0c, 0x1d, 0x34, 0x74, 0xd8, 0x8c, 0x8d, 0x67, 0x10, 0xef, 0x11, 0xe3, 0x6a, 0x70, 0xd6, 0x33, 0x33, 0x5e, 0x0d, 0x78, 0x15, 0xd8, 0x7b, 0xb3, 0x4a, 0x62, 0xf6, 0x65, 0x97, 0xc4, 0x44, 0x66, 0x95, 0xc6, 0x46, 0x66, 0x77, 0x97, 0xc9, 0x8f, 0x2f, 0xae, 0xe0, 0xf1, 0xc4, 0xf2, 0x49, 0x93, 0x8e, 0x90, 0xc7, 0x1e, 0x2b, 0x20, 0xf3, 0xe6, 0x15, 0x90, 0xb9, 0x73, 0x15, 0x32, 0x67, 0x4e, 0x01, 0x99, 0x3d, 0xbb, 0x3b, 0x21, 0x46, 0x8e, 0x3c, 0x08, 0x9a, 0x4d, 0x24, 0x1f, 0x3d, 0x7b, 0x41, 0x31, 0xfa, 0x1d, 0xbd, 0x92, 0x00, 0xa2, 0x14, 0x0c, 0x55, 0x31, 0x64, 0x55, 0x4b, 0x16, 0x29, 0x12, 0x45, 0xca, 0x94, 0x31, 0x46, 0x3d, 0xfd, 0x4d, 0xfa, 0xe0, 0xb8, 0x59, 0xb8, 0xfa, 0x96, 0x68, 0xb2, 0x24, 0x40, 0x82, 0xfd, 0x77, 0x25, 0x00, 0xca, 0xf8, 0x95, 0xef, 0x1c, 0x55, 0x96, 0x98, 0x4d, 0x7c, 0x08, 0xd5, 0x3c, 0xec, 0x2a, 0xac, 0x5a, 0xe9, 0xed, 0xc7, 0x42, 0x44, 0x40, 0x13, 0x3c, 0xbd, 0x09, 0x4b, 0x53, 0x53, 0xae, 0xc5, 0xe1, 0x76, 0x09, 0xb8, 0xdc, 0x2e, 0x2d, 0x36, 0x5b, 0xc6, 0x83, 0xc7, 0xb8, 0x1a, 0x2c, 0xc2, 0x63, 0x69, 0x11, 0x3e, 0x4b, 0x48, 0xb4, 0x39, 0x06, 0x44, 0x87, 0x6b, 0xa8, 0x26, 0x46, 0x44, 0x9b, 0x67, 0x4c, 0xc5, 0x40, 0x60, 0x47, 0x8c, 0x25, 0x01, 0x10, 0x7e, 0xfd, 0x40, 0x9d, 0x34, 0xb4, 0xcb, 0x46, 0x46, 0xe3, 0xe4, 0x01, 0x63, 0x27, 0x57, 0xe1, 0xac, 0x47, 0x55, 0xaf, 0x0e, 0xbc, 0x0a, 0x74, 0x04, 0xfa, 0x5c, 0x69, 0xdc, 0x81, 0x73, 0x65, 0x71, 0x07, 0x73, 0xca, 0xf0, 0x3e, 0x5e, 0x5d, 0xf6, 0x67, 0x95, 0xc6, 0xbb, 0xfb, 0x05, 0x5d, 0xd2, 0xd6, 0xb1, 0x96, 0xcd, 0x9d, 0x9b, 0x41, 0x9e, 0x78, 0xa2, 0x88, 0x2c, 0x58, 0x50, 0x48, 0x1e, 0x7f, 0xbc, 0x90, 0xcc, 0x9f, 0x5f, 0x08, 0xa4, 0x28, 0x54, 0x91, 0x02, 0xc9, 0x80, 0x5a, 0x22, 0x20, 0xe0, 0x3f, 0x04, 0x35, 0xc7, 0x93, 0xab, 0xdf, 0xc9, 0xea, 0x49, 0x02, 0x45, 0x5a, 0x39, 0x7b, 0x1f, 0x5d, 0x53, 0x00, 0xe7, 0x15, 0x4d, 0xc1, 0xcb, 0xbf, 0xec, 0x3a, 0x34, 0xe2, 0xf1, 0x67, 0x4e, 0xbb, 0x04, 0x8d, 0xb9, 0x60, 0x63, 0xe7, 0x54, 0x67, 0x65, 0x69, 0xdb, 0x68, 0x64, 0x68, 0x7a, 0xc5, 0x48, 0xdf, 0xe8, 0xaa, 0xb1, 0x9e, 0xe1, 0x55, 0x3d, 0x1d, 0xc9, 0x4d, 0x5d, 0x91, 0x4e, 0xcb, 0xdd, 0x44, 0x8b, 0xc5, 0x96, 0xf1, 0x35, 0xf8, 0x84, 0xaf, 0x61, 0xa4, 0x26, 0x5a, 0x44, 0x00, 0x63, 0xaa, 0xad, 0xad, 0xdb, 0x3c, 0x75, 0xcd, 0xa6, 0x43, 0xea, 0x58, 0xd8, 0xfa, 0x8e, 0xc8, 0x53, 0x6e, 0x57, 0x7b, 0xa0, 0x55, 0x45, 0x5f, 0xf2, 0x84, 0xe2, 0xab, 0x58, 0xba, 0xd4, 0x1b, 0x01, 0x38, 0x40, 0x00, 0xd0, 0x3b, 0x24, 0x16, 0x24, 0xaa, 0x0f, 0x39, 0x0c, 0xb2, 0xab, 0x0f, 0xd9, 0x09, 0xf2, 0x6b, 0x2f, 0xf2, 0x13, 0xc8, 0x4a, 0xdc, 0xe8, 0xa9, 0xc9, 0x06, 0x8d, 0xb0, 0x03, 0x40, 0x08, 0x27, 0x18, 0xd3, 0xbf, 0xb8, 0xe9, 0xeb, 0x33, 0xcc, 0xac, 0x47, 0x35, 0x8f, 0x33, 0x9e, 0xce, 0x74, 0x25, 0xe8, 0x08, 0x32, 0x00, 0x1f, 0x7f, 0x28, 0xa7, 0x2c, 0xe1, 0x30, 0xca, 0xf9, 0x8a, 0xdb, 0x64, 0x57, 0x72, 0x4e, 0xb2, 0xa9, 0xa5, 0x5d, 0x8b, 0x99, 0x59, 0xa0, 0xfc, 0xc9, 0x27, 0xf3, 0xc9, 0xe2, 0xc5, 0x17, 0xc8, 0x93, 0x4f, 0x5e, 0x20, 0x8b, 0x16, 0x15, 0x91, 0x85, 0x0b, 0x8b, 0x28, 0x29, 0x18, 0x42, 0x20, 0x19, 0x50, 0x33, 0xb8, 0xba, 0xbd, 0x4e, 0xd0, 0x87, 0x78, 0xfd, 0xfb, 0x3f, 0x92, 0x28, 0x09, 0x20, 0x0c, 0xc5, 0xa8, 0x04, 0xa3, 0x13, 0xcc, 0x4f, 0x60, 0xc4, 0x82, 0xa6, 0x20, 0xe4, 0xeb, 0x3f, 0x4e, 0xf0, 0x39, 0x1c, 0xa9, 0x0d, 0xc8, 0x6c, 0x18, 0x9b, 0x35, 0x70, 0x0d, 0x1b, 0x41, 0x3e, 0x55, 0xca, 0xb7, 0x7d, 0x5c, 0xef, 0x40, 0x45, 0x13, 0x64, 0x7c, 0x0f, 0x8d, 0x8c, 0x18, 0xa1, 0x99, 0x06, 0xcc, 0x3e, 0x7b, 0x50, 0xe0, 0xbb, 0x83, 0x5a, 0x91, 0x8e, 0x5c, 0xb6, 0x3a, 0xaa, 0x2f, 0x75, 0x85, 0x04, 0x38, 0x06, 0x3f, 0x86, 0x3c, 0x24, 0x79, 0x0c, 0x08, 0x60, 0xa8, 0xeb, 0x4e, 0xb4, 0x04, 0x86, 0x32, 0xdf, 0x51, 0x93, 0x6a, 0x18, 0xf0, 0x99, 0x59, 0x8f, 0x33, 0x9e, 0x01, 0xfe, 0x10, 0x03, 0x78, 0x6e, 0x79, 0xe2, 0xd1, 0xf3, 0x15, 0x89, 0xc7, 0xf2, 0x2a, 0xf0, 0x3e, 0x09, 0xee, 0xa9, 0xe0, 0xdf, 0xca, 0xff, 0x13, 0x7f, 0x3d, 0x78, 0x2a, 0x53, 0x24, 0xd6, 0xed, 0x72, 0x19, 0xbc, 0x98, 0x3c, 0xf3, 0xcc, 0x45, 0xf2, 0xf4, 0xd3, 0x17, 0xc9, 0xd2, 0xa5, 0x17, 0xc9, 0x92, 0x25, 0x17, 0x94, 0x84, 0x50, 0x90, 0x61, 0xc1, 0x02, 0x05, 0x19, 0xd0, 0x5c, 0x58, 0xdb, 0xcc, 0x96, 0x8b, 0x74, 0xf4, 0x3b, 0x3e, 0xdd, 0x7d, 0xf2, 0x14, 0x46, 0x23, 0x94, 0x04, 0xf1, 0x40, 0x82, 0xd8, 0x9c, 0xfd, 0x8c, 0x29, 0x70, 0x0d, 0x18, 0x5e, 0x3e, 0x1e, 0xb4, 0x1d, 0x79, 0x88, 0x63, 0x42, 0xfa, 0x20, 0x00, 0x0a, 0xee, 0x72, 0x86, 0x48, 0xad, 0x4b, 0xe3, 0x41, 0x6c, 0x4b, 0xd3, 0x64, 0xb3, 0xa3, 0x70, 0xf3, 0xe3, 0x9d, 0xec, 0x15, 0x1b, 0x2e, 0x56, 0x00, 0x24, 0x10, 0x83, 0xba, 0x17, 0xc3, 0x8f, 0x32, 0xd2, 0x60, 0x13, 0x0b, 0x4d, 0x1e, 0x71, 0xd7, 0xe4, 0x93, 0x29, 0x9a, 0x1c, 0xf2, 0x3e, 0x3c, 0x96, 0x75, 0x1f, 0x17, 0x9a, 0xa6, 0x34, 0x27, 0x9e, 0x41, 0xa3, 0x1a, 0x36, 0xc7, 0xe7, 0xe4, 0x6c, 0x4f, 0x2b, 0xcc, 0x09, 0xcd, 0x28, 0xca, 0xd9, 0x75, 0xe6, 0x62, 0x2a, 0xce, 0x7a, 0x54, 0xf3, 0x0c, 0xf0, 0x08, 0xba, 0x0a, 0xf0, 0xfc, 0x8a, 0x94, 0x13, 0x05, 0x55, 0xc9, 0x54, 0xf2, 0xab, 0x52, 0x54, 0x02, 0xff, 0x1f, 0xcf, 0xaf, 0x48, 0x3e, 0x7e, 0xbe, 0x22, 0x79, 0xe3, 0xaf, 0xdb, 0x72, 0xd8, 0x1c, 0xae, 0x7c, 0xf8, 0xf0, 0x0f, 0xc9, 0x73, 0xcf, 0x15, 0x93, 0x65, 0xcb, 0x8a, 0xc9, 0xb3, 0xcf, 0x16, 0x53, 0x42, 0xa8, 0x93, 0x01, 0x35, 0x03, 0x6a, 0x85, 0x79, 0xf3, 0xce, 0x11, 0x03, 0x43, 0x4f, 0x99, 0x89, 0xa5, 0xfd, 0x8d, 0x1f, 0xa3, 0x32, 0x8f, 0x61, 0x22, 0x4a, 0xdd, 0x14, 0x6c, 0x8a, 0x8c, 0x3b, 0xc8, 0xe3, 0x70, 0x64, 0xbb, 0xfb, 0xb8, 0x96, 0x70, 0x90, 0xe7, 0x61, 0x9c, 0xee, 0x76, 0xcd, 0x60, 0x53, 0x49, 0x9c, 0x52, 0x63, 0xbc, 0x08, 0x32, 0x1f, 0x64, 0x9a, 0x06, 0x87, 0x8c, 0x06, 0x19, 0x0e, 0xe3, 0x3b, 0x82, 0x86, 0xdd, 0xbd, 0x13, 0x00, 0x45, 0xdf, 0xca, 0xbe, 0x02, 0xb0, 0x3b, 0x7e, 0xff, 0x25, 0xdc, 0x30, 0xfb, 0x31, 0xcb, 0x77, 0x27, 0x02, 0x0c, 0x5f, 0xfa, 0x52, 0x34, 0x6e, 0xda, 0x44, 0xb1, 0xf5, 0x19, 0x56, 0xc0, 0xe6, 0x0a, 0x3a, 0x31, 0xa4, 0xe3, 0x70, 0x24, 0x72, 0x3e, 0xdf, 0x8e, 0x48, 0xb4, 0x1c, 0x29, 0x5b, 0x57, 0x83, 0xed, 0xef, 0xeb, 0x82, 0x9f, 0x82, 0xd7, 0x2f, 0x83, 0x99, 0xde, 0xd7, 0xf3, 0x2e, 0x6c, 0xb6, 0x7c, 0xd2, 0xe3, 0x4f, 0x55, 0x6d, 0x49, 0xc9, 0xaf, 0x09, 0x4d, 0x2f, 0xca, 0xdb, 0x9e, 0x5e, 0x58, 0xba, 0x23, 0xa3, 0xb0, 0xe6, 0xe0, 0xb9, 0xf2, 0x44, 0xaa, 0xe6, 0x61, 0xc6, 0xe3, 0xac, 0x46, 0x50, 0x11, 0xdc, 0x23, 0xe7, 0xcb, 0xb3, 0x0f, 0x65, 0x97, 0x5c, 0x8c, 0x2a, 0xa8, 0x4a, 0x45, 0x39, 0x55, 0x54, 0xad, 0x12, 0xfc, 0xff, 0x64, 0x3e, 0x7d, 0x9c, 0x12, 0xe2, 0xf9, 0xb5, 0xef, 0x40, 0x34, 0xc2, 0x01, 0xc7, 0x2f, 0x94, 0xac, 0x58, 0x51, 0x42, 0x5e, 0x78, 0xa1, 0x84, 0x92, 0x61, 0xf9, 0x72, 0x05, 0x19, 0x50, 0x33, 0xa8, 0x13, 0x61, 0xf6, 0x6c, 0x8c, 0x0c, 0x8c, 0x65, 0xee, 0x81, 0xa3, 0x6a, 0xbb, 0x99, 0x02, 0xd0, 0x02, 0x98, 0x1f, 0xd0, 0x83, 0x09, 0xd1, 0xd1, 0xc7, 0x75, 0x78, 0xb0, 0xd9, 0x52, 0x17, 0x30, 0x0d, 0x77, 0x02, 0x3f, 0x07, 0xc4, 0x1e, 0x5e, 0x87, 0xfe, 0x93, 0x81, 0xc4, 0xe0, 0x9a, 0xb9, 0xbd, 0x73, 0x25, 0x98, 0x3e, 0xe0, 0xc4, 0x50, 0x78, 0xfa, 0x49, 0x10, 0x7b, 0x22, 0x36, 0x30, 0xb9, 0x32, 0x68, 0xf8, 0x84, 0x73, 0x7d, 0x15, 0xdd, 0xcc, 0x7c, 0xfb, 0x9b, 0x48, 0xa5, 0x43, 0x38, 0xe9, 0x9e, 0x27, 0x3f, 0x7c, 0x69, 0x8e, 0x8d, 0xd7, 0xd0, 0x82, 0x81, 0x2e, 0x5b, 0xa2, 0x07, 0x6b, 0xef, 0x3f, 0x12, 0x2b, 0x58, 0x88, 0xb9, 0xf9, 0x5a, 0x1a, 0xd2, 0x39, 0x39, 0xfd, 0x97, 0xb0, 0x00, 0xe4, 0xa4, 0x3e, 0x2e, 0x7a, 0x16, 0x80, 0xcf, 0x83, 0xc8, 0xe0, 0x6a, 0x1f, 0xcf, 0x7f, 0x0b, 0x83, 0xa1, 0xa7, 0xad, 0xd3, 0xb9, 0x39, 0xe9, 0x7c, 0xed, 0xae, 0xd3, 0x17, 0xd3, 0x77, 0x66, 0x5e, 0xcc, 0x0d, 0x4d, 0x2f, 0xac, 0x3d, 0x98, 0x5b, 0x9e, 0xc4, 0xcc, 0x7a, 0x04, 0x1e, 0x01, 0x45, 0x70, 0xa3, 0x0b, 0xaa, 0xd3, 0x0e, 0xe7, 0x94, 0x96, 0xc4, 0x14, 0x55, 0xa7, 0x81, 0xa4, 0xf7, 0x10, 0x7c, 0x2c, 0x2d, 0xba, 0xa0, 0x2a, 0x0d, 0x09, 0x81, 0xaf, 0x9f, 0x30, 0xfb, 0xf1, 0x3a, 0x2d, 0x81, 0xae, 0x7c, 0xc9, 0x92, 0x38, 0xb2, 0x72, 0x65, 0x29, 0x09, 0x09, 0x29, 0xed, 0x46, 0x06, 0xd4, 0x0c, 0xa8, 0x15, 0x18, 0x22, 0x4c, 0x9e, 0x1c, 0x49, 0x38, 0x5c, 0x2d, 0xf9, 0xa4, 0x27, 0x9e, 0x29, 0x44, 0x2d, 0x80, 0xd9, 0x49, 0xd4, 0x02, 0x16, 0xe6, 0x56, 0xd7, 0xd6, 0xc0, 0x75, 0xf4, 0x76, 0x0d, 0xa7, 0x95, 0x9a, 0xcc, 0x85, 0xc3, 0x95, 0xde, 0x69, 0xe6, 0x5b, 0x03, 0x81, 0x2c, 0x9c, 0xdc, 0xca, 0x98, 0x35, 0x16, 0x14, 0x23, 0x07, 0xb7, 0x4a, 0xc5, 0x42, 0x50, 0xdf, 0x51, 0x40, 0x4f, 0xb1, 0xf4, 0xf4, 0x2f, 0x60, 0x71, 0x38, 0x59, 0xf7, 0xba, 0x17, 0x71, 0x2e, 0x6e, 0xd2, 0x5c, 0xf0, 0xe9, 0xe6, 0x9d, 0xf7, 0xb2, 0x6f, 0x1e, 0xe3, 0x7b, 0x53, 0xd3, 0x10, 0x1a, 0xd6, 0x61, 0x48, 0x87, 0xe1, 0x9c, 0x9e, 0xc0, 0x86, 0xaa, 0xb4, 0xde, 0x2e, 0x7c, 0xa6, 0x72, 0x70, 0x7e, 0xea, 0xf9, 0x1c, 0x00, 0x2f, 0x67, 0xb1, 0xe4, 0x8d, 0xa0, 0x01, 0x78, 0x70, 0xff, 0xca, 0x67, 0x3f, 0x5e, 0x86, 0xd8, 0xbf, 0x36, 0x2c, 0xa3, 0xb0, 0x6e, 0xef, 0xd9, 0xe2, 0xf3, 0x08, 0xfe, 0x81, 0x73, 0xa5, 0x39, 0xa0, 0x05, 0xf2, 0x8e, 0xe4, 0x96, 0xe7, 0x1d, 0x3d, 0x5f, 0x9e, 0x7f, 0xaa, 0xa0, 0x2a, 0x33, 0xba, 0xa8, 0x2a, 0xe3, 0x58, 0x6e, 0x59, 0x69, 0xdc, 0x85, 0xea, 0x8c, 0xf8, 0x0b, 0xb5, 0xb7, 0x09, 0x3e, 0x0e, 0x42, 0x09, 0x11, 0x0d, 0x64, 0x38, 0x7e, 0xbe, 0x2c, 0xcd, 0xc3, 0x37, 0xe8, 0xaa, 0xbe, 0x81, 0xbd, 0x3c, 0x38, 0x38, 0x87, 0xbc, 0xf4, 0x52, 0x19, 0x79, 0xf1, 0xc5, 0x32, 0x4a, 0x86, 0xe0, 0xe0, 0x52, 0x15, 0x11, 0x18, 0x8d, 0xf0, 0xd4, 0x53, 0x17, 0x20, 0x3c, 0xfc, 0x81, 0x46, 0x06, 0x4f, 0xaf, 0xdb, 0x94, 0x89, 0x51, 0xc1, 0xea, 0x1f, 0xb7, 0xc6, 0xe2, 0x35, 0x9c, 0x07, 0x00, 0xe5, 0xa0, 0xa2, 0x49, 0x0f, 0x55, 0x1f, 0x0c, 0xc4, 0xb8, 0x1b, 0x01, 0xf2, 0x94, 0xe3, 0xd0, 0x73, 0x7f, 0xe4, 0xe0, 0x71, 0x33, 0xce, 0xb0, 0xd8, 0x0e, 0xd2, 0x81, 0x10, 0x00, 0x1b, 0x65, 0x20, 0x86, 0x1a, 0x8a, 0x86, 0x1a, 0x03, 0x9c, 0xfd, 0x1c, 0x4e, 0x2e, 0xee, 0xd7, 0xbb, 0x97, 0xc2, 0x05, 0x13, 0x07, 0xf7, 0x4a, 0x6d, 0x9d, 0x40, 0x19, 0x03, 0xfe, 0xd0, 0xa1, 0x59, 0xc4, 0xca, 0xea, 0x05, 0x08, 0x5f, 0x34, 0xc9, 0x1b, 0x7d, 0x5c, 0xf8, 0x6c, 0x16, 0x5b, 0x0e, 0xe6, 0x46, 0xee, 0x05, 0xf6, 0x13, 0xff, 0x87, 0x7f, 0x08, 0x02, 0x2f, 0x03, 0xe0, 0x65, 0xf0, 0x98, 0x8c, 0xcb, 0x95, 0xcd, 0xe7, 0x70, 0x65, 0xbe, 0x41, 0x23, 0xdb, 0xf6, 0x65, 0x95, 0xa4, 0xef, 0x39, 0x7b, 0x31, 0x7f, 0x67, 0x46, 0x51, 0x1d, 0x00, 0x9e, 0x76, 0x24, 0xb7, 0x2c, 0x07, 0x84, 0x82, 0x7f, 0x22, 0xaf, 0x22, 0x3f, 0xf6, 0x42, 0xcd, 0xe9, 0xb8, 0x8b, 0x35, 0x99, 0x27, 0xf3, 0x2b, 0x4a, 0x13, 0x2e, 0xd6, 0x9e, 0x4e, 0x2c, 0x56, 0x48, 0x52, 0x71, 0x9d, 0xea, 0x6f, 0x7c, 0x3c, 0x1e, 0x5e, 0xa3, 0x46, 0x84, 0xb4, 0xbd, 0x29, 0x39, 0x99, 0x26, 0x66, 0x56, 0xed, 0x0e, 0x0e, 0x63, 0xe5, 0xab, 0x57, 0x97, 0x90, 0x57, 0x5f, 0x2d, 0x27, 0x2f, 0xbf, 0xac, 0x4e, 0x84, 0x12, 0xf2, 0xfc, 0xf3, 0x25, 0xd4, 0x34, 0x30, 0x3e, 0x82, 0x87, 0xc7, 0x2a, 0xc2, 0xe5, 0x09, 0xa4, 0x6f, 0xfd, 0x1a, 0x16, 0xe7, 0x3f, 0x7e, 0x4a, 0x69, 0x00, 0x97, 0x2b, 0x95, 0x71, 0x50, 0x38, 0x32, 0x39, 0x4b, 0x41, 0x04, 0x39, 0x5c, 0x77, 0x0b, 0x5c, 0x93, 0x18, 0xfc, 0x24, 0x3d, 0x73, 0xab, 0x4b, 0x77, 0x22, 0x40, 0x82, 0xd2, 0xb9, 0xeb, 0xb9, 0x86, 0x82, 0xbb, 0xa8, 0xc0, 0x21, 0x93, 0x33, 0x26, 0xa0, 0x3f, 0x04, 0x40, 0xb1, 0x1e, 0x12, 0x98, 0x0f, 0x58, 0x66, 0x0f, 0x94, 0x00, 0x13, 0xd0, 0xf6, 0xdf, 0x4b, 0xab, 0x95, 0xe9, 0x6f, 0x7d, 0xb1, 0x1f, 0x93, 0x3c, 0x2e, 0x2e, 0x61, 0x34, 0x7b, 0x87, 0x49, 0x1c, 0x0b, 0x8b, 0xa7, 0xe4, 0x1c, 0xae, 0x40, 0x6a, 0x6a, 0x63, 0xdf, 0xb8, 0xe2, 0x0e, 0x04, 0xb0, 0x1b, 0xec, 0xd1, 0x88, 0x17, 0x9f, 0xa5, 0x9c, 0xf5, 0x72, 0xb6, 0x02, 0x78, 0x19, 0x8f, 0x27, 0x95, 0xf2, 0xb5, 0xa4, 0x47, 0x79, 0x7c, 0x19, 0x44, 0x1c, 0x64, 0xf3, 0xc9, 0x94, 0xb3, 0x87, 0x73, 0xcb, 0x92, 0x77, 0x9f, 0xbe, 0x50, 0x7b, 0x20, 0xbb, 0xe4, 0x02, 0xda, 0x74, 0x54, 0xe7, 0x38, 0x9b, 0x63, 0x8b, 0xaa, 0x32, 0x29, 0xb0, 0x45, 0xd5, 0x39, 0x27, 0xf3, 0xca, 0xab, 0x93, 0x4a, 0x6a, 0xb3, 0x12, 0x4b, 0xea, 0xce, 0xc5, 0x17, 0x55, 0x17, 0xa5, 0x94, 0xd6, 0x9d, 0x4d, 0x29, 0xa9, 0x3b, 0x83, 0x92, 0x0c, 0x82, 0x84, 0x60, 0x88, 0x10, 0x5b, 0x54, 0x9d, 0x81, 0x24, 0xf8, 0xed, 0xc0, 0xc9, 0x2c, 0x81, 0x50, 0x5b, 0x1a, 0x10, 0xf0, 0x02, 0x59, 0xbb, 0xb6, 0x82, 0xbc, 0xf6, 0x5a, 0x05, 0x59, 0xbd, 0xfa, 0x16, 0x11, 0x18, 0xd3, 0xc0, 0x68, 0x83, 0xa5, 0x4b, 0x2f, 0x40, 0x64, 0x30, 0x51, 0xae, 0xa3, 0x67, 0xdc, 0x26, 0xe4, 0xf1, 0xbb, 0x7e, 0x03, 0xe0, 0xa5, 0x70, 0x2f, 0xe5, 0xf2, 0x90, 0x04, 0x52, 0x20, 0xb0, 0x4c, 0x06, 0xd7, 0xf2, 0x27, 0x5c, 0x93, 0x80, 0xcb, 0xeb, 0xf2, 0x9f, 0xb1, 0x20, 0xeb, 0x4e, 0x04, 0x38, 0x08, 0x02, 0x4e, 0xa4, 0xf4, 0xb6, 0xba, 0xc0, 0x1f, 0x22, 0x42, 0xf5, 0xad, 0x1c, 0xeb, 0x24, 0xe6, 0x83, 0xea, 0x51, 0xdc, 0x27, 0xce, 0xcd, 0xe8, 0x0f, 0x1e, 0x0b, 0x3e, 0xf9, 0x7d, 0x97, 0xd2, 0x17, 0x18, 0x3b, 0x10, 0xcf, 0xff, 0x98, 0xa9, 0x53, 0xf7, 0x7c, 0x7f, 0x7f, 0xc5, 0x71, 0xd8, 0x84, 0x1c, 0xb1, 0xb6, 0x97, 0x94, 0x01, 0xdf, 0xdd, 0xfd, 0x77, 0x54, 0x93, 0xf2, 0xb9, 0x6b, 0x37, 0x9d, 0x72, 0xf0, 0xf4, 0xab, 0x78, 0xe1, 0x0e, 0x04, 0x08, 0x98, 0x38, 0xbd, 0xd4, 0xd6, 0xc6, 0xfe, 0xea, 0x4a, 0x9c, 0xf9, 0x38, 0x90, 0x5c, 0x1e, 0x0e, 0xa6, 0xb4, 0x4b, 0x4b, 0x4b, 0x2a, 0x15, 0x08, 0xbb, 0x3a, 0x84, 0xa2, 0x2e, 0x0b, 0x78, 0x6c, 0xc1, 0xf3, 0x2f, 0x96, 0xa2, 0xc3, 0x77, 0xec, 0x7c, 0x45, 0xfa, 0xf1, 0xbc, 0xca, 0x0c, 0xb4, 0xe3, 0x08, 0x3e, 0x55, 0xf7, 0xc5, 0xb5, 0x99, 0x74, 0xb6, 0x97, 0xd4, 0x66, 0x27, 0x17, 0xd7, 0xe6, 0xa4, 0x96, 0xd6, 0x67, 0xa7, 0x02, 0x01, 0x12, 0x2e, 0xd6, 0x5c, 0x48, 0x2f, 0x6b, 0xc8, 0x42, 0x49, 0x2b, 0xad, 0xcf, 0xa2, 0x64, 0x00, 0x41, 0x22, 0xe0, 0xeb, 0xd5, 0x49, 0xb0, 0xe1, 0x87, 0xff, 0xe6, 0xb3, 0xe0, 0xf7, 0x4c, 0x9b, 0xf6, 0x19, 0x79, 0xf3, 0xcd, 0x4a, 0x4a, 0x84, 0x35, 0x6b, 0xca, 0xa9, 0x46, 0x40, 0xd3, 0xb0, 0x6a, 0xd5, 0x2d, 0x6d, 0x80, 0xbe, 0xc1, 0x53, 0x4f, 0xe5, 0x12, 0xb1, 0xb6, 0x85, 0x5c, 0x0b, 0x88, 0x7f, 0x45, 0x20, 0xec, 0xec, 0xd2, 0x12, 0x74, 0x76, 0xf1, 0x29, 0x09, 0xba, 0xa4, 0x00, 0xb6, 0x14, 0x88, 0x3c, 0x14, 0xc4, 0x2d, 0x68, 0xcc, 0x85, 0x61, 0x8f, 0x2d, 0x39, 0x7d, 0x27, 0x02, 0x44, 0x82, 0x60, 0xe2, 0xec, 0x41, 0x96, 0x92, 0xd1, 0xae, 0x25, 0x6c, 0xf6, 0x91, 0xfe, 0xe2, 0xef, 0x08, 0x22, 0x9f, 0xbc, 0x66, 0xe3, 0xa1, 0x7b, 0xf9, 0x32, 0x81, 0xae, 0xf1, 0x4d, 0x2b, 0xab, 0x57, 0x29, 0xf8, 0xb8, 0xde, 0xae, 0x6f, 0x10, 0x24, 0xb3, 0xf5, 0x0c, 0x28, 0xc3, 0xbc, 0xf8, 0x9d, 0x08, 0x30, 0x07, 0x66, 0x4a, 0xc0, 0xc4, 0x69, 0x65, 0x8f, 0xaf, 0x7a, 0xfd, 0x9c, 0x36, 0xa8, 0xfd, 0x66, 0x3a, 0xeb, 0xf9, 0x52, 0xa9, 0x96, 0xa0, 0xab, 0x4b, 0x28, 0xec, 0xea, 0x12, 0x89, 0x3b, 0x3b, 0xc5, 0xda, 0x9d, 0xef, 0xf0, 0xf9, 0x32, 0x33, 0x23, 0x93, 0x36, 0x50, 0xf7, 0x49, 0xe8, 0xf0, 0xe1, 0xec, 0x47, 0xd0, 0x10, 0x3c, 0x04, 0x1f, 0x67, 0x35, 0x9d, 0xe5, 0x00, 0xae, 0x12, 0xf0, 0xec, 0x8c, 0xf2, 0x86, 0xec, 0xcc, 0xb2, 0x86, 0x73, 0x8c, 0xe0, 0xff, 0x69, 0x65, 0xf5, 0xd9, 0x0c, 0x11, 0x7a, 0x92, 0x00, 0x7d, 0x82, 0xa7, 0x5f, 0x7e, 0xad, 0x8c, 0xcd, 0xe6, 0x82, 0x53, 0xb8, 0x87, 0xac, 0x5b, 0x57, 0x49, 0xde, 0x78, 0xa3, 0x92, 0xbc, 0xfe, 0xfa, 0xed, 0xda, 0x00, 0x7d, 0x03, 0x24, 0x81, 0x99, 0xa1, 0x27, 0x8d, 0x64, 0xae, 0x81, 0x99, 0xea, 0x14, 0x08, 0x3b, 0x3a, 0x29, 0x09, 0xb4, 0x3a, 0xbb, 0x40, 0x1b, 0x14, 0xc0, 0x8c, 0x46, 0xcd, 0xb6, 0x74, 0xd3, 0x8f, 0xc7, 0xff, 0x0a, 0x02, 0x60, 0x6d, 0xa6, 0x86, 0xa2, 0x35, 0x9e, 0x43, 0x7f, 0x08, 0xf0, 0x89, 0x48, 0xdf, 0xb0, 0xe1, 0x5e, 0x2b, 0x57, 0xd1, 0x81, 0x71, 0x77, 0xdf, 0x4e, 0xc1, 0x1f, 0x31, 0x22, 0x83, 0x60, 0x39, 0xd6, 0xcc, 0x57, 0xdf, 0x8f, 0xc6, 0xd5, 0xb1, 0x3e, 0x09, 0x00, 0xea, 0x71, 0x0e, 0xcc, 0x10, 0x24, 0xc0, 0xcf, 0x51, 0xa7, 0x4f, 0x80, 0x2a, 0x95, 0x6e, 0x07, 0x5b, 0xda, 0x25, 0x10, 0x74, 0x75, 0xc2, 0xac, 0xa7, 0xe0, 0x43, 0x04, 0xd0, 0xa9, 0xa3, 0xdb, 0x71, 0x51, 0x47, 0xb7, 0x13, 0xc2, 0x23, 0xf2, 0xf1, 0x6f, 0xdb, 0x73, 0x14, 0xde, 0x7e, 0x55, 0x1a, 0xda, 0x70, 0x04, 0x0f, 0x41, 0x4c, 0xa6, 0xe0, 0xd7, 0x67, 0x21, 0xc0, 0x14, 0xf8, 0xf2, 0xc6, 0x73, 0xa7, 0x2b, 0x1a, 0x73, 0xce, 0x54, 0xde, 0x12, 0xfc, 0x1f, 0x1f, 0xc7, 0xe7, 0x91, 0x24, 0xdd, 0x48, 0xa0, 0x70, 0x10, 0xd3, 0xf1, 0x73, 0xc7, 0x4e, 0x9b, 0x55, 0x2f, 0x16, 0x1b, 0xc8, 0x5f, 0x7e, 0x39, 0x8d, 0xbc, 0xfd, 0x76, 0x15, 0x79, 0xeb, 0xad, 0x5b, 0xda, 0xe0, 0x95, 0x57, 0xca, 0x55, 0x24, 0x58, 0xb4, 0x28, 0x0e, 0xec, 0xb6, 0x26, 0x89, 0xe2, 0x69, 0x93, 0x7a, 0xb8, 0x9e, 0x9b, 0x00, 0x3a, 0x68, 0xab, 0x8e, 0x0e, 0x81, 0x82, 0x04, 0x6b, 0xe0, 0xda, 0x4c, 0x8c, 0xcd, 0xaf, 0xe1, 0x92, 0xf7, 0xf0, 0xf9, 0x4b, 0x4e, 0x3b, 0x23, 0x01, 0xfa, 0xc8, 0x05, 0x3c, 0x0c, 0x02, 0xa0, 0x88, 0xf4, 0x8d, 0x1a, 0x00, 0x9b, 0x4d, 0x77, 0xdf, 0xce, 0xc5, 0x66, 0x37, 0x78, 0xcd, 0x58, 0x98, 0x7a, 0xaf, 0x9b, 0x18, 0x90, 0x00, 0x7e, 0x7e, 0x27, 0x69, 0xee, 0x3e, 0x20, 0x60, 0x3f, 0xf5, 0x68, 0x5f, 0xfc, 0x6f, 0xe4, 0x5e, 0x5c, 0x18, 0x71, 0xec, 0x8d, 0x00, 0x68, 0xef, 0x61, 0xf6, 0xcf, 0xe6, 0x20, 0x01, 0xa6, 0x97, 0xe1, 0x32, 0xaf, 0xff, 0x98, 0x49, 0x55, 0xa3, 0x41, 0x03, 0x74, 0x89, 0x44, 0x74, 0xd6, 0x03, 0xf8, 0x1d, 0x1d, 0xba, 0x92, 0x8e, 0x0e, 0x89, 0x5e, 0x47, 0x87, 0x81, 0x61, 0xfb, 0x58, 0x2d, 0x81, 0x74, 0xe4, 0x84, 0x29, 0x0d, 0xcc, 0xec, 0x47, 0xd5, 0xaf, 0x74, 0xf6, 0x54, 0x33, 0x9f, 0xce, 0xf6, 0x8a, 0x06, 0x04, 0x3b, 0xf7, 0x6c, 0x65, 0xd3, 0xf9, 0x2c, 0x35, 0xc1, 0xff, 0xf1, 0x71, 0x7c, 0x5e, 0x9d, 0x04, 0xf8, 0x7e, 0xd4, 0x22, 0x8c, 0x29, 0x38, 0x9a, 0x53, 0x9a, 0xe6, 0xe4, 0xee, 0x7d, 0xdd, 0xcc, 0xcc, 0x55, 0xb6, 0x6e, 0xdd, 0x05, 0xf2, 0xce, 0x3b, 0x55, 0x4a, 0x6d, 0xa0, 0xf0, 0x0d, 0x18, 0x12, 0xf8, 0xfa, 0xae, 0x22, 0x4e, 0x5c, 0x21, 0xb9, 0x22, 0x32, 0x25, 0x4d, 0x3c, 0x1d, 0x52, 0x07, 0xd7, 0xd5, 0x0c, 0x1a, 0x00, 0x49, 0xd0, 0x0a, 0xda, 0xc0, 0x00, 0xae, 0x6d, 0xec, 0x93, 0xcf, 0x9f, 0x66, 0x08, 0xe0, 0xc2, 0xe5, 0x76, 0x81, 0x5f, 0x20, 0xeb, 0x8d, 0x04, 0x0f, 0x8b, 0x00, 0x58, 0xbf, 0x01, 0xd8, 0xd6, 0x6b, 0xdc, 0xa5, 0xd9, 0xe5, 0x74, 0x6c, 0xd3, 0x72, 0xaf, 0x0d, 0x99, 0x66, 0xa2, 0x03, 0x08, 0x17, 0x10, 0x14, 0x94, 0x4c, 0xc6, 0x8e, 0xcd, 0x01, 0x33, 0xb0, 0x8f, 0x12, 0xe0, 0xe5, 0xad, 0x87, 0x77, 0xf7, 0x46, 0x00, 0x85, 0xa3, 0x07, 0x4e, 0x12, 0x0c, 0x10, 0x12, 0x20, 0x10, 0x08, 0x80, 0x55, 0x3d, 0x6f, 0x7c, 0xbf, 0x25, 0x15, 0x55, 0x66, 0x81, 0x50, 0xd4, 0xd9, 0x01, 0xb3, 0x9e, 0x82, 0xaf, 0x67, 0xd0, 0xde, 0x0e, 0xe0, 0xb7, 0x1b, 0x19, 0xb7, 0x6f, 0xd3, 0x95, 0x48, 0xb5, 0x78, 0x3c, 0xf9, 0xae, 0x94, 0x9c, 0xe2, 0x98, 0xc2, 0xea, 0xd3, 0xcc, 0xec, 0x47, 0xd5, 0x8f, 0x6a, 0x9d, 0xce, 0x7c, 0x00, 0x17, 0x84, 0x02, 0x9e, 0x5d, 0x75, 0x29, 0x2f, 0xa7, 0xe6, 0x52, 0xde, 0xb9, 0xea, 0x4b, 0xf9, 0x78, 0x0f, 0x8f, 0xa1, 0xa8, 0x48, 0x80, 0x66, 0x82, 0x9a, 0x03, 0x35, 0x2d, 0x80, 0x3e, 0x05, 0xfa, 0x16, 0x11, 0x09, 0x67, 0x33, 0x0c, 0x4d, 0xcc, 0xdb, 0x5d, 0x5d, 0xa7, 0xc8, 0xdf, 0x7b, 0xaf, 0x92, 0xbc, 0xfb, 0x6e, 0x77, 0x12, 0xbc, 0xfc, 0x72, 0x09, 0x91, 0x08, 0x0d, 0xc9, 0xc7, 0x5a, 0x12, 0x72, 0x49, 0x6c, 0x41, 0x2e, 0x8b, 0xcc, 0x48, 0x3d, 0x47, 0x48, 0xea, 0x40, 0x4b, 0xb5, 0x02, 0x01, 0xc2, 0x40, 0x03, 0x70, 0xe1, 0x1a, 0xdf, 0x0e, 0x3f, 0xb9, 0x0f, 0x57, 0x08, 0x87, 0xcf, 0x5f, 0xaa, 0x20, 0x00, 0x9b, 0x2d, 0x45, 0x12, 0xc8, 0x7b, 0x90, 0xe0, 0x61, 0x11, 0x00, 0x37, 0x97, 0x28, 0x43, 0xc2, 0x29, 0x77, 0xaa, 0xf3, 0xdb, 0x66, 0xec, 0xe0, 0x52, 0x72, 0xaf, 0x5f, 0xb2, 0xf8, 0xbb, 0x88, 0x50, 0x04, 0xdc, 0xdf, 0x3f, 0x52, 0x59, 0x65, 0x93, 0x46, 0x09, 0xb0, 0xf8, 0xc3, 0x1f, 0x8e, 0xe2, 0xfa, 0x78, 0x37, 0x02, 0x28, 0x67, 0xbe, 0xd2, 0xd9, 0x93, 0xce, 0x02, 0xdb, 0x19, 0x30, 0x7e, 0x6a, 0xf9, 0xcb, 0x9f, 0xfe, 0x94, 0x36, 0x69, 0xc1, 0x92, 0x8b, 0x3a, 0x60, 0xf7, 0xd7, 0x00, 0x41, 0x1a, 0xd8, 0x1c, 0x79, 0x03, 0x3c, 0xd7, 0x08, 0xfe, 0x40, 0x13, 0x3c, 0x76, 0xd5, 0xc0, 0x50, 0x7a, 0xd5, 0xcc, 0xbc, 0x4b, 0x1f, 0x08, 0x10, 0xbc, 0x6e, 0x43, 0x43, 0x74, 0x61, 0xd5, 0x39, 0xa5, 0xe3, 0x47, 0x67, 0x3f, 0x55, 0xfd, 0x65, 0x0d, 0x39, 0xc9, 0x25, 0xb5, 0x15, 0x19, 0xe5, 0xf5, 0x25, 0x4a, 0xf0, 0xf3, 0x73, 0x6b, 0x2e, 0x17, 0xe4, 0xd6, 0x82, 0xc0, 0x3d, 0xfe, 0x8f, 0x8f, 0x23, 0x09, 0xd0, 0x24, 0xa0, 0xb6, 0x60, 0xb4, 0x00, 0xfa, 0x10, 0xca, 0xf0, 0x90, 0x9a, 0x01, 0xcc, 0x16, 0xfe, 0xb0, 0xfb, 0xc8, 0x59, 0x2d, 0x81, 0x48, 0x36, 0x76, 0xec, 0x1a, 0xb2, 0x61, 0x43, 0x75, 0x37, 0x12, 0xcc, 0x99, 0xb3, 0x99, 0x70, 0x34, 0x59, 0xa4, 0x50, 0xc7, 0x8a, 0x34, 0x81, 0x5c, 0xd2, 0xb6, 0x24, 0x97, 0x80, 0x04, 0xb5, 0x6c, 0x3e, 0xa9, 0x87, 0xdf, 0x3f, 0x1e, 0xae, 0xcd, 0xd5, 0x6f, 0x58, 0xf9, 0xc7, 0xc7, 0x15, 0x4b, 0xc4, 0x0a, 0x02, 0x50, 0xe7, 0x50, 0x45, 0x02, 0x75, 0x4d, 0xf0, 0xb0, 0x08, 0x40, 0x93, 0x49, 0x76, 0x4e, 0x65, 0x80, 0xf1, 0x1f, 0x7d, 0xe1, 0xcf, 0xc5, 0x5e, 0xb9, 0x58, 0xd9, 0x7b, 0x3f, 0x5f, 0xc2, 0xe6, 0xf0, 0xa4, 0x9e, 0x9e, 0xdf, 0xd1, 0xca, 0x1a, 0x2c, 0xac, 0x10, 0x6b, 0x5b, 0xcb, 0x7c, 0xa7, 0xce, 0x3b, 0xd7, 0x8d, 0x00, 0x3d, 0xc0, 0x6f, 0x07, 0x80, 0xa7, 0xc1, 0x60, 0x81, 0x8a, 0x92, 0x63, 0x62, 0xc5, 0xd4, 0xcc, 0x5d, 0x66, 0x6a, 0xea, 0x2e, 0x37, 0x64, 0xb1, 0x49, 0x9d, 0x96, 0x0e, 0xa9, 0x07, 0xa9, 0xe6, 0x89, 0x48, 0x39, 0x87, 0x4f, 0x2e, 0xc0, 0xfb, 0xcb, 0x78, 0x3c, 0xd9, 0x0b, 0x42, 0x91, 0xd4, 0xc9, 0xd1, 0xa9, 0x99, 0x51, 0xff, 0x8c, 0xed, 0xc7, 0xd9, 0x4c, 0x55, 0x7b, 0x59, 0x7d, 0x31, 0xdc, 0x97, 0x50, 0xf0, 0x01, 0xf8, 0xf3, 0x35, 0x97, 0x8b, 0xf2, 0x6a, 0x2f, 0x17, 0xe1, 0x3d, 0xfe, 0x8f, 0xda, 0x20, 0xab, 0xea, 0x12, 0x12, 0x80, 0x6a, 0x01, 0x24, 0x4e, 0x4f, 0x33, 0x80, 0xce, 0x20, 0xfa, 0x19, 0x98, 0x61, 0x7c, 0xf3, 0xcb, 0x1f, 0xcf, 0x43, 0x64, 0x40, 0x16, 0x2c, 0xf8, 0xb9, 0x1b, 0x09, 0x9c, 0x1d, 0xc6, 0x93, 0x39, 0x5a, 0xba, 0xa4, 0x41, 0xcf, 0x9e, 0x34, 0xe8, 0xda, 0x92, 0x46, 0x1d, 0x6b, 0xd2, 0x04, 0x24, 0x68, 0x02, 0x12, 0x64, 0xb2, 0x38, 0x84, 0x05, 0xbf, 0x77, 0xc9, 0x7b, 0x5f, 0xc4, 0xe1, 0x12, 0xf1, 0x26, 0x25, 0x01, 0x9c, 0x81, 0x00, 0x5d, 0x7d, 0x90, 0xe0, 0x61, 0x12, 0x00, 0x2b, 0xb4, 0x94, 0xbd, 0x92, 0x7b, 0x6d, 0x62, 0x39, 0x09, 0x3b, 0x58, 0x61, 0x8f, 0xbb, 0xfb, 0xf9, 0x12, 0x53, 0x27, 0xaf, 0x72, 0x53, 0xd3, 0xa9, 0x72, 0xac, 0xa8, 0xc1, 0xa2, 0x0a, 0x77, 0xf7, 0x37, 0x88, 0x40, 0xac, 0xdf, 0xb6, 0x36, 0xec, 0xc4, 0x1e, 0x86, 0x00, 0x18, 0x17, 0x63, 0x68, 0xd4, 0x01, 0x24, 0x68, 0x06, 0x55, 0x79, 0x0d, 0x1c, 0xa8, 0x69, 0x30, 0xb8, 0xf6, 0xf6, 0xe3, 0x20, 0xd4, 0xca, 0xa5, 0xb6, 0x76, 0xed, 0xda, 0x5c, 0xc2, 0x85, 0x01, 0xdc, 0x2d, 0x32, 0x22, 0x57, 0xf5, 0x6d, 0xc8, 0x15, 0x03, 0x5b, 0x72, 0xd9, 0xd0, 0x9e, 0x34, 0xc2, 0x7d, 0x31, 0x5f, 0x44, 0x0e, 0xb2, 0x14, 0x8b, 0x21, 0xbf, 0xed, 0x3b, 0x7e, 0x3e, 0xba, 0xb0, 0xb2, 0x28, 0xae, 0xb0, 0xea, 0x42, 0xc2, 0x85, 0xea, 0xe2, 0xa4, 0xe2, 0xda, 0x62, 0x74, 0xf2, 0x60, 0xf6, 0x17, 0x67, 0x96, 0xd7, 0x97, 0xe6, 0x54, 0x5f, 0x2a, 0x00, 0xe0, 0x0b, 0xf3, 0x6b, 0x2f, 0x5f, 0x28, 0xa8, 0xbf, 0x7a, 0x01, 0xef, 0xf1, 0x7f, 0x7c, 0x1c, 0xb5, 0x00, 0x43, 0x00, 0x24, 0x0e, 0x12, 0x08, 0x89, 0x84, 0x84, 0xea, 0x49, 0x00, 0x0c, 0x3b, 0x1f, 0x7b, 0x76, 0x45, 0x19, 0x97, 0xcb, 0x97, 0x07, 0x07, 0x1f, 0x21, 0xef, 0xbf, 0x5f, 0x0d, 0x11, 0x41, 0x16, 0x61, 0xc3, 0xef, 0xde, 0xa5, 0x6b, 0x45, 0xea, 0x0d, 0x06, 0x91, 0x7a, 0x3d, 0x07, 0xd2, 0x20, 0xb1, 0x23, 0x0d, 0x3a, 0x36, 0xa4, 0x51, 0xdb, 0x8a, 0xac, 0xe5, 0x8a, 0x09, 0x1f, 0x08, 0xed, 0x3b, 0x7e, 0x7a, 0x51, 0x4f, 0x02, 0x74, 0x82, 0x69, 0xe8, 0x54, 0x23, 0x81, 0x5c, 0x49, 0x82, 0x87, 0x49, 0x00, 0xac, 0x1a, 0x52, 0x16, 0x90, 0x8e, 0xeb, 0xd5, 0xfb, 0x97, 0x98, 0x59, 0x55, 0xdd, 0xef, 0x97, 0x60, 0x7d, 0x20, 0x9b, 0xcd, 0x97, 0x4f, 0x9c, 0x98, 0x4c, 0x8b, 0x29, 0x66, 0xcf, 0xce, 0x22, 0xda, 0x3a, 0x36, 0x32, 0x7b, 0x4f, 0xff, 0x0a, 0x24, 0xc0, 0xf3, 0x00, 0x78, 0x17, 0x80, 0xd7, 0x8a, 0x8e, 0x12, 0xfc, 0xdd, 0x0c, 0xaa, 0xb2, 0x85, 0xaf, 0x43, 0x66, 0x70, 0x05, 0xe0, 0x3c, 0x3e, 0x4b, 0x67, 0x16, 0x0e, 0xee, 0x87, 0x1f, 0xd6, 0x10, 0x4f, 0xb7, 0xe9, 0x64, 0x86, 0x96, 0x36, 0xb9, 0x02, 0xc0, 0x5f, 0x36, 0x72, 0x20, 0x97, 0x4d, 0x06, 0x91, 0x4b, 0xa6, 0xce, 0xa4, 0xc9, 0xcc, 0x85, 0xe4, 0x71, 0xf9, 0xc4, 0x8d, 0x0b, 0x11, 0xc6, 0x82, 0xc5, 0x0d, 0x77, 0x23, 0x00, 0xce, 0xfa, 0x7c, 0x00, 0x1f, 0x08, 0x70, 0xb1, 0x27, 0x01, 0xd0, 0x21, 0xec, 0x2f, 0x01, 0x70, 0xd1, 0xc9, 0x7f, 0xe4, 0xf8, 0x06, 0x1d, 0x1d, 0x63, 0xf9, 0xeb, 0xaf, 0x9f, 0x01, 0x13, 0xf7, 0x36, 0xb1, 0xe0, 0x09, 0x49, 0xb5, 0xb1, 0x2b, 0xa9, 0x35, 0x74, 0x21, 0x75, 0x06, 0x4e, 0xa4, 0x4e, 0xcf, 0x91, 0xd4, 0x4b, 0xec, 0x49, 0xad, 0x8e, 0x2d, 0x31, 0xe3, 0x08, 0x88, 0xa3, 0xe3, 0x13, 0x04, 0xcb, 0xe5, 0x27, 0x2e, 0x5d, 0x99, 0xa9, 0x4e, 0x80, 0x0e, 0x2d, 0x41, 0x47, 0x27, 0x8f, 0xdf, 0x09, 0x9a, 0xa0, 0xb3, 0x0b, 0x13, 0x46, 0x98, 0x35, 0x04, 0x12, 0xec, 0x7b, 0x88, 0x04, 0x40, 0xd1, 0x35, 0xb1, 0xa8, 0x06, 0xac, 0x37, 0xde, 0xbe, 0xcb, 0x83, 0xc3, 0x3d, 0xed, 0x3c, 0x7a, 0x6a, 0xd6, 0xfd, 0x7e, 0x01, 0x2e, 0x04, 0x89, 0x25, 0xc6, 0x37, 0xac, 0x6d, 0xe6, 0xcb, 0xb1, 0xa2, 0x06, 0xd7, 0xd1, 0xa7, 0x4c, 0x89, 0x24, 0x5c, 0x9e, 0x48, 0x26, 0xd6, 0xd5, 0x6b, 0x79, 0x0e, 0x2e, 0xb0, 0x0d, 0xa4, 0x95, 0xc5, 0x25, 0x6d, 0x3c, 0x31, 0x69, 0x05, 0xf5, 0xd9, 0x22, 0xd0, 0x03, 0x02, 0x08, 0xc1, 0x77, 0x58, 0xa6, 0x02, 0xff, 0xa3, 0x8f, 0x6a, 0xc9, 0xf2, 0xe5, 0x11, 0xa0, 0x05, 0xd8, 0xa4, 0xc8, 0x10, 0x66, 0xbf, 0xa9, 0x13, 0xb9, 0x04, 0xc0, 0x5f, 0xb2, 0x70, 0x25, 0x4d, 0x96, 0xee, 0xe4, 0xa2, 0x8e, 0x31, 0xd9, 0xc0, 0xe3, 0xcb, 0xb5, 0xc1, 0x14, 0x9c, 0xca, 0x2d, 0x3b, 0xd3, 0xdd, 0x04, 0x34, 0xe6, 0xa4, 0x80, 0x0f, 0x90, 0x5e, 0x52, 0x5b, 0x75, 0xae, 0xba, 0xa9, 0x20, 0xab, 0xaa, 0xa1, 0x3c, 0xa7, 0xa6, 0xa9, 0x34, 0xbf, 0xee, 0x2a, 0x35, 0x03, 0x68, 0x02, 0xd0, 0x34, 0xa0, 0x33, 0xd8, 0x53, 0x03, 0xf4, 0x65, 0x02, 0x90, 0x00, 0xb8, 0xe4, 0xbc, 0x2b, 0x2d, 0x3f, 0xc1, 0xc6, 0xd1, 0xe5, 0x86, 0xb9, 0x85, 0x87, 0xdc, 0x58, 0xcf, 0x9a, 0xac, 0xd5, 0x36, 0x25, 0x35, 0xa6, 0xee, 0xa4, 0x06, 0x48, 0x50, 0x03, 0x24, 0xa8, 0x05, 0x12, 0xd4, 0xea, 0x0d, 0x22, 0xe1, 0x60, 0x02, 0x58, 0x30, 0xfb, 0xe7, 0xcf, 0x4f, 0x26, 0x3e, 0x3e, 0xef, 0x10, 0x36, 0x9b, 0x2b, 0x5b, 0xb2, 0xe1, 0x9b, 0x28, 0x4a, 0x00, 0x1e, 0x12, 0x40, 0xd8, 0xde, 0xc1, 0xd7, 0x52, 0x90, 0x00, 0x00, 0x07, 0x8d, 0x48, 0x49, 0x10, 0xa9, 0xac, 0xa0, 0x7a, 0x58, 0x04, 0xc0, 0x4a, 0x64, 0x36, 0x87, 0x93, 0x7a, 0x7b, 0xdb, 0x36, 0x4d, 0xcd, 0xae, 0xbe, 0xd6, 0x96, 0x07, 0xdc, 0xd8, 0xe0, 0x95, 0x0f, 0x0e, 0x63, 0x65, 0xab, 0x9f, 0xdf, 0xc7, 0xb4, 0xa0, 0x02, 0x57, 0xcf, 0x66, 0xcf, 0x3e, 0x46, 0xf8, 0x5c, 0xa1, 0x7c, 0x39, 0x80, 0xdf, 0x0e, 0xb3, 0xbe, 0x1d, 0x6c, 0x7a, 0x2b, 0xcc, 0x7c, 0x04, 0xbf, 0x59, 0x68, 0x40, 0x66, 0xc0, 0xff, 0x81, 0x81, 0xcb, 0xc8, 0xc6, 0x8d, 0x35, 0xe4, 0xe3, 0x8f, 0x6b, 0xc9, 0x67, 0x9f, 0xd5, 0x91, 0x2f, 0xbe, 0xa8, 0x25, 0x86, 0x3a, 0x26, 0xe4, 0x43, 0x6d, 0x23, 0x72, 0xd9, 0x1c, 0xc0, 0xb7, 0x74, 0x23, 0x4d, 0x56, 0x1e, 0xa4, 0xc9, 0xc6, 0x0b, 0x9c, 0x2e, 0x43, 0x92, 0x01, 0xe0, 0x0b, 0x39, 0x1c, 0xf9, 0xba, 0xcf, 0xbe, 0x29, 0x56, 0x77, 0x02, 0x69, 0xec, 0x5f, 0xde, 0x80, 0xb3, 0x9b, 0x7a, 0xfd, 0x67, 0x2b, 0x1b, 0x8b, 0xb3, 0x2b, 0x1b, 0x4b, 0xc0, 0x01, 0x2c, 0xa4, 0xe0, 0xc3, 0xec, 0x57, 0x46, 0x03, 0x0a, 0x27, 0x10, 0x5e, 0xdf, 0xd3, 0x07, 0x50, 0x77, 0x02, 0x71, 0x89, 0x19, 0x17, 0x9d, 0x90, 0x00, 0x58, 0x78, 0xf2, 0xdb, 0xd1, 0x84, 0x24, 0x91, 0xb6, 0x6e, 0x27, 0xae, 0x6e, 0xa6, 0x9b, 0xba, 0x91, 0x6a, 0x73, 0x2f, 0x52, 0x6d, 0xea, 0x01, 0x9a, 0x00, 0xfe, 0x36, 0x1c, 0x4c, 0x6a, 0xf4, 0x9d, 0xc8, 0x74, 0xbe, 0x2e, 0xb1, 0xb7, 0x99, 0x40, 0x17, 0x8e, 0xf0, 0xfa, 0x1d, 0x1c, 0x9e, 0x90, 0x6b, 0x09, 0x75, 0x3a, 0x7c, 0xa7, 0xcc, 0xcd, 0x41, 0x02, 0xb4, 0x0b, 0x44, 0x6d, 0xa0, 0x05, 0x14, 0x24, 0x00, 0x2d, 0x20, 0x55, 0x92, 0x60, 0xef, 0x43, 0x26, 0xc0, 0xd8, 0xe0, 0x75, 0xc7, 0xc1, 0x0c, 0x74, 0xf6, 0x6c, 0x4b, 0x37, 0x05, 0xed, 0xff, 0x73, 0x5b, 0x8e, 0x3d, 0xb0, 0xed, 0xcd, 0x3e, 0x73, 0x16, 0xa7, 0xa0, 0xea, 0x1b, 0x32, 0xe4, 0x35, 0xb2, 0x64, 0x49, 0x11, 0xcd, 0x96, 0xd9, 0xdb, 0x4e, 0x26, 0xcf, 0xc1, 0x8c, 0x6e, 0x87, 0xd9, 0xde, 0xc6, 0xd7, 0x26, 0x2d, 0x10, 0x3a, 0x21, 0xf8, 0x37, 0x45, 0x86, 0x94, 0x00, 0x41, 0x41, 0xcb, 0x55, 0xe0, 0x7f, 0xf9, 0x65, 0x3d, 0xf9, 0xe6, 0x9b, 0x06, 0x32, 0x75, 0xea, 0x5a, 0x62, 0x0f, 0x36, 0xbf, 0x09, 0xc0, 0xbf, 0x64, 0x0d, 0xe0, 0xdb, 0x0e, 0x21, 0xb5, 0x56, 0xee, 0x24, 0x1d, 0x3e, 0xa7, 0xc2, 0xd4, 0xbc, 0xed, 0x09, 0x89, 0x5e, 0xa7, 0xb7, 0x8f, 0xdf, 0x75, 0x9a, 0x01, 0x54, 0xe6, 0x00, 0x30, 0x0c, 0x54, 0x26, 0x7f, 0x72, 0xd1, 0xd1, 0x53, 0x0b, 0x01, 0xf3, 0xf1, 0x9e, 0x46, 0x00, 0x6a, 0x0e, 0x20, 0xcd, 0x0c, 0xf6, 0x11, 0x06, 0x62, 0xb6, 0x11, 0x8b, 0x4b, 0xb0, 0xde, 0x00, 0xcb, 0xcc, 0xb0, 0x00, 0x05, 0xab, 0x90, 0x5c, 0x87, 0xf8, 0x5e, 0x0a, 0x00, 0x13, 0x96, 0x27, 0xb1, 0x24, 0x95, 0x16, 0x3e, 0xa4, 0xca, 0x7c, 0x08, 0xa9, 0x32, 0xf5, 0xa4, 0x24, 0xc8, 0x05, 0x2d, 0xc0, 0xd5, 0x64, 0x83, 0xe6, 0xdb, 0x42, 0x17, 0x8d, 0x70, 0xe5, 0x70, 0xc1, 0x82, 0x3c, 0x62, 0x64, 0xec, 0x2f, 0x13, 0x68, 0x4b, 0x5a, 0x9d, 0x80, 0x00, 0x6d, 0x42, 0x51, 0x5b, 0xbb, 0x40, 0xd8, 0x06, 0x04, 0x68, 0x07, 0x2d, 0xd0, 0xc1, 0x98, 0x82, 0xbd, 0x60, 0x06, 0x1e, 0x26, 0x01, 0x30, 0x59, 0x87, 0x58, 0xe3, 0x7a, 0x8f, 0x3a, 0x01, 0x3e, 0x05, 0xfb, 0x5f, 0xf9, 0x40, 0x9b, 0x35, 0xee, 0x4c, 0xdc, 0x6c, 0xe2, 0xe0, 0x82, 0xf6, 0x86, 0x8c, 0x1c, 0xf9, 0x05, 0x5d, 0x3c, 0x71, 0x72, 0x9c, 0x01, 0x04, 0xe0, 0xa8, 0x54, 0x7f, 0xb3, 0x40, 0x9f, 0x34, 0x03, 0xf8, 0x37, 0xc4, 0xc6, 0x40, 0x00, 0x31, 0x19, 0x36, 0x6c, 0xb9, 0x0a, 0xfc, 0x6f, 0xbf, 0x6d, 0x20, 0x3f, 0xfc, 0xd0, 0x08, 0xa6, 0x20, 0x9b, 0xaa, 0xd2, 0x63, 0x26, 0x0e, 0x14, 0xfc, 0x6a, 0x0b, 0x17, 0x92, 0x09, 0xf6, 0x3f, 0x4b, 0x24, 0x96, 0x5e, 0x77, 0x75, 0xbf, 0x71, 0xc4, 0xce, 0xbe, 0x05, 0x18, 0x4d, 0xc2, 0xa2, 0x92, 0x73, 0xd4, 0xb3, 0x80, 0x18, 0xda, 0xa9, 0x48, 0x80, 0x09, 0x20, 0x00, 0x9c, 0xc6, 0xff, 0x8a, 0x7b, 0x9a, 0x03, 0xa0, 0x19, 0x41, 0x78, 0x9d, 0xfa, 0xec, 0x47, 0xfb, 0x8f, 0x91, 0x05, 0x26, 0x82, 0x30, 0xd1, 0x84, 0xd5, 0x43, 0x58, 0x6b, 0x80, 0xd5, 0x46, 0x58, 0x72, 0x86, 0xe5, 0x67, 0x5b, 0x62, 0x33, 0x12, 0x78, 0x10, 0xb9, 0xfc, 0xac, 0x67, 0xd0, 0x86, 0xab, 0x77, 0x45, 0x46, 0x83, 0x48, 0x85, 0x85, 0x2f, 0xa9, 0x34, 0x1b, 0x42, 0x2a, 0x4d, 0x3c, 0xc9, 0x7a, 0xb1, 0x29, 0xd1, 0x15, 0x1a, 0x92, 0xe7, 0x9f, 0xbf, 0x40, 0x89, 0x8f, 0xab, 0x86, 0x58, 0x48, 0x32, 0x79, 0x32, 0xee, 0xfc, 0xd1, 0x24, 0x0e, 0xe0, 0xfc, 0xb6, 0x8a, 0xc4, 0xad, 0x6d, 0xa0, 0x05, 0xda, 0xb5, 0x04, 0x0c, 0x09, 0xa8, 0x29, 0xd8, 0x03, 0x66, 0xe0, 0x61, 0x12, 0x40, 0xcd, 0x0f, 0xd8, 0xa4, 0x6e, 0xff, 0xd3, 0x9d, 0x47, 0x4d, 0xce, 0x7a, 0x90, 0x7d, 0xef, 0x4c, 0x1d, 0xdd, 0x2b, 0x38, 0x1c, 0x2d, 0xf9, 0xc8, 0x91, 0xdf, 0xd0, 0x41, 0xc0, 0x9c, 0xb9, 0xf3, 0xa0, 0x99, 0x64, 0x39, 0x10, 0xa0, 0x05, 0xc0, 0x56, 0xcd, 0x7e, 0xb1, 0x11, 0xb9, 0xa1, 0x63, 0x4a, 0x66, 0xf0, 0xc5, 0x64, 0xf8, 0xf0, 0xe7, 0x54, 0x33, 0x1f, 0xc1, 0xff, 0xf9, 0xe7, 0x26, 0xf2, 0xeb, 0xaf, 0x97, 0x88, 0x9b, 0xf3, 0x70, 0xf2, 0x84, 0x50, 0x97, 0x9c, 0x17, 0x49, 0x48, 0x0a, 0xae, 0xb7, 0xeb, 0xe8, 0x76, 0x5e, 0x71, 0x71, 0xbd, 0x71, 0xcd, 0xdd, 0xeb, 0xfa, 0x35, 0x2f, 0xef, 0xeb, 0xf6, 0x40, 0x86, 0x85, 0xcf, 0x05, 0x57, 0xdf, 0x5a, 0x07, 0xb8, 0x45, 0x02, 0x9c, 0xe1, 0xca, 0xf4, 0x6f, 0x2e, 0x23, 0x54, 0xed, 0x63, 0xa2, 0x48, 0x05, 0xbe, 0xda, 0xec, 0x57, 0xcb, 0x01, 0xf4, 0x74, 0x00, 0xb1, 0xf4, 0x0c, 0x8b, 0x4f, 0x17, 0x85, 0xac, 0x2e, 0xd4, 0xe7, 0xf1, 0xa5, 0x0d, 0x2e, 0x6e, 0x97, 0xf3, 0x0d, 0x0c, 0x5b, 0x13, 0x59, 0x2c, 0x52, 0x0c, 0xa6, 0x80, 0x21, 0x81, 0x3d, 0x5c, 0x9f, 0xbf, 0xff, 0x2b, 0x74, 0xd5, 0x10, 0x97, 0x8e, 0xd1, 0x0c, 0x3c, 0xf1, 0x44, 0x2e, 0x31, 0x34, 0x1a, 0xc2, 0x68, 0x80, 0xce, 0x56, 0xb1, 0x4e, 0x4b, 0x9b, 0x10, 0x48, 0xa0, 0xa5, 0xd0, 0x02, 0x1d, 0xa0, 0x05, 0xd0, 0x14, 0xec, 0x81, 0x88, 0xe0, 0x61, 0x13, 0xc0, 0x69, 0x04, 0xf5, 0x03, 0x52, 0x54, 0x8b, 0x7f, 0xa0, 0x12, 0x9a, 0xf1, 0x28, 0x95, 0x07, 0x05, 0xbe, 0xc4, 0xcc, 0xae, 0x51, 0xac, 0x6d, 0x29, 0x9b, 0x3e, 0xfd, 0x30, 0xbd, 0x78, 0x45, 0x45, 0x4d, 0x36, 0x31, 0x02, 0xd5, 0xf8, 0x0c, 0x00, 0x78, 0x05, 0xe4, 0x12, 0xcc, 0xda, 0x26, 0x36, 0x97, 0x34, 0x81, 0xea, 0x6f, 0x84, 0x38, 0x7f, 0x0a, 0x47, 0x8b, 0xb8, 0xb8, 0x8c, 0x83, 0xd7, 0x6d, 0x81, 0xd9, 0xf2, 0x0d, 0x99, 0x33, 0x67, 0x3d, 0x19, 0x3b, 0xf6, 0x39, 0xe2, 0xec, 0x1c, 0x24, 0xe3, 0x70, 0x79, 0x72, 0x2c, 0x27, 0x4f, 0x13, 0x8a, 0xba, 0x2a, 0x6d, 0xed, 0x3b, 0xae, 0xba, 0x7a, 0x00, 0xf8, 0x9e, 0xd7, 0x2e, 0x0f, 0xf1, 0x6d, 0xb9, 0xec, 0xe3, 0xdf, 0xbc, 0xde, 0xdc, 0xb2, 0xcd, 0xd8, 0xc0, 0xb0, 0x03, 0x40, 0xcb, 0x49, 0x2a, 0xb9, 0x45, 0x02, 0x66, 0x31, 0x88, 0x12, 0x81, 0xe6, 0xfe, 0xeb, 0x73, 0xf1, 0x5e, 0x99, 0xf8, 0x51, 0xa6, 0x80, 0x15, 0xe0, 0xd3, 0x04, 0x90, 0x5a, 0x1a, 0x98, 0xce, 0xfe, 0x1e, 0xea, 0x1f, 0xed, 0x3f, 0x96, 0x9d, 0x5b, 0x5a, 0x5a, 0xdf, 0x5c, 0x69, 0x64, 0xdc, 0x7a, 0xd9, 0xcd, 0xf3, 0xd2, 0x65, 0x20, 0xc1, 0x59, 0xb1, 0x4e, 0x47, 0x32, 0x87, 0x4f, 0x4a, 0xc1, 0x0c, 0xec, 0x33, 0x74, 0xc2, 0xa3, 0x65, 0xe0, 0xba, 0x93, 0x68, 0x21, 0x09, 0x5e, 0xfb, 0x33, 0xcf, 0x5c, 0x20, 0xb6, 0xb6, 0x33, 0xe4, 0x02, 0xb1, 0xa4, 0xdd, 0x07, 0x7c, 0x80, 0x41, 0x30, 0xdb, 0x5b, 0x75, 0x74, 0x9b, 0x5b, 0x45, 0x40, 0x02, 0x81, 0xa8, 0x55, 0x5d, 0x0b, 0x50, 0x02, 0x70, 0x1f, 0x2e, 0x01, 0xb0, 0x74, 0x0f, 0x30, 0xbf, 0xc9, 0x54, 0x0a, 0xe1, 0xb9, 0x37, 0x04, 0xf3, 0xf8, 0x0f, 0x0e, 0x7c, 0x1b, 0xd9, 0x9c, 0x39, 0x89, 0xb4, 0x7c, 0x0a, 0xd7, 0xcc, 0xc7, 0x8f, 0xff, 0x9e, 0x68, 0x09, 0x24, 0x32, 0x1e, 0x97, 0x2f, 0x7d, 0x16, 0x42, 0xc0, 0x36, 0x2d, 0x41, 0xe7, 0x4d, 0x88, 0x83, 0xaf, 0x82, 0x2d, 0x6c, 0xe0, 0x70, 0x64, 0xb5, 0x6c, 0x8e, 0x6c, 0x02, 0x0c, 0x1a, 0x00, 0x2d, 0xd3, 0x12, 0x88, 0xa5, 0xfa, 0x46, 0x66, 0x6d, 0x96, 0xf6, 0x4e, 0x37, 0x5c, 0xbc, 0x03, 0x9a, 0x26, 0xcc, 0x5b, 0x58, 0xba, 0x62, 0xfd, 0xa6, 0x1c, 0xb1, 0x40, 0xd8, 0xf5, 0x8d, 0xa9, 0x59, 0xfb, 0x25, 0xf7, 0x21, 0x1d, 0x57, 0xdc, 0x3d, 0x6f, 0x5c, 0xf5, 0x18, 0x72, 0xad, 0xc9, 0x37, 0xa0, 0xad, 0xc9, 0x2f, 0xb0, 0xb5, 0x68, 0x88, 0xcf, 0x35, 0xac, 0x13, 0xf8, 0xe8, 0xe7, 0x2d, 0x17, 0xa3, 0xf2, 0x2b, 0x2f, 0xa8, 0xaf, 0x08, 0xa6, 0x29, 0x89, 0x90, 0x52, 0x5c, 0x9b, 0x17, 0x57, 0x50, 0x51, 0x83, 0x33, 0x5e, 0x05, 0xbc, 0x72, 0x11, 0x88, 0x01, 0x5f, 0xa9, 0xfa, 0x6f, 0x39, 0x7f, 0x6a, 0xb3, 0x9f, 0x51, 0xff, 0x1f, 0xfd, 0xb1, 0x33, 0x03, 0xc7, 0x2b, 0xd1, 0xd9, 0xf5, 0x4a, 0xa3, 0xfb, 0x90, 0x4b, 0x8d, 0xae, 0x1e, 0x97, 0x1a, 0x9c, 0x5c, 0x2f, 0xa7, 0xf2, 0xb5, 0xa4, 0xe9, 0xa0, 0xc5, 0x1e, 0x17, 0x19, 0x11, 0x7b, 0xeb, 0x61, 0x74, 0xd9, 0x18, 0x17, 0x8a, 0x70, 0xc9, 0xd8, 0xcd, 0x6d, 0x19, 0x2d, 0x1a, 0x79, 0xe6, 0x93, 0x9f, 0x8f, 0xe1, 0x6a, 0x20, 0x12, 0xa0, 0x45, 0x47, 0xd2, 0xdc, 0x02, 0x04, 0x68, 0x15, 0x8a, 0xa8, 0x16, 0x68, 0x47, 0x87, 0x10, 0xb4, 0xc0, 0x2e, 0x70, 0x04, 0x1f, 0x36, 0x01, 0xb0, 0x4d, 0x8f, 0x72, 0xdf, 0x86, 0x15, 0x12, 0x60, 0x06, 0x9e, 0xc6, 0xd1, 0xdb, 0x2e, 0xde, 0x01, 0x85, 0x7f, 0xf0, 0x7e, 0x23, 0x5b, 0x97, 0x1a, 0xcc, 0xfc, 0xcd, 0x9c, 0x99, 0xa0, 0xac, 0xb1, 0xcf, 0x06, 0xe6, 0x4f, 0x86, 0xe8, 0x86, 0x23, 0x07, 0xe6, 0x9f, 0xb3, 0xf7, 0xf0, 0xa9, 0x58, 0x8e, 0x09, 0x20, 0xa1, 0xa8, 0xbd, 0x5d, 0xa4, 0xdd, 0xd6, 0xa6, 0xad, 0xd3, 0xd6, 0x2a, 0xd1, 0x6b, 0x6d, 0xd5, 0x37, 0x68, 0x99, 0x06, 0xa4, 0xf0, 0x9f, 0x30, 0xad, 0x54, 0xb9, 0xe9, 0x93, 0xee, 0xf2, 0xc5, 0x6d, 0x5f, 0xb8, 0xf3, 0x07, 0x4b, 0xc0, 0x47, 0x4f, 0x9b, 0x53, 0xe5, 0x2d, 0xd6, 0xee, 0x6a, 0xf2, 0xf0, 0xee, 0xb8, 0xe2, 0x31, 0xe4, 0xfa, 0x15, 0x2f, 0xef, 0xab, 0x0d, 0x7e, 0x43, 0xdb, 0x1a, 0x03, 0x82, 0x5a, 0x2e, 0x05, 0x0e, 0xbb, 0x31, 0xc9, 0xc0, 0xb0, 0x73, 0xd8, 0xe8, 0x71, 0x97, 0x8e, 0xe4, 0x94, 0x56, 0x30, 0x35, 0x01, 0x34, 0x32, 0x50, 0x12, 0x01, 0x25, 0xa6, 0xa0, 0xbc, 0x82, 0xf9, 0x5b, 0xa9, 0xf2, 0x15, 0x6a, 0xbf, 0x07, 0xf8, 0xa8, 0xfa, 0x55, 0xb6, 0xbf, 0xc7, 0xec, 0x1f, 0x31, 0x71, 0x7a, 0xb5, 0xaf, 0x8e, 0x6e, 0x47, 0xe3, 0x10, 0xbf, 0xc6, 0x46, 0x4f, 0x9f, 0xa6, 0x46, 0x37, 0xaf, 0xa6, 0xa6, 0xc1, 0xee, 0x4d, 0x35, 0xf6, 0x8e, 0x57, 0x4e, 0x82, 0xd3, 0xab, 0x05, 0xfe, 0xca, 0x8c, 0x19, 0x3f, 0xd1, 0x25, 0x63, 0xac, 0x22, 0x1a, 0x3e, 0x7c, 0x03, 0xc1, 0xeb, 0x9f, 0xbf, 0x76, 0x53, 0x2c, 0xae, 0x87, 0x0c, 0x9d, 0xab, 0x20, 0xc0, 0x4d, 0x5d, 0xbd, 0x9b, 0x2d, 0xda, 0xa8, 0x05, 0xc4, 0xdd, 0xb4, 0xc0, 0x2e, 0x0e, 0xf7, 0xa1, 0x13, 0x00, 0x43, 0x75, 0xa5, 0x23, 0x48, 0xd7, 0x05, 0x5e, 0x11, 0xea, 0xea, 0x37, 0xdc, 0xef, 0x87, 0x62, 0x21, 0x08, 0x97, 0x27, 0x96, 0x4d, 0x9e, 0x7c, 0x9c, 0x96, 0x4f, 0xcf, 0x9d, 0x9b, 0x40, 0xf4, 0xf4, 0x9d, 0x64, 0x22, 0x3d, 0xa3, 0xe6, 0x45, 0x9b, 0x7e, 0x3a, 0x8c, 0x1b, 0x25, 0x1d, 0x3c, 0xfd, 0xca, 0x97, 0x01, 0x01, 0xda, 0x91, 0x00, 0x62, 0x24, 0x80, 0xa4, 0xb5, 0x4d, 0xa2, 0xdf, 0xd2, 0xa2, 0x6f, 0xa8, 0x22, 0x00, 0xd6, 0xda, 0xe3, 0xae, 0x5f, 0xdc, 0xf8, 0xc9, 0x6c, 0xff, 0xc2, 0x7d, 0x00, 0x1f, 0xfd, 0xb9, 0x27, 0x0d, 0x59, 0x9b, 0xe0, 0xec, 0xda, 0x79, 0x19, 0xec, 0xfe, 0x95, 0x21, 0x3e, 0x57, 0xea, 0x03, 0x82, 0xda, 0x1a, 0x03, 0x87, 0x37, 0x37, 0x06, 0x8d, 0xb8, 0xb1, 0x7d, 0xb0, 0x5b, 0x33, 0x17, 0x06, 0x3a, 0x34, 0x36, 0xa3, 0x2a, 0x2a, 0xbf, 0x22, 0x37, 0x2a, 0xbf, 0xbc, 0xf0, 0x54, 0x7e, 0x79, 0x51, 0x74, 0x41, 0x65, 0x51, 0x7c, 0x51, 0x75, 0x0e, 0xce, 0xf2, 0x53, 0x79, 0x65, 0xe5, 0x78, 0xcf, 0x94, 0x86, 0x21, 0xf0, 0xe8, 0xf1, 0x2b, 0xd5, 0x7e, 0x37, 0xf0, 0x95, 0x7b, 0x08, 0x6e, 0xd9, 0x7e, 0x98, 0xfd, 0xdb, 0x53, 0x72, 0xe2, 0x84, 0x5a, 0x82, 0xae, 0xaf, 0x6d, 0xed, 0xaf, 0x37, 0xf8, 0x04, 0x34, 0x34, 0x78, 0xf9, 0x34, 0x36, 0x7a, 0x0c, 0x69, 0x04, 0x12, 0x34, 0x16, 0x99, 0x59, 0xdc, 0xc0, 0x62, 0x50, 0x01, 0x57, 0x40, 0x5e, 0x7d, 0xf5, 0x22, 0x25, 0xc0, 0xb4, 0x69, 0xff, 0x25, 0x58, 0x58, 0x32, 0xe9, 0x99, 0x17, 0xd3, 0x71, 0x25, 0x10, 0x97, 0xc4, 0x83, 0xe6, 0x3d, 0x95, 0x89, 0x04, 0xb8, 0xa1, 0x20, 0xc0, 0x4d, 0x75, 0x2d, 0xa0, 0x24, 0x40, 0xd7, 0xc3, 0x26, 0x00, 0xad, 0xdb, 0xd0, 0xd6, 0x6d, 0x82, 0xf1, 0x5c, 0x89, 0x04, 0xf8, 0xda, 0xc0, 0x76, 0x50, 0xd9, 0xfd, 0x65, 0xff, 0x5e, 0x8d, 0xc2, 0xaa, 0x9f, 0xa0, 0xa0, 0xdf, 0xe8, 0xb6, 0xaa, 0xd9, 0xb3, 0x93, 0x88, 0x50, 0x64, 0x2a, 0xd3, 0xb3, 0xb0, 0x6f, 0x7c, 0xe1, 0xd7, 0xfd, 0xe1, 0xcc, 0x56, 0x70, 0x7b, 0x4f, 0xdf, 0xf2, 0x65, 0x10, 0xea, 0xb4, 0x0b, 0xc5, 0xed, 0x6d, 0x40, 0x80, 0x56, 0x5d, 0x49, 0x6b, 0xab, 0x1e, 0x25, 0x40, 0x33, 0x12, 0xc0, 0x6f, 0x3c, 0x10, 0x20, 0x39, 0xff, 0x10, 0xa3, 0x05, 0xe8, 0xce, 0x5f, 0xe5, 0xfe, 0x3f, 0xd4, 0x02, 0xd6, 0xd6, 0xb6, 0xcd, 0x2b, 0x8c, 0x4d, 0xa4, 0x4d, 0x5e, 0xbe, 0x37, 0x2e, 0x7b, 0xfb, 0x5f, 0xa9, 0x0b, 0x1c, 0xde, 0xd6, 0x30, 0x74, 0xf8, 0xcd, 0xa6, 0xa0, 0x91, 0xd7, 0x6a, 0x87, 0x8f, 0xbe, 0x6e, 0xa8, 0x05, 0x6a, 0xf6, 0xd5, 0x37, 0x2e, 0x9f, 0xcc, 0xab, 0xc8, 0x39, 0x71, 0xbe, 0xbc, 0xe0, 0x44, 0x5e, 0x59, 0x21, 0x12, 0x21, 0x06, 0x17, 0x8c, 0xc0, 0xb9, 0x3b, 0x71, 0xbe, 0xb4, 0x0c, 0xef, 0xa9, 0x28, 0x81, 0x67, 0xea, 0x01, 0x99, 0xea, 0xe0, 0x9e, 0xe0, 0x53, 0xd5, 0xaf, 0x0c, 0xfd, 0x9e, 0x7d, 0x7d, 0x7d, 0x9e, 0x88, 0xcb, 0x95, 0x95, 0xfa, 0x0e, 0x6d, 0xa8, 0xf7, 0x09, 0x6c, 0xa8, 0x1f, 0xe2, 0xdb, 0x50, 0xef, 0xe9, 0xdd, 0x58, 0x6c, 0xeb, 0x70, 0xf5, 0x24, 0x96, 0xc1, 0x41, 0x78, 0x1b, 0x10, 0xf0, 0x3c, 0x5d, 0x25, 0x5c, 0xb8, 0xf0, 0x20, 0xad, 0x1a, 0x0e, 0x9c, 0x36, 0x3f, 0x8f, 0xd9, 0x31, 0x8c, 0x45, 0x31, 0x81, 0xb7, 0x08, 0x70, 0xe3, 0xa6, 0x0e, 0x25, 0x40, 0x73, 0xab, 0x10, 0xb5, 0x80, 0xc2, 0x0c, 0x3c, 0x2a, 0x02, 0xe8, 0x5b, 0xdb, 0x97, 0xd3, 0xdd, 0x43, 0x9a, 0x9a, 0xec, 0x7d, 0x58, 0xcb, 0x7f, 0x3f, 0xe7, 0xe3, 0xf0, 0x85, 0xba, 0x6d, 0x0e, 0x0e, 0xcb, 0xe8, 0xf6, 0xa9, 0x39, 0x73, 0xce, 0xc2, 0xcc, 0x77, 0x91, 0x81, 0x2f, 0xd0, 0x84, 0x79, 0x05, 0xec, 0x04, 0xc2, 0x6c, 0x07, 0x57, 0x11, 0x40, 0x24, 0x86, 0xd9, 0xaf, 0xdb, 0xda, 0xa6, 0xab, 0xd7, 0xd2, 0xa2, 0x67, 0xd0, 0xd2, 0x6c, 0x60, 0xd8, 0x3c, 0x95, 0x12, 0x60, 0x6a, 0x09, 0xed, 0xfa, 0xa1, 0xa6, 0x05, 0x70, 0x07, 0xb0, 0x72, 0xaf, 0x7f, 0xd4, 0xa2, 0x55, 0xaf, 0x15, 0x48, 0x78, 0x7c, 0x59, 0x85, 0x8f, 0x7f, 0x7b, 0x5d, 0xc0, 0xb0, 0xb6, 0xba, 0xa1, 0x23, 0x5a, 0x2f, 0x05, 0x0e, 0xbf, 0x7c, 0x29, 0x68, 0xe4, 0xa5, 0xba, 0x51, 0x63, 0x6f, 0xac, 0xb4, 0xb2, 0x6e, 0xb3, 0xb2, 0xb2, 0x6e, 0x67, 0x6a, 0x04, 0xa3, 0x95, 0x25, 0xe1, 0x08, 0xf2, 0xa9, 0x82, 0xaa, 0xb3, 0x87, 0xb3, 0x2e, 0xd4, 0xe0, 0x3d, 0x53, 0x1e, 0x1e, 0xad, 0x2c, 0x0d, 0x57, 0xee, 0x1d, 0x60, 0x6c, 0xfe, 0x6d, 0xe0, 0xa3, 0xea, 0xc7, 0x5d, 0x48, 0x0e, 0x83, 0x06, 0x5f, 0x7d, 0xd2, 0xc4, 0xb4, 0x05, 0x88, 0x57, 0x57, 0xe7, 0x37, 0xb4, 0xbe, 0xde, 0xdb, 0xbf, 0xbe, 0xdc, 0xc5, 0xed, 0xd2, 0x09, 0xd0, 0x3c, 0xdb, 0x21, 0x9a, 0x41, 0x0d, 0xb5, 0x7c, 0x79, 0x34, 0xd8, 0x7d, 0xdc, 0x37, 0x60, 0x20, 0x73, 0xf4, 0x1e, 0x5a, 0xf9, 0xf1, 0xf1, 0xd3, 0xaa, 0x8d, 0xa2, 0xa8, 0x05, 0x03, 0xe7, 0x28, 0x08, 0x70, 0x5d, 0x57, 0xff, 0xc6, 0x0d, 0x1d, 0xc9, 0xcd, 0xe6, 0x1e, 0x66, 0x60, 0x27, 0x97, 0xdb, 0xf9, 0x28, 0x08, 0x60, 0xe3, 0x1d, 0x54, 0x00, 0xce, 0xea, 0x6e, 0x0c, 0x01, 0xd3, 0x06, 0x8f, 0x9d, 0x7e, 0xe6, 0x5e, 0x3f, 0xc8, 0xd6, 0x77, 0x44, 0x81, 0x50, 0x64, 0x21, 0x9b, 0x3a, 0xf5, 0x2c, 0x25, 0x80, 0xad, 0xdd, 0x3c, 0xb9, 0x50, 0xd7, 0xb0, 0x99, 0xa9, 0x69, 0xc7, 0x2d, 0xd1, 0xb8, 0x25, 0x1c, 0xf7, 0xc9, 0x23, 0x01, 0x9e, 0x05, 0x02, 0xb4, 0x81, 0xfd, 0x6f, 0x05, 0x02, 0x80, 0xfd, 0x47, 0x02, 0x34, 0x37, 0x1b, 0x18, 0x51, 0x02, 0xf8, 0x8e, 0x9b, 0x5a, 0x42, 0x5b, 0xbf, 0xd0, 0xee, 0x1f, 0xdd, 0x7d, 0x01, 0xdc, 0x0c, 0xba, 0x39, 0xf6, 0x4c, 0x0c, 0x1f, 0x1c, 0xc5, 0xff, 0xda, 0xd8, 0xdf, 0xbc, 0xe4, 0x1b, 0x70, 0xb9, 0xc9, 0x7f, 0x68, 0x13, 0x98, 0x80, 0xa6, 0xc6, 0x61, 0xa3, 0x9a, 0x1a, 0x46, 0x8e, 0x69, 0x4a, 0x0d, 0x18, 0x76, 0x05, 0xeb, 0x08, 0xbe, 0xd8, 0xb6, 0xfb, 0x1c, 0x02, 0x8a, 0x33, 0x5a, 0xb5, 0x21, 0xa4, 0xb0, 0x2a, 0x3d, 0xaa, 0xa0, 0x32, 0x03, 0xef, 0x6f, 0xdb, 0x1c, 0x82, 0x3b, 0x85, 0x14, 0xd9, 0xbe, 0x6e, 0xe0, 0xa3, 0xdd, 0xc7, 0xb0, 0x0f, 0xc1, 0xff, 0x72, 0xd7, 0x91, 0x64, 0xfc, 0xec, 0x43, 0x1e, 0xde, 0x97, 0x6a, 0x03, 0x46, 0xd4, 0xd5, 0xf9, 0x07, 0xd5, 0x55, 0x79, 0xfa, 0x34, 0x1c, 0x03, 0xe7, 0x2f, 0x46, 0x64, 0x40, 0x96, 0x4a, 0x2c, 0x89, 0x0d, 0x44, 0x01, 0xaf, 0xbe, 0x9a, 0x07, 0xe1, 0x9e, 0x93, 0xcc, 0xdc, 0xce, 0xe5, 0xd2, 0xa6, 0x43, 0x69, 0x7b, 0x70, 0xa7, 0x30, 0xa3, 0xfe, 0xb1, 0x09, 0x56, 0xc0, 0x9c, 0x27, 0x15, 0x04, 0x90, 0xe8, 0x5f, 0x07, 0x02, 0xdc, 0xe8, 0x69, 0x06, 0x1e, 0x15, 0x01, 0x30, 0xec, 0x07, 0xec, 0x93, 0x34, 0x58, 0x6c, 0xee, 0x45, 0xef, 0x99, 0x8b, 0x52, 0xee, 0xe5, 0x43, 0xe6, 0x7d, 0xf8, 0xf3, 0x1e, 0x54, 0xfd, 0x7e, 0x7e, 0xbf, 0xd2, 0xad, 0xd4, 0xc3, 0x87, 0x6f, 0xa1, 0x05, 0xa0, 0x3d, 0xfb, 0x03, 0x33, 0x9d, 0xc0, 0xec, 0xdc, 0x7d, 0x14, 0x04, 0x10, 0x6b, 0xb7, 0xb6, 0xe9, 0x48, 0x5a, 0x5a, 0xc0, 0xfe, 0x37, 0x83, 0xfa, 0xbf, 0x69, 0x60, 0x74, 0x53, 0x49, 0x80, 0x62, 0xdc, 0x67, 0x87, 0x9b, 0x2c, 0x94, 0x0d, 0x9f, 0x50, 0x0b, 0x74, 0x33, 0x05, 0x7e, 0x23, 0xc7, 0xd6, 0x8e, 0xd2, 0x95, 0xb4, 0x43, 0x04, 0xd0, 0xd4, 0x88, 0x04, 0x18, 0x3a, 0xa2, 0xb1, 0x61, 0xd8, 0xa8, 0x46, 0x20, 0x40, 0x63, 0xc3, 0xe8, 0x09, 0x0d, 0xfe, 0x06, 0x86, 0xed, 0x63, 0xa6, 0xcd, 0xac, 0x63, 0x76, 0x08, 0x31, 0xdb, 0xc1, 0x10, 0x68, 0x46, 0x7a, 0x6e, 0x0f, 0x63, 0xf6, 0x0a, 0x62, 0xb2, 0xe7, 0x50, 0x8f, 0x99, 0x8f, 0x1b, 0x4f, 0x71, 0xf7, 0xf1, 0xf8, 0x39, 0x0b, 0xca, 0x1c, 0xc5, 0xda, 0x1d, 0xd5, 0xc3, 0x47, 0xd7, 0x56, 0x07, 0x8e, 0xa8, 0xad, 0xf2, 0x0b, 0xac, 0x3b, 0x2e, 0x14, 0x77, 0x1e, 0xd7, 0xd2, 0x96, 0xe7, 0x0c, 0x1a, 0x43, 0x74, 0xc1, 0xf6, 0x4f, 0x9f, 0xfe, 0x39, 0xb1, 0xb1, 0x1d, 0x26, 0xd3, 0x33, 0x36, 0xbf, 0xf9, 0xde, 0xae, 0x53, 0xfb, 0x99, 0x15, 0x40, 0x45, 0xaf, 0x00, 0xc5, 0x36, 0xf1, 0x80, 0x39, 0x8b, 0x33, 0x1c, 0xc1, 0xdb, 0xbf, 0x86, 0x04, 0xe8, 0x69, 0x06, 0x1e, 0x21, 0x01, 0x68, 0x85, 0x10, 0x97, 0x5b, 0x00, 0x04, 0x60, 0x37, 0x0d, 0x5d, 0xb4, 0x22, 0xf6, 0x5e, 0x3e, 0xc4, 0xca, 0x23, 0xe0, 0xa2, 0x44, 0xcf, 0x4b, 0x86, 0x1d, 0x36, 0x66, 0xce, 0xcc, 0x23, 0x3a, 0x3a, 0x0e, 0x52, 0x5b, 0xdf, 0xe1, 0xb7, 0x99, 0x13, 0xec, 0x8e, 0x41, 0x09, 0xe0, 0xe1, 0x53, 0xa6, 0xd4, 0x00, 0xad, 0xad, 0x4a, 0x02, 0xdc, 0xd4, 0x37, 0xbc, 0x79, 0xc3, 0xd0, 0xf8, 0xe6, 0x14, 0x81, 0xa0, 0xd3, 0x67, 0xec, 0x94, 0x62, 0xb5, 0x3e, 0x40, 0xb4, 0x07, 0x90, 0xba, 0x29, 0x40, 0x12, 0xac, 0xfd, 0xfa, 0xd7, 0x4c, 0x8c, 0xb3, 0xcf, 0xba, 0x7b, 0x5d, 0x6e, 0xf4, 0x0f, 0x6a, 0x04, 0x1f, 0xa0, 0xb1, 0x7e, 0xf8, 0xa8, 0xc6, 0xfa, 0x91, 0x63, 0x1b, 0xea, 0xc7, 0x4c, 0xa8, 0xff, 0xc6, 0xc5, 0xfd, 0x9a, 0x40, 0x4b, 0x4b, 0xba, 0x37, 0x23, 0x3f, 0x59, 0x7d, 0x63, 0x28, 0x25, 0x84, 0x52, 0x98, 0x4d, 0xa2, 0xca, 0xe7, 0x13, 0xd1, 0xd3, 0x57, 0x3a, 0x7b, 0xf1, 0x8c, 0xc3, 0xc7, 0xa8, 0x7d, 0x04, 0x3f, 0x34, 0x3d, 0xff, 0x94, 0x8e, 0xb6, 0x4e, 0xc7, 0x7a, 0x7b, 0xc7, 0x6b, 0x55, 0xc3, 0x47, 0xd7, 0x54, 0x0f, 0x1d, 0x51, 0x13, 0xad, 0x6f, 0xd8, 0x7a, 0x80, 0xcb, 0x97, 0x9f, 0x77, 0x1a, 0x4b, 0xbe, 0x34, 0xf7, 0x20, 0x7c, 0xae, 0x16, 0x71, 0x75, 0x9b, 0x25, 0x17, 0x8a, 0x25, 0x1d, 0xaf, 0xfd, 0xbe, 0xe7, 0x28, 0xd3, 0x27, 0x80, 0x99, 0xfd, 0x4c, 0xb7, 0x10, 0xff, 0x39, 0x4f, 0x52, 0x02, 0x5c, 0x97, 0x18, 0x5c, 0xbb, 0xde, 0x8b, 0x1f, 0x10, 0xc1, 0xe5, 0x3d, 0x12, 0x02, 0x0c, 0x5d, 0xf8, 0x7c, 0x1c, 0x2d, 0x11, 0xc3, 0xd3, 0x2e, 0x71, 0x09, 0x77, 0xa0, 0x1f, 0x40, 0x77, 0x9d, 0x80, 0x87, 0xeb, 0xed, 0xfd, 0x1f, 0xda, 0x62, 0x65, 0xe8, 0xd0, 0xcd, 0x74, 0xf6, 0xe3, 0x11, 0xab, 0xbd, 0xa5, 0x85, 0xb1, 0xd7, 0xbe, 0xad, 0x9b, 0x82, 0x00, 0xad, 0x62, 0x15, 0x01, 0x9a, 0x91, 0x00, 0x37, 0x0d, 0x8d, 0x6f, 0x4c, 0x01, 0x0d, 0xe0, 0x3d, 0x76, 0x72, 0x31, 0xed, 0x04, 0xa6, 0x68, 0xf8, 0x78, 0x50, 0xe5, 0x10, 0xa6, 0xe4, 0x1f, 0x55, 0x27, 0x81, 0x89, 0x91, 0x49, 0xeb, 0x6b, 0x66, 0x16, 0xcd, 0x0d, 0x01, 0x41, 0x0d, 0x0d, 0x43, 0x47, 0x34, 0xd4, 0x0f, 0x1b, 0xd5, 0x50, 0x3f, 0x62, 0x6c, 0x7d, 0x2d, 0x10, 0xa0, 0x64, 0xec, 0xc4, 0x7a, 0x31, 0xf8, 0x09, 0x2f, 0xbc, 0xb5, 0xa1, 0xf0, 0xb0, 0xda, 0x4e, 0xe1, 0xdb, 0x04, 0x1f, 0x87, 0xe7, 0x0f, 0xa9, 0x03, 0x0f, 0xb3, 0x9e, 0xaa, 0xfc, 0x2c, 0x15, 0xf8, 0xa7, 0x30, 0x02, 0x59, 0xb1, 0xfe, 0x93, 0x6c, 0x2e, 0x9b, 0x2d, 0xcf, 0x19, 0x36, 0xaa, 0xb6, 0x6a, 0xf8, 0xd8, 0xea, 0x38, 0x33, 0x8b, 0x9b, 0x3b, 0x59, 0x6c, 0x92, 0xed, 0x34, 0x9a, 0x14, 0xba, 0x4d, 0x23, 0x01, 0x62, 0x63, 0x62, 0x66, 0xea, 0x46, 0x63, 0xfd, 0xe0, 0x2f, 0x7f, 0x3d, 0xc5, 0xb4, 0x8b, 0xe9, 0xd9, 0x29, 0x04, 0x27, 0x81, 0xdf, 0xcc, 0x27, 0xd3, 0xd5, 0x09, 0xa0, 0xf2, 0x03, 0x1e, 0x31, 0x01, 0xe8, 0x0e, 0x62, 0x2c, 0x0e, 0xc1, 0x03, 0x91, 0xc7, 0xde, 0xc3, 0xd9, 0x3d, 0x6e, 0x13, 0x66, 0x67, 0x0a, 0x45, 0xd6, 0x52, 0x2c, 0xfd, 0x42, 0x02, 0x98, 0x99, 0x4f, 0x92, 0x99, 0x39, 0x7b, 0xf5, 0xb9, 0x8b, 0x18, 0xb5, 0x80, 0xad, 0x9b, 0x37, 0x10, 0x80, 0x4b, 0x09, 0xd0, 0xa2, 0x24, 0x00, 0x9a, 0x80, 0xeb, 0x46, 0xa6, 0x2d, 0x53, 0x04, 0xc2, 0xce, 0x21, 0x63, 0x26, 0x17, 0x33, 0x1d, 0xc1, 0x54, 0xa6, 0xa0, 0x17, 0x12, 0x4c, 0x5b, 0xbc, 0xec, 0x82, 0x99, 0x40, 0xd0, 0x55, 0xeb, 0x1f, 0xd4, 0x50, 0x3f, 0x74, 0x44, 0x7d, 0xdd, 0xb0, 0xd1, 0xf5, 0xb5, 0xa3, 0x90, 0x00, 0xe3, 0xeb, 0x6a, 0xc7, 0x4f, 0xae, 0x5d, 0x68, 0x61, 0xd5, 0x3c, 0xc8, 0x79, 0xf0, 0x35, 0xa6, 0x39, 0x84, 0x12, 0xe0, 0x6e, 0xa2, 0x7c, 0x9c, 0xf6, 0x13, 0x50, 0x07, 0x9e, 0x51, 0xf9, 0x0c, 0xf8, 0xe8, 0x7b, 0xb8, 0x78, 0x7a, 0x37, 0x4d, 0x33, 0x31, 0x6b, 0xae, 0x1c, 0x35, 0xbe, 0x2a, 0xd5, 0xde, 0xe9, 0xca, 0x0e, 0xd0, 0x40, 0xe9, 0x0e, 0x41, 0xa4, 0xc0, 0x73, 0x16, 0x89, 0x1a, 0x34, 0x96, 0x56, 0x04, 0x23, 0xf9, 0x17, 0xac, 0x7e, 0x2f, 0x05, 0xbb, 0x84, 0x30, 0xbd, 0x82, 0x7a, 0xce, 0x7e, 0xf4, 0x85, 0x86, 0xcc, 0x5c, 0x98, 0xd6, 0x2b, 0x01, 0x94, 0x8e, 0xe0, 0xa3, 0x22, 0xc0, 0xe8, 0xe7, 0x5f, 0x3f, 0xa1, 0x6c, 0x2c, 0xa5, 0x21, 0xc3, 0xd6, 0x22, 0x03, 0xfd, 0x00, 0x6d, 0x03, 0x8b, 0x6b, 0x36, 0x36, 0x21, 0xb4, 0xf6, 0x6f, 0xf2, 0xe4, 0x1c, 0x60, 0xbf, 0xb6, 0x2c, 0x68, 0x51, 0x70, 0xec, 0x9d, 0x16, 0x87, 0x6c, 0x28, 0x01, 0x38, 0xdd, 0x08, 0x70, 0x53, 0xcf, 0xe0, 0xe6, 0x15, 0x13, 0xb3, 0x36, 0x4a, 0x80, 0xd1, 0x93, 0x2e, 0x2a, 0x3a, 0x81, 0xde, 0xea, 0x07, 0xd8, 0x1b, 0x09, 0xbe, 0x3e, 0x10, 0x1b, 0xc3, 0x66, 0xb1, 0xe4, 0x61, 0xe0, 0x95, 0x83, 0x47, 0x5e, 0x5f, 0x17, 0x34, 0xaa, 0xae, 0x76, 0xc4, 0x98, 0xba, 0xda, 0xd1, 0x13, 0x6a, 0xab, 0x81, 0x00, 0x87, 0x02, 0x86, 0xd1, 0x1d, 0x46, 0xdf, 0xec, 0x3a, 0x92, 0xc6, 0x74, 0x0b, 0xb9, 0x4d, 0xf0, 0xf1, 0x2c, 0xa5, 0xaa, 0x57, 0xce, 0xf8, 0xdd, 0x4a, 0xe0, 0xb1, 0xb9, 0x14, 0x46, 0x1d, 0x18, 0x7d, 0x7c, 0x13, 0x19, 0x1d, 0xc7, 0x82, 0xef, 0xda, 0xee, 0xe5, 0xd3, 0x70, 0x16, 0x62, 0xfe, 0xad, 0x9a, 0x2c, 0x12, 0x6f, 0xed, 0x4d, 0x0a, 0xbc, 0xe7, 0x52, 0x02, 0x3c, 0xab, 0x6b, 0x4e, 0xb8, 0x40, 0x80, 0x89, 0x4f, 0x3d, 0x9f, 0x45, 0xfb, 0x04, 0x81, 0xea, 0x67, 0xea, 0xff, 0x54, 0xb6, 0x5f, 0x39, 0xfb, 0xd1, 0x17, 0xc2, 0xc3, 0x33, 0xa8, 0x0f, 0xa0, 0xf7, 0xd7, 0x12, 0x00, 0x30, 0x3f, 0xa6, 0xa1, 0x41, 0x77, 0x0c, 0x0d, 0x9c, 0x00, 0xb7, 0xca, 0xbf, 0x23, 0x69, 0x7b, 0xb5, 0x61, 0xc3, 0xf6, 0xd0, 0x10, 0xe8, 0xc9, 0xaf, 0xef, 0x7c, 0xee, 0x9f, 0xd5, 0xe0, 0x21, 0xa5, 0xea, 0x04, 0x68, 0x96, 0xe8, 0x51, 0x02, 0x5c, 0x35, 0x36, 0x6b, 0xa5, 0x04, 0x18, 0x37, 0xb5, 0xe2, 0xf3, 0x13, 0x67, 0x4f, 0x7e, 0xad, 0xec, 0x08, 0x7a, 0x07, 0x12, 0x1c, 0x75, 0xf1, 0xf2, 0x69, 0x9c, 0x6e, 0x60, 0xd8, 0x8a, 0x21, 0x59, 0x6d, 0xd0, 0x48, 0x24, 0x40, 0x6d, 0xcd, 0xa8, 0x09, 0x35, 0xd5, 0xe3, 0x26, 0xd5, 0x54, 0x4e, 0x98, 0x52, 0xe3, 0xa4, 0x2b, 0xe9, 0x98, 0x38, 0x6f, 0x61, 0x39, 0xd3, 0x2f, 0x48, 0x5d, 0x98, 0x86, 0x51, 0x6a, 0xa0, 0x77, 0x03, 0x1e, 0x67, 0x3d, 0x9a, 0x1a, 0x4c, 0x44, 0x4d, 0x5a, 0xf8, 0xf4, 0x05, 0x53, 0xa1, 0xa8, 0x33, 0xc7, 0x2f, 0xa8, 0x76, 0x2b, 0x84, 0x7b, 0x27, 0xcc, 0x07, 0x93, 0x7c, 0xdf, 0xf9, 0x24, 0x7f, 0xc8, 0x5c, 0x92, 0xe9, 0x38, 0x9a, 0xe8, 0x00, 0xf8, 0x96, 0x4e, 0x6e, 0x0d, 0xea, 0x9d, 0xc2, 0x36, 0x29, 0x9b, 0x49, 0xa3, 0xea, 0x7f, 0x87, 0x69, 0x12, 0x05, 0xb3, 0x1f, 0x9b, 0x64, 0xfd, 0xed, 0x08, 0x70, 0x2f, 0x26, 0x20, 0x60, 0xfe, 0xb3, 0x09, 0x3c, 0xbe, 0x81, 0x14, 0x6b, 0xff, 0x91, 0x00, 0x9e, 0x9e, 0x9f, 0x12, 0xbe, 0x50, 0xb7, 0xfd, 0xae, 0xdb, 0x95, 0x5d, 0xbd, 0x4a, 0x80, 0x00, 0x5d, 0xad, 0xa2, 0x5b, 0x04, 0xb8, 0x01, 0x04, 0xb8, 0x66, 0x6c, 0xda, 0x36, 0x45, 0x4b, 0xd8, 0xe9, 0x39, 0x6a, 0xe2, 0x05, 0xf5, 0x06, 0x91, 0xea, 0x9d, 0x41, 0x6f, 0x91, 0x40, 0xe1, 0x18, 0x2e, 0x7f, 0xf7, 0xe3, 0xd3, 0x5c, 0x98, 0x99, 0x39, 0xde, 0x01, 0x0d, 0xb5, 0x43, 0x47, 0xd6, 0x51, 0xef, 0x7c, 0xe4, 0xb8, 0x9a, 0xaa, 0xd1, 0x13, 0x6a, 0x2a, 0xc7, 0x4f, 0xa9, 0x7e, 0xd7, 0x69, 0xf0, 0x55, 0x6d, 0xb1, 0x76, 0x67, 0x58, 0x5a, 0x41, 0x34, 0xd3, 0x47, 0x48, 0x4d, 0x54, 0xad, 0xe3, 0x10, 0x74, 0xa5, 0xaa, 0xef, 0x06, 0x3c, 0x46, 0x1e, 0xd8, 0x65, 0xd4, 0x00, 0x48, 0xb6, 0xca, 0xca, 0xf6, 0xda, 0x9f, 0x10, 0xee, 0x45, 0x1a, 0x58, 0x91, 0x3c, 0xff, 0x05, 0x24, 0xcf, 0xe7, 0x31, 0x92, 0xed, 0x3a, 0x85, 0xac, 0x63, 0xf3, 0xe4, 0xb8, 0x87, 0xff, 0xdd, 0xd0, 0xa3, 0x87, 0x98, 0xde, 0x40, 0x8c, 0xea, 0x67, 0xe2, 0xfe, 0x9e, 0x0d, 0xa2, 0x18, 0x02, 0xfc, 0x6d, 0x4c, 0x00, 0x5d, 0x09, 0x1c, 0xa0, 0x13, 0x08, 0xb1, 0x7f, 0xbe, 0x9e, 0xfe, 0x28, 0xd9, 0xa8, 0x51, 0xe7, 0x68, 0x73, 0x45, 0x67, 0xe7, 0x37, 0x89, 0x8e, 0x81, 0xe5, 0xb5, 0x7e, 0x12, 0x40, 0x8a, 0xab, 0x60, 0x2d, 0x3a, 0xba, 0x2d, 0xcd, 0xba, 0x0a, 0x02, 0x5c, 0xa1, 0x04, 0x10, 0x74, 0xba, 0x8f, 0x9c, 0x78, 0x01, 0x07, 0x11, 0xed, 0xa8, 0x7a, 0x6f, 0x60, 0x75, 0x12, 0x30, 0xd1, 0xc1, 0xaf, 0xf1, 0x39, 0x47, 0x75, 0x20, 0x2c, 0x7b, 0xdf, 0xca, 0xe6, 0x7a, 0x6d, 0xe0, 0xf0, 0xda, 0x6a, 0x74, 0xd0, 0x46, 0x8c, 0x45, 0x02, 0x54, 0x57, 0x8d, 0x9d, 0x5c, 0x95, 0x0d, 0xda, 0x80, 0xc7, 0xe6, 0xc8, 0x82, 0x37, 0x7c, 0x96, 0xad, 0x04, 0x57, 0x1d, 0x68, 0x2a, 0xca, 0x9e, 0x82, 0x27, 0x51, 0xd5, 0x33, 0xc0, 0xa3, 0x8f, 0x81, 0xb9, 0x07, 0xd4, 0x32, 0xab, 0x3e, 0xfa, 0x26, 0x9d, 0x05, 0xb6, 0xfd, 0x7b, 0xa1, 0xb8, 0x2b, 0x42, 0xdb, 0x50, 0x9e, 0xe3, 0xff, 0x04, 0x39, 0xef, 0xb7, 0x80, 0xe4, 0x80, 0xea, 0xdf, 0x0f, 0xe1, 0x9f, 0x1f, 0x87, 0x23, 0x73, 0x1a, 0xe2, 0x5f, 0xc5, 0x80, 0x7f, 0x5b, 0x77, 0x30, 0xa5, 0xea, 0xa7, 0x2d, 0xe2, 0x94, 0x2d, 0xe4, 0xfb, 0x24, 0xc0, 0x3d, 0x38, 0x81, 0x7e, 0xf3, 0x96, 0x26, 0x8a, 0x0d, 0x2c, 0xaf, 0xa0, 0x0c, 0x99, 0xf1, 0x6c, 0xca, 0x3d, 0x39, 0x81, 0xf7, 0x12, 0x06, 0xea, 0x9a, 0xd8, 0x5c, 0xb2, 0xb4, 0x0c, 0xa6, 0x6d, 0x55, 0x71, 0x03, 0x88, 0xbd, 0x7d, 0x08, 0x31, 0xb0, 0x70, 0x6c, 0xe8, 0x37, 0x01, 0x84, 0xe2, 0xd6, 0x16, 0xf1, 0x2d, 0x02, 0x5c, 0x35, 0x32, 0x6d, 0x45, 0x02, 0x78, 0x8e, 0x99, 0x52, 0xb9, 0xf1, 0x48, 0x46, 0x34, 0xd3, 0x1d, 0xfc, 0xd6, 0x21, 0x10, 0x39, 0xea, 0xed, 0xe0, 0x55, 0x3d, 0x82, 0x47, 0xce, 0x9c, 0x7f, 0xd1, 0x51, 0x24, 0xee, 0xa8, 0xf5, 0x1f, 0x56, 0x8b, 0xa1, 0x59, 0xd5, 0xb0, 0xd1, 0x35, 0x55, 0x23, 0xc6, 0x55, 0x57, 0x8e, 0x9e, 0x58, 0x55, 0x01, 0x24, 0x98, 0x6c, 0x62, 0xd6, 0x32, 0x78, 0x88, 0x6f, 0xe3, 0x0e, 0x06, 0x60, 0x75, 0xc1, 0x8e, 0xa2, 0x54, 0x14, 0xa0, 0xd3, 0x19, 0x9f, 0xaa, 0x00, 0x1e, 0xcd, 0x0c, 0xe6, 0x20, 0x3c, 0xfc, 0x86, 0xd5, 0x78, 0xf3, 0xf8, 0xd2, 0x6d, 0x5a, 0x62, 0x79, 0xb6, 0xdf, 0x63, 0xe4, 0x3c, 0x10, 0x20, 0xd7, 0x7b, 0x1e, 0x39, 0xa8, 0x6d, 0x2c, 0xdf, 0xca, 0xe3, 0x77, 0xb1, 0x81, 0x1c, 0x8b, 0xdf, 0xf9, 0x34, 0xbe, 0x3b, 0xf8, 0x19, 0xb7, 0xa9, 0xfe, 0x97, 0x22, 0x12, 0x54, 0xad, 0xf2, 0x7a, 0x12, 0xe0, 0x7e, 0xc2, 0x40, 0x43, 0x3b, 0xd7, 0x2a, 0x0d, 0x0d, 0x4f, 0x30, 0xbf, 0x13, 0x08, 0x8b, 0xcd, 0x93, 0xde, 0x53, 0x18, 0xc8, 0xe2, 0x70, 0x2f, 0x0c, 0x74, 0x2b, 0x18, 0x5f, 0xa8, 0xdf, 0xea, 0xe0, 0xb0, 0x91, 0xf6, 0xd4, 0xc5, 0xb6, 0xaa, 0x0e, 0x0e, 0x2f, 0x13, 0x89, 0x99, 0xed, 0xa5, 0x7e, 0x11, 0x80, 0x4d, 0x09, 0xd0, 0x42, 0x09, 0xa0, 0x23, 0x69, 0xbe, 0x21, 0x31, 0x68, 0xbe, 0x66, 0xa4, 0xd4, 0x00, 0xa3, 0x26, 0x5e, 0xfc, 0xf0, 0xe8, 0xe9, 0x48, 0x74, 0xa2, 0x98, 0x83, 0x21, 0xee, 0xd4, 0x2f, 0x78, 0xfd, 0x9f, 0xfb, 0xa2, 0x69, 0x76, 0x6e, 0xb0, 0x7b, 0x53, 0x75, 0xe0, 0xf0, 0x9a, 0xaa, 0xa0, 0x91, 0x35, 0x95, 0xc3, 0xc7, 0x54, 0x57, 0x8e, 0x1a, 0x57, 0x55, 0x01, 0x24, 0xd8, 0x0a, 0x7e, 0x02, 0x3a, 0x70, 0x5f, 0xee, 0x3b, 0x15, 0x8b, 0x00, 0xab, 0x8b, 0xb2, 0xd1, 0xe4, 0x31, 0x15, 0xe8, 0x0a, 0x39, 0x82, 0xc0, 0xa3, 0x86, 0xf9, 0xf2, 0x50, 0xe2, 0x71, 0x74, 0x34, 0x5f, 0x62, 0x73, 0x48, 0xe6, 0x90, 0x99, 0x24, 0x37, 0x60, 0x11, 0xc9, 0xf5, 0x5d, 0x40, 0x8e, 0x1a, 0xda, 0x93, 0x5d, 0x6c, 0xae, 0xec, 0x25, 0x08, 0x5d, 0x25, 0xba, 0x7a, 0xad, 0x1f, 0x1d, 0xcd, 0xdc, 0xdd, 0x1b, 0xf8, 0xaa, 0x0e, 0xa1, 0x3d, 0x8e, 0x92, 0x51, 0xf9, 0x00, 0x0f, 0x20, 0x11, 0xc4, 0xe6, 0x0a, 0x3b, 0x35, 0x34, 0xde, 0x01, 0x02, 0xac, 0x24, 0x22, 0x89, 0xd9, 0xf5, 0x01, 0x9d, 0x4a, 0x86, 0x89, 0x20, 0x0e, 0x37, 0x1f, 0x53, 0xc1, 0xa9, 0x3d, 0x3b, 0x7a, 0xde, 0x7d, 0xf3, 0x07, 0x5f, 0xea, 0xe4, 0xf4, 0x2d, 0xdd, 0x00, 0x8a, 0xbd, 0xfb, 0x5c, 0x5c, 0xde, 0x23, 0x42, 0x89, 0xf1, 0xcd, 0xfe, 0x13, 0x40, 0xd4, 0x8a, 0xe9, 0x4f, 0x24, 0xc0, 0x4d, 0x89, 0xde, 0xcd, 0xeb, 0xa0, 0x05, 0xa6, 0xf2, 0xb5, 0x3a, 0x06, 0x0f, 0x1f, 0x5f, 0xc4, 0x9c, 0x10, 0xa2, 0x7e, 0x48, 0x84, 0xfa, 0x39, 0x01, 0x8c, 0x5f, 0x40, 0xb5, 0x01, 0x10, 0xc1, 0xda, 0x6e, 0xd0, 0xe5, 0x85, 0x86, 0xc6, 0xcd, 0xd5, 0x7e, 0x41, 0x35, 0x55, 0x40, 0x82, 0xca, 0xa0, 0x51, 0xd5, 0x95, 0x23, 0xc6, 0x54, 0x55, 0x8c, 0x1c, 0x57, 0x55, 0x36, 0x7a, 0x62, 0xa5, 0x39, 0x38, 0x70, 0x53, 0x9e, 0x5c, 0x56, 0xb8, 0xe5, 0x16, 0xc8, 0x0a, 0xc1, 0xae, 0xe2, 0x8a, 0xce, 0xe2, 0x4a, 0xd0, 0x0b, 0x0e, 0x63, 0xf6, 0x91, 0xb6, 0x7b, 0x01, 0x0d, 0xe3, 0xe4, 0xed, 0x57, 0x2b, 0x02, 0x72, 0xc5, 0xbb, 0x4e, 0x54, 0x80, 0xef, 0xf7, 0x04, 0x89, 0x32, 0x73, 0x23, 0xe1, 0x40, 0x8a, 0xdc, 0x41, 0xae, 0xf5, 0x16, 0x40, 0xd8, 0xa0, 0x99, 0x0b, 0x72, 0xef, 0x04, 0x3e, 0x7a, 0xfd, 0xb7, 0x65, 0xe0, 0x54, 0x1a, 0xe0, 0xfe, 0x52, 0xc1, 0x33, 0xdf, 0xfe, 0x2a, 0x52, 0xb1, 0xa6, 0xbf, 0x13, 0x64, 0x2e, 0x31, 0x71, 0x70, 0xaf, 0xb8, 0x87, 0x54, 0x70, 0xc2, 0x80, 0x17, 0x83, 0x70, 0xdd, 0x1f, 0xeb, 0xda, 0x5c, 0x5c, 0x36, 0xd3, 0xee, 0x9d, 0xe8, 0x07, 0x78, 0x78, 0x7c, 0x4d, 0x38, 0x3c, 0x61, 0x67, 0x7f, 0x09, 0x80, 0xce, 0x0e, 0x3a, 0x3d, 0xb8, 0x1e, 0x8e, 0xeb, 0xe2, 0x37, 0x24, 0xfa, 0x37, 0x14, 0x04, 0x18, 0x57, 0xa8, 0x3c, 0x07, 0xb0, 0xcf, 0x33, 0x03, 0xbe, 0x56, 0x3b, 0x1e, 0x06, 0x89, 0x30, 0x37, 0xf8, 0xf5, 0x33, 0x42, 0x0e, 0x57, 0x56, 0xe4, 0xed, 0x5f, 0x5b, 0x05, 0x24, 0xa8, 0x0c, 0x1c, 0x5e, 0x5d, 0x39, 0x74, 0x54, 0x55, 0xc5, 0xb0, 0xd1, 0x55, 0x15, 0x23, 0xc6, 0x56, 0xbe, 0x68, 0x6d, 0x77, 0xcd, 0xd0, 0xc0, 0xa8, 0xe5, 0xf7, 0x24, 0xe6, 0x1c, 0x81, 0x02, 0xe5, 0x99, 0x02, 0xf9, 0x0a, 0xc0, 0x19, 0xd0, 0x13, 0xe9, 0x99, 0x03, 0xf4, 0x94, 0x91, 0x25, 0xeb, 0x36, 0xa6, 0x61, 0x68, 0xf7, 0xa4, 0x9e, 0x25, 0xc9, 0xf1, 0x5f, 0x44, 0x72, 0x7c, 0x9f, 0x20, 0x09, 0xb6, 0x81, 0x24, 0x14, 0xe2, 0xff, 0x33, 0x76, 0x8e, 0x4d, 0x7f, 0xda, 0x3b, 0x35, 0xa2, 0x6f, 0xb0, 0xfa, 0xf7, 0xc8, 0x83, 0xea, 0xe0, 0xab, 0x3b, 0x7d, 0x08, 0x7e, 0x6f, 0x47, 0xc7, 0xa8, 0x08, 0xd0, 0x8b, 0x03, 0x38, 0x90, 0xc5, 0x20, 0x6c, 0x10, 0xc5, 0x62, 0x3b, 0xd3, 0x96, 0x31, 0x2c, 0xb6, 0x9f, 0xcc, 0x31, 0x68, 0x5c, 0xce, 0x80, 0x16, 0x83, 0x7c, 0x82, 0x0a, 0x40, 0x3b, 0xee, 0xc2, 0x30, 0xf0, 0xab, 0x81, 0x2c, 0x07, 0xab, 0x13, 0x00, 0x7b, 0x00, 0xa0, 0x19, 0x18, 0x3a, 0xf4, 0x04, 0x0d, 0x03, 0x7b, 0x3b, 0x10, 0xaa, 0x77, 0x02, 0x08, 0xdb, 0xa8, 0x19, 0x00, 0xd5, 0x77, 0x13, 0x06, 0xe1, 0xa6, 0x92, 0x00, 0x2e, 0x40, 0x80, 0xf5, 0x07, 0xd3, 0xf6, 0xac, 0x57, 0x9e, 0xe8, 0xd9, 0xf3, 0xd4, 0x10, 0x7a, 0x14, 0xdc, 0xc9, 0xd3, 0x47, 0xbe, 0x3a, 0x95, 0xb5, 0x9f, 0x71, 0x10, 0x3f, 0x3f, 0x92, 0x7a, 0x50, 0xc0, 0xd7, 0xea, 0xfa, 0xd2, 0xca, 0xee, 0x4a, 0x95, 0xcf, 0xd0, 0x9a, 0x4a, 0xff, 0xa0, 0xea, 0x8a, 0x00, 0x24, 0xc1, 0x48, 0x24, 0x41, 0x65, 0xb2, 0x6f, 0x50, 0x0d, 0x7a, 0xea, 0x21, 0x9f, 0x7c, 0x9f, 0xac, 0x04, 0xf9, 0xd0, 0x2f, 0xf1, 0xb9, 0x47, 0x7e, 0x8e, 0xcf, 0x39, 0x41, 0x01, 0x8f, 0x3d, 0x77, 0x1c, 0x40, 0x3f, 0xaa, 0x6c, 0xf8, 0x78, 0x60, 0xd5, 0x67, 0xff, 0x49, 0xc6, 0x66, 0x90, 0x68, 0x5a, 0x0e, 0x7b, 0xce, 0xa0, 0xe0, 0xa7, 0x38, 0x8e, 0x02, 0xf0, 0x59, 0x24, 0xd9, 0xc2, 0xfa, 0x4a, 0xa5, 0x97, 0x7f, 0xe5, 0x54, 0x89, 0x7e, 0xb3, 0xad, 0xb3, 0x5b, 0xad, 0xfa, 0x01, 0x52, 0xea, 0xa7, 0x88, 0x61, 0xd6, 0xb3, 0xaf, 0xbe, 0xc0, 0x0c, 0x01, 0xee, 0x67, 0x39, 0x18, 0x0b, 0x3a, 0x78, 0x42, 0xbd, 0x56, 0x0d, 0x8d, 0x55, 0x44, 0x41, 0x00, 0x73, 0xa9, 0xf7, 0xec, 0xc5, 0xc9, 0xf7, 0xb0, 0x1c, 0xfc, 0x29, 0x12, 0xe0, 0x65, 0xa1, 0xae, 0x5e, 0xe3, 0x40, 0x4d, 0x80, 0x83, 0xc3, 0x77, 0x24, 0x30, 0x30, 0x4b, 0x65, 0x06, 0x04, 0x42, 0x73, 0xe9, 0xdd, 0x7c, 0x09, 0x24, 0xc0, 0x32, 0x36, 0x5b, 0x8a, 0xaa, 0x8e, 0x31, 0x03, 0xa8, 0x02, 0x41, 0x0b, 0x28, 0x08, 0x30, 0x62, 0x62, 0xe9, 0xeb, 0xfb, 0x92, 0x8a, 0xd7, 0xed, 0x4f, 0xdb, 0xcd, 0x9c, 0x1e, 0x82, 0x83, 0xac, 0x6e, 0x12, 0x3e, 0x38, 0x90, 0x5a, 0xfa, 0xe9, 0xf1, 0xcc, 0x58, 0xc6, 0x2c, 0xa0, 0x46, 0x18, 0x32, 0x6a, 0x62, 0x95, 0xaf, 0xae, 0x5e, 0xd7, 0xc5, 0x80, 0x91, 0xcd, 0x17, 0x87, 0x8e, 0xbc, 0x59, 0xe6, 0x3f, 0xac, 0xa1, 0x3c, 0x60, 0x64, 0x6d, 0x69, 0xd0, 0xe8, 0xfa, 0x92, 0x61, 0x63, 0xea, 0x83, 0xf4, 0x0d, 0xda, 0x3c, 0x02, 0x47, 0x56, 0x29, 0x0f, 0x9a, 0x38, 0xf0, 0xed, 0x89, 0x33, 0x29, 0x9f, 0x1f, 0x4e, 0x2a, 0x45, 0x33, 0xf2, 0xe5, 0xd1, 0xd4, 0x9c, 0xaf, 0x8e, 0xa6, 0x9d, 0x41, 0x6d, 0xf2, 0xfa, 0x6f, 0x11, 0xf9, 0x22, 0x6d, 0x89, 0xcc, 0xd8, 0xc8, 0x81, 0xf8, 0xe9, 0x9a, 0x93, 0x1c, 0x9f, 0x05, 0x24, 0xc3, 0x65, 0x12, 0x89, 0x60, 0x73, 0xe5, 0x31, 0x46, 0x26, 0xcd, 0xe5, 0x5e, 0xfe, 0xd5, 0x19, 0x5e, 0x7e, 0xcd, 0x3c, 0x36, 0x5b, 0x3e, 0xeb, 0xa5, 0x75, 0x09, 0x6f, 0xef, 0x8a, 0x4d, 0x7d, 0x33, 0x22, 0x3a, 0x9b, 0x51, 0xfb, 0xaf, 0xef, 0x49, 0xda, 0xb3, 0x66, 0x77, 0xd2, 0x8e, 0x90, 0x3f, 0x8f, 0xa5, 0x87, 0x84, 0xc6, 0xd2, 0xf6, 0x6d, 0x70, 0x1f, 0xde, 0x93, 0x00, 0x83, 0x80, 0xb0, 0xe0, 0x03, 0xb4, 0xde, 0x6b, 0x41, 0x08, 0x36, 0xe7, 0xc6, 0xc3, 0x38, 0x34, 0x34, 0x0e, 0x02, 0x01, 0x62, 0x08, 0xb6, 0x99, 0xc7, 0x7a, 0xff, 0x7b, 0x28, 0x08, 0x09, 0x51, 0x94, 0x84, 0xb1, 0xd8, 0x9d, 0x03, 0x29, 0x09, 0xe3, 0x09, 0x74, 0xda, 0x6d, 0x6d, 0x3f, 0xa2, 0x3d, 0x80, 0xd0, 0x0c, 0x60, 0x34, 0x60, 0x65, 0xb5, 0x94, 0x88, 0xf5, 0x6f, 0x3f, 0x11, 0xac, 0x37, 0x02, 0xa0, 0xaa, 0x63, 0xcc, 0x00, 0xaa, 0xc0, 0xeb, 0xba, 0xfa, 0x2d, 0x53, 0xf9, 0x82, 0x2e, 0x97, 0x11, 0x93, 0x2a, 0x20, 0x5e, 0xbe, 0xf8, 0xe6, 0xbe, 0x94, 0x5d, 0x6f, 0x1f, 0x48, 0x0b, 0x7f, 0x7b, 0x5f, 0x72, 0xfc, 0x3b, 0xfb, 0x53, 0x62, 0xd7, 0x1f, 0x4a, 0x8b, 0xda, 0x70, 0x28, 0xf5, 0x14, 0x6a, 0x83, 0xf5, 0x91, 0x49, 0xa5, 0x1f, 0x1d, 0x49, 0x8f, 0x41, 0xb3, 0xa0, 0x38, 0xfc, 0x31, 0xeb, 0xc0, 0x0b, 0x9f, 0xff, 0x56, 0x8d, 0x33, 0x36, 0xd6, 0xd9, 0xad, 0xb1, 0x62, 0x88, 0x7f, 0x7d, 0x85, 0xef, 0xd0, 0x3a, 0x24, 0x41, 0x51, 0xd0, 0xe8, 0x1b, 0x45, 0xc3, 0x46, 0x5f, 0xff, 0xce, 0x71, 0xf0, 0x55, 0x2e, 0x84, 0x6c, 0x1f, 0xec, 0x8a, 0x4a, 0xfd, 0xea, 0x58, 0x5a, 0xfa, 0x57, 0xc7, 0x33, 0xd2, 0x3f, 0x3d, 0x98, 0x54, 0x8a, 0x66, 0xe4, 0xcb, 0x13, 0x19, 0xf1, 0x5f, 0x9d, 0x38, 0x1d, 0xb3, 0x61, 0xe7, 0xa9, 0x78, 0x03, 0x53, 0xeb, 0x4e, 0x7b, 0x87, 0x61, 0x72, 0x21, 0x5f, 0x44, 0x3e, 0xb1, 0x09, 0x20, 0x67, 0x06, 0x4f, 0x23, 0xbb, 0x79, 0x02, 0xf9, 0x31, 0x5d, 0xbd, 0xf6, 0x52, 0x2f, 0xff, 0xda, 0x0a, 0x0f, 0x9f, 0xea, 0xb7, 0x2d, 0xac, 0x3b, 0x44, 0xe0, 0x57, 0xac, 0x8b, 0x4c, 0x88, 0x78, 0x73, 0x57, 0x4c, 0xda, 0x6b, 0xa1, 0x51, 0x39, 0x08, 0xfe, 0xea, 0x9d, 0x31, 0xc7, 0xd6, 0xec, 0x4a, 0xd8, 0xb5, 0x72, 0x7b, 0xd4, 0xb1, 0x15, 0x9b, 0x8f, 0x14, 0x05, 0x6f, 0x3b, 0x9e, 0x1c, 0xb2, 0x3d, 0xea, 0x70, 0x30, 0x10, 0x20, 0x78, 0x47, 0xcc, 0x7e, 0x66, 0x0c, 0xbc, 0x67, 0x2e, 0xca, 0x06, 0x02, 0xc8, 0xae, 0x49, 0x0c, 0x3a, 0x6e, 0xea, 0xe8, 0xb5, 0x51, 0x53, 0x08, 0x91, 0x4c, 0x7f, 0x4b, 0xc2, 0x16, 0x7f, 0x1b, 0x16, 0xc6, 0xd5, 0xd2, 0x69, 0xd3, 0xd0, 0x58, 0xa6, 0x6c, 0x19, 0x17, 0x4e, 0xb5, 0x6f, 0x7f, 0x0f, 0xe9, 0xec, 0xad, 0x24, 0x6c, 0xc0, 0x45, 0xa1, 0x42, 0x5d, 0x93, 0x9b, 0x16, 0x16, 0x6f, 0xd2, 0xae, 0xde, 0xd8, 0xfe, 0x0d, 0xb5, 0x40, 0x50, 0x50, 0x0c, 0x86, 0x22, 0xf2, 0x3b, 0x85, 0x94, 0x94, 0x00, 0x2c, 0xb6, 0x0c, 0x55, 0x1d, 0xa3, 0x05, 0x9a, 0xc5, 0xba, 0xad, 0xd7, 0xf4, 0x0c, 0xba, 0x40, 0x03, 0x74, 0xb9, 0x8c, 0x9e, 0x5a, 0xff, 0xca, 0xee, 0x84, 0x0b, 0x10, 0x37, 0xef, 0x04, 0x4d, 0x90, 0xb2, 0x76, 0x6f, 0x62, 0xfe, 0xba, 0xfd, 0xc9, 0x31, 0x6f, 0xec, 0x4d, 0xbc, 0xf0, 0xee, 0xfe, 0x54, 0xda, 0x60, 0xe1, 0x9d, 0xbd, 0x49, 0x25, 0x1b, 0x8f, 0xa4, 0x47, 0x6f, 0x3a, 0x9a, 0x71, 0x68, 0xe3, 0xd1, 0xf4, 0xe8, 0x8f, 0x8f, 0x66, 0x9c, 0xda, 0x70, 0x20, 0xb9, 0xcc, 0xd8, 0xc4, 0xec, 0xc6, 0x0b, 0x86, 0x46, 0x37, 0xab, 0x3c, 0x7c, 0x6a, 0xaa, 0xbc, 0x7c, 0xab, 0x4b, 0x7c, 0x87, 0x5e, 0x2e, 0xf1, 0x1f, 0x76, 0xa5, 0x38, 0x60, 0xf8, 0x95, 0x42, 0xff, 0xe1, 0x4d, 0xba, 0x10, 0xce, 0xcd, 0x78, 0xee, 0x95, 0x4b, 0x9f, 0x1d, 0xcf, 0x48, 0xfe, 0xe4, 0x60, 0x72, 0xc1, 0xa6, 0x03, 0x89, 0x25, 0xa8, 0x3d, 0x3e, 0xda, 0x9f, 0x94, 0xfb, 0xc1, 0xde, 0xd8, 0xb3, 0x56, 0x8e, 0x6e, 0x57, 0x8c, 0x4d, 0x06, 0xc9, 0x67, 0xce, 0xfc, 0x84, 0x88, 0x39, 0x5a, 0x24, 0xcd, 0x65, 0x2a, 0x89, 0x14, 0xe8, 0x92, 0xc3, 0x00, 0x76, 0x91, 0x97, 0xdf, 0xd5, 0x0a, 0x77, 0xef, 0xaa, 0x0a, 0xb7, 0x21, 0xd5, 0x10, 0x76, 0x4a, 0x7d, 0x27, 0xce, 0x2a, 0x45, 0x7b, 0xbf, 0x36, 0xe2, 0x54, 0xea, 0xea, 0x1d, 0x27, 0x72, 0x68, 0xa8, 0xb7, 0xfd, 0x64, 0x2a, 0xda, 0x7c, 0x04, 0x1d, 0x09, 0xb0, 0x62, 0xeb, 0xb1, 0xc4, 0x90, 0xed, 0xd1, 0xf4, 0x80, 0xac, 0x90, 0x6d, 0x27, 0x13, 0x55, 0x04, 0x98, 0xb5, 0x28, 0x0b, 0x08, 0x20, 0x05, 0x1f, 0xa0, 0xe3, 0xa6, 0xb6, 0x6e, 0x3b, 0xd5, 0x84, 0xf0, 0x1d, 0xed, 0x8a, 0x5d, 0x42, 0x9d, 0xbb, 0x29, 0x01, 0x78, 0x5d, 0x2b, 0xc3, 0x62, 0xf7, 0xf5, 0xb6, 0xa9, 0x43, 0xd7, 0xd4, 0xae, 0x51, 0x93, 0xe5, 0x0c, 0xb3, 0xff, 0xa4, 0x92, 0x00, 0x5f, 0x11, 0xdc, 0x85, 0xa5, 0xde, 0x95, 0x7d, 0x00, 0x45, 0xa1, 0x96, 0xaa, 0xb2, 0x70, 0x4c, 0x0c, 0xf4, 0x7b, 0x07, 0xb0, 0xa3, 0x47, 0x85, 0x81, 0xc1, 0x63, 0xb4, 0x07, 0xa0, 0xba, 0x16, 0xb0, 0xb3, 0x0b, 0xc1, 0x6e, 0x60, 0x5d, 0xb3, 0xd7, 0x7f, 0xbb, 0xaf, 0x2f, 0x02, 0x2c, 0x07, 0x02, 0x20, 0xd3, 0x19, 0x2d, 0xd0, 0x2c, 0xd6, 0x69, 0x87, 0xd9, 0xd0, 0x35, 0x85, 0xc7, 0xef, 0x74, 0x1c, 0x36, 0xae, 0x24, 0x24, 0x3c, 0xae, 0xe8, 0xa5, 0x9d, 0x89, 0x61, 0xab, 0x77, 0xc7, 0xe7, 0xbc, 0xbe, 0x27, 0x31, 0x99, 0xda, 0xd5, 0x3d, 0x49, 0x67, 0xdf, 0xda, 0x97, 0x72, 0x1a, 0x1d, 0xc4, 0xb7, 0xf6, 0x24, 0x94, 0x6c, 0x38, 0x94, 0x7e, 0x4a, 0x75, 0x38, 0xf4, 0xd1, 0xcc, 0x13, 0xef, 0xed, 0x4f, 0x2a, 0x1d, 0xbb, 0x68, 0x59, 0x9e, 0x1e, 0x0c, 0x5c, 0xc5, 0x60, 0xaf, 0x9a, 0x6a, 0xb7, 0x21, 0x35, 0x55, 0x1e, 0xde, 0x35, 0xa0, 0xb2, 0xeb, 0xcb, 0xbd, 0x03, 0x6a, 0x2b, 0x87, 0xf8, 0x57, 0x3d, 0x6d, 0x62, 0xd6, 0x66, 0x61, 0x6d, 0xd7, 0x86, 0xa6, 0xe3, 0xe3, 0x43, 0x69, 0x29, 0x1f, 0x46, 0x26, 0x14, 0xa3, 0x63, 0xf9, 0xe1, 0xbe, 0x84, 0x1c, 0xd7, 0xa1, 0xa3, 0x2f, 0x8b, 0xc4, 0x86, 0xb2, 0x57, 0x5f, 0x4d, 0x23, 0xb6, 0x96, 0x3e, 0x64, 0x91, 0xbe, 0x1d, 0x39, 0x22, 0x36, 0x26, 0x07, 0x80, 0x34, 0xc5, 0x2e, 0x1e, 0x35, 0x17, 0x81, 0x00, 0x95, 0x83, 0x3d, 0xab, 0xf7, 0xd9, 0x3a, 0xd0, 0x35, 0x86, 0x67, 0xbf, 0xdc, 0x9c, 0x8c, 0xb3, 0x7e, 0x4d, 0x78, 0x54, 0xea, 0xab, 0xdb, 0x4f, 0x64, 0xbf, 0xbc, 0x3b, 0x69, 0xeb, 0x8a, 0x2d, 0x47, 0xd3, 0x94, 0x67, 0x21, 0xff, 0xb9, 0xe2, 0x8f, 0x23, 0x45, 0x21, 0xdb, 0x4f, 0x45, 0xaa, 0x66, 0xdc, 0xd6, 0x13, 0xa9, 0xf0, 0xf8, 0x16, 0x35, 0x13, 0x20, 0x05, 0x07, 0xb0, 0x9d, 0x71, 0xfe, 0x40, 0x50, 0x03, 0x74, 0xaa, 0x97, 0x85, 0xaf, 0x0a, 0x8f, 0x0b, 0xed, 0xe9, 0xf5, 0x0b, 0x25, 0x26, 0xd7, 0x59, 0x2c, 0x33, 0x00, 0x7f, 0x8f, 0x5a, 0xeb, 0xf8, 0x35, 0x84, 0x2f, 0x32, 0x6c, 0xbe, 0x9f, 0xb2, 0x70, 0x0c, 0x05, 0x33, 0x06, 0xb2, 0x31, 0x14, 0x9b, 0x16, 0x0a, 0x45, 0x83, 0xa5, 0xd8, 0xdf, 0xdf, 0xd7, 0x37, 0x4b, 0xa5, 0x05, 0x46, 0x8f, 0x3e, 0x47, 0x4c, 0x4c, 0x26, 0xcb, 0xd1, 0x44, 0x60, 0xae, 0xb9, 0x77, 0x02, 0xb0, 0x64, 0x58, 0xfe, 0x8c, 0x24, 0xa0, 0x5a, 0x40, 0xa4, 0xdd, 0x06, 0x0e, 0x51, 0xd7, 0x54, 0x1e, 0xbf, 0xcb, 0x69, 0xc4, 0xa4, 0x6a, 0x24, 0x40, 0x70, 0x58, 0xfc, 0x8e, 0x97, 0x22, 0xe2, 0x52, 0x5f, 0xdd, 0x15, 0x97, 0xf3, 0xda, 0xee, 0xe4, 0x43, 0xaf, 0xed, 0x8e, 0x2f, 0x00, 0x12, 0x64, 0xa2, 0xad, 0x7d, 0x63, 0x57, 0x42, 0x31, 0x68, 0x83, 0x28, 0xe6, 0xb4, 0xf0, 0x4d, 0x47, 0xcf, 0xee, 0x7a, 0x37, 0x32, 0xb1, 0xf0, 0xb5, 0x6d, 0x47, 0xf2, 0xb8, 0x6c, 0x8e, 0xec, 0x77, 0x2b, 0xdb, 0xeb, 0x95, 0x6e, 0x5e, 0x8d, 0xd5, 0xae, 0x40, 0x04, 0xf7, 0x21, 0xd5, 0x55, 0xee, 0xde, 0xd5, 0x40, 0x86, 0xea, 0x13, 0x83, 0x3d, 0x68, 0xb5, 0xd0, 0x0b, 0x5f, 0xfc, 0x9a, 0xf8, 0x41, 0x64, 0x42, 0xf6, 0x86, 0xbd, 0xb1, 0xc5, 0xe8, 0x58, 0x0e, 0x9b, 0xbd, 0xa8, 0x9e, 0x0b, 0x6a, 0x7e, 0xf9, 0xf2, 0x23, 0x24, 0x38, 0x58, 0xd1, 0xeb, 0xe7, 0x17, 0x6d, 0x53, 0x72, 0x80, 0xc3, 0x95, 0xe7, 0x3b, 0xb9, 0x5e, 0xae, 0x74, 0xf5, 0xac, 0x2a, 0x76, 0xf7, 0xbe, 0x5a, 0xe5, 0xec, 0x5e, 0xbd, 0x40, 0x57, 0xaf, 0xd9, 0xd2, 0xde, 0xb9, 0x65, 0x4d, 0x58, 0x54, 0xe6, 0x6b, 0x3b, 0xe3, 0x0f, 0xbc, 0xf4, 0xe7, 0xb1, 0xf3, 0x60, 0xef, 0x93, 0x28, 0xc8, 0x5b, 0x8e, 0xd1, 0x4c, 0x5c, 0x70, 0x78, 0xdc, 0x1f, 0x94, 0x00, 0xdb, 0xa2, 0xa2, 0xf0, 0x3a, 0xe8, 0x63, 0x7f, 0x9e, 0x4c, 0xed, 0xe1, 0x03, 0x48, 0x6f, 0x6a, 0x4b, 0x3a, 0x5a, 0x84, 0xe2, 0x36, 0x1c, 0x03, 0x90, 0x4e, 0x9c, 0xfd, 0x40, 0x80, 0xae, 0xdd, 0x6c, 0xb6, 0x0c, 0x34, 0x80, 0xf4, 0x85, 0xed, 0xa7, 0x8e, 0x61, 0xc3, 0x4d, 0x4c, 0xbb, 0x1b, 0x58, 0x39, 0xd7, 0x2a, 0xce, 0x60, 0x1c, 0x05, 0xe0, 0x1f, 0xee, 0x71, 0x76, 0xc0, 0x42, 0xa2, 0x0f, 0xcf, 0xdf, 0xef, 0x06, 0xd1, 0xaf, 0xd1, 0x2b, 0xec, 0x77, 0x1e, 0xf9, 0xb9, 0xd7, 0x4e, 0xb2, 0x58, 0x3c, 0xb9, 0xbb, 0x7b, 0xfa, 0x6d, 0x5a, 0x00, 0x0f, 0x65, 0xb2, 0xb6, 0x5e, 0x8c, 0x8d, 0x1e, 0xe4, 0x96, 0xee, 0x7e, 0xc5, 0x53, 0x5f, 0xff, 0xe4, 0xa0, 0x3a, 0x01, 0x9e, 0x03, 0x02, 0x20, 0xd3, 0x6f, 0x69, 0x01, 0x61, 0x1b, 0x68, 0x81, 0x8e, 0x69, 0x30, 0x28, 0x40, 0x80, 0x2a, 0x20, 0x40, 0x7a, 0x48, 0x78, 0xc2, 0x36, 0x1c, 0xbc, 0x55, 0xe1, 0xb1, 0x49, 0xaf, 0xec, 0x4c, 0x48, 0x5a, 0xbd, 0x2b, 0xfe, 0xec, 0x6b, 0xbb, 0x13, 0xd2, 0xa8, 0xa3, 0x05, 0x7f, 0xaf, 0x8b, 0x4c, 0x3e, 0xf2, 0xee, 0xc1, 0xb4, 0xc8, 0xb7, 0x23, 0x93, 0x4f, 0x2a, 0xd3, 0xae, 0x91, 0xef, 0xee, 0x4b, 0xc8, 0x70, 0xf6, 0x1b, 0x76, 0x6d, 0xac, 0x8e, 0xa4, 0xb3, 0xca, 0xd9, 0xa3, 0xb1, 0xda, 0xc5, 0xbd, 0xb6, 0xda, 0xc5, 0xb3, 0xa6, 0x0a, 0x34, 0x02, 0x48, 0x75, 0x25, 0x68, 0x05, 0x0f, 0xb1, 0x4e, 0x97, 0xcf, 0xf8, 0xe9, 0x97, 0x36, 0x44, 0x26, 0xa4, 0xbc, 0xb7, 0x37, 0xfe, 0xec, 0xe4, 0x65, 0x2f, 0xa7, 0xc1, 0x4c, 0x20, 0x8f, 0x3d, 0xf6, 0x3b, 0x6d, 0x07, 0x87, 0xbd, 0x01, 0x1d, 0xb9, 0x42, 0xda, 0xa4, 0xe1, 0x10, 0x8b, 0x2d, 0x3f, 0xca, 0xe5, 0xc9, 0x4e, 0x70, 0x78, 0xd2, 0x13, 0x70, 0x7f, 0x08, 0xee, 0xb1, 0xd1, 0x25, 0x5f, 0xa8, 0xdd, 0x21, 0xd6, 0x33, 0x01, 0x31, 0xee, 0x14, 0x49, 0x8c, 0x3b, 0x84, 0xba, 0x86, 0x2d, 0x02, 0x1d, 0x83, 0x16, 0x91, 0xae, 0x71, 0xbb, 0x40, 0x47, 0xf1, 0xb7, 0x50, 0xd7, 0xa8, 0x1d, 0xfe, 0xef, 0x10, 0xea, 0x18, 0xb5, 0x29, 0xfe, 0xc7, 0xe7, 0xe8, 0x7d, 0x07, 0x97, 0x2f, 0xec, 0xb0, 0x83, 0xa8, 0xa4, 0x1e, 0xc6, 0xa7, 0x09, 0xe4, 0x32, 0xfc, 0x7d, 0x15, 0xc2, 0xcb, 0x1b, 0x70, 0x8f, 0xdb, 0xe5, 0x77, 0xe1, 0xb1, 0x39, 0x54, 0x3d, 0x2b, 0xba, 0x8a, 0xb2, 0xd8, 0xfa, 0x52, 0x16, 0x7b, 0xb2, 0xbc, 0xf7, 0x93, 0x43, 0xf0, 0x70, 0xae, 0x91, 0x32, 0x5b, 0xdf, 0x61, 0xf9, 0x03, 0x21, 0x80, 0x9e, 0xb9, 0x75, 0x65, 0xcf, 0x76, 0xf2, 0x8f, 0xb3, 0x38, 0x9c, 0xb6, 0xfe, 0x3a, 0x82, 0xd8, 0x43, 0x08, 0x8b, 0x41, 0x6c, 0x6c, 0x7e, 0x22, 0x0a, 0x2d, 0x70, 0x96, 0x9e, 0xee, 0x81, 0xc7, 0xaf, 0xe1, 0x02, 0x11, 0xae, 0x0f, 0xf8, 0xfa, 0x6e, 0x21, 0x86, 0x46, 0x78, 0x6a, 0xa8, 0x26, 0xd1, 0x12, 0xeb, 0xb7, 0x9a, 0x39, 0x7b, 0x95, 0xe9, 0x18, 0x98, 0x5c, 0x59, 0x0e, 0x17, 0xda, 0x8e, 0xc9, 0x20, 0x0e, 0xa7, 0xab, 0x19, 0x3c, 0xde, 0x1b, 0x10, 0xf7, 0x5e, 0xe3, 0xf2, 0x3a, 0xa7, 0x00, 0xf3, 0x75, 0x4c, 0xcc, 0x9b, 0xc0, 0x0f, 0x38, 0x8b, 0x59, 0xaa, 0xa1, 0x0b, 0x57, 0x9c, 0x1e, 0xbf, 0xf2, 0xed, 0x73, 0x4f, 0x7d, 0xbf, 0x33, 0x69, 0x55, 0x58, 0x4c, 0xc1, 0xea, 0x5d, 0x89, 0x87, 0xd0, 0xd6, 0x32, 0x67, 0x0b, 0xa3, 0x69, 0xc0, 0x5c, 0x3b, 0xda, 0x62, 0xcc, 0xbb, 0x63, 0xd4, 0x30, 0xf7, 0xf5, 0x8d, 0xd1, 0x18, 0xf2, 0x9d, 0xb5, 0x75, 0x68, 0xa8, 0x1d, 0x34, 0xb8, 0xb6, 0xda, 0xc9, 0xb5, 0xb6, 0xc6, 0xd9, 0xad, 0xa6, 0x1a, 0x04, 0x48, 0x51, 0xf3, 0xb1, 0xa9, 0xf9, 0x15, 0x08, 0x19, 0x3b, 0xd7, 0x47, 0x26, 0xee, 0x5c, 0xb0, 0xee, 0x93, 0x68, 0x6c, 0x03, 0x37, 0x6e, 0xdc, 0xfb, 0xca, 0x66, 0x90, 0xc5, 0x44, 0x5b, 0x4b, 0x8f, 0xbc, 0x21, 0x36, 0x25, 0xa9, 0x86, 0x2e, 0x24, 0xd5, 0xc0, 0x99, 0xa4, 0xa1, 0xe8, 0x3b, 0x91, 0x74, 0xbd, 0x41, 0x64, 0xbd, 0xc8, 0x84, 0xf0, 0xd8, 0x7c, 0x08, 0x79, 0xdf, 0x07, 0xb2, 0x6f, 0x04, 0xad, 0xb7, 0x11, 0xae, 0xf9, 0x43, 0xe2, 0xe7, 0xf7, 0x21, 0xf1, 0xf1, 0xf9, 0x10, 0x26, 0xc2, 0x07, 0x30, 0x16, 0x1b, 0x88, 0x87, 0xc7, 0x06, 0xe2, 0xe6, 0xf6, 0x3e, 0x19, 0x3c, 0xf8, 0x7d, 0x08, 0x95, 0xdf, 0x27, 0x4e, 0x4e, 0xef, 0x11, 0x07, 0x87, 0xf5, 0xc4, 0xde, 0x7e, 0x3d, 0xb1, 0xb5, 0x7d, 0x97, 0x48, 0x24, 0x93, 0x89, 0x83, 0x26, 0x8f, 0x34, 0xb2, 0x44, 0xe4, 0x12, 0x4b, 0x48, 0xae, 0x68, 0x0a, 0xc8, 0x75, 0x4d, 0x3e, 0x69, 0x86, 0xc7, 0x5a, 0x35, 0x38, 0x40, 0x00, 0x16, 0x10, 0x80, 0x47, 0x84, 0xc2, 0x6f, 0x89, 0x96, 0xd6, 0x3e, 0x7a, 0x06, 0x13, 0x1e, 0xc4, 0xd5, 0xd7, 0x01, 0x52, 0x2c, 0xb6, 0x9d, 0xd4, 0x73, 0xca, 0xfc, 0xf4, 0x81, 0x38, 0x80, 0x2c, 0x36, 0xa7, 0x1d, 0x30, 0x9f, 0xa3, 0x4e, 0x00, 0x0b, 0x64, 0x1b, 0x36, 0x79, 0xea, 0xef, 0x07, 0x19, 0xda, 0xb8, 0xd4, 0x4a, 0x24, 0x33, 0xe4, 0x78, 0xa0, 0x22, 0x36, 0x83, 0x56, 0xb4, 0x84, 0xcd, 0x56, 0x85, 0x85, 0x48, 0x02, 0x6c, 0x13, 0x33, 0x66, 0xcc, 0x09, 0xe2, 0xe9, 0xb9, 0x81, 0xd8, 0xd8, 0x3c, 0x26, 0x17, 0xf0, 0x25, 0x74, 0x7b, 0x78, 0x0b, 0x90, 0xe2, 0x26, 0x76, 0x06, 0x81, 0xd8, 0xfa, 0xb2, 0x26, 0x1b, 0x06, 0x82, 0x43, 0x26, 0xc3, 0xbd, 0x58, 0xdb, 0x4c, 0x6e, 0x61, 0x19, 0x28, 0x35, 0x34, 0x72, 0x92, 0x6a, 0xeb, 0x98, 0x49, 0x39, 0x1c, 0x3e, 0xed, 0x02, 0x22, 0xd2, 0x33, 0x6e, 0xb1, 0xf2, 0xf0, 0xbb, 0x38, 0xe6, 0xf9, 0xb5, 0x27, 0x5f, 0xd9, 0x19, 0xff, 0xa7, 0x3a, 0x11, 0x50, 0x2b, 0x30, 0x64, 0x78, 0xe7, 0x40, 0xea, 0x0e, 0x89, 0x8e, 0xa4, 0xe5, 0x4d, 0x3d, 0x83, 0x9b, 0x75, 0xf6, 0xce, 0x75, 0xb5, 0x28, 0x0e, 0x2e, 0x75, 0xb5, 0x83, 0x5c, 0x6a, 0xab, 0x81, 0x10, 0x05, 0xf6, 0x2e, 0x75, 0x5a, 0x60, 0x26, 0x70, 0x8f, 0x3e, 0x5f, 0x20, 0xee, 0xf4, 0xf0, 0x78, 0x52, 0x8e, 0x9d, 0xbe, 0x5e, 0x79, 0x05, 0x6b, 0xf8, 0x7f, 0x26, 0x3c, 0xf8, 0x1d, 0x69, 0x56, 0x23, 0x48, 0x9e, 0xf5, 0x68, 0x92, 0x67, 0x35, 0x8a, 0xe4, 0x59, 0x8e, 0x24, 0x79, 0x16, 0xf0, 0xbf, 0xf9, 0x70, 0xe2, 0x05, 0xe4, 0x18, 0x3c, 0x78, 0xa9, 0xaa, 0x59, 0xb4, 0xe2, 0x1c, 0x01, 0xc5, 0xe9, 0x22, 0x58, 0x0c, 0x8b, 0xa7, 0x8a, 0xe0, 0xf1, 0x32, 0x78, 0xf8, 0x14, 0x1e, 0x3a, 0x85, 0xd7, 0x8f, 0xe3, 0x80, 0xe3, 0x81, 0xe3, 0xa2, 0x38, 0xf3, 0xe8, 0x2c, 0x6d, 0x9e, 0xed, 0x08, 0xc0, 0x5f, 0x66, 0xeb, 0x91, 0xab, 0x6c, 0x5d, 0x72, 0x9d, 0xa5, 0x0d, 0x63, 0x21, 0x24, 0xad, 0x9a, 0x5a, 0xa4, 0x1d, 0x48, 0xb0, 0x47, 0x03, 0x9b, 0x66, 0x6b, 0xd1, 0x83, 0x26, 0xfb, 0x73, 0xbe, 0x20, 0x1e, 0xd6, 0x85, 0x65, 0xf9, 0xfd, 0xc5, 0x0d, 0x35, 0xb2, 0xb2, 0x67, 0xa0, 0x71, 0xf7, 0x06, 0x51, 0x6c, 0xee, 0x45, 0x3c, 0xca, 0x6c, 0x20, 0x9d, 0x40, 0x34, 0x59, 0x5c, 0xb9, 0x93, 0xd3, 0x71, 0x7a, 0xde, 0x8f, 0xba, 0x29, 0x60, 0xd6, 0x08, 0x70, 0xa9, 0x18, 0x0f, 0x5e, 0xc2, 0x5e, 0x41, 0xd8, 0x2e, 0xc6, 0xda, 0x72, 0x1a, 0x79, 0x0e, 0x40, 0xef, 0xc4, 0xfe, 0x00, 0x1c, 0x01, 0x69, 0xe5, 0x8a, 0x49, 0x33, 0x4f, 0x97, 0xdc, 0xe4, 0x4b, 0xc8, 0x74, 0x8e, 0x10, 0x66, 0xcf, 0x33, 0xb4, 0x0b, 0x27, 0x6e, 0xaa, 0xc0, 0xae, 0x9c, 0xd8, 0xaf, 0x77, 0xe9, 0xd2, 0x63, 0x64, 0xc2, 0x84, 0x8d, 0xc4, 0xc9, 0x79, 0xaa, 0x0c, 0x67, 0xac, 0x58, 0xcf, 0xe8, 0xe6, 0xf0, 0xa7, 0x56, 0xc5, 0x62, 0x8e, 0x1d, 0x13, 0x2e, 0x0c, 0x19, 0x18, 0x42, 0x0c, 0x99, 0x3c, 0x27, 0xdb, 0x8a, 0xcf, 0xef, 0xac, 0xb3, 0x75, 0xa8, 0xaf, 0xb3, 0x73, 0xac, 0xab, 0xb3, 0x73, 0xaa, 0xab, 0x45, 0xb1, 0x77, 0xae, 0x45, 0x99, 0x0b, 0x51, 0x07, 0x1f, 0x3c, 0x6d, 0x6b, 0x9b, 0xd1, 0xb2, 0x95, 0x2b, 0x2f, 0xd2, 0xef, 0xc3, 0x1d, 0x3c, 0xb6, 0x00, 0xfc, 0x2c, 0xb1, 0x19, 0xc9, 0xb7, 0x1c, 0xa1, 0x10, 0x8b, 0xe1, 0x24, 0xdf, 0x7c, 0x18, 0xc9, 0x37, 0x0b, 0x22, 0x47, 0x0d, 0xbd, 0xa8, 0x6f, 0x30, 0x6d, 0xda, 0x01, 0xd5, 0xb9, 0x01, 0xcc, 0x49, 0x22, 0xcc, 0xf9, 0x42, 0x78, 0x8d, 0x78, 0xad, 0x58, 0x20, 0x83, 0x47, 0xcf, 0xa1, 0x26, 0x54, 0x07, 0x1f, 0x0f, 0xbf, 0xc2, 0x71, 0x32, 0x35, 0x7d, 0x9d, 0x12, 0x00, 0xc1, 0xbf, 0x86, 0xe0, 0x83, 0x26, 0x68, 0x01, 0x2d, 0x80, 0xe0, 0x77, 0x68, 0x70, 0xc9, 0x5e, 0xf8, 0x1e, 0x9e, 0x86, 0x16, 0x3d, 0x7c, 0x8b, 0xc3, 0xb9, 0xdb, 0xe1, 0x92, 0x91, 0xd4, 0x4c, 0xf4, 0xe5, 0x74, 0xf7, 0xe5, 0xbf, 0xb1, 0x38, 0xdc, 0xbc, 0xde, 0x5a, 0xc4, 0x7c, 0xad, 0x67, 0x61, 0x5b, 0x39, 0x90, 0x8c, 0xa0, 0x58, 0xdf, 0xfc, 0xaa, 0x44, 0x32, 0x4b, 0x8e, 0x47, 0xaa, 0xa2, 0x29, 0xc0, 0x8b, 0x44, 0x53, 0xc0, 0xf8, 0x03, 0x48, 0x02, 0x45, 0xc5, 0x90, 0x82, 0x04, 0x56, 0xe6, 0xd3, 0xc8, 0xf3, 0x1a, 0xd8, 0x22, 0x86, 0x4b, 0x3a, 0xd8, 0x5a, 0xa4, 0x0d, 0x40, 0x67, 0x48, 0x30, 0x03, 0x08, 0xe1, 0xee, 0xfe, 0x34, 0xdd, 0x51, 0x8b, 0x80, 0x60, 0xff, 0x3d, 0x86, 0x08, 0xd8, 0x98, 0x11, 0xbb, 0x74, 0xbe, 0xf8, 0x22, 0x3a, 0x9c, 0xc1, 0xd8, 0x6d, 0x43, 0x6e, 0xe6, 0xec, 0x51, 0x81, 0x7b, 0x11, 0xb1, 0xc8, 0x02, 0xcb, 0xcd, 0x30, 0xf5, 0x8a, 0xcb, 0xae, 0xcb, 0xbe, 0x0b, 0xdd, 0x83, 0x66, 0x60, 0x9f, 0x89, 0xd9, 0x95, 0x7a, 0x6b, 0xfb, 0x7a, 0x94, 0x3a, 0x1b, 0x87, 0xfa, 0x5a, 0x20, 0x44, 0x0d, 0xdc, 0xff, 0x0a, 0x91, 0x02, 0x3a, 0x83, 0x0b, 0x16, 0x9c, 0xa0, 0x3b, 0x96, 0x51, 0x9e, 0x7c, 0x32, 0x99, 0x6e, 0x41, 0xdf, 0x61, 0xe8, 0x46, 0x01, 0x2f, 0x30, 0x1b, 0x4a, 0x0a, 0x4c, 0x03, 0x49, 0x81, 0x49, 0x00, 0x29, 0x30, 0xf6, 0x27, 0xcf, 0x0a, 0x4d, 0x89, 0x89, 0xde, 0x60, 0xd5, 0x31, 0x32, 0x78, 0x72, 0x88, 0xfa, 0xac, 0xc7, 0x7e, 0x48, 0xa8, 0xed, 0x90, 0xf0, 0xb8, 0x3a, 0xda, 0x17, 0xf8, 0x38, 0x4e, 0x26, 0x26, 0xaf, 0x01, 0x01, 0x04, 0x2a, 0xf0, 0x9b, 0x01, 0xfc, 0x36, 0x30, 0x01, 0x08, 0x7e, 0x17, 0xcc, 0xfe, 0x7d, 0xd4, 0x07, 0xd0, 0xba, 0xab, 0xea, 0x57, 0xc8, 0x8f, 0xd4, 0x57, 0x60, 0xce, 0x6d, 0xee, 0x8f, 0x60, 0x1b, 0xa0, 0xbe, 0x8e, 0x93, 0xa1, 0x4d, 0xa2, 0xb0, 0x91, 0x50, 0xbf, 0x3b, 0x81, 0xd0, 0x53, 0x2b, 0xc1, 0xd9, 0xb3, 0xfc, 0x96, 0x1e, 0xa7, 0xda, 0xd3, 0x1f, 0xe8, 0x49, 0x02, 0x4b, 0xb3, 0xa9, 0xe4, 0x05, 0xf8, 0xc1, 0x52, 0x50, 0xf7, 0x9d, 0x2c, 0x1e, 0x69, 0x57, 0x92, 0xa0, 0x85, 0xab, 0x0d, 0x04, 0xd0, 0x22, 0xae, 0xae, 0x4b, 0xe9, 0x76, 0x6a, 0xdc, 0x50, 0x89, 0xbd, 0x78, 0x19, 0x22, 0xe0, 0x46, 0x4b, 0x54, 0xd5, 0xd8, 0xa6, 0x15, 0xc9, 0xf0, 0xf4, 0xd3, 0x27, 0x89, 0x44, 0xcf, 0x5a, 0xa6, 0x6b, 0x62, 0x79, 0x45, 0xfd, 0xf7, 0x62, 0x1c, 0x8e, 0x84, 0x30, 0xb5, 0x19, 0x54, 0x33, 0x0f, 0xe2, 0xeb, 0x06, 0x0b, 0x9b, 0x86, 0x7a, 0x90, 0x3a, 0x2b, 0xbb, 0xa6, 0x0a, 0xf0, 0xde, 0xcf, 0x08, 0xc5, 0x1d, 0x89, 0x6c, 0x2e, 0xb1, 0x05, 0xd2, 0x79, 0x7b, 0xbf, 0x4c, 0x37, 0xae, 0x3e, 0xfb, 0xec, 0x45, 0xf8, 0xfb, 0x15, 0x62, 0xc5, 0xd3, 0x06, 0xc0, 0xfd, 0x49, 0x21, 0x8a, 0xb1, 0x1f, 0x29, 0x34, 0xf2, 0x25, 0x45, 0x46, 0x3e, 0xe4, 0xbc, 0xe1, 0x10, 0x22, 0x81, 0xdf, 0x89, 0x76, 0x5e, 0x1d, 0x78, 0x2c, 0x83, 0x67, 0x66, 0x3d, 0xa3, 0xf2, 0xf1, 0x5a, 0xf1, 0x9a, 0xf1, 0xda, 0x31, 0x32, 0x42, 0xb3, 0x88, 0x9a, 0x91, 0x01, 0x1f, 0x8f, 0x9a, 0x35, 0x32, 0x02, 0x02, 0x00, 0xe8, 0x37, 0x58, 0x62, 0x0a, 0x3e, 0xaa, 0xfe, 0x0e, 0x4d, 0x05, 0xf8, 0x32, 0xb0, 0xff, 0x91, 0xf4, 0x50, 0x2d, 0xad, 0x7e, 0x9e, 0x2f, 0xbc, 0x8e, 0x70, 0xb5, 0x74, 0xda, 0xfb, 0x8b, 0x17, 0x1e, 0xf7, 0xa7, 0x6c, 0x12, 0x35, 0xbe, 0xaf, 0x36, 0x71, 0xd7, 0x02, 0x16, 0x3c, 0x17, 0x3f, 0x10, 0x8f, 0x12, 0x17, 0x25, 0xd8, 0x1c, 0xb1, 0xcc, 0xce, 0x2e, 0x8c, 0x30, 0xfe, 0x80, 0x22, 0x34, 0xbc, 0x9d, 0x04, 0xe6, 0xa6, 0x48, 0x00, 0x6c, 0x05, 0xcf, 0x22, 0x52, 0xb0, 0xb7, 0xea, 0x24, 0x98, 0xc1, 0xc6, 0xed, 0xe1, 0x4b, 0xe9, 0x76, 0x72, 0x04, 0x86, 0x21, 0x02, 0x6a, 0x04, 0xdc, 0x65, 0x8b, 0xaa, 0x9a, 0x21, 0x03, 0x6a, 0x86, 0x17, 0x5e, 0xc0, 0x1d, 0x48, 0xf6, 0x32, 0x43, 0x1b, 0xa7, 0xda, 0x9e, 0xce, 0x2b, 0x9e, 0x60, 0xce, 0x83, 0x68, 0xe3, 0x02, 0x38, 0x95, 0x0d, 0x66, 0x96, 0x0d, 0x75, 0xe6, 0xd6, 0x4d, 0x39, 0x3a, 0x92, 0xae, 0x14, 0xf8, 0xde, 0x7c, 0x98, 0xc9, 0x6f, 0x89, 0x2d, 0x88, 0xb6, 0xc0, 0x10, 0x6c, 0x79, 0x01, 0x79, 0xea, 0xa9, 0x22, 0x22, 0x11, 0x9a, 0x91, 0xb5, 0x22, 0x0b, 0x52, 0x64, 0xe8, 0x4d, 0xe5, 0x02, 0xde, 0x1b, 0xc0, 0xbd, 0x81, 0x17, 0xf9, 0x4e, 0x6c, 0x43, 0x9d, 0xbf, 0x19, 0x33, 0x32, 0xbb, 0x01, 0x8f, 0xb6, 0xbe, 0xe7, 0xac, 0x47, 0xd3, 0x87, 0xda, 0x0f, 0x27, 0x00, 0x8e, 0x41, 0x4f, 0xf0, 0xf1, 0x8c, 0x61, 0x03, 0x83, 0x35, 0x94, 0x00, 0xea, 0xe0, 0x77, 0x82, 0xf3, 0x27, 0x53, 0x9e, 0xa6, 0xc2, 0x10, 0xa0, 0x7f, 0x47, 0xc8, 0x3e, 0x4d, 0x74, 0x4d, 0xed, 0xfb, 0x9d, 0xc6, 0xf7, 0x87, 0x90, 0x12, 0x9c, 0xf7, 0x2b, 0x7d, 0x1f, 0x36, 0xcd, 0x62, 0x6d, 0x35, 0xb2, 0x73, 0x2e, 0x1d, 0xe8, 0xae, 0x60, 0x33, 0x17, 0xef, 0x52, 0x36, 0x47, 0x5b, 0x66, 0x63, 0xf3, 0x0b, 0xd8, 0x71, 0x75, 0x12, 0x64, 0x77, 0x23, 0x81, 0x99, 0x89, 0x82, 0x00, 0xa4, 0x17, 0x12, 0xcc, 0x84, 0x41, 0x76, 0x72, 0x5a, 0x4a, 0x1d, 0x2c, 0x74, 0xb4, 0xd4, 0x89, 0xf0, 0xdc, 0x73, 0x0a, 0x55, 0xcd, 0x90, 0x01, 0x35, 0x03, 0x12, 0x62, 0xe9, 0xd2, 0x78, 0xc2, 0xe5, 0x09, 0x65, 0xde, 0x33, 0x9f, 0x4c, 0xe9, 0x79, 0x0a, 0x27, 0x78, 0xfb, 0x1d, 0x9f, 0xea, 0xe8, 0x36, 0x37, 0x98, 0x58, 0x5c, 0x2a, 0x81, 0xf8, 0x3d, 0x1d, 0x34, 0x4f, 0x81, 0x8e, 0x1d, 0xb9, 0x08, 0xa0, 0x66, 0xe8, 0xbb, 0xd1, 0x16, 0x2e, 0x63, 0xc6, 0x6c, 0x06, 0x47, 0x6d, 0x33, 0x61, 0xc3, 0x6f, 0x49, 0xd1, 0x73, 0x25, 0x17, 0xf4, 0xbd, 0xc8, 0x45, 0x7d, 0x4f, 0x85, 0xe8, 0x79, 0x90, 0x8b, 0x12, 0x77, 0x32, 0x0c, 0xcc, 0x93, 0x8d, 0xd5, 0x6c, 0x00, 0x3e, 0xaf, 0x1b, 0xf0, 0x8a, 0x93, 0x45, 0x15, 0x8e, 0x9e, 0x62, 0xd6, 0xdf, 0x52, 0xf9, 0xa8, 0x05, 0x71, 0x0c, 0x70, 0x2c, 0xf0, 0x90, 0x69, 0x3c, 0x6d, 0x1c, 0xc1, 0xb7, 0xb3, 0x4b, 0x27, 0x7a, 0x7a, 0x48, 0x00, 0xad, 0x5e, 0xc1, 0x1f, 0x30, 0x01, 0x34, 0x27, 0xc8, 0xfb, 0x7b, 0x6e, 0x80, 0xe2, 0x7c, 0x67, 0xc7, 0x72, 0x16, 0x8b, 0xf5, 0xfb, 0x9d, 0xcf, 0x08, 0x02, 0x33, 0x80, 0x6d, 0x45, 0x07, 0x4a, 0x02, 0x87, 0x80, 0x31, 0xe7, 0xd1, 0x1c, 0x18, 0x18, 0x3c, 0x29, 0x77, 0x75, 0x8d, 0x57, 0x91, 0x40, 0xdd, 0x1c, 0x98, 0x1a, 0x4f, 0x21, 0xdd, 0x5a, 0xc5, 0xaa, 0x91, 0x60, 0x26, 0x88, 0xa3, 0xe3, 0x12, 0x6a, 0x67, 0xd1, 0xd1, 0x62, 0x88, 0x80, 0xed, 0x55, 0xb0, 0xcf, 0xce, 0x2d, 0x32, 0x28, 0x34, 0x03, 0x43, 0x88, 0xc0, 0xc0, 0xb5, 0x10, 0x66, 0xea, 0xb5, 0x22, 0xe8, 0xdd, 0x9c, 0x9d, 0x51, 0x53, 0x6a, 0xdd, 0x04, 0x42, 0x59, 0xa5, 0xa1, 0x49, 0xdb, 0x59, 0x04, 0x5f, 0x68, 0x4e, 0x4a, 0x24, 0xae, 0xa4, 0x44, 0xcf, 0x8d, 0xca, 0x24, 0xbe, 0x1e, 0xb1, 0xb6, 0x98, 0x44, 0x65, 0x02, 0x4f, 0x8f, 0x14, 0x4b, 0xdc, 0x14, 0xa2, 0xeb, 0x4a, 0xa5, 0x44, 0x77, 0x30, 0x49, 0x12, 0x3b, 0xd0, 0x63, 0x6e, 0x86, 0x0e, 0xdd, 0xa1, 0x52, 0xf5, 0x0c, 0xf0, 0x8c, 0xba, 0x57, 0xa4, 0xc1, 0x15, 0xb3, 0x9e, 0x51, 0xf9, 0x68, 0x0a, 0xd1, 0x24, 0xe2, 0x51, 0xf3, 0xcc, 0xe9, 0xe2, 0x08, 0x3e, 0x1e, 0x31, 0xaf, 0xab, 0xab, 0x20, 0x40, 0x6f, 0xe0, 0x0f, 0x94, 0x00, 0x2c, 0xb6, 0x8b, 0x14, 0x9d, 0xba, 0x7e, 0x85, 0xee, 0x3f, 0xec, 0x0a, 0x55, 0xb6, 0x8a, 0x9d, 0xd4, 0x8f, 0x66, 0xd1, 0x4f, 0xa4, 0xde, 0x6b, 0xa1, 0xa1, 0x96, 0x48, 0xbf, 0x85, 0xcd, 0x16, 0xca, 0x8c, 0x8c, 0x16, 0xc3, 0xc5, 0x6f, 0x57, 0xf9, 0x04, 0x38, 0x48, 0x26, 0x46, 0xdd, 0x09, 0xc0, 0x90, 0xa0, 0x4b, 0x93, 0x43, 0x09, 0xe0, 0xe0, 0xb0, 0x04, 0x3c, 0x6b, 0x54, 0xb3, 0x89, 0x30, 0xcb, 0x22, 0x61, 0xd0, 0xf7, 0x83, 0x97, 0x1d, 0x0b, 0x4e, 0x5a, 0xa1, 0x8a, 0x0c, 0xa8, 0x19, 0x18, 0x42, 0x28, 0xfa, 0xef, 0x64, 0x13, 0x1e, 0x5f, 0x5b, 0xe6, 0x37, 0xef, 0xe9, 0x44, 0xf5, 0xdf, 0x32, 0x7b, 0xfd, 0xf7, 0xb4, 0x60, 0x22, 0x4a, 0x28, 0x6e, 0xcd, 0x85, 0x90, 0xf3, 0x82, 0xc0, 0x5c, 0x21, 0x42, 0x85, 0xfc, 0xce, 0x37, 0xa0, 0xe7, 0x11, 0xa2, 0xfc, 0xc6, 0xd3, 0x27, 0x45, 0xf0, 0x5c, 0x11, 0xf3, 0x1a, 0x14, 0x2d, 0x33, 0xf2, 0x12, 0x47, 0x4c, 0xb4, 0x79, 0x06, 0x30, 0x93, 0xbf, 0xa2, 0xe2, 0xe6, 0xf6, 0x25, 0xcc, 0xe8, 0x2f, 0x01, 0xd8, 0x2f, 0x60, 0x56, 0x7f, 0x01, 0xd7, 0xf7, 0x05, 0x19, 0x34, 0xe8, 0x0b, 0xf8, 0xdd, 0x9f, 0x03, 0xc0, 0x9f, 0x41, 0x9c, 0xff, 0x19, 0x80, 0xfc, 0x19, 0xb1, 0xb2, 0xfa, 0x94, 0x58, 0x58, 0x7c, 0x42, 0xcc, 0xcc, 0x3e, 0x01, 0xa7, 0xef, 0x13, 0xb0, 0xfb, 0x1f, 0x83, 0xea, 0xff, 0x08, 0x66, 0xff, 0x47, 0x44, 0x20, 0x98, 0x01, 0x04, 0x40, 0xf0, 0xd1, 0xe6, 0x6b, 0xf6, 0xda, 0x2d, 0x1c, 0xf3, 0x00, 0x1a, 0x1a, 0x1b, 0xee, 0x2a, 0x9a, 0x2c, 0xb1, 0xac, 0xbf, 0xe5, 0x7c, 0x78, 0x60, 0x75, 0x7f, 0x9a, 0x45, 0xe3, 0xed, 0x63, 0x91, 0xc4, 0xf0, 0x9e, 0xfb, 0x05, 0xe0, 0x4c, 0x44, 0x5b, 0x83, 0x75, 0x83, 0xf4, 0xe4, 0x30, 0xae, 0xb6, 0x4c, 0x57, 0x32, 0x5c, 0x66, 0x62, 0xb2, 0x98, 0x68, 0x8b, 0x5c, 0xc8, 0x0b, 0xbd, 0x1e, 0x94, 0xa4, 0x49, 0x66, 0xd2, 0x53, 0xc6, 0x84, 0x72, 0x3c, 0x18, 0xb2, 0xe7, 0xe9, 0xa3, 0x1c, 0xae, 0x50, 0x66, 0x62, 0x1a, 0x28, 0x0b, 0x0c, 0xfc, 0x18, 0x34, 0xc4, 0x39, 0xda, 0x75, 0x0b, 0x85, 0x21, 0x85, 0x8b, 0xcb, 0x12, 0x62, 0x64, 0xeb, 0x72, 0x5b, 0x3a, 0xd4, 0x08, 0x7c, 0x80, 0x67, 0x79, 0xbc, 0xce, 0x42, 0x88, 0x0a, 0x0a, 0x40, 0x3b, 0xe5, 0x83, 0xe4, 0xa1, 0x1f, 0x00, 0xf7, 0xb9, 0xa8, 0xad, 0xe0, 0xb3, 0xf5, 0x41, 0x72, 0x95, 0xcf, 0x31, 0xc2, 0xbc, 0xd6, 0x10, 0x0f, 0xad, 0xe4, 0x70, 0x65, 0x58, 0xec, 0x82, 0xc2, 0xe5, 0x0b, 0xa5, 0x28, 0x1c, 0x9e, 0x00, 0xff, 0xef, 0xe2, 0xf2, 0x45, 0x52, 0xc5, 0xbd, 0x90, 0xde, 0x2b, 0x1e, 0xbf, 0x83, 0x70, 0x05, 0x9d, 0x10, 0x6e, 0x4b, 0x07, 0x29, 0x0f, 0x87, 0xea, 0xab, 0x5d, 0x3c, 0x66, 0x02, 0xf1, 0xe4, 0xb5, 0xbb, 0x09, 0x7e, 0xe6, 0xf4, 0x37, 0x3e, 0x3b, 0x30, 0x80, 0x76, 0xf1, 0x1b, 0x1f, 0xfa, 0x81, 0x11, 0xea, 0xb2, 0xf0, 0xcb, 0x3f, 0x23, 0xb0, 0xf7, 0xb0, 0x7d, 0xc0, 0xe8, 0xf3, 0x46, 0xf6, 0x83, 0xab, 0xf9, 0x5c, 0x7e, 0xd7, 0x4b, 0x7d, 0x1e, 0x0e, 0xa9, 0x29, 0x37, 0xb0, 0xb2, 0xab, 0xc5, 0x75, 0x6d, 0x5c, 0xad, 0xc2, 0xd0, 0x06, 0xbd, 0x56, 0xdc, 0x80, 0x8a, 0xc7, 0xd2, 0xd9, 0xfa, 0x8e, 0xcc, 0xe7, 0x69, 0x89, 0x3b, 0x04, 0x42, 0x23, 0xd9, 0xb0, 0x61, 0xdf, 0xd3, 0x44, 0x0c, 0x0a, 0x9a, 0x8b, 0x91, 0x23, 0x7f, 0xc4, 0xbd, 0xf8, 0xd2, 0x9e, 0x2b, 0x62, 0xa8, 0x15, 0xb4, 0xd9, 0x6c, 0x69, 0x13, 0x16, 0x60, 0x82, 0x60, 0x2d, 0x3e, 0x23, 0x57, 0xf5, 0x0c, 0xaf, 0xad, 0xd6, 0x12, 0xb4, 0xaf, 0xd6, 0x12, 0xb6, 0x5f, 0xd1, 0x37, 0xba, 0xa1, 0xfe, 0x1c, 0xbe, 0x76, 0xa7, 0x58, 0xa7, 0x0d, 0x6b, 0x02, 0xf1, 0xa8, 0x96, 0xbb, 0x5e, 0x6b, 0x68, 0x4c, 0xc4, 0xca, 0xf0, 0xb8, 0x7e, 0xad, 0xc6, 0xa1, 0x76, 0x75, 0xe1, 0x70, 0xba, 0xfe, 0xce, 0x07, 0x46, 0xe0, 0x91, 0x31, 0x47, 0x4c, 0x06, 0xb9, 0x5d, 0x7c, 0xd0, 0xb5, 0xe8, 0x46, 0x06, 0x26, 0x57, 0x3e, 0xee, 0xe3, 0xc2, 0xf1, 0x70, 0x44, 0x0b, 0xc7, 0xc1, 0x77, 0xac, 0x6b, 0xc3, 0x7e, 0x03, 0xb8, 0x68, 0x85, 0xcb, 0x9f, 0x1e, 0x1e, 0xaf, 0xd3, 0x2c, 0x1c, 0x26, 0x64, 0x66, 0xce, 0x4c, 0xa5, 0xf1, 0x70, 0xcf, 0xd9, 0x40, 0x8f, 0x51, 0x65, 0x73, 0xa4, 0x5b, 0x04, 0xa2, 0x56, 0xac, 0xc0, 0xb9, 0xce, 0x88, 0x44, 0xff, 0x3a, 0x4a, 0xb6, 0x8e, 0xe4, 0x26, 0x0a, 0xf3, 0x3f, 0xf3, 0x3c, 0xbe, 0x76, 0x3a, 0x8f, 0xdf, 0x61, 0xe1, 0xe4, 0x56, 0xfe, 0xc0, 0x77, 0xe5, 0x02, 0x01, 0x9c, 0xef, 0x70, 0x6e, 0xe0, 0x43, 0x39, 0x32, 0xc6, 0xd1, 0xb5, 0x04, 0x30, 0x3d, 0x34, 0x90, 0x43, 0xa3, 0xc6, 0xd1, 0x43, 0xa3, 0x3e, 0x1d, 0xf8, 0xa1, 0x51, 0x7d, 0x3b, 0x21, 0x11, 0xa1, 0x98, 0xa0, 0x89, 0xef, 0xe3, 0xc2, 0x7f, 0xc7, 0x94, 0x2f, 0x5f, 0xab, 0xbd, 0x3f, 0xeb, 0x11, 0x18, 0xe6, 0xa1, 0xc3, 0x39, 0x6c, 0xd8, 0x66, 0x9a, 0x89, 0xc3, 0xd8, 0x9c, 0xcb, 0x15, 0xf7, 0x9a, 0x12, 0xb5, 0xf5, 0xf4, 0xbf, 0x30, 0x92, 0xcb, 0xeb, 0xc4, 0xf2, 0x2b, 0x46, 0xb0, 0x16, 0xaf, 0x37, 0x61, 0x9e, 0x2f, 0xd5, 0xd6, 0x69, 0xe6, 0xc0, 0x6f, 0x1d, 0xbb, 0xe2, 0xcd, 0xe3, 0x0f, 0x9a, 0x00, 0x68, 0x8b, 0xdd, 0xee, 0x40, 0x80, 0xbe, 0x0e, 0x8d, 0xba, 0x57, 0xc1, 0x42, 0x11, 0xe5, 0xa1, 0x51, 0xa3, 0x07, 0x74, 0x6c, 0x18, 0x8b, 0xc3, 0x39, 0x67, 0xe3, 0x1d, 0x94, 0xff, 0xa0, 0x7e, 0x08, 0x02, 0x31, 0x88, 0xcd, 0x96, 0x49, 0xfb, 0xb8, 0xf0, 0x46, 0x10, 0x3c, 0x7e, 0x16, 0x37, 0x3b, 0xf4, 0xeb, 0xf3, 0x7c, 0x86, 0x17, 0xe8, 0x4a, 0x5c, 0xa4, 0x18, 0x9a, 0x61, 0x36, 0x4e, 0x28, 0x32, 0x93, 0xa2, 0xca, 0x0f, 0x0e, 0x8b, 0xd9, 0x19, 0x12, 0x1e, 0xaf, 0x52, 0xdb, 0x68, 0xca, 0x30, 0xf3, 0x97, 0xcf, 0x94, 0xa0, 0x89, 0x74, 0x9a, 0xef, 0x22, 0x2d, 0x1b, 0x79, 0xfc, 0x4e, 0xb1, 0x50, 0xdc, 0x72, 0xbf, 0x8d, 0xb3, 0x7a, 0x13, 0x5c, 0xec, 0x1a, 0xc9, 0xee, 0x9b, 0x00, 0x89, 0x7d, 0x1c, 0x1b, 0x77, 0xaf, 0x62, 0xed, 0xe5, 0x5f, 0x00, 0x7e, 0xd5, 0xd9, 0x7b, 0x39, 0x38, 0x72, 0x96, 0x42, 0x0b, 0x6c, 0xbe, 0x2f, 0x2d, 0x80, 0xb6, 0xdc, 0xde, 0x27, 0xa8, 0x80, 0x07, 0x33, 0x2a, 0xe9, 0x2e, 0xe7, 0xe5, 0xe2, 0xa9, 0xda, 0x78, 0xba, 0x86, 0xa2, 0x38, 0x25, 0x2e, 0x01, 0xe4, 0xe4, 0xdd, 0xaa, 0x5a, 0x86, 0x0f, 0x3f, 0x4a, 0xe3, 0x72, 0x1d, 0x89, 0x6b, 0x97, 0xfb, 0xe4, 0x79, 0x19, 0xc1, 0x3b, 0xa2, 0xcf, 0x04, 0xef, 0x38, 0xd5, 0xcd, 0x33, 0x96, 0xe8, 0xea, 0x5f, 0x5f, 0x07, 0x6a, 0x95, 0x96, 0xa1, 0x09, 0xfb, 0x12, 0x31, 0x95, 0x16, 0x91, 0x76, 0x87, 0x1d, 0x97, 0x27, 0xc3, 0x52, 0xf9, 0x10, 0xb0, 0xed, 0x2b, 0xb6, 0x1e, 0x2b, 0x5a, 0xb1, 0x3d, 0x9a, 0x16, 0x77, 0x84, 0x84, 0xc7, 0x85, 0x82, 0x6c, 0x5b, 0xb9, 0xfd, 0xd4, 0xc9, 0xe0, 0xed, 0x51, 0x09, 0x8a, 0x02, 0x90, 0xd8, 0xed, 0x28, 0xea, 0xdf, 0x07, 0xff, 0xef, 0x59, 0xb1, 0x2d, 0xea, 0x4c, 0x70, 0x2f, 0x7e, 0x81, 0x8d, 0x57, 0x40, 0xd1, 0x63, 0xe0, 0x5b, 0xf4, 0x35, 0x06, 0xf9, 0xcc, 0xc1, 0x91, 0x5f, 0x6d, 0xdf, 0x83, 0xb5, 0x11, 0xf0, 0x59, 0x87, 0x69, 0x75, 0x71, 0x44, 0xc2, 0xfe, 0x90, 0xb0, 0xf8, 0x83, 0x21, 0x11, 0x09, 0x5b, 0x80, 0xe0, 0x11, 0x4c, 0x81, 0xc9, 0x1d, 0xb7, 0xf0, 0x7f, 0xaa, 0x3a, 0x38, 0x72, 0xda, 0xbd, 0x1d, 0x1d, 0xcb, 0xe1, 0x64, 0x23, 0x83, 0xee, 0xa5, 0x5f, 0x20, 0x36, 0x9e, 0xc6, 0x8e, 0x94, 0x02, 0xb0, 0xa5, 0x46, 0x2c, 0xb6, 0x2c, 0xb9, 0x9f, 0x07, 0x45, 0x7f, 0xaa, 0x9c, 0x01, 0x56, 0x83, 0xdc, 0x9a, 0x27, 0xbd, 0xfc, 0x5e, 0xe9, 0xb2, 0xdf, 0x8f, 0x24, 0xad, 0x8c, 0x80, 0x0b, 0x0f, 0x8f, 0x63, 0xf6, 0x2f, 0x46, 0x04, 0x87, 0xc6, 0xc5, 0xaf, 0xdc, 0x95, 0xf0, 0x07, 0x9b, 0xc3, 0x97, 0x79, 0x7a, 0xfe, 0x48, 0x33, 0x71, 0xda, 0x3a, 0x83, 0xa4, 0xa8, 0x5e, 0x6f, 0x11, 0x20, 0x61, 0x3b, 0xfc, 0x1d, 0xbf, 0x32, 0x2c, 0x7e, 0x07, 0x3c, 0x7e, 0xd6, 0x14, 0xbc, 0xf9, 0x56, 0x70, 0xfa, 0xb0, 0x06, 0xa1, 0x55, 0x20, 0xea, 0x04, 0xd0, 0x3b, 0x95, 0x95, 0x38, 0x6d, 0xcc, 0x63, 0x78, 0x7f, 0x8a, 0xaf, 0xd5, 0x85, 0x0d, 0x28, 0xb0, 0xff, 0x41, 0x48, 0x68, 0x6c, 0xc4, 0x8a, 0x3f, 0x8f, 0x53, 0x02, 0xc0, 0xe0, 0x6f, 0x0d, 0xd9, 0x11, 0x7d, 0x02, 0x00, 0x09, 0x5f, 0xb1, 0xed, 0x44, 0xf6, 0x8a, 0xad, 0xc7, 0xcf, 0x07, 0x6f, 0x3f, 0x15, 0x0f, 0xbf, 0x0b, 0xbe, 0x27, 0x2a, 0x2a, 0x44, 0xad, 0x0a, 0x38, 0x78, 0xdb, 0xc9, 0xf4, 0x15, 0xdb, 0x4e, 0x16, 0xc1, 0xf3, 0x09, 0xf0, 0xbc, 0xaa, 0x52, 0x1a, 0x4f, 0x60, 0x47, 0x9f, 0x64, 0xc7, 0x1d, 0xae, 0x1f, 0x3c, 0x35, 0x62, 0x0b, 0x93, 0xc0, 0xd2, 0xd9, 0xbd, 0xe2, 0xe9, 0xff, 0xec, 0x2b, 0x46, 0x02, 0x04, 0x87, 0xc7, 0x1f, 0x85, 0xeb, 0xd8, 0x19, 0x12, 0x11, 0x87, 0x05, 0xa6, 0x27, 0xb0, 0xea, 0x08, 0xae, 0xef, 0xd8, 0x5d, 0xcb, 0xf0, 0x3d, 0xfc, 0x0b, 0x35, 0x39, 0x9c, 0x33, 0xf7, 0x73, 0x78, 0xf4, 0x78, 0xb4, 0x1f, 0x77, 0x0b, 0x35, 0x4c, 0xed, 0x06, 0x55, 0x19, 0x1a, 0x98, 0x5c, 0xd6, 0x03, 0x3b, 0xaa, 0xad, 0x25, 0x6c, 0x43, 0x5b, 0xcf, 0x06, 0x19, 0x02, 0x17, 0xfb, 0x1f, 0x65, 0x7b, 0xf8, 0x81, 0x9c, 0x16, 0x7e, 0x0e, 0x64, 0x21, 0xcc, 0x12, 0x2e, 0x00, 0x81, 0x9f, 0x65, 0xa8, 0x6f, 0x78, 0xd3, 0xd6, 0xcd, 0xbb, 0xd9, 0xd2, 0xdd, 0xb7, 0xd4, 0x21, 0x70, 0x6c, 0xad, 0xf7, 0xac, 0x45, 0x55, 0x38, 0x03, 0x78, 0x02, 0x9d, 0x4e, 0x17, 0x97, 0xcf, 0x69, 0x0a, 0x56, 0x4b, 0x68, 0x2a, 0xc3, 0xf0, 0x93, 0x21, 0x00, 0x3c, 0x1f, 0x1e, 0xb2, 0x3d, 0xaa, 0x08, 0x07, 0x6e, 0xc9, 0x77, 0xe1, 0x87, 0x38, 0xf0, 0x79, 0x07, 0xb9, 0xbc, 0x2e, 0x00, 0xb9, 0xab, 0x4d, 0x4b, 0x20, 0xc5, 0x0a, 0x9c, 0x36, 0x2d, 0x21, 0xbd, 0x57, 0x09, 0x90, 0x75, 0x31, 0x10, 0xc5, 0x72, 0x90, 0xeb, 0x4d, 0x65, 0x45, 0xaf, 0x8a, 0x00, 0xc1, 0xa1, 0xd1, 0x47, 0x40, 0x23, 0xec, 0xc5, 0x42, 0x15, 0x00, 0x37, 0x33, 0x18, 0x48, 0x40, 0x1f, 0x03, 0x30, 0x42, 0x42, 0xa3, 0x0f, 0xc2, 0x77, 0x67, 0x61, 0x5a, 0x1c, 0x05, 0xb4, 0x47, 0xa5, 0xc7, 0xc4, 0x39, 0x97, 0x1d, 0x82, 0xc6, 0x56, 0x58, 0x7b, 0xf8, 0x55, 0x9a, 0x5b, 0xd9, 0x5d, 0x86, 0x89, 0xd0, 0x85, 0x7e, 0xc5, 0xda, 0x7e, 0x9c, 0x1c, 0x9e, 0x0b, 0x82, 0xfd, 0x84, 0xf1, 0x74, 0x34, 0x43, 0x7d, 0xa3, 0x66, 0xeb, 0xc1, 0x5e, 0x57, 0x6c, 0xbc, 0x87, 0x16, 0x39, 0x06, 0x8d, 0xcb, 0x75, 0x9b, 0x30, 0xbb, 0x06, 0xbf, 0xc3, 0x6d, 0xfc, 0xac, 0x2a, 0xbc, 0x7f, 0xe2, 0xb3, 0x3f, 0xe2, 0x41, 0x3b, 0xec, 0xe8, 0x75, 0xe3, 0x88, 0xc2, 0xf6, 0x8f, 0xbf, 0xbf, 0xe3, 0xe3, 0x35, 0xd9, 0x7b, 0xb4, 0x0d, 0x4d, 0xea, 0xee, 0x64, 0x93, 0x60, 0x70, 0x65, 0xcb, 0xe0, 0x47, 0xff, 0x00, 0xb2, 0x0d, 0x77, 0xd3, 0xd0, 0x35, 0xff, 0x7b, 0x3f, 0x2e, 0x9e, 0x91, 0x56, 0xa5, 0x4d, 0xfc, 0x02, 0xe4, 0x15, 0x10, 0x6c, 0x33, 0xeb, 0x07, 0x40, 0x6a, 0x0b, 0x45, 0x1d, 0xcf, 0x6f, 0x3d, 0x19, 0x86, 0x33, 0xd5, 0xd5, 0x75, 0x0b, 0xf1, 0xf7, 0x4f, 0xa7, 0x67, 0xf8, 0xe2, 0xe2, 0x54, 0x77, 0x02, 0x9c, 0xa2, 0x04, 0x40, 0x95, 0x6c, 0xef, 0xe1, 0x7b, 0x73, 0x0e, 0x10, 0x12, 0x40, 0x96, 0x31, 0xd2, 0xce, 0xd7, 0xc2, 0x7b, 0x69, 0x27, 0x8f, 0x27, 0xc5, 0xd3, 0x3b, 0x2e, 0xe3, 0xbe, 0x3c, 0xf8, 0xfc, 0xb1, 0xcf, 0xaf, 0xa5, 0xd1, 0x08, 0xfa, 0x13, 0x48, 0x80, 0x95, 0x3b, 0x62, 0xf6, 0x86, 0x6c, 0x3b, 0x15, 0x13, 0x12, 0x4a, 0x67, 0xe0, 0x66, 0x54, 0xff, 0xc1, 0x7f, 0x9e, 0x50, 0x2d, 0x9d, 0xc3, 0xeb, 0xf6, 0x00, 0xc8, 0x57, 0x6d, 0x60, 0x1c, 0x46, 0x81, 0x03, 0x37, 0x1a, 0xc0, 0x9b, 0xcc, 0x66, 0xcb, 0xe7, 0x81, 0xe6, 0x7b, 0x16, 0x7e, 0xf3, 0x3a, 0x90, 0x50, 0x90, 0xda, 0x01, 0x5c, 0xbb, 0x4c, 0x79, 0x8c, 0xec, 0xe7, 0x78, 0xe8, 0x16, 0xae, 0x5e, 0xe2, 0xd1, 0x7a, 0xf0, 0x79, 0x63, 0x59, 0x6c, 0x39, 0x7e, 0xc7, 0x28, 0x2e, 0x57, 0x76, 0xe7, 0xe3, 0xe3, 0xed, 0xf0, 0xf8, 0xf8, 0xc3, 0x1a, 0x0f, 0xe0, 0x66, 0xa5, 0xc9, 0x62, 0xb5, 0xf6, 0xcc, 0xb4, 0xf5, 0x24, 0xc0, 0xb1, 0x07, 0x00, 0x78, 0x7f, 0x64, 0x3b, 0x08, 0x6a, 0x99, 0x49, 0xaf, 0x6c, 0x48, 0x01, 0x1b, 0x45, 0x3c, 0x3d, 0x63, 0x89, 0xb3, 0xf3, 0x36, 0x1a, 0x06, 0x62, 0x0a, 0x5b, 0xdd, 0x04, 0x20, 0x01, 0x42, 0x76, 0xc4, 0x44, 0xad, 0x0c, 0x3d, 0x95, 0x38, 0xe5, 0xd5, 0x0f, 0xaa, 0x51, 0x2b, 0x95, 0xe1, 0x39, 0x45, 0x30, 0xcb, 0xb1, 0x35, 0x3b, 0x3d, 0xd5, 0x53, 0x25, 0x1c, 0xe9, 0x4f, 0x70, 0x1d, 0x42, 0xbe, 0xa0, 0x73, 0xf9, 0xef, 0x87, 0x2f, 0xc0, 0xfb, 0x0e, 0xa3, 0x0a, 0x5f, 0xf1, 0xc7, 0xf1, 0x42, 0x20, 0x13, 0xa8, 0xf9, 0x53, 0xc7, 0xe1, 0xb3, 0x77, 0x2b, 0x09, 0x10, 0xbb, 0x62, 0xfb, 0xc9, 0x1c, 0xac, 0xdc, 0x45, 0x4d, 0xb4, 0x62, 0x7b, 0x6c, 0xa4, 0x85, 0xa5, 0xed, 0xd5, 0xf7, 0x1f, 0xd1, 0x18, 0x30, 0x82, 0xa6, 0x72, 0xc2, 0xaa, 0x77, 0x8f, 0xf5, 0x1e, 0x25, 0x69, 0xa2, 0xed, 0x77, 0xd6, 0x78, 0x40, 0xb7, 0xb7, 0x38, 0x3c, 0x7e, 0x4b, 0x5f, 0x6b, 0x04, 0x48, 0x80, 0xa9, 0x58, 0x70, 0xa9, 0x14, 0x3c, 0x15, 0xe4, 0x71, 0x35, 0x99, 0x0f, 0x03, 0x8f, 0xb3, 0xa1, 0xa7, 0x20, 0xa3, 0xc7, 0xc1, 0x7b, 0x91, 0xd5, 0x73, 0x61, 0xc6, 0xa0, 0x73, 0xf4, 0x94, 0xda, 0xe7, 0xbc, 0x0e, 0xf2, 0x26, 0xc8, 0x3b, 0x4a, 0xdf, 0x00, 0xe5, 0x29, 0x25, 0x01, 0x2c, 0x06, 0xfb, 0x94, 0x69, 0xeb, 0x0c, 0x95, 0xe3, 0x82, 0x8b, 0x89, 0x49, 0x08, 0xd1, 0x35, 0xb1, 0x69, 0x51, 0xaa, 0xed, 0x18, 0xb0, 0xd7, 0xb4, 0x4b, 0x59, 0xc8, 0x8e, 0xd8, 0x28, 0x00, 0x31, 0x83, 0xda, 0xee, 0xed, 0x27, 0x93, 0x0d, 0x4d, 0xcc, 0x2f, 0xfb, 0xc1, 0xec, 0xfc, 0x19, 0x7e, 0xcf, 0x2f, 0xd8, 0xf5, 0x03, 0x42, 0xc9, 0x08, 0x90, 0xdf, 0xe1, 0xff, 0xaf, 0x41, 0x6c, 0xe1, 0xf7, 0x38, 0x06, 0x8d, 0xcd, 0x05, 0xb0, 0xe1, 0x7d, 0x51, 0x19, 0xa0, 0xea, 0xd3, 0xe0, 0xf3, 0x22, 0x95, 0x8e, 0x5d, 0x38, 0xcc, 0xf4, 0x23, 0xca, 0xc2, 0xcf, 0x30, 0x20, 0x57, 0x22, 0x7c, 0x76, 0x32, 0x26, 0x80, 0xf0, 0xf3, 0xcd, 0xcc, 0xad, 0x9b, 0xc6, 0x2b, 0x7f, 0xe3, 0x3b, 0xca, 0xdf, 0xbd, 0x42, 0x39, 0x16, 0x8f, 0xf5, 0x76, 0xfd, 0x6c, 0x7a, 0xed, 0x72, 0xc5, 0xf5, 0x2b, 0xee, 0xa7, 0x82, 0xe0, 0xe3, 0x38, 0x16, 0x28, 0xf8, 0x37, 0xbe, 0xf6, 0x49, 0xe5, 0x78, 0xbc, 0xa2, 0xfc, 0xdc, 0x8d, 0x6a, 0xbe, 0xd2, 0xe4, 0x35, 0x1f, 0x9d, 0x06, 0xb2, 0xef, 0x56, 0xef, 0xdb, 0xc8, 0x15, 0x8a, 0xf0, 0x60, 0xa8, 0x8f, 0x34, 0x1e, 0xe0, 0x8d, 0xc7, 0x62, 0xb3, 0x8b, 0xfb, 0x3a, 0x4d, 0xdc, 0xc2, 0xd5, 0xbb, 0xd8, 0xcc, 0xd9, 0xb3, 0xd4, 0x0a, 0x42, 0x3d, 0x9b, 0x21, 0x41, 0x85, 0x77, 0x13, 0x87, 0xc0, 0x31, 0xe7, 0x19, 0x7b, 0x89, 0x05, 0x8d, 0xf8, 0x3e, 0xec, 0x39, 0xc0, 0x3c, 0x6f, 0xe1, 0x3a, 0xa4, 0xc4, 0xd2, 0xd1, 0xb5, 0xdc, 0xd2, 0x61, 0x70, 0xa5, 0xa9, 0xa5, 0x6d, 0x9d, 0xb9, 0xb9, 0x75, 0xbd, 0xb1, 0xb1, 0xd9, 0x25, 0x23, 0x7d, 0xa3, 0xab, 0xc6, 0x7a, 0x86, 0x57, 0x75, 0xe1, 0x1e, 0x0f, 0xa8, 0xb6, 0xb1, 0xf9, 0x9d, 0x2e, 0xb3, 0xf2, 0xb5, 0x6c, 0xa4, 0xfd, 0xd9, 0xe0, 0xba, 0xf8, 0x9b, 0xb0, 0x30, 0x6b, 0x67, 0x8f, 0x32, 0x89, 0xb6, 0x6e, 0xb3, 0x04, 0xc2, 0x3c, 0x14, 0x21, 0x5f, 0xab, 0x03, 0xef, 0xe1, 0xb3, 0x6f, 0xda, 0x7b, 0x05, 0x5e, 0xbc, 0xd3, 0x99, 0x89, 0x60, 0xeb, 0x23, 0x43, 0x22, 0xe2, 0x7b, 0x14, 0x5f, 0x24, 0x60, 0x14, 0x10, 0x89, 0x05, 0xaf, 0xe0, 0x03, 0x35, 0x1b, 0x1a, 0x18, 0x5f, 0x35, 0x35, 0xb5, 0x68, 0x34, 0xb1, 0xb2, 0xab, 0xb3, 0x74, 0x72, 0x2b, 0xb7, 0x70, 0xf3, 0x29, 0x66, 0xae, 0xcb, 0xde, 0x7f, 0x64, 0x1e, 0x73, 0xdd, 0xea, 0xe2, 0x34, 0x72, 0x52, 0xbe, 0xd3, 0x88, 0x09, 0x39, 0x3d, 0x1f, 0x57, 0x1f, 0x33, 0x73, 0x18, 0x5f, 0x18, 0x8f, 0x0a, 0x1c, 0x0f, 0x20, 0xdb, 0x65, 0x23, 0x03, 0xe3, 0x6b, 0xee, 0xee, 0xbe, 0x17, 0x9f, 0xfd, 0xed, 0x30, 0x80, 0x7f, 0x6b, 0xfb, 0x39, 0x62, 0x04, 0x58, 0x95, 0x01, 0x66, 0x02, 0x8d, 0x07, 0x7c, 0x9b, 0x80, 0x4e, 0xc5, 0xbd, 0xf4, 0x13, 0xea, 0xb5, 0xa4, 0xec, 0x99, 0x57, 0x4e, 0x09, 0x74, 0x8c, 0x6e, 0x32, 0xf9, 0x7e, 0xdc, 0xdf, 0xee, 0x3c, 0x7a, 0x5a, 0xd6, 0xdd, 0xe2, 0x5f, 0x2c, 0x7f, 0xe2, 0xf0, 0x45, 0x1d, 0xba, 0xba, 0x8f, 0xcb, 0x1d, 0x1c, 0x32, 0x88, 0x85, 0xc5, 0x7f, 0x14, 0x0d, 0x9a, 0xee, 0x33, 0x5c, 0xfd, 0x27, 0xc8, 0xf8, 0x95, 0xeb, 0x8e, 0x3d, 0x10, 0xc7, 0xef, 0x0e, 0x27, 0x4b, 0xfe, 0x80, 0xea, 0xe5, 0x5e, 0x4f, 0x16, 0x55, 0x6d, 0x4c, 0x58, 0x1c, 0x12, 0x03, 0x41, 0xa6, 0x9c, 0xc7, 0x5b, 0x4c, 0x44, 0xa2, 0x1d, 0x44, 0x47, 0xe7, 0x08, 0xdc, 0xbf, 0x0f, 0x24, 0xd0, 0xc6, 0x16, 0xb3, 0x8d, 0x78, 0xe4, 0x79, 0x6f, 0x8b, 0x4c, 0xb8, 0xee, 0x8f, 0x44, 0x11, 0x89, 0x26, 0xc8, 0xac, 0xad, 0x53, 0x88, 0xb5, 0x75, 0x3a, 0xd1, 0x12, 0x78, 0xc9, 0xb0, 0x1e, 0xe1, 0xff, 0x3b, 0xf8, 0x58, 0x19, 0xc5, 0x13, 0x8a, 0xaf, 0x01, 0x46, 0xdf, 0x6a, 0x3c, 0xc4, 0x9b, 0x80, 0xc5, 0xe2, 0x14, 0x99, 0x38, 0xb9, 0x17, 0xdf, 0x4f, 0x5b, 0x79, 0xdc, 0xdb, 0xc6, 0x66, 0x2f, 0x23, 0x7c, 0x7e, 0x02, 0x11, 0x08, 0x12, 0x01, 0xfc, 0x44, 0x22, 0x16, 0xa3, 0xec, 0x23, 0x5c, 0x9e, 0xb7, 0x0c, 0x37, 0x9f, 0xa2, 0x0a, 0xc4, 0xae, 0x63, 0xe8, 0x7c, 0x62, 0xd6, 0x8f, 0x27, 0xd0, 0x6d, 0x63, 0xb1, 0xc5, 0x32, 0x1d, 0x9d, 0x35, 0xc4, 0xd4, 0x34, 0x85, 0x98, 0x99, 0xa5, 0x12, 0x89, 0x64, 0x03, 0x1e, 0x4e, 0x2d, 0xeb, 0xb9, 0xad, 0x0d, 0xbc, 0xf5, 0x6d, 0x18, 0x7f, 0x87, 0xf4, 0xb1, 0x43, 0x77, 0x20, 0x12, 0x1c, 0x16, 0x87, 0x51, 0x44, 0xdf, 0xcd, 0xaf, 0x22, 0xe2, 0x77, 0x80, 0x9f, 0xb0, 0xe7, 0xaf, 0x26, 0x80, 0xb1, 0xa3, 0x4b, 0x29, 0x8b, 0xc3, 0x29, 0x00, 0x8c, 0xb4, 0x34, 0x1e, 0xf2, 0xcd, 0x03, 0x9b, 0x0b, 0x0d, 0xa4, 0x16, 0xbd, 0xb7, 0x0e, 0x63, 0x9a, 0x9a, 0x7b, 0x68, 0xc9, 0x33, 0x16, 0x3f, 0x62, 0xf9, 0x33, 0x56, 0xc1, 0x2a, 0xc8, 0x90, 0x00, 0xc4, 0x78, 0x8b, 0x70, 0x78, 0xee, 0x52, 0x16, 0x5b, 0x57, 0xc6, 0xe1, 0x9a, 0x49, 0x79, 0xfc, 0x40, 0x99, 0x50, 0xb8, 0x86, 0xe8, 0xe9, 0x9d, 0x20, 0x06, 0x06, 0xc9, 0xc4, 0xd0, 0x30, 0x05, 0xfe, 0x0e, 0x07, 0x8d, 0x21, 0x94, 0xb9, 0x8d, 0x9b, 0x75, 0xfa, 0xb6, 0xef, 0x41, 0xef, 0x3c, 0x34, 0xa6, 0x88, 0x66, 0xed, 0x06, 0x04, 0x76, 0xfc, 0x0e, 0x66, 0x37, 0x8f, 0x8a, 0x4c, 0xdb, 0xa3, 0xd2, 0xc0, 0xc9, 0x4b, 0xea, 0xf3, 0x3d, 0xa1, 0x31, 0xc7, 0xc1, 0x19, 0xec, 0xe6, 0x1b, 0xc1, 0xeb, 0xc1, 0xf1, 0x8c, 0x49, 0x53, 0x38, 0x8c, 0xf1, 0xfb, 0xc1, 0x77, 0x28, 0x02, 0x67, 0x31, 0x8c, 0x21, 0x14, 0xc4, 0xed, 0x7f, 0x60, 0x32, 0x0b, 0x88, 0x1a, 0xa5, 0xe8, 0xa7, 0x1c, 0x1f, 0xaa, 0xe6, 0x5b, 0x0c, 0xd8, 0x94, 0xb9, 0x4f, 0x9c, 0x9b, 0x01, 0x98, 0x40, 0xd4, 0xac, 0xe1, 0xa6, 0xf1, 0x88, 0x6e, 0x4f, 0x61, 0x9a, 0x18, 0xe3, 0xee, 0x81, 0x1f, 0x5b, 0xf6, 0xe6, 0x71, 0x4d, 0x4d, 0xae, 0xbc, 0x5b, 0x65, 0x0b, 0x2b, 0xae, 0x1b, 0x19, 0x14, 0x9a, 0x21, 0x81, 0xd6, 0xc6, 0x33, 0xda, 0x41, 0x5b, 0x3b, 0x89, 0x8a, 0x8e, 0x0e, 0xca, 0x31, 0xc2, 0xe1, 0x5a, 0xca, 0x8d, 0xed, 0xdd, 0xaa, 0x56, 0xec, 0x88, 0x06, 0x27, 0x2c, 0x2e, 0x06, 0xc0, 0x4e, 0x06, 0xef, 0xff, 0x38, 0x9d, 0xf5, 0x34, 0x3c, 0x8b, 0x29, 0x5a, 0x09, 0xe1, 0x1b, 0xfc, 0x1d, 0xb7, 0x12, 0x07, 0x9d, 0x6a, 0x86, 0x98, 0x13, 0x30, 0x5b, 0x0f, 0x29, 0x00, 0x88, 0x89, 0x82, 0xb0, 0x2e, 0x05, 0x1f, 0x5b, 0x19, 0x0a, 0x9e, 0x3c, 0xbc, 0x2f, 0x78, 0x47, 0x8c, 0x62, 0x7f, 0x64, 0x68, 0xec, 0x0e, 0x88, 0x20, 0x12, 0x42, 0xb6, 0x47, 0x47, 0x87, 0x28, 0xa2, 0x88, 0x24, 0xe5, 0xbe, 0xbf, 0x03, 0xf0, 0x9e, 0xa4, 0x90, 0xf0, 0xd8, 0x43, 0x98, 0x65, 0x04, 0x30, 0xc3, 0xfa, 0x47, 0x80, 0x18, 0x25, 0x01, 0x20, 0x7a, 0x80, 0x08, 0x05, 0xc0, 0xde, 0x13, 0x1c, 0x16, 0x9b, 0x0b, 0x92, 0x0d, 0x9f, 0x11, 0xaf, 0xd4, 0x54, 0xf4, 0xbb, 0xe1, 0x6f, 0xd4, 0x36, 0xfd, 0xde, 0x9f, 0x81, 0x79, 0x00, 0x65, 0xa1, 0xe7, 0x22, 0x8d, 0x47, 0x7a, 0x03, 0x7f, 0x00, 0x42, 0xc3, 0xe6, 0x81, 0x1e, 0x35, 0x83, 0x59, 0x45, 0x85, 0xe3, 0x77, 0xa4, 0xf7, 0x8d, 0x0e, 0x9a, 0x0a, 0x32, 0x60, 0x4d, 0xbc, 0x3a, 0x21, 0x14, 0x1a, 0x02, 0xef, 0x0f, 0xc1, 0x73, 0xae, 0x32, 0x91, 0x81, 0x79, 0xf3, 0xb2, 0x5f, 0x0e, 0xec, 0x80, 0x01, 0x4d, 0x83, 0x41, 0x3c, 0x1b, 0x12, 0x1e, 0x7f, 0x00, 0x06, 0x3a, 0x8f, 0xa6, 0x8c, 0xc3, 0xe2, 0x28, 0x01, 0x50, 0x03, 0x00, 0x58, 0xa9, 0x21, 0xdb, 0x63, 0x12, 0x41, 0x55, 0xff, 0x19, 0xbc, 0x3d, 0xba, 0x90, 0x3e, 0x17, 0x1a, 0x13, 0x07, 0x00, 0x66, 0x63, 0x88, 0x07, 0x21, 0x5f, 0x0e, 0xe6, 0x0a, 0xd0, 0x93, 0x47, 0x60, 0x55, 0xb3, 0x7e, 0xfb, 0xa9, 0x2c, 0x78, 0xec, 0x60, 0xf0, 0xb6, 0xe8, 0x02, 0x24, 0x00, 0x6e, 0xd6, 0x5c, 0xf1, 0x67, 0x54, 0x11, 0x10, 0x23, 0x66, 0x25, 0xbc, 0x9f, 0xe6, 0x18, 0xc2, 0x62, 0xf7, 0x50, 0x02, 0xec, 0xb8, 0x0b, 0x01, 0xc2, 0x14, 0x04, 0x80, 0x19, 0x1f, 0x83, 0xa9, 0xe9, 0x90, 0xb0, 0x84, 0x70, 0x0a, 0x7e, 0x68, 0xec, 0x69, 0xf8, 0x5d, 0x47, 0x30, 0xd7, 0xbf, 0x2a, 0x3c, 0xfe, 0xa4, 0x32, 0xd5, 0xbb, 0x39, 0x24, 0x3c, 0x81, 0x12, 0x0e, 0x1e, 0x8b, 0xee, 0xad, 0xcb, 0x88, 0x7a, 0xb3, 0x6e, 0x0e, 0x8f, 0xd7, 0x02, 0x58, 0x7c, 0xa7, 0xf1, 0x17, 0xdc, 0xd8, 0x58, 0x37, 0xa0, 0xa5, 0xad, 0x73, 0xa5, 0x5f, 0x45, 0x13, 0xcc, 0x9a, 0xfe, 0x1f, 0x27, 0xb6, 0x2a, 0x9a, 0x1b, 0xbd, 0xd9, 0xaf, 0xba, 0x37, 0x24, 0x04, 0x96, 0x48, 0x23, 0x29, 0xd8, 0xec, 0xed, 0x84, 0xcd, 0x31, 0x93, 0x4b, 0xcc, 0xed, 0xdb, 0x97, 0xfc, 0xb0, 0x33, 0x9b, 0xee, 0x21, 0x0c, 0x8d, 0xcb, 0x83, 0x99, 0x19, 0xad, 0x18, 0xb8, 0xd8, 0x34, 0x00, 0x38, 0x45, 0x41, 0x80, 0x38, 0x85, 0x09, 0x08, 0x8d, 0x05, 0x00, 0xa2, 0xf3, 0x01, 0x2c, 0x4c, 0xe4, 0xe4, 0xd0, 0xc4, 0x0d, 0x4d, 0x16, 0x45, 0xe7, 0x03, 0x78, 0xe7, 0x00, 0xac, 0xf3, 0xc1, 0x3b, 0x62, 0x53, 0x00, 0x8c, 0xe3, 0xcc, 0x96, 0xec, 0xe0, 0xed, 0x51, 0xb9, 0x98, 0x4f, 0x50, 0x82, 0x79, 0x1a, 0x54, 0x78, 0x12, 0x25, 0x48, 0x28, 0x80, 0x8e, 0x2b, 0x8d, 0x98, 0x5d, 0x04, 0xb5, 0xde, 0x37, 0x01, 0x62, 0xd3, 0x80, 0x64, 0xe9, 0x8a, 0xdf, 0x04, 0xc4, 0xa4, 0xda, 0x08, 0xcc, 0x4b, 0x68, 0x5c, 0x2a, 0x53, 0x38, 0x02, 0xbf, 0x35, 0x03, 0xc8, 0x91, 0xa0, 0x7a, 0xdf, 0xce, 0xf8, 0xc3, 0xb8, 0xe0, 0xa3, 0xf0, 0x2b, 0x12, 0xef, 0x5a, 0x92, 0x87, 0x39, 0x19, 0x81, 0x8e, 0xe4, 0x32, 0x60, 0x70, 0xa2, 0xef, 0x2a, 0xdf, 0x87, 0x7f, 0xd3, 0xd6, 0x64, 0x71, 0xce, 0xeb, 0x98, 0x58, 0xd4, 0xe2, 0x02, 0x50, 0xff, 0x1b, 0x14, 0x4d, 0xcd, 0xd2, 0x64, 0xe9, 0xca, 0x14, 0xcd, 0x0d, 0xfa, 0x53, 0xfe, 0x1c, 0x05, 0xf2, 0x02, 0xd1, 0x64, 0x69, 0xc9, 0x4d, 0x9c, 0xbc, 0x6a, 0x97, 0x6f, 0x3e, 0x7a, 0x00, 0x06, 0x0b, 0x67, 0x15, 0x02, 0x9d, 0x1e, 0x1c, 0x1e, 0x77, 0x86, 0xfe, 0x1d, 0x1e, 0x77, 0x1e, 0x66, 0x56, 0x94, 0x3a, 0x01, 0xa8, 0x6a, 0x0f, 0x8b, 0xc9, 0x05, 0xa0, 0x0a, 0xe8, 0x73, 0xd4, 0x6e, 0xc7, 0xc5, 0x07, 0x87, 0x46, 0x83, 0xd6, 0x88, 0xdb, 0x45, 0x9d, 0xc5, 0xd0, 0xb8, 0x48, 0x54, 0xef, 0x00, 0xfa, 0x41, 0xc5, 0xf3, 0xd1, 0xe9, 0x21, 0xf8, 0x3c, 0x3c, 0x4e, 0x35, 0x40, 0x68, 0x4c, 0x12, 0x9d, 0xb9, 0x3b, 0xa2, 0x0b, 0x51, 0x7b, 0x80, 0x24, 0xf6, 0x46, 0x00, 0x00, 0x7b, 0xab, 0xe2, 0xfd, 0xb1, 0xa7, 0x80, 0x54, 0xf9, 0x74, 0x21, 0x07, 0x88, 0x80, 0xea, 0x1e, 0x89, 0x07, 0xda, 0x2a, 0x0e, 0x49, 0xab, 0x50, 0xf5, 0xf1, 0xa9, 0x40, 0x80, 0x33, 0x70, 0x1d, 0x8a, 0x6d, 0xe4, 0x3b, 0x13, 0x8e, 0xc1, 0xfb, 0xf7, 0x32, 0xcf, 0x29, 0x4c, 0x4e, 0xfc, 0xd6, 0xbe, 0x16, 0xdb, 0x74, 0x8c, 0xcd, 0x6b, 0xc1, 0x21, 0xcf, 0xa1, 0xa7, 0xbe, 0xfe, 0xc5, 0x37, 0x63, 0x16, 0x8b, 0x5d, 0x8c, 0xbb, 0x8a, 0x9e, 0xfb, 0xa3, 0x7f, 0x27, 0x8f, 0x62, 0xe9, 0x96, 0x81, 0xb5, 0x33, 0x5c, 0x80, 0x04, 0x48, 0xf0, 0x96, 0x12, 0xe0, 0xde, 0x80, 0xc7, 0x16, 0x28, 0xaf, 0x82, 0xb3, 0x67, 0x29, 0xe7, 0xf0, 0xc5, 0x9d, 0x81, 0x0b, 0x9e, 0x3b, 0x83, 0xb3, 0x08, 0x06, 0x2a, 0x7d, 0x55, 0x78, 0x42, 0x34, 0xda, 0x6e, 0x18, 0x38, 0xb0, 0xf3, 0x60, 0x47, 0xc3, 0xe3, 0xd3, 0x00, 0xec, 0x28, 0x65, 0x52, 0x04, 0x97, 0x4b, 0x93, 0x57, 0x31, 0x80, 0x84, 0xc5, 0x1d, 0x81, 0x59, 0x98, 0xbc, 0x52, 0xe9, 0xe0, 0xe1, 0xe3, 0xa8, 0x35, 0x70, 0xa6, 0x82, 0xdd, 0x4f, 0x86, 0xcf, 0xd9, 0x4b, 0xb5, 0x45, 0x58, 0xec, 0x49, 0x25, 0x90, 0xa1, 0xf8, 0x7a, 0x78, 0x0e, 0x1c, 0xb5, 0x68, 0xd0, 0x2e, 0xb1, 0xc7, 0x94, 0x59, 0xc6, 0x48, 0x00, 0x34, 0x1e, 0x41, 0x47, 0x02, 0xd0, 0x08, 0x01, 0x1e, 0x43, 0x7f, 0x41, 0x09, 0x7c, 0x2a, 0xfd, 0x7e, 0xea, 0x63, 0xc4, 0x9e, 0x42, 0x33, 0x00, 0xf7, 0x49, 0xc1, 0x8c, 0x0f, 0x82, 0x64, 0x0b, 0x8b, 0x53, 0x2e, 0x2d, 0x27, 0xec, 0x82, 0xdf, 0x9d, 0x18, 0x42, 0x97, 0xbd, 0x69, 0x34, 0x11, 0x13, 0x1c, 0x81, 0xbe, 0x08, 0x3a, 0x83, 0x09, 0x4c, 0xaf, 0x86, 0x64, 0xc5, 0xca, 0x5f, 0xf7, 0x70, 0xd8, 0xc0, 0xda, 0xa1, 0x1c, 0xc6, 0x1c, 0x93, 0x3d, 0x66, 0x1a, 0x7f, 0x93, 0x9b, 0x8d, 0x26, 0x8b, 0x5d, 0x6b, 0x68, 0xe7, 0x54, 0x3e, 0x10, 0x12, 0xd0, 0x7d, 0x6a, 0x6c, 0xbe, 0x54, 0x93, 0x25, 0x92, 0x69, 0xb2, 0x02, 0x81, 0x0c, 0x8f, 0x03, 0xe0, 0x4f, 0x81, 0x4c, 0x05, 0xd0, 0x3d, 0xa4, 0xd8, 0xfb, 0x86, 0xab, 0xa5, 0xdd, 0x8e, 0x07, 0x52, 0x3d, 0x7d, 0x9f, 0xb9, 0x87, 0xfe, 0x08, 0xcc, 0xb8, 0x3d, 0x98, 0xd9, 0xeb, 0xdb, 0xe3, 0x07, 0x53, 0xb0, 0x23, 0x3a, 0x01, 0x40, 0xcf, 0x02, 0x3f, 0x20, 0xb3, 0x67, 0x98, 0xc9, 0x00, 0x7d, 0xc7, 0x48, 0x03, 0x1d, 0x3c, 0xb5, 0xc6, 0x91, 0xca, 0x6c, 0x62, 0x18, 0x93, 0xce, 0x0d, 0xd9, 0x09, 0x26, 0xe3, 0x16, 0x71, 0x77, 0x76, 0x37, 0x9f, 0xc7, 0xb6, 0xe2, 0x18, 0x03, 0xf8, 0x35, 0x30, 0xe6, 0xd6, 0x1a, 0x7f, 0xb3, 0xdb, 0x20, 0xfc, 0x61, 0xfa, 0x96, 0x76, 0x95, 0x03, 0xd9, 0xab, 0x86, 0xea, 0x0c, 0x4b, 0x9b, 0x31, 0x4d, 0x6a, 0x04, 0x5e, 0xbd, 0xc4, 0x7c, 0x50, 0xbd, 0x85, 0x9b, 0x6f, 0x31, 0xd6, 0xfe, 0x61, 0xc4, 0xf0, 0x30, 0xaa, 0x72, 0xee, 0x9d, 0x20, 0xb1, 0xe1, 0x14, 0xc0, 0xb0, 0xd8, 0xdd, 0x77, 0x72, 0xce, 0x1e, 0xca, 0x99, 0xbf, 0x30, 0x4e, 0x30, 0xb6, 0x55, 0x2c, 0x36, 0x05, 0x7f, 0x90, 0xc6, 0xdf, 0xf4, 0x86, 0x9a, 0xa0, 0x0c, 0x7c, 0x82, 0x9a, 0x25, 0x8f, 0x60, 0xc6, 0xfe, 0x7f, 0x11, 0xdc, 0xd4, 0xa1, 0x63, 0x6c, 0x56, 0x07, 0xe0, 0x97, 0xe2, 0x18, 0x6b, 0xfc, 0xcd, 0x6f, 0x66, 0xe8, 0x18, 0xa2, 0x87, 0xfa, 0x20, 0x4e, 0x23, 0x7d, 0xa8, 0x12, 0x16, 0xb7, 0xbb, 0x3f, 0x6a, 0xfb, 0xaf, 0x14, 0x1c, 0x43, 0x81, 0xb6, 0xee, 0x65, 0x70, 0xf8, 0x72, 0x61, 0x6c, 0x4d, 0x35, 0xfe, 0x47, 0x6e, 0xda, 0x9a, 0x9a, 0xec, 0x13, 0x98, 0x27, 0xb8, 0x97, 0x64, 0x91, 0xd2, 0x11, 0x4b, 0x56, 0x73, 0x86, 0xd0, 0x4b, 0xde, 0x4e, 0x9d, 0x33, 0xac, 0x89, 0x0b, 0x8b, 0x3f, 0x88, 0x5e, 0xbf, 0xc2, 0x76, 0xf6, 0x3f, 0x69, 0x72, 0xfb, 0xea, 0x5e, 0x5c, 0x06, 0x75, 0xc2, 0xd0, 0x39, 0x0c, 0x8b, 0xfd, 0xdb, 0x69, 0xac, 0x89, 0x2f, 0xae, 0x3f, 0x8a, 0xcb, 0xf0, 0x10, 0xea, 0x1d, 0xff, 0x3b, 0x78, 0xfb, 0x03, 0xbd, 0x71, 0x34, 0x58, 0xac, 0x9f, 0x30, 0x4b, 0x85, 0xb5, 0x7a, 0x7d, 0x9e, 0x24, 0x12, 0x9e, 0x00, 0x0e, 0x4f, 0x42, 0xe2, 0xaa, 0x9d, 0xf1, 0xe9, 0x78, 0x4f, 0xd7, 0xda, 0xc3, 0x12, 0xb0, 0x06, 0x2f, 0x0f, 0x3c, 0xe5, 0x73, 0xe0, 0x15, 0x27, 0x2b, 0x13, 0x25, 0xd1, 0x4a, 0x6f, 0xf9, 0xc4, 0xaa, 0x08, 0xf0, 0xa0, 0xd1, 0x69, 0x8a, 0x88, 0xdf, 0x8b, 0x49, 0x95, 0x1e, 0x8e, 0xdc, 0x41, 0x78, 0x5f, 0xac, 0x92, 0x44, 0x11, 0x8a, 0x0c, 0x21, 0xf5, 0xa4, 0xe3, 0x82, 0xc3, 0xe2, 0x31, 0x64, 0x4c, 0xa6, 0x1e, 0xb8, 0x3a, 0x01, 0x14, 0x59, 0xbe, 0xa8, 0xfe, 0x14, 0x5a, 0x3e, 0x2a, 0xc1, 0x02, 0x57, 0x9a, 0xe1, 0x63, 0xb1, 0xbe, 0xef, 0xcf, 0x76, 0xae, 0xbf, 0xf3, 0x6d, 0x29, 0xae, 0x1d, 0x98, 0x3a, 0xb9, 0x17, 0xf7, 0xd6, 0x7b, 0x40, 0x41, 0x00, 0x98, 0xc5, 0x3b, 0x21, 0x1e, 0x0e, 0x4b, 0xc0, 0xbc, 0x7e, 0x1a, 0xce, 0xec, 0x90, 0x88, 0xb8, 0x6c, 0x24, 0x05, 0x3c, 0x7f, 0x00, 0x53, 0xa7, 0x18, 0x27, 0x2b, 0xf3, 0xf5, 0xf1, 0x18, 0x4b, 0x63, 0xcc, 0x0c, 0x60, 0x1e, 0xc2, 0xf0, 0x0d, 0xc3, 0x27, 0xb5, 0xc5, 0x99, 0x08, 0x45, 0x8e, 0x00, 0x3e, 0x23, 0x3c, 0x0e, 0x89, 0x90, 0xc9, 0x24, 0x64, 0x80, 0x44, 0xfb, 0x42, 0x68, 0x18, 0x19, 0x97, 0x7d, 0x8b, 0x00, 0xca, 0x64, 0x4c, 0x44, 0xc2, 0x91, 0x90, 0x88, 0xd8, 0x3d, 0x98, 0xe4, 0x59, 0x19, 0x11, 0x77, 0xf0, 0x2f, 0xb3, 0xf7, 0xe0, 0x3b, 0x99, 0x0c, 0x72, 0x2d, 0x51, 0x9e, 0xe7, 0xb3, 0x58, 0xe3, 0x1f, 0x72, 0xf3, 0x02, 0xbf, 0xa0, 0x88, 0x27, 0x14, 0x5f, 0x9d, 0xd8, 0xa3, 0x86, 0x4d, 0xb9, 0x38, 0x72, 0x1e, 0x04, 0xd3, 0xa2, 0x39, 0x20, 0x59, 0x4a, 0x20, 0x33, 0x01, 0x8c, 0x78, 0x65, 0x7e, 0xfc, 0x10, 0x90, 0xe0, 0xa0, 0x32, 0x49, 0x02, 0xb3, 0x39, 0x71, 0x27, 0xad, 0x14, 0x8e, 0x88, 0xc3, 0xbc, 0xfe, 0x11, 0x55, 0x32, 0x45, 0x45, 0x82, 0x04, 0x4c, 0xb0, 0x80, 0xf9, 0x48, 0x38, 0x4f, 0xdf, 0x8b, 0x45, 0x1b, 0xa0, 0x4d, 0xf0, 0xb3, 0x01, 0xe4, 0x6c, 0x98, 0xe9, 0x85, 0xbd, 0x10, 0x20, 0x12, 0xd3, 0xb2, 0x7f, 0xed, 0x7a, 0xfe, 0x3b, 0x47, 0x79, 0x42, 0xd1, 0x75, 0x5c, 0x71, 0xc5, 0x45, 0x37, 0x8d, 0x7f, 0xd8, 0x4d, 0x00, 0xea, 0xec, 0x67, 0x2c, 0x58, 0xb0, 0xf7, 0x1f, 0x95, 0x7b, 0x2b, 0x73, 0x98, 0x70, 0x0c, 0x40, 0x2a, 0x04, 0xd9, 0x43, 0xc1, 0x57, 0x12, 0x00, 0xfe, 0x4f, 0x53, 0x02, 0x89, 0xe0, 0xee, 0x0d, 0xc1, 0xd2, 0xe8, 0x6e, 0x71, 0x33, 0x66, 0xcd, 0x12, 0x12, 0x95, 0xaf, 0xdd, 0xa3, 0x30, 0x13, 0x09, 0x5b, 0x99, 0xd9, 0x0c, 0x9f, 0x53, 0xb0, 0x6a, 0x67, 0x42, 0x9e, 0x32, 0xe6, 0xde, 0x87, 0x5a, 0x81, 0xa6, 0x65, 0x15, 0x9f, 0x5b, 0xa8, 0xf8, 0x9c, 0x5b, 0x04, 0x08, 0xa1, 0xda, 0x24, 0xfe, 0x00, 0x26, 0x72, 0xba, 0x69, 0x94, 0x47, 0x14, 0xe2, 0xd9, 0xfa, 0x8d, 0x38, 0x4f, 0x8b, 0x39, 0x58, 0xac, 0x1f, 0x1e, 0x46, 0x35, 0xcf, 0xdf, 0xe9, 0x36, 0x99, 0xc5, 0x62, 0x57, 0xf1, 0x44, 0xe2, 0x6b, 0x58, 0x27, 0x8f, 0x33, 0x9a, 0x82, 0x40, 0xb3, 0x62, 0xf1, 0x47, 0xc1, 0xa6, 0x2b, 0xb6, 0x77, 0xa1, 0x2a, 0x0e, 0x4f, 0x88, 0x43, 0xdb, 0x4f, 0x53, 0xa2, 0x11, 0xb7, 0x1c, 0x42, 0x45, 0xc2, 0x86, 0x02, 0xbd, 0x9f, 0xaa, 0x75, 0x00, 0x1e, 0xeb, 0xf3, 0xf1, 0x33, 0x54, 0x66, 0x25, 0x02, 0xb4, 0x87, 0x72, 0x46, 0xd3, 0x84, 0x4d, 0x44, 0x3c, 0xe6, 0xf6, 0x93, 0x29, 0x39, 0x76, 0x26, 0xc4, 0x29, 0xb5, 0xc9, 0x09, 0xf8, 0xfb, 0xb0, 0xd2, 0x44, 0x44, 0x53, 0x5f, 0x01, 0x22, 0x03, 0x5c, 0x98, 0x79, 0x54, 0xe0, 0xe3, 0x76, 0x36, 0xd0, 0x8c, 0xd7, 0x21, 0xc4, 0xab, 0xbc, 0xdb, 0xde, 0xfd, 0x7f, 0xd2, 0x4d, 0x84, 0x6d, 0xea, 0x81, 0xf1, 0x52, 0x03, 0x1b, 0x87, 0x72, 0xec, 0x88, 0x79, 0xf7, 0xa8, 0x00, 0x1c, 0xb7, 0x88, 0xf8, 0xbe, 0x3d, 0x75, 0x98, 0xe9, 0xb8, 0xae, 0x7e, 0x8f, 0x11, 0x47, 0x28, 0xf5, 0x33, 0x14, 0x9a, 0x60, 0x1b, 0x25, 0xd3, 0x43, 0x06, 0x1e, 0x4b, 0xdb, 0xf4, 0xad, 0xec, 0x2b, 0x34, 0x14, 0x4b, 0xb9, 0x5f, 0x80, 0x08, 0x35, 0xfe, 0x1f, 0xde, 0xdc, 0x20, 0xc4, 0x89, 0x42, 0x6f, 0xd7, 0xc6, 0x7b, 0x68, 0x7e, 0x6f, 0xa7, 0x8e, 0xfe, 0xd3, 0x04, 0x77, 0x1c, 0x59, 0x7b, 0x05, 0x16, 0xa0, 0xba, 0x87, 0x6b, 0x3f, 0x09, 0x63, 0xe0, 0xaa, 0xf1, 0xef, 0x4d, 0x63, 0x2a, 0x26, 0x3a, 0xb0, 0x3d, 0x0d, 0x56, 0xb5, 0xe2, 0x20, 0xfd, 0xe3, 0x80, 0xff, 0x74, 0xcb, 0x4e, 0x1b, 0x9f, 0xa0, 0x3c, 0xbc, 0x46, 0xdc, 0x78, 0xab, 0xa1, 0x6c, 0xd5, 0xfe, 0xef, 0x4d, 0x6d, 0x13, 0x12, 0xc8, 0x5c, 0x18, 0x9c, 0xf3, 0xa8, 0x11, 0x4c, 0x5d, 0x3c, 0x2e, 0xaa, 0xf7, 0x19, 0xfe, 0x5f, 0x15, 0xbc, 0x06, 0xbc, 0x16, 0xbc, 0x26, 0xe5, 0xf2, 0xed, 0x6c, 0x0d, 0xa6, 0x4b, 0xf7, 0xbf, 0xb7, 0x3e, 0x6f, 0x23, 0x40, 0x3d, 0x1e, 0x85, 0x7b, 0xb9, 0x50, 0xa2, 0xdf, 0x84, 0x1d, 0x4c, 0x31, 0x1f, 0xfe, 0xbf, 0x54, 0xa1, 0x8b, 0xa7, 0x7a, 0xe8, 0x9a, 0x5a, 0x60, 0x53, 0x46, 0x39, 0x5c, 0x4b, 0x0c, 0xdc, 0xcf, 0xfc, 0x17, 0xf8, 0x81, 0xdf, 0x70, 0x6b, 0xd3, 0xe7, 0x10, 0x35, 0x5c, 0xd2, 0x64, 0xb1, 0x3b, 0x31, 0x41, 0x82, 0x2b, 0x87, 0x03, 0x29, 0x3e, 0x79, 0x94, 0xa1, 0xdc, 0xd0, 0x45, 0x2f, 0xc4, 0x19, 0x3b, 0xb8, 0x94, 0x80, 0x9a, 0xef, 0x84, 0xdf, 0x8c, 0x47, 0xb2, 0x7c, 0xae, 0xf1, 0x00, 0xb7, 0x67, 0xfd, 0x7f, 0xbe, 0x71, 0x71, 0x06, 0xb1, 0x58, 0xac, 0x50, 0x3c, 0xe8, 0x00, 0x07, 0x58, 0xdf, 0xd2, 0xae, 0xc2, 0x73, 0xca, 0xbc, 0xf4, 0x81, 0xf4, 0xc9, 0x7d, 0x18, 0x9e, 0x3c, 0xa6, 0x6c, 0xf1, 0xb7, 0xe0, 0x6f, 0x02, 0xb9, 0x01, 0xbf, 0x71, 0x07, 0xfc, 0xd6, 0x19, 0x7f, 0x65, 0x99, 0xd6, 0x3f, 0xfd, 0xc6, 0x47, 0xa7, 0x11, 0xe4, 0x7b, 0x16, 0x9b, 0x8b, 0xcb, 0xa3, 0x84, 0xcd, 0xe5, 0xb5, 0xe0, 0xc9, 0x67, 0x58, 0x60, 0x32, 0x7a, 0xf9, 0x6b, 0x27, 0x7b, 0xdb, 0x58, 0x72, 0xff, 0x4e, 0xdc, 0xe6, 0x9d, 0xf8, 0xd9, 0xf8, 0x1d, 0xf8, 0x5d, 0xf8, 0x9d, 0x1a, 0x74, 0x47, 0x13, 0xb7, 0x18, 0xee, 0xbf, 0x55, 0x3a, 0x75, 0xfc, 0x7f, 0xe1, 0x79, 0xf4, 0x37, 0xac, 0x8c, 0x59, 0x44, 0x09, 0xc1, 0xe1, 0x66, 0x29, 0x73, 0xe8, 0x04, 0x7b, 0xe2, 0x8b, 0x24, 0x86, 0xf5, 0xc6, 0xf6, 0x2e, 0xa5, 0xd8, 0xa5, 0xcc, 0x6d, 0xc2, 0xec, 0x4c, 0xdf, 0xb9, 0x4b, 0x93, 0xb0, 0xe3, 0x18, 0x6e, 0xa1, 0x42, 0x99, 0xba, 0x66, 0xd3, 0x21, 0x14, 0xe6, 0x7f, 0x7c, 0x0e, 0x6d, 0xb7, 0xdb, 0x84, 0x59, 0xa7, 0xf1, 0x3d, 0xf8, 0x5e, 0xfc, 0x0c, 0x3c, 0x4b, 0x41, 0x83, 0xee, 0x65, 0x60, 0xb5, 0xe1, 0x77, 0xc0, 0xdf, 0x58, 0x85, 0xbb, 0x50, 0x43, 0x79, 0xe6, 0xce, 0xbf, 0xb7, 0xbf, 0xd7, 0x0d, 0x57, 0xce, 0xb0, 0x62, 0x66, 0x2e, 0xc8, 0x1a, 0x24, 0x06, 0x56, 0x2f, 0xb3, 0xb9, 0xdc, 0xd3, 0xa8, 0x31, 0xc0, 0x97, 0xb8, 0x0a, 0x1e, 0x79, 0xa7, 0x46, 0x8f, 0x5e, 0x84, 0xf8, 0x18, 0x3e, 0x07, 0xaf, 0x29, 0xc3, 0xd7, 0x2a, 0x9d, 0x50, 0x5c, 0x89, 0x5b, 0xad, 0xa1, 0x38, 0x5c, 0x01, 0xdb, 0xe7, 0xb1, 0xfe, 0x69, 0x83, 0xf5, 0x7f, 0xb0, 0x55, 0x1d, 0xfe, 0x60, 0x69, 0xb6, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 }; unsigned int wxmaxima_png_len = 21921; wxmaxima-Version-18.02.0/data/text-x-wxmathml.svg000066400000000000000000004723011324204105000216600ustar00rootroot00000000000000 image/svg+xml wxmaxima-Version-18.02.0/data/text-x-wxmaxima-batch.svg000066400000000000000000004723111324204105000227320ustar00rootroot00000000000000 image/svg+xml wxmaxima-Version-18.02.0/data/winrc/000077500000000000000000000000001324204105000171625ustar00rootroot00000000000000wxmaxima-Version-18.02.0/data/winrc/maximaicon.ico000066400000000000000000003025361324204105000220140ustar00rootroot00000000000000 hV 00 %f@@ (B; (6}(  @999999999 999 999999444888 LKJ?nifa888888666999ɷŵŶĵó_\YM888888ǵϿʼŵȸda^S888999|ÿĽȼǸ:::%99:)ôʻ}yͻXUɽx}999999njf_ónmȺ_\Ŷ999 999~Ĵih{xǸ888999}ĴʺɷǸ888999lhe]óͿroyuŶ999 999'µ帤xŻ~yPJ[Xó|v{999999}}v99:#888Ǻb`^O888777888ZWUG888222888 FFE9gd`Y888888999888888 888999( @ 999999999999 999999999999 999999999888999 9999995677S>>?kLKKyQQP}JJJw<==i777Q9991999999888444888888777O][YϿóóóξ﹬ݔTSR777I888888333666888888=\[Y˾Ⱥ²óóóóóóó²RQP8885888 555666888999SɻolvǶȺȺȹǸŶĴóóϾ~yt888I888666666888:::Y²ĵcr±jű̿˽ɺƷóó³888M888555888 888Kó²ȹɶv˾ȺŶôô~888?888 999999/ytpѿȸi̷²óĶƱʿɽɽóda_999%999999999CCCmɺxǭ˻oӾ;;;_9999999993òWPMFvpý`ZзͻYUYUso²|ws999)999999 :::aŷ²ȹgWUSP~WTXU˿п²777Q999999a_]ó²ŵjĵSPig^\ʽWTYVķǸóJJJw999999999)~óóŵlTQ][badctZWqm˾ɺóóvrn9999999997óĴǸl`^^]yx[YʻĴó999+333999888?óŵivt^\]\xwǽSPʼĵó9993333999888?óŶlĮ^]kimfKEʼĵó99913339999997óŵ˽ĵec]\SLSPʻĴó999+333999999)|óĴɻt][igPJQN^[Ⱥóótpl999999^\[óóǹʻpkfd`SPDZ}nj\Yli̿ǸóHHHu999999 999]ôĵ˼ktLFRLNHŷ|[X\Ypmƺǹĵó777O9999999991~ƶdm}TPQMNI˾vԿZW[XXUóówsn999'999999999@@AiǼ鯗dguƯx½ɼɺ:::[999 999999+spmͿvƺuvx~_ɼ`][999#999888 888GŶʹ°}888;888 666888999S̾Ⱥ}777G888 333777888888M}wǼtpl888C888555666888 8887SRQJJIu999/888 666222888888777GRQP}ɿ뷮׋~JJJw888A888888777999999999999/777K999cBCCoGGGsABBo889a777I999-999999888999999888 888888888 888 999999(0` %888999999999999999999999999999999999 999888888888999999999888 999 999888999999888 999999!8881999A888Q666]666e777i677g666a777U888G9997888%999888 888999222777888 999999/888M::;kJJJhfc|ˮϬ͢ŏsolTSR===u888W8889999888888444444888888888/777W?@@uroʻóóóóóóóóóϿ񺭢ًKLL777c999;999888 666666888 999%888MAAA|Ƹó²²óóóóóóóóóóóó񞖎RRQ888_888/888777111111777888999/999eigdûİ;ıʻ˽ŶĴŵŶŵŵĴóóóóóóʻ뇂}===w888?8888884446668889997999sǻ󷥃adccfyȺɻɻȺȹǸƷĵóóóòóHHH888I9998881117778889999AAA{ó̾qdfelrjdͿ̾˽ʼȺǷŵóóóóTSR888K9998886668888881???yó³ĵɸ²ǸɶƷiȻ̾ʼȺƷĴóóóµONN888E888777333888 888'777i²²²óŶ˾̿˾s̿ʼǹŶĴĴĵDDD9999888777888999888UrolϾ˼ͿŻȾпzZɵƹȻɻǹķƻ·÷:::q999'999 999999999 8889MMLŷѿθpj˿̱pqrзpmj888O888999999999778eóƹmh^Wf_jckcjcg`aZmf¯y~p^W^Xc\g`f`f_c]`YXQ==>999/999 999999 9999UTS;²Ƹ^WMFNGMFicƿuɿGA~ʽѾebYVYVXUVS{w888S999999888888777[ó²ɻɺҺe`RN_[ͽMHVSZWYU@@@y999)999999888+<<<}Ƹó²ɸhhlXU|lj[Zc^|VSZWVRɺ³²²²db`888A999 999999 888A`^]ôó²İhjVRZX^\[YŨrɼURZWURǺǸĴóó777]999999999999777Uóóò¬hiTQ][_]\[wuWTZWfbź˽ɺŵóó;;;s888!999999999999g²óóíhnWT{xed^]_]dc^\wqZXZWźʼƶóóʻGGG999-999888999%>>>uóóĵDzina_qn\[^]onYXqr[YYVȽ˽ǸóóZYX9997888 999999+CCCǸóóŶ̼jjtrgetr^]]\vusrujdZXYV˽Ǹôó²ifd999?888 999999-GGFʻ²óƷsi`]ZY^][ZWVYSNI[Y˾ǸĴó³qmk888A888 888999-FGFʺóóƷk̿ZX^\^\fdPINHXT˾ȹĴó³pmj888A888 999888)CCCƸòóƷʼ˺jWU_^^]]\][MFMGqoǾ˽Ǹôó²hec888=888 999999%===uóóŶɻkɷWT\[^\on_^LFVTǽ˽ƷóóXWV9997888 999999999eóóĵȺ̿lzZWec]\[ZNH|vTQZXʿʻƶóóɺFFF999+999888777SóóĴǹ˽Ĭm`]ZX][a_KEkg\ZXU̿ɺŵòó:::q999!999999 888?\[Zó³óƶͿqma[sm\VNHOJc]_[ca\YWT˽ǸĴóó777[888888999999)::;yµó²fhowwqPIRLRLLFpտ[Y\Z\YXT¶ɼɺƶó³_]\999?999 999888999777WóxggǺvqNGQJQKKEŷvYV]Z\YXUĵĴóó>>>w999'888999999 9997POO˻ðbhtdaYVWUSPPLOJtqȽvv׿|zYW[XZWYVYU}Ÿ²³ówtq888Q999888999888777aųagiqưyív}¯ʼó;;;{999-999 888999 9997HHGȿ߷dd~vDZyůxǵƶ^пjhe888K999999999999888Ohfc˿Ϳusvʾsutrqpmkjjijka^999k999#888999888 999%777c~ȺпѿѿпоϾϽμλͺ̹˸ʷı@@@}9995888 777666888 999-<<F?F@F@F?E>C<~A:x;4srkɼ¶@AA999M999999999999999=777ij²ϽTLKDNGOHNGLFUNjC={kiURXVYVYVXUVSSP~{Ÿ²~{666o9991999999999 999#999YTUT³ó²п|uIBLEKEYSĭzļHB_YħWTZVYVYTVQϽ²ķ>>>999G9999999999999995666wijóóag~gdZXXVa_WUE@jö»TQ[WZWXT}õɹμ²Ĵkjh888c999'999 999999999G??@ǹóó²nijcƿXTSPüVT][TQoĭƿURZWZWTPöĵó²óó6669999999999999999#888[_^^ôóó±ekjķƿVRSP\Z^\^][XζnrSQ[WZWROɻȺǹŵóóó˼CCD999K999999999 999/666qijóó²ckgSPSP^]]\_]^\XWvvtUR[XZW^Z¶˽ɺƷóóóĴcbb888]999#999999999999;666óóóócjkøSPSPXW^]_^^]\[ƺsxuXU[XZVxtȻ̿ʻǸĴóóij666o999-999 999999999E>??ǹóóóĴdkoǼWTTQzx]\_^_]kj][XVoxtZX\YXUĻ˿ʽǹŵóóó556}9997999999999999OKLLóóóŵfkob_USYW^]_]YXutYXusĸqpZX[XUR˽ȹŶóóó99:999?999333999999999WYYXĴóóóŶkkksqWT\Z_^^]jiVUcbmnʰQM]\[XTQø˾ɺƶóóóɺ?@@999E999333999999!888[ccbĴóóĴƷ|khWUa`^\_][ZjhVUfF@RN][[XǼ̾ɻƷóóóξEEF999K999333999999#888]ihgĴóóĴǸƷjhϽWT}YX^]^][ZWVvuJDLGSPol̿ɻƷóóóHII999M999333999999#888]ihgĴóóĴǸɻfkŷȿTRpmon^\_^]\_^VTNHOIHB̿ɻƷóóóϿHHI999M999333999999!888[bbaĴóóĴƸɻsksǽSPc`WV^]^]XWXW{tPINHGBƾ̾ɻƷóóó;DEF999I999333999999999UWWWôóóóƷʻ«hiνURYW][_]^\mlXVYWaZOILFTQĺ˾ɺŶóóóȺ>??999E999333999999999MJJKóóóƷɺʽrl~]ZTRXV^\^]ZXXWOILFXVTRĺ˽ȹŶóóó889999?999333999999999C===ƸóóóŶȹ˽ͻgiɿkhSP[Y^\]\\[HDSMF@US\ZZWǼʼǹĵóóó555{99959999999999666óóóĵǹʼ̿³kj~US\Z][^[\ZZTICNJ]\[Xfcʿ̿ʻƸĴóóĴ666m999-999 999 999-666mĴóóĴƸʻ̾lyLHROYV][XVʽKEic][[YZWwt˾ɺƷóóóĴ_^]888[999#999999999!888Y[[ZôóóóŶɺŵvmmHBztXRNHMGKFdajJDMHlj\Y\YZW˿ʼǹŵóóóɻAAA999I999999999999999E<==öóó²wdiif`IBQJRKRLRKKEyqǺnh[Y\Y]Z\YZVǽĹ˾˽ɺƷijóóij555{99979999999999999991666sĴò˾¬ahifHBPJSLSLRLJDvruWU\Z]Z\YZV}zĺĹĶƷŵóóóôcba888_999%999 999999!999UNON`fig~NJLFNHOIOIHCvwȸXV\Z\Z\YZWWS³ijóóó;;<999E999999999999999;666}Ŷ̿ahh}fbSOWT[Y[YVTROQMQMTQŹtîytռWUYW[W[WZWYVXTSOd`ν²óóĴvtr777k999/999 999999999 999#999YPPQaghla]`\c`hdjglimjnkmjigc`jgn­xȱztfc`^fchfljljkijgfc`^\Zɼòó<==999I9999999999999999666ycefcuDZyʲzŮw˺\ôhgf777g999-999999999999 999!999O@@AúͽiacbȽ̾kvůxƯyĭxsijǪæ˿ɼǹƹƸǹɼŧ__²777999A999999999999999/888e\\[÷İ|vsy{qstsrpmlkkkjjihhgd`]µCDD999U999%999 999888999999;666w~{x²Ĵ̿ɵʵ˵˵ʵʵʴʴɴɳȳȲȱDZưƯƯʽıZYY777g9991999777555888 999999G777ĴòɻŶönlj777s999;999888666999 999#999M999Ĵŵòwur666y999A999888 333666999999'999O999óȹϿoml666y999C999888 666777999999%999M777xvtϿ̽ķ[[[666s999A999999 555777999999#999E666uVVVɻEEE777g999;999888 555666999 9999999888a<==}Ϳlji888999W9991999888 666666888 999999+999K666sGHHͿ¶|yv>>?777i999C999%9998883332227779999999995999S666wDDEyvsķͿ娠hgf===666m999K999/999888 666777555888 999999!9995999M777i777JJKpnlŷ;µĶĶ´˽µݰ͐edcCDD666888a999G999/999999888333999999 999999999+999=999Q888c555u677<==DDEKKKNNNNNNIIJBCC:;;666666q888]999K9999999'999999 999888999999999 999999999'9991999;999C999I999M999Q999O999M999I999A9999999/999%999999999 999999999999999 999 999999999999999999999999999999999 999999999333333333333333333333333( 999999999999999999999999999999999999999999999999999999999999999999999999999 999 999 999 999999999999999999999999999999999999999999999 999 999 999999999999999999999999999999 999 999999999999999999999#999%999'999'999)999+999+999+999)999)999'999%999#999!999999999999999999999 999 999999999999999999999999 999 999999999999999#999'999+999/99959999999;999?999A999C999E999G999G999G999E999E999C999A999=999;99979993999-999)999%999999999999999 999 999999999999999999999999 999 999999999999!999'999-9995999;999A999G999M999S999Y999]999a999c999g999i999i999k999k999i999g999e999c999_999[999U999Q999K999E999?99979991999+999%999999999999999 999999999999999999999 999999999999!999)99919999999A999K999S999[999c999k888s666{555333333333333444455455455445344333333333444555777w888o999g999_999W999O999G999=9995999-999%999999999999 999 999999888999999999 999999999999%999/9999999C999M999Y999c999o666{444333455:;;DEFOPQ[\]hhiqqq{zz~~}vvvmmmbccUVWJKL?@@778334333555888u999i999]999S999G999=9993999)999!999999999 999 999888777555999999 999999999999'9993999?999K999W999e888q555233566ABCTUVnnnƻµĶŶŶŶŶŶĶõʾ·Ӹǧ{zz`abJKL:;<333333777y999k999]999Q999E9999999-999#999999999 999 888333333888999 999999999999)9995999A999O999_999m666333778JKLiij¸ŷƶƵƵŴŴĴĴĴijijijĴĴĴŴŴŵƵƶƶĶʽݸǝzzyYZ[??@334444888u999e999W999I999;999/999#999999999 999666222222777999 999 999999999'9993999A999Q999a888s444444DEFhiiƶƶŵŴijóóóóóóóóóóóóóóóóóóóóĴŴƵƶöĹӦ}}|TUV9::333666}999k999Y999I999;999-999!999999999 999444444999999 999999999#9991999?999O999a888u333677RST̿ƶƵŴijóóóóóóóóóóóóóóóóóóóóóóóóóóóóĴŴƶĶ͙hijABC333666999k999Y999G9997999+999999999 999 888333222777999 999 999999999+999;999K999_999s444777WXYĶƶŴijóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóĴƵƶ˿ݩrssCDD233776999i999U999C9993999%999999999 999333222999999 999999999%9993999C999W999m555555TUVŵŴó²óóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóŴǶ㪥ppq?@A222888w999a999M999;999+999999999 999 666666111999999 999999999+999;999M999c777{333GHI~ôŵĵĵĵôҿҿóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóŴƶߢbcd888444999m999W999C9991999#999999999 888111333:::999 999999!999/999A999U999m44499:hiiȺҿóĴĴĴĴĴŴŵŵŵŵŵŵŴĴĴĴijijóóóóóóóóóóóóóóóŴƶƻӍKLM333877y999a999K9997999'999999999 999222555999 999999999#9993999G999]888w333JLLȽνĶĵͼó±ŵƶƶƶƷƷƷƷƷƷƷƷƶƶŶŵŵŵĴĴóóóóóóóóóóóóóóŴĶ񲬧kll788555999i999Q999=999+999999999 999333111666999 999999999'9997999K999c666555defôuZY\]]]]\[[\cs̺ĶĴǸǹǹǹȹȹȹǹǹǹǸǸǸǸƷƷƶŵŵĴĴóóóóóóóóóóóóijǵǼՊEFF333999q999W999A999/999999999 999333666999 999999999'9999999O999i555;<<|||ùògYbdeffffeeeec`\\oǺĶȺɻɺɻʻɻɻɺɺɺɺȺȹȹǹǸǸƷƶŵŵĴijóóóóóóóóóóóƴĶUVW333888w999]999E9991999!999999 999333555999 999999999)999;999S999m333DEFƵɻWbdfgggggggggfffeb[kîǹʻ˽˽˽˽˽˽˽ʼʼʻʻʻɺɺȺǹǸƷƷŶŵĴijóóóóóóóóóóŴƶghi444777}999_999G9991999!999999 999111555999 999999999)999;999S999o333MNOĶŴóYbdfggghhggggggggggb\ɻ˾̿̿̿̿̾̾̾̾˽˽˽ʼʼʻɺɺȹǹǸƷƶŵĴijóóóóóóóóóijƶtuu777777999a999G9991999!999999 999333444999999999999'999;999S999q222RSTŶĴóó̿Vbdefggggfca___`bfggf]|ʼͿ̿̾̾˾˽˽ʼʻɺȹǹǸƷŶŵĴóóóóóóóóóóƵȼ~~~899666999a999G9991999999999 888333222999999 999999'999;999S999o233UVWƶĴóóómW`cddc_]csƷ˾ʼó~f`gih^̿Ϳ̿̾˾˽ʼʻɺȹǹǸƷŵŵijóóóóóóóóóƵ˿݂99:666999a999E999/999999999 888222999999 999999#9997999Q999m333STUƶijóóóóóc^_boªĵefih]Ϳ̾̾˽ʼʻɺȹǸƷƶŵĴóóóóóóóóóƴ߁788777999_999C999-999999999 555888999 999999!9993999M999i333NOPƶĴóóóóóó²̿ʽʽ˾̿lgjflͿ̿̾˽ʼʻȺȹǸƷŵĴijóóóóóóóóƵ˾|||666888{999[999?999)999999999333777999 999999999/999G999e444EFGŶĴóóóóóóóijò±Ⱥ˽Ⱥɻ˾нgjk`Ϳ̾̾˽ʼɺȹǹƷƶŵijóóóóóóóóƵƻopq344888u999U999;999'999999 999444888999999999999+999A999_666<=>ĶŴóóóóóóóóĴŶƷƷŶƷǸȺʻ̾hle̾˽˽ʼɺȹǸƷŶĴij²±±±±±±ų`ab333999o999O9995999!999999 777999999 999999%999;999W888w566Ŵ³²²²²±òĴĵƷǸȹɺʼʼ˽̾̿Ƿfomp˿˾ʽȼǺǺǺǺǺǺǺǺȻ˾MMN444999g999I999/999999999 777999999 9999999993999O999o222ghiùŴ²ѿоϽμννξϾϾξϿµµ÷ķĸŹźǻȼʾmzvq==>666999]999A999)999999 999999999999999 999999-999E999c444MNOŵ²оͻȷƴò°ŹžͿjzeHw?¸Ǽnxzzz{{{{yyxuomkihffeeddddccbba`_```abbeʹzzz444888w999S9999999#999999 999999999 999999%999;999Y777};;<ĵòϾʸ̼ųȽxhrzL{?UȲ̸nejkllllkiec˿īʿƺĸ´öǻɽź}v\]^222999i999I999/9999999999999999999999999991999M999m333nop˾Ŵѿ˹ķĬeclozhEǺjpqrrqpllʯBCD666999]999?999'999999 999999999 999999)999A999_555KLMƵ²μöδmor|Ltnrssrpkʬξ˼|||444999q999O99939999999999999999999999999995999Q888u667ĶĴ²˹ĽüǵkylEεȷjrttsmžʿѽRTT444999c999C999)999999 999999999 999999+999C999c333Z[[Ƶó²ѿͼ?;70q<5t?8wC|H@IBJBJCKCKCKDKDIBG@HAF?}D={C8x@:yA:yC=|D>~D>G@GAGAGAGAG@G@G@F?D=~D=}B;{@9w?8v<5t92sB;x̺ô899888w999S9997999!9999999999999999999999997999S888w99:ƶijó²оνvr/(l?8vD=yG@|JBKCKDLELEMFNFNFNFNFMFMFLEMFKDIA|G?{E>z92t˫jpmŹQL=7vpmllj`Ķ60r=7v@:xB=yD>}D>E?F?F?F?F?F?F@F?F?F?E?E>E>D=D=|B;w?8u;4s+$k˹ò¸\]^333999e999C999+999999 999999999 999999)999C999e333]__ĹƵóó²ѿνpjc\OHA:xC<|KDMFNGOGOHPHPHOHOHNGNGLED=E?|UNg`wp|uǧikg?:zF?{c\p¥Ĩçsp^[NKGDMISPSPTQTQUQUQURTPSOSORNQMOKKGC?FAWSkgyt̺ŵ9::888w999S99959999999999999999999999995999Q888w9::ƶijóó²˹yrIAF?NGNGOHOHOHOHNGMGJCG@}wĶhdtpl@:zJCGA}ƪdоomSQ\Z][^\_\^\^\_]^\][]Z[YSQa_ͻŴĺ]^_333999c999C999)999999 999999999 999999'999A999a333YZ[¸Ƶóóó²˹üc[CJDA:~kkOLXUYUZVZVYVYUYTXSWRNItpνо²óƷ788888u999O9993999999999999999 9999991999M999q566ŶijóóóóĶ˿ӾjdA:ICJDKEKEJE@:̸Ż{¸QPKFHBF@c]bvtpSPZV[W[W[WZVZVYTTO`[νμ²óƵRST444999]999=999%999999 999999999999#999;999[555JKLƵóóóóóѿYZbgpѻXTPMXV[Z\ZYXa_}TS\ZJFIBF@ľʰehOKYV[W[X[W[WZVXTMHƻĶŶǶɷμѿ²óĴĶ~444999m999I999-999999 999999999 999999+999E999g333rrrµŴóóóóóѿȻ[eedaYYRQ[Z[YZXSQ|yſĿ\ZWU_^ZYID?:skhQMYV[W[X[XZWYUWSQMǷ̼ξп²²óóƶBCD666}999U9997999999999999999 9999993999Q888u;;<ƶóóóóó²Ĵ_hijifYaNKWTYUYUOKǿPN[Y[Ya`YVD>YSµgqiȼúROYVZW[X[XZWYUSOgcƼ˽ôôó²²óóóóŴʽbcc333999a999A999'999999999999999999#999;999[444RSTƵóóóóó±ʽrciklkekĻVSWSYVYVNK}TR\Z][][a`UR?9ӼiqrkȴQNYVZW[X[X[WYUNJɺöƸǸƷŵĴóóóóóijŶ566999o999K999/999999 999999999 999999)999E999g333sssµĴóóóóógfjllkbïb_UQYUYVNKĽ[YZX][^\^\^\a`IFwqltsnļOMYV[W[X[WZVXULHǹɺȺǸƶĵóóóóóóƶCDE666{999U9995999999999999999 9999991999M888s899ƶóóóóóóbgjllgxƾȽroROXUXUNKƿPN\Z]\^]_]^\]\]\RO¦gsursžNLYV[X[X[XZWWTPMöķɻʼɻǹƷŵijóóóóóŴƻ[\]333999_999=999%9999999999999999997999W666HIIƵóóóóóijϾ`hkllcȺ·ȽOLXUXUNKutUT][^]_]_]^]][]\SRqpvwp{žOLZW[X[X[XYVUR^ZƽȻƺʽ˽ʻȹǸŶĴóóóóóĴĶ{{{334999i999E999+999999 999999999%999=999_333_`aɽŴóóóóóĴʷ^hkkkcѿĹǽNJXUYVNKVT[Y^\^]_^_^_^^\\ZWVvujuxwnžQNZW[X[X[XYVQNuqȽ̿ȼ˾̾ʼɺǸƶĴóóóóóóƶ9:;888s999M9991999999 999999999999)999E999g333zyyĶĴóóóóóŴ²ɶ^ijkjjǼȽNKYVYVNKQP][^]_]_^_^_^_]]\ZYVVιiswxwlomTQ[X\Y[X[WYVNJŹ÷˾Ϳ̾˽ɺȹƷŵijóóóóóƵGHH666}999U9997999999 999999999 999999/999K888o778ƶóóóóóóŵ²ɶ^ijliqʿɾPMXUXUNLhgXV]\_]_^`^`^_^^]]\\[PO}mvyyvh^\WT[X\Y[Y[WYVNJĸƺ̿̿˽ʻȹǸŵĴóóóóóƴźYZZ333999]999;999#999999999999 9999993999Q777w?@Aƶóóóóóijŵóʶ_iklhwURWTXUOMQP][^]_^`^`^_^^]ZY^\][XW_]Ⱦguxywq^óTRYW[Y\Y\Y[XXUSOǻȽͿ˾ʼȺǸƶĴóóóóóŴlmm333999c999A999'999999999999 9999997999W555LMNƵóóóóóijŵôͻ`iklhxù^[URXVQO~{TR^\^]_^_^_^^]a`\Z][[ZOMppwyxrcOLZX\Y\Y\YZWVRa]˾ʾ̾ʽɺǸƶĴóóóóóĴŶ󂁀445999i999G999+999999999999999#999;999]333Z[\ƺŴóóóóóĴƶĴbiklgxƼjgSPXVSPsp[Z[Y^\_^_^_^^]XV|zutVU[ZUSrpguxwriҾNLZX\Y\Y\YZWROuq·̾˽ɺǹƷŵóóóóóóƶ889888o999K999/999999 999999999%999?999a333hiiŴóóóóóĴƶĵehklhwȿļ{xQNXVTQjhQP][^]_^_^_]^\SRRQ[ZZYSQeqvvorVUZX[Y\Y[XZWOLǽƻ̿˽ʻȹƷŵijóóóóóǶ=>?777u999O9991999999 333999999999'999C999e333vuuöĴóóóóóĴƷŶlgkliqNLXVUSb`kjXV^\_^_^_^^]ZYedkjVUZYQPettm~\WVT_][X\Y[XZWNKǼɾ̿˽ʻȹǸŵijóóóóóƵDEF666{999S9993999999 333999999999)999E999i444ŶĴóóóóóŵƷƷxdkljkNKXVWTZXRP][^]_^_^_]^]RQPNZYXW[ZqlrhLFID^]_^[X[XYVQNȽ˿Ϳ˽ʻȺǸŶĴóóóóóƵKLM555999U9997999999 333999999999+999G999k566ƶijóóóóóŵƷǸɻbjlkgNKXVWUUS~TS^\^]_^_^^]\[WVcaWVZYONlleʾE?HBNJ__^\ZWXUZWͿ˾ʼȺǸŶĴóóóóóƵQRS444999Y9999999999 333999 999999-999I888m677ƶijóóóóóŵƷȹǸʽ`kllc˷¹RPWUXVQOWV[Z^\_^_^_]^]UT|{PNZYVUigĽfbʲBNHMHJESO`_RO~zǼ̾ʼɺǸƶĴóóóóóŴźZ[\333999[999;999!999333999 999999-999K888o899ƶóóóóóijŵƷȹǸngllgǽecUQXVOL½a_ZX^\_^_^_^^]XXgfQPZYSR{ytnGAOIOIMGICSPTSȾɿ̾ʼɺǸƶĴóóóóóŴƻ\]^333999]999;999!999333999 999999-999K888o899ƶóóóóóijŵƷȹɺ˾clljnǿtqROXVOLPO][^]_^_^_]]\QPUSYXYXUS_YKEPJPJNHKEFAJHȽ̾ʼɺǸƶĴóóóóóŴƻ[\]333999]999;999!999333999 999999-999K888o788ƶóóóóóóŵƷȹʻǹɵ`klldͺļPMXVPMmlWV^\_]_^_^^][ZYX}RQZYPOPJNHQJPJOIKFE?GCɿ̾ʼɺǸƶĴóóóóóŴĹYZ[333999[999;999!999333999999999+999I888m677ƶijóóóóóŵƷȹʻȺngkle¹NKXVRPzxQP][^]_^_^_]]\TSQOZYXW\[GAPIQJPJOHKEC=TQ̾ʼɺǸƶĴóóóóóŵ¸UVW444999[9999999!999333999999999+999G999k556ƶijóóóóóŵƷǹɻ˼˾´akljn¹NKXUTQmj|{TS][^]_^_^^]]\RQomUTZYONE>PJPJOJMGHBIEnmǿĺͿ˾ʼȺǸŶĴóóóóóƵPQR555999W9997999999 333999999999)999E999g344~~}ĶĴóóóóóŴƷǹɺ˽Ⱥfilldĭ¹PNXUUSb`US[Z^\_^_^_^^\XWkiONZXVTgeE>PIPINHJEMHUT~ǽͿ˽ʻȺǸŶĴóóóóóƵIJK555}999U9995999999 333999999999'999A999e333rrrµĴóóóóóĴƶǸɺ˽˽bklizVSWTWUYVRP][^]_]_^^]]\QPa`WUYWNMoiHAOIOILFLH\[RPɾʿ̿˽ʻȹƷŵijóóóóóƶBCD666y999S9993999999 333999999999%999?999_333eef̿ŴóóóóóĴƶǸɺʼ̾ɻfilldȴù`]URWUSQZXZX]\_]_]_]^\[Y[ZONYXWVqo[UJDNHLGKG\[^]MJȾ̿˽ʻȹƷŵijóóóóóƶ<<=777s999O9991999999 333999999999!999;999[444VWXøŵóóóóóĴŶǸȺʻ˾˾´alliwžmjSPXVOMPO\[^\^]_]^]^\SRUS[[WU?;}MGLELFKEZY`_XVPMɾ̾˽ɺǹƷŵóóóóóijƶ678888o999I999-999999 999999 9999997999U555}HIJƵóóóóóijŵƷȹʻ˽̿ʽpfllcŹü~{PMXUNLb`XV][^]^]^]^]\[RQRQID?:~ysD>KEIDWUaaZXXUXU̾ʼɺǸƶĴóóóóóĴĶ}|{334999g999E999)999999999999 9999991999O777u==>ƶóóóóóóŵƷǹɺ˽̾̿˷bklkiNKXUOLPN\Z]\^\^]^]]\WUnmA=GAICLFA;ICTQab\ZZWVSc`øͿ˽ʻȺǸŶĴóóóóóŴghh333999a999?999%999999999 999999-999I888m667ƶijóóóóóĴƶǸɺʼ̾̿blmfuLJWTOMljVT\Z^\^\^\^\\[PNUOF@LFC={@:QMaa][[X[XTQroûź̿˽ʻȹƷŵijóóóóóƵTUV444999[999;999!999999999999999'999C999e333sssµĴóóóóóĴŶǸȺʻ˽̿̾ygnmb}PNZXTSxwRP\Z][][^[^[][ZX][A;~MGJDZSgaHC__^][Y\Y[XQNɿǼ̾˽ɺǹƷŵóóóóóóƶBDE666{999S9995999999 999999999999#999=999]333YZ[źƴóóóóóijŵƷȹʻ˽̿˿nlnkYƼSPVSSQgfvtUT^]a`a``_^\\ZQOICLFNHD>VR[Y_^[Y\Y[XZWOLǽȽͿ˾ʼɺǸƶĴóóóóóóƶ788888q999K999/999999 999999999 9999995999U666{CDEƶóóóóóóŵƷǹɺ˼̽ʼ˾mnl`IDD>E@LGB=JELGOKSPYW^]_^TSʾpjF?MGFAoi[Z_][Y\Y\Y[XZWNKƼȾ̿˽ʻȹǸŶĴóóóóóĴõttt333999g999C999)999999 999999 999999/999K888o677ƶijóóóóóĴŶǸȹǸȺɱǷpnlc|YSE?JDJDysF@MGMGMGKEJEJFJGrqseBOHQJQJQJRLRLRLRLQJOIJDOIµltlyy>8QMa`\Z\Z]Z]Z\Y\Y[XYUTPĹ˿Ϳ˽˽ʻȹƷŵijóóóóóĴĶ~444999k999I999-999999 999999999 9999991999M888q788ƶijóóóóȺy\chiijie`cj{TdzC=OHQJQJSLSMSMSMSMRLPJF@yslvuqfϷEA^]][\Y]Z^[]Z]Z\Y[WYUTPʾƺɼʽʽʼɺȹǸƶŴóóóóóóƴùXYZ333999_999?999%999999999999 999999)999C999e333efg˾ŴóóóƸȵa^ghjiic^sǿľCȹ¿ͺmvwvrbmlXW[X\Z]Z^[][]Z\Y[XYUPM¿ǹķƹȹȹǸǷŵĴóóóóóóƶ<=>777y999S9995999999999999999999!9997999W666}BCDƶóóò̺]aghiih`o¯D>MGOIQJRLSLSLSMSLRKPJGAǷptwwulgPM\Y]Z]Z^[]Z]Z\Y\XYVOKĹĶŷƷŶŵóóóóóóĴµrrr333999i999G999+999999 999999999 999999-999I999m344}}|ĶĴói^ehijia}vrE?JDMGNHPJQJQKQKQKPJOHD>wrxxwpVT[X]Z]Z][]Z]Z\Y[XZWWTYUôŵŵĴóóóóóóƵIJK555999[999;999#999999999999999 999999%999=999]444NPPƵóȺXdfhjien[YVUZYQMKFJEKFMGNHNHNHNHLGD?icowyíyu{WU[Y\Z\Z]Z\Z\Y\Y[XZWZVTP]YпôijóóóóóóĴŶ񄃃455999o999M9991999999 9999999999999991999M999q566Ŷòŷz]egiii`³kgQMNJUQYV][`_]\WUQNMHKFJEJDJDICHCB=]Zmwxįyįyq̼ecPNZW[X\Y\Y\Y\Y\Y[X[XZWYUYUTPNJhdν²óóóóóóóƵQRS444999_999?999'999999 999999999 999999'999A999_444QRSijɼo_fgiih_ȺIFKHKHPLVRWTXTXUXUYV[Y]\_^^]\ZZXYWYVYVZX[ZWVNMWUjvxįyưzůypƥTSJHROXUYVYWZVZWZWZVYVYVYVXUXTWSVSUQOKHDIDFA˻ϽóóóóóĴĶ󇆆566999s999O99939999999999999999999999993999O999s555ôʼp_egiih`C?OKOKOKOLPLPLPMPMPLOLOLPMPNRORQSQTRSRSQQOQNQMOLʸfswĮyDZzȱzƯyoţNLTRTSTSUSUSUSTSTRTRSRSRSQSQSQSQSQRQRQRPSPFE³óóóóƵPQR444999a999A999'999999 999999999 999999'999?999_444MNOǸ\eghhhebfcnktqvsyu}}}zxurohekvíxưyɲ{ɲzưyq̼b_jgqntq{x|y~{~{{xxuromjc`vsµóòóóĴõ뀀455999q999O99939999999999999999999999999991999M999o334wwx̿­Wdfgggf^rsqwŰyɲzʳzʲzǰyt{{{MkóóǶFHH555999]999?999'999999 999999999 999999%999=999[666ABBxZdffgfd\ku¬xDZzɲzʳ{ʳ{ȱyĮxoȷŶZ^[óŴʾmnn233999m999K9991999999999999999999999999999/999G999i333]^_pXbeeedb^ҿdqu¬xưyȱyȱzȱzǰyĮxumIJij[``^ijŶ:;;777{999W999;999%999999 999999999 999999#9997999S888u566^Z`ccchbfvxrjĽļŽļŽŽžƿǿøfruwíxĮyĮyĮyíx¬wvtnp}{wuqpolkkkkjjmnoruz{i\bb`^ƶOPQ444999c999E999+999999 999999999999999 999999)999A999_666ABB³o_Y\bca]\ZTxtosvvwwwwvuusqnllkkkkkkkjjjiihghggfggccc`_ñȽkll233999o999O9995999999999 999999999 999999999/999I999g333UVW±ŷïŸɾȽenppqqqqqpppoonmmmllllllkkkjjjiiiiig`_^\[눇778777{999Y999;999%999999 999999999 999999#9997999Q999q333jkkŻųҿ²ʽ~~~~~}}}|||{{{zzzyppokôABB555999a999C999+999999999777777999999 999999'999=999Y888y566~~~ŴòѿƸNPQ333999g999K9991999999999 666555999999999999+999C999_666:;;µŴóóòƷȻɼɼʽɺZ[\333999m999O9997999#999999 888666999 999999999/999G999c555@AAĶŴóóóȺ±ųefg333999s999U999;999%999999 999222666888999 999999!9993999K999g554CDDĶŴó±̿ijóóƵijk333888w999W999=999)999999999333222999999 999999#9995999M999i444DEEöŴóó̿±ijƵjkk444888y999Y999A999+999999999 666111999999 999999#9997999M999i444ABCŴ²ʻòijƶefg333888y999[999A999-999999999 777444999999 999999%9997999M999g555>>?˿Ƶ±ŶijŶ\]^333888w999Y999A999-999999999 888666555999999999999%9995999K999e655899wwxƵòǸijö렝PQR222999s999Y999A999-999999999 999111555999999 999999#9995999I999a777}444bcdŶijȸųʾًBCD333999o999U999?999+999999999 999222555999999 999999!9991999E999[888w222MNOͿųǷĵnop999555999i999Q999;999)999999999 999222444999999 999999999/999A999U999m444;<=uuvôʺƴ˾ݙSTU223777{999a999K9997999'999999999 888222444999999 999999999+999;999O999e777}333QRSǻŵʺ³ﳬqqr<<=444999q999Y999C9993999#999999999 777555111999999 999999999%9995999G999Y999q4449::fggͿȷͽĵɆKLM333777}999e999O999=999-999999999 999666222888999 999999999!999-999=999O999c777y333ABCpqqͿǸ̼ĵ͎UVX666555999o999Y999E9995999'999999999 999333555999999 999999999'9993999C999U999i666233CDEqqrȻŶ̼ȸ빱njWXY778333888s999_999M999;999-999!999999999 888222222888999 999999999999+9999999I999Y999k666333?@Acdeƶ˻ȸôǻ٨{zzOPQ667333888u999a999Q999A9991999%999999999 999555777999555999999 999999999#999-999;999I999Y999i777{333788OPQtttͿĴǶʺο˼ȷŵ´ƺ׮`abABB333444888s999a999Q999A9995999'999999999 999 888222222777999 999 999999999#999/999;999G999U999e888s554333:;?EFGNOPUVW]^_ccdggggggggheef`abYZ[RSTJKLABB:;;556333333555888u999i999_999U999K999A9997999-999%999999999999 999999777999999999999 999999999999#999+9993999;999C999K999S999[999a999i888o777u666{555444333333333333333333333333444555777y888s999k999e999_999W999O999G999?9997999/999'999999999999 999 999999999999999999999 999 999999999999!999'999/9995999;999?999E999K999O999S999W999[999]999_999a999a999a999_999_999[999Y999U999Q999M999I999C999=99979991999+999%999999999999999 999999999999999999999 999 999999999999999!999%999)999-999199959997999;999;999=999?999?999?999=999=999;999999979993999/999+999'999#999999999999999999 999 999999999999999999999999 999 999999999999999999999999!999#999#999%999%999%999#999#999!999999999999999999999999999 999 999999999999999999999999999999 999 999 999 999999999999999999999999999999 999 999 999 999 999999999999999333333333333333333333333333333333333333333333333wxmaxima-Version-18.02.0/data/winrc/wxmac-doc.ico000066400000000000000000004216561324204105000215560ustar00rootroot00000000000000 hv  f00 %@@ (BD`` ކ ((  ,,,,,,,,,,ǽòĵŵŸµżļ¼±˻߰ݯƾô˻ܰۯ~zɿheٰٯɿǺ̯԰ľӰˇҰˎϰˎ!?(0 MĦçMxyyzyzyzyÿzyǶõ³ȺǾzzƹ̽Ŷ¯ŵ̿ɸzzŽ{zµmjĻvrĻ{zɹ¶ʺ{z˽nmyt´ɺ{zõxu]Yξ{z]Xƻ_\˽{zÿyzǿtzºBz z{| { xВϱ( @ JSSSSSSSSSSSSSSSSSSSSJ]^_`_`_`_`_`_`_´п``dxȻƸĵп``ͼǻĵȷij̾ɹȹ``x½a`ͽebʿXUõa`´ȸYXqnп´a`˻ʻ|{Ż˻a`˻´{YXniŹ˻a`Ķ;°XTƺξŶa`ʻ{vOJ·yuUR˺a`b_UQ÷ķyw\Yʹa`}Żr|u``_aSaCCCa|||􉉉EaGbHbHbHbH\򈈈InƹB?(0` H!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!CbggggggggggggggggggggggggggggggbCjjj0mmm1ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3ggg4ddd3öµggg4ddd3¶ķѿξɻggg4ddd3ʽldo°Ÿŷͳѿbbb4ddd3̼ξòɹĴ~ɻ˿ʾȻŸ³поbbb4ddd3ȹʹʼ¶ƻıı̿ɽŹõôõbbb4ddd3ĸ¼ľȻtǾŶoªbbb4ddd3ʿphLEvp¸Dz}yȻc_RNe`¶bbb4ddd3ŷͻrdaXVXUʾοͼbbb4ddd3ʹ̻~xuXW]ZĸϽbbb4ddd3˺̼}ȼrp_^ustǽrpc`ƺ´νĶbbb4ddd3̻ͽŸa`~}`[heƺ´ν˻bbb4ddd3˻ξXVonVQnkƺ³̼ʻbbb4ddd3˺ͽɻqƺgfpoSNź̼ǹbbb4ddd3ȸ˻õVU_YURŸο˺bbb4___3ĵʹ˽ɽqrmTO_\ɿ}w^[SPù˻ʹbbb4___3ǸxzŻUPKErmVSSP̿ʹƶ]]]4___3²]he_\^[`]·tʽmj^[_\da¼ʹ]]]4___3rqŶoqîɽkǻZZZ3___3´ĸ÷ĸƺķUUU3___3ʾSSS1___3ºYYY+___3ž»RRR___3󙙙i]]]4 ]]]4 ]]]4ZZZ]]]4000]]]4 ]]]4ZZZXXX4 XXX4 XXX4KKKbbb/$ӡ}***^qrrrrrrrrrrrrrrrrrqf@;;; ?(@   ,455555555555555555555555555555555555555554, 9]oqqqqqqqqqqqqqqqqqqqqqqqqqqqrrrrrrrrrrrrro]9͞˟ɡǢɡǢɡǢɡǢɡǢɡǢɡǢɡǢɡǢɡǢɡǢǡƢǡţǡʽ³ò²²ó³ʼţƢȼȺǺĶţƢĺzcdj˾ʽŷŷŶĵó˽ţĢƸdaj}}cɽɽȻǺŷ´ѿѿãĢѿȺƵͿiǵ˾ɼǺĶооãĢ̽˺ɹɻĹƼtîîî˿ɾŹ÷µµƻãĢwlϷlk̾¤ĢPI}JCOGOHKDYSŵĸžjeLGNHOJNHICRMʿ¤âϾöƮKEKF_[¥˼ebXUTQͼ·âпμȺ`etq_]VUYVpXU]Y̼μâѾϽ´ea^YXVUzxuWTyvοϽѾâϽϾdð\Zec\Z[Yιp~daWTƸõϾϽȹμϾõcŴUSXVXWUSxqWVTQǿǻöϾμȺ˼ͼξʽbǿPN|{[ZnmsryKFTR¹ȼöϾͼ̼˼̻ξǹfƾQNXVXW]\ĹHCTQ¸Ǽöξ̻˼ʻ̻νǻsYWYX][dc~JEgcĹǻõͽ̻ʻŸ̻ͽ²cźjh[ZZXfdgaPLǼƺ´ͽ̻Ƹ˺˻ȼm}WVUTGAUQVTǼŸ˻˺̻ʹ̼ǼǷktoXSNJkiįxrhdYWSPŽƺµͽʹ̻˺ʹʾt_pJCNHJD~~QOXUROļʽͿ˻ʹ˺ba¶}IEKEGAoªYVXUURzw˽ʹʹȺ\_YV_\dacaa_ZXpu][_\b_b__\XUǽʺ˻s\o̾nrpɽν̺˸˷˸˺ìaǼǿǾwstpnlkjiiefȽƶͿø˾ŷǾȿĻƼȿƾ[[[C}}}tttrrruuuzzz999$999$777%777%666&777%777%000%000%000%000%///&===* ǓՑ} ??(`    "(+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+(" /@LRSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSRL@/ &E_pyzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz{{{{{{{{{{{{{{{{{{{zq`F'/0455656565656575757575757575757575757575·Źǹʏ75οõĴijó²²²óijĴõϿ75ƺ´ҿѿƺ76˼˽ƹɼ76Ƿyccdl}ŷʻȺĶĶŶĶĵĴô²ó86øƸ^dca_^^kǺǺǺǺƹƸŶĵ³ѿѿѿŹ86ɻҿõ^]buĵkaɼʽʽɼȻǺƹŷµѿѿѿѿʽ86̾ѿоɼĴ˿ȹa¯˾ʽȼƹŸõѿооҿ;86ƺҿνννϾõǻǺƺȼɼ˿įjʾȻƹķĶöŷ86ϽɸȸĶķɾ¹ĻŽǾǸf`ĺ86˼̻tjbǹhkhyͶѾѽѽѽѿҿνʿ86ʽͼ~̽gykhʰ|{uǻ86ò̻tnUNC<}JCLEMEJBIBc]yĦnӾd^ƹŸqmUQJFNKPKOKNJJDOJgb86ʼϾͻTMJCJDZSzxF@ѺWTXUWTSPwr̻˽86ϿϽƹj|SPSPǻ\[JFŸ^ZXTVSTP˿̺̿ͻ86Ͻμķadn[WURüRPWUVRǻl_]XUTPkgúɹϾνμϽ86ʻϽϽŸ}dhɿc`TQyxVT[ZQPйrrɸ]ZWTQN˿пϽϽ˼86ϾϽϽƹxds˿ûolSP`^[Y[ZWVxvo÷YVWTTPʾķ´ѿϽϽо96ѿϽϽǹxd|¹}{QNZX\Z\[ZX\[«kqsWUXU[W̿ƹõϽϽо96оμϽǺ}c|úOM{yZXZYsrRPvonVUWTgdǺķνμо96ŸоμϽǺbyĺMK^][ZZYb`nmIJl{|xVTWTxuǿĸǻķνμнŹ96ƹϽͼξŹ`qļMKVU[Z]\RRf`MIWUʿƻǻķνͼνǺ96ȹμ̻ͽµŴbhɸǿRPYWYXWVyxbausYSHCMIȽȽƻöͽ̻ͼȻ96ƹμ̻ͼϿwb´ZWtrTSZYSSRQPJJEGAɾȽƺöͽ̻ͼǹ96Ÿν̻ͼϿǽŹatgeigcaZXXVhgVTICHCROȾƺõ̼̻ͼƹ96ν̻ͼο̾vbĸ{x_]WVZXVTtrXVE?OL`^ĹȽŹõϿ̼̻ν:6ͼ˺˺ͽƻĸftĺVTxvWVXWdcEAidIFVThfĻźǻķν˺˺ͻ:7̻˺˺̼¶˿bRQYXXWWVQL_YWRTSTRvsƻƺöͽ˺˺̻:7ɹʹʹ˺̽ȾpeͼHCplKHRPWUF@ZXWTQNǼƹķͽ˻ʹʹɺ:7ʹʸʹķ˾{g_ź¼NHe^NHKDHC[VʼvƮPKZXWUWTPL¸÷ö̼ʺʹʹ:7ʺɸea]pž[TJDNHNHF@~þwhvrURXUWTOKķʻ̽˺ʹʹʹ:7ȸ˼]ad¶VPIBLFLFD>~nxƼVSWUWTSPkhƼɹʹʹʹɹ:7z_b~tqUROMMJJGJEGCWSopɼecSPSPRPROPLkgɻɸʹ̺:7w_audbfckgnkqnqoqonlhfywƾkqqgddajgnkolnllifd\YɿͿȷʻ:7__\unrrҾ`ĸʺ:7pb^xȿflnnlz~_[¶:7ɻ̾ɽǽŻŻƼuxxxvuttsrrqqpngsŻ:7ǶǶŻøƼ98Ŷ;ʻ³98ǸǼ²78÷ĺ48ĻǼ- 8ȿù# 8ʿȼs8¸ȽȽ¸+ 8tttZ9 9|||zzzzzz{{{|||333#9yyyrrrppppppqqqtttyyy~~~###9"""9222$9""":!!!:777%:""":!!!:000%:""";""";000%;""";""";***$;8!!!2000%)󄄄((( 챱rrr^{–~~~U  ??????????????????????????????????????????????????????????????????(    #&((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((&# (3;@BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB@;3( (<LX`dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd`XL<( 3Mapz{qbN4#<=#&AC&(CE((CE((CE((CE((CE((CE((CE((CF((CF((CF((CF((CF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DF((DG((DG((Dɽ´ɽG((DȽöŶǶƵŴĴijóóijĴŴƶƶŶöȼG((DźĵŴĴ²²ijŴĵźG((EɾǸƷôҿѾѾѿ±ĴŴȽG((Eÿ̾̾Ǻ²²²²ĴĴ¹G((EɵveddfmyðóõĶŶŶĶĵĵĴô²²ŴöH((EȺa]ccccba^^qɼɼƷǹǹǹǸǸƷŷŶĵó²òƶH((EļóŹòYbeeda___`_]ʾȼɼȼȼȼǻǺƹƸŷõ´ѿѿѿѿĴƼH((EɽĴҿѾ}X\_h}³ʽʽra^ʽ˿˾˾˾ʽɼȼȻǺƸĶö´ѿѿѿѿĴʿH((Eɽĵѿѿоķȼ¯d`ų˾˾ɼȼǺƹķõ³ѿѿѿѿĴʾH((EżĴѿѿѿѿ´ʾʽȼʼ˽̿̿a̿̾˾ʼȻǺƹĶôѿооон²żH((EóоμͼͼͼϽϾ´öŸƺǼɼʾjuʿʿʿʿH((E´ϼȷɺǷõ÷ȼºļŽƿɵwaKż~~}}}}}I((E¶ɹİripXлfkkhgɽտӽҽҼҼӽԾտλɺƾI((EijɸüǸm`rnqjͿž»I((Fĵѿʹd`72pE=wNFRJSKTLTLSLQJMFG@z=7umfϴlgǮd`ijeηa[:4rD>xIC~LENGNGNHNGMFKDHA|B;u5/nic̼I((FĺijϾʹohUNB;|HAKDLDLDLDF?JCga|uγd}=7x~x|Īɾvr\YIENJPMQLQMOKOKKFGC]YvqϽŻI((F²ѿϾʸQIG@KDKDF?^W^ú:4yVPuZWWTYVYVXUUR]Xĸ̺²I((FòϾϾ{õMHMIPLMJ̾ñùlkIEB[YYVNKž·ʾȻŸõϽμμƺJ((FƺѿͼͼξϿ`dŽNLRPRQ[Z[ZRQPORRj@9NKYWSQɿŻɾǼŸµпξͼͼѿǺK((FǺѿͼͼξпȽðafoɿýRPOL[YYW[ZYX^]pnKJƿqlE?IDLH_]ƽȾʾǼŸµпξͼͼѿȼK((Fǹо̻̻ͽϿõlecȹYVKIÿQO[Z[ZQQLKZX^XIDKFA;gdƼȾȽƻķ´Ͽͽ̻̻оƺK((Fźп̻̻ͼϿabǾcaJHecVU[ZZXTScbKJOILFKE?9}zȾɿȽƺķ´Ͽͽ̻̻оƹK((F÷ѿ̻̻ͽϿȿǸbdsqoIGPN[Y[ZUSrqKIcbHAKFHCHDʿȽƺͳϿ̼̻̻ѿĸL((F̻̻ͼϿõbbǼIGzxonTS[Y[YPOYWMLD=ICPLQOļĸʿǼźĶ³ξ̼̻̻L((F̻̻ͼξµɻddsIFljRQYX[YWV`_HF`[zA:MIZXQOȿĺʿǼŹĶξ̼̻̻L((Gп˺˺˺ͽο´µ_bIF`^}RPYXYXQPA<~B<}e_DAXXVSXVƼƻȽǺķ³Ͽͼ˺˺˺ϽL((Gͽ̻˺˺̼ξöƺ}caNLXXVTYXZXXWTRZU?9~wqWQTTXWTQc`źǼǼƹöξ̼˺˺̻ξL((GȺμʹʹ˺̼ο¶tciJEGD|HERPVUSRtsƿ@:~OI[YXVWTQNolĹǻƺöοͽ˺ʹʹͼȺL((GϾʹʹ˺˻ͽijqed̹PJBpJDC>ig[YWUWTOLzxĸƺƹöξ̼ʺʹʹѿL((Gνʹʹʸ;Źs``c`Vɿa[G@QJMGNHNHICQKñieƯlfHEWUWUXUWTOK¶Ķµͽ˻ʹʹʹϽL((GȺ̻ɸ̻~Z_a]nŶuoE>LFOIOINIE?ztĺoocQOWTYVXVWTNJ{¶Ⱥ̻̽̽˺ʹʹ̺ɺL((GϽɹzXbc`lgCVPlqq͹ZXVSXUWUWTVSPLjfŵʺʹʹ̺̼M((GɽXbc]YULIEAJFNKPNPNNLLJKIKIJGKJjrp|\[IGOLQNQNPMOMOLOKJGGDQMwtǹɷʹʹϽM((GŻVab\ighenkrntqxuxvywzxywvsqoeb¯dqsqwkhgdmjqntqvsvsustqpmjh^[Ƚøȷ˺˼M((Gʽa[a`[ɿ}krssms^ɽʹνM'(HžbV\Z_ǿƹbprssonŸȲŮªɾǽǼƼŻƼȽŭªxV_÷νŹM'(Hƽȼqb`[]Xǽ»üžǽhjlmmmjddb``__^]\]^_^WY\Ź;M'(HξĺǾƺɼƹƸʾv{{{{{zzyyxxxwwvvuttmh}M'(H˸ƵȸǽǼM'(IͻȶĹøŴʹM&(I˺̽ȹȶM&(I˺Ź̿ŴK$(IʻøH"(Iƺʾ|}}C(I̿Ⱦö< (I̿ɿŹ{{|1(Jƺƻ··|}~#(J÷̿ĸĸʽ999C(J! (K+(K###A(KXXXZ(L~~~yyywwwvvvvvvvvvyyy{{{~~~[[[Z(L~~~xxxssspppooooooqqqtttuuuzzz~~~ZZZ[(Lzzzyyy[[[\(LYYY\(L\\\^(LWWW^(MWWW^(M[[[_(MZZZ`(MTTTa(NVVV_(NUUU`(NVVV_(OUUU`(ORRR`(ORRR`(OSSS_(ORRR`(OSSS_(OLLL^(OMMM`(ONNN_&MMMM`#JLLLaB___q 9KKK_/= !󺺺Ӎ> #056777777777777777777777777777777777777777777777777640' ????wxmaxima-Version-18.02.0/data/winrc/wxmaxima.manifest000066400000000000000000000011261324204105000225450ustar00rootroot00000000000000 true system wxMaxima wxmaxima-Version-18.02.0/data/wxMaxima.appdata.xml000066400000000000000000000047301324204105000217720ustar00rootroot00000000000000 wxMaxima.desktop CC0-1.0 GPL-2.0+ wxMaxima

    A graphical user interface for maxima being a powerful computer algebra system

    wxMaxima is a graphical user interface for the computer algebra system Maxima: a program that solves mathematical problems by manipulating equations (and outputting the resulting formula), instead of just calculating a number. wxMaxima eases the use of Maxima by making most of its commands available through a menu system and by providing input dialogs for commands that require more than one argument. It also implements its own display engine that outputs mathematical symbols directly instead of depicting them with ASCII characters.

    wxMaxima also features 2D and 3D inline plots, simple animations, mixing of text and mathematical calculations to create documents, exporting of input and output to TeX, document structuring and a browser for Maxima's manual including command index and full text searching.

    http://andrejv.github.io/wxmaxima/images/linux_1.jpg An example of a plot embedded in a work sheet http://andrejv.github.io/wxmaxima/images/linux_2.jpg Another example of a plot embedded in a work sheet http://andrejv.github.io/wxmaxima/images/linux_3.jpg wxMaxima provides wizards for the most important functions if maxima http://andrejv.github.io/wxmaxima/images/mac_1.jpg A screenshot of the advanced autocompletion feature http://andrejv.github.io/wxmaxima/images/mac_2.jpg wxMaxima allows for extensive documentation of the formula http://andrejv.github.io/wxmaxima/images/windows_1.jpg wxMaxima provides sidepanes for the most important functions http://andrejv.github.io/wxmaxima/ wxmaxima-Version-18.02.0/data/wxMaxima.desktop000066400000000000000000000027261324204105000212350ustar00rootroot00000000000000[Desktop Entry] Encoding=UTF-8 Name=wxMaxima GenericName=GUI for Maxima GenericName[de]=Eine grafische Oberfläche für Maxima GenericName[it]=Un'interfaccia grafica per Maxima GenericName[ru]=Графический интерфейс для Maxima GenericName[uk]=Графічний інтерфейс до Maxima Comment=A graphical user interface that allows symbolic and numeric calculations using Maxima Comment[de]=Eine grafische Oberfläche für Maxima, einem Programm für symbolische und numerische Berechnungen Comment[it]=Un'interfaccia grafica che permette all'utente di effettuare calcoli numerici e simbolici usando Maxima Comment[ru]=Графический интерфейс для символьных и числовых вычислений с помощью Maxima Comment[uk]=Графічний інтерфейс для символічних та числових обчислень за допомогою Maxima X-GNOME-FullName=wxMaxima - GUI for Maxima X-GNOME-FullName[it]=wxMaxima - un'interfaccia grafica per Maxima X-GNOME-FullName[de]=wxMaxima - GUI für Maxima X-GNOME-FullName[ru]=wxMaxima - графический интерфейс для Maxima X-GNOME-FullName[uk]=wxMaxima — графічний інтерфейс до Maxima Exec=wxmaxima %f Icon=wxmaxima Type=Application Categories=Education;Math;Science; MimeType=text/x-wxmaxima-batch;text/x-wxmathml;text/x-maximasession;text/x-maxima-out; Keywords=maths;cas;algebra;education;engineering;physics; wxmaxima-Version-18.02.0/data/wxMaxima.key.enc000066400000000000000000000032201324204105000211060ustar00rootroot00000000000000lVL}-DrEMgjWH}q7ԝuX# N2QtYj8[(0)?O\ݹu|EmaiLvی:jR3UMMظrHP<0SVO_|ЧoL{:n}e_(R2ۇîS\I!$\:!(h' (HǍ;a018,,+}kZfS4_nRH_>TSMXSea+@n(w}wKxWlqC%pc9bPBGb*'~CG[e>8!N\3u]Ȕ$fFm'LOg\gTzpHvFϢ8l#n%]X!~<_m<{KrCX\gKRO@P h/_T`xj. 1lӕA^mvtDc%6xhI^46]!g_jimTce XT^e)q"v@ PG;3XORmP;+Nv3;5WǷ7GMz="J -=%$hGo" GR*"7L鼇|*|m1@ pҊ2>Ya_vB޵:hcЇor2?x@53/;gF 4y2=v*8nYtuW@Gܭ\qS/q>N/fYLX1lm$DpJy)fO|K ¬Qyl8=t3Ookά9p4C0.[ E.BI` ̡ m+B]^x1t~9]CI@ȠíW;BXw֍@Ĭ3t$wO)+H]F]CWŞ_(5}'y cdz/FQ" 7ɰҔ) ǕjKfFW/ P2ŭp{GM"E3,!r6Ze.}%WP 9IP6!(c}0IC)W;ѿN@V'!S7sb*GJ->.$6qRUbnF8Q2{JWǡIIxxmnXg߬ )JKU2"R(T'i(8պ# r"6&ᰱ3}=u s]"0!G  {L0D,,"&[8!}.<' Qظ@Z⡄ϭ\bU0h8sn붃KI?GKz}7|ArvǗáhL a"RQsu3bK~oZ (٧崂"1}eE8b0#Aʩ:$$ssR ؗ0zZ1@uc{>QcGORy{ RU&pPGD7OdIG։ `w֫"u鿧#yZ̠&U~rj<) AT^wxmaxima-Version-18.02.0/data/wxmathml.lisp.in000066400000000000000000002042741324204105000212100ustar00rootroot00000000000000;; wxMaxima xml format (based on David Drysdale MathML printing) ;; Andrej Vodopivec, 2004-2014 ;; Gunter Königsmann, 2014-2018 ;; MathML-printing ;; Created by David Drysdale (DMD), December 2002/January 2003 ;; ;; closely based on the original TeX conversion code in mactex.lisp, ;; for which the following credits apply: ;; (c) copyright 1987, Richard J. Fateman ;; small corrections and additions: Andrey Grozin, 2001 ;; additional additions: Judah Milgram (JM), September 2001 ;; additional corrections: Barton Willis (BLW), October 2001 ;; Method: ;; Producing wxml from a Maxima internal expression is done by ;; a reversal of the parsing process. Fundamentally, a ;; traversal of the expression tree is produced by the program, ;; with appropriate substitutions and recognition of the ;; infix / prefix / postfix / matchfix relations on symbols. Various ;; changes are made to this so that MathML will like the results. ;; This is necessary to make file and directory names that contain special characters ;; work under windows. #+sbcl (setf sb-impl::*default-external-format* :UTF-8) (in-package :maxima) (declare-top (special lop rop $inchar) (*expr wxxml-lbp wxxml-rbp)) ;; A few variables whose value can be configured from wxMaxima (defvar $wxfilename "" "The filename of the current wxMaxima worksheet") (defvar $wxdirname "" "The directory the current wxMaxima worksheet lies in") (defvar $wxanimate_autoplay nil "Automatically playback new animations?") (defvar wxArtDir "" "The location wxMaxima looks for icons and images in") (defvar wxUserConfDir "" "The location wxMaxima looks for maxima's config files in") (defvar wxHelpDir "" "The location wxMaxima searches for help files in") (defvar wxMaximaLispLocation "" "The location wxMaxima searches for lisp files in") (defvar $wxplot_size '((mlist simp) 800 600) "The size of new plots") (defvar $wxchangedir t "Change the PWD of maxima to the current document's path?") (defvar $wxsubscripts t "Recognize TeX-style subscripts") (defvar $wxplot_pngcairo nil "Use gnuplot's pngcairo terminal for new plots?") (defmvar $wxplot_old_gnuplot t) (defun $wxstatusbar (status) (format t "~a~%" status)) (defun wx-cd (dir) (when $wxchangedir (let ((dir (cond ((pathnamep dir) dir) ((stringp dir) (make-pathname :directory (pathname-directory dir) :host (pathname-host dir) :device (pathname-device dir))) (t (error "cd(dir): dir must be a string or pathname."))))) #+allegro (excl:chdir dir) #+clisp (ext:cd dir) #+cmu (setf (ext:default-directory) dir) #+cormanlisp (ccl:set-current-directory dir) #+gcl (si::chdir dir) #+lispworks (hcl:change-directory dir) #+lucid (lcl:working-directory dir) #+sbcl (sb-posix:chdir dir) #+sbcl (setf *default-pathname-defaults* (sb-ext:native-pathname (format nil "~A~A" (sb-posix:getcwd) "/"))) #+ccl (ccl:cwd dir) #+ecl (si::chdir dir) ;;; Officially gcl supports (si:chdir dir), too. But the version ;;; shipped with debian and ubuntu (at least in Feb 2017) doesn't. #+gcl (xchdir dir) #+gcl (setf *default-pathname-defaults* dir) (namestring dir)))) #+ccl (setf *print-circle* nil) ;;; Without this command encountering unicode characters might cause ;;; Maxima to stop responding on windows. #+(and clisp win32) (setf (stream-external-format *socket-connection*) charset:utf-8) #+(and clisp win32) (setf custom:*default-file-encoding* charset:utf-8) ;;; Muffle compiler-notes globally #+sbcl (declaim (sb-ext:muffle-conditions sb-ext:compiler-note)) (defmacro no-warning (form) #+sbcl `(handler-bind ((style-warning #'muffle-warning) (sb-ext:compiler-note #'muffle-warning)) ,form) #+clisp `(let ((custom:*suppress-check-redefinition* t)) ,form) #-(or sbcl clisp) `(progn ,form)) (defun read-wxmaxima-version (v) (let* ((d1 (position #\. v)) (year (subseq v 0 d1)) (d2 (position #\. v :start (1+ d1))) (month (subseq v (1+ d1) d2)) (rest (subseq v (1+ d2)))) (list '(mlist simp) (parse-integer year) (parse-integer month) rest))) ($put '$wxmaxima (read-wxmaxima-version "@PACKAGE_VERSION@") '$version) (defun $wxbuild_info () (let ((year (sixth cl-user:*maxima-build-time*)) (month (fifth cl-user:*maxima-build-time*)) (day (fourth cl-user:*maxima-build-time*)) (hour (third cl-user:*maxima-build-time*)) (minute (second cl-user:*maxima-build-time*)) (seconds (first cl-user:*maxima-build-time*))) (format t "wxMaxima version: ~a~%" "@VERSION@") (format t "Maxima version: ~a~%" *autoconf-version*) (format t "Maxima build date: ~4,'0d-~2,'0d-~2,'0d ~2,'0d:~2,'0d:~2,'0d~%" year month day hour minute seconds) (format t "Host type: ~a~%" *autoconf-host*) (format t "System type: ~a ~a ~a~%" (software-type) (software-version) (machine-type)) (format t "Lisp implementation type: ~a~%" (lisp-implementation-type)) (format t "Lisp implementation version: ~a~%" (lisp-implementation-version)) (format t "~%~%wxMaxima's idea of the directory layout is:~%Icon dir: ~a~%" wxArtDir) (format t "User configuration dir: ~a~%" wxUserConfDir) (format t "Help dir: ~a~%" wxHelpDir) (format t "Maxima lisp dir: ~a~%" wxMaximaLispLocation)) "") (defmfun $wxbug_report () (format t "wxMaxima is a graphical front end for Maxima, which does the mathematics in the background.~%") (format t "If you encounter a mathematical problem, it is probably a Maxima bug und should be submitted there.~%") (format t "~%The Maxima bug database is available at~%") (format t " https://sourceforge.net/p/maxima/bugs~%") (format t "Submit bug reports by following the 'Create Ticket' link on that page.~%") (format t "To report a Maxima bug, you must have a Sourceforge account.~%~%") (format t "A problem in the graphical user interface is probably a wxMaxima bug.~%") (format t "The wxMaxima bug database is available at~%") (format t " https://github.com/andrejv/wxmaxima/issues?direction=desc&sort=created&state=open~%") (format t "Submit bug reports by following the 'New issue' link on that page.~%~%") (format t "Please check before submitting, if your bug was already reported.~%~%") (format t "Please include the following information with your bug report:~%") (format t "-------------------------------------------------------------~%") ($wxbuild_info) (format t "-------------------------------------------------------------~%")) (defvar *var-tag* '("" "")) (defun wxxml-get (x p) (if (symbolp x) (get x p))) (defun wxxml-array (x l r &aux f) (if (eq 'mqapply (caar x)) (setq f (cadr x) x (cdr x) l (wxxml f (append l (list "

    ")) (list "

    ") 'mparen 'mparen)) (setq f (caar x) l (wxxml f (append l '("")) (list "") lop 'mfunction))) (setq r (nconc (wxxml-list (cdr x) (list "") (list "") ",") r)) (nconc l r)) (defmacro make-tag (val tag) ``((wxxmltag simp) ,,val ,,tag)) (defun $wxxmltag (val tag) (make-tag ($sconcat val) ($sconcat tag))) (defun string-substitute (newstring oldchar x &aux matchpos) (setq matchpos (position oldchar x)) (if (null matchpos) x (concatenate 'string (subseq x 0 matchpos) newstring (string-substitute newstring oldchar (subseq x (1+ matchpos)))))) (defun wxxml-fix-string (x) (if (stringp x) (let* ((tmp-x (string-substitute "&" #\& x)) (tmp-x (string-substitute "<" #\< tmp-x)) (tmp-x (string-substitute ">" #\> tmp-x)) (tmp-x (string-substitute " " #\Return tmp-x)) (tmp-x (string-substitute " " #\Linefeed tmp-x)) (tmp-x (string-substitute " " #\Newline tmp-x))) tmp-x) x)) ;;; First we have the functions which are called directly by wxxml and its ;;; descendants (defun $wxdeclare_subscript (x &optional (opt t)) (unless (listp x) (setq x (list '(mlist simp) x))) (dolist (s (cdr x)) ($put s opt '$wxxml_subscript)) opt) (defun $wxdeclare_subscripted (x &optional (opt t)) (unless (listp x) (setq x (list '(mlist simp) x))) (dolist (s (cdr x)) ($put s opt '$wxxml_subscripted)) opt) (defun subscriptp (x) (unless (symbolp x) (return-from subscriptp x)) (let* ((name (subseq (maybe-invert-string-case (symbol-name x)) 1)) (pos (search "_" name :from-end t)) #-gcl (*readtable* (copy-readtable nil))) #-gcl (setf (readtable-case *readtable*) :invert) (when pos (let* ((sub (subseq name (+ pos 1))) (sub-var (subseq name 0 pos)) (sub-var-symb (read-from-string (concatenate 'string "$" sub-var))) (sub-symb (read-from-string (concatenate 'string "$" sub))) (sub-int (ignore-errors (parse-integer sub)))) (when (and (> (length sub-var) 0) (or sub-int (eq $wxsubscripts '$all) (= (length sub) 1) (= (length sub-var) 1) ($get x '$wxxml_subscripted) ($get sub-symb '$wxxml_subscript))) (format nil "~a~a" (mstring x) (or (get sub-var-symb 'wxxmlword) (format nil "~a" sub-var)) (if sub-int (format nil "~a" sub-int) (format nil "~a" sub)))))))) (defun wxxmlnumformat (atom) (let (r firstpart exponent) (cond ((integerp atom) (format nil "~{~c~}" (exploden atom))) (t (setq r (exploden atom)) (setq exponent (member 'e r :test #'string-equal)) (cond ((null exponent) (format nil "~{~c~}" r)) (t (setq firstpart (nreverse (cdr (member 'e (reverse r) :test #'string-equal)))) (if (char= (cadr exponent) #\+) (setq exponent (cddr exponent)) (setq exponent (cdr exponent))) (format nil "~{~c~}*10~{~c~}" firstpart exponent))))))) (defun wxxml-stripdollar (sym &aux pname) (or (symbolp sym) (return-from wxxml-stripdollar (wxxml-fix-string (format nil "~a" sym)))) (setq pname (maybe-invert-string-case (wxxml-fix-string (symbol-name sym)))) (setq pname (cond ((and (> (length pname) 0) (member (elt pname 0) '(#\$ #\&) :test #'eq)) (subseq pname 1)) ((and (> (length pname) 0) (equal (elt pname 0) #\%)) (if $noundisp (concatenate 'string "'" (subseq pname 1)) (subseq pname 1))) ($lispdisp (concatenate 'string "?" pname)) (t pname))) (setq pname (wxxml-fix-string pname)) (concatenate 'string (car *var-tag*) pname (cadr *var-tag*))) (defun wxxml-atom (x l r &aux tmp-x) (append l (list (cond ((numberp x) (wxxmlnumformat x)) ((and (symbolp x) (get x 'wxxmlword))) ((and (symbolp x) (get x 'reversealias)) (wxxml-stripdollar (get x 'reversealias))) ((stringp x) (setq tmp-x (wxxml-fix-string x)) (if (and (boundp '$stringdisp) $stringdisp) (setq tmp-x (format nil "\"~a\"" tmp-x))) (concatenate 'string "" tmp-x "")) ((arrayp x) (format nil "#{Lisp array [~{~a~^,~}]}" (array-dimensions x))) ((functionp x) (format nil "#{Lisp function}")) ((streamp x) (format nil "#{Stream [~A]}" (stream-element-type x))) ((member (type-of x) '(GRAPH DIGRAPH)) (format nil "~a" x)) ((typep x 'structure-object) (let ((tmp-string (format nil "~s" x))) (format nil "~a" (wxxml-fix-string tmp-string)))) ((hash-table-p x) (format nil "#{HashTable}")) ((and $wxsubscripts (subscriptp x))) (t (wxxml-stripdollar x)))) r)) ;; we could patch this so sin x rather than sin(x), but instead we made ;; sin a prefix operator (defun wxxml-function (x l r) (setq l (let ((*var-tag* '("" ""))) (wxxml (caar x) (append l '("")) nil 'mparen 'mparen)) r (wxxml (cons '(mprogn) (cdr x)) nil (append '("") r) 'mparen 'mparen)) (append l r)) (defun wxxml-defstruct (x l r) (let ((L1 (cdr (get (caar x) 'defstruct-template))) (L2 (cdr x))) (wxxml-function (cons (car x) (mapcar #'(lambda (e1 e2) (if (eq e1 e2) e1 `((mequal) ,e1 ,e2))) L1 L2)) l r))) (defun wxxml-matchfix-dim (x l r) (setq l (append l (list (wxxml-dissym-to-string (car (get (caar x) 'dissym))))) r (append (list (wxxml-dissym-to-string (cdr (get (caar x) 'dissym)))) r) x (wxxml-list (cdr x) nil r ",")) (append l x)) (defun wxxml-nary (x l r) (let* ((op (caar x)) (sym (cond ((member op '(mtimes wxtimes) :test #'eq) (if $stardisp "*" "*")) ;((wxxmlsym op)) ((eq (get op 'dimension) 'dimension-nary) (wxxml-dissym-to-string (get op 'dissym))))) (y (cdr x)) (ext-lop lop) (ext-rop rop)) (cond ((null y) (wxxml-function x l r)) ; this should not happen ((null (cdr y)) (wxxml-function x l r)) ; this should not happen, too (t (do ((nl) (lop ext-lop op) (rop op (if (null (cdr y)) ext-rop op))) ((null (cdr y)) (setq nl (nconc nl (wxxml (car y) l r lop rop))) nl) (setq nl (nconc nl (wxxml (car y) l (list sym) lop rop)) y (cdr y) l nil)))))) (defun wxxml (x l r lop rop) ;; x is the expression of interest; l is the list of strings to its ;; left, r to its right. lop and rop are the operators on the left ;; and right of x in the tree, and will determine if parens must ;; be inserted (setq x (nformat x)) (cond ((atom x) (wxxml-atom x l r)) ((not (listp (car x))) (wxxml (cons '(mlist simp) x) l r lop rop)) ((or (<= (wxxml-lbp (caar x)) (wxxml-rbp lop)) (> (wxxml-lbp rop) (wxxml-rbp (caar x)))) (wxxml-paren x l r)) ;; special check needed because macsyma notates arrays peculiarly ((member 'array (cdar x) :test #'eq) (wxxml-array x l r)) ;; dispatch for object-oriented wxxml-ifiying ((wxxml-get (caar x) 'wxxml) (funcall (get (caar x) 'wxxml) x l r)) ((equal (wxxml-get (caar x) 'dimension) 'dimension-infix) (wxxml-infix x l r)) ((equal (wxxml-get (caar x) 'dimension) 'dimension-match) (wxxml-matchfix-dim x l r)) ((equal (wxxml-get (caar x) 'dimension) 'dimension-nary) (wxxml-nary x l r)) ((equal (wxxml-get (caar x) 'dimension) 'dimension-postfix) (wxxml-postfix x l r)) ((wxxml-get (caar x) 'defstruct-template) (wxxml-defstruct x l r)) (t (wxxml-function x l r)))) (defun wxxml-paren (x l r) (wxxml x (append l '("

    ")) (cons "

    " r) 'mparen 'mparen)) ;; set up a list , separated by symbols (, * ...) and then tack on the ;; ending item (e.g. "]" or perhaps ")" (defun wxxml-list (x l r sym) (if (null x) r (do ((nl)) ((null (cdr x)) (setq nl (nconc nl (wxxml (car x) l r 'mparen 'mparen))) nl) (setq nl (nconc nl (wxxml (car x) l (list sym) 'mparen 'mparen)) x (cdr x) l nil)))) ;;; Now we have functions which are called via property lists (defun wxxml-prefix (x l r) (wxxml (cadr x) (append l (wxxmlsym (caar x))) r (caar x) rop)) (defun wxxml-infix (x l r) ;; check for 2 args (if (or (null (cddr x)) (cdddr x)) (wna-err (caar x))) (setq l (wxxml (cadr x) l nil lop (caar x))) (wxxml (caddr x) (append l (wxxmlsym (caar x))) r (caar x) rop)) (defun wxxml-postfix (x l r) (wxxml (cadr x) l (append (wxxmlsym (caar x)) r) lop (caar x))) (defun wxxml-nofix (x l r) (wxxml (caar x) l r (caar x) rop)) (defun wxxml-matchfix (x l r) (setq l (append l (car (wxxmlsym (caar x)))) ;; car of wxxmlsym of a matchfix operator is the lead op r (append (cdr (wxxmlsym (caar x))) r) ;; cdr is the trailing op x (wxxml-list (cdr x) nil r ",")) (append l x)) (defun wxxml-dissym-to-string (lst &aux pname) (setq pname (wxxml-fix-string (format nil "~{~a~}" lst))) (concatenate 'string "" pname "")) (defun wxxmlsym (x) (or (get x 'wxxmlsym) (get x 'strsym) (and (get x 'dissym) (list (wxxml-dissym-to-string (get x 'dissym)))) (list (stripdollar x)))) (defun wxxmlword (x) (or (get x 'wxxmlword) (stripdollar x))) (defprop bigfloat wxxml-bigfloat wxxml) ;;(defun mathml-bigfloat (x l r) (declare (ignore l r)) (fpformat x)) (defun wxxml-bigfloat (x l r) (append l '("") (fpformat x) '("") r)) (defprop mprog "block" wxxmlword) (defprop $true "true" wxxmlword) (defprop $false "false" wxxmlword) (defprop mprogn wxxml-matchfix wxxml) (defprop mprogn (("

    ") "

    ") wxxmlsym) (defprop mlist wxxml-matchfix wxxml) (defprop mlist (("[")"]") wxxmlsym) (defprop $set wxxml-matchfix wxxml) (defprop $set (("{")"}") wxxmlsym) (defprop mabs wxxml-matchfix wxxml) (defprop mabs (("
    ")"
    ") wxxmlsym) (defprop $conjugate wxxml-matchfix wxxml) (defprop $conjugate (("")"") wxxmlsym) (defprop %conjugate wxxml-matchfix wxxml) (defprop %conjugate (("")"") wxxmlsym) (defprop mbox wxxml-mbox wxxml) (defprop mlabox wxxml-mbox wxxml) (defprop mbox 10. wxxml-rbp) (defprop mbox 10. wxxml-lbp) (defprop mlabbox 10. wxxml-rbp) (defprop mlabbox 10. wxxml-lbp) (defun wxxml-mbox (x l r) (setq l (wxxml (cadr x) (append l '("")) nil 'mparen 'mparen) r (append '("") r)) (append l r)) (defprop mqapply wxxml-mqapply wxxml) (defun wxxml-mqapply (x l r) (setq l (wxxml (cadr x) (append l '("")) (list "

    " ) lop 'mfunction) r (wxxml-list (cddr x) nil (cons "

    " r) ",")) (append l r)) (defprop $zeta "zeta" wxxmlword) (defprop %zeta "zeta" wxxmlword) ;; ;; Greek characters ;; (defprop $%alpha "%alpha" wxxmlword) (defprop $alpha "alpha" wxxmlword) (defprop $%beta "%beta" wxxmlword) (defprop $beta "beta" wxxmlword) (defprop $%gamma "%gamma" wxxmlword) (defprop %gamma "gamma" wxxmlword) (defprop $%delta "%delta" wxxmlword) (defprop $delta "delta" wxxmlword) (defprop $%epsilon "%epsilon" wxxmlword) (defprop $epsilon "epsilon" wxxmlword) (defprop $%zeta "%zeta" wxxmlword) (defprop $%eta "%eta" wxxmlword) (defprop $eta "eta" wxxmlword) (defprop $%theta "%theta" wxxmlword) (defprop $theta "theta" wxxmlword) (defprop $%iota "%iota" wxxmlword) (defprop $iota "iota" wxxmlword) (defprop $%kappa "%kappa" wxxmlword) (defprop $kappa "kappa" wxxmlword) (defprop $%lambda "%lambda" wxxmlword) (defprop $lambda "lambda" wxxmlword) (defprop $%mu "%mu" wxxmlword) (defprop $mu "mu" wxxmlword) (defprop $%nu "%nu" wxxmlword) (defprop $nu "nu" wxxmlword) (defprop $%xi "%xi" wxxmlword) (defprop $xi "xi" wxxmlword) (defprop $%omicron "%omicron" wxxmlword) (defprop $omicron "omicron" wxxmlword) (defprop $%pi "%pi" wxxmlword) (defprop $pi "pi" wxxmlword) (defprop $%rho "%rho" wxxmlword) (defprop $rho "rho" wxxmlword) (defprop $%sigma "%sigma" wxxmlword) (defprop $sigma "sigma" wxxmlword) (defprop $%tau "%tau" wxxmlword) (defprop $tau "tau" wxxmlword) (defprop $%upsilon "%upsilon" wxxmlword) (defprop $upsilon "upsilon" wxxmlword) (defprop $%phi "%phi" wxxmlword) (defprop $phi "phi" wxxmlword) (defprop $%chi "%chi" wxxmlword) (defprop $chi "chi" wxxmlword) (defprop $%psi "%psi" wxxmlword) (defprop $psi "psi" wxxmlword) (defprop $%omega "%omega" wxxmlword) (defprop $omega "omega" wxxmlword) (defprop |$%Alpha| "%Alpha" wxxmlword) (defprop |$Alpha| "Alpha" wxxmlword) (defprop |$%Beta| "%Beta" wxxmlword) (defprop |$Beta| "Beta" wxxmlword) (defprop |$%Gamma| "%Gamma" wxxmlword) (defprop |$Gamma| "Gamma" wxxmlword) (defprop |$%Delta| "%Delta" wxxmlword) (defprop |$Delta| "Delta" wxxmlword) (defprop |$%Epsilon| "%Epsilon" wxxmlword) (defprop |$Epsilon| "Epsilon" wxxmlword) (defprop |$%Zeta| "%Zeta" wxxmlword) (defprop |$Zeta| "Zeta" wxxmlword) (defprop |$%Eta| "%Eta" wxxmlword) (defprop |$Eta| "Eta" wxxmlword) (defprop |$%Theta| "%Theta" wxxmlword) (defprop |$Theta| "Theta" wxxmlword) (defprop |$%Iota| "%Iota" wxxmlword) (defprop |$Iota| "Iota" wxxmlword) (defprop |$%Kappa| "%Kappa" wxxmlword) (defprop |$Kappa| "Kappa" wxxmlword) (defprop |$%Lambda| "%Lambda" wxxmlword) (defprop |$Lambda| "Lambda" wxxmlword) (defprop |$%Mu| "%Mu" wxxmlword) (defprop |$Mu| "Mu" wxxmlword) (defprop |$%Nu| "%Nu" wxxmlword) (defprop |$Nu| "Nu" wxxmlword) (defprop |$%Xi| "%Xi" wxxmlword) (defprop |$Xi| "Xi" wxxmlword) (defprop |$%Omicron| "%Omicron" wxxmlword) (defprop |$Omicron| "Omicron" wxxmlword) (defprop |$%Rho| "%Rho" wxxmlword) (defprop |$Rho| "Rho" wxxmlword) (defprop |$%Sigma| "%Sigma" wxxmlword) (defprop |$Sigma| "Sigma" wxxmlword) (defprop |$%Tau| "%Tau" wxxmlword) (defprop |$Tau| "Tau" wxxmlword) (defprop |$%Upsilon| "%Upsilon" wxxmlword) (defprop |$Upsilon| "Upsilon" wxxmlword) (defprop |$%Phi| "%Phi" wxxmlword) (defprop |$Phi| "Phi" wxxmlword) (defprop |$%Chi| "%Chi" wxxmlword) (defprop |$Chi| "Chi" wxxmlword) (defprop |$%Psi| "%Psi" wxxmlword) (defprop |$Psi| "Psi" wxxmlword) (defprop |$%Omega| "%Omega" wxxmlword) (defprop |$Omega| "Omega" wxxmlword) (defprop |$%Pi| "%Pi" wxxmlword) (defprop |$Pi| "Pi" wxxmlword) (defprop $%i "%i" wxxmlword) (defprop $%e "%e" wxxmlword) (defprop $inf "inf" wxxmlword) (defprop $minf "-inf" wxxmlword) (defprop mreturn "return" wxxmlword) (defprop mquote wxxml-prefix wxxml) (defprop mquote ("'") wxxmlsym) (defprop mquote "'" wxxmlword) (defprop mquote 201. wxxml-rbp) (defprop msetq wxxml-infix wxxml) (defprop msetq (":") wxxmlsym) (defprop msetq ":" wxxmlword) (defprop msetq 180. wxxml-rbp) (defprop msetq 20. wxxml-rbp) (defprop mset wxxml-infix wxxml) (defprop mset ("::") wxxmlsym) (defprop mset "::" wxxmlword) (defprop mset 180. wxxml-lbp) (defprop mset 20. wxxml-rbp) (defprop mdefine wxxml-infix wxxml) (defprop mdefine (":=") wxxmlsym) (defprop mdefine ":=" wxxmlword) (defprop mdefine 180. wxxml-lbp) (defprop mdefine 20. wxxml-rbp) (defprop mdefmacro wxxml-infix wxxml) (defprop mdefmacro ("::=") wxxmlsym) (defprop mdefmacro "::=" wxxmlword) (defprop mdefmacro 180. wxxml-lbp) (defprop mdefmacro 20. wxxml-rbp) (defprop marrow wxxml-infix wxxml) (defprop marrow ("->") wxxmlsym) (defprop marrow "->" wxxmlword) (defprop marrow 25 wxxml-lbp) (defprop marrow 25 wxxml-rbp) (defprop mfactorial wxxml-postfix wxxml) (defprop mfactorial ("!") wxxmlsym) (defprop mfactorial "!" wxxmlword) (defprop mfactorial 160. wxxml-lbp) (defprop mexpt wxxml-mexpt wxxml) (defprop mexpt 140. wxxml-lbp) (defprop mexpt 139. wxxml-rbp) (defprop %sum 90. wxxml-rbp) (defprop %product 95. wxxml-rbp) ;; insert left-angle-brackets for mncexpt. a^ is how a^^n looks. (defun wxxml-mexpt (x l r) (cond ((atom (cadr x)) (wxxml-mexpt-simple x l r)) ((member 'array (caadr x)) (wxxml-mexpt-array x l r)) (t (wxxml-mexpt-simple x l r)))) (defun wxxml-mexpt-array (x l r) (let* ((nc (eq (caar x) 'mncexpt)) f (xarr (cadr x)) (xexp (nformat (caddr x)))) ;; the index part (if (eq 'mqapply (caar xarr)) (setq f (cadr xarr) xarr (cdr xarr) l (wxxml f (append l (list "

    ")) (list "

    ") 'mparen 'mparen)) (setq f (caar xarr) l (wxxml f (append l (if nc (list "") (list ""))) (list "") lop 'mfunction))) (setq l (append l (wxxml-list (cdr xarr) (list "") (list "") ","))) ;; The exponent part (setq r (if (mmminusp xexp) ;; the change in base-line makes parens unnecessary (wxxml (cadr xexp) '("-") (cons "" r) 'mparen 'mparen) (if (and (integerp xexp) (< xexp 10)) (wxxml xexp nil (cons "" r) 'mparen 'mparen) (wxxml xexp (list "") (cons "
    " r) 'mparen 'mparen) ))) (append l r))) (defun wxxml-mexpt-simple (x l r) (let((nc (eq (caar x) 'mncexpt))) (setq l (wxxml (cadr x) (append l (if nc '("") '(""))) nil lop (caar x)) r (if (mmminusp (setq x (nformat (caddr x)))) ;; the change in base-line makes parens unnecessary (wxxml (cadr x) '("-") (cons "" r) 'mminus 'mminus) (if (and (integerp x) (< x 10)) (wxxml x (list "") (cons "" r) 'mparen 'mparen) (wxxml x (list "
    ") (cons "
    " r) 'mparen 'mparen) ))) (append l r))) (defprop mncexpt wxxml-mexpt wxxml) (defprop mncexpt 135. wxxml-lbp) (defprop mncexpt 134. wxxml-rbp) (defprop mnctimes wxxml-nary wxxml) (defprop mnctimes "." wxxmlsym) (defprop mnctimes "." wxxmlword) (defprop mnctimes 110. wxxml-lbp) (defprop mnctimes 109. wxxml-rbp) (defprop mtimes wxxml-nary wxxml) (defprop mtimes "*" wxxmlsym) (defprop mtimes "*" wxxmlword) (defprop mtimes 120. wxxml-lbp) (defprop mtimes 120. wxxml-rbp) (defprop wxtimes wxxml-nary wxxml) (defprop wxtimes "*" wxxmlsym) (defprop wxtimes "*" wxxmlword) (defprop wxtimes 120. wxxml-lbp) (defprop wxtimes 120. wxxml-rbp) (defprop %sqrt wxxml-sqrt wxxml) (defun wxxml-sqrt (x l r) (wxxml (cadr x) (append l '("")) (append '("") r) 'mparen 'mparen)) (defprop mquotient wxxml-mquotient wxxml) (defprop mquotient ("/") wxxmlsym) (defprop mquotient "/" wxxmlword) (defprop mquotient 122. wxxml-lbp) ;;dunno about this (defprop mquotient 123. wxxml-rbp) (defun wxxml-mquotient (x l r) (if (or (null (cddr x)) (cdddr x)) (wna-err (caar x))) (setq l (wxxml (cadr x) (append l '("")) nil 'mparen 'mparen) r (wxxml (caddr x) (list "") (append '("")r) 'mparen 'mparen)) (append l r)) (defprop $matrix wxxml-matrix-test wxxml) (defun wxxml-matrix-test (x l r) (if (every #'$listp (cdr x)) (wxxml-matrix x l r) (wxxml-function x l r))) (defun wxxml-matrix(x l r) ;;matrix looks like ((mmatrix)((mlist) a b) ...) (cond ((null (cdr x)) (append l `("matrix

    ") r)) ((and (null (cddr x)) (null (cdadr x))) (append l `("matrix

    []

    ") r)) (t (append l (cond ((find 'inference (car x)) (list "")) ((find 'special (car x)) (list (format nil "" (if (find 'rownames (car x)) "true" "false") (if (find 'colnames (car x)) "true" "false")))) (t (list ""))) (mapcan #'(lambda (y) (cond ((null (cdr y)) (list "")) (t (wxxml-list (cdr y) (list "") (list "") "")))) (cdr x)) `("") r)))) ;; macsyma sum or prod is over integer range, not low <= index <= high ;; wxxml is lots more flexible .. but (defprop %sum wxxml-sum wxxml) (defprop %lsum wxxml-lsum wxxml) (defprop %product wxxml-sum wxxml) (defprop $sum wxxml-sum wxxml) (defprop $lsum wxxml-lsum wxxml) (defprop $product wxxml-sum wxxml) ;; easily extended to union, intersect, otherops (defun wxxml-lsum(x l r) (let ((op "") ;; gotta be one of those above (s1 (wxxml (cadr x) nil nil 'mparen rop));; summand (index ;; "index = lowerlimit" (wxxml `((min simp) , (caddr x), (cadddr x)) nil nil 'mparen 'mparen))) (append l `(,op ,@index "" ,@s1 "") r))) (defun wxxml-sum(x l r) (let ((op (if (or (eq (caar x) '%sum) (eq (caar x) '$sum)) "" "")) (s1 (wxxml (cadr x) nil nil 'mparen rop));; summand (index ;; "index = lowerlimit" (wxxml `((mequal simp) ,(caddr x) ,(cadddr x)) nil nil 'mparen 'mparen)) (toplim (wxxml (car (cddddr x)) nil nil 'mparen 'mparen))) (append l `( ,op ,@index "" ,@toplim "" ,@s1 "") r))) (defprop %integrate wxxml-int wxxml) (defprop $integrate wxxml-int wxxml) (defun wxxml-int (x l r) (let ((s1 (wxxml (cadr x) nil nil 'mparen 'mparen));;integrand delims / & d (var (wxxml (caddr x) nil nil 'mparen rop))) ;; variable (cond ((= (length x) 3) (append l `("" ,@s1 "d" ,@var "") r)) (t ;; presumably length 5 (let ((low (wxxml (nth 3 x) nil nil 'mparen 'mparen)) ;; 1st item is 0 (hi (wxxml (nth 4 x) nil nil 'mparen 'mparen))) (append l `("" ,@low "" ,@hi "" ,@s1 "d" ,@var "") r)))))) (defprop %limit wxxml-limit wxxml) (defprop mrarr wxxml-infix wxxml) (defprop mrarr ("->") wxxmlsym) (defprop mrarr 80. wxxml-lbp) (defprop mrarr 80. wxxml-rbp) (defun wxxml-limit (x l r) ;; ignoring direction, last optional arg to limit (let ((s1 (wxxml (second x) nil nil 'mparen rop));; limitfunction (subfun ;; the thing underneath "limit" (wxxml `((mrarr simp) ,(third x) ,(fourth x)) nil nil 'mparen 'mparen))) (case (fifth x) ($plus (append l `("lim" ,@subfun "+" ,@s1 "") r)) ($minus (append l `("lim" ,@subfun "-" ,@s1 "") r)) (otherwise (append l `("lim" ,@subfun "" ,@s1 "") r))))) (defprop %at wxxml-at wxxml) ;; e.g. at(diff(f(x)),x=a) (defun wxxml-at (x l r) (let ((s1 (wxxml (cadr x) nil nil lop rop)) (sub (wxxml (caddr x) nil nil 'mparen 'mparen))) (append l '("") s1 '("") sub '("") r))) ;;binomial coefficients (defprop %binomial wxxml-choose wxxml) (defun wxxml-choose (x l r) `(,@l "

    " ,@(wxxml (cadr x) nil nil 'mparen 'mparen) "" ,@(wxxml (caddr x) nil nil 'mparen 'mparen) "

    " ,@r)) (defprop rat wxxml-rat wxxml) (defprop rat 120. wxxml-lbp) (defprop rat 121. wxxml-rbp) (defun wxxml-rat(x l r) (wxxml-mquotient x l r)) (defprop mplus wxxml-mplus wxxml) (defprop mplus 100. wxxml-lbp) (defprop mplus 100. wxxml-rbp) (defun wxxml-mplus (x l r) (cond ((member 'trunc (car x) :test #'eq) (setq r (cons "+..." r)))) (cond ((null (cddr x)) (if (null (cdr x)) (wxxml-function x l r) (wxxml (cadr x) l r 'mplus rop))) (t (setq l (wxxml (cadr x) l nil lop 'mplus) x (cddr x)) (do ((nl l) (dissym)) ((null (cdr x)) (if (mmminusp (car x)) (setq l (cadar x) dissym (list "-")) (setq l (car x) dissym (list "+"))) (setq r (wxxml l dissym r 'mplus rop)) (append nl r)) (if (mmminusp (car x)) (setq l (cadar x) dissym (list "-")) (setq l (car x) dissym (list "+"))) (setq nl (append nl (wxxml l dissym nil 'mplus 'mplus)) x (cdr x)))))) (defprop mminus wxxml-prefix wxxml) (defprop mminus ("-") wxxmlsym) (defprop mminus "-" wxxmlword) (defprop mminus 101. wxxml-rbp) (defprop mminus 101. wxxml-lbp) (defprop $~ wxxml-infix wxxml) (defprop $~ ("~") wxxmlsym) (defprop $~ "~" wxxmlword) (defprop $~ 134. wxxml-lbp) (defprop $~ 133. wxxml-rbp) (defprop min wxxml-infix wxxml) (defprop min ("in") wxxmlsym) (defprop min "in" wxxmlword) (defprop min 80. wxxml-lbp) (defprop min 80. wxxml-rbp) (defprop mequal wxxml-infix wxxml) (defprop mequal ("=") wxxmlsym) (defprop mequal "=" wxxmlword) (defprop mequal 80. wxxml-lbp) (defprop mequal 80. wxxml-rbp) (defprop mnotequal wxxml-infix wxxml) (defprop mnotequal ("#") wxxmlsym) (defprop mnotequal 80. wxxml-lbp) (defprop mnotequal 80. wxxml-rbp) (defprop mgreaterp wxxml-infix wxxml) (defprop mgreaterp (">") wxxmlsym) (defprop mgreaterp ">" wxxmlword) (defprop mgreaterp 80. wxxml-lbp) (defprop mgreaterp 80. wxxml-rbp) (defprop mgeqp wxxml-infix wxxml) (defprop mgeqp (">=") wxxmlsym) (defprop mgeqp ">=" wxxmlword) (defprop mgeqp 80. wxxml-lbp) (defprop mgeqp 80. wxxml-rbp) (defprop mlessp wxxml-infix wxxml) (defprop mlessp ("<") wxxmlsym) (defprop mlessp "<" wxxmlword) (defprop mlessp 80. wxxml-lbp) (defprop mlessp 80. wxxml-rbp) (defprop mleqp wxxml-infix wxxml) (defprop mleqp ("<=") wxxmlsym) (defprop mleqp "<=" wxxmlword) (defprop mleqp 80. wxxml-lbp) (defprop mleqp 80. wxxml-rbp) (defprop mnot wxxml-prefix wxxml) (defprop mnot ("not") wxxmlsym) (defprop mnot "not" wxxmlword) (defprop mnot 70. wxxml-rbp) (defprop mand wxxml-nary wxxml) (defprop mand "and" wxxmlsym) (defprop mand "and" wxxmlword) (defprop mand 60. wxxml-lbp) (defprop mand 60. wxxml-rbp) (defprop mor wxxml-nary wxxml) (defprop mor "or" wxxmlsym) (defprop mor "or" wxxmlword) (defprop mor 50. wxxml-lbp) (defprop mor 50. wxxml-rbp) (defprop mcond wxxml-mcond wxxml) (defprop mcond 25. wxxml-lbp) (defprop mcond 25. wxxml-rbp) (defprop %derivative wxxml-derivative wxxml) (defprop %derivative 120. wxxml-lbp) (defprop %derivative 119. wxxml-rbp) (defprop $diff wxxml-derivative wxxml) (defprop $diff 120. wxxml-lbp) (defprop $diff 119. wxxml-rbp) (defun wxxml-derivative (x l r) (if (and $derivabbrev (every #'integerp (odds (cddr x) 0)) (every #'atom (odds (cddr x) 1))) (append l (wxxml-d-abbrev x) r) (wxxml (wxxml-d x) (append l '("")) (append '("") r) 'mparen 'mparen))) (defun $derivabbrev (a) (if a (progn (defprop %derivative 130. wxxml-lbp) (defprop %derivative 129. wxxml-rbp) (setq $derivabbrev t)) (progn (defprop %derivative 120. wxxml-lbp) (defprop %derivative 119. wxxml-rbp) (setq $derivabbrev nil)))) (defun wxxml-d-abbrev-subscript (l_vars l_ords &aux var_xml) (let ((sub ())) (loop while l_vars do (setq var_xml (car (wxxml (car l_vars) nil nil 'mparen 'mparen))) (loop for i from 1 to (car l_ords) do (setq sub (cons var_xml sub))) (setq l_vars (cdr l_vars) l_ords (cdr l_ords))) (reverse sub))) (defun wxxml-d-abbrev (x) (let* ((difflist (cddr x)) (ords (odds difflist 0)) (ords (cond ((null ords) '(1)) (t ords))) (vars (odds difflist 1)) (fun (wxxml (cadr x) nil nil 'mparen 'mparen))) (append '("") fun '("") '("") (wxxml-d-abbrev-subscript vars ords) '("")))) (defun wxxml-d (x) ;; format the macsyma derivative form so it looks ;; sort of like a quotient times the deriva-dand. (let* (($simp t) (arg (cadr x)) ;; the function being differentiated (difflist (cddr x)) ;; list of derivs e.g. (x 1 y 2) (ords (odds difflist 0)) ;; e.g. (1 2) (ords (cond ((null ords) '(1)) (t ords))) (vars (odds difflist 1)) ;; e.g. (x y) (dsym '((wxxmltag simp) "d" "s")) (numer `((mexpt) ,dsym ((mplus) ,@ords))) ; d^n numerator (denom (cons '(mtimes) (mapcan #'(lambda(b e) `(,dsym ,(simplifya `((mexpt) ,b ,e) nil))) vars ords)))) `((wxtimes) ((mquotient) ,(simplifya numer nil) ,denom) ,arg))) (defun wxxml-mcond (x l r) (let ((res ())) (setq res (wxxml (cadr x) '("if") '("then") 'mparen 'mparen)) (setq res (append res (wxxml (caddr x) nil '("") 'mparen 'mparen))) (let ((args (cdddr x))) (loop while (>= (length args) 2) do (cond ((and (= (length args) 2) (eql (car args) t)) (unless (or (eql (cadr args) '$false) (null (cadr args))) (setq res (wxxml (cadr args) (append res '("else")) nil 'mparen 'mparen)))) (t (setq res (wxxml (car args) (append res '("elseif")) (wxxml (cadr args) '("then") '("") 'mparen 'mparen) 'mparen 'mparen)))) (setq args (cddr args))) (append l res r)))) (defprop mdo wxxml-mdo wxxml) (defprop mdo 30. wxxml-lbp) (defprop mdo 30. wxxml-rbp) (defprop mdoin wxxml-mdoin wxxml) (defprop mdoin 30. wxxml-rbp) (defun wxxml-lbp (x) (cond ((wxxml-get x 'wxxml-lbp)) (t(lbp x)))) (defun wxxml-rbp (x) (cond ((wxxml-get x 'wxxml-rbp)) (t(lbp x)))) ;; these aren't quite right (defun wxxml-mdo (x l r) (wxxml-list (wxxmlmdo x) l r "")) (defun wxxml-mdoin (x l r) (wxxml-list (wxxmlmdoin x) l r "")) (defun wxxmlmdo (x) (nconc (cond ((second x) (list (make-tag "for" "fnm") (second x)))) (cond ((equal 1 (third x)) nil) ((third x) (list (make-tag "from" "fnm") (third x)))) (cond ((equal 1 (fourth x)) nil) ((fourth x) (list (make-tag "step" "fnm") (fourth x))) ((fifth x) (list (make-tag "next" "fnm") (fifth x)))) (cond ((sixth x) (list (make-tag "thru" "fnm") (sixth x)))) (cond ((null (seventh x)) nil) ((eq 'mnot (caar (seventh x))) (list (make-tag "while" "fnm") (cadr (seventh x)))) (t (list (make-tag "unless" "fnm") (seventh x)))) (list (make-tag "do" "fnm") (eighth x)))) (defun wxxmlmdoin (x) (nconc (list (make-tag "for" "fnm") (second x) (make-tag "in" "fnm") (third x)) (cond ((sixth x) (list (make-tag "thru" "fnm") (sixth x)))) (cond ((null (seventh x)) nil) ((eq 'mnot (caar (seventh x))) (list (make-tag "while" "fnm") (cadr (seventh x)))) (t (list (make-tag "unless" "fnm") (seventh x)))) (list (make-tag "do" "fnm") (eighth x)))) (defun wxxml-matchfix-np (x l r) (setq l (append l (car (wxxmlsym (caar x)))) ;; car of wxxmlsym of a matchfix operator is the lead op r (append (cdr (wxxmlsym (caar x))) r) ;; cdr is the trailing op x (wxxml-list (cdr x) nil r "")) (append l x)) (defprop text-string wxxml-matchfix-np wxxml) (defprop text-string (("")"") wxxmlsym) (defprop mtext wxxml-matchfix-np wxxml) (defprop mtext (("")"") wxxmlsym) (defvar *wxxml-mratp* nil) (defun wxxml-mlable (x l r) (wxxml (caddr x) (append l (if (cadr x) (list (format nil "(~A)~A " (stripdollar (maybe-invert-string-case (symbol-name (cadr x)))) *wxxml-mratp*)) nil)) r 'mparen 'mparen)) (defprop mlable wxxml-mlable wxxml) (defprop mlabel wxxml-mlable wxxml) (defun wxxml-spaceout (x l r) (append l (list " " (make-string (cadr x) :initial-element #\.) "") r)) (defprop spaceout wxxml-spaceout wxxml) (defun mydispla (x) (let ((*print-circle* nil) (*wxxml-mratp* (format nil "~{~a~}" (cdr (checkrat x))))) (mapc #'princ (wxxml x '("") '("") 'mparen 'mparen)))) (setf *alt-display2d* 'mydispla) (defun $set_display (tp) (cond ((eq tp '$none) (setq $display2d nil)) ((eq tp '$ascii) (setq $display2d t) (setf *alt-display2d* nil)) ((eq tp '$xml) (setq $display2d t) (setf *alt-display2d* 'mydispla)) (t (format t "Unknown display type") (setq tp '$unknown))) tp) ;; ;; inference_result from the stats package ;; (defun wxxml-inference (x l r) (let ((name (cadr x)) (values (caddr x)) (dis (cadddr x)) (m ())) (labels ((build-eq (e) `((mequal simp) ,(cadr e) ,(caddr e)))) (dolist (i (cdr dis)) (setq m (append m `(((mlist simp) ,(build-eq (nth i values))))))) (setq m (cons `((mlist simp) ,name) m)) (setq m (cons '($matrix simp inference) m)) (wxxml m l r 'mparen 'mparen)))) (defprop $inference_result wxxml-inference wxxml) (defun wxxml-amatrix (x l r) (let* ((nr ($@-function x '$nr)) (nc ($@-function x '$nc)) (M (simplifya ($genmatrix `((lambda) ((mlist) i j) (mfuncall '$get_element ,x i j)) nr nc) t))) (wxxml-matrix M l r))) (defprop $amatrix wxxml-amatrix wxxml) ;; ;; orthopoly functions ;; (defun wxxml-pochhammer (x l r) (let ((n (cadr x)) (k (caddr x))) (append l (list (format nil "

    " (mstring x))) (wxxml n nil nil 'mparen 'mparen) (list "

    ") (wxxml k nil nil 'mparen 'mparen) (list "
    ") r))) (defprop $pochhammer wxxml-pochhammer wxxml) (defun wxxml-orthopoly (x l r) (let* ((fun-name (caar x)) (disp-name (get fun-name 'wxxml-orthopoly-disp)) (args (cdr x))) (append l (list (format nil "" (mstring x))) (if (nth 2 disp-name) (list (format nil "~a" (car disp-name))) (list (format nil "~a" (car disp-name)))) (wxxml (nth (nth 1 disp-name) args) nil nil 'mparen 'mparen) (when (nth 2 disp-name) (append (list "") (when (nth 3 disp-name) (list "

    ")) (wxxml-list (or (nth 5 disp-name) (mapcar (lambda (i) (nth i args)) (nth 2 disp-name))) nil nil ",") (when (nth 3 disp-name) (list "

    ")) (list "
    "))) (if (nth 2 disp-name) (list "
    ") (list "
    ")) (list "

    ") (wxxml-list (mapcar (lambda (i) (nth i args)) (nth 4 disp-name)) nil nil ",") (list "

    ") r))) (dolist (ortho-pair '(($laguerre "L" 0 nil nil (1)) (%laguerre "L" 0 nil nil (1)) ($legendre_p "P" 0 nil nil (1)) (%legendre_p "P" 0 nil nil (1)) ($legendre_q "Q" 0 nil nil (1)) (%legendre_q "Q" 0 nil nil (1)) ($chebyshev_t "T" 0 nil nil (1)) (%chebyshev_t "T" 0 nil nil (1)) ($chebyshev_u "U" 0 nil nil (1)) (%chebyshev_u "U" 0 nil nil (1)) ($hermite "H" 0 nil nil (1)) (%hermite "H" 0 nil nil (1)) ($spherical_bessel_j "J" 0 nil nil (1)) (%spherical_bessel_j "J" 0 nil nil (1)) ($spherical_bessel_y "Y" 0 nil nil (1)) (%spherical_bessel_y "Y" 0 nil nil (1)) ($assoc_legendre_p "P" 0 (1) nil (2)) (%assoc_legendre_p "P" 0 (1) nil (2)) ($assoc_legendre_q "Q" 0 (1) nil (2)) (%assoc_legendre_q "Q" 0 (1) nil (2)) ($jacobi_p "P" 0 (1 2) t (3)) (%jacobi_p "P" 0 (1 2) t (3)) ($gen_laguerre "L" 0 (1) t (2)) (%gen_laguerre "L" 0 (1) t (2)) ($spherical_harmonic "Y" 0 (1) nil (2 3)) (%spherical_harmonic "Y" 0 (1) nil (2 3)) ($ultraspherical "C" 0 (1) t (2)) (%ultraspherical "C" 0 (1) t (2)) ($spherical_hankel1 "H" 0 t t (1) (1)) (%spherical_hankel1 "H" 0 t t (1) (1)) ($spherical_hankel2 "H" 0 t t (1) (2)) (%spherical_hankel2 "H" 0 t t (1) (2)))) (setf (get (car ortho-pair) 'wxxml) 'wxxml-orthopoly) (setf (get (car ortho-pair) 'wxxml-orthopoly-disp) (cdr ortho-pair))) ;;; ;;; This is the display support only - copy/paste will not work ;;; (defmvar $pdiff_uses_prime_for_derivatives nil) (defmvar $pdiff_prime_limit 3) (defmvar $pdiff_uses_named_subscripts_for_derivatives nil) (defmvar $pdiff_diff_var_names (list '(mlist) '|$x| '|$y| '|$z|)) (setf (get '%pderivop 'wxxml) 'wxxml-pderivop) (setf (get '$pderivop 'wxxml) 'wxxml-pderivop) (defun wxxml-pderivop (x l r) (cond ((and $pdiff_uses_prime_for_derivatives (eq 3 (length x))) (let* ((n (car (last x))) (p)) (cond ((<= n $pdiff_prime_limit) (setq p (make-list n :initial-element "'"))) (t (setq p (list "(" n ")")))) (append (append l '("")) (let ((*var-tag* (list "" ""))) (wxxml (cadr x) nil nil lop rop)) p (list "") r))) ((and $pdiff_uses_named_subscripts_for_derivatives (< (apply #'+ (cddr x)) $pdiff_prime_limit)) (let ((n (cddr x)) (v (mapcar #'stripdollar (cdr $pdiff_diff_var_names))) (p)) (cond ((> (length n) (length v)) (merror "Not enough elements in pdiff_diff_var_names to display the expression"))) (dotimes (i (length n)) (setq p (append p (make-list (nth i n) :initial-element (nth i v))))) (append (append l '("")) (wxxml (cadr x) nil nil lop rop) (list "") p (list "") r))) (t (append (append l '("")) (wxxml (cadr x) nil nil lop rop) (list "(") (wxxml-list (cddr x) nil nil ",") (list ")") r)))) ;; ;; Plotting support ;; (defprop wxxmltag wxxml-tag wxxml) (defun wxxml-tag (x l r) (let ((name (cadr x)) (tag (caddr x)) (prop (cadddr x))) (if prop (append l (list (format nil "<~a ~a>~a" tag prop name tag)) r) (append l (list (format nil "<~a>~a" tag name tag)) r)))) (defvar *image-counter* 0) (defvar $gnuplot_file_name) (defvar $data_file_name) (setq $gnuplot_file_name (format nil "maxout_~d.gnuplot" (getpid))) (setq $data_file_name (format nil "maxout_~d.dat" (getpid))) (defun wxplot-filename (&optional (suff t)) (incf *image-counter*) (plot-temp-file (if suff (format nil "maxout_~d_~d.png" (getpid) *image-counter*) (format nil "maxout_~d_~d" (getpid) *image-counter*)))) ;; The "solid" has to be changed to "dashed" as soon as plot() starts ;; supporting other line styles than "solid" or "dots". (defun $wxplot_preamble () (let ((frmt (cond ($wxplot_old_gnuplot "set terminal png picsize ~d ~d; set zeroaxis;") ($wxplot_pngcairo "set terminal pngcairo solid background \"white\" enhanced font \"arial,10\" fontscale 1.0 size ~d,~d; set zeroaxis;") (t "set terminal png size ~d,~d; set zeroaxis;")))) (format nil frmt ($first $wxplot_size) ($second $wxplot_size)))) (defun $int_range (lo &optional hi (st 1)) (unless (integerp lo) ($error "int_range: first argument is not an integer.")) (unless (or (null hi) (integerp hi)) ($error "int_range: second argument is not an integer.")) (when (null hi) (setq hi lo) (setq lo 1)) (cons '(mlist simp) (loop :for i :from lo :to hi :by st :collect i))) (defvar *default-framerate* 2) (defvar $wxanimate_framerate *default-framerate*) (defun slide-tag (images) (if (eql *default-framerate* $wxanimate_framerate) ($ldisp (list '(wxxmltag simp) (format nil "~{~a;~}" images) "slide" (if (eql $wxanimate_autoplay 't) "running=\"true\" del=\"true\"" "running=\"false\" del=\"true\""))) ($ldisp (list '(wxxmltag simp) (format nil "~{~a;~}" images) "slide" (if (eql $wxanimate_autoplay 't) (format nil "fr=\"~a\" running=\"true\" del=\"true\"" $wxanimate_framerate) (format nil "fr=\"~a\" running=\"false\" del=\"true\"" $wxanimate_framerate)) )))) (defun wxanimate (scene) (let* ((scene (cdr scene)) (a (car scene)) (a-range (meval (cadr scene))) (expr (caddr scene)) (args (cdddr scene)) (frameno 1) (images ())) (when (integerp a-range) (setq a-range (cons '(mlist simp) (loop for i from 1 to a-range collect i)))) (dolist (aval (reverse (cdr a-range))) ($wxstatusbar (format nil "Preparing Frame #~d" frameno)) (setf frameno (+ 1 frameno)) (let ((preamble ($wxplot_preamble)) (system-preamble (get-plot-option-string '$gnuplot_preamble 2)) (filename (wxplot-filename)) (expr (maxima-substitute aval a expr))) (when (string= system-preamble "false") (setq system-preamble "")) (setq preamble (format nil "~a; ~a" preamble system-preamble)) (dolist (arg args) (if (and (listp arg) (eql (cadr arg) '$gnuplot_preamble)) (setq preamble (format nil "~a; ~a" preamble (meval (maxima-substitute aval a (caddr arg))))))) (apply #'$plot2d `(,(meval expr) ,@(mapcar #'meval args) ((mlist simp) $plot_format $gnuplot) ((mlist simp) $gnuplot_term ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mlist simp) $gnuplot_preamble ,preamble) ((mlist simp) $gnuplot_out_file ,filename))) (setq images (cons filename images)))) (when images (slide-tag images))) "") (defmspec $with_slider (scene) (wxanimate scene)) (defmspec $wxanimate (scene) (wxanimate scene)) (defvar *windows-OS* (string= *autoconf-win32* "true")) (defun get-file-name-opt (scene) (let (opts filename) (loop for opt in scene do (if (and (not (atom opt)) (eq (caar opt) 'mequal) (eq (cadr opt) '$file_name)) (setq filename (caddr opt)) (setq opts (cons opt opts)))) (values (reverse opts) filename))) (defun get-pic-size-opt () (cond ((eq ($get '$draw '$version) 1) `(((mequal simp) $pic_width ,($first $wxplot_size)) ((mequal simp) $pic_height ,($second $wxplot_size)))) (t `(((mequal simp) $dimensions ,$wxplot_size))))) (defun wxanimate-draw (scenes scene-head) (unless ($get '$draw '$version) ($load "draw")) (multiple-value-bind (scene file-name) (get-file-name-opt (cdr scenes)) (let* ((a (meval (car scene))) (a-range (meval (cadr scene))) (*windows-OS* t) (args (cddr scene)) (frameno 1) (images ())) (when (integerp a-range) (setq a-range (cons '(mlist simp) (loop for i from 1 to a-range collect i)))) (if file-name ;; If file_name is set, draw the animation into gif using gnuplot (let (imgs) (dolist (aval (reverse (cdr a-range))) (setq imgs (cons (cons scene-head (mapcar #'(lambda (arg) (meval (maxima-substitute aval a arg))) args)) imgs))) ($apply '$draw (append `((mlist simp) ((mequal simp) $gnuplot_file_name ,$gnuplot_file_name) ((mequal simp) $data_file_name ,$data_file_name) ((mequal simp) $terminal $animated_gif) ((mequal simp) $file_name ,file-name)) (get-pic-size-opt) imgs)) "") ;; If file_name is not set, show the animation in wxMaxima (progn (dolist (aval (reverse (cdr a-range))) ($wxstatusbar (format nil "Preparing Frame #~d" frameno)) (setf frameno (+ 1 frameno)) (let* ((filename (wxplot-filename nil)) (args (cons scene-head (mapcar #'(lambda (arg) (meval (maxima-substitute aval a arg))) args)))) (setq images (cons (format nil "~a.png" filename) images)) ($apply '$draw (append `((mlist simp) ((mequal simp) $gnuplot_file_name ,$gnuplot_file_name) ((mequal simp) $data_file_name ,$data_file_name) ((mequal simp) $terminal ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mequal simp) $file_name ,filename)) (get-pic-size-opt) (list args))))) (when images (slide-tag images)))) ""))) (defmspec $wxanimate_draw (scene) (wxanimate-draw scene '($gr2d))) (defmspec $with_slider_draw (scene) (wxanimate-draw scene '($gr2d))) (defmspec $with_slider_draw2d (scene) (wxanimate-draw scene '($gr2d))) (defmspec $with_slider_draw3d (scene) (wxanimate-draw scene '($gr3d))) (defmspec $wxanimate_draw3d (scene) (wxanimate-draw scene '($gr3d))) (defun $wxplot2d (&rest args) (let ((preamble ($wxplot_preamble)) (system-preamble (get-plot-option-string '$gnuplot_preamble 2)) (filename (wxplot-filename))) (when (string= system-preamble "false") (setq system-preamble "")) (setq preamble (format nil "~a; ~a" preamble system-preamble)) (dolist (arg args) (if (and (listp arg) (eql (cadr arg) '$gnuplot_preamble)) (setq preamble (format nil "~a; ~a" preamble (caddr arg))))) (apply #'$plot2d `(,@args ((mlist simp) $plot_format $gnuplot) ((mlist simp) $gnuplot_term ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mlist simp) $gnuplot_preamble ,preamble) ((mlist simp) $gnuplot_out_file ,filename))) ($ldisp `((wxxmltag simp) ,filename "img"))) "") (defun $wxplot3d (&rest args) (let ((preamble ($wxplot_preamble)) (system-preamble (get-plot-option-string '$gnuplot_preamble 2)) (filename (wxplot-filename))) (when (string= system-preamble "false") (setq system-preamble "")) (setq preamble (format nil "~a; ~a" preamble system-preamble)) (dolist (arg args) (if (and (listp arg) (eql (cadr arg) '$gnuplot_preamble)) (setq preamble (format nil "~a; ~a" preamble (caddr arg))))) (apply #'$plot3d `(,@args ((mlist simp) $plot_format $gnuplot) ((mlist simp) $gnuplot_term ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mlist simp) $gnuplot_preamble ,preamble) ((mlist simp) $gnuplot_out_file ,filename))) ($ldisp `((wxxmltag simp) ,filename "img"))) "") (defun $wxdraw2d (&rest args) (apply #'$wxdraw (list (cons '($gr2d) args)))) (defun $wxdraw3d (&rest args) (apply #'$wxdraw (list (cons '($gr3d) args)))) (defvar $display_graphics t) (defun option-sublist (lst) (cons '(mlist simp) (loop for l in lst when (and (listp l) (= ($length l) 2)) collect l))) (defun $wxdraw (&rest args) (unless ($get '$draw '$version) ($load "draw")) (let* ((file_name_spec ($assoc '$file_name (option-sublist (append (cdar args) (cdr args))))) (filename (or file_name_spec (wxplot-filename nil))) (*windows-OS* t) res) (setq res ($apply '$draw (append '((mlist simp)) args `(((mequal simp) $gnuplot_file_name ,$gnuplot_file_name) ((mequal simp) $data_file_name ,$data_file_name) ((mequal simp) $terminal ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mequal simp) $file_name ,filename)) (cond ((eq ($get '$draw '$version) 1) `(((mequal simp) $pic_width ,($first $wxplot_size)) ((mequal simp) $pic_height ,($second $wxplot_size)))) (t `(((mequal simp) $dimensions ,$wxplot_size))))))) (if $display_graphics (progn ($ldisp `((wxxmltag simp) ,(format nil "~a.png" filename) "img" ,(when file_name_spec "del=\"no\""))) (setq res "")) (setf res `((wxxmltag simp) ,(format nil "~a.png" filename) "img"))) res)) (defmspec $wxdraw_list (args) (unless ($get '$draw '$version) ($load "draw")) (let (($display_graphics nil)) ($ldisp (cons '(mlist simp) (mapcar #'meval (cdr args))))) '$done) (defun $wximplicit_plot (&rest args) (let ((preamble ($wxplot_preamble)) (system-preamble (get-plot-option-string '$gnuplot_preamble 2)) (filename (wxplot-filename))) (when (string= system-preamble "false") (setq system-preamble "")) (setq preamble (format nil "~a; ~a" preamble system-preamble)) (dolist (arg args) (if (and (listp arg) (eql (cadr arg) '$gnuplot_preamble)) (setq preamble (format nil "~a; ~a" preamble (caddr arg))))) ($apply '$implicit_plot `((mlist simp) ,@args ((mlist simp) $plot_format $gnuplot) ((mlist simp) $gnuplot_term ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mlist simp) $gnuplot_preamble ,preamble) ((mlist simp) $gnuplot_out_file ,filename))) ($ldisp `((wxxmltag simp) ,filename "img"))) "") (defun $wxcontour_plot (&rest args) (let ((preamble ($wxplot_preamble)) ($plot_options $plot_options) (system-preamble (get-plot-option-string '$gnuplot_preamble 2)) (filename (wxplot-filename))) (when (string= system-preamble "false") (setq system-preamble "")) (setq preamble (format nil "~a; ~a" preamble system-preamble)) (dolist (arg args) (if (and (listp arg) (eql (cadr arg) '$gnuplot_preamble)) (setq preamble (format nil "~a; ~a" preamble (caddr arg))))) (apply #'$contour_plot `(,@args ((mlist simp) $gnuplot_term ,(if $wxplot_pngcairo '$pngcairo '$png)) ((mlist simp) $plot_format $gnuplot) ((mlist simp) $gnuplot_preamble ,preamble) ((mlist simp) $gnuplot_out_file ,filename))) ($ldisp `((wxxmltag simp) ,filename "img"))) "") (defun $show_image (file) ($ldisp `((wxxmltag simp) ,file "img" "del=\"no\""))) ;; ;; Port of Barton Willis's texput function. ;; (defun $wxxmlput (e s &optional tx lbp rbp) (when (stringp e) (setf e (define-symbol e))) (cond (($listp s) (setq s (margs s))) ((stringp s) (setq s (list s))) ((atom s) (setq s (list (wxxml-stripdollar ($sconcat s)))))) (when (or (null lbp) (not (integerp lbp))) (setq lbp 180)) (when (or (null rbp) (not (integerp rbp))) (setq rbp 180)) (cond ((null tx) (if (stringp (nth 0 s)) (putprop e (nth 0 s) 'wxxmlword) (let ((fun-name (gensym)) (fun-body `(append l (list (let ((f-x (mfuncall ',s x))) (if (stringp f-x) f-x (merror "wxxml: function ~s did not return a string.~%" ($sconcat ',(nth 0 s)))))) r))) (setf (symbol-function fun-name) (coerce `(lambda (x l r) ,fun-body) 'function)) (setf (get e 'wxxml) fun-name)))) ((eq tx '$matchfix) (putprop e 'wxxml-matchfix 'wxxml) (cond ((< (length s) 2) (merror "Improper 2nd argument to `wxxmlput' for matchfix operator.")) ((eq (length s) 2) (putprop e (list (list (nth 0 s)) (nth 1 s)) 'wxxmlsym)) (t (putprop e (list (list (nth 0 s)) (nth 1 s) (nth 2 s)) 'wxxmlsym)))) ((eq tx '$prefix) (putprop e 'wxxml-prefix 'wxxml) (putprop e s 'wxxmlsym) (putprop e lbp 'wxxml-lbp) (putprop e rbp 'wxxml-rbp)) ((eq tx '$infix) (putprop e 'wxxml-infix 'wxxml) (putprop e s 'wxxmlsym) (putprop e lbp 'wxxml-lbp) (putprop e rbp 'wxxml-rbp)) ((eq tx '$postfix) (putprop e 'wxxml-postfix 'wxxml) (putprop e s 'wxxmlsym) (putprop e lbp 'wxxml-lbp)) (t (merror "Improper arguments to `wxxmlput'.")))) ;;;;;;;;;;;;; ;; Auto-loaded functions ;;;; (setf (get '$lbfgs 'autoload) "lbfgs") (setf (get '$lcm 'autoload) "functs") ;;;;;;;;;;;;; ;; Statistics functions ;;;; (defvar $draw_compound t) (defmacro create-statistics-wrapper (fun wxfun) `(defun ,wxfun (&rest args) (let (($draw_compound nil) res) (declare (special $draw_compound)) (setq res ($apply ',fun (cons '(mlist simp) args))) ($apply '$wxdraw2d res)))) (create-statistics-wrapper $histogram $wxhistogram) (create-statistics-wrapper $scatterplot $wxscatterplot) (create-statistics-wrapper $barsplot $wxbarsplot) (create-statistics-wrapper $piechart $wxpiechart) (create-statistics-wrapper $boxplot $wxboxplot) (dolist (fun '($histogram $scatterplot $barsplot $piechart $boxplot)) (setf (get fun 'autoload) "descriptive")) (dolist (fun '($mean $median $var $std $test_mean $test_means_difference $test_normality $simple_linear_regression $subsample)) (setf (get fun 'autoload) "stats")) (setf (get '$lsquares_estimates 'autoload) "lsquares") (setf (get '$to_poly_solve 'autoload) "to_poly_solver") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Redefine load so that it prints the list of functions ;; used for autocompletion. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defun symbol-to-string (s) (maybe-invert-string-case (symbol-name (stripdollar s)))) (defun $print_function (fun) (let ((fun-name (symbol-to-string (caar fun))) (*print-circle* nil) (args (mapcar (lambda (u) (cond ((atom u) (symbol-to-string u)) ((eq (caar u) 'mlist) ($concat "[" (symbol-to-string (if (atom (cadr u)) (cadr u) (cadadr u))) "]")) (t (symbol-to-string (cadr u))))) (cdr fun)))) (format nil "FUNCTION: ~a$TEMPLATE: ~a(~{<~a>~^, ~})" fun-name fun-name args))) (defun $add_function_template (&rest functs) (let ((*print-circle* nil)) (format t "~{~a~^$~}" (mapcar #'$print_function functs)) (cons '(mlist simp) functs))) ;;; ;;; Rewrite of the function load (maxima/src/mload.lisp) ;;; (displays functions and variable names after loading a Maxima package so the ;;; autocomplete functionality knows which function and variable names exist ;;; (no-warning (defun $load (filename) (let ((searched-for ($file_search1 filename '((mlist) $file_search_maxima $file_search_lisp ))) type) (setq type ($file_type searched-for)) (case type (($maxima) ($batchload searched-for) (format t "~{~a~^$~}" (append (mapcar #'$print_function (cdr ($append $functions $macros))) (mapcar #'symbol-to-string (cdr $values))))) (($lisp $object) ;; do something about handling errors ;; during loading. Foobar fail act errors. (no-warning (load-and-tell searched-for))) (t (merror "Maxima bug: Unknown file type ~M" type))) searched-for))) ;;;;;;;;;;;;;;;;;;;;; ;; table_form implementation (defun make-zeros (n) (cons '(mlist simp) (loop for i from 1 to n collect ""))) (defun take-first (l n) (if (= n 0) nil (cons (first l) (take-first (rest l) (- n 1))))) (defun $table_form (mat &rest opts) (when (mapatom mat) ($error "table_form: the argument should not be an atom.")) (setq mat ($args mat)) (unless (every #'$listp (cdr mat)) (setq mat (cons '(mlist simp) (mapcar (lambda (e) (list '(mlist simp) e)) (cdr mat))))) (setq opts (cons '(mlist simp) opts)) (let ((row-names ($assoc '$row_names opts)) (col-names ($assoc '$column_names opts)) (m (apply #'max (mapcar '$length (cdr mat)))) (n (length (cdr mat))) (mtrx '(special))) (when ($assoc '$transpose opts) (rotatef m n)) (when (eq row-names '$auto) (setq row-names (cons '(mlist simp) (loop for i from 1 to n collect i)))) (when (eq col-names '$auto) (setq col-names (cons '(mlist simp) (loop for i from 1 to m collect i)))) (when row-names (setq row-names ($append row-names (make-zeros (- n ($length row-names))))) (setq row-names (cons '(mlist simp) (take-first (cdr row-names) n)))) (when col-names (setq col-names ($append col-names (make-zeros (- m ($length col-names))))) (setq col-names (cons '(mlist simp) (take-first (cdr col-names) m)))) (when (and row-names col-names) (setq col-names ($cons "" col-names))) (setq mat (cons '(mlist simp) (mapcar (lambda (r) ($append r (make-zeros (- m ($length r))))) (cdr mat)))) (setq mat ($apply '$matrix mat)) (when ($assoc '$transpose opts) (setq mat ($transpose mat))) (when row-names (setq mat (cons '($matrix simp) (mapcar #'$append (cdr ($transpose row-names)) (cdr mat)))) (setq mtrx (cons 'rownames mtrx))) (when col-names (setq mat (cons '(matrix simp) (cons col-names (cdr mat)))) (setq mtrx (cons 'colnames mtrx))) ($ldisp (cons (append '($matrix simp) mtrx) (cdr mat))) '$done)) (putprop '$table_form t 'evfun) ;; Load the initial functions (from mac-init.mac) (let ((*print-circle* nil)) (format t "~{~a~^$~}" (mapcar #'$print_function (cdr ($append $functions $macros))))) (no-warning (defun mredef-check (fnname) (declare (ignore fnname)) t)) (when ($file_search "wxmaxima-init") ($load "wxmaxima-init")) ;;; A function that loads bitmaps from files as a slideshow. ;;; Todo: Replace this function by at least half-way-optimized LISP code. (progn (defprop $wxanimate_from_imgfiles t translated) (add2lnc '$wxanimate_from_imgfiles $props) (defmtrfun ($wxanimate_from_imgfiles $any mdefine t nil) ($x) (declare (special $x)) (progn (simplify (mfunction-call $printf t '"")) (do (($i) (mdo (cdr $x) (cdr mdo))) ((null mdo) '$done) (declare (special $i)) (setq $i (car mdo)) (simplify (mfunction-call $printf t '"~a;" $i))) (simplify (mfunction-call $printf t '""))) )) wxmaxima-Version-18.02.0/data/wxmaxima000066400000000000000000000015551324204105000176240ustar00rootroot00000000000000# wxmaxima(1) completion -*- shell-script -*- _wxmaxima() { local cur prev words cword split _init_completion -s || return case $prev in --help|-h) return ;; --eval|-e) return ;; --version|-v) return ;; --batch|-b) _filedir return ;; --open|-o) _filedir '@(mac|wxm|wxmx|out|xml)' return ;; esac $split && return 0 if [[ "$cur" == -* ]]; then local opts="$( _parse_help "$1" )" [[ $opts ]] || opts="$( _parse_usage "$1" )" COMPREPLY=( $( compgen -W "$opts" -- "$cur" ) ) [[ $COMPREPLY == *= ]] && compopt -o nospace else _filedir '@(mac|wxm|wxmx|out|xml)' fi } && complete -F _wxmaxima wxmaxima wxmaxima-Version-18.02.0/data/wxmaxima-16.xpm000066400000000000000000000065331324204105000206540ustar00rootroot00000000000000/* XPM */ static char * wxmaxima_16_xpm[] = { "16 16 174 2", " c None", ". c #4B788C", "+ c #4D7B8E", "@ c #4E7B8F", "# c #609AB0", "$ c #6CAAC3", "% c #74ADC5", "& c #78B1C8", "* c #74AEC6", "= c #6BA9C3", "- c #6AA7C1", "; c #5F96AE", "> c #294170", ", c #3A5D89", "' c #73ADC5", ") c #87BACD", "! c #94BFD2", "~ c #5367A2", "{ c #5062AF", "] c #455BA9", "^ c #344DA5", "/ c #2B44A0", "( c #1C2D77", "_ c #401850", ": c #643153", "< c #622968", "[ c #585991", "} c #AACDDC", "| c #7485B1", "1 c #4A4AC9", "2 c #44537E", "3 c #5E7188", "4 c #6F3E53", "5 c #632F56", "6 c #441157", "7 c #5F98AE", "8 c #41426A", "9 c #9C152E", "0 c #B50A0E", "a c #A64950", "b c #B9D6E1", "c c #C1DBE5", "d c #7681B0", "e c #5F61CC", "f c #973846", "g c #AD0F10", "h c #C3171A", "i c #432F56", "j c #5F92AA", "k c #415A9F", "l c #952836", "m c #7D2B3C", "n c #B71C23", "o c #C0D6E0", "p c #D5E6EE", "q c #C5DCE6", "r c #727BB1", "s c #AB162B", "t c #7B2E3A", "u c #B52226", "v c #4A7689", "w c #486694", "x c #8E2642", "y c #8A4867", "z c #AC323C", "A c #A88E94", "B c #CBE2EA", "C c #917A82", "D c #9B2843", "E c #753755", "F c #B1242A", "G c #4B768A", "H c #4E7C91", "I c #5E92AE", "J c #3C4C87", "K c #A03D44", "L c #995F69", "M c #9B6E78", "N c #AE5B61", "O c #B7D6E2", "P c #B3D2DF", "Q c #9B4953", "R c #683C59", "S c #87535E", "T c #AF272D", "U c #4E7C8E", "V c #4E7C90", "W c #43629C", "X c #4B68A1", "Y c #9D3942", "Z c #8F5A64", "` c #89AABB", " . c #B1393E", ".. c #93A8B5", "+. c #8194A4", "@. c #962434", "#. c #7399AF", "$. c #83515C", "%. c #5483A6", "&. c #3D6196", "*. c #4D7B8F", "=. c #42639C", "-. c #3E4AAA", ";. c #922A37", ">. c #7A424E", ",. c #73A5BB", "'. c #9A4C54", "). c #865965", "!. c #6F3859", "~. c #80374A", "{. c #5072A5", "]. c #713855", "^. c #A2192A", "/. c #15239C", "(. c #416696", "_. c #4B7689", ":. c #65A2BC", "<. c #2E399C", "[. c #881B4F", "}. c #782F6A", "|. c #585CB7", "1. c #64596C", "2. c #981525", "3. c #971635", "4. c #48307E", "5. c #2E30A5", "6. c #58115A", "7. c #92032B", "8. c #04068F", "9. c #598CA9", "0. c #6D6777", "a. c #BE171B", "b. c #AA272D", "c. c #4F4C6C", "d. c #49679E", "e. c #B61C21", "f. c #B22026", "g. c #6AA6BE", "h. c #6A7B8E", "i. c #9D3138", "j. c #C3171B", "k. c #6D6A7B", "l. c #5D92A8", "m. c #785D6C", "n. c #6B3C55", "o. c #5C2B58", "p. c #492A61", "q. c #5079A6", "r. c #747488", "s. c #78798D", "t. c #69A6C0", "u. c #756A7A", "v. c #835A67", "w. c #7E5360", "x. c #7E5564", "y. c #426979", "z. c #4D78A7", "A. c #1D2E9F", "B. c #395B9B", "C. c #6AA7C0", "D. c #68A6C0", "E. c #6AA3BF", "F. c #6AA7BF", "G. c #69A5BE", "H. c #6AA8C2", "I. c #426878", "J. c #629AB3", "K. c #6AA4C0", "L. c #6AA5BF", "M. c #6AA6C0", "N. c #6AA8C1", "O. c #5E94AB", "P. c #4B788A", "Q. c #4E7A8F", " . + @ . ", " # $ % & * = - ; ", " > , ' ) ! ~ { ] ^ / / ( ", " _ : < [ } | 1 2 3 4 5 6 ", " 7 8 9 0 a b c d e f g h i j ", " - k l m n o p q r s t u - - ", "v - w x y z A B c C D E F - - G ", "H I J K L M N O P Q R S T - - U ", "V W X Y Z ` ...+.@.#.$.T %.&.*.", "v =.-.;.>.,.'.).!.~.{.].^./.(._.", " :.<.[.}.|.1.2.3.4.5.6.7.8.9. ", " ; 0.a.b.c.d.e.f.g.h.i.j.k.l. ", " m.n.o.p.q.r.s.t.u.v.w.x. ", " y.z.A.B.C.D.E.F.G.C.H.I. ", " J.K.L.M.N.- - O. ", " P.Q.Q.P. "}; wxmaxima-Version-18.02.0/data/wxmaxima-32.xpm000066400000000000000000000255331324204105000206530ustar00rootroot00000000000000/* XPM */ static char * wxmaxima_32_xpm[] = { "32 32 554 2", " c None", ". c #283D49", "+ c #314D5A", "@ c #375864", "# c #365663", "$ c #375663", "% c #22353F", "& c #3F6271", "* c #67A2BC", "= c #6AA7C1", "- c #65A2BA", "; c #3D626F", "> c #23363D", ", c #416879", "' c #6BA8C2", ") c #6FACC4", "! c #71ACC4", "~ c #70ABC4", "{ c #6FAAC4", "] c #6BA9C3", "^ c #416877", "/ c #273F49", "( c #69A8C2", "_ c #69A8C0", ": c #6EA9C3", "< c #79B0C8", "[ c #7EB4C9", "} c #82B6CB", "| c #83B6CB", "1 c #80B4CB", "2 c #7DB3C9", "3 c #76AFC6", "4 c #6CA9C3", "5 c #2E4954", "6 c #365563", "7 c #38587D", "8 c #5D95AE", "9 c #6BA9C1", "0 c #75AEC5", "a c #7FB3C9", "b c #85B6CC", "c c #8BBBD0", "d c #8EBDD0", "e c #91BFD2", "f c #8BBACF", "g c #83B7CC", "h c #7DB3CA", "i c #73ACC6", "j c #375765", "k c #2E4C5B", "l c #0F1862", "m c #182460", "n c #5A8CA8", "o c #76AEC5", "p c #8ABBCE", "q c #92BFD2", "r c #96C1D4", "s c #9AC4D5", "t c #2E385F", "u c #2F3588", "v c #2E3486", "w c #2B3285", "x c #293085", "y c #232983", "z c #1F2581", "A c #191F80", "B c #11197D", "C c #0C137B", "D c #10184E", "E c #2A434D", "F c #223675", "G c #10187F", "H c #6FA5BB", "I c #3F5581", "J c #344083", "K c #394486", "L c #7C9CB2", "M c #A2C9D8", "N c #A7CBDB", "O c #7B94AB", "P c #3E41A1", "Q c #4646D4", "R c #3C3CBE", "S c #2F395C", "T c #52698D", "U c #4C6289", "V c #445D85", "W c #385581", "X c #2F4979", "Y c #233975", "Z c #0D167E", "` c #0000BE", " . c #19287A", ".. c #284049", "+. c #4F182C", "@. c #74062F", "#. c #740E1B", "$. c #710B22", "%. c #6D0F3B", "&. c #6F1243", "*. c #4A2470", "=. c #687E98", "-. c #ACCFDC", ";. c #B2D2DF", ">. c #B3D2DF", ",. c #6E809A", "'. c #4E50B8", "). c #5555D8", "!. c #4446A9", "~. c #6C87A1", "{. c #75616D", "]. c #8A2C32", "^. c #7E242B", "/. c #7E242A", "(. c #7C2329", "_. c #610625", ":. c #4F0A20", "<. c #5F95AD", "[. c #565865", "}. c #36162F", "|. c #4F1044", "1. c #F50000", "2. c #AD0308", "3. c #F70000", "4. c #971014", "5. c #A0C5D4", "6. c #B4D3E0", "7. c #B8D5E2", "8. c #BDD9E4", "9. c #BDD7E3", "0. c #626E8B", "a. c #6161CE", "b. c #6060DB", "c. c #464A99", "d. c #7C9EB2", "e. c #9A181C", "f. c #F20000", "g. c #90090A", "h. c #FF0000", "i. c #92191E", "j. c #451936", "k. c #2E133C", "l. c #3F6574", "m. c #23363F", "n. c #28337C", "o. c #282F60", "p. c #DA0000", "q. c #94181A", "r. c #A91516", "s. c #EC0808", "t. c #82767F", "u. c #BAD7E2", "v. c #C0D9E4", "w. c #C5DDE6", "x. c #C6DEE7", "y. c #C0D9E3", "z. c #586084", "A. c #6F6FDC", "B. c #6767DD", "C. c #422F53", "D. c #E80607", "E. c #9D1518", "F. c #90181B", "G. c #6B3A43", "H. c #50809E", "I. c #3C5F89", "J. c #21363D", "K. c #3D6172", "L. c #2D318B", "M. c #3A4C66", "N. c #D90000", "O. c #9B1C1F", "P. c #7D3C40", "Q. c #F60D0E", "R. c #8C4145", "S. c #C1DBE6", "T. c #CADFE9", "U. c #CFE2EB", "V. c #CEE2EB", "W. c #C8DEE8", "X. c #B7D1DB", "Y. c #5B618D", "Z. c #7676E1", "`. c #732650", " + c #EF070B", ".+ c #733D44", "++ c #941B1F", "@+ c #6B3943", "#+ c #3B5F6D", "$+ c #333D84", "%+ c #333B63", "&+ c #D60203", "*+ c #8B111D", "=+ c #564980", "-+ c #C8101C", ";+ c #A51219", ">+ c #ACBDC6", ",+ c #D5E6ED", "'+ c #D3E6ED", ")+ c #CBDFE9", "!+ c #C1DBE5", "~+ c #A0B8C4", "{+ c #57598D", "]+ c #A4182F", "^+ c #BB0E1F", "/+ c #424565", "(+ c #901E22", "_+ c #FD0303", ":+ c #649FB9", "<+ c #3B5876", "[+ c #413F8E", "}+ c #D20509", "|+ c #911E35", "1+ c #8C8CE8", "2+ c #8A2C44", "3+ c #DE161C", "4+ c #87676B", "5+ c #C9DFE9", "6+ c #BFD9E4", "7+ c #B7D5E1", "8+ c #65464F", "9+ c #DB1626", "0+ c #77244C", "a+ c #494BAD", "b+ c #88191D", "c+ c #FA0607", "d+ c #6A3943", "e+ c #283E46", "f+ c #324D59", "g+ c #52819D", "h+ c #373E84", "i+ c #383E67", "j+ c #CD0608", "k+ c #88171D", "l+ c #64738D", "m+ c #614249", "n+ c #E92D30", "o+ c #8E3F42", "p+ c #C0D8E3", "q+ c #C4DBE6", "r+ c #C1DCE6", "s+ c #BAD6E3", "t+ c #8A3B3F", "u+ c #D3171C", "v+ c #5B3D79", "w+ c #3E4A77", "x+ c #8C2126", "y+ c #F7080A", "z+ c #693B44", "A+ c #304C56", "B+ c #355461", "C+ c #67A5BE", "D+ c #313B79", "E+ c #354572", "F+ c #588093", "G+ c #D10A0B", "H+ c #932427", "I+ c #9CC5D6", "J+ c #96B5C2", "K+ c #A63134", "L+ c #D2383A", "M+ c #8C9199", "N+ c #BBD7E2", "O+ c #BCD8E3", "P+ c #B9D6E3", "Q+ c #B4D2DF", "R+ c #808A94", "S+ c #C72F31", "T+ c #831A27", "U+ c #444D7A", "V+ c #7AAAC0", "W+ c #8B2226", "X+ c #F60A0C", "Y+ c #693C44", "Z+ c #365562", "`+ c #385865", " @ c #406182", ".@ c #303483", "+@ c #5F98B1", "@@ c #537F92", "#@ c #D10A0C", "$@ c #912427", "%@ c #94C0D2", "&@ c #9EC6D6", "*@ c #7F4A4F", "=@ c #E83B40", "-@ c #80565C", ";@ c #B1D1DF", ">@ c #ABCDDC", ",@ c #765056", "'@ c #C8212C", ")@ c #59283F", "!@ c #78A2B6", "~@ c #7BB1C9", "{@ c #872226", "]@ c #F50B0E", "^@ c #683C45", "/@ c #375866", "(@ c #31427F", "_@ c #364186", ":@ c #517D91", "<@ c #D00A0B", "[@ c #8F2427", "}@ c #8DBCD0", "|@ c #727983", "1@ c #D13539", "2@ c #99393E", "3@ c #9BB9C6", "4@ c #A9CDDC", "5@ c #A6CBDA", "6@ c #95B8C7", "7@ c #7E212B", "8@ c #AA1E31", "9@ c #5C6776", "0@ c #872026", "a@ c #5D94AD", "b@ c #34527B", "c@ c #2D3A82", "d@ c #333E86", "e@ c #D0090A", "f@ c #8E2024", "g@ c #83B8CD", "h@ c #90BDCF", "i@ c #87363B", "j@ c #DD393F", "k@ c #6D646C", "l@ c #9CC4D5", "m@ c #4E3C4A", "n@ c #C0233A", "o@ c #6F2A30", "p@ c #80B4CA", "q@ c #72ADC4", "r@ c #882025", "s@ c #2E4875", "t@ c #192776", "u@ c #2C3981", "v@ c #32369D", "w@ c #5686A3", "x@ c #D10709", "y@ c #8E1F24", "z@ c #75ACC5", "A@ c #7EB3C8", "B@ c #83B3CA", "C@ c #69515A", "D@ c #DF3238", "E@ c #7B3D44", "F@ c #8BB7CA", "G@ c #607791", "H@ c #67243D", "I@ c #CC2229", "J@ c #615660", "K@ c #71A8C0", "L@ c #69A3BC", "M@ c #68A6C1", "N@ c #892327", "O@ c #F7090A", "P@ c #693B45", "Q@ c #598CA8", "R@ c #0E177C", "S@ c #233678", "T@ c #314C58", "U@ c #273D49", "V@ c #2D4178", "W@ c #3636CF", "X@ c #333A8F", "Y@ c #313F63", "Z@ c #D20304", "`@ c #871319", " # c #466680", ".# c #5A879A", "+# c #7AAFC7", "@# c #6D93A5", "## c #AC2428", "$# c #BB262A", "%# c #515D70", "&# c #514A88", "*# c #A21322", "=# c #891522", "-# c #3B467A", ";# c #394781", "># c #354281", ",# c #2F3E7E", "'# c #7A0D1E", ")# c #F40306", "!# c #481139", "~# c #080D8C", "{# c #0000C0", "]# c #2C4574", "^# c #263E46", "/# c #4F7C99", "(# c #242899", "_# c #3A3AD0", ":# c #3C3AAF", "<# c #D50205", "[# c #8D152F", "}# c #6767DB", "|# c #5F60BB", "1# c #404C79", "2# c #659DB8", "3# c #743037", "4# c #E11A1F", "5# c #552445", "6# c #612D67", "7# c #D71736", "8# c #63245A", "9# c #4F4FD7", "0# c #3A3AD1", "a# c #2E2ECD", "b# c #7A0830", "c# c #F90105", "d# c #3C0359", "e# c #0000B2", "f# c #3F6282", "g# c #649FB7", "h# c #3D6170", "i# c #3F618A", "j# c #252D81", "k# c #29288E", "l# c #8B0C22", "m# c #3F4399", "n# c #4D4FB3", "o# c #6262D9", "p# c #3E517B", "q# c #565561", "r# c #D0090E", "s# c #820F21", "t# c #820E21", "u# c #C40A18", "v# c #33265E", "w# c #2E3388", "x# c #272D86", "y# c #222784", "z# c #1B2182", "A# c #7C051B", "B# c #3F0638", "C# c #090F7D", "D# c #080E64", "E# c #598CA2", "F# c #3C5D6C", "G# c #4B4A57", "H# c #EE0000", "I# c #A40B0E", "J# c #5F96AE", "K# c #528098", "L# c #333F7A", "M# c #394588", "N# c #64A0B9", "O# c #94181C", "P# c #E80E10", "Q# c #871E22", "R# c #95171A", "S# c #6B3942", "T# c #23383F", "U# c #416575", "V# c #5B4D5A", "W# c #AE0E11", "X# c #F90000", "Y# c #862024", "Z# c #693D45", "`# c #41455A", " $ c #2E3780", ".$ c #69A4BE", "+$ c #6B363E", "@$ c #F70809", "#$ c #63404A", "$$ c #67A4BE", "%$ c #68A4BC", "&$ c #597486", "*$ c #5B4752", "=$ c #6B3B44", "-$ c #C9090A", ";$ c #921D21", ">$ c #64444F", ",$ c #544853", "'$ c #65A2B9", ")$ c #456F80", "!$ c #613840", "~$ c #772B31", "{$ c #74272E", "]$ c #6C2129", "^$ c #7B282F", "/$ c #892A2F", "($ c #3B2441", "_$ c #2C3C7C", ":$ c #69A7C0", "<$ c #5E8295", "[$ c #7A282F", "}$ c #822931", "|$ c #5E8DA2", "1$ c #69A5BD", "2$ c #69A7BF", "3$ c #595563", "4$ c #82272E", "5$ c #80262C", "6$ c #782A31", "7$ c #772C33", "8$ c #7A2A31", "9$ c #85282E", "0$ c #6D262D", "a$ c #6199B2", "b$ c #1D2F38", "c$ c #2A414B", "d$ c #152273", "e$ c #090AAE", "f$ c #1C2979", "g$ c #1E2B7D", "h$ c #14187F", "i$ c #4D7A98", "j$ c #68A6C0", "k$ c #6AA8C1", "l$ c #68A7C0", "m$ c #6AA6C0", "n$ c #6AA7C2", "o$ c #6AA6C1", "p$ c #6BA7C1", "q$ c #6AA7C0", "r$ c #6AA8C2", "s$ c #2B414D", "t$ c #375763", "u$ c #1B2B72", "v$ c #0000BA", "w$ c #0000BD", "x$ c #090F89", "y$ c #3B5D89", "z$ c #69A6C1", "A$ c #69A6BF", "B$ c #69A6C0", "C$ c #6AA5C0", "D$ c #69A6BE", "E$ c #69A5BF", "F$ c #68A5BF", "G$ c #6BA7C3", "H$ c #355460", "I$ c #314D76", "J$ c #2F4C78", "K$ c #5B90AB", "L$ c #69A7C1", "M$ c #365664", "N$ c #283F49", "O$ c #68A7C1", "P$ c #69A5C0", "Q$ c #6AA6BF", "R$ c #2C454F", "S$ c #4A7384", "T$ c #68A8C0", "U$ c #69A6C2", "V$ c #477081", "W$ c #1F2F37", "X$ c #3C5F6E", "Y$ c #233841", "Z$ c #283D47", "`$ c #304B59", " % c #355663", ".% c #304B57", " . + @ # # $ + . ", " % & * = = = = = = = = - ; > ", " , = = = ' ) ! ~ { ] = = = = = ^ ", " / * ( _ : < [ } | | 1 2 3 4 = = = = * 5 ", " 6 7 8 9 0 a b c d e e d f g h i = = = = = j ", " k l m n o | p q r s t u v w x y z A B C C C C D ", " E F G = H I J K L M N O P Q R S T U V W X Y Z ` ... ", " * +.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.q {.].^./.(._.:.<. ", " , = [.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.k.- l. ", " m.= = = n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.F.h.G.H.I.= = J. ", " K.= = * L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++h.@+= = = = #+ ", " * = = = $+%+&+*+=+-+;+>+T.,+'+)+!+~+{+]+^+/+(+_+@+= = = = :+ ", ". = = = = <+[+}+|+1+2+3+4+)+U.U.5+6+7+8+9+0+a+b+c+d+= = = = = e+", "f+= = = g+h+i+j+k+l+m+n+o+p+q+x.r+s+;.t+u+v+w+x+y+z+= = = = = A+", "B+= = C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+= = = = = Z+", "`+= = @.@+@@@#@$@%@&@*@=@-@Q+Q+;@>@,@'@)@!@~@{@]@^@= = = = = /@", "`+= = (@_@= :@<@[@}@r |@1@2@3@4@5@6@7@8@9@1 ) 0@]@^@= a@b@= = /@", "B+= = c@d@= :@e@f@g@c h@i@j@k@l@s m@n@o@p@q@= r@X+Y+= s@t@= = Z+", "f+= = u@v@w@:@x@y@z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@= = T@", "U@= = V@W@X@Y@Z@`@ #.#+#@###$#%#&#*#=#-#;#>#,#'#)#!#~#{#]#= = ^#", " - = /#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#Q 0#a#b#c#d#{#e#f#= g# ", " h#= = i#j#k#N.l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#A#h.B#C#D#E#= F# ", " J.= = = = G#H#I#J#K#L#M#N#O#P#P#Q#= = ( = = R#h.S#= = = = T# ", " U#= V#3#W#h.X#Y#Z#`# $.$+$y+@$#$$$%$&$*$=$-$h.;$>$,$'$)$ ", " * !$~$~${$]$^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$0$a$b$ ", " c$= = = d$e$f$g$h$i$j$k$l$m$4 m$n$j$o$p$q$l$r$= = s$ ", " t$= = u$v$w$x$y$z$A$B$A$C$j$D$1$E$F$j$( q$G$= H$ ", " j = :+I$J$K$= = = = B$] ] L$B$( = = C$C$z$M$ ", " N$* _ L$O$= :$L$r$P$Q$C$= = = = = = * R$ ", " S$:$n$:$T$' U$n$B$L$= = = = = V$W$ ", " J.X$- = = = = = = = = :+X$Y$ ", " Z$`$ %`+`+ %.%Z$ "}; wxmaxima-Version-18.02.0/data/wxmaxima.1000066400000000000000000000060561324204105000177640ustar00rootroot00000000000000.\" $Header: /cvsroot/wxmaxima/wxmaxima/debian/wxmaxima.1,v 1.3 2005/11/21 22:44:32 zufus Exp $ .\" .\" transcript compatibility for postscript use. .\" .\" synopsis: .P! .\" .de P! .fl \!!1 setgray .fl \\&.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed \-e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "WXMAXIMA" "1" .SH "NAME" wxmaxima \(em wxWidgets interface for maxima .SH "SYNOPSIS" .PP \fBwxmaxima\fR .SH "DESCRIPTION" .PP This manual page documents briefly the \fBwxmaxima\fR command and originally was written for the \fBDebian\fP distribution because the original program did not have a manual page at this time. Instead, it has extensive documentation that is in accessible using it's Help menu. .PP \fBwxmaxima\fR is a rather self-explanatory front-end to the maxima computer algebra system. It provides a graphical interface and 2D formatted output display for maxima. Its menu system facilitates the access to a huge part of the maxima native set of commands and also to a browsable maxima help. The dialogue windows make easy the introduction of mathematical entities such as limits, matrices, etc. Besides that it extends maxima with a few powerful features like the ability to create diagrams with one parameter bound to a slider gui control. .PP maxima is a free (GPL) common lisp implementation based of the original computer algebra system Macsyma developed at MIT. It has full documentation (HTML and info) included in the maxima-doc Debian package. .PP It uses the cross-platform GUI toolkit wxWidgets and runs natively on many operative systems. .SH "OPTIONS" .TP .I \-h, \-\-help Help: prints a list of options. .TP .I \-V, \-\-version Prints the current version. .TP .I \-b, \-\-batch processes the file, saves it afterwards. Will halt if wxMaxima finds an error message in maxima's output and pause if maxima asks a question. .SH "SEE ALSO" .PP maxima (1), xmaxima (1). .SH "AUTHOR" .PP This manual page was written by J. Rafael Rodriguez Galvan rafael.rodriguez@uca.es for the \fBDebian\fP system (but may be used by others) and updated by Gunter Königsmann wxMaxima@physikbuch.de. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. wxmaxima-Version-18.02.0/data/wxmaxima.png000066400000000000000000000526411324204105000204110ustar00rootroot00000000000000PNG  IHDR>asBIT|d pHYsIIntEXtSoftwarewww.inkscape.org<UIDATx]Xֆl;Rc4FhA41ILL4כFcT{CziJ.ݝA9owN3g44y7 ogqY,6BźAHsxY|<#Z@Av7=Y ߰8lMMᶊ L:>>qv߼G>ʩ+CGQG<)| c2ȵDl`\ qNI@G53f[Uuz kO,lΕ,l N9qxf$|wj!x sY,NP-0 _mxЀG^i8k؝X[(  2n^`trfp7#Su m;Tr vQ>Eu#|.QaoC37ػ>/+"K;ٛ; L];5wԈN,6&(hFăSv.>K{U8IʆPo<#agd+$zM!J20DHcd^p;U9P5Ծ.8$"4 O<+$u"Fxئs4;0 ?)W8n:O t!aq|>15$<>AA\'9IVK=nZһ2"8`A8K]>;rt' zM:S1dsN˜jo t$]Аa@B{;w;{Sܟr})T-Oy@z2Ttu)'FdϣA"*6Q=Q#CM4Cw"|p60YN|[tL,k?Z`eX\ %zmoE>}ɹoE!0Hm w?,,qZp`mk-*{xK~?لA'f Ti‘ջS2=E;ygG2OG>>qzGGϞ t[bs|}l߂zJBȠ 5BFJ " 0,}0U@̯5s*cA@oUɖker1[zzX1=.e .3Q̌ggf9:C\n䏱9?} >1P'5=SXM`,ƙπvvp&d ih|N44ރ0Iƪe{?O6f.wpf6{L!V%hg_!;sm<:t q,s#cA&|[%Ti.ڟR)g}ǫRGy/2rwի+/%>>gY2dYuxz!gi2xiI2c :XZ3TbbJRD@$ K$"݇L%fCJ0: N%yL`ʄznTP0t\no ftތL$H]8}wOU*f=cQիtߒnUȱ)Gi Ld1dsd0lCI``H p&..*XX(`l&H2h$%@3$F/X_@SKSY5Ocj+92 0"1T?cޭ0/"TGO[^'h{~`'÷',YqzJ}^OKܥk`b5%+r8yH@/<#‰P '3/RnLH[b|e„\Kƍ%c檈an42|cg=ҹ_̞ϮʚʳS9;3Zqا^>1rO,KO];)*ŽN#'eh\fqoY,D4m*"8j]gO1?28ldڴ<2uBLA9O&O>O&MEq Mo~{,8j4=mFB̈́  Cfe%8Uttttt!C 4t،gjp33^ x{JbeDfFfwɏ/I+ s2gN=;!F<M$={A1 U1dUK)Eʔ1F=MYh$@w%UM|<*ZBD@< KSSv .-6[ƃǸ,ci>KH9Dk&FDgL@`G%~@4FFc'WGU t\i܁seqs>^]gƻ]ֱ͝Ax,XPH̟_(TɀZ" ?5ǓIEZ9{]SM˿:4gN`cTgeihdhzH誱U=M]NDŖ5a&ZDcUʷ}\@Ed|>{PໃZ\:/u8?<$y `N2QjY3xny*> =x*S$r}F#@؜)p ^>ycB rHKAlKdp.V$Ï2` Mq)>~"yr|seˊɳSB5jyCO2a"Jl;pdpav`SIRc2d;ݽEʾ;~%01w' _R4nDV :1p$r>ߎH)[W낟/.l|OUmIɯ M/۞^X#DaFP#˳e\*JE9UTd>}@4/XQB^xarP3al ejЃ uxR0 w?^s%>PxI{"602hs}|HC8'?|iЂ.[k?+XZ99>.zσj ӹ9|wf^ M/=[zEp 甖U|,-* 0:-|ɒ8re) )F "LI8\-')D-IVuv ̅Õi[,ʘ5#JBPQ@O/`q8Yq.n\o{SaH᜞.|rp~/g䍠xpg?^ؿ6,ns9=_*3*XnYi܅ >B  d8~,7誾<88Ry2JRS * o?~Ji+qP829KA9\w \$=sKw"@ҹ빆!3&?@XfKo}<..a4{I @jjc߸шrx'Gy|Ddɔs˒wP{ tT8c2)E9'ʫJjKU֝M); `[T$,P[YZYhK/@d0Qg&~p/R L'\ N8N"B$Q' >};S|q؄wTk7rx8J8\KKK*:. xl/w|E >Uŵtf'椖g.\H/kBI+ϢdA"ILyJJ5kʩF@Ӱj-mSO\ E tv) <-h̅a-9}'D`AѮ%l"f{2M+W)ޮo$ (ü0fJiez6f:RK(;;ڝ23#6PIG<g5̲sie z}_~S[WIx}$'d;:) :@FͶtӏ `m5CH߰^+WсqwN1"`9Wߏձ> q$QO*n[%tu¬CЩqQG#os~UpALg!s+sT$HpsNU/_~9vy[WU$X(&iz:hkLͯKN;#< Mwf7xXz~~'i> `?h_o^\qha 2IUAtDt^GaX-t) GկtT3;le,5q|^~")8S}Un;UJm "N\!"2%M<R I mϟfv_ Xkܥtlr fLƎ3孇wFN  U=o|%UfPgoӕHx g3 M]]{nwr  ZrIlA.H=GH@K@p?W_ -E{a7(C)wfRr_P?RYeF x7(gٓ0~j˟6i:`Ay<@?oXK PPEuM@IvNe}^X{?_𤞞,k[|;׍=o`cb]fj.7dIH9O.x< BѩQLU{Y}1ܗP5j/= j$NO3 a|Cd@, Ɠ9ZAϞ4ڒFk$hd8w{_&%]}a+{mb9 ;XaS'rSөr w7@߶6ch$hUy i0 ʥv\…-2"Wm[rО4}1_D!;~>(B…bt`gחT_* k/_(z|C$I ;{vE˗!_ AaޥkE z= # :6Qۊ ;~zQOtiT#\IIRYU`} ͗OL)f":62{O $x׊ Cfp<>KgOd6_6r MKΤ̅qč Ƃ w#|p'!/pc믟6 I+5t!uNNϑKI-1'.]N-AG' F5{@57޾˃=>6+[(J@RHIzXJd6z{6M֖ͮceǴWf>F\|9lz+|Yh@fƍ5kgՑ/%:&Cm#rt#MV .C 9Ͼ)Vwi_ހzg++K,WF '^PwqXxф$n'njs/Rm6Ljt.@k u:|A Dm$- U`C&u tlK7s[=>s25dI͖N&n&-:!7EAAUe=2uZb6 d !V$>Լ ^uT0 T&rS Fj bK̰\^ '$>|2$-dBpp_@5Ll]0xEEM61 x&64o8 Gm 3g=;9$pyr,'O*m;z.m߼ܲ@I*Ef1s^QZ?[ZZ\idze YNG2OJ 3t£eຓh! ^3\ 3|A0[ut[E@U] Pp.t0T 7|ٜ9| Ǐh $2/}B6-AM-lpdll -FfmN7\&[Xb@Y%!W=o\r7/h5-+/)R\WPQ3^r_o9jQ3+JK\/{atpm-y擟j EGhhG.p6Mr߆`.~#[͜O#柳X ]֦*km7h0Tm_KGOS-j1/ ~CZ.1sqV0542P%[jU1qznGFOF7M5WNӫʌ?%c">|럿vS, M]-ڨݴ.Cu#H^7b!'M|Oϝ@d"=E~:%<ʗڑb$MҢo"_l}' Yy!>W77}[3:46**"7*T~yQtAeQ|QuSyexϔ!+~7{n~SrZm744x46z i4YbPW@^}"%i%XX2q%ă= Mu-$@&m\vPe^ª趪ٳPd*ӳo|Vp{Oe m@V]Ik%@3o< 9_?ֶ+MM^7.{_ 0tͦjnj7.̫9qD^Y!!;q (gSկ }}}˕m lPXlp$Ax<]%\ 6?1E1p%@s <*[ۗC}X?m9sw/ЄylW@$ٯڦҢgl`<`j prԢUHx|Y{]#Z/|)h䥺Qconngj%򩂪.=S, W`lm]H_}ĴWW7ۿ #DK6f#::R[ᷙA SJ7ygb>@)@LϺ{]nj~cL@KK7#?Y}c(%RMW:{Ǩ}?4=Nz{kUGTQoz˗wK4 |qu%%('L9OR\\ދ= ]|-.q w@wbet׾b7 oL =vr1hxPU'Ikf A CG4P?bl}-dz1 /N,0Yl.-6j83;Yl4M#bcbfFc/=Ŵ)'' 1b,=nfg ER,BO9{7K Т$F-S!c&3TL[삙@UP?tD}ݰjO]hafaG^_4vĘjF:t M,WJ౹F}|ǂpb,oM R&{+BP9ﷀ#s_ŀ[w0--$=8~& , l=9\ mUq}1pl7-\52mExRHF4!9U=GΜQ$VYհ5U#UWXU$lb2xo`uT zeTR3*Rd.1qpTp€p\\6xx|M88ZX,F2jb^ŀY?<`dmiac <GV)83)N*E3ԜAmo"mȁ隓$e`s1F&^^~<6[>u oM}3":QIڳfwҎ?mpޓkA6844bz{( Q؝) tmm?= `4`eo?7c-S.* ^澔]oH {_r;SbJp(jIIA81 V36٭b}:$AQEF_qU.lJXZW3?=Tf_8axSN{ar!_D> gO#y1]R/ -;DWLxsWLkQ91Jصr{Աo;=p0 xG~f g.ȮI :nQSLKiXlNo$lEB]oҮ @PP ";, Uź @tZ 7Mvob1oMT`᝽I%Go:qh菏fp F7<|j|K|^.v8`BMxKH`r%=>ڟسVnWMg9Z$e*v w !vJ}'*E{6T'rhd*| bĐ􀬐m'U(  㦶n;Մ]B)x]+bCԮQ _܅ޕ}EpL {Gc n`]/, -,i5t6$$<襝aw缾'1=Igڗrķ$l8~Ju8O*hY \`j!5U5˽j+W=mbfam׆Ci)F&cᾄס/ĆW_M#>d9"6&4.5=:5gܜ~MxTOd;i-GӔg!#E!OEf5 q@Pt %&Y,3Z5/2lp 31 E7KF>GLL&D`wdX$Z@QTiĤj$@pX"R_C/d}cWB1h(MGz72mGlw+n^ծ@!U@=h _AdBX j~#$8XmSrÕ;^t*vZ^@W޹eMXTk;`([L\pxۢ:cLHojK:Z6N@l 4aMLX9*`qvBѯ+wNX<{mZe^~S_: oiahi0(@* @zHx6UILHZ+kҨL>ȷ#O*ӮKpvm٣Žų 4Hu%hN6D&7e/L =;mBڤ-?Npxp%_!31I;-q@GPר)}/찃Ƨ 2}pw9T=+R{Cp2[a!uev8:CAll~" -pǯn!Fxj&뷚9{\Yڎ <^:uL̛8Y WsO}3iUXL]2g i\;b̻c0uh4ɵ٭HQ;G&\hl7nfD[K!6%.$;tAdȄ|yoC!&0><}'NN~=}H$&4DKHh uM>iZ58@Go>zR,s8,60N d6yڸJ$3x"6VVHl3f 鹁<&%t{x &v&C&ýXLna(54rjI9>"3n8'_:P+0dx@M=uu(.u\j.uZ`&p>_ xR^yk&<iV#Hhg5Y$ypEbI!)4%EF>"߉v^x,gf=Z12B527Xb >M2P-~/ptl56q<?%.0"4Hl"R$Kvr!je!j^H2Cڞ+`΃h8 f uM9:|o-lyy""" RdMNlC32GӇ'AOa5w'SG>MtM+}6bm5s.`3R6G[fc qudw#̄AvrZJ,tԉs U͐5bx e3Ly 'x67X\*=4Of.clGm3aoIs%E}Oyw2 ̓l>EbRq p,i1 @o,~? UԏfOkHʌoW8H&F KC fGD @k-*,|x`uEcLD[u0LW2\fbh\ IfSƄr<Pfb( 49u !bdr[:|gyB @;Ar1¼peX (ERŽ+pnK)];0v?#}F\~K})7um\V܀i;B#ٰaD #ĽҞ+bli``->#W _7vX k񨖻^khL~ơvupF1GL]|еF&W>pD wk~h˟,&dfLp@Qes[VΈD:J& ?Q};!ǔ/_?9lf؜0+F7a/ioh@WBQtl9g~1͖IF<~7;|J\a6N(2Rh0ϔt"-yNPrz\}wb_~{98rB l/-'3*.x8%.ݪZ?Jrky;83__j 1v'R++Z=wDžl[Q (Y-Lp/~W@c[5_m߃YiuqD! [L:8rڽd#_ 6ƎF,,EVܚ'^ߏ$ c/Fůܕ×yzH3q:^o a;2,~<~VpU ;8mcxՅ (AHhlĊ?So } _Do? '**D 8xN RO`Gd<5b ٽ+F']= 593sxxw 5LU\;%lC[e{~d!.eoxͻݷ!plEU8xNi VKh*!<=nw8y.MK 6-!W u1rMeEG@#B73H@0BBwgaZG9VX{U[]Ѕ~~ t4C}f^Wl9u0m*?A;u5{ Md`peG w5{?.VMl3@j Eo=3u OgTw@l{s@1{i'';.<ϯH;bl;JgfTP-Wm`F7f{~:P\Lyx^zycYl9~(.Wvfb̴$xd;jIlHE<=c6b [ BvD =8Q+9E0˱5;=S%OpBs/ _B Sw+ bEMb{l0rªw%iwx@8<~K_kHXp<q5 {saƠs&;J)%,i るI5iQ״KYȎ(1' M/~/BAl8}Q"]8#0 W"|v2&̭+;߽B9vlzr+8(7Ix܍j5V`4b:Mջٳ B=!Aw1{>9fc!_ ГG`U~,x`$n\gT#f%bP 鐰p ~hi]G0׿*<2ջ9$<ˈznX|X7s_E̚'*ٯ7$H#)1Kۗ3! ˃48EA8 ,L MEx;bS̖QOPyTx%H(+]7bӀdĤKh\*S85ȑzø+Z92`p*߇dqXPMd SdiMjo>z gwwfV:j snFֈEиHTA!<}jlT%i OL=ݎR=}̸=S#:@? g}H<Ƒlb &qwv7Ƕ50 av٫ K1Mj^|Po1a0r wrʙ0N0U,6􆚠 |%`ԡclVkof N#}?jCepralM5Gnښ'dKVsKN3 ?^v?ir^\u9 i/?;xq4X0Kz}$OB⪝xO/*Wcvm):{@A;!K~쐈l$<S'+Kc ` 'řE>#<$dDBh}dLD‘=Yw/; r-QXr'_أM8rӢ9 YJ 3xe~2I9q'üU2EELH8OߋEMl酽 Ӳz;GyBu\qE7Mg,X{+sp @*CWOS nq3fݣ0 [ SjgB2އZe[[$&riG8O9XF56bWDkX'3@bG+w*OCOSBE†u3Tf%rFӄMD<)9v&) DDS_"\yTv6Ќ!īMmRry=u鸮~G(3`%CK+4K_5 ĉBo{h~owY{k? cMc*&:= V tNo#@={P߄L1TzZ`SF9\K pk5\d;1A+)>yE/;ߌG|gqqXP<XҮsʼ})*P\[8\iU`iIENDB`wxmaxima-Version-18.02.0/data/wxmaxima.svg000066400000000000000000004604311324204105000204240ustar00rootroot00000000000000 image/svg+xml wxmaxima-Version-18.02.0/data/x-wxmathml.xml000066400000000000000000000006051324204105000206710ustar00rootroot00000000000000 wxMaxima document wxMaxima Dokument wxmaxima-Version-18.02.0/data/x-wxmaxima-batch.xml000066400000000000000000000007061324204105000217440ustar00rootroot00000000000000 wxMaxima document wxMaxima Dokument wxmaxima-Version-18.02.0/info/000077500000000000000000000000001324204105000160625ustar00rootroot00000000000000wxmaxima-Version-18.02.0/info/.gitattributes000066400000000000000000000000231324204105000207500ustar00rootroot00000000000000*.texi text eol-lf wxmaxima-Version-18.02.0/info/.gitignore000066400000000000000000000001771324204105000200570ustar00rootroot00000000000000*.html *.tex index.hhk contents.hhc wxmaxima.info wxmaxima.aux wxmaxima.cp wxmaxima.cps wxmaxima.log wxmaxima.pdf wxmaxima.toc wxmaxima-Version-18.02.0/info/Autocomplete1.jpg000066400000000000000000000214131324204105000213070ustar00rootroot00000000000000JFIFC   %# , #&')*)-0-(0%()(C   (((((((((((((((((((((((((((((((((((((((((((((((((((="= !1"2t46AQUr#a$3qB7R1!1AQaq"2# ?LtI2VAqtMI AȄLuI1VOq/lNHˀ6Nw'zñSyl` 5m2@:^K?ԶŌoxFwNHwҺMD;>;7f*iguUSaOvoi87HTy<6LZӫcIs[٠䀾glvml3<9͛&.+7Js!ɒFpXvF>Dt]qv)U=ٴ,t6'[_$Qc ~z'}a:??kgg}e>UUmtϨ刈*<%{ƕ6+1r>C;A3qgL2rc;v-aX9#ȍhwHzs M"HeV6@y=/o͐^Sjl1qe\v9Z5#wV˦U^;yxY:?H {f5g&sq{!w#c6TUMӇ +xSX]1W}#z޴]UMgzW,ئlb_3Py8w]ܐ ldc.r{ 8 e::rgSMdr{L%$d@މ+gڨ/,&9svEvxed1uhC>O$vw>Gzo/(QiIW:if 'a|_NM;<㶘o/(=k7?ȿHOϭf"ֳ}C?T6N[( mJִ}dOZE//\Xnkuy]!XrRO1Äk4  tAU:/[*bdv3'~#hiPԌ/}kya'P~1, %lV=ӽb:+c3s9aeH!>AŜ>yy7DymַDk9f3nqQ ىZ*'r?f%h)s`s)|~?T6N[( mJִ}dL=Ǻ[;}IԐUY"|([xp!@FNwXYON+0>pMdos|::ߞ,>SoczU_a4fs@=Y+[}[l|U&ETKrG=R1\m/;r|m0V%k{[h};m{zFLDXPU|d"7rF;^ca7DíN<.ӢQttWLQO;1Nε?2t&[Ml jN^[3ԏ.kGmsIy]^j,$ k lIй_w]kfoCb806 G|i4Yb] \Ǧ 59l'Ko{>[\z/ X뷚[cّzB eGߎ^&hEy8O(~JU>S1+DD@DDD@DDD@DDDAM' Nυ̧@DD~.ܕs\+ŷg[I A?|MP۳:nh1+Z{rr!XrRO1Äk4  tAU:/[*bdv3'~#hiP֎+f=8u]4 %~z+Х9Z f?+%fӯڳ%#tN"'jHSd^VX)ҖVN$'/?-*EUڃ/ yG #5A}vח֫ {6R_KX[@95q=Ң*Lbo'fŊŖ%BC vDFΈ^'}7Ӎ@v @wGuv>نX)&@0}eǰSk]:o-* 1VdbvA۶w̕nN_ĭ^9@DDD@DDD@DDD@DD|~ >p\X?\tDA{ɫumw3 EQO{DCčﰏp5e] ӹ+6JWo3`A9#`#2i)SSձMZCR*X3@y @Hr --6>*efҥ+ n#+:kn@[_7XpqtzAcAn#~jEkbrPCv|LrfwWxt 7q^ [W3s=ב9-InxqA2A4\. obɍAwR4~#d{އejsَxs2ZX\LjiwwptEzoYǽDEA ىZ*'r?f%h)s`s)|~?T6N[( mJִ}dL=Ǻ[;}IԐUY"|([xp!@FNwXYON+0>pMdos|::ߞ,>SoczU_a4fs@=Y+[}[l|U&ETKrG=R1\m:s;dI#])0@Y3\$ƴ~ﶼe:rScg%.e:c eb F9k?}}=1wzs Tr-UZmyLNpa;ˀoԫkOfO\^sӭחd=3D4GELfڸrۿfbyN v Sz2s2-:> hq%K||{1W#xr[;0(^dDh\ !܉| 8_ȹnC+# u>LV–8]O%e9 K Z~$b*nǦo" """ ""9UxO(~JSIS$s`s)&K:w%f)JmYlH5xg?d{|yl@?T6N[( mJִ}d7ܜt' ܀Tn+ 7@Fe⡊.I>$.o5YON+0>pMdos|::ߞ)l,0]+O_W'Yy Iqֶ,5а55Z؍97[;Zg-xC=g0sYbG|D&F_A͏-s÷` qtquzgu<c7 GZeETɍAwR4~#d{އejsَxs2ZX\Ljiwwg~\}9m߳ ZRM<`ˏ`;2wod!䳒}Vl2Mt~,@H斏yև~nE12""" """ a>S1+EWN_ĭ48.|,e:O>2|j[c->H*jzx>S^- h -=q{&6Kss{Cz#Ҙ[s;.Lv+cs[ :#ȬӅ<泍μ""" """ a>S1+EWN_ĭ48.|,e:O>2|jݘ)}sEI^֏)~Vgz3> ڞ1^K|O.<HH.]5fۮl0.oG[^ulvVPԊ&7c8ns 65=MԴ]Y_=&.V*3HxLno;; 7"pu\}L:3n6Y4#+|3/\ys1qu&!̳iݮA$kڹYI8MY|ìM];7v+M506 xǹ8 >~nlaޮvS0=X? xo{۶}g1|'dse23W+Kv{/ 8GšĞ쑿 ֢N_ĭ^9@DDD@DDD@DDD@DD|~ >p\X?\tDA{ɫ/NY5R[xxE p[kP= 0S#|5Y'M'++257 -/8J=psH D5X^ũ&,OX^82w\#fqrUxV1WbHXxͧvlό 63 .P.k#!mɍxs /O'w ʿD\V>+xU`oȻI+ԈO(~JU>S1+DD@DDD@DDD@DDDAM' Nυ̧@DD~Vgz3> ڞ1^K|O.<HH?V_%Н;nkx,s6 $<3=<3*ƛ2[Wr;HC^:!#ޝ杇?})?ΗL"q-}h;dh\e̳[rho;gm/Ct[^׊NGٍ[c{7S8ż}DD ىZ*'r?f%h)s`s)|~?T6N[( mJִ}dL=Ǻ[;}IԐUY"|([xp!@FNwXYON+0>pMdos|::ߞic'3Lis;O'BR^t6X-cuZ.u^J;W3f3l?b8۬DFƾ75pi !}\tպ|}פ/oE`s5!\^dh^KgW|ˢ8+eӎVsX _ߥ$DOu˭RMҔԒLkSmBB8hh`/z"rW 1W}12Py7xIU4׺D"aDEDDD@DDD@|/CbV ىZ """ """ """ "" i>p\X?\u8.|,e:" =՗t'Nۚ)^-K<"͂Ib o-wjݘ)}sEI^֏&ޟndGvIlڝ7,-n+O_W'Yy Iq+f=8u]4 %~z+Х䨗1rZ%dxU#-g;6 ]t;/b,V'p%߉|Nv+H9aM/:r&IEq #z;e ΝbYg2Kf.۰mkgzTI=jdu'HÚhm hf0574y!1CҸGHn{\{W-DDD@DDD@DD 'r?f%h)P" """ """ """ υ̧PIS""?|M\{leԙ]IXOU/Š %'x$$o}{ɫ/NY5R[xxE p[icM}UdSP1L&ylkOSۍ:/wKAI fȬoi٣Zꊋ׮۬-]]kkv_OdϷ3V.{5uU95W]fѯO|mGakw.|$Ѫ#qhV'm/@\ZA~(4fKJ͚Ol9VgtTZGz+|ZRƾ7;znّwUsɿM׽UUaׯ7T^ϗCz3?uƃC&fxնѲV5gRP$8])j1.MtVsSl8SYI_#8HW'Me׹DԸl?DLh6.iMEGdI˺:Q8M1'c3-e~{mJw{P`5iu>s8bnxU9]ܽޤU^+lFQxZNTh߳Eb؛#bW5:WwmԣcKTJͬ]dc8߫vFߩ(61u)򘿴}%䥏byUWtjވ*ɾ<2l,>:]G7^OE6Nìy+CEl9N[ kx5]r֙uK7g9X> ڮUqSo&{Չl:TH4pp2K#c20]T~Ym[uugSr#'nvʋN9tv[jjڞ;z劆 L[EDQ#EO1޾ŝ7+R6["83+z5#b͜ ]1LM_u'G>=|&fVŤK V]wDU]S].i"׍K-ލ;G1Wf*8VK;< cpkUQt<+Zޞl}9$HY5:".GG j7xOC5|.]z9eV{F\Erc>[yWn[o o]8ΊbezkT(QYd՝2M=&twz"6t:;K.K)ҺJE3dnf-eںTQ~usZ:uiwtՄmۼbLA%kV:V1Q\Iz꛵ȨU=[E+jOW #s.VUI6ھHdGk1WgiKڹ*z-r1UwpD盍Vc|_>*^9]sucejm7­M/ ngV 7R9M;d{7/B}l3K7"&o"i|斈򘝗o~``Qԯs=lMTj?n֢nWr?HjmGo-: U-IVmWOgꨏF95ɲ7mkxE{)xKsbGJ"#$HӯU{ ^UdOͬ_bji"&׽~?v6{A`N{߂{m{ck ^ 18|=!fxѽ$EN^V.Ӻw3i _͘\167乃x#X\GTUMN(IMSZgv/e訝jiZ,+4[,bb +`{crU䋻U;p.TVZWn ^kHkҬɶ\窪e^u^Tgye-9 dQʽQV3'Nʨt k^_׫v+xY/h}Uco܋ۯM,[[OicRjbvy#S[6DN.DZ%cIT[hkZ W^35zv>[]z*l{W.)_qx\*(dv+oO7W+7D]Q ,8 WTEp8G[0؃O'w].'x6DW^Q8+/6Esxv/r{5;e{ʶ_4aCV{'m"*Tw{nlx+n%'h vNSKLgZxo*^`oַxM۹}-t~y3MK'j;kgb ĮVR4,g|%e_:I$nkg+x9JDEwNݖO,MsM{/ȑf1cj5M6DB;?j -+'Fss6{Wv/EBH`x^͌R}(߿ԨիGH})tT`{9ʮ][OQ: 1֛[sW'^;t<,QY$oj9jTTA<:OQQq J>'ȒVor*"nD:AN#|UvI?}Msb6MIuw>a='}ZdzNs9yJw>B/~ȮTO;:W!Z6֑%G.V5WwnwDP\cZS%5dmsϔkmU6D*~11Ŋ?ĵ͎W;{Qw$F5z#:rUh8g:CmoeխI"Bf=TEFUwW*9n</IY9'T1Ӣ)G9c(JdۻR8 W>~53>.$e ,uUeY/z"5kN1Tάm Sxu]5/+Gcn#o'1*n{i5Y)w;Ns1~G s#gQФ?VnYqHX`tj"TrB^. :HğԑؤżZt]VE显9_W. I RDn ˊL*;< K&reI ť'kQcѩSsgDLaXuc G;JNv>|SD/7G/ɔ"I|R@02a='}ZbpP6o)CܰZʛ_,^ͩȵb*9Q#y#y;uopn5i#8~8˼v-7w^y/R*f^f${U7G"EEOZ^wȔ }a|I^o8_)(E2a='}ZdzN ZWa|"X(d.PYҒK65쪛"Y3CcO׆O6\;OjJ9ը.V瘼`:TlB6JVDjjlNx7- *}ee|"{XdVܜU>͋87UWϜ݈DGe@>|SDc G;JN"I|RIB/7G/ɔ ;/&w_ՠF泘1͛PE#1,2{Ery\Ը*S2ҹ9m=DV"ꪊ{w+Yi]c/B2:fJKk#,j7(ז/glE簏OLeWG vuWKƳcSn]MRL/:QNw|:;5ٷ_rGpy#v=UZ_b2-5J XRVs$<#Ud9Ks3Nq7^wȔ }a|I^o8_)(E2a='}ZdzN ;5ࡎlR:)a߲+7S'pX+3)R}lڎ5=G*rNh%UfJݼ^1i+朚UDrz"\"ᷨcUH-G5WDMeEN7<~")E5-vzx:V˲kUU:<[맖+4Q,1.Gɑ{7p@d5^>~.>\ U,a$ej'c3uV#O!YYjNXNݪT5}a|IwȔE2^o8_(@w_զL'︿@v%RB ՚)-lt#k|^[lʩ!G0y+LvN HĬcU#}ſUE[?7U#fS,v:wE79FZ.M೓z)ֳO ltX;jO5NS7{lnwQrzB,F!\<}%fV|k \_ٛ&6)qI*d3]]yC,;n9X[X O1x[竒gS1%jDՐZW!]"7o9]:h|:=J]'fk#ۢ!s1lYfxkN1)8'Ke%q&P> '︿LOIqVbpP6o)CܰZʛ\zAjuQ!I7)};QJZWa|"X(d.PYҒK65쪛"Zu1q`l#Icڵ^V1Xݻ\ӊ9US|zcU9=I;S5Mf-Grn*uT%NV,^NJj};qEu~]B:7 Ȼ{?F*oۻq*b+"wOʝL+WΏ+G |_aL/u_)vC}^3t0y_:?oX@J`^r2ςlފ&67, yry_:?o<7, yry_:?o<7, yrx;YLLunVD+bTNN"Pwxmaxima-Version-18.02.0/info/BatchImage.jpg000066400000000000000000001023351324204105000205540ustar00rootroot00000000000000JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? +{x$qơU 8E}kʮuR0 ;3dFѝ-cW)S'dkB sI]>cvMQ x2H n?)+6$PKAM,3ٕMgWcE^vlbu<+/1np1pjVgZB:wK:Ěj^.# 5r3.5Ho}KxդWY n#-WNjd;fS1_CTvzuߨXV+K6pxP^rII+N r+ۈkKo= :((Ai}ܷQ*Im/"0zA[Zj iI>VVn|YA'jaQ2}7ta?'Df *v}C^GE&q:""9sg\Mnmhq[6d|K>x$d`kJ59^ݎڊ~Щ]ivجVR?,;A(d@zS4k,|p>$S=ݕ/*dpĆqc+-Vt_}t'/ |k,>tr9e#F\YVB jv {T:~ɪ}o{2;65cl$0cbj'M&mߵM:xծ4ЯAS6P9bl~\Ɖk?lQåma2L<<1#Z{O ODiI{"j ٦ГJ2oM5[ ѵxu9o-ݘDҀ<~SgqQYx+XI/Qy=فqҭfʳ>'ͣn? S㲴E+XRE631#&-=B(IjU=a_[m)Dz5é?(Kc=r/_ +1KyVI7yH%@=OԊjsgi7q²ح%ufԧ+Enr9XG+nW Ԟc:a S\EJ#d8y8ʵsH֢PBN$hs&9 9zc 4m#öy{+F糹!gPqkH`zu'dFtD[p\G=*y֖/tmj-sq5 Ĉؑ3V4mj$ hu'yIU <(1?)FqrE-ufӶiJ Vk6F8'wV`?5˻q{P(YhylG#OӮ![k8u"W8 2=Ox4Z|۝x).nt5Phki&eӶ7)U?? jis7w0eeCd* FN8G*>=tmlwдoepGΎQ>~M>H./vY%T*`pc@7mcNdsJ.\9kI |k{~w!)kcQ̶fF`8<Qd 4rͰ kY'l^}\~VV@s;tS\?KaK.fK9_[r]˜m,rH2I$V+Ɲhʔ,y7RD{AFt'<k <#Ra7vmw֩s ̱p'~9GNޣRc wXmLWp!I3&+7̽?ټ߽nN*gz.nI#gcI"yc i,/`nQO.qS+e[_\ǠQ\uzO'{(m2[ &Lyax9Fcg;R1Y;_BU[ 9l._cr;y-t|у2zgG~&u ]\,H́(WeY^Y>]M..&rDƒ/ʃEODMPo&ql~ mWwd[@::+w/&s-=BKګs(Q(z+t@/.Hs)y4ģ{Tܤ.n1@ش'BzpdO ar>=CbVUbK|##v3 _KeWMnZcmC9-x%孛V]]\4ٯQ5=R`EuD.dPA08KP~s_GpImn[4CUl ^}n&\/BTST{irZ_۱Q\dW 8sW:}%GR@(3zЬwK罉t {nA1Pv%98MeGoilѬ\[K1#a7:9[5ҴYRIOY:gt^L',wΜ$U9GCu[ ͳHÔWڻ]N 6ۻr#5 ^"TI#d}+7S&܋k7<qjWUMs6cG7‘5I$D-8|8.FNځgi v#X_EO.Rk5h34 tǯ^jՍZwPx$r=zURi&?V*:^x!1cm@p9xZ. B.^ 8t\NjƟؖBh!mS)yW]3[rd)GZlVeVڒę@v}g{IwÅ~}>.fd![$yr.t9ؽGosY+Mi,o"IYF 1 t$RxXҼ=}i761k"y|݉(+"mFHnӝm-!%/$6TrI'zVX{A} \ba /$:cU]G:n!f%@km+X㓐9R&ҵkZ0R{ia2 ,oW#Wg>yfnvV.O,b,14b縒WW*Ifb[呇$> {UXbA'895X>+f{eay-dc{QW5|LĺS*v߰Fv+ȉI1[gt^L',wΜ$U9G9׫QZroՂI ',le١HhX>0y5kO-4v6Ef.gglf$9'VԵ)Դ:ck ɼ#]#QZZ+k,zZ֙o%[(ّڤ U huSZhs#93N (VoYǙ뾻׸r{QKY~XӢuI;x؏Ti7N#𪌓 <t:{ -[ <A瓒:LnXab֡A(Ѳ9~UXPyiXv,s]2 $f 1c;K''X#g.UKA@W]dO;=AڔRBAnd$c◵'3}>w5fK0;$h.`HTﮞXIdǘmK#`s+~!kkQ_= :DXg$ǥni->е-PjvQ\yřj f \ddU'u'},>Ү,-K mkq$ z.ce$ ;i hܲ+gu9dG8vH|&Vڐmu=6۶YYmR4ALr@$z]Bȵu^43oa wڋK,F>LH9Vou-/,l~v[j#y 2$p Ge%cs8@rI[zm=}u "5X`i2]Xw310* ie4m\M7-@J<$*cjjskcH7q4U"Xco|Τ7w;XiY!ϰUx'cygojQ2#r#A=+'J-èװ)bJ_@b$:}o Ihi 9??cG g1g^ig3JiDn<۬;_h1A ߾m2`b{`<]iwR]8-823U*~b89YՓEs-:O,#2&R9=\#7&6f+h_du:FP;c@Z+"]y/t$Ke4sıq'xkŖ$YDVI&4+;wS;$TAEcmlz4mmJLh+庁! H%}}S]sLlW#'EWԬ㻵rɝSH Adb}3N˵JEa0MAlm.kf@m,0m0J8}#Nk$ 6Jd)TlYw!{i]%O;ʼʑb9G\Ԭ㻵rɝSH Adb2ol_hFݞ(4%QKl  tV J-xm:|͘m uPM\ζѴq[bGmJyqYy;0N*/ IxKx.{N[-3m2lrO g(˵i^xSUcӞl6NHl9^Ex?jӼGĿk^|lYnxB-6{eil%DIDfzʪJ`| Po4φduRvIrǰTs܏ji^xSUcӞl6NHl9^EG^-.mi9 H\{ uP+G/ ;Kj!hXBvHB0<."aԝeRB!\7#ڷ(kJx]VKyFZ‡2QHhaV>iyxVR$MXt,J$u ={EqF|ga :k+K7#*,q ]̞wKSt`E2 N}k6 ~dk,sޢ8-FL>y& KkHJ~X 00HAR{/9o;H59KUY@p`c ^ c/5ҮeEFoD)8=; (ĐKxW̷lH6,T8 ިkO64Kh%&9FU.Ӑ ABO9:YIh [:+xc&6S3]g ?ۿjy~_#?6Θ(YkaKt\oo/̡EK$jOڻJ(͖aKZno;;aC(Kۤ U@z[4Y,5 xtdkG*}I念j%F'2+@]5,$-iec8?a*02έq"Dӵ֮4YEfK gLfB:>:Q@^;[kn"=MC򫬗S,|2|.t? 1kv!Ruqr,ތwg(>V EߪyvzI3Kw,vpKN1[>m\ܘW+ kLh^IP utPb|AG=V/ 5ϥ\Či] 4n>b3:z*iM#%E%[h뒣#5P!_7y?NU'ɟso nͽgsZVڔŨhN?U{`*Hd-_oRv1^Epz,@m4϶h:ZZH$v*?|6;{[y.,^oqM6!e#3-Av>Hq^EsZMVKmw5vwv5 #˔78ZͻՓI}$uO)1:*@jXǨ~hG~dBF:pdPOUo5 湆 FˍaرB7skz=:6}$ gϛlu9c_^G<&oc\ rRn:GON(= HGEs?7MޠyӁiN aPzqޡ'm3jZcwcknO(L܀@2+.]NKoXU21?ORpk~lٝ6>oP\iFnYnX@:*j,0+f^Cw9q@Ie/<9=,TV j?uX$`ӦL~𽠻snK)#C#DXi_U[P;6:n8$Ѽ=gc<[B:Я˗)^Ϯ0KxOYʬf?xn}@:ƣss}+gT.yAT_n%֍4y$&gbrI%rI<)x~iZLlv1 ǖHRFJpHHXiA{hdk}#Q0@V$g:BK;+eh GjOiKj&g2y`RGq9t rO4Jф?;`ApFI1}ϧY7n󭡸G=knPr0H= Ghj2YȱXΪMDžI23':纇x^|kV$pѵɍmB ]y?io!l4]Vp0Law:=Gh]^!(E VS3cFVMx B}sUMO֕i>FRrŕv =(cX4絳!^tspGFpk@o.,vYWo|u\(EPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEN[^lRv6;cz"q Uh#+i%2]W985s{ie Muu )yd dҺ)JnOEV{%l/7c ( 8ߧzPk RKs'XrnN|g..Wk:E`H%'_x9s=;Ӵ[4,rRǻvRG\ Qppj\G;Dաbэ#*j*sf ǵ2N{ Y"$lU0rţ*C/}ZsInFĪF@HǮ KEs械i#Y1ɗtrڞ%n ǁ >QE] QEVsͩdYIM[6q2HV f׍{l-U0mn3ǯj(o^fy`{S+N%? #?!!wr*ēͦxYVM+1"+Զđ+ * k2jCM}^o7(%'fsVyfIX1HQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Z}{M.x9%T/` %W )7H%)M\Ꮫ35֓ʖO0gL) [*GodVp0j8Ss@UeKw}yokmIQ$'$fzږc~G3G2eׇ?xpz5:weGὉׇhm]I6J1ɩ~jn]PLK]o( 8*r`Jkچ_"?D+J0Q x ÑBuC+y 4Ii8둎Z~;WUHBH2 \r Fyg:.^xq|AaZڱQ!C A9|O[yV .70$ynW̠1o)lv/ uj 3Ʉf8#,b{m'8r(*"!X5/$0UEI'+;2j^ԭ c \\;ܵ%b) qȬ k}hO*@cfYH1^X1G|o5/OR'uDl189޹y}k Gnc7ڎ5mZ-:m64̀9K)8 ;vZNFnct"ɻI_>?l<~v:kQ*C1 Ρz൫==O\ʾcA*n:Ǩ,5hhrqd{yslCG$bpTK8=hWAկ56࿲[:rgFQ1D=%R rO %-k[` ǰ4Y݆?++F,<_6o/G H)1qi<7oNAEm> ƾT[\#d7 OOmѩ_[Yy2kL.[ړj6 DX''^vOƣIGOH0"_1̠YŌ;j l,٤eidX#v%[*Ӽ+,6<αqr]Tb2jtL7 u|O+l4{HSRԤfaXVM0r;fеմ.EI.Od|Kin#! o/Ϟ88]z(R}*'u[A̗c>pUQ-z@ 9n,n 83@i_eF377c3jZ< Xk @Bqrz\8UJ0?Ǔi[\o|ű. zЬ=cXԭu/Kӭ.纷TX%Iv \X}FmB` `J;x2KTOg l ÑiPq`t Ig_G;c*/'bOZ\߃3}yl7v|w;wێ1Z&xGVҮ>c>.]SG KF/ fNEAYV@` A#z֭Ziz>4}۴ZUSڽZM@2G%ّ;H3Rڔbf*bEF px<]֟C iMr30mq.1W5KM.o.v_/#w`ucOv><:?ntqw" cçv,ʊY*$@4JXm5+RLQ,`FpGb:W+1+y  cRO#le ( ( ( ( ( ( ( ( ( ( ( ( ( ( ()^6ZՕ%o"##TdpA=](({j76Wpd΃.UF *Ps  !y$($s51O6D5 Dp(,#?́nvfTY|Ad y&rm#'Cz#EyuwiT7#'euO;J3Yo?^i[_יou#ilb,xZMV.Āv 8  A#Α^l?>e><.-߈!`ֲae9SmO4Erg5r]K/FҞXjFr*- zo`:+g?oE0s7" C@s7" C@s7" C@s7" C@s7"=O^Vj3#AnkYV%<78'=zPYEsl?ȴ}s7"AEsl?ȴ}s7"AEsl?ȴ}s7"AEsl?ȴ}s7"AEsl?ȴ}s7"AEsl?ȴ}s7"AErq*Y@Ѽ{xn.Ҳ4g9q׵϶xZfZ(0xZfZ(0xZfZ(0xZfZ(0xZfZ(0xZfZ(0:T4e;MbP]CqlFp}MuW? CGjO3'HIV>P:{E+Tۺ _?=((((((((OO޿Ļ(aEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEEptmQMD$6 +V ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( úmW}7&JĞ|hz]Y`bb =ZCOKy)3r{g;jޟS_~- 롣\9? WUW'ɩxb9m-O[iYqG倣rs:( _?nO@((((((((*E5yZ襣Oyg>˅}﷯Oosr(QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEWG^m)uz}@l˸<5k]Cce=ˈ6G=TdVmfL77hRCup?DȺ^_QE`0?d++<'aY?: ( _?nO@((((((((*E5yZ襣O݂3us[u[SeHȢ!E IrH#؊ޯE_;]haEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPE[PM}* !UTwfb&݁uo?\l Mu,nHnY :`^{pqtTyr@=EiֵQE¹sHO]R>0rZ.571N,ҳ}㆏G98(nO@?Sn((((((((w$Ŀ MG?xkV)h*E5yZ襠(jVDjVnTd }@`ytPk:P6wV6hF*[{x--㷶8amHP%W?WR٫PAEPEPXzwJ+›E켁*`_VfkV]A͞ѨYq³m $leEmFJ}f[OR  20%YXve`A5f\[Ot0)QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEVwi(vkS ]Ӭ15N#FkL58*c O>Qd59-L3I}1R5Ԯ# #QG4&[;y#\NJP_wS*E5yZ襣Ox5 ?aDOߤv ?+KA" w(!P!UQYmO4?WR٫O7iqz!l*|(((+Ym/#A5[*ϒW&69XH^70=>Gz48X?d-|2w)ԇ#g&QEf0((((((((((((((m,D0v2OSѬM|j@9 ȁv,x*XsXJH=.g?WMV9:EanQE`0((?d++ogxbѴ˸MMoY?bT/OU<YEP^7 rנWܩtQEQEQEQEQEQEQEQEs;y_]覣O<5`_xIu<RAEPEPLe,lkb\#v$֚UZYB" !rI$I$I$Vº]s u/-: ( ( ( (*jVjz|P*pC+J0ѯ延hn¦l|wg_| iVFm4F=^6{_n!( ڛR^s^XnY`HSFAif0)QEQEQEQEQEQEQEQEQEQEQEQEVFs4="FK˯*m)3 A ع_Ŧi`*/ޑ 3܊F٦*.dݑQO$4z!>khlabXF{*Z(m݌(@QEQECEu]s!+']PAEP^7 rנWܩtQEQEQEQEQEQEQEQEs;y_]覣O<5`_xIu<RAEPEPEP\sa]KKfº@Q@Q@Q@Q@Q@g)@ƕy'>ӱ1ܨ-Ỷ$ P$n2`;+/NWgp&hUc׌xܝ*Y<O*KA}ڌn>[aQ\$[LPaZHh޵h(((((:j){d]]K(c1,g}s^@Q@Q@Q@Q@Q@:%:y ,.c-#+('n"^IV]橬ej&Sh4rEnnb7>[C8(((((ǨMl*(9* g9<^=}wm`fHв%w TGcp=( Eq}pM[P45H<8QnG _?nO@((((((((*E5yZ襣O-VKKMLiigou[I!c@#eye\Gz( ( ( ( ( (9;+o'5K3FH.dXIYXV.3n&w<2ÚĖb$4K@[qgn㞾(((((IEnZ\ϼKBcrNq;xö$!m ݅%ē+SQ}( ?On55txm^-%iA<soEp*zy/ʟw@EPEPEPEPEPEPEPEP_tٵ ]FMoHHP΅A8'tmKo4VQBpL<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍt&(?R7Mo@<.H7G]n#wFɺ (ԍtxo~0'>)@DDDDDw@DDDD䏈ȇ0#"""!'~i:,- BCq>nN &v͛Mҥf̀m Ln?b /3 ի}BDDDXw>)Gz.^w^zxѽdZs̙͛@Ri)Sq/'qgR9y2P.0gNo}jt6H| "uҕ댭nU{ǧz4зr> 3p|*q&5' Jgss%cߎ@͚@۶^}(W7ؿ~]֚={]=8C_Drm5j~k?r*|;)_'OgWӦ)v=sЛoḞm ̛(YLqW?c:'ϼAJd. <Sѣ0Xz {XۛJfdR_˖W_;r8 SbWOِ kbcW Ig~ok %q6 ߮'$%Yjlm;ƎʗWƎU'VOS+)|?~z۷~ՕϵkC?0IVD4~H."eˊt&rȺu"o/rwԄ`Lٲ"99;vY$;[\9?] HhȂ".\"hHxHRivD-pA=aD^|QԬ)2mHzȭ["\N4_;w/RHPHz"ݻ˨mж@$>^bEɓEzTI/˪^[ ,RHpH۶"|Eǭ['ҺH"<"S"ǎY=u祚\-jK^ȬYʮ2,L$0P$"BYvYz/"ҩ޽U#볈},`e׻vy}ȠAJU|v.ۢemIKS͈-,oGj]jڛDf϶>~`etRJ;ڮD{oPvepwUÓD1eo(IYK:VpԇW~D);%K_LV^jLd*L֦ Ԝm0{쯿ٲa}9&>Azrz= $ezHÇ'[+'8O[z%ujʩ/"+vr?sF,mdJ˻WEUS#sR2m+%y$k_" *](U3=Zʪ=Җۥ6kǗ/g.*y[lJܿo>|f^ٱC M{R"ЩZ߽{"۲F %E9S7((PΚڵ{3Yזpduݸa>Z>"rzպySv d-;WW~nN$:71 'N:q_`ZayM@l$@Mb6.+K ?4~l֣Rdw˭HM3E Q7-vU9%$Duu: wO%2ВYRt}WQQ|`=2~;-\Zʪ=ҖۥvrRaͣ*Jߞ5ڠ[7eϔ%"OD=7")KbcM*𼌍V[VI#m]_a?XGJL+}+}xH%G[STlJ8eQA1G#Νoϖ1>]dm de*U\9zx0i7`zXH>WSt+JʵkJ/CҽTyŨQ$^` 6>mEDhIvmpe|偬-{ Sw&ou7[´٢ɴڲ̞?{} 3ĴlHÆΉXekOr5 ٴI$Ҥ֭ciFFׅ 3WE>Lԩ^yEyi%;qBɗ+W< ͛+ɓK4"zuS3#C9<[5s۝l EpdJM9uSO=ֲ2?_ݴo);,e>7h`$@M` 6>m%$|)RnK'[f{?[|)%^5""Aږ[VQQEim=VKR 9b}=KS8O?)߶-(:j+I^WOܽ+2irSlP1? Zءo}g"2trI(0PyҴs&W(z_&{*|arzaYYJgaw+^Q?՞mZ;:ȨOm[t$&*')yyʉˢE}t$xX;4dkRD+ٚukšCr{WYWjוK)n?_^xC%1gSt)< ?>tȄ ߟ0t6R{]%>-'.(FE)IFժӟiTtY+˰o߇iR3NrrɿvmL*Jrhzުdlhix%2w"u>\4̨1%)_^)ۺjG?O,_5'ݖ6NؼYi?%p%5Y&'"Mdf*>2hdѦS'7C-stwqN|Tr(?ձ#xp;-GAEn/6bg5kӒy$T#Y&ӯ.""_䏈J,&uDD;""""r&DDDD>aGDDDC<:S(7>O>_uVԭ[6q|Ѿ}йsgw5!22ap:umwܽx۶om?}4P_~(OǙ<:#|i3ϟ_ߕj֬9s^yGzM'RWq* ڵyΝ(Sx۶oi~:z~8<틞={͛n|ب?7==zf 8w|ImtIN|Y#FѣѣG|򒛛+R\99y:fߤ]Cj%RbEcWSN+tVwEw~Zvڒpzeٲe999jzjygED9vA,Ybl2СIy֬Y3Yj,[LZnm2@;Imۗ|ײec}viѢYYN[m8۪[:'n2~x9}ܹsG޽+gΜ H,mkR\vlիWZjbwd}z wPۮR6--Mj֬)ӦMtu8pJRk|)SX xĈlev'ƍ#?̙3} @/_nV.))IԩmdjSSfo= }3gʐ!C4H|zsH^N\ -[ȓO>)cǎ5kKy7dڴiŎOb;w+ڵh7|Sf̘a|'NȩS^zr: dԩ2`ݻqީY^EMj۵qYYYmPYOɃ븭кN~HH\~]U{{IPPϒ+Զ[>l>|Ֆۥ,&gϞpIII1~UsAA̞=[ڵkg ~~~rUV4RRR:Щmܸq OM]"[lLzL RSS%<<\s}ħ7WN~7nHAATTIѺ|o޼)5k֔[n9+llrQiӦdddH=}rٳ8p;VZILL߿߬NrNOO` ϛQoRۮl+((0}8Yխe;J^d˖-EuMuwкKrrԶv5>߽{~! _'N(͛7͛7˗%??_D^3TRf׭-SKmjWpNqًEr+\ ͕9\y:z:u4nXDW>8wԩ2qDX $,,Lܹ#|,X@>ͯzӧ6nh?ʗ/o6|֬Y&w 6[f49KHH޽kuźŭmܸݺu\M' EvvqXnݺ@ܹ"ݻ^('Pl2!""`XqlݺAAA\徫VBL>|s30c $&&ȑ#ŦeߤgΈO Gq[ >Ǚ˖-6m_7|Wk׮5n:i9** gΜ1+m6%ױW^&srӫ9>[٨%ҰaCILL ˓TYhoXW^~ӧ%77WN8!Gʕ+q)Q,YD^*/_;4vmSq͛7EYCDrSӾa|hh,\P._,W^KJ%))Is}Z7P<Ֆ֭|GqZnq׹kJr$//O%88Xmf-5˷@7nlwQ޽{\rg_J*իòaÆgݻwKF$;;8Lvߤ]kgkӑu6u'n[ӧˡC$;;[޽+'OÇ˰aÌԮׯ_(7oܺuKnݺ%ϗ@u7ސΝ;ˡC$77WΟ?/ .5k:>k=ڛj5rvjjT^]M&rm9x `V رCի'Vfi0~͚5ҲeK K߾}7kOk|jW+{\r+ҴiSXN8F% M6IҥΝ;R|k߿bҋX|K"S$338lС2aO0v[UoҮ}}3Zq[ی}8p@F%kז@Ro^MӲ 9sF/ix饗LܹsGHݺu.3:oo] -7%%E*ժU@i֬\jz$ZWK|~&~~~.N:>@N\Uɉ}e;7obS"$Ow%OuRn /^z ww8BL!{7._4\'䏈r<쑯 pwDDDz`RGQ䏈ȇ0#"""!L|_ff&BBB`2<-- qqq EϞ=>{Oo3f BCCmU[.!!!!!8wںu7DmomiPKP_QZ˃OO?4, 6=zwŊxгgOqm۶ży󐓓ٳg#&&8.77G5)oҝmڴ_~Y Ӑokml?=z4Fa6 6mBjհc|gsf̘{ IyQz% OAa׮]Ůtoml?={6Μ9K}8}4-~Gth;c:ԈD`` U{IIIVښ/SLAJJ ֭k2nݺHII)SlƱa<'F$岳?-Zm%DeՔ;~Ԯ][uzf]pAĉr)W\pjyjq\1 8P8 wޕLILLjժɡC,{HZ̙3MDD]۷L2|2BCC-Ɯ9s_"!!Gx٬0-?歶roFDDrrrTG1n8`֬YСղzOΘG,\k֬7|c6%55={Ļヒ^z_]tAO?x'޽{) :vP0k }]G?'2#""kWjUI\?30rH/^Dll,Fg(Ŗ0ik6{l4hǜ9slc:CZ2tH{%sٳ]vŔ)S=bx7|clrrJٲe[nf OZ+_r7ojf7tP0a &Ȱăk[C+ÞM6I^bŊ ˩S,kZOիWU?3/9?~g)SFϪ]"''m۶EǎxbЛ eff~4h,Yg.1b|W8s j֬2zs|!""r7ݓ?""""\.{?""""䏈ȇ0#"""!L|?""""䏈ȇ0#"""!LܹGŊQlY4nܹЈt|ɓOȑ#y&n݊t 4ݡ?u8yB Eigyy(G("R?@|ټy3v꼀$yիW/ ~wBDD;35dX.!bbk(ܹtXm\:p㱢Ib5jN.YRX ۺu+֭ =Q=sWz,eoܿ׿[lA6[<+x__L[ I7]_Skyy?-Ξ=N:!)) B۶m){كu?ݤIܹ{U|?nn6mB8m0m~Ko괘nǎ—"4㏣AXhqѣQlY̘1á&pFܖDFF"00ժUs=$ߵtWBb$"".OrΝC5̆Q=.E?#~(ZL^+V֓ONҲ%BBPeK?WF ?zw;#'N`V/!(In:dgg_?8oODDM\99 5~q|\֩qfJTm>TtTn仕[@VZb կV۶mѮ];QL{z]ڵkQƍ`otk/lY2^Q#t_NExǎѹ3~=ڶɓ],- DoaaaI-q8`۷O˓5j ;3lxHX ]?v A@2h0t(:UG"vmŜի;~^}U={7oS󲯖mW&&""t.O*7mjLlԤŧ?<~pQ<ŵ#G)h0tbr٥fW{/`۶m/sZ{z%a`Æ ԩ!""*i)?;fL[q*7k7FF"8d ά\;/Lx8F#F|үv 9qBs!26Vf}xƿow>]r%մsqkѥK3]tAXX.^cԩغu+Zj*V"""_l]f6{ѳ'~s'|ģp~7nݻQR%chӦMÓ$#=ܡGZm޼矑U"..o64h`3F"""_N.Y!л<ծ_DDh6HPܑ䔄Ī$HDDLnIȾ$)Lp<9؈\|0P"OwѸ󅈈S/aaGDDDC&DDDD>aGDDDCݓL oᦥ!..ٳ'233Ug+ƌPe݋aÆ!** UyfesΩSx‹gkMʝL~Gv>oݺuօZn%u,:eݱDOKj糷,"%:KHHƍKNNnݺɔ)S$++KL"{VU7n,'OǏ[- @j׮--K.IVVڵK5k&_Iٜiܸ9RU| ҡg[uXbmjIM}ZT;eǎK}(vgoYDJ=ѕ+W$((Hva6lٲ-""YYYg"b}/JnnÇKÆ ͆o۶Mڵk,iϖX[땧oشRJIAAnQˢް<|}WX{ ={4׶m[̛7999={6bbbrssqQz\1XhJ.m6<::e>}M6/n3** Vǧf͚ѣGcĈfe0faǎCQB.][ƺu,+W`X"V3g0`TX_>z-i-YtZ 1dTRKFLL vaRF|ѦMB ׯ?n}{Ԯ1b"##-[⫯rՔW3 u/Z^}Z{@ґv} "730`̙3⸳gJ.]lٲҭ[7IKK裏YfxbY|<͚5K,˖-3~ɑTիW˓:Ȓ%K-[&:t<㰤$ŋ˕+WҥK2o<)Wi ݻw իWŋ/i׮,[L.\ ݓ6l⋚ÚYtZDD%""B{=Ȑ[n%22R>l,v>PY`\tI\"/իӧ-ƠvݳU.--Mj֬)ӦMtu8pUӮguګO(ۥDDDH@@I||8qBjW|cyEEEIRRrJ-d6rV򗒒"jՒ3gXq];w+ڵh7|Sf̘a|'NȩS^zr:e̙fm}V)Shƍ#84EYZz5b?i6|f&5|Gf͜9S b1=Ç˻ᆱ-MN5Ywt] 8P8 wޕLILLjժɡC]e]YADk"o߶:>++KN*-[YfY?,@'$)))裏_|a̭[L2.ѣҦMȐ=zHȑ#""ҳgO9pw'ZٿYUV4c-;{ dҮ];c(u:Wᒒb6ʕ+RV-3MT _xx$''GKjc7֩>{ˣnL ,^zW>lv>x"bcc1zh=ChϞ=ڵ+LbL9ܖbbb믿b8p y_iiiUL3{l4hǜ9s\2.]d6ŋV :nѢEXf 티0+Ù3g5鰵^߾}̘盕7XҥKT8J*8|vV}jAqKGUWz."r]VZa׮]Dž$"+r^޽{ ̪UЧOL2C[~Νhݺu|DZuVrƗZ :t0){a̙33f3#G޽;6l`Κ5k˗7>k,C|:+@ypƍVf>ƍѭ[7";;[U ˗//VݻvٛZO0ct]gڰa:uQz-"r1=gΜ)?2}tΖ)SH\\rZBVvƌ'ǏW]c=&gV]ޒ{Jr>3׿%*UիWeeeIÆ eϞ=awFߍ("r)Q,YD^*/_|זW^yE'O\9qℌ=Z*Wl]ӡv>k{Uff4lP%##x[E}rj3i߅ ˗իtR^u&},M6???M_Q)))2tPVJfdʕ'"cW\'lj{iYEoZ۵WZ6m^zIŊ% @"""矗SN94z'\n%Evv4lؐ?[a\^!^=Ovw^ 'N,VΪϓU;$*t?eddHҥeĈzWÇҥKKFFCB\^r|֫>-o!QQQV/jw}ܮ$Q'RK#ҙ_Zӗ5h~!yzD]_BDDDDaGDDDC7swDDDoyL=DDDD>=.-g DDDۮ珈ȇ0#"""!L|?""""䏈ȇ0#"""!L|?""""䏈ȇ0#"""!L|?""""ϋ\~ 6zڵhҤ ѨQ#_ޡ2DDDT21/FvЮ];e~g?sŵkװ`?2DDDTr;oes,~g0{lDDDb h߾=ƌc駟СCXp2DDDĕsW`ϟXv-"""lٿ?LaQŞ?'rיP\r!!!a CVV2DDDz9%JB~~@ܿ_u"""_m_ )S rssMzrrrPLMe1ޒ?sΡ^zaTKF(V#k>\&ij|90b;>|HΝ}va۷oG׮]5qҥ:8GÞ?2n8M6E۶mqAL>vT@ZPv񦁈|Oz:(p"W j뾺oٲ'NDrr2ׯӧw&Ք;Dwq""Q K?'Q~~~HKtiQ{7P?=?rZwwGBDD%+6&2#F]""fRm:e_'nbG~]rzG.;|胈y]`dwG}Dvਢgj#""5/˱aωLQGDDX:NO#`Y^?bϟyۙ,v|`ϟ>Gn?""*~Ǟ?'3G:Scf?}܊ADD (?r+&DDdrs &V]@Z#!""wJORS]cGn?""b'DetDDN`nvme>GnWH^9JH?L#/%_e_'nbG;|?/=1DDzs"o;Sp35-}=QGD;s"o;Sp35{=qGD>s"o;Sp#gj#"nGbb{ωLQ;9gϟ>GAD}>>Q6&䱘y1#ե ;""Cz: tH|?h#" |ÉQGtDD%_:@ڎ}|=jRv{;""*W&~&x闈%_˾NmĎң#"*؏>G%'ǻ; ""r~<?w!&&!!!~kVfڵhҤ ѨQ#_ zU`6 9ݑWe IDAT ;r+WbݺuXb7|W\?1~xX[Ç1dԮ]Zrk޿[i^?{VPre˗/e˖x" !!۷ǘ1ce>S:t .t]=xI'th6 1Qv^!xɰ?߿qqq&e~h#"*9癘I&aȑ8{,󑞞ѣG㭷2pjԨa=%bO%&;""%1Q_GG;*}nj ?1K,1~.U;;Ԧ3""4/=>d8w?{̙3qV\i,SL|/''eʔ)V~~~?=DDρK1)'NҥKѤI^zL.FEEܹs&@TTTy.=C1)(((0v=ܽ{sؾ}I۷k׮Q.]t -ݑQa@j*a *ɟ:u*Ǝyyy8{,ƍS>޽YYY0}t7΍[?""||É<M6aҤI8u6l{3)eL8ɨ_>O޽{;ܦnMOWzGD9vjֿn>&Nm+vL DD}=Ωɟ>xٗJ4^%"[2ωLQ>S;<{Oʭ`ϟyۙ\qV!""KNV~ߝ{? #"r,L+^u"o&v]uفrm7׈VDwGBD..YDv(W/DD-{?:?""gKLTTωLQ>SDDWlO#pDDD۶M^y%^%"r^-٘W2\MNvw$DD%9Yٿ~%?Z|<J%p"oAQAWi}!"ғ;|C#3T""w`ϟyۙuDD^Ş?}珼{~ރy=i|c O>x׉Q x "Sne_}|BtDD$&*Ow'~9)8z ""mp79ݑyde?y'&z""Hލ|8 (Oz0Oz}'#{gZǻ; ""{1#ʿW7""Oax׉QzS/oyW#˿DDK_"u[x׉Q~/w9KI>cΞ=~!44UVEBBrrrLʬ]M4App05j׻)Z///y&>֭[ӟ#GҥKHJJBTTFm,?c;w.] `kDBg˾NiqXnn.6n܈{c̘12~): :nI O>'lۦmHe_}χlݺ=z0bL`3)$Fw_"%뛘SNʕ+AHH{19rĤ̅ PF aQQQpenʏ'';""JNVw{۷owٳq ̛7:N8a,s|/$$wuun{^?{ uDӼ~ ƍþ}rIHܺuˡv S-%DD*)9O8xCjԨpa 6Çp92*V"b+ DJүyGIχtv2vqԭ[sؾ}I۷k׮cW?[<}ӺO<8̞=zBJJ F_~/"رcӧ mİaðk.4hvKҫ^*)E*5ELWݻwoаaC̘1ݺu3)eL8ɨ_>O޽{;fINVVJ""[OLVG(;K"";Nfɟy⨒%2 1&D*?$/yPas"o;Sp7%'?"^=w|IO#R!:Γ$ٶMďH%^%|(&D*.&';""uV_$bGʏ|췈 Nm7:(^@DW|C#h*DD,>dЙF_08:1Dd /:u;.x"޺e_}AKD{&D_"4Kjy[7^^!G;(DDJ9)8{?&" !=D:`{H 9)8z8&"+=D:a{H+9)8Wz9&"K=D:m[wGADm[eC?"i Hۍoڴqw$TҸ%;g5jɰ]BV`רQsRڸtcE&V+XӾ=V`{|i,I 9qn{jٳw&bzdcpwĚ51GKzė^@DEn09Qlx5cR8q)_Νb.4{L^vGD^?ғ{*7m-WIO}x;v@,^O^pl\K33O@fFHswԩȹpRP`D׿.c0݋ǣq;}yA} }V#"gjɟO_г'̞mR~s']%QLLH=/L1Ӈ/a8Ǯn!GfD5'~D/˽,.%v(_"{-cϟ>9,bg/5?XO.Kc݄Uqֆ R0AI'.EjұR$h$(M ]$E\Ef 0h`+RXjXby=s=:fN399w``@ѨIii jh.]ii ~Ғ|TaO!?S_矗{eo||\?.}}}RQQ!(W^rW*+n ?y3nb?z<|P… rь577Kuu uzA`5n }-&'N^xaK&2b1I&jUJ?zztn==+ J)o DB$HoQ2==-px‚߿_sO`okws`ky?oH&LOD$Yƍt;UVR!Yri)))9qlnnNzP(Z:_F--t~xg~ywtP($ΝH$"SSS_*H$k;NJI`q2qx<.EEE墉ֻt)=C7`7^ > B֭[R__//_J&tx'Q ~s,ӾsIOO9sF'gϞ?u;0wN)d7s^3{y?Ĩt#>?pӾ 6LӾ١(09;Lz?` >?..O!jܢ;l ۺx?o2dq- Ɓ࠿z }a? ~EԩT͛[`#K}:? Fc~F]55HD2R)D"Y8G;:t^GG|c(X~xg99z +L V--a%0vSvP?9J`lZ,PȴQXcE/6Âo2dqPl }hJ`!ѡ%ȥk?8@[}? |}/n `|(dZ[,@64 'o04ߣ0X @ $xX@`<-z\aQg,PȴQXUNL߯X{X FVHCS~4@ 񺾆-#P[E͟BEtL~Ѕ?oPetnQ[aH>аi_o ,Ҳ|[&&&$!VD"aiu @AS('KII\vMOr \LŸ𞸣rTЫ=O ŸBA>.%ߗimmNwӬE룏>*9{BȓO>.ikkZ)((Ç˅ KwӬEkhhHFGG79{BA%LJ,8$Ljj#z SO=s7~=Q9|aFgn޽+8D$Jij#GMvnuA/{7|#onu%g òE7 9nV*+^*k~+/2tƅlnnN evvVc˰}DP(gFޓ7]ϙ'VLYYLOOUX-TƱT*%HDSo~3?(9611!Zi#@(#"Ϳ⚚wqEgtt9x駟n{v端r QwӬE>7l7]i'NݻwyWBgϞ=Nqq'nծ]<Ξ={2'n#z-}FX~;yOtӮ,PȴQld?,B"?/IDAT,B"?,B"?B!MFȟBn@F,B"?,B"?,B"?,BS.~IENDB`wxmaxima-Version-18.02.0/info/CMakeLists.txt000066400000000000000000000032061324204105000206230ustar00rootroot00000000000000file(GLOB WXMAXIMA_HELP_FILES *.jpg *.png *.html) #find_program(MAKEINFO makeinfo) #if(NOT MAKEINFO) # message(WARNING "Makeinfo not found. Old wxmaxima.html will be installed.") #else() # message(STATUS "Makeinfo found at ${MAKEINFO}") # add_custom_command(OUTPUT "wxmaxima.info" # COMMAND ${MAKEINFO} -o wxmaxima.info --no-split ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.texi) # add_custom_target(wxmaxima.info ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/wxmaxima.info) # # where should the info file be installed? Is it used anywhere? # # add_custom_command(OUTPUT "wxmaxima.html" # COMMAND ${MAKEINFO} -o wxmaxima.html --html --force --no-split ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.texi) # add_custom_target(wxmaxima.html ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/wxmaxima.html) # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/wxmaxima.html DESTINATION share/doc/wxmaxima) # # if(BUILD_PDF_DOCUMENTATION) # add_custom_command(OUTPUT "wxmaxima.pdf" # COMMAND ${MAKEINFO} -o wxmaxima.pdf --pdf --force --no-split ${CMAKE_CURRENT_SOURCE_DIR}/wxmaxima.texi) # add_custom_target(wxmaxima.pdf ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/wxmaxima.pdf) # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/wxmaxima.pdf DESTINATION share/doc/wxmaxima) # endif() #endif() if(WIN32) install(FILES ${WXMAXIMA_HELP_FILES} DESTINATION wxMaxima/help) else() install(FILES ${WXMAXIMA_HELP_FILES} DESTINATION share/doc/wxmaxima) endif() # allow local execution (./wxmaxima-local) from the build directory without installation if(UNIX) file(COPY ${WXMAXIMA_HELP_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) endif() wxmaxima-Version-18.02.0/info/InputCell.jpg000066400000000000000000000202601324204105000204630ustar00rootroot00000000000000JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?; x7Ö*iehf'$6!Ӽ<=gK]?L$*Y;d V6_4o֟OV,YI'EUQENMJաBILv@@sܜҮW9n><׼߼-DY8fRK3z9?iI=nAݭdlm,8jgo*I|-2́ܚ㵫 6/-e^f $<պ *mAuI},\`lreܤ9qY{W+QT߳O?ӵM8'0'L?=jîr[][5#@z{NA9,dNx_Qŵ7eӚM=52Tcv;jPj7v]'Xp# 5rɰ>"yxy?ֺ:!+|3 9\zOxYFfh,#12YFz OYlod)vJGCX~Ӭ|/i Snl3Oz5c(-4,sۻخcsž!icRnXnuAњ<g3$r@ވiAEsqE EpWo=~WѴz7d,+(f7+V4{ۢ-翸''s<е_{]khڼ:ޜE4H] =jXefWiadWq8=:V''E yRxk'TwzoBaEU5 F68dWa.a 3u~ ]Y#:Ɍ|9wxa_jk qö7"lS$1o>V0xOf}w{M²I+RsoK;fZx ,簿 $ pq[u\G]rS2XYQr0d#!G~-CtQo1#G`+xI熿k $_ K]IțYSWd!hX! ~d}O]I? Ŵp<04.0ȡj.uo ƙg,0E+,0? E)8Ԝ~JH--巶ӭ!abUq| =ia8Jۢ6~9Waj]ܥowgQ2l~E %&SX`Py_eX¡ş-~UC_&-m8任KhD }#S%ׯI-?ѡDXo[qi4Flt۝ GҬgImјI u2qu=Ӭc"l ڀΖNKk+yLmHq tV}khd /r~#hnS- ]ݤ nFv}5gÖj&]0fDPW ;+b  UC7!B[EhVŚT԰M~ 9U# {V> FT}$Z%8R#e/3ccũ"xjkeUۨ /@ 2j~q UXmdށ}FjE^f{X\N9zT4ouRo\Q~?:A+p(̡Z@q'9?VMZ}B7e{%Ob}pHM,mc`Y?ۼA?& @ o͘BCͥXfm`LYA!=K}ZڷʌR=2ǵc> l5GER^]0:s"6_9N1F1V)iVkoiIT1 c:P?O'UZ+u][7@YM*m,Ƅm)k(((( ٭֔uMm*O 8<99-zSȰKQ,0}c^@uPQ֔HS$u4-SRmo KIZ.VZl.\hVYd0`$W'EcOi,lbЯ"Ԯ4PYx`1y8qҷh ]CDPQ>}&wH!9r9 KiOhP)t ݛ,J0zpx(Hdoo`D.q&MOLFM[qdS)Ml@߅Vk:krڅB<٫!пcE!UB?;`@@Xϋt]A]Iy$#sRpyl(3VPٸ=Α-$5O֚:=Lrwg3¯,s’GS 4 (9<RA\?xkV)kɩCX_ "[2N\sNkl">|Mꑤ"}j.>tv 9sW/t張l-vd36gS՘dگww.m] RLRYsp3J_mtv kig1 KlK3c&Emuly2GrX6 EeLιmhvAmD ;sKY}SJIP-9)]5DJ1ucn F+ۄf[/<>W;q;//6_7ޛs.u"kuE]GPҴ˭B[ZJdQUt=e/. kxH`ۏbL,5ԗp\=s𾍦h}rJ &98i/Ofsv^2ct隥ȎIRkqR0V(I#>W ^Z-#70M6d7ޅ%6o5u蚋 KPܭ"Oœ|냀2x֭/;[]ێH 0:+*ZJBwƍT #_itq 9 sELvVI{=_q햧}x9]n*\xݗ9)4 vxc[ipI×MK;̱ʎ`J!>|@N<{Ei3Iq2xb)\'$HЪRHp## Pk?@ԦԴ7z{*̜1PNB7䣡\ÈfZdiN5⺀-#@ H}9 V5`NAEq{vϊ?]jRi,8<)c:W k^4XwX>T k t=o2=u;o"6f[*JJF*T2G5[XAhhveͧum#x9gZja_Dj7d[l9 -+(4[KEum {jSnJERI熿k $_ K]JM6'!&&"Ќ^Kxay1q2"I!qAAQo%żp<04.0ȡ=jldOenր`@)@?)ѯ *0=vOKF +3g jTc0z1U4="q=co0 !D`bOU]۠fjc7p}ǽ_̥9[W,lPZvy#"/E'^y-3[2=AbLw]os sA*)2`EeˆĪB74S$͆}mA>D̗1 b \]$wg6s\XV>25?MY]FHNBWi `:Bj j:eBwDn Y U? v麽[aY~÷)o_ft2XBom\`Tm KRo+9JyA'Ou,i&ivV !" GL5ODZm9-6}2W$@:vkiڅmbXWrp@#69(96['7 T8R2wVZ{Hݍۦ\̣“zT:&dy.'n:gbI'nfmU8(Do"UlpJ 푟QTMOcG&mL$vHd^iyqymcm yU#-պ(/,5 WSFѴ:t;[I3 TF*jk ]Gsi&XĎ7PC 휐.1d9*ir^ZZ;  nG[[aj\4,*RxUJk {h7[[U,y &ܮAjPF"XafIF a@*  ^mJm.O6mn&<&Zs@Q@Q@?xkV)kO<5`_P\LO9}RJy 4AQ$Hv KO/OSW·`o'KgM0I!%y:U{cm{Hn =ArwJO'%w'E x9-?S?/oq=:s>U(ci'&xEf0L$ Ӟ6-1e1* .sKgq<sK{N_nߞY>SI_2 IߩFc|B徝 {#0k4֩4HT yqH%Z4⬾ʤjݑxko@K+;KYLR?a+rqK\jwZvz ddO)ܟL5MwMl,q*m`$VvP𧇮<17WfK{"BVR(I$;3OW%F=(u;fD}PXU8ʹ}ỽ`ZݛżѨܮ2r@Lcڄ&P _9$؄e/)x=x7 cO5m+[v+,$~V,r["j~5}.=2 xAl=:T^=^);MK8O7WjOxhk{erl 6-BgllS%N0FHoخ WZt ޙiiZƎMB쑒U~X)#%LvV2 i<[u:>cnfH3$9~/jZxNMg~]@b0W8Y7ZƣYZyWډVv ^VJOOBo὎k{w7'B#L" 1G 4𖃫jz},Vo"}v) #=R;iHVVvmAi[OLMڊQ8u袀 ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (?wxmaxima-Version-18.02.0/info/Matrix table example.png000066400000000000000000000241451324204105000225260ustar00rootroot00000000000000PNG  IHDRD/+YI IDATx흻:@.aTRɸJd\&/=Fܹ3$㽬ReY 2 @ 3HdɃ y$2{}|dU}=?Kyo۶gٷ6?[l]K?u-˾eٷ2RS/mWؿ*{7`qJAfnGm۶΃-\ 0iRq\TBo7d6,' t!+ZBhnE`1eXm򻔿eC~&zLiYS o7d6xuˬٸNZ-ԫ2{fu2֑Lon+3PݻHj)n\h// 3gו΍6}Q)`Ԕ`ʈj⑏t"}KNfDgA h$inm=c79ֿ3Ͼ.kQ&k3(#sYpAP*2PnnȬg<>FlaCy0Sc&oGD{g֍" sc[̤Ι\=#")v [;i~p%X);sꠇ~y!ۍaR uOi>ESTvɬ2g{-|}\yƛ3f3Dץ^lSGY8MY7buTziSdݐYwݠ*e݇:x/uQgߞO$3QE%$m᮶p]l w?>j1Y3~U,kـYYz-W_Uòk2J#^sf+k'-jDX? \+ױ##$=i? 麦◙PϹ̬g;ݐYi/cLl% L [v\m ϱFa/ڑIu==`jhAZ-ol3%mZs 4b1V ;R;ϙڶdߟ_,b|LX02!MBf}Kߚ3ԇ cR.ԼDrdf=w|_ T1հ>fm}Կ81E⪭ҧex V#\n hm߲nm"23s>a֑̎3{<,{fCn߯ϯoK}hڠam(,tŮ*mۦAfp ~_Tf~ڽo<,ߧj;d@nC߯S ؛q³MxZ}w7 濕vwpq 0v[Hix8ay> Afi y$2Af< V2;p§ɽwy3ÁI<8d'h{A9BUʛu2k͓ڈm޶murpyQdt^GIefTi1r^ Wg/0q@fO'jz˫"u1eg;ͭ 2xTu-h~s+=}̞N`.9!p/.2* d ..KY?b/5]=4+cwv,TS&){PYvd-Mi25B-28l3W033ף*zt虙3]n0>Z` nZKgfvvpIb3Zrb̼9qߟ_:.`%,jf[(3kD}-3凿5Nx/)[H[Ⱥjgg3Zr Tfc?Dš3V!JX3sƻsfefbh~͌3ՉZ=YV/fW É)/mx+,0TfE{d{2suTA9#߯zb.kQYΙݯv3]j3Zr\#3 qޔȎej-Tcc yy3ͅFqV=3R5r<#[{٧sL}?X2ۂ2tokɚ:RrBv(q̚Rjۥg>.^_3E}kXg4;<Əu)_ db~+3 8W\Ǟ wQ.gXÖPKXOhS`&ri[0@ s dɃ y$2Af< @ 3HdɃ {^8ht~Ye${v2- #@Yw0+6W9E9'5wwXs횹=sO*3J/A*9$Ȭ\ģA:9@f&j|yJy<2[ַvtrXz1VU50v>M ٮ)wu6-m,:&yusmb<Ӹ*7lJd5dPuss+f_3yD4,Wd :x?l3ƤH{*?piĵ>(ˬ*K^ [}ݮ1ewAi-^r3W|sf⽟o_rսZ,e2~~}r5$2ԟutHPf"L 8J7º(%mdV|nQ_Y22y  2CgZY~JZg=3g:gXf&M&2-nZ绀ue-fW ǔAfeB;C]f%3m˖<%ϴM[cSlM;xe5lyY+Hd{y)1\zˋ6(| 23+Yi+d6s=׍dߓzYYkdOFf0,I"%UUϙ@f0l+Fvc Q2ӕ`DoqZ-Tcc yV= @MUU˒$3: l ~BJ䷇5cdAѢKy;ԑR7Vq̚RK?=lwߠuq/j1|QeVܚ ?j^AflOlڥ gJ4q=\2lak%kC"YzE 툙!8qS.Mc&@f{Ag9@ 3HdɃ y$2Af< )žGqV vd&阻ih{o8\$fARhGO [mk̎2{s٤q:<5HЯ;1%9q+O[}{s>ߟ_*lBy;0}o9Wz3(6屷l"*i{fvvk&W8^8b)%[.xv_-^dߵ\q?Y ̚i%e܊w>Yy#Qf+v_-^2^eX Mt-ͭh 2].UI;hFpIQ=ƚ_XKyWv|׌\ⓙ1Xs .l4o5 kؽ.1~G\lآrWދONy.2یQ3"0|93.k_ԠB *k](eWzQ Pu-JVq ̬~^PlzfA-꫾~/U}|9қV^'@fm!3㻪}K?^e<{ Y+U'4zUL)Zq/x6€kռ. Gp/Ǘ]?"_X  io)G_i'de6h+z€]aWqg.};e߯ϯ/dMW 3mMNLP2ov>l[}K,Nf|g6fT{fAEG36p%$i%=>82_/'jA@f۱貾~sfc&ztX҉8g^ɏٱOJѤk .*-=7MCS'sk5Ss%Xf3e̦2l;qˋ[ 1}Ev웶r XfyexfikL*!F[ -4FXm-(?BҞXY_|^f"pi2ɌQƣb`=v_#smo[Kybд/##SXա_tZUm't; >,i5{{17Nuh<>;2; ud,ϫO\f=* 3x&:ޅ[|pN8 @ 3HdɃ y$2Af< @ 3HdɃ y3_r b,#k?v,N>K}oe}Rk!o]f׬QvM[dI#HM[ s^VhH8 6U*7&NO>v@f7u}2q0t̮S y._>ntͰк|Jh|EkL2LM[NJBfa ]G^=umE]>-Nz"VĭˍI~Ikh,/9v@f7F5mEedou{"x白x 鐼owݓid{cEEէPDy|2 uGC<94 KJsMG^5MY(WZUIXm!!RቶFk: bUR`o 22c g^23 Jz=s_,t-*6YQR)NUYU]FWcMrK5Z(5i_J`oPf{Lrҽ|IFK=bci5h%]l|wG+띵 b ԓqc|-uNK썗LRUeEϬE2f#dz +~bQpa%}'V|]uLkHdx̆I/?^Kefd;[5X2I*Q_橦Kc,I/ ~p݌SމJx{vIҮڦ k{fe̮a9OCJf֌_!-g1272ү_6?%Swvo ޘY1_"%3fW Ym&-j+đÍ"dY8/k ˲=Qm%p[6RTornAn[C_I`ox淭a@JQK{93gx4 5*lKVr:"а͑0el|p=+ԺD~8z{d6Ά|W2=ƛk󪱦 "$%3vLvw ߂ys0v@f?f::v>946Nq7'|]g{:f?'=%>unA&N99猈{ *'vd|]\퀽̜UR 3 @ 3HdɃ y$2Af< @ 8$1&X[_}m-S? 2 =i3:ɣiA~K 5&WC9~q/ZdIVf N Jaxl2kÅ=+e龴̬Bo^3 {{̼>S=dIWi2Y&3I2=Z]ΈSfB++zf(-$dT~ f2&T{-l}|.&S+ i)e̮a9OC]fx* iʬ^sf+u{qɬ6kb|)3im<: &C?lHɺ=|q/g̴FF {Vފ4ߟHTkZyD}hU(&_)ԇ g|ZGoo-嵅. }9pD*{{l @`1ws]x2Dv~N {KY[VGX iq8xMіkL$6@2HprYQr~>F$ 2Af< @ 3HdɃ y$2Af<,lgFk5/5^893 :i3:ɣiA~K 5&ʷcz}-2yIa^2  CfmgeHed]. K5}_xdIVfro"pR2 Lj?l *ߩ2,%=3]e3Df4dִEr`QfjES0Y]fYY/f]6R2Y'3)ď&O$2΍df*ݽ몏ZwˬS93̤$*u]{eű|3}i/Yr%g:D *[(3Uf{LrҽLDfʖf|+H}LRUeEϬEc*SeVA ˺sfp8)aORG]2Rk^ m)e̮a9OCVfb!938"Qeu}mHɌ9ٕBdVAKJ>Oe 'C?lHɺ=|q/g- IDAT̴FF {Vފ4ߟ=/v6odIVzt&S2|6nǞQj]" ?23ԗgfNYWu$MG=ڶm$ 6Nq7'ez޵j e09,f4UZG[U@f*8sopΦWh˵Z& e` u^89,]`T@ 3HdɃ y$2Af< @ 3HdɃ y$2Afǣ.س?  'S8%Ǭ*x5m[dݩ9 /@ 1xSqaG .PymE`_vc!uTg/@* 0,-h٭ H.s!6\gvt}74UeyL囶1l̢i]G^D*C섷 u2k"k|90(3_"{8 lݔ~1X'3)ď&O$2΍df*ݽ몏Zd.}X%+c8zf/!3=3[3"ͽl.su-Uf{LrҽDff(<!c2r_Y3Fmi!Qg4Y۶"O ^v>j>lf<˧ },`م(kXNY]N!D'̺)1g6^HPj36h)V[28*V{#MvAm-:>u{R-^̙i+B  Vzt&S2|6nǞQj]" ?=dongu8yF)c>{d0>$H}ι78 ) ` 3HdɃ y$2Af< @ 3HdɃ y$2Af<,%*ݵxueyuQ*NrqAf0FȬ.R\@(,*v8WYY}l*לmB@f qeV'f>Uf+@f qe簓,3@TYB# *;qn3@dYBAfMq}YSǾku-cVp8@\YB@f]L$Q 84NT1@,YBmdƪ| TN4xgU y$2Af< @ 3HdɃ y$2Af<5YK6[IENDB`wxmaxima-Version-18.02.0/info/MatrixTableExample.png000066400000000000000000000241451324204105000223260ustar00rootroot00000000000000PNG  IHDRD/+YI IDATx흻:@.aTRɸJd\&/=Fܹ3$㽬ReY 2 @ 3HdɃ y$2{}|dU}=?Kyo۶gٷ6?[l]K?u-˾eٷ2RS/mWؿ*{7`qJAfnGm۶΃-\ 0iRq\TBo7d6,' t!+ZBhnE`1eXm򻔿eC~&zLiYS o7d6xuˬٸNZ-ԫ2{fu2֑Lon+3PݻHj)n\h// 3gו΍6}Q)`Ԕ`ʈj⑏t"}KNfDgA h$inm=c79ֿ3Ͼ.kQ&k3(#sYpAP*2PnnȬg<>FlaCy0Sc&oGD{g֍" sc[̤Ι\=#")v [;i~p%X);sꠇ~y!ۍaR uOi>ESTvɬ2g{-|}\yƛ3f3Dץ^lSGY8MY7buTziSdݐYwݠ*e݇:x/uQgߞO$3QE%$m᮶p]l w?>j1Y3~U,kـYYz-W_Uòk2J#^sf+k'-jDX? \+ױ##$=i? 麦◙PϹ̬g;ݐYi/cLl% L [v\m ϱFa/ڑIu==`jhAZ-ol3%mZs 4b1V ;R;ϙڶdߟ_,b|LX02!MBf}Kߚ3ԇ cR.ԼDrdf=w|_ T1հ>fm}Կ81E⪭ҧex V#\n hm߲nm"23s>a֑̎3{<,{fCn߯ϯoK}hڠam(,tŮ*mۦAfp ~_Tf~ڽo<,ߧj;d@nC߯S ؛q³MxZ}w7 濕vwpq 0v[Hix8ay> Afi y$2Af< V2;p§ɽwy3ÁI<8d'h{A9BUʛu2k͓ڈm޶murpyQdt^GIefTi1r^ Wg/0q@fO'jz˫"u1eg;ͭ 2xTu-h~s+=}̞N`.9!p/.2* d ..KY?b/5]=4+cwv,TS&){PYvd-Mi25B-28l3W033ף*zt虙3]n0>Z` nZKgfvvpIb3Zrb̼9qߟ_:.`%,jf[(3kD}-3凿5Nx/)[H[Ⱥjgg3Zr Tfc?Dš3V!JX3sƻsfefbh~͌3ՉZ=YV/fW É)/mx+,0TfE{d{2suTA9#߯zb.kQYΙݯv3]j3Zr\#3 qޔȎej-Tcc yy3ͅFqV=3R5r<#[{٧sL}?X2ۂ2tokɚ:RrBv(q̚Rjۥg>.^_3E}kXg4;<Əu)_ db~+3 8W\Ǟ wQ.gXÖPKXOhS`&ri[0@ s dɃ y$2Af< @ 3HdɃ {^8ht~Ye${v2- #@Yw0+6W9E9'5wwXs횹=sO*3J/A*9$Ȭ\ģA:9@f&j|yJy<2[ַvtrXz1VU50v>M ٮ)wu6-m,:&yusmb<Ӹ*7lJd5dPuss+f_3yD4,Wd :x?l3ƤH{*?piĵ>(ˬ*K^ [}ݮ1ewAi-^r3W|sf⽟o_rսZ,e2~~}r5$2ԟutHPf"L 8J7º(%mdV|nQ_Y22y  2CgZY~JZg=3g:gXf&M&2-nZ绀ue-fW ǔAfeB;C]f%3m˖<%ϴM[cSlM;xe5lyY+Hd{y)1\zˋ6(| 23+Yi+d6s=׍dߓzYYkdOFf0,I"%UUϙ@f0l+Fvc Q2ӕ`DoqZ-Tcc yV= @MUU˒$3: l ~BJ䷇5cdAѢKy;ԑR7Vq̚RK?=lwߠuq/j1|QeVܚ ?j^AflOlڥ gJ4q=\2lak%kC"YzE 툙!8qS.Mc&@f{Ag9@ 3HdɃ y$2Af< )žGqV vd&阻ih{o8\$fARhGO [mk̎2{s٤q:<5HЯ;1%9q+O[}{s>ߟ_*lBy;0}o9Wz3(6屷l"*i{fvvk&W8^8b)%[.xv_-^dߵ\q?Y ̚i%e܊w>Yy#Qf+v_-^2^eX Mt-ͭh 2].UI;hFpIQ=ƚ_XKyWv|׌\ⓙ1Xs .l4o5 kؽ.1~G\lآrWދONy.2یQ3"0|93.k_ԠB *k](eWzQ Pu-JVq ̬~^PlzfA-꫾~/U}|9қV^'@fm!3㻪}K?^e<{ Y+U'4zUL)Zq/x6€kռ. Gp/Ǘ]?"_X  io)G_i'de6h+z€]aWqg.};e߯ϯ/dMW 3mMNLP2ov>l[}K,Nf|g6fT{fAEG36p%$i%=>82_/'jA@f۱貾~sfc&ztX҉8g^ɏٱOJѤk .*-=7MCS'sk5Ss%Xf3e̦2l;qˋ[ 1}Ev웶r XfyexfikL*!F[ -4FXm-(?BҞXY_|^f"pi2ɌQƣb`=v_#smo[Kybд/##SXա_tZUm't; >,i5{{17Nuh<>;2; ud,ϫO\f=* 3x&:ޅ[|pN8 @ 3HdɃ y$2Af< @ 3HdɃ y3_r b,#k?v,N>K}oe}Rk!o]f׬QvM[dI#HM[ s^VhH8 6U*7&NO>v@f7u}2q0t̮S y._>ntͰк|Jh|EkL2LM[NJBfa ]G^=umE]>-Nz"VĭˍI~Ikh,/9v@f7F5mEedou{"x白x 鐼owݓid{cEEէPDy|2 uGC<94 KJsMG^5MY(WZUIXm!!RቶFk: bUR`o 22c g^23 Jz=s_,t-*6YQR)NUYU]FWcMrK5Z(5i_J`oPf{Lrҽ|IFK=bci5h%]l|wG+띵 b ԓqc|-uNK썗LRUeEϬE2f#dz +~bQpa%}'V|]uLkHdx̆I/?^Kefd;[5X2I*Q_橦Kc,I/ ~p݌SމJx{vIҮڦ k{fe̮a9OCJf֌_!-g1272ү_6?%Swvo ޘY1_"%3fW Ym&-j+đÍ"dY8/k ˲=Qm%p[6RTornAn[C_I`ox淭a@JQK{93gx4 5*lKVr:"а͑0el|p=+ԺD~8z{d6Ά|W2=ƛk󪱦 "$%3vLvw ߂ys0v@f?f::v>946Nq7'|]g{:f?'=%>unA&N99猈{ *'vd|]\퀽̜UR 3 @ 3HdɃ y$2Af< @ 8$1&X[_}m-S? 2 =i3:ɣiA~K 5&WC9~q/ZdIVf N Jaxl2kÅ=+e龴̬Bo^3 {{̼>S=dIWi2Y&3I2=Z]ΈSfB++zf(-$dT~ f2&T{-l}|.&S+ i)e̮a9OC]fx* iʬ^sf+u{qɬ6kb|)3im<: &C?lHɺ=|q/g̴FF {Vފ4ߟHTkZyD}hU(&_)ԇ g|ZGoo-嵅. }9pD*{{l @`1ws]x2Dv~N {KY[VGX iq8xMіkL$6@2HprYQr~>F$ 2Af< @ 3HdɃ y$2Af<,lgFk5/5^893 :i3:ɣiA~K 5&ʷcz}-2yIa^2  CfmgeHed]. K5}_xdIVfro"pR2 Lj?l *ߩ2,%=3]e3Df4dִEr`QfjES0Y]fYY/f]6R2Y'3)ď&O$2΍df*ݽ몏ZwˬS93̤$*u]{eű|3}i/Yr%g:D *[(3Uf{LrҽLDfʖf|+H}LRUeEϬEc*SeVA ˺sfp8)aORG]2Rk^ m)e̮a9OCVfb!938"Qeu}mHɌ9ٕBdVAKJ>Oe 'C?lHɺ=|q/g- IDAT̴FF {Vފ4ߟ=/v6odIVzt&S2|6nǞQj]" ?23ԗgfNYWu$MG=ڶm$ 6Nq7'ez޵j e09,f4UZG[U@f*8sopΦWh˵Z& e` u^89,]`T@ 3HdɃ y$2Af< @ 3HdɃ y$2Afǣ.س?  'S8%Ǭ*x5m[dݩ9 /@ 1xSqaG .PymE`_vc!uTg/@* 0,-h٭ H.s!6\gvt}74UeyL囶1l̢i]G^D*C섷 u2k"k|90(3_"{8 lݔ~1X'3)ď&O$2΍df*ݽ몏Zd.}X%+c8zf/!3=3[3"ͽl.su-Uf{LrҽDff(<!c2r_Y3Fmi!Qg4Y۶"O ^v>j>lf<˧ },`م(kXNY]N!D'̺)1g6^HPj36h)V[28*V{#MvAm-:>u{R-^̙i+B  Vzt&S2|6nǞQj]" ?=dongu8yF)c>{d0>$H}ι78 ) ` 3HdɃ y$2Af< @ 3HdɃ y$2Af<,%*ݵxueyuQ*NrqAf0FȬ.R\@(,*v8WYY}l*לmB@f qeV'f>Uf+@f qe簓,3@TYB# *;qn3@dYBAfMq}YSǾku-cVp8@\YB@f]L$Q 84NT1@,YBmdƪ| TN4xgU y$2Af< @ 3HdɃ y$2Af<5YK6[IENDB`wxmaxima-Version-18.02.0/info/Second table example.png000066400000000000000000000143611324204105000224740ustar00rootroot00000000000000PNG  IHDR͂)sIDATx흻8y.w8۔xj3 ɖÙxb6K 䀘Z~ZeY       R_WUoPMʁ$xVE[쯯GCuW={-?G-=0{~eK.P[V պN5)!rC<[;~SoKCn__?oY'XZ~z.Wtuw2I>evKP@ې^Q_WQ1t]uR`\YG;De04g^J S&:j]@0yo*f)ȳ*nyQdc>] xʋJu hyx4wMC;rg˜ ﹠s4&z5T(6GS緲~z߄p{Ev-hy= r zFc|`& YHZ#Ü?B\ȖZx С>Ϭ S|Rٲe&*|Uu\.|KkrB:WšRd_Yfc`+wBSک?}پ+ b7>oџgvzж7%:wjͽM U饓=FOk.L^ 5 ~!r>f y; aN3 rߧwlIXC)E>tf*id>S7-G>Ȝ&FЗ5Ɗf4TECmGLZTwʼnCg~P5%ث_9^}E=)9z}=G 8?P穤7 B5zR|UBDSy -q~|ǯ=*5"M!"TՌD BǢR|six#g곟:_?SIzz&M42{S:YK`>iMC畷n3]3+GJӦ=Gfua?%p 4 4 4 4R׏C?J  6 mjlu9Qx㱥UϮ7h,ckč&'%i[;s۬lU9AC`qk ^3fȿ^)ʫV}zwLyAC d 144xmNyϻ셍'oyrS}hXP4m^sq)kw8m ZTq/n鵼Caoз7Qpryvbmna h‚j[AXcfVE1zڎJ5i'|ߟV> To#vNgŶjICÜZ,aYwЊR99(%|ykL(+hx4ԝ\ڴPg]:Ƭô;ݯP^LVjh۶!}ACfM>Ԋ+SLp6Vdy32[D2q~5t,v?XWCbC5ȫ:;jIC#khMO)P 6o~:?rq~ޜ Pn|G"CBL ٺQ1aM1QC쩳e ւzMᴠ=/):3L`Owkib/Ca"޺[ϭmZuϚ>F2@C}B6"?c4-לZ2j9v)IF]$2ecϵj3NV?h{FBHޠI#L/n8c5P4>0vZ P$~3ޠᠡᠡᠡᠡᠡᠡᠡᠡX ZcB[ 48pLhk\ m- B1pAH8&.IDŽ!ipsZeYeyD,˲Lm>s3C[ ,`63/媃$]d/N[bh/Zc_[vZm?mS}=ӀEzH^UڋƄ]p*FTS1q/`CSGXu5h/Z`77Ff5ܼjj5]H vc/kܽ*Us0(WR n^/잇{$pAH8&f[Y{Y/E%]JvJZ^ptAgBDk.[2jhkG9N=T[TY9 r5 1ں}rYJZgqkJV1V{͢1Y]T wɥ4tH_NK˟W4tÑh\HCkuEm6]FCcY\GC*jNT&[hyICd&WXㄠ:7 ɋ6=ʉb+) m-nI9\ }1ЏqI"c44&@Dtpg.5mƅF"KQd{Ƅ!ip $ ZcB[ 48pLhk\ m- B1pAH8&.IDŽ]෻@[^~oSi@RY=^Vhr^4tOb8MoOйmhW@{}K){hwU!i}h&ץWdz0м%M>>څr> r9.EMAWCs=q2c';y3m6q?)MO[w& u1)m?F@>84.Qz]&74:*b~*PV P7Il b@GR3)os(ëb?' jQeG%\Cq6mEv֌_Poڶ'N^{]MBwLzΟJZ,Vz B[oJ7}juskŔXCxSI"Mg(.BC^&5%RJGui&UP>m{|p>tٲNshhյ:ּUBCzU/VZlMNOkPa} ]gP)sO<ӛ P穤8taGW5{(wyxjc^[HasU>O>A JӣuaW-&g|N 3Oulަt8{ .[?4֧M|=LJF@8             zBN2cyz.Nv URz*t"ݫVzMSO?z>T}sWDz>z|xq5(U4wy@C4QN mVR8>hvAÕ$"wjpI5եAC&l/,k:h0eYj? *逆?evKP@ې^Q_WQ1t]uR`\YG;De04g^J S&:j]@0yo*f)ȳ*nyQdc>] xʋJu hyx4wMC;rg˜ ﹠s4&z5T(6GS緲~z߄p{Ev-hy= r zFc|`& YHZ#Ü?B\ȖZx С>Ϭ S|Rٲe&*|Uu\.|KkrB:WšRd_Yfc`+wBSک?}پ+ b7>oџgvzж7%:wjͽM U饓=FOk.L^ 5 ~!r>f y; aN3 rߧwlIXC)E>tf*id>S7-G>Ȝ&FЗ5Ɗf4TECmGLZTwʼnCg~P5%ث_9^}E=)9z}=G 8?P穤7 B5zR|UBDSy -q~|ǯ=*5"M!"TՌD BǢR|six#g곟:_?SIzz&M42{S:YK`>iMC畷n3]3+GJӦ=Gfua?%p 4 4 4 4R׏C?J  6 mjlu9Qx㱥UϮ7h,ckč&'%i[;s۬lU9AC`qk ^3fȿ^)ʫV}zwLyAC d 144xmNyϻ셍'oyrS}hXP4m^sq)kw8m ZTq/n鵼Caoз7Qpryvbmna h‚j[AXcfVE1zڎJ5i'|ߟV> To#vNgŶjICÜZ,aYwЊR99(%|ykL(+hx4ԝ\ڴPg]:Ƭô;ݯP^LVjh۶!}ACfM>Ԋ+SLp6Vdy32[D2q~5t,v?XWCbC5ȫ:;jIC#khMO)P 6o~:?rq~ޜ Pn|G"CBL ٺQ1aM1QC쩳e ւzMᴠ=/):3L`Owkib/Ca"޺[ϭmZuϚ>F2@C}B6"?c4-לZ2j9v)IF]$2ecϵj3NV?h{FBHޠI#L/n8c5P4>0vZ P$~3ޠᠡᠡᠡᠡᠡᠡᠡᠡX ZcB[ 48pLhk\ m- B1pAH8&.IDŽ!ipsZeYeyD,˲Lm>s3C[ ,`63/媃$]d/N[bh/Zc_[vZm?mS}=ӀEzH^UڋƄ]p*FTS1q/`CSGXu5h/Z`77Ff5ܼjj5]H vc/kܽ*Us0(WR n^/잇{$pAH8&f[Y{Y/E%]JvJZ^ptAgBDk.[2jhkG9N=T[TY9 r5 1ں}rYJZgqkJV1V{͢1Y]T wɥ4tH_NK˟W4tÑh\HCkuEm6]FCcY\GC*jNT&[hyICd&WXㄠ:7 ɋ6=ʉb+) m-nI9\ }1ЏqI"c44&@Dtpg.5mƅF"KQd{Ƅ!ip $ ZcB[ 48pLhk\ m- B1pAH8&.IDŽ]෻@[^~oSi@RY=^Vhr^4tOb8MoOйmhW@{}K){hwU!i}h&ץWdz0м%M>>څr> r9.EMAWCs=q2c';y3m6q?)MO[w& u1)m?F@>84.Qz]&74:*b~*PV P7Il b@GR3)os(ëb?' jQeG%\Cq6mEv֌_Poڶ'N^{]MBwLzΟJZ,Vz B[oJ7}juskŔXCxSI"Mg(.BC^&5%RJGui&UP>m{|p>tٲNshhյ:ּUBCzU/VZlMNOkPa} ]gP)sO<ӛ P穤8taGW5{(wyxjc^[HasU>O>A JӣuaW-&g|N 3Oulަt8{ .[?4֧M|=LJF@8             zBN2cyz.Nv URz*t"ݫVzMSO?z>T}sWDz>z|xq5(U4wy@C4QN mVR8>hvAÕ$"wjpI5եAC&l/,k:h0eYj? *逆?c|n¼Vs]z !B!Bc9Dcr[By^=uj!B!1S`?Th!] u.;6]zKsҮ[_i־4Sj{nB!B!4Y $qZX,Ucaڜ/9Z z|mXO;,܁ӬciҶ>N6숔WtKɡhG*B!B-G``o7 ?9.3̶rֿ (Mw;U_-w=)uOnޕUrH˖~pob`A!B!Ԇ1SfKyE_An}qL00ttgrX˟v݅=Q8q4m]U[#UH*)4PtK9_pC\2J8+FMv@C!B!KczCG77t[D9v ۪LBM dR䜽 yY%lH%ecQY/N="#֘Ts!̻J"xhdZd=^oޱW%dZ%>!iA!u r .u^RO*Og>.WvXCG7Yw4iE:/&ͱr.+GW>$z8r,?+i$eb91h$.Y.ywYIZBO(9tm̳noۭoHo6k꜅rBXZlF?+kHG-UKɵ2Y|4*/sur$ܩ8X=޸M(Ȫ [c'kMrA>7ڞuCkw8>ׇ cbBs+=~⌹5D7BKHI:lv#k.ʛ{m:˄YK%:5OȒ9 }B(\+-;ˑ)3%KwɎ;.IW%gV{<B ?OR+] ":UA\g]=J>C$$ٞF~PU\Z9?7f,!A2jL0}&Θzi71ksqǼowaiɡc]vQ&mȲM$9nR$=:Nj\ެKUkOx舤fʉI˗ރȻ;K #XC!"˽ɲ\gUB$h~* *QCnض5%-;uG%Hiuyd(=m`ʾ:7/Y^ arBC!)ȥ+RPT".s?i|rMYg[@CHzۯᚆz砑ri٩ki9zBoݥ={r)-!cv-c?ܣg TQ pHcپ'ʵx@o\z3p>[sѓgɹtYsyQP} ;Sg2]܎3b^"^-ݮ{2civkyuW :?y)9mOkCG# a3Żj$Ǩu.}Tn]),0b}ɳM#4H +ޓs{۰isByL=ϕb^q"ܗ 8G ("h־l8*WeulĜɕQRx6K2,gd-B~CfĬ"9r게8[iQ!4iU_! 0c: ѱbƭ*@o*~OQ4XߡݯQNQuɳ{(?޶Si&H;u޵5!^iҡgHu߮q݁RelPx=QʍCwf 7o;+@g;{=W{N;eT@sAUT# p=q!,B-;y{9h7*O="NQީ3` hX6!Lk_eX5ISmu˳ =f FO3}6mpG<;q\떭٨MM󖸶(_yZtt3:F;jbܣZ^5D߭w$)5]Rmwµ8XU <ns>2sAzƹLk kbDI!ʘm<,/VarRos9eXqx{AHB(u7ܫp:|ĵ|&w@+ zhs߿h it=qMCy`|mOٮ0D9{nW+͍ūIvNC'O1k;7p빸7lݩxf\h+߮{_GKckbWHt/7;dDmVk6xW'm{I= wݗby>s;19$αd:׳gnx.ִhh.wO+vۯ͍gτVuq `͛ Z}~+|L!$p@眦*oa(<l^$Woéy3;cpQ>)TN.vqW$X1A^oF!c#uM[wX~Viݾs73!ۗߐ_?lQ'Թ(3`n;ik'{CKO4TXPGUDHH6ȯ{Y^zm}T5Z:gϓɃ ڳ$&y/3ʍ[_5B8](׬\( !Ekvu3ٱkox(wgɶd6nݮJm@< DЖ,&cZ{?JKljr_s(4-S^M_tO f5w}~֞ `({[^sflͻ(wzJZCX Vn/s.^'+]#<+ 4χ}=|Ȃ.!PIr.ån^p?uw/{5u¥։pPś(GeC<85;` =7xXưΎayGf*rP8dAB(uP {ڶMً+~f/(,z  ?^k }(5Nb#8Ac-ns>ՆGs'(0ЇGfOLK!}]3逴GArt+"z3F,5[ S? 2pE|Q!/{C fzXжw*> zn9Xzềmz_p _羚kH+j9ŽIكc=}~g22Zx.VbF^s`E9\V׵(n/$q}%wQ+YzG}r_y>ܽ !PB8}"Ȇ``Z<9ffnOCRWBE9!A|RJJ;l2m(RlChROSB*B('P7X.!1m(BCV 9M02-!B!B('B!B( !B!BQN!B!PB!B!B!B('B!B() !B!rB!B!B!B('B!B() !B!rB!B!B!B('B!B( !B!BQNcǃK :wAޓA!PX;LBHXxr}ļQ1$w**uXoK!PSh(~C?!Ӄƍ"w5CЊ rmIum7E;+*B() i\TTVɤIeŊLBHXWOVNyZoJr+*++oBc8.GgB(o`\Z ΝsKr-nq$|),,2S-{I2l[bNn tAԇ6×/˅9:r {v7. pMw{~D|;ߩut;-׮IffVPSqjC_\R||^ $=B=>̇H?|r.izUCl {b;~!/_{30ZufUN{u!tǻc|Lʌ{R'..HSAQfݪsT7MҒReyu\ G~3]~G,Bf ^pku!$=z(._BF!ÇȨQdEsԩ077v80acH#^ƍw8qcѮ9RM&;wҎS Uۑ)'SeY5-p Sׂ1Gbe'L#RXTanGz;7l))B[ ! _!p<ik9~ :LÇhjވ}}3ad}6}8xP e s|; YDN]ee2kl1s,\H6m,ǎiX8+e٫e-9%"#e͚z?7hbٸiMsTTbu׹ipĈ((>c>sF6Nj;S^'W %/ 1wFEgYg֫N+wܑyBb"I1MhL+zŬ}uыF;+ BϺTv#gdԩ$)9Y&L(iijj}w~ F*Q A޼ysiڴGG2cL9YWO6ޮ?!Cdt28Pz쩅~+Vʃ>}J3tA i*H'ȘcP-ykz ]΅oG{D#2{Mvty*Ա`ȁCiurD˥K*}P-8>-UM?.288O8-xf@^lӦoI׮]%2jF3/YXu>wh1^y={KX|O|OjW+Fl޼E6l([l[)p{#TzpT~G_pQ"#tw<[;\{F}"J!D &MT0޽L:U6nܤ9|8Z],!~\A9)a-ONNQK (..YfouڱsZ`߰A4A軷OCo`5w;?k׼9OӢzѥ*mqVb K墱o=jcCR떺hWUgglT TxG-~D.ܦÇ ##U_+9m޳G0V46o÷Iȯf"csUፊ$ϡX wnϧOF7ڮzɽ|UNg]g\.0ME9qr-}ҩS'ܹWz.6Uv/$ce(Eg3Us.*3F!o|z(DDtޜ7ae/㕫V^SX$u.ZrLn? b>6(d*Bps}x!샂O1C]Ae)K:ڈW-9hsO>* 7 6TJn$᱂oF>}Xs ;E9c8A\oȐz]C= tСߛ̯"pYG9iU@a;mOvC bNL{g2o>?0dd]vkZڽyUaY;{+7n FWiBܸMyʦ-Fox7͹iQRؠyKȾ=UGlpn#w:,ꉱ#yYiKEŭ5/5C11e|3SSu6bq@cǎkeLrJ ȯk+^{2g&,lqt(q0eX:Y첔m8) Jp^Xн)ׯ8p@ڶm'Gug3޷%Kʠe9ҳWC$y® 9\GpׁFaK82 `e2·6fu~5?o#<5 9k$6j-C/}/w-VY;J<#~I߸Er琼sVb?G yL[nζNOۺS.*;0O9: \qZ/{Zvpҥr)MI(?p@-- 1ĉ)Sg _ҾlzfVX̝SMSK:MC/vnp/GZlH! ,^NӆUF^)ST? K91'7W]liB5؎?9We! ~,ШxSm?^'1'Qn.u>'`;7,B .cF>y@,@L[*.zoy:D|;D*uơ)+Qo#~Y(WewC;|)MۻY+{W鶦[f BoV[̀0q8rX̯ghbTjnWt a pG/v=beB7!rrD.$FC!%۸ͨنCAB@lwo|u۴rLjٞczaG@8N{tQLHHԎQ/~=`pY1\T\\NW=k+tXV,7uX=;6 S[}GE)1zYG'XXoGsP+8F6;zOBR94Q/7޸G]!Z}kFyxCUT  {k(:umgwl؊ڄs@P*KR~xG-qCc>g[]};']mT\9*5BMGS`aϕ= Þw/楆u$Et6kwMvFE9ytEy˖-Xc۶kVhx-6PWAe*\/=׷(Ԧ5P frmGfl8jLGƷQKvrrzO0CRʗ@,_[Q +\%TiVK"TP}0AN*Xt26˘vkmY?mtM"!v׭ߠhc[qpGTN;:4lHs {^˝$"9BuGT+f'qjޱy\Ǩp+T!)V7]sڻ2,&mwuzb Rۚ>je.+*Oq"5­#_LE~of~ƾ}G!U)*)}krB!'9\P,|I(Ƿ?۱c/GY ](c1b|qG?P;B!rk@[ûxXPaiWz?.5 p%r8:Z;M2, Ti)?zhP@E㝂a7Dȳu*nSnLcTf0A1xC喧b=g~E xk! ܹsmޮA%[(_sҥC7o1W+0iJc7wy*ܧnkkzxgBJEs5/6~f7rtztg4rGw/8| ZSoyUZTd66w~ŷ[x~ֶň'7CfG~5G@ 4?gf~*9eb傢GVcV4&̱۱c/ʭ$ )hg86(4QÇ0&MR8𝚖,xì`f)7c=Io`;čYNK(zZ=RifٸiHA#4xΤtV˿ K}ֶwj&٨m?>mŬsdy{y\FW!WxCd]Xz;%B;5e-B{}^:s4DyIiiHpѰC!ʑ7M%_",¼Zju`-?I8cNF-癟]xH{DvPK6Q;mȷV9o|߻eGo_#xGsXďb*z8ye \FEf޽/k? +VVV㛆4Б뙌k>DirBi6Va^FQllO7$QCPcNE 4:+6JHL`Ǖ},զݽprwڔc?<omʱ:η)զCEbHةM? vB 0o!kiU\N+ S\l`~/}]x>T4nrXmԅ,n0OxĖf*M!okNA ϻ9[+|=r'lwS Fb8y/|jiTbtw ͇e|e -Ҋ@=rJai;z+(&(biDr';zc/Lz#偞?)a),(7ر s텫tDC)zݚ6+ E*!!8v!^FVꁃiNخIc&R,#DŜPҵk)7=:`5nKy~4i *' w)>E90)ڡ7 츎Cs䈶!G 3 ,ԊJf] GcH5ðdHX1TթS45@OWQUl&gkSZvju[Ǘhz!6qo|!7VSs䛝뷾i;a W[1%Sۑ_Nj~Ւƨb=*@JI !tZCDH !ߐhljCQ׻(w'mXlj7NJܢE 2ux;DžGCmEeƌ:rQ(8AAr!Th#:aMhgMްb 5CN8QGo8n VuݦngM۶{Mt ʘ9t谭mm=!&f qy|(P6 9"ms]., .͛Ix/Პ~Dw P7bT@' o}?x$C)p w@2\PgwjaF\bXrFAh7kgoK 8]1K]Q{r45*Ix aLg* fVjTAw"y!Wja-PjYƱ)Pr:>r's.Ҽysi֬ nor^{7a" 0, et=U4QJ`VTh ǻ رn}:]]5Acm@E,3fPSMӎ #:uCrT4ƴ%PSQ[8m=F{Qh qߎٝB| ڷ.\?|Pxǻa "ևp4{j ˿|YsX`7o17ۚSx/S?yο_Im߇P,}[1.M([miGEXU"~:vNZģw>2=ӸBQNQn[uvC_8:rB|/qGa6\da5UoOAG[PY٘nj1n'[((VϺοߡߐEmK(i1;Ƃ% *нs= >7C.xw^* )?яdua)skҲejZh)+&OeTm"!iz'SSYׅ&ytq/ּk(g`````xDM!R8/O?̛?_͛ǎ|(̧2XWih)B> "N">߳gOg>#_emf͒~O~Rկʘc]bg}V}OoP휃}cF`!5xZKQPNEȢWy3}S̯}kxb]dRoWYӟNvܱq&-n޲E6ov2u4]{ky:M^'(/}K`B׾QQӟTM~I=u^~gy4fP/Tj rݺu7>v2cLyo}sUVKT࠼mL8I].Z,ޓ#qI?yԊ|EQPw;PDʚ#G2k쓚vJVZ%uCbC 2D˹Xv*kcРOe˗udjN/_<|rwBb̜9K _f9ַ\չsg;6x;NHc "O9S D}>I?/s[?4oB?F?_ݏ'^X{^(FC]ʗ˥(T0СCm˖-*jPxy" qF*{_χc<5~_K/$o<-߸}aM7ǎWkz w_wNkƪEg=[ DӼʰ7pHlls{:uxÚGW  .?x~@ܛ(V2g\׶zJ.Z$ii^m5i"m۶UqeX[l)ڷZWU_WdlKng\G)#Z~ :}@`IHc "ffU4o]n֬D? ƍ:nn{7cǎKty7Ck'fr-[(g`````( r@7Qw4^Z2ʤfom۶ }2o~SV^+VeVWW d矗=zhPdX-roDO~"2uH~wQ(GEƊ7OP+rxx㘸aįZc=%m3"ʃF]3x{&)Ara!uE?|ɓ)r(8 HKH{{{`lw?|(ѶR#~_HIIp%>bh~w (s|R};rbh۶<\=t9x3O8ud/3>IfoP#>yF_|Fm}t^xP\,͚ԧd.+sd,|)9ةjtGJjkۨ=,^,2`ְOn}"ʃ{>y$UCE9\%/,Ԍ,I:A!eЩ|I3"Ruu47Lde89ӽ^ҽArO ]cjrono_Ui Rߖ[_{yLڴqt[q|lG%͞-={8ՃeO˵$~S,THv^CKկ~H??|(_vfk«(_q?+/:^o<9YڵnU*y~=Q_"' i s叿/P9[Dy0v M+Ǎ(0K Х 1Z._*m_=7wɜ ?u6MZ Co`2s/ɋ%=u Ҫ]']^6j|g[M̿{˯KNݤur0dzY\24iV}/4v +tV~gM%$p.)ttoܓjnLexSmk*Ui P[}#Ql4 2ڕ995νgjX!7?lHKxmԥ7W\Pmd TJ~ryXg |񋁥g紆/}\L`=300+ r`D9,Y 蠩WA2tĘj0XDD8v-Ҭu{ٱkOv/k>}D^i Q~*w ܼKbbD/7oQ{!<0nݩs'KVw /2)(npX?^rtvSO;:Cp諭(oś(Adwަ{O|$Ȯ߯.f߷O=.V?ϭ76͇~$GwD=] pU)w<n x" R=3004lQSosXe{&wi˶2x(ܝ*lE9s/.{Ej/uΰwEEϮBQH;ttoܗ2鶾lcYtt (oś(;ۯ/,t ?#+Zß}Vy(W\9`DjXī(]?_sʡl ڔRr"w {k|QG8$]{Uwێ]UO&ʱ߅92hHy7ՕVrCx{8t8oa9fBHBEyPSIRXfXۺ6R>'Ƕ? P]C!I&o|C]= ^>\X[׽љk2Cԅ ʽ]'2GRDʳ䩅O5؟=5}[Dy0}Q 'H˶{r6wjBg~wd.WrwkYMԛ(ww\qWu=xcwRQoBE9E9((:z[ۺS7pł6%ǎp:6lHY$ukI1ëEhGkbћл\î7ߔ'Ԃs[F(t??yYWwDZ_ 52_?7Ks o̎(7=/SS˄Ubۉ$Э](?z츼դ=r9/.)cީ[/9e+pcE⍶6kǻBQNQN()UrfemMu3xܛbi ʁnm*z[jyFrݶ'q 1!PYS[1$Ox[vUuEqqd֧?m:塈rOrt?ܽƱ=/E5:KzNOǪ+k[2'cߖ{7Rkxgu%MOb`h m:t^ѧΘwwQ=|X ~nحEMdSQ!#ƌ۟}Ug_ra֐]QG[Wݽ/om<ԟ"`'eS2k_:&J Y`a5;oH18ڍ".>ul|m)v@a``x,D9!ׯMꔢ<@| <+4kywGD(kb⼦%EyWr*Fn:% zJ>y3ZPפ^WZZQXFc 8ױy#íҸEMdR`!CȚ5k)"[Zv]+|;zdoJlz$7)7;CB!{' z1`qo0LƔ!mӹ(#i$Y.l<籦ݙ37{ͧzKBy! 9Wߓ_|QI(4Mk@~5}1=#G`N(~!]1ӏ~c'S^RJ iB"cRѿ:uFM.+";BeʌYjlHQWC(wmTPn)(PN(i5 N7mVf̚'W^ˇ'{|ګ3m)(7Krg׈PNQEQrB9M =z0qE;sQ-_x1<7piDl_ eiREi1#R rg׈PNQEQrB9M \>JzkU(0Cu]Z)wtEQE(/JP^zmK8i˗Ⱦb3nzռ45%'}BR|eiӡ\.KKƥ;c{Uj:94jRVui5"SEQP>ҷ\m~&Yj !3oߝ99P+N((  a#ǘRv}ٵ;!WF!a2y r ቦk7nv۳nVB9PN(((ByA@y\.՜{6Ϗ: (`׀:,PV~qEnr;;~ pH('SEQa4"<49_v]$&H"R|17~>Ru)ֻPNy*U$ pnܸ!Ç???RRSL>}mV6m^"h"rSWe6]r̎U#F;r .A9,$"ŗ.~5 g{ Ta͛7塇"{~y… >[O?dffe˖A((4M(/4TƙՂ371_r0֭[2vXYWB9Rwߕӧ Hv|~geeO<ȄrB9Mӄ)ٕ l얶 wz'SEZrq=ΟY+eʔ?'.?СC>}϶jJZh`n޼s=2 4M{8pregcԬw;*LTgYʕc={FEWZ%kKğ|IydL('46(;aߞqrrCqf{ Ta~ |Q~fٳSrB9MBl %wXwB9)EFFʛoi:==]^}Uۺ&# C;wNz69=N}J*ҳgOV+]4]39`ʕ+ȑ#G'iv_L$,\bwgr!=PN8$)_U d~G)^̜9b5k/wΝ;`o=No姟~kw75i…/e 4MSgɆ2vT7ql,'ϞPN)PTT;I o߾pXpB9&S>+cf?qZ>(B9ퟤF۬ګΜ9G=Put0: ^ڝ !a 7Qy >c&>7Qoؤ> Sr/ɂE9׮' ۰1H].ϜA[,qZC 9T)E*}FZz.i˪]X_mϛ׽.5"S?ƱnӦ'o1Nj:EFŨ4u(Ԩy<|/YNuio^KBc0 Z(gF› %TIiD\+We|Η: UuΒ]zMF ~kIJ* PŲNHB DDǚ_T10DΞ`.7mQ+]:} =Ut唧tM]ZÝ4i4jԈk.@yrJtC>+3Y/33KRt`=&L>sz@_=myvuh}t 2\58{Ǖ(wTf⥖i,X$7SP."+W32 m.1e]FYr[5>4 0iR>bS/_OKSGNsurz- NGwqEhQ n2/Gm]vEQU#a?H.l/Xo}dGȪaY5A"HF4n} Z=CڴQRsR"dh~d*b QEH՚u 7RTW>}j%DK_F.?^$a[۷ۙ񇄵i#G>Wr$!k>X::ȡŋ햑*[jV;v{dWx])[QrC0thB&= .ChW訶.Zbպ 2 ѹ؈T:z'!+ k):562# HFz-: [~;) ʜ6sZ;{XD8QZyf̨7_ pZEfH4|Ы!>]={V[@: LLWU_oRQXғڸۋv.<|TEaN( 0t.}yn'XeM1zIʌ͛4y|6GMںP:k\?~.g8 *9#8QRfδoDb垪K_F{ICr_3 mղZ5Yks 凿NF%-M6׬rys222G~Zn>P'P7@9g̚+}*} Y4MtEwm *X+G;nIԩ*RiZM[?**UKwm"#shqcHO>mN1B=>{Ix]YogXQ>O;ʑK('>**~ż[*"xq kVueʍg4:CGpχـzH^J^]>rys0/c=&zHog?sbopu^E$}Xork(ޕ@i|zG('Ӿ+}ngjfiiKމiIG;ڠe&F't+{bpjyζs,Yb~-P*(lS z)׵Ux!LH#rڗ"?_p+VXksPn)O6MLqY`z@x7dԨQrUe|~7vΔxUV+V&#G{ʕ+ceȐ!.9=zPq%2W+ E(iPmcv%H&6msBb g{ 唷(""BjժUQd#GA^))) 2e0O^h<71ydi! -~'\rz6jyXz~ ":ܲ1TjֻgPNy6m*^FBh*"k׿^a(ByHh(MtxhzL)oѫ/_^|AyGT8] 8{bnTMhkʟ{9{15o\>}W T%KʠA3Æ Si111"~ȑ.W'ʽPF4]&1ֻgPNyб"-, y^ h۷[GbgUԩ`~ԩS!ڝҥ1a=z^;H-z9]0O{<<""O}e5~Re43mG('ӄrʇXx|QŊ,]lܸ| #D͙3GUyʕ+gc@L݋/(Ç?^ٵ&MzrB5GDF![6Y[‹2s, 4Hp=W~\ Nh]kPN)Rp/_l3ˇz… *e9((pyaM71?.gΜqZR/W^,"##mckzL_'[CyTt񝳷, W|wKdT'MRɓ%xYrTQ#ͯs):iwYZˎrB9M(|Hh[XŋvvCyN#'iqT/h9lc3ka>cbc ]w%/A???YfaA7K2e_oϷ5kת/G}$k׭3ѶZpر.ߡCۅ &ݯq IgW=v>6ޖPGgfeKZ~1B9 %dh[Br?#BeVӦM0x~u=zKu@_N?20޸-Oz~"44scbU8:4ԯצM[ 0,[aUˀTIM?Pf-\K{Lmum۶01r+v|\);kluՐΏ=ikCyHh4o-%I%Okr1=#-_F/Yf ^A[)9,d9?=nPNyXl sFXh㋎j-Pʕ+sEeˆnݺFtuڵ*2vɧNR3Hbbbu=^m8O_z%ٶm_N̙3!ڵk/zz~?QwN6G|>/F0*xxחamG}԰L#rMnFj<>ٜGJ9͚5zK7h ӦOwxn4i[߿" gϝV v谬Z>Oe?ʙ&O5 F 唗(==]E|IZ\T) s+;JvJ/5^QkO+ĐhTD9bn^;@Ь'Rx6l(w_fz'PgWoNr?2Fƽ}FmՎ1_/44T}GLQ[ݟ(C+?jL##5ǚe[~qx}`|޻ʞA9#ek;ϋ4۟,K̬,GN{I*5A@ 5/;|#[ѿ]A̘%%Tr~UſF]6jd_*}\FN9+}(~kIj߀!rsi_U?a~rۥv*ީ[/IJIUQ'uHdLy-U}U\]jk$[yI UN:)(PwI04ψ ϝ;Oj7ib>k^-C;ʨVrpYVfwe˕(M?43_3gITtW)sU~7lRNzMv%ng,XkGGӞv/A޴E/g_&PګY,z4mVf̚'W^SimD1ݸY+3~30:uFmסs7H5 >J2.e4yDz m֪*?ilAyێ]ˊ ӥQӖwVu2m@4r@e95J:kLPmQ;Ƅr(";{ jСCUtb>nFuoM  Wca}o bŊ2/:U3*Ӟ!5Ղp)[?iN yǕr CFt7qDGӞw?"ߦ6bx)S_t"q|DfkiDEe'wuyȱRDYqbX~i3 d^(9@נ4^~tyzrru9[RLіn 2CkL(((B3(p|KY2w s! zyHXTYװGP3K f hZkP,8dyY 6+VlDFoQ1q>p 4(wt EQE(whs ]j ְI Y.PEQHk6jn/RޱKwP͈#QPGPڃ:ryjP]pt[[D]cB9EQEʝAyRr2MtHCybR HzFl Q޸y2n )1q;g@ڢ7Ry֦U;qllڔw" S)03@J(w HG8.HY>zQ7ISg }r{טPNQEQrgPlzfi.hi(ߵGEѣ7znҢO^_Uzc9Gc 8 ޯjMXt W@勯PXנMUSB9}Te+Zt⺡k;:)(PS4M}.}WH;=8T8EQE(+TQ[ Ƈ'SEQٗK9N(((B9MӴWA9,$"ŗ.~5 g{ EQE(iHybrjjr gL(((B9MӴ׵)ٕ l얶 sB9EQE 4M ܲ1Tj(r /e3PNQEQrB9MӄrB.EQE('4M(' r("4M('iB9EQE 4MiB9((B9MӄrB}ר+1qnWxB9((B9MӄrNzGQPE" rB9EQE 4M]$W]g 㲕3ѱrPNQEQriBże$&ne4h55G}nRBӨ]Aҩ{/P*#":g͝/u6Q۷nYRS, }viyS K%*QzB9(r W^SȬ9H%ObzZr@VWY'UQYhZF Yr۴e[3c9g̚ r~UfPn֪3)ѲvXL|i1IڶHmՃOv@Δc!Lkw|#خ-}22~Yأ䴬U(Ǜa:OOy~Y {i޸ZO! Z)c|,x5%uT4+"4M6KSϿh]@;DRd\4/dr}żQqD5P^vyYfV*O7]!ȼYySWRf] <"~~"<"Rŋ*V>rVEDyN9Ŋ,ZtgBH'_]ܙe /$&ZΟm\(v+>kuLj^?]~u]'7|Q~~ټ^BK/!4M>+VKv(ufff]V߈E4Z;_W^k!W!1f(OLJ1/sV#M>n.B9< ~}AD~A_? -9S|y[C&>W$'rHRH"-᮰ﶉ{+o"R}}lt#l+ei  ~|۽^1<*2N>؛a-!"m;?\" 1O;b#c!4M>d>t䘚_ vߥʛ޲="R^9ݨ5 rkPu}^yHy,[Z~RGΜ=O('/=ڝW|83|}jݮc6[qvYe?nզ|4QM8;ztB9ܩNAuHD2;{te`n*I/7oʵӧem@}y-[d /͛:WVF7_L v? ~&[/>T9_,JLvo̟X9}"}PmGU{PM#:ntKGwTlJ̝u>,w)g 2l6Y{L^84M>ڞQz.[R5E㚗/uȴs,z_ptj ղPʱ̢u+(wTC9mѧϚK('NFWuJ" ܙrl#9r=:r(OW皾-UJ]r KVY2e,=c=ީ\?P\&5|AW9U׉`N{: '6;eRMuEEݭvOijnW iho!ݡM9:3t S*#*U[wcuSO(PN4]Ġ/רT |R55#֩pΚbtH;WQqf|S.LuPh{kH5Q|#7^s7Pwc3>zGe*ZH9sBEi fFDɉTjgXN$EsBpZiwճc8GP EvЉ5@/YSt"G[,S ޳dg S9"Cy9tѬ#9fM Fo#a2D v۔c5gB^)g4Mӄr+#Ì6 6hHrHGʝܬYiڜ":(D8B)Щ~*VC-s=G6ZB$٭tj[(ߵvLoM ;҅H9hϭ)b`"d)zkǘFP~5vGBh~b:}}yFŊ(PN4M(i N imiz O*6֧]!k^T"?52,;)_zImjڟic;ŴuGo"ScÛ9ҪAT_QEϧūrDOPc|o%G>qd_QCYFrn-c:umrtzT׏Su&qg]q.kԵ17"4M /A#CdmʵuM:ӃQ"og{sGG'^ m}EZ2U| Kجwhz2԰i.X6hn޹s v=vD'rW} vB(۽UFj Dz9D;şUPlOtDNn% 2}\xa{i2,-|!G*="KbEǙC_ Setwa>X$8ro&qqq$+"4M(o K3ykh'8--ug l׮9*B}4w6,9Ywp9J(PN4P&{nr{%j6ǠgNߓ"H ƨ=d_~<هgN((PN4Ps""H ƨ_m8C9EQE 4MՏM EQE(i (7i_4EQEQr BNf)(PN4M( r(4M 4M(((B9M4 EQE('4M(g4)(PN4]<$4}Ƅr("4M{ѴϘPNQEQriBi}9&l(4M^Q62u|Q1yyG a rl!0hGet;zr("4M{GEG[xԩSOAdƍٳ\r6z.G ,RM/mnG;VF׍PNQEQriX 2l0zm,eʔzH^uf|2Pg}V&Lz쩶뮻,c^ɓ'[̷w|XoƨlhgDb}%SzEGGK@@<3#HbdѢEr(4Mq;-|˖l] 8HO4YxemIHh9R^~oWvmټecbeYꫯZol*:N>ph[}ڒ;G^G*U$qqqrmIJJҥKY9EQr o6OaG[̿-֏RcMeζbq,ӦM3ro}J,K*e+e;:'6>{PNէOS++(PN4=Pkn {2zc=&lYzlxIcqp~s,yqlgӴ{m}:)gRMl((B9Mӄr@= 6mj_9z "q| 8:ժWW!6KժYOܹT{&M-1Z2|Gex9:'_%Sԯ_?Μ("4M(w 'kcFoHeTGs1/ Wpcɋ/(cǎ5/OP_S?zQ!C :uz^]=Μ@x^q;v('N_~E'5j԰~]*|P6mڤx_4A|,w$PZ|;UV'f^:\g4M^ )43("Xr?ڒ%?/ʖj'NyT$}N> S_7+E5jjܼ< rYDkժ崌K2+dY Ҍ-ZoǏ70ߺ>1n;EiSѴ|С6iPnk_Z6U&+_=vcY]}' #GzC".n -큵]6(wH`e|'jݝV/UqXnO.]/*eyrH/wX:SE(ij(O;x}6+ii{~$O!ުݴsR%{1}!21 Ḙ*7>p(Q"ѣ*ʌqю>A9FpRtkW}˗/RyꅶX7;;b˗|鶧3gun=?x!?R1˖-y>Ei&8_v]Se[Xlغ. ~SFݳ=S**~ż[*"xqi)7ΞUC8LCH?f!-ZiMVEUY[W=]rEua 04,:::ߏ1:'Ck=u]m۶|;F"r _ViNX~(Әβe\~)ᬎ'Ǵu}9~w\g4M 4ٕ Y %SF;@zH{x]睩iiKމiIG;ڠe&+Vkǎ.G't+{kЉ:}Ye8:DC/pSXέVZ_Ǩ ,#M2P~92QkB_"fx}Q:SE(iPP54B =>qC-򟝴=bEں6@9ښo\Y~p˸7EX~}um<ڻw~@iR' 6:|, `Xwu(PN4<ߡ)7zP{E cu=AJ_뇗,MU0[lRwؑ0un;sE<">f͚\/ Ҋ/4#Bq"y=~w_g4M EKd{޽!C$ۡQզ\K[d#8GRBfŴy$H֦=ӽ.+L{n]י(B9MӄrB9.P;.+hxp\N;+`9; O?^PmwޝLj];jJL۷e :SO:CGm_~/Fzw #y/1"DŽwu(PN4PN( C-*Cu\EQE(iPP-j+!\>.#ϡ#ǤI6RruYv}r_EQE('4M(w FH@RTD-3R٧3|8?h\zMeaR-$$ |Xu\VҝvHvK=x۹KrͺBE^.g}7GPzigEQE(i&{Qb@+z7bzi~^_Usr("4Mʽ#1V88WȎ!Бrt:0!SEQiPeN2|ŘڄWr("4MBE M߯7EQEi 4PN(((B9Mӄmar)2 F=o PpzL3}(4M^剩i0D=ܽWSXwB9EQEi ʯ^.{T$)tgK/'Nb{ EQE(i*(_"Dcԯw;(4M^)OLNUmY-8~SX9N(((B9MӴ׵)ٕ l얶 wz'SEQiګmn٘{{G*53N(((B9M4)ƙz'SEQiPpXwB9EQEi C;(.@9EQTAPN( EQE(7ri7PN( EQE(i rsxQPNQEQrcPoi>.camyWKʭܼu{z#)(PNyѾfΑ̬f_ξL(K+W EQE(iu(9eA[KRruYl>zL-e+KEv2c(SQUUp7l3gůz-\0DΞ`.DY?G.݋,/[fPUNQ'OJȎp5z\.P6j*+T;KjjZ:ptм$o^v谴E]/,[x (r )5J:3"1' rTaTv&RӮ2d(ɸ)3T4@or7iF'| Ikץk2j2@rU">bx߸9niPެU;u}IӤeO2QӖ2rxSrIu EQE(g4Mu)Gz=@!e]VqJ ׳#ǎKeb%ΫNgUQT,~jYmڲ!aR1YC95ԻTy?ߝ`Ĥ"O}=뗯Z^/RaiPggrxzgt2rb(yа0<(}WJ 9t䘚_ O)Gp=<|TEiFrcQr{먏Qix١oo)צqwJHr1rKG9YYGVB9EQE Y@Gg6ڎPnr VJoF:4=kx mNܴv_ ڌ#ڮ{Fgb S@ cַ)(za#gٻ7|%ȰQcU;5r7ڦ8UmЉ(y(O:M>. `йڳ7Oe._F/Yf1oq0rdfe8$4Be'ҵgoQPntEQE(gr[_̸$5jK9ҾS7ٟPR:.6i! }XV})UOTT.=>:ɸ)_5dI :(_xd_*'OVTZ-zz uK[|yl%Yz.iU(˗E(((B9۔zĘir}E&N.u5I³ke%9,6o%5>_CF^_L9w Ϝ \z ;|9{^M=vBu*5A@ Xܲ6ȔD- qب12jDcԙWz o㦕HqxYt]z׮XJNzIRJ[|e ӷ 'K$3+p9uoby:CN&RBiݾe5fo\/DF׋PNQEQr)767Cӈ-?~.k =C=GD­ezNZ8uu9[e<|</pmB(7r8iD˛l+3fS?4H7k%cOVQcSΨ:yK4O >J2 h-_h:A9~b4jRx͜# ZZ(ֺJ^0*7kNe<0yo|x; *;"SEQڔxskPDu-8D,G{Nik(<6Sv$XF UKu^hePNQEQrw)s"[ʑit*wDd"PŰ_t̬!gqOoݾCu| :Ҏ?a 6ޝ5>*u)ͰQ&o&}>kw=pS6Rs 3Ghֵg?W[n?\t?hB>gWݡf-۹?6QYsشwf?Tw!PByk?h= Vehiجe̶-ۺ뿺 %%ņљsb/?G0x5p$|[Cv#2E+<P~X;)W|.]NդNg ]'L{;AUwwuG uXlݶÝp^It͚6m69@9B!PDvZM]]w XܣP*RqijJ*+U<^u;vU}3\S;wwz ߸N&ڄ WQcݽ;wW.;{ljQ?3sǡT:r[}`k.ډPSU׬C a/,rj,;vi'r3ض3:umW_aEEmM:B=wc!Jm(dMӉ X\Uƶq݃bAliqrE};vJ^|U\CksEu~^vEHy \/lE)([uNkѦcV JEj!ڄZy ׫Oqp}! "'?8>(ͪq2((&ǽ]`}/}?}7w??~qSj(ӣ^[{ciVN^=lm1c!J](tMw=Fo͞*"ѾvVpC@Aפ6?*-ss+CUNz:!FqOB%JaLa#ƾ05 ZQHIH(W:\ǣח=~ou 6áM۪,"(Wmʀq}>Cʚ@Զ\c$`֏!#}PP5R7,ƌbA3 [7JWt=\(:PvԶb9@9B!PrH+Pމ; .Q:VFs`_k(WvR/(@7'N=L 1аc?7dʷu:6 >ʟþw)IH(WL) /9 h?dvڃpk*{?]wAGlc  }2VVc{ n?tBA-Z~me<*PxP.\֥;vw{=c #B S2*溾>jQ)WB5C5z]ܿY?TSPP֡"_EP.P[^={,DS';CB؅ȭ/,T-(W6ŕ]<TG{rB(<58?w}:Id)y;kg9RڀVsUPNmBPZ\j Z"(WtY 6)hTe^B(`6D.r#]}CG\B`WcVTs\(ߜ:ݥx11BԅHהc#B Ԕc?/ZfΙG#RWPjF߼K@θ~܁rB(r):}JmIm󹼂g@θe܁rB(rrl,]J͸g܁rB(<5e%+UN֤E[{ͩv^ܹ{f]`;ws/6pN2=1y נ|+O>#ϼXP{^Tt^jf?SL#}_n-Z=h71ݏ-V:Z+e u(#B 呬)ׅ}߁C.{q¥6|^Olߖc߰ 7zo<>?ZVXt)fMړ~z ,9;|主qaiLdg>jMwtL>*uĕ˭v^x(Uá1w!J~(TMyמl 9(-u;&'7sPh,;紃XW"Bܼ+."}8{>4m_YO~pthys[PsGv # QϿ($ G ņ[.\1P#B@y2Ԕ7lEAoҢV@P-AW0ʹWCs=޻qQ6БcF4NkmA2;t#k1ݠiݡsPޮcZ/@9PrB(aMjg]9RaLUi,-++QiY̯q^S$w=pc_Sm^ru:&PHz~:ҳ﫶3}o9(pAw"Vr/d9Ѧ1P#B@yԔ Wթ\CF 﫯bpA'L~+.K^ j3f8x\̘9W6pȸ'Nq7'ŏŗ֮S7Uƈ͞gϞw9H;]VIc^񎝻]?$ʣSֲm' ңؠg&Ր0wA 5k\nwӱM뾮H:Q}"+'i\wKvCTUNҲ'qACG[?޺Us!J(dMymBvpMy<<`0ۼu]/ǫޟy7m@s<:W|&L0?cU(}}}B'7͝`tDx9PBG<5(_paF}ÉrMCG]ډ$CuZs pt7Ϟ:\`Qe55=3}~^E3éBkVn? RZ|٪ծFgΙlji\zeJIkӡF7 " 9;ejzcƻqFxee>h?kԸ .EDXU}f(G!R#]S Drcy~a@yP.a(z;jV~:hWty ]\jW6πDW3(YM:^rg!OiQ[AtB4W2k\ >gb_ Alu)[S4ʠ\.ucccXg&˜!PjAyj18%kʽ;Iji^^[}Y/QPwB5Zv?A{%鱦Kv4e^PPZf]U:5@<\SC.`Y֭>g|*rAjYk+Ds!J(dM96CͩTuc')m }UdV{P~2;oBz]- }F}#,@/,׆6m{|OgP5[k|<,9?kVg&˜!P@y$k18mծK[ݹ{/AG .90Wn rVPtmgw $ EmU WzWOO(׸h=|QkGpGuu<(pHyEc#B呬)>In>?=~w7? T,S6Yp)TRU.U`r^5SPPhw,2}e9˂E*<+{_ԽV5z_S|Ww\ec#BԔc*)ҥ7f\7m7ltM[E"zՉ ε-Aa8PE)@*> Jj>-S9oϘU! ~;*(^g d5?k|4jZt:NniڻH{U1Bԁrj1@y,d{/[i&U >5v)OfćrB(ur1P!(?PҹsX u/ʓd́rB(ur1PBPu(!PC95c@9B!SS1ʁr!P݁hԔf\Q4Ӎ0Y s׿)n,)nj8<`_CV:u[}ܶ#sח[hr<흘dXAC]z ӬaqhrBc'џ:Z|hC=>#B 呮):vV;͛[t|MM֦C̡|n:[ϥqNm:tq\v#P^б?6w |P6nrg_YO>(+l's1C3-qӸ!PCy$ks/9ٚKW\TK(_nC\͜3-\j&M;rEeltScמv@nѦiuk?M$kHR|qt={.]Jn2qw!Jn(dMufE_`'P~C8Gy魷[oH"}>߸yLk ~iɳ/}?Pŗ{~EױQ9}`ѲEU=2rzՔg>fu\^3 g2@9B!PXVv\(5Syjm;َ߾suowEkдSVו6>d0I>Xn?tMFoXl+qϸ!PrCyj?۴O\nc]d4>'3}rcXPX\ݳUOU:ƥv_/,Ҵ/taW}]rW=_j;PB%7GgW]rm;]my#B 呞cr!Py1(1PBqcr!Py1(ӚwΛ(#Buʩ)𑣙ӥ:5kuz gH<1@a?xv(q:z"_n5뮖@9B!:PNM9(|^l̶naw=W刔'عذqn 7m7ia{{ے7ܠ(G!Rʩ)5nҲo޾czt;ڝA"Z(ΆoMZ=Y씀DV;ه>.O?:ۏ?{rwo޺uB(c Gˏ`Q'XQreΚcf`T4}>ӿ:usX=LEZ(2';']vmOg >r9u(G!rj1@yy AӖ6pHye׋?k`[PoWsHR<,"נXo;*WÜ52~g]p{QZ{\P.Бc֔krB(c GJlG]j٧r]D6uj & 1sM>=VD>kvKVUJ=~Eʯ^:R0{PH3rB(c Gz;)ҫfUEzH"ֿrEznSsT7f݆r?dc5j^DuB(c Gyvq+uۥ=y#ỳrB(u<5kQt}5wC#mQmה7Ywyb47O kb}R)7g.VqhkeYc}dYc'N 9&_8fuBAy4j-]nk(W)0*~EOł¸@n (3x2$.P֪ |ʕAQYرs ĩUw g ʗܘ̚(@9PBVSP^ZVfeVe?̼?e[_4.PzzW蟥He2`M\\ Tpg=b:'ϙ(@9PBVSo(8gΙ}({Ěhk'sȱLW p`,goyǮ=-;紭i\\ǣOOi5ǪAƵNS1@9PrB(š<kg_fєQXY\KK˞EO=v׭7!kmOk(e/xu=yerͰDP~ {Tp5f:8d3@9B!P5z|4ł}w?7KW|/6hZxX]g̜mLO?"!\VqZkxu\ukm(\ )%]gԙ_Pȸi܁rB(<kDSzG1|ճ0ru߯Xpa%75:#}@ƛS]FC,\Pc]4R62;=ŗ}=\w4HR|qt={.]t'1qBH֔h~ o(WZMnL>{M喫Z,,`u-Q\5MZ,\j>xt`8M&44n_EDX9qBhԔcq#yEƙj+{(G!ʣQS1q):}%p _|.3qw!Jn(FM9UsKvW*5qBHS1S^V3qBrj1@95qBrj1@9ʁrB5c(1PB9(c c(G!rj1@y݀Ҳ'ֺCgaW[~I6Վ](G!Rʩ)Q88fgBվdz.i̴~{T5?ZKl%agWm@9B!:PNM9(oݾُqI}6mnjX<#勖. ͈+rB(r1PE(K?(6gb{a3>hr"7o=YͭgW܅nݲU^(lfΙ(hҢ{_l\a m{ێ{Y\k߹ 9-Sf2rB(c ?|@<(׺!#Fۦ[} ~^πV?$/\•ǟhU׹9w:Ay\)@S1XPhw=p /cm:rB(UM}% , 2Ҏeu5}oDbm:t  :Y׌~lGx_Ys"ֵw-?|Tm;b{Y}c<k>}50w呄rYuӇÀ{}%VE?c^.]t=R#C*ܿ7oUI?(G!XՔ m n~,u;&ׅ5֑'Ruˆj+Wu\,{朻9r3˪x\߼}ޜ:]W^CM[U,e7]I\7xsjL8ϾiM ?jg@y\QS09w(Of+yA~zuRcZ <Cy^~a;xU>WrB(UMq9k:8[qKMxklT\'/R.PS1yFim:3\iv{1򯫆-_d_4[[mgqk6nrpʫrsEPH&xEE텗Zޟq3OdΛʫ@9B!Ǫ܃r]NOEhcy}tWj)_@J"V挥uD׫^qo,up0~c<\w:W[n]I-NP^C(ЩvD^M@u\?u ʧL]1ֿXhKҍc]%Wqʕ΢y~:i:(G!Pj@y4j]_W\:>5ղ6\V$Z׷ՙm([~!oi]gΕXOgϘ9ۥϞ5p䦽?o/ՔZn}'SȪRS…riվݾs at uYpiXP;E{wc;},s'Nvuږx;^#UdCHXh<(G!Pj@y4j}-#z嗮\sr n{+eP($,E'rbO'|L|]{Tc߰¢K1tCe WjZZP.9X;Qw70(G!ʣYSkk`.k`/.״IPj*TfJdezbַ-`%jױ/_\Qp*B[1/] 9e)I+WuJW};͎y!cQSO(W#Md_ar]3;ݺKV|>,h)PS+}=(G!#YS1@9PrB(SM9'(ߵ{_S{ /l{uB(5g W֫wo[rez]lG>m^m\k3VN|svJ:>ǎ;ʶ1CՒW;9.}\_fQihWn4Vy!OU9uF}׺:PB5S|0#,\hÇ76`:]lvŊWZ}.]:u_ءÇseGơ6=W:(i (n.r4burW)콞5oӡK@(G!B3g*uơC_x;\k+ wn:◿ts׊1]߰\\S{ב)g 5؛ShqES>|丕ܺ#VI f -s딊s= +{]rQ^>@9B!P~7h֮]gY9.E|̘.Wy=7^ʽzv]]l]7MȽa#co+z:;>qJD\Z5S3fYI-kվݾsǩ幧Ϻȸի8v%%6~dkҼ{jT*(jrJ]o{oA.sӧ 1·__lao /__=qd7urxqBr1X]@9B!<]<ء(G!P_P1Q7Pc!C@yAaG@9PrB(E.cq7(?x=*{ G32w!J>(|*Gqv2,08:s 8;PB%sM1?G;"Jѱ7wѾ+ɸi܁rB(㄂r+@(vѳr=>#B <ȕ|9Wx):ss$L2!BHV_sVJd\^l湒P E]w!J^(WYxpU}!ɹ=W9aK#B L)ÙW+8s%!4@9B!ԾSO!Cc<@9B!c19;PB@9Z@9?@9PBkm P`!ʁr̵vĜ}*Z=:3PO~ў{]Q#B@yǻ뱜S˭&+ǭ5nTڙ׷^QNPD+KR:m"(O)׉Ѽ+ƛSI|B\/El{uG"]8QdvNp(Бc)[SqGAѝW~܁rB(OS$SǧϞw}yؑ']ӵv*5"9]y:k.=(OsBiڲm"(OM_\BuA=s.l(PvϥH/|7Khe(4h~";PB`zrͼ=>~"KCsN]v_*n론(8!\"w=0b;tJPuj>yrBᆍ\JG]H{[d{LqB!AzTgeRg]6TlQ]X1P|@]sB_}mDH(6:+ZVCc_^U0GT=Pmp'q9k;+qvCr޶u܁rB(O 0?y'NvkVOޘMpiVR@0 wE;'h@~ֱ{o 9rp&a̭NAP~YRBo>l{?_ޯj1cyR%fܕuޝ~ڑc!)OqB!qrE";PBkmr>#B@9P@9PP#B@9Z@9?(G!rsrPBăNأ?u8:7t|+8s%!4@9B!PWtN ӹqy/(\a+;sCQ(G!v6/lWƞuN䞽`.w%79WpJP1P E]w!J^(\f0s»\9W地PԥqB䎔2@:' /\gspΕr뚁rB(9\YY)syπsyCa\BćrяWW+8s(O!GarBC9SpU" \ʁr(G!rGSs{!Pc!1PrcLuB(1P E5d:ת}@9B!Goz}=C:PugzI}6kج}iKa堜$XΌw鹖6_HOe߼KkԨ_?ΛxUu@9B!G÷noY],(-;w[v]\QѮ=Ym}v SaeuˇcO~ET([wlo1jM[;w7c[m{3Of1r_nKiYYDwun+Vz ZVֲm'9g^޼}&Ϋߵ;w}QoN `7S9_=׆r}_ϯl{of_{ҩW\i/RB|xgeR#B@y СC_ۜ򗿴ExJO^xE~;-_j?8z˔nغuk^ۯ_?/m۾ݷNsَ;C})SVbm|*:rB(TQ"Ik:cP'>(ߵ{_T{J;Dsz,a3E3?c^qÃrFivȱJ]Y9n"KuT׋?k>[Z_Rrs ({@./9`Ί+]tYߕ+W=m^m 4؎=fϞm[עEK;.x{cm9 =Vy}go+{_^~ewDs78Sߚf-[wkdXÆ }tC˴_oډoN]֡C Sj+;@9B!G 2uezE5UT4TkZ0_X!W^}{j$GeZ'{@y ܃3.TyLf̜mSՆj+A'BΥ3<׀{_v*77f͚KObŊ{|goo+x;l;"Ӈ.7^fd؂ m YW淿usꔋToyz]#w>:}/ECw>}߭K׮Ae'u:}_ ަRߘ0~Y֭Nvw ve(G!hZYZ@v}n>h+xaCyU xvЩX5}_},Z+(9X7U(9~;}uoj6aT++ʮ,jʇit)^?b5kv$]M, ^\k׹^zS]u=ny6m:l{}mZ}"JSve۫h|d}Y9.}̘.:{Ӧ/j]XoJcWaF4ir;w;wY??oE)+z^!c_2A)=XдiV8@yU*zYtY޼ԚkɮKi?pQQk|ES:&JYxM|59W{ :LsAPs-Λ)?w|;˂{n/5!>bDaÇ;oWW=?p*yWWm x\w ~ǯ蚹\wo}\4^yH/6׿v{/;ڕuU(G!r<']MvƹXvƣ k:!1PqՔ]10n֬0ƪ*zPB(8j 0N !Pr0PB(8jʋ.]8% #B G"qun8@s{$MM+W1N !PBy^e;{!!KƩ3-s}$MM9rB(yǟhg]K{9{]Ȼhߕ\a+ISSa!Bru!SbsW\Ir`!J(hB֔s0PB!c SS^g\Tt:ve?SBe+mkKY|>!P1ԔޫVO?9{>ϖZ߷!6b6y pi`|yְYKڳ}!P1Ʃ (;c%%j ENj5%{+(T|Ω6q4{{+IJrNٝ"Ϗ` 7NBa(WS"75]15~C2Q6zNM_nMZ؞=n9 < lƴ^I.[ہ6K˞۹ #~p٦ڧX)̹ 6흙ٯ 7l[o-YϨvL_j; 7m1MG !rq\)s'mM>{EwcDJ}j_>޼y;U@ڪ}'+UΘ9e\ҝ7ޜڪwe:fs/',oHk]|e=}(G!+GMќI_SAR{} k=8֢#0ͳnmO?^bf(Y.::e W}БZo+QdՃ+_mz}?ٸ)Dk]6|=H9B!cqM䟧܃%+>puʑ6hk{wVK\03Mj"{msѲ-_m;wvm[ ꆮ2iTct۬wA˾B!ck:O곕Hׂ'!]?xDJ}V<cISr\&ߙ5|tYݍ¢K@9B!cqByMjՅ[@8-ҵle2"M[r|ՁGjwWOkMw+`قE\j|Xt-Z]\}@9B!cqB{ 5ՖRףU X$;GÊ_ruL%non:@9B!cqԔ_,(}滎F-x[uYEN7PB8zV١V9N[MV[7j܄폲*Cޣ~jӳi9@ybՔc #B@9P]{i,ͩݺXB2*5Ez? Ư\{AŚx@9PX5!PcWYo/7N{nCl.Vy2۷n L >o޺kJ^M\Y!5MEfs-r=l٪VASkZd3)(G!r{Pc6مsoW^ Lw^r [m:@ad U +|=VSc4ugf/2b4r<)(G!r|nK߳wӲsNۺ _74mn,<|T-(c!qBCj~y;c]zuK`{n_nsoEjՃ{P~2;ǯuKWjV7r8כ(ʩ)(G!rPs,3g)}S&GJY^/vo0gʭWV\]w9(k DM9ʁrB(DZ¢K PsW_mkJe=V{cϚ P^竖])}]j.\ ?x:?*-1FRC+1rj1PB!L]u!#]v7&9oڼՁx$WcN{m_f5zS{+䖵ju1P6SSrBc :VUAĵũU4jSB!cS#US@826ъw߾>ZϾک3ަUL{g]v#z.cf@9B!cqAyj#7o޶MZtHC"('EKm;}q}"zv]}M]dΐMp3FPtbs/-9ϪGףֿf'|ܜ嗯n-=BrՔg>+iԔ+HHyMjʇ2[6#f+=jWWZl#.~n:Hg}hg_|rݫ%+>B:8SV{ѲIw`;eY@vGQvMCc6uY$}"+5L{\-twBr)GzrNuRcSϨ4AӖv 0PBc\m(Oy1UO~U\?PBcP^ݚr@9B!cqByԔc #B@9P1sPNM9B!X쉵7՝ՔMq}3frrB iojS˭&+ǭT'7MˍӬaoF ;{A?zdVs xh;u /9cAu6`π4ޅKVpG4{(׺!#Fۦ[}^> ZyVW0\+zޣpۖ^s*W =ح=xX9 "Ԕc #B(Od(߹s@-صe眶u>Ay~aO~uOa0[ ,k. *ÅrFivȱjAyUuv}umfH>* PNM9@9B!$rҢO=o'rKn?9~žSoݶíWƊ ^tdvsJΜP-(jyVʾǑc֪}rߧmUmC#ǾaZk]d(<{>4Tu")բs5{]L+kR^'tQ&Y!q Kl6qt/APnOd9td4ePBYv.R\HyEA?"]+.T)lFنEU'SSv'׆vM)j<P.$a[?`Y#B@y]¢KyұPkW_erV)X;\kBTp խ)hCAyU{h;u̕F~Wc_6í)h ;Ny/:ڿJ*|E֔8R)?`}0M&3I6{B{텗Wͱ:VEK̃XSeɊn)5hӖ8rB(Gro'CFkf]\@/8 `k bE{ +PP^Eߤjʶnlc o5o7{ћ"{w8},+)R]]hMN M#iѯ;iJcu UQ+C:tJJ-ZWƩ.cͺ ަh4uN)-6|[/t`c5ڨ!P1)2O;TW߰}VE|"њ Qu\EkMՁ(F jl1:d *^%r!1Ƙyʝ|m-vE1]?|T*t5^ά ǩY AQB׸bu.\ j}<9=9 /|چu{~m=FJ$iB!(SS^P[ q{>y;hWMy(kn]Ǯdv@\Er@7 ?LXS G\uruޯ˿Sj܁rBn@{GukUS5S55{f}>USSg9UTmd" &g6Lƀ1`L &`rP$ $@(}zvw뮺K+귗ֵy߃ǓI1.u-9p,)k=+Zhu_n2wt l 9Vm^v{?6$m2_vǦ磽"k ~ #B5ʳr/[Jc\n ׵$97^L֔{{-YΗX;ǒ\zSScW*j|e(4oi!P r_t&뢋n)cb]C2ϜYa1]SWA.zo9TwEՔWss/۴eێ.C3̷7oz[@9B!PnR)źZkJLה{Nti?qT(G!b;Rjˉaj]Cr.yLהc #B@yeՔ:X1.MM٬苔c!+UJ'o}Ԕc #B@9ccm}5!Pcc ʫ8!Pcrj1B!ccʩ)@9B!r1PNM9@9B!8xioժcnܴϭYB;Ԕc #B@9P<|5n`?e{mPyno*6'w vv|e=\ϗ< pnrB(ʫ㚶q {”ieaEmϻ}ue>β (Ot(/MM9uVnf<`sYkϾml!PW am;l-yO:= .NHtCGiZn߁C#ޭw1'}~cɩm:ti 7w9pH(dr]Ջkj-ڌsC%_|Ư^^2mfݸym pǔ榿xf]΃Y}k!WHMyz)kҖ-קGO}N?/l/{{}+w[E翽j*8gW*qz=]!PK;wﵭ;vZ.r fgζO .*=%ȓvw!ѓ8P|yS-ؓvzv:NGλS9m]rNG,O_ 'oGzB~&s PB BE 7o{և fh\p4${.Xl#F{!;jmyVt@ u{4wJ yoյM=8]M(#5F5`EK{RC57bNP.qe_6O5sʁ7RS7?OdF@ LE88ƞ{joVW^yR˼=^[]MO`rB(o]6k7\ܿ2T\둂FDrz5loI\ U J)#;EՋ!X0P^7z¤](zW_qcÊ:N=QS~{dEwИe#(iG_rB(o? )8.O:kzUuu4](q]Ѥ6hHWYHHjʕ:we8T5m*rY'a-vt5VS u L5JBȊ:NupN'*Xu󿠞9厹PjFM@`DߣҁҖ%!PV0iPiWS֤KPE+ ߣ>2X p9i3jK 宝q:}VK)]mnhR㽎ނEY 4܅{Mʠ{%Rz,谫=Qa=k؂~0SY:N]N )bYj\&t1V4+-Je'5FY\!Pk:xebr>rjʃEDH{ǩzbE) "#O"+ ++}]ݫ&'Qe:@9B!kEV>ԔǘU tsTv/]E+^iOLOuJk87rB(85"Sr SS.x>Z۽SzFPS7> B!cEM:*Pc@9B!cq)(G!ʄǓg`m]KKrrB(L(ʽl)gsq\גp}1WS1PB 6LER)źd9o.;[S1PB &Z-bqYk%PS1PB%ger}ZאK@NM9@9B!j]{+K-Y|}4i]M˽|զϜmnB!c'At2YYOK}آ_[֦S7qM[١ʼm=.?Jc,={:ue7h<{6on :[u2o6v${z6j;{ >~^}s PB]5Khǰs?YX;xL]W ^"c=0hѺ<}ZamֲM[r=-XmK,O&>_˶݅oV07 G\kڲs=Hy?=XYΧ|2M0ޮ]eW!P`A.4g"k,^Wo(/kMyEA#!S3ʴy ;xk([/ޑۥ˵4t)zg_=zq+:ٻwcwڳeJ)W*ylڌYR>p{~cp+ x?t~VZ.}>p]trB(rA>|»~ota]zqe7n޶#F1-曷w!7MV:{7o^q/~nGǕ~=sew=Eۈ=f]PuŻ군Ӄߝ{,W\N:;/P^r* ug:֫EСK/Td#YYJ tq]}6|8w1{]yBWjTzTyvι.ne(G!r\:(޻ h D׎$=߸yG%Y.h3 T]FDkҼo`\xٵg_>u={Xۯi928uZ6ʃi{zWqW(0:2ֽν?;ByYk+ ʕܾs^2o[Qve]WĵS]).kYOʺM]$O)|⻈UT:GS.IcmuR zRiJq/{31CJ]R'r*_4rB(ǥr X T_o@UP.kʼX}EJ_WJV:`?~5Z( ==XPӺfOA*[ /J<֬+HuZ;#'%\?xmCZf֓ f=^ࢬm u7o(G!rf<%-7_e.O$;222՟B+آz͂`s"A)W {Ft7  .s(v]WCM?o(Sd)Kn͛ھ:x[diz Y\u2PBtP. 0u L =lT눹8(:Gsu 4p(wp*c38?)SUrPpSSW;wm!cgli\au~U"׺H뵲@gΙ_f(i5ڏݍ_^}}ApmEHS9iN%_&ۺcgEj .O: _SISgLMjj|4 #B@9PPy̸rq\=\i|pKoشmPu n^\S]lW+"By)ͼmn.Eq鬹|IݸSܱbAW_U4in^Ӗ) :-b1PB@9*k8` ̹ն\=꩏!P𱤓v;ͷ> qCqnp)(G!rGU+n+\#ܖsuM9@9B!c)(G!rc W8!Pd{74պ8DM9@9B!ʳr/[Jc\n ׵$97<5!P՛.S1.u 3߼g~o.缻u6KhgB!cK=N?UdM˗\zqM 9قPhW>juŻk.YꦟLM.=X64mƬa׮!P1*ʣ|&oVk"oݱ^߹o[{E;teqUHys7rB(h)9WAK>t䘋04ia.V (WMy.=)G!r1m(qʟ>{nu(4tŖ g_klCv!;5>fF@9B!c\)g=w 1P5SҭNxrFǪ!Pǀ' o޺)ǒ\GƹKGc3iW[s)H~-ZwH.P^V.. Sٻ,!ʁrg'{?ݷZuٖm;\i\Iz^KZ0THSS^P>"QS{_UK"!PW(q 1G{R|Ti 7wn4.R3R[dr]a)E[1{n_ȶwޭWOC0EۦS7۱sێ7_8957K(xݺu:"gBAW_*2]}e)j~b J|CuP~9t\˺Smz1!B@9P֭W?[J-<*9|0e{5iƗަcW{`iH Vm!l=rs/94wbW}V@yڳ]qQH=+-wN05UK5$~ HQPrB(ʫ#_u-U9xYYhw6'.pkĠSn"Eߞ4PxuՍ#}jW(c|vF c!' los_ ]rݽףxz):C̾\EKO o80ν|ve_YK{N05!ʫ+iςUEuՑK4rg׻ucmRgΙ\m^rVz>q4۸ T9z•j4qwa -uSy\5 H۽ G:PPG|es>4e {Mc!B@y51&>l rEU#>:?nش3uئ-ZNYVm|괙Ǒyꌋk?^WPa|E{kW~ZW+܃H #}H,P|NZVm-iԔc #B(UjՙC9Ԕc #B@9Pr SS1PB(ǘrrB(1@95!P1Ԕc #B@yd{46ź8DM9@9B!ʳr/[Jc\n ׵$975!P_d]t-bqYkHv>λ5w[xGn!P^PnR)źZkJה(G!ʂr1~5@9B!(UTSc!ʁr1PNM9@9B!cqB95(G!PB:duӃ4DV%_]\ҶR-j1B!)O=u wlVk jQS1PB[ #ڈjQS1PBJ=~GڈƟjQS1PB@9:w>KV)(G!r(!1Prj1B!(@9PNM9B!O[v Ǵxioժcnʩ)(G!cW_*2}/l”O~;޽mOP~Xuj׍F-mب2o/T[yPK홚rrB(P^O2 (P~Vn#۲m._f[w,6C7~J Ԟ)(G!j 0+=w5O]Tdr]Ջkj-ڌsݺw7KIS۽|r}0xߠv$v{MȴV:#ܴY.=AnCKc߁Cֺ}g{^ >.亿olm:tt>!y<}rڅ"j [0k?7n޶#F[&-ܶR" -q-lKjS}>bCByxJ)ι.6t;qz)prB((Ws]wϜy ^$0>s=~Rҝ}iW?;nf9֫_ Qמ}Bv @lO&@yC\=x:u*#;ޥ_(^@y) Fg{ΝbPm%xڇò߸T>\Po;gsX=Pm;FjuaȹtRm1r<i.w6(G!*rJ(rgu+Uo޲k׵Bk[yyw-Uή={@{K{w7_8bG]*6P^vZZ_g;zi$P }z(M!Eõ ]?ޫmi[ Wro(b (MBOaw@9B!P>yb|1+ rO8eCG~hٗWf(Qj"|~LMw:Pu1'`?l^(:6gxAk{H (/5{CǓi!=ʏHvߕS=\P90M)'Sqqm(šr}.ޫD_|yN߬BPx'w;(G!e--XR׃>u_E+U1W4K-.)/߽W?`rEc+_X7\@uǮ=m{.Wo*R^VBMSt[p6kʽɽЎk(r}bZ 5Bյ:|ns\`b!B(ab|K庯x=|{i.#TsjS>H2^Q/}|$(WzLWMRgΙ_f(WGo@/.} ˻G]'jf}7_hk V){ VڗڎS3HP:[yyA\Vm3Ds{V5 ge/ޫY6/|y^z@9B!]P~"픭v}X _z[&A]aJ]oܢ}:k7ER/StݷqiZuAj5_=+>zԇ]걠oæ-~,PZu^X3.2GW * 㚶rc=j+ GzpVԁ_$(_fo;Z^*㣸|<^UMy0'L-{iwj*7ϋc #B{l%\Vʺ"Xh2JN_V OȐwԔ:s^)דq6JYvu1PBE'g>tnqJָҳ}ι @ylה+cŮf@c}y\56O1˥Ch8D0B!Y+Wz)^垪@y )gsh+m%꠼,5!P^Pd]t.bYm"y;u3=mD%GCM9@9B!C溑VK{VKVrrB(/a<+; Vʹ\PqM3PB&N8Y+N>i+mʡ$QrkB!PZP:d .i[ʫt!PMrƞ%{Z´\Ҷ@9PB@9@RG^\Ҷc #B@9Pr c #B(@9}cz_G!r带@c01B!V:vM`LirIø.OB!\ιtC.2ڪ]';pTn(M8txf]蠾nxң]z-ߢmKem;u4> !N=?cڤnޒe˭vV/sJrijE7oA$2Fuma| ۑھk#yziխDLI @$ӊsYm+E'!P^YPc[ _K>rM G_αcI֦cWgyP޳@s'6w- t 3g'y0d8*r}gXe[;T$[~l7nY 21s6wbfnf-{n,ZLYbuk'QiiDz&m߱_[oَĀm5ѽ;+XlRpͳצX!Pw9 :v'Բ'-sܽ746lv@tJAbՏsw|˿BJ/ehNJkۖ?זrB(̚rU+`VM7NyWSW$\{)0@r/9T\5@yB"i/wBvHGoP^XIAӧ,4-x]ñci͚5 ?Bck-(Ϸ~fϙc- kc#+!+/Rܥp5ӪW9#}^zꃷrKόC^.^|P ĩl1̵O5MjO } W{w?vƮ༾ԑFԩW' K[;:(?}l2n׮Hi_k]׭Wo~֠A\՟oذ|\s>x]!+\`׼趀gԇ]:hæ-\J]Wtjzԭu[c\^{m)n9.R? mg괙.h5P^yP~yy6zS!}?x:A߻?i+摠mX il7?>s߼A;0q^VGoݷ/>ejC5cqd!ʫ'S91 (T3[٠a͒u{5OhܽmClo6jj4c>*Ѿ?شܾ5mi/>z #B@9@9yP>%6t{/eWZ.=J/us/]'KSM%Z~6n`/_G٪r [Һ!!1PqvYJZ「[D_~jmdϔ~8粬yJg]Ͽo(.st #B@9ʁr\mZrͭy:|M@9߽W?ٻu z?vm%H`Z5r32]k7fΞg_ /}ӧְI ˺"u~론|þmEZ?JW:4cC?"WB!*|DOm ~-^̗Nq uEvm̹C[pJ늆:^.XG7rO!PP.\==~}r'/?+x4itwwvN{w7w9z½oֶ%6)bCBy,Y+CUۜ1{.Phۅ@Ek?X,0xm/Hx&<'M߭!"g'%Xێ]Xosn(pPubH(k=c=_}qʁrB(SP[.0>s=.|EU ͟9g 9^نk.@7A{g־sW gD1V(0wVZRȊ&K)~aKqܪ\+Ru`BM1j/~w?{-}VvO.^jOK Q-R%W/@9PBopɺι]/OUFO|+].lw-x<w{/~.@yIc彯+Z.v=wfi3pH0, O$ F!뇯(t[Wi'}l>EmՅy.fc҅G)$P.1k۞q˽vP~d-|MZ8u!x6c{Qc'@+/m{y.]Ejʋُޫ\&]uMjO } c<Ơ|''~Vᰦ:m|@ýr -B!<*jù:b۹{o~6n(.8V[6lbwv^xvl>(_fu˭wP˽|5d#i3]]y5PAYPqU@ӊS!P^--(?@Pr?䞁rB(P ((G!P(1P#B@9@91B!(@9ʁr !P5Ǔgiǒr c #B@˖y0!\m#9x!P^Pv&뢋*Mcjg v;rrB(h(\ХhҔ166`bc!cq{?ݷ[&-l@"B!cʂy oO.Tu{u3;֛n[vmN4,]'{^7.]ۗWXV[~v"rZeiCFjyQlݞh: Y}:u|>S֮sw;zo{Yߠ8m߼+Wy4t]ᦧgZ}]!1@yAcm˶傪fVX&L^84oށ?<}$bZenޓ'|*{M?luYzO?`;umNg=$mؼ:w`Y_믷skи[n={.jB>궱rKhٽ[wb߮]]F·M뾫P>yb|@9B!cqBKvFZ ;:[8M`[mԇ^\SkԴо[ͭ߸N][g6OI֤yk˗m)uۇ"NA2͙o.fۘq^l[ {{25:v[5mN>k.|Fp|Б6kXt7_ Z7oE}(z\VGN:7־K7o/\ 7Kpi^R_X<(^ uf'O|?Ac\_!烀 ~߁Cny s^t^xj ?],oI#B5NyꩳV888g_9m[Э(ҰϊFC\Zaoڋ/ܶ^ACGBi^60kfޝyM.ʕ?qVzmLIs;ww[FM}u잕UЦC׀ JW-"J׹q{?{2tڇ,\>?z!m(XO,F4,m *Z,UmuzF (WZ rqQ\:]{\O-@ ?`(긏;ܫYn4EUW@=qv,/AT9?wt}>\$R_/h/o_{l%\Vʺ"!PlCRO j#ʴr*[äyåyPprՄè+-=R\wJ)W}O^t>JUW :Sm]J5+jJ) =xX=Sa|uvEнoyj;=PB2ei+m%f#.\+e]åyP.0T/_,ځ:rj?>n "mzHW eFPS:QJ@4{@=Zx^6jI>>g}>uvz!U"|w.Oe(ϧL ='M΍qX.:_LN:Ӄ%Kզ\+]KWmP@Kr!1Pq5r\W@Hoh0f U4vzePc^:X4l  c-Ԃ\iۡ"7lr`cs( \>z]ײliE Wm㚯I=+@C՝՛Bg:=pz Ֆ뛧^ؕP{_B!c(&/[&Lڌ?=; 5Dټu~SвRX}M&~7Դc!ʫ]xiyywmE~T(ХMdFyM&LV6mqb/^c #B@yr(v㦋4߻߸ym p[vCn"u~ ^Vx#Bq#tCFnK-w+k׌suC-;pBQc0ݹͻo[ڑ' (ߴe[yz;y~c}=!w]_c!k jfA+Z!y-EEKr!r5?;璃o޲=њ4o[S^6kW{+/Ϻwc 6vNVYF_ _YO!;?xY?s|2r;a ʻo7 ۴ɂEKWAaUE{1B!ZC;s~v]7TGsr<{·|]]1x; \>{n9=z\#qwd(/k^׹o_XZ)fͺY;w,bwEn$הͰܸv=!qvUB9fr("JeWpr!1Pq.~?[6@[,B! u{T@@[u 陑 >z·j9W^sC B]vٛn[vmm1pϺp(G!3R Pr YE+V ?P+6?h^]Zwb߮]oЮ;7˞Ϻ`[]z@yq(1 92,k[(G!3R Pr ꯿Ec7nfZ >wӏOrMZ8@LJNqf˖ ƪ{Eg6OI֤yk˗ޭ" [NE_C"wG>t;: iodJ5j /2i+KMpO>}{;gΞ*r?3.\̶1&@yqw WYc#F(:TOG+VBU!gd{k[m$Z\ҶՑG+Z׻gM[uBo]-qמ"zbw7/x򼅋mĘqFߛޫخ^^m[aAgtE5O:۵ko;/^p<)ACGj= h[p&/(p@=@<61mG{V{%]Oޱs 6t+P^m;ћo,!PAyYGJ)5>.¥S=Md9JAoݡr`GkϾW~ @3gϳ9?/˂u~.A@˛6rG+[4n(u((W:"Om{wq߁"z\EZO(`p(w텂l#1VWZem۶u}!.(/ru#069mD-U:{?^rEkmd\$kXο+-=R\ _PT?j޲MGYz CmSǡϕ~e1Wx%sZR(/6cu-%%!B(R(7娃tނ@G8Vʺj\t:bL@s!#l.]~T_Sz<UM۷k7EK۔ǎ:Ykռ0938E?a~w"翜ԕj?6npPi8@9B!TUP^Rr1P8*\p.`C. B'N涫6r=вJ1{AT-۸4pm곴W}{.^=+K@'2Oqŭ翜w>\ϧ\7=xpPi!PUAyyFJ1@y9Ռ+[p&Lʶ9n[j{~&ۻ@Tr9F(G! 3R P1P~vL]{F~ST$[W􃆊t,#PB(/H)%}=+;׍AM/ZאK[iN!WMXG #Be)$㔧:k=1feyAyʩ P~cK;}(G!*K;RJqP s]S*2(r-ɗVn5oiF(1.sQc@ylOVFe]zͶYHyJPrr1>!y<}r~: \E{E7K+6 XXne7W6{Bk`uŻh_?d[vڇ!kݾ[/msr76Du wYN݊C0߸ym pOJI@9@9c /=[^]{-\:Hz9|e{5i& j?Yn^\S<@+zhw[gc~nٲOUm(11cWY @Nx;`*+Ȼ"om 񓂰L qom|/dg{cH?>Dxꡁ((cr\~RV~Ɓk!\0ogIS]@״(@y97wcc)Q@yl:WD\= n:웯4_tP\yդ{Ʃc7u"-Zۧ1ǻN6mq,Zu^1~} w}f-Q]Vm-i/@9P2@y$ ΍XEK_J0qUYP~25sG+|SPffwwhYskЮﳘGii-ږzoZמ}AujuN0c>c\|زwݡiQ0㰵~>o-[Ѳb moժc; 5'so }63̷)̰/_ w,[7qccu~wv̹j{T CzT_) {owVk:;0^*wM͝?6nP̫;t.p>4ͫ( p  c3O2 ?cPv{ݵ9Yf !o^O Kkpy抆Ykmg컍5yBq#{nx[Պ(߻u==mծ8tM?t5oawpywQ|K;r􄻰7<]8dwwŹc_ŒSӋݧ. 3t._Vdu?msnڍAnI)i%:m?zqMVϦC%_W+i}n6r?EMO}IS۽"~P;~>γ uwYNMq6_: \o M^lϯ̘=cPqн }Rq6'#0Xo۶Οm[kYȑ{v<騥&[Ʃ4[nuIr`q㷥4y}Rرwc xjz8u9|-I6)ECFqOS.d.@ꢩr*>C]K6ڣn{Ϻ.ĺ_α֫-[[Oq~z -pTv6 :ۦ-ۊ6l{eI=|=>?Cqy-Xzpo{Z.{e{X1Ƹz@@\ ,Pw}Rq6';ܛa\^~}6k-__75Wll9n(XaN~⛯ P }$VD/u|\:/\1/dI>جnIۄ,W%DM\hyqcۮ|{ݯ϶R}gsX)ε.(6]7)ى٧Z%~ ~;yu>0-ڬ`]0&w9WAUZ(cMWXl5;v(WP(\YW'Nv45:'()&Rg{I>~+JdJ~O%BK-8yVt{ͬi花_^um/Yo6\u]ۯ!^{P/ʳ^ׅ5ɞUډ_HFQ6RoTl'%Ҷ jOf@kh8g*v0K.1]znݺF2m͂ͼg捲:z 3:gwZIQ\ܺ'8(WRVrV#uGr@^}cYlEx Jr'+u,c~jeS3?ÎCIY= o~Mi"YE5Efy>+9jf|%a8į1P륞kK~/}lz5IįcX.mm4K- p7uEN׶i=vm8#卿͖[L.=V+P]EN!~T!^rgM酵fJ13rnEZIQˬ9 Z.ʕXUxhWUR?>ǚMsurOal/ɩ˒fTWW'Lq@7[lT[|;.Pۖ&w:fhflgJڱo6c'h+?rg$(JخHOhz&\1_QݴįWcŸt\Ŝ&zx֔k'kۄ';6oY6bGXW}:ȷcF]w뙏>l{6rOvdZvm3 455wD2F{<mm9E9 him17\}Z.7EEq2im[r:FKkܵ~ymm=]]@b:z\--͜Xݾ.3~3N.w9upЎ8z5j׮mkm/N2!WA5թG:9882U_{uvBEC=::/{׳@Z79 LJq40>ō 򧽻YǼWg?hQwajWu10HnYHct^<ԫ{utl};'D= - A^׫.y<ӻ?>60Az93 A<hbL^ΰ y/v^ܫw syOoGNﴂ./@[UCwz9he8AAAAAAAAAAAAAAA?xkchPIENDB`wxmaxima-Version-18.02.0/info/cell-example.png000066400000000000000000002544411324204105000211520ustar00rootroot00000000000000PNG  IHDRT_zsBIT|d pHYs+XIDATxx׵%7MMnnƹܒq `zfzo7Q MDPC$ B !Rl)d]r4:̑d=L߳g~Z{?4Fh4Fh4Fh4Fh4Fh4Fh4Fh4rSN>M!B!LVON>C!B!|12;5x{BiQb}3xʩ7t#u+ uߵ ot=P0u+u'B!BȽE;CN@ʥ?a f߆:`˿WVOWZu!GbxyɹtMobw8Ef/Z)z ]zI'B!ro1xx:#W t} Y:x4W/!  uҶ[YnKeR\^+%oIɍ[R|VkBM9~Nb!9!B!{SgKEUOmuM 0o+g?ixpƴkxwBc?hݥ+#luC,WūUrZ/\.مTA&!c&ʫz!B!ro0hԸDƶо:ût,8! &箐e$I=!K~v$Ε˒!&AE☣& 5t/XB'ƭ̋&Dٶk7MP{>-!nuTYI!-.V~Ҍ 2JLIk<, mßc.[uPΫ{YK%.-_"e˜D;&[;v=JBzMe!Pŗ4>%'|NBΘ3ݾ z醀6,GFO.%e^pz¨N9'k6m;o;HOC\n+^Io;8N"h;cuy.Z>/n'h<}5>vBݲ}ik Oz^wM3NePo硣Ud;8_>CF:Ehoظu fw_ӷ8Vpq9B=m: ?LuLKʪ5r\gľKqbdn"2sdϬ2cλ"gK?#{X#=W!عBڹ,CȗtK&Ϩ[>q 3F_J[ꦱ.FGsq%1 N!a9-/[Q{dOܡzy{2S^ȮR!f?ޞ`qovlÖrQ㧩ĹZ::7ʁYqi6sZy9A3.C:}J泎҈z7}9k?&L>n =دc._]|R.2iRM119|Jϐ˗J՛r~!NMr4$H\NrlLϗ#]>Rn!^b!rO2DQa*Bv{}hݺBؠ*k8+kc@4SU1n{]?Zm3Ogp!-;?~ٜz1pXsbG9҅aL䑷=awn[~g}E2 C Zl|Dc}vy2uP&pXoț5!f!ƀ^۹^_k_pI5y誀g꜅uPQ`uPjnN͜F>3 K3!A hg<{]E1>mWDq.oo/!pd5~^HKbB8/s$Klr,Ki{PvQ(vE!PgskA*dvDix0C@ aW޴ը'-ڳ_œ9=g26C Laiꉅ0ͺm!jv*vDyKb JKVYV8Ѥ]0k4"Qh@nsv 60mvQ(1Gd\q!B<ʈFBz!y/B{Q^ij'Qm=BBN&WlI2%򘬊ϐ}y*$ ~Av8|N1!DywwȨqd ACw{o*À!xfԸi|r ۅ u@x/n/GewJ!{Q 2qi׵B!,zH#A! }Q/lXۅ4q<׺ohн~ov]Vuy0&B!r֤:KE:2ӹ(BH7խ:ԉkB!B!͉f' !B! iB!B!BBB!B44!B!ҘB5B!B!Tl~B!B$B!M!B!PHB!B!҄B!B4!B!B!M!B!PHSHB!B!҄B!B4!B!r +m[r]Cʥf'2Oʳ/nLCSN\ks-=7c!%=Eܛ!??)e)\,'DDo># /W0jHמ}SEUH쌊;BNOecĶm]z48nSyJ !O<]nrhb CF~TzbB>_;qWޛ[޸c7d7 !IKL]{ʯ{Z~KzWTVZ8oϞ'&O;wU?ޫ IJN z.3_7[5B8]׼j] /&L& ^.Y&niȶ+oMbKcCVZ^`7%ǒ~KRv:|T DHM+eo͍@ʯU+R˭kai'2ZĽIoy7+Rx33lvf{zlؤPZv-a罍t=2zf- 4!PHEH{xYEWR3/0JN;aٱ+2T>H9vMے+׏>aYsN*AzI9[7/ywyаz7GޯMo))Z$ ,S%W^'?ܬ<{ϪpkyM{HI/m(k陆A|m<\"!:e-=#3{w.pm]V!YvZA|?K_B Z;w-+V"BC̹5T+;4 b[+cduӨ Vzx$F91*I¡ayƌp`ӈ#*.! ڀs;q ܼ uiGZ D0aQZTG sbڬJ7i92>{ i5+[9R^6ӛGh sq#zG},Ӂ\H*MoǴ :!WX˂u.1h0_+k 5}\-ʝh E=i޴]fax ioe$k&p}K!+$xqB *lWSsO!{Q$M(d;.^\TgVyΎ4@ӈ *!n! zPSXBbB\T012guΨ*ގ|@ޣrѤ]4ꁷ|ÓjV^}ZޭyAʹބ4BL^4"Pa:^=2]=*c`;<7ިݖJ|ʅ{1EAz(q.nbXm]SYz,\珈PLA r9@4ٱ 7uo.s'q|%W!sݣބ2Qy_*B!Mi\\0F%yqo{'5ݞo}}*B( !Ҷ*WJj٥cP `$4V9$B!Mt s5G1FVƠd PL>B6:a9$B!M!B!PHB!B!҄B!B() !B! iB!B!BB!B&B!B( !B! i iB!B!҄B!B4!B!B!M!B!PHB!B!҄B!B44!B! i iB!B!B{;wߕ*>sAijjoI B!M!MH-[ɞ={ppD9 |c{짱\),((J҅njC_QQ_д57b%C ]{X;z! .v>\7'Ὰh<ߐ|ǽk{ϝgk+g(-k|ӨC̢.rgygyڈBܣT"X!GQFe̘1p"?p@K4FNdd#cFzFaPBzG%ȡCd$6m^i; ,0%5MfΜ%ƍ'uC4lTEF:u8xPK"oGhcQQ?'WJjSQzYvLiَZ~ׯ>o,O]QZ==3ȑ#gh93|~C~[ݫ"dݺێ?Aq~8Ϧ.%WHjZl߱S.[&fϖ3g…dMrm gC/h^!%:&FV^s/ 7ϔC%㹍Ƃۋ\73sRT3Jɓa4#YwZtHaиrqg\88CWJž^FRe& 5~MmNv}>ܸQ⅞yqk}J쌌'OɴixrL4IeUz}@!HHU"^֭[+3f̔qqZ4GuZzY dz o߾M?8! ,ԗZ;c~]Kll 6\223e Rj/T1mGE>?d;nV$aѢ2o|>b3a)ѿ).̞3G';w߹s穸r˃] kJ!= %̿lT֬]'.V^BHc{]֕gLpzp2رcG ^zILnzfY  ]s-FFŋKW@# dآ?&~h|?>Gbbb|w\M7֭ 猆LݻOׯiqH\N ߤ7qzϿ GWߤr 1}}k Er(ZcYur71}K"{NNRAOMmh~f>Ԛ"hJII5Y|!wVsgUiDc~tt\3U^ !B 4^ꫯѪUz!#SM 6j8v{C;=/iЩS'3gDm%VjW8ΝnG(-[j9¼)4DtE}͚x("jx$iݲe8gw=Bx6û.i{zB}]tg|_9ZNhw*iqvRJnHWڐ>߸aeeW!K*ϝڠ۫X_}1J~߻wJLD{IT}I[]{WmF4СC4mmls'bό(v ixQưf1 =.ҏ ?B${fL#f}1qE>D4'2a;h-'7q~A>CTSz~YkGF4رSbΝ ;uY_ynzJ5GH=NٸHM g΅$͋+Eskس}{樭}}uw4KϥFߝF:QVq] FLcSD SA6 Z^MO4Dӧe޼nA8_Qwxѐ"PQ{[39RTZ&U5=1/3;Gri~? i &f׵"nU#HfVMcyب XbbGW[i -7no"#wEF_ily2lBz 2*h?^+;':*Zy6QrrscGڵ?y3˫yi #%䮏ިnr!튯>SH{Hc`1xjJ*f{2thGx;xz*tiAeB#STkh8^TDqv Oin*xHVPIbVP4geei9 G遨W/4C|a=Т oc*Xew!!(ohAhDu`>ٸҘFCYVk6L1c`1xpK\SRS?1 Cw 逰V)>t(AE5 ix9ϥ.!FQ#}htIYYrg:`S:JBNoV/9µpNvgo1 I_ø,Z! ] 0HsuƳMڍcxmWnW=ڃ\0^uSgm&BBICMݡCHjذa*Z"ٳg/#b 8ܼ<5;x7HHc З)P=N>ߜs5 ~]hF^5kx'^# ϴizJ͞={5|{ԩZ+)BLc{#|DE6-b2Ħ/c=ow4&Kb?Ӌ"#;ٗa65M2uX 1?,\BƮPy}欆C[ :U7{&躰b;%z;%D}ڈQVV3H!s%9rQEynҲ]Zcc19E)"zko˯ݫN|:YV (ޡ6z=揘2TlwѶjcRbƳܮis.lFbJqX]rZg:ؖ‚ i &[JXTZQC%pyuDSuDF&$$觮 D4c!E8p9ۚVJfGt';ҮGƕVKQq`F._Vo?QY/vテHqpï?߽d`48J K4UFv ikW F)+Ν4U" QqGC*])n#+4/܅Wkw=o"aeam v>;9Ȋ5l#Wߕ+N=2A=ұۺ9DVϘ>ubGGW1bBi_aށߘ ?1Ȗz u6rO`MYOHoyb}7ȲAȮs2B()WHkN׳Sگp;hȨatVPߞ/˛ZH[ʸK^+웉|h.BBiv>8sD;BO1E^GWI<0GpU\0*:tX=qv]Uq ;ѱW=3^w7 4>UGN;6YEuEEm݂0nFBSDY+B1ڠ5hEyofy@u!%)R|+W<B'gN!睯,c{^Hy-35{J۵T\C'v;F6{.D4G]Mk5 1hW~+-m( `!}t ܅ix\#H@<gi ȅXl>UmwihT2Ӏ`H794HK/cySW=OTx;wu>hx 庣,Yti(졞ºΘgĕt4ٻOgS1 z{!~kTx9Wb3Ǩ(/߄=1x t=):DգUg4ŗ]iw}]EM]^CcoY{"xvU@㾻YQ (W"Pn-YmyFN!eqrq֓yMt$1˱=/M^$o/X/&(Dl蚃G:AVɓUTlg~K!+0cwXT}Aki_+#TXAb6#m*ҁ:>kt]z1=b7m 77ϟ7`\PI3ssl,FKy;zwC0e<)WoоHgO3gdy}yT>|{QR$nM9¬rYپ/x&al=ߜ3; Y%Qs~ꪾ9*SLo[:wwmkvGoi XEz<,[L[=q!mgyE=gϽ3?DEEIt\|z#.rԓ!' y֮/1B Y#.*--+fƯu}}L<>GeB:p]F(7#H9u\"X 宕Ү *R.]uLc`v敆Bste m=*T.!/*R.g km('OS+ϲQP^b,¼Wi#wɫ A lA׳ [AO#cЍֳ^hg>[:::U~!RO;F9aaBb lmgyEcK4.z OkwV2+kLCy0S. ҙ҄4Om>V1"BF4]]|/;_iux7'~(f$76lkw~+B7Tz1p”1@]bRN{#o}1] h }oNc|,o7]Q|"LavQr{vA]a@Cv/ZHȠ>̓Bw# aώssrSw#}ؿ !#oK\tLߘX-+ί%ߢMIO`nԹ;(QuzM1ݯ.|[õ#8DUDC,C|Z>r~oiIFH/)JrUU]e]4J}Lj{h;+LOOo_7k_"`"ٚ()F͐u]:KAH C݉iD7#:mjk~G/*C#}6} fgWNoESiTr@@ ǏSRt>*yd6Ei|rss#0B:\}?whp?!- 3D3Mi.|C|!\| Xo+ =z̸U Dtc>^7׮['{ eVqwZI)ub`>/ܽ_\ -6>uhrm 6}^.7/N䘭9jsͦxSD?9jubQ_{"^]<Ҩ G^ i6O4!<%_x%&o ~ȊQ!6L~[L~Ź/\Ht-$E6vU:OAH Dtc6feQ?@<ʡnN!bxQG7Mubk(5=$Cdbs«PU]c"m NTd: 3FFKÆi=,zX!?< HZ!"={j>f30#m_ hhBi+_H _L_S ia*c#GU }*g<~h))޿_UHfvNPP?uloBHZGڟ}8wlQ9;淼=MmVNVF oA_Eˌ3ӹFE:63Dĉ5A,[2CN4I(!*CGzN4K/ 1v}m#O'k\N5l`Ў;WJ7G#B͛?/Ν)QP]|b:A 5!֝VG7>ϟ.,4a MXol;h:8~֪2O2Zh5*U!-;>rc3Obzu"MO9=OՅ}ܒ1ߒ\huW3":Qc&q ,[ṙ޽gF슊 x ìyRW6 BA!Mt;߱ѣkҦMɞk|Ii}hO;F7N/>\pFc>-[GA@c˖h7Q:f?aTEWS*C=JDsV9kzpX#`cM7kC9ؚcc`*36lң]X;҇}]PaIGۦg.|{Sth~9z7f*hhAgȂ2n%o>Bŧ /]jYuvN4Y^g" {8D)7*UL3m{LE4 BB4*k(CNJu}H5vzҶ~Jxkxcd.u]a xxP11 cxw#5{e8GaMMMS٧au}lF ~K\_aڝ:wVOG}T=.쏐T;͍6_~o-B"7>WS DP@L3_Ptרo]Zh4B Y<p}pm߱C?<{rww蔍UЧ߬yF6<_U|:!#}_M˅Pt)YK:0B=O;>7:XtsY[U{-4R196_*x!2 k~Y`nF9F8z }@73<>/EW7OtvN>=фPHSH7vJ}vA@ Ub`9^\~!]74hPy=  |-B;׬Yb6\5Ce Bxk!B. W~rzX sAa5|vpP=f: `4qb,(wѦ':S>} VH D4¹ቆ Ք/4SL,!ƺ`ܮQ.4 !FvɸVpgepBٽ{^pU7oJHYUPfUO\!%egzWtyy_Wt/-4ߒԄRQQaߪ8FXTO9]8a/T!XSb{83NڔcZ?<ӈBρ4N9>h'bW7+$4D33 8!B nF+vK-{ER={H]tW u}L!—#)|Cy[;nH^W!JvBz#4nfF9FyP ®p_w/3T*F#sj捊>D4] T9P1FBYc<X`c}-!/a}Ȋ5w}y۳UdZ\c`1vO=҆v;vVɔ*mopGmxDuԆ_kw̦o7Otxv  xr!-hz̙Uh:Db i i}vC>"յܹse]nl -o_ e'*32R_x0?##۶ (o@7_ŋ*Lk OyݖkD 끴Sh[>y6]~=/><m9LD+Ó֔i3b^rD ##bVٳwq4^4r*҇c^SsܶZf/GϜ؍u7| s7FZ}bHNIFNI+%Pk=BjXrm|V4=y.Vx/#cCet 2B!M!gPϮTze+oQ WXuQxg!jaϛokz"q;rW|6vu f~CJ|33w2Fhs 3HO>wH7f׳V饋iK]NvNR/SU(9F箩l0ZK{*5gyЁ^B!̄4ae~c}Yt9KEuEE1\ee * yfy% i iB!J=[RߪqkW;"YʯgyF!BBB!Ba 3&B!M!M!B!BBB!B&B!B( !B! iB!B!BB!B&B!B!M!M!B!PHB!B!҄B!B4!B!ro iFh4ڽevWXK6`ΝhPHh4FZ>H!aBFh4btbR! iFh4ZǓC¨,Xf̘!7²oB/mG!Mh4Fk1B:9%oc,X;ʕ^י4y<|VqC>]`v>g֬Y@>ʷm;nǴԘZM[h4F5RzUΜ=nAE:/-U߯^^cңGyg&kE?<>u.?t//pHݻKL3g|qO AzW\%)i{^yW!Mku}J!Mh4FkR! @joݖ U+3Ot *e˖B5|Ww1/n|^uVsϾ&}#lOdd48Ox;@ӥK,m+˖/zn45zx[PHh4FњLH":}~iOBnAE>{^7jz_6}@8x\>}yا;ڱoy.v>ٻWF%-?_yDHS`-Vs iFh4Zi6GL{ҧ݂5kjsN->}2x#T>ȑ@{y~'tOw,[BwVJjZpWڷ4;ݷ߯ d?mڼ&HFIٰa海#)1˲x4mݖBFh4$Bڝ6|,/Z>s-M&_W_ 82٫DŹG*<ORa@0Oǎ_:}z3@>=M0v?``s d?'Mx@>e .y~4{eBFh4$Bړv]^]]ƀeG!Mh4Fk!H;C!~owQHh4FZ%C!Mh4FkR!}<5]/\&OU,Z*'ҹyv(i4FhM&l1oMtQ i PF!B: .99d;^yJhD{&)i 邋vy!Or')x](i4$KH_, !#j7! i i i i^; iFk !=~Bz RJ!aF!M!M!M!kG!MhM"}h iB44A(i4BB(HbśbBBFh҄ i i-[׿w} ^Zْ#GH>}+_|3_~a0`lܸQ^hyXi~DEEG~/~QI?˲b sO?y}[>CSNPs^^yӟd'ƍzJ/|A>ʷ-y'eʔ)N8M!Mh҄B!̅4*۷(,tVZ-‘7!M7IHHtff<>qj=U^^./bHtSHh44!PH7s! ddd),,X9rgӄ3gpy~rm`zɇjܻ]~oˮ;dzr{ҭ8i7ik;>҄BB:BsN/| xg e& VdkB 6<8'e{={=mO!M()?BG?1Bvŧ(W\7x>~򓟄5o3M?O>\SS4Y(6ߔ)Sx#\{0u·?#ٳ9)|o߁|}G =_pA֬Y#?pXM!Mh icnї>I'j=J4Q#;ttdveVo1Ǐ(xO힇+4]C?qkz޶&ҟx!LQx Ù7&wO+={]/!>tPPwbPgg)i4B_! 2]klۓg}>3Nj_M{oV_1Z?l7e G;kݷ=mO!M())!Q|M\ti¨m۶'|R?.^*_"vùo#4\^xᅐgW)i4҄B!M!v2iȐ!O}җ$/?L0A %o;M֭zH/ʗe ^dK]~]KFn8 C;SNAp}t4huiimFS;voZi1yd]'馐h4 iBh4FQHSHB(i4Fh҄ iIh4F() !ҟT!҄4F!MGFh4F!M!4Fh{MH%A!Mh4F& iFh44!PHh4F() !4Fh4 i iB44Fh4BB!M!Mh4F& iFh4g^xUΝqOتOk_\hN_"?{Q~FtBFh4F!HBVTYymGB9P;=$2*YBPHSHh4FQH7֚Ze׮gtKd┷4h4Fn&vHێ]'.=K DG}$ -g^|U9ܽ]Q>HLJSϼ^䔴x͛2d(yٗt?mt 9Fs/Ɂ jzO{^̙`uK&LCL6Cܽ[/M!ϐ3ϬKtSH i iFh4 OuRt*w@Qw"㤴E~t ܓg}P\rN; ϽԺ:Kמ}eM:A ߹sG;u%sy ^#m&3̗>@}`C Y^tf7m4xK74h4FCMó Qg9WX?[fعv/̇w3jniHBCv)JSJ+Eт mbK"z)#&IZE{)JQ*˟~=3Μ;s{~^םs3s{~;~M[[?߹KTtmI/Tc?<w/Zg*SiH#tO>]!HR~F~oT_&Myi/kfiZmG=;ڲVZ-l5o͙++VnZN"׋Gbm w3kb܈4AiD:u1'h֖ ^\#SX"mYX˪ݣmy.){~mZZcՙ28&4" Hgw}y]WusS?"sfYs?5|dT,mǣƌ7Юҟ[ZP=:XZ1=uHw&ytHG+SiH#t&i֬R]4l,O {q1/0|JB7My",$̨:v]S_~۴>WYG;|hmnٺI{'R h**W܈4AiD:4! H#҄DiDHF !4" 4!F&DiBAF !4 ҈4!? "HBiDiB"H"M!4 ҄H"HBi@ӇH׮H֭uډ'Ar O;ZMO>=-NOoI}"#N8p@+?:K﷾W庀}s9ȟ: P6nfɞFM[f{Z3H2e} >M,]4I ҭX!qKR"wÆ ,XQUT4 ik;#O{5OzJjժ%r8ɞ={v\˯QF qW^N:!g d˖-\9r0_gl.]x=?x7~kfHӖZr{;egS.G  mm{Ĕ5/k4ԬtYyUZMld)SIKuλ/m#])544[2uz,d֧e|dPȑ}`b>Zо'ZʍHD:=~ ]޽{St+eUV?>ٲeKD^uU??&M4 i?"X7AwBXed~6mڼL%^EX^z8-ˋHIz}jȨ",mqFu]5\1ىf.?rJ3ޔMJn}ZjM_bk<:\R\#ݥ<:qӽ[w}aF:ZʍHD:$>JUƼ p-n!Zn4jckˢ<&\W,kQeOR'7>Eo[zvFRmgݺu)r{z,[!]iOg?Ohe ҩ!XM@iX`c^Wa`YoEiY6n7&ɭhUe˥Į;w \^3kOtڗ_6Ϻz+Z[[noF4?:rJi2*7"Mif=ɎZڪl]^c uiӦ5NO ?+%KLтמPCjK}MWb7UৌļV9UWhR߫W׵e ӧOx_:u<;#wy':MyvZp^?[A:g޼y"M!Ot@& Vw}嗣 N_ۻvO:lE;]omw臇ZvVy/ৌ*~7o^>v >y``!-t^eZs:[A:oq4! '؍5J򵒭]U5_}Uo1flO_~eth̝;t׵KE(\sRs]:J=<@X]ufx-GBߧ-^hР/N.zx#iue%sokp1?[iHB"޽{ޖ*t$uhhW|bٲeק hذ]O>d\W#ޣ>PϏNe[5o/5k ܌VϿ\M޷/1ŠH#t醍QӖ"Yw~D=o|tYψ4"H@imԖC}g$gϞɓ'=tF '0ˍDF Ӊt(?xH7~kfHӖZr{;egSH.G  mm{Ĕ*/k4ԬtYyUZMlJd)SIKuλ/t-wo}=ff׬$LЩK,܈4"H), ?זJ$Vzm6n^GMvnX"s~~qp fi\}]믿_SVw*o2]$U˱~ OW*}Q5TnDFi뵾*SH~F~oT_&MyTi/kfiOm G:ֲ»)+#]WY]jm]5o͙++VnDZo&ź%m[ NFiDH6$J ڒd~Nvק׿D:ֲ[μ«8n{}2H;-KG9f<6}n^}Mu}v,KOj>5ff*ku7~Yߣsݳ_KqtnMn^hep*7"H#Hi&]4l,O {q1/0|隬B7My" 7IIy*Ҥmft펝G>Up?3Jz=՚WM./޿ᖭۛ }"~pfܭ"~Eک ʍH#҈4dZ&DiBADH"HBi@iB"H"MAi@ !DBi@9' H#҄DiDH#HBiDiBA&D9y][ጓz77?ĉҠqS9~i~MU&_Di8cEafFiԴe7z[fzh۰E"D:J맶|;#I{5O3eRA#V]{i϶ϫZFHO:M]լ#w}|\nu"mi"n܈4AOzKƎ+K>[ʖ-+'O6{]DǏjժI$[l'O\G6l6$rӦMXYg%\rtIv+$ѣ.\rE]$Op":7o4nX+&9rKRR̞=;f,^X7o.%J9sJ޼yApewv Ϝ9Sԩ# ٳKM^IK6S4 [V5f^XnyGݖ>2a^+ xtfXaAlW`:Bݵuдcƙ6sHkzm^#=ىf.?rCߧ@,4@}R\#ݥ<:qӽ[5^~t28&4"-=z*7SNݻ ېut!2T4oyY~˕ڵkԨQ3R6.]8۹s֭Q?jq9:]KımNi@3HkT4{=Ojn`Zy;v*G%NymrKVk7nMmٺz'"֩]Uuaτ۰q޺IrkCkvlܸQF%˗{&Mȸq䫯2_~G}46mx^r͚5k`*U,_\~Yr\zi#G T6мeʔe˖yw)u O>}zh /`R[Ɨ.]*5}|ƚg„ QŊyhΗc=~9H"H/&D:߂ ¯9r$yE lZ#ڒZ~=oBj7"=iCʕ+l*U ϫrneiUV_|1!gy*TsyhZŊr{'mR4 ҈4!F3Hk\$^N;sꫯ6]ΝmH:T&y馛p:[{w[}+~˕#OH鵿AʦӼB-wQsTi./ۯeJı ?Ni@iB"HgN4ƪUUN0p!Qx衇|s %KUֽUDOټJlKIYL Nu4"MA $v;&f ϫ'zCGLve,}V.\֭Xgս֮~VJ[l֮|mn@<56SDiDHQ"|DZ|hz+'4o|ކDH"hflLoy7~˥]C `vڵVV^^AtUVE 66bĈ@eS) =_hi[?8p@,Yb~Wߣmޣ?Pm:d֣7m4btp:X[=ۯˏN%g)" 4"MA3Dݺjwx!Qյcǎq߮KTlg5zbz[޽{NV^e˖q*ENi@iB"aE:5^{MnzuI^L[8I*Px2e_#l:5pذa8W\RdI}Ȇ ކDcڴi9묳K.N:ɮ]|չr>=z\ve+W.袋rĉL[6e޼yҸqc)VȑC/III2{gҼys)Q̙S+ 4 ([̙3N:RP!ɞ=,XД/D~px@iB"H#ѣGT:uwݗنDC12}v[Dj׮]FgLvqΝ;(Wn\?UV:_">Nxx@iB"H#5kѣG_~ׯZW rǏ7ٸq5Jʗ/6$rM4qW_}% ͫ]#> M+W\+[J[ٿxZժU_Lg'<*T<4bŊ z'mR4"HBiD_,v= r״Zs9rW.sM6$j*l?tMRpas-KJ㏑'8CV6nsÇHvy~-S">A@iB"H#q^ kEOv U980mH:z!_voBgɒ%u)uo.'Y,e*}ֲ.v~'NDjtD& ҈4"cǎɬYކQ_u9vg߸*0u+.nuoltf)[*U¯oٲ~v]_vfzn/ۯ]SSJls:EiDH#~$zs=gF>y>'4o|ކDH"hblLoy7~˥ݗC `rڵvQ^^ҁt@UVE 5bĈLW6zOE?C8 K,1i+сBOg2k6m :8Wh~,ߞ}وG~=g)" H#҄DF(n]C;uېuݱcǸo\*i=n1Uz[LeW7d/wRW-[W~@iB"D:5^e$^ntqt ȍ7(SL5vjC[܆ fZYs%%KV\|ĉRlYsmi̘1uu-3gΜfkn_Y˦hKqvL|:(k7mڔ= .4-:G[6lh^o>#֖i?\vmIJJ3f$smR4"HBiD:Ӊ4"M!4 ҄H"HBi@iB"H ҈4!F& ҈4 ҄H"M!4 ҈4!D& ҈4"HBiDiB"H"M!4 ҄H"HBi@iB"H ҈4!F& ҈4 ҄H"M!4 ҈4!D& ҈4"HBiDiB"H"M!4 ҄H"HBi@iB"H ҈4!F& U-!BIA !4"mmL~˗Lޗ uaWߑJ^,>14!F=;3H2 MF.KF9b}H_^<<~*oiDHKTf録=%u : =S~,KOyu3^?d͖M"}:ٙ& ҈4"H#҈4"HgVŴ,"\(y\(ig>=iDHgǝ_ 9rˮ 뼃._qO1EמRrn<ҡϣ'')^Br+ut{`$K,㴏ԙ$.W>.xWW"=GNXsK?˟TN\(z+}As:Nlq IA;-{=-ۭb}KP‹d̻K{ ~xv;W?V^nL}zh9D2+sS͵}0nG Wuuo6۫U4i_K<.}յ2๗}}ho})֙j>L>8I[DBTʵˤ%BxPU_a}C7U̒s]#e+_/[%nw;<>䪪ek̴7FwvIXxYwzG<ǩ\~Lo)3J5iѭ}5rAK#ZOtm{\N۬'vWTNzl5<}TiN<>DԟqED8{~z}ܪ{oOv'Ͻ[=3J>m<2cNG4H;x<[kj6ǃw}6WUW&.^~lDde2kWGB-Z5?zs?SP>L>8I[DBT+6<,a}O7]ܞ[k9e%VkQKJϧd~NH;muO`:Oi~~j򻯴g4-:ztf}Lvnڝy}?ʋX3kK۲ݶsVxwRacXS`ߤq~{׍ {os]}?n}u7>Wzݎ_koaceǟ o߈*B϶hk+۶[95a"$-oiBAOH yto1U@ޒO{ZɎ붴,Qs;9q =~=NSg?z6mii~kot<գ6kJc/<:^ky~[8g]^kD]ZuzݤӲs_=3vOBD:xL+N5cz5DnZA\o'Z'i}HB"}EZБtvӑdm1%[J.Dv#ZGԓHN*GΜF*EcnqZ:Vm;GXny~ESL tLEGm٤3e$_y5RS+Q8WꤣF*bڝ٬w{|VON{QFXe.Vm1ryi17XGc5[knXYkbvt /ۢk0q߷4! iBMuO$'RB"M!4!~_:o!BiBA =PmB!&DB! ҄H#҄B!4"MAiB!D& ҈t|-g2ݲ[~ש{Pvcnƾp^c~iBAiDFSeo$ӹO779cE:HgnN<"M!?΃I/reT|g6Ν'jtink/ݞnO2r^Ҭ[pc#<v>"y yI6wk[zZvi^S W\͓G:y4he}-q7K,lsnunX B ̄`)X<ɒ%XS‹d̻K{ ~xv;W?Ԍ_B{YV@xn}_e^w+O} s(ZL:|E.P&oC"g&Kc}GZF4>?^~r;^m9귾#yh#AOis1⇶] 9Ɲqt:/X%E sK?˟H~.Ӊw=n<"HBt+ҕkחIK>6n|; VI﯑kˍI;Ot=<5jyֽ=oNND!Do痭7ǭl2\grejҢ[/u!~ ?<FOV6}nnny~OxDi)de<= ղn:ݖLWE[5jDl'ȾtۆPyMn_3aZ<,Kcg¶ 1vLz)ߞNKkN 6V^2y[>'|Lu;u02.VRU_xv'z;/̔ J]j$44?"z܎yD& V??◔ O]l}vns?] wtz䓼O}wWc0jK۲ݶKJZ%#ʥ˱˭ν/Z_ubM߉/Jc=ӓPk KIi꧜2M+T-OeLe^w+O262(RT=߱>M|&ېzsNhǤri "M|էR{:}cO/,~GѶ/qt;K_u<0bBVnG]"HB +N?7{ױ,YFte^u#w5.zuwL~'a^]ԙr~>c7)Zu(e._2*x^Pv??4]4X W]Wt+ ͟5[w[~)? /ݶAD63+]nC"sg9t縷4ikZ<߁nyr">-f{bɖ-L[VVH#5< Qc)g"3sVnht^kIUB?F+|X̾=n bσh^'/9ƽNY)wE鳑#%nu#҈4!>#MmVF\L[HʔOh R:sDyD& ҈4!gHڢ_љE 6fg垡MXF !4"MH6.P/ nuZyHXtqF !4"M!BiB"HB!DH#҄B!&DB! ҄H#҄B!4"MAiB!D& ҧA HBiDiB"H"M!4 ҄H"HBi@iB"H"MAi@ !4" 4! HB" 4"MAF !4" 4!F& ҈4 ҄H"M!4 ҈4!D& ҈4 ҄DDHH'fV_/3/"MAiZ !4" 4! HB" 4"MAF !4" 4!F& ҈4 ҄H"M!4 ҈4!D& ҈4 ҄DDH#HB" 4! H#҄DiDH#HBiDiB"H"M!4 ҄H"HBi@iB"H"MAi@ !4" 4! HB" 4"MAF !4" 4!F& ҈4 ҄H"M!4 ҈4!D& ҈4 ҄DDH#hq g~F !t`۶m2x`+rc>|ԪUK)"ٳgܹsKeС?#)^D& @D4{eɡCL8FiD&D:hKAd֭ imV鯾J?.K.ҥKݩS'DIED& DiFK}QxE=-"_رcԟ}RlY_x4o\J(!9s攼yJ d…)Vn?sLS*T\6Q`ASW}9)" 4"MA8L'ӧC{UdN FKΝ7 7Vf47D_!OHw5zjԨa Hقnݺ.?JVux;7lss]Ce:(^Bz믗~-WիW߲^ndK=;e˖q*Rw|i@iB"E:,z=]"havٳ~z}MR]SNʕ+b}Et޿WY[LuI^Lc4JDoQLUO8܆KEi̘1uu%V%}5VlA… MKlMyudz}݊zvWj׮m#=III2cƌwNx uH"HBiD:DF !4 ҈4!FiDH#HBiDiBA&DiDDDF !\oA ]]iB" 4"MAiDT*}?HBiD'HB"夺M䮁Od(u5o<:"qDt$ݟm B"M!/.ew:~u]`a}b^$c]ǰ1N Wuuoyٹ)U4i:_+E~5S"znOXF'Fף`AOI .9rHeW8Œ#W.~kٮ &Ͽ |1݃HނS^۲ד_kbm_K=y7X<'͉~u,s >\';|[v, 쓳˭ukyqEyQжۥERSat[ūïT5>\LZYm=@~x~z}ܪ{oϭ^Ĩ}l6O_]; VI1nlLrunZ&CnBhium=N+^/4! ҄HyKҴsӊ()c0\[BW}'(66`-6h+vs)X<ײ3txZϸۗ=u&*zk>%/,l$˟6uƈdBӭY[a)~Ii`yD=juik]ͭnc4H;mq#ҩq DiB!4! .2-^m.ۧi]VkL7`ӪxKR\E\_u 몛.Yes-v_9 u˲eP_v]*2N.k?$Jޒl%kքtv7mv&iknV_u hnNl !&DCҥ#`kl- ]/yLf:|6V޶*>zlٲhݖ=rS@bRHdz]^$Ⱥu?[zu,YU>V^Kݞ1ؘZz/-NeVnp~-AWj[BA !2oI&-#5k=-BBPQAb;_"fmmQu)-;-[[ȵkk󋯸2|xE:"T>V[y^FW[߯[|^]zSv55ǁ.C{0$ܭ*֬xpZ7ZN2D um=n + FBiBAޗY={niضcxa}l^:Ŧxڪ-Vn6ϵ7ֺCC:jn^+#gN<+b'3Rzsy]ˬ4jwp[sd1}`~LB !&Dpt6IItp ~%_BA !E8! ҈4!F(cz D& ҈4!B"HBiDB! ҄D&B!4! ҄B!&DPB!4"MAiB!D& g4!F& ҈4 ҄H"M!L#4"M"DBi@ !D& H#҄D@iB"H"MAi@ !DBi@iB" 4"MAiD& ҈4 ҄DDBi@ !D& H#҄D1hHӦ鿜M ʨHBș#iuVβǃ3oj/R7xGB'iήgɈf;ɉcǽ}*?nݰ?SgƳ& GgK\p|-Z$Ro4q(,*ҩ-d$]<~Yuɡ-[Ӭ ןʲ1]$9/= 3EʊN? dp,~syY3WoU>W9D,TG~0|r+7pX-U _qѣWǬ_$O5i8_ïnz3 ҄D:㈴Dתe)V_Xc\r epFlZ}NOT43gj?@ !tjVh=#Vimnٚ .Eqy2Lu8^Z0ST)8}H?:o9y՘VC_]3Vsg2Ǿ~{-۟~ ҄D:s^#m?+QEv:Hk/\XY5cKu_rڼYfjdkjs]bd[o#_~i:\ǎϯC_F3׸^3|h[HB9糨ӝkY|gܟ~]iB"9G3:bbv:H,:԰|Rq5%JvhNΦ[3EȲCe[{u7ϴH|/,?rh&6;B\_GkG?iDHg>+~ソ__;Mv?x,)pp&sŧG"ޚv zf-!ό??D& ҙO<#YRXfhYoigO ؟4!" ^覆;Үs܆ ؟4!F&DiBAF !4 ҈4!FiDH#HBiD:J;Ǝ'N4'7ɍڱ1`LLc齩B {o޻D'-Ga9S>gH̷>BfHB!40 Ex?!BfHS$2M!40 E)]&BH3 P B!ia4HB!"Mf"M(фBHSHS)ҏvvvxoʝB!PHS)Ѥ+fΜܸqN!B( P)ib[n w!Bf"MHCR?!ӹC!40^R)я---orgB!ia(Һ"="M&zhmmwB!"0 E"M~<ī?v؁?hhhPWZ:477>@߾}!40i4E?W:q℺}qK$?O3`(**#B( P_)N`ַN5o޼Ltt4}Y:t/"yB!ia4E3h x{{իŢE0bĈ~_yzzx dff!B( 0it 'z{NUŋԧ*,,Tcm777׿۷yB!ia4Ere HNN~(O}}@uZ.ǀ>|!BfyD:1\[i3@?"$:,,쁒{B!P) P{+WQ[n孷Tj:WC;wLz }GqFvk#)vvv;t־HB!"0 E!s=GFEh(ʃ5fZxQԲҕHKbnEرH߿?ϑ@=!B(ia(_sQq۷a?e966?_wӛo3Tw"-=E:66w,Yʳ_y:,]]O>$~ԩSzd !BH3 C%Ǝ۲\"+ҷ$ӜG h,ਞ _B!i40"gݶ ˃ ޟoi )w#=g7mH .--U煶@IIo1c1k^7!B(0 EDdmyg)dY3:*ci +wΝv]#|niJY+ҲR{ 'OX`l߾6jX7!B(0 E?+ri'N|7oO>8Sq/..Vz~Ya2zs݄BH3 PI4!BEa"M(_ ///5&yuaBH3 CHSoլ㭭jc!40 E"MAN|;BH3 P)׮]î]0b B!"0 CHCOC~~>w!BfHS!ZZZ7 B( 0i41VrGB!ia4Ec̙;wPVV˗s4!BfHSIW\t z)Xhc!40 E"M!BfHJ4!B(0 EP !BH3 C&hB!P) P)iB!40i4EB!"0 CDB!Pa(iB!PEa41F)фBHSH#eM!4Ea41Q !B(ia(҄B!"Mf"M&BHSHS !BEa4EB!Pa(҄B!"0 C&B!i40iB!BH3 XiB!4EaG\GR !BEa"M!B( 0iB!BH3 C&B!i40i4!BE"0 E"M!B( P)҄B!"0 C&B!ia4!BHSHB!4Ea4EB!"Mf"`SN0 0 "0 E"ik6vq|p_݇0c{0 CH3 CH?_m ?1( s}G~)E=j;( 0ia"->]|k#wٞ~?_8F^C{v˪'YH3 PH? "gX'EQXC)/ߟN7R)eFH3 PH?"m%/vi%||?R2yO~K xu\}7 z}31ݶumx3lاm2L\ݧƬMt{GO׾lVڈ~"g0ɪvWt- ? ? x8|lzyoLy>=yvP5Yw4/ٮ:ԘtRO>2v\pU2/~ձ_ٞOߚe;kqhed> %SK>g ;]}.Nw둟fww7tQCgHSH?"-/?vTKT~~7a֪b)=/$ >T ua95n|BzӺmlyey}uz;m&+q=\=fog U;zwϢf{7tz>0 E"0 Ei1❅+ÞeKS]|,>Z]nTISA{}/t *6][۠[n\]Iwj]878q2*UUj+Җ)wL֔*O1o!щ&} #c?>utW~CǨ3 P) P×B{@]YuL^p9_uUU;ev!Yݎ8Q]?5ݛݶ6jiɶv׿ntŔ |-QY)]t]n1視tx2_ߔkvK6={Te{VU-Ҧlza5|a4EaC#ҚJYv5&.}궼tպW|vY.2[׻HK]XV W.К2٘bHbL]1~@Ux?O0[s] ']U*{O]OOD'HM66Ƥɶ7ǏsD\rw݊b1j 0i40JenNtū:?9nCXI1Q5!INպșeO{E96U3FZ^i?+RXPٽWXזHxRY:efC2>%܃:Qwui!Sk轑,՟wVewo9ѕdžGSSd-#-|9{FG MJs?'"Bq>rLgQn)Ǩ3 P) P:U0]Q]/Ϙ1+5sKTNWmYj[OW'f,Eϐt32uVf(E+0'B3k?^V ǚY]EN%,ǃ>SJe @.][ ɐ5;csG3-*ݽ'"ݓ[^4i:7ec/ M4?j<ߴy<$jB\yż}蛵ca(ia(H7n_/y1>^[<0 Cf"MH3Md7h9VX.O4jBa"0 CH3LW~ehyФ_80 PHw)/Saa40 EaaH3 Paa43 CH3 0 P) P) 0 0i40i40 0 Cf"Ј4!BypH3 CHB!40i4!BH3 P !BEa"M!B(ia(҄B!"Mf"M&B!ia(iB!Bf"M&B!ia4!BH3 P !BE"0 EB!P) P)҄B!"0 E"M!B( P)҄B!"0 O(҄B!i40HHB!40 EB!Pa(҄B!"Mf"M!B(ia(iB!4Ea4EFc+ ::o | !"0 CHggg1m?B( 0H/yT222_«nki7oVoxg1fΧ~nz`}{!;-=4LQ'"Mf"P9x /^@ovnϐ!C`ۨ=u>hӓ^riZN&P) Pٗ3岚$?c޽^C^׾5?>T9sڵkerprrx'Oo^Czzz]jVy]z WSO=?3gTV1f{(euҥ|Ϟ==77ǏWˊ߸qP__o{hGVeU;oz>ᥗ^RH gϞT=94kL;ʪ---;Xc1v/s|ڧ>C}6ҥKx7:=FWt>57ܘDo|{Ne,c cCH3 C~$Dz۶m6l*++UlHnߏ~EEEhjjŒ3v{^]<ʕ+;v,Lm߾ӗDyy[o>ӺF;w{FŽeZC۫?P + 887nP|r̟?ߤu#I&!22RS3Á|ܧ՗ucM{{i||߾}UU^bggn߹sHweih iϓl8B"6**J- Qrc?W_{8CpCBIF^裏>& rEBzr]94YKJJ:]SS!ҡxW;=UU{{6jM5TN7Wr}mnZT^n{/ӟTIwRߺ{0ydu>Ï~#Ruvokl;kȊ;.//s.Cu y} '^HN>DV"* ݵ>57~vcvBi}ey,+Rݼyd֝G~z'T˞;nݪ* ƶWnFˌ}er{u^6k%$$`侼W"m{)8Ϛ5KUzto_z??믿n嚮lol;$j'_k߾}&.c3df8B {akk.< Aw SC =__HC!fSaz3H/EAV" }|U{?0ZY5fmnEZϝ;FupKSګ\QU{\ޓMw{iGJJS;g?C~~:F muw2U '^ڵ 7Tua{䊴nHV H3 C~,DZVdzn˱or 1/R겲ô._|9no{ CWY!b?cxO˔u *'xCago>Ozw!?Bf"HvpBP'T*w*'2PN#˱7TYeꮝ]6v8::v~l̗<+VV^ؓ/m6jfsYTU|m 'rz'} RהCDOj ɪb(O%Ue%m7xӷv g nLY߽^ϐ"qrދ=o~C=C =_if햯d7 !"0 E鞐Da@VMe5m|?|/z0O!"0 C6իWqr6dy5k<t>>7^?40 E$dHK,Xi"+B!6oiO!"0 EM!B( 0iB!BfHB!4Ea4!BHSHS !BEa4EB!PHS !BEa"M!B( 0iϙ$BHSH"}U$''#((!!!`Ġ2!4EaW%EEEزe #F0p s"552!4EaW%yyyXt)׿W_eoرcoBE"0 E|,_y#ewAbb"eB!i40i4C&BEa#&үڗJoJԆ"M!P) P"~뭷Ԅdr+yiJs48p sdl_oz7|S2y|uo[:mG{׏"M!PH3 vk:{l|سgvmtevڅ͛7cʔ)۷o"R\lJ!1r$O3fbXlVY6c-X/N\_v=-_ c٘8i2F5u%Y;w^Sf?}4m4)҄BE7Ea~i9Ξ=3gΘcǎaƍ?~_6t& ^h 6nنI+w܃'hĩ]:'!qg3g`ەO6#ki+V`~277WoiB!"}/Da~"-DZ ECшbϙ3Gu 7FL5+RNg͞bBa D# 6!K.DdJ1J^،Rer/2EI*@`|.|2$< g.1s'zE;v xC` ]/O4 ۶mɓ';%/EBHSBnutDȑ#Xv-Fݥꊨ\ϠA0mt!aQ3X;x-01YB #8),ENiQPрFU6X'rYxL~Yrsk^P˹,CDJr)5GO>9>b !C`طo_$(҄BH3i"R5kQUh@KY`>޵6p ^d!Rʤ0 9jBʕ˻)Ne۝{R`KNͯRbDcU3zPo|`iB!PH?F"+3T.\? ' *)yb_^VejKQO궬tT#VL=q%V^ѣF}r2 2M&BEac"r٩SaUYɮ"ϟ=g_F)iM/A^Y]Ty~F{eU,\ cXtɺowQ4!Br, pX5rfCUZ5Z <ÒV,vi ƭ']2K .jg7~l<͖tiB!|"0 HiDY>h9uF*8!OMSR*F\kuˉ8j9{H̭vFՅn*fΜ٥LS !rD: 0aCiS$Z>_Y=,rl)FNu<J]+mr=ƴ'FZ7: v!ع&O&*ߝLS !rD:(8a_5}ϣHkJLt*mdL6iͲztZ=<ej\˪ɓ'iB!/Xy~?яgϞv؁_Wx'7mC}w_8-h+}k_BP0 D껭.Dzc'QDyk㜽R\$fٹxTݍX&Ew(+F uGW$ѥz$ZKe_^$32Klo܃1bDyƍaaasss4!B/") ٳ?  ^xŎ~i;v!aptrȑ#;8pۺMuܻo?^z7^sw <>ӏHKSkԩSXwYfFX;x#<]IFG!5 iU*I5"ݖd"]+?&C;ItMǏzCvۜb?٥dRHB!~tTtt/CBCH|_O~|1N|'9tpxg:}~:ypYL?"-O_~z%OUyujfn%Ѫ: \5)&V)BB+nFL#"JtGw/xjKx͎חkx%mUrM%Z toM!Ҫ2m}y&6mBvHB!N_]w׬G5O\V=<=^e ӏH:䲾}be8s ai.A yH.r$\Ω)WdTSi=uE:HE sQen*=mա@[:jlKm!Yz2 e/E3KΑ.sM[aРEaƌjVo4!BMXucǎ"annК2~psC|M9 yjsWuXftW]f͙bR=E"3" iN˯DLAfEZtݪ:mRUZ3^RՈҚ&d-6TI)B $Tr~y[^g""OGLFb8z`5߿2-K<}M&B(J:E~w]{[^SO=&ۻwo}AAJO]vu2 .T2>aAg.[dĉ8xIVĤ!NH2H,눼-+%5[.] V3 ;*2EmU q[XFVK]>iOc8wjrɿ#;;?|/\lG"ol:きXo=شBu8 EBH+NHLb1*R{8th9O5 aIK/AF [( qL Eo||ϻcqwL T'd"> EH*FRV .g 99HiO4!yȯ@fA% juJ3G=uXo+~u6>Xwk}kyaYO+-ݰBµS[]T͒bwsc N!.8r &LяiB!"}D:r2076Z7G#ѲuشbD J΋~Xu cዘ'.9r^#;O$ "!aOE3),D_BHlr6RrsQ" IXo$z?l&PlvSt)T,  ǚmrAʵ'֜uj+7,Brsg6y^fu KW"JH w=錹ǝ0Ww Elz1br~x<iB!""0 H3=c8c뤺-$3{,99G/a'1sNaK(?g}%/AF^HIG2e,Rd" y((Bqy ʪPQӀrpŊS{a]06;E`KHf(lr z!ӛ샰+#RT\ $ UP<,ba/knxX%62E$'I㎘}NyUii غ`Ū5x&4EBH+NIMcPut#,>!y q =弓Xr=*dU#Spnj|h_jҢɵh~Wwmܼu ͸g]朧j2SNUZxbs,"%EҊfTU׊ԡbhnֻ)z --W"'$J\v7LT* y`@lqlix%қ]UEH@" *S݈,!ͩH+AjA ː.ښ^,RR 9N4r\)Bxt)UpN,FTlg#2h. Ui4!BW"0 Hk"o8nn,㽳jrfXtKY~2rd aُGt8DIs@DHYkĊXC%"N#I֦f\2UfΖ[\;*қ9Ή9(olEe}>8} }!x:{E4;i{4D=ރpڵ#HMHAY]*j>("mnK^ļ <EBHH7]iFRJC0_<6Rձ"%3nj E=އoC_!ӫN91 -D/P"-'޲zBKr v3N;`9a M `;y:L$0m&τw<- wfXL P[wF 3np1ilrćM+D]u4WnXM^i띮YXg[ږ9E836L2z94 zyՈΩqW=#v?f>7*M&B(l ģ^FaqOJih3 EZ=id>kt J!rr"(D-=4])D̬y2MP[0q2\&Mj)mqr"dI/d^V8;i2lfρׇQw^جq ^d-BHG#!ީ(oFyI9Ž͜8#dFjI!!.eԲ)ps(snX?ŹKqWPt9eK{X:32-bE7ޠHB!侉W@/!1JAac">XeۇpV"˹df->*ҋH/pǙ8T6ZPSh;wA8Z`/M,y8 sCG̐Q2fG8"[^GTkkwSU5wpr6>uPtM79cs8.g QVP,@;:e:D|@V2)m2q*Xl%]?/g WPԢ۪;vCS3RUqBJQBN[F#R,;&wع)9EȪEFq9J+G]Pb!BKkm>hMB7l >p\HB\^ 믠*u:jːnmbdZĶ"8:B Fg7&>J5?@|qṱ0eT5"M!P) EH?]̝s^:p @P|.Jm}tRDVO`IG,9q ̝97qgKHGfeav3 66gHیlhM΋XI<gVG\|锼b$.B ˕DT5T7#Go46[?B:!& 9qaBeWnm]&OikQwP\^Ϡh8J}H|Df! ."~9Bs-dڳO$֬ۈ}*M&B(i"PR׿l`;ctbv)" `y`)G,:,dKT`m&e!QQ 8p9>%DJH LV#Bdk?$f#(njO#jZTaXkzbYw\z5Vi1V 8ctXHNg!ף$-Ktai5cL$"$)yJC/nޭoاa{D¢HB!i4CR[׀!#vy &o ;7.RF'&#ҲJ-%1 .1H-Gj|z)노3^XqE'l!"Y šiop"mxlQik!E噡cpJAkJ*qP]ۀ\d嗪t򚦎j9vvhV9࣋J/@n$ +m6l<0Ξw)p]izJ*u>*$ZL&4@t~L⧩Jwٽ;g0}Lv&B({#)͈^3l(ҏq@Hk5̞3[~ -.R. !iH+G`r·^vPr!ԋO9b/UE{LĞCqtx:`1uګCGYթZ  UkP[B[#;iم((FYU@t*jQQ4g儣!\\D&PLҼEܲ3g nEz2/C^LiqLAXR"S!"A頄|U]>n1G(^o{7EBHSMaaq̬uK-Sy=(n}ԭ۸EIgh9TKva(!H.Dbf ꐘWQXy-==!c0;Έsqvh\9cKi6. ׮^ÍQVYԬ|WAHh!22]ZYܢ28#6YK:>;ź*n? !$:H"2q -DF`u "3p!QEJҁym+UU: nعD&B({*%7yb۵`Ვ'3i:"r4 EE% 9W7 ƠacюO)ҏq-]H?"-mAع砒<ݺJIQJ&f"VXsKu^z +N52 n mpFH;4!"Q_UC.OVg!3ޅ\!ADCyJ7^iAVnKQ,IJ#҅eժj]PU7 2"G,îA#oHZp _tӕLkDUìV5kw+bSr:tTjAUwW˱&/d}T8Z_P92թ“r;D:RunJO:fLn';k6^c !4E(95MU;?>{Τ8~tݗ"M6E cGykawqh%yB5F:89۬=/BSQQS=>;?Ùw&;=TON"PY{"WJtHp>~⠽}_khBfn!KyֈtiU=r }Wp_FMi9.l;OES{1 \ '` 2(9yLGhlk7S@!a9"Vl{wO#'֠O>_JS !4EPڛx{Nh;'<{GNGH#cGPĽXtݍڊjU (: Y"wk&"%]t\Ïѯ_?4!BHbE}.#>Zux5"} OԘh96Z2,3}\gA%ܸ~7jꐕW*TT7%]S׈7Z\A%ly{GA<tGfX5əX)ڲ vĦ"$.St!b:t!B:KuWMG1h@4!BHig{Vu R+V}}V܍ッfk8HEk=tHwwQa~{|3\RuGˊtRv3w{nWU1BSsV5aWnd .[ pndD[JCSH W[! γk r1qM, 1pƕV (ANA JUZvl[`3i2.L kl e5p9e# !ӖCFNȶipw[q<Vqjtqzw{Y1"M!P)ҽ8kw~a!V݀~o}ƬyQQYk5n"kڄG^s[_SSR1a yk{;E1icA1#.C GwGFV, y^jeBZRed#"!yhj֫73fƬLGE{ BTLWeoVN3DKUi)#7 oϹRq˪DjteMn_d'g\=MDW"^t cGbh: G}EK7oIYM/Nh'mP#2`nqB)҄BE"PC&Ҳ*z脅ꝱ;"UB|`%KigGLfrKU7贜"4_櫈siJm{jf+-WP^iF-\ڻsK{wBEXQGw5Xg)Rsjt]aw|UkP7LM,QU9GH +!ӖCFz8͞dg7\kHH|յ[t b L8&rSLEBHS4C~Dz̘1WWg".Ҳ szA%.'`\U s EVQdK.,C[hjhBi `7wBFs5E:n .MJp2 3DZ&HHǴYeIIko"_<79=[EViy@\Z6HOS\_QU׀26!:& fKWiBŐQj&oq{,[)مn;VLZݩm"}Wm}1SlOE!P) EH?d"-ًz%CՌmce%6!.U-ܰy/1 9ՈN*޸Zٯ&?K!?&WWZ%1Bz)|ۻw TXn[ܸvMM(VQU\NP馪j:)SqAȏR-ٹ^Ђ\  3)"pdpvs`˙ a]dYu Ĝ(҄BE"P&<u=tH窊trN93;`;bC rK_ǧ%eF[3.ס$%UJ:<:i[+1uDkҁ<VGQ[P?h0rBo߾"!NV(頽B+*5"&.Qu/klEjA9.~vGéam"-wˊC} ˪,5swOEZEs )҄BE"P&'NyG"\!yHɫd̬ml2Kwpo4KUlD&f;K.ʅDcVTd(k@DL"bRPp*_VEZV2E[Bx^cjC#-qAHiN%'(+RP̊:84f"Nj(nJ KCH\_F=B`bN&B(ҽ$ށ!~c+ XIcHOEZ$2٥֭[H2 wrSd rKk.2!1P؂o > Bϫ1+CT|H !wpMdzz}"x q֞tL<|5jb׮UAEZ֮kFO ?Bu^א;`sC|A9rk G&NDZ#f"m;j\&Ne o7bՄc_",Dz+҄BED:)-aq#[!HTlSRy0&3q~ڭ*9(AHr.Xn遥nl텠\5>:6qHHECU^R ΁SyPYDI鈻5!BݦNG@If.>k֢4.wk\oiA[ ٶ"}Q<66wnodҔ鈲3 Jziw hoa وN+MMHgYGyF#Eaa("c^YI#=!Ffn^1Cs|"=v8t%y=4QTY\[&>*A|Vٺ_'m8QWg(l#/^˟9+e5JWT&Ek;WsLtHg*NiދHg'{@qK_Qa"H Jz*j1Cy|"=rH9q~1z!%2%X!"`K~(j@Fa;:%W WĝW?GEaYKQd%5z*D;2 VwtB+Nx U(ɖ-%Ҋ'ZS}6vPls f{\ G-wp%=a/[ti%>7,-SW7$b3KLWttR=ET-t>uĉEaa(B/#"}Y!=f>[:tv=tyE\P3QXDZKtH_CAeVTjh/piۥ0B~q QRe5/BAI%ڞ>U:D:_PW:Gq6?IǎO1g.kd{x)ZKt*GA.x<VZEY > tnGE:Dow0F-/lDhͪ@tf@c^F87k]X]1cPa"yG1'{1C{|"=h ߸nAD8%I8&:3R9lWh=}&ܖDaT ^x⥮@(.n@EmLK_M_˟ E-HwVcl qD,[]t]dzY^3J7U]1=q/˪~EuV6lΊtiYs:g>R_!-J-ңuއ}pI 6"0 0i4(H1C{|"-|Xl<-y!qJ(s5J ȫxTC“rUg"]geZ̈́(ML#v=QIt -(SB亸_/Jrr ܴ61C.}k_Z{ɷnI=QFr6`lao/hBT,}"-#w}| znCq5b2tG"Ҟaزm'nEaa(iB&OMEdЫƹ{JK5QQװNR"㇓Q*"-#ZKI{ApN3QHK"h,$OP^یj ҦDI+/^ϼ-^򷈴\]˜X>yz\{lw"SnKC}c "O@E0%rUwC+"-DKt5Z3IhSh=t,[o"0 0i4H&"nƍÙcBlfcJE>X}9 Hϫ@H\ %xd'8(!uiM[Q~w4>EFnNkA2T<փ( ϒe \Q}G %4[(6? Nݤ{ \Fr^)r KQRY~?"]x(5WWEHOuPg?Z,e#2QN?;<0c-( 0 CH4H"CǼS{nޭkR^%NGtTa݃{|%Е˄ /^A4vR"usH7>iCzNFTH+Ju =Y*ݤ~BvU 9AɴulŶz&5QINaZO{E"Y{ymRs ^Cjd= ~!"DK%0D>Mm ' 2Oͺ;-ƎZ5"0 0iuF踄-3aʀSwuxEH~|+W;GWX*65^ TW$![ؽC H3 0 E(̲Y/ ǰQcxщ?p*~H[q^EަOkwZ?i?4YN-Ux=껁XDZdz}ATK_*g%""[*׀WJHd#PŠ(m2]GGܒ? b4W"B@mIU ED:[S3 QܮajN-BK3T^+-"=CCխ̹p:g./~Jr\$i,TEB`dY) 0 C"]S[/ ;_Xw~Nl&:l=_~ȑ#qDfVS%jK%+oc}w;!2) mxPmך p>JF]͂-"-iԠ%5M(UU>֣ygI3=EUKu 칺*-hEIiV6Vx26~( 9V*ZW#!=əhzTtYrWiDHn%lDonTǟ7Wwx J 5qy|&OQ) 0 C"|[Zz\Cm[#L":voa:fH,\C^G0h(]Ae%Xvi!*6޴͢R] 58NwG U[zU"w_t p O@TxEQ1Z\Il̚ j-J_u%8>% щ*WZ+%U (٭DZv!tO!#͠D:UzZԋct%|HKnu<?̹HzS=Ó/h^ p J{h < gfjR?tsvKnKiaH>"·CGaUOH@7T6s ۴ø,튼! FVNnb,=uOkS\Z?9/Y.f/_r`Q?q"nDsgXkUi_%!IH)e(s9X\ I,g"RVۋθIp8Set|sdڷSeJ1x j4Eaa(ҟӨM-~뎖C~a脆Evَ4j& >jaXd!َ9?7," OqN|bRRi"U"a_w"F^p!9E7& JS *WԲ:dW+IoEaS6#Sk7n,[ &=z(n)^UpA t5 s ȪGJI5|Srq-?iG_fA^,#\0'űpkNdXCd~~P5q2-(Qڟij?ǟ/U/ևu*{P7d6vJx_w&Қo풥xе"DZ+WK$:?O_ĭ=pqF1G490_qV_W輵S]PN+>9a:-\w)8'PAJa Ȝb6>A~n>o݉}JOZHK5 q-Ie! -2wx qxpZU|ot<:C>m;PM )3ptܙ07M~f< W6%?#F|n1غ}'LfaT]yW bZ˲I2F{ё*`pH8&s5/[kJH&AD6lَ!#ז?IsboW3ף-ˀE[vedeR?EtGUzTgU:T!Q"QPLc`;d4 c#峊R=Ʉ aZ(u0oCJO# =c> *iu-D UՍ;S*^ply].pIuz^q} "Cqrc(Pu{B}fX>׊K j?ϩ姇cpd(n R|7RsCz4CPVW: orܛDSa"96&lM8_dŸoWXNͫD'ϑk lqdT8Ǧqf"ŅyKpqR\wpQ=v~bg/Tisqtl|#YXg̭^XlQB8"uH ݍ$U7>ڮ)N-vÃ`EbI- ?A|\*.ڀ#褙5g8=sΚ j.<&W{f|R|s}`.]G^i7]\E'lw}Gfa"M(҄"=PEZo{0aD'ٿ}z jPVۄD8zcV獦H3 0 E"M(҄"=@DZ*y p "l='rrn9JjPЊj%uMmW4Rc1|xiaHS EP?1cpI[tL,x)sAqDh\r213YHR$O)DZn󊑕_ T@ w쬢J$ Jw!cy?|{=.Ŷ~n@ow< 0Sr qqá>8v'~x`pGG~8اsYm76=Wo)S%iaHMFS1 1C)=GD2TE \Ht&`%p""ɀH%QFRIWY"$e"-5+GQU# p+[H+N8RDd"@m#(-B}?(j'> ^J=b HpHsxNF’D8&QH t<ұkD*"KoH3 0 D:ӠαR)FĪ1\3 EJUzРA]G/c~yz2=-kTkr<+7QmRB R"D("ӊ^f". H̭@Ɇ*dV7ooX{ o{+![W jfF/T#EȫFr^r+5 9k)ٟ(_jd_R~J*TB2ϐ8|cƌ(у֒mi240 PߖH2#9ٕʑ4$;rl% yciaÆ,ѣgAGky`%^PW6Aɬl"Bm&ij]尬b~5JW]sG3!AW;d Cy@xy=y(hEdz0%ѡ)%Q$:0PIr Kɳ1yd f͚iaHtfA{e%y]$ 1ً7ofΜ[{PEtHr**(_y*AJAJU\e9٬Z,-\eeK(ĪXDzZ;U;q@e\ ttDKu\:?kcIuȉ3p3U Mhi[Ïa{l/`5O,^ O酭q9=p'gqX"ЊW\7|s_XWM͉1<幫@֌}BwOūw`c3ϢcC ʕ+q5ܾ}iaHsi ,^y̐3N"dZ*_;dZJesNXvM-?NVWv"<4+:YnW`(D9YkM;A"}--jts̵*Ѳlp߿[nQa"M& RXzHUw,W]q9)y)}_sTzY'&"i6m T tA%;n8vM?7K-d`SN޽{iaa(҄"M(UED]]]k.=%G7#wDe1ek nh^q'ƊJ/扥jݥJ\sÁGxC2kUc*4tZ1J$ϺvQk'hP  v= &:/}aD-Eaa4Hi%&&"33O2-EK>H+Ob.~P2'Kz’JݱL;Ğ l:cdnhaN9K1es:lm o/-ݰw6}DSaH4HpNNN˗/a0L2-gI)9:u*~8pnH-ClNҵw PE#p'|5WQN)F缙<&Rvɳ`3ol mM) 0 P?.[Z1f”~'4He_U?aÆYL˭|*ݼT*^XԩU 5e*\@A:$7{& zz~o}Rqlg[m'zʔ)%"0 0 EGaB|9h8o7ޞ?p*~(nŠawqY/Et||< #77W1bʴhGx= M*45_""F{}KhW{W,Y I3cL.wHx_ywء[Hpcaܸ85~Rm;Π> wqY,]GVG-cƌџLfM) 0 PǓ6LVzf ]?}9 ?ME-ϜOӕRyTVV-]KEH._Y7! ]`)sE̷]NDzUH̘3_7I)kJz-!侳Fd:"u?{9x4"%dѣG`\ӽ0lP̜5 K7`OR``F My΃wD:p}a?!Uoz@71cݫ/,E) 0 P߼Sv(,Z T,m\wٺtߞ5..-ßǍM]^_WTTD״\"HOGEoزvVY99i[r1F'0rŸ$֎Og,F.]7bĉV.2h-vهso➳TFeJq@um3,^7:!xycz@4ݗ ݫ+VStMfa"f45;ZNDb"Ȉ#"0zcMzGRJIb+W/H:"m'|#'W@A=&.A~gZrEI"Wqm;v }c(DdEmǺq8xhɆl.Ǥ8&"·OUpI&ca/MӍ}Ν}gEfatwS{>+~"lՖ*V(U*ZEZ"銴5 ;˭Qe~=˴i!]*ҖO+Wʕ+pyl߾]T"ԿUE;L>+1s&.um;xG:wg/]ǹ7p U/ةZwއJȗ,[sjL5XnGy6lDׯ_׮]͛73âEHZiaIڸD}_EVKeiz+سO{z^ ͻY庍E"=pEZjrLIsCNDZ3mpe} 9vH[:>)LqyވFLWQwvg#[{3Gc( 0 CW}YtRr@h2yt+*av=#}e)-D,=|x\2x 0%yw5Ör[D|(t<|>6/tEZymCg|cZ֕cN[*3I`"m DX"m\z|( 0 y_\jQ J,>sjM(+!LE|X( 0 2-ͼϴ ͹-U)҄"AyEn-.Y'P)҄"0 07"M(KvҴĸ{{"M&iaaޓH[:̬l4HR^L/znte0 0g$R$,w>EP E}tCCxǎصkٹsbg 0 ;wvZwy\Fݰa]Ah2疐c$0Fiaai L3'qfBޒHH3 0 0i2E8'0!iaa"MEPaa4EP EaaHS EP"҄B!PMFt\{{$4HS !BEbo5CFŢKH4EB!P-;kq]|1h*߹S)҄"M!B(ҟH?KH1m<]?e{/E%Xb 2f́VrXCFۈ"voa eD~5ZHedaĸyOp4HB!2@E)*+aw&<n9v/Y6 qi4T9DZߗnmGQS[g۹ lQQQ'8}δjv(f[\7=Ki.ٹ<iB~"]^Q C^>Z_[Sg.bض}!By9L*/@+EHtv֝Z8{ZWD[5465{DZ!2ʹ\R96ʭiYsKޞ幞~m~_Oq}4Hc&G!x@im#'W̷]3.ЂD7ʵR5tXdtgWw܆EvyQg\Ӳ޶gi?%Hd4HO4B!KtlG%MEj?raq[n*` !]*_nj`F 6HKmHKn󊴥Y*~ppv'"M(CI ͹cF!~9ukeRH|0 ͺc'M*i>{>GʶVu#mp N>/Me3o[]VQGE=Xyis=k}b"M(oIe̬.Wۺk>B!gv㹙q,|7mӃz>tpͩRy Ifk]FIްeI#"8$\?O\˲.vwikm?EZd[V_N&]HB!vy]|(4iBL1#By>wQãb94sA=qBC&HG3jL3B!Kl\G#џHKhRJ8ޛS DښL A#By?tGDi7Ht/TTVly#2>ӄB!`p1u%͹+тه>H4HB!D:("MVf!D_RH`xEP !BE:ӐؤT4*r$#۴_P !Bg'2ujf6J]B#FRj\d'B&B!H2i$6J]B#džq:1"iB!Y4!/(҄B!B꠪5"ȺoR"M!B!G{pt~wO7xX@9:;u9iB!B!%yppz,\qQ80Ecz,W]p; i-4!B!ϒ\{E93!睬E?"M!B!$[I3Gb.]ӱN*6^O„m80JM&B!يtv6]pn8wqXp&NEcH<iBzYWCFsK+Ln|ү0j~?-c9>B!|Z/EQI)?;YQKU1Xf ô!?~;zY7Sk6 ɯ-KV?Low>^]c'{A??dgA!G£0f!4F}74sM(҄&2E(r{|>Xzk]E 71x)l̄kt~Tq=MJ,ZvND \>{+ [kS5{Fv(}a@{/BOo?RG9/Ukm?r `5.7+&?\HY}3..-ßǍM]pVTTzi/_r,?,"m\Oޗ|.iB!m-bUs(9겱Tl,290ss9IY;ǐbvlqksھQ ?OW¢}kCg?s)B+Ea͹P<i/ɩ A*H˕J )WD|TG#IakB[.MURk2xڪu0x\ct"FXd~]?sߑKo[3}Z=pZ\tH3|R{M?wmtDTlm#*&"M!|$45;Zs}ևqN>VuKg1"0z|nKr>gi,=ޛH+E޿(YCG9=^1r_1{datLnu.rɳKuˎ=g5ٖio5B+/oO_%5{A00Ǫ|ʏLa06e6~׼vi#"WiAaiI~ͿϑT͛lT6ޓH_r yor-ZL}Ժ"-})҄BȇEZΡR2X52?rׯw9/ ug1xOgK[;9bǻ}HAff޻ 6`1kׯ55=j \O $,E0t4月ķXki&r*QEZȼGIh/iүw[{{͞QO,\%T<ʺ'Oׯ'M}k!_R?y^&@]DdfR^J.R+ȕcn=^[~=ʲ+os}+ڲ#}=r~B!d5;W*rhLJ7o޶Syr_]zikg11.}y"zz}oͬg 9#9MM|2=4r__9}igi[s3kj<)A/xy{bu Z߮|r}=_mOpQ^i0y4EŇF~b̦#BsM~by8k5-D:<o"AK3s6~l"M&BH?AyE0l!".Rc}w`չ2R?/=/OMX`\WxOM)҄BT 4f2;gC).)A +'b]Vs7\ye~j4!B!KeU`G-ʴ\FdYW槦HB!B?mGiim$8$DI9\FdY.+҄B!B>Gdz,\Ǐ2tO:<]?B!B@F*OB!B5mCyeU~B!B"}(+Qw_/~ȄB!BJ%Z$d_((E't>\?)Q?bXggI)BLLLL|?7;ɐN;t"ml%m1VbWB!B-NNNެO"SU?wVG߄B! @/BȀ:_;]toݫe;K _ !B!Gq+ݛxeEd$J!B!X>rq`&Jwn:_?B!B!#{+dX"B!B>Uά $\ͅ(ՄB!Bȧ&oM- 5!B!aaaaaaaaaaaaaaacDxAI?IENDB`wxmaxima-Version-18.02.0/info/cell-example.wxmx000066400000000000000000000634101324204105000213630ustar00rootroot00000000000000PKJBHmimetypetext/x-wxmathmlPKJTD format.txt This file contains a wxMaxima session in the .wxmx format. .wxmx files are .xml-based files contained in a .zip container like .odt or .docx files. After changing their name to end in .zip the .xml and eventual bitmap files inside them can be extracted using any .zip file viewer. The reason why part of a .wxmx file still might still seem to make sense in a ordinary text viewer is that the text portion of .wxmx by default isn't compressed: The text is typically small and compressing it would mean that changing a single character would (with a high probability) change big parts of the whole contents of the compressed .zip archive. Even if version control tools like git and svn that remember all changes that were ever made to a file can handle binary files compression would make the changed part of the file bigger and therefore seriously reduce the efficiency of version control wxMaxima can be downloaded from https://github.com/andrejv/wxmaxima. It also is part of the windows installer for maxima (http://maxima.sourceforge.net). If a .wxmx file is broken but the content.xml portion of the file can still be viewed using an text editor just save the xml's text as "content.xml" and try to open it using a recent version of wxMaxima. If it is valid XML (the XML header is intact, all opened tags are closed again, the text is saved with the text encoding "UTF8 without BOM" and the few special characters XML requires this for are properly escaped) chances are high that wxMaxima will be able to recover all code and text from the XML file. PKJb: content.xml This is a title cell This is a section cell This is a subsection cell This is a subsubsection cell In this cell there is only text. In the next subsection there will be formulas. And before the next subsection there will be a page break (for printouts) inserted (marked by the line). The next subsection cell Now a Maxima input cell (and the output): 'integrate(x^2, x)=integrate(x^2,x); (%o1) x2dx=x33 Now a picture (the wxMaxima logo) is included /home/dauti/Software/wxmaxima/info/wxMaximaLogo.png image1.png PKJd WW image1.pngPNG  IHDR>a IDATx铝ם9<{߻ @RHP437vRUI9U~O9xRciƴF"E")J&.Akow{sN^F7>Zf w _^% /?gJ+Y$ BM}>%vy,vײrEQR!AJ.sZ; ,p6n?Ε~g~ok {"Vjs v[@gu0;knȉ ]kEP"Nw.gg/[-K Hh#,< ? סO(=.8}' #?jg_(A)8DL(}6[k=k2.BBTJ !b!DN~F.)nRJ)R$Iymp"_:h?R\zU!^$zN2P)UbXkZ몵,%RR$ ÐRRyn `!MEnk۝$qjcb+l+ZBΎNv(Jm1acǎ#G @B`gemm m}3KAFFF>5|'"}]Ξ=+677yE9='tufmiڰ=Zccjdl/r^ KՊPH ! ;e5&5:uimwvY_[,-KKҢݨYKK)fg 1H)Nc^}UlO8aIc f !06wrWc9Hw_pKF666BUV80$}AZk^{M_rӧO}$ɧw~B>W\?q@e\9fLjzTk=֨תG>p2sA|ߓЧR),XŎ{"§o'ZqƚN7hGrcᙻ=>+D5UDWa.--|;桇E M0ƨ0 sw(sZ1ᡡʃtxtѠ2?V W|ʡ<K_c@$boERF5ZKhZݸծ]==so_~k_d +80@h]\/}Ɏ<ׯvyxweU_a1iN4ǎR}V TJ1ͧDnkG!ߓ If<^Ff~swaky7%`Dhm!Da2??gy9r$I~)q_:|ߧj}O\zUJ#D$A= y g}/ TK K&XRד)@zvZ.?Rns8^y7<RVqq@p@AĝNG{<=~8q  ygƆ,Jky ׏Ƙ4MgW>}˥xЫ Ө@֢r=vk`R/lr:vz<~x^;v|߯!`*R*6sϙUsiw8 'w]nECJǀ$Iʥp駞'ҁȾAVLJ*rgݬ[yTK>~̷'?<|ן}q2AK@J)#!DzYg@K@N''~.Z;ٙҡ?iz9`bRż(=wDg7v7m"`bJ9T,<=S^yO_;i\ "x7>W|ȃ;93/'~3|'f~A[Q U3a'3;6==]OϹjC1ɵRe/=?53ٵR0ն\EgΜ?\>|{+?wriy}̗cgyo00h(3bw}^hm}P k5R+')%IrZʃ8)BxBϋK.}ҽA/>@\L$'~wt3_^yƚ!ÍJ7,9s>9[N߅mEQɝ֚jS/؁=?X!k>`g7 @JX[[>0Ð>gϊ n $ML~б'f?bvr@yhm35}ݦWvK"v_[ \䓷،g_~#q`Rk=7k' ķ$'Z6o9qd,5G=nO v5Զmwo3Ϥ(rp^!AcsovZ֥?w0]̂ ŒYyJNrɻMRZyRAeLb^FZCuF _-, m}9HxR<<1ocӥ@*mslW3N0PiUZR:NͶHyD)yXmv +D/mu_gyիW\6~^Mԡ/ ]I\WcIuI"76TUBﱩS݈#Ü0Í 'TS|L299ƚmSK!@¹[qpqaR!LbdY"JRfkͬO{%QN۩5uVx [{lI )?ՅE޺p}# ʬm3~hTy'sWV&=۠_nKےw "Idbff|}a6x/,eNZO=aqJlX:TBH Tt^))ߋ!XHȉ$A' :Im<$(B7[+R3j QB)??fYR / JᇡRA]QZk8$ qMyd'?::~ sx|c!l, CGy/ǿw'pUƹ$Gc{kSDk[mW.%Hs$Iӣ;0V\xU$zU!ʝ %%kW94J801oApGp7߸p p]H-bs@r'I2ߜGZ7z.T)"U|!R"S,< C2(!WNE6y&m'tӔN*Jb3siq7PS +25#$zHDsm㌸0j% @ '@ZĜE7Xf-m,QӍ"bCll9we)=<ˌMuxGO>vkDj\R`u'(rnՁa)ȉՑRcHRF>9Imr ESISTxKp*;X׏>聹W| rUK=Ř Hdtvv?rꂔ8c{v#)VyXcZq 7ֶ843NѣG^׈[,;ϥ~gӄ6Vt28 3mqw G?bpz@i Z\o2:z/PY{xJ2f;bюLL;o)?zyx"/<Y8F˜ÿ/&l4&X Ͷ3p=5=|Wqh7<s/f2oxW'w wd\""N@X5PlE Y.0P)+MLt;Hg|tnS,o132>qĤIX R\[^F[ˍ-b ?}4w9mQ#ou\r.\sy\]Xe5ѻWc3&yɞg]SWzrx\o_^#O^6KeP ^ʥ8߽/G&1XYtQ%Rc1Bf[.l њ "S;RZ&2B?0Z{@x(%U_Rqm@wvcbc~; }ʕ*A[ΈjؽZwwlg4dPJYu8Tujw`Ujsn76tw>αoffBEu1:u) K!ZM-xy;f J\\ˆ~CgF@J[oa҄$ܵ14E*Wc [$ k<]wLt'j`O:r}[zpltě9pt"ʫ\`9Sm:},׺ s!G;)h,#pAdUJ}.ppϮ}V߳Z T}Xk+BE POɩi/F٣鮾nZ39@(ɟQ"Xi92̃w)ZH }O CCT5UTiC'I&)qRžez+W Ib)8"$IVá)e/"`06ɓ v`+LYl{tVW1Y{gmS*p{ýPӃZ3%gPo`-yJSenUte Ւp& 1R =$q7HӔ8tJIh&N=N0=M7bO-.J Y쌄F:^şG?Fe|TtsqRtWW3C|zؾu;$na 7gDN$G0 *?;Da\䍏Q]s)hJR+h//XV'WF)՚@3gpo*@) O:)zJ;cȧv*% e5\fߙ34E*Euv#k. [窆EIIAlO&]vJ;`OokC##ZOɍ]@>%0Ɣj4]%֌hE1Ϟ}/2"[QGl&A\ti-- HOڰ eE *!ի\ rᡁL{.55qS)V* |s̍+W: :NRfaꥭ[mJ$inlvC*Բ配qOl^N%o-5 J^7]p.w֌<],lYv鮭!R0+N5Qf|n%¯'OH|!Yj 0ȦoS8fxhU y.pwTL 5~Kg65(1BӅ&nD9 LKkq)]\]y@5myvłCã)Z[9U@ڝˈM4ُR*K]$} dmM\r$rZQڦ}_2\!A),;^hq)Ҍc^w{n‡} v<~HhnnQ)VK._e@tL?rL$4eQŤ\v (K7 <WsPw {E w}+ndum=lͦ3 H&'Ļ؜*JNw?Rfcv'zq DЎ¾(5cU3˓#qEA>JHW֐JSO kyYdrh}] |vS̒8fQ&u##,o:URCg!V:C /rT[v/ vit'ɺOQ-1A3{G$$KmC(IlZ,N/ IQG\bu}4uWL%&'&\qXtk?~ꥵ3y (oGD&'F3T0>P'M HЅgZx[nvP<1XзT!Z "dNWqD1 ]@Aә h.,MS<# B8ecs{pK`80߅<<x/@j=W?i&c`ļse/\ B[^O}fU(V $)HIwy!'Tߔ4K 4MB AwíBcq=,iIW7Jz,OjU,9$1< 6dC:H l^;z{q.av~pt>`yT&a\^/'Q'ҨaW_||z#r5;H5Ԕ+UKSʁp66謭RK!v&vm$t :M{ 'wcuXJؿ[m{1w4*]g)(KK=+ZOX6!ڨ!NV r{R.7NԂR|g!I\KhPdj@̏ټv-J9-M7o&} IFQT#n;o4I6ͮ==qLjï5 lXv u^^ɢ`+K%du/Gll5عe3?N7CrWQ]`Й3Y.A?+  <.nZ{f6>+W\*y@N b[B@spM[ Cqy[\u:ŵ%"-\pwm:x2*3 …pmTH1ol"XӈJd1(P|~2Vk?!!4NhV{Y*%#D Al#efdiuY7)غ6Ou ЩuTmZ >enZ5N'Fszا2s⧸v777v/S( Bb(p)Ô-@ZNcmfRHV3?{1a_ܿDc"Rf痸NZEf-.8XZ]cjN͓Ml'Oyt鮯CV2_ vׂwc%\idݴ 4IeZl,,)H9v7rܬ]opV뤝FnjVީ6y'h6ۙ; OƠ@HY~E> w=u(f:5S($J@mjP+%77i., BHARenyT0c M㭕Xs-X@b!DswA *z9Xkc .M^TZ_:ʣ~@y10Ô&&HfY;e%vwQQ׉s Je7e\syp$Q6>Tn^c֯\V8eLO%}hoEHM-݉ HHM4ZqIlT(ZG%Aa|r36ʽlD&B6* &9A7\>\> 0` OrmeWXnvJ%DF6:nsq6ZD RMAЫ3k}N%UeYf z]ݹ\]Y]]5J;o[ U@@ԹqZFO(P`g/vBiVRs㭥%in3]) f~ ydO`~dp{mpj\uOmYn@x>R*=Οӏ-rdo_.smy+WH],P.x!hqQ/եk[ZJgvdT‚i/--J!Ll C?4p>rڧ@fYBez_I@f]'N^k|ui^L)VKKaE4QCݗO)z I*AmjWs`{WG{ajXJ+G'BH0(0i>.Jn//[qR|Kw:|]_"֚sW^ eR󙅄IܪV ,%tt`-~0}QblYҖN1x" ֒1h0Z n#4xetgNdkyfԫegZ{ { lݸ|bbQp}*!qt._eh(NB|a[jWi lv[[DxRQ ֚ (r)kX[t 3DV@>˕eCw1|`?VTs |?hĤQo= 'ǘ_^G7cXHw}~>C_Y `GbW ll^>Ͽ')+7oܸaR:peKyǺzexBЉ*a@5 \ݚmZ)z<̌9KH:kkͦK&QԻ()$iISݛhM?"Kml$epGű%I)6js駐Sk˫,nyGh_;v⪻%qֽ|epĒ8)Gm R@4uUGv:c767Tqll.v y zGWq):q#YGXm? ? ;I nוZF޿RnCӦuDQh^^<:݈f L:IƠ|v+kT/!TJV(v#MӾD-Hviyw6MsC?5.t ٰiga7)+㔹A8B' iG1NV =GH&DW.S<*GI|%hi RzB5 HmI J$$^6|AkJ?A4y8Vs}(:Q0u*Àaxr(qAV7hFv&="ubA q E/^Bz>RHf&dssv:8,A /]hRk ۝K$%\; Óv;k-M`҄VE) =ZIq,ͱob8NXR?ߣT{ _HlЙFgu٥\ҕ]ZInJ) VS/y. 5hMczÇiTseeǟRՊ lv(3=X|fVe"Ե {27;TE{˜%$KDr?gꑇ)A/%46\ xYTbdso/olF'rhL -m`ť(tU,o4905̉óL0=:L9 BDkj rV')f:O-H!M1Y[.833PevfjVSxFRc1zh&h C?#H!ZJ\T #nu+>K:m0d9oP"t8oSqBZ; Sw4u/|ݿq4[]17_{VoO:oΥj57e8z9\,GHRJJQ.(Fw/5Nvoy{atAF|aJemť5a=~J7V009:@ᦗ *t6x_+6.|@5]ߖ'o{_Ǒ̪hq$ CAQ$ᐔ|3xV a?M|cXf$q$QHI$HM@ +3!$Ьeϋ껪^v@8JkECloA{k!((={|:j0["@c@ zvjzcv} 3I5JNpTȎ̅ XbZ5z h.ǕH_N}`'­*?O5C}xb`n.2 צxz2zړwwehAd瞃Zrw⩝=(VmvRj6S \.a /."s&FFPGKKQ&F Cu)H@iLw?q=d?D eZhk5,Faw]87 cOp~@fYvt`ϡzf-?\ oaa(g h"qJ;SBB`R_||PkvDI0]ÐlK,!D2U$%p'0{u (v`IDAT"};RvA`bqh? )wџJB @P^Y!eWVP - a@8dTU1p\A(t-eLw~!#т_;]HDȬA3>;>1!t]_2E4"?<| PRVzfDr޵;Ç_۠媍d2{Qaa@+ Q=gu>: @X|R إv;V˚P^z`y-joGf%'TŦ\bhx* wPTqd6t') ~O?u!B#]ެ8i p!pBѹ<\:x@dLS`wF?X,;g5$0S;<Ɛ`T79BHֲK\X ;I}tpL6lۂ0]*p2!8*⺨6Lo3cY :xWZ cBD`;SplǶ'@t=,``n5a 6DFAy!s'( ܑE,J`4yG8fA8 :yo/A@K˘`Xu}qb|"yakkIrY&8 mH.Zj}}>xVI|tWUqFG@uB ⅑mG[ʗ25 rt=Ca`PA\W:Tj/.!\e"b=*4Me;HƣJOeӄBgKR:%ȕ*ʗB#Č2ʸ93}0m탃سc <VK˹i %vq"Ȋkwg6ģM64t"H M Qp-ҭ= 0vog@P <;َ_ݼD w\蔂X/ T, AS%Qp$CY?ީ=>^e a1j8FX~/rJ(篹M̧2xΡC%$⚦GGܽgNJDJ躆|ĕSN  qԺK'DlvB < >cF=VT"DNz|i=ża;Wot|0>r j)Y?illCXg'qbc @8L%QJ ]t\bbn^:VsP(g_ K<4fZV˹ڷ;2TBz%Tm%> 'XX ,]ض[Oze\>>Tz6tG9&6t':6s k:ryD!c|nZ  $WTy}7(u Md5'Bsoݾ1ygl{|!(k'zln>y~| pW;H/Q]kMB± QpZoR %h5Dgރl :[bh1+x~K"5Gnu/F.x?B_BHaO/72RJ !Ͷ @pEA†aD\_Zj~]osh'd=o@j̯;>&a}RWet$Hţ[̓BcR"jXɕTΡ)KÌm7s__~@!D󛩆^.&*ꊮim޺_ !Q6#P!DJPH$wvwt7̩cϵ>ۥTPn'x{TIAX+j[,F2X8\ƒںvX+frjDL"%_lKL|͟.Ja@

    1PCX Jdc󕪹~b]yBV' U'0u$"~qẢd lˁF u"9mc^ e a/l0AVD5ކA4v?붮3fs9رc2pY@JՎ矗1. f t]ɮ'?*egn8$`o; "5P0MWD#;1mqt:.ǭUP س7/| mQ}!ڎlJ=BUD,D; aYW]>4}Fgplp>3m+ϟ?=l:?BLkahsiڹ^Bh OFu޺U8~c)FЛlPoS )/M$B |a WwjxhFpw9㡃l<&#~~_|O Ց/[2CR~ȷ v]'O>dh>lÇN8B~C@ àSS?~oR"\-Ix=,JD {J:n.da0d,Ζ8QoDj!/\,Tط ܃jݦ{@#1 ._d!DiVaξ&B0fTҥӧOD"4?D_Ž 2ϋl6ꪶ/}a0Bd|#ʟ8pZŤ6C ёYdE1P-iՖ9c-}`e1 \rT+U tOzbf{/‡1tRɼ~kׯ/b19x>)88} 69G4ŋ/(#pUm2.@yKBL?ǵۗR>%*/J L7itF(pC%MqlTы/v\-@ rgR߳ f-/W c}ٳgr16 `~&q~!qСGAsOOoJ]׹6š11^ȾO-}M84Tp9hQ^ftkfO>TdαmD94GXTzի6&? K ~YT>R/{7}`R: 阦w-O>Xv?H6A*8z(v)os/Q+ {mq/ɪ׼%(y-mn<}s-T*x饗8|W1-^Y4۶ٳۗ3KxLbw:-F PerL^Fc{7mN/Df5p$Llp uMkn^蝷rWWּ 0۶y__W*#Hm'fh/2W_}UJ"0l)eձ  7/%L.eV';m[B!) A u0rɉ|酙=OnoO vuN 9.i;(Wl`Z.P[qAy5 j>;@ NyksRE9M|/?cY_W _~CCC[XZZr/͸.Dҥۦ=~v3㩾C1NZWuZ(B U&BKɛx|[ue0|'/ )m)kYꩧĉ'iږ2b4 KKKFA87 _dYs @RZ6 ]]y_t߹ucȱߙpk2Կ?"v!+7]Gc2_( Xʸ}g᜻ѣGVӖ \lv{HecYoÆ<62ކc#GرcR3 2˲ۋW^yE^~]J4Ho+:5]WK.];:R;&w {]]HiVIhc&/5.v!9@ ]䚕jqme5^_rQ*L4m0 ԝ2pιb``@?~\Rڿ ڴ˲>{Rɺѣ/_s.4MM&uCc XBJ,..-^&R*J^=M$Sp,7B8QBYPjx`CE )Nն̲mUJz1RZ]XKigyyYr9^5- @QӴn g }u/O?-<MjqG` .y*vJpy}9::*٬]4_"i1@KxPݟQJBabr,x DH$aPƴZ)t][X)ժTʼT,r,K0p]גI)-1ʆaLG%0Lԝ;ѕR ]ÇH$`T>!xڸK={VuJBHCJ9%9썈 3aE8/s@:!$>sbSJ-BT?VlG#f )XYYMT,\n?@>/ɣfA͂@1dNA T5z;4@B`YQ'`f'Pơ~C) f3Xo:>]ЃTwt5 A iz}Lo:yǿ+[DU&)xC}Gן24 1GtS&>5'p}# N63@׃B0=H_ThfpwlX=//zC? @ AF>W!mx0S RQΫK"9a+UҐ=y,w_QLjdH3ZAGdZ"6A\q=`D֠gB r!ظNgBmW-gB)z'$[DE+QbDNg@r<à(m%|﹩lmfI`!$V>wƶ6@Cdiu$PZx-gյ~mpO51P]A ,~q?6P8'h(l. IPzYm}i(}Lkck46FPBKR!$\MLYk>m%|﹩lmfI`),:H}kg֕I@;jc[Y4X(I%@As]Z m%|﹩lmfI`)b@ږ>wƶ6@Cdiu$PIMQ5@;jc[Y4X(pO51P]A ,8'h(l. }Lkck46FPBK 5 #K!%sS @|﹩lmfI`>wƶ6@Cdiu$P;jc[Y4X(pO51P]A ,8'h(l. }Lkck46FPBK 6Q #K!%sSHM @|﹩kI`>wƾ6s@Cdiu$P;jc[Y4X(pO51P]A ,8'h(l. }Lkck46FPBK 5 #K!%sS @|﹩lmfI`>wƶ6@Cdiu$P;jc[Y4X(pO51P]A ,8'h(l. }Lkck46FPBK 5 #K!%sS @|﹩lmfI`>wƶ6@Cdiu$P;jc[Y4X(pO51P]A ,8'h(l. }Lkck46FPBK 5 #K!%sS @|󹩍\mfI`=qB]P]A ,8&x/R$֠ /Xѫ@PBK jj漀=%lθ:HZiAWYV1yɧ#Ȧ$~ 0QՌxtWUK O"DҲPkP@*jz[_ZWJVuthcBzNFFZ%TQ&Te?GhyZN_"N*{(I>H(et-( jR[u⠪5IOŲI+Jɠ+8Qu+$ՅXU\HHHHHHHHHHHHHHHHHHHHHdn2w|/cr􄳯rǼUK JWێA˸UX#y!EIDMMM8UnۼSSthtrnRb4%D˲cŤj)J\wC8lxH~=JVU9!nW*IB`F x9c׎#jqAäZPrdoEm6oUrzcuN!xk3`iLL=qzA2epm6Miş'aQo)QaCV>E 4GT1}&:dZA<7~7~7~7~..^q9Z*ROqҝmh6 mh6 mh6 mh6 mh6  {x]-M8QI ˧)[M- 0spM oׅb9dCV{%} 'FeOo0HV8N㈒JBifd5s?oڭX ޼$~ْ?ld2G#̑fHUcTEX*Ng U2ٍdwFT%9yD5s?oڭX5B.LPje9(Ng U3~~.+'әH$;~o*Ǽ|̚b\WO_C[3̐HvUx=.^UT:أYyD5s?oڭXsq^Q?} n2A!yV=l\&Ѧ3F\JSƳi:Q̛LP\WO_C[3̐HvUxf?`c LiFki%Q9c4l4j'әH$;~o*Ǽ|ߣԗQf9dCV{ʻ 5-9]Ǿ,gCorPk(1>BǡcбXTTI hSkt9 ߵ[ʱ7Vs$jc>oәH$;~o*Ǽ|][3̐HvUxNg U}un2A!yV=9dCV{պs?oڭXt9 ߵ[ʱ7Vs$jc>oәH$;~o*Ǽ|][3̐HvUxNg UxNg [ʱ7Vs$_yV=9dC^o*Ǽ|][3̐HvUxNg U}un2A!yV=9dCV{պs?oڭXt9 ߵ[ʱ7Vs$jc>oәH$;~o*Ǽ|][3̐HvUxNg U}un2A!yV=9dCV{պs?oڭXt9 ߵ[ʱ7Vs$jc>oәH$;~o*Ǽ|][3̐HvUxNg U}un2A!yV=9dCV{պs?oڭXt9 ߵ[ʱ7Vi70iߵ[ʱ7VhPP~o*Ǽ|][VbY"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"Y"WF c>oUeE :}xK(VIU=>ocq18cq18cq18cq18cq18cq18cq18cq18cq18cq18cq18cq1+SՇ\T?$O?$O?$O?$O?$O?$%8{]n^[9K1`jeVjݚU>Ɗku$:ۃ{:Z]macY].%:jBFf+de[.Ӂ4דI6M擡2pqt 0ּim[2-䓢y4 |8}W\%_mFɌ(1vby%={ 5SE=}Aݸ M}q!˾/0yMޒtEzvB?H} Ȅ 1Q#OLv 'ìh_ ah  ~ ;GҺOz9x؀»l+? »l+? Ǵ:3(O;}##(aڡJ*1:=|qT["? \qA3딽+wCpup#at1L|.9ru-iucQJ#O|.\t7*]twA_\!DQWм>|>#꼗>|>#꼗>|>#꼗>|># 7R`!1AP "0Qq@Da?j 2 B̼>P2*ѝEB 0yQ' 3VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:VX{a:^waBFGm#~~ g4z>޼m"Q}q[3#QuQ\q򟬿簾Ĩ9G̤ \q۶CFG4Ï؜8Į O>\L#LPw*^u0rF$&بq>t=K+(o~]0"$6Hw^{xg:^{xg:'r1y{80/Q@I"ndD]49H#XsG]DfٝD{҈E()F2{! VE}R`@~Su40Gu/BeW:l M^+6^{æЯxtz8AC~d8AC~d8A9GtyGtyGtyGtyGtyGtyGtyGtyGtyGtyGlP 1!23"AQqr#@`asBR 04b$PCt%Sc5D?n^]*\jK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/ƤOjK>1/l>0Fq!Tȏr7KI0zQpVa]?脕7FsnhU[X- Ö6V㔲Sq;.ۿ2 ",6SCaZTU,B5A˙&lXAB}4@U9kII7sakJ٢o7Kq6\Ei u/4[J k .! J5dY6I4.IIA”.-()I F{2k4*ڼ޾^x@qWi$VˊYEULfAqC*!ԺI(-8-iA(F[m柢:|8%  %!b<'6MNB*T@9)P(fY&RDx/+9Qx g$+6PPUPP*PxXnKFp*_l:uRq͡:lʛ'TQreiISi DӁd'4*=0q69nS|=獙eA;$;Kg@:j41}MگM-6ݻZ+2+!䨷U564)VtN*VYk8J=&a*y iZBVkŢ3Rӭ.Spj҂)B* \,i ˚A5&sCkY4ͪXMxӢá M%in֊-+:fQOd-{8KAcAsrC,4ujh4Q\YY9.!HViZ(u mQHBh:|) f^qY XHX[Ji aMEi]F,L_&AI4B(r ȉtcJ) q29 KL/Q*sppp65ɣ$Pڔ3"1s 'V*YpLl\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s Ll\cb0ع&6.a1s LX[GQS96.a1,ý5oȬLnm %H6 %H+EUG9+歡!~eh}$L6p˳Q)ʠ.ڦTtզMmFAjr+q"_JP0Zji/)iIJ¨BX*uL: Q4CYV~ϗ_ Uu9$ҨȴMd WaZ_AT,Ppf˃!x6Z(+%֛j*+~:DU2AMBR+J]Rew4Eh9$"`&VA"IU546̽iHUNK*.i5.3ɩkR{XQpUBI&.]BAy6 :E=DKWnBЦn9)jlٮOa,N ]((r6yYKehrPZ4}t<.!٭$S6qW,fba!M:۪oU2AMBR+J]|)RZ]wIw[:(iDZRjE3)Uϣtq™h[m-%óNI&!v)MLK=:VyP%HJyiKfc^r6oio px 2L%VBdG:-K KPRӴ6P!T8 >n[-L>}?,~p[S>NTԧRSv+m4JV,L9EK}4]R`= ph7WEx)~/>~qdW@hK3=j׳L4YSqABvtvmeq/gˊ"U:9 !lم4e*zE 8[Pl'(>|m94[-l*qIIH h.P  cƁOQ5G^Cq3$;ri+QAwDgٸ*,2 xB OS5oȯ^~CL m˸BI"&'9.ͭ#- -E17?֟Z|coO iS^S=ޢ~N_Hod~CtB~]-$iH (΍Lu6n[jbO#|'{E"'z'|;VˎyHTfa*RJdC*dݫl}V)vc8hk $7zY"w rwý5oy~zjZq?|gwC'ܝM[߸% RQa.(R&++F KcKjW:4abO#|'{E"'z'|;VR֬gCɤĚe6 u6UO"gۣq?|gwC'ܝM[ߞbO#|'{E"'z'|;V<ꬶZ}0.Ra NWFg!8P%Z~%h9 >eKFib[r9 <>QgyCa)MI)wSH)PI{ğFO@z3DN;}!ѓNw?%mӜJrmeiijAqе)YS-kf,> vg:*3Jt[fC9y=3t7Ytd}#AN|"]l̈́8|MTiy)k])U(* ĺڐ8 *O@z3DN;}!ѓNw?M_QRꬅO ]h QfzHާ|/72}տ!˕յsL̪3fCRwܶq~Wg)NnY]*иCiM+Akyӣ8驧w=_DS>zjߐRYtBukma)iN|SU ݛ0έ[['wp0mchD`#?61mKiM~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~NѓNw?=_DS:d~CW;>zjߐ3DN;CFO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<~N_Hod~CW;FO;ޚ<{l"'>zjߐ% N>zjߐ@V{#f٧6i썚{#f٧6i썚{#f٧6i썚{#f٧6i썚{#f٧6i썚{!Aa_zjߐhhPO z+}~CzY'|TT(sr@mM?PwEt]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et.U7gFٿ?6YQoꍳTmlf,7gFٿ?6YQoꍳTmlf,7gFٿ?6YQoꍳTZUDM9=wU/n4q HEU'yʔ/Ȓ[Ip)T5h93ڱ[&ͮKWW%eKC֗#=6maVrYkN BJ D2곈.귚])_yVpf?xRs[ KZ[ kQ|?6Ym7ZTv3OJT!*v> QxP6CFCIV0U*Ɩ(th>MiAӠZB<Ɣ>>-fWNZ 2ܽYυ!`'E/(T3j V3fnͅ[f:Px &&&WoPFrd{FZui JP fלBZJV,6WWFy8sTTБxFrYeh6!l4R Sw/~t&?# Iu.JޚTK-%I[jU i@Kޫ YKy+3U5 f.'iBE,WJtiTS%Ĕ'9i!շUDJ e0+]h-ͦbSiTfzI="]J]ꍠR8 Tz0hj@C0al:hPRl2l&ߕ8iT#< e5 BR3v(Ttban.rk%l֪Eo¤\SJIYQfVQ)ѧZI%Z*٢`2" vkD[6-6ڦP,Ҋ e/)9T֧g|J.[M7V)̓rěUid0}jj#D6e4DK(H:DiawE)4iz;5oJ6⍳xm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7FټB6oxm#l!f7Fj*'-t]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]Et]+!1QAaq@`0 P?!N$1$"w$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H"D$H3@>kg Xv ~72C-,(qt n0(7JFb.'KƩU1MzQh\ȎQ " u"'vG9brz!(<̌%Xf>FXMD8 0we v C܅}J =䱠qyE84&=1*zeL8!2"RSӊ &n!,n ۍOSzA42*ɧgE M*#@d&]'syԢ8 =DUfF}Kr5d lBVѝS,<3ti8kvBI6;Sx4`EA$664fB&`w1a2ݔz7)HX؄T(*;,ϲv90l l3 r`qLPX pl-"+P3ͫT@,>S|- ?DTh*;,ϲ*9D5ˋXBO a r{q!ݘ7z50%ޤYSh0? 2t]v X7n6ƻ-qXR>Uv zUAah9hݍxEJ#o3ed|ta$2WiAe I4C>&9 @1G"NaŽ脝 q?i7xФEGvJ>iw9-m`#@IޣK J'7{KPf0A`G+4fdI<8Mknc{AHubݺbsc Ղ[ p;KG?J,@g7@p(U =PPH4;3&e9vDd9&"V-0q;lH Q X*2"0{V110b"A]Lbʁ:qAq۸3!\cbሖYs@7z ' L!{܏",g9|Yn4gz~'3\;z'M.4gj@r0 F` b/"e y)i,UUUUUUUUUUUUUUUUUUUUT0H [rF{6*8Ͳ3 f ǹIĴ] "dP}IoR( ` >#IxNO7{$eC8#Cr=ؔ] Ŀ`uhAY t%BX9dtrdK bEA^h~cB bu/-$8:Juh^j2052 $_n4"0{V8A"]&@Mgs+!n"@A:h!10$f 9/EtHtpSF.jsվt+2 * 8#2'4"CUvD @#Oz@amljh(#H/?K#H/?K#H/?K#H/?K#H/?K# Nlpz}3C7b[` eVi4 òODHږ :D% RFRAB;xv7`AMvToA+%v?DV[6Ý$NlRN8J13^ (!_0 0.]D 90v=ӡ)6`1CbxeK/_I~%YRcC Ȕz@"{$=kggggggggggDJ;+p1z C =`9l5Ev@w }k`, SZ$`tw\nG `n#"h [֬v=i䰹 y? ⇄At.Y & { /R/A0wN4@)((ф  0Գ|k5V Q++"h [֬v=Ӓviir7 Ț=uqVlu%va0 C2rU<jȚ=uqVlu%vabxMC`]@$ ;UP+a\<+"h [֬v=ijȚ=uqVlu%vaȆ)fr ^LեJ:u=gK:ax VVDcY+{=<& 1,\c a .jM?jȚ=uqVlu%vaZCZ&]pUj]cL1A؅h%iDC)lHhG 8` <[M ,Б 7`-`B<$q:%\F\'oZWiVX9P[HRMQ9167n\(66sM&2/k!依2Ep%>sd8<%87R `i%EwCXv@/5&/1IvCMQc@*\#w ˳.jQMn+J(wc7)䢐HK&L ðA&4 w-"c_HLQuY6-B6tmBAR9wZQdR~0e mǐ BHPCK8 BSgD,&drE":"C <L[ L(^9Wh."3                             /!!((p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p p   6mmmmmFI6eԖV-mmmmcN$I$I$I$I$I%]]I8֮I$I$I$I$I$R y/LK ~|3_$OA_[}G}/w?p~GA;$I$I$I$I$I$I$I$I$I$I$I$-ͶڞOI$$I$I$I$I$I$I$I$I$I$^%6iY:Jˁ$I?I$I$I$I$I$I$I$I$F_I$I$IdI$zHSlI$I$I$I$I$I$I$I$II$I$I $I$$I$I$I$I$I$I$I$I$$I$I$O$I$ $FĒI$I$I$I$I$I$I$I$I$I$ ĠtGa bH?/ M7%Hhh:- J@K{ |ymsoQb4j> M {N<FA P.QH "B~_{E!ަw$ xAA!ަq~~jm7ڊ56wJ|<:7FF{LYn7Kn۶?&_ *_u}1:~1ojF=!=RjG%Hݴhi],8R夒n\]T@骴C|(0r(0rdG!V$I$I$I$I$I*὿$TthqWlFS_iUrq7-ol3"anMm٧Or҄)p;N&7rI-x"uZn~ 膕_aC,THF?uMQ)97cwoci4ad)m%[i9jţ#™ uUj߈L-G~~~~CBU^ uUj羅a*W^]AVAa*WL؟]CBU^l:x"uZݐAAZXt:D* U$I$磊CBU^fx"uZ@װ*W$P66666% UxuZ* UUjǐ*W!WPUBU^<]AVy UxuZ* UUjǐ*W!WPUBU^<]AVy UxuZ* UUjǐ*W!WPUBU^<]AVy UxuZ* UUjǐ*W!WPUBU^<]AVy UxuZ* UUjǐ*W!WPUBU^<]AjǐTD$H"D$H"D/U^'Fv'_*!1A@Qq`a 0P?c9zUm,x_Po_'6>.Y+SOJ# ڼ[#*Y] jYqǭTɋf#XG*HJk Hjc8} uB$ &Vnά[G=)yUV5 QMh"IfjJvsE h8L Q/gR qL̂ VL.\i#AƗUXORPeH 9)zv^%sLh!GJpCXl\ APuz ,L*ίF) :` OE,)鋁zoH b2it%όόόόόόόόόόόόόόόόόόόԱ=D8@K'Z 'PAnT "0s4W (B.@ H+MCv µ2(6'(o*YNB<.J[x:PIU:\O]ȠkQ1`tT4Sk 0sq FXXB) a B0ج\Ʒ"ZmHW)1t@IJ5%-I*b‹ZHւsXQ(Af<(/ D-`QOTm33aq;bALڀ89V5uԣlV0JQKoYyYU`GѤL-'TVr seFt6 X֫-֑MZIocu(*T===================`ft,@'U*Kx];PzmvH"H^%ҿ7 8lV H º]ŀaםa qmXk]ɬ|1}V:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:s:RL+Ҿ{f,[@Dta>ѡ>ONz#831=MИk-5/&c”8aaU[$]`A@T $J,䔴٠LވVSINm]:UXDY50tatb{7hϰXi2u ]B`i&N(K#b4-aARPppY[pII0ߪ8lkm`{+, ,/Y0%)<\5EEH ,-" )I3)uukV-@]4lsa NưjuѡbVeeU,0ua>JuH!z | XVKu`2V:[As+hC@o,uV12u:?쾻fZIţTx[KD >2 $>OQ*b0td(ak9 l(!S @EgR@SE}UMGCQŜ5Bx K.:-a8#Xkqmkӊt4*̱Ȳ[aAvB:BU7kIP +tSQR0P{_J/4^ FnP4a,;>V6DHǿ-0G_'FgEʈ a\J=PF"&HBna97J3c;] X!lbCFfE.0iy J/"ŧ[&,Z/sjŰ(R ջ_0J "\6ɧbڢ0pN*\7޾LjQ1O1tZUB#NTL`bZVj K(*N6M5HXEtt6sPxݶs0:Xi#j 4h*%6=r&C]D7$sP`$.n_%^,E*QI*@CRUI'6—]Mimlc{C `jJ!pl:Y1Kn Cl"ⶱWR5kдp^"l&hHJVOIVOpUt54BR,ORjfJ_@Ȑ T4{@Ƥ-[>$qL'tbMab8 "Z_Jҋ5K | A,h?n)1 Ւ=IkAz̫ƏR'NA ƚm+ ]f(zb#\ThhFFF rV b& S+֣Q?rFэ8m)(\4F c^bLz (S-VMYc? o8o8o8o8o8o8o8o8o8o8oP_5nK䋥4b s1@ (u!Z^iѡ>x.!RFK5~ еVubYh:/f*HhoZC,ȞeR?DJxk  DD>:B?SE4 0d}5drR~CE>BCl!U>NQ  )HzI #) Xe00B vg?sј^ݎm1xTusC.ZQ  8ט J46jJui^Wx5UPq)uk5 ߩ _UXWX>*u#ץcx*PZJևYQ l!| B ^@=]6|R5%<he$X t@ z?&h(tZ*TRJ*TRJ*TP lmѡ>ѡS` <#MY mtWN4[PH $F@uK:&TBZ\p") dКYFaATib(,@ZR؎/jhEFT[^4#jq;>v|g‹r !-ڶ%`Ĩ.F[b) -[H& lH̪]=?5~2<Cџن=5-#Fykg~ xqXB+w)` Mӂ B MY+9%++pYW.PC/kŭD'@:%^2",J[za/Zū 2쉿6GM3@U#H\!F҅VtvF@<Fu誒r Y_ Š\ -  ڒ jg,R28_4 !iXpr!jrF+]]@ahДuoS !gIߟw'~ߟw'~m:C>TLpGQ3[kD2Ph '''''''''''''''''''& ` ~|[0c2֐?J3@ z؀Ne aa`jo]qAɔ%[Ud" "5CeS7u'Z%UUU+BTO駣_>۫thxi%wKj]t,k:Kh=xNV(.Gk @A5_jmaT"Q3IVGgH5+NwZjJ_QW:':T5ֿ϶CO_.hdAA%B?!<%U>E>?͟mպ4<UAXE@&Ed7%(Bu^hN?ˍ?͟mպ4<ҙҘ%$i^'MO1XH ANW6-R/c϶@|S|[ChB_I" * G`Ԕ:Ce>\o>lnѡ4`w )H+%QՓ9*Ze[0|S|[C>۫thy r-ԣ.Y{`۫th~?6}VO>lnѡS|[C>F}Ogun϶?͟mպ4?>۫th~?6}VO>'/S4?aVO>'y[C>wxVVO>lnѡS|[C>F}Ogun϶?͟mպ4?>۫th~?6}VO>lnѡS|[C>F}Ogun϶?͟mպ4?>۫th~?6}VO>lnѡS|[C>F}Ogun϶?͟mպ4?nHwE>"A($2[C>2_‹}_¡بC>Kq]q]q]q]q]q]q]q]q]q]ǬF}Oh p&E6'L7~ź4?Ct<6Sw.ʿ连\[BcP9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l9v]l+L@D$@YR @ @ @_l1|bpf5SU4jDe: 4/*`zU mPe^mUMO X0C[N sƇ h Qvs+T : -UK<.sѣu(aȋMVeX+-[AAjsks:[(t(+)M X F F%\\ZE0`[JeB,k] ]sLx rU am,DQ dF-Mz=P5jF8vr6@d iRlb;q5'g)e#_}´auP4Y--aAuHthO^՝8 WSb(7#j(nV J`IIQ4'F3kX:>4qј UB 3X49[s:DF)9,C,4'pg.`/AUHڋaF}Z΀"aEfRFǬў\剌 F VFGlu)rU"ae@ Wvht:,NV=2AlT8P((]Qzzt0@PR (nR J'5 (e,n61z/eچVhf,9_DZoU>Y:4!j\ t9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9Fo9F~. ∡0鄁& N;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSN;TSNv! Owxmaxima-Version-18.02.0/info/ezUnits.png000066400000000000000000000603751324204105000202440ustar00rootroot00000000000000PNG  IHDRh12 pHYs+tIME$3>9 `IDATx\Ti;ۻݙwݝ}wwwzoOSfTT0ah#f1GT9PP 9 *Z=?JTlysS^| &(lV`Ij9x%^?{VRUWWWUUUVVVU<[lz]V=||y#zB!B"бG=~X$԰nqG/B!B:p"clC2޺sIB!+37;;a>FU*DB!BHIII74oZn1񔟭B!W4111eeeb eQc& =~B!6qɪ Wn/Uk$RR)oHXXX~~~EEZnll4|++++Ca8M`߱swbRRs2 * .1ih[!B!gɩ/Fޒ li'88833XR544|OwpPϩ=7H!/!*-Ů3C-Şc"cL:":VfHR|R.]d^!]='6Ą=W&M2gANjpܹC͸e[||5 nAB{rjذröRye1smz^3ef^bfYFOUWU& soھ;Z_nk\|ܼQ ;y;ke};mRR>xw򵛲-Z]eZlSs՚{!ʊ%OhZCixꖗRi2m!Z`'7U[DfIXs.4JQ' ^S33݊/}\[ws staMB묜WV'fd zQIGO]6Q:yb\bTI>9R5cN3m")Z\S0vLù6lh)#=&ga5+턆Guڤ׻K46!9%-SqVe4򼥫dՆ[v8}>}.,^)-cg&嗈Γ9|Wd{\vbRqoʴް^*tmkaK[[/G_psWd']p3 fMBkaUZLyY\Z~NRsx{WTV8Mj&LS>ob;-/LP4chŠ/[/s ,5f[7e"eMRȩswsᖮx!Ȯ8߉f'N#K/)n woQSg?rRZWtUj V+e̜<)RR6pWOU{|K-%Dר2`ᐰHӉkyKR}c Yپ+ N/.-+5XZ^wʪ?s^Z/_!}܇TjnD&lݹ_Y2~MoLVI2$+;Y ޒYiVmʽ~~ ,[/fyk5v5%?[+4 Wjn-Y4h^[ʰy-:^z bVUj㏟NJ=spTr턂wg/Z6 !oBĄ9!yEDnsP \yw(eJ-ۥfKt-Yj,^l/*V*M[7ef^ƹ_ ATuoٹW.S6`|Qw'I zI0)ejX 'N6A,W=k~VR޺s_Fv.Y)#=&JyϜQ)UT.\FiJU+SdcF*(;dF/] |{I7뵟aLbfkf5Emslnͯ!!{޸ك7XioS7R3l-J=hԭ%2mANn2l7.Ge.;^PswvrZALl czaҋU\Iy"R%&-g'_jXufϥ~Ϝ{qq)rRRzր؄S]ۤ闯<xhikc'7QR x2ȴ̥KDln򵛡2]/eeA7 '9YASy#/&Hy悥R^_8yKQ XVQ}CצӋOOH)KA^*ehٱJszN rR]CK之RA1W)7`2媍Y9yͳ6[%6}h~֨ao䮯5kM? /t=/Blr4嫭̞W`+ ڤןc)F/Z50,uѩa-+J9}6xƒAa3Bï8:''e]8w3u@GW+mBސٴJE/\;zًW,6uRfv)\~LkR{xRj$)O-6{;]A7n9yVr\_kJ6uZM۔JKYU i[l-(4T*e [s&m 4Wn:xь .*)Bڱ`HXi}gboRtRV\c&NKHN2d#cܧ_hݺ}y̜sp !IY"ˢ\#ha)Ý|M#´9UNnRD R8}(gJrԚ2C]ɳʔҲ~%y>Qkf *Tf7j_^_ݲ}8o)xN}I)?Y\P$O4vLMR&XSv2ۤiWKWg.,.-:^ɠ gރD^bJG0dGXTR/z=oRVLjKAr+A,9=o]qH&e9W rQVQ9gk7Ika >_Ǧ]$n-]ү;gXywղid_~zo|ѱߞ06!~CGm|wBo]NYs!,0,~Õ3g>w䙠P^F ! ɒU$pje५ZO)oھ+'`RvXZ^x:)GF^+gd'n._z RpU/7pꍕ*KyxMo릿¹43JS>_ؤ߮d^o!ʼn86iۗR.U9xTYiI?We)4龃gҾXuqi̸}2;7֦+(2K~7*YdMȒ]'۵muRߤKV*eeHaʬb3K*dGM<4!w˒ d+d)rE4y+:m$nټcFs-NzILI׍b)r^KL[C6nbAz1zӘ;\8t6"lDwӊ# CG眻?yoaN[#(zm\BHgY*)zF&ޚmz=bBzmo<A^=?(=ZU.pXn ZbW~%"޷"mW>5{T^Y9}TG{25bν56op1zMAs߱K]QoӢܱKKg%Sמ]ٹe׃oedt^pra}z2iuZ}7EВuVtNVVrrՖ;#NK!Qve+KlW^}?=o^\i8 ֣ǰȻUʕxn:?|TkBl'/_Ʈ qp޸eiV]v{jRSV^ٵ"Iz,ѻgř&f'PO.=?x+ 7G~ح,"5=C~~ܽNǨͶ8'qxGDbrRճFGpJ,Xԫ }RTnZcW"*Ōc W&#+pK)[j˻:WTv[qD,uZ7DIuwP%i[+d}7uPvuJPݘ{t{W^{-=`+ՖNVO|F-u].j۴DkXKG:!m Dk4 o鳁SgKQ.|:@?l/ysǶۊvkP3 6>QbH7k1&3VP>ݰy뢥+ٴ,Ͷt~afZU7fZGf}>Khc/yOٽW?韲~vmݜ -3\n~ܿ~. ^(e$rD,uZvXό?``YkãٖV]{i_6,;YdNYUM/[淦k88Nv;Qfд-u].j۴:u(zmk(s]'CR3ҖEP. 񚗂舘08`^ӧצ[.z-6-Y7{# Z.b9yMOuWT8d՚ rSt\ڭ\M-5#}]D ^ܽ<(eoi ~D2~c Z?4f[,E\}ܣoصfT^Z)"+ԷXfoHRJcH˰w-;(ήbvg\\]S+-H으.|jx.zmӶdxPl"73뵥Cu n.Cc-e널7wغ [T5jGEu.sFS!>eƭb ťeLz 5SgaQ+9'&eV^EB.buXr7h,H6suz>sX5}\{Rm9"䈬/mr뵳 eQU: cpr9k SuuVNrݭU˪eG=װf4Q~l馭ۥFIVL?l?we ^o{wl2q2Kr; 6{  ڲkoܑbY7Cfp\zdѾ֎pc/iFzk9][!VRmP%3?Ӂz6{hlفY6mk쵕su~sEYz/֍U>.jrni陎ty\.,R)iifZ6nz-2$&--$N I#qaNKG6.GDBv\}vu̽8g#ulrշGp+g[(;:֬^ߋKuޫ_vN.Wg_6pedK c~K )J_9]~DvZ~gCr&xO3(,YNЖ~/6^=&m_ i"^{VzNNnRB[::&V:}|G赥NS^Krzmظv]zm۴7X9Z:ʄ5!f GY#F:[Dw2Bkkv !&ugOhXDQqVר LZv#G{Vk*x5;ʄ^ȶ}?Q^ ^O'/qt*{ׄ^B!^B!^B!^ׄB!ׄB!ׄB!ׄB!B!B!B!&B!&B!&B!&B!ׄB!ׄB!ׄB!&ҊjET,cBA۔;wcF~.AuD[jeMJCH]CV[i7Oo^+^s]uC|V$j5q:uNk5I:m9(Uܘ8ҲʫE&/oתoڶ}+$Ry+D]aDcϞm!^lGJ۲&ՅE ,pttE%/s/,<ܴ>""RF~i;#V,ǨNsܹ3g:6#gi_-'7o]ӦMsvv5cG@fVV{hr+LU8ԭ|*ddխ,:H[1m?6dD몶jOjtTTV^JPPnΜ982&^jZ*SW~/15F]נmHA^$ƧfԨұ}ȑ~~~oОv~9;#&NGT=IԪjj&-ɢm٭3.{~x)_^~ݢ+.O[ ǰ[quw?))99%UV]^Qk.XRjll&*.Lk~ {cAqLPY]˵t\.ص֙N#L 2 {nz^c^K{ zmeZ-p[U*OV8yrԨQU\;Z:fqz]Wa21Im[?qR.c˨[jռyŰ\|j>IZk_}Y=)iKD2_&>Yרk)~~~rc˔2LAH:8ܹs:ɍ-][W/\Q]crQZ4O:~ ʹE6@^ߒdb=L6rrttu)0Ҳosyٳ>P?m 2PL֎ٳ˗ҥΝ |z:=Yn g8oQg4]c윱s.G5^w~P5jC5>Mjƽj>ҩo7t:b}~G?{7F16}|jFaI- -(.MHrK:#7ӦM3:=z,*D Fo &u;uQC^{-V-2^Kɓ[^SVuߥt^[لV3fYy:s̎'yÍLV=ͭs vHL{ajܺFzƣYjg?9T~}._+kt}ƱEulUoɴ aW%jm1&!O:9H2`I*e2Ptv޻wo>ߵgGuGBtCɅȐ!")iRkeΦ;Snժ->F7^]v8xq;m_#6>pr64j}zZMd2ZhWJ&֤f2&-xz]i3tk6?du?4ncn6ں0]Ca+Yn[{ɍwƤ<9tEH+ME'پn|26I&;-}6!Tǎ2dޭ-qyC"=u~A# rc1+i9kVGx-Sʝȑ#5M} 8E*ںAvzҤ2F53ŭR?,{Y~S͊5n+z?(}|[אVWb7tcԭ[7gv.]32qY+MEKZ&3mÏDFFM>بShkuK/Zq'CU|?,EJI״Kt6v[9#lZ 3'O}g\G151$םQ2 zmWvޣܷڵ5Ҏc!uS}mM6O8QlwFMXLMKweMפEMJFɤv4Ph3j}-jzn]3jOX 쿟?qnLWW֊6v[cshGFF=Vnzkrhc^QI|JIL[g!dGCoz@׆0wiӦ5huZ]Ϝ9s^u;~3sgΚSYg7efeqs3r/Q7ɓy&#hF#s h\it;ty\eq{O%E )\nIm A_7nq8 DqZO #o~]zme3섔AH!$&1%!5֤iMnFӣGSйs)KyK:L&,ak+6AVih$]]pC8m]V ^G?13,:-'^bJĽ%e$KVin | Ɏ!lMk.Wl#Ahk.i:m![ېXOo^BH[;A!&B!&B!&B!ׄB!ׄB!ׄB!)B!BkB!BkB!BkB!BkB!E_E sIB^^^z>zz6!5w~+mʕ+_bXhJ%f%Ld6Vڞ_fZxߞ7-nڸ9$ַ]HxVZ,-歷 0߸i/M7߼u ֭X7DcR^zm&ժ{:]x׿͛5w?Ξ;g4Kի]tw{3m\`;cʼz&vZ[Q_bÆ -]Zjoկ͟o26nQpbk$&%OntQD _FF//w=<޼ֵkWYw6fڸ(֭%ӟFM;v\H~~?lvZK! `gxD  dv=;g[a4>G6v̬:M}fVxzsQDR[o߽"Fg?k~,7oO~b4QDme2 hõevZk>|m̮dV7kcoJY~X1lS3R/qӦȨ(;(JA~O~b4kLGfQf FywdZш+ͮ[sI.\8s֬ׯMl1Cn#z VbŰM:.>("^Jg?{#G+0nxۭ[wY/y֕}3mkn{a4Qmկ~cG@DdԅmlD_|e+\Æ <!:d]esVmZ6?h!UZH}qIizh/lٲO4K_)wGyYn߹# ^viW}] zhvӬX_ۿgYї'N$4n-ho~ۿ~qFK cxȬWJU[tk:^Vݢ^'&%2"жzm:^{SR+hʗ׸uK82 +שiit^5+w"o`dæaQwm B:Xqk>/~z}ة9s}r[:#3ڭU׶N^ϖbf5'\3$'|V_~_Xz峯5;VLN~-2V#VmEb2{IEw\yhٗO~^[ZD/X*ٰikX]k@G2=s=qk@;QN^5׀^zm^o~?z 5׀^ۡ ,tZp)z 5׀^ۡvk@kFF~m5׀^5z 5z 5z^׀^z^z 5555z 5z 5z-WTvI5&^a={cڤS|f>k[+*+ϜӭWߞ}^vcfO)no Qޓ*(,]z8*>1 @F³gϜ]=6mݮ5VTjuTN2lekŽ{~i2׮G5_/(kO1Fz|+T)Ϙ= dF 1nt:1)Y)عoR.**~n5z 5zr[|z^׀^CzٳN.[|AFSZV^׀^C+Z(.)O{t36z ^z k@kFk@FkkkFk@FFk@k@kkk@FFk@k@kkk@k53tշg߁Wݐ>߾>'OUPX$?3qT|bz ^z ٳgήnU*NkO) Zmcc{Re]{;rCk@^~еG +Eo*e1};qL^׀^yp'zw\F)a7un^٧)5z 5اϞ=ui4ee5z 5RR>]>wA7Cn5z~ @Fk@k@kkk@FFFk@k@kkk@kFk@Fkk@kOO]**+Nφ'&^׀^5z 5z:1)k13tշg߁Wݐ:fe} e+Ze|]#4}'|G{O>H~vg(k}9'8gϞ9zlں]kV:=o|KV|ۨזf)=m766:w/5-]k~QnzvUK߱U&@F~:==zz_ܿlhh{mQ(S UEg̞ dztM)?|^׀^Jzs5){3GL#O0k+3ʔq;v.[Ezu7F?oϾck@k@_%7zz]V^]uFӇ]zR\nVf)E[Kxz 5z +Ϟ=ui4eeMC.]%:c2hq,*͌0z-mjj[l 8jL^/XkRk@Z(.)O{t37]ҭW>%744(SQÝ\.]2kK3ڢ8DD8Jd)m57[:y]k@~ 0:% duek@Cew;lzڽ^z 5t5,XDv/+5׀^zm^+&mxk@CR-uBj:z 5׀^ۡeUk@kIV^[gN^z 5- ;!%=<&^nk@mk^z 5jONIEk;zڴi-5Rak@C80uԊ*}MUg׮ k@{mhVk@mhbyVk@mk޽{*?@F$22/kuEes۳nH]>SލOLRٰ+Wprɧ&N.**z^z 5zٳgήnU*κ^$<|h-ή2;z ^z^C~A]{>zذҊ^_qS)?x57D?x3Cg߁q 5z 5z yO蓑\n4Z)q{v+,z^ku5׀^C뉌M0{=e{˥Az}I'n4Ef|u9DkIH+Wz 5J1qIrN/FFkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkDk@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@k@6lk@k@k@k@k@k@k@k@kFF@@FF@@@FF@@FF@@@FF@x05^׀^׀^׀^^׀^׀^׀^5z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z^z^z ^z ^z ^z^z^z ^z ^z ^׀^z^z ^z ^z^z^z ^z ^z ^5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5z 5^׀^׀^׀^׀^^׀^܋ͅjq%)HQElrԖCM"۵];e*24aOS=k[|X֚ͬ{-ˀF^k5k@^k5F^k䵼䵼F^k5F^k䵼䵼F^k5F^k@^k5F^k5F^k@^k5F^k䵼䵼F^k5F^k䵼䵼F^k5F^k@^k5F^k5F^k@^k5F^k䵼䵼F^k5F^k䵼䵼F^k5F^k@^k5F^k5F^k@^k5F^k5kykykyky-kyky kykyky kykykykykyky kykyky kykykyk3f|3nF^4!xP^O1K^#o-YQ(-])MhS//$Mآ%+Θ5fش-].MBkykyy~v}m뽕e3g~y KO޸c=F^u'X䵼6y k?n5 5@^#5Z^Z^#ʷjmy Є޾P^oY!MG G5 y۳on[<y y}Gźm;+r_k닜F^#_?ٱS^#C-8%NT^#,2d#)G 6l9y д*"m-ia_5:6o޼Ν;ǯ~rul ~0䵟{kyk˘'y-M^,ok33333+4ymffff&䵙'effff&䵙nrEVWxSQٿp7b>}{תu,s$5ykzЇgy)w~aȰG~Wye7mS6lpx~̚ N,JAlѕIONcOD^ZRI@KX08/~]rW.|w#ǎyݥ{y#ʼn"~]^\0UU_=97u<~ +t 5YkoXx؈ԫ[6"[ڽrxkզC$:~ƶ7ds~Уc+i17P}oͭwظE֝t_aS9n9qm/i#&NZ䂒 <4"z= ߺqIERչ$̝%G$Puܺ瞟wkպ-u}o㔼t1=l̬uqI %>|yٽW%yAOKz)Ͽ0G~oL{nKoW_W5`>ٙ|SΌ3#i\VnE޳:._n|I=㬶#i.ܵgVmڵm K6;},>УQ/4Ըۨvr>wϞRqV囷9Dvާee^{=%{q?2:>KlwKxl'ߛ?:zނ }(.azd84$~Mӊ7E,?/Բ-B^l̬9uz&%sq.r 5ϼkőnţdzؽ7669=kI^ǁ);囯mЬ.rl7g#R^]fzAnE޳:.]*=Gy7<.B^ۿ2,[p]8vs;6lg+z{j)-Z$nO-K kX!]EBy]䂒%%O1*K;Tl;^,nH^ǷVm:lQ< ypׯ84ǓH_4g[7ⷽٚY}z{_I:J>uCo^e΋qbuldk*U^[!M[}eMqq-t+m#iy/ E˞_<ggpWSgN٫ɳ̸'ϒ{wxǧY^2u<\$f܀C҇D J7bؗKCPxNߪu G}-avY:ֵgvwxz'} 8>>sVMm]C ^ws~]cwبq }(}u{YW5miò{wn+(>~,~4ȳIS>2+x|sI:wb vp5) 5Gv7w>Q2#qԳqbW3('<2zC{7rG~f>sNr6 脸q.t-ywqi]I:m ˒q|Dܕ[4k.;lVGnw5w]{>'-ZFO~8C#Fƶ%;Ɲ8牿y/+o<s7~R JW J#ǭwK r[ׅo'hҟЗu|ۊogq&q┼֤{ff:{}% >UGN]{Ff-qxZy] [(7oGk/K\xInܵgtE>1yj*K^[PA[dIf%̬,y_u֑E^5fffvEW}W{aE^&/i7aҔG_k3ymffff&䵙fffff'[RfffffwbԩS ̊Ceee;v쨬nhhϞ=[[[[5l3333B[G[Yf۶mwﮪ9vӧ##O?}}]cc޽{׮]_jժ˗V(++<|p]]ɓ'####u3gΜ:u*껶EG$G*G0G6GeEG$G*G0gnי}3@Eܶ뤰N:H%uV[ `&TIENDB`wxmaxima-Version-18.02.0/info/manual.css000066400000000000000000000025261324204105000200560ustar00rootroot00000000000000body {color: black; background: #dbe3eb; margin-left: 8%; margin-right: 13%; font-family: "FreeSans", sans-serif} hr { border: 0; width: 80%; color: #fff; background-color: #fa1; } h1 {font-size: 150%; font-family: "FreeSans", sans-serif} h2 {font-size: 125%; font-family: "FreeSans", sans-serif} h3 {font-size: 100%; font-family: "FreeSans", sans-serif} a[href] {color: rgb(0,0,255); text-decoration: none;} a[href]:hover {background: rgb(220,220,220);} div.textbox {border: solid; border-width: thin; padding-top: 1em; padding-bottom: 1em; padding-left: 2em; padding-right: 2em} div.titlebox {border: none; padding-top: 1em; padding-bottom: 1em; padding-left: 2em; padding-right: 2em; background: rgb(200,255,255); font-family: sans-serif} div.synopsisbox { border: none; padding-top: 1em; padding-bottom: 1em; padding-left: 2em; padding-right: 2em; background: rgb(255,220,255);} pre.example {border: 1px solid rgb(180,180,180); padding-top: 1em; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; background-color: rgb(238,238,255)} div.spacerbox {border: none; padding-top: 2em; padding-bottom: 2em} div.image {margin: 0; padding: 1em; text-align: center} div.categorybox {border: 1px solid gray; padding-top: 0px; padding-bottom: 0px; padding-left: 1em; padding-right: 1em; background: rgb(247,242,220)} wxmaxima-Version-18.02.0/info/maxima_screenshot.png000066400000000000000000000316671324204105000223160ustar00rootroot00000000000000PNG  IHDRsBIT|d pHYs+3YIDATxy,U}/IM8zO<*B%½\. 2+@ADgP#ā8," ?o_p8t {WWwj:[~UbNt:Nt:Nt:Nt:Nt:Nto@k|5 su G6)< `&=nB+BeEl.Yp{Wn.CrEmO?sQW8yˊ"sPشePc+W kY'i qT8'v:/lopsp3nF~W3ͷ62FW<)_ZxUŠ +M kp'=gs_mqm8` +?n +WͲU]8k!>~p̽ka_h18Ye(sbxЦׇ>]?n!"5+{|X(^ձ?q8p͞kq=UÙ-|;O]r{?9Ըo {pX~Ow?'Ywlb? 7%C7{i~TV$(Ѱ-0pn]޵ثx.xAgnyvаw 6%l;Baw1p-akҿ:08pgu2=?-ats)ekPt+~}~b魭׾RϿuoO@_~_}{|.0~TVzuaֿ;Ma^{o6+»_xHg5{0{)͡ʰ/ se5׆S+i<(uï +~a|^׍s_j?N׾~Y~qUO}sey'[os| νt}O?x|>Y.i~n)/% rX]Y>t%<-`'?~}+Z.seҊ!vK'sgְ?_zR}~TVho搹v6fS pm/߱sgǿe;s?o wp_oK]90 aC,r||휷^0#(׼?oWT~g}qbIGǟ\;LEX3|.Í7/"Z8!G\wXܗ😛8q>ǻp_{#a{{MW|_N>|Oqe8zq#[pe_^>'a7z+?𑏗a_Uqy?ۿ^\(vG|/H-3ig7z0d{ ;Oi~TVK MM>|.}Cy[m=1Q_Jx/.;51|g}ۗ`aE[@7傲y8{wCgcP=j^{ E0_E(3|.O=A4gG6js.Lo8 _ZxOfGR׾^gb'܅Web^w9?|4ū8{c?wbbȿ;2'4|㗄>O{{]gБXtsf|a{=nք6{Dpw[|pȎkB Eh{ɧxK \T^3X'>2rU+_F*O$>7q 'v {Q7.{˞u[>~}VY^rxᕯy}e}>sƛo-9T^vݫ?u_,G?17h˝pn|//]p˭u]L-Ow#;it]УN(ǣe𣟔L\w4碏㋝rrZw1gСa^E?pT:3+35/Ұ7Եv^guZ~^ªk=M ̞~C,p^ᦛ/U_s1 ӟJWXK"|uk^9^Q O/;9c͟~vZ񊟏%Eq 豅~=-7-q~<29,[Y翭\|Ǡ{y\ȍ_<zIv!J?zmNb2Ż:{Ý \􇇵ۼj.k%~[o=1{cP1 _կ-\5=X[bsDZ;c{[o~{Yw>g {:DZn>UEHֲ^CY*_'X۾0G?n;b.;>%Gq8qxQg?PŦu>pUW'ưxık+Ki^E1Op}G>?Ǘ1/=ee8>T.8qq'O/*1S^Nwb .#OIw{i_xnp Ê]:'vEy;Pl*//r8x=?3pS<([>׆w+v~ ^+){|?ߚ{e@>2~VݸKQo,K52ǔϝvepA7]T>_bxQg2$ uzGågtY۾瞋l~7剮V+𯘛xw7X'2"]sϽ{.1מ;,j"XWFN €?FN؏*Jw,zZޫֆ6}B].xsVXqK+\3=wi-\7O{6taˏ 7rے})b U>;TӮ{l2V=-8lea_-<םn[_ϻxV+Vtx!o-?SgE^/ZgOnp37(O\^ks3׆w|QlBgEOng>ר@b5{w/ ׯ|hs A=4z﷟pVWxa /i-5jxе_%~> D\|-I;kwZ[~V^=b}e`txx/~O<w@xx |Dͨ860gA@@|ra?jڿ8,e Mt`T_Uޝڶ:u`S!0mK|XJղ@/|_%0 ]q^Ur"k;m I,޴?)fd^xwb@@xxxx@^@@xxxx@^mlsk=BwŤOa-ֿ/Liem Oxc\Ԁ< ~M%#?Lx R+i,G^RMQǬjSiL,FeUuy6}OulI1KD3>MU+@Jhikrhr?h)g@V:]R,wkk9Mڙ27S_e\~v|^Ϫ82 `44Lj5Wq&4WݰWqɨódgS&jj{xNY5Qe,\MtY }ZӗcN:8.|.BiLUo[7T?wi]6#e]zs7`f&!wqH}Zo7aiZ>j[rsOW:G(_\Y߿КHI/; ABQ }|iȩR=պ2OS%M̟qnnT UǣX#LiGO&z~ӗ^of `X@< /Lxsŗ]&cqk{S79\h\͉CӾ-\k^ftUQ|/daLv2>}|bv*'3O\OmK)TWKeI/}S62ԙ7u^f_pVCum\nΫ2uC.|=G2U'jrxaX)G͓|utmBe?))îZ߯>}߫Χ:"Qª[U~ksm\= Uj2suwR49\e*In }8jr'(WB})4Rs_Mvt&{&px]|ZbsZ>XYp'?9ʸl|;zqM{mY;T@-:$<n8jbsΖ>OKrӒq*Ӟr}>6*6\LpI > \-rNbi jL%4}>e$siM]_縺Nmx@^@@xs#R݁o?K[_n,Շ ?PTsQ38 ߩJuĜwu)1Uv|G??Gx&&W9aQY&:]M7Ú?]r%uiTYS:ۆ&>rOYn٥*=MJpS7p嘮⹆5j~(9 u[s cIΤ'wM |u>[Pw4iuן\':\Ow4`C]:C>R:"GO+i|w:esx |zXmO/ Y𩎼LJ |XLaoZU |a:k5]. 5/wR|.sy{t#W0} MI1Wque*4us|s}RίWtI}宦W: g@ < Äx@@xxIM^7rZN]IH_UXI^:e] **>t1Wn,{1m>u |򪪥\m[xi9]|)sSOSc ?%4M7kk֔NRok}S^q"e$S&;Ob ݽ ΁\{໼ MWHuWHy-]\mIyu#ws5T +]c]]""ǕT޶WI]V*=}xA^>ֳϯ{ѧ|T{a>,JP1֍I<<|ߗdKc0=-~ތse mޓjXWyrb|rc]-&PӛX73݉5mS;]g\-Ƶmhr/:6"?mnf ʏT?vϩ~ S7SOMd\)4yu>|mn49 u>Y@r8i?&5:Tel93.05jJsФOns"^jwS d.w |RGpFLI1)]^HVVp~; )4,`$q#{ڻZ7;UBDd-KM[ӣU3ju;M֍WYɱvq:{X/iUqOw[T]λ.e]0/ XW@@xx{7sS;^ ݛS^`fr!:u_|xBs<d M/<LI;<4?/<$(kE ^x^|aR:,@@xxx33z Ƙf=|֏ R72.ƷN)Oy{3ߓ?|~( nϷu6 }X7>W1 U6)bۯ3I]* #W 3`,w=]nyGFTjS̽n})3 '~ PB?K)ڶ<ק/%4)AΖ<85qY z] ʎ о5 MUCH+ôV>\c 05mNC W.[໨C |r㭅{z >j&-UMqrnʝKʫF8uX>awyaӣU3{R4َ>v|x) } ~`t@=m*5 4 / <TP\}/B4(<S<7P\u}x TM5 T2Au}x;m ^lXMjԝ ZSw9΀+%e xxgje*)jgyxx@^@.Zf0w[*;M9!Xh?|~R\N'5 SIN 03jxoZjU+r%?UƽNb5k0.NcSGS LkWB m[~S*R3lm2:%4<_+7=Q4eM#h]O}"/S봪 ]&>U ;|Z}߫.UUaWrZꎳ@oC6Aц^*r|rw-z`4Yц )嚞I x>\?j:u׹sW>Wx5x@%p뤝u']~˹~la['1x~<-D5M7u660%49[g&g1x@uxOr |`겻)ErҪH|Gׁr-7u[xlaB7g+tpq> :0i#ic 0< /,xEӶ,[|;znLLWǩovXEq3'U?zm!fXx.qBA;6$I5m|ݰr<2/~v`&|P#l* N}>ѧbY,NMi#8xJBBT<]*Ue-ijXmE6˽V\=պ쩏?c CwZe9YBTpY: ]XsݸP[ͻ.}kՖY}<ˣN g)[5sV=j72]u"PWWJ,R-Jq5&#Gv3_RФ6'inq\ˢGGIؙ[l>eqɦ$lBs^22Gxzi{74]r<7պ'rD.V+)JhڟWI}5.J;JP'jwqtx?mjǻN.]_G0e$<0aP85xx@^<ν!x'=՝]x *x`Jk/^i*0)<x!@xxR Г^&MNbxxx@^ }k"0)BsVz=ek*9-r-UJcsEP[2* Ӫ uO@o]βmND{WxwDK=73Uj`f|B <<|UoZ/ /^ixx`=    <@(3`jxx?̉d</ W} <|мkK=W' ?"0z<*L -ZS* tޫ:;<|\}ubx' yOj>Q |Ԯw]F>cz, 7 mBsjmC`f4xx <4S kQ@@xxxx@^@@xxxx@^K Y<< / . <<<.o. 0aq<Ч?XH;x{_2otu]`@zWy On<9Oo~swu iZcx#KW6- A&_?,`Є]x`@2[i6d'2{aLX+C-&hAh^x} =`@d ڶ/⇭ hZݓ!~~y?[ܓ<Nt:Nt:Nt:Nt:Nt:Nt:ݸ+@Hn IENDB`wxmaxima-Version-18.02.0/info/sbclMemory.png000066400000000000000000001244661324204105000207210ustar00rootroot00000000000000PNG  IHDRMc sBIT|d pHYs+IDATxXYLᄏggw';a{:sDs1YQ̀$AT%)D ~p/>UuΩ:>_~~~~~~~~~~~Y}$B!%Aw*cB!B^ptmq'W5~+4^xBHVk_~ E+V[?kTh|OF׿iLXB!20qM?/Դ?f?uZB!B^Fq\yOjbԪD- :pĨAA!BK ͋ƿh̿0 B!h^4E5p(4#5\wKG!BȳDO4|,?~:|籕6P ?`f]bx u#a.`'͛B! dQ"nVRȰL4Iּo$IZ_m9\`e;$e# KʑWXa=M͟B!6Y9{FydަyqO?jqwҚ/c-li~CR9a3VoڥM\kpJUj],DJA!B1<zM#2M)Cbqٿ}OM4Ak[0g%p&7pR%.\BFvI셫,3桟,-B!Sg7IE[͋hUCF~'lgK;󖬁xl< MF~fs1sVĤaKal:ayQE'u&ڎ,By,XSzl_Wz=Ӟu/(,s8mәgޠXL=1hм Ka5v1<Lf.mD19*.!8&Nش]ZE!ܪk70hkc"wYp9VnBv9 gg;yVB \Pka.x\hrœ.?kI=gO$l&iu%\򰤬l"эoY|˄oHc 1oZmny\+OGdeXMMӉ9bQY-."氲uV88ԨXd܅ Pk8q+!9Uc\QfXR!u3y;*9iЭڰ0ORilض{Bq:3zmXvCǨqr*V"q|Q 5ɖiL+|E xN+GB+2r y6!+/Lvv‰S8WxAH>o?5kt6n`ݸrGlTެ C>&Z*ѱqҜOU! v#\! /1zJ߱77*UIM?c(wjeSڵ:pUNzʾ˗mťTmϲը^Yz dx iuZ`Zj 1m"_4շwyH3ȷpS)pdXT7&؂aIYOA`eaĝ.B`L*OPgN{hص絛ڮnHdMgPyL}!*6x܅j\M$IуJKKvΚ8פ/H͉V~/2%=f,%O/P/7Lwà#:M8أjzc|,ُ|$V>sZ{Qe0}.n߹ qPJ>ۈAp3IOHZ,FR6p,1I`4nQ~m{(>2p&ٙjnUߏ ^d;Gͺ~#ُʗ ?FM[1f[ZZ|$ًpZuz})IWD=x~L<ހ&5'ck6v[<,)%0Gr0"ac+p^@FHGHA&wk1J$ %BZ?"pwVҢR*[=mj3y>{Cj#r'2}(ڧM1/aii6VGZ T먏6o1\5) $*+שu;;w練yFNIKyRzz H=iWq0.1"z=HqRB O9_Iq;4N3/B>7=ሌ9R+]uB|牢4IkHdCV5"H|76nN-%ٖm3X5'0Q]BexŅ%8''OA|Tpjč8DAv9qO&ْ ˅RzVq\ƪi4^T KPHhJY[NI>ˠ>K>.ϩ<ɘ2C6Ð.1RV:iQ;]1TKH4-mr<)xmH.2lzɫU澰Hr"Vl.,-æ7ݻT8OzL&Ht:"XoQnn~/en9y.Zg~Q򰤬l_s4\BF|J-[yf!:>WoBhZ p|ZDz&3KlE-K"8#H ;K*ldh5MRKYqeo!lNEv%[]OpT= /s-Ȱ:K˨.q"2l7rPOuVu3b@Z+tYŢ7T:FeXS^U?uۂ>hr󊐖_l:`,򐴹.?鳍%-k=mAf#qM@DĦf`"B3qI}!1س?s^Ҳ!/B# w1L#qUY:Ckm\IG4IPu|<<(}lwo5~ZloM)gǒ8M a=R0z,`A!Ü԰t'-:ú!hhKwLShq9`(BM{ZYXyj2y2_ c BL?!XIЧĄK\BHyZ !ȼMͿ%[tV~CPػ VUM!B)DgDXT [i7 7B AyB!s'لB!P)لB!P !BdB!2Kv*B!2ԷB!A&B!M!B%B!J6%B!J6!B!lB!B(OA J!BɦdS !B(ٔlJ6!BdS !B%M&BdS)لB!M&B!lB&Bd?ߒ})aΝصk"88;vPӷmۆ[bظq#6l؀@[k֬իrJX,Y}TUנG-LB!/dGEEÇ{O?Ž{|M3#GAFFFmv^T6nf@ѱ<!B^tɎV|%\|r ^vI***r ?~gΜi5=p.6}<M!B^>L l,غXRYY${M}gT\a~j9vUkג8%DwTM;zi?ZWЩ[o=wTxQqJң/ơ|ԮZ|I.8'S͖Ynq ,փ]2vFJ)ȱԴKWbƜܳZ@xd4l0LՔظu{"""շj?xK ndkĴ!1ܦƳssANYW£ "}NB|0"ڐ~"Y}k*iE/(TK>zS]66g !B~%;<<!͔d'||%{x%C2%xbRi’p" Y9y4 VH̩Lৄ2u%8Osm'B%UIvXXl=Z$[e8++ يZDV*2xi=1mbYjYW$ڔcU*"ġK\I\A\oLͭoS]bM!P[d8p@I{zH\g-a#uCGꆏ舤`ԴZF8՝d(HHާQ˰/˷g$2MI<)J(cU\uCB2m\50"-2m.K<ؘd[ߦl;{!B(٭N߯$[ZPlAx񢢴TQVV SmQt>o||4i ]C(B!m{*Iol=://@~~cd٣[8+\  S=PdhaɎO<ҲK*D},EB!lSٳ "OZ[cvMslqEO{Mlq&#݊%{ *dCzҫ,VҼ(B!m]vՒlc ))^N?' 7WP !B!JE%dD0tB^Z^]ziI<'vE*kMENDGGc s$`L6!Byy${ǎ&%[Zc7?J/#ç~RVE ipNB-^cqѭwB!Bn1d`XK z?2|mܹswUr rÝpvqbɿcO| jnUÔlB!I֭[dÍ""Ҋ-qؗ/_VW^Unb Ë~i~usT+I&B!/do޼Y H,`pb?^>wGlsi(gV!s_$!rZ_((لB!䥔M65(}agҙOAXN& |1;ߧdB!W7l`R;\P39ǩb䫘:LQdvz(R$[dB!Rׯ_ߠdGva`T( I~Ev?⩽Q~clB!Ju xs+Ӗ򙕸Y~ KƢPuW_)>|/M!B^n^f d}d/THm`_oayѸlv1لܹ{Y8|"b'@.+KSPd^ڤd|}xO¡UDfeeoD)+7G:tlBi! |:UշXOMNe 3+M%Iʕ+U˳Gi[oRW.,_2,eeUm#!?Jl|Dސ/ReXPz{{#** qqqOđ#Gja&y#)لJv \].d?鴴4 99EXXvڥJVX˗o喞IwVK˵,/H~ߖ`S !lbI]9ź lE믿VHݻw qz춄Hh|2kRDdS)لJ6dB(لM%M&P)ٔlB%yKpBɦdS dS)-őcǹd?גwΣQ ;O&PySe%I m;ckP0KPRZ=IdB(ټ6n '`=qbn\3g Oص IjɤtUUjArJ+A\+/o2 !얢{knRo;УoƁpXk)p1/0_\RA^ bDڨuW LD ̳ٔlB(ٔU]nj;wT7roߥzi7ߴEE/_#{okC0ypX*Bn.狊5^jd9ĥKW޽|0fv=D|֬ۨƏ']z F8VrI XBR(لP)/dK̡>r &Oe/.)m;,WZ_qyQxT xlH[LB%gUוUD%TzA£ 7G퐓MGܪmHd8d/+"lB(ٔT«ZOo_xii#:\`kn>ƽDFǨiQb LIvKId? ['&՚c^H8c 'ԵKdژ}B jX.;7L&M~Q%;+;"=Lz>e\ٷ o iH[LB%%֛y[ɘl=zMu?ZE%T")i(لJ6%>rTwgp 6ީ3fkR5뇩34[͕IdH"#U};쒊޵@EDee b$\ܖP'6fCdB(ٔl+b+"-)=2,|j^@B›%ٍ}O%%9t8]UW~3Hum:v3|nV H'R dv:] O>[;0c>փ ;Q,駟IS /!..wՒlz)/%.m~E%.N#qR\*믿VJI>"–d'=ՖlBi d TE-u~9yB(ٵ%[*%R»bZKP+*mgy~e9]c ;rL0xbP]VleE%(لyKFVjptNe٬lWPkI8c*\Cw V4iEטO:tQкd_(.'قzgJqyS^.aVK'/ȰPE1&"24J6!mCi-i:RwR !lc-b,ҋ>]bW^;wiW^S-zHC-"u%[^-(=GMz2+-нZ>h,2 K8|J$NM!B~d^I0-=#VqJo$|TȈ &OmJuaq( /"cJv˼""pciđ| 8%B!l!C5ǖx^i5]"Z""#-!b"H9j=ؐd @"K2z<ݻg6MZGBŔlB!J6_.!B%M!B(لM!BɦdS !B%M!B(ٔlB!BɦdS !B(ٔlJ6!B^ܽH:&hIO8I+#h7ظ|uLVaDrb:5oѭ5<}|뭷L?CIppC+W1c|tW1{W|.m;+)u9v2MmkS˨ "BRBhXEʴCq7묄+'/_}Ҿ 4Q}Oz~Q1j?C; lK mcCljP7OKꧡ3f؉~49kia|箽=nEǦqGǣVW)3HKeS8z, oR>U\aXrU׫֮% wcԭG )}պ6WOLƤ)3rAvs><ƽ/EvN.&OUK-GػHcP)ٍ"׉)xu u4>H9r(..F^[^{ $$ 8}4222N9;ף}Y7 E+Vhͺ*LX| ]njG}esΡH K]{Z5Y|k99Q/_? Q˨qXʛU~R>Kl{vnEe')CGf-Wi%e1ԙjJW` b["F8uV0ml8OCğ-0el5,u#'ikEǦ9Ei,M-SO3q:ǹMЃ.]5]}IcP9$)QCeEZoVU7KkjncQY ɖ#m<~mKBɦdS-@Zv`rټ}|w._Q]ܹ3grӟzw+x`ҤeJ%;~^n܈@D]M0eJxg2-HKՑcUKH׭oe5]W<t"aQq>jBEa[u3G/h'іJ#--uc-WoEb'M7;W]e-l㺗[m4w4&ٖOCgLV[ ǴYs?$"gdZ_AvQIvX#ù9pRROVEwC嘒G"gCdt6Ѓ5nR=$dS)p|j+舣Æ! WBvh{xlǫz7-Dld yDu耈W^AH5_wmuKKzYK8Un;jR%[Z [n;A]yK<,>Tkp"YhkTza]ty~2tOTu[YR7/_^q }f,Md*?iYm4w4&OR?g.B4ѕP)iMa|dK%%^llnLHq8~ ɿ9^W1%M9̕Ɏ ƒs\FkkVcmr0&1ٔl HNƑ]3g"D/~7n?Gyy9'z+g1^_o **JR-˗/p&[H뵴 ,a;;m n I0lc!MbiaYD8Oseo듖s6;d+%}n'S5$ m~0I!%yvCAH90s͖.S߮TX1;%[/ |F^Cȫ"{{BCT_g#sglax-K_z+};ڶR1/^T=t]%[$[:g8b1HJH@d.صkՕM!lBZ}8{hKw/y .DAS=xUC?֒vqKv^^[v;hB|^}DŽW`ժ@]Mh옘ZzV+J7VB!< ""J-m I+d#t?CPZZbC6E$DZӏG~~3MΝ;qYܺu '#jIoҥ4lB!Jv>׿^? :uV˸|.]"55Mr#?? ___KgDNv뭷ڵr*sIee%%B!"۶E?^[wYwuŽ+ Z sjўc3Q=гll0t {#DG+a&^pr B۶2e"M!B^ezР<,k-['GfƎ] /-81+^}~{&x=tT5 zk[tzy{|ذaPb)لB!O^.qAm&[ok ~ۉp?O{?MuӘ?q\-cjYh~"""PXXN(لB!䅕li7(%aaa_yxݹW9rD#Blld>xm,K {!B!/d-=H"tyQVx5o89-VXDud~ׯ_W)r.Q !B -Ʋ-=Kw}reBC#TW}Jeަ Ze4B!䥒l!$$VVѻwƌو7s獘5+PRn-olJ!BV%[Z;u;x]?RG4WT˛3*M&B!l _^322PQQBIZ`S !B(EKָtJJ13?1|$Y nAB!yw%k}6p|,?oV+#Ǣ]2[v֒ҍvŚuMG5{֓KWbƜܳ/#6Yɖu9CIppy ~Tc'_Pl G:cx7oCp"90qI]{<RtSuUZeK]MեK㺑c⃶Զ8iؒ}dNij4TqGѱ[/ϲWЩ[o=PoTBK-٩@>דU*-~wɛ/DKz<%i{ XVsu6^Wv\njZ7y8x,A*\QZkMZKІpV-"~`<ʐw BеEm4Rɚzapcy*DW7;77//*RZq;S骼UkkrgoۡNXnJ;zd]J [ܨRJTT~ :+ٖցP sm6Uh0[LB!䥖wBjUZKH.x2YI>.Ν{S"E$\zS$BEa[\iHAY 2K+Ȓieo՘lx%<;:;hw;W/;/aWUZ̓crM\oR+W֡dGn-ېl_$˜94 ]7_m.)-!U+.KI)Fr]{miѵ6B-"fN'&՚&۔p" ԖUxOM7%gn~6.+p+| ]uygsW,%[i8[Az%6YBtk.ʎ6$狊U+ql=S-R,m,hJ+۔ifK2 !^E>;TP ϐy9U_桒r2?ZM}LIc7Zn;wK q 󿰸g%ңPwJl. "Һm5x1EK+;b*IoKrfU{9 钖y$C޴5Ȱ^c_Ph6OSBinȞ /? CM3U毻!=HH^עS=\'=%!!KޢZ_5$ %=˲| o}Wp*LU8HCp26W&_l>i}!B%یd[ir+J|Ǐ4l )?}YkH &\BI xs%\g/'(لBd[.BV՗3l[ip_ӷ0t8w?_@,nLJ6%B!lVy:!BdS)لB!lJ6%B!P)لB!MɦdB!P)ٔlB!J6%M!B(ٔlB!BndJ6!B%M&BdS)لB!M&B!lJ6%B!RIիwcq419%B!P-%C=sG:<`zI 8#>7mA|WlB!B6ǵkp\=NڰmEchBd(}8!bQyd~Mc2~f6>ڌv3c10x`F@k$֘ɩlB!Jc}0(Ʈ;yAˠx wy޵~Hu$#%-㹗PU};w)لB!+~ᅘq#V-g1+ &m8qOyM::{nxn20nV!ٻ7=H<:vKWЩ[o=ƣc0p:t>#6a.=Pl G:cx7Ow!Z˻ƁpXO:tR]{Rta=mn2E(+}qj9OdB!P7ɞ=6Ai㓌>'~r8oA9qy5:O;Q1vM F/Oh-,Zc&NƝ0mX=-7X=jIȱZ^70x=uSJW] }-ɶs^Zҽ|0fXe=;aͺ*X|r5l57*TکLʛ>{nVUD&B%yls)6Ӵp8HE0lL=V}}v4/NDyp?e*$nLȩ K [;md"Dz\dG}ctxvn.>h۩dG+oV὏کocɖtĭۆyEU]MnG-ϓB!\)*Bi©88~<'aȢX > {p^rUH=$W92ΣT˲Ͱjr]R _=  "m,j/* 'kIj9ߘ}B2i1vmP- )))Œ;1w/lbp%#Jg XS[d'[[z[z ޳_ɴB!DD߿{ɓJEҔtKI\\ .V7nݻjD;C)ɞg뉑fP!'(لBd-ӧNŋU\vii˾v윜V"Fuj%۩\x(^0 ϤdS !B^nɾs玒C*N{Y?<"<<JU[Z5[b {.9.Q-=,J6!Byy%>S-DDDرcXvcmR"Һll>${/M&B!/dK|U `KW}[}ص޽w/>BIK.!)) .}w2%^K1J6!Byy%F`K sYY\Gv !CcԸ*.[,,,DIIzPrܒ<|LZ${{K&B!/dK:-"orHG=Vɵ.`5'}lW`<yb59qUJ6!By%[b4h Lwqfp}0<'{>14̟聣G!55 yytzo3lJ6!B%[lŮ+ك |̜3 `؈&%̙3J+++Q^^ ]]]O?_~3kJ6!B%l[{{,_svNN&%;//[hJ6!B%H0Âsb2pvdB!Jvs$[ZWY${M*8R !B%9=kׯV~:8E&B!HȑؠɵH2z4%B!P-aƍu#1CG@Xe8]zILLDAA%B!PIIIQفXj/__–[a}/pwG@@V\kbÆ ؿ5%B!\K΃T֥GFF"0aaaVoВ> _s-הlB!J.:">+ RywmPT\“:t)iZ6U5ѷ}UmCk]R͹ѭSݷ/yH(ϽdhP d?s<":UnGk]Pߦdݷ{ hnJ6dS_ɾs"bssGz'>d4lcfudJ6%c '0 ݦ!lCI.2&Dĩ]zO;Zy(6v1zrշe5pN$/.) nе31)EM~kmDϾz\ y"7i*vꆎz!4,pnܺփcαq~U̘3{UΞ火߾s>*Mʕsc.gqi:h;t4C)sCw$^KWx+ԭ7Kwj25v"v1; ;bIXZr;ݍdž sǟlMm iR-OWYtTyK>PIS33fc֠FkN-9OMcCEcǟIKuV ^Smi}ݷcƛln<$MZd{}l 2˅Լr2ojf#"g⃶԰HƭۆtIKRrf%-OS3sPߒ.Y7SudlnEEua*xJ˹ cڬJ%XRҲrͯ:5w;^dۏ yΫG&$T: dFC.hBdߒr"S]{yڪکڪٻ3S5[{ޙyu`rlr0l0&369gH,$ $"{iZ$(x9}~^8ޮ\UkȶFD4jex{_wzL!Nk/#M:ÍFڻ{{3y9^uF0=vz|UVMyR|,Zd[g.p;pБ(s,fFwb,`@I/L~_ms*^LoDp4-KQw1'ޞN ٱnX#; @dTD1dnG4iw#!wD ?wʳԿxH/UZqCvDq$$8y~U7C'=d{iݵ-Mj%\dDz=[gEzxOd&+q#Ӌ^,ѧ^X._@7h{0%%*%7#0TUh/ډKu:JvR ~|MPliz݆6|NrcȾuޯY3D6d/֬Uݷ:[FuNkԬmش@dc-XlX9 r?'[;nTu΅ltzmĤzO<)٩("޻nGdB]%-sq~FȖ '=־7МOi(54,@slT#۶c^} EvNNY2##Ӎb_Z(5Nn;>BEH1͵Ǐءػt09ցa֣gQǮ!.˷ŦLnWFl>F߭Rޮ\%+[ޫVˆ\Po޺=!dg[/5|xEbuPk@d5^ :>viwDvQc8V6 "hOcǭfƥjrr[M|+UNJ-~o嫩;pb/Qut%ZmoUױ578z-ADk|ZQeݺ?-noV]_7 rٲyrGUǢ,gu1]E{%.-eyY٭g͎;Q|_J"_c0q6p{ްR8ݫ6`PFϿ* ;lm6x7Esau.;ae*^QeG좬{EyxݬU[} w^pdqyA^}e+CGdD6]J072nZ: l8ۻժ2n^t:v,.\??&N^3gwz/p/+]tBvĹQFw)}g5lz{=m5j?b/W/ִkֵ6_9=ffM{^a5nS))bZp˾^PԨ{p|nѣo=]tY{}Ю=62c8e,ͭznh=FcdیYN6}\}Ͻ.G,92kkԼuHA[nz4,ﴮ&g=Gth?_>k|{r5uO22}6sND{UOm(c8zD{RUwolȞhɳCm 鱋7*7&P/fCGJdĪlkz1Ջ^h4hV^PTY]=|´z7%F/OWّG,9{{%^YȮJW@%ݏ|qi6ſZYn78=.^Q0Zdoܼ-,ߔ࿭EDvlꏦL6)Ǹ;qv >9 xB>ʆSE"p~CQ.TR|]HǛza~߻ժ8mz|UVy/B.p}mӁpn]H;ƺ^m6tĨNӼu[9z,b4Ez EF'Mᶇ>UEvHϑ={|{%ސjk4Zd?ݏ|"[oX4-ĩ3oF^u~D{UOFQhn[F[H[}l"BG>xiTjzn+n_a, <@`dky25x69;/M;Upd^7NH:r16 'ި7g1pXJN9q-[#Dߡ>ucfp 7H4i0 MCңW0TUsQoۡe^Hۣ;>zƨ7b˅{DZN_|Ս1(H~zFvQ/^dߎTr-nyD{UOFQhn[FZh[#}#@dL 7/ࢥˬ^f/t4׈FQc |tߵǧ֦}_$񯦵ht:UIDY;[P;$4EEGcf?=\H҈co;ܲu= Szl­W}N_[Ӄ#(?ΚFj"C+ x]"mX";爛;e{y)UC$LO? yߵ.:J)ًp,<_#[Ao&4:kD{UOF9QFvu57 D6MdǞ} (BQnmŬZ{7^H#[ꏸvEB{߽`A/4F;%7*uV~Z>^8p6P-uMmƲᖭ4=F_ 5"zG=ߩF~"VYnWR/ۏO#=mY@E ?aҮ1M$` ["[j7hdߴS.Ok9wmАD6ʳ?.@dN_|v:9we޼#qJlz[;_u.]lgϴGnNmڼEcm"D6Dkge*-nx/;7TO~⓯/yزD6l?"o㰕.tr>XtتtNl[nLIwSJv7=zHh9l]#;9?[v!vy s6oWmk2;L_dg^"[?|YEv$&_~6jfO!(/٥:yN^"z.O/ktͰm:٪vimkGIMym޲vOکSJHVƖړ'OaVeqrٲ{rǠc4Ӡ]GY5Y]t>h|}+W#Dv)sgO?/Q9 ~涭ϴ~Kߛ»V_sS`k>FكqEF? :1W ]_w(W#($Ӱ5kզ@dN.3/=~M7n /u?/~5h="#Dv$鏖sͩsC"h^UH׻wը׍_Vة3 7YYg^ZVV=۾cW(0ifMUmݾt3--=[n[>}谮{;zGoog+V)rv%=ޜF> 亟ves >kuV H>l]#9_d}M/{~lȌ.n6]MYkIV\lE5fmܼᵎ`ĜlŵT}^ZOvEZ1ӨYk۰i?Wq5ulk߹{ ^n޺My {7 >t?{.֜ }Qy۶ISg`Բ` V ) NryS7w=́7q5o;ܲ|-X.eż^o$< n=zUx x]#֣g6k|wq Țu"ǜl]f";vO_/zϱ -ko;ܢv];;h+u`>}>Ѯ5jvS躤_w52EO]o*I|p/w]`ή/Բ 0݇QӨT{RB}5;=W(k]W]___z|m]'z[yʿ4bYPQ[㋼H}w=Lk$=-.t}M t Hd'MpǸor4bn *uNu]Ih"Gvi.JdϝŊ̜3YsO֩[O2}VeN%Ք9s,rS8ڷ&>|65Wk3;ml1jo]c\hUiħ}aUqC#^d?Q}:n-n]uiX+Tdrb'!~8FF5*7H"DvbR=zEv Kf=Fe4 z/Ĕ FO_~RرFǛBMaHL:jd5##[m|;?{!Gl-OZF`\M- Vμ,opd^7-B&f`gܞsGkii;ܲu-zG"XSsG#-'ִM x۰}7ޛ-znD:e&'ߖ~vySd{ }d_rOcfL-/zϒt͚3Ev\.":tF풁&Ad2ٲo^1s5yx۸qD6@d QQcۓ'OѣGnWPQGzӺ]F[]ަbi3 w_u)[|Z~"{Ǯ}=KfYn_ެd?ndS`]J[d+Od?g"}gݾ/ @E7eǚx"SN'Oi wTȾr5TGF_8{._1\A7MNæT{s5jkiiyӍd{@dkH47Fvb&q&!_.l^u_7ߎs.ٚS}';M#3~ZnNv^6lh2xH7;pNvpd2xYG8)ndu>vIDvͺБe~V&0' qލvs9:Ⱥ ݲ֪^Z֩[OK~ٗtF#Es{7o+Ldw3W+׬߯(j7o 󍏊g7>NMKzYB}8d#{e6_"Df3gϷc'1lŅ"{֨yk{J SwKI?zFzUn`_ fYY;n.=zٔ'@=bBs55ͺcUjԵft} u YuvĹW^-OG ZijH9Zێ=tڦ;SOB>.%y[i(iE} Zlr%MFZl{OOaۄSi6a@}a5I/JI-wZ=Îk}>hųwA7l5.tu_j\ypuFFŊpj݃o;r=IӬ]Ǯ!EIVm1 uZqk2eUi?V9z@dY1`G\wEk.W):^xmܼ2#EnW׹w?F5h֛#X.|CM{zAQ#;DXaVyV/$o+6 V"Ȯw:zgyf];p舛*ޮ\͎</{r zzwάa|뿮F5Q[}q-F#0NȎe{h9s5SmzO+c MdWG '͵UDjtHEc#ٚRqU785 fRhnl7% {:_/o|ʳֿ"['N vB{mDz=k0.ۊMC=F&+\d} (tz9+5Zz9SsCFiQf0R2\im>d&Lq@4AWh??]N۴e;^.3vdlg^dGP^hNvkmEۦDvqkl"EbuθBkdWs: Z}nHpܣE22ߗR՚ /opQs/_A=4e޺vT߳ޟw#e+V ǎۺF->p#^dGP|ѶGQ"$o+65X@d٥>Uv|:MdG"l";@v<#Oct' @d~]hu>GLe,MdAS$k48t]| l/KbbY֮]c{'Oܹc7#[zY׃mv%"Dv4[deddXZ5;~-[9s233СCvq[~ 4vf7٢E '@dڲeٻn޼iׯ_,[z]vek_`϶ 3lʔɥ&y٥fN=q}Viii~=V\NIm¤6gRsʅhȍ7\l6A-]Y..|V jG -s mi6g ߿-!!h9 r췤7%޽{~{aRRR,''N:a7okfKZ./l{ٵUl࿷G<ȐA%ȞgSgLyȺm'@b9⻮n_"OO?zm~8F32nXܜNvz^]]؉Sna%'+t_ o[oi3&E J[uOw% #ӎ`j'f״e\`'MGK]|Y=r 9̖,Y\.}b6ΞKȎ'3ٵ nWWCb.K/P/-}&!_";H/vmE#gg.hak_Na:KOO'_bd׬9Zn`ǎɽo4{LoWmS= KAdo}]\{R/&ٝ;w1u+wG!CGvo]ն툫r:[2ٲyp';lߒ<%q=]."[GY;U3`˚w_Վŵ[l/Dv^nt[jUZӾ[2>_6#{e:_y_-.cZe>33m*vvqC}bH%gqwɓ'7B":̟{-??ȎٞUk׻u?_MMnXuYvp|Ȟ5w5jީR>RR.LYVz?_|:uۨ~ftiTVƖU`]zX]?|uFUױMZθ=)3fu{Z-Ǹ/_MOzuux=ok[GE鄤A}g5lzu&uFZqu~=aUkֳ={ֈַ$)~ F`4pۣU¥k˄۾:ONe.@d_ȴ_vՠau+Sew]߬Tͽ ңW߅H۴~%}rF[?-uu+$Movyys[>*u:R/WlDvȾ}c'AC]1kɼlE8}0y5m]6Z: 1NMKwKWnNnp}W 0ɋK>CuosF/-?ƌlYWNn_?iZԺݺ}Z|mcON9c#g?mOuqZGhFomK=#cOlі}7vR#z뛶ew]ei%C߅H۴~鑽cdWyE3ZزrsΆ]h_|ŋv|-nDv޻ߍ)6Pm+֬C^EQʅK *M[E>d6l~_tѽK<[ f + 7o+piϊ^}X9P ^Gبim*Kj!Ϧ>F^&x&ށ\\Ify{s坯պM܋FvQ[Vcw!6}@d-ߍޱK[7}UĿem׮Zָ#)))vw^۳g/Oڎۉ !F@׮G/^_S:2pE?ɋBZQY/]\kF+}]Fs̩HR~yGQp8\֎\V}YiM#MN ;%L>VZm>kr s#:{؇zQhϧh]uf-BmZ@d>]\T@`'~ێǭx~V^i'NӧO۾}㖔ds&#D\jNwoG֨~|W(G}aOoW.w;vǴ#FS5rZ<߾KW ͳ sGw|فTQoxjk䦉 7?9Td2Íiдno_oR[5F#=B-EvR8E]M7Zl}]zrRW{/.5r) ?=~(h;~Ɏ[dGd?l`E.$=5H"0}̯>r#nCkݜ)_^輱&5Y?{Q4{.T)?'Nv9!t]];M#:͛':Ú堡nίEc[k:vؾȎ?oCGr\}pdG[G=9ٛ%m=ELgĩnڑS;{<ᦌnCsOYu ّ~mS" fÇm!vrNm75D0-eicݿ]|̨Cݾ};;;ϙWsζۖlv{=y6~vlqA#zX<2 >b$4`:B -^ 5Ў.rCaMFz)Yގ vE.x(͊蹣؊/Mv}:t?Z}5whgVa`/]vo6aTwr(wwAkc{R5Z}һJ߯x'eIFyyΗߎ=]٥3CDvFM*Xǁ)?rrrQcۓ'OѣGn DvHnsnڊ΋?zܚ?~KN9n]>g# U,wZ_EKC.OQܺ}M)m;~-c9it~Sz !$8.[7]?a#G[gv7艴#.Ïl68zoGa#؆u>eҴQ}Q堡þ6궎8R #=f";ǭ(P!b|Z- Ln=-#y}/}~{:J"[ٱD&*R^#vrc(i]<55E#n. .8&6EH;F(}Dj9^tUVME x7Јc-sHD5T/mߕێ@dŌl}Uz_@dW ō"l";@v<#Oct' @d~]hu>GL0Dvlѷ)5]n_" "&lD6lD6Md&@d l"&lD6l" l"D6 "D6Md l l]&l"Ol"D6 "&l"Md&l"&@d AdD6 " D6MdD6 "MdD6Md&@d l"D6 "D6Md lD6l" l"D6 "&l"Md @dD6l"D6l"&@d lTl"SC"MdG_l"D6 "&l"Md @dD6l"D6l"&@d lD6 @dD6l"D6MdD6 " "&lD6lD6Md&@d l"&lD6l" l"D6 "D6Md l *|dG" Ԁ&@d l"&lD6l l"D6 "D6Md l @dD6Md lD6 @dD6l"D6l"&@dx=D6 "MdD6Md&@d l"D6 "D6Md lD6l" l"D6 "&l"k@dDD6l"D6MdD6 "M<D6Md&@d l"D6 "O>{ިG Ad"9)cԨQ6h K9/\C޻GdN:{̽ "@ls-!1)epss-+1w?wr{nݺY֭D6 JCd޽Ǎ`'²cǎQC{."c'[>VZm{jּu[۳~ o;wki/3n=?&߯|zoV^["E`{SDB[SG4G;{7*Ui3FMx).%#ֵkWKr7l7+UEKm e+;Ujئ;BFv֭;тKH6 ^Md!ڱ1XB[ȼF[)^wێ8k֪U^Ǎ*nOSjNc=kִkuӯ*5<_#ȑxҥ_zZy pwVA/srslʌYi ^Md>}FYt}KN†<"D .]W`54*~эO5<ÏlnUt:،Ye;hUe7md.B`_|5cx)z#3b6'&uls"v>~򴋶v\޻ & !;zo}4 %'~LN7}+0wsrm-G5J d:OE> ^7& KjH,SGur]+4z6ZF5(Wd?꿬s5ohe2cСH.=ci$ҕ#٣ƎVf=nJ".Ĩc aw| Κ3?q# cCFvBҹ#ٺu,c;|QE"BdDv:ƴ't lD6 l"&kk![wH|%;}#Fg[̶ޱ JĔ v)O3+]$u m;_fdŦ#J~ҍ²݊GceֈTP a/B[(; -l " yd;" " lG .y9.]Ү_@Exw.g?o>'?62*oo />_ϻ97/o}g;>UKiԧ j\4* ʀe@2nP |[GE4>MM~x +R/0FajqZPIi:فphzd}f9{fOE~5\Y'0k'cv!;-xfCɉ|Gxb vٿM~;g#Юɿ*6dׁ֝=tѮ|h O`[}nhWe>S\6C; S(9ٸ$I$I$I$I$I$sݺLIENDB`wxmaxima-Version-18.02.0/info/wxMaximaLogo.jpg000066400000000000000000000663041324204105000212110ustar00rootroot00000000000000JFIF  C     C     *哶kT/_=p ӨPFzx(P(s n6P}}aLz T(BHg<{`ROC_\otߨz A1TMQ1Q1 퉗& _THXc}3F @& *jJ&[g!B ,45{/btJJ" h7DK~ӟ'@%fn0rsC%ȝ^K ,1oysm7]^li""*ݣ ª l/1v˹#gNښʮpH bKзhr5x}187}{,9er=kWGD!vnvHvZ;@_.mpݢ\jW?FO=[m[2F_(t'@3잢;';#Wr[QQpy`D8ri3'Rkd\J<Ia?] k̷Oq̊tS˖ ѮgLqߥ,[["~r3SU"촓o}_bN6MZ8-/?׶?E:U8T*jo045i=Bg柙EDUTJDW]h.W-?|^q:o;zz_ O=LD#jjj](VOףv櫞~eTASnSUꢮȵ HuxI\c_OW%=vftcP u"f ug^z\g}?4* ~M/Yt#Aj$ut?F!etG `Lϸ4uϜ(*TAS"z:T5DX?z}.M埚EDUTARiW- t1_ʕԥ Ak ~yu3$bxjEG*|ߴSfگ.P#e{.q_KF9v${~x KҸ-]3KVqڏa3mKqTAyYa[~j%jH fSndCU )t dZ XCN)E3H]yG]Oti>mi5}sY/콴"ce>cTEIs$Ž/u0]6J9 [m>.n}h =N^ CJ.7Sxkge>|a{N}B2̸LKf,bonEߜ;6uMlY({kuUi%窌9}^}aȝTsr@<^<Vm{Ou} YsuE8f-<;1خƒ|PEOJ acX6U|D3i2ud޾dc'E| >ׂ&*PtK2! ugO@'x*RT CN,% I, pT7=xu=x)D( @1H(^ͭz(<xE3v7.()هI z3\<l%M#̻y"bqMtQÏ6m0U@2!45 "06#$%231@B+hU-J-.*E4!bPEvoOz^Kl-Ư2Zm(Za #p8$ᛱL*iӣŝծ+|hv8mfKfIC;Fq~Q^Yl< 5 o!$1 xmVHj ê'MΩeolLb OlrM)8:z);?QlKA˜L邺gPb_K?>CrB͌Ofh! iӼ`4$'Be$MHv U?_p8 : BtpbD4N4#״"M >z&YߎBY 9U"PTwiinDBN"aIL9/x ]Oyؐ5i1.)V:LF!WW'Ia&Zd6M7U~C@5DwD0]tz2&XCa/8M*UJ_IgӸ>v:q sӪַ[K- C%vXOiu0LȖQ޽Hsztlôݝ+0a](Dҹ]G @ȼO=)Z 5,w ꚛm|4Pd:s 0c"u~{h@ q-k%AMGLPba+LʔtvӋ_”I(Ny 3 :u 0a<)Ĵ'igzϠs-+۶ϛl$·{OS)3E:-7Q]n'm?}PԘ0`Jz} C6*NS|Fajl}w#cYvy~r9cU8N8Gik0Y F< 1>*zhؿuyxB5@ݐdi#B;LlHMvE*+*yHrG tLZMe}&W6 m5V@>vt.x;"U@R2#1q/Nn/MuJl4B >cRc V4%G!O%4,^WmV ƈ1_'.KUV*ؑ9Bo_y:|\Eb5݃~ C 0lSSׯS2˒$nRg%#ia@\6ퟒm0qA^'X?ɄNS] a Ua)i EduèX_E?R<~nIul¼j{dDN8Or xd&,~@S𛱃u"11|p,M.āVK+1MIx\K zҡ0-{]^Z5jH&ArIyyY| #%Z (ǦW2^~!DKLmT3iQ3 G#AG#HD = FԶG#9r9G#ȓ)WWn\n6˰^cBM##.G#?G#r \ra -\LeޛQW)?K? !1A "2Qqr045Ba$%3CS#@R?d1\z׹ f8jtW5lgw/϶#?>6i\V0lw|BFs*QmV( yqtn8y8:-B\\jPVZµkB= Xz-aZеkOBbrj|g!2sNCVV[C'6ТJ+XVZrZ-31%'x3d`/Bq Wх0$oH2Tl1Bw9D6MɑmLze<緿輄^AVa#oz69oz6N.NtNT7,Gi#((He(Èio ^0Jc&B+clV`Um$uҍn,ǨcqDS3NˆRgM;:rd~ V>b$f"5%j-$JJD7WӈOħMFt;ݚĊrhGteH]d'DpS03ԻEt Zb6 q&JAl@f V(j[*_y}ӏ^՗xdŷTd ^"quYf{H :K?7 Unh,*$ˠv[[?ESNUc|1ή>JLpյ\V7~k[ nUn@5bpF7Hy-B4Y(_7+b i J̲0=L9AZim66`l}5cۇtfan;c:+(AnM*7h!Gq9D'9dWz4> 否Diŷ}?7LtDac]ņ)KAlZ)L1vcB'Xܚcv_ס4L_7+a3Lά뾟DeSr cXpmDՖN;D5 ɪz7h??;nlg8,[Fg_UnѤh4V?;?g39dW,> VrgNSSZ;g311 ^q% ɪ7h慎Bw009l&9&WvFl~:@*IA ZICF7轥 T9+])u}S`.ve 36+&+c4jS }Q֊ 4T;"Fݳ @|M[1+ɼM]RO)40rș(d]EjM5rs5+eM5.( z]ݚ 4ň1Dndܱ%˚ 6eWr+܅c[L6tWL;;tlL;H(V(B`eAHS6~fuQ"NdFlv'[L}mS?S;*&TM[,=\KF.;g|VE\,ppQ0 J:J%5Nuq{ánŨ\f{t,tXu0]PU+ Y-|AW:@~Y&r*8QN1oVAvz-Hnjs 4қp q!cߺ[vbNuR) ɼnU/HJ-d)vI'4Qv-1rS$.5mݫ+ ~%bD@c[ M9 M8~>#Ub޴Qu ?Tq~婸]XuąwYajFnkCSAͱaQ6Xu[7,G"©w *Ւg;'nS?fI/ޘ@u\lANe*m}tb߫?L۔Zp#Sǻc ݨnS7D\TǞ5uG&ܥrLt2nqeWOoވXO+T߈ H#Uxyk"_]y? ϑڏOT9+'?Zy(|]Wۿ?Ίꩤp?go.؅O-Ko cTvo; e T hR=+yT5z Y1%DcU% "
    R4oUu@nӔ]wdS(ګOLڥp1I6aI suΩNhviW !% H%!. JDc44;*ISnI ksu珡 w 3\ow\aeRh!LX(2h3⎾hPN9D8VVpeL/oMd'jsՈ2F;8/$^J…;0t$ v mIqTb.8lIXV*iy.Uk~Ɂ [vd9@v}ߪO>G[/NKRKC/DS\ Knk` 6/~aGqLըG_a19Y@USkVɹ/9JhCNajq]ZR61|A,hP4^XJ+ذt)HPP4Nc(DF*2e«zET;OFN7f'S`OAdi'm5f#G^HR΄Q*i/.1*juDs/yˋy?.VenEyZJE*sai"^w&6Hi(3^:zE[> R}K(BHcf0VݚBLL=( mZ) t"EYx>挵'( ra3&ƙWmm>_ )$)$T$-:^aN"%fa5'Y-.3kJ@/הGJTy:D^uŔ\VNI;TcؗFF 76\jN?jy0⎺S 4eqo^RXQDu'ܤ/b * ~Q5B~8/`euHVAWf>k*?tpjT\6LOڪCGg}[sהG[c$ԋ6%>prTDڨ2im.vjԅAZu'qζ2]4CmyRҒ!K^IrCnPT}R馢"Ny5]5WlS_`j+ZN"jδK;ꄕ}c<9ؓ[gK&-9 k#v+mbX6kY kNQz$ح[.iZqKV;J懌iK 1n 2@iG1d$Ҍ֧\Zv"h;tv]$/gZwY6e4Lvbtr.-iH%j$S2MnS[gO:Ƹ$Tv@5o^^-QVz}tNgSe{KJiw~ݗɮ:=>¥BEI:QfeҮ F+(If_xŧEP3&Wg,9(k,:M0} +G+"`yO2Oe jaXqhni|h;" ENETdDkjxG2Eiu ;O^n 7cLjH鳟8 Y:q+$1"w_$eN$ `FsYT運]S&eE8˫*d1}Q$r^1/4>ٌwZznZD&\=ys HK ZHH@rhcv7A~v>Drti18yS,kq֛҉6.sJ}/ɠ(meC O1^Q̋-I1c!ӂ9X-S2Ug@!u_iQS#q卤ZEJbg %݌ߔ31$5~dcAt:Q\0׃E~`Q%]$^1u/8?, 7['Ws S+g%1> }סh> mS )&PJZFrϔ5nIpS]y{C]RN#6\ʊWnPŠl.J _tTΔ2)XD/<ẔDjmTpV2'{-E, D!ԤhrJi9ިiBD©$]8*4jQ4;g2RyHO$SQ#`rRe}aM&M*֣ 2.9Zy;մGVк灚:0$/bKGJTya>kM%Tr+iJkI"&DFs|Íc^XmY,̨g9ed 4j;OtRHZB§>NrMͲ7-wA1QwZ7%­oz9&s 2hs퀄$! JEd>2c {Iq]g"8A=Ư>b=0g7WG&JY #x*V%yu]mEJ]]- Ϡ-L{ח391Cπޝ 9)zu0JQtfuN<ůzS9mw%68K(ie|yniۨ0.LL6vnA0M^>L=CFk.cdXW1E#H z_A0 8±i9<:PfZe>VC[AvA.GHafLw~oyujJTƤ=E$t %Ek  [%x lύQv0a;i. ť=Ćbx!S[Cmm]̮S}#U UIu{1G~nr38 ax1Y3zm@R;|?I=ۀÉHBV* '$"ل,P KXҪ<[G|B ]~=0JO׀H/k/-_DPӁ=+q~#r>ޛZw >%pj?evv|4̛Bl@bk2wmInS[smqTEP45me=>2V}RewD.T'(HcvkgO |?~#2g/61mMc]Q <7 Եb7,]> =,D:$U8D)}ȡHӉXiM"~?+jCD,к1ĉm- xa\:l Vˡ0kőSnKW5o}6q:JF@ 1*"Q1XT|R#7ɀ߰~>es)BeE ɎݷAES~gH|x?Q/Q?ߏJ MЛ[fb:>\z>zqE##\ü 2tm1^3bU5`<v-IeMTP@:#BJmXM%Ry-QXZ]. %MGg|K7ZMD  I$]m$I$I$&d%I$I MYsI$HJehI$F/ qRy$xVkd $Sv1W3h$ vR/'*!ė|2@vIT?"<>iH w~W 7#? P<["hP^" E?.:} O.Oj1gqGRiesל%}^>;tݖU NM{d:b0J'c@\q7Z.Td50G =,c7{5K,gOp--..a!``0qn0sՏ'2\bP rv%b]c@Q2R t#Yؗ Y AYaWi2%Hny={ӽíFO<Hdg?%SI-]ʝZdV6rـ 3Ӗ{XJ0xe ;䳛RMc!a6wjt /eޮ[?C`l7lvqrp]H}ɤq"fi lө`K 0}%cz$E닚]lJpNU"6֦ezzk4)mҺxQy MS*PGG[>C*9%?g:3]v#4#;TEX.zx[)!ty+L=eYӛ9CEDJD`DD}Ao*;6X=WjCD-#a2eƃȬ4 9w~eZaV^n]Q=N@Z]":>I!KCIMa~UMW\qYV:w£q+v-qo/8̂V%۩o{B9N0BA=8G98mIfGO~k/jG/7¢`!+VDE`RpuQrTߺvH&G$Te""/F ;W-r]I* ;HSz/p) W}cQrPXrSj8nLFbNB1ưb1P ̲ Iv`F4"jХTAU+`dʂqk3Z?LҸQ/󹌺fM Ppv"O!9(q@, )!1AQaq 0@?bAaÏ]#+Q.f^r%4lM;?M7_˗.^ۮk5M?vgv^3[/e˗.\쐼F+FmAWĨ\r\pv"V{)T4)5R>3w7@D˗dsz؇I o*Tx`aQƊw }h;k(^ y^wj;/K+DeDJMnkWϩKGxO1/𛓓33:xss^,nU=;@FN0:Z,MOۧl]0JřaI& dI2@߿(dX*piyukU)}Ѕ(k>OgKrラQ'c#ZzFؚ\-}z<1u/W;;cp,q=(}JWy= 8wn&_SU\9qu缰K5aԱ8AvStc|qZ(%tѭ-ݡaW|9=Ki-]wZ뻮ZezǃO~[ \oJe`\sV;U`-t%>^x-4yiy` PQ.Z49)trwIݼbn^\nVʀ Aߧ+[I|@oqy~W*&gm/#emqK+(yl664HKIݼ&s* T7Js2^ʎ n'yB} &f* ~wC,·[1z1{YbuB p#X= aJfJ%6dJ=n_ߦ755L`@-uH0KĮo~Ϭb:U"|Lj[`up`@sU}د-8W(,z.y!TaXk fh64;Uu'6&Qz3]ho9H X^5kc>sدxʹ~ײجQT4!vcxmN AH{LHF/uiԓ zD-w2, F" 25lN{?m^_G1U*0?W#P]Pp{VhZKp6uG}<^aȍD2Rp|7VJte 1@с]}+aɍ5F>şEG*Mx=᳦FFRݿ^qX⪥aAvg,i ۶%Z6>@ww[}݃uN|Yc3~K[I 9S|Ǥx5]3'H$ƛWwYL-t:JP%3yoV{[* SR *085>ϟƷ%Z(nF [}!M.RYP!MKbg9ɨΥ`K)%CW_Ο7^-@$ U J"e?@OܥM8e,#HKՎ,~LV:3RTRsVh Rw BRb޿)!1AQaq 0@?!_~ٵc|yƳq o?]{L2JP $A< '_*h`Ƀ/mJG7[h~yoqxDq˝ɌLG'˨x~Cƅ{#iЫP7@<9\ʕRJvSݷS:#vP`g:ڢrdL0q>J'VN\Wg 1iR|9ɤlG"" De %KpXeA֢hAt3(0XP-Ns9hDqkK)^E hg8%_D씣r VElX>d8ɀ@Pc+Ǘ`2 ۷ʡ'1[uᯕ)Gؘl_oދP2qm@ GQ};s}}9>`cX0.942":lA7(RroDaCc[Fڊd%qy*qb Ƀ1bVں(&Ȭ] }$xgx!*M !ӑpM7+S5Cis?js/?\qӎW.k[tiF@:INV׃iTRe0E3¨X4ЏEvH4X^vW ڀQ j؅b !?F|!Jf`*S8@:ptUW#x L s:,O76Wx)" O獧 " Shj D㗜x*n~cbi#HQ&Ɏur;PJj0Ra#bJE* hUjA8tE/m::TBI!kەja9~0x▱Cg=A&8VzZ(6aP'} 6*/"dAtgBߋhدH+Db!4Y՟V0>EȷVo0ţEi,KA)eo\v.8A-V5u3ʙpAZ"YRu/bcPg&}uTH} ]^@Ț"84MLV)jND[VP0׷SW]-KМh' P)\mgR-]Ѧۡ恲R nKP4eR'VBEc6 $.NlPf5-cN̨T^TsE]Dsv0njO1 n(%a=1Z ,KtZ_-Gv:)CKee9.[vK` t `S0ԒQXmY~ [|0VvyLKo[bL;U^eWl 0s x6h.t70qP2~LvOSJK<*Z^[x>ôQ(<3~Ai֧eKNNP}[gPj | jHG]jvQO`:Sj͑UWCNTp_azޙT3(pвx}z7~qc 7/<Ѕ4Js4 GUԩJd!xtR V_)NRV <%or}66b̂^ݡd"z O3ǫ9=>&PV B\/~'D;tk9P+Ձ`p2)ش( f@}',3V-Z4>(b6JG  B=U[}C.cI&1'ZG <(wqmWqSk_m(9~ 7JP (btzߵ~A|`^Wh ؾ-v(!طtєsK<M *9n^co" >Ԩ]jteBPܽ5D0-Z_G L9e_[HQ5Z>&缁>Q)j@1kn M*Ͳ_2pRfe7 ⼎{Q8gf,_mt9pЗ_ 6n̶7f]ObgϫbXG%>/TϒQQ-1rH2DJE(hOeb/xi4>u쑪H ALr -zEl["^ F*5plQe P*fxH5c`}q"9m''Mi{xX8GZH.WOGE[O,EQ!Ruq^}=.Pa>bV]NCY`K_e'WckHjt䫑!͔"?1F~?[OX8WDetY+qZ+ڵP8oGv㋬%OR\\窼-Ks]I)nUVnlY`Zz `JF\t-[_y GV=u-y<\㐴%RA6Uo/{YtexPPuvb(c:x}9.V"wV m8!ҕwUʁgW,̔Rʢ_ 1ʉ7XG (KlP U@;cp; 3gF6q/Ҕ 15Xh1uomfc!j+lcyeD71mHMtLލh!w322ً |.CT#yT塞qGx($ a"=݄:,ZppS-jݯ*^Zep"1 d2z44ʦc+R Nf&6`d_WXO^xz|1y,Z ݭUCl\n.t.$Kf*0;k{=}q_ hGPmO ZvXq&M&S_3%n M•(XW'@NpNy>^]B=4g!)/(|Hx1`0GAv 0<Zܽڭ֠kϫSYzů>oYU2S⊏dyVP"_`y .i5!`όزڠ=?R@vL ]7sӧ v`tڙ蔠?wxmaxima-Version-18.02.0/info/wxMaximaLogo.png000066400000000000000000000536611324204105000212170ustar00rootroot00000000000000PNG  IHDR>a IDATx铝ם9<{߻ @RHP437vRUI9U~O9xRciƴF"E")J&.Akow{sN^F7>Zf w _^% /?gJ+Y$ BM}>%vy,vײrEQR!AJ.sZ; ,p6n?Ε~g~ok {"Vjs v[@gu0;knȉ ]kEP"Nw.gg/[-K Hh#,< ? סO(=.8}' #?jg_(A)8DL(}6[k=k2.BBTJ !b!DN~F.)nRJ)R$Iymp"_:h?R\zU!^$zN2P)UbXkZ몵,%RR$ ÐRRyn `!MEnk۝$qjcb+l+ZBΎNv(Jm1acǎ#G @B`gemm m}3KAFFF>5|'"}]Ξ=+677yE9='tufmiڰ=Zccjdl/r^ KՊPH ! ;e5&5:uimwvY_[,-KKҢݨYKK)fg 1H)Nc^}UlO8aIc f !06wrWc9Hw_pKF666BUV80$}AZk^{M_rӧO}$ɧw~B>W\?q@e\9fLjzTk=֨תG>p2sA|ߓЧR),XŎ{"§o'ZqƚN7hGrcᙻ=>+D5UDWa.--|;桇E M0ƨ0 sw(sZ1ᡡʃtxtѠ2?V W|ʡ<K_c@$boERF5ZKhZݸծ]==so_~k_d +80@h]\/}Ɏ<ׯvyxweU_a1iN4ǎR}V TJ1ͧDnkG!ߓ If<^Ff~swaky7%`Dhm!Da2??gy9r$I~)q_:|ߧj}O\zUJ#D$A= y g}/ TK K&XRד)@zvZ.?Rns8^y7<RVqq@p@AĝNG{<=~8q  ygƆ,Jky ׏Ƙ4MgW>}˥xЫ Ө@֢r=vk`R/lr:vz<~x^;v|߯!`*R*6sϙUsiw8 'w]nECJǀ$Iʥp駞'ҁȾAVLJ*rgݬ[yTK>~̷'?<|ן}q2AK@J)#!DzYg@K@N''~.Z;ٙҡ?iz9`bRż(=wDg7v7m"`bJ9T,<=S^yO_;i\ "x7>W|ȃ;93/'~3|'f~A[Q U3a'3;6==]OϹjC1ɵRe/=?53ٵR0ն\EgΜ?\>|{+?wriy}̗cgyo00h(3bw}^hm}P k5R+')%IrZʃ8)BxBϋK.}ҽA/>@\L$'~wt3_^yƚ!ÍJ7,9s>9[N߅mEQɝ֚jS/؁=?X!k>`g7 @JX[[>0Ð>gϊ n $ML~б'f?bvr@yhm35}ݦWvK"v_[ \䓷،g_~#q`Rk=7k' ķ$'Z6o9qd,5G=nO v5Զmwo3Ϥ(rp^!AcsovZ֥?w0]̂ ŒYyJNrɻMRZyRAeLb^FZCuF _-, m}9HxR<<1ocӥ@*mslW3N0PiUZR:NͶHyD)yXmv +D/mu_gyիW\6~^Mԡ/ ]I\WcIuI"76TUBﱩS݈#Ü0Í 'TS|L299ƚmSK!@¹[qpqaR!LbdY"JRfkͬO{%QN۩5uVx [{lI )?ՅE޺p}# ʬm3~hTy'sWV&=۠_nKےw "Idbff|}a6x/,eNZO=aqJlX:TBH Tt^))ߋ!XHȉ$A' :Im<$(B7[+R3j QB)??fYR / JᇡRA]QZk8$ qMyd'?::~ sx|c!l, CGy/ǿw'pUƹ$Gc{kSDk[mW.%Hs$Iӣ;0V\xU$zU!ʝ %%kW94J801oApGp7߸p p]H-bs@r'I2ߜGZ7z.T)"U|!R"S,< C2(!WNE6y&m'tӔN*Jb3siq7PS +25#$zHDsm㌸0j% @ '@ZĜE7Xf-m,QӍ"bCll9we)=<ˌMuxGO>vkDj\R`u'(rnՁa)ȉՑRcHRF>9Imr ESISTxKp*;X׏>聹W| rUK=Ř Hdtvv?rꂔ8c{v#)VyXcZq 7ֶ843NѣG^׈[,;ϥ~gӄ6Vt28 3mqw G?bpz@i Z\o2:z/PY{xJ2f;bюLL;o)?zyx"/<Y8F˜ÿ/&l4&X Ͷ3p=5=|Wqh7<s/f2oxW'w wd\""N@X5PlE Y.0P)+MLt;Hg|tnS,o132>qĤIX R\[^F[ˍ-b ?}4w9mQ#ou\r.\sy\]Xe5ѻWc3&yɞg]SWzrx\o_^#O^6KeP ^ʥ8߽/G&1XYtQ%Rc1Bf[.l њ "S;RZ&2B?0Z{@x(%U_Rqm@wvcbc~; }ʕ*A[ΈjؽZwwlg4dPJYu8Tujw`Ujsn76tw>αoffBEu1:u) K!ZM-xy;f J\\ˆ~CgF@J[oa҄$ܵ14E*Wc [$ k<]wLt'j`O:r}[zpltě9pt"ʫ\`9Sm:},׺ s!G;)h,#pAdUJ}.ppϮ}V߳Z T}Xk+BE POɩi/F٣鮾nZ39@(ɟQ"Xi92̃w)ZH }O CCT5UTiC'I&)qRžez+W Ib)8"$IVá)e/"`06ɓ v`+LYl{tVW1Y{gmS*p{ýPӃZ3%gPo`-yJSenUte Ւp& 1R =$q7HӔ8tJIh&N=N0=M7bO-.J Y쌄F:^şG?Fe|TtsqRtWW3C|zؾu;$na 7gDN$G0 *?;Da\䍏Q]s)hJR+h//XV'WF)՚@3gpo*@) O:)zJ;cȧv*% e5\fߙ34E*Euv#k. [窆EIIAlO&]vJ;`OokC##ZOɍ]@>%0Ɣj4]%֌hE1Ϟ}/2"[QGl&A\ti-- HOڰ eE *!ի\ rᡁL{.55qS)V* |s̍+W: :NRfaꥭ[mJ$inlvC*Բ配qOl^N%o-5 J^7]p.w֌<],lYv鮭!R0+N5Qf|n%¯'OH|!Yj 0ȦoS8fxhU y.pwTL 5~Kg65(1BӅ&nD9 LKkq)]\]y@5myvłCã)Z[9U@ڝˈM4ُR*K]$} dmM\r$rZQڦ}_2\!A),;^hq)Ҍc^w{n‡} v<~HhnnQ)VK._e@tL?rL$4eQŤ\v (K7 <WsPw {E w}+ndum=lͦ3 H&'Ļ؜*JNw?Rfcv'zq DЎ¾(5cU3˓#qEA>JHW֐JSO kyYdrh}] |vS̒8fQ&u##,o:URCg!V:C /rT[v/ vit'ɺOQ-1A3{G$$KmC(IlZ,N/ IQG\bu}4uWL%&'&\qXtk?~ꥵ3y (oGD&'F3T0>P'M HЅgZx[nvP<1XзT!Z "dNWqD1 ]@Aә h.,MS<# B8ecs{pK`80߅<<x/@j=W?i&c`ļse/\ B[^O}fU(V $)HIwy!'Tߔ4K 4MB AwíBcq=,iIW7Jz,OjU,9$1< 6dC:H l^;z{q.av~pt>`yT&a\^/'Q'ҨaW_||z#r5;H5Ԕ+UKSʁp66謭RK!v&vm$t :M{ 'wcuXJؿ[m{1w4*]g)(KK=+ZOX6!ڨ!NV r{R.7NԂR|g!I\KhPdj@̏ټv-J9-M7o&} IFQT#n;o4I6ͮ==qLjï5 lXv u^^ɢ`+K%du/Gll5عe3?N7CrWQ]`Й3Y.A?+  <.nZ{f6>+W\*y@N b[B@spM[ Cqy[\u:ŵ%"-\pwm:x2*3 …pmTH1ol"XӈJd1(P|~2Vk?!!4NhV{Y*%#D Al#efdiuY7)غ6Ou ЩuTmZ >enZ5N'Fszا2s⧸v777v/S( Bb(p)Ô-@ZNcmfRHV3?{1a_ܿDc"Rf痸NZEf-.8XZ]cjN͓Ml'Oyt鮯CV2_ vׂwc%\idݴ 4IeZl,,)H9v7rܬ]opV뤝FnjVީ6y'h6ۙ; OƠ@HY~E> w=u(f:5S($J@mjP+%77i., BHARenyT0c M㭕Xs-X@b!DswA *z9Xkc .M^TZ_:ʣ~@y10Ô&&HfY;e%vwQQ׉s Je7e\syp$Q6>Tn^c֯\V8eLO%}hoEHM-݉ HHM4ZqIlT(ZG%Aa|r36ʽlD&B6* &9A7\>\> 0` OrmeWXnvJ%DF6:nsq6ZD RMAЫ3k}N%UeYf z]ݹ\]Y]]5J;o[ U@@ԹqZFO(P`g/vBiVRs㭥%in3]) f~ ydO`~dp{mpj\uOmYn@x>R*=Οӏ-rdo_.smy+WH],P.x!hqQ/եk[ZJgvdT‚i/--J!Ll C?4p>rڧ@fYBez_I@f]'N^k|ui^L)VKKaE4QCݗO)z I*AmjWs`{WG{ajXJ+G'BH0(0i>.Jn//[qR|Kw:|]_"֚sW^ eR󙅄IܪV ,%tt`-~0}QblYҖN1x" ֒1h0Z n#4xetgNdkyfԫegZ{ { lݸ|bbQp}*!qt._eh(NB|a[jWi lv[[DxRQ ֚ (r)kX[t 3DV@>˕eCw1|`?VTs |?hĤQo= 'ǘ_^G7cXHw}~>C_Y `GbW ll^>Ͽ')+7oܸaR:peKyǺzexBЉ*a@5 \ݚmZ)z<̌9KH:kkͦK&QԻ()$iISݛhM?"Kml$epGű%I)6js駐Sk˫,nyGh_;v⪻%qֽ|epĒ8)Gm R@4uUGv:c767Tqll.v y zGWq):q#YGXm? ? ;I nוZF޿RnCӦuDQh^^<:݈f L:IƠ|v+kT/!TJV(v#MӾD-Hviyw6MsC?5.t ٰiga7)+㔹A8B' iG1NV =GH&DW.S<*GI|%hi RzB5 HmI J$$^6|AkJ?A4y8Vs}(:Q0u*Àaxr(qAV7hFv&="ubA q E/^Bz>RHf&dssv:8,A /]hRk ۝K$%\; Óv;k-M`҄VE) =ZIq,ͱob8NXR?ߣT{ _HlЙFgu٥\ҕ]ZInJ) VS/y. 5hMczÇiTseeǟRՊ lv(3=X|fVe"Ե {27;TE{˜%$KDr?gꑇ)A/%46\ xYTbdso/olF'rhL -m`ť(tU,o4905̉óL0=:L9 BDkj rV')f:O-H!M1Y[.833PevfjVSxFRc1zh&h C?#H!ZJ\T #nu+>K:m0d9oP"t8oSqBZ; Sw4u/|ݿq4[]17_{VoO:oΥj57e8z9\,GHRJJQ.(Fw/5Nvoy{atAF|aJemť5a=~J7V009:@ᦗ *t6x_+6.|@5]ߖ'o{_Ǒ̪hq$ CAQ$ᐔ|3xV a?M|cXf$q$QHI$HM@ +3!$Ьeϋ껪^v@8JkECloA{k!((={|:j0["@c@ zvjzcv} 3I5JNpTȎ̅ XbZ5z h.ǕH_N}`'­*?O5C}xb`n.2 צxz2zړwwehAd瞃Zrw⩝=(VmvRj6S \.a /."s&FFPGKKQ&F Cu)H@iLw?q=d?D eZhk5,Faw]87 cOp~@fYvt`ϡzf-?\ oaa(g h"qJ;SBB`R_||PkvDI0]ÐlK,!D2U$%p'0{u (v`IDAT"};RvA`bqh? )wџJB @P^Y!eWVP - a@8dTU1p\A(t-eLw~!#т_;]HDȬA3>;>1!t]_2E4"?<| PRVzfDr޵;Ç_۠媍d2{Qaa@+ Q=gu>: @X|R إv;V˚P^z`y-joGf%'TŦ\bhx* wPTqd6t') ~O?u!B#]ެ8i p!pBѹ<\:x@dLS`wF?X,;g5$0S;<Ɛ`T79BHֲK\X ;I}tpL6lۂ0]*p2!8*⺨6Lo3cY :xWZ cBD`;SplǶ'@t=,``n5a 6DFAy!s'( ܑE,J`4yG8fA8 :yo/A@K˘`Xu}qb|"yakkIrY&8 mH.Zj}}>xVI|tWUqFG@uB ⅑mG[ʗ25 rt=Ca`PA\W:Tj/.!\e"b=*4Me;HƣJOeӄBgKR:%ȕ*ʗB#Č2ʸ93}0m탃سc <VK˹i %vq"Ȋkwg6ģM64t"H M Qp-ҭ= 0vog@P <;َ_ݼD w\蔂X/ T, AS%Qp$CY?ީ=>^e a1j8FX~/rJ(篹M̧2xΡC%$⚦GGܽgNJDJ躆|ĕSN  qԺK'DlvB < >cF=VT"DNz|i=ża;Wot|0>r j)Y?illCXg'qbc @8L%QJ ]t\bbn^:VsP(g_ K<4fZV˹ڷ;2TBz%Tm%> 'XX ,]ض[Oze\>>Tz6tG9&6t':6s k:ryD!c|nZ  $WTy}7(u Md5'Bsoݾ1ygl{|!(k'zln>y~| pW;H/Q]kMB± QpZoR %h5Dgރl :[bh1+x~K"5Gnu/F.x?B_BHaO/72RJ !Ͷ @pEA†aD\_Zj~]osh'd=o@j̯;>&a}RWet$Hţ[̓BcR"jXɕTΡ)KÌm7s__~@!D󛩆^.&*ꊮim޺_ !Q6#P!DJPH$wvwt7̩cϵ>ۥTPn'x{TIAX+j[,F2X8\ƒںvX+frjDL"%_lKL|͟.Ja@

    1PCX Jdc󕪹~b]yBV' U'0u$"~qẢd lˁF u"9mc^ e a/l0AVD5ކA4v?붮3fs9رc2pY@JՎ矗1. f t]ɮ'?*egn8$`o; "5P0MWD#;1mqt:.ǭUP س7/| mQ}!ڎlJ=BUD,D; aYW]>4}Fgplp>3m+ϟ?=l:?BLkahsiڹ^Bh OFu޺U8~c)FЛlPoS )/M$B |a WwjxhFpw9㡃l<&#~~_|O Ց/[2CR~ȷ v]'O>dh>lÇN8B~C@ àSS?~oR"\-Ix=,JD {J:n.da0d,Ζ8QoDj!/\,Tط ܃jݦ{@#1 ._d!DiVaξ&B0fTҥӧOD"4?D_Ž 2ϋl6ꪶ/}a0Bd|#ʟ8pZŤ6C ёYdE1P-iՖ9c-}`e1 \rT+U tOzbf{/‡1tRɼ~kׯ/b19x>)88} 69G4ŋ/(#pUm2.@yKBL?ǵۗR>%*/J L7itF(pC%MqlTы/v\-@ rgR߳ f-/W c}ٳgr16 `~&q~!qСGAsOOoJ]׹6š11^ȾO-}M84Tp9hQ^ftkfO>TdαmD94GXTzի6&? K ~YT>R/{7}`R: 阦w-O>Xv?H6A*8z(v)os/Q+ {mq/ɪ׼%(y-mn<}s-T*x饗8|W1-^Y4۶ٳۗ3KxLbw:-F PerL^Fc{7mN/Df5p$Llp uMkn^蝷rWWּ 0۶y__W*#Hm'fh/2W_}UJ"0l)eձ  7/%L.eV';m[B!) A u0rɉ|酙=OnoO vuN 9.i;(Wl`Z.P[qAy5 j>;@ NyksRE9M|/?cY_W _~CCC[XZZr/͸.Dҥۦ=~v3㩾C1NZWuZ(B U&BKɛx|[ue0|'/ )m)kYꩧĉ'iږ2b4 KKKFA87 _dYs @RZ6 ]]y_t߹ucȱߙpk2Կ?"v!+7]Gc2_( Xʸ}g᜻ѣGVӖ \lv{HecYoÆ<62ކc#GرcR3 2˲ۋW^yE^~]J4Ho+:5]WK.];:R;&w {]]HiVIhc&/5.v!9@ ]䚕jqme5^_rQ*L4m0 ԝ2pιb``@?~\Rڿ ڴ˲>{Rɺѣ/_s.4MM&uCc XBJ,..-^&R*J^=M$Sp,7B8QBYPjx`CE )Nն̲mUJz1RZ]XKigyyYr9^5- @QӴn g }u/O?-<MjqG` .y*vJpy}9::*٬]4_"i1@KxPݟQJBabr,x DH$aPƴZ)t][X)ժTʼT,r,K0p]גI)-1ʆaLG%0Lԝ;ѕR ]ÇH$`T>!xڸK={VuJBHCJ9%9썈 3aE8/s@:!$>sbSJ-BT?VlG#f )XYYMT,\n?@>/ɣfA͂@1dNA T5z;4@B`YQ'`f'Pơ~C) f3Xo:>]ЃTwt5 A iz}Lo:yǿ+[DU&)xC}Gן24 1GtS&>5'p}# N63@׃B0=H_Thfpwl)~'q 6 tW紣؁~ >P6nI,sU̅r)T)%KɕR|R.UH^I;- <$I$I$#(W&q-3 surW @q*-X% .>M /VHW /IVE9AJA奖$$I$Id}cׇ% 9?U΁ġmey2fC,ۚ,S% :)Gs!wҸdWVm? 5AG Y$I}Qw 'Θ'g6\A$akIH<~e:.2zӏ5.!f?{@'F:HۮeT2QeH%G6h̓9J6u{u$Ϛ+3LBY$IGF(XYܴ ܆[~Iӥu5N0XN{tc!;vLYF.\RfH}]w:wlޱkxF"Rq䞖C =ʮk #Woܔ˥e׵ڹiۅ󌎽1l؉*ǢtKZv:ۛn 7,;|hչÕ^CZ-/?H\-krX6VsP?bj>&VGι#g./h/'̖mreվ,$۷meSϾ}JrϕʚcxIYw3pBQ1w $:! d㶝e?)Q>aky3%yQNrΜdä0Tfnh?}V paNiӶrR&LFK^z}11YKEBaY5qzֈ7oI=]NE:0_eS%{ƿ/!<+bcey.},LLOɑ Rt4KL!GORH\#dmb4@rV8tZ(/4o+<$D.X4:!F JJ;Q飵EmEZus=yp@6kRoӵ<滀oM~˸ޔm^9]c^0K= Qk710q\2^6Za/P1Cg}>mg=m4H'oܪ۹k's:oM;zii}Ntoc匇o SQ֩WZBZ ۽w?/R%~v݇+LQ;zM:J7Guv#zBt4A1|H`׽hf'Ϛ,ɚI3΅P]^Qu|_i&@#g.^l^Il :oí<Cil1O9saled? 1x;yΣba[1 # o@$lݡƪz$ũ ah?maUc׼VJˮ76j@d*PpAw ִ U,*:?Oυ:o58`H5d9Ӗ5,z;߼y%H-R#!` z~%*6FvP۽ Zzgī4,GHf:f׽y]b g/^i/vJF+Μ)ӥˑe$in9E^}DwtzS^hVyIީQ4p߼]b0 ;`7Ska@+* iۮj|usa%U oߍ[veoz >*FMwssjb:J`({K.^x>|soAh4Ͻp5| 7ກRapF9AbW06F' b"т LAK~GKivc0"N"\j8Вht~/ hZv]R 0zJC ^o6f M#8Vh=SZMCǸ3:@^:J #,sd8lpBKxg=ozޭ+~Lٝc I&/`6pb5\Q0|4GK?ҍy7~0\%gu9q0T}=+@EO:D#Í"$j1hǭaqk'=7ҷw7oWe_RhAkZv-i;q 9Fn޺g$o DGǮ$9@Hî דϼ(V9!~+B$.5.v|民$T~fgSkmځ+-UZo³HMKN~\c3reٹ{ԊhڢV2\!IvҮ^,>{NoTBc9bC "oG1p} q rL Hkw [&&GdEܺ~WjO=]CS6yk)1`RyOH2qÏ?FU lOܭaB+ M$cO?2QuqヤjaE׎套_іW\>'QUZ=3{ocOK$a*biXI>Šw^O=n_$'}Q9d*8y[qts3&M%ܸBy3at+VI}Gr-UW9,^yХ? nF,]˛ޞ"; _ .{o}D1Dq_*oq46҄V!(GoL 쓧xv\x7x3‡tlƛrΝ oh+m\5s#'rNiu$ָ҅@ᚈ4".Ll[wF򭻁nŷE =p&Mu}[_e z_lWA@X>4y/ؼig]pmڲ]{g`Xq%T1G`i>b _:K61hyVG&A >x„JʼBI1V:Tf%n]{U{8A++*߸Yi!Т`FTAW11`|[V3 P( PE`9]׊46|=w<3R5.1+@aq*8#ٌUBg̀??Xg ;ZM7xC2_9n)h?3ay _Lk\XBnķFZwߎokMm8eP#Ά9fy򹗴7\yn1`?5.01G`iN[Ǥ)/Cds,քnFBu_J{*ohqUaFhɰ^c5!Lg_=p'm*#P KGea@!n#{9Zn<1ěE8ZzFykLӯ)Mb@/1Z /14쭄  UOqt^}M'pp]-=ěur#)i]q.NgV)_SG}b=MWTe+p/9(*@i=^Fd&jތ脻Pi$o/@Ӽ#)f@tHClnBP( fa.VS5VZ]\F+Yt1"2pɟZg["){֘k Ϝjo7RWT ?'ck gF"VIck d6+`uOָG [π5ŀ՝_ٚ J1soFy}]w3+:k30 y>_Lk\[+O|]kD 'Z}}ܼaB6X1H޴.f/#xXŀ4̷G`i>nB֗! ]3j;NC7ՍX@*O>[눁:{p!XzJ .q)Hb$$*kdӦ͌$#[ߖ7nh~7o9$2SZ{?%Ib$Ix%INN_W$#«eWҥb5+W_rJ9:oI$Ik2r[2o<I!_x&C T]-ўKr󕒙X*\.PAP^~E/ۛrSJ)8S(ǎcsyrݏd '0m"M9tĖwRzUN OmŠ5 @G͠n/\2u^-Zwg̜)W0ʔlY<5\6(&Kò|h#ܙy9SX$5G2|/DХ '庑ϳ/U!h)]:ilm%׌mҶƶ\N]=Vˇ+WjgzE\Ƿ>kט#2zIIM#Fȁe…Q_D:=P/4n#qK.2nxٺmV }ei2{WvWңgOi|6mڨ5\A`GaxҧOqBˈ+dJVZo8aCJOW5n1x?q'^+$:z;߼y^_^QQ##ky`E+t`ytQ.Y}+ _{RJ䆑Iyy$wgn\JByc]o ug>#uPsJyZ~#/sC̟@˝ jO"Ktqqr(;j* x_z%5jT7AΝeѲ| 6z֭۴+ێJ-u9rݴHMMӖ#faÆI&M40FFݚk5ӢGT8.1BܯZZۧb}1Ψ@A ~L0 #ӷEFæ͚i8ٶm{X.1pL hZdOnVZ6ƪ8d~a¸αuJxߦj0HG~k֬^9 slٲL2c]4 <i0&f=fF~B[) 2bCB=gϝSW}Ijuh9x萾H$Ѵiee y/N!.7%@sMPwj]4WjqVr ĩq큵뵷̆iĕ+"uYgTdY-6W?~Mwyw$aZʭ[$~Us;PpakPyC(sF0H& I&0;h}dpBz8,FF]镤11`7mTZn-ڵ;xeݵ+vU[Ώ7N3 3z+wSңG Gxٲҷo_%z <СѣbHcW_us~+GGB==ܼeK&+ A@t5@`< Uxlh 8c8"v#~po# ȑn]źUDvLy%ȯa~#+gH[/_ mER5y>ʜdE#4 lZFn߾-ko-q]vq:zX 2]]rhX3t?#a={UШj@9zTL=p1wAJkw%f4z% Z{Gp#m!l1`*H˜T,p%BzFb`!lz g!Cj}06PѪ`TGΣ 4zC4 a 16fW^i&iٲڽ[tA~5kگL8IvTyU4acpSh?VuGK Zk>c0ʌNf !g FzJʾp"IܹKmø2ݲ{!Wa߸i;2Ӯ7vB|WBۙ>7_A/SwH]^s8sK* rOlP>5*7m4{6vuGi_Uݮ nM/ XQAڮ%t!MCf FEiy"%@PNfzc CP+{bMT&fEhm:,#F"P`AFMIM%ϯ57 ha@f  |qREv dMF!Z}c=z⃁hi4 z >gffj҂vka@:\-ߐ \Q^cN" 0 \;+1 faCLi[S\#o~je),VE33Pi+V FT{+)32 I|vg=h==<(sJˇvA8-ұ ;w=Tg)-P=h6l~Sw=Nྍ[!ۨx9oܸ)<=ЩSo _j\wAU<*!n@w^N1`"_=m0ϓ0qlHTWZSVo͠iӧ#誸ǎkx21ef`\L"aAXؑ`Ð?e .TC}t9c#UX.Ȯ߸i\IE%wсk:i;@t'2% t*<8O{B1Pڲ@Jς :X(d G_cI( (Bv2@R Ԛ-*&t=È78*^TH0`GJ X}lcJQ0 @({_M6Veb۞={`g_c1@ v\Skq#>ѐ +))Y(),^pbԑ;wm "s}b.jI*h5tGyįfpwC~@Fk{ydLY0>vNzL]p tgC(p˫+b. ;wr 0O!`G.T{f/6$E/ :>eq6gbu 5|unɵgg`a3CDc>vv  E՞ZQ{1/n<=l.C^_Ӈw0V9ok wzq 3HO 8vbYfJ>lJ[J@d["%g7EKj[ xYX?~‹|#9dC7:Ja%55U{ D?@[#3HKׇ*~W[~JPýo 1| ^6al8\[7׶\ΟUUԘ1c5d2uau27.wLa@y,(85sah8vgݪq dܭ-֬ 9厅HXiwz|M7{} `+_m6: ΁}# 0^=gi-$DzEC)#Wa^{kYFfBks-_Y|S+QL_tTxSal.nd@d6Gc14F?Z v`w0 kw>~f;W@ d]pz0\ኇq:G| ġ ~CD =q6+7g+;$Y]&OllMv p;D7&5{kvp .BXP >\O{6o2w)jY0c-ȳB5->s֥ 9ݵN!9sN!V<= D=a-.L}1c”֨'2`L]իj^tkGz%'_7A8x1>?jMt1MzDuE |4pwB+6VL0@og|)bl_@` ;gqsOyUdπp=uLyK{6<ke3‚b01=\WBXΜ5K3ٞ&HY\}uY\0 ԬcdnW|W&?L'ө4-X0,J8#L/fEBwk%'S4xRS|o @Kb<4x}(`8@ P -?V&p̅N =OcpiMkG v8%WҞ*_00BD 0].1] gƤbi{3ŴHH/fj0f*ݷKzDsCyDBg~~l;EǷQc=~M*c :~ŹKN!WXGV<}hcz >#uLܺ[nUY"!M10c҆j 3$nذAx 3x.T+&9|-镴OԆQ si$t 9#Q=2҉w@/-N5fq:.b =h(0-\`cM5L0 `c9C-Ҝ1Ա0@MEu1cA,p*d2gDŽ 9'sta bp-[uamqU VrkEVDf@qaw"^g]G]]@CD=B?Će_ώوV7()JtuS_ӎB`=F 1< /00!aϡt]5O+06ŀb {o1>x)1`Κը6 j=U7R];v%B6[?_em0/oP <Ԙ=h(@~BX0k2DZ>|mW0 `@c #ZᾆC!h̕1>z |Ce("  f'T۱``%KfHu0ؼp 4f兙Ϭ[km}0YΙsUЅ>uU;[i }%?>sa1G@lT5MS<G\بgUNuE|7\u1[z #5fSB9R̀GCf`G~tOG~E:"8Rr6 @#ae&۶m{&?xwl;w,\+S‰ohFaVT \/A]E>h 4Zo{Phc A@tر =Xh%s?=:Cl ӆ")lo}0rŘ&uvCbZPL6]ftؕWu@qh(,:fi7 z1C鶸ta!m{-Rí$}}ut^ ٢49 U.@w+V>W=O:_cJUiL2qB\ԈcKyERؑ^K=lB<† g bcH 9(@<њi]\~ӦMeѮ۹*L3fgb?ǨC] w𻆁85믃ahq#F1OzM{đ#GE˖FKtk@eV[+xc<f-`b zZ ホ6V@ >F*C~֔)ST"_5(=#Cb c%-yF3.HZuF$#=P ?ZÎ̸$5MtĩuвZH,..иt QdV"hA XK8`c\.Dxԝҹ)֑PDzV̾-ǎ>6)|0B"k$h b}sXL_Ua{5 1@ FL/ c[tͯYyX[⚊o * :jhME@f](Q`hٷo3A? .}pH ޽GWY|('NY<^z!Cl55fۆ?. `3N0KEvq1b;G a b" V @ku1o }`!ޱ"\0 lK(sx 9rD~Kۨ"d;QBy9f 3|ŋq`؁93g 5V?v8*;6T!p.87O=u0\0,>Cs,@/35*I;P s} ݻ.O``uel jetʴ z}-yM΂L :=m4Lc5àyiC\WԓಫgӛB @`d֭zp=9}Q1 CfEA} }#5f EfuttXc?oyR>2 cx"f뤹Z!_M;\A0FVF\0l-;̃k VFEq`ۍE] }ye^[Aܞ|qy ӻhON=.W9z\ߜ 9QOزqPDY<lP 3=fcDx9˜2 yBP`|3[T$@XvX$W F_xڨ=-o-h)FـZ>jIqݣ^sVu!D:259;gl-6Du q0q?{P..?X =VC@\\sϙ;WO.7nUY1wTR׮מmkLܥ-XP ӇG1-&V[}Ct<.+OYc|Ĺ uٿk\z0W.BLiGlK.DKTc"|ovڬ/KWuGb%Litrc d#x8ވwpU>|Ng^ݕ= \wȅLcZ}*-|hAA=zhb' HK `; jرkkclAVe!0Q8]#~=_fˢU5[6bakK+Ȼ_[nUc={_6-HÈ"~cs0B[SnpuV=qtV,(s\=vO{ cZ^pQpNuv@]gu%_nSwc ;_.pN/f֐hgzE'`bNM)7~bA1 h~ DJ K}= $<ݕ= \w"*#UИqayآ5ŸBn5k[sx z>Nm葘2e!0[֠ ah $/ڝ~=_oz Wљ$Tαڛp25KUTUP HWO3=`x~dd$sh0Sի%r0BJp>W ܝz0$I$yG ,Bj:c W8]]tV{1$)H$Il۾x"I$I$I$)H$I$I I$I$Ib$I$I$I$I$I$)H$I$I I$I$Ib$I$I$I$I$I$)H$I$I I$I$IvAAAb   ((  bb   ((  bb   ((  NWˮQ AAĝ&Ξ;/ǎgb   1/oH^i)9{b   0t!   Gb] EP AAD=Is/P AADCބ|yyAAA441u  bbglY?,;[{\?sFb^&}[ʘ^!6M駃ϧ19иϤUF[{S$aL .ܷdi(Ϙ e92d(%;\ [RWH/ ]xXqBdy r^ʵC?z,Ke b`2.,_9R#,C4kV? {!ߏ?.."'O<رu cZxCDZ#B2E|0wӟD?>ۿnRXxCϜ.?,=}UK#&?bLA,#ML;~OԿo>?w(rT],?/;t E(P}~'ՎR zisGOiUk[&sV̜)ҧOM&\,)&Md scbd/5nɇ7n,_ ʕyw8+e3߬v|, \3܁b%eؚb{֢gUV|ac o}LwB a;UY ]d-GsV@G+`6GkԫkݫWeS6uy_;t#  CW 6,ƍnB0R 15=H@\ZT7"jq1G~ZC ͛ՏW_!K9^v\8 U#?`LJNr ԋMwT& Z;O x.]r:a.>%%} ,` 46;_sLclB(g64ג]y-|+Gv]gOɉ|OBBlvTcLAuX LAs84sǾ=y1"i}q11wnn.m\`YnB@S1m7o.S=92kW1ȻdvBAA1PzYR&,mL'm2)a=>g><B'irGNyp쭳u5K~4Gbof=^MG ԥ=0["DA@,)pAp @"Pgq\E,|1nO>r-ۻw1кgs￯-Z$ǰ@7X\;ASy@LAuC xL'cL [ D~]XӒzYs@*qlsct[;We[*x@dϞȈ;eգʄ]`&W~mu|c  (: = NO~{kP`hOW߷TJ=mAAP ġZRv>Zӧ  !oߗ?AAA1@1@AAAAA1@1@AAAAA1@AAPP-{~CX}V$~QXiBƌ  j I=Z*ˌXΝ+gs|pzw!hde{o_q@AD7=yP=`@82bDE|0O"{fA2/]*s~3/"~K9dIX yNJ33DZCdܪz)6vm˄zΊ3E~/|a-q[m,d׾&ONXQ5=˖U9Db4i?W5cck$AA E;vh~ngDD L[yG&;!0W=CzXf-t[@zDYmbG+ewk#naonu2'?))/bhv50Gn??XS\Ӧ5AA1@1#jV1 10K_>OO/$Dnެ~ _J1w`]r:!=$glr a_RE@s8  bbc'ݾ]ZK42ϣk1+_LN7COV5v{7qKv)9^YY  (((3V7>pڐwi7Nx@b~פt*VՉF͛7L1P{q3{l/~AA1Po|"}T tS?{ONΜ) 򟢘IAEA(H|%]@.)*nZOP>/npB. 7&L^+W% -JmT9?ᆱ?~Iu{06>w-&=-ZHYFF'j9sbb{ቷof LAG d]ݧ0.1{PI\l{$!!d1pfj?Vu7*T k׮ɷ-0:74߰aÂ5o/K7!w䩧;vT3=|tE_  |I AA^ jLnW9vWnB/9gA{u$[ Q//MK I ͕ݯRiÆ j Uq:n8fرU~}OO}ܨQKff4m4 1q=ۨQ#=6gΜZ  (^߮r2$S'P M?,^Xh}FW }mۆ$~$<`&18f̘z#ЂD[15a~礧 71:v =55n 1 ]=h=ЯǞacܼZML<{7bvXO? v /իK TXfzH{8! AA3w?֯mLb{>#]W_{dggK޽OyWa{>3NaS>C[qPeeߏcu_c[][qCA@3дN Ap Ob@݄RRnC !\7oG-^ r5~hXϟq ?Fᚯ}k]`A3x!|Zl|o AA5QLtpdcR%|nb f̘ f `:tz1bDHs΃O?>}Z]wg#{FFxMYaN'3;'?kWrnɼ'';׼O=%E3fPRF0)2[VMefJرsNlΖ>[>}@a-+͛e#ȆɓwhFۣ;{iuv)#θ97 g79vLU{MN+=-Dk~d{MWKx@~5.eW܆80m~( _k5͙wN>,MCu]gӟkk.yǥYfRvmVo>ǿ;۷4o\jժ%OiiF֭+ 4={)e KWo4m 74Æc^_e^o3{V :I#puhcZf̘!?ϤO>gٹs?W0 f3tPN_tv4ib:f͒cǎɶm1c? \52{}|…ҰaC.;_~Y<(gΜk=2˄Qi{=vh>i$&L0u~uWN2աtÃ{]{sÉG֭׃g:2p@9szL6m%€zw?RYYY׬.GxC.ǧuR=zzowu>e{N99[fr혂`€K0Wc;vx3pUWy^fz~~uɀK.QܼyیSכv`ݞjg1wԩ 2L(%%i?~=zoʭ݃}=R? 93qĸ;:],x P>yu֖/#@/l:}y;XЭQzMYY;=#J+ذU2>=v.u&A96(/؉'Yu^zɷ~kΈte=ːcx̀mǢaRXCA>s;c|`N)c=ZT/:f`eB#LO4f+sg ftl=^50{:w\[ -qs9ϓ/r"8 n{!6 i/ڕ䩧ְDQ<4i"}{qh}z"˖eeZ4Ѣ9qizVZYg$硇^o΃[˰Z$M)rP.]Ջ.5jT=v>pq-[ʧTUk=9yZtˮw߉@PO=50acr5vȳgeڱCFԩc:vk'L0I;ZElyL9'o6m_twΕ++p ڶ+VHɓNW{dN3AZvO E ha €ڿaBډӟΏW:<֙oFoWزEEs|ZBBXv!!00)Dهw~>{coa@L{))q[!:w%E}dvpZ?v:Gk]٨Q@a]ſڲ*,)-uz~u}oa?=@ݞ7a%HOmDAގ) {\|83#GqOG(~#n[^F5i"%۷]ruÄ'~Q^oT\?<,xIiSNSzp5K.1 uuwݞۏ=tsoٕha ap\WOMu&RY<Ʈa?nCtu=H[pTN/ Q%zjs6zbS1a0a0a0Cﳻ!Vm-2t9sl9NRRy||ݺ2`b}wl_5sl).>ը1TRSԩ!I 0@@֭_u7#UΞxWVʦMv+fk2sӿ3ɠ_Orkx?a/_݊~ܹ^g?5ZG-mN{A]EEyo0@@:IE_O6/4=\2pjsM&6s{̓'Ja A  iiYv:-=}Js8\8B+>7U%WJj e~m"goȖ.t^Hj Q:|GL[em,;a@ OXc}3spdCq;}LYk:YK-1e-njޫԂv="ѡwTVVX`&Ǐv~iij-..gu-޺Xi.,gNȶ䱹U=>w\i|O7- =֋@vB[n=kjr\Kݕkʝ+M" 5Un/^Xzʜo8=͞5NUuWTV}#!;k&VPJaJ:f͡Zn]>]N]:i7Mn}~wya^+1(]v0@Kd:|e.3jYytU?> qx/0~qO$ rV#CJJ}) IOH}lFc9RvmY a^:^ځo:#꘡׽ups_vc9L̙2aZjH3йf9uyC;ı{Ä< >2jӎ罿'W 6Å.{* qyi[wD Z]}fw 4x4JkP0WtH}d0@@/7̜}t<]3fZN}aEvy1&{ ]g@apjPߛj(== փjy:8G* R`@ ҎQhvzaNco퀹StdSQAοT]XFW%i}GEUS; 9=o9eXJ@ G=ݨgoVfшN[㑞銸\6]`N}j)2p 2Ͽ\n*lj|hjz|󦥉R)3a0cSŞUWi |$ ZȐ T( zӕa0a0a0` q+C7vL]k:ۖ,zrޭOT5-D~1]r ٹro_oغxi\,Zd=m}챀B)(szgOvi{֬;urV֛i'}…N6ϛ'3no~j׮nځ[Ç\a0F]vǡ7Ckt{=LlNz8BW+;riZYIѸNu唏^|a@kD:fXN tДtת0 G=a~M&3ߟ}˨&Mdv!?_F7mjv{&t-~;3w<{l%k]V=gJKʹ޽&\}lή{ DeeNvOoa@;e=Xp޾tt{?O?- D;3{W/Ȍ׿5{qn<,xIo%㯺lDӦ9kOGUt\˖N:>W5^gLa0@tEa0 jh^<a0 @ @ @ ByӬ?^ʎ57{ljAe0@@|ӒzzEE;{6W%:7޾$y啕i˱o_4k6FƏ_#GOzJGK_0a0@gC_hРsMi/"׳4{Z'`"2&ז+߼RNzndynyAi4>u8a`ʔ3VaҦMdef>oMK˒kMiS}='0c)o^9,jURkX-uo',ڲHN9!o>VsEF ?} ,XO}~ mc'O`.]fv]À}ڛeG9ӈ뇁L7[Flz{=eηsfvyuU+*+Lpa_֛on ;ﬓkX0Cy*+ϹMG5k rVGש]>GG7Nmvov0 >f>w[p _ u8|@r҈k>{tt+F]fwZ99E9f݇>4Ç"QrHӴÀ>_?a {tt9{L@u}!]%e%j=@_VQGʎ?0Ryޯy~?w[ǿոV[Á<'0@S a@iGQ(4rHs_ÜQǞQr"2+S7nԮ=vL]k:ۖ,zrޭOT5-D~1]r ٹro_oغxi\,Zd=m}챀B)(szgOvi{֬;urV֛i'}…N6ϛ'3no~j׮nځ[Ç\a0F]vǡ7Ckt{=LlNz8BW+;riZYIѸNu唏^|a@kD:fXN tДtת0 G=a~M&3ߟ}˨&Mdv!?_F7mjv{&t-~;3w<{l%k]V=gJKʹ޽&\}lή{ DeeNvOoa@;e=Xp޾tt{?O?- D;3{W/Ȍ׿5{qn<,xIo%㯺lDӦ9kOGUt\˖N:>W5^gLa0@tEa0 jh^<a0  ?A` @7 FaH00kӬ?^ʎ57{lj=nﻟ}omӦJ a0۲h rs̉W^0ݦ>vL^o 0p0S>}~iF \ }MjZeKms\ɸ_.a٨942{4Cx;ao7c=9%%kjyw~m/F1g!Ϗ鐞)j\+` n gNpp1g-*0Bq~$€ϳ R sPW&C4JMO}nلsϦ{ V仼<9SZj~HoӼ

    r缧*ū㘁cdaգ3O-f8^vH!`Q;q޽UC}= 78O{|'ܞp'u"tdסCye{/+\5w]b1/0"/YbYTӋ zrf-OB2GeƍR~YF޺Zb(,"z?_Ϟu!,3erjz2k䫌  D<50@0@0@3r N~嗻_5@Yd20@H:cNJ<,@ $kE:vsHƔa0tERR(a g0@HRzzt0@H:"x\)d -ɧKK>! ' d"W 8 VϞ"GOOK),|0@0@a0H , @P(g@ aa)S帖RkX-iF :wlNՋ;ӿ.Ƿ:כc"]\tHރ Ԯ-r"SRa0dmYd@\9q}Wʊ+dIvK/uz;Wo^.`ߛ}z۶"+VL}{._~U!޽0@H2z P=֌k©>OQ>ix~S:tHD49P=u~su@OKZ5IᅯvQ@{tqFs 5{ȵo]+Enarj=f5UT`0@0@a0Sd0@H:"_.RQAYIsge(a +sss)a ]+ұ#a0@H:4nL9I\$%r {$MO!2`t  \."K:OիWS8@*(IMu={d۶ma0z=SH('NP@@ @.' & @ @Xu0@0@6o,{]w%I]L0@h߾}ҬY3?~=zT9x`RVD+ <4h} ;wx۷oo?<#{ h"rsss.넫1 mٳgf͚>ٳ̙3inԩ2y\vOoF7o4 7tyǴL߮];1pǀ0`l VcaaӴ˥^5 {7l# c Xte]fa]MoԨvuyuK.3<#ݻ7e˽k^tvm=z_Ww^dٲeU>|X(Z2Cw-GO5|-#G} WY,z̀q 2zho5J>3OFFFTD ʣ#裏t;hqU~ʖ-[:^;oHWYlB9 :LhNtؐ0@K.$eb#G+ -Rdc=}#=0;Va0!C-k@^gyr._j*@f4XWX=>@;+W4Ğq駟y'OtBeV2Q#F>|aÆgѭ[72tn={?YЎYc,w|N e @;ךּڮv =:^OwYn]P;ꭷ2Sz˭j/xv=nvƍ#^&:GOя?h9pZg͖u=f3cJT d?q{  "33}H€%X~j3ƍ́zk, @ ͜9S:t`Όt5ט3y:%)a0a0a0a0a ah4Yѯ_';uO>)w9Y)s@_%sv57-rYx))1 @4@eE̽V9UӴL)?qB;V{iM(pݾ򷿕盐q9um(s{p a a`On,{isnA?n>s/;ӭؽO4m_|A-a a`+ q Ua 7_4Æ\m9S00{MNV x~PiM3lHA=6<1C)HQnڰA>~j1f/ѣNJ5{>Qk𠏺u}gz0h { >7$:]Rq@sաvÃ{]{sȞ=`@ܯ|9hg˿P@t=-f9 vLA0:p@fw6= D) ,sJOogAS-tɹF,wH/,}:}:eሄۏF€U€J@C<0,X:ٳ~c~> , $h²DG@ׇjaޤa a€Ore, $:w%}X!,|m %R}q0C[,V')DŽ a~:(C@B{ HaC0X0n,arH\>w>> B$L0E %()`u| 5jp~Q;وw\~o]V{K. a04a!DwYWKCV^-^^{59~9AɉG0 a "C ~xy&L~֭[r:gk ]=> B$lr {!v,ar -Hsի'N2'G;> B$t7J LaxO\%C+DRj|֕==@b%i[P=}@`H0|]t%ބe(ADЖ8]9Z=؏(**t%K @l<-aHҁ% P?u-xy饗dĈlBÆ _~|I뻌( M "9=I^X`NC:w}*w$h FVlPtPCʓ}Iý1I۠h׳ Uk(A2cЖ8M90@ Dai:Tt` I[ WڀEVoPP@BC$a%Q W>-6}hɑKڵ]v2w\,_\:u$u1?ӤmP)=c0%u)Gڂ*h\00@*TlyyyҢE ),,:ϬY3t9}}=_mP%a`HrYߧ@Hr@7Pill֭_^իG (' 0 +D߾}%++iɓ_~^iڴ:tiھ}YfI۠X4 g}fuAA@5jԠ|ͳ@Hm۶Ul+..6ÆIKK3Gtz27(|Q7|8'`ҥN&N (Ea AV˩S}Sлwoپ}={Vve doPb=\(4ˑ2nDl1a>zӴ={{A $ mkJJt)wnD@Pn Σc:] -7zR6>0%r"S'r{4F)KgғSԾqp!}QzaY!6l`:}ٝ%/>}T]g@${=|vhWa Q1n|;xO'V@HbUW Au.\hEaާA`6eX/aG| Cx ;䥗^#FÆ _~9=1,˸LVܚanEZvM`wm 2_g<]鞾4(ސr )0 A.^%e `-A}@`AHnq0_a(G:W/KD\R[OÃ0 A {՗u2ʘ0`r$FNF-+A kH>F,X , > BРIDAP?5a%L>\# |,r-n@[A4(۾Cvg0oHHM c[AnX!hP(lÅA רRn A|w0 Aanh ,뙃a%P?!C2#rDʑ4um + JEhl0r$G - A`A 4̞M1ľ1 ,Xix BРDD} Y= A`A\ϭG!o @}gyoz+ Jy𲵉!Qrdu2ZH]:3^A`AB5u2H=FtWnlɑKڵ]v2w\l߾]n_\veҷo_)--AT-|VV+w7 BKjj%//OZh!^9zР/#2$#3míz*QAHm۶uVifؐ77xРĢkWvS'#T0?Ga.@5x37h<7@ 8@ÇBmP\oqdM>U[|G)8\ʃܷOӶ`}>O%ܹV~$  IӦM iW[%gG1 :u2H{i:fk @Li2p@虆ƌ4MOQ+@РT~iv> өFa Xst* 8as>\g`澞Q=͚53+yt:u* J؂(n,)6$@Z!/^\ubݺtROÃ=~@/@iP:\!rLN i:o a%rd?(: I6ԃ:ug'QA`A|4N5-@& 5 + JDIb,kɵjIϖnX!hP"[(= c{dx h:Z|w0 A)!l)r ,ҁMu2Y-VHhq@|֠ T/a%cAqqUgA`A/GTd$xgxKxu2,c, + JؿMew }75b I%Ć-NeCA`A Aolʲ@[(ep ѴX[w74(q!d? Jo8[ |w0 ANa=l)ǨIr:Bm BР%u`t=z@9gH;knX!hP%B[;@=u"Za%|fu|^j@Vp ߹[m?^9Z>$uY&X[@9Wʞ8n+ J6.dltbSU'5> BРTWwz>sT8}X!hPƣ8~>oX-Na:"%o "Z,-NƤH> BРaK&UhĆ-NƤ ad}@`A`GFg}@`A Uw*=*-@\}WŲ BHvҮ];;wnPO:Zet Jo ;rz]Ix[@9ƶNEgaY!%55Urss㒗'-Z€ߺu4k֌0'[wc:^_?Ć-c['͌d۷dee9MSXzCa AVmۚͰ! $'Nv$Mo[u;@'VQ! 0 +DԩSNNEr-a)iP>ށc"՟)K ~cld\^=N BԨQ󔔔H6m@|m  u,5Nlx>G1u2n7I[@a AVO{JKKA^yd̘1a+XV%'Op坰Z7(ޗl~VO.O)\ cCAu?l]pxHCqp  B_233edd($tfgǙa-(IKqpj Blذ\g>3ӄ` xFVP; PbWr^L{N B,^ : BРJށcTX@T=#_'-ư-+ JnnxYdϊr|l4(qڋcr:FV8Jgu |F1Y݋A=+ Jm PXhH:'0m \L6/m}$j9a0`30$Ku|INl?@2aڻ(}Ga7a0[f"V;@I2|TEa%[e"v8v>Dc "M8L$# Ɉ-I7%BÄ_ 4m}X!hPb5&a:H'6a e{?a%[bMPgPU"zHV(o*C@]0UHV(n T$Ė[fxK˞aB˾q-Lc"X/0 Ad9(%qP}@`AIϝ Q7Ay[]RIVnPtK`$Ɉ[T  _Ƶ/ q%; ɲw !: zd-g@گ,S> B$o9vz ʘJVmP*(_-+}X!A-[jAׯ嶀aBk,\g0 J/k}+[ubXo2% J c@999Ҿ}{]kNΝN^ڴi#uԑ4Ypa7(v8vB!.I[] BKjj%//OZh!^dԨQg9}.ӧOO;1Q)K)@Ho߾4mү_? vmBE6(߉-!Ĩ3r塍J S[@a AVm֭[aC())I0 E>h%<NYF@~V~(ȴd_9c x .c*t@@!rÃ"l  $ QF SRR~'m6t  DÀ$O'rC<˵jAd-aY!<(-- 41cG 9W>טe_龥%ʇT)8|ߗj|@H03gС{pUս[Pzglt:\aԖV+E"G%("JLUy(/ •$B!@T ĊH "(8N[Ny$9'L^=ڬ*} VDDbϏ)퉴tA<`{ۤst.i6fa3@HKBt:.-]CZ&PA2^XIK7 P]!-c ;fsuUߏ:Ϳ1W ay !a()bo[kVIvH!0do;7uۼhR#q&-] ĿuWM0d̀ϛ 9&ÅH6V l^26 !6 puado+escWu Cm8gqQCT1=(yWu Ck<|mj #+ZajZZ &/+ H>3@ x\U:Җ(kҲX5yY.]LZ&PÀ}f!=W^;b :PÀ}f2́lϨDA `1ڒ$߶1 vhץk2v1M>0;̀~v p{!gKU]j҂a0d/=}tcFn \H@᜸VѮ\Ol2@0f`0fB ѮN:UNhZzhP_d@̀J [ 9Je!vy.aiB|Mƺ@̀W \ E%bf3@@yg2 # ӏoMn^faˋqMKǂd&8i@̀T\\,{nݺI^$1`du!?* --= 7fa0QjruIUU|RSS#=z}(O yJU_af3B[<#ƍO@!y@a&Ӆ7!IiM~NXLdg 13R]t x׮];PFn߄ uJM}03@z;PZr)R7!#=佯13f@3 }u!MF@ZWv&皌Q̦FǏeffJjj* CTHK1pAI `T}}g3k.s_W" D()ƅe7 `¨ybT^^N@AQɃ%ܸ0F:y  # -IG{In P0Xn@Z\3 _@(f3@@A) D^G3 vK߉l-diI:z7sMRv#fBk"* %\yka0d B(f3@@A.!DF3 6ʋ߉،a%|5Iٍ0 [8O2@Z\3 e7 `((6&B(f3@@Ax&2$\Ƚfw#*5 kyĩEiI:ڝ&)ںf`:J $\n3ǟ| RMű3ƦFd0J]KF@Zz&);̀@ EG3@@AIZ0!.D:rMy pMRv#X dfnQv#k3[1٣x C.3|^~>fګdclI\(fൕ+eĉ3-?YIKKW&D@ArՙTHK16rr\(f ! PP_;@<(f 4o @һwo֭KJJJ¾o^xA~UW]%o" ^ p*?@pXB fP~뤪Jk=zHmmm1B222̙3G;< ߝ0ҒtQ wEY|yrrrdܸq!ߣ=j'SA@JiI:v\U_珴 V3> RϞ=cfP{tEJlĸdȏ30{f@>ɓ'PPKJF13f"u%]vmg,]Tx!Jb߱^˜a\c\g~U3ǯ`=|\}mEȑ#2O`o}d]NW{J"3pfҹ @} JFmVuE:LH !\:ߔ3`?~dggx,33SRSSCG{De!8 ̀f3 `0N58)ȅ//^Y0K&M.=?h}5cѿfO/#GO`cVYυֱz] A@.$꽮6 5ጀCV,ʺ&C03r/Bfi\D`-LZ:օNL@̔W&}@[ "[XZ#ՄtI&."}5V3K2q!m]F iv >q;wuI&paC{j]ׂg3 f0⥯GɑG>,}3`9Z_'keR}py3`9uʛ{ke*YB2TJJ.reE5eT7@߃CuuqYiZypV9TM-eؼ2k|O6o4 n diaS& JdcUrc{0sЩm(Ev˰2iULY}09=ynWɐ6H ڃh}K<] )5*RJ-yKxyV߃h/ȝC;;Þɠ&yp]Rik:˄5]2brr6} yLO&}SVkkm3J,{~j|٨sKN?a.lf͝/S^)_^dMiRPQW#x@H79V{)y<e@̀BH*q\{,Oh1Ʈ[,IsHvݚEP3pLk?'M5 11MV)7??e2k—ĉS2w"!L-ʶ9qi׼o ٹ2Ej효"HXBnul}|Znmd-iaJv6w!waY 4XNǝ86/ƛM`זcǛsܷm){՛vzRY7wj3'=C5F>"G]nh q&ǎ7}h~?6YQMǡ?)4}n.ly YJ^ln|lμkcynhM:]>>}&o&t/yMg=6^wCq q_^+{.w}9ۙKsfI'@@`Qc0-#pXtL-6ls$oUly}S-7vȮ7R~g& =aXKm&geY/!"Hشy}-+V SfPTX|]Oݴ< dS j@F<4@5 =0M,ȽV r{y>X ր_{NN9k)ty~ǟ{> -0]8a>_hՀx C/ 7\qL-f]a}=/g͑ΝO~fZZG) ,ʒcoG3Nǔ@ym?vZ f@ Vꏳ^ϑbjr,R:P&Ė|yy,Yj+e2^+Ekd2/cYRtYQ J͗nm|G{CRfH{cHRo7?{#W&B_\MNTjS59 Ĵ^uiiw rZ(<`17Cv d^1^Wo— 8'k =6-6z|-il@~w-g皟׀߫]~C_\zH`|^O a4(}nRs%k9RL UEJؒ>,Y>Z' f/uU(Ȃ- Y(Y۾#c7$$^ 7Zq.GZݿ> ]h˄ ,+ v- @{.X/yqRN[3w ȭWt̩/;7wW pæǡC?[ Ǡi_1[feXh.m% "tז#g]Y4WTSzrVʘ&x6>%+"e@lϗ/p*g&cf4|jXP'tidZy>=:iSؽnN֚6sㅩjf@]^ͿZ`\[EP3<莻5 4 DPA.p]C RL_`Bh ?Ŋ TioцF*X6G7-O]ZC/]u}S60T? hle0ڋ-15X9.(bρ'iϤ/ܹs=[$O_O+cJyhny{ h̭h4(kpV~9yΘ (~@ tܨ?XiG &t렩.fvР=))RҼAW'O6{0.GwJ~RZ[a^*3?4Mh XP&\Q6vsmً@Q#{">33tؕvn~ >e@H3}{aΝ2}46cjؽo=l--1$ᱏ'GlLb3p9ߗM!Pv,m[%}{nm;fݿ3`'O2 !z̜5=^~5Zݿ3`/]S!A~v;2k{ks]zԿAzzz{: `NΘ/#aͅ _ɓH\wsUN=5?pM7Nȹt髳$2z\{Ü{?>v5?z~&3}ߋ9Oz\nMNpp qe -/1";}=j+KkWf?T*_ׂ;}|/$]W?髯Wo=DMf X}=?9_@0髯Wow@ށֆ_/|~ NWO&^3zt=7;g`iWO`v!?}яWE#{ ~"H[m%}|.yXDQu2SVs6gs12F-gP5-X!˒"z)ۂ;oxt{qP9+x>,Wv"Nm/'O]&3Ppu)si,翕%B&.fgɍ G0B?#̚[=]DV+ƵHz6 o!ПOPK:EGjBUW image1.png|TA׮ !Hpw05{pw'K܂|=rϝ聦jw?oWM8,.,"-C ӺA8 I*moI*efj+c `X$E>,e X,*xZZgsJJO¦,R0 '&NWJEv xv=wt=B*k Nzk4~ffl`}Fsp!u;S`^Pdux(ߏ8Iv:Rhq&r;|5#L0&&hBy&'`qp[`a"BZơIR^09&y`>)zH Iff/[C|']á+dH9kePhM!$fEM8x-2#/``gIf] hbQqqx. +FXXh2՜<63h>/RÃP QzX%IL[ɐ+;_|r$,9%sꚨzzIX)2b"nxARڝ2KJ%#7&Bl;錱(+.&/pTQq#\r_UQ 0A7Yx7c5?k]i$s׬.ݞP^qYN.grS]`KT T|o~EꕖIP:mg¿k+ޢq|Rgx;]LS^E'Ve'w Ww]Rn02͘F2Eӕ>iP=ЙRv?!`A5,, +WcvxbḳՆ9chF_>ͦ .KSyhaX5~з{Zħ 3RJˎ&Cf^ ceijC7ظdb- 6 dw_ 1L4@i{+2SZRIzgd!x3^˾$׉Ghǫݥ*9mx:=o$46>=:mme@Vo# ΌQф_3y=1ig3bp8o&K)WQ3uνT_#FaĢEJYo~^ĠlEww"8b:>K{mߗiU)W%r:zyDX_'EZcXzU./`q\Có>999?;/dCq4 @_١p@dSyVH"_Yg^^@(y(IdTN #H"j9m10 I0?FV2|rO;P61zXGRH໚eԝH͇cW? cxuo7LQI w.h4b,ܦ.u-=Sd& lVl=5C`#T$OstS9!Qzvy (еPpvPFN*|҄!"8>^mw![tb+&U?$0p/.+3"wlsJ[;֐j5lC.1@h zckLЪ|IBb0/o_3f\1lBi>$F q#,cR; a S߻7 ;3q#5de=ۚq}ll؜ |17LPt9[]S 8V,sN:ЍMze}uC}OU1J͘I%k/h ~NNYwm;LM0bFv.I(KKe ^levΤ 832vFa#)\'} =E=Vg0vpC( wU *(35dLqY)HI 4|AT?Bv>3j5,")˝|*cFjFe8'b'k@gw@CS?B,.8]g\v7U/G  ʱB`H+$Ә9Qakd .jPS $ݬ&!B@b[,cþMX" )j۽AAP"OBIJ&PR1KĭQO<ϏkFOƠe};;P^`})у%LGԪwK7%92Ip׾50/5ժ/{ }Y"2cJ<]鐌oׅLy_oT f=XrI8jcz_SY$3ДIgG$Hg[Z#+7_.d<4Y,m;KOEUrrTJ8H`<{?R311! byq+#Ԙ;[r1E"Gs_##444TTGO7:NҴe@y@zzM> vdlfhgC%5JK8ff2Lz 2|/ f %ޟOఄ233"L0j"O`|(/O23no6/>: @@iϡ}] ^ё ZZjHrI,n)w\AS>t~v8eb&2zsjmiAX#!Ejf/=11x[+*.s71(QFSC6$ߘEִ !|<.铤%ON zUCgN-8nNa#q$(â"'eɚXv9joY#6HJIRNkjhw\:!^^J!~&kzwϣ|\јies qctB̐|^2m#Hڒ8L˻ʌ"iwRook!cKfy"at"*eӋ %nǬL)Z.ji fHAciii\^986\fUtk{;NY-edQYb]SYwZy"34B(G^ QGz/+^~ǟzE-x((|y_#shs{9"i_?*taeK ɟ9=1Cy/lo :9=\M 썇A3?v7`2kLh^v( ffaև_w8eƼ4hxhŹ ;Z1qrrz,HQ0 _U20/ij3"L&[kC//I\D>Y,ҋBnFւeu1XҬx= ,} Z?DpOAWr;S$)=WR.{1z 0$w2ھl*c!GDcst4NjԁjF1Qª@iM\++3\YeO([y(81F͈26L R.\CsCJCcL[424^y^i Yhur,gZ$AXvtP,pjC+:ܶ/.tڥ΢=[ָ`  mdϕ؟`BGR;<"zf"z afm_La X`4MnRӅ* 6y#:2#fqlg h:gɇuoA(a YM]ee} =$T./;3^utq, Hme]cZB/zf ̼xt ٫dW8!ORl9ќ UZu0Nb6b H[{M-1z_cX>D{2g; k\[&M$K47 ɞ¤ g<64%f!fݡ_)z[Mriu~'ZAga=7*4. q">>HuY&Jc`Y:1&5U"EJʒR@ sssr\~ t&FAAabbp[ڤ 4> %vټ}1΢jv?98 e|eHKm0OK3z ?j{aQىZ(BH\j˄F\\RßTǴӿJuYr1rbBCOWwj]VţGzZYQ!?RdZo'wLgO͢wf/tnQ\~x6=U'q{62o%'no )-mX3OmDXk:A=w YpwE}ߵ4PNsΟ^^A%QJ|Bp{m.^ =K}Kp|kpۚApIr ZFe ԲYKM5t[jLe6jz|bG.D&.iv~j2@j&eO?[c~VWW;RE3G&jsW2ٚPǣ !`$?p TGSq,QQ P)?wFr Rrmʚj1OxeZSs#}OثxU6@)ޢEd,(~>'$1׊8 -XN \hxڛ8,;7PVEDz Y.F"̬)J<>g~9ZE8/Gf]Iww'|٩3\ܧgdX/tttBBSSSCfb8~, z4|.E9500âݳtw:?y 9BDb3sLFq yyJ0ꞟoi2rT(Rgxu sY);gZ\f)!j8GSJOS5\ kG;zɂ&߇Êf ܍Ǘg:rx䡠Qﺝ #Jc-G(_JKZl֯c] 4qA~;+| 3a'ײMEO2֪bT:1f}.>Oc2kM 7ȶn ߽y~{]Azy3YZ!N: 0 s"l/\VxOySJ[±ǬmOsYpfG?$L(B{g6Q0\sJ#:%c}0{)4jP?W&hojLxx-429NobaGНz042ܢbiuެm +y*jx({8=VQPζp`̢`ۿm̮R d3!xx#sGƠ{(>P8 !hvbp|g8Q9*]nq+@bRn0Wa,vvԟ*-w DJPdXJPksF pcCN6л i`T*DylW,!Bg4;sQUMsD# MQ-`ÿޫT\}28 X ۂ^w3+Vab*RbF2oܜ`QrYS9jU0Zȍ(xSۙ2eXl_"Bt ȰR\/0Un(E.7FF/hssOj2~%%`d?!ի1b`T!FmM NZLE 82 HuUE)KGGz媕5~eeeK7Uc, Z>0>o]3cā nW/(]jb yq?θ LI݈-̂kpCls E7;2Vaﶶfff¥Ekmm/h7\埾wGpK=l`}2K-0^ qK;/Q{WFߒ2'WeͮʂXp!Hȩ K2~u(SLQ;tVғ|rm5~0/ZIIAHkvq^,|ra9sNR,'R26T  :M99ZA*C}L Zэ&1Org:r/#s p0V11R (dO48]RƋtEr\|si\=}p5?;^ pnƦl(66:}lt,bLT:5Or A1ϴcp;Np73^ {o p:YCh?1+~A,_HOVll+ޞ/3P/*aaNHQʹi5&U 1mba|f/۳ ARp3r'JjYW>obQ[-npN[b]mصPq?` aBt'#_$gKX&*`EXD4:>(%B.\g5'g 5Q|e.W0`4Kݵ'8J;UR0;&;kqXooM&N_0ϗ[ʿUE:$$#OZSCnNfp,U|W㍱גy{*i2\& _Ni}WP@Oٿ|Fayc%G0&9v$6_E`Bo5OJʪGEF! hGs jqZA|f`QMLRJG+OEXQl>[/nX21lGn$0?G7@p0/ݎV??%ھWQʁ3;u "}W 6Y i2Rg1$7FKJMH_&ƘDZͶ:zA-JJ .wpE▓RI?ki7 F00X9]q a3!vE>ݷ%H@83hQ]Thb5O/ %-x31fpB#bg/2!㱈woJy}}Raulk/LNeC5oD=sL:M~ ce`]e<jEwz[ra &eЅ =EI lah:O#7w.. U!L7-sG/g6[ZtJz+(hx+u  QH tLtFwd>sCDPumsUUxDjV(܊Ez%Ĥ/ro3Ә88GVMF[!ZjG.WW89DZC/gQfBn1BbJPI\qX##6:YǟDup;F3׻;YlTy0ɧKWPZH|dүɟ9&Rcg{Vp"0LygFN~_/rNlTM7b_oE|ְO>bnäaH)(a~Jwdge=[\~Ny:??`1wyA]. M$ Vhʡ^[ԩQ̣&9K D̬r‘"Er5zj(jF2\ Z6fkzt}cX)$ͺMn ɬx/J57s LJW%$$` PmoIK?T%_Uͣfaɼ%_BpRY\zy%c+&v؂= q鿃 GSŀ~d^qn⎻:}'b1`fc#< cgԚ8Xܦ`g,J~pĎ߭2DL;.G&'0AXtw\ "fY|Uhh׬ {iG} b6}/jSgK{ k1֐ ToDkalz -A<}U :oT?L&'}Id'M Sŕ7^+9 yv_R၁?m <mmbQlVNLX5D~&3,C1yoH 7SmNUp2m e!am6;ML(`}H# /Z)M2rlKjM&L'b/T||xb..Mۿs4nXO)yyy`.{yܟkڑ 6cSa/6d?12Ȃ?KQRT?u_Q2+voPggWb;҉@)WhΉi:xFL?fl~ A0dː:3!6m.eT@A|&@k:&ޘ'L2J >f^^^tpNg 4O[2oLzeZPhl: N*}dcOݗr5`z'<^ *뽑s%PP>5A(# iu?Ti5q< iO6 z1%%,\J0$ 0r9֊ ufh'9 lw3 z@u{98:[sU]]NH2[6nӗJ&?@}cR)@vH~H6[4'QE\f Fnw? V!+ۀd= /ɽ<ꈆ&̒[~6k{ҠG E-&8C@{!4'aOf %0ʺ~ٗºʀwʃO KK`Z <>ߟ ]y2lA22}mlav]mIX3`UcG—dWMӼT4Ș{)s!t+<, ( s8-j&Q7I?U*VNg.UFLI~u+cv9@nFL.9վz}Wkz/GIW:~zWgsh/qar!8iyw߻϶&6RosII _X. *E**}EA[E !m4Xcyx :c<R /˔PKa,)/VDU<4(n ('%9\盃 6x5Qy/ _tpy֣ZQ෹~0gdd l$n6g ˏRWVQHe %&_y7@tgcKLH4{/t\bh%+g:2rG,*$J1&BUsJŰ"0zyN '.$NL](9S9SSO 5\_K(~+$$t4NAII}qF I P-7Je{-6zv[ < as:8}yMT@?Yr9[]Ei +Bm?l`.t.l 7Sn? ": 8QoIɁ(A՟Lvg|h,p`PDDEe39jIjKB$$%5#&[SA(prʁՓ; +!rUz0@Wv & 2C 7tI'FS@ϷtZ[222HZFI9!a}9 P*cJ%{V\ -0tb'8Tמ%"LAU#{\ӸVAZ|+l-/@^Å)pv1{~"5=BT`(eT 'ˏEYxr?[*ώ)z?彍Hܓ]MDON5b$vəfuJ=Z4/_B) H G 4dQɉgpn1S?XĪfP]>ּ1q3P{ h A4FRXNPgD 3q:Fm:sjٽg `]/ O4 h)ŭ?'16}͌Cɷ!r=xX1aˁ~(@=lz| ,ƚ]`Y# _P؛/+~+K-".JVjv] klD\R^^4PK"sa~6lN2P2΂쿁P-5@=[߂ÿR+~mG&o.6?Ǩz޷nQclvv.$;QyE5k"@ʟޥJS7RC!"E:HҥwA B gp}q9묓/ȷ23yy~73=ي 8ڊO 2[Rc=w58s ql=EMU8 Eŏ'>;AKZ=5'ڶ!?S[or VA?e%s-Ecڃq~V ]S]^kwu93<<mm2TN|x'&%<89i |8ɿGVYY9qn#'60XQ7/A~3wQo \>tfNrd|h UKV!Ml"Hbi纝#C)bi,CN{H6r7e]1.F,/g҉Hiww/I^;WGVgff ==kkǾ 8bI4MaA'KjLVJƒ x>'++ pohӓ'2++ϑ[SDDElW\J< |͇+:4ZRjG%p[zj*safF9dTV;_aq|e[ 33sW4CkW9a/zү TJQg1!ho(D5tA`씈6W-Z;:4pcL_~~[44h.5g̍uGS)>/⛵|dL[!iiiPz[pd7׹ K n' sA㡅3 *}XFb-S ?-MjT/e,/ ZMM`. +~xC0ߴuiFBg6"i8 28sݯ:=KO1L^^^ek *UUUO\H`` ͍aa& v]df@0@f%T_qޡRS̺qFBB?KiivVV]SF5N$eց ^w&%@YZW,}$ˍ!ePsG1!5!j򨽽}gg?[ܛ0>1q¢3̸|LT C'#;Gy)b{n `HrY>v uP,`;-pdЁdF=^|/仿b;FTTƓ\"#%|&TQ̑[l~:U0lUfsUs(4~58Ɓw=]=51p䭬r ]}kAruFw57xFd#X[>_ kr=f?~tp`{#ÃÒUdc៵E+1)*!o1 6E=}@iMIű?fD{Bf{"^ #"L+p. i3asD|irYE3\ n{Yy&brpI8^P3U)$ Q(Dmk\=qE\m1?|:{X^0%%%OT,U/mEltGCG3c^k:Y8)K`tFJ.t5T[njG`TM WGR]:Ӵ,[}8Da~[D* tyiMutn$D"$gqd x~EȭSuD-H$Վ=G`, y^Ѫ}GDZegSsS+TF(: f<^\dZ&> o/oh׈@j~K޻xt$PcJ_jj-J}14?ZQQQ}J;]FS-KZ׹ވc~rfY0TPi}ϠቑQc]~%=T 55%/7JIR{@Qaa7@00BA~n`` v4aO/(a1 ۔2!WtKL}thIPl! k왔ǚϹϿ/.+ *XX3p!J6 72tu2- \=ݦFQၛYK}0Krվ$nG8+++\y^ blb:l,3 {F玶q%|/TSS`A8P?7B"&M>{ ͼH?<<64p mi=<<dݰK!^;p//!o++8OJ=ZtP@2"؃/oBmy{ T81EzE4mllHM*#$wN3q,$_VWU t@c?GG/_a.O=)[H߽;25tn;;o.1ܺXm0}˛~ϑnK.˙rJӵ]>L_II"r80\M HI@$ǻ $?vvL>pWR^^bbs{bu'AKJ^F7^=`n4,U:kQۮY< ϴbHsǏXŖK;ˊ@3^pP~~!hyI.qiF.:TM,D_sssHcNl4Zs:º/^P;91A}d|Jֹ^ĭ427DCNv@C;FT(---Ŏ[S67R) cA}b= gB3MMB^2=FKLc*sˬ\^^{LKoPjwD;Ig--"|>UV/66pH,]@egeY \<vboRF.j|l PHQ~uC`_ Ln@pҿNOOOM{MUn١T86dʉ\!lAؘAU>egg/ol}S 'mt aOo7 &k kkk F*a، ƩéK#jv IRQRZZ/( ((/'BKJJ.7̴khmm rLCE Hs@XX3M%{.yOj"7w,b |Cǃ$+3#NxVhi[\F!F@a8+%ѻ֚}Cmn,W'$9ycԻUG$x޼V񯁵;9'6Q![w6{O'f Zf/ 7Xq)Ibu7Pr nk YCj)skGq$Vp[l^V)TL:wUwFuhZ6~qq] wo/;XdiV ╡.Q(CԾByko4ֶڏIb`r{qUu?XkH4)DmnTHVR19)]'~7govCғZt^(nll[{B-0p$H3y_sojy H`ZnWl4θ7C8QdP`#Yz\޿=NmFxIY$i!9Rp00G9-}.o3{Ku"ppppGA#[+5_Ym#OkW{9B* e*>$<G&wkG5y,eFZXPvhq223|%}m "5WAwKƁ'eUgBpP@|pJ5&Zeri֒CS JiR((("(RQ@ @ PQElUjRS44((((c ֬c- *Fi1QvisL0PiAfSUpiZ`5<5W R SSS.ii҃@[V2P].+~ۼP;sQU ,&l:jrtOtכ)8RmΞV-:+@7#cv=@9WȎ=CT+ $)rOZt/wMywcquq6ȡDjᘓy8\Zl圏p^1 ÁyU?vCPNq/ i )܍FNN#j^WxiLr*)4kNW=Rˣ:/PX9?/i$:{5wĕfWu 1_۬ ͽrOQ霰XՅm]F95gRm?VzEhDgٲk29]tc=gѴ}J mG6yh^ǏTq50CԞ^@Cj=7)^WAViIeAu*bG8oi{#$A AF=*~vz'P+tt@\1yf̯.)}p8RCi6[FiAى˒ԆR? ?;=L6Uoǩ?tlVp&[}x%n=^1xsUu].{; 3^HJ\A@b*:ƭL.ԇO;=JwxjUS"5 -KƻidóǞ0Ү5@)ӼRw32SQ{YzKuHh#%nSȡ4M4(!.S!E*Hl qRfj (uO_vzGɠm]y#2ݶE`99btx+`dbDfbNX͒s֞4Ow?S]oǨ/4[`cIw=8QҡLՓGawej? +2ܥފ*ej cr4*ԟ:;=EsǹE%iP? 7Q]oǩrs>?vzVgmGwQ]oǨa +CQ]oǨ9XsǹMaZ_;=HtmD.rs,V5_~vz=G/Ǩa]%jaj? '@rs,V@`_ =EsǹIZ/_Q2%aU(8O K/ǨԿ}z0r5NjZeKh]oǩه<{(:;=K*Y<{h:;=GN@QfQd :;=EsǹF*d? a*B*N@Q*Y<{n t}@.0QfdR֡u/_Կ}z0s4QZ:/_Q2%+0s74֏@aj_ =EsǹPkCReK?_9ܢbj_ /.@Sh+q#aw 'Q bH4D*j#aW\hjx4avz,0Qfh5݌F9Qv9C+)8Nm MCoǩ~@C Ij4HGKƏ6f@CԿf>fo<_|?֗~vz?;=Kǰ{y16ft8O/o3Zg>>@}C_Q-,LUy|¢(3VM%ōݷci|#±(kͩڷ}Z/0l7LA;XOen_iGKF/r*x(獷o"Fo- $k=:,^-#':O^)7kǕ^>ds$U1{(=@QEQEQEQEQEQEQEQEQEQE/W3ס_Ì{,rr̿ROUMqU91Ǹ-eѹFY!Wy8 []&I6 DJ'JWQʒݳ𧈯nu(t1g,77OlbpãEEIXaF1yU6zQEdhgJҖBV_攴$N$Ί+N2`1yȅt(3i1Z|w-a+bĐ23kf 9šk6&; LL"c/m*ZI x4$ǀ+wc[^#/MM͓m!0pw`)b`gB[SudTKmIg2ym2 5#:ׅ嶲S!s/j|uɣF/g3lᑓ26!{Q]}g7n k eD\$utad  A@kNw:ɬ:<ְ-d1#; /CINӴhm5KIe.!)^o5t2[Ռx,n~/vw`s;7T6IgY!/uo̘<9#g$Xqct.a3і &'0 O [SPjN@PO`䥾֫="kĎ  Z;)}CPԩ\ *; ˕| K"݁+eUdB#.9늺ݨ]v5M}ϿJ|t?c:%I6cvI"UBZ]ɫ^`K,vK3(FVod>/ zO//%Ug ~սĊdRC fɪ=adk“;A `-[WȲwdM~_+KQ_.}s1xx=)[vugYJ[I, $L#c*cĒ9OZ̷FtwsSo)DlW r 5w%/v7ZH7>h+&~uJ#ytj-ƣ1bE1#j'=؜[k= wx^[?tVDR6wT:;cgjMsfUks䌌マ[|}-&]h4s7G%TFQkGFk,b’Uxtih/g3lᑓ26 ~E2ot -zO=ס#b$~jT'P:dt/I ZZZ\nw- jc$G3H dƾbU%{>o]H7E"F^6w5]kaG WnOk_V(EPEPEPEPEPֿ~O5-KQHSk}-V=]*;$^ֱ5Xu]BW?uiw`Ӫ˟Y-A8j ;jjh'P>ӎ!mxFuJШen$I#ƅ I {dMIU'v)YX(C ( (9ح'IesYtI +\n0#]_UG*I&=TzZ=<`t'qRp-g#pJo,M_}ϽUoK*cpb^,>Ǯ?',M_}ϽUk\odg'vu^mEdzOpOZbje|?G,M_}⫚y^*rri}DsR23EE>=Ż1c;91b0}[(Tk|k[knZmzٞ7|m>v1&5)d#>g6<' A Ebc#<1Z7I$#J*&.ne"Z%q Hln%n;4[Kp9Beq1Rh_0|9<h≡(H)#2KhhO QԜ UWISeuVMO9^g1 12ueR@ \WSJ䁵z3\zn!V6ġ`A,[=|;!W8*3pP÷//J.K_M [R^JҖp>>xzm=LZ9RV6Tod[REm5Veddcq`i\[/iIwx 'lLFp31Zvޓ}{5eqw|!Gxpw(9~]wHkWU7v^hyYsG&P\!eQG#PT)wm%KC*(zqP.sLm="˓4EPt+o[,Ǖq-,rddmbpr9⦋PHcG/>%IA/:GEgGp VY}ilghnb.sLm="˓4EPt+o[,Ǖq-,rddmbpr9C4W4$Hу+)GQ@zU1jvWZ\,W |=} 2_ѯ,'լ'>uW(ǁhF1ijkzjYJ#kn9x<{Uݣ=#oK2 ; 99@(-Fԭ縱լ.H.Q18Ҥ4!Ԭ%^NbxCր.T[M!iB$m,\\p#2KWI_oEY}SXQLҬbxγ\b0q+Npz@WGUQ_oEMjVƓiZ`eM@aZM;_oEUV獷o"*x[~ZTPY#lW;6HyMlqeffCe\ ecp0{{ݎL|GhaO@jF,PqTo$X*1ʓ=FW-x{}`9FM_oEUVƌQA,\k,cM=ёP@˸Ƚsr}(sʿ6<mg0bCZ,-Ϝf(%S"4}jR;l dmܙ' UV_oEUV_oEUV_oE5XCp۷nm;ԬGP@ dK?.6O2fbG8߷nyˡo Z 2EqrG*gkq:}pA5HŠ((( O/I梏}/I梡a|?VxkwK#]эX^]<5ǑƫFoq$di$lؖfhORN)zG?¯Z{Y3;"@/OH]U(??:zG?¯Geȡ.(?e~=Ox{(vE=#v_Vm-1[HNJ͍B+T [R^JҖ<8ttR}Ud lLA3:ǎ燵;cH+2.t'VC ;pO.?9 3Jm;Xv^5"U?::5bh_l ߈i-u!_% _9iVw.xฐǤ5J.HVehŸqֻj)?&Pz^r>1Awi}b/F O{& W1Ke2UpۗFEA='u5DX- ^z:\ hm-_q[kwfzkXR[Ru9vVbGћn>!7%1ɵN!7I <M֬-y-ׇXXE"ԺʲϬ^P|:[L!zp wPwG;9] rͭe0訢JV&}3ĺNhu1VOtX(Ia{wT0jǛOPNǟ譪xZD,uҭu#'ܦ~s6ZCK,o.ƕolm} Fv p^=yD[߯^w?Wtۍ#ºeߴBHئyDl?M>gOQ=}6?Р I-M;mS&埯QΙ>:ZAɌ((|,LÂ+*m}b-RKyMk~. m.<6e<ɂds'[ j|aw2zd-_M3=Rauyn9$UT?JuKK]kCXZCkE2Xɍ:7CLž@!ɻhK+㶱xMafHT~e<l?GORWN}ڵwXXyC )vO Vj+ !g_j3lp(ܠ99Dl?BE] Lc} <BE3͏z'(c} }fjGqw)r=C͏z'*o ц}"v)cĀ^)qogi:;̻ zdSnuy*nZ;NUFbQcnA[y!b?C C$pEm|}b/STVelYa@A -HŠ((( O}+I梏}+I梡a[I/BV_攴24(((((((((((((((((([`Ǜ4q5?ƀ,QUe?p4}~h__G?ƀ,QUe?p4}~h__G E*2PH=Phla'EPEPEPEPEPEPEPEPEPEP'i_O5 [& >Y)0mFɭ=+UÏq|.HUH!s$_Eyݥ'o_}ڥbbF.|#xzX`k/;ĊCv A;}4OQ\Eu{kk~!+Ab#yq411n*}&TN;h"WLhF+ݦeh7p#A ;Fr@{t; km"(J: K]}'خwn%0E$r7~b=rK_K}ŹP!"d {/B|X}mm#V[D .v㌢ +Ow(e~cwmAGKQEQEMj?x\y?j:A^l|=sՎmߓ?s4hk]F%10!BT7\gQ.~ MLu/GXSԬVc}2i5gK&+;%ngXßAH`*iV2[%TEsDex~( 6zwLRV_W=*I=fcD ԨS| )PFFJ( O& nIcz'c\%p .K7짏On=r.,aFXU6ώ{U@ !;.-h`6e)ǖn^[.q_-*ԨQEQEQEQEQEQEQEQEQEQE ϤF SW76amCI }0}z T|浌B(>BV_攴24 4!f,%3Z$nC ~u֕w%eHe۴e88ϭkQ@Ѭ6̩evbL ;9=I55Y %/1Ҝ8lVC oe3[s֢y S[6..&tq(VR֭k}=Gږ+iI$3$jy=:-F)m&st7>P|ZP{]Fk+Vki=6š=JI45Ou,Y&y^R9$dM:-F)&n`۳Ec Pv+Y3̋q"$ފX00F^EKrbێpq*b=ĢI`O׾^*]IExc1BI8ȍp3EccIEդ3D!u/V"ZQօe~]+q8SX1=ok yd\Hg0Gn,=hz.f"U vhvss R,2@ K.@NE-=,XRʬ،?g;b>k,u`ԧ$c$uMt,>Mil XT#:(o[_֦BxgKKdN@i6ݻ3ݏy'9&Xi}~UMŶ Պ(((k_'ZoMך&>Q (`rAȫ Yb 46_!@o)j1P9#^L[.j=(ej8(8QUQU?6_!G/? U?6_!G/? U?6_!HeyD̰~V̚kh B鯖rcM8=nsg{h2`r ЏSIXIUF\ -=^ҟ%[d.vt$Ե# ( ( ( ( ( ( ( ( ( (2uI梗XI梓- dInZ? mi봿1GSIᮏK#]эMlKܹT/;L\j>c2J:ΫY.6m!DVnډjuaKg'[{uX}O9W_U}$VzQ8rV5 Zvz\o&K^O!DK@ {0*.zWߕ17k#Ӫ[-,ʄxA\ۃG#۩BV_攴24((((((((((((((((((An@ }sGQKsGsGQKsGsGQKsGsGQKsGsJ*<P#$aهh/(b7VFRʞKd<΃#=wF*vG͜?ݩ((((((((((#[!>QU|[Oy#t/j?O tz_y/j<+QxkicU-r{xd)X(,IE1gdbos'5[_aYZK'A-{Z4PEҴRb΅*ọ7܎y>(|*BV_攧%댿)h`rz*~b҉/Vgi\B~: Ɔ8Q0rK@($`fxs\ C1sۊy[6ٻXW5/ ^X6K}p q#xFdϊVj_]5;.-FKrWpf l"r)&iTBTԮ,";EJ(ػ" p3qZM ]}V13s+).H-ךj]Lu+ v8F?r1./:vtZ^o^oAYk#)*ñ ?J-4yws=8K<>FF1x}L}'L&ein&d_2G.G-++K$8\ vΛx828{i*ZȚF`ʏl.v>|v^ ݊2Xⱱ[%OƸhI#v]gNxK/;SY^qlb;@c(85.L[CE`b1Gz`}5zl:4ZlVW9 Hxqœ:}gtˈ'3iG Lr; 5\Vږhq[q"1$(QR1F0]7nAERQEQEQEQEQEQEQE5ߓ?s9ׯF&rݴC xIA *דS]ߓ?s&MiK ]C^ڴ;P&`Sz#*3Щx9Tm}NKH]YI>jf~oh#c %i՘?5R݌~Up)QEQE`Mr$jXs̞XW]ή..1zrxC-3C,o@oJƖ;V<89qZCn7k=պy3y8+F-h`6e)ǖn((((((((((([Oyſ4'{_ ??_xSV_)GǑƫ[rQLAEPEPEPEP}댿)i/?%m\eiK@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@O)ؕ$:Ti_?5^GWW,}U i_?4}z(Wq6 ETgp1d*ARTNȲ2(*9#>_|VNYxټŎ%,O06U((((((((((({ſ4'<[|Eg-Q<5i봿1{].GKlc-˔QE1U9KKiy a.s;A7S촋c5ʧ$`Es~%򼹚LbOn͟L I?]Gq=!mDgܭ#ZMRW]66b]PnNqׯ]S}NiTڊ"PR9`QcVkj {u 05XrMSQTn Ԣ2\τU?*( qybN8} h4MD%Xb!X:f %m1GRLc'=Fڌyn@4Y|. @*ei%?.JR0((((((((((o{O5.}?_I梳Ƕ_<5봿1{jO t_y/j.QESՙFtbAiŷYlH9uAλ}g@z{I߈k(ۑ8C1cN{_A;MCaI=A\W- FŚv\c\1<4CmQI(?iM2޼|_^<JڕE Ѯ=#pUN0~+*NEcP3U盒&ybQEf}댿)i/?%m\eiK@MyZJ[kQ"_#>mk-U#VX3FF鎵RJ?t@zlyi7x[/t0D`,t`*՚O4 *rFTKzנQOtKyq:}Mu+ϼ݅8<*¿Ϊ#Φќ!䟛;#GK)d,#6?:-- X5Ku Tӳ__q[+t)Y4P/3Y9Q/#9ѷ5TV]*@ ?3xm6Bk?ާ Iԣ}@嗒Pn\2rF-2|x4[XV-j.c/=xȯOV_ח~ wrkSNtk[VНc`N2Os:e/NㅎwRYöo Pn\I=k(}ot ZgtL";_7oa|>_3g:BӭerY njkGF?;y#|+mk5ޛshk1mJX_Hv7Y6mKwtK>|cjZ/lx6+8fKz^hEk  yMYfr~,q54y4 ?7T y?>_nq:,ൌHcXԷRSV]_%042/M\^HD\HwGɶ'~oosүQRIz~=]((((((((k_'Z|okk-߉9v!dkVcrb&VH|Vi5qgr$:|Vb᭣2[/H[hQTJERQEQEd~kinGr! oA>קΓ2)i4V~dY.y+Ѵm5'L dُ?\{߼ߊ{{fLm*s9Z5 undLa $a^4U$#i\,IkM:m"@dI$qQh00e^&![=oS4eʦ̗Fl6#lg0'ҏ(B:e4ξS4pO\Tfy:lRGzUէ*DEvHB [y7$R5.ZCqy,!f nNyArz}ٶG̣wݍ8F8:vTW1iZ K!%.o'Y˝; OٗAO. 871mEs>/;_\؉T˧o$WlrvHn:6]5QEQEQEQEQEQEQEQEeIgm}-$6ИUYv2v/>?&@?S*1 ]'<[zj|3jzLֺA=̮ͅK)mᗾ2?vWg}'OT ?4 \Νk,4 >/ԗWf%@˅vfbzv$m5. ;,,A1ȌU#<5f)&Z*ؚ?tO~ԿQjȿ4 G&@?S*_/T}ڠ4 G&@?S*_/T}ڠ4 G&@?S*_/T}ڠ4 G&@?S*_/T}ڠ4 G&@?S*_/T}ڠ4 G&@?S*_/T}ڠ4 G&@?S*_/USS.ۉ1yv;wM888qӨGNvv:Mm1"PZ=h#{s\+j,qxAݱy<8 (e /GQ@Q@Q@Q@Q@Q@O?j(w{'Eg-}CSIᮗK#]э\߄PxkicUer( ((((>BV_GһԳ$eO^jH/cl$ǥI,v2aaLv(AMK#&+!O!K08bI%Oyܻ\oա<۔I\EUt42OD!c d5|%hvZ^XpyrC)F X|1g[Yk#.W/HP*u N{K =Lm!gqө$DŽKSRR|񀗒FmH _Ԝ8ԚuᤗR59;VdF[e (¸ג\]}#.C.|& 9_";Bdm*$eI%SQi5M.C$ nc8s C#KWNmBPx=ߗcb(EQEQEQEQEQEQEQEQEpuЧnM4V+,$k$0\Fy^iMxnm#1,FE`# ?/$ԚOqcv[\iZP\VsS,s,yCVo FbU,+y$ fl$گf_ՏIǨ̿U6)[Aee;2~O=GeX$zyI?ٗcoGN̿Q?V? 'yI?ٗcoGN̿Q?V? 'yI?ٗcoGN̿Q?V? 'yI?ٗc4'mP 8g ݷk6qAK?V? '١74#b bIڽPQ@Q@Q@Q@Q@Q@O?j(w{'Eg=/PxkicW7/|]&GKlc-˔QE1 B]/B$`gшo`}?ƀ:*+-eQ|L+b5 գkcP/ks{5袊(ϼq-%댿*;[H]%[XTbk"8  pFSuʬʻn`$PQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Oyk6r @"2*t?{:K[D5};I-E&nץK[YKo pB 'KR)4^\Mѷ F;W2^+4kM!&F{{uYQ@24Oջ [T5Οsn&E-$r,4[_7lE=xTNueE5׷w1\L!ic@큏WtxM1-M>s>GUPXdQ,nX\ +6OZrx]W@o,{QOˆ O_ƪkޅ=;9K3y?WoqsY_;8#i9ڳm|!X8_&@ۂ@㤓O?"Zk. PEsiyfg$PX"/r 8b B3^Zִ+{ZZ[^:aG\#mLψ|BzާiIL-."mF8`O3ľ1fk;I%lgP'|G:Km׻}Yu l5 &9#1\Ǒ)e G&~ PVu-u 5ͬBBWN9'$v/P{^ķW̢t1$"f|h;\90: B+&Ul&VɺKyr^$'~^aY3jr` #i`c@pxc˱ֵ[Ymcxϖ1Ufw,3waio&R^ iM6)o/-$?gtٹg0gCeN syi57fD1r˼;9A{+yKZhmd}:ޫ?q{yqoc`iڣ80O=rM[W4JE[7i=NgI4$لQ3c w`\ڗ_&V3/u{+~{=6K>ȆhmGea˸_@;ttH[m͊q,# *cQ&c2ս'JHh"YZIif呎YOڅOE_ϕӵIM"K[$>CyplTV'##$=uKgA3 9&ƤF셀';I\9Ke;Ӛ)'&%H0HAm{qU+JGdyn wH2ڌ,l8jiG[Qvo-Y]YYA.`cŚ;drE X0DQ 0FNi|c\_QYإ̎-ͼN$"U v`s"kB³C#'#@<%mi6Ba y`2P+_4x5xY D\@d.A A 7n*QaMmN%kk !BWĺo4.qꩧ&X/0Hq G˸ Y0'G/fs B`,84|1g[Yk#.W/ a@֫_jn,dK+{jid) 患R͜Ӹast,A >oP;fn)gtMR^xetR)L皱fQ[uUmÁN2>Qn=9 3Ե CJ]a`Ԥ0쵅ѭY;SvZm8gf2,0 & ˌEu6i=Bmݺ#nAT i#.XrI1I8$o:9 :pzVKߌK݁3NC vG J8"oq- (Š((((((((((((((((((wa_QG$y5O'M/I wKRy!z={Wc<\O27@'M6КMY^ b]F;wE&ж͊[6O_n-jɬ5$ o^0B|?4U[?s9lsF*;8"HEHUQEIAEP}댿)i/?%m\eiK@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Oyo{'Eg-Q<5i봿1GSIᮓK#]эZ-er(GeEuFGȷĖdM@H[x4kIjW|[0ZFk#d끓ag-+TԄ:]ŕ$r*B>u;oJYh/" v P?v井wv}/?&ՕZ 7SO},h,#~ H楻񕭫H4Fm:C֣Fa>4sXa1M%n,1c2/?(''ַxzٴ/坾$34#U,mdqn?cKk}!Ie Z ڒ[,kiYT284./.]QE3?%m\eiU5o_׼ w24OCX[6EI O<@Q$MKO#xj%Wt p ut]^n-kVvhnW݁{JgGJp$NVGMW}Eiz~5xe/-ջLEWNM2V]OPoX]ǘf~\1_!54{ 8̗JkuS.4;ZM[htmoo$j\>BH 1l~U/Q&E$;603J K5:n解Up@8 Ȯ9<ZxkPБ. BWFBހy`#Tu\rxvk:{-RGT\`dG-]_^]SM"[&n-em)AtfH]X2f b'ɾZ|>,N{y';"ӷe^:__kHKO Kͤ8g.E PEtk^ihmme̱ 9Mf+W2]]&{ui7dIBqBG'M4ktyRAOk+o#c9?qdqIKXK녺=f X"n2Gϋ4kK-f4N*JW.<2=kB55>7zlL2H 5 X &Cj]-[+QG*NŤ]aU瓊&? |E#*3;8bNd5;Qsm<.8 ^KkO)-V)[.]v^zZ:$8Dy?JIuDkEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQExN_/QKZw|Eg-'?O t_y/j<)QxkicUer( ((((>BV_攴24(((((((((((((((((((((((((((((((((((_'Ey2؞CXL2(\'Y ^kzc%''pCdeRI㜜ok[tWXő_]rX9m$!`(?)ja-4D_Di]5w KxG@ ){O?4ן=*bOjl3Eq sA"K2<+[Y- ;5J=OF[6LæVmGv3ndy̲*GYT;l\ / շ__&'t3Ԩ =R[ J97|eHőv#L;2-sNͼE^1M[joMfdFœw j7hze-ܞ]Csp>^]m<j7l!S,Qͱ"0a,NH-c{=% |%c0’sۭukoƢOiNzu"WY߈I4okf?+x\0W$n8aOGIq REƒJcV` +4|3jNdKB'ƔuIoﯭ7ˁ1SyU|Ϊss8W {=ag'ǵKqeY{ ǥ*]Ygfc0qjdWvmgqqo$ #d`b^[ZI&wyKF[ZbΫ-*V)t4 fp-Hl3r*- k -"ME˜!*O|jםNy%T1,/pqXӞO:ew7R,w/#C`N@EI'P%Ӭ&Kumc pni\?|rry\wfpX2qP@$}6;,axޜW B<3rnЍ캑X.>c27NZevאK$}JT]Q&an2pN:(Hvͺ"8#+pHepMF+dF.A90Ϲ (>u>Nqi VcF(-m%I[2@Wh G_Fb[}ES}#MFt*|p6q1ҒG.i֓Yy~]*Ŧooo p[F(X*==jXIdy|vc`*Z((((((((((((((((W;_I梗_'noOa<)QxkicW9OZ|]GKlc-˔QE1r$񅾘X:O([gL' <+#q%Ii,)0<͐$$P%/yUrK j~"Z$73rpDZ'<` ;6 ۋl`;?j1]&+d~.IDmf?ڕiaӃۆh!Ipʰ)GI`;$ǧ5z4 (3?%m\eiMT&cNqTտ }^&(?KoC-n`2N%p9"CI[PMpc+. x47C-S$XC=;ո5fO6:+ѯ &1Us@nKwhuj1j:M7^Mp"T@$1 :+_:xeM4\Sjɼ7aB$Ax̶>[?Ͷ]B;K &.$A}_qXNuw隕vȒs4rFUGN^ Ni^X$nMy䬁1CСnIEqW˦6i{SP[%X;@%X$'>/VM7OGIQÅm18<:?:+UdƝ {kf1cdad@Ͳotnf+%-%%G#sݷw4W&(f&x-n.l=w۹dgc x<֏/Cš}B[dd?*~P{Do?m\ZmWwZ|COuO(jl%•r' ̓п7:B^j>u;6#]+gKvܤ:J+oj7[æM.|)6~Lc8;{M%4٧ً+q*oKߧbZۢZ0ZX57H4`c9 Yֻ>"Js5iT+}ѻ_ϫxK[#{W..Gڈc$zzQ\'ףLJmn$ʑ3or:[ĨmTFH5;Z)J’rkyu#S{"<[/\lcy jp UtzˍONQ:O}<,̇1+fdڎ-i,MF SIvp)*e.cS 9 C&em>w-PܜH$|ب~`N(KmQ1 ̄v!U((((((((((((W;_I梏ӿj*%=GSIᮏK#]э\?j?O tz_y/j.QEr1i.e6Xu;&rѬO!MÐSБޘﴭ?º>coeub8#d\Pa3PxGF#>5[koy|H_RSi?5 _owTWޯ5IR-gr3DtK-  $[d't eTp-ax5I_0z^wTQE 3?%m\eiU}2tB8*@24gR-y`{*Sidj\swq >tıf1E7&՘f:Bj:s#hҖpww46f8b!H/nnsVPPTĺч˹Ko%ű$8b(Z^ow9RմM_VIY[;?'ȑrqS c=]N;_MRi-#Sofb\(?. rs?oQ@t,$աLj~ZYY &0PFf yin|y:օ-?O@waY-uuŞfmg2 9L3<^Ȳ=w6wo-dEsIr% @Œg*/r7cRQGK>VZHk{-DxH \ibX5\IjZtͧwތpUs0ʃQ4>Ѩ=\"X1֩]et9T >v;s(*^IxoaaU ]8K0+WK]U$\,ebm (o?9CU]^tPRM&ق]!x耝'j/.XcIm/O1g. HutPeK{C2H&O)$bWafe`+N(((((((((((((_' NԛL(4F9g*X{G}QEgJҖBV_WTvItb9VSȠ tW?JUFn&'=*I-X2͋SDAEܢ^OӬ{\\(P9緥M).>C3/7F23g NMTQ'}=v% U5.-M45+4$KVD99 jETUӧk(odU,$d86Y-u+;kbuFPNO$(YyabHeP02:#[[T:ZGQmy33@謽?[_.ݣ0 3NH㞆\mjCl'YV& 'r}G.E+R񆃥鶚ڥZ]̱C2\FUm$tKX5[^l\"6~lt *ƙ.hڴ%q!38=QM֡yoin-īz Ynq!,Ks1m.cxN_KmO`iG4>XO,۾Qdw5RKeawsW EϤI ec,R;kMdN m+7 v+J?rK;4KZ5lশ|7o幑b:e_zj^Caiow+4Oi  em; R/nׯiki}& . 4%QW<ѩiϬP v`[ 5&I1ش.Ѱm1@7g^E-l s/tf W-危Gq¨*Kdy5wKOhڴ7Z}Sbmw&( VSSʭ!S_}OwR]PsYr p "}OJ-1Ĉ2MQnJԭ#as{ F$9B1Qx汕to|#nm|;mGXuA{_&4E&<[Ww0C3[Úϊ5ytQ5^xb(ISWg9ntm&HXn!RIYwv ScIEդ3D!u/V"ZQ֒݌Q躶YVȍQv۾@I'q[&)ll$| /, KL hppI C [b=9QvYsמ9Fj-L%pX.$lewFJ /Kš֥8/kRL*cd%rvⱭumV?u `LX+63#Icxieb:}XK.,q$کZx_H[{idߘ čmu>9x=J]Eb$/&)b.tM:=F;a"j1fĊn:O_o4%ȎJ;+ugh(|rU/Pn5iaK5-+{U7VPV1NJȡ>f4ۆ&kHV*s8mQOhh%GwyeI"A)܁xSo 'ͧ5]Wz?lʨ~P W -xX{Xtd`erISHQ3*Yk [}Qʺy:#R6O]v=RGSY3ZMI}#InmY )YQɦxsVՏƝxصOmWQ!=nt]:\ZhCAHv~*+JnF>{f,vv'8Ni5M &G;kD]9m ;8P~m$枥icJWKsX\nUiN  a"WYNծ"eJ$2ɴJ4֑$Wf.-@1҃^~^<חn[lbpEr%\8N66ڔ$p^`,^]-a<Nzs 5+w"WsFΊYezF,9>/72,Fb[K-P)s)_6w ֵ4[]:mN4xu\A I-kvFa{1cX{keU#{9MlKE26$wG8K4M82nqO=I[06FMc[gUsoCd/'2 B:zVkGMԒs4Q f6O H;A}ovQ16ynWqtZxjzsr, ؾ@1D|p{]s>6^ComC:K9c0`K)_ˌs]2[R: ]YKD+ţH/]+΃v3b@b38vvGm J0iVYc`wE(((((((((((((((([|E'Oy_5O'M/%-yF3h(C\fI-]EQCqΈm )$؊>&ڌ3ʗFDcg,W=5ԥaAo|[O 0vSkZny ;FG;#ᐧʡ8 Hz/1n%t̳U"|sˎ5#]md5 D"X ʦx@!I_/~yfH]n2AP+6Mkk/oj4|:>H9'zgWH`tȯIcG,˵eb2FC W? ^hEYd+`/6@˱qx3Z.]Y0H$NAȞDNf1@G8 -zٺKype(NÚ:MҬdqtLE6Tz-5VĚ][ FxFP)H e=9>՗׿_֝k ,oo!@ڪ2[)ۘ;~l cq̑xbO42Snlk:wV+ҏTO۰@ƒ+y#bM'-QE[Yb$4$B1I5}5+kV9*VB2* 7Ϡi7W:EjZA㲀DZ@3HɵS˰< -6:ٿ}?Gӑ$,YyO2)rpzs>׬-KM}GKk86`k\.ĐkUHaS"wm8aK3˽.^2eE' S]~%}F᫉t˵}FW{8V"fpe;Ulmgȱآ gl0Ex$3 ]A-7Nk%3j2r;qɬ1kkl}Nh._ax1FiQ*gj"<;G$R*2= $s\ց&Jԭ/O1mDċ* @]6kEn,,,,q I\+߈?t;FKs euY<Ռ!@2i}>,WePEO"9Kr,=O_.Oai)[cC@. y]Oե#@^gWYA$+o^1MkaNSѮ(%6гeQmv-ktoY!X7176w ON$񝝵5ZIa4I46u'_BG^:,imbLg3H\j:.ZQݝܞd@㠭64m,A*r=kREPEPEPEPEPEPEPEPEPEPEP;?j({XğO5ޞOF_)ݭ̖Mg;$J`䎬;GSIᮆlc-oo(![|n8?[|n8J([|n8?[|n8J([|n8?[|n8J([|n8?[|n8J(obĉ.WJ>((((((((((((((((((((((]°OLIH 0 CP?$ya_@7Q֏&Hi$uHfcu$=7\u!;+!8_MWO]}l U[vn3zVW:faoir5yFqNFro\FZ>@7U\?GNW?Ug-v&ۿ75ꆐq`sO2Mo%knuSW?jg o*ƌUFKQu#Y?K++gn]3gwӥju֠ݑUNjPi\M#IaIK ,T"Fg:F/IAoa[nkFQݥQ+!c/j}TӍ^Eb; F{h`[\]0Ε#"o`71zj5GWЭl5;FB터Ffdn=zUF=5x.Z]ɩϝ7욗s]o&>vfj_khw7MuoKMK|9'~3ĒEm BXv[FrTsܮ~ձns䮂^T+i2"3\4lrÂǜѾ욗s>ɩϝ7/-u;)l`Ixd cYz_٦.I7J˴mgrAʑkR;_o3G5/4RVfwy1Y$tUMKT$I c8sWɩϝ7욗sc'(ؽMɺ{dY~Y)O 49´J`1c hR;_o3G5/4IMK|9dԿKDEUɩϝ7ep?6y|±UU@<s@~.}?$y-`4-x4d.3݈ъ9߱1PNGY2ow4cŰAT˼ͼ% eZLKbȀ#uo~pݧ)ӔAi~4~4魾4i`cӛ&߿WAg3'5L_7%B }ּ`UG}}:X4Ui|\y9c9b }(??g L_>|Wy~,c<x8Ey.\*DmgR|>m$ާ>}5sm胩o`&gdM6] ѿ3F3wwL;k%oW"1#%s2]>yL 33Ɔ,cdP"Ƈx!cdfdONqEKiĸ#X>PTK!bҬ@eZ*Fq9Y]g"$Ę;x~Kh)Էm&h׃vv Z{NG%/%? 7wePr&ne&S].z;U,,J46[K iG:Ezj,>F2M:--qH΅WW !f1"q8&ǚB$BJq$ 5۸DHD nHnb%Ηr㵑z!d^s#ɤCG"NH1Zx*$,Q-/(bI_fJRG/6Ajc9eKf3 ԐT`5Xʈ/PR}fb\ 0o=>WіdA%+qE * Sem?R|DpL}:]qN)HRڒubbYND_iAe>s30ENς>q$qPs0:όG,KT<5gY8Z'nWR%|n)<ʈ~t@Tk-QfՒ:+T+RR9ꘘʁ@R#QՒ:.$PT IDUKT)(&I6Tk.2RC{JXk*uf|,3Jp߈Fr5UF'ld8O2~[H¨p$o!]\ZزWU/*X&/BR,Q1BLSHE!UENgKAՒjDSf/a_5%uX)5qUu*˓T!R)9`:Z1dԇ5{ \`lJ*Q+GXBIsS)VZ9^> eKjIeIh#K:ب(* ets92qQ* ?7UT-2*xQD% :IU),jI fD5T1^%UJj\Th-%5rGSYPhi :zA`K&m{& hunY\d`{h`Kލ /3By2,lTi%$MBM+m\_uB|-+>e._0<忘IQTB bP$5 勢aQ0_UOK'RN^sA͐9UaRR_рn~r Tß.HTMIE[OGU->>\Ij,\*U1.xE5JIuEՔԩZR}[RsESS|ʂzտ5OC{ ?L[_x]{{NQ72+G6p{]>n'Xܣb7ʿCi|!dQccdid#sʹwV,W>6˲lEX`FonBĮM[ywŘ 8&!ScEM"8b^`DuH5.s`u_5y}^X"`Ύky޲zB!̚P|eT#KdVF]9:gP?K*O+I*K*UNKAԄT|I!րȃʁJVII_0\qlѾuFHʕ&FRkp5q1j`dIu$}=6%F$5ڲ:Uw##QUק&K %U%hU}MjJRh_N5$5m'LI>L)]h'ˡG)BJ5oURb}$ֈ=1&B2 k~v51A6 Gbwĥ5TOD׍(!֯ kFcuD[Oz՘9-BaQ,GY9*]<_^ZϒJ$uE]_@5E_Vc/T%1)Ո/Dus+J a$E#-5nm(?8QEGI5-.<$AjQD۪T}6)D?r*I;^e9L}#I sDQ|c`_:WSP5"+JTs&Ʒ΀msAӳRA?ZJq~F*ĉEK !,!ݿ9'\3BOjM"#6 Sjn΅!Bd% RFd&]`UCZcWu_qr7)':aI-K#:*MkRՍS_bz$& Cf0ZPÁJ -hFS˂OHt~w@51fR2FQAe%VG3їr_9կGu%U˦eK*ˉ!PRsoDQŹE["+5s: 8Cϓ+JR]QJ\Q dU|GT*IU*Oբ*WES&M֍2ori@ThU%JTmIHU *Ij Ij~Qu%{ߩ4h`ޝ i/u66 [[ n2z~X*q}\/p}+E;V_+}l?AaPoPPS=iu>)n;xŪtKUUU@W"+Q*CynC ZfMyE2u=_IP^X5,_W.ƒWuCD(&ZR=x?<ɒK K#F7ID^5`-\?z6>CbªZ\hM`2O*XH ~TףNDK'OTQTˊ\Au#<dė'T|TR1,jB$M c{`jTFKjT >ԠAe<..% *SjTFm$yc %ePCLM"Ƃ&%U|ȢίyCE:=8?>WJY$tQ˪)֒DՊ>Vj$#a4\:EUK!8w'jEՑT)q151%E+^zj.24A0I0/~E/Ђ}| BJFNz\{C{^q\?Չ.4q;HPRNY*p*A j2v!XAo L !1LakkTV&b 2GXj\QeՃq@(,Ӕ|;< T%Q$ՖmLՄeSJ۲W^LzV$^.b95"],]GQc6-Uݯ/ _"X:TQ⋐%r*Ք(ͯd͔38^,v`?M T1h3ʈ2MSPI+AM0Emg h /KW~X A-ZT&it=* 3կȤ8FkQ9; ,9cp;<؟-n-ZTy"I-]TTDTcTyCkQ-xUu!JI DUIJjnQMT;S)]} Tsh``꥟}f_o4 -οrJjA`]tJ)yo;no>ŧ~ڂ*D*T_T.1aeDՑVULXZCI[uXjՃOV}ҪՕ뒁$51*%DU]TSPw4!FTUwݪS%BWVGJeu{ / A #Ip57_)obA*Ϗסέ u% pU|i Kė|+>D>AKTŕԸybz4%hOEM *xZRUKl ~!HNMb *S2H*S2ZP)%W/é~wy|Ĺ(բ% e[$U)JrWQT!xB #KftnYPy>cnGRygMKƔT&YTՒj@kQ5E5.JT}קJI#*j<7QwJRQ-&,.j9miiII-ꛣtgiNWQ"JܵS&$2ɯU7Ҥ5;rtkм1GHa] o{X/^YPm{у I'q31@}c6Z2N ΢9o5hꒀHLվ\?%ɩeKvi&ZOu/<-KޥIJ^|A<7H?StwtDu=k=&N L_>]PƵCi94Z׈,sm̛Cc8vyJˮs3mQ$F)uQ RJ % a5UӦeP*ۂgu}IDžYU_sC(('pQ dUKji*5U!>Q=?U_DUT_4ESQ)>Q r4U jTCRE8I #B>B(4_/4;J\RZP/X(9ݹsE2+^vqf__!֢ݓD' >KHPΫu,%]oR Mci9&ga5UJ\^%JA}/$QH$`vPX2ʂRNj(/ϒPHi@X:PP*yrۼA菱5mPQ34KFAip$ )~7Ok ո&UR: ꔠeA<ZAK/+|))_4#UJ|9/\SS)AJJPsI3%hCІ=eE韛'E;SB)JPGP5>q(JPP۩rU]>OQnT)D}>BPϿ1`c HPMxz?N nAaT-c z菱̠׸3ԖKzߋ~S|ґJ>_idRH8-.noGc?GS T@UuÔ(v]+msHaQIJ6{LdeVC`T5ԗ)e4I^>yU>TH|aDʿ/\A_fz+s)}GRy} ,A%' =eA KO nT)9%OPHgI\ؒʔ&j T_WpUR9EKʗ)yYFd[~u-B&W'/8_llAոD}fST#Y-TTmYUDӚ ܗܧyE `IjDS$IZFKRߴg\BSx M%4CP''X(X,X~%RʯQ`ݕ_Mes֭R@Vפ<1TE7Bh(@P/_Lwg9CzgpuB`EJu4Grg9PzzZ-Y+ B,*)>~A_Be9ՑQ$*9x11R>Aɉ@GL)5!PPπP2# FK^G'<QRpEeQT>0(Gu >:o>? <*ϏB;-| [#)*QuJ*8$RRGRy$)HTYP/'ك&\{9MLL̸2-o/E7\JKoV 7H4ep}7 6ͽ4h`ub?{qUH- NfԩH~FOz[PYjoeAkN_EsTU^LT=r2XP55,,ֹu- RH唾*A o2uI$ZRkUT SZPF7F-aRCP@PR64S&JgAZUɨq/{f~E!WԲ*JXYU*dS -^j >AUu\%5x+cϞ(ѯD9$I(ʁPRjQ*SˊWO>-ra p%L 삪 %UE'cs߼aK7%)!URT?|,a 18I5x}>bQKjxm*K*cj(_]%U> EUHOTMIMUy/K%qIojI$I/ʂz/fpov׵4+i`WRݝW<ł忸V'uG(J <\W ̻K[0[v/LvHon *˘U"Qȣ̛n)zWPo #+tkEUNۂ1 D3| Պ ۝ސהS*_O*e5ZPeTt%׿K2DLz i,N_ jj SkL}.u|MKǭkhe,||]}F_6$:'fL֨n,BXE9&'6uu8}/׋yY,ޫ=~!A4xP 7ux"U|/:r B i?Z$`JcY0wF *EIIZTa%L8GbN$S)OH]풢~H,)_eP&ۂ@JM$Ծ_ W|_|=b瑇\4uaWNMφ@L]yo'%aI(HjMURsjhT),ߔTZJ45aʟ<{ioi``~F+3Z-X+X- <| m-J <Q:Q7A.J~F+P$x/ZRPւ35C %%TM7>4zj r Y~!rb1G $U^ʂ8|#`Ie9QJA2>,O,SW#bfOL +!|'Dhv%U}Vj(JT'25&DTYTʟM*Kj ENM~IhI5o IeQ5%պ5*EՖcӟo<5 @K-z7{i`B=tFgѦg2f湋f=IԽYў?uuNU3O=5 IeT!Z򗤄-vMXh˴#{R.ؗg X@LQ!]rf~5BjFErT4_`M78wݿ6SECJ U ",::_fuQ~`~*)JPC5¿a8ߌ$| >GH  ՁF+!ݼ5*)}jZ R,ȑLQf[*wȌ@bg(\=Sz-uJ]+WX;п6.]$'bԉs^kXPì~_|/ਖ਼y_6#ŗ"/%E-A՘"D7yQ%iuHAJj~s vr{>rʃEqʐT j1> В|#d0&|.8s-8wP2ylvp?+ CP5A%!zDUrע%UuTT-%Ս* j^j U$ESMIs? *t>E;ΉU"#;y2NUu 8 ;Eqh`fZ 7J_ UHGQϝ&U>jda_lk\3NŻ74nB g.ZݗP Ulh! ){)`>"QL(ao79i`>o\ B*iOq6 ѓH]IMBёOʟլXFc,jˢT,gu\ʕw3Bj7%+Y`oG4bT% qZ`^=5?=/Ҙ/;WO/ }"Ѵ7.`%'=@8lSYjbȹFmI3trj"O=(AeA?8Xh DՒR-ň=#3+*{>6*J<;XBYnϼI(t?@_*竔CKR <ѹM|Nu'`f 95pUcvlKOT'TSTiqG|stYsͿ:wY\3.$][vh߉v/Q_GmXTʩԝBQTSRYDF.61L‘Mu} "QǗi!)S^Q(N ȧN s+cgx#P.TGC5B>ɲHq1Q܍,RІԸTE qGWDEE38AezΧh|=][7V&)/H\eT˥dZ"TCTAJ|Q^Rŗ~%U#)L.I9ܸr'T3;! Tg[G y5=y~*E@U~ $jxӔ{ycPp~q>_KT>77'\gF5fɢjIOTuEUʪT%wy_T}|@RhTWT&GSHU%c5|q0| YT-,S,[;7) ",t,~,J$`Y1t 哯UOf$w"PBKD\QPGF5G#" 5ET.$1$4P"u.zi'Gj '#$~q~9z[!lLWfH1g1]0'c9 T|#9 ~T^{eey$tp2$U P^QcI_탒D='GNHRUxs<nj'y(ݖXC/?T-҂$U#e4}nTF|KQMGSʳtn45vU,%hjLRQĄh.Uyf-L?|I1煟crF~P?Oɿa=q4#*11 [$5S:F5E{L|biKI)TFri 􉦐L㙞(M%9͢iʦ2Wiv&jHDK&c;!W$Bcx*dÿ5o_5&?W?Gj`Qj[_FLB~(>]&>|SSy,S%1C p?z)qY3U)eWg]tHADEQQ *lIe`!# &6CbSZRy~J8o;T?#?m#CSRU:T,_,c2*Mk+LpnS?"KSP5b|D@R Q %'j4qhDS}PRMQmhKT TՒrGTM E|\HT9*dUH*˟8Zr%+, 3BNR"P0J.`Fo ᵓlf0ud 3ni@4X05:Rif$J4l28J,j''%#ONuZ"Nr3|!KN!';?P_!ڣ_2d\'HCfpwZ4+詉,"$UPƧ#ak(|׳]?%I RDAex7(2<`R*TKN5::R o%^G!jH*n*2FSBXg^GL:*%8UI*c[ܶz? Hj>Q~ӑT8}*!ATi|wKIuZRh"y*xM-XR#QESCR U).B. AeC!b|K?R˪@fG#kD[ BH2q4 EL4` f$Ռ!`*̛xitԂH2FG8U/j\GYͩ~)l|:όUE# INIex?PHTYP5qQ3$jk!jjS+*"6UERFS1ΕHT;䔿#+j$!o<-uV%)IL Jڑɐ@ 2m 1LF37 IRP5*F7jl[8WNٹAY$Q'>'OLqR.ˤM Rz@# ԉcDF!>0xf`O|m~ K~H~b|R6P?OSli|% >e_*j]s$˩Ay j +Z"Yrn(?x}`M(IKdRR y NWJMlAxghR GP UDhA(+ї<˩~|lTST%ZR(w5կ]Q ϱ)\* V#>W1I5?碋4P UIUjI*}+DU;G:*S<#D@TCI DkSIM-RTI-fʿʴVR 2 *IIQͿ.aYeFBz Lĕˠn-+;řB4͛luu&$h:iNM&RMtNuݥNS:hJ2' @h`:ߑ7)NN%q.ќNn Os)3L-Aãi.<ĈX=cN2:`#>rC.V_L>g O< 2n -` -jP,2+\KJbY2dʉ?,3lIT &X ?lS ӄymj?T}Ӕ9YB"% *c HGGT-)5)FP]I Q-%r>~cN#iz\Ȧ$o?Ќ.C|WJTMUm%$#ɢ_*k(:H*U S>SHy׷;e<)9=ͮOƎNt|x3Qp@2$P':AɢCRB O>=ݮ"JBU} OK ''; H1Fds7%Z>Շ?lCT)N?;Npx 9`iԯyjĺcRlx K:D{$:QISgIߑ*U"8[PeGP\=@S}i)ن=Sc5$QyĥG4e#1I#% KC'#frDp)?ö↩b}P}WR9*CU?%-!ƹC}~Σjό@'T#{QVLT10)F4UqmUT),%&ESMI D5 WRcS^IUJ*ޕD>Iyh.:o> 6'ݓᐖ=&CR<cgȁ];"v2#vl+10<!yLW׭_Rڠmrw ZO%z A E'fok"sIanȶK+:9Û?B ^'uztl+u&NegM|۬U ڪEi9zy:w1/ʎo.>89~UYyk_c: nO Z{Gп!I501$1hDž9zDzB  D4.dB?* g9y}AphI6|@k /T)1N.ʑT*HT*@P@Ju*HE j";KP,(HP.N8APP@PS D₺A@%uW !iJT@iڼ.a ?Wgwm@ufu¶kkNkH3{F:bju@'S^[ '2%}==i/=p`%{5r -H3,H%WP?VAY&SDg;^x.-_[vGn73gΔ dPP2 k׮&coӝA_t[ZYL0z ^:E 'WP?S:}tTeΆyGdԻ{Cwu`W║N߿|s$woKA*KAԓ'O&r͏{k d*:z+K3R >~]q>ayizosPY E '8q-wzw_z YԁB?#_} XY^ymiAdjO>;c3j֛,=W朤K|x֜aԖ`1}s91xP[b{'ѩ{7>ƳXjKoKpj1\z}(yu5QmR+DCYZTx{*21A=bAoH}PƾAʏAi-tg誇^zMo^0hZPOTDLb+XnGjh#P)pvSwuM 2W#?o/Y8җ I$$e8Q}XbΟRڑԏ9%h?JʞwٳP2=dKPWP{,(Ƀ#"ܤt#蚇_ޚIo.8M6ӠgP߼-RYe^ST\m)^UR@,wZz8 ?p|mxíWcg#vT:$SZ;|jj)ZPka# Lfܹs;eOxfVt_zcjwj){Wn{|5zsF=wj G&a3~Pư D,3ORƬ>RQp|r{[`5Ĉio})~WH+ j-u}N N dFP?N=TtLn~z7ޑb∱L^htA#V>'k1H"J {9]'5M.iq(UPȊOPmqӮ6[Yw};FE,Uwicz@Z)\PYNk۩HTl"AnAݷo=9~g)|߿)']G>[cM GOIktC[Kә)k1HBI 0䇥EAPbj6x #_:Jk}z@Z)LPn~ȩNo*2KرC>fnTԅybL#]D_7FQaѳҟ{5oCÖ %ёT>AUr C>a\PP_( RclS"j68z6Xe$GJlGJ~A'gΜ)*:wUS.،%e:UNz8zF/.=ۿ7=ѻ'W隇_kؓ߬7柑>3ymܸ1}SYUU,%vtJHE+zWtP() "fF1b!qŢ:^Ps!쇯XGyK >^f2;e?M?TΩXA4PMRH:ĉϛy! HAm_D0G7Z?C/ם{M%!!x{7w#OrYgW瞒rs9v"APYZ|rO>cǎŸڀx! ˰j\^Ae1}q"P k_[B̧_K$*_QUZR<TS-7 "+1:t˭w[#gx{*21AM?߼cq)LE4Nfx9mi_5=GUiiHT@\Ap|LWw,c j׉xWH $8_&4$* @PO?^>Tx{*2ʻ+wZ,2ӅEׇ^{EA ,A->ʿP2-~uzv)Ӷຎ9B}QP{$* @PO>Am-TeBA 7}|1S|3T[p}ڴi8p@>EXPS?q_Z.8,.AU0ʿqF;ۚ?MCZf ޽>à?q_GO'ApqߵErY@ ~jZAvz#FKxⲇޓwE<׿5hOTT"&)jsTޱXm&޷oTӴ$e/g.=#naMMR Dt57IUjт·(APP[%@! DAmMR>q ITT"qAmO@B&_1A@%FPT8$**PP=NF`JY$}=a(w$J٦ D?uZ)~!}1a!4&JA~uB^Ha5~I"[",kqЗ GFP#A-5,-y?68L˅jԺ:I˰F䊲ۖB4$**-mT-= VGH]ag^ 9kʢM[y- iSK*v]ݶ|} ,Ҵy+]$@~ϸ"Ǫ8XURPkPKRqS4ׅ,,),F-dۺX8y}m1E8z*س>6xGLWͻȾd QkR{JCGP砖1S|:J+|o`ʠ%R6y'6ֲ=-SB <*R`A*.gBǪ^ǪЂZ;ݯ"7(FPݨ$ONBI 1/};f ='9sd S{J#Բt+- 6\n ^f,OKcWOיSPͿz|OQP)@zO|t S{J]P.Z]7m"Z8"Qry HfdҔJ>IPo- k)⽷- η>)ZHH3OzN<7?]]jcUiD:9"NS'+*'.VK2*mKr9|zY!w @zO>9q℗[# R{JÉNAn I׾ciS|rO>cǎ Z~ S{JÊ?RH$w{#*j<닥䢭M+W(wW"m}ړ,[aLt%D[:Ng-ӡC,|!7/o_#ͽJƱ8Ǫ`SG|SH$T8kZ~19wNU{g]D:uz#O)$eAp/=v IP(2g1sjnn.޾)XP{Q׮]#8VXUQu& DP/$k1H/L=u$T( ڠ)-RK,GUNg3syjjj*޾)&ݭTy* )2נcB$,2G|d& d,#Nϑ-S$oozMX5qI,d|ѾYYy 2%Ws-y|$UU6/UuZjO{N~/ ԯ9+ (qsrK୛cNM={JuK!T+AŢ};I5Fkr2d~{^m \+3Ϡm/7חΓnNt ׼|wd`cdVq0DG2(spܶǨ;8_rkvEj_>G]Sz(QQRlHOm7u[䓞IO%Z*U+gT9v|w _:I% BR KZPP}rT\߾ WwiWA?/UZaDP9AP/ZPר* ^jJ$SP7qP3 *x3gZP>zȾw+]~/h<#}2y]8EsXDŽ:Z ݺڪR@J'=gΜ)s9ܾDZjc$Q5G5-w 2KrvD LB4btိ%yjCNspUzt-Gu]_=&޶ m9: a՗ϘB1tѭ;9_5iϿqR'=5԰] RYL_>}dϴ :Aű**%.(q_AKG I8-fok_n.Èm2⒠4e~oWoc?'vp[ g{>C2<xɽ?H'))|mccӘ}#\[3Y_ q0Ixi>?cP()#j֯yZIɓ'KƔ\ *'+E5uw * ` H7I'8q7o҃cU|jcUiT$};)>'бcbXm MHU񩽎Ua L*q_A%A {@zO|t!/ݗnķ S{J#Թq "iJ׾ciS|r… ܜ7?] S{JC } ꒅtt?5-w @zO?J/DzpOu* -k9$k14)>ÿP2;U񩽎U <9AMSH3OzZK!҃cU|jcUiX*#OMH3,=)r\pr Uq=U jԥ )J׾ciIPgwmccUjJH(PFj5 J]0 e!)JTT"ZP- AM[W t A@%u[(u%t5- J$yJPAPS DA]*u?5% JD =~|jZAMSa= 2jԆE )APPXAjZ{aB! )ITT"QKQՖ+!jZ Kz0ՂzZh566_`iLT@iڼ.a ?Wgwm@uԭkWщ ɓ'^o|l2OhF6U8Z8, ~ڸ| Um[Z ?+UGO>>;Kg5W } *Rq>@PAтiR!k я3>=u Vj+I,+=| 矩N/y:tz4Sg'ѳGO[]@PAQz]%q=4{ܫŶ]_iİa29+߹L jMuUUuNPuS]YW .PsssTe>D֭ѣTLJO7_FHvM7hKC^$n&Q#gP_ \K1}29ASNz*">A-> A-k}"o6UNg3zyjjj* T~TծMR/ 毢MW`}ѥ|n__ }"6-"J66؟F|hѕ?n{sURIڽFhu>kAV**1K9 [\+f<ԳgRCCCTe9LjwF:},qfmKotҸq>_*Og :t}Twˍ[Z{ ګ75gYvuLPrV7"pd22`lc+5ÿU{o%DZZ;N7~c2oU8-qG!yb<6I瞻r=>d)GA]OU-7R)6l}k ~h%_CВ7^xLb˩arǨ?nփoQ7:у]۔RH5A;۹ml %jqe:$ n?Q7Wb4v|yrjlWfcJ_,GmI~˷v2|r/BJ9gJن^@AFjtT q o[>LI zHD[{h0jhlZG)uʋEח[ *_vO.z1ڽyUk*D*uEt53G*i7PPo˟|zO5x!Zҟ駗|n5z)ZsOi5Wk>o^wZ-RT^ H0bpןO&U ! \^fcH^Ǥ~O*#?E3؆%{9Ώ4OP_ V}YK>Ay d)YPjmtd:uӦtՏF;ЋϏ11szѧi۶PS&%4CѪi.^N_w/@ر9~z¿I *h{Q&J6"mv#Ha ',|?qqBPAQzZlc{jyt7з;m@]feP߯.tMM4,j޶V>:yt/~0~tݓwH~fw]nK8~1S-ШQ'APGUth?y#jTcǎŸڀx! HA=qlBUv A=u2i=B$ 9]@?l;z6ҫ]CWWNG^ye8׏z~k|O@d ZZ$/~ tYDTL[n jnAMT.ONQ 22唁\AСC^n/rwo=CPAaNnJUws)TN6m[n~:y7_{n7Bn_E7\ӓn韾E_-vy__N7F?ۿko/|n _W\-O՞ "+K͉\} }ۨ]tZ̴rѣGF$7x#}?w5z{'='sϽ{<+u>: "+|oSSSTeE;#f .|vQW;o^C_Rz\LT@\Aohh(?:nڒ=A57QUFNowy'ȕAdj' ԓJPz:3ʏzQtգ[BwAF7n rf3APY1%[H+傓{|RPO;wAӒ)AmL^1nz5]k+躟oW}'M};f=A{E}}=>dPPw͖;wp#ߚJ;UK:Ӗ-[\MTT";=tLvC>C|tnݺu9A@%")+LbFKK ۷OQBPwSь jGMTT"GBPӒ D UDŽ^&APPHA=#u! A= AMIa~jH(8t>A@%.z ڷ}U3}[UUuXnU"O}뒪(5 J]|9Z6]dA. ܳ uҥlA@%.q=Mԏf6޴ PoTzv CP*vu4q`vԞRDcZۍڞ6.<yt#*۫hY.Ofp9GNTT")f%Y Am͸fP^K[OPk`yr_Ad[n"}}}=>dT7K(\KA5rFSH^AV7eًݔo}+@ٳ>6U8Z8,A6'a3a]'/w ^,I+?_J׾ci g}j 8:5|3f)Ss-N}"/_Adj'gΜ)*:Tx|=gnYjL$כSE j!1APYZ|rO?ӧO oAY#IPEbt"qA5R7#$U檿 "OPO<7?].APג,Z lYTSV H/w'Nx>[]@PAֱu]QPr'* @PO~'tرArkP#ͽPWPJ~t!_jHCPA8utAm Wgܿp;՗9;uD=:m~@`AmE]vԘ^pK,AMq@A}ee UW9}'4Gd4}ґ% j3?CP]A=<555 oAY6QB9E5AҪ0yT]Hli2˰$lje#;wWe/ (VO1e# JASX*'WPϞ=K %CPA8B"Έ:)1+(%S&ޛ mQ[F!ԘxyџGjzߩSuL#mrB[;rO+<>' 5ũ-4K8I eş'ߴ+yLeeӆUO&}-O))'oj_x<} ܂T\A-@8q_`h<-,DȈG.ϓ'Q T[ 5 "+1:t˭w[#gx{*2'* @PO^pǽ5=d[PG@PӔ ,A->zyjjj* 5 "+[ %YAdj' 5 ",)Bʟ\A-@8q_GO'ApqߵErYA@%j5 J$BPg )APPDڛu05E JD Z)Ԕ$**j- iJTT"N6vm%APP؂ AMMuoAPS D,A:t AMKu! Ԕ$**KPAAMMupj% Amxz܇g>ޣKuUO[#APYiVH~p_qqߵErYINP06fM)w{i f[#q_={cU8Z8,` [};6Ϣ.=nk_zv/_C!ԭrmU|YwH3,H%WP?VAYԉYPuAƽ7џGkJ=Ƭ?F˯_;B}o/,oVȩO ! ,A->̙3%AYG PPPsTtܝ.3Rk~s}foͣ6ҍ=0A6gܾE 'WP?S:}tTeBA/u! KPnm! z}&zeFza:I;WVON>SKyk% " AҀ|zDqr dGP{wHAMQ{Fҵ?-_o{y.u~$ދԍT(j''Nr}$׻c &Cf7oQK>u }w~Og.hj^Gw:z_A\AOرc1=6yV_kx{*2:L,Qk4x| 7won #ǏN8n}^M&{'ԽSS˫XVI}R,Q?Wn?܋S]{5+*7ӡC,|!7/oAY^?FA~ŐE}ǭ sWxx=T)t&OD/"Z]-NėuϢ:uzߺHUi'^YQs|ZۭwM|OuTdr… \2=dKPDZON8ONS}ݻiyf6m 6ř2*zm?^T涯C<6ޢ; dYfA-)9")vpCuT2=d[PWP8@SLÇiƍpB9r$;HsR}}= 0 J/zzf,])Og)Z j ^ʫ1ͦUyj{hY̑4k]uB>a1 ˴V90J\`;{.+9:iuuN˾j>Ypڢ۩2cmgu9@.JJwٳP2=d*Oۯ\A=sL@PA։ *?׍L߼2;ߑ<‹r9 XMA2l:=rS53^Pp˼j /OAjH(,.ӭ@IeY'o*f2&ˌW -*Lo#"R7RzTLۂ?UzO)A=w\e 醛z5}G?)޶m&u˖-ݼ=' 54Ya|]*_*?^$Ae!3qj,)h)1TU7/w֫2GW"~&Z.hDm+ʊ* *W@~?GEnAm^]s/I/i+*:TMQXD;~Fsɗ.d=+oQoEw\ ۿ\r۟FmsXAM3>1 DSH^A=q℅'N5n^*:TQQ(W5._\2I2r:rpɪUx3APAA\A;D{ !_W_> LEӕOg=\7Xio7'wBA4A->c[KG[Te:&=Gk.AZH  'WP`-o~ܻ\CPA:d z+jT~~;oAYT~P1JAW*/+nޥYT[kk.A; ,A->@PAɄO3S=._s ڵkMPYIT@aA=|LR} j@\Pś %(MƾGfИG|=n? UV@9z=|][$2!' ]dFPeS*՘rՈm#+- ,嗩wt!H |N![n:S1A%TFH<@P8y:r}'tR|n9;wAzȦrroj, jNEx*U>AsQ߹ CvUNT=u_kOsC~)>}&5dCPY vuӔ! QP)]}N훩g7Wx/nj6HUEKC] LMIIjb'* hAfj+w? "ZPO< @ꀠfHP{vDAUQJԚj; \U]&ł֩{w(uƳ 5tXA kOT%*jwzc=Ϗ9~xwwr'ziMLNTu|nBPOf;%ݩ^Y'.ZP;2 hEZe,gV(α2 j68Aj,ZPH .@!Y9lEhu('+j;Sw]oTZnNu}u(uFYVRjmҗImHӋ/ҝ*k\L TFRj1%ǔ|r&Ɣ1-4qIJU h&YolUnWg͝:U[N7]]\]QŢѣ!JPWѱwNk[_.ϲY?b@P5ũXAHPL[Tmjሟ!(<İTwBJ(#+Rշ'밎x^oVxڜNk ޗ9Xxpر#Uמ]uZ}466OɒR /m&5@PSJTM,H#$+hbʏY/z.Ì:XRUt}fJFU))CM6Sm$-oQŒOPw{V5zzZg 3c]ƔV+WI*߶m7?58*Ae<((I!m ,K\.[D٥*FMetA_7ruz_Pe6PZPCZE_}jN~S_>Es߷U*ο[ih/b(ZUzjfZbE(eo> )NT)(ZJOV<{!|#%H;XRUP}IԤzMt9Zβ[hpo=U c uԔh|V.ڲl: ZPB,2',7|5X:A-zA ?>A -@P5 wڼ-唁ϝ;G7n u AM?'* hA凨6 Ad*H3lAMqgϞRAMq#' ]@PS D )NTT"'**j#} )JTT"'**j%BPӔ D2APPhA AM]8APP@PS D )NTT"'**L꧟~J̣˯TFΝ JFɄX}Μ9A@% AׯE/>> m.\8OF WDMǏJNwɄh2~tQtizkP?zԫkBR7#o*|e@F=DGÂCC>:pK쥵iytI:{@ޝ^{e:|pPC:SؖiB @PrAUQRTGXNu͙7&O@NI=#%AeyiRuYL9֬@7oVҢ% HIUR.z^GOK9uuo(5Q#StyOey,eC$|W4RuM!kqdC4x"zcp;qԚ*L=5T]%Tx֕zѹk|N:nTYR۹Gw AT-uЁԷ;rӚZ+imڲC1~t{?2jiS&=:SΝԚj܃}bt AwmR(c P8[~u{cz#LԼ Qz[un:qDPSRktCS3mݾvlcOЋ}j:}mkn+R@Q5%X*l O?D Ar 2R;o?RRKToڶv죖={رTa7~;S w/=j" 5=AAy_c :"blXsOKzUr]rIU+9\`ȹF-NϺ%s+}mTZn'Kl<|ns:;?t~]W* ' j.9 ueNjڲԯK93iҔ 4sL0aB(|(uG-UP[-iF9pC1RN~a<}GtiڵkwȞ#y:c Qm p QԘ4iۨwl h+Bv;69딒mHM3pss+d\m>U RYW*L 'A㘜о-wn)nuk=-]4Ӈ|M[$A]|5MNh?tY61n~P+FPP`*W5ˁPw *FbmUHpʀ&OHov&N6yqJ/kB{ls ,ӓ7VKsWڇ2*@%)AX)w䊞*9UgKn}GBA+?i"u oK-9e9},p႔SBn)>AU$L;āڑF%K6zm4|3At)}O4}\|'ﱵۮ1zr?>s';sLǭJ?.PdKP?GK:I\9ݷmزlҩPO9 gEY@Ré"kh4f*yCO@wBy4(XP̓0Ѡk *bu%%*Xh h[g܆E'O>@},pbmCץEP 8.P8/}$`!U(9ݶc'=g }w?!=ŲɴY ]{c鼐RS9 <|{DRKΞG;v@>7rz]i<|GR -XP\mؖhzWZ9xI6{#q]yXKtmi+B|.eBA×7gOZฅ\+@%)A%ft-կJoD-{wJXPȱCt):}>zNGNYN=ZJٳTOK\olxAY=+,ωnc,m,Rtb]ؾ%)zڮZrun8H(.nun<䮫%O~ )_s:b")N\f;h1I,H "9r]J) Tzym~)z'ʖtoIf[ElAnAy[FI|}\1[ŚM^NBAݲCN:}Br)Μ 4?vXЊ+3@P-Ap_8's׽N/Ck#ﮧ߼}w8Rʰ:͜})SN*P@P)A=ϩh)ZPS鴐RQFccyNhgBPPdJPc! O)r:zf$>?21j{1Ղs4DNuɖ;#ѿ5|B)&a7FU=?=A@%.MjM QЮoQ4yn8}2iA@%>zim}fM&Vu?)yU?^g6ˇ3ZN9 J$Sr?_oڶ=rS&Ҧ<=.߯QNr>)ԓ/]ITBԮTq`Iɩ؉#򹧺ܴ&**PPL뛂>|?@?JʕS 9e C ,^݁⤉c'ұ1=zs B2!"wߞPF#qFBh0oK!:9zvje+%} J$^yr3%**PPXP?S)If)pY,\vZhu4 j&**) BP@PS D )NTT"ZP'@Pӗ DE7PՔi55 JD zV_jIo-#o*|e줓APSsΕiB ,4ܳ UUU9tA Jꄩ6sY6nJEKAP: A [m.EUuIӓK6ih-QutiZ[_SPk(TQujmE}TU]]ydڮ>z+=T;YP Lش6mNwտH? `+% yuL==ZCM5UuAuu\6磌m~AU(ZL=TkUQe3V}nMFD.FPYN745h:vاVgѶ jD1!APFNV"JYB;k( * ^ܰ.^3Aim;hW>jٳ;NvӏG??-Lϟ;v,:5nb=,h:G>pj%H^U]Ob!m/tUGRB̸}/k}mjZ.ڟ.,aq4 9x16.R09i<%Օ[_o#SX|cIp2$-Ҏô~^!)0>#:}4ڵ,eV#W z,l"J|r,Gܺ|LO(wX߈j[ՖP_Rn<-S%yuͧdH)K=W%&dDP/_Mf2ڏn{`8 (A@3!2!z?ڜ#vTU159}mTRu<ڱΟ@>7rz]i<|GR -jat%%Ԥz|)|ڜu>LZP];Uf9 NAF)VP5_+3#ne ,O*-R)Z7o!ٻN݇)vv$Wm$k+lݹGчj~0|Qe*L3'߱rB9I@T}vzA1h9(JAX9HBܹ퓷kS6lG>߇=̾pO\j?5ӎEч\rT_<x1:6k!m,s~jSv7W2uR_]2n[ mQ6<хIŪ_mrGPc!_oaeǏgc};qvx9YnTo}c)oKرtT )N *߭7D5ZLu'OrzjizA q&6e>Lxi3R̷M)#EIZ6} >$Ї0"qk|l( p<fV+}^˳i_L_69#p'_~o<8\nYC1~y;틕'O]Wmru{/(<}~jS)8job8ryΟ?O.\Cd/\j@PIy*` sr钰>lT\#9۟gݺK>69#(1+\+_ae[&)APy9n9\}vO` |m,s С8" Q~~)O:S=yXN\g1@z{@5e/7e.'9ڔ$B+g]b}v޻MtbvPտX$rcD'L3\7OV=p\ oc} @PSJTR(~??%7C1|)OsT^zhnAe zsb oו\V!Y mL ,36Q#JDG\}G{C~h{E1O)B-OL-ln]>Ayt]Neͣۏr 6f=jY}ruN:.Rr * sd5ũXAm 2 :BPi!Aih'k K;v > ޥ##N?_}jƽO;vlu4jH 9}]HZz6 xN:,mA@%a"k?|u׿jPМM4fB5h4>z<Ѿ JԷ{ e$tu;èe 8:z\- yo2_!9NFS9/APPucK={FgE;ovNo3FMwr:6;}ڰ9վ JD jS3His`JړVvhZn+-Xlyhi4q G'** AhZMڵk\vAׯ755mgv(-X8#}_z#^f/YOOO}SiITT"A}oHڴi#mٲYFL56nSGK5ǟ~JFO)f Lg0:{6M=wVӢ 懶tߧ/: }o?uVyY3hz0 D:o/D zd2z`r<w6oir}vڶmVu¤q41駟%+APPd^PM_M]{E]n34h5Իo/!r4%ui򆫴%**L k7,?J9M???nyl˿Ͽ߿ysTfΝA3fLҔ D2)O]_<[C֟zk"d? CF;njd$*8S`n3A}gV+=Ȝpt} fzᡁ[>8GjɩN)6Ѯ]r$_}VNϟ+ 4)A]B_yIQ {F`v呡[k~ۏ|p$>;r&OߞayիiƌaMJ Sg%2m=Vՙz^V<@$׫JI9hoczSznoJ泷w*S{ -,7w{\dYVT=cǿo/ɳkh}a^X~~>rlOP*諠}V[iE#? ۑp,i=Xexy)!]F}n@dBP9zrOϷ?+K@/?_6V\)esGqٳ2?zhAH+K/jz8(%hAReAroT >#KN>Mv.HPs ˱^GH 59B]߹s5010Bʋ hn~+5n,s̓cm[<}{uK}wH?;R5ߎ|~wnKNr|+e_+v=}l[])TfvMHύiKibMFr"J&g'|"W~yRiҬuBFm Ҵ9at2_*78oc BĜWm\M.ʓ=Y AO h\Vu,l]AWX:}qq-gp͞v/:]w?/H|ǫ8rU )]se#&HeS6lm*EPk =@WU֗^8[^srrY2rQBoE 4-6η^@׀3 mRʳdAeX*#*3J/=f~G.\۷ϻ!Ek>Y|(+׾[9/˶Inqi|,+>^9} (JI:0Jb݆#d Tc_ ;Z@ڦ\!2- &Ŗno \/lߊ_oC8ys~WB8x#*'72=A(_첽_ \7Y<ǣ{Br 5ũycW ?|n]!)uoH!! ⷾC:bF<$yn"幃[NTyz`ل}R}|UXGؠ۷{u;0-aMx jIc/ym2w ByT[H{ڱ0tP#~(<, _[2A2=OYnT+j] ;U|XYT˅-V'OH t>=$EmTT"+"<Ʀu3&I\)PPe\PA@%*QN)eԉLe8m-9DH-A)^+yU-SIrR=I1>%vX>`+L;i%**ja'9APP@PS D )NTT"JKTT"'**j5ũA}gV+=8+Ν+ *5ũA0uVN&QyT7o!-Z a ߂(*m YD[$ R}nڳw\*lږ3(TWQu w?+edjSkq356mM[KlI;wо}ô1VxDM5UuAu)좖>H3BPSZ#,i]cgdw^:p 9r;Fl:@Py 5ũTAi}K:t=J'Nl߱ZO=:WQuzuYxKrKKt5T-USMKR^29Nȣ-jѮڤuv9wIr\!uXS;!I *_oS5bp2ӧi׮ݭԘZ§ܹ:%SKz_,;c||Κ}Ԗ~r숩.W"h,ARw Q|ͩS}ɓ'9sZZ:j C| o*SK2lCL[)+ r$>/ @jS)9GI|C_sQSŔ1hA+TPDzT1@'~FÒKBKX[Ph#lA AMS*EP!S~GM Q GN9… t+j2@,k8!Wr[[>#P^}`#&Lr AhF8:vn%" Q~~)O:S=yXN6TGXej-p wQΝ;bO#D}DL-A]^} G?bMRO}m6@PSJTR(~??%7C1|)OsT^zh~ABfd#.yv*ypJ.#@a)E˾ja, =\| N}U$-wCPӒJԖ}iGaZQEN/\rӇ_O}>}vڝ,rE4t<MhաheE >Gmz"<,m]~m뮳]Vu2Uޠ}F{e~p,X\mݹ)$ֈ}+DZϿ/Uw jS)xj4k~t䩳G#K ))+)R~/)REYscoEbʮM0f1af0d[oSSU]}>W=[z<]]qρ/}cJ@ Fb57* _ 9vvN׭{vzuv3$Co`lBQXVQr=¾s)eطjKX!,zYޛmm'G{f7?̩ӝ/^pɓ_Et0,~3$-w{*6]AK֋p-eׯ[}tS'9G'j[Pws/j2꾋$n}3 rZ|_7*w%z)u- ?S?g#|{sZ_殯ϱR^ly u.zX 7-WwH:XwujYY}ˑ/I޵".rlWm}Os6UgΨs/{|VN=z`̩|[_J8]Z^E#|"e sj؆LeIpCM~u+~c{U.[~]B@j_}oů7گOu}˱nϔkƫwlX+_=bC·޹06ۿ&]&j|.Ln@G@MnkP+ BT?ɢ_Zط$ !V * zujj$TAԽ6*FԄ7*FԄ7*F6sjjL#jL#jL#jL,~!&P4!P4"&P4 mT0"5 5ፀ 5ፀ 5ፀ 5ፀ 5ፀ 5I@}}׮j[ӀٳV %Ԅ6zON~~ PO~Kje/ե/k7RN9SP֫9OWمZ?Dj!hQͭQ } jV r.~Y sT L,QԟPS .\|͸|冺qsz:wBTs3W8]-Zo_,rjn1S5εsLn@]PrԄ~/]U_^߸e|uku7jiiI?]<U;OH.7:`p'CG@%+*(G@MxkPT_;wWo5\~A@ ndY܃}ol jUF;V} N+o[$_ sѾXU<1 =V(w}V5{eigOk[c3^} r.{uU;٬9eu) Q vl,~ɿ5m@7oSSL<9}9ͯT&k؝\k'AֆgE*D*]IJbWĞ.i|E}/,7k(zϊ^-2s͵srt)=f_Fa;٬XCun u5:X%v݀ܖb@n  YYٓHBnͽoYǴַZ!;.תYc${}k{D8жkvDo>}rTՎM˫WG_y]Guƫj,~ɿ5m@֗_9GL8}䉺uv݌ ބ;Fn#";.R=*.㳧.jE T] =sNltH\+k=^ZDVM _;+)ji{E@-lGy֨uԚ ZA١ҹ*m3>"& wNOIo/DϜSS!T'޽7'7΍&nDr^U(pݔ-BewpXETZ)OG^/Vg1jK61c*IԚu۝ NYט .g||E@MxkP9?%%OM/D yr*<\xBݿ`9l "劲!$Z6eA-zRYw-\kҗjǫd_p^emPs1c*%a~PGQy5)8'{u(?7\E׭K50 om QGʷeSm}9F©;>Xx7~\.ʞݑݟ=A kE-zG"U^.>xDըW-Zd>gOk䎩ngR 5[Mvq Ᵹ]WcI|,~ɿP?:5M@T(#wNOI/C S<95?\PM8s]؛yGxnֱr Sx-e7܅u U\wʹ;ySkrc$ yw1/^ރx;w׶]m \;MƻN=;;d)/lV^:Ɣ\$js!K50 omjEOP3 cʼ5i@GL DPXe̷˟*$ـ,'&5 (P'-$5 5ፀ 5ፀ 5ፀ Q/N@Mm#i*btbcu5*0LT$ P*B@@R{n+_~#$}.}2x/*-ܩ٣߿~'Allbi3^TZزeZZZR?z FH\^ 661/*-ȷ.PlAI&E@YlGc}ӀxOTj!u Wt@] P <}5G@`*#@/diP 4!}LJb Tk|W/"Pפǧcݫ^]f6{xt9~ݫ'bR[g6FM(ǖ #j ;#$$mRG!jӑ3;:}#cR63jǺ|_ٔDmq?>Amjˌ*%Plҁd:gTd5|z9c;A6}*nCl@S7u" b u~I>zIԗgOm_0Vm?&udU伵)ھvF~v[?>eV=KACt`իW3Qj>ϘWu8>m8t {>9XM4Nmkzcdܦ̬QNˮa9e:lygԚm' H:A~Pk .RUod ˁ1$ sʕ$og|}'$v_0H҉ ӇoA;q{VƆPO_}2l;7 TF zʼ O肐di,yMIUt0 H="׹uϏ.oC.TV!Yl?._j<ɓcm8;V ǷvVu}?M+N~w?ٟS5j{L@}=lMNj @ PW <.] 0|TF3^B@`d}왺x"@i@eƧxPh3^B@`lpƠm@3 Pg:d}:<@i@eƧxn*umٲEݾ}[gbϥe bcxOT*ܹSڵKݹs<HK&6%Y zs*uk橐|#}.}2x/PO@@H I! )T$ P* ?=|Fm׫?} $uݺpnlrv@e맰n|~AݸzlI=Xool z~Ήt6ٟǴ3|쌱#_XW\Brƻ>gٹי8LpM!37 g4}鿬wǫ"/bsnL};ըmuEds̹`Vr汄߿wPȿ}7u/h@㗛)>_߸fLJid>&9t@[]Y?6V8_[bO-cؾ]quҩi3?;ь'<[[|ߚ;n߿'M;`q ^?_|3mߘ{fG}Cs?_E!*9^/}޽w3_K[~}ݣ{0xy{DdB>6768޺ڙfg_ƣSAmuEחϟ̙P9q渨\ޭ %涔IENDB`wxmaxima-Version-18.02.0/info/wxMaxima_configuration_002.jpg000066400000000000000000001446171324204105000237040ustar00rootroot00000000000000JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222H" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?dTH_>"7w,b |Cǃ$+3#NxVhi[\F!F@a8+%ѻ֚}Cmn,W'$9ycԻUG$x޼V񯁵;9'6Q![w6{O'f Zf/ 7Xq)Ibu7Pr nk YCj)skGq$Vp[l^V)TL:wUwFuhZ6~qq] wo/;XdiV ╡.Q(CԾByko4ֶڏIb`r{qUu?XkH4)DmnTHVR19)]'~7govCғZt^(nll[{B-0p$H3y_sojy H`ZnWl4θ7C8QdP`#Yz\޿=NmFxIY$i!9Rp00G9-}.o3{Ku"ppppGA#[+5_Ym#OkW{9B* e*>$<G&wkG5y,eFZXPvhq223|%}m "5WAwKƁ'eUgBpP@|pJ5&Zeri֒CS JiR((("(RQ@ @ PQElUjRS44((((c ֬c- *Fi1QvisL0PiAfSUpiZ`5<5W R SSS.ii҃@[V2P].+~ۼP;sQU ,&l:jrtOtכ)8RmΞV-:+@7#cv=@9WȎ=CT+ $)rOZt/wMywcquq6ȡDjᘓy8\Zl圏p^1 ÁyU?vCPNq/ i )܍FNN#j^WxiLr*)4kNW=Rˣ:/PX9?/i$:{5wĕfWu 1_۬ ͽrOQ霰XՅm]F95gRm?VzEhDgٲk29]tc=gѴ}J mG6yh^ǏTq50CԞ^@Cj=7)^WAViIeAu*bG8oi{#$A AF=*~vz'P+tt@\1yf̯.)}p8RCi6[FiAى˒ԆR? ?;=L6Uoǩ?tlVp&[}x%n=^1xsUu].{; 3^HJ\A@b*:ƭL.ԇO;=JwxjUS"5 -KƻidóǞ0Ү5@)ӼRw32SQ{YzKuHh#%nSȡ4M4(!.S!E*Hl qRfj (uO_vzGɠm]y#2ݶE`99btx+`dbDfbNX͒s֞4Ow?S]oǨ/4[`cIw=8QҡLՓGawej? +2ܥފ*ej cr4*ԟ:;=EsǹE%iP? 7Q]oǩrs>?vzVgmGwQ]oǨa +CQ]oǨ9XsǹMaZ_;=HtmD.rs,V5_~vz=G/Ǩa]%jaj? '@rs,V@`_ =EsǹIZ/_Q2%aU(8O K/ǨԿ}z0r5NjZeKh]oǩه<{(:;=K*Y<{h:;=GN@QfQd :;=EsǹF*d? a*B*N@Q*Y<{n t}@.0QfdR֡u/_Կ}z0s4QZ:/_Q2%+0s74֏@aj_ =EsǹPkCReK?_9ܢbj_ /.@Sh+q#aw 'Q bH4D*j#aW\hjx4avz,0Qfh5݌F9Qv9C+)8Nm MCoǩ~@C Ij4HGKƏ6f@CԿf>fo<_|?֗~vz?;=Kǰ{y16ft8O/o3Zg>>@}C_Q-,LUy|¢(3VM%ōݷci|#±(kͩڷ}Z/0l7LA;XOen_iGKF/r*x(獷o"Fo_ѵ+y,uk -f uc?1zTmMC{*.Ke$v˟|PݷEa:ō1#; ݍu #6$-QHaEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP'_OQG_OQRa[<5ǑƬ/?icU-(N'v%k Gٓ;q/knAs)3~@9yn |??€-ou&wI$X??om.7ur?&MkQ1q-eO`2B/w7!Dv[V1.;~~RViG5ak͛=LjaLV"4g̻ߡrkZY[ZA1Gpj. ZɜߺQEY}댿(ʽs(q/OA4C[uፚGUW,X8W+w $pCs+VwreZHer+mO;[&^l/R8[i{9 yQ3ckjRZXP=j'gE+io;[hh9\[jՎmR)4Fxr\8eEz5&#,"96 ѫ! cKESm_]jwojwoC }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }ƍ}Ɗ(ڟhڟh }Ɛ'7BQH( O}/I梏/I梥a|?UxkwK#]эX^[<5Ǒƪ[˔QE(kv:[i#s-@GBO_noE`xhjYͭVyĉ/faIk~((>BV_政?^JҗZ'((((((*4$V'kjDpE >UU;PwAkO{G'֗?cxtZh-c 57G?foh? XBiy7@?!?Ə?Z^cxtyoAkO{G'֗?cxtZh-c 57G?foh? XBiy7@?!?Ə?Z^cxtyoAkO{G'֗?cxtZh-c 57G?foh? XBiy7@?!?Ə?Z^cxtyoAkO{G'֗?cxtZh-c 57G?foh WNEok4G2?5woγ&`ة=T8 _((((((((((շBP ((j)`c0$=M&UᡙssukMe.C45}kB IYxT=94MPH;01Fx`sƕ59ihh'z1V*p< [l亵V%vI#BJc9֞Wh[V_ߥoQW0h(eM`bs$Mw:_ j8ա@SYcgf 'i*O ַEvV<]B S8r: d]凑 (`)~wms}CN VMO=&H1 % 9 䎠r:ԭŤkimswH3!NwN7au-h/R'P,`Tm\|K9-mJ+s 4k42T*m:k_MyZ\&blW2iw6t"J3ǢD$ 7.Or''X;X]Ħ.!,nB@QsHˆ4SOK["zݔ?%m\eiK-M%댿)~? 0+KZڵMc5#(B5.29瞕~)FtXƠM"+6D&5lrzq-x;7OKKǵB:vE988q;O ˦]5\@~CF6U>HC/oouehYGe]Tc:!pxmAM]DviZVQݢ#bF*uK]?C5mV /PAqm=Dzr$ YIPH{N%զrNWmev| ,}IYZO$-w9 %<kM޽m'g}8Xh1Y#̗ I@B7 9<`2Śv~NP}FYRyc  +Wƺhl<0DER@9#$guK-7nl.dH䕑]dS H#x?wc 2mWO]/-%lrpK"ijsBy$K\uV|rV0z9KY,qXo-ߧ\4$.3N<^j:'o񵼻 QBSyi}"!%:TV[!ّ#wK[Ğ-ZmqsO,q`9# g?p$Le}<7hffӚ4dww}ר?gn>^ws[OWXov__^{SIW$D7S׿^_sDR2j|~uGf}ak>"BV_政?^JҗZ'((((((hzQyEUQIS+&MWNFu-w gk9TU6騠gF6?Gl*?*j(ѰGQaA l?#cQThF⫦9TU6騠gF6?Gl*?*j(ѰGQaA l?#cQThF⫦9TU6騠gF6?Gl*?*j(ѰGQaA l?#cQThF⫦9TU6騠gF6?Gl*?*j(ѰGS^ʂ y{6 #aeFc''&(((((((((((շBP ((ҿj(ҿj*6տ?icVVxksK#]эV(SUљ]K/>( ( (3?%m\eiK-M%댿)~? ((((((hSTWY K#ѮȽפ&8b=?Zxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/Zxj/4CZxj/ukF84 D}js`m QEQEQEQEQEQEQEQEQEQE7B[!@Q@Q@!YȎl6:S.1%柯|MbAdr83V<7wW-ZٻnWnqh.-&dzu+%4:+BqquVWHق9i yeGn!YRK|ā;hڍhڤַ2#XD@cpq⎡Л^31plI3 ̣8c[0yrxMW7v7:J'TػXx%GNyGWWpCC@eP({7zڢS[`ϕg=wkX/nEɦKyi,W%ب!ѱ8' .{ESӼ{!O/#݉SnpV9 9io4? ~ӷ|XٟoO~VױMCV[m1ѣ[o-l#o!R`(?~y{ofJ<V~7J<V~7J<V~7JʏdNOm|unm ( ( ( ( ( ( ( ( ( ( [!E ?(( mxf}'I梗\=EK.;/uO't?_Տ_ƗGKr(Ds—C H{^)4y,o-ӵONT#T4a~l@w?)+µ;'k>o1ԗC=s_MƺԂ#HrlgQUOzN[KSIVR ?x>}j׋w]I*‚y'$»*8'h-.;[&y5/jC po"МHS3khs5bQE@24&BV_政?EPEPEPEPEPEP=V .{x%g%H+<,wk)hs)ۯt}?u7n:(Jvn?iO >ҟݺ7GS_q룢9ϴns)ۯt}?u7n:(Jvn?iO >ҟݺ7GS_q룢9ϴns)ۯt}?u7n:(Jvn?iO >ҟݺ7GS_q룢9ϴns)ۯt}?u7n:(Jvn?iO >ҟݺ7H&(!坧ki#UU\]@迭tPEPEPEPEPEPEPEPEPEPEPCo(շBQEQEhO5~O5hn"KwH*hAxkkK#]э\?O tz_y/jkb^ʡ}ieȊPlI 08_'ZQu]6 qKiW2"m0vKS5 *[8nOy:ۮ=x5z/^h", sV>OIj'[ y52\~ R"Zcـ9Wwc֒v_PGyn&fT$M r9W^IQm&i3VkbYc͌0ͩ-wxFRX~nL7O;Au!9*o}Ǣ^gg宝mcT_6ni0t;I;>n7PծNg5ki`dDdzrǭ%{y0L(24&BV_政?EPEPEPEPEPEPs&YI *$O$U(?KѩǴZ.u}/Obc r,>QӑTbݎ5$8:-@N JʭW=]i1eiwJ SL⥎y-̲yM{Gp>Ԟ\ܢ$MƨeēkBwFb/)0R9]" >u-3n.'U[x@Tr$ d'mpo{oCn0Kf7lm'o9i0c ӋACq4;<_\/5[okܲ\V$@a : V٩A ֗ ;~iEeꯩj-WM-4̹k𾱩sFZkUb}NFO,*Y@OdmZ~{Erx(&7jCQ]>[d7*2JGRN~-,-- mZ+aQ%Y\J\E%zQ\oo|EqahE&d #G\q]`QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE7B[!@Q@Q@ܩ ֏$nIG|EDa|+QxkicW9_Z|]GKlg-˕$Lş-AdjJ) ?-c$_s<GQ%E%ei.>̞cA2H h@Q@24&BV_?EQEQEQEQEQEWPI$TfFYb}@$+d}mNQJkEڄ>a:QM6W3.ɲ%RSՅVkHuM.KԈ۹C# x9fC9tmme{:+낾Xuڠn< -|!uY4=V8&,]9Q (BR 60q3[HWS۵}՜!B2B݈QTn-{Y閗Wgjc6XE.c;Iqֺ(O<[P\:si%fepA!uY[) P}^< \N2q޺j(Z+Z[F wCWϫZ46ZA8|'FFMI ئm_ɷ1!]ONf]?P4Yikuٷv3}3YqR{;-?RHu *BV_攴24 <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <_( /a0?Qq(8Fy| ( <(Q@Q@Q@iO5x='[<'QxkicW5/??']/\^ϧD7@ $S5躜W:w $M`[vFB0k8^5ٳ&HssphίRZmiAvhӅ#wo%[V{+<f]8 q֢B^ji'J7T` 22pTds`jw@$+idi 1iU*E5~MFK`>t 0;K{m'Lv5|ei=osbhf T`N54J]B}6O*@ w(1ڹ'C1ȵhGe:h.aR˾ +{+UTfU  *?#ty}:{}:72?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?G7{}:̏GMo΀##ty}:{}:7d_Τo΍?2?JX0'CN~ ( (9Ǿ_/QIj+9noO`{j].GKǶ_ KǑƫ[rQLE-a=ъHCyv<1$0ۃz GMyO̊<<ףY%XqCs9\ȁm92ӿiFtyУ8%Q4j(1HOA:~ap UZkPP}(ML [RDIy!+o/J_hh%Lm&8kCmq$=uf8 !!Ju4oЉԄ>6Q\&hzٿiLG?f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lfL-筗LG?h:Q\&hzٿT#}f5ak=lf-/ﭒ+'*igzQ:i-/4\+SdҢoԿPS'˟z5Y,>cosgɷ9Fqe(V 'qH8% TU]A(ur/QT~w@kEQur]A(G>w@k U]A(ur/QT~w@kEQur]A(G>w@k U]A)[D\w { Ѣ((((((շBP ((|]|E.}?_I梳Ǿ_<5봿1{O t_y/j.QET.,#qQ̬e&>hcjѩ(~ C2HP|@kx+ȋdMao}y.YJĞg )o[N+(TyK'PB AzEƚU 5w]4"}f8#pqD|i]QɃtu1YH64^?)e 5~6{+hI$$eC} ^^v; 7+{;xWV+; [RDIy!+o/J_hh KA5[[KK3"!$˷S] KA5<ڞ!8 0FXs ҽ|3h(Mem68E,2̤i 8=2M"bF9=~:kk9uR諸zo.z-BX.12Asr==kSeio? to'Sn!QZwa6\ mYfo-,鴓yuCM&=R]NY/yn:cc1H#_2} GG%{Gl 98i?,??Tw.]cpxoTquKV  Njia/G'-[U`@xoTquKV  Njia/G'-[U`@xoTquKV  Njia/G'-[U`@xoTquKV  Njia/G'-[U`@xoU_5_Y5K*<\<2gp?!^^1^7^i=}EPEPEPEPEPEPCo(շBQEQE='<]|?Eg-}CSIᮗK#]э\ׄPxkicUer(#Kfv^S{ odߧ5-^e_*XdGw\|0'kwnH߻b35»&^hANi5]c(ViŴ#T\ԭ'3ks!Y#pb87yU uvTjk3Ŝ+N/A,1]*J0M2jWzYoʶE)R=T_ Zi]pQV۝~ 5^? Z[c+K ܹxgia#88\Smai-c%FNIoZ>q~UًX`[dm(vb06W;jN~ׁRXT[5wG9Ty9h}m7PE#'[%Hfi'wcY#WGw Ѓi=2KdԠ.1,Q[aA۱G|aFε<:.i6Kvi,ѰђOQE?Cxj?ȾgS_/U>+y{WefL:NHvD?.HQW{OUؾG܌B?@'G!~F({QE#?#IQ_z>_}/Ti?ޢWw_r0 4UO*U>G܌B?@'G!~F({QE#?#IQ_z>_}/Ti?ޢWw_r0 4UO*U>G܌B?@'G!~F({QE#?#ISXiш6&`fn O e J׫QZrmyFEfBA)6)lG`i^?7e]G ]@*q[tFCVtX״5H. 6:,rD(aQր>#I/o/(I/o/(:+TFTF>cI/o/(I/o/(:+TFTF>cI/o/(I/o/(:+TFTF>cI/o/(I/o/(:+TFTF>cbqӢI/o/+[HU m @{^YՔpW<c;( ( ( ( ( ( [!E ?((wğO5x=I梳 Ǿ_)KǑƮo_<5i봿12ܹESQEQEQEQEy!+o/J_hi/?%m\eiK-MR? ^&uM2Y.tB=匒7)#+;X%{IҍwVҴz&Ehya 9ڍ^YM6Mg*62H$TVѬQR`[޹&mwNI#zI9.KIa]*ME;UvxиtYV96Ivcěw74_?߁+]Ď]ދmm1ȑp*Fpr3U [JvgV!%w1fqs ?!jZ֙Oyt]:wq+!*>mA ufK=Wy),bC5L;Xc8bA/-nmc)]Gi5+it#33[Lcv!c&hH. 1꒳* G t2k/iѦ%_I,63[J8csTޕ]Gs{l*Fb%'?22rR@H׎M>A4DO!L^Olz{_5O9M[ռ`PEKm戮(mWaXr1~aޮw$iP#6ٱǗ)9t2x7Ce{kb.$df.kֻh$d" +cs`HS{VM_0moMSMVӖLkxb2O$b2p% hzegD8eRq:c|-Ly1Mmu,||dlWpIV`tWh-V3cGn[3NM94۰_Oԡ FR7jl R p +uq#𾣨k s+=Hyr:~AWqaZi<qyqLq9wby=&'u֜ec\az̭59+Z&+RHZP[ "!q0.?xAzxjZKabV.|#x;Bӯ-%Z6KdRcVbH?u@8ocv؎S5oa=hAw86ϤG-֡zi ?lxPH uyqI_/%!hE-n7C=亸[ՄV(*BҚmsYLQ\ ̢McҎw~˚%w%7}[#KT å_m- %""T(EPEPEPEPEPYs$"DzVQ -l3O SlۥmBY ޭzr}x:EX_O * KAbXO*vcqfbI9S~E$Q"htS袤(>BV_政?^JҗZ'ME fVҴ)le nP( 8V@ln>[rFm.]D:AI-ISGav`Hu{=m.L+;ʭՌ&~,#sGEeiwQ_)0\jZMKdiGq,lR$v'=t/ZxJƝӭo1e&u &:Jw9,k, 0q}+4OIhڕnm$ E^)Q*d#G,GU:–j`Tu`f t"AĖ(/o^y\f4S1_- zCMӼYjqZML2NB0AI㞕̾r2id5!4f 0U e$oZhkeLM,#yOX1b9`O _`44h:w#NлA"G&߼B R|}ZWwklTsTpsȪ |Ǜ\Q)Ur\3֩ǡksxk],o,l<-;PS9XFb#G!u7^-Ҭ!zG,f\ 64ZE1t4j/9ݭҭNZWOAz-^qg-X-`c\e4Hـ3*ׇ4-Bk7 LwĪ[r}==;t.oqycbJG$&" eW#+XV;?FXQmofA7Fc Q]~.uQEHŠ(((((Uq_@ NOM'_ ?,??UڥE](((((((((((((((VQCo(((w{iO5-}?$y幽=5O'M/~֞:K[qi3o%q@o߂Է~2{ͧYbbH08|/V普kҬ&6 й{X2,~^ݣU/[6ExffD{  z9#ޟBH/@<"!/"9sV-kԯ,vF+ʃvaNxS,tImo;I,bT;O;RKe m+:U t%Ob(f}댿)~? q/OA4KX%{I׹KUu$c@'jxwd\]D2r=Ua׷y~}Mӵ$yҤ"æTi xV:)eec[%Eu\c 8p{Z)if^Yb&w MO#0;_שbrm-pRp: WOI6Z徝ś7!uC6Ӽ׵/iv\ I2͂A$* .]Q|Q˥ji0DJʿ{9p`%;ܳ:X"o`71zjlvM2E3C!Q1lt8#\KRdRa$X>]O<\Ȱ߈$_{/0­p}#zՏ58Y 6ȷ; /Exvr_j?gKfF$DZ-B#*H_#Yy%$adGlU%rž"]l" ^q; շBP QEQEs,S e{ɧ܃{`qRu{n.bCOku- xX@8'}yt OաW汲Ơ+0!T?'hwdd^g~"Дy,f\8BWh''ym")-b![y>>B^$dfÚDII$rZ 'GbCB3>瞾Z:y5,qGXwUHE9@xFn^$L*@8i`i]n$gћI4~SGq#JY}ىb}R䱒MM":Iˡȥzزa\nF 5Ec?tw6*[Ln".eYDXy$1ssQ7t&SY.!oHlV'9 99ޢ03d-m$cs(q&?xب.<+^N%+` ]vG[ p `VWOӭtE K3II&QEQEQEQEQEQEQEF>"UJr}x:m9>?P a^"sc4x7")Y"fR _v KAv)uwm*KKy 3Ҥ4D*ʫVh ;_hQ7,bR,QI;6rg|ѧd,YbK\c 唞(>Dnn-VEU[đ Qߌ/K7Ln/$=̳S -#@#Nq֭mnQEfu й 3!8,{T-Dݯnr@z ~$HG+\(J08igIs4HmI7HD@YlIdyj(Z5JI,ju,ble7;8c&a RVZa`bA8?5z?x_܌'vOEI.cQQ]AJ(Xc;|"*d q&3+Rθ-JvcV5 >T,c*Ir#A0AfȶΕkK ?*KfmGZ6%l@$mܤg;WzU(Z.wmuom1iR6@v?qOƓދHfB_%E''(>=N-%oo89OS4 N -[x>v\AOjТUφĻY7}tPQUR:SO4O)入oWH1. +^;G[(]e$+W g$ [!E ?((_'lqTƫOI6noB8Xf6g(!k+t kWQ+7*߻+C$9R1ׂ)5t} N}KBLӯu"gq-X54QTdEY$T77k]\"ĆW Tg'SRQEQEQEQEQEQEQEQEQEUTn?()tCG%{GTX״(;:PTUQoJEX7fo UQoJEX7fo UQoJEX7fo UQoJEX7fo UQoJEX7fo UQoJEX7fo UQoJEX7fo UQoJCo*Y!;:TM?((_'[lqoٿu<56/qznuƜCf=٢T/<ý𻄟ŕ!xoZ}.RNmQ,e-eU')pܤ:g_}?kn7g?;cI5ښFqp. ̦( zGb9g'9G?fg(;dsӠ\S]xqwn`8]ݍ,muzVOhقKx72ns8튘UyBR׆]iu)4{Q^\ RTkj v;V'<x60* Z71n$H;KV#<1 "~M)_f^gs ZmRvmŰ2v6y9'v5Ck#VXKLꮃ8 lnlW钓[QHaEPEPEPEPEPEPTn?*Q'_ӓ @+ZYN KAohj( ( ( ( ( ( ( ( ( ( ( ( ( ( (!V>YշBfXfVPEPEP?zw|E/O5ޞxSN_)GǑƮsŸO'=/RCz ]ףmAУiOU;ӎo!-6k={Ȯ¥!*zd2X֩^3OjZ&%(& h°I }SMגo\k"KtuojN@,@.tb)>Qom;x%ڨ+ԟMxfk*;a-X*b:WxSÿ 5;mNs鉪R0$;~Q"xU? ot߳_h5VW_h2N*cqzuI;A?%~/W^o;&A"X܈wjt";z±}GXM*=ܒTfT!nyȮ;<= z Swx +H kς$Gq-?O|X"w t%%_ķ/{>^յ"h2N:8iѩX_kGT1?mR}} ~3xi!K+4WdgKkkx?fd("IH̨g{CS}%.z~W#!xR3aTwtEg+>Wzr,j|Nu!T<=cGƽ~mf_v;»p {W1ŵ ?9ȨºeXʈj)+ Z'nkgk#Hi 7znاoPyIVJ6 dGPExVu_x5n[T浽R )SvZφvv>VmRt Ѵk`\=q8:KIXo'hȶR<"0m.dv~z$xCĚn"1o]zWx߉zecP{`CJpPjFχsOԄwIegkC :!r/^=RhXjP ̗lO@@*l,fvN-'I|ed ++g$c"O%㛽R{J6_%K6Uv1W[jt4 /m⵻eKi^@+4T)<GAވj~-.=((((n?ՏVomЅYV>YշBQEQEzw|E*W%kZA:=H2N@ʨ[pj`?@gJҗZ'K [RD@_״ Ymm ak+ o VI++X%{I>+fq}oC~5VP}O4vss &iQ /碮zt°1/H*^kj1Vukw&"Uk@xEVM6mBl+DHQO xj67ҶQ'y<(v6q^My u8Ue/@zTC4gitvvc{yPRZW6) p!n@uMikmjojT%>A)ҭBX3u/h̩.F6[$G,+ET*PԴP44I5DӭPv=¢V^8/=AcL{ NpCF ZtP;]'NOaTG-P0s֫ hF+8vLZ>ʘPc9Ԣ ( ( ( (!V>YշBfXfVPEPEPO5x^_/QQ-'??O tz_y/j<)QxkicU-erM`֗^b$r$]t`*bum/u;R$)0! hqX~Siɪ^_출f .elpH`ʃ8ڊ:~VjoVStkudز.IM2G^{h/n5MGNkZ<{g ތU Q`2|?cev'W-XJFĉ +3}k1<m6kQ&hsT3+(ϼq/OA424F)i?R{O{my.do_J6n3;Պ(28|' qKvo._9NTm#m{g,b`۷{+rsQBo=wQ[Nmن{? ŷe #->^Y'؃vo[h /پe~-3vwtU&<׿jkfqp.( zGb9g'9-?=w)ssX-YFFS5en n)J(QK$P0,͸+H`WSEaCx.o3Y/XnӪ۽$n89riK9bZWlB'#(|"V֦Rcq$ P!$ Yi5͋E=o09ެ(c+RȊPgi#DWPidg.pT`t_A]F{o,:DcbɆGpY'<֭WOhzD b^;3ŘԒMZ)e 4Q@AK/OsI'EۚO,!?Ə'_Eni??4 YBPRh)e 4Q@AK/OsI'EۚO,!?ƫKm9aY??Ƭ@JW7/Ll zjKG%{GַV~ZEP/T( U (BEP/T( U (BEP/T( U (BEP/T( U (?1Z( (0*OKXN75OTOO5QEQE=?O'<_'Eg-/jO t_y/j'PxkicUer( ((((>BV_攴24(((((((((((((((((((((((((((((((((((wa_z?~>z? Ujj/QTwc7cEQ߫Ϟƨ߫ϞƨG~>z?I{j5ݝXr\bI H{VtwM+ZYۘF<% %Xd׵hTwc7cEQ߫Ϟƨ߫ϞƨG~>z?~>z? Ujj/QTwc7cEQ߫ϞƪKYh|ʑn`A  ǵ|IQG$y5O''Qxk[p)((((((((((((((((((((((((((*?"ZYړmDO_}ր.nuSW?jg RLFHꑠ,@IznCvWkjgO_}ր.n:͂շZZ*Mok GW#N˴e۟JFZ>@U݂'ZFeWV<ϲ$3gi8\K+ մ@%?+ "7.~K\ԠGj“@YE$21Gu_x\2Gul֍m.JWC^:7'Ջ%֩潘Ckqs%w TÌ$軪9nag*G8Dnc >kZZ}jw؅%1 aPͳH!x2zy<:zj]٤0yΛI;$Cd18N5_#ѷQ֏F?oO;_ۮFOgx='<]|IQYsz{ ?|] sS<5խeQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQE\i"ZӪ:)n?6 |VB @Ѿ욗s>ɩϝ7FOj_kh&>vf Ԭ崼&aA#5VEۖ&gss%Åvp~ɩϝ7욗s͗BӢ{cxe +G&ەI{Ҵ}R;_o3G5/4IMK|9dԿn6_>:욗sOBg$ #6(4\bݿG]agVDeDfhb9o}'5/4}R;_o3@_ZZvR0?AƳdžMo"]N n/fi吃#j&>vfj_kh"/ i­$;c;3H=7Z>{%ԗV1mI@qc}R;_o3G5/4O#Q{9#'utr"Ҳ3R;m#,:.1isi$0 fb&>vfj_khwѾ욗s>ɩϝ7S'7|'R;_o3WtY ~lc$y<(2]|IQGOy幽=#W]-nU&M"H4 u9ޕ d_ v)18+%2[?,E\?, d_ v(aȃȿy@˿mhf?- d_ v(aȃy/%q2[("JeW?9r ?^o;G%q2[("JeW/?9W/?/^o;Es1r /^o;G%2[("K"e[.9r /o;I l? v(aȃwC@ۿmhf?. t? v(aȅ#0˿mi+E9T vJwE9T vJwE;BT vJwE.f?*Oo;G%I@mhf?)Oo;G%)@mhf?)Oo;G%)@mhf?)Oo;G%)@mhf?)Oo;G%I@mhfOJw R.[("J]W/?9r ?^o;I d v(aȃȿyE@mhf?- l_ v(aȃؿw@ۿmhf?-[n9r o;K l_ v(aȅ?^o;G%I@mhf?*Oo;G%I@mhf_Jw R.[("JSw R.[("]W/?9r!?, d v(cA d vK#eQG3D/%q2[?+E9W/??^o;Es1r /^o;G%6[("35e5XmeC#,ADv9ˎ޴QEKw4?wxmaxima-Version-18.02.0/info/wxMaxima_configuration_002.png000066400000000000000000001470151324204105000237030ustar00rootroot00000000000000PNG  IHDRHsRGBgAMA a pHYsttfx͢IDATx^w՝_}眙9xy X%d '`10DT PʡZ9RrrB l[jCޡj<Wծѯ®پv5m_Xv[C;3ke:E:jm\O-Sݢd6#i6lgD{]~ͫi͚U1VyeLؼYXeK+4˗RfӲ%%2,YH/42K{ǘ5r| qbEkB~OS,`zA3_nzZ7o6;̝Ek̤wgYi̩rZ1m2-:Me'Һ d۴d۴xXZ4-Bfܛ!o+7ykb(?f${As`Ӝ#P=3y]2 vantC/ȲFi`Ё4c@>dM}M{56UcӟD2y`m^L`/+uk6H&ë|7=l /^^hVٌ͚8Tq)`B kK ezZFsF'3!̩G_̝A^C5-}h``ȀtTp\pR\F^}t=[[ Qs;L}Nn/嵾b9Τv?F԰H*Tںq$hjM͛īa}6mӴithdQB"e8^I^+b Dքl N@CEXHBr%Jp6-W˯Mb[ Y^%6-]"6&ڴ8BYv7.6«w>ޑjY_JIH XRŗ1MIL o2$jI*j_ԁ aϿeemYE[2 j6Ip@ܡiyqxy1M鼎y}z&yj(]K;1,&b]Ae~}^fπ Ol,9(6ng#eTw;g9] -OTQIeH*#փOVgzҢZHWTwy**% j \ВIZR' -ZT!RRQ6Q$RTK ,7^Y36y>A͂m<8zq#'89,8"8£t,,pϯN|M_]%')hZ=3'dA\SR!6m=7-MfڻusOG M ,]]R|32,dL)EX&*keՙ a@T n(Zl튯]յ¯BlD* ^ּ[Jp(o!]\ZزnWU_1S|LW_8K./,c*8!-"T*%ZPDu)sėꈚ/9z^8-6A5eeA$%U@ A0#`Q=vwi%k@Rͼ>x}z땫x,J۩+#[b^qؘuJjXIeIj#KQUTp;TZd|ELGcIoUT+*:TE%U]QdU),I vEUKjj8^j$UHj\Tj+6Kj(Ůp٧h F&A`sV~G-]ݽG4G2P_f\x<"-j"b9XGi״ r9Ab*ĎpS%i۶[imnzB1({afV!)!\gƕcdB3Kqfbb`GZUaoWH-c_ \[Gt]SeEX gW]Eu7g|!.+%[YX uh%JlWpW]и؈aN_|څ@ O//"-_hWL5 ORu48h^|UTybXl{Pch)^^%fIpRRՁ?}$ERjd\>MɉX>^ĺ.DBVQgϟ oJJ%`QK#-9U?T:Q.٪RRQM.IeA??ASѺ{FAh``Q+!ګ9 89~*lY&"eVUwZ2A6 +TExnX_;lc; !;0UaUXYu~VHꂹrS,|_IjT_RZTy_ '6,K? p|~(@%VII_C0>eaC)W*|\--탽%5"ũZ żbpߪ4bN;j$rO A랷q}I6v?*6TRCQg y>!nfD5**I-qEU;&"bO$@RQUjVSkRUMUVSrj&N.2$ՎCb *7Sçnm&,BX )="īt $;C%-f6FWo3=qi#SэVh NWGZ7NXS63i~m(F@X]5*UVj/װ6Nɧ jTep,_4&n -`A% M GKMDP JR UT)*)qZPCQu4`$Aj USHLG^QIۤ[EUd/䲘L9UTyg^۩VUP b*Qe`yzp'n+STkQȪ[M YʗATTSqE5v}8>8*uBPYRmQU*E#9f',}R7׃NAQPӓV~C-ӿ=PrxKz@_G<l{j4 6>[ X/X#h4V.g(BXZryX ݭY9ecl6&}ueTR+v{6,"( AEVlKlq @`Ik58z\7),5Op%6"*MYפ\EkQi~Z&1 `9@e`KcQ0iT3*f”ߩ"T:0{]! ***APbI*3.~SzԨmٖHe1H*VUT ۖ6*umZo)*JR*DEU˪sWT*IU*O5*֯*Qt%a}U䴿 v_]MU$U+RT*QH*3T[R1Iբը~^Ox3-,fZ"Xvύ`]hÏn?6  vv Z_ӧ ;O'۴Ϗvp{]ܾ5+$}l?/AiHZ,g |ͩiu>)#{2 q[M JSj(y#anGMFfm:E*|+:V)MbUE&.|DL\{G^!IU /3Pa#e%!̈",&:o~MHjk#$͋ VqUʂ7**?`)5-ӧYPŎ)GeA5VN h)!E5*Q<¹|"%T #I3X 6Ief>կԇs h2<.Q T&A5IR5^&IYEU | [H-ziF ejTRYXФ훷c4=h+úZ+qmG&JPR ոڢ:kT%NEUc%-GRED5ZQ5j}?8wgLՈJQ-,]y 4髟)iY_ ͽ3pէiU%_S````Ss RH;ﹻo(z9mTqв5k7My8" fԠ4T6^&)x]zX"+-\ףFN*LdeR|FkQ6< ndۏ[^WR2Zv%UUS,E5ZM7fռO[n$UT-JRv5%@Rj&Iu~95؂ibOQݗ>ES3Is'iW-4 6I2zСܝƳ|yn'irŲ\NWPH꫞ !&~](55}iKk K`knOMzɪ-J\q.ȄTf b7r QU%=ZPjUU }׭ 958*Qw=| U(+TT3bi5)T*y†@PWPŗ,"p J|GIxFeԇNUPjPԸyű\546 |@<#%vՈ~>PNmb%T&Ae"L1ʰH)JT?wmQ^vkDK XTJ @I#RJVQ6BI Gpr,j1nwDRyy>f$`K*YT7j@zjj\ROCTU5U#9noFD-T%̂g$I-fiM˄׎S"|ݻG.ޗ^ךhݢ`xS{Du6)4//RjUX=*WT-MoÇBRvo /0þ?U_ET_5USfTT[Rj5j%EmTPMҧ}ZݧiW>M3)!|҂qZ>Nk9}={8dx<n%W|XvO"$;υaQ+)zy@oO.W= %GUZӗVhY:a^HhPuI|=$O * %'+65ZXE?@PjA1n5l]QU,J;cM:Ws Mz@yBjcm9]/WQg 5nEϩyPt,OtZPyg қir]ETFu -#V=͘n4}*K1ep1'i6;0}q5U)~#ZפBJ>)ǹud,<Qguh)~[P hGr_X5&!RR}s R@5*9SVtt{YVpf*crj2mT&"88IPPyq22ue_)/p_Hͩ~ ,p,s)f[ۣάm'm jgH+IT#*KmTnh)Z>In N?*$ue&IuM,$ 7P)AkPYP?+344+?MsiOB>I˿IZ-Xs'iQOdMKlmmu"F9mwvqUWEӿYzgiW>+7 5.ޒM]@JJԅ,TUB*Mtu-5OPL]yPPmNS!m%]ZPo}[ȧ>U%}8Ӏ9"O!nuΕTww[z:ԕc|>7K˩frRH߫7gj^Do?M̳S7 4TG-ZFN2zSkEuٲp[G.9Mf,aBP;Zzii0 s)U415}U>TH|aʿ/*̩~#]I僼,QXጠI*8`5zBIU WRTCޒW wUlR6kDKʗ-yiFdbj`As_]jN !:կDO^yl鹂j9pmQ e5_QueUIUOkQu4,qQ-!T),jj&IMR7y)+h``淮\As E^Ak뮻,#,;wtzM?f&:-s;[KH #-)9U,A`OBAł*렐)\mr$De!LPWBU ed%Ut#נף>?_j(F@- 5dt% 7מ. dԜȨԗ承S#6RP ScWr_KTOue.C K-<*|1]#!ڢNGTokUMmD5ZMu$<@R}T&Q}$GR?* Mk)7} f f t%,Wh-_e~V V ݡhlB;ni:g62bѦ||%̾Y,```]m߈ Rui|:U锧?O3>wNT~/-[*T}J?Si kVy,PPTT삺T}iRyJTP땠7Dق"T#R*)e r#KUH%- )Ղ* rS,;*U05nONwү2( VCU˪T!FPԂzcDPUz!9QA]3%4OA %*B&1 ՒTy 4)uU,ZqA[YVpFR~'EJ*R- !7T^^F^/b}u+ֱ}߾a_IaJH-us,3φ/FjcĐ퍣TC>TT@Rzjjx}T8*&U!>Q%5{XRQK{T-VS3H ,WCӬ{nY߿f :j:Z$X|ϵ\RGҺG'Ɵ^C͂턧ai' ?.'X,Xth`hwIJ0o u@PYu!B`~NYwW PFT% Z*q'5ߠ+OiAm_bxjz^Oi2\N\ Ny'05O<`9-wABPiAzPT-A]:Y|HA_@⋨|*мB<8(P֒ [-6ֲ3FP-JR#Ty@,;2mT&8bJ#6RRF TE5wVRdI%/2Y $֩{W~핷6ێ<ۢ=n G&oxbEng|^VMS~x}2,b=gjI JTM5U> u]jvQRMؒ*E%5/Q5wےU[R f8ςz֊e^н4ߗ,h``5 66>MևѶvӰ4fFs7._E)ڭi%։&RP7j~35G]TגNl! eTv{GN󰩐CWXwRT]O%Hh~qP!nc/QFf[b**Qsc*,zYZ(^j\)B:Sn~ֲ. '5wrNMP}SFׂ782!vZ9!,s@o ݾn '&+]BaaT[,H#&lK0.pWRzBAeBD/E,D/zT-zTTv6,lՀ#DwDU \ʢ*%UlOTYR?tTT&*}M*-MTT):rpM4gi Z_вGU5 {^8ӃA[m 2O풟V1OW(m\+ںr_ЪgzRArPPo*DKRn)k̳P\߳2 ZbNׇ2*h`ir5Ԯ j^NRR*%y'}sU5T Ph*j廪ʂjcngӧDu(Z+eTD j ]⛑ R@!ݰN hsO*|n&SMmkWӊ׉B?;{] c#;l9*_OcUoB<ĮWWXw?mYLwD7!SP(׳$ά~_|/S3&_6cė"/%EeN;jE4z̧u$-T|,>"F%5~ z諃XBeI*~-u1AZTQlW%ގ̼#D%dUGV=*@TyjQUwQ5jy*|nΖf?/%U OgUTWBIͫjK-w.noD7|iںgf*^#3љQfィ#bg6Nm5̪uA;ҕ i*SפvGMq53-7q5QSQ MA%4ۨ0™ݗPU u׍*H){) }>DXL a79T}߸B*iOm'" y\+c機?#jxgmR~,zPΨDyzR˿/Y~c?Dw3nSW,eKhӒEzj;4\=/X,׻М_@:Su EHh.İqAVdP 6m* fYm,97s[2^ȃ[Sy4IPO@jQuƈg[D/#Μ*F>1.?-_.O_}3//OhϿvh߿vh?vhK~zǨn}6^)T !QuՖTD%K)KL.3Mut_/ NFHOy}AIgH'{L%T OWNƖF&%y]| ēe;njhpI\ASJʿ)FȐR,,,r.MUtC\Z'vLSޱ/HBec~ȥ:h)Ɍa4JR-Q_R2*.f9}XقdT g2| lPR<{_"$ZPZIQ2חyk^ӒT)Z-k 3wZ1Qd)Azυ?nZm3~@ϘƑ7 UGR}*nTTJIU*׽.i_55*W5UK]MUU%9$UT.SG G\q4$2>ϢAebڳYHб*4j%3b%OVT<|8"dPFFd԰Y=4$P[D]1NKBio"UGAp=",^ij ȿs\l)mZD2B%`yE6 &f@#TLqʩSSrT^{NA ~ ʒH*O3r RWXŗnePhe6TlIxo%Ts O"QR"**ˑT^_.y$Un*BY |ף%թπ? )gⳑTQn6fm?Ypی <1mJrypc^PRNTGTs%_Q^VSMʈq)OǫYh55vUj$5jjLR#g3TSu3Smo+K,֋cqNI;J*/`{G5뻛6WSB*洿CG3ኤAN֩sC:jҕJ!R,C LM!3=FP6pJ)mM[6)ss*=Ti~la $=wgռ$i2Z.s-٨ *WT cYe3GnD@T Yv2N+W-#KXW(TsڂJGW3k'mԘ>udҩ+&LTZJM%,L(R.C:'%#7N Z"6r3;#wʿl@}hy5fx8>ϓwRiyg[&iɧar(Ɍ/bx-SU*6fy=m0UTy@)AFAeSReT#Lu+Qz\GRNd;/WKRqT>x5QCQ o O_Jjj$U૦.㛧jjޒZ IKTlFri *T=\jv;XJXVB Y\5B DˤuJPĄUK-N-d 1djT7XeU(STUNtS禚i*AMs1@p CʦT)o%^j!6zFm+4}硄b;cfx vR0%\YA|z_)}Z?2J.c1#P eWQmI$-jxeJHV%9YdTF8BD%L$ 5jD/^^A^УQIm+٪bߗʂN۹}_ ^hp3kɃ*nmF/Trf@ӡϒTFW[T3RRmQq}8~dᢈצJ PTDP#5s,j;i땰* T7HIܨ%1aUҭLhy2e2`-#` %UO͍8v%S!oRʥbD>7fP\jPqBnF8Ňn$jC2)6UuZ.FmN(qd@H_K2u Ø1KɂI|\#v:B^7cT'?8wH~b|J6P?)JJLk_j^sdS%14rJ+QI5ʚQ|xsׁs_$\@f!%U|D>`gTJm\A5x08D5?Q ip#QT%2nUl)QSǏaE5kSf+RT#ږSETjyM\PPJmjj=t *#5x?f(@dFrmNqfM&Fݠ\ɬ͈dڧtuTͩtNuݥN[::n 'o4 |G:SlJ4b].9]m>mɦL-F*Ճߦ|#v[Nf,#vF IyCv3ë\L`n|>`8Z*;^O?T_ b#wmONP2cie>>Xʕ)-Z&X+_cna6j: i>9|* *T#QuԦ-T=O^UR" y]zφMXmX igI1P%_ȐUQy;m?'%jTXјi!(TCl!ܷFE5fU0s-#Zu5 $FTjT#,ZTh5Uj>IM)02jXJB)ܶze(,}PE㒈lJຒ)ihX"܁)DS߀* 嵛 O-x6SOF`])7B@iu]7Εtv i)+Sp{d#l,Z3jTnIUrDz`Kc0jN`C3| *2*9EAj(qrxd%Yy k Ҥ%YXnξr>Z*/=ߝrbĒ%UVQź*KVQŶ,Ŏ`{3kANADa,wmQy%#b\Q$58Y4;ퟡ*%U0jQcSFR]R6IeH/-Rm42F\{r~ +(`2p.”i-xO9ͮ0Oւ"W^Dȍ@mjQ)K D78vUU$|] o,")v)vVes7%F>;PJ4%rT̎+wCˠ~üWM;&MhDQ^'*; ~TP%4&4#h9@٧+S =Sk j|Z|ĥGx]\I ' A-OHyɊ\>>x}uτMڂYg G%;[AI*GKHl_( TD}ZLDDU|/#U} }ߖT*Eպ6Ո*KUWR,#fڒEU{FTRcD5TXޕ\ZcؾtCʋbܬierf_Q*r'!{]!wa Z~σ~`?yLW׭"j˵YU#͵vIt z D'k#sU ÚVŐm]\WWu\ !j;TO< l1ONK[hn?Qt7.V^: cmdN;Eѱ[kۿկ m;ݺۗ̈́͸0/ 2Fkz#'o ~V| GkDž9/ /f?r~qv 6Al' `W 9j#]9 M<+">JAei5d0}(; $U *WLǻ @aJ*$*HRPCP@Bu$*HmԺ3A}Ռ#+%HyA@G@P&8TtDz@PQW rjA@G$ԹE~E@PI~Hww}KkV0fӟV@PIn۶̭ޡ(_ h0qmٲEϭ)uua*I ) 6вKi4άW^KcƾAgLuU>}B]w܇}ڀ}ԕ+W+i)RP=5I^-{@$/=kF>UzQݿוP?,u#΢˗U>TtDRUA]hm߱]^{]KK/Ƹpst\im`=ʧا{ @:#̗W5LgӨ.0㲴au]9B}}1>|ӓ m_jϦ[TN%5&',h5VDRLxÔobl\A/<|-hJ{zZ깗?eԨh:ݍTCP%KP18ԦeT jȐ!>g(_QnX=U -8vޟ;g??~KM)~T{}8g|T o!+TD"eҙ]7/ר״cb7:n E?h3?-(%L1SyFwJ!|a7˛L%isH/'=9رc5k伒*J'=reő:a„yGtO-M?B/5?.R˼OH:4:ſt15AV|J. >o pR!roꈁV|ii*H+ j:n(VT*H3t *N'& @PAAPMR5IVT*H3TTPԎj`ٳ* 'ZS=jG~FvҏZ{LVץ6B)_  'i1O亟š.1bbB׃G z?7*i*H+ KRE|Tk?QݭKT }ö9\4$sApԻ;|.u:OR׽ m:^OO{x3!ƹ&8%ϙmmTfa-w9)v;|YH_opQ'ִ*> N+T%],lEƏHBsVe=RM>ʊa3mKrm4jH:.Fk-8w_8Fk%h$y#NJVl^kD:dm/Zku{Z{8ԫX+8L#ނx|MnrSm-@PAAPKT#&,lRX#BV%|Z a.]zXhdS4Vh鿍Fjl-Rtö/ې*H)ŭX.%BPָbPBNA,O.AWJM[G1Ж¯-x;|N5ؿ$W;F+v?+R2ʹ:Lw\;8bp"T YDSLXt 4,ZJmK[Po<,2#G?#봘a¶yJԓ'O)K{|:ꎳv cK55z,%]IKxA!8k~3Ub>D1lְlYfM,zUøζL!yC.=-:?Y u~ ?$*H34TPsP)K>Q$.* d[#(eKQK7ͮʶX_2y14"ڂXO岱wwKUٶ S[-FL#R]^}5JZ"D%*Jx, RN--ZX#I:ɠ{0#yT_pjYyEϼ{=ڽ{w*qW ]"rzb .!^Ts8ǫF29;1=3. Zdw!h=8,k^˔5oy3 ZY>|>4N*w(A="宇 q*yfT#gA\9iT)hZXA0J.AUKkr l{]#K$?k)`5t b/x2sxpÝ4\sY@_VCwe~8Ys=Vvq ˢ=N nِmizU#2"ރ3c|ȁc(9'&y:;y@PA$]PK斦$("NDR^CT&m gTNJpX{*mKP8s?eT[2JELPYźΑ<jZ5WN/[ AeTLÙgYn2=)q Ⱥ>Ur*y0Tf89TԢ@_1.wa`rSe&5}ѭ*5 84rK.W!q"$یC^%_AͲL!nY!~fmYM$_LPռs'/ӖAi jIN#$*&* q#YLcUH#723]i]Vt jtEK.ю;RPY݆R7!.Ca=Ƃ:4xGu ?y}=Ʋ44  ޼ǔ`"DZ%;³LyCYīYV.r,SHv0_̻p[gWo_ii*H+ |̔97I!؂ *Gtz0X3yr4IGu. TPj`u۶mTC;x^VT*H3 5%xRx  '?u+8ş@P>]xlxI|uTON  ':O%&(jss3J4IWTԃԄZ=@P> pRQAנ@P>]pUTV8騠QAMJ CϞ=t)ڸq# 4۾}I3@P}R~СCH7/>o pR! QAM\ E޽eO  ˼Ou'=T$@PP 88ş@PP 8ԅy*I xA=`A]N&%TNuWP7@PP 8E?5IpR#S Amr5Ap/1CԄ RI.^@5[ AE tA=΂urjA@)AP7.YAMZ ( A#)jbA@)$_PƥBP^A'@PjuQ[[K<=2Ӿ}4I.Rz @P>}RرcGR˼OH: J!! zٳ'8q>:< 4۾}I:@-m@Pj; Ӽoy'z"UZ=A?sާ! p M˖A]AMR  '\5QjRA NAjZTtjBA TTf8IT˨fǺw1jRA={P%@PAAP7\΂FD *9|Zjnn?ϺkuZ=@P> pR!ܰ$XP ߼J];@_iժUYt64iKhνzzoOT OCPAZ$^P-WPMˆuBP%VPgL_L]??_O˨n=to׿4nv0mڴI[PPMM'uԽF ӽ/_w^뗙ޝD۸}ݩ?@Pb&x+NϭW36_7g:=@PAAPRjz:s<:i"kScrwo/wOr3]wV>0`4rx=d==lb|Y_ΠgFO$zwqoOMnSlJ#@ۻ۟%S'qkut+@P{S\ U#Nb-WM4>n{Ȍ[7zl5ww^DNh3|hm/WjY *H3 *?YjۚTӺqCu׮}t/N/^>bVgѿ})zwDgC?<}ҏw~m& 劷[_M_$$t7^*9nrY+RPoReSjr哮RS9Aeӏ5ۺ<|PTf8#m] *cK|mۿJne˖Œ@nKA/ޥo_Ok_ѽ=~IޏoN=J_\OM}v=ʥ$ڻ/ZT-RUUb 񌠪W/su4q=rv5tnf)RTUT$Ui-%RT.}bZ[\O;vq' mi7Κr^YaНͅiMmmo]@PABPYP7'_P7mN߽v2}몗o͠uIs;Mk4c8=tm[RVҐшk 7]Osq5]OӚ5k/L>uSRPC)d TةlB A jX8],^)mGAum\Tf8Ǩezٳ=y2т =7Mi_5~*ʇa;f ZzMoS׮nA~$1%T#x]s5*5pԖP0 Rk 4vVX kwciliNX4qZw/KpWmoEmGTf8iT~Tޭ/Ko~,ܧ/}Y/h~F]92>}?k#-h]ߧA]@+uZvw׷* ) dTK{OEՑ"nLs j>[ łeRU!%PJ%;|* jG8|5{bdldbQ|A@PA$^POMTo:w*ev{4i$z?W/_:4bѵmͿ{p7qU2w=ůAa1P1xTƙm{>󉴭‚z%ڱch71ZFe<c5}(Z(Kc <^g;nCu 5yj[xx4arWFC@> AitA'Kj(u{r _(rٛo'ٓ)9-Y"s틇g{}5aT*(XGK+P p/'OAD5osO%RP7oA_8ǿ)u]&ƼI_q96VhO:5z([Nմ.~О/}Љ&*(9FPm@rG 1ۯ-}L( p. AݽjNΜNN$p~;C0f _;~h HjjnZ>}2~>PG-_5u=ݛ!@P> p/NUseO{y"]i˯*KG45J_j-}8z_Oo HMWѲm3x9mڕxW78ĸe@4N*uۖd jmItwӗt]v*K|^UN˺tվ@o~4k蚮wy>O|*GP}MvrE܁VT*H3 ShTsu3Ӗ7Ρ<V"jX˗.T>G/?NG~ y+L?EjqZwiٍӯ=wMl/^4w z0ʿP p/YPQ]-tl2u֝t5c_YOI4nbz{zǩ?EO ji/ʿat:xMDu!uϛcٳi闿D W}f\`ݻ[cfwM߯^@P*N4߱]]ԏ>zr<]%N[p6Q7uN?Iz+?m4d=z;ci72!S| O.m+;o|y+} 33ܹSϹ2V={ЩShƍ2Ӽoy'ʗlI5G T֭;S˟y?}nLwtZ~tM?NeǟYF2noֿk=O_INHO ӵ OU@P}R~СCH7/>o p Z[ؾtro6׿[nJmF_.^G|_C?ٽyW Kh/'ݻ)A@}i߾@$]Pû[#v.|vQmXOUի*p!O;wZ[w˪*[cf ZC?7xC@PP 8ԳJP'\j Ѓcަ9X.s_r 4 RI{-T 궭tӵuXO^D7g-__Ow|4UA@)BPLC~`]1tg_yﮧ_љvءJo ( Ezt9q]:A?=teߢ}+ѣ*A@)$^PϽK|T͉COr>ڿ|.]-p/焠)j A=|.]&%TNo9%=jbA@)$^P A=x@BP/@P*J'7 Ԅ RIzQzEjBA@)$^P/'? נ&,TNU$up?ݻG>@PP 8IgС]-Ta|:~`_G t~C,ԣF ӣ^o_z#~څo@{$]PMgϠ1heP[u.]MPjuył( M4}ڷuKYU JԌ@P)3edE~fڲ}'-_XAP28I֦4u~RDcZ߃j~AmG]A c\queWI_/7ӓ:s;uoF;$cCԙs16R5Խ.]Pםj:hvRםTgL}}~ӽ/_,tmjA#R,#_UW@{#վV >m : jcvjB[w]{оC' k~0FM\EHܧ۟%sg!m2 }sVq. o(5CBa䛡dRU.hƍLS+δMYnտVQAe9ݼvKSPW륜ףښZARvWNPKP9R !0RԠiO'{%&bsͿXVim-iCA:u45nGavtڽ8mխ H񴫢Ok G3-~S W_i_&eY8)԰ɧ#ԏ0@H5+iU9}I9}?Ν;G{kFOk bFGPL ~#-2hL0QYSAUrjw;Dۖe@@P3Du=g9j7mA4ܧ$̿VFP^Gm2:Qt 4kAsP=ݹNQɒ(Ii p^AH `TK K~T5ju`a#t}AF/ /9e9;p{RNϟ?_pO90zKP3M72->AUL-y3o)tG+1 m˶. p DOҺT71CK yz,SfTl/v Ձ tq7m!; [z 'ޕ>SPʞ!&L)Uj!(gqUnt@ Թ;MH3H`2UY7$8ԹBPQP쁠VAu"ڽw?]=$V 3/zLlfA|ܒ\2+Wuw%i{TMR j!w@@PA6,ZJg}OzR>]pArʜ8q"*Qȓ weK#LuLTzbmk{U]P1h۲H*RP ՁT5kҦf:r(:.}<?~B^sʧrrz Z-sG$YNWPGCP|AA7>H- P-@P*:" 5#AMp Du5A#AMp :HQ$ H(YPBP*:"FPKAm&$TtD WPGBP*:"9n&%TtD\A1@P*:":5A#ifjRA@Ga6APb j]^.xZ4zGPgA AML'ԧs\HF;t R Ёh؇:t>~*#ӇAm>A=}inSMtœ~v:|]=F2R juu~J6eHŵO@b}*Ӊ1 p~N2v5o:A}xtY/NOǝynqzn{}#)*2#QA5; n]*2 U?FO4r }cXIɚ)ǖjWGs=ʥ-u(*fLTcBUWK*Z8FXB7(qpu`ԍU!n^CuN#mNc?WYG<@_xf{J'_A ߰s>TWBeT3=o ޻  R$]Rn UjAJ;C<}S1A閁GkRxF_#FN};԰{z j i@PcX N%5ԁBP T]ztͫ/=o:JW=~nqt|znz٪S>A5AnV솗pR$RPor:?s}uu~zzM^HWlo~THtfJ[v+V_XNjur N 9=$|}i?l.OmobϦ.h/=: oM?s*Z^:QGF3TGjp+gN˪^h+o?bz/_̦k[%J+}U&{i"AM۱;觃O!^G?y󐮊5_Ρ>@>s/_A_N?y*@5INbAԘxA}yzx\ "[vIq9z~Y34=7$=NِƠ*͗[/kA>@ *sM~0\{ IH9r~1d==[~1~>b3Jj!;/n|%RN Zl>9>0f=3sB^_Ԍt߰F9<|~RP 'EڏZ*|m5kDvPiyYMeae?K)KFox<Ͼ#_!hp/7ԥ@Px0(*9pFJ)_{)EA}t^yw>tgoʯTt48*WHA>>e?x;WWR>7W򵫶߯I *BPGP_Kr%( Œݿ7k=~9Q8צ] IAlGW&TNucr+\5(_ctKK/F 9%땥;ϧWWk^(_ C+*JZ`r%TEKE_{moSkRzTʗ,,+r(,۶m>@p E &WBMU%\'5~מAejgOnRP+y R!FPMUBzӳlzj䷦Aol֮]KMMMry+*JZ`hF哅Η͖ɓvrOs\ (jMP- omʯ)&?+*G]tQ:}4={;wΟ?O'Nv[O߾Կ:v|Z mކx[mc p +$I^juÆ & @AٳoKm $NUI`5 /F7&үh}+V#G&?T**-ކx[mc p /JɌrkss=:i|)Wc*G/y0555nxt8pvcr:1w尿{i)T* A-b?{x;EZP(;Ų_t{zOyJռI0 5p HA) 1Km:!bۿb@h5 i @P J *3Z`~^rjj$ApႼ$_})'!dl7"*eP%ZLSKk\r֩F$TIvpr |3r> Al7ߗ{%)w**Z 3*4ʶEP%* p?#uԉ=OCP )'!dl7 AP 'EZ ABSQAI R!}D.D :"ՖBNoVҽTR} * 5p ^IʝTPuԗ\*a :8>A}֍~_O=E/ 4(&SNI|@&vAM/rjˠԬQ:BL*o{~}ҨQ#ixbI}}TPI 釓A OSIAeyVG}/&j$[5xA}VtHӓB^Aby[]jA$I5q_TPYL=P#"ӈ @J-'-$)h'!dl7 AP Z`/h55+>A jkk'!dl7Kݹ&2ԿɊXF+Q!.w TTP @P' OJyXVP=ULHnTPmyx|'{AAHH|@&vAM/j}SzԹK\k3*;2 j@P ])|*+yRm He$AGWرC2aކ A-0F hP-Z }:GAE TÁ$87NU3ZO3Fe7A/,֭I&ѐ!Cb :4ĉ݂m6OBȄn A-0@ZsT RDFwU<^P@P‚rz!y WU HbTL럣3gҩSi}1vE۶RY.])+TP) 釓AWUh%PʝVP{/DS?ms HG-|p?w| Ǐ-blݺІ Mz:ZdmTAmnn$L^8| NۧISRA$ŵt")TP @PZ`|XIʝ XZj1uۈ%zRmW\%Flc2u]sc+9hg L//hjj`x$;T%qv~+ZÒ;?XkW{LfE2?;M!"ؒZ*$EP{I=%6oC-1l8JR\Pi~K8"ԈNiᣕܨdӌ[FEN&@ %)ڷo_ׯ|Wh+6ےoɆAE J?Y{*](>A< Q uqN߻ lA*ӻwoYSvxm[ p HA)JٓM}m%|54Û<*"IqHPCPziqϩr<54mDBӌƸ#HeA$)(T-\iJbTME͂m騪-4E8rNFT $"\BzMQJ|*}fz9`D(I qA* p HA)"R@PIAĂ@PA$Nju j5)"H H*RP R}*T_|z"76CPEAE A/_F?>#_[KӦNmvBPEAE A/?AJEb^hǎV*(p HA"HIAE A/I9 h94yl o; -|8TZP/1^SPRi5# o; @@PRAX?;jAE$)נNYO_?PoC-1l8TCPRCP4I)~>EUtxmɷdÁ"<* [G]AZiSmW]p;39/3Ljn0 r~=}G jz@PR6ABՖ@*T2iCcWQȴkadBPD%)נBPA1NUjRNA]AjGWQMX.-ٌ#3_-j4-v!HҒkP!@P  ],DPQTw5sTqu6A5p HA)*9Tݒ#٪>AՑcQE5IV|zY:u4?~v슱ujjB64APANju`jR~ARXKP#XNuNEPe< HA5p/!LEUD#Wӧau s*^MמƮ0G>"HA5p uAPJ jpz5?-Zv}4U*bD#@P3s``zg-&&-,M'Ʉc)(TA%14QKi "`Ztӯ=uEtׯ@P *T_ qd1tUPKP9"" jM4\iTZxu2vMNa p\6Ͼ&Zƭ " j)*F"fU00qev{*ۘ{9QAłAmg>CZd *}ṂH3)T@P#AP/:vsf[H7jSolZ1r Hp ˩O:T*T_  Jq—q3LPKG[P0y:TP8vfR0?GEgɟ?(yK4r0z^LczA/QR.Ai3*H8j;c* w'OH/ׇ _M_zRO="HEW-Cܢ 0ar64eѹg bc4t zK}พC2AE WFKȘpEL-0~w܉YD1*mt) jd^8 ZP_-Ⴊ,,Of`<>s Ͼ{FHy)(tI-Fς?i j&9xš prn6g9+#L6泜zc@;CP_i TS==.4*A4ƌM/K޻D~TG |e$Z)t@PA5AM/j; ꇺzj S->^?;nRAE-.\9)'Nei7oBL5UkheT 酓tA)u]T3Qsׂ7Dq}㾟ҙ3g j=JNZoڮ|9zUDi\:`.]V)%:V%6cx "Ѫge rDɲR1w#ǏGGn2n}#^-_E -DAM/j;c?4 9e i@#'RR.PINI%kb|v* j-<I7 GcI ^.N\/Q0 RaA?~<:tΝ;O'O*{bScNڶmmٲ֬YGcǎAM/j;clr`=mZ߸\B̥i3ysiʔ)2=`➏ZA wՑ[?T9mjC4m^$N,3o9T;8TeXPW^-%+rA^8vAO19UOO遼IQݾO-ke 5iԤWP18vЗ\q|]9K~ûAuחg=&ÚjjSaA=x =zTٳםxTPI AmgI)wd*9UzW?O֖@Paw*hJ):|/Ao=CÆ$EP̬_7\oKm $1?/+/wļʏІh=T~=qرėwɣt)p<9vy4Z9A)Ղ%͈V~r`Sz"Du׆0wǒͶ *]4G#Uyd*񽧪`vxmɷdÁ3/0rz!RD::'/z`^-w.A+Ǵ3'N9r(>u+ʟR * OR6{~)Z o; -|8RP7%VP= )_s:z2)N}xaYKꨩKB9=rKJ) nTz yma)zG"R$IPNzuH/I<>VK[zmr+}w;#9v∔wϟr?unEAE 8v&.ѥ.J9e_ +P#M਍q]A}%*2,cС) * p K.JsNoSg=-Je>H<3A:sB"H Hj;c<i{yn@(__>mL3O[C#I@PA$1j7r?_ֲ?>wSnSiJNgr=}?Mr!_9 ޴Qv4[|6 i 8ML|NM[ MQN9!{jԔVPύF$%yvD* pR!%_P̓mA 1)WNx'2ZPn}2AE!T@AP'AP3gm5τ:sN6c[PzP3F[kx^8ϘpJi+A4/N[=V,, Kc0m 4.KyegHA$0Ƀ2rN3BHBF)|WJ c{ok{Pi5LgD),@NÖ/)QujuBjrZÒr jyŦod1"f٢z1x3':lGR* p!Ebx"=Ԃ*cU'DG kI/5Z*m.JZN,FZUa#j,09 j# 8ԁ ?PJ*W;}Y<-SvRSA5a!bQ /q<7}U鴦fW~b#,GP3/KyĦeHA$NuF<rʉHR~;}Uu,"iTٍEњ^jٖAIU $I6 AAM\.Z8N۲8;9;)uKV lϙg* ɜAIU $"BOuJ:+).R`m1R2&䩇+N1_MRQAŸ HyH^i kK;'':lGR* p S Ki+4-pD,pRa8ITZbڏH {Ԩpqdi7fAeVSHMuƭ뛶QcIӖm.ڵg8x֬]U6t}t6us'սۯ={8sjϗ:55ݩi>k{]{SmT۶Nuv5Jit8sߍ%RܟTU j U)4D'F*^&$UPSںcdGڳw?:t?NȆ؇:id!iZbV:)5_7rA a˂:rHzTY2 A͌OPWD _HRDAeؼvK9*)ھcGnXeũ$ jK j 5D f94%jN;Um)#9_R$Tۂ/WvcRG2 jJnwZnm̃Un#nJo0lvwG6+4=G7IT>EU0ҡG$ǎ'Oҙ3g8v-bAp~8-^K]%[/Z尗]We,NYm\&_A5éW|O;N>ۈiyQwOϾkWy*iw$_P7ST{}֒F#J쪪5Y5@"%ԼGV׮=qU_#߈|>,UE%V[$7~z6dd1"f~R8-)m^m':lG2ITvOrH<{1ʒ^OnnGtqEK{9L,Z'zۧZuc/]T[D>ۈs֙GknWyR!}vywr.`L3> gf)RnAu+L=ZSéUw.9U}|Dei6 c^f?RjA ?|pu*^ARCJy`"A]'uAHM^~wg c3A^HywI5,ڞ(AͪJ*sQlp~zi\>6+<}"/jyĦeHU&iw^-| !v 9Vu0EG!ڑ*%[/yjLԌ뵸ز#prL>ۈ\Gֺ5ږ=Wrͳ۶N*u45q)FN^E,sT &٦_[UGv/kz1T\3L!?RI3+@|5rLx<s,;`QP3SxKVA~a$[7J p?GPR jyI΅&/%TyzW%>5MU,pZ~5lp>*tUd!2#U$ *?PYɏ阛[>s%zرYd#ꃰ}4 0ԢlY~8YE)z-2efCFrjyI-ՖR xEKD:&N'{wĦ%gnǑm uɃ#cjlj w%8lo2IlEYn̲:'׏-n9DPg#nw3g=veg~.%t fjRRzAUQ璏4ENjV2O Ii5n;rH,~zμXLhyDuH5&I?EɿTgVcS\y8y2Y۲sg #43UK׋Xˣ!6Jt ̵Rl3#۞[FuC6{>6O&v N* )! JA%IZYe#`dFPg &)T$EPۃoՀoYۂoՂoyۂopR%{ A/IT$]P AAM^ R}*T_ $In&1T@PIAAMZ R}*T_ $" * p HA)~E*O9eF*E$ 8TVPOnF6=}aG] j7="HA$)(StF_U]{ԫqi}k`f]Eؙڮn5%@PIAE JiB rIk0ՖJ)t5BP 8TZPe PzD5F 3*+:A$)(eThAPA8>Au+SVsL6%@PIAE JYc$*E8XTQME'T@@PRvA-,Y5)~'jz%@PIAE JIE1")ZvAPu7Iy"HZA$)(GEDOk ʱÇQ=E)T@@PRZAMV\E 8_ AMH:fq A1T@@PR*oNCN* p HA0T@*T_ $" * p HA"H% HǷp HA"H H9m8T@PAE6*RPJ-qOm*QFͯ<$[ #}߆AE Jy5/8Ϗvj)_~  H9m8TCPz+!d Arķp HA)K9ڈRWW,㊫+Jrj~7ӓ:sSGn{^-o|C&N?#@P)G| Z8B ҆ >}}9,jaə+t]Y42^ 80;O#r\ZPxҌ Arķp Eh94>ηwVڷolI O-vqYN?ӊhțhih:ڹk&I?Tԁ"R}g2@eowA&Me˖ю;jiϾ=4/ZEkiةp=dZ@PR H9m8"g4pkFK.IieuW m߾,X@K, IN/B ˨y.XZO-"H H9m8e'>t5ϜJ&E$GmD6l~{*͚T鄙4J=d * o߷@PK%'޽{cW-[7ƍqSiz")oͦW^}=/h*T_ #}߆A-cv;A/@?z%>v:M@)shҴfjz}"H H9m82e¼&Q+&gn}7ĩhܤYm6ysՒ%i@@PAE6j2u }~hڴ-tӷDߚ&OܹS?w3fT A/d_9Q5?J2W5}߆A-q"2~=h5}"㙹 w~"m߱M]E^:e$?q}zJJ)5L{G=PxR@Pjߣ55]_J5Ƿp %̊3B]L ]CwjqY KSjnrʒTߦ'RWP[Ns4)Ts Ɍ.z ߾oÁ(cgoOޏr:}kBNIW?=mRP={ȃěcFӜ9pI 5@P4@Pjm8"я+?|̀et/魿Fѹ PJIݺm|?OuђzdJ]kGzUlF2_PO="㈁T_*NdQN/"ۥϰlAX3 5igQAsS q4*r3iYD۫ʹ Q,|.bߧn6)f~G a| ZČ>uFQ#+u|G5?ȩ ?_J֭w^)\Iס_uT[%z $9=řYPe g>i*"ay6[Q_ AEj2SH|׷J.y zt` O4 D0?3|h| ZӼ.ޫtˣc-4q.s8}t/uoVNkQ_}m޲Y8n:3gm޼jB:UĈ\/ \i54 j^^33h&3%Ba[Q c%.ŶZ;pA}B'ae\P͸QI5mf>?$߾oÁ)YNW;AYnp͟L7O٭?9y^9wli7xV\I)+IH%p$O})і?IP󂈠fmbםZX&30e#EK2 #`F1Z||]oCtQAx5#Qm/`y|_| ZLp,pRD7~~}{ONO -]{=N}fڀZиAVQYVk_{Y|q".56 v(#dj[N(ad!@ATm˛i]DP qb.pgeD}Nj>/_qyKont"}Hq_,.]?uǿZt1R z}x}X&<ϷJƾ,jT}[5*"nYY_y:QAj2A /M9WiմC.k}f[F$o߷GPGI|ן3'ny~,tߦ[NE۰XVBZRCG;)|۰amܸQx̙3RR+D e4Cyӧƃ<_QađŨ\bQA.3=_4Eiy #dpA5n=BeD,I@_vy4\32"a| Θ/axxP i ?B~Ӌf)|W>?>+.\UTnɓ' *WZYz,χ?T&T) @^~ڵ^I7cH'C3~/-5'Vҋjv/RAj2SyM*!06$>O3ɼ߾oIMiv>΢_,[Y+i%fyjVn+裏de>W~&J]AmkC@P58AeѼtRN> AE$[| 5J҂r[ɔCPz׳|j;AE< *>9>&g>C_z˭twK/$34Al6jH _[%Kf-WAmv0$׌~2<"e"#kxw?H}А!ChرxbTPiS| 1zȟq F;ntfo~."k,ϯEt4wLGPdAZ7=,rԼ7B D-':}&|n85~4t95~}.z5Q˜Y& Al6jzo\UBc˦H[PxlAUrJ;#Ӎ3K\IM ~JX0n\uL9#"|=8ꛆF9 gHfb=Us9@R^ATK{ RT?,:mm1܎Tڦ4m顧)n'SӊشɌLclG#'OQB`9 +A_| 5Z"Gtj\G3H=O \!) []Ptם#"8o-r:>3""`,e2TÈ A$GX/sd2Li-Y$1FPzjDXN!do߷@PsFI} +]ջƆeIA}̔?ʿ3[ZP;j₊ T/M A_| ZDA-M H%c5t^x1F A_| Z@P@P*RAf@Pŷp E 5A#,łAEĎo߷@PAE$@Pm8T[PՍo HǷp HA)8T@PP 8T@PP 8T@PP 8#^&(T)(TNj@PP 8T#}Q70$vv_$*AMLTH*@>$YNj2  ITOV"* WPCP*:"AL{6CP*:"Am&$TtD GPgAP*:" 5# 0jA@GԙAP*:" 5# +CMԄ GyxPFx}&ϭ2s+7 ~KcǎG}s^>ls*#3 ٓN8A|?^3}6V9U)[! )K Ġd[e)sAMP ~!;wT^ *>QV EnL:@PD@PIu!I J)J SY $Ղ @Pgς ^AMT hjA?AM'i9AP*,?Ӡ/TPUB?J.gK3Տ AMZ ' 3g_X\G5j,^KM*u$5q#:NRsxoR2G{7zuv{j$:{!AMP _.R-k{QNk_JA!uԍԄ ~t@P1n4wѿ5 ,BzidgiYYS7!݆s}66g HQA?TϑYi>*2 Ӱhx7yNx]G֡P???.,LϾ;nH6miC@P*Khǎc=Fty.{l3ӟ*ǎy`nC8՞N%u_Vs۱cUҍZlMcn+E[%0:U)5adN%݂qIN*5i#:۶m&(=MiԤ ~ :N&-!I AŋePx**G[%0:i`-5iNeT jA?FtAh JOu T75iNe4 ^&-T .PSS T|nϭ*5q={ҁԩSqFPFxd[hV ۗGU!P>xd[hV 2ӻwoY S|:uL[ehVnNxejA@G@P&8TtD %iBjA@G$ԗ I jA@G! n&$TtD jA@G@P&8TtD jA@G@P&8TtD % AMZ @P*:" 5# 5#AMp @P*:" #3&&TtD jA@GD%! WPBP*:" 5#AMp 舄 5i#R @P_SP(%T( Q@P@DA Hmm-=#2׽3>PA O߾Կ:v}G:uϟϫryAPٳ'8q>:<(#ygl||^T%W|dPzxgl|,m @?s΁ 뾭ϫrru& OeBEj#<~*~@P2,tAʀgς PJ(AM j#h |;>}T^mT|^W( @Ex&SC55a?׉jt;=9|ֻBZU[{C<Õ.BP2`ԩS e<-%nonz88k1\.rTq#s$c C[SBVQnpu:;>`g=_c[Zӭm焦l@5[33\VuU`*= 1'& U2Bg?P_P(ZI} q? ''}L nhvqPSqy鱈ZwlT zxM ]*$p F IUjݦ 3<oGY׌ %>l?,&7y*X͕U@M=6y>U~yS}|錛6WtOb~-~lEQ1Hc&#^^PaP =@վh@_)/*%xE@,T*`.jP6]0"^rz @Ǐbgg5P/PW}+W u{qzz*Q!UsU{_o|W}PwdXZZÇ!TG\^U2RY2{C@ EKTG\דЯz nP*B@@P A! (T ԃҢW퟿OuHUߤ׵{:ͮxg0ul:#Y__z-vFwa gp\ij0XQykGpd_|YkvE0gIɽ}#-񞫃w|9?y>uZڻ*_}꠯'}G̚uW|ü;ԚKL:V'〚E+7/Ywo <-Bӏuyk]ߧ^zExu[z}k]ww]bd_b֏YCc=δIj{%f+g#?Rbo(ק jɷV`y)"ׯщ}+4oWj]Gx[>5}/s־]z7\֧>Td]ר{uyγG{Ng+Y<aiQIENDB`wxmaxima-Version-18.02.0/info/wxmaxima.hhp000066400000000000000000000002061324204105000204140ustar00rootroot00000000000000[OPTIONS] Compatibility=1.1 Contents file=wxmaxima.html Display compile progress=No Title=wxMaxima manual Default topic=wxmaxima.html wxmaxima-Version-18.02.0/info/wxmaxima.html000066400000000000000000002636001324204105000206120ustar00rootroot00000000000000 wxMaxima Manual

    wxMaxima Manual

    Next: , Up: (dir)   [Contents] [Index]

    The wxMaxima user’s manual

    wxMaxima is a graphical user interface (GUI) for the Maxima computer algebra system (CAS). wxMaxima allows one to use all of Maxima’s functions. In addition, it provides convenient wizards for accessing the most commonly used features. This manual describes some of the features that make wxMaxima one of the most popular GUIs for Maxima.

    wxMaxima logo

    Before we look at the content a few points regarding navigation are in order. Immediately below is a short table of contents. Clicking on any of the listed items moves the cursor to the top of the indicated section of the manual. Clicking on Contents here or on the line below the short table of contents moves the cursor to an extended table of contents. This extended table can be used to navigate more directly to specific parts of the manual. Finally, an index provides an alphabetical listing of many of the items in the manual with links to these items.


    Next: , Previous: , Up: top   [Contents] [Index]

    1 Introduction to wxMaxima

    1.1 Maxima and wxMaxima

    In the open-source domain big systems are normally split into smaller projects that are easier to handle for small groups of developers. For example a CD burner program will consist of a command-line tool that actually burns the CD and a graphical user interface that allows users to implement it without having to learn about all the command line switches and in fact without using the command line at all. One advantage of this approach is that the developing work that was invested into the command-line program can be shared by many programs: The same CD-burner command-line program can be used as a “send-to-CD”-plug-in for a file manager application, for the “burn to CD” function of a music player and as the CD writer for a DVD backup tool. Another advantage is that splitting one big task into smaller parts allows the developers to provide several user interfaces for the same program.

    A computer algebra system (CAS) like Maxima fits into this framework. A CAS can provide the logic behind a arbitrary precision calculator application or it can do automatic transforms of formulas in the background of a bigger system (e.g., Sage). Alternatively, it can be used directly as a free-standing system. Maxima can be accessed via a command line. Often, however, an interface like wxMaxima proves a more efficient way to access the software, especially for newcomers. computer algebra system.

    1.1.1 Maxima

    Maxima is a full-featured computer algebra system (CAS). A CAS is a program that can solve mathematical problems by rearranging formulas and finding a formula that solves the problem as opposed to just outputting the numeric value of the result. In other words, Maxima can serve as a calculator that gives numerical representations of variables, and it can also provide analytical solutions. Furthermore, it offers a range of numerical methods of analysis for equations or systems of equations that cannot be solved analytically.

    Maxima screenshot

    Extensive documentation for Maxima is  available in the internet. Part of this documentation is also available in wxMaxima’s help menu. Pressing the Help key (on most systems that would be the F1 key) causes wxMaxima’s context-sensitive help feature will automatically jump to Maxima’s manual page for the command at the cursor.  

    1.1.2 wxMaxima

    wxMaxima is a graphical user interface that provides the full functionality and flexibility of Maxima. wxMaxima offers users a graphical display and many features that make working with Maxima easier. For example wxMaxima allows one to export any cell’s contents (or, if that is needed, any part of a formula, as well) as text, as LaTeX or as MathML specification at a simple right-click. Indeed, an entire workbook can be exported, either as an HTML file or as a LaTeX file. Documentation for wxMaxima, including workbooks to illustrate aspects of its use, is online at the wxMaxima help site, as well as via the help menu.

    wxMaxima window

    The calculations that are entered in wxMaxima are performed by the Maxima command-line tool in the background.

    To top

    1.2 Workbook basics

    Much of wxMaxima is self-explaining, but some details require attention. This site contains a number of workbooks that address various aspects of wxMaxima. Working through some of these (particularly the "10 minute (wx)Maxima tutorial") will increase one’s familiarity with both the content of Maxima and the use of wxMaxima to interact with Maxima. This manual concentrates on describing aspects of wxMaxima that are not likely to be self-evident and that might not be covered in the online material.

    1.2.1 The workbook approach

    One of the very few things that are not standard in wxMaxima is that it organizes the data for Maxima into cells that are evaluated (which means: sent to Maxima) only when the user requests this. When a cell is evaluated, all commands in that cell, and only that cell, are evaluated as a batch. (The preceding statement is not quite accurate: One can select a set of adjacent cells and evaluate them together. Also, one can instruct Maxima to evaluate all cells in a workbook in one pass.) wxMaxima's approach to submitting commands for execution might feel unfamiliar at the first sight. It does, however, drastically ease work with big documents (where the user certainly does not want every small change to automatically to trigger a full re-evaluation of the whole document). Also, this approach is very handy for debugging.

    The cells that wxMaxima automatically creates when the user enters some text are Maxima input cells that will eventually be sent to Maxima. A pair of such commands appears below. Once the input is executed, the resulting output appears in the same cell.

    Input/output cell

    On evaluation of an input cell’s contents the input cell Maxima assigns a label to the input (by default shown in red and recognizable by the %i) by which it can be referenced later in the wxMaxima session. The output that Maxima generates will be shown in a different style (which can be user-selected) and is preceded by a Maxima label that begins beginning with %o. The output item can be accessed later with a reference to this code. By default wxMaxima will also attempt to replace this dynamically-generated label by a more descriptive name if the user provides one. The %o-style label Maxima auto-generates will still be accessible, though.

    Besides the input cells wxMaxima allows for text cells for documentation, image cells, title cells, chapter cells and section cells. Every cell has its own undo buffer so debugging by changing the values of several cells and then gradually reverting the unneeded changes is rather easy. Furthermore the worksheet itself has a global undo buffer that can undo cell edits, adds and deletes.

    The figure below shows different cell types (Title cells, section cells, subsection cells, text cells, input/output cells and an image cell.

    Example of different wxMaxima cells

    To top

    1.2.2 Cells

    The worksheet is organized in cells. Each cell can contain one or more of the following types of content:

    • one or more lines of Maxima input
    • one or more image
    • output of,  or a question from, Maxima
    • normal a text block that can for example used for explaining the meaning of the math cell’s contents
    • a title, section or a subsection.

    The default behavior of wxMaxima when text is entered is to automatically create a math cell. Cells of other types can be created using the Cell menu or using the hot keys shown in the menu. That is, to enter commands, just type and enter material. Before entering text, a workbook title, or a section or subsection title, one must first create the cell of the specified type. These cells can be created in one of three ways: via the Cell menu, by use of hot key combinations (indicated in the menu), or (depending on your operating system) by right-clicking between two cells and selecting an option from the drop-down menu.

    1.2.3 Horizontal and vertical cursors

    It sometimes is desirable to allow selecting multiple cells or only part of a cell for export or Drag-and-Drop. However, beginning such an action in the middle of one cell and ending it in the middle of another will almost certainly lead to unexpected results. wxMaxima will therefore extend the selection to full cells in this case.

    wxMaxima provides drag-and-drop flexibility by defining two types of cursors. wxMaxima will switch between automatically when needed:

    • A horizontal cursor that is able to select any number of whole cells. This cursor is activated by moving the cursor between two cells or by clicking on a space between two cells. To select a set of adjacent cells, click in the bracket at the left of the top cell (but not inside the triangle) and then drag the cursor so that this cell and the next cell (or range of cells) is highlighted. Then use ctrl+enter or shift+enter to execute the highlighted cells.
    • A vertical cursor that works inside a cell. This cursor is activated by moving the cursor inside a cell using the mouse pointer or the cursor keys and works much like the cursor in a text editor.

    As long as the cursor is inside a cell search operations will limit their scope to the current cell.

      To top

    1.2.4 Command autocompletion

    wxMaxima contains an autocompletion feature that is triggered via the menu (Cell/Complete Word) or alternatively by pressing the key combination Ctrl+k. The autocompletion is context-sensitive and if activated within an unit specification for ezUnits it will offer a list of applicable units.

    ezUnits

    Besides completing the current command’s or variable’s name the autocompletion is able to show a template for most of the commands indicating the type (and meaning) of the parameters this program expects. To activate this feature press Shift+Ctrl+k or select the respective menu item (Cell/Show Template).

    1.2.5 Greek characters

    Computers traditionally store characters in 8-bit values. This allows for a maximum of 256 different characters. All letters, numbers, and control symbols (end of transmission, end of string, lines and edges for drawing rectangles for menus etc.) of nearly any given language can fit within that limit.

    For most countries the codepage of 256 characters that has been chosen does not include Greek letters, though. To overcome this limitation Unicode has been invented: This is a method of including characters that are not normally used in the English language in a text that (as long as only the basic form of Latin characters is used) looks like plain 8-bit ASCII.

    Maxima allows for unicode characters if it runs on a lisp (the language on which Maxima is built) that supports them. If the wxWidgets library on which wxMaxima is built on supports Unicode characters, too, then wxMaxima can be built with Unicode support. In this case it (besides a Greek Characters Sidebar) provides a method of entering Greek characters using the keyboard:

    • An alpha is entered by pressing the <ESC> key and then typing in the character a followed by a press on the <ESC> key.
    • A beta is entered by pressing the <ESC> key and then typing in the character b followed by a press on the <ESC> key.
    • A gamma is entered by pressing the <ESC> key and then typing in the character c followed by a press on the <ESC> key.
    • ...and so on.

    If the system does not provide unicode support wxMaxima will still provide a method of showing Greek characters: Variable names like "alpha" are always displayed as the corresponding Greek symbols in wxMaxima output.

    The lowercase Greek letters actually can be entered both by enter a Latin letter or the whole Latin name of the Greek letter followed and preceded by a press of the escape key:

    a alpha    i iota      r rho
    b beta     k kappa     s sigma
    g gamma    l lambda    t tau
    d delta    m mu        u upsilon
    e epsilon  n nu        f phi
    z zeta     x xi        c chi
    h eta      om omicron  y psi
    q theta    p pi        o omega
    

    The same is true for the uppercase greek letters:

    A Alpha    I Iota      R Rho
    B Beta     K Kappa     S Sigma
    G Gamma    L Lambda    T Tau
    D Delta    M Mu        U Upsilon
    E Epsilon  N Nu        P Phi
    Z Zeta     X Xi        C Chi
    H Eta      Om Omicron  Y Psi
    T Theta    P Pi        O Omega
    

    This mechanism also allows to enter some miscellaneous mathematical symbols:

    hbar          planck's constant: a h with a horizontal bar above it
    Hbar          a H with a horizontal bar above it
    

    This mechanism also allows to enter some miscellaneous mathematical symbols:

    2             squared
    3             to the power of three
    /2            1/2
    partial       partial sign (the d of dx/dt)
    integral      integral sign
    sq            root
    ii            imaginary
    ee            element
    hb or hbar    h barred
    Hbar          H barred
    in            in
    impl,implies  implies
    inf           infinity
    empty         empty
    TB            Big triangle right
    tb            small triangle right
    and           and
    or            or
    xor           xor
    nand          nand
    nor           nor
    equiv         equivalent
    not           not
    union         union
    inter         intersection
    subseteq      subset or equal
    subset        subset
    notsubseteq   not subset or equal
    notsubset     not subset
    approx        approximately
    propto        proportional to
    neq,!=,/=
    or #          not equal to
    +/- or pm     a plus/minus sign
    <= or leq     equal or less than
    >= or geq     equal or greater than
    << or ll      much less than
    >> or gg      much greater than
    equiv         equivalent to
    qed           end of proof
    sum           sum sign
    prod          product sign
    exists        "there exists" sign
    nexists       "there is no" sign
    parallel      a "parallel" sign
    perp          a "perpendicular" sign
    leadsto       a "leads to" sign
    ->            a right arrow
    -->           a long right arrow
    

    If a special symbol isn’t in the list it is possible to input arbitrary unicode characters by pressing <ESC>number of the character<ESC>. <ESC>61<ESC> therefore results in an a.

    Be aware that a Maxima running on a lisp without Unicode support might not be able to deal with files that contain special Unicode characters.

    Please note that most of these symbols (notable exceptions are the logic symbols) do not have a special meaning in Maxima and therefore will be interpreted as ordinary characters - or might provoke unexpected results in case that the Maxima is being run by a lisp that doesn’t support dealing with special Unicode characters. 

    To top

    1.2.6 Side Panes

    Shortcuts to the most important Maxima commands and a history of the last issued commands can be accessed using the side panes. They can be enabled using the "View" menu. The shortcuts can be moved to where the location is most convenient, inside or outside the wxMaxima window. The same commands can be accessed via the menus. Also, a pane that contains Greek letters can be opened. This pane provides an alternative to the methods of entering these letters that the preceding section discusses.

    Example of different side panes

    1.2.7 MathML output

    Several word processors and similar programs either recognize MathML input and automatically insert it as an editable 2D equation - or (like LibreOffice 5.1) have an equation editor that offers an “import MathML from clipboard” feature. In order to accommodate this feature, wxMaxima offers a “copy to word processor” right-click menu entry that outputs the selected part of an equation with MathML formatting.

    To top

    1.2.8 Markdown support

    A wxMaxima workbook can be exported as either an HTML file or a LaTeX file. The program uses a set of standard markdown conventions. Markdown in many cases collides with the notations that are frequently used for mathematics. wxMaxima will recognize bullet lists, though, for the HTML and TeX export when the items are marked with stars.

    Ordinary text
     * One item, indentation level 1
     * Another item at indentation level 1
       * An item at a second indentation level
       * A second item at the second indentation level
     * A third item at the first indentation level
    Ordinary text
    

    wxMaxima will recognize text starting with > chars as block quotes:

    Ordinary text
    > quote quote quote quote
    > quote quote quote quote
    > quote quote quote quote
    Ordinary text
    

    wxMaxima will also recognize => and replace it by a

    cogito => sum.
    

    Other symbols the markdown parser will recognize are <= and >= for comparisons, a double-pointed double arrow (<=>), single- headed arrows (<->, -> and <-) and +/- as the respective sign. For TeX output also << and >> are recognized.

    1.2.9 Hotkeys

    Most hotkeys can be found in the text of the respective menus. Since they are actually taken from the menu text and thus can be customized by the translations of wxMaxima to match the needs of users of the local keyboard, we do not document them here. A few hotkeys or hotkey aliases, though, are not documented in the menus:

    • Ctrl+Shift+Delete deletes a complete cell.
    • Ctrl+Tab or Ctrl+Shift triggers the auto-completion mechanism.
    • Ctrl+I or Ctrl+O Zoom in or out.
    • Shift+Space inserts a non-breaking space.

    1.2.10 Raw TeX in the TeX export

    If a text cell begins with TeX: the TeX export contains the literal text that follows the TeX: marker. Using this feature allows the entry of TeX markup within the wxMaxima workbook.

    1.3 File Formats

    The material that is developed in a wxMaxima session can be stored for later use in any of three ways:

    To top

    1.3.1 .mac

    .mac files are ordinary text files that can be read using Maxima’s read command or wxMaxima’s File/Batch File menu entry.

    One Example:

    A .mac file named Quadratic.mac was created. It consists of two commands: f(x) := (x - 5)^2; and wxdraw2d( explicit(f(x),x,-5,15)). The result of entering that batch file appears below. (Some directory path information is deleted.)

    Batch image
    %i1 read("test.mac");
    

    You can be use .mac files for writing own library of macros. But since they don’t contain enough structural information they cannot be read back as a wxMaxima session.

    1.3.2 .wxm

    .wxm files contain the input for Maxima, as well as any text cells, title cells and chapter or section cells the user has typed in. On maxima versions >5.38 they can be read using maxima's load() function just as .mac files can be. Maxima’s output is not saved along with the .wxm file, though.

    1.3.3 .wxmx

    This xml-based file format saves all text and images the work sheet contains. It is the preferred file format now and comes in two flavors:

    • Files saved in the version-control friendly .wxmx format contain all images in a standard compressed format (.png) and a uncompressed copy of the xml tree that contains the structure of the document and the text typed in by the user. Since the images are compressed individually and the text is saved as text a version control system like bazaar, subversion, git or mercurial will only have to save the elements of the file that actually have changed since the last version.
    • Files saved in disk space-optimized .wxmx format are compressed as a whole. If no version control system is used this will save disk space:
      • The portion of the file that is pure xml data tends to get fundamentally smaller when being compressed
      • and after the compression recurring data like image headers will use up only a fraction of the space they originally did.

      This comes at the cost, though, that the change of even a single line of text in the uncompressed version tends to completely change the structure of the compressed version of a file. A version control system that deals with such a file will - however optimized it might be on handling differences between binary files - will therefore have to track (and to store) a much higher number of differences between two file versions than necessary; Since most version control systems compress the data they store on the server the server space occupied by the initial version of both .wxmx flavors should be nearly identical in size.

    To top

    1.4 Configuration options

    For some common configuration variables wxMaxima offers two ways of configuring:

    • The configuration dialog box below lets you change their default values for the current and subsequent sessions.
    • Also, the values for most configuration variables can be changed for the current session only by overwriting their values from the worksheet, as shown below.
    wxMaxima configuration 1

    1.4.1 Default animation framerate

    The animation framerate that is used for new animations is kept in the variable wxanimate_framerate. The initial value this variable will contain in a new worksheet can be changed using the configuration dialogue.

    1.4.2 Default plot size for new maxima sessions

    After the next start plots embedded into the worksheet will be created with this size if the value of wxplot_size isn’t changed by maxima.

    In order to set the plot size of a single graph only use the following notation can be used that sets a variable’s value for one command only:

    wxdraw2d( explicit(x^2,x,-5,5)), wxplot_size=[480,480]$.
    

    1.4.3 Use jsMath fonts

    The style menu allows customization that pertains to the appearance of your notebook as you work.

    wxMaxima configuration 2

    It also contains the option to use jsMath fonts. It is a good idea to install these fonts since they were especially designed for mathematics and tend to resolve issues that can be caused by broken fonts. If they are not installed on your computer, the option to activate them will not be highlighted. The jsMath fonts can be found on this site. The site describes JsMath fonts and provides installation instructions. To top

    1.4.4 Match parenthesis in text controls

    This option enables two things:

    • If an opening parenthesis, bracket or double quote is entered wxMaxima will insert a closing one after it.
    • If text is selected if any of these keys is pressed the selected text will be put between the matched signs.

    1.4.5 Autosave interval

    If this value is set to a value bigger than zero Maxima will work in a more mobile-device-like fashion:

    • Files are saved automatically on exit
    • And the file will automatically be saved every n minutes.

    For the automatic saving functionality to work wxMaxima needs to know a name to save the file with, though. This means this feature will only work if the file has already been saved to or opened from the disk.


    Next: , Previous: , Up: top   [Contents] [Index]

    2 Extensions to Maxima

    wxMaxima is primarily a graphical user interface for Maxima. As such, its main purpose is to pass along commands to Maxima and to report the results of executing those commands. In some cases, however, wxMaxima adds functionality to Maxima. wxMaxima’s ability to generate reports by exporting a workbook’s contents to HTML and LaTeX files has been mentioned. This section considers some ways that wxMaxima enhances the inclusion of graphics into a session. described here.

    2.1 Subscripted variables

    if wxsubscripts is set to true variable names of the format x_y are displayed using a subscript if

    • y is a single letter
    • y is an integer

    If the variable name doesn’t match these requirements it can still be declared as "to be subscripted" using the command wxdeclare_subscript(variable_name); or wxdeclare_subscript([variable_name1,variable_name2,...]); Declaring a variable as subscripted can be reverted using the following command: wxdeclare_subscript(variable_name,false);

    User feedback in the statusbar

    Long-runnning commands can provide user-feedback in the status bar. This user feedback is replaced by any new feedback that is placed there (allowing to use it as a progress indicator) and is deleted as soon as the current command sent to maxima is finished. It is safe to use wxstatusbar() even in libraries that might be used with plain maxima (as opposed to wxMaxima): If wxMaxima isn't present the wxstatusbar() command will just be left unevelated.

    (%i2)	for i:1 thru 10 do
    	    (
    	        /* Tell the user how far we got */
    	        wxstatusbar(concat("Pass ",i)),
    	        /* A truly long-running command */
    	        a:makelist(o^i,o,1,10000)
    	    )$
    

    2.2 Plotting

    Plotting (having fundamentally to do with graphics) is a place where a graphical user interface will have to provide some extensions to the original program.

    2.2.1 Embedding a plot into the work sheet

    Maxima normally instructs the external program gnuplot to open a separate window for every diagram it creates. Since many times it is convenient to embed graphs into the work sheet instead wxMaxima provides its own set of plot functions that don’t differ from the corresponding maxima functions save in their name: They are all prefixed by a “wx”. For example wxplot corresponds to plot, wxdraw corresponds to draw and wxhistogram corresponds to histogram.

    2.2.2 Making embedded plots bigger or smaller

    As noted above, the configure dialog provides a way to change the default size plots are created with which sets the starting value of wxplot_size. The plotting routines of wxMaxima respect this variable that specifies the size of a plot in pixels. It can always be queried or used to set the size of the following plots:

    %i1 wxplot_size:[1200,800];
    %o1 [1200,800];
    
    %i2 wxdraw2d(
            explicit(
                sin(x),
                x,1,10
            )
        )$
    

    If the size of only one plot is to be changed Maxima provides a canonical way to change an attribute only for the current cell.

         %i1 wxplot_size:[1200,800];
         %o1 [1200,800];
         
         %i1 wxdraw2d(
                 explicit(
                     sin(x),
                     x,1,10
                 )
             ),wxplot_size=[1600,800]$
    
    %i1 wxdraw2d(
            explicit(
                sin(x),
                x,1,10
            )
        ),wxplot_size=[1600,800]$
    
    To top

    2.2.3 Better quality plots

    Gnuplot doesn’t seem to provide a portable way of determining whether it supports the high-quality bitmap output the cairo library provides. On systems where gnuplot is compiled to use this library the pngcairo option from the configuration menu (that can be overridden by the variable wxplot_pngcairo) enables support for antialiasing and additional line styles.

    2.2.4 Embedding animations into the spreadsheet

    The with_slider_draw command is a version of wxdraw2d that does prepare multiple plots and allows to switch between them by moving the slider on top of the screen. If ImageMagick is installed wxMaxima even allows to export this animation as an animated gif.

    The first two arguments for with_slider_draw are the name of the variable that is stepped between the plots and a list of the values of these variable. The arguments that follow are the ordinary arguments for wxdraw2d:

    with_slider_draw(
        f,[1,2,3,4,5,6,7,10],
        title=concat("f=",f,"Hz"),
        explicit(
            sin(2*%pi*f*x),
            x,0,1
        ),grid=true
    );
    

    The same functionality for 3d plots is accessible as with_slider_draw3d.

    There is a second set of functions making use of the slider

    • wxanimate_draw and
    • wxanimate_draw3d:
    wxanimate_draw(
        a, 3,
        explicit(sin(a*x), x, -4, 4),
        title=printf(false, "a=~a", a));
    

    Normally the animations are played back or exported with the frame rate chosen in the configuration of wxMaxima. To set the speed an individual animation is played back the variable wxanimate_framerate can be used:

    wxanimate(a, 10,
        sin(a*x), [x,-5,5]), wxanimate_framerate=6$
    

    The animation functions have a pitfall that one has to be aware of when using them: The slider variable’s value are substituted into the expression that is to be plotted - which will fail, if the variable isn’t directly visible in the expression. Therefore the following example will fail:

    f:sin(a*x);
    with_slider_draw(
        a,makelist(i/2,i,1,10),
        title=concat("a=",float(a)),
        grid=true,
        explicit(f,x,0,10)
    )$
    

    If Maxima is forced to first evaluate the expression and then asked to substitute the slider’s value plotting works fine instead:

    f:sin(a*x);
    with_slider_draw(
        a,makelist(i/2,i,1,10),
        title=concat("a=",float(a)),
        grid=true,
        explicit(''f,x,0,10)
    )$
    

    2.2.5 Opening multiple plots in contemporaneous windows

    While not being a provided by wxMaxima this feature of Maxima (on setups that support it) sometimes comes in handily. The following example comes from a post from Mario Rodriguez to the Maxima mailing list:

    load(draw);
    
    /* Parabola in window #1 */
    draw2d(terminal=[wxt,1],explicit(x^2,x,-1,1));
    
    /* Parabola in window #2 */
    draw2d(terminal=[wxt,2],explicit(x^2,x,-1,1));
    
    /* Paraboloid in window #3 */
    draw3d(terminal=[wxt,3],explicit(x^2+y^2,x,-1,1,y,-1,1));
    
    To top

    2.3 Embedding graphics

    if the .wxmx file format is being used embedding files in a wxMaxima project can be done as easily as per drag-and-drop. But sometimes (for example if an image’s contents might change later on in a session) it is better to tell the file to load the image on evaluation:

    show_image("Mann.png");
    

    2.4 wxmaximarc

    The Maxima user directory contains a text file named wxmaxima-init.mac the contents of the file is passed to Maxima automatically every time a new worksheet has been started.

    To find out which directory Maxima uses as the user directory just type in the following line:

    maxima_userdir;
    

    The answer from Maxima will specify the name of the directory that the startup file can be placed in.

    %o1 /home/username/.maxima
    
    To top

    2.5 Special variables wx...

    • wxsubscripts tells Maxima if it should convert variable names that contain an underscore (R_150 or the like) into subscripted variables. See wxdeclare_subscript for details which variable names are automatically converted.
    • wxfilename This variable contains the name of the file currently opened in wxMaxima. On Windows this piece of information is available only if in the configuration dialogue the checkbox Maxima/maxima's pwd is path to document is checked.
    • wxplot_pngcairo tells whether wxMaxima tries to use gnuplot’s pngcairo terminal that provides more line styles and a better overall graphics quality. This variable can be used for reading or overriding the respective setting in the configuration dialog.
    • wxplot_size defines the size of embedded plots.
    • wxchangedir: On most operating systems wxMaxima automatically sets Maxima’s working directory to the directory of the current file. This allows file I/O (e.g. by read_matrix) to work without specifying the whole path to the file that has to be read or written. On Windows this feature is deactivated: The Lisp Standard doesn’t contain a concept of the current working directory. Therefore there is no standard way of setting it and changing to a directory that isn’t on the drive Maxima has been installed to might cause Maxima to try to read is own package files from this drive, too, instead of from the drive to which Maxima has been installed. Setting wxchangedir to true tells wxMmaxima that it has to risk that and to set Maxima’s working directory.
    • wxanimate_framerate The number of frames per second the following animations have to be played back with. -1 tells wxMaxima to use the default frame rate from the config dialog.

    2.6 Pretty-printing 2D output

    The function (table_form) displays a 2D list in a form that is more readable than the output Maxima’s default output routine. The input is a list of one or more lists. Like the print command, this command displays output even when ended with a dollar sign. Ending the command with a semicolon results in the same table along with a "done" statement.

    table_form(
        [
            [1,2],
            [3,4]
        ]
    )$
    

    As the next example shows, the lists that are assembled by the table_form command can be created before the command is executed.

    A third table example

    Also, because a matrix is a list of lists, matrices can be converted to tables in a similar fashion.

    Another table_form example

    2.7 Bug reporting

    wxMaxima provides a few functions that gather bug reporting information about the current system:

    • wxbuild_info() gathers information about the currently running version of wxMaxima
    • wxbug_report() tells how and where to file bugs

    Next: , Previous: , Up: top   [Contents] [Index]

    2.8 Marking output being drawn in red

    Maxima's box() command causes wxMaxima to print its argument with a red background.

    3 Troubleshooting

    To top

    3.1 Cannot connect to Maxima

    Since Maxima (the program that does the actual mathematics) and wxMaxima (providing the easy-to-use user interface) are separate programs that communicate by the means of a local network connection. Therefore the most probable cause is that this connection is somehow not working. For example a firewall could be set up in a way that it doesn’t just prevent against unauthorized connections from the internet (and perhaps to intercept some connections to the internet, too), but it also to blocks inter-process-communication inside the same computer. Note that since Maxima is being run by a lisp processor the process communication that is blocked from does not necessarily have to be named "maxima". Common names of the program that opens the network connection would be sbcl, gcl, ccl, lisp.exe or similar names.

    On Un*x computers another possible reason would be that the loopback network that provides network connections between two programs in the same computer isn’t properly configured.

    3.2 How to save data from a broken .wxmx file

    Internally most modern xml-based formats are ordinary zip-files with one special characteristic: the first file in the archive is stored uncompressed and provides information about what type of program can open this file.

    If the zip signature at the end of the file is still intact after renaming a broken .wxmx file to .zip most operating systems will provide a way to extract any portion of information that is stored inside it. The can be done when there is the need of recovering the original image files from a text processor document. If the zip signature isn’t intact that does not need to be the end of the world: If wxMaxima during saving detected that something went wrong there will be a wxmx~ file whose contents might help and even if there isn’t such a file: If the configuration option is set that .wxmx files have to be optimized for version control it is possible to rename the .wxmx file to a .txt file and to use a text editor to recover the XML portion of the file's contents.

    If the text file containing this contents is saved as a file ending in .xml wxMaxima will know how to recover the text of the document from it.

    3.3 wxMaxima waits forever for data from Maxima

    In old versions of Maxima this might be caused by the fact that a closing brace, bracket, parenthesis or hyphenation mark is missing: In this case Maxima waits until it gets the rest of its input (which it never does).

    In order to find out if this is the issue, the operating system normally provides a way to determine whether Maxima is actually really working forever trying to solve the current problem.

    3.4 I want some debug info to be displayed on the screen before my command has finished

    Normally wxMaxima waits for the whole 2D formula to be transferred before it begins to typeset. This saves time for making many attempts to typeset a only partially completed equation. There is a disp command, though, that will provide debug output immediately and without waiting for the current Maxima command to finish:

    for i:1 thru 10 do (
       disp(i),
       t:makelist(i,i,1000000),
       length(t)
    )$
    

    3.5 wxMaxima on Windows crashes on displaying seemingly simple equations

    The jsMath fonts allow for excellent 2D-display of equations. But there are broken versions of this package that crash wxMaxima. A working version can be downloaded from http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html. To make wxMaxima actually use these fonts the according checkbox has to be enabled in the Styles tab of wxMaxima’s configuration dialogue.

    3.7 Plotting only shows an closed empty envelope with an error message

    This means that wxMaxima could not read the file Maxima that was supposed to instruct gnuplot to create.

    Possible reasons for this error are:

    • The plotting command is part of a third-party package like implicit_plot but this package was not loaded by Maxima’s load() command before trying to plot.
    • Maxima tried to do something the currently installed version of gnuplot isn’t able to understand. In this case the file maxout.gnuplot in the directory Maxima’s variable maxima_userdir points to contains the instructions from Maxima to gnuplot. Most of the time this file’s contents therefore are helpful when debugging the problem.
    • Gnuplot was instructed to use the pngcairo library that provides antialiassing and additional line styles, but it was not compiled to support this possibility. Solution: Uncheck the "Use the cairo terminal for plot" checkbox in the configuration dialog and don’t set wxplot_pngcairo to true from Maxima.
    • Gnuplot didn’t output a valid .png file.

    3.8 Plotting an animation results in “error: undefined variable”

    The value of the slider variable by default is only substituted into the expression that is to be plotted if it is visible there. Putting an ev() around this expression should resolve this problem.

    3.9 I lost a cell contents and undo doesn’t remember

    There are separate undo functions for cell operations and for changes inside of cells so chances are low that this ever happens. If it does there are several methods to recover data:

    • wxMaxima actually has two undo features: The global undo buffer that is active if no cell is selected and a per-cell undo buffer that is active if the cursor is inside a cell. It is worth trying to use both undo options in order to see if an old value can still be accessed.
    • If you still have a way to find out what label Maxima has assigned to the cell just type in the cell’s label and its contents will reappear.
    • If you don’t: Don’t panic. In the “Maxima” menu there is a way to show a history pane that shows all Maxima commands that have been issued recently.
    • If nothing else helps Maxima contains a replay feature:
      %i1 playback();
      
    To top

    3.10 wxMaxima starts up with the message “Maxima process Terminated.”

    One possible reason is that Maxima cannot be found in the location that is set in the “Maxima” tab of wxMaxima’s configuration dialog and therefore won’t run at all. Setting the path to a working Maxima binary should fix this problem.

    3.11 Maxima is forever calculating and not responding to input

    It is theoretically possible that wxMaxima doesn’t realize that Maxima has finished calculating and therefore never gets informed it can send new data to Maxima. If this is the case “Trigger evaluation” might resynchronize the two programs.

    3.12 File I/O from Maxima doesn’t work on Windows

    On Windows, file I/O is not relative to the directory of the current file by default. If you store the Maxima file on the drive on which wxMaxima is installed, then setting wxchangedir to true will fix that for load, read_list, batch, read_matrix, save and all similar commands.

    Setting this variable to true might have a drawback, though: Maxima knows which directory it is installed in and will search for any additional package that is requested by a load command in this directory, too. But it might not know which drive it is installed on. If wxchangedir is true and the current file is saved on a different drive than the one Maxima is installed on Maxima therefore might fail to load the additional packages it was bundled with.

    3.13 My sbcl-based maxima runs out of memory

    SBCL by default comes with a memory limit that allows it to run even on low-end computers. When compiling a big software package like lapack or dealing with extremely big lists or equations this limit might be too low. In order to extend the limits sbcl can be provided with the command line parameter --dynamic-space-size that tells sbcl how many megabytes it should reserve. A 32bit-windows-sbcl can reserve up to 999 Megabytes, 1800. A 64-bit sbcl version running on windows can be instructed to use more than the about 1280 Megabytes compiling lapack needs.

    One way to provide maxima (and thus sbcl) with command line parameters is the additional parameters field of wxMaxima’s configuration dialogue.

    sbcl memory

    To top

    3.14 Input sometimes is sluggish/ignoring keys on Ubuntu

    Installing the package ibus-gtk should resolve this issue. See (https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1421558) for details.

    3.15 wxMaxima halts when Maxima processes Greek characters or Umlauts

    If your Maxima is based on sbcl the following lines have to be added to your .sblrc:

    (setf sb-impl::*default-external-format* :utf-8)
    

    The folder this file has to be placed in is system- and installation-specific. But any sbcl-based Maxima that already has evaluated a cell in the current session will happily tell where it can be found after getting the following command:

    :lisp (sb-impl::userinit-pathname)
    

    3.16 Plotting

    3.16.1 Can I make wxMaxima output both image files and embedded plots at once?

    It is easier to make it first generate the images and then import them again as the following two functions will do:

    load("draw");
    pngdraw(name,[contents]):=
    (    
        draw(
            append(   
                [
                    terminal=pngcairo,
                    dimensions=wxplot_size,
                    file_name=name
                ],
                contents
            )
        ),
        show_image(printf(false,"~a.png",name))
    );
    pngdraw2d(name,[contents]):=
        pngdraw(name,gr2d(contents));
        
    pngdraw2d("Test",
            explicit(sin(x),x,1,10)
    );
    

    3.16.2 Can I set the aspect ratio of a plot?

    Not directly using Maxima. But there are gnuplot commands for it:

         wxdraw2d(
             user_preamble="set size ratio 1;set tmargin 3;set bmargin 3;set lmargin 3;set rmargin 3",
             explicit(sin(x),x,1,10)
         ),wxplot_size=[1000,1000];
    

    Next: , Previous: , Up: top   [Contents] [Index]

    To top

    4 FAQ

    4.1 Is there a way to make more text fit on a pdfLaTeX page?

    There is: Just add the following lines to the LaTeX preamble (for example by using the respective field in the config dialog):

    \usepackage[a4paper,landscape,left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
    

    Previous: , Up: top   [Contents]

    5 Command-line arguments

    Most operating systems provide less complicated ways of starting programs than the command line so this possibility is only rarely used. wxMaxima still provides some command line switches, though.

    • -v or --version: Output the version information
    • -h or --help: Output a short help text
    • -o or --open: Open the filename given as argument to this command-line switch
    • -b or --batch: If the command-line opens a file all cells in this file are evaluated and the file is saved afterwards. This is for example useful if the sesson described in the file makes Maxima generate output files. Batch-processing will be stopped if wxMaxima detects that Maxima has output an error and will pause if Maxima has a question: Mathematics is somewhat interactive by nature so a completely interaction-free batch processing cannot always be guaranteed.
    • (Only on windows): -f or --ini: Use the init file that was given as argument to this command-line switch

    Instead of a minus some operating systems might use a dash in front of the command-line switches.

    Short Table of Contents

    Table of Contents


    Annotated Index

    A
    Animations: commands to embed animations into a wxMaxima workbook
    Animations, failure: why creation and execution of some animations might not work
    Autocompletion: using wxMaxima a command
    Aspect ratio: set the aspect ratio for a plot
    Autosave: set interval for saving a wxMaxima session file (workbook)

    C
    Cells: the nature and use of cells in a wxMaxima workbook
    Cells, Input/Output: Cells that contain one or more commands and the results of executing the command(s)
    Command autocompletion: using wxMaxima a command
    Configure wxMaxima: how to configure a wxMaxima workbook
    Cursors, vertical and horizontal: entering text or selecting entered material

    D
    Drag and drop: Copying and pasting material in one or more cells or eexecuting a sequence of cells

    F
    File Info: command to print name and location of currently-open wxMaxima workbook
    File Formats: types of files that wxMaxima can create and open

    G
    Greek characters: Ways to enter Greek letters into a wxMaxima workbook (see Side Panels below)

    H
    HTML: export material as html
    Hotkeys: shortcut key combinations, alternatives to menu options

    I
    Input/Output Cells: Cells that contain one or more commands and the results of executing the command(s)

    J
    jsMath: useful fonts set for mathematical expressions

    L
    LaTeX: export material as LaTeX
    Lost content: ways to recover lost cell contents

    M

    Macro files: .mac files, batch files that can be entered into wxMaxima workbooks
    MathML: export mathematical expressions with MathML markup
    Matrix: Create a matrix and convert the matrix to a table
    Maxima and wxMaxima: the relationship between the Maxima CAS and the wxMaxima front-end
    Maxima-wxMaxima connection: possible reasons from failure of wxMaxima to communicate with Maxima

    N
    Name of file: command to print name and location of currently-open wxMaxima workbook

    P
    Plot, aspect ratio: set the aspect ratio for a plot
    Plot, embedding: embed a Maxima-generated plot in a wxMaxima workbook
    Plot, failure: some reasons that attempts to plot might fail
    Plot file, embedding: embed a plot file in a wxMaxima workbook
    Plot size: control the size of embedded plots
    Plots, better quality: notes related to the quality of gnuplot plots
    Plots, multiple: open multiple plots in contemporaneous windows
    Progress indicators: Giving user feedback in the status bar

    R
    Recover lost content

    S
    Side Panes: collections of buttons that open dialog boxes, enter commands, and enter special characters
    Startup file location: location of an initialization file that is passed to wxMaxima when it opens
    Status bar: Giving user feedback in the status bar
    Subscripted variables: using the command wxsubscripts to display subscripted variables

    T
    Table: show lists of text and values as a table
    TeX markup: allows TeX markup to be entered into a text file

    U
    undo: ways to recover lost cell contents

    W
    with_slider_draw: command to embed animations -- alternative: wxanimate_draw
    with_slider_draw3d: command to embed animations -- alternative: wxnimate_draw3d
    wxanimate_draw: command to embed animations
    wxanimate_draw3d: command to embed animations
    wxMaxima and Maxima: the relationship between the Maxima CAS and the wxMaxima front-end
    wxMaxima documentation
    wxMaxima workbook structure: central features of a wxMaxima workbook
    wxm and wxmx files: formats for wxMaxima workbooks
    wxmx data: retrieve data from a broken wxmx file

    wxmaxima-Version-18.02.0/info/wxmaxima.texi000066400000000000000000001313421324204105000206140ustar00rootroot00000000000000\input texinfo @setfilename wxmaxima.info @finalout @c -*-texinfo-*- @c @c (C) 2014-2017 Gunter Königsmann @c (C) 2015 Mixon Wilson @c Based on a file from the Maxima sources that was created from @c Jim Van Zandt @c to update the menus do: @c (texinfo-multiple-files-update "wxMaxima.texi" t t) @c @c texinfo-multiple-files-update will delete the detailed node listing! @c %**start of header @settitle wxMaxima Manual @c @synindex ky fn @c @synindex vr fn @c @synindex cp fn @c %**end of header @ifinfo This is a Texinfo @i{wxMaxima} manual based on the @i{Maxima} manual which is Copyright 1994,2001 William F. Schelter. The original version if the @i{wxMaxima} manual was written in 2014-2015 by Gunter Königsmann and Mixon Wilson. @format INFO-DIR-SECTION Math START-INFO-DIR-ENTRY * @i{wxMaxima}: (wxMaxima). A gui for a computer algebra system. END-INFO-DIR-ENTRY @end format @macro var {expr} <\expr\> @end macro @end ifinfo @iftex @titlepage @sp 10 @comment The title is printed in a large font. @center @titlefont{wxMaxima Manual} @page @vskip 0pt plus 1filll Maxima is a computer algebra system that is actively developed and is successfully used in a variety of applications like maths, computer science and biochemistry. @i{wxMaxima} is a graphical user interface (GUI) for the @i{Maxima} computer algebra system (CAS). @i{wxMaxima} allows one to use all of Maxima’s functions. In addition, it provides convenient wizards for accessing the most commonly used features. This manual describes some of the features that make @i{wxMaxima} one of the most popular GUIs for @i{Maxima}. @end titlepage @end iftex @ifnottex @node top @top The @i{wxMaxima} user's manual wxMaxima is a graphical user interface (GUI) for the Maxima computer algebra system (CAS). @i{wxMaxima} allows to use all of Maxima's functions. In addition, it provides convenient wizards for accessing the most commonly used features. This manual describes some of the features that make @i{wxMaxima} one of the most popular GUIs for Maxima. @end ifnottex @ifnotinfo @image{wxMaximaLogo,4cm} @end ifnotinfo @ifnottex @menu * Introduction:: @i{wxMaxima} basics * Extensions:: The commands @i{wxMaxima} adds to Maxima * Troubleshooting:: What to do if @i{wxMaxima} doesn't work as expected * FAQ:: Frequently asked questions * CommandLine:: The command-line arguments @i{wxMaxima} supports @end menu @end ifnottex @node Introduction @chapter Introduction to @i{wxMaxima} @section Maxima and @i{wxMaxima} In the open-source domain big systems are normally split into smaller projects that are easier to handle for small groups of developers. For example a CD burner program will consist of a command-line tool that actually burns the CD and a graphical user interface that allows users to use it without having to learn about all the command line switches and in fact without using the commandline at all. One advantage of this approach is that the developing work that was invested into the command-line program can be shared by many programs without having to re-invent the wheel: The same CD-burner command-line program can be used as a ``send-to-CD''-plug-in for a file manager application, for the ``burn to CD'' function of a music player and as the CD writer for a DVD backup tool. Another advantage is that splitting one big task into smaller parts allows the developers to provide several user interfaces for the same program. Computer algebra systems like Maxima fit into this framework. A CAS can provide the logic behind a arbitrary precision calculator application or it can do automatic transforms of equations in the background of a bigger system (e.g., @uref{http://www.sagemath.org, Sage}). Alternatively, it can be a actually used as a free-standing system. @i{Maxima} can be accessed via a command line. Often, however, an interface like @i{wxMaxima} proves a more efficient way to access the software, especially for newcomers. computer algebra system. @subsection @i{Maxima} @cindex CAS @cindex Computer algebra System Maxima is a full-featured computer algebra system (CAS). In other words it is a program that can solve mathematical problems by rearranging formulas and finding a formula that solves the problem as opposed to just outputting the numeric value of the result. In other words, Maxima can serve as a calculator that gives numerical representations of variables, but it can also provide analytical solutions. Furthermore, it offers a range of numerical methods of analysis for equations or systems of equations that cannot be solved analytically. @ifnotinfo @image{maxima_screenshot,6cm} @end ifnotinfo Extensive documentation for @i{Maxima} is available on the internet, There is extensive documentation for @i{Maxima} @uref{href="http://maxima.sourceforge.net/documentation.html, available in the internet} part of this documentation is also available in @i{wxMaxima}'s help menu: Pressing the @key{Help} key (on most systems that would be the @key{F1} key) wxmaxima's context-sensitive help feature will automatically jump to @i{Maxima}'s manual page for the command at the cursor. @subsection @i{wxMaxima} wxMaxima is a graphical user interface that provides the full functionality and flexibility of @i{Maxima}. @i{wxMaxima} offers users a graphical display and many features that make working with @i{Maxima} easier. For example @i{wxMaxima} allows one to export any cell's contents (or, if that is needed, any part of a formula, as well) as text, as LaTeX or as MathML specification at a simple right-click. Indeed, an entire workbook can be exported, either as an HTML file or as a LaTeX file. @ifnotinfo @image{wxMaximaWindow,12cm} @end ifnotinfo The calculations are performed by the @i{Maxima} command-line tool in the background. @section Worksheet basics Much of @i{wxMaxima} is self-explaining, but some details require attention. @uref{https://andrejv.github.io/wxmaxima/help.html, This site} contains a number of workbooks that address various aspects of Maxima. Working through some of these (particularly the "10 minute (wx)Maxima tutorial") will increase one's familiarity with both the content of @i{Maxima} and the use of @i{wxMaxima} to interact with @i{Maxima}. This manual concentrates on describing aspects of @i{wxMaxima} that are not likely to be self-evident and that might not be covered in the online material. @subsection The worksheet approach One of the very few things that aren't standard is that @i{wxMaxima} organizes the data for @i{Maxima} into cells that are only evaluated (which means: sent to @i{Maxima}) when the user requests this. When a cell is evaluated, all commands in that cell, and only that cell, are evaluated as a batch. (One can select a set of adjacent cells and evaluate them together. Also, one can instruct Maxima to evaluate all cells in a workbook in one pass.) This approach might feel unfamiliar at the first sight. It does, however drastically ease work with big documents (where the user certainly does not want every small change to automatically to trigger a full re-evaluation of the whole document). Also, this approach is very handy for debugging. The cells @i{wxMaxima} automatically creates on typing some text are @i{Maxima} input cells that will eventually be sent to @i{Maxima}. @ifnotinfo @image{InputCell,12cm} @end ifnotinfo On evaluation of an input cell's contents the input cell @i{Maxima} assigns a label to the input (by default shown in red and recognizable by the @code{%i}) by which it can be referenced later n the @i{wxMaxima} session. The output that @i{Maxima} generates will be shown in a different style (which can be user-selected) and preceded by a @i{Maxima} label that begins beginning with @code{%o}. The output item can be accessed later with a reference to this code. By default @i{wxMaxima} will also attempt to replace this dynamically-generated label by a more descriptive name if the user provides one. The @code{%o}-style label @i{Maxima} auto-generates will still be accessible, though. Besides the input cells @i{wxMaxima} allows for text cells for documentation, image cells, title cells, chapter cells and section cells. Every cell has it's own undo buffer so debugging by changing the values of several cells and then gradually reverting the unneeded changes is rather easy. Furthermore the worksheet itself has a global undo buffer that can undo cell edits, adds and deletes. @ifnotinfo The figure below shows a title cell, a section cell, a text cell, and part of an input/output cell. @image{NoiseFilter,12cm} @end ifnotinfo @subsection Cells The worksheet is organized in cells that work like very much like the styles word processors offer. Each cell can contain one of the following types of content: @itemize @bullet @item one or more lines of @i{Maxima} input @item an image @item a title, section, subsection or subsubsection @item Output of or a question from @i{Maxima} @item normal a text block that can for example used for explaining the meaning of the math cell's contents. @item a page break @end itemize The default behavior of @i{wxMaxima} when text is input is to automatically create a math cell. Cells of other types can be created using the Cell menu or using the hotkeys shown in the menu. @subsection Horizontal and vertical cursors It sometimes is desirable to allow selecting multiple cells or only part of a cell for export or Drag-and-Drop. However, beginning such an action in the middle of one cell and ending it in the middle of another will almost certainly lead to unexpected results. @i{wxMaxima} will therefore extend the selection to full cells in this case. wxMaxima works around this by defining two types of cursors @i{wxMaxima} will switch between automatically when needed: @itemize @bullet @item A horizontal cursor that is able to select any number of whole cells. This cursor is activated by moving the cursor between two cells or by clicking on a space between two cells. To select a set of adjacent cells, click in the bracket at the left of the top cell (but not in the triangle) and then drag the cursor so that this cell and the next cell (or range of cells) is highlighted. Then use @key{ctrl+enter} or @key{shift+enter} to execute the highlighted cells. @item A vertical cursor that works inside a cell. This cursor is activated by moving the cursor inside a cell using the mouse pointer or the cursor keys. @end itemize As long as the cursor is inside a cell search operations will limit their scope to the current cell. @subsection Command autocompletion wxMaxima contains an autocompletion feature that is triggered via the menu (Cell/Complete Word) or alternatively by pressing the key combination @key{Ctrl}+@key{k}. The autocompletion is context-sensitive and if activated within an unit specification for ezUnits it will offer a list of applicable units. @ifnotinfo @image{ezUnits,12cm} @end ifnotinfo Besides completing the current command's or variable's name the autocompletion is able to show a template for most of the commands indicating the type (and meaning) of the parameters this program expects. To activate this feature press @key{Shift}+@key{Ctrl}+@key{k} or select the respective menu item (Cell/Show Template). @subsection Greek characters Computers traditionally store characters in 8-bit values. This allows for a maximum of 256 different characters. All letters, numbers, and control symbols (end of transmission, end of string, lines and edges for drawing rectangles for menus etc.) of nearly any given language can fit within that limit. For most countries the codepage of 256 characters that has been chosen does not include Greek letters, though. To overcome this limitation unicode has been invented: This is a method of including characters that are not normally used in the English language in a text that (as long as only the basic form of Latin characters is used) looks like plain 8-bit ASCII. Maxima allows for unicode characters if it runs on a lisp that supports them. If the wxWidgets library that @i{wxMaxima} is built on supports unicode characters, too, then @i{wxMaxima} can be built with unicode support. In this case it (besides a Greek Characters Sidebar) provides a method of entering Greek characters using the keyboard: @itemize @bullet @item An alpha is entered by pressing the key and then typing in the character a followed by a press on the key. @item A beta is entered by pressing the key and then typing in the character b followed by a press on the key. @item A gamma is entered by pressing the key and then typing in the character c followed by a press on the key. @item ...and so on. @end itemize If the system does not provide unicode support @i{wxMaxima} will still provide a method of showing greek characters: Variable names like "alpha" are always displayed as the corresponding greek symbols. The lowercase greek letters actually can be entered both by enter a lating letter or the whole latin name of the greek letter followed and preceded by a press of the escape key: @example a alpha i iota r rho b beta k kappa s sigma g gamma l lambda t tau d delta m mu u upsilon e epsilon n nu f phi z zeta x xi c chi h eta om omicron y psi q theta p pi o omega @end example The same is true for the uppercase greek letters: @example A Alpha I Iota R Rho B Beta K Kappa S Sigma G Gamma L Lambda T Tau D Delta M Mu U Upsilon E Epsilon N Nu P Phi Z Zeta X Xi C Chi H Eta Om Omicron Y Psi T Theta P Pi O Omega @end example This mechanism also allows to enter some miscellaneous mathematical symbols: @example hbar planck's constant: a h with a vertical bar above it Hbar a H with a vertical bar above it @end example This mechanism also allows to enter some miscellaneous mathematical symbols: @example 2 squared 3 to the power of three /2 1/2 partial partial sign (the d of dx/dt) integral integral sign sq root ii imaginary ee element hb or hbar h barred Hbar H barred in in impl,implies implies inf infinity empty empty TB Big triangle right tb small triangle right and and or or xor xor nand nand nor nor equiv equivalent not not union union inter intersection subseteq subset or equal subset subset notsubseteq not subset or equal notsubset not subset approx approximately propto proportional to neq,!=,/= or # not equal to +/- or pm a plus/minus sign <= or leq equal or less than >= or geq equal or greater than << or ll much less than >> or gg much greater than equiv equivalent to qed end of proof sum sum sign prod product sign exists "there exists" sign nexists "there is no" sign parallel a "parallel" sign perp a "perpendicular" sign leadsto a "leads to" sign -> a right arrow --> a long right arrow @end example If a special symbol isn't in the list it is possible to input arbitrary unicode characters by pressing @code{number of the character}. @code{61} therefore results in an @code{a}. Be aware that a @i{Maxima} running on a lisp without unicode support might not be able to deal with files that contain special unicode characters. Please note that most of these symbols (notable exceptions are the logic symbols) don't have a special meaning in @i{Maxima} and therefore will be interpreted as ordinary characters - or might provoke unexpected results in case that the @i{Maxima} is being run by a lisp that doesn't support dealing with special unicode characters. @subsection Side Panes Shortcuts to the most important @i{Maxima} commands and a history of the last issued commands can be accessed using the side panes. They can be enabled using the "Panes" entry in the "Maxima" menu. The shortcuts can be moved to where the location is most convenient, inside or outside the @i{wxMaxima} window. The same commands can be accessed via the menus. @ifnotinfo @image{SidePanes,12cm} @end ifnotinfo @subsection MathML output It seems that several word processors and similar programs either recognize MathML input and automatically insert it as an editable 2D equation - or (like libreOffice 5.1) have an equation editor that offers an ``import MathML from clipboard'' feature. In order to address this @i{wxMaxima} offers a ``copy to word processor'' right-click menu entry that outputs the selected part of an equation in a format the external program (hopefully) understands. @subsection Markdown support A @i{wxMaxima} workbook can be exported as either an HTML file or a LaTeX file. The program uses a set of standard markdown conventions. Markdown in many cases collides with the notations that are frequently used for mathematics. @i{wxMaxima} will recognize bullet lists, though, for the HTML and TeX export when the items are marked with stars. @example Ordinary text * One item, indentation level 1 * Another item at indentation level 1 * An item at a second indentation level * A second item at the second indentation level * A third item at the first indentation level Ordinary text @end example wxMaxima will recognize text starting with > chars as block quotes: @example Ordinary text > quote quote quote quote > quote quote quote quote > quote quote quote quote Ordinary text @end example wxMaxima will also recognize @code{=>} and replace it by a @example cogito => sum. @end example Other symbols the markdown parser will recognize are @code{<=} and @code{>=} for comparisons, a double-pointed double arrow (@code{<=>}), single- headed arrows (@code{<->}, @code{->} and @code{<-}) and @code{+/-} as the respective sign. For TeX output also @code{<<} and @code{>>} are recognized. @subsection Hotkeys Most hotkeys can be found in the text of the respective menus. Since they are actually taken from the menu text and thus can be customized by the translations of @i{wxMaxima} to match the needs of users of the local keyboard, we do not document them here. A few hotkeys or hotkey aliases, though, are not documented in the menus: @itemize @bullet @item @code{Ctrl+Shift+Delete} deletes a complete cell. @item @code{Ctrl+Tab} or @code{Ctrl+Shift} triggers the auto-completion mechanism. @item @code{Ctrl+I} or @code{Ctrl+O} Zoom in or out. @end itemize @subsection Raw TeX in the TeX export If a text cell begins with @code{TeX:} the TeX export contains the literal text that follows the @code{TeX:} marker. @section File Formats The material that is developed in a @i{wxMaxima} session can be stored for later use in any of three ways: @subsection .mac @file{.mac} files are ordinary text files that can be read using Maxima's read command or @i{wxMaxima}'s File/Batch File menu entry. @ifnotinfo One Example: A @file{.mac} file named Quadratic.mac was created. It consists of two commands: @code{f(x) := (x - 5)^2;} and @code{wxdraw2d( explicit(f(x),x,-5,15))}. The result of entering that batch file appears below. (Some directory path information is deleted.) @image{BatchImage,12cm} @end ifnotinfo @example %i1 read("test.mac"); @end example You can be use @code{.mac} files for writing own library of macros. But since they don't contain enough structural information they cannot be read back as a @i{wxMaxima} session. @subsection .wxm @file{.wxm} files contain the input for @i{Maxima}, as well as any text cells, title cells and chapter or section cells the user has typed in. Pictures and @i{Maxima}'s output are not saved along with the @file{.wxm} file, though. @subsection .wxmx This xml-based file format saves all text and images the work sheet contains. It is the preferred file format now and comes in two flavors: @itemize @bullet @item Files saved in the version-control friendly @file{.wxmx} format contain all images in a standard compressed format (@file{.png}) and a uncompressed copy of the xml tree that contains the structure of the document and the text typed in by the user. Since the images are compressed individually and the text is saved as text a version control system like bazaar, subversion, git or mercurial will only have to save the elements of the file that actually have changed since the last version. @item Files saved in disk space-optimized @file{.wxmx} format are compressed as a whole. If no version control system is used this will save disk space: @itemize @bullet @item The portion of the file that is pure xml data tends to get fundamentally smaller when being compressed @item and after the compression recurring data like image headers will use up only a fraction of the space they originally did. @end itemize This comes at the cost, though, that the change of even a single line of text in the uncompressed version tends to completely change the structure of the compressed version of a file. A version control system that deals with such a file will - however optimized it might be on handling differences between binary files - will therefore have to track (and to store) a much higher number of differences between two file versions than necessary; Since most version control systems compress the data they store on the server the server space occupied by the initial version of both @file{.wxmx} flavors should be nearly identical in size. @end itemize @section Configuration options For some common configuration variables @i{wxMaxima} offers two ways of configuring: @itemize @bullet @item The configuration dialog box below lets you change their default values for the current and subsequent sessions. @item Also, the values for most configuration variables can be changed for the current session only by overwiting their values from the worksheet, as shown below. @end itemize @ifnotinfo @image{wxMaxima_configuration_001,12cm} @end ifnotinfo @subsection Default animation framerate The animation framerate that is used for new animations is kept in the variable @var{wxanimate_framerate}. The initial value this variable will contain in a new worksheet can be changed using the configuration dialogue. @subsection Default plot size for new @i{Maxima} sessions After the next start plots embedded into the worksheet will be created with this size if the value of @var{wxplot_size} isn't changed by Maxima. In order to set the plot size of a single graph only use the following notation can be used that sets a variable's value for one command only: @example wxdraw2d( explicit(x^2,x,-5,5)), wxplot_size=[480,480]$. @end example @subsection Use jsMath fonts The style menu allows customization that pertains to the appearance of your notebook as you work. @ifnotinfo @image{wxMaxima_configuration_002,12cm} @end ifnotinfo It also contains the option to use jsMath fonts. It is a good idea to install these fonts since they were especially designed for maths and tend to resolve issues that can be caused by broken fonts. If they are not installed on your computer, the option to activate them will not be highlighted. The jsMath fonts can be found on @uref{https://www.mpim-bonn.mpg.de/node/258, this site}. @subsection Match parenthesis in text controls This option enables two things: @itemize @bullet @item If an opening parenthesis, bracket or double quote is entered wxMaxima will insert a closing one after it. @item If text is selected if any of these keys is pressed the selected text will be put between the matched signs. @end itemize @subsection Autosave interval If this value is set to a value bigger than zero @i{Maxima} will work in a more mobile-device-like fashion: @itemize @bullet @item Files are saved automatically on exit @item And the file will automatically be saved every n minutes. @end itemize For the automatic saving functionality to work @i{wxMaxima} needs to know a name to save the file with, though. This means this feature will only work if the file has already been saved to or opened from the disk. @node Extensions @chapter Extensions to @i{Maxima} wxMaxima is predominantly a graphical user interface for @i{Maxima}. That is, it primarily passes along commands to @i{Maxima} and reports the results of executing those commands. In some cases, however, it adds functionality to @i{Maxima}. @i{wxMaxima}'s ability to generate reports by exporting a workbook's contents to HTML and LaTeX files has been mentioned. This section considers some ways that @i{wxMaxima} enhances the inclusion of graphics into a session. described here. @section Subscripted variables if @var{wxsubscripts} is set to true variable names of the format @code{x_y} are displayed using a subscript if @itemize @bullet @item @code{y} is a single letter @item @code{y} is an integer @end itemize If the variable name doesn't match these requirements it can still be declared as "to be subscripted" using the command @code{wxdeclare_subscript(variable_name);} or @code{wxdeclare_subscript([variable_name1,variable_name2,...]);} Declaring a variable as subscripted can be reverted using the following command: @code{wxdeclare_subscript(variable_name,false);} @section Plotting Plotting (having fundamentally to do with graphics) is a place where a graphical user interface will have to provide some extensions to the original program. @subsection Embedding a plot into the work sheet Maxima normally instructs the external program gnuplot to open a separate window for every diagram it creates. Since many times it is convenient to embed graphs into the work sheet instead @i{wxMaxima} provides its own set of plot functions that don't differ from the corresponding @i{Maxima} functions save in their name: They are all prefixed by a ``wx''. For example @command{wxplot} corresponds to @command{plot}, @command{wxdraw} corresponds to @command{draw} and @command{wxhistogram} corresponds to @command{histogram}. @subsection Making embedded plots bigger or smaller As noted above, the configure dialog provides a way to change the default size plots are created with which sets the starting value of @var{wxplot_size}. The plotting routines of @i{wxMaxima} respect this variable that specifies the size of a plot in pixels. It can always be queried or used to set the size of the following plots: @example %i1 wxplot_size:[1200,800]; %o1 [1200,800]; %i2 wxdraw2d( explicit( sin(x), x,1,10 ) )$ @end example If the size of only one plot is to be changed @i{Maxima} provides a canonical way to change an attribute only for the current cell. @example %i1 wxplot_size:[1200,800]; %o1 [1200,800]; %i1 wxdraw2d( explicit( sin(x), x,1,10 ) ),wxplot_size=[1600,800]$ %i1 wxdraw2d( explicit( sin(x), x,1,10 ) ),wxplot_size=[1600,800]$ @end example @subsection Better quality plots Gnuplot doesn't seem to provide a portable way of determining whether it supports the high-quality bitmap output the @code{cairo} library provides. On systems where gnuplot is compiled to use this library the pngcairo option from the configuration menu (that can be overridden by the variable @var{wxplot_pngcairo}) enables support for antialiasing and additional line styles. @subsection Embedding animations into the spreadsheet The @code{with_slider_draw} command is a version of @code{wxdraw2d} that does prepare multiple plots and allows to switch between them by moving the slider on top of the screen. If ImageMagick is installed wxMaxima even allows to export this animation as an animated gif. The first two arguments for @code{with_slider_draw} are the name of the variable that is stepped between the plots and a list of the values of these variable. The arguments that follow are the ordinary arguments for @code{wxdraw2d}: @example with_slider_draw( f,[1,2,3,4,5,6,7,10], title=concat("f=",f,"Hz"), explicit( sin(2*%pi*f*x), x,0,1 ),grid=true ); @end example The same functionality for 3d plots is accessible as @code{with_slider_draw3d}. There is a second set of functions making use of the slider @itemize @bullet @item @code{wxanimate_draw} and @item @code{wxanimate_draw3d}: @end itemize @example wxanimate_draw( a, 3, explicit(sin(a*x), x, -4, 4), title=printf(false, "a=~a", a)); @end example Normally the animations are played back or exported with the frame rate chosen in the configuration of @i{wxMaxima}. To set the speed an individual animation is played back the variable @var{wxanimate_framerate} can be used: @example wxanimate(a, 10, sin(a*x), [x,-5,5]), wxanimate_framerate=6$ @end example The animation functions have a pitfall that one has to be aware of when using them: The slider variable's value are substituted into the expression that is to be plotted - which will fail, if the variable isn't directly visible in the expression. Therefore the following example will fail: @example f:sin(a*x); with_slider_draw( a,makelist(i/2,i,1,10), title=concat("a=",float(a)), grid=true, explicit(f,x,0,10) )$ @end example If @i{Maxima} is forced to first evaluate the expression and then asked to substitute the slider's value plotting works fine instead: @example f:sin(a*x); with_slider_draw( a,makelist(i/2,i,1,10), title=concat("a=",float(a)), grid=true, explicit(''f,x,0,10) )$ @end example @subsection Opening multiple plots in contemporaneous windows While not being a provided by @i{wxMaxima} this feature of @i{Maxima} (on setups that support it) sometimes comes in handily. The following example comes from a post from Mario Rodriguez to the @i{Maxima} mailing list: @example load(draw); /* Parabola in window #1 */ draw2d(terminal=[wxt,1],explicit(x^2,x,-1,1)); /* Parabola in window #2 */ draw2d(terminal=[wxt,2],explicit(x^2,x,-1,1)); /* Paraboloid in window #3 */ draw3d(terminal=[wxt,3],explicit(x^2+y^2,x,-1,1,y,-1,1)); @end example @section Embedding graphics if the @file{.wxmx} file format is being used embedding files in a wxMaxima project can be done as easily as per drag-and-drop. But sometimes (for example if an image's contents might change later on in a session) it is better to tell the file to load the image on evaluation: @example show_image("Mann.png"); @end example @section wxmaximarc @cindex Startup File If the @i{Maxima} user directory there is a text file named @file{wxmaxima-init.mac} the contents of the file is passed to @i{Maxima} automatically every time a new worksheet has been started. To find out which directory @i{Maxima} uses as the user directory just type in the following line: @example maxima_userdir; @end example The answer from @i{Maxima} will specify the name of the directory that the startup file can be placed in. @example %o1 /home/username/.maxima @end example @section Special variables @itemize @bullet @item @var{wxsubscripts} tells @i{Maxima} if it should convert variable names that contain an underscore (@code{R_150}) or the like into subscripted variables. See @code{wxdeclare_subscript} for details which variable names are automatically converted. @item @var{wxfilename} This variable contains the name of the file currently opened in @i{wxMaxima}. On windows this piece of information is only available if in the configuration dialogue the checkbox @code{Maxima/maxima's pwd is path to document} is checked. @item @var{wxplot_pngcairo} tells if @i{wxMaxima} tries to use gnuplot's pngcairo terminal that provides more line styles and a better overall graphics quality. This variable can be used for reading or overriding the respective setting in the configuration dialog. @item @var{wxplot_size} defines the size of embedded plots. @item @var{wxchangedir} On most operating systems @i{wxMaxima} automatically sets @i{Maxima}'s working directory to the directory of the current file. This will allow file I/O (e.g. by @code{read_matrix}) to work without specifying the whole path to the file that has to be read or written. On Windows this is deactivated, though: The Lisp Standard doesn't contain a concept of the current working directory. Therefore there is no standard way of setting it and changing to a directory that isn't on the drive @i{Maxima} has been installed to might cause @i{Maxima} to try to read is own package files from this drive, too, instead of from the drive @i{Maxima} has been installed to. Setting @var{wxchangedir} to @code{true} tells wxMmaxima that it has to risk that and to set @i{Maxima}'s working directory. @item @var{wxanimate_framerate} The number of frames per second the following animations have to be played back with. -1 tells @i{wxMaxima} to use the default frame rate from the config dialog. @end itemize @section Pretty-printing 2D output The function @code{(table_form)} displays a 2D list in a form that is more readable than the output @i{Maxima}'s default output routine. @example table_form( [ [1,2], [3,4] ] )$ @end example @section Bug reporting wxMaxima provides a few functions that gather bug reporting information about the current system: @itemize @bullet @item @code{wxbuild_info()} gathers information about the currently running version of @i{wxMaxima} @item @code{wxbug_report()} tells how and where to file bugs @end itemize @node Troubleshooting @chapter Troubleshooting @section Cannot connect to @i{Maxima} Since @i{Maxima} (the program that does the actual mathematics) and wxMaxima (providing the easy-to-use user interface) are separate programs that communicate by the means of a local network connection. Therefore the most probable cause is that this connection is somehow not working. For example a firewall could be set up in a way that it doesn't just prevent against unauthorized connections from the internet (and perhaps to intercept some connections to the internet, too), but it also to blocks inter-process-communication inside the same computer. Note that since @i{Maxima} is being run by a lisp processor the process communication that is blocked from does not necessarily have to be named "maxima". Common names of the program that opens the network connection would be @file{sbcl}, @file{gcl}, @file{ccl}, @file{lisp.exe} or similar names. On Un*x computers another possible reason would be that the loopback network that provides network connections between two programs in the same computer isn't properly configured. @section How to save data from a broken .wxmx file Internally most modern xml-based formats are ordinary zip-files with one special characteristic: the first file in the archive is stored uncompressed and provides information about what type of program can open this file. If the zip signature at the end of the file is still intact after renaming a broken @file{.wxmx} file to @file{.zip} most operating systems will provide a way to extract any portion of information that is stored inside it. The can be done when there is the need of recovering the original image files from a text processor document. If the zip signature isn't intact that does not need to be the end of the world: If @i{wxMaxima} during saving detected that something went wrong there will be a @file{wxmx~} file whose contents might help and even if there isn't such a file: If the configuration option is set that @file{.wxmx} files have to be optimized for version control it is possible to rename the @file{.wxmx} file to a @file{.txt} file and to use a text editor to recover the file's contents. @section @i{wxMaxima} waits forever for data from @i{Maxima} In old versions of @i{Maxima} this might be caused by the fact that a closing brace, bracket, parenthesis or hyphenation mark is missing: In this case Maxima waits until it gets the rest of its input (which it never does). In order to find out if this is the issue the operating system normally provides a way to determine if @i{Maxima} is actually really working forever trying to solve the current problem. @section I want some debug info to be displayed on the screen before my command has finished Normally @i{wxMaxima} waits for the whole 2D formula to be transferred before it begins to typeset. This saves time for making many attempts to typeset a only partially completed equation. There is a @code{disp} command, though, that will provide debug output immediately and without waiting for the current Maxima command to finish, though: @example for i:1 thru 10 do ( disp(i), t:makelist(i,i,1000000), length(t) )$ @end example @section @i{wxMaxima} on Windows crashes on displaying seemingly simple equations The jsMath fonts allow for excellent 2D-display of equations. But there are of broken versions of this package that crash @i{wxMaxima}. A working version can be downloaded from @uref{http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html math.union.edu}. To make @i{wxMaxima} actually use these fonts the according checkbox has to be enabled in the Styles tab of @i{wxMaxima}'s configuration dialogue. @section Plotting only shows an closed empty envelope with an error message This means that @i{wxMaxima} was unable to read the file @i{Maxima} was supposed to instruct gnuplot to create. Possible reasons that might cause this are: @itemize @bullet @item The plotting command is part of a third-party package like @code{implicit_plot} but this package wasn't loaded by @i{Maxima}'s @code{load()} command before trying to plot. @item @i{Maxima} tried to do something the currently installed version of gnuplot isn't able to understand. In this case the file @file{maxout.gnuplot} in the directory @i{Maxima}'s variable @var{maxima_userdir} points to contains the instructions from @i{Maxima} to gnuplot. Most of the time this file's contents therefore is helpful when debugging the problem. @item Gnuplot was instructed to use the pngcairo library that provides antialiassing and additional line styles, but it wasn't compiled to support this possibility. Solution: Uncheck the "Use the cairo terminal for plot" checkbox in the configuration dialog and don't set @var{wxplot_pngcairo} to true from @i{Maxima}. @item Gnuplot didn't output a valid @file{.png} file. @end itemize @section Plotting an animation results in ``error: undefined variable'' The value of the slider variable by default is only substituted into the expression that is to be plotted if it is visible there. Putting an @code{ev()} around this expression should resolve this problem. @section I lost a cell contents and undo doesn't remember There are separate undo functions for cell operations and for changes inside of cells so chances are low that this ever happens. If it does there are several methods to recover data: @itemize @bullet @item @i{wxMaxima} actually has two undo features: The global undo buffer that is active if no cell is selected and a per-cell undo buffer that is active if the cursor is inside a cell. It is worth trying to use both undo options in order to see if an old value can still be accessed. @item If you still have a way to find out what label @i{Maxima} has assigned to the cell just type in the cell's label and it's contents will reappear. @item If you don't: Don't panic. In the ``Maxima'' menu there is a way to show a history pane that shows all @i{Maxima} commands that have been issued recently. @item If nothing else helps @i{Maxima} contains a replay feature: @example %i1 playback(); @end example @end itemize @section @i{wxMaxima} starts up with the message ``Maxima process terminated.'' One possible reason is that @i{Maxima} cannot be found in the location that is set in the ``Maxima'' tab of @i{wxMaxima}'s configuration dialog and therefore won't run at all. Setting the path to a working @i{Maxima} binary should fix this problem. @section @i{Maxima} is forever calculating and not responding to input It is theoretically possible that @i{wxMaxima} doesn't realize that @i{Maxima} has finished calculating and therefore never gets informed it can send new data to @i{Maxima}. If this is the case ``Trigger evaluation'' might resynchronize the two programs. @section File I/O from @i{Maxima} doesn't work on Windows On windows File I/O isn't relative to the directory of the current file by default. If you store the @i{Maxima} file on the drive @i{wxMaxima} is installed to setting @var{wxchangedir} to @code{true} will fix that for @code{load}, @code{read_list}, @code{batch}, @code{read_matrix}, @code{save} and all similar commands. Setting this variable to @code{true} might have a drawback, though: Maxima knows which directory it is installed in and will search for any additional package that is requested by a @code{load} command in this directory, too. But it might not know which drive it is installed on. If @var{wxchangedir} is @code{true} and the current file is saved on a different drive than the one @i{Maxima} is installed on @i{Maxima} therefore might fail to load the additional packages it was bundled with. @section My SBCL-based @i{Maxima} runs out of memory SBCL by default comes with a memory limit that allows it to run even on low-end computers. When compiling a big software package like lapack or dealing with extremely big lists or equations this limit might be too low. In order to extend the limits SBCL can be provided with the command line parameter @code{--dynamic-space-size} that tells SBCL how many megabytes it should reserve. A 32bit-Windows-SBCL can reserve up to 999 Megabytes. A 64-bit SBCL version running on Windows can be instructed to use more than the about 1280 Megabytes compiling lapack needs. One way to provide @i{Maxima} (and thus SBCL) with command line parameters is the @code{additional parameters} field of @i{wxMaxima}'s configuration dialogue. @ifnotinfo @image{sbclMemory,12cm} @end ifnotinfo @section Input sometimes is sluggish/ignoring keys on Ubuntu Installing the package @code{ibus-gtk} should resolve this issue. See (@uref{https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1421558}) for details. @section @i{wxMaxima} halts when @i{Maxima} processes Greek characters or Umlauts If your @i{Maxima} is based on SBCL the following lines have to be added to your @file{.sblrc}: @example (setf sb-impl::*default-external-format* :utf-8) @end example The folder this file has to be placed in is system- and installation-specific. But any SBCL-based @i{Maxima} that already has evaluated a cell in the current session will happily tell where it can be found after getting the following command: @example :lisp (sb-impl::userinit-pathname) @end example @section Plotting @subsection Can I make @i{wxMaxima} output both image files and embedded plots at once? It is easier to make it first generate the images and then import them again as the following two functions will do: @example load("draw"); pngdraw(name,[contents]):= ( draw( append( [ terminal=pngcairo, dimensions=wxplot_size, file_name=name ], contents ) ), show_image(printf(false,"~a.png",name)) ); pngdraw2d(name,[contents]):= pngdraw(name,gr2d(contents)); pngdraw2d("Test", explicit(sin(x),x,1,10) ); @end example @subsection Can I set the aspect ratio of a plot? Not directly using @i{Maxima}. But there are gnuplot commands for it: @example wxdraw2d( user_preamble="set size ratio 1;set tmargin 3;set bmargin 3;set lmargin 3;set rmargin 3", explicit(sin(x),x,1,10) ),wxplot_size=[1000,1000]; @end example @node FAQ @chapter FAQ @section Is there a way to make more text fit on a pdfLaTeX page? There is: Just add the following lines to the LaTeX preamble (for example by using the respective field in the config dialog): @example \usepackage[a4paper,landscape,left=1cm,right=1cm,top=1cm,bottom=1cm]@{geometry@} @end example @node CommandLine @chapter Command-line arguments Most operating systems provide less complicated ways of starting programs than the command line so this possibility is only rarely used. @i{wxMaxima} still provides some command line switches, though. @itemize @bullet @item @code{-v} or @code{--version}: Output the version information @item @code{-h} or @code{--help}: Output a short help text @item @code{-o} or @code{--open}: Open the filename given as argument to this command-line switch @item @code{-b} or @code{--batch}: If the command-line opens a file all cells in this file are evaluated and the file is saved afterwards. This is for example useful if the sesson described in the file makes @i{Maxima} generate output files. Batch-processing will be stopped if @i{wxMaxima} detects that @i{Maxima} has output an error and will pause if @i{Maxima} has a question: Mathematics is somewhat interactive by nature so a completely interaction-free batch processing cannot always be guaranteed. @item (Only on windows): @code{-f} or @code{--ini}: Use the init file that was given as argument to this command-line switch @end itemize Instead of a minus some operating systems might use a dash in front of the command-line switches. @shortcontents @contents @bye wxmaxima-Version-18.02.0/info/wxmaxima_tr.hhp000066400000000000000000000002141324204105000211200ustar00rootroot00000000000000[OPTIONS] Compatibility=1.1 Contents file=wxmaxima_tr.html Display compile progress=No Title=wxMaxima manual Default topic=wxmaxima_tr.html wxmaxima-Version-18.02.0/info/wxmaxima_tr.html000066400000000000000000014614471324204105000213310ustar00rootroot00000000000000

    wxMaxima Kullanc Klavuzu

     

    wxMaxima, Maxima bilgisayar cebir sistemi (CAS) iin bir grafik kullanc arayzdr (GUI). wxMaxima Maxima'nn tm fonksiyonlarn kullanmaya olanak salar. Buna ek olarak, en yaygn kullanlan zelliklere erimek iin ksayollar ve kullanl zellikler- ierir. Bu klavuz, wxMaxima'y Maxima iin en popler GUI'lerden biri haline getiren baz zellikleri aklamaktadr.

             Giri: wxMaxima'nn temelleri

             Uzantlar: wxMaxima'nn maxima'ya eklenen komutlar

             Sorun Giderme: wxMaxima beklendii gibi almyorsa ne yaplacaklar

             SSS: Ska Sorulan Sorular

             CommandLine: wxMaxima'nn destekledii komut satr deikenleri

     

    1    wxMaxima'ya Giri

     

    1.1.        Maxima ve wxMaxima

    Ak kaynak denildiinde, byk sistemlerin kk gelitirici gruplar tarafndan daha kolay olan daha kk projeler halinde ele alnarak gelitirildii gzlenir. rnein bir CD yazc programnda, aslnda CD'ye kayt yapana bir komut satr arac ve kullancnn tm komut satr anahtarlarn renmek zorunda kalmadan ve komut satrn kullanmadan kullanmasn salayan bir grafik kullanc arayz bulunur. Bu yaklamn bir avantaj, komut satr programnn ,tekerlei yeniden kefetmek zorunda kalmadan, pek ok program (GUI) tarafndan paylalabilmesidir. Ayn CD yazcs komut satr program, bir dosya yneticisi uygulamas iin bir "CD'ye gnder" arac olarak kullanlabilir, bir mzik alarn "CD'ye yaz" ilevi ve DVD yedekleme arac bir CD'nin yazcs olarak kullanlabilir . Bir baka avantaj da, byk bir grevin daha kk paralara blnmesinin, gelitiricilerin ayn program iin birka kullanc arabirimi salamasna olanak salamasdr.

    Maxima gibi bilgisayar cebri sistemleri (BCS) bu ereveye uymaktadr. Bir BCS, hassas bir hesap makinesi uygulamasn salayabilir veya daha byk bir sistemin arka plannda (rnein, SAGE) bir matematik makinesi olarak alp formlleri otomatik olarak dntrebilir. Alternatif olarak, eitli kullanc arayzleriyle kendi bana ayakta duran bir sistem olarak kullanlabilir. Maxima'ya bir komut satr zerinden eriilebilir. Bununla birlikte, ou zaman, wxMaxima gibi bir arayz, zellikle bilgisayar cebri sistemini kullanmaya yeni balayanlar iin, daha verimli ve kolay bir yol olduunu kantlyor. .

    1.1.1.   Maxima

    Maxima birok zellikleri olan tam bir bilgisayar cebir sistemi (CAS). Dier bir deyile, matematiksel problemlerin sonularnn numerik-saysal deerlerini retmek yerine, bir hesap makinesinden te, matematik problemlerini sembolik yolla zerek, formlleri yeniden dzenleme ve yeni bir forml bulmak/gelitirmek becerisine sahip sembolik karakterli bir BCS dir. Ayrca, analitik olarak zlemeyen denklemlerin veya denklem sistemlerinin zm iin bir dizi saysal analiz yntemi sunar.

     

    Maxima BCS haknda kapsaml dokmanlar bulmak mmkndr.

    Bu dokmanlarn bir ksm wxMaxima'nn yardm mensnde de mevcuttur: <Yardm> tuuna (ou sistemde <F1> tuu olacaktr) basarak wxMaxima'nn ierie duyarl yardm zellii, otomatik olarak imledeki komut iin maxima'nn kullanm klavuzu sayfasna atlar

    1.1.2.   wxMaxima

     

    Maxima'nn tm ilevselliini ve esnekliini salayan grafik kullanc arabirimidir. wxMaxima, kullanclara grafik ekran ve Maxima ile almay kolaylatran birok zellik sunar. rnein, wxMaxima, herhangi bir hcrenin ieriini (veya gerekirse, bir formln herhangi bir parasn da) metin olarak, basit bir sa tklamayla LaTeX veya MathML belirtimi olarak da aktarmanz salar. Gerekten de, bir alma kitab HTML dosyas olarak veya LaTeX dosyas olarak da aktarlabilir.

    Hesaplamalar Maxima komut satr arac tarafndan arka planda gerekletirilir.

     

    1.2.        wxMaxima alma Sayfas

    wxMaxima ounlukla kendini aklar, ancak baz ayrntlar dikkat gerektiriyor. Bu site, Maxima'nn eitli ynlerini ele alan bir dizi alma kitabn iermektedir. Bunlardan bazlaryla (zellikle "10 dakikada Maxima " notlar) almak Maxima ile etkileim kurmak iin wxMaxima'nn kullanm becerisini artracaktr. Bu kullanm klavuzu, aka grlmesi mmkn olmayan ve evrimii materyalde yer almayabilecek wxMaxima'nn ynlerini tanmlama zerine younlamaktadr.

     

    1.2.1.   wxMaxima alma Sayfas Yaklam

     

    Standart olmayan ok az eyden biri, wxMaxima'nn Maxima'nn verilerini, yalnzca kullanclarn bunu istediinde deerlendirilen hcrelere (Maxima'ya gnderildii anlamna gelir) dzenlemesidir. Bir hcre deerlendirildiinde, o hcredeki ve yalnzca o hcredeki tm komutlar bir toplu i olarak deerlendirilir. (Bir komu hcre kmesini seebilir ve bunlar birlikte deerlendirebilir, Maxima'ya bir alma kitabndaki tm hcreleri tek bir seferde deerlendirmesini de syleyebiliriz.) Bu yaklam ilk grte yabanc gibi grnebilir. Ancak, byk belgelerle almay byk lde kolaylatrr. Ayrca, bu yaklam hata ayklama iin ok kullanldr. Hata bulunan yada deiiklik yapmak istediiniz satra gidip deiiklikler yapabilirsiniz. wxMaxima tarafndan yazlan hcreler, Maxima'ya gnderilecek olan Maxima giri hcrelerine Maxima input cells- dntrr.

    wxMaximada her bir komut satr ; ile biter/bitmeli. Tek bir girdi hcresine ; ile biten birden fazla girdi yapabilirsiniz. Bu hcreyi shift+enter ile deerlendirdiinizde ka girdi yaptysanz, wxMaxima o kadar kt satr verir.

    Bir girdi hcresinin ieriini deerlendirirken, giri hcresi maxima girdiye bir etiket atar (varsaylan olarak krmz ile gsterilir ve "% i " (" i " input ) tarafndan tannabilir olarak gsterilir), wxMaxima oturumunda daha sonra tekrar o girdi satrna giderek kullanabilirsiniz. Maxima'nn rettii kt farkl bir stilde (kullanc tarafndan seilebilir) gsterilecek ve % o.. ("o" output) ile balayacak bir Maxima etiketi gelecektir. kt esine, daha sonra bu kodu referans alarak eriilebilir. Varsaylan olarak, wxMaxima, kullanc tarafndan bir dinamik olarak oluturulan etiketi, daha aklayc bir adla deitirmeye alacaktr. Bununla birlikte, otomatik olarak retilen Maxima'nn % o tarz etiketi eriilebilir olacaktr.

    rnein: Diyelim ki 20 satr lk bir girdi ve kt ieren bir wxMaxima sayfasnda 20. satrdayken 13.satrdaki girdi yada kty kullanmanz gerekiyor. 20.satrdayken

            (%i13) yazarak 13.satrdaki girdinizi

            (%o13) yazarak 13. satrdaki kty kullanabilirsiniz.

    Giri hcrelerinin yannda, wxMaxima, dokman/belge hazrlarken, metin hcreleri, resim hcreleri, balk hcreleri, blm hcreleri ve ksm hcreleri eklemek iin olanak verir. Her hcrenin kendi geri alma arabellei vardr, bylece eitli hcrelerin deerlerini deitirerek hata ayklama ve ardndan gereksiz deiiklikleri yava yava geri alma ilemi daha kolaydr. Ayrca alma sayfasnn kendisinde, hcre dzenlemelerini geri alabilen, ekleyen ve silen bir genel geri alma arabellei vardr.Aadaki ekil bir balk hcresini, bir blm hcresini, bir metin hcresini ve bir giri / k hcresinin bir blmn gstermektedir.

    1.2.2.   Hcreler

    alma sayfas, kelime ilemcilerin sunduu stillere ok benzer ekilde alan hcrelerde dzenlenir. Her hcre, aadaki ierik trlerinden birini ierebilir:

             bir veya daha fazla maxima girdi satr

             bir ekil

             bir balk, ksm veya alt ksm

             Maksima'dan kt veya bir soru

             Matematik hcresinin ieriklerinin anlamn aklamak iin kullanlabilen normal bir metin blou.

    Metin girildiinde wxMaxima'nn varsaylan davran otomatik olarak bir matematik hcresi yaratmaktr. Dier trdeki hcreler, Hcre mensn kullanarak veya mende gsterilen ksayol tularn kullanarak oluturulabilir.

     

    1.2.3.   Yatay ve Dikey mleler

     

    Bazen, da aktarma veya Srkle-Brak iin birden fazla hcrenin veya bir hcrenin yalnzca bir blmnn seilmesine izin vermek istenebilir. Bununla birlikte, bir hcrenin ortasnda byle bir hareketi balatmak ve bunu bir baka ortada sona erdirmek neredeyse kesinlikle beklenmedik sonulara neden olacaktr. wxMaxima bu durumda seimi tam hcrelere geniletecektir.

    wxMaxima, wxMaxima'nn gerektiinde otomatik olarak geecei iki imle tr tanmlayarak bu konuda alr:

    Herhangi bir sayda tm hcreleri seebilen satrlar aras alan yatay bir imle. Bu imle, imleci iki hcre arasnda hareket ettirerek veya iki hcre arasndaki bolua tklayarak etkinletirilir. Bir bitiik hcre kmesi semek iin, st hcrenin solundaki keli parantez iinde (ancak gene deil) tklayn ve ardndan bu hcreyi ve sonraki hcrenin (veya hcre aralnn) vurguland ekilde imleci srkleyin. Ardndan, vurgulanan hcreleri yrtmek iin <ctrl + enter> veya <shift + enter> tularn kullann.

    Dikey imle bir hcre iinde alr. Bu imle, fare iaretisini veya sa-sol tularn kullanarak imleci bir hcre iinde hareket ettirerek etkinletirilir.

    mle bir hcrenin iinde olduu srece, arama ilemleri kapsamlarn geerli hcre ile snrlar.

    1.2.4.   Komutlarn Otomatik Olarak Tamamlanmas:

    wxMaxima, men araclyla (Hcre / Tamamla Kelime) tklandnda veya alternatif olarak <Ctrl> + <k> tu kombinasyonuna basldnda bir otomatik tamamlama zellii ieriyor. Otomatik tamamlama ierie duyarldr ve ezUnit'ler iin bir birim belirtiminde etkinletirilirse, uygulanabilir birimlerin bir listesini sunacaktr.

    ezUnits.png

    Mevcut komutu veya deiken adn tamamlamann yan sra, otomatik tamamlama, bu programn bekledii parametrelerin trn (ve anlamn) gsteren komutlarn ounda bir ablon gsterebilir. Bu zellii etkinletirmek iin <Shift> + <Ctrl> + <k> tularna basn veya ilgili men esini sein (Hcre / ablon Gster).

    1.2.5.   Yunanca karakterler

    Bilgisayarlar geleneksel olarak karakterleri 8 bitlik deerlerle saklar. Bu maksimum 256 farkl karaktere izin verir . Neredeyse herhangi bir dildeki tm harfler, saylar ve kontrol sembolleri (iletimin sonu, dizenin sonu, menler iin izim dikdrtgenleri iin izgiler ve kenarlar vb.) Bu snrn iine girebilir.

    ou lke iin, seilen 256 karakterden oluan kod sayfas Yunanca harf iermez. Bu snrlamann stesinden gelmek iin unicode icat edilmitir: Bu, normal olarak ngilizce dilde kullanlmayan karakterleri (yalnzca Latin karakterlerinin temel biimi kullanld srece) dz 8-bitlik ASCII'ye benzeyen bir metne ekleme yntemidir .

    Maxima, onlar destekleyen bir lisp zerinde alyorsa unicode karakterlere izin verir. WxMaxima'nn zerine kurulmu olan wxWidgets kitapl da unicode karakterlerini destekliyorsa, wxMaxima unicode destei ile oluturulabilir. Bu durumda (bir Yunan Karakterleri Kenar ubuu dnda) klavye kullanarak Yunan karakterlerine girmenin bir yolunu sunar:

             Bir alfa, <ESC> tuuna basp a yazp ardndan <ESC> tuuna basarak girilir.

             Bir beta, <ESC> tuuna basp b yazp ardndan <ESC> tuuna basarak girilir.

             Bir gama, <ESC> tuuna basp c yazp ardndan <ESC> tuuna basarak girilir.

    ...ve bunun gibi.

    Sistem unicode destei salamazsa, wxMaxima yine de Yunanca karakterleri gsterme yntemi salayacaktr: "Alfa" gibi deiken adlar daima karlk gelen Yunan simgeleri olarak grntlenir.

    Kk harfler, hem bir girme harfi girerek veya hem de escape tuuna basp ardndan gelen Yunan harfinin tm latin adn girerek girilebilir:

    a alpha i iota r rho

    b beta k kappa s sigma

    g gamma l lambda t tau

    d delta m mu u upsilon

    e epsilon n nu f phi

    z zeta x xi c chi

    h eta om omicron y psi

    q theta p pi o omega

    Bu durum byk harfler iin de geerlidir.

    A Alpha I Iota R Rho

    B Beta K Kappa S Sigma

    G Gamma L Lambda T Tau

    D Delta M Mu U Upsilon

    E Epsilon N Nu P Phi

    Z Zeta X Xi C Chi

    H Eta Om Omicron Y Psi

    T Theta P Pi O Omega

    Bu mekanizma baz matematiksel sabitler iin de alr:

    hbar planck's constant: a h with a vertical bar above it

    Hbar a H with a vertical bar above it

    Bu mekanizma baz matematiksel semboller iin de alr:

     2 squared
     3 to the power of three
     1/2 1/2
     partial partial sign (the d of dx/dt)-Ksmi diferansiyel iareti
     integral integral sign- integral iareti
     sq root
     ii imaginary
     ee element
     hb or hbar h barred
     Hbar H barred
     in in
     impl,implies implies
     inf infinity
     empty empty
     TB Big triangle right
     tb small triangle right
     and and
     or or
     xor xor
     nand nand
     nor nor
     equiv equivalent
     not not
     union union
     inter intersection
     subseteq subset or equal
     subset subset
     notsubseteq not subset or equal
     notsubset not subset
     approx approximately
     propto proportional to
     neq,!=,/=
     or # not equal to
     +/- or pm a plus/minus sign
     <= or leq equal or less than
     >= or geq equal or greater than
     << or ll much less than
     >> or gg much greater than
     equiv equivalent to
     qed end of proof
     sum sum sign
     prod product sign
     exists "there exists" sign
     nexists "there is no" sign
     parallel a "parallel" sign
     perp a "perpendicular" sign
     leadsto a "leads to" sign
     -> a right arrow

     

     

    Sembolik formul yazarken yunanca karakterlerin gsterilmesi %isim eklinde de yaplabilir.

    Listede zel bir sembol yoksa <ESC> karakterinin numarasna basarak rasgele bir unicode karakteri girmek mmkndr. Bu nedenle, <ESC> 61 <ESC> a ile sonulanr.Unicode destei olmadan lisp'de alan bir maksimann, zel unicode karakterleri ieren dosyalarla uraamayabileceini unutmayn.Bu sembollerin ounun (nemli istisnalar mantk sembolleridir), maksimada zel bir anlam olmadndan, sradan karakterler olarak yorumlanacaktr. Maksima bir lisp yorumlaycs tarafndan altrlrsa beklenmedik sonulara neden olabilir. zel unicode karakterlerli desteklemez.

    1.2.6.   Yan PanellerKsayol Tular

     

    En nemli Maxima komutlarna yaplan ksayollara ve son kan komutlarn gemiine yan paneller kullanlarak eriilebilir. "Maxima" mensndeki "Grnm" sekmesini tklayarak giriini kullanarak etkinletirilebilirler. Ksayollar, konumun wxMaxima penceresinin iinde veya dnda uygun olduu yere tanabilir. Ayn komutlara ksayollar zerinden eriilebilir.

     

     

    1.2.7.   MathML Girdisi

     

    Birka kelime ilemci ve benzeri programlar ya MathML girdisini tanyor ve otomatik olarak dzenlenebilir bir 2D denklem olarak ekliyor - ya da (libreOffice 5.1 gibi) "panodan MathML ie aktar" zelliini sunan bir denklem dzenleyicisine sahip. Bu soruna cevap vermek iin, wxMaxima, bir denklemin seili blmn harici programn (umulur ki) anlad bir biimde karan bir "kelime ilemciye kopyala" sa tklama mens girii sunar.

     

    1.2.8.   Markdown Destei

     

    Bir wxMaxima alma kitab, HTML dosyas veya LaTeX dosyas olarak da aktarlabilir. Program, standart markdown kurallarn kullanmaktadr. Birok durumda Markdown, matematik iin sklkla kullanlan gsterimlerle arpmaktadr. wxMaxima eler yldzlarla iaretlendiinde HTML ve TeX da aktarma iin madde imleri listelerini tanmaktadr.


    Dz Metin
     * Bir ge, 1. Girinti seviyesi
     * Dier bir ge. 1.girinti seviyesi
     * 2.girinti seviyesinde bir ge
     * 2.girinti seviyesinde ikinci bir ge
     * Birinci girinti seviyesinde 3.bir ge
     Dz metin

     

    Markdown ayrtrcsnn tanyaca dier semboller karlatrmalar iin <= ve> =, ift-sivri ift ok (<=>), tek bal oklar (<->, -> ve <-) ve +/- 'yi iaret. TeX k iin << ve >> de tannr.

     

    1.2.9.   Ksayol tular

     

    ou ksayol tuu, ilgili menlerde bulunabilir. Aslnda men metninden alndndan ve yerel klavye kullanclarnn ihtiyalarn karlamak iin wxMaxima'nn evirileri tarafndan zelletirilebildiinden bunlar burada belgelemiyoruz. Bununla birlikte, birka ksayol tuu veya ksayol tu takma adlar menlerle belgelenmemitir:

             Ctrl + st Karakter + Delete, tamamlanm bir hcreyi siler.

             Ctrl + Tab veya Ctrl + Shift otomatik tamamlama mekanizmasn tetikler.

             Ctrl + I veya Ctrl + O Yaknlatrma veya uzaklatrma.

     

    1.2.10.TeX karmnda Raw TeX

     

    Bir metin hcresi TeX: ile balarsa TeX da aktarma ilemi, TeX: iaretisini izleyen deimez metin ierir.

     

    1.3.        Dosya formatlar

     

    Bir wxMaxima oturumunda gelitirilen almalar, daha sonraki kullanmlar iin trde saklanabilir:

     

    .mac dosyas

     

    Makrolarn kendi ktphanelerini yazmak iin .mac dosyalarn kullanabilirsiniz. Yeterli yapsal bilgi iermediinden, bir wxMaxima oturumu-belgesi olarak okunamazlar.

    .mac dosya format kendi almalararnz iin kullanl olan bir dosya trdr. smini kendinizin verecei Yeni komutlar oluturabilir ve bir ok alt satrn kalabalndan kurtulabilirsiniz.

    ".mac dosyas yazm rnei

    rnek :q1 ve q2 elektrik yklerinde sahip, birbirlerine d uzaklndaki

    iki cismin arasndaki elektirsel kuvveti hesaplayan (k=9*10^9)

    mini bir program yapmak istiyoruz...

    (%i1) Felektriksel(q1,q2,d):=(f:(q1*q2*9*10^9)/d^2,print("elektriksel kuvvetin deeri="),f N dur.);

    (%i2) Felektriksel(2,3,4);

    Elektriksel kuvvetin deeri= 3375000000 N dur.

    Kendi formulmz oluturduk.ve alyor olduunu grdk.

    Bu dosyay "Felektriksel.mac" dosyas olarak

    C:\maxima-5.38.1\share\maxima\5.38.1_5_gdf93b7b_dirty\share

    dosyasna kaydetmelisiniz. Buraya kaydederseniz yeni bir wxMaxima oturumu atnzda komut satrna

    load(Felektriksel);

    yazdnzda -kendi mini programnz hazr halde- Felektriksel(q1,q2,d)

    komutunu yazmanz bekleyecektir.

    Felektirsel.mac dosyanza yazm olduunuz (varsa baka) komutlarnz grmek iin girdi satrna

    values yazp (Shift+Enter) tklamanz yeterli olacaktr.

    rnek:Maxima'nn kendi kitaplnda olan vect.mac dosyasn

    Paket Ykle' den girerek ykleyelim ve hangi ilevlere sahip olduunu grelim.-----

    (%i1) load("C:/maxima-5.38.1/share/maxima/5.38.1_5_gdf93b7b_dirty/share/vector/vector.mac")$

    (%i2) values (yazp Shift+Enter e bas)

    [bestlength,trylength,cartesian2d,cartesian3d,polar,polarcylindrical,spherical,elliptic,ellipticcylindrical,confocalelliptic,prolatespheroidalsqrt,oblatespheroidalsqrt,parabolic,paraboliccylindrical,paraboloidal,prolatespheroidal,oblatespheroidal,bipolar,bipolarcylindrical,toroidal,conical,confocalellipsoidal,coords,coordinates,dimension,dimenimbed,sfprod,sf,expandall,expanddot,expanddotplus,expandgrad,expandplus,expandgradplus,expanddiv,expanddivplus,expandcurl,expandcurlplus,expandlaplacian,expandlaplacianplus,expandprod,expandgradprod,expanddivprod,expandcurlcurl,expandlaplaciantodivgrad,expandlaplacianprod,expandcross,expandcrosscross,expandcrossplus,firstcrossscalar,expandflags,potentialzeroloc,vector,coordvar,scalefactor,coordsystem]

    Kullanmay biraz da olsa renmi arkadalar iin gzel bir zellik..Kolay gelsin J (T..)

    .wxm uzantl dosyalar

     

    .wxm dosyalar maxima iin girdi hcrelerinin yan sra yazdnz metin hcreleri, balk hcreleri ve blm veya blm hcreleri ierir. Resimlerin ve Maxima'nn kts .wxm dosyasyla birlikte kaydedilmezler.

    .wxmx uzantl dosyalar

     

    Bu xml tabanl dosya biimi alma sayfasnn ierdii tm metinleri ve resimleri kaydeder. Tercih edilen dosya formatdr ve u iki avantaja sahiptir:Srm denetimi kolay .wxmx biiminde kaydedilen dosyalar, standart bir sktrlm biimde (.png) tm grntleri ve belgenin yapsn ve kullanc tarafndan yazlan metni ieren xml yapsnn sktrlmam bir kopyasn ierir. Disk alanna-optimize edilmi .wxmx formatnda kaydedilen dosyalar bir btn olarak sktrlr. Dosyann saf xml verisi ksm sktrldnda temelde daha kk olma eilimindedir ve sktrmadan sonra grnt balklar gibi yinelenen veriler, balangta yaptklar alann sadece bir ksmn kullanacaktr.Bununla birlikte, sktrlmam versiyonda tek bir metin satrnn deitirilmesinin sktrlm bir dosyann yapsn tamamen deitirme eiliminde olmasna karn maliyetle gelir. Byle bir dosyay ele alan bir srm kontrol sistemi - bununla birlikte, ikili dosyalar arasndaki farkllklar ileme konusunda optimize edilmi olacaktr - bu nedenle, iki dosya srm arasnda gerekenden ok daha fazla sayda farkllk izlemelisiniz (ve depolamalyz); ou srm kontrol sistemi sunucudaki saklad verileri sktrd iin hem .wxmx trevleri ilk srm tarafndan kullanlan sunucu alan neredeyse ayn olmaldr.

     

     

    1.4.        Yaplandrma Seenekleri

     

    WxMaxima baz yaygn yaplandrma deikenleri iin iki yaplandrma yolunu sunar:

    Aadaki yaplandrma iletiim kutusu, geerli ve sonraki oturumlar iin varsaylan deerlerini deitirmenizi salar.

    Ayrca, ou yaplandrma deikeninin deerleri, yalnzca aada gsterildii gibi alma sayfasndaki deerleri geersiz klarak geerli oturum iin deitirilebilir.

     

    1.4.1.   Varsaylan animasyon ereve hz

     

    Yeni animasyonlar iin kullanlan animasyon ereve hz 'wxanimate_framerate' deikeninde tutulur . Bu deikenin yeni bir alma sayfasnda ierdii balang deeri, yaplandrma diyalogu kullanlarak deitirilebilir.

     

     

    1.4.2.   Yeni maxima oturumlar iin varsaylan grafik boyutu

     

    wxplot_size deeri maxima tarafndan deitirilmezse, bir sonraki balatmann ardndan alma sayfasna yerletirilen izimler varsaylan boyutlarda oluturulur.

     

    Tek bir grafiin izim boyutunu ayarlamak iin,

    wxdraw2d( explicit(x^2,x,-5,5)), wxplot_size=[480,480]$.

     

    1.4.3.   jsMath fontlarn kullanma

     

    Yaplandrmadaki Stil mens, alrken dizst bilgisayarnzn grnmyle ilgili zelletirme salar.

    Ayrca, jsMath fontlarn kullanma seenei de bulunmaktadr. zellikle matematik iin tasarlandndan ve krk fontlardan kaynaklanabilecek sorunlar zme eiliminde olduklar iin, bu yaz tiplerini yklemek iyi bir fikirdir. Bilgisayarnza yklenmediyse, etkinletirmek iin seenek vurgulanmaz. JsMath fontlar bu sitede bulunabilir.

     

    1.4.4.   Metin Kontrolnde E Parantezler

     

    Bu zellik iki konuda kolaylk salar:

             Bir parantez, keli parantez veya trnak aarsanz, wxMaxima otomatik olarak kapan ekleyecektir.

             Metin seilirse bu tulardan herhangi birine basldnda seilen metin, e iaretlerin arasna yerletirilir.

     

    1.4.5.   Otomatik Kaydetme Aral

     

    Bu deer sfrdan byk bir deere ayarlanrsa maksima mobil-cihaz benzeri ekilde alr:

             Dosyalar kta otomatik olarak kaydedilir. Ve dosya her n dakika sonra otomatik olarak kaydedilir.

             Otomatik kaydetme ilevselliinin wxMaxima tarafndan altrlmas iin dosyaya bir ad vererek kaydetmi olmanz gerekir. Buzellik yalnzca dosya diske nceden kaydedilmi veya diskten almsa alr..

    2    Maxima uzantlar

    wxMaxima arlkl olarak Maxima iin bir grafik kullanc arayzdr. Yani, esas olarak Maxima'ya komutlar iletir ve bu komutlarn yrtlmesinin sonularn bildirir. Ancak baz durumlarda, Maxima'ya ilevsellik katar. wxMaxima'nn bir alma sayfasnn ieriini HTML ve LaTeX dosyalarna kartarak raporlar oluturma kabiliyeti sz konusudur. Bu blm, wxMaxima'nn grafiklerin bir oturuma-alma sayfasna eklenmesini gelitirdii baz yollar ele alyor.

     

    2.1.        Alt ndisli Deikenler

    wxsubscripts true olarak ayarlanrsa, x_y biimindeki deiken adlar bir alt simge kullanlarak grntlenir, eer

             y tek bir harf

             y bir tam say ise

    Deiken ad bu gereksinimlerle uyumuyorsa,

    wxdeclare_subscript (variable_name) komutunu kullanarak "alt indisli" olarak bildirilebilir;

    veya wxdeclare_subscript ([variable_name1, variable_name2, ...]);

    Bir deikenin alt indisli olarak bildirilmesi aadaki komutu kullanarak geri dndrlebilir:

    wxdeclare_subscript (variable_name, false);

     

    2.2.        Grafik izme

    Grafik izimi, wxMaxima kullanc arayznn orijinal programa baz uzantlar salamak zorunda kalaca bir yerdir.

     

    2.2.1.   alma Sayfasna Bir Grafik izimi Gmme

     

    Maxima, harici program gnuplota, oluturduu her diyagram iin ayr bir pencere amasn salar. ou zaman, grafikleri alma sayfasna yerletirmek kullanc iin daha uygundur. wxMaxima, kendi adna kaydedilen karlk gelen maksima ilevlerden farkl olmayan kendi grafik ilevleri kmesini salar: Hepsine bir "wx" neki eklenir. rnein, maxima komutu plot2ddir. izdirilen grafik ayr bir pencerede alr. Komut wxplot2d eklinde yazlrsa grafik izimi alma sayfasnda gml olarak sunulur.wxdraw vewxhistogram da maximann draw ve histogram komutlarna karlk gelir.

    2.2.2.   Gml izimleri Bytme veya Kltme

     

    Yukarda belirtildii gibi, yaplandrma iletiim kutusu, wxplot_size'in balang deerini ayarlayan izimlerin varsaylan boyutunu deitirmenin bir yolunu salar. WxMaxima'nn izim yordamlar, bir izimin boyutunu piksel cinsinden belirten bu deikene duyarldr. Her zaman ayarlanabilir. Aadaki rneklerde izimlerin boyutununun ayarlanmas gsterilmitir:


    %i1 wxplot_size:[1200,800];
     %o1 [1200,800];
     
    %i2 wxdraw2d(
     explicit(
     sin(x),
     x,1,10
     )
     )$

    Tek bir izimin boyutu deitirilecekse, maksima, yalnzca geerli hcre iin deitirme olana salar.

     %i1 wxplot_size:[1200,800];
     %o1 [1200,800];
     
    %i1 wxdraw2d(
     explicit(
     sin(x),
     x,1,10
     )
     ),wxplot_size=[1600,800]$
     
    %i1 wxdraw2d(
     explicit(
     sin(x),
     x,1,10
     )
     ),wxplot_size=[1600,800]$

     

    2.2.3.   Daha Kaliteli izimler

     

    Gnuplot, cairo ktphanesinin salad yksek kaliteli bitmap ktsn destekleyip desteklemediini belirlemek iin bir yol salamyor gibi grnyor. Gnuplot'un bu ktphaneyi kullanmas iin derlendii sistemlerde yaplandrma mensndeki pngcairo seenei (wxplot_pngcairo deikeni tarafndan geersiz klnabilir) antialiasing ve ek izgi stilleri iin destek salar.

    2.2.4.   alma Sayfasna Animasyonlar Yerletirme

     

    with_slider_draw komutu, wxdraw2d'nin birden ok izim hazrlayan ve ekrann st ksmndaki kaydrcy hareket ettirerek arasnda gei yapmanza izin veren bir srmdr. ImageMagick yklyse, wxMaxima bu animasyonu animasyonlu bir gif olarak da aktarmanza izin verir.

    with_slider_draw iin ilk iki argman izimler arasnda basamakl deikenin ismi ve bu deikenlerin deerlerinin bir listesidir. Sonraki argmanlar, wxdraw2d'nin sradan argmanlardr:

     

     with_slider_draw(
     f,[1,2,3,4,5,6,7,10],
     title=concat("f=",f,"Hz"),
     explicit(
     sin(2*%pi*f*x),
     x,0,1
     ),grid=true
     );

     

    boyutlu izimler iin  with_slider_draw3d kullanlr.

    Kaydrcy kullanan bir baka komut seti de

    • wxanimate_draw 
    • wxanimate_draw3d:

    komutlardr.

    wxanimate_draw(

    a, 3,

    explicit(sin(a*x), x, -4, 4),

    title=printf(false, "a=~a", a));

     

    Normalde, animasyonlar wxMaxima'nn yaplandrmasnda seilen kare hzyla oynatlr veya da aktarlr. Hz ayarlamak iin tek bir animasyon oynatlan deiken wxanimate_framerate kullanlabilir:

     


    wxanimate(a, 10,
     sin(a*x), [x,-5,5]), wxanimate_framerate=6$

     

    Animasyon ilevleri, bunlar kullanrken farknda olmalar gereken bir tuzaa der: Kaydrc deikeninin deeri, izilecek ifadeyle deitirilir - deiken ifadede dorudan grlemezse, baarsz olur. Bu nedenle aadaki rnek baarsz olur:

    f:sin(a*x);
     with_slider_draw(
     a,makelist(i/2,i,1,10),
     title=concat("a=",float(a)),
     grid=true,
     explicit(f,x,0,10)
     )$

     

    Maxima ifadeyi ilk deerlendirmeye zorlanrsa ve bunun yerine kaydrcnn deerini deitirmek ister:

    f:sin(a*x);
     with_slider_draw(
     a,makelist(i/2,i,1,10),
     title=concat("a=",float(a)),
     grid=true,
     explicit(''f,x,0,10)
     )$

     

    2.2.5.   Ezamanl Pencerelerde oklu izimler Ama

     

    WxMaxima tarafndan salanmamasna ramen Maxima'nn bu zellii (bunu destekleyen kurulumlarda) bazen kolayca gelir. Aadaki rnek, Mario Rodriguez'den Maxima posta listesine yazlan bir mesajdan alnmtr:

     load(draw);
     
    /* Parabola in window #1 */
     draw2d(terminal=[wxt,1],explicit(x^2,x,-1,1));
     
    /* Parabola in window #2 */
     draw2d(terminal=[wxt,2],explicit(x^2,x,-1,1));
     
    /* Paraboloid in window #3 */
     draw3d(terminal=[wxt,3],explicit(x^2+y^2,x,-1,1,y,-1,1));

     

    2.3.        Grafikleri alma Sayfasna Gmme

     

    .wxmx dosya biimi kullanlyorsa, dosyalar bir wxMaxima projesine gmmek srkle ve brak kadar kolayca yaplabilir. Ancak bazen (rnein, bir resmin ierii daha sonra bir oturumda deiebilirse), resme deerlendirmeye yklenecek dosyaya bildirmek daha iyidir: show_image("Mann.png");

    2.4.        wxmaximarc

    Maxima kullanc dizini wxmaxima-init.mac adl bir metin dosyas ieriyorsa, dosyann ierii yeni bir alma sayfasnn her balatldnda otomatik olarak Maxima'ya geirilir.

    Maxima'nn hangi dizini kullanc dizini olarak kullandn bulmak iin aadaki satr yazmanz yeterlidir:

     maxima_userdir;

     

    Maxima'nn cevab, balang dosyasnn yerletirilebilecei dizinin adn belirtir.


    %o1 /home/username/.maxima

     

    2.5.        zel deikenler

     

             wxsubscripts maxima'ya bir alt izgi (R_150) veya benzeri ieren deiken adlarn alt indisli deikenlere dntrmesi gerekip gerekmediini bildirir. Hangi deiken adlarnn otomatik olarak dntrld ile ilgili ayrntlar iin wxdeclare_subscript sayfasna bakn.

             wxfilename Bu deiken, wxMaxima'da u anda alm dosyann adn ierir. Pencerelerde bu bilgi sadece yaplandrma diyalounda Maxima / maxima'nn onay kutusunun belge yolunun kontrol altndaysa kullanlabilir.

             wxMaxima'nn daha fazla izgi stili ve daha iyi bir grafik kalitesi salayan gnuplot'un pngcairo terminalini kullanmaya alp almadn wxplot_pngcairo bildirir. Bu deiken, yaplandrma iletiim kutusundaki ilgili ayar okumak veya geersiz klmak iin kullanlabilir.

             wxplot_size gml izimlerin boyutunu tanmlar.

             wxchangedir ou iletim sisteminde wxMaxima, Maxima'nn alma dizinini geerli dosyann bulunduu dizine otomatik olarak ayarlar. Bu, dosya Girdi / kt'nn (rnein read_matrix tarafndan) okunmas veya yazlmas gereken dosyann tm yolunu belirtmeden almasna izin verir. Ancak Windows'da bu devre d braklmtr: Lisp Standard geerli alma dizini kavramn iermemektedir. Bu nedenle, standart bir ayarlama yolu yoktur ve Maxima'nn ykl olduu srcde olmayan bir dizine geilmesi Maxima'nn okumaya balamasna neden olabilecek bir dizine gemek iin Maxima'nn bulunduu src yerine kendi srcsndeki paket dosyalarn deitirmeniz gerekir. kurulmu. Wxchangedir esinin true olarak ayarlanmas, wxMmaxima'ya bunun riskini ve Maxima'nn alma dizini ayarlamasn syler.

             wxanimate_framerate Aadaki animasyonlarn saniye bana oynatlacak kare says. -1, wxMaxima'ya yaplandrma iletiim kutusundaki varsaylan kare hzn kullanmasn syler.

     

    2.6.        ki Boyutlu Gzel-Yazm : Tablo Yapmak

    Komut (table_form), Maxima'nn varsaylan k rutinin ktsndan daha okunakl biimde bir 2D liste grntler.

     table_form(
     [
     [1,2],
     [3,4]
     ]
     )$

     

    2.7.        Hata Raporlama

    wxMaxima mevcut sistem hakknda hata raporlama bilgisi toplayan birka ilev sunar:

     

    wxbuild_info (), halen alan wxMaxima srm hakknda bilgi toplar

    wxbug_report () hatalarn nasl ve nerede dosyalanacan bildirir

     

    3    Sorun Giderme

    3.1.        Maxima'ya Balanlamyor

    Maxima (gerek matemati yapan program) ve wxMaxima (kullanm kolay kullanc arabirimi), yerel bir a balants vastasyla iletiim kuran ayr programlardr. Bu nedenle en muhtemel nedeni, bu balant bir ekilde almyor olmasdr. rnein bir gvenlik duvar, yalnzca internetten yetkisiz balantlara (ve belki de internete baz balantlar kesmekten) engel olmayacak ekilde kurulabilir, ancak gvenlik duvarnn iindeki ilemler aras iletiimi de engeller ayn bilgisayarda. Maxima lisp ilemcisi tarafndan altrldndan engellenen ilem iletiiminin mutlaka "maxima" olarak adlandrlmas gerekmediini unutmayn. A balantsn aan programn yaygn isimleri sbcl, gcl, ccl, lisp.exe veya benzeri isimler olacaktr.Unix bilgisayarlarnda, ayn bilgisayardaki iki program arasnda a balantlar salayan geri dng ann dzgn yaplandrlmam olmasnn baka bir nedeni olabilir.

    3.2.        Bozuk bir .wxmx dosyasndaki veriler nasl saklanr

     

    Dahili olarak en modern xml tabanl biimler, bir zel karaktere sahip sradan zip dosyalardr: arivdeki ilk dosya sktrlmadan depolanr ve bu dosyann hangi trnn alabilecei hakknda bilgi salar.

    akm bir .wxmx dosyasn .zip olarak yeniden adlandrdktan sonra dosyann sonundaki zip imzas hala bozulmamsa, ou iletim sistemi iinde depolanan bilgilerin herhangi bir blmn ayklamak iin bir yol salayacaktr. Bir metin ilemci belgesinden orijinal grnt dosyalarn kurtarma ihtiyac olduunda bu yaplabilir. Zip imzas bozulmamsa dnyann sonu olmaz: Kaydetme srasnda wxMaxima bir eylerin ters gittiini tespit ettiinde ierikleri yardmc olabilecek bir wxmx ~ dosyas olacaktr ve byle bir dosya olmasa bile : Yaplandrma seenei ayarlanmsa, .wxmx dosyalarnn srm denetimi iin en iyiletirilmesi gerekecektir. Wxmx dosyasn bir .txt dosyasna yeniden adlandrmak ve dosyann ieriini kurtarmak iin bir metin dzenleyicisi kullanmak mmkndr.

    3.3.        wxMaxima, Maxima'nn verileri iin sonsuza dek bekler

     

    Maxima'nn eski srmlerinde bunun nedeni, kapan ayra, parantez, parantez veya tireleme iaretinin eksik olmas olabilir: Bu durumda Maxima, girdisinin geri kalann alana kadar bekler (asla yapmaz).

    Bunun bir sorun olup olmadn anlamak iin, iletim sistemi normalde Maxima'nn gerekten mevcut sorunu zmeye alarak sonsuza kadar alp almadn belirlemenin bir yolunu salar.

    3.4.        Komut bitmeden nce ekranda baz hata ayklama bilgilerini istiyorum

    Normalde wxMaxima, tm 2D formln dizgiye balamadan nce aktarlmasn bekler. Bu, yalnzca ksmen tamamlanm bir denklem dizerek pek ok giriimde bulunmak iin zaman kazandrr. Geri hata ayklama kts verecek bir disp komutu var ve u anki Maxima komutunun bitmesini beklemiyoruz:


    for i:1 thru 10 do (

    disp(i),

    t:makelist(i,i,1000000),

    length(t)

    )$

     

    3.5.        Windows'daki wxMaxima, basit denklemlerin grntlenmesi srasnda kyor

    JsMath yaz tipleri denklemlerin mkemmel 2D grntsne izin verir. Ancak wxMaxima'nn kmesine neden olan bu paketin krk srmleri var. alma srm http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html math.union.edu adresinden indirilebilir. WxMaxima'nn aslnda bu yaz tiplerini kullanmas iin wxMaxima'nn yaplandrma diyalounun Stiller sekmesinde uygun onay kutusunun etkinletirilmesi gerekir.

    3.6.        Animasyonlar almyor

    wxMaxima, animasyonlar animasyonlu gif formatna dntrmek iin bir nc parti araca (ImageMagick) dayanyor. Bu tabii ki yalnzca bu paket kurulmu ve sistem tarafndan biliniyorsa alacaktr (Windows'ta, ImageMagick'in convert.exe dosyasnn yolu sistemin bulmasn salamak iin PATH sistem deikeninin bir paras olmaldr).

    Animasyonlu bir gif almamann bir baka nedeni, bu grntnn formatn (veya ImageMagick'in) yeteneklerini amasdr:

             .gif dosyalar yalnzca maksimum 256 kareye izin verir

             .gif dosyalar 65535x65535 pikselden fazla olamaz.

             ImageMagick'in tm kareleri sktrlmam halde tutmas iin yeterli bellee erimesi gerekir.

     

    3.7.        izim yalnzca kapal bir bo zarf ve hata mesajn gsterir

    Bu, wxMaxima'nn Maxima'nn gnuplot'u yaratmas iin talimat vermesi gereken dosyay okuyamad anlamna geliyor.Bunun neden olabilecek olas sebepler unlardr:Komplo komutu, implicit_plot gibi nc parti bir paketin bir parasdr, ancak bu paket, arsa izmeye almadan nce Maxima'nn load () komutu tarafndan yklenmemitir.Maxima, u anda ykl olan gnuplot srmnn anlayamad bir ey yapmaya alt. Bu durumda, Maxima'nn maxima_userdir dizini iindeki dizinindeki maxout.gnuplot dosyas, Maxima'nn gnuplot'tan gelen talimatlar ierdiini iaret eder. Bu nedenle, bu dosyann ierii, bu nedenle hata ayklarken yardmc olur.Gnuplot'a antialiassing ve ilave izgi stilleri salayan pngcairo ktphanesini kullanma talimat verildi, ancak bu olasl desteklemek iin derlenmedi. zm: Yaplandrma iletiim kutusundaki "cairo terminalini izim iin kullan" onay kutusunun iaretini kaldrn ve Maxima'dan wxplot_pngcairo deerini true olarak ayarlamayn.Gnuplot geerli bir .png dosyas karmad.

    3.8.        Bir animasyon izerken "hata: tanmsz deiken"

    Varsaylan olarak kaydrc deikeninin deeri, yalnzca orada grnrse, izilecek ifadeye deitirilir. Bu ifade etrafnda bir ev () koymak bu sorunu zmelidir.

    3.9.        Bir hcre ieriini kaybettim ve geri alm hatrlamyor

    Hcre ilemleri ve hcrelerdeki deiiklikler iin ayr geri alma ilevleri vardr, bu nedenle ans bu hi olmad kadar dktr. Varsa, verileri kurtarmak iin birka yntem vardr:wxMaxima aslnda iki geri alma zelliine sahiptir: Herhangi bir hcre seilmezse etkin olan genel geri alma arabellei ve imle bir hcredeyken etkin olan bir hcre bana geri alma arabellei. Eski bir deere yine de eriilebilir olup olmadn grmek iin geri alma seeneklerini kullanmaya deer.Maxima'nn hcrenin hangi etiketine atad malzemeyi bulmak iin hl bir yolunuz varsa, hcrenin etiketini yazmanz yeterlidir ve ierikleri yeniden grnr.Eer yapmazsan: Panie kaplma. "Maxima" mensnde, son yaynlanan tm Maxima komutlarn gsteren bir gemi paneli gstermenin bir yolu vardr.Baka hibir ey yardmc olmazsa Maxima'nn ierdi bir tekrarlama zellii : %i1 playback(); imdadnza yetiir.

     

    3.10.     wxMaxima, "Maxima ilemi Sonlandrld" mesajyla balar.

    Olas bir neden, Maxima'nn wxMaxima'nn yaplandrma iletiim kutusunun "Maxima" sekmesinde ayarlanan konumda bulunamad ve bu nedenle hi almayacadr. Bir Maxima ikili dosyasnn yolunu belirlemek bu sorunu zmelidir.

    3.11.     Maxima sonsuza dek hesaplar ve girdiye cevap vermez

    Teorik olarak, wxMaxima'nn Maxima'nn hesaplamay tamamladn ve bu yzden Maxima'ya yeni veri gnderebilecei konusunda asla bilgi sahibi olmadnn farknda olmad anlalmaktadr. Durum buysa, "Tetikleyici deerlendirmesi" iki program yeniden eitleyebilir.

    3.12.     Maxima'nn Dosya Girdi / kt 'lari Windows'ta almyor

    Windows'ta G / Dosyas varsaylan olarak geerli dosyann dizinine gre deil. Maxima dosyasn srcde saklarsanz, wxMaxima, wxchangedir ayarna doru yklenirse, yk, read_list, batch, read_matrix, save ve benzeri tm komutlar dzeltebilirsiniz.Bu deikeni true olarak ayarlamak bir dezavantaja sahip olabilir: Maxima hangi dizininin kurulduunu bilir ve bu dizindeki bir load komutu tarafndan da talep edilen ek paketi arayacaktr. Ancak ykl olduu srcy bilmiyor olabilir. Wxchangedir doruysa ve geerli dosya, Maxima'nn Maxima'ya yklenenden farkl bir srcye kaydedildii iin, paketle gnderilen ek paketleri yklemek baarsz olabilir.

    3.13.     Benim sbcl tabanl maxima belleim tkendi

    SBCL varsaylan olarak, dk u bilgisayarlarda bile almasna izin veren bir bellek snryla birlikte gelir. Lapack gibi byk bir yazlm paketini derlerken veya son derece byk listeler veya denklemler ile urarken bu limit ok dk olabilir. Snrlar geniletmek iin sbcl, sbcl'ye ka megabayt ayrmas gerektiini bildiren komut satr parametresi --dynamic-space-size ile salanabilir. Bir 32bit-windows-sbcl, 999 Megabayt'a, 1800'e kadar ayrma yapabilir. Windows'da alan bir 64 bit sbcl srmnden, 1280 Megabayt'lk derleme ihtiyalarndan daha fazlasn kullanmas talimat verilebilir.

    Maxima (ve dolaysyla sbcl) komut satr parametreleri ile salanmann bir yolu, wxMaxima'nn yaplandrma diyalounun ek parametreler alann oluturur.

    3.14.     Giri bazen durgun / Ubuntu'daki tular grmezden geliyor

    ibus-gtk Paketini kurmak bu sorunu zmeli. Ayrntlar iin (https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1421558) konusuna bakn.

    3.15.     Maxima, Yunan karakterlerini veya Umlaut'lar ilediinde wxMaxima durur

    Maximiniz sbcl'ye dayanyorsa, .sblrc dosyanza aadaki satrlarn eklenmesi gerekir:


    (setf sb-impl::*default-external-format* :utf-8)

     

    Bu dosyann yerletirilmesi gereken klasr, sisteme ve kuruluma zgdr. Ancak u anki oturumda bir hcreyi deerlendirmi olan herhangi bir sbc tabanl Maxima, aadaki komutu aldktan sonra onu mutlaka bulacaktr:


    :lisp (sb-impl::userinit-pathname)

    3.16.     Grafik izdirme

     

    3.16.1 WxMaxima'nn hem grnt dosyalarn hem de gml grafikleri bir kerede ktrabilmesini salayabilir miyim?

    Aadaki iki ilevin yapt gibi resimleri ilk nce retmek ve daha sonra tekrar ie aktarmak daha kolaydr:

    load("draw");
     pngdraw(name,[contents]):=
     (
     draw(
     append(
     [
     terminal=pngcairo,
     dimensions=wxplot_size,
     file_name=name
     ],
     contents
     )
     ),
     show_image(printf(false,"~a.png",name))
     );
     pngdraw2d(name,[contents]):=
     pngdraw(name,gr2d(contents));
     
    pngdraw2d("Test",
     explicit(sin(x),x,1,10)
     );

     

    3.16.2. Bir izim ebatlarn ayarlayabilir miyim?

     

    Bunu Maxima'y dorudan kullanarak yapamazsnz. Ancak bunun iin gnuplot komutlar var:

    wxdraw2d(
     user_preamble="set size ratio 1;set tmargin 3;set bmargin 3;set lmargin 3;set rmargin 3",
     explicit(sin(x),x,1,10)
     ),wxplot_size=[1000,1000];

     

    4    SSS-Ska Sorulan Sorular

    4.1.        Bir pdfLaTeX sayfasnda daha fazla metin uydurmann bir yolu var m?

    Var: Sadece LaTeX giri blmne aadaki satrlar ekleyin (rnein, yaplandrma iletiim kutusundaki ilgili alan kullanarak):

    \usepackage[a4paper,landscape,left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}

     

    5    Komut satr bamsz deikenleri

    ou iletim sistemi komut satrndan daha az karmak program balatma yollar sunar, bu nedenle bu olaslk yalnzca nadiren kullanlr. wxMaxima yine de baz komut satr anahtarlar salar.

     

    -v veya --version: Srm bilgilerini kartr

    -h veya --help: Ksa bir yardm metni ktlar

    -o veya --open: Bu komut satr anahtarna argman olarak verilen dosya adn an

    -b veya --batch: Komut satr bir dosyay aarsa, bu dosyadaki tm hcreler deerlendirilir ve daha sonra dosyalar kaydedilir. Bu, rnein dosyada aklanan oturum Maxima'nn kt dosyalarn retmesi durumunda yararldr. WxMaxima Maxima'nn bir hata kardn alglar ve Maxima'nn bir sorusu varsa duraklatrsa, toplu ileme durdurulur: Matematik, etkileimli tamamen etkileimli bir toplu ileme her zaman garanti edilemeyecei iin doas gerei interaktiftir.

    (Yalnzca pencerelerde): -f veya --ini: Bu komut satr anahtarna argman olarak verilen init dosyasn kullann

    Bir eksi yerine, baz iletim sistemleri komut satr anahtarlarnn nne izgi kullanabilir.

     

    Ksa erik

    WxMaxima kullanc klavuzu

    1 wxMaxima'ya Giri

    2 Maksima uzantlar

    3 Sorun Giderme

    4 SSS

    5 Komut satr bamsz deikeni

     

    6    Table of Contents

    1 wxMaxima'ya Giri. 1

    1.1. Maxima ve wxMaxima. 1

    1.1.1. Maxima. 2

    1.1.2. wxMaxima. 3

    1.2. wxMaxima alma Sayfas 4

    1.2.1. wxMaxima alma Sayfas Yaklam 4

    1.2.2. Hcreler 6

    1.2.3. Yatay ve Dikey mleler 6

    1.2.4. Komutlarn Otomatik Olarak Tamamlanmas: 7

    1.2.5. Yunanca karakterler 8

    1.2.6. Yan PanellerKsayol Tular 11

    1.2.7. MathML Girdisi 13

    1.2.8. Markdown Destei 13

    1.2.9. Ksayol tular 14

    1.2.10. TeX karmnda Raw TeX.. 14

    1.3. Dosya formatlar 14

    .mac dosyas 14

    .wxm uzantl dosyalar 16

    .wxmx uzantl dosyalar 16

    1.4. Yaplandrma Seenekleri 17

    1.4.1. Varsaylan animasyon ereve hz 17

    1.4.2. Yeni maxima oturumlar iin varsaylan grafik boyutu.. 18

    1.4.3. jsMath fontlarn kullanma. 18

    1.4.4. Metin Kontrolnde E Parantezler 19

    1.4.5. Otomatik Kaydetme Aral 19

    2 Maxima uzantlar 19

    2.1. Alt ndisli Deikenler 20

    2.2. Grafik izme. 20

    2.2.1. alma Sayfasna Bir Grafik izimi Gmme. 20

    2.2.2. Gml izimleri Bytme veya Kltme. 20

    2.2.3. Daha Kaliteli izimler 21

    2.2.4. alma Sayfasna Animasyonlar Yerletirme. 21

    2.2.5. Ezamanl Pencerelerde oklu izimler Ama. 23

    2.3. Grafikleri alma Sayfasna Gmme. 23

    2.4. wxmaximarc 24

    2.5. zel deikenler 24

    2.6. ki Boyutlu Gzel-Yazm : Tablo Yapmak. 25

    2.7. Hata Raporlama. 25

    3 Sorun Giderme. 25

    3.1. Maxima'ya Balanlamyor 25

    3.2. Bozuk bir .wxmx dosyasndaki veriler nasl saklanr 26

    3.3. wxMaxima, Maxima'nn verileri iin sonsuza dek bekler 26

    3.4. Komut bitmeden nce ekranda baz hata ayklama bilgilerini istiyorum.. 26

    3.5. Windows'daki wxMaxima, basit denklemlerin grntlenmesi srasnda kyor 27

    3.6. Animasyonlar almyor 27

    3.7. izim yalnzca kapal bir bo zarf ve hata mesajn gsterir 27

    3.8. Bir animasyon izerken "hata: tanmsz deiken". 28

    3.9. Bir hcre ieriini kaybettim ve geri alm hatrlamyor 28

    3.10. wxMaxima, "Maxima ilemi Sonlandrld" mesajyla balar. 28

    3.11. Maxima sonsuza dek hesaplar ve girdiye cevap vermez. 29

    3.12. Maxima'nn Dosya Girdi / kt 'lari Windows'ta almyor 29

    3.13. Benim sbcl tabanl maxima belleim tkendi 29

    3.14. Giri bazen durgun / Ubuntu'daki tular grmezden geliyor 30

    3.15. Maxima, Yunan karakterlerini veya Umlaut'lar ilediinde wxMaxima durur 30

    3.16. Grafik izdirme. 30

    3.16.1 WxMaxima'nn hem grnt dosyalarn hem de gml grafikleri bir kerede ktrabilmesini salayabilir miyim?. 30

    3.16.2. Bir izim ebatlarn ayarlayabilir miyim?. 31

    4 SSS-Ska Sorulan Sorular 31

    4.1. Bir pdfLaTeX sayfasnda daha fazla metin uydurmann bir yolu var m?. 31

    5 Komut satr bamsz deikenleri 32

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    wxmaxima-Version-18.02.0/info/wxmaximaicon.ico000066400000000000000000003025361324204105000212730ustar00rootroot00000000000000 hV 00 %f@@ (B; (6}(  @999999999 999 999999444888 LKJ?nifa888888666999ɷŵŶĵó_\YM888888ǵϿʼŵȸda^S888999|ÿĽȼǸ:::%99:)ôʻ}yͻXUɽx}999999njf_ónmȺ_\Ŷ999 999~Ĵih{xǸ888999}ĴʺɷǸ888999lhe]óͿroyuŶ999 999'µ帤xŻ~yPJ[Xó|v{999999}}v99:#888Ǻb`^O888777888ZWUG888222888 FFE9gd`Y888888999888888 888999( @ 999999999999 999999999999 999999999888999 9999995677S>>?kLKKyQQP}JJJw<==i777Q9991999999888444888888777O][YϿóóóξ﹬ݔTSR777I888888333666888888=\[Y˾Ⱥ²óóóóóóó²RQP8885888 555666888999SɻolvǶȺȺȹǸŶĴóóϾ~yt888I888666666888:::Y²ĵcr±jű̿˽ɺƷóó³888M888555888 888Kó²ȹɶv˾ȺŶôô~888?888 999999/ytpѿȸi̷²óĶƱʿɽɽóda_999%999999999CCCmɺxǭ˻oӾ;;;_9999999993òWPMFvpý`ZзͻYUYUso²|ws999)999999 :::aŷ²ȹgWUSP~WTXU˿п²777Q999999a_]ó²ŵjĵSPig^\ʽWTYVķǸóJJJw999999999)~óóŵlTQ][badctZWqm˾ɺóóvrn9999999997óĴǸl`^^]yx[YʻĴó999+333999888?óŵivt^\]\xwǽSPʼĵó9993333999888?óŶlĮ^]kimfKEʼĵó99913339999997óŵ˽ĵec]\SLSPʻĴó999+333999999)|óĴɻt][igPJQN^[Ⱥóótpl999999^\[óóǹʻpkfd`SPDZ}nj\Yli̿ǸóHHHu999999 999]ôĵ˼ktLFRLNHŷ|[X\Ypmƺǹĵó777O9999999991~ƶdm}TPQMNI˾vԿZW[XXUóówsn999'999999999@@AiǼ鯗dguƯx½ɼɺ:::[999 999999+spmͿvƺuvx~_ɼ`][999#999888 888GŶʹ°}888;888 666888999S̾Ⱥ}777G888 333777888888M}wǼtpl888C888555666888 8887SRQJJIu999/888 666222888888777GRQP}ɿ뷮׋~JJJw888A888888777999999999999/777K999cBCCoGGGsABBo889a777I999-999999888999999888 888888888 888 999999(0` %888999999999999999999999999999999999 999888888888999999999888 999 999888999999888 999999!8881999A888Q666]666e777i677g666a777U888G9997888%999888 888999222777888 999999/888M::;kJJJhfc|ˮϬ͢ŏsolTSR===u888W8889999888888444444888888888/777W?@@uroʻóóóóóóóóóϿ񺭢ًKLL777c999;999888 666666888 999%888MAAA|Ƹó²²óóóóóóóóóóóó񞖎RRQ888_888/888777111111777888999/999eigdûİ;ıʻ˽ŶĴŵŶŵŵĴóóóóóóʻ뇂}===w888?8888884446668889997999sǻ󷥃adccfyȺɻɻȺȹǸƷĵóóóòóHHH888I9998881117778889999AAA{ó̾qdfelrjdͿ̾˽ʼȺǷŵóóóóTSR888K9998886668888881???yó³ĵɸ²ǸɶƷiȻ̾ʼȺƷĴóóóµONN888E888777333888 888'777i²²²óŶ˾̿˾s̿ʼǹŶĴĴĵDDD9999888777888999888UrolϾ˼ͿŻȾпzZɵƹȻɻǹķƻ·÷:::q999'999 999999999 8889MMLŷѿθpj˿̱pqrзpmj888O888999999999778eóƹmh^Wf_jckcjcg`aZmf¯y~p^W^Xc\g`f`f_c]`YXQ==>999/999 999999 9999UTS;²Ƹ^WMFNGMFicƿuɿGA~ʽѾebYVYVXUVS{w888S999999888888777[ó²ɻɺҺe`RN_[ͽMHVSZWYU@@@y999)999999888+<<<}Ƹó²ɸhhlXU|lj[Zc^|VSZWVRɺ³²²²db`888A999 999999 888A`^]ôó²İhjVRZX^\[YŨrɼURZWURǺǸĴóó777]999999999999777Uóóò¬hiTQ][_]\[wuWTZWfbź˽ɺŵóó;;;s888!999999999999g²óóíhnWT{xed^]_]dc^\wqZXZWźʼƶóóʻGGG999-999888999%>>>uóóĵDzina_qn\[^]onYXqr[YYVȽ˽ǸóóZYX9997888 999999+CCCǸóóŶ̼jjtrgetr^]]\vusrujdZXYV˽Ǹôó²ifd999?888 999999-GGFʻ²óƷsi`]ZY^][ZWVYSNI[Y˾ǸĴó³qmk888A888 888999-FGFʺóóƷk̿ZX^\^\fdPINHXT˾ȹĴó³pmj888A888 999888)CCCƸòóƷʼ˺jWU_^^]]\][MFMGqoǾ˽Ǹôó²hec888=888 999999%===uóóŶɻkɷWT\[^\on_^LFVTǽ˽ƷóóXWV9997888 999999999eóóĵȺ̿lzZWec]\[ZNH|vTQZXʿʻƶóóɺFFF999+999888777SóóĴǹ˽Ĭm`]ZX][a_KEkg\ZXU̿ɺŵòó:::q999!999999 888?\[Zó³óƶͿqma[sm\VNHOJc]_[ca\YWT˽ǸĴóó777[888888999999)::;yµó²fhowwqPIRLRLLFpտ[Y\Z\YXT¶ɼɺƶó³_]\999?999 999888999777WóxggǺvqNGQJQKKEŷvYV]Z\YXUĵĴóó>>>w999'888999999 9997POO˻ðbhtdaYVWUSPPLOJtqȽvv׿|zYW[XZWYVYU}Ÿ²³ówtq888Q999888999888777aųagiqưyív}¯ʼó;;;{999-999 888999 9997HHGȿ߷dd~vDZyůxǵƶ^пjhe888K999999999999888Ohfc˿Ϳusvʾsutrqpmkjjijka^999k999#888999888 999%777c~ȺпѿѿпоϾϽμλͺ̹˸ʷı@@@}9995888 777666888 999-<<F?F@F@F?E>C<~A:x;4srkɼ¶@AA999M999999999999999=777ij²ϽTLKDNGOHNGLFUNjC={kiURXVYVYVXUVSSP~{Ÿ²~{666o9991999999999 999#999YTUT³ó²п|uIBLEKEYSĭzļHB_YħWTZVYVYTVQϽ²ķ>>>999G9999999999999995666wijóóag~gdZXXVa_WUE@jö»TQ[WZWXT}õɹμ²Ĵkjh888c999'999 999999999G??@ǹóó²nijcƿXTSPüVT][TQoĭƿURZWZWTPöĵó²óó6669999999999999999#888[_^^ôóó±ekjķƿVRSP\Z^\^][XζnrSQ[WZWROɻȺǹŵóóó˼CCD999K999999999 999/666qijóó²ckgSPSP^]]\_]^\XWvvtUR[XZW^Z¶˽ɺƷóóóĴcbb888]999#999999999999;666óóóócjkøSPSPXW^]_^^]\[ƺsxuXU[XZVxtȻ̿ʻǸĴóóij666o999-999 999999999E>??ǹóóóĴdkoǼWTTQzx]\_^_]kj][XVoxtZX\YXUĻ˿ʽǹŵóóó556}9997999999999999OKLLóóóŵfkob_USYW^]_]YXutYXusĸqpZX[XUR˽ȹŶóóó99:999?999333999999999WYYXĴóóóŶkkksqWT\Z_^^]jiVUcbmnʰQM]\[XTQø˾ɺƶóóóɺ?@@999E999333999999!888[ccbĴóóĴƷ|khWUa`^\_][ZjhVUfF@RN][[XǼ̾ɻƷóóóξEEF999K999333999999#888]ihgĴóóĴǸƷjhϽWT}YX^]^][ZWVvuJDLGSPol̿ɻƷóóóHII999M999333999999#888]ihgĴóóĴǸɻfkŷȿTRpmon^\_^]\_^VTNHOIHB̿ɻƷóóóϿHHI999M999333999999!888[bbaĴóóĴƸɻsksǽSPc`WV^]^]XWXW{tPINHGBƾ̾ɻƷóóó;DEF999I999333999999999UWWWôóóóƷʻ«hiνURYW][_]^\mlXVYWaZOILFTQĺ˾ɺŶóóóȺ>??999E999333999999999MJJKóóóƷɺʽrl~]ZTRXV^\^]ZXXWOILFXVTRĺ˽ȹŶóóó889999?999333999999999C===ƸóóóŶȹ˽ͻgiɿkhSP[Y^\]\\[HDSMF@US\ZZWǼʼǹĵóóó555{99959999999999666óóóĵǹʼ̿³kj~US\Z][^[\ZZTICNJ]\[Xfcʿ̿ʻƸĴóóĴ666m999-999 999 999-666mĴóóĴƸʻ̾lyLHROYV][XVʽKEic][[YZWwt˾ɺƷóóóĴ_^]888[999#999999999!888Y[[ZôóóóŶɺŵvmmHBztXRNHMGKFdajJDMHlj\Y\YZW˿ʼǹŵóóóɻAAA999I999999999999999E<==öóó²wdiif`IBQJRKRLRKKEyqǺnh[Y\Y]Z\YZVǽĹ˾˽ɺƷijóóij555{99979999999999999991666sĴò˾¬ahifHBPJSLSLRLJDvruWU\Z]Z\YZV}zĺĹĶƷŵóóóôcba888_999%999 999999!999UNON`fig~NJLFNHOIOIHCvwȸXV\Z\Z\YZWWS³ijóóó;;<999E999999999999999;666}Ŷ̿ahh}fbSOWT[Y[YVTROQMQMTQŹtîytռWUYW[W[WZWYVXTSOd`ν²óóĴvtr777k999/999 999999999 999#999YPPQaghla]`\c`hdjglimjnkmjigc`jgn­xȱztfc`^fchfljljkijgfc`^\Zɼòó<==999I9999999999999999666ycefcuDZyʲzŮw˺\ôhgf777g999-999999999999 999!999O@@AúͽiacbȽ̾kvůxƯyĭxsijǪæ˿ɼǹƹƸǹɼŧ__²777999A999999999999999/888e\\[÷İ|vsy{qstsrpmlkkkjjihhgd`]µCDD999U999%999 999888999999;666w~{x²Ĵ̿ɵʵ˵˵ʵʵʴʴɴɳȳȲȱDZưƯƯʽıZYY777g9991999777555888 999999G777ĴòɻŶönlj777s999;999888666999 999#999M999Ĵŵòwur666y999A999888 333666999999'999O999óȹϿoml666y999C999888 666777999999%999M777xvtϿ̽ķ[[[666s999A999999 555777999999#999E666uVVVɻEEE777g999;999888 555666999 9999999888a<==}Ϳlji888999W9991999888 666666888 999999+999K666sGHHͿ¶|yv>>?777i999C999%9998883332227779999999995999S666wDDEyvsķͿ娠hgf===666m999K999/999888 666777555888 999999!9995999M777i777JJKpnlŷ;µĶĶ´˽µݰ͐edcCDD666888a999G999/999999888333999999 999999999+999=999Q888c555u677<==DDEKKKNNNNNNIIJBCC:;;666666q888]999K9999999'999999 999888999999999 999999999'9991999;999C999I999M999Q999O999M999I999A9999999/999%999999999 999999999999999 999 999999999999999999999999999999999 999999999333333333333333333333333( 999999999999999999999999999999999999999999999999999999999999999999999999999 999 999 999 999999999999999999999999999999999999999999999 999 999 999999999999999999999999999999 999 999999999999999999999#999%999'999'999)999+999+999+999)999)999'999%999#999!999999999999999999999 999 999999999999999999999999 999 999999999999999#999'999+999/99959999999;999?999A999C999E999G999G999G999E999E999C999A999=999;99979993999-999)999%999999999999999 999 999999999999999999999999 999 999999999999!999'999-9995999;999A999G999M999S999Y999]999a999c999g999i999i999k999k999i999g999e999c999_999[999U999Q999K999E999?99979991999+999%999999999999999 999999999999999999999 999999999999!999)99919999999A999K999S999[999c999k888s666{555333333333333444455455455445344333333333444555777w888o999g999_999W999O999G999=9995999-999%999999999999 999 999999888999999999 999999999999%999/9999999C999M999Y999c999o666{444333455:;;DEFOPQ[\]hhiqqq{zz~~}vvvmmmbccUVWJKL?@@778334333555888u999i999]999S999G999=9993999)999!999999999 999 999888777555999999 999999999999'9993999?999K999W999e888q555233566ABCTUVnnnƻµĶŶŶŶŶŶĶõʾ·Ӹǧ{zz`abJKL:;<333333777y999k999]999Q999E9999999-999#999999999 999 888333333888999 999999999999)9995999A999O999_999m666333778JKLiij¸ŷƶƵƵŴŴĴĴĴijijijĴĴĴŴŴŵƵƶƶĶʽݸǝzzyYZ[??@334444888u999e999W999I999;999/999#999999999 999666222222777999 999 999999999'9993999A999Q999a888s444444DEFhiiƶƶŵŴijóóóóóóóóóóóóóóóóóóóóĴŴƵƶöĹӦ}}|TUV9::333666}999k999Y999I999;999-999!999999999 999444444999999 999999999#9991999?999O999a888u333677RST̿ƶƵŴijóóóóóóóóóóóóóóóóóóóóóóóóóóóóĴŴƶĶ͙hijABC333666999k999Y999G9997999+999999999 999 888333222777999 999 999999999+999;999K999_999s444777WXYĶƶŴijóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóĴƵƶ˿ݩrssCDD233776999i999U999C9993999%999999999 999333222999999 999999999%9993999C999W999m555555TUVŵŴó²óóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóŴǶ㪥ppq?@A222888w999a999M999;999+999999999 999 666666111999999 999999999+999;999M999c777{333GHI~ôŵĵĵĵôҿҿóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóŴƶߢbcd888444999m999W999C9991999#999999999 888111333:::999 999999!999/999A999U999m44499:hiiȺҿóĴĴĴĴĴŴŵŵŵŵŵŵŴĴĴĴijijóóóóóóóóóóóóóóóŴƶƻӍKLM333877y999a999K9997999'999999999 999222555999 999999999#9993999G999]888w333JLLȽνĶĵͼó±ŵƶƶƶƷƷƷƷƷƷƷƷƶƶŶŵŵŵĴĴóóóóóóóóóóóóóóŴĶ񲬧kll788555999i999Q999=999+999999999 999333111666999 999999999'9997999K999c666555defôuZY\]]]]\[[\cs̺ĶĴǸǹǹǹȹȹȹǹǹǹǸǸǸǸƷƷƶŵŵĴĴóóóóóóóóóóóóijǵǼՊEFF333999q999W999A999/999999999 999333666999 999999999'9999999O999i555;<<|||ùògYbdeffffeeeec`\\oǺĶȺɻɺɻʻɻɻɺɺɺɺȺȹȹǹǸǸƷƶŵŵĴijóóóóóóóóóóóƴĶUVW333888w999]999E9991999!999999 999333555999 999999999)999;999S999m333DEFƵɻWbdfgggggggggfffeb[kîǹʻ˽˽˽˽˽˽˽ʼʼʻʻʻɺɺȺǹǸƷƷŶŵĴijóóóóóóóóóóŴƶghi444777}999_999G9991999!999999 999111555999 999999999)999;999S999o333MNOĶŴóYbdfggghhggggggggggb\ɻ˾̿̿̿̿̾̾̾̾˽˽˽ʼʼʻɺɺȹǹǸƷƶŵĴijóóóóóóóóóijƶtuu777777999a999G9991999!999999 999333444999999999999'999;999S999q222RSTŶĴóó̿Vbdefggggfca___`bfggf]|ʼͿ̿̾̾˾˽˽ʼʻɺȹǹǸƷŶŵĴóóóóóóóóóóƵȼ~~~899666999a999G9991999999999 888333222999999 999999'999;999S999o233UVWƶĴóóómW`cddc_]csƷ˾ʼó~f`gih^̿Ϳ̿̾˾˽ʼʻɺȹǹǸƷŵŵijóóóóóóóóóƵ˿݂99:666999a999E999/999999999 888222999999 999999#9997999Q999m333STUƶijóóóóóc^_boªĵefih]Ϳ̾̾˽ʼʻɺȹǸƷƶŵĴóóóóóóóóóƴ߁788777999_999C999-999999999 555888999 999999!9993999M999i333NOPƶĴóóóóóó²̿ʽʽ˾̿lgjflͿ̿̾˽ʼʻȺȹǸƷŵĴijóóóóóóóóƵ˾|||666888{999[999?999)999999999333777999 999999999/999G999e444EFGŶĴóóóóóóóijò±Ⱥ˽Ⱥɻ˾нgjk`Ϳ̾̾˽ʼɺȹǹƷƶŵijóóóóóóóóƵƻopq344888u999U999;999'999999 999444888999999999999+999A999_666<=>ĶŴóóóóóóóóĴŶƷƷŶƷǸȺʻ̾hle̾˽˽ʼɺȹǸƷŶĴij²±±±±±±ų`ab333999o999O9995999!999999 777999999 999999%999;999W888w566Ŵ³²²²²±òĴĵƷǸȹɺʼʼ˽̾̿Ƿfomp˿˾ʽȼǺǺǺǺǺǺǺǺȻ˾MMN444999g999I999/999999999 777999999 9999999993999O999o222ghiùŴ²ѿоϽμννξϾϾξϿµµ÷ķĸŹźǻȼʾmzvq==>666999]999A999)999999 999999999999999 999999-999E999c444MNOŵ²оͻȷƴò°ŹžͿjzeHw?¸Ǽnxzzz{{{{yyxuomkihffeeddddccbba`_```abbeʹzzz444888w999S9999999#999999 999999999 999999%999;999Y777};;<ĵòϾʸ̼ųȽxhrzL{?UȲ̸nejkllllkiec˿īʿƺĸ´öǻɽź}v\]^222999i999I999/9999999999999999999999999991999M999m333nop˾Ŵѿ˹ķĬeclozhEǺjpqrrqpllʯBCD666999]999?999'999999 999999999 999999)999A999_555KLMƵ²μöδmor|Ltnrssrpkʬξ˼|||444999q999O99939999999999999999999999999995999Q888u667ĶĴ²˹ĽüǵkylEεȷjrttsmžʿѽRTT444999c999C999)999999 999999999 999999+999C999c333Z[[Ƶó²ѿͼ?;70q<5t?8wC|H@IBJBJCKCKCKDKDIBG@HAF?}D={C8x@:yA:yC=|D>~D>G@GAGAGAGAG@G@G@F?D=~D=}B;{@9w?8v<5t92sB;x̺ô899888w999S9997999!9999999999999999999999997999S888w99:ƶijó²оνvr/(l?8vD=yG@|JBKCKDLELEMFNFNFNFNFMFMFLEMFKDIA|G?{E>z92t˫jpmŹQL=7vpmllj`Ķ60r=7v@:xB=yD>}D>E?F?F?F?F?F?F@F?F?F?E?E>E>D=D=|B;w?8u;4s+$k˹ò¸\]^333999e999C999+999999 999999999 999999)999C999e333]__ĹƵóó²ѿνpjc\OHA:xC<|KDMFNGOGOHPHPHOHOHNGNGLED=E?|UNg`wp|uǧikg?:zF?{c\p¥Ĩçsp^[NKGDMISPSPTQTQUQUQURTPSOSORNQMOKKGC?FAWSkgyt̺ŵ9::888w999S99959999999999999999999999995999Q888w9::ƶijóó²˹yrIAF?NGNGOHOHOHOHNGMGJCG@}wĶhdtpl@:zJCGA}ƪdоomSQ\Z][^\_\^\^\_]^\][]Z[YSQa_ͻŴĺ]^_333999c999C999)999999 999999999 999999'999A999a333YZ[¸Ƶóóó²˹üc[CJDA:~kkOLXUYUZVZVYVYUYTXSWRNItpνо²óƷ788888u999O9993999999999999999 9999991999M999q566ŶijóóóóĶ˿ӾjdA:ICJDKEKEJE@:̸Ż{¸QPKFHBF@c]bvtpSPZV[W[W[WZVZVYTTO`[νμ²óƵRST444999]999=999%999999 999999999999#999;999[555JKLƵóóóóóѿYZbgpѻXTPMXV[Z\ZYXa_}TS\ZJFIBF@ľʰehOKYV[W[X[W[WZVXTMHƻĶŶǶɷμѿ²óĴĶ~444999m999I999-999999 999999999 999999+999E999g333rrrµŴóóóóóѿȻ[eedaYYRQ[Z[YZXSQ|yſĿ\ZWU_^ZYID?:skhQMYV[W[X[XZWYUWSQMǷ̼ξп²²óóƶBCD666}999U9997999999999999999 9999993999Q888u;;<ƶóóóóó²Ĵ_hijifYaNKWTYUYUOKǿPN[Y[Ya`YVD>YSµgqiȼúROYVZW[X[XZWYUSOgcƼ˽ôôó²²óóóóŴʽbcc333999a999A999'999999999999999999#999;999[444RSTƵóóóóó±ʽrciklkekĻVSWSYVYVNK}TR\Z][][a`UR?9ӼiqrkȴQNYVZW[X[X[WYUNJɺöƸǸƷŵĴóóóóóijŶ566999o999K999/999999 999999999 999999)999E999g333sssµĴóóóóógfjllkbïb_UQYUYVNKĽ[YZX][^\^\^\a`IFwqltsnļOMYV[W[X[WZVXULHǹɺȺǸƶĵóóóóóóƶCDE666{999U9995999999999999999 9999991999M888s899ƶóóóóóóbgjllgxƾȽroROXUXUNKƿPN\Z]\^]_]^\]\]\RO¦gsursžNLYV[X[X[XZWWTPMöķɻʼɻǹƷŵijóóóóóŴƻ[\]333999_999=999%9999999999999999997999W666HIIƵóóóóóijϾ`hkllcȺ·ȽOLXUXUNKutUT][^]_]_]^]][]\SRqpvwp{žOLZW[X[X[XYVUR^ZƽȻƺʽ˽ʻȹǸŶĴóóóóóĴĶ{{{334999i999E999+999999 999999999%999=999_333_`aɽŴóóóóóĴʷ^hkkkcѿĹǽNJXUYVNKVT[Y^\^]_^_^_^^\\ZWVvujuxwnžQNZW[X[X[XYVQNuqȽ̿ȼ˾̾ʼɺǸƶĴóóóóóóƶ9:;888s999M9991999999 999999999999)999E999g333zyyĶĴóóóóóŴ²ɶ^ijkjjǼȽNKYVYVNKQP][^]_]_^_^_^_]]\ZYVVιiswxwlomTQ[X\Y[X[WYVNJŹ÷˾Ϳ̾˽ɺȹƷŵijóóóóóƵGHH666}999U9997999999 999999999 999999/999K888o778ƶóóóóóóŵ²ɶ^ijliqʿɾPMXUXUNLhgXV]\_]_^`^`^_^^]]\\[PO}mvyyvh^\WT[X\Y[Y[WYVNJĸƺ̿̿˽ʻȹǸŵĴóóóóóƴźYZZ333999]999;999#999999999999 9999993999Q777w?@Aƶóóóóóijŵóʶ_iklhwURWTXUOMQP][^]_^`^`^_^^]ZY^\][XW_]Ⱦguxywq^óTRYW[Y\Y\Y[XXUSOǻȽͿ˾ʼȺǸƶĴóóóóóŴlmm333999c999A999'999999999999 9999997999W555LMNƵóóóóóijŵôͻ`iklhxù^[URXVQO~{TR^\^]_^_^_^^]a`\Z][[ZOMppwyxrcOLZX\Y\Y\YZWVRa]˾ʾ̾ʽɺǸƶĴóóóóóĴŶ󂁀445999i999G999+999999999999999#999;999]333Z[\ƺŴóóóóóĴƶĴbiklgxƼjgSPXVSPsp[Z[Y^\_^_^_^^]XV|zutVU[ZUSrpguxwriҾNLZX\Y\Y\YZWROuq·̾˽ɺǹƷŵóóóóóóƶ889888o999K999/999999 999999999%999?999a333hiiŴóóóóóĴƶĵehklhwȿļ{xQNXVTQjhQP][^]_^_^_]^\SRRQ[ZZYSQeqvvorVUZX[Y\Y[XZWOLǽƻ̿˽ʻȹƷŵijóóóóóǶ=>?777u999O9991999999 333999999999'999C999e333vuuöĴóóóóóĴƷŶlgkliqNLXVUSb`kjXV^\_^_^_^^]ZYedkjVUZYQPettm~\WVT_][X\Y[XZWNKǼɾ̿˽ʻȹǸŵijóóóóóƵDEF666{999S9993999999 333999999999)999E999i444ŶĴóóóóóŵƷƷxdkljkNKXVWTZXRP][^]_^_^_]^]RQPNZYXW[ZqlrhLFID^]_^[X[XYVQNȽ˿Ϳ˽ʻȺǸŶĴóóóóóƵKLM555999U9997999999 333999999999+999G999k566ƶijóóóóóŵƷǸɻbjlkgNKXVWUUS~TS^\^]_^_^^]\[WVcaWVZYONlleʾE?HBNJ__^\ZWXUZWͿ˾ʼȺǸŶĴóóóóóƵQRS444999Y9999999999 333999 999999-999I888m677ƶijóóóóóŵƷȹǸʽ`kllc˷¹RPWUXVQOWV[Z^\_^_^_]^]UT|{PNZYVUigĽfbʲBNHMHJESO`_RO~zǼ̾ʼɺǸƶĴóóóóóŴźZ[\333999[999;999!999333999 999999-999K888o899ƶóóóóóijŵƷȹǸngllgǽecUQXVOL½a_ZX^\_^_^_^^]XXgfQPZYSR{ytnGAOIOIMGICSPTSȾɿ̾ʼɺǸƶĴóóóóóŴƻ\]^333999]999;999!999333999 999999-999K888o899ƶóóóóóijŵƷȹɺ˾clljnǿtqROXVOLPO][^]_^_^_]]\QPUSYXYXUS_YKEPJPJNHKEFAJHȽ̾ʼɺǸƶĴóóóóóŴƻ[\]333999]999;999!999333999 999999-999K888o788ƶóóóóóóŵƷȹʻǹɵ`klldͺļPMXVPMmlWV^\_]_^_^^][ZYX}RQZYPOPJNHQJPJOIKFE?GCɿ̾ʼɺǸƶĴóóóóóŴĹYZ[333999[999;999!999333999999999+999I888m677ƶijóóóóóŵƷȹʻȺngkle¹NKXVRPzxQP][^]_^_^_]]\TSQOZYXW\[GAPIQJPJOHKEC=TQ̾ʼɺǸƶĴóóóóóŵ¸UVW444999[9999999!999333999999999+999G999k556ƶijóóóóóŵƷǹɻ˼˾´akljn¹NKXUTQmj|{TS][^]_^_^^]]\RQomUTZYONE>PJPJOJMGHBIEnmǿĺͿ˾ʼȺǸŶĴóóóóóƵPQR555999W9997999999 333999999999)999E999g344~~}ĶĴóóóóóŴƷǹɺ˽Ⱥfilldĭ¹PNXUUSb`US[Z^\_^_^_^^\XWkiONZXVTgeE>PIPINHJEMHUT~ǽͿ˽ʻȺǸŶĴóóóóóƵIJK555}999U9995999999 333999999999'999A999e333rrrµĴóóóóóĴƶǸɺ˽˽bklizVSWTWUYVRP][^]_]_^^]]\QPa`WUYWNMoiHAOIOILFLH\[RPɾʿ̿˽ʻȹƷŵijóóóóóƶBCD666y999S9993999999 333999999999%999?999_333eef̿ŴóóóóóĴƶǸɺʼ̾ɻfilldȴù`]URWUSQZXZX]\_]_]_]^\[Y[ZONYXWVqo[UJDNHLGKG\[^]MJȾ̿˽ʻȹƷŵijóóóóóƶ<<=777s999O9991999999 333999999999!999;999[444VWXøŵóóóóóĴŶǸȺʻ˾˾´alliwžmjSPXVOMPO\[^\^]_]^]^\SRUS[[WU?;}MGLELFKEZY`_XVPMɾ̾˽ɺǹƷŵóóóóóijƶ678888o999I999-999999 999999 9999997999U555}HIJƵóóóóóijŵƷȹʻ˽̿ʽpfllcŹü~{PMXUNLb`XV][^]^]^]^]\[RQRQID?:~ysD>KEIDWUaaZXXUXU̾ʼɺǸƶĴóóóóóĴĶ}|{334999g999E999)999999999999 9999991999O777u==>ƶóóóóóóŵƷǹɺ˽̾̿˷bklkiNKXUOLPN\Z]\^\^]^]]\WUnmA=GAICLFA;ICTQab\ZZWVSc`øͿ˽ʻȺǸŶĴóóóóóŴghh333999a999?999%999999999 999999-999I888m667ƶijóóóóóĴƶǸɺʼ̾̿blmfuLJWTOMljVT\Z^\^\^\^\\[PNUOF@LFC={@:QMaa][[X[XTQroûź̿˽ʻȹƷŵijóóóóóƵTUV444999[999;999!999999999999999'999C999e333sssµĴóóóóóĴŶǸȺʻ˽̿̾ygnmb}PNZXTSxwRP\Z][][^[^[][ZX][A;~MGJDZSgaHC__^][Y\Y[XQNɿǼ̾˽ɺǹƷŵóóóóóóƶBDE666{999S9995999999 999999999999#999=999]333YZ[źƴóóóóóijŵƷȹʻ˽̿˿nlnkYƼSPVSSQgfvtUT^]a`a``_^\\ZQOICLFNHD>VR[Y_^[Y\Y[XZWOLǽȽͿ˾ʼɺǸƶĴóóóóóóƶ788888q999K999/999999 999999999 9999995999U666{CDEƶóóóóóóŵƷǹɺ˼̽ʼ˾mnl`IDD>E@LGB=JELGOKSPYW^]_^TSʾpjF?MGFAoi[Z_][Y\Y\Y[XZWNKƼȾ̿˽ʻȹǸŶĴóóóóóĴõttt333999g999C999)999999 999999 999999/999K888o677ƶijóóóóóĴŶǸȹǸȺɱǷpnlc|YSE?JDJDysF@MGMGMGKEJEJFJGrqseBOHQJQJQJRLRLRLRLQJOIJDOIµltlyy>8QMa`\Z\Z]Z]Z\Y\Y[XYUTPĹ˿Ϳ˽˽ʻȹƷŵijóóóóóĴĶ~444999k999I999-999999 999999999 9999991999M888q788ƶijóóóóȺy\chiijie`cj{TdzC=OHQJQJSLSMSMSMSMRLPJF@yslvuqfϷEA^]][\Y]Z^[]Z]Z\Y[WYUTPʾƺɼʽʽʼɺȹǸƶŴóóóóóóƴùXYZ333999_999?999%999999999999 999999)999C999e333efg˾ŴóóóƸȵa^ghjiic^sǿľCȹ¿ͺmvwvrbmlXW[X\Z]Z^[][]Z\Y[XYUPM¿ǹķƹȹȹǸǷŵĴóóóóóóƶ<=>777y999S9995999999999999999999!9997999W666}BCDƶóóò̺]aghiih`o¯D>MGOIQJRLSLSLSMSLRKPJGAǷptwwulgPM\Y]Z]Z^[]Z]Z\Y\XYVOKĹĶŷƷŶŵóóóóóóĴµrrr333999i999G999+999999 999999999 999999-999I999m344}}|ĶĴói^ehijia}vrE?JDMGNHPJQJQKQKQKPJOHD>wrxxwpVT[X]Z]Z][]Z]Z\Y[XZWWTYUôŵŵĴóóóóóóƵIJK555999[999;999#999999999999999 999999%999=999]444NPPƵóȺXdfhjien[YVUZYQMKFJEKFMGNHNHNHNHLGD?icowyíyu{WU[Y\Z\Z]Z\Z\Y\Y[XZWZVTP]YпôijóóóóóóĴŶ񄃃455999o999M9991999999 9999999999999991999M999q566Ŷòŷz]egiii`³kgQMNJUQYV][`_]\WUQNMHKFJEJDJDICHCB=]Zmwxįyįyq̼ecPNZW[X\Y\Y\Y\Y\Y[X[XZWYUYUTPNJhdν²óóóóóóóƵQRS444999_999?999'999999 999999999 999999'999A999_444QRSijɼo_fgiih_ȺIFKHKHPLVRWTXTXUXUYV[Y]\_^^]\ZZXYWYVYVZX[ZWVNMWUjvxįyưzůypƥTSJHROXUYVYWZVZWZWZVYVYVYVXUXTWSVSUQOKHDIDFA˻ϽóóóóóĴĶ󇆆566999s999O99939999999999999999999999993999O999s555ôʼp_egiih`C?OKOKOKOLPLPLPMPMPLOLOLPMPNRORQSQTRSRSQQOQNQMOLʸfswĮyDZzȱzƯyoţNLTRTSTSUSUSUSTSTRTRSRSRSQSQSQSQSQRQRQRPSPFE³óóóóƵPQR444999a999A999'999999 999999999 999999'999?999_444MNOǸ\eghhhebfcnktqvsyu}}}zxurohekvíxưyɲ{ɲzưyq̼b_jgqntq{x|y~{~{{xxuromjc`vsµóòóóĴõ뀀455999q999O99939999999999999999999999999991999M999o334wwx̿­Wdfgggf^rsqwŰyɲzʳzʲzǰyt{{{MkóóǶFHH555999]999?999'999999 999999999 999999%999=999[666ABBxZdffgfd\ku¬xDZzɲzʳ{ʳ{ȱyĮxoȷŶZ^[óŴʾmnn233999m999K9991999999999999999999999999999/999G999i333]^_pXbeeedb^ҿdqu¬xưyȱyȱzȱzǰyĮxumIJij[``^ijŶ:;;777{999W999;999%999999 999999999 999999#9997999S888u566^Z`ccchbfvxrjĽļŽļŽŽžƿǿøfruwíxĮyĮyĮyíx¬wvtnp}{wuqpolkkkkjjmnoruz{i\bb`^ƶOPQ444999c999E999+999999 999999999999999 999999)999A999_666ABB³o_Y\bca]\ZTxtosvvwwwwvuusqnllkkkkkkkjjjiihghggfggccc`_ñȽkll233999o999O9995999999999 999999999 999999999/999I999g333UVW±ŷïŸɾȽenppqqqqqpppoonmmmllllllkkkjjjiiiiig`_^\[눇778777{999Y999;999%999999 999999999 999999#9997999Q999q333jkkŻųҿ²ʽ~~~~~}}}|||{{{zzzyppokôABB555999a999C999+999999999777777999999 999999'999=999Y888y566~~~ŴòѿƸNPQ333999g999K9991999999999 666555999999999999+999C999_666:;;µŴóóòƷȻɼɼʽɺZ[\333999m999O9997999#999999 888666999 999999999/999G999c555@AAĶŴóóóȺ±ųefg333999s999U999;999%999999 999222666888999 999999!9993999K999g554CDDĶŴó±̿ijóóƵijk333888w999W999=999)999999999333222999999 999999#9995999M999i444DEEöŴóó̿±ijƵjkk444888y999Y999A999+999999999 666111999999 999999#9997999M999i444ABCŴ²ʻòijƶefg333888y999[999A999-999999999 777444999999 999999%9997999M999g555>>?˿Ƶ±ŶijŶ\]^333888w999Y999A999-999999999 888666555999999999999%9995999K999e655899wwxƵòǸijö렝PQR222999s999Y999A999-999999999 999111555999999 999999#9995999I999a777}444bcdŶijȸųʾًBCD333999o999U999?999+999999999 999222555999999 999999!9991999E999[888w222MNOͿųǷĵnop999555999i999Q999;999)999999999 999222444999999 999999999/999A999U999m444;<=uuvôʺƴ˾ݙSTU223777{999a999K9997999'999999999 888222444999999 999999999+999;999O999e777}333QRSǻŵʺ³ﳬqqr<<=444999q999Y999C9993999#999999999 777555111999999 999999999%9995999G999Y999q4449::fggͿȷͽĵɆKLM333777}999e999O999=999-999999999 999666222888999 999999999!999-999=999O999c777y333ABCpqqͿǸ̼ĵ͎UVX666555999o999Y999E9995999'999999999 999333555999999 999999999'9993999C999U999i666233CDEqqrȻŶ̼ȸ빱njWXY778333888s999_999M999;999-999!999999999 888222222888999 999999999999+9999999I999Y999k666333?@Acdeƶ˻ȸôǻ٨{zzOPQ667333888u999a999Q999A9991999%999999999 999555777999555999999 999999999#999-999;999I999Y999i777{333788OPQtttͿĴǶʺο˼ȷŵ´ƺ׮`abABB333444888s999a999Q999A9995999'999999999 999 888222222777999 999 999999999#999/999;999G999U999e888s554333:;?EFGNOPUVW]^_ccdggggggggheef`abYZ[RSTJKLABB:;;556333333555888u999i999_999U999K999A9997999-999%999999999999 999999777999999999999 999999999999#999+9993999;999C999K999S999[999a999i888o777u666{555444333333333333333333333333444555777y888s999k999e999_999W999O999G999?9997999/999'999999999999 999 999999999999999999999 999 999999999999!999'999/9995999;999?999E999K999O999S999W999[999]999_999a999a999a999_999_999[999Y999U999Q999M999I999C999=99979991999+999%999999999999999 999999999999999999999 999 999999999999999!999%999)999-999199959997999;999;999=999?999?999?999=999=999;999999979993999/999+999'999#999999999999999999 999 999999999999999999999999 999 999999999999999999999999!999#999#999%999%999%999#999#999!999999999999999999999999999 999 999999999999999999999999999999 999 999 999 999999999999999999999999999999 999 999 999 999 999999999999999333333333333333333333333333333333333333333333333wxmaxima-Version-18.02.0/locales/000077500000000000000000000000001324204105000165515ustar00rootroot00000000000000wxmaxima-Version-18.02.0/locales/.gitattributes000066400000000000000000000000211324204105000214350ustar00rootroot00000000000000*.po text eol=lf wxmaxima-Version-18.02.0/locales/.gitignore000066400000000000000000000000551324204105000205410ustar00rootroot00000000000000Makefile Makefile.in /*.mo /*.gmo transcoded wxmaxima-Version-18.02.0/locales/CMakeLists.txt000066400000000000000000000051671324204105000213220ustar00rootroot00000000000000find_package(Gettext) # which languages are supported? file(GLOB TRANSLATION_FILES *.po) # which sourcecode and data files can contain translatable text? file(GLOB POT_SOURCE_FILES ${CMAKE_SOURCE_DIR}/src/*.cpp ${CMAKE_SOURCE_DIR}/src/*.h ${CMAKE_SOURCE_DIR}/data/tips.txt) if(GETTEXT_FOUND) find_program(XGETTEXT xgettext) # generate a wxMaxima.pot in the build dir - don't touch the existing source (for now) # if that is okay, one may copy it to the source dir. # Currently the full source paths are used in the comments. message(STATUS "Create POT-file from current sourcecode and tips file") execute_process( COMMAND ${XGETTEXT} -C -k_ -s -o "wxMaxima.pot" ${POT_SOURCE_FILES}) foreach(POFILE ${TRANSLATION_FILES}) string(REGEX REPLACE ".*locales/(.*).po$" "\\1" LANG ${POFILE}) # convert the po to mo files and install them # (FIXME: different destination directories on Windows and Unix, should probably be unified.) gettext_process_po_files(${LANG} ALL PO_FILES ${POFILE}) if(WIN32) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.gmo" DESTINATION "wxMaxima/locale/${LANG}/LC_MESSAGES/" RENAME "wxMaxima.mo") else() install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.gmo" DESTINATION "share/locale/${LANG}/LC_MESSAGES/" RENAME "wxMaxima.mo") endif() # Call msgmerge for each language and create a merged language file message(STATUS "Create PO-file for language ${LANG}") execute_process( COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} ${CMAKE_SOURCE_DIR}/locales/${LANG}.po ${CMAKE_BINARY_DIR}/wxMaxima.pot OUTPUT_FILE "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po.new" ERROR_QUIET) file(RENAME "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po.new" "${CMAKE_CURRENT_BINARY_DIR}/${LANG}.po") endforeach() message(STATUS "The new POT and PO files were generated in the build directory.") message(STATUS "Call 'make update-locale' to modify the wxMaxima sourcecode.") file(GLOB NEW_PO_FILES "${CMAKE_BINARY_DIR}/locales/*.po") add_custom_target(update-locale COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_BINARY_DIR}/wxMaxima.pot" "${CMAKE_SOURCE_DIR}/locales/wxMaxima.pot" COMMAND sh -c "cp *.po ${CMAKE_SOURCE_DIR}/locales/" # FIXME: Convert to a CMake copy command... COMMENT "Installing wxMaxima.pot and po-files in the source directory ${CMAKE_SOURCE_DIR}") else() message(STATUS "Gettext not found - translations will be disabled") endif() wxmaxima-Version-18.02.0/locales/ChangeLog000066400000000000000000000042021324204105000203210ustar00rootroot000000000000002008-12-17 Marco Ciampa * it.po: updated italian translation. 2008-11-15 Marco Ciampa * it.po: updated italian translation. 2007-12-23 Marco Ciampa * it.po: updated italian translation. 2007-07-23 Harald Geyer * de.po: Updated german translation for next release * de.po: Made some translations shorter to fit better into the UI * de.po: Rearranged accelerator keys for Datei->... slightly 2007-03-22 Harald Geyer * de.po: Updated german translation 2006-12-05 Marco Ciampa * it.po: updated italian translation 2006-12-03 Harald Geyer * de.po: Updated german translation 2006-10-27 Marco Ciampa * it.po: re-encoded to UTF-8 since the encoding problem could be resolved with unicows.dll 2006-09-19 Harald Geyer * de.po: Updated german translation * de.po: re-encoded to utf-8 to make new gtk/pango happy 2006-08-09 Marco Ciampa * it.po: re-encoded to iso-8859-1 to resolve mswindows issue 2006-08-09 Marco Ciampa * it.po * es.po * de.po * fr.po * pt_BR * ru.po: strings updated 2006-08-09 Marco Ciampa * it.po: updated italian translation. 2006-04-09 Antonio Ullan * es.po: Updated spanish translation. 2006-04-08 Harald Geyer * de.po: Updated german translation 2006-03-30 Marco Ciampa * it.po: Updated italian translation. 2006-03-29 Marco Ciampa * it.po: Updated italian translation. 2006-03-23 Harald Geyer * de.po: Updated german translation 2005-11-17 Antonio Ullan * es.po: Updated spanish translation. 2005-11-05 Marco Ciampa * it.po: Updated italian translation. 2005-05-13 Marco Ciampa * it.po: Updated italian translation. 2005-02-14 Marco Ciampa * it.po: Updated italian translation. 2005-01-31 Marco Ciampa * it.po: Updated italian translation. wxmaxima-Version-18.02.0/locales/README000066400000000000000000000013661324204105000174370ustar00rootroot00000000000000Translations are an important aspect of open-source programs. Any help with them is always appreciated. In order to translate wxMaxima to a new language two things have to been done: - Translate wxMaxima.pot to your language. If you don't translate everything in one go that is to be expected: Quality is more important than quantity here and getmessage will be able to work with a partially-translated program just fine. If one of the messages contained in the wxMaxima.pot from the git repository changes while your work is still in progress, this is no problem, neither: msgmerge will find a solution to this. - For Linux desktop integration additionally data/wxMaxima.desktop additionally needs to be equipped with a translation. wxmaxima-Version-18.02.0/locales/ca.po000066400000000000000000007356411324204105000175140ustar00rootroot00000000000000# translation of ca.po to Innocent De Marchi # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Innocent De Marchi , 2010-2016. msgid "" msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2016-11-10 19:22+0100\n" "Last-Translator: Innocent De Marchi \n" "Language-Team: Innocent De Marchi \n" "Language: ca_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.11\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Suport unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Versió de Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "No connectat a Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "No connectat." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "(Gràfics)" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i línies amagades" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "<< Expressió més llarga del que permet la configuració! >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "«Copia LaTeX» afegeix els marcadors d'equacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "símbol «implica»" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i cel·les en la coa d'avaluació" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "Àl&gebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Aplicar a llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Quant a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Arxiu per &Batch\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blema de contorn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Informar d'e&rror" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "A&nàlisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forma &canònica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polinomi &caracteristic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Netejar memòria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combinar factorials" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplificació &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Fracció contín&ua" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copiar\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Integració &definida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Derivar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Editar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "Eliminar &variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Introduir matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Exemple" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Expandeix expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Expandeix &trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "Expo&nencialitzar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exportar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Factoritza expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Arxiu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "C&alcula arrel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Genera matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Mà&xim comú divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "A&juda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrupció\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrupció\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "In&verteix matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Carrega &paquet\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "Distribui&r sobre lista(es)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Ajuda de &Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Càlcul del &mòdul" #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Nou\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "N&umèric" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Integració &numèrica" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Obre\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Obre...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Gràfics" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Sèrie de &potències" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Imprimir...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Racional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "R&eduir trigonometria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Arrels reals d'un polino&mi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Desa\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Simplifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplifica expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplifica factorials" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplifica trigonometria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Resol" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Sèrie de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Matriu transporta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplificació &trigonomètrica" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3D" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Fer servir l'idioma predeterminat)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infinit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [s'han suprimit línies addicionals degut a què la sortida és més llarga " "que el permès en la configuració] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "S'ha introduït en wxMaxima 0.8.0 un 'cursor horitzontal'. El seu aspecte és " "el d'una línia horitzontal entre cel·les, indicant on apareixerà una nova " "cel·la en escriure o copiar una nova instrucció." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "S'ha introduït en wxMaxima 0.8.2 un nou format de document que permet desar " "les instruccions i comentaris de l'usuari i també els resultats. En desar el " "document, seleccioneu el format «Document xml wxMaxima» " #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Salt de pàgina" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Cel·la de sub-subsecció" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Cel·la de sub-subsecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Un símbol des del diàleg de configuració" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "&Condició inicial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Cancel·lar l'avaluació en cas d'error" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "&Quant a..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Quant a wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Claudàtor de cel·la activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matriu ad&junta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Afegir &igualtat algebraica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Afegir un directori a la ruta de recerca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Obre un document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Afegir directori a la ruta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Afegir igualtat al simplificador racional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Afegir l'arxiu .wxmx a l'exportació a HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Afe&gir a la ruta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" "Ordres addicionals que s'afegiran en el preàmbul en la sortida de LaTeX per " "a pdftex." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Línies addicionals per al preàmbul TeX:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Paràmetres addicionals per a Maxima (p. ex. -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Paràmetres addicionals per a Màxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Símbols addicionals per la barra lateral «símbols»:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Després de fer clic en animacions generades amb with_slider_draw() o " "similars, aquest control lliscant permet canviar el quadre actual." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Tots els nombres de variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Tots|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Valor predeterminat de la velocitat dels fotogrames:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Calcula el límit d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Calcula el límit d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Obre un document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Aplicar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "A propòsit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Vector:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Il·lustració de" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Demanar per a desar documents sense títol" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Condició inicial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Tabulació automàtica de noves línies" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Canvia automàticament el directori de treball de Maxima al directori del " "document actual: això es necessari si el document fa servir E/S d'arxius " "relatives al directori actual, però farà que Maxima 5.35 falli en la cerca " "del seu directori d'instal·lació quan el document actual estigui localitzat " "en una unitat distinta a la unitat d'instal·lació de Maxima. " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Interval per desar automàticament (minuts, 0 per desactivar):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Diagrama de barres..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Arxius bat (*.bat)|*.bat|Tots|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Arxiu per lots" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "A més a més de la funcionalitat de desfer global que està activada quan el " "cursor està entre cel·les, wxMaxima té una funció de desfer per cel·les que " "està activa si el cursor està dins una cel·la. En pressionar les tecles Ctrl" "+Z quan el cursor està dins una cel·la es pot fer servir un desfase d'ajust " "fi que no afecta als canvis realitzats en altres cel·les." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Escala del mapa de bits per a l'exportació:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Negreta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Activats simultàniament els cursors vertical i horitzontal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Diagrama de caixes..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Navegar" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Error: es requereix l'auto completat per un tipus d'ítem desconegut." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Error: cel·la esquerra sense entrada." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Error: hi ha una pregunta però no hi ha cap cel·la per contestar-la" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Error: hi ha una petició de canviar el contingut d'una cel·la situada abans " "de l'inici del full de càlcul." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Error: hi ha una petició d'eliminar una cel·la situada abans de l'inici del " "full de càlcul." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Error: hi ha una petició de canviar el contingut d'una cel·la per a desprès " "recuperar-ho." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" "Error: hi ha una cel·la matemàtica que indica que no pertany a cap grup " "«Cell»" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Error: ha canviat el text però no hi ha cap cel·la activa." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Error: s'està intentant assignar el valor NULL a una cel·la de grup." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Error: s'està intentant afegir la sortida de Maxima a una cel·la situada " "fora del full de càlcul." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Error: intent de moure el cursor de dibuix en horitzontal a un lloc inclòs a " "un «GroupCell»." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 #, fuzzy msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Error: s'està intentant registrar els canvis de contingut de la cel·la que " "no existeix." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" "Error: s'està intentant seleccionar a l'interior d'una cel·la sense que hi " "hagi una cel·la actual" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Error: desfer acció amb canvi del contingut de la cel·la i addició de la " "cel·la." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" "Error: s'està intentant desfer una acció a una cel·la situada fora del full " "de càlcul." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Informació de compilació" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Per defecte, Shift+Enter es fa servir per avaluar instruccions, i Retorn per " "introduir línies múltiples. És possible canviar aquest comportament en " "«Editar->Configuració» seleccionant «Tecla retorn avalua cel·les». D'aquesta " "manera es canvia la funcionalitat de les tecles." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "C&anviar variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Preferències" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "&Calcular producte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calcular su&ma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Format real gran de la darrera expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Format real de la darrera expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calcular mòdul:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Calcular el valor numèric del darrer resultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calcular productes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calcular sumes" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "No és possible connectar amb el servidor web." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "No es pot baixar la informació de la versió." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Cancel·lar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "No és possible engegar el binari de Màxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Canònic (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Català" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ce&l·la" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Claudàtor de cel·la" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "La cel·la acaba amb una barra invertida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Canviar pantalla &2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Canviar l'algoritme fet servir per mostrar la sortida matemàtica a la " "pantalla 2D." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Canviar variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Canviar variable a la integral o suma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polinomi característic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Comprovar actualitzacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Comprovar si hi ha disponible una nova versió de wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Xinès simplificat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Xinés tradicional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Seleccionar font" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Seleccionau un nuo format de gràfics:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Classes:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Tanca\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Tanca la finestra" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Codi ressaltat: comentaris" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Codi ressaltat: final de línia" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Codi ressaltat: funcions" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Codi ressaltat: números" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Codi ressaltat: operadors" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Codi ressaltat: cadenes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Codi ressaltat: variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Noms col.:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Columnes:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combinar factorials a una expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Coma directament seguida de un parèntesi de tancament" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Coordenades x separades per comes." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Coordenades y separades per comes." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Coordenades x separades per comes." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Coordenades x separades per comes." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Coordenades x separades per comes." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Comentar selecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Comentar el text actualment seleccionat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Selecció de comentaris\tCtrl-/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "&Autocompletar\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Autocompletar" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Aturar completament Maxima i reiniciar" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Simplificació &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calcular la fracció continua d'un valor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calcula la matriu adjunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calcula el polinomi característic d'una matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calcular el determinant d'una matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calcular el màxim divisor comú" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calcular la inversa d'una matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Calcular el mínim comú múltiple (executar «load(functs)» abans de fer servir)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condició" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Arxius de configuració (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Advertència sobre configuració" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configurar wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "C&ontreure logaritmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Convertir binomials, funcions beta i gamma a factorials" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Convertir binomials, funcions factorials i beta a funció gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Convertir expressió complexa a forma polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Convertir expressió complexa a forma cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Convertir funció exponencial d'argument imaginari a forma trigonomètrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Convertir logaritme d'un producte en suma de logaritmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Convertir suma de logaritmes en logaritme d'un producte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Convertir a &factorials" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Convertir a &gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Convertir a forma &polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Convertir a forma &cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Convertir expressió trigonomètrica a forma canònica quasi lineal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Convertir funcions trigonomètriques a forma exponencial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copiar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "&Copiar entrada anterior\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Copiar resultat anterior\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copiar com a imatge" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copiar com a &LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Copiar com a MathML" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Copiar com a MathML (per exemple al processador de textos)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Copiar com a &LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Copiar com a &LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Copiar com a &text\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Copiar com text sense format" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copiar selecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Copiar selecció del document com a imatge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copiar selecció del document com a imatge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Copiar la selecció del document a format MathML que molts de processadors " "poden mostrar com a equació 2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copiar selecció del document en format text" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copiar selecció del document en format LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "Copiar la selecció del document a format MathML que molts de processadors " "poden mostrar com a equació 2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Crea una nova cel·la con l'entrada anterior" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Crea una nova cel·la amb el resultat anterior" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Talla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Talla\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Talla selecció" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Txec" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danès" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matriu de dades:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Arxiu de dades (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Dades:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Depurar: veure la sortida estàndard de Màxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Descompondre funció racional en fraccions simples" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Predeterminat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Valor predeterminat de la velocitat dels fotogrames:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Font predeterminada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" "Valor predeterminat per a la mida de la zona de dibuix per a les noves " "sessions de Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "Port predeterminat per a comunicació amb wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Defineix la velocitat predeterminada (en fotogrames per segon) de " "reproducció de les animacions." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Suprimeix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Suprimeix f&unció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Suprimeix selecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Suprimeix v&ariable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Suprimeix una funció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Suprimeix una variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Suprimeix totes les variables de la memòria" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Suprimeix funció(ns):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Suprimeix variable(s):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Denom. deg:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Fondària:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivada:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Desviació..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vidir polinomis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Derivar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Diferenciar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Diferenciar expressió" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Derivar" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Direcció:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Gràfic discret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Mostrar format Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Mostra algoritme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Resoldre equació(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Mostra el darrer resultat en format TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Mostra el temps de l'avaluació" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Dividir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dividir números o polinomis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Divideix aquesta cel·la d'entrada en dues cel·les" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Voleu desar els canvis que realitzats al document \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Fons del document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " es va desar amb una versió més actualitzada de wxMaxima; és possible que no " "es carregui correctament. Si us plau, actualitzeu wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " es va desar amb una versió més actualitzada de wxMaxima. Si us plau, " "actualitzeu wxMaxima.." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Ordre «documentclass» per l'exportació TeX:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "No desis" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "E&quacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Surt\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Vectors &propis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Va&lors propis" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Suprimeix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Suprimeix una variable d'un sistema d'equacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Final de la demostració" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Anglès" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Introduïu les dades" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Introduir matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Introduir una matriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Introduir una equació per a simplificació racional:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Introduir una llista de variables separades per comes." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Tecla retorn avalua cel·les" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Introduir matriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 #, fuzzy msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Valor predeterminat de la velocitat dels fotogrames:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Introduir nova precisió per a «bigfloats»:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Introduir la ruta a l'executable Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Equació:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Equació %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Equació(ns):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Equació:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Equacions:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Error" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Error!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "A&valuar cel·la(es)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Avaluar formes &nominals" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Avaluar totes les cel·les\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Avaluar totes les cel·les visibles\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "A&valuar cel·la(es)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "A&valuar cel·la(es)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Avaluar les cel·les anteriors\tCtrl-Shift-P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "A&valuar cel·la(es)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Avaluar «Part»\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Avaluar secció\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Avaluar sub-subsecció\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Avaluar sub-secció\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Avaluar cel·les actives o seleccionades" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Avaluar totes les cel·les del document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Avaluar totes les formes nominals en una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Avaluar totes les cel·les visibles en el document" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Avaluar l'arxiu des del seu inici fins a la cel·la sota el cursor" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Avaluar a punt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Exemple" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Text d'exemple" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Exemples:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Sortir de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Expandir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Expandir (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Expandir expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Ex&pandir logaritmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Expandir una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Expandir expressió trigonomètrica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "&Exporta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Exportar les animacions a TeX (l'animació d'imatges només serà possible si " "el visor de PDF ho permet)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exportar document a arxiu HTML o pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Ha fallat l'exportació a HTML!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Ha fallat l'exportació." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Exportació reeixida." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Ha fallat l'exportació a HTML!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Ha fallat l'exportació a TeX!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Ha fallat l'exportació a arxiu per lots Màxima!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Exportant..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expressió" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expressió(ns):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expressió:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Factoritzar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Factorització comple&xe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Factoritzar expresió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Factoritzar una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Factoritzar una expressió en números gaussians" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Factorials i &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Error fatal" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figura %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Arxiu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "L'arxiu no es pot obrir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "No es troba l'arxiu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Arxiu obert" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "No existeix l'arxiu que cal carregar" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Arxiu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Buscar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "&Buscar\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Calcula &límit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Calcula mínim" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Calcula arrel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Calcula el mínim (sense restriccions) d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Calcula el límit d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Calcula una arrel d'una equació en un interval" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Calcular totes les arrels d'un polinomi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Calcular totes les arrels reals d'un polinomi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Cercar i substituir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Cercar i substituir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Calcular els valors propis d'una matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Calcular els vectors propis d'una matriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Calcular mínim" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Calcular les arrels reals d'un polinomi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Calcular arrel" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Buscar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Finlandès" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" "Fitxar els índexs de referència reorganitzats (de %i, %o) abans de desar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Font proporcional en controls de text" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Plegar tot\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Duplicar totes les seccions" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Segueix" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema amb el tipus de lletra: l'alçada de les lletres és massa petita! " "Instal·leu http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts." "html i seleccionau l'opció «Fer servir els tipus de lletra JSmath» en la " "configuració hauria de solucionar el problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema amb el tipus de lletra: el signe «sqrt()» té mida 0! Instal·leu " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html i " "seleccionau l'opció «Fer servir els tipus de lletra JSmath» en la " "configuració hauria de solucionar el problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Problema amb el tipus de lletra? El contingut de «sqrt()» té mida 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Font fet servir en el document." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Font feta servir per mostrar caràcters matemàtics en el document." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Fonts" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Imatge %i de %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francès" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Des de:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "P&antalla completa\tAlt+Retorn" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funció" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funció(ns):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funció:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funcions per a la simplificació complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funcions per a simplificar factorials i funció gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funcions per a simplificar expressions trigonomètriques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "MCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Imatges gif (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galleg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matemàtiques generals" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "&Matemàtiques generals\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Genera matriu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "&Genera matriu a partir d'expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Genera matriu a partir d'una taula de 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Genera matriu a partir d'una expressió lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Alemany" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Calcula part &imaginària" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Calcula &sèrie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Calcula la transformada de Laplace d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Calcula part &real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Calcula la transformada inversa de Laplace d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "" "Calcula el desenvolupament de Taylor o sèrie de potències de l'expresió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Calcula la part imaginària d'una expressió complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Calcula la part real d'una expressió complexa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Hi ha una petició de desfer una acció que implica una eliminació que no és " "possible realitzar en aquest moment." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Grec" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Lletres gregues" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Lletres gregues\tAlt-Shift-G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constants gregues" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Quadrícula:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "Arxiu HTML (*.html)|*.html|Arxiu per lots Màxima (*.mac)|*.mac|Arxiu " "pdfLaTeX (*.tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Ajuda" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Amaga totes les barres d'eines\tAlt-Shift--" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Dividir cel·la" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Sub-secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Sub-sub-secció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Amaga tots els panells" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Constants gregues" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Resaltat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histograma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histograma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Història" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Historial\tAlt-Shift-I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "El cursor horitzontal funciona com un cursor normal, però opera amb cel·les: " "polsau la fletxa amunt o abaix per moure'l; si manteniu polsada la tecla " "'Majúscula' durant el movimient es seleccionaran les cel·les, prement " "'Retroces' o 'Espai' dues vegades es suprimirà la cel·la contigua." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Hongarès" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Idèntic a" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Si vàries cel·les son avaluades simultàniament, aturar l'avaluació si " "wxMàxima detecta que Màxima ha trobat un error." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Si no és exageradament llarg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Si no és massa llarg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Si els nombres superen aquest nombre de dígits es mostraran abreviats amb " "una el·lipse." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Si aquest nombre de minuts es superat després de la darrera operació de " "desar el fitxer, s'ha assignat un nom al fitxer (obrint-lo o desant-lo) i el " "teclat roman inactiu més de 10 segons, es desarà el fitxer. Si el nombre és " "zero no es desarà automàticament el fitxer en cap cas." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Si aquesta opció està seleccionada, la font .wxmx de l'arxiu actual serà " "copiat en un lloc al qual s'agregarà un enllaç cap el resultat de una " "exportació." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Si escriu un operador (algun d'aquests +*/^=,) com a primer símbol en una " "cel·la d'entrada, el símbol % serà inserit abans de l'operador, com en una " "calculadora gràfica. Podeu desactivar aquesta funcionalitat en el formulari " "de 'Edició->Configuració'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Si es torba molt a realitzar-se un càlcul, és possible aturar-ho " "seleccionant 'Maxima->atura' o 'Maxima->Reinicia Maxima' en el menú." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Imatge" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Arxius gràfics (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "A la sortida LaTeX: posar els exponents després de un subíndex enlloc de per " "sobre d'ell. Això poc millorar la llegibilitat d'algunes fonts o subíndex " "curts." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Incloure columnes:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "respecto la variable:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Informació sobre la compilació de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimadors inicials:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Problema de valor inicial (&1)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Problema de valor inicial (&2)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Introduir etiquetes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Insereix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Inserir % abans d'un operador a l'inici d'una cel·la" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Nova cel·la de &secció\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Nova cel·la de te&xt\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "In&serta cel·la\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Insereix imatge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "I&nsereix imatge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Nova cel·la d'&entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Insereix un salt de pàgina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Insereix cel·la de s&ubsecció\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Insereix cel·la de s&ub-subsecció\tCtrl-5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Insereix cel·la de secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Insereix cel·la de subsecció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Insereix cel·la de sub-subsecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Insereix cel·la de &títol\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Insereix cel·la de text" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Insereix cel·la de títol" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Insereix nova cel·la d'entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Insereix nova cel·la de secció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Insereix nova cel·la de subsecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Insereix nova cel·la de sub-subsecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Insereix nova cel·la de text" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Insereix nova cel·la de títol" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Insereix nova pàgina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Insereix imatge" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Enters i lletres simples" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Símbol d'integral" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/suma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integra (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integra expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integra expressió amb algoritme Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integra..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Claudàtor de cel·la activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Atura" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Atura el càlcul actual" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Interrompre el càlcul actual. Per reiniciar Maxima completament, premi el " "botó situat a l'esquerra d'aquest." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrada no vàlida per a el programa Maxima.\n" "\n" "Si us plau, introduïu novament la ruta al programa Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Laplace inversa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Trans&formada inversa de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 #, fuzzy msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "És possible definir biblioteques reutilitzables Màxima amb wxMàxima que es " "poden carregar posteriorment amb la funció load(). Només cal exportar un " "arxiu amb el format .mac. " #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italià" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Itàlica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japonés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Kabyle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Mantenir el signe de percentatge per a símbols especials: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MCM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: situar els exponents després enlloc de dalt dels subíndexs" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "LaTeX: fer servir el símbol de «derivada parcial» per representar diff()" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Amplada de l'etiqueta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Idioma de la interfície d'usuari de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Idioma:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformada de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "tendeix a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Mí&nim comú múltiple" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Ajust per mínims quadrats" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Ajust per mínims quadrats..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Qualsevol procés de wxMàxima pot accedir a les biblioteques amb " "independència del directori d'execució, si es col·loquen en el directori de " "l'usuari. Aquest directori es pot localitzar fent servir «maxima_userdir»" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Límit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Límit..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regressió lineal..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "List with values" msgstr "el valor es:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Llista(es):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Llista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Carrega" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Carrega paquet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Carrega un arxiu Maxima fent servir l'ordre batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Carrega un paquet Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Llegir estil des d'un arxiu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Fletxa dreta llarga" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Cota inferior:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Distribuir sobre &matriu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barra d'eines principal\tAlt-Shift-B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Construir &llista..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Fer una substitució en una expressió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Aplicar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Aplica funció a una llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Aplica una funció a una matriu" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Arxiu per lots" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Fer coincidir parèntesi en els controle de text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Font matemàtica:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Font matemàtica:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Símbols matemàtics" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Aplica rmatriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nom de matriu:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matriu:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Màxima planteja una pregunta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Màxima planteja una pregunta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Icone de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima està calculant" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Màxima planteja una pregunta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Entrada Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima està calculant" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Entrada Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Paquet de Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Paquet Maxima (*.mac)|*.mac|Paquet Lisp (*.lisp)|*.lisp|Tots|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Procés de Maxima finalitzat." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programa Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Preguntes de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima iniciat. Esperant la connexió..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Inicia animació" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "Maxima gestiona tres tipus de nombres: fraccions exactes (per exemple les " "generades escrivint 1/10), nombres de coma flotant IEEE (0.2) i nombres " "decimals de precisió arbitrària (1b-1). Atès que es manegen en forma " "binaria, no com a nombres decimals, no hi ha manera de generar un nombre de " "coma flotant IEEE que sigui exactament 0,1. Si es fan servir nombres de coma " "flotant enlloc de fraccions, de vegades Maxima produirà petits errors com " "fer servir 3602879701896397/36028797018963968 per a 0,1." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima fa servir ':' per assignar un valor a una variable ('a : 3;') i ':=' " "per definir funcions ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Versió de Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Opcions de Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Nombre màxim de dígits per mostrar:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Test diferència de mitjanes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Test mitjanes..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Aplicar..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Mitjana:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Unir cel·les" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Unir cel·les" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" "Combinar el text a partir de l'entrada de dues cel·les per produir una cadena" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Missatge de la sortida estàndard de Màxima:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Mètode:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "No coincideixen els parèntisi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Mòdul" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Mu" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nom:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Nou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Nou\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Nou document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Noves línies: anar al text" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Nuo valor:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nova variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Següent ordre\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "No" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "No hi ha ($) o punt i coma (;) al final de l'ordre" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "No s'han trobat coincidències!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Test de normalitat..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Normalment, html espera que les imatges tenguin una resolució baixa per " "estalviar espai. És freqüent que aquestes imatges es vegin borroses en les " "pantalles modernes. Per això, s'ha introduït aquesta opció de configuració " "per permetre seleccionar el factor d'augment (respecte al valor " "predeterminat) de la resolució en fer l'exportació a HTML." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Noruec" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "La dimensió de la matriu no és vàlida!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "El nombre d'equacions és incorrecte!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Sense connexió amb Màxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "No conectat." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Nu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "num deg:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Nombre d'equacions:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Nombre d'equacions:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Números" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "d'Acord" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Valor anterior:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Variable anterior:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Omicron" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Una vegada establert l'enllaç de xarxa local entre Màxima i wxMàxima, no hi " "ha cap raó per a què Màxima envii missatges fent servir el flux de sortida " "estàndard del sistema de manera que aquest flux ha d'ésser un missatge de " "salutació; el funcionament de Màxima pot enviar missatges d'error fent " "servir el flux de sortida d'errors del sistema en el seu lloc. Si es " "selecciona aquesta opció, serà visible el flux de sortida estàndard de " "Màxima pels missatges." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Test t per a una mostra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutorials en línia" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 #, fuzzy msgid "Only user-defined labels" msgstr "Etiquetes definides per l'usuari" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Obre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Obre sessió &recent" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Obrir una cel·la quan Maxima espera una entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Obre un document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Obre nova finestra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Obre document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Obre matriu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Obrint arxiu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opcions" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opcions:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Cel·les obsoletes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Etiquetes de sortida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Aproximació de &Padé..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Imatge PNG (*.png)|*.png|Imatge JPEG (*.jpg)|*.jpg|Mapa de bits de Windows " "(*.bmp)|Imatge animada portable (*.pnm)|*.pnm|Format d'imatge amb etiqueta " "(*.tif)|*.mbp|Imatge de mapa de pixels X (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Aproximació de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Aproximació de Padé d'una sèrie de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Salt de pàgina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Paral·lel a" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Gràfic paramètric" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Fraccion&s simples..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Fraccions simples" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Parts del document no s'han carregat correctament!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Parts del document no s'han carregat correctament:\n" "S'ha trobat un nom d'etiqueta XML desconegut " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Enganxa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "&Enganxa\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Enganxa des del porta-papers" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Aferra text des del porta-papers" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Perpendicular a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagrama de sectors..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configuri wxMaxima amb 'Edita->Configura'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Reiniciau wxMaxima per aplicar els canvis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Gràfics &2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Gràfics &3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Format de gràfics" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Gràfics 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Gràfics 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Gràfics 2D..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Gràfics 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Gràfics 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Gràfics 3D...." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Format dels gràfics" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Gràfic en 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Gràfic en 3 dimensions" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Gràfic a l'arxiu:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polonès" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinomi 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinomi 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portuguès (Brasil)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Arxiu postscript (*.eps)|*.eps|Tots|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Precisió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Preferències...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Amb la combinació de tecles Crtl+Espai o Ctrl+Tabulador s'inicia la funció " "de auto-completar que no es limita a les funcions del nucli de Màxima i als " "seus paràmetres: també funciona amb els paràmetres del paquets carregats " "actualment i les funcions definides en l'arxiu actual." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Ordre anterior\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprimir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprimir document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Imprimir document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Producte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Signe de producte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Monitor d'XML sense processar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Avaluar les cel·les anteriors a la senyalada pel cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Avaluar les cel·les anteriors a la senyalada pel cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Llegir matri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Llegint el resultat de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Preparat per a l'entrada de l'usuari" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Torna a executar la següent ordre del historial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Tornar executar l'ordre anterior del historial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forma cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Desfer\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Desfer el darrer canvi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Reduir (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Simplificar expressió trigonomètrica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Rebutjat l'enviament de la cel·la a Màxima:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "&Suprimeix tots els resultats" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Construir una llista a partir d'una expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Suprimeix els resultats de les cel·les d'entrada" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Selecciona tot" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Reemplaçades %d coincidències." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Informa de l'error" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Reinicia Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Reinicia Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Reinicia Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Reinicia Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Resultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Retorna a la cel·la que s'està avaluant actualment." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rho" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Fletxa esquerra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integració &Risch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Arrels d'un &polinomi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Arrels reals &grans d'un polinomi" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Files:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russ" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr "(Gràfics)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Exemple 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Exemple 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Mostra:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Desa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Desa animació" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Desa com" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Desa &com\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Desa imatge..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Desa selecció a imatges" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "&Desa selecció a imatges..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Desa animació en un arxiu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Desa document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Desa document com" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Desar només aquest nombre d'accions en la memòria intermèdia de desfer " "accions. 0 significa: desar un nombre infinit d'accions." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Desa la disposició de panells" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Desa la disposició de panells entre sessions." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Desa gràfic en un arxiu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Copia la selecció del document a una imatge" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Desa la selecció en un arxiu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Desa estil en un arxiu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Desa el mida/posició de la finestra de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Desa mida/posició de la finestra de wxMaxima entre sessions." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Error en desar." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Desat correctament." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Desant..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Diagrama dispersió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Diagrama dispersió..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Secció" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Cel·la de secció" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Sembla que hi ha algun problema amb el tipus de lletra. Instal·leu http://" "www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html i seleccionau " "l'opció «Fer servir els tipus de lletra JSmath» en la configuració hauria de " "solucionar el problema." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Sembla que hi ha algun problema amb el tipus de lletra. Instal·leu http://" "www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html i seleccionau " "l'opció «Fer servir els tipus de lletra JSmath» en la configuració hauria de " "solucionar el problema." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Selecció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Selecciona tot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "&Selecciona tot\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Selecciona el programa Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Selecciona sub-mostra" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Selecciona una constant" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Selecciona tot" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Selecciona l'algoritme de sortida matemàtica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Seleccionant una part del resultat i polsant el botó dret emergirà un menú " "amb funcions aplicables sobre la selecció." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Selecció" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Sèrie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Sèrie..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Servidor iniciat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Establir aug&ment" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Establir la &precisió en coma flotant..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Establir la font fitxa en els controls de text." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Establir el format dels gràfics" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Inicia o atura l'animació" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Determineu la precisió dels números definits com a «bigfloat». Aquest tipus " "de nombres es poden generar escrivint 1.5b12 o be bfloat(1.234)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Establir ampliació a 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Establir ampliació a 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Establir ampliació a 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Establir ampliació a 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Establir ampliació a 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Establir reducció al 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Establir les condicions inicials per a resoldre EDO mitjançant la " "transformada de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Configura el càlcul del mòdul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Mostra &definició..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Mostra &funcions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Mostra &suggiments..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Mostra &variables" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Mostra l'ajuda de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "&Mostra plantilla\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Mostra un suggeriment" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Mostra tots les ordres semblents a:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Mostra un exemple per a l'ordre:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Mostra un exemple d'ús" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Mostra ordres semblants a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Mostra les funcions definides" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Mostra les variables definides" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Mostra la definició d'una funció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Mostra la plantilla de funció" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Mostra &variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Mostra expressions llargues en el document de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Mostra expressions llargues:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Mostra &funcions" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Mostra la definició de la funció:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Mostra l'ajuda de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Simplifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplifica &radicals" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Simplifica (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Simplifica (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplifica expressió" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplifica una expressió amb factorials" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplifica una expressió amb radicals" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplifica expressió racional" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplifica la suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplifica una expressió trigonomètrica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Des de wxMaxima 0.8.2 es possible inserir imatges en els documents. " "Seleccioni 'Cel·la->Inserir imatge' en el menú. Cal tenir present que cal " "desar el document en format 'Document xml wxMaxima' si voleu que es desi la " "imatge amb la resta del document." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Solució:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Resoldre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Reso&ldre sistema algebraic..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Resoldre &sistema lineal..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Resoldre &EDO..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Res&oldre (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Resoldre EDO" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Resoldre E&DO amb Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Resoldre EDO..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Resoldre sistema algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Resoldre sistema algebraic d'equacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Resoldre problema de contorn per a una EDO de segon ordre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Resoldre equació(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Resoldre equació amb to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Resoldre problema de valor inicial per a EDO de primer ordre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Resoldre problema de valor inicial per a EDO de segon ordre" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Resoldre sistema lineal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Resoldre sistema d'equacions lineals" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Resoldre equació diferencial ordinària d'ordre màxim 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Resoldre equacions diferencials ordinàries amb la transformada de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Resoldre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Alguns visors de PDF poden mostrar imatges animades i wxMaxima és capaç de " "generar-les. Si se selecciona aquesta opció, podrien esser necessaris " "paquets addicionals de LaTeX per compilar la sortida." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Castellà" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constants especials" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Inicia animació" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Inicia o atura l'animació" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Iniciar o aturar l'animació seleccionada generada per una ordre de la classe " "«with_slider»" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Ha fallat l'engegada de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Engegant maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "L'engegada del servidor ha fallat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Engegant el servidor en el port %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 #, fuzzy msgid "Startup commands" msgstr "Introducir comando" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Estadística" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "&Estadística\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Cadenes de text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Estil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Estils" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Sub-mostra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Sub-secció" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Cel·la de sub-secció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "S&ubstitueix" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substitueix" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substitueix..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Sub-sub-secció" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Cel·la de sub-subsecció" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Signe de suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Símbols\tAlt-Shift-Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Informació del sistema" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Taula de continguts" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Taula de continguts\tAlt-Shift-T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Sèrie de Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Cel·la de text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Cel·la de text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Fons de cel·la de text" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Text igual a la selecció" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "La funció «Copia com MathML» permet copiar equacions en format MS Word que " "serà automàticament reconegut com a «objecte editor de fórmules». Altres " "editors de fórmules d'editor de text també tenen una funció d'importació per " "al format MathML." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "L'alçada predeterminada dels gràfics incrustats. Es pot llegir o modificar " "amb la variable «wxplot_size» de Maxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Port predeterminat per a comunicació entre Maxima i wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "L'amplada predeterminada dels gràfics incrustats. Es pot llegir o modificar " "amb la variable «wxplot_size» de Maxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "Es farà servir l'ordre «documentclass» de LaTex en els seus documents." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Trans&formada inversa de Laplace" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "La lletra «X» té una mida zero. Instal·leu http://www.math.union.edu/~dpvc/" "jsmath/download/jsMath-fonts.html i seleccionau l'opció «Fer servir els " "tipus de lletra JSmath» en la configuració hauria de solucionar el problema." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "El manual oficial de Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 #, fuzzy msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "El terminal pngCairo proporciona gràfics de major qualitat (amb prevenció de " "distorsions i estils de línia addicionals). Però només produirà gràfics si " "el «gnuplot» instal·lat actualment en el sistema pot gestionar-ho." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Hi ha més recursos sobre Maxima i wxMaxima a internet. Visitau http://" "andrejv.github.com/wxmaxima/help.html per obtenir més informació i tutorials " "per fer servir wxMaxima i Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "S'ha produït un error en el XML generat!\n" "\n" "Si us plau, informeu de l'error." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Graduacions:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Repeticions:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Títol" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Cel·la de títol" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Les cel·les de títol, secció i sub-secció són plegables per a ocultar el " "contingut. Tant per plegar-les com per a des-plegarles feu clic en el quadre " "contigu a la cel·la. Si al mateix temps polsau 'Majúscules', tots els sub-" "nivells es plegaran/des-plegaran." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "A real gran (&bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "A &real" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "A real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "A Numèri&c\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Per a representar en coordenades polars, seleccioneu 'set polar' a l'entrada " "d'Opcions del quadre de diàleg de Gràfic 2D. Podeu ferla representació en " "coordenades esfèriques i cilíndriques en 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Per a col·locar entre parèntesi una expressió, seleccioneu-la i premeu «(» o " "«)», segons on voleu que es col·loqui el cursor a continuació." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Per a desar la mida i posició de la finestra de wxMaxima entre sessions, feu " "servir 'Edita->Configura'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Per engegar fent servir wxMaxima tot seguit, comenceu teclejant una " "instrucció. Apareixerà una cel·la d'entrada. Polseu 'Majúscules-Retorn' per " "a iniciar el càlcul." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Fins a:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Activa l'opció &algebraica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Activa sortida &numèrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Activa la pantalla de &temps" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Activa l'opció algebraica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Desa animació en un arxiu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Activa l'edició de pantalla completa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Activa sortida numèrica" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Icones de la barra d'eines" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traduït per" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Matriu transposta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Turc" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "&Tutorials" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Test t amb dues mostres" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Tipus:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Copiar com text sense format" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tipus:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ucraïnés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Parèntesi sense tancar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Parèntesi sense tancar on s'ha trobat «;» o «$» " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "No és possible interpretar la informació sobre la versió obtinguda de http://" "andrejv.github.io//wxmaxima/version.txt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Subrallat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "El subratllat es converteix en subíndexs:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "D&esfer\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Desfer el darrer canvi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Límit per desfer accions (0 per a sense límit):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Desplegar tot\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Desplegar totes les seccions plegades" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Sub-secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Sub-sub-secció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Constants gregues" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Suport Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Comentari sense acabar." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Cadena sense final." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Actualitza" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Cota superior:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Ípsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Usar algoritme Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Fer servir «Cairo» per millora la qualitat dels gràfics." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Usar punt centrat com a operador de multiplicació" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Utilitza fonts jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Feu servir el símbol de «derivada parcial» per a representar la fracció que " "representa diff() en exportar a LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 #, fuzzy msgid "Use unicode Math Symbols, if available" msgstr "Etiquetes definides per l'usuari" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Etiquetes definides per l'usuari" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 #, fuzzy msgid "User-defined labels if available" msgstr "Etiquetes definides per l'usuari" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Tots els nombres de variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variable(s):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variables" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variables:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Variància..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Veure" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Avís" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Bienvingut a wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "En aplicar funcions amb un argument del menú, l'argument pre-determinat és " "'%'. Per aplicar la funció a un altre valor, seleccioneu-lo en el document " "abans d'executar la instrucció del menú." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Document complet (*.wxmx)|*.wxmx|L'entrada, llegible per load() (maxima > " "5.38) (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Full de càlcul" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Emboliqui les equacions exportades per la funció «copia a LaTeX» amb \\[ i " "\\] com a marcadors d'equació" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Cerca embolicada" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Escrit per" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Inspector XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Sí" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Podeu veure la darrera sortida fent servir la variable '%' . És possible " "veure la sortida de les ordres anteriors fent servir les variables '%on' on " "n és el número de la sortida." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Podeu avaluar el document complet seleccionant 'Cel·la->Avaluar totes les " "cel·les' en el menú o amb les tecles ràpides. Les cel·les s'avaluaran en " "l'ordre en què apareixen en el document." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Podeu llegir informació sobre una funció de Maxima seleccionant o fent clic " "sobre el nom i polsant F1. wxMaxima mostrarà l'ajuda disponible de la " "paraula sota el cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Podeu amagar la part del resultat d'una cel·la fent clic sobre el triangle a " "la seva esquerra. Això mateix podeu fer-ho a cel·les de text." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Podeu afegir diferents tipus de cel·les en un document de wxMaxima " "seleccionant el menú 'Cel·la'. Cal tenir present que només és possible " "avaluar «cel·les d'entrada», els altres tipus de cel·les es fan servir per a " "comentaris i estructuració dels vostres càlculs." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Podeu seleccionar més d'una cel·la, amb el ratolí, fent clic i arrossegant " "entre cel·les o claudàtor de cel·les, amb el teclat, mantenint polsada la " "tecla de Majúscules a la vegada que es mou el cursor horitzontal, per a " "operar sobre la selecció. Això serà d'utilitat en haver de suprimir o " "avaluar vàries cel·les simultàniament." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "La seva versió és %s. La versió actual és %s.\n" "\n" "Seleccionau d'Acord per visitar la web de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Els vostres canvis es perdran si no els desau." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "La vostra versió de wxMaxima està actualitzada." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Ampliar &Amplia\tCtrl-+" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Zoom Redueix&t\tCtrl--" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Redueix 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Amplia 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[sense desar]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[sense desar*]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i dígits]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Diagrama animat\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Diagrama animat\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alpha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "i" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "anti-simètrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Aplicar funció a llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "ambdós costats" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "seleccionar un lisp de Màxima compilat amb" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "pre-determinat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "buit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "equivalent" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "existeix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=No generar subindexs\n" "true=Convertir automàticament els guions baixos a subíndexs si aquests són " "números o lletres individuals\n" "all=_ marcar subíndexs." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Construir llista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "general" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "més gran o igual que" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "pertany" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "en línia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "intersecció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "iota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "esquerra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "menor o igual" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "escala logarítmica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matriu[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "El «pwd» de Maxima és la ruta al document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "mu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "Molt major que" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "molt menor que" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "pertany" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "nand" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "no" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "nor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "not" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "no idèntics en el mode de bit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "no és subconjunt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "no és subconjunt o igual" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "not" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "nu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "omicron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "or" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "símbol parcial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "més o menys" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "proporcional a " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "rho" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "dreta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (requereix parèntesi pel seu argument per a funcionar com una ordre de " "Màxima)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "Sub-conjunt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "Subconjunt o igual" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simètrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "posar «sbcl» per fer servir Mb de capçalera" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "no hi ha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "a la potència de 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "a la potència de 3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "sense desar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sense nom" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sense nom %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "upsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Noms de funcions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "A&juda de wxMaxima\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "A&juda de wxMaxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMàxima pot executar ordres cada vegada que s'engega escrivint-les a un " "arxiu de text amb el nom «wxmaxima.rc» ubicat en el directori del usuari. " "Aquest directori es pot localitzar escrivint «maxima_userdir»" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configuració de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima no localitza Maxima!\n" "\n" "Configureu wxMaxima amb 'Edita->Configura.\n" "A continuació engegueu Maxima amb 'Maxima->Re-engega maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima no troba els arxius d'ajuda.\n" "Comproveu la instal·lació." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima no pot engegar el servidor.\n" "\n" "Comproveu si teniu el suport de xarxa\n" "activat i proveu de nou!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "En los quadres de diàleg de wxMaxima apareixen entrades pre-determinades, " "una de las quals és '%'. Si heu fet una selecció en el document, es farà " "servir enlloc de '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Document wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Document wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima ha detectat un error en carregar " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Icone de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima es una interfície gràfica d'usuari per al Sistema d'Àlgebra " "Simbòlica (CAS) MAXIMA, basat en wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima es una interfície gràfica d'usuari per al Sistema d'Àlgebra " "Simbòlica (CAS) Maxima, basat en wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Inicia animació" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "xor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "sí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "S'esperava trobar els arxius d'icones a" #~ msgid "Maxima has a question" #~ msgstr "Màxima planteja una pregunta" #~ msgid "Parsing output" #~ msgstr "Analitzant sortida" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Error: s'ha sol·licitat la fusió de l'inici o final d'accions d'edició " #~ "encadenades dues vegades en una fila." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Error: s'està intentant combinar addicions de cel·les individuals a una " #~ "regió a la coa de desfer accions però hi ha altres cel·les entre elles." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "Intentant desfer una acció sense cel·la inicial." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Intentant desfer alguna acció sense que hi hagi accions per desfer." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima no troba els arxius de suggeriments.\n" #~ "\n" #~ "Comproveu la instal·lació." #~ msgid "Tips not available, sorry!" #~ msgstr "Perdoneu, el suggeriment no està disponible, " #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "" #~ "Error: s'ha trobat un marcador de final de matemàtiques sense un marcador " #~ "d'inici." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "" #~ "Error: s'ha trobat el final dels símbols de finalització automàtica sense " #~ "començament" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Deixar de comprimir el text d'entrada de Maxima i comprimir les imatges " #~ "individualment: aquesta acció permet que els sistemes de control de " #~ "versions com a git i svn puguin detectar els canvis amb eficàcia." #~ msgid "Optimize wxmx files for version control" #~ msgstr "Optimitzar els fitxer wxmx per al control de versions" #~ msgid "Font issue: The Parenthesis sign is too small!" #~ msgstr "" #~ "Problema amb el tipus de lletra: el signe de parèntesi és massa petit!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "HI ha hagut un error en la exportació a imatge GIF!\n" #~ "\n" #~ "Assegurau-vos que el programa ImageMagick està instal·lat i què wxMaxima " #~ "pot trobar el programa de conversió." #, fuzzy #~ msgid "" #~ "If maxima ever finishes evaluating without wxMaxima realizing this menu " #~ "item can force wxMaxima to try to send commands to maxima again." #~ msgstr "" #~ "Si Màxima no acaba mai d'avaluar sense que wxMàxima faci això, aquest " #~ "ítem de menú obliga a wxMàxima a intentar enviar l'ordre una altra vegada " #~ "a Màxima." #~ msgid "Manually Trigger Evaluation" #~ msgstr "Avaluació manual de l'engegador" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Programa Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Preguntes de Maxima" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size '" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Expressió excessivament llarga per ser mostrada! >>" #~ msgid " << Unfold >>" #~ msgstr " << Desplegar >>" #~ msgid "&Cell" #~ msgstr "Ce&l·la" #~ msgid "&Copy" #~ msgstr "&Copiar" #~ msgid "&Describe\tCtrl+H" #~ msgstr "&Describir\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "E&ditar entrada\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "&Entrada\tF7" #~ msgid "&Monitor file" #~ msgstr "&Monitorizar archivo" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Nou\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nova finestra\tCtrl+N" #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "&Re-calcular entrada\tCtrl+R" #~ msgid "&Read file" #~ msgstr "Leer &archivo" #~ msgid "&Text\tF6" #~ msgstr "&Texto\tF6" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Nada que mostrar >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Ajuste para el tamaño de la fuente griega" #~ msgid "Adjustment:" #~ msgstr "Ajuste:" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Todos|*|Paquete maxima(*.mac)|*.mac|Archivo demo (*.dem)|*.dem|Archivo " #~ "lisp (*.lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Animació" #~ msgid "Apply function:" #~ msgstr "Aplicar función:" #~ msgid "At point:" #~ msgstr "En el punto:" #~ msgid "Autocomplete" #~ msgstr "Autocompletar" #~ msgid "Autoload a file when it is updated" #~ msgstr "Autocargar un archivo cuando sea actualizado" #~ msgid "Background" #~ msgstr "Fondo" #~ msgid "Basic" #~ msgstr "Básico" #~ msgid "Bug: Fraction without denominator" #~ msgstr "Error: fracció sense denominador" #~ msgid "Bug: Fraction without enumerator" #~ msgstr "Error: fracció sense numerador" #~ msgid "Button panel:" #~ msgstr "Panel de botones:" #~ msgid "C&lear screen" #~ msgstr "&Limpiar pantalla" #~ msgid "Char poly of:" #~ msgstr "Polinomio característico de:" #~ msgid "Close document?" #~ msgstr "Tancar document?" #~ msgid "Comment out" #~ msgstr "Comentar" #~ msgid "Copy &text" #~ msgstr "Copiar &texto" #~ msgid "Copy As Image" #~ msgstr "Copiar com imatge" #~ msgid "Copy LaTeX" #~ msgstr "Copiar LaTeX" #~ msgid "Copy cells" #~ msgstr "Copiar celdas" #~ msgid "Copy input" #~ msgstr "Copiar entrada" #~ msgid "Copy input from console" #~ msgstr "Copiar entrada desde documento" #~ msgid "Copy selected cell(s)" #~ msgstr "Copiar celda(s) seleccionada(s)" #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "Copiar selección de la consola (saltos de línea incluidos)" #~ msgid "Copy selection from console to input line" #~ msgstr "Copiar selección de la consola a la línea de entrada" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Copiar selección al portapapeles cuando se hace en el documento." #~ msgid "Copy to clipboard on select" #~ msgstr "Copiar la selección al portapapeles" #~ msgid "Copy to input" #~ msgstr "Copiar a la entrada" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Cortar Celda(s)\tCtrl+Shift+X" #~ msgid "Cut selection from document" #~ msgstr "Cortar selección del documento" #~ msgid "Decrease fontsize in document" #~ msgstr "Disminuir el tamaño de la fuente en el documento" #~ msgid "Default port:" #~ msgstr "Port predeterminat:" #~ msgid "Delete selected cell(s)" #~ msgstr "Borrar celda(s) seleccionada(s)" #~ msgid "Delete selected input/output group" #~ msgstr "Borrar grupo de entrada/salida seleccionado" #~ msgid "Delete selection" #~ msgstr "Borrar selección" #~ msgid "Delete the contents of console." #~ msgstr "Borrar los contenidos de la consola." #~ msgid "Describe" #~ msgstr "Describir" #~ msgid "Document " #~ msgstr "Document" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Document sense desar!\n" #~ "\n" #~ "¿Tancar el document actual i perdre tots els canvis?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Document sense desar!\n" #~ "\n" #~ "Tancar wxMaxima i perdre tots els canvis?" #~ msgid "Edit input" #~ msgstr "Editar entrada" #~ msgid "Edit selected input" #~ msgstr "Editar la entrada seleccionada" #~ msgid "Edit text" #~ msgstr "Editar texto" #~ msgid "Error %d" #~ msgstr "Error %d" #~ msgid "Export to HTML file" #~ msgstr "Exportar a un archivo HTML" #~ msgid "Find..." #~ msgstr "Calcula..." #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Fuente usada para mostrar glifos unicode en el documento." #~ msgid "From array:" #~ msgstr "De la tabla:" #~ msgid "From equations:" #~ msgstr "De las ecuaciones:" #~ msgid "Full" #~ msgstr "Completo" #~ msgid "Functions and macros" #~ msgstr "Funciones y macros" #~ msgid "Go to input\tCtrl+Shift+D" #~ msgstr "Ir a\tCtrl+Shift+D" #~ msgid "Go to input\tF4" #~ msgstr "Ir a la entrada\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Ir a la ventana de salida\tF3" #~ msgid "HTML/Text Cells: Export all linebreaks" #~ msgstr "HTML/Text de les cel·les: exportar els retorns de línia" #~ msgid "Height:" #~ msgstr "Alçada:" #~ msgid "Hidden groups" #~ msgstr "Grupos ocultos" #~ msgid "I&nsert" #~ msgstr "I&nsertar" #~ msgid "INPUT:" #~ msgstr "ENTRADA:" #~ msgid "" #~ "If a command begins with a label followed by a : wxMaxima will show this " #~ "label instead of the %o style label maxima has automatically assigned to " #~ "the same output cell." #~ msgstr "" #~ "Si una ordre comença amb una etiqueta seguida de «:» wxMàxima mostrarà " #~ "aquesta etiqueta enlloc de l'estil d'etiqueta %o que Màxima assigna " #~ "automàticament a la mateixa cel·la de sortida." #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Si desea introducir más de una línea a la vez, utilice el botón \"Entrada " #~ "multilínea\" a la derecha de la línea de entrada." #~ msgid "Include input cells in the export of a worksheet" #~ msgstr "Incloure les cel·les d'entrada en l'exportació del full de càlcul" #~ msgid "Increase fontsize in document" #~ msgstr "Aumentar el tamaño de fuente del documento." #~ msgid "Input" #~ msgstr "Entrada" #~ msgid "Insert input cell" #~ msgstr "Insertar celda de entrada" #~ msgid "Insert input group" #~ msgstr "Insertar grupo de entrada" #~ msgid "Insert new input before selected input" #~ msgstr "Insertar nueva entrada antes de la entrada seleccionada" #~ msgid "Insert section before selected input" #~ msgstr "Insertar sección antes de la entrada seleccionada" #~ msgid "Insert text" #~ msgstr "Insertar texto" #~ msgid "Insert text before selected input" #~ msgstr "Insertar texto antes de la entrada seleccionada" #~ msgid "Insert title before selected input" #~ msgstr "Insertar título antes de la entrada seleccionada" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "En lugar de introducir una ruta larga para un archivo, puede seleccionar " #~ "ese archivo utilizando 'Archivo->Seleccionar archivo'." #~ msgid "Integrate ..." #~ msgstr "Integrar" #~ msgid "Integrate:" #~ msgstr "Integrar:" #~ msgid "Labels" #~ msgstr "Etiquetas" #~ msgid "Limit of:" #~ msgstr "Límite de:" #~ msgid "Main prompts" #~ msgstr "Indicadores principales" #~ msgid "Map function:" #~ msgstr "Aplicar la función:" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Sesión de Maxima (*.wxm)|*.wxm" #~ msgid "Mean" #~ msgstr "Mitjana" #~ msgid "Multiline input" #~ msgstr "Entrada multilínea" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Celda de nuevo t&ítulo\tCtrl+Shift+F6" #~ msgid "" #~ "Normally we export the whole worksheet to TeX or HTML. But sometimes the " #~ "maxima input does scare the user. This option turns off exporting of " #~ "maxima's input." #~ msgstr "" #~ "Normalment s'exporta tot el full de càlcul a TeX o HTML. Però sovint " #~ "l'entrada de Màxima fa espantar a l'usuari. Aquesta opció desactiva " #~ "l'exportació de l'entrada de Maxima." #~ msgid "Off" #~ msgstr "Desactivado" #~ msgid "Open multiline input dialog" #~ msgstr "Abrir diálogo de entrada multilínea" #~ msgid "Open session from a file" #~ msgstr "Abrir sesión desde un archivo" #~ msgid "Other prompts" #~ msgstr "Otros indicadores" #~ msgid "Output from Maxima to stderr (there should be none):\n" #~ msgstr "" #~ "Sortida de Maxima per la sortida d'errors predeterminada (no hi ha " #~ "d'haver-ni cap):\n" #~ msgid "Output from Maxima to stdout (there should be none):\n" #~ msgstr "" #~ "Sortida de Maxima per la sortida predeterminada (no hi ha d'haver-ni " #~ "cap):\n" #~ msgid "Panes" #~ msgstr "&Panells" #~ msgid "Paste cell(s) to document" #~ msgstr "Pegar celda(s) al documento" #~ msgid "Paste input" #~ msgstr "Pegar entrada" #~ msgid "Paste input to console" #~ msgstr "Pegar entrada a la consola" #~ msgid "Product..." #~ msgstr "Producto" #~ msgid "Product:" #~ msgstr "Producto:" #~ msgid "Quit?" #~ msgstr "Sortir?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "&Re-calcular todo\tCtrl+Shift+R" #~ msgid "Re-evaluate all input" #~ msgstr "Re-calcular todas las entradas" #~ msgid "Re-evaluate input" #~ msgstr "Re-calcular entrada" #~ msgid "Read file from command line" #~ msgstr "Leer archivo desde línea de comandos" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Desfer\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Voleu desar els canvis abans de tancar?" #~ msgid "Save changes?" #~ msgstr "Desar els canvis?" #~ msgid "Save document as ..." #~ msgstr "Guardar documento como" #~ msgid "Save session" #~ msgstr "Guardar sesión" #~ msgid "Save session to a file" #~ msgstr "Guardar sesión en un archivo" #~ msgid "Save to file" #~ msgstr "Guardar en un archivo" #~ msgid "Select &file" #~ msgstr "Seleccionar &archivo" #~ msgid "Select a file" #~ msgstr "Seleccionar un archivo" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "" #~ "Seleccionar un archivo (copiar el nombre del fichero en la línea de " #~ "entrada)" #~ msgid "Select file to open" #~ msgstr "Seleccionar archivo para abrir" #~ msgid "Select last input\tCtrl+D" #~ msgstr "Seleccionar la última entrada\tCtrl+D" #~ msgid "Select last input\tF2" #~ msgstr "Seleccionar la última entrada\tF2" #~ msgid "Select last input in the colsole!" #~ msgstr "¡Seleccionar la última entrada en la consola!" #~ msgid "Select last input in the console!" #~ msgstr "¡Seleccionar la última entrada en la consola!" #~ msgid "Select package to load" #~ msgstr "Seleccionar paquete para cargar" #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "Selección a entrada\tCtrl+Shift+E" #~ msgid "Selection to input\tF5" #~ msgstr "Selección a entrada\tF5" #~ msgid "Set &Precision..." #~ msgstr "Establir &precisió" #~ msgid "Set focus to the input line" #~ msgstr "Poner el foco en la línea de entrada" #~ msgid "Set focus to the output window" #~ msgstr "Poner el foco en la ventana de salida" #~ msgid "Show Maxima header" #~ msgstr "Mostrar el encabezamiento de Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Mostrar encabezamiento inicial con información de Maxima." #~ msgid "Show the description of a command" #~ msgstr "Mostrar la descripción de un comando" #~ msgid "Show the description of command/variable:" #~ msgstr "Mostrar la descripción de un comando/variable:" #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "Mostrar les etiquetes definides per l'usuari enlloc de (%oxx)" #~ msgid "Solve &numerically ..." #~ msgstr "Resolver &numéricamente" #~ msgid "Solve equation(s):" #~ msgstr "Resolver ecuación(es):" #~ msgid "Solve equation:" #~ msgstr "Resolver ecuación:" #~ msgid "Solve numerically" #~ msgstr "Resolver numéricamente" #~ msgid "Solve numerically ..." #~ msgstr "Resolver numéricamente" #~ msgid "Start animation" #~ msgstr "Inicia animació" #~ msgid "Stop animation" #~ msgstr "Atura l'animació" #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Estrutura\tAlt+Shift+T" #~ msgid "Substitute ..." #~ msgstr "Sustituir" #~ msgid "Substitute:" #~ msgstr "Sustituir:" #~ msgid "Substitution" #~ msgstr "Sustitución" #~ msgid "Sum of:" #~ msgstr "Suma de:" #~ msgid "Sum..." #~ msgstr "Suma" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Dividir cel·la" #~ msgid "To &Float\tCtrl+F" #~ msgstr "A real \tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "Para introducir una matriz A, escriba 'A:' en la línea de entrada y " #~ "seleccionar 'Algebra->Introducir matriz' del menú" #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Para poner paréntesis a una expresión previamente escrita en la línea de " #~ "entrada, seleccionar la expresión con el ratón y entonces escribir '('." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Para repetir un comando largo previamente introducido, escribir las " #~ "primeras letras del mismo en la línea de entrada y pulsar la tecla " #~ "tabulador." #~ msgid "Trying to set the cursor to a cell that isn't part of the worksheet" #~ msgstr "" #~ "Intentant situar el cursor en una cel·la que no pertany al full de càlcul" #~ msgid "Unfold" #~ msgstr "Desplegar" #~ msgid "Use &Taylor series" #~ msgstr "Usar serie de &Taylor" #~ msgid "Use MathJAX in HTML export" #~ msgstr "Fer servir MathJAX en l'exportació a HTML" #~ msgid "" #~ "Use MathJAX instead of images in HTML exports to display maxima output. " #~ "The advantage of MathJAX is that it allows to copy the displayed " #~ "equations as if they were text, to choose if they should be copied as TeX " #~ "or MathML instead and displays them in a scaleable format that is really " #~ "nice to look at. The disadvantage of MathJAX is that it will need " #~ "JavaScript and a little bit of time in order to typeset an equation." #~ msgstr "" #~ "Feu servir MathJAX enlloc d'imatges en les exportacions HTML per veure " #~ "els resultats de Màxima. L'avantatge de MathJAX és que permet copiar les " #~ "equacions que es mostren com si fossin text, elegir si s'han de copiar " #~ "com a TeX o MathML i mostrar-les en un format escalable que és molt " #~ "agradable a la vista. El inconvenient de MathJAX és que cal fer servir " #~ "JavaScript i una mica de temps per a fer la composició de cada equació." #~ msgid "Use greek font to display greek characters." #~ msgstr "Usar fuente griega para mostrar caracteres griegos." #~ msgid "Use greek font:" #~ msgstr "Usar fuente griega:" #~ msgid "" #~ "While text cells in LaTeX are broken into lines by TeX the text displayed " #~ "on the screen is broken into lines manually. This option, if set tells " #~ "that lines in HTML output will be broken where they are broken in the " #~ "worksheet. If this option isn't set manual linebreaks can still be " #~ "introduced by introducing an empty line." #~ msgstr "" #~ "Mentre que el text en LaTeX de les cel·les és dividit en línies per TeX, " #~ "el text que es mostra a la pantalla es divideix en línies manualment. " #~ "Aquesta opció, si està seleccionada, determina que les línies en la " #~ "sortida HTML es dividiran si estan dividides en el full de càlcul. Si " #~ "l'opció no està seleccionada, es podran introduir salts de línia afegint " #~ "una línia buida." #~ msgid "Width:" #~ msgstr "Amplada:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Escriure parèntesi coincidents en els controls de text." #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Se puede eliminar grupo entrada/salida si se selecciona la etiqueta de " #~ "entrada y se elige 'Editar->Eliminar selección' de los menús." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "Se puede ocultar la salida haciendo clic en la etiqueta de salida. " #~ "Haciendo clic otra vez en la etiqueta, se muestran las expresiones " #~ "ocultas." #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Se puede cargar un archivo en maxima arrastrándolo del explorador de " #~ "archivos a la ventana de la consola." #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Se pueden cargar archivos en maxima si se arrastran desde la ventana de " #~ "la consola. Se puede seleccionar una función personalizada para cargar el " #~ "archivo. Si la función personalizada es 'A:read_matrix(%file%, csv)', " #~ "entonces %file% será reemplazado con el nombre del archivo." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "Se puede seleccionar la salida de maxima en la consola de wxMaxima con el " #~ "ratón y copiándolo al portapapeles con 'Editar->Copiar.'" #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Se puede usar el comando tex de maxima para mostrar la expresión en " #~ "formato TeX. Luego se puede copiar a un editor de texto para incluirlo en " #~ "su documento." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon:" #~ msgid "Zoom set to " #~ msgstr "Estableix ampliació a " #~ msgid "aquamarine" #~ msgstr "aguamarina" #~ msgid "around:" #~ msgstr "entorno a:" #~ msgid "black" #~ msgstr "negro" #~ msgid "blue" #~ msgstr "azul" #~ msgid "blue violet" #~ msgstr "azul violeta" #~ msgid "brown" #~ msgstr "marrón" #~ msgid "bug:Invalid at tag" #~ msgstr "error: etiqueta no vàlida" #~ msgid "bug:Invalid frac tag" #~ msgstr "error: etiqueta de fracció de vàlida" #~ msgid "bug:Invalid function tag" #~ msgstr "error: etiqueta de funció no vàlida" #~ msgid "bug:Invalid int tag" #~ msgstr "error: etiqueta d'enter no vàlida" #~ msgid "bug:Invalid limit tag" #~ msgstr "error: etiqueta de límit no vàlida" #~ msgid "bug:Invalid sub tag" #~ msgstr "error: etiqueta «sub» no vàlida" #~ msgid "bug:Invalid subsup tag" #~ msgstr "error: etiqueta «subsup» no vàlida" #~ msgid "bug:Invalid sum tag" #~ msgstr "error: etiqueta de suma no vàlida" #~ msgid "bug:Invalid sup tag" #~ msgstr "error: etiqueta «sup» no vàlida" #~ msgid "by variable:" #~ msgstr "para la variable:" #~ msgid "cadet blue" #~ msgstr "azul cadete" #~ msgid "change var:" #~ msgstr "cambiar var:" #~ msgid "coral" #~ msgstr "coral" #~ msgid "cornflower blue" #~ msgstr "azulina" #~ msgid "cyan" #~ msgstr "cyan" #~ msgid "dark green" #~ msgstr "verde oscuro" #~ msgid "dark grey" #~ msgstr "gris oscuro" #~ msgid "dark olive green" #~ msgstr "verde oliva oscuro" #~ msgid "dark orchid" #~ msgstr "orquídea oscuro" #~ msgid "dark slate blue" #~ msgstr "azul pizarra oscuro" #~ msgid "dark slate grey" #~ msgstr "gris pizarra oscuro" #~ msgid "dark turquoise" #~ msgstr "turquesa oscuro" #~ msgid "dim grey" #~ msgstr "gris débil" #~ msgid "eliminate variables:" #~ msgstr "eliminar las variables:" #~ msgid "equation:" #~ msgstr "ecuación:" #~ msgid "firebrick" #~ msgstr "teja" #~ msgid "for function(s):" #~ msgstr "para la(s) función(es):" #~ msgid "for variable(s):" #~ msgstr "para la(s) variable(s):" #~ msgid "forest green" #~ msgstr "verde bosque" #~ msgid "from expression:" #~ msgstr "de la expresión:" #~ msgid "function:" #~ msgstr "función:" #~ msgid "gold" #~ msgstr "oro" #~ msgid "goldenrod" #~ msgstr "barra de oro" #~ msgid "green" #~ msgstr "verde" #~ msgid "green yellow" #~ msgstr "verde amarillo" #~ msgid "grey" #~ msgstr "gris" #, fuzzy #~ msgid "implies" #~ msgstr "Simplifica" #~ msgid "khaki" #~ msgstr "caqui" #~ msgid "light blue" #~ msgstr "azul claro" #~ msgid "light grey" #~ msgstr "gris claro" #~ msgid "light steel blue" #~ msgstr "azul acero claro" #~ msgid "lime green" #~ msgstr "verde lima" #~ msgid "lines hidden" #~ msgstr "línies ocultes" #~ msgid "maroon" #~ msgstr "granate" #~ msgid "medium aquamarine" #~ msgstr "aguamarina medio" #~ msgid "medium blue" #~ msgstr "azul medio" #~ msgid "medium forrest green" #~ msgstr "verde bosque medio" #~ msgid "medium goldenrod" #~ msgstr "barra de oro media" #~ msgid "medium orchid" #~ msgstr "orquídea medio" #~ msgid "medium sea green" #~ msgstr "verde mar medio" #~ msgid "medium slate blue" #~ msgstr "azul pizarra medio" #~ msgid "medium spring green" #~ msgstr "verde primavera medio" #~ msgid "medium turquoise" #~ msgstr "turquesa medio" #~ msgid "medium violet red" #~ msgstr "rojo violeta medio" #~ msgid "midnight blue" #~ msgstr "azul medianoche" #, fuzzy #~ msgid "ny" #~ msgstr "marina" #~ msgid "orange" #~ msgstr "naranja" #~ msgid "orange red" #~ msgstr "rojo anaranjado" #~ msgid "pale green" #~ msgstr "verde pálido" #~ msgid "plum" #~ msgstr "ciruela" #~ msgid "purple" #~ msgstr "morado" #~ msgid "red" #~ msgstr "rojo" #~ msgid "salmon" #~ msgstr "salmón" #~ msgid "sea green" #~ msgstr "verde mar" #~ msgid "sienna" #~ msgstr "siena" #~ msgid "sky blue" #~ msgstr "azul cielo" #~ msgid "spring green" #~ msgstr "verde primavera" #~ msgid "steel blue" #~ msgstr "azul acero" #~ msgid "thistle" #~ msgstr "cardo" #~ msgid "turquoise" #~ msgstr "turquesa" #~ msgid "untitled.wxm" #~ msgstr "sinnombre.wxm" #~ msgid "variable" #~ msgstr "variable" #~ msgid "variable:" #~ msgstr "variable:" #~ msgid "violet" #~ msgstr "violeta" #~ msgid "wheat" #~ msgstr "trigo" #~ msgid "when variable:" #~ msgstr "cuando la variable:" #~ msgid "white" #~ msgstr "blanco" #~ msgid "with:" #~ msgstr "con:" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima tiene buenos cuadros de diálogo. Si se quiere modificar los " #~ "comandos gráficos anteriores, se puede acceder usando la historia de " #~ "comandos y a continuación pulsando el botón de gráficos." #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima es una interface gráfica de usuario para \n" #~ "el Sistema de Cálculo Simbólico Maxima, basado en wxWidgets." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima es una interfaz wxWidgets para el\n" #~ "sistema de cálculo simbólico MAXIMA.\n" #~ "\n" #~ "Versión: %s.\n" #~ "Licencia: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "Opcions de wxMaxima" #~ msgid "wxMaxima session" #~ msgstr "Sesión de wxMaxima" #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "Sesión de wxMaxima (*.wxm)|*.wxm" #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "" #~ "Sesión wxMaxima (*.wxm)|*.wxm|Archivo por lotes de Maxima (*mac)|*.mac|" #~ "Todos|*" #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Document xml wxMaxima (*.wxmx)|*.wxmx|Document wxMaxima (*.wxm)|*.wxm|" #~ "Arxiu per lots de Maxima (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "La línea de entrada de wxMaxima tiene un histórico disponible usando las " #~ "teclas de dirección arriba y abajo, y un autocompletado de comandos " #~ "basado en la entrada anterior disponible, usando la tecla tabulador." #~ msgid "yellow green" #~ msgstr "verde amarillo" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon:" wxmaxima-Version-18.02.0/locales/cs.po000066400000000000000000006237361324204105000175370ustar00rootroot00000000000000# translation of cs.po to # wxMaxima Czech po translation. # # Copyright (c) Josef Barák , 2009. # # Robert Marik , 2010. # This file is distributed under the same license as the wxMaxima package. msgid "" msgstr "" "Project-Id-Version: cs\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2010-03-10 14:21+0100\n" "Last-Translator: Robert Marik \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.8.11\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "podpora Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Verze programu Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Není připojeno k programu Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Není připojeno." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Gràfics) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i linies amagades" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " << Expressió més llarga del què és permés per la configuració! >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "«Copia LaTeX» afegeix els marcadors d'equacions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "símbol «implica»" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i cel·les en la coa d'avaluació" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "Přid&at do seznamu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropos..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Dávkový sou&bor...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Okrajová &úloha..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Hlášení o chy&bě" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Analýza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonická forma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Charakteristický polynom..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Vyčistit paměť" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Sloučit faktoriály" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Komplexní zjednodušení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Celá část" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Kopírovat\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Určitý integrál" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Trigonometrický tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Derivovat..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Editovat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Eliminovat proměnnou..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "Zadání matic&e..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Příklad..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Rozložit výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Rozložit trigonom&etrický výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "Do &exponenciálního tvaru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Export..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Na součin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Soubor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Najít &kořen..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Generovat matici..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Největší společný dělitel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Nápověda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrovat..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "Přeruš&it\tCtrl+" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "Přeruš&it\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverzní matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Load Package\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "Použít funkci na prvky sezna&mu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Zobrazit nápovědu programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Výpočet &modulo..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Nový\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "N&umerické výpočty" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerické integrování" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Numerické sčítání (nusum)" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Otevřít\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Otevřít\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Grafy" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Mocninná řada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Tisk...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Racionální výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "Zjednodušit t&rigonometrický výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Restart programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Kořeny polynomu (&reálné)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Uložit\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Zjednodušit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Zjednodušit výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "Zjednodušit faktoriály" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "Trigonometrické zjednodušení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Řešit..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Special" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "&Taylorova řada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponovat matici" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrické zjednodušení" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Původní jazykové nastavení)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Nekonečno" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "...[suprimides línies addicionals degut a què la sortida és més llarga del " "què permet la configuració] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 #, fuzzy msgid "
    Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "'Horizontální kurzor' se poprvé objevil ve wxMaxima 0.8.0. Vypadá jako " "vodorovná čára mezi kolonkami. Indikuje novou buňku při psaní nebo vkládání " "textu nebo provedení příkazu menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Nový formát dokumentu, používaný od verze wxMaxima 0.8.2, ukládá nejen vstup " "a komentáře, ale také výsledky výpočtů. Při ukládání dokumentu zvolte " "'wxMaxima XML document' formát." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Zlom stránky" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Un símbol del formulari de configuració" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Hodno&ta v bodě..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Aturar l'avaluació en cas d'error" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "O programu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "O programu wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Suport de cel·la activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Ad&jungovaná matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Přidat alg&ebraickou rovnost..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Přidat adresář k prohledávaným (path)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Otevřít dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Přidat adresář do path:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Přidat rovnost k zjednodušovateli racionálních výrazů" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Afegir l'arxiu .wxmx a l'exportació a HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Přidat do &path..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" "Les ordres addicionals s'afegiran en el preàmbul de la sortida de LaTeX per " "a pdftex." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Línies addicionals per al preàmbul TeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Doplňkové parametry pro program Maxima (např., -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Doplňkové parametry:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Símbols addicionals per a la barra lateral «símbols»" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Després de fer clic en animacions generades amb with_slider_draw() o " "similars, aquest control lliscant permet canviar el quadre actual." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Původní proměnná:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Vše|* " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Uložit animaci..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Najít limitu výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Najít limitu výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Otevřít dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Použít" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Hledání výskytů řetězce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Pole:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Il·lustració de" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Preguntar si desar els documents sense títol" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Hodnota v bodě" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Tabulació automàtica de noves línies" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Canvia automàticament el directori de treball de Màxima al directori del " "document actua: això és necessari si el document fa servir entrades/sortides " "d'arxiu relatives al directori actual però farà que Màxima 5.35 falli en " "determinar la ruta de la seva instal·lació quan el document estigui a una " "unitat de disc diferent a la de la instal·lació de Màxima." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Interval per desar automàticament (minutes, 0 significa desactivat):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Gràfic de barres..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Dávkové soubory (*.bat)|*.bat|Vše|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Dávkový soubor" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Tučný" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 #, fuzzy msgid "Boxplot..." msgstr "Export" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Prohlížení" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Build &Info" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Ve výchozím nastavení je pro vyhodnocení přikazů použit příkaz Shift+Enter, " "zatímco klávesa Enter je určena pro víceřádkový vstup. Toto nastavení je " "možno změnit v Editovat -> Nastavení zaškrtnutím volby 'Enter vyhodnocuje " "výraz'. Toto nastavení prohodí výše uvedené příkazy." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Změnit proměnnou..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "Nastavení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Vý&počet součinu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Výpočet su&my..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Poslední výsledek s přesností bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Poslední výsledek s přesností float" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Výpočet modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Poslední výsledek s přesností float" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Výpočet součinu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Výpočet sumy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Zrušit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 #, fuzzy msgid "Canonical (tr)" msgstr "&Kanonická forma" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 #, fuzzy msgid "Catalan" msgstr "Italský" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Změnit &2D výstup" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Změnit 2D výstup pro zobrazení výsledků výpočtů." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Substituce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Substituce v integrálu nebo sumě" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Charakteristický polynom Характеристический полином" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 #, fuzzy msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "" "bylo uloženo v novější verzi programu wxMaxima. Prosím proveďte update " "programu." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Tradiční čínština" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Výběr fontu" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 #, fuzzy msgid "Choose new plot format:" msgstr "Zadejte nový formát grafů:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 #, fuzzy msgid "Close\tCtrl+W" msgstr "&Kopírovat\tCtrl+C" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Jména sloupců:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Sloupce:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Sloučit faktoriály ve výrazu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Zadejte x-ové souřadnice oddělené čárkou" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Zadejte y-ové souřadnice oddělené čárkou" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Zadejte x-ové souřadnice oddělené čárkou" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Zadejte x-ové souřadnice oddělené čárkou" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Zadejte x-ové souřadnice oddělené čárkou" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Zakomentovat výběr" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Zakomentovat výběr" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Doplnit slovo\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Doplnit slovo" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "&Komplexní zjednodušení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Výpočet celé části hodnoty" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Výpočet adjungované matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Výpočet charakteristického polynomu matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Výpočet determinantu matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Výpočet největšího společného dělitele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Výpočet inverzní matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "Výpočet nejmenšího společného násobku (před tím proveďte load(functs))" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Podmínka:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Konfigurační soubor (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Nastavení varovných hlášení" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Nastavení programu wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Konstanta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Sloučit logaritmy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Převod binomických koeficientů, beta a gama funkcí na faktoriály" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Převod binomických koeficientů, faktoriálů a beta funkcí na gama funkce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Převod komplexního výrazu na polární tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Převod komplexního výrazu na standardní tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Převod exponenciální funkce imaginárního argumentu na trigonometrický tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Převod logaritmu součinu na součet logaritmů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Převod součtu logaritmů na logaritmus součinu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Konverze na faktoriály" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Konverze na &Gamma funkce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Převod na &polární tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Konverze na algeb&raický tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Převod trigonometrického výrazu na kanonický kvazilineární tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 #, fuzzy msgid "Convert trigonometric functions to exponential form" msgstr "Převod trigonometrických funkcí do exponenciálního tvaru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopírovat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Kopírovat předchozí vstup\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Kopírovat předchozí vstup\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Kopírovat jako obrázek" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Kopírovat jako LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Kopírovat jako obrázek" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Kopírovat jako LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Kopírovat jako LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Kopírovat jako text\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Kopírovat jako obrázek" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kopírovat výběr" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Kopírovat výběr z dokumentu jako obrázek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kopírovat výběr z dokumentu jako obrázek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Kopírovat výběr z dokumentu jako obrázek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Kopírovat výběr z dokumentu jako text" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Kopírovat výběr z dokumentu jako kód LaTeXu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Vytvořit vstupní pole s předchozím vstupem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Vytvořit vstupní pole s předchozím vstupem" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Kurzor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Vyjmout" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Vyjmout\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Vystřihnout výběr" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Česky" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Dánsky" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matice dat:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Datový soubor (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Data:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Rozložit racionální funkci na parciální zlomky" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Implicitní" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Implicitní font:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "Standardní port pro komunikaci mezi programy Maxima a wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Odstranit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Zrušit &funkci..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Odstranit výběr" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Zrušit proměnnou..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Zrušit funkci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Zrušit proměnnou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Zrušit všechny hodnoty z paměti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Zrušit funkci (funkce)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Zrušit proměnnou (proměnné):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Stupeň jmenovatele:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Hloubka:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivace:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 #, fuzzy msgid "Deviation..." msgstr "Deviace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Dělení polynomů..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Derivovat..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Derivovat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Derivovat výraz" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Derivovat..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Směr:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Diskrétní graf" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Výstup ve formátu Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Druh výstupu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Řešit rovnici/rovnice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Poslední výsledek ve formátu TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Zobrazit čas potřebný pro výpočet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Dělit" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dělit čísla nebo polynomy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Pozadí dokumentu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "bylo uloženo v novější verzi programu wxMaxima, takže nemůže být korektně " "načteno. Prosím proveďte update programu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "bylo uloženo v novější verzi programu wxMaxima. Prosím proveďte update " "programu." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Rovnice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Ukončit\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Vlastní &vektory" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Vlastní &hodnoty" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminovat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminovat proměnnou ze soustavy rovnic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Anglický" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #, fuzzy msgid "Enter Data" msgstr "Zadejte matici" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Vložte matici..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Zadání matice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Zadejte rovnici pro racionální zjednodušení" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Zadejte seznam proměnných oddělených čárkami." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter vyhodnocuje výraz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Zadejte matici" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Zadejte novou přesnost:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Zadejte cestu ke spustitelnému souboru programu Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Rovnice:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Rovnice %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Rovnice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Rovnice:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Rovnice:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Chyba" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Chyba!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Vyhodnotit vstupní pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Vyhodnotit nevyhodnocené funkce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Vyhodnotit všechna vstupní pole\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Vyhodnotit všechna vstupní pole\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Vyhodnotit vstupní pole" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Vyhodnotit vstupní pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Vyhodnotit všechna vstupní pole\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Vyhodnotit vstupní pole" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Vyhodnotit aktivní nebo vybraná vstupní pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Vyhodnotit všechna vstupní pole v dokumentu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Vyhodnotit všechny nevyhodnocené funkce ve výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Vyhodnotit všechna vstupní pole v dokumentu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Vyhodnotit nevyhodnocené funkce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Příklad" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Text příkladu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Příklad" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Ukončení programu wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Rozložit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Rozložit (trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Rozložit výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Rozvinout logaritmy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Rozložit výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Rozložit trigonometrický výraz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Export" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Export dokumentu do HTML nebo pdfLaTeXu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Export do HTML byl neúspěšný!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Export do TeXu byl neúspěšný!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Export do HTML byl neúspěšný!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Export do TeXu byl neúspěšný!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Export do TeXu byl neúspěšný!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Export..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Výraz" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Výraz(y):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Výraz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Na součin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Faktorizovat komplexní výraz" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Faktorizovat výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Faktorizovat výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Faktorizovat výraz v Gaussových číslech" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Faktoriály a &gamma funkce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Závažná chyba" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, fuzzy, c-format msgid "Figure %d:" msgstr "Obrázek" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Soubor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Soubor nenalezen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Soubor nenalezen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Soubor nenalezen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Soubor, který se pokoušíte otevřít, neexistuje." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Soubor:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Najdi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Najdi\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Najít &limitu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Najít minimum..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Najít kořen..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Najít minimum výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Najít limitu výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Najít kořen rovnice z intervalu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Najít všechny kořeny polynomu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Najít všechny kořeny polynomu (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Najdi a nahraď" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Najdi a nahraď" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Nаjít vlastní hodnoty matice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Nаjít vlastní vektory matice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Najít minimum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Nаjít reálné kořeny polynomu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Najdi kořen" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Najdi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Dánsky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Fixní font v textových vstupech" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Vybrat vše\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Font použitý pro zobrazení v dokumentu." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Font pro zobrazení matematických symbolů v dokumentu." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Fonty" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formát:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francouzský" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Od:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Celá obrazovka\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funkce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funkce:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funkce:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funkce pro zjednodušení komplexních čísel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funkce pro zjednodušení faktoriálů a gamma funkcí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funkce pro zjednodušení trigonometických výrazů" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "Největší společný dělitel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF image (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matematické operace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Matematické operace\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Vytvořit matici" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Generovat matici z výrazu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Vytvořit matici z 2D pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Vytvořit matici z lambda výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Německý" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Imaginární část" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Rozložit v řadu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Použít Laplaceovu transformaci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Reálná část" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Použít inverzní Laplaceovu transformaci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Rozložit výraz v mocninnou Taylorovu řadu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Určit imaginární část komplexního výrazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Určit reálnou část komplexního výrazu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Konstanty označené řeckými písmeny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Matematické operace\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Konstanty označené řeckými písmeny" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Mřížka:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "Soubory HTML (*.html)|*.html|soubory pdfLaTeX (*.tex)|*.tex|All|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Nápověda" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Skrýt vše\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Rozdělit pole" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Sekce" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Skrýt panely nástrojů" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Konstanty označené řeckými písmeny" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Zvýraznění (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogram" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogram..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "History" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "History\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Vodorovný kurzor se chová stejně jako kurzor klasický, ale je použit u polí: " "stiskněte šipku nahoru nebo dolů pro posun, pro označování stiskněte navíc " "shift. Stisk klávesy Backspace nebo dvojí stisk klávesy Delete vymaže " "sousední pole." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Maďarský" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Jestliže výpočet trvá příliš dlouho, můžete zkusit volby 'Maxima->Interrupt' " "nebo 'Maxima->Restart Maxima'." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Obraz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Soubory s obrázky (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Nová proměnná:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Nekonečno" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Informace o programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Počáteční odhady:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Počáteční podmínka (&1) ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Počáteční podmínka (&2) ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Značka pro vstup" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Vložit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 #, fuzzy msgid "Insert &Section Cell\tCtrl+3" msgstr "Vložit pole s kapitolou\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 #, fuzzy msgid "Insert &Text Cell\tCtrl+1" msgstr "Vložit textové pole\tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Vložit pole\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Vložit obrázek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Vložit obrázek..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Vložit vstupní pole\tF5" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 #, fuzzy msgid "Insert Page Break" msgstr "Vložit zlom stránky\tF10" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 #, fuzzy msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Vložit pole s podkapitolou\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Vložit pole s podkapitolou\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 #, fuzzy msgid "Insert Section Cell" msgstr "Vložit pole s kapitolou\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 #, fuzzy msgid "Insert Subsection Cell" msgstr "Vložit pole s podkapitolou\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Vložit pole s podkapitolou\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 #, fuzzy msgid "Insert T&itle Cell\tCtrl+2" msgstr "Vložit pole s nadpisem\tF9" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 #, fuzzy msgid "Insert Text Cell" msgstr "Vložit textové pole\tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 #, fuzzy msgid "Insert Title Cell" msgstr "Vložit pole s nadpisem\tF9" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Vložit nové vstupní pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Vložit pole s novou kapitolou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Vložit pole s novou podkapitolou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Vložit pole s novou podkapitolou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Vložit nové textové pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Vložit pole s novým nadpisem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Vložit zlom stránky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Vložit obrázek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Integrovat výraz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integrál/suma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrovat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrovat (Rischův algoritmus)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integrovat výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integrovat výraz pomocí Rischova algoritmu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrovat..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Suport de cel·la activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integrovat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integrovat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integrovat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Přerušit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Přerušit probíhající výpočet" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Chybné volání programu Maxima.\n" "\n" "Zadejte prosím znovu cestu k programu Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inverzní Laplaceova transformace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Inverzní Laplaceova transformace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italský" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kurzíva" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 #, fuzzy msgid "Japanese" msgstr "Panely nástrojů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "Nejmenší společný násobek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Jazyk používaný GUI programu wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Jazyk:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplaceova transformace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Laplaceova transformace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Nejmenší společný násobek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Metoda nejmenších čtverců" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Metoda nejmenších čtverců..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Limita" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Limita..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 #, fuzzy msgid "Linear Regression..." msgstr "LIneární regrese" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Seznam:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Načíst" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Načíst balíček\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Načíst soubor programu Maxima s použitím dávkového příkazu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Načíst Maxima balíček" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Načíst styl ze souboru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Dolní mez:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "&Použít na matici..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Panel nástrojů\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Vytvořit seznam..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Zavést substituci ve výrazu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Použít na prvky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Použít funkci na prvky seznamu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Použít funkci na prvky matice" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Dávkový soubor" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Kontrola závorek v textovém vstupu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Matematický font:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Matematický font:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Použít na matici" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Název matice:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matice:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 #, fuzzy msgid "Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Otázka programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Otázka programu Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Nastavení programu wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima počítá" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Otázka programu Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Vstup programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima počítá" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Vstup programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima balíček (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima balíček (*.mac)|*.mac|Lisp balíček (*.lisp)|*.lisp|Vše|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Proces Maxima ukončen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Program Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Otázka programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima je spuštěna. Čekání na připojení..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Spustit animaci" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima používá ':' pro přiřazení hodnot ('a : 3;') a ':=' pro definici " "funkcí ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 #, fuzzy msgid "Maxima version: " msgstr "" "\n" "Verze programu Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Nastavení programu Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 #, fuzzy msgid "Mean Difference Test..." msgstr "Derivovat..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 #, fuzzy msgid "Mean Test..." msgstr "Vytvořit seznam..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 #, fuzzy msgid "Mean..." msgstr "Vytvořit seznam..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Průměr:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 #, fuzzy msgid "Median..." msgstr "Medián" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Spojit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Spojit pole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metoda:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Kontrola závorek v textovém vstupu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modul" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Jméno:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 #, fuzzy msgid "New\tCtrl+N" msgstr "&Nový\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 #, fuzzy msgid "New document" msgstr "Otevřít dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Nová hodnota:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nová proměnná:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 #, fuzzy msgid "Normality Test..." msgstr "Test normality" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Nesprávná hodnota řádu matice!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Nesprávný počet rovnic!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Není připojeno k programu Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 #, fuzzy msgid "Not connected." msgstr "" "\n" "Není připojeno." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Stupeň polynomu v čitateli:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Počet rovnic:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Počet rovnic:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Počty" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Původní hodnota:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Původní proměnná:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 #, fuzzy msgid "One sample t-test" msgstr "Text příkladu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Online tutoriály" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Otevřít" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Otevřít naposledy použité" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Otevřít dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Otevřít nové okno" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Otevřít dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 #, fuzzy msgid "Open matrix" msgstr "Otevřít matici" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Chyba při otevírání souboru" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Volby" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Volby:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Značky výstupů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "P&adého aproximace..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Obrázek PNG (*.png)|*.png|obrázek JPEG (*.jpg)|*.jpg|Windows bitmapa (*.bmp)|" "*.bmp|X pixmapa (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Padého aproximace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Padého aproximace Taylorovy řady" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Zlom stránky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Graf zadaný parametricky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Parciální zlomky..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Parciální zlomky" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Část dokumentu nebude otevřena korektně!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Část dokumentu nebude otevřena korektně!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Vložit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Vložit\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Vložit ze schránky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Vložit text z clipboardu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 #, fuzzy msgid "Piechart..." msgstr "Koláčový graf" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Konfigurujte program wxMaxima pomocí 'Edit->Configure'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Aby změny byly provedeny, je nutné program wxMaxima restartovat!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "&2D graf..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "&3D graf..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Formát grafu..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2D graf" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2D graf..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2D graf..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3D graf" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3D graf..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3D graf..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Formát grafu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "2D graf" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "3D graf" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Graf do souboru:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Bod:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polský" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynom 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynom 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugalský (Brazilský)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscriptový soubor (*.eps)|*.eps|Vše|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Přesnost" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Tisk" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Tisk dokumentu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Tisk dokumentu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Součin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Součin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Vyhodnotit všechna vstupní pole v dokumentu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Vyhodnotit všechna vstupní pole v dokumentu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 #, fuzzy msgid "Read Matrix..." msgstr "Zadání matic&e..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Čtení výstupu programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Připraven na vstup" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Algebraický tvar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Zpět\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Zpět poslední změnu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Zjednodušit (trig.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Zjednodušení trigonometrických výrazů" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Vymazat všechny výsledky výpočtů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Vytvořit seznam z výrazů" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Odstranit výsledky ze vstupních polí" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Vybrat vše" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Nahrazeno %d výskytů" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Nahlásit chybu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Restart programu Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Restart programu Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Restart programu Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Restart programu Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integrovat (Rischův algoritmus)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Kořeny &polynomu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Kořeny polynomu (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Řádky:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Ruský" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr " (Gràfics) " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Příklad 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Příklad 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Příklad:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Uložit" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Uložit animaci..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Uložit jako" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Uložit jako...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Uložit obrázek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Uložit výběr jako obrázek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Uložit výběr jako obrázek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Uložit animaci do souboru" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Uložit dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Uložit dokument jako" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Uložit nastavení panelů" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Uložit velikost/pozici oken mezi sezeními" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Uložit graf do souboru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Uložit výběr z dokumentu jako obrázkový soubor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Uložit označené do souboru" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Uložit styl do souboru" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Uložit velikost/pozici okna wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Uložit velikost/pozici okna wxMaxima mezi sessions." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Start serveru selhal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Sekce" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Pole kapitoly" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Výběr" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Vybrat vše" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Vybrat vše\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Výběr programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 #, fuzzy msgid "Select Subsample" msgstr "Vybrat vše" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Vybrat konstantu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Vybrat vše" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Vybrat způsob zobrazení" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Výběrem části výstupu a použitím pravého tlačítka myši obrdržíte menu " "obsahující funkce vhodné pro práci s právě vybraným výrazem." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Výběr" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Řady" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Řady..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Spouštění serveru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Nastavit zvětšení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Nastavit přesnost bigfloat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Nastavit fixní font pro textové příkazy." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Nastavit formát grafu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Spustit animaci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Nastavit zvětšení na 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Nastavit zvětšení na 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Nastavit zvětšení na 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Nastavit zvětšení na 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Nastavit zvětšení na 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Nastavit zvětšení na 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "Nastavit hodnoty pro řešení ODR pomocí Laplaceovy transformace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Nastavit výpočet modulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Zobrazit &definici..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Zobrazit &funkce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Ukázat &tipy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Zobrazit &proměnné" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Zobrazit nápovědu programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Ukázat vzor\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Zobrazit tip" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Zobrazit všechny příkazy podobné na:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Zobrazit příklad k příkazu:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Ukázat příklad použití" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Zobrazit podobné příkazy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Zobrazit definované funkce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Zobrazit definované proměnné" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Zobrazit definici funkcí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Zobrazit &proměnné" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Zobrazovat dlouhé výrazy v dokumentu wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Zobrazit dlouhé výrazy" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Zobrazit &funkce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Zobrazit definici funkce:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Zobrazit nápovědu programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Zjednodušit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Zjednodušit vý&raz s odmocninami" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Zjednodušit (rac.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Zjednodušit (trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Zjednodušit výraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Zjednodušit výraz obsahující faktoriály" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Zjednodušit výraz s odmocninami" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Zjednodušit racionální výraz" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Zjednodušit sumu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Zjednodušit trigonometrický výraz" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 #, fuzzy msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Počínaje verzí wxMaxima 0.8.2 můžete do dokumentu také vkládat obrázky. " "Zvolte nabídku 'Edit->Insert Image...' . Nezapomeňte, že v takovém případě " "musíte dokument uložit ve formátu 'wxMaxima XML document'." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Řešení:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Řešit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Řešit &algebraický systém..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Řešit &lineární systém..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Řešit &ODR..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Řešit (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Řešit ODR" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Řešit ODR pomocí LTR..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Řešit ODR..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Řesit algebraický systém" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Řesit systém algebraických rovnic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Řešit okrajovou úlohu pro ODR druhého řádu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Řešit rovnici/rovnice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Řešit rovnici/rovnice pomocí to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Řešit ODR 1. řádu s počáteční podmínkou" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Řešit ODR 2. řádu s počáteční podmínkou" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Řešit lineární systém" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Řešit systém lineárních rovnic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Řešit ODR nejvýše 2. řádu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Řešit ODR pomocí Laplaceovy transfromace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Řešit..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Španělský" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Speciální" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Speciální konstanty" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 #, fuzzy msgid "Start Animation" msgstr "Spustit animaci" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Spustit animaci" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Start programu Maxima selhal" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Spouštím program Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Start serveru selhal" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Spouštím server na portu %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statistika" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statistika\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Řetězce" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Styl" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Styly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 #, fuzzy msgid "Subsample..." msgstr "Subst..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Subst..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Provést substituci" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substituce..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Statistika\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Panel nástrojů\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylorova řada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Textové pole" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Textové pole" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Pozadí textového pole" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Vystřihnout výběr" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Standardní port pro komunikaci mezi programy Maxima a wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Inverzní Laplaceova transformace..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Na Internetu existuje mnoho materiálů o programech Maxima a wxMaxima. " "Navštivte http://wxmaxima.sourceforge.net/wiki/index.php/Tutorials pro " "získání více informací o používání obou programů." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Chyba při vytváření XML!\n" "\n" "Nahlaste prosím tuto chybu." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Počet dělicích bodů:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Násobit:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Název" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Pole nadpisu" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Pole s názvem, kapitolou a podkapitolou mohou být sbalena. Pro jejich " "sbalení nebo rozbalení klikněte na čtvereček vedle pole. Kliknutí s " "tlačítkem Shift sbalí/rozbalí také všechny podčásti." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Přesnost &bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "převést na &Float (plovoucí řádová čárka)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Float (plovoucí řádová čárka)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Pro graf v polárních souřadnicích zvolte 'set polar' v Nastavení Plot2D. " "Můžete též zvolit 3D graf ve sférických nebo cylindrických souřadnicích." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Pro vložení závorky okolo výrazu tento výraz označte a stiskněte '(' nebo " "')', podle toho, kde chcete následně umístit kurzor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Použijte dialog 'Edit->Configure' pro uložení velikosti a pozice okna " "programu wxMaxima mezi sezeními." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Pro okamžité používání programu Maxima začněte psát příkaz. Vstupní pole se " "objeví automaticky. Pro vyhodnocení příkazu použijte Shift+Enter." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Do:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Přepnout příznak &algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Přepnout &numerický výstup" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Přepnou&t zobrazení času" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Přepnout příznak algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Uložit animaci do souboru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Zapnutí celoobrazovkového editačního režimu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Přepnout numerický výstup" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transponovat matici" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriál" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 #, fuzzy msgid "Two sample t-test" msgstr "Text příkladu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Typ:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Kopírovat jako obrázek" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Typ:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrajinský" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Podtržení" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Zpět\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Zpět poslední změnu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Vybrat vše\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Sekce" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Konstanty označené řeckými písmeny" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Horní mez:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Použít Gosperův algoritmus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Použít centrovanou tečku jako symbol násobení" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Použít jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Hodnota:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Hodnota:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Původní proměnná:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Proměnné:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Proměnná:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Proměnné" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Proměnné:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 #, fuzzy msgid "Variance..." msgstr "Rozptyl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Varování" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Vítejte v programu wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Při aplikaci funkcejedné proměnné pomocí menu je výchozí přednastavený " "argument '%'. Pro aplikaci funkce na jiný argument musíte tento před volbou " "v menu označit." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "ano" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Poslední výsledek se označuje '%'. Výsledek libovolného jiného výpočtu se " "označuje '%on', kde n je pořadové číslo výpočtu." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 #, fuzzy msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Můžete vyhodnotit všechny funkce volbou Pole -> Vyhodnotit všechna pole v " "menu, nebo příslušnou klávesovou zkratkou. Pole budou vyhodnocena v pořadí, " "ve kterém vystupují v dokumentu." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Nápovědu k funkcím programu Maxima získáte výběrem požadované funkce nebo " "kliknutím na její jméno a následným stisknutím F1. Program wxMaxima " "prohledává index nápovědy pro výběr nebo pro slovo, na kterém je kurzor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Výstup můžete skrýt kliknutím na trojúhelníček nalevo od pole. Tuto operaci " "můžete použít i u textových polí." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Pomocí menu 'Pole' můžete do dokumentu vložit různé druhy polí. Pouze " "'vstupní pole' jsou vyhodnocována programem Maxima. Ostatní pole slouží pro " "strukturování a komentování výpočtu." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Pomocí myši (tažením a pohybem) nebo pohybem vodorovného kurzoru (s klávesou " "Shift) můžete vybratvíce polí a pracovat s nimi. Toto je vhodné, pokud " "chcete vymazat nebo vyhodnotit více polí." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Zvětš&it\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Zmenšit\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Zvětšit o 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Zmenšit o 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ neuloženo ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ neuloženo* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Rozložit" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisymetrická" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Přidat funkci do seznamu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "oboustranný" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "standardní nastavení" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonální" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Vytvořit seznam" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "obecná" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Najdi" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "vestavěný" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Směr:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "zleva" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "logaritmické měřítko" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matice[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Najdi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "ne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "ne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "ne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "ne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Parciální zlomky" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "zprava" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Podkapitola" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Pole podkapitoly" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symetrická" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 #, fuzzy msgid "unsaved" msgstr "[ neuloženo ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "untitled" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, fuzzy, c-format msgid "untitled %d" msgstr "untitled" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Názvy funkcí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "Nápověda programu Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "Nápověda programu Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Konfigurace programu wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima nemůže nalézt program Maxima!\n" "\n" "Prosím nakonfigurujte program wxMaxima pomocí 'Edit->Configure'.\n" "Poté proveďte restart pomocí 'Maxima->Restart Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima nemůže najít soubory s nápovědou.\n" "\n" "Zkontrolujte si instalaci programu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima nemůže spustit server.\n" "\n" "Ověřte síťové nastavení\n" "a zkuste to znovu!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Dialog programu wxMaxima nastaví vstupní hodnoty, z nichž jedna je '%'. " "Pokud v dokumentu vyberete část textu, je místo toho použit tento výběr." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima dokument" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima dokument (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Chyba při načítání programu wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 #, fuzzy msgid "wxMaxima icon" msgstr "Nastavení programu wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 #, fuzzy msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "wxMaxima je GUI algebraického systému Maxima, založený na wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "wxMaxima je GUI algebraického systému Maxima, založený na wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Spustit animaci" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Export" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "ano" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Otázka programu Maxima" #~ msgid "Parsing output" #~ msgstr "Analýza výstupu" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima nemůže najít soubory s tipy.\n" #~ "\n" #~ "Zkontrolujte si instalaci programu." #~ msgid "Tips not available, sorry!" #~ msgstr "Tipy nejsou bohužel k dispozici!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Chyba pří exportu do formátu GIF\n" #~ "\n" #~ "Ujistěte se, že máte nainstalovaný program ImageMagick a wxMaxima je " #~ "schopna najít program convert." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Zobrazit čas potřebný pro výpočet" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Program Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Otázka programu Maxima" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size '" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Výraz je příliš dlouhý pro zobrazení! >>" #~ msgid "&Cell" #~ msgstr "&Pole" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Nový\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nové okno\tCtrl+N " #~ msgid "Animation" #~ msgstr "Animace" #~ msgid "Close document?" #~ msgstr "Zavřít dokument?" #~ msgid "Copy As Image" #~ msgstr "Kopírovat jako obrázek" #~ msgid "Copy LaTeX" #~ msgstr "Kopírovat do LaTeXu" #~ msgid "Default port:" #~ msgstr "Implicitní port:" #~ msgid "Document " #~ msgstr "Dokument" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Dokument neuložen \n" #~ "\n" #~ "Uzavřít tento dokument se ztrátou všech změn?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Dokument neuložen \n" #~ "\n" #~ "Ukončit program wxMaxima se ztrátou všech změn?" #~ msgid "Error %d" #~ msgstr "Chyba %d" #~ msgid "Find..." #~ msgstr "Najít ..." #~ msgid "Height:" #~ msgstr "Výška:" #~ msgid "Mean" #~ msgstr "Průměr" #~ msgid "Panes" #~ msgstr "Panely nástrojů" #~ msgid "Quit?" #~ msgstr "Ukončit?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Vyhodnotit všechna vstupní pole\tCtrl+R" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Zpět\tCtrl+Z" #, fuzzy #~ msgid "Save changes?" #~ msgstr "Uložit obrázek..." #~ msgid "Set &Precision..." #~ msgstr "Nastavit &přesnost..." #~ msgid "Start animation" #~ msgstr "Spustit animaci" #~ msgid "Stop animation" #~ msgstr "Zastavit animaci" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Statistika\tAlt+Shift+S" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Rozdělit pole" #~ msgid "Width:" #~ msgstr "Šířka:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Psát párové závorky v textových vstupech." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon:" #~ msgid "Zoom set to " #~ msgstr "Zvětšení nastaveno na" #, fuzzy #~ msgid "implies" #~ msgstr "Zjednodušit" #~ msgid "lines hidden" #~ msgstr "skryté řádky" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima je GUI pro\n" #~ "algebraický systém Maxima založený na wxWidgets." #~ msgid "wxMaxima options" #~ msgstr "Nastavení programu wxMaxima" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "wxMaxima dokument (*.wxm)|wxMaxima XML dokument (*.wxm)|*.wxmx|Dávkový " #~ "soubor Maxima (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon:" wxmaxima-Version-18.02.0/locales/da.po000066400000000000000000006224571324204105000175150ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2009-06-08 20:39-0300\n" "Last-Translator: Jens Thostrup \n" "Language-Team: danish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Danish\n" "X-Poedit-Country: DENMARK\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 #, fuzzy msgid "" "\n" "Lisp: " msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 #, fuzzy msgid "" "\n" "Maxima version: " msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Anvend på liste..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropros..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Batchfil...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Rand&værdiproblem..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Fejlrapportering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Infinitesimalregning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonisk form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Karakteristisk polynomium..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Ryd hukommelse" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Kombiner fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Kompleks omskrivning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Kædebrøk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "K&opier\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Bestemt integration" # de Moivres formel !!! #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Differentier..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Rediger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Eliminer variabel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "I&ndtast matrix..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Eksempel..." # Ledfom? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Udvid udtryk" # Ledfom? - for langt? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Udvid trigonometrisk udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Eksponentiel form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Eksporter..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Faktoriser udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Filer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "&Bestem nulpunkt..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Opret matrix..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Største &fælles divisor..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Hjælp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrer..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Afbryd\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Afbryd\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverter matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Ind&læs pakke...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "A&fbild liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Vis Maxima Hjælp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Modulus-beregning..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Ny\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Talformat" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerisk integration" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "Anvend &nusum" # Jeg har valgt Å her. Det er det samme i word, og man må formode at man vælger den dankse oversættelse, hvis man har et dansk tastatur, og b- var optaget af Batchfil # TJA! I Word 2003 er ny b - måske fordi Å er et specialtegn i den store verden. #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Åbn\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "Å&bn...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Plot" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Potensrækker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Udskriv...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "Anvend &ratsubst" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Sammentræk trigonometrisk udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Genstart Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Reelle rødder i polynomium" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Gem\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Omskriv" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Re&ducer udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Reducer fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Reducer trigonometrisk udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Løs..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Plottype" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "&Taylorrækker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponer matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrisk omskrivning" # Skal vel ikke oversættes # JT: Tja, - det er noget med farveudfyldning, men der er ikke meget plads! #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Anvend standard sprog)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 #, fuzzy msgid "
    Lisp: " msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "En 'vandret markør' blev introduceret i wxMaxima 0.8.0. Det ser ud som en " "vandret linje mellem celler. Den indikerer hvor en ny celle vil blive " "indsat, hvis du begynder at skrive, indsætter tekst eller udføre en kommando." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Navne på funktioner" # bliver det ændret til 'wxMaxima XML dokument' #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Med wxMaxima 0.8.2 blev der introduceret et nyt dokumentformat, der ikke " "blot gemmer dine input, output og tekst bemærkninger, men også output fra " "dine beregninger. Vælg 'wxMaxima XML document' som filtype, når du gemmer " "dit dokument. " #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Indsæt billede" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Ra&ndbetingelser..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "&Om" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Om wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Parentes for aktiv celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Ad&jungeret matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Tilføj alge&braisk udtryk (tellrat)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Føj en mappe til søgestien" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Åbn dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Føj mappe til sti:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Tilføj algebraisk udtryk med Maxima-kommandoen tellrat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Føj &til sti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Yderligere Maxima-parametre (f.eks. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Yderligere parametre:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Tidligere variabel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" # Skulle vi have ´ eller ej? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Padé-&approksimation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Bestem grænseværdi for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Bestem grænseværdi for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Åbn dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Anvend" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropros" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "2D-array:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Randbetingelser" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" # Randværdi - Maxima #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Batchfiler (*.bat)|*.bat|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Batchfil" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Fed" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 #, fuzzy msgid "Boxplot..." msgstr "Eksporter" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Gennemse" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Version" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Som standard anvendes 'Shift+Enter' til at eksikvere kommandoer, mens " "'Enter' bruges hvis der ønskes flere linjers input. Via 'Rediger-" ">Indstillinger' og afkrydsning af boksen 'Enter til beregning' kan denne " "mulighed vælges." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Udskift variabel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Indstillinger..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Beregn &produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Beregn &sum" # Det er lidt tungt med decimaltal 1 og 2 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Beregn seneste værdi som decimaltal 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Beregn seneste værdi som decimaltal 1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Beregn modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Beregn seneste værdi som decimaltal 1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Beregn produkter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Beregn summer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Annuller" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 #, fuzzy msgid "Canonical (tr)" msgstr "&Kanonisk form" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 #, fuzzy msgid "Catalan" msgstr "Italiensk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Celleparentes" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "2D-visning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Vælg algoritme til 2D-visning af matematisk output" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Udskift variabel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Udskift variabel i integral eller sum" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Karakteristisk polynomium" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 #, fuzzy msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "" " er gemt fra en nyere version af wxMaxima. Opdater venligst din wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Kinesisk (traditionel)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Vælg skrifttype" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 #, fuzzy msgid "Choose new plot format:" msgstr "Vælg nyt plot format" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 #, fuzzy msgid "Close\tCtrl+W" msgstr "K&opier\tCtrl+C" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #, fuzzy msgid "Col. names:" msgstr "Søjler:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Søjler:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Kombiner fakulteter i et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Kommaseparerede y-koordinater" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Kommaseparerede x-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Kommaseparerede y-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Kommaseparerede y-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Kommaseparerede y-koordinater" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 #, fuzzy msgid "Comment Selection" msgstr "Klip markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Klip markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "&Kompleks omskrivning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Beregn en størrelses kædebrøk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 #, fuzzy msgid "Compute the adjoint matrix" msgstr "Beregn den adjungerede matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Beregn en matrixs karakteristiske polynomium" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Beregn en matrixs determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Beregn største fælles divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Beregn en matrixs inverse" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Beregn mindste fælles multiplum (anvend kommandoen load(functs) før brug)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 #, fuzzy msgid "Condition:" msgstr "Animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Konfigurationsfil (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Konfigurationsadvarsel" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "wxMaxima indstillinger" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Konstant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Sammentræk logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Omregn binomialkoefficienter, Beta- og Gamma-funktioner til fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Omregn binomialkoefficienter, fakulteter og Beta-funktioner til Gamma-" "funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Omregn komplekst udtryk til polær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Omregn komplekst udtryk til rektangulær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Omregn eksponentiel funktion med imaginært argument til trigonometrisk form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Omregn logaritme af produkt til sum af logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Omregn sum af logaritmer til logaritme af produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Omregn til &fakultet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Omregn til &Gamma-funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Omregn til &polær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "&Omregn til rektangulær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Omregn trigonometrisk udtryk til kanonisk kvasilineær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 #, fuzzy msgid "Convert trigonometric functions to exponential form" msgstr "Omregn trigonometrisk funktion til eksponentiel form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Kopier som billede" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 #, fuzzy msgid "Copy as LaTeX" msgstr "Kopier som LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Kopier som billede" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Kopier som LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Kopier som LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 #, fuzzy msgid "Copy as Text\tCtrl+Shift+C" msgstr "Kopier celle(r)\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Kopier som billede" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kopier markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Kopier markering fra dokument som billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kopier markering fra dokument som billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Kopier markering fra dokument som billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 #, fuzzy msgid "Copy selection from document as text" msgstr "Kopier markering fra dokument som billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Kopier markering fra dokument som LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Markør" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Klip" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Klip\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Klip markering" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 #, fuzzy msgid "Danish" msgstr "Spansk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 #, fuzzy msgid "Data Matrix:" msgstr "Matrix:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Opløs rational funktion i partialbrøker" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Standard" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Standardskrifttype:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "Standardport for kommunikation mellem Maxima og wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Slet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Slet f&unktion" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Slet markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "&Slet variabel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Slet en funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Slet en variabel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Slet alle værdier fra hukommelsen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Slet funktion(er):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Slet variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Nævners grad:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Orden:" # kontekst? #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Afledet:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 #, fuzzy msgid "Deviation..." msgstr "Animation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "P&olynomiers division..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Differentier..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Differentier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Differentier udtryk" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Differentier..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Fra:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Diskret plot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Vis som Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "2D-visning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Løs ligning(er)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Vis seneste resultat som TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Vis beregningstid" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Division" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 #, fuzzy msgid "Divide Cell" msgstr "Division" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Division" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Division med tal eller polynomier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Dokument baggrund" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " er gemt fra en nyere version af wxMaxima, så den indlæses måske ikke " "korrekt. Opdater venligst din wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " er gemt fra en nyere version af wxMaxima. Opdater venligst din wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Ligninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Afslut\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Egenv&ektorer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Egen&værdier" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminer en variabel i et ligningssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Engelsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #, fuzzy msgid "Enter Data" msgstr "Indtast matrixelementer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 #, fuzzy msgid "Enter Matrix..." msgstr "I&ndtast matrix..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Opret matrix og indtast elementer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Indtast udtryk:" # Indsæt ? #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Indtast kommasepareret liste med variable." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Anvend Enter til beregning" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Indtast matrixelementer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Angiv ny nøjagtighed:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Indtast stien til Maxima-programmet." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 #, fuzzy msgid "Epsilon:" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Ligning:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Ligning %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Ligning(er):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Ligning:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Ligninger:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Fejl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Fejl!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Beregn celle(r)" # Jeg ved ikke hvad man skal oversætte noun til? # JT: Navn(eord) - det vil u.a.o. kun være for "kendere"? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Evaluer &navneformer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Beregn alle celler\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Beregn alle celler\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Beregn celle(r)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Beregn celle(r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Beregn alle celler\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Beregn celle(r)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Beregn aktiv(e) eller valgt(e) celle(r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Beregn alle celler i dokumentet" # Nouns in Verbs umwandeln und auswerten #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Evaluer alle navneformer i udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Beregn alle celler i dokumentet" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" # Jeg ved ikke hvad man skal oversætte noun til? # JT: Navn(eord) - det vil u.a.o. kun være for "kendere"? #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Evaluer &navneformer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Teksteksempel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Afslut wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Udvid til ledform" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Udvid trig." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Udvid udtryk til ledform" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Udvid logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Udvid et udtryk til ledform" # brug af addtitionsformler? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Udvid trigonometrisk udtryk til ledform" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Eksporter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 #, fuzzy msgid "Export document to a HTML or pdfLaTeX file" msgstr "Eksporter dokument til HTML eller LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "HTML-eksport mislykkedes!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "TeX-eksport mislykkedes!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "HTML-eksport mislykkedes!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "TeX-eksport mislykkedes!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "TeX-eksport mislykkedes!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Eksporter..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Udtryk" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Navne på funktioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Faktoriser" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Faktoriser komplekst udtryk" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Faktoriser udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Faktoriser et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Faktoriser et udtryk i Gaussiske heltal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Fakultet og &Gamma-funktion" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Alvorlig fejl" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, fuzzy, c-format msgid "Figure %d:" msgstr "&Indstillinger..." #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Fil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Filen blev ikke fundet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Filen blev ikke fundet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Filen blev ikke fundet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Filen findes ikke." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Fil:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 #, fuzzy msgid "Find" msgstr "Bestem nulpunkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 #, fuzzy msgid "Find\tCtrl+F" msgstr "Fortryd\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Bestem &grænseværdi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 #, fuzzy msgid "Find Minimum..." msgstr "Bestem &grænseværdi..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Bestem nulpunkt..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 #, fuzzy msgid "Find a (unconstrained) minimum of an expression" msgstr "Bestem grænseværdi for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Bestem grænseværdi for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Bestem et nulpunkt for et udtryk indenfor et interval" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Bestem alle rødder i et polynomium" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 #, fuzzy msgid "Find all roots of a polynomial (bfloat)" msgstr "Bestem alle rødder i et polynomium" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Bestem en matrixs egenværdier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Bestem en matrixs egenvektorer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Bestem et polynomiums reelle rødder" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Bestem nulpunkt" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Bestem nulpunkt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Spansk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Fast tegnbredde i indtastningsfelter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "&Marker alt\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Anvendt skrifttype i dokumentet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 #, fuzzy msgid "Font used for displaying math characters in document." msgstr "Anvendt skrifttype til græske symboler i dokumentet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Skrifttyper" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Fransk" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Fra:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Fuld skærm\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funktion" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Navne på funktioner" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Navne på funktioner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funktion(er):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funktion:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Faciliteter til reduktion af komplekse udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Faciliteter til reduktion af fakulteter og Gamma-funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Faciliteter til reduktion af trigonometriske funktioner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "SFD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 #, fuzzy msgid "General Math" msgstr "Opret matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Opret matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 #, fuzzy msgid "Generate Matrix from Expression..." msgstr "&Opret matrix..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Opret matrix ud fra et 2-dimensionalt array" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 #, fuzzy msgid "Generate a matrix from a lambda expression" msgstr "Opret matrix ud fra et 2-dimensionalt array" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Tysk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "&Imaginærdel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "&Rækkeudvikling..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Bestem Laplace-transformation for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "&Realdel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Bestem invers Laplace-transformation for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Bestem Taylor- eller potensrække for et udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Bestem imaginærdelen af komplekst udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Bestem realdelen af komplekst udtryk" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Græske konstanter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Græske konstanter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Græske konstanter" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Gitter:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "HTML-fil (*.html)|*.html|pdfLaTeX-fil (*.tex)|*.tex|Alle|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Hjælp" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Division" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Division" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Division" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Græske konstanter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Fremhævning (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "En vandret markør fungerer som en normal markør, men opererer på celler: " "tryk på op eller ned piletast for at flytte markørstregen. Holdes Shift nede " "mens pile tasterne benyttes markeres celle(r), ved tryk på backspace eller " "delete slettes de(n) markerede celle(r)." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Ungarsk" # Begyndelsesværdi - Maxima #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" # Begyndelsesværdi - Maxima #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Hvis din beregning tager for lang tid, kan du benytte 'Maxima->Afbryd' eller " "'Maxima->Genstart Maxima'" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Billedfiler (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Ny variabel:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Information om Maxima-version" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Begyndelsesværdiproblem (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Begyndelsesværdiproblem (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Input-etiketter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 #, fuzzy msgid "Insert" msgstr "Indsæt tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 #, fuzzy msgid "Insert &Section Cell\tCtrl+3" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 #, fuzzy msgid "Insert &Text Cell\tCtrl+1" msgstr "Indsæt &tekstcelle\tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 #, fuzzy msgid "Insert Cell\tAlt+Shift+C" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Indsæt billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Indsæt billede..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Indsæt &input\tF7" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 #, fuzzy msgid "Insert Page Break" msgstr "Indsæt billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 #, fuzzy msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 #, fuzzy msgid "Insert Section Cell" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 #, fuzzy msgid "Insert Subsection Cell" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Indsæt &afsnitscelle\tCtrl+F6 " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 #, fuzzy msgid "Insert T&itle Cell\tCtrl+2" msgstr "Indsæt &tekstcelle\tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 #, fuzzy msgid "Insert Text Cell" msgstr "Indsæt &tekstcelle\tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 #, fuzzy msgid "Insert Title Cell" msgstr "Indsæt &tekstcelle\tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Indsæt en ny celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Indsæt en ny afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 #, fuzzy msgid "Insert a new subsection cell" msgstr "Indsæt en ny afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Indsæt en ny afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Indsæt ny tekstcelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Indsæt en ny celle til overskrift" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 #, fuzzy msgid "Insert a page break" msgstr "Indsæt billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Indsæt billede" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Integrer udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/Sum:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrer (Risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integrer udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integrer udtryk ved hjælp af Risch-algoritme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrer..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Parentes for aktiv celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Afbryd" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Afbryd igangværende beregning" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Ugyldig angivelse for Maxima-programmet.\n" "\n" "Indtast venligst stien til Maxima-programmet igen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Invers Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "In&vers Laplace Transformation..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italiensk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kursiv" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MFM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Sprog for wxMaxima-brugerfladen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Sprog:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Laplace &transformation..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Mindste fælles multiplum..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Grænseværdi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Grænseværdi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 #, fuzzy msgid "Linear Regression..." msgstr "Integrer udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Indlæs" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Indlæs pakke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Indlæs en Maxima-fil ved hjælp af batch-kommando" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Indlæs fil med Maxima-pakke" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Indlæs typografi fra fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Nedre grænse:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Afbild &matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "O&pret liste..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Udfør substitution i udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Afbildning af liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Anvend funktion på listeelementer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Anvend funktion på matrixelementer" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Batchfil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Automatisk parring af parenteser" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 #, fuzzy msgid "Math font:" msgstr "Standardskrifttype:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Standardskrifttype:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matrix" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Afbildning af matrix" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 #, fuzzy msgid "Matrix name:" msgstr "Matrix:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matrix:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 #, fuzzy msgid "Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "wxMaxima-indstillinger" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima beregner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima-input" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima beregner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Maxima-input" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima-pakke (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima-pakke (*.mac)|*.mac|Lisp-pakke (*.lisp)|*.lisp|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima-proces er afsluttet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Sti til Maxima-program:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima er i gang. Vent på forbindelse..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Afspil animation" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima anvender ':' for at tildele værdier (f.eks. 'a : 3;') og ':=' for at " "definere funktioner (f.eks. 'f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 #, fuzzy msgid "Maxima version: " msgstr "Maxima-spørgsmål" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Maxima-indstillinger" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 #, fuzzy msgid "Mean Difference Test..." msgstr "Differentier..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 #, fuzzy msgid "Mean Test..." msgstr "O&pret liste..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 #, fuzzy msgid "Mean..." msgstr "Afbild liste..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 #, fuzzy msgid "Median..." msgstr "O&pret liste..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 #, fuzzy msgid "Merge Cells" msgstr "&Slet celle(r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "&Slet celle(r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metode:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Automatisk parring af parenteser" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulus" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Navn:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 #, fuzzy msgid "New\tCtrl+N" msgstr "&Ny\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 #, fuzzy msgid "New document" msgstr "Åbn dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Ny værdi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Ny variabel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 #, fuzzy msgid "Normality Test..." msgstr "O&pret liste..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Ugyldig dimension for matrix!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Ugyldigt antal ligninger!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Tællers grad:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Antal ligninger:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Antal ligninger:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Tal" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Tidligere værdi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Tidligere variabel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 #, fuzzy msgid "One sample t-test" msgstr "Teksteksempel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 #, fuzzy msgid "Online tutorials" msgstr "&Kombiner fakulteter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Åbn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Åbn seneste" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Åbn dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Åbn nyt vindue" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Åbn dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 #, fuzzy msgid "Open matrix" msgstr "Indtast matrixelementer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Åbner fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Indstillinger" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Egenskaber:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Forældede celler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Output-etiketter" # Skulle vi have ´ eller ej? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Padé-&approksimation" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG-billede (*.png)|*.png|JPEG-billede (*.jpg)|*.jpg|Windows-bitmap (*.bmp)|" "*.bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Padé-approksimation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Padé-approksimation for Taylorrække" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" # Parametrisk plot? #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Parameterplot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Partial&brøker..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Partialbrøker" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Sæt ind" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "&Sæt ind\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 #, fuzzy msgid "Paste from clipboard" msgstr "Indsæt tekst fra Udklipsholder" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Indsæt tekst fra Udklipsholder" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Ændrer indstillinger for wxMaxima i 'Rediger->Indstillinger'" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Genstart wxMaxima for at ændringer træder i kraft!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "&2D-plot..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "&3D-plot..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Plot&format..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2D-plot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2D-plot..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2D-plot..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3D-plot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3D-plot..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3D-plot..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Plotformat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Plot i 2 dimensioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Plot i 3 dimensioner" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Plot til fil:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punkt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynomium 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynomium 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugisisk (brasiliansk)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript-fil (*.eps)|*.eps|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Nøjagtighed" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Udskriv" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Udskriv dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Udskriv dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Beregn alle celler i dokumentet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Beregn alle celler i dokumentet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 #, fuzzy msgid "Read Matrix..." msgstr "I&ndtast matrix..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Maxima-output behandles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Klar til input fra bruger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Rektangulær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Fortryd\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Fortryd seneste ændring" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Sammentræk trig." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Sammentræk trigonometrisk udtryk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" # Jeg mener kun den skjuler, for jeg kan bede om det i en senere input selvom jeg ikke kan se outputtet længere # JT: men hvordan kalder man dem mon frem igen? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 #, fuzzy msgid "Remove All Output" msgstr "Fjern alle output" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Opret liste ud fra udtryk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Fjern visning af hidtidige output" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Marker alt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Information om fejlrapportering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Genstart Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Genstart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Genstart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Genstart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Risch-integration..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "&Polynomiumsrødder" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 #, fuzzy msgid "Roots of Polynomial (bfloat)" msgstr "&Reelle rødder i polynomium" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Rækker:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russisk" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 #, fuzzy msgid "Sample 1:" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 #, fuzzy msgid "Sample 2:" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 #, fuzzy msgid "Sample:" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Gem" # Skulle vi have ´ eller ej? #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 #, fuzzy msgid "Save Animation..." msgstr "Padé-&approksimation" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Gem som" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Ge&m som...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Gem billede..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Gem markering som billede" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Gem markering som billede..." # Gem billedet i filen #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 #, fuzzy msgid "Save animation to file" msgstr "Gem markering i fil" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Gem dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 #, fuzzy msgid "Save document as" msgstr "Gem dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 #, fuzzy msgid "Save panes layout between sessions." msgstr "Gem størrelse og position for wxMaxima-vindue mellem sessioner." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Gem plot som fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Gem det markerede område i dokumentet i en billedfil" # Gem billedet i filen #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Gem markering i fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Gem typografi i fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Gem størrelse og position for wxMaxima-vindue" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Gem størrelse og position for wxMaxima-vindue mellem sessioner." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Server-opstart slog fejl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 #, fuzzy msgid "Section" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 #, fuzzy msgid "Select All" msgstr "Marker alt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "&Marker alt\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Vælg sti for Maxima-program" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 #, fuzzy msgid "Select Subsample" msgstr "Marker alt" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Vælg en konstant" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Marker alt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Vælg algoritme" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Ved at markere en del af en outputlinje og 'højre-klikke' med musen åbnes en " "menu op med funktioner, der kan foretages på det markerede." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Rækker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Rækker..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Server er startet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 #, fuzzy msgid "Set Zoom" msgstr "Vælg plot format" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Vælg nøjagtighed decimaltal 2" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Brug fast tegnbredde i indtastningsfelter" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Vælg plot format" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Afspil animation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "Opstil randbetingelser til løsning af ODL med Laplace-transformation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Opsætning af modulus-beregning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Vis &definitioner..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Vis &funktioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Vis &tips..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "&Vis variable" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Vis Maxima Hjælp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 #, fuzzy msgid "Show Template\tCtrl+Shift+K" msgstr "Kopier celle(r)\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Vis et tip" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Vis alle kommandoer i stil med:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Vis eksempel med kommandoen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Vis et eksempel med anvendelse" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Vis alle kommandoer i stil med" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Vis erklærede funktioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Vis erklærede variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Vis definition for en funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 #, fuzzy msgid "Show function template" msgstr "Vis &funktioner" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "&Vis variable" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Vis lange udtryk i wxMaxima-dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Vis lange udtryk" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Vis &funktioner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Vis definition for funktionen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Vis Maxima Hjælp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Reducer (ratsimp)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Reducer (&radcan)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Reducer (radcan)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Reducer trig." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Reducer udtryk (ratsimp)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Reducer et udtryk indeholdende fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Reducer udtryk indeholdende radikaler/rødder" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Reducer rationalt udtryk" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Reducer sum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Reducer trigonometrisk udtryk" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 #, fuzzy msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Fra og med wxMaxima 0.8.2 er det muligt at indsætte billeder i dit dokument. " "Benyt 'Rediger->Indsæt billede...'. Bemærk at du skal gemme dit dokument som " "'wxMaxima XML dokument' hvis du vil have dit billede gemt sammen med dit " "dokument." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Løsning:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Løs" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Løs &algebraisk ligningssystem..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Løs l&ineært ligningssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Løs &ODL..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 #, fuzzy msgid "Solve (to_poly)..." msgstr "Løs..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Løs ODL" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Løs O&DL med Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Løs ODL..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Løs algebraisk ligningssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Løs algebraisk ligningssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Løs randværdiproblem for 2. ordens ODL" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Løs ligning(er)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 #, fuzzy msgid "Solve equation(s) with to_poly_solve" msgstr "Løs ligning(er)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Løs begyndelsesværdiproblem for 1. ordens ODL" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Løs begyndelsesværdiproblem for 2. ordens ODL" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Løs lineært ligningssystem..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Løs lineært ligningssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Løs ordinær differentialligning af orden højst 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Løs ordinære differentialligninger ved hjælp af Laplace-transformation" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Løs..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Spansk" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Specialtegn" # Særlige? #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Særlige konstanter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 #, fuzzy msgid "Start Animation" msgstr "Afspil animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Afspil animation" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Maxima-opstart slog fejl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Maxima startes..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Server-opstart slog fejl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Server startes via port %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 #, fuzzy msgid "Statistics" msgstr "antisymmetrisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Tekststrenge" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Typografi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Typografier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 #, fuzzy msgid "Subsample..." msgstr "Substituer..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 #, fuzzy msgid "Subsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 #, fuzzy msgid "Subsection cell" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Substituer..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substituer" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substituer..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Sum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Indsæt celle(r)\tCtrl+Shift+V" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylorrækker:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 #, fuzzy msgid "Text" msgstr "Tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Tekstcelle baggrund" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Klip markering" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Standardport for kommunikation mellem Maxima og wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "In&vers Laplace Transformation..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Der findes mange kilder om Maxima og wxMaxima på internettet. Besøg http://" "wxmaxima.sourceforge.net/wiki/index.php/Tutorials for mere information om " "brug af wxMaxima og Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Der var fejl i den dannede XML-fil!\n" "\n" "Rapporter venligdt dette som en programfejl." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" # Det er bestemt et dårligt ord, men jeg kan ikke komme på noget bedre. #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Inddeling:" # Hvilken kontekst? #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Gange:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 #, fuzzy msgid "Title" msgstr "Fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Celle til overskrift" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Angiv som decimaltal &2\tCtrl+2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 #, fuzzy msgid "To &Float" msgstr "Angiv som decimaltal 1" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Angiv som decimaltal 1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "For at lave et polærplot, vælg 'set polar; set zeroaxis;' under 'Egenskaber' " "i 2D-plot-menuen. Du kan også lave sfæriske og cylindriske plot i 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Du kan sætte parenteser om et udtryk ved at markere det og trykke '(' eller " "')' afhænig af, hvor du gerne vil have markøren til at dukke op bagefter." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "For at gemme størrelse og position af wxMaxima vinduer fra gang til gang, " "benyt 'Rediger->Indstillinger' og marker ved 'Gem wxMaxima vindue størrelse/" "position' " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Start indtastning for at begynde at bruge wxMaxima. Et input celle burde " "dukke op. Tryk 'Shift+Enter' for at beregne." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Til:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Slå &algebraic-indikator til/fra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "&Vis eksakt/decimaltal " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Skjul/vis beregningstid " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Slå Maxima-indikatoren algebraic til eller fra" # Gem billedet i filen #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Gem markering i fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Skift til fuldskærmsvisning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Slå numerisk beregning til eller fra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transponer en matrix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 #, fuzzy msgid "Two sample t-test" msgstr "Teksteksempel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Type:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Kopier som billede" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Type:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrainsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Understreget" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Fortryd\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Fortryd seneste ændring" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "&Marker alt\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Græske konstanter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Øvre grænse:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Anvend Gosper-algortime" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Anvend prik som multiplikationssymbol" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Værdi:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Værdi:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Tidligere variabel:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variabel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variable" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 #, fuzzy msgid "Variance..." msgstr "Variabel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Advarsel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Velkommen til wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" # Det kan vist godt formuleres klarere... #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Når der vælges en funktion med et enkelt input-argument fra en menu, er " "input-argument automatisk '%'. For at få funktionen til at virke på en anden " "værdi, skal input-argumentet vælges inden funktionen vælges fra menuen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "Typografier" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Det seneste output kan tilgås gennem variablen '%'. Output fra tidligere " "kommandoer kan tilgås ved at anvende variable '%on', hvor n er output-" "nummeret." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 #, fuzzy msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Du kan beregne hele dit dokument ved at gå i 'Rediger->Celle->Beregn alle " "celler' eller via tilsvarende genvejstast (Ctrl+R). Cellerne vil blive " "beregnet i den rækkefølge de forekommer i." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Man kan finde hjælp til en Maxima-funktion ved at markere eller klikke på " "funktionsnavnet og derpå trykke på F1. wxMaxima vil søge efter det markerede " "i Hjælp-indekset. " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Output fra en celle kan skjules ved at klikke i trekanten i cellens venstre " "side. Indholdet i tekstceller kan skjules på samme måde." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Du kan vælge mellem forskellige typer af 'celler' i wxMaxima via menuen " "'Rediger->Celle'. Bemærk at kun inputceller kan beregnes, mens de øvrige kan " "benyttes til kommentarer eller strukturering i dine beregninger." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Du kan markere og vælge flere celler af gangen enten ved at bruge musen - " "klik og træk mellem celler eller marker en enkelt celle ved at trække fra " "venstre mod højre - eller ved at bruge keyboardet - hold Shift nede og brug " "piletastern og den horisontale markør. Herefter kan du udføre beregning på " "de markerede celler på én gang." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Zoom i&nd\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Zoom &ud\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ ikke gemt ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ ikke gemt* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Udvid til ledform" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisymmetrisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Anvend funktion på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "begge sider" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "standard" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Opret liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Navne på funktioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "generel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Bestem nulpunkt" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "på linje med tekst" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Fra:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "venstre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 #, fuzzy msgid "matrix[i,j]:" msgstr "Matrix:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Bestem nulpunkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "nth" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Partialbrøker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "højre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Markering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Afsnitscelle" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symmetrisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 #, fuzzy msgid "unsaved" msgstr "[ ikke gemt ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "unavngivet" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, fuzzy, c-format msgid "untitled %d" msgstr "unavngivet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Udtryk:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Navne på funktioner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "Maxima &Hjælp\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "Maxima &Hjælp\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Indstillinger for wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima kunne ikke finde Maxima!\n" "\n" "Ændrer wxMaxima indstilliger i 'Rediger->Indstillinger'.\n" "Start herefter Maxima i 'Maxima->Genstart Maxima'" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima kunne ikke finde Hjælp-fil.\n" "\n" "Kontroller venligst installationen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima kunne ikke starte serveren.\n" "\n" "Kontroller venligst at der er etableret netværksforbindelse\n" "og prøv igen!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "I wxMaxima-dialogboksenes felter er indsat standardværdier, hvoraf en er " "'%'. Hvis der er foretaget markering i dokumentet, anvendes denne markering " "i stedet for '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima-dokument" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima-dokument (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima stødte på en fejl under indlæsning af " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 #, fuzzy msgid "wxMaxima icon" msgstr "wxMaxima-indstillinger" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 #, fuzzy msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima er en grafisk brugerflade for computer algebra systemet MAXIMA " "baseret på wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima er en grafisk brugerflade for computer algebra systemet MAXIMA " "baseret på wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Afspil animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Eksporter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 #, fuzzy msgid "yes" msgstr "Typografier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Maxima-spørgsmål" #~ msgid "Parsing output" #~ msgstr "Output fortolkes" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima kunne ikke finde filer med tips.\n" #~ "\n" #~ "Kontroller venligst installationen." #~ msgid "Tips not available, sorry!" #~ msgstr "Ingen tips er tilgængelige, beklager!" #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Vis beregningstid" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Sti til Maxima-program:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Maxima-spørgsmål" #~ msgid " << Expression too long to display! >>" #~ msgstr "<< Udtrykket er for langt til at kunne vises! >>" #, fuzzy #~ msgid "&Cell" #~ msgstr "Celle" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Ny\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nyt vindue\tCtrl+N" #, fuzzy #~ msgid "<< Nothing to display >>" #~ msgstr "<< Udtrykket er for langt til at kunne vises! >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Justering af størrelsen for græsk skrifttype." #~ msgid "Adjustment:" #~ msgstr "Justering af størrelse:" #~ msgid "Animation" #~ msgstr "Animation" #~ msgid "Basic" #~ msgstr "Basis" #~ msgid "Button panel:" #~ msgstr "Knappanel:" #~ msgid "Close document?" #~ msgstr "Skal dokumentet lukkes?" #~ msgid "Copy As Image" #~ msgstr "Kopier som billede" #~ msgid "Copy LaTeX" #~ msgstr "Kopier som LaTeX" #~ msgid "Copy selected cell(s)" #~ msgstr "Kopier markerede celler" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "" #~ "Kopier markering til Udklipsholder, når der er foretaget markering i " #~ "dokumentet." # Hvilken kontekst? #~ msgid "Copy to clipboard on select" #~ msgstr "Kopier markering til Udklipsholder" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Klip celle(r)\tCtrl+Shift+X" #~ msgid "Cut selected cell(s)" #~ msgstr "Klip markerede celle(r)" #~ msgid "Decrease fontsize in document" #~ msgstr "Formindsk skriftstørrelse i dokument" #~ msgid "Default port:" #~ msgstr "Standardport:" #~ msgid "Delete selected cell(s)" #~ msgstr "Slet markerede celle(r)" #~ msgid "Delete selection" #~ msgstr "Klip markering" #~ msgid "Document " #~ msgstr "Dokument " #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Dokumentet er ikke gemt!\n" #~ "\n" #~ "Luk nuværende dokument og mist alle ændringer?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Dokumentet er ikke gemt!\n" #~ "\n" #~ "Skal wxMaxima afsluttes og ændringerne gå tabt?" #~ msgid "Error %d" #~ msgstr "Fejl %d" #, fuzzy #~ msgid "Find..." #~ msgstr "Bestem nulpunkt..." #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Anvendt skrifttype til visning af Unicode-tegn i dokumentet." #~ msgid "Full" #~ msgstr "Komplet" #, fuzzy #~ msgid "Functions and macros" #~ msgstr "Navne på funktioner" #~ msgid "Height:" #~ msgstr "Højde:" #~ msgid "Increase fontsize in document" #~ msgstr "Forøg skriftstørrelse i dokument" #~ msgid "Input" #~ msgstr "Input" # input ELLER inputcelle # - se også andre! #~ msgid "Insert input cell" #~ msgstr "Indsæt input" # Eingabe einfügen # - hvilken kontekst? #~ msgid "Insert input group" #~ msgstr "Indsæt input" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Indsæt celle til &overskrift\tCtrl+Shift+F6" #~ msgid "Off" #~ msgstr "Skjult" #~ msgid "Paste cell(s) to document" #~ msgstr "Indsæt celle(r) i dokument" #~ msgid "Product..." #~ msgstr "Produkt..." #~ msgid "Quit?" #~ msgstr "Skal der afsluttes?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Beregn alle celler\tCtrl+R" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Fortryd\tCtrl+Z" #, fuzzy #~ msgid "Save changes?" #~ msgstr "Gem billede..." #~ msgid "Save document as ..." #~ msgstr "Gem dokument som ..." #~ msgid "Set &Precision..." #~ msgstr "Vælg &nøjagtighed" #~ msgid "Show Maxima header" #~ msgstr "Vis Maxima-hoved" #~ msgid "Show initial header with Maxima system information." #~ msgstr "" #~ "Vis hoved med Maxima-systeminformation i begyndelsen af dokumentet." #~ msgid "Start animation" #~ msgstr "Afspil animation" #~ msgid "Stop animation" #~ msgstr "Stop animation" #~ msgid "Sum..." #~ msgstr "Sum..." #, fuzzy #~ msgid "Text & Code" #~ msgstr "Division" #~ msgid "To &Float\tCtrl+F" #~ msgstr "Angiv som decimaltal &1\tCtrl+1" #~ msgid "Unicode glyphs:" #~ msgstr "Unicode-tegn:" #~ msgid "Use greek font to display greek characters." #~ msgstr "Anvend græsk skrifttype ved visning af græske tegn." #~ msgid "Use greek font:" #~ msgstr "Anvend græsk skrifttype:" #~ msgid "Width:" #~ msgstr "Bredde:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Anvend automatisk parring af parenteser i indtastningsfelter." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Udtryk:" #, fuzzy #~ msgid "implies" #~ msgstr "Reducer (ratsimp)" #~ msgid "untitled.wxm" #~ msgstr "unavngivet.wxm" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima er en grafisk brugerflade for computer \n" #~ "algebra systemet MAXIMA baseret på wxWidgets." #~ msgid "wxMaxima options" #~ msgstr "wxMaxima-indstillinger" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "wxMaxima-dokument (*.wxm)|*.wxm|wxMaxima xml-dokument (*.wxmx)|*.wxmx|" #~ "Maxima-batchfil (*.mac)|*.mac|Alle|*" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Udtryk:" wxmaxima-Version-18.02.0/locales/de.po000066400000000000000000007363561324204105000175250ustar00rootroot00000000000000# translation of de.po to german # This file was written by Harald Geyer in 2005. # This file is released to the public domain. # msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2018-02-02 07:13+0100\n" "Last-Translator: Gunter Königsmann \n" "Language-Team: german \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" "\n" "\n" "Maxima verwendet derzeit %3.3f%% der verfügbaren CPU-Last." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode Unterstützung: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maxima Version: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Nicht mit Maxima verbunden!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Nicht verbunden." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Bild) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "... + %i versteckte Zeilen" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " << Ausdruck länger, als im Konfigurationsdialog erlaubt >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "\"LaTeX Kopieren\" fügt Mathe-Markierung hinzu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "Das \"daraus folgt\"-Symbol" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i Zellen warten auf Evaluierung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Auf Liste anwenden ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropos ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Batch-Datei laden ...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Randwertproblem ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Fehler &berichten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Rechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonische Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Charakteristisches Polynom ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Speicher löschen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "Fakultäten &kombinieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Komplexe Ausdrücke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Kettenbruch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Kopieren\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Bestimmtes Integral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "Als &Winkelfunktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Differenzieren ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Bearbeiten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "Variable &eliminieren ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "Matrix &eingeben ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "B&eispiel ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "Ausdruck &expandieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Winkelfunktionen &expandieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "Als &Expontialfunktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "E&xportieren ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Ausdruck &faktorisieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Datei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Numerische &Nullstelle ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "Matrix erzeu&gen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&GGT ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Hilfe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrieren ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "Unter&brechen\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "Unter&brechen\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "Matrix &invertieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 msgid "&List" msgstr "&Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Paket &laden ...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "Auf Liste ab&bilden ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Zeige die Hilfe von Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Setze &Modulo ..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "Neu\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numerisch" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerische Integration" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Gosper" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Öffnen\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Öffnen ...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Plotten" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Potenzreihe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "Drucken ...\tCtrl+P" # frei #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&rational" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "Winkelfunktionen &reduzieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Maxima neustarten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "reelle N&ullstellen eines Polynoms" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "Speichern\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Ausdruck &vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "Fakultäten &vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "Winkelfunktionen &vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "Gleichung lö&sen ..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "Be&sondere Werte" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Taylorreihe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "Matrix &transponieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Winkelfunktionen vereinfachen" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&Farbe nach Höhe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Standardsprache verwenden)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infinity" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [unterdrücke die weiteren Zeilen der Ausgabe dieses Befehls, da bereits " "mehr als im Konfigurationsdialog ausgegeben wurde]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "2D-Gleichungen aus Standard-Zeichen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; %i ausstehende Befehle in aktueller Zelle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" "Ein \":lisp\" als erster Befehl meldet evtl. nicht, wenn er fertig ist." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Seit wxMaxima 0.8.0 steht ein horizontaler Cursor zur Verfügung, der " "zwischen den Zellen als eine horizontale Linie erscheint. Der horizontale " "Cursor zeigt an, wo z. B. die nächste neue Zelle eingefügt wird." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "Eine Gruppe, die eine Eingabe mit einer eventuellen Ausgabe bündelt." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" "Ein Befehl oder eine Zahl war nicht nach einem \":\", a \"$\", a \";\" or a " "\",\".\n" "Wahrscheinlichste Fehlerursache: Ein fehlendes Komma zwichen zwei " "Listenelementen." #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 msgid "A function f(a,b), named" msgstr "Eine Funktion f(a,b) des Namens" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Mit wxMaxima 0.8.2 wurde ein neues Format für Dokumente eingeführt. Dieses " "sichert nicht nur die Eingaben, sondern auch die Ergebnisse der " "Berechnungen. Wenn Sie Ihr Dokument speichern, können Sie dazu das Format " "'wxMaxima-XML-Dokument' auswählen." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 msgid "A page break" msgstr "Ein Seitenumbruch" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Diagramme können eingebettet werden, indem an den Beginn des Namens des " "Zeichenbefehls ein \"wx\" angehängt wird.\n" "\"draw\" wird so zu \"wxdraw\", plot zu \"wxplot\" etc." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "Ein Kapiteltitel" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "Ein Abstand zwischen Gruppenzellen" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 msgid "A sub-subsection heading" msgstr "Unter-Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 msgid "A subsection heading" msgstr "Unter-Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Ein Symbol aus dem Konfigurationsdialog" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" "Eine Variable, die mit einer beliebigen Zahl gefüllt werden kann.\n" "Wird von solve() und algsys() verwendet, falls es unendlich viele Resultate " "gibt." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Rand&bedingung setzen ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Fehler beenden das Evaluieren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Info" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Information über wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Klammern aktive Zelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Ad&jungierte Matrix" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Algebraische Gleichheit &hinzufügen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Ein Verzeichnis zum Suchpfad hinzufügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" "Füge ein neues Element zum Anfang der Liste hinzu. Praktisch zur Generierung " "von Stapelspeichern." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 msgid "Add an element to a list" msgstr "Füge ein Element zur Liste hinzu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Verzeichnis zum Pfad hinzufügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Gebe Vereinfacher für rationale Ausdrücke eine Gleichung" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Füge die .wxmx-Quellen zum HTML-Export hinzu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Zum &Pfad hinzufügen ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "Zusätzliche Standard-Formate für \"Kopieren\":" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" "Zusätzliche Zeilen, die zu der Präambel jedes für pdfTex generierten LaTeX-" "Dokuments hinzugefügt werden sollen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Zusätzliche Zeilen für die LaTeX-Präambel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Zusätzliche Parameter für Maxima (z. B. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Zusätzliche Parameter für Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Zusätzliche Symbole für die \"Symbole\"-Seitenliste:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Wenn Animationen (diese können beispielsweise mit with_slider_draw() " "erstellt werden) angeklickt sind, erlaubt dieser Schieberegler es, das " "aktuell angezeigte Bild zu wählen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "All but the 1st n elements" msgstr "Alle Elemente bis auf die ersten n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "All but the last n elements" msgstr "Alle Elemente bis auf die letzten n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "\"Alle unterstützten Dateien (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*." "wxmx;*.mac;*.\"\n" "\"out;*.xml|wxMaxima-Dokumente (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima-Sitzungen " "(*.\"\n" "\"mac)|*.mac|Xmaxima-Sitzungen (*.out)|*.out|xml von beschädigtem .wxmx (*." "xml)|*.xml\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Alle Variablennamen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alpha" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "Eine Integrationskonstante." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 msgid "Animation framerate..." msgstr "Bildwiederholrate für Animationen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "Kantenglättung für Linien." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "Anfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "Aneinanderfügen von Listen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 msgid "Append a list to a list" msgstr "Anhängen einer Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 msgid "Append a list to an existing list" msgstr "Hängt einer Liste an eine existierende Liste an" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 msgid "Append an element" msgstr "Anhängen eines Elements" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "Füge ein Element zu einer Liste hinzu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Anwenden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 msgid "Apply a function to each list element" msgstr "Funktion auf jedes Listenelement anwenden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Funktion auf Liste anwenden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Array:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Bildmaterial von" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Frage nach, wenn Dokumente nicht gespeichert sind" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Randwert" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Automatisches Einrücken neuer Zeilen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Automatische Marken (%i1, %o2)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Automatisches Beantworten von Fragen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Setze das Verzeichnis, in dem Maxima läuft, automatisch auf das, in dem sich " "das Arbeitsblatt befindet. Dies erlaubt es, von Maxima aus Dateipfade " "relativ zu dem aktuellen Verzeichnis zu spezifizieren, sorgt aber (zumindest " "mit Maxima 5.35) auf Windows-Rechnern dafür, dass Maxima seine eigenen " "Dateien auf dem falschen Server sucht." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" "Automatisches Beantworten von Fragen, deren Antwort das letzte Mal gegeben " "wurde." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Automatisches Einfügen passender schließender Klammern, wenn eine Klammer " "geöffnet wird. Das Markieren der jeweils anderen Klammer kann dadurch " "unterbunden werden, dass die betreffende Farbe auf die Hintergrundfarbe " "abgeändert wird." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Minuten zwischen automatischem Speichern (0 = aus):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Automatischer Zeilenumbruch:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "Randwertproblem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Balkendiagramm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Batch-Dateien (*.bat)|*.bat|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Batch-Datei laden" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "wxMaxima bietet zwei Funktionen, die Änderungen rückgängig machen können:\n" "Steht der Cursor zwischen zwei Zellen, macht die Tastenkombination Strg+Z " "Änderungen am Arbeitsblatt rückgängig. Steht er innerhalb einer Zelle, ist " "Strg+Z mit einer sehr feinkörnigen Rückgängigmach-Funktion verbunden, die " "sich nur um Änderungen innerhalb der aktuellen Zelle kümmert und den Rest " "des Arbeitsblattes ignoriert." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "Bitmap" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Skalierung der Bitmaps für den Export" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "Bild" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Fett" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Horizontaler und Vertikaler Cursor sind gleichzeitig aktiv" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Kursdiagramm" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Ordner Anzeigen" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" "Fehler: Textvervollständigung für eine unbekannte Kategorie aufgerufen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Interner Fehler: Zelle wurde verlassen, aber zuvor nie besucht." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Interner Fehler: Zelle mit negativer y-Position" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Interner Fehler: Habe eine Frage, aber weiß nicht, in welcher Zelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Interner Fehler: Soll die Zelle vor dem Beginn des Arbeitsblattes ändern." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Interner Fehler: Soll die Zelle vor dem Beginn des Arbeitsblattes löschen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "Interner Fehler: soll den Inhalt einer Zelle ändern und sie löschen." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "Interner Fehler: Eine MathCell behauptet, keine GroupCell zu besitzen." #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" "Interner Fehler: Die Anzahl der Ziffern, die angezeigt werden soll, ist zu " "niedrig!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Interner Fehler: Fehlender Inhalt" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Interner Fehler: Habe keinen Bildzähler, den ich beschreiben könnte." #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Interner Fehler: Ein abs()-Kommando ohne Ende des Arguments!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Interner Fehler: Ein conjugate()-Kommando ohne Ende des Arguments!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Interner Fehler: Bruch ohne Nenner" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Interner Fehler: Ein exp()-Kommando ohne Ende des Arguments!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Interner Fehler: Bruch ohne Zähler" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" "Interner Fehler: Kein Ende des Arguments in der Basis eines Exponenten!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Interner Fehler: Kein Ende des Inhalts einer Klammer!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Interner Fehler: Kein Ende des Arguments einer Wurzel!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" "Interner Fehler: Text wurde geändert, aber es ist unbekannt, für welche " "Zelle." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "Interner Fehler: Die Zwischenablage ist bereits geöffnet" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" "Interner Fehler: Die Zwischenablage ist noch nicht geöffnet, obwohl in eine " "Textcelle eingefügt werden soll." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" "Interner Fehler: Versuche, eine nichtexistierende Zelle an eine Gruppenzelle " "anzuhängen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Interner Fehler: Rückgängigmachen setzt an Zellen außerhalb des " "Arbeitsblattes an." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Fehler: Versuche, den horizontal dargestellten Cursor in einer Zelle zu " "platzieren." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Interner Fehler: Versuche, die Änderung des Inhalts einer Zelle zu " "dokumentieren, ohne die Zelle zu kennen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" "Interner Fehler: Versuche, innerhalb einer Zelle Text auszuwählen, ohne zu " "wissen, in welcher Zelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Interner Fehler: Rückgängig will Zellen ändern und gleichzeitig Zellen " "hinzufügen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" "Interner Fehler: Rückgängigmachen setzt an Zellen außerhalb des " "Arbeitsblattes an." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "Interner Fehler: Unbekannte Art von Text" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Info über Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Standardmäßig wird mit 'Umschalt-Eingabe' eine Zelle ausgewertet, wogegen " "'Eingabe' die Eingabe mehrer Zeilen in einer Zelle erlaubt. Dieses Verhalten " "kann im Dialog 'Bearbeiten->Einstellungen' durch Markierung der Auswahl " "'Eingabe wertet die Zelle aus' geändert werden. Die Funktion der beiden " "Befehle 'Umschalt-Eingabe' und 'Eingabe' wird ausgetauscht." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Varia&ble ersetzen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Einstellungen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "&Produkt berechnen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Su&mme berechnen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Letztes Ergebnis als lange Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Letztes Ergebnis als Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Rechne modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Letztes Ergebnis als Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Produkte berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Summen berechnen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Keine Verbindung mit dem Webserver." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Kann Information zur Version nicht laden." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Abbrechen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "Kann Maxima nicht starten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Trigrat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalanisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ze&llen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Klammern Zelle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Zelle endet mit einem Backslash" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Format &2D Anzeige" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Wähle ein Format für die 2D Anzeige" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Variable ersetzen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Variable in Integral oder Summe ersetzen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Charakteristisches Polynom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Prüfe auf Aktualisierungen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "" "Prüfen Sie bitte, ob Sie eine aktuelle Version von wxMaxima oder Maxima " "erhalten können." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Chinesisch (vereinfacht)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chinesisch (traditionell)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Schriftart wählen" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Neues Plot-Format eingeben:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Klassen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Schließen\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Schließe Fenster" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Syntaxhervorhebung: Kommentare" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Syntaxhervorhebung: Zeilenende-Marker" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Syntaxhervorhebung: Funktionen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Syntaxhervorhebung: Zahlen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Syntaxhervorhebung: Operatoren" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Syntaxhervorhebung: Zeichenketten" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Syntaxhervorhebung: Variablen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Spaltennamen:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Spalten:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Fakultäten in einem Ausdruck kombinieren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Komma wird von einer schließenden Klammer gefolgt" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "x-Koordinaten durch Kommata getrennt" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "y-Koordinaten durch Kommata getrennt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 msgid "Comma-separated elements" msgstr "Elemente (durch Kommata getrennt)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 msgid "Comma-separated equations" msgstr "Durch Kommata getrennte Gleichungen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 msgid "Comma-separated variables" msgstr "Variablen (durch Kommata getrennt)" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "Kommentar (Text, der nicht an Maxima gesendet wird)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Auswahl auskommentieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Kommentiert den aktuell ausgewählten Text aus." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Auswahl auskommentieren\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Vervollständige Befehl\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Vervollständige Befehl" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Vollständiges Beenden und Neustart von Maxima" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 msgid "Complex infinity." msgstr "&Komplex unendlich." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Kettenbruch eines Werts berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Adjungierte Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Charakteristisches Polynom einer Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Determinante einer Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Größten gemeinsamen Teiler berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Inverse einer Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Kleinstes gemeinsames Vielfaches berechnen (vorher load(functs) ausführen)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Bedingung:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Konfigurationsdatei (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Konfigurationswarnung" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "wxMaxima konfigurieren" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Konstante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "L&ogarithmen zusammenfassen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Ersetze Binomial-, Beta- und Gammafunktionen durch Fakultäten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Ersetze Binomialfunktionen, Fakultäten und Betafunktionen durch " "Gammafunktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Wandle komplexen Ausdruck in Polardarstellung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Wandle komplexen Ausdruck in Standarddarstellung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Exponentialfunktion mit imaginärem Argument in Winkelfunktion umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Produkte von Logarithmen in Summe von Logarithmen umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Logarithmen von Summen in Produkt von Logarithmen umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "In &Fakultäten umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "In &Gammafunktionen umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "&Polardarstellung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "&Standarddarstellung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Wandle trigonometrischen Ausdruck in eine kanonische Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Ersetze Winkelfunktionen durch Exponentialfunktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "Konvertiert eine Matrix zu einer Liste von Listen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "Konvertiert verschachtelte Listen wie [[1,2],[3,4]] zu einer Matrix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Kopiere letzte Eingabe\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Kopiere letzte Ausgabe\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Als Bild kopieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Als LaTeX kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Als MathML kopieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Kopiere als MathML (für Textverarbeitungen etc.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "Als RTF kopieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy as SVG" msgstr "Als SVG kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Als Text kopieren\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Als Text kopieren" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Auswahl kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 msgid "Copy selection from document as an SVG image" msgstr "Auswahl als SVG-Bild kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Auswahl als Bild kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Kopiert den markierten Text als RTF, ein Format, das von vielen " "Textverarbeitungen als 2D-Formel dargestellt wird." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Auswahl des Dokumentes als Text kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Auswahl im LaTeX-Format kopieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "Kopiert den markierten Text in einem MathML-Format, das von vielen " "Textverarbeitungen als 2D-Formel dargestellt wird." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 msgid "Create a list" msgstr "Eine Liste erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "Erzeuge eine Liste als Speicher für die konkreten Werte von Variablen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 msgid "Create a list from a rule" msgstr "Liste aus einem Ausdruck erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 msgid "Create a list from another list" msgstr "Liste von einer anderen Liste erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "Erzeuge eine Liste von Komma-separierten Elementen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Neue Zelle mit letzter Eingabe erzeugen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Neue Zelle mit letzter Ausgabe erzeugen." #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "Erzeuge ein temporäres f(a,b) mit dem folgenden Inhalt:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 msgid "Create list" msgstr "Eine Liste erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "Erzeuge eine Liste aus komma-getrennten Elementen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Ausschneiden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Ausschneiden\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Auswahl ausschneiden" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tschechisch" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Dänisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Datenmatrix:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Datendatei (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Daten:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Debug: Überwache den stdout-Datenstrom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Partialbruchzerlegung" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Standard" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Standard-Bildwiederholrate für Animationen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Standardschrift:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Standardgröße für Graphen beim nächsten Start von Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "Standard-Port für die Kommunikation zwischen Maxima und wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Definiert die Geschwindigkeit (in Bilder pro Sekunde), mit der Animationen " "standardmäßig abgespielt werden." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" "Bestimmt, ob Animationen automatisch gestartet werden, oder erst beim " "Anklicken." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Löschen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "F&unktion löschen ..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Auswahl löschen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "V&ariable löschen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Eine Funktion löschen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Eine Variable löschen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Alle Symbole aus dem Speicher löschen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Lösche die Funktion(en):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Lösche die Variable(n):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Grad Nenner:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Ordnung:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Ableitung:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Standardabw." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Polynome di&vidieren ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Differenzieren ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Differenzieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Ausdruck differenzieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Differenzieren ..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Richtung:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Diskreter Plot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Zeige Te&X Format" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Darstellungmethode" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "Display equations" msgstr "Anzeige von Gleichungen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Zeige letztes Ergebnis in TeX Format" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Zeige Zeit für die Auswertung an" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Dividiere" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Zelle teilen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Zelle teilen\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dividiere Zahlen oder Polynome" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Teile diese Eingabezelle in zwei Zellen auf." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "Division durch 0." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Tue dies für jedes Listenelement" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Wollen Sie Änderungen im Dokument \"%s\" speichern?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Hintergrundfarbe Dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "Das Dokument wurde mit einer aktuelleren wxMaxima Version gespeichert. Die " "Datei wird möglicherweise nicht korrekt geladen. Bitte aktualisieren Sie " "wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "Das Dokument wurde mit einer aktuelleren wxMaxima Version gespeichert. Bitte " "aktualisieren Sie wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Dokumentklasse für TeX-Export:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Nicht speichern" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Nach unten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Gleichungen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "B&eenden\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Eigen&vektoren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Eigen&werte" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" "Entweder ein einfacher Ausdruck oder eine Liste von komma-getrennten " "Ausdrücken, die in runde Klammern verpackt wurde. Im letzten Fall wird das " "Ergebnis des letzen Ausdrucks aus der Klammer verwendet." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "Negativ oder Null. Kann von sign() zurückgeliefert werden." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" "Positiv oder Null.\n" "Kann von sign() zurückgeliefert werden." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" "Positiv, negativ oder Null.\n" "Kann von sign() zurückgeliefert werden." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "Element" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "Element:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminiere eine Variable aus einem Gleichungssystem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "q.e.d. (Beweisende)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Englisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Matrix eingeben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Matrix &eingeben ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Eine Matrix eingeben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Geben Sie eine Gleichung zum Vereinfachen rationaler Ausdrücke an:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Geben Sie die Variablen durch Beistriche getrennt ein." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "'Eingabe' wertet die Zelle aus" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Matrix eingeben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Neue Bildwiederholrate für Animationen:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Neue Genauigkeit für als Bigfloat deklarierte Zahlen eingeben:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Geben Sie den Pfad zum Maxima Programm an." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "Equation" msgstr "Gleichung" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Gleichung %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Gleichung(en):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Gleichung:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "Gleichungen haben gleich mehrere Vorteile gegenüber Funktionen. So können " "sie mit factor(), expand() und ähnlichen Funktionen umgeformt werden. Sie " "können ineinander eingesetzt werden und sie werden stets in einer " "menschenlesbaren 2D-Form ausgegeben." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Gleichungen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Fehler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Fehler!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "&Noun-Formen auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Alle Zellen neu auswerten\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Alle sichtbaren Zellen neu auswerten\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Zelle(n) auswerten" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Zelle bis hier auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Zellen über dem Cursor neu auswerten\tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Zellen ab hier auswerten" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Evaluiere diesen Teil des Dokuments\tShift+Ctrl+Return" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Evaluiere dieses Kapitel\tShift+Ctrl+Return" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Evaluiere dieses Unterkapitel\tShift+Ctrl+Return" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Evaluiere dieses Unter-Unterkapitel\tShift+Ctrl+Return" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Aktive oder ausgewählte Zelle(n) auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Alle Zellen im Dokument auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Alle Noun-Formen im Ausdruck auswerten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Alle sichtbaren Zellen im Dokument auswerten" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" "Evaluiert diese Datei von ihrem Beginn an bis zu der Zelle über dem Cursor" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "&Zellen bis hier evaluieren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Beispiel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Mustertext" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Beispiele:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "Führt einen Befehl für jedes Element der Liste aus." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "wxMaxima beenden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Expandieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Trigexpand" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Ausdruck expandieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "&Logarithmen expandieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Einen Ausdruck expandieren (ausmultiplizieren und in Terme aufspalten)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Trigonometrische Ausdrücke expandieren" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Exportieren" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Export von pdf-Animationen nach TeX. Programme, die dies nicht unterstützen, " "zeigen Standbilder." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exportiere Dokument als HTML oder pdfLaTex-Datei" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Export von Gleichungen nach HTML als:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Exportieren der Datei ist fehlgeschlagen!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Das Exportieren war erfolgreich." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Export als HTML-Datei ist fehlgeschlagen!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Export als TeX-Datei ist fehlgeschlagen!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Export als Maxima-Bibliothek ist fehlgeschlagen!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Exportieren ..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Ausdruck:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Ausdruck:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Ausdruck:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "Extrahiere Elemente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "Extrahiere den Wert für eine Variable" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" "Extrahiert einen Variablenwert aus einer Liste mit Werten für Variablen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 msgid "Extract function arguments" msgstr "Extrahiere die Parameter einer Funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 msgid "Extract list Elements" msgstr "Extrahiere Elemente der Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 msgid "Extract the argument list from a function call" msgstr "Extrahiere die Liste der Parameter von einem Funktionsaufruf" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 msgid "Extract the last n elements from a list" msgstr "Extrahiere die letzten n Elemente einer Liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "Extrahiert das n-te Element einer Liste. Langsam für große n." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "Extrahiert den Wert, der einer Variable in einer Liste zugewiesen wird" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Faktorisieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Audruck faktorisieren (Komplex)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Ausdruck faktorisieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Einen Ausdruck in ein Produkt von Ausdrücken umwandeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Faktorisiere einen Ausdruck in komplexe Zahlen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Fakultät und &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Fataler Fehler" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Abbildung %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "&Datei" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "Datei kann nicht geöffnet werden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Datei nicht gefunden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Datei geöffnet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Datei existiert nicht." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Datei:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Suchen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Suchen\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Grenz&wert suchen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Minimum suchen ..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Nullstelle suchen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Finde das Minimum eines Ausdrucks" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Grenzwert eines Ausdrucks suchen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Numerische Lösung einer Gleichung suchen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Alle Nullstellen eines Polynoms suchen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "" "Alle Nullstellen eines Polynoms mit langer Gleitkommagenauigkeit suchen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Suchen und Ersetzen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Suchen und Ersetzen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Eigenwerte einer Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Eigenvektoren einer Matrix berechnen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Minimum suchen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Finde die reellen Nullstellen eines Polynoms" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Nullstelle suchen" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Suchen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Finnisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "Erstes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Neunummerierung der Ein- und Ausgabemarken beim Speichern" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Schriftart mit fester Breite in Texteingabefeldern" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Alles zuklappen\tCtrl+9" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Alle Sektionen zuklappen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Folge" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Zeichensatzproblem: Die Zeichengröße ist zu klein. Ein Installieren von " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html mit " "darauffolgendem Anklicken von \"Benutze jsMath-Zeichensätze\" in der " "Konfiguration sollte das Problem beheben." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Zeichensatzproblem: Das Wurzelsymbol hat die Größe 0. Ein Installieren von " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html mit " "darauffolgendem Anklicken von \"Benutze jsMath-Zeichensätze\" in der " "Konfiguration sollte das Problem beheben." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Zeichensatzproblem? Das Wurzelzeichen hat die Größe 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Schriftart für ein Dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Schriftart für mathematische Zeichen in einem Dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Schriftarten" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "wxMaxima kann die Höhe jeder Text- Kapitel- oder Codezelle durch eine Art " "Klammer darstellen, die an deren linkem Rand gezeichnet ist, und erlaubt, " "die Zelle und ihren inhalt zu verstecken. Dieses Häkchen sagt nun, ob diese " "Klammer auch mit ausgedruckt werden soll." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" "Um Zellen schneller zu generieren wird, gibt es die folgenden Kurzbefehle:\n" "\n" " Strg+0: Mathematik\n" " Strg+1: Text\n" " Strg+2: Titel\n" " Strg+3: Kapitel\n" " Strg+4: Unterkapitel\n" " Strg+5: Unter-Unterkapitel" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Bild %i von %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "Bildwiederholrate" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Französisch" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "von:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Ganzer Bildschirm\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funktion" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 msgid "Function name" msgstr "Funktionsname" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Funktionsnamen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funktion(en):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funktion:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funktionen zum Vereinfachen komplexer Ausdrücke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funktionen zum Vereinfachen von Fakultäten und Gammafunktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funktionen zum Vereinfachen von trigonometrischen Ausdrücken" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "GGT" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF Bild (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galicisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Allgemeine Mathematik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Allg. Mathematik\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Matrix erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Matrix aus Ausdruck erzeugen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Eine Matrix aus einem 2-dimensionalen Array erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Matrix aus lambda-Ausdruck erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "Erzeuge eine Liste aus den Elementen einer bereits bestehenden Liste." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" "Generiert einen Speicher für Variablenwerte, die dann später in Gleichungen " "eingesetzt werden können." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "Erzeuge Listenelemente anhand einer Regel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Deutsch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "&Imaginärteil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Reihen&entwicklung ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Die Laplacetransformation eines Ausdrucks bestimmen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "&Realteil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Die inverse Laplacetransformation eines Ausdrucks bestimmen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Die Taylor- oder Potenzreihe eines Ausdrucks bestimmen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Imaginärteil eines komplexen Ausdrucks bestimmen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Realteil eines komplexen Ausdrucks bestimmen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Rückgängigmachen involviert das Löschen einer Zelle, die derzeit nicht " "gelöscht werden kann." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Griechisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Griechische Buchstaben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Griechische Buchstaben\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Griechische Konstanten" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Gitter:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "HTML-Datei (*.html)|*.html|Maxima-Bibliothek (*.mac)|*.mac|pdfLaTex-Datei (*." "tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Hilfe" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Verstecken" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Alle Werkzeugleisten verbergen\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Code verstecken" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Zellen mit Code verstecken\tAlt+Ctrl+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Verstecke diesen Abschnitt" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Verstecke dieses Kapitel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Verstecke dieses Unterkapitel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Verstecke dieses Unter-Unterkapitel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Alle Werkzeugleisten ausblenden" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "Verstecke den Inhalt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "Verstecke die Klammer, die zeigt, was zum Inhalt einer Zelle des " "Arbeitsblatts gehört und die das Verstecken eines Abschnitts/Kapitels/" "Zellinhalts erlaubt." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Hervorgehoben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogramm" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogramm ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historie der letzten Eingaben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Historie\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Der horizontale Cursor arbeitet wie ein normaler Cursor, der jedoch auf " "Zellen wirkt. Mit den Pfeilen abwärts und aufwärts wird der horizontale " "Cursor zwischen den Zellen bewegt. Wird dabei die Umschalt-Taste gehalten, " "werden die Zellen markiert. Mit der Entf-Taste oder Rücktaste wird die " "nächste oder vorhergehende Zelle gelöscht." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "Wie sollen neue Gleichungen angezeigt werden?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Ungarisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "Anfangswertproblem 1. Grades" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "Anfangswertproblem 2. Grades" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Identisch zu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Wenn mehrere Zellen auf einmal evaluiert werden sollen und ein Fehler " "auftritt: Soll Maxima bei der Fehlermeldung anhalten?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Wenn sie nicht extrem lang sind" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Wenn sie nicht sehr lang sind" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Zahlen mit mehr als dieser Zahl an Stellen werden verkürzt dargestellt." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Wenn im Konfigurationsdialog die \"Automatisches Speichern\"-Funktion " "aktiviert wird, verhält sich wxMaxima wie die meisten Apps auf mobilen " "Geräten, indem es die Datei beim Schließen und davor alle paar Minuten " "speichert." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" "Falls der Zeichensatz große Klammern enthält: Nutze diese, wo eine Formel " "eine große Klammer erfordert." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Wenn mehr als diese Anzahl an Minuten seit dem letzen Speichern vergangen " "sind, die Datei durch Öffnen oder manuelles Speichern einen Namen besitzt " "und die Tastatur seit > 10 Sekunden nicht verwendet wurde, wird die Datei " "zwischengespeichert. Ist diese Zahl stattdessen Null, deaktiviert dies das " "automatische Speichern." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Wenn diese Option aktiv wird, wird die aktuelle Datei im .wxmx-Format an " "einem Ort abgelegt, auf den ein Link vom HTML-Export zeigt." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Falls wxMaxima beim Versuch, das passende Verzeichnis für diese Datei zu " "finden, daneben liegt, kann das richtige Verzeichnis dadurch gefunden " "werden, dass Maxima der folgende Befehl gegeben wird:\n" "\n" "\n" " maxima-user_dir;\n" "\n" "\n" "Diese Datei wird nicht geladen, wenn wxMaxima nicht verwendet wird. Die " "Datei maxima-init.mac im selben Verzeichnis wird stattdessen in jedem Fall " "geladen.\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Falls wxMaxima beim Versuch, das passende Verzeichnis für diese Datei zu " "finden, daneben liegt, kann das richtige Verzeichnis dadurch gefunden " "werden, dass Maxima der folgende Befehl gegeben wird:\n" "\n" "\n" " maxima-user_dir;\n" "\n" "\n" "Diese Datei wird nicht geladen, wenn wxMaxima nicht verwendet wird. Die " "Datei maxima-init.mac im selben Verzeichnis wird stattdessen in jedem Fall " "geladen.\"" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Bei Eingabe eines Operators (+, *, /, ^ oder =) als erstes Symbol einer " "Zelle\n" "wird automatisch ein % eingefügt, so dass sich das Programm wie ein\n" "graphischer Taschenrechner verhält. Diese Funktion kann über die " "Konfiguration\n" "(erreichbar über 'Bearbeiten->Einstellungen' abgeschaltet werden." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Wenn Ihre Berechnung zu lange braucht, ohne dass Sie ein Ergebnis erhalten, " "können Sie mit dem Menübefehl 'Maxima->Unterbrechen' oder 'Maxima->Maxima " "neustarten' die Berechnung abbrechen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Bild" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Bild-Dateien (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "wxMaxima kann als Animation visualisieren, wie sich eine Funktion mit einem " "Parameter ändert. Hierfür stellt es mit \"with_slider_\" beginnende " "Kommandos zur Verfügung:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\\\"a=\\\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "In Textzellen können Aufzählungen dargestellt werden, indem Zeilen mit der " "Zeichenkombination \" * \" begonnen werden. Die Anzahl der Leertasten vor " "dem \"*\" bestimmt dabei, wie weit die Zeile eingerückt wird. Absätze in " "Aufzählungen werden dadurch realisiert, dass eine Zeile mit Leertasten " "eingerückt wird." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "In der LaTeX-Ausgabe ist es je nach Zeichensatz bei kurzen Indizes manchmal " "lesbarer, wenn Exponenten hinter, nicht direkt über tiefgestelltem Text " "dargestellt werden. Diese Option wählt, was von beidem erwünscht ist." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Spalten:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Suche während des Tippens" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "Endindex:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "Startindex:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "Schrittweite:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 msgid "Index variable:" msgstr "Laufvariable:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "Eine positive Null." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "Eine negative Null." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinity" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Information über Maxima Version" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Anfangswert:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Anfangswertproblem (&1) ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Anfangswertproblem (&2) ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Eingabemarken" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Zellen Einfügen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Ein % Zeichen vor einem Operator am Anfang einer Zelle einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Neue &Kapitelzelle\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Neue &Textzelle\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Zellen einfügen\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Bild einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Bild einfügen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 msgid "Insert Input &Cell\tCtrl+0" msgstr "Neue &Eingabezelle\tCtrl+0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Seitenumbruch einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Neue &Unterkapitelzelle\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Neue &Unter-Unterkapitelzelle\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Neue &Kapitelzelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Neue &Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Neue &Unter-Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Neue T&itelzelle\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Neue &Textzelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Neue T&itelzelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Neue Zelle für Eingabe einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Neue Zelle für Kapitel einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Neue Zelle für Unterkapitel einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Neue Zelle für Unter-Unterkapitel einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Neue Zelle für Text einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Neue Zelle für Titel einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Seitenumbruch einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Bild einfügen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Zahlen und einzelne Buchstaben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Integralzeichen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/Summe:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrieren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrieren nach Risch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Ausdruck integrieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Ausdruck mit Risch-Algorithmus integrieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrieren ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "Intelligentes Verstecken der Zellklammer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 msgid "Interleave" msgstr "Zusammenfügen nach dem Reissverschlussprinzip" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Nimm Elemente abwechselnd von zwei Listen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 msgid "Interleave two lists" msgstr "Abwechselnd zusammenfügen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Unterbrechen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Auswertung abbrechen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Unterbreche den aktuellen Rechenschritt. Ein kompletter Neustart von Maxima " "kann durch einen Klick auf das Symbol links von diesem hier erreicht werden." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "Einsetzen konkreter Variablenwerte in eine Gleichung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" "Einsetzen der konkreten Zahlenwerte für Variablen, die in einer Liste " "gespeichert sind, in eine Formel." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Ungültige Angabe für das Maxima-Programm.\n" "\n" "Bitte geben Sie den Pfad für das Maxima-Programm erneut ein." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inverse Laplacetransformation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Inverse Laplacet&ransformation ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" "Informiere den Benutzer, wenn Maxima mit dem Rechnen fertig wird, während " "das Fenster gerade nicht aktiv ist." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "Es ist möglich, der \"Symbole\"-Seitenleiste mehr Symbole hinzuzufügen: Im " "Konfigurationsdialog befindet sich ein entsprechendes Feld, in das sie " "kopiert werden können." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "Es ist möglich, mit wxMaxima wiederverwendbare Bibliotheken zu schreiben, " "die über die load()-Funktion in Maxima eingelesen werden können. Das " "einzige, was hierfür zu tun ist, ist, das Arbeitsblatt als .mac-Datei zu " "exportieren oder als .wxm-Datei zu schreiben. Es ist allerdings zu beachten, " "dass Sonderzeichen wie das \"ungleich\"-Symbol, anstelle dessen Maxima ein " "\"#\" will, vom load()-Befehl nicht automatisch in Maxima-Befehle " "konvertiert werden." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" "Es macht daher Sinn, den Variablen erst so spät wie möglich konkrete " "Zahlenwerte zuzuweisen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italienisch" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kursiv" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "Element" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "Laufvariable:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japanisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "Springe zum ersten Fehler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "Springt zur ersten Zelle, in der Maxima Fehler gemeldet hat." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Kabylisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Zeige Prozentzeichen für spezielle Symbole: %e, %i, usw." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "KGV" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: Platziere Exponenten hinter, nicht direkt über Indizes." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "LaTeX: Verwende das \"partielle Ableitung\"-Symbol, um diff() darzustellen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Breite der Ein- und Ausgabemarken:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Von wxMaxima verwendete Sprache." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Sprache:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Laplace &Transformation ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "Letztes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Last n" msgstr "Letzte n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "Führt zu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "KGV ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Least-Squares-Fit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Least-Squares-Fit ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "Die Seite links vom \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "Länge" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Auf Bibliotheken, die im Benutzerverzeichnis von Maxima abgelegt sind, kann " "man von jedem Verzeichnis aus zugreifen. Wo das Benutzerverzeichnis liegt, " "zeigt Maxima, wenn man den Befehl maxima_userdir; eingibt. " #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Grenzwert" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Grenzwert ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Lineare Regression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "List" msgstr "Liste" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 msgid "List name:" msgstr "Name der Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "Liste mit Variablenwerten" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Liste(n):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List1" msgstr "Liste 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List2" msgstr "Liste 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Laden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Paket laden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Eine Maxima Batch-Datei laden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Ein Maxima Paket laden" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Lade Layout aus einer Datei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Langer Pfeil nach rechts" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Untere Schranke:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "ANTWORT VON MAXIMA:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Auf &Matrix abbilden ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Hauptsymbolleiste\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "&Liste erzeugen ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Eine Liste erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Liste aus einem Ausdruck erzeugen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Substitution in einem Ausdruck ausführen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Auf Liste abbilden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Eine Funktion auf Elemente einer Liste anwenden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Eine Funktion auf Elemente einer Matrix anwenden" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "Groß-/Kleinschreibung beachten" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Automatisch passende Klammern erzeugen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Math. Schriftart:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 msgid "Math output" msgstr "Ausgabe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "MathJaX kann hochqualitative skalierbare Formeln darstellen, erlaubt, diese " "in andere Programme zu kopieren und unterstützt Barrierefreiheit. Dafür " "benötigt es JavaScript und Zeit.\n" "MathML ist deutlich schneller, wenn der Browser es unterstützt, bietet aber " "in vielen Implementierungen nicht die notwendigen Features.\n" "Bilder erfordern meist den Transport von mehr Daten als die anderen " "Möglichkeiten. Sie unterstützen weder Drag-and-Drop noch Barrierefreiheit. " "Auch können sie sich weder an den Zeichensatz oder die Zeichengröße " "anpassen, noch angeben, wo sie relativ zur Zeilenhöhe zentriert sein wollen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "MathML + MathJaX, wo nötig." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "MathML als HTML" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "MathML Beschreibung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Mathematische Symbole" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "Mathematik" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matrix" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Auf Matrix abbilden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Matrix Name:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "Matrix zu verschachtelter Liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matrix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Maxima hat eine Frage." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "Maxima hat eine Frage." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "Maxima versieht jeden Befehl und jede Gleichung mit einer Marke (%i1, %o1 " "oder ähnlich). Falls ein Kommando mit einem beschreibenenderen Namen " "beginnt, der durch ein : gefolgt wird, kann wxMaxima dies erkennen und " "stattdessen diesen Bezeichner als \"benutzerdefinierte Marke\" verwenden. " "Diese Option erlaubt nun, zu entscheiden, was von beiden angezeigt wird, " "wenn überhaupt; Falls keine Marken angezeigt werden, die zeigen, wo eine " "neue Gleichung beginnt und wo die Gleichung von der letzten Zeile " "fortgesetzt wird, wird ein kleiner vertikaler Abstand zwischen den Zeilen " "eingeführt." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 msgid "Maxima code" msgstr "Maxima-Code" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" "Maxima-Befehle, die beim Hochfahren von Maxima ausgeführt werden sollen: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" "Maxima-Befehle, die wxMaxima jeden neuen Maxima-Prozess ausführen lassen " "soll: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "Maxima ist mit dem Rechnen fertig." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "Maxima hat eine Fehlermeldung ausgegeben!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima Eingabe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima ist beim Rechnen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "Maxima ist bereit." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima Paket (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima Paket (*.mac)|*.mac|Lisp Paket (*.lisp)|*.lisp|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima wurde beendet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima-Programm:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "Maxima besitzt kein Kommando, das wirklich alles, was vom Benutzer geändert " "werden kann, wieder ungeschehen macht. wxMaxima startet daher standardmäßig " "jedes Mal, wenn das Arbeitsblatt neu ausgewertet werden soll, einen neuen " "Maxima-Prozess. Dies benötigt jedoch Zeit, weswegen diese Option eingeführt " "wurde, die es erlaubt, dieses Verhalten wieder auszuschalten." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima Fragen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima gestartet. Warte auf Verbindung ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 msgid "Maxima startup file location: " msgstr "Ort, an dem diese Datei liegt: " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "Maxima kann mit drei Typen von Zahlen umgehen: exakten Brüchen (diese können " "beispielsweise als 1/10 eingegeben werden), IEEE-Fließkommazahlen (0.2 und " "ähnliche) und Fließkommazahlen einer frei wählbaren Länge (1b-1). Da diese " "Fließkommazahlen als Binärzahlen abgebildet werden, ist dabei zu beachten, " "dass es bei einigen Zahlen (ein Beispiel wäre 0,1) keine Möglichkeit gibt, " "sie exakt in einer Fließkommazahl abzubilden. Falls Maxima Fließkommazahlen " "verwenden soll, muss es daher in diesem Fall stattdessen etwas wie " "3602879701896397/36028797018963968 statt 0.1 verwenden, was einen " "(allerdings sehr kleinen) Fehler in die Rechnung einführt." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima verwendet den Operator ':', um Werte zu setzen, z. B. erhält die " "Variable 'a' den Wert 3 mit 'a : 3'. Der Operator ':=' definiert " "Funktionen, z. B. 'f(x) := x^2'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maxima Version: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 msgid "Maxima warnings" msgstr "Warnungen von Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "Maxima stellt die \"at\"-Function bereit, die es erlaubt, beliebige " "Variablen aus einer Resultatliste zu extrahieren:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "Die stärke von Maxima liegt im symbolischen Rechnen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "Die Stärken von Maxima sind das Umformen von Gleichungen und das Rechnen mit " "Formelbuchstaben. Es macht daher Sinn, Funktionen nur spärlich zu verwenden " "und stattdessen benannte Gleichungen vorzuziehen. Ebenfalls macht es Sinn, " "die konkreten Werte von Variablen in einer Liste zu speichern und nur in das " "Ergebnis einzusetzen, wo Zahlenwerte benötigt werden:\n" "\n" " /* We keep the actual values in a list so we can use them lateron */\"\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "Maxima, das das eigentliche Rechnen übernimmt und wxMaxima, das Programm, " "das das Arbeitsblatt anzeigt, werden als separate Prozesse gestartet. Falls " "Maxima abstürzt bleibt daher das Arbeitsblatt intakt. Die Kommunikation " "erfolgt dabei über ein lokales Netzwerk. Dieses Mal konnte kein " "Netzwerksocket erstellt werden, was heißen kann, dass die Firewall dieses " "Rechners so eingestellt ist, dass sie nicht nur Verbindungen von außerhalb " "des Rechners, sondern auch innerhalb des Rechners unterbindet." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "Maxima, das das eigentliche Rechnen übernimmt und wxMaxima, das Programm, " "das das Arbeitsblatt anzeigt, werden als separate Prozesse gestartet. Falls " "Maxima abstürzt bleibt daher das Arbeitsblatt intakt. Die Kommunikation " "erfolgt dabei über ein lokales Netzwerk. Diese Verbindung ist noch nicht " "erfolgt. Dies kann heißen, dass Maxima nicht gestartet werden konnte, noch " "am Hochfahren ist, oder, dass die Firewall dieses Rechners nicht nur " "Verbindungen von außerhalb, sondern auch zwischen zwei Programmen innerhalb " "dieses Computers unterbindet. Alternativ kann in der Konfiguration der " "falsche Ort angegeben sein, wo Maxima zu suchen ist oder maxima ganz einfach " "nicht funktionieren." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "Maxima, das das eigentliche Rechnen übernimmt und wxMaxima, das Programm, " "das das Arbeitsblatt anzeigt, werden als separate Prozesse auf demselben " "Rechner gestartet und kommunizieren über ein lokales Netzwerk.\n" "Dieses Icon zeigt an, wenn die Programme Daten miteinander austauschen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Maximale angezeigte Zahl an Stellen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Zweistichprobentest ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Mittelwerttest ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Mittelwerttest ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Mittelwert:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Median" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Zellen verbinden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Zellen verbinden\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Verbinde die markierten Eingabezellen zu einer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Nachricht vom stdout von wxMaxima: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Methode:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Nicht-zusammengehörige Klammern" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" "Höchstwahrscheinlich wurde versucht, etwas zu einer Liste hinzuzufügen, was " "keine Liste war.\n" "Ein Konvertieren des neuen Elements in eine Liste, indem es in eckige " "Klammern ([]) gesetzt wird, behebt das Problem im Regelfall." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" "Die meisten Fragen können über die Kommandos assume() und declare() " "überflüssig gemacht werden." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "My" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Name:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "Verschachtelte Liste zu Matrix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Nie" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Neu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Neu\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Neues Dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Neue Zeilen: Springe zum Text" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Neuer Wert:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Parameter:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Nächster Befehl\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "Schöne graphische Darstellung der Gleichungen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Nein" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Kein Dollarzeichen ($) oder Semikolon (;) am Ende eines Befehls" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Keine Übereinstimmung gefunden!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Test Normalverteilung" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" "Computer verwenden meist Fließkommazahlen: Dank dediziertem Fließkomma-" "Rechenwerk kann mit Fließkommazahlen sehr schnell gerechnet werden und " "Fließkommazahlen sind auf viele Stellen hinter dem Komma genau.\n" "Allerdings fügt die Arbeit mit Fließkommazahlen in einige sehr harmlos " "klingende Zahlen einen kleinen Fehler ein: 0.1 wird beispielsweise als " "3602879701896397/36028797018963968 ausgedrückt.\n" "Die Mathematik basiert nun darauf, dass sich exakt gleich große Zahlen " "gegenseitig aus einer Glechung kürzen, was bedeutet, dass auch kleine Fehler " "sich erstaunlich schnell aufaddieren können (Siehe Wilkinson's und Rump's " "Polynome). Maxima nutzt daher in Situationen, in denen dies wahrscheinlich " "ist, rat(), um Fließkommazahlen in echte Brücke zu konvertieren, wie 1/10 " "oder sqrt(2)/2.\n" "Die Warnung von rat() tritt nicht auf, wenn von Vornherein exakte Zahlen " "verwendet werden (z.B. 1/10 statt 0.1). Sie kann zudem unterdrückt werden, " "indem ratprint auf false gesetzt wird." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "HTML besteht normalerweise auf Bildern mit einer niedrigen Graphikauflösung, " "die im Gegenzug wenig Speicherplatz benötigen. Dafür werden diese jedoch auf " "hochauflösenden oder großen Bildschirmen verschwommen dargestellt. Diese " "Einstellung erlaubt es, die Auflösung der Bilder zu vervielfachen. " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norwegisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Keine gültige Dimension einer Matrix!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Keine gültige Anzahl an Gleichungen!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Nicht mit Maxima verbunden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Nicht verbunden." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Ny" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Grad Zähler:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 msgid "Number of elements" msgstr "Anzahl der Elemente" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Anzahl Gleichungen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Zahlen" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Alter Wert:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Alte Variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Omikron" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Maxima kommuniziert mit wxMaxima über ein lokales Netzwerk. Falls etwas " "komplett schief geht, kann der Lisp-Interpreter Daten über den stderr-Strom " "des Systems senden. Zusätzlich stellt das System einen Datenstrom namens " "stderr bereit, über den Maxima seine Begrüßung ausgeben kann. Falls das " "Häkchen bei dieser Option gesetzt ist, wird sie auf dem Bildschirm " "ausgegeben." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Einstichproben t-Test" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Online Tutorials" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Nur benutzerdefinierte Marken" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Öffnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Zuletzt geöffnet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Öffne eine Zelle, wenn Maxima eine Eingabe erwartet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Dokument öffnen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Neues Fenster öffnen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Dokument öffnen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Matrix laden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Öffne Datei" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Optionen" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Optionen:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" "In allen Programmiersprachen teilen Listen einen Nachteil: Es ist nicht " "möglich, das n-te Element zu finden, ohne sich von einem Element zum anderen " "durchzuhangeln. Dafür kann sehr schnell die Länge einer Liste geändert " "werden, was bei einem festen Array nur mit einigem Aufwand möglich ist. Auch " "ist es einfach, Elemente zu löschen, anzuhängen oder umzusortieren. Alle " "Elemente einer Liste schnell hintereinander durchzuarbeiten ist aber einfach " "und vom Rechenaufwand des Rechners her effizient:\n" "\n" " for i in list do \n" "\n" "oder\n" "\n" " makelist(Regel,i,Liste)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Ungültige Zellen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Ausgabemarken" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "P&ade-Approximation ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG-Bild (*.png)|*.png|JPEG-Bild (*.jpg)|*.jpg|Windows-Bitmap (*.bmp)|*.bmp|" "Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X-" "Bixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Pade-Approximation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Pade-Approximation einer Taylorreihe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Seitenumbruch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Parallel" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Parametrischer Plot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Partialbruch&zerlegung ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Partialbruchzerlegung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Teile des Dokuments werden nicht korrekt geladen!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Teile des Dokuments werden nicht korrekt geladen:\n" "Unbekanntes XML-Tag gefunden mit dem Namen " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Einfügen\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Aus Zwischenablage einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Text aus Zwischenablage einfügen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Senkrecht" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Kreisdiagramm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Bitte konfigurieren Sie wxMaxima mit 'Bearbeiten->Einstellungen'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Bitte starten Sie wxMaxima neu, um die Änderungen zu aktivieren!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Plot &2D ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Plot &3D ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Plot &Format ..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2D Plotten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2D Plotten ..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2D Plotten ..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3D Plotten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3D Plotten ..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3D Plotten ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Plot-Format" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "In zwei Dimensionen plotten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "In drei Dimensionen plotten" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Plot in Datei:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punkt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polnisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynom 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynom 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "Pop" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugiesisch (Brasilien)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript-Datei (*.eps)|*.eps|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Genauigkeit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Einstellungen...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Strg+Leertaste oder Strg+Tabulator startet eine Auto-Vervollständigungs-" "Funktion, die nicht nur über in Maxima eingebaute Funktionen und Variablen " "informiert ist, sondern auch die von externen Paketen nachgeladenen Befehle " "in Erfahrung bringt sowie die im aktuellen Arbeitsblatt definierten " "Funktionen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Vorheriger Befehl\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Drucken" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Dokument drucken" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Dokument drucken" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Drucke die Zellenklammer auf der linken Seite mit aus" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Produktzeichen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "Push" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "RTF mit OMML-Formeln" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "XML-Anzeige" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Alle Zellen des Dokuments auswerten, die über dem Cursor stehen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Alle Zellen des Dokuments auswerten, die unter dem Cursor stehen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Matrix laden ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Die Ausgabe von Maxima wird gelesen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Bereit für Benutzereingabe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Wiederhole nächsten Befehl der Historie." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Wiederhole vorherigen Befehl der Historie." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Länge der Liste zuletzt geöffneter Dateien" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Rectform" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "&Erneut\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Letzte Änderung erneut durchführen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Trigreduce" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Versucht den Grad von trigonometrischen Ausdrücken zu veringern" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Weigere mich, die Zelle an Maxima zu senden: " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Lösche alle Ausgaben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" "Lösche alle Elemente, die zweimal direkt hintereinander in der Liste sind. " "Praktisch nach einem sort()." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 msgid "Remove an element from a list" msgstr "Entferne ein Listenelement" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "Entferne doppelte Elemente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Lösche alle Ergebnisse der Eingabezellen" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Alles ersetzen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "%d Ersetzungen ausgeführt." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Ersatz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Einen Maxima-Fehler berichten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Maxima wird neu gestartet" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Neustart von Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Maxima wird neu gestartet" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Maxima wird neu gestartet" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Resultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" "Liefert das erste Element einer Liste und entfernt dieses von der Liste. " "Praktisch für die Generierung von Stapelspeichern." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "Die Liste ohne ihre ersten n Elemente" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "Die Liste ohne ihre letzten n Elemente" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Zurückscrollen zu der Zelle, die derzeit evaluiert wird" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "Gibt ein beliebiges Listenelement zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "Gibt das erste Element einer Liste zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "Gibt das letzte Element einer Liste zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "Gibt die letzten n Elemente einer Liste zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "Ermittelt die Länge einer Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "Gibt die Liste ohne ihre ersten n Elemente zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "Gibt die Liste ohne ihre letzten n Elemente zurück" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "Umkehren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "Kehre die Reihenfolge der Listenelemente um." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rho" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Pfeil nach rechts" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "Die Seite rechts vom \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integrieren (Ri&sch) ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Nullstellen eines &Polynoms" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Nullstellen eines Polynoms (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Zeilen:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "Regel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "Lässt jedes Element durch eine Funktion" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russisch" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "AN MAXIMA GESENDET:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "SVG-Grafik" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Probe 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Probe 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Probe:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Speichern" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Speichere Animation ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Speichern als" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Speichern als ...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Bild speichern ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Auswahl als Bild speichern" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Auswahl als Bild speichern ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Sichere Animation in Datei" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Dokument speichern" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Dokument speichern als" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Die Anzahl von Aktionen, die für die Rückgängig-Funktion zu speichern sind. " "0 heißt: Keine Begrenzung der Anzahl rückgängig machbaren Aktionen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Layout der Werkzeugleisten sichern" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Layout der Werkzeugleisten zwischen Sitzungen sichern" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Plot in Datei speichern" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Auswahl des Dokumentes in Bild-Datei speichern" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Auswahl in eine Datei speichern" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Speichere Layout in eine Datei" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Ort und Größe des wxMaxima-Fensters speichern" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Ort und Größe des wxMaxima-Fensters zwischen Sitzungen speichern" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Das Speichern ist fehlgeschlagen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Das Speichern war erfolgreich." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Speichere..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "Skalierbare Vektorgraphiken (svg)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Streudiagramm" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Streudiagramm ..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Kapitel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Kapitelzelle" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Irgend etwas stimmt mit einem Zeichensatz nicht. Ein Installieren von http://" "www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html mit " "darauffolgendem Anklicken von \"Benutze jsMath-Zeichensätze\" in der " "Konfiguration sollte das Problem beheben." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Irgend etwas stimmt mit dem für Mathematik ausgewählten Zeichensatz nicht. " "Ein Installieren von http://www.math.union.edu/~dpvc/jsmath/download/jsMath-" "fonts.html mit darauffolgendem Anklicken von \"Benutze jsMath-Zeichensätze\" " "in der Konfiguration sollte das Problem beheben." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Auswählen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Alles auswählen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Alles auswählen\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Maxima-Programm auswählen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Wähle Teilstichprobe" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Eine Konstante auswählen:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Alles auswählen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Algorithmus zum Anzeigen von Formeln auswählen" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Markieren Sie im Ausgabebereich der Zelle einen Bereich, dann erhalten mit " "einem Rechtsklick ein Kontextmenü, das Funktionen zeigt, die auf die Auswahl " "angewendet werden können." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Auswahl" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Reihen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Reihen ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Server gestartet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Vergrößerung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Genauigkeit für als bigfloat deklarierte Fließkommazahlen setzen ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "In Eingabefeldern eine Schrift mit fester Breite verwenden." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Das Plot-Format einstellen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 msgid "Set the frame rate for animations." msgstr "Wähle die Bildwiederholrate für Animationen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Stellt die Anzahl der Stellen ein, auf die als bigfloat deklarierte Zahlen\n" "genau sind. Bigfloats können erstellt werden, indem Zahlen als 1.5b112 oder\n" "bfloat(1.234) eingegeben werden." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Setze Vergrößerung auf 100 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Setze Vergrößerung auf 120 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Setze Vergröperung auf 150 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Setze Vergrößerung auf 200 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Setze Vergrößerung auf 300 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Setze Vergrößerung auf 80 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "Bestimme Randwerte für das Lösen von GDG mit Laplacetransformation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Die aktuelle Restklasse angeben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Zeige &Definition ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Zeige &Funktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Zeige &Tipp ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Zeige &Variablen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Zeige die Hilfe von Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Zeige Muster\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Zeige einen Tipp" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Zeige alle Befehle, die ähnlich sind zu:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Zeige ein Beispiel für den Befehl:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Zeige ein Anwendungsbeispiel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Zeige ähnliche Befehle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Zeige definierte Funktionen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Zeige definierte Variablen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Zeige die Definition einer Funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "Zeigt Gleichungen in der linearen Form an" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Zeige Muster der Funktion" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "Zeige Marken" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Zeige lange Ausdrücke im wxMaxima Dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Auch sehr lange Ausdrücke anzeigen:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Zeige &Funktionen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Zeige die Definition der Funktion:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Zeige die Hilfe von wxMaxima an" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "&Wurzeln vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Wurzelvereinf." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Trigsimp" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Ausdruck vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Vereinfache einen Ausdruck mit Fakultäten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Einen Wurzelausdruck vereinfachen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Vereinfache einen rationalen Ausdruck" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Vereinfache die Summe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Ausdruck mit Winkelfunktionen vereinfachen" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Seit wxMaxima 0.8.2 können Sie auch Bilder in ein Dokument einfügen. Nutzen " "Sie dazu den Menübefehl 'Bearbeiten->Bild einfügen'. Beachten Sie, dass Sie " "das Dokument als 'wxMaxima XML Dokument' speichern müssen, wenn das Bild mit " "dem Dokument gesichert werden soll." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Lösung:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Gleichung lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Löse &algebraisches System ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Löse &lineares System ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Löse gewöhnliche Differentialgleichung ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Gleichung lösen (to_poly_solve) ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Löse gewöhnliche Differentialgleichung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "GDG mit Lapla&cetransformation lösen ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Löse GDG ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Löse algebraisches System" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Algebraisches Gleichungssystem lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Randwertproblem für gewöhnliche DGL zweiten Grades lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Gleichung(en) lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Gleichung(en) mit to_poly_solve lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Anfangswertproblem einer gewöhnlichen DGL ersten Grades lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Anfangswertproblem einer gewöhnlichen DGL zweiten Grades lösen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Lineares System lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Lineares Gleichungssystem lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Eine gewöhnliche DGL von höchstens zweitem Grad lösen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Gewöhnliche DGL mit Laplacetransformation lösen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Gleichung lösen ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Einige Anzeigeprogramme für PDF-Dateien unterstützen die Anzeige bewegter " "Bilder und wxMaxima kann diese generieren. Wenn diese Option aktiv ist, " "werden allerdings zusätzliche LaTeX-Pakete benötigt, um aus der TeX-Datei " "PDF-Dateien zu generiern." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "Etwas wie f(x_1,x_2)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "Sortiere" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "Sortierkriterium" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 msgid "Sort a list" msgstr "Eine Liste sortieren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 msgid "Source list:" msgstr "Quellliste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Spanisch" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Besondere Werte" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Besondere Konstanten" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Starte Animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Erneute Auswertung startet ein neues Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Starte oder Stoppe Animation" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Startet oder stoppt die aktuell ausgewählte Animation, die mit einem der " "with_slider-Kommandos erstellt wurde. " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Beginne die Suche bereits, während das Suchwort eingegeben wird." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Start von Maxima ist fehlgeschlagen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Maxima wird gestartet ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Das Starten des Servers ist fehlgeschlagen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Der Server wird auf Port %d gestartet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "Startbefehle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statistik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statistik\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Zeichenfolgen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Stil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Schriftstile" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Teilstichprobe ..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Unterkapitel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Substituieren ..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substituieren" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substituieren ..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Unter-Unterkapitel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Unter-Unterkapitelzelle" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Summieren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Summenzeichen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Symbole\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "Symbole, die hier eingegeben oder hierhin kopiert werden, erscheinen in der " "\"Symbole\"-Seitenleiste, was es leicht macht, sie ins Arbeitsblatt mit " "einzufügen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "System Information" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Inhaltsverzeichnis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "Inhaltsverzeichnis\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylorreihe:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX, interpretiert von MathJaX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Nur Text" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Textzelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Hintergrundfarbe Textzelle" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "Zitate können in Textzellen dadurch markiert werden, dass sie mit \" > \" " "begonnen werden. Wie auch bei Aufzählungen können sie durch zusätzliche " "Leertasten eingerückt werden. " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Identisch mit Auswahl" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "Maxima's Funktion \"at\" erlaubt es, Gleichungen ineinander einzusetzen:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" "Die .xml-Datei ist entweder kein gültiges xml, oder keine content.xml, die " "von einem .wxmx-Archiv extrahiert wurde." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" "Die URL, von der MathJaX.js für den HTML-Export heruntergeladen werden soll." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" "[] oder part() hat versucht, auf ein nichtexistentes Listen- oder " "Matrixelement zuzugreifen." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" "Der Typ des Arguments einer Funktion stimmte nicht. Geschieht, wenn eine " "Gleichung benötigt wird, aber das \"=\" fehlt." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "Die Standardgröße für eingebettete Graphen. Kann von Maxima aus über die " "Variable wxplot_size ausgelesen oder geändert werden." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Port für die Kommunikation zwischen Maxima und wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "Die Standardgröße für eingebettete Graphen. Kann von Maxima aus über die " "Variable wxplot_size ausgelesen oder geändert werden." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "Die Dokumentklasse für den Export von LaTeX-Dokumenten " #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "Das erste Argument von subst() ist keine Gleichung oder Liste von " "Gleichungen. Wahrscheinlich fehlt ihm ein \"=\"." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "Die funktion, deren Argumente extrahiert werden sollen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "Die Hälfte der Gleichung, die links vom \"=\" steht." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "Die Seite der Gleichung, die rechts vom \"=\" steht." #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" "Das Bild konnte nicht angezeigt werden. Es könnte defekt sein, im falschen " "Format oder die Ursache könnte auch Gnuplot sein - entweder konnte es das " "Bild nicht speichern oder Gnuplot hat nicht verstanden, was Maxima plotten " "wollte." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 msgid "The inverse laplace transform." msgstr "Die Inverse Laplacetransformation." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" "Die Tastenkombination Shift+Space erzeugt ein Leerzeichen, das nicht vom " "automatischen Zeilenumbruch in Zeilen umgebrochen wird." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "Der Buchstabe \"X\" hat die Breite 0. Ein Installieren von http://www.math." "union.edu/~dpvc/jsmath/download/jsMath-fonts.html mit darauffolgendem " "Anklicken von \"Benutze jsMath-Zeichensätze\" in der Konfiguration sollte " "das Problem beheben." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" "Eine Liste mit Variablenwerten kann von solve() oder über \"Eine Liste " "erteugen/als Speicher für die konkreten Inhalte von Variablen\" generiert " "werden." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "In Maxima >5.38 akzeptiert die load()-Funktion .wxm-Dateien als Bibliotheken " "mit Maxima-Befehlen." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" "Die maximal angezeigte Zahl an Ziffern kann im Konfigurationsdialog geändert " "werden." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" "Die maximale Menge an Daten, die wxMaxima anzuzeigen bereit ist, kann im " "Konfigurationsdialog gewählt werden." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" "Die Anzahl der zuletzt geöffneten Dateien, die sich das Programm merken soll." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "Die Zal des Elements wird von Startindex bis Endeindex durchgezählt." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Das in Maxima eingebaute Handbuch" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" "Jener Teil der Ausgabe dieser Kommandos, der nicht als \"Mathematik\" " "deklariert ist, kann unterdrückt werden; Befehle für Maxima müssen stets in " "\";\" oder \"$\" enden." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "pngCairo erlaubt deutlich höhere Graphikqualität (Beispielsweise werden " "Pixel, die nur teilweise schwarz sind, als grau dargestellt) und zusätzliche " "Linientypen. Allerdings wird, wenn pngcairo von einem Gnuplot, dass dieses " "Feature nicht unterstützt, verlangt wird, kein gültiges Bild produziert. " #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "Das Resultat war unbestimmt." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "Das Resultat war undefiniert." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "Der rhs() (steht für \"right hand side\")-Befehl erlaubt es, das Ergebnis " "einer Gleichung in das Format zu konvertieren, das eine Funktion zurückgeben " "würde:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);\"" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" "Die Regel, die beschreibt, welchen Wert ein Listenelement zu haben hat.\n" "Kann etwas wie \"i\" sein, \"i^2\" oder sin(i)." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "Das zweite Argument von at() ist keine Gleichung oder Liste von Gleichungen. " "Wahrscheinlich fehlt ihm ein \"=\"." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" "Eine Handvoll Variablen enthalten Informationen von Maxima und können vom " "Benutzer nicht überschrieben werden." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "Die Variable, die das aktuelle Element der Quellliste enthält." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "Das Arbeitsblatt mit Maxima's Ein- und Ausgabe" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" "Hier fehlte in der Ausgabe von Maxima oder in der .wxmx-Datei ein Element. " "Wenn dies reproduzierbar ist, bittet das wxMaxima-Team um einen Bug Report " "für wxMaxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Im Internet gibt es viele Quellen zu Maxima und wxMaxima. Besuchen Sie die " "Webseite https://andrejv.github.io/wxmaxima/help.html, um weitere " "Informationen und Selbstlernkurse zu erhalten." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Die erstellte XML-Datei ist fehlerhaft!\n" "\n" "Bitte berichten Sie dies als Programmfehler." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" "Vermutlich wurde versucht, einer Zahl anstatt einer Variable einen Inhalt zu " "geben.\n" "Ein möglicher Weg, diese Fehlermeldung zu bekommen, ist, eine Variable, " "deren Wert bereits bekannt ist, als Schleifenzähler zu verwenden." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" "Diese Funktion ist für hohe n langsam.\n" "Um sich effizient durch eine Liste zu arbeiten ist \"Liste von einer anderen " "Liste erzeugen\" der bessere Weg, das makelist() verwendet. " #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Startpunkte:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "wie oft:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Titel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Titelzelle" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Titel-, Kapitel- and Unterkapitelzellen können zugeklappt werden, um den " "Inhalt zu verbergen. Mit einen Klick in das linke obere Quadrat der Zelle " "wird die Zelle auf- oder zugeklappt. Wird beim Klicken die Umschalt-Taste " "gehalten, werden alle Ebenen unterhalb der Zelle ebenfalls auf- oder " "zugeklappt." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Als &lange Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Letztes Ergebnis als Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Letztes Ergebnis als Gleitkommazahl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "Als &Zahl\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Um in Polarkoordinaten zu plotten, können Sie im Eingabefeld 'Optionen' des " "Dialogs '2D Plotten' die Option 'set polar' auswählen. Entsprechend können " "Sie im Dialog '3D Plotten' zylindrische und sphärische Koordinaten für den " "Plot auswählen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Sie können Klammern um einen Ausdruck einfügen, indem Sie diesen markieren " "und dann entweder '(' oder ')' drücken, je nachdem, wo der Cursor nach der " "Eingabe stehen soll." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Im Dialog 'Bearbeiten->Einstellungen' können Sie angeben, ob Ort und Größe " "des wxMaxima-Fensters gespeichert werden sollen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Beginnen Sie die Arbeit mit wxMaxima einfach mit einer ersten Eingabe. Es " "erscheint dann automatisch die erste Eingabezelle. Mit dem Tastenbefehl " "'Umschalt-Eingabe' wird Ihre Eingabe von Maxima ausgewertet." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "bis:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "&Algebraic ein/aus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Flag &numer ein/aus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "&Zeitanzeige ein/aus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Schalte das Flag algebraic ein oder aus." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 msgid "Toggle animation autoplay" msgstr "Automatisches Abspielen von Animationen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Ganzer Bildschirm ein-/ausschalten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Numerische Ausgabe ein/aus" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Macht die Codezellen sichtbar oder unsichtbar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Werkzeugleiste Icons" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Übersetzt von" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Eine Matrix transponieren" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" "Nutze eine Bildkantenglättung (Linien, die nicht genau auf Bildpunkte " "treffen, werden keine Pixeltreppen, sondern unscharf)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Türkisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutorials" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Zweistichproben t-Test" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 msgid "Type" msgstr "Art" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 msgid "Type in text" msgstr "Text eingeben" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Gestalt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "URL von MathJaX.js:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrainisch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Nicht geschlossene Klammer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "; oder $, bei dem nicht alle Klammern geschlossen waren" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Schaffe es nicht, die folgende Versionsinfo von http://andrejv.github.io/" "wxmaxima/version.txt zu interpretieren:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Unterstrichen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Unterstrich macht tiefgestellt:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "&Rückgängig\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Letzte Änderung rückgängig machen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Rückgängigmachbare Aktionen (0=kein Limit):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Alles aufklappen\tCtrl+8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Alle zugeklappten Sektionen aufklappen" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Verstecken aufheben" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Zeige diesen Abschnitt" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Zeige dieses Kapitel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Zeige dieses Unterkapitel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Zeige dieses Unter-Unterkapitel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "Zeige den Inhalt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode Unterstützung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Fehlende Kommentarendemarkierung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Fehlendes schließendes Anführungszeichen" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" "Bis dahin können die konkreten Variablenwerte in einer Liste gespeichert " "werden." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Nach oben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Aktualisierung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "obere Schranke:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Ypsilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Verwende Gosper-Algorithmus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Use a list" msgstr "Verwenden" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "Use eine Liste als Parameterliste für eine Funktion" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Nutze Cairo, um die Bildqualität von Diagrammen zu erhöhen." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "Mal und Minus statt Stern und Bindestrich" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Zentrierter Punkt als Zeichen für Multiplikation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Benutze jsMath-Zeichensätze" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 msgid "Use list" msgstr "Verwenden der Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "Benutze die Listenelemente als Argumente einer Funktion" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 #, fuzzy msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" "Verwende schöne Symbole aus dem jsMaths-Zeichensatz für Integral-, Produkt- " "und Summenzeichen.\n" "Funktioniert nur, wenn die entsprechenden Zeichensätze im System gefunden " "werden können." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Verwende das \"Partielle Ableitung\"-Symbol, um den Bruch, der ein diff() " "darstellt, auszudrücken." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "Verwende Unicode-Symbole, falls verfügbar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Benutzerdefinierte Marken" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Benutzerdefinierte Marken, falls vorhanden" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 msgid "Value" msgstr "Wert" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Wert:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 msgid "Variable name" msgstr "Variablenname" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variable(n):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variablen" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variablen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varianz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Anzeige" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Information über Rechnungsende in inaktivem Fenster" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Warnung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Willkommen bei wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "Was ist zu tun?" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Werden Funktionen mit einem Argument von einem Menü ausgewählt, ist das " "Standardargument '%'. Wollen Sie die Funktion auf einen anderen Wert " "anwenden, können Sie diesen im Dokument markieren und dann den Menübefehl " "ausführen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Gesamtes Dokument (*.wxmx)|*.wxmx|Die Eingabezellen, lesbar von load() in " "Maxima > 5.38 (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Arbeitsblatt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Platziere Formeln, die durch \"LaTeX Kopieren\" in der Zwischenablage " "abgelegt wurden, zwischen \\[ und \\], um TeX in den Mathematik-Modus zu " "versetzen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Suche wurde über das Ende des Dokuments hinweg fortgesetzt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Geschrieben von" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "XML-Inspektor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Ja" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Maxima speichert die Ergebnisse aller Auswertungen ab. Das letzte Ergebnis " "wird mit der Variable '%' abgerufen. Auf vorhergehende Ergebnisse kann mit " "den Marken '%on' zurückgegriffen werden, wobei n die Nummer des Ergebnisses " "ist." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Mit dem Menübefehl 'Bearbeiten->Zelle->Alle Zellen neu auswerten' oder dem " "entsprechenden Tastenkürzel können Sie das ganze Dokument neu berechnen. Die " "Zellen werden nacheinander in der Reihenfolge berechnet, wie sie im Dokument " "erscheinen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Sie erhalten Hilfe zu einer Maxima-Funktion, indem Sie die Funktion im " "Dokument markieren oder doppelklicken und dann F1 drücken. wxMaxima öffnet " "das Maxima-Manual und sucht im Index den markierten Begriff." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Durch einen Klick in das linke obere Dreieck einer Zelle können Sie den " "Ausgabebereich der Zelle ausblenden. Das funktioniert auch für Textzellen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Sie können verschiedene Zelltypen in ein wxMaxima-Dokument einfügen. Diese " "Typen finden Sie im Menü unter 'Bearbeiten->Zelle'. Beachten Sie, daß nur " "Eingabezellen von Maxima ausgewertet werden. Die anderen Zelltypen dienen " "dazu, das wxMaxima-Dokument zu strukturieren und mit Kommentaren zu versehen." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Sie können mehrere Zellen mit der Maus oder der Tastur auswählen. Ziehen Sie " "dazu mit gedrückter linker Maustaste über die linken Zellklammern oder " "halten Sie 'Umschalt-Taste' fest und bewegen sich mit dem Cursor über die " "auszuwählenden Zellen. Dies ist nützlich, wenn Sie mehrere Zellen auf einmal " "löschen oder auswerten wollen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Sie nutzen Version %s. Die aktuelle Version ist %s.\n" "\n" "Wählen Sie OK, um die wxMaxima Homepage zu besuchen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Nicht gespeicherte Änderungen gehen verloren." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Ihre wxMaxima Version ist aktuell." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "Ver&größern\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Verk&leinern\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Hineinzoomen in Schritten von 10 %" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Herauszoomen in Schritten von 10 %" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ nicht gespeichert ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ nicht gespeichert* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i Ziffern]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Animiertes Diagramm\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Animiertes Diagramm\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "a>b" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alpha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "Und" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "schiefsymmetrisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 msgid "apply function to each element" msgstr "Funktion auf jedes Element der Liste anwenden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "als Speicher für die konkreten Inhalte von Variablen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "beide Seiten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "Wählt ein Lisp, mit dem Maxima compiliert wurde, aus." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "Standard" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "Tue das folgende für jedes Element:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "Element Nummer n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "Leere Menge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "Äquivalent" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "Existiert" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=Erzeuge keine subscripts\n" "true=Automatisches Konvertieren des Textes nach einem Unterstrich in " "tiefgestellten Text, wenn dieser eine ganze Zahl oder ein einzelner " "Buchstabe ist.\n" "all=Alles nach einem Unterstrich wird tiefgestellt." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 msgid "from a list" msgstr "von einer Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "anhand einer Regel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 msgid "from function arguments" msgstr "von den Argumenten einer Funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "Von einzelnen Elementen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "allgemein" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "Größer oder gleich" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "Element von" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "eingebettet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "Schnittmenge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "iota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "links" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "Kleiner oder gleich" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "Logarithmische Skala" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "Matrix" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "Maxima im Verzeichnis des Dokuments starten" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "my" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "Viel größer als" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "Viel kleiner als" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 msgid "n" msgstr "n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "Nicht und" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "nein" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "Nicht oder" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "nicht" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "Nicht Zeichen für Zeichen identisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "Nicht Untermenge von" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "Nicht Untermenge von oder gleich zu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "nth" msgstr "n-tes Element" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "ny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "omikron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "Oder" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" "part() oder [] wurde verwendet, um das n-te Element von etwas zu ermitteln, " "das weniger als n Elemente lang war." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "Symbol für partielle Ableitung" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "Plus oder Minus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "Proportional zu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "rho" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "rechts" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" "solve() findet für eine Liste aus n voneinander unabhängigen Gleichungen nur " "Lösugnen, wenn es auch n Variablen gibt, nach denen die Gleichungen " "aufzulösen sind.\n" "Falls nur eine Variable interessiert, können solve() als die anderen " "benötigten Variablen jene, die im Ergebnis eliminiert werden sollen, " "übergeben werden." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (benötigt Klammern um sein Argument, um als Maxima-Kommando zu " "funktionieren)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "Untermenge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "Untermenge oder gleich" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symmetrisch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "wie viele Megabytes soll SBCL als Heap nutzen?" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" "[] wurde verwendet, um ein Element von einer Liste, einer Matrix, einer " "Gleichung oder einem Array zu extrahieren. Als Nummer dieses Elements wurde " "aber etwas verwendet, dessen numerischer Wert unbekannt oder keine ganze " "Zahl ist.\n" "Da Fließkommazahlen oft kleine Rundungsfehler enthalten, sind sie nicht als " "Elementnummer zugelassen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "Es existiert kein" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "Hoch 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "Hoch 3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "Vereinigung" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "nicht gespeichert" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "unbenannt" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "unbenannt %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "ypsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 msgid "use as function arguments" msgstr "Nutze als Parameterliste einer Funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "verwende die konkreten in der Liste gespeicherten Variablenwerte" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "&Hilfe zu wxMaxima \tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "&Hilfe zu wxMaxima \tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Wenn im Benutzerverzeichnis eine Textdatei mit dem Namen wxmaxima.rc liegt, " "führt wxMaxima alle darin befindlichen Befehle automatisch bei jedem Start " "aus. Wo das Benutzerverzeichnis liegt, wird mit dem Maxima-Befehl " "maxima_userdir; angezeigt. " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" "wxMaxima kann content.xml im Zip-Archiv, das die .wxmx-Datei darstellt, " "nicht öffnen " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "wxMaxima kann den XML-Inhalt nicht öffnen in " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "wxMaxima Konfiguration" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima konnte Maxima nicht finden!\n" "\n" "Konfigurieren Sie wxMaxima mit 'Bearbeiten->Einstellungen'.\n" "Danach starten Sie Maxima mit 'Maxima->Maxima neustarten'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima konnte die Hilfedateien nicht finden.\n" "\n" "Bitte überprüfen Sie die Installation." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima konnte den Server nicht starten.\n" "\n" "Stellen Sie sicher, dass Sie Netzwerkunterstützung\n" "aktiviert haben und probieren Sie es erneut!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Dialoge in wxMaxima haben oft Standardeinträge in den Eingabefeldern, wie " "zum Beispiel '%' für das letzte Ergebnis. Haben Sie im Dokument einen " "Bereich markiert, wird dieser als Standardwert in das Eingabefeld übernommen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima-Dokument" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima-Dokument (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima hat einen Fehler beim Laden festgestellt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima Icon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima ist eine wxWidgets basierte Bedienoberfläche für das Computer " "Algebra System Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima ist eine wxWidgets basierte Bedienoberfläche für das Computer " "Algebra System Maxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "wxMaxima stellt den Befehl \"table_form\" zur Verfügung, der die Elemente " "einer Liste untereinander schreibt:\n" "\n" " table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 msgid "wxMaxima startup file location: " msgstr "Ort, an dem diese Datei liegt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" "In der Datei enthaltenes xml behauptet, kein wxMaxima-Arbeitsblatt zu sein. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "Exklusiv Oder" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "ja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "Habe erwartet, die Icons hier zu finden:" #~ msgid "Maxima has a question" #~ msgstr "Maxima hat eine Frage." #~ msgid "Parsing output" #~ msgstr "Ausgabe analysieren" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Interner Fehler: Soll gleichzeitig zweimal mit dem Sammeln neuer Zellen " #~ "beginnen oder aufhören." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Interner Fehler: Versuche, die Hinzufügung von Einzelzellen zu einer " #~ "Region zusammenbauen - in der es eine Lücke gibt." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "" #~ "Versuche, eine Aktion rückgängig zu machen, ohne zu wissen, wo im " #~ "Arbeitsblatt." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "" #~ "Soll etwas rückgängig machen, aber die Spezifikation dafür ist leer." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima konnte die Dateien mit den Hinweisen nicht finden.\n" #~ "\n" #~ "Bitte überprüfen Sie die Installation." #~ msgid "Symbols" #~ msgstr "Symbole" #~ msgid "Tips not available, sorry!" #~ msgstr "Tipps sind leider nicht verfügbar!" #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "" #~ "Interner Fehler: Habe eine Endemarkierung für Mathematik bekommen, ohne " #~ "eine Startmarkierung zu finden." #~ msgid "Bug: Found a statusbar end marker without any matching start marker." #~ msgstr "" #~ "Interner Fehler: Habe eine Endemarkierung für die Statuszeil bekommen, " #~ "ohne eine passende Startmarkierung zu finden." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "" #~ "Interner Fehler: Habe das Ende von Symbolen für das automatische " #~ "Vervollständigen bekommen, aber keinen Beginn von ihnen." #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Speichere die Maxima-Kommandos in komprimierter Form und komprimiere " #~ "jedes der Bilder für sich: Dies erlaubt Versionskontroll-Systemen wie svn " #~ "und git, genau zu ermitteln, welche Elemente sich geändert haben. " #~ msgid "Optimize wxmx files for version control" #~ msgstr "Optimiere wxmx-Dateien für Versionskontrollsysteme" #~ msgid "Font issue: The Parenthesis sign is too small!" #~ msgstr "Zeichensatzproblem: Das Klammer-Symbol ist zu klein!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Während des GIF Exports ist ein Fehler aufgetreten!\n" #~ "Stellen Sie sicher, dass ImageMagick installiert ist und wxMaxima das " #~ "Konvertierungsprogramm finden kann." #~ msgid "If checked this cell will automatically answer questions" #~ msgstr "Beantwortet Fragen automatisch, wenn Antworten bekannt sind." #~ msgid "" #~ "If maxima ever finishes evaluating without wxMaxima realizing this menu " #~ "item can force wxMaxima to try to send commands to maxima again." #~ msgstr "" #~ "Falls wxMaxima jemals nicht mitbekommt, dass Maxima bereits mit dem " #~ "Rechnen fertig ist, veranlasst dieser Menüpunkt wxMaxima dazu, neu mit " #~ "der Kommunikation zu beginnen. " #~ msgid "Manually Trigger Evaluation" #~ msgstr "Manueller Neubeginn des Evaluierens ." #~ msgid "Maxima Error" #~ msgstr "Fehlermeldung von Maxima" #~ msgid "Maxima Question" #~ msgstr "Frage von Maxima" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size '" #~ msgid "Bug: Fraction without denominator" #~ msgstr "Interner Fehler: Bruch ohne Nenner" #~ msgid "Bug: Fraction without enumerator" #~ msgstr "Interner Fehler: Bruch ohne Zähler" #~ msgid "Document " #~ msgstr "Dokument" #~ msgid "" #~ "If a command begins with a label followed by a : wxMaxima will show this " #~ "label instead of the %o style label maxima has automatically assigned to " #~ "the same output cell." #~ msgstr "" #~ "Wenn ein Befehl mit einem Namen beginnt, auf den ein : folgt, wird, wenn " #~ "dieses Häkchen gesetzt ist, dieser Name angezeigt und nicht der mit %o " #~ "beginnende Name, den maxima diesem Befehl zuweist." #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "Zeige benutzerdefinierte Ausgabemarken statt (%oxx)" #~ msgid "Text & Code" #~ msgstr "Text & Code" #~ msgid "bug:Invalid at tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"At\"-Tag" #~ msgid "bug:Invalid frac tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"frac\"-Tag" #~ msgid "bug:Invalid function tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"function\" Tag" #~ msgid "bug:Invalid int tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"int\"-Tag" #~ msgid "bug:Invalid limit tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"limit\"-Tag" #~ msgid "bug:Invalid sub tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"sub\"-Tag" #~ msgid "bug:Invalid subsup tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"subsup\"-Tag" #~ msgid "bug:Invalid sum tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"sum\"-Tag" #~ msgid "bug:Invalid sup tag" #~ msgstr "Interner Fehler: Fehlerhaftes \"sup\"-Tag" wxmaxima-Version-18.02.0/locales/el.po000066400000000000000000007076661324204105000175370ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: Greek translation of wxMaxima GUI\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2010-06-04 19:46+0200\n" "Last-Translator: aga \n" "Language-Team: uth \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Greek\n" "X-Poedit-Country: GREECE\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "υποστήριξη Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Έκδοση Maxima:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Δεν υπάρχει σύνδεση με το Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Δεν υπάρχει σύνδεση." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "Άλγεβρα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "Εφαρμογή σε λίστα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "Σχετικά..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Αρχείο Batch...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Πρόβλημα οριακών τιμών..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Αναφορά σφάλματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "Μαθηματική Ανάλυση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Κανονική μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Χαρακτηριστικό πολυώνυμο..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "Εκκαθάριση μνήμης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "Συνδυασμός παραγοντικών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Μιγαδική απλοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Συνεχή κλάσματα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "Αντιγραφή\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Ορισμένη ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "Μετατροπή σε τριγωνομετρικές συναρτήσεις (Demoivre)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "Ορίζουσα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "Παραγώγιση..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "Επεξεργασία" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "Απαλοιφή μεταβλητής..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "Εισαγωγή πίνακα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "Παράδειγμα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "Ανάπτυξη έκφρασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Ανάπτυξη τριγωνομετρικών παραστάσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "Μετατροπή σε εκθετικές συναρτήσεις" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "Εξαγωγή..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Παραγοντοποίηση παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "Αρχείο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Εύρεση Ρίζας..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "Δημιουργία πίνακα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Μέγιστος Κοινός Διαιρέτης..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "Βοήθεια" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "Ολοκλήρωση..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "Διακοπή\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "Διακοπή\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "Αντιστροφος πίνακας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Φόρτωση πακέτου...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "Εφαρμογή στα μέλη λίστας..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Εμφάνιση βοήθειας για το Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Ορισμός του modulo (για rat, κτλ)..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Νέο\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "Αριθμητικοί Υπολογισμοί" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Αριθμητική Ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "Νusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "Άνοιγμα\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "Άνοιγμα...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "Γράφημα" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Δυναμοσειρές" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "Εκτύπωση...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "Ρητός(-ή)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "Αναγωγή τριγωνομετρικών παραστάσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "Επανεκκίνηση Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Ρίζες πολυωνύμου (πραγματικές)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "Αποθήκευση\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "Απλοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Απλοποίηση έκφρασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "Απλοποίηση παραγοντικών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "Απλοποίηση τριγωνομετρικών παραστάσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "Επίλυση..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "Ειδικό" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Σειρές Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "Ανάστροφος πίνακας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Τριγωνομετρική απλοποίηση" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Χρήση Προεπιλεγμένης Γλώσσας)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- 'Απειρο" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Ένας οριζόντιος κέρσορας πρωτοεμφανίστηκε στο wxMaxima 0.8.0. Φαίνεται ως " "μία οριζόντια γραμμή μεταξύ των κελιών. Υποδεικνύει που θα εμφανιστεί ένα " "νέο κελί αν γράψετε ή επικολλήσετε κείμενο ή εκτελέσετε μια εντολή." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Ένας νέος τύπος αρχείου πρωτοεμφανίστηκε στο wxMaxima 0.8.2 που αποθηκεύει " "όχι μόνο τις εντολές και το κείμενο των σχολίων, αλλά και τα αποτελέσματα " "των υπολογισμών. Όταν αποθηκεύετε το αρχείο, επέλεξτε τον τύπο 'wxMaxima XML " "document' ." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Αλλαγή σελίδας" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Ορισμός οριακών τιμών..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Πληροφορίες για το wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Πληροφορίες για το wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Άγκιστρο ενεργού κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Προσαρτημένος πίνακας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Εισαγωγή αλγεβρικής ισότητας..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Προσθήκη καταλόγου στην διαδρομή αναζήτησης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Άνοιγμα ενός εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Προσθήκη καταλόγου στο μονοπάτι:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Προσθήκη ισότητας στον απλοποιητή ρητών (παραστάσεων)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Προσθήκη στο μονοπάτι..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Επιπρόσθετοι παράμετροι για το maxima (π.χ. -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Επιπρόσθετοι παράμετροι:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Παλιά μεταβλητή:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Όλα|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Αποθήκευση εφε κίνησης ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Εύρεση ορίου μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Εύρεση ορίου μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Άνοιγμα ενός εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Εφαρμογή" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Σχετικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Πίνακας:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Υπέυθυνος γραφικών" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Ορισμός οριακών τιμών" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 #, fuzzy msgid "Barsplot..." msgstr "Διάγραμμα ράβδων" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Αρχεία Bat (*.bat)|*.bat|All|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Αρχείο Batch" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Έντονα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 #, fuzzy msgid "Boxplot..." msgstr "Θηκόγραμμα" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Πλοήγηση" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Πληροφορίες για το Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Εξ'ορισμού το Shift+Enter χρησιμοποιείται για την εκτέλεση εντολών, ενώ το " "Enter για την εισαγωγή πολλαπλών γραμμών. Αυτή η συμπεριφορά μπορεί να " "αλλάξει απο το μενού 'Επεξεργασία->Ρυθμίσεις' επιλέγοντας το 'Enter " "υπολογίζει τα κελιά'. Αυτό εναλλάσει τη λειτουργικότητα των δύο " "προαναφερθέντων εντολών του πληκτρολογίου." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Αλλαγή μεταβλητής..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "Ρυθμίσεις" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Υπολογισμός γινομένου..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Υπολογισμός αθροίσματος..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Υπολογισμός της τιμής του τελευταίου αποτελέσματος με bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Υπολογισμός της τιμής του τελευταίου αποτέλεσματος προσεγγιστικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Υπολογισμοί modulo ακέραιο:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Υπολογισμός της τιμής του τελευταίου αποτέλεσματος προσεγγιστικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Υπολογισμός γινομένων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Υπολογισμος αθροισμάτων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Η σύνδεση με τον web server δεν ήταν εφικτή." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Ακύρωση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Κανονική μορφή (τρ)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 #, fuzzy msgid "Catalan" msgstr "Ιταλικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Άγκιστρο κελιού" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Αλλαγή 2-Δ προβολής μαθηματικών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Αλλαγή του 2-Δ αλγορίθμου προβολής που χρησιμοποιείται για την απεικόνιση " "μαθηματικών αποτελεσμάτων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Αλλαγή μεταβλητής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Αλλαγή μεταβλητής στο ολοκλήρωμα ή στο άθροισμα " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Χαρακτηριστικό πολυώνυμο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Έλεγχος για ενημερώσεις" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Έλεγχος ύπαρξης νεότερης έκδοσης του wxMaxima/Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Κινέζικα παραδοσιακά" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Επιλογή γραμματοσειράς" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 #, fuzzy msgid "Choose new plot format:" msgstr "Εισαγωγή νέου τύπου σχεδίασης:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Τάξεις:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 #, fuzzy msgid "Close\tCtrl+W" msgstr "Αντιγραφή\tCtrl+C" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Oνόματα στηλών:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Στήλες:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Συνδυασμός παραγοντικών σε μια παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Συντεταγμένες του x χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Συντεταγμένες του y χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Συντεταγμένες του x χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Συντεταγμένες του x χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Συντεταγμένες του x χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Επιλογή Σχολίων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Επιλογή Σχολίων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Συμπλήρωση Λέξης\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Συμπλήρωση λέξης" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Μιγαδική απλοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Υπολογισμός συνεχούς κλάσματος μιας τιμής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Υπολογισμός του προσαρτημένου πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Υπολογισμός του χαρακτηριστικού πολυωνύμου ενός πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Υπολογισμός ορίζουσας πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Υπολογισμός μέγιστου κοινού διαιρέτη" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Υπολογισμός αντιστρόφου πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Υπολογισμός του ελαχίστου κοινού πολλαπλασίου (εκτελέστε load(functs) πριν " "τη χρήση)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Συνθήκη:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Αρχείο Config (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Προειδοποίηση ρύθμισης" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Ρυθμίσεις του wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Σταθερά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Συστολή λογαρίθμων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Μετατροπή διωνυμικών,συναρτήσεων Βήτα και Γάμμα σε παραγοντικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Μετατροπή διωνύμων, παραγοντικών και Βήτα συναρτήσεων σε Γάμμα συνάρτηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Μετατροπή μιγαδικής παράστασης σε πολική μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Μετατροπή μιγαδικών παραστάσεων σε ορθογώνιες συντεταγμένες" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Μετατροπή της εκθετικής συνάρτησης φανταστικής μεταβλητής σε τριγωνομετρική " "μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Μετατροπή λογαρίθμου γινομένου σε άθροισμα λογαρίθμων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Μετατροπή αθροίσματος λογαρίθμων σε λογάριθμο γινομένου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Μετατροπή σε παραγοντικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Μετατροπή σε Γάμμα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Μετατροπή σε πολική μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Μετατροπή σε ορθογώνιες συντεταγμένες" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Μετατροπή τριγωνομετρικής παράστασης σε κανονική ημιγραμμική μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 #, fuzzy msgid "Convert trigonometric functions to exponential form" msgstr "Μετατροπή τριγωνομετρικών συναρτήσεων σε εκθετική μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Αντιγραφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Αντιγραφή προηγούμενης εισαγωγής\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Αντιγραφή προηγούμενης εισαγωγής\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Αντιγραφή ως εικόνα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Αντιγραφή ως LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Αντιγραφή ως εικόνα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Αντιγραφή ως LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Αντιγραφή ως LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Αντιγραφή ως κείμενο\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Αντιγραφή ως εικόνα" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Αντιγραφή επιλογής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Αντιγραφή επιλογής από έγγραφο ως εικόνα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Αντιγραφή επιλογής από έγγραφο ως εικόνα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Αντιγραφή επιλογής από έγγραφο ως εικόνα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Αντιγραφή επιλογής από έγγραφο ως κείμενο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Αντιγραφή επιλογής από έγγραφο σε μορφή LaTeX " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Δημιουργία κελιού με την τελευταία εισαγωγή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Δημιουργία κελιού με την τελευταία εισαγωγή" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Κέρσορας" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Αποκοπή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Αποκοπή\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Αποκοπή επιλογής" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Τσεχικά" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Δανικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Πίνακας Δεδομένων:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Αρχείο δεδομένων (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Δεδομένα:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Ανάλυση ρητής συνάρτησης σε μερικά κλάσματα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Προεπιλεγμένος" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Προεπιλεγμένη γραμματοσειρά:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "" "Η προεπιλεγμένη θύρα που χρησιμοποιείται για την επικοινωνία μεταξύ του " "Maxima και του wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Διαγραφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Διαγραφή συνάρτησης..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Διαγραφή επιλογής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Διαγραφή μεταβλητής..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Διαγραφή μίας συνάρτησης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Διαγραφή μίας μεταβλητής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Διαγραφή όλων των τιμών από τη μνήμη" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Διαγραφή συνάρτησης(-σεων)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Διαγραφή μεταβλητής(-ών):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Βαθμός Παρανομαστή:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Βάθος:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Παράγωγος:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 #, fuzzy msgid "Deviation..." msgstr "Απόκλιση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Διαίρεση πολυωνύμων..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Παραγώγιση..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Παραγώγιση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Παραγώγιση παράστασης" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Παραγώγιση..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Κατεύθυνση:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Διακριτή σχεδίαση." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Εμφάνιση σε μορφή TeX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Αλγόριθμος προβολής μαθηματικών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Επίλυση εξίσωσης(-εων)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Εμφάνιση τελευταίου αποτελέσματος σε μορφή TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Εμφάνιση του χρόνου που απαιτήθηκε για τον υπολογισμό" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Διαίρεση" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Διαίρεση κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Διαίρεση κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Διαίρεση αριθμών ή πολυωνύμων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Φόντο εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "είχε αποθηκευθεί χρησιμοποιώντας μια νεότερη έκδοση του wxMaxima. Έτσι " "μπορεί να μην φορτωθεί σωστά.Παρακαλώ ενημερώστε το wxMaxima σας." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "είχε αποθηκευθεί χρησιμοποιώντας μια νεότερη έκδοση του wxMaxima. Παρακαλώ " "ενημερώστε το wxMaxima σας." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "Εξισώσεις" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Έξοδος\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Ιδιοδιανύσματα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Ιδιοτιμές" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Απαλειφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Απαλειφή μεταβλητής από σύστημα εξισώσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Αγγλικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #, fuzzy msgid "Enter Data" msgstr "Εισαγωγή πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Εισαγωγή πίνακα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Εισαγωγή πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Εισαγωγή εξίσωσης για ρητή απλοποίηση:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Εισαγωγή λίστας μεταβλητών χωρισμένες με κόμμα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Το Enter υπολογίζει τα κελιά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Εισαγωγή πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Εισαγωγή νέας τιμής ακρίβειας:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Εισαγωγή της διαδρομής στο εκτελέσιμο αρχείο του maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Έψιλον:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Έψιλον:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Εξίσωση:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Εξίσωση %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Εξίσωση(-εις):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Εξίσωση:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Εξισώσεις:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Σφάλμα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Σφάλμα!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Υπολογισμός κελιού(-ιών)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Υπολογισμός ονοματικών μορφών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Υπολογισμός όλων των κελιών\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Υπολογισμός όλων των κελιών\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Υπολογισμός κελιού(-ιών)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Υπολογισμός κελιού(-ιών)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Υπολογισμός όλων των κελιών\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Υπολογισμός κελιού(-ιών)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Υπολογισμός ενεργού(-ών) ή επιλεγμένου(-ων) κελιού(-ών)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Υπολογισμός όλων των κελιών στο έγγραφο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Υπολογισμός όλων των ονοματικών μορφών στην παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Υπολογισμός όλων των κελιών στο έγγραφο" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Υπολογισμός ονοματικών μορφών" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Παράδειγμα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Παράδειγμα κειμένου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Παράδειγμα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Έξοδος από το wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Ανάπτυξη" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Ανάπτυξη (τρ)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Ανάπτυξη παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Ανάπτυξη λογαρίθμων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Ανάπτυξη μία παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Ανάπτυξη τριγωνομετρικής παράστασης" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Εξαγωγή" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Εξαγωγή εγγράφου σε HTML ή pdfLaTeX αρχείο" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Η εξαγωγή σε HTML απέτυχε!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Η εξαγωγή σε TeX απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Η εξαγωγή σε HTML απέτυχε!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Η εξαγωγή σε TeX απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Η εξαγωγή σε TeX απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "Εξαγωγή..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Παράσταση:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Παράσταση(-εις):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Παράσταση:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Παραγοντοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Παραγοντοποίηση παράστασης (Μιγαδική)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Παραγοντοποίηση παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Παραγοντοποίηση μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Παραγοντοποίηση παράστασης σε Γκαουσιανούς αριθμούς" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Παραγοντικά και Γάμμα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Ολέθριο σφάλμα" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, fuzzy, c-format msgid "Figure %d:" msgstr "Σχέδιο" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Αρχείο" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Το αρχείο δεν βρέθηκε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Το αρχείο δεν βρέθηκε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Το αρχείο δεν βρέθηκε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Το αρχείο που προσπαθήσατε να ανοίξετε δεν υπάρχει" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Αρχείο:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Εύρεση " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Εύρεση \tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Εύρεση ορίου..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Εύρεση ελαχίστου..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Εύρεση ρίζας..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Εύρεση ενός (μη δεσμευμένου) ελαχίστου μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Εύρεση ορίου μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Εύρεση ρίζας μιας εξίσωσης σε ένα διάστημα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Εύρεση όλων των ριζών ενός πολυωνύμου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Εύρεση όλων των ριζών ενός πολυωνύμου(bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Εύρεση και Αντικατάσταση" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Εύρεση και αντικατάσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Εύρεση ιδιοτιμών πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Εύρεση ιδιοδιανυσμάτων πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Εύρεση ελαχίστου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Εύρεση πραγματικών ριζών πολυωνύμου" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Εύρεση ρίζας" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Εύρεση " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Δανικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Σταθερή γραμματοσειρά στον έλεγχο κειμένου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Επιλογή Όλων\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Γραμματοσειρά που χρησιμοποιείται για την εμφάνιση στο έγγραφο." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "" "Γραμματοσειρά που χρησιμοποιείται για την εμφάνιση των μαθηματικών " "χαρακτήρων στο έγγραφο." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Γραμματοσειρές" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Μορφή:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Γαλλικά" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Από:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Πλήρης οθόνη\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Συνάρτηση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Συνάρτηση(-εις):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Συνάρτηση:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Συναρτήσεις για μιγαδική απλοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Συναρτήσεις για απλοποίηση παραγοντικών και Γάμμα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Συναρτήσεις για απλοποίηση τριγωνομετρικών παραστάσεων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "ΜΚΔ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Εικόνα GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Γενικά Μαθηματικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Γενικά Μαθηματικά\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Δημιουργία πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Δημιουργία πίνακα απο παράσταση..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Δημιουργία πίνακα από 2-Δ πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Δημιουργία πίνακα από παράσταση lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Γερμανικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Εξαγωγή φανταστικού μέρους" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Υπολογισμός σειρών..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Υπολογισμός μετασχηματισμού Laplace μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Εξαγωγή πραγματικού μέρους" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Υπολογισμός του αντίστροφου μετασχηματισμού Laplace μιας παράστασης\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Υπολογισμός σειράς Taylor ή δυναμοσειράς μιας παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Υπολογισμός φανταστικού μέρους μιας μιγαδικής παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Υπολογισμός πραγματικού μέρους μιας μιγαδικής παράστασης" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Ελληνικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Ελληνικές σταθερές" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Γενικά Μαθηματικά\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Ελληνικές σταθερές" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Πλέγμα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "Αρχείο HTML (*.html)|*.html|pdfLaTeX file (*.tex)|*.tex|All|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Βοήθεια" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Διαίρεση κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Απόκρυψη Όλων\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Διαίρεση κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Προσθήκη κελιού\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Διαίρεση κελιού" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Ενότητα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Απόκρυψη όλων των παλετών" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Ελληνικές σταθερές" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Επισήμανση (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Ιστόγραμμα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Ιστόγραμμα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Ιστορικό" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Ιστορικό\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Ο οριζόντιος κέρσορας λειτουργεί σαν κανονικός κέρσορας,αλλά ενεργεί στα " "κελιά: (α) πίεστε το πάνω ή το κάτω βέλος για να τον μετακινήσετε, (β) " "κρατώντας πατημένο το Shift ενώ τον μετακινείτε, επιλέγει κελιά, και (γ) " "πιέζοντας το backspace ή το delete 2 φορές διαγράφει ένα κελί δίπλα του." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Ουγγρικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Αν ο υπολογισμός σας καθυστερεί πολύ, μπορείτε να δοκιμάσετε τις εντολές του " "μενού 'Maxima->Διακοπή' ή 'Maxima->Επανεκκίνηση Maxima'." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Εικόνα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Αρχεία εικόνας (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Συμπεριέλαβε τις στήλες:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Νέα μεταβλητή:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Άπειρο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Πληροφορίες για το Maxima build" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Αρχικές Εκτιμήσεις:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Πρόβλημα αρχικών τιμών (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Πρόβλημα αρχικών τιμών (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Ετικέτες εισαγωγής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Προσθήκη" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 #, fuzzy msgid "Insert &Section Cell\tCtrl+3" msgstr "Προσθήκη κελιού &ενότητας\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 #, fuzzy msgid "Insert &Text Cell\tCtrl+1" msgstr "Προσθήκη κελιού &κειμένου\tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Προσθήκη κελιού\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Προσθήκη εικόνας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Προσθήκη εικόνας..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Προσθήκη κελιού εντολών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 #, fuzzy msgid "Insert Page Break" msgstr "Προσθήκη Page Break\tF10" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 #, fuzzy msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Προσθήκη κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Προσθήκη κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 #, fuzzy msgid "Insert Section Cell" msgstr "Προσθήκη κελιού &ενότητας\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 #, fuzzy msgid "Insert Subsection Cell" msgstr "Προσθήκη κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Προσθήκη κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 #, fuzzy msgid "Insert T&itle Cell\tCtrl+2" msgstr "Προσθήκη κελιού τίτλου" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 #, fuzzy msgid "Insert Text Cell" msgstr "Προσθήκη κελιού &κειμένου\tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 #, fuzzy msgid "Insert Title Cell" msgstr "Προσθήκη κελιού τίτλου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Προσθήκη νέου κελιού εντολών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Προσθήκη νέου κελιού ενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Προσθήκη νέου κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Προσθήκη νέου κελιού υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Προσθήκη νέου κελιού κειμένου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Προσθήκη νέου κελιού τίτλου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Προσθήκη αλλαγής σελίδας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Προσθήκη εικόνας" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Ολοκλήρωση παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Ολοκλήρωμα/Άθροισμα:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Ολοκλήρωση (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Ολοκλήρωση παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Ολοκλήρωση παράστασης με τον αλγόριθμο Risch " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Ολοκλήρωση..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Άγκιστρο ενεργού κελιού" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Ολοκλήρωση" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Διακοπή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Διακοπή τρέχοντος υπολογισμού" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Μη έγκυρη είσοδος για πρόγραμμα maxima .\n" " \n" "Παρακαλώ δώστε ξανά την διαδρομη για το πρόγραμμα maxima ." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Αντίστροφος Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Αντίστροφος μετασχηματισμός Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Ιταλικά" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Πλάγια γραφή" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Ιαπωνικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "ΕΚΠ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Γλώσσα που χρησιμοποιείται για το GUI του wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Γλώσσα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Μετασχηματισμός Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Ελάχιστο Κοινό Πολλαπλάσιο..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Παρεμβολή ελαχίστων τετραγώνων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Παρεμβολή ελαχίστων τετραγώνων..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Όριο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Όριο..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 #, fuzzy msgid "Linear Regression..." msgstr "Γραμμική παλινδρόμηση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Λίστα:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Φόρτωση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Φόρτωση πακέτου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Φόρτωση ένος αρχείου Maxima με την εντολή batch." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Φόρτωση αρχείου πακέτου Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Φόρτωση στυλ από αρχείο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Κάτω φράγμα:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Εφαρμογή στα μέλη πίνακα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Γραμμή εργαλείων\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Δημιουργία λίστας..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Αντικατάσταση σε παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Απεικόνιση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Εφαρμογή συνάρτησης στα μέλη λίστας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Εφαρμογή συνάρτησης στα μέλη πίνακα" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Αρχείο Batch" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Αντιστοίχιση παρενθέσεων σε έλεγχο κειμένου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Γραμματοσειρά Μath:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Γραμματοσειρά Μath:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Πίνακας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Απεικόνιση πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Όνομα πίνακα:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Πίνακας:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 #, fuzzy msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Ερωτήσεις για το Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Ερωτήσεις για το Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Εικοίδιο wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Το Maxima κάνει υπολογισμούς" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Ερωτήσεις για το Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Είσοδος Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Το Maxima κάνει υπολογισμούς" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Είσοδος Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Πακέτο Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Πακέτο Maxima(*.mac)|*.mac|πακέτο Lisp (*.lisp)|*.lisp|All|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Η διαδικασία Maxima τερμάτισε." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Πρόγραμμα Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Ερωτήσεις για το Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Το Maxima ξεκίνησε. Περιμένει για σύνδεση..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Εκκίνηση εφέ κίνησης" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Το Maxima χρησιμοποιεί το ‘:’ για απόδοση τιμών σε μεταβλητές ('a : 3;') και " "το ‘:=’ για ορισμό συναρτήσεων ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Έκδοση Maxima " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Επιλογές του Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Τεστ μέσης διαφοράς..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Τεστ μέσης τιμής..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 #, fuzzy msgid "Mean..." msgstr "Απεικόνιση..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Μέση τιμή:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 #, fuzzy msgid "Median..." msgstr "Διάμεση τιμή" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Συγχώνευση κελιών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Συγχώνευση κελιών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Μέθοδος:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Αντιστοίχιση παρενθέσεων σε έλεγχο κειμένου" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulus" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Όνομα:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 #, fuzzy msgid "New\tCtrl+N" msgstr "Νέο\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 #, fuzzy msgid "New document" msgstr "Άνοιγμα εγγράφου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Νέα τιμή:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Νέα μεταβλητή:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 #, fuzzy msgid "Next Command\tAlt+Down" msgstr "Επόμενη εντολή\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Καμμία αντιστοίχιση δεν βρέθηκε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 #, fuzzy msgid "Normality Test..." msgstr "Τεστ κανονικότητας" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Μη έγκυρη διάσταση πίνακα!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Μη έγκυρος αριθμός εξισώσεων!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Δεν υπάρχει σύνδεση με το Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Δεν είστε συνδεδεμένοι." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Βαθμός Αριθμητή:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Αριθμός εξισώσεων:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Αριθμός εξισώσεων:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Αριθμοί" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Εντάξει" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Παλιά τιμή:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Παλιά μεταβλητή:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "t-τεστ ενός δείγματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Online διδακτικές παρουσιάσεις" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Άνοιγμα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Άνοιγμα πρόσφατου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Άνοιγμα ενός εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Άνοιγμα νέου παραθύρου" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Άνοιγμα εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Άνοιγμα πίνακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Άνοιγμα αρχείου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Επιλογές" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Επιλογές:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Μη ενημερωμένα κελιά" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Ετικέτες εξόδου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Προσέγγιση Pade..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Εικόνα PNG (*.png)|*.png| εικόνα JPEG (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Προσέγγιση Pade..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Προσέγγιση Pade σειράς Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Αλλαγή σελίδας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Παραμετρικό γράφημα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Μερικά κλάσματα..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Μερικά κλάσματα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Μέρη του εγγράφου δεν θα φορτωθούν σωστά" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Μέρη του εγγράφου δεν θα φορτωθούν σωστά" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Επικόλληση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Επικόλληση\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Επικόλληση κειμένου από το πρόχειρο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Επικόλληση κειμένου από το πρόχειρο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 #, fuzzy msgid "Piechart..." msgstr "Κυκλικό διάγραμμα (πίτας)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "" "Παρακαλώ ρυθμίστε το wxMaxima μεσα απο το μενου 'Επεξεργασία->Ρυθμίσεις'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "" "Παρακαλώ κάντε επανεκκίνηση του wxMaxima για να ενεργοποιηθούν οι αλλαγές!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "2-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "3-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Μορφή γραφήματος..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2-Δ γράφημα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3-Δ γράφημα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3-Δ γράφημα..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Μορφή γραφήματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Γράφημα σε 2 διαστάσεις" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Γράφημα σε 3 διαστάσεις" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Γράφημα σε αρχείο:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Σημείο:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Πολωνικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Πολυώνυμο 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Πολυώνυμο 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Πορτογαλλικά(Βραζιλίας)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Αρχείο Postscript (*.eps)|*.eps|All|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Ακρίβεια" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 #, fuzzy msgid "Previous Command\tAlt+Up" msgstr "Προηγούμενη εντολή\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Εκτύπωση" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Εκτύπωση εγγράφου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Εκτύπωση εγγράφου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Γινόμενο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Γινόμενο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Υπολογισμός όλων των κελιών στο έγγραφο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Υπολογισμός όλων των κελιών στο έγγραφο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Aνάγνωση πίνακα..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Διάβασμα αποτελέσματος Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Έτοιμο για είσοδο από το χρήστη" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Επανάκληση επόμενης εντολής από το ιστορικό " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Επανάκληση προηγούμενης εντολής από το ιστορικό " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Καρτεσιανή μορφή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Αναίρεση\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Αναίρεση τελευταίας αλλαγής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Αναγωγή (τρ)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Αναγωγή τριγωνομετρικής παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Αφαίρεση όλων των αποτελεσμάτων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Δημιουργία λίστας από παράσταση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Αφαίρεση αποτελεσμάτων από τα κελιά εντολών" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Επιλογή όλων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Αντικατεστημένες %d εμφανίσεις" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Αναφορά σφάλματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Επανεκίνηση του Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Επανεκίνηση του Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Επανεκίνηση του Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Επανεκίνηση του Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Ολοκλήρωση Risch..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Ρίζες πολυωνύμου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Ρίζες πολυωνύμου (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Γραμμές:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Ρωσικά" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Δείγμα 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Δείγμα 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Δείγμα:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Αποθήκευση" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Αποθήκευση εφε κίνησης ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Αποθήκευση ως" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Αποθήκευση ως...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Αποθήκευση εικόνας..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Αποθήκευση επιλογής σε εικόνα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Αποθήκευση επιλογής σε εικόνα..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Αποθήκευση εφε κίνησης σε αρχείο" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Αποθήκευση εγγράφου" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Αποθήκευση εγγράφου ως" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Αποθήκευση της διάταξης των παλετών" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Αποθήκευση μεγέθους/θέσης παραθύρου του wxMaxima μεταξύ συνεδριών." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Αποθήκευση γραφήματος σε αρχείο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Αποθήκευση επιλογής από το έγγραφο σε ένα αρχείο εικόνας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Αποθήκευση επιλογής σε αρχείο" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Αποθήκευση στυλ σε αρχείο" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Αποθήκευση μεγέθους/θέσης παραθύρου του wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Αποθήκευση μεγέθους/θέσης παραθύρου του wxMaxima μεταξύ συνεδριών." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Η εκκίνηση του εξυπηρετητή απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Διάγραμμα διασποράς" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Διάγραμμα διασποράς..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Ενότητα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Κελί ενότητας" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Επιλογή" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Επιλογή όλων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Επιλογή Όλων\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Επιλογή προγράμματος Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Επιλογή υποδείγματος" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Επιλογή μιας μεταβλητής" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Επιλογή όλων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Επιλογή αλγορίθμου προβολής μαθηματικών" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Επιλέγοντας ένα μέρος του αποτελέσματος και κάνοντας δεξί κλίκ πάνω στην " "επιλογή προκύπτει ένα μενού με κατάλληλες συναρτήσεις οι οποίες μπορούν να " "εφαρμοστούν στην επιλογή." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Επιλογή" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Σειρές" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Σειρές..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Ο εξυπηρετητής ξεκίνησε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Ορισμός Μεγέθυνσης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Ορισμός ακρίβειας bigfloat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Ορισμός σταθερού μεγέθους γραμματοσειράς στους ελέγχους κειμένου." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Ορισμός μορφής γραφήματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Εκκίνηση εφέ κίνησης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Ορισμός ζουμ στο 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Ορισμός ζουμ στο 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Ορισμός ζουμ στο 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Ορισμός ζουμ στο 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Ορισμός ζουμ στο 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Ορισμός ζουμ στο 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Ορισμός τιμών με την atvalues για την επίλυση ΣΔΕ με το μετασχηματισμό " "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Εγκατάσταση υπολογισμών modulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Εμφάνιση ορισμού..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Εμφάνιση συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Εμφάνιση συμβουλών..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Εμφάνιση μεταβλητών" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Εμφάνιση βοήθειας για το Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Εμφάνιση προτύπου\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Εμφάνιση μιας συμβουλής" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Εμφάνιση ολων των εντολών που είναι παρόμοιες με:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Εμφάνιση ενός παραδείγματος για την εντολή:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Εμφάνιση ενός παραδείγματος χρήσης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Εμφάνιση εντολών παρόμοιες με" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Εμφάνιση των συναρτήσεων που έχουν οριστεί" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Εμφάνιση των μεταβλητών που έχουν οριστεί" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Εμφάνιση του ορισμού μίας συνάρτησης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Εμφάνιση συναρτήσεων" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Εμφάνιση μεταβλητών" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Εμφάνιση μεγάλων παραστάσεων στο έγγραφο του wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Εμφάνιση μεγάλων παραστάσεων" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Εμφάνιση συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Εμφάνιση ορισμού συνάρτησης:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Εμφάνιση βοήθειας για το Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Απλοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Απλοποίηση ριζικών" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Απλοποίηση (ρ)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Απλοποίηση (τρ)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Απλοποίηση παράστασης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Απλοποίηση παράστασης που περιέχει παραγοντικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Απλοποίηση παράστασης που περιέχει ριζικά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Απλοποίηση ρητής παράστασης" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Απλοποίηση αθροίσματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Απλοποίηση τριγωνομετρικής παράστασης" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 #, fuzzy msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Από την έκδοση 0.8.2 του wxMaxima και μετά μπορεί να εισαχθεί μια εικόνα στα " "έγγραφά. Χρησιμοποίηστε την εντολή του μενού 'Επεξεργασία->Προσθήκη " "εικόνας...’. Σημείωστε πως πρέπει να αποθηκεύετε το έγγραφο σε μορφή " "'wxMaxima XML document' αν θέλετε να αποθηκευθεί η εικόνα μαζί με το έγγραφο." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Λύση:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Επίλυση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Επίλυση αλγεβρικού συστήματος..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Επίλυση γραμμικού συστήματος..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Επίλυση ΣΔΕ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Επίλυση (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Επίλυση ΣΔΕ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Επίλυση ΣΔΕ με Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Επίλυση ΣΔΕ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Επίλυση αλγεβρικού συστήματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Επίλυση αλγεβρικού συστήματος εξισώσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Επίλυση προβλήματος οριακών τιμών για δευτεροβάθμια ΣΔΕ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Επίλυση εξίσωσης(-εων)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Επίλυση εξίσωσης(-εων) με to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Επίλυση προβλήματος αρχικών τιμών για πρωτοβάθμια ΣΔΕ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Επίλυση προβλήματος αρχικών τιμών για δευτεροβάθμια ΣΔΕ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Επίλυση γραμμικού συστήματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Επίλυση γραμμικού συστήματος εξισώσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Επίλυση συνήθους διαφορικής εξίσωσης μέγιστου βαθμού 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Επίλυση συνήθους διαφορικής εξίσωσης με μετασχηματισμό Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Επίλυση..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Ισπανικά" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Ειδικός" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Ειδικές μεταβλητές" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Εκκίνηση εφέ κίνησης" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Εκκίνηση εφέ κίνησης" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Η εκκίνηση της διεργασίας Maxima απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Εκκίνηση Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Η εκκίνηση του εξυπηρετητή απέτυχε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Εκκίνηση του εξυπηρετητή στη θύρα %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Στατιστική" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Στατιστική\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Συμβολοσειρές" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Στυλ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Στυλ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Υποδείγμα..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Αντικατάσταση..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Αντικατάσταση" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Αντικατάσταση..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Άθροισμα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Στατιστική\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Πληροφορίες συστήματος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Γραμμή εργαλείων\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Σειρές Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Κείμενο" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Κελί κειμένου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Κελί κειμένου" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Φόντο κελιού κειμένου" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Αποκοπή επιλογής" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" "Η προεπιλεγμένη θύρα που χρησιμοποιείται για την επικοινωνία μεταξύ του " "Maxima και του wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Αντίστροφος μετασχηματισμός Laplace..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Υπάρχουν πολλές πηγές πληροφοριών σχετικά με το Maxima και το wxMaxima στο " "Διαδίκτυο. Επισκεφτείτε τη διεύθυνση http://wxmaxima.sourceforge.net/wiki/" "index.php/Tutorials για να βρείτε περισσότερες πληροφορίες για τη χρήση των " "Maxima και wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Υπήρξε σφάλμα στο δημιουργημένο XML! Παρακαλώ αναφέρετε αυτό το σφάλμα." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Σημάνσεις:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Φορές:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Τίτλος" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Κελί τίτλου" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Ο τίτλος, η ενότητα και η υποενότητα των κελιών μπορούν να αναδιπλωθούν και " "να αποκρύψουν τα περιεχόμενά τους. Για την δίπλωση ή ξεδίπλωση, καντε κλικ " "στο τετραγωνάκι που βρίσκεται δίπλα απο το κελί. Επιπλέον αν κανετε shift-" "κλικ, ολα τα υποεπίπεδα του κελιού επίσης θα διπλωθούν/ξεδιπλωθούν." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Σε μεγάλο αριθμό κινητής υποδιαστολής (bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Σε αριθμό κινητής υποδιαστολής" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Σε αριθμό κινητής υποδιαστολής" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Για να σχεδιάσετε σε πολικές συντεταγμένες, επιλέξτε 'set polar' στην " "καταχώρηση Επιλογές στον διάλογο του Plot2d. Μπορείτε επίσης να σχεδιάσετε " "σε σφαιρικές και κυλινδρικές συντεταγμένες σε 3-Δ." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Για να βάλετε παρενθέσεις γύρω από μια παράσταση, επιλέξτε την και πατήστε " "‘(’ ή ‘)’ ανάλογα με το που θέλετε να εμφανιστεί ο κέρσορας μετά." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Για να αποθηκεύσετε το μέγεθος και τη θέση από τα παράθυρα του wxMaxima " "μεταξύ διαφορετικών συνεδριών, χρησιμοποιήστε το διάλογο 'Επεξεργασία-" ">Ρυθμίσεις'" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Για να ξεκινήσετε να χρησιμοποιείτε το wxMaxima άμεσα, γράψτε την εντολή που " "θέλετε. Ένα κελί εντολών θα εμφανιστεί. Μετά πατήστε Shift+Enter για να " "εκτελεσθεί η εντολή σας." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Μέχρι:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Εναλλαγή αλγεβρικής σημαίας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Εναλλαγή μορφής αποτελεσμάτων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Εναλλαγή εμφάνισης της ώρας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Εναλλαγή αλγεβρικής σημαίας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Αποθήκευση εφε κίνησης σε αρχείο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Εναλλαγή επεξεργασίας πλήρης οθόνης" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Εναλλαγή αριθμητικού αποτελέσματος" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Εικονίδια γραμμής εργαλείων" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Μεταφρασμένο από" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Αναστροφή πίνακα" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Διδακτικές παρουσιάσεις" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "t-τεστ δυο δειγμάτων" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Τύπος:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Αντιγραφή ως εικόνα" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Τύπος:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ουκρανικά" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Υπογραμμισμένος" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Αναίρεση\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Αναίρεση τελευταίας αλλαγής" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Επιλογή Όλων\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Ενότητα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Ελληνικές σταθερές" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Υποστήριξη Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Αναβάθμιση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Άνω φράγμα:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Έψιλον:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Χρήση του αλγορίθμου του Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Χρήση κεντραρισμένης τελείας για πολλαπλασιασμό" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Χρήση γραμματοσειράς jsMath " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Τιμή:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Τιμή:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Παλιά μεταβλητή:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Μεταβλητή(-ές):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Μεταβλητή:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Μεταβλητές" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Μεταβλητές:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 #, fuzzy msgid "Variance..." msgstr "Διακύμανση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Προειδοποίηση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Καλωσορίσατε στο wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Όταν εφαρμόζετε συναρτήσεις με ένα όρισμα από καταλόγους επιλογής, το " "προεπιλεγμένο όρισμα είναι το '%'.Για να εφαρμόσετε τη συνάρτηση σε κάποια " "άλλη τιμή, επιλέξτε την στο κείμενο προτού να εκτελέσετε μία εντολή από τον " "κατάλογο." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Γραμμένο από" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "Ναι" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Μπορείτε να έχετε πρόσβαση στο τελευταίο αποτέσμα χρησιμοποιώντας τη " "μεταβλητή ‘%’. Μπορείτε να έχετε πρόσβαση σε αποτελέσματα προηγούμενων " "εντολών χρησιμοποιώντας τις μεταβλητές ‘%on’ όπου n είναι ο αριθμός της " "αποτελέσματος." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 #, fuzzy msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Μπορείτε να υπολογήσετε όλο το έγγραφό σας χρησιμοποιώντας την ενολή του " "μενού 'Επεξεργασία->Κελί->Υπολογισμός όλων των κελιών' ή την αντίστοιχη " "συντόμευση. Τα κελιά θα υπολογισθούν με τη σειρά με την οποία εμφανίζονται " "μέσα στο έγγραφο." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Μπορείτε να ζητήσετε βοήθεια για μια συνάρτηση του Maxima αν την επιλέξετε ή " "κάνετε κλικ πάνω στο όνομά της και στη συνέχεια πατήσετε F1. Το wxMaxima θα " "ψάξει το ευρετήριο της βοήθειας για την επιλεγμένη λέξη ή για τη λέξη που " "είναι κατω από τον κέρσορα." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Μπορείτε να κρύψετε το μέρος των αποτελεσμάτων των κελιών κάνοντας κλικ στο " "τρίγωνο στα αριστερά των κελιών. Ανάλογο ισχύει επίσης και για τα κελιά " "κειμένου." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Μπορείτε να εισάγετε διαφορετικά είδη κελιών σε έγγραφο του wxMaxima " "χρησιμοποιώντας το υπομενού 'Επεξεργασία->Κελί'. Σημειώστε ότι μόνο τα κελιά " "'εντολών' μπορούν να υπολογισθούν, ενώ τα άλλα χρησιμοποιούνται για " "σχολιασμό του εγγράφου ή για να σας βοηθήσουν στην δομή των λογισμών σας." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Μπορείτε να επιλέξετε πολλαπλά κελιά είτε με το ποντίκι – κάνοντας κλικ και " "σέρνωντας το ποντίκι από ανάμεσα στα κελιά ή από το άγκιστρο στα αριστερά " "του κελιού - είτε με το πληκτρολόγιο - κρατώντας πατημένο το Shift ενώ " "μετακινείτε τον οριζόντιο κέρσορα - και μετά να εκτελέσετε κάτι στην " "επιλογή. Αυτό είναι χρήσιμο αν θέλετε να διαγράψετε ή να υπολογίσετε " "πολλαπλά κελιά." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Έχετε την έκδοση %s. Η νεότερη έκδοση είναι η %s . \n" "\n" "Επιλέξτε ΟΚ ώστε να μεταβείτε στην ιστοσελίδα του wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Η έκδοση του wxMaxima που διαθέτετε ειναι η πιο πρόσφατη." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Μεγένθυση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Σμίκρυνση" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Μεγέθυνση κατά 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Σμίκρυνση κατά 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ δεν έχει αποθηκευθεί ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ δεν έχει αποθηκευθεί* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Ανάπτυξη" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "αντισυμμετρικός" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Εφαρμογή συνάρτησης σε μία λίστα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "από τις δύο πλευρές" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "προεπιλογή" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "διαγώνιος" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Έψιλον:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Δημιουργία λίστας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "γενικός" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Εύρεση " #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "inline" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Κατεύθυνση:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "από αριστερά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "λογαριθμική κλίμακα" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "Πίνακας[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Εύρεση " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "όχι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "όχι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "όχι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "όχι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Μερικά κλάσματα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "από δεξιά" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Υποενότητα" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Κελί υποενότητας" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "συμμετρικός" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 #, fuzzy msgid "unsaved" msgstr "[ δεν έχει αποθηκευθεί ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "ανώνυμο" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, fuzzy, c-format msgid "untitled %d" msgstr "ανώνυμο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Έψιλον:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Ονόματα συναρτήσεων" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "Βοήθεια για το Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "Βοήθεια για το Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Ρυθμίσεις του wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "Το wxMaxima δεν μπόρεσε να βρει το Maxima!\n" "\n" "Παρακαλώ ρυθμίστε το wxMaxima από το 'Επεξεργασία->Ρυθμίσεις'. \n" "Μετά επανεκινήστε το Maxima με το 'Maxima->Επανεκκίνηση Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "Το wxMaxima δεν μπόρεσε να βρει τα αρχεία βοήθειας.\n" "\n" "Παρακαλώ ελέγξτε την εγκατάστασή σας." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "Το wxMaxima δεν μπόρεσε να ξεκινήσει τον εξυπηρετητή.\n" "\n" " Παρακαλώ ελέγξτε αν έχετε ενεργοποιημένη την υποστήριξη δικτύου και " "προσπαθήστε ξανά!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Οι διάλογοι του wxMaxima καθορίζουν προεπιλεγμένες τιμές σε καταχωρημένες " "γραμμές εντολών μία από τις οποίες είναι το '%'. Αν έχετε κάνει μια επιλογή " "στο έγγραφό σας, η επιλογή αυτή θα χρησιμοποιηθεί στη θέση του '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "έγγραφο wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "έγγραφο wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Το wxMaxima αντιμετώπισε ένα πρόβλημα κατά την φόρτωση" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Εικοίδιο wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "Το wxMaxima είναι μια γραφική διεπαφή χρήστη για το σύστημα υπολογιστικής " "άλγεβρας Maxima βασισμένη στα wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "Το wxMaxima είναι μια γραφική διεπαφή χρήστη για το σύστημα υπολογιστικής " "άλγεβρας Maxima βασισμένη στα wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Εκκίνηση εφέ κίνησης" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Εξαγωγή" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "Ναι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Ερωτήσεις για το Maxima" #~ msgid "Parsing output" #~ msgstr "Συντακτική ανάλυση αποτελέσματος" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "Το wxMaxima δεν μπόρεσεί να βρει τα αρχεία συμβουλών.\n" #~ "\n" #~ " Παρακαλώ ελέγξτε την εγκατάστασή σας." #~ msgid "Tips not available, sorry!" #~ msgstr "Οι συμβουλές δεν ειναι διαθέσιμες, συγνώμη!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Εμφανίσθηκε σφάλμα κατα την εξαγωγή του αρχέιου GIF!\n" #~ "\n" #~ "Βεβαιωθείτε οτι υπάρχει εγκατεστημένο το ImageMagick και πως το wxMaxima " #~ "μπορεί να βρει το πρόγραμμα μετατροπής." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Εμφάνιση του χρόνου που απαιτήθηκε για τον υπολογισμό" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Πρόγραμμα Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Ερωτήσεις για το Maxima" #~ msgid " << Expression too long to display! >>" #~ msgstr "<<Πολύ μεγάλη έκφραση για να εμφανιστεί!>>" #~ msgid "&Cell" #~ msgstr "Κελί" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "Νέο\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "Νέο Παράθυρο\tCtrl+N" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Προσαρμογή για το μέγεθος της ελληνικής γραμματοσειράς." #~ msgid "Adjustment:" #~ msgstr "Προσαρμογή:" #~ msgid "Animation" #~ msgstr "Εφέ Κίνησης" #~ msgid "Basic" #~ msgstr "Βασικός(ή)" #~ msgid "Button panel:" #~ msgstr "Πίνακας Κουμπιών:" #~ msgid "Close document?" #~ msgstr "Κλείσιμο αρχείου;" #~ msgid "Copy As Image" #~ msgstr "Αντιγραφή ως εικόνα" #~ msgid "Copy LaTeX" #~ msgstr "Αντιγραφή LaTeX" #~ msgid "Copy selected cell(s)" #~ msgstr "Αντιγραφή επιλεγμένων κελιών" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Αντιγραφή επιλογής στο πρόχειρο όταν η επιλογή γίνεται στο έγγραφο." #~ msgid "Copy to clipboard on select" #~ msgstr "Αντιγραφή στο πρόχειρο αφού επιλεγεί" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Αποκοπή κελιού(-ών)\tCtrl+Shift+X" #~ msgid "Cut selected cell(s)" #~ msgstr "Αποκοπή επιλεγμένων κελιών" #~ msgid "Decrease fontsize in document" #~ msgstr "Ελάττωση μεγέθους γραμματοσειράς στο έγγραφο" #~ msgid "Default port:" #~ msgstr "Προεπιλεγμένη θύρα" #~ msgid "Delete selected cell(s)" #~ msgstr "Διαγραφή επιλεγμένου(-ων) κελιού(-ών)" #~ msgid "Delete selection" #~ msgstr "Διαγραφή επιλογής" #~ msgid "Document " #~ msgstr "Έγγραφο" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Το έγγραφο δεν αποθηκεύτηκε! Κλείσιμο του παρόντος εγγράφου και απώλεια " #~ "όλων των αλλαγών;" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Το έγγραφο δεν αποθηκεύτηκε! Έξοδος από το wxMaxima και απώλεια όλων των " #~ "αλλαγών;" #~ msgid "Error %d" #~ msgstr "Σφάλμα %d" #~ msgid "Find..." #~ msgstr "Εύρεση..." #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "" #~ "Γραμματοσειρά που χρησιμοποιείται για την εμφάνιση Unicode γλυφών στο " #~ "έγγραφο" #~ msgid "Full" #~ msgstr "Πλήρης" #~ msgid "Height:" #~ msgstr "Ύψος:" #~ msgid "Increase fontsize in document" #~ msgstr "Αύξηση μεγέθους γραμματοσειράς στο έγγραφο" #~ msgid "Input" #~ msgstr "Είσοδος" #~ msgid "Insert input group" #~ msgstr "Προσθήκη ομάδας εντολών" #~ msgid "Mean" #~ msgstr "Μέση τιμή " #~ msgid "New &Section Cell\tCtrl+F6" #~ msgstr "Νέα ενότητα\tCtrl+F6" #~ msgid "New Input &Cell\tF7" #~ msgstr "Νέο κελί εντολών \tF7" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Νέο κελί τίτλου\tCtrl+Shift+F6" #~ msgid "Off" #~ msgstr "Κλειστό" #~ msgid "Panes" #~ msgstr "Παλέτες" #~ msgid "Paste cell(s) to document" #~ msgstr "Επικόλληση κελιού(-ών) σε έγγραφο" #~ msgid "Product..." #~ msgstr "Γινόμενο..." #~ msgid "Quit?" #~ msgstr "Έξοδος;" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Υπολογισμός όλων των κελιών\tCtrl+R" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Αναίρεση\tCtrl+Z" #, fuzzy #~ msgid "Save changes?" #~ msgstr "Αποθήκευση εικόνας..." #~ msgid "Save document as ..." #~ msgstr "Αποθήκευση εγγράφου ως..." #~ msgid "Select file to open" #~ msgstr "Επιλογή αρχείου προς άνοιγμα" #~ msgid "Set &Precision..." #~ msgstr "Ορισμός ακρίβειας..." #~ msgid "Show Maxima header" #~ msgstr "Εμφάνιση κεφαλίδας του Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "" #~ "Εμφάνιση της αρχικής κεφαλίδας με τις πληροφορίες για το σύστημα Maxima" #~ msgid "Start animation" #~ msgstr "Εκκίνηση εφέ κίνησης" #~ msgid "Stop animation" #~ msgstr "Διακοπή του εφέ κίνησης" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Στατιστική\tAlt+Shift+S" #~ msgid "Sum..." #~ msgstr "Άθροισμα..." #, fuzzy #~ msgid "Text & Code" #~ msgstr "Διαίρεση κελιού" #~ msgid "To &Float\tCtrl+F" #~ msgstr "Σε αριθμό κινητής υποδιαστολής\tCtrl+F" #~ msgid "Use greek font to display greek characters." #~ msgstr "" #~ "Χρήση ελληνικής γραμματοσειράς για την εμφάνιση των ελληνικών χαρακτήρων." #~ msgid "Use greek font:" #~ msgstr "Χρήση ελληνικής γραμματοσειράς:" #~ msgid "Width:" #~ msgstr "Πλάτος:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Εγγραφή ζεύγους παρενθέσεων στους ελέγχους κειμένου." #~ msgid "" #~ "You can use Maxima's tex(%) command to print the last expression in TeX " #~ "form. Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Μπορείτε να χρησιμοποιήσετε τις εντολές TeX(%) του Maxima για να τυπώσετε " #~ "την τελευταία παράσταση σε μορφή TeX. Έπειτα μπορείτε να την αντιγράψετε " #~ "στον κειμενογράφο και να την συμπεριλάβετε στο έγγραφό σας." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Έψιλον:" #~ msgid "Zoom set to " #~ msgstr "Ορισμός ζουμ σε" #, fuzzy #~ msgid "implies" #~ msgstr "Απλοποίηση" #~ msgid "lines hidden" #~ msgstr "κρυμμένες γραμμές" #~ msgid "untitled.wxm" #~ msgstr "ανώνυμο.wxm" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "Το wxMaxima είναι μια γραφική διεπαφή χρήστη για το \n" #~ "σύστημα υπολογιστικής άλγεβρας Maxima βασισμένη στα wxWidgets." #~ msgid "wxMaxima options" #~ msgstr "Επιλογές wxMaxima" #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "Συνεδρία wxMaxima (*.wxm)|*.wxm" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "έγγραφο wxMaxima (*.wxm)|*.wxm|έγγραφο wxMaxima xml (*.wxmx)|*.wxmx|" #~ "αρχείο Maxima batch (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Έψιλον:" wxmaxima-Version-18.02.0/locales/es.po000066400000000000000000007264441324204105000175410ustar00rootroot00000000000000# This file is distributed under the same license as the wxMaxima package. # Copyright © 2018 wxMaxima. # Eulogio Serradilla , 2005. # Antonio Ullan , 2005, 2006, 2007. # Mario Rodriguez , 2009-2015 # Francisco Serrador , 2017-18. msgid "" msgstr "" "Project-Id-Version: wmMaxima 17.05.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2018-01-30 21:27+0100\n" "Last-Translator: Francisco Javier Serrador \n" "Language-Team: Spanish Team \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.6\n" "X-Poedit-SourceCharset: UTF-8\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" "\n" "\n" "‘Maxima’ está actualmente usando %3.3f%% de todas las CPU disponibles." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Compatible unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Versión de Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "¡No conectado a Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "No conectado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Gráficos) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i líneas ocultas" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" " ≪¡Expresión más larga que las permitidas por la configuración de opción!≫" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "«Copiar LaTeX» añade marcadores de ecuaciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "símbolo «implica»" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "celdas %i en la cola de evaluación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "Álge&bra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Aplicar a lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Propósito para.." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Fichero de &lotes...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blema de valor límite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Estado defectuoso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "A&nálisis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forma &canónica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polinomio &característico..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Recuperar memoria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "Factoriales &combinados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplificación &compleja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Fracción continua" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copiar\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Integración &definida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Diferenciar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Editar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Eliminar variable..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Introducir matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Ejemplo..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Expandir expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Expandir &trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Exponencializar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exportar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Factorizar expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Archivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "&Calcular raíz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Generar matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Má&ximo común divisor..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "Ay&uda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrumpir\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrumpir\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Invertir matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 msgid "&List" msgstr "&Lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Cargar paquete...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "&Distribuir sobre lista(s)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "‘&Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Ayuda de ‘&Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Módulos computables..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "&Crear\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numérico" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Integración numérica" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Abrir\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Abrir...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Tramado" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Serie de &potencias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Imprimir...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Racional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Reducir trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Reiniciar ‘Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Raíces polinomiales (Real)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Guardar\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Simplificar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplificar expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplificar factoriales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplificar trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Resolver..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Especial" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Series de &Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponer matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplificación &trigonométrica" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Emplear idioma predeterminado)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infinito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [suprimidas líneas adicionales; resultado mayor del indicado en " "configuración] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "½" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "Ecuaciones 2D empleando Arte ASCII" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; %i instrucciones restantes en la celda actual" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" "Un \":lisp\" como la primera instrucción puede fallar para enviar una señal " "\"finished\"." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Se ha introducido en wxMaxima 0.8.0 un 'cursor horizontal'. Su aspecto es el " "de una línea horizontal entre celdas. Se indica dónde aparecerá una nueva " "celda al escribir o copiar una instrucción nueva." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "Un GroupCell que incluye entrada con su salida" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" "Una función o número no fue precedido por un \":\", un \"$\", un \";\" o una " "\",\".\n" "Causa más probable: una coma faltante entre dos elementos de lista." #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 msgid "A function f(a,b), named" msgstr "Una función f(a,b), nombrada" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Se ha introducido en wxMaxima 0.8.2 un nuevo formato de documento que no " "sólo guarda las instrucciones y comentarios del usuario, sino también los " "resultados. Cuando se guarde el documento, seleccione 'Documento XML " "wxMaxima' como formato." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 msgid "A page break" msgstr "Un salto de página" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Un tramado para ser embebido en la hoja del cuaderno para preceder su nombre " "con un «wx». «draw» puede ser sustituido por «wxdraw», tramado por «wxplot» " "etc." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" "Un factor de escala para la impresión. Útil para imprimir ecuaciones grandes " "en páginas psf pqueñas." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "Una sección de cabecera" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "Un espacio entre GroupCells" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 msgid "A sub-subsection heading" msgstr "Una cabecera de subsubsección" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 msgid "A subsection heading" msgstr "Una cabecera de subsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Un símbolo desde el diálogo de configuración" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" "Una variable que puede ser asignada un número para.\n" "A menudo empleado por solve() y algsys(), si hay un número infinito de " "resultados." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "&Con valor..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Interrupción de cálculo debido a error" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Acerca de…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Acerca de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Corchete de celda activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Ad&juntar matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Añadir &igualdad algebraica..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Añade una carpeta a la ruta de búsqueda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "Añade un ítem nuevo al inicio de la lista. útil para crear pilas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 msgid "Add an element to a list" msgstr "Añade un elemento a una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Añadir carpeta a ruta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Añadir igualdad al simplificador racional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Añadir fichero .wxmx a la exportación HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Añadir por &ruta..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" "Formatos de portapapeles adicionales para poner en el portapapel en copias " "ordinarias:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "Instrucciones adicionales para añadir al preámbulo LaTeX para pdfTex." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Líneas adicionales para el preámbulo de TeX:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Parámetros adicionales para ‘Maxima’ (p. ej. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Parámetros adicionales para maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Símbolos adicionales para la barra de \"símbolos\" lateral:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Tras pulsar sobre la animación creada con with_slider_draw() o similar, esta " "ranura deslizante permite cambiar de un marco actual." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "All but the 1st n elements" msgstr "Todo excepto el 1º n elemento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "All but the last n elements" msgstr "Todo excepto el último n elementos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "Todos los tipos operables (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;" "*.mac;*.out;*.xml|Documentos wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx|Sesión " "Maxima (*.mac)|*.mac|Sesión Xmaxima (*.out)|*.out|xml desde .wxmx defectuoso " "(*.xml)|*.xml" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Todos los nombres de variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "Una integración constante." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 msgid "Animation framerate..." msgstr "Frecuencia de animación..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "Líneas antialias." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "Agregar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "Agregar una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 msgid "Append a list to a list" msgstr "Agrega una lista a una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 msgid "Append a list to an existing list" msgstr "Agrega una lista a una lista existente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 msgid "Append an element" msgstr "Agrega un elemento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "Agregar un elemento a una lista existente" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Aplicar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 msgid "Apply a function to each list element" msgstr "Aplica una función a cada elemento de lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Aplica función a una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Propósito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Unimatriz:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Ilustración por" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Preguntar para guardar documentos no titulados" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Condición inicial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Auto-indentar nuevas líneas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Autoetiquetados (%i1, %o1,...)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Responder preguntas automáticamente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Cambiar automáticamente el directorio de trabajo de 'maxima' al que contiene " "el documento actual: esto es necesario si el documento realiza E/S relativas " "al directorio actual, pero hará que 'maxima' 5.35 falle al intentar " "encontrar la ruta a su propia instalación si el documento actual se aloja en " "una unidad de almacenamiento distinta de aquella en la que 'maxima' está " "instalado." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" "Automáticamente rellena dentro d respuestas conocidas desde la última " "ejecución" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Automáticamente insertar paréntesis coincidentes en controles de texto. " "Automáticamente marcaje de paréntesis pueden ser suprimidos por " "establecimiento de color respectivo para coincidir el fondo de texto " "ordinario." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Intervalo de auto-guardado (minutos, 0 significa: desactivado):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Autocortar líneas largas:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Diagr. barras..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Ficheros bat (*.bat)|*.bat|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Fichero por lotes" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "Junto con la funcionalidad habitual de deshacer que está activa cuando el " "cursor está entre celdas, wxMaxima tiene una función de deshacer que es " "activa si el cursor está dentro de una celda. Pulsando Ctrl+Z dentro de una " "celda permite hacer cambios que solo afectan a ella misma." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "Dispersión de bit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Escala dispersión de bit para exportar:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "Dispersión de bit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Bastardilla" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Cursores horizontal y vertical activos al mismo tiempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Diagrama de cajas..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Examinar" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" "Defecto: autocompletado solicitado para un tipo de elemento desconocido." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Defecto: celda abandonada sin haber entrado." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Defecto: ¡celda con negativo y positivo!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Defecto: se ha obtenido una pregunta pero sin celda asociada" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Defecto: se ha solicitado cambiar el contenido de una celda por encima del " "comienzo de la hoja del cuaderno." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Defecto: se ha solicitado eliminar el contenido de una celda por encima del " "comienzo de la hoja de cuaderno." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Defecto: se ha solicitado cambiar primero el contenido de una celda y luego " "no borrarla." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "Defecto: celda sin grupo al que pertenecer" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" "Defecto: ¡número máximo de dígitos que no está enseñado es demasiado bajo!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Defecto: faltan contenidos" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Defecto: ¡sin contador de imagen para a quien escribir!" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Defecto: ¡ninguna celda abandonada dentro de un absCell!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Defecto: ¡celda abandonada sin haber entrado!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Defecto: ¡sin última celda en un denominador!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Defecto: ¡sin última celda en un exponente de un expCell!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Defecto: ¡sin última celda en un numerador!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "Defecto: ¡sin última celda en la base de un exptCall!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Defecto: ¡sin última celda dentro de un paréntesis!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Defecto: ¡sin última celda dentro de una raíz cuadrada!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Defecto: texto cambiado, pero sin celda activa." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "Defecto: el portapapeles ya está abierto" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" "Defecto: el portapapeles no está abierto al pegar dentro de una celda del " "editor" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Defecto: intentando agregar NULL a un grupo de celdas." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Defecto: intentando agregar el resultado de 'maxima' a una celda fuera de la " "hoja del cuaderno." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Defecto: intentando arrastrar el cursor horizontalmente a un lugar interno a " "un grupo de celdas." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Defecto: intentando registrar un cambio del contenido de celda sin una celda." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" "Defecto: intentando seleccionar dentro de una celda sin tener una celda " "actual" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Defecto: acción de deshacer con ambos contenidos de celda cambian y suman " "las celdas." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" "Defecto: solicitud de deshacer para una celda fuera da la hoja del cuaderno." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "Defecto: tipado de texto desconocido" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Crear &informe" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Por defecto, Mayús+Entrar se utiliza para evaluar instrucciones, mientras " "Entrar se utiliza para introducir multilíneas. Este comportamiento se puede " "cambiar en el diálogo 'Editar→Configuración' marcando 'Introduzca evaluación " "de celdas'. Esto intercambiarán los roles de estas dos teclas de " "instrucciones." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Modificar &variable..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "C&onfigurar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Calcular &producto..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calcular su&ma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Formato real grande de la última expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Formato real de la última expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calcular módulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Calcula el valor numérico del último resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calcular productos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calcular sumas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "No se puede acceder al servidor web." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "No se puede descargar la versión." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Cancelar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "No puede iniciar el binario máximo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Canónico (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Catalán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ce&lda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Corchete de celda" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Celda termina en barra invertida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Cambiar pantalla &2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Cambiar el algoritmo de pantalla 2d empleado para enseñar la salida " "matemática" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Modificar variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Modificar variable en integral o sumatorio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polin. letra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Comprobar actualizaciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Comprobar si existe una versión de wxMaxima/Maxima más moderna." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Ji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Chino simplificado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chino tradicional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Elegir tipografía" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Elegir un formato de tramado nuevo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Clases:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Cerrar\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Cerrar ventana" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Comentarios" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Final de línea" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Funciones" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Números" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Operadores" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Cadenas de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Resaltado de código: Variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Nombres col:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Columnas:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combinar factoriales en una expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Coma seguida de paréntesis que cierra" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Coordenadas x separadas por comas" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Coordenadas y separadas por comas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 msgid "Comma-separated elements" msgstr "Elementos separados por comas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 msgid "Comma-separated equations" msgstr "Ecuaciones separadas por comas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 msgid "Comma-separated variables" msgstr "Variables separadas por comas" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "Comentario (texto de cuaderno ordinario que está enlazado a ‘maxima’)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Comentario de Selección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Descomentar el texto seleccionado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Comentar selección\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Autocompletar\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Autocompletar" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Parar completamente 'maxima' y arrancar de nuevo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 msgid "Complex infinity." msgstr "Complejo infinito." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Procesa fracción continua de un valor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Procesa la matriz adjunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Procesa el polinomio característico de una matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Procesa el determinante de una matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Procesa el máximo común divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Procesa la inversa de una matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Procesa el mínimo común múltiplo (cargar(funciones) antes de emplearlo)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condición:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Fichero de configuración (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Advertencia sobre configuración" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configurar wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Contraer Logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Convertir binomiales, funciones beta y gamma a factoriales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Convertir binomiales, funciones factoriales y beta a función gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Convertir expresión compleja a forma polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Convertir expresión compleja a forma cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Convertir función exponencial de argumento imaginario a forma trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Convertir logaritmo de un producto en suma de logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Convertir suma de logaritmos en logaritmo de un producto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Convertir a &factoriales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Convertir a &gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Convertir a forma &polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Convertir a forma &cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Convertir expresión trigonométrica a forma canónica casi lineal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Convertir funciones trigonométricas a forma exponencial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "Convierte una matriz a una lista de listas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "Convierte una lista anidada como [[1,2],[3,4]] a una matriz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copiar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Copiar entrada anterior\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Copiar resultado anterior\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copiar como imagen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copiar como LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Copiar como MathML" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Copiar como MathML (p.e. a un procesador de texto)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "Copiar como RTF" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy as SVG" msgstr "Copiar como SVG" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Copiar como texto\tCtrl+Mayús+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Copia como un texto simple" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copiar selección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 msgid "Copy selection from document as an SVG image" msgstr "Copia una selección desde documento como una imagen SVG" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copia una selección del documento como una imagen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Copia una selección del documento como un RTF el cual un procesador de texto " "quizá entienda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copia una selección del documento como texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copia una selección del documento en formato LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "Copia una selección del documento en formato MathML muchos procesamientos de " "texto pueden ver como ecuación de 2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 msgid "Create a list" msgstr "Crea una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "Crea una lista como un almacén para los valores de variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 msgid "Create a list from a rule" msgstr "Crea una lista desde una regla" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 msgid "Create a list from another list" msgstr "Crea una lista desde otra lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "Crea una lista desde elementos separados por coma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Crea una celda con la anterior entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Crea una celda con la anterior salida" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "Crea f(a,b) en el momento, contenidos:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 msgid "Create list" msgstr "Crear lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "Crea lista desde elementos separados por coma" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Cortar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Cortar\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Cortar selección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Checo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matriz de datos:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Fichero de datos (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Datos:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Depurado: vigilar el flujo de salida de ‘maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Descomponer función racional en fracciones simples" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Predeterminado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Animaciones de frecuencia predeterminada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Tipografo predeterminada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Tamaño predeterminado de tramados en sesiones de 'maxima' nuevas:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "Puerto predeterminado para comunicación con wxMaxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Define la frecuencia de imágenes (marcos por segundos) para la reproducción " "de animaciones." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "Define si una animación está autoiniciada o solo pulsándola." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Borrar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Borrar f&unción..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Selección de Borrado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Borrar v&ariable..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Borra una función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Borra una variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Borra todas las variables de la memoria" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Borrar función(es):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Borrar variable(s):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Denom. deg:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Profundidad:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivada:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Desviación..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vidir polinomios..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Difer..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Diferencial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Expresión diferencial" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Diferencial..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Dirección:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Tramado discreto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Enseñar formato Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Enseñar algoritmo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "Display equations" msgstr "Enseñar ecuaciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Enseñar último resultado en formato TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Enseñar tiempo empleado para evaluar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "División" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Dividir Celda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Dividir celda\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dividir números o polinomios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Divide esta celda de entrada en dos celdas" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "División entre 0." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 msgid "Do for each list element" msgstr "Hace para cada elmento de lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "¿Quiere guardar los cambios hechos al documento «%s»?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Fondo del documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "El documento ha sido guardado empleando una versión más moderna de wxMaxima, " "por lo que es posible que no se cargue correctamente. Por favor, actualice " "wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "El documento fue guardado utilizando una versión moderna de wxMaxima. Por " "favor, actualice wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Clase de documento para exportar en TeX:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "No guardar" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Descender" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "Ecuaciones (&Q)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Salir\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Ve&ctores propios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "&Valores propios" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" "O una expresión simple o una lista separada por comas de expresiones entre " "paréntesis. Dentro del último caso el resultado de expresión listada dentro " "del paréntesis es utilizado." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" "O bien negativo o bien cero.\n" "Un resultado positivo de sign()." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" "O bien positivo o cero.\n" "Un resultado posible de sign()." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" "O bien positivo, negativo o cero.\n" "Comúnmente el resultado del sign() si el signo no puede ser determinado." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "Elemento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "Elemento:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Elimina una variable de un sistema de ecuaciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Fin de prueba" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "inglés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Introducción de Datos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Introducir matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Introduce una matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Introduce una ecuación para simplificación racional:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Introduce una lista de variables separadas por comas." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Tecla retorno evalúa celdas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Introducir matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Introduzca una diapositiva animada [Hz, entero]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Introduzca una nueva precisión para reales grandes:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Introducir la ruta al ejecutable Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Épsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Épsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "Equation" msgstr "Ecuación" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Ecuación %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Ecuación(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Ecuación:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "Ecuaciones tienen varias desventajas sobre funciones. Por ejemplo pueden ser " "manipulados con factor(), expan() y funciones similares. Pueden introducirse " "fácilmente una en otro. También son simple impresas como matemáticas de 2D." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Ecuaciones:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Error" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "¡Error!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Evaluar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Evaluar formas &nominales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Evaluar todas las celdas\tCtrl+Mayús+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Evaluar todas las celdas visibles\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Evaluar Celda(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Evaluar Celdas Superiores" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Evaluar celdas superiores\tCtrl+Mayús+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Evaluar Celdas Inferiores" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Evaluar parte\tMayús+Ctrl+Intro" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Evaluar sección\t\tMayús+Ctrl+Intro" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Evaluar sub-subsección\tMayús+Ctrl+Intro" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Evaluar subsección\tMayús+Ctrl+Intro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Evalúa celda(s) activas o seleccionada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Evalúa todas las celdas del documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Evalúa todas las formas nominales en una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Evalúa todas las celdas visibles del documento" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Evalúa el fichero desde su comienzo hasta la celda sobre el cursor" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Evaluar hasta el punto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Ejemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Texto de ejemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Ejemplos:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "Ejecuta una orden para cada elemento de la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Sale de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Expandir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Expandir (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Expandir Expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Expandir Logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Expande una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Expande expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Exportar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Exportar animaciones a TeX (las imágenes tendrán movimiento solo si el visor " "PDF lo admite)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exportar documento a fichero HTML o pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Exportar ecuaciones a HTML como:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Exportación fallada." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Exportación correcta." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "¡Ha fallado la exportación a HTML!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "¡Ha fallado la exportación a TeX!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "¡Ha fallado la exportación a fichero por lotes de ‘maxima’!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Exportando..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expresión" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expresión(es):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expresión:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "Extraer Elementos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "Extrae un valor actual para una variable" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "Extrae un valor de variable desde una lista de valores variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 msgid "Extract function arguments" msgstr "Extrae argumentos de función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 msgid "Extract list Elements" msgstr "Extraer Elementos de lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 msgid "Extract the argument list from a function call" msgstr "Extrae la lista de argumento desde una llamada a función" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 msgid "Extract the last n elements from a list" msgstr "Extrae los últimos n elementos desde una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "Extrae n elemento desde una lista. Lento para n>>0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "Extraer el valor para una variable asignada dentro de una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Factorizar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Factorización Compleja" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Factorizar Expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Factorizar una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Factorizar una expresión en números gausianos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Factoriales y &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Error fatal" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figura %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Fichero" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "El fichero no se ha podido abrir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "El fichero no se ha encontrado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Fichero abierto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "El fichero que ha intentado abrir no existe." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Fichero:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Encontrar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Encontrar\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Encuentra &límite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Encuentra mínimo..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Calcular raíz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Encuentra un mínimo (sin restricciones) de una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Encuentra un límite de una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Encuentra una raíz de una ecuación en un intervalo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Encuentra todas las raíces de un polinomio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Encuentra todas las raíces reales de un polinomio (real doble)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Encontrar y Sustituir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Encuentra y sustituye" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Encuentra los valores propios de una matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Encuentra los vectores propios de una matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Encuentra mínimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Encuentra las raíces reales de un polinomio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Calcular raíz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Encontrar:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "finlandés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "Primero" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Ajustar los índices de orden (%i y %o) antes de guardar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Tipograma de ancho fijo en controles de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Encarpetar todo\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Encarpeta todas las secciones" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Seguir" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema tipográfico: altura de carácter demasiado pequeña. Instalando " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html y " "comprobando \"Use JSmath fonts\" en el diálogo de configuración debería " "resolver el problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema tipográfico: el símbolo sqrt() tiene tamaño 0. Instalando http://" "www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html y comprobando " "\"Use JSmath fonts\" en el diálogo de configuración debería resolver el " "problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "¿Problema tipográfico? El contenido de sqrt() tiene tamaño 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Tipografía usada para ver dentro del documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Tipografía usado para ver caracteres matemáticos en el documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Tipogramas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "Si cada Text-, Seccionado o código de celdas puede enseñar un corchete " "wxMaxima puede enseñar un corchete mostrando la extensión de la celda " "extendida" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" "Para creación más rápida de celdas existen los siguientes enlaces:\n" "\n" " Ctrl+0: Celda matemática cell\n" " Ctrl+1: Celda textual\n" " Ctrl+2: Celda titular\n" " Ctrl+3: Celda seccional\n" " Ctrl+4: Celda subseccional\n" " Ctrl+5: Celda sub-subseccional" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formato:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Marco %i de %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "Tipo de marco" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "francés" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Origen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Pantalla completa\tAlt+Retorno" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Función" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 msgid "Function name" msgstr "Nombre de función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Nombres de funciones" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Función(es):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Función:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funciones para la simplificación compleja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funciones para simplificar factoriales y función gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funciones para simplificar expresiones trigonométricas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "MCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Imagen GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "gallego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matemática Común" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Matemática común\tAlt+Mayús+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Generar Matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Generar matriz a partir de expresión..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Genera una matriz a partir de una tabla de 2 dimensiones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Genera una matriz a partir de una expresión lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "Genera una lista nueva empleando elementos de lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" "Genera un almacén para valores variables que pueden ser introducidos dentro " "de ecuaciones en cualquier momento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "Genera elementos de lista empleando una regla" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "alemán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Calcular parte &imaginaria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Calcular &series..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Obtiene la transformada de Laplace de una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Calcular parte &real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Obtiene la transformada inversa de Laplace de una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Calcula el desarrollo de Taylor o serie de potencias de la expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Obtiene la parte imaginaria de una expresión compleja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Obtiene la parte real de una expresión compleja" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Se solicitó una acción de deshacer que requiere un borrado que no es posible " "realizar en este momento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "griego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Letras Griegas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Letras griegas\tAlt+Mayús+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constantes griegas" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Cuadrícula:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "Fichero HTML (*.html)|*.html|Fichero por lotes 'maxima' (*.mac)|*.mac|" "Fichero pdfLaTeX (*.tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Ayuda" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Ocultar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Ocultar herramientas\tAlt+Mayús+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Ocultar Código" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Ocultar celda de códigos\tAlt+Mayús+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Ocultar Parte" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Ocultar Sección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Ocultar Subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Ocultar Subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Ocultar todos los paneles" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "Ocultar índice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "Oculta los corchetes que marcan la extensión de las celdas de la hoja en el " "lado derecho de ella y que contiene el botón “oculto” de la celda si ésta no " "está activada." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Resaltado (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histograma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histograma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Historia\tAlt+Mayús+I" # Corrección con borrar #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "El cursor horizontal funciona como un cursor normal, pero opera con celdas: " "pulsar cursores arriba y abajo para moverlo; manteniendo pulsada la tecla " "Mayúscula mientras se mueve se seleccionan celdas, pulsando Retroceso o " "Borrar dos veces borrará una celda contigua." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "Como enseñar ecuaciones nuevas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "húngaro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Idéntico a" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Si múltiples celdas son evaluadas de una vez: interrumpe el cálculo si " "wxMaxima detecta que 'maxima' ha encontrado un error." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Si no es extremadamente largo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Si no es muy largo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Si los números son más largos que esta cantidad de dígitos, se enseñarán de " "forma abreviada con tres puntos suspensivos." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Si está activada la función \"Auto-guardar\" en el diálogo de configuración " "wxMaxima actúa como apps móviles que respalda el fichero cada pocos minutos " "y lo guardan al cerrar." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" "Si la tipografía proporciona símbolos de paréntesis grandes: Empléelos " "cuando paréntesis grandes son necesarios para enseñar matemáticas." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Si ha transcurrido este número de minutos desde la última vez que se guardó " "el fichero, al fichero ya tiene asignado un nombre y (por haber abierto o " "guardado previamente) y el teclado ha estado inactivo por más de 10 " "segundos, entonces se guarda el fichero de forma automática. Si este número " "es cero, no hay almacenamiento automático." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Si esta opción está activa, la contenido .wxmx del fichero actual se copia " "en un lugar hacia el que se podrá enlazar." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Si deducciones de wxMacima donde ‘maxima’ espera el fichero de inicio está " "equivocado a la derecha del directorio para el fichero de inicio está en la " "salida de impresión de ‘maxima’ en respuesta a la función\n" "\n" " maxima-user_dir;\n" "\n" "El fichero no sería leído por ‘maxima’ si wxMaxima no está utilizado. Para " "añadir funciones de inicio que son ejecutados en este caso, también, " "añádalos a maxima-init.mac, en su lugar." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Si wxMaxima adivina donde espera el fichero de inicio de ‘maxima’ para estar " "en el directorio correcto equivocado para el fichero de inicio esté en la " "salida de impresión de maxima para la función\n" "\n" " maxima-user_dir;\n" "\n" "El fichero no sería leído por ‘maxima’ si wxMaxima no está en ejecución. " "Para añadir funciones de inicio que sean ejecutadas en este caso, también, " "por favor añádalas a maxima-init.mat, en su lugar." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Si se teclea un operador (+*/^=,) como primer símbolo en una celda de " "entrada, se insertará automáticamente % antes del operador como en una " "calculadora gráfica. Se puede desactivar esta acción en el diálogo " "'Editar→Configurar'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Si un cálculo dura mucho tiempo, se puede parar seleccionando 'Maxima → " "Interrumpir' o 'Maxima → Reiniciar Maxima' en el menú de instrucciones." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Imagen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Ficheros gráficos (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "Con el fin de ver cómo afecta un parámetro de una ecuación de wxmaxima se " "proporciona estas instrucciones que comienzan con \"with_slider_\" y que " "crea animaciones. Un ejemplo podría ser:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6,7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "Dentro de las listas de Separadores de celdas de texto pueden ser creadas " "empezando con una línea \" * \". El número de espacios en frente de la \"*\" " "determina el nivel de indentación; La indentación puede ser continuada en la " "siguiente línea por indentando la línea empleando espacios." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "En la exportación LaTeX: ponga exponentes posteriores a una subexpresión en " "lugar de encima de ellas. Quizá facilitar la lectura con algunas tipografías " "y subscriptores breves." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Incluir columnas:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Búsqueda Incremental" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "Final de índice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "Inicio de índice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "Paso de índice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 msgid "Index variable:" msgstr "Índice de variable:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "Infinitesimal por encima de cero." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "Infinitesimal por debajo de cero." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Información sobre la compilación de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimaciones iniciales:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Problema de valor inicial (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Problema de valor inicial (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Etiquetas entrantes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Insertar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Insertar % antes de un operador al inicio de una celda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Insertar celda de &sección\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Insertar celda de &texto\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Insertar celda\tAlt+Mayús+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Insertar Imagen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Insertar imagen..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 msgid "Insert Input &Cell\tCtrl+0" msgstr "Inserta &celda de entrada\tCtrl+0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Insertar Salto de Página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Insertar celda de s&ubsección\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Insertar celda de s&ubsubsección\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Insertar celda de sección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Insertar celda de subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Insertar celda de subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Insertar celda de t&ítulo\tCtrl+2" # Verificar si es pulsación para maysculasóú #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Insertar Celda de Texto" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Insertar Celda de Título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Inserta una nueva celda de entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Inserta una nueva celda de sección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Inserta una nueva celda de subsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Inserta una nueva celda de subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Inserta una celda de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Inserta una celda de título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Inserta un salto de página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Insertar imagen" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Números y letras únicas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Símbolo integral" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/Sumatorio:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrar (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integrar expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integrar expresión con algoritmo Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrar..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "Corchete de celda oculta inteligentemente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 msgid "Interleave" msgstr "Interliniado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 msgid "Interleave the values of two lists" msgstr "Interlineado de valores de dos listas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 msgid "Interleave two lists" msgstr "Interlineado de dos listas" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interrumpir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interrumpir el cálculo actual" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Interrumpir cálculo actual. Para reiniciar la sesión de 'maxima' pulsar el " "botón a la izquierda de éste." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "Introduce una lista de valores actuales dentor de una ecuación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" "Introduce los valores actuales para variables almacenadas dentro de la lista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrada no válida para el programa Maxima.\n" "\n" "Por favor, introduzca de nuevo la ruta al programa Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Laplace inversa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "T&ransformada inversa de Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" "Emitir una notificación si ‘maxima’ finaliza calculando mientras que la " "ventana de wxMaxima no está en el foco." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "Es posible añadir símbolos apropiados para la barra lateral \"símbolos\" " "copiándolos dentro del campo respectivo en el dialogo de configuración." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "Es posible definir bibliotecas de 'Maxima' reutilizables con wxMaxima que " "pueden ser empleadas posteriormente por la función load(). Lo único que se " "necesita hacer es exportar un fichero dentro del .mac o guardarlo dentro del " "formato .wxm. Note, sin embargo, que unos pocos caracteres como el símbolo " "«no igual» para «#» están manipulados por wxMaxima, no por ‘maxima’ y por lo " "tanto no puede ser reconocido por la función load()." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" "Por lo tanto crea tiene sentido aplicar los valores conocidos para variables " "como después sea posible." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "italiano" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Itálica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "Ítem" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "Iterador:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "japonés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "Saltar al primer error" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "El salto a la primera celda de ‘maxima’ ha indicado un error interno." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Kabil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Mantener el símbolo porcentual en constantes especiales: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MCM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" "LaTeX: Colocar exponentes después de las expresiones, en lugar de sobre ellas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "Latex: utilizar el símbolo de \"derivada parcial\" para representar diff()" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Ancho de etiqueta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Idioma usado para IGU de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Idioma:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformada de Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "Último" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Last n" msgstr "Último n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "Tiende a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Mínimo común múltiplo..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Ajuste por Mínimos Cuadrados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Ajuste por mínimos cuadrados..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "Lado izquierdo del “=”" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "Longitud" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Las biblioteca pueden accederse por cualquier proceso de wxMaxima, " "independientemente del directorio donde se ejecuta, si éste se coloca en el " "directorio del usuario. Esta carpeta puede encontrarse tecleando " "maxima_userdir" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Límite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Límite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regresión lineal..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "List" msgstr "Lista" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 msgid "List name:" msgstr "Nombre de lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "Lista con valores" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Lista(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List1" msgstr "Lista1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List2" msgstr "Lista2" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Cargar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Cargar Paquete" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Carga un fichero ‘Maxima’ empleando la instrucciones del batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Cargar un paquete ‘Maxima’" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Leer estilo desde un fichero" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Larga Derecha flecha" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Cota inferior:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "RESPUESTA DE ‘MAXIMA’:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Distribuir sobre &matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barra de herramientas principal\tAlt+Mayús+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Construir &lista..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Construir lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Construir una lista a partir de una expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Hacer una sustitución en una expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Distribuir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Distribuir una función a una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Distribuir una función a una matriz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "Distinguir MAY/min" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Coincidir paréntesis en controles de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Tipograma matemático:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 msgid "Math output" msgstr "Salida matemático:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "MathJAX crear representaciones escalable de Alta Calidad de 2D Maths que " "pueden ser empleadas para Arrastre y Soltar y proporciona opciones de " "accesibilidad. La desventaja de MathJAX es que requiere JavaScript y un poco " "de tiempo para que se vean los tipos de puntos de las ecuaciones.\n" "MathML es mucho más rápido que MathJaX, si esta apoyado por el explorador. " "Sin embargo muchas implementaciones de distribuciones de bit de MathML les " "faltan muchas características necesarias.\n" "Las distribuciones de bit tienden a requerir más anchura que las otras dos " "opciones. Les falta apoyo de características avanzadas como arrastre y " "soltado o accesibilidad.También tienen problemas de alineamiento y escaladas " "con el resto del texto y quizá emplean tipogramas que no coincidan con el " "resto del documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "MathML + MathJAX como Relleno-Interno" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "MathML como HTML" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "Descripción MathML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Símbolos Matemáticos" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "Matemáticas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Distribuir matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nombre de matriz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "Matrix para Lista anidada" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matriz:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "‘Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 msgid "Maxima asks a question" msgstr "‘Maxima’ pregunta una duda" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "¡‘Maxima’ pregunta una duda!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "‘Maxima’ asigna cada función/ecuación una etiqueta automáticamente (la cual " "es similar a %i1 o %o1). Si una función comienza con un nombre descriptivo " "seguido por un ‘:’ wxMaxima llamará al nombre descriptivo una “etiqueta de " "usuario-definido” en su lugar. Esta selección ahora permite llamar a " "wxMaxima si solo mostrar etiquetas automáticas, etiquetas automáticas si no " "son unas definidas por el usuario o ninguna etiqueta hasta que pueda " "encontrarse una etiqueta definida por el usuario por heurística en wmMaxima. " "Si los etiquetados automáticos han suprimido espacios verticales " "adicionales, se añaden espacios verticales adicionales entre ecuaciones con " "el cual facilitar distinguir cual línea comienza una ecuación nueva y cual " "solo continúa la cual viene desde la última línea." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 msgid "Maxima code" msgstr "Código «Maxima»" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "Funciones de ‘Maxima’ para ser ejecutadas en cada inicio de ‘Maxima’: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "Funciones de ‘Maxima’ para ser ejecutadas en cada inicio de ‘Maxima’: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "‘Maxima’ ha terminado el cálculo." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "¡‘Maxima’ ha emitido un error!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Entrada de ‘Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "‘Maxima’ está calculando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "‘Maxima’ preparada para la entrada." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Paquete de ‘Maxima’ (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Paquete de ‘Maxima’ (*.mac)|*.mac|Paquete Lisp (*.lisp)|*.lisp|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Proceso de ‘Maxima’ terminado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programa ‘Maxima’:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "Maxima no proporciona ninguna instrucción de tipo «olvidar todo» que deshaga " "todas las opciones de la sesión de 'maxima' pueda hacer. wxMaxima entonces " "normalmente comienza un proceso nuevo, fresco, de 'maxima' cada vez que el " "cuaderno está para ser re-evaluado. Como esto requiere un poco de tiempo " "este característica puede ser desactivada." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Opciones de ‘Maxima’" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima iniciado. Esperando la conexión..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 msgid "Maxima startup file location: " msgstr "Lugar del fichero de inicio ‘Maxima‘: " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "‘Maxima’ tiene apoyo para tres tipos de números: fracciones exactas (que " "pueden ser generados por ejemplo tecleando 1/10), coma real común IEEE (0'2) " "y reales grandes de precisión arbitraria (1b-1). Nótese que dada su " "representación binaria interna (no decimal), no es posible disponer de un " "número de común IEEE que sea exactamente igual a 0'1. Si se utilizan números " "en coma real (flotante) en lugar de fracciones, 'Maxima' puede introducir " "(pequeños) errores y utilizar, por ejemplo, la fracción " "3602879701896397/36028797018963968 en lugar de 0'1." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima utiliza ':' para asignar valores ('a : 3;') a una variable y ':=' " "para definir funciones ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Versión de Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 msgid "Maxima warnings" msgstr "Advertencias Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "Función \"at\" de ‘Maxima’ permite acceder a variables arbitrarias dentro de " "una lista de resultados:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "Potencia de ‘Maxima’ yace en operaciones simbólicas." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "Las características de 'maxima' son manipulando ecuaciones y en cálculos " "simbólicos. Por lo tanto hace útil para emplear funciones (como opuestas a " "ecuaciones con etiquetados) desarrollando y conservando los valores deseados " "de variables en una lista, en lugar de asignaciones directas en esos " "valores. Como ejemplo de sesión que no hace debería ser:\n" "\n" "/* Conservamos los valores actuales en una lista para que podamos usarla más " "tarde */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "‘Maxima’, el programa que hace las matemáticas actuales y wxMaxima, la cual " "enseña el cuaderno de trabajo están utilizando procesos separados. Esto " "significa que incluso si ‘maxima’ bloquea a wxMaxima (y por lo tanto el " "cuaderno) se mantiene intacto. Ambos programas se comunican a través de un " "'enchufe' a la red local. Esta vez este 'enchufe' no ha podido crearse por " "lo cual quizá esto está causado por un cortafuego que se configura para no " "solo interceptar conexiones desde fuera, sino también interceptar las " "conexiones entre dos programas en la misma máquina." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "‘Maxima’, el programa que hace las matemáticas actuales y wxMaxima, la cual " "enseña el cuaderno están utilizando procesos separados. Esto significa que " "incluso si ‘maxima’ bloquea a wxMaxima (y por lo tanto el cuaderno) se " "mantiene intacto. Actualmente los dos programas no están comunicados con los " "otros lo cual significa que ‘maxima’ está aún iniciado o no ha podido ser " "iniciado. Alternativamente puede ser causado por un cortafuegos que esté " "configurado para no esté configurado para conexión desde fuera, sino también " "para interceptar conexiones entre dos programas sean ejecutadas desde la " "misma máquina. Otra razón para que no se inicie ‘maxima’ quizá es que " "‘maxima’ no puede ser encontrado (vea el diálogo de Configuración de " "wxMaxima para una manera de especificar la ubicación de ‘maxima’) o no está " "dentro de un lugar de trabajo." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "‘Maxima’, el programa que hace las matemáticas actuales está inicializado " "como un proceso separado. Esto tiene la ventaja que un cuelgue de ‘maxima’ " "no puede bloquear a wxMaxima, la cual enseña el cuaderno.\n" "Este icono indica si el dato está transferido entre ‘maxima’ y wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Número máximo de dígitos a enseñar:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Test diferencial de medias..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Test media..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Media..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Media:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Unión de Celdas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Unir celdas\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Une el texto de dos celdas de entrada en una sola" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Mensaje de la salida estándar de Maxima: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Método:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Paréntesis no pareados" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Módulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" "Más probablemento fue intentado a abrir algo a una lista que no es un " "lista.\n" "Encerrando el elemento nuevo para la lista dentro de un corchete ([]) " "conviértelo a una lista y y hacerlo agregado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" "Muchas cuestiones pueden ser evitadas empleando las funciones assume() y " "declare()" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Mu" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nombre:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "Lista anidada para Matriz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Nunca" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Crear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Crear\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Crear documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Crear lineas: omitir al texto" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Crear valor:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Crear variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Instrucción siguiente\tAlt+↓" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "Ecuaciones Gráficas Detalladas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "No" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" "No hay símbolo de dólar ($) ni de punto y coma (;) al final de la instrucción" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "¡No se encontraron coincidencias!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Test de normalidad..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" "Comúnmente las máquinas emplean números de punto flotante que pueden ser " "manipulados incrementalmente rápidas mientras" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Normalmente html espera que las imágenes sean de baja resolución para " "ahorrar memoria. Estas imágenes tienden a verse borrosas en pantallas " "modernas. Esta opción se introduce para seleccionar el factor mediante el " "cual la exportación HTML aumenta la resolución respecto de su valor por " "defecto." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Noruego" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "¡La dimensión de la matriz no es válida!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "¡El número de ecuaciones es incorrecto!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "No conectado a maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "No conectado." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Nu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Num. deg:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 msgid "Number of elements" msgstr "Número de elementos:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Número de ecuaciones:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Números" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Aceptar" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Valor antiguo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Variable antigua:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Ómicron" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Una vez establecida la conexión local entre 'maxima' y wxMaxima, 'maxima' no " "necesita enviar mensajes por el flujo de salida estándar, por lo que todo el " "flujo de salida debería convertirse en un mensaje; El lisp ejecutando " "'maxima' enviará mensajes de error eventuales utilizando el flujo de " "mensajes de error del sistema en su lugar. Si esta caja se comprueba no " "veremos nada más de las indicaciones de salida de maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Una muestra test-t" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutoriales por conexión" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Únicamente etiquetas definidas por el usuario" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Abrir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Abrir reciente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Abre una celda cuando 'maxima' espera una entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Abre un documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Abre una ventana nueva" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Abrir documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Abrir matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Abriendo fichero" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opciones" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opciones:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" "Otras unimatrices que son declaradas dentro de listas hay ningúna forma de " "omitir para determinar las direcciones de los n elementos que iteran desde " "un elemento a otro hasta que el n elemento sea alcanzado. Lo cual no es un " "fenómeno escecífico de ‘maxima’ pero el precio tiene que pagar para las " "listas que son una forma más fácil para redimensionar que unimatrices " "declaradas. Si la dirección del elemento actual es conocido iterando al " "siguiente es trivial, por lo que,\n" "\n" " para i en lista hacer \n" " \n" " makelist(expresion,i,lista)\n" "\n" " proporciona caminos altamente eficientes para hacer algo en cada elemento " "de lista." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Celdas obsoletas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Etiquetas de salida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "&Aproximación de Padé..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Imagen PNG (*.png)|*.png|Imagen JPEG (*.jpg)|*.jpg|Dispersión de bit Windows " "(*.bmp)|*.bmp|Animap portable (*.pnm)|*.pnm|Formato de imagen Tagged (*.tif)|" "*.tif|Distribución de bit X (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Aproximación de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Aproximación de Padé de una serie de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Salto de página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Paralelo a" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Tramado paramétrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "&Fracciones parciales..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Fracciones parciales" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "¡Lectura del documento parcialmente correcta!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Lectura del documento parcialmente correcta:\n" "Se encontró etiqueta XML desconocida " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Pegar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Pegar\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Pegar desde el portapapeles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Pegar texto desde el portapapeles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Perpendicular a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Fi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagrama de sectores..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configure wxMaxima con 'Editar→Configurar'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "¡Reinicie wxMaxima para que los cambios tengan efecto!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Tramado 2d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Tramado 3d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Formato de tramado..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Tramado 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Tramado 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Tramado 2d..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Tramado 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Tramado 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Tramado 3d..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Formato de tramados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Tramado en 2 dimensiones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Tramado en 3 dimensiones" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Tramado al fichero:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punto:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polaco" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinomio 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinomio 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "Soltar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugués (brasileño)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Fichero PostScript (*.eps)|*.eps|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Precisión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Preferencias...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Pulsando Ctrl+Espacio o Ctrl+Tabulador se inicia una función de " "autocompletado que puede no solo completar todas las funciones que están " "integradas en el núcleo de 'maxima' y sus parámetros: También conoce acerca " "de parámetros desde los paquetes actualmente cargados y desde funciones que " "están definidas en el fichero actual." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Instrucción anterior\tAlt+↑" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprimir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprimir documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 msgid "Print scale:" msgstr "Imprimir escala:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Enseña los corchetes de celda [dibujados a la izquierda]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Producto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Símbolo productorio" # Ψ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "Empujar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "RTF con matemáticas OMML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Monitor XML crudo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Evaluar todas las celdas por encima del cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Reevaluar todas las celdas por debajo de la que está bajo el cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Leer matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Leyendo salida de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Preparado para la entrada de usuario" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Llama a la instrucción siguiente del historial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Llama a la instrucción anterior del historial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Long. ficheros recientes:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forma Cartesiana" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Rehacer\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Rehacer último cambio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Reducir (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Simplificar expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Rechazado enviar una celda a maxima: " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Quitar todas los resultados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" "Quita todos los elementos que aparecen dos veces en una fila. Normalmente " "empleados en conjunción con ordenación." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 msgid "Remove an element from a list" msgstr "Quita un elemento desde una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "Quita duplicados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Quitar resultados desde las celdas de entrada" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Sustituir todo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Sustituir %d coincidencias." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Sustitución:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Enviar un defecto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Reiniciar 'maxima'" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 msgid "Restict Maximum size" msgstr "Restringir tamaño Máximo" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 msgid "Restrict Maximum size" msgstr "Restringir tamaño Máximo" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" "Devuelve el primer ítem de la lista y quítalo desde la lista. Útil para " "crear pilas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "Devuelve lal ista sin su primer n elementos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "Devuelve la lista sin sus n elementos últimos" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Volver a la celda que se está evaluando actualmente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "Devuelve una ítem de lista arbitrario" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "Devuelve el primer elemento de la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "Devuelve el último elemento de la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "Devuelve los últimos n elementos de la lista " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "Devuelve la longitud de la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "Devuelve la lista sin sus primeros n elementos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "Devuelve la lista sin sus últimos n elementos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "Inverso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "Invierte el orden de los ítemes de la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Ro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Flecha derecha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "Lado derecho al \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integración Risch..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Raíces de &polinomio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Raíces de polinomio (real doble)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Filas:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "Regla:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "Ejecuta cada elemento a través de una función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Ruso" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "ENVIADO A MAXIMA:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "Gráficos SVG" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Muestra 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Muestra 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Muestra:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Guardar" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Guardar animación..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Guardar Como" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Guardar como...\tMayús+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Guardar imagen..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Guardar Selección como Imagen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Guardar selección como imagen..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Guardar animación como fichero" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Guardar documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Guardar documento como" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Guardar solo este número de operaciones en el búfer de deshacer. 0 significa " "guardar un número infinito de operaciones." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Guardar disposición de paneles" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Guarda disposición de paneles entre sesiones." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Guarda tramado a fichero" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Guardar selección del documento a un fichero de imagen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Guardar selección en un fichero" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Guardar estilo a un fichero" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Guarda el tamaño/posición de la ventana de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Guarda tamaño/posición de la ventana de wxMaxima entre sesiones." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Guardado fallado." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Guardado correcto." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Guardando..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "Gráficos Vectoriales Escalables (svg)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Diagrama de Dispersión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Diagrama de dispersión..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Sección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Celda de sección" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Algo ha fallado con la tipografía. Instalando http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html y comprobando \"Use JSmath fonts\" " "en el diálogo de configuración debería resolver el problema." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Algo ha fallado con la tipografía matemática. Instalando http://www.math." "union.edu/~dpvc/jsmath/download/jsMath-fonts.html y comprobando \"Use JSmath " "fonts\" en el diálogo de configuración debería resolver el problema." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Selección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Seleccionar Todo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Seleccionar todo\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Seleccionar programa Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Seleccionar Submuestra" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Selecciona una constante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Seleccionar todo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Seleccionar el algoritmo de vista matemática" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Seleccionando una parte del resultado y pulsando el botón secundario " "emergerá un menú con funciones que se podrán aplicar sobre la selección." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Selección" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Series" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Series..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Servidor iniciado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Ajustar Aumento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Ajustar &precisión real grande..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Ajusta un tipo de letra de tamaño constante para controles de texto." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "Establece el tamaño máximo de la imagen [en mm]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Ajustar formatos tramados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 msgid "Set the frame rate for animations." msgstr "Establece el tipo de marco para animaciones." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Ajustar la precisión de los números que se define como real grande. Tales " "números se pueden generar escribiendo 1'5b12 o bfloat(1'234)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Establecer ampliación al 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Establecer ampliación al 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Establecer ampliación al 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Establecer ampliación al 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Establecer ampliación al 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Establecer disminución al 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Establecer condiciones iniciales para resolver EDO mediante la transformada " "de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Configurar cálculo de módulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Mostrar &definición..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Mostrar &funciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Mostrar &sugerencias..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Mostrar &variables" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Mostrar la ayuda de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Mostrar plantilla\tCtrl+Mayús+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Mostrar una sugerencia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Mostrar todas las instrucciones similares a:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Muestra un ejemplo para la función:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Muestra un ejemplo de utilización" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Mostrar instrucciones similares a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Mostrar las funciones definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Mostrar las variables definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Mostrar la definición de una función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "Mostrar ecuaciones en su formulario lineal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Mostrar plantilla de función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "Mostrar etiquetas:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Mostrar expresiones largas en el documento de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Mostrar expresiones largas:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 msgid "Show section numbers" msgstr "Mostrar números de sección" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Mostrar la definición de la función:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Ayuda de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Simplificar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplificar &radicales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Simplificar (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Simplificar (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplificar Expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplificar una expresión que contiene factoriales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplificar una expresión que contiene radicales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplificar expresión racional" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplificar la suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplificar una expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Desde wxMaxima 0.8.2 se pueden insertar imágenes en los documentos. " "Seleccione 'Celda → Insertar imagen...' en el menú de instrucciones. Téngase " "en cuenta que debe guardar el documento en formato 'Documento xml wxMaxima' " "si quiere que se almacene la imagen junto con el resto del documento." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Solución:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Resolver" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Resolver sistema &algebraico..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Resolver sistema &lineal..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Resolver &EDO..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Resolver (polinomial)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Resolver EDO" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Resolver EDO con Lapla&ce..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Resolver EDO..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Resolver sistema algebraico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Resolver sistema algebraico de ecuaciones" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Resolver problema de contorno para una EDO de segundo orden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Resolver ecuación(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Resolver ecuación(es) con to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Resolver problema de valor inicial para EDO de primer grado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Resolver problema de valor inicial para EDO de segundo grado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Resolver sistema lineal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Resolver sistema de ecuaciones lineales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Resolver ecuación diferencial ordinaria de grado máximo 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Resolver ecuaciones diferenciales ordinarias con la transformada de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Resolver..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Algunos visores PDF pueden mostrar imágenes en movimiento y wxMaxima puede " "generarlas. Si esta opción se selecciona, téngase en cuenta que pueden ser " "necesarios paquetes adicionales de LaTeX para compilar el resultado." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "Algo como f(x_1,x_2)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "Ordenar" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "Criterio de ordenación:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 msgid "Sort a list" msgstr "Ordena una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 msgid "Source list:" msgstr "Lista origen:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Español" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constantes especiales" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Iniciar Animación" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Inicializar un 'maxima' nuevo para cada re-evaluación" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Iniciar o detener animación" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Iniciar y detener la animación seleccionada que ha sido creada con la clase " "de instrucciones with_slider" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Iniciar buscando mientras la frase a buscar está aún siendo tecleada." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Falló el inicio de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Iniciando ‘Maxima’..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "El inicio del servidor ha fallado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Iniciando servidor en el puerto %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "Funciones de inicio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Estadística" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Estadística\tAlt+Mayús+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Cadenas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Estilo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Estilos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Submuestra..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Subsección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Celda de subsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Sust…" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Sustituir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Sustituir..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Subsubsección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Celda de subsubsección" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Sumatorio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Signo sumatorio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Símbolos\tAlt+Mayús+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "Símbolos que han entrado o copiado aquí aparecerá dentro de la barra lateral " "en inglés para que puedan ser introducidos dentro la la hoja de trabajo " "fácilmente." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Información del sistema" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Índice de Contenido" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "Índice de Contenidos\tAlt+Mayús+T" # Τ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Series de Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX, interpretado por MathJaX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Solo texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Celda de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Fondo de celda de texto" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "Las celdas de texto pueden conservar Citaciones que como marcadas como " "dichas comenzando una línea con \" > \". El número de espacios en frente de " "la \">\" determina el nivel de indentado, como hace con las listas de marca." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Texto igual a selección" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "La función \"at\" permite introducir una ecuación dentro de otra:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" "El fichero .xml no parece ser xml válido o no es un ‘content.xml’ extraído " "desde un archivo zip .wxmx" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "La URL MathJax.js debería ser descargarse por nuestro exportador HTML." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" "Los [] o el inicio de orden part() trataba acceder una lista o matriz de " "elementos que no existe." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" "El argumento de una función era de tipo equivocado. Más probablemente una " "ecuación fue esperada pero estaba faltando un \"=\"." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "La altura por defecto de los gráficos empotrados. Puede ser leída o ignorada " "por la variable de 'maxima' wxplot_size." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "El puerto predeterminado para comunicación entre 'maxima' y wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "El ancho por defecto de los gráficos empotrados. Puede ser leído o ignorado " "por la variable de 'maxima' wxplot_size" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "La clase de documento que utilizará LaTeX para nuestros documentos." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "El primer argumento o subst() no es una ecuación o una lista de ecuaciones. " "Más probablemente fue un ‘=’ faltante." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "La llamada a función cuyos argumentos extraer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "La mitad de la ecuación que está a la izquierda del “=”" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "La mitad de la ecuación que está a la derecha del “=”" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" "La imagen no puedo ser enseñada. Quizá está estropeada, en un formato " "equivocado o es el resultado de gnuplot que no es capaz de escribir la " "imagen o no es capaz de entender qué quiera trazar “maxima”." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 msgid "The inverse laplace transform." msgstr "La transformada inversa de Laplace." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" "La combinación de clave Mayús+Espacio termina en un espacio no partible." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "La letra \"X\" tiene ancho 0. Instalando http://www.math.union.edu/~dpvc/" "jsmath/download/jsMath-fonts.html y comprobando \"Emplear tipografía JSmath" "\" en el diálogo de configuración debería resolver el problema." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" "La lista con valores pueden ser generados por \"solve()\" o emplando «Crear " "lista/Como almacén para variables actuales»." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "La instrucción load() de las versiones posteriores a la 5.38 de 'maxima' es " "capaz de cargar ficheros .wxm como bibliotecas de instrucciones de maxima." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" "El número máximo de dígitos enseñados puede cambiarse en el diálogo de " "configuración" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" "El tamaño máximo para esta imagen. Valores <= 0 signidican: inespecificado." #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" "El tamaño máximo de una expresión wxMaxima está permitido para ser enseñado " "puede ser modificado dentro del diálogo de configuración." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" "El número de ficheros recientemente abierto que está para ser recordado." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" "El número del elemento el cual está dividido desde «Inicio de índice» hasta " "«Final de índice»." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Manual de 'maxima' sin conexión" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" "La parte de la salida de estas funciones que no están declaradas como ‘math’ " "quizá están suprimidas por wxMaxima; como siempre las funciones de ‘maxima’ " "están requeridas para terminar en un \";\" o un \"$\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "El terminal pngCairo ofrece mejor calidad gráfica (antialias y estilos " "lineales adicionales). Pero sólo produce trazos si gnuplot se instaló en el " "sistema actual siendo compatible. Pide a cairo en un hilo del sistema si no " "es compatible quizá el resultado será una traza vacía." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "El resultado fue indefinido" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "El resultado fue sobre definido" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "La instrucción rhs() (\"mano derecha lado\") permite obtener el resultado de " "una ecuación en formato exactamente el que una función podría obtener:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" "La regla que explica cómo generar el valor de un ítem de lista.\n" "Quizá es algo como \"i\", \"i^2\" o \"sin(i)\"" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "El argumento segundo de at() no es una ecuación o una lista de ecuaciones. " "Más probablemente era un ‘=’ faltante." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" "El valor de unas pocas variables especiales es asignado por Maxima y no " "puede ser modificado por el usuario. También unas pocas construcciones no " "son nombres de variables y por lo tanto no pueden ser escritas allí." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "La variable del valor del ítem actual origen está almacenado ahí." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "La hoja de cuaderno conteniendo entradas y salidas de ‘maxima’" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" "Los datos xml desde ‘maxima’ o desde el fichero .wxmx eran datos faltantes " "aquí.\n" "Si encuentra una forma de reproducir este problema, por favor informe un " "defecto a wxMaxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Hay muchos recursos sobre 'maxima' y wxMaxima en Internet. Visítese http://" "andrejv.github.com/wxmaxima/help.html para más información sobre cómo " "utilizar wxMaxima y Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "¡Ha habido un error en el XML generado!\n" "\n" "Por favor, informe de esto como un fallo." # θ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" "Este mensaje de error está causado más probablemente por un intento de " "asignar un valor a un número en lugar de un nombre de variable. Una causa " "probable está utilizando una variable que ya tiene un valor numérico como un " "contador de bucle." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" "Esta función es lenta para n grande.\n" "Por eficiencia de iteración a travles de cada elemento de una lista grande " "vea «Crear lista desde lista» en su lugar, el cual emplea la orden makelist." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Graduaciones:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Veces:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Título" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Celda de título" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Las celdas de título, sección y subsección se pueden plegar para ocultar sus " "contenidos. Tanto para plegarlas como para desplegarlas pulse en el cuadrado " "contiguo a la celda. Si al mismo tiempo se pulsa Mayúsculas, todas los " "subniveles serán plegados/desplegados." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Destino real grande (&bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Destino &real" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Destino Real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "Destino numéri&co\tCtrl+Mayús+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Para tramar en coordenadas polares, seleccionar 'set polar' en la entrada de " "Opciones del cuadro de diálogo de Plot2d. También se puede representar en " "coordenadas esféricas y cilíndricas en 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Para colocar paréntesis alrededor de una expresión, selecciónese ésta y " "presiónese '(' o ')', dependiendo de dónde quiere que se coloque el cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Para guardar el tamaño y la posición de la ventana de wxMaxima entre " "sesiones, utilice el diálogo 'Editar → Configurar'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Para comenzar a utilizar wxMaxima de inmediato, comience tecleando una " "instrucción. Debería aparecer una celda de entrada. Entonces pulse Mayús" "+Retorno para evaluar su instrucción." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Destino:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Conmutar álge&bra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Conmutar salida &numérica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Conmutar pantalla de &tiempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Conmutar opción de álgebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 msgid "Toggle animation autoplay" msgstr "Conmutar autoreproducción de animación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Conmutar edición de pantalla completa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Conmutar salida numérica" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Conmuta la visibilidad de celdas de código" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Iconos de la barra de herramientas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traducido por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Trasponer una matriz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" "Intenta líneas antialias (las cuales permiten moverlas por una fracción de " "un píxel, pero reduce sus nitidez)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Turco" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriales" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Test t de dos muestras" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 msgid "Type" msgstr "Tipo" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 msgid "Type in text" msgstr "Teclear en texto" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "URL MathJaX.js falla en:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ucraniano" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Paréntesis no cerrado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Paréntesis mal pareado o ha escrito ; o $ antes de tiempo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Incapaz de interpretar la versión enviada desde http://andrejv.github.io/" "wxmaxima/version.txt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Subrayado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Subrayado convierte a subcadenas:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Deshacer\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Deshacer último cambio" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Límite de deshacer (0 para ninguno):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Desplegar todo\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Desplegar todas las secciones" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Desocultar" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Desocultar Parte" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Desocultar Sección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Desocultar Subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Desocultar Subsubsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "Desocultar constantes griegas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Compatibilidad Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Comentario sin terminar." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Cadena de texto sin terminar." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" "Hasta entonces los valores actuales para todas las variables pueden ser " "conservadas en una lista." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Ascender" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Modernizar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Cota superior:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Upsilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Emplear algoritmo Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Use a list" msgstr "Emplea una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "Emplee una lista como listado paramétrico para una función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Emplear ‘Cairo’ para mejorar calidad de tramado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" "Emplear punto central (·) y resta (-), no estrella (*) y guión largo (_)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Emplear punto centrado como operador de multiplicación" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Utilizar tipograma jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 msgid "Use list" msgstr "Emplear lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "Emplear lista como argumentos de una función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" "Emplee símbolos matemáticos guais js con el fin de obtener signos de " "integrales, sumatorios, productos y raíces cuadradas\n" "Solo funcionará si las tipográficas matemáticas js son encontradas por " "wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Emplear el símbolo \"derivada parcial\" para representar la fracción diff() " "al exportar a LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "Emplea Símbolos Matemáticos unicode, si están disponibles" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Etiquetas definidas por el usuario" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Etiquetas definidas por el usuario si son disponibles" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 msgid "Value" msgstr "Valor" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 msgid "Variable name" msgstr "Nombres de variable" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variable(s):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variables" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variables:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varianza..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Ver" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Advertir si una ventana inactiva está ociosa" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Aviso" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Bienvenido a wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "Qué hacer:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Cuando se aplican funciones con un argumento del menú, el argumento " "predeterminado es '%'. Para aplicar la función a otro valor, selecciónelo en " "el documento antes de ejecutar la instrucción del menú." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Documento completo (*.wxmx)|*.wxmx|Entrada, leíble sin carga load() (maxima " "> 5'38) (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Hoja del cuaderno" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Envuelve ecuaciones exportadas con \"copiar como LaTeX\" entre \\[ y \\] " "como marcadores de ecuaciones" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Envoltura parcial" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Creado por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Inspector XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Sí" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Se puede acceder a la última salida empleando la variable '%'. Se puede " "acceder a la salida de las instrucciones anteriores empleando las variables " "'%on' donde ‘n’ es el número de la salida." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Se puede evaluar el documento completo seleccionando 'Celda → Evaluar todas " "las celdas' en el menú de instrucciones. Las celdas se evaluarán en el orden " "en que aparecen en el documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Se puede obtener información sobre una función de 'maxima' resaltando o " "pulse sobre su nombre y pulsando F1. wxMaxima buscará la ayuda " "correspondiente a la palabra bajo el cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Se puede ocultar la parte del resultado de una celda pulsando sobre el " "triángulo a su izquierda. Esto también es aplicable a celdas de texto." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Se pueden incluir diferentes tipos de 'celdas' en un documento de wxMaxima " "seleccionando el menú 'Celda'. Téngase en cuenta que sólo 'celdas de " "entrada' se pueden evaluar, mientras que el resto se utiliza para " "comentarios y estructuración del documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Se pueden seleccionar varias celdas, bien con el ratón, pulsando y " "arrastrando entre celdas o corchetes de celdas, bien con el teclado, " "manteniendo pulsada la tecla de Mayúsculas mientras se mueve el cursor " "horizontal, para luego operar sobre la selección. Esto será útil cuando se " "quieran borrar o evaluar varias celdas a la vez." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Tiene instalada la versión %s. La versión actual es %s.\n" "\n" "Selecciónese Aceptar para acceder a la página de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Se perderán los cambios si no se guardan." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "La versión de wxMaxima está actualizada." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "&Ampliar\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "&Reducir\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Reducir 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Ampliar 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ no guardado ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ no guardado* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i dígitos]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Diagrama animado\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Diagrama animado\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "a>b" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "and" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisimétrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 msgid "apply function to each element" msgstr "aplica función a cada elemento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "como almacén para valores actuales desde variables" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "ambos lados ↔" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "ji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "elija un entorno Lisp con el se compiló maxima" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "predeterminado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "hacer por cada elemento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "elemento número n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "vacío" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "épsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "equivalente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "existe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=No genera subíndices\n" "true=Convierte automáticamente los guiones bajos a subíndices si estos son " "números o letras simples\n" "all=_ marca subíndices." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 msgid "from a list" msgstr "desde una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "desde una regla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 msgid "from function arguments" msgstr "desde argumentos de función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "desde elementos individuales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma 𝛾" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "común" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "mayor o igual que ≥" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "interno" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "alineado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "intersección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "iota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "izquierda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "menor o igual" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "escala log" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matriz[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "“pwd” de ‘maxima’ como ruta al documento" # μ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "mu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "≫" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "≪" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 msgid "n" msgstr "n" # ⊼ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "y neg" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "no" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "o neg ⊽" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "no ¬" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "no idéntico bit a bit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "no subconjunto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "no subconjunto o igual" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "nth" msgstr "nº" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "nu η" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "ómicron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "o" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" "part() o el operador [] ha sido empleado con el fin de extraer el n-ésimo " "elemento de algo que era menor que n elementos de largo." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "símbolo parcial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "fi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "±" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "proporcional a" # 𝛗 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" # ρ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "ro" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "derecha" # σ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "signa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" "solve() solucionará una lista de ecuaciones solo si para n ecuaciones " "independientes hay n variables para resolver.\n" "Si solo un resultado variable es de interés los otros resultados variables " "necesitan hacer su proceso puede ser empleado para decir solve() cuales " "variables a eliminar en la solución para la variable que interesa. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (requiere paréntesis para que el argumento funcione como una " "instrucción de 'maxima')" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "subconjunto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "subconjunto o igual" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simétrica" # τ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "ordenar a ‘sbcl’ que empleé Mbytes de cabecera" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" "el operador [] intentaba extraer un elemento de una lista, una matriz, una " "ecuación o una unimatriz. Sin embargo en vez de un número entero se estaba " "empleando algo cuyo valor numérico es desconocido o no un entero.\n" "Los números de coma flotante están asociados para contener pequeños errores " "de redondeo y no están permitidos como un indexado de unimatríz." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "no hay" # 𝜗 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "al cuadrado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "al cubo" # ⋃ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "no guardado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sin título" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sin título %d" # 𝜐 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "upsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 msgid "use as function arguments" msgstr "emplar como argumentos de función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "emplea los valores actuales almacenados" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "Ay&uda de wxMaxima\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "Ay&uda de wxMaxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima puede ejecutar instrucciones al arrancar, guardadas en el fichero " "'wxmaxima.rc' del directorio cuya ruta se almacena en la variable global " "'maxima_userdir'. Este directorio puede ser encontrado tecleando " "'maxima_userdir'" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "wxMaxima no puede abrir content.xml dentro de un archivo zip .wxmx " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "wxMaxima no puede leer el contenido xml de " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configuración de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "¡wxMaxima no ha podido encontrar Maxima!\n" "\n" "Configure wxMaxima con «Editar → Configurar».\n" "A continuación inicie 'Maxima' con «Maxima → Reiniciar Maxima»." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima no ha podido encontrar los ficheros de ayuda.\n" "\n" "Compruebe su instalación." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima no ha podido iniciar el servidor.\n" "\n" "Verifique si dispone el apoyo de red\n" "activado e inténtelo de nuevo!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "En los valores de diálogos de wxMaxima aparecen registros de entrada " "predeterminados, una de los cuales es '%'. Si ha hecho una selección en el " "documento, ésta será utilizada en lugar de '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Documento wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Documento wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima encontró un error durante la carga " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Icono de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima es una interfaz gráfica de usuario para el Sistema de Álgebra " "Simbólica MAXIMA, basado en wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima es una interfaz gráfica de usuario para el Sistema de Álgebra " "Simbólica Maxima, basado en wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "wxMaxima proporciona la instrucción \"table_form\" que muestra listas en un " "formato de alternancia. Un ejemplo podría ser:\n" "\n" "table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 msgid "wxMaxima startup file location: " msgstr "Lugar del fichero de inicio wxMaxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "xml contenido en el fichero dice que no es un cuaderno de wxMaxima. " # ⊻ #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "oex" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "sí" # 𝛇 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "Ubicación de iconos de ficheros en" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Defecto: se ha solicitado dos veces en una fila el inicio y final de " #~ "pegado de acciones de edición." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Defecto: intentando unir celdas individuales en una región dentro del " #~ "búfer de deshacer, pero hay otras celdas entre ellas." #~ msgid "Clipboard formats to offer by default:" #~ msgstr "Formatos de portapapeles para ofrecer por defecto:" #~ msgid "Maxima commands to be executed at every start of wxMaxima: " #~ msgstr "" #~ "Funciones de ‘Maxima’ para ser ejecutadas en cada inicio de wxMaxima: " #~ msgid "Maxima has a question" #~ msgstr "‘Maxima’ tiene una pregunta" #~ msgid "Parsing output" #~ msgstr "Analizando salida" #~ msgid "Symbols" #~ msgstr "Símbolos" #~ msgid "Tips not available, sorry!" #~ msgstr "Sugerencia no disponible, ¡lo sentimos!" #~ msgid "Trying to undo an action without starting cell." #~ msgstr "Intentando deshacer una acción sin celda de comienzo." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Intentando deshacer una acción que no existe." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima no ha podido encontrar los ficheros de sugerencias.\n" #~ "\n" #~ "Compruebe su instalación." #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "Defecto: marcador final encontrado sin ningún marcador de inicio." #~ msgid "Bug: Found a statusbar end marker without any matching start marker." #~ msgstr "" #~ "Defecto: se ha encontrado un marcador final de barra de estado sin " #~ "marcador de inicio." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "Defecto: encontrado fin de autocompletado sin inicio" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "No comprimir individualmente las instrucciones 'maxima' y las imágenes, " #~ "ya que dificulta a los sistemas de control de versiones git, svn detectar " #~ "diferencias de forma efectiva." #~ msgid "Optimize wxmx files for version control" #~ msgstr "Optimizar los ficheros wxmx para el control de versiones" wxmaxima-Version-18.02.0/locales/fi.po000066400000000000000000005765431324204105000175330ustar00rootroot00000000000000msgid "" msgstr "" "Project-Id-Version: wxmaxima\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2016-02-22 16:12-0500\n" "Last-Translator: kahkonen \n" "Language-Team: Finnish\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.com\n" "X-Crowdin-Project: wxmaxima\n" "X-Crowdin-Language: fi\n" "X-Crowdin-File: fi.po\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgetit: %d.%d.%d\n" "Unicode-tuki: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maximan versio: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Ei yhdistettynä Maximaan!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Ei yhdistetty." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Grafiikat) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 #, fuzzy msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" "...[piilotettu lisärivejä sillä tuloste on pidempi kuin asetuksissa " "sallitaan] " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "\"Kopioi LaTeX\" lisää kaavamerkinnät" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i solua arviointijonossa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Etsi merkkijono..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Komentojonotiedosto...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Raja-arvotehtävä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Virheraportti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Analyysi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanoninen muoto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Karakteristinen polynomi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Tyhjennä muisti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Yhdistä kertomat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Kompleksi Sieventäminen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Ketjumurtoluku" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Kopioi\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Määrätty integraali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinantti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "Derivoi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Muokkaa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Poista muuttuja..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Syötä Matriisi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Esimerkki..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Laajenna lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Laajenna trigonometrinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Muunna eksponenttimuotoon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Vie..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Jaa tekijöihin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Tiedosto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "&Etsi juuri..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Luo matriisi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Suurin yhteinen tekijä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "O&hje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integroi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Keskeytä\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Keskeytä\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Käännä Matriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Lataa Pakettu...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "&Maximan ohje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Modulo-laskenta..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Uusi\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numeerinen" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numeerinen integrointi" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Avaa\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Avaa...\tCtrl+0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Kuvaaja" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Potenssisarja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Tulosta...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Rationaali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Käynnistä Maxima uudelleen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Polynomien juuret (Reaali)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Tallenna\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Sievennä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Sievennä lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Sievennä kertomat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Sievennä trigonometriset" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Ratkaise..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "&Taylorin sarja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponoi matriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrinen sieventäminen" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Käytä oletuskieltä)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Ääretön" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "...[piilotettu lisärivejä sillä tuloste on pidempi kuin asetuksissa " "sallitaan] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "'Horisontaalinen kursori' lisättiin wxMaximan 0.8.0 versioon. Se näyttää " "vaakasuuntaiselta viivalta solujen välissä. 'Horisontaalinen kursori' " "näyttää minne uusi solu muodostetaan kirjoittaessasi tai liitttäessäsi " "tekstiä tai suorittaessasi valikkokomennon." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "wxMaxima 0.8.2. versiossa on tullut uusi asiakirjamuoto tallentaa syötteiden " "ja kommenttien lisäksi laskutoimituksiesi tulokset. Kun tallennat " "asiakirjaasi, valitse muodoksi 'wxMaxima XML-asiakirja'. " #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Sivunvaihto" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Lisää alialikapplesolu" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 msgid "A subsection heading" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "&Kohdassa..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Virhe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Tietoja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Tietoja wxMaximasta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "&Adjungoi matriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Lisää hakemisto hakupolkuun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Lisää hakemisto polkuu:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Lisää &Polkuun..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Lisäparametreja maximaan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Kaikki muuttujanimet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Kaikki | *" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Tallenna animaatio..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Etsi lausekkeen raja-arvo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Etsi lausekkeen raja-arvo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Etsi merkkijono" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Taulukko:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Kuvamateriaalin tehnyt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Ehdota nimettömien asiakirjojen tallentamista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 #, fuzzy msgid "Autosave interval (minutes, 0 means: off):" msgstr "Automaattitallennuksen väli (minuutteina, 0 tarkoittaa: off)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Palkkikaavio..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Bat-tiedostot (*.bat) | *.bat | Kaikki | *" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Komentojonotiedosto" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Lihavoi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Laatikkokaavio..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Selaa" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Virhe: Kysymykselle ei ole vastaussolua" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Virhe: Yrittää lisätä maximan tulosteen työkirjan ulkopuolella olevaan " "soluun." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 #, fuzzy msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "Virhe: Yrittää tallentaa solun sisällön muutoksen ilman solua." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Versio&tiedot" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Oletuksena Shift+Enteriä käytetään laskentakomennnoissa, kun taas Enteriä " "käytetään monirivisissä syötteissä. Tätä voidaan muuttaa 'Muokkaa->Määritä' " "komennossa valitsemalla 'Enter laskee solut'. Valinta muuttaa näiden kahden " "keskeisen näppäinkomennon toiminnot ristiin. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Vaihda muuttuja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Määritä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Laske &tulo..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Laske &summa..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Laske modulus:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Laske likiarvo edelliselle tulokselle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Laske tulot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Laske summat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Ei yhteyttä palvelimeen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Versiotiedon lataaminen ei onnistu" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Peruuta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Kanoninen (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalaani" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Solu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Solu päättyy kenoviivaan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Vaihda &2d Näyttö" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Vaihda muuttuja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Vaihda muuttujaa integroinnissa tai summaamisessa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Karakteristinen polynomi:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Tarkista päivitykset" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Tarkista, onko wxMaximasta/Maximasta uudempaa versiota." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Khii" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Yksinkertaistettu kiina" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Perinteinen kiina" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Valitse fontti" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Valitse uusi kuvaajalaji:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Luokat:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Sulje\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Sulkee ikkunan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Koodin korostus: Kommentit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Koodin korotus: Rivin loppu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Koodin korostus: Funktiot" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Koodin korostus: Numerot" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Koodin korostus: Operaattorit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Koodin korostus: Merkkijonot" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Koodin korotus: Muuttujat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Sarakkeiden nimet:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Sarakkeet:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Pilkuilla erotetut x-koordinaatit" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Pilkuilla erotetut y-koordinaatit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Pilkuilla erotetut x-koordinaatit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Pilkuilla erotetut x-koordinaatit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Pilkuilla erotetut x-koordinaatit" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Täydennä sana\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Täydennä sana" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Pysäytä maxima kokonaan ja käynnistä se uudelleen" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "&Kompleksi Sieventäminen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Laske adjungoitu matriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Laske matriisin determinantti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Laske suurin yhteinen tekijä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Laske käänteismatriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "Laske pienin yhteinen jaettava (lataa (load) funktiot ennen käyttöä)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Ehto:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Asetustiedosto (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Määrittele wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Vakio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Muunna binomit, beta- ja gamma funktiot kertomiksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Muunna binomit, kertoimet ja betafunktiot gammafunktioksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Muunna kompleksilauseke polaarimuotoon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Muunna logaritmin tulo logaritmien summaksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Muunna logaritmien summa tulon logaritmiksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Muunna trigonometrinen funktio eksponenttimuotoon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopioi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Kopioi aiempi syöte\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Kopioi aiempi tuloste\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Kopioi kuvana" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Kopioi LaTeXina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Kopioi kuvana" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Kopioi LaTeXina" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Kopioi LaTeXina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Kopioi tekstinä" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Kopioi kuvana" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kopioi valitun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Kopioi valitun osan dokumenttia kuvaksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kopioi valitun osan dokumenttia kuvaksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Kopioi valitun osan dokumenttia kuvaksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Kopioi valitun osan dokumenttia tekstiksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Tallenna valinta asiakirjasta LaTeX-muotoon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 msgid "Create a list from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 msgid "Create a list from another list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Luo uusi solu aiemmalla syötteellä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Luo uusi solu aiemmalla tulosteella" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Kursori" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Leikkaa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Cut\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Leikkaa valitun" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tsekki" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Tanska" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Datamatriisi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Datatiedosto (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Data:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Oletus" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Oletus fontti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Poista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Poista f&unktio..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Poista valittu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Poista &muuttuja..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Poistaa funktion" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Poistaa muuttujan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Poista kaikki arvot muistista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Poista funktio(t):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Poista muuttuja(t):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Syvyys:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivaatta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Derivointi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "&Jaa polynomit..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Deri..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Derivoi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Derivoi lauseke" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Derivoi..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Suunta:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Näytä Te&X muoto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Näytä algoritmi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Ratkaise yhtälö(t)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Näytä viimeisin tulos TeX-muodossa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Näytä evaluointiin käytetty aika" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Jaa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Jaa solu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Jaa solu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Jaa luvut tai polynomit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Jaa tämä syötesolu kahdeksi soluksi" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Haluatko tallentaa asiakirjaan tekemäsi muutokset? \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Asiakirjan tausta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " tallennettiin uudemmalla wxMaximan versiolla, joten se ei avautunut " "kunnolla. Päivitä wxMaximasi." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr " tallennettiin uudemmalla wxMaximan versiolla. Päivitä wxMaximasi." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Älä tallenna" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Yhtälöt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Poistu\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Omi&naisvektrorit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Ominaisar&vot" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminoi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminoi muuttuja yhtälöryhmästä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Todistuksen loppu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Englanti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Syötä data" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Syötä matriisi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Syötä matriisi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Syötä matriisi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Yhtälö:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Yhtälö %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Yhtälö(t):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Yhtälö:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Yhtälöt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Virhe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Virhe!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eeta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Laske Solu(t)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Evaluoi kaikki solut\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Evaluoi kaikki näkyvät solut\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Laske Solu(t)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Laske Solu(t)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Evaluoi kaikki solut\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Laske Solu(t)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Laske aktiivinen tai valitut solu(t)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Laske asiakirjan kaikki solut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Laske kaikki näkyvät solut\tCtrl+R" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Esimerkki" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Esimerkkiteksti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Esimerkit:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Poistu wxMaximasta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Laajenna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Laajenna (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Laajenna lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Laajenna logaritmit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Laajenna lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Laajenna trigonometrinen lauseke" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Vie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Lauseke" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Lauseke/lausekkeet:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Lauseke:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Tekijä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Kompleksitekijä" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Lauseketekijä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Lausekkeen tekijä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Tiedosto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "Tiedostoa ei voi avata" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Tiedosto ei löydy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Tiedosto:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Etsi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Etsi\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "&Etsi raja-arvo..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Etsi minimi..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Etsi juuri..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Etsi lausekkeen raja-arvo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Etsi kaikki polynomin juuret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Etsi kaikki polynomin juuret (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Etsi ja korvaa" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Etsi ja korvaa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Etsi matriisin ominaisarvot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Etsi matriisin ominaisvektorit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Etsi minimi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Ratkaise polynomin reaalijuuret " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Etsi juuri" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Etsi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Tanska" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Piilota kaikki\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Piilota kaikki kappaleet" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Seuraa" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Asiakirjassa näytettävä fontti." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Asiakirjassa matemaatisten merkkien näyttämiseen käytettävä fontti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Fontit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Muoto:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Ranska" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Mistä:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Koko ruutu\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funktio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funktio(t):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funktio:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "SYT" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF kuva (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galicia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Yleinen Matematiikka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Yleinen Matematiikka\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Luo matriisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Luo matriisi lausekkeesta..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Muodosta matriisi 2-ulotteisesta taulukosta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Saksa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Kreikka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Kreikkalaiset kirjaimet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Kreikkalaiset kirjaimet\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Kreikkalaiset vakiot" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Ruudukko" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Ohje" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Jaa solu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Piilota kaikki työkalupalkit\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Jaa solu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Lisää solu\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Jaa solu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "leikkaus" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "leikkaus" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Lisää alialikapplesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Piilota kaikki paneelit" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Kreikkalaiset vakiot" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Korosta (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogrammi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogrammi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Historia\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Horisontaalinen kursori toimii kuten tavallinenkin kursori, mutta sitä " "käytetään soluissa: siirtääksesi kursoria ylös tai alas käytä " "nuolinäppäimiä, liikkuessasi ja pitäessäsi Shiftin pohjassa solut " "valikoituvat, painaessasi askelpalautinta/backspacea tai deleteä kahdesti " "poistaa solun kursorin vierestä." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Unkari" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Jos laskutoimituksesi laskeminen kestää liian kauan, voit käyttää 'Maxima-" ">Keskeytä' tai 'Maxima->Uudelleenkäynnistä Maxima' valikkokomentoja." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Kuva" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Kuvatiedostot" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Uusi muuttuja:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Ääretön" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Tietoa Maximan versiosta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Lisää" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Lisää &kappalesolu\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Lisää tekstisolu\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Lisää solu\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Lisää kuva" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Lisää kuva..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Lisää &syötesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Lisää sivunvaihto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Lisää &alikappalesolu\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Lisää &alialikappalesolu\tCtrl+4" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Lisää kappalesolu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Lisää alikappalesolu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Lisää alialikapplesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Lisää O&tsikkosolu\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Lisää tekstisolu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Lisää otsikkosolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Lisää uusi syötesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Lisää uusi kappalesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Lisää uusi alikapplesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Lisää uusi alialikappalesolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Lisää uusi tekstisolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Lisää uusi otsikkosolu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Lisää sivunvaihto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Lisää kuva" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Kokonaisluvut ja yksittäiset kirjaimet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Integraali merkki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integraali/Summa:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integroi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integroi (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integroi lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integroi lauseke Rischin algoritmilla" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integroi..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integroi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integroi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integroi" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Keskeytä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Keskeytä laskutoimitus" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Ioota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italia" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kursiivi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japani" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "pyj" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Kieli:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Pienin yhteinen jaettava..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Pienimmän neliösumman sovitus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Pienimmän neliösumman sovitus..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 #, fuzzy msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima voi suorittaa komentoja jokaisen käynnistyksen yhteydessä, kun " "komennot kirjoitetaan tekstitiedostoon, joka nimetään wxmaxima.rc ja " "tallennetaan hakemistoon user directory. Hakemiston saa selville komennolla " "maxima_userdir " #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Lineaarinen regressio..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Lista(t):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Lataa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Lataa tyyli tiedostosta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Päätyökalupalkki\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Tee &lista..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Komentojonotiedosto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Matematiikka fontti:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Matematiikka fontti:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Matemaattiset merkit" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matriisi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Matriisin nimi:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matriisi:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Maxima-kysymykset" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Maxima-kysymykset" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "wxMaxima kuvake" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima laskee" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Maxima-kysymykset" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima laskee" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima-kysymykset" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Aloita animaatio" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maximan versio:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Maxima-kysymykset" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Yhdistä solut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Yhdistä solut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Yhdistä kahden syötetyn solun teksti yhteen soluun" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulus" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nimi:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Uusi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Uusi\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Uusi asiakirja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Uusi arvo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Uusi muuttuja:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Seuraava komento\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Ei" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Ei dollarimerkkiä ($) tai puolipistettä (;) komennon loppuun" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Kelvoton matriisin dimensio!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Ei yhdistetty maximaan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Ei yhdistetty." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Yhtälöiden lukumäärä:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Yhtälöiden lukumäärä:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Ok" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Vanha arvo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Vanha muuttuja:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Oomega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Avaa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Avaa viimeisin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Avaa uusi ikkuna" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Avaa asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Avaa matriisi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Vanhentuneet solut" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Sivunvaihto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Yhdensuuntaiset" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Liitä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Liitä\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Liitä leikepöydältä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Liitä teksti leikepöydältä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Kohtisuorassa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Fii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Sektoridiagrammi..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Kuvaaja &2d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Kuvaaja &3d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Kuvaajamuoto" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Kuvaaja 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Kuvaaja 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Kuvaaja 2d..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Kuvaaja 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Kuvaaja 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Kuvaaja 3d..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Kuvaajamuoto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Kaksiulotteinen kuvaaja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Kolmiulotteinen kuvaaja" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Kuvaaja tiedostoksi:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Piste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Puola" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynomi 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynomi 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugali (Brasilian)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Tarkkuus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Tulosta" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Tulosta asiakirja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Tulosta asiakirja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Laske asiakirjan kaikki solut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Tee uudelleen\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Tekee edellisen muutoksen uudelleen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 msgid "Remove an element from a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Valitse kaikki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Uudelleenkäynnistä Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Uudelleenkäynnistä maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Uudelleenkäynnistä Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Uudelleenkäynnistä Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Tulos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rhoo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Rivit:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Venäjä" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr " (Grafiikat) " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Esimerkki 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Esimerkki 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Esimerkki:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Tallenna" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Tallenna animaatio..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Tallenna nimellä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Tallenna nimellä...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Tallenna kuva..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Tallenna valinta kuvaksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Tallenna valinta kuvaksi..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Tallenna animaatio tiedostoksi" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Tallenna asiakirja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Tallenna asiakirja nimellä" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Tallenna kuvaaja tiedostoksi " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Tallenna valinta tiedostoksi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Tallenna tyyli tiedostoksi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Tallenna wxMaximan ikkuna koko ja sijanti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Tallenna wxMaximan ikkuna koko ja sijainti istuntojen välillä." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Tallentaminen epäonnistui." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Tallentaminen onnistui." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Tallentaa..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Valitse kaikki" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Valitse kaikki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Valitse kaikki\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Valitse Maxima ohjelma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Valitse vakio" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Valitse kaikki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Suurennos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Aloita tai lopeta animaatio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Suurennos 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Suurennos 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Suurennos 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Suurennos 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Suurennos 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Suurennos 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Aseta modulo-laskenta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Näytä &Määritelmä..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Näytä &Funktiot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Näytä &Vinkit..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Näytä &Muuttujat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Näytä Maxima ohje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Näytä vihje" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Näytä kaikki samanlaiset komennot:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Näytä kaikki samanlaiset komennot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Näytä määritellyt funktiot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Näytä määritellyt muuttujat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Näytä funktion määrittely" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Näytä &Muuttujat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Lausekkeen tekijä" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Näytä &Funktiot" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Näytä Maxima ohje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Sievennä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Sievennä &juuret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Sievennä (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Sievennä (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Sievennä lauseke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Sievennä rationaalilauseke" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Sievennä summa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Sievennä trigonometrinen lauseke" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Ratkaisu:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Ratkaise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Ratkaise algebrallinen &yhtälöryhmä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Ratkaise lineaarinen &yhtälöryhmä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Ratkaise (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Ratkaise algebrallinen &yhtälöryhmä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Ratkaise yhtälö(t)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Ratkaise lineaarinen &yhtälöryhmä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Ratkaise lineaarinen yhtälöryhmä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Ratkaise..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "espanja" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Aloita animaatio" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Aloita tai lopeta animaatio" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Käynnistetään Maximaa..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Tilastot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Tilastot\tAlt+Shift+ S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Merkkijonot" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Tyyli" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Tyylit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Korvaa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Korvaa..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Summa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Summa-merkki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Järjestelmätiedot" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Sisällysluettelo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Sisällysluettelo\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylorin sarjat:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Teksti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Tekstisolu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Tekstisolu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Teksti vastaa valintaa" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 msgid "The inverse laplace transform." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Maximan offline-käsikirja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Internetissä on paljon tietoa Maximasta ja wxMaximasta. Osoitteesta http://" "andrejv.github.com/wxmaxima/help.html löytää lisätietoja sekä tutoriaaleja " "wxMaximan ja Maximan käytöstä." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theeta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Otsikko" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Otsikkosolu" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "&Liukuluvuksi (Bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "&Liukuluvuksi (Float)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Liukuluvuksi (Float)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "N&umeeriseksi\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Lisätäksesi sulkeet lausekkeen ympärille, valitse lauseke ja kirjoita '(' " "tai ')' riippuen siitä missä haluat kursorin näkyvän myöhemmin." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Aloita wxMaximan käyttö heti aloittamalla komennon kirjoittaminen. Tällöin " "ilmestyy syötesolu. Paina Shitf-Enter komennon evaluoimiseki." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Tallenna animaatio tiedostoksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Työkalurivin kuvakkeet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Käännös" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transponoi matriisi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Turkki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Oppaat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Tyyppi:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Kopioi kuvana" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tyyppi:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukraina" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Alleviivattu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Kumoa\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Kumoa viimeisin muutos" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Näytä kaikki\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Näytä piilotetut kappaleet\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "leikkaus" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Lisää alikappalesolu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Lisää alialikapplesolu" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Kreikkalaiset vakiot" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode tuki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Päättymätön merkkijono." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Päivitä" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Yläraja:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Käytä Gosperin algoritmia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Käytä keskitettyä pistettä kertolaskuissa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Käytä jsMath fontteja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Arvo" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Arvo" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Kaikki muuttujanimet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Muuttuja(t)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Muuttuja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Muuttujat" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Muuttujat:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varianssi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Näkymä" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Varoitus" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Tervetuloa wxMaximaan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 #, fuzzy msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "Koko tiedosto (*.wxmx)|*.wxmx|Syöte ilman kuvia (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Työkirja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Kirjoittanut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "XML tarkastaja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Ksii" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Kyllä" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Pääset käyttämään viimeistä tulostetta muuttujalla '%'. Pääset käyttämään " "aiempien komentojen tulosteita muuttujalla '%on' jossa n on tulosteen " "numero. " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Voit laskea koko dokumentin käyttämällä 'Solu -> Laske kaikki solut' " "valikkokomentoja tai komennon näppäinyhdistelmällä. Solut lasketaan " "asiakirjassa olevan esiintymisjärjestyksensä mukaisesti." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Saat apua Maximan funktoista valitsemalla tai klikkaamalla funktion nimeä " "sekä painamalla F1. wxMaxima etsii valinnan tai kursorilla kohdistetun sann " "ohjeistaan." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Voit piilottaa solujen tulososuuden painamalla solujen vasemman reunan " "kolmikulmiota. Sama toimii myös tekstisoluissa." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Voit lisätä monenlaisia 'soluja' wxMaxima asiakirjaan käyttämällä 'Solu' " "valikkoa. Huomioi, että ainoastaan 'syötesoluja' voidaan arvioida, kun taas " "muut ovat laskutoimituksiesi kommentoimista ja järjestelyä varten." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Voit valita useita soluja joko hiirellä - napsauta ja raahaa solujen välillä " "tai vasemmalta soluryhmästä - tai näppäimistöllä - pidä Shift pohjassa " "liikuttaessasi horisontaalista kursoria - ja järjestele valintoja. Tällä " "tavoin on näppärää poistaa tai arvioida useita soluja kerralla." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Tämä versio on %s. Viimeisin julkaistuversio on %s.\n" "\n" "Valitse OK käydäksesi wxMaximan sivustolla." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Tekemäsi muutokset häviävät ellet tallenna niitä." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "wxMaximassasi on viimeisin päivitys." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "Suurenna \tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Pienennä\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Suurenna 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Pienennä 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ tallentamaton ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ tallentamaton* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Animoitu Diagrammi\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Animoitu Diagrammi\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "ja" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "epäsymmetrinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Sovella funktiota listaan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beeta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "molemmat puolet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "khii" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "oletus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonaalinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "tyhjä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "ekvivalentti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "on olemassa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Tee lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "yleinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "suurempi tai yhtä suuri kuin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "avoin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "leikkaus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "ioota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "vasen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "pienempi tai yhtä suuri kuin" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "logaritminen asteikko" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matriisi[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "paljon suurempi kuin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "paljon pienempi kuin" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "ei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "ei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "ei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "ei osajoukko" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "ei osajoukko tai yhtäsuuri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "ei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "oomega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "tai" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "fii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "verrannollinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "rhoo" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "oikea" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "sqrt (tarvitsee sulkeet argumentille toimiakseen maximan komentona)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "osajoukko" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "osajoukko tai yhtäsuuri" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symmetrinen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "Ei ole olemassa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "potenssiin 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "potenssiin 3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unioni" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "tallentamaton" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "nimetön" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "nimetön %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Funktioiden nimet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "wxMaxima &Ohje\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "wxMaxima &Ohje\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 #, fuzzy msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima voi suorittaa komentoja jokaisen käynnistyksen yhteydessä, kun " "komennot kirjoitetaan tekstitiedostoon, joka nimetään wxmaxima.rc ja " "tallennetaan hakemistoon user directory. Hakemiston saa selville komennolla " "maxima_userdir " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "wxMaxima asetukset" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima ei löyänyt Maximaa!\n" "\n" "Konfiguroi wxMaxima 'Edit->Konfiguroi'.\n" "Käynnistä Maxima 'Maxima->Uudelleenkäynnistä Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaximan ohjetiedostoja ei löytynyt.\n" "\n" "Tarkista asennus." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima ei kyennyt käynnistämään palvelinta.\n" "\n" "Tarkista, että verkkoyhteys toimii\n" "ja yritä uudelleen!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "wxMaxima dialogeissa oletusarvona syötteen merkinnälle on \"%\". Jos olet " "tehnyt valinnan dokumenttiin, valintaa käytetään \"%\" sijasta ." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima asiakirja" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima asiakirja (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaximalle tapahtui latausvirhe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima kuvake" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima on wxWidgetteihin pohjautuva graafinen käyttöliittymä CAS " "MAXIMALLE. " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima on wxWidgetteihin pohjautuva graafinen käyttöliittymä CAS " "Maximalle. " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Aloita animaatio" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "ksii" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "kyllä" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeeta" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Maxima-kysymykset" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima ei löytänyt vinnkitiedostoja.\n" #~ "\n" #~ "Tarkista asennus." #~ msgid "Tips not available, sorry!" #~ msgstr "Vinkkejä ei ole saatavilla!" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Maxima" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Maxima-kysymykset" #, fuzzy #~ msgid " -X '--dynamic-space-size '" #~ msgstr " --dynamic-space-size " #~ msgid " << Expression too long to display! >>" #~ msgstr " << Lauseke on liian pitkä näyttää! >>" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Uusi\tCtrl+N" #~ msgid "Copy As Image" #~ msgstr "Kopioi kuvana" #~ msgid "Copy LaTeX" #~ msgstr "Kopioi LaTeX" #~ msgid "Document " #~ msgstr "Asiakirja" #~ msgid "Ny" #~ msgstr "Nyy" #~ msgid "Omnikron" #~ msgstr "Omikron" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Jaa solu" #~ msgid "Use MathJAX in HTML export" #~ msgstr "Käytä MathJAXia HTML viennissä" #~ msgid "Ypsilon" #~ msgstr "ypsilon" #~ msgid "my" #~ msgstr "myy" #~ msgid "ny" #~ msgstr "nyy" #~ msgid "omnikron" #~ msgstr "omikron" wxmaxima-Version-18.02.0/locales/fr.po000066400000000000000000006777221324204105000175450ustar00rootroot00000000000000# This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Eric , 2004. # msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2013-11-04 00:21+0100\n" "Last-Translator: Bernard Alfonsi \n" "Language-Team: francais \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.7\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Support d'Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Version de Maxima : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Non connecté à Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Non connecté." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algèbre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Appliquer à une liste…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&À propos…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Traiter un fichier\tCTRL-B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blème aux limites…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Rapport de &bogue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "Analyse" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forme &canonique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polynôme &caractéristique…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "Effa&cer la mémoire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combiner les factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplification &complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Fraction &continue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copier\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Intégrale &définie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Déterminant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Dériver…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Édition" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Éliminer une variable…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Entrer une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Exemple" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "Dév&elopper une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Dév&elopper une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Exposant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Fichier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Trouver une &solution…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Générer une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Plus &grand diviseur commun…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "Aide" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Intégrer…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrompre\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrompre\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverser la matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Charger un paquetage\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "Appliquer à une liste…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Montrer l'aide de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Calcul &modulaire…" #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Nouvelle session\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numérique" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Intégration &numérique" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Ouvrir une session\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Ouvrir une session\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "Tracé de courbes" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Série entière" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "Im&primer\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Rationnel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Réduire une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Racines d'un polynôme (réelles)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Sauvegarder la session\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Simplifier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplifier une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplifier des factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplifier une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Résoudre…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Spécial" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Série de Taylor :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transposer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplification &trigonométrique" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Utiliser la langue par défaut)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infini" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Un « curseur horizontal » a été introduit avec wxMaxima 0.8.0. Il ressemble " "à une ligne ligne horizontale entre les cellules et indique où apparaîtra " "une nouvelle cellule si vous tapez ou collez du texte, ou exécutez une " "commande du menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Un nouveau format de document a été introduit dans wxMaxima 0.8.2 qui permet " "de sauver les entrées et les textes mais également les sorties de vos " "calculs. En sauvegardant votre document, choisissez le format \"Document xml " "wx Maxima\"" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Saut de page" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "À la valeur…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "À propos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "À propos de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Crochet de la cellule active" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matrice associée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Ajouter une égalité algébri&que" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Ajouter un répertoire au chemin de recherche" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Ouvrir un document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Ajouter le répertoire au chemin:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Ajouter une égalité au simplificateur rationnel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Ajouter au &chemin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Paramètres supplémentaires pour Maxima (par exemple -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Paramètres supplémentaires:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Sauvegarder l'animation…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Ouvrir un document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Appliquer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "À propos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Tableau :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Graphisme de " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "À la valeur :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Diagramme en barres…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Fichiers bat (*.bat)|*.bat|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Fichier de commandes" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Gras" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Diagramme en boîte…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Parcourir" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Information &de compilation" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Par défaut Maj-Entrée est utilisé pour évaluer les commandes, tandis que " "Entrée est utilisé pour sauter une ligne. Ce comportement peut être changé " "dans le menu \" Edition->Configurer\" en activant \"Evaluation des cellules " "avec la touche Entrée\". Cette option permute le rôle de ces deux " "combinaisons de touches." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "C&hanger de variable…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "C&onfigurer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Calculer le &produit…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calculer la som&me…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Valeur approchée (bigfloat) d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Calculer une valeur approchée du dernier résultat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calculer le module :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Calculer une valeur approchée du dernier résultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calculer les produits" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calculer les sommes" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Impossible de se connecter au serveur web" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Annuler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Canonique (expr. trig.)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Catalan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Crochet de la cellule" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Basculer en affichage &2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Modifier l'algorithme d'affichage 2d utilisé pour les mathématiques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Changer la variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Change la variable dans l'intégrale ou la somme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polynôme caractéristique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Rechercher des mises à jour" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Vérifier si une nouvelle version de wxMaxima éxiste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chinois traditionnel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Choisir la police" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 #, fuzzy msgid "Choose new plot format:" msgstr "Entrer un nouveau format de tracé :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Classes :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Fermer\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Fermer la fenêtre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Noms des colonnes :" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Colonnes :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combiner les factorielles dans une expression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Liste y séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Commenter la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Commenter la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Compléter l'expression\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Compléter le mot" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Simplification &complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calculer la fraction continue d'une valeur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calculer la matrice adjointe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calculer le polynôme caractéristique d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calculer le déterminant d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calculer le plus grand diviseur commun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calculer l'inverse d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Calculer le plus petit multiple commun (faire load(functs) avant utilisation)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condition :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Fichier de configuration (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Alerte de configuration" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configurer wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Regrouper les logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Convertir combinaisons, fonctions beta et gamma en factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Convertir combinaisons, factorielles et fonctions beta en fonction gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Mettre une expression complexe sous forme polaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Mettre une expression complexe sous forme cartésienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Convertir une fonction exponentielle d'argument imaginaire sous forme " "trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Convertir le logarithme d'un produit en une somme de logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Convertir une somme de logarithmes en un logarithme d'un produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Convertir en &factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Convertir en &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Mettre sous forme &polaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Mettre sous forme ca&rtésienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" "Convertir une expression trigonométrique en forme quasi-linéaire canonique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Convertir les fonctions trigonométriques en forme exponentielle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Copier l'entrée précédente\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Copier l'entrée précédente\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "&Copier comme texte\tCtrl+Maj-C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copier la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copier la sélection du document au format texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copier la sélection du document au format LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Créer une nouvelle cellule avec l'entrée précédente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Créer une nouvelle cellule avec l'entrée précédente" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Curseur" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Couper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Couper\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Couper la sélection" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tchèque" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danois" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matrice des données :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Fichier de données (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Données :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Décomposer une fonction rationnelle en éléments simples" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Par défaut" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Police par défaut :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "" "Le port par défaut utilisé pour la communication entre Maxima et wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Effacer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Effacer la fonction" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Effacer la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Effacer la v&ariable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Effacer une fonction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Effacer une variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Effacer toutes les valeurs de la mémoire" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Effacer la (les) fonction(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Effacer la (les) variables(s):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "denom deg :" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "profondeur :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "la dérivée est :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Écart-type" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vision de polynômes…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Dériver" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Dériver" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Dériver l'expression" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Dériver…" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "selon la direction" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Graphe discret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Afficher en Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Afficher l'algorithme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Résoudre une (des) équation(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Afficher la dernière expression en TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Afficher le temps d'exécution" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Division" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Division de nombres ou de polynômes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Sauvegarder les modifications apportées au document ?\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Arrière-plan du document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "a été sauvegardé avec une version plus récente de wxMaxima, et peut ne pas " "se charger correctement. Veuillez mettre wxMaxima à jour." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "a été sauvegardé avec une version plus récente de wxMaxima. Veuillez mettre " "wxMaxima à jour." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Ne pas sauvegarder" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "É&quations" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Quitter\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Vecteurs propres" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "&Valeurs propres" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Éliminer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Éliminer une variable dans un système d'équations" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Anglais" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Entrer les données" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Entrer une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Entrer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Entrer une équation pour la simplification rationnelle :" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Entrer une liste de variables séparées par des virgules" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Évaluation des cellules avec la touche Entrée" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Entrer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Entrer la nouvelle précision :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Entrez le chemin vers l'exécutable de Maxima:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Équation :" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Équation %d :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Équation(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Équation :" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Équation(s) :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Erreur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Erreur !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Évaluer les formes &nommées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 #, fuzzy msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 #, fuzzy msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 #, fuzzy msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 #, fuzzy msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Réévaluer la cellule sélectionnée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Evaluer toutes les formes nommées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Évaluer les formes &nommées" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Exemple" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Texte exemple…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Exemple" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Quitter wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Développer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Développer (expr. trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Développer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Développer des logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Développer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Développer une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exporter le document en HTML ou en pdfLateX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Échec de l'export en HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Échec de l'export en HTML" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expression" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expression(s) :" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expression :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Factoriser" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Factorisation &complexe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Factoriser une expression en nombre gaussiens" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Factorielles et &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Erreur fatale" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figure %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "&Fichier" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Le fichier que vous tentez d'ouvrir n'existe pas." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "&Fichier:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Chercher" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Chercher\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Trouver la &limite…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Trouver le minimum…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Trouver une racine…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Trouver un minimum (sans contrainte) d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Trouver une racine d'un polynôme dans un intervalle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Trouver toutes les racines d'un polynôme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Trouver toutes les racines d'un polynôme (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Chercher et remplacer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Chercher et remplacer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Trouver les valeurs propres d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Trouver les vecteurs propres d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Trouver le minimum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Trouver les racines réelles d'un polynôme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Trouver une solution" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Chercher" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Danois" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Police à chasse fixe dans les contrôles de texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 #, fuzzy msgid "Follow" msgstr "jaune" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Police d'affichage du document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Police d'affichage du document pour les caractères mathématiques" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Polices" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format :" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Français" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "à partir de :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Plein écran\tAlt+Entrée" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Fonction" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Fonction(s) :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Fonction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Fonctions pour simplification complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Fonctions pour simplifier les factorielles et fonction gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Fonctions pour simplifier les expressions trigonométriques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "PGCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "image GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Mathématiques générales" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Mathématiques générales\tAlt+Maj-M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Générer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "&Générer une matrice à partir d'une expression…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Générer une matrice à partir d'un tableau à 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Générer une matrice à partir d'une lambda-expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Allemand" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Partie imaginaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Obtenir une &série…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Transformée de Laplace d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "P&artie réelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Obtenir la transformée de Laplace inverse d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Obtenir le développement en série entière ou en série limité (Taylor)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Partie imaginaire d'une expression complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Partie réelle d'une expression complexe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Grec" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Mathématiques générales\tAlt+Maj-M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Grille :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "Fichier HTML (*.html)|*.html|fichier pdfLaTeX (*.tex)|*.tex|Tous|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Aide" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Cacher tout\tAlt+Maj--" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Insérer la cellule\tAlt+Maj-C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Cacher tous les panneaux" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Surbrillance" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogramme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogramme…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Historique\tAlt+Maj-H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Le curseur horizontal fonctionne comme un curseur normal, mais fonctionne " "sur les cellules : les touches Haut et Bas permettent de le déplacer, " "maintenir la touche Maj pendant le déplacement sélectionne les cellules, " "appuyer sur la touche Retour arr. ou Suppr. deux fois permet d'effacer la " "cellule sélectionnée." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Hongrois" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Si votre calcul met trop de temps à être évalué, vous pouvez essayer " "\"Maxima->Interrompre\" puis \"Maxima->Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Image" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Fichiers images (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Inclure les colonnes :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "dans la variable :" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infini" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Infos sur la compilation de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimations initiales :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Condition initiale (&1)…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Condition initiale (&2)…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Étiquettes d'entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Insérer" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 #, fuzzy msgid "Insert &Section Cell\tCtrl+3" msgstr "Insérer une cellule de section\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 #, fuzzy msgid "Insert &Text Cell\tCtrl+1" msgstr "Insérer une cellule de texte \tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Insérer la cellule\tAlt+Maj-C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Insérer une image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Insérer une image…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Insérer une cellule d'entrée\tF5" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 #, fuzzy msgid "Insert Page Break" msgstr "Insérer un saut de page\tF10" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 #, fuzzy msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 #, fuzzy msgid "Insert Section Cell" msgstr "Insérer une cellule de section\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 #, fuzzy msgid "Insert Subsection Cell" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 #, fuzzy msgid "Insert T&itle Cell\tCtrl+2" msgstr "Insérer une cellule de titre\tF9" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 #, fuzzy msgid "Insert Text Cell" msgstr "Insérer une cellule de texte \tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 #, fuzzy msgid "Insert Title Cell" msgstr "Insérer une cellule de titre\tF9" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Insérer une nouvelle cellule d'entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Insérer une nouvelle cellule de section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Insérer une nouvelle cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Insérer une nouvelle cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Insérer une nouvelle cellule de texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Insérer une nouvelle cellule de titre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Insérer un saut de page" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Insérer une image" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Intégrer une expression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Intégrale/somme" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Intégrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Intégrer (Risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Intégrer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Intégrer une expression avec l'algorithme de Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Intégrer…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Crochet de la cellule active" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Intégrer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Intégrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Intégrer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interrompre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interrompre le calcul en cours" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrée invalide pour le programme Maxima.\n" "\n" "Entrer à nouveau le chemin vers l'exécutable Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inverse Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "&Transformée de Laplace inverse…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italien" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Italique" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japonais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" "Conserver le signe pourcentage avec les symboles spéciaux: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "PPCM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Langue utilisée pour l'interface de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Langue :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformée de Laplace…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 #, fuzzy msgid "Leads to" msgstr "va jusqu'à :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Plus petit commun multiple…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Ajustement par la méthode des moindres carrés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Ajustement par la méthode des moindres carrés…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Limite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Limite…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Régression linéaire…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "List with values" msgstr "la valeur est :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "à la liste :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Charger" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Charger un paquetage\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Ouvrir un fichier Maxima en utilisant une commande batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Charger un paquetage Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Charger un style à partir d'un fichier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "borne inférieure :" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "A&ppliquer à une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barre d'outils\tAlt+Maj-T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Générer une &liste…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Générer une liste à partir d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Substituer dans une expression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Appliquer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Appliquer une fonction à une matrice" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Fichier de commandes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Faire correspondre les parenthèses dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Police mathématique :" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Police mathématique :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Appliquer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nom de la matrice :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matrice :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Questions sur Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Questions sur Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Icône wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima est en train de calculer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Questions sur Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Entrée Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima est en train de calculer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Entrée Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "paquetage Maxima (*.mac)|*.mac|" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Paquetage Maxima (*.mac)|*.mac|Paquetage Lisp (*.lisp)|*.lisp|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima s'est arrêté." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programme Maxima :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Questions sur Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima a démarré. Attente de la connection…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima utilise ':' pour affecter une valeur à une variable ('a : 3;') et ':" "=' pour définir une fonction ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Version de Maxima :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Options de Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Test de la différence des moyennes…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Test sur la moyenne…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Moyenne…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Moyenne :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Médiane…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Fusionner les cellules" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Fusionner les cellules" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Méthode :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Faire correspondre les parenthèses dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Module" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nom :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "&Nouvelle session\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 #, fuzzy msgid "New document" msgstr "Ouvrir un document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Nouvelle valeur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nouvelle variable :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Commande suivante\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Recherche infructueuse !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Test de normalité…" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Dimension de matrice incorrecte !" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Nombre d'équations incorrect !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Non connecté à Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Non connecté" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "num deg :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Nombre d'équations :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Nombre d'équations :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Nombres" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Ancienne valeur :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Test de Student (t-test) à 1 échantillon…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutoriels en ligne" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Ouvrir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Ouvrir un fichier récent" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Ouvrir un document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Ouvrir une nouvelle fenêtre" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Ouvrir un document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Entrer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Ouverture du fichier" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Options" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Options :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Cellules inactualisées" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Étiquettes de sorties" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Approximant de &Padé…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Approximant de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Approximant de Padé d'un développement en série de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Saut de page" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Courbe paramétrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Éléments simples…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Éléments simples" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Des parties du document ne seront pas chargées correctement !" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Des parties du document ne seront pas chargées correctement !" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Coller" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "&Coller\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Coller le texte du presse-papier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Coller le texte du presse-papier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagramme circulaire…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configurer wxMaxima avec 'Édition->Configurer'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Redémarrer wxMaxima pour que les changements prennent effet." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Courbe &2d…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Courbe &3d…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Format de la courbe…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Courbe 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Courbe 2D" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Courbe 2d…" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Courbe 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Courbe 3D" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Courbe 3d…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Format de la courbe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Courbe en 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Courbe en 3 dimensions" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Tracer dans un fichier :" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Point :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polonais" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynôme 1 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynôme 2 :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugais (Brésil)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Fichier postscript (*.eps)|*.eps|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Précision" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Commande précédente\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprimer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprimer le document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Imprimer le document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "&Lire la matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Lecture des résultats de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Prêt pour une entrée utilisateur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Rappeler la commande suivante dans l'historique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Rappeler la commande précédent dans l'historique" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forme cartésienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "&Annuler\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Annuler la dernière modification" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Réduire (expr. trig.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Réduire une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Supprimer tous les résultats" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Supprimer les résultats des cellules" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, fuzzy, c-format msgid "Replaced %d occurrences." msgstr "%d occurrences remplacées" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Rapport de bogue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Intégration de Risch…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Racines d'un &polynôme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "&Racines d'un polynôme (bigfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Lignes :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russe" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Échantillon 1 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Échantillon 2 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Échantillon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Enregistrer" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Sauvegarder l'animation…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Enregistrer sous" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "&Sauvegarder la session sous…\tMaj-Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Enregistrer l'image…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Sauvegarder la sélection comme image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Sauvegarder la sélection comme image…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Enregistrer l'animation dans un fichier" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Sauvegarder le document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Sauvegarder le document sous" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Sauver la disposition des panneaux" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "" "Enregistrer la taille/position de la fenêtre de wxMaxima d'une session à " "l'autre." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Enregistrer le tracé dans un fichier " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Sauvegarder la sélection du document dans un fichier image " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Enregistrer la sélection dans un fichier" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Enregistrer le style dans un fichier " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Enregistrer la taille/position de la fenêtre de wxMaxima " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "" "Enregistrer la taille/position de la fenêtre de wxMaxima d'une session à " "l'autre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Échec du démarrage du serveur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Nuage de points" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Nuage de points…" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Section" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Celllule de section" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Sélection" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Choisir le programme Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Choisir un sous-échantillon" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Choisir une constante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Choisir l'algorithme d'affichage mathématique" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Sélectionner un partie des résultats et cliquer avec le bouton droit fait " "apparaître un menu proposant diverses fonctions pour opérer sur la sélection." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Sélection" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Série" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Série…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Serveur démarré" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Régler le zoom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Régler la précision de la virgule flottante" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Sélectionner une police à chasse fixe dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Régler le format de courbe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Régler le zoom à 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Régler le zoom à 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Régler le zoom à 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Régler le zoom à 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Régler le zoom à 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Régler le zoom à 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Choisir 'à la valeur' pour la résolution d'une é.d.o. avec la transformée de " "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Calculer le module" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Montrer les &définitions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Montrer les &fonctions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Montrer les as&tuces" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Montrer les &variables" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Montrer l'aide de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Montrer le modèle\tCtrl+Maj-K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Montrer une astuce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Montrer toutes les commandes analogues à :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Montrer un exemple pour la commande :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Montrer un exemple d'utilisation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Montrer les commandes analogues à" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Montrer les fonctions définies" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Montrer les variables déclarées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Montrer la définition d'une fonction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Montrer le modèle de la fonction" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Montrer les &variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Montrer les expressions longues dans la console de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Montrer les expressions longues" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Montrer les &fonctions" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Montrer la définition de la fonction :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Montrer l'aide de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Simplifier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplifier des &radicaux" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Simplifier (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Simplifier (expr. trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplifier une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplifier une expression contenant des factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplifier une expression contenant des radicaux" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplifier une expression rationnelle" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplifier la somme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplifier une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Depuis wxMaxima 0.8.2 vous pouvez aussi insérer des images dans vos " "documents. Utilisez le menu \"Cellule->Insérer une image\". Notez que si " "vous voulez que les images soient sauvegardées dans vos documents, vous " "devez utiliser le format \"Document xml wxMaxima\"." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Solution :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Résoudre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Résoudre un système &algébrique…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Résoudre un système &linéaire…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Résoudre &une équation différentielle…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Résoudre (to_poly)…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Résoudre une équation différentielle…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Résoudre une équation différentielle avec Lapla&ce…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Résoudre une équation différentielle…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Résoudre un système algébrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Résoudre un système d'équations algébriques" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Résoudre un problème aux limites pour une é.d.o. du second ordre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Résoudre une (des) équation(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Résoudre une (des) équation(s) avec to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Résoudre une é.d.o. du premier ordre avec condition initiale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Résoudre une é.d.o. du second ordre avec conditions initiales" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Résoudre un système &linéaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Résoudre un système d'équations linéaires" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Résoudre une équation différentielle ordinaire de degré au plus 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Résoudre une équation différentielle ordinaire avec la transformée de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Résoudre…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Espagnol" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Spécial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constantes spéciales" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Le démarrage de Maxima a échoué" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Démarrage de Maxima…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Échec du démarrage du serveur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Démarrage du serveur sur le port %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 #, fuzzy msgid "Startup commands" msgstr "Entrer une commande" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statistiques" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statistiques\tAlt+Maj-S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Chaînes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Style" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Styles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Sous-échantillon" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Substituer…" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substituer" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substituer…" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Somme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Statistiques\tAlt+Maj-S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Info système" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Barre d'outils\tAlt+Maj-T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Séries de Taylor :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Texte" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Cellule de texte" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Cellule de texte" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Arrière-plan de la cellule de texte" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Couper la sélection" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" "Le port par défaut utilisé pour la communication entre Maxima et wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "&Transformée de Laplace inverse…" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Il y a beaucoup de ressources sur Maxima et wxMaxima sur internet. Visitez " "http://wxmaxima.sourceforge.net/wiki/index.php/Tutorials pour obtenir plus " "d'information sur l'utilisation de wxMaxima et Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Il y a eu une erreur en générant le XML!\n" "\n" "Merci de faire un rapport de bogue." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Graduations :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "fois :" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Titre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Cellule de titre" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Les cellules de titre, section et sous-section peuvent être repliées pour " "masquer leur contenu. Pour replier ou déplier, cliquer dans le petit " "triangle à côté de la cellule. Si vous cliquez en enfonçant la touche Maj, " "tous les sous-niveaux de cette cellule seront aussi repliés ou dépliés." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Valeur approchée (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "En virgule flottante" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "En virgule &flottante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Pour un tracé en coordonnées polaires, choisir 'set polar' dans le menu " "Options de la boîte de dialogue Courbe 2D. Vous pouvez aussi tracer en " "coordonnées sphériques ou cylindriques en 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Pour mettre des parenthèses autour d'une expression, sélectionnez-la et " "pressez \"(\" ou \")\" selon l'endroit où vous voulez voir réapparaître le " "curseur." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Pour sauver la taille et la position de la fenêtre de wxMaxima d'une session " "à l'autre, utilisez 'Maxima->Configurer'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Pour commencer à utiliser wxMaxima rapidement, commencez à taper votre " "commande. Une cellule d'entrée devrait apparaître. Pressez alors sur Maj-" "Entrée pour évaluer votre commande." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "à :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Basculer le mode &algébrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Basculer l'affichage numérique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Affichage du &temps" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Basculer le mode algébrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Enregistrer l'animation dans un fichier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Basculer en plein écran d'édition" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Basculer l'affichage numérique entre valeur exacte et valeur approchée" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Icônes de la barre d'outils" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traduit par " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transposer une matrice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriels" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Test de Student (t-test) à 2 échantillons…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Type :" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Type :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrainien" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Souligné" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "&Annuler\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Annuler la dernière modification" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 #, fuzzy msgid "Unfold all folded sections" msgstr "Déplier tous les groupes" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Support Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 #, fuzzy msgid "Unterminated comment." msgstr "Décommenter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Mettre à jour" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "borne supérieure :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Utiliser l'algorithme de Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Utiliser le point pour désigner la multiplication" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Utiliser les polices jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Valeur :" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valeur :" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variables :" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variable :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variables" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variables :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Variance…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Alerte" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Bienvenue dans wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "En appliquant des fonctions avec un argument dans les menus, l'argument par " "défaut est '%'. Pour appliquer la fonction à une autre valeur, entrez-la " "dans la ligne d'entrée. Vous pouvez aussi sélectionner dans le document une " "(sous-)expression avant d'exécuter une commande de menu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Écrit par" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 #, fuzzy msgid "XML Inspector" msgstr "Inspecteur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "oui" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "La variable '%' représente le dernier résultat obtenu. Les résultats " "précédents s'obtiennent en utilisant les variables '%on' où n est le numéro " "du résultat." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 #, fuzzy msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Vous pouvez évaluer un document entier en utilisant le menu \"Cellule-" ">Évaluer toutes les cellules\" ou le raccourci associé. Les cellules seront " "évaluées dans l'ordre dans lequel elles apparaissent dans le document." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "AllVous pouvez obtenir de l'aide sur une fonction de Maxima en sélectionnant " "ou cliquant sur le nom de la fonction et en pressant F1. wxMaxima cherchera " "dans l'aide le nom de la fonction sélectionnée." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Vous pouvez cacher la zone de sortie des cellules d'entrées en cliquant dans " "le triangle sur le coté gauche des cellules. Cela fonctionne également sur " "les cellules de texte." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Vous pouvez insérer différents types de \"cellules\" dans un document " "wxMaxima en utilisant le menu \"Cellule\". Notez que seules les cellules " "d'entrée peuvent être évaluées alors que les autres sont utilisées pour " "commenter et structurer vos calculs." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Vous pouvez sélectionner plusieurs cellules à la souris – cliquez et glissez-" "déposez entre cellules ou à partir d'un crochet de cellule sur la gauche. Au " "clavier,maintenez la touche Maj enfoncée tout en déplaçant le curseur " "horizontal. Ensuite, opérez sur la sélection. Utile pour supprimer ou " "évaluer plusieurs cellules." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Vous avez la version %s. La dernière version est %s.\n" "\n" "Appuyez sur OK pour visiter le site de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Les changements seront perdus si vous ne les enregistrez pas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Votre version de wxMaxima est à jour." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Zoom avant\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Zoom arrière\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Zoom avant de 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Zoom arrière de 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ non sauvegardé ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ non sauvegardé* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "brun roux" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisymétrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "des deux côtés :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 #, fuzzy msgid "chi" msgstr "orchidée" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "par défaut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Générer une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "général" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "dans :" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "en ligne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "selon la direction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "à gauche" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "échelle logarithmique" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "coefficient[i,j] : " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "dans :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Éléments simples" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 #, fuzzy msgid "pi" msgstr "rose" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "à droite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symétrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "non sauvegardé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sans nom" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sans nom %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Noms des fonctions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "Aide de Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "Aide de Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configuration de wxMaxima " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima n'a pas pu trouver Maxima!\n" "\n" "Configurez wxMaxima avec 'Édition->Configurer'.\n" "Puis redémarrez Maxima avec 'Maxima->Redémarrer Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima n'a pas pu trouver les fichiers d'aide.\n" "\n" "Vérifiez votre installation." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima n'a pas pu démarrer le serveur.\n" "\n" "Vérifiez si vous disposez du support réseau\n" "et réessayez !" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "wxMaxima donne des valeurs par défaut dans les champs d'entrée des boîtes de " "dialogue, l'une d'entre elles étant '%'. Si vous avez opéré une sélection " "dans votre document, cette sélection sera utilisée au lieu de '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Document wxMaxima " #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "document wxMaxima (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Erreur de wxMaxima au chargement" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Icône wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima est une interface graphique pour le logiciel de calcul formel " "MAXIMA basée sur wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima est une interface graphique pour le logiciel de calcul formel " "MAXIMA basée sur wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "oui" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Questions sur Maxima" #~ msgid "Parsing output" #~ msgstr "Analyse du résultat" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima n'a pas pu trouver les fichiers d'astuces.\n" #~ "\n" #~ "Vérifiez votre installation." #~ msgid "Tips not available, sorry!" #~ msgstr "Les astuces ne sont pas disponibles !" #, fuzzy #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Erreur à l'export au forma GIF !\n" #~ "\n" #~ " Vérifiez que ImageMagick est installé et que wxMaxima trouve le " #~ "programme de conversion." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Afficher le temps d'exécution" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Programme Maxima :" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Questions sur Maxima" #~ msgid " << Expression too long to display! >>" #~ msgstr "<< Expression trop longue pour l'affichage >>" #~ msgid " << Unfold >>" #~ msgstr " << Déplier >>" #~ msgid "&Cell" #~ msgstr "Cellule" #~ msgid "&Copy" #~ msgstr "&Copier" #~ msgid "&Describe\tCtrl+H" #~ msgstr "&Décrire\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "&Éditer l'entrée\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "&Entrée\tF7" #~ msgid "&Monitor file" #~ msgstr "Surveiller un fichier" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Nouvelle session\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nouvelle fenêtre\tCtrl+O" #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "&Réévaluer l'entrée\tCtrl+R" #~ msgid "&Read file" #~ msgstr "&Lire le fichier" #~ msgid "&Soft restart" #~ msgstr "Redémarrage à chaud" #~ msgid "&Text\tF6" #~ msgstr "&Texte\tF6" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Rien à afficher >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Réglage de la taille de police grecque" #~ msgid "Adjustment:" #~ msgstr "Réglage :" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Tous|*|Paquetage Maxima(*.mac)|*.mac|Fichier de démonstration (*.dem)|*." #~ "dem|Fichier Lisp (*.lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Animation" #~ msgid "Apply function:" #~ msgstr "Appliquer la fonction:" #~ msgid "At point:" #~ msgstr "Au point :" #~ msgid "Autoload a file when it is updated" #~ msgstr "Recharger automatiquement un fichier quand il est mis à jour" #~ msgid "Background" #~ msgstr "Arrière-plan" #~ msgid "Basic" #~ msgstr "Basique" #~ msgid "Button panel:" #~ msgstr "Panneau de boutons :" #~ msgid "C&lear screen" #~ msgstr "Effacer &l'écran" #~ msgid "Char poly of:" #~ msgstr "Polynôme caractéristique de :" #~ msgid "Close document?" #~ msgstr "Fermer le document ?" #~ msgid "Comment out" #~ msgstr "Commenter" #~ msgid "Copy &text" #~ msgstr "Copier le &texte" #~ msgid "Copy As Image" #~ msgstr "Copier comme image" #~ msgid "Copy LaTeX" #~ msgstr "Copier le code LaTeX" #~ msgid "Copy cells" #~ msgstr "Copier les cellules" #~ msgid "Copy input" #~ msgstr "Copier l'entrée" #~ msgid "Copy input from console" #~ msgstr "Copier l'entrée à partir de la console" #~ msgid "Copy selected cell(s)" #~ msgstr "Copier la sélection" #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "" #~ "Copier la sélection à partir de la console (avec les sauts de ligne)" #~ msgid "Copy selection from console to input line" #~ msgstr "Copier dans la ligne d'entrée la sélection de la console" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "" #~ "Copier la sélection dans le presse-papiers quand la sélection est faite " #~ "dans le document" #~ msgid "Copy to clipboard on select" #~ msgstr "À la sélection, copier dans le presse-papiers" #~ msgid "Copy to input" #~ msgstr "Copier vers l'entrée\tF4" #~ msgid "Create a batch file from current session" #~ msgstr "Créer un fichier batch a partir de la session en cours" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "&Couper la cellule\tCtrl+Maj-X" #~ msgid "Cut selection from document" #~ msgstr "Couper la sélection dans le document" #~ msgid "Decrease fontsize in document" #~ msgstr "Diminuer la taille de police du document" #~ msgid "Default port:" #~ msgstr "Port par défaut :" #~ msgid "Delete selected cell(s)" #~ msgstr "Effacer la(les) cellule(s) sélectionnée(s)" #~ msgid "Delete selected input/output group" #~ msgstr "Effacer le groupe d'entrée/sortie sélectionné" #~ msgid "Delete selection" #~ msgstr "Effacer la sélection" #~ msgid "Delete selection from console" #~ msgstr "Supprimer la sélection de la console" #~ msgid "Delete the contents of console." #~ msgstr "Effacer le contenu de la console" #~ msgid "Describe" #~ msgstr "Décrire" #~ msgid "Document " #~ msgstr "Document" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Document non sauvegardé !\n" #~ "\n" #~ "Fermer le document courant et perdre toutes les modifications ?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Document non sauvegardé !\n" #~ "\n" #~ "Fermer wxMaxima et perdre toutes les modifications ?" #~ msgid "Edit input" #~ msgstr "Éditer l'entrée" #~ msgid "Edit selected input" #~ msgstr "Éditer l'entrée sélectionnée" #~ msgid "Edit text" #~ msgstr "Éditer le texte" #~ msgid "Error %d" #~ msgstr "Erreur %d" #~ msgid "Export to HTML file" #~ msgstr "Exporter en HTML" #~ msgid "Find..." #~ msgstr "Chercher…" #~ msgid "Font family:" #~ msgstr "Famille de police :" #~ msgid "Font size in console window." #~ msgstr "Taille de police de la console." #~ msgid "Font size:" #~ msgstr "Taille de la police :" #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Police d'affichage du document pour les glyphes unicode." #~ msgid "From array:" #~ msgstr "À partir du tableau :" #~ msgid "From equations:" #~ msgstr "À partir des équations :" #~ msgid "Full" #~ msgstr "Complet" #~ msgid "Functions and macros" #~ msgstr "Fonctions et macros" #~ msgid "Go to input\tF4" #~ msgstr "Aller à l'entrée\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Aller à la fenêtre d'affichage\tF3" #~ msgid "Height:" #~ msgstr "hauteur :" #~ msgid "Hidden groups" #~ msgstr "Groupes cachés" #~ msgid "I&nsert" #~ msgstr "I&nsérer" #~ msgid "INPUT:" #~ msgstr "ENTRÉE :" #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Si vous voulez entrer plus d'un ligne à la fois, utilisez le bouton " #~ "\"Entrée multiligne\" à doite de la ligne d'entrée." #~ msgid "Increase fontsize in document" #~ msgstr "Augmenter la taille de police du document" #~ msgid "Input" #~ msgstr "Entrée" #~ msgid "Insert input group" #~ msgstr "Insérer le groupe d'entrée" #~ msgid "Insert new input before selected input" #~ msgstr "Insérer une nouvelle entrée avant l'entrée sélectionnée" #~ msgid "Insert section before selected input" #~ msgstr "Insérer la section avant l'entrée sélectionnée" #~ msgid "Insert text" #~ msgstr "Insérer le texte" #~ msgid "Insert text before selected input" #~ msgstr "Insérer le texte avant l'entrée sélectionnée" #~ msgid "Insert title before selected input" #~ msgstr "Insérer le titre avant l'entrée sélectionnée" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "Au lieu d'entrer un long chemin pour un fichier, vous pouvez sélectionner " #~ "le fichier en utilisant 'Fichier->Choisir un fichier'." #~ msgid "Integrate ..." #~ msgstr "Intégrer ..." #~ msgid "Integrate:" #~ msgstr "Intégrer :" #~ msgid "Labels" #~ msgstr "Labels" #~ msgid "Limit of:" #~ msgstr "Limite de :" #~ msgid "Main prompts" #~ msgstr "Invite pincipale" #~ msgid "Map function:" #~ msgstr "Appliquer la fonction :" #~ msgid "Maxima configuration" #~ msgstr "Configuration de Maxima" #~ msgid "Maxima session (*.sav)|*.sav|All|*" #~ msgstr "Session Maxima (*.sav)|*.sav|Tous|*" #~ msgid "" #~ "Maxima session (*.sav)|*.sav|Maxima package (*.mac)|*.mac|Lisp package (*." #~ "lisp)|*.lisp|Demo file (*.dem)|*.dem|All|*" #~ msgstr "" #~ "Session Maxima (*.sav)|*.sav|MPaquetage Maxima (*.mac)|*.mac|Paquetage " #~ "Lisp (*.lisp)|*.lisp|Fichier de démonstration (*.dem)|*.dem|Tous|*" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Session Maxima (*.wxm)|*.wxm" #~ msgid "Multiline input" #~ msgstr "Entrée multiligne" #~ msgid "New &Section Cell\tCtrl+F6" #~ msgstr "Nouvelle §ion\tCtrl+F6" #~ msgid "New Input &Cell\tF7" #~ msgstr "Nouvelle &cellule d'entrée\tF7" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Nouveau t&itre de cellule\tCtrl+Maj-F6" #~ msgid "Off" #~ msgstr "Éteint" #~ msgid "Open multiline input dialog" #~ msgstr "Entrée multiligne" #~ msgid "Open session from a file" #~ msgstr "Ouvrir une session à partir d'un fichier" #~ msgid "Other prompts" #~ msgstr "Autres invites" #~ msgid "Panes" #~ msgstr "Panneaux" #~ msgid "Parametric" #~ msgstr "Paramétré" #~ msgid "Paste cell(s) to document" #~ msgstr "Coller la(les) cellule(s) dans le document" #~ msgid "Paste input" #~ msgstr "Insérer l'entrée" #~ msgid "Paste input to console" #~ msgstr "Insérer l'entrée dans la console " #~ msgid "Product..." #~ msgstr "Produit…" #~ msgid "Product:" #~ msgstr "Produit :" #~ msgid "Quit?" #~ msgstr "Quitter ?" #~ msgid "R&ationalize trigonometric" #~ msgstr "Simplification trigo r&ationnelle" #~ msgid "Rationalize trigonometrix expression" #~ msgstr "Simplifier une expression trigonométrique rationnelle" #~ msgid "Ratsimp" #~ msgstr "Ratsimp" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Tout &réévaluer\tCtrl+Maj-R" #~ msgid "Re-evaluate all input" #~ msgstr "Réévaluer toute l'entrée" #~ msgid "Re-evaluate input" #~ msgstr "Réévaluer l'entrée" #~ msgid "Read file from command line" #~ msgstr "Lire une session à partir de la ligne de commande" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "&Annuler\tCtrl+Z" #~ msgid "Restart maxima (softly)" #~ msgstr "Redémarrage à chaud de Maxima" #~ msgid "Save changes before closing?" #~ msgstr "Sauver les changements avant de fermer ?" #~ msgid "Save changes?" #~ msgstr "Sauvegarder les changements ?" #~ msgid "Save document as ..." #~ msgstr "Enregistrer le document sous…" #~ msgid "Save session" #~ msgstr "Enregistrer la session" #~ msgid "Save session to a file" #~ msgstr "Enregistrer la session dans un fichier" #~ msgid "Save to file" #~ msgstr "Enregistrer dans un fichier" #~ msgid "Select &file" #~ msgstr "Choisir un &fichier" #~ msgid "Select a file" #~ msgstr "Choisir un fichier" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "Choisir un fichier (copie le nom du fichier dans la ligne d'entrée)" #~ msgid "Select file to open" #~ msgstr "Choisir un fichier à ouvrir" #~ msgid "Select last input\tCtrl+D" #~ msgstr "Sélectionner la dernière entrée\tCtrl+D" #~ msgid "Select last input\tF2" #~ msgstr "Sélectionner la dernière entrée\tF2" #~ msgid "Select last input in the colsole!" #~ msgstr "Sélectionner la dernière entrée dans la colsole !" #~ msgid "Select last input in the console!" #~ msgstr "Sélectionner la dernière entrée dans la console !" #~ msgid "Select package to batch" #~ msgstr "Choisir un paquetage à traiter" #~ msgid "Select package to load" #~ msgstr "Choisir un paquetage à charger" #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "Sélection à entrer\tCtrl+Maj-E" #~ msgid "Selection to input\tF5" #~ msgstr "Sélection à entrer\tF5" #~ msgid "Send ranges to &gnuplot" #~ msgstr "Envoyer les intervalles à Gnuplot" #~ msgid "Set &Precision..." #~ msgstr "Régler la &précision…" #~ msgid "Set focus to the input line" #~ msgstr "Rendre active la ligne d'entrée" #~ msgid "Set focus to the output window" #~ msgstr "Rendre active la fenêtre d'affichage" #~ msgid "Show Maxima header" #~ msgstr "Montrer les en-têtes de Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Montrer les en-têtes avec les informations sur le système Maxima." #~ msgid "Show the description of a command" #~ msgstr "Montrer la description d'une commande" #~ msgid "Show the description of command/variable:" #~ msgstr "Montrer la description de la commande/variable :" #~ msgid "Solve &numerically ..." #~ msgstr "Résoudre &numériquement ..." #~ msgid "Solve equation(s):" #~ msgstr "Résoudre une (des) équation(s) :" #~ msgid "Solve equation:" #~ msgstr "Résoudre une équation :" #~ msgid "Solve numerically" #~ msgstr "Résoudre numériquement" #~ msgid "Solve numerically ..." #~ msgstr "Résoudre numériquement..." #~ msgid "Start animation" #~ msgstr "Démarrer l'animation" #~ msgid "Stop animation" #~ msgstr "Arrêter l'animation" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Statistiques\tAlt+Maj-S" #~ msgid "Substitute ..." #~ msgstr "Substituer ..." #~ msgid "Substitute:" #~ msgstr "Substituer :" #~ msgid "Substitution" #~ msgstr "Substitution" #~ msgid "Sum of:" #~ msgstr "Somme de :" #~ msgid "Sum..." #~ msgstr "Somme…" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Partager la cellule" #~ msgid "To &Float\tCtrl+F" #~ msgstr "En virgule flottante\tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "Pour entre une matrice A, taper 'A:' dans la ligne d'entrée puis choisir " #~ "'Algèbre->Entrer une matrice' dans les menus" #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Pour mettre une expression déjà écrite entre parenthèses, sélectionnez-la " #~ "à la souris puis tapez '('." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Pour repéter une commande déjà entrée précédemment, tapez les premières " #~ "lettres puis utilisez la touche Tab." #~ msgid "Toggle algebraic computation" #~ msgstr "Basculer le calcul algébrique" #~ msgid "U&nsum expression ..." #~ msgstr "Désommer l'expressio&n ..." #~ msgid "Unfold" #~ msgstr "Déplier" #~ msgid "Unicode glyphs:" #~ msgstr "GlyphesUnicode :" #~ msgid "Unsum" #~ msgstr "Désommer" #~ msgid "Unsum expression:" #~ msgstr "Désommer l'expression" #~ msgid "Use &Taylor series" #~ msgstr "Utiliser la série de &Taylor :" #~ msgid "Use greek font to display greek characters." #~ msgstr "Utiliser une police grecque pour afficher les caractères grecs." #~ msgid "Use greek font:" #~ msgstr "Utiliser la police grecque :" #~ msgid "What has to be summed to get this result" #~ msgstr "Ce qui doit être sommé pour obtenir ce résultat" #~ msgid "Width:" #~ msgstr "largeur :" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Faire correspondre les parenthèses dans les entrées de texte." #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Vous pouvez supprimer un groupe de sortie/entrée en sélectionnant le " #~ "label d'entrée et en choisissant 'Maxima->Effacer la sélection' dans les " #~ "menus." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "Vous pouvez cacher un résultat en cliquant sur le label du résultat. " #~ "Cliquez sur un label pour masquer l'entrée et le résultat. Cliquez à " #~ "nouveau pour rendre visible les expressions cachées." #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Vous pouvez charger un fichier en le faisant glisser de l'explorateur de " #~ "fichiers vers la fenêtre de la console." #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Vous pouvez charger un fichier en le faisant glisser dans la fenêtre de " #~ "console. Vous pouvez sélectionner une fonction personnalisée pour charger " #~ "le fichier. Si votre fonction personnalisée est 'A:read_matrix(%file%, " #~ "csv)', alors %file% sera remplacé par le nom de votre fichier." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "Vous pouvez sélectionner un résultat de Maxima dans la console de " #~ "wxMaxima avec la souris et le copier dans le presse-papier avec 'Maxima-" #~ ">Copier'" #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Vous pouvez utiliser la commande TeX de Maxima pour écrire les " #~ "expressions en Tex. Vous pouvez ensuite les copier dans un éditeur de " #~ "texte pour les inclure dans vos documents." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon :" #~ msgid "Zoom set to " #~ msgstr "Zoom réglé à" #~ msgid "aquamarine" #~ msgstr "bleu-vert" #~ msgid "around:" #~ msgstr "au voisinage :" #~ msgid "black" #~ msgstr "noir" #~ msgid "blue" #~ msgstr "bleu" #~ msgid "blue violet" #~ msgstr "violet bleu" #~ msgid "brown" #~ msgstr "brun" #~ msgid "by variable:" #~ msgstr "par la variable :" #~ msgid "cadet blue" #~ msgstr "bleu cadet" #~ msgid "change var:" #~ msgstr "changer de var. :" #~ msgid "coral" #~ msgstr "corail" #~ msgid "cornflower blue" #~ msgstr "bleuet" #~ msgid "cyan" #~ msgstr "cyan" #~ msgid "dark green" #~ msgstr "vert foncé" #~ msgid "dark grey" #~ msgstr "gris foncé" #~ msgid "dark olive green" #~ msgstr "vert olive foncé" #~ msgid "dark orchid" #~ msgstr "orchidée foncé" #~ msgid "dark slate blue" #~ msgstr "bleu ardoise foncé" #~ msgid "dark slate grey" #~ msgstr "gris ardoise foncé" #~ msgid "dark turquoise" #~ msgstr "turquoise foncé" #~ msgid "dim grey" #~ msgstr "gris mat" #~ msgid "eliminate variables:" #~ msgstr "éliminer les variables :" #~ msgid "equation:" #~ msgstr "équation :" #~ msgid "firebrick" #~ msgstr "rouge brique" #~ msgid "for function(s):" #~ msgstr "pour la (les) fonction(s) :" #~ msgid "for variable(s):" #~ msgstr "pour la (les) variable(s) :" #~ msgid "forest green" #~ msgstr "vert forêt" #~ msgid "from expression:" #~ msgstr "à partir de l'expression :" #~ msgid "function:" #~ msgstr "fonction :" #~ msgid "gold" #~ msgstr "doré" #~ msgid "goldenrod" #~ msgstr "jaune paille" #~ msgid "green" #~ msgstr "vert" #~ msgid "green yellow" #~ msgstr "jaune-vert" #~ msgid "grey" #~ msgstr "gris" #, fuzzy #~ msgid "implies" #~ msgstr "Simplifier" #~ msgid "khaki" #~ msgstr "kaki" #~ msgid "light blue" #~ msgstr "bleu clair" #~ msgid "light grey" #~ msgstr "gris clair" #~ msgid "light steel blue" #~ msgstr "bleu acier clair" #~ msgid "lime green" #~ msgstr "vert lime" #~ msgid "lines hidden" #~ msgstr "lignes cachées" #~ msgid "maroon" #~ msgstr "bordeaux" #~ msgid "medium aquamarine" #~ msgstr "bleu-vert moyen" #~ msgid "medium blue" #~ msgstr "bleu moyen" #~ msgid "medium forest green" #~ msgstr "vert forêt moyen" #~ msgid "medium goldenrod" #~ msgstr "jaune paille moyen" #~ msgid "medium orchid" #~ msgstr "orchidée moyen" #~ msgid "medium sea green" #~ msgstr "vert océan moyen" #~ msgid "medium slate blue" #~ msgstr "bleu ardoise moyen" #~ msgid "medium spring green" #~ msgstr "vert printemps moyen" #~ msgid "medium turquoise" #~ msgstr "turquoise moyen" #~ msgid "medium violet red" #~ msgstr "rouge-violet moyen" #~ msgid "midnight blue" #~ msgstr "bleu de minuit" #, fuzzy #~ msgid "ny" #~ msgstr "bleu marine" #~ msgid "orange" #~ msgstr "orange" #~ msgid "orange red" #~ msgstr "rouge orangé" #~ msgid "pale green" #~ msgstr "vert pâle" #~ msgid "plum" #~ msgstr "prune" #~ msgid "purple" #~ msgstr "violet" #~ msgid "red" #~ msgstr "rouge" #~ msgid "salmon" #~ msgstr "saumon" #~ msgid "sea green" #~ msgstr "vert océan" #~ msgid "sienna" #~ msgstr "terre de Sienne" #~ msgid "sky blue" #~ msgstr "bleu azur" #~ msgid "spring green" #~ msgstr "vert printemps" #~ msgid "steel blue" #~ msgstr "bleu acier" #~ msgid "thistle" #~ msgstr "chardon" #~ msgid "turquoise" #~ msgstr "turquoise" #~ msgid "untitled.wxm" #~ msgstr "sansnom.wxm" #~ msgid "variable" #~ msgstr "variable" #~ msgid "variable:" #~ msgstr "variable :" #~ msgid "violet" #~ msgstr "violet" #~ msgid "wheat" #~ msgstr "blé" #~ msgid "when variable:" #~ msgstr "quand la variable :" #~ msgid "white" #~ msgstr "blanc" #~ msgid "with:" #~ msgstr "avec :" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima a des boîtes de dialogue agréables pour tracer des courbes. Si " #~ "vous voulez modifier une commande précédente de tracé, vous pouvez y " #~ "accéder en utilisant l'historique puis en cliquant sur le bouton Courbe" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima est une interface graphique pour le \n" #~ " logiciel de calcul formel MAXIMA basée sur wxWidgets." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima est une interface wxWidgets pour le\n" #~ "logiciel de calcul formel MAXIMA.\n" #~ "\n" #~ "Version : %s.\n" #~ "Licence : GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "Options de wxMaxima" #~ msgid "wxMaxima session" #~ msgstr "Session wxMaxima " #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "session wxMaxima (*.wxm)|*.wxm" #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "" #~ "Session wxMaxima (*.wxm)|*.wxm|Fichier de commandes Maxima (*.mac)|*.mac|" #~ "Tous|*" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Document wxMaxima (*.wxm)|*.wxm|Document xml wxMaxima (*.wxmx)|*.wxmx|" #~ "Fichier de commande Maxima (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "La ligne d'entrée de wxMaxima a un historique accessible par les touches " #~ "haut et bas, et une auto-complétion basée sur les entrées antérieures " #~ "accessible par la touche tab." #~ msgid "yellow green" #~ msgstr "vert-jaune" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon :" wxmaxima-Version-18.02.0/locales/gl.po000066400000000000000000007231451324204105000175270ustar00rootroot00000000000000# translation of gl.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Mario Rodriguez , 2012-2015 msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2007-08-02 17:05+0200\n" "Last-Translator: Mario Rodriguez \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Soporte unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Versión de Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Non conectado a Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Non conectado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Gráficos) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 #, fuzzy msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" "...[suprimidas liñas adicionais; resultado maior do indicado en " "configuración]" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "\"Copy LaTeX\" engade marcadores de ecuacións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "símbolo \"implica\"" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "celas %i na cola de avaliación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "Álxe&bra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Aplicar a lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&A propósito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Arquivo por &lotes\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blema de contorna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Informar de e&rro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "A&nálise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forma &canónica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polinomio &característico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Limpar memoria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combinar factoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplificación &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Fracción contin&ua" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copiar\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Integración &definida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Derivar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Editar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "Eliminar &variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Introducir matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Exemplo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Expandir expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Expandir &trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "Expo&nencializar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exportar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Factorizar expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "C&alcular raíz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Xerar matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Má&ximo común divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "A&xuda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrumpir\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrumpir\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "In&vertir matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Cargar &paquete\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "Distribui&r sobre lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Axuda de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Cálculo do &módulo" #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Novo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "N&umérico" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Integración &numérica" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Abrir\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Abrir...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Gráficos" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Serie de &potencias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Imprimir...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Racional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "R&educir trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Raíces reais dun polino&mio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Gardar\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Simplificar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplificar expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplificar factoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplificar trigonometría" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Resolver" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Serie de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Traspoñer matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplificación &trigonométrica" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3D" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Usar idioma predeterminado)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infinito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "...[suprimidas liñas adicionais; resultado maior do indicado en " "configuración]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Introduciuse en wxMaxima 0.8.0 un 'cursor horizontal'. O seu aspecto é o " "dunha líña horizontal entre celas, indicando onde aparecerá unha nova cela ó " "escribir ou copiar unha nova instrución." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Introduciue en wxMaxima 0.8.2 un novo formato de documento que non só garda " "as instrucións e comentarios do usuario, senón tamén os resultados. Cando se " "garde o documento, seleccione 'Documento xml wxMaxima' " #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Salto de páxina" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Cela de subsubsección" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Cela de subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 #, fuzzy msgid "A symbol from the configuration dialogue" msgstr "Un símbolo do diálogo de configuración" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "&Condición inicial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Interrupción do cálculo debido a erro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "A&cerca de..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Acerca de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Corchete de cela activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matriz ad&xunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Engadir &igualdade alxébrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Engadir directorio á ruta de busca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Abre documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Engadir dir á ruta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Egadir igualdade ó simplificador racional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Engadir arquivo .wxmx á exportación HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Enga&dir á ruta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "Instruccións adicionais para engadir ó preámbulo LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Liñas adicionais para o preámbulo de TeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Parámetros adicionais para Maxima (por exemplo, -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Parámetros adicionaispara maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 #, fuzzy msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Liñas adicionais para o preámbulo de TeX" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Despois clicar sobre a animación creada por with_slider_draw() ou " "semellante, este botón deslizante permite cambiar dunha imaxe a outra." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Todos os nomes de variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Frecuencia de imaxes en animacións:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Calcula o límite dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Calcula o límite dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Abre documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Aplicar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "A propósito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Array:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Arte por" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Preguntar para gardar documentos non titulados" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Condición inicial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Cambiar automáticamente o directorio de traballo de Maxima ó que contén o " "documento actual: isto é necesario se o documento realiza lecturas ou " "escrituras relativas ó directorio actual, pero fará que Maxima 5.35 falle ó " "intentar atopar a ruta á súa propia instalación se o documento actual se " "aloxa nunha unidade de almacenamento distinta de aquela na que Maxima está " "instalado." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 #, fuzzy msgid "Autosave interval (minutes, 0 means: off):" msgstr "Intervalo de autogardado (minutos, 0 significa desactivado)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Diagrama de barras" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Arquivos bat (*.bat)|*.bat|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Arquivo por lotes" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 #, fuzzy msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "Junto coa funcionalidade habitual de desfacer que está activa cando o cursor " "está entre celas de wxMaxima, tamén hai unha función de desfacer restrinxida " "a celas. Premendo Ctrl+Z dentro dunha cela permite facer cambios que só " "afectan a ela mesma." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 #, fuzzy msgid "Bitmap scale for export:" msgstr "Escala bitmap para exportar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Negrita" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Cursores horizontal e vertical activos ó mesmo tempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Diagrama de caixas" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Navegar" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Fallo: autocompleción solicitada para elemento descoñecido." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Fallo: cela abandoada sen ter entrado." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Fallo: pregunta sen cela asociada" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Fallo: Solicitouse cambiar o contido dunha cela por riba do comezo da folla " "de traballo." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Fallo: Solicitouse eliminar o contido dunha cela por riba do comezo da folla " "de traballo." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Fallo: Solicitado cambiar primeiro o contido dunha cela e logo non borrala." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "Fallo: cela sen grupo ó que pertencer" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Fallo: Texto cambiado sen cela activa." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Fallo: Intento de engadir NULL a un grupo de celas." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Fallo: Intento de engadir o resultado de Maxima a unha cela fóra da folla de " "traballo." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "Fallo: intento de mover cursor horizontal dentro dun grupo de celas." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 #, fuzzy msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "Fallo: Intento de gardar o cambio do contido dunha cela sen cela." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "Fallo: Intento de selección non válida do contido dunha cela." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "Fallo: Acción de desfacer." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" "Fallo: Solicitude de desfacer para unha cela fóra da folla de traballo." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Información de compilación" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Por defecto, Shift+Enter utilízase para avaliar instrucións, mentres Retorno " "úsase para introducir liñas múltiples. Este comportamento pódese cambiar en " "'Editar->Preferencias' seleccionando 'Tecla retorno avalía celas', co que se " "intercambiarán os roles destas teclas." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "C&ambiar variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Preferencias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "&Calcular produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calcular su&ma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Formato real grande da última expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Formato real da última expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calcular módulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Calcula o valor numérico do derradeiro resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calcular produtos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calcular sumas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Non se pode acceder ó servidor web." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Non se pode descargar a versión." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Cancelar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Canónico (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Catalán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ce&la" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Corchete de cela" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Cela termina en barra invertida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Cambiar pantalla &2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Cambiar o algoritmo empregado para amosar a saída matemática na pantalla 2D." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Cambiar variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Cambiar variable en integral ou suma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polinomio característico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Comproba actualizacións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Comproba se existe nova versión de wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Ji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Chino simplificado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chino tradicional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Elixir tipografía" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Elixir un novo formato de gráficos:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Clases:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "&Pechar\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Pechar xanela" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Resaltado de código: Comentarios" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Resaltado de código: Final de liña" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Resaltado de código: Funcións" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Resaltado de código: Números" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Resaltado de código: Operadores" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Resaltado de código: Cadeas de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Resaltado de código: Variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Nomes col.:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Columnas:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combinar factoriais nunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Coma seguida inmediatamente dun paréntese pechado" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Coordenadas x separadas por comas." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Coordenadas y separadas por comas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Coordenadas x separadas por comas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Coordenadas x separadas por comas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Coordenadas x separadas por comas." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Comentar selección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Descomentar o texto seleccionado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Comentar selección\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "&Autocompletar\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Autocompletar" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Parar completamente Maxima e arrincar de novo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Simplificación &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calcular fracción continua dun valor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calcula a matriz adxunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calcula o polinomio característico dunha matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calcula o determinante dunha matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calcula o máximo común divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calcula a inversa dunha matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Calcula o mínimo común múltiplo (executar load(funcións) antes de usar)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condición" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Arquivo de configuración (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Advertencia sobre configuración" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configura wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "C&ontrae logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Convirte binomiais, funcións beta e gamma a factoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Convirte binomiais, funcións factoriais e beta á función gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Convirte expresión complexa á forma polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Convirte expresión complexa á forma cartesiá" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Convirte función exponencial de argumento imaxinario á forma trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Convirte logaritmo dun produto en suma de logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Convirte suma de logaritmos en logaritmo dun produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Convirte a &factoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Convirte a &gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Convirte á forma &polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Convirte á forma &cartesiá" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Convirte expresión trigonométrica á forma canónica casi linear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Convirte funcións trigonométricas á forma exponencial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copiar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "&Copiar entrada anterior\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Copia resultado anterior\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copiar como imaxen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copiar como &LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Copiar como imaxen" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Copiar como &LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Copiar como &LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Copiar como &texto\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Copiar como imaxen" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copiar selección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Copiar selección do documento como imaxe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copiar selección do documento como imaxe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Copiar selección do documento como imaxe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copiar selección do documento con formato texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copiar selección do documento con formato LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Crear unha nova cela coa entrada anterior" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Crear unha nova cela coa saída anterior" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Cortar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Co&rtar\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Cortar selección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Checo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matriz de datos:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Arquivo de datos (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Datos:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 #, fuzzy msgid "Debug: watch maxima's stdout stream" msgstr "Depurado: mirar o fluxo de saída de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Descompoñer función racional en fraccións simples" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Predeterminado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Frecuencia de imaxes en animacións:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Tipografía predeterminada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 #, fuzzy msgid "Default plot size for new maxima sessions:" msgstr "Tamaño por defecto de gráficos en novas sesións de Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "Porto predeterminado para comunicación entre Maxima e wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "Definir a frecuencia de imaxes para a reproducción de animacións." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Borra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Borra f&unción" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Borra selección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Borra v&ariable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Borra unha función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Borra unha variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Borra todas as variables da memoria" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Borra función(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Borra variable(s):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "denom deg:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Profundidad:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivada:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Desviación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vide polinomios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Deriva" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Deriva" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Deriva expresión" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Deriva" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Dirección:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Gráfico de puntos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Amosa formato Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Amosa algoritmo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Resolve ecuación(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Amosa último resultado en formato TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Amosa tempo de execución" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Divide" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Divide cela" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Divide cela" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Divide números ou polinomios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Dividir esta cela de entrada en dúas celas" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Gárdanse os cambios feitos no documento? \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Fondo do documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " foi gardado cunha versión máis actualizada de wxMaxima, polo que é posible " "que non se cargue correctamente. Rógase a actualización de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " foi gardado cunha versión máis actualizada de wxMaxima. Rógase a " "actualización de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Clase de documento para exportar en TeX:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Non guardar" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "E&cuacións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Sair\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Vectores &propios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Va&lores propios" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Elimina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Elimina unha variable dun sistema de ecuacións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Fin de proba" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Inglés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Introduce datos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Introduce matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Introduce unha matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Introduce unha ecuación para a simplificación racional:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Introduce unha lista de variables separadas por comas." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Tecla retorno avalía celas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Introduce matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 #, fuzzy msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Frecuencia de imaxes en animacións:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Precisión para bigfloats:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Introduce a ruta ó ejecutable Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Épsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Épsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Ecuación:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Ecuación %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Ecuación(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Ecuación:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Ecuacións:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Erro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Erro!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "A&valía cela(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Avalía formas &nominais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Avaliar todas as celas\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Avaliar todas as celas visibles\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "A&valía cela(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "A&valía cela(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Avaliar celas superiores\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "A&valía cela(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Avaliar parte\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Avaliar cela\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Avaliar sub-subsección\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Avaliar subsección\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Avalía celas activas ou seleccionadas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Avalía todas as celas do documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Avalía todas as formas nominais nunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Avaliar todas as celas visibles do documento" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Avalía o ficheiro dende o comezo ata a cela sobre o cursor" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Avaliar ata o punto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Exemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Texto de exemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Exemplos:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Sae de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Expande" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Expande (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Expande expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Ex&pande logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Expande unha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Expande expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "&Exporta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Exportar animacións a TeX (as imaxes terán movemento só se o visor PDF o " "admite)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exporta documento a arquivo HTML ou TeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Fallou a exportación a HTML!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Fallou a exportación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Exportación realizada." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Fallou a exportación a HTML!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Fallou a exportación a TeX!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Fallou la exportación a arquivo por lotes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Exportando..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expresión" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expresión(s):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expresión:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Factoriza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Factoriza comple&xo" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Factoriza expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Factoriza unha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Factoriza unha expresión en números gaussianos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Factoriais e &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Erro fatal" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figura %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Arquivo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "Arquivo non se puido abrir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Arquivo non atopado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Arquivo aberto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "O arquivo a abrir non existe." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Arquivo" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Busca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "&Busca\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Calcula &límite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Calcula mínim&o" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Calcula raíz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Calcula mínimo (sen restricións) dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Calcula o límite dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Calcula unha raíz dunha ecuación nun intervalo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Calcula todas as raíces dun polinomio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Calcula todas as raíces reais dun polinomio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Busca e substitue" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Busca e substitue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Calcula os valores propios dunha matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Calcula os vectores propios dunha matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Calcula mínimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Calcula as raíces reais dun polinomio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Calcula raíz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Busca" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Danés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Axustar os índices de orde (%i e %o) antes de gardar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Tipografía proporcional en controis de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Ocultar todo\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Ocultar todas as seccións" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Seguir" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema tipográfico: altura de carácter demasiado pequena. Instalando " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html e " "comprobando \"Use JSmath fonts\" no diálogo de configuración debería " "resolver o problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema tipográfico: o símbolo sqrt() ten tamaño 0. Instalando http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html e comprobando \"Use " "JSmath fonts\" no diálogo de configuración debería resolver o problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Problema tipográfico: o contido de sqrt() ten tamaño 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Tipografía usada no documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Tipografía usada para amosar caracteres matemáticos no documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Tipografía" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formato:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Marco %i de %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francés" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Dende:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "P&antalla completa\tAlt+Retorno" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Función" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Función(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Función:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funcións para a simplificación complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funcións para simplificar factoriais e función gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funcións para simplificar expresións trigonométricas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "MCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Imaxe GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matemáticas xerais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "&Matemáticas xerais\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Xera matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "&Xera matriz a partir de expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Xera unha matriz a partir dunha táboa de 2 dimensións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Xera unha matriz a partir dunha expresión lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Alemán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Calcula parte &imaxinaria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Calcula &serie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Calcula a transformada de Laplace dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Calcula parte &real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Calcula a transformada inversa de Laplace dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Calcula o desenvolvemento de Taylor ou serie de potencias da expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Calcula a parte imaxinaria dunha expresión complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Calcula a parte real dunha expresión complexa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Solicitouse unha acción de desfacer que requere un borrado que non é posible " "realizar neste intre." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Grego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Letras gregas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Letras gregas\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Cuadrícula:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "Arquivo HTML (*.html)|*.html|Arquivo por lotes (*.mac)|*.mac|Arquivo " "pdfLaTeX (*.tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "A&xuda" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Divide cela" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Oculta todas as barras de ferramentas\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Divide cela" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "In&serta cela\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Divide cela" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Sección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Oculta todos os paneis" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Resalta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histograma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histograma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "&Historia\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "O cursor horizontal funciona como un cursor normal, pero opera con celas: " "pulsar cursores arriba e abaixo para movelo; mantendo pulsada a tecla " "'Maiúscula' mentres se realiza o movimento se seleccionan celas, pulsando " "'Retroceso' ou 'Espazo' dúas veces borrará a cela contigua." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Húngaro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Idéntico a" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Se múltiples celas son avaliadas dunha vez: interrumpe o cálculo se wxMaxima " "detecta que Maxima atopou un erro." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Se non é extremadamente largo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Se non é moi largo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Se os números son máis longos ca esta cantidade de díxitos, amosaranse de " "forma abreviada e con puntos suspensivos." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Se transcurriu este número de minutos dende a última vez que se gardou o " "arquivo, o arquivo xa ten asignado un nome e (por ter sido aberto ou gardado " "previamente) e o teclado estivo inactivo por máis de 10 segundos, entón se " "garda o arquivo de forma automática. Se este número é cero, non hai " "almacenamento automático." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Se esta opción está activa, a fuente .wxmx do arquivo actual cópiase nun " "lugar cara ó que se poderá facer ligazón." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Se se escribe un operador (+*/^=,) como primer símbolo nunha cela de " "entrada, insertarase automáticamente % antes do operador como nunha " "calculadora gráfica. Se pode desactivar esta acción en 'Editar->Configurar'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Se un cálculo leva moito tempo, pódese parar seleccionando 'Maxima-" ">Interrumpir' ou 'Maxima->Reiniciar Maxima' no menú." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Imaxe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Arquivos gráficos (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "En exportación LaTeX: Poñer exponentes despois das expresións en lugar de " "colocalos enriba delas. Pode facilitar a lectura con algunhas fontes." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Inclúe columnas:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "respecto da variable:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Información sobre a compilación de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimadores iniciais:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Problema de valor inicial (&1)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Problema de valor inicial (&2)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Introduce etiquetas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Inserta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Inserir % antes dun operador ó comezo dunha cela" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Nova cela de &sección\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Nova cela de te&xto\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "In&serta cela\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Inserta imaxe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "I&nserta imaxe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Nova cela de &entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Salto de páxina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Nova cela de s&ubsección\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Inserir cela de subsubsección\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Nova cela de &sección\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Nova cela de subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Inserir cela de subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Nova cela de &título\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Nova cela de texto" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Nova cela de título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Nova cela de entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Nova cela de sección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Nova cela de subsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Inserir nova cela de subsubsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Nova cela de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Nova cela de título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Salto de páxina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Inserta imaxe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Enteiros e letras simples" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Símbolo integral" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/suma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integra (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integra expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integra expresión con algoritmo Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integra" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Corchete de cela activa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interrumpe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interrumpe o cálculo actual" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Interrupir cálculo actual. Para reiniciar a sesión de Maxima premer o botón " "á esquerda deste." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrada non válida para o programa Maxima.\n" "\n" "Por favor, introduza de novo a ruta ó programa Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inversa de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Trans&formada inversa de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 #, fuzzy msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "É posible crear librarías de Maxima reutilizables en posteriores sesións e " "que serán cargadas coa función load(). O único que se necesita facer é " "gardar os códigos nun arquivo de extensión .mac." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italiano" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Itálica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Xaponés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Manter o símbolo porcentual en constantes especiais: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MCM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" "LaTeX: Colocar exponentes despois das expresións, en lugar de sobre elas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "Latex: utilizar o símbolo de \"derivada parcial\" para representar diff()" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 #, fuzzy msgid "Label width:" msgstr "Ancho de etiqueta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Idioma usado na interface de usuario de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Idioma:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformada de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 #, fuzzy msgid "Leads to" msgstr "tende a:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Mí&nimo común múltiplo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Axuste por mínimos cadrados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Axuste por mínimos cadrados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 #, fuzzy msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "As librarías de Maxima son sempre accesibles, independientemente do " "directorio no que se atopen, se este se garda na variable maxima_userdir" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Límite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Límite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regresión linear" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "List with values" msgstr "o valor é:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Lista(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Carga" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Carga paquete" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Carga un arquivo de Maxima usando a instrucion 'batch'" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Carga un paquete de Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Le estilo dende un arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Cota inferior:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Distribúe sobre &matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barra de ferramentas principal\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Constrúe &lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Fai unha substitución nunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Aplica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Aplica función a unha lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Aplica función a unha matriz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Arquivo por lotes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Fai coincidir parénteses nos controis de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Tipografía matemática:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Tipografía matemática:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Símbolos matemáticos" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Aplica a matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nome de matriz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matriz:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Pregunta Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Pregunta Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Icona de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima está calculando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Pregunta Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Entrada Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima está calculando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Entrada Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Paquete de Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Paquete Maxima (*.mac)|*.mac|Paquete Lisp (*.lisp)|*.lisp|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Proceso de Maxima terminado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programa Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Opcións de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima iniciado. Esperando a conexión..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Comeza animación" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 #, fuzzy msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "Maxima soporta tres tipos de números: fraccións exactas (como 1/10), de coma " "flotante de estándar IEEE (0.2) e decimais de precisión arbitraria ou " "bigfloats (1b-1). Nótese que dada a súa representación binaria interna, non " "é posible dispoñer dun número estándar IEEE que sexa exactamente igual a " "0.1. Se se utilizan números en punto flotante en lugar de fraccións, Maxima " "pode introducir pequenos erros e utilizar, por exemplo, a fracción " "3602879701896397/36028797018963968 en lugar de 0.1." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima utiliza ':' para asignar un valor a unha variable ('a : 3;') e ':=' " "para definir funcións ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Versión de Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Opcións de Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Número máximo de díxitos a amosar:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Contraste de diferenza de medias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Contraste de medias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Media" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Media:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Une celas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Une celas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Unir o texto de dúas celas de entrada nunha soa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Mensaxe da saída estándar de Maxima: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Método:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Parénteses non emparellados" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Módulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nome" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Novo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "&Novo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Novo documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Novo valor:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nova variable:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Seguinte instrución\tAlt+Abajo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "No" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" "Non hai símbolo de dólar ($) nin de punto e coma (;) ó final da instrucción" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Non se atoparon coincidencias!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Contraste de normalidad" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Normalmente html espera que as imaxes sexan de baixa resolución para aforrar " "memoria. Estas imaxes tenden a verse borrosas en pantallas modernas. Esta " "opción introdúcese para seleccionar o factor mediante o cal a exportación " "html aumenta a resolución respecto do seu valor por defecto." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Noruego" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "A dimensión da matriz non é válida!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "O número de ecuacións é incorrecto!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Non conectado a Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Non conectado." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "num deg:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Número de ecuacións:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Número de ecuacións:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Números" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Aceptar" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Valor antigo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Variable antiga:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Unha vez establecida a conexión local entre Maxima e wxMaxima, Maxima non " "necesita enviar mensaxes pola saída estándar, pero si o Lisp que funciona en " "segundo plano." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Contraste t para unha mostra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutoriais en liña" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 #, fuzzy msgid "Only user-defined labels" msgstr "Etiquetas definidas polo usuario" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Abri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Abre sesión &recente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Abre unha cela cando Maxima espera unha entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Abre documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Abre nova xanela" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Abre documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Abre matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Abrindo arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opcións" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opcións:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Celas obsoletas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Etiquetas de saída" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Achegamento de &Padé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Imaxe PNG (*.png)|*.png|Imaxe JPEG (*.jpg)|*.jpg|bitmap Windows (*.bmp)|*." "bmp|Portable any map (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Achegamento de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Achegamento de Padé dunha serie de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Salto de páxina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Paralelo a" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Gráfico paramétrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Fracción&s simples" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Fraccións simples" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Lectura do documento parcialmente correcta!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Partes do documento non se cargarán correctamente!\n" "Atopouse etiqueta XML descoñecida " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Pega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Pe&ga\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Pega dende o portapapeis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Pega texto dende o portapapeis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Perpendicular a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Fi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagrama de sectores" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configure wxMaxima con 'Edita->Configura'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Reinicie wxMaxima para que os cambios teñan efecto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Gráficos &2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Gráficos &3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Formato de gráficos" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Gráficos 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Gráficos 2D" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Gráficos 2D" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Gráficos 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Gráficos 3D" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Gráficos 3D" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Formato dos gráficos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Gráfico en 2 dimensións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Gráfico en 3 dimensións" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Gráfico a arquivo:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punto:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polaco" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinomio 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinomio 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugués (Brasileiro)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Archivo postscript (*.eps)|*.eps|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Precisión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Preferencias...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "Premendo Ctrl+Space ou Ctrl+Tab iníciase a autocompleción." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Instrución anterior\tAlt+Arriba" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprime" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprime documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Imprime documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Símbolo de produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Monitor XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Avaliar todas as celas por riba do cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Avaliar todas as celas por riba do cursor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Le matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Lendo saída de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Preparado para a entrada de usuario" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Chama á seguinte instrución do historial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Chama á instrución anterior do historial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forma cartesiá" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Voltar a facer\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Desfai último cambio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Reduce (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Simplifica expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Rexeitando enviar unha cela a Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "&Borra todos os resultados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Constrúe unha lista a partir dunha expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Borra resultados das celas de entrada" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Selecciona todo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Reemplazadas %d coincidencias." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Informe de erro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Reinicia maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Reinicia maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Reinicia maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Voltar á cela que se está a avaliar actualmente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Ro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integración &Risch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Raíces dun &polinomio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Raíces reais &grandes dun polinomio" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Filas:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Ruso" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr " (Gráficos) " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Exemplo 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Exemplo 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Mostra:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Garda" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Garda animación" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Garda como" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Garda &como\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Garda imaxe..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Garda selección en imaxen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "G&ardar selección en imaxe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Garda animación no arquivo" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Garda documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Garda documento como" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Gardar só este número de accións no búffer de desfacer. 0 significa gardar " "un número infinito de accións." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Garda disposición de paneis" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Garda disposición de paneis entre sesións." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Garda gráfico nun arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Copia selección do documento a imaxe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Garda selección nun arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Garda estilo en arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Garda o tamaño/posición da xanela de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Garda tamaño/posición da xanela de wxMaxima entre sesións." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Fallou ó gardar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Gardado correcto." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Gardando..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Diagrama dispersión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Diagrama dispersión" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Sección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Cela de sección" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Algo fallou coa tipografía. Instalando http://www.math.union.edu/~dpvc/" "jsmath/download/jsMath-fonts.html e comprobando \"Use JSmath fonts\" no " "diálogo de configuración debería resolver o problema." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Algo fallou coa tipografía matemática. Instalando http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html e comprobando \"Use JSmath fonts\" " "no diálogo de configuración debería resolver o problema." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Selección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Selecciona todo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "&Selecciona todo\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Selecciona o programa Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Selecciona submostra" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Selecciona unha constante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Selecciona todo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Selecciona o formato de saída matemático" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Seleccionando unha parte do resultado e premendo o botón dereito emerxerá un " "menú con funcións que se poderán aplicar sobre a selección." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Selección" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Serie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Serie" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Servidor iniciado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Establece au&mento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Establecer a precisión bigfloat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Establece tipografía fixa nos controis de texto." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Establece o formato dos gráficos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Comezar ou rematar animación" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Axustar a precisión dos números que se definen como bigfloat. Estes números " "se poden xerar escribindo 1.5b12 ou bfloat(1.234)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Establece ampliación a 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Establece ampliación a 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Establece ampliación a 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Establece ampliación a 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Establece ampliación a 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Establece disminución a 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Establece condicións iniciais para resolver EDOs mediante a transformada de " "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Configura cálculo de módulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Amosa &definición" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Amosa &funcións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Amosa &suxerencias" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Amosa &variables" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Amosa a axuda de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "&Amosa plantilla\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Amosa unha suxerencia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Amosa todos os comandos similares a:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Amosa un exemplo para a instrución:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Amosa un exemplo de uso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Amosa instrucións similares a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Amosa as funcións definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Amosa as variables definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Amosa a definición dunha función" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Amosa plantilla de función" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Amosa &variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Amosa expresións longas no documento de wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Amosa expresións longas" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Amosa &funcións" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Amosa a definición da función:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Axuda de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Simplifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplifica &radicais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Simplifica (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Simplifica (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplifica expresión" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplifica unha expresión que contén factoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplifica unha expresión que contén radicais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplifica expresión racional" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplifica a suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplifica unha expresión trigonométrica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Dende wxMaxima 0.8.2 pódense inserir imaxes nos documentos. Seleccione 'Cela-" ">Inserir imaxe' no menú. Téñase en conta que debe gardar o documento no " "formato 'Documento xml wxMaxima' se quere que se almacene a imaxe xunto co " "resto do documento." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Solución:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Resolve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Reso&lve sistema alxébrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Resolve &sistema linear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Resolve &EDO" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Res&olve (to_poly)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Resolve EDO" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Resolve E&DO con Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Resolve EDO" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Resolve sistema alxébrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Resolve sistema alxébrico de ecuacións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Resolve problema de contorna para unha EDO de segundo orde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Resolve ecuación(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Resolve ecuación con to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Resolve problema de valor inicial para EDO de primeiro orde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Resolve problema de valor inicial para EDO de segundo orde" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Resolve sistema linear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Resolve sistema de ecuacións lineares" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Resolve ecuación diferencial ordinaria de orden máximo 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Resolve ecuacións diferenciais ordinarias ca transformada de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Resolve" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Algúns visores PDF poden amosar imaxes en movemento e wxMaxima pode xeralas. " "Se esta opción se selecciona, téñase en conta que poden ser necesarios " "paquetes adicionais de LaTeX para compilar o resultado." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Español" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constantes especiais" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Comeza animación" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Comezar ou rematar animación" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Iniciar e deter a animación seleccionada que foia creada coa clase de " "instruccións with_slider" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Fallou o inicio de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Iniciando Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Fallou o inicio do servidor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Iniciando servidor no puerto %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 #, fuzzy msgid "Startup commands" msgstr "Introduce comando" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Estatística" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "&Estatística\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Cadeas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Estilo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Estilos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Submostra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Subsección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Cela de subsección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "S&ubstitúe" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substitúe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substitúe" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Subsubsección" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Cela de subsubsección" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Símbolo de suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Símbolos\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Información do sistema" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Táboa de contidos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Táboa de contidos\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Serie de Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Cela de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Cela de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Fondo de cela de texto" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Texto igual a selección" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "A altura por defecto dos gráficos empotrados. Pode ser lida ou ignorada pola " "variable wxplot_size." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Porto predeterminado para comunicación entre Maxima e wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "O ancho por defecto dos gráficos empotrados. Pode ser lido ou ignorado pola " "variable wxplot_size." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "A clase de documento que utilizará LaTeX para os nosos documentos." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Trans&formada inversa de Laplace" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "A letra \"X\" ten ancho 0. Instalando http://www.math.union.edu/~dpvc/jsmath/" "download/jsMath-fonts.html e comprobando \"Use JSmath fonts\" no diálogo de " "configuración debería resolver o problema." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Manual de Maxima fóra de liña" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 #, fuzzy msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "O terminal pngCairo ofrece mellor calidade gráfica, pero necesita que o " "programa Gnuplot instalado no sistema o soporte." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Hai moitos recursos sobre Maxima e wxMaxima en Internet. Visítese http://" "andrejv.github.com/wxmaxima/help.html para máis información sobre como " "utilizar wxMaxima e Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Houbo un erro no XML xerado!\n" "\n" "Prégase informar deste erro." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Marcas de eixes:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Veces:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Título" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Cela de título" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "As celas de título, sección e subsección pódense plegar para ocultar os sus " "contidos. Tanto para plegalas como para desplegalas fágase clic no cadrado " "contiguo á cela. Se ó mesmo tempo se preme 'Maiúsculas', todos os subniveis " "serán pregados/despregados." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "A real grande (&bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "A &real" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "A real" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "A numérico\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Para representar en coordenadas polares, seleccione 'set polar' na entrada " "de Opcións de cadro de diálogo de Plot2D. Tamén se puede representar en " "coordenadas esféricas e cilíndricas en 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Para colocar parénteses arrededor dunha expresión, selecciónese esta e " "presiónese '(' o ')', dependendo de onde quere que se coloque o cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Para gardar o tamaño e a posición da xanela de wxMaxima entre sesións, " "utilícese 'Edita->Configura'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Para comezar a utilizar wxMaxima axiña, comece premendo una instrución. " "Aparecerá unha cela de entrada. Prema 'Maiúsculas-Retorno' para iniciar o " "cálculo." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Ata:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Conmuta álxe&bra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Conmuta saída &numérica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Conmuta pantalla de &tempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Conmuta álge&bra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Garda animación no arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Conmuta edición de pantalla completa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Conmuta saída numérica" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Iconas da barra de ferramentas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traducido por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transpón unha matriz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Turco" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "&Tutoriais" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Contrataste t de dúas mostras" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Copiar como imaxen" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ucraíno" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Parénteses non pechado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Paréntese mal pareado ou hai un ; o $ antes de tempo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Incapaz de interpretar a versión enviada dende http://andrejv.github.io/" "wxmaxima/version.txt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Subraiado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 #, fuzzy msgid "Underscore converts to subscripts:" msgstr "Guión baixo converte a subíndices" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "D&esfacer\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Desfacer último cambio" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 #, fuzzy msgid "Undo limit (0 for none):" msgstr "Límite de desfacer (0 para ningún)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Despregar todo\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Despregar todas as seccións" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Sección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Subsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Subsubsección" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Soporte Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Comentario sen rematar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Cadea de texto sen rematar." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Actualiza" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Cota superior:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Épsilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Usa algoritmo Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Utilizar Cairo para mellorar calidade gráfica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Usa punto centrado como operador de multiplicación" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Utiliza tipografía jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Usar o símbolo \"derivada parcial\" para representar diff() ó exportar a " "LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 #, fuzzy msgid "Use unicode Math Symbols, if available" msgstr "Etiquetas definidas polo usuario" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Etiquetas definidas polo usuario" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 #, fuzzy msgid "User-defined labels if available" msgstr "Etiquetas definidas polo usuario" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Todos os nomes de variables" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Incógnita(s):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variable:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variables" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variables:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varianza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Ver" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Aviso" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Benvido a wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Cando se aplican funcións cun argumento dende o menú, o argumento " "predeterminado é '%'. Para aplicar a función a outro valor, seleccióneo no " "documento antes de executar a instrución do menú." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 #, fuzzy msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "Documento completo (*.wxmx)|*.wxmx|Entrada sen imaxes (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Folla de traballo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Envolver ecuacións exportadas coa opción \"copiar como LaTeX\" entre " "corchetes como marcadores de ecuacións" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Escrito por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Inspector XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Si" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Pódese acceder á última saída facendo uso da variable '%' . Asemade, pódese " "acceder ás saídas das instrucións previas usando as variables '%on', onde n " "é o número de etiqueta da saída." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Pode avaliar o documento completo seleccionando 'Cela-> Avalía todas as " "celas' no menú. As celas avaliaranse na orde na que aparecen no documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Pódese obter información sobre unha función de Maxima resaltando ou facendo " "clic sobre o seu nome e premendo F1. wxMaxima buscará a axuda correspondente " "á palabra baixo o cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Pódese ocultar a parte do resultado dunha cela facendo clic sobre o " "triángulo á súa esquerda. Isto tamén é aplicable ás celas de texto." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Pódense incluir diferentes tipos de celas nun documento de wxMaxima " "seleccionando no menú 'Cela'. Téñase en conta que só se poden avaliar celas " "de entrada, mentres que o resto se utilizan para comentarios e estruturar o " "documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Pódense seleccionar varias celas, ben co rato, faciendo clic e arrastrando " "entre celas ou corchetes de celas, ben co teclado, mantendo pulsada a tecla " "de Maiúsculas mentres se move o cursor horizontal, para logo operar sobre a " "selección. Isto será útil cando se queiran borrar ou avaliar varias celas a " "un tempo." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Ten instalada a versión %s. A versión actual é %s.\n" "\n" "Selecciónese OK para acceder á páxina de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Perderanse os cambios se non se gardan." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "A versión de wxMaxima está actualizada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "Ampliar\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Disminuir\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Disminuir 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Ampliar 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[non gardado]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[non gardado*]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i díxitos]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Diagrama animado\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Diagrama animado\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "and" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisimétrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Aplicar función a lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "ambos os dous lados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "ji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "escoller a contorna Lisp coa que se compilou Maxima" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "predeterminado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "baleiro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "épsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "equivalente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "existe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=Non xerar subíndices\n" "true=Converter automáticamente guións baixos en marcadores de subíndices se " "se trata de números ou letras simples\n" "all=_ marcar subíndices." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Constrúe lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "xeral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "maior ou igual" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "en" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "en liña" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "intersección" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "iota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "esquerda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "menor ou igual" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "escala logarítmica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matriz[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "O pwd de Maxima é a rota ó documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "moito maior que" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "moito menor que" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "en" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "nand" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "nor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "not" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "non idéntico bit a bit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "non subconxunto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "non subconxunto ou igual" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "not" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "or" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "símbolo parcial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "fi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "proporcional a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "ro" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "dereita" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "sqrt (necesita pechar con parénteses o seu argumento)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "subconxunto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "subconxunto ou igual" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simétrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 #, fuzzy msgid "tell sbcl to use Mbytes of heap" msgstr "Indicarlle a sbcl que utilice Mbytes na pila de memoria" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "non hai" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "á segunda potencia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "á terceira potencia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unión" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "non gardado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sen título" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sen título %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Épsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Nomes de funcións" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "Axuda de wxMaxima\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "Axuda de Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 #, fuzzy msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima pode executar instruccións ó arrincar, gardadas no arquivo wxmaxima." "rc do directorio cuxa ruta almacénase na variable global maxima_userdir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configuración de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima non puido atopar Maxima!\n" "\n" "Configure wxMaxima con 'Edita->Configura.\n" "A continuación inicie Maxima con 'Maxima->Reinicia maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima non puido atopar os arquivos de axuda.\n" "Comprobe a súa instalación." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima non puido iniciar o servidor.\n" "\n" "Verifique se dispón de soporte de rede\n" "activado e inténteo de novo!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Nos cadros de diálogo de wxMaxima aparecen entradas predeterminadas, unha " "das cales é '%'. Se fixo unha selección no documento, esta será utilizada en " "lugar de '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Documento wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Documento wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima atopou un erro durante a carga " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Icona de wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima é unha interface gráfica de usuario para o Sistema de Álxebra " "Simbólica (CAS) Maxima, basado en wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima é unha interface gráfica de usuario para o Sistema de Álxebra " "Simbólica (CAS) Maxima, basado en wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Comeza animación" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "xor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "si" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "Ubicación de iconos de arquivos en" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Pregunta Maxima" #~ msgid "Parsing output" #~ msgstr "Analizando saída" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Fallo: Solicitouse dúas veces nunha fila o inicio e final de pegado de " #~ "accións de edición." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Fallo: Intento de xuntar celas individuais nunha rexión do búffer de " #~ "desfacer, pero no hai outras celas entre elas." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "Intentando desfacer unha acción sen cela de comezo." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Intentando desfacer unha acción que non existe." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima non puido atopar os arquivos de suxerencias.\n" #~ "\n" #~ "Comprobe a súa instalación." #~ msgid "Tips not available, sorry!" #~ msgstr "Suxerencia non dispoñible, síntoo!" #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "Fallo: encontrado marcador final sen marcador de inicio." #, fuzzy #~ msgid "Bug: Found a statusbar end marker without any matching start marker." #~ msgstr "Fallo: encontrado marcador final sen marcador de inicio." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "Fallo: encontrado fin de autocompleción sen inicio" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Non comprimir individualmente as instruccións Maxima e as imaxees, xa que " #~ "dificulta ós sistemas de control de versións (git, svn) detectar " #~ "diferenzas de forma efectiva." #~ msgid "Optimize wxmx files for version control" #~ msgstr "Optimizar os ficheros wxmx para o control de versións" #~ msgid "Font issue: The Parenthesis sign is too small!" #~ msgstr "Problema tipográfico: parénteses demasiado pequeno" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Houbo un erro durante a exportación a GIF!\n" #~ "\n" #~ "Asegúrese que ImageMagick está instalado e que wxMaxima ten acceso ó " #~ "programa 'convert'." #, fuzzy #~ msgid "" #~ "If maxima ever finishes evaluating without wxMaxima realizing this menu " #~ "item can force wxMaxima to try to send commands to maxima again." #~ msgstr "" #~ "Se Maxima tarda en facer un cálculo, esta opción do menú pode forzar a " #~ "wxMaxima a enviar instruccións novamente a Maxima." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Inicio manual do cálculo" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Programa Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Opcións de Maxima" #, fuzzy #~ msgid " -X '--dynamic-space-size '" #~ msgstr " --dynamic-space-size " #~ msgid " << Expression too long to display! >>" #~ msgstr " << Expresión moi longa para ser amosada! >>" #~ msgid " << Unfold >>" #~ msgstr " << Desprega >>" #~ msgid "&Cell" #~ msgstr "Ce&la" #~ msgid "&Copy" #~ msgstr "&Copia" #~ msgid "&Describe\tCtrl+H" #~ msgstr "&Describe\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "E&dita entrada\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "&Entrada\tF7" #~ msgid "&Monitor file" #~ msgstr "&Monitoriza arquivo" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Novo\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nova xanela\tCtrl+N" #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "&Re-calcula entrada\tCtrl+R" #~ msgid "&Read file" #~ msgstr "Le &arquivo" #~ msgid "&Text\tF6" #~ msgstr "&Texto\tF6" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Nada que amosar >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Axuste para o tamaño da tipografía grega" #~ msgid "Adjustment:" #~ msgstr "Axuste:" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Todos|*|Paquete maxima(*.mac)|*.mac|Arquivo demo (*.dem)|*.dem|Arquivo " #~ "lisp (*.lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Animación" #~ msgid "Apply function:" #~ msgstr "Aplica función:" #~ msgid "At point:" #~ msgstr "No punto:" #~ msgid "Autocomplete" #~ msgstr "Autocompletar" #~ msgid "Autoload a file when it is updated" #~ msgstr "Autocarga un arquivo cando sexa actualizado" #~ msgid "Background" #~ msgstr "Fondo" #~ msgid "Basic" #~ msgstr "Básico" #~ msgid "Button panel:" #~ msgstr "Panel de botóns:" #~ msgid "C&lear screen" #~ msgstr "&Limpa pantalla" #~ msgid "Char poly of:" #~ msgstr "Polinomio característico de:" #~ msgid "Close document?" #~ msgstr "Pecha documento?" #~ msgid "Comment out" #~ msgstr "Comenta" #~ msgid "Copy &text" #~ msgstr "Copia &texto" #~ msgid "Copy As Image" #~ msgstr "Copiar como imaxen" #~ msgid "Copy LaTeX" #~ msgstr "Copiar LaTeX" #~ msgid "Copy cells" #~ msgstr "Copia celas" #~ msgid "Copy input" #~ msgstr "Copia entrada" #~ msgid "Copy input from console" #~ msgstr "Copia entrada dende documento" #~ msgid "Copy selected cell(s)" #~ msgstr "Copia cela(s) seleccionada(s)" #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "Copia selección da consola (saltos de liña incluidos)" #~ msgid "Copy selection from console to input line" #~ msgstr "Copia selección da consola á liña de entrada" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Copia selección ó portapapeis cando se faga no documento." #~ msgid "Copy to clipboard on select" #~ msgstr "Copia a selección ó portapapeis" #~ msgid "Copy to input" #~ msgstr "Copia na entrada" #, fuzzy #~ msgid "Custom symbols sidebar glyphs:" #~ msgstr "Barra lateral de símbolos" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Corta Cela(s)\tCtrl+Shift+X" #~ msgid "Cut selection from document" #~ msgstr "Corta selección do documento" #~ msgid "Decrease fontsize in document" #~ msgstr "Disminúe o tamaño da tipografía no documento" #~ msgid "Default port:" #~ msgstr "Porto predeterminado:" #~ msgid "Delete selected cell(s)" #~ msgstr "Borra cela(s) seleccionada(s)" #~ msgid "Delete selected input/output group" #~ msgstr "Borra grupo de entrada/saída seleccionado" #~ msgid "Delete selection" #~ msgstr "Borra selección" #~ msgid "Delete the contents of console." #~ msgstr "Borra os contidos da consola." #~ msgid "Describe" #~ msgstr "Describe" #~ msgid "Document " #~ msgstr "Documento" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Documento non gardado!\n" #~ "\n" #~ "Pecha o documento actual e perde todos os cambios?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Documento non gardado!\n" #~ "\n" #~ "Abandonar wxMaxima e perder todos os cambios?" #~ msgid "Edit input" #~ msgstr "Edita entrada" #~ msgid "Edit selected input" #~ msgstr "Edita a entrada seleccionada" #~ msgid "Edit text" #~ msgstr "Edita texto" #~ msgid "Error %d" #~ msgstr "Erro %d" #~ msgid "Export to HTML file" #~ msgstr "Exportar a un arquivo HTML" #~ msgid "Find..." #~ msgstr "Calcula..." #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Tipografía usada para amosar glifos unicode no documento." #~ msgid "From array:" #~ msgstr "De array:" #~ msgid "From equations:" #~ msgstr "Das ecuacións:" #~ msgid "Full" #~ msgstr "Completo" #~ msgid "Functions and macros" #~ msgstr "Funcións e macros" #~ msgid "Go to input\tCtrl+Shift+D" #~ msgstr "Vai a\tCtrl+Shift+D" #~ msgid "Go to input\tF4" #~ msgstr "Vai á entrada\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Vai á xanela de saída\tF3" #~ msgid "HTML/Text Cells: Export all linebreaks" #~ msgstr "Celas HTML/Texto: Exportar todos os saltos de liña" #~ msgid "Height:" #~ msgstr "Altura:" #~ msgid "Hidden groups" #~ msgstr "Grupos ocultos" #~ msgid "History\tAlt+Shift+H" #~ msgstr "&Historia\tAlt+Shift+H" #~ msgid "I&nsert" #~ msgstr "I&nsire" #~ msgid "INPUT:" #~ msgstr "ENTRADA:" #~ msgid "" #~ "If a command begins with a label followed by a : wxMaxima will show this " #~ "label instead of the %o style label maxima has automatically assigned to " #~ "the same output cell." #~ msgstr "" #~ "Se unha instrucción comeza cunha etiqueta seguida de : wxMaxima amosará " #~ "esta etiqueta en lugar da etiqueta %o por defecto de Maxima." #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Se desexa introducir máis dunha liña á vez, utilice o botón \"Entrada " #~ "multiliña\" á dereita da liña de entrada." #~ msgid "Include input cells in the export of a worksheet" #~ msgstr "Incluir as celas de entrada ó exportar unha folla de traballo" #~ msgid "Increase fontsize in document" #~ msgstr "Aumenta o tamaño da tipografía do documento." #~ msgid "Input" #~ msgstr "Entrada" #~ msgid "Insert input cell" #~ msgstr "Insire cela de entrada" #~ msgid "Insert input group" #~ msgstr "Insire grupo de entrada" #~ msgid "Insert new input before selected input" #~ msgstr "Insire nova entrada antes da entrada seleccionada" #~ msgid "Insert section before selected input" #~ msgstr "Insire sección antes da entrada seleccionada" #~ msgid "Insert text" #~ msgstr "Insire texto" #~ msgid "Insert text before selected input" #~ msgstr "Insire texto antes da entrada seleccionada" #~ msgid "Insert title before selected input" #~ msgstr "Insire título antes da entrada seleccionada" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "En lugar de introducir unha ruta longa para un arquivo, pode seleccionar " #~ "ese arquivo utilizando 'Arquivo->Selecciona arquivo'." #~ msgid "Integrate ..." #~ msgstr "Integra" #~ msgid "Integrate:" #~ msgstr "Integra:" #~ msgid "Labels" #~ msgstr "Etiquetas" #~ msgid "Limit of:" #~ msgstr "Límite de:" #~ msgid "Main prompts" #~ msgstr "Indicadores principais" #~ msgid "Map function:" #~ msgstr "Aplica a función:" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Sesión de Maxima (*.wxm)|*.wxm" #~ msgid "Mean" #~ msgstr "Media" #~ msgid "Multiline input" #~ msgstr "Entrada multiliña" #~ msgid "My" #~ msgstr "Mu" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Cela de novo t&ítulo\tCtrl+Shift+F6" #~ msgid "" #~ "Normally we export the whole worksheet to TeX or HTML. But sometimes the " #~ "maxima input does scare the user. This option turns off exporting of " #~ "maxima's input." #~ msgstr "" #~ "Normalmente se exporta a folla de traballo completa a TeX ou HTML. Se os " #~ "códigos de entrada resultasen molestos, esta opción desactiva a " #~ "exportación dos mesmos." #~ msgid "Ny" #~ msgstr "Nu" #~ msgid "Off" #~ msgstr "Desactivado" #~ msgid "Omnikron" #~ msgstr "Ómicron" #~ msgid "Open multiline input dialog" #~ msgstr "Abre diálogo de entrada multiliña" #~ msgid "Open session from a file" #~ msgstr "Abre sesión dende un arquivo" #~ msgid "Other prompts" #~ msgstr "Outros indicadores" #~ msgid "Output from Maxima to stderr (there should be none):\n" #~ msgstr "Saída de Maxima a stderr (debe haber un):\n" #~ msgid "Output from Maxima to stdout (there should be none):\n" #~ msgstr "Saída de Maxima a stdout (debe haber uno):\n" #~ msgid "Panes" #~ msgstr "&Paneis" #~ msgid "Paste cell(s) to document" #~ msgstr "Pega cela(s) ó documento" #~ msgid "Paste input" #~ msgstr "Pega entrada" #~ msgid "Paste input to console" #~ msgstr "Pega entrada na consola" #~ msgid "Product..." #~ msgstr "Produto" #~ msgid "Product:" #~ msgstr "Produto:" #~ msgid "Quit?" #~ msgstr "Sae?" #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Re-avaliar todo ata aquí\tCtrl+Shift+H" #~ msgid "Re-evaluate all input" #~ msgstr "Re-calcula todas as entradas" #~ msgid "Re-evaluate input" #~ msgstr "Re-calcula entrada" #~ msgid "Read file from command line" #~ msgstr "Le arquivo dende liña de comandos" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Fai de novo\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Gárdanse os cambios antes de pechar?" #~ msgid "Save changes?" #~ msgstr "Se gardan os cambios?" #~ msgid "Save document as ..." #~ msgstr "Garda documento como ..." #~ msgid "Save session" #~ msgstr "Garda sesión" #~ msgid "Save session to a file" #~ msgstr "Garda sesión nun arquivo" #~ msgid "Save to file" #~ msgstr "Garda nun arquivo" #~ msgid "Select &file" #~ msgstr "Selecciona &arquivo" #~ msgid "Select a file" #~ msgstr "Seleccionar un archivo" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "Selecciona un arquivo (copia o nome do arquivo na liña de entrada)" #~ msgid "Select file to open" #~ msgstr "Selecciona arquivo para abrir" #~ msgid "Select last input\tCtrl+D" #~ msgstr "Selecciona a última entrada\tCtrl+D" #~ msgid "Select last input\tF2" #~ msgstr "Selecciona a última entrada\tF2" #~ msgid "Select last input in the colsole!" #~ msgstr "Selecciona a última entrada da consola" #~ msgid "Select last input in the console!" #~ msgstr "Selecciona a última entrada da consola" #~ msgid "Select package to load" #~ msgstr "Selecciona paquete para cargar" #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "Selección a entrada\tCtrl+Shift+E" #~ msgid "Selection to input\tF5" #~ msgstr "Selección a entrada\tF5" #~ msgid "Set &Precision..." #~ msgstr "Establece &precisión" #~ msgid "Set focus to the input line" #~ msgstr "Pon o foco na liña de entrada" #~ msgid "Set focus to the output window" #~ msgstr "Pon o foco na xanela de saída" #~ msgid "Show Maxima header" #~ msgstr "Amosa encabezamento de Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Amosa encabezamento inicial con información de Maxima." #~ msgid "Show the description of a command" #~ msgstr "Amosa a descripción dunha instrución" #~ msgid "Show the description of command/variable:" #~ msgstr "Amosa a descripción dunha instrución/variable:" #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "Amosar etiquetas definidas polo usuario en lugar de (%oxx)" #~ msgid "Solve &numerically ..." #~ msgstr "Resolve &numéricamente" #~ msgid "Solve equation(s):" #~ msgstr "Resolve ecuación(s):" #~ msgid "Solve equation:" #~ msgstr "Resolve ecuación:" #~ msgid "Solve numerically" #~ msgstr "Resolve numéricamente" #~ msgid "Solve numerically ..." #~ msgstr "Resolve numéricamente" #~ msgid "Start animation" #~ msgstr "Comeza animación" #~ msgid "Stop animation" #~ msgstr "Para animación" #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Estrutura\tAlt+Shift+T" #~ msgid "Substitute ..." #~ msgstr "Substitue" #~ msgid "Substitute:" #~ msgstr "Substitúe:" #~ msgid "Substitution" #~ msgstr "Substitución" #~ msgid "Sum of:" #~ msgstr "Suma de:" #~ msgid "Sum..." #~ msgstr "Suma" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Divide cela" #~ msgid "To &Float\tCtrl+F" #~ msgstr "A real \tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "Para inserir unha matriz A, escriba 'A:' na liña de entrada e seleccione " #~ "'Álxebra->Introduce matriz' do menú" #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Para poñer parénteses a unha expresión previamente escrita na liña de " #~ "entrada, seleccione a expresión co rato e entón escriba '('." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Para repetir un comando longo previamente inserido, escriba as primeiras " #~ "letras do mesmo na liña de entrada e prema a tecla tabulador." #~ msgid "Trying to set the cursor to a cell that isn't part of the worksheet" #~ msgstr "" #~ "Intentando situar o cursor nunha cela que no é parte da folla de traballo" #~ msgid "Unfold" #~ msgstr "Desprega" #~ msgid "Use &Taylor series" #~ msgstr "Usa serie de &Taylor" #~ msgid "Use MathJAX in HTML export" #~ msgstr "Utilizar MathJAX ó exportar HTML" #, fuzzy #~ msgid "" #~ "Use MathJAX instead of images in HTML exports to display maxima output. " #~ "The advantage of MathJAX is that it allows to copy the displayed " #~ "equations as if they were text, to choose if they should be copied as TeX " #~ "or MathML instead and displays them in a scaleable format that is really " #~ "nice to look at. The disadvantage of MathJAX is that it will need " #~ "JavaScript and a little bit of time in order to typeset an equation." #~ msgstr "Utilizar MathJAX en lugar de imaxes ó exportar a HTML." #~ msgid "Use greek font to display greek characters." #~ msgstr "Usa tipografía grega para amosar caracteres gregos." #~ msgid "Use greek font:" #~ msgstr "Usa tipografía grega:" #~ msgid "" #~ "While text cells in LaTeX are broken into lines by TeX the text displayed " #~ "on the screen is broken into lines manually. This option, if set tells " #~ "that lines in HTML output will be broken where they are broken in the " #~ "worksheet. If this option isn't set manual linebreaks can still be " #~ "introduced by introducing an empty line." #~ msgstr "" #~ "Se se activa esta opción, os saltos de liña en HTML se farán nos mesmos " #~ "puntos que na folla de traballo. Se a opción non se activa, os saltos de " #~ "liña se poden facer manualmente introducindo unha liña en branco." #~ msgid "Width:" #~ msgstr "Ancho:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Escribe parénteses coincidentes nos controis de texto." #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Pódese eliminar un grupo entrada/saída se se selecciona a etiqueta de " #~ "entrada e elixe 'Edita->Elimina selección' dos menús." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "Pódese ocultar a saída faciendo clic na etiqueta de saída. Facendo clic " #~ "outra vez na etiqueta, amósanse as expresións ocultas." #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Pódese cargar un arquivo en maxima arrastrándoo do explorador de arquivos " #~ "á xanela da consola." #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Pódense cargar arquivos en maxima se se arrastran dende a xanela da " #~ "consola. Pódese seleccionar unha función personalizada para cargar o " #~ "arquivo. Se a función personalizada é 'A:read_matrix(%file%, csv)', entón " #~ "%file% será reemplazado co nombre do arquivo." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "Pódese seleccionar a saída de maxima na consola de wxMaxima co rato e " #~ "copiándoa ó portapapeis con 'Edita->Copia.'" #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Pódese usar a instrucción tex de maxima para amosar a expresión en " #~ "formato TeX. Logo se puede copiar a un editor de texto para inserilo no " #~ "seu documento." #~ msgid "Ypsilon" #~ msgstr "Ýpsilon" #~ msgid "Zoom set to " #~ msgstr "Establece ampliación a " #~ msgid "aquamarine" #~ msgstr "augamariña" #~ msgid "around:" #~ msgstr "arredor de:" #~ msgid "black" #~ msgstr "negro" #~ msgid "blue" #~ msgstr "azul" #~ msgid "blue violet" #~ msgstr "azul violeta" #~ msgid "brown" #~ msgstr "marrón" #~ msgid "by variable:" #~ msgstr "para a variable:" #~ msgid "cadet blue" #~ msgstr "azul cadete" #~ msgid "change var:" #~ msgstr "cambia var:" #~ msgid "coral" #~ msgstr "coral" #~ msgid "cornflower blue" #~ msgstr "azulina" #~ msgid "cyan" #~ msgstr "cyan" #~ msgid "dark green" #~ msgstr "verde escuro" #~ msgid "dark grey" #~ msgstr "gris escuro" #~ msgid "dark olive green" #~ msgstr "verde oliva escuro" #~ msgid "dark orchid" #~ msgstr "orquídea escuro" #~ msgid "dark slate blue" #~ msgstr "azul lousa escuro" #~ msgid "dark slate grey" #~ msgstr "gris lousa escuro" #~ msgid "dark turquoise" #~ msgstr "turquesa escuro" #~ msgid "dim grey" #~ msgstr "gris claro" #~ msgid "eliminate variables:" #~ msgstr "elimina as variables:" #~ msgid "equation:" #~ msgstr "ecuación:" #~ msgid "firebrick" #~ msgstr "tella" #~ msgid "for function(s):" #~ msgstr "para a(s) función(s):" #~ msgid "for variable(s):" #~ msgstr "para a(s) variable(s):" #~ msgid "forest green" #~ msgstr "verde fraga" #~ msgid "from expression:" #~ msgstr "da expresión:" #~ msgid "function:" #~ msgstr "función:" #~ msgid "gold" #~ msgstr "ouro" #~ msgid "goldenrod" #~ msgstr "barra de ouro" #~ msgid "green yellow" #~ msgstr "verde amarelo" #~ msgid "grey" #~ msgstr "gris" #~ msgid "implies" #~ msgstr "implica" #~ msgid "khaki" #~ msgstr "caqui" #~ msgid "light blue" #~ msgstr "azul claro" #~ msgid "light grey" #~ msgstr "gris claro" #~ msgid "light steel blue" #~ msgstr "azul aceiro claro" #~ msgid "lime green" #~ msgstr "verde lima" #~ msgid "lines hidden" #~ msgstr "liñas agochadas" #~ msgid "maroon" #~ msgstr "granate" #~ msgid "medium aquamarine" #~ msgstr "augamariña medio" #~ msgid "medium blue" #~ msgstr "azul medio" #~ msgid "medium forrest green" #~ msgstr "verde fraga medio" #~ msgid "medium goldenrod" #~ msgstr "barra de ouro medio" #~ msgid "medium orchid" #~ msgstr "orquídea medio" #~ msgid "medium sea green" #~ msgstr "verde mar medio" #~ msgid "medium slate blue" #~ msgstr "azul lousa medio" #~ msgid "medium spring green" #~ msgstr "verde primavera medio" #~ msgid "medium turquoise" #~ msgstr "turquesa medio" #~ msgid "medium violet red" #~ msgstr "vermello violeta medio" #~ msgid "midnight blue" #~ msgstr "azul medianoite" #~ msgid "my" #~ msgstr "mu" #~ msgid "ny" #~ msgstr "ni" #~ msgid "omnikron" #~ msgstr "ómicron" #~ msgid "orange" #~ msgstr "laranxa" #~ msgid "orange red" #~ msgstr "vermello alaranxado" #~ msgid "pale green" #~ msgstr "verde pálido" #~ msgid "plum" #~ msgstr "cirola" #~ msgid "purple" #~ msgstr "morado" #~ msgid "red" #~ msgstr "vermello" #~ msgid "salmon" #~ msgstr "salmón" #~ msgid "sea green" #~ msgstr "verde mar" #~ msgid "sienna" #~ msgstr "siena" #~ msgid "sky blue" #~ msgstr "azul ceo" #~ msgid "spring green" #~ msgstr "verde primavera" #~ msgid "steel blue" #~ msgstr "azul aceiro" #~ msgid "thistle" #~ msgstr "cardo" #~ msgid "turquoise" #~ msgstr "turquesa" #~ msgid "untitled.wxm" #~ msgstr "sennome.wxm" #~ msgid "variable" #~ msgstr "variable" #~ msgid "variable:" #~ msgstr "variable:" #~ msgid "violet" #~ msgstr "violeta" #~ msgid "wheat" #~ msgstr "trigo" #~ msgid "when variable:" #~ msgstr "cando a variable:" #~ msgid "white" #~ msgstr "branco" #~ msgid "with:" #~ msgstr "con:" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima ten bos cadros de diálogo. Se se queren modificar as instrucción " #~ "gráficas anteriores, pódese acceder usando a historia de instruccións e a " #~ "continuación premer no botón de gráficos." #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima é unha interface gráfica de usuario para \n" #~ "o Sistema de Cálculo Simbólico Maxima, basado en wxWidgets." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima é unha interface wxWidgets para o\n" #~ "sistema de cálculo simbólico Maxima.\n" #~ "\n" #~ "Versión: %s.\n" #~ "Licenza: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "Opcións de wxMaxima" #~ msgid "wxMaxima session" #~ msgstr "Sesión de wxMaxima" #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "Sesión de wxMaxima (*.wxm)|*.wxm" #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "" #~ "Sesión wxMaxima (*.wxm)|*.wxm|Arquivo por lotes de Maxima (*mac)|*.mac|" #~ "Todos|*" #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Documento xml wxMaxima (*.wxmx)|*.wxmx|Documento wxMaxima (*.wxm)|*.wxm|" #~ "Arquivo por lotes de Maxima (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "A líña de entrada de wxMaxima ten un histórico dispoñible usando as " #~ "teclas de dirección arriba e abaixo, e un autocompletado de instruccións " #~ "baseado na entrada anterior dispoñible, usando a tecla tabulador." #~ msgid "yellow green" #~ msgstr "verde amarelo" #~ msgid "ypsilon" #~ msgstr "ýpsilon" wxmaxima-Version-18.02.0/locales/hu.po000066400000000000000000007071771324204105000175500ustar00rootroot00000000000000# translation of hu.po to # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Blahota István , 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2017-08-01 07:53+0200\n" "Last-Translator: Blahota István \n" "Language-Team: Hungarian\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode támogatás: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maxima verzió: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Nem csatlakozott a Maximához!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Nem csatlakozott." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Grafika) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i rejtett sorok" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " <>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "A \"LaTeX másolás\" hozzáadja a kiemelt matematikai mód jeleit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "\"következik\" jel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i cella a végrehajtási sorban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Alkalmazás listán..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropó..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Batch fájl...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pe&remérték probléma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Hibabejelentés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "Ana&lízis" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonikus alak" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Karakterisztikus polinom..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "M&emória törlése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Számolás faktoriálisokkal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Kom&plex átalakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Lán&ctörtté alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Másolás\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Határozott integrál" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determináns" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Differenciálás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "S&zerkesztés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Változó kiküszöbölése..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "Má&trix bevitele..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Példa..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "Kifejezé&s felbontása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Tr&igonometrikus felbontás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "E&xponenciálissá alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "E&xportálás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Kife&jezés faktorizálása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Fájl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "M&egoldás numerikusan..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Mátrix generálása sorozatból..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Legnagyobb közös osztó..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Súgó" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrálás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Megszakítás\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Megszakítás\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "Mát&rix invertálás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Csomag betöltése...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "Leké&pezés listá(k)ba..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "&Maxima súgó" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Modulus beállítása..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "Ú&j\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numerikus" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerikus integrálás" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Numerikus összegzés" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Megnyitás\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Megnyitás...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "Á&brázolás" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Hatványsor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Nyomtatás...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Értelemszerűen (nem formálisan)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "T&rigonometrikus redukálás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&A Maxima újraindítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Poli&nom valós gyökei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "M&entés\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "E&gyszerűsítés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Kifejezés egyszerűsítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "F&aktoriális egyszerűsítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Trigonometrikus egyszerűsítés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Megoldás..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Különleges" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Taylor-sor használatával" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "Mátri&x transzponálás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrikus átalakítás" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Alapértelmezett nyelv)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Végtelen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [a további sorok elhagyása, mivel a kimenet hosszabb a beállításokban " "megengedettnél] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; %i parancsok maradtak az aktuális cellában" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "Egy \":lisp\", mint első parancs lehet, hogy nem küld \"kész\" jelet." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "A wxMaxima 0.8.0-ás verziójában megjelent egy 'vízszintes kurzor'. Úgy néz " "ki, mint egy cellák közti vízszintes vonal. Ott jelenik meg, ahol szöveg " "begépelésével, beillesztésével vagy egy menü parancs végrehajtásával egy új " "cella keletkezik." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "A wxMaxima 0.8.2-es verziójában új dokumentumformátumot vezettek be, amely " "nem csak a bemenetet és a szöveges megjegyzéseket menti, hanem a számítások " "kimenetét is. Használatához a dokumentum mentésénél válasszuk a 'wxMaxima " "XML dokumentum' formátumot." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Laptörés" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Ha egy ábrát be akarunk illeszteni a dokumentumunkba, rakjunk a parancs neve " "elé egy \"wx\"-et. Használjunk tehát \"draw\" helyett \"wxdraw\"-t, \"plot\" " "helyett \"wxplot\"-ot, stb." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Al-alfejezetcella" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Al-alfejezetcella" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Egy szimbólum a beállításokból" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" "Egy változó, amelyhez számot rendelhetünk.\n" " \n" "Gyakran használja a solve () és az algsys () függvény, ha végtelen számú " "eredmény van." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Ér&tékadás..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Kiértékelés megszakítása hiba esetén" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Névjegy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Névjegy: wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Aktív cella zárójele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Mátr&ix adjungálás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Alg&ebrai egyenlet hozzáadása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Könyvtár hozzáadása a keresési úthoz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Dokumentum megnyitása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Könyvtár hozzáadása az elérési úthoz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Egyenlőség hozzáadása racionális egyszerűsítéshez" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "wxmx fájl HTML exportja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "&Hozzáadás az elérési úthoz..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 #, fuzzy msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "Vágólap formátumok alapértelmezés szerint:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "További parancsok a LaTeX kimeneti fájl preambulumába." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "További sorok a TeX preambulumba:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "A Maxima további paraméterei (pl. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "További Maxima-paraméterek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "További szimbólumok a \"Szimbólumok\" oldalpanelra:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "A with_slider_draw() paranccsal készített animációra kattintva az aktuális " "kép megváltoztatható." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "Minden megnyitható típus (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*." "mac;*.out;*.xml|wxMaxima dokumentum (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima " "munkalap (*.mac)|*.mac|Xmaxima munkalap (*.out)|*.out|xml problémás .wxmx (*." "xml)|*.xml | fájlokból" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Összes változónév" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Minden fájl|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "Integrációs állandó." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Az animáció alapértelmezett framerátája:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "Élsimított vonalak." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Kifejezés határértékének számolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Kifejezés határértékének számolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Dokumentum megnyitása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Alkalmaz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropó" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Sorozat:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Grafika" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Rákérdez név nélküli dokumentum mentésére" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Értékadás" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Új sorok automatikus behúzása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Automatikus címkék (%i1, %o1,...)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Automatikusan megválaszolt kérdések" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "A Maxima munkakönyvtárát automatikusan megváltoztatja arra, amiben az " "aktuális dokumentum van: ez akkor szükséges, ha a fájlműveletek a jelenlegi " "könyvtárra vonatkoznak, de a Maxima 5.35 nem találja installációs útvonalát, " "amikor a jelenlegi dokumentum más meghajtón van." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "Automatikusan kitöltött válaszok a legutóbbi futási eredmények alapján" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Automatikusan beírja a nyitó zárójelek párjait. A zárójelek automatikus " "kiemelése kiiktatható a kijelölések színének változtatásával." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Automatikus mentés (percben, 0: ki):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Hosszú szövegek automatikus sortörése:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "Peremérték probléma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Oszlopdiagram..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Batch fájlok (*.bat)|*.bat|Minden fájl|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Batch fájl" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "A globális visszavonás mellett (ami akkor aktív, ha a kurzor a cellák között " "van), a wxMaximának van egy cellán belüli visszavonás funkcionalitása is, " "amely akkor működik, ha a kurzor a cellán belül van. Tehát ha a kurzor a " "cellán belül van és Ctrl+Z-t nyomunk, egy olyan visszavonást kapunk, mely " "nem aktív a cellán kívül." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Béta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "Bitkép" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Bitmap skála exportáláshoz:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "Bitképek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Félkövér" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "A vízszintes és a függőleges kurzor is aktív legyen egy időben" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Doboz ábra..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Böngészés" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Hiba: Automatikus kiegészítési kérés ismeretlen típusú elemhez." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Hiba: Cella elhagyása belépés nélkül." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Hiba: Cella negatív y pozícióval!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Hiba: Kérdés merült fel, de nincs cella a válaszhoz" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Hiba: Kérés egy munkalap kezdete előtti cella tartalmának megváltoztatására." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "Hiba: Kérés egy munkalap kezdete előtti cella törlésére." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Hiba: Kérés egy cella tartalmának megváltoztatására, majd a korábbi tartalom " "helyreállítására." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" "Hiba: A matematika cella azt állítja, hogy nem tartozik egyetlen " "cellacsoporthoz sem" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Hiba: Hiányzó tartalmak" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Hiba: A kép számlálója hiányzik!" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Hiba: Nincs utolsó cella egy absCell-ben!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Hiba: Nincs utolsó cella egy conjugateCell-ben!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Hiba: Nincs utolsó cella egy nevezőben!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Hiba: Nincs utolsó cella egy exptCell kitevőjében!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Hiba: Nincs utolsó cella egy számlálóban!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "Hiba: Nincs utolsó cella egy exptCell alapjában!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Hiba: Nincs utolsó cella egy zárójelpár belsejében!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Hiba: Nincs utolsó cella egy négyzetgyökön belül!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Hiba: A szöveg megváltozott, de nincs aktív cella." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Hiba: Üres elemet kísérelt meg hozzáfűzni egy csoportcellához." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Hiba: A Maxima kimenetét megkísérelte hozzáfűzni egy munkalapon kívüli " "cellához." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "Hiba: Vízszintes kurzort nem lehet egy csoportcellába helyezni." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 #, fuzzy msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Hiba: Megkísérelte elmenti egy cella tartalmának változását cella nélkül." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "Hiba: Kijelölést kísérelt meg egy cellában, annak kijelölése nélkül" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Hiba: Visszavonási esemény cella tartalmának változásához és cella " "hozzáadásához." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "Hiba: Munkalapon kívüli cella visszaállítási kérelme." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Verzióinformációk" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "A Shift+Enter billentyűkombinációval alapértelmezés szerint az aktuális " "parancs hajtódik végre, míg az Enter-t a többsoros bemenetre használjuk. " "Mindez megváltoztatható a 'Szerkesztés->Beállítás' ablakban, kipipálva 'A " "parancsok az Enter lenyomására hajtódnak végre' tulajdonságot, amely " "felcseréli a két billentyűparancs hatását." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Változócsere..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "B&eállítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "&Szorzat számítása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Öss&zeg számítása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Szám hosszú tizedes tört alakja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Szám tizedes tört alakja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Modulus értékének beállítása:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Az utolsó eredmény tizedes tört alakjának kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Szorzat számítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Összeg számítása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Nem lehet a webszerverhez kapcsolódni." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "A verzióinformáció nem elérhető." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Mégsem" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "A Maxima bináris nem tudott elindulni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Kanonikus (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ce&lla" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Cella zárójel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "A cella visszaperre (backslash-re) végződik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "&2d-s megjelenítés változtatása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Matematikai jelek 2d-s megjelenítési algoritmusának megváltoztatása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Változócsere" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Változócsere integrálban vagy összegben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Karakterisztikus polinom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "&Frissítések keresése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "A wxMaxima/Maxima újabb verziójának keresése." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Khí" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Egyszerűsített kínai" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Tradícionális kínai" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Betűtípus választás" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Új ábrázolási mód választása:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Osztályok:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Bezárás\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Ablak bezárása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Kód kiemelése: Megjegyzések" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Kód kiemelése: Sorvég" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Kód kiemelése: Függvények" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Kód kiemelése: Számok" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Kód kiemelése: Műveletek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Kód kiemelése: Szövegek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Kód kiemelése: Változók" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Oszlopok nevei:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Oszlopok:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Faktoriálisokkal számol egy kifejezésben" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "A vesszőt közvetlenül egy bezáró zárójel követi" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Vesszővel válassza el az x koordinátákat" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Vesszővel válassza el az y koordinátákat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Vesszővel válassza el az x koordinátákat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Vesszővel válassza el az x koordinátákat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Vesszővel válassza el az x koordinátákat" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Megjegyzés kiválasztása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "A megjegyzés a kiválasztott szövegen kívül van" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Megjegyzés kiválasztása\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Szó &kiegészítése\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Szó automatikus kiegészítése" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "A Maxima teljes leállítása és újraindítása" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 msgid "Complex infinity." msgstr "Komplex végtelen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Egy lista lánctörtté alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Mátrix adjungáltjának kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Mátrix karakterisztikus polinomjának kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Mátrix determinánsának kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Legnagyobb közös osztó kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Mátrix inverzének kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Legkisebb közös többszörös kiszámolása (használata előtt hajtsd végre a " "load(functs) parancsot)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Feltétel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Konfigurációs fájl (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Figyelmeztetés a beállításokkal kapcsolatban" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "A wxMaxima beállítása" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Állandó" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Loga&ritmikus összevonás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Binomiális-, béta- és gamma-függvények faktoriálissá alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Binomiális-, faktoriális- és béta-függvényeket gamma-függvénnyé alakít" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Komplex kifejezés exponenciálissá alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Komplex kifejezés algebraivá alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "Komplex exponenciális függvény alakítása trigonometrikus formává" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Szorzat logaritmusának logaritmusok összegévé való alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Logaritmusok összegének szorzat logaritmusává való alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "&Faktoriálisokká alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "&Gamma-függvénnyé alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Polárformává alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "&Algebraivá alakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Trigonometrikus kifejezés kanonikus kvázilineáris formává alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Trigonometrikus függvény exponenciális formává alakítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Másolás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "E&lőző bemenet másolása\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "E&lőző kimenet másolása\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Másolás képként" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "&LaTeX másolás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Másolás MathML-ként" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Másolás MathML-ként (pl. szövegszerkesztőbe)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "Másolás RTF-ként" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy as SVG" msgstr "Másolás SVG-ként" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "&Szöveg másolása\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Másolás egyszerű szövegként" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kijelölt rész másolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 msgid "Copy selection from document as an SVG image" msgstr "Kijelölt rész SVG képként való másolása a dokumentumból" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kijelölt rész képként másolása a dokumentumból" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "A kijelölést rtf-ként másolja. Ezt egy szövegszerkesztőben felhasználhatjuk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Kijelölt rész másolása a dokumentumból" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Kijelölt rész másolása a dokumentumból LaTeX formátumban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "A dokumentumból MathML formátumban kimásolt részt sok szövegszerkesztő 2d-s " "egyenletként tudja megjeleníteni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Létrehoz egy új cellát az előző bemenet tartalmával" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Létrehoz egy új cellát az előző kimenet tartalmával" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Kurzor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Kivágás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Kivágás\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Kijelölt rész kivágása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Cseh" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Dán" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Adat mátrix:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Adat fájlok (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Adat:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Hibakeresés: figyelje a Maxima kimenetét" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Racionális törtfüggvény parciális törtekre bontása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Alapértelmezett" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Az animáció alapértelmezett framerátája:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Alapértelmezett betűtípus:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Új Maxima munkalap alapértelmezett pontmérete:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "" "A Maxima és a wxMaxima közötti kommunikáció során használt alapértelmezett " "port:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Az animációk lejátszásának alapértelmezett sebessége (képkocka per " "másodperc)." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Törlés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Fü&ggvény törlése..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Kijelölt rész törlése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Vá<ozó törlése..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Függvény törlése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Változó törlése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Minden tartalom törlése a memóriából" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Függvény(ek) törlése:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Változó(k) törlése:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Nevező foka:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Fokszám:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivált:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Szórás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "P&olinomok osztása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Differenciál..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Differenciálás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Kifejezés differenciálása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Differenciálás..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Irány:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Diszkrét pontok" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Meg&jelenítés TeX formátumban" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Megjelenítő algoritmus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Egyenletet(rendszer) megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Kifejezés megjelenítése TeX formátumban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Megjeleníti mennyi idő alatt fut le az eljárás" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Osztás" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Cella kettéosztása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Cella kettéosztása\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Számok vagy polinomok osztása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Bemeneti cella kettéosztása" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "Nullával való osztás." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Akarja menteni a változásokat az alábbi dokumentumban \"%s\"?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Szöveg háttere" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "A dokumentum a wxMaxima egy újabb verziójával lett elmentve, ezért nem " "biztos hogy tökéletesen töltődik be. Kérem frissítse a wxMaximát!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "A dokumentum a wxMaxima egy újabb verziójával lett elmentve. Kérem frissítse " "a wxMaximát!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Dokumentum osztály TeX exportálásra:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Nem ment" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Le" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Egyenletek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Kilépés\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Saját&vektorok" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "&Sajátértékek" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" "Vagy negatív, vagy nulla. \n" "A sign() egy lehetséges eredménye." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" "Vagy pozitív, vagy nulla. \n" "A sign() egy lehetséges eredménye." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" "Vagy pozitív, negatív vagy nulla.\n" "Általában a sign () jel eredményei, ha az előjel nem határozható meg." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #, fuzzy msgid "Element" msgstr "Csere:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #, fuzzy msgid "Element:" msgstr "Csere:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Kiküszöbölés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Változó kiküszöbölése egyenletrendszerből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Bizonyítás vége" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Angol" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Adatbevitel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Mátrix bevitele..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Mátrix bevitele" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Írja be a listába felvenni kívánt algebrai egyenletet:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "A változókat vesszővel válassza el egymástól." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "A parancsok az Enter lenyomására hajtódnak végre" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Mátrix bevitele" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 #, fuzzy msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Az animáció alapértelmezett framerátája:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Új pontosság bevitele:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "A Maxima elérési útjának beírása." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epszilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epszilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Egyenlet:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Egyenlet %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Egyenlet(ek):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Egyenlet:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "Az egyenleteknek számos előnyük van a függvényekkel szemben. Például " "módosíthatóak a factor(), expand() és hasonló függvényekkel. Könnyen " "behelyettesíthetőek egymásba, kirajzoltathatóak kétdimenziós matematikai " "alakzatokként." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Egyenletek:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Hiba" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Hiba!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Éta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Kiértékelés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "K&iértékeletlen formák kiértékelése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "&Minden cella újraszámolása\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "&Minden látható cella újraszámolása\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "C&ellák újraszámolása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Az aktuális hely feletti cellák újraszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Az aktuális hely feletti cellák újraszámolása\tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Az aktuális hely alatti cellák újraszámolása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Rész kiértékelése\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Fejezet kiértékelése\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Al-alfejezet kiértékelése\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Alfejezet kiértékelése\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Kijelölt cellák újraszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "A dokumentum összes cellájának újraszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Nem kiértékelésre szánt formákat is kiértékel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "A dokumentum összes látható cellájának újraszámolása" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Fájl kiértékelése annak kezdetétől a kurzor feletti celláig" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Kiértékelés eddig" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Példa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Példaszöveg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Példák:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Kilépés a wxMaximából" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Felbont" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Felbont (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Kifejezés felbontása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "&Logaritmikus felbontás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Egy kifejezés felbontása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Trigonometrikus kifejezés felbontása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Exportálás" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Animációk exportálása TeX-be (a kép csak akkor mozog, ha a PDF néző ezt " "támogatja)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Dokumentum exportálása HTML vagy pdfLaTeX formátumba" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Egyenletek HTML-be való exportálása mint:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Az exportálás meghiúsult." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Sikeres export." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "A HTML-be való exportálás meghiúsult!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "A TeX-be való exportálás meghiúsult!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Maxima batch fájlba való exportálás meghiúsult!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Exportálás..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Kifejezés" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Függvény(ek):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Kifejezés:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 #, fuzzy msgid "Extract Elements" msgstr "Csere:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Faktorizál" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "K&omplex faktorizáció" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Kifejezés faktorizálása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Egy kifejezés faktorizálása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Kifejezés faktorizálása Gauss-egészekre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "&Faktoriális- és gamma-függvény" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Végzetes hiba" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "%d. ábra:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Fájl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "A fájlt nem lehetett megnyitni" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "A fájl nem található" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Fájl megnyitva" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "A megnyitni próbált fájl nem található." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Fájl:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Keresés..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Ke&resés...\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "&Határérték számolása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "&Minimum keresése..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Megoldás numerikusan..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Kifejezés minimumának meghatározása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Kifejezés határértékének számolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Egyenlet adott intervallumba eső gyökének meghatározása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Polinom összes gyökének meghatározása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Polinom összes gyökének meghatározása (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Keresés és csere" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Keresés és csere" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Mátrix sajátértékeinek kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Mátrix sajátvektorainak kiszámolása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Minimum keresése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Polinom valós gyökeinek meghatározása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Megoldás numerikusan" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Keresés:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Finn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Mentés előtt rögzíti a (%i, %o) indexek hivatkozását" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Rögzített szélességű betűtípus a bemeneti sorban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "&Minden kiválasztása\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Minden fejezet elrejtése" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Követés" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Betűtípus probléma: a karakter túl kicsi! A jsMath karakterek telepítése a " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html oldalról " "és a \"jsMath karakterek használata\" bejelölése a beállításoknál megoldást " "jelenthet." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Betűtípus probléma: az sqrt() jel mérete nulla! A jsMath karakterek " "telepítése a http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts." "html oldalról és a \"jsMath karakterek használata\" bejelölése a " "beállításoknál megoldást jelenthet." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Betűtípus probléma? Az sqrt() mérete nulla." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Konzolban használt betűtípus." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "" "A dokumentumban előforduló matematikai karakterekhez használt betűtípus." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Betűkészletek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "Minden egyes szöveg-, fejezet- vagy kódcella esetén a wxMaxima egy olyan " "zárójelet jelenít meg, mellyel a cellatartalmat megjelenítheti és " "elrejtheti. Ez a beállítás azt jelzi, hogy ezt a zárójelet is ki szeretné-e " "nyomtatni." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formátum:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "%i. kép a %i közül" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francia" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Mettől:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "&Teljes képernyő\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Függvény" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Függvény(ek):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Függvény:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Eljárások komplex átalakításokra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Eljárások faktoriális- és gamma-függvény átalakításokra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Eljárások trigonometrikus átalakításokra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "Legnagyobb közös osztó" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF képfájl (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galíciai" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Általános matematika" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Általános matematika\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Mátrix generálása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Mátrix &generálása kifejezésből..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Mátrix generálása kétdimenziós sorozatból" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Mátrix generálása kétdimenziós kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Német" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "&Képzetes rész" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "&Taylor- és hatványsor..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Kifejezés Laplace-transzformáltja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "&Valós rész" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Kifejezés inverz Laplace-transzformáltja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Függvény Taylor- és hatványsora" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Komplex kifejezés képzetes része" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Komplex kifejezés valós része" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Kérés egy olyan esemény-visszavonásra, amely egy végrehajthatatlan törlést " "tartalmaz." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Görög" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Görög betűk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Görög betűk\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Görög betűk" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Háló:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "HTML fájl (*.html)|*.html|maxima batch fájl (*.mac)|*.mac|pdfLaTeX fájl (*." "tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Súgó" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Elrejtés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Összes eszköztár elrejtése\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Kód elrejtése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Kód cellák elrejtése\tAlt+Ctrl+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Rész elrejtése" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Fejezet elrejtése" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Alfejezet elrejtése" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Al-alfejezet elrejtése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Összes panel elrejtése" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "Tartalmak elrejtése" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "A munkalap jobb oldalán levő munkalapcellák kiterjesztését jelző zárójelek " "elrejtése, amelyek a cellák \"elrejtése\" gombját tartalmazzák, ha a cellák " "nem aktívak." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Kiemelés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Hisztogram" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Hisztogram..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Előzmények" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Előzmények\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "A vízszintes kurzor normál kurzorként működik, csak éppen a hatása cellákon " "jelentkezik: nyomjuk meg a fel vagy le nyilat mozgatásához. Ha mindeközben a " "Shift gombot lenyomva tartjuk, kijelöljük az érintett részeket." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Magyar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "Kezdetiérték-probléma (1)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "Kezdetiérték-probléma (2)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Azonos" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Ha egyszerre több cellát értékelük ki, a kiértékelés nem történik meg, " "amennyiben a wxMaxima bármilyen hibát észlel." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Ha nem túl hosszú" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Ha nem nagyon hosszú" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Ha a számok nem jeleníthetőek meg a megadott számú számjeggyel, három " "ponttal rövidítve lesznek." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Ha az \"Automatikus mentés\" engedélyezve van a wxMaxima beállításainál, a " "program rendszeresen, illetve bezáráskor menti a dokumentumot." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Ha ennyi perc telt el a fájl utolsó mentése óta, a fájl kap egy nevet " "(megnyitva vagy mentve) és 10 másodpercnyi billentyűzet-inaktivitás után " "mentésre kerül." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Ha ez az opció ki van jelölve, az aktuális fájl wxmx forrása egy linkre lesz " "másolva amely az eredmény exportjára mutat." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Ha a bemeneti cella első karaktere valamelyik műveleti jel (a +*/^= " "karakterek egyike), egy % jel fog automatikusan beíródni elé. Ez a funkció " "kiiktatható a 'Szerkesztés->Beállítás' menüpont alatt." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Ha egy számítás elvégzése túl sokáig tart, megpróbálhatjuk a 'Maxima-" ">Megszakítás' vagy a 'Maxima->A Maxima újraindítása' menüparancsok " "használatát." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Kép" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Kép fájlok (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "A \"with_slider_\" parancs segítségével animációkat készíthetünk, melyek " "alkalmasak paraméteres egyenlőségek, függvények vizualizációjára. Egy " "példa:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "Ha szövegcellában egy sort \"*\"-gal kezdünk, abból felsorolás lista lesz. A " "\"*\" előtti szóközök száma határozza meg a behúzás mértékét. A behúzás a " "következő sorban szóközök használatával folytatható." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "A LaTeX kimenetben: a kitevőket egy esetleges index után rakja ahelyett, " "hogy a kifejezés fölé tenné. Ez javíthatja az olvashatóságot egyes " "betűtípusok és rövid indexek esetén." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Tartalmazott oszlopok:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Azonnali keresés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Új változó:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "Kicsivel nulla fölött." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "Kicsivel nulla alatt." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Végtelen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Információ a Maxima fordításáról" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Kezdeti becslések:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Kezdetiérték-probléma (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Kezdetiérték-probléma (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Bemeneti címkék" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Beszúrás" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Beszúr egy %-jelet a cella elején található műveleti jel elé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "&Fejezetcella beszúrása\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "&Szövegcella beszúrása\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Cella beillesztése\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Kép beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Kép beszú&rása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "&Bemeneti cella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "La&ptörés beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "&Alfejezetcella beszúrása\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "&Al-alfejezetcella beszúrása\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "&Fejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "&Alfejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "&Al-alfejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "&Címcella beszúrása\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "&Szövegcella beszúrása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "&Címcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Új bemeneti cella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Új fejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Új alfejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Új al-alfejezetcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Új szövegcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Új címcella beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Laptörés beszúrása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Kép beszúrása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Egészek és egyedi betűk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Integráljel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integrál/összeg:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrál" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrál (Risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Függvény integrálása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Függvény integrálása Risch-algoritmussal" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrál..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "A cella-zárójelek intelligens elrejtése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integrál" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integrál" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integrál" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Megszakítás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Jelenlegi számítás megszakítása" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Az aktuális művelet megszakadt. A Maxima teljes újraindításához nyomja meg " "az alábbi gombot." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Hibás elérési út.\n" "\n" "Írja be a Maxima futtatható fájl elérési útját újra." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inverz Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "I&nverz Laplace-transzformáció..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Ióta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" "Értesítés kiadása, ha a Maxima befejezi a számítást, miközben a wxMaxima " "ablak nincs fókuszban." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "Saját szimbólumokat adhatunk a \"Szimbólumok\" oldalsávhoz a beállítások " "megfelelő mezőjébe írva vagy másolva." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 #, fuzzy msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "A wxMaxima lehetőséget nyújt Maxima könyvtárak (library-k) definiálására, " "azoknak a load() függvénnyel való betöltésére és felhasználására. E célból " "csak annyit kell tenni, hogy a fájlt mac vagy .wxm formátumban mentjük el. " "Néhány speciális karakter, mint a(z) " #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Olasz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Dőlt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japán" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "Ugrás az első hibára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "Ugrás a Maxima által jelzett első hibás cellára." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Kabil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Százalékjel használata speciális , mint például %e, %i, stb." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "Legkisebb közös többszörös" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: kitevők nem az indexek fölé, hanem után" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "LaTeX: A \"parciális derivált\" szimbólumának megjelenítése a diff() " "használata során" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Címke szélesség:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "A wxMaxima grafikus felület nyelve." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Nyelv:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "L&aplace-transzformáció..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "Vezet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "L&egkisebb közös többszörös..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Legkisebb négyzetes közelítés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Legkisebb négyzetes közelítés..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "A \"=\" bal oldala." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "A könyvtárak (library-k) bármelyik wxMaxima eljárás számára hozzáférhetőek " "(függetlenül attól, hogy az eljárások mely könyvtárban futnak), ha a " "felhasználói könyvtárban helyeztük el azokat. A felhasználói könyvtár " "elérési útját a maxima_userdir parancs végrehajtásával tudhatjuk meg" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Határérték" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Határérték..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Lineáris regresszió..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Listák:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Erre a listára:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Betöltés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Csomag betöltése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Batch parancsokat használó Maxima fájl betöltése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Maxima csomagfájl betöltése" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Stílusfájl betöltése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Hosszú jobbra nyíl" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Alsó végpont:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Mátrix leképe&zése..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Fő eszköztár\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "&Lista készítése..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Behelyettesítés kifejezésbe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Leképezés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Lista leképezése listába" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Mátrix leképezése mátrixba" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "Kisbetű-nagybetű érzékeny keresés" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Nyitó zárójelek párjának automatikus beírása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Matematika betűtípus:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Matematika betűtípus:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "A MathJAX skálázható magas minőségű 2d-s matematikai objektumokat készít, " "melyeket \"fogd és dobd\" módszerrel használhatunk, valamint számos " "állítható paraméterük van. A MathJAX hátránya, hogy JavaScriptet igényel, " "valamint hogy vele az egyenletek előállítása kissé időigényes.\n" "A MathML sokkal gyorsabb, mint a MathJAX, amennyiben azt a böngésző " "támogatja. Viszont sok MathML megvalósításból gyakran hiányoznak szükséges " "funkciók.\n" "Bitképek használata általában nagyobb sávszélességet igényel, mint a másik " "két eset, továbbá nem használhatunk olyan fejlett funkciókat, mint a \"fogd " "és dobd\" vagy a paraméterezhetőség. Továbbá problémás a szöveghez való " "illesztése és skálázása, valamint előfordul, hogy nem a szöveghez illő " "betűtípusokat használ." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "Kitöltéshez MathML + MathJaX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "MathML HTML-ként" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "MathML leírás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Matematikai szimbólumok" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Mátrix" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Mátrix leképezés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Mátrix neve:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Mátrix:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "A Maxima kérdez!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "A Maxima kérdez!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "A Maxima minden parancsot/egyenletet automatikus címkével lát el (ami úgy " "néz ki, mint % i1 vagy %o1). Ha egy parancs egy leíró névvel kezdődik, majd " "ezt követi egy \":\", a wxMaxima azt \"felhasználó által megadott címke\"-" "nek nevezi. Ez a választás most lehetővé teszi a wxMaxima számára, hogy csak " "automatikus címkéket, automatikus címkéket jelenítsen meg, ha nincsenek " "felhasználó által definiált címkék vagy egyáltalán nincs címke, amíg a " "felhasználó által meghatározott címke a wxMaxima heurisztikájában nem " "található meg. Ha az automatikus címkék helyett felhasználóikat használunk, " "a wxMaxima az egyenletek között extra függőleges helyet ad hozzá azért, hogy " "könnyebben észrevegyük, hogy melyik sorban kezdődik egy új egyenlet, és " "melyben csak az előző sor tartalma folytatatódik." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "wxMaxima ikon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "A Maxima befejezte a számolást." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "A Maxima hibajelzést küldött!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima bemenet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "A Maxima számol" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "A Maxima használatra kész." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima csomag (*.mac)|*.mac|" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima csomag (*.mac)|*.mac|Lisp csomag (*.lisp)|*.lisp|Minden fájl|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "A Maxima eljárásának futása megszakadt." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima program:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "A Maximában nincs \"felejts el mindent\" parancs, ami az összes eddig " "végrehajtott eljárás hatását törölné, ezért a wxMaxima alapértelmezés " "szerint új Maximát indít minden munkalap-újraértékelésnél. Mivel ez " "időigényes lehet, ez a kapcsoló lehetővé teszi az újraindítás kiiktatását." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima kérdései" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "A Maxima elindult és vár a kapcsolatra..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Animáció indítása" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "A Maxima háromféle számtípust támogat: közönséges törteket (például ilyen " "jön létre, amikor az gépeljük be, hogy 1/10), az IEEE lebegőpontos " "számformátumot (0.2) és tetszőleges pontosságú hosszú tizedes törteket " "(1b-1). Vegyük azonban figyelembe, hogy bináris (nem decimális) számok " "természete miatt például nem tudunk pontosan 0.1-el egyenlő IEEE " "lebegőpontos számot előállítani. Ne feledje továbbá, hogy ha lebegőpontos " "számokat használunk közönséges törtek helyett, a kerekítés miatt pontatlan " "értéket kaphatunk. Például 3602879701896397/36028797018963968 helyett 0.1-et." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "A Maxima a ':' jelet használja változó értékadására ('a : 3;') és a ':=' " "jelet függvény definiálására ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maxima verzió: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 msgid "Maxima warnings" msgstr "Maxima figyelmeztetések" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "A Maxima \"at\" függvényével kinyerhetjük egy tetszőleges változó értékét az " "eredménylistából:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " b_értéke:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "A Maxima erőssége az egyenletek átalakításai és a szimbolikus számítások. " "Használjunk ezért inkább egyenleteket és címkéket függvények helyett és " "tartsuk a változók aktuális értékeit listában, mint hogy közvetlenül adnánk " "meg azokat. Egy példa:\n" "\n" "/* A pillanatnyi értékeket listában tartjuk, így később tudjuk őket " "használni */\n" " Értékek:[a=10,c=100];\n" " Pitagorasz:a^2+b^2=c^2;\n" " solve(%,b);\n" " Eredmény:%[2];\n" " at(Eredmény,Értékek);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "A Maxima, a program, amely valójában a matematikai műveleteket végzi és a " "wxMaxima, ami megjeleníti a munkalapot, külön eljárásként fut. Ez azt " "jelenti, hogy ha a Maxima futása megszakad, a wxMaxima (és így a munkalap) " "ép marad. A két program egy helyi hálózati socketen keresztül kommunikál. " "Ezúttal ez a socket nem jött létre, amit okozhatott egy tűzfal, mely nem " "csak a külső, hanem az egyazon a számítógépen futó programok közti " "kapcsolatokat is korlátozza." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 #, fuzzy msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "A Maxima, a program, amely valójában a matematikai műveleteket végzi és a " "wxMaxima, ami megjeleníti a munkalapot, külön eljárásként fut. Ez azt " "jelenti, hogy ha a Maxima futása megszakad, a wxMaxima (és így a munkalap) " "ép marad. Jelenleg a két program nincs kapcsolatban egymással, ami lehet " "amiatt, hogy a Maxima még csak most indul, vagy nem tudott elindulni. Az is " "előfordulhat, hogy a problémát egy tűzfal okozza, mely nem csak a külső, " "hanem az egyazon a számítógépen futó programok közti kapcsolatokat is " "korlátozza." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "A Maxima, a program, amely valójában a matematikai műveleteket végzi, külön " "eljárásként fut. Ennek az az előnye, hogy ha a Maxima futása megszakad, az " "nincs hatással a wxMaximára, mely a munkalapot megjeleníti.\n" "Ez az ikon jelzi az adatforgalmat a Maxima és a wxMaxima között." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Maximálisan megjelenített számjegyek száma:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Kétmintás t-próba..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Egymintás t-próba..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Átlag..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Átlag:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Medián..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Cellák egyesítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Cellák egyesítése\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Két bemeneti cella tartalmának összefűzése" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Üzenet a Maxima kimenetéről: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Eljárás:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Hiányzó zárójel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulus" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" "Valószínűleg nem listát próbált hozzáfűzni egy listához.\n" "Az új elemet egy azt körülzáró zárójel ([]) konvertálja listává, és teszi " "egy listához hozzáfűzhetővé." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" "A legtöbb kérdés elkerülhető az assume() és a declare() parancs használatával" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Mű" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Név:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Soha" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Új" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Ú&j\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Új dokumentum" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Új sorok: Ugrás a szövegre" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Új érték:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Új változó:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Kö&vetkező parancs\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Nincs" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Nincs dollár ($) vagy pontosvessző (;) a parancsok végén" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "A kifejezés nem található!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Normalitás vizsgálat..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" "Általában a számítógépek lebegőpontos számokat használnak, amelyek " "hihetetlenül gyorsan kezelhetők, miközben sok tizedesjegyre pontosak. Ez a " "tárolási mód azonban még néhány egyszerű szám esetén is pontatlanságokat " "eredményez. Például 0,1-et 3602879701896397/36028797018963968-ként " "reprezentálja.\n" "Mivel a matematika azon a tényen alapul, hogy a pontosan ugyanolyan számok " "helyettesíthetőek egymással, a kis hibák gyorsan nagy hibákat generálhatnak " "(lásd a Wilkinson-polinomok vagy a Rump-polinomok). Egyes Maxima parancsok " "ezért a rat() függvényt használják annak érdekében, hogy a lebegőpontos " "számokat pontos értékekké konvertálják (pl. 1/10-é vagy sqrt (2)/2-vé), így " "a lebegőpontos hibák már nem jelentkezhetnek.\n" "\n" "Ez a hibaüzenet nem fordul elő, ha pontos számokat használnak (1/10 helyett " "0.1).\n" "A számok automatikus átalakítását jelző üzenetet le lehet tiltani a ratprint " "értékének hamisra állításával." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Helytakarékossági okok miatt HTML dokumentumban általában alacsony " "felbontású képeket szoktunk használni. Modern képernyőkön ezek a képek " "elmosódottak lehetnek. Ezzel a beállítással HTML export esetén az megnöveli " "a felbontás alapértelmezett értékét." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norvég" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Hibás mátrixdimenzió!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Az egyenletek száma hibás!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Nem csatlakozott a Maximához!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Nem csatlakozott." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Nű" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Számláló foka:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Egyenletek száma:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Egyenletek száma:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Számok" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Régi érték:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Régi változó:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Ómega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Omikron" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Miután a helyi hálózati kapcsolat létrejött a Maxima és a wxMaxima között, a " "Maxima nem használja többé a rendszer kimenetét, legfeljebb egy üdvözlő " "üzenetre. A Maxima futása során a lisp hibaüzeneteket a rendszer " "hibacsatornáján fogja küldeni. Ha ez a opció be van állítva, mindenképpen " "figyelni fogjuk a Maxima rendszerkimeneti csatornáját." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Egymintás t-próba" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Online ismertetők" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Csak a felhasználó által definiált címkék" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Megnyitás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Me&gnyitás" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Nyit egy cellát, amikor a Maxima bemenetet vár" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Dokumentum megnyitása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Új ablak" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Dokumentum megnyitása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Mátrix megnyitása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Fájl megnyitása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Beállítások" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Beállítások:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Elavult cellák" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Kimeneti címkék" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Padé-appro&ximáció..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG képfájl (*.png)|*.png|JPEG képfájl (*.jpg)|*.jpg|Windows bitmap (*.bmp)|" "*.bmp|Hordozható animap (*.pnm)|*.pnm|Címkézett kép fájlformátum (*.tif)|*." "tif|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Padé-approximáció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Taylor-sor Padé-approximációja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Laptörés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Párhuzamos" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Paraméteres ábrázolás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "&Parciális törtek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Parciális törtek" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "A dokumentum egyes részei nem töltődtek be!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "A dokumentum egyes részei nem töltődnek be helyesen,\n" "mivel az ismeretlen XML címkenevet tartalmaz " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Beillesztés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "&Beillesztés\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Szöveg beillesztése vágólapról" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Szöveg beillesztése vágólapról" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Merőleges" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Fí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Tortadiagram..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Kérem állítsa be a wxMaximát a 'Szerkesztés->Beállítás' menüpontban." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "A változások életbe lépéséhez indítsa újra a wxMaximát!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "&2d-s ábrázolás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "&3d-s ábrázolás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Á&brázolási mód..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Kétdimenziós ábrázolás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2d-s ábrázolás..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Háromdimenziós ábrázolás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3d-s ábrázolás..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Ábrázolási mód" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Ábrázolás két dimenzióban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Ábrázolás három dimenzióban" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Ábrázolás fájlba:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Hely:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Lengyel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "1. polinom:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "2. polinom:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugál (Brazil)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript fájl (*.eps)|*.eps|Minden fájl|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Pontosság" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Beállítások...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "A Ctrl+Space vagy a Ctrl+Tab megnyomására elindul egy automatikus " "kiegészítési eljárás, mely nem csak a Maxima alapvető függvényeit és azok " "paramétereit ismeri, hanem a betöltött csomagokéit és az aktuális fájlon " "belül definiáltakéit is." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Előző parancs\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Nyomtatás" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Dokumentum nyomtatása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Dokumentum nyomtatása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Cellazárójelek nyomtatása [balra helyezve]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Szorzat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Szorzás jele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Pszí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "RTF OMML matematikával" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Nyers XML monitor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "A kurzor feletti cellák újraszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "A kurzor feletti cellák újraszámolása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Mátrix beolvasása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Maxima kimenetelének olvasása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Bemeneti adatok fogadása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "A következő parancs előhozása az előzmények közül" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Az előző parancs előhozása az előzmények közül" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Jelenlegi fájllista hossza:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Alg.-i alak" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Ismételt végrehajtás\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Utolsó változtatás visszavonása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Redukál (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Trigonometrikus kifejezés redukált alakra hozása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "A cella Maximához küldésének megtagadása: " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "A&z összes kimenet eltávolítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Lista készítése kifejezésből" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "A kimenet eltávolítása a bemeneti cellákból" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Mindet cseréli" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "%d egyezés kicserélve." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Csere:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Rendszerinformációk hiba bejelentéséhez" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "A Maxima újraindítása" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "A Maxima újraindítása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "A Maxima újraindítása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "A Maxima újraindítása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Eredmény" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Visszatérés a most kiértékelt cellára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 #, fuzzy msgid "Reverse" msgstr "Soha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Ró" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Jobbra nyíl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "A \"=\" jobb oldala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "&Risch-integrálás..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "&Polinom gyökei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "P&olinom gyökei (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Sorok:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Orosz" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "SVG grafika" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "1. minta:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "2. minta:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Minta:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Mentés" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Animáció mentése..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Mentés másként" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Men&tés másként...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Kép mentése..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Kijelölés mentése képbe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Ki&jelölés mentése képbe..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Animáció mentése fájlba" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Dokumentum mentése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Mentés másként" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Csak ennyi eseményt ment a visszaállítás tárolója. A 0 jelentése: végtelen " "számú esemény mentése." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Panelek elrendezésének elmentése" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Panelek állapotának mentése." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Kép mentése fájlba" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Kijelölt rész fájlba másolása a dokumentumból" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Kijelölt rész mentése fájlba" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Stílus mentése fájlba" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Ablak méret/pozíció mentése" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "wxMaxima ablak méret/pozíció mentése." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "A mentés meghiúsult." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Sikeres mentés." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Mentés..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "Skálázható Vektor Grafika (svg)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Szóródási pont" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Szóródási pont..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Fejezet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Fejezetcella" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Úgy tűnik, valami gond van a betűtípusokkal. A jsMath karakterek telepítése " "a http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html oldalról " "és a \"jsMath karakterek használata\" bejelölése a beállításoknál megoldást " "jelenthet." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Úgy tűnik valami gond van a matematikai jelekkel. A jsMath karakterek " "telepítése a http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts." "html oldalról és a \"jsMath karakterek használata\" bejelölése a " "beállításoknál megoldást jelenthet." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Kijelölés" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Cellatartalom kijelölése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "&Minden kiválasztása\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "A Maxima program kiválasztása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Részminta kiválasztása" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Állandó kiválasztása" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Minden kiválasztása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Matematikai megjelenítés algoritmusának kiválasztása" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "A kimenetet egy részét kijelölve az egérrel és arra a jobb egérgombbal " "kattintva egy menüt kapunk a kijelölt részen való lehetséges műveletekkel." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Kijelölés" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Taylor- és hatványsor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Hatv.sor..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "A kiszolgáló elindult" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Nagyítás beállítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Hosszú lebegőpontos műveletek &pontosságának állítása..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Rögzített szélességű betűtípus beállítása a bemeneti sorban." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Ábrázolás módjának állítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Animáció indítása vagy leállítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "A bigfloat eljárással definiált számok pontosságának állítása. Ilyen " "számokat például 1.5b12 vagy bfloat(1.234) beírásával generálhatunk." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Nagyítás beállítása 100%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Nagyítás beállítása 120%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Nagyítás beállítása 150%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Nagyítás beállítása 200%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Nagyítás beállítása 300%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Nagyítás beállítása 80%-ra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Laplace-transzformációval megoldani próbált kezdetiérték-probléma kezdeti " "helyének és értékének beállítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Modulus értékének beállítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "&Definíció..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "&Függvények" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "&Tippek..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "&Változók" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Maxima súgó" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "K&iegészítés sablonnal\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Tippet mutat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Megmutat minden parancsot, ami hasonlít erre:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Példa az alábbi parancsra:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Példa a parancs használatára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Megmutat minden parancsot, ami hasonlít erre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Megmutatja a definiált függvényeket" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Megmutatja a definiált változókat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Megmutatja a függvény definícióját" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Függvény automatikus kiegészítése sablonnal" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "&Címkék mutatása:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "A wxMaxima konzolja megjeleníti a hosszú kifejezéseket." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Hosszú kifejezések megjelenítése:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "&Függvények" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Megmutatja a függvény definícióját:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Maxima súgó" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Szigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Egyszerűsít" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "&Gyökös egyszerűsítés" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Egysz. (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Egysz. (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Kifejezés egyszerűsítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Faktoriálisokat tartalmazó kifejezések egyszerűsítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Gyököket tartalmazó kifejezések egyszerűsítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Racionális kifejezések egyszerűsítése" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Egyszerűsíti az összeget" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Trigonometrikus kifejezést egyszerűbb alakra hoz" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "A wxMaxima 0.8.2-es változatától már képeket is be lehet illeszteni a " "dokumentumba. Használjuk a 'Cellák->Kép beszúrása...' menüparancsot. " "Megjegyezzük, hogy ahhoz, hogy a kép is mentve legyen, a dokumentumot " "'wxMaxima XML dokumentum' formátumban kell menteni." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Megoldás:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Megoldás" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "&Algebrai egyenletrendszer megoldása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "&Lineáris egyenletrendszer megoldása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "&Differenciálegyenlet megoldása..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Me&goldás (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Differenciálegyenlet megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "D&ifferenciálegyenlet megoldása (Laplace)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Differenciálegyenletek megoldása...." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Algebrai egyenletrendszer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Algebrai egyenletrendszer megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "" "Peremérték probléma megoldása másodrendű közönséges differenciálegyenlet " "esetén" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Egyenletet(rendszer) megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Egyenletet(rendszer)ek megoldása a to_poly_solve eljárással" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "" "Kezdetiérték-probléma megoldása elsőrendű közönséges differenciálegyenlet " "esetén" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "" "Kezdetiérték-probléma megoldása másodrendű közönséges differenciálegyenlet " "esetén" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Lineáris egyenletrendszer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Lineáris egyenletrendszer megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Legfeljebb másodrendű közönséges differenciálegyenlet megoldása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Közönséges differenciálegyenlet megoldása Laplace-transzformáció segítségével" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Megold..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Egyes PDF-olvasók képesek megjeleníteni mozgóképeket és a wxMaxima képes is " "előállítani ilyeneket. Ha ezt a lehetőséget választja, további LaTeX " "csomagok telepítésére lehet szükség ennek érdekében." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Spanyol" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Különleges" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Különleges állandó" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Animáció indítása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Új Maxima indítása minden újraértékeléshez" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Animáció indítása vagy leállítása" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "A kiválasztott, with_slider paranccsal létrehozott animáció indítása vagy " "megállítása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Már a keresendő kifejezés gépelése közben elindítja a keresést." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "A Maxima folyamat leállt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Indul a Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "A szerver leállt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "A szerver elindult és az alábbi porton figyel %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statisztika" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statisztika\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Karakterláncok" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Stílus" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Stílusok" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Részminta..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Alfejezet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Alfejezetcella" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Behelyet...." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Behelyettesítés" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "&Behelyettesítés..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Al-alfejezet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Al-alfejezetcella" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Összeg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Szummajel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Szimbólumok\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "Az ide másolt vagy gépelt szimbólumok meg fognak jelenni a szimbólumok " "oldalpanelen, így azokat könnyen beilleszthetjük a munkalapokba." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Rendszerinformáció" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Tartalomjegyzék" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "Tartalomjegyzék\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylor-sor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX, MathJaX-szal értelmezve" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "'tellrat' eljárás" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Szöveg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Csak szöveg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Cellák kivágása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Szöveg háttere" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "Ha egy szövegcella a \" > \" jellel kezdődik, az idézetet fog jelenteni. A " "\">\" jel előtti szóközök száma határozza meg a behúzás mértékét, ahogyan az " "a felsorolás lista esetében is történt." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Kijelölt rész kivágása" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "Az \"at\" függvény segítségével az egyik egyenletet beírhatjuk a másikba:\n" "\n" " ohm:U=R*I;\n" " R_párhuzamos:R=R_1*R_2/(R_1+R_2);\n" " eredmény:at(ohm,R_párhuzamos);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" "Az xml fájl nem tűnik szabványos xml-nek, esetleg a content.xml nem egy ." "wxmx tömörített archívumból származik" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "Az MathJaX.js URL-t HTML exportálással kell letölteni." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" "A [] vagy a part() parancs megpróbált elérni egy olyan listát vagy " "mátrixelemet, amely nem létezik." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "A beágyazott pontok alapértelmezett magassága. A Maxima wxplot_size nevű " "változója olvashatja vagy átírhatja." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" "A Maxima és a wxMaxima közötti kommunikáció során használt alapértelmezett " "port." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "A beágyazott pontok alapértelmezett szélessége. A Maxima wxplot_size nevű " "változója olvashatja vagy átírhatja" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "Dokumentumjainkhoz a LaTeX dokumentum osztályt használjuk." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "Az egyenlőség \"=\"-től balra eső fele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "Az egyenlőség \"=\"-től jobbra eső fele" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" "A kép nem jeleníthető meg. Lehet, hogy sérült, hibás formátumú, esetleg a " "Gnuplot nem tudta írni a képet, vagy érti, hogy a Maxima mit szeretne " "ábrázolni." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "I&nverz Laplace-transzformáció..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "A Shift+Space billentyűkombináció eredménye egy el nem törhető szóköz." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "Az \"X\" betű szélessége nulla. A jsMath karakterek telepítése a http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html oldalról és a " "\"jsMath karakterek használata\" bejelölése a beállításoknál megoldást " "jelenthet." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "Az 5.38-asnál nagyobb verziószámú Maxima load() parancsa képes a .wxm " "fájloknak Maxima parancskönyvtárakként való betöltésére." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" "A megjelenített számjegyek maximális száma a konfigurációs párbeszédablakban " "módosítható" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 #, fuzzy msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" "A megjelenített számjegyek maximális száma a konfigurációs párbeszédablakban " "módosítható." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "A jelenleg megnyitott fájlok száma lesz megjegyezve." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "A Maxima offline kézikönyve" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 #, fuzzy msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "A pngCairo terminál sokkal jobb grafikai minőséget tud biztosítani " "(élsimítással és további vonalstílusokkal), de ez csak akkor működik, ha a " "Gnuplot a használt rendszeren támogatott és telepítve van." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "Az eredmény határozatlan volt." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "Az eredmény meghatározatlan volt." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "Az rhs() (\"right hand side\" (jobb kéz felőli oldal)) parancs lehetővé " "teszi, hogy kinyerjük az egyenlőség eredményét:\n" "\n" " Értékek:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energia:W=1/2*m*v^2;\n" " at(Energia,Értékek);\n" " Szám:rhs(%);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 #, fuzzy msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" "A Maximától vagy a .wxml fájlból várt xml adat hiányzik.\n" "Ha megtalálja a probléma reprodukálásának módját, kérjük, küldjön wxMaxima " "hibajelentést." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "A Maximáról és a wxMaximáról számos leírást találhatunk az interneten. " "További információkért és leírásokért látogasson el a http://andrejv.github." "com/wxmaxima/help.html címre." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "XML hiba lépett fel!\n" " \n" " Kérem jelentse a hibát." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Théta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" "Ezt a hibaüzenetet valószínűleg az okozza, hogy értéket egy számhoz és nem " "egy változóhoz akarja rendelni.\n" "Ennek egy lehetséges oka egy olyan változó használata, amelynek " "ciklusváltozóként már numerikus értéke van." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Törésvonalak:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Ennyiszer:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Cím" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Címcella" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "A cím- , fejezet- és alfejezetcellák tartalma elrejthető/megjeleníthető, ha " "rákattint a sor elején látható négyzetre. A Shift+kattintás kombinációval az " "adott cella alatti összes tartalom láthatóvá válik." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "&Hosszú tizedestört" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "&Tizedestört" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Tizedestört" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "Numeri&kus\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Polár koordinátás ábrázolásmódhoz válasszuk a 'set polar' opciót a " "kétdimenziós ábrázolás 'Beállítások:' menüjében. 3D-ben szférikus " "(spherical) vagy cilindrikus (cylindrical) ábrázolásmódot is választhatunk." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Ha egy kifejezést zárójelbe szeretnénk rakni, jelöljük ki azt, majd nyomjuk " "meg a '(' vagy ')' zárójelek egyikét, aszerint, hogy a művelet végrehajtása " "után a kifejezés előtt, vagy után szeretnénk a kurzort megjeleníteni." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "A wxMaxima ablak méretének és pozíciójának mentéséhez jelölje ki a megfelelő " "opciót a 'Szerkesztés->Beállítás' ablakban." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "A wxMaxima használatához csak el kell kezdeni gépelni a végrehajtani kívánt " "parancsot. Az első billentyű leütésekor egy bemeneti cella fog megjelenni. A " "parancs végrehajtásához nyomjunk Shift+Enter-t." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Meddig:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "&Az 'algebrai' kapcsoló állítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "&Numerikus kimenet kapcsoló" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "&Időkapcsoló" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Az 'algebrai' kapcsoló állítása" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Animáció mentése fájlba" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Teljes képernyős üzemmód" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Numerikus kimenet kapcsoló" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Kódcellák láthatóságának állítása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Eszköztár ikonok" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Fordították" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Mátrix transzponálás" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" "Élsimított vonalak használata (amely lehetővé teszi, hogy egy pixel " "töredékével mozogjanak, de ez csökkenti az élességüket)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Török" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "&Ismertetők" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Kétmintás t-próba" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Típus:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Másolás egyszerű szövegként" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Típus:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "MathJaX.js URL helye:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrán" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Bezáratlan zárójel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Bezáratlan zárójel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Nem tudtam értelmezni a http://andrejv.github.io//wxmaxima/version.txt " "címről kapott verzióinformációt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Aláhúzott" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Aláhúzást indexszé alakítja:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "&Visszavonás\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Utolsó változtatás visszavonása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "A visszaállítás mélysége (0: nincs visszaállítás):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "&Minden megjelenítése\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Minden fejezet megjelenítése" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Megmutat" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Rész mutatása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Fejezet mutatása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Alfejezet mutatása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Al-alfejezet mutatása" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "Tartalmak mutatása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode támogatás" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Befejezetlen megjegyzés." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Befejezetlen szöveg." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Fel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Frissítés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Felső végpont:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Üpszilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Gosper algoritmus használata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Cairo használata a pontok minőségének javítására." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" "Középre helyezett pont és mínuszjel használata csillag és kötőjel helyett" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Középre helyezett pont használata szorzásjelként" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "jsMath karakterek használata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "A \"parciális derivált\" szimbólumának megjelenítése a diff() használata " "során, amikor LaTeX-be mentünk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 #, fuzzy msgid "Use unicode Math Symbols, if available" msgstr "Felhasználó által definiált címkék, amennyiben elérhetőek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Felhasználó által definiált címkék" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Felhasználó által definiált címkék, amennyiben elérhetőek" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Érték:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Érték:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Összes változónév" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Változó(k):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Változó:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Változók" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Változók:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Szórásnégyzet..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Nézet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Figyelmeztetés, ha egy inaktív ablak tétlen" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Figyelmeztetés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "A wxMaxima üdvözli Önt!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Ha egy egy bemeneti értékkel működő függvényt választunk ki a menük közül, " "annak argumentuma a '%' lesz. Ha mást szeretnénk bemeneti értékként, " "jelöljük ki azt a parancs végrehajtása előtt." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Egész dokumentum: (*.wxmx)|*.wxmx|Bemenet, olvasható a load()-al (maxima > " "5.38):(*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Munkalap" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "A \"LaTeX másolás\" \\[ és \\] jelek közé rakja a kifejezéseket" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Csomagolt keresés" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Írta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "XML ellenőrző" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Kszí" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Igen" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Az előző parancs kimenetére a '%' jellel, valamely korábbi kimenetre pedig a " "'%on' változó használatával hivatkozhatunk, ahol n annak száma." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "A dokumentum összes parancsának végrehajtása a 'Cellák->Minden cella " "újraszámolása' menü parancs vagy a megfelelő gyorsbillentyű kombináció " "segítségével történhet. A cellák parancsainak végrehajtása a dokumentumban " "való elhelyezkedésük sorrendjében fog megtörténni." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "A Maxima egy függvényéről segítséget kaphatunk, ha kijelöljük vagy " "rákattintunk a nevére, majd megnyomjuk az F1-et. A wxMaxima meg fogja " "keresni a kijelölt vagy a kurzor alatti szöveg 'Tartalom mutató'-ját a " "Súgóban." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Elrejthetjük a cellák kimeneti részét, ha bal oldalukon lévő háromszögre " "kattintunk. Ez az eljárás szövegcellák esetén is működik." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "A 'Cellák' menü használatával különböző típusú cellákat illeszthetünk be. " "Fontos tudni, hogy csak az 'Új bemeneti cella' használatával jutunk parancs " "végrehajtására alkalmas cellához, a többi segítségével megjegyzéseket " "szúrhatunk be, illetve tagolhatjuk dokumentumunkat." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Egy cellán belül akár több sort is kiválaszthatunk egérrel - kattintva, majd " "a bal egérgombot lenyomva tartva az egeret mozgatva, vagy a cella bal " "oldalán lévő cellazárójelre kattintva - vagy a billentyűzet segítségével - a " "Shift gombot lenyomva tartva a vízszintes kurzort mozgatva. Ez nagyon " "hasznos, ha többsoros cellák parancsait akarjuk végrehajtani vagy " "tartalmukat törölni." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "A %s verzió fut. Az elérhető legfrissebb verzió a %s.\n" "\n" "Az OK gomb megnyomására az alapértelmezett böngésző megnyitja a wxMaxima " "honlapját." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Ha nem ment, változásai elvesznek." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "A wxMaxima verzió a lehető legfrissebb." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Dzéta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "&Nagyítás\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "K&icsinyítés\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Nagyítás 10%-kal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Kicsinyítés 10%-kal" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ mentetlen ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ mentetlen* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i számjegy]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Animált diagram\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Animált diagram\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "és" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antiszimmetrikus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Függvény alkalmazása a listára" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "béta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "két oldalról" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "khí" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "válassza ki, a Maxima melyik lisp fordítóval lett buildelve" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "alapértelmezett" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "átlós" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "üres" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epszilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "ekvivalens" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "éta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "létezik" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "hamis=Nem készít indexeket\n" "igaz=Ha az aláhúzandó egy szám vagy egy betű, az aláhúzásokat automatikusan " "indexekké konvertálja\n" "mind=_ jelek indexek." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Lista készítése" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "általános" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "nagyobb vagy egyenlő" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "ban" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "sorok között" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "metszet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "ióta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "balról" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "kisebb vagy egyenlő" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "logaritmikus skála" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matrix[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "A Maxima pwd-je a dokumentum elérési útvonala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "mű" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "sokkal nagyobb" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "sokkal kevesebb" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "ban" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "negált és" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "nem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "negált vagy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "nem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "nem bájtonként azonos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "nem részhalmaza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "nem részhalmaza vagy egyenlő" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "nem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "nű" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "ómega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "omikron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "vagy" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" "A part() vagy a [] operátort egy olyan objektum n-edik elemének lekérésére " "használtuk, amelynek n-nél kevesebb eleme van." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "parciális jele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "fí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "plusz vagy mínusz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "aránylik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "pszí" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "ró" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "jobbról" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "szigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (hogy Maxima parancsként működjön, az argumentumát zárójelbe kell rakni)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "részhalmaz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "részhalmaz vagy egyenlő" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "szimmetrikus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "az sbcl megabájt heap-et használjon" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" "A [] operátor megpróbált lekérni egy elemet egy listából, egy mátrixból, egy " "egyenletből vagy egy tömbből. De egész szám helyett nem egészt, vagy egy " "olyan számot használtunk, amelynek a numerikus értéke ismeretlen.\n" "A lebegőpontos számok kerekítési hibákat tartalmaznak és nem használhatók " "tömbindexként." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "nincs" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "théta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "négyzetre emel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "köbre emel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unió" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "mentetlen" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "névtelen" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "névtelen %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "üpszilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Függvénynevek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "&wxMaxima Súgó\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "&wxMaxima súgó\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "A wxMaxima minden induláskor végrehajtja a felhasználói könyvtárban " "elhelyezett wxmaxima.rc szövegfájlban elhelyezett Maxima parancsokat. A " "felhasználói könyvtár elérési útját a maxima_userdir parancs végrehajtásával " "tudhatjuk meg" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" "A wxMaxima nem tudja megnyitni a content.xml fájlt a .wxmx tömörített " "archívumban " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "A wxMaxima nem képes az xml tartalom olvasására itt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "A wxMaxima beállítása" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "A wxMaxima nem találja a Maxima programot!\n" " \n" "Kérem adja meg az elérési útját a 'Szerkesztés->Beállítás' menüpont alatt.\n" "Ezután indítsa el a Maximát a 'Maxima->Maxima újraindítása' segítségével." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "A wxMaxima nem talál súgó fájlokat.\n" " \n" "Kérem ellenőrizze a wxMaxima telepítését." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "A wxMaxima nem tud csatlakozni a kiszolgálóhoz. \n" " \n" " Kérem ellenőrizze a hálózati kapcsolatot\n" " és próbálja újra!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "A wxMaxima menüparancsai bemenetekkel hajtódnak végre, ezek egyike a '%'. Ha " "kijelölünk egy részt a dokumentumunkban, a menüparancs ezt fogja " "argumentumként használni a '%' helyett." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima dokumentum" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima dokumentum (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "A wxMaxima nem tudta betölteni a következő fájlt: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima ikon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "A wxMaxima egy wxWidgets-en alapuló grafikus felhasználói felület a Maxima " "komputeralgebrai rendszer számára." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "A wxMaxima egy wxWidgets-en alapuló grafikus felhasználói felület a Maxima " "komputeralgebrai rendszer számára." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "A wxMaxima tartalmazza a \"table_form\" parancsot, mellyel a listák más " "alakban jeleníthetőek meg. Egy példa erre:\n" "\n" "table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Animáció indítása" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "kszí" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "A fájlban található xml nem wxMaxima munkalapot ír le. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "kizáró vagy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "igen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "dzéta" #~ msgid "Expected the icon files to be found at" #~ msgstr "Ikon fájlok szükségesek" #~ msgid "Maxima has a question" #~ msgstr "A Maxima kapott egy kérdést" #~ msgid "Parsing output" #~ msgstr "Kimenet elemzése" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Hiba: Egy sorban két kérés érkezett összefűzés elkezdésére vagy " #~ "befejezésére." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Hiba: Kísérlet különálló cellák összevonására, melyek között további " #~ "cellák vannak." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "Kísérlet egy esemény visszavonására cella nélkül." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Kísérlet valaminek a visszavonására, de a visszavonandó ismeretlen." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "A wxMaxima nem talál tipp fájlokat.\n" #~ " \n" #~ "Kérem ellenőrizze a wxMaxima telepítését." #~ msgid "Symbols" #~ msgstr "Szimbólumok" #~ msgid "Tips not available, sorry!" #~ msgstr "Sajnos nem tudok tippeket mutatni!" wxmaxima-Version-18.02.0/locales/it.po000066400000000000000000007214161324204105000175400ustar00rootroot00000000000000# wxMaxima italian po translation # Copyright (C) 2005-2017 Marco Ciampa # This file is distributed under the same license as the wxMaxima package. # Marco Ciampa , 2005-2017. # msgid "" msgstr "" "Project-Id-Version: wxMaxima\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2017-12-23 23:10+0100\n" "Last-Translator: Marco Ciampa \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" "\n" "\n" "Maxima sta usando attualmente il %3.3f%% di tutte le CPU disponibili." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Supporto Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Versione di Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Non connesso a Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Non connesso." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (grafiche) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i righe nascoste" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " << Espressione più lunga di quanto permesso dalla configurazione! >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "\"Copia LaTeX\" aggiunge marcatori di equazione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "\"implica\" simbolo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i celle nella coda di elaborazione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Applica alla lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&A proposito di..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "File &batch...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blema del valore al contorno ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Rapporto &bug" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Calcolo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forma &canonica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polinomiale &caratteristico ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Cancella la memoria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combina i fattoriali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Semplificazione &Complessa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Frazione &continua" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copia\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Integrazione &definita" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Differenzia..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Modifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Elimina la variabile..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "Ins&erire la matrice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Esempio..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Espandi l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Espandi trigonometrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Esponenzializza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Esporta..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Scomponi in &fattori" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&File" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "&Trova la radice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Genera la matrice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Massimo comun denominatore..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Aiuto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integra..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrompi\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrompi\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverti la matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 msgid "&List" msgstr "&Lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Carica i&l pacchetto\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "&Mappa in lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Guida di &Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Calcolo &modulo..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "&Nuovo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numerico" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Integrazione &numerica" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "Som&nu" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Apri\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Apri...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Disegno" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Serie di &potenze" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "Stam&pa...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Razionale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Riduci trigonometrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Riavvia Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Radici della polinomiale (reali)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Salva\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Semplifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Semplifica l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Semplifica fattoriali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Semplifica trigonometrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "Ris&olvi..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Speciale" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Serie di &Taylor:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Trasponi la matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Semplificazione &trigonometrica" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(usa la lingua predefinita)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- infinito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [soppresse righe aggiuntive dato che il risultato è più lungo da quanto " "permesso dalla configurazione] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "Equazioni 2D usando ASCII Art" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; %i comandi lasciati nella cella corrente" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" "Un \":lisp\" come primo comando può impedire l'invio del segnale \"finito\"." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Un \"cursore orizzontale\" è stato introdotto in wxMaxima dalla versione " "0.8.0. Esso consiste in una linea orizzontale tra le celle. Esso indica dove " "una nuova cella apparirà se si digita o incolla del testo o si esegue in " "comando dai menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "Una cella di gruppo che assiema l'ingresso con la sua uscita" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" "Un comando o numero non era preceduto da un \":\", un \"$\", un \";\" o un " "\",\".\n" "Causa molto probabile: una virgola mancante tra due elementi lista." #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 msgid "A function f(a,b), named" msgstr "Una funzione f(a,b), con nome" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "A partire da wxMaxima versione 0.8.2 è stato introdotto un nuovo formato di " "documenti che salva non solamente il testo immesso ed i commenti, ma anche i " "risultati del calcoli. Quando salva il documento, selezionare \"Documento " "XML wxMaxima\" per salvare in questo nuovo formato." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 msgid "A page break" msgstr "Un saltopagina" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Un grafico da incorporare nel foglio di lavoro facendo precedere il suo nome " "con un \"wx\". \"draw\" può essere rimpiazzato da \"wxdraw\", plot da " "\"wxplot\" ecc." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "Una intestazione di sezione" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "Uno spazio tra celle di gruppo" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 msgid "A sub-subsection heading" msgstr "Una intestazione di sottosottosezione" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 msgid "A subsection heading" msgstr "Una intestazione di sottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Un simbolo dalla finestra di configurazione" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" "Una variabile a cui è possibile assegnare un numero.\n" "Spesso usata da solve() e algsys(), se c'è un infinito numero di risultati." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "A&l valore..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Interrompi elaborazione in caso di errore" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Informazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Informazioni su wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Parentesi cella attiva" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matrice ag&giunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Aggiungi &uguaglianza algebrica..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Aggiungi una directory al percorso di ricerca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" "Aggiungi un nuovo elemento all'inizio della lista. Utile per creare pile." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 msgid "Add an element to a list" msgstr "Aggiungi un elemento ad una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Aggiungi una directory al percorso:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Aggiungi uguaglianza al semplificatore razionale" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Agiungi il file .wxmx all'esportazione HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Aggiungi al &percorso..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" "Formati appunti aggiuntivi da metter sugli appunti con una normale copia:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" "Comandi aggiuntivi da aggiungere al preambolo dell'uscita LaTeX per pdftex." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Righe aggiuntive per il preambolo TeX:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Parametri aggiuntivi per maxima (per es. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Parametri aggiuntivi per maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Simboli aggiuntivi per la barra laterale \"simboli\":" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Dopo aver fatto clic sulle animazioni create con with_slider_draw() o simili " "questo cursore permette di cambiare il riquadro corrente." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "All but the 1st n elements" msgstr "Tutti a parte i primi n elementi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "All but the last n elements" msgstr "Tutti a parte gli ultimi n elementi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "Tutti i tipi apribili (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*." "mac;*.out;*.xml|Documenti di wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx|Sessioni " "Maxima (*.mac)|*.mac|Sessioni Xmaxima (*.out)|*.out|xml da spezzoni di .wxmx " "(*.xml)|*.xml" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Tutti nomi di variabile" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Tutti|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "Una costante di integrazione." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 msgid "Animation framerate..." msgstr "Frequenza di quadro animazioni..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "Righe antialias." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "Accoda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "Accoda una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 msgid "Append a list to a list" msgstr "Accoda una lista ad una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 msgid "Append a list to an existing list" msgstr "Accoda una lista ad una lista esistente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 msgid "Append an element" msgstr "Accoda un elemento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "Accoda un elemento ad una lista esistente" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Applica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 msgid "Apply a function to each list element" msgstr "Applica una funzione ad ogni elemento lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Applica funzione ad una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Aproposito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Array:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Design grafico di" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Richiedi il salvataggio dei documenti senza nome" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Al valore" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Auto indenta a capo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Etichette automatiche (%i1, %o1,...)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Rispondi automaticamente alle domande" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Cambia automaticamente la cartella di lavoro di maxima impostandola a quella " "nella quale giace il documento corrente: ciò è necessario se il documento " "usa File I/O relativi alla cartella corrente; così facendo però rende maxima " "5.35 impossibilitato a trovare il proprio percorso di installazione quando " "il documento risiede in un dispositivo diverso da quello usato per " "l'installazione di maxima." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" "Rispondi automaticamente alle domande conosciute dall'ultima esecuzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Inserisce automaticamente coppie di parentesi nei controlli di testo. " "L'evidenziazione automatica delle coppie di parentesi può essere soppressa " "impostando il colore al colore dello sfondo del testo normale." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Intervallo di autosalvataggio (minuti, 0 significa: spento):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Auto a capo righe lunghe:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Grafico a barre..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "File bat (*.bat)|*.bat|Tutti|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "File batch" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "Oltre alla funzionalità di annullamento globale che è attiva quando il " "cursore si trova tra le celle, wxMaxima ha una funzione di annullamento per-" "cella che è attiva se il cursore si trova all'interno di una cella. La " "pressione di Ctrl+Z all'interno di una cella può quindi essere usata per un " "annullamento a passo fine che non pregiudica le ultime modifiche apportate " "in altre celle." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "Bitmap" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Scala bitmap per esportazione:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "Bitmap" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Grassetto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Cursore sia orizzontale che verticale attivo allo stesso tempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Grafico a blocchi..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Naviga" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Bug: autocompletamento richiesto per tipo sconosciuto di elemento." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Bug: cella lasciata ma non immessa." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Bug: cella con posizione y negativa!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Bug: trovata domanda ma nessuna cella per rispondere" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Bug: trovata una richiesta di cambio dei contenuti della cella sopra " "l'inizio del foglio di lavoro." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Bug: trovata richiesta di cancellazione della cella sopra l'inizio del " "foglio di lavoro." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Bug: trovata richiesta cambiamento dei contenuti di una cella seguita da " "una richiesta di annullamento della sua cancellazione." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" "Bug: cella di formule che dichiara di non avere gruppi di celle a cui " "appartenere" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "Bug: il numero massimo di cifre da visualizzare è troppo basso!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Bug: contenuti mancanti" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Bug: nessun contatore immagine su cui scrivere!" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Bug: nessuna ultima cella in absCell!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Bug: nessuna ultima cella in un conjugateCell!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Bug: nessuna ultima cella in un denominatore!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Bug: nessuna ultima cella in un esponente di un exptCell!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Bug: nessuna ultima cella in un numeratore!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "Bug: nessuna ultima cella nella base di una exptCell!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Bug: nessuna ultima cella dentro una parentesi!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Bug: nessuna ultima cella dentro una radice quadrata!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Bug: testo cambiato, ma nessuna cella attiva." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "Bug: gli appunti sono già aperti" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" "Bug: gli appunti non sono aperti sull'incollamento in una cella dell'editor" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Bug: tentativo di accodare NULL ad un gruppo di celle." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Bug: tentativo di accodare il risultato di maxima ad una cella fuori dal " "foglio di lavoro." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Bug: tentativo di spostare il cursore disegnato orizzontalmente all'interno " "di una Cella di gruppo." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Bug: tentativo di registrare i contenuti dei cambiamenti di una cella per " "l'annullamento senza una cella." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" "Bug: tentativo di selezionare dentro una cella senza avere una cella " "corrente." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Bug: azione di annullamento con sia cambiamento contenuti cella che aggiunta " "cella." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "Bug: richiesta annullamento per celle fuori dal foglio di lavoro." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "Bug: tipo di testo sconosciuto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Informazioni sulla compilazione" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Come impostazione predefinita la combinazione di tasti Maiusc-Invio viene " "usata per segnalare la richiesta di valutazione dei comandi, mentre Invio da " "solo viene usato per l'immissione di testo su più righe. Questo " "comportamento può essere modificato nella finestra di dialogo 'Modifica-" ">Configura' selezionando 'Invio elabora le celle'. Questa impostazione " "scambia il comportamento di queste due combinazioni di tasti." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Cambia la &variabile..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "C&onfigura" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Calcola il &prodotto..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calcola la so&mma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Calcola il valore dell'ultimo risultato in virgola mobile precisa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Calcola il valore dell'ultimo risultato in virgola mobile" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calcola il modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Calcola il valore numeric dell'ultimo risultato" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calcola i prodotti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calcola le somme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Impossibile connettersi al server web." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Impossibile scaricare le informazioni di versione." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Annulla" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "Impossibile avviare maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Canonica (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Catalano" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Ce&lla" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Parentesi cella" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "La cella finisce con un backslash" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Cambia la finestra &2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Cambia l'algoritmo della finestra 2d usato per visualizzare il risultato." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Cambia la variabile" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Cambia variabile nell'integrale o nella somma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polin. caratt." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Controlla gli aggiornamenti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Controlla se esiste una versione più recente di wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Cinese semplificato" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Cinese tradizionale" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Scegli font" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Scegliere un nuovo formato per il grafico:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Classi:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Chiudi\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Chiudi la finestra" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Evidenziazione codice: commenti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Evidenziazione codice: fine riga" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Evidenziazione codice: funzioni" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Evidenziazione codice: numeri" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Evidenziazione codice: operatori" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Evidenziazione codice: stringhe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Evidenziazione codice: variabili" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Nomi colonne:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Colonne:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combina i fattoriali in un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Virgola direttamente seguita da una parentesi chiusa" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Coordinate x separate da virgole" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Coordinate y separate da virgole" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 msgid "Comma-separated elements" msgstr "Elementi separati da virgole" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 msgid "Comma-separated equations" msgstr "Equazioni separate da virgole" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 msgid "Comma-separated variables" msgstr "Variabili separate da virgole" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" "Commento (testo di foglio di lavoro normale che non viene inviato a maxima)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Commenta la selezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Commento fuori dal testo attualmente selezionato" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Commenta la selezione\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Complete a parola\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Completa la parola" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Ferma completamente maxima e riavvialo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 msgid "Complex infinity." msgstr "Infinito complesso." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calcola la frazione continua di un valore" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calcola la matrice aggiunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calcola la polinomiale caratteristica di una matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calcola il determinante di una matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calcola il massimo comun denominatore" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calcola l'inversa di una matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Calcola il minimo comune multiplo (esegui load(functs) prima di usarlo)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condizione:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "File di configurazione (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Avvertenze di configurazione" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configura wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Costante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Contrai i logaritmi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Converti binomiali, funzioni beta e gamma in fattoriali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Converti binomiali, fattoriali e funzione beta in funzione gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Converti l'espressione complessa nella forma polare" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Converti l'espressione complessa nella forma normale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Converti la funzione esponenziale dell'argomento immaginario nella forma " "trigonometrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Converti il logaritmo del prodotto in somma di logaritmi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Converti la somma dei logaritmi in logaritmo del prodotto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Converti in &fattoriali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Converti in &gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Converti in forma &polare" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Converti in forma no&rmale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" "Converti l'espressione trigonometrica nella forma canonica quasilineare" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Converti le funzioni trigonometriche nella forma esponenziale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "Converte una matrice in una lista di liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "Converte una lista annidata come [[1,2],[3,4]] in una matrice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Copia l'inserimento precedente\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Copia il risultato precedente\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copia come immagine" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copia come LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Copia come MathML" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Copia come MathML (per es. per un programma di videoscrittura)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "Copia come RTF" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy as SVG" msgstr "Copia come SVG" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Copia come testo\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Copia come immagine" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copia la selezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 msgid "Copy selection from document as an SVG image" msgstr "Copia la selezione dal documento come immagine SVG" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copia la selezione dal documento come immagine" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Copia la selezione dal documento in rtf, un formato che molti programmi di " "videoscrittura possono comprendere" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copia la selezione dal documento come testo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copia la selezione dal documento in formato LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "Copia la selezione dal documento in formato MathML che molti programmi di " "videoscrittura possono mostrare come equazioni in forma grafica 2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 msgid "Create a list" msgstr "Crea una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "Crea una lista come contenitore per i valori di variabili" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 msgid "Create a list from a rule" msgstr "Crea una lista da una regola" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 msgid "Create a list from another list" msgstr "Crea una lista da un'altra lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "Crea una lista da elementi separati da virgole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Crea una nuova cella con i dati inseriti precedentemente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Crea una nuova cella con il risultato precedente" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "Crea f(a,b) al volo, contenuti:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 msgid "Create list" msgstr "Crea lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "Crea una lista da elementi separati da virgole" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursore" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Taglia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Taglia\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Taglia la selezione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Ceco" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danese" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matrice dati:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "File dati (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Dati:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Debug: controlla il flusso d'uscita di maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Decomponi la funzione razionale in frazioni parziali" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Predefinito" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Frequenza di quadro predefinita animazioni:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Carattere predefinito:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Dimensioni grafici predefinita per la nuova sessione maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "La porta predefinita per la comunicazione con wxMaxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Definisce la velocità predefinita (in quadri al secondo) alla quale sono " "eseguite le animazioni." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" "Definisce se un'animazione parte automaticamente o solo se si fa clic su di " "essa." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Elimina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Elimina una f&unzione..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Elimina la selezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Elimina la v&ariabile..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Elimina una funzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Elimina una variabile" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Cancella tutti i valori dalla memoria" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Elimina le funzioni:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Elimina le variabili:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Denom. deg:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "profondità:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivata:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Deviazione..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vidi le polinomiali..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Diff..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Differenzia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Differenzia l'espressione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Deriva..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Direzione:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Grafico discreto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Mostra in Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Mostra l'algoritmo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "Display equations" msgstr "Mostra le equazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Mostra l'espressione precedente in TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Mostra il tempo impiegato per l'esecuzione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Dividi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Dividi cella" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Dividi cella\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dividi i numeri o i polinomiali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Dividi la cella d'ingresso in due celle" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "Divisione per 0." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 msgid "Do for each list element" msgstr "Fa per ogni elemento della lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Salvare i cambiamenti effettuati nel documento \"%s\"?\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Sfondo del documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "Il documento è stato salvato usando una versione più recente di wxMaxima " "perciò potrebbe non caricarsi correttamente. Si consiglia di aggiornare " "wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "Il documento è stato salvato usando una versione più recente di wxMaxima. Si " "consiglia di aggiornare wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Documentclass per l'esportazione TeX:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Non salvare" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Giù" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "E&quazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Esci\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "&Autovettori" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Auto&valori" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" "Una singola espressione o una lista separata da virgole di espressioni tra " "parentesi. Nel secondo caso viene usato il risultato dell'ultima espressione " "tra parentesi." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" "Negativo o zero.\n" "Un possibile risultato di sign()." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" "Positivo o zero.\n" "Un possibile risultato di sign()." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" "Positive, negativo o zero.\n" "Normalmente il risultato di sign() se il segno non può essere determinato." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "Elemento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "Elemento:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Elimina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Elimina una variabile da un sistema di equazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Fine dimostrazione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Inglese" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Inserire i dati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Inserire la matrice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Inserisci una matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Inserire un'equazione per la semplificazione razionale:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Inserire la lista di variabili separate dalla virgola." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Invio elabora le celle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Inserire la matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Inserire la nuova frequenza di quadro animazioni [Hz, intero]:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Inserire la nuova precisione per i bigfloat:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Inserire il percorso dell'eseguibile Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "Equation" msgstr "Equazione" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Equazione %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Equazione(i):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Equazione:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "Le equazioni hanno diversi vantaggi rispetto alle funzioni. Per esempio " "possono essere elaborate con factor(), expand() e funzioni simili. Possono " "facilmente essere inserite una nell'altra. Inoltre sono sempre stampate come " "grafici 2D." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Equazioni:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Errore" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Errore!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Elabora" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Elabora le forme &nominali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Elabora tutte le celle\tCtrl+Shift-R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Elabora tutte le celle visibili\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Elabora le celle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Elabora le celle sopra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Elabora le celle sopra\tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Elabora le celle sotto" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Elabora parte\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Elabora sezione\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Elabora sotto-sottosezione\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Elabora sottosezione\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Elabora le celle attive o selezionate" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Elabora tutte le celle nel documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Elabora tutte le forme nominali nell'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Elabora tutte le celle visibili nel documento" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Elabora il file dal suo inizio fino alla cella sopra il cursore" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Elabora fino al punto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Esempio" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Esempio di testo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Esempi:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "Esegue un comando per ogni elemento della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Esci da wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Espandi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Espandi (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Espandi l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Espandi i logaritmi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Espandi un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Espandi l'espressione trigonometrica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Esporta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Esporta le animazioni in TeX (le immagini si muoveranno solo se il " "visualizzatore PDF lo supporterà)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Esporta il documento in un file HTML o pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Esporta le equazioni su HTML come:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Esportazione fallita." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Esportazione effettuata." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Esportazione su HTML fallita!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Esportazione in TeX fallita!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Esportazione su file batch maxima fallita!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Esportazione..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Espressione" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Espressioni:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Espressione:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "Estrai elementi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "Estrai il valore corrente di una variabile" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "Estrae il valore di una variabile da una lista di valori di variabili" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 msgid "Extract function arguments" msgstr "Estrai gli argomenti funzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 msgid "Extract list Elements" msgstr "Estrai elementi lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 msgid "Extract the argument list from a function call" msgstr "Estrai la lista degli argomenti da una chiamata a funzione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 msgid "Extract the last n elements from a list" msgstr "Estrae gli ultimi n elementi da una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "Estrae l'n-esimo elemento da una lista. Lento per n>>0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "Estrae il valore di una variabile assegnata in una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Fattorizza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Fattorizza in numeri complessi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Fattorizza l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Fattorizza un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Fattorizza un'espressione di numeri Gaussiani" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Fattoriali e &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Errore fatale" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figura %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "File" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "File non può essere aperto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "File non trovato" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "File aperto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Il file che si sta provando ad aprire non esiste." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "File:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Trova" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Trova\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Trova il &limite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Trova il minimo..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Trova la radice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Trova un minimo (libero) di un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Trova il limite di un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Trova la radice di un'equazione in un intervallo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Trova tutte le radici di una polinomiale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Trova tutte le radici di una polinomiale (alta precisione)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Cerca e sostituisci" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Cerca e sostituisci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Trova gli autovalori di una matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Trova gli autovettori di una matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Trova il minimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Trova le radici reali di una polinomiale" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Trova la radice" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Trova:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Finlandese" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "Primo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" "Aggiusta gli indici di riferimento riordinati (di %i, %o) prima di salvare" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Carattere di ampiezza fissa nei controlli di testo." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Ripiega tutto\tCtrl+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Ripiega tutte le sezioni" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Segui" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema font: l'altezza carattere è troppo piccola! L'installazione di " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html impostando " "\"Usa font JSmath\" nella finestra di configurazione dovrebbe risolvere il " "problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Problema font: il segno di sqrt() ha dimensione 0! L'installazione di http://" "www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html impostando \"Usa " "font JSmath\" nella finestra di configurazione dovrebbe risolvere il " "problema." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Problema di font? I contenuti di una sqrt() hanno dimensione 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Carattere usato per mostrare il documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Font usato per mostrare i caratteri matematici nel documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Font" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "Per ogni testo, sezionamento o cella di codice wxMaxima può mostrare una " "parentesi che mostra l'estensione della cella permettendo di ripiegarla. " "Questa impostazione indica se anche questa parentesi deve essere stampata." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" "Per accelerare la creazione di celle esistono le seguenti scorciatoie:\n" "\n" " Ctrl+0: Cella matematica\n" " Ctrl+1: Cella testo\n" " Ctrl+2: Cella titolo\n" " Ctrl+3: Cella sezione\n" " Ctrl+4: Cella sottosezione\n" " Ctrl+5: Cella sottosottosezione" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formato:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Riquadro %i di %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "Frequenza di quadro" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francese" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Da:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Pieno schermo\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funzione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 msgid "Function name" msgstr "Nome funzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Nomi funzione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funzione(i):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funzione:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funzioni per la semplificazione complessa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funzioni per semplificare fattoriali e funzione gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funzioni per semplificare le espressioni trigonometriche" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "MCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Immagine GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galiziano" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matematica generale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Matematica generale\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Genera matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Genera una matrice dall'espressione..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Genera una matrice da un array bidimensionale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Genera una matrice da una espressione lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "Genera una nuova lista usando gli elementi di una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" "Crea un contenitore per i valori delle variabili che possono essere inseriti " "in equazioni in qualsiasi momento." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "Genera gli elementi di una lista usando una regola" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Tedesco" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Ricava la parte &immaginaria" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Ricava le &serie..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Calcola la trasformata di Laplace di un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Ricava la p&arte reale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Calcola la trasformata inversa di Laplace di un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Calcola la serie di Taylor o la serie di potenze di un un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Ricava la parte immaginaria da un'espressione complessa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Ricava la parte reale da un'espressione complessa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Richiesta di annullamento azione che implica una cancellazione che è " "impossibile in questo momento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Greco" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Lettere greche" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Lettere greche\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Costanti greche" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Griglia:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "File HTML (*.html)|*.html|File batch maxima (*.mac)|*.mac|File pdfLaTeX (*." "tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Aiuto" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Nascondi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Nascondi tutte le barre\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Nascondi codice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Nascondi le celle di codice\tAlt+Ctrl+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Nascondi parte" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Nascondo sezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Nascondi sottosezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Nascondo sottosottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Nascondi tutti i pannelli" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "Nascondi i contenuti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "Nascondi le parentesi che marcano l'estensione delle celle del foglio di " "lavoro sul lato destro del foglio di lavoro e ciò contiene il pulsante " "\"nascondi\" della cella se le celle non sono attive." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Evidenzia (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Istogramma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Istogramma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Cronologia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Cronologia\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Il cursore orizzontale lavora come un normale cursore, anche se opera sulle " "celle: premere le frecce in su e in giù per spostarlo, mantenendo premuto il " "tasto Maiusc durante questo movimento selezionerà le celle, premendo " "backspace o Canc due volte si cancellerà la cella vicina ad esso." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "Come mostrare le nuove equazioni" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Ungherese" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Identico a" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Se più celle vengono elaborate in una volta: blocca l'elaborazione se " "wxMaxima rileva che maxima ha incontrato qualche errore." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Se non estremamente lunga" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Se non molto lunga" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Se i numeri verranno più lunghi di questo numero di cifre verranno mostrati " "abbreviati con dei puntini di sospensione." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Se la funzionalità \"Autosalva\" è abilitata nella finestra di dialogo, " "wxMaxima agisce come le applicazioni per cellulari che fanno il salvataggio " "del file ogni pochi minuti e lo salvano alla chiusura." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" "Se il font fornisce simboli di grandi parentesi: usali se servono per " "visualualizzare le formule matematiche." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Se questo periodo di tempo in minuti è passato dopo l'ultimo salvataggio del " "file, è stato dato un nome al file (aprendolo o salvandolo) e la tastiera è " "stata inattiva per più di 10 secondi, il file viene salvato. Se questo " "numero è zero il file non viene salvato automaticamente." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Se quest'opzione è impostata, i sorgenti .wxmx del file corrente vengono " "copiati in una posizione dove un collegamento a questa viene messo nel " "risultato di un'esportazione." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Se la stima che wxMaxima fa di dove maxima si aspetta il file di avvio è " "errata, la giusta cartella per il file di avvio è quella che maxima stampa " "con il comando\n" "\n" " maxima-user_dir;\n" "\n" "Il file non verrà letto da maxima se non viene usato wxMaxima. Per " "aggiungere comandi di avvio che vengano eseguiti in questo frangente, " "inserirli invece nel file maxima-init.mac." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Se la stima che wxMaxima fa di dove maxima si aspetta il file di avvio è " "errata, la giusta cartella per il file di avvio è quella che maxima stampa " "con il comando\n" "\n" " maxima-user_dir;\n" "\n" "Il file non verrà letto da maxima se wxMaxima non è in uso. Per aggiungere " "comandi di avvio che vengano eseguiti anche in questo frangente, inserirli " "invece nel file maxima-init.mac." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Se si batte un operatore (uno fra +*/^=,) come primo simbolo in una cella di " "ingresso, % verrà automaticamente inserito prima dell'operatore, come su un " "calcolatore grafico. È possibile disabilitare questa caratteristica tramite " "la finestra di dialogo 'Modifica->Configura'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Se l'elaborazione di calcolo dura troppo tempo, si può provare ad arrestarla " "con i comandi da menu \"Maxima->Interruzione\" o \"Maxima->Riavvia Maxima\"." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Immagine" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "File immagine (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "Al fine di visualizzare come un parametro influisce su un'equazione, " "wxmaxima fornisce comandi che iniziano con \"with_slider_\" che creano " "animazioni. Un esempio potrebbe essere:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "Nelle celle di testo gli elenchi puntati possono essere creati iniziando una " "riga con \" * \". Il numero di spazi di fronte al \"*\" determina il livello " "di indenzazione; l'indentazione può continuare nella riga seguente " "indentando la linea usando gli spazi." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "Nel risultato LaTeX: metti gli esponenti dopo un eventuale pedice invece di " "metterli sopra di esso. Può migliorare la leggibilità con alcuni font e con " "alcuni pedici corti." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Includi colonne:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Ricerca incrementale" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "Fine indice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "Inizio indice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "Passo indice:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 msgid "Index variable:" msgstr "Variabile indice:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "Infinitesimale sopra lo zero." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "Infinitesimale sotto lo zero." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Informazioni sulla compilazione di Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Stime iniziali:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Problema ai valori iniziali (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Problema ai valori iniziali (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Etichette d'ingresso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Inserisci" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Inserire % prima di un operatore all'inizio di una cella" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Inserisci cella &sezione\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Inserisci cella &testo\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Inserisci cella\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Inserisci immagine" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Inserisci immagine..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 msgid "Insert Input &Cell\tCtrl+0" msgstr "Inserisci &cella d'ingresso\tCtrl+0" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Inserisci interruzione di pagina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Inserisci cella s&ottosezione\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Inserisci cella s&ottosottosezione\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Inserisci cella sezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Inserisci cella sottosezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Inserisci cella sottosottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Inserisci cella t&itolo\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Inserisci cella testo" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Inserisci cella titolo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Inserisci nuova cella di ingresso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Inserisci nuova cella sezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Inserisci nuova cella sottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Inserisci nuova cella sottosottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Inserisci nuova cella testo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Inserisci nuova cella titolo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Inserisci un'interruzione di pagina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Inserisci immagine" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Interi e lettere singole" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Segno integrale" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integrale/somma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integra" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integra (Risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integra l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integra l'espressione con l'algoritmo di Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integra..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "Nascondi intelligentemente le parentesi della cella" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 msgid "Interleave" msgstr "Alterna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 msgid "Interleave the values of two lists" msgstr "Alterna i valori di due liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 msgid "Interleave two lists" msgstr "Alterna due liste" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interruzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interruzione del calcolo corrente" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Interrompi elaborazione corrente. Per riavviare completamente maxima premere " "il pulsante a sinistra di questo." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "Inserisce una lista di valori correnti in una equazione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "Inserisce i valori correnti delle variabili memorizzate nella lista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Voce non valida per il programma Maxima.\n" "\n" "Inserire nuovamente il percorso per il programma Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inversa di Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "T&rasformata inversa di Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" "Produce una notifica se maxima finisce di calcolare mentre la finestra di " "wxMaxima non ha il fuoco." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "È possibile aggiungere simboli personalizzati alla barra laterale \"Simboli" "\" copiandoli nel rispettivo campo della finestra di dialogo di " "configurazione." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "È possibile definire librerie Maxima riutilizzabili con wxMaxima che possono " "essere in seguito caricate usando la funzione load(). Non si deve fare altro " "che esportare un file nel .mac o salvarlo nel formato .wxm . Si noti però " "che, qualche carattere speciale come il simbolo di \"non uguale\" per \"#\" " "sono gestiti da wxMaxima, non da maxima e perciò non possono essere " "riconosciuti da load()." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" "Perciò ha senso applicare i valori conosciuti delle variabili il più tardi " "possibile." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italiano" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Corsivo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "Elemento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "Iteratore:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Giapponese" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "Salta al primo errore" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "Salta alla prima cella nella quale maxima ha riportato un errore." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Cabile" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" "Mantieni il simbolo di percentuale con i simboli speciali: %e, %i, ecc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "mcm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: metti gli esponenti dopo, invece che sopra i pedici" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" "LaTeX: Usa il simbolo di \"derivata parziale\" per rappresentare diff()" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Larghezza etichetta:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Lingua usata per wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Lingua:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Trasformata di Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "Ultimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Last n" msgstr "Ultimi n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "Porta a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Minimo comune multiplo..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Metodo dei minimi quadrati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Metodo dei minimi quadrati..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "Lato sinistro del \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "Lunghezza" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Le librerie sono accessibili da qualsiasi processo wxMaxima, " "indipendentemente dalla cartella da cui questo viene eseguito, se piazzato " "nella cartella utente. La posizione di questa cartella può essere verificata " "battendo il comando maxima_userdir." #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Limite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Limite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regressione lineare..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "List" msgstr "Lista" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 msgid "List name:" msgstr "Nome lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "Lista con valori" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Lista(e):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List1" msgstr "Lista1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List2" msgstr "Lista2" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Carica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Carica il pacchetto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Carica un file Maxima usando un comando batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Carica un file pacchetto Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Carica lo stile da file" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Freccia destra lunga" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Intorno basso:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "RISPOSTA DI MAXIMA:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Map&pa su matrice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barra strumenti principale\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Crea la &lista..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Crea la lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Crea una lista da un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Sostituisci in un'espressione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Mappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Mappa la funzione su di una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Mappa la funzione su di una matrice" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "Controllo maiuscole" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Controllo parentesi nei controlli di testo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Carattere matematica:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 msgid "Math output" msgstr "Risultato matematica:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "MathJAX crea rappresentazioni scalabili 2D di alta qualità di formule " "matematiche che possono essere usate direttamente con un trascina e rilascia " "e fornisce ozioni di accessibilità. Lo svantaggio di MathJAX è che necessita " "di JavaScript e un po' di tempo per la composizione delle equazioni.\n" "MathML è molto più veloce di MathJaX, se è supportato dal browser. Ma molte " "implementazioni di MathML tendono ad essere sguarnite di caratteristiche " "fondamentali.\n" "Le Bitmap tendono a necessitare di più banda rispetto alle altre due " "opzioni. Manca il supporto alle funzioni avanzate come il trascina e " "rilascia o l'accessibilità. Hanno anche problemi di allineamento e scalatura " "con il resto del testo e possono usare font che non corrispondono con il " "resto del documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "MathML + MathJaX come sostituto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "MathML come HTML" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "Descrizione MathML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Simboli matematici" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "Matematici" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Mappa matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nome matrice:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "Matrice a lista nidificata" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matrice:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 msgid "Maxima asks a question" msgstr "Maxima ha una domanda" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "Maxima ha una domanda!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "Maxima assegna ad ogni comando/equazione un'etichetta automatica (che " "somiglierà a %i1 o %o1). Se un comando comincia con un nome descrittivo " "seguito da un : wxMaxima chiamerà il nome descrittivo una \"etichetta " "definita dall'utente\". Questa selezione permette di dire a wxMaxima se " "mostrare solo etichette automatiche, etichette automatiche se non ce ne sono " "di definite dall'utente o nessuna etichetta fino a che non venga rilevata " "un'etichetta definita dall'utente dall'euristica di wxMaxima. Se le " "etichette automatiche vengono soppresse, viene aggiunto dello spazio " "verticale extra tra le equazioni in modo da facilitare la distinzione tra le " "righe nelle quali comincia una nuova equazione e quelle che sono la " "continuazione della riga precedente." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 msgid "Maxima code" msgstr "Codice Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "Comandi Maxima che devono essere eseguiti ad ogni avvio di Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "Comandi Maxima da eseguire ogni volta che wxMaxima avvia Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "Maxima ha finito di calcolare." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "Maxima ha prodotto un errore!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Ingresso di Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima sta calcolando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "Maxima è pronto per l'inserimento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Pacchetto Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Pacchetto Maxima (*.mac)|*.mac|Pacchetto Lisp (*.lisp)|*.lisp|Tutti|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Processo Maxima terminato." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programma maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "Maxima non fornisce un comando \"dimentica tutto\" che pulisce tutte le " "impostazioni che una sessione maxima può fare. wxMaxima perciò è normalmente " "impostato per far partire un nuovo processo maxima ogni volta che il foglio " "di lavoro deve essere ri-elaborato. Visto che questo necessita di un po' di " "tempo in più, questa impostazione permette di disabilitare questo " "comportamento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Domande di Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima avviato. In attesa di connessione..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 msgid "Maxima startup file location: " msgstr "Posizione file di avvio di Maxima: " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "Maxima supporta tre tipi di numeri: frazioni esatte (che possono essere " "generate per esempio battendo 1/10), numeri in virgola mobile secondo lo " "standard IEEE (0.2) e numeri in virgola mobile a precisione arbitraria \"big " "floats\" (1b-1). Si noti che, a causa della natura binaria (non decimale) " "dei numeri, non c'è per esempio modo di generare un numero in virgola mobile " "IEEE esattamente uguale a 0.1. Per questo motivo, se numeri in virgola " "mobile vengono usati invece di frazioni, Maxima introdurrà alle volte un " "(piccolissimo) errore, e userà cose come 3602879701896397/36028797018963968 " "per il valore 0.1." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima usa \":\" per impostare i valori (\"a : 3;\") e \":=\" per definire " "le funzioni (\"f(x) := x^2;\")." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Versione di Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 msgid "Maxima warnings" msgstr "Avvertimenti di Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "La funzione \"at\" di Maxima permette di accedere a variabili arbitrarie in " "un elenco di risultati:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "La potenza di Maxima è nelle operazioni simboliche." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "La forza di Maxima è nella gestione delle equazioni e nel calcolo simbolico. " "Ha perciò senso usare funzioni (invece che equazioni con etichette) " "moderatamente e mantenere i valori delle variabili in un elenco, invece che " "assegnare direttamente i valori correnti di queste. Una sessione di esempio " "che fa ciò potrebbe essere:\n" "\n" "/* Manteniamo i valori correnti in un elenco in modo da poterli usare in " "seguito */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "Maxima, il programma che esegue effettivamente i calcoli matematici e " "wxMaxima, che mostra il foglio di lavoro sono mantenuti in processi " "separati. Ciò significa che anche se maxima dovesse andare in crash, " "wxMaxima (e perciò il foglio di lavoro) rimane intatto. Entrambi i programmi " "comunicano tramite un socket di rete locale. Questa non è stato possibile " "creare volta questo socket; il motivo potrebbe essere imputabile ad un " "firewall impostato non solo per intercettare le connessioni provenienti " "dall'esterno, ma anche quelle tra due programmi in esecuzione sullo stesso " "computer." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "Maxima, il programma che esegue effettivamente i calcoli matematici e " "wxMaxima, che mostra il foglio di lavoro sono mantenuti in processi " "separati. Ciò significa che anche se maxima dovesse andare in crash, " "wxMaxima (e perciò il foglio di lavoro) rimane intatto. Attualmente i due " "programmi non sono connessi tra di loro e ciò potrebbe significare che " "maxima sta ancora avviandosi o non riesce a partire. Oppure questo problema " "potrebbe essere causato da un firewall impostato non solo per intercettare " "le connessioni provenienti dall'esterno, ma anche quelle tra due programmi " "in esecuzione sullo stesso computer. Un altro fattore che potrebbe impedire " "l'avvio di maxima è che wxMaxima riesca a trovare la posizione esatta " "dell'eseguibile maxima su disco (controllare la finestra di configurazione " "di wxMaxima per indicare la posizione corretta di maxima) o che maxima abbia " "qualche problema in sè." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "Maxima, il programma che esegue effettivamente i calcoli matematici, viene " "avviato come processo separato. Il vantaggio di ciò è che un eventuale crash " "di maxima non influirà su wxMaxima, che continuerà a mostrare il foglio di " "lavoro indisturbato.\n" "Questa icona indica se i dati sono stati trasferiti tra maxima e wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Numero massimo di cifre mostrate:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Test della differenza della media..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Test della media..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Media..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Media:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Fondi celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Fondi celle\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Fondi il testo preso due celle di inserimento in una" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Messaggio dallo stdout di Maxima: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metodo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Parentesi sbilanciate" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" "Molto probabilmente è stato tentato di accodare qualcosa ad una lista che " "non è una lista.\n" "Raccogliendo il nuovo elemento per la lista in parentesi ([]) lo converte in " "una lista e lo rende accodabile." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" "Molte domante possono essere evitate usando i comandi assume() e declare()" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Mu" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nome:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "Lista annidata a matrice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Mai" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Nuovo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Nuovo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Nuovo documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Nuove righe: salta al testo" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Nuovo valore:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nuova variabile:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Comando successivo\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "Belle equazioni grafiche" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "No" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Dollaro ($) o punto e virgola (;) alla fine del comando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Nessuna corrispondenza trovata!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Test di normalità..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" "Normalmente i computer usano numeri in virgola mobile che possono essere " "gestiti in maniera incredibilmente veloce mantenendo nel contempo " "l'accuratezza di una dozzina di cifre. Essi comunque introdurranno una serie " "di piccoli errori in alcuni numeri comuni. Per esempio 0.1 viene " "rappresentato come 3602879701896397/36028797018963968.\n" "Dato che la matematica è basata sul fatto che sottraendo numeri esattamente " "uguali questi si eliminano l'un l'altro, questi piccoli errori di " "approssimazione possono velocemente sommarsi in grandi errori (vedere i " "polinomiali di Wilkinson o di Rump). Alcuni comandi maxima perciò usano " "rat() in modo da automaticamente convertire i numeri in virgola mobile in " "numeri esatti (come 1/10 o sqrt(2)/2) dove gli errori dei numeri in virgola " "mobile potrebbero sommarsi.\n" "\n" "Questo messaggio di errore non si presenta se vengono usati numeri esatti " "(1/10 al posto di 0.1).\n" "L'informazione che i numeri sono stati automaticamente convertiti può essere " "soppressa impostando ratprint a falso." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Normalmente i documenti HTML usano immagini a bassa risoluzione ma che " "occupano poco spazio. Queste immagini tendono ad apparire molto sfocate se " "visualizzate su uno schermo moderno. Perciò questa impostazione è stato " "introdotta per selezionare il fattore col quale l'esportazione HTML " "aumenterà la risoluzione rispetto ai valori predefiniti." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norvegese" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Dimensione matrice non valida!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Numero di equazioni non valido!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Non connesso a Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Non connesso." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Nu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Num. deg:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 msgid "Number of elements" msgstr "Numero di elementi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Numero di equazioni:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Numeri" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Vecchio valore:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Vecchia variabile:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Omicron" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Una volta che il collegamento di rete locale tra maxima e wxMaxima viene " "stabilito, maxima non ha motivo di spedire qualsiasi messaggio usando lo " "stream di sistema stdout perciò tutto il trasferimento tramite stream " "dovrebbe consistere solamente in un messaggio di benvenuto; il motore lisp " "che esegue maxima invierà eventuali messaggi di errore usando invece lo " "stream di sistema stderr. Se questa casella viene selezionata verrà " "controllato comunque anche lo stream stdout di maxima per l'eventuale " "presenza di messaggi." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Test t a un campione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Guide online" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Solo etichette definite dall'utente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Apri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Apri recenti" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Apri una cella mentre Maxima aspetta l'ingresso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Apri un documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Apri una nuova finestra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Apri documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Apri matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Durante l'apertura del file" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opzioni" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opzioni:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" "In alternativa a dichiarare array in liste, non c'è modo di saltare per " "determinare l'indirizzo dell'n-esimo elemento se non iterando da un elemento " "all'altro fino a raggiungere l'n-esimo elemento. Questo non è in limite di " "maxima ma il prezzo da pagare per liste molto più facilmente " "ridimensionabili che gli array dichiarati. Se l'indirizzo dell'elemento " "corrente è conosciuto, iterare al prossimo è però banale, perciò\n" "\n" " for i in list do \n" "\n" "o\n" "\n" " makelist(espressione,i,lista)\n" "\n" "forniscono modi molto efficienti per fare qualcosa su ogni elemento della " "lista." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Celle non aggiornate" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Etichette risultati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Approssimazione di P&ade..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Immagine PNG (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Bitmap di Windows (*." "bmp)|*.bmp|Animap portabile (*.pnm)|*.pnm|Tagged image file format (*.tif)|*." "tif|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Approssimazione di Pade" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Approssimazione Pade di una serie di Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Saltopagina" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Parallelo a" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Stampa parametrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "&Frazioni parziali..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Frazioni parziali" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Parti del documento non saranno caricate correttamente!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Parti del documento non saranno caricate correttamente:\n" "Trovato un nome marcatore XML sconosciuto " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Incolla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Incolla\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Incolla dagli appunti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Incolla testo dagli appunti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Perpendicolare a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagramma a torta..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configurare wxMaxima con \"Modifica->Configura\"." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Riavviare wxMaxima perché i cambiamenti abbiano effetto!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Grafico &2d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Grafico &3d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Formato grafico..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Grafico 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Grafico 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Grafico 2d..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Grafico 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Grafico 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Grafico 3d..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Formato grafico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Grafico in 2 dimensioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Grafico in 3 dimensioni" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Grafico su file:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punto:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polacco" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinomiale 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinomiale 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "Pop" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portoghese (Brasiliano)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "File postscript (*.eps)|*.eps|Tutti|" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Precisione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Preferenze...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Premendo Ctrl+Spazio o Ctrl+Tab si innesca una funzione di autocompletamento " "che può completare non solo tutte le funzioni integrate nel nucleo di Maxima " "ed il loro parametri, ma questa è in grado di completare anche i parametri " "dei pacchetti attualmente caricati e da funzioni definite nel file corrente." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Comando precedente\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Stampa" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Stampa documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Stampa documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Stampa le parentesi delle celle [disegna alla loro sinistra]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Prodotto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Segno del prodotto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "Push" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "RTF con formule OMML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Monitor XML grezzo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Ri-elabora tutte le celle sopra quella dove si trova il cursore" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Ri-elabora tutte le celle sopra quella dove si trova il cursore" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Leggi la matrice..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Lettura risultati maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "In attesa di dati dall'utente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Richiama il comando successivo dalla cronologia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Richiama il comando precedente dalla cronologia" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Lunghezza elenco file recenti:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Formanorm" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Ripeti\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Ripeti l'ultima modifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Riduci (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Riduci l'espressione trigonometrica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Rifiuto di spedire la cella a maxima:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Elimina tutti i risultati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" "Rimuove tutti gli elementi doppi in una riga della lista. Usata normalmente " "assieme a ordina." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 msgid "Remove an element from a list" msgstr "Rimuovi un elemento da una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "Rimuovi duplicati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Elimina tutti i risultati dalla celle d'ingresso" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Rimpiazza tutto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Rimpiazzate %d corrispondenze." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Sostituzioni:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Riporta un bug" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Riavvia maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Riavvia maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 msgid "Restict Maximum size" msgstr "Limita la dimensione massima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 msgid "Restrict Maximum size" msgstr "Limita la dimensione massima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Risultato" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" "Restituisce il primo elemento della lista e lo rimuove dalla lista. Utile " "per creare pile." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "Restituisce la lista senza i primi n elementi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "Restituisce la lista senza gli ultimi n elementi" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Ritorna alla cella correntemente in elaborazione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "Restituisce un elemento arbitrario della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "Restituisce il primo elemento della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "Restituisce l'ultimo elemento della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "Restituisce gli ultimi n elementi della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "Restituisce la lunghezza della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "Restituisce la lista senza i primi n elementi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "Restituisce la lista senza gli ultimi n elementi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "Inverti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "Inverti l'ordine degli elementi della lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rho" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Freccia destra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "Lato destro del \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integrazione di Risch..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Radici di &polinomiale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Radici di polinomiale (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Righe:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "Regola:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "Esegue ogni elemento attraverso una funzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russo" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "INVIATO A MAXIMA:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "Grafiche SVG" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Esempio 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Esempio 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Esempio:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Salva" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Salva animazione..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Salva come" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Salva come...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Salva immagine..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Salva la selezione su immagine" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Salva la selezione su immagine..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Salva l'animazione su file" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Salva documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Salva documento come" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Salva solo questo numero di azioni nel buffer degli annullamenti. 0 " "significa: salva un infinito numero di azioni." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Salva la disposizione pannelli" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Salva la disposizione dei pannelli tra le sessioni." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Salva il grafico su file" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Salva la selezione del documento su di un file immagine" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Salva la selezione su file" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Salva lo stile su file" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Salva l'ampiezza/posizione della finestra di wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Salva l'ampiezza/posizione della finestra di wxMaxima tra le sessioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Salvataggio fallito." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Salvataggio effettuato." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Salvataggio..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "Scalable Vector Graphics (svg)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Grafico a dispersione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Grafico a dispersione..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Sezione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Sezione cella" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Sembra che ci sia qualcosa di malfunzionante con un font. L'installazione di " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html impostando " "\"Usa font JSmath\" nella finestra di dialogo di configurazione dovrebbe " "risolvere il problema." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Sembra ci sia qualcosa di malfunzionante con i font delle formule. " "L'installazione di http://www.math.union.edu/~dpvc/jsmath/download/jsMath-" "fonts.html impostando \"Usa font JSmath\" nella finestra di configurazione " "dovrebbe risolvere il problema." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Seleziona" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Seleziona tutto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Seleziona tutto\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Seleziona il programma maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Seleziona il sottocampione" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Seleziona una costante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Seleziona tutto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Seleziona l'algoritmo di visualizzazione matematica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Selezionando una parte del risultato e facendo clic destro sulla selezione " "si porterà in primo piano un menu con comode funzioni che opereranno sulla " "selezione." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Selezione" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Serie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Serie..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Server avviato" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Imposta lo zoom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Imposta la &precisione bigfloat..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Imposta carattere ad ampiezza fissa nei controlli di testo." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "Imposta la dimensione massima dell'immagine [in mm]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Imposta il formato del grafico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 msgid "Set the frame rate for animations." msgstr "Imposta la frequenza di quadro per le animazioni." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Imposta la precisione per i numeri definiti come bigfloat. Tali numeri " "possono essere generati inserendo 1.5b12 o come bfloat(1.234)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Imposta lo zoom al 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Imposta lo zoom al 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Imposta lo zoom al 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Imposta lo zoom al 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Imposta lo zoom al 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Imposta lo zoom al 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Imposta i valori puntuali per risolvere l'ODE con la trasformata di Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Imposta il calcolo del modulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Mostra la &definizione..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Mostra le &funzioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Mostra i suggerimen&ti..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Mostra le &variabili" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Mostra la guida di maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Mostra il modello\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Mostra un suggerimento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Mostra tutti i comandi simili a:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Mostra un esempio per il comando:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Mostra un esempio di uso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Mostra comandi simili a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Mostra le funzioni definite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Mostra le variabili definite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Mostra la definizione di una funzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "Mostra le equazioni nella loro forma lineare" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Mostra un modello di funzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "Mostra etichette:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Mostra le espressione lunghe nei documenti di wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Mostra espressioni lunghe:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 msgid "Show section numbers" msgstr "Mostra i numeri delle sezioni" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Mostra la definizione della funzione:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Mostra la guida di maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Semplifica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Semplifica i &radicali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Semplifica (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Semplifica (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Semplifica l'espressione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Semplifica un'espressione contenente dei fattoriali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Semplifica un'espressione contenente dei radicali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Semplifica espressione razionale" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Semplifica la somma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Semplifica espressione trigonometrica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Dalla versione 0.8.2 di wxMaxima è possibile inserire immagini nei " "documenti. Usare il comando dal menu \"Cella->Inserisci immagine...\". " "Notare bene che è necessario salvare il documento in formato \"documento XML " "wxMaxima\" se si desidera che l'immagine venga salvata assieme al documento." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Soluzione:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Risolvi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Risolvi il sistema &algebrico..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Risolvi il sistema &lineare..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Risolvi &ODE..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Risolvi (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Risolvi ODE" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Risolvi ODE con Lapla&ce..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Risolvi ODE..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Risolvi il sistema algebrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Risolvi il sistema algebrico di equazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Risolvi il problema del valore al contorno per un'ODE di secondo grado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Risolvi le equazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Risolvi le equazioni con to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Risolvi problema del valore iniziale per un'ODE di primo grado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Risolvi problema del valore iniziale per un'ODE di secondo grado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Risolvi sistema lineare" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Risolvi sistema lineare di equazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Risolvi l'equazione differenziale ordinaria per un grado massimo di 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Risolvi l'equazione differenziale ordinaria con la trasformata di Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Risolvi..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Alcuni visualizzatori PDF sono in grado di visualizzare immagini in " "movimento che wxMaxima è in grado generare. Se questa opzione è selezionata " "potrebbero però essere necessari ulteriori pacchetti LaTeX per poter " "compilare i risultati." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "Qualcosa come f(x_1,x_2)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "Ordina" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "Criterio di ordinamento:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 msgid "Sort a list" msgstr "Ordina una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 msgid "Source list:" msgstr "Lista sorgente:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Spagnolo" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Speciale" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Costanti speciali" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Avvia animazione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Esegui un nuovo maxima per ogni ri-elaborazione" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Avvia o blocca l'animazione" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Avvia o blocca l'animazione attualmente selezionata creata con la classe di " "comandi with_slider." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Comincia la ricerca mentre la frase da cercare viene battuta." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Avvio del processo Maxima fallito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Avvio di maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Avvio del server fallito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Avvio del server sul port %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "Comandi d'avvio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statistiche" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statistiche\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Stringhe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Stile" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Stili" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Sottocampione..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Sottosezione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Cella sottosezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Sostit..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Sostituisci" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Sostituisci..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Sottosottosezione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Cella sottosottosezione" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Somma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Segno somma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Simboli\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "I simboli immessi o copiati qui appariranno nella barra simboli laterale in " "modo che possano essere inseriti facilmente nel foglio di lavoro." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Informazioni sul sistema" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Sommario" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "Sommario\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Serie di Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX, interpretato da MathJaX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Sempraz" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Testo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Solo testo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Cella di testo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Sfondo della cella di testo" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "Le celle di testo possono contenere citazioni marcate come tali " "dall'iniziare una riga con \" > \". Il numero di spazi davanti al carattere " "\">\" determina il livello di indentazione, come accade con gli elenchi " "puntati." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Testo uguale alla selezione" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "La funzione \"at\" permette di introdurre un'equazione in un'altra:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" "Il file .xml non sembra essere xml valido o non è un content.xml estratto da " "un archivio zip .wxmx ." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" "L'URL da cui dovrebbe essere scaricato MathJaX.js dalla nostra esportazione " "HTML." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" "Le [] o il comando part() hanno tentato di accedere ad una lista o ad un " "elemento di matrice non esistenti." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" "L'argomento di una funzione era di tipo sbagliato. Probabilmente si " "aspettava un'equazione ma manca un \"=\"." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "Altezza predefinita per grafici incorporati. Può essere letta o sovrascritta " "dalla variabile maxima wxplot_size." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "La porta predefinita usata per la comunicazione tra Maxima e wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "Larghezza predefinita per grafici incorporati. Può essere letta o " "sovrascritta dalla variabile maxima wxplot_size" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" "La classe di documento LaTeX è impostata per l'uso dei nostri documenti." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "Il primo argomento di subst() non è un'equazione o un elenco di equazioni. " "Probabilmente manca un \"=\"." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "La chiamata a funzione i cui argomenti sono da estrarre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "La metà dell'equazione a sinistra del \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "La metà dell'equazione a destra del \"=\"" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" "L'immagine non può essere visualizzata. Può essere rovinata, o in un formato " "sbagliato o il risultato di gnuplot che non è stato in grado di scrivere " "l'immagine o non è stato in grado di capire cosa maxima voleva graficare." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 msgid "The inverse laplace transform." msgstr "Trasformata di Laplace inversa." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "La combinazione tasti Maiusc+Spazio produce uno spazio non divisibile." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "La lettera \"X\" è di larghezza zero. L'installazione di http://www.math." "union.edu/~dpvc/jsmath/download/jsMath-fonts.html impostando \"Usa font " "JSmath\" nella finestra di configurazione dovrebbe risolvere il problema." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" "La lista con valori può essere genereata da \"solve()\" o usando \"Crea " "lista come memorizzazione di variabili correnti\"." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "Il comando load() di Maxima versione >5.38 è in grado di caricare file .wxm " "come librerie di comandi maxima." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" "Il numero massimo di cifre visualizzate può essere cambiato nella finestra " "di dialogo della configurazione" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" "La dimensione massima per questa immagine. Valori <= 0 significano: non " "specificata." #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" "L'ampiezza massima di una espressione che a wxMaxima è consentito mostrare " "può essere cambiata nella finestra di dialogo della configurazione." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "Il numero di file aperti recentemente che è necessario ricordare." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" "Il numero dell'elemento al passo da \"Inizio indice\" a \"Fine indice\"." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Il manuale di Maxima offline" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" "La parte del risultato di questi comandi che non è stata dichiarata come " "\"calcolo\" può essere soppressa da wxMaxima; come sempre i comandi di " "maxima devono terminare con un \";\" o un \"$\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "Il terminale pngCairo offre q\n" "ualità grafica molto migliore (antialias e stili di linee aggiuntivi). Ma " "produrrà grafici solamente se la versione correntemente installata nel " "sistema di gnuplot lo supporta. Richiedere Cairo su un sistema che non lo " "supporta può produrre grafici vuoti." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "Il risultato era indefinito." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "Il risultato era non definito." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "Il comando rhs() (\"lato mano destra\") permette di recuperare il risultato " "di un'equazione esattamente nel formato che avrebbe una funzione:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" "La regola che spiega come generare il valore di un elemento della lista.\n" "Può essere qualcosa come \"i\", \"i^2\" o \"sin(i)\"" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "Il secondo argomento di at() non è un'equazione o un elenco di equazioni. " "Molto probabilmente manca un \"=\"." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" "Il valore di alcune variabili speciali viene assegnato da Maxima e non può " "essere cambiato dall'utente. Inoltre alcuni costrutti non sono nomi di " "variabili e perciò non vi si può scrivere sopra." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" "La variabile in cui il valore dell'elemento sorgente corrente viene " "memorizzato." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "Il foglio di lavoro contenente l'ingresso e l'uscita di maxima" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" "Ai dati xml da maxima o dal file .wxmx mancavano dei dati.\n" "Se si riesce a riprodurre questo problema si prega di inviare un rapporto " "bug su wxMaxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Ci sono molte risorse su Maxima e wxMaxima su Internet. Visitare http://" "andrejv.github.com/wxmaxima/help.html per ottenere ulteriori informazioni e " "per trovare tutorial sull'uso di wxMaxima e Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "C'è stato un'errore nell'XML generato!\n" "\n" "Fate un rapporto di questo bug." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" "Queso messaggio di errore è molto probabilmente causato da un tentativo di " "assegnamento di un valore ad un numero invece che ad un nome di variabile.\n" "Una probabile causa è l'uso di una variabile che ha già un valore numerico " "come un contatore di cicli." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" "Questa funzione è lenta per grandi valori di n.\n" "Per iterare efficientemente attraverso ogni elemento di una grossa lista " "vedere in alternativa \"Crea lista da una lista\", che usa il comando " "makelist." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Tacche:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Volte:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Titolo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Cella titolo" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Le celle titolo, selezione e sottoselezione possono essere chiuse per " "nascondere i propri contenuti. Per chiudere o aprire le celle, fare clic sul " "riquadro presso la cella. Se si preme la combinazione Maiusc-clic, anche " "tutti i sottolivelli delle celle verranno chiusi o aperti." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "In virgola mobile &precisa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "In &virgola mobile" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "In virgola mobile" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "In forma numeri&ca\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Per disegnare un grafico in coordinate polari, selezionare \"imposta polari" "\" nella voce Opzioni nella finestra di dialogo Plot2d. È possibile avere " "grafici anche in sistemi di coordinate 3D sferiche e cilindriche." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Per mettere le parentesi attorno ad un'espressione, selezionarla e premere " "\"(\" o \")\" a seconda di dove si desidera che in seguito appaia il cursore." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Per salvare la dimensione e posizione delle finestre di wxMaxima tra le " "sessioni, usare la finestra di dialogo \"Modifica->Configura\"." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Per cominciare subito a usare wxMaxima, si batta un comando. Dovrebbe " "apparire subito una cella. Poi premere Maiusc-Invio per farlo elaborare." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "A:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Mostra/nascondi &algebrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Mostra/nascondi risultati &numerici" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Mostra/nascondi la visualizzazione del &tempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Mostra/nascondi algebrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 msgid "Toggle animation autoplay" msgstr "Commuta l'autoesecuzione animazioni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Mostra/nascondi schermo pieno" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Mostra/nascondi i risultati numerici" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Commuta la visibilità delle celle di codice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Icone della barra degli strumenti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Tradotto da" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Trasponi una matrice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" "Provare a fare l'antialias sulle linee (che permette di spostarle di una " "frazione di un pixel, ma ne riduce la nitidezza)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Turco" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutorial" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Test t a due campioni" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 msgid "Type" msgstr "Tipo" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 msgid "Type in text" msgstr "Tipo nel testo" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "URL dove risiede MathJaX.js:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ucraino" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Parentesi non chiusa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Parentesi non chiusa in corrispondenza di un ; o un $" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Impossibile interpretare le informazioni di versione ottenute da http://" "andrejv.github.io//wxmaxima/version.txt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Sottolineato" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Il sottolineato converte in pedice:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Annulla\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Annulla l'ultima modifica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Limite annullamenti (0 per nessuno):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Spiega tutto\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Spiega tutte le sezioni ripiegate" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Rivela" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Rivela parte" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Rivela sezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Rivela sottosezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Rivela sottosottosezione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "Rivela i contenuti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Supporto caratteri unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Commento non terminato." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Stringa non terminata." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" "Fino ad allora i valori correnti per tutte le variabili possono essere " "mantenuti in una lista." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Su" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Aggiorna" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Intorno alto:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Upsilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Usa l'algoritmo di Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Use a list" msgstr "Usa una lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "Usa una lista come lista parametri per una funzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Usa cairo per migliorare la qualità dei grafici." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "Usa il punto centrato e il segno meno, non l'asterisco e il trattino" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Usa il carattere punto centrato per la moltiplicazione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Usa font jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 msgid "Use list" msgstr "Usa una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "Usa una lista per gli argomenti di una funzione" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" "Usa i gradevoli simboli js math in modo da ottenere graziosi simboli di " "integrali, somme, prodotti e radici quadrate.\n" "Funzionerà solo se i font js math corrispondenti vengono trovati da wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Usa il simbolo di \"derivata parziale\" per rappresentare la frazione che " "rappresenta una diff() nell'esportazione in LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "Usa simboli matematici unicode se disponibili" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Etichette definite dall'utente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Etichette definite dall'utente se disponibili" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 msgid "Value" msgstr "Valore" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valore:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 msgid "Variable name" msgstr "Nome variabile" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variabile(i):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variabile:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variabili" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variabili:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varianza..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Vista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Avverti se una finestra inattiva è in attesa" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Attenzione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Benvenuti in wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "Cosa fare:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Quando si applicano funzioni con un argomento dai menu, l'argomento " "predefinito è \"%\". Per applicare la funzione a qualche altro valore, " "selezionarlo nel documento prima di eseguirlo." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Intero documento (*.wxmx)|*.wxmx|L'ingresso, leggibile da load() (maxima > " "5.38) (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Foglio di lavoro" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Incapsula le equazioni esportate dal comando \"copia come LaTeX\" tra i " "caratteri \\[ e \\] come marcatori di equazione" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Ricerca in tutto il documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Scritto da" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Analizzatore XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Sì" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Si può accedere all'ultimo risultato usando la variabile \"%\". È possibile " "accedere al risultato di comandi precedenti usando le variabili \"%on\" dove " "n è il numero del risultato." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Si può elaborare l'intero documento usando il comando da menu \"Celle-" ">Elabora tutte le celle\" o tramite l'appropriata scorciatoia da tastiera. " "Le celle saranno valutate nell'ordine di apparizione nel documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Si può ottenere aiuto su una funzione di Maxima selezionandola o facendo " "clic sul nome della funzione e premendo F1. wxMaxima cercherà nell'indice " "della guida la parola o la selezione di parole sutto il cursore." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Si può nascondere i risultati delle celle facendo clic sul triangolo " "presente nel bordo sinistro delle celle. L'operazione funziona anche sulle " "celle di testo." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Nei documenti di wxMaxima si può inserire differenti tipi di \"celle\" " "usando il menu \"Cella\". Da notare che solo le \"celle d'ingresso\" possono " "essere elaborate, mentre le altre vengono usate per commentare e strutturare " "i propri calcoli." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Celle multiple possono essere selezionate, con il mouse facendo clic e " "trascinando tra le celle o da una parentesi di cella a sinistra, oppure " "tramite tastiera mantenendo premuto il tasto Maiusc mentre viene spostato il " "cursore orizzontale, per poi operare su di esse tramite la selezione. Ciò " "torna comodo quando si vuole cancellare o valutare celle multiple." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "La versione installata è %s. L'ultima versione disponibile è %s.\n" "\n" "Selezionare OK per visitare il sito web di wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "I cambiamenti andranno persi se non vengono salvati." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "L'attuale versione di wxMaxima è aggiornata." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "&Ingrandisci\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Rimpicci&olisci\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Ingrandisci del 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Rimpicciolisci del 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ non salvato ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ non salvato* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i cifre]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Diagramma animato\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Diagramma animato\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "a>b" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "and" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antimmetrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 msgid "apply function to each element" msgstr "applica funzione ad ogni elemento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "come contenitore dei valori correnti delle variabili" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "entrambi i lati" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "Scegliere a lisp con cui maxima è stato compilato" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "predefinito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "fai per ogni elemento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "elemento numero n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "vuoto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "equivalente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "esiste" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=non genera pedici\n" "true=converte automaticamente la sottolineatura (\"_\") a marcatori di " "pedici se il testo è un numero o una singola lettera\n" "all=\"_\" marca i pedici." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 msgid "from a list" msgstr "da una lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "da una regola" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 msgid "from function arguments" msgstr "dagli argomenti funzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "dagli elementi individuali" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gamma" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "generale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "maggiore o uguale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "in" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "inlinea" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "intersezione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "iota" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "sinistro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "minore o uguale" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "scala logaritmica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matrice[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "la cartella di lavoro di maxima è il percorso al documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "mu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "molto maggiore di" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "molto minore di" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 msgid "n" msgstr "n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "nand" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "no" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "nor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "not" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "non identico bit per bit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "non sottoinsieme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "non sottoinsieme o uguale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "nth" msgstr "n-esimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "nu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "omicron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "or" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" "part() o l'operatore [] sono stati usati per estrarre l'n-esimo elemento di " "qualcosa che era lungo meno di n elementi." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "segno parziale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "più o meno" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "proporzionale a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "rho" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "destro" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" "solve() risolverà un elenco di equazioni solo se per n equazioni " "indipendenti ci sono n variabili da risolvere.\n" "Se è interessante solo il risultato di una variabile, e le altre variabili " "servono solo per trovare il risultato, si può dire a solve() quali variabili " "eliminare dalla soluzione per ottenere solo le variabili interessanti." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (necessita di parentesi perché i suoi argomenti possano lavorare come " "un comando maxima)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "sottoinsieme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "sottoinsieme o uguale" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simmetrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "dice a sbcl di usare Mbytes di heap" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" "l'operatore [] ha provato ad estrarre un elemento di una lista, una matrice, " "una equazione o un array. Ma invece di un numero intero è stato usato " "qualcosa il cui valore numerico è sconosciuto o non è un intero.\n" "I numeri in virgola mobile sono destinati a produrre leggeri errori di " "arrotondamento e per questo non ne è consentito l'uso come indici di array." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "non c'è" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "alla potenza di 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "alla potenza di 3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "unione" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "non salvato" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "senzanome" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "senzanome %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "upsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 msgid "use as function arguments" msgstr "usa come argomenti funzione" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "usa i valori correnti memorizzati" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "G&uida di Maxima\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "G&uida di Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima può essere impostato per eseguire dei comandi ad ogni avvio " "ponendoli in un file di testo di nome wxmaxima.rc nella cartella utente. La " "posizione di questa cartella può essere verificata battendo il comando " "maxima_userdir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "wxMaxima non può aprire content.xml nell'archivio zip .wxmx " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "wxMaxima non può leggere il contenuto xml di " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configurazione di wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima non riesce a trovare maxima!\n" "\n" "Configurare wxMaxima con \"Modifica->Configura\".\n" "Successivamente avviare maxima con \"Maxima->Riavvia maxima\"." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima non riesce a trovare i file della guida.\n" "\n" "Controllare l'installazione." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima non riesce a eseguire il server.\n" "\n" "Controllare che il supporto alla rete\n" "sia abilitato e riprovare!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Le finestre di dialogo di wxMaxima impostano valori predefiniti per le voci " "di ingresso, uno dei quali è \"%\". Se si è effettuata una selezione nel " "documento corrente, questa verrà utilizzata al posto di \"%\"." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Documento wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Documento wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima ha riscontrato un errore durante il caricamento " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Icona wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima è un'interfaccia utente grafica basata sui wxWidgets per il sistema " "algebrico computerizzato Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima è un'interfaccia utente grafica basata sui wxWidgets per il sistema " "algebrico computerizzato Maxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "wxMaxima fornisce il comando \"table_form\" che mostra liste in una forma " "alternativa. Un esempio può essere:\n" "\n" "table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 msgid "wxMaxima startup file location: " msgstr "Posizione file di avvio wxMaxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" "l'xml contenuto nel file dichiara di non essere un foglio di lavoro " "wxMaxima. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "xor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "sì" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "File icona attesi in" wxmaxima-Version-18.02.0/locales/ja.po000066400000000000000000006533221324204105000175160ustar00rootroot00000000000000# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # matcha-zaq , 2014, 2015. msgid "" msgstr "" "Project-Id-Version: wxmaxima0.87\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2016-10-18 22:57+0900\n" "Last-Translator: ARATA Mizuki \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Japanese\n" "X-Poedit-Country: JAPAN\n" "X-Poedit-Basepath: C:\\po_files\n" "X-Poedit-SearchPath-0: C:\\po_files\\wxmaxima\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 1.5\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maxima version: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Maximaと接続していません!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "接続していません" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l <名前>" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "LaTeXとしてコピーする際に、別行立ての数式にする" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "含意" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "代数(&A)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "リストにコマンドを適用(&A)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "コマンドを探す(&A)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "バッチファイル(&B)...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "境界条件から特殊解を求める(&B)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "バグの報告(&B)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "微積分(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "三角関数式の整理(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "固有多項式(&C)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "メモリをクリア(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "係数の結合(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "複素関数への操作(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "連分数で表示(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "コピー(&C)\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "定積分(&D)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "指数関数の変換(&D)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "行列式の計算(&D)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "微分(&D)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "編集(&E)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "方程式の数を減らす(&E)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "手入力による行列生成(&E)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "コマンドの使用例(&E)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "展開(&E)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "三角関数の展開(&E)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "三角関数の変換(&E)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "エクスポート(&E)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "因数分解(&F)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "ファイル(&F)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "解を1つ探す(&F)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "文字のみの行列生成(&G)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "最大公約数(&G)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "ヘルプ(&H)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "積分(&I)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "処理を強制終了(&I)\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "処理を強制終了(&I)\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "逆行列(&I)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "パッケージ読込み(&L)...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "リストに関数を適用(&M)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Maximaのヘルプ(&M)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "法を設定する(&M)..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "新規作成\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "数値処理(&N)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "結果を小数で出力(&N)" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "数式で出力(&N)" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "開く(&O)\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "開く(&O)...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "プロット(&P)" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "ベキ級数で表示(&P)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "印刷(&P)...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "置換の代わりに代入を行う(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "三角関数の結合(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "ラベル番号をリセット(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "実数解のみ求める(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "上書き保存(&S)\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "式の変形(&S)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "式の整理(&S)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "階乗式の整理(&S)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "三角関数の変形(&S)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "方程式を解く(&S)..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "特殊プロット(&S)" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "テイラー展開を用いる(&T)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "転置行列(&T)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "三角関数への操作(&T)" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&PM3Dを有効" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(デフォルトの言語を使用)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "-∞" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "wxMaxima 0.8.0 より「水平カーソル」が導入されました。これはセルとセルの間に現" "れる水平線のことです。「水平カーソル」はテキストの入力や貼り付け,メニュー" "バーからコマンドを実行する時に,新しいセルが現れる位置を知らせます。" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "wxMaxima 0.8.2 より新しいドキュメントフォーマット「wxMaxima XML document」が" "導入されました。これにより,「入力セル」やドキュメント用セルの内容だけでな" "く,「出力セル」の内容も保存できるようになりました。作成したドキュメントを保" "存する際,特別な理由が無ければ「wxMaxima XML document」を選択してください。" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "改ページ" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "サブサブセクションセル" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "サブサブセクションセル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "「設定」ダイアログで追加した記号" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "初期条件の設定(&T)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "wxMaximaについて" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "wxMaximaについて" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "アクティブセル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "余因子行列(&J)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "整数環に多項式の解を追加(&Q)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Maximaパッケージを検索するディレクトリの追加" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "ドキュメントを開く" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "検索するディレクトリの選択:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "代数的整数環に整数係数の多項式の解を追加" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "HTMLへのエクスポート時に .wxmx ファイルを添付する" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "検索するディレクトリを追加(&P)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "pdftexに対してのLaTeX出力のプリアンブルに追加される追加コマンド" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "TeXのプリアンブルに追加する行:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Maximaにパラメーターを追加(例 -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "追加パラメーター:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "「記号」サイドバーへの追加の記号:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "全ての変数名" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "すべてのファイル (*.*)|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "既定のアニメーションフレームレート:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "極限値を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "極限値を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "ドキュメントを開く" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "リストにコマンドを適用" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "コマンド検索" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "文字:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "アートワーク担当" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "タイトルがないドキュメントを保存するかどうか確認する" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "初期条件" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "改行で自動インデント" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "自動保存の間隔[分](0で無効)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "境界条件" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "棒グラフ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "BAT ファイル (*.bat)|*.bat|すべてのファイル (*.*)|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "バッチファイル" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "ビットマップ画像として出力する際の倍率:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "太字" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "箱ひげ図..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "参照" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "ビルド情報(&I)" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "初期設定ではShift+Enterで入力セルの評価,Enterで改行を行います。この設定を変" "更するには,メニューバーの「編集」より「設定」ダイアログを開き,「Enterでセル" "を評価」にチェックを入れてください。" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "変数の置換(&H)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "設定(&O)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "数列の総乗(&P)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "数列の総和(&M)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "直前の計算結果を多倍長浮動小数点(bigfloat)に変換します" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "直前の計算結果を浮動小数点数に変換します" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "モジュラス(法)の設定:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "直前の計算結果を数値に変換します" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "総乗を計算" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "総和を計算" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Webサーバーに接続できません" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "バージョン情報をダウンロードできません" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "キャンセル" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "整理 (tri)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "カタロニア語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "セル(L)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "セル" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "出力の表示形式を変更(&2)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "数式の出力形式を変更" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "変数の置換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "未評価の積分,総和,総乗の変数を置換" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "固有多項式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "更新の確認" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "wxMaxima/Maxima の最新版がないか確認" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "中国語(簡体字)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "中国語(繁体字)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "フォントの選択" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "グラフ表示に使用する描画形式を選択:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "区間の数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "閉じる\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "ウィンドウを閉じる" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "文字変数:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "列数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "与えられた階乗とその係数を結合して一つの階乗に変換" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "各x座標はカンマで区切ってください" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "各y座標はカンマで区切ってください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "各x座標はカンマで区切ってください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "各x座標はカンマで区切ってください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "各x座標はカンマで区切ってください" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "選択をコメント化" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "選択をコメント化\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "単語補完\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "単語補完" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "複素関数への操作(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "" "連分数を求める(連分数の段数はコマンド \"cflength:<段数>\"で変更可能)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "余因子行列を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "固有多項式を求めます" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "行列式の計算" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "最大公約数を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "逆行列を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "最小公倍数を求める" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "" "抽出条件(複数指定可):\n" "(col[i]#Xでi列のXを除外)\n" "(col[i]=Xでi列のXのみ抽出)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "設定ファイル (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "設定変更の有効化" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "設定" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "定数" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "対数の結合" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "2項係数,ベータ関数およびガンマ関数を階乗に変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "2項係数,ベータ関数および階乗をガンマ関数に変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "複素関数またはその展開形を極形式に変換(指数関数として出力されます)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "複素関数を実変数の関数と虚数iの積の形に変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "引数が複素数の指数関数を三角関数に変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "" "対数の展開(自動的に展開したい場合はコマンド\"logexpand:super\"を入力)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "展開された状態の対数をまとめる" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "階乗に変換(&F)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "ガンマ関数に変換(&G)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "複素関数の変換(&P)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "複素関数の展開(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" "三角関数を含む有理式を整理(引数にyπが含まれると余計に複雑になる事がありま" "す)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "三角関数および双曲線関数を指数関数に変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "コピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "直前の入力を再入力\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "直前の入力を再入力\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "画像としてコピー" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "LaTeXとしてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "MathMLとしてコピー" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "MathMLとしてコピー" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "LaTeXとしてコピー" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "LaTeXとしてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "テキストとしてコピー\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "標準テキストとしてコピー" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "コピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "選択範囲を画像としてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "選択範囲を画像としてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "選択範囲を画像としてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "選択範囲をテキストとしてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "選択範囲をLaTeXとしてコピー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "新しいセルに直前の入力を再入力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "直前の入力を再入力して新しいセルを挿入" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "カーソル" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "切り取り" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "切り取り\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "切り取り" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "チェコ語" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "デンマーク語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "データ(行列):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "データファイル (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "リスト/ベクトル:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "指定した変数に対して部分分数分解を実行" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "特別な文字列" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "既定のアニメーションフレームレート:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "入力用フォント:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "wxMaximaとの通信に使用される既定のポート" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "アニメーションを再生する際のデフォルトのスピード(一秒あたりのフレーム数)を" "定義。" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "削除" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "ユーザー定義関数を削除(&U)..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "選択を削除" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "ユーザー定義変数を削除(&A)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "ユーザー定義関数を削除" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "ユーザー定義変数を削除" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "セルの内容は保持してMaximaを起動した直後の状態にリセット" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "削除する関数名の入力:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "削除する変数の入力:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "分母の最高次数:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "次数の指定:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "導関数の値:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "標準偏差..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "多項式の除算(&V)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "微分..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "微分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "微分" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "微分..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "近づき方:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "座標データプロット" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Te&X形式で出力" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "表示形式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "解の公式から厳密解を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "一番新しい出力をTeX形式で出力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "計算に要した時間を表示" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "除算" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "セルの分割" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "セルの分割\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "[商]および[余り]を出力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "ドキュメント「%s」への変更を保存しますか?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "ドキュメントの背景色" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " はより新しいバージョンのwxMaximaを用いて保存されたものなので、正しく読み込め" "ないかもしれません。 このwxMaximaををアップデートしてください。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " はより新しいバージョンのwxMaximaを用いて保存されたものです。このwxMaximaをを" "アップデートしてください。" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "TeXエクスポート時の文書クラス:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "保存しない" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "方程式(&Q)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "終了(&X)\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "固有ベクトル(&N)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "固有値(&V)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #, fuzzy msgid "Element" msgstr "置換文字列:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #, fuzzy msgid "Element:" msgstr "置換文字列:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "消去" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "連立方程式から指定した変数を消去(方程式に代入)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "証明終了" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "英語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "行列の各成分に任意の値を入力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "行列を手入力..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "行列の各成分に任意の値を入力" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "整数環に解を追加するための整数係数の多項式:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "変数はカンマで区切ります(例:x,y,…)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enterでセルを評価(改行はShift+Enterに変更されます)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "行列の入力" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 #, fuzzy msgid "Enter new animation frame rate [Hz, integer]:" msgstr "既定のアニメーションフレームレート:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "多倍長浮動小数点数(bigfloat)の精度を入力してください:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Maximaの実行ファイルのパスを入力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "許容誤差:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "方程式:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "方程式 %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "方程式:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "方程式:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "方程式:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "エラー" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "エラー" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "セルを評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "未評価の式を評価(&N)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "全てのセルを評価\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "表示されている全てのセルを評価\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "セルを評価" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "セルを評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "カーソル位置より上の全てのセルを評価\tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "セルを評価" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "部を評価\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "セクションを評価\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "サブサブセクションを評価\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "サブセクションを評価\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "アクティブ/選択セルを評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "全てのセルを評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "'integrateのような未評価の式を評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "ドキュメント内の全てのセルを評価" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "現在位置より上のセルを再評価" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "使用例" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "テキストの例" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "例:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "wxMaximaを終了" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "展開 (tri)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "対数の展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "三角関数および双曲線関数の展開" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "エクスポート" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "TeXにアニメーションを出力(ただしPDF閲覧ソフトがこの機能をサポートしている場合" "のみ画像が動きます)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "HTML/TeX形式でエクスポート" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "エクスポートに失敗しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "エクスポートに失敗しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "エクスポートに成功しました" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "エクスポートに失敗しました" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "エクスポートに失敗しました" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "バッチファイルへのエクスポートに失敗しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "エクスポート中..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "関数" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "関数:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "関数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 #, fuzzy msgid "Extract Elements" msgstr "置換文字列:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "因数分解" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "複素数の範囲で因数分解" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "因数分解" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "因数分解(素因数分解も可能)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "複素数の範囲で因数分解" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "階乗とガンマ関数(&G)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "致命的なエラー" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "図 %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "ファイル" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "ファイルを開けません" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "ファイルが見つかりません" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "ファイルを開きました" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "" "開こうとしたファイルは\n" "存在しません" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "EPS形式で出力:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "検索" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "テキストを検索\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "極限値(&L)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "極小値..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "解を1つ探す..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "正しい極小値を得るには開始位置の値を極小値の付近に設定してください" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "極限値を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "定義域内で解を1つ探す(定義域の両端の符号が同じ場合エラーを出します)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "方程式の解を小数で求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "方程式の解を浮動小数点で求める" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "検索と置換" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "検索と置換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "固有値を求める([固有値],[各固有値の重複]の順に表示)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "" "固有ベクトルを求める([固有値],[各固有値の重複],[各固有値での固有ベクトル]の" "順に表示)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "極小値" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "方程式の実数解を有理数で求める" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "解を1つ探す" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "検索語:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "フィンランド語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "記録された参照インデックス(%i、%o)を保存前に固定" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "テキスト入力ボックスで固定幅フォントを使用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "全て折りたたむ\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "すべてのセクションを折りたたむ" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "ドキュメントの表示に使用するフォント" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "ドキュメント内で数式の表示に使用するフォント" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "フォント" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "表示方法:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "フランス語" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "下端:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "全画面表示\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "表示" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "関数:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "関数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "複素関数をを単純化するための機能" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "階乗とガンマ関数を単純化するための機能" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "三角関数をを単純化するための機能" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "最大公約数" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF ファイル (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "ガリシア語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "数式処理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "数式処理\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "行列生成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "関数から行列生成..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "文字のみの行列を生成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "i行j列の成分に関数f(i,j)の値を代入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "ドイツ語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "虚部を取り出す(&I)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "テイラー展開(&S)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "ラプラス変換を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "実部を取り出す(&A)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "" "ラプラス逆変換を求めます(分母の多項式は各次数が定まっている必要があります)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "テイラー級数またはそのベキ級数を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "複素関数から虚部を取り出す" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "複素関数から実部を取り出す" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "ギリシャ語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "ギリシャ文字" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "ギリシャ文字\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "ギリシャ文字" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "グラフの滑らかさ(y):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "HTML ドキュメント (*.html)|*.html|maxima バッチファイル (*.mac)|*.mac|" "pdfLaTeX ファイル (*.tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "ヘルプ" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "セルの分割" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "全て隠す\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "セルの分割" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "セルの挿入\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "セルの分割" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "セクション" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "サブセクション" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "サブサブセクション" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "サイドバーのツールを全て隠す" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "ギリシャ文字" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "強調コマンド(dpartなど)の出力" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "ヒストグラム" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "ヒストグラム..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "入力履歴" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "入力履歴\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "水平カーソルは上下方向にだけ動かせます。また,Shiftを押しながら動かすとセルを" "選択できます。水平カーソルを表示した状態でBackspace,またはDeleteキーを二回押" "すと,それぞれ水平カーソルの上または下のセルを削除します。" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "ハンガリー語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "特殊解" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "特殊解" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "同一" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "極端に長くない場合" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "それほど長くない場合" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "もし数値がこの桁数より長ければ、 数値は省略記号によって省略表示されます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "入力時に最初の記号として演算子(「+*/^=」のうち一つ)を入力した際、%が自動的" "に演算子の前に挿入されます。なお、グラフ計算でも同様です。 この機能はメニュー" "バーの「編集」から「設定」ダイアログを開くことで無効化できます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "もし入力セルの評価に時間がかかるようであれば、メニューバーの「Maxima」より" "「処理を強制終了」または「ラベル番号をリセット」を実行して下さい。" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "画像" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "画像ファイル (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "LaTeXへの出力において、指数を最後の下付き文字の上部ではなく、後方に配置。 い" "くつかのフォントや短い下付き文字の読みやすさを向上させる可能性があります。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "抽出列" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "インクリメンタルサーチ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "新変数:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "∞" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "ビルド情報の表示" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "開始位置:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "特殊解を求める(&1階微分方程式)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "特殊解を求める(&2階微分方程式)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "入力ラベル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "挿入" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "セルの最初で演算子の前に「%」を挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "セクションセルの挿入(&S)\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "テキストセルの挿入(&T)\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "セルの挿入\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "画像の挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "画像の挿入..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "入力セルの挿入(&C)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "改ページの挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "サブセクションセルの挿入(&U)\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "サブサブセクションセルの挿入\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "セクションセルの挿入" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "サブセクションセルの挿入" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "サブサブセクションセルの挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "タイトルセルの挿入(&I)\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "テキストセルの挿入" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "タイトルセルの挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "入力セルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "セクションセルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "サブセクションセルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "サブサブセクションセルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "テキストセルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "タイトルセルを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "改ページを挿入" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "画像を挿入" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "整数、または変数名が1文字の場合" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "積分記号" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "未評価の式:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "積分" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Risch積分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "積分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Rishのアルゴリズムによる積分" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "積分..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "アクティブセル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "積分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "積分" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "積分" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "強制終了" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "処理を強制終了" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Maximaプログラムの無効なエントリです\n" "\n" "Maximaプログラムへのパスを再度入力してください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "ラプラス逆変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "ラプラス逆変換(&R)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "イタリア語" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "斜体" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "日本語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "数学において特殊な記号の頭に%をつける(%e, %i のようになります)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "最小公倍数" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: 下付き文字の上部ではなく、後方に指数を置く" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "LaTeX: diff() 関数を表すのに偏微分記号を使う" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "ラベル幅" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "wxMaximaのGUIに使用される言語" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "使用言語:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "ラプラス変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "ラプラス変換(&T)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "最小公倍数..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "最小二乗法" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "回帰式の係数と切片を求める..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "極限値" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "極限値..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "単回帰分析..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "リスト:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "設定の読込み" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "パッケージ読み込み" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "バッチ処理に使うファイルの読み込み" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "パッケージファイルの読み込み" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "スタイルの読み込み" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "長い右矢印" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "下限:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "行列に関数を適用(&P)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "ツールバー\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "リスト作成(&L)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "式中の部分式を置換" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "リストに関数を適用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "リストに関数を適用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "行列に関数を適用" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "大文字と小文字を区別" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "括弧の自動補完" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "出力用フォント" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "出力用フォント" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "数学記号" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "行列" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "行列に関数を適用" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "変数名:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "行列:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Maximaからの質問です" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Maximaからの質問です" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "処理中" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Maximaからの質問です" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "入力文字列" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "処理中" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "入力できます" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "バッチファイル (*.bat, *.mac)|*.bat;*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "" "Maxima パッケージ (*.mac)|*.mac|Lisp パッケージ (*.lisp)|*.lisp|すべてのファ" "イル (*.*)|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maximaの処理は終了しました" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima本体のパス:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "条件不足時のMaximaの質問" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maximaと接続しています" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "アニメーションの開始" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maximaは「:」を使うことで変数に値を代入できます。また「:=」を使うことで関数を" "定義できます。\n" "以下に使用例を示します\n" "\n" "・ xに3を代入する場合、\"x : 3;\"と入力\n" "・ f(x) にx^2を定義する場合、「f(x) := x^2;」 と入力" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maxima version: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "入力文字列" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "表示する最大の桁数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "母平均の差の検定..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "母平均の検定..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "平均値..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "比較する値:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "中央値..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "セルの結合" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "セルの結合\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "2つの入力セルの内容を1つにまとめる" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "数値積分法:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "括弧の対応が間違っています" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "モジュラス" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "変数名:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "新規作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "新規作成\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "新しいドキュメントの作成" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "新部分式:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "新変数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "履歴から入力(次)\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "一致する文字列がありません" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "正規性の検定..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "ノルウェー語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "有効な行列の次元ではありません!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "有効な方程式の数ではありません!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Maximaと接続していません" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "接続していません" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "分子の最高次数:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "方程式の数:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "方程式の数:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "数値" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "旧部分式:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "旧変数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "t検定" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "ブラウザでチュートリアルのページを開く" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 #, fuzzy msgid "Only user-defined labels" msgstr "ユーザー定義のラベル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "参照" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "最近開いたファイル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Maximaが入力を待機しているときセルを開く" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "ドキュメントを開く" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "新しいウィンドウを開く" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "開く" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "ファイルを開く" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "ファイルを開く" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "オプション" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "オプション:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "再入力する前の出力" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "出力ラベル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Pade近似(&A)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG ファイル (*.png)|*.png|JPEG ファイル (*.jpg)|*.jpg|ビットマップ ファイル " "(*.bmp)|*.bmp|PNM ファイル (*.pnm)|*.pnm|TIFF ファイル (*.tif)|*.tif|XPM ファ" "イル (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Pade近似" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "テイラー級数を有理式で近似" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "改ページ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "平行" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "媒介変数プロット" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "部分分数分解(&F)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "部分分数分解" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "ドキュメントの一部は正確に読み込まれないでしょう!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "不明なXMLタグが見つかりました。ドキュメントの一部は正しく読み込まれません。" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "貼り付け" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "貼り付け\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "貼り付け" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "クリップボードから貼り付け" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "垂直" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "円グラフ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "" "メニューバーの「編集」から「設定」ダイアログを開き、wxMaximaを設定してくださ" "い" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "変更を有効にするにはwxMaximaを再起動する必要があります" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "&2次元プロット..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "&3次元プロット..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "プロットエンジンの変更(&F)..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2次元プロット" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2次元プロット..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2次元プロット..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3次元プロット" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3次元プロット..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3次元プロット..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "プロットエンジン" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "2次元プロット(同時に複数の関数を表示可能)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "3次元プロット(同時に表示できる関数は1つまたは3つ)" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "EPS形式で出力:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "値の入力:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "ポーランド語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "多項式 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "多項式 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "ポルトガル語(ブラジル)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript ファイル (*.eps)|*.eps|すべてのファイル (*.*)|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "表示桁数" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "環境設定…\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "履歴から入力(前)\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "印刷" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "印刷" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "印刷" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "総乗" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "総乗記号" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "カーソルがあるセルより上にある全てのセルを再評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "カーソルがあるセルより上にある全てのセルを再評価" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "行列のファイル..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "処理が終了しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "入力可能" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "入力履歴のコマンドを古いものから順に表示します" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "入力履歴のコマンドを新しいものから順に表示します" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "複素関数展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "やり直す\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "一番新しい入力をやり直す" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "結合 (tri)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "三角関数(sin,cos),双曲線関数(sinh,cosh)の積を一つの関数にまとめる" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "全ての出力をクリア" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "関数からリストを作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "全ての出力をクリア" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "全て置換" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "%d箇所を置換しました" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "置換文字列:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "バグの報告" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "ラベル番号をリセット" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "ラベル番号をリセット" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "ラベル番号をリセット" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "ラベル番号をリセット" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "右矢印" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Risch積分..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "解を小数で求める(&P)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "解を浮動小数点で求める" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "行数:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "ロシア語" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "標本1(リスト/行ベクトル):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "標本2(リスト/行ベクトル):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "標本(リスト/行ベクトル):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "設定の保存" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "アニメーションを保存する..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "名前をつけて保存" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "名前を付けて保存...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "画像として保存..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "選択範囲を画像として保存" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "選択範囲を画像として保存..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "アニメーションの開始" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "上書き保存" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "名前を付けて保存" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "前回のサイドバーのレイアウトを保持" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "セッション間でサイドバーのレイアウトを保持" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "名前を付けて保存" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "選択範囲を画像として保存" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "画像として保存" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "スタイルの保存" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "前回のウインドウサイズと位置を保持" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "セッション間でウインドウサイズと位置を保持" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "保存できませんでした" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "正常に保存しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "保存しています..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "散布図" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "散布図..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "セクション" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "セクションセル" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "選択範囲" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "全て選択" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "全て選択\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Maximaプログラムの選択" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "標本抽出" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "定数を選択してください" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "全て選択" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "数式の出力形式を選択してください" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "出力結果を選択して右クリックすると、メニューが表示されます。その中には必要最" "小限のコマンドが入っており、その選択した部分に対して実行できます。" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "選択範囲" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "テイラー展開" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "テイラー展開..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "サーバーが開始しました" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "指定倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "bigfloat の精度を設定..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "テキスト入力ボックスで固定幅フォントを使用" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "プロットに使うソフトの変更" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "アニメーションの開始・停止" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "100%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "120%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "150%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "200%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "300%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "80%の倍率で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "連立微分方程式の特殊解を求める際の初期条件を設定" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "モジュラス(法)を設定します" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "ユーザー定義関数を表示(&D)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "ユーザー定義関数名をリスト表示(&F)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "ヒントを表示(&T)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "ユーザー定義変数をリスト表示(&V)" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "ヘルプ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "コマンドの補完\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "ヒントを表示" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "コマンド名に含まれる文字列:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "使用例を見たいコマンド名:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "コマンドの使用例を表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "コマンドを探す" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "ユーザー定義関数名をリスト表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "ユーザー定義変数をリスト表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "関数名を指定してユーザー定義関数を表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "コマンドの補完" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "ユーザー定義変数をリスト表示(&V)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "wxMaximaのドキュメントで出力に時間がかかる式も表示" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "出力に時間がかかる式も表示:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "ユーザー定義関数名をリスト表示(&F)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "表示する関数名の入力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "wxMaximaのヘルプを表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "式の整理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "関数の整理(&R)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "関数の整理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "変形 (tri)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "式の整理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "階乗を含む有理式を整理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "式中の関数も含めて整理(三角関数は文字定数として扱われます)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "式および関数の引数を整理(式中の関数自体は文字定数として扱われます)" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "数式を整理して出力" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "三角関数をsinとcosの関数,双曲線関数をsinhとcoshの関数に変形" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "wxMaxima 0.8.2 よりドキュメント内に画像を挿入できるようになりました。メニュー" "バーの「セル」より「画像の挿入」を選択してください。画像を挿入したドキュメン" "トを保存するときは「wxMaxima XML document」フォーマットを選択してください。" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "一般解:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "方程式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "連立高次方程式の解を求める(&A)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "連立一次方程式を解く(&L)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "微分方程式を解く(&O)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "高次方程式の解を求める..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "微分方程式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "連立微分方程式を解く(&C)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "微分方程式..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "連立高次方程式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "連立高次方程式の近似解(可能であれば厳密解)を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "2階微分方程式の一般解に境界条件を適用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "解の公式から厳密解を求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "高次方程式の近似解を小数で求める" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "1階微分方程式の一般解に初期条件を適用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "2階微分方程式の一般解に初期条件を適用" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "連立一次方程式" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "連立一次方程式を解く" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Maximaが対応しているのは2階常微分方程式までです" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "連立微分方程式を解く (関数は変数名を明示する必要があります 例:f(x))" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "方程式を解く..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "いくつかのPDFビューワーではアニメーションを表示できます。ただし、出力された" "LaTeXファイルをコンパイルする際に animate パッケージが必要となります。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "スペイン語" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "数学定数" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "数学定数(ギリシャ文字以外)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "アニメーションの開始" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "アニメーションの開始・停止" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Maximaプロセスを開始できませんでした" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Maximaを起動しています" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "サーバーを開始できませんでした" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "ポート%dにおいてサーバーが開始しました" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "統計処理" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "統計処理\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "出力文字列" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "スタイル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "スタイル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "標本(行ベクトル)抽出..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "サブセクション" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "サブセクションセル" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "部分式の置換..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "置換" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "式中の部分式を置換..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "サブサブセクション" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "サブサブセクションセル" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "総和" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "総和記号" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "記号\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "System info" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "目次" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "目次\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "テイラー級数:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "テキスト" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "テキストセル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "テキストセル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "テキストセルの背景色" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "選択部分と一致する文字列" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "MaximaとwxMaximaの通信に使用される既定のポート" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "ラプラス逆変換(&R)..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Maximaのオフラインマニュアルを開く" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 #, fuzzy msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "pngCairoターミナルはより高品質なグラフィック(アンチエイリアスや追加のライン" "スタイル)を提供します。 ただし、お使いのシステムにインストールされている" "gnuplotがこの機能を実際にサポートしている場合のみプロットが出力されます。" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "インターネット上にはMaximaおよびwxMaximaの情報が数多く存在しています。それら" "についてより多くの情報が必要であったり、チュートリアルをお探しならば、http://" "andrejv.github.com/wxmaxima/help.htmlを訪れてみて下さい。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "XMLの生成においてエラーが発生しました。\n" "\n" "この事象をバグとして報告していただければ幸いです。" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "グラフの滑らかさ:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "微分回数:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "タイトル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "タイトルセル" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "「タイトルセル」,「セクションセル」,「サブセクションセル」は,そのセルより" "も下位のセルを折りたたんで隠すことができます。セルの左上側にある正方形をク" "リックすることで「隠す/展開」の切り替えができます。Shiftを押しながらクリック" "すると,下位のセル全体に対して「隠す/展開」を行います。" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "多倍長浮動小数点数(&Bigfloat)へ変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "浮動小数点数へ変換(&F)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "浮動小数点数へ変換" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "数値へ変換(&C)\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "2次元プロットでは、Plot2dダイアログのオプションの中から「set polar」を選択す" "ることで極座標プロットで出力できます。また3次元プロットでは、Plot3dダイアロ" "グのオプションの中から「set mapping spherical」や「set mapping cylindrical」" "を選択することで球座標や円柱座標プロットで出力できます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "セル内の式を選択し、「 ( 」または「 ) 」を押すことでその式をカッコで括ること" "ができます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "wxMaxima起動時のウィンドウサイズと位置を保持したい場合は、メニューバーの「編" "集」から「設定」ダイアログを開き、「前回のウィンドウサイズと位置を保持」に" "チェックを入れて下さい" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "wxMaximaを早速使ってみましょう.適当に文字や数式などを入力してください.する" "と入力セルが現れ、そこに入力されます.次にらShift+Enterを押してください.セル" "の内容が評価(計算)されます." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "上端:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "代数的整数の整理の有効化(&A)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "自動的に数値で出力(&N)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "計算に要した時間を表示(&T)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "" "式中の平方根や虚数といった代数的整数の整理を有効にします(デフォルトは無効)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "アニメーションの開始" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "全画面表示の切り替え" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "平方根やπといった数を自動的に数値で出力" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "ツールバーのアイコン" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "翻訳担当" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "転置行列を求める" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "トルコ語" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "チュートリアル" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "t検定" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "タイプ:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "標準テキストとしてコピー" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "タイプ:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "ウクライナ語" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "下線" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "アンダースコアを添字に変換:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "元に戻す\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "一番新しい入力をリセット" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "全て展開する\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "全ての折りたたまれたセクションを展開" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "セクション" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "サブセクション" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "サブサブセクション" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "ギリシャ文字" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode Support" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "ソフトウェアの更新" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "上限:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Gosperアルゴリズムを使用" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "より高品質なプロットのためにcairoを使用" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "乗法記号を・に置き換える" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "ギリシャ文字のフォントにjsMathを使用する" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 #, fuzzy msgid "Use unicode Math Symbols, if available" msgstr "ユーザー定義のラベル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "ユーザー定義のラベル" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 #, fuzzy msgid "User-defined labels if available" msgstr "ユーザー定義のラベル" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "関数の値:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "関数の値:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "全ての変数名" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "変数:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "変数:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "変数" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "変数:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "標本分散..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "表示" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Warning" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "wxMaximaへようこそ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "メニューバーからコマンドを実行するとき、デフォルトの引数は「%」(直前の出力" "結果)です。他の引数(それ以前の出力結果)を使用するときは、それを選択してか" "ら実行して下さい。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "ワークシート" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "開発担当" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "XMLインスペクタ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "以前の出力結果が再び必要になる場合もあるでしょう。一番新しい出力結果を使う場" "合、「 % 」で代用できます。それより以前の出力結果を使う場合は、「%on」(nは使" "用する出力結果の番号です)で代用できます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "全ての入力セルの内容を一度に評価することができます。メニューバーの「セル」か" "ら「全てのセルを評価」を実行するか、そのショートカットキーを押してください。" "セルは上から順に評価されます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "wxMaximaにはコマンド名やオプション変数のヘルプを検索する機能があります。検索" "したい単語を選択またはその上にカーソルを置き、F1キーを押すことでそれについて" "のヘルプが表示されます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "「テキストセル」では,セルの左側の三角形をクリックすることでその内容を隠すこ" "とができます。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "メニューバーの「セル」より,「入力セル」以外のセルを挿入することができます。" "ただし、それらのセルはドキュメントの体裁を整えるために使うものです。評価を行" "えるのは「入力セル」のみであることに注意して下さい。" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "複数のセルを選択すれば、それらをまとめて削除または評価できます。複数のセルを" "選択するには、水平カーソル(またはセルの左側にあるカッコ)をクリックしたまま" "ドラッグ、もしくはShiftキーを押しながら矢印キーで水平カーソルを動かしてくださ" "い。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "このwxMaximaのバージョンは %s です。最新のバージョンは %s です。\n" "\n" "OKを選択してwxMaximaのウェブページを開いてください。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "保存しなければ、変更は失われます" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "お使いのwxMaximaは最新版です" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "拡大(&I)\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "縮小(&T)\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "拡大率10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "縮小率10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ 無題 ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ 無題* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "かつ" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "反対称行列" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "リストにコマンドを適用(ダイアログの\"関数\"は\"コマンド\"のことです)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "挟み撃ち" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "ユーザ指定のプロットエンジン" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "対角行列" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "空集合" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "同値" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "存在" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "リスト作成" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "一般" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "以上" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "属する" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "ドキュメント内で表示" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "共通部分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "左極限" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "以下" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "対数目盛を使用" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "関数f(i,j)=" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "非常に大きい" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "非常に小さい" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "属する" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "no" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "否定" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "部分集合でない" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "部分集合(等号付き)でない" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "否定" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "または" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "偏微分" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "プラスマイナス" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "比例" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "右極限" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "平方根(引数はカッコで囲ってください)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "部分集合" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "部分集合(等号付き)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "対称行列" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "存在しない" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "2乗" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "3乗" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "和集合" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "[ 無題 ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "無題" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "無題 %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "ユーザー定義関数名" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "wxMaximaのヘルプ(&H)\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "wxMaximaのヘルプ(&H)\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "設定" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaximaはMaximaを見つけることができませんでした\n" "\n" "メニューバーの「編集」から「設定」ダイアログを開き、wxMaximaを設定してくださ" "い\n" "その後wxMaximaを再起動してください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaximaはヘルプファイルを見つけることができませんでした\n" "\n" "インストールが正常に行われたかどうか確かめてください" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaximaはサーバーを開始できませんでした \n" "ネットワークが有効になっていることを確認して、再試行してください" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "メニューからコマンドを実行するとき、ダイアログ画面が現れるものにはその入力欄" "に「%」(直前の出力結果を表す記号)があらかじめ入力されています。ただし、ド" "キュメント内に選択状態のものがある場合、「%」の代わりにそれが入力されます。" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima document" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "以下のファイルの読込みに失敗しました " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "アニメーションの開始" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "排他的論理和" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "yes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #~ msgid "Maxima has a question" #~ msgstr "Maximaからの質問です" #~ msgid "Parsing output" #~ msgstr "出力しています" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaximaはTipファイルを見つけることができませんでした\n" #~ "\n" #~ "インストールが正常に行われたかどうか確かめてください" #~ msgid "Tips not available, sorry!" #~ msgstr "申し訳ないですが、Tipsは利用できません。" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Maximaの入力テキストを圧縮せず、画像を個別に圧縮します。 これはgitやsvnの" #~ "ようなバージョン管理システムが効率的に差異を見つけ出すことを可能にします。" #~ msgid "Optimize wxmx files for version control" #~ msgstr "バージョン管理のためにwxmxファイルを最適化する" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "GIFのエクスポート中にエラーが発生しました。\n" #~ "\n" #~ "ImageMagickがインストールされ、wxMaximaが変換に使用するプログラムを見つけ" #~ "ることができることを確認してください。" #~ msgid "Manually Trigger Evaluation" #~ msgstr "評価を手動で開始" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Maxima本体のパス:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "条件不足時のMaximaの質問" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size <整数>'" #~ msgid " << Expression too long to display! >>" #~ msgstr "" #~ " <<出力結果が長過ぎて表示できません!>> (もし表示したい場合は、メニュー" #~ "バーの「編集」から「設定」ダイアログを開き、「出力に時間がかかる式も表示」" #~ "にチェックを入れて下さい) " #~ msgid "&Cell" #~ msgstr "セル(&C)" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "新規(&N)\tCtrl+N" #~ msgid "Animation" #~ msgstr "アニメーション" #~ msgid "Copy As Image" #~ msgstr "画像としてコピー" #~ msgid "Copy LaTeX" #~ msgstr "LaTeXとしてコピー" #~ msgid "Default port:" #~ msgstr "通信ポート:" #~ msgid "Document " #~ msgstr "ドキュメント " #~ msgid "Error %d" #~ msgstr "エラー %d" #~ msgid "Find..." #~ msgstr "解を1つ探す" #~ msgid "Height:" #~ msgstr "列数:" #~ msgid "Include input cells in the export of a worksheet" #~ msgstr "ワークシートをエクスポートする際に入力セルを含める" #~ msgid "Output from Maxima to stderr (there should be none):\n" #~ msgstr "" #~ "Maximaからstderr(標準エラー出力)への出力(出力先は空であることが望まし" #~ "い):\n" #~ msgid "Output from Maxima to stdout (there should be none):\n" #~ msgstr "" #~ "Maximaからstdout(標準出力)への出力(出力先は空であることが望ましい):\n" #~ msgid "Panes" #~ msgstr "サイドバー" #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "ここまでの全てのセルを再評価\tCtrl+Shift+H" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "やり直す\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "" #~ "このドキュメントは変更されています\n" #~ "閉じる前に保存しますか?" #~ msgid "Save changes?" #~ msgstr "変更の保存" #~ msgid "Set &Precision..." #~ msgstr "浮動小数点の桁数設定(&P)" #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "(%oxx) の代わりにユーザー定義のラベルを表示" #~ msgid "Start animation" #~ msgstr "アニメーションの開始" #~ msgid "Stop animation" #~ msgstr "アニメーションの停止" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "統計処理\tAlt+Shift+S" #, fuzzy #~ msgid "Text & Code" #~ msgstr "セルの分割" #~ msgid "Use MathJAX in HTML export" #~ msgstr "HTMLエクスポート時にMathJaxを使う" #~ msgid "Width:" #~ msgstr "行数:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "テキスト入力ボックスでの括弧の自動補完" #, fuzzy #~ msgid "Ypsilon" #~ msgstr "許容誤差:" #~ msgid "Zoom set to " #~ msgstr "拡大率 " #, fuzzy #~ msgid "implies" #~ msgstr "式の整理" #~ msgid "lines hidden" #~ msgstr "行が非表示" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "wxMaxima document (*.wxm)|*.wxm|wxMaxima xml document (*.wxmx)|*.wxmx|バッ" #~ "チファイル (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "許容誤差:" wxmaxima-Version-18.02.0/locales/kab.po000066400000000000000000006764201324204105000176650ustar00rootroot00000000000000# This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Eric , 2004. # msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2016-07-10 20:53+0100\n" "Last-Translator: Belkacem Mohammed \n" "Language-Team: kabyle \n" "Language: kab\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.8\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Support d'Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Lqem n Maxima : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Ur yeqqin ara ɣer Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Ur yeqqin ara." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Udlifen) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " << Teɣzi n tenfalit yettusirgen deg iɣewwaṛen n twila! >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Aljibṛ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Snes i tebdart…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&À propos…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Traiter un fichier\tCTRL-B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Pro&blème aux limites…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Rapport de &bogue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "A&siḍen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Tala &tuqnint" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polynôme &caractéristique…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "Effa&cer la mémoire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combiner les factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplification &complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Fraction &continue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copier\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Intégrale &définie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "Améguccal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Zlem…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Taẓrigt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Éliminer une variable…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Sekcem isirew..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Exemple" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "Dév&elopper une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Dév&elopper une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Exposant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "A&faylu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "A&f tifrat..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Générer une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Plus &grand diviseur commun…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "Ta&llalt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Sidef…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interrompre\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interrompre\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverser la matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Sali-d akemmus\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "Sens ɣef teb&dart (tibdarin)…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Sken tallalt n Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Calcul &modulaire…" #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Rnu tiɣimit\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Umḍin" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Intégration &numérique" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Ldi tiɣimit\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Ldi tiɣimit\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "Asuneɣ n tmaknayt" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Série entière" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "Im&primer\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Rationnel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Réduire une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "S&enker tikelt nniḍen Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Racines d'un polynôme (réelles)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Sekles tiɣimit\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Sefres" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplifier une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplifier des factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplifier une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Fru…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Imeẓli" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Série de Taylor :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transposer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplification &trigonométrique" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Seqdec tutlayt tamezwert)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infini" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp : " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Un « curseur horizontal » a été introduit avec wxMaxima 0.8.0. Il ressemble " "à une ligne ligne horizontale entre les cellules et indique où apparaîtra " "une nouvelle cellule si vous tapez ou collez du texte, ou exécutez une " "commande du menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Un nouveau format de document a été introduit dans wxMaxima 0.8.2 qui permet " "de sauver les entrées et les textes mais également les sorties de vos " "calculs. En sauvegardant votre document, choisissez le format \"Document xml " "wx Maxima\"" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Saut de page" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "À la valeur…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Talɣut ɣef" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "À propos de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Crochet de la cellule active" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matrice associée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Ajouter une égalité algébri&que" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Ajouter un répertoire au chemin de recherche" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Ldi isemli" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Ajouter le répertoire au chemin:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Ajouter une égalité au simplificateur rationnel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Ajouter au &chemin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Paramètres supplémentaires pour Maxima (par exemple -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Paramètres supplémentaires:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Akk|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alpha" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Sekles amray…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Ldi isemli" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Snes" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Talɣut ɣef" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Tableau :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Graphisme de " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Ɣer wazal :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Udlif s ifeggagen…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Fichiers bat (*.bat)|*.bat|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Fichier de commandes" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Zur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Udlif n tnaka…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Snirem" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Information &de compilation" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Par défaut Maj-Entrée est utilisé pour évaluer les commandes, tandis que " "Entrée est utilisé pour sauter une ligne. Ce comportement peut être changé " "dans le menu \" Edition->Configurer\" en activant \"Evaluation des cellules " "avec la touche Entrée\". Cette option permute le rôle de ces deux " "combinaisons de touches." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "C&hanger de variable…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "C&onfigurer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Calculer le &produit…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calculer la som&me…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Valeur approchée (bigfloat) d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Calculer une valeur approchée du dernier résultat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calculer le module :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Calculer une valeur approchée du dernier résultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calculer les produits" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calculer les sommes" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Ur yezmir ara ad yeqqen ɣer uqeddac Web" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Sefsex" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Uqnin(asektiɣmer)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Takaṭalant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Tabni&qt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Crochet de la cellule" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Basculer en affichage &2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Modifier l'algorithme d'affichage 2d utilisé pour les mathématiques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Changer la variable" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Change la variable dans l'intégrale ou la somme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polynôme caractéristique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Rechercher des mises à jour" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Vérifier si une nouvelle version de wxMaxima éxiste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chinois traditionnel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Choisir la police" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 #, fuzzy msgid "Choose new plot format:" msgstr "Entrer un nouveau format de tracé :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Classes :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Fermer\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Fermer la fenêtre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Noms des colonnes :" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Colonnes :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combiner les factorielles dans une expression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Liste y séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Liste x séparée par des virgules" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Commenter la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Commenter la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Compléter l'expression\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Compléter le mot" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Simplification &complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calculer la fraction continue d'une valeur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calculer la matrice adjointe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calculer le polynôme caractéristique d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calculer le déterminant d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calculer le plus grand diviseur commun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calculer l'inverse d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Calculer le plus petit multiple commun (faire load(functs) avant utilisation)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condition :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Fichier de configuration (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Alerte de configuration" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configurer wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Regrouper les logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Convertir combinaisons, fonctions beta et gamma en factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Convertir combinaisons, factorielles et fonctions beta en fonction gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Mettre une expression complexe sous forme polaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Mettre une expression complexe sous forme cartésienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Convertir une fonction exponentielle d'argument imaginaire sous forme " "trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Convertir le logarithme d'un produit en une somme de logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Convertir une somme de logarithmes en un logarithme d'un produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Convertir en &factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Convertir en &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Mettre sous forme &polaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Mettre sous forme ca&rtésienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" "Convertir une expression trigonométrique en forme quasi-linéaire canonique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Convertir les fonctions trigonométriques en forme exponentielle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Copier l'entrée précédente\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Copier l'entrée précédente\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Copier comme code LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "&Copier comme texte\tCtrl+Maj-C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copier la sélection" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Copier la sélection du document au format image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copier la sélection du document au format texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copier la sélection du document au format LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Créer une nouvelle cellule avec l'entrée précédente" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Créer une nouvelle cellule avec l'entrée précédente" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Curseur" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Couper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Couper\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Couper la sélection" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tchèque" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danois" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matrice des données :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Fichier de données (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Isefka :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Décomposer une fonction rationnelle en éléments simples" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Par défaut" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Police par défaut :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "" "Le port par défaut utilisé pour la communication entre Maxima et wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Kkes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Kkes tawuri" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Kkes tafrant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Kkes a&mutti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Kkes tawuri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Kkes amutti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Effacer toutes les valeurs de la mémoire" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Effacer la (les) fonction(s):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Kkes amutti(imuttiyen):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "denom deg :" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "talqayt :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "la dérivée est :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Azza..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vision de polynômes…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Zlem.." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Zlem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Zlem tanfalit" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Zlem…" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Tanila:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Graphe discret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Afficher en Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Afficher l'algorithme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Fru tagda (tagdiwin)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Afficher la dernière expression en TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Afficher le temps d'exécution" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Division" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Division de nombres ou de polynômes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Sauvegarder les modifications apportées au document ?\"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Arrière-plan du document" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "yettwasekles s lqem aneggaru n ‎wxMaxima, ihi ur yezmir ara ad d-yali akken " "iwata. Ma ulac aɣilif leqqem wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "yettwasekles s lqem aneggaru n ‎wxMaxima. Ma ulac aɣilif leqqem wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Ur seklas ara" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "Tiig&diwin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Quitter\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Vecteurs propres" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "&Valeurs propres" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Éliminer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Éliminer une variable dans un système d'équations" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Taglizit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Sekcem isefka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "&Sekcem isirew..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Sekcem isirew" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Entrer une équation pour la simplification rationnelle :" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Entrer une liste de variables séparées par des virgules" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Évaluation des cellules avec la touche Entrée" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Sekcem isirew" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Entrer la nouvelle précision :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Entrez le chemin vers l'exécutable de Maxima:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Tagda :" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Tagda %d :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Tagda(Ti-win):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Tagda :" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Tigdiwin:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Tuccḍa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Tuccḍa!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Évaluer les formes &nommées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Évaluer toutes les cellules\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Évaluer la (les) cellule(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 #, fuzzy msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 #, fuzzy msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 #, fuzzy msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 #, fuzzy msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "&Évaluer la cellule\tMaj-Entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Réévaluer la cellule sélectionnée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Evaluer toutes les formes nommées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Évaluer les formes &nommées" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Exemple" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Texte exemple…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Exemple" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Quitter wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Snefli" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Snefli (tanf.tasektuɣmirt)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Développer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Développer des logarithmes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Développer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Développer une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exporter le document en HTML ou en pdfLateX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Échec de l'export en HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Échec de l'export en HTML" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Échec de l'export en TeX !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Exporter" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expression" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expression(s) :" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expression :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Factoriser" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Factorisation &complexe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Factoriser une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Factoriser une expression en nombre gaussiens" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Factorielles et &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Erreur fatale" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figure %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "A&faylu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Fichier non trouvé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Le fichier que vous tentez d'ouvrir n'existe pas." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "A&faylu:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Nadi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Nadi\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Trouver la &limite…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Trouver le minimum…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Af aẓaṛ…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Trouver un minimum (sans contrainte) d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Trouver la limite d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Trouver une racine d'un polynôme dans un intervalle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Trouver toutes les racines d'un polynôme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Trouver toutes les racines d'un polynôme (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Nadi & semselsi" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Nadi & semselsi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Trouver les valeurs propres d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Trouver les vecteurs propres d'une matrice" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Trouver le minimum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Trouver les racines réelles d'un polynôme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Af tifrat" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Nadi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Tafinit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Police à chasse fixe dans les contrôles de texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Awraɣ" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Police d'affichage du document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Police d'affichage du document pour les caractères mathématiques" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Tisefsiyin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Amasal:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Tafṛansist" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "seg :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Agdil aččuṛan\tAlt+Entrée" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Tawuri" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Tawurin(t-in) :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Tawuri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Fonctions pour simplification complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Fonctions pour simplifier les factorielles et fonction gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Fonctions pour simplifier les expressions trigonométriques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "PGCD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "image GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Tusnakt tamatut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Tusnakt tamatut\tAlt+Maj-M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Générer une matrice" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "&Générer une matrice à partir d'une expression…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Générer une matrice à partir d'un tableau à 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Générer une matrice à partir d'une lambda-expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Talmanit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Awi-d amur asu&gnan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Obtenir une &série…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Transformée de Laplace d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Awi-d amur &ilaw" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Obtenir la transformée de Laplace inverse d'une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Obtenir le développement en série entière ou en série limité (Taylor)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Partie imaginaire d'une expression complexe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Partie réelle d'une expression complexe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Tagrigit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Tusnakt tamatut\tAlt+Maj-M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Iẓiki:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "Fichier HTML (*.html)|*.html|fichier pdfLaTeX (*.tex)|*.tex|Tous|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Tallalt" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Cacher tout\tAlt+Maj--" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Insérer la cellule\tAlt+Maj-C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Partager la cellule" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Tigezmi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Cacher tous les panneaux" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Asebṛuṛeq" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Amazrudlif" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Amazrudlif…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Amazray" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Historique\tAlt+Maj-H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Le curseur horizontal fonctionne comme un curseur normal, mais fonctionne " "sur les cellules : les touches Haut et Bas permettent de le déplacer, " "maintenir la touche Maj pendant le déplacement sélectionne les cellules, " "appuyer sur la touche Retour arr. ou Suppr. deux fois permet d'effacer la " "cellule sélectionnée." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Tahungaṛit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Si votre calcul met trop de temps à être évalué, vous pouvez essayer " "\"Maxima->Interrompre\" puis \"Maxima->Redémarrer Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Image" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Fichiers images (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Inclure les colonnes :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "dans la variable :" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Imifeḍ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Infos sur la compilation de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimations initiales :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Tawtilt n tazwara (&1)…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Tawtilt n tazwara (&2)…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Étiquettes d'entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Ger" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 #, fuzzy msgid "Insert &Section Cell\tCtrl+3" msgstr "Insérer une cellule de section\tF8" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 #, fuzzy msgid "Insert &Text Cell\tCtrl+1" msgstr "Insérer une cellule de texte \tF6" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Insérer la cellule\tAlt+Maj-C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Ger tugna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Ger tugna..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Insérer une cellule d'entrée\tF5" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 #, fuzzy msgid "Insert Page Break" msgstr "Insérer un saut de page\tF10" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 #, fuzzy msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 #, fuzzy msgid "Insert Section Cell" msgstr "Insérer une cellule de section\tF8" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 #, fuzzy msgid "Insert Subsection Cell" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Insérer une cellule de sous-section\tF7" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 #, fuzzy msgid "Insert T&itle Cell\tCtrl+2" msgstr "Insérer une cellule de titre\tF9" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 #, fuzzy msgid "Insert Text Cell" msgstr "Insérer une cellule de texte \tF6" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 #, fuzzy msgid "Insert Title Cell" msgstr "Insérer une cellule de titre\tF9" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Insérer une nouvelle cellule d'entrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Insérer une nouvelle cellule de section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Insérer une nouvelle cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Insérer une nouvelle cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Insérer une nouvelle cellule de texte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Insérer une nouvelle cellule de titre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Insérer un saut de page" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Ger tugna" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Intégrer une expression" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Intégrale/somme" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Sidef" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Sidef (Risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Intégrer une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Intégrer une expression avec l'algorithme de Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Sidef" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Crochet de la cellule active" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Sidef" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Sidef" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Sidef" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interrompre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interrompre le calcul en cours" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrée invalide pour le programme Maxima.\n" "\n" "Entrer à nouveau le chemin vers l'exécutable Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inverse Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "&Transformée de Laplace inverse…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Taṭelyanit" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Yekna" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Tajapunit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" "Conserver le signe pourcentage avec les symboles spéciaux: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "PPCM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Langue utilisée pour l'interface de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Tutlayt:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformée de Laplace…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "arama d :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Plus petit commun multiple…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Aswati s tarrayt s usemẓi uzmir-sin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Aswati s tarrayt s usemẓi uzmir-sin..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Talast" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Talast..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Talkeyt timziregt…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "List with values" msgstr "la valeur est :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Tabdart (tibdarin):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Tabdart :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Sali-d" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Sali-d akemmus\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Sali-d afaylu Maxima s useqdec n tladna s uɛemmuṛ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Sali-d afaylu akemmus n Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Sali-d aɣanib seg ufaylu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "talast n wadda :" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "A&ppliquer à une matrice…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Afeggag n ifeckatAlt+Maj-T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Sirew &tabdart…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Sirew tabdart si tenfalit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Semselsi tanfalit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Snes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Snes tawuri ɣef tebdart" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Snes tawuri ɣef isirew" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Fichier de commandes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Faire correspondre les parenthèses dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Police mathématique :" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Police mathématique :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Isirew" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Snes isirew" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Isem n isirew :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Isirew :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Isteqsiyen ɣef Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Isteqsiyen ɣef Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Tignit wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima est en train de calculer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Isteqsiyen ɣef Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Anekcam Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima est en train de calculer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Anekcam Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "paquetage Maxima (*.mac)|*.mac|" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Paquetage Maxima (*.mac)|*.mac|Paquetage Lisp (*.lisp)|*.lisp|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima s'est arrêté." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Ahil Maxima :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Isteqsiyen ɣef Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima a démarré. Attente de la connection…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima utilise ':' pour affecter une valeur à une variable ('a : 3;') et ':" "=' pour définir une fonction ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "lqem n Maxima :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Options de Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Akayad n umgired n tlemmassin…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Akayad n tlemmast…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Talemmast…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Talemmast :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Tanammast…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Smezdi tibniqin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Smezdi tibniqin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Tarrayt :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Faire correspondre les parenthèses dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Azegrir" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Isem :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Rnu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "&Rnu tiɣimit\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Rnu isemli" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Rnu izirigen: Ngez ɣer uḍris" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Rnu azal" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Rnu amutti :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Commande suivante\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Ala" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Recherche infructueuse !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Akayad n tmugna…" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Dimension de matrice incorrecte !" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Nombre d'équations incorrect !" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Non connecté à Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Non connecté" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "num deg :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Amḍan n tegdiwin :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Amḍan n tegdiwin :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Imiḍanen" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Ih" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Ancienne valeur :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Test de Student (t-test) à 1 échantillon…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutoriels en ligne" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Ldi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Ldi afaylu n meli kan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Ldi-d tabniqt ticki Maxima yettṛaǧu anekcam" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Ldi isemli" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Ldi asfaylu amaynut" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Ldi isemli" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Sekcem isirew" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Tulya n ufaylu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Iɣewwaṛ" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Iɣewwaṛen:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Cellules inactualisées" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Étiquettes de sorties" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Approximant de &Padé…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Approximant de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Approximant de Padé d'un développement en série de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Saut de page" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Courbe paramétrée" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Éléments simples…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Éléments simples" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Des parties du document ne seront pas chargées correctement !" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Des parties du document ne seront pas chargées correctement !" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Senṭeḍ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "&Coller\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Coller le texte du presse-papier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Coller le texte du presse-papier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Udlif uwnis…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Configurer wxMaxima avec 'Édition->Configurer'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Redémarrer wxMaxima pour que les changements prennent effet." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Tamaknayt &2d…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Tamaknayt &3d…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Format de la courbe…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Tamaknayt 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Tamaknayt 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Tamaknayt 2d…" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Tamaknayt 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Tamaknayt 3D" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Tamaknayt 3d…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Format de la courbe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Courbe en 2 dimensions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Courbe en 3 dimensions" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Tracer dans un fichier :" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Agaz :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Tapolunit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynôme 1 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynôme 2 :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugais (Brésil)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Fichier postscript (*.eps)|*.eps|Tous|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Précision" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Commande précédente\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprimer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprimer le document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Imprimer le document" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Produit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Réévaluer toutes les cellules du document" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "&Ɣar isirew…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Lecture des résultats de Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Prêt pour une entrée utilisateur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Rappeler la commande suivante dans l'historique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Rappeler la commande précédent dans l'historique" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Talɣa takaṛtizyant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "&Sefsex\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Sefsex asnifel aneggaru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Fneẓ (tanfalit asektuɣmir)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Réduire une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Supprimer tous les résultats" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Supprimer les résultats des cellules" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, fuzzy, c-format msgid "Replaced %d occurrences." msgstr "%d occurrences remplacées" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Rapport de bogue" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Senker tikelt nniḍen maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Senker tikelt nniḍen maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Senker tikelt nniḍen maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Senker tikelt nniḍen maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Agmuḍ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rho" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Intégration de Risch…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Racines d'un &polynôme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "&Racines d'un polynôme (bigfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Lignes :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russe" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr " (Udlifen) " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Échantillon 1 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Échantillon 2 :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Échantillon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Sekles" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Sekles amray…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Sekles s yisem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "&Sekles tiɣimit s yisem…\tMaj-Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Sekles tugna…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Sauvegarder la sélection comme image" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Sauvegarder la sélection comme image…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Sekles amray ɣer ufaylu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Sekles isemli" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Sekles isemli s yisem" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Sauver la disposition des panneaux" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "" "Enregistrer la taille/position de la fenêtre de wxMaxima d'une session à " "l'autre." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Enregistrer le tracé dans un fichier " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Sauvegarder la sélection du document dans un fichier image " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Enregistrer la sélection dans un fichier" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Enregistrer le style dans un fichier " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Enregistrer la taille/position de la fenêtre de wxMaxima " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "" "Enregistrer la taille/position de la fenêtre de wxMaxima d'une session à " "l'autre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Échec du démarrage du serveur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Asekles" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Asigna n wagazen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Asigna n wagazen..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Tigezmi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Tabniqt n tgezmi" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Tafrant" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Choisir le programme Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Choisir un sous-échantillon" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Choisir une constante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Fen imeṛṛa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Choisir l'algorithme d'affichage mathématique" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Sélectionner un partie des résultats et cliquer avec le bouton droit fait " "apparaître un menu proposant diverses fonctions pour opérer sur la sélection." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Tafrant" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Imazraren" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Imazraren…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Aqeddac yekker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Sbadu zoom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Régler la précision de la virgule flottante" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Sélectionner une police à chasse fixe dans les entrées de texte." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Régler le format de courbe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Régler le zoom à 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Régler le zoom à 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Régler le zoom à 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Régler le zoom à 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Régler le zoom à 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Régler le zoom à 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Choisir 'à la valeur' pour la résolution d'une é.d.o. avec la transformée de " "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Calculer le module" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Montrer les &définitions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Montrer les &fonctions" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Montrer les as&tuces" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Montrer les &variables" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Sken tallalt n Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Montrer le modèle\tCtrl+Maj-K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Montrer une astuce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Montrer toutes les commandes analogues à :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Montrer un exemple pour la commande :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Montrer un exemple d'utilisation" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Montrer les commandes analogues à" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Montrer les fonctions définies" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Montrer les variables déclarées" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Montrer la définition d'une fonction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Montrer le modèle de la fonction" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Montrer les &variables" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Montrer les expressions longues dans la console de wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Montrer les expressions longues" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Montrer les &fonctions" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Montrer la définition de la fonction :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Sken tallalt n Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Sefres" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplifier des &radicaux" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Sefres (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Sefres (tanfalit. trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplifier une expression" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplifier une expression contenant des factorielles" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplifier une expression contenant des radicaux" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplifier une expression rationnelle" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplifier la somme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplifier une expression trigonométrique" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Depuis wxMaxima 0.8.2 vous pouvez aussi insérer des images dans vos " "documents. Utilisez le menu \"Cellule->Insérer une image\". Notez que si " "vous voulez que les images soient sauvegardées dans vos documents, vous " "devez utiliser le format \"Document xml wxMaxima\"." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Tifrat :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Fru" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Fru a&nagraw aljibṛan..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Résoudre un système &linéaire…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Fru tagda ta&meẓlayt…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Fru (to_poly)…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Fru tagda tameẓlayt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Fru tagda tameẓlayt s Lapla&ce…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Fru ta&gda tameẓlayt…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Fru anagraw aljibṛan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Fru anagraw n tegdiwin tiljibṛanin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Résoudre un problème aux limites pour une é.d.o. du second ordre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Fru tagda (tagdiwin)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Résoudre une (des) équation(s) avec to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Résoudre une é.d.o. du premier ordre avec condition initiale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Résoudre une é.d.o. du second ordre avec conditions initiales" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Résoudre un système &linéaire" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Résoudre un système d'équations linéaires" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Résoudre une équation différentielle ordinaire de degré au plus 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Résoudre une équation différentielle ordinaire avec la transformée de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Fru…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "&Créer un fichier batch" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Taspanit" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Ameẓli" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constantes spéciales" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Le démarrage de Maxima a échoué" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Démarrage de Maxima…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Échec du démarrage du serveur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Asenker n uqeddac ɣef tebburt %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 #, fuzzy msgid "Startup commands" msgstr "Entrer une commande" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Tiddadanin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Tiddadanin\tAlt+Maj-S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Chaînes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Aɣanib" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Iɣunab" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Adtukkist..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Semselsi…" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Semselsi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Semselsi..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Somme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Tiddadanin\tAlt+Maj-S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Info système" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Barre d'outils\tAlt+Maj-T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Séries de Taylor :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Aḍris" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Tabniqt n uḍris" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Tabniqt n uḍris" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Agilal n tebliqt n uḍris" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Aḍris yegda tafrant" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" "Le port par défaut utilisé pour la communication entre Maxima et wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "&Transformée de Laplace inverse…" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Il y a beaucoup de ressources sur Maxima et wxMaxima sur internet. Visitez " "http://wxmaxima.sourceforge.net/wiki/index.php/Tutorials pour obtenir plus " "d'information sur l'utilisation de wxMaxima et Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Il y a eu une erreur en générant le XML!\n" "\n" "Merci de faire un rapport de bogue." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Theta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Graduations :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "fois :" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Titre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Cellule de titre" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Les cellules de titre, section et sous-section peuvent être repliées pour " "masquer leur contenu. Pour replier ou déplier, cliquer dans le petit " "triangle à côté de la cellule. Si vous cliquez en enfonçant la touche Maj, " "tous les sous-niveaux de cette cellule seront aussi repliés ou dépliés." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Valeur approchée (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "En virgule flottante" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "En virgule &flottante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Pour un tracé en coordonnées polaires, choisir 'set polar' dans le menu " "Options de la boîte de dialogue Courbe 2D. Vous pouvez aussi tracer en " "coordonnées sphériques ou cylindriques en 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Pour mettre des parenthèses autour d'une expression, sélectionnez-la et " "pressez \"(\" ou \")\" selon l'endroit où vous voulez voir réapparaître le " "curseur." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Pour sauver la taille et la position de la fenêtre de wxMaxima d'une session " "à l'autre, utilisez 'Maxima->Configurer'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Pour commencer à utiliser wxMaxima rapidement, commencez à taper votre " "commande. Une cellule d'entrée devrait apparaître. Pressez alors sur Maj-" "Entrée pour évaluer votre commande." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "ɣer :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Basculer le mode &algébrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Basculer l'affichage numérique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Affichage du &temps" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Basculer le mode algébrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Sekles amray ɣer ufaylu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Basculer en plein écran d'édition" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Basculer l'affichage numérique entre valeur exacte et valeur approchée" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Icônes de la barre d'outils" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traduit par " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transposer une matrice" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Taṭiṛkit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriels" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Test de Student (t-test) à 2 échantillons…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Tawsit :" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Copier comme image" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tawsit :" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Takrinit" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Souligné" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "&Sefsex\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Sefsex asnifel aneggaru" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Tout sélectionner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 #, fuzzy msgid "Unfold all folded sections" msgstr "Déplier tous les groupes" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Tigezmi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Constantes grecques" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Support Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 #, fuzzy msgid "Unterminated comment." msgstr "Décommenter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Mettre à jour" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "borne supérieure :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Utiliser l'algorithme de Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Utiliser le point pour désigner la multiplication" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Utiliser les polices jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Azal:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Azal:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Ancienne variable :" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Amutti (i-en) :" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Amutti:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Imuttiyen" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Imuttiyen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Awliwel…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Timeẓriwt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Alerte" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Bienvenue dans wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "En appliquant des fonctions avec un argument dans les menus, l'argument par " "défaut est '%'. Pour appliquer la fonction à une autre valeur, entrez-la " "dans la ligne d'entrée. Vous pouvez aussi sélectionner dans le document une " "(sous-)expression avant d'exécuter une commande de menu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Afer" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Yura sɣur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Amaswaḍ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "ih" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "La variable '%' représente le dernier résultat obtenu. Les résultats " "précédents s'obtiennent en utilisant les variables '%on' où n est le numéro " "du résultat." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 #, fuzzy msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Vous pouvez évaluer un document entier en utilisant le menu \"Cellule-" ">Évaluer toutes les cellules\" ou le raccourci associé. Les cellules seront " "évaluées dans l'ordre dans lequel elles apparaissent dans le document." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "AllVous pouvez obtenir de l'aide sur une fonction de Maxima en sélectionnant " "ou cliquant sur le nom de la fonction et en pressant F1. wxMaxima cherchera " "dans l'aide le nom de la fonction sélectionnée." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Vous pouvez cacher la zone de sortie des cellules d'entrées en cliquant dans " "le triangle sur le coté gauche des cellules. Cela fonctionne également sur " "les cellules de texte." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Vous pouvez insérer différents types de \"cellules\" dans un document " "wxMaxima en utilisant le menu \"Cellule\". Notez que seules les cellules " "d'entrée peuvent être évaluées alors que les autres sont utilisées pour " "commenter et structurer vos calculs." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Vous pouvez sélectionner plusieurs cellules à la souris – cliquez et glissez-" "déposez entre cellules ou à partir d'un crochet de cellule sur la gauche. Au " "clavier,maintenez la touche Maj enfoncée tout en déplaçant le curseur " "horizontal. Ensuite, opérez sur la sélection. Utile pour supprimer ou " "évaluer plusieurs cellules." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Vous avez la version %s. La dernière version est %s.\n" "\n" "Appuyez sur OK pour visiter le site de wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Les changements seront perdus si vous ne les enregistrez pas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Lqem inek n wxMaximar d aneggaru." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "Zoom ɣer zdat\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Zoom ɣer deffir\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Zoom ɣer zdat s 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Zoom ɣer deffir s 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ ur yettwasekles ara ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ ur yettwasekles ara ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i izwilen]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alpha" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "akked" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisymétrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Appliquer une fonction à une liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "Seg sin idisan :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 #, fuzzy msgid "chi" msgstr "orchidée" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "par défaut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "ilem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "yella" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Sirew tabdart" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "amatu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "dans :" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "en ligne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "selon la direction" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "S azelmaḍ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "sellum alugaritman" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "amektar[i,j] : " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "dans :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "ala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "ala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "Non" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "neɣ" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Éléments simples" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 #, fuzzy msgid "pi" msgstr "rose" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "rho" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "s ayeffus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Sous-section" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Cellule de sous-section" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symétrique" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "non sauvegardé" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sans nom" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sans nom %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Ismawen n twuriwin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "Tallalt n Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "Tallalt n Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Aswel n wxMaxima " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima n'a pas pu trouver Maxima!\n" "\n" "Configurez wxMaxima avec 'Édition->Configurer'.\n" "Puis redémarrez Maxima avec 'Maxima->Redémarrer Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima n'a pas pu trouver les fichiers d'aide.\n" "\n" "Vérifiez votre installation." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima n'a pas pu démarrer le serveur.\n" "\n" "Vérifiez si vous disposez du support réseau\n" "et réessayez !" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "wxMaxima donne des valeurs par défaut dans les champs d'entrée des boîtes de " "dialogue, l'une d'entre elles étant '%'. Si vous avez opéré une sélection " "dans votre document, cette sélection sera utilisée au lieu de '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Isemli wxMaxima " #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "isemli wxMaxima (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Erreur de wxMaxima au chargement" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Tignit wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima est une interface graphique pour le logiciel de calcul formel " "MAXIMA basée sur wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima est une interface graphique pour le logiciel de calcul formel " "MAXIMA basée sur wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Démarrer l'animation" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "neɣ.tukksa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "ih" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Isteqsiyen ɣef Maxima" #~ msgid "Parsing output" #~ msgstr "Analyse du résultat" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima n'a pas pu trouver les fichiers d'astuces.\n" #~ "\n" #~ "Vérifiez votre installation." #~ msgid "Tips not available, sorry!" #~ msgstr "Les astuces ne sont pas disponibles !" #, fuzzy #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Erreur à l'export au forma GIF !\n" #~ "\n" #~ " Vérifiez que ImageMagick est installé et que wxMaxima trouve le " #~ "programme de conversion." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Afficher le temps d'exécution" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Ahil Maxima :" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Isteqsiyen ɣef Maxima" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size '" #~ msgid " << Expression too long to display! >>" #~ msgstr "<< Expression trop longue pour l'affichage >>" #~ msgid " << Unfold >>" #~ msgstr " << Déplier >>" #~ msgid "&Cell" #~ msgstr "Cellule" #~ msgid "&Copy" #~ msgstr "&Copier" #~ msgid "&Describe\tCtrl+H" #~ msgstr "&Décrire\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "&Éditer l'entrée\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "&Entrée\tF7" #~ msgid "&Monitor file" #~ msgstr "Surveiller un fichier" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Rni tiɣimit session\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nouvelle fenêtre\tCtrl+O" #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "&Réévaluer l'entrée\tCtrl+R" #~ msgid "&Read file" #~ msgstr "&Lire le fichier" #~ msgid "&Soft restart" #~ msgstr "Redémarrage à chaud" #~ msgid "&Text\tF6" #~ msgstr "&Texte\tF6" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Rien à afficher >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Réglage de la taille de police grecque" #~ msgid "Adjustment:" #~ msgstr "Réglage :" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Tous|*|Paquetage Maxima(*.mac)|*.mac|Fichier de démonstration (*.dem)|*." #~ "dem|Fichier Lisp (*.lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Animation" #~ msgid "Apply function:" #~ msgstr "Appliquer la fonction:" #~ msgid "At point:" #~ msgstr "Au point :" #~ msgid "Autoload a file when it is updated" #~ msgstr "Recharger automatiquement un fichier quand il est mis à jour" #~ msgid "Background" #~ msgstr "Arrière-plan" #~ msgid "Basic" #~ msgstr "Basique" #~ msgid "Button panel:" #~ msgstr "Panneau de boutons :" #~ msgid "C&lear screen" #~ msgstr "Effacer &l'écran" #~ msgid "Char poly of:" #~ msgstr "Polynôme caractéristique de :" #~ msgid "Close document?" #~ msgstr "Fermer le document ?" #~ msgid "Comment out" #~ msgstr "Commenter" #~ msgid "Copy &text" #~ msgstr "Copier le &texte" #~ msgid "Copy As Image" #~ msgstr "Copier comme image" #~ msgid "Copy LaTeX" #~ msgstr "Copier le code LaTeX" #~ msgid "Copy cells" #~ msgstr "Copier les cellules" #~ msgid "Copy input" #~ msgstr "Copier l'entrée" #~ msgid "Copy input from console" #~ msgstr "Copier l'entrée à partir de la console" #~ msgid "Copy selected cell(s)" #~ msgstr "Copier la sélection" #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "" #~ "Copier la sélection à partir de la console (avec les sauts de ligne)" #~ msgid "Copy selection from console to input line" #~ msgstr "Copier dans la ligne d'entrée la sélection de la console" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "" #~ "Copier la sélection dans le presse-papiers quand la sélection est faite " #~ "dans le document" #~ msgid "Copy to clipboard on select" #~ msgstr "À la sélection, copier dans le presse-papiers" #~ msgid "Copy to input" #~ msgstr "Copier vers l'entrée\tF4" #~ msgid "Create a batch file from current session" #~ msgstr "Créer un fichier batch a partir de la session en cours" #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "&Couper la cellule\tCtrl+Maj-X" #~ msgid "Cut selection from document" #~ msgstr "Couper la sélection dans le document" #~ msgid "Decrease fontsize in document" #~ msgstr "Diminuer la taille de police du document" #~ msgid "Default port:" #~ msgstr "Port par défaut :" #~ msgid "Delete selected cell(s)" #~ msgstr "Effacer la(les) cellule(s) sélectionnée(s)" #~ msgid "Delete selected input/output group" #~ msgstr "Effacer le groupe d'entrée/sortie sélectionné" #~ msgid "Delete selection" #~ msgstr "Effacer la sélection" #~ msgid "Delete selection from console" #~ msgstr "Supprimer la sélection de la console" #~ msgid "Delete the contents of console." #~ msgstr "Effacer le contenu de la console" #~ msgid "Describe" #~ msgstr "Décrire" #~ msgid "Document " #~ msgstr "Document" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Document non sauvegardé !\n" #~ "\n" #~ "Fermer le document courant et perdre toutes les modifications ?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Document non sauvegardé !\n" #~ "\n" #~ "Fermer wxMaxima et perdre toutes les modifications ?" #~ msgid "Edit input" #~ msgstr "Éditer l'entrée" #~ msgid "Edit selected input" #~ msgstr "Éditer l'entrée sélectionnée" #~ msgid "Edit text" #~ msgstr "Éditer le texte" #~ msgid "Error %d" #~ msgstr "Erreur %d" #~ msgid "Export to HTML file" #~ msgstr "Exporter en HTML" #~ msgid "Find..." #~ msgstr "Chercher…" #~ msgid "Font family:" #~ msgstr "Famille de police :" #~ msgid "Font size in console window." #~ msgstr "Taille de police de la console." #~ msgid "Font size:" #~ msgstr "Taille de la police :" #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Police d'affichage du document pour les glyphes unicode." #~ msgid "From array:" #~ msgstr "À partir du tableau :" #~ msgid "From equations:" #~ msgstr "À partir des équations :" #~ msgid "Full" #~ msgstr "Complet" #~ msgid "Functions and macros" #~ msgstr "Fonctions et macros" #~ msgid "Go to input\tF4" #~ msgstr "Aller à l'entrée\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Aller à la fenêtre d'affichage\tF3" #~ msgid "Height:" #~ msgstr "hauteur :" #~ msgid "Hidden groups" #~ msgstr "Groupes cachés" #~ msgid "I&nsert" #~ msgstr "I&nsérer" #~ msgid "INPUT:" #~ msgstr "ENTRÉE :" #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Si vous voulez entrer plus d'un ligne à la fois, utilisez le bouton " #~ "\"Entrée multiligne\" à doite de la ligne d'entrée." #~ msgid "Increase fontsize in document" #~ msgstr "Augmenter la taille de police du document" #~ msgid "Input" #~ msgstr "Entrée" #~ msgid "Insert input group" #~ msgstr "Insérer le groupe d'entrée" #~ msgid "Insert new input before selected input" #~ msgstr "Insérer une nouvelle entrée avant l'entrée sélectionnée" #~ msgid "Insert section before selected input" #~ msgstr "Insérer la section avant l'entrée sélectionnée" #~ msgid "Insert text" #~ msgstr "Insérer le texte" #~ msgid "Insert text before selected input" #~ msgstr "Insérer le texte avant l'entrée sélectionnée" #~ msgid "Insert title before selected input" #~ msgstr "Insérer le titre avant l'entrée sélectionnée" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "Au lieu d'entrer un long chemin pour un fichier, vous pouvez sélectionner " #~ "le fichier en utilisant 'Fichier->Choisir un fichier'." #~ msgid "Integrate ..." #~ msgstr "Intégrer ..." #~ msgid "Integrate:" #~ msgstr "Intégrer :" #~ msgid "Labels" #~ msgstr "Labels" #~ msgid "Limit of:" #~ msgstr "Limite de :" #~ msgid "Main prompts" #~ msgstr "Invite pincipale" #~ msgid "Map function:" #~ msgstr "Appliquer la fonction :" #~ msgid "Maxima configuration" #~ msgstr "Configuration de Maxima" #~ msgid "Maxima session (*.sav)|*.sav|All|*" #~ msgstr "Session Maxima (*.sav)|*.sav|Tous|*" #~ msgid "" #~ "Maxima session (*.sav)|*.sav|Maxima package (*.mac)|*.mac|Lisp package (*." #~ "lisp)|*.lisp|Demo file (*.dem)|*.dem|All|*" #~ msgstr "" #~ "Session Maxima (*.sav)|*.sav|MPaquetage Maxima (*.mac)|*.mac|Paquetage " #~ "Lisp (*.lisp)|*.lisp|Fichier de démonstration (*.dem)|*.dem|Tous|*" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Session Maxima (*.wxm)|*.wxm" #~ msgid "Multiline input" #~ msgstr "Entrée multiligne" #~ msgid "New &Section Cell\tCtrl+F6" #~ msgstr "Nouvelle §ion\tCtrl+F6" #~ msgid "New Input &Cell\tF7" #~ msgstr "Nouvelle &cellule d'entrée\tF7" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Nouveau t&itre de cellule\tCtrl+Maj-F6" #~ msgid "Off" #~ msgstr "Éteint" #~ msgid "Open multiline input dialog" #~ msgstr "Entrée multiligne" #~ msgid "Open session from a file" #~ msgstr "Ouvrir une session à partir d'un fichier" #~ msgid "Other prompts" #~ msgstr "Autres invites" #~ msgid "Panes" #~ msgstr "Panneaux" #~ msgid "Parametric" #~ msgstr "Paramétré" #~ msgid "Paste cell(s) to document" #~ msgstr "Coller la(les) cellule(s) dans le document" #~ msgid "Paste input" #~ msgstr "Insérer l'entrée" #~ msgid "Paste input to console" #~ msgstr "Insérer l'entrée dans la console " #~ msgid "Product..." #~ msgstr "Produit…" #~ msgid "Product:" #~ msgstr "Produit :" #~ msgid "Quit?" #~ msgstr "Quitter ?" #~ msgid "R&ationalize trigonometric" #~ msgstr "Simplification trigo r&ationnelle" #~ msgid "Rationalize trigonometrix expression" #~ msgstr "Simplifier une expression trigonométrique rationnelle" #~ msgid "Ratsimp" #~ msgstr "Ratsimp" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Tout &réévaluer\tCtrl+Maj-R" #~ msgid "Re-evaluate all input" #~ msgstr "Réévaluer toute l'entrée" #~ msgid "Re-evaluate input" #~ msgstr "Réévaluer l'entrée" #~ msgid "Read file from command line" #~ msgstr "Lire une session à partir de la ligne de commande" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "&Annuler\tCtrl+Z" #~ msgid "Restart maxima (softly)" #~ msgstr "Redémarrage à chaud de Maxima" #~ msgid "Save changes before closing?" #~ msgstr "Sauver les changements avant de fermer ?" #~ msgid "Save changes?" #~ msgstr "Sauvegarder les changements ?" #~ msgid "Save document as ..." #~ msgstr "Enregistrer le document sous…" #~ msgid "Save session" #~ msgstr "Enregistrer la session" #~ msgid "Save session to a file" #~ msgstr "Enregistrer la session dans un fichier" #~ msgid "Save to file" #~ msgstr "Enregistrer dans un fichier" #~ msgid "Select &file" #~ msgstr "Choisir un &fichier" #~ msgid "Select a file" #~ msgstr "Choisir un fichier" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "Choisir un fichier (copie le nom du fichier dans la ligne d'entrée)" #~ msgid "Select file to open" #~ msgstr "Choisir un fichier à ouvrir" #~ msgid "Select last input\tCtrl+D" #~ msgstr "Sélectionner la dernière entrée\tCtrl+D" #~ msgid "Select last input\tF2" #~ msgstr "Sélectionner la dernière entrée\tF2" #~ msgid "Select last input in the colsole!" #~ msgstr "Sélectionner la dernière entrée dans la colsole !" #~ msgid "Select last input in the console!" #~ msgstr "Sélectionner la dernière entrée dans la console !" #~ msgid "Select package to batch" #~ msgstr "Choisir un paquetage à traiter" #~ msgid "Select package to load" #~ msgstr "Choisir un paquetage à charger" #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "Sélection à entrer\tCtrl+Maj-E" #~ msgid "Selection to input\tF5" #~ msgstr "Sélection à entrer\tF5" #~ msgid "Send ranges to &gnuplot" #~ msgstr "Envoyer les intervalles à Gnuplot" #~ msgid "Set &Precision..." #~ msgstr "Régler la &précision…" #~ msgid "Set focus to the input line" #~ msgstr "Rendre active la ligne d'entrée" #~ msgid "Set focus to the output window" #~ msgstr "Rendre active la fenêtre d'affichage" #~ msgid "Show Maxima header" #~ msgstr "Montrer les en-têtes de Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Montrer les en-têtes avec les informations sur le système Maxima." #~ msgid "Show the description of a command" #~ msgstr "Montrer la description d'une commande" #~ msgid "Show the description of command/variable:" #~ msgstr "Montrer la description de la commande/variable :" #~ msgid "Solve &numerically ..." #~ msgstr "Résoudre &numériquement ..." #~ msgid "Solve equation(s):" #~ msgstr "Résoudre une (des) équation(s) :" #~ msgid "Solve equation:" #~ msgstr "Résoudre une équation :" #~ msgid "Solve numerically" #~ msgstr "Résoudre numériquement" #~ msgid "Solve numerically ..." #~ msgstr "Résoudre numériquement..." #~ msgid "Start animation" #~ msgstr "Démarrer l'animation" #~ msgid "Stop animation" #~ msgstr "Arrêter l'animation" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Statistiques\tAlt+Maj-S" #~ msgid "Substitute ..." #~ msgstr "Substituer ..." #~ msgid "Substitute:" #~ msgstr "Substituer :" #~ msgid "Substitution" #~ msgstr "Substitution" #~ msgid "Sum of:" #~ msgstr "Somme de :" #~ msgid "Sum..." #~ msgstr "Somme…" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Partager la cellule" #~ msgid "To &Float\tCtrl+F" #~ msgstr "En virgule flottante\tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "Pour entre une matrice A, taper 'A:' dans la ligne d'entrée puis choisir " #~ "'Algèbre->Entrer une matrice' dans les menus" #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Pour mettre une expression déjà écrite entre parenthèses, sélectionnez-la " #~ "à la souris puis tapez '('." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Pour repéter une commande déjà entrée précédemment, tapez les premières " #~ "lettres puis utilisez la touche Tab." #~ msgid "Toggle algebraic computation" #~ msgstr "Basculer le calcul algébrique" #~ msgid "U&nsum expression ..." #~ msgstr "Désommer l'expressio&n ..." #~ msgid "Unfold" #~ msgstr "Déplier" #~ msgid "Unicode glyphs:" #~ msgstr "GlyphesUnicode :" #~ msgid "Unsum" #~ msgstr "Désommer" #~ msgid "Unsum expression:" #~ msgstr "Désommer l'expression" #~ msgid "Use &Taylor series" #~ msgstr "Utiliser la série de &Taylor :" #~ msgid "Use greek font to display greek characters." #~ msgstr "Utiliser une police grecque pour afficher les caractères grecs." #~ msgid "Use greek font:" #~ msgstr "Utiliser la police grecque :" #~ msgid "What has to be summed to get this result" #~ msgstr "Ce qui doit être sommé pour obtenir ce résultat" #~ msgid "Width:" #~ msgstr "largeur :" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Faire correspondre les parenthèses dans les entrées de texte." #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Vous pouvez supprimer un groupe de sortie/entrée en sélectionnant le " #~ "label d'entrée et en choisissant 'Maxima->Effacer la sélection' dans les " #~ "menus." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "Vous pouvez cacher un résultat en cliquant sur le label du résultat. " #~ "Cliquez sur un label pour masquer l'entrée et le résultat. Cliquez à " #~ "nouveau pour rendre visible les expressions cachées." #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Vous pouvez charger un fichier en le faisant glisser de l'explorateur de " #~ "fichiers vers la fenêtre de la console." #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Vous pouvez charger un fichier en le faisant glisser dans la fenêtre de " #~ "console. Vous pouvez sélectionner une fonction personnalisée pour charger " #~ "le fichier. Si votre fonction personnalisée est 'A:read_matrix(%file%, " #~ "csv)', alors %file% sera remplacé par le nom de votre fichier." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "Vous pouvez sélectionner un résultat de Maxima dans la console de " #~ "wxMaxima avec la souris et le copier dans le presse-papier avec 'Maxima-" #~ ">Copier'" #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Vous pouvez utiliser la commande TeX de Maxima pour écrire les " #~ "expressions en Tex. Vous pouvez ensuite les copier dans un éditeur de " #~ "texte pour les inclure dans vos documents." #~ msgid "Ypsilon" #~ msgstr "Epsilon :" #~ msgid "Zoom set to " #~ msgstr "Zoom réglé à" #~ msgid "aquamarine" #~ msgstr "bleu-vert" #~ msgid "around:" #~ msgstr "au voisinage :" #~ msgid "black" #~ msgstr "noir" #~ msgid "blue" #~ msgstr "bleu" #~ msgid "blue violet" #~ msgstr "violet bleu" #~ msgid "brown" #~ msgstr "brun" #~ msgid "by variable:" #~ msgstr "par la variable :" #~ msgid "cadet blue" #~ msgstr "bleu cadet" #~ msgid "change var:" #~ msgstr "changer de var. :" #~ msgid "coral" #~ msgstr "corail" #~ msgid "cornflower blue" #~ msgstr "bleuet" #~ msgid "cyan" #~ msgstr "cyan" #~ msgid "dark green" #~ msgstr "vert foncé" #~ msgid "dark grey" #~ msgstr "gris foncé" #~ msgid "dark olive green" #~ msgstr "vert olive foncé" #~ msgid "dark orchid" #~ msgstr "orchidée foncé" #~ msgid "dark slate blue" #~ msgstr "bleu ardoise foncé" #~ msgid "dark slate grey" #~ msgstr "gris ardoise foncé" #~ msgid "dark turquoise" #~ msgstr "turquoise foncé" #~ msgid "dim grey" #~ msgstr "gris mat" #~ msgid "eliminate variables:" #~ msgstr "éliminer les variables :" #~ msgid "equation:" #~ msgstr "équation :" #~ msgid "firebrick" #~ msgstr "rouge brique" #~ msgid "for function(s):" #~ msgstr "pour la (les) fonction(s) :" #~ msgid "for variable(s):" #~ msgstr "pour la (les) variable(s) :" #~ msgid "forest green" #~ msgstr "vert forêt" #~ msgid "from expression:" #~ msgstr "à partir de l'expression :" #~ msgid "function:" #~ msgstr "fonction :" #~ msgid "gold" #~ msgstr "doré" #~ msgid "goldenrod" #~ msgstr "jaune paille" #~ msgid "green" #~ msgstr "vert" #~ msgid "green yellow" #~ msgstr "jaune-vert" #~ msgid "grey" #~ msgstr "gris" #, fuzzy #~ msgid "implies" #~ msgstr "Simplifier" #~ msgid "khaki" #~ msgstr "kaki" #~ msgid "light blue" #~ msgstr "bleu clair" #~ msgid "light grey" #~ msgstr "gris clair" #~ msgid "light steel blue" #~ msgstr "bleu acier clair" #~ msgid "lime green" #~ msgstr "vert lime" #~ msgid "lines hidden" #~ msgstr "lignes cachées" #~ msgid "maroon" #~ msgstr "bordeaux" #~ msgid "medium aquamarine" #~ msgstr "bleu-vert moyen" #~ msgid "medium blue" #~ msgstr "bleu moyen" #~ msgid "medium forest green" #~ msgstr "vert forêt moyen" #~ msgid "medium goldenrod" #~ msgstr "jaune paille moyen" #~ msgid "medium orchid" #~ msgstr "orchidée moyen" #~ msgid "medium sea green" #~ msgstr "vert océan moyen" #~ msgid "medium slate blue" #~ msgstr "bleu ardoise moyen" #~ msgid "medium spring green" #~ msgstr "vert printemps moyen" #~ msgid "medium turquoise" #~ msgstr "turquoise moyen" #~ msgid "medium violet red" #~ msgstr "rouge-violet moyen" #~ msgid "midnight blue" #~ msgstr "bleu de minuit" #, fuzzy #~ msgid "ny" #~ msgstr "bleu marine" #~ msgid "orange" #~ msgstr "orange" #~ msgid "orange red" #~ msgstr "rouge orangé" #~ msgid "pale green" #~ msgstr "vert pâle" #~ msgid "plum" #~ msgstr "prune" #~ msgid "purple" #~ msgstr "violet" #~ msgid "red" #~ msgstr "rouge" #~ msgid "salmon" #~ msgstr "saumon" #~ msgid "sea green" #~ msgstr "vert océan" #~ msgid "sienna" #~ msgstr "terre de Sienne" #~ msgid "sky blue" #~ msgstr "bleu azur" #~ msgid "spring green" #~ msgstr "vert printemps" #~ msgid "steel blue" #~ msgstr "bleu acier" #~ msgid "thistle" #~ msgstr "chardon" #~ msgid "turquoise" #~ msgstr "turquoise" #~ msgid "untitled.wxm" #~ msgstr "sansnom.wxm" #~ msgid "variable" #~ msgstr "variable" #~ msgid "variable:" #~ msgstr "variable :" #~ msgid "violet" #~ msgstr "violet" #~ msgid "wheat" #~ msgstr "blé" #~ msgid "when variable:" #~ msgstr "quand la variable :" #~ msgid "white" #~ msgstr "blanc" #~ msgid "with:" #~ msgstr "avec :" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima a des boîtes de dialogue agréables pour tracer des courbes. Si " #~ "vous voulez modifier une commande précédente de tracé, vous pouvez y " #~ "accéder en utilisant l'historique puis en cliquant sur le bouton Courbe" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima est une interface graphique pour le \n" #~ " logiciel de calcul formel MAXIMA basée sur wxWidgets." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima est une interface wxWidgets pour le\n" #~ "logiciel de calcul formel MAXIMA.\n" #~ "\n" #~ "Version : %s.\n" #~ "Licence : GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "Options de wxMaxima" #~ msgid "wxMaxima session" #~ msgstr "Session wxMaxima " #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "session wxMaxima (*.wxm)|*.wxm" #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "" #~ "Session wxMaxima (*.wxm)|*.wxm|Fichier de commandes Maxima (*.mac)|*.mac|" #~ "Tous|*" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Document wxMaxima (*.wxm)|*.wxm|Document xml wxMaxima (*.wxmx)|*.wxmx|" #~ "Fichier de commande Maxima (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "La ligne d'entrée de wxMaxima a un historique accessible par les touches " #~ "haut et bas, et une auto-complétion basée sur les entrées antérieures " #~ "accessible par la touche tab." #~ msgid "yellow green" #~ msgstr "vert-jaune" #~ msgid "ypsilon" #~ msgstr "epsilon :" wxmaxima-Version-18.02.0/locales/nb.po000066400000000000000000006210061324204105000175150ustar00rootroot00000000000000# translation of wxMaxima.pot to norwegian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Asbjørn Apeland , 2014-2015. # # om du har forslag til forbedring eller retting av oversettelsen, # er jeg intet annet enn henrykt over en mail fra deg! :) msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2015-01-11 07:47+0100\n" "Last-Translator: Asbjørn Apeland \n" "Language-Team: norwegian\n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.7.1\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode-støtte: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maxima-versjon: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Ikke tilkoblet Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Ikke tilkoblet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Anvend på Liste..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropos..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Batchfil...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Grenseverdiproblem..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Feilrapportering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Kalkulus" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonisk Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Karakteristisk Polynom..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "Tøm &Minnet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "Trekk &Sammen Fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Kompleks Forenkling" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "K&jedebrøk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "Kopier\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Bestemt Integrasjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Deriver..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Endre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Eliminer Variabel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Oppgi Matrise..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Eksempel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Utvid Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Utvid Trigonometrisk uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Eksponentialiser" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Eksporter..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Faktoriser Uttr&ykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Finn Ro&t..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Generer Matrise..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Største Felles Divisor..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Hjelp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrer..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Avbryt\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Avbryt\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverter Matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Last &Pakke...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "Av&bild Liste..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "&Maxima-Hjelp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Moduloregning..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "&Ny\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numerisk" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerisk Integrasjon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Åpne\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Åpne...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Plott" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Potensrekke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Skriv Ut...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Rasjonell" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Reduser Trigonometrisk Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Restart Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Røtter til Polynom (Reelle)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Lagre\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "F&orenkle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Forenkle Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Forenkle Fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Forenkle Trigonometrisk Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Løs..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Spesiell" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "&Taylorrekke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponer Matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrisk Uttrykk" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Bruk forhåndsvalgt språk)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Uendelig" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "En \"sidelengs peker\" ble introdusert i wxMaxima 0.8.0. Den ser ut som en " "horisontal linje mellom celler. Den indikerer hvor en ny celle vil dukke opp " "om du skriver eller limer inn tekst, eller kjører en kommando fra menyen." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Et nytt dokumentformat ble introdusert i wxMaxima 0.8.2, som ikke bare " "lagrer dine uttrykk og kommentarer, men også resultatene av dine " "utregninger. Når du lagrer dokument, velg 'wxMaxima XML-dokument' som format." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Sideskift" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Ved &Verdi..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "&Om" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Om wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Klammer rundt aktiv celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Kon&jugert-Transponer Matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Legg til Algebraisk Ek&vivalens..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Legg en mappe til søkebane" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Åpne et dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Legg mappe til bane:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Legg ekvivalens til den rasjonelle forenkleren" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Legg til &Bane..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Øvrige parametre for Maxima (f.eks. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Øvrige parametre:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Forrige variabel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Lagre Animasjon..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Finn grenseverdi til et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Finn grenseverdi til et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Åpne et dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Anvend" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Array:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Grafikk av" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Spør om å lagre ulagrede dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Ved verdi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Søylediagram..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Batchfiler (*.bat)|*.bat|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Batchfil" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Fet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Boksdiagram..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Utforsk" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Build &Info" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Forhåndsvalgt brukes Shift+Enter for å utføre kommandoer, mens Enter brukes " "for ny linje. Dette kan endres i dialogen 'Endre->Konfigurer' ved å huke av " "'Enter utfører celler'. Dette bytter om disse to kommandoenes roller." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Endre &Variabel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Konfigurer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Kalkuler &Produkt..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Kalkuler &Sum..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Kalkuler desimalverdien av siste resultat med uendelig presisjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Kalkuler desimalverdien av siste resultat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Kalkuler modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Kalkuler numerisk verdi av siste resultat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Kalkuler produkter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Kalkuler summer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Kan ikke koble til web server." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Kan ikke laste ned versjonsinformasjon." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Avbryt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Kanonisk (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "&Celle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Celleklamme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Endre &2D-Visning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Endre 2D-visningsalgoritme brukt til å vise matteutdata" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Endre variabel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Endre variabel i integral eller sum" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "charpoly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Se etter O&ppdatering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Sjekk om en nyere versjon av wxMaxima/Maxima finnes." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Forenklet kinesisk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Tradisjonell kinesisk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Velg font" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Velg nytt plot-format:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Klasser:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Lukk\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Lukk vindu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Kol. navn:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Kolonner:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Trekk sammen fakulteter i et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Kommaseparerte x-koordinater" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Kommaseparerte y-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Kommaseparerte x-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Kommaseparerte x-koordinater" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Kommaseparerte x-koordinater" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Kommenter Utvalg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Kommenter Utvalg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Fullfør Ord\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Fullfør ord" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "&Kompleks Forenkling" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Utarbeid kjedebrøk av en verdi" # jeg har ikke jobbet med disse, endre til et bedre uttrykk om du vet bedre :) #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Utarbeid konjugert-transponert matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Utarbeid det karakteristiske polynomet til en matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Utarbeid determinanten til en matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Utarbeid største felles divisor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Utarbeid inversen til en matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "Utarbeid minste felles multiplum (kjør load(functs) før bruk)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Betingelse:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Konfigurasjonsfil (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Konfigurasjonen har flunsa" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Konfigurer wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Konstant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Trekk &Sammen Logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Omgjør binomial, beta- og gammafunksjoner til fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Omgjør binomial, beta- og gammafunksjoner til gammafunksjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Omgjør komplekst uttrykk til polar form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Omgjør komplekst uttrykk til rektangulær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Omgjør eksponentiell funksjon av imaginært argument til trigonometrisk form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Omgjør logaritme av produkt til sum av logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Omgjør sum av logaritmer til logaritme av produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Omgjør til &Fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Omgjør til &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Omgjør til &Polar Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Omgjør til &Rektangulær Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Omgjør trigonometrisk uttrykk til kanonisk kvasilineær form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Omgjør trigonometrisk funksjon til eksponentiell form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopier" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Kopier Forrige Inndata\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Kopier Forrige Utdata\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Kopier som Bilde" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Kopier som LaTe&X" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Kopier som Bilde" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Kopier som LaTe&X" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Kopier som LaTe&X" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Kopier som &Tekst\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Kopier som Bilde" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kopier utvalg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Kopier utvalg fra dokument som et bilde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kopier utvalg fra dokument som et bilde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Kopier utvalg fra dokument som et bilde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Kopier utvalg fra dokument som tekst" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Kopier utvalg fra dokument i LaTeX-format" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Lag en ny celle med forrige inndata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Lag en ny celle med forrige utdata" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Peker" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Klipp Ut" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Klipp Ut\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Klipp Ut Utvalg" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tsjekkisk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Dansk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Datamatrise:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Datafil (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Data:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Utvid rasjonelle funksjoner til delvise brøker" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Forhåndsvalgt" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Forhåndsvalgt font:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "Forhåndsvalgt port til kommunikasjon mellom Maxima og wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Slett" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "&Slett Funksjon..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Slett Utvalg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "&Slett Variabel..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Slett en funksjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Slett en variabel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Slett alle verdier fra minnet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Slett funksjoner:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Slett variabler:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Nevnergrad:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Dybde:" # kontekst? #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivert:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Avvik..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vider Polynom..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Deriver..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Deriver" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Deriver uttrykk" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Deriver..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Retning:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Diskret Plott" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Vis Te&X-Form" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Vis algoritme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Løs likninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Vis siste resultat i TeX-form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Vis brukt tid ved utførelse" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Divider" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Divider Celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Divider Celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Divider tall eller polynomer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Vil du lagre endringene i dokumentet \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Dokumentbakgrunn" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " ble lagret med en nyere versjon av wxMaxima, så den lastes kanskje ikke " "korrekt. Vennligst oppdater wxMaxima'n din." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " ble lagret med en nyere versjon av wxMaxima. Vennligst oppdater wxMaxima'n " "din." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Ikke lagre" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Likninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Avslutt\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "&Egenvektorer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Egen&verdier" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminer en variabel fra et likningssett" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Engelsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Oppgi Data" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Oppgi Matrise..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Oppgi en matrise" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Oppgi en likning til rasjonell forenkling:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Oppgi kommaseparert liste av variabler." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter utfører celler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Oppgi matrise" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Oppgi ny presisjon:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Oppgi banen til Maxima-programfilen." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Likning:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Likning %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Likninger:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Likning:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Likninger:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Feil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Feil!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "&Utfør Celler" # Jeg ved ikke hvad man skal oversætte noun til? # JT: Navn(eord) - det vil u.a.o. kun være for "kendere"? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 #, fuzzy msgid "Evaluate &Noun Forms" msgstr "Utfør &Navneformer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Utfør Alle Celler\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Utfør Alle Synlige Celler\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "&Utfør Celler" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "&Utfør Celler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Utfør Alle Celler\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "&Utfør Celler" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Utfør aktive eller valgte celler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Utfør alle celler i dokument" # Nouns in Verbs umwandeln und auswerten #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Utfør alle navneformer i uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Utfør alle synlige celler i dokument" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" # Jeg ved ikke hvad man skal oversætte noun til? # JT: Navn(eord) - det vil u.a.o. kun være for "kendere"? #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Utfør &Navneformer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Eksempeltekst" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Eksempel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Avslutt wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Utvid" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Utvid (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Utvid Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Utvid &Logaritmer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Utvid et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Utvid trigonometrisk uttrykk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Eksporter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Eksporter dokument til en HTML- eller pdfLaTeX-fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Eksport til HTML feilet!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Eksport til TeX feilet!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Eksport til HTML feilet!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Eksport til TeX feilet!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Eksport til TeX feilet!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Eksporter..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Uttrykk" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Uttrykk:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Uttrykk:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Faktoriser" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Faktoriser K&omplekst" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Faktoriser Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Faktoriser et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Faktoriser et uttrykk i gaussiske heltall" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Fakultet og &Gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Fatal feil" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figur %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Fil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Fant ikke fil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Fant ikke fil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Fant ikke fil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Filen du forsøkte å åpne finnes ikke." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Fil:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Finn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "&Finn\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Finn &Grenseverdi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Finn Minim&um..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Finn Rot..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Finn et (ubegrenset) minimum til et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Finn grenseverdi til et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Finn en rot til en likning i et intervall" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Finn alle røttene til et polynom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Finn alle røttene til et polynom (bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Finn og Erstatt" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Finn og erstatt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Finn egenverdier til en matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Finn egenvektorer til en matrise" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Finn minimum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Finn reelle røtter til et polynom" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Finn røtter" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Finn" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Dansk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Fiks omstokkede referanseindekser (av %i, %o) før lagring" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Fast font i tekstkontroller" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "F&old Alle\tCtrl+A-[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Fold alle seksjoner" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Font brukt til visning i dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Font brukt til visning av matematiske tegn i dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Fonter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Fransk" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Fra:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "F&ullskjerm\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funksjon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funksjoner:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funksjon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funksjoner til kompleks forenkling" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funksjon til forenkling av fakulteter og gammafunksjoner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funksjoner til forenkling av trigonometriske uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "SFD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF-bilde (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galisisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Generell Matte" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Generell Matte\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Generer Matrise" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Generer Matrise fra &Uttrykk..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Generer en matrise fra et 2-dimensjonalt array" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Generer en matrise fra et lambdauttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Tysk" # s/Finn/Bestem|Skaff|Trekk ut ? #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Finn &Imaginær Del" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Finn Re&kke..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Finn laplacetransformasjon av et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Finn &Reell Del" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Finn invers laplacetransformasjon av et uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Finn taylor- eller potensrekke fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Finn imaginær del av et komplekst uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Finn reell del av et komplekst uttrykk" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Gresk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Greske konstanter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Generell Matte\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Greske konstanter" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Rutenett:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "HTML-fil (*.html)|*.html|pdfLaTeX file (*.tex)|*.tex|Alle|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Hjelp" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Divider Celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Gjem Alt\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Divider Celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Sett Inn Celle\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Divider Celle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Seksjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Gjem alle inndelingsruter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Greske konstanter" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Fremhev (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogram" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogram..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historikk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Historikk\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Horisontal peker fungerer som en vanlig peker, men den betjener celler: " "trykk opp- eller nedpil for å flytte den; hold inne Shift mens du flytter " "den for å velge celler; trykk tilbaketast eller Delete to ganger for å " "slette celler." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Ungarsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Om du bruker en operator (en av +*/^=,) som det første symbolet i en " "inndatacelle, vil % automatisk bli plassert før operatoren, som på en " "grafisk kalkulator. Du kan slå av denne funksjonen i dialogen 'Endre-" ">Konfigurer'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Om kalkulasjonen din tar for lang tid å utføre, kan du prøve 'Maxima-" ">Avbryt' eller 'Maxima->Restart Maxima' fra menyen." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Bilde" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Bildefiler (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Inkluder kolonner:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Ny variabel:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Uendelig" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Info om Maxima-build" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Umiddelbare Estimat:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Initialverdiproblem (&0)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Initialverdiproblem (&1)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Inndataetiketter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Sett inn" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Sett inn % før en operator ved begynnelsen av celler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Sett Inn &Seksjoncelle\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Sett Inn &Tekstcelle\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Sett Inn Celle\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Sett Inn Bilde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Sett Inn &Bilde..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Sett Inn Inndata&celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Sett Inn S&ideskift" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Sett Inn U&nderseksjoncelle\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Sett Inn U&nderseksjoncelle\tCtrl+4" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Sett Inn Seksjoncelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Sett Inn Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Sett Inn Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Sett Inn &Tittelcelle\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Sett Inn Tekstcelle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Sett Inn Tittelcelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Sett inn ny inndatacelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Sett inn ny seksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Sett inn ny underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Sett inn ny underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Sett inn ny tekstcelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Sett inn ny tekstcelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Sett inn et sideskift" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Sett Inn Bilde" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Integrer uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/Sum:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrer (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integrer uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integrer uttrykk med Risch algoritme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrer..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Klammer rundt aktiv celle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integrer" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Avbryt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Avbryt løpende kalkulasjon" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Ugyldig felt for Maxima-program.\n" "\n" "Vennligst oppgi banen til Maxima-programmet igjen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Invers Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "I&nvers Laplacetransformasjon..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italiensk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kursiv" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japansk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Behold prosenttegn ved spesielle symbol: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MFM" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Språk brukt til wxMaxima GUI." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Språk:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Laplace&transformer..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "&Minste Felles Multiplum..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Minste Kvadraters Metode" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Minste Kvadraters Metode..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Grenseverdi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Grenseverdi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Lineær Regresjon..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Last" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Last Pakke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Last en Maxima-fil ved bruk av batch-kommandoen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Last en Maxima-pakkefil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Last en stil fra fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Nedre grense:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Av&bild Matrise..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Verktøylinje\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Lag &Liste..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Gjør utbyttelse i uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Avbild" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Anvend funksjon på en liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Anvend funksjon på en matrise" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Batchfil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Samsvar parenteser i tekstkontroller" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Matematikkfont:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Matematikkfont:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matrise" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Matrisemapping" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Matrisenavn:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matrise:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Maxima-spørsmål" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Maxima-spørsmål" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "wxMaxima-ikon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima kalkulerer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Maxima-spørsmål" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima-inndata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima kalkulerer" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Maxima-inndata" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima-pakke (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima-pakke (*.mac)|*.mac|Lisp-pakke (*.lisp)|*.lisp|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima-prosess avsluttet." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima-program:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima-spørsmål" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima startet. Venter på tilkobling..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Start Animasjon" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima bruker ':' for å sette verdier ( 'a : 3;' ) og ':=' for å definere " "funksjoner ( 'f(x) := x^2;' )." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maxima-versjon:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Maxima-instillinger" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" # oversetter er ikke kjent med 'mean'-stuff. gi lyd om du vet bedre. #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Mean Difference Test..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Mean Test..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 #, fuzzy msgid "Mean..." msgstr "Gjennomsnitt..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 #, fuzzy msgid "Mean:" msgstr "Gjennomsnitt:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Median..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Slå Sammen Celler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Slå Sammen Celler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metode:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Samsvar parenteser i tekstkontroller" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Navn:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Ny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "&Ny\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Nytt dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Ny verdi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Ny variabel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Neste Kommando\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Ingen treff funnet!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Normalitetstest..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Ikke en gyldig matrisedimensjon!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Ikke et gyldig antall likninger!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Ikke tilkoblet Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Ikke tilkoblet." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Tellergrad:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Antall likninger:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Antall likninger:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Tall" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Forrige verdi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Forrige variabel:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Enmålings t-test" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Internett holder åpen buffet på læreressurser :D" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Åpne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Åpne N&ylig" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Åpne en celle når Maxima forventer inndata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Åpne et dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Åpne et nytt vindu" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Åpne dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Åpne matrise" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Åpne fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Valg" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Valg:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Utdaterte celler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Utdataetiketter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "&Padétilnærming..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG-bilde (*.png)|*.png|JPEG-bilde (*.jpg)|*.jpg|Windows-bitmap (*.bmp)|*." "bmp|X-pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Padétilnærming" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Padétilnærming av en taylorrekke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Sideskift" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Parametrisk Plott" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "D&elbrøker..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Delbrøker" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Deler av dokumentet vil ikke bli lastet riktig!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Deler av dokumentet vil ikke bli lastet riktig!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Lim inn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Lim Inn\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Lim inn fra utklippstavle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Lim inn tekst fra utklippstavle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Kakediagram..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Vennligst konfigurer wxMaxima med 'Endre->Konfigurer'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Vennligst restart wxMaxima for at endringene skal tre i kraft!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Plott &2D..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Plott &3D..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Plott&format..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Plott 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Plott 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Plott 2D..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Plott 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Plott 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Plott 3D..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Plottformat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Plott i 2 dimensjoner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Plott i 3 dimensjoner" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Plott til fil:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punkt:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polynom 0:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polynom 1:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugisisk (brasiliansk)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript-fil (*.eps)|*.eps|Alle|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Presisjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Preferanser...\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Forrige Kommando\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Skriv ut" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Skriv ut dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Skriv ut dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Produkt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Utfør alle celler i dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Utfør alle celler i dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Les Matrise..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Leser Maxima-utdata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Klar for brukerinndata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Hent frem neste kommando fra historikk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Hent frem forrige kommando fra historikk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Rekt. form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Angre\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Gjør om igjen den siste endringen du angret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Reduser (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Reduser trigonometrisk uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "&Fjern All Utdata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Lag liste fra uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Fjern utdata fra inndataceller" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Velg Alle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Erstattet %d forekomster." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Rapporter feil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Restart Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Restart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Restart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Restart Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "&Rischintegrasjon..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "&Røtter til Polynom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "&Røtter til Polynom (bigfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Rader:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russisk" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Måling 0:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Måling 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Måling:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Lagre" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Lagre Animasjon..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Lagre Som" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Lagre &Som...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Lagre Bilde..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Lagre Utvalg til Bilde" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Lagre Utvalg til &Bilde..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Lagre animasjon til fil" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Lagre dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Lagre dokument som" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Lagre inndelingsvindu-layout" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Lagre inndelingsvindu-layout mellom økter." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Lagre plott til fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Lagre utvalg fra dokument til en bildefil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Lagre utvalg til fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Lagre stil til fil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Lagre wxMaximas vindusstørrelse/-posisjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Lagre wxMaximas vindusstørrelse/-posisjon mellom økter." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Klarte ikke starte server" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Spredningsplott" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Spredningsplott..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Seksjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Seksjoncelle" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Utvalg" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Velg Alle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Velg Alle\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Velg Maxima-program" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Velg Undermåling" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Velg en konstant" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Velg alle" # vi elsker sammensatte ord, gjør vi ikke? #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Velg matematikkvisningsalgoritme" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Velg en del av utdataen og høyreklikk på utvalget for å vise en meny med " "nyttige funksjoner som er relevante for utvalget." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Utvalg" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Rekke" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Rekke..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Server startet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Sett &Zoom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Sett bigfloat-presisjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Set fast font i tekstkontroller." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Sett plottformat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Start animasjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Sett zoom til 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Sett zoom til 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Sett zoom til 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Sett zoom til 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Sett zoom til 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Sett zoom til 80%" # send en mail om du vet hva en atvalue er på norsk #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 #, fuzzy msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "Sett opp vedverdier til å løse ODE med laplacetransformasjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Sett opp moduloregning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Vis &Definisjon..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Vis &Funksjoner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Vis &Tips..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Vis &Variabler" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Vis Maxima-hjelp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Vis Mal\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Vis et tips" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Vis alle kommandoer som ligner:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Vis et eksempel for kommandoen:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Vis et eksempel av bruk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Vis kommandoer som ligner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Vis definerte funksjoner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Vis definerte variabler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Vis definisjon av en funksjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Vis funksjonmal" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Vis &Variabler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Vis lange uttrykk i wxMaxima-dokument." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Vis lange uttrykk" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Vis &Funksjoner" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Vis definisjonen av funksjon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Vis wxMaxima-hjelp" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Forenkle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Forenkle &Radikaler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Forenkle (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Forenkle (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Forenkle Uttrykk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Forenkle et uttrykk med fakulteter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Forenkle et uttrykk med radikaler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Forenkle rasjonelt uttrykk" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Forenkle summen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Forenkle trigonometrisk uttrykk" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Fra wxMaxima 0.8.2 kan du også sette inn bilder i dokumentene dine. Bruk " "'Celle->Sett inn bilde' fra menyen. Merk deg at du er nødt til å lagre " "dokumentet i formatet 'wxMaxima XML-dokument' om du vil at bilder skal " "lagres i tillegg til dokumentet." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Løsning:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Løs" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Løs &Algebraisk System..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Løs L&ineært System..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Løs &ODE..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "&Løs (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Løs ODE" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Løs ODE med Lapla&ce..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Løs ODE..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Løs algebraisk system" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Løs algebraisk system av likninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Løs randverdiproblem for andregrads ODE" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Løs likninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Løs likninger med to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Løs initialverdiproblem for førstegrads ODE" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Løs initialverdiproblem for andregrads ODE" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Løs lineært system" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Løs lineært system av likninger" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Løs Ordinary Differential Equation-er av maksimum 2. grad" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Løs Ordinary Differential Equation-er med laplacetransformasjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Løs..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Spansk" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Spesiell" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Spesielle konstanter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Start Animasjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Start animasjon" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Klarte ikke starte Maxima-prosess" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Starter Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Klarte ikke starte server" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Klarte ikke starte server på port %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statistikk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statistikk\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Strenger" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Stil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Stiler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Undermåling..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Erstatt..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Erstatt" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "&Erstatt..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Sum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Statistikk\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Systeminfo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Verktøylinje\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylorrekke:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Tekst" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Tekstcelle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Tekstcellebakgrunn" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Klipp Ut Utvalg" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Forhåndsvalgt port til kommunikasjon mellom Maxima og wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "I&nvers Laplacetransformasjon..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Offline-manualen til Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Det finnes mengder av ressurser om Maxima og wxMaxima på Internett. Rask " "frem engelskkunnskapene og besøk bl.a. https://andrejv.github.com/wxmaxima/" "help.html for å finne mer informasjon om bruk av Maxima og wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Det var en feil i generert XML!\n" "\n" "Vær grei og feilrapporter dette." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" # Det er bestemt et dårligt ord, men jeg kan ikke komme på noget bedre. # vi norske sliter vi også... #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Haker:" # hvilken kontekst? #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Antall:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Tittel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Tittelcelle" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Tittel-, seksjon- og underseksjonceller kan foldes for å gjemme deres " "innhold. For å folde eller utfolde, klikk i firkanten ved cellen. Hvis du " "Shift+klikker, vil alle undernivå av cellen også foldes/utfoldes." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Til &Bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Til &Desimaltall" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Til Desimaltall" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "Til &Numerisk\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "For å plotte i polarkoordinater, velg 'set polar' i Valg-feltet til Plott 2d-" "dialogen. Du kan også plotte sfæriske og sylindriske koordinater i 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "For å sette parenteser rundt et uttrykk, velg det, og trykk '(' eller ')' " "alt etter hvor du vil at pekeren skal være etterpå." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "For å lagre størrelse og posisjon til wxMaxima-vinduer mellom økter, bruk " "dialogen 'Endre->Konfigurer'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "For å ta i bruk wxMaxima med en gang, kan du bare starte og skrive " "kommandoer; en inndatacelle hører til å dukke opp. Deretter trykker du Shift" "+Enter for å utføre kommandoene dine." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Til:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Veksle &Algebraisk Flagg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "&Veksle Numerisk Utdata" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Veksle &Tidsvisning" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Veksle algebraisk flagg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Lagre animasjon til fil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Veksle fullskjermredigering" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Veksle numerisk utdata" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Verktøylinjeikon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Oversatt av" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transponer en matrise" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Tyrkisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "&Læreressurser" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Tomålings t-test" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Type:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Kopier som Bilde" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Type:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukrainsk" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" # s/linjet/streket|streking ? #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Underlinjet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Angre\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Angre siste endring" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Fo&ld Ut Alle\tCtrl+A-]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Fold ut alle foldede seksjoner" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Seksjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Greske konstanter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode-støtte" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Oppgrader" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Øvre grense:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Bruk Gospers algoritme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Bruk 'midtstilt prikk'-tegn til multiplikasjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Bruk jsMath-fonter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Verdi:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Verdi:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Forrige variabel:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variabler:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variabel:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variabler" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variabler:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varians..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Advarsel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Velkommen til wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" # Det kan vist godt formuleres klarere... #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Når du anvender funksjoner med ett argument fra menyer, er det " "forhåndsvalgte argumentet '%'. For å bruke funksjonen på en annen verdi, " "velg verdien i dokumentet før du utfører menykommandoen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Skrevet av" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "ja" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Du kan bruke siste utdata ved å bruke variabelen '%'. Du kan bruke utdata " "fra forrige kommandoer ved å bruke variablene '%on', hvor n er utdatanummer." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Du kan utføre hele dokumentet ved å bruke 'Celle->Utfør alle celler' fra " "menyen, eller relevant tastsnarvei. Cellene vil utføres i samme rekkefølge " "som i dokumentet." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Du kan få hjelp til en Maxima-funksjon ved å velge eller klikke på " "funksjonnavnet, og trykke F1. wxMaxima vil søke gjennom hjelpefilene etter " "utvalget eller ordet under pekeren." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Du kan gjemme utdatadelen av celler ved å klikke i triangelet på den venstre " "siden av celler. Dette fungerer også på tekstceller." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Du kan sette inn forskjellige typer 'celler' i wxMaxima-dokument ved å bruke " "'Celle'-menyen. Merk deg at kun 'inndataceller' kan utføres, mens andre " "brukes til kommentering og strukturering." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Du kan velge flere celler enten med en mus — klikk-og-dra fra mellom celler " "eller fra en celleklamme til venstre — eller med et tastatur — hold inne " "Shift mens du flytter den horisontale pekeren — og betjen deretter utvalget. " "Dette er hendig når du vil slette eller utføre flere celler." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Du har versjon %s. Aktuell versjon er %s.\n" "\n" "Velg OK for å besøke wxMaxima-nettsiden." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Endringene dine vil gå tapt om du ikke lagrer dem." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Du har siste versjon av wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Zoom Inn\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Zoom Ut\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Zoom inn 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Zoom ut 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ ulagret ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ ulagret* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Utvid" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisymmetrisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Anvend funksjon på liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "begge sider" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "forhåndsvalgt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonalt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Lag liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" # generelt? #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "generell" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Finn" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "inline" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Retning:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "venstre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "logscale" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matrise[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Finn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "nei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "nei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "nei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "nei" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Delbrøker" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "høyre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Underseksjon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Underseksjoncelle" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symmetrisk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "ulagret" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "navnløs" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "navnløs %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Funksjonnavn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "wxMaxima-&Hjelp\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "wxMaxima-&Hjelp\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "wxMaxima-konfigurasjon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima klarte ikke finne Maxima!\n" "\n" "Vennligst konfigurer wxMaxima med 'Endre->Konfigurer'.\n" "Deretter, start Maxima med 'Maxima->Restart Maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima klarte ikke finne hjelpefilene.\n" "\n" "Vennligst sjekk installasjonen din." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima klarte ikke starte serveren.\n" "\n" "Vennligst sørg for at du har\n" "nettverkstilgang og prøv igjen!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "wxMaxima-dialoger setter forhåndsvalgte verdier for inndatafelt, hvorav en " "er '%'. Om du har gjordt et utvalg i dokumentet ditt, vil utvalget bli brukt " "i stedet for '%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima-dokument" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima-dokument (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima støtte på et problem under lasting" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima-ikon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima er et grafisk brukergrensesnitt til Computer Algebra System-et " "MAXIMA basert på wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima er et grafisk brukergrensesnitt til Computer Algebra System-et " "Maxima basert på wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Start Animasjon" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Eksporter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "ja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Maxima-spørsmål" # s/Kjemmer/Går igjennom, men ikke like gøy? :) #~ msgid "Parsing output" #~ msgstr "Kjemmer utdata" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima klarte ikke finne tipsfilene.\n" #~ "\n" #~ "Vennligst sjekk installasjonen din." #~ msgid "Tips not available, sorry!" #~ msgstr "Tips ikke tilgjengelig, beklager!" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Ikke komprimer Maxima-inndatateksten, og komprimer bilder individuelt: " #~ "Dette gjør versjonkontrollsystem som git og svn i stand til å effektivt " #~ "oppdage forskjeller." #~ msgid "Optimize wxmx files for version control" #~ msgstr "Optimaliser wxmx-filer for versjonkontroll" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Det oppstod en feil under GIF-eksport!\n" #~ "\n" #~ "Sørg for at ImageMagick er installert og at wxMaxima kan finne dette " #~ "konverteringsprogrammet." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Vis brukt tid ved utførelse" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Maxima-program:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Maxima-spørsmål" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Uttrykk for langt til å vises! >>" #~ msgid "&Cell" #~ msgstr "&Celle" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Ny\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Nytt vindu\tCtrl+N" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Utrykket er for langt til å kunne vises! >>" #~ msgid "Animation" #~ msgstr "Animasjon" #~ msgid "Close document?" #~ msgstr "Lukk dokumentet?" #~ msgid "Copy As Image" #~ msgstr "Kopier Som Bilde" #~ msgid "Copy LaTeX" #~ msgstr "Kopier LaTeX" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Kopier utvalg til utklippstavlen når utvalg gjøres i dokument." #~ msgid "Default port:" #~ msgstr "Forhåndsvalgt port:" #~ msgid "Document " #~ msgstr "Dokument " #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Dokumentet er ikke lagret!\n" #~ "\n" #~ "Lukk dette dokument og mist alle endringer?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Dokumentet er ikke lagret!\n" #~ "\n" #~ "Lukk wxMaxima og mist alle endringer?" #~ msgid "Error %d" #~ msgstr "Feil %d" #~ msgid "Find..." #~ msgstr "Finn..." #~ msgid "Functions and macros" #~ msgstr "Funksjoner og makroer" #~ msgid "Height:" #~ msgstr "Høyde:" # msgstr "Inndelingsruter" #~ msgid "Panes" #~ msgstr "Men&yer" #~ msgid "Quit?" #~ msgstr "Avslutt?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Utfør Alle Celler\tCtrl+Shift+R" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Angre Angring\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Lagre endringer før lukking?" #~ msgid "Save changes?" #~ msgstr "Lagre endringer?" #~ msgid "Set &Precision..." #~ msgstr "Sett &Presisjon..." #~ msgid "Start animation" #~ msgstr "Start animasjon" #~ msgid "Stop animation" #~ msgstr "Stopp animasjon" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Statistikk\tAlt+Shift+S" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Divider Celle" #~ msgid "Width:" #~ msgstr "Bredde:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Sett inn samsvarende parenteser i tekstkontroller." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon:" #~ msgid "Zoom set to " #~ msgstr "Zoom satt til" #, fuzzy #~ msgid "implies" #~ msgstr "Forenkle" #~ msgid "lines hidden" #~ msgstr "gjemte linjer" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima er et grafisk brukergrensesnitt for\n" #~ "computer algebra system'et Maxima basert på wxWidgets." #~ msgid "wxMaxima options" #~ msgstr "wxMaxima-instillinger" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "wxMaxima-dokument (*.wxm)|*.wxm|wxMaxima XML-document (*.wxmx)|*.wxmx|" #~ "Maxima batchfil (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon:" wxmaxima-Version-18.02.0/locales/pl.po000066400000000000000000006227471324204105000175460ustar00rootroot00000000000000# translation to pl_PL # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Rafal Topolnicki , 2008, 2009. # Ihor Rokach , 2012 msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: \n" "Last-Translator: Ihor Rokach \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Wsparcie Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" " Lisp:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" " Wersja Maximy:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Nie połączono z Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Nie połączono." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Algebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Zastosuj do listy ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropos..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Plik wsadowy...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Warunek &brzegowy ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Zgłoś &błąd" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "A&naliza" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Postać &kanoniczna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Wielomian charakterystyczny ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Wyczyść pamięć" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Połącz silnie " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Uproszczenia &zespolone" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Ułamek ł&ańcuchowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Kopiuj\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Całka &oznaczona" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Wyznacznik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Pochodna..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Edycja" # Wyznacz zmienną #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Ruguj zmienną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Wprowadź macierz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Przykład..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Rozwiń wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "Rozwiń &trygonometrycznie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Exponentialize" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "E&ksportuj" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Faktoryzuj wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Plik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Znajdź &pierwiastek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Generuj macierz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Największy wspólny dzielnik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Pomoc" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Całkowanie..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Przerwij\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Przerwij\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "Macierz &odwrotna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Wczytaj pakiet\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "&Mapuj listę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Pokaż pomoc Maximy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Obliczenia &modulo..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Nowy\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numeryczne" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Całkowanie &numeryczne" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Otwórz\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Otwórz...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Wykres" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Szereg potęgowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Drukuj...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Wymierne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "Redukuj &trygonometrycznie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Restart Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "Pierwiastki &wielomianiu (rzeczywiste)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "Zapisz\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Upraszczanie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Uprość &wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "Uprość &silnie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "Uprość &trygonometrycznie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Rozwiąż..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Specjalny" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Szereg &Taylora" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transponuj macierz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Uproszczenia &trygonometryczne" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Używaj domyślnego języka)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Nieskończoność" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Od wxMaxima 0.8.0 został wprowadzony 'kurzor poziomy'. Wygłada jak kreska " "pozioma pomiędzy komórkami. Wskazuje miejsce, w którym mozna wstawić nową " "komorkę poprzez zwykły początek wprowadzania nowego polecenia, wklejanie " "skopiowanej koorki lub uruchomienie polecenia z menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Od wxMaxima 0.8.2 został wprowadzony nowy format zapisu dokumentu, który " "pozwala zapisać nie tylko wprowadzony tekst i polecenia ale i wyniki " "obliczeń. Żeby zapisać plik w tym formacie użyj opcji 'XML dokument " "wxMaxima'." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Podział strony" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Wartość wyrażenia" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "O wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Obramowanie aktywnej komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Macierz &dołączona" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Dodaj nierówność algebraiczną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Dodaj katalogi do zmiennej Path" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Otwórz dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Dodaj do zmiennej Path" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Dodaj do zmiennej &Path" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Dodatkowe parametry Maximy (np. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Dodatkowe parametry:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Stara zmienna:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Wszystkie|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Zapisz animację..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Znajdź granicę wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Znajdź granicę wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Otwórz dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Zastosuj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Tablica:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Pytaj o zapis dokumentów bez nazwy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Dla wartości" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "Warunki brzegowe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Wykres słupkowy..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Pliki wsadowe (*.bat)|*.bat|Wszystkie*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Plik wsadowy" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Pogrubienie" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Wykres pudełkowy..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Przeglądaj" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Informacje o kompilacji" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Domyślnie Shift+Enter wykonuje aktywną komórkę natomiast Enter wstawia nową " "linię do wyrażenia. Zachowanie to, można zmienić w 'Edycja->Preferencje'." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "Zmiana &zmiennych ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "Preferencje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Oblicz &iloczyn ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Oblicz &sumę ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Oblicz ostatni wynik w podwyższonej precyzji (bigfloat)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Wartość zmiennoprzecinkowa wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Obliczenia modulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Wartość zmiennoprzecinkowa wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Oblicz iloczyn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Oblicz sumę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Brak łączności z serwerem internetowym." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Anuluj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Postać kanoniczna (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalonski" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "&Komórka" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Obramowanie komórki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Zmień format wyników" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "Zmień format podawania wyników" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Zmień zmienną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Zmień zmienną w całce lub sumie" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Char poly" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Sprawdź, czy jest nowsza wersja" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Sprawdź najawność nowszej wersji wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Tradycyjny Chiński" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Wybierz czcionkę" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Wybierz nowy format wykresów:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Klasy:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "&Zamknij\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Zamknij okno" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Nazwy kolumn:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Kolumny:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Połącz silnie występujące w wyrażeniu - np. 'n*(n-1)! => n!'" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Przecinek oddziela kolejne współrzędne na osi OX" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Przecinek oddziela kolejne współrzędne na osi OY" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Przecinek oddziela kolejne współrzędne na osi OX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Przecinek oddziela kolejne współrzędne na osi OX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Przecinek oddziela kolejne współrzędne na osi OX" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Zakomentuj zaznaczenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Zakomentuj zaznaczenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Uzupełnij słowo\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Uzupełnij słowo" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Uproszczenia &zespolone" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Przedstaw wyrażenie w postaci ułamka łańcuchowego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Znajdź macierz dołączoną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Oblicz wielomian charakterystyczny macierzy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Oblicz wyznacznik macierzy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Znajdź największy wspólny dzielnik (NWD)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Znajdź macierz odwrotną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Znajdź najmniejszą wspólną wielokrotność (NWW) (przed użyciem wykonaj " "'load(functs)')" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Warunek:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Plik konfiguracyjny (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Uwaga na temat konfiguracji" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Preferencje programu wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Stała" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Zwiń logarytmy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Zamień dwumian Newtona, funkcje beta lub gamma na silnie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Zamień dwumian Newtona, silnie, funkcję beta na funkcję gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Zamień wyrażenie zespolone na postać biegunową" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Zamień wyrażenie zespolone na postać alebraiczną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "Zamień postać wykładniczą liczby zespolonej na postać trygonometryczną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Zamień logarytm iloczynu na sumę logarytmów" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Zamień sumę logarytmów na logarytm iloczynu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Zamień na &silnie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Zamień na funkcję &gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Forma &biegunowa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Forma &algebraiczna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Uprość wyrażenie trygonometryczne zawierające ułamki." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Zamień funkcje trygonometryczne i hiperboliczne na eksponencjalne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopiuj" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Kopiuj ostatnie wejście\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Kopiuj ostatnie wejście\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Kopiuj jako obrazek" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Kopiuj jako LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Kopiuj jako obrazek" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Kopiuj jako LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Kopiuj jako LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Kopiuj jako tekst\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Kopiuj jako obrazek" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Kopiuj zaznaczenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Kopiuj zaznaczenie z dokumentu jako obrazek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Kopiuj zaznaczenie z dokumentu jako obrazek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Kopiuj zaznaczenie z dokumentu jako obrazek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Kopiuj zaznaczenie z dokumentu jako tekst" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Kopiuj zaznaczenie z dokumentu w formacje LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Utwórz nową komórkę z ostatnim wejściem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Utwórz nową komórkę z ostatnim wejściem" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Kursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Wytnij" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "&Wytnij\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Wytnij zaznaczenie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Czeski" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Duński" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Macierz danych:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Plik z danymi (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Dane:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Przedstaw wyrażenie w postaci ułamka prostego" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Domyślnie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Domyślna czcionka:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "Domyślny port używany do komunikacji między Maxima i wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Usuń" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Usuń &funkcję" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Usuń zaznaczenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Usuń &zmienną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Usuń funkcję" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Usuń zmienną" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Usuń wszystkie dane z pamięci" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Usuń funkcję(e):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Usuń zmienną(e):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "st. mianownika:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Stopień:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Pochodna:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Odchylenie..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Podziel wielomiany..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Pochodna..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Pochodna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Oblicz pochodną wyrażenia" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Pochodna..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Z:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Dyskretny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Wyświetl w formacie Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Format wyświetlania wyników" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Rozwiąż równanie(a)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Zapisz ostatni wynik w formacie TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Wyświetl czas przeprowadzania obliczeń" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Podziel" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Podziel komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Podziel komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Podziel liczby lub wielomiany" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Czy chcesz zapisać wprowadzone zmiany?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Tło dokumentu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "został zapisany z użyciem nowszej wersji wxMaximy przez co może nie zostać " "wczytany poprawnie. Zaleca się aktualizację wxMaximy." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "został zapisany z użyciem nowszej wersji wxMaximy. Zaleca się aktualizację " "wxMaximy." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Nie zapisuj" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Równania" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Wyjście\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Wektory własne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Wartości własne" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Wyznacz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Wyznacz zmienną z układu równań" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Angielski" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Wprowadź dane" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Wprowadź macierz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Wprowadź macierz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Wprowadź równanie do upraszczania racjonalnego:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Wprowadź listę zmiennych oddzielonych przecinkami" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Klawisz 'Enter' wykonuje komórki" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Wprowadź macierz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Wprowadź nową dokładność:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Wprowadź ścieżkę do programu Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Równanie:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Równanie %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Równanie(a):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Równanie:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Równania:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Błąd" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Błąd!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Wykonaj komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Oblicz wyrażenie &nominalne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Wykonaj wszystkie komórki\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Wykonaj wszystkie komórki\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Wykonaj komórki" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Wykonaj komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Wykonaj wszystkie komórki\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Wykonaj komórki" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Wykonaj aktywne lub zaznaczone komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Wykonaj wszystkie komórki w dokumencie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Oblicz wszystkie wyrażenie nominalne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Wykonaj wszystkie komórki w dokumencie" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Oblicz wyrażenie &nominalne" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Przykład" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Przykładowy tekst" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Przykład" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Wyjdź z wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Rozwiń" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Rozwiń (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Rozwiń wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Rozwiń logarytmy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Rozwiń wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Rozwiń wyrażenie trygonometryczne" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Eksportuj" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Eksportuj dokument do pliku HTML lub pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Eksport do HTML zakończył się niepowodzeniem!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Eksport do TeX zakończył się niepowodzeniem!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Eksport do HTML zakończył się niepowodzeniem!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Eksport do TeX zakończył się niepowodzeniem!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Eksport do TeX zakończył się niepowodzeniem!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "E&ksportuj" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Wyrażenie" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Wyrażenie(a):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Wyrażenie:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Faktoryzuj" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Faktoryzuj zespolenie" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Faktoryzuj wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Faktoryzuj wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Faktoryzuj wyrażenie w liczbach Gaussa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Silnie i funkcja &gamma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Krytyczny błąd" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Obrazek %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Plik" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Nie znaleziono pliku" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Nie znaleziono pliku" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Nie znaleziono pliku" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Plik, który próbujesz otworzyć nie istnieje" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Plik:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Znajdź" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Znajdź\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Znajdź &granicę..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Znajdź minimum..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Znajdź pierwiastek..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Znajdź minimum wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Znajdź granicę wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Znajdź pierwiastek wyrażenia w danym przedziale" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Znajdź wszystkie pierwiastki wielomianu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Znajdź wszystkie pierwiastki wielomianu (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Znajdź i Zmień" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Znajdź i zmień" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Znajdź wartości własne macierzy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Znajdź wektory własne macierzy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Znajdź minimum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Znajdź rzeczywiste pierwiastki wielomianu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Znajdź pierwiastek" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Znajdź" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Duński" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Czcionka o stałej szerokości w kontrolkach tekstowych" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Zaznacz wszystko\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Czcionka używana w dokumencie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Czcionka używana do wyrażeń matematycznych" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Czcionki" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francuski" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Od:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Pełny ekran\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Funkcja" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Funkcja(e):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Funkcja:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funkcje do uproszczeń zespolonych" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funkcje do uproszczeń silni i funkcji gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funkcje do uproszczeń trygonometrycznych" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "NWD" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "obraz GIF (*.gif)|*.gi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Podstawowa Matem." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Podstawowa Matem.\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Utwórz macierz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Generuj macierz z wyrazu..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Utwórz macierz z tablicy 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Generuj macierz z wyrazu lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Niemiecki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Część &urojona" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Rozwiń w &szereg" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Transformata Laplace'a wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Część &rzeczywista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Odwrotna transformata Laplace'a wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Rozwiń wyrażenie w szereg Taylora" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Część urojona wyrażenia zespolonego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Część rzeczywista wyrażenia zespolonego" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Grecki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Greckie stałe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Podstawowa Matem.\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Greckie stałe" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Siatka:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "plik HTML (*.html)|*.html|pdfLaTeX file (*.tex)|*.tex|All|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Pomoc" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Podziel komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Ukryj wszystkie\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Podziel komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Wstaw komórkę\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Podziel komórki" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Rozdział" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Ukryj wszystkie panele" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Greckie stałe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Podkreśl (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogram" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogram..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Historia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Historia\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Kursor pionowy zachowuje się, jak zwykły kursor, ale działa na komórkach. " "Można go przesuwać za pomocą strzałek. Jednoczesne naciśnięcie Shift pozwala " "zaznaczać komórki, naciśnięcie Backspace lub Delete (dwukrotnie) usuwa " "zaznaczone komórki." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Węgierski" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "IC1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "IC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Jeśli obliczenia trwają zbyt długo, możesz je przerwać wybierając 'Maxima-" ">Przerwij' albo 'Maxima->Uruchom ponownie'" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Obrazek" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Pliki graficzne (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Załącz kolumny:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Nowa zmienna:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Nieskończoność" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Informacje o kompilacji" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Wstępne oszacowanie:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Warunki początkowe (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Warunki początkowe (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Etykiety wejściowe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Wstaw" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Wstaw komórkę &rozdziału\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Wstaw komórkę t&ekstowa \tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Wstaw komórkę\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Wstaw obrazek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Wstaw obrazek..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Wstaw komórkę &wejściowa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Wstaw znak końca strony" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Wstaw komórkę &podrozdziału\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Wstaw komórkę &podrozdziału\tCtrl+4" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Wstaw komórkę &rozdziału" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Wstaw komórkę &podrozdziału" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Wstaw komórkę &podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Wstaw komórkę &tytułową\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Wstaw komórkę t&ekstową" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Wstaw komórkę &tytułowa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Wstaw nową komórkę wejściową" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Wstaw komórkę nowego rozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Wstaw komórkę nowego podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Wstaw komórkę nowego podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Wstaw nową komórkę tekstową" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Wstaw nową komórkę nagłówka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Wstaw znak końca strony" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Wstaw obrazek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Całkuj wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Całka/Suma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Całkuj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Całkuj (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Całkuj wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Całkuj wyrażenie używając algorytmu Ruscha" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Całkuj..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Obramowanie aktywnej komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Całkuj" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Całkuj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Całkuj" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Przerwij" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Przerwij bieżące obliczenia" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Błędna lokalizacja programu Maxima.\n" "\n" "Wprowadź ponownie ścieżkę do programu Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Odwrotna Transformata Laplace'a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Odwrotna Transformata &Laplace'a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Włoski" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Kursywa" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japoński" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Używaj znak procentu dla zmiennych specjalnych: %e, %i, itp." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "NWW" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Język używany w GUI wxMaximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Język:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformata Laplace'a..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Najmniejsza wspólna wielokrotność..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Metoda najmniejszych kwadratów" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Metoda najmniejszych kwadratów..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Granica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Granica..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regresja liniowa..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Wczytaj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Wczytaj pakiet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Wczytaj plik używając polecenia batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Wczytaj pakiet Maximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Wczytaj styl z pliku" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Dolna granica:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Mapuj macierz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Pasek narzędzi\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Utwórz &listę..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Wykonaj podstawienie w wyrażeniu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Mapuj" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Mapuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Mapuj funkcję do macierzy" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Plik wsadowy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Czcionka matematyczna:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Czcionka matematyczna:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Macierz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Mapuj macierz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nazwa macierzy:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Macierz:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Zapytania Maximy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Zapytania Maximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Ikona wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima wykonuje obliczenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Zapytania Maximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima wejście" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima wykonuje obliczenia" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Maxima wejście" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Pakiet Maxima (*.mac)|*.mac|" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Pakiet Maxima (*.mac)|*.mac|Pakiet Lispa (*.lisp)|*.lisp|Wszystkie|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima zakończyła działanie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima program:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Zapytania Maximy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Uruchomiono Maximę. Oczekiwanie na połączenie..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Uruchom Animacje" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima używa ':' jako operatora przypisania ('a : 3;') a ':=' do " "definiowania funkcji ('f(x):=x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Wersja Maximy: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Opcje programy Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Średnia..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Średnia:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Scal komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Scal komórki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metoda:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nazwa:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Nowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Nowy\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Nowy dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Nowa wartość:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nowa zmienna:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Następne polecenie\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Nie znaleziono!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Nieprawidłowy wymiar macierzy!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Nieprawidłowa liczba równań!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Nie połączono z Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Nie połączono." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "st. licznika" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Ilość równań:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Ilość równań:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Liczby" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Stara wartość:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Stara zmienna:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Kursy Online" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Otwórz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Otwórz ostatnie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Otwórz dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Otwórz nowe okno" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Otwórz dokument" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Otwórz macierz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Otwieranie pliku" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opcje" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opcje:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Komórki nieaktualne" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Identyfikatory wyjść" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Przybliżenie &Pade..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG (*.png)|*.png|JPEG (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*.bmp|X pixmap " "(*.xpm)|*.xpm" # msgid "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*.bmp|X pixmap (*.xpm)|*.xpm" # msgstr "PNG (*.png)|*.png|JPEG (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*.bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Przybliżenie Pade" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Przybliżenie Pade szeregu Taylora" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Podział strony" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Wykres parametryczny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "&Ułamek prosty" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Ułamek prosty" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Części dokumentu nie zostaną wczytane poprawnie" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Części dokumentu nie zostaną wczytane poprawnie" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Wklej" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Wklej\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Wklej ze schowka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Wklej tekst ze schowka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Diagram kołowy..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Skonfiguruj wxMaxime 'Edycja->Preferencje'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Uruchom ponownie wxMaxime, aby zmiany zaczęły obowiązywać" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Wykres &2D..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Wykres &3D..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Format wykresu" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Wykres 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Wykres 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Wykres 2D..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Wykres 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Wykres 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Wykres 3D..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Format wykresu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Utwórz wykres dwuwymiarowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Utwórz wykres trójwymiarowy" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Zapisz wykres do pliku:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Punkty:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polski" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Wielomian 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Wielomian 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portugalski (Brazylia)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Plik Postscript (*.eps)|*.eps|Wszystkie|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Dokładność" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Poprzenie polecenie\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Drukuj" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Drukuj dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Drukuj dokument" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Iloczyn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Iloczyn" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Wykonaj wszystkie komórki w dokumencie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Wykonaj wszystkie komórki w dokumencie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Wczytaj macierz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Przetwarzanie wyników zwróconych przez Maxime" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Oczekiwanie na wejście" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Wywołaj następne polecenie z historii" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Wywołaj poprzednie polecenie z historii" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forma algebraiczna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Cofnij\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Cofnij ostatnią zmianę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Redukcja (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Redukuj wyrażenie trygonometryczne" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Usuń wszytskie komórki wyjściowe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Utwórz listę z wyrażenia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Usuń wyjście z wszystkich komórek wejściowych" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Zaznacz wszystko" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Zastąpiono %d razy." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Zgłoś błąd" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Uruchom ponownie Maxime" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Uruchom ponownie Maxime" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Uruchom ponownie Maxime" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Uruchom ponownie Maxime" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Całkuj metodą Rischa..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Pierwiastki &wielomianiu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Pierwiastki wielomianiu (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Wiersze:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Rosyjski" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Przykład 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Przykład 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Próbka:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Zapisz" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Zapisz animację..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Zapisz jako" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Zapisz jako...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Zapisz obrazek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Zapisz zaznaczenie jako obrazek" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Zapisz zaznaczenie jako obrazek..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Zapisz animację do pliku" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Zapisz dokument" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Zapisz dokument jako" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Zapisz układ paneli" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Zapisz układ paneli pomiędzy sesjami." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Zapisz wykres do pliku" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Zapisz zaznaczenie z dokumentu jako obrazek" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Zapisz zaznaczenie do pliku" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Zapisz plik ze stylem" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Zapisz rozmiar/położenie okna wxMaximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Zapisz rozmiar/położenie okna wxMaximy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Nie udało się uruchomić serwera" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Wykres punktowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Wykres punktowy...." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Rozdział" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Komórka rozdziału" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Zaznaczenie" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Zaznacz wszystko" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Zaznacz wszystko\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Wybierz program Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Wybierz stałą" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Zaznacz wszystko" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Wybierz format podawania wyników" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Zaznaczając część wyniku i klikając prawym klawiszem myszki na zaznaczenia " "wyświetla menu kontekstowe z listą funkcji, które można zastosować do " "zaznaczenia." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Zaznaczenie" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Szeregi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Szeregi..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Uruchomiono serwer" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Ustaw przybliżenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Ustaw dokładność bigfloat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Ustaw czcionkę o stałej szerokości w kontrolkach tekstowych." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Ustaw format wykresów" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Uruchom animacje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Ustaw powiększenie na 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Ustaw powiększenie na 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Ustaw powiększenie na 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Ustaw powiększenie na 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Ustaw powiększenie na 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Ustaw powiększenie na 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Ustawienia obliczeń modulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Pokaż &definicje..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Pokaż &funkcje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "&Wskazówka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Pokaż &zmienną" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Pokaż pomoc Maximy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Pokaż szablon\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Pokaż wskazówkę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Pokaż wszystkie polecenia podobne do:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Pokaż przykład na polecenia:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Pokaż przykład użycia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Pokaż wszystkie polecenia podobne do" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Pokaż zdefiniowane przez użytkownika funkcje" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Pokaż zdefiniowane przez użytkownika zmienne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Pokaż definicję funkcji" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Pokaż szablon funkcji" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Pokaż &zmienną" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Pokazuj długie wyrażenia w dokumentach wxMaximy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Pokazuj długie wyrażenia" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Pokaż &funkcje" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Pokaż definicję funkcji:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Pokaż pomoc Maximy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Uprość" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Uprość &Pierwiastki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Uprość (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Uprość (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Uprość wyrażenie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Uprość wyrażenie zawierające silnie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Uprość wyrażenie zawierające pierwiastki" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Uprość wyrażenie wymierne" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Uprość sumę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Uprość wyrażenie trygonometryczne" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "wxMaxima od wersji 0.8.2 potrafi wstawiać obrazki do dokumentu, opcja " "'Edycja->Wstaw obrazek...'. Aby obrazek zapisywał się wewnątrz dokumentu " "należy używać formatu 'wxMaxima XML'" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Rozwiązania:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Rozwiąż" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Rozwiąż &układ równań ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Rozwiąż układ równań &liniowych" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Rozwiąż &RRZ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Rozwiąż (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Rozwiąż RRZ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Rozwiąż RRZ z Trans. Laplace'a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Rozwiąż RRZ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Rozwiąż układ równań" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Rozwiąż układ równań algebraicznych" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Nałóż warunek brzegowy na RRZ drugiego rzędu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Rozwiąż równanie(a)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Rozwiąż równanie(a) z użyciem to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Nałóż warunki początkowe na RRZ pierwszego rzędu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Nałóż warunki początkowe na RRZ drugiego rzędu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Rozwiąż układ liniowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Rozwiąż układ równań liniowych" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Rozwiąż równanie różniczkowe zwyczajne maksymalnie rzędu 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Rozwiąż układ liniowych równań różniczkowych przy pomocy transformaty " "Laplace'a" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Rozwiąż..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Hiszpański" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Szczególne" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Szczególne stałe" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Uruchom Animacje" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Uruchom animacje" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Nie udało się uruchomić Maximy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Uruchamianie Maximy..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Nie udało się uruchomić serwera" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Uruchomianie serweru na porcie %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Statystyka" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Statystyka\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Napisy" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Wygląd" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Style" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Podstaw..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Podstaw" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Podstaw..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Suma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Statystyka\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Informacja o systemie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Pasek narzędzi\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Szereg Taylora:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Tekst" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Komórka tekstowa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Komórka tekstowa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Tło komórki tekstowej" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Wytnij zaznaczenie" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Domyślny port używany do komunikacji między Maxima i wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Odwrotna Transformata &Laplace'a" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Istnieje wiele materiałów na temat Maximy i wxMaximy. Odwiedź http://" "wxmaxima.sourceforge.net/wiki/index.php/Tutorials aby dowiedzieć się więcej " "o tym jak używać wxMaximy i Maximy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Wystąpił błąd w wygenerowanym pliku XML!\n" "\n" "Proszę zgłosić ten błąd" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Znaczniki:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Stopień:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Tytuł" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Komórka tytułu" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Komórki tytułowa, rozdziału i podrozdziału mogą być zwinięte, żeby ukryć ich " "zawartość. Do zwinięcia/rozwinięcia wystarczy klikniecie na prostokąt obok " "komórki. Shift+kliknięcie rozwija/zwija wszystkie poziomy komórki." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "To &Bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Wartość &zmiennoprzecinkowa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Wartość zmiennoprzecinkowa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Aby narysować wykres w biegunowym układzie współrzędnych wybierz 'set polar' " "w okienku 'Opcje' okna 'Wykres 2D'. W podobny sposób wykresy 3D możesz " "kreślić w układzie sferycznym lub cylindrycznym." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Aby objąć w nawias całe wyrażenia, zaznacz je a następnie wciśnij '(' albo " "')' zależnie od tego po której jego stronie znajduje się kursor" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Jeśli chcesz zapisać rozmiar i położenie okna wxMaximy, tak aby przy " "kolejnym uruchomieniu znajdowało się ono w tym samym miejscu i miało taką " "samą wielkość, wybierz 'Edycja->Preferencje'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Zacznij używać wxMaxima po prostu wprowadzając swoje polecenie. Program " "automatycznie wstawi komórke wejściową. Do uruchomienia obliczeń naciśnij " "Shift+Enter." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Do:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Wł/wył tryb &algebraiczny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Wł/wył wyjście &numeryczne" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Wł/wył &czas wykonania" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Wł/wył tryb algebraiczny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Zapisz animację do pliku" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Wł/wył widok pełnoekranowy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Wł/wył wyjście numeryczne" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Ikony pasku narzędzi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Przetłumaczono przez:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transponuj macierz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriale" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Typ:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Kopiuj jako obrazek" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Typ:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukraiński" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Podkreślenie" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Cofnij\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Cofnij ostatnią zmianę" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Zaznacz wszystko\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Rozdział" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Greckie stałe" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Wsparcie Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Górna granica:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Użyj algorytmu Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Używaj kropki jako znaku mnożenia (zamiast *)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Używaj czcionek jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Wartość:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Wartość:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Stara zmienna:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Zmienna(e):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Zmienna:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Zmienne" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Zmienne:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Wariancja..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Ostrzeżenie" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "" "Witaj w wxMaxima. Polskie tłumaczenie w wesji rozwojowej, proszę zgłaszać " "błędy." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Gdy wybierasz pewne jednoargumentowe funkcje z menu programu wxMaxima ich " "domyślnym argumentem jest '%'. Jeśli chcesz aby było nim inne wyrażenie, " "wystarczy że wpiszesz je w linii wejścia przed wybraniem funkcji z menu lub " "zaznaczysz w konsoli wxMaximy." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Napisany przez" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "tak" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Zmienna '%' przechowuje ostatnie wyjście. Do poprzednich wyjść można " "odwoływać się za pośrednictwem zmiennych '%on' gdzie n to numer wyjścia." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Możesz obliczyć wszystkie wyrażenia w dokumencie wybierając 'Edycja->Komórka-" ">Wykonaj wszystkie komórki'. Zostaną one obliczone w kolejności w jakiej " "pojawiają się w dokumencie" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Aby uzyskać informację na temat danej funkcji Maximy zaznacz ją a następnie " "naciśnij F1. Odpowiednie hasło pomocy zostanie znalezione automatycznie." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Możesz ukryć wyjście wyrażenia w dowolnej komórce klikając na trójkąt w " "lewym górnym rogu komórki." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Istnieje wiele typów komórek, które możesz umieszczać w swoim dokumencie " "wybierając menu 'Komórka'. Jedynie komórka wyjściowa może zostać wykonana " "(obliczona). Inne typy służą do wprowadzania komentarzy oraz logicznego " "podziału dokumentu" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Możesz zaznaczyć kilka komórek albo myszką (kliknij na prostokąt i lub na " "nawiasy obok komórki i przeciągnij), albo za pomocą Shift+ strałki góra/dól " "w trybie kursoru poziomego. To się przydaje, jeżeli chceszusunąć lub " "powtórzyć obliczenia w zaznaczonych komórkach." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Masz wersję %s. Numer wersji bierzącej to %s.\n" "\n" "Nacisnij OK zeby przejść do strony wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Wprowadzone zmiany zostaną utracone, jężeli nie zostaną zapisane." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Masz najnowszą wersję wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Przybliż \tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Oddal\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Powiększ o 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Pomniejsz o 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ nie zapisane ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ nie zapisane* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Rozwiń" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antysymetryczna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Zastosuj funkcję do listy" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "obu stron" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "domyślny" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonalna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Utwórz listę" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "zwykła" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Znajdź" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "wbudowany" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Z:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "lewej strony" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "skala logarytmiczna" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matrix[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Znajdź" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "nie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "nie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "nie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "nie" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Ułamek prosty" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "prawej strony" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Podrozdział" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Komórka podrozdziału" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "symetryczna" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "nie zapisane" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "beznazwy" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "beznazwy %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Nazwa funkcji" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "&Pomoc Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "&Pomoc Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "wxMaxima preferencje" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima nie potrafi odnaleźć Maximy\n" "\n" "Skonfiguruj program wxMaxima 'Edycjja->Preferencje'.\n" "Następnie uruchom Maximę 'Maxima->Restart'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "Nie odnaleziono plików pomocy.\n" "\n" "Popraw instalację programu wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima nie mogła uruchomić serwera.\n" "\n" "Sprawdź swoje ustawienia sieciowe\n" "i spróbuj ponownie." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Domyślnie wxMaxima uzupełnia okna dialogowe (np. 'RRC->Całka'). Przeważnie " "jedno z nich zostaje uzupełnione przez zmienną '%'. Jeśli chcesz uzupełnić " "je innym wyrażeniem wystarczy, że wpiszesz je w linii wejścia lub zaznaczysz " "w konsoli." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Dokument wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Dokument wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Napotkano błąd przy uruchamianiu wxMaximy" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Ikona wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "wxMaxima jest graficznym interfejsem MAXIMA bazującym na wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "wxMaxima jest graficznym interfejsem Maximy bazującym na wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Uruchom Animacje" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Eksportuj" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "tak" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Zapytania Maximy" #~ msgid "Parsing output" #~ msgstr "Parsowanie wyjścia" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "Nie znaleziono plików ze wskazówkami\n" #~ "\n" #~ "Popraw instalację programu wxMaxima." #~ msgid "Tips not available, sorry!" #~ msgstr "Wskazówki niedostępne!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Wystąpił błąd podczas eksportowania do pliku GIF!\n" #~ "\n" #~ "Upewnij się, że pakiet ImageMagick jest zainstalowany a wxMaxima potrafi " #~ "odnaleźć program convert. " #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Wyświetl czas przeprowadzania obliczeń" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Maxima program:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Zapytania Maximy" #~ msgid " << Expression too long to display! >>" #~ msgstr "<< Wyrażenie jest zbyt długie, aby je wyświetlić >>" #, fuzzy #~ msgid "&Cell" #~ msgstr "Komórka" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "Nowy\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "Nowe okno\tCtrl+N" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Nic do wyświetlenia >>" #~ msgid "Animation" #~ msgstr "Animacja" #~ msgid "Close document?" #~ msgstr "Zamknąć dokument?" #~ msgid "Copy As Image" #~ msgstr "Kopiuj jako obrazek" #~ msgid "Copy LaTeX" #~ msgstr "Kopiuj LaTeX" #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Kopiuj zaznaczenie zrobione w dokumecie do schowka" #~ msgid "Copy to clipboard on select" #~ msgstr "Kopiuj do schowka przy zaznaczaniu" #~ msgid "Default port:" #~ msgstr "Domyślny port:" #~ msgid "Delete selection" #~ msgstr "Usuń zaznaczenie" #~ msgid "Document " #~ msgstr "Dokument " #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Dokument nie jest zapisany!\n" #~ "\n" #~ "Zamknąć bieżący dokument i stracić wszystkie zmiany?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Dokument nie jest zapisany!\n" #~ "\n" #~ "Czy chcesz wyjść z wxMaximy i stracić wszystkie zmiany?" #~ msgid "Error %d" #~ msgstr "Błąd %d" #~ msgid "Find..." #~ msgstr "Znajdź..." #~ msgid "Functions and macros" #~ msgstr "Funkcje i makra" #~ msgid "Height:" #~ msgstr "Wysokość:" #~ msgid "Input" #~ msgstr "Wejście" #~ msgid "Labels" #~ msgstr "Etykiety" #~ msgid "Panes" #~ msgstr "Panele" #~ msgid "Quit?" #~ msgstr "Wyjść?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Wykonaj wszystkie komórki\tCtrl+R" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Cofnij\tCtrl+Z" #~ msgid "Save changes before closing?" #~ msgstr "Zapisać zmiany przed wyjściem?" #~ msgid "Save changes?" #~ msgstr "Zapisać zmiany?" #~ msgid "Save document as ..." #~ msgstr "Zapisz dokument jako ..." #~ msgid "Set &Precision..." #~ msgstr "Ustaw &dokładność" #~ msgid "Show Maxima header" #~ msgstr "Pokaż nagłówek Maximy" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Pokazuj przy starcie nagłówek Maximy o systemie i kompilacji" #~ msgid "Start animation" #~ msgstr "Uruchom animacje" #~ msgid "Stop animation" #~ msgstr "Zatrzymaj animacje" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Statystyka\tAlt+Shift+S" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Podziel komórki" #~ msgid "To &Float\tCtrl+F" #~ msgstr "&Wartość\tCtrl+F" #~ msgid "Width:" #~ msgstr "Szerokość:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Automatycznie zamyka nawiasy w polach tekstowych." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon:" #~ msgid "Zoom set to " #~ msgstr "Powiększenie ustawione na" #, fuzzy #~ msgid "implies" #~ msgstr "Uprość" #~ msgid "lines hidden" #~ msgstr "ukryte linie" #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima jest graficznym interfejsem dla programu Maxima \n" #~ "komputerowego systememu obliczeń symbolicznych" #~ msgid "wxMaxima options" #~ msgstr "wxMaxima preferencje" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Dokument wxMaxima (*.wxm)|*.wxm|xml dokument wxMaxima (*.wxmx)|*.wxmx|" #~ "Plik wsadowy Maxima (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon:" wxmaxima-Version-18.02.0/locales/pt_BR.po000066400000000000000000006211031324204105000201220ustar00rootroot00000000000000# wxMaxima Brazilian Portuguese po translation. # Copyright (C) 2006-2012 Eduardo M Kalinowski # This file is distributed under the same license as the wxMaxima package. # Eduardo M Kalinowski , 2006-2012. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: wxMaxima\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2012-11-15 15:29-0200\n" "Last-Translator: Eduardo M Kalinowski \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Suporte a Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Versão do Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Não conectado ao Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Não conectado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "Ál&gebra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Aplicar a lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Apropos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Carregar arquivo &batch...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "Problema de valor de &fronteira..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "Relatar &bug" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Cálculo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "Forma &canônica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "Polinômio característico..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Limpar memória" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Combinar fatoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "Simplificação &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "Fração &contínua" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Copiar\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Integração &definida" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&Demoivre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Diferenciar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Editar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Eliminar variável..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Introduzir matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Exemplo..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Expandir expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Expandir trigonométricas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Exponencializar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Exportar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&Fatorar expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Encontrar &raiz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Gerar matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Máximo &divisor comum..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "Aj&uda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Integrar..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Interromper\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Interromper\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Inverter matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Carregar pacote...\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "&Mapear a lista..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Mostrar ajuda do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Cálculo com &módulo..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Novo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numérico" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Integração &numérica" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "&Abrir\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Abrir...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "G&ráfico" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Séries de &potências" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Imprimir...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Racional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Reduzir trigonometricas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Raízes do polinômio (real)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Salvar\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Simplificar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Simplificar expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Simplificar fatoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Simplificar trigonométricas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Resolver..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "E&special" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Série de &Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Transpor matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "Simplificação &trigonométrica" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Usar idioma padrão)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Infinito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "Um 'cursor horizontal' foi introduzido no wxMaxima 0.8.0. Ele é mostrado " "como uma linha horizontal entre células. Ele mostra onde uma nova célula vai " "aparecer se você digitar ou colar texto, ou se executar um comando do menu." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "Um novo formato de documento foi introduzido no wxMaxima 0.8.2 que salva não " "só a entrada e os comentários textuais, mas também as saídas dos cálculos. " "Quando salvar o documento, selecione o formato 'Documento XML do wxMaxima'." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Quebra de página" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Valor no pon&to..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Sobre" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Sobre o wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Marcador da célula ativa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Matriz ad&junta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Adicionar &igualdade algébrica..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Adicionar um diretório ao caminho de busca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Abrir um documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Adicionar diretório ao caminho:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Adicionar igualdade ao simplificador racional" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Adicionar ao &caminho..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Parâmetros adicionais para o Maxima (p.ex. -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Parâmetros adicionais:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Variável antiga:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Salvar animação..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Encontrar o limite de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Encontrar o limite de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Abrir um documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Aplicar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Apropos" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Matriz:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Arte por" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Pedir salvamento de documentos sem título" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Valor no ponto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "CC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Gráfico de barras..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Arquivos de lote (*.bat)|*.bat|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Arquivo batch (de lote)" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Negrito" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Gráfico de caixa..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Procurar" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "&Informações do build" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 #, fuzzy msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Por padrão Shift+Enter é usado para avaliar comandos, e Enter é usado para " "entrada de múltiplas linhas. Ese comportamento pode ser alterado na janela " "'Editar->Configurações' marcando 'Enter calcula células'. Essa opção inverte " "as ações das duas teclas." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Mudar variável..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "C&onfigurações" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Calcular &produto..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Calcular &soma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Valor bigfloat do último resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Valor float do último resultado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Calcular módulo:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Valor float do último resultado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Calcular produtos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Calcular somas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Não é possível se conectar com o servidor web." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Não foi possível baixar informação de versão." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Cancelar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Forma canônica (tr)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Catalão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "Cé&lula" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Marcador da célula" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Alterar exibição &2d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Alterar a algoritmo de exibição 2d usado para mostrar a saída matemática" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Mudar variável" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Mudar variável em integral ou soma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Polinômio característico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Procurar por atualizações" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Verificar se existe uma nova versão do wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Chinês (tradicional)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Escolher fonte" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Informe novo formato para gráficos:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Classes:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Fechar\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Fechar janela" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Nomes das colunas:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Colunas:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Combinar fatoriais numa expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Coordenadas x separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Coordenadas y separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Coordenadas x separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Coordenadas x separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Coordenadas x separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Comentar seleção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Comentar seleção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Completar palavra\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Completar palavra" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Simplificação &complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Calcular a fração contínua de um valor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Calcular a matriz adjunta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Calcular o polinômio característico de uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Calcular o determinante de uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Calcular o máximo divisor comum" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Calcular a inversa de uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "Calcular o mínimo múltiplo comum (faça load(functs) antes de usar)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Condição:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Arquivo de configuração (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Aviso da configuração" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Configurar o wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Constante" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Contrair logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "Converter binômios e as funções beta e gama para fatoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "Converter binômios, fatoriais e a função beta para a função gama" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Converter expressões complexas para a forma polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Converter expressões complexas para a forma retangular" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Converter função exponencial de argumento imaginário para a forma " "trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Converter logaritmo de um produto para soma de logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Converter soma de logaritmos para logaritmos de um produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Converter para &fatoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Converter para &gama" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Converter para forma &polar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Converter para forma &retangular" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Converter expressão trigonométrica para forma canônica quasilinear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Converter funções trigonométricas para a forma exponencial" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Copiar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Copiar entrada anterior\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Copiar saída anterior\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Copiar como imagem" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Copiar como LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Copiar como imagem" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Copiar como LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Copiar como LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "&Copiar como texto\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Copiar como imagem" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Copiar seleção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Copiar seleção do documento como imagem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Copiar seleção do documento como imagem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Copiar seleção do documento como imagem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Copiar seleção do documento como texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Copiar seleção do documento no formato LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Cria uma nova célula com a entrada anterior" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Cria uma nova célula com a saída anterior" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Cursor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Recortar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Cortar\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Cortar seleção" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Tcheco" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Dinamarquês" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Matriz de dados:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Arquivo de dados (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Dados:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Decompor função racional em frações parciais" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Padrão" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Fonte padrão:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "A porta padrão usada para comunicação entre o Maxima e o wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Apagar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Apagar f&unção..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Apagar seleção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "&Apagar variável..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Apagar uma função" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Apagar uma variável" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Apagar todos os valores da memória" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Apagar função(ões):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Apagar variável(is):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Grau denom.:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Grau máximo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Derivada:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Desvio..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Di&vidir polinômios..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Derivar..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Diferenciar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Diferenciar expressão" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Diferenciar..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Direção:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Gráfico discreto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Mostar forma Te&X" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Algoritmo de exibição" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Resolver equação(ões)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Exibir último resultado na forma Te&X" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Exibir tempo usado para execução" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Dividir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Dividir célula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Dividir célula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Dividir números ou polinômios" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Você quer salvar as mudanças feitas no documento \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Fundo do documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " foi salvo com uma versão mais nova do wxMaxima e talvez não seja carregado " "corretamente. Por favor atualize seu wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " foi salvo com uma versão mais nova do wxMaxima. Por favor atualize seu " "wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Não salvar" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "E&quações" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Sai&r\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Autov&etores" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Auto&valores" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Eliminar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Eliminar uma variável de um sistema de equações" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Inglês" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Informe os dados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "&Introduzir matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Introduza uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Informe uma equação para simplificação racional:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Informa uma lista de variáveis separadas por vírgulas." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter calcula células" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Informe uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Informe a nova precisão:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Informe o caminho para o executável Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Equação:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Equação %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Equação(ões):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Equação:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Equações:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Erro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Erro!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Avaliar célula(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Avaliar formas substa&ntivas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Avaliar todas as células\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Avaliar todas as células\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Avaliar célula(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Avaliar célula(s)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Avaliar todas as células\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Avaliar célula(s)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Avaliar célula ativa ou selecionada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Avaliar todas as células no documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Avaliar todas as formas substa&ntivas na expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Avaliar todas as células no documento" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Avaliar formas substa&ntivas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Exemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Texto de exemplo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Exemplo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Sair do wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Expandir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Expandir (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Expandir expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Expandir logaritmos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Expandir uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Expandir expressão trigonométrica" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Exportar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Exportar documento para o formato HTML ou pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Exportação para HTML falhou!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Exportação para TeX falhou!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Exportação para HTML falhou!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Exportação para TeX falhou!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Exportação para TeX falhou!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Exportar..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Expressão" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Expressão(ões):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Expressão:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Fatorar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Fatorar complexo" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Fatorar expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Fatorar uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Fatorar uma expressão em números gaussianos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Fatoriais e &gama" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Erro fatal" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Figura %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Arquivo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Arquivo não encontrado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Arquivo não encontrado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Arquivo não encontrado" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "O arquivo que você tentou abrir não existe." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Arquivo:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Localizar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Localizar\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Encontrar &limite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Encontrar mínimo..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Encontrar raiz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Encontrar um mínimo (sem restrição) de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Encontrar o limite de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Encontrar uma raíz de uma equação num intervalo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Encontrar todas as raízes de um polinômio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Encontrar todas as raízes de um polinômio (bfloat)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Localizar e substituir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Localizar e substituir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Encontrar os autovalores de uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Encontrar os autovetores de uma matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Encontrar mínimo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Encontrar as raízes reais de um polinômio" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Encontrar raiz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Localizar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Dinamarquês" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Fonte monoespaçada nos controles de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Selecionar tudo\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Fonte usada para exibir o documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Fonte usada para exibir caracteres matemáticos no documento." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Fontes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Formato:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Francês" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "De:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Tela cheia\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Função" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Função(ões):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Função:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Funções para simplificação complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Funções para simplificar fatoriais e a função gama" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Funções para simplificar expressões trigonométricas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "MDC" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Imagem GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Matemática Geral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Matemática Geral\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Gerar matriz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Gerar matriz da expressão..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Gerar uma matriz de uma array bidimensional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Gerar uma matriz de uma expressão lambda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Alemão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Obter parte &imaginária" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Obter &série..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Obter transformada de Laplace de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Obter parte re&al" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Obter transformada inversa de Laplace de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Obter série de Taylor ou de potências de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Obter a parte imaginária de uma expressão complexa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Obter a parte eral de uma expressão complexa" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Grego" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Matemática Geral\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Grade:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "Arquivo HTML (*.html)|*.html|Arquivo pdfLaTeX (*.tex)|*.tex|Todos|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Ajuda" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Dividir célula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Esconder todos\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Dividir célula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Inserir Célula\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Dividir célula" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Seção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Esconder todos os painéis" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Destaque (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histograma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histograma..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Histórico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "Histórico\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "O cursor horizontal funciona como um cursor normal, mas ele opera em " "células: pressione as setas para cima ou para baixo para movê-lo; segure " "Shift enquanto move para selecionar células; pressione Backspace ou Delete " "duas vezes apaga a célula próxima ao cursor." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Húngaro" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "CI1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "CI2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Se seu cálculo está demorando de mais para executar, você pode tentar os " "menus 'Maxima->Interromper' ou 'Maxima->Reiniciar o Maxima'." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Imagem" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Imagens (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Incluir colunas:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Nova variável:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Infinito" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Informações sobre a versão do maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Estimativas iniciais:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Problema de valor inicial (&1)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Problema de valor inicial (&2)..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Rótulos de entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Inserir" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Inserir célula de &seleção\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Inserir célula de &texto\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Inserir Célula\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Inserir imagem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Inserir imagem..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Nova &célula de entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Inserir quebra de página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Inserir célula de s&ubseção\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Inserir célula de s&ubseção\tCtrl+4" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Inserir célula de seleção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Inserir célula de subseção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Inserir célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Inserir célula de tít&ulo\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Inserir célula de texto" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Inserir célula de título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Inserir nova célula de entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Inserir nova célula de seleção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Inserir nova célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Inserir nova célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Inserir nova célula de texto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Inserir nova célula de título" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Inserir uma quebra de página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Inserir imagem" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Integrar expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Integral/soma:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Integrar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Integrar (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Integrar expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Integrar expressão com o algoritmo Risch" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Integrar..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 #, fuzzy msgid "Intelligently hide cell brackets" msgstr "Marcador da célula ativa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Integrar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Integrar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Integrar" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Interromper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Interromper cálculo atual" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Entrada inválida para o programa Maxima.\n" "\n" "Por favor informe o caminho do programa Maxima novamente." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Inversa de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "T&ransformada inversa de Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Italiano" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Itálico" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japonês" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Manter símbolo de percentual com símbolos especiais: %e, %i, etc." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "MMC" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Idioma usada para a interface do wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Idioma:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Transformada de Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Mínimo múltiplo comum..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Mínimos quadrados" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Mínimos quadrados..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Limite" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Limite..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Regressão linear..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Lista:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Carregar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Carregar pacote" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Carregar um arquivo do Maxima usando o comando batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Carregar um arquivo de pacote Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Ler estilo de um arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Limite inferior:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Ma&pear a uma matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Barra de ferramentas\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Criar &lista..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Fazer substituição numa expressão" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Mapear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Mapear função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Mapear função a uma matriz" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Arquivo batch (de lote)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Parêntesis aos pares nos controles de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Fonte matemática:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Fonte matemática:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Mapear a matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Nome da matriz:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matriz:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Questões do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Questões do Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Ícone do wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima está calculando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Questões do Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Entrada do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima está calculando" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Entrada do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Pacote Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Pacote Maxima (*.mac)|*.mac|Pacote Lisp (*.lisp)|*.lisp|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima terminado." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Programa Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Questões do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima iniciado. Aguardando conexão..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Iniciar animação" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "O Maxima usa ':' para atribuir valores ('a : 3;') e ':=' para definir " "funções ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Versão do Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Entrada do Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Teste de diferença entre médias..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Teste de média..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Média..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Média:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Mediana..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Mesclar células" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "Mesclar células" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Método:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Parêntesis aos pares nos controles de texto" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Módulo" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Nome:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Novo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Novo\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Novo documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Valor novo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Nova variável:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Próximo comando\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Nenhuma correspondência encontrada!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Teste de normalidade..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Dimensão inválida para matriz!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Número de equações inválido!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Não conectado ao Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Não conectado." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Grau num.:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Número de equações:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Número de equações:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Números" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Valor antigo:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Variável antiga:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Teste t com uma amostra" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Tutoriais online" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Abrir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Abrir recente" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Abrir uma célula quando o Maxima espera entrada" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Abrir um documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Abrir uma nova janela" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Abrir documento" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Abrir matriz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Abrindo arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Opções" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Opções:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Células desatualizadas" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Rótulos de saída" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Aproximação de P&adé..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "Imagem PNG (*.png)|*.png|Imagem JPEG (*.jpg)|*.jpg|Bitmap do Windows (*.bmp)|" "*.bmp|Pixmap X (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Aproximação de Padé" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Aproximação de Padé de uma série de Taylor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Quebra de página" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Gráfico paramétrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "&Frações parciais..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Frações parciais" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Partes do documento não serão carregadas corretamente!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 #, fuzzy msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "Partes do documento não serão carregadas corretamente!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Colar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Colar\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Colar da área de transferência" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Colar texto da área de transferência" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Gráfico de torta..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Queira configurar o wxMaxima com 'Editar->Configurações'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Queira reiniciar o wxMaxima para as mudanças terem efeito!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Gráfico &2d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Gráfico &3d..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Formato do gráfico..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Gráfico 2D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Gráfico 2D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Gráfico 2d..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Gráfico 3D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Gráfico 3D..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Gráfico 3d..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Formato do gráfico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Gráfico bidimensional" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Gráfico tridimensional" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Gráfico para arquivo:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Ponto:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polonês" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinômio 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinômio 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Português (Brasileiro)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Arquivo Postscript (*.eps)|*.eps|Todos|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Precisão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 #, fuzzy msgid "Preferences...\tCtrl+," msgstr "Preferências...\tCTRL+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Comando anterior\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Imprimir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Imprimir documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Imprimir documento" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Produto" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Avaliar todas as células no documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Avaliar todas as células no documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Ler matriz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Lendo saída do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Pronto para entrada do usuário" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Recuperar o próximo comando do histórico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Recuperar o comando anterior do histórico" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Forma ret" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "&Desfazer\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Desfazer última alteração" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Reduzir (tr)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Reduzir expressão trigonométrica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Remover todas as saídas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Criar lista de uma expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Remover saídas das células de entrada" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Selecionar tudo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Substituídas %d ocorrências." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Relatar bug" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Reiniciar Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Integração Risch..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Raízes de &polinômio" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Raízes do polinômio (bfloat)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Linas:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Russo" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Amostra 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Amostra 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Amostra:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Salvar" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Salvar animação..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Salvar como" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Salvar como...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Salvar imagem..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Salvar seleção para imagem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Salvar seleção para imagem..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Salvar animação para arquivo" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Salvar documento" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Salvar documento como" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Salver layout dos painéis" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Salvar layout dos painéis entre sessões." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Salvar gráfico para um arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Salvar seleção do documento para uma imagem" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Salvar seleção para arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Salvar estilo para um arquivo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Salvar posição/tamanho da janela do wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Salvar posição/tamanho da janela do wxMaxima entre sessões." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Falha ao iniciar o servidor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Gráfico de dispersão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Gráfico de dispersão..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Seção" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Selecionar célula" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Seleção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Selecionar tudo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Selecionar tudo\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Selecione o programa Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Selecione a subamostra" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Selecione uma constante" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Selecionar tudo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Selecione o algoritmo de exibição de fórmulas" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 #, fuzzy msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Selecionar uma parte da saída e clicar com o botão direito na seleção traz " "um menu com funções convenientes que operam na seleção." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Seleção" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Série" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Série..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Servidor iniciado" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Ajustar zoom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Ajustar a precisão de ponto flutuante" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Usa fonte monoespaçada nos controles de texto." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Ajustar formato do gráfico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Iniciar animação" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Definir zoom em 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Definir zoom em 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Definir zoom em 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Definir zoom em 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Definir zoom em 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Definir zoom em 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Configurar valores em pontos para resolver EDO com transformada de Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Configurar cálculos com módulo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Mostar &definição..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Mostrar &funções" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "&Mostar dicas..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Mostrar &variáveis" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Mostrar ajuda do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Exibir modelo\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Mostrar uma dica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Mostrar todos os comandos semelhantes a:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Mostrar um exemplo para o comando:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Mostrar um exemplo de uso" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Mostrar os comandos semelhantes a" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Mostrar funções definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Mostrar variáveis definidas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Mostrar definição de uma função" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Mostrar modelo de função" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Mostrar &variáveis" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Mostrar expressões grandes no documento do wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Mostrar expressões longas" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Mostrar &funções" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Mostrar a definição da função:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Mostrar ajuda do Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Simplificar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Simplificar &radicais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Simplificar (r)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Simplificar (tr)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Simplificar expressão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Simplificar uma expressão envolvendo fatoriais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Simplificar uma expressão envolvendo radicais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Simplificar uma expressão racional" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Simplificar a soma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Simplificar uma expressão trigonométrica" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Desde o wxMaxima 0.8.2 você pode inserir imagens nos documentos. Use o menu " "'Célula->Inserir imagem...'. Note que você precisa salvar o documento no " "formato 'Documento XML do wxMaxima' para que a imagem seja salva junto com o " "documento." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Solução:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Resolver" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Resolver sistema &algébrico..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Resolver sistema &linear..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Resolver ED&O..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Resolver (to_poly)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Resolver EDO ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Resolver EDO com Laplace..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Resolver EDO..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Resolver sistema algébrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Resolver sistema de equações algébricas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Resolver problema de contorno para EDO de segunda ordem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Resolver equação(ões)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Resolver equação(ões) como to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Resolver problema de valor inicial para EDO de primeira ordem" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Resolver problema de valor inicial para EDO de segunda ordem" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Resolver sistema linear" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Resolver sistema de equações lineares" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Resolver equação diferencial ordinário de grau máximo 2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "Resolver equação diferencial ordinário com transformada de Laplace" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Resolver..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Espanhol" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Especial" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Constantes especiais" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Iniciar animação" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Iniciar animação" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Falha ao iniciar o Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Iniciando Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Falha ao iniciar o servidor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Iniciando servidor na porta %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Estatísticas" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Estatísticas\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Cadeias de caracteres" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Estilo" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Estilos" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Subamostra..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Substituir..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Substituir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Substituir..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Soma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Estatísticas\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Informações de sistema" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Barra de ferramentas\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Série de Taylor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Célula de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Célula de texto" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Fundo da célula de texto" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Cortar seleção" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "A porta padrão usada para comunicação entre o Maxima e o wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "T&ransformada inversa de Laplace..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 #, fuzzy msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "Há vários recursos sobre o Maxima e o wxMaxima na internet. Visite http://" "wxmaxima.sourceforge.net/wiki/index.php/Tutorials para mais informações " "sobre o uso do wxMaxima e do Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Houve um erro no XML gerado!\n" "\n" "Favor relatar isso como um bug." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Marcações:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Vezes:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Título" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Célula de título" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Células de título, seção e subseção podem ser recolhidas para ocultar seu " "conteúdo. Para recolher ou expandir, clique no quadrado próximo à celula. Se " "você segurar Shift enquanto clica, todos os subníveis daquela célula também " "serão recolhidos/expandidos." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "Para &bigfloat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "Para &float" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "Para float" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Para fazer gráficos em coordenadas polares, selecione 'Polar' em Opções na " "janela de gráficos bidimensionais. Você também pode fazer gráficos em " "coordenadas esféricas e cilíndricas em 3D." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 #, fuzzy msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Para inserir parêntesis ao redor de uma expressão, selecione-a e pressione " "'(' ou ')', dependende de onde você quer que o cursor apareça depois." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Para salvar o tamanho e posição da janela do wxMaxima entre sessões, use a " "janela 'Maxima->Configurações'." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 #, fuzzy msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Para iniciar a usar o wxMaxima, digite o seu comando. Uma célula de entrada " "deve aparecer. Aperte Shift+Enter para executar seu comando." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "Até:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Alternar flag &algébrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Alternar saída &numérica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Alternar exibição do &tempo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Alternar flag algébrico" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Salvar animação para arquivo" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Alternar edição em tela cheia" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Alternar saída numérica" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Ícones da barra de ferramentas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Traduzido por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transposta de uma matriz" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Tutoriais" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Teste t com duas amostras" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Copiar como imagem" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tipo:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ucraniano" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Sublinhado" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "&Desfazer\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Desfazer última alteração" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Selecionar tudo\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Seção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Constantes gregas" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Suporte Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Atualizar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Limite superior:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "User algoritmo Gosper" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Usar um ponto centralizado para indicar multiplicação" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Usar fontes do jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Valor:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Variável antiga:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Variável(is):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Variável:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Variáveis" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Variáveis:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Variância..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Aviso" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Bem-vindo ao wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Ao aplicar funções com um argumento a partir dos menus, o argumento padrão é " "'%'. Para aplicar a função a um outro valor, selecione-o do documento antes " "de executar o comando do menu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Escrito por" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "sim" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Você pode acessar a última saída com a variável '%'. Você pode acessar a " "saída de comandos anteriores usando a variável '%on' onde n é o número da " "saída." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Você pode avaliar todo o documento usando o menu 'Célula->Avaliar todas as " "células' ou a tecla de atalho correspondente. As células serão avalidas na " "ordem em que aparecem no documento." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Você pode obter ajuda sobre uma função do Maxima selecionando-a ou clicando " "no nome da função e apertando F1. O wxMaxima vai pesquisar no índice da " "ajuda pela palavra selecionada ou pela palavra onde está o cursor." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Você pode esconder a saída das células clicando no triângulo no lado " "esquerdo das células. Isso funciona também em células de texto." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "Você pode inserir diferentes tipos de 'células' num documento do wxMaxima " "usando o menu 'Célula'. Note que apenas 'células de entrada' são avaliadas, " "as outras são usadas para comentar ou estruturar seus cálculos." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Você pode selecionar vários células com o mouse - clique e arraste desde " "algum ponto entre células ou dos marcadores à esquerda - ou com o teclado - " "segure Shift enquanto move o cursor horizontal - e então operar na seleção. " "Isso é útil quando você quer apagar ou calcular múltiplas células." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Você tem a versão %s. A versão atual é %s.\n" "\n" "Selecione OK para visitar a página do wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Suas mudanças serão perdidas se você não as salvar." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Sua versão do wxMaxima está atualizada." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "Aprox&imar\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "Afas&tar\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Aproximar em 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Afastar em 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ não salvo ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ não salvo* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "Expandir" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisimétrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Aplicar função a uma lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "bilateral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "padrão" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "diagonal" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Criar lista" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "geral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "Localizar" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "embutido" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Direção:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "esquerda" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "escala logarítmica" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matriz[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "Localizar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "não" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "não" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "não" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "não" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Frações parciais" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "direita" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Subseção" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Célula de subseção" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simétrica" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "não salvo" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "sem título" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "sem título %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Nomes de funções" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "&Ajuda do Maxima\tCTRL+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "&Ajuda do Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Configuração do wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "O wxMaxima não pôde encontrar o Maxima!\n" "\n" "Queira configurar o wxMaxima com 'Editar->Configurações.\n" "Então inicie o Maxima com 'Maxima->Reiniciar maxima'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "O wxMaxima não pôde encontrar os arquivos de ajuda.\n" "\n" "Queira verificar sua instalação." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "O wxMaxima não pôde iniciar o servidor.\n" "\n" "Verifique se você tem suporte a rede\n" "habilitado e tente novamente!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "As janelas do wxMaxima têm valores padrão para as entradas, um dos quais é " "'%'. Se você selecionou algo no documento, a seleção será usada no lugar de " "'%'." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Documento do wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Documento do wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "o wxMaxima encontrou um erro carregando " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Ícone do wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "O wxMaxima é uma interface para o sistema de álgebra computacional MAXIMA " "baseada no wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "O wxMaxima é uma interface baseada no wxWidgets para o sistema de álgebra " "computacional MAXIMA." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Iniciar animação" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Exportar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "sim" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Questões do Maxima" #~ msgid "Parsing output" #~ msgstr "Interpretando saída" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "O wxMaxima não pôde encontrar os arquivos de dicas.\n" #~ "\n" #~ "Queira verificar sua instalação." #~ msgid "Tips not available, sorry!" #~ msgstr "Dicas não disponíveis, desculpe!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Houve um erro na exportação para GIF!\n" #~ "\n" #~ "Certifique-se de que o ImageMagick está instalado e o wxMaxima pode " #~ "encontrar o programa \"convert\"." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Exibir tempo usado para execução" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Programa Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Questões do Maxima" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Expressão longa demais para ser exibida! >>" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Novo\tCtrl+N" #~ msgid "Animation" #~ msgstr "Animação" #~ msgid "Copy As Image" #~ msgstr "Copiar como imagem" #~ msgid "Copy LaTeX" #~ msgstr "Copiar LaTeX" #~ msgid "Default port:" #~ msgstr "Porta padrão:" #~ msgid "Document " #~ msgstr "Documento " #~ msgid "Error %d" #~ msgstr "Erro %d" #~ msgid "Find..." #~ msgstr "Encontrar..." #~ msgid "Height:" #~ msgstr "Altura:" #~ msgid "Panes" #~ msgstr "Painéis" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Avaliar todas as células\tCtrl+R" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Desfazer\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Salvar alterações antes de fechar?" #~ msgid "Save changes?" #~ msgstr "Salvar mudanças?" #~ msgid "Set &Precision..." #~ msgstr "Ajustar &precisão..." #~ msgid "Start animation" #~ msgstr "Iniciar animação" #~ msgid "Stop animation" #~ msgstr "Parar animação" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Estatísticas\tAlt+Shift+S" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Dividir célula" #~ msgid "Width:" #~ msgstr "Largura:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Escrever parêntesis aos pares nos controles de texto." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Epsilon:" #~ msgid "Zoom set to " #~ msgstr "Zoom definido em " #, fuzzy #~ msgid "implies" #~ msgstr "Simplificar" #~ msgid "lines hidden" #~ msgstr "linhas escondidas" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Documento wxMaxima (*.wxm)|*.wxm|Documento xml wxMaxima (*.wxmx)|*.wxmx|" #~ "Arquivo batch Maxima (*.mac)|*.mac" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Epsilon:" wxmaxima-Version-18.02.0/locales/ru.po000066400000000000000000007304651324204105000175560ustar00rootroot00000000000000# wxMaxima Russian po translation. # # Copyright (c) Vadim V. Zhytnikov , 2006, 2007. # Copyright (c) Sergey Semerikov , 2007. # Copyright (c) Alexey Beshenov , 2008, 2009. # Copyright (c) Max Musatov , 2013. # # This file is distributed under the same license as the wxMaxima package. msgid "" msgstr "" "Project-Id-Version: wxMaxima\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2013-03-13 11:01+0300\n" "Last-Translator: Max Musatov \n" "Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.5.4\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Поддержка Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Версия Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Нет подключения к Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Нет подключения." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "А&лгебра" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 #, fuzzy msgid "&Apply to List..." msgstr "Применить к списку..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Поиск" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "Пакетный файл...\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Краевая задача..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Сообщить об ошибке" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Анализ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Каноническая форма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Характеристический полином..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Очистить память" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 #, fuzzy msgid "&Combine Factorials" msgstr "Объединить факториалы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 #, fuzzy msgid "&Complex Simplification" msgstr "Комплексное упрощение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 #, fuzzy msgid "&Continued Fraction" msgstr "Цепная дробь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "Копировать\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "Определенное интегрирование" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "В тригонометрическую форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "Определитель" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Дифференцировать..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Правка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Исключить переменную..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Ввести матрицу..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Пример..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 #, fuzzy msgid "&Expand Expression" msgstr "Раскрыть выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 #, fuzzy msgid "&Expand Trigonometric" msgstr "Раскрыть тригонометрически" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "В экспоненциальное представление" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Экспортировать..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 #, fuzzy msgid "&Factor Expression" msgstr "Факторизовать выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Файл" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "Найти &корень..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "Создать &матрицу..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&Наибольший общий делитель..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Справка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Интегрировать..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "Прервать\tCtrl+ " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "Прервать\tCtrl+" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Обратить матрицу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "Загрузить &пакет\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 #, fuzzy msgid "&Map to List(s)..." msgstr "&Применить к элементам списка..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 #, fuzzy msgid "&Maxima help" msgstr "Показать справку по Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 #, fuzzy msgid "&Modulus Computation..." msgstr "Вычисления по &модулю..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 #, fuzzy msgid "&New\tCtrl+N" msgstr "Новый\tCtrl+N " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Численные расчёты" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "Численное интегрирование" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "Суммирование (nusum)" #: /home/gunter/src/wxmaxima/src/main.cpp:165 #, fuzzy msgid "&Open\tCtrl+O" msgstr "Открыть\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Открыть...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Графики" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "Степенной ряд" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Печать...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "Рациональное выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 #, fuzzy msgid "&Reduce Trigonometric" msgstr "Тригонометрическое приведение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "Пере&запустить Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 #, fuzzy msgid "&Roots of Polynomial (Real)" msgstr "Корни полинома (вещественные)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "Сохранить\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "Упрост&ить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "Упростить &выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 #, fuzzy msgid "&Simplify Factorials" msgstr "Упростить факториалы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 #, fuzzy msgid "&Simplify Trigonometric" msgstr "Упростить тригонометрически" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Решить..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "Дополнительно" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Ряд Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Транспонировать матрицу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 #, fuzzy msgid "&Trigonometric Simplification" msgstr "Тригонометрическое упрощение" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Использовать язык по умолчанию)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Бесконечность" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "В wxMaxima 0.8.0 появился горизонтальный курсор. Он выглядит как " "горизонтальная черта между ячейками. Он означает, что на этом месте будет " "создана новая ячейка, если вы введёте текст или выполните команду." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Разрыв страницы" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 #, fuzzy msgid "A&t Value..." msgstr "Значение в &точке..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "О программе" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "О wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Сопря&женная матрица" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 #, fuzzy msgid "Add Algebraic E&quality..." msgstr "Добавить &алгебраическое равенство..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Добавить директорию к пути поиска" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Открыть документ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Добавить директорию к пути:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Добавить равенство к упрощателю рациональных выражений" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "До&бавить к пути поиска..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Дополнительные параметры команды maxima (например, -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 #, fuzzy msgid "Additional parameters for maxima" msgstr "Дополнительные параметры:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 #, fuzzy msgid "All variable names" msgstr "Старая переменная:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Все|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Сохранить анимацию..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Найти предел выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Найти предел выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Открыть документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Применить" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "По поводу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Массив:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Изображения" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Значение в точке" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Пакетные файлы (*.bat)|*.bat|Все|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Пакетный файл" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Жирный" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 #, fuzzy msgid "Boxplot..." msgstr "Экспорт" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Просмотр" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Ин&формация о сборке" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Заменить переменную..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "Настройка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Вычислить &произведение..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Вычислить &сумму..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 #, fuzzy msgid "Calculate bigfloat value of the last result" msgstr "Численное значение выражения с повышенной точностью" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 #, fuzzy msgid "Calculate float value of the last result" msgstr "Численное значение выражения" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Вычислить модуль:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 #, fuzzy msgid "Calculate numeric value of the last result" msgstr "Численное значение выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Вычислить произведения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Вычислить суммы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Не удалось соединиться с сервером." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Не удалось загрузить информацию об обновлениях." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Отменить" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Каноническая форма (триг.)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Каталанский" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "&Ячейка" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 #, fuzzy msgid "Cell bracket" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 #, fuzzy msgid "Change &2d Display" msgstr "Изменить способ отображения выражений" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 #, fuzzy msgid "Change the 2d display algorithm used to display math output" msgstr "Изменить способ, применяемый для отображения математических выражений." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Заменить переменную" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Заменить переменную в интеграле или сумме" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Характеристический полином" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Проверить наличие обновлений" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Проверить, не вышла ли новая версия wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Китайский традиционный" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Выбор шрифта" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Выберите новый формат графиков:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Классы:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Закрыть\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Закрыть окно" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #, fuzzy msgid "Col. names:" msgstr "Имена столбцов:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Столбцы:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Объединить факториалы в выражении" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Введите список x-координат, разделенных запятыми" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Введите список y-координат, разделенных запятыми" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Введите список x-координат, разделенных запятыми" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Введите список x-координат, разделенных запятыми" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Введите список x-координат, разделенных запятыми" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 #, fuzzy msgid "Comment Selection" msgstr "Копировать выделение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 #, fuzzy msgid "Comment selection\tCtrl+/" msgstr "Копировать выделение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Завершить слово\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Завершить слово" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "Комплексное упрощение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Вычислить цепную дробь значения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Вычислить сопряжённую матрицу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Вычислить характеристический полином матрицы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Вычислить определитель матрицы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Вычислить наибольший общий делитель" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Вычислить обратную матрицу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Вычислить наменьший общий множитель (выполните load(functs) перед " "использованием)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Условие:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Файл настроек (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Предупреждение о настройке" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Настроить wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Константа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 #, fuzzy msgid "Contract Logarithms" msgstr "Объединить логарифмы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "" "Преобразовать биномиальные коэффициенты, бета- и гамма-функции в факториалы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Преобразовать биномиальные коэффициенты, факториалы и бета-функции в гамма-" "функции" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Преобразовать комплексное выражение в полярную форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Преобразовать комплексное выражение в стандатную форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Преобразовать экспоненциальную функцию мнимого аргумента в " "тригонометрическую форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Преобразовать логарифм произведения в сумму логарифмов" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Преобразовать сумму логарифмов в логарифм произведения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 #, fuzzy msgid "Convert to &Factorials" msgstr "Преобразовать в факториалы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 #, fuzzy msgid "Convert to &Gamma" msgstr "Преобразовать в гамма-функцию" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 #, fuzzy msgid "Convert to &Polarform" msgstr "Преобразовать в полярную форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 #, fuzzy msgid "Convert to &Rectform" msgstr "Преобразовать в стандартную форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" "Преобразовать тригонометрическое выражение в каноническую квазилинейную форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 #, fuzzy msgid "Convert trigonometric functions to exponential form" msgstr "" "Преобразовать тригонометрические функции в экспоненциальное представление" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Копировать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Скопировать предыдущий ввод\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 #, fuzzy msgid "Copy Previous Output\tCtrl+U" msgstr "Скопировать предыдущий ввод\tCtrl+I" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Скопировать изображение" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Скопировать LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 #, fuzzy msgid "Copy as MathML" msgstr "Скопировать изображение" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 #, fuzzy msgid "Copy as RTF" msgstr "Скопировать LaTeX" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Скопировать LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Скопировать текст\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 #, fuzzy msgid "Copy as plain text" msgstr "Скопировать изображение" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Копировать выделение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Копировать выделение в документе как изображение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Копировать выделение в документе как изображение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 #, fuzzy msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "Копировать выделение в документе как изображение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Копировать выделение в документе как текст" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Копировать выделение из документа в формате LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Создать новую ячейку с такими же входными данными" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 #, fuzzy msgid "Create a new cell with previous output" msgstr "Создать новую ячейку с такими же входными данными" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Курсор" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Вырезать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Вырезать\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Вырезать выделение" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Чешский" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Датский" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 #, fuzzy msgid "Data Matrix:" msgstr "Матрица:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Файл с данными (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Данные:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Разложить рациональную функцию на простые дроби" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "По умолчанию" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Шрифт по умолчанию:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 #, fuzzy msgid "Default port for communication with wxMaxima:" msgstr "Порт, используемый по умолчанию для связи программ Maxima и wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Удалить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Удалить &функцию" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Удалить &выделение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Удалить &переменную" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Удалить функцию" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Удалить переменную" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Удалить все значения из памяти" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Удалить функцию(ции)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Удалить переменную(ные):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Степень знаменателя:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Глубина:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Производная:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 #, fuzzy msgid "Deviation..." msgstr "Анимация" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 #, fuzzy msgid "Di&vide Polynomials..." msgstr "Делить полиномы..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Дифференцировать..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Дифференцировать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Дифференцировать выражение" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Дифференцировать..." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Направление:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Дискретный график" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Вывести в формате &TeX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Способ вывода" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Решить уравнение(ния)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Вывести выражение в формате TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Отображать время выполнения команд" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 #, fuzzy msgid "Divide Cell" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 #, fuzzy msgid "Divide Cell\tCtrl+D" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Делить числа или полиномы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, fuzzy, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Сохранить изменения в документе \"" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Фон документа" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" " был сохранён более новой версией wxMaxima и может не загрузиться корректно. " "Пожалуйста, обновите wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 #, fuzzy msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " был сохранён более новой версией wxMaxima. Пожалуйста, обновите wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Не сохранять" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Уравнения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Выход\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Собственные векторы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Собственные значения" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Исключить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Исключить переменную из системы уравнений" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "Английский" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Введите данные" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Ввести матрицу..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Ввод матрицы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Введите уравнение для рационального упрощения" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Введите список переменных, разделенных запятыми." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter отправляет ячейку на вычисление" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Ввести матрицу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 #, fuzzy msgid "Enter new precision for bigfloats:" msgstr "Введите новую точность:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Введите путь к исполняемому файлу Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 #, fuzzy msgid "Epsilon" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 #, fuzzy msgid "Epsilon:" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Уравнение:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Уравнение %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Уравнения:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Уравнение:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Уравнения:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Ошибка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Ошибка!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 #, fuzzy msgid "Evaluate" msgstr "Вычислить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 #, fuzzy msgid "Evaluate &Noun Forms" msgstr "Вычислить невычисляемые (noun) формы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 #, fuzzy msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Вычислить все\tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 #, fuzzy msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Вычислить все\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Вычислить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 #, fuzzy msgid "Evaluate Cells Above" msgstr "Вычислить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 #, fuzzy msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Вычислить все\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 #, fuzzy msgid "Evaluate Cells Below" msgstr "Вычислить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 #, fuzzy msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Вычислить поле\tShift+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 #, fuzzy msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Вычислить поле\tShift+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 #, fuzzy msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Вычислить поле\tShift+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 #, fuzzy msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Вычислить поле\tShift+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Отправить на вычисление выделенные ячейки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Отправить на вычисление все ячейки в документе" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Вычислить все невычисляемые (noun) формы в выражении" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 #, fuzzy msgid "Evaluate all visible cells in the document" msgstr "Отправить на вычисление все ячейки в документе" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 #, fuzzy msgid "Evaluate to point" msgstr "Вычислить невычисляемые (noun) формы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Пример" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Текст примера" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 #, fuzzy msgid "Examples:" msgstr "Пример" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Выход из wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Раскрыть" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Раскрыть (триг)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 #, fuzzy msgid "Expand Expression" msgstr "Раскрыть выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 #, fuzzy msgid "Expand Logarithms" msgstr "Раскрыть логарифмы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Раскрыть выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Раскрыть тригонометрическое выражение" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Экспорт" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Экспортировать документ в HTML- или pdfLaTeX-файл" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 #, fuzzy msgid "Export equations to HTML as:" msgstr "Экспорт в HTML не удался!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 #, fuzzy msgid "Export failed." msgstr "Экспорт в TeX не удался!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Экспорт в HTML не удался!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Экспорт в TeX не удался!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #, fuzzy msgid "Exporting to maxima batch file failed!" msgstr "Экспорт в TeX не удался!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 #, fuzzy msgid "Exporting..." msgstr "&Экспортировать..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Выражение" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Выражение(ния):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Факторизовать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 #, fuzzy msgid "Factor Complex" msgstr "Факторизовать комплексное число" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 #, fuzzy msgid "Factor Expression" msgstr "Факторизовать выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Факторизовать выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Факторизовать выражение в гауссовых числах" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 #, fuzzy msgid "Factorials and &Gamma" msgstr "Факториалы и гамма-функции" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Фатальная ошибка" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, fuzzy, c-format msgid "Figure %d:" msgstr "Настройка" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Файл" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 #, fuzzy msgid "File could not be opened" msgstr "Файл не найден" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Файл не найден" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 #, fuzzy msgid "File opened" msgstr "Файл не найден" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Такого файла не существует." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Файл:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Найти" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Найти\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Найти &предел..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Найти &минимум..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Найти корень..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 #, fuzzy msgid "Find a (unconstrained) minimum of an expression" msgstr "Найти предел выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Найти предел выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Найти корень уравнения на интервале" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Найти все корни полинома" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 #, fuzzy msgid "Find all roots of a polynomial (bfloat)" msgstr "Найти все корни полинома" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Найти и заменить" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Найти и заменить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Найти собственные значения матрицы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Найти собственные векторы матрицы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Найти минимум" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Найти вещественные корни полинома" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Найти корень" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 #, fuzzy msgid "Find:" msgstr "Найти" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 #, fuzzy msgid "Finnish" msgstr "Датский" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Фиксированный шрифт в элементах управления" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 #, fuzzy msgid "Fold All\tCtrl+Alt+[" msgstr "Выделить всё\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 #, fuzzy msgid "Follow" msgstr "желтый" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 #, fuzzy msgid "Font used for display in document." msgstr "Шрифт, используемый в консоли." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 #, fuzzy msgid "Font used for displaying math characters in document." msgstr "Шрифт для изображения греческих букв в консоли." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Шрифты" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Формат:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Французский" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Из:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Полноэкранный режим\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Функция" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Функции:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Функция:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Функции для упрощения комплексных чисел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Функции для упрощения факториалов и гамма-функций" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Функции для упрощения тригонометрических выражений" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "НОД" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "Изображение в формате GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Математика" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Создать матрицу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Создать матрицу из &выражения..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Создать матрицу из двумерного массива" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Сгенерировать матрицу из лямбда-функции" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Немецкий" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Получить &мнимую часть" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 #, fuzzy msgid "Get &Series..." msgstr "Разложить в ряд ... " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Вычислить преобразование Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Получить &вещественную часть" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Вычислить обратное преобразование Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Вычислить разложение выражения в степенной ряд или ряд Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Вычислить мнимую часть комплексного выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Вычислить вещественную часть комплексного выражения" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Греческий" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 #, fuzzy msgid "Greek Letters" msgstr "Греческие константы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 #, fuzzy msgid "Greek Letters\tAlt+Shift+G" msgstr "Статистика\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Греческие константы" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Сетка:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 #, fuzzy msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "HTML-файлы (*.html)|*.html|Файл pdfLaTeX (*.tex)|*.tex|Все|*" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Справка" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 #, fuzzy msgid "Hide" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 #, fuzzy msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Скрыть все\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 #, fuzzy msgid "Hide Code" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 #, fuzzy msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Добавить ячейку\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 #, fuzzy msgid "Hide Part" msgstr "Делить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 #, fuzzy msgid "Hide Section" msgstr "Раздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 #, fuzzy msgid "Hide Subsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 #, fuzzy msgid "Hide Subsubsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Скрыть все панели" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 #, fuzzy msgid "Hide contents" msgstr "Греческие константы" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 #, fuzzy msgid "Highlight (dpart)" msgstr "Выделение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Гистограмма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Гистограмма..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "История" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 #, fuzzy msgid "History\tAlt+Shift+I" msgstr "История\tAlt+Shift+H" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Венгерский" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "НУ1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "НУ2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Изображение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Изображения (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "по переменной:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Бесконечность" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Информация о сборке Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 #, fuzzy msgid "Initial Value Problem (&1)..." msgstr "Задача с начальным условием (&1) ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 #, fuzzy msgid "Initial Value Problem (&2)..." msgstr "Задача с начальным условием (&2) ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Метки ввода" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Вставить" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Новый &раздел\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Новый &комментарий\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Добавить ячейку\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Вставить изображение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Вставить изображение..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Новая &ячейка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Вставить разрыв страницы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Новый &подраздел\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 #, fuzzy msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Новый &подраздел\tCtrl+4" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Новый раздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Новый подраздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 #, fuzzy msgid "Insert Subsubsection Cell" msgstr "Новый подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Новый &заголовок\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Новый комментарий" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Новый заголовок" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Вставить новое поле ввода" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Вставить новый раздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Вставить новый подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 #, fuzzy msgid "Insert a new subsubsection cell" msgstr "Вставить новый подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Вставить новое текстовое поле" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Вставить новый заголовок" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Вставить разрыв страницы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Вставить изображение" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 #, fuzzy msgid "Integral sign" msgstr "Интегрировать выражение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Интеграл/сумма:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Интегрировать" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Интегрировать (Рич)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Интегрировать выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Интегрировать выражение при помощи алгоритма Рича" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Интегрировать..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Интегрировать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Интегрировать" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Интегрировать" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Прервать" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Прервать текущее вычисление" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 #, fuzzy msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Неверный путь к программе maxima.\n" "\n" "Пожалуйста, введите путь к программе maxima снова." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Обратное преобразование Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 #, fuzzy msgid "Inverse Laplace T&ransform..." msgstr "Обратное преобразование Лапласа ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "Итальянский" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Курсив" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Японский" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "НОК" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Язык, используемый в интерфейсе wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Язык:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Преобразование Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Преобразование &Лапласа..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 #, fuzzy msgid "Leads to" msgstr "стремится к" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 #, fuzzy msgid "Least Common Multiple..." msgstr "Наименьшее общее кратное ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Подбор методом наименьших квадратов" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Подбор методом наименьших квадратов..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Предел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Предел ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 #, fuzzy msgid "Linear Regression..." msgstr "Интегрировать выражение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "List with values" msgstr "значение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #, fuzzy msgid "List(s):" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Загрузить" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Загрузить пакет" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 #, fuzzy msgid "Load a Maxima file using the batch command" msgstr "Загрузить программу для maxima при помощи команды batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 #, fuzzy msgid "Load a Maxima package file" msgstr "Загрузить пакет Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Загрузить стиль из файла" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Нижняя граница:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 #, fuzzy msgid "Ma&p to Matrix..." msgstr "Применить к элементам матрицы ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 #, fuzzy msgid "Main Toolbar\tAlt+Shift+B" msgstr "Панель инструментов\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 #, fuzzy msgid "Make &List..." msgstr "Создать список ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Выполнить подстановку в выражении" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Применить к элементам" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Применить функцию к элементам списка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Применить функцию к элементам матрицы" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 #, fuzzy msgid "Match Case" msgstr "Пакетный файл" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Проверять расстановку скобок в текстовом вводе" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Шрифт для математики:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Шрифт для математики:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Матрица" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Применить к матрице" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Название матрицы:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Матрица:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 #, fuzzy msgid "Maxima asks a question!" msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Значок wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 #, fuzzy msgid "Maxima has finished calculating." msgstr "Maxima производит вычисления" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 #, fuzzy msgid "Maxima has issued an error!" msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Ввод Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima производит вычисления" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 #, fuzzy msgid "Maxima is ready for input." msgstr "Ввод Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Пакет Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Пакет Maxima (*.mac)|*.mac|Пакет Lisp (*.lisp)|*.lisp|Все|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Процесс Maxima завершен." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Программа Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 #, fuzzy msgid "Maxima questions" msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima запущена. Установка связи ..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Запустить анимацию" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima использует ':' для присвоения значений ('a : 3;') и ':=' для " "определения функций ('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 #, fuzzy msgid "Maxima version: " msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Опции Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 #, fuzzy msgid "Mean Difference Test..." msgstr "Дифференцировать..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 #, fuzzy msgid "Mean Test..." msgstr "Создать список ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 #, fuzzy msgid "Mean..." msgstr "Применить к элементам..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Средняя величина:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 #, fuzzy msgid "Median..." msgstr "Создать список ..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 #, fuzzy msgid "Merge Cells" msgstr "&Удалить поля" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 #, fuzzy msgid "Merge Cells\tCtrl+M" msgstr "&Удалить поля" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Метод:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 #, fuzzy msgid "Mismatched parenthesis" msgstr "Проверять расстановку скобок в текстовом вводе" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Модуль" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Имя:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Новый" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Новый\tCtrl+N " #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Новый документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Новое значение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Новая переменная:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Следующая команда\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Совпадений не найдено!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 #, fuzzy msgid "Normality Test..." msgstr "Создать список ..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Неверная размерность матрицы!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Неверное число уравнений!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 #, fuzzy msgid "Not connected to maxima" msgstr "" "\n" "Нет подключения к Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Нет подключения." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Степень числителя:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Число уравнений:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Число уравнений:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Числа" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Прежнее значение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Старая переменная:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 #, fuzzy msgid "One sample t-test" msgstr "Текст примера" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Обучающие материалы в интернете" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Открыть" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 #, fuzzy msgid "Open Recent" msgstr "Открыть сессию" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Открыть документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Открыть новое окно" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Открыть документ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 #, fuzzy msgid "Open matrix" msgstr "Ввести матрицу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Открытие файла" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Опции" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Опции:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 #, fuzzy msgid "Outdated cells" msgstr "Копировать выделенные поля" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Метки вывода" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 #, fuzzy msgid "P&ade Approximation..." msgstr "Аппроксимация Паде ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 #, fuzzy msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG изображение (*.png)|*.png|JPEG изображение (*.jpg)|*.jpg|Windows bitmap " "(*.bmp)|*.bmp|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Аппроксимация Паде" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Паде-аппроксимация ряда Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Разрыв страницы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Параметрический график" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 #, fuzzy msgid "Partial &Fractions..." msgstr "Простые дроби ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Простые дроби" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Вставить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Вставить\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 #, fuzzy msgid "Paste from clipboard" msgstr "Вставить текст из буфера обмена" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Вставить текст из буфера обмена" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Круговая диаграмма..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Настройте wxMaxima при помощи команды 'Правка->Настройка'." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Перезапустите wxMaxima, чтобы изменения вступили в силу!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "Двумерный график (&2D)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "Трёхмерный график (&3D)..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Формат графиков..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Двумерный график" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Двумерный график..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Двумерный график (2D)..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Трехмерный график" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Трехмерный график..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Трёхмерный график (3D)..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Формат графика" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Двумерный график" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Трехмерный график" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Вывести график в файл:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Точка:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Польский" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Полином 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Полином 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Португальский (Бразилия)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Файл Postscript (*.eps)|*.eps|Все|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Точность" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Предыдущая команда\tAlt+Вверх" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Печать" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Напечатать документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Напечатать документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Произведение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 #, fuzzy msgid "Product sign" msgstr "Произведение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 #, fuzzy msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Отправить на вычисление все ячейки в документе" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Отправить на вычисление все ячейки в документе" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 #, fuzzy msgid "Read Matrix..." msgstr "&Ввести матрицу..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Чтение вывода Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Готова к вводу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Ст. форма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 #, fuzzy msgid "Redo\tCtrl+Y" msgstr "Отмена\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 #, fuzzy msgid "Redo last change" msgstr "Отменить последнее изменение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Привести (триг.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Привести тригонометрическое выражение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Удалить весь вывод" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Создать список на основе выражения" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Удалить вывод из ячеек" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 #, fuzzy msgid "Replace All" msgstr "Выделить всё" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Заменено %d вхождений." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Сообщить об ошибке" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Перезапустить Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 #, fuzzy msgid "Restart maxima" msgstr "Перезапустить Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Перезапустить Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Перезапустить Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 #, fuzzy msgid "Risch Integration..." msgstr "Интегрирование по Ричу ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 #, fuzzy msgid "Roots of &Polynomial" msgstr "Корни полинома" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 #, fuzzy msgid "Roots of Polynomial (bfloat)" msgstr "Корни полинома (вещественные)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Строки:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Русский" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 #, fuzzy msgid "Sample 1:" msgstr "Пример" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 #, fuzzy msgid "Sample 2:" msgstr "Пример" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 #, fuzzy msgid "Sample:" msgstr "Пример" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Сохранить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Сохранить анимацию..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Сохранить как" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Сохранить как...\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Сохранить изображение..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 #, fuzzy msgid "Save Selection to Image" msgstr "Выделение в изображение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 #, fuzzy msgid "Save Selection to Image..." msgstr "Выделение в изображение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 #, fuzzy msgid "Save animation to file" msgstr "Сохранить выделение в файле" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Сохранить документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Сохранить документ как" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Сохранить расположение панелей" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 #, fuzzy msgid "Save panes layout between sessions." msgstr "Запоминать положение и размер окна wxMaxima между сессиями" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Сохранить график в файл" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 #, fuzzy msgid "Save selection from document to an image file" msgstr "Копировать выделение из документа в файл" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Сохранить выделение в файле" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Сохранить стиль в файл" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Сохранить положение и размер окна wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Запоминать положение и размер окна wxMaxima между сессиями" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 #, fuzzy msgid "Saving failed." msgstr "Не удалось запустить сервер" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "График рассеяния" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "График рассеяния..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Раздел" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Раздел" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 #, fuzzy msgid "Select" msgstr "Выделение" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Выделить всё" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Выделить всё\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Задать путь к Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 #, fuzzy msgid "Select Subsample" msgstr "Выделить всё" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Выбрать константу" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Выделить всё" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Выбрать способ отображения" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Выделение" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Ряд" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Ряды..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Сервер запущен..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Задать увеличение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 #, fuzzy msgid "Set bigfloat &Precision..." msgstr "Установить точность вычислений с плавающей точкой" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Установить фиксированный шрифт в элементах ввода." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Установить формат графиков" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Запустить анимацию" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Установить масштаб 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Установить масштаб 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Установить масштаб 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Установить масштаб 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Установить масштаб 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Установить масштаб 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "Установить значения для решения ОДУ при помощи преобразования Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Установить вычисления по модулю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 #, fuzzy msgid "Show &Definition..." msgstr "Показать определение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 #, fuzzy msgid "Show &Functions" msgstr "Показать функции" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 #, fuzzy msgid "Show &Tips..." msgstr "Показать подсказку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 #, fuzzy msgid "Show &Variables" msgstr "Показать переменные" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 #, fuzzy msgid "Show Maxima help" msgstr "Показать справку по Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 #, fuzzy msgid "Show Template\tCtrl+Shift+K" msgstr "Пересчитать все поля\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Показать подсказку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Показать все команды, похожие на:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Показать пример для команды:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Показать пример использования" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Показать команды, подобные" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Показать определенные функции" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Показать определенные переменные" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Показать определение функции" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 #, fuzzy msgid "Show function template" msgstr "Показать функции" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 #, fuzzy msgid "Show labels:" msgstr "Показать переменные" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 #, fuzzy msgid "Show long expressions in wxMaxima document." msgstr "Показывать длинные выражения в консоли wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 #, fuzzy msgid "Show long expressions:" msgstr "Показывать длинные выражения" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Показать функции" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Показать определение функции:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 #, fuzzy msgid "Show wxMaxima help" msgstr "Показать справку по Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Упростить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 #, fuzzy msgid "Simplify &Radicals" msgstr "Упростить радикалы" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Упростить (рац.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Упростить (триг.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 #, fuzzy msgid "Simplify Expression" msgstr "Упростить выражение" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Упростить выражение с факториалами" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Упростить выражение с радикалами" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Упростить рациональное выражение" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Упростить сумму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Упростить тригонометрическое выражение" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Решение:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Решить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 #, fuzzy msgid "Solve &Algebraic System..." msgstr "Решить алгебраическую систему ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 #, fuzzy msgid "Solve &Linear System..." msgstr "Решить линейную систему ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Решить &ОДУ..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 #, fuzzy msgid "Solve (to_poly)..." msgstr "Решить ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Решить ОДУ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Решить ОДУ при помощи преобразования &Лапласа..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Решить ОДУ..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Решить алгебраическую систему" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Решить систему алгебраических уравнений" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Решить граничную задачу для ОДУ второго порядка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Решить уравнение(ния)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 #, fuzzy msgid "Solve equation(s) with to_poly_solve" msgstr "Решить уравнение(ния)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Решить задачу с начальным условием для ОДУ первого порядка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Решить задачу с начальным условием для ОДУ второго порядка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Решить линейную систему" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Решить систему линейных уравнений" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Решить обычное дифференциальное уравнение не выше второго порядка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Решить обыкновенное дифференциальное уравнение при помощи преобразования " "Лапласа" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Решить..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "Испанский" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Дополнительно" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Специальные константы" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Запустить анимацию" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 #, fuzzy msgid "Start or Stop animation" msgstr "Запустить анимацию" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Не удалось запустить Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Запуск Maxima..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Не удалось запустить сервер" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Запуск сервера на порту %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 #, fuzzy msgid "Startup commands" msgstr "Ввести команду" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Статистика" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Статистика\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Строки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Стиль" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Стили" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 #, fuzzy msgid "Subsample..." msgstr "Пример" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Подстановка..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Подставить" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Подставить..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 #, fuzzy msgid "Subsubsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 #, fuzzy msgid "Subsubsection cell" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Сумма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 #, fuzzy msgid "Symbols\tAlt+Shift+Y" msgstr "Статистика\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Информация о системе" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 #, fuzzy msgid "Table of Contents\tAlt+Shift+T" msgstr "Панель инструментов\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Ряд Тейлора:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Текст" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 #, fuzzy msgid "Text Only" msgstr "Комментарий" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Комментарий" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Фон комментария" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 #, fuzzy msgid "Text equal to selection" msgstr "Вырезать выделение" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Порт, используемый по умолчанию для связи программ Maxima и wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Обратное преобразование Лапласа ..." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Ошибка в сгенерированном XML!\n" "\n" "Пожалуйста, обратитесь к разработчику." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Число точек:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Порядок производной:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Заголовок" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Заголовок" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "В число с плавающей точкой повышенной &точности" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "В число с &плавающей точкой" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "В число с плавающей точкой" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Чтобы построить график в полярных координатах, установите 'полярные " "координаты' в опциях диалога 'Двумерный график'. Для трех измерений можно " "также выбрать сферические и цилиндрические координаты." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Чтобы размер и положение окна wxMaxima запоминались от сессии к сессии " "используйте 'Правка->Настройка'" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "К:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 #, fuzzy msgid "Toggle &Algebraic Flag" msgstr "Переключить флаг algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 #, fuzzy msgid "Toggle &Numeric Output" msgstr "Переключить флаг numeric" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 #, fuzzy msgid "Toggle &Time Display" msgstr "Переключить отображение времени вычисления" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Переключить флаг algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Сохранить выделение в файле" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Включить/выключить режим полноэкранного редактирования" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Переключить численное вычисление" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Иконки на панели инструментов" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Перевод" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Транспонировать матрицу" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Обучающие материалы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 #, fuzzy msgid "Two sample t-test" msgstr "Текст примера" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Тип:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Скопировать изображение" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Тип:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Украинский" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Подчеркивание" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Отмена\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Отменить последнее изменение" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 #, fuzzy msgid "Unfold All\tCtrl+Alt+]" msgstr "Выделить всё\tCtrl+A" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 #, fuzzy msgid "Unfold all folded sections" msgstr "Развернуть все свернутые группы" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 #, fuzzy msgid "Unhide Section" msgstr "Раздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 #, fuzzy msgid "Unhide Subsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 #, fuzzy msgid "Unhide Subsubsection" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 #, fuzzy msgid "Unhide contents" msgstr "Греческие константы" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Поддержка Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 #, fuzzy msgid "Unterminated comment." msgstr "Раскомментировать" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Обновиться" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Верхняя граница:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 #, fuzzy msgid "Upsilon" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Использовать алгоритм Госпера" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Использовать точку в качестве знака умножения" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Использовать шрифты jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Значение:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Значение:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Старая переменная:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Переменные:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Переменная:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Переменные" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Переменные:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 #, fuzzy msgid "Variance..." msgstr "Переменная:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Предупреждение" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Добро пожаловать в wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "При применении функции с одним аргументом из меню аргументом по умолчанию " "выбирается '%'. Если нужно применить функцию к другому аргументу, необходимо " "выделить его в документе." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Автор" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 #, fuzzy msgid "XML Inspector" msgstr "Вставить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 #, fuzzy msgid "Yes" msgstr "да" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Самый последний результат вычисления обозначается '%'. Результат любого " "другого предыдущего вычисления обозначается '%on', где n - порядковый номер " "вычисления." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 #, fuzzy msgid "Zoom &In\tCtrl++" msgstr "У&величить\tAlt+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 #, fuzzy msgid "Zoom Ou&t\tCtrl+-" msgstr "У&меньшить\tAlt+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Увеличить на 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Уменьшить на 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ не сохранено ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ не сохранено* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 #, fuzzy msgid "and" msgstr "желто-коричневый" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "антисимметричная" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Применить функцию к списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "двусторонний" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 #, fuzzy msgid "chi" msgstr "орхидея" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "по умолчанию" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "диагональная" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 #, fuzzy msgid "epsilon" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Создать список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "общая" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 #, fuzzy msgid "greater than or equal" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 #, fuzzy msgid "in" msgstr "в:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "встроенный" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 #, fuzzy msgid "intersection" msgstr "Направление:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "слева" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 #, fuzzy msgid "less or equal" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "логарифмическая шкала" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matrix[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 #, fuzzy msgid "much greater than" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "в:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "нет" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 #, fuzzy msgid "nor" msgstr "нет" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 #, fuzzy msgid "not" msgstr "нет" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "нет" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 #, fuzzy msgid "partial sign" msgstr "Простые дроби" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 #, fuzzy msgid "pi" msgstr "розовый" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "справа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 #, fuzzy msgid "subset" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 #, fuzzy msgid "subset or equal" msgstr "Подраздел" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "симметричная" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "не сохранено" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "без названия" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "без названия %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 #, fuzzy msgid "upsilon" msgstr "Выражение:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Имена функций" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 #, fuzzy msgid "wxMaxima &Help\tCtrl+?" msgstr "Спра&вка по Maxima\tF1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 #, fuzzy msgid "wxMaxima &Help\tF1" msgstr "Спра&вка по Maxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Конфигурация wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima не может найти программу Maxima!\n" "\n" "Задайте путь к ней в 'Правка->Настройка'.\n" "Затем запустите Maxima снова, выбрав 'Maxima->Перезапустить Maxima'" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima не может найти файлы справки.\n" "\n" "Проверьте правильность установки программы." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima не может запустить сервер.\n" "\n" "Проверьте сетевые настройки\n" "и попробуйте снова!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "Диалоги wxMaxima применяют команды со стандартными аргументами, обычно '%'. " "Если вы выделите текст в документе, то вместо '%' будет использован он." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Документ wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "Документ wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Ошибка при загрузке " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Значок wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima — графический интерфейс на wxWidgets для системы аналитических " "вычислений Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima — графический интерфейс на wxWidgets для системы аналитических " "вычислений Maxima." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Запустить анимацию" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 #, fuzzy msgid "xor" msgstr "Экспорт" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "да" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Опции Maxima" #~ msgid "Parsing output" #~ msgstr "Анализ вывода" #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima не может найти файлы подсказки.\n" #~ "\n" #~ "Проверьте правильность установки программы." #~ msgid "Tips not available, sorry!" #~ msgstr "Подсказки недоступны, извините!" #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Отображать время выполнения команд" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Программа Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Опции Maxima" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Слишком длинное выражение! >>" #~ msgid " << Unfold >>" #~ msgstr "<< Развернуть >>" #~ msgid "&Copy" #~ msgstr "Копировать" #~ msgid "&Describe\tCtrl+H" #~ msgstr "Описать (describe)\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "Редактировать ввод\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "Ввод\tF7" #~ msgid "&Monitor file" #~ msgstr "Следить за файлом" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "Новый\tCtrl+N " #, fuzzy #~ msgid "&New Window\tCtrl+N" #~ msgstr "Новый\tCtrl+N " #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "Пересчитать ввод\tCtrl+R" #, fuzzy #~ msgid "&Read file" #~ msgstr "Прочитать файл" #~ msgid "&Text\tF6" #~ msgstr "Текст\tF6" #, fuzzy #~ msgid "<< Nothing to display >>" #~ msgstr " << Слишком длинное выражение! >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Корректировка размера греческого шрифта." #~ msgid "Adjustment:" #~ msgstr "Корректировка:" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Все|*|Пакеты Maxima (*.mac)|*.mac|Демо-файлы (*.dem)|*.dem|Lisp-файлы (*." #~ "lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Анимация" #~ msgid "Apply function:" #~ msgstr "Применить функцию:" #~ msgid "At point:" #~ msgstr "В точке:" #~ msgid "Autoload a file when it is updated" #~ msgstr "Загружать файл при его изменении" #~ msgid "Background" #~ msgstr "Фон" #~ msgid "Basic" #~ msgstr "Обычная" #~ msgid "Button panel:" #~ msgstr "Панель:" #~ msgid "C&lear screen" #~ msgstr "Очистить экран" #~ msgid "Char poly of:" #~ msgstr "Характеристический полином:" #~ msgid "Close document?" #~ msgstr "Закрыть документ?" #~ msgid "Comment out" #~ msgstr "Закомментировать" #~ msgid "Copy &text" #~ msgstr "Копировать текст" #~ msgid "Copy As Image" #~ msgstr "Скопировать изображение" #~ msgid "Copy LaTeX" #~ msgstr "Скопировать LaTeX" #~ msgid "Copy cells" #~ msgstr "Копировать поля" #, fuzzy #~ msgid "Copy input" #~ msgstr "Копировать текст" #, fuzzy #~ msgid "Copy input from console" #~ msgstr "Копировать выделение из консоли" #, fuzzy #~ msgid "Copy selected cell(s)" #~ msgstr "Копировать выделенные поля" #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "Копировать выделение из консоли (включая переводы строки)" #~ msgid "Copy selection from console to input line" #~ msgstr "Копировать выделение из консоли в командную строку" #, fuzzy #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "" #~ "Копировать выделение в буфер обмена при выполнении выделения в консоли." #~ msgid "Copy to clipboard on select" #~ msgstr "Копировать в буфер при выделении" #, fuzzy #~ msgid "Copy to input" #~ msgstr "Перейти к вводу\tF4" #, fuzzy #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Пересчитать все поля\tCtrl+Shift+R" #~ msgid "Cut selection from document" #~ msgstr "Вырезать выделение из документа" #~ msgid "Decrease fontsize in document" #~ msgstr "Уменьшить шрифт в документе" #~ msgid "Default port:" #~ msgstr "Порт по умолчанию:" #, fuzzy #~ msgid "Delete selected cell(s)" #~ msgstr "Удалить выделенные поля" #~ msgid "Delete selected input/output group" #~ msgstr "Удалить выделенную группу ввода/вывода" #~ msgid "Delete selection" #~ msgstr "Удалить выделение" #~ msgid "Delete the contents of console." #~ msgstr "Удалить содержимое консоли." #~ msgid "Describe" #~ msgstr "Описать" #~ msgid "Document " #~ msgstr "Документ" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Документ не сохранен!\n" #~ "\n" #~ "Закрыть текущий документ с потерей всех изменений?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Документ не сохранен!\n" #~ "\n" #~ "Выйти из wxMaxima с потерей всех изменений?" #~ msgid "Edit input" #~ msgstr "Редактировать ввод" #~ msgid "Edit selected input" #~ msgstr "Редактировать выделенный ввод" #~ msgid "Edit text" #~ msgstr "Редактировать текст" #~ msgid "Error %d" #~ msgstr "Ошибка %d" #~ msgid "Export to HTML file" #~ msgstr "Экспортировать в HTML-файл" #~ msgid "Find..." #~ msgstr "Найти..." #~ msgid "Font family:" #~ msgstr "Семейство шрифтов:" #~ msgid "Font size in console window." #~ msgstr "Размер шрифта в консоли." #~ msgid "Font size:" #~ msgstr "Размер шрифта:" #, fuzzy #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "Шрифт для изображения символов юникода в консоли." #~ msgid "From array:" #~ msgstr "Из массива:" #~ msgid "From equations:" #~ msgstr "Из уравнений:" #~ msgid "Full" #~ msgstr "Полная" #, fuzzy #~ msgid "Functions and macros" #~ msgstr "Имена функций" #, fuzzy #~ msgid "Go to input\tCtrl+Shift+D" #~ msgstr "Заголовок\tCtrl+Shift+F6" #~ msgid "Go to input\tF4" #~ msgstr "Перейти к вводу\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Перейти к окну вывода\tF3" #~ msgid "Height:" #~ msgstr "Высота:" #~ msgid "Hidden groups" #~ msgstr "Скрытые группы" #~ msgid "I&nsert" #~ msgstr "Вставить" #~ msgid "INPUT:" #~ msgstr "ВВОД:" #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Если требуется ввести более одной строки, используйте кнопку " #~ "'Многострочный ввод' справа от командной строки" #~ msgid "Increase fontsize in document" #~ msgstr "Увеличить размер шрифта в документе" #~ msgid "Input" #~ msgstr "Ввод" #, fuzzy #~ msgid "Insert input cell" #~ msgstr "Вставить новое поле ввода" #~ msgid "Insert input group" #~ msgstr "Вставить группу" #~ msgid "Insert new input before selected input" #~ msgstr "Вставить новый ввод до выделенного ввода" #~ msgid "Insert section before selected input" #~ msgstr "Вставить фрагмент до выделенного ввода" #~ msgid "Insert text" #~ msgstr "Вставить текст" #~ msgid "Insert text before selected input" #~ msgstr "Вставить текст до выделенного ввода" #~ msgid "Insert title before selected input" #~ msgstr "Вставить заголовок до выделенного ввода" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "Вместо того, чтобы печатать длинный путь к файлу в командной строке, " #~ "можно использовать 'Файл->Выбрать файл'." #~ msgid "Integrate ..." #~ msgstr "Интегрировать ..." #~ msgid "Integrate:" #~ msgstr "Интегрировать:" #~ msgid "Labels" #~ msgstr "Метки" #~ msgid "Limit of:" #~ msgstr "Предел выражения:" #~ msgid "Main prompts" #~ msgstr "Основное приглашение" #~ msgid "Map function:" #~ msgstr "Применить функцию:" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Сессия Maxima (*.wxm)|*.wxm" #~ msgid "Multiline input" #~ msgstr "Многострочный ввод" #, fuzzy #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Новый &заголовок\tCtrl+Shift+F6" #~ msgid "Off" #~ msgstr "Выключить" #~ msgid "Open multiline input dialog" #~ msgstr "Открыть диалог многострочного ввода" #~ msgid "Open session from a file" #~ msgstr "Открыть сессию из файла" #~ msgid "Other prompts" #~ msgstr "Другие приглашения" #~ msgid "Panes" #~ msgstr "Панели" #~ msgid "Parametric" #~ msgstr "Параметрический" #, fuzzy #~ msgid "Paste cell(s) to document" #~ msgstr "Вставить поля" #, fuzzy #~ msgid "Paste input" #~ msgstr "Вставить ввод" #, fuzzy #~ msgid "Paste input to console" #~ msgstr "Выделить последний ввод в консоли!" #~ msgid "Product..." #~ msgstr "Произведение ..." #~ msgid "Product:" #~ msgstr "Произведение:" #~ msgid "Quit?" #~ msgstr "Выйти?" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Пересчитать ввод\tCtrl+R" #, fuzzy #~ msgid "Re-evaluate all input" #~ msgstr "Пересчитать ввод" #~ msgid "Re-evaluate input" #~ msgstr "Пересчитать ввод" #, fuzzy #~ msgid "Read file from command line" #~ msgstr "Прочитать сессию из файла" #, fuzzy #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Отмена\tCtrl+Z" #~ msgid "Save changes before closing?" #~ msgstr "Сохранить изменения перед закрытием?" #~ msgid "Save changes?" #~ msgstr "Сохранить изменения?" #~ msgid "Save session" #~ msgstr "Сохранить сессию" #~ msgid "Save session to a file" #~ msgstr "Сохранить сессию в файл" #~ msgid "Save to file" #~ msgstr "Сохранить в файл" #~ msgid "Select &file" #~ msgstr "Выбрать файл" #~ msgid "Select a file" #~ msgstr "Выбрать файл" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "Выбрать файл (копировать имя файла в командную строку)" #~ msgid "Select file to open" #~ msgstr "Выбрать файл для ввода" #, fuzzy #~ msgid "Select last input\tCtrl+D" #~ msgstr "Выделить последний ввод\tF2" #~ msgid "Select last input\tF2" #~ msgstr "Выделить последний ввод\tF2" #, fuzzy #~ msgid "Select last input in the colsole!" #~ msgstr "Выделить последний ввод в консоли!" #~ msgid "Select last input in the console!" #~ msgstr "Выделить последний ввод в консоли!" #~ msgid "Select package to load" #~ msgstr "Выбрать пакет для загрузки" #, fuzzy #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "Выделение во ввод\tF5" #~ msgid "Selection to input\tF5" #~ msgstr "Выделение во ввод\tF5" #~ msgid "Send ranges to &gnuplot" #~ msgstr "Передать пределы в gnuplot" #~ msgid "Set &Precision..." #~ msgstr "Установить &точность..." #~ msgid "Set focus to the input line" #~ msgstr "Установить фокус на командную строку" #~ msgid "Set focus to the output window" #~ msgstr "Установить фокус на окно вывода" #~ msgid "Show Maxima header" #~ msgstr "Показывать заголовок Maxima" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Показывать начальный заголовок с информацией о Maxima." #~ msgid "Show the description of a command" #~ msgstr "Показать описание команды" #~ msgid "Show the description of command/variable:" #~ msgstr "Показать описание команды или переменной:" #~ msgid "Solve &numerically ..." #~ msgstr "Решить численно ..." #~ msgid "Solve equation(s):" #~ msgstr "Решить уравнение(ния):" #~ msgid "Solve equation:" #~ msgstr "Решить уравнение:" #~ msgid "Solve numerically" #~ msgstr "Решить численно" #~ msgid "Solve numerically ..." #~ msgstr "Решить численно ..." #~ msgid "Start animation" #~ msgstr "Запустить анимацию" #~ msgid "Stop animation" #~ msgstr "Остановить анимацию" #~ msgid "Substitute ..." #~ msgstr "Подставить ..." #~ msgid "Substitute:" #~ msgstr "Подставить:" #~ msgid "Substitution" #~ msgstr "Подстановка" #~ msgid "Sum of:" #~ msgstr "Сумма:" #~ msgid "Sum..." #~ msgstr "Суммировать..." #, fuzzy #~ msgid "Text & Code" #~ msgstr "Делить" #, fuzzy #~ msgid "To &Float\tCtrl+F" #~ msgstr "В число с плавающей точкой\tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "Для того, чтобы задать матрицу, введите 'A:' в командной строке и " #~ "выберите 'Алгебра->Ввести матрицу' в меню." #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Чтобы поставить скобки вокруг ранее введенного выражения, достаточно " #~ "выделить это выражение с помощью мыши и нажать '('." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Чтобы повторить ранее введенную длинную команду, достаточно напечатать " #~ "несколько первых букв в командной строке и нажать клавишу табуляции." #~ msgid "Unfold" #~ msgstr "Развернуть" #~ msgid "Unicode glyphs:" #~ msgstr "Символы юникода:" #~ msgid "Use &Taylor series" #~ msgstr "Использовать ряд Тейлора" #~ msgid "Use greek font to display greek characters." #~ msgstr "Использовать греческий шрифт для отображения греческих букв" #~ msgid "Use greek font:" #~ msgstr "Использовать греческий шрифт:" #~ msgid "Width:" #~ msgstr "Ширина:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Писать соответствующие скобки в текстовых элементах управления." #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Для удаления группы ввода/вывода необходимо выделить метку ввода и " #~ "использовать пункт 'Правка->Удалить выделение' в меню." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "Результат вычисления можно скрыть при щелчке на метке результата " #~ "вычисления. При щелчке на метке ввода скрывается как ввод, так и вывод. " #~ "Повторный щелчок на метке снова отображает скрытые выражения." #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Можно загрузить файл в Maxima просто перетаскивая его из браузера файлов " #~ "в окно консоли." #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Файл можно загрузить в Maxima, просто перетаскивая его в окно консоли. " #~ "Можно определить свою собственную функцию для загрузки файлов. Если, " #~ "например, эта функция определена как 'A:read_matrix(%file%, csv)', то " #~ "%file% заменяется на имя загружаемого файла." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "Вывод Maxima можно выделить в консоли wxMaxima мыштю и копировать в буфер " #~ "обмена при помощи 'Правка->Копировать'." #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Для вывода выражений в формате TeX можно использовать функцию tex. " #~ "Результат затем можно скопировать в любой текстовый редактор и включить в " #~ "Вашу статью." #, fuzzy #~ msgid "Ypsilon" #~ msgstr "Выражение:" #~ msgid "Zoom set to " #~ msgstr "Задать увеличение" #~ msgid "aquamarine" #~ msgstr "аквамарин" #~ msgid "around:" #~ msgstr "в окрестности:" #~ msgid "black" #~ msgstr "черный" #~ msgid "blue" #~ msgstr "синий" #~ msgid "blue violet" #~ msgstr "сине-фиолетовый" #~ msgid "brown" #~ msgstr "коричневый" #~ msgid "by variable:" #~ msgstr "по переменной:" #~ msgid "cadet blue" #~ msgstr "кадетский синий" #~ msgid "change var:" #~ msgstr "замена переменной:" #~ msgid "coral" #~ msgstr "коралловый" #~ msgid "cornflower blue" #~ msgstr "васильковый" #~ msgid "cyan" #~ msgstr "голубой" #~ msgid "dark green" #~ msgstr "темно-зеленый" #~ msgid "dark grey" #~ msgstr "темно-серый" #~ msgid "dark olive green" #~ msgstr "темно-оливковый" #~ msgid "dark orchid" #~ msgstr "темная орхидея" #~ msgid "dark slate blue" #~ msgstr "темный серовато-синий" #~ msgid "dark slate grey" #~ msgstr "темный сероватый" #~ msgid "dark turquoise" #~ msgstr "темно-бирюзовый" #~ msgid "dim grey" #~ msgstr "тускло-серый" #~ msgid "eliminate variables:" #~ msgstr "исключить переменные:" #~ msgid "equation:" #~ msgstr "уравнение:" #~ msgid "firebrick" #~ msgstr "кирпичный" #~ msgid "for function(s):" #~ msgstr "для функции(ций)" #~ msgid "for variable(s):" #~ msgstr "для переменной(ных):" #~ msgid "forest green" #~ msgstr "лесной зеленый" #~ msgid "from expression:" #~ msgstr "из выражения:" #~ msgid "function:" #~ msgstr "функция:" #~ msgid "gold" #~ msgstr "золотой" #~ msgid "goldenrod" #~ msgstr "золотистый" #~ msgid "green" #~ msgstr "зеленый" #~ msgid "green yellow" #~ msgstr "зелено-желтый" #~ msgid "grey" #~ msgstr "серый" #, fuzzy #~ msgid "implies" #~ msgstr "Упростить" #~ msgid "khaki" #~ msgstr "хаки" #~ msgid "light blue" #~ msgstr "светло-синий" #~ msgid "light grey" #~ msgstr "светло-серый" #~ msgid "light steel blue" #~ msgstr "светло-стальной" #~ msgid "lime green" #~ msgstr "зеленый лайм" #~ msgid "lines hidden" #~ msgstr "скрыто" #~ msgid "maroon" #~ msgstr "каштановый" #~ msgid "medium aquamarine" #~ msgstr "средний аквамарин" #~ msgid "medium blue" #~ msgstr "средний синий" #~ msgid "medium forrest green" #~ msgstr "средний лесной зеленый" #~ msgid "medium goldenrod" #~ msgstr "средний золотистый" #~ msgid "medium orchid" #~ msgstr "средняя орхидея" #~ msgid "medium sea green" #~ msgstr "средняя морская зелень" #~ msgid "medium slate blue" #~ msgstr "средний серовато-синий" #~ msgid "medium spring green" #~ msgstr "средняя весенняя зелень" #~ msgid "medium turquoise" #~ msgstr "средний бирюзовый" #~ msgid "medium violet red" #~ msgstr "средний фиолетово-красный" #~ msgid "midnight blue" #~ msgstr "полночный синий" #, fuzzy #~ msgid "ny" #~ msgstr "морской" #~ msgid "orange" #~ msgstr "оранжевый" #~ msgid "orange red" #~ msgstr "оранжево-красный" #~ msgid "pale green" #~ msgstr "бледно-зеленый" #~ msgid "plum" #~ msgstr "сливовый" #~ msgid "purple" #~ msgstr "пурпурный" #~ msgid "red" #~ msgstr "красный" #~ msgid "salmon" #~ msgstr "семга" #~ msgid "sea green" #~ msgstr "морской зеленый" #~ msgid "sienna" #~ msgstr "сиена" #~ msgid "sky blue" #~ msgstr "небесно-голубой" #~ msgid "spring green" #~ msgstr "весенний зеленый" #~ msgid "steel blue" #~ msgstr "стальной" #~ msgid "thistle" #~ msgstr "чертополох" #~ msgid "turquoise" #~ msgstr "бирюзовый" #~ msgid "untitled.wxm" #~ msgstr "untitled.wxm" #~ msgid "variable" #~ msgstr "переменная" #~ msgid "variable:" #~ msgstr "переменная:" #~ msgid "violet" #~ msgstr "фиолетовый" #~ msgid "wheat" #~ msgstr "пшеничный" #~ msgid "when variable:" #~ msgstr "когда переменная:" #~ msgid "white" #~ msgstr "белый" #~ msgid "with:" #~ msgstr "на:" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima имеет удобные диалоги для рисования графиков. Если требуется " #~ "модифицировать предыдущий график, соответствующую команду можно " #~ "исправить, используя историю команд, и нажав кнопку 'График'." #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima - графический интерфейс для\n" #~ "системы аналитических вычислений Maxima, основаный на wxWidgets." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima - графический интерфейс для системы аналитических вычислений " #~ "Maxima, основаный на wxWidgets.\n" #~ "\n" #~ "Версия: %s.\n" #~ "Лицензия: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "Опции wxMaxima" #~ msgid "wxMaxima session" #~ msgstr "Сессия wxMaxima" #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "Сессия wxMaxima (*.wxm)|*.wxm" #, fuzzy #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "Сессия wxMaxima (*.wxm)|*.wxm" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "Документ wxMaxima (*.wxm)|*.wxm|XML-документ wxMaxima (*.wxmx)|*.wxmx|" #~ "Пакетный файл Maxima (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "Командная строка wxMaxima хранит историю команд, доступную при помощи " #~ "клавиш стрелка вверх/вниз, и выполняет автодополнение команд, основанное " #~ "на истории, по клавише табуляции." #~ msgid "yellow green" #~ msgstr "желто-зеленый" #, fuzzy #~ msgid "ypsilon" #~ msgstr "Выражение:" wxmaxima-Version-18.02.0/locales/tr.po000066400000000000000000010006751324204105000175470ustar00rootroot00000000000000# This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Tufan Şirin , November 2014. msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2018-01-14 22:09+0200\n" "Last-Translator: Tufan Şirin \n" "Language-Team: Tufan Şirin \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.5\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" "\n" "\n" "Maxima tüm CPU ların %3.3f%% nı kullanıyor." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode Desteği: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Maxima Sürümü: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Maxima'ya bağlanamadı\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Bağlanamadı." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -I " #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (Grafikler) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i gizlenmiş satırlar" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " <>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "\"Copy LaTeX\"denklem işaretlerini ekler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "\"uygular\" işareti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i hücreleri değerlendirme sırasında (bekliyor)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Cebir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Listeye Uygula..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&İlgili..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Kütük Dosyası\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Sınır Değeri Problemi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Hata Raporu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Kalkülüs" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Kanonik Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Karakteristik Polinom..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "&Belleği temizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Çarpanları Birleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Karmaşık Sadeleştirme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Sürekli Kesirler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Kopyala\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Belirli İntegral" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "&de Moivre formülü" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Determinant" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Türevini al..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "&Düzen" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "&Değişkeni yok et..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Matris gir..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "&Örnek..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&İfadeyi Genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Trigonometrik Genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "&Üstel Hale Getir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Çıkart..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "&İfadenin Özdeşi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Dosya" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "&Köklerini Bul..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "&Matris Oluştur..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "&OBEB..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Yardım" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&İntegral..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "&Yarıda Kes\tCtrl+G." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "&Yarıda Kes\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Ters Matris" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 msgid "&List" msgstr "&Liste" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "&Paket Yükle\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "&Listeye Eşle..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "&Maxima Yardımı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "&Modüler Hesaplama..." #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "&Yeni\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Numerik" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Numerik İntegral" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Nusum" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Aç\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Aç...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Grafik Çiz" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "&Kuvvet Serileri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "&Yazdır...\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Rasyonel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Trigonometrik İndirge" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "&Maxima'yı Yeniden Başlat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Polinom Kökü (Gerçel)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "&Kaydet\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "&Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "&Faktöryelleri Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "&Trigonometrik Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Çöz..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Özel" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "&Taylor Serileri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Matrisin Transpozesi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Trigonometrik Sadeleştirme" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3B" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Varsayılan dili kullan)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "- Sonsuz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "....[Çıktı yapılandırmada belirtilenden daha uzun olduğundan çıkarılan ek " "satırlar] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "ASCII kullanan 2B eşitlikler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; %i komutları geçerli hücrede kaldı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" "A \":lisp\" birinci komut gönderme hatalı olduğunda bir \"finished-bitti \" " "sinyali." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "WxMaxima 0.8.0 sürümünde -yatay imleç- kullanıldı. Hücreler arasında yatay " "bir çizgiye benzemektedir. Yazdığınızda yada bir yazıyı yapıştırdığınızda " "yada bir komutu çalıştırdığınız yerde görülür." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "Girdi ile çıktıyı bir arada veren bir Grup hücresi" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" "Bir komut veya numara dan önce gelmeyen bir \":\", bir \"$\", bir \";\" veya " "bir \",\".Olası en büyük neden: İki liste öğesi arasında eksik virgül." #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 msgid "A function f(a,b), named" msgstr "Bir f(a,b) fonksiyonu, isimli" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "wxMaxima 0.8.2 sürümünde yeni bir belge ilk defa kullanıldı. Bu belge " "sadece veri olarak girdilerinizi ve metin olarakgirdiğiniz yorumlarınızı " "değil aynı zamanda hesaplamalarınızın sonuçlarını da saklar.Belgenizi " "kaydederken 'wxMaxima XML document format' ı 'seçin." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 msgid "A page break" msgstr "Bir sayfa kesmesi" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Çizdirmek istediğiniz grafikleri çalışma sayfasına yerleştirilmiş " "olarakistiyorsanız, draw yada plot komutlarının önüne \"wx\" koyarak; " "\"wxdraw\", \"wxplot\" şeklinde yazmalısınız." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "Bir Kısım başlığı" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "Grup hücreler arası bir boşluk" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 msgid "A sub-subsection heading" msgstr "Alt-alt kısım başlığı" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 msgid "A subsection heading" msgstr "Alt-Kısım Hücresi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Yapılandırma diyaloğundan bir sembol" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" ".\n" " e atanabilecek bir değişkenSonsuz sayıda sonuç varsa, genellikle solve() ve " "algsys()komutlarıyla kullanılır." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "&Başlangıç Şartı..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Hata oluştuğunda değerlendirmeyi durdur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Hakkında" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "wxMaxima hakkında" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Aktif hücre ayıracı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "&Ek Matris" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "&Cebirsel Eşitlik Ekle..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Arama yoluna dizin ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" "Listenin başına yeni bir madde ekleyin. Yığın oluşturmak için kullanışlıdır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 msgid "Add an element to a list" msgstr "Listeye bir öge ekle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Yola dizin ekle :" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Rasyonel sadeleştiriciye eşitlik ekle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr ".wxmx dosyasını HTML çıkarımına ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "&Yola ekle..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "Normal panoya koymak için ek pano formatları:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "LaTeX in pdftex önsözüne eklenebilecek ek komutlar." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "TeX önsözü için ek satırlar:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Maxima için ek parametreler (örnek: -l clisp)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Maxima için ek parametreler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "\"Semboller\" kenar çubuğu için ek semboller:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "with_slider_draw ( ) ile yapılmış bir animasyona tıkladıktan sonra geçerli " "çerçeveyi değiştirmeye izin verir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "All but the 1st n elements" msgstr "n ögenin birincisi hariç hepsi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "All but the last n elements" msgstr "n ögenin sonuncusu hariç hepsi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "Açılabilecek tüm dosya türleri (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*." "wxmx;*.mac;*.out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima " "session (*.mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*." "xml)|*.xml" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Tüm değişken isimleri" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Hepsi|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Alfa" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "Bir integral sabiti." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 msgid "Animation framerate..." msgstr "Animasyon çerçeve hızı..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "Örtüşme önleme çizgileri." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "Bir liste ekle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 msgid "Append a list to a list" msgstr "Bir listeye liste ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 msgid "Append a list to an existing list" msgstr "Varolan bir listeye bir liste ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 msgid "Append an element" msgstr "Bir öge ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "Var olan bir lsiteye bir öge ekle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Uygula" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 msgid "Apply a function to each list element" msgstr "Fonksiyonu bir listenin her ögesine uygula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Fonksiyonu bir listeye uygula" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "İlgili" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Dizin:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Dizayn" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "İsim verilmemiş belgeyi kaydederken sor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Başlangıç Değeri" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Otomatik girintili yeni satırlar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Otomatik etiketler (%i1, %o1,...)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Soruyu otomatik olarak cevapla" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Maxima'nın çalıştığı dizini açık olan belgenin olduğu dizine değiştirir: " "Belge \"File I/O\" (dosya Girdi/Çıktı) yı hali hazırdaki dizine bağlı " "kullanır ancak maxima 5.35 kendi kurulu olduğu dizinden başka bir yerde olan " "belgeleri açmayabilir. (Örn: maxima C: de kurulu, belgeniz D: de... 5.35 " "hata verebiliyor.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "Son çalıştırmadaki cevapları otomatik olarak doldur" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Metin kontrollerinde eşleşen parantezleri otomatik olarak yerleştir. " "OtomatikEşleşen parantezlerin vurgulanmasıDüz metin arkaplan renginin " "parantez rengiyle aynı seçilmesi durumunda kaldırılabilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Otomatik kaydetme aralığı (dakika,0 kapalı demektir):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Uzun satırları otomatik olarak kısalt:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "SŞ2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Sütun Diyagramı..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Bat Dosyaları (*.bat)|*.bat|tümü|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Kütük Dosyası" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "İmleç hücreler arasında olduğunda geri alma işlemi yapılabildiği gibi, " "İmlecin bir hücrenin içinde aktif olduğu durumlarda da wxMaxima, hücre geri " "alma işlemi yapabilir. Bir hücre içinde Ctrl+Z basarak diğer hücrelerdeki " "değişiklikleri etkilemeyen ince ayar bir geri alma işlemi yapabilir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Beta" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Bitmap" msgstr "Bitmap" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Çıkarım için Bitmap ölçüsü:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "'Bitmap'ler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Koyu" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Yatay ve dikey imleçlerin her ikisi de aynı anda aktif" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Kutu Diyagram..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Gözat" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Hata: Bilinmeyen bir öge için otomatik tamamlama isteği." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Hata: Hücre geride bırakıldı ancak (değerlendirmeye) girmedi." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Hata: Negatif y değerli bir hücre!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Hata: Bir soru alındı ama yanıtı içeren bir hücre yok" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Hata: Çalışma yaprağının başladığı noktanın üstünde bir hücrenin içeriğini " "değiştirme istemi." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Hata: Çalışma yaprağının başlangıcının üstünde bir hücreyi silme isteği. " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Hata: Önce içerik değiştirme sonra da silem işlemini geri alma komutu alındı." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "Hata: Math hücresi ait olduğu bir Grup hücresi olmadığını düşünüyor" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "Hata : Gösterimi çok uzun sürecek öok basamaklı bir sayı" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Hata: Eksik içerik" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Hata : Yazılacak görüntü sayacı yok!" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Hata: absCell de son hücre yok!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Hata: Bir conjugateCell de son hücre yok!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Bir payda da son hücre yok!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Hata: Bir exptCell in üstelinde son hücre yok!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Hata: Bir payda son hücre yok!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "Hata: Bir exptCell in tabanında son hücre yok!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Hata: Bİr parantezin içinde son hücre yok!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Hata: Bir karekök ün içinde son hücre yok!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Hata: Metin değişti, ancak aktif hücre yok." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "Hata:Pano zaten açılmış" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "Hata:Pano, bir düzenleyici hücresine yapıştırmaya açık değil" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Hata: Hücresi olmayan bir hücre içeriğini yazmaya çalışıyor." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Hata: Maxima çıktısını çalışma yaprağı dışındaki bir hücreye eklemeye " "çalışıyor." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Hata:Yatay-çizilen imleci bir HücreGrubu içinde hareket ettirmeye çalışıyor." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "" "Hata: Bir hücre içermeyen geri alma işlemi için bir hücre içeriği " "değişikliği kaydetmeye çalışılıyor." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" "Hata: Geçerli bir hücresi olmayan bir hücrenin içinde seçim yapmaya çalışıyor" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Hata: Hücre içeriği değişiklikleri ve hücre ekleme durumlarının her ikisi " "için Geri Al eylemi." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "Hata: Geri al isteği çalışma yaprağı dışındaki bir hücreye ait." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "Hata: Bilinmeyen metin türü" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Oluşturma & Bilgi" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Varsayılan olarak -Enter- tuşu bir alt satıra geçmek için kullanılırken -" "Shift+Enter kullanıcı tarafından girilen komutların Maxima tarafından " "değerlendirilmesi \\ hesaplanması için kullanılır. Değerlendirme için sadece " "-Enter- tuşu kullanılmak istenirse 'Düzenle-> Yapılandır'a bastıktan sonra " "açılan pencerede 'Enter' tuşu komutları değerlendirir 'sekmesi " "tıklanmalıdır. Tersi için tekrar tıklanarak işaret kaldırılır." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "&Değişkeni değiştir..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Yapılandır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "&Çarpımı hesapla..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "&Toplamı hesapla.." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "En Son Sonucun Büyük Kayan Sayı Değerini Heapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "En Son Sonucunu Kayan Sayı Değerini Heapla" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Modülleri Hesapla:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "En son sonucun sayısal değerini hesapla " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Çarpımları Hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Toplamları Hesapla" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Web sunucusuna bağlanamıyor." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Sürüm bilgisi indirilemiyor." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "İptal et" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "Maxima binary dosyaları başlatılamıyor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Kanonik (trig)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "Katalanca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "&Hücre" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Hücre parantezi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Hücre ters kesme işareti ile bitiyor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "2B gösterimini değiştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "'Matemetiksel çıktı (sonuç)'ları göstermek için kullanılan 2B algoritmasını " "değiştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Değişkeni değiştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "İntegral ve ya toplam daki değişkeni değiştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Karakt. Polinom" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Güncellemeleri denetle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "wxMaxima/Maxima'nın daha yeni bir sürümü olup olmadığına bak." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Chi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "Basit Çince" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "Geleneksel çince" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Yazı tipi şeç" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Yeni grafik çizim formatı seç:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Sınıflar:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Kapat\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Pencereyi kapat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Kod vurgulama: Açıklamalar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Kod vurgulama: Satır sonu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Kod vurgulama: Fonksiyonlar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Kod vurgulama: Sayılar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Kod vurgulama: İşlemciler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Kod vurgulama: Karakter dizilimleri" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Kod vurgulama: Değişkenler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Sütun adları:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Sütunlar:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Bir ifadedeki faktöriyelleri ortak paranteze alarak düzenle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "Virgül kapatılan bir parantezden hemen sonra gelir" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Virgülle ayrılmış x koordinatları" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Virgülle ayrılmış y koordinatları" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 msgid "Comma-separated elements" msgstr "Virgülle ayrılmış ögeler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 msgid "Comma-separated equations" msgstr "Virgülle ayrılmış denklemler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 msgid "Comma-separated variables" msgstr "Virgülle ayrılmış değişkenler" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "Yorum(maximayla uyumlu olmayan çalışma sayfası metni)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Yorum Seçimi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Seçili metni yorumlama!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Seçimi yorumla\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Kelimeyi tamamla \tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Kelimeyi tamamla" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Maxima'yı tamamen kapatın ve yeniden başlatın" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 msgid "Complex infinity." msgstr "Karmaşık sonsuz." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Bir değerin sürekli kesirlerini hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Ek (adjoint) Matrisi hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Bir Matrisin karakteristik polinomunu hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Bir matrisin determinantını hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "OBEB i hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Bir matrisin tersini hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "OKEK hesapla (önce load(functs) paketini yükle)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Şart:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Config dosyası (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Yapılandırma uyarısı" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "wxMaxima'yı yapılandır" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Sabit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Logaritmik ifadeyi kısalt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "İkilileri, Beta Gama fonksiyonlarının faktöriyeline çevir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "İkilileri, Beta Gama fonksiyonlarının faktöriyeline çevir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Karmaşık ifadeyi kutupsal forma çevir " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Karmaşık ifadeyi kartezyen forma çevir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "Sanal argümanın üstel fonksiyonunu trigonometrik olarak ifade et" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Çarpımların logartimasını toplamların logaritmasına dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Logaritmaların toplamını çarpımın logaritmasına dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Faktöriyellere dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Gama'ya dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Kutupsal forma dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Kartezyen forma dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Trigonometric ifadeyi kanonik yarı-doğrusal forma dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Trigonometric ifadeyi üstel forma dönüştür" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "Matris için iç içe geçmiş dizin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "[[1,2],[3,4]] gibi bir diziye çevirir" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Bir önceki girdiyi Kopyala\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Bir önceki çıktıyı Kopyala\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Resim olarak Kopyala" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "LaTeX metni olarak Kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "MathML olarak kopyala" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "MathML olarak kopyala (örn. Word'e)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "RTF olarak kopyala" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy as SVG" msgstr "SVG olarak kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Düz metin olarak Kopyala\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Düz metin olarak kopyala" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Seçimi Kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 msgid "Copy selection from document as an SVG image" msgstr "Belgeden seçileni SVG resmi olarak kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Belgeden seçileni resim olarak kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Belgeden seçileni kelime işlemcisi programın anlayacağı türden rtf olarak " "kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Belgeden seçileni metin olarak kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "LaTeX belgesinde seçileni kopyala" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "MathML biçiminde olan bir belgede seçimin kopyalanmasını birçok kelime " "işlemci 2d denklemi olarak görüntüler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 msgid "Create a list" msgstr "Liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" "Değişkenlerin değerleri için bir saklama alanı olarak bir liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 msgid "Create a list from a rule" msgstr "Kuraldan liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 msgid "Create a list from another list" msgstr "Başka bir listeden liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "Virgülle ayrılmış öğelerden bir liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Bir önceki girdi ile yeni bir hücre oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Bir önceki çıktı ile yeni bir hücre oluştur" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "f(a,b) oluştur:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 msgid "Create list" msgstr "Liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "Virgülle ayrılmış öğelerden liste oluştur" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "İmleç" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Kes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Kes\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Seçimi kes" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "Çekçe" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "Danimarkaca" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Veri Matrisi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Veri dosyası (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Veri:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Onar: Maxima'nın stdout (standart çıktı) akışını izle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Rasyonel fonksiyonu parçalı fonksiyonlara ayır" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Varsayılan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Varsayılan animasyon çerçeve hızı:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Varsayılan Yazı Tipi:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Yeni Maxima oturumları için varsayılan çizim (çerçeve) ölçüsü:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "wxMaxima'nın iletişiminde kullanılan bağlantı noktası" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Oynatılacak animasyonunu varsayılan çerçeve hızını (saniyedeki çerçeve " "sayısı) tanımlayın." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" "Bir animasyonun otomatik olarak veya tıklatılarak başlatılacağını tanımlar." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Sil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Fonksiyonu Sil..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Seçimi Sil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Değişkeni Sil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Bir Fonksiyonu Sil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Bir Değişkeni Sil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Bellekteki Tüm Değerleri Sil" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Fonksiyon(ları) Sil:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Değiken(leri) sil:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Delta" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Payda derecesi:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Derinlik:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Türev:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Sapma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "Polinomları Böl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Diferansiyel" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Diferansiyelini al" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "İfadenin diferansiyelini al" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Diferansiyelini al" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Uyarı:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Kesikli çizim" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "Te&X formatını göster" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Algoritmayı Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "Display equations" msgstr "Eşitlikleri göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Son sonucu TeX formunda göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Değerlendirme süresini göster" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Böl" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Hücreyi Böl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Hücreyi Böl Ctrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Sayıları yada polinomları böl" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Bu Girdi hücresini ikiye böl" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "Sıfıra bölme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 msgid "Do for each list element" msgstr "Her dizin ögesi için uygula" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Belgede\"%s\" yaptığınız değişiklikleri kaydetmek istiyor musunuz? " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Belge arkaplanı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "wxMaxima'nın daha yeni bir sürümü ile kaydedildi. Bu yüzden doğru şekilde " "yüklenmeyebilir Lütfen wxMaxima'yı güncelleyin." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" " wxMaxima'nın daha yeni bir sürümü ile kaydedildi. Lütfen wxMaxima'yı " "güncelleyin." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "TeX çıkarımı için belge sınıfı:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Kaydetme" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Aşağı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Denklemler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "&Çık\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "Özvektörler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Özdeğerler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" "Bir parantez içinde tek bir ifade yada virgülle ayrılmış birçok ifade. " "Parantez içindeki son virgülden sonraki işlem kullanılır." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" "Ya negatif yada sıfır.\n" "()işaretinin olası bir sonucu" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" "Ya negatif yada sıfır.\n" "()işaretinin olası bir sonucu" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" "Ya negatif yada sıfır.\n" "Eğer işaret tanımlanamadıysa normal olarak ()işaretinin sonucu." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 msgid "Element" msgstr "Öge" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 msgid "Element:" msgstr "Öge:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Yok et" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Bir denklem sisteminde bir değişkeni (sadeleştirerek) yok et" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "İspat ın sonu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "İngilizce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Veri gir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Matris Girin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Bir Matris Girin" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Rasyonel sadeleştirilmek üzere bir denklem girin:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Değişkenlerin listesini 'virgülle ayrılmış' olarak girin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter tuşu hücreleri değerlendirsin" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Matris Oluşturun" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Yeni bir animasyon çerçeve oranı gir [Hz, tamsayı]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Yeni ondalık-hassasiyeti belirleyin:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Maxima'nın uygulayabileceği şekilde girin" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Epsilon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "Epsilon:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "Equation" msgstr "Denklem" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Denklem %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Denklem(ler):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Denklem:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "Denklemler fonksiyonlara göre daha avantajlıdır. Örneğin denklemler factor()" "(= çarpanlarına ayır), expand () (= genişlet) komutlarıyla başka bir form da " "oluşturlabilir Bunun yanında denklemler her zaman 2B math olarak " "yazdırılabilir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Denklemler:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "HATA" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "HATA!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Eta" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "&İsim Formlarını Değerlendir " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Bütün Hücreleri Değerlendir \tCtrl+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Görünen bütün hücreleri Değerlendir \tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Hücre(leri) Değerlendir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Üstteki Hücreleri Değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Üstteki Hücreleri Değerlendir \tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Aşağıdaki Hücreleri Değerlendir" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Kısmı Değerlendir\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Seçimi Değerlendir\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Alt+Alt kısmı değerlendir \tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Alt kısmı Değerlendir\\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Aktif yada seçilmiş hücreleri değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Belgedeki tüm hücreleri değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "İfadedeki bütün isim formlarını değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Belgedeki Görünen bütün hücreleri değerlendir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Dosyayı başlangıcından imlecin üstündeki hücreye kadar değerlendir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Noktaya Değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Örnek" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Örnek Metin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Örnekler:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "Listenin her öğesi için bir komut yürütün" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "wxMaxima'dan Çık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Genişlet (trig.)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "İfadeyi Genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Logaritmaları Genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Bir ifadeyi genişlet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Trigonometrik ifadeyi genişlet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Çıkart" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Animasyonları TeX'e çıkar (PDF görüntüleyicisi destekliyorsa resimler " "gönderilir.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Belgeyi HTML yada pdfLaTeX olarak çıkart" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Eşitlikleri HTML'ye ..... formatında çıkart:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Çıkarım başarısız." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Çıkarım başarılı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "HTML formatına dönüştürme işlemi başarılamadı'" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "TeX formatına dönüştürme işlemi başarılamadı!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Maxima Kütük Dosyası olarak çıkarım başarısız!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Çıkarılıyor..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "İfade" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "İfade(ler):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "İfade:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract Elements" msgstr "Ögeleri ayıkla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "Değişken için gerçek bir değeri çıkar" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "Değişken değerlerin bir listesinden bir değişkenin değerini çıkarın" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 msgid "Extract function arguments" msgstr "Fonksiyon argümanlarını ayıkla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 msgid "Extract list Elements" msgstr "Dizi elemanlarını ayıkla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 msgid "Extract the argument list from a function call" msgstr "Bir fonksiyon çağrısından bağımsız değişken listesini ayıklayın" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 msgid "Extract the last n elements from a list" msgstr "Listeden son n elemanlarını ayıklayın" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "n. öğeyi bir listeden çıkartın. n >> 0 için yavaş" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "Listede atanan bir değişkenin değerini çıkarın" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Çarpan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "KarmaşıkSayı Çarpanları" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "İfadeyi çarpanlarına ayır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Bir İfadeyi çarpanlarına ayır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Gauss sayıları şeklindeki bir ifadeyi çarpanlarına ayır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Faktöriyeller ve &Gamma " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Ölümcül Hata" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Şekil %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Dosya" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "Dosya açılamadı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Dosya bulunamadı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Dosya açıldı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Açmaya çalıştığınız dosya yok" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Dosya:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Bul\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Limit&Hesapla." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Minimumu hesapla..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Kökünü bul..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Bir ifadenin (sıkıştırılmamış) minimumunu bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Bir ifadenin bir limitini bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Bir denklemin bir aralıkta bir kökünü bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Polinomun bütün köklerini bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "(Büyük kayan sayı) polinomun bütün köklerini bul" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Bul ve yerleştir" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Bul ve yerleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Bir matrisini özdeğerlerini bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Bir matrisini özvektörlerini bul" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Minimum hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Polinomun gerçel köklerini bul" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Kökünü hesapla" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Bul:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "Fince" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "İlk" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" "Kaydetmeden önce yeniden düzenlenmiş referans indislerini (of %i, %o) onar" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Metin kontrolünde değişmez yazı tipi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Hepsini Klasörle\tCtrl+A-[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Bütün bölümleri Klasörle" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Takip et" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Yazı karakteri hatası: Karakter çok kısa! http://www.math.union.edu/~dpvc/" "jsmath/download/jsMath-fonts.html den yüklemek ve \"Yapılandır\" bölümünden " "\"Use JSmath fonts\"= JSmath fontlarını kullan ı seçmek sorunu çözebilir." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Yazı karakteri hatası: sqrt( ) işaretinin boyutu 0! http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html den yüklemek ve \"Yapılandır\" " "bölümünden \"Use JSmath fonts\"= JSmath fontlarını kullan ı seçmek sorunu " "çözebilir." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Yazı karakteri problemi? sqrt()'nin içeriği boş." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Belgede gösterilecek yazı tipi." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Belgede matematik karakterlerini gösterimde kullanılan yazı tipi." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Yazı Tipleri" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "wxMaxima her metni köşeli parantez içine alır. Belge yazdırılırken " "parantezlerin gösterilip gösterilmemesini buradan seçebilirsiniz." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Matematik hücresi\n" " Ctrl+1: Matin hücresi\n" " Ctrl+2: Başlık hücresi\n" " Ctrl+3: Kısım hücresi\n" " Ctrl+4: Alt kısım hücresi\n" " Ctrl+5: Alt alt kısım hücresi" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Format:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Çerçeve %i nın %i'si" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "Çerçeve hızı" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "Fransızca" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Nereden:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "Tüm Ekran\tAlt+Return" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Fonksiyon" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 msgid "Function name" msgstr "Fonksiyon adı" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Fonksiyon isimleri" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Fonksiyon(lar):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Fonksiyon:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Karmaşık sadeleştirme fonksiyonları" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Gamma fonksiyonu ve çarpanlarına ayırma fonksiyonları" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Trigonometrik ifadeleri sadeleştirme fonksiyonları" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "OBEB" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "GIF resmi (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "Galiçyaca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Gamma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Genel Matematik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Genel Matematik\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Matris oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Bir ifadeden matris oluştur..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "2B dizinden matris oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Bir Lambda ifadesinden matris oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "Listelerin elemanlarını kullanılarak yeni bir liste oluşturun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" "Herhangi bir zamanda denklemlere dahil edilebilecek değişken değerler için " "bir depo oluşturun" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "Bir kural kullanarak liste öğeleri üret" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "Almanca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Sanal bölümü hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "Serileri &hesapla..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Bir ifadenin Laplace Dönüşümünü hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Gerçel &Bölümü Hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Bir İfadenin Ters Laplace Dönüşümünü Hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Bir ifadenin Taylor Serisini yada kuvvet serisini hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "KarmaşıkSayı bir ifadenin sanal kısmını hesapla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "KarmaşıkSayı bir ifadenin gerçek kısmını hesapla" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Hata: Şu anda mümkün olmayan bir silme konutu içeren geri al eylemi isteği " "alındı." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "Yunanca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Yunanca harfler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Yunanca harfler\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Yunanca Sabitler" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Izgara:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "HTML Dosyası (*.html)|*.html|Kütük Dosyası (*mac.).*mac |pdfLaTeX dosyası (*." "tex)|*.tex)" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Yardım" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Gizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Araç çubuklarının hepsini gizle\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Kodları gizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Kod hücrelerini gizle\tAlt+Ctrl+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Bölümü gizle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Kısmı gizle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Alt Kısmı gizle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Alt+alt Kısmı gizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Bütün panoları gizle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "İçerikleri gizle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "Eğer hücreler aktif değilse,çalışma sayfasının sağ tarafındaki içerik " "parantezlerinive \"hide\" komutunu içeren gizle butonunu gösterme." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Belirginleştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Histogram" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Histogram..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Geçmiş" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Geçmiş\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Yatay imleç normal bir imleç gibidir davranır,ancak hücrelerde çalışır : " "hareket ettirmek için yukarı-aşağı okuna basın ; aynı anda Shift e basmakla " "'hücreleri seçer, backspace tuşuna basarak yada delete tuşuna iki defa " "basmakla yanındaki hücreyi siler." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "Yeni denklemler nasıl gösterilir" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "Macarca" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "BŞ1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "BŞ2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "'e ye benzer" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Bir seferde birden fazla hücreler değerlendirilirse: wxMaxima maxima'nın bir " "hatayla karşılaştığını belirlediğinde değerlendirmeyi durdur." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Eğer çok çok uzun değilse" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Eğer çok uzun değilse" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Sayılar bu basamak sayısından daha uzun olduğunda üç nokta ile kısaltılarak " "gösterilir." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Eğer, Yapılandırma da \"Otomatik Kaydet\" etkinleştirilmediysewxMaxima " "belgenizi bir kaç dakikada bir ve çıkışta da otomatik olarak kaydeder." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" "Yazı tipi büyük parantez simgeleri sağlıyorsa: Büyük parantez matematik " "ekran için gerek duyulduğunda kullanın." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Son kaydetme işelminden sonra bu kadar dakika geçtiyse, bir ad ile " "kaydedilmiş bir dosya klavye 10 saniyeden fazla hareketsiz kalmışsa " "kaydedilir. Eğer bu sayı sıfır ise dosya otomatik olarak kaydedilmeyecektir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Bu seçeneği belirttiğiniz takdirde geçerli dosyanın .wxmx kaynağına bir " "bağlantı verme sonucu koyduğun bir yere kopyalanır." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Maxima'nın başlatma dosyasını beklediği wxMaxima'nın tahmininde, başlatma " "dosyası için doğru dizin, komuta yanıt olarak bir maxima'nın çıktısını " "almasıdır\n" "\n" " maxima-user_dir;\n" "\n" "wxMaxima kullanılmadığı takdirde dosya maxima tarafından okunmayacaktır. Bu " "durumda yürütülen başlatma komutlarını da eklemek için lütfen bunları maxima-" "init.mac'e ekleyin." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" "Maxima'nın başlatma dosyasını beklediği wxMaxima'nın tahmininde, başlatma " "dosyası için doğru dizin, komuta yanıt olarak bir maxima'nın çıktısını " "almasıdır\n" "\n" " maxima-user_dir;\n" "\n" "wxMaxima kullanılmadığı takdirde dosya maxima tarafından okunmayacaktır. Bu " "durumda yürütülen başlatma komutlarını da eklemek için lütfen bunları maxima-" "init.mac'e ekleyin." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Komut çizgisine bir girdi olarak bir işlemci gireseniz ( +*/^=, den birsini) " "grafik çizen hesap makinelerinde olduğu gibi % işareti işlemciden önce " "otomatik olarak eklenecektir Bu 'Düzen->Yapılandır' a girilerek " "düzeltilebilir." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Eğer hesaplamalarınızı yapmak uzun zaman alıyorsa (bir sorun var demektir) " "Mkomut menüsünden Maxima-> Interrupt (Yarıda Kes) yada Maxima-> Restart " "Maxima (Maximayı Yeninden Başlat) yapın." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Resim" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "Resim Dosyları (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "Bir parametrenin wxmaxima'nın sağladığı bir denklemi nasıl " "etkilediğinigörselleştirmek için wxmaxima \"with_slider_ \" ile başlayan " "wxmaxima bazıkomutlar sunar ve animasyonlar oluşturur.Örnek olarak:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "Metin hücrelerinde maddeleme işaretleri satır başlarında \"*\"şeklinde " "oluşturulur.\"*\" öncesinde bırakılan boşluklar girinti miktarınıbelirler. " "Girintileme sonraki satırda da boşluk tuşuyla ayarlanabilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "LaTeX çıkarımlarında: Üs ifadelerini indisin üstüne değil de indisten sonra " "koyun.Kısa indislerin ve bazı fontların okunabilinirliğini arttırabilir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Sütunları kapsa:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Artan arama" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "İndeks Sonu:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "İndeks Başlangıcı:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "Dizin adım:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 msgid "Index variable:" msgstr "Dizin değişkeni:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "Sıfırın üstünde çok küçük bir değer." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "Sıfırın altında çok küçük bir değer." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Sonsuz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Maxima yapısı hakkında bilgi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Başlangıç Tahminleri:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Başlangıç Değer Problemi (&1)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Başlangıç Değer Problemi (&2)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Girdi Etiketleri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Ekle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Bir hücrenin başında bir işlemciden önce % ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Kısım Hücresi Ekle\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Metin Hücresi Ekle\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Hücre Ekle\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Resim Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Resim Ekle..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 msgid "Insert Input &Cell\tCtrl+0" msgstr "Girdi Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Sayfa Kesmesi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Alt Kısım hücresi Ekle\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Alt+alt &Kısım hücresi Ekle\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Kısım Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Alt Kısım hücresi Ekle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Alt+alt Kısım hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Başlık Hücresi Ekle\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Metin Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Başlık Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Yeni Girdi Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Yeni Kısım Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Yeni Alt Kısım Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Yeni bir Alt+alt Kısım Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Yeni Metin Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Yeni Bir Başlık Hücresi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Bir Sayfa Kesmesi Ekle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Resim Ekle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Tamsayılar ve tek harfler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "İntegral işareti" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "İntegral/Toplam:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "İntegralini Al" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "İntegralini Al (risch)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "İfadenin İntegralini Al" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Risch algoritmasıyla İntegralini al" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "İntegralini Al..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "Hücre parantezlerini otomatik gizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 msgid "Interleave" msgstr "İliştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 msgid "Interleave the values of two lists" msgstr "İki listenin değerlerini iliştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 msgid "Interleave two lists" msgstr "İki liste araya sok" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Yarıda Kes" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Yapılan İşlemi Yarıda Kes" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Bu hesaplamayı durdur. Maxima'yı yeniden başlatmak için bunun solundaki " "butona bas." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "Bir denklem içine gerçek değerlerin bir listesini tanıt" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "Listede saklanan değişkenlerin gerçek değerlerini tanıtmak" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Maxima programı için geçersiz giriş.\n" "\n" "Maxima programına uygun yolla girin." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Ters Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Ters Laplace Dönüşümü..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Iota" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "WxMaxima penceresinde Maxima hesaplamayı bitirirse bildirin." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "Yapılandır-Ayarlar sekmesindeki Özel sembollerdeki boşyerebaşka yerlerden " "kopyaladığınız sembolleri yapıştırarak\"semboller\" kenar çubuğuna özel " "semboller eklenebilirsiniz." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "Tekrar kullanmak istediğiniz dosyaları (.mac) dosyası olarak kaydederseniz " "bu dosyaları load(dosya adı) yazarak wxMaxima ile kullanabilirsiniz. maxima " "dizini içindeki \"share\" dizini içinde kütüphanelerin olduğu yere kaydedin " "yada \"(%o1) \"C:/Users/kullanıcı ismi/maxima\" dizini içine koyun. Aksi " "halde \"dosya bulunamadı\" mesajı alırsınız." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" "Bilinen değerlerin değişkenlere olabildiğince geç uygulanması mantıklıdır." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "İtalyanca" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "İtalik" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "Madde" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "Yineleyici:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "Japonca" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "İlk hataya git" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "Maxima'nın hata bildirdiği ilk satıra git." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "Berberi dili" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Kappa" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Özel sembolleri yüzde işareti ile yaz: %e, %i, v.b." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "OKEK" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: Üs ifadelerini indislerin üstüne değil sonrasına yerleştirin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "LaTeX: diff() 'ı göstermek için \"kısmi türev\" ı kullan." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Etiket genişliği:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Lambda" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "WxMaxima arayüzü için kullanılan dil." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Dil:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Laplace" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "Laplace &Dönüşümü..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "Sonuncu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Last n" msgstr "Son n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "'e yol açar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "OKEK..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "En Az Karelere uydur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "En Az Karelere uydur..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "Sol taraf \"=\"" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "Uzunluk" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Herhangi bir wxMaxima oturumunda (hangi dizinde-directory- çalıştığına " "bakılmaksızın) kütüphanelere ulaşılabilinir. Bu dizin çalışma yaprağına " "\"maxima_userdir;\" yazarak bulunabilir" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Limit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Limit..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Doğrusal Regresyon..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "List" msgstr "Dizin" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 msgid "List name:" msgstr "Dizin adı:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "Değerleri ile bir Dizin" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Dizin(ler):" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List1" msgstr "Dizin1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 msgid "List2" msgstr "Dizin2" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Liste:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Yükle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Paket Yükle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Bir Maxima dosyasını kütük komutu ile yükle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Bir Maxima dosyasını yükle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Sitili dosyadan yükle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Uzun sağ ok" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Alt Sınır:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "MAXİMA YANITI:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "Matrise Eşle..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Temel Araç Çubuğu\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "Dizin& yap..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Dizin yap" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "İfadeden liste oluştur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "İfadede değiştirme yap" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Eşle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Fonksiyonu listeye Eşle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Fonksiyonu matrise Eşle" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "Büyük küçük harfe duyarlı" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Metin kontrolünde parantezi eşleştir" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Mat. yazı tipi:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 msgid "Math output" msgstr "Matematik çıktısı" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "MathJAX Sürükle-Ve-Drop için kullanılabilecek 2D matematik ölçeklenebilir " "Yüksek Kalite temsillerini oluşturur ve erişilebilirlik seçenekleri sağlar. " "MathJAX'ın dezavantajı denklemleri dizmek için JavaScript ve biraz zaman " "gerektirmesidir.\n" "MathML, tarayıcı tarafından destekleniyorsa, MathJaX'den çok daha hızlıdır. " "Ancak birçok MathML uygulaması, gerekli özellikten yoksun olma " "eğilimindedir.\n" "Bitmap'ler, diğer iki seçeneğe göre daha fazla bant genişliğine ihtiyaç " "duyar. Sürükle-bırak veya erişilebilirlik gibi gelişmiş özelliklere sahip " "değiller. Ayrıca metnin geri kalan kısmı ile hizalama ve ölçeklendirme " "sorunları vardır ve belgenin geri kalanıyla eşleşmeyen yazı tiplerini " "kullanabilirler." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "Doldur MathML +MathJaX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "HTML olarak MathML" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "MathML tanımı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Matematik Sembolleri" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "Matematik" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Matris" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Matris Eşle" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Matrisin adı:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "İç içe geçmiş Listeye Matris" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Matris:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 msgid "Maxima asks a question" msgstr "Maxima bir soru soruyor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "Maxima'nın bir sorusu var!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "Maxima, her komuta / denklemi otomatik etiket (% i1 veya% o1 gibi görünür) " "atar. Bir komut betimleyici bir ad ile başlarsa, a: wxMaxima betimleyici adı " "\"kullanıcı tanımlı etiket\" olarak adlandıracaktır. Bu seçim wxMaxima'ya, " "wxMaxima'nın sezgiselleri tarafından bir kullanıcı tanımlı etiket bulunana " "kadar yalnızca otomatik etiketleri, otomatik etiketleri kullanıcı tanımlı " "yoksa etiketsiz bırakıp etiketlemeyeceğini söylemenize izin verir. Otomatik " "etiketler bastırılırsa hangi satırı yeni bir denklem başlatır ve hangisinin " "yalnızca son satıra devam ettiğini ayırt etmeyi kolaylaştırmak için " "denklemler arasında ekstra dikey boşluk eklenir." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 msgid "Maxima code" msgstr "Maxima kodu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "Her yeni başlamada gerçekleştirilecek Maxima komutları: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" "wxMaxima Maxima'yı başlattığında gerçekleştirilecek Maxima komutları: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "Maxima hesaplamayı bitirdi." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "Maxima'nın bir sorunla karşılaştı!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Maxima girdisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima hesaplıyor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "Maxima girdi için hazır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "Maxima Paketi (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "Maxima Paketi (*.mac)|*.mac|Lisp Paketi (*.lisp)|*.lisp|Tümü|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Maxima'nın çalışması sonlandı." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Maxima programı:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "Maxima, bir maxima oturumunun yapabileceği tüm ayarları silecek hiçbir " "\"hepsini unut\" komutunu sağlamaz. Bu nedenle, wxMaxima, çalışma sayfası " "yeniden değerlendirilmek üzere her seferinde yeni bir maksimum işlemi " "başlatmayı varsayılanı yapar. Bu biraz zaman gerektirdiğinden, bu anahtar bu " "davranışı devre dışı bırakmaya izin verir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Maxima sorular" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima başlatıldı.Bağlantı için bekleniyor..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 msgid "Maxima startup file location: " msgstr "Maxima başlangıç dosya konumu: " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "Maxima üç tür sayıyı destekler: tam kesirler (1/10 şeklinde " "üretilebilinirler), IEEE kayan-nokta sayılar (örn: 0.2) ve (arbitrary " "precision big floats) gelişigüzel duyarlılığı olan büyük sayılar.(1b-1). " "Sahip olduğu ikili (binary) doğası, ondalıklı değil, 0.1 i kesin olarak " "veren bir IEEE kayan nokta sayısı üretmek mümkün olmadığına dikkat etmeli." "Kesirler yerine kayan- nokta sayıları kullanmışsa, Maxima çooooook küçük " "hatalar verebilir. örnek : 0.1 için 3602879701896397/36028797018963968 " "verebilir." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima'da değişkene değer verirken ':' kullanılır ('a : 3;') vefonksiyon " "yazılırken ':=' kullanılır.('f(x) := x^2;')." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Maxima Sürümü: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 msgid "Maxima warnings" msgstr "Maxima uyarılar" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "Maxima'nın \"at\" fonksiyonu bir sonuçlar listesindeki keyfi " "değişkenlereulaşmayı sağlar: \n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "Maxima'nın gücü sembolik işlem yapmasında yatar." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "Maxima'nın gücü eşitlikleri sembolik olarak manipule etmesindedir.Örnek " "olarak:\n" "Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "Gerçek matematik yapan program olan Maxima ve çalışma sayfasını görüntüleyen " "wxMaxima ayrı işlemlerde tutulmaktadır. Bu maxima çöküyor olsa bile wxMaxima " "(ve bu nedenle çalışma sayfası) bozulmadan kalır demektir. Her iki program " "da yerel bir ağ soketi üzerinden iletişim kurar. Bu sefer yalnızca dışarıdan " "bağlantıları kesmekle kalmayan aynı bilgisayarda çalışan iki programı " "arasındaki bağlantıyı kesmek için kurulan bir güvenlik duvarı nedeniyle bu " "soket oluşturulamadı." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "Gerçek matematik yapan program olan Maxima ve çalışma sayfasını görüntüleyen " "wxMaxima ayrı işlemlerde tutulmaktadır. Bu maxima çöküyor olsa bile wxMaxima " "(ve bu nedenle çalışma sayfası) bozulmadan kalır demektir. Şu anda iki " "program birbirine bağlı değildir, bu da maksimumların hala başlatıldığı veya " "başlatılamayacağı anlamına gelebilir. Alternatif olarak, yalnızca dışardan " "gelen bağlantıları kesmekle kalmayan aynı bilgisayarda çalışan iki programı " "arasındaki bağlantıyı kesmek için kurulan bir güvenlik duvarı da neden " "olabilir. Maxima'nın başlamamasının bir başka nedeni maxima bulunamaması " "olabilir (Maxima'nın konumunu belirtmenin bir yolu için wxMaxima'nın " "Yapılandırma diyaloğuna bakın) veya çalışma düzeni içinde olmayabilir." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "Maxima, gerçek matematiğin yaptığı programı ayrı bir süreç olarak başlatır. " "Bu, nihai bir kaza anında çalışma sayfasını görüntüleyen wxMaxima'ya zarar " "verememe avantajına sahiptir.\n" "Bu simge, verilerin maxima ile wxMaxima arasında aktarılıp aktarılmadığını " "gösterir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Gösterilecek en fazla basamak sayısı:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Ortalama Fark Testi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Ortalama Testi..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Ortalama..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Ortalama:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Medyan..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Hücreleri birleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Hücreleri birleştir\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Metni iki girdi hücresinden tek hücreye birleştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Maxima'nın stdout (standard çıkış) ın dan mesaj:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Metod:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Eşleşmeyen parantezler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Modül" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" "Muhtemelen, bir şey olmayan bir listeye bir şeyler eklemek denendi.\n" "Listenin yeni elemanını parantez ([]) içine koymak, onu bir listeye " "dönüştürür ve eklenebilir hale getirir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" "Çoğu sorunun önlenebilmesi için assume () ve declare () komutları " "kullanılmalıdır." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Mü" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "İsim:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "Matris için iç içe geçmiş dizin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Asla" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Yeni" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Yeni\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Yeni belge" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Yeni satırlar: Metne git" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Yeni Değer:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Yeni Değişken:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Sonraki komut\tAlt+Down" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "Güzel Grafiksel Eşitlikler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Hayır" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Komut sonunda ($) ya da (;) yok" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Eşleşme bulunamadı!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Normallik Sınaması..." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" "Normalde bilgisayarlar, sayıları doğru düzenlerken inanılmaz derecede hızlı " "şekilde işlenebilen kayan nokta sayıları kullanırlar. Bununla birlikte, bazı " "yaygın sayılara küçük bir hata getirirler. Örneğin, 0.1, " "3602879701896397/36028797018963968 olarak gösterilir.\n" "Matematik, tam eşit olan sayıların birbirini iptal ettiği gerçeğine " "dayandığından küçük hatalar hızlıca büyük hatalara neden olabilir (bkz. " "Wilkinson Polinomları veya Rump Polinomları). Dolayısıyla, bazı maksima " "komutları kayan nokta hatalarının ekleyebileceği tam sayılara (1/10 veya " "sqrt (2) / 2 gibi) otomatik olarak dönüştürmek için rat () işlevini " "kullanır.\n" "\n" "Tam sayı (0.1 yerine 1/10) kullanıldığında bu hata iletisi oluşmaz.\n" "Rakamların otomatik olarak dönüştürüldüğü bilgisi, ratprint'i false olarak " "ayarlayarak bastırılabilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Normal olarak html resimlerin yer kaplamayan düşük çözünürlüklü olamasını " "bekler. Modern ekranlarda bu resimlerin net görüntüsü olmaz. Buradan HTML " "çıkarımlarındaki çözünürlük arttırımını belirleyebilirsiniz." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "Norveçce" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Geçerli bir Matris boyutu değil!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Geçerli bir denklemler sayısı değil!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Maxima'ya bağlanamadı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Bağlanamadı." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Nü" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Say.derecesi:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 msgid "Number of elements" msgstr "Ögelerin sayısı:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Denklemlerin sayısı:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Sayılar" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "OK" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Eski değer:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Eski Değişken:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Omega (küçük)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Yerel ağ köprüsü bir kere kurulduğunda, Maxima'nı stdout akışını kullanarak " "bir mesaj göndermesi için bir nedeni olmaz. Sonuç olarak akış aktarımı " "(stream transport) bir kutlama mesajı göndermelidir; maxima'nın çalıştığı " "lisp sistemin stderr akışını kullanarak hata mesajları gönderir. Eğer bu " "kutu işaretliyse maxima'nın stdout stream mesajlarını izlemeyiz." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Bir örnek t-testi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Çevirimiçi Çalışma Notları" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Sadece kullanıcı-tanımlı etiketler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Aç" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Yakın Geçmişi Aç" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Maxima girdi beklerken yeni bir hücre aç" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Bir Belge Aç" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Yeni Bir Pencere Aç" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Belge Aç" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Matris Aç" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Dosya açılıyor" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Seçenekler" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Seçenekler:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" "Listelerde bildirilen diziler dışında, n. Öğenin adresini belirlemek için " "atlamak için bir öğeden diğerine yinelenen harf dışında başka bir yol " "yoktur. Hangi maksimuma özgü bir fenomen değil, ilan edilen dizilerden daha " "kolay yeniden boyutlandırılması için listeler için ödemesi gereken fiyat. " "Geçerli öğenin adresi bir sonraki gruba yinelendiği biliniyorsa önemsizdir, " "bu nedenle\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "her liste öğesinde bir şeyler yapmak için son derece etkili yollar sağlar." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Kullanılmayan Hücreler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Çıktı Etiketleri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Padé Yaklaşımı..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Padé Yaklaşımı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Bir Taylor Serisinin Padé Yaklaşımı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Sayfa sonu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "'e paralel" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Parametrik Çizim" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Parçalı Kesirler..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Parçalı Kesirler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Belgenin parçaları düzgün olarak yüklenemedi!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Belgenin parçaları düzgün olarak yüklenemedi:\n" "Bilinmeyen XML etiket adı " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Yapıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Yapıştır\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Panodan Yapıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Metni Panodan Yapıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "'e dik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Pasta dilimi..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Lütfen wxMaxima'yı 'Düzenle-> Yapılandır' ile yapılandırınız." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Değişikliklerin uygulanabilmesi için wxMaxima'yı yeniden başlat!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "2B Grafik..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "3B Grafik..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "Grafik Formatı..." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "2B Grafik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "2B Grafik..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "2B Grafik..." #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "3B Grafik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "3B Grafik..." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "3B Grafik...." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Grafik Formatı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "2 Boyutlu Grafik çiz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "3 Boyutlu Grafik çiz" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Grafiği Bir Dosyaya çiz:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Nokta:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "Polonyaca" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Polinom 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Polinom 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "Pop" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "Portekizce (Brezilya)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "Postscript Dosyası (*.eps)|*.eps|Hepsi|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "OndalıkHassasiyet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Öncelikli Tercihler\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Ctrl+Space ya da Ctrl+Tab a basılması otomatik tamamlama işlevini başlatır. " "Sadece maxima çekirdeğine ve parametrelerine entegre edilmiş olanlara değil " "aynı anda hali hazırda yüklenmiş olan paketlerdeki ve dosyadaki " "parametreleri de ele alır." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Bir Önceki Komut\tAlt+Up" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Yazdır" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Belgeyi Yazdır" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Belgeyi Yazdır" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Hücre parantezlerini yazdır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Çarpım" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Çarpım işareti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "İtekle" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "OMML matematiği ile RTF" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Raw XML monitor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "" "İmlecin bulunduğu hücrenin üstündeki bütün hücreleri tekrar değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 msgid "Re-evaluate all cells below the one the cursor is in" msgstr "" "İmlecin bulunduğu hücrenin altındaki bütün hücreleri tekrar değerlendir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Matrisi Oku...." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "'Maxima çıktısı'nı okuyor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Kullanıcı girdisine hazır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Sonraki komutu geçmişten bul" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Sonraki komutu geçmişten bul" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Geçmiş dosyalar listesi uzunluğu:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Kartezyen Form" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Yinele\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Son değişkliği Yinele" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "İndirge (trig.)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Trigonometric İfadeyi İndirge" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Hücreyi Maxima'ya göndermeyi reddediyor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Tüm Çıktıları Temizle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" "Bir satırda iki defa görünen bütün dizin ögelerini temizle. Normalde " "sıralama ile birlikte kullanılır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 msgid "Remove an element from a list" msgstr "Dizinden bir öge çıkar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "Tekrarları çıkart" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Girdi Hücrelerindeki Çıktıları Temizle" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Tümünü Yeniden Yerleştir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Yerleştirilmiş %d Olgular." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Yeniden yerleştirme:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Hatayı Bildir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Maxima'yı Yeniden Başlat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Maxima'yı Yeniden Başlat" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 msgid "Restict Maximum size" msgstr "Maksimum boyutu tekrar ayarla" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 msgid "Restrict Maximum size" msgstr "Maksimum boyutu tekrar ayarla" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Sonuç" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" "Listenin ilk öğesini döndürüp listeden çıkarın. Yığın oluşturmak için " "kullanışlıdır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "İlk n elemanı olmadan listeyi döndürür" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "Son n elemanı olmadan listeyi döndürür" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Değerlendirilmekte olan hücreye dön" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "Rasgele bir liste öğesine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "Listenin ilk öğesine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "Listenin son öğesine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "Dizinin son ögesine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "Dizinin uzunluğuna döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "İlk n ögesi olmadan dizine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "Sonuncu ögesi olmadan dizine döner" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse" msgstr "Tersi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "Liste öğelerinin sırasını tersine çevir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Rho" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Sağ ok" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "\"=\" nin sağ tarafı." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Risch İntegrali...." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "&Polinomun Kökleri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Polinomun Kökleri (büyKaySayı)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Satırlar:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "Kural:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "Her öğeyi bir fonksiyonla çalıştırır" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "Rusça" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "MAXİMA YA GÖNDERİLDİ:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 msgid "SVG graphics" msgstr "SVG Grafikleri" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Örnek 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Örnek 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Örnek:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Kaydet" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Animasyonu Kaydet..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Faklı Kaydet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Faklı Kaydet\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Resmi Kaydet..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Seçileni Resim Olarak Kaydet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Seçileni Resim Olarak Kaydet..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Animasyonu Dosyaya Kaydet" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Belgeyi Kaydet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Belgeyi Farklı Kaydet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Geri Al arabelleğinde sadece bu kadar eylem sayısını Kaydet. 0 sonsuz eylem " "sayısı anlamına gelir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Panellerin Yerleşimini Kaydet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Panellerin Yerleşimini Yeni Oturumlar için Kaydet." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Grafiği Dosyaya Kaydet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Seçileni Bir Resim Dosyası Olarak Kaydet" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Seçileni Dosyaya Kaydet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Stili dosyaya Kaydet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "wxMaxima penceresinin boyut\\pozisyonunu kaydet" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Oturumlar arasında wxMaxima pencere boyutunu / konumunu kaydedin." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Kaydetme başarısız." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Kaydetme başarılı." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Kaydediyor..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "Ölçülenebilir Vektör Grafikleri (svg)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Dağılım Grafiği" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Dağılım Grafiği..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Kısım" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Kısım Hücresi" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Yazı karakteri ile ilgili ir sorun görünüyor. http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html den yüklemek ve \"Yapılandır\" " "bölümünden \"Use JSmath fonts\"= JSmath fontlarını kullan ı seçmek sorunu " "çözebilir." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Matematik yazı karakteri ile ilgili bir sorun görünüyor. http://www.math." "union.edu/~dpvc/jsmath/download/jsMath-fonts.html den yüklemek ve " "\"Yapılandır\" bölümünden \"Use JSmath fonts\"= JSmath fontlarını kullan ı " "seçmek sorunu çözebilir." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Seç" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Tümünü Seç" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Tümünü Seç\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Maxima Programını Seç" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Alt Örnek Seç" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Bir Sabit Seç" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Tümünü Seç" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Matematik Gösterim Algoritmasını Seç" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Çıktının bir bölümünü seçip fareyi sağ tıkladığınızdaseçilen bölüm ile " "yapılabilecekler menüsü gelir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Seçim" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Seriler" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Seriler..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Sunucu Başladı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Yakınlaştır\\Uzaklaştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "BüyükKayanSayı &Hassasiyeti Belirt..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Metin Kontrolünde Değişmez Yazı Tipi ayarla." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "Resim boyutlarını ayarla [mm olarak]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Grafik formatını ayarla" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 msgid "Set the frame rate for animations." msgstr "Animasyonlar için çerçeve hızını ayarla." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Büyük Kayan sayı olarak tanımlanmış sayılarda hassasiyeti ayarlayın. Bu tür " "sayılar 1.5b12 ya da bfloat(1.234) şeklinde üretilebilir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "%100 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "%120 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "%150 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "%200 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "%300 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "%80 Yakınlık" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "ADD'yi Laplace dönüşümleri ile çözerken başlangıç değerlerini düzenle" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Modül Hesaplamasını Kur" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Tanımı & göster..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Fonksiyonları &Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Yararlı Öneriler &Göster..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Değişkenleri &Göster" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Maxima Yardımını Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Şablonu Göster\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Bir Yararlı Bilgi Göster" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "'...:'ya benzer bütün komutları göster:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "'...:' Komutu için bir örnek Göster:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Kullanımı için Örnek Ver" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "'...:'ya benzer komutları Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Tanımlanmış Fonksiyonları Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Tanımlanmış Değişkenleri Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Bir Fonksiyonun Tanımını Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "Denklemleri doğrusal formlarında göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Fonksiyon Şablonunu Göster" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "Etiketleri göster:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "WxMaxima Belgesinde Uzun İfadeleri Göster." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Uzun ifadeleri göster:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 msgid "Show section numbers" msgstr "Kısım numaralarını göster" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Fonksiyonun Tanımını Göster:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "WxMaxima Yardımını Göster" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Sigma" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Kökleri &Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Sadeleştir(özd)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Sadeleştir (trig_özd)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Faktöryel İçeren İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Kökleri Olan İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Rasyonel İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Toplamı Sadeleştir" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Trigonometrik İfadeyi Sadeleştir" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "wxMaxima 0.8.2 ile Komut menüsünden Hücre-> Resim Ekle yi kullanarak " "belgelerinize resim ekleyebilirsiniz. Eğer Resimlerinizin belgenizde " "görünmesini istiyorsanız belgenizi 'xml wxMaxima belgesi olarak " "kaydetmelisiniz'" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Çözüm:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "&Cebirsel Sistemi Çöz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "&Lineer sistemi Çöz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "&ADD Çöz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Çöz (to_poly_solve)ile..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "ADD Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "ADDyi Laplace ile Çöz..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "ADD Çöz..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Cebirsel Sistemi Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Cebirsel Denklem Sistemini Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "İkinci Derece ADD sınır Değer Problemini Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Denklem(leri) Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Denklem(leri)'to_poly_solve'ile Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Birinci derece ADD için Başlangıç Değer Problemini Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "İkinci derece ADD için Başlangıç Değer Problemini Çöz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Lineer Sistemi Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Lineer Denklem Sistemini Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "En Yüksek İkinci Derece olan ADD yi Çöz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "ADD leri Laplace Dönüşümü ile Çöz" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Çöz..." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "Bazı PDF görüntüleyicileri hareketli resimleri gösterebilir ve wxMaxima " "bunları çıkarım yapabilir. Bu seçenek seçildiğinde çıkarımın derlenmesi için " "ek LaTeX paketlerine gereksinim olabilir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "f(x_1,x_2) gibi birşey" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "Sırala" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "Sıralama kriteri:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 msgid "Sort a list" msgstr "Bir dizin sırala" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 msgid "Source list:" msgstr "Kaynak dizin:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "İspanyolca" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Özel" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Özel Sabitler" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Animasyonu Başlat" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Her tekrar değerlendirme için yeni bir maxima başlat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Animasyonu Başlat yada Durdur" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Seçtiğiniz with_slider komutlarıyla oluşturulan animasyonu Başlat ya da " "Durdur" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Aramak istediğiniz ifade yazmaya devam ederken aramayı başlat." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Maxima'yı başlatma işlemi hata ile sonuçlandı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Maxima Başlatılıyor..." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Sunucu başlatımı hata ile sonuçlandı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Sunucu port %d da başlatılıyor" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "Başlangıç komutları" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "İstatistik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "İstatistik\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Diziler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Stil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Stiller" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Alt Örnek..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Alt Kısım" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Alt Kısım Hücresi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Yerine koy..." #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Yerine koy" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Yerine koy..." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Alt+alt Kısım" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Alt+alt Kısım Hücresi" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Toplam" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Toplam işareti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Semboller\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "Buraya girilen veya kopyalanan simgeler simgeler kenar çubuğunda görünürve " "çalışma sayfasına kolayca girilebilirler." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Sistem Bilgisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "İçerik Tablosu" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "İçerik Tablosu \tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Tau" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Taylor Serileri:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX MathJaX tarafından yorumlendı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Metin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Sadece metin" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Metin Hücresi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Metin Hücresi Arka Planı" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "Metin hücreleri, \">\" ile bir satır başlayarak böyle işaretlenmiş Atıfları " "tutabilir. Madde işaretleri listelerinde olduğu gibi \">\" önündeki boşluk " "sayısı girinti seviyesini belirler." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Metin seçime eşit" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "\"at\" fonksiyonu bir eşitliği diğer bir eşitliğin içinde tanımlamayı " "sağlar:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" ".xml dosyası geçerli değil ya da .xml olarak çıkarılan bir içerik değil. " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "MathJaX URL ' si bizim HTML Çıkarttan indirilmeli" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" "[] ya da part() komutu varolmayan bir liste yada matris elemanına ulaşmaya " "çalıştı." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" "Bir işlevin argümanı yanlış türdeydi. Büyük olasılıkla bir denklem " "bekleniyordu, ancak bir \"=\" eksikti." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "Çalışma yaprağına gömülü çizimlerde varsayılan yükseklik. wxplot_size komutu " "ile geçersiz kılınabilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Maxima ile wxMaxima'nın iletişiminde kullanılan bağlantı noktası." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "Çalışma yaprağına gömülü çizimlerde varsayılan genişlik. wxplot_size komutu " "ile geçersiz kılınabilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "LaTeX belge sınıfı bizim belgelerimizi kullanmak için yönlendirilir." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "Subst () ilk argümanı bir denklem veya denklem listesi değildir. Büyük " "olasılıkla bir \"=\" eksikti." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "Çıkarmak için argümanları olan işlev çağrısı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "Denklemin \"=\" işaretinin solunda kalan yarısı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "Denklemin \"=\" işaretinin sağında kalan yarısı" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" "Resim görüntülenemedi. Yanlış bir biçimde kırılmış olabilir veya gnuplot'un " "imajı yazamamasından veya maxima'nın çizmek istediğini anlayamadığından " "kaynaklanabilir." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 msgid "The inverse laplace transform." msgstr "Ters Laplace Dönüşümü." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "Shift+ boşluk a basıldığında bölünemeyen boşluk elde edilir." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "\"X\" harfinin genişliği sıfır. http://www.math.union.edu/~dpvc/jsmath/" "download/jsMath-fonts.html ' in kurulkması ve yapılandırma bölümünde \"Use " "JSmath fonts\" ' ın seçili olması problemi çözecektir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" "Değerler içeren liste, \"solve ()\" ile veya \"Gerçek değişkenler için " "liste / As depolama alanı oluştur\" kullanılarak oluşturulabilir." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "5.38 den yukarı Maxima versiyonları .wxm dosyalarını maxima komutlarının " "kütüphanesi olarak yükler" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" "En fazla görüntülenen basamak sayısı Yapılandırma sekmesinde " "değiştirilebilir sekme" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "Bu resim için maksimum boyut. Değerler <= 0 ortalama: Belirtilmemiş." #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" "WxMaxima'da görüntülenecek maksimum ifade boyutu Yapılandırma sekmesinde " "değiştirilebilir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "Yakın geçmişte gösterilecek en son açılan dosya sayısı." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "\"İndeks sonu\" ndan \"İndeks Başlat\" a kadar öğenin sayısı." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Maxima'nın Çevirim dışı kullanma kılavuzu" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" "Bu komutların çıktılarının \"matematik\" olarak bildirilmeyen kısmı wxMaxima " "tarafından bastırılabilir; Her zaman olduğu gibi, maxima komutlarının \";\" " "veya bir \"$\" ile bitmesi gerekir." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "\"pngCairo\" terminali yüksek grafik kalitesi sağlar (örtüşme-önler ve ek " "çizgi stilleri). Ancak gnuplot u destekleyen bir sistemde çizim üretebilir." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "Sonuç belirsiz." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "Sonuç tanımsız." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "rhs() (\"right hand side\") komutu bir denklemin sonucunu tam olarak bir " "işlevin alacağı biçimde almaya olanak tanır:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" "Bir liste öğesinin değerini nasıl üretileceğini açıklayan kural.\n" "Böyle bir şey olabilir \"i\", \"i ^ 2\" veya \"sin (i)\"" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" "() 'içindeki ikinci argüman bir denklem ya da denklem listesi değildir. " "Büyük olasılıkla bir \"=\" eksikti." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" "Birkaç özel değişkenin değeri Maxima tarafından atanır ve kullanıcı " "tarafından değiştirilemez. Ayrıca birkaç yapı değişken isimler değildir ve " "bu nedenle bunlara yazılamaz." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "Geçerli kaynak öğesinin değeri değişkeninde saklanır." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "Maxima'nın giriş ve çıkışını içeren çalışma sayfası" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" "Maxima veya .wxmx dosyasındaki xml verileri burada veri eksikti.\n" "Bu sorunu nasıl üreteceğinizin bir yolunu bulursanız lütfen wxMaxima'ya " "karşı bir hata raporu hazırlayın." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "İnternette Maxima ve wxMaxima ile ilgili birçok kaynak vardır. http://" "wxmaxima.sourceforge.net/wiki/index.php yi ziyaret ederek wxMaxima and " "Maxima kullanımı hakkında bilgi ve ders notlarına ulaşabilirsiniz." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "XML Oluşturulurken hata oluştu!\n" "\n" "Lütfen bunu hata olarak bildirin." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Teta" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" "Bu hata mesajı büyük olasılıkla bir değişken adına bir sayı atamayı " "denediğinden kaynaklanır.\n" "Olası bir neden, zaten bir döngü sayacı olarak sayısal bir değere sahip bir " "değişkeni kullanıyor olmasıdır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" "Bu işlev büyük n için yavaştır.\n" "Büyük bir listenin her öğesiyle verimli bir şekilde yinelenmesi için " "makelist komutunu kullanan \"Listeden liste oluştur\" bölümüne bakın." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "İnce nokta ayarları:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Kaç kez :" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Başlık" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Başlık Hücresi" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Başlık, kısım ve alt kısım hücrelerinin içerikleri GİZLE ile gizlenebilir. " "GİZLE yada GÖSTER için hücereye bitişik kareyi tıklayın. Shift+tık " "yaparsanız o hücrenin bütün alt seviyeleri GİZLE\\GÖSTER komutuna uyar." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "BüyükKayanSayı ya" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "KayanSayıya" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "KayanSayıya" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "Numeri&k'e \tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Kutupsal Koordinatlarda 2B grafik çizimi için 2B Grafik kutusunda, " "Seçeneklerde 'set polar'='kutupsala ayarla' yı seçiniz. Aynı şekilde 3B " "Grafik çizimlerini silindirik ve küresel koordinatlarda da yapabilirsiniz" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Bir ifadeyi parantez içine almak için ifadeyi işaretleyip '(' yada ')' ya " "basılır. İmleç parantezin kapandığı yerde olur." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Yeni oturumlar için wxMaxima pencersinin boyutunu ve konumunu kaydetmek " "isterseniz 'Düzenle-> Yapılandır' menüsünden ilgili kutuyu tklayın." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "wxMaxima'yı, Girdilerinizi yazarak hemen kullanmaya başlayabilirsiniz Bir " "Girdi hücresi oluşur ve işleminiz bitince Shift+Enter a basarak Maxima'nın " "Girdinizi değerlendirmesini sağlayabilirsiniz." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "To:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Cebirsel Dizeyi Çalıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Numerik Çıktıyı çalıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Zaman gösterimini çalıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Cebirsel Dizeyi (Flag) Çalıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 msgid "Toggle animation autoplay" msgstr "Animasyon otomatik oynatmayı aç / kapat" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Tam Ekran Düzenlemesini Çalıştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Numerik Çıktıyı Çalıştır" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Kod hücrelerinin görünürlüğünü değiştirme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Araç Çubuğu Simgeleri" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Çeviri" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Transpoze Matris" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" "Antialias çizgilerini deneyin (bir pikselin bir kısmıyla hareket ettirmeyi " "sağlar, ancak netliklerini azaltır)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "Türkçe" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Ders Notları" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "İki Örnek t-testi" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 msgid "Type" msgstr "Tip" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 msgid "Type in text" msgstr "Metin içine yaz" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Tip:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "URL MathJaX.js burada:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "Ukraynaca" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Kapanmamış parantezler" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Kapatılmamış parantez" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "\"http://andrejv.github.io//wxmaxima/version.txt\" den edindiğim sürüm " "bilgisini yorumlayamıyor:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Altı Çizili" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Alt çizgi, alt simgelere dönüştürür:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Geri Al\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Son Değişikliği Geri Al" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Geri alma limiti ( 0, geri alma işlemi yapma! demektir)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Hepsini Klasörden Çıkar\tCtrl+A]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Klasörlenmiş bütün kısımları Klasörden Çıkar" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Gizleme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Bölümü gizleme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Kısım'ı gizleme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Alt Kısmı gizleme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Alt+alt Kısmı gizleme" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "İçeriği gizleme" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Unicode Desteği" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Sonlandırılmamış yorum." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Sonlandırılmamış dizin." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" "O zamana kadar tüm değişkenlerin gerçek değerleri bir listede tutulabilir." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Yukarı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Yükselt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Üst Sınır:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Upsilon" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Gosper Algoritmasını Kullan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Use a list" msgstr "Bir dizin kullan" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "Bir işlevin parametre dizini olarak bir dizin kullan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Çizim kalitesini arttırmak için cairo kullan." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "Ortalanmış nokta ve eksiyi kullan Yıldız ve kısa çizgiyi değil" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Çarpma işareti gösterimi için 'ortada nokta'; \".\" yı kullan " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "jsMath Yazı tipini kullan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 msgid "Use list" msgstr "Dizin kullan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "Dizini bir işlevin argümanları olarak kullanın" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" "Güzel integral, toplam, çarpım ve sqrt işaretlerini elde etmek için js " "matematik sembollerini kullanın.\n" "Sadece ilgili js matematik yazı tipleri wxMaxima tarafından bulunabilirse " "çalışır." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "LaTeX olarak çıkarım yaparken bir diff() kesirinde \" kısmi türev\" " "işaretini kullan." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 msgid "Use unicode Math Symbols, if available" msgstr "Uygunsa Unicode Matematik sembollerini kullan" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Kullanıcı tanımlı etiketler" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Eğer mümkünse kullanıcı tanımlı etiketler" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 msgid "Value" msgstr "Değer" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Değer:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 msgid "Variable name" msgstr "Değişken adı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Değişken(ler):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Değişken:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Değişken(ler)" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Değişken(ler):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Varyans..." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Görünüm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Etkin olmayan bir pencere boşta kalırsa uyar" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Uyarı" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "wxMaxima'ya Hoş Geldiniz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "Ne yapalım:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "Menülerdeki tek argümanlı bir fonksiyonu tıkladığınızda, komut çizgisinde " "fonksiyonun işleme koyacağı argüman yerinde, varsayılan olarak, '%' belirir." "fonksiyonun argümanı olarak '%' yerine başka bir değer girebilir yada " "belgenizden bir ifadeyi seçebilirsiniz. Ayrıca Maxima, '%'yı bir önceki " "ÇIKTI satırında olanları argüman olarak kabul eder." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "Bütün belge (*.wxmx)|*.wxmx|load() komutu ile okunabilen girdi (Maxima> " "5.38) (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Çalışma Yaprağı" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Eşitlik işaretleri olarak \\ [and \\] arasındaki \"LaTeX olarak kopyala\" " "özelliği tarafından verilen denklemleri sarın" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Kaydırlılan arama" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Yazar" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "XML Denetleyecisi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Xi" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Evet" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Son ÇIKTI'ya '%' ı kullanarak ulaşabilirsiniz.Herhangibir ÇIKTI satırındaki " "bir ÇIKTI'ya '%on'formülüyle ulaşabilirsiniz'%on' ifadesinde 'o' " "output=ÇİKTI 'n' de ÇIKTI satırı numarasıdır ÖRN: %o6 =Altıncı ÇIKTI satırı." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Belgenizdeki tüm komutları 'Hücre->Bütün Hücreleri Değerlendir' i tıklayarak " "yada kısayolu kullanarak değerlendirme şlemini yapabilirsiniz.Belgeenizdeki " "tüm -metin yada komut -hücreleri yazıldıkları sırayla değerlendirilir. " #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Bir Maxima fonksiyonunu fare ile yada üstüne çift tıklayarak seçipF1'e " "bastığınızda wxMaxima, o komutla ilgili yardım dosyasındaki yere götürür." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Solundaki üçgeni tıklayarak hücrelerin ÇIKTI kısımlarını gizleyebilirsiniz " "Bu durum metin hücreleri için de geçerlidir." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 #, fuzzy msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "wxMaxima belgesine 'Hücre' menüsünü kullanarak değişik türlerde 'hücreler' " "ekleyebilirsiniz. Bu hücrelerden sadece 'girdi' hücreleri değerlendirilir, " "diğerleri hesaplamalar hakkındaki yorumlarınızı yazmak için kullanılır." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Belgenizde birden çok satırı şu yollarla seçebilirsiniz: 1- Fare ile sol " "tıklayıp aşağıya soldaki parantezlerinyada satırların üzerinden sürüyerek " "2- Klavyeden aşağı-yukarı ok larını Shift e basıpyatay imleçi hareket " "ettirerek.Seçtikten sonra Shift+Enter ile Değerlendir yapabilir yada " "silebilirsiniz" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" " %s sürümünü kullanıyorsunuz. Şimdiki %s sürümüdür.\n" "\n" "wxMaxima web sayfasını ziyaret için OK i seçin." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Kaydetmezseniz yaptığınız değişiklikler kaybolabilir." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Kullandığınız wxMaxima günceldir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Zeta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "Yakınlaştır\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "Uzaklaştır\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "%10 yakınlaştır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "%10 uzaklaştır" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[Kaydedilmemiş]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[Kaydedilmemiş*]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i basamaklar]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" "_%d.gif\" alt=\"Hareketli çizim (Animasyon)\" style=\"maks-genişlik:90%%;\" " ">\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" "_%d.gif\" alt=\"Hareketli çizim (Animasyon)\" style=\"maks-genişlik:90%%;\" " ">" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "a>b" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "alfa" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "ve" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "antisimetrik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 msgid "apply function to each element" msgstr "fonksiyonu her bir ögeye uygula" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "değişkenler için gerçek değerler için depo olarak" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "beta" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "iki taraf" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "orkide" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "maximaya ygun bir lisp seçin" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "varsayılan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "delta" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "çarpraz" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "her bir öge için yap" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "öge numarası n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "boş" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "epsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "denk" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "eta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "var" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false = Alt simgeler üretmeyin\n" "true = Alt simge bir numara veya tek bir harftirse otomatik olarak alt çizgi " "işaretçilerine dönüşür\n" "all = _ alt simgeleri işaretler." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 msgid "from a list" msgstr "Bir dizinden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "bir kuraldan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 msgid "from function arguments" msgstr "fonksiyon argümanlarından" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "tek tek ögelerden" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "gama" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "genel" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "büyük ya da eşit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "içinde" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "satır içi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "kesişim" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "yota harfi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "kappa harfi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "lambda" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "sol" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "az ya da eşit" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "log ölçeği" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "matris[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "Maxima'nın pwd si (print working directory) belgeye yönlendirilmiştir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "mü" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "'den daha büyük" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "'den çok daha az" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 msgid "n" msgstr "n" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "nand" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "hayır" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "ya da" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "değil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "bayt olarak aynısı değil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "alt küme değil" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "alt küme değil ya da eşit" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "nth" msgstr ".nci" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "nü" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "omega" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "omicron -o- harfi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "ya da" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" "n element uzunluğundan daha az bir şeyin n. elemanını çıkarmak için part () " "veya [] operatörü kullanıldı." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "Kısmi türev işareti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "phi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "pi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "artı yada eksi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "'e ile doğru orantılı" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "psi" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "ro" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "sağ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "sigma" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" "solve () yalnızca bir dizi denklemleri çözecektir; n bağımsız denklem için " "çözülecek n değişken varsa..\n" "Yalnızca bir sonuç değişkeni ilgi çekiyorsa, diğer sonuç değişkenleri, işi " "yapmak için ihtiyaç duydukları şeyleri çözümlemek için hangi değişkenlerin " "ilgili değişken için çözülebileceğini çözmek için solve () kullanılabilir ." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" "sqrt (argümanı maksima komutu olarak çalıştırmak için paranteze ihtiyaç " "duyar)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "alt küme" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "alt küme ya da eşit" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "simetrik" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "tau" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "sbcl'ye, yığın metnini kullanmasını söyle" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" "[] operatörü bir liste, bir matris, bir denklem veya bir dizi elemanı " "çıkarmaya çalıştı. Fakat bir tamsayı sayı yerine sayısal değeri bilinmeyen " "veya bir tam sayı olmayan bir şey kullanıldı.\n" "Kayan noktalı sayılar küçük yuvarlama hataları içermeye bağlıdır ve bir dizi " "dizini olarak izin verilmemektedir." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "bulunmuyor" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "theta" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "2. kuvveti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "3. kuvveti" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "birleşim" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "kaydedilmemiş" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "başlıksız" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "başlıksız %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "upsilon" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 msgid "use as function arguments" msgstr "fonksiyon argümanları olarak kullan" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "depolanan gerçek değerleri kullanın" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "wxMaxima &Yardım\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "wxMaxima &Yardım\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Kullanıcı her zaman kullanmak durmunda olduğu komutları wxmaxima.rc isimli " "bir metin dosyasına yazarak gerekli directory e kaydederse bunları herzaman " "yazmak durumunda kalmaz. Bu directory dosyası (nın nerede) wxMaxima " "sayfasına \"maxima_userdir ;\" yazarak bulunabilir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "wxMaxima .wxmx zip arşivinde content.xml dosyasını açamıyor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "wxMaxima xml içeriğini okuyamıyor" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "wxMaxima'nın yapılandırması" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima Maxima'yı bulamadı!\n" "\n" "Lütfen wxMaxima'yı 'Düzenle->Yapılandır' ile yapılandır.\n" "Sonra da Maxima'yı 'Maxima->Maxima'yı yeniden başlat' ile başlatın." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima yardım dosyalarını bulamadı.\n" "Kurulumunuzu kontrol edin lütfen." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima sunucuyu başlatamadı.\n" "\n" "Network desteğiniz olup olmadığını kontrol edin ve tekrar deneyin" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "'%' işareti wxMaxima bilgi kutucuklarının GİRDİ lerdevarsayılan olarak " "kullanılır. Eğer siz belgenizde bir seçme yaptıysanızseçtiniz kısım (lar) " "'%' yerine kullanılır." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "wxMaxima Belgesi" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "wxMaxima Belgesi (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "wxMaxima bir yükleme hatası ile karşılaştı. " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "wxMaxima Simgesi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima, wxWidgets ile geliştirilmiştir.Bilgisayar Cebiri Sistemi " "Maxima'nın bir grafiksel kullanıcı arayüzüdür." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima, wxWidgets ile geliştirilmiştir.Bilgisayar Cebiri Sistemi " "Maxima'nın bir grafiksel kullanıcı arayüzüdür." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "wxMaxima, listeleri alternatif bir biçimde gösteren \"table_form\" komutunu " "sağlar. Buna bir örnek:\n" "\n" "table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 msgid "wxMaxima startup file location: " msgstr "wxMaxima başlangıç dosyası konumu: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "xi" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" "dosyada bulunan xml, bir wxMaxima çalışma sayfası olmamasını talep ediyor. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "xor" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "evet" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "zeta" #~ msgid "Expected the icon files to be found at" #~ msgstr "Simge dosyalarının bulunması beklenen yer" #, fuzzy #~ msgid "Maxima has a question" #~ msgstr "Maxima'nın bir sorusu var" #~ msgid "Parsing output" #~ msgstr "ÇIKTI Analiz Ediliyor" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Hata: Bir sonraki düzenleme eylemlerinin birleştirmesinin başlatılması " #~ "yada sonlandırılması, bir satırda iki defa istendi. " #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Hata: Geri al arabelleğinin bir bölgesinde ayrı ayrı hücreleri " #~ "birleştirmeye çalışıyor Ancak ikisi arasında başka hücreler var." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "" #~ "Hücre (değerlendirlmesi) başlatılmadan bir eylemi geri almaya çalışıyor." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Birşeyi geri almaya çalışıyor ancak geri alacak bir şey yok." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima Yaralı Bilig dosylarını bulamadı.\n" #~ "\n" #~ "Kurulumunuzu kontrol edin lütfen." #~ msgid "Symbols" #~ msgstr "Semboller" #~ msgid "Tips not available, sorry!" #~ msgstr "Yararlı Bilgi Bulunamadı Üzgünüz, " #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "" #~ "Hata: Başlangıç işaretçisi olmadan bir matematik sonlandrıcı işareti." #, fuzzy #~ msgid "Bug: Found a statusbar end marker without any matching start marker." #~ msgstr "" #~ "Hata: Başlangıç işaretçisi olmadan bir matematik sonlandrıcı işareti." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "Hata: Başlamamış otomatik tamamlama sonlandırması bulundu" #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Maxima girdi (input) metinlerini ve resimleri ayrı ayrı sıkıştırmayın " #~ "(zip işlemi). Git ve svn gibi kontrol sistemleri sürüm kontrolünü " #~ "yapamazlar." #~ msgid "Optimize wxmx files for version control" #~ msgstr "sürüm kontrolünde wxmx dosyalarını optimize et" #~ msgid "Font issue: The Parenthesis sign is too small!" #~ msgstr "Yazı karakteri sorunu: Parantez işareti çok küçük!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "GIF resmi oluşturulurken hata oluştu!\n" #~ "\n" #~ "ImageMagick programının bilgisayarınızda yüklü olduğundan ve wxMaxima'nın " #~ "dönüştürme programını bulduğundan emin olun " #, fuzzy #~ msgid "" #~ "If maxima ever finishes evaluating without wxMaxima realizing this menu " #~ "item can force wxMaxima to try to send commands to maxima again." #~ msgstr "" #~ "wxMaxima bunu gerçekleştirmeden maxima değerlendirmeyi durdurursa, bu " #~ "menu öğesi wxMaxima'yı komutları maxima'ya tekrar göndermeye zorlayabilir." #, fuzzy #~ msgid "Manually Trigger Evaluation" #~ msgstr "Değerlendirmeyi manuel olarak çalıştır" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Maxima programı:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Maxima sorular" #~ msgid " << Expression too long to display! >>" #~ msgstr " << İfade, görüntülemek için çok uzun!' >>" #~ msgid " << Unfold >>" #~ msgstr " << Klasörden çıkart >>" #~ msgid "&Cell" #~ msgstr "Hücre" #~ msgid "&Copy" #~ msgstr "&Kopyala" #~ msgid "&Describe\tCtrl+H" #~ msgstr "&Tanımla\tCtrl+H" #~ msgid "&Edit input\tCtrl+E" #~ msgstr "&GİRDİyi Düzenle-\tCtrl+E" #~ msgid "&Input\tF7" #~ msgstr "&GİRDİ\tF7" #~ msgid "&Monitor file" #~ msgstr "&Dosyayı İzle" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Yeni\tCtrl+N" #~ msgid "&New Window\tCtrl+N" #~ msgstr "&Yeni Pencere\tCtrl+N" #~ msgid "&Re-evaluate input\tCtrl+R" #~ msgstr "&Tekrar değerlendir-GİRDİyi\tCtrl+R" #~ msgid "&Read file" #~ msgstr "&Dosyayı Oku" #~ msgid "&Text\tF6" #~ msgstr "&Metin\tF6" #~ msgid "<< Nothing to display >>" #~ msgstr "<< Göstecek hiçbirşey yok! >>" #~ msgid "Adjustment for the size of greek font." #~ msgstr "Yunanca yazı tiplerini boyutu için ayarlama(lar)" #~ msgid "Adjustment:" #~ msgstr "Ayarlama(lar):" #~ msgid "" #~ "All|*|Maxima package (*.mac)|*.mac|Demo file (*.dem)|*.dem|Lisp file (*." #~ "lisp)|*.lisp" #~ msgstr "" #~ "Tümü|*|Maxima paketi(*.mac)|*.mac|demo dosyası(*.dem)|*.dem| lisp dosyası " #~ "(*.lisp)|*.lisp" #~ msgid "Animation" #~ msgstr "Animasyon" #~ msgid "Apply function:" #~ msgstr "Fonksiyonu uygula:" #~ msgid "At point:" #~ msgstr "..noktasında:" #~ msgid "Autocomplete" #~ msgstr "Otomatik tamamla" #~ msgid "Autoload a file when it is updated" #~ msgstr "Güncellendiğinde otomatik yükle" #~ msgid "Background" #~ msgstr "Arka plan" #~ msgid "Basic" #~ msgstr "Temel" #~ msgid "Button panel:" #~ msgstr "Buton paneli:" #~ msgid "C&lear screen" #~ msgstr "&Ekranı temizle" #~ msgid "Char poly of:" #~ msgstr " matrisinin karakteristik polinomu:" #~ msgid "Close document?" #~ msgstr "Belgeyi Kapat?" #~ msgid "Comment out" #~ msgstr "Yorumla" #~ msgid "Copy &text" #~ msgstr "Kopyala-&Metin" #~ msgid "Copy As Image" #~ msgstr "Resim olarak Kopyala" #~ msgid "Copy LaTeX" #~ msgstr "LaTeX i kopyala" #~ msgid "Copy cells" #~ msgstr "Hücreleri Kopyala " #~ msgid "Copy input" #~ msgstr "GİRDİyi KOPYALA- " #~ msgid "Copy input from console" #~ msgstr "Konsoldan GİRDİYİ Kopyala" #~ msgid "Copy selected cell(s)" #~ msgstr " Seçilen Hücre(leri) Kopyala " #~ msgid "Copy selection from console (including linebreaks)" #~ msgstr "Kopyala- konsoldan seçileni(satır sonlarını da)" #~ msgid "Copy selection from console to input line" #~ msgstr "Konsoldan Seçileni GİRDİ satırına Kopyala " #~ msgid "Copy selection to clipboard when selection is made in document." #~ msgstr "Belgede seçim yapıldığında seçileni panoya kopyala." #~ msgid "Copy to clipboard on select" #~ msgstr "Seçerken panoya kopyala" #~ msgid "Copy to input" #~ msgstr "Kopyala- GİRDİ satırına " #~ msgid "Cut Cell(s)\tCtrl+Shift+X" #~ msgstr "Hücre(leri) Kes\tCtrl+Shift+X" #~ msgid "Cut selection from document" #~ msgstr "Belgeden seçileni Kes " #~ msgid "Decrease fontsize in document" #~ msgstr "Belgede yazı tipi boyutunu küçült" #~ msgid "Default port:" #~ msgstr "Varsayılan Port:" #~ msgid "Delete selected cell(s)" #~ msgstr " Seçilen Hücre(leri) Sil" #~ msgid "Delete selected input/output group" #~ msgstr "Sil-GİRDİ\\ÇIKTI dan Seçim Grubunu " #~ msgid "Delete selection" #~ msgstr "Seçileni Sİl " #~ msgid "Delete the contents of console." #~ msgstr "Konsol içeriğini sil." #~ msgid "Describe" #~ msgstr "Tanımla" #~ msgid "Diagram of sector..." #~ msgstr "Bölüm Diyagramı..." #~ msgid "Document " #~ msgstr "Belge" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Close current document and lose all changes?" #~ msgstr "" #~ "Belge kaydedilmedi!\n" #~ "\n" #~ "Bu belgeyi kapatırsanız değişiklikleriniz uygulanmayacaktır.Devam mı?" #~ msgid "" #~ "Document not saved!\n" #~ "\n" #~ "Quit wxMaxima and lose all changes?" #~ msgstr "" #~ "Belge kaydedilmedi!\n" #~ "\n" #~ "wxMaxima'dan çık ve değişiklikleri uygulama ? " #~ msgid "Edit input" #~ msgstr "Girdi'yi Düzenle- " #~ msgid "Edit selected input" #~ msgstr "Seçilen Girdi'yi Düzenle" #~ msgid "Edit text" #~ msgstr "Metin Düzenle-" #~ msgid "Error %d" #~ msgstr "Hata %d" #~ msgid "Export to HTML file" #~ msgstr "HTML dosyasına Çıkart " #~ msgid "Find..." #~ msgstr "Bul.." #~ msgid "Font used for displaying unicode glyphs in document." #~ msgstr "" #~ "Belgede evrensel kod kabartmaları göstermek için kullanılan yazıtipi" #~ msgid "From array:" #~ msgstr "Diziden:" #~ msgid "From equations:" #~ msgstr "Denklemlerden:" #~ msgid "Full" #~ msgstr "Tüm" #~ msgid "Functions and macros" #~ msgstr "Fonksiyonlar ve Makrolar" #~ msgid "Go to input\tCtrl+Shift+D" #~ msgstr "Girdi'ye Git\tCtrl+Shift+D" #~ msgid "Go to input\tF4" #~ msgstr "Girdi'ye Git-\tF4" #~ msgid "Go to output window\tF3" #~ msgstr "Çıktı penceresine Git \tF3" #~ msgid "HTML/Text Cells: Export all linebreaks" #~ msgstr "HTML/Metin Hücreleri: Bütün satır kesmelerini çıkarım yap" #~ msgid "Height:" #~ msgstr "Yükseklik:" #~ msgid "Hidden groups" #~ msgstr "Gizli Gruplar" #~ msgid "I&nsert" #~ msgstr "&Yerleştir" #~ msgid "INPUT:" #~ msgstr "GİRDİ:" #~ msgid "" #~ "If a command begins with a label followed by a : wxMaxima will show this " #~ "label instead of the %o style label maxima has automatically assigned to " #~ "the same output cell." #~ msgstr "" #~ "Eğer bir komut şu şeklide bir etiket ile başlarsa: wxMaxima %o tarzı bir " #~ "etiket yerine bu etiketi gösterecektir, maxima otomatik olarak aynı çıktı " #~ "hücresine bağlanır." #~ msgid "" #~ "If you want to input more than one line at a time, use the 'Multiline " #~ "input' button at the right of the input line." #~ msgstr "" #~ "Bir defada birden fazla GİRDİ satırı ekleyeceksenizGİRDİ satırının " #~ "sağındaki 'Çok Satırlı GİRDİ' butonunu kullanınız." #~ msgid "Include input cells in the export of a worksheet" #~ msgstr "Bir çalışma yaprağı çıkarımında girdi hücrelerini içerir" #~ msgid "Increase fontsize in document" #~ msgstr "Belgede yazıtipi boyutunu büyüt." #~ msgid "Input" #~ msgstr "GİRDİ" #~ msgid "Insert input cell" #~ msgstr "GİRDİ hücresi ekle " #~ msgid "Insert input group" #~ msgstr "GİRDİ grubu ekle" #~ msgid "Insert new input before selected input" #~ msgstr "Seçilen GİRDİ den önce yeni bir GİRDİ yerleştir" #~ msgid "Insert section before selected input" #~ msgstr "Seçilen GİRDİ de önce bölüm yerleştir" #~ msgid "Insert text" #~ msgstr "Metin Ekle" #~ msgid "Insert text before selected input" #~ msgstr "Seçilen GİRDİ de önce metin yerleştir" #~ msgid "Insert title before selected input" #~ msgstr "Seçilen GİRDİ de önce başlık yerleştir" #~ msgid "" #~ "Instead of typing a long pathname of a file to input line, you can select " #~ "that file using 'File->Select file'." #~ msgstr "" #~ "Kullanmak istediğiniz dosyanın ismini yazmak yerine 'Klasör-> Klasörü " #~ "Seç'i kullanabilirsiniz." #~ msgid "Integrate ..." #~ msgstr "İntegralini hesapla" #~ msgid "Integrate:" #~ msgstr "İntegrali hesapla:" #~ msgid "Labels" #~ msgstr "Etiketler" #~ msgid "Limit of:" #~ msgstr "'nın Limiti:" #~ msgid "Main prompts" #~ msgstr "Temel bilgi istemleri" #~ msgid "Map function:" #~ msgstr "Fonksiyonu Eşle:" #~ msgid "Maxima session (*.wxm)|*.wxm" #~ msgstr "Maxima oturumu (*.wxm)|*.wxm" #~ msgid "Mean" #~ msgstr "Ortalama Değer" #~ msgid "Multiline input" #~ msgstr "Çok Satırlı GİRDİ" #~ msgid "My" #~ msgstr "Benim" #~ msgid "New T&itle Cell\tCtrl+Shift+F6" #~ msgstr "Yeni Başlık Hücresi\tCtrl+Shift+F6" #~ msgid "" #~ "Normally we export the whole worksheet to TeX or HTML. But sometimes the " #~ "maxima input does scare the user. This option turns off exporting of " #~ "maxima's input." #~ msgstr "" #~ "Normal olarak çalışma yaprağının TeX ya da HTML olarak çıkarımını " #~ "yaparız. Ancak bazen maxima girdisi kullanıcını keyfini kaçırır. Bu " #~ "seçenek maxima'nın girdilerini kapatır." #~ msgid "Ny" #~ msgstr "Ny" #~ msgid "Off" #~ msgstr "Kapalı" #~ msgid "Omnikron" #~ msgstr "Omnikron" #~ msgid "Open multiline input dialog" #~ msgstr "Çok Satırlı GİRDİ bilgi kutucuğu Aç " #~ msgid "Open session from a file" #~ msgstr "Bir dosyadan oturum Aç " #~ msgid "Other prompts" #~ msgstr "Diğer bilgi istemleri" #~ msgid "Panes" #~ msgstr "Paneller" #~ msgid "Paste cell(s) to document" #~ msgstr "Hücre(leri) Belgeye Yapıştır" #~ msgid "Paste input" #~ msgstr "GİRDİyi Yapıştır" #~ msgid "Paste input to console" #~ msgstr "GİRDİyi konsola Yapıştır" #~ msgid "Product..." #~ msgstr "Çarpım" #~ msgid "Product:" #~ msgstr "Çarpımı:" #~ msgid "Quit?" #~ msgstr "Çık ?" #~ msgid "Re-evaluate all\tCtrl+Shift+R" #~ msgstr "Tekrar Değerlendir- Tümünü \tCtrl+Shift+R" #~ msgid "Re-evaluate all input" #~ msgstr "Tekrar Değerlendir-Tüm GİRDİleri " #~ msgid "Re-evaluate input" #~ msgstr "Tekrar Değerlendir-GİRDİyi " #~ msgid "Read file from command line" #~ msgstr "Komut satırından dosya oku" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Yinele\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Belgeyi Kapatmadan Önce Kaydet" #~ msgid "Save changes?" #~ msgstr "Değişiklikler Kaydedilsin mi?" #~ msgid "Save document as ..." #~ msgstr "Belgeyi Farklı Kaydet" #~ msgid "Save session" #~ msgstr "Oturumu Kaydet " #~ msgid "Save session to a file" #~ msgstr "Oturumu bir dosyaya kaydet " #~ msgid "Save to file" #~ msgstr "Dosyaya Kaydet" #~ msgid "Select &file" #~ msgstr "&Dosya Seç" #~ msgid "Select a file" #~ msgstr "Bir dosya Seç" #~ msgid "Select a file (copy filename to input line)" #~ msgstr "Bir dosya Seç (dosya adını GİRDİ satırına kopyala) " #~ msgid "Select file to open" #~ msgstr "Seç açılacak dosyayı" #~ msgid "Select last input\tCtrl+D" #~ msgstr "Son GİRDİyi seç\tCtrl+D" #~ msgid "Select last input\tF2" #~ msgstr "Son ÇIKTIyı seç\tF2" #~ msgid "Select last input in the colsole!" #~ msgstr "Konsoldaki Son GİRDİyi Seç! " #~ msgid "Select last input in the console!" #~ msgstr "Konsoldaki Son GİRDİyi Seç! " #~ msgid "Select package to load" #~ msgstr "Yüklemek için dosya seç" #~ msgid "Selection to input\tCtrl+Shift+E" #~ msgstr "GİRDİ için Seçim\tCtrl+Shift+E" #~ msgid "Selection to input\tF5" #~ msgstr "GİRDİ için Seçim\tF5" #~ msgid "Set &Precision..." #~ msgstr "Hassasiyeti Belirt" #~ msgid "Set focus to the input line" #~ msgstr "GİRDİ satırına odaklan" #~ msgid "Set focus to the output window" #~ msgstr "ÇIKTI penceresine odaklan" #~ msgid "Show Maxima header" #~ msgstr "Maxima başlığını göster" #~ msgid "Show initial header with Maxima system information." #~ msgstr "Başlangıç Başlığını Maxima sisyem bilgisi ile göster." #~ msgid "Show the description of a command" #~ msgstr "Bir Komutun tanımını göster" #~ msgid "Show the description of command/variable:" #~ msgstr "Komutun\\değişkenin tanımını göster:" #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "(%oxx) yerine kullanıcı tanımlı etiketleri göster" #~ msgid "Solve &numerically ..." #~ msgstr "&Numerik Çöz" #~ msgid "Solve equation(s):" #~ msgstr "Denklem(leri) Çöz:" #~ msgid "Solve equation:" #~ msgstr "Denklemi çöz:" #~ msgid "Solve numerically" #~ msgstr "Numerik çöz" #~ msgid "Solve numerically ..." #~ msgstr "Numerik çöz" #~ msgid "Start animation" #~ msgstr "Animasyonu Başlat" #~ msgid "Stop animation" #~ msgstr "Animasyonu durdur" #, fuzzy #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Denetleyeci\tAlt+Shift+I" #~ msgid "Substitute ..." #~ msgstr "Yerine koy" #~ msgid "Substitute:" #~ msgstr "Yerine koy:" #~ msgid "Substitution" #~ msgstr "Yerine koymak" #~ msgid "Sum of:" #~ msgstr ".. nın Toplamı:" #~ msgid "Sum..." #~ msgstr "Toplam.." #, fuzzy #~ msgid "Text & Code" #~ msgstr "Hücreyi Böl" #~ msgid "To &Float\tCtrl+F" #~ msgstr "Kayan Sayıya \tCtrl+F" #~ msgid "" #~ "To enter a matrix A, type 'A : ' to input line and select 'Algebra->Enter " #~ "matrix' from menus." #~ msgstr "" #~ "A matrisini girmek için, GİRDİ satırına 'A:' yaz vemenüden 'Cebir-> " #~ "Matris Gir' i seç." #~ msgid "" #~ "To put parenthesis around an expression you previously typed into the " #~ "input line, select the expression with mouse and then type '('." #~ msgstr "" #~ "Komut satırına önceden yazdığınız bir ifadeyi parantez içine almak " #~ "içinifadenizi fare ile seçip '(' yazınız." #~ msgid "" #~ "To repeat a long command you previously entered in the input line, type " #~ "in the first few letters to the input line and then pres tab key." #~ msgstr "" #~ "Komut satırına yazdığınız uzun bir komutunun başındaki bir kaç harfi " #~ "GİRDİ satırna yazıp 'tab' tuşuna basınız." #~ msgid "Trying to set the cursor to a cell that isn't part of the worksheet" #~ msgstr "" #~ "Çalşma yaprağının bir parçası olmayan bir hücreye imleci yerleştirmeye " #~ "çalışıyor." #~ msgid "Unfold" #~ msgstr "dosyadan çıkart" #~ msgid "Use &Taylor series" #~ msgstr "&Taylor Serisi kullan" #~ msgid "Use MathJAX in HTML export" #~ msgstr "HTML olarak çıkarımlarda MathJAX kullan" #, fuzzy #~ msgid "" #~ "Use MathJAX instead of images in HTML exports to display maxima output. " #~ "The advantage of MathJAX is that it allows to copy the displayed " #~ "equations as if they were text, to choose if they should be copied as TeX " #~ "or MathML instead and displays them in a scaleable format that is really " #~ "nice to look at. The disadvantage of MathJAX is that it will need " #~ "JavaScript and a little bit of time in order to typeset an equation." #~ msgstr "" #~ "Maxima çıktılarının gösteriminde HTML deki \"resim\" gösterimi yerine " #~ "MathJAX ı kullan. MathJAX ın avantajlı yanı, gösterilen matematiksel " #~ "ifadeleri metinlermiş gibi kopyalar, TeX ya da MathML olarak kopyalama " #~ "seçeneği sunar ve güzel bir görünüm kazandırmasıdır. Avantajlı olmayan " #~ "yanı ise JavaScript gerektirmesi ve matematiksel ifadeyi yazma işleminin " #~ "uzun olasıdır." #~ msgid "Use greek font to display greek characters." #~ msgstr "Yunanca semboller için yunan yazı tipini kullan" #~ msgid "Use greek font:" #~ msgstr "Yunan yazı tipinin kullan" #~ msgid "" #~ "While text cells in LaTeX are broken into lines by TeX the text displayed " #~ "on the screen is broken into lines manually. This option, if set tells " #~ "that lines in HTML output will be broken where they are broken in the " #~ "worksheet. If this option isn't set manual linebreaks can still be " #~ "introduced by introducing an empty line." #~ msgstr "" #~ "LaTeX'teki metin hücreleri TeX tarafından satırlara ayrılırken, ekranda " #~ "görüntülenen metin el ile satırlara ayrılır. Bu seçenek, seçildiğinde, " #~ "çalışma yaprağında olan satır kesmelerini HTML çıkarımında yapacaktır. " #~ "Bu seçenek seçilmediğinde satır kesmeleri boş bir satırla " #~ "gösterilecektir. " #~ msgid "Width:" #~ msgstr "Genişlik:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Metin kontrolünde parantez eşleştirmesini yaz" #~ msgid "" #~ "You can delete output/input group if you select the input label and " #~ "choose 'Edit->Delete selection' from menus." #~ msgstr "" #~ "Eğer GİRDİnin etiketini seçer ve menüden 'Düzenle-> Sil " #~ "Seçileni'seçerseniz,GİRDİ\\ÇIKTI grubunu silebilirsiniz." #~ msgid "" #~ "You can hide the output by clicking on the output label. Clicking on the " #~ "input label hides input and output. Clicking on the label again, shows " #~ "hidden expressions." #~ msgstr "" #~ "ÇIKTInın etiketini çift tıklayarak ÇIKTI yı gizleyebilirsiniz. GİRDİ " #~ "etiketini çift tıklayarak GİRDİ ve ÇIKTI ları gizleyebilirsiniz Etikete " #~ "çift tıklayarak gizli ifadeleri görünür yapabilirsiniz" #~ msgid "" #~ "You can load a file into maxima by dragging it from a file browser to the " #~ "console window." #~ msgstr "" #~ "Bir dosyayı konsol penceresine sürükleyip bırakarak Maxima'ya " #~ "yükleyebilirsiniz" #~ msgid "" #~ "You can load files into maxima if you drop them on the console window. " #~ "You can select a custom function for loading your file. If your custom " #~ "function is 'A:read_matrix(%file%, csv)', then %file% will be replaced " #~ "with the filename of your file." #~ msgstr "" #~ "Dosyalarınızı konsol penceresine bırakarak Maxima'ya " #~ "yükleyebilirsinizDosyanızı yüklemek için özel bir fonksiyon " #~ "seçebilirsiniz: Eğer özel fonksiyonunuz 'A:read_matrix(%file%, csv)', ise " #~ "o zaman dosyanızn adı ile %dosya% şeklinde GİRDİ satırna yerleştirlir." #~ msgid "" #~ "You can select the output of maxima in wxMaxima console with mouse and " #~ "copy it to the clipboard with 'Edit->copy'." #~ msgstr "" #~ "wxMaxima konsolunda Maxima ÇIKTI sını fare ile seçebilir ve 'Düzenle-" #~ ">Kopyala' ile panoya kopyalayabilirsiniz." #~ msgid "" #~ "You can use the maxima tex command to print the expression in TeX form. " #~ "Then you can copy it to text editor to include it in you paper." #~ msgstr "" #~ "Maxima'nın tex(ifade) komutu ile ifadeleri TeX formunda yazdırabilirsiniz." #~ "Sonra da (ifadeyi) kopyalayıp TeX belgenize yapıştırabilirsiniz " #~ msgid "Ypsilon" #~ msgstr "Epsilon" #~ msgid "Zoom set to " #~ msgstr "Yakınlaştırmayı ayarla " #~ msgid "aquamarine" #~ msgstr "deniz yeşili" #~ msgid "around:" #~ msgstr "yaklaşık:" #~ msgid "black" #~ msgstr "siyah" #~ msgid "blue" #~ msgstr "mavi" #~ msgid "blue violet" #~ msgstr "mavi menekşe" #~ msgid "brown" #~ msgstr "kahverengi" #~ msgid "by variable:" #~ msgstr "...değişekeni ile:" #~ msgid "cadet blue" #~ msgstr "camgöbeği" #~ msgid "change var:" #~ msgstr "değişkeni değiştir:" #~ msgid "coral" #~ msgstr "mercan" #~ msgid "cornflower blue" #~ msgstr "Mavi kantaron" #~ msgid "cyan" #~ msgstr "deniz mavisi" #~ msgid "dark green" #~ msgstr "koyu yeşil" #~ msgid "dark grey" #~ msgstr "koyu gri" #~ msgid "dark olive green" #~ msgstr "koyu zeytin yeşili" #~ msgid "dark orchid" #~ msgstr "koyu orkide" #~ msgid "dark slate blue" #~ msgstr "koyu kurşun mavisi" #~ msgid "dark slate grey" #~ msgstr "koyu kurşun gri" #~ msgid "dark turquoise" #~ msgstr "koyu turkuaz" #~ msgid "dim grey" #~ msgstr "karanlık gir" #~ msgid "eliminate variables:" #~ msgstr "değişkenleri yok et:" #~ msgid "equation:" #~ msgstr "denklem:" #~ msgid "firebrick" #~ msgstr "tuğla" #~ msgid "for function(s):" #~ msgstr "fonksiyon(lar) için:" #~ msgid "for variable(s):" #~ msgstr "değişken(ler) için:" #~ msgid "forest green" #~ msgstr "orman yeşili" #~ msgid "from expression:" #~ msgstr "ifadesinden:" #~ msgid "function:" #~ msgstr "fonksiyon:" #~ msgid "gold" #~ msgstr "altın" #~ msgid "goldenrod" #~ msgstr "altın yeşili" #~ msgid "green" #~ msgstr "yeşil" #~ msgid "green yellow" #~ msgstr "yeşil sarı" #~ msgid "grey" #~ msgstr "gri" #, fuzzy #~ msgid "implies" #~ msgstr "Sadeleştir" #~ msgid "khaki" #~ msgstr "haki" #~ msgid "light blue" #~ msgstr "açık mavi" #~ msgid "light grey" #~ msgstr "açık gri" #~ msgid "light steel blue" #~ msgstr "açık çelik mavisi" #~ msgid "lime green" #~ msgstr "lime yeşili" #~ msgid "lines hidden" #~ msgstr "gizlenmiş satırlar" #~ msgid "maroon" #~ msgstr "kestane" #~ msgid "medium aquamarine" #~ msgstr "deniz yeşili-orta" #~ msgid "medium blue" #~ msgstr "mavi-orta" #~ msgid "medium forrest green" #~ msgstr "orman yeşili-orta" #~ msgid "medium goldenrod" #~ msgstr "altın yeşili-orta" #~ msgid "medium orchid" #~ msgstr "orkide-orta" #~ msgid "medium sea green" #~ msgstr "deniz yeşili-orta" #~ msgid "medium slate blue" #~ msgstr "kurşun mavisi-orta" #~ msgid "medium spring green" #~ msgstr "bahar yeşili-orta" #~ msgid "medium turquoise" #~ msgstr "turkuaz-orta" #~ msgid "medium violet red" #~ msgstr "menekşe kırmızısı-orta" #~ msgid "midnight blue" #~ msgstr "geceyerısı mavisi" #~ msgid "my" #~ msgstr "benim" #~ msgid "ny" #~ msgstr "lacivert" #~ msgid "omnikron" #~ msgstr "omnikron" #~ msgid "orange" #~ msgstr "turuncu" #~ msgid "orange red" #~ msgstr "turuncu kırmızısı" #~ msgid "pale green" #~ msgstr "soluk yeşil" #~ msgid "plum" #~ msgstr "erik" #~ msgid "purple" #~ msgstr "mor" #~ msgid "red" #~ msgstr "kırmızı" #~ msgid "salmon" #~ msgstr "somon" #~ msgid "sea green" #~ msgstr "deniz yeşili" #~ msgid "sienna" #~ msgstr "siena" #~ msgid "sky blue" #~ msgstr "gökyüzü" #~ msgid "spring green" #~ msgstr "bahar yeşili" #~ msgid "steel blue" #~ msgstr "çelik mavisi" #~ msgid "thistle" #~ msgstr "deve dikeni" #~ msgid "turquoise" #~ msgstr "turkuaz" #~ msgid "untitled.wxm" #~ msgstr "Başlıksız.wxm" #~ msgid "variable" #~ msgstr "değişken" #~ msgid "variable:" #~ msgstr "değişken:" #~ msgid "violet" #~ msgstr "menekşe" #~ msgid "wheat" #~ msgstr "buğday" #~ msgid "when variable:" #~ msgstr "değişken...olduğunda:" #~ msgid "white" #~ msgstr "beyaz" #~ msgid "with:" #~ msgstr "ile:" #~ msgid "" #~ "wxMaxima has nice plot dialogs. If you want to modify previous plot " #~ "commands, access them using command history and then push the plot button." #~ msgstr "" #~ "wxMaxima'da grafik çizimi için hoş diyalogları vardır. Geçmiş Grafik çiz " #~ "komutlarınızı yeniden düzenlemek isterseniz,komut geçmişinden onlara " #~ "ulaşıp Grafik Çiz butonuna basınız." #~ msgid "" #~ "wxMaxima is a graphical user interface for the\n" #~ "computer algebra system Maxima based on wxWidgets." #~ msgstr "" #~ "wxMaxima, wxWidgets ile geliştirilmiştir. \n" #~ "Bilgisayar Cebiri Sistemi Maxima'nın bir grafiksel kullanıcı arayüzüdür." #~ msgid "" #~ "wxMaxima is a wxWidgets interface for the\n" #~ "computer algebra system MAXIMA.\n" #~ "\n" #~ "Version: %s.\n" #~ "License: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgstr "" #~ "wxMaxima Bilgisayar Cebiri Sistemi MAXİMA'nın \n" #~ "bir wxWidgets arayüzüdür.\n" #~ "\n" #~ "Sürüm: %s.\n" #~ "Lisans: GPL.\n" #~ "\n" #~ "%s\n" #~ "%s" #~ msgid "wxMaxima options" #~ msgstr "wxMaxima seçenekleri" #~ msgid "wxMaxima session" #~ msgstr "wxMaxima oturumu" #~ msgid "wxMaxima session (*.wxm)|*.wxm" #~ msgstr "wxMaxima oturumu(*.wxm)|*.wxm" #~ msgid "wxMaxima session (*.wxm)|*.wxm|Maxima batch file (*mac)|*.mac|All|*" #~ msgstr "" #~ "wxMaxima oturumu (*.wxm)|*.wxm|Maxima Toplu Dosya Kütüğü (*mac)|*.mac|" #~ "Tümü|*" #, fuzzy #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "wxMaxima Belgesi (*.wxm)|*.wxm|xml wxMaxima Belgesi,(*.wxmx)|*.wxmx| " #~ "Maxima Kütüğü (*.mac)|*.mac" #~ msgid "" #~ "wxMaxima's input line has command history available using up and down " #~ "keys and command completion based on previous input available using the " #~ "tab key." #~ msgstr "" #~ "wxMaxima'nın GİRDİ satırında yukarı aşağıya tuşlarıyla hareket ederek " #~ "geçmiş komutlarınıza ulaşabilirsiniz. Tab tuşu ile de önceki GİRDİ lerin " #~ "komut tamamlama işlemini yapabilirsiniz." #~ msgid "yellow green" #~ msgstr "sarı yeşil" #~ msgid "ypsilon" #~ msgstr "epsilon" wxmaxima-Version-18.02.0/locales/uk.po000066400000000000000000010356741324204105000175500ustar00rootroot00000000000000# wxMaxima Ukrainian po translation. # Copyright (C) 2007 Sergey Semerikov # This file is distributed under the same license as the wxMaxima package. # # Sergey Semerikov , 2007. # Yuri Chornoivan , 2013, 2015, 2016, 2017. msgid "" msgstr "" "Project-Id-Version: wxMaxima\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-12 07:45+0100\n" "PO-Revision-Date: 2017-06-17 16:30+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.5\n" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:140 #, c-format msgid "" "\n" "\n" "Maxima is currently using %3.3f%% of all available CPUs." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6063 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Підтримка Unicode: %s" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6076 msgid "" "\n" "Lisp: " msgstr "" "\n" "Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6072 msgid "" "\n" "Maxima version: " msgstr "" "\n" "Версія Maxima: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" "\n" "Не з’єднано з Maxima!\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6074 msgid "" "\n" "Not connected." msgstr "" "\n" "Не з’єднано." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:969 msgid " -l " msgstr " -l <назва>" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:223 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:228 msgid " (Graphics) " msgstr " (графіка) " #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3688 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4099 #, c-format msgid " ... + %i hidden lines" msgstr " ... + %i прихованих рядків" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1067 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr " << Вираз є довшим за розмір, визначений у налаштуваннях! >>" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:809 msgid "\"Copy LaTeX\" adds equation markers" msgstr "«Копіювати як LaTeX» додає позначки рівняння" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1643 msgid "\"implies\" symbol" msgstr "символ «слідує»" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2855 #, c-format msgid "%i cells in evaluation queue" msgstr "%i комірок у черзі обчислення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "&Algebra" msgstr "&Алгебра" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "&Apply to List..." msgstr "&Застосувати до списку…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "&Apropos..." msgstr "&Подібні команди…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Batch File...\tCtrl+B" msgstr "&Пакетний файл…\tCtrl+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "&Boundary Value Problem..." msgstr "&Крайова задача…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "&Bug Report" msgstr "&Надіслати звіт щодо вади" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "&Calculus" msgstr "&Аналіз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "&Canonical Form" msgstr "&Канонічна форма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "&Characteristic Polynomial..." msgstr "&Характеристичний поліном…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:641 msgid "&Clear Memory" msgstr "С&порожнити пам’ять" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "&Combine Factorials" msgstr "&Об’єднати факторіали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "&Complex Simplification" msgstr "&Комплексне спрощення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "&Continued Fraction" msgstr "&Неперервний дріб" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "&Copy\tCtrl+C" msgstr "&Копіювати\tCtrl+C" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "&Визначене інтегрування" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "&Demoivre" msgstr "У &тригонометричну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "&Determinant" msgstr "&Визначник" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "&Differentiate..." msgstr "&Диференціювати…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "&Edit" msgstr "З&міни" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "&Eliminate Variable..." msgstr "З&нищити змінну…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "&Enter Matrix..." msgstr "&Ввести матрицю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "&Example..." msgstr "П&риклад…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "&Expand Expression" msgstr "&Розкрити вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "&Expand Trigonometric" msgstr "&Розкрити тригонометричний вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "&Exponentialize" msgstr "У &експоненційну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Export..." msgstr "&Експортувати…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "&Factor Expression" msgstr "Розкласти на &множники" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "&File" msgstr "&Файл" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "&Find Root..." msgstr "З&найти корінь…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:733 msgid "&Generate Matrix..." msgstr "С&творити матрицю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "&Greatest Common Divisor..." msgstr "Най&більший спільний дільник…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1071 msgid "&Help" msgstr "&Довідка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:772 msgid "&Integrate..." msgstr "&Інтегрувати…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:632 msgid "&Interrupt\tCtrl+." msgstr "П&ерервати\tCtrl+." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:636 msgid "&Interrupt\tCtrl+G" msgstr "П&ерервати\tCtrl+G" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Invert Matrix" msgstr "&Обернена матриця" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 #, fuzzy msgid "&List" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "&Load Package...\tCtrl+L" msgstr "З&авантажити пакунок…\tCtrl+L" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Map to List(s)..." msgstr "&Відобразити у списки…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "&Maxima" msgstr "&Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "&Maxima help" msgstr "Дов&ідка з Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "&Modulus Computation..." msgstr "Обчислення за &модулем…" #: /home/gunter/src/wxmaxima/src/main.cpp:164 msgid "&New\tCtrl+N" msgstr "С&творити\tCtrl+N" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1024 msgid "&Numeric" msgstr "&Обчислення" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "&Числове інтегрування" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "&Підсумовування (nusum)" #: /home/gunter/src/wxmaxima/src/main.cpp:165 msgid "&Open\tCtrl+O" msgstr "&Відкрити\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "&Open...\tCtrl+O" msgstr "&Відкрити...\tCtrl+O" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "&Plot" msgstr "&Креслення" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "С&тепеневий ряд" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "&Print...\tCtrl+P" msgstr "На&друкувати\tCtrl+P" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "&Раціональний вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "&Reduce Trigonometric" msgstr "&Приведення тригонометричне" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "&Restart Maxima" msgstr "Пе&резапустити Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "&Roots of Polynomial (Real)" msgstr "&Корені полінома (дійсні)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "&Save\tCtrl+S" msgstr "З&берегти\tCtrl+S" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Simplify" msgstr "С&прощення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:824 msgid "&Simplify Expression" msgstr "&Спростити вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "&Simplify Factorials" msgstr "С&простити факторіали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:862 msgid "&Simplify Trigonometric" msgstr "Сп&ростити тригонометричний вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:676 msgid "&Solve..." msgstr "&Розв’язати…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "&Додатково" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "Ряд &Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "&Transpose Matrix" msgstr "&Транспонувати матрицю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "&Trigonometric Simplification" msgstr "&Тригонометричне спрощення" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "&pm3d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:835 msgid "(Use default language)" msgstr "(Використовувати типову мову)" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "– нескінченність" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:388 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" "... [придушено додаткові рядки, оскільки обсяг виведених даних перевищує " "дозволений у налаштуваннях] " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1629 msgid "1/2" msgstr "1/2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:538 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2858 #, c-format msgid "; %i commands left in the current cell" msgstr "; у поточній комірці лишилося %i команд" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6143 msgid "
    Lisp: " msgstr "
    Lisp: " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7413 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "Перша команда «:lisp» іноді не може надіслати сигнал «finished»." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" "У wxMaxima 0.8.0 було реалізовано «горизонтальний курсор». Він виглядає як " "горизонтальна лінія між комірками. Такий курсор позначає місце, де з’явиться " "нова комірка, якщо ви введете або вставите текст чи скористаєтеся якимось " "пунктом меню." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2220 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:191 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 #, fuzzy msgid "A function f(a,b), named" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" "У wxMaxima 0.8.2 було реалізовано новий формат документів, у якому можливе " "збереження не лише введених вами команд і текстових коментарів, але і " "результатів обчислень. Під час збереження вашого документа виберіть формат " "«XML-документ wxMaxima»." #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2215 #, fuzzy msgid "A page break" msgstr "Розрив сторінки" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" "Креслення, яке слід вбудувати до робочого аркуша, з додаванням до назви " "префікса «wx». «draw» може бути замінено на «wxdraw», «plot» — на «wxplot» " "тощо." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:328 msgid "" "A scale factor for the printout. Helpful for printing big equations on small " "pdf pages." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4599 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4605 #, fuzzy msgid "A sub-subsection heading" msgstr "Комірка підпідрозділу" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4602 #, fuzzy msgid "A subsection heading" msgstr "Комірка підпідрозділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1720 msgid "A symbol from the configuration dialogue" msgstr "Символ із діалогового вікна налаштовування" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:149 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "A&t Value..." msgstr "Значення &у точці…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Abort evaluation on error" msgstr "Перервати обчислення, якщо трапиться помилка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6145 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 msgid "About" msgstr "Про програму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1068 msgid "About wxMaxima" msgstr "Про wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1097 msgid "Active cell bracket" msgstr "Дужка активної комірки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Ad&joint Matrix" msgstr "Спр&яжена матриця" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Add Algebraic E&quality..." msgstr "Додати &алгебраїчну рівність…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Add a directory to search path" msgstr "Додати каталог до шляху пошуку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5290 #, fuzzy msgid "Add an element to a list" msgstr "Відкрити документ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4378 msgid "Add dir to path:" msgstr "Додати каталог до шляху:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Add equality to the rational simplifier" msgstr "Додати рівність до спрощувача раціональних виразів" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:812 msgid "Add the .wxmx file to the HTML export" msgstr "Додати файл .wxmx до експортованого HTML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "Add to &Path..." msgstr "Додати до &шляху…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:305 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "Додаткові команди, які слід додати до преамбули коду LaTeX для pdftex." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:764 msgid "Additional lines for the TeX preamble:" msgstr "Додаткові рядки до преамбули TeX:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:301 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "Додаткові параметри команди Maxima (наприклад -l clisp)." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:963 msgid "Additional parameters for maxima" msgstr "Додаткові параметри для maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:867 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "Додаткові символи для бічної панелі «символи»:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:302 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:453 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" "Після натискання анімацій, створених за допомогою with_slider_draw() або " "подібної функції, цей повзунок надає змогу змінити поточний кадр." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 #, fuzzy msgid "All but the 1st n elements" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 #, fuzzy msgid "All but the last n elements" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3761 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" "усі придатні типи (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|документ wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx|сеанс Maxima (*." "mac)|*.mac|сеанс Xmaxima (*.out)|*.out|xml з пошкодженого .wxmx (*.xml)|*.xml" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:587 msgid "All variable names" msgstr "Усі назви змінних" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1306 msgid "All|*" msgstr "Всі|*" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Alpha" msgstr "Α" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:170 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1004 #, fuzzy msgid "Animation framerate..." msgstr "Типова частота кадрів анімації:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:971 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5308 #, fuzzy msgid "Append a list to a list" msgstr "Знайти границю виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 #, fuzzy msgid "Append a list to an existing list" msgstr "Знайти границю виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:968 #, fuzzy msgid "Append an element" msgstr "Відкрити документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4914 msgid "Apply" msgstr "Застосувати" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5177 #, fuzzy msgid "Apply a function to each list element" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Apply function to a list" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Apropos" msgstr "Подібні команди" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 msgid "Array:" msgstr "Масив:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5999 msgid "Artwork by" msgstr "Графіка" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Ask to save untitled documents" msgstr "Запитувати щодо збереження документів без назв" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4706 msgid "At value" msgstr "Значення у точці" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:632 msgid "Auto-indent new lines" msgstr "Автовідступ у нових рядках" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:599 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "Автоматичні мітки (%i1, %o1,...)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1321 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Automatically answer questions" msgstr "Автоматично відповідати на питання" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:366 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" "Автоматично змінювати робочий каталог maxima на каталог, де зберігається " "поточний документ. Це потрібно, якщо у документі використовується введення-" "виведення даних відносно поточного каталогу, але призводить до неможливості " "знайти власний шлях до встановлення maxima 5.35, якщо документ зберігається " "на диску, відмінному від того, куди встановлено maxima." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1203 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:623 msgid "Automatically fill in answers known from the last run" msgstr "" "Автоматично заповнювати відповіді, які відомі з часу попереднього запуску" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:341 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" "Автоматично вставляти завершальні дужки у текстові поля. Автоматичне " "підсвічування відповідних дужок можна вимкнути встановленням для кольору " "підсвічування звичайного кольору тла тексту." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:873 msgid "Autosave interval (minutes, 0 means: off):" msgstr "Інтервал автозбереження (у хвилинах, 0 — вимкнути):" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:573 msgid "Autowrap long lines:" msgstr "Автоматичне перенесення довгих рядків:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4607 msgid "BC2" msgstr "BC2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1486 msgid "Barsplot..." msgstr "Стовпчикова діаграма…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1304 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "Пакетні файли (*.bat)|*.bat|Всі|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3922 msgid "Batch File" msgstr "Пакетний файл" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" "Окрім загальних можливостей скасовування дій, коли курсор перебуває між " "комірками wxMaxima, передбачено можливість скасовування дій у кожній комірці " "окремо, доки курсор перебуває у межах комірки. Натисканням Ctrl+Z у окремій " "комірці можна скасувати дії саме у цій комірці, без впливу на пізніші зміни, " "внесені у інших комірках." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Beta" msgstr "Β" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 #, fuzzy msgid "Bitmap" msgstr "Растрові зображення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Bitmap scale for export:" msgstr "Масштаб растра для експортування:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:774 msgid "Bitmaps" msgstr "Растрові зображення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1119 msgid "Bold" msgstr "Жирний" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3078 msgid "Both horizontal and vertical cursor active at the same time" msgstr "Активними є одночасно горизонтальний і вертикальний курсори" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Boxplot..." msgstr "Скринькова діаграма…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "Перегляд" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:4786 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "Вада: надіслано запит щодо автодоповнення для невідомого типу записів." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2396 msgid "Bug: Cell left but not entered." msgstr "Вада: полишено комірку без введення даних." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6427 msgid "Bug: Cell with negative y position!" msgstr "Вада: комірка із від’ємною координатою y!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2580 msgid "Bug: Got a question but no cell to answer it in" msgstr "Вада: маємо питання, але не маємо комірки для відповіді на нього" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6615 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" "Вада: отримано запит на зміну вмісту комірки над початком робочого аркуша." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6590 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" "Вада: отримано запит на вилучення комірки над початком робочого аркуша." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6657 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" "Вада: отримано запит спочатку на зміну вмісту комірки з наступним " "скасуванням її вилучення." #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" "Вада: комірка рівняння, у якої немає групи комірок, до якої ця комірка " "належить" #: /home/gunter/src/wxmaxima/src/Configuration.h:444 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "Вада: немає вмісту" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1278 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1453 msgid "Bug: No image counter to write to!" msgstr "Вада: немає лічильника зображень для запису даних!" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:194 msgid "Bug: No last cell in an absCell!" msgstr "Вада: немає останньої комірки у absCell!" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:194 msgid "Bug: No last cell in an conjugateCell!" msgstr "Вада: немає останньої комірки у conjugateCell!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:448 msgid "Bug: No last cell in an denominator!" msgstr "Вада: немає останньої комірки у знаменнику!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:264 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "Вада: немає останньої комірки у степені exptCell!" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:436 msgid "Bug: No last cell in an numerator!" msgstr "Вада: немає останньої комірки у чисельнику!" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:254 msgid "Bug: No last cell in the base of an exptCell!" msgstr "Вада: немає останньої комірки в основі exptCell!" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "Вада: немає останньої комірки у дужках!" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:345 msgid "Bug: No last cell inside a square root!" msgstr "Вада: немає останньої комірки у квадратному корені!" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2406 msgid "Bug: Text changed, but no active cell." msgstr "Вада: змінено текст, але немає активної комірки." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2206 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3235 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:505 msgid "Bug: Trying to append NULL to a group cell." msgstr "Вада: спроба дописування NULL до комірки групи." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:712 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" "Вада: спроба дописати виведені maxima дані до комірки поза межами робочого " "аркуша." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7259 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" "Вада: спроба пересунути горизонтальний курсор до місця усередині GroupCell." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2408 #, fuzzy msgid "Bug: Trying to record a cell contents change for undo without a cell." msgstr "Вада: спроба запису зміни вмісту комірки без визначення комірки." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1825 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "Вада: спроба позначити щось у комірці без визначення поточної комірки" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6658 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" "Вада: дія зі скасування із одночасною зміною вмісту комірки і додаванням " "комірки." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6620 msgid "Bug: Undo request for cell outside worksheet." msgstr "" "Вада: запит щодо скасування дій із коміркою поза межами робочого аркуша." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4611 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1050 msgid "Build &Info" msgstr "Ві&домості щодо збирання" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" "Типово, для виконання команд використовується комбінація клавіш Shift-Enter, " "а Enter використовується для введення багаторядкових блоків тексту. Таку " "поведінку програми можна змінити за допомогою діалогового вікна «Зміни → " "Налаштувати»: позначте пункт «Enter для обчислення у комірках». За допомогою " "цього пункту ви зможете поміняти місцями призначення клавіатурних скорочень." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "C&hange Variable..." msgstr "З&мінити значення змінної…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 msgid "C&onfigure" msgstr "&Налаштувати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate &Product..." msgstr "Обчислити &добуток…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Calculate Su&m..." msgstr "Обчислити с&уму…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1016 msgid "Calculate bigfloat value of the last result" msgstr "Обчислити останній результат з підвищеною точністю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1013 msgid "Calculate float value of the last result" msgstr "Обчислити останній результат зі звичайною точністю" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5463 msgid "Calculate modulus:" msgstr "Модуль обчислень:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1019 msgid "Calculate numeric value of the last result" msgstr "Визначити числове значення останнього результату" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate products" msgstr "Обчислити добутки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:795 msgid "Calculate sums" msgstr "Обчислити суми" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 msgid "Can not connect to the web server." msgstr "Не вдалося встановити з’єднання з вебсервером." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Can not download version info." msgstr "Не вдалося отримати дані щодо версії." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:62 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:70 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:44 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Cancel" msgstr "Скасувати" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1112 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:120 msgid "Cannot start the maxima binary" msgstr "Не вдалося запустити виконуваний файл maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Canonical (tr)" msgstr "Канонічна форма (триг)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Catalan" msgstr "каталонська" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Ce&ll" msgstr "&Комірка" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1096 msgid "Cell bracket" msgstr "Дужка комірки" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7102 msgid "Cell ends in a backslash" msgstr "Комірка закінчується зворотною похилою рискою" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Change &2d Display" msgstr "Змінити спосіб по&казу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:664 msgid "Change the 2d display algorithm used to display math output" msgstr "" "Змінити алгоритм показу плоского зображення, що використовується для показу " "математичних виразів" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5493 msgid "Change variable" msgstr "Замінити змінну" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:778 msgid "Change variable in integral or sum" msgstr "Замінити змінну в інтегралі або сумі" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 msgid "Char poly" msgstr "Характеристичний поліном" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1055 msgid "Check for Updates" msgstr "Перевірити наявність оновлень" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1056 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "Перевірити, чи не випущено новішу версію wxMaxima/Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1600 msgid "Chi" msgstr "Χ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:837 msgid "Chinese Simplified" msgstr "китайська (спрощена)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:838 msgid "Chinese traditional" msgstr "китайська (традиційний запис)" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1063 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1116 msgid "Choose font" msgstr "Вибрати шрифт" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "Вкажіть новий формат графіків:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 msgid "Classes:" msgstr "Класи:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:436 msgid "Close\tCtrl+W" msgstr "Закрити\tCtrl+W" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:437 msgid "Close window" msgstr "Закрити вікно" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1104 msgid "Code highlighting: Comments" msgstr "Підсвічування коду: коментарі" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1108 msgid "Code highlighting: End of line" msgstr "Підсвічування коду: кінець рядка" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1103 msgid "Code highlighting: Functions" msgstr "Підсвічування коду: функції" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1105 msgid "Code highlighting: Numbers" msgstr "Підсвічування коду: числа" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1107 msgid "Code highlighting: Operators" msgstr "Підсвічування коду: оператори" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1106 msgid "Code highlighting: Strings" msgstr "Підсвічування коду: рядки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1102 msgid "Code highlighting: Variables" msgstr "Підсвічування коду: змінні" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 msgid "Col. names:" msgstr "Назви стовпців:" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Columns:" msgstr "Стовпців:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:855 msgid "Combine factorials in an expression" msgstr "Об’єднати факторіали у один вираз" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7140 msgid "Comma directly followed by a closing parenthesis" msgstr "За комою одразу вказано завершальну дужку" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "Список координат за віссю x, відокремлених комами" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "Список координат за віссю y, відокремлених комами" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4966 #, fuzzy msgid "Comma-separated elements" msgstr "Список координат за віссю x, відокремлених комами" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4505 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6771 #, fuzzy msgid "Comma-separated equations" msgstr "Список координат за віссю x, відокремлених комами" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4506 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6772 #, fuzzy msgid "Comma-separated variables" msgstr "Список координат за віссю x, відокремлених комами" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4608 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1280 msgid "Comment Selection" msgstr "Закоментувати позначене" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:504 msgid "Comment out the currently selected text" msgstr "Закоментувати поточний позначений фрагмент тексту" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:503 msgid "Comment selection\tCtrl+/" msgstr "Закоментувати позначене\tCtrl+/" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Complete Word\tCtrl+K" msgstr "Завершити слово\tCtrl+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Complete word" msgstr "Завершити слово" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:219 msgid "Completely stop maxima and restart it" msgstr "Повністю зупинити і перезапустити maxima" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:128 #, fuzzy msgid "Complex infinity." msgstr "&Комплексне спрощення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:818 msgid "Compute continued fraction of a value" msgstr "Обчислити значення неперервного дробу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:756 msgid "Compute the adjoint matrix" msgstr "Обчислити спряжену матрицю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:745 msgid "Compute the characteristic polynomial of a matrix" msgstr "Обчислити характеристичний поліном матриці" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:748 msgid "Compute the determinant of a matrix" msgstr "Обчислити визначник матриці" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:805 msgid "Compute the greatest common divisor" msgstr "Обчислити найбільший спільний дільник" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Compute the inverse of a matrix" msgstr "Обчислити обернену матрицю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:808 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" "Обчислити найменше спільне кратне (віддайте команду load(functs) перед " "використанням)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Condition:" msgstr "Умова:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2093 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2102 msgid "Config file (*.ini)|*.ini" msgstr "Файл налаштувань (*.ini)|*.ini" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1909 msgid "Configuration warning" msgstr "Попередження щодо налаштувань" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:174 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:509 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:512 msgid "Configure wxMaxima" msgstr "Налаштувати wxMaxima" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "Стала" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Contract Logarithms" msgstr "Об’єднати логарифми" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:846 msgid "Convert binomials, beta and gamma function to factorials" msgstr "" "Перетворити біноміальні коефіцієнти, бета- і гамма-функції у факторіали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:849 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" "Перетворити біноміальні коефіцієнти, факторіали й бета-функції у гама-функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:883 msgid "Convert complex expression to polar form" msgstr "Перетворити комплексний вираз у тригонометричну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:880 msgid "Convert complex expression to rect form" msgstr "Перетворювати комплексний вираз у алгебраїчну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:892 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" "Перетворити експоненційну функцію уявного аргументу у тригонометричну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Convert logarithm of product to sum of logarithms" msgstr "Перетворити логарифм добутку у суму логарифмів" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:840 msgid "Convert sum of logarithms to logarithm of product" msgstr "Перетворити суму логарифмів у логарифм добутку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:845 msgid "Convert to &Factorials" msgstr "Перетворити у &факторіали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert to &Gamma" msgstr "Перетворити у &гамма-функцію" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert to &Polarform" msgstr "Перетворювати у тригонометричну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:879 msgid "Convert to &Rectform" msgstr "Перетворювати у &алгебраїчну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:872 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "Перетворити тригонометричний вираз в канонічну квазілінійну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:895 msgid "Convert trigonometric functions to exponential form" msgstr "Перетворювати тригонометричні функції у експоненційну форму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Converts a matrix to a list of lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Converts a nested list like [[1,2],[3,4]] to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1126 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1274 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:184 msgid "Copy" msgstr "Копіювати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Copy Previous Input\tCtrl+I" msgstr "Копіювати попередню введену команду\tCtrl+I" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Output\tCtrl+U" msgstr "Копіювати попередній результат\tCtrl+U" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1156 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "Copy as Image" msgstr "Копіювати як зображення" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1151 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy as LaTeX" msgstr "Копіювати як LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy as MathML" msgstr "Копіювати як MathML" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1154 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 msgid "Copy as MathML (e.g. to word processor)" msgstr "Копіювати як MathML (наприклад для текстових процесорів)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1160 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1226 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy as RTF" msgstr "Копіювати як RTF" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1158 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 #, fuzzy msgid "Copy as SVG" msgstr "Копіювати як RTF" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "Copy as Text\tCtrl+Shift+C" msgstr "Копіювати як текст\tCtrl+Shift+C" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1152 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Copy as plain text" msgstr "Копіювати як звичайний текст" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:470 msgid "Copy selection" msgstr "Копіювати позначене" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:484 #, fuzzy msgid "Copy selection from document as an SVG image" msgstr "Копіювати позначений фрагмент документа як зображення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:481 msgid "Copy selection from document as an image" msgstr "Копіювати позначений фрагмент документа як зображення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:487 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" "Скопіювати позначений фрагмент з документа у форматі rtf, який можна " "використати у текстовому процесорі Word" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection from document as text" msgstr "Копіювати позначений фрагмент документа як текст" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:475 msgid "Copy selection from document in LaTeX format" msgstr "Копіювати позначений фрагмент документа у форматі LaTeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:478 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" "Скопіювати позначений фрагмент з документа у форматі MathML, який " "використовується для показу рівнянь у багатьох текстових процесорах" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:936 #, fuzzy msgid "Create a list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5027 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4982 #, fuzzy msgid "Create a list from a rule" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5010 #, fuzzy msgid "Create a list from another list" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:920 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:582 msgid "Create a new cell with previous input" msgstr "Створити нову комірку з попередньою введеною командою" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous output" msgstr "Створити нову комірку з попереднім результатом обчислень" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:934 #, fuzzy msgid "Create list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4965 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1098 msgid "Cursor" msgstr "Курсор" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1273 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:178 msgid "Cut" msgstr "Вирізати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:466 msgid "Cut\tCtrl+X" msgstr "Вирізати\tCtrl+X" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:183 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:467 msgid "Cut selection" msgstr "Вирізати позначене" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:839 msgid "Czech" msgstr "чеська" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:840 msgid "Danish" msgstr "данська" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6379 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6431 msgid "Data Matrix:" msgstr "Матриця даних:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6400 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "Файл даних (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6231 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6247 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "Data:" msgstr "Дані:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1000 msgid "Debug: watch maxima's stdout stream" msgstr "Діагностика: спостерігати за потоком stdout maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:815 msgid "Decompose rational function to partial fractions" msgstr "Розкласти раціональну функцію на прості дроби" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1075 msgid "Default" msgstr "Типовий" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 msgid "Default animation framerate:" msgstr "Типова частота кадрів анімації:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1062 msgid "Default font:" msgstr "Типовий шрифт:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Default plot size for new maxima sessions:" msgstr "Типовий розмір креслень для нових сеансів maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:956 msgid "Default port for communication with wxMaxima:" msgstr "Типовий порт для обміну даними з wxMaxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:310 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" "Визначити типову швидкість (у кадрах за секунду) для відтворення анімацій." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1003 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete" msgstr "Вилучити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Delete F&unction..." msgstr "Вилучити ф&ункцію…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1163 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1229 msgid "Delete Selection" msgstr "Вилучити позначене" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete V&ariable..." msgstr "Вилучити змі&нну…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Delete a function" msgstr "Вилучити функцію" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a variable" msgstr "Вилучити змінну" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Delete all values from memory" msgstr "Вилучити з пам’яті всі значення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4441 msgid "Delete function(s):" msgstr "Вилучити функції:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4431 msgid "Delete variable(s):" msgstr "Вилучити змінні:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Delta" msgstr "Δ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5509 msgid "Denom. deg:" msgstr "Степінь знаменника:" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "Глибина:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 msgid "Derivative:" msgstr "Похідна:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Deviation..." msgstr "Відхилення…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:811 msgid "Di&vide Polynomials..." msgstr "&Ділення поліномів…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Diff..." msgstr "Диференціювати…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6819 msgid "Differentiate" msgstr "Продиференціювати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:781 msgid "Differentiate expression" msgstr "Продиференціювати вираз" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1246 msgid "Differentiate..." msgstr "Продиференціювати…" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "Напрямок:" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "Графік дискретної функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Display Te&X Form" msgstr "В&ивести у форматі TeX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4345 msgid "Display algorithm" msgstr "Спосіб виведення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 #, fuzzy msgid "Display equations" msgstr "Розв’язати рівняння" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:667 msgid "Display last result in TeX form" msgstr "Показати останній результат у форматі TeX" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:661 msgid "Display time used for evaluation" msgstr "Показати час, витрачений на обчислення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 msgid "Divide" msgstr "Ділити" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Divide Cell" msgstr "Ділити комірку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Divide Cell\tCtrl+D" msgstr "Поділити комірку\tCtrl+D" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:812 msgid "Divide numbers or polynomials" msgstr "Ділити числа або поліноми" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Divide this input cell into two cells" msgstr "Поділити цю комірку введення на дві комірки" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:214 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5248 #, fuzzy msgid "Do for each list element" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7920 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "Хочете зберегти зміни, які було внесено до документа «%s»?" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1095 msgid "Document background" msgstr "Тло документа" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2321 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" "Документ було збережено за допомогою новішої версії wxMaxima, отже дані може " "бути завантажено з помилками. Будь ласка, оновіть вашу версію wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2314 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" "Документ було збережено за допомогою новішої версії wxMaxima. Будь ласка, " "оновіть вашу версію wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Documentclass for TeX export:" msgstr "Клас документа для експортування до TeX:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Don't save" msgstr "Не зберігати" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "Нижче" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "E&quations" msgstr "&Рівняння" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:454 msgid "E&xit\tCtrl+Q" msgstr "Ви&йти\tCtrl+Q" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eige&nvectors" msgstr "В&ласні вектори" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Eigen&values" msgstr "Вл&асні значення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5251 msgid "" "Either a single expression or a comma-separated list of expressions between " "parenthesis. In the latter case the result of the last expression in the " "parenthesis is used." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:103 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:98 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #, fuzzy msgid "Element" msgstr "Заміна:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #, fuzzy msgid "Element:" msgstr "Заміна:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4624 msgid "Eliminate" msgstr "Виключити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:698 msgid "Eliminate a variable from a system of equations" msgstr "Виключити змінну із системи рівнянь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1684 msgid "End of proof" msgstr "Кінець доведення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:841 msgid "English" msgstr "англійська" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6272 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6281 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6300 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6309 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6318 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6370 msgid "Enter Data" msgstr "Введіть дані" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Enter Matrix..." msgstr "Ввести матрицю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:740 msgid "Enter a matrix" msgstr "Введення матриці" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5452 msgid "Enter an equation for rational simplification:" msgstr "Введіть рівняння для раціонального спрощення:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "Введіть список змінних, відокремлених комами." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:614 msgid "Enter evaluates cells" msgstr "Enter для обчислення у комірках" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Enter matrix" msgstr "Введіть матрицю" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 #, fuzzy msgid "Enter new animation frame rate [Hz, integer]:" msgstr "Типова частота кадрів анімації:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Enter new precision for bigfloats:" msgstr "Вкажіть нову підвищену точність:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:300 msgid "Enter the path to the Maxima executable." msgstr "Вкажіть шлях до виконуваного файла Maxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Epsilon" msgstr "Ε" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5716 msgid "Epsilon:" msgstr "ε:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 #, fuzzy msgid "Equation" msgstr "Рівняння:" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "Рівняння %d:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 msgid "Equation(s):" msgstr "Рівняння:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Equation:" msgstr "Рівняння:" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" "У рівнянь є декілька переваг над функціями. Наприклад, рівняння можна " "обробляти за допомогою функцій factor(), expand() тощо. Рівняння можна дуже " "просто вставляти одне в інше. Крім того, рівняння завжди виводяться як " "звичайні формули." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4620 msgid "Equations:" msgstr "Рівняння:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1314 #: /home/gunter/src/wxmaxima/src/Image.cpp:192 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2202 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2346 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2800 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7307 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7828 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7883 msgid "Error" msgstr "Помилка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Error!" msgstr "Помилка!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Eta" msgstr "Η" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:277 msgid "Evaluate" msgstr "Обчислити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Evaluate &Noun Forms" msgstr "Обчислити нео&бчислювані (noun) форми" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "Обчислити усі комірки\tCtrl+Shift+R" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "Обчислити усі видимі комірки\tCtrl+R" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1166 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:567 msgid "Evaluate Cell(s)" msgstr "Обчислити комірки" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1265 msgid "Evaluate Cells Above" msgstr "Обчислити комірки вище" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "Обчислити комірку вище\tCtrl+Shift+P" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1168 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1266 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Below" msgstr "Обчислити комірки нижче" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1182 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1303 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "Обчислити частину\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1187 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1306 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "Обчислити розділ\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1199 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1313 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1352 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "Обчислити підпідрозділ\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1310 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1342 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "Обчислити підрозділ\tShift+Ctrl+Enter" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:568 msgid "Evaluate active or selected cell(s)" msgstr "Виконати обчислення у активних або позначених комірках" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all cells in the document" msgstr "Виконати обчислення у всіх комірках документа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:905 msgid "Evaluate all noun forms in expression" msgstr "Обчислити всі необчислювані (noun) форми у виразі" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate all visible cells in the document" msgstr "Виконати обчислення у всіх видимих комірках документа" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:243 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "Виконати у файлі обчислення від початку до комірки під курсором" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:238 msgid "Evaluate to point" msgstr "Обчислити до пункту" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Example" msgstr "Приклад" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2030 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2189 msgid "Example text" msgstr "Текст прикладу" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:966 msgid "Examples:" msgstr "Приклади:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:948 msgid "Execute a command for each element of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:455 msgid "Exit wxMaxima" msgstr "Вийти з wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Expand" msgstr "Розкрити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Expand (tr)" msgstr "Розкрити (триг)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 msgid "Expand Expression" msgstr "Розкрити вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "Expand Logarithms" msgstr "Розкрити логарифми" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:835 msgid "Expand an expression" msgstr "Розкрити вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:869 msgid "Expand trigonometric expression" msgstr "Розкрити тригонометричний вираз" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3809 msgid "Export" msgstr "Експортувати" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:799 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" "Експортувати анімації до TeX (анімація зображень відбуватиметься, лише якщо " "у засобі перегляду її реалізовано)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Export document to a HTML or pdfLaTeX file" msgstr "Експортувати документ до файла HTML або pdfLaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:771 msgid "Export equations to HTML as:" msgstr "Експортувати рівняння до HTML як:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:208 msgid "Export failed." msgstr "Помилка під час експортування." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:194 msgid "Export successful." msgstr "Успішно експортовано." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3892 msgid "Exporting to HTML failed!" msgstr "Спроба експортування даних до HTML завершилася невдало!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3860 msgid "Exporting to TeX failed!" msgstr "Спроба експортування даних до TeX завершилася невдало!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3876 msgid "Exporting to maxima batch file failed!" msgstr "Не вдалося експортувати до файла пакетної обробки maxima!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:184 msgid "Exporting..." msgstr "Експортування…" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "Вираз" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "Вираз(и):" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5713 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Expression:" msgstr "Вираз:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 #, fuzzy msgid "Extract Elements" msgstr "Заміна:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:961 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4943 #, fuzzy msgid "Extract function arguments" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 #, fuzzy msgid "Extract list Elements" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:932 #, fuzzy msgid "Extract the argument list from a function call" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5128 #, fuzzy msgid "Extract the last n elements from a list" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5145 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Factor" msgstr "Розкласти на множники" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "Factor Complex" msgstr "Розкласти на комплексні множники" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Factor Expression" msgstr "Розкласти на множники вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:830 msgid "Factor an expression" msgstr "Розкласти вираз на множники" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression in Gaussian numbers" msgstr "Розкласти на елементарні гаусові множники" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Factorials and &Gamma" msgstr "Факторіали і &гамма-функція" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:313 msgid "Fatal error" msgstr "Критична помилка" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2160 #, c-format msgid "Figure %d:" msgstr "Рисунок %d:" #: /home/gunter/src/wxmaxima/src/main.cpp:166 msgid "File" msgstr "Файл" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1725 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2036 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2205 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2218 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2229 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2316 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2349 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2360 msgid "File could not be opened" msgstr "Не вдалося відкрити файл" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File not found" msgstr "Файл не знайдено" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2010 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2299 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2388 msgid "File opened" msgstr "Файл відкрито" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7004 msgid "File you tried to open does not exist." msgstr "Файла, який ви намагалися відкрити, не існує." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "Файл:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:205 msgid "Find" msgstr "Знайти" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find\tCtrl+F" msgstr "Знайти\tCtrl+F" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "Find &Limit..." msgstr "Знайти &границю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find Minimum..." msgstr "Знайти мінімум…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Find Root..." msgstr "Знайти корінь…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:786 msgid "Find a (unconstrained) minimum of an expression" msgstr "Знайти (абсолютний) мінімум виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Find a limit of an expression" msgstr "Знайти границю виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Find a root of an equation on an interval" msgstr "Знайти корінь рівняння на інтервалі" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find all roots of a polynomial" msgstr "Знайти всі корені полінома" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:686 msgid "Find all roots of a polynomial (bfloat)" msgstr "Знайти всі корені полінома (підв. точність)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4219 msgid "Find and Replace" msgstr "Знайти і замінити" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:210 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:494 msgid "Find and replace" msgstr "Знайти і замінити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:751 msgid "Find eigenvalues of a matrix" msgstr "Знайти власні значення матриці" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvectors of a matrix" msgstr "Знайти власні вектори матриці" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5719 msgid "Find minimum" msgstr "Знайти мінімум" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:689 msgid "Find real roots of a polynomial" msgstr "Знайти дійсні корені полінома" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4540 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6788 msgid "Find root" msgstr "Знайти корінь" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "Знайти:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:842 msgid "Finnish" msgstr "фінська" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "Виправити перевпорядковані індекси посилань (%i, %o) до збереження" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:638 msgid "Fixed font in text controls" msgstr "Шрифт сталої ширини у текстових мітках" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Fold All\tCtrl+Alt+[" msgstr "Згорнути все\tCtrl+Alt+[" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:608 msgid "Fold all sections" msgstr "Згорнути усі розділи" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:234 msgid "Follow" msgstr "Перейти" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Проблема зі шрифтом: висота символу надто мала! Проблему може виправити " "встановлення шрифту з http://www.math.union.edu/~dpvc/jsmath/download/jsMath-" "fonts.html і позначення пункту «Використовувати шрифти JSmath» у діалоговому " "вікні налаштовування." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:224 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" "Проблема зі шрифтом: розмір знаку sqrt() дорівнює 0! Проблему може виправити " "встановлення шрифту з http://www.math.union.edu/~dpvc/jsmath/download/jsMath-" "fonts.html і позначення пункту «Використовувати шрифти JSmath» у діалоговому " "вікні налаштовування." #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:222 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "Проблеми зі шрифтом? Вміст sqrt() має розмір 0." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:352 msgid "Font used for display in document." msgstr "Шрифт, яким буде показано текст у документі." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:353 msgid "Font used for displaying math characters in document." msgstr "Шрифт, яким буде показано математичні символи у документі." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1050 msgid "Fonts" msgstr "Шрифти" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:332 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" "Для кожної текстової комірки, комірки розділу або комірки з кодом wxMaxima " "може показувати дужку, що позначає продовження комірки і надає змогу її " "згорнути. За допомогою цього параметра можна визначити, чи слід виводити " "таку дужку на друк." #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:256 msgid "" "For faster creation of cells the following shortcuts exist:\n" "\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "Формат:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 #, c-format msgid "Frame %i of %i" msgstr "Кадр %i з %i" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5798 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:843 msgid "French" msgstr "французька" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 msgid "From:" msgstr "Від:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:558 msgid "Full Screen\tAlt+Enter" msgstr "На весь екран\tAlt+Enter" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 msgid "Function" msgstr "Функція" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #, fuzzy msgid "Function name" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1078 msgid "Function names" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4687 msgid "Function(s):" msgstr "Функції:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 msgid "Function:" msgstr "Функція:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "Functions for complex simplification" msgstr "Функції для спрощення комплексних чисел" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Functions for simplifying factorials and gamma function" msgstr "Функції для спрощення факторіалів і гамма-функцій" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "Functions for simplifying trigonometric expressions" msgstr "Функції для спрощення тригонометричних виразів" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5547 msgid "GCD" msgstr "НСД" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6906 msgid "GIF image (*.gif)|*.gif" msgstr "зображення GIF (*.gif)|*.gif" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Galician" msgstr "галісійська" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Gamma" msgstr "Γ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "General Math" msgstr "Математика" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "General Math\tAlt+Shift+M" msgstr "Математика\tAlt+Shift+M" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4838 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4858 msgid "Generate Matrix" msgstr "Створити матрицю" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate Matrix from Expression..." msgstr "Створити матрицю за виразом…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:734 msgid "Generate a matrix from a 2-dimensional array" msgstr "Створити матрицю з двовимірного масиву" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:737 msgid "Generate a matrix from a lambda expression" msgstr "Створити матрицю на основі лямбда-виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:926 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:929 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:923 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:845 msgid "German" msgstr "німецька" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get &Imaginary Part" msgstr "Знайти у&явну частину" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Get &Series..." msgstr "&Розкласти у ряд…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Get Laplace transformation of an expression" msgstr "Обчислити перетворення Лапласа від виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Get Real P&art" msgstr "Знайти &дійсну частину" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:802 msgid "Get inverse Laplace transformation of an expression" msgstr "Обчислити обернене перетворення Лапласа від виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:789 msgid "Get the Taylor or power series of expression" msgstr "Знайти розклад виразу у степеневий ряд або ряд Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:889 msgid "Get the imaginary part of complex expression" msgstr "Знайти уявну частину комплексного виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:886 msgid "Get the real part of complex expression" msgstr "Знайти дійсну частину комплексного виразу" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6597 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" "Отримано запит на скасування дії, до якої включено вилучення, яке зараз не " "можна виконати." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:846 msgid "Greek" msgstr "грецька" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Greek Letters" msgstr "Грецькі літери" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Greek Letters\tAlt+Shift+G" msgstr "Грецькі літери\tAlt+Shift+G" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1080 msgid "Greek constants" msgstr "Грецькі сталі" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "Сітка:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3811 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" "файл HTML (*.html)|*.html|пакетний файл maxima (*.mac)|*.mac|файл pdfLaTeX " "(*.tex)|*.tex" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:317 msgid "Help" msgstr "Довідка" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:275 msgid "Hide" msgstr "Приховати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "Приховати усі панелі інструментів\tAlt+Shift+-" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:310 msgid "Hide Code" msgstr "Приховати код" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "Приховати комірки з кодом\tAlt+Ctrl+H" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1331 msgid "Hide Part" msgstr "Приховати частину" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1339 msgid "Hide Section" msgstr "Приховати розділ" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1349 msgid "Hide Subsection" msgstr "Приховати підрозділ" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1359 msgid "Hide Subsubsection" msgstr "Приховати підпідрозділ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:532 msgid "Hide all panes" msgstr "Приховати усі панелі" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1367 msgid "Hide contents" msgstr "Приховати вміст" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:363 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" "Приховати дужки, які позначають продовження комірок робочого аркуша на " "правому полі і містять кнопку приховування комірки, якщо комірки не є " "активними." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1087 msgid "Highlight (dpart)" msgstr "Позначити (dpart)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6234 msgid "Histogram" msgstr "Гістограма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Histogram..." msgstr "Гістограма…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "History" msgstr "Журнал" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "History\tAlt+Shift+I" msgstr "Журнал\tAlt+Shift+I" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" "Горизонтальний курсор працює як звичайний курсор, але виконує дії над " "комірками: пересувати курсор можна клавішами зі стрілками вниз і вгору, " "утримування клавіші Shift під час пересування курсора призводить до " "позначення комірок, натискання клавіші Backspace або подвійне натискання " "клавіші Delete призводить до вилучення вмісту комірки поряд з курсором." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Hungarian" msgstr "угорська" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "IC1" msgstr "НУ1" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 msgid "IC2" msgstr "НУ2" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Identical to" msgstr "Ідентичний до" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" "Якщо виконується обчислення у декількох комірках послідовно: перервати " "обчислення, якщо wxMaxima буде виявлено, що обробка у maxima призвела до " "помилки." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:568 msgid "If not extremely long" msgstr "Якщо не надзвичайно довго" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "If not very long" msgstr "Якщо не дуже довго" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:316 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" "Якщо кількість цифр у числі перевищуватиме вказану, їх буде обрізано, а " "решту показано трикрапкою." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" "Якщо у діалоговому вікні налаштовування увімкнено можливість " "«Автозбереження», wxMaxima працюватиме як мобільні програми, які створюють " "резервну копію файлів кожні декілька хвилин і зберігають файли під час " "завершення роботи." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:307 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:309 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" "Якщо з часу останнього збереження файла минула вказана кількість хвилин, для " "файла було вказано назву (під час відкриття або збереження) і протягом 10 " "секунд не було зареєстровано натискання жодної клавіші, файл буде збережено. " "Якщо вказано нульову кількість хвилин, програма не виконуватиме спроб " "зберегти файл у автоматичному режимі." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:330 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" "Якщо позначено цей пункт, код .wxmx поточного файла буде скопійовано до " "місця, на яке вказуватиме посилання у експортованому результаті." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:738 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:695 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" "Якщо першим символом у комірці для введення даних ви введете оператор (один " "із символів +*/^=,), перед оператором буде автоматично додано %, як у " "калькуляторах. Вимкнути таку поведінку програми можна за допомогою " "діалогового вікна «Зміни → Налаштувати»." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" "Якщо обчислення триває надто довго, ви можете спробувати перервати його за " "допомогою пунктів меню «Maxima → Перервати» та «Maxima → Перезапустити " "Maxima»." #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5158 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1743 msgid "Image" msgstr "Зображення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7601 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "файли зображень (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" "З метою візуалізації впливу параметра на рівняння у wxmaxima передбачено " "команди, які починаються з «with_slider_» і створюють анімації. Приклад:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" "У текстових комірках списки з позначками можна створити, розпочинаючи рядок " "з « * ». Кількість пробілів перед символом «*» визначає рівень відступів. " "Відступи можна продовжити на наступному рядку додавши на його початку " "потрібну кількість пробілів." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:320 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" "У виведеному коді LaTeX: розташовувати степені після останнього нижнього " "індексу, а не над ним. Може зробити читання зручнішим для деяких шрифтів та " "коротких нижніх індексів." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Include columns:" msgstr "Включити такі стовпці:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "Incremental Search" msgstr "Покроковий пошук" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #, fuzzy msgid "Index variable:" msgstr "Нова змінна:" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:119 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:122 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "Infinity" msgstr "Нескінченність" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Info about Maxima build" msgstr "Дані щодо збирання Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5715 msgid "Initial Estimates:" msgstr "Початкові наближення:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:706 msgid "Initial Value Problem (&1)..." msgstr "Задача Коші (&1)…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Initial Value Problem (&2)..." msgstr "Задача Коші (&2)…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1083 msgid "Input labels" msgstr "Мітки введення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:391 msgid "Insert" msgstr "Вставити" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:629 msgid "Insert % before an operator at the beginning of a cell" msgstr "Додавати % перед оператором на початку комірки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert &Section Cell\tCtrl+3" msgstr "Вставити комірку &розділу\tCtrl+3" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert &Text Cell\tCtrl+1" msgstr "Вставити комірку &тексту\tCtrl+1" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Insert Cell\tAlt+Shift+C" msgstr "Вставити комірку\tAlt+Shift+C" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7599 msgid "Insert Image" msgstr "Вставити зображення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Image..." msgstr "Вставити зображення…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 #, fuzzy msgid "Insert Input &Cell\tCtrl+0" msgstr "Вставити комірку &введення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert Page Break" msgstr "Вставити розрив сторінки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "Вставити комірку п&ідрозділу\tCtrl+4" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "Вставити комірку підпі&дрозділу\tCtrl+5" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1261 msgid "Insert Section Cell" msgstr "Вставити комірку розділу" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1262 msgid "Insert Subsection Cell" msgstr "Вставити комірку підрозділу" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1263 msgid "Insert Subsubsection Cell" msgstr "Вставити комірку підпідрозділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert T&itle Cell\tCtrl+2" msgstr "Вставити комірку з&аголовка\tCtrl+2" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1259 msgid "Insert Text Cell" msgstr "Вставити текстову комірку (коментар)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1260 msgid "Insert Title Cell" msgstr "Вставити комірку заголовка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:591 msgid "Insert a new input cell" msgstr "Вставити нову комірку введення команди" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new section cell" msgstr "Вставити нову комірку розділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new subsection cell" msgstr "Вставити нову комірку підрозділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsubsection cell" msgstr "Вставити нову комірку підпідрозділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new text cell" msgstr "Вставити нову текстову комірку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new title cell" msgstr "Вставити нову комірку заголовка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a page break" msgstr "Вставити розрив сторінки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert image" msgstr "Вставити зображення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:586 msgid "Integers and single letters" msgstr "Цілі числа і окремі літери" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1666 msgid "Integral sign" msgstr "Символ інтеграла" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 msgid "Integral/Sum:" msgstr "Інтеграл або сума:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5609 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6803 msgid "Integrate" msgstr "Проінтегрувати" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5595 msgid "Integrate (risch)" msgstr "Проінтегрувати (Ріш)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:773 msgid "Integrate expression" msgstr "Проінтегрувати вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression with Risch algorithm" msgstr "Проінтегрувати вираз за допомогою алгоритму Ріша" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1245 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Integrate..." msgstr "Проінтегрувати…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:611 msgid "Intelligently hide cell brackets" msgstr "Розумно приховати дужки комірок" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:974 #, fuzzy msgid "Interleave" msgstr "Проінтегрувати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 #, fuzzy msgid "Interleave the values of two lists" msgstr "Проінтегрувати" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5326 #, fuzzy msgid "Interleave two lists" msgstr "Проінтегрувати" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:220 msgid "Interrupt" msgstr "Перервати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:633 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:637 msgid "Interrupt current computation" msgstr "Перервати поточні обчислення" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:225 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" "Перервати поточні обчислення. Щоб повністю перезапустити maxima, натисніть " "кнопку, розташовану ліворуч від цієї." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5193 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:942 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1313 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" "Некоректна адреса програми Maxima.\n" "\n" "Будь ласка, вкажіть правильний шлях до програми Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Inverse Laplace" msgstr "Обернене перетворення Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Inverse Laplace T&ransform..." msgstr "Обернене п&еретворення Лапласа…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Iota" msgstr "Ι" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:360 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" "Видавати сповіщення, якщо maxima завершує обчислення, доки wxMaxima не " "перебуває у фокусі." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" "Передбачено можливість додавання нетипових символів на бічну панель " "«символи». Достатньо скопіювати ці символи до відповідного поля у " "діалоговому вікні налаштовування." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 #, fuzzy msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" "Можна визначити бібліотеки Maxima, які wxMaxima має завантажити за допомогою " "функції load(). Для цього всього лише треба експортувати відповідні команди " "до файла у форматі .mac або зберегти їх у форматі .wxm. Втім, зауважте, що " "деякі спеціальні символи, зокрема " #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:848 msgid "Italian" msgstr "італійська" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1120 msgid "Italic" msgstr "Курсив" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:849 msgid "Japanese" msgstr "японська" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Jump to first error" msgstr "Перейти до першої помилки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:670 msgid "Jump to the first cell maxima has reported an error in." msgstr "Перейти до першої комірки, щодо якої maxima повідомлено про помилку." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:851 msgid "Kabyle" msgstr "кабильська" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Kappa" msgstr "Κ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:626 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "Додавати символ відсотків до спеціальних символів: %e, %i тощо" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5531 msgid "LCM" msgstr "НСК" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "LaTeX: розташовувати степені за нижніми індексами, а не над ними" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "LaTeX: використовувати символ частинної похідної для diff()" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:591 msgid "Label width:" msgstr "Ширина мітки:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Lambda" msgstr "Λ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:345 msgid "Language used for wxMaxima GUI." msgstr "Мова інтерфейсу wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:832 msgid "Language:" msgstr "Мова:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5625 msgid "Laplace" msgstr "Перетворення Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Laplace &Transform..." msgstr "&Перетворення Лапласа…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 #, fuzzy msgid "Last n" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1681 msgid "Leads to" msgstr "Тобто" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Least Common Multiple..." msgstr "Найменше спільне кратне…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6383 msgid "Least Squares Fit" msgstr "Наближення за методом найменших квадратів" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Least Squares Fit..." msgstr "Наближення за методом найменших квадратів…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:723 msgid "Left side to the \"=\"" msgstr "Ліва частина рівності до «=»" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "Доступ до бібліотек для будь-якого процесу wxMaxima, незалежно від каталогу, " "у якому він працює, можна забезпечити розташуванням цих бібліотек у каталозі " "користувача. Визначити потрібний каталог можна за допомогою команди " "maxima_userdir" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5700 msgid "Limit" msgstr "Границя" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1439 msgid "Limit..." msgstr "Границя…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1479 msgid "Linear Regression..." msgstr "Лінійна регресія…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5174 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5268 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5286 #, fuzzy msgid "List" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 #, fuzzy msgid "List name:" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5190 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4876 msgid "List(s):" msgstr "Списки:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List1" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5304 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #, fuzzy msgid "List2" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4911 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5053 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5244 msgid "List:" msgstr "Список:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1123 msgid "Load" msgstr "Завантажити" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3911 msgid "Load Package" msgstr "Завантажити пакунок" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima file using the batch command" msgstr "Завантажити файл програми Maxima за допомогою команди batch" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Load a Maxima package file" msgstr "Завантажити файл пакунка Maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2100 msgid "Load style from file" msgstr "Завантажити стиль з файла" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1683 msgid "Long Right arrow" msgstr "Довга стрілка праворуч" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Lower bound:" msgstr "Нижня межа:" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:102 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "Ma&p to Matrix..." msgstr "&Відобразити у матрицю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:518 msgid "Main Toolbar\tAlt+Shift+B" msgstr "Головна панель інструментів\tAlt+Shift+B" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Make &List..." msgstr "С&творити список…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4896 msgid "Make list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:761 msgid "Make list from expression" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:902 msgid "Make substitution in expression" msgstr "Виконати заміну у виразі" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4879 msgid "Map" msgstr "Відобразити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Map function to a list" msgstr "Відобразити функцію на список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a matrix" msgstr "Відобразити функцію на матрицю" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "З урахуванням регістру" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Match parenthesis in text controls" msgstr "Перевіряти баланс дужок у тексті" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1067 msgid "Math font:" msgstr "Математичний шрифт:" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1135 #, fuzzy msgid "Math output" msgstr "Математичний шрифт:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:334 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" "MathJAX створює масштабоване високоякісне представлення звичайних формул, з " "яким можна працювати звичайним перетягуванням зі скиданням даних, а також " "надає певні можливості з доступності для людей з обмеженими можливостями. " "Недоліком MathJAX є те, що для роботи з ним потрібен JavaScript та " "додатковий час для показу форматованих рівнянь.\n" "MathML є набагато швидшим за MathJaX, якщо його підтримку передбачено у " "програмі для перегляду інтернету. Втім, у багатьох реалізацій MathML не " "вистачає необхідних можливостей.\n" "Растрові зображення потребують надсилання набагато більшого обсягу даних ніж " "перші два варіанти. Для них не передбачено підтримки додаткових можливостей, " "зокрема перетягування зі скиданням або можливостей доступності. Крім того, у " "них є проблеми з вирівнюванням і масштабуванням щодо решти тексту. У " "растрових зображеннях можуть використовуватися шрифти, які не пасують до " "решти шрифтів документа." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:775 msgid "MathML + MathJaX as Fill-In" msgstr "MathML + MathJaX як заповнення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:390 msgid "Mathematical Symbols" msgstr "Математичні символи" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:249 msgid "Maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Matrix" msgstr "Матриця" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Matrix map" msgstr "Застосувати до матриці" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6432 msgid "Matrix name:" msgstr "Назва матриці:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Matrix to nested List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 msgid "Matrix:" msgstr "Матриця:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:223 msgid "Maxima" msgstr "Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:124 #, fuzzy msgid "Maxima asks a question" msgstr "У Maxima є питання!" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1627 msgid "Maxima asks a question!" msgstr "У Maxima є питання!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:292 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" "Maxima автоматично пов’язує з кожною командою або рівнянням мітку (яка " "виглядає як %i1 або %o1). Якщо команда починається з описової назви із " "наступним символом двокрапки, «:», wxMaxima вважатиме описову назву " "«визначеною користувачем міткою». За допомогою цього пункту можна повідомити " "wxMaxima, слід показувати лише автоматичні мітки, автоматичні мітки, якщо " "немає визначених користувачем міток, чи взагалі не показувати мітки, аж доки " "визначену користувачем мітку не буде знайдено за допомогою евристики " "wxMaxima. Якщо буде придушено показ автоматичних міток, програма додасть " "вертикальний інтервал між рівнянням з метою спрощення візуального " "розрізнення рядків різних рівнянь і рядків одного рівняння, поділеного на " "рядки." #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4593 #, fuzzy msgid "Maxima code" msgstr "Піктограма wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:709 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:666 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7339 msgid "Maxima has finished calculating." msgstr "Maxima завершила обчислення." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3514 msgid "Maxima has issued an error!" msgstr "Maxima повідомлено про помилку!" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1082 msgid "Maxima input" msgstr "Команда Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:139 msgid "Maxima is calculating" msgstr "Maxima виконує обчислення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2867 msgid "Maxima is ready for input." msgstr "Maxima готова до введення команд." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3924 msgid "Maxima package (*.mac)|*.mac" msgstr "пакунок Maxima (*.mac)|*.mac" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "пакунок Maxima (*.mac)|*.mac|пакунок Lisp (*.lisp)|*.lisp|усі файли|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1198 msgid "Maxima process terminated." msgstr "Роботу процесу Maxima перервано." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:940 msgid "Maxima program:" msgstr "Програма Maxima:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:299 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" "У Maxima передбачено команду «забути все», яка вилучає усі параметри " "поточного сеансу роботи з maxima. Через це wxMaxima зазвичай починає новий " "сеанс maxima кожного разу, коли надходить команда щодо повторного обчислення " "робочого аркуша. Оскільки перезапуск maxima потребує певного часу, " "передбачено цей пункт, за допомогою якого можна вимкнути перезапуск сеансів " "і заощадити трохи часу." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1084 msgid "Maxima questions" msgstr "Питання Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:155 msgid "Maxima started. Waiting for connection..." msgstr "Maxima запущено. Очікуємо на встановлення з’єднання…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:736 #, fuzzy msgid "Maxima startup file location: " msgstr "Почати анімацію" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" "У Maxima передбачено три типи чисел: звичайні дроби (їх можна записати, " "наприклад так: 1/10), числа IEEE з рухомою крапкою (0.2) та необмежені " "десяткові дроби довільної точності (1b-1). Зауважте, що через природу " "двійкових дробів, які не є десятковими числами, наприклад, не можна записати " "число IEEE з рухомою крапкою, яке точно дорівнюватиме 0.1. Якщо у Maxima " "використовуються числа з рухомою крапкою, замість звичайних дробів, виникає " "помилка (дуже мала), тобто використання числа " "3602879701896397/36028797018963968 замість 0.1 додає (дуже малу) похибку." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" "Maxima використовує «:» для присвоєння значень («a : 3;») і «:=» для " "визначення функцій («f(x) := x^2;»)." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6139 msgid "Maxima version: " msgstr "Версія Maxima: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1088 #, fuzzy msgid "Maxima warnings" msgstr "Команда Maxima" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" "За допомогою функції Maxima «at» можна отримувати доступ до довільних " "змінних у списку результатів:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" "Перевага Maxima полягає можливості роботи з рівняннями і символічних " "обчисленнях. Саме тому, не слід зловживати функціями (на відміну від рівнянь " "із мітками). Варто також зберігати поточні значення змінних у списку, а не " "надавати значення змінним безпосередньо. Приклад зразкового сеансу:\n" "\n" "/* Ми зберігаємо поточні значення у списку, щоб ними можна було пізніше " "скористатися */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:42 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" "Maxima, програма, яка виконує обчислення, і wxMaxima, програма, яка показує " "робочий аркуш, працюють у різних процесах системи. Це означає, що навіть " "якщо роботу maxima буде завершено у аварійному режимі, wxMaxima (а отже і " "робочий аркуш) не постраждають. Обмін даними між програмами відбувається за " "допомогою сокета у локальній мережі. Цього разу такий сокет не вдалося " "створити через роботу брандмауера, який налаштовано не лише на перехоплення " "з’єднань іззовні, але і на перехоплення з’єднань між програмами, які " "працюють на одному комп’ютері." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:44 #, fuzzy msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" "Maxima, програма, яка виконує обчислення, і wxMaxima, програма, яка показує " "робочий аркуш, працюють у різних процесах системи. Це означає, що навіть " "якщо роботу maxima буде завершено у аварійному режимі, wxMaxima (а отже і " "робочий аркуш) не постраждають. Зараз ці дві програми не з’єднано одна з " "одною. Це, ймовірно, означає, що maxima усе ще запускається, або що maxima " "не вдалося запустити. Крім того, проблему може бути спричинено роботою " "брандмауера, який налаштовано не лише на перехоплення з’єднань іззовні, але " "і на перехоплення з’єднань між програмами, які працюють на одному комп’ютері." #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:40 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" "Maxima, програму, яка виконує обчислення, запущено у окремому процесі. " "Перевагою такої схеми запуску є те, що аварійне завершення роботи maxima не " "зашкодить даним у програмі wxMaxima, яка показує робочий аркуш.\n" "Ця піктограма є індикатором передавання даних між maxima і wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:557 msgid "Maximum displayed number of digits:" msgstr "Максимальна показана кількість цифр:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1477 msgid "Mean Difference Test..." msgstr "Перевірка рівності середніх значень…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Mean Test..." msgstr "Перевірка рівності середніх…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1469 msgid "Mean..." msgstr "Середнє…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Mean:" msgstr "Середнє:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1470 msgid "Median..." msgstr "Медіана…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1171 msgid "Merge Cells" msgstr "Об’єднати комірки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Merge Cells\tCtrl+M" msgstr "Об’єднати комірки\tCtrl+M" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:618 msgid "Merge the text from two input cells into one" msgstr "Об’єднати текст із двох комірок введення до однієї" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3462 msgid "Message from the stdout of Maxima: " msgstr "Повідомлення зі stdout Maxima: " #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "Метод:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7136 msgid "Mismatched parenthesis" msgstr "Незбалансована дужка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5464 msgid "Modulus" msgstr "Модуль" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:221 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1631 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Mu" msgstr "Μ" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Name:" msgstr "Назва:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:990 msgid "Nested list to Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:602 msgid "Never" msgstr "Ніколи" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "New" msgstr "Створити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:424 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 msgid "New\tCtrl+N" msgstr "Створити\tCtrl+N" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "New document" msgstr "Новий документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:635 msgid "New lines: Jump to text" msgstr "Нові рядки: перейти до тексту" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "Нове значення:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5623 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5641 msgid "New variable:" msgstr "Нова змінна:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Next Command\tAlt+Down" msgstr "Наступна команда\tAlt+↓" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:566 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:576 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:585 msgid "No" msgstr "Ні" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7293 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "Наприкінці команди немає символу долара ($) або крапки з комою (;)" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4285 msgid "No matches found!" msgstr "Не знайдено відповідників." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1478 msgid "Normality Test..." msgstr "Перевірка нормальності…" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:199 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:326 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" "Зазвичай, у html використовуються зображення із досить низькою роздільною " "здатністю для економії місця на пристрої зберігання даних. На сучасних " "екранах такі зображення виглядають доволі жалюгідно. Тому, за допомогою " "цього параметра можна визначити коефіцієнт збільшення роздільної здатності " "під час експортування до HTML відносно типового значення." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:853 msgid "Norwegian" msgstr "норвезька" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4798 msgid "Not a valid matrix dimension!" msgstr "Некоректна розмірність матриці." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4646 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "Not a valid number of equations!" msgstr "Некоректна кількість рівнянь." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:151 msgid "Not connected to maxima" msgstr "Не з’єднано з maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6141 msgid "Not connected." msgstr "Не з’єднано." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Nu" msgstr "Ν" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Num. deg:" msgstr "Степінь чисельника:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5125 #, fuzzy msgid "Number of elements" msgstr "Кількість рівнянь:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4637 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4662 msgid "Number of equations:" msgstr "Кількість рівнянь:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1077 msgid "Numbers" msgstr "Числа" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:71 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:42 #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "Гаразд" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "Попереднє значення:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5640 msgid "Old variable:" msgstr "Попередня змінна:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1602 msgid "Omega" msgstr "Ω" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Omicron" msgstr "Ο" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" "Щойно буде встановлено локальне мережеве з’єднання між maxima та wxMaxima, у " "maxima вже не буде потреби надсилати повідомлення за допомогою стандартного " "потоку виведення системи (stdout), отже вмістом усього цього потоку має бути " "просте вітальне повідомлення. Команди ж lisp, які віддаються maxima " "надсилатимуть повідомлення про помилки до потоку stderr системи. Якщо буде " "позначено цей пункт, попри всі попередні зауваження, програма стежитиме за " "потоком stdout maxima, очікуючи на корисні повідомлення у ньому." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6330 msgid "One sample t-test" msgstr "Одновибіркова t-перевірка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "Online tutorials" msgstr "Навчальні матеріали у інтернеті" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:601 msgid "Only user-defined labels" msgstr "Лише визначені користувачем мітки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:942 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:148 #: /home/gunter/src/wxmaxima/src/main.cpp:327 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3759 msgid "Open" msgstr "Відкрити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open Recent" msgstr "Відкрити недавні" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:617 msgid "Open a cell when Maxima expects input" msgstr "Відкрити комірку, якщо Maxima очікує на вхідні дані" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:431 msgid "Open a document" msgstr "Відкрити документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:425 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:428 msgid "Open a new window" msgstr "Відкрити нове вікно" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Open document" msgstr "Відкрити документ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6398 msgid "Open matrix" msgstr "Відкрити матрицю" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1769 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2024 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2101 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2332 msgid "Opening file" msgstr "Відкриваємо файл" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:226 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:169 msgid "Options" msgstr "Параметри" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "Параметри:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5149 msgid "" "Other than declared arrays in lists there is no way to jump to determine the " "address of the nth element other than iterating from one element to the " "other until the nth element is reached. Which isn't a maxima-specific " "phenomenon but the price one has to pay for lists being way easier to resize " "than declared arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every list element." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1101 msgid "Outdated cells" msgstr "Застарілі комірки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1085 msgid "Output labels" msgstr "Мітки результатів" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "P&ade Approximation..." msgstr "Ап&роксимація Паде…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6887 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" "зображення PNG (*.png)|*.png|зображення JPEG (*.jpg)|*.jpg|Windows bitmap (*." "bmp)|*.bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*." "tif|X pixmap (*.xpm)|*.xpm" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5511 msgid "Pade approximation" msgstr "Апроксимація Паде" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:792 msgid "Pade approximation of a Taylor series" msgstr "Паде-апроксимація ряду Тейлора" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1744 msgid "Pagebreak" msgstr "Розрив сторінки" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Parallel to" msgstr "Паралельно" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "Графік параметричної функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Partial &Fractions..." msgstr "Прості &дроби…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5579 msgid "Partial fractions" msgstr "Прості дроби" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 msgid "Parts of the document will not be loaded correctly!" msgstr "Частину документа не вдалося завантажити!" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:992 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" "Частину документа не вдалося завантажити:\n" "Виявлено невідомий теґ XML із назвою " #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1275 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:190 msgid "Paste" msgstr "Вставити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "Paste\tCtrl+V" msgstr "Вставити\tCtrl+V" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:195 msgid "Paste from clipboard" msgstr "Вставити з буфера" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:490 msgid "Paste text from clipboard" msgstr "Вставити текст із буфера обміну даними" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "Perpendicular to" msgstr "Перпендикулярно" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1599 msgid "Phi" msgstr "Φ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Pi" msgstr "Π" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1487 msgid "Piechart..." msgstr "Кругова діаграма…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2594 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "Налаштуйте wxMaxima за допомогою пункту меню «Зміни → Налаштувати»." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1908 msgid "Please restart wxMaxima for changes to take effect!" msgstr "Для набуття змінами чинності wxMaxima слід перезавантажити!" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &2d..." msgstr "&Двовимірний графік…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:997 msgid "Plot &3d..." msgstr "&Тривимірний графік…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "Plot &Format..." msgstr "&Формат графіка…" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5813 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6856 msgid "Plot 2D" msgstr "Двовимірний графік" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1441 msgid "Plot 2D..." msgstr "Двовимірний графік…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1248 msgid "Plot 2d..." msgstr "Двовимірний графік…" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6869 msgid "Plot 3D" msgstr "Тривимірний графік" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1442 msgid "Plot 3D..." msgstr "Тривимірний графік…" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 msgid "Plot 3d..." msgstr "Тривимірний графік…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5826 msgid "Plot format" msgstr "Формат графіка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Plot in 2 dimensions" msgstr "Двовимірний графік" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Plot in 3 dimensions" msgstr "Тривимірний графік" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "Вивести графік до файла:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:31 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:37 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4703 msgid "Point:" msgstr "Точка:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:854 msgid "Polish" msgstr "польська" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 1:" msgstr "Поліном 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5528 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5544 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "Polynomial 2:" msgstr "Поліном 2:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:855 msgid "Portuguese (Brazilian)" msgstr "португальська (Бразилія)" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "файл Postscript (*.eps)|*.eps|усі файли|*" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5874 msgid "Precision" msgstr "Точність" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:508 msgid "Preferences...\tCtrl+," msgstr "Параметри…\tCtrl+," #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" "Натискання комбінацій клавіш Ctrl+Пробіл або Ctrl+Tab викликає функцію " "автоматичного доповнення команд, які вбудовано до обчислювального ядра " "Maxima та їхніх параметрів. Засіб автоматичного доповнення також може " "доповнювати команди із поточних завантажених пакунків та функцій, визначених " "у поточному файлі." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Previous Command\tAlt+Up" msgstr "Попередня команда\tAlt+↑" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:163 msgid "Print" msgstr "Надрукувати" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:168 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:451 msgid "Print document" msgstr "Надрукувати документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 #, fuzzy msgid "Print scale:" msgstr "Надрукувати документ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:815 msgid "Print the cell brackets [drawn to their left]" msgstr "Виводити дужки комірок [показуються ліворуч]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5752 msgid "Product" msgstr "Добуток" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Product sign" msgstr "Знак добутку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1601 msgid "Psi" msgstr "Ψ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:987 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "Raw XML monitor" msgstr "Монітор коду XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "Виконати обчислення у всіх комірках над коміркою, де перебуває курсор" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 #, fuzzy msgid "Re-evaluate all cells below the one the cursor is in" msgstr "Виконати обчислення у всіх комірках над коміркою, де перебуває курсор" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1492 msgid "Read Matrix..." msgstr "Прочитати матрицю…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:143 msgid "Reading Maxima output" msgstr "Читаємо результат обчислень Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:134 msgid "Ready for user input" msgstr "Готова до введення команди" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall next command from history" msgstr "Нагадати наступну команду з журналу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:613 msgid "Recall previous command from history" msgstr "Нагадати попередню команду з журналу" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:884 msgid "Recent files list length:" msgstr "Довжина списку нещодавніх файлів:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Rectform" msgstr "Алгебраїчна форма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Redo\tCtrl+Y" msgstr "Повторити\tCtrl+Y" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:463 msgid "Redo last change" msgstr "Повторити останню зміну" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Reduce (tr)" msgstr "Привести (триг)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:866 msgid "Reduce trigonometric expression" msgstr "Привести тригонометричний вираз" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:721 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7428 msgid "Refusing to send cell to maxima: " msgstr "Відмовлено у надсиланні комірки до maxima: " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Remove All Output" msgstr "Вилучити всі результати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5272 #, fuzzy msgid "Remove an element from a list" msgstr "Створити список на основі виразу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:579 msgid "Remove output from input cells" msgstr "Вилучити всі виведені дані з комірок для введення даних" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "Замінити всі" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4298 #, c-format msgid "Replaced %d occurrences." msgstr "Замінено %d відповідників." #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "Заміна:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1053 msgid "Report bug" msgstr "Повідомити про ваду" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:640 msgid "Restart Maxima" msgstr "Перезапустити Maxima" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:214 msgid "Restart maxima" msgstr "Перезапустити maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1208 #, fuzzy msgid "Restict Maximum size" msgstr "Перезапустити Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #, fuzzy msgid "Restrict Maximum size" msgstr "Перезапустити Maxima" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5097 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5124 msgid "Result" msgstr "Результат" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5108 msgid "Return the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5084 msgid "Return the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:235 msgid "Return to the cell that is currently being evaluated" msgstr "Повернутися до комірки, у якій виконуються обчислення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:981 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the list without its first n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the list without its last n elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 #, fuzzy msgid "Reverse" msgstr "Ніколи" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Rho" msgstr "Ρ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1682 msgid "Right arrow" msgstr "Стрілка праворуч" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "Right side to the \"=\"" msgstr "Права частина рівності до «=»" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "Risch Integration..." msgstr "Інтегрування за Рішем…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "Roots of &Polynomial" msgstr "Корені &полінома" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Roots of Polynomial (bfloat)" msgstr "Корені полінома (підв. точн.)" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4835 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "Rows:" msgstr "Рядків:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5006 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:939 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:856 msgid "Russian" msgstr "російська" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:78 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:776 #, fuzzy msgid "SVG graphics" msgstr " (графіка) " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 1:" msgstr "Вибірка 1:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6343 msgid "Sample 2:" msgstr "Вибірка 2:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6327 msgid "Sample:" msgstr "Вибірка:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1124 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:154 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7925 msgid "Save" msgstr "Зберегти" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1130 msgid "Save Animation..." msgstr "Зберегти анімацію…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3351 msgid "Save As" msgstr "Зберегти як" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "Save As...\tShift+Ctrl+S" msgstr "Зберегти як\tShift+Ctrl+S" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1127 msgid "Save Image..." msgstr "Зберегти зображення…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4134 msgid "Save Selection to Image" msgstr "Зберегти позначене як зображення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Save Selection to Image..." msgstr "Зберегти позначене як зображення…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6904 msgid "Save animation to file" msgstr "Зберегти анімацію до файла" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:159 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:440 msgid "Save document" msgstr "Зберегти документ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document as" msgstr "Зберегти документ як" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:357 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" "Зберігати у буфері скасовування лише вказану кількість записів дій. 0 " "означає «зберігати нескінченну кількість записів дій»." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:900 msgid "Save panes layout" msgstr "Зберігати компонування панелей" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:335 msgid "Save panes layout between sessions." msgstr "Запам’ятовувати розташування панелей." #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "Зберегти графік до файла" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:500 msgid "Save selection from document to an image file" msgstr "Зберегти позначене у документі до файла зображення" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6885 msgid "Save selection to file" msgstr "Зберегти позначене до файла" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2091 msgid "Save style to file" msgstr "Зберегти стиль до файла" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:897 msgid "Save wxMaxima window size/position" msgstr "Зберігати розташування і розмір вікна wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:304 msgid "Save wxMaxima window size/position between sessions." msgstr "Зберігати розташування і розмір вікна wxMaxima." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:201 msgid "Saving failed." msgstr "Спроба збереження зазнала невдачі." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:177 msgid "Saving successful." msgstr "Успішно збережено." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:167 msgid "Saving..." msgstr "Зберігаємо…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6250 msgid "Scatterplot" msgstr "Точкова діаграма" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1485 msgid "Scatterplot..." msgstr "Точкова діаграма…" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:252 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1742 msgid "Section" msgstr "Розділ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1092 msgid "Section cell" msgstr "Комірка розділу" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:570 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" "Здається, якісь проблеми зі шрифтом. Проблему може виправити встановлення " "шрифту з http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html і " "позначення пункту «Використовувати шрифти JSmath» у діалоговому вікні " "налаштовування." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:366 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" "Здається, якісь проблеми зі шрифтом для формул. Проблему може виправити " "встановлення шрифту з http://www.math.union.edu/~dpvc/jsmath/download/jsMath-" "fonts.html і позначення пункту «Використовувати шрифти JSmath» у діалоговому " "вікні налаштовування." #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:276 msgid "Select" msgstr "Вибрати" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1257 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1277 msgid "Select All" msgstr "Позначити все" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Select All\tCtrl+A" msgstr "Позначити все\tCtrl+A" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1300 msgid "Select Maxima program" msgstr "Виберіть адресу програми Maxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6436 msgid "Select Subsample" msgstr "Виберіть підвибірку" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "Виберіть сталу" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:201 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:497 msgid "Select all" msgstr "Позначити все" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4344 msgid "Select math display algorithm" msgstr "Виберіть спосіб показу математичних формул" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" "Якщо ви позначити частину виведених даних і клацнете на ній правою кнопкою " "миші, програма відкриє меню, за допомогою якого ви зможете отримати доступ " "до функцій з обробки позначеного фрагмента." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1099 msgid "Selection" msgstr "Позначення" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5686 msgid "Series" msgstr "Ряд" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1440 msgid "Series..." msgstr "Ряд…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1054 msgid "Server started" msgstr "Сервер запущено" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set Zoom" msgstr "Встановити масштаб" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1021 msgid "Set bigfloat &Precision..." msgstr "Встановити підвищену то&чність обчислень…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:351 msgid "Set fixed font in text controls." msgstr "Встановити шрифт сталої ширини для текстових міток." #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:29 msgid "Set maximum image size [in mm]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Set plot format" msgstr "Встановити формат графіка" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1005 #, fuzzy msgid "Set the frame rate for animations." msgstr "Почати або зупинити анімацію" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1022 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" "Встановити точність для чисел, які визначаються типом bigfloat. Такі числа " "можна вказати за допомогою такого коду: 1.5b12 або bfloat(1.234)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:551 msgid "Set zoom to 100%" msgstr "Встановити масштаб у 100%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 120%" msgstr "Встановити масштаб у 120%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 150%" msgstr "Встановити масштаб у 150%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 200%" msgstr "Встановити масштаб у 200%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 300%" msgstr "Встановити масштаб у 300%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:550 msgid "Set zoom to 80%" msgstr "Встановити масштаб у 80%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:720 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" "Встановити значення для розвя’зання ЗДР за допомогою перетворення Лапласа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:913 msgid "Setup modulus computation" msgstr "Встановити обчислення за модулем" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Definition..." msgstr "Показати ви&значення…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:647 msgid "Show &Functions" msgstr "Показати &функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Show &Tips..." msgstr "Показати п&ідказку…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show &Variables" msgstr "Показати з&мінні" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:322 msgid "Show Maxima help" msgstr "Показати довідку з Maxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Show Template\tCtrl+Shift+K" msgstr "Показати шаблон\tCtrl+Shift+K" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1045 msgid "Show a tip" msgstr "Показати підказку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6183 msgid "Show all commands similar to:" msgstr "Показати всі команди, подібні до:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6169 msgid "Show an example for the command:" msgstr "Показати приклад для команди:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1039 msgid "Show an example of usage" msgstr "Показати приклад використання" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1042 msgid "Show commands similar to" msgstr "Показати команди, подібні до" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:648 msgid "Show defined functions" msgstr "Показати визначені функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:653 msgid "Show defined variables" msgstr "Показати визначені змінні" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show definition of a function" msgstr "Показати визначення функції" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:537 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Show function template" msgstr "Показати шаблон функції" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:596 msgid "Show labels:" msgstr "Показати мітки:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:342 msgid "Show long expressions in wxMaxima document." msgstr "Показувати довгі вирази у документі wxMaxima." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:563 msgid "Show long expressions:" msgstr "Показувати довгі вирази:" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:283 #, fuzzy msgid "Show section numbers" msgstr "Показати &функції" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4366 msgid "Show the definition of function:" msgstr "Показати визначення функції:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1030 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1033 msgid "Show wxMaxima help" msgstr "Показати довідку з wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Sigma" msgstr "Σ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Simplify" msgstr "Спростити" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "Simplify &Radicals" msgstr "Спростити &радикали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Simplify (r)" msgstr "Спростити (рац)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Simplify (tr)" msgstr "Спростити (триг)" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1240 msgid "Simplify Expression" msgstr "Спростити вираз" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:852 msgid "Simplify an expression containing factorials" msgstr "Спростити вираз, що містить факторіали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify expression containing radicals" msgstr "Спростити вираз, що містить радикали" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:825 msgid "Simplify rational expression" msgstr "Спростити раціональний вираз" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "Спростити суму" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:863 msgid "Simplify trigonometric expression" msgstr "Спростити тригонометричний вираз" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" "Починаючи з версії wxMaxima 0.8.2, ви можете вставляти до ваших документів " "зображення. Щоб вставити зображення, скористайтеся пунктом меню «Комірка → " "Вставити зображення…». Зауважте, що якщо ви хочете, щоб зображення було " "збережено разом з вашим документом, під час збереження документа вам слід " "вибрати формат «XML-документ wxMaximaю." #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:28 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4589 msgid "Solution:" msgstr "Розв’язок:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4521 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6762 msgid "Solve" msgstr "Розв’язати" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve &Algebraic System..." msgstr "Розв’язати систему &алгебраїчних рівнянь…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Solve &Linear System..." msgstr "Розв’язати систему &лінійних рівнянь…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:702 msgid "Solve &ODE..." msgstr "Розв’язати &ЗДР…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "Solve (to_poly)..." msgstr "Розв’язати (to_poly)…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4559 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4690 msgid "Solve ODE" msgstr "Розв’язати ЗДР" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:716 msgid "Solve ODE with Lapla&ce..." msgstr "Розв’язати ЗДР за допомогою перетворення &Лапласа…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Solve ODE..." msgstr "Розв’язати ЗДР…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4638 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Solve algebraic system" msgstr "Розв’язати систему алгебраїчних рівнянь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:695 msgid "Solve algebraic system of equations" msgstr "Розв’язати систему алгебраїчних рівнянь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:713 msgid "Solve boundary value problem for second degree ODE" msgstr "Розв’язати крайову задачу для ЗДР другого порядку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:677 msgid "Solve equation(s)" msgstr "Розв’язати рівняння" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s) with to_poly_solve" msgstr "Розв’язати рівняння за допомогою to_poly_solve" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:707 msgid "Solve initial value problem for first degree ODE" msgstr "Розв’язати задачу Коші для ЗДР першого порядку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:710 msgid "Solve initial value problem for second degree ODE" msgstr "Розв’язати задачу Коші для ЗДР другого порядку" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4663 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4675 msgid "Solve linear system" msgstr "Розв’язати систему лінійних рівнянь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:692 msgid "Solve linear system of equations" msgstr "Розв’язати систему лінійних рівнянь" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:703 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "Розв’язати звичайне диференціальне рівняння не вище другого порядку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:717 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" "Розв’язати звичайне диференціальне рівняння за допомогою перетворення Лапласа" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Solve..." msgstr "Розв’язати…" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:318 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" "У деяких програма для перегляду PDF передбачено можливість показу анімованих " "зображень, а wxMaxima здатна створювати такі зображення. Втім, якщо " "позначено цей пункт, для збирання відповідного файла можуть знадобитися " "додаткові пакунки LaTeX." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4946 msgid "Something like f(x_1,x_2)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:984 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5039 #, fuzzy msgid "Sort a list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5007 #, fuzzy msgid "Source list:" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Spanish" msgstr "іспанська" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "Додатково" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1079 msgid "Special constants" msgstr "Додаткові сталі" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1131 msgid "Start Animation" msgstr "Почати анімацію" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1004 msgid "Start a new maxima for each re-evaluation" msgstr "Запускати новий екземпляр maxima для кожного повторного обчислення" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:289 msgid "Start or Stop animation" msgstr "Почати або зупинити анімацію" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:291 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" "Розпочати або зупинити поточну позначену анімацію, яку було створено за " "допомогою класу команд with_slider" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:359 msgid "Start searching while the phrase to search for is still being typed." msgstr "Починати пошук, коли критерій пошуку ще продовжують вводити." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:322 msgid "Starting Maxima process failed" msgstr "Спроба запустити процес Maxima завершилася невдало" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1108 msgid "Starting Maxima..." msgstr "Запускаємо Maxima…" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:320 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1050 msgid "Starting server failed" msgstr "Не вдалося запустити сервер" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1031 #, c-format msgid "Starting server on port %d" msgstr "Запуск сервера на порту %d" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:228 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Statistics" msgstr "Статистика" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:521 msgid "Statistics\tAlt+Shift+S" msgstr "Статистика\tAlt+Shift+S" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Strings" msgstr "Рядки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:224 msgid "Style" msgstr "Стиль" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1051 msgid "Styles" msgstr "Стилі" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1497 msgid "Subsample..." msgstr "Підвибірка…" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:253 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Subsection" msgstr "Підрозділ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1091 msgid "Subsection cell" msgstr "Комірка підрозділу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Subst..." msgstr "Підставити…" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4453 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6843 msgid "Substitute" msgstr "Підставити" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1243 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Substitute..." msgstr "Підставити…" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:254 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1741 msgid "Subsubsection" msgstr "Підпідрозділ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1090 msgid "Subsubsection cell" msgstr "Комірка підпідрозділу" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Sum" msgstr "Сума" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Sum sign" msgstr "Знак суми" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:524 msgid "Symbols\tAlt+Shift+Y" msgstr "Символи\tAlt+Shift+Y" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:348 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" "Символи, які буде введено або скопійовано сюди, з’являться на бічній панелі " "символів для спрощення їхнього введення до робочого аркуша." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5993 msgid "System info" msgstr "Відомості щодо системи" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Table of Contents" msgstr "Зміст" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:527 msgid "Table of Contents\tAlt+Shift+T" msgstr "Зміст\tAlt+Shift+T" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Tau" msgstr "Τ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Taylor series:" msgstr "Ряд Тейлора:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:773 msgid "TeX, interpreted by MathJaX" msgstr "TeX, у інтерпретації MathJaX" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5453 msgid "Tellrat" msgstr "Tellrat" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:250 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Text" msgstr "Текст" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:577 msgid "Text Only" msgstr "Лише текст" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1089 msgid "Text cell" msgstr "Текстова комірка" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1094 msgid "Text cell background" msgstr "Тло текстової комірки" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" "У текстових комірках можуть міститися цитати, які слід позначати, починаючи " "рядок з « > ». Кількість пробілів перед «>» визначає рівень відступу, так " "само як у списках із позначками." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1100 msgid "Text equal to selection" msgstr "Текст, що збігається із позначеним" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" "За допомогою функції «at» можна вставити одне рівняння в інше:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2345 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" "Здається, файл .xml не є коректним файлом xml або не є файлом content.xml, " "який видобуто з архіву zip .wxmx" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:303 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "Адреса, з якої слід отримати MathJaX.js під час експортування до HTML." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:226 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:244 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:314 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" "Типова висота вбудованих креслень. Їх можна прочитати або перевизначити за " "допомогою змінної maxima wxplot_size." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:355 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "Типовий порт для обміну даними між Maxima та wxMaxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:312 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" "Типова ширина вбудованих креслень. Їх можна прочитати або перевизначити за " "допомогою змінної maxima wxplot_size" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:350 msgid "The document class LaTeX is instructed to use for our documents." msgstr "Клас документів LaTeX, який слід використовувати для наших документів." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:241 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4944 msgid "The function call whose arguments to extract" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:724 msgid "The half of the equation that is to the left of the \"=\"" msgstr "Частина рівняння ліворуч від символу «=»" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:727 msgid "The half of the equation that is to the right of the \"=\"" msgstr "Частина рівняння праворуч від символу «=»" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:139 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:386 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:87 #, fuzzy msgid "The inverse laplace transform." msgstr "Обернене п&еретворення Лапласа…" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "Натискання комбінації клавіш Shift+Пробіл вводить нерозривний пробіл." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:362 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" "Ширина літери «X» дорівнює 0. Проблему може виправити встановлення шрифту з " "http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html і " "позначення пункту «Використовувати шрифти JSmath» у діалоговому вікні " "налаштовування." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5194 msgid "" "The list with values can be generated by \"solve()\" or using \"Create list/" "As storage for actual variables\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" "Команда load() у версіях Maxima >5.38 може завантажувати файли .wxm як " "бібліотеки команд maxima." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MaxSizeChooser.cpp:54 msgid "The maximum size for this image. Values <= 0 mean: Unspecified." msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1068 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayed can be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:358 msgid "The number of recently opened files that is to be remembered." msgstr "Кількість останніх відкритих файлів, дані яких слід пам’ятати." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4985 msgid "" "The number of the item which is stepped from \"Index Start\" to \"Index End" "\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1036 msgid "The offline manual of maxima" msgstr "Автономний підручник з maxima" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:667 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:710 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:337 #, fuzzy msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" "Термінал pngCairo забезпечує набагато кращу якість графіки (згладжування і " "додаткові стилі ліній). Втім, за його допомогою можна отримувати креслення, " "лише якщо це передбачено у версії gnuplot, встановленій у поточній системі." #: /home/gunter/src/wxmaxima/src/TextCell.cpp:116 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:113 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" "Команда rhs() («right hand side» або «права частина») надає змогу отримати " "результат обробки рівняння у форматі, у якому б його було представлено " "функцією:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4983 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5011 msgid "" "The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:238 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:197 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5013 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5250 msgid "The variable the value of the current source item is stored in." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8353 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug report " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" "У інтернеті можна знайти багато сторінок, присвячених Maxima та wxMaxima. " "Відвідайте сторінку http://andrejv.github.com/wxmaxima/help.html, щоб " "дізнатися більше і пошукати підручники щодо користування wxMaxima та Maxima." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:505 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" "Помилка в створеному коді XML!\n" "\n" "Будь ласка, повідомте про цю ваду розробника." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Theta" msgstr "Θ" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:216 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5147 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "Число точок:" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6817 msgid "Times:" msgstr "Порядок:" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:251 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Title" msgstr "Заголовок" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1093 msgid "Title cell" msgstr "Комірка заголовка" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" "Вміст комірок заголовка, розділу та підрозділу можна згортати. Щоб згорнути " "або розгорнути вміст комірки, клацніть лівою кнопкою миші на квадратику " "поряд з коміркою. Якщо ви під час клацання утримуватимете натиснутою клавішу " "Shift, буде згорнуто або розгорнуто вміст всіх підлеглих щодо основної " "комірки комірок." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "To &Bigfloat" msgstr "У число &підвищеної точності з рухомою крапкою" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "To &Float" msgstr "У число з &рухомою крапкою" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "To Float" msgstr "У число з рухомою крапкою" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "У &число\tCtrl+Shift+N" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" "Щоб побудувати графік у полярних координатах, позначте у діалоговому вікні " "«Двовимірний графік» пункт «set polar» у параметрах графіка. Для поверхонь у " "просторі можна вибирати сферичні або циліндричні координати." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" "Щоб взяти вираз у дужки, позначте його і введіть «(» або «)», залежно від " "того, де має бути розташовано курсор після взяття виразу у дужки." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" "Наказати wxMaxima зберігати розміри і розташування вікна можна за допомогою " "діалогового вікна «Зміни → Налаштувати»." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" "Після запуску wxMaxima ви можете одразу почати вводити команду. У відповідь " "програма покаже комірку для введення команди. Натисніть комбінацію клавіш " "Shift-Enter, щоб наказати програмі виконати команду." #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4893 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5750 msgid "To:" msgstr "До:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Toggle &Algebraic Flag" msgstr "Пере&мкнути прапорець algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1010 msgid "Toggle &Numeric Output" msgstr "Пере&мкнути числове виведення" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:660 msgid "Toggle &Time Display" msgstr "Перемкнути показ витраченого &часу" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:908 msgid "Toggle algebraic flag" msgstr "Перемкнути прапорець algebraic" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 #, fuzzy msgid "Toggle animation autoplay" msgstr "Зберегти анімацію до файла" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Toggle full screen editing" msgstr "Увімкнути або вимкнути режим повноекранного редагування" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "Toggle numeric output" msgstr "Увімкнути або вимкнути числове виведення" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:315 msgid "Toggle the visibility of code cells" msgstr "Увімкнути або вимкнути видимість комірок з кодом" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6001 msgid "Toolbar icons" msgstr "Піктограми панелі інструментів" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6002 msgid "Translated by" msgstr "Переклад" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Transpose a matrix" msgstr "Транспонувати матрицю" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:339 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:858 msgid "Turkish" msgstr "турецька" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Tutorials" msgstr "Настанови" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6347 msgid "Two sample t-test" msgstr "Двовибіркова t-перевірка" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8223 #, fuzzy msgid "Type" msgstr "Тип:" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4620 #, fuzzy msgid "Type in text" msgstr "Копіювати як звичайний текст" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "Тип:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:781 msgid "URL MathJaX.js lies at:" msgstr "Адреса MathJaX.js:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:859 msgid "Ukrainian" msgstr "українська" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7266 msgid "Un-closed parenthesis" msgstr "Незакрита дужка" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7212 msgid "Un-closed parenthesis on encountering ; or $" msgstr "Незакрита дужка до символу ; або $" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7875 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" "Не вдалося визначити дані щодо версій з http://andrejv.github.io//wxmaxima/" "version.txt: " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1121 msgid "Underlined" msgstr "Підкреслення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:582 msgid "Underscore converts to subscripts:" msgstr "Символ підкреслювання означає нижній індекс:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:459 msgid "Undo\tCtrl+Z" msgstr "Вернути\tCtrl+Z" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:460 msgid "Undo last change" msgstr "Скасувати останню зміну" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:879 msgid "Undo limit (0 for none):" msgstr "Обмеження скасувань (0 — не обмежувати):" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Unfold All\tCtrl+Alt+]" msgstr "Розгорнути всі\tCtrl+Alt+]" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Unfold all folded sections" msgstr "Розгорнути всі згорнути розділи" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:272 msgid "Unhide" msgstr "Скасувати приховування" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Unhide Part" msgstr "Скасувати приховування частини" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1336 msgid "Unhide Section" msgstr "Скасувати приховування розділу" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1346 msgid "Unhide Subsection" msgstr "Скасувати приховування підрозділу" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1356 msgid "Unhide Subsubsection" msgstr "Скасувати приховування підпідрозділ" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1364 msgid "Unhide contents" msgstr "Скасувати приховування змісту" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5995 msgid "Unicode Support" msgstr "Підтримка Unicode" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7237 msgid "Unterminated comment." msgstr "Незавершений коментар." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7160 msgid "Unterminated string." msgstr "Незавершений рядок." #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "Вище" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7859 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7876 msgid "Upgrade" msgstr "Оновити" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6785 msgid "Upper bound:" msgstr "Верхня межа:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Upsilon" msgstr "Υ" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "Використати алгоритм Госпера" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:953 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 #, fuzzy msgid "Use a list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5230 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Use cairo to improve plot quality." msgstr "Скористатися cairo, щоб покращити якість креслення." #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:354 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "Використовувати центровану крапку і мінус, а не зірочку і дефіс" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:623 msgid "Use centered dot character for multiplication" msgstr "Використовувати крапку для позначення множення" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Use jsMath fonts" msgstr "Використовувати шрифти jsMath" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:951 #, fuzzy msgid "Use list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:945 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:306 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Will only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:322 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" "Використовувати символ частинної похідної для дробу, який відповідає diff(), " "під час експортування до LaTeX" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1132 #, fuzzy msgid "Use unicode Math Symbols, if available" msgstr "Визначені користувачем мітки, якщо доступні" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1086 msgid "User-defined labels" msgstr "Визначені користувачем мітки" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:600 msgid "User-defined labels if available" msgstr "Визначені користувачем мітки, якщо доступні" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 #, fuzzy msgid "Value" msgstr "Значення:" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:34 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4573 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4590 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4704 msgid "Value:" msgstr "Значення:" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5208 #, fuzzy msgid "Variable name" msgstr "Усі назви змінних" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4518 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5658 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6759 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6816 msgid "Variable(s):" msgstr "Змінні:" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4556 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4892 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5592 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6784 msgid "Variable:" msgstr "Змінна:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1076 msgid "Variables" msgstr "Змінні" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4621 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5714 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6380 msgid "Variables:" msgstr "Змінні:" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1471 msgid "Variance..." msgstr "Дисперсія…" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:562 msgid "View" msgstr "Перегляд" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:921 msgid "Warn if an inactive window is idle" msgstr "Попереджати, якщо неактивне вікно бездіяльне" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:993 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2428 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2592 msgid "Warning" msgstr "Попередження" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2865 msgid "Welcome to wxMaxima" msgstr "Ласкаво просимо до wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5245 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" "При застосуванні функції з одним аргументом з меню, типовим аргументом " "вважається «%». Якщо слід застосувати функцію до іншого параметра, слід " "позначити його у документі до використання пункту меню." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3353 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" "увесь документ (*.wxmx)|*.wxmx|введені команди, придатні до читання load() " "(maxima > 5.38) (*.wxm)|*.wxm" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "Worksheet" msgstr "Робочий аркуш" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:324 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" "Брати рівняння, експортовані за допомогою пункту «Копіювати як LaTeX», у " "позначення рівняння, \\[ на початку і \\] наприкінці" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7556 msgid "Wrapped search" msgstr "Циклічний пошук" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5998 msgid "Written by" msgstr "Автор" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "XML Inspector" msgstr "Аналізатор XML" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Xi" msgstr "Ξ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:569 msgid "Yes" msgstr "Так" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" "Результат останнього обчислення позначається «%». Результат будь-якого " "іншого попереднього обчислення позначається «%on», де n — порядковий номер " "обчислення." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" "Ви можете наказати програмі виконати обчислення одразу у всьому документі за " "допомогою пункту меню «Комірка → Обчислити усі комірки» або відповідного " "клавіатурного скорочення. Обчислення у комірках буде виконано відповідного " "порядку цих комірок у документі." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" "Ви можете отримати довідку щодо функції Maxima: позначте назву функції у " "документі або клацніть на назві функції і натисніть клавішу F1. wxMaxima " "виконає пошук у покажчику довідки щодо позначеного тексту або слова під " "курсором." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" "Ви можете наказати програмі приховати комірки результатів натисканням " "трикутничка у лівій частині комірки. У такий же спосіб можна приховувати " "текстові комірки." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" "За допомогою меню «Комірка» ви можете вставляти до документів wxMaxima " "комірки різних типів. Зауважте, що обчислення виконуватимуться лише для " "комірок введення даних, інші ж комірки використовуються для додавання " "коментарів або структурування ваших обчислень." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" "Позначити декілька комірок одразу можна або за допомогою вказівника миші: " "натисніть ліву кнопку миші і перетягніть вказівник між комірками або за " "дужку комірки ліворуч, — або за допомогою клавіатури: утримуйте натиснутою " "клавішу Shift і пересувайте горизонтальний курсор, — а потім виконайте дію " "над позначеним фрагментом. Позначення декількох комірок одразу може бути " "корисним, якщо вам потрібно вилучити декілька комірок або виконати " "обчислення у декількох комірках одразу." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7856 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" "Ви користуєтеся версією %s. Актуальною версією є %s.\n" "\n" "Натисніть кнопку «Гаразд», щоб відвідати сторінку wxMaxima у інтернеті." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7924 msgid "Your changes will be lost if you don't save them." msgstr "Внесені вами зміни буде втрачено, якщо ви не збережете їх." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7866 msgid "Your version of wxMaxima is up to date." msgstr "Ваша версія wxMaxima є актуальною." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Zeta" msgstr "Ζ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:544 msgid "Zoom &In\tCtrl++" msgstr "З&більшити\tCtrl++" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom Ou&t\tCtrl+-" msgstr "З&меншити\tCtrl+-" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:545 msgid "Zoom in 10%" msgstr "Збільшити на 10%" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom out 10%" msgstr "Зменшити на 10%" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 msgid "[ unsaved ]" msgstr "[ не збережено ]" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 msgid "[ unsaved* ]" msgstr "[ не збережено* ]" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 #, c-format msgid "[%i digits]" msgstr "[%i цифр]" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5067 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "_%d.gif\" alt=\"Анімована діаграма\" style=\"max-width:90%%;\" >\n" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5241 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "_%d.gif\" alt=\"Анімована діаграма\" style=\"max-width:90%%;\" >" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "alpha" msgstr "α" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "and" msgstr "і" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "антисиметрична" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 #, fuzzy msgid "apply function to each element" msgstr "Застосувати функцію до списку" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "beta" msgstr "β" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "двобічна" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1569 msgid "chi" msgstr "χ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "choose a lisp maxima was compiled with" msgstr "виберіть варіант lisp за допомогою якого було зібрано maxima" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "типовий" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "delta" msgstr "δ" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "діагональна" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5142 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "empty" msgstr "порожня множина" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "epsilon" msgstr "ε" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "equivalent" msgstr "еквівалентно" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "eta" msgstr "η" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "exists" msgstr "існує" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:344 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" "false=не створювати нижніх індексів\n" "true=автоматично перетворювати символи підкреслення на позначки нижніх " "індексів, якщо таким індексом може стати цифра або літера\n" "all=_ позначає нижній індекс." #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 #, fuzzy msgid "from a list" msgstr "Створити список" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 #, fuzzy msgid "from function arguments" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:919 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "gamma" msgstr "γ" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "загальна" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "greater than or equal" msgstr "більше або дорівнює" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1640 msgid "in" msgstr "належить" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "вбудований" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "intersection" msgstr "перетин" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "iota" msgstr "ι" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "kappa" msgstr "ϰ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "lambda" msgstr "λ" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "ліворуч" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "less or equal" msgstr "менше або дорівнює" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "логарифмічна шкала" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4855 msgid "matrix[i,j]:" msgstr "матриця[i,j]:" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:991 msgid "maxima's pwd is path to document" msgstr "pwd maxima є шляхом до документа" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "mu" msgstr "μ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "much greater than" msgstr "набагато більше" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "much less than" msgstr "набагато менше" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5081 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5105 #, fuzzy msgid "n" msgstr "належить" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "nand" msgstr "і-ні" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6068 msgid "no" msgstr "ні" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "nor" msgstr "або-ні" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "not" msgstr "не" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1669 msgid "not bytewise identical" msgstr "не ідентичне за бітами" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "not subset" msgstr "не є підмножиною" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "not subset or equal" msgstr "не є підмножиною або тією самою множиною" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 #, fuzzy msgid "nth" msgstr "не" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "nu" msgstr "ν" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1571 msgid "omega" msgstr "ω" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "omicron" msgstr "ο" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "or" msgstr "або" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:194 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "partial sign" msgstr "символ частинної похідної" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1568 msgid "phi" msgstr "φ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "pi" msgstr "π" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "plus or minus" msgstr "плюс чи мінус" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "proportional to" msgstr "пропорційне" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1570 msgid "psi" msgstr "ψ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "rho" msgstr "ρ" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "праворуч" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "sigma" msgstr "σ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4497 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6763 msgid "" "solve() will solve a list of equations only if for n independent equations " "there are n variables to solve to.\n" "If only one result variable is of interest the other result variables solve " "needs to do its work can be used to tell solve() which variables to " "eleminate in the solution for the interesting variable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1635 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "sqrt (потребує дужки для аргументу, щоб працювати як команда maxima)" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1660 msgid "subset" msgstr "підмножина" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1659 msgid "subset or equal" msgstr "підмножина або та сама множина" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "симетрична" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "tau" msgstr "τ" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:981 msgid "tell sbcl to use Mbytes of heap" msgstr "повідомити sbcl, що для буфера слід використовувати <число> мегабайтів" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:229 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "there is no" msgstr "немає" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "theta" msgstr "θ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1630 msgid "to the power of 2" msgstr "у квадраті" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1632 msgid "to the power of 3" msgstr "у кубі" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "union" msgstr "об'єднання" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7905 msgid "unsaved" msgstr "не збережено" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3345 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3801 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "untitled" msgstr "без назви" #: /home/gunter/src/wxmaxima/src/main.cpp:299 #, c-format msgid "untitled %d" msgstr "без назви %d" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "upsilon" msgstr "υ" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 #, fuzzy msgid "use as function arguments" msgstr "Назви функцій" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:284 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6080 msgid "wxMaxima" msgstr "wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7659 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7661 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7670 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7673 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:241 #, c-format msgid "wxMaxima %s " msgstr "wxMaxima %s" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "wxMaxima &Help\tCtrl+?" msgstr "Д&овідка з wxMaxima\tCtrl+?" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "wxMaxima &Help\tF1" msgstr "Д&овідка з wxMaxima\tF1" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" "wxMaxima можна змусити виконувати певні команди під час кожного запуску, " "якщо вказати ці команди у текстовому файлів із назвою wxmaxima.rc у " "домашньому каталозі користувача. Визначити адресу цього каталогу можна за " "допомогою команди maxima_userdir" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2201 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "wxMaxima не вдалося відкрити content.xml у архіві zip .wxmx " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2215 msgid "wxMaxima cannot read the xml contents of " msgstr "wxMaxima не вдалося прочитати вміст xml " #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:213 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "wxMaxima configuration" msgstr "Налаштування wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2589 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" "wxMaxima не вдалося знайти програму Maxima!\n" "\n" "Налаштуйте wxMaxima за допомогою пункту меню «Зміни → Налаштувати».\n" "Після цього запустіть Maxima за допомогою пункту меню «Maxima → " "Перезапустити Maxima»." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2798 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" "wxMaxima не вдалося знайти файли довідки.\n" "\n" "Перевірте, чи належним чином встановлено програму." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:310 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" "wxMaxima не вдалося запустити сервер.\n" "\n" "Перевірте, чи працездатна мережа у системі\n" "і спробуйте знову!" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" "У діалогових вікнах wxMaxima передбачено типові значення для вхідних " "параметрів, одним з яких є «%». Якщо ви позначите якийсь з фрагментів у " "вашому документі, замість «%» буде використано цей фрагмент." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3039 msgid "wxMaxima document" msgstr "Документ wxMaxima" #: /home/gunter/src/wxmaxima/src/main.cpp:329 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "документ wxMaxima (*.wxm, *.wxmx)|*.wxm;*.wxmx" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1723 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2034 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2045 msgid "wxMaxima encountered an error loading " msgstr "Під час спроби завантаження wxMaxima сталася помилка " #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6000 msgid "wxMaxima icon" msgstr "Піктограма wxMaxima" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5992 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" "wxMaxima — графічний інтерфейс до системи комп’ютерної алгебри MAXIMA на " "основі wxWidgets." #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6057 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" "wxMaxima — графічний інтерфейс до системи комп’ютерної алгебри Maxima на " "основі wxWidgets." #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" "У wxMaxima передбачено команду «table_form», за допомогою якої можна " "представляти списки у альтернативній формі. Один з прикладів:\n" "\n" "table_form([1,2,3,4,5]);" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:693 #, fuzzy msgid "wxMaxima startup file location: " msgstr "Почати анімацію" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:548 msgid "x" msgstr "x" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "xi" msgstr "χ" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2357 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" "xml, що міститься у файлі, вказує на те, що ці дані не є робочим аркушем " "wxMaxima. " #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "xor" msgstr "викл. або" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6066 msgid "yes" msgstr "так" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "zeta" msgstr "ζ" #~ msgid "Expected the icon files to be found at" #~ msgstr "Очікувалося, що файли піктограм можна знайти у" #~ msgid "Maxima has a question" #~ msgstr "У Maxima є питання" #~ msgid "Parsing output" #~ msgstr "Аналіз результату" #~ msgid "" #~ "Bug: Start or end of merging of subsequent editing actions was requested " #~ "two times in a row." #~ msgstr "" #~ "Вада: надіслано запит на початок і завершення об’єднання послідовних дій " #~ "з редагування два рази поспіль." #~ msgid "" #~ "Bug: Trying to merge individual cell adds to a region in the undo buffer " #~ "but there are other cells between them." #~ msgstr "" #~ "Вада: спроба об’єднати окремі комірки додає область у буфері скасування, " #~ "але між цими комірками є інші комірки." #~ msgid "Trying to undo an action without starting cell." #~ msgstr "Спроба скасування дії без визначення початкової комірки." #~ msgid "Trying to undo something but the undo action is empty." #~ msgstr "Намагаємося скасувати дію, але дія зі скасування є порожньою." #~ msgid "" #~ "wxMaxima could not find tip files.\n" #~ "\n" #~ "Please check your installation." #~ msgstr "" #~ "wxMaxima не вдалося знайти файли підказки.\n" #~ "\n" #~ "Перевірте, чи належним чином встановлено програму." #~ msgid "Symbols" #~ msgstr "Символи" #~ msgid "Tips not available, sorry!" #~ msgstr "Підказки недоступні, вибачте!" #~ msgid "Bug: Found a math end marker without any start marker." #~ msgstr "Вада: знайдено позначку завершення формули без позначки її початку." #~ msgid "Bug: Found a statusbar end marker without any matching start marker." #~ msgstr "" #~ "Вада: знайдено позначку завершення панелі стану без відповідної позначки " #~ "її початку." #~ msgid "Bug: Found the end of autocompletion symbols but no beginning" #~ msgstr "" #~ "Вада: знайдено завершальні символи автоматичного доповнення, але не " #~ "знайдено початкових." #~ msgid "" #~ "Don't compress the maxima input text and compress images individually: " #~ "This enables version control systems like git and svn to effectively spot " #~ "the differences." #~ msgstr "" #~ "Не стискати вхідний текст maxima і стискати зображення окремо: це " #~ "допомагає системам керування версіями, зокрема git та svn, ефективно " #~ "визначати відмінності між версіями." #~ msgid "Optimize wxmx files for version control" #~ msgstr "Оптимізувати файли wxmx для системи керування версіями" #~ msgid "Font issue: The Parenthesis sign is too small!" #~ msgstr "Проблема зі шрифтом: знак дужки є надто малим!" #~ msgid "" #~ "There was an error during GIF export!\n" #~ "\n" #~ "Make sure ImageMagick is installed and wxMaxima can find the convert " #~ "program." #~ msgstr "" #~ "Під час спроби експортувати дані у форматі GIF сталася помилка!\n" #~ "\n" #~ "Переконайтеся, що у системі встановлено ImageMagick і що wxMaxima може " #~ "знайти програму convert." #~ msgid "" #~ "If maxima ever finishes evaluating without wxMaxima realizing this menu " #~ "item can force wxMaxima to try to send commands to maxima again." #~ msgstr "" #~ "Якщо maxima завершує обчислення і wxMaxima цього не помічає, за допомогою " #~ "цього пункту меню ви можете змусити wxMaxima спробувати надіслати команди " #~ "до maxima знову." #~ msgid "Manually Trigger Evaluation" #~ msgstr "Ініціювати обчислення вручну" #, fuzzy #~ msgid "Maxima Error" #~ msgstr "Програма Maxima:" #, fuzzy #~ msgid "Maxima Question" #~ msgstr "Питання Maxima" #~ msgid " -X '--dynamic-space-size '" #~ msgstr " -X '--dynamic-space-size <ціле число>'" #~ msgid " << Expression too long to display! >>" #~ msgstr " << Занадто довгий вираз! >>" #, fuzzy #~ msgid "&New\tCtrl-N" #~ msgstr "&Створити\tCtrl+N" #~ msgid "Animation" #~ msgstr "Анімація" #~ msgid "Bug: Fraction without denominator" #~ msgstr "Вада: дріб без знаменника" #~ msgid "Bug: Fraction without enumerator" #~ msgstr "Вада: дріб без чисельника" #~ msgid "Copy As Image" #~ msgstr "Копіювати як зображення" #~ msgid "Copy LaTeX" #~ msgstr "Копіювати як LaTeX" #~ msgid "Custom symbols sidebar glyphs:" #~ msgstr "Гліфи бічної панелі нетипових символів:" #~ msgid "Default port:" #~ msgstr "Типовий порт:" #~ msgid "Document " #~ msgstr "Документ " #~ msgid "Error %d" #~ msgstr "Помилка %d" #~ msgid "Find..." #~ msgstr "Знайти…" #~ msgid "HTML/Text Cells: Export all linebreaks" #~ msgstr "Комірки HTML/тексту: Експортувати усі розриви рядків" #~ msgid "Height:" #~ msgstr "Висота:" #~ msgid "" #~ "If a command begins with a label followed by a : wxMaxima will show this " #~ "label instead of the %o style label maxima has automatically assigned to " #~ "the same output cell." #~ msgstr "" #~ "Якщо команда починається із мітки з наступним символом «:», wxMaxima " #~ "покаже цю мітку а не мітку Maxima типу «%o», яку програма автоматично " #~ "призначає для комірки виведення даних." #~ msgid "Include input cells in the export of a worksheet" #~ msgstr "" #~ "Включити комірки із введенням команд до експортованого робочого аркуша" #~ msgid "My" #~ msgstr "Μ" #~ msgid "" #~ "Normally we export the whole worksheet to TeX or HTML. But sometimes the " #~ "maxima input does scare the user. This option turns off exporting of " #~ "maxima's input." #~ msgstr "" #~ "Зазвичай, до TeX або HTML експортуються усі дані робочого аркуша. Втім, " #~ "іноді, команди maxima є зайвими. За допомогою цього пункту ви можете " #~ "вимкнути експортування команд maxima." #~ msgid "Ny" #~ msgstr "Ν" #~ msgid "Omnikron" #~ msgstr "Ο" #~ msgid "Output from Maxima to stderr (there should be none):\n" #~ msgstr "Виводити дані з Maxima до stderr (таких даних не повинно бути):\n" #~ msgid "Output from Maxima to stdout (there should be none):\n" #~ msgstr "Виводити дані з Maxima до stdout (таких даних не повинно бути):\n" #~ msgid "Panes" #~ msgstr "Панелі" #, fuzzy #~ msgid "Re-evaluate All until here\tCtrl+Shift+H" #~ msgstr "Обчислити усі комірки\tCtrl+Shift+R" #~ msgid "Redo\tCtrl+Shift+Z" #~ msgstr "Повторити\tCtrl+Shift+Z" #~ msgid "Save changes before closing?" #~ msgstr "Зберегти зміни перед закриттям?" #~ msgid "Save changes?" #~ msgstr "Зберегти зміни?" #~ msgid "Set &Precision..." #~ msgstr "Встановити &точність…" #~ msgid "Show user-defined labels instead of (%oxx)" #~ msgstr "Показувати визначені користувачем мітки замість (%oxx)" #~ msgid "Start animation" #~ msgstr "Почати анімацію" #~ msgid "Stop animation" #~ msgstr "Припинити анімацію" #~ msgid "Structure\tAlt+Shift+T" #~ msgstr "Структура\tAlt+Shift+T" #, fuzzy #~ msgid "Text & Code" #~ msgstr "Ділити комірку" #~ msgid "" #~ "The \"Copy as MathML\" feature allows to copy equations in a format MS " #~ "Word will automatically recognize as \"formula editor object\". Other " #~ "word processor's formula editors have an import functionality for the " #~ "MathML format, too." #~ msgstr "" #~ "За допомогою пункту «Копіювати як MathML» можна скопіювати рівняння у " #~ "форматі, який MS Word автоматично розпізнає як «об’єкт редактора формул». " #~ "У інших редакторах формул текстових процесорів також передбачено " #~ "можливість імпортування даних у форматі MathML." #~ msgid "Trying to set the cursor to a cell that isn't part of the worksheet" #~ msgstr "" #~ "Спроба встановлення курсора у комірку, яка не є частиною робочого аркуша" #~ msgid "Use MathJAX in HTML export" #~ msgstr "Використовувати для експорту до HTML MathJAX" #~ msgid "" #~ "Use MathJAX instead of images in HTML exports to display maxima output. " #~ "The advantage of MathJAX is that it allows to copy the displayed " #~ "equations as if they were text, to choose if they should be copied as TeX " #~ "or MathML instead and displays them in a scaleable format that is really " #~ "nice to look at. The disadvantage of MathJAX is that it will need " #~ "JavaScript and a little bit of time in order to typeset an equation." #~ msgstr "" #~ "Використовувати код MathJAX замість зображень формул у експортованих " #~ "даних HTML. Перевагою MathJAX є те, що за допомогою коду можна просто " #~ "копіювати показані формули як текст у форматі TeX або MathML і бачити " #~ "формули у красивому масштабованому форматі. Недоліком MathJAX є те, що " #~ "для обробки потрібен JavaScript, і те, що відтворення формули є " #~ "тривалішим, ніж показ готового зображення." #~ msgid "" #~ "While text cells in LaTeX are broken into lines by TeX the text displayed " #~ "on the screen is broken into lines manually. This option, if set tells " #~ "that lines in HTML output will be broken where they are broken in the " #~ "worksheet. If this option isn't set manual linebreaks can still be " #~ "introduced by introducing an empty line." #~ msgstr "" #~ "Хоча текстові комірки у LaTeX розбиваються на рядки самим TeX, текст, " #~ "показаний на екрані, розбивається на рядки вручну. Якщо буде позначено " #~ "цей пункт, рядки у коді HTML буде розбито там, де їх було розбито на " #~ "робочому аркуші. Якщо пункт не буде позначено, ви зможете вставляти " #~ "розриви рядків вручну, додаючи порожній рядок." #~ msgid "Width:" #~ msgstr "Ширина:" #~ msgid "Write matching parenthesis in text controls." #~ msgstr "Писати відповідні дужки в текстових елементах керування." #~ msgid "Ypsilon" #~ msgstr "Υ" #~ msgid "Zoom set to " #~ msgstr "Встановлено масштаб у " #~ msgid "bug:Invalid at tag" #~ msgstr "вада: некоректний теґ at" #~ msgid "bug:Invalid frac tag" #~ msgstr "вада: некоректний теґ frac" #~ msgid "bug:Invalid function tag" #~ msgstr "вада: некоректний теґ function" #~ msgid "bug:Invalid int tag" #~ msgstr "вада: некоректний теґ int" #~ msgid "bug:Invalid limit tag" #~ msgstr "вада: некоректний теґ limit" #~ msgid "bug:Invalid sub tag" #~ msgstr "вада: некоректний теґ sub" #~ msgid "bug:Invalid subsup tag" #~ msgstr "вада: некоректний теґ subsup" #~ msgid "bug:Invalid sum tag" #~ msgstr "вада: некоректний теґ sum" #~ msgid "bug:Invalid sup tag" #~ msgstr "вада: некоректний теґ sup" #, fuzzy #~ msgid "implies" #~ msgstr "Спростити" #~ msgid "lines hidden" #~ msgstr "приховано" #~ msgid "my" #~ msgstr "μ" #~ msgid "ny" #~ msgstr "ν" #~ msgid "omnikron" #~ msgstr "ο" #~ msgid "" #~ "wxMaxima xml document (*.wxmx)|*.wxmx|wxMaxima document (*.wxm)|*.wxm|" #~ "Maxima batch file (*.mac)|*.mac" #~ msgstr "" #~ "документ xml wxMaxima (*.wxmx)|*.wxmx|документ wxMaxima (*.wxm)|*.wxm|" #~ "пакетний файл Maxima (*.mac)|*.mac" #~ msgid "ypsilon" #~ msgstr "υ" wxmaxima-Version-18.02.0/locales/wxMaxima.pot000066400000000000000000005166651324204105000211130ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-11-18 18:43+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5563 #, c-format msgid "" "\n" "\n" "wxWidgets: %d.%d.%d\n" "Unicode support: %s" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5576 msgid "" "\n" "Lisp: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5572 msgid "" "\n" "Maxima version: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6744 msgid "" "\n" "Not connected to Maxima!\n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5574 msgid "" "\n" "Not connected." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:916 msgid " -l " msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:210 #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:215 msgid " (Graphics) " msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3589 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4004 #, c-format msgid " ... + %i hidden lines" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1053 msgid " << Expression longer than allowed by the configuration setting! >>" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:756 msgid "\"Copy LaTeX\" adds equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1639 msgid "\"implies\" symbol" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2704 #, c-format msgid "%i cells in evaluation queue" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:770 msgid "&Algebra" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:764 msgid "&Apply to List..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1037 msgid "&Apropos..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:447 msgid "&Batch File...\tCtrl+B" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:714 msgid "&Boundary Value Problem..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1048 msgid "&Bug Report" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:822 msgid "&Calculus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:873 msgid "&Canonical Form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:746 msgid "&Characteristic Polynomial..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:643 msgid "&Clear Memory" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:856 msgid "&Combine Factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:899 msgid "&Complex Simplification" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:819 msgid "&Continued Fraction" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:471 msgid "&Copy\tCtrl+C" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:37 msgid "&Definite integration" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:893 msgid "&Demoivre" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:749 msgid "&Determinant" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:782 msgid "&Differentiate..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:516 msgid "&Edit" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:699 msgid "&Eliminate Variable..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:741 msgid "&Enter Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1034 msgid "&Example..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:836 msgid "&Expand Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:870 msgid "&Expand Trigonometric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:896 msgid "&Exponentialize" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:449 msgid "&Export..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:831 msgid "&Factor Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:458 msgid "&File" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:682 msgid "&Find Root..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:735 msgid "&Generate Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:806 msgid "&Greatest Common Divisor..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1067 msgid "&Help" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:774 msgid "&Integrate..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:634 msgid "&Interrupt\tCtrl+." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:638 msgid "&Interrupt\tCtrl+G" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:743 msgid "&Invert Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:988 msgid "&List" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:445 msgid "&Load Package...\tCtrl+L" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:766 msgid "&Map to List(s)..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:674 msgid "&Maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1031 msgid "&Maxima help" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:914 msgid "&Modulus Computation..." msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:233 msgid "&New\tCtrl+N" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1020 msgid "&Numeric" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:46 msgid "&Numerical integration" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:40 msgid "&Nusum" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:234 msgid "&Open\tCtrl+O" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:432 msgid "&Open...\tCtrl+O" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1002 msgid "&Plot" msgstr "" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:48 msgid "&Power series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:452 msgid "&Print...\tCtrl+P" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:39 msgid "&Rational" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:867 msgid "&Reduce Trigonometric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "&Restart Maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:690 msgid "&Roots of Polynomial (Real)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:441 msgid "&Save\tCtrl+S" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:916 msgid "&Simplify" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:826 msgid "&Simplify Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:853 msgid "&Simplify Factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:864 msgid "&Simplify Trigonometric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:678 msgid "&Solve..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:36 msgid "&Special" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:48 msgid "&Taylor series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:759 msgid "&Transpose Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:876 msgid "&Trigonometric Simplification" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:84 msgid "&pm3d" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:782 msgid "(Use default language)" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:212 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:223 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:231 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:242 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:138 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:149 msgid "- Infinity" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:382 msgid "" "... [suppressed additional lines since the output is longer than allowed in " "the configuration] " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1625 msgid "1/2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:540 msgid "2D equations using ASCII Art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2707 #, c-format msgid "; %i commands left in the current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5647 msgid "
    Lisp: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6853 msgid "" "A \":lisp\" as the first command might fail to send a \"finished\" signal." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:70 msgid "" "A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a " "horizontal line between cells. It indicates where a new cell will appear if " "you type or paste text or execute a menu command." msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2135 msgid "A GroupCell that bundles input with its output" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:177 msgid "" "A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \"," "\".\n" "Most probable cause: A missing comma between two list items." msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:51 msgid "A function f(a,b), named" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:55 msgid "" "A new document format has been introduced in wxMaxima 0.8.2 that saves not " "only your input and text commentaries, but also the outputs of your " "calculations. When saving your document, select 'wxMaxima XML document' " "format." msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2130 msgid "A page break" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:124 msgid "" "A plot to be embedded into the work sheet by preceding its name with a \"wx" "\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4475 msgid "A section heading" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.h:392 msgid "A space between GroupCells" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4481 msgid "A sub-subsection heading" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4478 msgid "A subsection heading" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1716 msgid "A symbol from the configuration dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:135 msgid "" "A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of " "results." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:721 msgid "A&t Value..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:944 msgid "Abort evaluation on error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5649 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1059 msgid "About" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1060 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1063 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1064 msgid "About wxMaxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1038 msgid "Active cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:757 msgid "Ad&joint Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:911 msgid "Add Algebraic E&quality..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:646 msgid "Add a directory to search path" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "" "Add a new item to the beginning of the list. Useful for creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4808 msgid "Add an element to a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3990 msgid "Add dir to path:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:912 msgid "Add equality to the rational simplifier" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:759 msgid "Add the .wxmx file to the HTML export" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:645 msgid "Add to &Path..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:964 msgid "Additional clipboard formats to put on the clipboard on ordinary copy:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:238 msgid "" "Additional commands to be added to the preamble of LaTeX output for pdftex." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:718 msgid "Additional lines for the TeX preamble:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:234 msgid "Additional parameters for Maxima (e.g. -l clisp)." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:910 msgid "Additional parameters for maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:814 msgid "Additional symbols for the \"symbols\" sidebar:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:186 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:233 msgid "" "After clicking on animations created with with_slider_draw() or similar this " "slider allows to change the current frame." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "All but the 1st element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3390 msgid "" "All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*." "out;*.xml|wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|Maxima session (*." "mac)|*.mac|Xmaxima session (*.out)|*.out|xml from broken .wxmx (*.xml)|*.xml" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:519 msgid "All variable names" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1247 msgid "All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1575 msgid "Alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:156 msgid "An integration constant." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1000 msgid "Animation framerate..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:857 msgid "Antialias lines." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:975 msgid "Append" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:969 msgid "Append a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4826 msgid "Append a list to a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:970 msgid "Append a list to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:966 msgid "Append an element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:967 msgid "Append an element to an existing list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4511 msgid "Apply" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4701 msgid "Apply a function to each list element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:765 msgid "Apply function to a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5687 msgid "Apropos" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4432 msgid "Array:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5505 msgid "Artwork by" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:860 msgid "Ask to save untitled documents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4306 msgid "At value" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:564 msgid "Auto-indent new lines" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:531 #, c-format msgid "Automatic labels (%i1, %o1,...)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1184 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1297 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:624 msgid "Automatically answer questions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:297 msgid "" "Automatically change maxima's working directory to the one the current " "document is in: This is necessary if the document uses File I/O relative to " "the current directory but will make maxima 5.35 fail to find its own " "installation path when the current document resides on a different drive " "than the maxima installation." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1185 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1298 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:625 msgid "Automatically fill in answers known from the last run" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:272 msgid "" "Automatically insert matching parenthesis in text controls. Automatic " "highlighting of matching parenthesis can be suppressed by setting the " "respective color to match the background of ordinary text." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:820 msgid "Autosave interval (minutes, 0 means: off):" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:505 msgid "Autowrap long lines:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4207 msgid "BC2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1482 msgid "Barsplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1242 msgid "Bat files (*.bat)|*.bat|All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3542 msgid "Batch File" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:106 msgid "" "Besides the global undo functionality that is active when the cursor is " "between cells, wxMaxima has a per-cell undo function that is active if the " "cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been " "used for a fine-pitch undo that doesn't affect latter changes made in other " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1576 msgid "Beta" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:967 msgid "Bitmap" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:740 msgid "Bitmap scale for export:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:728 msgid "Bitmaps" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1068 msgid "Bold" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2854 msgid "Both horizontal and vertical cursor active at the same time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1484 msgid "Boxplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:113 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:115 msgid "Browse" msgstr "" #: /home/gunter/src/wxmaxima/src/Autocomplete.cpp:168 msgid "Bug: Autocompletion requested for unknown type of item." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2387 msgid "Bug: Cell left but not entered." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6456 msgid "Bug: Cell with negative y position!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2665 msgid "Bug: Got a question but no cell to answer it in" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6627 msgid "" "Bug: Got a request to change the contents of the cell above the beginning of " "the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6702 msgid "" "Bug: Got a request to delete the cell above the beginning of the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6670 msgid "" "Bug: Got a request to first change the contents of a cell and to then " "undelete it." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:215 msgid "Bug: Math Cell that claims to have no group Cell it belongs to" msgstr "" #: /home/gunter/src/wxmaxima/src/Configuration.h:437 msgid "Bug: Maximum number of digits that is to be displayed is too low!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:138 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:176 #: /home/gunter/src/wxmaxima/src/MathParser.cpp:257 msgid "Bug: Missing contents" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1196 #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:1371 msgid "Bug: No image counter to write to!" msgstr "" #: /home/gunter/src/wxmaxima/src/AbsCell.cpp:196 msgid "Bug: No last cell in an absCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConjugateCell.cpp:196 msgid "Bug: No last cell in an conjugateCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:449 msgid "Bug: No last cell in an denominator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:267 msgid "Bug: No last cell in an exponent of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/FracCell.cpp:437 msgid "Bug: No last cell in an numerator!" msgstr "" #: /home/gunter/src/wxmaxima/src/ExptCell.cpp:257 msgid "Bug: No last cell in the base of an exptCell!" msgstr "" #: /home/gunter/src/wxmaxima/src/ParenCell.cpp:458 msgid "Bug: No last cell inside a parenthesis!" msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:350 msgid "Bug: No last cell inside a square root!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2431 msgid "" "Bug: Start or end of merging of subsequent editing actions was requested two " "times in a row." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2397 msgid "Bug: Text changed, but no active cell." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3062 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2180 msgid "Bug: The clipboard is already opened" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:3139 msgid "Bug: The clipboard isn't open on pasting into an editor cell" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:438 msgid "Bug: Trying to append NULL to a group cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:703 msgid "Bug: Trying to append maxima's output to a cell outside the worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2322 msgid "" "Bug: Trying to merge individual cell adds to a region in the undo buffer but " "there are other cells between them." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7306 msgid "" "Bug: Trying to move the horizontally-drawn cursor to a place inside a " "GroupCell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:2399 msgid "Bug: Trying to record a cell contents change without a cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1799 msgid "Bug: Trying to select inside a cell without having a current cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6671 msgid "Bug: Undo action with both cell contents change and cell addition." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6632 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6707 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6742 msgid "Bug: Undo request for cell outside worksheet." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4487 msgid "Bug: Unknown type of text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1046 msgid "Build &Info" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:37 msgid "" "By default, Shift-Enter is used to evaluate commands, while Enter is used " "for multiline input. This behaviour can be changed in 'Edit->Configure' " "dialog by checking 'Enter evaluates cells'. This switches the roles of these " "two key commands." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:779 msgid "C&hange Variable..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:513 msgid "C&onfigure" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:798 msgid "Calculate &Product..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:796 msgid "Calculate Su&m..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1012 msgid "Calculate bigfloat value of the last result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1009 msgid "Calculate float value of the last result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4978 msgid "Calculate modulus:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1015 msgid "Calculate numeric value of the last result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:799 msgid "Calculate products" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:797 msgid "Calculate sums" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7240 msgid "Can not connect to the web server." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7295 msgid "Can not download version info." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:36 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:52 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:54 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:59 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:67 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:75 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:195 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:197 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:92 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:551 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:553 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:648 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:650 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:94 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:96 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:44 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7337 msgid "Cancel" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:994 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:118 msgid "Cannot start the maxima binary" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1427 msgid "Canonical (tr)" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:783 msgid "Catalan" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:627 msgid "Ce&ll" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1037 msgid "Cell bracket" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6539 msgid "Cell ends in a backslash" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:665 msgid "Change &2d Display" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:666 msgid "Change the 2d display algorithm used to display math output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5005 msgid "Change variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:780 msgid "Change variable in integral or sum" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4419 msgid "Char poly" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1051 msgid "Check for Updates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1052 msgid "Check if a newer version of wxMaxima/Maxima exist." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1596 msgid "Chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:784 msgid "Chinese Simplified" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:785 msgid "Chinese traditional" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1010 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1012 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1061 msgid "Choose font" msgstr "" #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:30 msgid "Choose new plot format:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5732 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5748 msgid "Classes:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:438 msgid "Close\tCtrl+W" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:439 msgid "Close window" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1045 msgid "Code highlighting: Comments" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1049 msgid "Code highlighting: End of line" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1044 msgid "Code highlighting: Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1046 msgid "Code highlighting: Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1048 msgid "Code highlighting: Operators" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1047 msgid "Code highlighting: Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1043 msgid "Code highlighting: Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5880 msgid "Col. names:" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:176 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4432 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4452 msgid "Columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:857 msgid "Combine factorials in an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6577 msgid "Comma directly followed by a closing parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:667 msgid "Comma separated x coordinates" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:668 msgid "Comma separated y coordinates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4537 msgid "Comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4484 msgid "Comment (ordinary worksheet text that isn't fed to maxima)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1256 msgid "Comment Selection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:506 msgid "Comment out the currently selected text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:505 msgid "Comment selection\tCtrl+/" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:587 msgid "Complete Word\tCtrl+K" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:588 msgid "Complete word" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:143 msgid "Completely stop maxima and restart it" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:114 msgid "Complex infinity." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:820 msgid "Compute continued fraction of a value" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:758 msgid "Compute the adjoint matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:747 msgid "Compute the characteristic polynomial of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:750 msgid "Compute the determinant of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:807 msgid "Compute the greatest common divisor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:744 msgid "Compute the inverse of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:810 msgid "Compute the least common multiple (do load(functs) before using)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5932 msgid "Condition:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2020 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2029 msgid "Config file (*.ini)|*.ini" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1847 msgid "Configuration warning" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:116 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:511 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:514 msgid "Configure wxMaxima" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:214 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:233 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:140 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:113 msgid "Constant" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:841 msgid "Contract Logarithms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:848 msgid "Convert binomials, beta and gamma function to factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:851 msgid "Convert binomials, factorials and beta function to gamma function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:885 msgid "Convert complex expression to polar form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:882 msgid "Convert complex expression to rect form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:894 msgid "" "Convert exponential function of imaginary argument to trigonometric form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:839 msgid "Convert logarithm of product to sum of logarithms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:842 msgid "Convert sum of logarithms to logarithm of product" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:847 msgid "Convert to &Factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:850 msgid "Convert to &Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:884 msgid "Convert to &Polarform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:881 msgid "Convert to &Rectform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:874 msgid "Convert trigonometric expression to canonical quasilinear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:897 msgid "Convert trigonometric functions to exponential form" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:167 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1116 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1132 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1192 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1250 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:123 msgid "Copy" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:583 msgid "Copy Previous Input\tCtrl+I" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:585 msgid "Copy Previous Output\tCtrl+U" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1138 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1198 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:482 msgid "Copy as Image" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1133 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1193 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:476 msgid "Copy as LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:479 msgid "Copy as MathML" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1136 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1195 msgid "Copy as MathML (e.g. to word processor)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1142 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1202 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:488 msgid "Copy as RTF" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1140 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1200 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:485 msgid "Copy as SVG" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:473 msgid "Copy as Text\tCtrl+Shift+C" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1134 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1194 msgid "Copy as plain text" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:125 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:472 msgid "Copy selection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:486 msgid "Copy selection from document as an SVG image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:483 msgid "Copy selection from document as an image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:489 msgid "" "Copy selection from document as rtf that a word processor might understand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:474 msgid "Copy selection from document as text" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:477 msgid "Copy selection from document in LaTeX format" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:480 msgid "" "Copy selection from document in a MathML format many word processors can " "display as 2d equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:935 msgid "Create a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4593 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4605 msgid "Create a list as a storage for the values of variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4553 msgid "Create a list from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4579 msgid "Create a list from another list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:922 msgid "Create a list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:584 msgid "Create a new cell with previous input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:586 msgid "Create a new cell with previous output" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:59 msgid "Create f(a,b) on-the-fly, contents:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:933 msgid "Create list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4536 msgid "Create list from comma-separated elements" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1039 msgid "Cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1249 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:120 msgid "Cut" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:468 msgid "Cut\tCtrl+X" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:122 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:469 msgid "Cut selection" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:786 msgid "Czech" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:787 msgid "Danish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5871 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5880 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5932 msgid "Data Matrix:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5901 msgid "Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5732 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5748 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5764 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5773 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5792 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5801 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5810 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5861 msgid "Data:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:947 msgid "Debug: watch maxima's stdout stream" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:817 msgid "Decompose rational function to partial fractions" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1016 msgid "Default" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:836 msgid "Default animation framerate:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1009 msgid "Default font:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:475 msgid "Default plot size for new maxima sessions:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:903 msgid "Default port for communication with wxMaxima:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:243 msgid "" "Define the default speed (in frames per second) animations are played back " "with." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:999 msgid "" "Defines if an animation is automatically started or only by clicking on it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4043 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4053 msgid "Delete" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:656 msgid "Delete F&unction..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1145 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1205 msgid "Delete Selection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:658 msgid "Delete V&ariable..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:657 msgid "Delete a function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:659 msgid "Delete a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:644 msgid "Delete all values from memory" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4053 msgid "Delete function(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4043 msgid "Delete variable(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1578 msgid "Delta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5021 msgid "Denom. deg:" msgstr "" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:46 msgid "Depth:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4190 msgid "Derivative:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1468 msgid "Deviation..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:813 msgid "Di&vide Polynomials..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1433 msgid "Diff..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6273 msgid "Differentiate" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:783 msgid "Differentiate expression" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1222 msgid "Differentiate..." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:80 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:39 msgid "Direction:" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:438 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:660 msgid "Discrete plot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:668 msgid "Display Te&X Form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3957 msgid "Display algorithm" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:543 msgid "Display equations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:669 msgid "Display last result in TeX form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:663 msgid "Display time used for evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5075 msgid "Divide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1258 msgid "Divide Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:621 msgid "Divide Cell\tCtrl+D" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:814 msgid "Divide numbers or polynomials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:622 msgid "Divide this input cell into two cells" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:200 msgid "Division by 0." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4770 msgid "Do for each lisp element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7332 #, c-format msgid "Do you want to save the changes you made in the document \"%s\"?" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1036 msgid "Document background" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2185 msgid "" "Document was saved using a newer version of wxMaxima so it may not load " "correctly. Please update your wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2178 msgid "" "Document was saved using a newer version of wxMaxima. Please update your " "wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:713 msgid "Documentclass for TeX export:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7337 msgid "Don't save" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:85 msgid "Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:731 msgid "E&quations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:456 msgid "E&xit\tCtrl+Q" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:754 msgid "Eige&nvectors" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:752 msgid "Eigen&values" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:94 msgid "" "Either negative or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:89 msgid "" "Either positive or zero.\n" "A possible result of sign()." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:84 msgid "" "Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 msgid "Element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4619 msgid "Element:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4224 msgid "Eliminate" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:700 msgid "Eliminate a variable from a system of equations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1680 msgid "End of proof" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:788 msgid "English" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5764 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5773 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5782 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5792 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5801 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5810 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5819 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5861 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5871 msgid "Enter Data" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1489 msgid "Enter Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:742 msgid "Enter a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4967 msgid "Enter an equation for rational simplification:" msgstr "" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:50 msgid "Enter comma separated list of variables." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:546 msgid "Enter evaluates cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4401 msgid "Enter matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5307 msgid "Enter new animation frame rate [Hz, integer]:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5380 msgid "Enter new precision for bigfloats:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:233 msgid "Enter the path to the Maxima executable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1579 msgid "Epsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5228 msgid "Epsilon:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4714 msgid "Equation" msgstr "" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:69 #, c-format msgid "Equation %d:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4102 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4118 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4287 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6222 msgid "Equation(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4156 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5002 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5881 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6238 msgid "Equation:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:142 msgid "" "Equations have several advantages over functions. For example they can be " "manipulated with factor(), expand() and similar functions. They can easily " "be introduced one into another. Also they are always printed out as 2D maths." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4220 msgid "Equations:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1255 #: /home/gunter/src/wxmaxima/src/Image.cpp:179 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1587 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1898 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1909 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2066 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2079 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2090 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2179 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2210 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2221 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2648 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6744 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7240 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7295 msgid "Error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3480 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3496 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3512 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4246 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4271 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4395 msgid "Error!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1581 msgid "Eta" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:259 msgid "Evaluate" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:906 msgid "Evaluate &Noun Forms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:573 msgid "Evaluate All Cells\tCtrl+Shift+R" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:571 msgid "Evaluate All Visible Cells\tCtrl+R" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1148 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:569 msgid "Evaluate Cell(s)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1241 msgid "Evaluate Cells Above" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:575 msgid "Evaluate Cells Above\tCtrl+Shift+P" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1150 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1242 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:577 msgid "Evaluate Cells Below" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1164 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1279 msgid "Evaluate Part\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1169 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1282 msgid "Evaluate Section\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1181 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1289 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1328 msgid "Evaluate Sub-Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1175 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1286 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1318 msgid "Evaluate Subsection\tShift+Ctrl+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:570 msgid "Evaluate active or selected cell(s)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:574 msgid "Evaluate all cells in the document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:907 msgid "Evaluate all noun forms in expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:572 msgid "Evaluate all visible cells in the document" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:155 msgid "Evaluate the file from its beginning to the cell above the cursor" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:153 msgid "Evaluate to point" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5673 msgid "Example" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1964 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2066 msgid "Example text" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:913 msgid "Examples:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:947 msgid "Execute a command for each element fo the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:457 msgid "Exit wxMaxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1424 msgid "Expand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1429 msgid "Expand (tr)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1218 msgid "Expand Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:838 msgid "Expand Logarithms" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:837 msgid "Expand an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:871 msgid "Expand trigonometric expression" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:96 msgid "Expected the icon files to be found at" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:165 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3429 msgid "Export" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:746 msgid "" "Export animations to TeX (Images only move if the PDF viewer supports this)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:450 msgid "Export document to a HTML or pdfLaTeX file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:725 msgid "Export equations to HTML as:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:206 msgid "Export failed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:192 msgid "Export successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3512 msgid "Exporting to HTML failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3480 msgid "Exporting to TeX failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3496 msgid "Exporting to maxima batch file failed!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:182 msgid "Exporting..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:32 msgid "Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:33 msgid "Expression(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:31 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:29 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4303 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5104 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5134 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5152 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5170 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5225 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5261 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6270 msgid "Expression:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:962 msgid "Extract Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:959 msgid "Extract a actual value for a variable" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4734 msgid "Extract a variable's value from a list of variable values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:964 msgid "Extract list Elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4653 msgid "Extract the last n elements from a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4669 msgid "Extract the nth element from a list. Slow for n>>0" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:960 msgid "Extract the value for one variable assigned in a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1423 msgid "Factor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:833 msgid "Factor Complex" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1217 msgid "Factor Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:832 msgid "Factor an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:834 msgid "Factor an expression in Gaussian numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:859 msgid "Factorials and &Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:308 msgid "Fatal error" msgstr "" #: /home/gunter/src/wxmaxima/src/GroupCell.cpp:2075 #, c-format msgid "Figure %d:" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:235 msgid "File" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1589 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1900 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2069 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2082 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2093 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2180 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2213 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2224 msgid "File could not be opened" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6403 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6452 msgid "File not found" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1874 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1952 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2163 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2252 msgid "File opened" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6403 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6452 msgid "File you tried to open does not exist." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:83 msgid "File:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:135 msgid "Find" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Find\tCtrl+F" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:784 msgid "Find &Limit..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:787 msgid "Find Minimum..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1214 msgid "Find Root..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:788 msgid "Find a (unconstrained) minimum of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:785 msgid "Find a limit of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:683 msgid "Find a root of an equation on an interval" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:685 msgid "Find all roots of a polynomial" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:688 msgid "Find all roots of a polynomial (bfloat)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3832 msgid "Find and Replace" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:137 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:496 msgid "Find and replace" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:753 msgid "Find eigenvalues of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:755 msgid "Find eigenvectors of a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5231 msgid "Find minimum" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:691 msgid "Find real roots of a polynomial" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4140 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6242 msgid "Find root" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:44 msgid "Find:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:789 msgid "Finnish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "First" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:863 #, c-format msgid "Fix reordered reference indices (of %i, %o) before saving" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:570 msgid "Fixed font in text controls" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:609 msgid "Fold All\tCtrl+Alt+[" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:610 msgid "Fold all sections" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:149 msgid "Follow" msgstr "" #: /home/gunter/src/wxmaxima/src/IntCell.cpp:301 msgid "" "Font issue: The char height is too small! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:228 msgid "" "Font issue: The sqrt() sign has the size 0! Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should be a workaround." msgstr "" #: /home/gunter/src/wxmaxima/src/SqrtCell.cpp:226 msgid "Font issue? The contents of a sqrt() has the size 0." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:283 msgid "Font used for display in document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:284 msgid "Font used for displaying math characters in document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:997 msgid "Fonts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:263 msgid "" "For each Text-, Sectioning or code cell wxMaxima can display a bracket " "showing the extend of the cell and allowing to fold it. This setting now " "tells if this bracket is to be printed, as well." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:61 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:60 msgid "Format:" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:73 #, c-format msgid "Frame %i of %i" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5307 msgid "Frame rate" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:790 msgid "French" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:50 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:538 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:33 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5261 msgid "From:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:560 msgid "Full Screen\tAlt+Enter" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3979 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4698 msgid "Function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4748 msgid "Function name" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1019 msgid "Function names" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4287 msgid "Function(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4156 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4364 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4473 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4508 msgid "Function:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:901 msgid "Functions for complex simplification" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:861 msgid "Functions for simplifying factorials and gamma function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:878 msgid "Functions for simplifying trigonometric expressions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5059 msgid "GCD" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6360 msgid "GIF image (*.gif)|*.gif" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:791 msgid "Galician" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1577 msgid "Gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:395 msgid "General Math" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:522 msgid "General Math\tAlt+Shift+M" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4435 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4455 msgid "Generate Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:738 msgid "Generate Matrix from Expression..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:736 msgid "Generate a matrix from a 2-dimensional array" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:739 msgid "Generate a matrix from a lambda expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:928 msgid "Generate a new list using a lists' elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:931 msgid "" "Generate a storage for variable values that can be introduced into equations " "at any time" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:925 msgid "Generate list elements using a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:792 msgid "German" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:890 msgid "Get &Imaginary Part" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:790 msgid "Get &Series..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:801 msgid "Get Laplace transformation of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:887 msgid "Get Real P&art" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:804 msgid "Get inverse Laplace transformation of an expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:791 msgid "Get the Taylor or power series of expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:891 msgid "Get the imaginary part of complex expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:888 msgid "Get the real part of complex expression" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6722 msgid "" "Got a request to undo an action that involves an delete which isn't possible " "at this moment." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:793 msgid "Greek" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:394 msgid "Greek Letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:525 msgid "Greek Letters\tAlt+Shift+G" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1021 msgid "Greek constants" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:52 msgid "Grid:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3431 msgid "" "HTML file (*.html)|*.html|maxima batch file (*.mac)|*.mac|pdfLaTeX file (*." "tex)|*.tex" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:197 msgid "Help" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:257 msgid "Hide" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:534 msgid "Hide All Toolbars\tAlt+Shift+-" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:194 msgid "Hide Code" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:533 msgid "Hide Code Cells\tAlt+Ctrl+H" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1307 msgid "Hide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1315 msgid "Hide Section" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1325 msgid "Hide Subsection" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1335 msgid "Hide Subsubsection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:534 msgid "Hide all panes" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1343 msgid "Hide contents" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:294 msgid "" "Hide the brackets that mark the extend of the worksheet cells at the " "worksheet's right side and that contain the \"hide\" button of the cell if " "the cells aren't active." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1028 msgid "Highlight (dpart)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5735 msgid "Histogram" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1480 msgid "Histogram..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:399 msgid "History" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:528 msgid "History\tAlt+Shift+I" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:73 msgid "" "Horizontal cursor works like a normal cursor, but it operates on cells: " "press up or down arrow to move it, holding down Shift while moving will " "select cells, pressing backspace or delete twice will delete a cell next to " "it." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:543 msgid "How to display new equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:794 msgid "Hungarian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4176 msgid "IC1" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4193 msgid "IC2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1672 msgid "Identical to" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:227 msgid "" "If multiple cells are evaluated in one go: Abort evaluation if wxMaxima " "detects that maxima has encountered any error." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:500 msgid "If not extremely long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:499 msgid "If not very long" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:249 msgid "" "If numbers are getting longer than this number of digits they will be " "displayed abbreviated by an ellipsis." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:133 msgid "" "If the \"Autosave\" functionality is enabled in the configuration dialogue " "wxMaxima acts like mobile apps that backup the file every few minutes and " "save it on closing." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:240 msgid "" "If the font provides big parenthesis symbols: Use them when big parenthesis " "are needed for maths display." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:242 msgid "" "If this number of minutes has elapsed after the last save of the file, the " "file has been given a name (by opening or saving it) and the keyboard has " "been inactive for > 10 seconds the file is saved. If this number is zero the " "file isn't saved automatically at all." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:261 msgid "" "If this option is set the .wxmx source of the current file is copied to a " "place a link to is put into the result of an export." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:692 msgid "" "If wxMaxima's guess where maxima expects the startup file is wrong the right " "directory for the startup file is the one maxima prints out in response to " "the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:649 msgid "" "If wxMaxima's guess where maxima expects the startup file to be is wrong the " "right directory for the startup file is the one maxima prints out in " "response to the command\n" "\n" " maxima-user_dir;\n" "\n" "The file won't be read by maxima if wxMaxima isn't in use. To add startup " "commands that are executed in this case, too, please add them to maxima-init." "mac, instead." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:49 msgid "" "If you type an operator (one of +*/^=,) as the first symbol in an input " "cell, % will be automatically inserted before the operator, as on a graphing " "calculator. You can disable this feature from the 'Edit->Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:85 msgid "" "If your calculation is taking too long to evaluate, you can try 'Maxima-" ">Interrupt' or 'Maxima->Restart Maxima' menu commands." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5194 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1739 msgid "Image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7038 msgid "Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:130 msgid "" "In order to visualize how a parameter affects an equation wxmaxima provides " "commands that start with \"with_slider_\" and that create animations. One " "example would be:\n" "\n" " with_slider_draw(\n" " a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n" " title=concat(\"a=\",i),\n" " grid=true,\n" " explicit(\n" " x^2-a*x,\n" " x,-10,10\n" " )\n" " );" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:154 msgid "" "In text cells Bullet lists can be created by beginning a line with \" * \". " "The number of spaces in front of the \"*\" determines the indentation level; " "Indentation can be continued in the next line by indenting the line using " "spaces." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:253 msgid "" "In the LaTeX output: Put exponents after an eventual subscript instead of " "above it. Might increase readability for some fonts and short subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5933 msgid "Include columns:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:865 msgid "Incremental Search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4550 msgid "Index End:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4550 msgid "Index Start:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4550 msgid "Index Step:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4549 msgid "Index variable:" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:105 msgid "Infinitesimal above zero." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:108 msgid "Infinitesimal below zero." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:211 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:221 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:230 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:240 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:137 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:147 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1641 msgid "Infinity" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1047 msgid "Info about Maxima build" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5227 msgid "Initial Estimates:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:708 msgid "Initial Value Problem (&1)..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:711 msgid "Initial Value Problem (&2)..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1024 msgid "Input labels" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:393 msgid "Insert" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:561 msgid "Insert % before an operator at the beginning of a cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:598 msgid "Insert &Section Cell\tCtrl+3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:594 msgid "Insert &Text Cell\tCtrl+1" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:531 msgid "Insert Cell\tAlt+Shift+C" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7036 msgid "Insert Image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:606 msgid "Insert Image..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:592 msgid "Insert Input &Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:604 msgid "Insert Page Break" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:600 msgid "Insert S&ubsection Cell\tCtrl+4" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:602 msgid "Insert S&ubsubsection Cell\tCtrl+5" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1237 msgid "Insert Section Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1238 msgid "Insert Subsection Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1239 msgid "Insert Subsubsection Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:596 msgid "Insert T&itle Cell\tCtrl+2" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1235 msgid "Insert Text Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1236 msgid "Insert Title Cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:593 msgid "Insert a new input cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:599 msgid "Insert a new section cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:601 msgid "Insert a new subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:603 msgid "Insert a new subsubsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:595 msgid "Insert a new text cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:597 msgid "Insert a new title cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:605 msgid "Insert a page break" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:607 msgid "Insert image" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:518 msgid "Integers and single letters" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1662 msgid "Integral sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5001 msgid "Integral/Sum:" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:67 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5121 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6257 msgid "Integrate" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5107 msgid "Integrate (risch)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:775 msgid "Integrate expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:777 msgid "Integrate expression with Risch algorithm" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1221 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1434 msgid "Integrate..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:543 msgid "Intelligently hide cell brackets" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:973 msgid "Interleae the values of two lists" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:972 msgid "Interleave" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4844 msgid "Interleave two lists" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:144 msgid "Interrupt" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:635 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:639 msgid "Interrupt current computation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:146 msgid "" "Interrupt current computation. To completely restart maxima press the button " "left to this one." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4717 msgid "Introduce a list of actual values into an equation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:941 msgid "Introduce the actual values for variables stored in the list" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1254 msgid "" "Invalid entry for Maxima program.\n" "\n" "Please enter the path to Maxima program again." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5155 msgid "Inverse Laplace" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:803 msgid "Inverse Laplace T&ransform..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1583 msgid "Iota" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:291 msgid "" "Issue a notification if maxima finishes calculating while the wxMaxima " "window isn't in focus." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:136 msgid "" "It is possible to add custom symbols to the \"symbols\" sidebar by copying " "them into the respective field in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:112 msgid "" "It is possible to define reusable Maxima libraries with wxMaxima that can be " "later loaded by using the load() function. All that has to be done is to " "export a file in the .mac or to save it in the .wxm format. Note, though, " "that a few special characters like the \"not equal\" symbol for \"#\" are " "handled by wxMaxima, not by maxima and therefore cannot be recognized on " "load()." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:34 msgid "" "It therefore makes sense to apply the known values for variables as late as " "possible." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:795 msgid "Italian" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1069 msgid "Italic" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "Item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4575 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4766 msgid "Iterator:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:796 msgid "Japanese" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:671 msgid "Jump to first error" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:672 msgid "Jump to the first cell maxima has reported an error in." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:798 msgid "Kabyle" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1584 msgid "Kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:558 #, c-format msgid "Keep percent sign with special symbols: %e, %i, etc." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4622 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5043 msgid "LCM" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:749 msgid "LaTeX: Place exponents after, instead above subscripts" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:753 msgid "LaTeX: Use the \"partial derivative\" symbol to represent diff()" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:523 msgid "Label width:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1585 msgid "Lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:276 msgid "Language used for wxMaxima GUI." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:779 msgid "Language:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5137 msgid "Laplace" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:800 msgid "Laplace &Transform..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Last" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Last n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1677 msgid "Leads to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:809 msgid "Least Common Multiple..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5884 msgid "Least Squares Fit" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1476 msgid "Least Squares Fit..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:725 msgid "Left side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Length" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:118 msgid "" "Libraries can be accessed by any wxMaxima process regardless of which " "directory it runs in, if they are placed in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:68 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5212 msgid "Limit" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1435 msgid "Limit..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1475 msgid "Linear Regression..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4666 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4698 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4730 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4748 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4786 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4804 msgid "List" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:36 msgid "List name:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4714 msgid "List with values" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4473 msgid "List(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4840 msgid "List1" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4822 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4840 msgid "List2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4508 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4619 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4766 msgid "List:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1072 msgid "Load" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3531 msgid "Load Package" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:448 msgid "Load a Maxima file using the batch command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:446 msgid "Load a Maxima package file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2027 msgid "Load style from file" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1679 msgid "Long Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4137 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6239 msgid "Lower bound:" msgstr "" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:92 msgid "MAXIMA RESPONSE:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:768 msgid "Ma&p to Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:520 msgid "Main Toolbar\tAlt+Shift+B" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:762 msgid "Make &List..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4493 msgid "Make list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:763 msgid "Make list from expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:904 msgid "Make substitution in expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4476 msgid "Map" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:767 msgid "Map function to a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:769 msgid "Map function to a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:113 msgid "Match Case" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:552 msgid "Match parenthesis in text controls" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1011 msgid "Math font:" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCell.cpp:1133 msgid "Math output" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:265 msgid "" "MathJAX creates scalable High-Quality representations of 2D Maths that can " "be used for Drag-And-Drop and provides accessability options. The " "disadvantage of MathJAX is that it needs JavaScript and a little bit of time " "in order to typeset equations.\n" "MathML is much faster than MathJaX, if it is supported by the browser. But " "many MathML implementations tend to lack necessary features.\n" "Bitmaps tend to need more band width than the other two options. They lack " "support for advanced features like drag-and-drop or accessibility. Also they " "have problems aligning and scaling with the rest of the text and might use " "fonts that don't match the rest of the document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:729 msgid "MathML + MathJaX as Fill-In" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:975 msgid "MathML as HTML" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:971 msgid "MathML description" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:392 msgid "Mathematical Symbols" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4383 msgid "Matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4367 msgid "Matrix map" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5933 msgid "Matrix name:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4364 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4416 msgid "Matrix:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:163 msgid "Maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1479 msgid "Maxima asks a question!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:225 #, c-format msgid "" "Maxima assigns each command/equation an automatic label (which looks like " "%i1 or %o1). If a command begins with a descriptive name followed by a : " "wxMaxima will call the descriptive name an \"user-defined label\" instead. " "This selection now allows to tell wxMaxima if to show only automatic labels, " "automatic labels if there aren't user-defined ones or no label at all until " "an user-defined label can be found by wxMaxima's heuristics. If automatic " "labels are suppressed extra vertical space is added between equations in " "order to ease discerning which line starts a new equation and which one only " "continues the one from the last line." msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4469 msgid "Maxima code" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:663 msgid "Maxima commands to be executed at every start of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:620 msgid "Maxima commands to be executed every time wxMaxima starts Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:122 msgid "Maxima has a question" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6779 msgid "Maxima has finished calculating." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3282 msgid "Maxima has issued an error!" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1023 msgid "Maxima input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:137 msgid "Maxima is calculating" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2716 msgid "Maxima is ready for input." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3544 msgid "Maxima package (*.mac)|*.mac" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3533 msgid "Maxima package (*.mac)|*.mac|Lisp package (*.lisp)|*.lisp|All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1074 msgid "Maxima process terminated." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:887 msgid "Maxima program:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:232 msgid "" "Maxima provides no \"forget all\" command that flushes all settings a maxima " "session could make. wxMaxima therefore normally defaults to starting a fresh " "maxima process every time the worksheet is to be re-evaluated. As this needs " "a little bit of time this switch allows to disable this behavior." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1025 msgid "Maxima questions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:153 msgid "Maxima started. Waiting for connection..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:690 msgid "Maxima startup file location: " msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:46 msgid "" "Maxima supports three types of numbers: exact fractions (which can be " "generated for example by typing 1/10), IEEE floating-point numbers (0.2) and " "arbitrary precision big floats (1b-1). Note that, owing to their nature as " "binary (not decimal) numbers, there is for example no way to generate an " "IEEE floating-point number that exactly equals 0.1. If floating-point " "numbers are used instead of fractions, Maxima will therefore sometimes have " "to introduce a (very small) error and use things like " "3602879701896397/36028797018963968 for 0.1." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:40 msgid "" "Maxima uses ':' to set values ('a : 3;') and ':=' to define functions " "('f(x) := x^2;')." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5643 msgid "Maxima version: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1029 msgid "Maxima warnings" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:145 msgid "" "Maxima's \"at\" function allows to access to arbitrary variables in a list " "of results:\n" "\n" " g1:a*x+y=0;\n" " g2:b*y+x*x=1;\n" " solve([g1,g2],[a,b]);\n" " %[1];\n" " result_b:b=at(b,%);" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:32 msgid "Maxima's power lies in symbolic operations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:139 msgid "" "Maxima's strengths are manipulating equations and in symbolic calculations. " "It therefore makes sense to use functions (as opposed to equations with " "labels) sparingly and to keep the actual values of variables in a list, " "instead of directly assigning them values. An example session that does do " "so would be:\n" "\n" "/* We keep the actual values in a list so we can use them lateron */\n" " Values:[a=10,c=100];\n" " Pyth:a^2+b^2=c^2;\n" " solve(%,b);\n" " result:%[2];\n" " at(result,Values);\n" " float(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:36 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both " "programs communicate over a local network socket. This time this socket " "could not be created which might be caused by a firewall that it setup to " "not only intercepts connections from the outside, but also to intercept " "connections between two programs that run on the same computer." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:38 msgid "" "Maxima, the program that does the actual mathematics and wxMaxima, which " "displays the worksheet are kept in separate processes. This means that even " "if maxima crashes wxMaxima (and therefore the worksheet) stays intact. " "Currently the two programs aren't connected to each other which might mean " "that maxima is still starting up or couldn't be started. Alternatively it " "can be caused by a firewall that it setup to not only intercepts connections " "from the outside, but also to intercept connections between two programs " "that run on the same computer. Another reason for maxima not starting up " "might be that maxima cannot be found (see wxMaxima's Configuration dialogue " "for a way to specify maxima's location) or isn't in a working order." msgstr "" #: /home/gunter/src/wxmaxima/src/StatusBar.cpp:34 msgid "" "Maxima, the program that does the actual mathematics is started as a " "separate process. This has the advantage that an eventual crash of maxima " "cannot harm wxMaxima, which displays the worksheet.\n" "This icon indicates if data is transferred between maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:489 msgid "Maximum displayed number of digits:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1473 msgid "Mean Difference Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1472 msgid "Mean Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1465 msgid "Mean..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5828 msgid "Mean:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1466 msgid "Median..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1153 msgid "Merge Cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:619 msgid "Merge Cells\tCtrl+M" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:620 msgid "Merge the text from two input cells into one" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3230 msgid "Message from the stdout of Maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:47 msgid "Method:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6572 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6573 msgid "Mismatched parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4979 msgid "Modulus" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:207 msgid "" "Most probably it was attempted to append something to a list that isn't a " "list.\n" "Enclosing the new element for the list in brackets ([]) converts it to a " "list and makes it appendable." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1483 msgid "" "Most questions can be avoided using the assume() and the declare() command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1586 msgid "Mu" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4432 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4452 msgid "Name:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:534 msgid "Never" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:98 msgid "New" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:426 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:429 msgid "New\tCtrl+N" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:100 msgid "New document" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:567 msgid "New lines: Jump to text" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:36 msgid "New value:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5002 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5135 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5153 msgid "New variable:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:616 msgid "Next Command\tAlt+Down" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:541 msgid "Nice Graphical Equations" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:498 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:508 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:517 msgid "No" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6730 msgid "No dollar ($) or semicolon (;) at the end of command" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3877 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3900 msgid "No matches found!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1474 msgid "Normality Test..." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:185 msgid "" "Normally computers use floating-point numbers that can be handled incredibly " "fast while being accurate to dozends of digits. They will, though, introduce " "a small error into some common numbers. For example 0.1 is represented as " "3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly equal " "cancel each other out small errors can quickly add up to big errors (see " "Wilkinson's Polynomials or Rump's Polynomials). Some maxima commands " "therefore use rat() in order to automatically convert floats to exact " "numbers (like 1/10 or sqrt(2)/2) where floating-point errors might add up.\n" "\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) are " "used.\n" "The info that numbers have automatically been converted can be suppressed by " "setting ratprint to false." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:259 msgid "" "Normally html expects images to be rather low-res but space saving. These " "images tend to look rather blurry when viewed on modern screens. Therefore " "this setting was introduces that selects the factor by which the HTML export " "increases the resolution in respect to the default value." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:800 msgid "Norwegian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4395 msgid "Not a valid matrix dimension!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4246 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4271 msgid "Not a valid number of equations!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:149 msgid "Not connected to maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5645 msgid "Not connected." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1587 msgid "Nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5020 msgid "Num. deg:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4650 msgid "Number of elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4237 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4262 msgid "Number of equations:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1018 msgid "Numbers" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:54 #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:44 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:48 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:35 #: /home/gunter/src/wxmaxima/src/Gen1Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:45 #: /home/gunter/src/wxmaxima/src/Gen2Wiz.cpp:49 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:51 #: /home/gunter/src/wxmaxima/src/Gen3Wiz.cpp:55 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:56 #: /home/gunter/src/wxmaxima/src/Gen4Wiz.cpp:60 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Gen5Wiz.cpp:68 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:76 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:194 #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:198 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:91 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:95 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:550 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:554 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:647 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:651 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:93 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:97 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:48 #: /home/gunter/src/wxmaxima/src/PlotFormatWiz.cpp:52 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:51 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:55 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:41 msgid "OK" msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:33 msgid "Old value:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5001 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5134 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5152 msgid "Old variable:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1598 msgid "Omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1589 msgid "Omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:230 msgid "" "Once the local network link between maxima and wxMaxima has been established " "maxima has no reason to send any messages using the system's stdout stream " "so all this stream transport should be a greeting message; The lisp running " "maxima will send eventual error messages using the system's stderr stream " "instead. If this box is checked we will nonetheless watch maxima's stdout " "stream for messages." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5831 msgid "One sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1044 msgid "Online tutorials" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:533 msgid "Only user-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:889 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:102 #: /home/gunter/src/wxmaxima/src/main.cpp:393 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3388 msgid "Open" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:435 msgid "Open Recent" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:549 msgid "Open a cell when Maxima expects input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:433 msgid "Open a document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:427 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:430 msgid "Open a new window" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:104 msgid "Open document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5899 msgid "Open matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1633 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1888 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1965 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2196 msgid "Opening file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:166 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:114 msgid "Options" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:72 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:71 msgid "Options:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4673 msgid "" "Other than declared arrays in lists there is no way to jump todetermine the " "address of the nth element other than iteratingfrom one element to the other " "until the nth element is reached.Which isn't a maxima-specific phenomenon " "but the price one hasto pay for lists being way easier to resize than " "declared arrays. If the address of the current element is knowniterating to " "the next one is trivial, though, so\n" "\n" " for i in list do \n" "\n" "or\n" "\n" " makelist(expression,i,list)\n" "\n" "provide highly efficient ways to do something on every listelement." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1042 msgid "Outdated cells" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1026 msgid "Output labels" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:793 msgid "P&ade Approximation..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3749 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6341 msgid "" "PNG image (*.png)|*.png|JPEG image (*.jpg)|*.jpg|Windows bitmap (*.bmp)|*." "bmp|Portable animap (*.pnm)|*.pnm|Tagged image file format (*.tif)|*.tif|X " "pixmap (*.xpm)|*.xpm" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5023 msgid "Pade approximation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:794 msgid "Pade approximation of a Taylor series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1740 msgid "Pagebreak" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1675 msgid "Parallel to" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:437 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:563 msgid "Parametric plot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:145 msgid "Parsing output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:816 msgid "Partial &Fractions..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5091 msgid "Partial fractions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2292 msgid "Parts of the document will not be loaded correctly!" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:978 msgid "" "Parts of the document will not be loaded correctly:\n" "Found unknown XML Tag name " msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1232 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1251 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:126 msgid "Paste" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:491 msgid "Paste\tCtrl+V" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:128 msgid "Paste from clipboard" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:492 msgid "Paste text from clipboard" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1676 msgid "Perpendicular to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1595 msgid "Phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1590 msgid "Pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1483 msgid "Piechart..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2449 msgid "Please configure wxMaxima with 'Edit->Configure'." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1846 msgid "Please restart wxMaxima for changes to take effect!" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:991 msgid "Plot &2d..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:993 msgid "Plot &3d..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:995 msgid "Plot &Format..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:107 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:452 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:466 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5322 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6310 msgid "Plot 2D" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1437 msgid "Plot 2D..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1224 msgid "Plot 2d..." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:109 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5291 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6323 msgid "Plot 3D" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1438 msgid "Plot 3D..." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1225 msgid "Plot 3d..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5335 msgid "Plot format" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:992 msgid "Plot in 2 dimensions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:994 msgid "Plot in 3 dimensions" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:85 msgid "Plot to file:" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:30 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:36 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:35 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4189 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4303 msgid "Point:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:801 msgid "Polish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5040 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5072 msgid "Polynomial 1:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5040 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5056 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5072 msgid "Polynomial 2:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:986 msgid "Pop" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:802 msgid "Portuguese (Brazilian)" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:505 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:450 msgid "Postscript file (*.eps)|*.eps|All|*" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5380 msgid "Precision" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:510 msgid "Preferences...\tCtrl+," msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:109 msgid "" "Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not " "only complete all functions that are integrated into the Maxima core and " "their parameters: It also knows about parameters from currently loaded " "packages and from functions that are defined in the current file." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:614 msgid "Previous Command\tAlt+Up" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:111 msgid "Print" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:113 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:453 msgid "Print document" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:762 msgid "Print the cell brackets [drawn to their left]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5264 msgid "Product" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1674 msgid "Product sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1597 msgid "Psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:985 msgid "Push" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:979 msgid "RTF with OMML maths" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:397 msgid "Raw XML monitor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:576 msgid "Re-evaluate all cells above the one the cursor is in" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:578 msgid "Re-evaluate all cells below the one the cursor is in" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1488 msgid "Read Matrix..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:141 msgid "Reading Maxima output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:132 msgid "Ready for user input" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:617 msgid "Recall next command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:615 msgid "Recall previous command from history" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:831 msgid "Recent files list length:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1425 msgid "Rectform" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:464 msgid "Redo\tCtrl+Y" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:465 msgid "Redo last change" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1430 msgid "Reduce (tr)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:868 msgid "Reduce trigonometric expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:687 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6868 msgid "Refusing to send cell to maxima: " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:580 msgid "Remove All Output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:983 msgid "" "Remove all list elements that appear twice in a row. Normally used in " "conjunction with sort." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4790 msgid "Remove an element from a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:983 msgid "Remove duplicates" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:581 msgid "Remove output from input cells" msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:103 msgid "Replace All" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3913 #, c-format msgid "Replaced %d occurrences." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:62 msgid "Replacement:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1049 msgid "Report bug" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:642 msgid "Restart Maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:141 msgid "Restart maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5133 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5160 msgid "Result" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:986 msgid "" "Return the first item of the list and remove it from the list. Useful for " "creating stacks." msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:150 msgid "Return to the cell that is currently being evaluated" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:954 msgid "Returns an arbitrary list item" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:955 msgid "Returns the first item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:957 msgid "Returns the last item of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:958 msgid "Returns the last n items of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:979 msgid "Returns the length of the list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:956 msgid "Returns the list without its first element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:980 msgid "Reverse" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:980 msgid "Reverse the order of the list items" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1591 msgid "Rho" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1678 msgid "Right arrow" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:728 msgid "Right side to the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:776 msgid "Risch Integration..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:684 msgid "Roots of &Polynomial" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:687 msgid "Roots of Polynomial (bfloat)" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4432 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4452 msgid "Rows:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4549 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4575 msgid "Rule:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:938 msgid "Runs each element through a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:803 msgid "Russian" msgstr "" #: /home/gunter/src/wxmaxima/src/XmlInspector.cpp:70 msgid "SENT TO MAXIMA:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:730 msgid "SVG graphics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5844 msgid "Sample 1:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5844 msgid "Sample 2:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5828 msgid "Sample:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1073 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7337 msgid "Save" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1120 msgid "Save Animation..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3123 msgid "Save As" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:443 msgid "Save As...\tShift+Ctrl+S" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1117 msgid "Save Image..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3747 msgid "Save Selection to Image" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:501 msgid "Save Selection to Image..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6358 msgid "Save animation to file" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:107 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:442 msgid "Save document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:444 msgid "Save document as" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:288 msgid "" "Save only this number of actions in the undo buffer. 0 means: save an " "infinite number of actions." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:847 msgid "Save panes layout" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:266 msgid "Save panes layout between sessions." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:503 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:448 msgid "Save plot to file" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:502 msgid "Save selection from document to an image file" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6339 msgid "Save selection to file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:2018 msgid "Save style to file" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:844 msgid "Save wxMaxima window size/position" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:237 msgid "Save wxMaxima window size/position between sessions." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:199 msgid "Saving failed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:175 msgid "Saving successful." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:165 msgid "Saving..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:983 msgid "Scalable Vector Graphics (svg)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5751 msgid "Scatterplot" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1481 msgid "Scatterplot..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1738 msgid "Section" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1033 msgid "Section cell" msgstr "" #: /home/gunter/src/wxmaxima/src/BTextCtrl.cpp:49 #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:827 #: /home/gunter/src/wxmaxima/src/TextCell.cpp:542 msgid "" "Seems like something is broken with a font. Installing http://www.math.union." "edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts" "\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:352 msgid "" "Seems like something is broken with the maths font. Installing http://www." "math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use " "JSmath fonts\" in the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:258 msgid "Select" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1233 #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1253 msgid "Select All" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:498 msgid "Select All\tCtrl+A" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1240 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1245 msgid "Select Maxima program" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5937 msgid "Select Subsample" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:213 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:232 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:139 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:112 msgid "Select a constant" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:129 #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:131 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:499 msgid "Select all" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3956 msgid "Select math display algorithm" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:76 msgid "" "Selecting a part of an output and right-clicking on the selection will bring " "up a menu with convenient functions that will operate on the selection." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1040 msgid "Selection" msgstr "" #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5198 msgid "Series" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1436 msgid "Series..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:937 msgid "Server started" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:559 msgid "Set Zoom" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1017 msgid "Set bigfloat &Precision..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:282 msgid "Set fixed font in text controls." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:996 msgid "Set plot format" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1001 msgid "Set the frame rate for animations." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1018 msgid "" "Set the precision for numbers that are defined as bigfloat. Such numbers can " "be generated by entering 1.5b12 or as bfloat(1.234)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:553 msgid "Set zoom to 100%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:554 msgid "Set zoom to 120%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:555 msgid "Set zoom to 150%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:556 msgid "Set zoom to 200%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:557 msgid "Set zoom to 300%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:552 msgid "Set zoom to 80%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:722 msgid "Setup atvalues for solving ODE with Laplace transformation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:915 msgid "Setup modulus computation" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:651 msgid "Show &Definition..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:649 msgid "Show &Functions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1040 msgid "Show &Tips..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:654 msgid "Show &Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:199 msgid "Show Maxima help" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:589 msgid "Show Template\tCtrl+Shift+K" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1041 msgid "Show a tip" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5687 msgid "Show all commands similar to:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5673 msgid "Show an example for the command:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1035 msgid "Show an example of usage" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1038 msgid "Show commands similar to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:650 msgid "Show defined functions" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:655 msgid "Show defined variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:652 msgid "Show definition of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:539 msgid "Show equations in their linear form" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:590 msgid "Show function template" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:528 msgid "Show labels:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:273 msgid "Show long expressions in wxMaxima document." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:495 msgid "Show long expressions:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3978 msgid "Show the definition of function:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1026 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1029 msgid "Show wxMaxima help" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1592 msgid "Sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1421 msgid "Simplify" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:828 msgid "Simplify &Radicals" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1422 msgid "Simplify (r)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1428 msgid "Simplify (tr)" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1216 msgid "Simplify Expression" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:854 msgid "Simplify an expression containing factorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:829 msgid "Simplify expression containing radicals" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:827 msgid "Simplify rational expression" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:66 msgid "Simplify the sum" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:865 msgid "Simplify trigonometric expression" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:103 msgid "" "Since wxMaxima 0.8.2 you can also insert images into your documents. Use " "'Cell->Insert Image...' menu command. Note that you have to save your " "document in 'wxMaxima XML document' format if you want the image to be saved " "along with your document." msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:27 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4189 msgid "Solution:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4121 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6225 msgid "Solve" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:696 msgid "Solve &Algebraic System..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:693 msgid "Solve &Linear System..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:704 msgid "Solve &ODE..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:680 msgid "Solve (to_poly)..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4159 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4290 msgid "Solve ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:718 msgid "Solve ODE with Lapla&ce..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1432 msgid "Solve ODE..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4238 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4250 msgid "Solve algebraic system" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:697 msgid "Solve algebraic system of equations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:715 msgid "Solve boundary value problem for second degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:679 msgid "Solve equation(s)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:681 msgid "Solve equation(s) with to_poly_solve" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:709 msgid "Solve initial value problem for first degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:712 msgid "Solve initial value problem for second degree ODE" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4263 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4275 msgid "Solve linear system" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:694 msgid "Solve linear system of equations" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:705 msgid "Solve ordinary differential equation of maximum degree 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:719 msgid "Solve ordinary differential equations with Laplace transformation" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1213 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1431 msgid "Solve..." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:251 msgid "" "Some PDF viewers are able to display moving images and wxMaxima is able to " "output them. If this option is selected additional LaTeX packages might be " "needed in order to compile the output, though." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:982 msgid "Sort" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:41 msgid "Sort Criterion:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4576 msgid "Source list:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:804 msgid "Spanish" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:41 #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:45 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:38 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:45 msgid "Special" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1020 msgid "Special constants" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1121 msgid "Start Animation" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:951 msgid "Start a new maxima for each re-evaluation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:173 msgid "Start or Stop animation" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:175 msgid "" "Start or stop the currently selected animation that has been created with " "the with_slider class of commands" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:290 msgid "Start searching while the phrase to search for is still being typed." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:317 msgid "Starting Maxima process failed" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:990 msgid "Starting Maxima..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:315 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:933 msgid "Starting server failed" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:914 #, c-format msgid "Starting server on port %d" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:168 msgid "Startup commands" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:396 msgid "Statistics" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:523 msgid "Statistics\tAlt+Shift+S" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1022 msgid "Strings" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:164 msgid "Style" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:998 msgid "Styles" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1493 msgid "Subsample..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1736 msgid "Subsection" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1032 msgid "Subsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1426 msgid "Subst..." msgstr "" #: /home/gunter/src/wxmaxima/src/SubstituteWiz.cpp:56 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4065 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6297 msgid "Substitute" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1219 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:903 msgid "Substitute..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1737 msgid "Subsubsection" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1031 msgid "Subsubsection cell" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:58 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5247 msgid "Sum" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1673 msgid "Sum sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:526 msgid "Symbols\tAlt+Shift+Y" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:279 msgid "" "Symbols that are entered or copied here will appear in the symbols sidebar " "so they can be entered into the worksheet easily." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5499 msgid "System info" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:398 msgid "Table of Contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:529 msgid "Table of Contents\tAlt+Shift+T" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1593 msgid "Tau" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5020 msgid "Taylor series:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:727 msgid "TeX, interpreted by MathJaX" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4968 msgid "Tellrat" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1734 msgid "Text" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:509 msgid "Text Only" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1030 msgid "Text cell" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1035 msgid "Text cell background" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:157 msgid "" "Text cells can hold Citations that as marked as such by beginning a line " "with \" > \". The number of spaces in front of the \">\" determines the " "indentation level, as it does with bullet lists." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1041 msgid "Text equal to selection" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:148 msgid "" "The \"at\" function allows to introduce one equation into another:\n" "\n" " ohm:U=R*I;\n" " r_parallel:R=R_1*R_2/(R_1+R_2);\n" " result:at(ohm,r_parallel);" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2209 msgid "" "The .xml file doesn't seem to be valid xml or isn't a content.xml extracted " "from a .wxmx zip archive" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:236 msgid "The URL MathJaX.js should be downloaded from by our HTML export." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:212 msgid "" "The [] or the part() command tried to access a list or matrix element that " "doesn't exist." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:230 msgid "" "The argument of a function was of the wrong type. Most probably an equation " "was expected but was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:247 msgid "" "The default height for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:286 msgid "The default port used for communication between Maxima and wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:245 msgid "" "The default width for embedded plots. Can be read out or overridden by the " "maxima variable wxplot_size" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:281 msgid "The document class LaTeX is instructed to use for our documents." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:227 msgid "" "The first argument of subst() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:726 msgid "The half of the equation that is to the left of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:729 msgid "The half of the equation that is to the right of the \"=\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ImgCell.cpp:136 #: /home/gunter/src/wxmaxima/src/SlideShowCell.cpp:372 msgid "" "The image could not be displayed. It may be broken, in a wrong format or be " "the result of gnuplot not being able to write the image or not being able to " "understand what maxima wanted to plot." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:78 msgid "The inverse laplace transform." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:160 msgid "The key combination Shift+Space results in a non-breakable space." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:348 msgid "" "The letter \"X\" is of width zero. Installing http://www.math.union.edu/" "~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in " "the configuration dialogue should fix it." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:121 msgid "" "The load() command of Maxima versions >5.38 is able to load .wxm files as " "library of maxima's commands." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:171 msgid "" "The maximum number of displayed digits can be changed in the configuration " "dialogue" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:1054 msgid "" "The maximum size of a expression wxMaxima is allowed to be displayedcan be " "changed in the configuration dialogue." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:289 msgid "The number of recently opened files that is to be remembered." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1032 msgid "The offline manual of maxima" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:621 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:664 msgid "" "The part of the output of these commands that isn' declared as \"math\" " "might be suppressed by wxMaxima; As always maxima commands are required to " "end in a \";\" or a \"$\"" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:268 msgid "" "The pngCairo terminal offers much better graphics quality (antialiassing and " "additional line styles). But it will only produce plots if the gnuplot " "installed on the current system actually supports it. Requesting cairo on a " "system thhat doesn't support it might result in empty plots." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:102 msgid "The result was indefinite." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:99 msgid "The result was undefined." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:151 msgid "" "The rhs() (\"right hand side\") command allows to retrieve the result of an " "equation in exactly the format a function would have:\n" "\n" " Values:[\n" " /* m=1.2 tons */\n" " m=1.2*10^3,\n" " /* 100 km/h*/\n" " v=100*10^3/(60*60)\n" " ];\n" " Energy:W=1/2*m*v^2;\n" " at(Energy,Values);\n" " W_mech:rhs(%);" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:224 msgid "" "The second argument of at() isn't an equation or a list of equations. Most " "probably it was lacking an \"=\"." msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:183 msgid "" "The value of few special variables is assigned by Maxima and cannot be " "changed by the user. Also a few constructs aren't variable names and " "therefore cannot be written to." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8345 msgid "The worksheet containing maxima's input and output" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:258 msgid "" "The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bugreport " "against wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:64 msgid "" "There are many resources about Maxima and wxMaxima on the internet. Visit " "http://andrejv.github.com/wxmaxima/help.html for more information and to " "find tutorials on using wxMaxima and Maxima." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:499 msgid "" "There was an error in generated XML!\n" "\n" "Please report this as a bug." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1582 msgid "Theta" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:202 msgid "" "This error message is most probably caused by a try to assign a value to a " "number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric value as a " "loop counter." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4671 msgid "" "This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create " "list from list\" instead, which uses the makelist command." msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:57 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:544 msgid "Ticks:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5171 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6271 msgid "Times:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1735 msgid "Title" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1034 msgid "Title cell" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:58 msgid "" "Title, section and subsection cells can be folded to hide their contents. To " "fold or unfold, click in the square next to the cell. If you shift-click, " "all sublevels of that cell will also fold/unfold." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1011 msgid "To &Bigfloat" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1008 msgid "To &Float" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1211 msgid "To Float" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1014 msgid "To Numeri&c\tCtrl+Shift+N" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:88 msgid "" "To plot in polar coordinates, select 'set polar' in the Options entry for " "Plot2d dialog. You can also plot in spherical and cylindrical coordinates in " "3D." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:94 msgid "" "To put parentheses around an expression, select it, and press '(' or ')' " "depending on where you want the cursor to appear afterwards." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:100 msgid "" "To save the size and position of wxMaxima windows between session, use 'Edit-" ">Configure' dialog." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:34 msgid "" "To start using wxMaxima right away, start typing your command. An input cell " "should appear. Then press Shift-Enter to evaluate your command." msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:42 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:53 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:541 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:49 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:36 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4490 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5262 msgid "To:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:909 msgid "Toggle &Algebraic Flag" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1006 msgid "Toggle &Numeric Output" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:662 msgid "Toggle &Time Display" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:910 msgid "Toggle algebraic flag" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:998 msgid "Toggle animation autoplay" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:561 msgid "Toggle full screen editing" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1007 msgid "Toggle numeric output" msgstr "" #: /home/gunter/src/wxmaxima/src/ToolBar.cpp:196 msgid "Toggle the visibility of code cells" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5507 msgid "Toolbar icons" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5508 msgid "Translated by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:760 msgid "Transpose a matrix" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:270 msgid "" "Try to antialias lines (which allows to move them by a fraction of a pixel, " "but reduces their sharpness)." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6621 msgid "Trying to undo an action without starting cell." msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:6689 msgid "Trying to undo something but the undo action is empty." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:805 msgid "Turkish" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1043 msgid "Tutorials" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5848 msgid "Two sample t-test" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:8215 msgid "Type" msgstr "" #: /home/gunter/src/wxmaxima/src/EditorCell.cpp:4496 msgid "Type in text" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:179 msgid "Type:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:735 msgid "URL MathJaX.js lies at:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:806 msgid "Ukrainian" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6703 msgid "Un-closed parenthesis" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6649 msgid "Un-closed parenthesis on encountering ; or $" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7287 msgid "" "Unable to interpret the version info I got from http://andrejv.github.io//" "wxmaxima/version.txt: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1070 msgid "Underlined" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:514 msgid "Underscore converts to subscripts:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:461 msgid "Undo\tCtrl+Z" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:462 msgid "Undo last change" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:826 msgid "Undo limit (0 for none):" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:611 msgid "Unfold All\tCtrl+Alt+]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:612 msgid "Unfold all folded sections" msgstr "" #: /home/gunter/src/wxmaxima/src/TableOfContents.cpp:254 msgid "Unhide" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1304 msgid "Unhide Part" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1312 msgid "Unhide Section" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1322 msgid "Unhide Subsection" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1332 msgid "Unhide Subsubsection" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:1340 msgid "Unhide contents" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5501 msgid "Unicode Support" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6674 msgid "Unterminated comment." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6597 msgid "Unterminated string." msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:36 msgid "Until then the actual values for all variables can be kept in a list." msgstr "" #: /home/gunter/src/wxmaxima/src/FindReplacePane.cpp:83 msgid "Up" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7271 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7278 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7288 msgid "Upgrade" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4137 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6239 msgid "Upper bound:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1594 msgid "Upsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:67 msgid "Use Gosper algorithm" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:952 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:977 msgid "Use a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4752 msgid "Use a list as parameter list for a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:850 msgid "Use cairo to improve plot quality." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:285 msgid "Use centered dot and Minus, not Star and Hyphen" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:555 msgid "Use centered dot character for multiplication" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1013 msgid "Use jsMath fonts" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:950 msgid "Use list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:944 msgid "Use list as the arguments of a function" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:239 msgid "" "Use nice js math symbols in order to get nice integral, sum, product and " "sqrt signs\n" "Woll only work if the corresponding js math fonts can be found by wxMaxima." msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:255 msgid "" "Use the \"partial derivative\" symbol to represent the fraction that " "represents a diff() when exporting LaTeX" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1081 msgid "Use unicode Math Symbols, if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1027 msgid "User-defined labels" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:532 msgid "User-defined labels if available" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:41 msgid "Value" msgstr "" #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:33 #: /home/gunter/src/wxmaxima/src/BC2Wiz.cpp:39 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4173 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4190 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4304 msgid "Value:" msgstr "" #: /home/gunter/src/wxmaxima/src/ActualValuesStorageWiz.cpp:40 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4730 msgid "Variable name" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4102 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4118 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5170 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6222 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6270 msgid "Variable(s):" msgstr "" #: /home/gunter/src/wxmaxima/src/IntegrateWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:32 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:37 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:47 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:535 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:34 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:43 #: /home/gunter/src/wxmaxima/src/SeriesWiz.cpp:39 #: /home/gunter/src/wxmaxima/src/SumWiz.cpp:30 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4136 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4156 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4416 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4489 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5088 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5104 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5261 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:6238 msgid "Variable:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:1017 msgid "Variables" msgstr "" #: /home/gunter/src/wxmaxima/src/SystemWiz.cpp:73 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4221 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5226 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5881 msgid "Variables:" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1467 msgid "Variance..." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:564 msgid "View" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:868 msgid "Warn if an inactive window is idle" msgstr "" #: /home/gunter/src/wxmaxima/src/MathParser.cpp:979 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2186 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2292 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2447 msgid "Warning" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2714 msgid "Welcome to wxMaxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4767 msgid "What to do:" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:97 msgid "" "When applying functions with one argument from menus, the default argument " "is '%'. To apply the function to some other value, select it in the document " "before executing a menu command." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3125 msgid "" "Whole document (*.wxmx)|*.wxmx|The input, readable by load() (maxima > 5.38) " "(*.wxm)|*.wxm" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:162 msgid "Worksheet" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:257 msgid "" "Wrap equations exported by the \"copy as LaTeX\" feature between \\[ and \\] " "as equation markers" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:7603 msgid "Wrapped search" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5504 msgid "Written by" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:530 msgid "XML Inspector" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1588 msgid "Xi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:501 msgid "Yes" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:43 msgid "" "You can access the last output using the variable '%'. You can access the " "output of previous commands using variables '%on' where n is the number of " "output." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:82 msgid "" "You can evaluate your whole document by using 'Cell->Evaluate All Cells' " "menu command or the appropriate key shortcut. The cells will be evaluated in " "the order they appear in the document." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:67 msgid "" "You can get help on a Maxima function by selecting or clicking on the " "function name and pressing F1. wxMaxima will search help index for the " "selection or the word under the cursor." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:61 msgid "" "You can hide output part of cells by clicking in the triangle on the left " "side of cells. This works on text cells also." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:52 msgid "" "You can insert different types of 'cells' in wxMaxima documents using the " "'Cell' menu. Note that only 'input cells' can be evaluated, while others are " "used for commenting and structuring your calculations." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:79 msgid "" "You can select multiple cells either with a mouse - click'n'drag from " "between cells or from a cell bracket on the left - or with a keyboard - hold " "down Shift while moving the horizontal cursor - and then operate on " "selection. This comes in handy when you want to delete or evaluate multiple " "cells." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7268 #, c-format msgid "" "You have version %s. Current version is %s.\n" "\n" "Select OK to visit the wxMaxima webpage." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7336 msgid "Your changes will be lost if you don't save them." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7278 msgid "Your version of wxMaxima is up to date." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1580 msgid "Zeta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:546 msgid "Zoom &In\tCtrl++" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:548 msgid "Zoom Ou&t\tCtrl+-" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:547 msgid "Zoom in 10%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:549 msgid "Zoom out 10%" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7094 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 msgid "[ unsaved ]" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7096 msgid "[ unsaved* ]" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:169 #, c-format msgid "[%i digits]" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5103 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >\n" msgstr "" #: /home/gunter/src/wxmaxima/src/MathCtrl.cpp:5277 #, c-format msgid "_%d.gif\" alt=\"Animated Diagram\" style=\"max-width:90%%;\" >" msgstr "" #: /home/gunter/src/wxmaxima/src/ListSortWiz.cpp:45 msgid "a>b" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1544 msgid "alpha" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1645 msgid "and" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:185 msgid "antisymmetric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:937 msgid "apply function to each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:930 msgid "as storage for actual values for variables" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1545 msgid "beta" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:42 msgid "both sides" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1565 msgid "chi" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:918 msgid "choose a lisp maxima was compiled with" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:63 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 msgid "default" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1547 msgid "delta" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:183 msgid "diagonal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:946 msgid "do for each element" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4666 msgid "element number n" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1642 msgid "empty" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1548 msgid "epsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1650 msgid "equivalent" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1550 msgid "eta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1637 msgid "exists" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:275 msgid "" "false=Don't generate subscripts\n" "true=Automatically convert underscores to subscript markers if the would-be " "subscript is a number or a single letter\n" "all=_ marks subscripts." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:927 msgid "from a list" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:924 msgid "from a rule" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:921 msgid "from individual elements" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1546 msgid "gamma" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:182 msgid "general" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1668 msgid "greater than or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1636 msgid "in" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:65 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:388 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:421 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:64 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:196 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:377 #: /home/gunter/src/wxmaxima/src/Plot3dWiz.cpp:408 msgid "inline" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1654 msgid "intersection" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1552 msgid "iota" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1553 msgid "kappa" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1554 msgid "lambda" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:43 msgid "left" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1667 msgid "less or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:46 #: /home/gunter/src/wxmaxima/src/Plot2dWiz.cpp:56 msgid "logscale" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:4452 msgid "matrix[i,j]:" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:938 msgid "maxima's pwd is path to document" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1555 msgid "mu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1671 msgid "much greater than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1670 msgid "much less than" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1648 msgid "nand" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5568 msgid "no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1649 msgid "nor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1652 msgid "not" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1665 msgid "not bytewise identical" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1658 msgid "not subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1657 msgid "not subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:954 msgid "nth" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1556 msgid "nu" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1567 msgid "omega" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1558 msgid "omicron" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1646 msgid "or" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:180 msgid "" "part() or the [] operator was used in order to extract the nth element of " "something that was less than n elements long." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1661 msgid "partial sign" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1564 msgid "phi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1559 msgid "pi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1651 msgid "plus or minus" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1664 msgid "proportional to" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1566 msgid "psi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1560 msgid "rho" msgstr "" #: /home/gunter/src/wxmaxima/src/LimitWiz.cpp:44 msgid "right" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1561 msgid "sigma" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1631 msgid "sqrt (needs parenthesis for its argument to work as a maxima command)" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1656 msgid "subset" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1655 msgid "subset or equal" msgstr "" #: /home/gunter/src/wxmaxima/src/MatWiz.cpp:184 msgid "symmetric" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1562 msgid "tau" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:928 msgid "tell sbcl to use Mbytes of heap" msgstr "" #: /home/gunter/src/wxmaxima/src/TextCell.cpp:215 msgid "" "the [] operator tried to extract an element of a list, a matrix, an equation " "or an array. But instead of an integer number something was used whose " "numerical value is unknown or not an integer.\n" "Floating-point numbers are bound to contain small rounding errors and aren't " "allowed as an array index." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1638 msgid "there is no" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1551 msgid "theta" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1626 msgid "to the power of 2" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1628 msgid "to the power of 3" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1653 msgid "union" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7317 msgid "unsaved" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3117 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:3421 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:245 msgid "untitled" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:365 #, c-format msgid "untitled %d" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1563 msgid "upsilon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:943 msgid "use as function arguments" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:940 msgid "use the actual values stored" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:350 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5584 msgid "wxMaxima" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7094 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7096 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7105 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:7108 #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:243 #, c-format msgid "wxMaxima %s " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1025 msgid "wxMaxima &Help\tCtrl+?" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1028 msgid "wxMaxima &Help\tF1" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:115 msgid "" "wxMaxima can be made to execute commands at every start-up by placing them " "in a text file with the name wxmaxima.rc in the user directory. This " "directory can be found by typing maxima_userdir" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2065 msgid "wxMaxima cannot open content.xml in the .wxmx zip archive " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2079 msgid "wxMaxima cannot read the xml contents of " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:155 #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:222 msgid "wxMaxima configuration" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2444 msgid "" "wxMaxima could not find Maxima!\n" "\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2646 msgid "" "wxMaxima could not find help files.\n" "\n" "Please check your installation." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:305 msgid "" "wxMaxima could not start the server.\n" "\n" "Please check you have network support\n" "enabled and try again!" msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:91 msgid "" "wxMaxima dialogs set default values for inputs entries, one of which is '%'. " "If you have made a selection in your document, the selection will be used " "instead of '%'." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2816 msgid "wxMaxima document" msgstr "" #: /home/gunter/src/wxmaxima/src/main.cpp:395 msgid "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1587 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1898 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:1909 msgid "wxMaxima encountered an error loading " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5506 msgid "wxMaxima icon" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5498 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "MAXIMA based on wxWidgets." msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5560 msgid "" "wxMaxima is a graphical user interface for the computer algebra system " "Maxima based on wxWidgets." msgstr "" #: /home/gunter/src/wxmaxima/src/TipOfTheDay.cpp:127 msgid "" "wxMaxima provides the \"table_form\" command that shows lists in an " "alternative form. One example would be:\n" "\n" "table_form([1,2,3,4,5]);" msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:647 msgid "wxMaxima startup file location: " msgstr "" #: /home/gunter/src/wxmaxima/src/ConfigDialogue.cpp:480 msgid "x" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1557 msgid "xi" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2090 #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:2221 msgid "xml contained in the file claims not to be a wxMaxima worksheet. " msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1647 msgid "xor" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaxima.cpp:5566 msgid "yes" msgstr "" #: /home/gunter/src/wxmaxima/src/wxMaximaFrame.cpp:1549 msgid "zeta" msgstr "" wxmaxima-Version-18.02.0/locales/wxwin/000077500000000000000000000000001324204105000177255ustar00rootroot00000000000000wxmaxima-Version-18.02.0/locales/wxwin/ca.mo000066400000000000000000001701011324204105000206450ustar00rootroot00000000000000L|,H;I;Z;^;g;;;;;;< $</<8< G< R<']<&<<<<<<<<<<<<= == =!= (=2=8=?=H=Q=Z=p=v=|====4=$=!>5>*M>/x>:>> > > ? ?-?D?V?i?q?w?~???????@.@=@A@Q@e@:{@@@@@A4ANA!mA"AA-A1A(,BUBjB+BBBBBBBC2CLCgC)C(CC#C D;"D^D)|DDDDDE%.E#TE"xE(E&E5E!F>FWF1tF FFFF,G(-G/VGG-G3GH H-=HkHHHH%HHI:IXI)oII#I!IIJ)3J&]JJJJJ JJJK K K K2K);KeKmK KK(KK(KKwLjL!LM!/M(QMzMM.M'MCN(EN9nNNNNNOOO/OCO,[O1O0O%O%P7P QP\PmP~P Q"Q=Q[QQtQQvQTRYR_RdRxR RRRRRR RS,$S"QStSSSS-S"T";T9^T$TT"TT&U"BU8eUGU/UAV.XVV2V)VWGWEcWGWW X%+X#QX#uX3X"XXT YaY'{YY"Y-Y! Z$.ZSZnZZ#Z"Z-Z' ["H[5k[[&[-[/\+F\&r\,\2\&\& ]G](e]!])]]3]-,^Z^x^$^!^ ^ ^^4_F_ __j__ __ _ _____'_`?`W` m`#x`!`` `%`` a #a-a@aTaYa na yaaa"a a ab'.bVbvbb)b bbcj#c%c+c%c/d6df Zf|df f f&f g )g3gPg"Wgzgg ggggggh/Ji zi%i%iijj j+j?j BjLj_j+xjj0jj jk%kCkVkskkk#kkl l l%l +l 6l AlMlbl~l1llam}mmm mm mm m mmmn n,n=nMn ^n insnn nnnnn/n!o3;ooo#op'p"9p \p ip-wppp pppppNpJq [qgq {qqq qqq q)qr?(rhrqrrrrr+r r s-5scss;sssst t:tUtit rt|t,tzt07uohu%u.u-v0IvzvM wPYw@wYw#Exix|xxxxxAx*y9yNy*myyyyyy z$z8z+Lzxzzzz zzzz{){G{ O{=Y{{({ {{ {||5|"N|#q|$||||} }8}"R}u}}"}})}-~D=~~/~~;~~:0=;P>;ˀ5=ԁ9,-܃ ,!Km)>/0N-m*΅(#"F ] ~ !$'/49 ALS/\  4ć!89T. ÈΈՈ 9@F&b  ɉ݉  -%SlpCv ˊъڊ $ $ 2Sk  ‹'ً3*O zMҍ 7Sp& Ɏ Ҏ 7./^t} Ǐ Џۏ ! *KQY a+k3'ې&*-F2t>  7Mk ʒ$;[w{Jʓ'>Tk)+̔2$+CPA(֕>0owؖ#3B3v-ȗL )Y5(. (%I0o--Ι4;1Em(!ܚ)B(5k! Û:8';`'3ĜK$D/iDޝ#';0c#*( 8,%e0/$-:?=z( (6#=a g t <ߡ& !2+^5f%¢^7",>5k$Ƥ=+#WO9K"-PixئG;@=|<4, CM/h 4%Bhz6ƪܪ #+B%Q w46ͫ,,1/^%=3.&GU*"ȭ*&+=%iDIԮ=N\8%: &El\^\E'2ʱ10/2`L*# n/!8!3>O23&$<*a7<ĵ/(1<Z38˶:9?4y38@/\6/ø53)>] 98205c11˺ 3/!c! ʻ-1.L%{ ռ'( 1 <,Ivƽڽ %$/(T)}/׾," C_6x!ѿ!} /2)3LRe>.& #7[c=~$7Uqv! Wb+v  "9\u5A2=8p80( /;U]r- , $) No! %#* JTd~ !  (6_p 0 Bcw9%='e*.C&Sz@*@GQM %"Eh.} Q $>"X{(""80O@V%" "&I_ gr.6E||3L1iqBr^'z')CZ&jR@A S5t 'E\"x# %(4])d >)*: R]s!"" %<Un"'!):5dK1="`8#$0HHyJP =^Nk9;(u1g#/' $>EMGD,_/0"68G6%*+)4-^86 %3* ^/hE%N?a2&06go$t.  .4<AGfl@qL'.5:?E K%V |&  .N_(y">7<yfTEM]ecR0UyrCNo;K<l_f[7U`!|/2: uv9D<dvF=aLVQ #DzWPidC }YZPQJ3 eE4L7>#w=WKuI!V@, ||?'k~u3x*YAg488Z61qp(^gLx. {kqgF{"O t>) O`X%T!*b A[]%ncwfx@BNi2/q"^4XtlF )mC*95W$p@bo_'S26%/sd0Hn; ;h\\esZ-P3-)D6H8hIr&=m_jHJJ?QGt X:&AYk>:?v5(}~,zn^ iU<rKVl{ScO'M7RE}5]hMo9R` y+j+#a$(bj~.p\a1B B-[N"s  G+. TG,10S&$zIwm (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in#define %s must be an integer.%i of %i%s (or %s)%s Error%s Information%s Warning%s message%s not a bitmap resource specification.%s not an icon resource specification.&Arrange Icons&Cancel&Cascade&Close&Copy&Delete&Details&Find&Finish&Help&Log&Move&Next&Next >&Next Tip&Paste&Previous&Redo&Redo &Replace&Restore&Save...&Show tips at startup&Size&Undo&Undo &Window'%s' has extra '..', ignored.'%s' is invalid'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks)10 x 14 in11 x 17 in6 3/4 Envelope, 3 5/8 x 6 1/2 in: file does not exist!: unknown charset: unknown encoding< &Back
    A3 sheet, 297 x 420 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAdd current page to bookmarksAdd to custom coloursAdding book %sAllAll files (*)|*All files (*.*)|*.*Already dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)B4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)Bitmap resource specification %s not found.BoldBottom margin (mm):C sheet, 17 x 22 inC&learC3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCan not enumerate files '%s'Can not enumerate files in directory '%s'Can not start thread: error writing TLS.Can not suspend thread %xCan not wait for thread terminationCan't &Undo Can't check image format of file '%s': file does not exist.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't find current position in file '%s'Can't get info about registry key '%s'Can't load image from file '%s': file does not exist.Can't open registry key '%s'Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'CancelCannot convert dialog units: dialog unknown.Cannot find active dialup connection: %sCannot find container for unknown control '%s'.Cannot find font node '%s'.Cannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot initialize SciTech MGL!Cannot initialize display.Cannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open contents file: %sCannot open file '%s'.Cannot open file for PostScript printing!Cannot open index file: %sCannot parse coordinates from '%s'.Cannot parse dimension from '%s'.Cannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLSCase sensitiveCeltic (ISO-8859-14)Central European (ISO-8859-2)Choose ISP to dialChoose fontCl&oseClear the log contentsCloseClose Alt-F4Close AllClose this windowComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copies:Could not find resource include file %s.Could not find tab for idCould not resolve control class or id '%s'. Use (non-zero) integer instead or provide #define (see manual for caveats)Could not resolve menu id '%s'. Use (non-zero) integer instead or provide #define (see manual for caveats)Could not start document preview.Could not start printing.Could not transfer data to windowCouldn't add an image to the image list.Couldn't create a timerCouldn't create cursor.Couldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't register clipboard format '%s'.Couldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate directoryCreate new directoryCu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDecorativeDefault encodingDeleted stale lock file '%s'.Dial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...Directory '%s' couldn't be createdDirectory '%s' doesn't exist!Directory does not existDisplay all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1DoneDone.DownE sheet, 34 x 44 inElapsed time : Entries foundErrorError creating directoryError: Esperanto (ISO-8859-3)Estimated time : Execution of command '%s' failedExecutive, 7 1/4 x 10 1/2 inExtended Unix Codepage for Japanese (EUC-JP)Failed to %s dialup connection: %sFailed to access lock file.Failed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to create DDE stringFailed to create MDI parent frame.Failed to create a status bar.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to establish an advise loop with DDE serverFailed to establish dialup connection: %sFailed to execute '%s' Failed to find XBM resource %s. Forgot to use wxResourceLoadBitmapData?Failed to find XBM resource %s. Forgot to use wxResourceLoadIconData?Failed to find XPM resource %s. Forgot to use wxResourceLoadBitmapData?Failed to get ISP names: %sFailed to get clipboard data.Failed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load image %d from file '%s'.Failed to load mpr.dll.Failed to load shared library '%s'Failed to load shared library '%s' Error '%s'Failed to lock the lock file '%s'Failed to modify file times for '%s'Failed to open '%s' for %sFailed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to write to lock file '%s'Fatal errorFatal error: File %s does not exist.File '%s' already exists. Do you want to replace it?File couldn't be loaded.File errorFile name exists already.FindFixed font:Folio, 8 1/2 x 13 inFont size:Fork failedFound Found %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGoto PageGreek (ISO-8859-7)Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp: %sICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!Icon resource specification %s not found.Ill-formed resource file syntax.Illegal directory name.Illegal file specification.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndexIndian (ISO-8859-12)Invalid TIFF image index.Invalid XRC resource '%s': doesn't have root node 'resource'.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.KOI8-RLandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLoad %s fileLoading : Log saved to the file '%s'.MDI childMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMatch caseMemory VFS already contains file '%s'!Metal themeMi&nimizeMode %ix%i-%i not available.ModernMonarch Envelope, 3 7/8 x 7 1/2 inNameNewNameNext pageNoNo XBM facility available!No XPM icon facility available!No entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for XML node '%s', class '%s'!No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNordic (ISO-8859-10)NormalNormal font:Note, 8 1/2 x 11 inOKOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value, '=' expected.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.Page %dPage %d of %dPage SetupPagesPaper SizePaper sizePermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please wait while printing PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint spoolingPrint this pagePrint to FilePrinter command:Printer optionsPrinter options:Printer...Printing Printing ErrorPrinting page %d...Printing...Program aborted.Quarto, 215 x 275 mmQuestionRead error on file '%s'Referenced object node with ref="%s" not found!Registry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:Remaining time : Remove current page from bookmarksReplace &allReplace with:Resource files must have same version number!Right margin (mm):RomanSave %s fileSave asSave log contents to fileScriptSearchSearch contents of help book(s) for all occurences of the text you typed aboveSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Select &AllSelect a document templateSelect a document viewSelect a fileSeparator expected after the option '%s'.Setup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow/hide navigation panelSizeSlantSorry, could not open this file for saving.Sorry, could not open this file.Sorry, could not save this file.Sorry, not enough memory to create a preview.Statement, 5 1/2 x 8 1/2 inStatus: Subclass '%s' not found for resource '%s', not subclassing!SwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe directory '%s' does not exist Create it now?The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The path '%s' contains too many ".."!The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.The version of remote access service (RAS) installed on this machine is tooold, please upgrade (the following required function is missing: %s).There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: can not store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTip of the DayTips not available, sorry!To:Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Trying to solve a NULL hostname: giving upTurkish (ISO-8859-9)US Std Fanfold, 14 7/8 x 11 inUnable to open requested HTML document: %sUnexpected parameter '%s'Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown encoding (%d)Unknown long option '%s'Unknown option '%s'Unknown style flag Unmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictView files as a detailed viewView files as a list viewViewsWaiting for subprocess termination failedWarningWarning: Warning: attempt to remove HTML tag handler from empty stack.Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chinese Traditional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932)Windows Korean (CP 949)Windows Turkish (CP 1254)Windows Western European (CP 1252)Windows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XRC resource '%s' (class '%s') not found!XRC resource: Cannot create bitmap from '%s'.XRC resource: Incorrect colour specification '%s' for property '%s'.YesYou cannot add a new directory to this section.[EMPTY]a DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.binaryboldcan't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.catalog file for domain '%s' not found.ctrldatedefaulteighteentheightheleventhentry '%s' appears more than once in group '%s'establishfailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfourteenthfourthgenerate verbose log messagesinitiateinvalid eof() return value.invalid message box return valueitaliclightlocale '%s' can not be set.looking for catalog '%s' in path '%s'.midnightnineteenthninthno DDE error.nonamenoonnumreadingreentrancy problem.secondseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtodaytomorrowtwelfthtwentiethunderlinedunexpected " at position %d in '%s'.unknownunknown errorunknown error (error code %08x).unknown line terminatorunknown seek originunknown-%dunnamedunnamed%dusing catalog '%s' from '%s'.writingwxGetTimeOfDay failed.wxSocket: invalid signature in ReadMsg.wxSocket: unknown event!.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayProject-Id-Version: wxWidgets-2.5.2 Report-Msgid-Bugs-To: POT-Creation-Date: 2008-04-24 09:56+0200 PO-Revision-Date: 2003-07-22 11:31+0100 Last-Translator: Paco Rivire Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit (error %ld: %s) - Previsualitza#10 Sobre, 4 1/8 x 9 1/2 polz. #11 Sobre, 4 1/2 x 10 3/8 polz. #12 Sobre, 4 3/4 x 11 polz.#14 Sobre, 5 x 11 1/2 polz. #9 Sobre, 3 7/8 x 8 7/2 polz. #define %s ha de ser un nmero sencer.%i de %i%s (o %s)Error %sInformaci %sAtenci %smissatge %s%s no s una especificaci de recursos de mapa de bits.%s no s una especificaci de recursos d'icona&Organitza les icones&Anulla&Cascada&Tanca&Copia&Elimina&Detalls&Cerca&Fi&Ajuda&Registre&Mou&Segent&Segent >Consell &segent&Enganxa&Previ&Refs&Refs&Substitueix&Restaura&Desa...&Mostra els consells al comenar&Mida&Desfs&Desfs&Finestra'%s' t '..' extres que han estat ignorats.'%s' s invlid'%s' no s valor numric correcte per l'opci '%s'.'%s' no s un missatge vlid de catleg'%s' s probablement un bffer binari.'%s' hauria de ser numric.'%s' noms hauria de contenir carcters ASCII'%s' noms hauria de contenir carcters alfabtics'%s' noms hauria de contenir carcters alfabtics o numrics.(Ajuda)(preferits)10 x 14 polz.11 x 17 polz.6 3/4 Sobre, 3 5/8 x 6 1/2 polz.: fitxer no existeix!: joc de carcters desconegut: codificaci desconeguda< &EnrereFull A3, 297 x 420 mmFull A4, 210 x 297 mmFull petit A4, 210 x 297 mmFull A5, 148 x 210 mmABCDEFGabcdefg12345ASCIIAfegeix la pgina actual a preferitsAfegeix a colors personalitzatsS'est afegint el llibre %sTotTots els fitxers (*)|*Tots els fitxers (*.*) *.* Ja s'est trucant a l'ISP.Afegeix el registre al fitxer '%s' (escollir [No] sobrescriur el fitxer)?rab (ISO-8859-6)B4 Sobre, 250 x 353 mmFull B4, 250 x 354 mmB5 Sobre, 176 x 250 mmFull B5, 182 x 257 millmetresB6 Sobre, 176 x 125 mmBMP: No s'ha pogut localitzar la memria.BMP:No s'ha pogut desar la imatge invlida.BMP: No s'ha pogut escriure el mapa de colors RGB.BMP: No s'ha pogut escriure la dada.BMP: No s'ha pogut escriure la capalera del fitxer (Mapa de bits).BMP: No s'ha pogut escriure la capalera del fitxer (BitmapInfo).BMP:wxImage no t una wxPallette prpia.Bltic (ISO-8859-13)Bltic (antic) (ISO-8859-4)No s'ha trobat l'especificaci %s de recursos de mapa de bits.NegretaMarge inferior (mm):Full C, 17 x 22 polz.&NetejaC3 Sobre, 324 x 458 mmC4 Sobre, 229 x 324 mmC5 Sobre, 162 x 229 mmC6 Sobre, 114 x 162 mmC65 Sobre, 114 x 229 mmNo es pot enumerar els fitxers '%s'No es pot enumerar els fitxers en el directori '%s'No es pot iniciar la cadena: error en escriure TLS.No es pot suspendre en fil %xNo es pot esperar per a l'acabament de cadenaNo s'ha pogut &desferNo es pot revisar el format d'imatge del fitxer '%s': el fitxer no existeix.No es pot tancar la clau de registre '%s'No es pot copiar els valors del tipus %d no suportat.No es pot crear la clau de registre '%s'No es pot crear un filNo es pot crear una finestra de la classe '%s'No es pot eliminar la tecla '%s'No es pot eliminar el fitxer INI '%s'No es pot eliminar el valor '%s' de la clau '%s'No es poden enumerar subclaus de la clau '%s'No es pot enumerar els valors de la clau '%s'No es pot trobar la posici actual en el fitxer '%s'No es pot obtenir informaci sobre la clau de registre '%s'No es pot carregar una imatge del fitxer '%s': el fitxer no existeix.No es pot obrir la clau de registre '%s'No es pot llegir el valor de '%s'No es pot llegir el valor de la clau '%s'No es pot desar la imatge en el format '%s': extensi desconeguda.No es pot desar els continguts de registre al fitxer.No es pot fixar la prioritat filsNo es pot fixar un valor de '%s'AnullaNo es pot convertir el dileg d'unitats: dileg desconegutNo es pot trobar connexi activa de marcatge directe: %sNo es pot trobar el contenidor del control desconegut '%s'.No es pot trobar el node '%s' de font.No es pot localitzar el fitxer del llibre d'adrecesNo es pot obtenir un rang de prioritats per la poltica de planificaci %d.No es pot obtenir el nom d'hostatgerNo es pot obtenir el nom oficial de l'hostatgerNo es pot penjar - no hi ha activa cap connexi de marcatge directe.No es pot inicialitzar OLENo es pot inicialitzar SciTech MGL!No es pot comenar a mostrar.No es pot carregar la icona des de '%s'No es pot carregar recursos des del fitxer '%s'.No es pot obrir el document HTML %sNo es pot obrir el llibre d'ajuda HTML: %sNo es pot obrir fitxers de contingut: %sNo es pot obrir el fitxer '%s'.No es pot obrir el fitxer per a la impressi PostScript!No es pot obrir el fitxer d'ndex: %sNo es pot analitzar les coordenades des de '%s'.No es pot analitzar les dimensions des de '%s'.No es pot imprimir una pgina buida.No es pot llegir el tipus de nom des de '%s'!No es pot recuperar la cadena de poltica de planificaci.No es pot iniciar el fil: s'ha coms un error en escriure TLSDistingeix entre majscules i minsculesCltic (ISO-8859-14)Europeu central (ISO-8859-2)Trieu l'ISP a trucarTrieu la font&TancaNeteja els continguts del registre.TancaTanca Alt-F4Tanca-ho totTanca aquesta finestraOrdinadorNo es pot iniciar un nom d'entrada de configuraci per '%c'.ConfirmaConfirmeu l'actualitzaci del registreS'est connectantContingutLa conversi al joc de carcters '%s' no funciona.Cpies:No es pot trobar el fitxer d'inclusi de recursos %s.No es pot trobar la pestanya per a idNo es pot resoldre la classe de control o l'id '%s'. Utilitzeu un nmero sencer diferent de zero o proporcioneu el #define (vegeu els consells del manual)No es pot resoldre l'id del men '%s'. Utilitza un sencer diferent de zero o proporciona el #define (vegeu els consells del manual)No s'ha pogut iniciar la previsualitzaci del document.No s'ha pogut iniciar la impressiNo s'ha pogut transferir dades a la finestraNo s'ha pogut afegir una imatge al llistat d'imatges.No s'ha pogut crear un temporitzadorNo s'ha pogut crear un cursor.No s'ha pogut trobar el smbol '%s' en una llibreria dinmicaNo es pot obtenir l'actual cadena de punterNo s'ha pogut carregar una imatge PNG - el fitxer s corromput o no hi ha prou memria.No s'ha pogut registrar el format '%s' del porta-retalls.No es pot recuperar informaci sobre els llistat %d de controls d'elements.No s'ha pogut desar la imatge PNG.No s'ha acabat la cadenaCrea directoriCrea un directori nouRe&tallaDirectori actual:Cirllic (ISO-8859-5)Full D 22 x 34 polzadesSollicitud de DDE poke fallidaCapalera DIB: la codificaci no coincideix amb la profunditat de bits.Capalera DIB: Imatge amb alada > 32767 pxels per fitxer.Capalera DIB: Imatge amb amplada > 32767 pxels per fitxer.Capalera DIB: profunditat de bits desconeguda en el fitxer.Capalera DIB: codificaci desconeguda en el fitxer.Sobre DL, 110 x 220 mmDecoratiuCodificaci predeterminadaS'ha eliminat el fitxer antic de bloqueig '%s'.Les funcions de marcatge directe no es troben disponibles ja que el servei d'accs remot (RAS) no es troba installat en aquest maquinari. Reinstalleu-ho.Sabeu que...No s'ha pogut crear el directori '%s'El directori '%s' no existeix!Directori no existeixMostra tots els elements de l'ndex que continguin la subcadena donada. La recerca no distingeix majscules de minscules.Mostra les opcions del dilegDesitgeu sobrescriure l'ordre utilitzada per als fitxer %s amb l'extensi "%s" ? el valor actual s %s, El nou valor s %s %1FetFet.AvallFull E, 34 x 44 polz.Temps transcorregut:Entrades trobades:ErrorError en crear directoriError: Esperanto (ISO-8859-3)Temps estimat:L'execuci de l'ordre '%s' ha fallit.Executiu (7 1/4 x 10 1/2 polz. )Codificaci de pgina estesa per al japons (EUC-JP)No s'ha pogut %s a la connexi de marcatge directe: %sNo s'ha pogut accedir el fitxer de blocatge.No s'ha pogut tancar el manegador de fitxersNo s'ha pogut tancar el fitxer de bloqueig '%s'No s'ha pogut tancar el porta-retallsConnexi fallida: hi manca el nom d'usuari o la contrasenya.No s'ha pogut connectar: no hi ha cap ISP a trucar.No s'ha pogut copiar el valor '%s' de registreNo s'ha pogut copiar els continguts de la clau de registre '%s' a '%s'.Impossible de copiar el fitxer '%s' a '%s'No s'ha pogut crear una cadena DDENo s'ha pogut crear un marc MDI principal.No s'ha pogut crear una barra d'estat.No s'ha pogut crear un nom d'arxiu temporalCreaci fallida d'un conducte annim.No s'ha pogut crear una connexi en el servidor '%s' en el tema '%s'No s'ha pogut crear el directori '%s' (Disposeu dels permisos requerits?)No s'ha pogut crear una entrada de registre per '%s' fitxers.No s'ha pogut crear el dileg estndard de cerca/substitueix (codi d'error %d)No s'ha pogut mostrar el document HTML en codificaci %sNo s'ha pogut buidar el porta-retallsNo s'ha pogut establir un bucle d'avs amb el servidor DDENo s'ha pogut establir la connexi: %sNo s'ha pogut executar '%s' No s'ha pogut trobar el recurs XBM %s. No us recordat d'utilitzar wxResourceLoadBitmapData?No s'ha pogut trobar el recurs XBM %s. No us heu recordat d'utilitzar wxResourceLoadIconData?No s'ha pogut trobar el recurs XMP %s. No us recordat d'utilitzar wxResourceLoadBitmapData?No s'han pogut obtenir els noms ISP: %sNo s'han pogut obtenir les dades del porta-retallsNo s'ha pogut obtenir les dades del porta-retallsNo s'ha pogut obtenir l'horari local del sistemaNo s'ha pogut obtenir el directori en funcionamentNo s'ha pogut inicialitzar GUI: no s'ha trobat que estigus muntat en temes.No s'ha pogut inicialitzar l'ajuda MS HTMLNo s'ha pogut inicialitzar l'OpenGLNo s'ha pogut sincronitzar amb un fil, s'ha detectat un potencial de prdua de memria - reinicieu el programaNo s'ha pogut acabar el procs %dNo s'ha pogut carregar la imatge %d des del fitxer '%s'.No s'ha pogut carregar el mpr.dllNo s'ha pogut carregar la llibreria compartida '%s'No s'ha pogut carregar la llibreria compartida '%s' Error '%s'No s'ha pogut bloquejar el fitxer de bloqueig '%s'No s'ha pogut modificar les hores de fitxer de '%s'No s'ha pogut obrir '%s' per %sNo s'ha pogut obrir un fitxer temporalNo s'ha pogut obrir el porta-retallsNo s'ha pogut posar dades al porta-retallsNo s'ha pogut llegir el PID des del fitxer de registre.No s'ha pogut redireccionar el procs fill d'entrada/sortidaNo s'ha pogut redireccionar el procs fill d'IONo es pot registrar el servidor DDE '%s'No es pot recordar la codificaci del joc de carcters '%s'.s impossible d'eliminar el fitxer de blocatge '%s'No s'ha pogut extreure el fitxer antic de bloqueig '%s'No s'ha pogut reanomenar el valor de registre '%s' a '%s'.No s'ha pogut reanomenar la clau de registre '%s' a '%s'.No s'ha pogut recuperar les dades del porta-retalls.No s'ha pogut recuperar les hores de fitxer de '%s'No s'ha pogut recuperar el text del missatge d'error RASNo s'ha pogut recuperar els formats suportats del porta-retalls.No s'ha pogut enviar una notificaci d'avs DDENo s'ha pogut fixar el mode de transferncia FTP a %s.No s'ha pogut fixar les dades del porta-retallsNo s'ha pogut fixar els permisos de fitxer temporals.No s'ha pogut establir la prioritat de la cadena %dNo s'ha pogut emmagatzemar la imatge '%s' a la VFS de memria!No s'ha pogut acabar una cadena.No s'ha pogut acabar el bucle d'avs amb el servidor DDE.No s'ha pogut acabar la connexi de marcatge directe: %sNo s'ha pogut posar en contacte amb el fitxer '%s'No s'ha pogut desbloquejar el fitxer de bloqueig '%s'No s'ha pogut desenregistrar el servidor DDE '%s'No s'ha pogut escriure a l'arxiu de bloqueig '%s'Error fatalError fatal:El fitxer %s no existeixEl fitxer '%s' ja existeix, Desitgeu substituir-lo?No s'ha pogut carregar el fitxer.Error de fitxerAquest nom de fitxer ja existeix.CercaFont fixada:Foli, 8 1/2 x 13 polzadesMida de la font:El fork ha fallat!TrobatS'han trobat %i coincidnciesDe:GIF: ndex invlid de gif.GIF: el flux de dades sembla haver-se trencat.GIF: error en el format GIF d'imatge.GIF: No hi ha prou memriaGIF: error desconegut!!!GTK + temaFanfold legal alemany, 8 1/2 x 13 polz.Fanfold alemany estndard, 8 1/2 x 12 inVs enrereVs endavantPuja un nivell de la jerarquia del document.Vs al directori principalPuja un directori Vs a la pginaGrec (ISO-8859-7)Hebreu (ISO-8859-8)AjudaOpcions d'ajuda del navegadorndex de l'ajudaAjuda de la impressiAjuda: %sICO: Error en llegir la mscara DIB.ICO: Error en llegir el fitxer d'imatge!ICO: Imatge massa llarga per a una icona.ICO:Imatge massa ampla per poder ser una icona.ICO: ndex d'icones invlidIFF: el fil de dades sembla estar trencades.IFF: error en format d'imatge IFF.IFF: no hi ha prou memria.IFF: error desconegut!!!No s'ha trobat l'especificaci %s de recursos d'iconesSintaxi incorrecta del codi font.Nom illegal de directoriEspecificaci de fitxer illegal.No s possible crear un control d'edici rica, utilitzant en el seu lloc un control de text simple. Reinstalleu riched32.dlls impossible obtenir l'entrada de procs fill.No s possible obtenir permisos per al fitxer '%s's impossible sobrescriure el fitxer '%s's impossible fixar els permisos per al fitxer '%s'ndexIndi (ISO-8859-12)Index d'imatge TIFF invlidRecurs XRC '%s' invlid: no t una arrel del node de 'recurs'.Mode d'especificaci de mostreig '%s' invlid.Especificaci geomtrica invlida '%s'Fitxer de bloqueig '%s' invlid.Expressi regular invlida '%s': %sCursivaSobre itali, 110 x 230 mmJPEG: No s'ha pogut carregar - el fitxer deu estar corromput.JPEG: No s'ha pogut desar la imatge.KOI8-RApasatLedger, 17 x 11 polz.Marge esquerra (mm):Legal (8 1/2 x 14 polzades)Carta petita, 8 1/2 x 11 polzCarta (8 1/2 x 11 polzades)ClarCarrega fitxer %sS'est carregant:Registre desat en el fitxer '%s'.MDI fillLes funcion d'ajuda MS HTML no estn disponibles perque la llibreria d'Ajuda MS HTML no est installada en aquest maquinari.L'heu d'installar..Ma&ximitzaCoincidncia exactaLa memria VFs encara cont el fitxer '%s'!Tema metallitzatMi&nimitzaMode %ix%i-%i no disponible.ModernSobre reial, 3 7/8 x 1/2 polzNomNou nomPgina segentNoServei XBM no disponible!No hi ha cap icona XPM disponible!No s'ha trobat entrades.No s'ha trobat ha cap tipus de lletra per a mostrar text en codifiaci '%s'. per hi ha la codificaci '%s' alternativa. Voleu fer servir aquesta codificaci (sino haureu de triar una altre)?No s'ha trobat ha cap tipus de lletra per a mostrar text en codifiaci '%s'. Voleu triar un tipus de lletra per aquesta codificaci (sino el text en aquesta codificaci no es mostrar correctamet)?No s'ha trobat cap manegador per als nodes XML '%s', classe '%s'!No s'ha trobat cap manegador per al tipus d'imatgeNo hi ha definit cap manegador per al tipus d'imatge %d.No hi ha definit cap manegador per al tipus d'imatge %s.Encara no s'ha trobat cap pgina que coincideixiNrdic (ISO-8859-10)NormalFont normalNota, 8 1/2 x 11 polzadesD'acordSelecciona un FitxerObre document HTMLOperaci no permesa.L'opci '%s' requereix un valor, '=' esperat.L'opci '%s' requereix un valor.Opci '%s': '%s' no es pot convertir a data.OpcionsOrientaciPCX: no es pot localitzar la memriaPCX: format d'imatge no suportatPCX: imatge invlidaPCX: aquest no s un fitxer PCX .PCX: error desconegut!!!PCX: nmero de versi massa baixPNM: No es pot localitzar la memria.PNM: Format de fitxer no reconegut.PNM: el fitxer sembla estroncatPgina %dPgina %d de %dConfiguraci de la pginaPginesMida del paperMida del paperPermisosNo s'ha pogut crear la canonada.Trieu una font vlidaTrieu un fitxer existent.Trieu quin ISP us voleu connectarCal que installeu una versi ms nova de comctl32.dll (com a mnim cal la versi 4.70 per teniu la %d.%02d) o aquest programa no operar correctament.Espereu mentre simprimeix VerticalFitxer PostScriptPrevisualitzaci:Pgina anteriorImprimeixImprimeix previsualitzaciError en la previsualitzaci d'impressiRang d'impressiParmetres d'impressiImprimeix en colorCua d'impressiImprimeix aquesta pginaImprimeix al fitxerOrdre d'impressiOpcions d'impressiOpcions d'impressi:Impressi...S'est imprimintError d'impressiS'est imprimint la pgina %d...S'est imprimint...Programa avortat.Quarto, 215 x 275 mmPreguntaLlegeix error en el fitxer '%s'Objecte de node referenciat amb ref="%s"" no s'ha trobat!La clau de registre '%s' ja existeix.La clau de registre '%s' no existeix, no la podeu reanomenar.La clau de registre '%s' s necessitada per operacions normals de sistema, eliminant-los deixar el vostre sistema en un estat inservible: operaci avortada.El valor '%s' de registre encara existeix.Entrades rellevants:Temps restant :Extreu la pgina actual dels preferitsSubstitueix-ho &totSubstitueix amb:Els fitxers de recursos han de tenir el mateix nmero de versi!Marge dret (mm):RomanDesa fitxer %sAnomena i desaDesa els continguts del registre al fitxerScriptCercaCerqueu continguts en llibre(s) d'ajuda per totes les ocurrncies del text escritDirecci de cercaCerca:Cerca a tots els llibresS'est cercant...SeccionsError de recerca en fitxer '%s'Selecciona-ho &totSeleccioneu una plantilla de documentSeleccioneu una vista del documentSelecciona un fitxerS'espera un separador desprs de l'opci '%s'.Configura...S'han triat diverses connexions de marcatge directe, triant-ne una aleatriament.Mostra-ho totMostra tots els elements en el ndexMostra directoris ocults.Mostra/amaga el plaf de navegaciMidaInclinaNo es pot obrir aquest fitxer per desar.No s'ha pogut obrir aquest fitxer.No s'ha pogut desar aquest fitxer.No hi ha prou memria com per crear una previsualitzaciStatement, 5 1/2 x 8 1/2 polz.Estat:Subclasse '%s' no trobada per recursos '%s', no subclassificant!SusTIFF: No es pot localitzar la memriaTIFF: Error en carregar la imatge.TIFF: Error en llegir la imatge.TIFF: Error en desar la imatge.TIFF: Error en escriure la imatge.Tabloid, 11 x 17 polzTeletipPlantillesTailands (ISO-8859-11)El servidor FTP no permet l's de mode passiu.El joc de carcters '%s' s desconegut. Podeu seleccionar un altre conjunt per substituir-lo o escolliu [Anulla] si no pot ser substitut.El directori '%s' not existeix Desitgeu crear-lo ara?El fitxer '%s' no existeix i per tant no pot ser obert. Ha estat extret des de llistat de fitxers utilitzats ms recentment.La ruta '%s' cont massa ".."!El parmetre requerit '%s' no ha estat especificat.No s'ha pogut desar el text.El valor per l'opci '%s' ha d'estar especificat.La versi d'accs remot al servei (RAS) installada en aquest maquinari s "tooold", l'haureu d'actualitzar (la segent funci sollicitada s'ha passat per alt: %s).Hi ha hagut un problema durant l'actualitzaci de la pgina: potser caldr establir la impressora predeterminada.La inicialitzaci de mduls de la cadena ha fallat: no es pot emmagatzemar valor en cadena emmagatzemada localmentLa inicialitzaci de mduls de la cadena ha fallat: no s'ha pogut crear una clau de la cadena.La inicialitzaci de mduls de la cadena ha fallat: no s possible localitzar l'ndex en la cadena emmagatzemada localmentLa prioritat de parmetres s ignorada.Colloca &horitzontalmentColloca &verticalmentConsell del diaEls consells no es troben disponibles!Per a:Marge superior (mm):S'est intentant esborrar el fitxer '%s' de VFS de memria, per no est carregat!S'est intetant solucionar un nom d'hostetjador buit: no es pot.Turc (ISO-8859-9)US Std Fanfold, 14 7/8 x 11 polzNo s possible obrir el document HTML sollicitat: %sParmetre '%s' no esperatUnicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Error DDE desconegut %08xCodificaci (%d) desconegudaOpci llarga desconeguda '%s'Opci '%s' desconegudaEstil de bandera desconegut'{' no tancat per a tipus mime %s.Ordre sense nomFormat no suportat de porta-retallsTema '%s' no suportatAmuntSintaxi: %sConflicte de validaciMostra els fitxers en vista detalladaMostra fitxers com a un llistat de vistaVistesError en l'espera de la fi d'un subprocsAtenciAdvertncia:Atenci: intent d'extreure una etiqueta HTML d'una pila buida.Europa de l'est, (ISO-8859-1)Europeu occidental amb Euro (ISO-8859-15)Tota la paraulaNoms paraules senceresTema Win32Win32s en Windows 3.1Windows rab (CP 1256)Windows Bltic (CP 1257)Windows Central Europeu (CP 1250)Windows Xins Simplificat (CP 936)Windows Xins Tradicional (CP 950)Windows Cirlic (CP 1251)Windows Grec (CP 1253)Windows Hebreu (CP 1255)Windows Japons (CP 932)Windows Core (CP 949)Windows Turc (CP 1254)Windows Europeu de l'est (CP 1252)Windows/DOS OEM (CP 437)Error en el fitxer '%s'error d'anlisi XML: '%s' a la lnia %dXPM: dades pxels mal formulades!recurs XRC: '%s' (tipus '%s') no trobada!recurs XRC: No es pot crear mapa de bits des de '%s'.recurs XRC: Color d'especificaci incorrecte '%s' per a la propietat '%s'.SNo podeu afegir un directori nou a aquesta secci[BUIT]una aplicaci DDEML ha creat una condici estreta prolongada.s'ha cridat una funci DDEML sense cridar primer la funci DdeInitialize, o un identificador invlid d'instncia ha passat a funci DDEML.Un client que intentava establir una connexi ha fallit.ha fallat una assignaci de memriaun parmetre ha fallat per ser validat pel DDEMLuna sollicitud per a una transacci d'avs sncrona ha excedit el tempsuna sollicitud per a una transacci de dades sncrona ha excedit el tempsuna sollicitud per a una transacci sncrona per a executar ha excedit el tempsuna sollicitud per a una transacci poke ha excedit el tempsuna sollicitud per finalitzar un avs de transacci s'ha excedit en el temps.s'ha intentat una conversaci de servidor lateral que ha acabat amb el client, o el servidor abans de completar una transacci.ha fallat una transaccialtuna aplicaci comenada com a APPCLASS_MONITOR ha intentat fer una transacci DDE, o b una aplicaci comenada com a APPCMD_CLIENTONLY ha intentat fer transaccions de servidor.ha fallat una trucada interna cap a la funci PostMessageHi ha hagut un error intern en el DDEML.s'ha passat a funcin DDEML un identificador de transacci no vlid. un cop que l'aplicaci ha tornat d'una trucada XTYP_XACT_COMPLETE, l'identificador de transacci d'aquesta trucada ja no s vlid.intent de canviar la clau immutable '%s' ignorat.binarinegretano s'ha pogut tancar el fitxer '%s'no s'ha pogut tancar el descriptor de fitxer %dno es pot confiar canvis al fitxer '%s'no s'ha pot crear el fitxer '%s'no s'ha pogut eliminar el fitxer de configuraci '%s' d'usuarino es pot determinar si s'ha arribat al final del fitxer amb el descriptor %dno es pot trobar la llargria del fitxer en el descriptor del fitxer %dno es pot trobar la CASA de l'usuari utilitzant el directori actual.no es pot buidar el descriptor del fitxer %dno es pot cercar en el descriptor del fitxer %dno s'ha pogut carregar cap font, s'est avortantno s'ha pogut obrir el fitxer '%s'no es pot obrir el fitxer de configuraci global '%s'.no es pot obrir el fitxer de configuraci d'usuari '%s'.no es pot obrir el fitxer de configuraci de l'usuari.no s'ha pogut extreure el fitxer '%s'no es pot extreure el fitxer temporal '%s'no s pot cercar el fitxer descriptor de %dno es pot escriure el bfer '%s' al disc.no es pot escriure en el fitxer descriptiu %dno es pot escriure el fitxer de configuraci de l'usuarino s'ha trobat el fitxer de catleg per al domini '%s'controldatapredeterminatdivuitvuitonzl'entrada '%s' apareix ms d'un cop en el grup '%s'estableixno s'ha pogut buidar la memria del fitxer '%s'quinzcinqufitxer '%s', lnia %d: '%s' ignorada desprs de la capalera de grup.fitxer '%s', lnia %d: '=' inesperat.fitxer '%s', lnia %d: clau '%s' ha estat trobat per primer cop a la lnia %d.fitxer '%s', lnia %d: valor per a clau immutable '%s' ignorat.fiitxer '%s': carcter inesperat %c a la lnia %d.primercatorzquartgenera missatges de registre detallatsiniciavalor eof() de retorn invlid.valor de retorn de la caixa de missatges invlidcursivaclarla localitzaci '%s' no es pot fixars'est cercant el catleg '%s' a la ruta '%s'.mitja nitdinovnovno hi ha error DDE.sense nommigdianm.s'est llegintproblema de reentrada.segondissetsetShiftmostra aquest missatge d'ajudasetzsisespecifiqueu el mode de pantalla a utilitzar (p. ex. 640x480-16)especifica el tema a utilitzarstrdesla resposta a la transacci causada per la DDE_FBUSY s'ha de fixar una mica.tercertretzavuidemdotzvintsubratllatno esperat " a la posici %d de '%s'.desconeguterror desconeguterror desconegut (error de codi %08x).acabament de lnia desconegutorigen de recerca desconegutdesconegut-%dsense nom%d sense noms'est utilitzant el catleg '%s' des de '%s'.s'est escrivintwxGetTimeOfDay ha fallat.wxSocket: signatura invlida en ReadMsg.wxSocket: incidncia desconeguda!.wxWidgets no podia obrir l'aplicaci per '%s'; s'est sortint.wxWidgets no podien obrien l'exhibici. S'est sortint.ahirwxmaxima-Version-18.02.0/locales/wxwin/cs.mo000066400000000000000000001655041324204105000207020ustar00rootroot00000000000000?^?z??? ??? ?? ? @@ @%@4@<@E@L@U@[@c@l@r@x@@@@@@ @@@ @ @@@@@@@ AAAA&ADA4TA$A!AA*A/B:CB~B B B B BBBBC CCCCC#C:CQCnCCCCCCCCCDD.D:DDDDDDDDE!6E"XE{E-E1E(EF3FMFRFfFzFFFFFFG)!GKGeG(~GGG#G H; HIH)gHHHHHH%I#?I"cI(I&I5I J")JLJeJ1J JJJ!K)K,0K(]K/KK-K3L4L LL-mLLLLL%M-MKMjMM)MM#M!N*NCN)cN&NNNNN OOO3O 9O FOPObO)kOOO OO(OOPP%P!?PaP!{P(PPP.P'%QCMQ(Q9QQ R'R8RMRSRXRkRRR,R1R0 S%=S%cSS SSS SS~SxT T"TTTQT@UvWU+UUUV V V,V2VKVSV jV0VV,V$W+WGWcWW-W"W"W9X$OXtX"XX&X"X8YGUY/YAY.Z>Z]Z2}Z)ZZZ%[#4[#X[3|["[[D\'^\\"\!\$\ ])]H]#f]"]-]']"^5&^\^&|^-^/^+_&-_,T_2_-_&_& `0`(N`!w`)``3`-aCaaa$a!a a aaa=a4=brb bbbb bb bb bb cc'(cPcpcc c#c!cc c%d(d=d Td^dqdddd d d dddd"e >e _ee'eeeef'fjCf%f+f%g/&gVg\gqgxg=g(g#gh#5hYh`h1}hhhh hhhii8iNi Ti aili i|i j j&$jKj Pj \jfjj"j jjj j jjjj jjjkk/zl l%l%lm2m;mPm Wmdmxm {mmmm0mn nn2nPncnnnn#nno o 'o2o 8o CoNo To`ouoo1ootpppp pp pp p pqq!q 1q?qPq`q qq |qqq qqqqq/q!,r3Nrr#s(s":s ]s js-xssss s sssstN t\t mtyt ttt ttt)t#u?,uluuuuuuu+u u v-9vgvv6v;vvw%w@w[wuwww ww,wzw(rx0xox%>z;5+„؄܄9,Ӆ-ʆ  (!Gi)>/0J-i*ʈ(#"Be | !߉$'&NSX `kr/{ӊ 4!68X9.ˋ  :[bh&  Ōӌ܌  +7?E \f-lC ! ) 3$>ck |  ʎ Ҏ܎ 'E3_* ȏ֏aڏ<MQ#Z$~! ő"  )8H[^ mw  ̒ג   + 8F O \ i t   ɓ ғܓ+7 X"w%"ה1 , 9ET"c͕ٕ֕ߕ!A[o#u ϖؖ!:HJ—ܗ()Fp.2֘& 0Gfnי 1#(U~/$A:T'2(,Lf))&؜$4$<Y(ߝ$4#%X ~#93!=U$:ӟ!-0<^*ߠ'!E#g$1͡)#) M#n,)ݢ 7%U{  ͣ ۣ/>O(U&~"֤#.Rm1-U,<1iҦ )?Z8x@A)4%^Ҩ%| ܩrd{&&-5;Vi"o"-ԫA"d)$ƬA!I'k;*ϭ/H*d'4H257h,ͯ$+0<m%0а-=/0mb1=&o&$, "0S(o5>γD #R.v%,˴33,!`-5.0+F+r!9$:Z+s'Ƿ%# +0\l~16͸ #)MU\wԹع-$AZ r'}% ˺ պ 7G\v #λ޻'%9+_,-Լ$'@Xwb//)Y0t ž";<+-!Y{$ȿ?'FM T`w l%!)  .$7\m  ;4''+S n{ !# E PZ$x%!12S $!GF%0 Vas| #3CX n{  "%%';M% 1$I n{3 4;[B . )D)a R (! <] f(q+)(*R }''&&F^qz%|"4.Wp)(!J!^HS=Q[+"F4={".) :Fc{*(:c({ (- 5 @M&k    >]&p/+ 0Qp &".2a(,2 ;uT+/4?5t523~G&3p %$-6JB/M(B&k'7+4;p& ""(:#c  2 %+ Q^?g)GG2a )##<`h x  &/5N ]<g <  +0 7 D P%\ )  "CU&m8?+ 2@d:NOEFRX|~9DxbYH` 1#rp8GT:sgVc)KB t)AX5MVE GA({&Cp,%8b@sv?2#F9]q(oW![7@ Vl6=f5itHmUz+sP>o"%i{+y7S{|QD(b]rTZ)R_1!Z4<efo , }^_upd6zn"-JU,.YOu*q2k&$~vQcZxFYngX;L=QWS\B3&zy8`N  1jeL\$2Kk<h?~^Wm I ^l*wEGJ</\>P*%u6laUH/7- ;AgfNr-@PR}IL /"M[whqdj+[ h=e}0.K> I5mBk$ S4M]T!?nD '.w:i_3' Caa9;#cOJ|'t0C40xyv 3`j (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in%i of %i%s (or %s)%s Error%s Information%s Warning%s files (%s)|%s%s message&About...&Apply&Apply Style&Arrange Icons&Cancel&Cascade&Close&Colour:&Copy&Delete&Details&File&Find&Finish&Help&Log&Move&Next&Next >&Next Tip&Open...&Paste&Previous&Print...&Redo&Redo &Replace&Restore&Save...&Show tips at startup&Size&Undo&Undo &Window'%s' has extra '..', ignored.'%s' is invalid'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks)10 x 14 in11 x 17 in6 3/4 Envelope, 3 5/8 x 6 1/2 in: file does not exist!: unknown charset: unknown encoding< &Back<<>>>>|A3 sheet, 297 x 420 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAdd current page to bookmarksAdd to custom coloursAdding book %sAllAll files (%s)|%sAll files (*)|*All files (*.*)|*All files (*.*)|*.*Already dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)B4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)BoldBottom margin (mm):C sheet, 17 x 22 inC&learC3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCan not enumerate files '%s'Can not enumerate files in directory '%s'Can not resume thread %luCan not resume thread %xCan not start thread: error writing TLS.Can not suspend thread %luCan not suspend thread %xCan not wait for thread terminationCan't &Undo Can't check image format of file '%s': file does not exist.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't find current position in file '%s'Can't get info about registry key '%s'Can't load image from file '%s': file does not exist.Can't open registry key '%s'Can't read from inflate stream: %sCan't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot convert dialog units: dialog unknown.Cannot find active dialup connection: %sCannot find container for unknown control '%s'.Cannot find font node '%s'.Cannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot initialize SciTech MGL!Cannot initialize display.Cannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open contents file: %sCannot open file '%s'.Cannot open file for PostScript printing!Cannot open index file: %sCannot parse coordinates from '%s'.Cannot parse dimension from '%s'.Cannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLSCase sensitiveCeltic (ISO-8859-14)Central European (ISO-8859-2)Choose ISP to dialChoose fontCl&oseClear the log contentsCloseClose Alt-F4Close AllClose this windowComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copied to clipboard:"%s"Copies:Copy selectionCould not find tab for idCould not start document preview.Could not start printing.Could not transfer data to windowCouldn't add an image to the image list.Couldn't create a timerCouldn't create cursor.Couldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't register clipboard format '%s'.Couldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate directoryCreate new directoryCtrl-Cu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDecorativeDefault encodingDefault printerDelete itemDeleted stale lock file '%s'.Dial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...DirectoriesDirectory '%s' couldn't be createdDirectory '%s' doesn't exist!Directory does not existDisplay all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1Do you want to save changes to document %s?DoneDone.DownE sheet, 34 x 44 inEntries foundErrorError creating directoryError: Esperanto (ISO-8859-3)Execution of command '%s' failedExecution of command '%s' failed with error: %ulExecutive, 7 1/4 x 10 1/2 inExtended Unix Codepage for Japanese (EUC-JP)Extraction of '%s' into '%s' failed.Failed to access lock file.Failed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to create DDE stringFailed to create MDI parent frame.Failed to create a status bar.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to enumerate video modesFailed to establish an advise loop with DDE serverFailed to establish dialup connection: %sFailed to execute '%s' Failed to get ISP names: %sFailed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load image %d from file '%s'.Failed to load mpr.dll.Failed to load shared library '%s'Failed to lock the lock file '%s'Failed to modify file times for '%s'Failed to open CHM archive '%s'.Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to save the bitmap image to file "%s".Failed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to write to lock file '%s'Fatal errorFatal error: FileFile %s does not exist.File '%s' already exists, do you really want to overwrite it?File '%s' already exists. Do you want to replace it?File couldn't be loaded.File errorFile name exists already.FilesFindFixed font:Folio, 8 1/2 x 13 inFont size:Font:Fork failedFound %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGoto PageGreek (ISO-8859-7)HTML anchor %s does not exist.Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp TopicsHelp: %sHome directoryICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!Illegal directory name.Illegal file specification.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndexIndian (ISO-8859-12)InsertInvalid TIFF image index.Invalid XRC resource '%s': doesn't have root node 'resource'.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.KOI8-RKOI8-ULandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLoad %s fileLoading : Log saved to the file '%s'.MDI childMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMatch caseMemory VFS already contains file '%s'!MenuMetal themeMi&nimizeMode %ix%i-%i not available.ModernMonarch Envelope, 3 7/8 x 7 1/2 inMove downMove upNameNew StyleNew directoryNew itemNewNameNextNext pageNoNo entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for XML node '%s', class '%s'!No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNo soundNordic (ISO-8859-10)NormalNormal font:Note, 8 1/2 x 11 inOKOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.Page %dPage %d of %dPage SetupPagesPaper SizePaper sizePastePermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please wait while printing PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint spoolingPrint this pagePrint to FilePrinter command:Printer optionsPrinter options:Printer...Printing Printing ErrorPrinting page %d...Printing...Program aborted.Quarto, 215 x 275 mmQuestionRead error on file '%s'Referenced object node with ref="%s" not found!Registry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:Remove current page from bookmarksReplace &allReplace with:Resource files must have same version number!Right margin (mm):RomanSaveSave %s fileSave &As...Save AsSave log contents to fileScriptSearchSearch contents of help book(s) for all occurences of the text you typed aboveSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Select &AllSelect a document templateSelect a document viewSeparator expected after the option '%s'.Setup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow/hide navigation panelSizeSlantSorry, could not open this file for saving.Sorry, could not open this file.Sorry, could not save this file.Sorry, not enough memory to create a preview.Statement, 5 1/2 x 8 1/2 inStatus: String To Colour : Incorrect colour specification : %sSubclass '%s' not found for resource '%s', not subclassing!SwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The directory '%s' does not exist Create it now?The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The path '%s' contains too many ".."!The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: can not store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTip of the DayTips not available, sorry!To:Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Trying to solve a NULL hostname: giving upTurkish (ISO-8859-9)US Std Fanfold, 14 7/8 x 11 inUS-ASCIIUnable to open requested HTML document: %sUndeleteUnderlinedUnexpected parameter '%s'Unicode 16 bit (UTF-16)Unicode 32 bit (UTF-32)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown encoding (%d)Unknown long option '%s'Unknown option '%s'Unknown style flag Unmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictView files as a detailed viewView files as a list viewViewsWarningWarning: Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows CE (%d.%d)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chinese Traditional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932)Windows Korean (CP 949)Windows MEWindows Thai (CP 874)Windows Turkish (CP 1254)Windows Western European (CP 1252)Windows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XRC resource '%s' (class '%s') not found!XRC resource: Cannot create bitmap from '%s'.YesYou cannot add a new directory to this section.[EMPTY]a DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.bad signaturebinaryboldcan't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.catalog file for domain '%s' not found.ctrldatedefaulteighteentheightheleventhentry '%s' appears more than once in group '%s'error in data formaterror opening filefailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfont sizefourteenthfourthgenerate verbose log messagesinvalid message box return valueitaliclightlocale '%s' can not be set.looking for catalog '%s' in path '%s'.midnightnineteenthninthno DDE error.no errornonamenoonnumout of memoryread errorreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtodaytomorrowtwelfthtwentiethunderlinedunexpected " at position %d in '%s'.unknownunknown class %sunknown errorunknown error (error code %08x).unknown seek originunknown-%dunnamedunnamed%dusing catalog '%s' from '%s'.write errorwxGetTimeOfDay failed.wxSocket: invalid signature in ReadMsg.wxSocket: unknown event!.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayzlib error %d|<<Project-Id-Version: wxWidgets-2.5.2 Report-Msgid-Bugs-To: POT-Creation-Date: 2008-04-24 09:31+0200 PO-Revision-Date: 2008-04-22 12:47+0100 Last-Translator: Václav Slavík Language-Team: wxWidgets translators MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit (chyba %ld: %s) - NáhledObálka č. 10, 4 1/8 x 9 1/2 palceObálka č. 11, 4 1/2 x 10 3/8 palceObálka č. 12, 4 3/4 x 11 palcůObálka č. 14, 5 x 11 1/2 palceObálka č. 9, 3 7/8 x 8 7/8 palce%i z %i%s (nebo %s)%s - chyba%s - informace%s - varování%s Soubory (%s)|%s%sO &aplikaci...&Použít&Použít stylUspořádat ikony&ZrušitKaskádově&Zavřít &Barva:&Kopírovat&Odstranit&Detaily&Soubor&Najít&DokončitNápověda&Log&Přesunout&Další&Další >&Další tip&Otevřít...&Vložit&Předchozí&Tisknout...&Zopakovat&Zopakovat &Nahradit&Obnovit&Uložit...&Zobrazit tipy při spuštění&Velikost&Vrátit&Vrátit &Okno'%s' obsahuje přebytečné '..', ignoruji.'%s' je neplatný'%s' není správná číselná hodnota pro volbu '%s'.'%s' není katalog překladů.'%s' je zřejmě binární buffer.'%s' má být číslo.'%s' má obsahovat pouze ASCII znaky.'%s' má obsahovat pouze písmena.'%s' má obsahovat pouze písmena nebo číslice.(Nápověda)(záložky)10 x 14 palců11 x 17 palcůObálka 6 3/4, 3 5/8 x 6 1/2 palce: soubor neexistuje!: neznámá znaková sada: neznámé kódování< &Zpět<<>>>>|stránka A3, 297 x 420 mmstránka A4, 210 x 297 mmmalá stránka A4, 210 x 297 mmstránka A5, 148 x 210 mmABCDEFGabcdefg12345ASCIIPřidá tuto stránku k záložkámPřidat k uživatelským barvámPřidávám knihu %sVšechnyVšechny soubory (%s)|%sVšechny soubory (*)|*Všechny soubory (*.*)|*Všechny soubory (*.*)|*Už vytáčím.Připojit log k souboru '%s' (pokud zvolíte [Ne], soubor přepíšete)?Arabské (ISO-8859-6)Obálka B4, 250 x 353 mmstránka B4, 250 x 354 mmObálka B5, 176 x 250 mmstránka A5, 182 x 257 mmObálka B6, 176 x 125 mmBMP: Nemohu alokovat paměť.BMP: Nemohu uložit poškozený obrázek.BMP: Nemohu zapsat RGB paletuBMP: Nemohu zapsat data.BMP: Nemohu zapsat hlavičku souboru (Bitmap).BMP: Nemohu zapsat hlavičku souboru (BitmapInfo).BMP: wxImage nemá vlastní wxPalette.Baltské (ISO-8859-13)Baltské (staré) (ISO-8859-4)TučnéDolní okraj (mm):stránka C, 17 x 22 palců&VymazatObálka C3, 324 x 458 mmObálka C4, 229 x 324 mmObálka C5, 162 x 229 mmObálka C6, 114 x 162 mmObálka C65, 114 x 229 mmNemohu zjistit soubory odpovídající masce '%s'Nemohu zjistit soubory v adresáři '%s'Nemohu obnovit vlákno %luNemohu obnovit vlákno %xNemohu spustit vlákno: chyba při zápisu TLS.Nemohu ukončit vlákno %luNemohu pozastavit vlákno %xNemohu počkat na ukončení vláknaNemohu vzít zpětNemohu detekovat formát obrázku '%s': soubor neexistuje.Nemohu zavřít registrový klíč '%s'Nemohu kopírovat hodnoty nepodporovaného typu %dNemohu vytvořit registrový klíč '%s'Nemohu vytvořit vláknoNelze vytvořit okno třídy %sNemohu smazat klíč '%s'Nemohu smazat INI soubor '%s'Nemohu smazat hodnotu '%s' z klíče '%s'Nemohu vyjmenovat podklíče klíče '%s'Nemohu vyjmenovat hodnoty klíče '%s'Nemohu zjistit pozici v souboru '%s'Nemohu získat informace o registrovém klíči '%s'Nemohu načíst obrázek ze souboru '%s': soubor neexistuje.Nemohu otevřít registrový klíč '%s'nemohu číst z deskriptoru: %sNemohu přečíst hodnotu '%s'Nemohu načíst hodnotu klíče '%s'Nemohu uložit do souboru '%s': neznámá přípona.Nemohu uložit obsah logu do souboru.Nemohu nastavit prioritu vláknaNemohu nastavit hodnotu '%s'nemohu zapisovat do deskriptoru: %sStornoNemohu převést dialogové jednotky: dialog není znám.Nemohu nalézt aktivní vytáčené připojení: %sNemohu nalézt kontejner pro anonymní ovládací prvek '%s'.Chybí uzel s fontem '%s'.Nemohu najít umístění adresářeNemohu zjistit rozsah priorit pro plánovací politiku %d.Nemohu zjistit jméno počítačeNemohu zjistit oficiální jméno počítačeNemohu zavěsit - žádná aktivní vytáčená připojení.Nemohu inicializovat OLENemohu inicializovat knihovnu SciTech MGL!Nemohu inicializovat obrazovku.Nemohu načíst ikonu z '%s'.Nemohu načíst zdroje ze souboru '%s'.Nelze otevřít HTML dokument: %sNelze otevřít HTML nápovědu: %sNelze otevřít soubor s obsahem: %sSoubor '%s' nelze otevřít.Nemohu otevřít soubor k PostScriptovému tisku!Nelze otevřít soubor s rejstříkem: %sNemohu ze '%s' získat souřadnice.Nemohu ze '%s' získat rozměry.Nemohu tisknout prázdnou stránku.Nemohu přečíst typ z '%s'!Nemohu obnovit plánovací politiku vlákna.Nemohu spustit vlákno: chyba zápisu TLSRozlišovat velká/maláKeltské (ISO-8859-14)Středoevropské (ISO-8859-2)Vyberte ISP, ke kterému se má volatVyberte písmo&ZavřítSmazat obsah loguZavřítZavřít Alt-F4Zavřít všeZavřít oknoPočítačPoložka konfigurace nemůže začínat na '%c'PotvrditPotvrďte aktualizaci registruPřipojuji se...ObsahPřevod do znakové sady '%s' nefunguje.Nemohu uložit data do schránky: "%s"Kopie:Kopírovat výběrNemohu najít tab k idNemohu zobrazit náhled dokumentu.Nemohu zahájit tisk.Nemohu přenést data do okna.Nemohu přidat obrázek do seznamu.Nemohu vytvořit časovačNemohu vytvořit kurzor.Nemohu v dynamické knihovně nalézt symbol '%s'Nemohu získat ukazatel na aktuální vláknoNemohu načíst PNG obrázek - buď je poškozený soubor nebo je nedostatek paměti.Nemohu zaregistrovat formát schránky '%s'.Nemohu získat informace o položce %d v seznamu.Nemohu uložit PNG obrázek.Nemohu přerušit vláknoVytváření adresářeVytvořit nový adresářCtrl-&VyjmoutAktuální adresář:Cyrilice (ISO-8859-5)stránka D, 22 x 34 palcůPožadavek na DDE poke selhalDIB hlavička: Kódování neodpovídá bitové hloubce.DIB hlavička: Obrázek má výšku větší než 32767 pixelů.DIB hlavička: Obrázek má šířku větší než 32767 pixelů.DIB hlavička: Neznámá bitová hloubka.DIB hlavička: Neznámé kódování.Obálka DL, 110 x 220 mmOzdobnéVýchozí znaková sadaVýchozí tiskárnaOdstranit položku.Smazán starý zámkový soubor '%s'.Vytáčené připojení není dostupné, protože Remote Access Service (RAS) není nainstalován. Prosím, nainstalujte ho.Víte, že...AdresářeNelze vytvořit adresář '%s'Adresář '%s' neexistuje!Adresář neexistujeZobrazí všechny položky rejstříku, které obsahují daný podřetězec. Nerozlišuje velká a malá písmena.Zobrazí dialog s nastavenímiChcete změnit příkaz používaný k %s souborů s koncovkou "%s" ? Stávající hodnota je %s, Nová hodnota je %s %1Chcete uložit změny do dokumentu %s?HotovoHotovo.Dolůstránka E, 34 x 44 palcůNalezené položkyChybaChyba při vytváření adresářeChyba: Esperanto (ISO-8859-3)Chyba při volání příkazu '%s'Volání příkazu '%s' selhalo s chybou: %ulExecutive, 7 1/4 x 10 1/2 palceRozšířená unixová kódová stránka pro Japonštinu (EUC-JP)Extrakce '%s' do '%s' selhala.Nelze přistupovat k zámkovému souboru.Nemohu uzavřít soubor.Nelze zamknout zámkový soubor '%s'Nemohu uzavřít schránku.Nepodařilo se připojit: chybí uživatelské jméno nebo heslo.Nelze se připojit: žádný ISP.Nelze zkopírovat hodnotu registru '%s'Nelze zkopírovat obsah registrového klíče '%s' do '%s'.Selhalo kopírování souboru '%s' na '%s'Nelze vytvořit DDE řeťezecNepodařilo se vytvořit rodičovské MDI okno.Nelze vytvořit status bar.Nelze vytvořit jméno dočasného souboruNelze vytvořit status anonymní rouru.Nelze navázat spojení se server '%s' na téma '%s'Nemohu vytvořit adresář '%s' (Máte potřebná přístupová práva?)Nelze vytvořit klíč registrů pro soubory '%s'.Nemohu vytvořit standardní dialog 'Najít' (chyba %d)Nelze zobrati HTML dokument v kódování %sNemohu vyprázdnit shcránku.Nelze vyčíslít zobrazovací modusNelze navázat 'advise loop' s DDE serveremNepodařilo se navázat vytáčené spojení: %sNepodařilo se spustit '%s' Nepodařilo se získat jména ISP: %sNelze získat data ze schránkyNepodařilo se zjistit místní systémový časNemohu zjistit aktuální pracovní adresářNemohu inicializovat GUI: nejsou žádná zabudované témataNemohu se inicializovat MS HTML Help komponentu.Nemohu inicializovat OpenGLNemohu připojit vlákno, zjištěna možná chybná alokace paměti - restartujte prosím programNepodařilo se zabít proces %dSelhalo načítání obrázku %d ze souboru '%s'.Selhalo načítání knihovny mpr.dll.Nelze načíst sdílenou knihovnu '%s'Nelze zamknout zámkový soubor '%s'Nelze změnit čas přístupu k souboru '%s'Nelze otevřít CHM archiv '%s'.Nemohu otevřít dočasný soubor.Nemohu otevřít schránku.Nepodařilo se vložit data do schránkyNepodařilo se přečíst PID ze zámkového souboru.Nepodařilo se přesměrovat vstup/výstup synovského procesuChyba při přesměrovávání vstupu a výstupu synovského procesuNelze zaregistrovat DDE server '%s'Nemohu uložit kódování znakové sady '%s'.Nelze odstranit zámkový soubor '%s'Nelze odstranit starý zámkový soubor '%s'Nelze přejmenovat registrový klíč '%s' na '%s'.Nelze přejmenovat registrový klíč '%s' na '%s'.Nemohu získat data ze schránky.Nelze zjistit časy přístupu k souboru '%s'Nepodařilo se získat text chybového hlášení RASNelze zjistit formáty podporované schránkouSelhalo při uložení obrázku do souboru "%s".Nepodařilo se poslat DDE advise notifikaciNemohu nastavit přenosový mód FTP na %s.Nemohu uložit data do schránky.Nelze nastavit přístupová práva k dočasnému souboruNemohu nastavit prioritu vlákna %d.Nepodařilo se uložit obrázek '%s' do paměťového VFS!Nemohu ukončit vlákno.Nelze ukončit 'advise loop' s DDE serveremNelze ukončit vytáčené spojení: %sNelze se dotknout souboru '%s'Nelze odemknout zámkový soubor '%s'Nelze odregistrovat DDE server '%s'Nelze zapisovat do zámkového souboru '%s'Kritická chybaKritická chyba: SouborSoubor %s neexistuje.Soubor '%s' existuje, opravdu ho chcete přepsat?Soubor '%s' již existuje. Opravdu ho chcete přepsat?Soubor nelze načíst.Chyba souboruSoubor tohoto jména již existuje.SouboryNajítNeproporcionální písmo:Folio, 8 1/2 x 13 palcůVelikost písma:Písmo:Selhalo forkováníNalezeno výskytů: %iOd:GIF: Neplatný index.GIF: datový proud je useknutý před koncem.GIF: chyba ve formátu GIF obrázku.GIF: nedostatek paměti.GIF: neznámá chyba!!!GTK+ témaGerman Legal Fanfold, 8 1/2 x 13 palcůGerman Std Fanfold, 8 1/2 x 12 palcůJdi zpětJdi dopředuJdi o úroveň výšJít do domovského adresářeJít do nadřazeného adresářeJdi na stránkuŘecké (ISO-8859-7)Kotva HTML %s neexistuje.Hebrejské (ISO-8859-8)NápovědaNastavení prohlížeče nápovědyIndex nápovědyTisk nápovědyTémata nápovědyNápověda: %sDomácí složkaICO: Chyba při načítání DIB masky.ICO: Chyba při ukládání obrázku!ICO: Obrázek je na ikonu příliš vysokýICO: Obrázek je na ikonu příliš širokýICO: Neplatný index ikony.IFF: datový proud je useknutý před koncem.IFF: chyba ve formátu IFF obrázku.IFF: nedostatek paměti.IFF: neznámá chyba!!!Nedovolené jméno adresáře.Neplatná specifikace souboru.Není možné vytvořit rich edit prvek, použiji obyčejný. Přeinstalujte prosím riched32.dll.Není možné získat vstup synovského procesuNelze zjistit přístupová práva souboru '%s'Nelze přepsat soubor '%s'Nelze nastavit přístupová práva souboru '%s'RejtříkIndské (ISO-8859-12)VložitPoškozený index v TIFF obrázku.Neplatný XRC zdroj '%s': chybí kořenový uzel 'resource'.Špatné určení grafického režimu '%s'.Špatné určení geometrie '%s'.Chybný zamykací soubor '%s'.Špatný regulární výraz '%s': %sKurzívaItalská obálka, 110 x 230 mmJPEG: Nemohu načíst obrázek - soubor je nejspíš poškozen.JPEG: Nemohu uložit obrázek.KOI8-RKOI8-UNa šířkuLedger, 17 x 11 palcůLevý okraj (mm):Legal, 8 1/2 x 14 palcůLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 palcůTenkéNačíst soubor %sNačítám : Log uložen do souboru '%s'.MDI synFunkčnost MS HTML Helpu není dostupná, protože chybí příslušná komponenta. Prosím nainstalujte ji.Ma&ximalizovatRozlišuj malá a velká písmenaPaměťový VFS už obsahuje soubor '%s'!MenuTéma MetalMi&nimalizovatMód %ix%i-%i není k dispozici.ModerníObálka Monarch, 3 7/8 x 7 1/2 palcePřesunout dolùPřesunout nahorùJménoNový stylNový adresářNova položkaNoveJmenoDalšíNásledující stránkaNeNenalezeny žádné položky.Nenalezen žádný font použitelný k zobrazení textu v kódování '%s', ale je k dispozici alternativní kódování '%s'. Přejete si použít toto kódování (jinak si budete muset vybrat jiné)?Nenalezen žádný font použitelný k zobrazení textu v kódování '%s'. Přejete si vybrat font, který se má s tímto kódováním použít (jinak se text v tomto kódování nezobrazí správně)?Nenalezen žádný ovladač pro XML uzel '%s' třídy '%s'!Nenalezen žádný ovladač pro tento typ obrázků.Žádný ovladač pro typ obrázků %d.Žádný ovladač pro typ obrázků %s.Žádný výskyt nenalezenžádny zvukSeverské (ISO-8859-10)NormálníNormální písmo:Note, 8 1/2 x 11 palcůOKOtevři SouborOtevři HTML dokumentZakázaná operace.Volba '%s' vyžaduje hodnotu.Volba '%s': '%s' neudává datum.NastaveníOrientacePCX: Nemohu alokovat paměť.PCX: nepodporovaný formát obrázkuPCX: poškozený obrázekPCX: tento soubor není PCX.PCX: neznámá chyba !!!PCX: číslo verze je příliš maléPNM: Nemohu alokovat paměť.PNM: formát souboru nerozeznán.PNM: Soubor je nejspíš uříznutý před koncem.Strana %dStrana %d z %dNastavení stránkyStranyVelikost papíruVelikost papíruVložitPrávaNelze vytvořit rouruProsím vyberte korektní font.Vyberte prosím existující soubor.Prosím vyberte si poskytovatele (ISP), ke kterému se chcete připojitNainstalujte si prosím novou verzi knihovny comctl32.dll (je potřeba alespoň verze 4.70, ale vy máte %d.%02d), jinak tento program nebude fungovat správně.Vyčkejte prosím, až skončí tisk Na výškusoubor PostScriptNáhled:Předchozí stránkaVytisknoutNáhled tiskuChyba během vytváření náhledu.RozsahNastavení tiskuTisknout barevněTisková frontaVytiskne tuto stránkuTisknout do souboruPříkaz tisku:Nastavení tiskárnyNastavení tiskárny:Tiskárna...Tisknu Chyba tiskuTisknu stranu %d...Tisknu...Program přerušen.Quarto, 215 x 275 mmOtázkaChyba při čtení ze souboru '%s'Objektový uzel s ref="%s" nenalezen!Registrový klíč '%s' už existuje.Registrový klíč '%s' neexistuje, nemohu ho přejmenovat.Klíč registru '%s' je potřeba k normálnímu běhu systému, pokud ho smažete, systém bude nestabilní: operace přerušena.Registrový klíč '%s' už existuje.Související položky:Odstraní tuto stránku ze záložekNahraď vše Nahradit textem: Soubory se zdroji musí mít stejné číslo verze!Pravý okraj (mm):PatkovéUložitUložit soubor %sUložit &jako...Uložit JakoUložit obsah logu do souboruPsacíHledatProhledá obsah knih(y) s nápovědou a vypíše všechny výskyty textu, který jste zadalSměr hledáníVyhledat řetězec:Hledej ve všech kniháchHledám...SekceChyba při nastavování pozice v souboru '%s'Vybrat &všeVyberte šablonu dokumentuVyberte zobrazení dokumentuZa volbou '%s' se očekává oddělovač.Nastavení...Nalezeno několik aktivních vytáčených připojení, vybírám jedno náhodně.Zobraz všeZobrazí všechny položky v rejstříkuUkázat skryté adresářeZobraz/schovej navigační panelVelikostSkloněnéTento soubor nelze otevřít pro zápis.Tento soubor nelze otevřít.Tento soubor nelze uložit.Nedostatek paměti na vytvoření náhledu.Statement, 5 1/2 x 8 1/2 palceStatus: Vlakno do Barvy: chybný popis barvy : %sPodtřída '%s' ke zdroji '%s' nenalezena!BezpatkovéTIFF: Nemohu alokovat paměť.TIFF: Chyba při načítání obrázku.TIFF: Chyba při načítání obrázku.TIFF: Chyba při ukládání obrázku.TIFF: Chyba při ukládání obrázku.Tabloid, 11 x 17 palcůNeproporcionálníŠablonyThajské (ISO-8859-11)FTP server nepodporuje pasivní mód.Znaková sada '%s' je neznámá. Můžete vybrat jinou sadu jako náhradu nebo stiskněte [Zrušit], pokud ji nelze nahraditFormát schránky '%d' neexistuje.Adresář '%s' neexistuje Chcete ho vytvořit?Soubor '%s' neexistuje a nemůže být otevřen. Byl proto odstraněn ze seznamu nedávno otevřených souborů.Cesta '%s' obsahuje příliš mnoho ".."!Požadovaný parametr '%s' nebyl zadán.Text nelze uložit.Musíte zadat hodnotu volby '%s'.Při nastavování stránky nastala chyba: nastavte výchozí tiskárnu.Modul s vlákny se nepodařilo iniciovat: nemohu ukládat hodnoty v 'local storage'Selhala inicializace modulu s vlákny: nelze vytvořit klíčModul s vlákny se nepodařilo iniciovat: nemohu alokovat index v 'local storage'Nastavení priority vlákna je ignorováno.Vyrovnat &vodorovněVyrovnat &svisleTip dneTip není k dispozici!Do:Horní okraj (mm)Soubor '%s' nelze odebrat z paměťového VFS, protože nebyl načten!Snažím se zjistit NULLové jméno počítače: vzdávám toTurské (ISO-8859-9)US Std Fanfold, 17 7/8 x 11 palcůUS-ASCIINelze otevřít požadovaný HTML dokument: %sObnovit smazanéPodtrženéNeočekávaný parametr '%s'Unicode 16 bit (UTF-16)Unicode 32 bit (UTF-32)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Neznámá chyba DDD: %08xNeznámá znaková sada (%d)Neznámá 'dlouhá' volba '%s'Neznámá volba '%s'Neznámý styl Přebytečná '{' v popisu mime typu %s.Nepojmenovaný příkazNepodporovaný formát obsahu schránky.Nepodporované téma '%s'.NahoruPoužití: %sKonflikt validaceProhlížet soubory v detailním pohleduProhlížet soubory v seznamuPohledyVarováníVarování: Západoevropské (ISO-8859-1)Západoevropské s eurem (ISO-8859-15)Pouze celá slovaPouze celá slovaTéma Win32Win32s na Windows 3.1Windows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Arabské pro Windows (CP 1256)Baltské pro Windows (CP 1257)Windows CE (%d.%d)Středoevropské pro Windows (CP 1250)Zjednodušená čínština pro Windows (CP 936)Tradiční čínština pro Windows (CP 950)Cyrilice pro Windows (CP 1251)Řecké pro Windows (CP 1253)Hebrejské pro Windows (CP 1255)Japonské pro Windows (CP 932)Korejské pro Windows (CP 949)Windows MEWindows Thai (CP 874)Turecké pro Windows (CP 1254)Západoevropské pro Windows (CP 1252)Windows/DOS OEM (CP 437)Chyba při zápisu do souboru '%s'Chyba při parsování XML: '%s' na řádce %dXPM: Špatná pixelová data!XRC zdroj '%s' (třída '%s') nenalezen!XRC zdroje: nemohu vytvořit bitmapu z '%s'.AnoNemůžete přidat nový adresář do této sekce.[PRÁZDNÝ]DDEML aplikace způsobila prodlouženou vzácnou podmínku.Funkce DDEML byla zavolána bez předchozího volání DdeInitialize, nebo dostala neplatný identifikátor instance.clientův pokus navázat konverzaci selhal.selhala alokace paměti.nepodařilo se ověřit parametr pomocí DDEML.požadavek na synchronní advise transakci vypršel.požadavek na synchronní datovou transakci vypršel.požadavek na synchronní execute transakci vypršel.požadavek na synchronní poke transakci vypršel.požadavek na ukončení advise transakce vypršel.v konverzaci ukončené klientem došlo k pokusu o serverovou transakci, nebo se server ukončil před doděláním transakce.transakce neuspěla.altaplikace inicializovaná jako APPCLASS_MONITOR se pokusila o DDE transakci, nebo se aplikace inicializovaná jako APPCMD_CLIENTONLY pokusila o serverovou transakci.interní volání PostMessage selhalo.nastala interní chyba v DDEML.DDEML funkce dostala neplatný identifikátor transakce. Identifikátor transakce se stává neplatný, jakmile se aplikace vrátí z XTYP_XACT_COMPLETE callbacku.pokus o změnu neměnného klíče '%s' ignorován.špatný podpisbinárnítučnénemohu zavřít soubor '%s'nemohu zavřít deskriptor souboru %dNemohu uložit změny v souboru '%s'nemohu vytvořit soubor '%s'nemohu smazat uživatelský konfigurační soubor '%s'nemohu zjistit, jestli byl dosažen konec souboru v deskriptoru %dnemohu zjistit délku souboru na deskriptoru %dnemohu najít uživatelův domovský adresář, použiji aktuální adresářnemohu vyprázdnit (flush) deskriptor %dnemohu zjistit pozici v deskriptoru %dnemohu načíst žádný font, končímnemohu otevřít soubor '%s'nemohu otevřít globální konfigurační soubor '%s'.nemohu otevřít konfigurační soubor '%s'nemohu otevřít soubor s uživatelskou konfiguracínemohu číst z deskriptoru %dnemohu odstranit soubor '%s'nemohu odstranit dočasný soubor '%s'nemohu seekovat v deskriptoru %dnemohu zapsat buffer '%s' na disk.nemohu zapisovat do deskriptoru %dnemohu uložit uživatelskou konfiguracikatalog pro doménu '%s' nenalezen.ctrldatumpředvolenéosmnáctéhoosméhojedenáctéhopoložka '%s' se v '%s' vyskytuje víc než jednouchyba ve formátu data.Chyba při čtení ze souborunelze vyprázdnit buffer souboru '%s'patnáctéhopátéhosoubor '%s', řádka %d: '%s' ignorováno po hlavičce skupiny.soubor '%s', řádka %d: očekávám '='.soubor '%s', řádka %d: klíč '%s' byl poprvé nalezen na řádce %d.soubor '%s', řádka %d: hodnota pro neměnný klíč '%s' ignorována.soubor '%s': neočekávaný znak %c na řádku %d.prvníhoVelikost písmačtrnáctéhočtvrtéhovypisovat podrobný logšpatná návratová hodnota message boxukurzívatenkélocale '%s' nemůže být nastavenohledám katalog '%s' v cestě '%s'.půlnocdevatenáctéhodevátéhožádná chyba DDE.žadná chybabezejmennápolednečíslonedostatek paměti.Chyba při čteniproblém reentrance.druhéhoChyba při hledanisedmnáctéhosedméhoshiftzobrazí tuto nápovědušestnáctéhošestéhourčí videomód, který se má použít (např. 640x480-16)určí, jaké téma použítřetězecdesátéhoodpověď na transakci způsobila nastavení bitu DDE_FBUSY.třetíhotřináctéhodneszítradvanáctéhodvacátéhopodtrženéneočekávané " na pozici %d v '%s'.neznámýneznámá třida %sneznámá chybaneznámá chyba (kód %08x).neznámý počátek pro nastavení pozicenezname-%dnepojmenovanýnepojmenovaný%dpoužívám katalog '%s' z '%s'.Chyba při psanimwxGetTimeOfDay selhalo.wxSocket: chybná signatura v ReadMsg.wxSocket: neznámá událost!wxWidgets nemohou otevřít displej pro '%s': ukončuji.wxWidgets nemohou otevřít displej. Program se nyní ukončí.včerazlib chyba %d|<<wxmaxima-Version-18.02.0/locales/wxwin/da.mo000066400000000000000000002016531324204105000206550ustar00rootroot00000000000000a$,60H?1HqH?sHHHHHHI,IHIfI oIzII II I I IIIIIIIJ JJ'J/J8J>JDJJJ RJ`JiJrJxJ~JJJJJJJ JJJJJJ J J J JKKKKK'K-K6KLKRKXK `KkKqKxK|KKKK4K$K!L3L*KL/vL:LL L L L M M M +M LMVMmMMMMMMM#M/MNN.N1N35NiNyNNNNNN O O&O*OHO^O mO xOOOOOOO:O!P#5P YPdPPPPPPQ&Qcl'$Ə')?Vt+ː%= @J^| (̑  3 KV f q"Ē#$ 0Kc| ד "&I_x")ϔ-'/+[ d n{;:O0=ז;>Q;5̗9p,י-!Ϛ!2T)k>/ԛ05-T*(# "-P g !ʝ$'9>C KV]/f 4Ğ!89T. ßΟ՟ !&=d mx ~  Π֠ܠ -1$JosCy áΡޡ $ / 7 Ef z '̢3*B m wG.v'x !¥"& Fg p~  Ǧڦ 4 :DINT Zg oz çȧЧԧݧ &/ 7BGO epv   Ѩ7*&Dk' *ͩ  *9H#W { ªͪЪ֪ݪ$0 :Neh0l߫'<PV]} Ĭ׬;"^ s ح (A^t)ʮ%!7)Y)ï 4Nh%(۰0P lC&6 (Bk%²)/ 0;,l2*̳*<"&_$E#13e&10!1R,8ж &!5H~"ڷ 7Xx-'۸%) E'f/!% 2=MR#e& Ⱥ)ٺ/ <(D mz*ͻջ##4X/s6ݼ#I8 &ʽ5: S_n t.ƾ/2%$X#} ֿ̿  + [,m-6?F-N| #62"i6$,[*A&%7]'{2A7BP+-) 7R'n';&?T^)#5 R s' 2%/-U &33(3"\-9(*(;,d"0.21"d'"  9$.^   !,Naf'~ $"4W_!g .!'2Zpv 4  #%,R r' w#F+j +%$>>(}"99"Sv}0% ,M f  3%Qw~ %<E ,% *5">ai%p  ?D))) ",BIXorz 3  #:^t"%:J^n  #":1] 4APbrz  .6H_ w    />,F=s.U' /,?E I T`hO  ?) is ( E*3L_ | 0$%9?Q)H5Sqw!""$$< EP+cu&),cV %0+'FEnN>TB) ! ;NI_+"- @ah'$' "8Ml* 9<EYo  ", ' ?J Z es"#%'C[v !AWp$,,$/' Wajy;9D ~+77;;8w>8V5|)& G,a?35#8,\$,+& "Gj$!%$(,@mrw47"/<RD* "2U\`$}  3=(Dm @ $ , 8Y `l   %44*i  W!I%@|M;x[6RerytyN9c+d/EM{UA7a_ZA0MO<A}om(<SosdDUpf_]Gz4Ws%"DH=BEqRwQC^MG'/;BE=K<<& [> Pq*vcH~7,TPGK3gS4H\I *:NSYT.~X WBt(N|6aL$zbQ08NwH| 4VkK:.u^gix@xrPij V6u8TI\ui/rs"*\5Xq!b,$"# \Y7_e3L FXFJQhjL m{2#Of'FW-5h`&$v++2U?03D5[X`9-*2 PV)2J;8 ^^'( )l >T~ ak=Z'mYf1&I(GZ6Lh"&tnA[ C#g$Rl{V %-C.1U F)48>?#YD3/CZB =1! _0abn+%eOR :9v-]]jw.97pS)kldK }}: JcJy?o,;Op!]@5`,`@1QzEn?> Please send this report to the program maintainer, thank you! Thank you and we're sorry for the inconvenience! (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in%i of %i%s (or %s)%s Error%s Information%s Warning%s files (%s)|%s%s message&About...&Actual Size&Apply&Arrange Icons&Back&Bold&Cancel&Cascade&Close&Copy&Debug report preview:&Delete&Details&Down&File&Find&Finish&Font family:&Forward&Goto...&Help&Home&Index&Italic&Log&Move&New&Next&Next >&Next Tip&No&Notes:&OK&Open...&Paste&Preferences&Previous&Print...&Properties&Quit&Redo&Redo &Replace&Restore&Save&Save...&Show tips at startup&Size&Stop&Style:&Underline&Undo&Undo &Up&Window&Yes'%s' has extra '..', ignored.'%s' is invalid'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks)10 x 11 in10 x 14 in11 x 17 in12 x 11 in15 x 11 in6 3/4 Envelope, 3 5/8 x 6 1/2 in9 x 11 in: file does not exist!: unknown charset: unknown encoding< &Back<<Bold italic face.
    bold italic underlined
    Bold face. Italic face. >>>>|A debug report has been generated in the directory A2 420 x 594 mmA3 sheet, 297 x 420 mmA4 Extra 9.27 x 12.69 inA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 Rotated 210 x 148 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAddAdd current page to bookmarksAdd to custom coloursAdding book %sAlign LeftAlign RightAllAll files (%s)|%sAll files (*)|*All files (*.*)|*All files (*.*)|*.*Already dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)Archive doesnt contain #SYSTEM fileAttributesB4 (JIS) Rotated 364 x 257 mmB4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 (ISO) Extra 201 x 276 mmB5 (JIS) Rotated 257 x 182 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 (JIS) 128 x 182 mmB6 (JIS) Rotated 182 x 128 mmB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)BoldBottom margin (mm):C sheet, 17 x 22 inC&learC&olour:C3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCan not create mutex.Can not enumerate files '%s'Can not enumerate files in directory '%s'Can not resume thread %xCan not start thread: error writing TLS.Can not suspend thread %xCan not wait for thread terminationCan't &Undo Can't check image format of file '%s': file does not exist.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't find current position in file '%s'Can't get info about registry key '%s'Can't initialize zlib deflate stream.Can't initialize zlib inflate stream.Can't load image from file '%s': file does not exist.Can't open registry key '%s'Can't read from inflate stream: %sCan't read inflate stream: unexpected EOF in underlying stream.Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot convert dialog units: dialog unknown.Cannot find active dialup connection: %sCannot find container for unknown control '%s'.Cannot find font node '%s'.Cannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot initialize SciTech MGL!Cannot initialize display.Cannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open contents file: %sCannot open file '%s'.Cannot open file for PostScript printing!Cannot open index file: %sCannot parse coordinates from '%s'.Cannot parse dimension from '%s'.Cannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLSCase sensitiveCeltic (ISO-8859-14)Central European (ISO-8859-2)Choose ISP to dialChoose colourChoose fontCl&oseClear the log contentsClick to cancel the font selection.Click to confirm the font selection.CloseClose Alt-F4Close AllClose this windowCompressed HTML Help file (*.chm)|*.chm|ComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copied to clipboard:"%s"Copies:Could not find tab for idCould not start document preview.Could not start printing.Could not transfer data to windowCouldn't acquire a mutex lockCouldn't add an image to the image list.Couldn't create a timerCouldn't create cursor.Couldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't load sound data from '%s'.Couldn't register clipboard format '%s'.Couldn't release a mutexCouldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate directoryCreate new directoryCu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDebug report "%s"DecorativeDefault encodingDefault printerDelete itemDeleted stale lock file '%s'.DesktopDial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...DirectoriesDirectory '%s' couldn't be createdDirectory '%s' doesn't exist!Directory does not existDirectory doesn't exist.Display all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1Do you want to save changes to document %s?Don't SaveDoneDone.Double Japanese Postcard Rotated 148 x 200 mmDownE sheet, 34 x 44 inEdit itemEnter a page number between %d and %d:Entries foundErrorError creating directoryError while waiting on semaphoreError: Esperanto (ISO-8859-3)Executable files (*.exe)|*.exe|All files (*.*)|*.*||Execution of command '%s' failedExecutive, 7 1/4 x 10 1/2 inFailed to access lock file.Failed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to create DDE stringFailed to create MDI parent frame.Failed to create a status bar.Failed to create a temporary file nameFailed to create connection to server '%s' on topic '%s'Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to establish an advise loop with DDE serverFailed to establish dialup connection: %sFailed to execute '%s' Failed to get ISP names: %sFailed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load image %d from file '%s'.Failed to load mpr.dll.Failed to load shared library '%s'Failed to lock the lock file '%s'Failed to modify file times for '%s'Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to register DDE server '%s'Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to write to lock file '%s'Fatal errorFatal error: FileFile %s does not exist.File '%s' already exists, do you really want to overwrite it?File '%s' already exists. Do you want to replace it?File couldn't be loaded.File errorFile name exists already.FilesFiles (%s)FilterFindFixed font:Folio, 8 1/2 x 13 inFontFont size:Fork failedForward hrefs are not supportedFound %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGeneric PostScriptGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGoto PageGreek (ISO-8859-7)Gzip not supported by this version of zlibHTML Help Project (*.hhp)|*.hhp|HTML anchor %s does not exist.HTML files (*.html;*.htm)|*.html;*.htm|Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp books (*.htb)|*.htb|Help books (*.zip)|*.zip|Help: %sHomeHome directoryI64ICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!If you have any additional information pertaining to this bug report, please enter it here and it will be joined to it:Illegal directory name.Illegal file specification.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndexIndian (ISO-8859-12)Internal error, illegal wxCustomTypeInfoInvalid TIFF image index.Invalid XRC resource '%s': doesn't have root node 'resource'.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid or Null Object ID passed to GetObjectClassInfoInvalid or Null Object ID passed to HasObjectClassInfoInvalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.Japanese Double Postcard 200 x 148 mmJapanese Envelope Chou #3Japanese Envelope Chou #3 RotatedJapanese Envelope Chou #4Japanese Envelope Chou #4 RotatedJapanese Envelope Kaku #2Japanese Envelope Kaku #2 RotatedJapanese Envelope Kaku #3Japanese Envelope Kaku #3 RotatedJapanese Envelope You #4Japanese Envelope You #4 RotatedJapanese Postcard 100 x 148 mmJapanese Postcard Rotated 148 x 100 mmKOI8-RKOI8-ULandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLoad %s fileLoading : Log saved to the file '%s'.MDI childMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMatch caseMemory VFS already contains file '%s'!MenuMetal themeMi&nimizeMode %ix%i-%i not available.ModernModifiedMonarch Envelope, 3 7/8 x 7 1/2 inMove downMove upNameNew directoryNew itemNewNameNextNext pageNoNo entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for XML node '%s', class '%s'!No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNo soundNordic (ISO-8859-10)NormalNormal font:Note, 8 1/2 x 11 inOKOpen FileOpen HTML documentOpen file "%s"Operation not permitted.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.PRC 16K 146 x 215 mmPRC 16K RotatedPRC 32K 97 x 151 mmPRC 32K RotatedPRC 32K(Big) 97 x 151 mmPRC 32K(Big) RotatedPage %dPage %d of %dPage SetupPage setupPagesPaper SizePaper sizePermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please wait while printing PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint previe&wPrint previewPrint spoolingPrint this pagePrint to FilePrinterPrinter command:Printer optionsPrinter options:Printer...Printer:Printing Printing ErrorPrinting page %d...Printing...Program aborted.Quarto, 215 x 275 mmQuestionRead error on file '%s'ReadyReferenced object node with ref="%s" not found!RefreshRegistry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:RemoveRemove current page from bookmarksRep&laceReplace &allReplace with:Resource files must have same version number!Revert to SavedRight margin (mm):RomanSaveSave %s fileSave &As...Save AsSave log contents to fileScriptSearchSearch contents of help book(s) for all occurences of the text you typed aboveSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Seek error on file '%s' (large files not supported by stdio)Select &AllSelect a document templateSelect a document viewSelectionSeparator expected after the option '%s'.Setup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow/hide navigation panelSizeSkipSlantSorry, could not open this file for saving.Sorry, could not open this file.Sorry, could not save this file.Sorry, not enough memory to create a preview.Sorry, print preview needs a printer to be installed.Sound data are in unsupported format.Statement, 5 1/2 x 8 1/2 inStatus:Status: Subclass '%s' not found for resource '%s', not subclassing!SuperA/SuperA/A4 227 x 356 mmSuperB/SuperB/A3 305 x 487 mmSwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The directory '%s' does not exist Create it now?The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The font colour.The font family.The path '%s' contains too many ".."!The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: can not store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTip of the DayTips not available, sorry!To:Too many colours in PNG, the image may be slightly blurred.Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Trying to solve a NULL hostname: giving upTurkish (ISO-8859-9)TypeUS Std Fanfold, 14 7/8 x 11 inUnable to open requested HTML document: %sUnable to play sound asynchronously.UndeleteUnexpected parameter '%s'Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown dynamic library errorUnknown encoding (%d)Unknown long option '%s'Unknown option '%s'Unknown style flag Unmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictView files as a detailed viewView files as a list viewViewsWarningWarning: Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows 2000 (build %luWindows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chinese Traditional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932)Windows Korean (CP 949)Windows MEWindows NT %lu.%lu (build %luWindows Server 2003 (build %luWindows Thai (CP 874)Windows Turkish (CP 1254)Windows Western European (CP 1252)Windows XP (build %luWindows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XRC resource '%s' (class '%s') not found!XRC resource: Cannot create bitmap from '%s'.YesYou cannot add a new directory to this section.Zoom &InZoom &OutZoom to &Fit[EMPTY]a DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.bad arguments to library functionbinaryboldcan't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.catalog file for domain '%s' not found.ctrldatedefaulteighteentheightheleventhentry '%s' appears more than once in group '%s'failed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfourteenthfourthgenerate verbose log messagesinvalid message box return valueitaliclightlocale '%s' can not be set.looking for catalog '%s' in path '%s'.midnightnineteenthninthno DDE error.nonamenoonnumreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestored file length not in Zip headerstrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtiff module: %stodaytomorrowtwelfthtwentiethunderlinedunexpected " at position %d in '%s'.unknownunknown errorunknown error (error code %08x).unknown seek originunknown-%dunnamedunnamed%dusing catalog '%s' from '%s'.wxGetTimeOfDay failed.wxSocket: invalid signature in ReadMsg.wxSocket: unknown event!.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayzlib error %d|<<Project-Id-Version: wxWidgets-2.6.1 Report-Msgid-Bugs-To: POT-Creation-Date: 2008-04-24 09:31+0200 PO-Revision-Date: 2006-07-13 19:43+0100 Last-Translator: Morten Ulrich Language-Team: Dansk MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Generator: Rosetta (http://launchpad.ubuntu.com/rosetta/) plural-forms: nplurals=2; plural=n != 1 Send denne rapport til den ansvarlige for programmet. P forhnd tak. Mange tak. Vi undskylder ulejligheden. (fejl %ld: %s) - Vis udskrift#10 Konvolut, 4 1/8 x 9 1/2 tomme#11 Konvolut, 4 1/2 x 10 3/8 tomme#12 Konvolut, 4 3/4 x 11 tomme#14 Konvolut, 5 x 11 1/2 tomme #9 Konvolut, 3 7/8 x 8 7/8 tomme%i af %i%s (eller %s)%s Fejl%s Information%s Advarsel%s filer (%s)|%s%s meddelelse&Om...&Faktisk strrelse&Anvend&Arrangr ikoner&Tilbage&Fed&Afbryd&Kaskade&Luk&Kopir&Debugrapportpreview&Slet&Detaljer&Ned&Fil&Find&Slut&Skrifttype:&Fremad&G til...&Hjlp&Hjem&Indeks&Kursiv&Log&Flyt&Ny&Nste >&Nste >&Nste tip&Nej&Noter:&OK&ben...&St ind&Indstillinger&Tilbage&Udskriv...&Egenskaber&Afslut&Gentag&Gentag &Erstat&Genindls&Gem&Gem...&Vis tips ved opstart&Strrelse&Stop&Stilart&Understreget&Fortryd&Fortryd &Op&Vindue&Ja'%s' har ekstra '..', ignoreret.'%s' er ugyldig'%s' er ikke en korrekt numerisk vrdi til option '%s'.'%s' er ikke et gyldigt meddelelseskatalog'%s' er sandsynligvis en binr buffer.'%s' skal vre numerisk.'%s' m kun indeholde ASCII karakterer.'%s' m kun indeholde bogstaver.'%s' m kun indeholde bogstaver eller tal.(Hjlp)(bogmrker)10 x 11 tommer10 X 14 tommer11 x 17 tommer12 x 11 tommer15 x 11 tommer6 3/4 Konvolut, 3 5/8 x 6 1/2 tomme9 x 11 tommer: fil eksisterer ikke!: ukendt tegnst: ukendt kodning< &Tilbage<<
    Fed kursiv skrift.
    fed kursiv understreget
    Fed skrift. Kursiv skrift. >>>>|En debugrapport er blevet genereret i kataloget A2 420 x 594 mmA3 ark 297 x 420 mmA4 ekstra 9.27 x 12.69 tommerA4 ark, 210 x 297 mmA4 lille ark, 210 x 297 mmA5 roteret 210 x 148 mmA5 ark, 148 x 210 mmABCDEFGabcdefg12345ASCIITilfjTilfj denne side til bogmrkerTilfj til brugerfarverTilfjer bog %sVenstrejusterHjrejusterAlleAlle filer (%s)|%sAlle filer (*)|*Alle filer (*)|*.*Alle filer (*)|*.*Kalder allerede ISPTilfj log til fil '%s' (valg af [Nej] vil overskrive den)?Arabisk (ISO-8859-6)Arkiv indholder ikke #SYSTEM filAttributterB4 (JIS) roteret 364 x 257 mmB4 Konvolut, 250 x 353 mmB4 ark, 250 x 354 mmB5 (ISO) ekstra 201 x 276 mmB5 (JIS) roteret 257 x 182 mmB5 konvolut 176 x 250 mmB5 ark, 182 x 257 millimeterB6 (JIS) 128 x 182 mmB6 (JIS) roteret 182 x 128 mmB6konvolut, 176 x 125 mmBMP: Kunne ikke f hukommelse.BMP: Billede ugyldigt - kunne ikke gemme.BMP: Kunne ikke skrive RGB farvekort.BMP: Kunne ikke skrive data.BMP: Kunne ikke skrive filheader.Kunne ikke skrive filheader (BitmapInfo).BMP: wxImage har ikke sin egen wxPalette.Baltisk (ISO-8859-13)Baltisk (gammel) (ISO-8859-4)FedBund margin (mm):C ark, 17 x 22 tommer&RensF&arveC3 Konvolut, 324 x 458 mmC4 Konvolut, 229 x 324 mmC5 Konvolut, 162 x 229 mmC6 Konvolut, 114 x 162 mmC65 Konvolut, 114 x 229 mmKan ikke oprette mutex.Kan ikke lse fillisten i mappen '%s'Kan ikke f liste af filer i mappen '%s'Kan ikke genoptage trd %xKan ikke starte trd: fejl ved skrivning af TLS.Kan ikke suspendere trd %xKan ikke vente p trdafslutningKan ikke &fortrydeKan ikke tjekke billedformatet i filen '%s': filen eksisterer ikke.Kan ikke lukke registreringsngle '%s'Kan ikke kopiere vrdier af ikke-understttet type %d.Kan ikke oprette registreringsngle '%s'Kan ikke oprette trdKan ikke oprette vindue af klassen %sKan ikke slette ngle '%s'Kan ikke slette INI filen '%s'Kan ikke slette vrdi '%s' fra ngle '%s'Kan ikke f liste af underngler til ngle '%s'Kan ikke f en liste af vrdierne fra ngle '%s'Kan ikke finde aktuel position i filen '%s'.Kan ikke g information om registreringsngle '%s'Kan ikke initialisere zlib deflate stream.Kan ikke initialisere zlib inflate stream.Kan ikke lse billede fra filen '%s': filen eksisterer ikke.Kan ikke bne registreringsnglen '%s'kan ikke lse fra inflate stream: %sKan ikke lse inflate stream: uventet EOF i den underliggende stream.Kan ikke lse vrdien af '%s'Kan ikke lse vrdien af ngle '%s'Kan ikke gemme til filen '%s': ukendt filendelse.Kan ikke gemme logdata til fil.Kan ikke stte trdprioritetKan ikke stte vrdien af '%s'kan ikke skrive til deflate stream: %sAfbrydKan ikke konvertere dialogenheder: ukendt dialog.Kan ikke finde netvrk via modem forbindelse: %sKan ikke finde kontainer for ukendt kontrol '%s'.Kan ikke finde font node '%s'.Kan ikke finde placering af adressebog filenKan ikke f prioritetsomrde for afviklingsalgoritme %d.Kan ikke finde hostnavnKan ikke finde det officielle hostnavnKan ikke afbryde - ingen opkaldsforbindelse er aktiv.Kan ikke initialisere OLEKan ikke initialisere SciTech MGL!Kan ikke initialisere display.Kan ikke hente ikon fra '%s'.Kan ikke bne HTML dokument %s.Kan ikke bne HTML dokument %sKan ikke bne HTML hjlpebog: %sKan ikke bne indholdsfilen: %sKan ikke bne filen '%s'Kan ikke bne fil til PostScript udskrivning!Kan ikke bne indexfilen %sKan ikke fortolke koordinater fra '%s'.Kan ikke fortolke dimension fra '%s'.Kan ikke udskrive tom side.Kan ikke lse typenavn fra '%s'!Kan ikke hente trdafviklingsalgoritme.Kan ikke starte trd: fejl ved skrivning af TLSForskel p store og sm bogstaverKeltisk (ISO-8859-14)Centraleuropisk (ISO-8859-2/Latin 2)Vlg ISP at ringe tilVlg farveVlg skrifttypeL&ukRens log indholdetKlik for at afbryde skrifttypevalg.Klik for at bekrfte skifttype valget.LukLuk Alt-F4Luk alleLuk dette vindueKomprimeret HTML Hjlpefil (*.chm)|*.chm|ComputerKonfigurations punkt kan ikke begynde med '%c'.BekrftBekrft Registreringsdatabase opdateringForbinder...IndholdKonvertering til tegnst '%s' virker ikke.Kopieret til udklipsholder:"%s"Kopier:Kunne ikke finde tab til idKunne ikke starte udskriftsvisning.Kunne ikke starte udskrivning.Kunne ikke overfre data til vindueKunne ikke f en mutex-lsKunne ikek tilfje et billede til billedlisten.Kunne ikke oprette en timerKunne ikke oprette en markr.Kunne ikke finde symbolet '%s' i et dynamisk bibliotekKunne ikke f nuvrende trdpointerKunne ikke load'e et PNG billede - korrupt fil eller for lidt hukommelse?Kan ikke hente lyddata fra '%s'.Kunne ikke registrere udklipsformat %sKunne ikke frigive en mutexKunne ikke hente information om listekontorlenhed %d.Kunne ikke gemme PNG billede.Kunne ikke afslutte trdOpret mappeOpret ny mappe&KlipAktuel mappe:Kyrillisk (Latin-5)D ark, 22 x 34 tommerDDE poke request fejlede DIB Header: Kodning svarer ikke til bitdybden.DIB Header: Billedhjde > 32767 pixels i filen.DIB Header: Billedbredde > 32767 pixels for filen.DIB Header: Ukendt bitdybde i filen.DIB Header: Ukendt kodning i filen.DL Konvolut, 110 x 220 mmFejlrapport "%s"DekorativStandardkodningStandardprinterSlet objektSlettede gammel lockfil '%s'.SkrivebordNetvrk via modem er ikke tilgngeligt, fordi Remote Access Service (RAS) ikke er installeret p computeren. Installer RAS frst.Vidste du...MapperMappen '%s' kunne ikke oprettesMappen '%s' eksisterer ikke!Mappen eksisterer ikkeMappen eksisterer ikkeVis alle indexemner, der indeholder understrengen. Ingen forskel p store og sm bogstaver.Vis IndstillingerVil du overskrive kommandoen brugt til %s filer med efternavn "%s" ? Aktuel vrdi er %s, Ny vrdi er %s %1nsker du at gemme ndringer til dokument %s?Gem ikkeFrdigFrdig.Dobbelt japansk postkort roteret 148 x 200 mmNedE ark, 34 x 44 tommerRet objektIndtast et sidetal mellem %d og %d:indgange fundetFejlFejl ved oprettelse af mappeFejl mens ventede p semaforFejl: Esperanto (ISO-8859-3)Eksekverbare filer (*.exe)|*.exe|All filer (*.*)|*.*||Afvikling af kommando '%s' fejledeExecutive, 7 1/4 x 10 1/2 tommeKunne ikke komme til lockfil.Kunne ikke lukke filhndtagKunne ikke lukke lockfil '%s'Kunne ikke lukke udklipsholder.Kunne ikke forbinde: Mangler brugernavn og adgangskodeKunne ikke forbinde: Ingen ISP at ringe til.Kunne ikke kopiere registreringsvrdi '%s'Kunne ikke kopiere indholdet af registreringsngle '%s' til '%s'.Kunne ikke kopiere filen '%s' til '%s'Kunne ikke lave DDE strengKunne ikke oprette MDI forldreramme.Kunne ikke oprette statusbar.Kunne ikke lave et midlertidigt filnavnKunne ikke forbinde til server '%s' ang. emne '%s'Kunne ikke oprette mappe '%s' (Har du de ndvendige tilladelser?)Kunne ikke oprette registreringsindgang for '%s' filer.Kunne ikke opratte den almindelige sg/erstat dialog (fejlkode %d)Kunne ikke vise HTML-dokument i %s kodning.Kunne ikke tmme udklipsholder.Kunne ikke oprette advice loop med DDE serverKunne ikke etablere netvrk via modem: %sKunne ikke eksekvere '%s' Kunne ikke f ISP navne: %sKunne ikke hente data fra udklipsholderKunne ikke f lokal systemtidKunne ikke f den aktuelle arbejdsmappeKunne ikke initialisere GUI: Fandt ingen indbyggede temaer.Kunne ikke initialisere MS HTML Hjlp.Kunne ikke initialisere OpenGLKunne ikke joine trd, der er muligvis hukommelsestab - genstart venligst programmetKunne ikke drbe proces %dKunne ikke lse billede %d fra file '%s'.Kunne ikke bne mpr.dll.Kunne ikke bne delt bibliotek '%s'Kunne ikke lse lockfil '%s'Kunne ikke ndre filtid for '%s'Kunne ikke bne midlertidig fil.Kunne ikke bne udklipsholder.Kunne ikke sende data til udklipsholderKunne ikke lse PID fra lockfil.Kunne ikke omdirigere input/output fra underprocesKunne ikke registrere DDE server '%s'Kunne ikke huske kodning for tegnsttet '%s'.Kunne ikke fjerne lockfilen '%s'Kunne ikke fjerne gammel lockfil '%s'.Kunne ikke omdbe registreringsvrdi '%s' til '%s'.Kunne ikke omdbe registreringsngle '%s' til '%s'.Kunne ikke hente data fra udklipsholder.Kunne ikke hente filtider for '%s'Kunne ikke hente tekst fra RAS fejlmeddelelseKunne ikke hente liste over understttede udklipsformaterKunne ikke sende DDE advice notificationKunne ikke stte FTP transfer mode til %s.Kunne ikke sende data til udklipsholder.Kunne ikke stte midlertidige filrettighederKunne ikke stte trdprioritet %d.Kunne ikke gemme billede '%s' i hukommelsen VFS!Kunne ikke afslutte en trd.Kunne ikke afslutte advice loop med DDE serverKunne ikke lukke netvrk via modem forbindelse: %sKunne ikke rre (touch) filen '%s'Kunne ikke lse lockfil '%s' opKunne ikke afregistrere DDE server '%s'Kunne ikke skrive til lockfil '%s'Fatal fejlFatal fejl: FilFilen %s findes ikke.Fil '%s' findes allerede, vil du virkelig overskrive den?Fil '%s' findes allerede. Vil du erstatte den?Fil kunne ikke lses.FilfejlFilnavnet findes allerede.FilerFiler (%s)FilterFindFast type:Folio, 8 1/2 x 13 tommerSkriftSkriftstrrelse:Fork fejledeFremad hrefs er ikke understttetFandt %i matchendeFra:GIF: Ugyldigt gif indexGIF: datastrm tilsyneladende for kort.GIF: fejl i GIF billedformat.GIF: ikke nok hukommelseGIF: ukendt fejl!!!GTK+ temaGenerisk PostScriptTysk Legal Fanfold, 8 1/2 x 13 tommeTysk Std Fanfold, 8 1/2 x 12 tommeTilbageg fremEt niveau op i dokument hierakietTil hjemmemappeTil overmappeG til sideGrsk (ISO-8859-7)Gzip ikke supporteret af denne version af zlibHTML Hjlp Projekt (*.hhp)|*.hhp|HTML anker %s findes ikke.HTML filer (*.html;*.htm)|*.html;*.htm|Hebrisk (ISO-8859-8)HjlpHjlp til browser indstillingerHjlpeindexHjlp til udskriftHjlp-bger (*.htb)|*.htb|Hjlp-bger (*.zip)|*.zip|Hjlp: %sHjemHovedmappeI64ICO: Fejl ved lsning af maske DIB.ICO: Fejl ved skrivning af billedfil!ICO: Billede for hjt til ikon.ICO: Billede for bredt til ikon.ICO: Ugyldigt ikonindexIFF: datastrm tilsyneladende for kort.IFF: Fejl i IFF billedformat.IFF: ikke nok hukommelse.IFF: ukendt fejl!!!Hvis du har nogen yderligere oplysninger omkring denne bugrapport, s skriv dem venligst her og de vil blive vedhftet rapporten:Ulovligt mappenavnUlovlig filspecifikation.Kunne ikke oprette RichEdit kontrol, bruger en simpel tekstkontrol i stedet. Vi foreslr at geninstallere riched32.dll.Kunne ikke f input til underprocesKunne ikke finde rettigheder til filen '%s'Kunne ikke overskrive filen '%s'Kunne ikke stte rettigheder for filen '%s'IndexIndisk (ISO-8859-12)Intern fejl, ulovlig wxCustomTypeInfoUgyldigt TIFF billedindexUgyldig XRC resource '%s': har ikke nogen rootnode 'resource'.Ugyldig display mode specifikation '%s'.Ugyldig geometrispecifikation '%s'Ugyldig lockfil '%s'.Ugyldig eller Null Object ID sendt til GetObjectClassInfoUgyldig eller Null Object ID sendt til HasObjectClassInfoUgyldigt regulrt udtryk: '%s': %sKursivItalien Konvolut, 110 x 230 mmJPEG: Kunne ikke lse - filen er sikkert defekt.JPEG: Kunne ikke gemme billede.Japansk dobbelt postkort 200 x 148 mmJapansk konvolut Chou #3Japansk konvolut Chou #3 roteretJapansk konvolut Chou #4Japansk konvolut Chou #4 roteretJapansk konvolut Kaku #2Japansk konvolut Kaku #2 roteretJapansk konvolut Kaku #3Japansk konvolut Kaku #3 roteretJapansk konvolut You #4Japansk konvolut You #4 roteretJapansk postkort 100 x 148 mmJapansk postkort roteret 148 x 100 mmKOI8-RKOI8-ULiggendeLedger, 17 x 11 tommerVenstre margin (mm):Legal, 8 1/2 x 14 tommerLetter lille, 8 1/2 x 11 tommerLetter, 8 1/2 x 11 tommeLetLs %s fileLser : Log gemt i filen '%s'.MDI barnMS HTML hjlpefunktio er ikke tilgngelig fordi MS HTML Hjlp- bibliotektetikke er installeret p denne computer. Vi foreslr at installere det.Ma&ksimrForskel p store og smHukommelse VFS indeholder allerede fil '%s'!MenuMetal temaMi&nimrMode %ix%i-%i er ikke tilgngelig.ModernendretMonarch Konvolut, 3 7/8 x 7 1/2 tommeFlyt nedFlyt opNavnNy folderNyt objektNytNavnNsteNste sideNejIngen indgange fundet.Fandt ikke skrifttype til at vise tekst med kodning '%s', men en alternativ kodning '%s' er tilgngelig. Vil du bruge denne kodning (eller skal du vlge en anden)?Ingen skrifttype fundet til at vise tekst i kodningen '%s'. Vil du vlge en skrifttype til brug for denne kodning (ellers bliver tekst i denne kodning ikke vist korrekt)?Ingen rutine fundet til at hndtere XML node '%s', klasse '%s'!Ingen rutine fundet til denne billedtype.Ingen billedrutine defineret for type %d.Ingen billedrutine defineret for type %s.Fandt ingen passende side endnuIngen lydNordisk (ISO-8859-10)NormalNormal skrift:Note, 8 1/2 x 11 tommeOKbn Filbn HTML dokumentbn file "%s"Handling ikke tilladt.Option '%s' krver en vrdi.Option '%s': '%s' kan ikke konverteres til en dato.IndstillingerOrienteringPCX: kunne ikke f hukommelsePCX: billedformat ikke understttetPCX: ugyldigt billedePCX: dette er ikke en PCX-fil.PCX: ukendt fejl!!!PCX: for lavt versionsnummerPNM: Kunne ikke f hukommelse.PNM: Fil format ikke genkendt.PNM: Filen synes at vre afskret.PRC 16K 146 x 215 mmPRC 16K roteretPRC 32K 97 x 151 mmPRC 32K roteretPRC 32K(Big) 97 x 151 mmPRC 32K(Big) roteretSide %dSide %d af %dSideopstningSideopstningSiderPapirstrrelsePapirstrrelseTilladelserPipe oprettelse fejledeVlg venligst en gyldig skrifttype.Vlg venligst en eksisterende fil.Vlg venligst hvilken ISP, der skal ringes op tilInstallr venligst en nyere version af comctl32.dll (mindst version 4.70, du har %d.%02d) ellers fungerer dette program ikke korrekt.Vent lidt, mens der udskrives OpretstendePostScript filUdskriftsvisning:Foregende sideUdskrivUdskriftsvisningUdskriftsvisning fejledeUdskriv siderUdskriftsopstningUdskriv i farverUdskrifts&visningUdskriftsvisningUdskriftsspoolingUdskriv denne sideUdskriv til filPrinterPrinter kommando:Printer valgmulighederPrinter valgmuligheder:Printer...Printer:Udskriver UdskriftsfejlUdskriver side %d...Udskriver...Program afbrudtQuarto, 215 x 275 mmSprgsmlLsefejl i fil '%s'KlarRefereret objekt-node med ref="%s" ikke fundet!OpdatrRegistreringsngle '%s' eksisterer allerede.Registreringsnglen '%s' eksisterer ikke og kan ikke omdbes.Registreringsnglen '%s' er ndvendig for systemets almindelige drift, hvis du sletter den vil efterlade dit system i ubrugelig tilstand: operationen blev afbrudt.Registreringsvrdien '%s' eksisterer allerede.Relevante indgange:FjernFjern den aktuelle side fra bogmrkerne&ErstatErstat &alleErstat med:Resourcefilerne skal have samme versionsnummer!Tilbage til originalHjre margin (mm):RomanGemGem %s filGem &som...Gem somGen log indhold til filScriptSgSg indholdet af hjlpebog/bger efter alle forekomster af den indtastede tekstSgeretningSg efter:Sg i alle bgerSger...AfsnitSgefejl i filen '%s'Sgefejl i fil '%s' (store filer er ikke understttet af stdio)Vlg &altVlg en dokumentskabelonVlg en dokumentvisningMarkeringSeparator forventet efter optionen '%s'.Opstning...Har fundet flere netvrk via modem forbindelser, vlger en tilfldig.Vis alleVis alle punkter i indexVis skjulte mapperVis/skjul navigationspaneletStrrelseSpring overHldningBeklager, kunne ikke bne denne fil til gemning.Beklager, kunne ikke bne denne fil.Beklager, kunne ikke gemme denne fil.Beklager, der er ikke nok hukomelse til Udskriftsvisning.Beklager, udskriftsvisning krver at en printer er installeret.Lyddata er i et ikke understttet format.Statement, 5 1/2 x 8 1/2 tommeStatus: Status: Underklasse '%s' ikke fundet til resource '%s', danner ikke underklasse!SuperA/SuperA/A4 227 x 356 mmSuperB/SuperB/A3 305 x 487 mmSwissTIFF: Kunne ikke f hukommelse.TIFF: Fejl ved lsning af billedeTIFF: Fejl ved lsning af billede.TIFF: Fejl ved gemning af billede.TIFF: Fejl ved skrivning af billede.Tabloid, 11 x 17 tommerTeletypeSkabelonerThai (ISO-8859-11)FTP serveren understtter ikke passiv mode.Tegnsttet '%s' er ukendt. Du kan vlge et andet til at erstatte det, eller vlg [Afbryd] hvis det ikke kan erstattesUdklipsholder format '%d' findes ikke.Mappen '%s' eksisterer ikke Opret den nu?Filen '%s' eksisterer ikke og kunne ikke bnes. Den er fjernet fra listen over senest brugte filer.Fontfarven.Fontfamilien.Stien '%s' indeholder for mange ".."!Den ndvendige parameter '%s' blev ikke angivet.Teksten kunne ikke gemmes.Vrdien til optionen '%s' skal angives.Problem ved sideopstning: du skal muligvis vlge en standardprinter.Trdmodul initialisering fejlede: kan ikke gemme vrdi i trdens private lagerTrdmodul initialisering fejlede: kunne ikke oprette trdngleTrdmodul initialisering fejlede: umuligt at allokere index i trdens private lager.Prioritetsindstilling for trd ignoreret.Fordel &vandretFordel &lodretDagens tipTips ikke tilgngelige, beklager!Til:For mange farver i PNG, billedet kan vre en smule uskarpt.Top margin (mm):Prver at fjerne filen '%s' fra hukommelsen VFS, men den er ikke indlst!Forsgte at lse et NULL hostname: giver opTyrkisk (ISO-8859-9)TypeUS Std Fanfold, 14 7/8 x 11 tommerKunne ikke bne det nskede HTML-dokument: %sKan ikke afspille lyd asynkront.GendanUventet parameter '%s'Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Ukendt DDE fejl %08xUkendt dynamisk bibliotek fejlUkendt kodning (%d)Ukendt lang option '%s'Ukendt option '%s'Ukendt stilflag Uparret '{' i en indgang for mime type %s.Unavngiven kommandoIkke-understttet udklipsformat.Ikke-understttet tema '%s'.OpBrug: %sValideringskonfliktSe filer med detaljerSe filer som listeVisningerAdvarselAdvarsel: Vesteuropisk (ISO-8859-1/Latin 1)Vesteuropisk med Euro (ISO-8859-15/Latin 0)Hele ordKun hele ordWin32 temaWin32s p Windows 3.1Windows 2000 (build %luWindows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabisk (CP 1256)Windows Baltisk (CP 1257)Windows Centraleuropisk (CP 1250)Windows Forenklet kinesisk (CP 936)Windows Traditionel kinesisk (CP 950)Windows Kyrillisk (CP 1251)Windows Grsk (CP 1253)Windows Hebrisk (CP 1255)Windows Japansk (CP 932)Windows Koreansk (CP 949)Windows MEWindows NT %lu.%lu (build %luWindows Server 2003 (build %luWindows Thai (CP 874)Windows Tyrkisk (CP 1254)Windows Vesteuropisk (CP 1252)Windows XP (build %luWindows/DOS OEM (CP 437)Skrivefejl i fil '%s'XML tolkningsfejl: '%s' ved linje %dXPM: pixeldata drligt formet!XRC resource '%s' (klasse '%s') ikke fundet!XRC resource: Kan ikke lave bitmap fra '%s'.JaDu kan ikke tilfje en mappe til denne sektion.Zoom &IndZoom &UdZoom &Tilpaset[TOM]en DDEML applikation har lavet en forlnget race condition.en DDEML funktion blev kaldt uden at kalde DdeInitialize frst, eller der er sendt en ugyldig instance identifier til en DDEML funktion.en klients forsg p at starte en konversation slog fejl.en hukommelsestildeling fejlede.en parameter kunne ikke valideres af DDEML.en anmodning om synkron advise transaktion fik timeout.en anmodning om en synkron datatransaktion fik timeout.en anmodning om en synkron execute transaktion fik timeout.en anmodning om en synkron poke transaktion fik timeout.en anmodning om at afslutte en advise transaktion fik timeout.en server-side transaktion blev forsgt i en konversation der blev lukket af klienten, eller serveren lukkede inden afslutning af en transaktion.en transaktion mislykkedesaltet program initialiseret som APPCLASS_MONITOR har forsgt at lave en DDE transaktion, eller et program initialiseret som APPCMD_CLIENTONLY har forsgt at udfre servertransaktioner.et internt kald til PostMessage funktionen mislykkedes. intern fejl opstet i DDEML.en ugyldig transaktions identifikation er sendt til en DDEML funktion. Nr programmet er returneret fra en XTYP_XACT_COMPLETE callback, er transaktion identifikationen for dette callback ikke lngere gyldig.forsg p at ndre uforanderlig ngle '%s' ignoreret.drlige argumenter til biblioteksfunktionbinrfedkan ikke lukke filen '%s'kan ikke lukke fildeskriptor %dkan ikke udfre ndringer til fil '%s'kan ikke oprette fil '%s'kan ikke slette brugerkonfigurationsfil '%s'kan ikke afgre om slutningen af filen er net p deskriptor %dkan ikke finde lngden af filen p fildeskriptor %dkan ikke finde brugerens HOME, bruger aktuelle mappe.kan ikke skylle fildeskriptor %d udkan ikke f sgeposition p fildescriptor %dkan ikke bne nogen skrift, afbryderkan ikke bne filen '%s'kan ikke bne global konfigurationsfil '%s'.kan ikke bne brugerkonfigurationsfil '%s'.kan ikke bne brugerkonfigurationsfil.kan ikke lse fra fildeskriptor %dkan ikke fjerne filen '%s'kan ikke fjerne midlertidig fil '%s'kan ikke sge p fildeskriptor %dkan ikke skrive buffer '%s' til disk.kan ikke skrive til fildeskriptor %dkan ikke skrive brugerkonfigurationsfil.katalogfil for domne '%s' blev ikke fundet.ctrldatostandardattendeottendeelfteindgang '%s' optrder mere end en gang i gruppe '%s'kunne ikke flushe filen '%s'femtendefemtefil '%s', linie %d: '%s' ignoreret efter gruppe header.fil '%s', linje %d: '=' forventet.fil '%s', linje %d: ngle '%s blev frst fundet p linje %d.fil '%s', linje %d: vrdi af uforanderlig ngle '%s' blev ignoreret.fil '%s': uventet karakter %c p linje %d.frstefjortendefjerdelav udfrlige logbeskedderugyldig meddelelsesboks returvrdikursivletlocale '%s' kan ikke sttes.sger efter katalog '%s' i sti '%s'.midnatnittendeniendeingen DDE-fejl.unavngivetmiddagnummerreentrancy problem.andensgefejlsyttendesyvendeskiftvis denne hjlpebeskedsekstendesjetteangiv skrmindstillinger (fx 640x480-16)angiv tema at brugegemt fillngde ikke i Zip headerstrtiendesvaret p transaktionen bevirkede, at bitten DDE_FBUSY blev sat.tredjetrettendetiff modul: %si dagi morgentolvtetyvendeunderstegetuventet " p position %d i '%s'.ukendtukendt fejlukendt fejl (fejlkode %08x).ukendt sgestartukendt-%dunavngivetunavngivet%dbruger katalog '%s' fra '%s'.wxGetTimeOfDay mislykkedes.wxSocket: ugyldig signatur i ReadMsg.wxSocket: ukendt event!wxWidgets kunne ikke bne display for '%s': stopper.wxWidgets kunne ikke bne diplay. Stopper.i grzlib fejl %d|<<wxmaxima-Version-18.02.0/locales/wxwin/de.mo000066400000000000000000002340161324204105000206600ustar00rootroot00000000000000L;@OAOROVO_O~OOOOOP P &P1P:P IPTP eP'pP&P$P P PPQQQQ%Q.Q5Qt#bt3t"tt$tTusu'uu"u-u!v.@v$ovv vvv# w"1w-Tw'w"w'w5w+x&Kx-rx/x+x&x,#y2Py-y&y&yy+z(Iz!rz)zz3z-{>{\{$|{){!{ { {| |=$|4b|| || || |/|!} 6} A}M}m}t}}}'}}}~ ~#$~!H~#j~2~8~~ % 3H _i*| '#( = H V2b"ǀ ,'Em 7܁2)Gq$ʂj%S+y%/˃(F=`(#DŽ66:#q1  (;Mb~0 ˆ ؆42#K)o ԇ1އ| 3 ˈ&ֈ  8Qnu"~  Ɖω׉ ܉$6/ ϋ%%<W'`& ! ,6I+b0ݍ -@]t#ӎ   0+4\% Ï؏"17i/ 8F LZ p | Ƒԑ  * >J[py/!ɒ3#œד"DX a n-| Ô ДܔN [ lx  ƕ )#0T?]֖ +& R s-5—+%$)JtF6 ;8tzЙ ",,?0lz(0A]roЛ@Qbw%.0 :M˝P@jY#)<BMџ;՟A"*d%Ϡ*$>Ga$y'ơ$ޡ'+AW+n(٢+-Yi  ͣ) 5 ==G(̤  *C"\#$ȥ.F"`"ئ&)-DDr/0 % /<;D:K0g=;֩>;Q5êZpt91,k-b! ǭ̭ҭ!))@>j/0ٮ -)Wu*(#ޯ8";^ u E !$@'e#ұױܱ $ -/9i~  ò4ɲ!8 9Y.³ ȳ ҳݳ+.7 St{&˴ Դߴ " / =HPd k v -CL R]ms| $ʶҶ * >I Q[ y'̷3* E O]Xa̹й ߹!"@^ ~ º̺ ۺ 0.7*f Ļ̻һ ۻ  #*2 A N Xdkry  ɼӼܼ - 6 C Q[m v  ƽ ҽ ߽%87*p$3ܾ02At | "̿) )3 6 DO'V2~<%<Sp .A6Ax FJ5]"  %<%V+|(+8<6(s: !7@Ic}3!0<!m ; +LGj3<1#U*p!!0-->2lD<9!A[/-WS&r=%" 4@u;}*+:$K!pB-<\'z&#3+!,Mz*0 (1*Z*'(:9<!v-  4@ Q[+l- ,0G9 & 6(%%N t%!(B"_%;/VM*5#BC C 3@Wo4$& %!Fh +{.!pw2 SZb{+RV]&e! ,)&/F"X2{3)!+$M:r$$'&CF7,G.7=f+,%3#(WA"69OV@C7+#c$=*%00V26*5*R"}'_!(2J}+)F/U ()#;'Y885/)KY'3;C=32AG*Br:34$5Y@8= ,GDt6&1<I7'E:E"   %51g ~&)/Ni +(+?@N" /2G!z!)" ( 3 A6N %  !)=g=6-M{-C855> t ~, ;#*&Nu=?&6=3Z   +C5H~EF'",J w) -x s>"/  "6.(e$  4#9*]X<)6%`%"1 *A2H {% . 0<Q  $& )E%d&  = A^4%'$*L)w&*  Q \  m w            1 > T  k  v        C  B 0O K t +A m   - M   % 4 5D z        7  ( 5B Z do  /+:@K !!'A/3q4$E0E1v8h)q+O&#D#h!!<3O7;<kxdv$3'!2Ir|dvTWs#+U?^*mGr<j(%?1P$'$5'Z2-Ecz=1:RWf ~ 4  Y q % $    !!1!$L!)q!*!!!""7"S"!n"""+"#"*#0A#3r#<##/#3$ J$ V$c$t$D{$$Iq%)%0%Q&Oh&R&O 'N[''!8(Z(^(@A),))B*.*+&+,+1+7++W+,++.+?+;>,Fz,2,5,$*-O-4l-,-0-O-'O.w.%.0.h.%V/+|/3/9/0(0,A0n0s0y000 000 0.0 1#1 @10J1 {1181#1C1G.20v22 2 22&2(2 3 %3&F3m3t3y3/3+3 3 333 444&4**4U4 k4v4|44 4 4444 44F4$95^5b5=i55 55555 5 55&6 ,666K6%^666 6 6 6*6 7 77(57 ^7B7/777 8o*wSe79\x]g1diSG 2)%t84= 8[FQF[hlVO#$h=}B'(3H?HN=38VuZe5D$E$bjc1 KY% W7VFtZ,"XM}^*~jJLyyP`=UE(TZ?\b) 0j#z&Cls\Z'&;["ob\Y)Rd'|9:>{.M0]-NekB-h,>(`s<s pw^>69D4V4"d .Dw mfp!6A&x*{CStaa8gvU}Ai5nLG irx#f|BTrW1 T 7kY,UXl|r ):Hn@<xOIRQoh/X;,q<iXc. 2?^3+GAO]JmB{uv1>Q]T` Cm(+@~P5 Qy J$u UW`w/He 3n%6&uS kFsPvqNfECN@ckMIJ-GKpP2af*;+RKO.6^!4 n-g{?}~tj0Y#%_RopI0 W!29_<A/z:zMIc+|aqd_;bm!@7[rlE~'/_y5q:  vLKDgzL"  (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in#define %s must be an integer.%i of %i%ld bytes%s (or %s)%s Error%s Information%s Warning%s files (%s)|%s%s message%s not a bitmap resource specification.%s not an icon resource specification.%s: ill-formed resource file syntax.&About...&Actual Size&Apply&Arrange Icons&Back&Bold&Cancel&Cascade&Clear&Close&Copy&Delete&Details&Down&File&Find&Finish&Font family:&Forward&Goto...&Help&Home&Index&Italic&Log&Move&New&Next&Next >&Next Tip&No&OK&Open&Open...&Paste&Point size:&Preferences&Previous&Print&Print...&Properties&Quit&Redo&Redo &Replace&Restore&Save&Save...&Show tips at startup&Size&Stop&Style:&Underline&Undo&Undo &Unindent&Up&Weight:&Window&Yes'%s' has extra '..', ignored.'%s' is invalid'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks)...10 x 14 in11 x 17 in6 3/4 Envelope, 3 5/8 x 6 1/2 in: file does not exist!: unknown charset: unknown encoding< &Back<<
    Bold italic face.
    bold italic underlined
    Bold face. Italic face. >>>>|A non empty collection must consist of 'element' nodesA3 sheet, 297 x 420 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAddAdd current page to bookmarksAdd to custom coloursAddToPropertyCollection called on a generic accessorAddToPropertyCollection called w/o valid adderAdding book %sAlign LeftAlign RightAllAll files (%s)|%sAll files (*)|*All files (*.*)|*All files (*.*)|*.*Already Registered Object passed to SetObjectClassInfoAlready dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)Archive doesnt contain #SYSTEM fileAttributesB4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)Bitmap resource specification %s not found.BoldBottom margin (mm):C sheet, 17 x 22 inC&learC&olour:C3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCHM handler currently supports only local files!Can not create mutex.Can not enumerate files '%s'Can not enumerate files in directory '%s'Can not resume thread %luCan not resume thread %xCan not start thread: error writing TLS.Can not suspend thread %luCan not suspend thread %xCan not wait for thread terminationCan't &Undo Can't check image format of file '%s': file does not exist.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't find current position in file '%s'Can't get info about registry key '%s'Can't initialize zlib deflate stream.Can't initialize zlib inflate stream.Can't load image from file '%s': file does not exist.Can't open registry key '%s'Can't read from inflate stream: %sCan't read inflate stream: unexpected EOF in underlying stream.Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot convert dialog units: dialog unknown.Cannot convert from the charset '%s'!Cannot find active dialup connection: %sCannot find container for unknown control '%s'.Cannot find font node '%s'.Cannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot initialize SciTech MGL!Cannot initialize display.Cannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open URL '%s'Cannot open contents file: %sCannot open file '%s'.Cannot open file for PostScript printing!Cannot open index file: %sCannot parse Plural-Forms:'%s'Cannot parse coordinates from '%s'.Cannot parse dimension from '%s'.Cannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLSCannot wait on thread to exit.Cant create the thread event queueCase sensitiveCeltic (ISO-8859-14)CenteredCentral European (ISO-8859-2)Choose ISP to dialChoose colourChoose fontCl&oseClear the log contentsClick to cancel the font selection.Click to confirm the font selection.CloseClose Alt-F4Close AllClose this windowCompressed HTML Help file (*.chm)|*.chm|ComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copied to clipboard:"%s"Copies:Could not create temporary file '%s'Could not extract %s into %s: %sCould not find tab for idCould not load Rich Edit DLL '%s'Could not locate file '%s'.Could not start document preview.Could not start printing.Could not transfer data to windowCould not unlock mutexCouldn't acquire a mutex lockCouldn't add an image to the image list.Couldn't create a timerCouldn't create cursor.Couldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't load sound data from '%s'.Couldn't open audio: %sCouldn't register clipboard format '%s'.Couldn't release a mutexCouldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate Parameter not found in declared RTTI ParametersCreate directoryCreate new directoryCu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDecorativeDefault encodingDelete itemDeleted stale lock file '%s'.Dial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...Directory '%s' couldn't be createdDirectory '%s' doesn't exist!Directory does not existDirectory doesn't exist.Display all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1Do you want to save changes to document %s?DoneDone.Doubly used id : %dDownE sheet, 34 x 44 inEdit itemElapsed time : Enter a page number between %d and %d:Entries foundEnvironment variables expansion failed: missing '%c' at position %d in '%s'.ErrorError Error creating directoryError in reading image DIB .Error reading config options.Error saving user configuration data.Error while waiting on semaphoreError: Esperanto (ISO-8859-3)Estimated time : Execution of command '%s' failedExecution of command '%s' failed with error: %ulExecutive, 7 1/4 x 10 1/2 inExtended Unix Codepage for Japanese (EUC-JP)Extraction of '%s' into '%s' failed.Failed to %s dialup connection: %sFailed to access lock file.Failed to allocated %luKb of memory for bitmap data.Failed to change video modeFailed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to copy the registry subkey '%s' to '%s'.Failed to create DDE stringFailed to create MDI parent frame.Failed to create a status bar.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create cursor.Failed to create directory %s/.gnome.Failed to create directory %s/mime-info.Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to enumerate video modesFailed to establish an advise loop with DDE serverFailed to establish dialup connection: %sFailed to execute '%s' Failed to get ISP names: %sFailed to get clipboard data.Failed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to inspect the lock file '%s'Failed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load image %d from file '%s'.Failed to load mpr.dll.Failed to load shared library '%s'Failed to load shared library '%s' Error '%s'Failed to lock the lock file '%s'Failed to match '%s' in regular expression: %sFailed to modify file times for '%s'Failed to open '%s' for %sFailed to open CHM archive '%s'.Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to register OpenGL window class.Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to save the bitmap image to file "%s".Failed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set permissions on lock file '%s'Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to update user configuration file.Failed to write to lock file '%s'Fatal errorFatal error: FileFile %s does not exist.File '%s' already exists, do you really want to overwrite it?File '%s' already exists. Do you want to replace it?File couldn't be loaded.File errorFile name exists already.Files (%s)FindFixed font:Fixed size face.
    bold italic Folio, 8 1/2 x 13 inFont size:Fork failedForward hrefs are not supportedFound Found %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGetProperty called w/o valid getterGetPropertyCollection called on a generic accessorGetPropertyCollection called w/o valid collection getterGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGoto PageGreek (ISO-8859-7)Gzip not supported by this version of zlibHTML Help Project (*.hhp)|*.hhp|HTML anchor %s does not exist.HTML files (*.html;*.htm)|*.html;*.htm|Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp TopicsHelp books (*.htb)|*.htb|Help books (*.zip)|*.zip|Help: %sHomeI64ICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!Ill-formed resource file syntax.Illegal Object Class (Non-wxEvtHandler) as Event SourceIllegal Parameter Count for ConstructObject MethodIllegal Parameter Count for Create MethodIllegal directory name.Illegal file specification.Image and mask have different sizes.Image file is not of type %d.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndentIndexIndian (ISO-8859-12)Internal error, illegal wxCustomTypeInfoInvalid TIFF image index.Invalid XRC resource '%s': doesn't have root node 'resource'.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid or Null Object ID passed to GetObjectClassInfoInvalid or Null Object ID passed to HasObjectClassInfoInvalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.JustifiedKOI8-RKOI8-ULandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLink contained '//', converted to absolute link.Load %s fileLoading : Loading Grey Ascii PNM image is not yet implemented.Loading Grey Raw PNM image is not yet implemented.Lock file '%s' has incorrect owner.Lock file '%s' has incorrect permissions.Log saved to the file '%s'.Long Conversions not supportedMDI childMP Thread Support is not available on this SystemMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMailcap file %s, line %d: incomplete entry ignored.Match caseMemory VFS already contains file '%s'!MenuMetal themeMi&nimizeMime.types file %s, line %d: unterminated quoted string.Mode %ix%i-%i not available.ModernModifiedMonarch Envelope, 3 7/8 x 7 1/2 inMove downMove upNameNew directoryNew itemNewNameNextNext pageNoNo XBM facility available!No XPM icon facility available!No entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for XML node '%s', class '%s'!No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNo soundNo unused colour in image being masked.No unused colour in image.Nordic (ISO-8859-10)NormalNormal face
    and underlined. Normal font:Note, 8 1/2 x 11 inOKObjects must have an id attributeOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value, '=' expected.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.Page %dPage %d of %dPage SetupPagesPaper SizePaper sizePassing a already registered object to SetObjectPassing a already registered object to SetObjectNamePassing an unkown object to GetObjectPermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose the page to display:Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please wait while printing PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint previe&wPrint spoolingPrint this pagePrint to FilePrinter command:Printer optionsPrinter options:Printer...Printing Printing ErrorPrinting page %d...Printing...Program aborted.Quarto, 215 x 275 mmQuestionRead error on file '%s'Referenced object node with ref="%s" not found!RefreshRegistry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:Remaining time : RemoveRemove current page from bookmarksRenderer "%s" has incompatible version %d.%d and couldn't be loaded.Rep&laceReplace &allReplace with:Resource files must have same version number!Right margin (mm):RomanSave %s fileSave &As...Save asSave log contents to fileScriptSearchSearch contents of help book(s) for all occurences of the text you typed aboveSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Select &AllSelect a document templateSelect a document viewSelect a fileSeparator expected after the option '%s'.SetProperty called w/o valid setterSetup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow hidden filesShow/hide navigation panelShows the font preview.SizeSlantSorry, could not open this file for saving.Sorry, could not open this file.Sorry, could not save this file.Sorry, not enough memory to create a preview.Sorry, print preview needs a printer to be installed.Sorry, the format for this file is unknown.Sound data are in unsupported format.Sound file '%s' is in unsupported format.Statement, 5 1/2 x 8 1/2 inStatus: Streaming delegates for not already streamed objects not yet supportedString To Colour : Incorrect colour specification : %sString conversions not supportedSubclass '%s' not found for resource '%s', not subclassing!SwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The FTP server doesn't support the PORT command.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The directory '%s' does not exist Create it now?The file '%s' couldn't be opened. It has been removed from the most recently used files list.The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The font colour.The font family.The font point size.The font style.The font weight.The path '%s' contains too many ".."!The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.The version of remote access service (RAS) installed on this machine is tooold, please upgrade (the following required function is missing: %s).There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: can not store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTimeout while waiting for FTP server to connect, try passive mode.Timer creation failed.Tip of the DayTips not available, sorry!To:Too many colours in PNG, the image may be slightly blurred.Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Trying to solve a NULL hostname: giving upTurkish (ISO-8859-9)TypeType must have enum - long conversionUS Std Fanfold, 14 7/8 x 11 inUnable to open requested HTML document: %sUnable to play sound asynchronously.UndeleteUnexpected parameter '%s'Unicode 16 bit (UTF-16)Unicode 16 bit Big Endian (UTF-16BE)Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown Object passed to GetObjectClassInfoUnknown encoding (%d)Unknown field in file %s, line %d: '%s'.Unknown long option '%s'Unknown option '%s'Unknown style flag Unkown Property %sUnmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictVideo OutputView files as a detailed viewView files as a list viewViewsWaiting for subprocess termination failedWarningWarning: Warning: attempt to remove HTML tag handler from empty stack.Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whether the font is underlined.Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chinese Traditional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932)Windows Korean (CP 949)Windows Turkish (CP 1254)Windows Western European (CP 1252)Windows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XPM: malformed colour definition '%s'!XRC resource '%s' (class '%s') not found!XRC resource: Cannot create bitmap from '%s'.XRC resource: Incorrect colour specification '%s' for property '%s'.YesYou cannot add a new directory to this section.ZIP handler currently supports only local files!Zoom &InZoom &OutZoom to &Fit[EMPTY]a DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.bad arguments to library functionbad signaturebinaryboldbold can't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't query for GUI plugins name in console applicationscan't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't seek on file descriptor %d, large files support is not enabled.can't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.catalog file for domain '%s' not found.checksum errorcompression errorconversion to 8-bit encoding failedctrldatedecompression errordefaultdelegate has no type infoeighteentheightheleventhencoding %sentry '%s' appears more than once in group '%s'error in data formaterror opening fileestablishfailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfont sizefourteenthfourthgenerate verbose log messagesincorrect event handler string, missing dotinitiateinvalid eof() return value.invalid message box return valueitaliclightlight locale '%s' can not be set.looking for catalog '%s' in path '%s'.midnightnineteenthninthno DDE error.no errornonamenoonnumobjects cannot have XML Text Nodesout of memoryread errorreadingreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtiff module: %stodaytomorrowtwelfthtwentiethunderlinedunderlined unexpected " at position %d in '%s'.unknownunknown class %sunknown errorunknown error (error code %08x).unknown line terminatorunknown seek originunknown-%dunnamedunnamed%dusing catalog '%s' from '%s'.write errorwritingwxGetTimeOfDay failed.wxSocket: invalid signature in ReadMsg.wxSocket: unknown event!.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayzlib error %d|<<Project-Id-Version: wxWidgets-2.5.2 Report-Msgid-Bugs-To: POT-Creation-Date: 2005-02-15 01:23+0100 PO-Revision-Date: 2004-12-03 00:29+0100 Last-Translator: Herbert Breunung Language-Team: wxWidgets Team MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit (Fehler %ld: %s) - Seitenansicht#10 Umschlag, 4 1/8 x 9 1/2 Zoll#11 Umschlag, 4 1/2 x 10 3/8 Zoll#12 Umschlag, 4 3/4 x 11 Zoll#14 Umschlag, 5 x 11 1/2 Zoll#9 Umschlag, 3 7/8 x 8 7/8 Zoll#define %s muss ein integer sein%i von %i%ld Bytes %s (oder %s)%s Fehler%s Information%s Warnung%s Dateien (%s)|%s%s Nachricht%s gibt keine Quelle fr eine Bitmap-Graphik an.%s gibt keine Quelle fr eine Icon-Graphik an.%s: inkorrekter Syntax der Resource-Datei.be&r...&Aktuelle GrebernehmenIcons anordnen&Zurck&FettAb&bruchKaskadieren&Lschen&Schlieen&KopierenLschen&Einzelheiten&Runter&Datei&Suchen&Fertigstellen&Schriftart:&VorwrtsGehe zu ...&Hilfe&Start&Index&Kursiv&Log&Bewegen&Neu&Weiter&Weiter >&Nchster Tip&Nein&OK&ffnen...ffnen...EinfgenSchriftgre in &Punkt:&EinstellungenZurck&DruckenDrucken...&Eigenschaften&Beenden&Wiederholen&Wiederholen &Ersetzen&Wiederherstellen&Sichern&Sichern...&Tipps beim Programmstart zeigen&Gre&Stop&Stil:&Unterstrichen&Rckgngig&Rckgngig &Einrcken&Hoch&Dicke:&Fenster&Ja'%s' hat extra '..', ignoriert.'%s' ist ungltig'%s' ist kein gltiger numerischer Wert fr Option '%s'.'%s' ist kein gltiger Nachrichtenkatalog.'%s' ist vermutlich ein Binrpuffer.'%s' sollte numerisch sein.'%s' sollte ausschlielich ASCII Zeichen enthalten.'%s' sollte nur alphabetische Zeichen enthalten.'%s' sollte nur alphanumerische Zeichen enthalten.(Hilfe)(Lesezeichen)...10 x 14 Zoll11 x 17 Zoll6 3/4 Umschlag, 3 5/8 x 6 1/2 Zoll: Datei existiert nicht!: unbekannter Zeichensatz: unbekannte Verschlsselung ('encoding')< &Zurck<<Fette kursive Schrift
    fett kursiv unterstrichen
    Fette Schrift. Kursive Schrift. >>>>|Eine nicht leere Sammlung muss aus 'element'-Knoten bestehenA3 Blatt, 297 x 420 mmA4 Blatt, 210 x 297 mmA4 klein Blatt, 210 x 297 mmA4 Blatt, 148 x 210 mmABCDEFGabcdefg12345ASCIIHinzufgenAktuelle HTLM-Seite den Lesezeichen hinzufgenZu Benutzerfarben hinzufgenAddToPropertyCollection aufgerufen fr einen allgemeinen accessorAddToPropertyCollection aufgerufen ohne gltigen adderBuch %s wird hinzugefgtLinksbndigRechtsbndigAlleAlle Dateien (%s)|%sAlle Dateien (*)|*Alle Dateien (*.")|*Alle Dateien (*.")|*."Ein bereits registriertes Objekt wurde an SetObjectClassInfo bergebenWhle bereits ISP.An Logdatei '%s' anhngen ([Nein] wird sie ersetzen)?Arabisch (ISO-8859-6)Archiv enthlt keine #SYSTEM dateiEigenschaftenB4 Umschlag, 250 x 353 mmB4 Blatt, 250 x 354 mmB5 Umschlag, 176 x 250 mmB5 Blatt, 182 x 257 mmB6 Umschlag, 176 x 125 mmBMP: Speicheranforderung gescheitert.BMP: Konnte ungltige Format nicht sichern.BMP: Konnte RGB Tabelle nicht speichern.BMP: Datei konnte nicht gespeichert werden.BMP: Dateikopf (Bitmap) konnte nicht geschrieben werden.BMP: Dateikopf (BitmapInfo) konnte nicht geschrieben werden.BMP: wxImage hat keine eigene wxPalette.Baltisch (ISO-8859-13)Baltisch (alt) (ISO-8859-4)Spezifikation zu Bitmap Graphik Quellen %s nicht gefunden.FettUnterer Rand (mm)C Blatt, 17 x 22 Zoll&Lschen&Farbe: C3 Umschlag, 324 x 458 mmC4 Umschlag, 229 x 324 mmC5 Umschlag, 162 x 229 mmC6 Umschlag, 114 x 162 mmC65 Umschlag, 114 x 229 mmCHM Handler untersttzt derzeit nur lokale Dateien.Kann Mutex nicht anlegen.Kann Dateien '%s' nicht auflistenKann Dateien in Verzeichnis '%s' nicht auflistenKann Thread %lu nicht fortsetzen.Kann Thread %x nicht fortsetzen.Kann Thread nicht starten: Fehler beim Schreiben der 'TLS'.Kann Thread %lu nicht anhalten.Kann Thread %x nicht anhalten.Kann nicht auf Threadende wartenKann nicht rckgngig machen Kann Bildformat nicht berprfen bei Datei '%s': Datei nicht vorhanden.Kann Registrierungs-Schlssel '%s' nicht schlieen.Kann Inhalte des nicht untersttzten Typs %d nicht kopieren.Kann Registrierungs-Schlssel '%s' nicht anlegen.Kann Thread nicht erzeugenKann kein Fenster der Klasse '%s' anlegen.Kann Schlssel '%s' nicht lschenKann INI-Datei '%s' nicht lschenKann Wert '%s' von Schlssel '%s' nicht lschen.Kann Unter-Schlssel von '%s' nicht auflistenKann Werte von Schlssel '%s' nicht auflistenKann aktuelle Position in Datei '%s' nicht finden.Kann keine Information ber den Registrierungs-Schlssel '%s' findenKann das Entkomprimieren der zlib-Daten nicht initialisierenKann das komprimieren der zlib-Daten nicht initialisierenKann Bild aus Datei '%s' nicht laden : Datei ist nicht vorhanden.Kann Registrierungs-Schlssel '%s' nicht ffnenKann nicht vom entpackten Datenstrom lesen:%sKann den Entkomprimier-Strom nicht lesen: Unerwartetes EOF im zugrunde liegenden Strom.Kann Wert von '%s' nicht lesenKann Wert von Eintrag '%s' nicht lesenKann Bild nicht aus Datei '%s' laden: Unbekannte Dateiendung.Kann Logtexte nicht in Datei sichern.Kann Thread-Prioritt nicht setzenKann Wert von '%s' nicht setzenKann nicht in den gepackten Datenstrom schreiben: %sAbbruchKann Dialog-Einheiten nicht konvertieren: Dialog unbekannt.Kann nicht von Kodierung (%s) konvertierenKann keine aktive DF-Verbindung finden: %sKann keinen Container fr unbekanntes Control '%s' finden.Kann keinen Font-Knoten '%s' finden.Kann Adressbuchdatei nicht findenKann Prioritts 'range' fr 'scheduling policy' %d nicht bekommen.Bekomme den Hostnamen nichtKann den offiziellen Hostnamen nicht bekommenKann nicht auflegen - keine aktive DF-Verbindung vorhanden.Kann OLE nicht initialisierenKann SciTech MGL nicht initialisieren !Kann das Display nicht initialisieren.Kann das Icon nicht von "%s" laden.Kann die Resourcen nicht aus der Datei '%s' laden.HTML-Dokument %s kann nicht geffnet werdenHTML-Hilfebuch %s kann nicht geffnet werdenKann URL '%s' nicht ffnenKann den Inhalt der Datei %s nicht ffnen!Konnte Datei "%s" nicht ffnenKann Datei fr den Postscriptdruck nicht ffnen!Kann Indexdatei %s nicht ffnen!Kann die Plural-Formen: '%s' nicht lesenKann die Koordinaten nicht aus '%s' lesen.Kann die Dimensionen nicht aus '%s' lesen.Leere Seite kann nicht gedruckt werden.Kann die Typnamen nicht aus '%s' lesen !Kann Regeln fr die Zeitplanung von Threads nicht abrufen.Kann 'Thread' nicht starten : Fehler beim 'TLS' schreibenKann nicht auf Threadende warten.Kann Ereigns-Queue des Threads nicht erzeugenGro-/KleinschreibungKeltisch (ISO-8859-14)ZentriertZentral Europisch (ISO-8859-2)Whle ISP um anzurufenWhle FarbeWhle SchriftartSchlieenLogtexte lschenKlicken um Wahl der Schriftart abzubrechen.Klicken um Wahl der Schriftart zu besttigen.SchlieenSchlieen ALT-F4Alles SchlieenFenster schlieenKomprimierte HTML Hilfe Datei (*.chm)|*,chm|ComputerDie Bezeichnung des Konfigurations-Eintrags kann nicht mit %c beginnen.BesttigenAktualisierung der Registry besttigenVerbinde...InhalteKonvertierung zum Zeichensatz '%s' funktioniert nicht.In Zwischenablage kopiert:"%s"Kopien:Konnte temporre Datei %s nicht erzeugenKonnte nicht %s in %s extrahieren: %sKonnte Seite fr ID nicht findenKann 'Rich Edit'-DLL nicht laden '%s'Konnte Datei %s nicht finden.Kann Druckvorschau nicht starten.Kann Ausdruck nicht beginnen.Kann Daten nicht ins Fenster bertragen.Konnte Mutex nicht freigebenKonnte Mutex-Sperre nicht bekommenKann Bild nicht zur Liste hinzufgen.Kann keinen Timer anlegen.Konnte Cursor nicht erzeugen.Kann Symbol '%s' in der dynamischen Bibliothek nicht findenKann den aktuellen Threadzeiger nicht bekommen.Konnte PNG-Bild nicht laden - Datei ist beschdigt oder der Speicher reicht nicht aus.Kann die Klang Daten nicht von '%s' laden.Kann Ton %s nicht ffnen!Konnte Zwischenablage-Format '%s' nicht registrieren.Konnte einen Mutex nicht freigeben.Kann keine Informationen ber das ListControl Element %d bekommen.Konnte PNG-Bild nicht speichern.Kann Thread nicht beendenCreate Parameter nicht in den deklarierten RTTI-Parametern gefundenVerzeichnis anlegenNeues Verzeichnis anlegenAusschneidenAktuelles Verzeichnis:Kyrillisch (ISO-8859-5)D Blatt, 22 x 34 ZollDDE 'poke' Anfrage gescheitertDIB Header: Kodierung entspricht der Bittiefe nicht.DIB Header: Bildhhe > 32767 pixels.DIB Header: Bildbreite > 32767 pixels.DIB Header: Unbekannte Bittiefe.DIB Header: Unbekannte Kodierung.DL Umschlag, 110 x 220 mmDekorativStandard KodierungElement lschenUngenutzte Sperr-Datei '%s' wurde gelscht.DF-Verbindungs-Funktionen stehen nicht zur Verfgung, da der RAS-Dienst (Remote Access Service) auf dieser Maschine nicht installiert ist. Bitte installieren.Wussten Sie schon...Verzeichnis '%s' konnte nicht angelegt werden.Verzeichnis '%s' existiert nicht.Verzeichnis existiert nichtVerzeichnis existiert nichtZeige alle Indexelemente an, die den gegebenen Suchbegriff enthalten. Gro-/Kleinschreibung wird nicht beachtet.Einstellungen-Dialog anzeigenWollen Sie den Befehl zum %s von Dateien mit der Erweiterung "%s" ndern ? Aktueller Wert ist; %s, Neuer Wert ist %s %1Mchten Sie die nderungen im Dokument %s sichern?fertigFertig.ID doppelt verwendet: %dHerunterE Blatt, 34 x 44 ZollElement bearbeitenbisher bentigte Zeit: Geben Sie eine Zahl zwischen %d und %d ein:Eintrge gefundenEinstzen der Umgebungsvariablen schlug fehl. Es fehlt '%c' an Position %d in '%s'.FehlerFehler Fehler beim Anlegen des VerzeichnissesFehler beim Lesen des DIB-Bildes.Fehler beim Parsen der Optionen.Fehler beim Speichern der Benutzer-Optionen.Fehler whrend des Wartens auf ein SignalFehler: Esperanto (ISO-8859-3)Geschtzte Zeit :Befehlsausfhrung '%s' schlug fehlBefehlsausfhrung '%s' schlug fehl mit Fehler: %ulExecutive, 7 1/4 x 10 1/2 ZollErweiterter Unix-Zeichensatz fr Japanisch (EUC-JP)Extrahieren von '%s' in '%s' schlug fehl.Fehlerhafte %s DF-Verbindung: %sFehler beim Zugriff auf Sperr-Datei.Anforderung von %lu KByte Speicher fr Bitmap gescheitert.nderung des Video-Modus gescheitertKonnte Datei-Handle nicht schlieen.Konnte Sperr-Datei '%s' nicht schlieenKonnte Zwischenablage nicht schlieen.Verbindung fehlgeschlagen : Es fehlt der Username bzw. das PasswortVerbindungs-Versuch gescheitert : kein anwhlbares ISP.Kopieren des Registry-Werts '%s' gescheitertKopieren des Inhalts des Registry-Schlssels '%s' nach '%s' gescheitertKonnte die Datei '%s' nicht nach '%s' kopierenKopieren des Registry-Schlssels von '%s' in '%s' gescheitertErstellung des DDE-Zeichenkette gescheitertErstellung des MDI-Hauptrahmens gescheitert.Erstellung der Statusbar gescheitert.Konnte keinen vorbergehenden Dateinamen erstellen.Konnte keine anonyme Unix-Pipe erstellenAufbau der Verbindung zur Server '%s' 'on topic' '%s' gescheitertCursor konnte nicht erzeugt werdenDas Verzeichnis %s/.gnome konnte nicht erzeugt werden.Das Verzeichnis %s/mime-info konnte nicht erzeugt werden.Konnte Verzeichnis '%s' nicht erstellen (Haben Sie die ntigen Zugriffsrechte?)Konnte keinen Registrierungs-Eintrag fr '%s'-Dateien erstellen.Konnte keinen Standard Finden/Ersetzen-Dialog erstellen (Fehler %d)Konnte HTML-Dokument nicht in der Kodierung %s anzeigenKonnte Zwischenablage nicht leeren.Auflisten der Video-Modi gescheitertAufbau einer 'advise Schleife" mit dem DDE Server gescheitertAufbau der DF-Verbindung gescheitert : %sKann '%s' nicht ausfhren Konnte ISP Namen '%s' nicht ermittelnKonnte Daten nicht von der Zwischenablage holen.Konnte Daten nicht aus der Zwischenablage kopierenVersuch, rtliche Systemzeit zu bekommen, gescheitert.Konnte Arbeits-Verzeichnis nicht ermittelnKonnte GUI nicht initialisieren: kein Thema gefunden.Konnte MS HTML-Hilfe nicht initialisieren.Konnte OpenGL nicht initialisierenKonnte die Sperr-Datei '%s' nicht lesenThread-Verbindung gescheitert. Dies ist ein mgliches Speicherleck - Bitte Programm neu startenKonnte Prozess %d nicht abbrechenKonnte das Bild %d aus der Datei '%s' nicht laden.Konnte mpr.dll nicht laden.Laden der DLL '%s' gescheitertLaden der DLL '%s' gescheitert: Fehler '%s'Konnte die Sperr-Datei '%s' nicht sperrenKonnte in '%s' keine bereinstimmung mit regulrem Ausdruck %s findenKonnte Zugriffszeit von Datei '%s' nicht ndernKonnte '%s' nicht fr %s ffnen.CHM-Archiv '%s' lsst sich nicht ffnen.Konnte vorbergehende Datei nicht ffnen.Konnte Zwischenablage nicht ffnen.Versuch, Daten in der Zwischenablage abzulegen, gescheitertKonnte keine PID von Sperr-Datei lesen.Umleitung des Ein/Ausgabe des Unterprozesses gescheitertUmleitung des Ein/Ausgabe des Unterprozesses gescheitertVersuch, DDE-Server '%s' zu registrieren, gescheitertKonnte OpenGL Fensterklasse nicht registrieren.Versuch gescheitert, an die Kodierung fr den Zeichensatz '%s' zu erinnern.Konnte Sperr-Datei '%s' nicht lschen.Konnte unbenutzte Sperr-Datei '%s' nicht entfernen.Umbenennen des Registrieungswertes '%s' in '%s' gescheitertUmbenennen des Registrieungsschlssels von '%s' in '%s' gescheitertKonnte Daten von der Zwischenablage nicht bekommen.Konnte Zugriffszeit von Datei '%s' nicht ermittelnVersuch, den Inhalt der RAS-Fehlernachricht zu holen, gescheitertKonnte die von der Zwischenablage untersttzten Formate nicht ermittelnDas Bitmap-Bild konnte nicht in der Datei "%s" geschrieben werden.Versuch gescheitert, eine DDE-Benachrichtigung zu schickenKonnte den FTP-Transfermodus nicht auf '%s' setzen.Konnte Dateien nicht in die Zwischenablage kopieren.Konnte die Zugriffsrechte fr Datei '%s' nicht setzenKonnte die Zugriffsrechte der vorbergehenden Datei nicht setzenVersuch gescheitert, die Thread-Prioritt %d zu setzten.Versuch, das Bild '%s' im VFS-Speicher zu laden, gescheitert!Versuch, den Thread zu beenden, gescheitert.Versuch gescheitert, die 'advise Schleife mit DDE-Server zu beenden.Versuch gescheitert, die DF-Verbindung zu beenden: %sKonnte die Datei '%s' nicht 'berhren'Konnte die Sperrung von Datei '%s' nicht aufhebenVersuch gescheitert, den DDE-Server '%s' zu entregistrieren.Kann Benutzer-Konfigurations-Datei nicht aktualisieren.Konnte Sperr-Datei '%s' nicht schreibenNicht-behebbarer FehlerNicht-behebbarer Fehler: DateiDatei '%s' existiert nicht.Datei '%s' existiert bereits, mchten Sie sie wirklich berschreiben?Datei '%s' existiert bereits. Mchten Sie sie wirklich berschreiben?Datei konnte nicht geladen werden.DateifehlerDateiname bereits vorhandenDateien (%s)SuchenFixed font:Schrift fester Breite.
    fett kursiv Folio, 8 1/2 x 13 ZollFont Gre:'Fork' gescheitertForward hrefs werden nicht untersttztGefundenSuchbegriff %i mal gefundenVon:GIF: Ungltiger Index.GIF: Datei scheint unvollstndig zu sein.GIF: Fehler im GIF-Bildformat.GIF: nicht genug Speicher.GIF: unbekannter Fehler!GTK+ ThemaGerman Legal Endlospapier, 21,59 x 33,02 cmGerman Std Endlospapier, 8 1/2 x 12 ZollGetProperty aufgerufen ohne gltigen getterGetPropertyCollection aufgerufen fr einen allgemeinen accessorGetPropertyCollection aufgerufen ohne gltigen Collection getterVorherige HTML-Seite zeigenNchste HTLM Seite zeigenIn die nchste Dokumentebene gehenGehe zum Home-VerzeichnisGehe zum 'Parent'-VerzeichnisGehe zur SeiteGriechisch (ISO-8859-7)Gzip wird nicht fr diese zlib Version untersttztHTML Hilfe Projekt (*.hhp)|*.hhp|HTML 'anchor' %s existiert nicht.HTML Dateien (*.html;*.htm)|*.html;*.htm|Hebrisch (ISO-8859-8)HilfeHilfe zu den Browser-EinstellungenHilfeindexHilfe druckenHilfe-ThemenHilfe Bcher (*.htb)|*.htb|Hilfe Bcher (*.zip)|*.zip|Hilfe: %sStartI64ICO: Fehler beim Lesen der DIB Maske.ICO: Schreibfehler beim Sichern.ICO: Bild zu gro fr ein Icon.ICO: Bild zu breit fr ein Icon.ICO: Ungltiger Icon-Index.IFF: Datei scheint unvollstndig zu sein.IFF: Fehler im IFF Bildformat.IFF: nicht genug Speicher.IFF: unbekannter Fehler!Verformter Quelldatei syntax.Ungltige Objekt-Klasse (nicht wxEvtHandler) als Event-QuelleUngltige Anzahl Parameter fr ConstructObject-MethodeUngltige Anzahl Parameter fr Create-MethodeUngltiger VerzeichnisnameUngltige DateiangabeBild und Bildmaske haben verschiedene Gren.Bild hat nicht den Bildtyp %d.Versuch eine 'rich edit control' zu erstellen gescheitert, verwende stattdessen ein einfaches Text-Control. Bitte 'riched32.dll' neu installierenEs war nicht mglich, die Eingabe des Unterprozesses zu verarbeitenKonnte nicht die Zugriffsrechte der Datei '%s' ermittelnVersuch, die Datei '%s' zu berschreiben, gescheitertKonnte die Zugriffsrechte fr Datei '%s' nicht setzenEinrckenHilfe-IndexIndisch (ISO-8859-12)interner Fehler (ungltige wxCustomTypeinfo)Ungltiger Index des TIFF-Bilds.Ungltige XRC-Resource '%s': Kein Wurzel-Knoten 'resource'.Ungltige Angabe '%s' des Displays.Ungltige Angabe '%s' der FenstergreUngltige Sperr-Datei '%s'.Ungltige oder Null Objekt-ID an GetObjectClassInfo bergeben"Ungltige oder Null Objekt-ID an HasObjectClassInfo bergeben"Ungltiger regulrer Ausdruck '%s': %sKursivItaly Umschlag, 110 x 230 mmJPEG: Lesefehler - Datei ist vermutlich beschdigt.JPEG: Konnte Bild nicht sichern.BndigKOI8-RKOI8-UQuerformatLedger, 17 x 11 ZollLinker Rand (mm):Legal, 8 1/2 x 14 ZollLetter Small, 8 1/2 x 11 ZollLetter, 8 1/2 x 11 ZollDnnVerweis enthielt '//', in absoluten Link umgewandelt.%s-Datei ladenLaden: Das Laden von S/W Ascii PNM'-Bilddateien wird noch nicht untersttzt.Das Laden von "S/W Ascii PNM'-Bilddateien wird noch nicht untersttzt.Sperr-Datei '%s' hat falschen Besitzer.Sperr-Datei '%s' hat falsche Zugriffsrechte.Logtext in Datei '%s' gesichert.Umwandlung in long wird nicht untersttztMDI childSystem hat keine Untersttzung fr MP ThreadsDie MS HTML-Hilfe funktioniert nicht, da die MS-HTML-Hilfe-Bibliothek nicht installiert ist. Bitte installieren Sie sie.Ma&ximierenMailcap-Datei %s, Zeile %d: unvollstndiger Eintrag ignoriert.Gro- und Kleinschreibung beachtenVFS-Speicher beinhaltet bereits der Datei '%s'!MenMetal-ThemaMi&nimierenMime.types-Datei %s, Zeile %d: nicht terminierter TextDarstellung %is%i-%i ist nicht vorhandenModernGendertMonarch Envelope, 3 7/8 x 7 1/2 ZollAbwrts verschiebenNach obenNameVerzeichnis anlegenNeues &ElementNeuerNameWeiterNchste HTLM Seite zeigenNeinKeine Mglickeit mit XBM umzugehen!Keine Mglichkeit mit XPM Icons umzugehen!Keine Eintrge gefunden.Kein Font fr die Kodierung '%s' gefunden, es ist aber eine Alternative '%s' verfgbar. Mchten Sie diesen Font fr diese Kodierung whlen (sonst mssen Sie einen anderen auswhlen)?Kein Font fr die Kodierung '%s' gefunden, Mchten Sie einen Font fr diese Kodierung whlen (sonst wird der Text mit dieser Kodierung nicht richtig angezeigt)?XML-Knoten '%s', Klasse '%s' kann nicht bearbeitet werden !"Dieses Bild-Format wird nicht untersttztBild-Format %d wurde nicht definiert.Bild-Format %s wurde nicht definiert.Passende Seite noch nicht gefundenKein TonKeine unbenutzte Farbe wurde im Bild unterdrckt.Keine unbenutzte Farbe im Bild.Nordisch (ISO-8859-10)NormalNormaler Zeichensatz
    und unterstrichen Normal Font:Note, 8 1/2 x 11 ZollOKObjekte mssen ein ID-Attribut haben.Datei ffnenffne HTLM DokumentAusfhrung nicht erlaubtOption '%s' erwartet einen Wert, '=' erwartet.Option '%s' erwartet einen Wert.Option '%s': '%s' kann nicht in eine Datum umgesetzt werden.EinstellungenOrientierungPCX: Speicheranforderung gescheitertPCX: Bildformat wird nicht untersttztPCX: ungltiges BildPCX: dies ist keine PCX Datei.PCX: unbekannter Fehler !!!PCX: Versionsnummer zu niedrigPNM: Speicheranforderung gescheitert.PNM: Datei-Format wurde nicht erkannt.PNM: Datei wurde abgeschnitten.Seite %dSeite %d aus %dSeiten-EinstellungenSeitenPapierformatPapierformatEin bereits registriertes Objekt wurde an SetObject bergebenEin bereits registriertes Objekt wurde an SetObjectname bergebenEin unbekanntes Objekt wurde an GetObject bergeben"ZugriffsrechteKonnte keine Pipe anlegenBitte whlen Sie einen gltigen Font.Bitte whlen Sie eine bestehende Datei.Bitte whlen Sie die darzustellende Seite:Bitte gewnschte ISP-Verbindung auswhlenBitte installieren Sie eine neuere Version von comctl32.dll (mindestens Version 4.70 wird bentigt, aber Sie haben nur Version %d.%02d).Bitte warten Sie whrend des Druckens HochformatPostScript-DateiVorschau:Vorherige SeiteDruckenDruckvorschauFehler bei der DruckvorschauSeitenbereichDruckereinstellungenFarbig druckenDruck&vorschauDruckersteuerungDiese Seite DruckenIn Datei druckenDruckbefehl:Drucker-EinstellungenDrucker-Einstellungen:Drucker...Drucken von Fehler beim DruckenDrucke Seite %d...Drucke...Programm abgebrochen.Quarto, 215 x 275 mmFrageLesefehler in Datei '%s'Der angesprochene Objekt-Knoten mit ref="%s" wurde nicht gefunden !AktualisiereRegistrierungs-Schlssel '%s' bereits vorhanden.Registriersschlssel '%s' existiert nicht, Umbenennung daher nicht mglich.Registrierungs-Schlssel '%s' wird vom System bentigt, durch seine Entfernung wird das System unbrauchbar: Abbruch.Registrierungs-Wert '%s' bereits vorhanden.Relevante Eintrge:Verbleibende Zeit : EntferneAktuelle HTLM-Seite als Lesezeichen entfernenRenderer "%s" hat eine ungltige Version %d.%d und kann nicht geladen werden.&ErsetzenAlle &ersetzenErsetzen durch:Resource-Datei muss die gleiche Versionsnummer haben!Rechter Rand (mm):RomanDatei %s speichern&Speichern unter...Sichern alsLogtexte in Datei speichernScriptSuchenAlle Hilfebcher nach eingegebenem Begriff durchsuchen.SuchrichtungSuchen nach:Alle Bcher durchsuchenSuchen...AbschnitteSuchfehler in Datei '%s'Alles auswhlenDokument-Vorlage whlenDokument-Anzeige ('View') whlenDatei whlenTrennungszeichen nach der Option '%s' erwartet.SetProperty aufgerufen ohne gltigen SetterEinstellungen...Mehrere aktive DF-Verbindungen gefunden, whle einer davon aus.Alles zeigenAlle Themen im Index anzeigenVersteckte Verzeichnisse anzeigenVersteckte Dateien anzeigenSuchbaum Ein-/AusschaltenSchrift Vorschau.GreGeneigtBedauere, diese Datei konnte zur Sicherung nicht geffnet werden.Bedauere, diese Datei konnte nicht geffnet werden.Bedauere, diese Datei konnte nicht gesichert werden.Nicht genug Speicher fr Voransicht.Tut mir leid: Die Druck-Vorschau bentigt einen installierten DruckerBedauere, das Format dieser Datei ist unbekannt.Klang Daten haben ein nicht untersttztes Format.Klang Datei '%s' besitzt ein nicht untersttztes Format.Statement, 5 1/2 x 8 1/2 ZollStatus: Streaming delegates sind noch nicht untersttzt, wenn es sich nicht bereits um streaming objects handeltStringTo Colour: Falsche Farb-Angabe '%s'Umwandlung in String wird nicht untersttztUnterklasse '%s' fr Resource '%s' nicht gefunden, keine Unterklasse erstellt !SwissTIFF: Speicheranforderung gescheitert.TIFF: Fehler beim Laden des Bildes.TIFF: Fehler beim Lesen des Bildes.TIFF: Schreibfehler beim Sichern.TIFF: Schreibfehler beim Sichern.Tabloid, 11 x 17 ZollSchreibmaschineVorlagenThai (ISO-8859-11)Der FTP-Server untersttzt den passiven Transfermodus nicht.Der FTP-Server untersttzt nicht das PORT Kommando.Die Zeichensatz '%s' ist nicht bekannt. Whlen Sie einen Ersatzzeichensatz oder 'Abbruch', falls er nicht ersetzt werden kann.Das Format '%d' fr die Zwischenablage existiert nicht.Verzeichnis '%s' existiert nicht. Soll es erstellt werden ?Die Datei '%s' konnte nicht geffnet werden. Sie wurde aus der Liste krzlich verwendeter Dateien entfernt.Die Datei '%s' existiert nicht und konnte nicht geffnet werden. Sie wurde aus der Liste krzlich verwendeter Dateien entfernt.Die Schriftfarbe.Die Schriftart.Die Schriftgre in Punkten.Die Schriftschitt.Die Schriftdicke.Der Pfad '%s' enthlt zu viele "..".Der bentigte Parameter '%s' wurde nicht angegeben.Der Text konnte nicht gesichert werden.Der Wert fr die Option '%s' muss angegeben werdenDer installierte RAS-Dienst Version ist zu alt, bitte auf den neusten Stand bringen (folgende Funktion fehlt: %s).Es gab ein Problem bei der Seiteneinrichtung: eventuell mssen Sie einen Standarddrucker einrichten.Thread-Modul-Initialisierung gescheitert: Kann den Wert nicht im lokalen Speicherbereich des Thread gespeichert werdenThread-Modul-Initialisierung gescheitert: Thread-Schlssel konnte nicht erstellt werdenThread-Modul-Initialisierung gescheitert: Index konnte nicht im lokalen Speicherbereich des Thread allokiert werdenThread Priorittseinstellung wird ignoriertHorizontal anordnenVertikal anordnenTimeout beim Warten auf eine Verbindung zum FTP-Server, versuchen Sie passiven Modus.Konnte Zeitgeber nicht anlegenTipp des TagesBedauere, Tipps stehen nicht zur VerfgungBis:Zu viele Farben in PNG; das Bild wird vielleicht verschmiert angezeigt.Oberer Rand (mm):Beim Versuch, die Datei '%s' aus dem VFS-Speicher zu entfernen, wurde festgestellt, da sie gar nicht geladen war!Beim Versuch, einen NULL-Hostnamen aufzulsen, gebe ich aufTrkisch (ISO-8859-9)TypTyp muss eine enum-long Umwandlung habenUS Std Endlospapier, 14 7/8 x 11 ZollDas angeforderte HTML-Dokument konnte nicht geffnet werden: %sDer Klang kann nicht asynchron abgespielt werden.Lschen rckgngig machenUnerwarteter Parameter '%s'Unicode 16 bit (UTF-16)Unicode 16 Bit Big Endian (UTF-16BE)Unicode 16 Bit Little Endian (UTF-16LE)Unicode 32 Bit (UTF-32)Unicode 32 Bit Big Endian (UTF-32BE)Unicode 32 Bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unbekannter DDE-Fehler %08xUnbekanntes Objekt an GetObjectClassInfo bergebenUnbekannte Kodierung (%d)Unbekanntes Feld in Datei %s, Zeile %d: '%s'.Unbekannte 'long'-Option '%s'Unbekannte Option '%s'Unbekanntes Flag fr den Stil Unbekannte Eigenschaften %sUnzutreffendes '{'-Zeichen in einem Eintrag des MIME-Typs %s.Ungenanntes KommandoNicht untersttztes Format in der Zwischenablage.Unbekanntes Thema '%s'.HochVerwendung: %sVerifizierungs KonfliktVideo-AusgabeDateien mit Details anzeigenDateien als Liste anzeigenDarstellungWartezeit fr das Ende eines Subprozesses abgelaufenWarnungWarnung: Warnung: Es wurde versucht, einen 'HTML-Tag-Handler' von einem leeren Stack zu entfernen.Westeuropisch (ISO-8859-1)Westeuropisch mit Euro (ISO-8859-15)Ob der Schrifttyp unterstrichen ist.Ganzes WortNur ganze WorteWin32 ThemaWin32s on Windows 3.1Windows Arabisch (CP 1256)Windows Baltisch (CP 1257)Windows Zentral Europisch (CP 1250)Windows Vereinfachtes Chinesisch (CP 936)Windows Traditionelles Chinesisch (CP 950)Windows Kyrillisch (CP 1251)Windows Griechisch (CP 1253)Windows Hebrisch (CP 1255)Windows Japanisch (CP 932)Windows Koreanisch (CP 949)Windows Trkisch (CP 1254)Windows West Europisch (CP 1252)Windows/DOS OEM (CP 437)Schreibfehler bei Datei '%s'Fehler beim Lesen des XML: '%s' in Zeile %dXPM: Pixel-Daten in falscher Form !XPM: Farbdefinition in falscher Form '%s'!XRC Resource '%s' (Klasse '%s') nicht gefunden !XRC Resource: Kann aus '%s' keine Bitmap erstellen.XRC Resource: Falsche Farb-Angabe '%s' fr Eigenschaft '%s'.JaSie knnen hier kein neues Verzeichnis anlegen.ZIP Handler untersttzt derzeit nur lokale Dateien.Ver&grernVer&kleinern&Passende Grsse[leer]Eine DDEML-Anwendung hat eine 'prolonged race condition' ausgeloest.Eine DDEML-Funktion wurde aufgerufen, ohne vorher die Deinitialisierungs- Funktion aufzurufen, oder ein ungltiger 'instance identifier' wurde an eine DDEML-Funktion bergeben.Der Versuch eines Clients, eine Verbindung herzustellen, ist gescheitert.Eine Speicheranforderung ist gescheitert.Ein Parameter wurde von DDEML nicht verifiziert.Eine Anfrage fr eine 'synchronous advise transaction' ist gescheitert (time-out)Eine Anfrage fr eine 'synchronous data transaction' ist gescheitert (time-out)Eine Anfrage fr eine 'synchronous execute transaction' ist gescheitert (time-out)Eine Anfrage fr eine 'synchronous poke transaction' ist gescheitert (time-out)Eine Anfrage, eine 'advise transaction' zu beenden ist, gescheitert (time-out)Ein Verbindungs-Versuch vom Server wurde vom Client abgebrochen, oder der Server terminierte bevor die Transaktion vollstndig beendet wurde.Eine Transaktion ist gescheitert.altEine Anwendung, die als ein 'APPCLASS_MONITOR' gestartet wurde, versuchte eine DDE-Transaktion auszufhren, oder eine Anwendung, die als ein 'APPCMD_CLIENTONLY' gestartet wurde, versuchte eine Server-Transaktion auszufhren.Ein interner Aufruf zur 'PostMessage'-Funktion ist gescheitert. Ein interne Fehler ist im DDMEL aufgetreten.Eine ungltige Transaktions-Identifizierung wurde an eine DDEML-Funktion bergeben. Sobald die Anwendung aus einem 'XTYP_XACT_COMPLETE'-Callback zurckgekehrt ist, ist die Transaktions-Identifizierung fr dieses Callback nicht mehr gltig.Versuch, Eintrag '%s' zu ndern, verweigert. Ist nicht schreibbar.Falsche Argumente fr die Bibliotheks-FunktionFalsche Unterschriftbinrfettfett Kann Datei '%s' nicht schlieenKann Dateibeschreibung '%d' nicht schlieenKann nderungen in Datei '%s' nicht sichern.Kann Datei '%s' nicht anlegen.Kann Konfigurations-Datei '%s' nicht lschen.Kann auf Dateibeschreibung '%d' das Dateiende nicht FeststellenKann auf Dateibeschreibung '%d' die Dateilnge nicht findenKann Benutzerverzeichnis nicht finden, verwende aktuelles Verzeichnis.Kann auf die Dateibeschreibung '%d' nicht entladenKann auf die Dateibeschreibung %d nicht positionierenKann keine Fonts mehr laden, AbbruchKann Datei '%s' nicht ffnenKann globale Konfigurations-Datei '%s' nicht ffnen.Kann Konfigurations-Datei '%s' nicht ffnen.Kann Benutzer-Konfigurations-Datei nicht ffnen.In einer Konsolen-Anwendung kann nicht nach den GUI-Plugin-Namen gefragt werdenKann Dateibeschreibung '%d' nicht lesenKann Datei '%s' nicht lschen.Kann Temporrdatei '%s' nicht lschenKann auf die Dateibeschreibung '%d' nicht suchenKann auf der Dateibeschreibung '%d' nicht suchen, die Untersttzung grosser Dateien ist nicht aktiviert.Kann den Puffer '%s' nicht schreiben.Kann Dateibeschreibung '%d' nicht schreibenKann Benutzer-Konfigurations-Datei nicht schreiben.Nachrichtenkatalog fr Sprachbereich '%s' nicht gefunden.Prfsummen-FehlerFehler beim KomprimierenUmwandlung in 8-Bit Codierung fehlgeschlagenctrlDatumFehler beim EntkomprimierenStandardDelegate hat keine Typ-InfoachtzehnteachteelfteKodierung %sEintrag '%s' erscheint in Gruppe '%s' mehrfachFehler im DatenformatFehler beim ffnen der DateiVerbundenVersuch, die Datei '%s' zu entladen, gescheitertfnfzehntefnfteDatei '%s', Zeile %d: '%s' hinter Gruppenkopf ignoriert.Datei '%s', Zeile %d: '=' erwartet.Datei '%s', Zeile %d: Eintrag '%s' taucht erstmals in Zeile %d auf.Datei '%s', Zeile %d: Wert fr nicht-nderbaren Eintrag '%s' ignoriert.Datei '%s': unerwartetes Zeichen %c in Zeile %d.ersteFont Gre:vierzehntevierteausfhrliche Log-Nachrichten erstellenEvent-Handler-String falsch, Punkt fehlteinleitenungltiger 'eof()'-Rckgabewert.ungltiger 'message box'-Rckgabewert.kursivdnndnn Lokale Umgebung '%s' kann nicht gesetzt werden.Suche Nachrichtenkatalog '%s' in Pfad '%s'.Mitternachtneunzehnteneuntekein DDE-Fehlerkein FehlernamenlosmittagsnumObjekte knnen keine XML-Text-Knoten habennicht genug Speicher.LesefehlerLesenProbleme beim WiedereintretenzweiteSeek-FehlersiebzehntesiebteUmschaltZeige diesen HilfstextsechzehntesechsteGeben Sie eine zu verwendende Bildschirmauflsung ein (Z.B. 640x48-16)geben Sie das zu benutzende Thema anstrzehntedas Ergebnis zur Transaktion hat der 'DDE_FBUSY'-Bit gesetzt.drittedreizehnteTiff-Modul: %sheutemorgenzwlftezwanzigsteunterstrichenunterstrichen unerwartete " bei Position %d in '%s'.unbekanntUnbekannte Klasse %sunbekannter Fehlerunbekannter Fehler (Fehlercode %08x).Unbekanntes ZeilenendeUnbekannte Suchpositionunbekannt-%dUnbenanntUnbenannt%dVerwende Nachrichtenkatalog '%s' von '%s'.SchreibfehlerSchreibenwxGetTimeOfDay gescheitert.wxSocket: ungltige Signatur in ReadMsg.wxSocket: unbekanntes Ereignis!.wxWidgets konnte 'open display' nicht ausfhren fr '%s': Abbruch.wxWidgets konnte Display nicht ffnen: Abbruch.Gestern zlib-Fehler %d|<<wxmaxima-Version-18.02.0/locales/wxwin/el.mo000066400000000000000000002656161324204105000207020ustar00rootroot000000000000009O3DDDDE E(EHEdEE EEE EEE EEEF FFF$F+F2F8F@FIFOFUF[F cFqFzFFFFFFFFF FFFFF F F F F GGGG"G+G4G:GPGVG\G dGoGuG |GGGGGG4G$G!H:H*RH/}H:HH H H I I2III[InIvI|II#I/III6J>JUJlJJJJJJJ4J.'KVK eK pK|KKKK6KK:L>L RL]LwLLLLL!M""MEM-_M1M(MMMNN0NDNKNTNnNNNN0N OO)3O]O|OOOO%O# P"/P*RP(}P&P%P%PQ"6Q?YQQQ1Q R"R_"a_9_$_0_`"0`&S`"z`8``G`/7aAga.aaa2bJbbb%~b#b#b3b" cCc$_cTcc'cd"3d!Vd$xd ddd#d"e-Be'pe"e5ee&f-8f/ff+f&f,f2g-Ig&wg&gg+g(h)8hbh3h-hhi$ i)Ei!oii=ii ii jj "j/.j^j sj ~jjjjj'jk!k9k OkZk#mk!k#k2k8 lCl Kl%Vl|lll*l lm'&mNmbmgm |m m m2mmmmm"n 4n Unvn'nnnn7o2=o)pooo$ojo%^p+p%p/pq qq(q(Bq#kqq6q6q#r9r@r1]rr rrr rrrrs"s8s0>s os |s#s)ss s|s xt t&tt t ttt"t u uu u'u0u8u =uGuJu\uv v%v% w2wMw'Vw~www&w www!x "x,x?xXx0vxx xxxx y'y>yZy#yyyy y y yy y0y &z2zGzcz"z1zzi{r{{ {{ {{ { {{{{ || |1|A| R|]| f|p|| ||||||!|3}9}#}}}"}D~`~ i~ v~~~~~ ~ ~~~~~~  ,9B Zf)#?/8Ph -̀+%&)Lv6сׁ-Gbv ,0ɂz(u0oσ?Pav.Ƅ0MOa@Y#LpB׆;AAR%ԇ*$CLf$~'ˈ$'0F\+sΉ+<T Wau (ۊ $/ @L bm } ‹"ۋ1J bm"Ì"܌/N W a;n::u0=Ž;><;{59[,‘-! ܒ !+M)d>#͓/0!R-q*Ҕ(#&'J'r" ԕ !7$Y~#ÖȖ͖ /4I#\/ϗ 4!28T9.ǘ +6 b řЙ ֙" .&9)` Ěʚ -$8]aCg ›˛ ӛ ݛ$  & 4U it |" ǜӜ3* I Sa./L+|+-ԟ  7U m$w, ۠ );Oa { 2   .BX`p ɢ/ CQez7 #;M` x BiSXJ7C/_s{ӦO`}0*ا,)0 Zf{3OϨ:nRݩ& <Z`_q3ѪJOP"!ë )"HXkNĬǭ <\xO_JHGgۯkC?* 7 D"e ɱ )mJ2nrZpͳh>YOQQg` elnҶnA~X/XhCJxPaXAyλGHL ݼQk:r|iEVadL[jll3hO jYS.,[x+:+;GMhpo6J{*K *YA3fFJ?Tf&K\l6W~[F pTHHF'01 Ab'Yy"}>HY51#Efif7ST+,9 : HQ)o, BHS_=& SG8XH-jvbLDc~Kt~L?i[pR\F g5*q:bNTR\0SPK`!SvGM8b1M_c1bbXM? IIL^Y?w4Vdasgn=FaUWS27Ns \[5:jp`H<fkaX\ l$>5" 4=AV,"66,mX9#P!t -+<KSQ a%*(]3W..4#I!mX!3=UVDH/MxX7#W!{a\S\0>N  onzV?@^:YVF9^^R> oC+ o     ( % 0 %D j j|    ]) _ M 5 D 7 0S @     26i "4)^ H[3[J6H\0MF^,)__%}36gvB@&*1Q$:CD'Kl&$ .=O[(UC?PHl# -1@_* 1%"Wz!" ' C 4c "   6  !#!<4!mq!0!6#"G#j#]#v#V$$r$ $7$!$%!%&6%]%{%Y%% &)&I&*d&$&&F& '7#'7['R'>'%(;((M(06)Vg)X)*&* 9*YD**[+\{+T+(-,V,Sk,,6,?-AN-E-?-.+.<.&K.vr.U.4?/Mt0X0141<'2Ad22242V3Fe3[34456u7#"8%F8l8 9@!9 b9nl9 99: :G:(:L ;Em;#;0;<$ <'E<m<$<'<<<%<O$=-t=(=#=Y=I>Ue>5> >>= ?QI?@???, @77@fo@@(@A(A @AKA [A fAtA A A1A"A"B AB#bB B"B1BBDBPDC^CCvCrDDDqD!0ERFXFU>GGPHIIaJo!K7LLaLg/N?NNg]PZP Q8Q GQOTQXQQQQORtRSS5TT=UUwHVMVuWtWYWXSXXX\YMbYbYdZjxZoZPS[[[H[#\(\%=\c\\ \ \o\8 ]?Y]~]~^i^Q_S_ m_|z_>_|6`n`["a ~a+aaaaaKBbYb5b c+c<=czcc cccccdednddJdRdAJee!ee eeFe1fGf~PfIfrgg gbg h h #h 0h;hLh[h8vhhhh:hB.iqiiiGi.j2j#Pjtjujpkykcb-Ge%4q|az.&?\85-3tp2vki8$Pw[%vU;Xl\kA,m#_p(x*:.@iD~qYh, sx/]OQgD0d t 6$S ~"K MdKgJ E4/,< =C0'}N_SZ@}#@{5j327}&c(#4^yG"W'|;NQ535 &X/[i36Cy&IX h +fnsAvEU V; $T^V[s'1=)Y !k nr"?LB(9DM.L-_bFp>uA  hFaBZorTVO"+: )|7= $JQuUgo-O7l!% `>Ye1+92R*P<%y Hj0/Bw*RzJ^o1*t8]!Smc<{)uHf`?, :#>zG9WjTH26N61.E`{K7nI8daFqIMmZ+wrW! fLl(Rx 4]90\PC~be') (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in%s (or %s)%s Error%s Information%s Warning%s files (%s)|%s&About&Actual Size&Apply&Arrange Icons&Back&Bold&Cancel&Cascade&Clear&Close&Copy&Delete&Details&Down&File&Find&Finish&Font family:&Forward&Help&Home&Index&Italic&Log&Move&New&Next&Next >&Next Tip&No&OK&Open...&Paste&Point size:&Preferences&Previous&Print...&Properties&Quit&Redo&Redo &Replace&Restore&Save&Show tips at startup&Size&Stop&Style:&Underline&Undo&Undo &Unindent&Up&Weight:&Window&Yes'%s' has extra '..', ignored.'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks)10 x 14 in11 x 17 in6 3/4 Envelope, 3 5/8 x 6 1/2 in: file does not exist!: unknown charset: unknown encoding< &Back
    Bold italic face.
    bold italic underlined
    Bold face. Italic face. A non empty collection must consist of 'element' nodesA3 sheet, 297 x 420 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAddAdd current page to bookmarksAdd to custom coloursAddToPropertyCollection called on a generic accessorAddToPropertyCollection called w/o valid adderAdding book %sAlign LeftAlign RightAllAll files (%s)|%sAll files (*)|*All files (*.*)|*.*Already Registered Object passed to SetObjectClassInfoAlready dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)AttributesB4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)BoldBottom margin (mm):C sheet, 17 x 22 inC&learC&olour:C3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCHM handler currently supports only local files!Can't &Undo Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't export value of unsupported type %d.Can't find current position in file '%s'Can't get info about registry key '%s'Can't initialize zlib deflate stream.Can't initialize zlib inflate stream.Can't open registry key '%s'Can't read from inflate stream: %sCan't read inflate stream: unexpected EOF in underlying stream.Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot enumerate files '%s'Cannot enumerate files in directory '%s'Cannot find active dialup connection: %sCannot find the location of address book fileCannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open contents file: %sCannot open file for PostScript printing!Cannot open index file: %sCannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLS.Cannot wait for thread terminationCase sensitiveCeltic (ISO-8859-14)CenteredCentral European (ISO-8859-2)Choose ISP to dialChoose colourChoose fontCl&oseClear the log contentsClick to cancel the font selection.Click to confirm the font selection.CloseClose AllClose this windowCompressed HTML Help file (*.chm)|*.chm|ComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copied to clipboard:"%s"Copies:Could not create temporary file '%s'Could not extract %s into %s: %sCould not find tab for idCould not locate file '%s'.Could not start document preview.Could not start printing.Could not transfer data to windowCouldn't add an image to the image list.Couldn't create a timerCouldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't load sound data from '%s'.Couldn't open audio: %sCouldn't register clipboard format '%s'.Couldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate directoryCreate new directoryCu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDecorativeDefault encodingDefault printerDelete itemDeleted stale lock file '%s'.Dial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...Directory '%s' couldn't be createdDirectory does not existDirectory doesn't exist.Display all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1DoneDone.Doubly used id : %dDownE sheet, 34 x 44 inEdit itemEntries foundErrorError creating directoryError reading config options.Error saving user configuration data.Error: Esperanto (ISO-8859-3)Execution of command '%s' failedExecutive, 7 1/4 x 10 1/2 inExtended Unix Codepage for Japanese (EUC-JP)Extraction of '%s' into '%s' failed.Failed to access lock file.Failed to change video modeFailed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to copy the registry subkey '%s' to '%s'.Failed to create DDE stringFailed to create MDI parent frame.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create cursor.Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to enumerate video modesFailed to establish an advise loop with DDE serverFailed to execute '%s' Failed to get ISP names: %sFailed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to inspect the lock file '%s'Failed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load metafile from file "%s".Failed to load mpr.dll.Failed to load shared library '%s'Failed to lock the lock file '%s'Failed to modify file times for '%s'Failed to open CHM archive '%s'.Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to save the bitmap image to file "%s".Failed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set permissions on lock file '%s'Failed to set temporary file permissionsFailed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to update user configuration file.Failed to write to lock file '%s'FileFile '%s' already exists, do you really want to overwrite it?File couldn't be loaded.File errorFile name exists already.Files (%s)FindFixed font:Fixed size face.
    bold italic Folio, 8 1/2 x 13 inFont size:Fork failedForward hrefs are not supportedFound %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGeneric PostScriptGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGetProperty called w/o valid getterGetPropertyCollection called on a generic accessorGetPropertyCollection called w/o valid collection getterGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGreek (ISO-8859-7)Gzip not supported by this version of zlibHTML Help Project (*.hhp)|*.hhp|HTML anchor %s does not exist.HTML files (*.html;*.htm)|*.html;*.htm|Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp TopicsHelp books (*.htb)|*.htb|Help books (*.zip)|*.zip|Help: %sHomeHome directoryICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!Illegal Object Class (Non-wxEvtHandler) as Event SourceIllegal Parameter Count for ConstructObject MethodIllegal Parameter Count for Create MethodIllegal directory name.Illegal file specification.Image and mask have different sizes.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndentIndexIndian (ISO-8859-12)Invalid TIFF image index.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid or Null Object ID passed to GetObjectClassInfoInvalid or Null Object ID passed to HasObjectClassInfoInvalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.JustifiedKOI8-RKOI8-ULandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLink contained '//', converted to absolute link.Load %s fileLoading : Lock file '%s' has incorrect owner.Lock file '%s' has incorrect permissions.Log saved to the file '%s'.MDI childMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMatch caseMemory VFS already contains file '%s'!MenuMetal themeMi&nimizeModernModifiedMonarch Envelope, 3 7/8 x 7 1/2 inMove downMove upNameNew directoryNew itemNewNameNextNext pageNoNo entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNo soundNo unused colour in image being masked.No unused colour in image.Nordic (ISO-8859-10)NormalNormal face
    and underlined. Normal font:Note, 8 1/2 x 11 inOKObjects must have an id attributeOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.Page %dPage %d of %dPage SetupPage setupPagesPaper sizePassing a already registered object to SetObjectPermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose the page to display:Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint spoolingPrint this pagePrint to FilePrinterPrinter command:Printer optionsPrinter options:Printer...Printer:Printing Printing ErrorPrinting page %d...Printing...Quarto, 215 x 275 mmQuestionRead error on file '%s'ReadyRefreshRegistry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:RemoveRemove current page from bookmarksRenderer "%s" has incompatible version %d.%d and couldn't be loaded.Rep&laceReplace &allReplace with:Revert to SavedRight margin (mm):RomanSaveSave %s fileSave &As...Save AsSave log contents to fileScriptSearchSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Select &AllSelect a document templateSelect a document viewSeparator expected after the option '%s'.SetProperty called w/o valid setterSetup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow/hide navigation panelShows the font preview.SizeSkipSlantSorry, could not open this file.Sorry, not enough memory to create a preview.Sorry, the format for this file is unknown.Sound data are in unsupported format.Sound file '%s' is in unsupported format.Statement, 5 1/2 x 8 1/2 inStatus:String To Colour : Incorrect colour specification : %sSwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The FTP server doesn't support the PORT command.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The directory '%s' does not exist Create it now?The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The font colour.The font family.The font point size.The font style.The font weight.The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: cannot store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTimeout while waiting for FTP server to connect, try passive mode.Tip of the DayTips not available, sorry!To:Too many colours in PNG, the image may be slightly blurred.Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Turkish (ISO-8859-9)TypeType must have enum - long conversionUS Std Fanfold, 14 7/8 x 11 inUnable to open requested HTML document: %sUnable to play sound asynchronously.UndeleteUnexpected parameter '%s'Unicode 16 bit (UTF-16)Unicode 16 bit Big Endian (UTF-16BE)Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown Object passed to GetObjectClassInfoUnknown encoding (%d)Unknown long option '%s'Unknown option '%s'Unmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictView files as a detailed viewView files as a list viewViewsWarning: Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whether the font is underlined.Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Korean (CP 949)Windows MEWindows Turkish (CP 1254)Windows Western European (CP 1252)Windows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!YesYou cannot add a new directory to this section.Zoom &InZoom &OutZoom to &Fita DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.bad arguments to library functionbad signaturebinaryboldcan't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find central directory in zipcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't re-initialize zlib deflate streamcan't re-initialize zlib inflate streamcan't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.checksum errorcompression errorconversion to 8-bit encoding failedctrldatedecompression errordefaulteighteentheightheleventhentry '%s' appears more than once in group '%s'error in data formaterror opening fileerror reading zip central directoryerror reading zip local headererror writing zip entry '%s': bad crc or lengthfailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfont sizefourteenthfourthgenerate verbose log messagesincorrect event handler string, missing dotinvalid message box return valueinvalid zip fileitaliclightlocale '%s' cannot be set.midnightnineteenthninthno DDE error.no errornonamenoonnumobjects cannot have XML Text Nodesout of memoryread errorreading zip stream (entry %s): bad crcreading zip stream (entry %s): bad lengthreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestored file length not in Zip headerstrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtodaytomorrowtwelfthtwentiethunderlinedunexpected " at position %d in '%s'.unknownunknown class %sunknown errorunknown error (error code %08x).unknown seek originunknown-%dunnamedunnamed%dunsupported Zip compression methodusing catalog '%s' from '%s'.write errorwxGetTimeOfDay failed.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayzlib error %dProject-Id-Version: wxWidgets 3.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2015-05-23 22:46+0400 PO-Revision-Date: 2005-02-16 09:03+0200 Last-Translator: InterZone Language-Team: Tsolakos Stavros , Nassos Yiannopoulos Language: el MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit (σφάλμα %ld: %s) - Προεπισκόπηση#10 Φάκελος, 4 1/8 x 9 1/2 ίντσες#11 Φάκελος, 4 1/2 x 10 3/8 ίντσες#12 Φάκελος, 4 3/4 x 11 ίντσες#14 Φάκελος, 5 x 11 1/2 ίντσες#9 Φάκελος, 3 7/8 x 8 7/8 ίντσες%s (ή %s)%s Σφάλμα%s Πληροφορίες%s Προειδοποίηση%s αρχεία (%s)|%s&Περί&Πραγματικό μέγεθος&Εφαρμογή&Τακτοποίηση εικονιδίων&Πίσω&Έντονο&Ακυρο&Επικάλυψη&Καθαρισμός&Κλείσιμο&Αντιγραφή&Διαγραφή&Λεπτομέρειες&Κάτω&Αρχείο&Εύρεση&ΤέλοςΟικογένεια γραμματοσειράς:&Εμπρός&Βοήθεια&Αρχική&Ευρετήριο&Πλάγια&Καταγραφή&Μετακίνηση&Νέο&Επόμενο&Επόμενο >&Επόμενο Tip&Όχι&OK&Ανοιγμα...&ΕπικόλησηΜέγεθος κουκίδας:&Προτιμήσεις&Προηγούμενο&Εκτύπωση...&ΙδιότητεςΈ&ξοδος&Επανάληψη&Επανάληψη &Αντικατάσταση&Επαναφορά&Αποθήκευση&Εμφάνιση tips κατά την εκκίνηση&Μέγεθος&Διακοπή&Στυλ:&Υπογράμμιση&Αναίρεση&Αναίρεση Α&ποστοίχιση&Επάνω&Βάρος:&Παράθυρο&Ναι'%s' περιέχει επιπλέον '..', αγνοήθηκαν.'%s' δεν είναι μία σωστή αριθμητική τιμή για την επιλογή '%s'.'%s' δεν είναι ένας σωστός κατάλογος μηνυμάτων.'%s' είναι πιθανόν ένας δυαδικός ( binary ) buffer'%s' πρέπει να είναι αριθμητικό.'%s' πρέπει να περιέχει ASCII χαρακτήρες.'%s' πρέπει να περιέχει μόνο αλφαβητικούς χαρακτήρες.'%s' πρέπει να περιέχει μόνο αλφαβητικούς ή αριθμητικούς χαρακτήρες.(Βοήθεια)(σελιδοδείκτες)10 x 14 ίντσες11 x 17 ίντσες6 3/4 Φάκελος, 3 5/8 x 6 1/2 ίντσες: το αρχείο δεν υπάρχει!: άγνωστο σετ χαρακτήρων: άγνωστη κωδικοποίηση< &Πίσω<ΚΑΤΑΛΟΓΟΣ><ΟΔΗΓΟΣ><ΣΥΝΔΕΣΗ>Εντονη πλάγια όψη.
    έντονα πλάγια υπογραμμισμένα
    Έντονη όψηΠλάγια όψη.Μία μη άδεια συλλογή πρέπει να αποτελείται από κόμβους 'element'Φύλλο A3, 297 x 420 mmΦύλλο A4, 210 x 297 mmΜικρό φύλλο A4, 210 x 297 mmΦύλλο A5, 148 x 210 mmΑΒΓΔΕΖαβγδεζ12345ASCIIΠροσθήκηΠροσθήκη της τρέχουσας σελίδας στους σελιδοδείκτεςΠροσθήκη στα χρώματα χρήστηAddToPropertyCollection κλήθηκε σε έναν γενικό accessorAddToPropertyCollection κλήθηκε χωρίς έγκυρο προσθέτηΠροσθήκη βιβλίου %sΣτοίχιση ΑριστεράΣτοίχιση ΔεξιάΌλαΌλα τα αρχεία (%s)|%sΌλα τα αρχεία (*)|*Όλα τα αρχεία (*.*)|*.*Ένα ήδη Registered αντικείμενο δόθηκε στην SetObjectClassInfoΓίνεται ήδη κλήση προς τον παροχέα Internet(ISP).Να γίνει προσάρτηση(append) της καταγραφής(log) στο αρχείο '%s' (Επιλέγοντας [Όχι] θα το επικαλύψει(overwrite));Αραβικό (ISO-8859-6)ΧαρακτηριστικάB4 Φάκελος, 250 x 353 mmΦύλλο B4, 250 x 354 mmB5 Φάκελος, 176 x 250 mmΦύλλο B5, 182 x 257 mmB6 Φάκελος, 176 x 125 mmBMP: Δεν ήταν δυνατή η δέσμευση(allocation) μνήμης.BMP: Δεν είναι δυνατή η αποθήκευση μη έγκυρης εικόνας.BMP: Δεν ήταν δυνατή η εγγραφή του χάρτη RGB.BMP: Δεν ήταν δυνατή η εγγραφή δεδομένων.BMP: Δεν ήταν δυνατή η εγγραφή της κεφαλής του αρχείου Bitmap.BMP: Δεν ήταν δυνατή η εγγραφή της κεφαλής του αρχείου BitmapInfo.BMP: Το wxImage δεν κατέχει κάποιο wxPalette.Βαλτικό (ISO-8859-13)Βαλτικό (παλαιό) (ISO-8859-4)ΈντονοΚάτω περιθώριο (mm)Φύλλο C, 17 x 22 ίντσες&Καθάρισμα&Χρώμα:C3 Φάκελος, 324 x 458 mmC4 Φάκελος, 229 x 324 mmC5 Φάκελος, 162 x 229 mmC6 Φάκελος, 114 x 162 mmC65 Φάκελος, 114 x 229 mmο χειριστής CHM προς το παρόν υποστηρίζει μόνο τοπικά αρχεία!Δεν είναι δυνατή η αναίρεσηΔεν είναι δυνατό το κλείσιμο του κλειδιού μητρώου(registry key) '%s'Δεν είναι δυνατή η αντιγραφή τιμών μη υποστηριζομένου τύπου %d.Δεν είναι δυνατή η δημιουργία του κλειδιού μητρώου(registry key) '%s'Δεν είναι δυνατή η δημιουργία του νήματος εκτέλεσης (thread)Δεν είναι δυνατή η δημιουργία παραθύρου τάξεως %sΔεν είναι δυνατή η διαγραφή του κλειδιού '%s'Δεν είναι δυνατή η διαγραφή του αρχείου INI '%s'Δεν είναι δυνατή η διαγραφή της τιμής '%s' από το κλειδί '%s'Δεν είναι δυνατή η απαρίθμηση των υποκλειδιών του '%s'Δεν είναι δυνατή η απαρίθμηση των τιμών του κλειδιού '%s'Δεν είναι δυνατή η εξαγωγή τιμών μη υποστηριζομένου τύπου %d.Δεν είναι δυνατή η εύρεση της τρέχουσας θέσης στο αρχείου '%s'Δεν είναι δυνατή η συλλογή πληροφοριών για το κλειδί μητρώου(registry) '%s'Δεν είναι δυνατή η αρχικοποίηση της ροής zlib deflate.Δεν είναι δυνατή η αρχικοποίηση της ροής zlib inflate.Δεν είναι δυνατό το άνοιγμα του κλειδιού μητρώου(registry) '%s'Αδύνατη η ανάγνωση από την ροή inflate: %sΑδύνατη η ανάγνωση της ροής inflate: απρόσμενο EOF στην υποκείμενη ροή.Δεν είναι δυνατή η ανάγνωση της τιμής του '%s'Δεν είναι δυνατή η ανάγνωση της τιμής του κλειδιού '%s'Δεν είναι δυνατή η αποθήκευση της εικόνας στο αρχείο '%s': άγνωστη επέκτασηΔεν είναι δυνατή η αποθήκευση των περιεχομένων της καταγραφής(log) στο αρχείο.Δεν είναι δυνατή η θέση προτεραιότητας του νήματος εκτέλεσης (thread)Δεν είναι δυνατή η ανάθεση τιμής του '%s'Δεν είναι δυνατή η εγγραφή στην ροή deflate: %sΑκυροΔεν είναι δυνατή η απαρίθμηση των αρχείων '%s'Δεν είναι δυνατή η απαρίθμηση των αρχείων στον κατάλογο '%s'Δεν είναι δυνατή η εύρεση της ενεργού τηλεφωνικής συνδέσεως: %sΔεν είναι δυνατή η εύρεση της θέσης του αρχείου βιβλίου διευθύνσεωνΔεν είναι δυνατή η ανάγνωση του ονόματος διακομιστή(hostname)Δεν είναι δυνατή η ανάγνωση του επισήμου ονόματος διακομιστή(official hostname)Δεν είναι δυνατό το κλείσιμο της γραμμής - δεν υπάρχει ενεργός τηλεφωνική σύνδεση.Δεν είναι δυνατή η αρχικοποίηση του OLEΔεν είναι δυνατή η φόρτωση εικονιδίου από το '%s'Δεν είναι δυνατή η φόρτωση πόρων(resources) από το αρχείο '%s'Δεν είναι δυνατό το άνοιγμα εγγράφου HTML: %sΔεν είναι δυνατό το άνοιγμα βιβλίου βοήθειας HTML: %sΔεν είναι δυνατό το άνοιγμα των περιεχομένων του αρχείου: %sΔεν είναι δυνατό το άνοιγμα του αρχείου για εκτύπωση PostScript!Δεν είναι δυνατό το άνοιγμα του αρχείου ευρετηρίου(index): %sΔεν είναι δυνατή η εκτύπωση άδειας σελίδας.Δεν είναι δυνατή η ανάγνωση ονομάτων τύπων(typenames) από το '%s'Δεν είναι δυνατή η ανάκτηση της thread scheduling policy.Δεν είναι δυνατή η εκκίνηση του νήματος(thread): Σφάλμα κατά την εγγραφή του TLSΔεν είναι δυνατή η αναμονή(wait) για τον τερματισμό του νήματος εκτέλεσης(thread)Διάκριση κεφαλαίων-πεζώνΚελτικό (ISO-8859-14)Στο κέντροΚεντροευρωπαϊκό (ISO-8859-2)Επιλέξτε παροχέα Internet για κλήσηΕπιλέξτε χρώμαΕπιλέξτε γραμματοσειρά&ΚλείσιμοΚαθαρισμός περιεχομένων καταγραφής(log)Κάνετε κλικ για να ακυρώσετε την επιλογή γραμματοσειράς.Κάνετε κλικ για να επιβεβαιώσετε την επιλογή γραμματοσειράς.ΚλείσιμοΚλείσιμοΚλείσιμο αυτού του παραθύρου.Αρχείο βοήθειας συμπιεσμένης HTML (*.chm)|*.chm|ΥπολογιστήςΤο όνομα εισόδου διαμόρφωσης (Config entry name) δεν μπορεί να αρχίζει με '%c'ΕπιβεβαίωσηΕπιβεβαίωση ενημέρωσης μητρώου(registry update)Γίνεται σύνδεση...ΠεριεχόμεναΗ μετατροπή στο σετ χαρακτήρων '%s' δεν λειτουργείΑντιγράφηκε στο πρόχειρο:"%s"Αντίγραφα:Δεν είναι δυνατή η δημιουργία του προσωρινού αρχείου '%s'Δεν ήταν δυνατή η εξαγωγή του %s στο %s: %sΔεν ήταν δυνατή η εύρεση tab για το idΔεν είναι δυνατός ο εντοπισμός του αρχείου '%s'.Δεν ήταν δυνατή η εκκίνηση της προεπισκόπησης εγγράφου.Δεν ήταν δυνατή η εκκίνηση της εκτύπωσης.Δεν ήταν δυνατή η μεταφορά δεδομένων στο παράθυρο.Δεν ήταν δυνατή η προσθήκη μιας εικόνας στην λίστα εικόνων.Δεν ήταν δυνατή η δημιουργία χρονοδιακόπτη (timer)Δεν ήταν δυνατός ο εντοπισμός του συμβόλου '%s' σε μια δυναμική βιβλιοθήκη.Δεν ήταν δυνατή η ανάκτηση toy τρέχοντος δείκτη νήματος εκτέλεσης(thread)Δεν ήταν δυνατή η φόρτωση εικόνας PNG - είτε το αρχείο δεν είναι έγκυρο ή δεν υπάρχει αρκετή μνήμη.Δεν ήταν δυνατή η φόρτωση δεδομένων ήχου από το '%s'Δεν είναι δυνατό το άνοιγμα του ήχου: %sΔεν ήταν δυνατή η καταχώρηση του τύπου προχείρου(clipboard format) '%s'Δεν ήταν δυνατή η ανάκτηση πληροφοριών σχετικά με το στοιχείο λίστας %d.Δεν ήταν δυνατή η αποθήκευση εικόνας PNG.Δεν ήταν δυνατός ο τερματισμός του threadΔημιουργία καταλόγουΔημιουργία νέου καταλόγουΑπο&κοπήΤρέχον κατάλογος:Κυριλλικό (ISO-8859-5)D sheet, 22 x 34 ίντσεςΗ DDE poke αίτηση απέτυχεDIB Header: Η κωδικοποίηση δεν ταιρίζει με το βάθος bit.DIB Header: Το ύψος της εικόνας είναι > 32767 εικονοστοιχεία για το αρχείο.DIB Header: Το πλάτος της εικόνας είναι > 32767 εικονοστοιχεία για το αρχείο.DIB Header: Αγνωστο βάθος bit στο αρχείο.DIB Header: Αγνωστη κωδικοποίηση στο αρχείο.Φάκελος DL, 110 x 220 mmΔιακοσμητικόςΠροκαθορισμένη κωδικοποίησηΠροκαθορισμένος εκτυπωτήςΔιαγραφή στοιχείουΔιεγράφη το απαρχειομένο(stale) αρχείο κλειδαριά (lock file) '%s'Συναρτήσεις (functions) τηλεφωνικής σύνδεσης (dialup) δεν είναι διαθέσιμες γιατί η υπηρεσία απομακρυσμένης πρόσβασης (remote access service, RAS) δεν είναι εκατεστημένη σε αυτό το μηχάνημα. Παρακαλώ εγκαταστήστε τη.Γνωρίζατε ότι...Δεν ήταν δυνατή η δημιουργία του καταλόγου '%s'Ο κατάλογος δεν υπάρχειΟ κατάλογος δεν υπάρχει.Εμφάνιση όλων των στοιχείων του ευρετηρίου δεδομένου substring. Η αναζήτηση διακρίνει μεταξύ κεφαλαίων/πεζών.Εμφάνιση του διαλόγου επιλογώνΘέλετε να επικαλύψετε την εντολή που χρησιμοποιήθηκε για να %s τα αρχεία με επέκταση "%s" ? Η τρέχουσα τιμή είναι %s, Η νέα τιμή είναι %s %1ΈτοιμοΈτοιμο.Id χρησιμοποιούμενο δύο φορές : %dΚάτωE sheet, 34 x 44 ίντσεςΕπεξεργασία στοιχείουΕισαγωγές(entries) βρέθηκανΣφάλμαΣφάλμα κατα τη δημιουργία καταλόγουΣφάλμα κατά την ανάγνωση των ρυθμίσεων.Σφάλμα κατά την εγγραφή των ρυθμίσεων χρήστη.Σφάλμα: Εσπεράντο (ISO-8859-3)Η εκτέλεση της εντολής '%s' απέτυχεExecutive, 7 1/4 x 10 1/2 ίντσεςΕκτεταμένη Κωδικοσελίδα Unix για Ιαπωνικά (EUC-JP)Η εξαγωγή του '%s' στο '%s' απέτυχεΑποτυχία πρόσβασης στο αρχείο 'κλειδωνιά'(lock file).Αποτυχία αλλαγής της κατάστασης οθόνηςΑποτυχία κλεισίματος του χειριστηρίου του αρχείου(file handle)Αποτυχία κλεισίματος του αρχείου 'κλειδωνιά'(lock file) '%s'Αποτυχία κλεισίματος του προχείρου(clipboard)Αποτυχία συνδεσης: λείπει το όνομα χρήστη/συνθηματικόΑποτυχία συνδεσης: κανένας παροχέας υπηρεσιών Internet (ISP) για να καλέσω.Αποτυχία αντιγραφής της τιμής μητρώου '%s'Αποτυχία αντιγραφής των περιεχομένων του κλειδιού μητρώου '%s' στο '%s'.Αποτυχία αντιγραφής του αρχείου '%s' στο '%s'Αποτυχία της αντιγραφής του υποκλειδιού μητρώου '%s' σε '%s'.Απέτυχε η δημιουργεία ενός DDE αλφαρηθμιτικού (string)Αποτυχία δημιουργίας ενός γονεικού περιγράμματος (parent frame) MDI.Αποτυχία δημιουργίας ονόματος προσωρινού αρχείουΑποτυχία δημιουργίας ενός ανώνυμου pipeΑποτυχία κατά την δημιουργία σύνδεσης με τον εξυπηρετητή (server) '%s' στο θέμα '%s'Αποτυχία δημιουργίας δείκτη.Αποτυχία κατά τη δημιουργία υποκαταλόγου '%s' (Έχετε τα απαιτούμενα δικαιώματα(permissions);)Απέτυχε η δημιουργία εγγραφής μητρώου (registry entry) για '%s' αρχεία.Απέτυχε η δημιουργία καθιερωμένου παράθυρου διαλόγου εύρεσης/αντικατάστασης (κωδικός σφάλματος %d)Απέτυχε η προβολή του εγγράφου HTML στην κωδικοποίηση %sΑποτυχία αδειάσματος του προχείρου (clipboard).Απέτυχε η απαρίθμηση των καταστάσεων οθόνης.Αποτυχία επίτευξης βρόχου advise με τον διακομιστή DDEΑποτυχία εκτέλεσης του '%s' Αποτυχία κατά την λήψη των ονομάτων των ISP: %sΑποτυχία λήψης δεδομένων απο το πρόχειροΑποτυχία καθορισμού της ώρας του τοπικού συστήματοςΑποτυχία λήψης καταλόγου εργασίας (working directory)Αποτυχία αρχικοποίησης του GUI: δεν βρέθηκαν ενσωματωμένα θέματα.Αποτυχία στην αρχικοποίηση του MS HTML Help.Απέτυχε η αρχικοποίηση του OpenGLΑποτυχία επιθεώρησης του αρχείου 'κλειδωνιά'(lock file) '%s'Απέτυχε η συνένωση(join) ενός νήματος εκτέλεσης (thread), πιθανή διαρροή μνήμης εντοπίστηκε - παρακαλώ επανεκκινήστε το πρόγραμμαΑποτυχία θανάτωσης της διαδικασίας(process) %dΑποτυχία φόρτωσης της μετα-εικόνας από το αρχείο '%s'.Αποτυχία φόρτωσης του mpr.dll.Αποτυχία φόρτωσης της κοινής βιβλιοθήκης (shared library) '%s'Αποτυχία κλειδώματος του αρχείου 'κλειδωνιά'(lock file) '%s'Αποτυχία τροποποίησης ώρας του αρχείου '%s'Αποτυχία ανοίγματος του arxe;ioy CHM '%s'.Αποτυχία ανοίγματος προσωρινού αρχείουΑποτυχία ανοίγματος του προχείρου (clipboard).Αποτυχία τοποθέτησης δεδομένων στο πρόχειρο (clipboard)Απέτυχε η ανάγνωση PID από αρχείο κλειδωνιά(lock file).Αποτυχία στην ανακατεύθυνση της εισόδου/εξόδου διεργασίας απογόνου (child process input/output)Αποτυχία στην ανακατεύθυνση του IO διεργασίας απογόνου (child process IO)Απέτυχε η καταχώρηση του DDE εξυπηρετητή (server) '%s'Αποτυχία ανάμνησης της κωδικοποίησης για το συνολο χαρακτήρων (charset) '%s'.Αποτυχία απομάκρυνσης του αρχείου 'κλειδωνιά'(lock file) '%s'Αποτυχία απομάκρυνσης του απαρχειομένου(stale) αρχείου 'κλειδωνιά'(lock file) '%s'Αποτυχία της μετονομασίας της τιμής μητρώου '%s' σε '%s'.Αποτυχία της μετονομασίας του κλειδιού μητρώου '%s' σε '%s'.Αποτυχία κατά την ανάκτηση δεδομένων από το πρόχειρο (clipboard).Αποτυχία λήψης της ώρας του αρχείου '%s'Αποτυχία στη λήψη κειμένου από το μήνυμα σφάλματος RASΑποτυχία στην ανάκτηση των υποστηριζομένων μορφών προχείρου (clipboard formats)Αποτυχία αποθήκευσης της εικόνας στο αρχείο "%s".Αποτυχία κατά την αποστολή DDE advise επισήμανσηςΑποτυχία θέσης FTP transfer mode σε '%s'Αποτυχία θέσης δεδομένων προχείρου (clipboard).Αδύνατος ο ορισμός των δικαιωμάτων για το αρχείο 'κλειδωνιά' '%s'Αποτυχία θέσπισης δικαιωμάτων προσωρινού αρχείουΑποτυχία αποθήκευσης της εικόνας '%s' στο VFS μνήμης!Αποτυχία τερματισμού του threadΑποτυχία τερματισμού του advise loop με τον DDE εξυπηρετητή (server)Αποτυχία τερματισμού της σύνδεσης μέσω τηλεφώνου : %sΑποτυχία αγγίγματος (touch) του αρχείου '%s'Αποτυχία ξεκλείδωματος του αρχείου 'κλειδωνιά'(lock file) '%s'Αποτυχία απο-καταχώρησης (unregister) του DDE εξυπηρετητή (server) '%s'Αποτυχία ανανέωσης του αρχείου ρυθμίσεων του χρήστη.Αποτυχία εγγραφής του αρχείου 'κλειδωνιά'(lock file) '%s'ΑρχείοΤο αρχείο '%s' υπάρχει ήδη, πραγματικά θέλετε να επικαλυφτεί;Το αρχείο δεν μπόρεσε να φορτωθεί.Σφάλμα αρχείουΤο όνομα αρχείου υπάρχει ήδη.Αρχεία (%s)ΕύρεσηΓραμματοσειρά σταθερού μεγέθους:Όψη σταθερού μεγέθους.
    έντονη πλάγια Folio, 8 1/2 x 13 ίντσεςΜέγεθος γραμματοσειράς:Fork απέτυχεΟι forward hrefs δεν υποστηρίζονταιΒρέθηκαν %i αντιστοιχίεςΑπό:GIF: Λάθος gif index.GIF: το stream δεδομένων μοιάζει να είναι αποκομμένο.GIF: σφάλμα στην μορφή εικόνας GIF.GIF: ανεπαρκής μνήμη.GIF: άγνωστο λάθος!!!Θέμα GTK+Γενικό PostScriptGerman Legal Fanfold, 8 1/2 x 13 ίντσεςGerman Std Fanfold, 8 1/2 x 12 ίντσεςΗ GetProperty κλήθηκε χωρίς έγκυρο getterΗ GetPropertyCollection κλήθηκε σε έναν γενικό accessorΗ GetPropertyCollection κλήθηκε χωρίς έγκυρο collection getterΠήγαινε πίσωΠήγαινε εμπρόςΠήγαινε ένα επίπεδο πάνω στην ιεραρχεία του εγγράφουΠρος κεντρικό κατάλογοΠρος πατρικό κατάλογοΕλληνικό (ISO-8859-7)Το Gzip δεν υποστηρίζεται από αυτήν την έκδοση της zlibΕργασία HTML βοήθειας (*.hhp)|*.hhp|Η HTML άγκυρα %s δεν υπάρχει.Αρχεία HTML (*.html;*.htm)|*.html;*.htm|Εβραϊκό (ISO-8859-8)ΒοήθειαΕπιλογές Περιηγητή ΒοηθείαςΕυρετήριο ΒοηθείαςΒοήθεια ΕκτύπωσηςΘέματα ΒοήθειαςΒιβλία βοήθειας (*.htb)|*.htb|Αρχεία βοήθειας (*.zip)|*.zip|Βοήθεια: %sΑρχική σελίδαΑρχικός κατάλογοςICO: Σφάλμα στην ανάγνωση μάσκας DIB.ICO: Σφάλμα κατά την εγγραφή του αρχείου εικόνας!ICO: Εικόνα πολύ ψηλή για εικονίδιο(icon).ICO: Εικόνα πολύ πλατιά για εικονίδιο(icon).ICO: Λανθασμένος δείκτης(index) εικονιδίου(icon).IFF: το stream δεδομένων μοιάζει να είναι αποκομμένο.IFF: σφάλμα στη μορφή εικόνας IFF.IFF: ανεπαρκής μνήμη.IFF: άγνωστο λάθος!!!Εσφαλμένη κλάση αντικειμένου (μη-wxEvtHandler) σαν πηγή EventsΕσφαλμένος αριθμός παραμέτρων για μέθοδο ConstructObjectΕσφαλμένος αριθμός παραμέτρων για μέθοδο CreateΜη έγκυρο όνομα καταλόγου.Μη έγκυρος προσδιορισμός αρχείου.Εικόνα και μάσκα έχουν διαφορετικά μεγέθη.Αδύνατη η δημουργία ενός στοιχείου ελέγχου(control) rich edit, αντι αυτού γίνεται χρήση του simpe text στοιχείου ελέγχου. Παρακαλώ επανεγκαταστήστε το riched32.dllΑδύνατη η λήψη της εισόδου της διεργασίας (process) απογόνου(child)Αδύνατη η λήψη των δικαιωμάτων για το αρχείο '%s'Αδύνατη η επικάλυψη του αρχείου '%s'Αδύνατος ο ορισμός των δικαιωμάτων για το αρχείο '%s'ΣτοίχισηΕυρετήριοΙνδικό (ISO-8859-12)Λανθασμένος δείκτης εικόνας TIFF.Λανθασμένος καθορισμός(specification) κατάστασης λειτουργίας(mode) οθόνης(display) '%s'.Λανθασμένος γεωμετρικός καθορισμός(specification) '%s'Λανθασμένο αρχείο κλειδαριά (lock file) '%s'.Μη έγκυρο ή Null ID αντικειμένου δόθηκε στην GetObjectClassInfoΜη έγκυρο ή Null ID αντικειμένου δόθηκε στην HasObjectClassInfoΛανθασμένη κανονική έκφραση (regular expression) '%s': %sΠλάγιαItaly Envelope, 110 x 230 mmJPEG: Αδύνατη η φόρτωση - το αρχείο είναι μάλλον φθαρμένο(corrupted).JPEG: Αδύνατη η αποθήκευση της εικόνας.ΕυθυγραμμισμέναKOI8-RKOI8-UΤοπίοLedger, 17 x 11 ίντσεςΑριστερό περιθώριο (mm)Νομικό, 8 1/2 x 14 ίντσεςΓράμμα Μικρό, 8 1/2 x 11 ίντσεςΓράμμα, 8 1/2 x 11 ίντσεςΑπαλό(light)Η σύνδεση που περιείχε '//', μετατράπηκε σε απόλυτη σύνδεση.Φόρτωση %s αρχείουΓίνεται φόρτωση : Το αρχείο 'κλειδωνιά' '%s' έχει λανθασμένο ιδιοκτήτη.Το αρχείο 'κλειδωνιά' '%s' έχει λανθασμένα δικαιώματα.Η καταγραφή (log) αποθηκεύτηκε στο αρχείο '%s'MDI παιδίΟι συναρτήσεις (functions) της MS HTML Help δεν είναι διαθέσιμες γιατί η βιβλιοθήκη MS HTML Help δεν είναι εγκατεστημένη. Παρακαλώ εγκαταστήστε την.Με&γιστοποίησηΤαίριασμα πεζών/κεφαλαίωνVFS μνήμης ήδη περιέχει το αρχείο '%s'!ΜενούΜεταλλικό θέμαΕλα&χιστοποίησηΜοντέρνοΤροποποιημένοΦακελος Monarch, 3 7/8 x 7 1/2 ίντσεςΜετακίνηση κάτωΜετακίνηση επάνωΌνομαΝέος κατάλογοςΝέο στοιχείοΝέοΌνομαΕπόμενοΕπόμενη σελίδαΌχιΔεν βρέθηκαν εισαγωγές(entries).Δεν βρέθηκε γραμματοσειρά (font) για την εμφάνιση κειμένου στην κωδικοποίηση (encoding) '%s', αλλά μία εναλλακτική κωδικοποίηση '%s' είναι διαθέισμη. Θέλετε να χρησιμοποιήσετε αυτή την κωδικοποίηση (διαφορετικά θα πρέπει να επιλέξετε μία άλλη) ;Δεν βρέθηκε γραμματοσειρά (font) για την εμφάνιση κειμένου για αυτήν την κωδικοποίηση (encoding) '%s'. Θα θέλατε να επιλέξετε μία γραμματοσειρα για να χρησιμοποιηθεί για αυτή την κωδικοποίηση(διαφορετικά το κείμενο σε αυτή την κωδικοποίηση δεν θα εμφανιστεί κανονικά) ;Δεν βρέθηκε χειριστής για τύπο εικόνας.Δεν έχει οριστεί χειριστής εικόνας για τον τύπο %d.Δεν έχει οριστεί χειριστής εικόνας για τον τύπο %s.Δεν βρέθηκε ακόμα σελίδα που να ταιράζειΧωρίς ήχοΔεν υπάρχει μη χρησιμοποιούμενο χρώμα στην εικόνα που εφααρμόζεται η μάσκαΔεν υπάρχει μη χρησιμοποιούμενο χρώμα στην εικόναΝορδικό (ISO-8859-10)ΚανονικόΚανονική όψη
    και υπογραμμισμένη.Κανονική γραμματοσειρά:Σημείωμα, 8 1/2 x 11 ίντσεςOKΤα αντικείμενα πρέπει να έχουν ένα χαρακτηριστικό idΑνοιγμα Αρχείου’νοιγμα εγγράφου HTMLΛειτουργία δεν ειπιτρέπετε.Η επιλογή '%s' απαιτεί μια τιμή.Επιλογή '%s': το '%s' δεν μπροει να μετατραπει σε ημερομηνία.ΕπιλογέςΠροσανατολισμόςPCX: Δεν ήταν δυνατή η δέσμευση μνήμηςPCX: μορφή εικόνας δεν υποστηρίζεταιPCX: λανθασμένη εικόναPCX: αυτό δεν είναι αρχείο PCX.PCX: άγνωστο σφάλμα !!!PCX: αριθμός έκδοσης πολύ χαμηλόςPNM: Δεν ήταν δυνατή η δέσμευση μνήμης.PNM: Η μορφή αρχείου δεν αναγνωρίζεται.PNM: Το αρχείο μοιάζει να είναι αποκομμένο.Σελίδα %dΣελίδα %d από %dΟργάνωση(setup) ΣελίδαςΡύθμιση(setup) ΣελίδαςΣελίδεςΜέγεθος χαρτιούΔόθηκε ένα ήδη registered αντικείμενο στην SetObjectΔικαιώματαΔημιουργία pipe απέτυχεΠαρακαλώ επιλέξτε μία αποδεκτή γραμματοσειρά.Παρακλώ επιλέξτε ένα υπάρχον αρχείο.Παρακλώ επιλέξτε την σελίδα για απεικόνιση:Παρακαλώ επιλέξτε τον παροχέα υπηρεσιών Internet (ISP) με τον οποίο θέλετε να συνδεθείτεΠαρακαλώ εγκαταστήστε μια νεότερη έκδοση του comctl32.dll (η ελάχιστη απαραίτητη έκδοση είναι η 4.70 αλλά εσείς έχετε την %d.%02d) διαφορετικά αυτό το πρόγραμμα δεν θα λειτουργήσει κανονικά.ΠορτραίτοΑρχείο PostScriptΠροεπισκόπηση:Προηγούμενη σελίδαΕκτύπωσηΠροεπισκόπηση ΕκτύπωσηςΑποτυχία Προεπισκόπησης ΕκτύπωσηςΕύρος εκτύπωσηςΟργάνωση(setup) ΕκτύπωσηςΕγχρωμη εκτύπωσηSpooling εκτύπωσηςΕκτύπωση αυτής της σελίδαςΕκτύπωση σε ΑρχείοΕκτυπωτήςΕντολή εκτυπωτή:Επιλογές εκτυπωτήΕπιλογές εκτυπωτή:Εκτυπωτής...Εκτυπωτής:Γίνεται εκτύπωση του Σφάλμα ΕκτύπωσηςΓίνεται εκτύπωση σελίδας %d...Γίνεται εκτύπωση...Quarto, 215 x 275 mmΕρώτημαΛάθος ανάγνωσης στο αρχείο '%s'ΈτοιμοΑνανέωσηΤο κλειδί μητρώου '%s' υπάρχει ήδη.Το κλειδί μητρώου '%s' δεν υπάρχει, αδύνατη η μετονομασία του.Το αρχείο μητρώου '%s' χρειάζεται για την κανονική λειτουργία του συστήματος, διαγράφοντάς το θα αφήσει το σύστημά σας σε κατάσταση αχρηστίας: η λειτουργία ματαιώθηκε.Η τιμή μητρώου '%s' υπάρχει ήδη.Σχετικές εγγραφές:ΑπομάκρυνσηΑφαίρεση τρέχουσας σελίδας από τους σελιδοδείκτεςΟ Renderer "%s" είναι σε ασύμβατη έκδοση %d.%d και δεν μπορεί να φορτωθεί.&ΑντικατάστασηΑντικατάσταση &ΌλωνΑντικατάσταση με:Επαναφορά από το αποθηκευμένοΔεξί περιθώριο (mm):ΡωμαϊκόΑποθήκευσηΑποθήκευση %s αρχείουΑποθήκευση &ως...Αποθήκευση ωςΑποθήκευση περιεχομένων καταγραφής(log) σε αρχείοΧειρόγραφο(Script)ΑναζήτησηΚατεύθυνση αναζήτησηςΑναζήτηση για:Εύρεση σε όλα τα βιβλίαΓίνεται αναζήτηση...ΤμήματαΛάθος ανίχνευσης (seek error) στο αρχείο '%s'.Επιλογή &ΟλωνΕπιλέξτε ένα πρότυπα εγγράφουΕπιλέξτε μια προβολή εγγράφωνΑναμενόταν διαχωριστικό μετά την επιλογή '%s'.Η SetProperty κλήθηκε χωρίς έγκυρο θέτηΡυθμίσεις...Βρέθηκαν πολλαπλές ενεργές τηλεφωνικές συνδέσεις, γίνεται τυχαία επιλογή μίας.Εμφάνιση όλωνΕμφάνιση όλων των στοιχείων στο ευρετήριοΕμφάνιση κρυφών καταλόγωνΕμφλανιση/Κρύψιμο πλαίσιο πλοήγησης (navigation panel)Εμφανίζει την προεπισκόπηση της γραμματοσειράςΜέγεθοςΠαράλειψηΚλήσηΣυγγνώμη, δεν μπόρεσε να ανοιχθεί αυτό το αρχείο.Συγγνώμη, δεν υπάρχει αρκετή μνήμη για την δημιουργία προεπισκόπησης.Συγγνώμη, η μορφή αυτού του αρχείου είναι άγνωστη.Τα δεδομένα ήχου είναι σε μη υποστηριζόμενη μορφή.Το αρχείο '%s' είναι σε μη υποστηριζόμενη μορφή.Δήλωση, 5 1/2 x 8 1/2 ίντσεςΚατάσταση: String To Colour : Λανθασμένος καθορισμός χρώματος: %sΕλβετικό(Swiss)TIFF: Αδύνατη η δέσμευση μνήμης.TIFF: Λάθος κατά την φόρτωση εικόνας.TIFF: Λάθος κατά την ανάγνωση εικόνας.TIFF: Λάθος κατά την αποθήκευση εικόνας.TIFF: Λάθος κατα την εγγραφή εικόνας.11 x 17 ίντσεςΤηλέτυποΠρότυπαΤαϋλανδέζικο (ISO-8859-11)Ο διακομιστής FTP δεν υποστηρίζει κατάσταση λειτουργίας(mode) 'passive'.Ο διακομιστής FTP δεν υποστηρίζει την εντολή PORT.Το σύνολο χαρακτήρων (charset) '%s' είναι άγνωστο. Μπορείτε να επιλέξετε ένα άλλο σύνολο χαρακτήρων να το αντικαταστήσει ή διαλέξτε [Ακύρωση] εάν δεν μπορεί να αντικατασταθείO τύπος προχείρου(clipboard format) '%d' δεν υπάρχει.Ο κατάλογος '%s' δεν υπάρχει Να δημιουργηθεί τώρα;Το αρχείο '%s' δεν υπάρχει και δεν μπόρεσε να ανοιχτεί. Αφαιρέθηκε από την λίστα με τα πρόσφατα χρησιμοποιημένα αρχεία.Το χρώμα της γραμματοσειράς.Η οικογένεια της γραμματοσειρας.Το μέγεθος κουκίδας γραμματοσειράςΤο στυλ της γραμματοσειράς.Το βάρος της γραμματοσειράς.Η απαραίτητη παράμετρος '%s' δεν προσδιορίστηκε.Το κείμενο δεν μπόρεσε να αποθυκευτεί.Η τιμή για την επιλογή '%s' πρέπει να προσδιοριστεί,Υπήρξε πρόβλημα κατά την διάρκεια οργάνωσης δελίδας (page setup): ίσως να χρειαστεί να θέσετε έναν προεπιλεγμένο (default) εκτυπωτή.Η αρχικοποίηση μονάδας νήματος εκτέλεσης (thread module) απέτυχε: αδύνατη η αποθήκευση τιμής στην τοπική αποθήκευση νήματος (thread local storage)Η αρχικοποίηση μονάδας νήματος εκτέλεσης (thread module) απέτυχε: αποτυχία δημιουργίας κλειδιού νήματος (thread key)Η αρχικοποίηση μονάδας νήματος εκτέλεσης (thread module) απέτυχε: αδύνατο να δεσμευτεί (allocate) δείκτης (index) στην στην τοπική αποθήκευση νήματος (thread local storage)Η ρύθμιση προτεραιότητας του νήματος εκτέλεσης (thread) αγνοήθηκε. Οριζόντια παράθεσηΚατακόρυφη παράθεσηΤέλος χρόνου κατά την αναμονή για την σύνδεση στον διακομιστή FTP, δοκιμάστε σε passive mode.Tip της ΗμέραςΤο Tip δεν είναι διαθέσιμο, συγγνώμη!Πρός:Πάρα πολλά χρώματα στο PNG, η εικόνα μπορεί να είναι λίγο θολή.Πάνω περιθώριο (mm)Προσπάθεια απομάκρυνσης αρχείου '%s' από VFS μνήμης, αλλά δεν είναι φορτωμένο!Τουρκικό (ISO-8859-9)ΤύποςΟ τύπος πρέπει να έχει μετατροπή enum - longUS Std Fanfold, 14 7/8 x 11 ίντσεςΔεν είναι δυνατό το άνοιγμα εγγράφου HTML: %sΑδύνατη η ασύγχρονη αναπαραγωγή ήχου.Αναίρεση διαγραφήςΑπροσδόκητη παράμετρος '%s'Unicode 16 bit (UTF-16)Unicode 16 bit Big Endian (UTF-16BE)Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)’γνωστο σφάλμα DDE %08x’γνωστο αντικείμενο δόθηκε στην GetObjectClassInfo’γνωστη κωδικοποίηση (%d)’γνωστη επιλογή long '%s'’γνωστη επιλογή '%s'Αταίριαστο '{' σε μία είσοδο (entry) για τον τύπο mime %s.Ανώνυμη εντολήΔεν υποστηρίζεται ο τύπος προχείρου(clipboard format).Το θέμα '%s' δεν υποστηρίζεται.ΕπάνωΧρήση: %sΣύγκρουση επικύρωσης (validation conflict)Εμφάνιση αρχείων σε προβολή με λεπτομέρειεςΕμφάνιση αρχείων σε προβολή λίσταςΠροβολέςΠροειδοποίηση: Δυτικο-Ευρωπαϊκό (ISO-8859-1)Δυτικο-Ευρωπαϊκό με Euro (ISO-8859-15)Επιλογή εαν η γραμματοσειρά είναι υπογραμμισμένη ή όχι.Ολόκληρη λέξηΟλόκληρες λέξεις μόνοWin32 θέμαWin32s σε Windows 3.1Windows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Αραβικό (CP 1256)Windows Βαλτικό (CP 1257)Windows Κεντρο-Ευρωπαϊκό (CP 1250)Windows Κυριλικό (CP 1251)Windows Ελληνικό (CP 1253)Windows Εβραϊκό (CP 1255)Windows Κορεάτικο (CP 949)Windows MEWindows Τουρκικό (CP 1254)Windows Δυτικο-Ευρωπαϊκό (CP 1252)Windows/DOS OEM (CP 437)Σφάλμα εγγραφής (write error) στο αρχείο '%s'XML σφάλμα ανάγνωσης (parsing error): '%s' στη γραμμή %dXPM: Κακοσχηματισμένα δεδομένα εικονοστοιχείων (pixel)!ΝαιΔεν μπορείτε να προσθέσετε καινούργιο κατάλογο σε αυτό το τμήμα.&Αύξηση ζουμ&Ελάττωση ζουμΒέλτιστο ζουμμια DDEML εφαρμογή έχει δημιουργήσει έναν παρατεταμένο race condition.μια συνάρτηση(function) DDEML κλήθηκε χώρις πρώτα να καλέσει την DdeInitialize συνάρτηση(function), ή ένα λανθασμένο αναγνωριστικό(identifier) instance δόθηκε σε μια DDEML συνάρτηση(function).η προσπάθεια ενός πελάτη(client) να εδραιώσει(establish) μία συνδιάλεξη(conversation) απέτυχε.μία προσπάθεια δέσμευσης (allocation) μνήμης απέτυχε.απέτυχε η επικύρωση μιας παραμέτρου από το DDEML.μία αίτηση για σύγχρονη(synchronous) ενημερωτική(advise) συναλλαγή(transaction) ξεπέρασε το χρονικό περιθώριο (timed out)μία αίτηση για σύγχρονη(synchronous) συναλλαγή(transaction) δεδομένων(data) ξεπέρασε το χρονικό περιθώριο (timed out)μία αίτηση για σύγχρονη(synchronous) συναλλαγή(transaction) εκτέλεσης(execute) ξεπέρασε το χρονικό περιθώριο (timed out)μία αίτηση για σύγχρονη(synchronous) poke συναλλαγή(transaction) ξεπέρασε το χρονικό περιθώριο (timed out)μία αίτηση για τερματισμό μιας ενημερωτικής(advise) συναλλαγής(transaction) ξεπέρασε το χρονικό περιθώριο (timed out)αποπειράθηκε μια συναλλαγη στη μεριά του εξυπηρετητή (server-side) σε μια συνδίαλεξη (conversation) που είχε τερματιστεί από τον πελάτη(client), ή ο εξυπηρετητής (server) τερμάτισε πριν ολοκληρωθεί μια συναλλαγή( transaction).μία συναλλαγή (transaction) απέτυχε.altμία εφαρμογή που αρχικοποιήθηκε ως APPCLASS_MONITOR προσπάθησε να κάνει μια συναλλαγή (transaction) DDE, ή μία εφαρμογή που αρχικοποιήθηκε ως APPCMD_CLIENTONLY προσπάθησε να κάνει συναλλαγές εξυπηρετητή (server transactions).μία εσωτερική κλήση στην συνάρτηση (function) PostMessage απέτυχε.ένα εσωτερικό λάθος συνέβη στο DDEML.ένα λανθασμένο αναγνωριστικό(identifier) συναλλαγής(transaction) δώθηκε σε μία DDEML συνάρτηση(function). Όταν η εφαρμογή επιστρέψει από ένα XTYP_XACT_COMPLETE callback, το αναγνωριστικό συναλλαγής για εκείνο το callback δεν θα είναι πλέον έγκυρο.η προσπάθεια αλλαγής αμετάβλητου κλειδιού '%s' αγνοήθηκε.λανθασμένες παράμετροι σε συνάρτηση βιβλιοθήκηςκακή σήμανσηδυαδικόέντονοδεν είναι δυνατό το κλείσιμο του αρχείου '%s'αδύνατο το κλείσιμο περιγραφέα (descriptor) αρχείου %dαδύνατη η δέσμευση των αλλαγών στο αρχείο '%s'δεν είναι δυνατή η δημιουργία του αρχείου '%s'Δεν είναι δυνατή η διαγραφή του αρχείου ρυθμίσεων '%s' του χρήστηαδύνατο να καθοριστεί εαν το τέλος αρχείου του έχει φτάσει στο περιγραφέα (descriptor) %dΔεν είναι δυνατή η εύρεση του κεντρικού καταλόγου στο συμπιεσμένο αρχείοαδύνατη η εύρεση του μεγέθους αρχείου στον περιγραφέα αρχείου (file desciptor) %dαδύνατη η εύρεση του HOME του χρήστη, γίνεται χρήση τρέχοντος καταλόγου.δεν μπορεί να πραγματοποιηθεί το άδειασμα (flush) του περιγραφέα αρχείου %dαδύνατη η λήψη θέσης αναζήτησης (seek position) στον περιγραφέα(descriptor) αρχείου %dαδύνατη η φόρτωση οποιασδήποτε γραμματοσειράς, γίνεται ματαίωσηδεν είναι δυνατό το άνοιγμα του αρχείου '%s'δεν είναι δυνατό το άνοιγμα του γενικού(global) αρχείου ρυθμίσεων %sδεν είναι δυνατό το άνοιγμα του αρχείου ρυθμίσεων '%s' του χρήστηαδύνατο το άνοιγμα αρχείου ρυθμίσεων του χρήστη.Δεν είναι δυνατή η αρχικοποίηση της ροής zlib deflate.Δεν είναι δυνατή η αρχικοποίηση της ροής zlib inflate.αδύνατη η ανάγνωση από περiγραφέα (descriptor) αρχείου %dδεν είναι δυνατό το σβήσιμο του αρχείου '%s'δεν είναι δυνατό το σβήσιμο του προσωρινού αρχείου '%s'αδύνατη η αναζήτηση(seek) στον περγραφέα(descriptor) αρχείου %dαδύνατη η εγγραφή της προσωρινής μνήμης (buffer) '%s' στο δίσκο.δεν είναι δυνατή η εγγραφή του περιγραφέα αρχείου(file descriptor) %dΑδύνατη η εγγραφή αρχείου ρυθμίσεων χρήστη.σφάλμα checksumσφάλμα συμπίεσηςη μετατροπή σε 8-bit κωδικοποίηση απέτυχεctrlημερομηνίασφάλμα αποσυμπίεσηςπροκαθορισμένοδέκατο όγδοοόγδοοέβδομοη εισαγωγή(entry) '%s' εμφανίζεται πάνω από μία φορά στο γκρούπ '%s'σφάλμα στη μορφή των δεδομένωνσφάλμα κατά το άνοιγμα του αρχείουσφάλμα κατα την ανάγνωση κεντρικού καταλόγου στο συμπιεσμένο αρχείοσφάλμα κατά την ανάγνωση τοπικής κεφαλίδας του συμπιεσμένου αρχείουσφάλμα κατά την εγγραφή αρχείου zip '%s': εσφαλμένο crc ή μήκοςΑποτυχία αδειάσματος buffer (flush) του αρχείου '%s'δέκατο-πέμπτοπέμπτοαρχείο '%s', γραμμή %d: το '%s' αγνοήθηκε μετά την επικεφαλίδα του γκρούπ.αρχείο '%s', γραμμή %d: αναμενόταν '=' .αρχείο '%s', γραμμή %d: το κλειδί '%s' βρέθηκε για πρώτη φορά στη γραμμή %d.αρχείο '%s', γραμμή %d: τιμή για αμετάβλητο κλειδί '%s' αγνοήθηκε.αρχείο '%s': απροσδόκητος χαρακτήρας %c στη γραμμή %d.πρώτομέγεθος γραμματοσειράςδέκατο τέταρτοτέταρτοδημιουργία αναλυτικών (verbose) μηνυμάτων καταγραφής (log)εσφαλμένο string χειριστή event, λείπει τελείαμη αποδεκτή τιμή επιστροφής παράθυρου μηνύματοςμη έγκυρο συμπιεσμένο αρχείοπλάγιοαπαλό(light)η γλώσσα '%s' δεν μπορει να οριστείμεσάνυκταδέκατο ένατοένατοκανένα λάθος DDEκανένα λάθοςανώνυμομεσημέριnumτα αντικείμενα δεν μπορούν να έχουν XML κόμβους κειμένουανεπαρκής μνήμησφάλμα ανάγνωσηςανάγνωση ροής zip (εγγραφή %s): εσφαλμένο crc ανάγνωση ροής zip (εγγραφή %s): λανθασμένο μήκοςπρόβλημα επανεισαγωγής (reentrancy problem).δεύτεροσφάλμα εντοπισμούδέκατο-έβδομοέβδομοshiftεμφάνιση αυτού του μηνύματος βοηθείαςδέκατο έκτοέκτοδιευκρινήστε τον τρόπο απεικόνισης που θα χρησιμοποιηθεί (π.χ. 640x480-16)καθορίστε το θέμα που θα χρησιμοποιηθείτο μήκος του αποθκευμένου αρχείου δεν υπάρχει στην κεφαλίδα Zipstrδέκατοη απάντηση στη συναλλαγή ανάγκασε το DDE_FBUSY bit να τεθεί.τρίτοδέκατο τρίτοσήμερααύριοδωδέκατοεικοστόυπογεγραμμένοαπροσδόκητο " στη θέση %d στο '%s'.άγνωστοάγνωστη κλάση %sάνωστο λάθοςάνωστο λάθος (κωδικός λάθους %08x)άγνωστη αφετηρία(origin) αναζήτησης(seek)άγνωστο-%dαπροσδιόριστοαπροσδιόριστο%dμη υποστηριζόμενη μέθοδος συμπίεσης Zipχρήση καταλόγου '%s' από '%s'σφάλμα εγγραφήςτο wxGetTimeOfDay απέτυχε.Η βιλιοθήκη wxWidgets δεν μπορεί να ανοίξει την απεικόνιση για το '%s': έξοδος...Η βιλιοθήκη wxWidgets δεν μπορεί να ανοίξει την απεικόνιση. 'Εξοδος...χθεςσφάλμα zlib %dwxmaxima-Version-18.02.0/locales/wxwin/es.mo000066400000000000000000002463641324204105000207100ustar00rootroot00000000000000lQ>TTTTT!T@T`T|TTTT T TTT UU 'U'2U&ZU$U U UUUUUUUUUUV VVV!V'V /V=VFVOVUV[VbVjVoVuVzVV VVVVVV V V VV V VVVVW WWW%W;WAWGW OWZW`W gWqWuW~WWWW4W$W!X5X*MX/xX:XX X>X5Y7Y :Y EY PYqYYYYYYYY#Y/Y!Z4ZIZLZ6PZZZZZZZ[[%[4;[.p[[ [ [[[[[[6\H\:^\\#\ \\\ ]']F]`]!]"]]-]1 ^(>^g^|^+^^^^^^^_3_M_g_0___)_`*`(C`l``#` `;`a),aVauaaaa%a#b"(b*Kb(vb&b%b%b5cHc"ec?ccc1c 0dQdkd!dd,d%d(d/(eXe-te3ee e-f=fSfrff%fff g!g?g)Vggg#g!ghh)9h&ch"hhhhhh i i%i,i#Ci$gii i ii(ii)ijj 7jEj(Njwjj$j j(jk!kw=kjk! lBl!\l~ll(lll. m';mCcm#mm(m n9%n_nxn6nnnnnoo1o,Io1vo0o%o%o%p ?pJp[p kpwpp~pq",qOqmqqQqqvr+r rrrrrr rr&s /s=sCsJscss%s ssst t07tht$t$t'tJt,Bu$ou"uu4uv$v@v_v-~v"v"v9v$,w0Qww"ww&w"x8*xcx%|x(xGx/yACy.yyy2y)&zPzGhzEzGz>{Z{%x{!{#{#{3|"<|_|${|T||'}'7}_}"w}-}!}.}$~>~ Y~z~~#~"~-~',"T'w5&-/J+z&,̀2--&[&+ǁ(!)>h3-$&)K!u =΃4 A Ze  /˄ /5'Mu Å΅#!#'2K8~ %ʆ &*9 d'̇  2R[`os" ׈'9Yq)$ ։72/)b$j%n+%/#(8a={(#66U#1ԍ !+2 9CVh}0 423#f)Џ 1|+ 3 &  )83l" ƑΑ ӑ ?Q/ % %1Wr'{Ӕ&ڔ "!% GQd+}0Ǖ  *H[x#ʖ   *5 ; F0Q4% ݗ":1] <EU ^l r  ͙ۙ !1 BM V`o ֚/ܚ !36j#"4";D^ -ǜ # 0<D^eNl ̝؝ < Wc~ )#͞?:C[sŸ+ȟ -65d+%Ơ)2:FC6 ;$D_zâ ̢֢,0zG(£0]oz !1%B.h0Mu\æP @qY# 0CBTب;ܨA)*k%֩*$ E.N}$'Ԫ$'9aw+Ы(-FZn+- ! $. BOm) =ɭ(%N ny  ĮϮ ߮  $"=#`$įܯ '2Po"°۰"&2)Y-D/* 3 =J;R:Y0u=;> ;_5Ѵh~9?,y.p-!ͷ  %+A!`)>ø#/&0V-Թ*(2#[8''"+ B c !$ǻ'##5Y^cw  /#</[  4ý!89S. ¾ ̾׾޾+(1 Mn&ֿ ߿ " : HS&[)   -A$ZC    $&KS d r  " 5AI'`3*  n ;Z c mw 904" W er{   '/8=D K Vcy}    ,"8[ci r | %=*.)Y),0" *=6tv y $!"*2MB6L`f m>6$7Nch1G\)p !)7.a#:>*.Yn:2I`0x'5."*Q@|.-;VNl-5,&L(s &142K7~;<7/:g?,3MC!*B9!9[$15<+)hE1: QE6>/ =$Y%~$*',I0g"8'/,L)y&"I?7:w  '5=+[/ / ?& f$p 2* 4<T%%}i5!&?f'.!<9YT5.2MC"*I.x#E =O;:27 NYu P`c3rR2  ,2EU-l,8 Wx#5'!'I*qN6#"&F'mI!(** U-v,*D&A6h,%3Bv$'@;IZ6 %8"#[QJO4#*'()$)N2x#0v+5*,6W-02 "> a'(==1'o.F* +82d5(,-#;Q>)4*+=V-:5'37[! +*<--j >=Pp)  1&&<M ,$)D _i#}!.<E/u{, /%5[*y"< S]dvz-)*'=$e6+'%;M:1 03#dh-/ 'O 2w    &  = ,\ + " C C $`   A      # . F ] r   6   I SL ; 6 )3];n~ ):4o,  H1 8Ccu{  #/ !B<>:1:l8F*<g|5 '/>$n5 #"7W(t!&& '9KSd+u/)""'$J/o0s &!4Ob}   , 7CVo~#; %<E%#Iex&S 8$]x +S ^t|  $W* &< "c  - 1  J! Y!$f!!!#!%! """* "K"i"1"M"5 #5?#:u####V#85$#n$6$$"$$%,%K%k%% %%*%+%%)&,&S&a:''''''''&'(N(3m((SC)e)t)Yr*s*C@+++^+%,.,&A,h,Bo,,K,O-d-y-,~--.-2-,.1<.n..%.(..% /(//X/n//./(//300I0 z000>01/#1%S1y111111113242:2BB22(2222 3 363 N3Y3 i3 t3333"3#3"414L4d4}44 4444"545J5%c5+55'5-56*6La66366667B 7N7978(788`8B8E8E"9Fh99G:_:c:8+;&d;;6h<2<.< =2=B=J=R="Z=.}=8=!==>PE>5>;>=?.F?Hu?,?!?: @>H@7@V@9A<PA2AA+A1 B,>B3kB:B4BC-C+ACmCrCxCC(C CCCC7D9DSD+lD/DBD E+E BEPECWE'EQEAF1WFFF FF$F<FG$!G-FGtGGGG!G*G G GH H H ,H7H@H.DHsHHH/H5HII"I2IAIIIOI mIzI,II=IJ JEJWJ_JnJJJ JJ J J'J JJJ K/KOKnK }K K)KKKK LL#,LPL9pL/LLLLz]J@?oxzwr_R/Fs2gYk+qyyGqewIfj5)Mr_c3KK(S sSl[;,oV6[f#!49T`~5hJS gp/:rRWA60|+a[/0&kawG-'DZXzOO+96xT$ 7'w^ M=n;{P3Tl>8 Si B@qnE1_I U>Wfd8|[u-=2mt>.H"::=<*6fn Rlo:CN?Q%]&sR Nce3\Jt2O`()2,^!n;D#5yE}eM,-Y\1zl* d$.1G7iDu'Pav H1/?c.vju ;4A(BiXAL%9`4 W^N&Y\^NhUmE"FV - k E\V{'o94p|7?>VCj vg)I0c)gjdWH #e~"P,!BL{.mhMtbQDpr%p_ 3Z *b *P<UIH}$bF]u <v=J$t+AZF| Q{LUkT~d<}~0OmCCQ7"Yx!@]}#% ia(&Z`BLX5X8KbGhy@sqKx8 (error %ld: %s) - Preview#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in#define %s must be an integer.%i of %i%ld bytes%s (or %s)%s Error%s Information%s Warning%s files (%s)|%s%s message%s not a bitmap resource specification.%s not an icon resource specification.%s: ill-formed resource file syntax.&About...&Actual Size&Apply&Arrange Icons&Back&Bold&Cancel&Cascade&Clear&Close&Copy&Delete&Details&Down&File&Find&Finish&Font family:&Forward&Goto...&Help&Home&Index&Italic&Log&Move&New&Next&Next >&Next Tip&No&OK&Open&Open...&Paste&Point size:&Preferences&Previous&Print&Print...&Properties&Quit&Redo&Redo &Replace&Restore&Save&Save...&Show tips at startup&Size&Stop&Style:&Underline&Undo&Undo &Unindent&Up&Weight:&Window&Yes'%s' has extra '..', ignored.'%s' is invalid'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.(Help)(bookmarks), expected static, #include or #define while parsing resource....10 x 14 in11 x 17 in6 3/4 Envelope, 3 5/8 x 6 1/2 in: file does not exist!: unknown charset: unknown encoding< &Back<<
    Bold italic face.
    bold italic underlined
    Bold face. Italic face. >>>>|A non empty collection must consist of 'element' nodesA3 sheet, 297 x 420 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 sheet, 148 x 210 mmABCDEFGabcdefg12345ASCIIAddAdd current page to bookmarksAdd to custom coloursAddToPropertyCollection called on a generic accessorAddToPropertyCollection called w/o valid adderAdding book %sAlign LeftAlign RightAllAll files (%s)|%sAll files (*)|*All files (*.*)|*All files (*.*)|*.*Already Registered Object passed to SetObjectClassInfoAlready dialling ISP.Append log to file '%s' (choosing [No] will overwrite it)?Arabic (ISO-8859-6)Archive doesnt contain #SYSTEM fileAttributesB4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)Bitmap resource specification %s not found.BoldBottom margin (mm):C sheet, 17 x 22 inC&learC&olour:C3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCHM handler currently supports only local files!Can not create mutex.Can not enumerate files '%s'Can not enumerate files in directory '%s'Can not resume thread %luCan not resume thread %xCan not start thread: error writing TLS.Can not suspend thread %luCan not suspend thread %xCan not wait for thread terminationCan't &Undo Can't check image format of file '%s': file does not exist.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't export value of unsupported type %d.Can't find current position in file '%s'Can't get info about registry key '%s'Can't initialize zlib deflate stream.Can't initialize zlib inflate stream.Can't load image from file '%s': file does not exist.Can't open registry key '%s'Can't read from inflate stream: %sCan't read inflate stream: unexpected EOF in underlying stream.Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot convert dialog units: dialog unknown.Cannot convert from the charset '%s'!Cannot find active dialup connection: %sCannot find container for unknown control '%s'.Cannot find font node '%s'.Cannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot initialize SciTech MGL!Cannot initialize display.Cannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open URL '%s'Cannot open contents file: %sCannot open file '%s'.Cannot open file for PostScript printing!Cannot open index file: %sCannot parse Plural-Forms:'%s'Cannot parse coordinates from '%s'.Cannot parse dimension from '%s'.Cannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLSCant create the thread event queueCase sensitiveCeltic (ISO-8859-14)CenteredCentral European (ISO-8859-2)Choose ISP to dialChoose colourChoose fontCl&oseClear the log contentsClick to cancel the font selection.Click to confirm the font selection.CloseClose Alt-F4Close AllClose this windowCompressed HTML Help file (*.chm)|*.chm|ComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copied to clipboard:"%s"Copies:Could not create temporary file '%s'Could not extract %s into %s: %sCould not find resource include file %s.Could not find tab for idCould not locate file '%s'.Could not resolve control class or id '%s'. Use (non-zero) integer instead or provide #define (see manual for caveats)Could not resolve menu id '%s'. Use (non-zero) integer instead or provide #define (see manual for caveats)Could not start document preview.Could not start printing.Could not transfer data to windowCould not unlock mutexCouldn't acquire a mutex lockCouldn't add an image to the image list.Couldn't create a timerCouldn't create cursor.Couldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't load sound data from '%s'.Couldn't open audio: %sCouldn't register clipboard format '%s'.Couldn't release a mutexCouldn't retrieve information about list control item %d.Couldn't save PNG image.Couldn't terminate threadCreate Parameter not found in declared RTTI ParametersCreate directoryCreate new directoryCu&tCurrent directory:Cyrillic (ISO-8859-5)D sheet, 22 x 34 inDDE poke request failedDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmDecorativeDefault encodingDefault printerDelete itemDeleted stale lock file '%s'.DesktopDial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...Directory '%s' couldn't be createdDirectory '%s' doesn't exist!Directory does not existDirectory doesn't exist.Display all index items that contain given substring. Search is case insensitive.Display options dialogDo you want to overwrite the command used to %s files with extension "%s" ? Current value is %s, New value is %s %1Do you want to save changes to document %s?Don't SaveDoneDone.Doubly used id : %dDownE sheet, 34 x 44 inEdit itemElapsed time : Enter a page number between %d and %d:Entries foundErrorError Error creating directoryError in reading image DIB .Error reading config options.Error saving user configuration data.Error while waiting on semaphoreError: Esperanto (ISO-8859-3)Estimated time : Execution of command '%s' failedExecution of command '%s' failed with error: %ulExecutive, 7 1/4 x 10 1/2 inExpected '*' while parsing resource.Expected '=' while parsing resource.Expected 'char' while parsing resource.Exporting registry key: file "%s" already exists and won't be overwritten.Extended Unix Codepage for Japanese (EUC-JP)Extraction of '%s' into '%s' failed.Failed to %s dialup connection: %sFailed to access lock file.Failed to allocated %luKb of memory for bitmap data.Failed to change video modeFailed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to copy the registry subkey '%s' to '%s'.Failed to create DDE stringFailed to create MDI parent frame.Failed to create a status bar.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create cursor.Failed to create directory %s/.gnome.Failed to create directory %s/mime-info.Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to enumerate video modesFailed to establish an advise loop with DDE serverFailed to establish dialup connection: %sFailed to execute '%s' Failed to find XBM resource %s. Forgot to use wxResourceLoadBitmapData?Failed to find XBM resource %s. Forgot to use wxResourceLoadIconData?Failed to find XPM resource %s. Forgot to use wxResourceLoadBitmapData?Failed to get ISP names: %sFailed to get clipboard data.Failed to get data from the clipboardFailed to get stack backtrace: %sFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to inspect the lock file '%s'Failed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load image %d from file '%s'.Failed to load metafile from file "%s".Failed to load mpr.dll.Failed to load shared library '%s'Failed to load shared library '%s' Error '%s'Failed to lock the lock file '%s'Failed to match '%s' in regular expression: %sFailed to modify file times for '%s'Failed to open '%s' for %sFailed to open CHM archive '%s'.Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to register OpenGL window class.Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve file times for '%s'Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to save the bitmap image to file "%s".Failed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set permissions on lock file '%s'Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to update user configuration file.Failed to write to lock file '%s'Fatal errorFatal error: FileFile %s does not exist.File '%s' already exists, do you really want to overwrite it?File '%s' already exists. Do you want to replace it?File couldn't be loaded.File errorFile name exists already.Files (%s)FindFixed font:Fixed size face.
    bold italic Folio, 8 1/2 x 13 inFont size:Fork failedForward hrefs are not supportedFound Found %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGeneric PostScriptGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inGetProperty called w/o valid getterGetPropertyCollection called on a generic accessorGetPropertyCollection called w/o valid collection getterGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGoto PageGreek (ISO-8859-7)Gzip not supported by this version of zlibHTML Help Project (*.hhp)|*.hhp|HTML anchor %s does not exist.HTML files (*.html;*.htm)|*.html;*.htm|Hebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp TopicsHelp books (*.htb)|*.htb|Help books (*.zip)|*.zip|Help: %sHomeHome directoryI64ICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!Icon resource specification %s not found.Ignoring value "%s" of the key "%s".Ill-formed resource file syntax.Illegal Object Class (Non-wxEvtHandler) as Event SourceIllegal Parameter Count for ConstructObject MethodIllegal Parameter Count for Create MethodIllegal directory name.Illegal file specification.Image and mask have different sizes.Image file is not of type %d.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'IndentIndexIndian (ISO-8859-12)Internal error, illegal wxCustomTypeInfoInvalid TIFF image index.Invalid XRC resource '%s': doesn't have root node 'resource'.Invalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid or Null Object ID passed to GetObjectClassInfoInvalid or Null Object ID passed to HasObjectClassInfoInvalid regular expression '%s': %sItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.JustifiedKOI8-RKOI8-ULandscapeLedger, 17 x 11 inLeft margin (mm):Legal, 8 1/2 x 14 inLetter Small, 8 1/2 x 11 inLetter, 8 1/2 x 11 inLightLink contained '//', converted to absolute link.Load %s fileLoading : Loading Grey Ascii PNM image is not yet implemented.Loading Grey Raw PNM image is not yet implemented.Lock file '%s' has incorrect owner.Lock file '%s' has incorrect permissions.Log saved to the file '%s'.Long Conversions not supportedMDI childMP Thread Support is not available on this SystemMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMailcap file %s, line %d: incomplete entry ignored.Match caseMemory VFS already contains file '%s'!MenuMetal themeMi&nimizeMime.types file %s, line %d: unterminated quoted string.Mode %ix%i-%i not available.ModernModifiedMonarch Envelope, 3 7/8 x 7 1/2 inMove downMove upNameNew directoryNew itemNewNameNextNext pageNoNo XBM facility available!No XPM icon facility available!No entries found.No font for displaying text in encoding '%s' found, but an alternative encoding '%s' is available. Do you want to use this encoding (otherwise you will have to choose another one)?No font for displaying text in encoding '%s' found. Would you like to select a font to be used for this encoding (otherwise the text in this encoding will not be shown correctly)?No handler found for XML node '%s', class '%s'!No handler found for image type.No image handler for type %d defined.No image handler for type %s defined.No matching page found yetNo soundNo unused colour in image being masked.No unused colour in image.Nordic (ISO-8859-10)NormalNormal face
    and underlined. Normal font:Note, 8 1/2 x 11 inOKObjects must have an id attributeOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value, '=' expected.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationPCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.Page %dPage %d of %dPage SetupPage setupPagesPaper SizePaper sizePassing a already registered object to SetObjectPassing a already registered object to SetObjectNamePassing an unkown object to GetObjectPermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose the page to display:Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please wait while printing PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint previe&wPrint previewPrint spoolingPrint this pagePrint to FilePrinterPrinter command:Printer optionsPrinter options:Printer...Printer:Printing Printing ErrorPrinting page %d...Printing...Program aborted.Quarto, 215 x 275 mmQuestionRead error on file '%s'ReadyReferenced object node with ref="%s" not found!RefreshRegistry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.Relevant entries:Remaining time : RemoveRemove current page from bookmarksRenderer "%s" has incompatible version %d.%d and couldn't be loaded.Rep&laceReplace &allReplace with:Resource files must have same version number!Revert to SavedRight margin (mm):RomanSaveSave %s fileSave &As...Save asSave log contents to fileScriptSearchSearch contents of help book(s) for all occurences of the text you typed aboveSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Seek error on file '%s' (large files not supported by stdio)Select &AllSelect a document templateSelect a document viewSelect a fileSeparator expected after the option '%s'.SetProperty called w/o valid setterSetup...Several active dialup connections found, choosing one randomly.Show allShow all items in indexShow hidden directoriesShow hidden filesShow/hide navigation panelShows the font preview.SizeSkipSlantSorry, could not open this file for saving.Sorry, could not open this file.Sorry, could not save this file.Sorry, not enough memory to create a preview.Sorry, print preview needs a printer to be installed.Sorry, the format for this file is unknown.Sound data are in unsupported format.Sound file '%s' is in unsupported format.Statement, 5 1/2 x 8 1/2 inStatus:Status: Streaming delegates for not already streamed objects not yet supportedString To Colour : Incorrect colour specification : %sString conversions not supportedSubclass '%s' not found for resource '%s', not subclassing!SwissTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.Tabloid, 11 x 17 inTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The FTP server doesn't support the PORT command.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The directory '%s' does not exist Create it now?The file '%s' couldn't be opened. It has been removed from the most recently used files list.The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The font colour.The font family.The font point size.The font style.The font weight.The path '%s' contains too many ".."!The required parameter '%s' was not specified.The text couldn't be saved.The value for the option '%s' must be specified.The version of remote access service (RAS) installed on this machine is tooold, please upgrade (the following required function is missing: %s).There was a problem during page setup: you may need to set a default printer.This system doesn't support date picker control, please upgrade your version of comctl32.dllThread module initialization failed: can not store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTimeout while waiting for FTP server to connect, try passive mode.Timer creation failed.Tip of the DayTips not available, sorry!To:Too many colours in PNG, the image may be slightly blurred.Top margin (mm):Trying to remove file '%s' from memory VFS, but it is not loaded!Trying to solve a NULL hostname: giving upTurkish (ISO-8859-9)TypeType must have enum - long conversionUS Std Fanfold, 14 7/8 x 11 inUnable to open requested HTML document: %sUnable to play sound asynchronously.UndeleteUnexpected end of file while parsing resource.Unexpected parameter '%s'Unicode 16 bit (UTF-16)Unicode 16 bit Big Endian (UTF-16BE)Unicode 16 bit Little Endian (UTF-16LE)Unicode 32 bit (UTF-32)Unicode 32 bit Big Endian (UTF-32BE)Unicode 32 bit Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Unknown DDE error %08xUnknown Object passed to GetObjectClassInfoUnknown dynamic library errorUnknown encoding (%d)Unknown field in file %s, line %d: '%s'.Unknown long option '%s'Unknown option '%s'Unknown style flag Unkown Property %sUnmatched '{' in an entry for mime type %s.Unnamed commandUnrecognized style %s while parsing resource.Unsupported clipboard format.Unsupported theme '%s'.UpUsage: %sValidation conflictVideo OutputView files as a detailed viewView files as a list viewViewsWaiting for subprocess termination failedWarningWarning: Warning: attempt to remove HTML tag handler from empty stack.Western European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whether the font is underlined.Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows 2000 (build %luWindows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chinese Traditional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932)Windows Korean (CP 949)Windows MEWindows NT %lu.%lu (build %luWindows Server 2003 (build %luWindows Turkish (CP 1254)Windows Western European (CP 1252)Windows XP (build %luWindows/DOS OEM (CP 437)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XPM: malformed colour definition '%s'!XRC resource '%s' (class '%s') not found!XRC resource: Cannot create bitmap from '%s'.XRC resource: Incorrect colour specification '%s' for property '%s'.YesYou cannot add a new directory to this section.Zoom &InZoom &OutZoom to &Fit[EMPTY]a DDEML application has created a prolonged race condition.a DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a parameter failed to be validated by the DDEML.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request for a synchronous poke transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan application initialized as APPCLASS_MONITOR has attempted to perform a DDE transaction, or an application initialized as APPCMD_CLIENTONLY has attempted to perform server transactions.an internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.assuming this is a multi-part zip concatenatedattempt to change immutable key '%s' ignored.bad arguments to library functionbad signaturebad zipfile offset to entrybinaryboldbold can't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't find central directory in zipcan't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't query for GUI plugins name in console applicationscan't re-initialize zlib deflate streamcan't re-initialize zlib inflate streamcan't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't seek on file descriptor %dcan't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.catalog file for domain '%s' not found.checksum errorcompression errorconversion to 8-bit encoding failedctrldatedecompression errordefaultdelegate has no type infoeighteentheightheleventhencoding %sentry '%s' appears more than once in group '%s'error in data formaterror opening fileerror reading zip central directoryerror reading zip local headererror writing zip entry '%s': bad crc or lengthestablishfailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.firstfont sizefourteenthfourthgenerate verbose log messagesincorrect event handler string, missing dotinitiateinvalid eof() return value.invalid message box return valueinvalid zip fileitaliclightlight locale '%s' can not be set.looking for catalog '%s' in path '%s'.midnightnineteenthninthno DDE error.no errornonamenoonnumobjects cannot have XML Text Nodesout of memoryread errorreadingreading zip stream (entry %s): bad crcreading zip stream (entry %s): bad lengthreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestored file length not in Zip headerstrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtiff module: %stodaytomorrowtwelfthtwentiethunderlinedunderlined unexpected " at position %d in '%s'.unknownunknown class %sunknown errorunknown error (error code %08x).unknown line terminatorunknown seek originunknown-%dunnamedunnamed%dunsupported Zip compression methodunsupported zip archiveusing catalog '%s' from '%s'.write errorwritingwxGetTimeOfDay failed.wxSocket: invalid signature in ReadMsg.wxSocket: unknown event!.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.yesterdayzlib error %d|<<Project-Id-Version: wxWidgets 2.5.4 POT-Creation-Date: 2005-04-11 22:24+0200 PO-Revision-Date: 2005-02-19 18:06+0100 Last-Translator: Francisco Vila Language-Team: wxWidgets translators MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Report-Msgid-Bugs-To: (error %ld: %s) - PrevisualizacinSobre #10, 4 1/8 x 9 1/2 inSobre #11, 4 1/2 x 10 3/8 inSobre #12, 4 3/4 x 11 inSobre #14, 5 x 11 1/2 inSobre #9, 3 7/8 x 8 7/8 in#define %s debe ser un entero.%i de %i%ld bytes%s (o %s)%s Error%s Informacin%s Avisoficheros %s (%s)|%s%s mensaje%s no es un recurso con especificaciones de mapa de bits.%s no es una especificacin de recurso de icono.%s: mal formacin de la sintaxis del fichero fuente.&Acerca de...Tamao re&al&Aplicar&Organizar iconos&Atrs&Netrita&Cancelar&Cascada&Limpiar&Cerrar&Copiar&Borrar&DetallesA&bajo&Archivo&Buscar&Finalizar&Fuente:AdelanteIr a...&Ayuda&Iniciond&iceCurs&iva&Log&Mover&Nuevo&Siguiente&Siguiente >&Siguiente Sugerencia&No&AceptarA&brir...A&brir...&PegarTamao en &puntos:&Preferencias&AnteriorIm&primirIm&primir...&Propiedades&Salir&Rehacer&Rehacer &Sustituir&Restaurar&Guardar...&Guardar...%Mostrar las sugerencias al inicio&TamaoPararE&stilo:Subrayada&Deshacer&Deshacer Reducir margenArribaPeso&Ventana&S'%s' tiene '..' adicional, se ignora.'%s' es invlido'%s' no es un valor numrico correcto para el parmetro '%s'.'%s' no es un catlogo de mensajes vlido.'%s' es probablemente un fichero binario.'%s debe ser numrico.'%s' debe contener slo caracteres ASCII.'%s' debe contener slo caracteres de texto.'%s debe contener slo caracteres alfanumricos.(Ayuda)(favoritos), se esperaba static, #include o #define al analizar recurso....10 x 14 in11 x 17 inSobre 6 3/4, 3 5/8 x 6 1/2 in: el fichero no existe!: conjunto de caracteres desconocido: codificacin desconocida< &Atrs<<
    Negrita cursiva.
    negrita cursiva subrayada
    Negrita. Cursiva. >>>>|Una coleccin no vaca debe consistir en nodos del tipo 'elemento'Hoja A3, 297 x 420 mmHoja A4, 210 x 297 mmHoja Pequea A4, 210 x 297 mmHoja A5, 148 x 210 mmABCDEFGabcdefg12345ASCIIAadirAadir pgina actual a favoritosAadir a colores personalizadosSe llam a AddToPropertyCollection sobre un accedente genricoSe llam a AddToPropertyCollection sin aadidor vlidoAadiendo libro %sAlinear a la izquierdaAlinear a la derechaTodoTodos los ficheros (%s)|%sTodos los ficheros (*)|*Todos los ficheros (*.*)|*Todos los ficheros (*.*)|*Se pas Objeto Ya Registrado a SetObjectClassInfoLlamando al ISPAadir el log al fichero '%s' (elegir [No] sobreescribir el fichero)?Arabic (ISO-8859-6)El paquete no contiene un archivo #SYSTEMAtributosSobre B4, 250 x 353 mmHoja B4, 250 x 354 mmSobre B5, 176 x 250 mmHoja B5, 182 x 257 mmSobre B6, 176 x 125 mmBMP: No se pudo reservar memoria.BMP: No se pudo guardar imagen no vlida.BMP: No se pudo escribir el mapa de color RGB.BMP: No se pudieron escribir datos.BMP: No se pudo escribir la cabecera (Bitmap) del fichero.BMP: No se pudo escribir la cabecera (BitmapInfo) del fichero.BMP: wxImage no tiene su propia wxPalette.Baltic (ISO-8859-13)Baltic (old) (ISO-8859-4)Fuente de especificacin de mapa de bits %s no encontrada.GruesaMargen inferior (mm):Hoja C, 17 x 22 in&LimpiarC&olor:Sobre C3, 324 x 458 mmSobre C4, 229 x 324 mmSobre C5, 162 x 229 mmSobre C6, 114 x 162 mmSobre C65, 114 x 229 mmEl manejador CHM slo permite ficheros locales!No se puede crear el mutexNo se pueden enumerar los ficheros '%s'No se pueden enumerar los ficheros en directorio '%s'No se puede continuar el hilo de ejecucin %luNo se puede continuar hilo de ejecucin %xNo se puede empezar el hilo de ejecucin: error al escribir TLS.No se puede suspender el hilo de ejecucin %luNo se puede suspender el hilo de ejecucin %xNo se puede esperar a la finalizacin del hilo de ejecucinNo se puede deshacer No se puede comprobar formato de imagen de fichero '%s': el fichero no existe.No se puede cerrar la clave del registro '%s'No se pueden copiar valores del tipo no soportado %d.No se puede crear la clave del registro '%s'No se puede crear el hilo de ejecucinNo se puede crear la ventana de clase %sNo se puede borrar la clave '%s'No se puede borrar el fichero INI '%s'No se puede borrar el valor '%s' de la clave '%s'No se pueden enumerar las subclaves de la clave '%s'No se pueden enumerar los valores de la clave '%s'No se puede exportar el valor del tipo no soportado %d.No se puede encontrar la posicin actual en el fichero '%s'No se pudo obtener informacin de la clave del registro '%s'No se puede inicializar el flujo de compresin de zlib.No se puede inicializar el flujo de descompresin de zlib.No se pudo cargar imagen de fichero '%s': el fichero no existe.No se puede abrir la clave del registro '%s'No se puede leer desde el flujo de descompresin %sImposible leer flujo de descompresin: EOF inesperado en el flujo subyacente.No se puede leer el valor de '%s'No se puede leer el valor de la clave '%s'No se puede guardar imagen en fichero '%s': extensin desconocida.No se pueden guardar los contenidos del log a un fichero.No se puede establecer la prioridad del hilo de ejecucinNo se puede establecer valor de '%s'No se puede escribir en el flujo de compresin %sCancelarNo se pueden convertir unidades: dilogo desconocido.No se puede convertir desde el conjunto de caracteres '%s'!No se puede encontrar conexin activa: %sNo se puede encontrar el contenedor para el control desconocido '%s'.No se puede encontrar nodo de tipo de letra '%s'.No se puede localizar el fichero de libreta de direccionesNo se puede obtener un rango de prioridades para la poltica de planificacin %d.No se puede obtener el nombre de la mquina (hostname)No se puede obtener el nombre oficial de la mquina (hostname)No se puede colgar - no hay conexiones activas.No se puede inicializar OLENo se puede inicialzar SciTech MGL!No se puede inicializar el 'display'.No se puede cargar el icono de '%s'.No puede cargar el fichero de recursos %s.No se puede abrir el documento HTML: %sNo se puede abrir el libro de ayuda HTML: %sNo se puede abrir la URL '%s'No se puede abrir los contenidos del fichero: %sNo se puede abrir el fichero '%s'.No se puede abrir el fichero para impresin PostScript!No se puede abrir el fichero ndice: %sNo se pueden analizar las formas plurales '%s'.No se pueden parsear coordenadas desde '%s'.No se puede parsear dimensin desde '%s'.No se puede imprimir una pgina vaca.No se puede leer tipo desde '%s'!No se puede recuperar la poltica de planificacin de hilos de ejecucin.No se puede empezar el hilo de ejecucin: error escribiendo TLSNo se puede crear la cola de eventos del hilo de ejecucinSensible a May/MinCeltic (ISO-8859-14)CentradoEuropa Central (ISO-8859-2)Elegir ISP al que conectarElegir colorElegir fuente&CerrarBorrar los contenidos del logHaga clic para cancelar seleccin de fuenteHaga clic para confirmar la seleccin de fuenteCerrarCerrar Alt-F4Cerrar TodoCerrar esta ventanaArchivo de ayuda HTML comprimido (*.chm)|*.chm|OrdenadorUn nombre de entrada de configuracn no puede empezar por '%c'.ConfirmarConfirmar actualizacin del registroConectando...ContenidosConversin a juego de caracteres '%s' no funciona.Copiado en el portapapeles:"%s"Copias:No se puedo crear el fichero temporal '%s'No se pudo extraer %s en %s: %sNo puede encontrarse el fichero de inclusin de recursos %s.No se puede encontrar pestaa para idNo se pudo encontrar el fichero '%s'.No se puede resolver la clase de control o el id '%s'. Usar un entero distinto de cero o proporcionar el #define (ver consejos del manual)No se puede resolver el id de menu '%s'. Usar un entero distinto de cero o proporcionar el #define (ver consejos del manual)No puede iniciarse la previsualizacin del documento.No se puede iniciar la impresin.No puede transferir datos a la ventanaNo se pudo desbloquear el mutexNo se pudo adquirir un bloqueo de mutexNo se puede aadir imagen a lista de imagenes.No se puede crear un temporizadorNo se puedo crear el cursor.No se pudo encontrar el smbolo '%s' en la librera dinmicaNo se pudo obtener el puntero al hilo de ejecucin actualNo se pudo cargar imagen PNG - el fichero est corrupto o no hay suficiente memoria.No se pudieron cargar los datos de sonido desde '%s'.No se pudo abrir el dispositivo de sonido '%s'No se puede registrar formato de portapapeles '%s'No se pudo liberar un mutexNo se puede recuperar informacin sobre el elemento %d de la lista.No se puede guardar la imagen PNG.No se puedo finalizar el hilo de ejecucinNo se encontr el parmetro de creacin en los parmetros RTTI declaradosCrear directorioCrear nuevo directorio&CortarDirectorio actual:Cirlico (ISO-8859-14)Hoja D, 22 x 34 inFallo en la peticin de rastreo DDECabecera DIB: La codificacin no coincide con la profundidad de bits.Cabecera DIB: Altura de la imagen > 32767 pixels por fichero.Cabecera DIB: Anchura de imagen > 32767 pixels por fichero.Cabecera DIB: Profundidad de color desconocida en fichero.Cabecera DIB: Codificacin desconocida en fichero.Sobre DL, 110 x 220 mmDecorativeCodificacin predeterminadaImpresora predeterminada&Borrar elementoFichero de bloqueo '%s' borrado.EscritorioLas funciones de marcado no estn disponibles porque los servicios de acceso remoto (RAS) no estn instalados. Por favor instlelos.Sabas que...?No pudo crearse directorio '%s'El directorio '%s' no existe!El directorio no existeEl directorio no existeMostrar todos los elementos del ndice que contengan la subcadena dada. La bsqueda es Insensitiva.Mostrar el dilogo de opcionesQuiere sobreescribir el comando usado en ficheros %s con la extensin "%s"? Valor actual %s, Nuevo valor %s %1Desea guardar los cambios hechos al documento %s?No guardarHechoHecho.Identificador duplicado: %dAbajoHoja E, 34 x 44 inEditar elementoTiempo transcurrido : Introduzca un nmero de pgina entre %d y %d:Documentos encontradosErrorError Error creando directorioError al leer imagen DIB.Error al leer las opciones de configuracin.Error al guardar los datos de configuracin del usuario.Error al escribir en el semforoError: Esperanto (ISO-8859-3)Tiempo estimado : Fall la ejecucin del comando '%s'Fall la ejecucin del comando '%s' con el error: %ulExecutive, 7 1/4 x 10 1/2 inSe esperaba '*' al analizar el recurso.Se esperaba '=' al analizar el recurso.Se esperaba 'char' al analizar el recurso.Exportando clave de registro: archivo "%s" existente que no se sobreescribir.Pgina de Cdigos Unix Extendida para Japons (EUC-JP)Fall la extraccin de '%s' de '%s'Fallo al %s marcado de la conexin: %sFallo al acceder al fichero de bloqueo.No se pudieron reservar %luKb de memoria para los datos del mapa de bits.Error al cambiar el modo de vdeoError al cerrar el manejador del ficheroError al cerrar el fichero de bloqueo '%s'Error al cerrar el portapapeles.Fallo al conectar: faltan usuario/contrasea.Fallo al conectar: no hay ISP al que llamar.Error al copiar el valor '%s' del registroFallo al copiar los contenidos de la clave del registro '%s' a '%s'.Error al copiar el fichero '%s' a '%s'Error al copiar la subclave del registro '%s' en '%s'.Fallo al crear cadena DDEFallo al crear panel MDI padreFallo al crear barra de estado.Fallo al crear un nombre temporal de ficheroFallo al crear canal annimoFallo al crear la conexin al servidor '%s' en '%s'Fallo al crear el cursor.Fallo al crear directorio %s/.gnome.Fallo al crear directorio %s/mime-info.Fallo al crear directorio '%s' (Tiene los permisos necesarios?)Fallo al crear entrada del registro para los ficheros '%s'.Fallo al crear el dilogo estndar de buscar/reemplazar (cdigo error %d)Error al mostrar el documento HTML con codificacin %sFallo al vaciar el portapapeles.Fallo al enumerar los modos de vdeo.Fallo al establecer un lazo de aviso con el servidor DDEFallo al establecer la conexin: %sError al ejecutar '%s' Error al buscar el recurso XPBM %s. Se olvid de usar xwResourceLoadBitmapData?Error al buscar fuente XBM %s. Se olvid de usar wxResourceLoadIconData?Error al buscar el fuente XPM %s. Se olvid de usar wxResourceLoadBitmapData?Error al obtener nombres de ISP: %sError al obtener informacin portapapeles.Error al obtener datos del portapapelesFallo al obtener la traza de la pila: %sError al obtener el sistema horario localError al obtener el directorio de trabajoFallo al inicializar GUI: no se encontraron temas.Fallo al inicializar Ayuda MS HTML.Fallo al inicializar OpenGL.Error al inspeccionar el archivo de bloqueo '%s'Error al sincronizar con un hilo de ejecucin, prdida potencial de memora detectada - por favor reinicie el programaError al matar el proceso %dError al cargar imagen %d del fichero '%s'.Error al cargar el metaarchivo desde el fichero "%s".Error al cargar mpr.dll.No se pudo abrir la librera dinmica '%s'No se pudo abrir la librera dinmica '%s'. Error '%s'Error la bloquear el bloqueo del fichero '%s'Fallo al buscar '%s' en la expresin regular: %sError al modificar las horas del fichero para '%s'Error al abrir '%s' para '%s'Error al abrir el archivo CHM '%s'Error al abrir fichero temporal.Error al abrir el portapapeles.Error al poner datos en el portapapelesError al leer PID de fichero de bloqueo.Error en la redireccin de la entrada/salida del proceso hijoError en la redireccin de la entrada/salida del proceso hijoError al registrar el servidor DDE '%s'Fallo al registrar la clase de ventana OpenGL.Error al recordar la codificacin para el conjunto de caracteres '%s'.Error al quitar el fichero de bloqueo '%s'Error al borrar el fichero de bloqueo '%s'.Fallo al renombrar valor del registro '%s' a '%s'.Error al renombrar la clave del registro '%s' a '%s'.Error al obtener datos del portapapeles.Error al obtener horas del fichero para '%s'Fallo al recuperar el mensaje de error de RASFallo al recuperar los formatos soportados del portapapelesError al guardar la imagen de mapa de bits en el fichero "%s".Fallo al enviar notificacin de aviso DDEError al establecer modo de transferencia FTP a '%s'Error al colocar datos en el portapapeles.Imposible establecer permisos para el fichero de bloqueo '%s'Error al cambiar permisos de fichero temporalError al establecer la prioridad del hilo de ejecucin %d.Error al almacenar la imagen '%s' en VFS de memoria!Error al terminar un hilo de ejecucin.Error al terminar el bucle de aviso con el servidor DDEError al terminar la conexin: %sError al 'tocar' el fichero '%s'Fallo al quitar el bloqueo del fichero '%s'Error al desregistrar el servidor DDE '%s'No puede actualizarse el fichero de configuracin de usuarioError al escribir al bloquear el fichero '%s'Error fatalError fatal: ArchivoEl fichero %s no existe.El fichero '%s' ya existe, realmente quieres sobreescribirlo?El fichero '%s' ya existe. Realmente quiere sobreescribirlo?El fichero no pudo ser cargado.Error de ficheroYa existe un fichero con el mismo nombre.Ficheros (%s)BuscarFuente fija:Monoespaciado.
    negrita cursiva Folio, 8 1/2 x 13 inTamao de fuente:Error en bifurcacin de proceso (fork)Las hiper-referencias del tipo "forward" no estn soportadasEncontrado Encontrada(s) %i coincidenciasDe:GIF: Indice de gif no vlido.GIF: flujo de datos parece haberse truncado.GIF: error en formato de imagen GIF.GIF: memoria insuficiente.GIF: error desconocido!!Tema GTK+PostScript genricaGerman Legal Fanfold, 8 1/2 x 13 inGerman Std Fanfold, 8 1/2 x 12 inSe llam a GetProperty sin un obtenedor vlidoSe llam a GetPropertyCollection sobre un accedente genricoSe llam a GetPropertyCollection sin un obtenedor de coleccin vlidoAtrsAdelanteSubir un nivel en la jerarqua del documentoIr al directorio principalIr al directorio superiorIr a PginaGreek (ISO-8859-7)Gzip no est soportado por esta versin de zlibProyecto de ayuda HTML (*.hhp)|*.hhp|El anclaje HTML %s no existe.Archivos HTML (*.html;*.htm)|*.html;*.htm|Hebrew (ISO-8859-8)AyudaOpciones del Navegador de la AyudaIndice de la AyudaAyuda de ImpresinTemas de ayudaLibros de ayuda (*.htb)|*.htb|Libros de ayuda (*.zip)|*.zip|Ayuda: %sInicioCarpeta de inicioI64ICO: Error al leer mscara DIB.ICO: Error al escribir el fichero de imagen!ICO: Imagen demasiado alta para un icono.ICO: Imagen demasiado ancha para un icono.ICO: Indice de icono no vlido.IFF: el flujo de datos parece truncado.IFF: error en formato de imagen IFF.IFF: memoria insuficiente.IFF: error desconocido!!!Especificacin de recursos de iconos %s no encontrada.Se ignorar el valor "%s" de la clave "%s".Sintaxis incorrecta del fichero fuente.Clase de objeto (Non-wxEvtHandler) como Event Source ilegalNmero ilegal de parmetros para el mtodo ConstructObjectNmero ilegal de parmetros para el mtodo CreateNombre de directorio ilegalEspecificacin de fichero IlegalLa imagen y la mscara tienen tamaos diferentesfichero de imagen no es de tipo %d.Imposible crear control 'rich edit', se usar el control de texto simple. Por favor instale riched32.dllImposible obtener la entrada del proceso hijoImposible obtener permisos para el fichero '%s'Imposible sobreescribir el fichero '%s'Imposible establecer permisos para el fichero '%s'Aumentar margenndiceIndian (ISO-8859-12)Error interno, wxCustomTypeInfo ilegalndice invlido de fichero TIFF.Recurso XRC no vlido '%s': no tiene el nodo raz 'resource'.Especificacin de 'display' no vlida: '%s'.Especificacin de geometra no vlida: '%s'fichero de bloqueo '%s' no vlido.Identificador de objeto pasado a GetObjectClassInfo nulo o invlidoIdentificador de objeto pasado a HasObjectClassInfo nulo o invlidoExpresin regular no vlida '%s': %sItlicaSobre Italy, 110 x 230 mmJPEG: No se pudo cargar - el fichero est probablemente corrupto.JPEG: No pudo guardarse imagen.JustificadoKOI8-RKOI8-UHorizontalLibro Mayor, 17 x 11 inMargen Izquierdo (mm):Legal, 8 1/2 x 14 inSobre Pequeo, 8 1/2 x 11 inSobre, 8 1/2 x 11 inLigeraEl enlace contiene '//', convertido a enlace absoluto.Cargar el fichero %sCargando :Cargar un fichero ascii PNM de escala de grises an no est implementado.Cargar un fichero de imagen PNM 'raw' de escala de grises an no est implementado.El archivo de bloqueo '%s' tiene un propietario incorrecto.El archivo de bloqueo '%s' tiene permisos incorrectos.Log guardado a el fichero '%s'.Las conversiones Long no estn soportadasVentana hija MDIEl soporte para hilos MP no est disponible en este sistemaLa funciones de Ayuda MS HTML no estn disponibles porque la librera de Ayuda MS HTML no est instalada. Por favor instlela.Ma&ximizarFichero Mailcap %s, linea %d: entrada incompleta ignorada.Coincidir may./min.VFS de memoria ya contiene el fichero '%s'!MenTema MetalMi&nimizarTipos Mime del fichero %s, linea %d: cadena entrecomillada no terminada.Modo %ix%i-%i no disponible.ModernModificadoSobre Monarch, 3 7/8 x 7 1/2 inMover hacia abajoSubirNombreCrear directorioElemento nuevoNuevo NombreSiguientePgina siguienteNoNo est disponible el soporte XBM!No est disponible el soporte para iconos XPM!No se han encontrado documentos.No hay un tipo de letra para la codificacin '%s', pero existe una codificacin '%s' alternativa. Le gustara usar esta codificacin (de otra forma deber elegir otra)?No existe un tipo de letra para la codificacin '%s'. Le gustara seleccionar una fuente para usarse con esta codificacin (de otra forma el texto con esta codificacin no se mostrar correctamente)?No se encontr manejador para el nodo XML '%s', clase '%s'!No se ha encontrado ningn manipulador para el tipo de imagen.No hay definido ningn manipulador de imagen para tipo %d.No hay definido ningn manipulador de imagen para tipo %s.Todava no se ha encontrado una pgina con coincidenciasNo hay ningn sonidoNo hay ningn color sin utilizar en la imagen que se est enmascarandoNo hay ningn color sin usar en la imagen.Nordic (ISO-8859-10)NormalNnormal
    y subrayado. Fuente normal:Nota, 8 1/2 x 11 inAceptarLos objetos deben tener un atributo de identificacinAbrir archivoAbrir documento HTMLOperacin no permitidaEl parmetro '%s' necesita un valor, falta '='.El parmetro '%s' necesita un valor.El parmetro '%s': '%s' no puede convertirse a fecha.OpcionesOrientacinPCX: no pudo reservarse memoriaPCX: formato de imagen no soportadoPCX: imagen invlidaPCX: esto no es un fichero PCX.PCX: error desconocido!!!PCX: nmero de versin demasiado antiguaPNM: No se pudo reservar memoria.PNM: Formato de fichero no reconocido.PNM: El fichero parece estar truncado.Pgina %dPgina %d de %dConfigurar PginaConfigurar pginaPginasTamao del PapelTamao del papelPaso de un objeto ya registrado a SetObjectPaso de un objeto ya registrado a SetObjectNamePaso de un objeto desconocido a GetObjectPermisosError en la creacin de la tuberaPor favor elija una fuente vlida.Por favor elige un fichero existentePor favor elija la pgina que quiere presentar:Por favor elija el ISP al que se quiere conectarPor favor instale una versin ms nueva de comctl32.dll (se necesita al menos la versin 4.70 pero Ud. tiene %d.%02d) o este programa no funcionar correctamente.Imprimiendo. Por favor espere VerticalFichero PostScriptPrevisualizacin:Pgina anteriorImprimirPrevisualizacin de la impresinError en previsualizacin de impresinRango de ImpresinConfiguracin de ImpresinImpresin en color&Vista previa de impresinVista previa de impresinCola de ImpresinImprimir esta pginaImprimir a FicheroImpresoraComando de impresin: Opciones de impresinOpciones de impresora:Impresora...Impresora:ImprimiendoError de impresinImprimiendo pgina %d...Imprimiendo...Programa abortado.Quarto, 215 x 275 mmPreguntaError de lectura en el fichero '%s'ListoNo se ha encontrado objeto nodo referenciado con ref="%s"!RefrescarLa clave del registro '%s' ya existe.La clave del registro '%s' no existe, no se puede renombrar.La clave del registro '%s' se necesita para el funcionamiento normal del sistema, si se borra puede dejar es sistema en un estado inestable: operacin abortada.La clave del registro '%s' ya existe.Documentos significantivos:Tiempo restante : QuitarEliminar la pgina actual de favoritosEl renderizador "%s" tiene una versin %d.%d incompatible y no se ha podido cargar.&SustituirSustituir &todoSustituir por:Los ficheros de recursos deben ser de la misma versin!Recuperar versin guardadaMargen derecho (mm):Roman&GuardarGuardar el fichero %sGuardar &como...Guardar comoGuardar los contenidos del log a un ficheroScriptBuscarBuscar contenidos en libro(s) de ayuda para todas las ocurrencias del texto escritoDireccin de bsquedaBuscar:Buscar en todos los librosBuscando...SeccionesError de bsqueda en el fichero '%s'Error de acceso en el archivo '%s' (los archivos grandes no estn soportados por stdio)Seleccionar &TodoSeleccionar una plantilla de documentoSeleccionar una vista de documentoSeleccionar un ficheroSe esperaba separador despus de opcin '%s'.Se llam a SetProperty sin un establecedor vlidoConfiguracin...Se han encontrado varias conexiones activas, eligiendo una aleatoriamente.Mostrar todoMostrar todos los datos en el ndiceMostrar directorios ocultosMostrar ficheros ocultosMostrar/Ocultar panel de navegacinMuestra la vista previa de la fuente.TamaoSaltarCursivaNo pudo abrirse este fichero para guardar.No pudo abrirse este fichero.No pudo guardarse este fichero.Memoria insuficiente para crear previsualizacin.Disculpe, la impresin de vista previa requiere que se instale una impresora.Lo sentimos, el formato de este archivo se desconoce.Los datos de sonido estn en un formato no soportado.El archivo de sonido '%s' est en un formato no soportado.Statement, 5 1/2 x 8 1/2 inEstado: Estado: An no estn soportados los delegados de flujo para los objetos que no son ya de flujoCadena a Color: Especificacin de color '%s' incorrecta.Conersiones de cadena no soportadasNo se encontr la subclase '%s' para el recurso '%s'!SwissTIFF: No se pudo reservar memoria.TIFF: Error al cargar imagen.TIFF: Error al leer imagen.TIFF: Error al guardar imagen.TIFF: Error al escribir imagen.Tabloide, 11 x 17 inTeletypePlantillasThai (ISO-8859-11)El servidor FTP no soporta el modo pasivo.El servidor FTP no soporta el comando PORT.El conjunto de caracteres '%s' es desconocido. Puede seleccionar otro conjunto para reemplazarlo o elegir [Cancelar] si no puede ser reemplazadoEl formato %d del portapapeles no existe.El directorio '%s' no existe Crearlo ahora?El fichero '%s' no pudo abrirse. Ha sido borrado de la lista de archivos recientes.El fichero '%s' no existe y no pudo abrirse. Tambin ha sido borrado de la lista MRU de ficheros.El color de fuente.El tipo de letra.Tamao en puntos:El estilo de fuente.El peso de la fuente.La ruta '%s' contiene demasiados ".."!El parmetro '%s' no fue especificado.El texto no pudo ser guardado.El valor para el parmetro '%s' debe especificarse.La versin del servicio de acceso remoto (RAS) instalada en esta mquina es demasiado vieja, por favor actualcela (la siguiente funcin no est disponible: %s).Hubo un problema al configurar la pgina: se necesita una impresora predeterminada.El sistema no soporta el control de seleccin de fecha, srvase actualizar la versin de comctl32.dllError en la inicializacin del mdulo de hilos de ejecucin: no se pudo almacenar valor en el almacen local de hilosError en la inicializacin del mdulo de hilos de ejecucin: error al crear clave de hiloError en la inicializacin del mdulo de hilos de ejecucin: imposible reservar ndice en el almacen local de hilosLa configuracin de la prioridad del hilo de ejecucin es ignorada.Mosaic &HorizontalMosaico &VerticalTiempo de espera de la conexin del servidor FTP excedido, pruebe a establecer el modo pasivo.Error en la creacin del temporizadorSugerencia del DaSugerencias no disponibles, qu pena!Hasta:Demasiados colores en el PNG, la imagen podra estar algo borrosa.Margen superior (mm):Intentando borrar el fichero '%s' de VFS de memoria, pero no est cargado!Intentando resolver un nombre de mquina (hostname) nulo: imposible de resolverTurkish (ISO-8859-9)TipoEl tipo debe tener conversin de enum a longUS Std Fanfold, 14 7/8 x 11 inIncapaz de abrir el docuemento HTML pedido: %sImposible reproducir el sonido de forma asncrona.Deshacer borrarFin de fichero inesperado al analizar el recurso.Parmetro '%s' inesperadoUnicode 16 bits (UTF-16)Unicode 16 bits Big Endian (UTF-16BE)Unicode 16 bits Little Endian (UTF-16LE)Unicode 32 bits (UTF-32)Unicode 32 bits Big Endian (UTF-32BE)Unicode 32 bits Little Endian (UTF-32LE)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)Error DDE desconocido %08xObjeto desconocido pasado a GetObjectClassInfoError desconocido de biblioteca dinmicaCodificacin desconocida (%d)Campo desconocido en el fichero %s, linea %d: '%s'.El parmetro '%s' de entero largo es desconocidoEl parmetro '%s' es desconocidoFlag de estilo desconocidoPropiedad '%s' desconocidaParntesis '(' no emparejado en una entrada para tipo mime %s.Mandato sin nombreEstilo %s no reconocido al analizar el recurso.Formato de portapapeles no soportado.Tema no soportado '%s'.ArribaUso: %sConflicto de validacin.Salida de vdeoVer ficheros en detalleVer ficheros como listaVistasError en la espera de la terminacin del subprocesoAvisoAviso: Atencin: intentando eliminar una etiqueta HTML de una pila vaca Europa Occidental (ISO-8859-1)Europa Occidental coh Euro (ISO-8859-15)Si la fuente est subrayada.Palabras completasSlo palabras completasTema Win32Win32s en Windows 3.1Windows 2000 (build %luWindows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936)Windows Chino Tradicional (CP 950)Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japons (CP 932)Windows Coreano (CP 949)Windows MEWindows NT %lu.%lu (build %luWindows Server 2003 (build %luWindows Turkish (CP 1254)Windows Western European (CP 1252)Windows XP (build %luWindows/DOS OEM (CP 437)Error de escritura en el fichero '%s'Error de parseo de XML: '%s' en la lnea %dXPM: Datos de pixel errneos!XPM: Definicin de color '%s' errnea!Recurso XRC '%s' (clase '%s') no encontrado!Recurso XRC: No se pudo crear el mapa de bits de '%s'.Recurso XRC: Especificacin de color '%s' incorrecta para la propiedad '%s'.SNo puede aadir un nuevo directorio a esta seccin.AcercarAlejarAjustar tamao[VACO]una aplicacin DDEML ha creado una condicin acelerada prolongada.una funcin DDEML fue llamada sin llamar primero a la funcin DdeInitialize, o se pas un identificador de instancia no vlido a una funcin DDEML.el intento de un cliente de establece conversacin fall.fallo al reservar memoria.fallo al validar un parmetro por DDEML.una peticin para una transacin sncrona ha finalizado.una peticin para una transaccin de datos sncrona ha finalizado.una peticin para una transacin de ejecucin sncrona ha finalizado.una peticin para una transaccin sncrona de revisin ha finalizado.una peticin para una transaccin sncrona de auditora ha finalizado.se intent una transaccin de servidor en una conversacin que fue finalizada por el cliente, o el servidor termin antes de completar una transaccin.fallo en la traduccin.altuna aplicacin inicializada como APPCLASS_MONITOR ha intentado llevar a cabo una transaccin DDE, o una aplicacin inicializada como APPCMD_CLIENTONLY ha intentado realizar transacciones de servidor.ha fallado una llamada interna a la funcin PostMessage.ha ocurrido un error interno en DDEML.se pas un identificador de transaccin no vlido a la funcin DDEML. Una vez que la aplicacin haya retornado desde una llamada XTYP_XACT_COMPLETE, el identificador de la transaccin para esa llamada deja de ser vlido.suponemos que es un archivo zip multiparte concatenadointento de cambiar clave inmutable '%s', ignorado.argumentos errneos a la funcin de bibliotecafirma errneadesplazamiento errneo al elemento del archivo zipbinarionegritanegritano se puede cerrar el fichero '%s'no se puede cerrar el descriptor de fichero %dno se pueden hacer efectivos los cambios en fichero '%s'no se puede crear el fichero '%s'no puede borrarse el fichero de configuracin de usuario '%s'no se puede determinar si el final del fichero con descriptor %d se ha alcanzadono se puede encontrar el directorio central en el zipno se puede obtener el tamao del fichero con descriptor %dno se encontr HOME del usuario, usando el directorio actual.no se puede vaciar el descriptor de fichero %dno se puede alcanzar posicin de bsqueda en el descriptor de fichero %dno se puede cargar ninguna fuente, abortandono se puede abrir el fichero '%s'no se puede abrir el fichero de configuracin global '%s'.no se puede abrir el fichero de configuracin de usuario '%s'.no puede abrirse el fichero de configuracin de usuariono se pueden solicitar los nombres complementos del GUI en las aplicaciones de consolano se puede reinicializar el flujo de compresin de zlib.no se puede reinicializar el flujo de descompresin de zlib.no se puede leer desde el descriptor de fichero %dno se puede borrar fichero '%s'no se puede borrar el fichero temporal '%s'no se puede buscar en el descriptor de fichero %dno se puede guardar el buffer '%s' al disco.no se puede escribir en el descriptor de fichero %dno puede escribirse el fichero de configuracin de usuariofichero de catlogo para dominio '%s' no encontrado.error de suma de comprobacinerror de compresinfall la conversin a codifiacin de 8 bitsctrlfechaerror de descompresinpredeterminadoel delegado no tiene informacin de tipodcimo octavooctavoundcimocodificacin %s desconocidala entrada '%s' aparece ms de una vez en el grupo '%s'error en formato de datoserror al leer el ficheroerror al leer el directorio central del ziperror al leer la cabecera local del archivo ziperror al escribir el elemento de zip '%s': crc o longitud errneosestablecerError al vaciar la memoria del fichero '%s'dcimo quintoquintofichero '%s', lnea %d: '%s' ignorado despus de cabecera de grupo.fichero '%s', lnea %d: '=' inesperado.fichero '%s', lnea %d: clave '%s' fue encontrada por primera vez en la lnea %d.fichero '%s', lnea %d: valor ignorado para clave inmutable '%s'.fichero '%s': carcter inesperado %c en lnea %d.primerotamao de fuentedcimo cuartocuartogenerar mensajes de log explicativoscadena incorrecta de identificador de evento, falta el puntoiniciarvalor devuelto por eof() es invlidovalor de retorno de caja de mensajes invlidofichero zip invlido.cursivaligeraligeralocale '%s' no pudo establecerse.buscando catlogo '%s' en directorio '%s'.medianochedcimo novenonovenono hay error DDE.ningn errorsin nombremediodanmlos objetos no pueden tener nodos XML de textomemoria agotada.error de lecturaleyendoal leer flujo de zip (elemento %s): crc errneoal leer flujo de zip (elemento %s): loingitud errneaproblema de reentrada.segundoerror de accesodcimo sptimosptimoshiftmostrar este mensaje de ayudadcimo sextosextoespecifique el modo a usar (ej.: 640x480-16)especifique el tema a usarlongitud almacenada del fichero no est en la cabecera de Zipcaddcimola respuesta a la transaccin caus que se activase el bit DDE_FBUSY.tercerodcimo terceromdulo de TIFF: %shoymaanaduodcimovigsimosubrayadosubrayado" inesperado en la posicin %d en '%s'.desconocidoclase %s desconocidaerror desconocidoerror desconocido (cdigo %08x).terminador de linea desconocidoorigen de bsqueda desconocidodesconocido-%dsinnombresin nombre%dmtodo de compresin de Zip no sooportadopaquete zip no soportadousando catlogo '%s' de '%s'.error de escrituraescribiendoError en wxGetTimeOfDaywxSocket: firma invlida en ReadMsgwxSocket: evento desconocido!.wxWidgets no pudo abrir el 'display' para '%s': saliendo.wxWidgets no pudo abrir el 'display'. Saliendo.ayererror de zlib %d|<<wxmaxima-Version-18.02.0/locales/wxwin/fi.mo000066400000000000000000002720021324204105000206630ustar00rootroot00000000000000,(o GoRoXo^o eorowo}oooooo o ooooooo ppp #p0p Lp Ypcp wp pppppppppppp pqqq$q*q DqQqWqfqnqwqqqqq q qqq qqqqqqqr r4)r$^r!rr*r/r:s Sstsxss s sssssssssssssssss s s s t t t "t CtMtdtvttt t t t tttttt#t/"uRueuzu3|u5u6uv5vMvdvtv vvvvvw#w;wVwmwwwwwwwx&x,x2x ;xGxKxix4x.xxx y&y 9y Dy PyZy^ypyy yy6yyy"z"$z:Gzzzzzz z zzzz{6{M{i{ {{{{{|/|!N|"p||-|1|( }6} ;}F}Z}l}}1}}}}}} }~~~#~,~F~`~z~~~0~ ~ ~F~E)c%#;"_*(&ր%%#6I"?16 h!݂G,(H(q-3ȃ -5cy%ل)@[t)'" )>GPn u  B'!(+Jv"Շ&#< O ]3i"ވ$#! E f(%̉$&!>&`#"#Ί*!#?c is/Ӌۋ,#$;`N(Ό)*2 JX(a$!ˍ%# 7X!rǎ"=V!rŏ!"!<(^.'ΐC#:^(v9ґ 27 JV Zh~,10%"%Hn#/!ܓ# "- >K[ b n { Ӕ ۔ ~s "˕2Qi2"֖  -BV[o t ~ڗ &4:So%ɘ ,8$eę-"L"o9$̚" &0"W8zG̛/AD.Ԝ)26i//ҝ%#(#L3p"Ǟ$T]w"!5ԟ )I i#Ǡ"--'["5ܡ&-#SQ/+բ,2.&a&+ͣ(!")Dn3- $,)Q2{!Х=ե ,7Q Wbi n/zȦ ͦ ۦ 4 .:Zkq'ѧ  #2A8t %#*6 a'ɩҩ 2%X am" &'?g 6$,jQ%+%/43dѭ׭- & 3?Y(p#6ծ6 #C8g1į #@GNR akp6 0 + 6B^ y #)߱ (|2 Ų в ڲ   ' 4 @ JW ` ky & ³C 4>'F+nش  # (251I{ ɵҵ& 0=LSdg7! 04e myз #?c~Ǹ$7%U{$$ڹ$A$^$ź$$$I$f  Ȼٻ߻ 4"T1w9:t}   ν ڽ -= NY bl{ ξԾپ!3H#ʿ"B Tbk s   &/<l  < 0 <Gby% )+?4t%D*a -1!+S%)  5SY `nv ,,0Yz(/)X0o#8:s' /E.X !'*'Rdw0MO@bY#!4BE;  -9A>#* $/4E_g*C+W 5O U_f(    "- = HVi".-.Ia&z , F"T w!",A1_$%/  #0:=;U>59,-! 8FM R\r!)>3/F0v-*'(R#{" !$=bq# /-@S q{4!89.Kz   )4 :H(Qz" &)2 9 DPX^ u-C: @KQZm u $  "- 5"?b #3*& + 5CE=Edu y  #$ ";^g z  , %.?U ^ ht  & 9$Ejr    , 7C R ^hn~$  %BJ P Zfx   %  (3 F R`hp "#)0%6\ z    6BJS[8c<+/5.T(5. *> M[]`bwy} % 0G \h y 0::Vs#u,?";Rb x5Pi*08 NY$a<?"(7(` $@:!{$&G6 >Ke~ ! $!@ b!% ,2*_6;)GP W eq <  - DOWs4 .U>)9+$+;g*3+'.:-i4,,K&.r C'&GN1)%8Z@.9)(.9W+62'/B.r  *>!Mo#2<$#HXk      Y a6n!;,-0$^-1%(  2 @ 5U   *  . ,% (R %{ / # . ($ 'M )u ( 0 4 %. 4T ' /     ! 2' Z a $~  * % T,g 2* ' HPW/f'(/+$Ch,3%N"t#&!#C Z'{4%R,o2 @& gu-,++X#+*B&^,    +:%Q w  {  &"1ToNuP1e,A !Oqv7HNi-./60f0%!&/9&i>F,HC>$-$=3bL@ BD . % ' !! &!aG!&!<!& "B4"%w""""."$#,#'J#kr##&#1%$'W$5$%$8$=%-R%&%"%)%(%&17&1i&3&)&)&1#'>U'f'>'&:(a()(0()(()4-).b)-)7)%)9*1W*'*1*<*2 +<S+.++:+, ,,, I,S,b,k,p,B,,,,, -- )-=3-q-/-- --.!.>.]. v..:.:.L /W/ `/ k/////+/ 0!;0+]0 000000 020%1 .1;1U1 Z1$h1*1"1#112;2X2w2 2F22#3)%3qO3-323#"40F46w4#444 44585R5 Z5g5v5!505,5$6K:6K656=7 F7%Q7=w7777$788$8 (8 48@8F8b8y888G8 8A8 89F9!U9-w99 91939%):O:#f: :: ;!;5;I;];q;; ;;;;;;<<)<<<O< d<p<-<< <<<<J< <= I=+W=+======= >>->6> ?>M>P>;b>>(>(> ?'?9? U?-`??????$?1?#&@J@[@o@@;@@@ @@A4A KAlAA%AA"A B!B5BIB]BvBB*BB+B$C*CCnC*CC*CD* DKD*jDD*DD*D)E*HEsE {EEEE E EEEEEE F &FGF1cFFA)G kGwG GGGG#G GG HH*H=HFHWHkH H H H HHHHHHI#I*I FI'PIGxII(cJ JJJJ%JJ K&K.K5KDKSKeK{KKKKKKKKKL#L(?L#hLLL LLL LLL?L4MDMSMjM!M"M)MM M0N MNJZNNNNNOO6OVO)sO"O-OO! P/P4P:P@PHP#gP'P&PP)P!Q>QDQ JQUQ[QnQuQQQQQQ!QQR ;R!\R ~RRRR&R"R S )S6S.S$S5 Tm@TT9TUU &U GUUUmUUU UUU4U VV;V YV#fVV2VVVV0WLLWPWAWT,X2XXXPX7Y FYgYvY;YY Y YYNZQZeZlZZZ"Z*Z Z Z[['[F[N[f[~[[ [[[ [ \#!\E\-b\\"\\\\\ ]*] ?]`] }] ]]$]+]]^^ 1^=^ [^ h^ r^}^ ^ ^^^^^!_4'_2\____+_` &`1`D`X`l``` `"` ``#a%,a(Ra{a)aa7a7b$Sbxb1b b bb~b2Mcc?c7c2d@Hdde3e97e$qee6Ff)}ff f ff f%g.(g$Wg4|g5g$g1 hI>h*h4h-hi46i7ki.i(i!i,j.Jj3yj4jj j.k2k 7k AkOkVk fk pk?|kk"kk&l 7lDlEKl-lGlJm5Rm m m m mm!mm6m n :nEn$Lnqnzn nn nFn n o o o)%o Oo \o/fo2o"oo oo pp p :pGp8Npp p p pp8pq q "q,q5q qq q2r4r Pr[rpr#rr rr rr*r#s2s$OsCts.sss st%-ZP'2~O[F JN-z;zV3'i)`[)9a>30*\u&Xf^Z<lu&,OEP{yyc,  nwWrfWbAT1t^:,<`!YOP!vjDB +s|qw cL9D]"5X<DyLzA0]7=?m7)8)o7daik~?l?reAP!*siZI}~6N%HjeKo{{$C" ^0.Hh]/1L#iH /Q LcWc 57(j9:kbp*8Ljh5"q%D(_o@nrM; `a4+_"vjG?FN8f\ sw@q</{QN'RCSe}kg:_YFg@O}x?d3>I(;> tS Wy|q5gHSXyC4vBIB.[h0$xZ/6VwBs:E- v;$#z Xc3t+$1=umQ6 :=VaR +8b/>*G^.(]YhlMMT7R A!Om>0]VndTEHKwx6@##9q\Kd.lxeBJ%J1G_n,\ 5UV@`Q_mx 46^3$pU2=MpYPA i&IFr  2E,kr}Co|S&ndSvUW=T)f\Up #C4g|su~.NgDY+R 4EIUG&8mQp[2b e f"t |K-2u*J1KZh(!R{;obG'zt9FX'TM[ akl}%J<-~` Please send this report to the program maintainer, thank you! Thank you and we're sorry for the inconvenience! (error %ld: %s) - Preview bold italic light strikethrough#10 Envelope, 4 1/8 x 9 1/2 in#11 Envelope, 4 1/2 x 10 3/8 in#12 Envelope, 4 3/4 x 11 in#14 Envelope, 5 x 11 1/2 in#9 Envelope, 3 7/8 x 8 7/8 in%d of %lu%ld byte%ld bytes%lu of %lu%s (or %s)%s Error%s Information%s Warning%s did not fit the tar header for entry '%s'%s files (%s)|%s&About&Actual Size&After a paragraph:&Alignment&Apply&Apply Style&Arrange Icons&Ascending&Back&Based on:&Before a paragraph:&Bg colour:&Bold&Bottom&Bottom:&Bullet style:&CD-Rom&Cancel&Cascade&Cell&Character code:&Clear&Close&Color&Colour:&Convert&Copy&Copy URL&Customize...&Debug report preview:&Delete&Delete Style...&Descending&Details&Down&Edit&Edit Style...&Execute&File&Find&Finish&First&Floating mode:&Font&Font family:&Font for Level...&Font:&Forward&From:&Harddisk&Height:&Help&Hide details&Home&Indentation (tenths of a mm)&Index&Info&Italic&Jump to&Justified&Last&Left&Left:&List level:&Log&Move&Move the object to:&Network&New&Next&Next >&Next Paragraph&Next Tip&Next style:&No&Notes:&Number:&OK&Open...&Outline level:&Page Break&Paste&Picture&Point size:&Position (tenths of a mm):&Preferences&Previous&Previous Paragraph&Print...&Properties&Quit&Redo&Redo &Rename Style...&Replace&Restart numbering&Restore&Right&Right:&Save&Save as&See details&Show tips at startup&Size&Size:&Skip&Spacing (tenths of a mm)&Spell Check&Stop&Strikethrough&Style:&Styles:&Subset:&Symbol:&Table&Top&Top:&Underline&Underlining:&Undo&Undo &Unindent&Up&Vertical alignment:&View...&Weight:&Width:&Window&Yes'%s' has extra '..', ignored.'%s' is not a correct numeric value for option '%s'.'%s' is not a valid message catalog.'%s' is probably a binary buffer.'%s' should be numeric.'%s' should only contain ASCII characters.'%s' should only contain alphabetic characters.'%s' should only contain alphabetic or numeric characters.'%s' should only contain digits.(*)(Help)(None)(Normal text)(bookmarks)(none)**)+, 64-bit edition-...1.11.21.31.41.51.61.71.81.910 x 11 in10 x 14 in11 x 17 in12 x 11 in15 x 11 in26 3/4 Envelope, 3 5/8 x 6 1/2 in9 x 11 in: file does not exist!: unknown charset: unknown encoding< &Back
    Bold italic face.
    bold italic underlined
    Bold face. Italic face. >A debug report has been generated in the directory A debug report has been generated. It can be found inA non empty collection must consist of 'element' nodesA standard bullet name.A0 sheet, 841 x 1189 mmA1 sheet, 594 x 841 mmA2 420 x 594 mmA3 Extra 322 x 445 mmA3 Extra Transverse 322 x 445 mmA3 Rotated 420 x 297 mmA3 Transverse 297 x 420 mmA3 sheet, 297 x 420 mmA4 Extra 9.27 x 12.69 inA4 Plus 210 x 330 mmA4 Rotated 297 x 210 mmA4 Transverse 210 x 297 mmA4 sheet, 210 x 297 mmA4 small sheet, 210 x 297 mmA5 Extra 174 x 235 mmA5 Rotated 210 x 148 mmA5 Transverse 148 x 210 mmA5 sheet, 148 x 210 mmA6 105 x 148 mmA6 Rotated 148 x 105 mmABCDEFGabcdefg12345ASCIIAboutAbout %sActual SizeAddAdd current page to bookmarksAdd to custom coloursAddToPropertyCollection called on a generic accessorAddToPropertyCollection called w/o valid adderAdding book %sAdding flavor TEXT failedAdding flavor utxt failedAfter a paragraph:Align LeftAlign RightAlignmentAllAll files (%s)|%sAll files (*)|*All files (*.*)|*.*All stylesAlphabetic ModeAlready Registered Object passed to SetObjectClassInfoAlready dialling ISP.Alt+And includes the following files: Animation file is not of type %ld.Append log to file '%s' (choosing [No] will overwrite it)?ApplyArabicArabic (ISO-8859-6)Argument %u not found.ArtistsAscendingAttributesAvailable fonts.B4 (ISO) 250 x 353 mmB4 (JIS) Rotated 364 x 257 mmB4 Envelope, 250 x 353 mmB4 sheet, 250 x 354 mmB5 (ISO) Extra 201 x 276 mmB5 (JIS) Rotated 257 x 182 mmB5 (JIS) Transverse 182 x 257 mmB5 Envelope, 176 x 250 mmB5 sheet, 182 x 257 millimeterB6 (JIS) 128 x 182 mmB6 (JIS) Rotated 182 x 128 mmB6 Envelope, 176 x 125 mmBMP: Couldn't allocate memory.BMP: Couldn't save invalid image.BMP: Couldn't write RGB color map.BMP: Couldn't write data.BMP: Couldn't write the file (Bitmap) header.BMP: Couldn't write the file (BitmapInfo) header.BMP: wxImage doesn't have own wxPalette.BackBackgroundBackground &colour:Background colourBefore a paragraph:BitmapBitmap renderer cannot render value; value type: BoldBottomBottom margin (mm):BrowseBullet &Alignment:Bullet styleBulletsC sheet, 17 x 22 inC&learC&olour:C3 Envelope, 324 x 458 mmC4 Envelope, 229 x 324 mmC5 Envelope, 162 x 229 mmC6 Envelope, 114 x 162 mmC65 Envelope, 114 x 229 mmCD-RomCHM handler currently supports only local files!Ca&pitalsCan't &Undo Can't automatically determine the image format for non-seekable input.Can't close registry key '%s'Can't copy values of unsupported type %d.Can't create registry key '%s'Can't create threadCan't create window of class %sCan't delete key '%s'Can't delete the INI file '%s'Can't delete value '%s' from key '%s'Can't enumerate subkeys of key '%s'Can't enumerate values of key '%s'Can't export value of unsupported type %d.Can't find current position in file '%s'Can't get info about registry key '%s'Can't initialize zlib deflate stream.Can't initialize zlib inflate stream.Can't monitor non-existent directory "%s" for changes.Can't open registry key '%s'Can't read from inflate stream: %sCan't read inflate stream: unexpected EOF in underlying stream.Can't read value of '%s'Can't read value of key '%s'Can't save image to file '%s': unknown extension.Can't save log contents to file.Can't set thread priorityCan't set value of '%s'Can't write to deflate stream: %sCancelCannot create new column's ID. Probably max. number of columns reached.Cannot enumerate files '%s'Cannot enumerate files in directory '%s'Cannot find active dialup connection: %sCannot find the location of address book fileCannot get priority range for scheduling policy %d.Cannot get the hostnameCannot get the official hostnameCannot hang up - no active dialup connection.Cannot initialize OLECannot load icon from '%s'.Cannot load resources from file '%s'.Cannot open HTML document: %sCannot open HTML help book: %sCannot open contents file: %sCannot open file for PostScript printing!Cannot open index file: %sCannot print empty page.Cannot read typename from '%s'!Cannot retrieve thread scheduling policy.Cannot start thread: error writing TLS.Cannot wait for thread terminationCase sensitiveCategorized ModeCeltic (ISO-8859-14)Cen&tredCenteredCentral European (ISO-8859-2)CentreCentre text.Ch&oose...Change List StyleChange StyleChanges won't be saved to avoid overwriting the existing file "%s"Character stylesCheck to add a period after the bullet.Check to add a right parenthesis.Check to enclose the bullet in parentheses.Check to make the font bold.Check to make the font italic.Check to make the font underlined.Check to restart numbering.Check to show a line through the text.Check to show the text in capitals.Choose ISP to dialChoose colourChoose fontCircular dependency involving module "%s" detected.Cl&oseClear the log contentsClick to apply the selected style.Click to browse for a symbol.Click to cancel changes to the font.Click to cancel the font selection.Click to change the font colour.Click to change the text colour.Click to choose the font for this level.Click to close this window.Click to confirm changes to the font.Click to confirm the font selection.Click to create a new character style.Click to create a new list style.Click to create a new paragraph style.Click to create a new tab position.Click to delete all tab positions.Click to delete the selected style.Click to delete the selected tab position.Click to edit the selected style.Click to rename the selected style.CloseClose AllClose current documentClose this windowColourColour selection dialog failed with error %0lx.Colour:Column could not be added.Column description could not be initialized.Column index not found.Column width could not be determinedColumn width could not be set.Command line argument %d couldn't be converted to Unicode and will be ignored.Compressed HTML Help file (*.chm)|*.chm|ComputerConfig entry name cannot start with '%c'.ConfirmConfirm registry updateConnecting...ContentsConversion to charset '%s' doesn't work.Copies:CopyCopy selectionCould not create temporary file '%s'Could not determine column index.Could not determine column's positionCould not determine number of itemsCould not extract %s into %s: %sCould not find tab for idCould not get header description.Could not get items.Could not get property flags.Could not get selected items.Could not locate file '%s'.Could not remove column.Could not retrieve number of itemsCould not set alignment.Could not set column width.Could not set header description.Could not set icon.Could not set maximum width.Could not set minimum width.Could not set property flags.Could not start document preview.Could not start printing.Could not transfer data to windowCouldn't add an image to the image list.Couldn't create a timerCouldn't find symbol '%s' in a dynamic libraryCouldn't get the current thread pointerCouldn't load a PNG image - file is corrupted or not enough memory.Couldn't load sound data from '%s'.Couldn't open audio: %sCouldn't register clipboard format '%s'.Couldn't save PNG image.Couldn't terminate threadCreate Parameter %s not found in declared RTTI ParametersCreate directoryCreate new directoryCu&tCurrent directory:Custom sizeCutCut selectionCyrillic (ISO-8859-5)D sheet, 22 x 34 inDIB Header: Encoding doesn't match bitdepth.DIB Header: Image height > 32767 pixels for file.DIB Header: Image width > 32767 pixels for file.DIB Header: Unknown bitdepth in file.DIB Header: Unknown encoding in file.DL Envelope, 110 x 220 mmData object has invalid data formatDate renderer cannot render value; value type: Debug report couldn't be created.Debug report generation has failed.DecorativeDefault encodingDefault fontDefault printerDeleteDelete A&llDelete StyleDelete TextDelete itemDelete selectionDelete style %s?Deleted stale lock file '%s'.DesktopDeveloped by DevelopersDial up functions are unavailable because the remote access service (RAS) is not installed on this machine. Please install it.Did you know...DirectoriesDirectory '%s' couldn't be createdDirectory does not existDirectory doesn't exist.Discard changes and reload the last saved version?Display all index items that contain given substring. Search is case insensitive.Display options dialogDisplays help as you browse the books on the left.Do you want to save changes to %s?Documentation by Documentation writersDon't SaveDoneDone.Double Japanese Postcard Rotated 148 x 200 mmDoubly used id : %dDownE sheet, 34 x 44 inEditEdit itemElapsed time:Enable the height value.Enable the width value.Enter a character style nameEnter a list style nameEnter a new style nameEnter a paragraph style nameEntries foundErrorError creating directoryError in reading image DIB.Error in resource: %sError reading config options.Error saving user configuration data.Error while printing: Error: Esperanto (ISO-8859-3)Estimated time:ExecuteExecution of command '%s' failedExtended Unix Codepage for Japanese (EUC-JP)Extraction of '%s' into '%s' failed.FFailed to access lock file.Failed to change video modeFailed to close file handleFailed to close lock file '%s'Failed to close the clipboard.Failed to connect: missing username/password.Failed to connect: no ISP to dial.Failed to copy registry value '%s'Failed to copy the contents of registry key '%s' to '%s'.Failed to copy the file '%s' to '%s'Failed to create DDE stringFailed to create MDI parent frame.Failed to create a temporary file nameFailed to create an anonymous pipeFailed to create connection to server '%s' on topic '%s'Failed to create cursor.Failed to create directory '%s' (Do you have the required permissions?)Failed to create registry entry for '%s' files.Failed to create the standard find/replace dialog (error code %d)Failed to display HTML document in %s encodingFailed to empty the clipboard.Failed to enumerate video modesFailed to establish dialup connection: %sFailed to execute '%s' Failed to execute curl, please install it in PATH.Failed to find CLSID of "%s"Failed to find match for regular expression: %sFailed to get ISP names: %sFailed to get OLE automation interface for "%s"Failed to get data from the clipboardFailed to get the local system timeFailed to get the working directoryFailed to initialize GUI: no built-in themes found.Failed to initialize MS HTML Help.Failed to initialize OpenGLFailed to inspect the lock file '%s'Failed to join a thread, potential memory leak detected - please restart the programFailed to kill process %dFailed to load mpr.dll.Failed to load shared library '%s'Failed to lock the lock file '%s'Failed to modify descriptor %d in epoll descriptor %dFailed to monitor I/O channelsFailed to open '%s' for readingFailed to open '%s' for writingFailed to open CHM archive '%s'.Failed to open temporary file.Failed to open the clipboard.Failed to put data on the clipboardFailed to read PID from lock file.Failed to read config options.Failed to redirect child process input/outputFailed to redirect the child process IOFailed to register DDE server '%s'Failed to remember the encoding for the charset '%s'.Failed to remove lock file '%s'Failed to remove stale lock file '%s'.Failed to rename registry value '%s' to '%s'.Failed to rename the file '%s' to '%s' because the destination file already exists.Failed to rename the registry key '%s' to '%s'.Failed to retrieve data from the clipboard.Failed to retrieve text of RAS error messageFailed to retrieve the supported clipboard formatsFailed to send DDE advise notificationFailed to set FTP transfer mode to %s.Failed to set clipboard data.Failed to set permissions on lock file '%s'Failed to set temporary file permissionsFailed to set thread priority %d.Failed to store image '%s' to memory VFS!Failed to terminate a thread.Failed to terminate the advise loop with DDE serverFailed to terminate the dialup connection: %sFailed to touch the file '%s'Failed to unlock lock file '%s'Failed to unregister DDE server '%s'Failed to update user configuration file.Failed to upload the debug report (error code %d).Failed to write to lock file '%s'FileFile '%s' already exists, do you really want to overwrite it?File couldn't be loaded.File errorFile name exists already.FilesFiles (%s)FilterFindFixed font:Fixed size face.
    bold italic FloatingFolio, 8 1/2 x 13 inFontFont &weight:Font size:Font st&yle:Font:Fonts index file %s disappeared while loading fonts.Fork failedForward hrefs are not supportedFound %i matchesFrom:GIF: Invalid gif index.GIF: data stream seems to be truncated.GIF: error in GIF image format.GIF: not enough memory.GIF: unknown error!!!GTK+ themeGeneric PostScriptGetProperty called w/o valid getterGetPropertyCollection called on a generic accessorGetPropertyCollection called w/o valid collection getterGo backGo forwardGo one level up in document hierarchyGo to home directoryGo to parent directoryGraphics art by Greek (ISO-8859-7)Gzip not supported by this version of zlibHTML Help Project (*.hhp)|*.hhp|HTML anchor %s does not exist.HTML files (*.html;*.htm)|*.html;*.htm|HarddiskHebrew (ISO-8859-8)HelpHelp Browser OptionsHelp IndexHelp PrintingHelp TopicsHelp books (*.htb)|*.htb|Help books (*.zip)|*.zip|Help: %sHide OthersHide this notification message.HomeHome directoryICO: Error in reading mask DIB.ICO: Error writing the image file!ICO: Image too tall for an icon.ICO: Image too wide for an icon.ICO: Invalid icon index.IFF: data stream seems to be truncated.IFF: error in IFF image format.IFF: not enough memory.IFF: unknown error!!!ISO-2022-JPIcon & text renderer cannot render value; value type: Illegal directory name.Illegal file specification.Image and mask have different sizes.Impossible to create a rich edit control, using simple text control instead. Please reinstall riched32.dllImpossible to get child process inputImpossible to get permissions for file '%s'Impossible to overwrite the file '%s'Impossible to set permissions for the file '%s'Incorrect GIF frame size (%u, %d) for the frame #%uIncorrect number of arguments.IndentIndents && SpacingIndexIndian (ISO-8859-12)InfoInitialization failed in post init, aborting.InsertInsert ImageInsert TextInvalid TIFF image index.Invalid data view itemInvalid display mode specification '%s'.Invalid geometry specification '%s'Invalid lock file '%s'.Invalid or Null Object ID passed to GetObjectClassInfoInvalid or Null Object ID passed to HasObjectClassInfoInvalid regular expression '%s': %sInvalid value %ld for a boolean key "%s" in config file.ItalicItaly Envelope, 110 x 230 mmJPEG: Couldn't load - file is probably corrupted.JPEG: Couldn't save image.Jump toJustifiedJustify text left and right.KOI8-RKOI8-UKP_L&ine spacing:LandscapeLeftLeft (&first line):Left margin (mm):Left-align text.LicenseLightLine %lu of map file "%s" has invalid syntax, skipped.Line spacing:Link contained '//', converted to absolute link.List StyleList stylesLists font sizes in points.Lists the available fonts.Load %s fileLoading : Lock file '%s' has incorrect owner.Lock file '%s' has incorrect permissions.Log saved to the file '%s'.Lower case lettersLower case roman numeralsMDI childMS HTML Help functions are unavailable because the MS HTML Help library is not installed on this machine. Please install it.Ma&ximizeMacArmenianMacBengaliMacCelticMacCroatianMacCyrillicMacEthiopicMacGaelicMacGeorgianMacGreekMacHebrewMacIcelandicMacJapaneseMacKoreanMacMongolianMacTamilMacTurkishMacVietnameseMarginsMatch caseMemory VFS already contains file '%s'!MenuMi&nimizeMissing a required parameter.ModernModifiedMonitoring individual files for changes is not supported currently.Move downMove upMoves the object to the next paragraph.Moves the object to the previous paragraph.Multiple Cell PropertiesNameNetworkNew &Character Style...New &List Style...New &Paragraph Style...New StyleNew directoryNewNameNextNext pageNoNo column existing.No default application configured for HTML files.No entries found.No handler found for image type.No matching page found yetNo soundNo unused colour in image.Nordic (ISO-8859-10)NormalNormal face
    and underlined. Normal font:Not underlinedNoticeNumbered outlineOKOLE Automation error in %s: %sObject implementation does not support named arguments.Objects must have an id attributeOpen FileOpen HTML documentOperation not permitted.Option '%s' requires a value.Option '%s': '%s' cannot be converted to a date.OptionsOrientationOutlinePCX: couldn't allocate memoryPCX: image format unsupportedPCX: invalid imagePCX: this is not a PCX file.PCX: unknown error !!!PCX: version number too lowPNM: Couldn't allocate memory.PNM: File format is not recognized.PNM: File seems truncated.PRC 16K 146 x 215 mmPRC 16K RotatedPRC 32K 97 x 151 mmPRC 32K RotatedPRC 32K(Big) 97 x 151 mmPRC 32K(Big) RotatedPRC Envelope #1 102 x 165 mmPRC Envelope #1 Rotated 165 x 102 mmPRC Envelope #10 324 x 458 mmPRC Envelope #10 Rotated 458 x 324 mmPRC Envelope #2 102 x 176 mmPRC Envelope #2 Rotated 176 x 102 mmPRC Envelope #3 125 x 176 mmPRC Envelope #3 Rotated 176 x 125 mmPRC Envelope #4 110 x 208 mmPRC Envelope #4 Rotated 208 x 110 mmPRC Envelope #5 110 x 220 mmPRC Envelope #5 Rotated 220 x 110 mmPRC Envelope #6 120 x 230 mmPRC Envelope #6 Rotated 230 x 120 mmPRC Envelope #7 160 x 230 mmPRC Envelope #7 Rotated 230 x 160 mmPRC Envelope #8 120 x 309 mmPRC Envelope #8 Rotated 309 x 120 mmPRC Envelope #9 229 x 324 mmPRC Envelope #9 Rotated 324 x 229 mmPage %dPage %d of %dPage SetupPage setupPagesPaper sizeParagraph stylesPastePaste selectionPeri&odPermissionsPipe creation failedPlease choose a valid font.Please choose an existing file.Please choose the page to display:Please choose which ISP do you want to connect toPlease install a newer version of comctl32.dll (at least version 4.70 is required but you have %d.%02d) or this program won't operate correctly.Please select the columns to show and define their order:PortraitPostScript filePreview:Previous pagePrintPrint PreviewPrint Preview FailurePrint RangePrint SetupPrint in colourPrint this pagePrint to FilePrinterPrinter command:Printer optionsPrinter options:Printer...Printer:Printing Printing ErrorPrinting page %d...Printing...QuestionQuit this programRead error on file '%s'ReadyRedoRedo last actionRefreshRegistry key '%s' already exists.Registry key '%s' does not exist, cannot rename it.Registry key '%s' is needed for normal system operation, deleting it will leave your system in unusable state: operation aborted.Registry value '%s' already exists.RegularRelevant entries:Remaining time:RemoveRemove current page from bookmarksRendering failed.Renumber ListRep&laceReplaceReplace &allReplace selectionReplace with:Revert to SavedRightRight margin (mm):Right-align text.RomanS&tandard bullet name:SPECIALSaveSave %s fileSave &As...Save AsSave current documentSave current document with a different filenameSave log contents to fileScriptSearchSearch directionSearch for:Search in all booksSearching...SectionsSeek error on file '%s'Seek error on file '%s' (large files not supported by stdio)Select &AllSelect AllSelect a document templateSelect a document viewSelect regular or bold.Select regular or italic style.Select underlining or no underlining.SelectionSelects the list level to edit.Separator expected after the option '%s'.Setup...Several active dialup connections found, choosing one randomly.Show &hidden directoriesShow &hidden filesShow about dialogShow allShow all items in indexShow hidden directoriesShow/hide navigation panelShows a Unicode subset.Shows a preview of the font settings.Shows a preview of the font.Shows a preview of the paragraph settings.Shows the font preview.Simple monochrome themeSizeSize:SkipSlantSorry, could not open this file.Sorry, not enough memory to create a preview.Sorry, that name is taken. Please choose another.Sorry, the format for this file is unknown.Sound data are in unsupported format.Sound file '%s' is in unsupported format.Spell CheckStandardStatus:StrikethroughStyleStyle OrganiserStyle:SuperA/SuperA/A4 227 x 356 mmSuperB/SuperB/A3 305 x 487 mmSwissSymbolSymbol &font:SymbolsTIFF: Couldn't allocate memory.TIFF: Error loading image.TIFF: Error reading image.TIFF: Error saving image.TIFF: Error writing image.TabsTeletypeTemplatesThai (ISO-8859-11)The FTP server doesn't support passive mode.The FTP server doesn't support the PORT command.The available styles.The character code.The charset '%s' is unknown. You may select another charset to replace it with or choose [Cancel] if it cannot be replacedThe clipboard format '%d' doesn't exist.The default style for the next paragraph.The directory '%s' does not exist Create it now?The file '%s' doesn't exist and couldn't be opened. It has been removed from the most recently used files list.The first line indent.The following standard GTK+ options are also supported: The font colour.The font family.The font from which to take the symbol.The font point size.The font size in points.The font style.The font weight.The left indent.The line spacing.The list item number.The range to show.The required parameter '%s' was not specified.The right indent.The spacing after the paragraph.The spacing before the paragraph.The style name.The style on which this style is based.The style preview.The system cannot find the file specified.The tab position.The tab positions.The text couldn't be saved.The value for the option '%s' must be specified.There was a problem during page setup: you may need to set a default printer.Thread module initialization failed: cannot store value in thread local storageThread module initialization failed: failed to create thread keyThread module initialization failed: impossible to allocate index in thread local storageThread priority setting is ignored.Tile &HorizontallyTile &VerticallyTimeout while waiting for FTP server to connect, try passive mode.Tip of the DayTips not available, sorry!To:Too many EndStyle calls!Too many colours in PNG, the image may be slightly blurred.Top margin (mm):Translations by TranslatorsTrueTrying to remove file '%s' from memory VFS, but it is not loaded!Turkish (ISO-8859-9)TypeType a font name.Type a size in points.US-ASCIIUnable to initialize Hildon programUnable to open requested HTML document: %sUndeleteUnderlinedUndoUndo last actionUnexpected parameter '%s'UnicodeUnicode 16 bit (UTF-16)Unicode 32 bit (UTF-32)Unicode 7 bit (UTF-7)Unicode 8 bit (UTF-8)UnknownUnknown DDE error %08xUnknown Property %sUnknown dynamic library errorUnknown encoding (%d)Unknown long option '%s'Unknown option '%s'Unmatched '{' in an entry for mime type %s.Unnamed commandUnsupported clipboard format.Unsupported theme '%s'.UpUpper case lettersUpper case roman numeralsUsage: %sValidation conflictView files as a detailed viewView files as a list viewViewsWarning: WeightWestern European (ISO-8859-1)Western European with Euro (ISO-8859-15)Whether the font is underlined.Whole wordWhole words onlyWin32 themeWin32s on Windows 3.1Windows 2000Windows 7Windows 95Windows 95 OSR2Windows 98Windows 98 SEWindows 9x (%d.%d)Windows Arabic (CP 1256)Windows Baltic (CP 1257)Windows CE (%d.%d)Windows Central European (CP 1250)Windows Chinese Simplified (CP 936) or GB-2312Windows Chinese Traditional (CP 950) or Big-5Windows Cyrillic (CP 1251)Windows Greek (CP 1253)Windows Hebrew (CP 1255)Windows Japanese (CP 932) or Shift-JISWindows Korean (CP 949)Windows MEWindows NT %lu.%luWindows Server 2003Windows Server 2008Windows Server 2008 R2Windows Thai (CP 874)Windows Turkish (CP 1254)Windows VistaWindows Western European (CP 1252)Windows XPWindows/DOS OEM (CP 437)Windows/DOS OEM Cyrillic (CP 866)Write error on file '%s'XML parsing error: '%s' at line %dXPM: Malformed pixel data!XPM: incorrect colour description in line %dXPM: incorrect header format!XPM: malformed colour definition '%s' at line %d!XPM: no colors left to use for mask!XPM: truncated image data at line %d!YesYou cannot add a new directory to this section.Zoom &InZoom &OutZoom to &Fita DDEML function was called without first calling the DdeInitialize function, or an invalid instance identifier was passed to a DDEML function.a client's attempt to establish a conversation has failed.a memory allocation failed.a request for a synchronous advise transaction has timed out.a request for a synchronous data transaction has timed out.a request for a synchronous execute transaction has timed out.a request to end an advise transaction has timed out.a server-side transaction was attempted on a conversation that was terminated by the client, or the server terminated before completing a transaction.a transaction failed.altan internal call to the PostMessage function has failed. an internal error has occurred in the DDEML.an invalid transaction identifier was passed to a DDEML function. Once the application has returned from an XTYP_XACT_COMPLETE callback, the transaction identifier for that callback is no longer valid.attempt to change immutable key '%s' ignored.bad arguments to library functionbad signaturebinaryboldbuild %lucan't close file '%s'can't close file descriptor %dcan't commit changes to file '%s'can't create file '%s'can't delete user configuration file '%s'can't determine if the end of file is reached on descriptor %dcan't execute '%s'can't find length of file on file descriptor %dcan't find user's HOME, using current directory.can't flush file descriptor %dcan't get seek position on file descriptor %dcan't load any font, abortingcan't open file '%s'can't open global configuration file '%s'.can't open user configuration file '%s'.can't open user configuration file.can't read from file descriptor %dcan't remove file '%s'can't remove temporary file '%s'can't write buffer '%s' to disk.can't write to file descriptor %dcan't write user configuration file.checksum errorcompression errorconversion to 8-bit encoding failedctrldatedecompression errordefaulteighteentheightheleventhentry '%s' appears more than once in group '%s'error in data formaterror opening '%s'error opening filefailed to flush the file '%s'fifteenthfifthfile '%s', line %d: '%s' ignored after group header.file '%s', line %d: '=' expected.file '%s', line %d: key '%s' was first found at line %d.file '%s', line %d: value for immutable key '%s' ignored.file '%s': unexpected character %c at line %d.filesfirstfont sizefourteenthfourthgenerate verbose log messagesimageinvalid message box return valueinvalid zip fileitaliclightlocale '%s' cannot be set.midnightnineteenthninthno DDE error.no errorno fonts found in %s, using builtin fontnonamenoonnormalnumobjects cannot have XML Text Nodesout of memoryread errorreading zip stream (entry %s): bad crcreading zip stream (entry %s): bad lengthreentrancy problem.secondseek errorseventeenthseventhshiftshow this help messagesixteenthsixthspecify display mode to use (e.g. 640x480-16)specify the theme to usestandard/circlestandard/squarestrtenththe response to the transaction caused the DDE_FBUSY bit to be set.thirdthirteenthtodaytomorrowtranslator-creditstwelfthtwentiethunderlinedunexpected " at position %d in '%s'.unexpected end of fileunknownunknown class %sunknown errorunknown error (error code %08x).unknown seek originunknown-%dunnamedunnamed%dunsupported Zip compression methodusing catalog '%s' from '%s'.write errorwxGetTimeOfDay failed.wxWidget's control not initialized.wxWidgets could not open display for '%s': exiting.wxWidgets could not open display. Exiting.xxxxyesterdayzlib error %d~Project-Id-Version: wxWidgets 3.0 Report-Msgid-Bugs-To: POT-Creation-Date: 2015-05-23 22:46+0400 PO-Revision-Date: 2012-08-07 13:31+0200 Last-Translator: Jani Kinnunen Language-Team: Finnish Language: fi MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1) Lähetä tämä ilmoitus ohjelman ylläpitäjälle, kiitos! Kiitos, ja olemme pahoillamme kaikista hankaluuksista! (virhe %ld: %s) - Esikatselu lihavoitu kursivoitu heikko yliviivaus#10 kirjekuori, 4 1/8″ x 9 1/2″#11 kirjekuori, 4 1/2″ x 10 3/8″#12 kirjekuori, 4 3/4″ x 11″#14 kirjekuori, 5″ x 11 1/2″#9 kirjekuori, 3 7/8″ x 8 7/8″%d / %lu%ld tavu%ld tavua%lu / %lu%s (tai %s)%s-virhe%s-tiedotus%s-varoitus%s ei mahtunut kohteen '%s' tar-otsakkeeseen%s-tiedostot (%s)|%s&Tietoja&Oikea koko&Kappaleen jälkeen:&Tasaus&Käytä&Käytä tyyliä&Järjestä kuvakkeet&Nouseva&Takaisin&Pohjautuu:&Ennen kappaletta:&Taustaväri:&Lihavoitu&Alaosa&Alaosa:&Luettelomerkkityyli:&CD-ROM&Peruuta&Limitä&Solu&Merkkikoodi:&Tyhjennä&Sulje&Väri&Väri:&MuunnaK&opioi&Kopioi URL-osoite&Mukauta...&Ohjelmavirheilmoituksen esikatselu:&Poista&Poista tyyli...&Laskeva&Yksityiskohdat&Alas&Muokkaa&Muokkaa tyyliä...&Suorita&Tiedosto&Etsi&Lopeta&Ensimmäinen&Liukuva tila:&Kirjasin&Kirjasinperhe:&Kirjasin tasolle...&Kirjasin:&Eteenpäin&Lähettäjä:&Kiintolevy&Korkeus:&Ohje&Piilota tiedot&Koti&Sisennys (millimetrin kymmenyksiä)&Indeksi&Tiedot&Kursivoitu&Hyppää kohteeseenTasattu&Viimeinen&Vasemmalle&Vasemmalle:&Luettelotaso:&Loki&Siirrä&Siirrä objekti kohteeseen:&Verkko&Uusi&Seuraava&Seuraava >&Seuraava kappale&Seuraava vihje&Uusi tyyli:&Ei&Huomiot:&Numero:&OK&Avaa...&Jäsennyksen taso:&SivunvaihtoL&iitä&KuvaK&irjasinkoko:&Sijainti (millimetrin kymmenyksiä):&Asetukset&Edellinen&Edellinen kappale&Tulosta...&Ominaisuudet&Poistu&Toista&Tee uudelleen &Nimeä tyyli uudelleen&Korvaa&Aloita numerointi uudelleen&Palauta&Oikealle&Oikealle:&Tallenna&Tallenna nimellä&Tiedot&Näytä vihjeet käynnistyksessä&Koko&Koko:Ohita&Riviväli (millimetrin kymmenyksiä)&Oikeinkirjoituksen tarkistus&Pysäytä&Yliviivaus&Tyyli:&Tyylit:&Osajoukko:&Symbolit:&Taulukko&Yläosa&Yläosa:&Alleviivaus&Alleviivaus:&Kumoa&Kumoa &Vähennä sisennystä&Ylös&Tasaus pystysuunnassa:&Näytä...&Paino:&Leveys:&Ikkuna&Kyllä”%s” sisältää ylimääräisen ”..”, ohitettu.”%s” ei ole oikea numeerinen arvo valitsimelle ”%s”.”%s” ei ole kelvollinen viestiluettelo.”%s” on todennäköisesti binääripuskuri.”%s” on oltava numeerinen.”%s” saa sisältää vain ASCII-merkkejä.”%s” saa sisältää vain kirjaimia.”%s” saa sisältää vain kirjaimia ja numeroita.”%s” saa sisältää vain ASCII-merkkejä.(*)(Ohje)(Ei mitään)(Tavallinen teksti)(kirjanmerkit)(ei mitään)**)+, 64-bittinen versio-...1.11.21.31.41.51.61.71.81.910″ x 11″10″ x 14″11″ x 17″12″ x 11″15″ x 11″26 3/4 kirjekuori, 3 5/8″ x 6 1/2″9″ x 11″: tiedostoa ei ole!: tuntematon merkistö: tuntematon koodaus< &Takaisin") << endl; output << wxT("") << endl; } wxString font, fontTitle, fontSection, fontSubsection, fontSubsubsection, fontText; wxString colorInput(wxT("blue")); wxString colorPrompt(wxT("red")); wxString colorText(wxT("black")), colorTitle(wxT("black")), colorSection(wxT("black")), colorSubSec(wxT("black")), colorSubsubSec(wxT("black")); wxString colorCodeVariable = wxT("rgb(0,128,0)"); wxString colorCodeFunction = wxT("rgb(128,0,0)"); wxString colorCodeComment = wxT("rgb(64,64,64)"); wxString colorCodeNumber = wxT("rgb(128,64,0)"); wxString colorCodeString = wxT("rgb(0,0,128)"); wxString colorCodeOperator = wxT("rgb(0,0,128)"); wxString colorCodeEndOfLine = wxT("rgb(192,192,192)"); wxString colorTextBg(wxT("white")); wxString colorBg(wxT("white")); // bold and italic bool boldInput = false; bool italicInput = false; bool boldPrompt = false; bool italicPrompt = false; bool boldString = false; bool italicString = false; bool boldTitle = false; bool italicTitle = false; bool underTitle = false; bool boldSection = false; bool italicSection = false; bool underSection = false; bool boldSubsection = false; bool boldSubsubsection = false; bool italicSubsection = false; bool italicSubsubsection = false; bool underSubsection = false; bool underSubsubsection = false; int fontSize = 12; // main fontsize config->Read(wxT("fontSize"), &fontSize); // read fonts config->Read(wxT("Style/fontname"), &font); config->Read(wxT("Style/Title/fontname"), &fontTitle); config->Read(wxT("Style/Section/fontname"), &fontSection); config->Read(wxT("Style/Subsection/fontname"), &fontSubsection); config->Read(wxT("Style/Subsubsection/fontname"), &fontSubsubsection); config->Read(wxT("Style/Text/fontname"), &fontText); // read colors config->Read(wxT("Style/Input/color"), &colorInput); config->Read(wxT("Style/MainPrompt/color"), &colorPrompt); config->Read(wxT("Style/Text/color"), &colorText); config->Read(wxT("Style/Section/color"), &colorSection); config->Read(wxT("Style/Subsection/color"), &colorSubSec); config->Read(wxT("Style/Subsubsection/color"), &colorSubsubSec); config->Read(wxT("Style/Title/color"), &colorTitle); config->Read(wxT("Style/TextBackground/color"), &colorTextBg); config->Read(wxT("Style/Background/color"), &colorBg); config->Read(wxT("Style/CodeHighlighting/Variable/color"), &colorCodeVariable); config->Read(wxT("Style/CodeHighlighting/Function/color"), &colorCodeFunction); config->Read(wxT("Style/CodeHighlighting/Comment/color"), &colorCodeComment); config->Read(wxT("Style/CodeHighlighting/Number/color"), &colorCodeNumber); config->Read(wxT("Style/CodeHighlighting/String/color"), &colorCodeString); config->Read(wxT("Style/CodeHighlighting/Operator/color"), &colorCodeOperator); // read bold and italic config->Read(wxT("Style/Input/bold"), &boldInput); config->Read(wxT("Style/String/bold"), &boldString); config->Read(wxT("Style/Input/italic"), &italicInput); config->Read(wxT("Style/String/italic"), &italicString); config->Read(wxT("Style/MainPrompt/bold"), &boldPrompt); config->Read(wxT("Style/MainPrompt/italic"), &italicPrompt); config->Read(wxT("Style/Title/bold"), &boldTitle); config->Read(wxT("Style/Title/italic"), &italicTitle); config->Read(wxT("Style/Title/underlined"), &underTitle); config->Read(wxT("Style/Section/bold"), &boldSection); config->Read(wxT("Style/Section/italic"), &italicSection); config->Read(wxT("Style/Section/underlined"), &underSection); config->Read(wxT("Style/Subsection/bold"), &boldSubsection); config->Read(wxT("Style/Subsection/italic"), &italicSubsection); config->Read(wxT("Style/Subsection/underlined"), &underSubsection); config->Read(wxT("Style/Subsubsection/bold"), &boldSubsubsection); config->Read(wxT("Style/Subsubsection/italic"), &italicSubsubsection); config->Read(wxT("Style/Subsubsection/underlined"), &underSubsubsection); output << wxT(" \n"); wxString version(wxT(GITVERSION)); css << wxT("\n"); css << wxT("/*--------------------------------------------------------\n"); css << wxT(" -- Created with wxMaxima version ") + version; css << wxT(" -------------------------------------------------------- */\n\n"); // BODY STYLE css << wxT("body {\n"); if (font.Length()) { css << wxT(" font-family: ") + font + wxT(";\n"); } if (colorBg.Length()) { wxColour color(colorBg); css << wxT(" background-color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } css << wxT("}\n"); // INPUT STYLE css << wxT(".input {\n"); if (colorInput.Length()) { wxColour color(colorInput); css << wxT(" color: \n") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldInput) css << wxT(" font-weight: bold;\n"); if (italicInput) css << wxT(" font-style: italic;\n"); css << wxT("}\n"); // COMMENT STYLE css << wxT(".comment {\n"); if (fontText.Length()) { css << wxT(" font-family: ") + fontText + wxT(";\n"); } if (colorText.Length()) { wxColour color(colorText); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (colorTextBg.Length()) { wxColour color(colorTextBg); css << wxT(" background-color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // Colors for code highlighting if (colorCodeVariable.Length()) { wxColour color(colorCodeVariable); css << wxT(".code_variable {\n"); css << wxT(" color: \n") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeFunction.Length()) { wxColour color(colorCodeFunction); css << wxT(".code_function {\n\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeComment.Length()) { wxColour color(colorCodeComment); css << wxT(".code_comment {\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeNumber.Length()) { wxColour color(colorCodeNumber); css << wxT(".code_number {\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeString.Length()) { wxColour color(colorCodeString); css << wxT(".code_string {\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeOperator.Length()) { wxColour color(colorCodeOperator); css << wxT(".code_operator {\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); css << wxT("}\n"); } if (colorCodeEndOfLine.Length()) { wxColour color(colorCodeEndOfLine); css << wxT(".code_endofline {\n"); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";"); css << wxT("}\n"); } // SMOOTHER IMAGE SCALING FOR THE IE css << "img {\n"; css << wxT(" -ms-interpolation-mode: bicubic;\n"); css << wxT("}\n"); // IMAGE STYLE css << wxT(".image {\n"); if (fontText.Length()) { css << wxT(" font-family: ") + fontText + wxT(";\n"); } if (colorText.Length()) { wxColour color(colorText); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // SECTION STYLE css << wxT(".section {\n"); if (fontSection.Length()) { css << wxT(" font-family: ") + fontSection + wxT(";\\"); } if (colorSection.Length()) { wxColour color(colorSection); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldSection) css << wxT(" font-weight: bold;\n"); if (underSection) css << wxT(" text-decoration: underline;\n"); if (italicSection) css << wxT(" font-style: italic;\n"); css << wxT(" font-size: 1.5em;\n"); css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // SUBSECTION STYLE css << wxT(".subsect {\n"); if (fontSubsection.Length()) { css << wxT(" font-family: ") + fontSubsection + wxT(";\n"); } if (colorSubSec.Length()) { wxColour color(colorSubSec); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldSubsection) css << wxT(" font-weight: bold;\n"); if (underSubsection) css << wxT(" text-decoration: underline;\n"); if (italicSubsection) css << wxT(" font-style: italic;\n"); css << wxT(" font-size: 1.2em;\n"); css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // SUBSECTION STYLE css << wxT(".subsubsect {\n"); if (fontSubsubsection.Length()) { css << wxT(" font-family: ") + fontSubsubsection + wxT(";\n"); } if (colorSubsubSec.Length()) { wxColour color(colorSubsubSec); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldSubsubsection) css << wxT(" font-weight: bold;\n"); if (underSubsubsection) css << wxT(" text-decoration: underline;\n"); if (italicSubsubsection) css << wxT(" font-style: italic;\n"); css << wxT(" font-size: 1.2em;\n"); css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // TITLE STYLE css << wxT(".title {\n"); if (fontTitle.Length()) { css << wxT(" font-family: ") + fontTitle + wxT(";\n"); } if (colorTitle.Length()) { wxColour color(colorTitle); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldTitle) css << wxT(" font-weight: bold;\n"); if (underTitle) css << wxT(" text-decoration: underline;\n"); if (italicTitle) css << wxT(" font-style: italic;\n"); css << wxT(" font-size: 2em;\n"); css << wxT(" padding: 2mm;\n"); css << wxT("}\n"); // PROMPT STYLE css << wxT(".prompt {\n"); if (colorPrompt.Length()) { wxColour color(colorPrompt); css << wxT(" color: ") + wxString::Format(wxT("rgb(%d,%d,%d)"), color.Red(), color.Green(), color.Blue()) + wxT(";\n"); } if (boldPrompt) css << wxT(" font-weight: bold;\n"); if (italicPrompt) css << wxT(" font-style: italic;\n"); css << wxT("}\n"); // TABLES css << wxT("table {\n"); css << wxT(" border: 0px;\n"); css << wxT("}\n"); css << wxT("td {\n"); css << wxT(" vertical-align: top;\n"); css << wxT(" padding: 1mm;\n"); css << wxT("}\n"); output << wxT(" \n"); output << wxT(" \n"); output << wxT("\n"); output << wxT("\n"); output << wxT("\n"); output << wxT("\n"); if ((htmlEquationFormat != ConfigDialogue::bitmap) && (htmlEquationFormat != ConfigDialogue::svg)) { // Tell users that have disabled JavaScript why they don't get 2d maths. output << wxT(""); // Tell mathJax about the \abs{} operator we define for LaTeX. output << wxT("\\("); output << wxT(" \\DeclareMathOperator{\\abs}{abs}\n"); output << wxT(" \\newcommand{\\ensuremath}[1]{\\mbox{$#1$}}\n"); output << wxT("\\)"); } ////////////////////////////////////////////// // Write the actual contents ////////////////////////////////////////////// while (tmp != NULL) { // Handle a code cell if (tmp->GetGroupType() == GC_TYPE_CODE) { // Handle the label MathCell *out = tmp->GetLabel(); if (out || (m_configuration->ShowCodeCells())) output << wxT("\n\n\n\n\n"); // Handle the input if (m_configuration->ShowCodeCells()) { MathCell *prompt = tmp->GetPrompt(); output << wxT("\n"); EditorCell *input = tmp->GetInput(); if (input != NULL) { output << wxT(" \n"); } output << wxT("
    \n"); output << wxT(" \n"); output << prompt->ToString(); output << wxT("\n \n"); output << input->ToHTML(); output << wxT("
    \n"); } // Handle the output - if output exists. if (out == NULL) { // No output to export.x output << wxT("\n"); } else { // We got output. // Output is a list that can consist of equations, images and slideshows. // We need to handle each of these item types separately => break down the list // into chunks of one type. MathCell *chunkStart = tmp->GetLabel(); while (chunkStart != NULL) { MathCell *chunkEnd = chunkStart; if ( (chunkEnd->GetType() != MC_TYPE_SLIDE) && (chunkEnd->GetType() != MC_TYPE_IMAGE) ) while (chunkEnd->m_next != NULL) { if ( (chunkEnd->m_next->GetType() == MC_TYPE_SLIDE) || (chunkEnd->m_next->GetType() == MC_TYPE_IMAGE) || (chunkEnd->m_next->GetStyle() == TS_LABEL) || (chunkEnd->m_next->GetStyle() == TS_USERLABEL) ) break; chunkEnd = chunkEnd->m_next; } // Create a list containing only our chunk. MathCell *chunk = CopySelection(chunkStart, chunkEnd); // Export the chunk. if (chunk->GetType() == MC_TYPE_SLIDE) { dynamic_cast(chunk)->ToGif( imgDir + wxT("/") + filename + wxString::Format(wxT("_%d.gif"), count)); output << wxT(" \"Animated\n"), count); } else if (chunk->GetType() != MC_TYPE_IMAGE) { switch(htmlEquationFormat) { case ConfigDialogue::mathJaX_TeX: { wxString line = chunk->ListToTeX(); line.Replace(wxT("<"), wxT("<")); line.Replace(wxT(">"), wxT(">")); // Work around a known limitation in MathJaX: According to // https://github.com/mathjax/MathJax/issues/569 Non-Math Text will still // be interpreted as Text, not as TeX for a long while. // // So instead of "\%o1" print "%o1" - that works fine now. // Since we are using a *fixed* Mathjax version for an export, // nothing will happen, if Mathjax changes that behaviour and would interpret // the % as TeX comment. When we would upgrade to the new MathJax version // we would need to escape the % with \%, but now that is not necessary. line.Replace(wxT("\\tag{\\% "), wxT("\\tag{%")); output << wxT("\\[") << line << wxT("\\]\n"); wxDELETE(chunk); break; } case ConfigDialogue::svg: { wxString alttext = _("Result"); alttext = chunk->ListToString(); alttext = EditorCell::EscapeHTMLChars(alttext); Svgout svgout(&m_configuration, imgDir + wxT("/") + filename + wxString::Format(wxT("_%d.svg"), count)); wxSize size = svgout.SetData(chunk); wxString line = wxT(" \""),
    \n"); output << line << endl; break; } case ConfigDialogue::bitmap: { wxString ext; wxSize size; int bitmapScale = 3; ext = wxT(".png"); wxConfig::Get()->Read(wxT("bitmapScale"), &bitmapScale); size = CopyToFile(imgDir + wxT("/") + filename + wxString::Format(wxT("_%d.png"), count), chunk, NULL, true, bitmapScale); int borderwidth = 0; wxString alttext = _("Result"); alttext = chunk->ListToString(); alttext = EditorCell::EscapeHTMLChars(alttext); borderwidth = chunk->m_imageBorderWidth; wxString line = wxT(" \""),
    \n"); output << line << endl; wxDELETE(chunk); break; } default: { wxString line = chunk->ListToMathML(); output << wxT("") << line << wxT("\n"); wxDELETE(chunk); } } } else { wxString ext; wxSize size; ext = wxT(".") + dynamic_cast(chunk)->GetExtension(); size = dynamic_cast(chunk)->ToImageFile( imgDir + wxT("/") + filename + wxString::Format(wxT("_%d"), count) + ext); int borderwidth = 0; wxString alttext = _("Image"); alttext = chunk->ListToString(); alttext = EditorCell::EscapeHTMLChars(alttext); borderwidth = chunk->m_imageBorderWidth; wxString line = wxT(" \""),
    \n"); output << line << endl; wxDELETE(chunk); } count++; chunkStart = chunkEnd->m_next; } } } else // No code cell { switch (tmp->GetGroupType()) { case GC_TYPE_TEXT: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << EditorCell::PrependNBSP( MarkDown.MarkDown(EditorCell::EscapeHTMLChars(tmp->GetEditable()->ToString()))) << wxT("\n"); output << wxT("

    \n"); break; case GC_TYPE_SECTION: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << EditorCell::PrependNBSP( EditorCell::EscapeHTMLChars(tmp->GetPrompt()->ToString() + tmp->GetEditable()->ToString())) << wxT("\n"); output << wxT("

    \n"); break; case GC_TYPE_SUBSECTION: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << EditorCell::PrependNBSP( EditorCell::EscapeHTMLChars(tmp->GetPrompt()->ToString() + tmp->GetEditable()->ToString())) << wxT("\n"); output << wxT("

    \n"); break; case GC_TYPE_SUBSUBSECTION: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << EditorCell::PrependNBSP( EditorCell::EscapeHTMLChars(tmp->GetPrompt()->ToString() + tmp->GetEditable()->ToString())) << wxT("\n"); output << wxT("

    \n"); break; case GC_TYPE_TITLE: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << EditorCell::PrependNBSP(EditorCell::EscapeHTMLChars(tmp->GetEditable()->ToString())) << wxT("\n"); output << wxT("

    \n"); break; case GC_TYPE_PAGEBREAK: output << wxT("\n\n\n\n\n"); output << wxT("

    \n"); output << wxT("


    \n"); output << wxT("

    \n"); break; case GC_TYPE_IMAGE: { output << wxT("\n\n\n\n\n"); MathCell *out = tmp->GetLabel(); output << wxT("

    \n"); output << EditorCell::PrependNBSP(EditorCell::EscapeHTMLChars(tmp->GetPrompt()->ToString() + tmp->GetEditable()->ToString())) << wxT("\n"); output << wxT("
    \n"); if (tmp->GetLabel()->GetType() == MC_TYPE_SLIDE) { dynamic_cast(tmp->GetOutput())->ToGif(imgDir + wxT("/") + filename + wxString::Format(wxT("_%d.gif"), count)); output << wxT(" \"Animated"), count) << wxT("\n"); } else { ImgCell *imgCell = dynamic_cast(out); imgCell->ToImageFile( imgDir + wxT("/") + filename + wxString::Format(wxT("_%d."), count) + imgCell->GetExtension()); output << wxT(" \"Diagram\""), count, imgCell->GetExtension()); } count++; } break; } } tmp = dynamic_cast(tmp->m_next); } ////////////////////////////////////////////// // Footer ////////////////////////////////////////////// output << wxT("\n"); output << wxT("


    \n"); output << wxT(" Created with " "" "wxMaxima" ".\n"); output << wxEmptyString; bool exportContainsWXMX = false; wxConfig::Get()->Read(wxT("exportContainsWXMX"), &exportContainsWXMX); if (exportContainsWXMX) { wxString wxmxfileName_rel = imgDir_rel + wxT("/") + filename + wxT(".wxmx"); wxString wxmxfileName = path + wxT("/") + wxmxfileName_rel; ExportToWXMX(wxmxfileName, false); output << wxT(" The source of this maxima session can be downloaded " "
    " "here" ".\n"); } // // Close document // output << wxT(" \n"); output << wxT("\n"); bool outfileOK = !outfile.GetFile()->Error(); bool cssOK = !cssfile.GetFile()->Error(); outfile.Close(); cssfile.Close(); MathCell::ClipToDrawRegion(true); RecalculateForce(); return outfileOK && cssOK; } void MathCtrl::CodeCellVisibilityChanged() { // Move the cursor out of the currently active cell if we are about to // hide it if ((GetActiveCell() != NULL) && (GetActiveCell()->GetType() == MC_TYPE_INPUT) && (!m_configuration->ShowCodeCells()) ) SetHCaret(dynamic_cast(GetActiveCell()->GetGroup())); RecalculateForce(); ScrollToCaret(); } GroupCell *MathCtrl::CreateTreeFromWXMCode(wxArrayString *wxmLines) { bool hide = false; GroupCell *tree = NULL; GroupCell *last = NULL; GroupCell *cell = NULL; while (!wxmLines->IsEmpty()) { cell = NULL; if (wxmLines->Item(0) == wxT("/* [wxMaxima: hide output ] */")) hide = true; // Print title else if (wxmLines->Item(0) == wxT("/* [wxMaxima: title start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: title end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_TITLE, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } // Print section else if (wxmLines->Item(0) == wxT("/* [wxMaxima: section start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: section end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_SECTION, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } // Print subsection else if (wxmLines->Item(0) == wxT("/* [wxMaxima: subsect start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: subsect end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_SUBSECTION, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } // print subsubsection else if (wxmLines->Item(0) == wxT("/* [wxMaxima: subsubsect start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: subsubsect end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_SUBSUBSECTION, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } // Print comment else if (wxmLines->Item(0) == wxT("/* [wxMaxima: comment start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: comment end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_TEXT, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } // Print an image else if (wxmLines->Item(0) == wxT("/* [wxMaxima: caption start ]")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: caption end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_IMAGE, &m_cellPointers); cell->GetEditable()->SetValue(line); if (hide) { cell->Hide(true); hide = false; } // Gracefully handle captions without images if(wxmLines->IsEmpty()) break; wxmLines->RemoveAt(0); if (wxmLines->Item(0) == wxT("/* [wxMaxima: image start ]")) { wxmLines->RemoveAt(0); // Read the image type wxString imgtype = wxmLines->Item(0); wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT(" [wxMaxima: image end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell->SetOutput(new ImgCell(NULL, &m_configuration, &m_cellPointers, wxBase64Decode(line), imgtype)); } } // Print input else if (wxmLines->Item(0) == wxT("/* [wxMaxima: input start ] */")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT("/* [wxMaxima: input end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } cell = new GroupCell(&m_configuration, GC_TYPE_CODE, &m_cellPointers, line); if (hide) { cell->Hide(true); hide = false; } } if (wxmLines->Item(0) == wxT("/* [wxMaxima: answer start ] */")) { wxmLines->RemoveAt(0); wxString line; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT("/* [wxMaxima: answer end ] */"))) { if (line.Length() == 0) line += wxmLines->Item(0); else line += wxT("\n") + wxmLines->Item(0); wxmLines->RemoveAt(0); } if(last != NULL) last->AddAnswer(line); } if (wxmLines->Item(0) == wxT("/* [wxMaxima: autoanswer ] */")) { if(last != NULL) last->AutoAnswer(true); } else if (wxmLines->Item(0) == wxT("/* [wxMaxima: page break ] */")) { wxmLines->RemoveAt(0); cell = new GroupCell(&m_configuration, GC_TYPE_PAGEBREAK, &m_cellPointers); } else if (wxmLines->Item(0) == wxT("/* [wxMaxima: fold start ] */")) { wxmLines->RemoveAt(0); wxArrayString hiddenTree; while ((!wxmLines->IsEmpty()) && (wxmLines->Item(0) != wxT("/* [wxMaxima: fold end ] */"))) { hiddenTree.Add(wxmLines->Item(0)); wxmLines->RemoveAt(0); } last->HideTree(CreateTreeFromWXMCode(&hiddenTree)); } if (cell) { // if we have created a cell in this pass if (!tree) tree = last = cell; else { last->m_next = last->m_nextToDraw = cell; last->m_next->m_previous = last->m_next->m_previousToDraw = last; last = dynamic_cast(last->m_next); } cell = NULL; } if (!wxmLines->IsEmpty()) wxmLines->RemoveAt(0); } return tree; } /*! Export the file as TeX code */ bool MathCtrl::ExportToTeX(wxString file) { // Show a busy cursor as long as we export. wxBusyCursor crs; wxString imgDir; wxString path, filename, ext; GroupCell *tmp = m_tree; wxFileName::SplitPath(file, &path, &filename, &ext); imgDir = path + wxT("/") + filename + wxT("_img"); int imgCounter = 0; wxFileOutputStream outfile(file); if (!outfile.IsOk()) return false; wxTextOutputStream output(outfile); wxString documentclass = wxT("article"); wxConfig::Get()->Read(wxT("documentclass"), &documentclass); output << wxT("\\documentclass[leqno]{") + documentclass + wxT("}\n\n"); output << wxT("%% Created with wxMaxima " GITVERSION "\n\n"); output << wxT("\\setlength{\\parskip}{\\medskipamount}\n"); output << wxT("\\setlength{\\parindent}{0pt}\n"); output << wxT("\\usepackage[utf8]{luainputenc}\n"); // Tell LaTeX how to handle a few special characters. output << wxT("\\DeclareUnicodeCharacter{00B5}{\\ensuremath{\\mu}}\n"); // The following line loads all code needed in order to include graphics. output << wxT("\\usepackage{graphicx}\n"); // We want to color the labels and text cells. The following line adds the necessary // logic for this to TeX. output << wxT("\\usepackage{color}\n"); output << wxT("\\usepackage{amsmath}\n"); // We want to shrink pictures the user has included if they are // higher or wider than the page. output << wxT("\\usepackage{ifthen}\n"); output << wxT("\\newsavebox{\\picturebox}\n"); output << wxT("\\newlength{\\pictureboxwidth}\n"); output << wxT("\\newlength{\\pictureboxheight}\n"); output << wxT("\\newcommand{\\includeimage}[1]{\n"); output << wxT(" \\savebox{\\picturebox}{\\includegraphics{#1}}\n"); output << wxT(" \\settoheight{\\pictureboxheight}{\\usebox{\\picturebox}}\n"); output << wxT(" \\settowidth{\\pictureboxwidth}{\\usebox{\\picturebox}}\n"); output << wxT(" \\ifthenelse{\\lengthtest{\\pictureboxwidth > .95\\linewidth}}\n"); output << wxT(" {\n"); output << wxT(" \\includegraphics[width=.95\\linewidth,height=.80\\textheight,keepaspectratio]{#1}\n"); output << wxT(" }\n"); output << wxT(" {\n"); output << wxT(" \\ifthenelse{\\lengthtest{\\pictureboxheight>.80\\textheight}}\n"); output << wxT(" {\n"); output << wxT(" \\includegraphics[width=.95\\linewidth,height=.80\\textheight,keepaspectratio]{#1}\n"); output << wxT(" \n"); output << wxT(" }\n"); output << wxT(" {\n"); output << wxT(" \\includegraphics{#1}\n"); output << wxT(" }\n"); output << wxT(" }\n"); output << wxT("}\n"); output << wxT("\\newlength{\\thislabelwidth}\n"); // Define an "abs" operator for abs commands that are long enough to be broken into // lines. output << wxT("\\DeclareMathOperator{\\abs}{abs}\n"); // The animate package is only needed if we actually want to output animations // to LaTeX. Don't drag in this dependency if this feature was disabled in the settings. bool AnimateLaTeX = true; wxConfig::Get()->Read(wxT("AnimateLaTeX"), &AnimateLaTeX); if (AnimateLaTeX) { output << wxT("\\usepackage{animate} % This package is required because the wxMaxima configuration option\n"); output << wxT(" % \"Export animations to TeX\" was enabled when this file was generated.\n"); } output << wxT("\n"); output << wxT("\\definecolor{labelcolor}{RGB}{100,0,0}\n"); output << wxT("\n"); // Add an eventual preamble requested by the user. wxString texPreamble; wxConfig::Get()->Read(wxT("texPreamble"), &texPreamble); if (texPreamble != wxEmptyString) output << texPreamble << wxT("\n\n"); output << wxT("\\begin{document}\n"); // // Write contents // while (tmp != NULL) { wxString s = tmp->ToTeX(imgDir, filename, &imgCounter); output << s << wxT("\n"); tmp = dynamic_cast(tmp->m_next); } // // Close document // output << wxT("\\end{document}\n"); bool done = !outfile.GetFile()->Error(); outfile.Close(); return done; } wxString MathCtrl::UnicodeToMaxima(wxString s) { #if wxUSE_UNICODE s.Replace(wxT("\x00B2"), wxT("^2")); s.Replace(wxT("\x00B3"), wxT("^3")); s.Replace(wxT("\x00BD"), wxT("(1/2)")); s.Replace(wxT("\x221A"), wxT("sqrt")); // s.Replace(wxT("\x03C0"), wxT("%pi")); // s.Replace(wxT("\x2148"), wxT("%i")); // s.Replace(wxT("\x2147"), wxT("%e")); s.Replace(wxT("\x221E"), wxT("inf")); s.Replace(wxT("\x22C0"), wxT(" and ")); s.Replace(wxT("\x22C1"), wxT(" or ")); s.Replace(wxT("\x22BB"), wxT(" xor ")); s.Replace(wxT("\x22BC"), wxT(" nand ")); s.Replace(wxT("\x22BD"), wxT(" nor ")); s.Replace(wxT("\x21D2"), wxT(" implies ")); s.Replace(wxT("\x21D4"), wxT(" equiv ")); s.Replace(wxT("\x00AC"), wxT(" not ")); s.Replace(wxT("\x2260"), wxT(" # ")); s.Replace(wxT("\x2264"), wxT(" <= ")); s.Replace(wxT("\x2265"), wxT(" >= ")); s.Replace(wxT("\x2212"), wxT("-")); // An unicode minus sign s.Replace(wxT("\xDCB6"), wxT(" ")); // A non-breakable space #endif // Convert \x03C0 to %pi if it isn't part of a synbol name wxString retval; for (size_t i = 0; i < s.Length(); i++) switch (wxChar(s[i])) { case wxT('\x03C0'): { if ( ((i == 0) || (!wxIsalnum(s[i - 1]))) && ((i == s.Length() - 1) || (!wxIsalnum(s[i + 1]))) ) retval += wxT("%pi"); else retval += s[i]; } break; default: retval += s[i]; } return retval; } void MathCtrl::ExportToMAC(wxTextFile &output, GroupCell *tree, bool wxm, const std::vector &cellMap, bool fixReorderedIndices) { // Show a busy cursor as long as we open a file. wxBusyCursor crs; GroupCell *tmp = tree; // // Write contents // while (tmp != NULL) { AddLineToFile(output, tmp->ToWXM(wxm)); if ((wxm)&&(tmp->GetGroupType() == GC_TYPE_CODE)) { EditorCell *txt = tmp->GetEditable(); if (txt != NULL) { wxString input = txt->ToString(true); if (fixReorderedIndices) for (SimpleMathConfigurationIterator it = input; it.pos + 1 < it.input.length(); ++it) if (*it == '%' && (input[it.pos + 1] == 'i' || input[it.pos + 1] == 'o') && (it.pos == 0 || input[it.pos - 1] != '%')) { it.pos += 2; unsigned int startPos = it.pos; unsigned int temp = 0; for (; it.pos < input.Length() && (*it >= '0' && *it <= '9'); ++it.pos) temp = temp * 10 + (*it - '0'); if (temp >= cellMap.size() || cellMap[temp] < 1) continue; wxString tempstr; tempstr << cellMap[temp]; input.replace(startPos, it.pos - startPos, tempstr); it.pos = startPos + tempstr.length(); } } } tmp = dynamic_cast(tmp->m_next); } } bool MathCtrl::ExportToMAC(wxString file) { // Show a busy cursor as long as we export or save. wxBusyCursor crs; bool wxm; if (file.Right(4) == wxT(".wxm")) wxm = true; else wxm = false; wxTextFile backupfile(file + wxT("~")); if (backupfile.Exists()) { if (!backupfile.Open()) return false; backupfile.Clear(); } else if (!backupfile.Create()) return false; if (wxm) { AddLineToFile(backupfile, wxT("/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/"), false); wxString version(wxT(GITVERSION)); AddLineToFile(backupfile, wxT("/* [ Created with wxMaxima version ") + version + wxT(" ] */"), false); } bool fixReorderedIndices = m_configuration->FixReorderedIndices(); std::vector cellMap; if (fixReorderedIndices) { int cellIndex = 1; CalculateReorderedCellIndices(m_tree, cellIndex, cellMap); } ExportToMAC(backupfile, m_tree, wxm, cellMap, fixReorderedIndices); AddLineToFile(backupfile, wxEmptyString, false); if (wxm) { AddLineToFile(backupfile, wxT("/* Old versions of Maxima abort on loading files that end in a comment. */"), false); AddLineToFile(backupfile, wxT("\"Created with wxMaxima " GITVERSION "\"$"), false); } // Try to save the file. bool done = backupfile.Write(wxTextFileType_None); // Even if that failed we should perhaps still issue a Close() . if (!backupfile.Close()) return false; if (!done)return false; // If we succeeded in saving the backup file we now can overwrite the Real Thing. if (!wxRenameFile(file + wxT("~"), file, true)) { // We might have failed to move the file because an over-eager virus scanner wants to // scan it and a design decision of a filesystem driver might hinder us from moving // it during this action => Wait for a second and retry. wxSleep(1); if (!wxRenameFile(file + wxT("~"), file, true)) { wxSleep(1); if (!wxRenameFile(file + wxT("~"), file, true)) return false; } } if (wxm) m_saved = true; return true; } wxString ConvertToUnicode(wxString str) { #ifndef wxUSE_UNICODE str=str.wc_str(*wxConvCurrent), wxConvUTF8; #endif return str; } /* Save the data as wxmx file First saves the data to a backup file ending in .wxmx~ so if anything goes horribly wrong in this stepp all that is lost is the data that was input since the last save. Then the original .wxmx file is replaced in a (hopefully) atomic operation. */ bool MathCtrl::ExportToWXMX(wxString file, bool markAsSaved) { // Show a busy cursor as long as we export a file. wxBusyCursor crs; // delete temp file if it already exists wxString backupfile = file + wxT("~"); if (wxFileExists(backupfile)) { if (!wxRemoveFile(backupfile)) return false; } wxFFileOutputStream out(backupfile); if (!out.IsOk()) return false; wxZipOutputStream zip(out); wxTextOutputStream output(zip); /* The first zip entry is a file named "mimetype": This makes sure that the mimetype is always stored at the same position in the file. This is common practice. One example from an ePub file: 00000000 50 4b 03 04 14 00 00 08 00 00 cd bd 0a 43 6f 61 |PK...........Coa| 00000010 ab 2c 14 00 00 00 14 00 00 00 08 00 00 00 6d 69 |.,............mi| 00000020 6d 65 74 79 70 65 61 70 70 6c 69 63 61 74 69 6f |metypeapplicatio| 00000030 6e 2f 65 70 75 62 2b 7a 69 70 50 4b 03 04 14 00 |n/epub+zipPK....| */ // Make sure that the mime type is stored as plain text. // // We will keep that setting for the rest of the file for the following reasons: // - Compression of the .zip file won't improve compression of the embedded .png images // - The text part of the file is too small to justify compression // - not compressing the text part of the file allows version control systems to // determine which lines have changed and to track differences between file versions // efficiently (in a compressed text virtually every byte might change when one // byte at the start of the uncompressed original is) // - and if anything crashes in a bad way chances are high that the uncompressed // contents of the .wxmx file can be rescued using a text editor. // Who would - under these circumstances - care about a kilobyte? zip.SetLevel(0); zip.PutNextEntry(wxT("mimetype")); output << wxT("text/x-wxmathml"); zip.PutNextEntry(wxT("format.txt")); output << wxT( "\n\nThis file contains a wxMaxima session in the .wxmx format.\n" ".wxmx files are .xml-based files contained in a .zip container like .odt\n" "or .docx files. After changing their name to end in .zip the .xml and\n" "eventual bitmap files inside them can be extracted using any .zip file\n" "viewer.\n" "The reason why part of a .wxmx file still might still seem to make sense in a\n" "ordinary text viewer is that the text portion of .wxmx by default\n" "isn't compressed: The text is typically small and compressing it would\n" "mean that changing a single character would (with a high probability) change\n" "big parts of the whole contents of the compressed .zip archive.\n" "Even if version control tools like git and svn that remember all changes\n" "that were ever made to a file can handle binary files compression would\n" "make the changed part of the file bigger and therefore seriously reduce\n" "the efficiency of version control\n\n" "wxMaxima can be downloaded from https://github.com/andrejv/wxmaxima.\n" "It also is part of the windows installer for maxima\n" "(http://maxima.sourceforge.net).\n\n" "If a .wxmx file is broken but the content.xml portion of the file can still be\n" "viewed using an text editor just save the xml's text as \"content.xml\"\n" "and try to open it using a recent version of wxMaxima.\n" "If it is valid XML (the XML header is intact, all opened tags are closed again,\n" "the text is saved with the text encoding \"UTF8 without BOM\" and the few\n" "special characters XML requires this for are properly escaped)\n" "chances are high that wxMaxima will be able to recover all code and text\n" "from the XML file.\n\n" ); // next zip entry is "content.xml", xml of m_tree zip.PutNextEntry(wxT("content.xml")); output << wxT("\n"); output << wxT("\n"); output << wxT("\n\n"); // write document output << wxT("\nGetZoomFactor()) << wxT("\""); // ************************************************************************** // Find out the number of the cell the cursor is at and save this information // if we find it // Determine which cell the cursor is at. long ActiveCellNumber = 1; GroupCell *cursorCell = NULL; if (m_hCaretActive) { cursorCell = GetHCaret(); // If the cursor is before the 1st cell in the worksheet the cell number // is 0. if (!cursorCell) ActiveCellNumber = 0; } else { if (GetActiveCell()) cursorCell = dynamic_cast(GetActiveCell()->GetGroup()); } if (cursorCell == NULL) ActiveCellNumber = 0; // We want to save the information that the cursor is in the nth cell. // Count the cells until then. GroupCell *tmp = GetTree(); if (tmp == NULL) ActiveCellNumber = -1; if (ActiveCellNumber > 0) { while ((tmp) && (tmp != cursorCell)) { tmp = dynamic_cast(tmp->m_next); ActiveCellNumber++; } } // Paranoia: What happens if we didn't find the cursor? if (tmp == NULL) ActiveCellNumber = -1; // If we know where the cursor was we save this piece of information. // If not we omit it. if (ActiveCellNumber >= 0) output << wxString::Format(wxT(" activecell=\"%li\""), ActiveCellNumber); output << ">\n"; // Reset image counter ImgCell::WXMXResetCounter(); wxString xmlText; if (m_tree) xmlText = ConvertToUnicode(m_tree->ListToXML()); size_t xmlLen = xmlText.Length(); // Delete all but one control character from the string: there should be // no way for them to enter this string, anyway. But sometimes they still // do... for (size_t index = 0; index < xmlLen; index++) { wxChar c = xmlText[index]; if ((c < wxT('\t')) || ((c > wxT('\n')) && (c < wxT(' '))) || (c == wxChar((char) 0x7F)) ) { xmlText[index] = wxT(' '); } } if (m_tree != NULL)output << xmlText; output << wxT("\n"); // save images from memory to zip file wxFileSystem *fsystem = new wxFileSystem(); fsystem->AddHandler(new wxMemoryFSHandler); fsystem->ChangePathTo(wxT("memory:"), true); for (int i = 1; i <= ImgCell::WXMXImageCount(); i++) { wxString name = wxT("image"); name << i << wxT(".*"); name = fsystem->FindFirst(name); // TODO: This file remains as memory leak. But calling delete on it // causes already-freed memory to be overwritten. wxFSFile *fsfile = fsystem->OpenFile(name); name = name.Right(name.Length() - 7); if (fsfile) { zip.PutNextEntry(name); wxInputStream *imagefile = fsfile->GetStream(); while (!(imagefile->Eof())) imagefile->Read(zip); wxDELETE(imagefile); wxMemoryFSHandler::RemoveFile(name); } } wxDELETE(fsystem); if (!zip.Close()) return false; if (!out.Close()) return false; // Now that all data is save we can overwrite the actual save file. if (!wxRenameFile(backupfile, file, true)) { // We might have failed to move the file because an over-eager virus scanner wants to // scan it and a design decision of a filesystem driver might hinder us from moving // it during this action => Wait for a second and retry. wxSleep(1); if (!wxRenameFile(backupfile, file, true)) { wxSleep(1); if (!wxRenameFile(backupfile, file, true)) return false; } } if (markAsSaved) m_saved = true; return true; } /**! * CanEdit: we can edit the input if the we have the whole input in selection! */ bool MathCtrl::CanEdit() { if (m_cellPointers.m_selectionStart == NULL || m_cellPointers.m_selectionEnd != m_cellPointers.m_selectionStart) return false; if (!m_cellPointers.m_selectionStart->IsEditable()) return false; if (m_cellPointers.m_selectionStart->m_previous == NULL) return false; if (m_cellPointers.m_selectionStart->m_previous->GetType() != MC_TYPE_MAIN_PROMPT) return false; return true; } //! Is called on double click on a cell. void MathCtrl::OnDoubleClick(wxMouseEvent &WXUNUSED(event)) { // No more track the mouse when it is outside the worksheet if (HasCapture()) ReleaseMouse(); if (GetActiveCell() != NULL) GetActiveCell()->SelectWordUnderCaret(); else if (m_cellPointers.m_selectionStart != NULL) { GroupCell *parent = dynamic_cast(m_cellPointers.m_selectionStart->GetGroup()); MathCell *selectionStart = m_cellPointers.m_selectionStart; MathCell *selectionEnd = m_cellPointers.m_selectionEnd; parent->SelectOutput(&selectionStart, &selectionEnd); } RequestRedraw(); // Re-calculate the table of contents UpdateTableOfContents(); } bool MathCtrl::ActivatePrevInput() { if (m_cellPointers.m_selectionStart == NULL && GetActiveCell() == NULL) return false; GroupCell *tmp; if (m_cellPointers.m_selectionStart != NULL) tmp = dynamic_cast(m_cellPointers.m_selectionStart->GetGroup()); else { tmp = dynamic_cast(GetActiveCell()->GetGroup()); SetActiveCell(NULL); } if (tmp == NULL) return false; tmp = dynamic_cast(tmp->m_previous); if (tmp == NULL) return false; while ((tmp != NULL) && (tmp->m_previous != NULL) && (tmp->m_previous->GetMaxDrop() == 0)) tmp = dynamic_cast(tmp->m_previous); EditorCell *inpt = NULL; while (tmp != NULL && inpt == NULL) { inpt = tmp->GetEditable(); if (inpt == NULL) tmp = dynamic_cast(tmp->m_previous); } if (inpt == NULL) return false; SetActiveCell(inpt, false); GetActiveCell()->CaretToEnd(); RequestRedraw(); return true; } bool MathCtrl::ActivateNextInput(bool input) { if (m_cellPointers.m_selectionStart == NULL && GetActiveCell() == NULL) return false; GroupCell *tmp; if (m_cellPointers.m_selectionStart != NULL) tmp = dynamic_cast(m_cellPointers.m_selectionStart->GetGroup()); else { tmp = dynamic_cast(GetActiveCell()->GetGroup()); SetActiveCell(NULL); } if (tmp == NULL) return false; tmp = dynamic_cast(tmp->m_next); if (tmp == NULL) return false; while ((tmp != NULL) && (tmp->m_next != NULL) && (tmp->m_next->GetMaxDrop() == 0)) tmp = dynamic_cast(tmp->m_next); EditorCell *inpt = NULL; while (tmp != NULL && inpt == NULL) { if (input) inpt = dynamic_cast(tmp->GetInput()); else inpt = tmp->GetEditable(); if (inpt == NULL) tmp = dynamic_cast(tmp->m_next); } if (inpt == NULL) return false; SetActiveCell(inpt, false); GetActiveCell()->CaretToStart(); RequestRedraw(); return true; } ///////////////////////////////////////////////////////////// // methods related to evaluation queue // void MathCtrl::AddDocumentToEvaluationQueue() { FollowEvaluation(true); GroupCell *tmp = m_tree; while (tmp != NULL) { { AddToEvaluationQueue(tmp); tmp = dynamic_cast(tmp->m_next); } } SetHCaret(m_last); } void MathCtrl::AddToEvaluationQueue(GroupCell *cell) { if (cell->GetGroupType() == GC_TYPE_CODE) { // Gray out the output of the cell in order to mark it as "not current". if (cell->GetInput()) { cell->GetInput()->ContainsChanges(true); // ...and add it to the evaluation queue m_evaluationQueue.AddToQueue(cell); } } } /** * Add the entire document, including hidden cells, to the evaluation queue. */ void MathCtrl::AddEntireDocumentToEvaluationQueue() { FollowEvaluation(true); GroupCell *tmp = m_tree; while (tmp != NULL) { AddToEvaluationQueue(tmp); m_evaluationQueue.AddHiddenTreeToQueue(tmp); tmp = dynamic_cast(tmp->m_next); } SetHCaret(m_last); } void MathCtrl::AddSectionToEvaluationQueue(GroupCell *start) { // Find the begin of the current section start = StartOfSectioningUnit(start); // Find the end of the current section GroupCell *end = EndOfSectioningUnit(start); AddSelectionToEvaluationQueue(start, end); } void MathCtrl::AddRestToEvaluationQueue() { GroupCell *start = NULL; if(CellsSelected()) { start = dynamic_cast(m_cellPointers.m_selectionStart->GetGroup()); } if(start == NULL) start = GetHCaret(); if(start != NULL) start = dynamic_cast(start->m_next); if(start == NULL) return; AddSelectionToEvaluationQueue(start, m_last); } void MathCtrl::AddSelectionToEvaluationQueue() { AddSelectionToEvaluationQueue(dynamic_cast(m_cellPointers.m_selectionStart), dynamic_cast(m_cellPointers.m_selectionEnd)); } void MathCtrl::AddSelectionToEvaluationQueue(GroupCell *start, GroupCell *end) { FollowEvaluation(true); if ((start == NULL) || (end == NULL)) return; if (start->GetType() != MC_TYPE_GROUP) return; GroupCell *tmp = dynamic_cast(start); while (tmp != NULL) { AddToEvaluationQueue(tmp); if (tmp == end) break; tmp = dynamic_cast(tmp->m_next); } SetHCaret(dynamic_cast(end)); } void MathCtrl::AddDocumentTillHereToEvaluationQueue() { FollowEvaluation(true); GroupCell *stop; if (m_hCaretActive) stop = m_hCaretPosition; else { stop = dynamic_cast(GetActiveCell()->GetGroup()); if (stop->m_previous != NULL) stop = dynamic_cast(stop->m_previous); } if (stop != NULL) { GroupCell *tmp = m_tree; while (tmp != NULL) { AddToEvaluationQueue(tmp); if (tmp == stop) break; tmp = dynamic_cast(tmp->m_next); } } } void MathCtrl::AddCellToEvaluationQueue(GroupCell *gc) { AddToEvaluationQueue(dynamic_cast(gc)); SetHCaret(gc); } //////// end of EvaluationQueue related stuff //////////////// void MathCtrl::ScrolledAwayFromEvaluation(bool ScrolledAway) { if (ScrolledAway != m_scrolledAwayFromEvaluation) { m_scrolledAwayFromEvaluation = ScrolledAway; if (FollowEvaluation() && (ScrolledAway)) { FollowEvaluation(false); if ((m_mainToolBar) && (GetActiveCell() != NULL)) m_mainToolBar->EnableTool(ToolBar::tb_follow, true); } else { if (m_mainToolBar) m_mainToolBar->EnableTool(ToolBar::tb_follow, false); } } } void MathCtrl::FollowEvaluation(bool followEvaluation) { m_followEvaluation = followEvaluation; if (followEvaluation) ScrolledAwayFromEvaluation(false); } void MathCtrl::ScrollToCell(MathCell *cell, bool scrollToTop) { if (cell == NULL) { int view_x, view_y; GetViewStart(&view_x, &view_y); Scroll(view_x, 0); return; } if (cell == GetActiveCell()) { ScrollToCaret(); return; } int cellY = cell->GetCurrentY(); if (cellY < 0) { RecalculateForce(); cellY = cell->GetCurrentY(); } if (cellY < 0) cellY = cell->GetGroup()->GetCurrentY(); wxASSERT_MSG(cellY >= 0, _("Bug: Cell with negative y position!")); if (cellY < 0) return; int cellDrop = cell->GetDrop(); int cellCenter = cell->GetCenter(); int view_x, view_y; int height, width; GetViewStart(&view_x, &view_y); GetSize(&width, &height); view_y *= m_scrollUnit; int cellTop = cellY - cellCenter; int cellBottom = cellY + cellDrop; if (scrollToTop) { // Scroll upwards if the top of the thing we want to scroll to is less than 1/2 // scroll unit away from the top of the page if (cellTop - m_scrollUnit < view_y) Scroll(-1, MAX(cellTop / m_scrollUnit - 1, 0)); // Scroll downwards if the top of the thing we want to scroll to is less than 1/2 // scroll unit away from the bottom of the page if (cellTop + m_scrollUnit > view_y + height) Scroll(-1, MAX(cellTop / m_scrollUnit - 1, 0)); } else { // Scroll downwards if the bottom of the thing we want to scroll to is less // than 1/2 scroll unit away from the bottom of the page if (cellBottom + m_scrollUnit > view_y + height) Scroll(-1, MAX(cellBottom / m_scrollUnit - 1, 0)); // Scroll upwards if the bottom of the thing we want to scroll to is less than 1/2 // scroll unit away from the top of the page if (cellBottom - m_scrollUnit < view_y) Scroll(-1, MAX(cellBottom / m_scrollUnit - 1, 0)); } RequestRedraw(); } void MathCtrl::Undo() { if (CanUndoInsideCell()) { UndoInsideCell(); Recalculate(); } else { if (CanTreeUndo()) { TreeUndo(); UpdateTableOfContents(); } } } void MathCtrl::TreeUndo_LimitUndoBuffer() { wxConfigBase *config = wxConfig::Get(); long undoLimit = 0; config->Read(wxT("undoLimit"), &undoLimit); if (undoLimit < 0) undoLimit = 0; if (undoLimit == 0) return; while ((long) treeUndoActions.size() > undoLimit) TreeUndo_DiscardAction(&treeUndoActions); } bool MathCtrl::CanTreeUndo() { if (treeUndoActions.empty()) return false; else { // If the next undo action will delete cells we have to look if we are allowed // to do this. if (treeUndoActions.front()->m_newCellsEnd) return CanDeleteRegion( treeUndoActions.front()->m_start, treeUndoActions.front()->m_newCellsEnd ); else return true; } } bool MathCtrl::CanTreeRedo() { if (treeRedoActions.empty()) { return false; } else { // If the next redo action will delete cells we have to look if we are allowed // to do this. if (treeRedoActions.front()->m_newCellsEnd) return CanDeleteRegion( treeRedoActions.front()->m_start, treeRedoActions.front()->m_newCellsEnd ); else return true; } } void MathCtrl::Redo() { if (CanRedoInsideCell()) { RedoInsideCell(); } else { if (CanTreeRedo()) { TreeRedo(); UpdateTableOfContents(); } } } bool MathCtrl::CanMergeSelection() { // We cannot merge cells if not at least two cells are selected if (GetSelectionStart() == GetSelectionEnd()) return false; // We cannot merge cells if we cannot delete the cells that are // removed during the merge. if (!CanDeleteSelection()) return false; return true; } bool MathCtrl::TreeUndoCellDeletion(std::list *sourcelist, std::list *undoForThisOperation) { TreeUndoAction *action = sourcelist->front(); GroupCell *newCursorPos = action->m_oldCells; if(newCursorPos != NULL) while(newCursorPos->m_next != NULL) newCursorPos = dynamic_cast(newCursorPos->m_next); InsertGroupCells(action->m_oldCells, action->m_start, undoForThisOperation); SetHCaret(newCursorPos); return true; } bool MathCtrl::TreeUndoCellAddition(std::list *sourcelist, std::list *undoForThisOperation) { TreeUndoAction *action = sourcelist->front(); wxASSERT_MSG(action->m_start != NULL, _("Bug: Got a request to delete the cell above the beginning of the worksheet.")); // We make the cell we want to end the deletion with visible. if (action->m_newCellsEnd->RevealHidden()) FoldOccurred(); wxASSERT_MSG(CanDeleteRegion(action->m_start, action->m_newCellsEnd), _("Got a request to undo an action that involves an delete which isn't possible at this moment.")); // Set the cursor to a sane position. if (action->m_newCellsEnd->m_next) SetHCaret(dynamic_cast(action->m_newCellsEnd->m_next)); else SetHCaret(dynamic_cast(action->m_start->m_previous)); // Actually delete the cells we want to remove. DeleteRegion(action->m_start, action->m_newCellsEnd, undoForThisOperation); return true; } bool MathCtrl::TreeUndoTextChange(std::list *sourcelist, std::list *undoForThisOperation) { TreeUndoAction *action = sourcelist->front(); wxASSERT_MSG(action->m_start != NULL, _("Bug: Got a request to change the contents of the cell above the beginning of the worksheet.")); if (!m_tree->Contains(action->m_start)) { wxASSERT_MSG(m_tree->Contains(action->m_start), _("Bug: Undo request for cell outside worksheet.")); return false; } if (action->m_start) { // If this action actually does do nothing - we have not done anything // and want to make another attempt on undoing things. if ( (action->m_oldText == action->m_start->GetEditable()->GetValue()) || (action->m_oldText + wxT(";") == action->m_start->GetEditable()->GetValue()) ) { sourcelist->pop_front(); return TreeUndo(sourcelist, undoForThisOperation); } // Document the old state of this cell so the next action can be undone. TreeUndoAction *undoAction = new TreeUndoAction; undoAction->m_start = action->m_start; undoAction->m_oldText = action->m_start->GetEditable()->GetValue(); undoForThisOperation->push_front(undoAction); // Revert the old cell state action->m_start->GetEditable()->SetValue(action->m_oldText); // Make sure that the cell we have to work on is in the visible part of the tree. if (action->m_start->RevealHidden()) FoldOccurred(); SetHCaret(action->m_start); Recalculate(true); RequestRedraw(); wxASSERT_MSG(action->m_newCellsEnd == NULL, _("Bug: Got a request to first change the contents of a cell and to then undelete it.")); wxASSERT_MSG(action->m_oldCells == NULL, _("Bug: Undo action with both cell contents change and cell addition.")); return true; } return false; } bool MathCtrl::TreeUndo(std::list *sourcelist, std::list *undoForThisOperation) { if (sourcelist->empty()) return false; m_saved = false; // Seems like saving the current value of the currently active cell // in the tree undo buffer makes the behavior of TreeUndo feel // more predictable to the user. if (GetActiveCell()) TreeUndo_CellLeft(); if(sourcelist->empty()) return false; TreeUndoAction *action = sourcelist->front(); if(action == NULL) return false; if (action->m_start) { // Make sure that the cell we work on is in the visible part of the tree. if (action->m_start->RevealHidden()) FoldOccurred(); } bool actionContinues; do{ action = sourcelist->front(); if (action->m_newCellsEnd) TreeUndoCellAddition(sourcelist, undoForThisOperation); else { if (action->m_oldCells != NULL) TreeUndoCellDeletion(sourcelist, undoForThisOperation); else TreeUndoTextChange(sourcelist, undoForThisOperation); } TreeUndo_AppendAction(undoForThisOperation); sourcelist->pop_front(); if(!sourcelist->empty()) actionContinues = sourcelist->front()->m_partOfAtomicAction; } while (actionContinues && (!sourcelist->empty())); if(!undoForThisOperation->empty()) undoForThisOperation->front()->m_partOfAtomicAction = false; Recalculate(true); RequestRedraw(); return true; } /*! Mark a editor cell as the active one */ void MathCtrl::SetActiveCell(EditorCell *cell, bool callRefresh) { if(GetActiveCell() == cell) return; if (GetActiveCell() != NULL) TreeUndo_CellLeft(); if(m_mainToolBar != NULL) { if(cell == NULL) { m_mainToolBar -> UnsetCellStyle(); } else m_mainToolBar -> SetCellStyle(dynamic_cast(cell->GetGroup())->GetGroupType()); } bool scrollneeded = ((GetActiveCell() != NULL) && (GetActiveCell() != cell)); if (cell != NULL) { m_cellPointers.m_selectionStart = NULL; m_cellPointers.m_selectionEnd = NULL; cell->ActivateCursor(); if (!m_redrawRequested) m_caretTimer.Stop(); } else if (GetActiveCell()) GetActiveCell()->DeactivateCursor(); TreeUndo_CellEntered(); if (cell != NULL) { m_blinkDisplayCaret = true; int blinktime = wxCaret::GetBlinkTime(); if (blinktime < 200) blinktime = 200; m_caretTimer.Start(blinktime); m_hCaretActive = false; // we have activated a cell .. disable caret m_hCaretPosition = NULL; } if (callRefresh) // = true default RequestRedraw(); if ((cell != NULL) && (!m_configuration->ShowCodeCells()) && (GetActiveCell()->GetType() == MC_TYPE_INPUT) ) { m_configuration->ShowCodeCells(true); CodeCellVisibilityChanged(); } if (scrollneeded && (cell != NULL)) ScrollToCaret(); } void MathCtrl::SetSelection(MathCell *start, MathCell *end) { if((m_cellPointers.m_selectionStart != start) || (m_cellPointers.m_selectionEnd != end)) RequestRedraw(); m_cellPointers.m_selectionStart = start; m_cellPointers.m_selectionEnd = end; if (m_cellPointers.m_selectionStart == NULL) { m_hCaretPositionStart = NULL; m_hCaretPositionEnd = NULL; } if(m_mainToolBar != NULL) { if ((start == NULL) && (end == NULL)) { if(GetActiveCell() == NULL) { m_mainToolBar->UnsetCellStyle(); } } else { if((start != end) && (GetActiveCell() == NULL)) { m_mainToolBar->UnsetCellStyle(); } else m_mainToolBar -> SetCellStyle(dynamic_cast(start)->GetGroupType()); } } } bool MathCtrl::PointVisibleIs(wxPoint point) { int view_x, view_y; int height, width; CalcUnscrolledPosition(0, 0, &view_x, &view_y); GetSize(&width, &height); if ((point.y < view_y) || (point.y > view_y + height - wxSystemSettings::GetMetric(wxSYS_HTHUMB_X) - 20)) return false; if ((point.x < view_x) || (point.x > view_x + width - wxSystemSettings::GetMetric(wxSYS_HTHUMB_X) - 20)) return false; return true; } void MathCtrl::ShowPoint(wxPoint point) { if (point.x < 0 || point.y < 0) return; int view_x, view_y; int height, width; bool sc = false; int scrollToX = -1, scrollToY = -1; // Get the position [in pixels] the visible portion of the worksheet starts at GetViewStart(&view_x, &view_y); view_x *= m_scrollUnit; view_y *= m_scrollUnit; // Get the size of the worksheet window GetSize(&width, &height); // The scrollbars make part of the window size, but not of the // size usable for text height -= wxSystemSettings::GetMetric(wxSYS_VTHUMB_Y); width -= wxSystemSettings::GetMetric(wxSYS_HTHUMB_X); Configuration *configuration = m_configuration; int fontsize_px = configuration->GetZoomFactor() * configuration->GetDefaultFontSize(); if ( (point.y - fontsize_px < view_y) || (point.y + fontsize_px > view_y + height - 20) ) { sc = true; scrollToY = point.y - height / 2; } else scrollToY = view_y; if ( (point.x - fontsize_px < view_x) || (point.x + 2 > view_x + width - 20) ) { sc = true; scrollToX = point.x - width / 2; } else scrollToX = view_x; if (sc) { Scroll(scrollToX / m_scrollUnit, scrollToY / m_scrollUnit); } } bool MathCtrl::CutToClipboard() { if (GetActiveCell() != NULL) { GetActiveCell()->CutToClipboard(); GetActiveCell()->GetGroup()->ResetSize(); Recalculate(); RequestRedraw(); return true; } else if (m_cellPointers.m_selectionStart != NULL && m_cellPointers.m_selectionStart->GetType() == MC_TYPE_GROUP) { CopyCells(); DeleteSelection(); return true; } return false; } /**** * PasteFromClipboard * Checks if we have cell structure in the clipboard. * If not, then pastes text into activeCell or opens a new cell * if hCaretActive == true. If yes, copies the cell structure. */ void MathCtrl::PasteFromClipboard() { bool cells = false; // Check for cell structure if (!wxTheClipboard->Open()) return; // Check if the clipboard contains text. if ((wxTheClipboard->IsSupported(wxDF_TEXT)) || (wxTheClipboard->IsSupported(m_wxmFormat))) { wxString inputs; if (wxTheClipboard->IsSupported(m_wxmFormat)) { wxmDataObject data; wxTheClipboard->GetData(data); inputs = wxString::FromUTF8((char *) data.GetData()) + wxT("\0"); } else { wxTextDataObject data; wxTheClipboard->GetData(data); inputs = data.GetText(); } if (inputs.StartsWith(wxT("/* [wxMaxima: "))) { // Convert the text from the clipboard into an array of lines wxStringTokenizer lines(inputs, wxT("\n")); wxArrayString lines_array; while (lines.HasMoreTokens()) lines_array.Add(lines.GetNextToken()); // Load the array like we would do with a .wxm file GroupCell *contents = CreateTreeFromWXMCode(&lines_array); // Add the result of the last operation to the worksheet. if (contents) { // ! Tell the rest of this function that we have found cells cells = true; // Search for the last cell we want to paste GroupCell *end = contents; while (end->m_next != NULL) end = dynamic_cast(end->m_next); // Now paste the cells if (m_tree == NULL) { // Empty work sheet => We paste cells as the new cells m_tree = contents; m_last = end; } else { if (m_hCaretActive) { if ((m_cellPointers.m_selectionStart != NULL) && (m_cellPointers.m_selectionStart->GetType() == MC_TYPE_GROUP)) { DeleteSelection(); TreeUndo_AppendAction(); } InsertGroupCells(contents,GetHCaret()); } else InsertGroupCells(contents,dynamic_cast(GetActiveCell()->GetGroup())); } NumberSections(); Recalculate(); RequestRedraw(); SetHCaret(end); } } } // Check if the clipboard contains an image. else if (wxTheClipboard->IsSupported(wxDF_BITMAP)) { OpenHCaret(wxEmptyString, GC_TYPE_IMAGE); GroupCell *group = dynamic_cast(GetActiveCell()->GetGroup()); if (group != NULL) { wxBitmapDataObject bitmap; wxTheClipboard->GetData(bitmap); ImgCell *ic = new ImgCell(group, &m_configuration, &m_cellPointers, bitmap.GetBitmap()); group->AppendOutput(ic); } } // Clipboard does not have the cell structure. if (!cells) { if (GetActiveCell() != NULL) { GetActiveCell()->PasteFromClipboard(); GetActiveCell()->GetGroup()->ResetSize(); Recalculate(); RequestRedraw(); } else { if (m_hCaretActive == true) { if (wxTheClipboard->IsSupported(wxDF_TEXT)) { wxTextDataObject obj; wxTheClipboard->GetData(obj); wxString txt = obj.GetText(); OpenHCaret(txt); RequestRedraw(); } } } } // Make sure the clipboard is closed! wxTheClipboard->Close(); UpdateMLast(); UpdateTableOfContents(); ScrolledAwayFromEvaluation(); } void MathCtrl::SelectAll() { if (GetActiveCell() == NULL && m_tree != NULL) { SetSelection(m_tree, m_last); m_clickType = CLICK_TYPE_GROUP_SELECTION; m_hCaretActive = false; } else if (GetActiveCell() != NULL) { if (!GetActiveCell()->AllSelected()) GetActiveCell()->SelectAll(); else { SetActiveCell(NULL); SetSelection(m_tree, m_last); m_clickType = CLICK_TYPE_GROUP_SELECTION; m_hCaretActive = false; } } ScrolledAwayFromEvaluation(); RequestRedraw(); } void MathCtrl::DivideCell() { if (GetActiveCell() == NULL) return; GroupCell *parent = dynamic_cast(GetActiveCell()->GetGroup()); if (parent->GetEditable() != GetActiveCell()) return; int gctype = parent->GetGroupType(); if (gctype == GC_TYPE_IMAGE) return; if (GetActiveCell()->CaretAtStart() || GetActiveCell()->CaretAtEnd()) return; wxString newcellstring = GetActiveCell()->DivideAtCaret(); SetHCaret(parent, false); OpenHCaret(newcellstring, gctype); if (GetActiveCell()) GetActiveCell()->CaretToStart(); ScrolledAwayFromEvaluation(); } void MathCtrl::MergeCells() { wxString newcell = wxEmptyString; MathCell *tmp = m_cellPointers.m_selectionStart; if (!tmp) return; if (tmp->GetType() != MC_TYPE_GROUP) return; // should not happen while (tmp) { if (newcell.Length() > 0) newcell += wxT("\n"); newcell += dynamic_cast(tmp)->GetEditable()->GetValue(); if (tmp == m_cellPointers.m_selectionEnd) break; tmp = tmp->m_next; } EditorCell *editor = dynamic_cast(m_cellPointers.m_selectionStart)->GetEditable(); editor->SetValue(newcell); m_cellPointers.m_selectionStart = dynamic_cast(m_cellPointers.m_selectionStart->m_next); DeleteSelection(); editor->GetGroup()->ResetSize(); dynamic_cast(editor->GetGroup())->ResetInputLabel(); editor->ResetSize(); Recalculate(); SetActiveCell(editor, true); ScrolledAwayFromEvaluation(); } void MathCtrl::OnSetFocus(wxFocusEvent &event) { m_hasFocus = true; // We want the cursor to blink in this case int blinktime = wxCaret::GetBlinkTime(); if (blinktime < 200) blinktime = 200; m_caretTimer.Start(blinktime); if (GetActiveCell() != NULL) GetActiveCell()->SetFocus(true); // And we want the cursor start in its visible phase. wxTimerEvent dummy; dummy.SetId(CARET_TIMER_ID); OnTimer(dummy); event.Skip(); } void MathCtrl::OnKillFocus(wxFocusEvent &event) { m_hasFocus = false; if (GetActiveCell() != NULL) GetActiveCell()->SetFocus(false); event.Skip(); } void MathCtrl::CheckUnixCopy() { if (CanCopy(true)) { wxTheClipboard->UsePrimarySelection(true); if (wxTheClipboard->IsUsingPrimarySelection()) { if (wxTheClipboard->Open()) { wxDataObjectComposite *data = new wxDataObjectComposite; // The \0 seems to prevent data corruption on seleting strings while evaluating. // The wxTextDataObject is a speculative go at the same bug. data->Add(new wxTextDataObject(GetString() + wxT('\0'))); wxTheClipboard->SetData(data); wxTheClipboard->Close(); } } wxTheClipboard->UsePrimarySelection(false); } } //! Is this cell selected? bool MathCtrl::IsSelected(int type) { if (m_cellPointers.m_selectionStart == NULL) return false; else if (type == MC_TYPE_IMAGE || type == MC_TYPE_SLIDE) { if (m_cellPointers.m_selectionStart != m_cellPointers.m_selectionEnd || m_cellPointers.m_selectionStart->GetType() != type) return false; else return true; } else if (m_cellPointers.m_selectionStart->GetType() != type) return false; return true; } //! Starts playing the animation of a cell generated with the with_slider_* commands void MathCtrl::Animate(bool run) { if (CanAnimate()) { SlideShow *slideShow = dynamic_cast(GetSelectionStart()); slideShow->AnimationRunning(run); } } bool MathCtrl::IsSelectionInWorking() { if (m_cellPointers.m_selectionStart == NULL) return false; if (GetWorkingGroup() == NULL) return false; if (m_cellPointers.m_selectionStart->GetGroup() != GetWorkingGroup()) return false; return true; } GroupCell *MathCtrl::GetHCaret() { if (m_hCaretActive) return m_hCaretPosition; if (GetActiveCell()) return dynamic_cast(GetActiveCell()->GetGroup()); if (m_cellPointers.m_selectionStart) return dynamic_cast(m_cellPointers.m_selectionStart->GetGroup()); if (MouseSelectionStart() != NULL) return dynamic_cast(MouseSelectionStart()->GetGroup()); // A fallback value that is returned if nothing else seems to work return m_last; } /** * Set the HCaret to its default location, at the end of the document. */ void MathCtrl::SetDefaultHCaret() { SetHCaret(m_last); } void MathCtrl::OnActivate(wxActivateEvent &WXUNUSED(event)) { // If the focus changes we might want to refresh the menu. RequestRedraw(); } /** * Set the HCaret at the location of the given MathCell. * * @param where The cell to place the cursor before. * @param callRefresh Call with false when manually refreshing. */ void MathCtrl::SetHCaret(GroupCell *where, bool callRefresh) { SetSelection(NULL); if(m_mainToolBar != NULL) { m_mainToolBar->UnsetCellStyle(); } m_hCaretPositionStart = m_hCaretPositionEnd = NULL; SetActiveCell(NULL, false); if (where != NULL) wxASSERT_MSG( where->GetType() == MC_TYPE_GROUP, _("Bug: Trying to move the horizontally-drawn cursor to a place inside a GroupCell.")); if(m_hCaretPosition != where) { m_hCaretPosition = where; m_hCaretActive = true; if (callRefresh) // = true default RequestRedraw(); if (where != NULL) ScrollToCell(where, false); // Tell the cursor to blink, but to be visible right now. m_blinkDisplayCaret = true; m_hCaretBlinkVisible = true; int blinktime = wxCaret::GetBlinkTime(); if (blinktime < 200) blinktime = 200; m_caretTimer.Start(blinktime); } m_hCaretPosition = where; m_hCaretActive = true; } void MathCtrl::ShowHCaret() { if (m_hCaretPosition == NULL) { if (m_last != NULL) { SetHCaret(m_last); } else SetHCaret(NULL); } m_hCaretActive = true; } bool MathCtrl::CanUndoInsideCell() { if (GetActiveCell() == NULL) return false; return GetActiveCell()->CanUndo(); } void MathCtrl::UndoInsideCell() { if (GetActiveCell() != NULL) { GetActiveCell()->Undo(); GetActiveCell()->GetGroup()->ResetSize(); GetActiveCell()->ResetSize(); Recalculate(); RequestRedraw(); } } bool MathCtrl::CanRedoInsideCell() { if (GetActiveCell() == NULL) return false; return GetActiveCell()->CanRedo(); } void MathCtrl::RedoInsideCell() { if (GetActiveCell() != NULL) { GetActiveCell()->Redo(); GetActiveCell()->GetGroup()->ResetSize(); Recalculate(); RequestRedraw(); } } void MathCtrl::SaveValue() { if (GetActiveCell() != NULL) GetActiveCell()->SaveValue(); } void MathCtrl::RemoveAllOutput() { // We don't want to remove all output if maxima is currently evaluating. if (GetWorkingGroup() != NULL) return; if(CellsSelected()) { // If the selection is in the output we want to remove the selection. if(m_cellPointers.m_selectionStart->GetType() != MC_TYPE_GROUP) SetSelection(NULL); } SetActiveCell(NULL); RemoveAllOutput(m_tree); Recalculate(); RequestRedraw(); } void MathCtrl::RemoveAllOutput(GroupCell *tree) { if (tree == NULL) tree = m_tree; while (tree != NULL) { // If this function actually does do something we // should enable the "save" button. m_saved = false; tree->RemoveOutput(); GroupCell *sub = tree->GetHiddenTree(); if (sub != NULL) RemoveAllOutput(sub); tree = dynamic_cast(tree->m_next); } } void MathCtrl::OnMouseMiddleUp(wxMouseEvent &event) { m_cellPointers.ResetSearchStart(); wxTheClipboard->UsePrimarySelection(true); if(wxTheClipboard->IsUsingPrimarySelection()) { OnMouseLeftDown(event); m_leftDown = false; if (m_clickType != CLICK_TYPE_NONE) PasteFromClipboard(); m_clickType = CLICK_TYPE_NONE; if(HasCapture()) ReleaseMouse(); wxTheClipboard->UsePrimarySelection(false); } } void MathCtrl::CommentSelection() { if (GetActiveCell()) { EditorCell *active = GetActiveCell(); active->CommentSelection(); active->ResetSize(); active->GetGroup()->ResetSize(); Recalculate(dynamic_cast(active->GetGroup())); } } void MathCtrl::OnScrollChanged(wxScrollEvent &WXUNUSED(ev)) { // Did we scroll away from the cell that is being currently evaluated? // If yes we want to no more follow the evaluation with the scroll and // want to enable the button that brings us back. ScrolledAwayFromEvaluation(); // We don't want to start the autosave while the user is scrolling through // the document since this will shortly halt the scroll m_keyboardInactiveTimer.StartOnce(10000); } wxString MathCtrl::GetInputAboveCaret() { if (!m_hCaretActive || m_hCaretPosition == NULL) return wxEmptyString; EditorCell *editor = dynamic_cast(m_hCaretPosition->GetEditable()); if (editor != NULL) return editor->ToString(); return wxEmptyString; } wxString MathCtrl::GetOutputAboveCaret() { if (!m_hCaretActive || m_hCaretPosition == NULL) return wxEmptyString; MathCell *selectionStart = m_cellPointers.m_selectionStart; MathCell *selectionEnd = m_cellPointers.m_selectionEnd; m_hCaretPosition->SelectOutput(&selectionStart, &selectionEnd); wxString output = GetString(); SetSelection(NULL); RequestRedraw(); return output; } bool MathCtrl::FindIncremental(wxString str, bool down, bool ignoreCase) { if (SearchStart() != NULL) { SetActiveCell(SearchStart()); SearchStart()->CaretToPosition(IndexSearchStartedAt()); } if (str != wxEmptyString) return FindNext(str, down, ignoreCase, false); else return true; } bool MathCtrl::FindNext(wxString str, bool down, bool ignoreCase, bool warn) { if (m_tree == NULL) return false; GroupCell *pos; int starty; if (down) starty = 0; else { wxSize canvasSize = GetClientSize(); starty = canvasSize.y; } // Default the start of the search at the top or the bottom of the screen wxPoint topleft; CalcUnscrolledPosition(0, starty, &topleft.x, &topleft.y); pos = m_tree; while (pos != NULL) { wxRect rect = pos->GetRect(); if (rect.GetBottom() > topleft.y) break; pos = dynamic_cast(pos->m_next); } if (pos == NULL) { if (down) pos = m_tree; else pos = m_last; } // If a cursor is active we start the search there instead if (GetActiveCell() != NULL) pos = dynamic_cast(GetActiveCell()->GetGroup()); else if (m_hCaretActive) { if (down) { if (m_hCaretPosition != NULL) { if (m_hCaretPosition->m_next != NULL) pos = dynamic_cast(m_hCaretPosition->m_next); else pos = m_hCaretPosition; } } else { pos = m_hCaretPosition; } } // If we still don't have a place to start searching we have definitively tried to // search in any empty worksheet and know we won't get any result. if (pos == NULL) return false; pos->GetEditable()->SearchStartedHere(pos->GetEditable()->GetCaretPosition()); // Remember where to go if we need to wrapp the search. GroupCell *start = pos; bool wrappedSearch = false; while ((pos != start) || (!wrappedSearch)) { EditorCell *editor = dynamic_cast(pos->GetEditable()); if (editor != NULL) { bool found = editor->FindNext(str, down, ignoreCase); if (found) { int start, end; editor->GetSelection(&start, &end); SetActiveCell(editor); editor->SetSelection(start, end); ScrollToCaret(); UpdateTableOfContents(); RequestRedraw(); if ((wrappedSearch) && warn) { wxMessageDialog dialog(m_findDialog, _("Wrapped search"), wxEmptyString, wxCENTER | wxOK); dialog.ShowModal(); } return true; } } if (down) { pos = dynamic_cast(pos->m_next); if (pos == NULL) { wrappedSearch = true; pos = m_tree; } } else { pos = dynamic_cast(pos->m_previous); if (pos == NULL) { wrappedSearch = true; pos = m_last; } } } return false; } bool MathCtrl::CaretVisibleIs() { if (m_hCaretActive) { int y = -1; if (m_hCaretPosition) y = m_hCaretPosition->GetCurrentY(); int view_x, view_y; int height, width; GetViewStart(&view_x, &view_y); GetSize(&width, &height); view_x *= m_scrollUnit; view_y *= m_scrollUnit; return ((y >= view_y) && (y <= view_y + height)); } else { if (GetActiveCell()) { wxPoint point = GetActiveCell()->PositionToPoint(m_configuration->GetDefaultFontSize()); if (point.y < 1) { RecalculateForce(); point = GetActiveCell()->PositionToPoint(m_configuration->GetDefaultFontSize()); } return PointVisibleIs(point); } else return false; } } void MathCtrl::ScrollToCaret() { if (m_hCaretActive) { ScrollToCell(m_hCaretPosition, false); } else { if (GetActiveCell()) { wxPoint point = GetActiveCell()->PositionToPoint(m_configuration->GetDefaultFontSize()); if (point.y == -1) { RecalculateForce(); point = GetActiveCell()->PositionToPoint(m_configuration->GetDefaultFontSize()); } if (QuestionPending()) { point.x = 0; point.y = GetActiveCell()->GetGroup()->GetCurrentY(); } else ShowPoint(point); } } } void MathCtrl::Replace(wxString oldString, wxString newString, bool ignoreCase) { if (GetActiveCell() != NULL) { if (GetActiveCell()->ReplaceSelection(oldString, newString, false, ignoreCase)) { m_saved = false; GroupCell *group = dynamic_cast(GetActiveCell()->GetGroup()); group->ResetInputLabel(); group->ResetSize(); GetActiveCell()->ResetSize(); Recalculate(); Refresh(); } GetActiveCell()->SearchStartedHere(); } } int MathCtrl::ReplaceAll(wxString oldString, wxString newString, bool ignoreCase) { m_cellPointers.ResetSearchStart(); if (m_tree == NULL) return 0; int count = 0; GroupCell *tmp = m_tree; while (tmp != NULL) { EditorCell *editor = dynamic_cast(tmp->GetEditable()); if (editor != NULL) { int replaced = editor->ReplaceAll(oldString, newString, ignoreCase); if (replaced > 0) { count += replaced; tmp->ResetInputLabel(); tmp->ResetSize(); } } tmp = dynamic_cast(tmp->m_next); } if (count > 0) { m_saved = false; Recalculate(); RequestRedraw(); } return count; } bool MathCtrl::Autocomplete(AutoComplete::autoCompletionType type) { EditorCell *editor = GetActiveCell(); if (editor == NULL) return false; editor->SelectWordUnderCaret(false, false, true); wxString partial = editor->GetSelectionString(); if (type == AutoComplete::command) { // Let's look if we want to complete a unit instead of a command. bool inEzUnit = true; wxString frontOfSelection = editor->TextInFrontOfSelection(); int positionOfEzunitStart = frontOfSelection.rfind(wxT('`')); if (positionOfEzunitStart != wxNOT_FOUND) { frontOfSelection = frontOfSelection.Mid(positionOfEzunitStart + 1); int numberOfParenthesis = 0; for (size_t i = 0; i < frontOfSelection.Length() - 1; i++) { wxChar ch = frontOfSelection[i]; if ( (!wxIsalnum(ch)) && (ch != wxT('(')) && (ch != wxT(')')) && (ch != wxT('*')) && (ch != wxT('/')) ) inEzUnit = false; if (ch == wxT('(')) numberOfParenthesis++; if (ch == wxT(')')) { numberOfParenthesis++; if (numberOfParenthesis < 0) inEzUnit = false; } } } else inEzUnit = false; if (inEzUnit) type = AutoComplete::unit; // If we don't have an unit to complete we perhaps want to autocomplete a package name // or the name of a demo file if(!inEzUnit) { wxString currentCommand = editor->GetCurrentCommand(); if((currentCommand == wxT("load")) || (currentCommand == wxT("batchload")) || (currentCommand == wxT("batch"))) { type = AutoComplete::loadfile; if(partial == wxEmptyString) partial = wxString("\""); } if(currentCommand == wxT("demo")) { type = AutoComplete::demofile; if(partial == wxEmptyString) partial = wxString("\""); } if((type == AutoComplete::demofile) || (type == AutoComplete::loadfile)) { if(partial[0] != wxT('\"')) { partial = wxT("\"") + partial; // If the editor auto-adds a closing quote this causes auto-completion to fail editor->ReplaceSelection(editor->GetSelectionString(), partial, true); } if((partial.EndsWith("\"") && (!(partial.EndsWith("\\\""))))) { partial = partial.Left(partial.Length() - 1); editor->ReplaceSelection(editor->GetSelectionString(), partial, true); } } if((type == AutoComplete::command) && (partial[0] == wxT('\"'))) type = AutoComplete::generalfile; if(type == AutoComplete::demofile) m_autocomplete.UpdateDemoFiles(partial, wxFileName(m_currentFile).GetPath(wxPATH_GET_VOLUME)); if(type == AutoComplete::loadfile) m_autocomplete.UpdateLoadFiles(partial, wxFileName(m_currentFile).GetPath(wxPATH_GET_VOLUME)); if(type == AutoComplete::generalfile) m_autocomplete.UpdateGeneralFiles(partial, wxFileName(m_currentFile).GetPath(wxPATH_GET_VOLUME)); } } if (type == AutoComplete::command) { // Update the list of words that might not be defined as maxima function or variable // but that still appear on the workSheet. m_autocomplete.ClearWorksheetWords(); GroupCell *tmp = m_tree; while (tmp != NULL) { // Don't collect the current word as possible autocompletion. if (tmp != GetActiveCell()->GetGroup()) { // Only collect words from Code Cells. if ((tmp->GetGroupType() == GC_TYPE_CODE) && (tmp->GetEditable() != NULL)) m_autocomplete.AddWorksheetWords(tmp->GetEditable()->GetWordList()); } else { if ((tmp->GetGroupType() == GC_TYPE_CODE) && (tmp->GetEditable() != NULL)) { wxArrayString wordList = tmp->GetEditable()->GetWordList(); // The current unfinished word is no valid autocompletion, if there is // such a thing. if (partial.Length() > 0) { // Don't remove the current word from autocompletion if it never has been // added (which happens if autocompletion is called when the cursor is // directly followed by the next command without a space or similar inbetween) if (wordList.Index(partial) != wxNOT_FOUND) wordList.Remove(partial); } m_autocomplete.AddWorksheetWords(wordList); } } tmp = dynamic_cast(tmp->m_next); } } m_completions = m_autocomplete.CompleteSymbol(partial, type); m_completions.Sort(); m_autocompleteTemplates = (type == AutoComplete::tmplte); /// No completions - clear the selection and return false if (m_completions.GetCount() == 0) { editor->ClearSelection(); return false; } /// If there is only one completion, use it if (m_completions.GetCount() == 1) { int start, end; editor->GetSelection(&start, &end); editor->ReplaceSelection(editor->GetSelectionString(), m_completions[0]); editor->ClearSelection(); editor->CaretToPosition(start); if ((type != AutoComplete::tmplte) || !editor->FindNextTemplate()) editor->CaretToPosition(start + m_completions[0].Length()); editor->ResetSize(); editor->GetGroup()->ResetSize(); Recalculate(dynamic_cast(editor->GetGroup())); RequestRedraw(); } /// If there are more than one completions, popup a menu else { // Find the position for the popup menu wxPoint pos = editor->PositionToPoint(m_configuration->GetDefaultFontSize()); CalcScrolledPosition(pos.x, pos.y, &pos.x, &pos.y); // The popup menu appears half a character too high. pos.y += m_configuration->Scale_Px(m_configuration->GetFontSize(TS_TEXT)); m_autocompletePopup = new AutocompletePopup(this,editor,&m_autocomplete,type,&m_autocompletePopup); // If necessary: Scroll right or down so that the pop-up is visible as a whole. wxPoint topleft; CalcUnscrolledPosition(0, 0, &topleft.x, &topleft.y); int width; int height; GetClientSize(&width, &height); m_autocompletePopup -> SetPosition(pos); m_autocompletePopup -> Create(this); m_autocompletePopup -> UpdateResults(); m_autocompletePopup -> SetFocus(); wxRect popupRect = m_autocompletePopup -> GetRect(); wxRect screenRect = wxRect(topleft, topleft+wxPoint(width,height)); if(screenRect.GetRight() < popupRect.GetRight()) screenRect.SetLeft(screenRect.GetLeft()+popupRect.GetRight()-screenRect.GetRight()); if(screenRect.GetBottom() < popupRect.GetBottom()) screenRect.SetTop(screenRect.GetTop()+popupRect.GetBottom()-screenRect.GetBottom()); if(screenRect.GetTopLeft() != topleft) { Scroll(screenRect.GetTopLeft()); RequestRedraw(); } } return true; } void MathCtrl::OnComplete(wxCommandEvent &event) { if (GetActiveCell() == NULL) return; EditorCell *editor = dynamic_cast(GetActiveCell()); int caret = editor->GetCaretPosition(); if (editor->GetSelectionString() != wxEmptyString) editor->ReplaceSelection(editor->GetSelectionString(), m_completions[event.GetId() - popid_complete_00]); else editor->InsertText(m_completions[event.GetId() - popid_complete_00]); if (m_autocompleteTemplates) { int sel_start, sel_end; editor->GetSelection(&sel_start, &sel_end); editor->ClearSelection(); editor->CaretToPosition(caret); if (!editor->FindNextTemplate()) editor->CaretToPosition(sel_start + m_completions[event.GetId() - popid_complete_00].Length()); } editor->ResetSize(); editor->GetGroup()->ResetSize(); Recalculate(dynamic_cast(editor->GetGroup())); RequestRedraw(); } void MathCtrl::SetActiveCellText(wxString text) { EditorCell *active = dynamic_cast(GetActiveCell()); if (active != NULL) { GroupCell *parent = dynamic_cast(active->GetGroup()); if (parent->GetGroupType() == GC_TYPE_CODE && parent->IsMainInput(active)) { active->SaveValue(); active->SetValue(text); active->ResetSize(); active->ResetData(); parent->ResetSize(); parent->ResetData(); parent->ResetInputLabel(); Recalculate(parent, false); RequestRedraw(); } } else OpenHCaret(text); } bool MathCtrl::InsertText(wxString text) { CloseAutoCompletePopup(); if (GetActiveCell()) { if (GCContainsCurrentQuestion(dynamic_cast(GetActiveCell()->GetGroup()))) { m_followEvaluation = true; OpenQuestionCaret(text); } else { GetActiveCell()->InsertText(text); Recalculate(dynamic_cast(GetActiveCell()->GetGroup()), false); RequestRedraw(); } } else OpenHCaret(text); return true; } void MathCtrl::OpenNextOrCreateCell() { if (m_hCaretPosition && m_hCaretPosition->m_next) { SetSelection(m_hCaretPosition); ActivateNextInput(); } else OpenHCaret(); } void MathCtrl::SelectGroupCell(GroupCell *cell) { SetSelection(cell); m_hCaretActive = false; SetActiveCell(NULL); if (cell) { if (GCContainsCurrentQuestion(cell)) { FollowEvaluation(true); OpenQuestionCaret(); } m_hCaretPositionEnd = cell; m_hCaretPositionStart = cell; } } void MathCtrl::OnFollow() { if (GetWorkingGroup()) { FollowEvaluation(true); if (GCContainsCurrentQuestion(GetWorkingGroup())) { OpenQuestionCaret(); ScrollToCell(GetWorkingGroup(), false); } else { if (GetWorkingGroup()->RevealHidden()) { FoldOccurred(); Recalculate(true); } SetSelection(GetWorkingGroup()); SetHCaret(GetWorkingGroup()); ScrollToCell(GetWorkingGroup(), false); } } } MathCtrl::MathMLDataObject::MathMLDataObject() : wxCustomDataObject(m_mathmlFormat) { } MathCtrl::MathMLDataObject::MathMLDataObject(wxString data) : wxCustomDataObject(m_mathmlFormat) { m_databuf = data.utf8_str(); SetData(m_databuf.length(), m_databuf.data()); } MathCtrl::wxmDataObject::wxmDataObject() : wxCustomDataObject(m_wxmFormat) { } MathCtrl::wxmDataObject::wxmDataObject(wxString data) : wxCustomDataObject(m_wxmFormat) { data += wxT('\0'); m_databuf = data.utf8_str(); SetData(m_databuf.length(), m_databuf.data()); } MathCtrl::MathMLDataObject2::MathMLDataObject2() : wxCustomDataObject(m_mathmlFormat2) { } MathCtrl::MathMLDataObject2::MathMLDataObject2(wxString data) : wxCustomDataObject(m_mathmlFormat2) { data += wxT('\0'); m_databuf = data.utf8_str(); SetData(m_databuf.length(), m_databuf.data()); } MathCtrl::RtfDataObject::RtfDataObject() : wxCustomDataObject(m_rtfFormat) { } MathCtrl::RtfDataObject::RtfDataObject(wxString data) : wxCustomDataObject(m_rtfFormat) { data += wxT('\0'); m_databuf = data.utf8_str(); SetData(m_databuf.length(), m_databuf.data()); } MathCtrl::RtfDataObject2::RtfDataObject2() : wxCustomDataObject(m_rtfFormat2) { } MathCtrl::RtfDataObject2::RtfDataObject2(wxString data) : wxCustomDataObject(m_rtfFormat2) { data += wxT('\0'); m_databuf = data.utf8_str(); SetData(m_databuf.length(), m_databuf.data()); } wxString MathCtrl::RTFStart() { // The beginning of the RTF document wxString document = wxT("{\\rtf1\\ansi\\deff0\n\n"); // The font table document += wxT("{\\fonttbl{\\f0\\froman Times;}}\n\n"); // Define all colors we want to use document += wxT("{\\colortbl;\n"); for (int i = 1; i < STYLE_NUM; i++) { wxColor color = wxColor(m_configuration->GetColor(i)); if (color.IsOk()) document += wxString::Format(wxT("\\red%i\\green%i\\blue%i;\n"), color.Red(), color.Green(), color.Blue()); else document += wxString::Format(wxT("\\red%i\\green%i\\blue%i;\n"), 0, 0, 0); } document += wxT("}\n\n"); /* Our style sheet: Style Meaning 0 Ordinary text 1 Chapter Cell 2 Section Cell 3 Subsection Cell 16 Title Cell 21 Math Cell 22 Math Cell with Label */ document += wxT("{\\stylesheet\n"); document += wxT("{\\s0\\snext0\\widctlpar\\hyphpar0\\kerning1\\li0\\ri0\\lin0\\rin0\\fi0\\f0\\fs24 Normal;}\n"); document += wxT("{\\s1\\outlinelevel0\\keepn\\b\\f0\\fs40\\sbasedon16\\snext0 Section Cell;}\n"); document += wxT("{\\s2\\outlinelevel1\\keepn\\b\\f0\\fs36\\sbasedon1\\snext0 Subsection Cell;}\n"); document += wxT("{\\s3\\outlinelevel2\\keepn\\b\\f0\\fs32\\sbasedon2\\snext0 SubSubsection Cell;}\n"); document += wxT("{\\s16\\keepn\\b\\f0\\fs56\\snext0 Title Cell;}\n"); document += wxT("{\\s21\\li1105\\lin1105\\f0\\fs24\\sbasedon0 Math;}\n"); document += wxT("{\\s22\\li1105\\lin1105\\fi-1105\\f0\\fs24\\sbasedon0\\snext21 Math+Label;}\n"); document += wxT("}\n\n{\n"); return document; } wxString MathCtrl::RTFEnd() { wxString document; // Close the document document += wxT("}\n}"); return document; } void MathCtrl::OnMouseCaptureLost(wxMouseCaptureLostEvent &WXUNUSED(event)) { m_leftDown = false; } #if wxUSE_ACCESSIBILITY MathCtrl::AccessibilityInfo::AccessibilityInfo(MathCtrl *mathCtrl): wxAccessible(mathCtrl) { m_mathCtrl = mathCtrl; } wxAccStatus MathCtrl::AccessibilityInfo::GetChildCount (int *childCount) { if(childCount == NULL) return wxACC_FAIL; GroupCell *cell = m_mathCtrl->m_tree; *childCount = 0; while(cell != NULL) { (*childCount)++; cell = dynamic_cast(cell->m_next); } return wxACC_OK; } wxAccStatus MathCtrl::AccessibilityInfo::GetChild (int childId, wxAccessible **child) { if(child == NULL) return wxACC_FAIL; GroupCell *cell = m_mathCtrl->m_tree; *child = NULL; if(childId == 0) { *child = this; return wxACC_OK; } else { int childCount = 0; while((cell != NULL) && (childCount < childId)) { childCount++; cell = dynamic_cast(cell->m_next); } } if(cell == NULL) { *child = NULL; return wxACC_FAIL; } else { *child = cell; return wxACC_OK; } } wxAccStatus MathCtrl::AccessibilityInfo::GetDefaultAction (int childId, wxString *actionName) { if(actionName == NULL) return wxACC_FAIL; if(childId == 0) { *actionName = _("Type"); return wxACC_OK; } else { wxAccessible *acc; GetChild(childId, &acc); if(acc != NULL) return acc->GetDefaultAction(0, actionName); else return wxACC_FAIL; } } wxAccStatus MathCtrl::AccessibilityInfo::GetParent (wxAccessible ** parent) { if(parent == NULL) return wxACC_FAIL; *parent = m_mathCtrl->GetAccessible(); if(*parent != NULL) return wxACC_OK; else return wxACC_FAIL; } wxAccStatus MathCtrl::AccessibilityInfo::GetFocus (int *childId, wxAccessible **child) { if(!m_mathCtrl->HasFocus()) { if(childId != NULL) *childId = 0; if(child != NULL) *child = NULL; return wxACC_FALSE; } else { int id = 0; MathCell *cell = m_mathCtrl->m_tree; while(cell != NULL) { id++; if(cell->GetFocus(&id, &cell) == wxACC_OK) { if(childId != NULL) *childId = id; if(child != NULL) *child = cell; return wxACC_OK; } cell = dynamic_cast(cell->m_next); } if(childId != NULL) *childId = 0; if(child != NULL) *child = this; return wxACC_OK; } } wxAccStatus MathCtrl::AccessibilityInfo::GetLocation(wxRect &rect, int elementId) { if(elementId == 0) rect = wxRect(m_mathCtrl->GetPosition(), m_mathCtrl->GetPosition()+ m_mathCtrl->GetClientSize()); else { wxAccessible *acc = NULL; GetChild(elementId, &acc); if(acc != NULL) { return acc->GetLocation(rect,0); } else { return wxACC_FAIL; } } } wxAccStatus MathCtrl::AccessibilityInfo::HitTest (const wxPoint &pt, int *childId, wxAccessible **childObject) { wxRect currentRect; GetLocation(currentRect, 0); if(!currentRect.Contains(pt)) { if(childId != NULL) *childId = 0; if(childObject != NULL) childObject = NULL; return wxACC_FALSE; } else { int id = 0; GroupCell *cell = m_mathCtrl->m_tree; unsigned int childCount = 0; while(cell != NULL) { id++; cell = dynamic_cast(cell->m_next); if((cell != NULL) && (cell->HitTest(pt, childId,(MathCell **) childObject) == wxACC_OK)) { if(childId != NULL) *childId = id; if(childObject != NULL) *childObject = cell; return wxACC_OK; } } } if(childId != NULL) *childId = 0; if(childObject != NULL) *childObject = this; return wxACC_OK; } wxAccStatus MathCtrl::AccessibilityInfo::GetDescription(int childId, wxString *description) { if(description == NULL) return wxACC_FAIL; if(childId == 0) { *description = _("The worksheet containing maxima's input and output"); return wxACC_OK; } else { wxAccessible *child; if(GetChild (childId, &child) == wxACC_OK) return child->GetDescription(childId, description); else { *description = wxEmptyString; return wxACC_FAIL; } } } #endif BEGIN_EVENT_TABLE(MathCtrl, wxScrolledCanvas) EVT_MENU_RANGE(popid_complete_00, popid_complete_00 + AC_MENU_LENGTH, MathCtrl::OnComplete) #if wxCHECK_VERSION(3,1,0) EVT_MAGNIFY(MathCtrl::OnMagnify) #endif EVT_SIZE(MathCtrl::OnSize) EVT_PAINT(MathCtrl::OnPaint) EVT_MOUSE_CAPTURE_LOST(MathCtrl::OnMouseCaptureLost) EVT_LEFT_UP(MathCtrl::OnMouseLeftUp) EVT_LEFT_DOWN(MathCtrl::OnMouseLeftDown) EVT_RIGHT_DOWN(MathCtrl::OnMouseRightDown) EVT_LEFT_DCLICK(MathCtrl::OnDoubleClick) EVT_MOTION(MathCtrl::OnMouseMotion) EVT_ENTER_WINDOW(MathCtrl::OnMouseEnter) EVT_LEAVE_WINDOW(MathCtrl::OnMouseExit) EVT_TIMER(wxID_ANY, MathCtrl::OnTimer) EVT_KEY_DOWN(MathCtrl::OnKeyDown) EVT_CHAR(MathCtrl::OnChar) EVT_ERASE_BACKGROUND(MathCtrl::OnEraseBackground) EVT_KILL_FOCUS(MathCtrl::OnKillFocus) EVT_SET_FOCUS(MathCtrl::OnSetFocus) EVT_MIDDLE_UP(MathCtrl::OnMouseMiddleUp) EVT_SCROLL_CHANGED(MathCtrl::OnScrollChanged) EVT_MOUSEWHEEL(MathCtrl::OnMouseWheel) END_EVENT_TABLE() // Define the static variable that contains the format info for placing MathMl // on the clip board wxDataFormat MathCtrl::m_mathmlFormat; wxDataFormat MathCtrl::m_mathmlFormat2; wxDataFormat MathCtrl::m_rtfFormat; wxDataFormat MathCtrl::m_rtfFormat2; wxDataFormat MathCtrl::m_wxmFormat; wxmaxima-Version-18.02.0/src/MathCtrl.h000066400000000000000000001277651324204105000176270ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2012-2013 Doug Ilijev // (C) 2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class MathCtrl MathCtrl represents the worksheet. */ #ifndef MATHCTRL_H #define MATHCTRL_H #include #include #include #include #include #include "Notification.h" #include "MathCell.h" #include "EditorCell.h" #include "GroupCell.h" #include "EvaluationQueue.h" #include "FindReplaceDialog.h" #include "Autocomplete.h" #include "AutocompletePopup.h" #include "TableOfContents.h" #include "ToolBar.h" /*! The canvas that contains the spreadsheet the whole program is about. This canvas contains all the math-, title-, image- input- ("editor-")- etc.- cells of the current session. Most of the logic that handles that this canvas might be larger than the screen (and could even be larger than the computer's RAM would it have been handled as a big bitmap) is provided by wxWidgets: - If part of the screen needs to be drawn it calls the OnPaint() method. - If the canvas is scrolled wxWidgets the parts that are already decides how much of the off-screen part of the canvas is cached in a backing store - Also if the canvas is scrolled wxWidgets is intelligent enough to only request the parts of the new view that aren't available on the screen or in the backing store - If we call the Refresh() method wxWidgets requests us to draw the entire visible part of the worksheet anew and invalidates all cached areas it might have. - and the RefreshRect() method notifies wxWidgets that a rectangular region contains changes that need to be redrawn. The worksheet isn't immediately redrawn on a key press, a mouse klick or on maxima outputting new data. Instead all such events are processed in order until wxMaxima has caught up with all the events (which causes wxWidgets to send a Idle event to the wxMaxima object) or until we reach a timeout. If the user manages to type faster than wxMaxima redraws the screen this allows us to skip a few redraws in order to process the keypresses as fast as the user types. Also this keeps us responsive even if maxima outputs data faster than wxMaxima can display it. */ class MathCtrl : public wxScrolledCanvas { private: //! Is our window currently active? bool m_windowActive; //! The rectangle we need to refresh. -1 as "left" coordinate means: No rectangle wxRect m_rectToRefresh; /*! The size of a scroll step Defines the size of a scroll step, but besides that also the accuracy wxScrolledCanvas calculates some widths in. */ int m_scrollUnit; /*! The drawing contect used for calculating sizes. Drawing is done from a wxPaintDC in OnPaint() instead. */ wxDC *m_dc; //! Where do we need to start the repainting of the worksheet? GroupCell *m_redrawStart; //! Do we need to redraw the worksheet? bool m_redrawRequested; //! The clipboard format "mathML" //! A class that publishes wxm data to the clipboard static wxDataFormat m_wxmFormat; //! A class that publishes MathML data to the clipboard static wxDataFormat m_mathmlFormat; //! A second way to publish MathML data for the cipboard static wxDataFormat m_mathmlFormat2; //! A class that publishes RTF data to the clipboard static wxDataFormat m_rtfFormat; //! A second way to publish RTF data on the clipboard static wxDataFormat m_rtfFormat2; /*! An object that can be filled with MathML data for the clipboard \todo Is there a way to make this object share its data with MathMLDataObject2? */ class MathMLDataObject : public wxCustomDataObject { public: MathMLDataObject(wxString data); MathMLDataObject(); private: wxCharBuffer m_databuf; }; //! An object that can be filled with wxm data for the clipboard class wxmDataObject : public wxCustomDataObject { public: wxmDataObject(wxString data); wxmDataObject(); private: wxCharBuffer m_databuf; }; class MathMLDataObject2 : public wxCustomDataObject { public: MathMLDataObject2(wxString data); MathMLDataObject2(); private: wxCharBuffer m_databuf; }; /*! An object that can be filled with MathML data for the clipboard \todo Is there a way to make this object share its data with RTFDataObject2? */ class RtfDataObject : public wxCustomDataObject { public: RtfDataObject(wxString data); RtfDataObject(); private: wxCharBuffer m_databuf; }; class RtfDataObject2 : public wxCustomDataObject { public: RtfDataObject2(wxString data); RtfDataObject2(); private: wxCharBuffer m_databuf; }; //! true, if we have the current focus. bool m_hasFocus; //! The last beginning for the area being drawn long m_lastTop; //! The last ending for the area being drawn long m_lastBottom; /*! \defgroup UndoBufferFill Undo methods for cell additions/deletions: Each EditorCell has its own private undo buffer Additionally wxMaxima maintains a undo buffer for worksheet changes. It works the following way: - Cells normally aren't deleted. They are moved into an undo buffer instead. - The undo buffer is also notified when Cells that are added - If the cursor enters a cell the contents of this cell is saved - And if the cell is left and the contents has changed this information is kept in the undo buffer, as well. The add and delete actions offer to choose which undo buffer to use since there are two of them: - The normal undo buffer and - The buffer that is used instead if a cell change has been issued by the undo command so the undo action can be reverted.\n This approach allows the undo functionality to use the regular add and delete operations keeping the codebase small. @{ */ //! The description of one action for the undo (or redo) command class TreeUndoAction { public: void Clear() { m_start = NULL; m_oldText = wxEmptyString; m_newCellsEnd = NULL; wxDELETE(m_oldCells); m_oldCells = NULL; m_partOfAtomicAction = false; } TreeUndoAction() { m_start = NULL; m_oldText = wxEmptyString; m_newCellsEnd = NULL; m_oldCells = NULL; m_partOfAtomicAction = false; } //! True = This undo action is only part of an atomic undo action. bool m_partOfAtomicAction; /*! The position this action started at. NULL = At the begin of the document. */ GroupCell *m_start; /*! The old contents of the cell start if this field != wxEmptyString this field contains the old contents of the text cell pointed to by the field start. */ wxString m_oldText; /*! This action inserted all cells from start to newCellsEnd. To undo it these cells have to be deleted again. If this field's value is NULL no cells have to be deleted to undo this action. */ GroupCell *m_newCellsEnd; /*! Cells that were deleted in this action. This field will have to contain the cells themself, not a copy of them because the latter might break consecutive undos. If this field's value is NULL no cells have to be added to undo this action. */ GroupCell *m_oldCells; }; //! The list of tree actions that can be undone std::list treeUndoActions; //! The list of tree actions that can be redone std::list treeRedoActions; //! The text the TreeUndo_ActiveCell contained when we entered it wxString m_treeUndo_ActiveCellOldText; //! Clear the list of actions for which an undo can be undone void TreeUndo_ClearRedoActionList(); //! Clear the list of actions for which undo can undo void TreeUndo_ClearUndoActionList(); //! Remove one action ftom the action list void TreeUndo_DiscardAction(std::list *actionList); //! Add another action to this undo action void TreeUndo_AppendAction(std::list *actionList) { if(!actionList->empty()) actionList->front()->m_partOfAtomicAction = true; } //! Add another action to this undo action void TreeUndo_AppendAction(){TreeUndo_AppendAction(&treeUndoActions);} /*! The last cell we have entered. This pointer is needed for keeping track of cell contents changes. */ GroupCell *TreeUndo_ActiveCell; //! Drop actions from the back of the undo list until itis within the undo limit. void TreeUndo_LimitUndoBuffer(); /*! Undo an item from a list of undo actions. \param actionlist The list to take the undo information from \param undoForThisOperation The list to write the information to how on to undo this undo op */ bool TreeUndo(std::list *actionlist, std::list *undoForThisOperation); /*! Undo a text change Called from TreeUndo().*/ bool TreeUndoTextChange(std::list *actionlist, std::list *undoForThisOperation); /*! Undo a call deletion Called from TreeUndo().*/ bool TreeUndoCellDeletion(std::list *actionlist, std::list *undoForThisOperation); /*! Undo adding cells Called from TreeUndo().*/ bool TreeUndoCellAddition(std::list *actionlist, std::list *undoForThisOperation); //! Undo a tree operation. bool TreeUndo() { return TreeUndo(&treeUndoActions, &treeRedoActions); } //! Redo an undone tree operation. bool TreeRedo() { return TreeUndo(&treeRedoActions, &treeUndoActions); } //! Can we undo a tree operation? bool CanTreeUndo(); //! Can we redo a tree operation? bool CanTreeRedo(); /*! The cursor has entered one cell => save the value to see if it has changed. */ void TreeUndo_CellEntered(); /*! The cursor is about to leave the current cell => Store the change if the value has changed. */ void TreeUndo_CellLeft(); /*! Remember that these cells were just added so this addition can be undone. \param start The first cell that has been added \param end The last cell that has been added \param undoBuffer Where to store the undo information. This normally is - treeUedoActions for the normal undo buffer or - treeRedoActions for the buffer that allows reverting undos */ void TreeUndo_MarkCellsAsAdded(GroupCell *start, GroupCell *end, std::list *undoBuffer); /*! Remember that these cells were just added so this addition can be undone. \param parentOfStart The cell after the first cell that has been added \param end The last cell that has been added */ void TreeUndo_MarkCellsAsAdded(GroupCell *parentOfStart, GroupCell *end); //! @} bool m_scrolledAwayFromEvaluation; //! The cell the current question from maxima is being kept in. EditorCell *m_answerCell; /*! Escape all chars that aren't allowed in html. Also converts \n to
    */ wxString EscapeHTMLChars(wxString input); //! Allow indentation by spaces for html by replacing them by non-breakable spaces wxString PrependNBSP(wxString input); //! An enum for all classes of items one can click on enum ClickType { CLICK_TYPE_NONE, CLICK_TYPE_GROUP_SELECTION, CLICK_TYPE_INPUT_SELECTION, CLICK_TYPE_OUTPUT_SELECTION }; //! An enum of individual IDs for all timers this class handles enum TimerIDs { TIMER_ID, CARET_TIMER_ID }; //! Add a line to a file. void AddLineToFile(wxTextFile &output, wxString s, bool unicode = true); //! Copy the currently selected cells MathCell *CopySelection(bool asData = false); /*! Copy the currently given list of cells \param start The cell to start copying at \param end The cell the copy has to end with \param asData - true: The cells are copied in the order they are stored. m_next and m_previous therefore point to the right places. But m_nextToDraw and m_previousToDraw will be treated as aliasses of m_next and m_previous. - false: If a cell is broken into individual lines m_nextToDraw won't point to the next cell that is to be displayed. It will point to the cell containing the function name instead that is followed by the cell containing its contents. This is accurately copied if asdata=false. But m_next and m_previous are treated as mere aliasses of m_nextToDraw and m_previousToDraw in this case. */ MathCell *CopySelection(MathCell *start, MathCell *end, bool asData = false); void GetMaxPoint(int *width, int *height); //! Is executed if a timer associated with MathCtrl has expired. void OnTimer(wxTimerEvent &event); /*! Has the autosave interval expired? True means: A save will be issued after the user stops typing. */ bool m_autoSaveIntervalExpired; #if wxCHECK_VERSION(3,1,0) //! Handle pinch-to-zoom-events void OnMagnify(wxMouseEvent &event); #endif void OnMouseExit(wxMouseEvent &event); void OnMouseEnter(wxMouseEvent &event); /*! Is called by wxWidgets when it wants to redraw the console. The canonical way to trigger this function is calling the Refresh() function of this class. */ void OnPaint(wxPaintEvent &event); void OnSize(wxSizeEvent &event); void OnMouseRightDown(wxMouseEvent &event); void OnMouseLeftUp(wxMouseEvent &event); //! We lost the mouse connection during drag-and-drop void OnMouseCaptureLost(wxMouseCaptureLostEvent &event); void OnMouseLeftDown(wxMouseEvent &event); void OnMouseLeftInGcCell(wxMouseEvent &event, GroupCell *clickedInGC); void OnMouseLeftInGcLeft(wxMouseEvent &event, GroupCell *clickedInGC); void OnMouseLeftInGc(wxMouseEvent &event, GroupCell *clickedInGC); void OnMouseMotion(wxMouseEvent &event); void OnMouseWheel(wxMouseEvent &event); void OnDoubleClick(wxMouseEvent &event); //! Key pressed inside a cell void OnCharInActive(wxKeyEvent &event); //! Key pressed and no cell was active void OnCharNoActive(wxKeyEvent &event); //! Is called when a hCursor is active and we have a WXK_UP/WXK_DOWN event void SelectEditable(EditorCell *editor, bool up); /*! Handle selecting text using the keyboard Is called when the all of the following is true: - We have a wxKeyEvent with no active editor, - shift is down and - keycode (ccode) is WXK_UP/WXK_DOWN */ void SelectWithChar(int ccode); /*! * Select the rectangle surrounded by down and up. Called from OnMouseMotion. * * The method decides what to do, based on the value of m_clickType which * was set previously in OnMouseLeftDown. This enables different selection behaviours * depending on where we first clicked. If m_clickType equals * CLICK_TYPE_NONE - click-dragging does not result in a selection (we clicked in hideRect for instance) * CLICK_TYPE_GROUP_SELECTION - we are selecting full groupcells only. Only y-coordinate matters. * CLICK_TYPE_INPUT_SELECTION - we clicked in an editor (GroupCell::GetEditable()) and draging * results in selecting text in EditorCell * CLICK_TYPE_OUTPUT_SELECTION - we clicked in an output, we want selection to be confined to that * GroupCell's output. GC we first clicked in was stored in OnMouseMotion method * into m_clickInGC pointer. */ void ClickNDrag(wxPoint down, wxPoint up); // Select all group cells inside the given rectangle; void SelectGroupCells(wxPoint down, wxPoint up); void AdjustSize(); void OnEraseBackground(wxEraseEvent& WXUNUSED(event)) {} void CheckUnixCopy(); void OnMouseMiddleUp(wxMouseEvent &event); bool IsLesserGCType(int type, int comparedTo); //! Finds the start of the current chapter/section/... GroupCell *StartOfSectioningUnit(GroupCell *start); //! Finds the end of the current chapter/section/... GroupCell *EndOfSectioningUnit(GroupCell *start); //! Is called if a action from the autocomplete menu is selected void OnComplete(wxCommandEvent &event); //! The position the left mouse key was pressed at. wxPoint m_leftDownPosition; wxPoint m_down; wxPoint m_up; wxPoint m_mousePoint; /*! Is the active cursor the one represented by a horizontal line? See m_hCaretPosition and EditorCell::GetActiveCell() for the position of the two types of cursors. */ bool m_hCaretActive; /*! The group above the hcaret, NULL for the top of the document See EditorCell::GetActiveCell() for the position if the cursor that is drawn as a vertical line. */ GroupCell *m_hCaretPosition; /*! The start for the selection when selecting group with the horizontally drawn cursor This cell does define were the selection was actually started and therefore does not need to be above m_hCaretPositionEnd in the worksheet. See also m_cellPointers.m_selectionStart. */ GroupCell *m_hCaretPositionStart; /*! The end of the selection when selecting group with the horizontally drawn cursor This cell does define where the selection was actually ended and therefore does not need to be below m_hCaretPositionEnd in the worksheet. See also m_cellPointers.m_selectionEnd. */ GroupCell *m_hCaretPositionEnd; bool m_leftDown; //! Do we want to automatically scroll to a cell as soon as it is being evaluated? bool m_followEvaluation; bool m_mouseDrag; bool m_mouseOutside; //! The list of tree that contains the document itself GroupCell *m_tree; GroupCell *m_last; int m_clickType; GroupCell *m_clickInGC; //! true = blink the cursor bool m_blinkDisplayCaret; //! Is the blinking vertically-drawn cursor currently visible? bool m_hCaretBlinkVisible; //! Time step for autoscrolll when the mouse is outside the window wxTimer m_timer; //! The cursor blink rate. Also the timeout for redrawing the worksheet wxTimer m_caretTimer; wxBitmap m_memory; //! True if no changes have to be saved. bool m_saved; AutoComplete m_autocomplete; wxArrayString m_completions; bool m_autocompleteTemplates; AutocompletePopup *m_autocompletePopup; public: bool IsEmpty() { return ( (m_tree == NULL) || ((m_tree->m_next == NULL) && m_tree->GetEditable()->GetValue().Length()<=1)); } //! Close the autocompletion pop-up if it is currently open. void CloseAutoCompletePopup() { if(m_autocompletePopup != NULL) m_autocompletePopup->Destroy(); } /*! Key for a printable character pressed. Can call OnCharInActive or OnCharNoActive, if appropriate. See OnKeyDown for non-printable characters like "up" or "right". */ void OnChar(wxKeyEvent &event); /*! A special key has been pressed Printable characters are handled by OnChar instead. */ void OnKeyDown(wxKeyEvent &event); //! Change the style of an cell void SetCellStyle(GroupCell *group, int style); //! Renumber all sections void NumberSections(); //! A error notification message Notification *m_notificationMessage; //! Is this window active? void WindowActive(bool active){m_windowActive = active;} //! Clears the notification message from SetNotification void ClearNotification(); /*! Inform the user that something happened in a non-active window This command will be ignored if the wxMaxima window is currently active */ void SetNotification(wxString message, int flags = wxICON_INFORMATION); //! Is called if this element looses or gets the focus void OnActivate(wxActivateEvent &event); //! The central settings storage Configuration *m_configuration; //! Get the currently active EditorCell EditorCell *GetActiveCell() { if (m_cellPointers.m_activeCell != NULL) return dynamic_cast(m_cellPointers.m_activeCell); else return NULL; } //! Tells us which cell the keyboard selection has started in EditorCell *KeyboardSelectionStart() { if (m_cellPointers.m_cellKeyboardSelectionStartedIn != NULL) return dynamic_cast(m_cellPointers.m_cellKeyboardSelectionStartedIn); else return NULL; } EditorCell *MouseSelectionStart() { if (m_cellPointers.m_cellMouseSelectionStartedIn != NULL) return dynamic_cast(m_cellPointers.m_cellMouseSelectionStartedIn); else return NULL; } EditorCell *SearchStart() { if (m_cellPointers.m_cellSearchStartedIn != NULL) return dynamic_cast(m_cellPointers.m_cellSearchStartedIn); else return NULL; } int IndexSearchStartedAt() { return m_cellPointers.m_indexSearchStartedAt; } //! The pointers to cells that can be deleted by these cells on deletion of the cells. MathCell::CellPointers m_cellPointers; /*! Update the table of contents This function actually only schedules the update of the table-of-contents-tab. The actual update is done when wxMaxima is idle. */ void UpdateTableOfContents() { m_scheduleUpdateToc = true; } /*! Handle redrawing the worksheet or of parts of it This functionality is important for scrolling, if we have changed anything that needs updating or if part of the screen memory containing a window was overwritten by a window that was in front of it and now needs to be redrawn for this reason. We don't redraw the window immediately if this seems necessary but wait for the idle loop instead - which is called when all selected gui events have been processed. This allows us to handle events as fast as the user can type and (if the user types faster than we can display the text) enables us to update the display as often as the typing speed allows, but not more often. @{ */ //! Request the worksheet to be redrawn void MarkRefreshAsDone() { m_redrawStart = NULL; m_redrawRequested = false; } /*! Redraw the worksheet if RequestRedraw() has been called. Also handles setting tooltips and redrawing the brackets on mouse movements. */ bool RedrawIfRequested(); /*! Request the worksheet to be redrawn \param start Which cell do we need to start the redraw in? Subsequent calls to this function with different cells start the redraw at the upmost of the cells that were passed to it. The actual redraw is done in the idle loop which means that as many redraw actions are merged as is necessary to allow wxMaxima to process things in real time. \return true, if we did redraw a workscreet portion. */ void RequestRedraw(GroupCell *start = NULL); /*! Request a part of the worksheet to be redrawn \param rect The rectangle that is to be requested to be redrawn. If this function is called multiple times the rectangles are automatically merged. The actual redraw is done in the idle loop which means that as many redraw actions are merged as is necessary to allow wxMaxima to process things in real time. */ void RequestRedraw(wxRect rect); //! Redraw the window now and mark any pending redraw request as "handled". void ForceRedraw() { RequestRedraw(); RedrawIfRequested(); } //! Is a Redraw requested? bool RedrawRequested() { return (m_redrawRequested || m_mouseMotionWas || (m_rectToRefresh.GetLeft() != -1)); } //! To be called after enabling or disabling the visibility of code cells void CodeCellVisibilityChanged(); //! Re-read the configuration void UpdateConfig() { m_configuration->ReadConfig(); } //! The name of the currently-opened file wxString m_currentFile; /*! Make a few unicode characters interpretable by maxima. Does convert the not equal sign to a '#' and similar. \todo We perhaps could think of only doing this outside of strings. */ wxString UnicodeToMaxima(wxString s); //! Scroll to the start of the worksheet. void ScrollToStart() { Scroll(0, 0); } //! Unfold the cell that produced the error, if necessary and, if requested, scroll to it void ScrollToError(); //! The find-and-replace-dialog FindReplaceDialog *m_findDialog; /*! True = schedule an update of the table of contents used by UpdateTableOfContents() and the idle task. */ bool m_scheduleUpdateToc; //! Is the vertically-drawn cursor active? bool HCaretActive() { return m_hCaretActive; } /*! Can we merge the selected cells into one? \todo Does it make sense to make to allow the text of sections and image cells with math cells? */ bool CanMergeSelection(); bool CanUndo() { return CanTreeUndo() || CanUndoInsideCell(); } bool CanRedo() { return CanTreeRedo() || CanRedoInsideCell(); } void Undo(); void Redo(); /*! Clear the undo and the redo buffer \addtogroup UndoBufferFill */ void TreeUndo_ClearBuffers(); /*! The ids for all popup menu items. */ enum PopIds { /*! The "copy" popup menu item was clicked This item is the first of the enum and is assigned a high enough number that it won't collide with the numbers to be found in wxFrame::Event wxID_HIGHEST + 500...503 are assigned in TableOfContents.h */ popid_copy = wxID_HIGHEST + 504, popid_cut, popid_paste, popid_select_all, popid_comment_selection, popid_divide_cell, popid_copy_image, popid_copy_svg, popid_copy_rtf, popid_delete, popid_simplify, popid_expand, popid_factor, popid_solve, popid_solve_num, popid_integrate, popid_diff, popid_subst, popid_plot2d, popid_plot3d, popid_float, popid_edit, popid_add_comment, popid_insert_input, popid_copy_tex, popid_copy_text, popid_copy_mathml, popid_image, popid_svg, popid_animation_save, popid_animation_start, popid_evaluate, popid_evaluate_section, popid_merge_cells, popid_insert_text, popid_insert_title, popid_insert_section, popid_insert_subsection, popid_insert_subsubsection, popid_auto_answer, menu_zoom_in, menu_zoom_out, popid_fold, popid_unfold, popid_maxsizechooser }; //! The constructor MathCtrl(wxWindow *parent, int id, wxPoint pos, wxSize size); //! The destructor ~MathCtrl(); //! The timer that tells us when the keyboard is inactive so an autosave isn't disrupting wxTimer m_keyboardInactiveTimer; //! Clear the whole worksheet void DestroyTree(); //! Copies the worksheet's entire contents GroupCell *CopyTree(); /*! Insert group cells into the worksheet \param cells The list of cells that has to be inserted \param where The cell the cells have to be inserted after. NULL means: Insert the cells at the beginning of the worksheet. \param undoBuffer The buffer the undo information for this action has to be kept in. Might be - treeUndoActions for normal deletes, - treeRedoActions for deletions while executing an undo or - NULL for: Don't keep any copy of the cells. */ GroupCell *InsertGroupCells(GroupCell *cells, GroupCell *where, std::list *undoBuffer ); /*! Insert group cells into the worksheet \param cells The list of cells that has to be inserted \param where The cell the cells have to be inserted after */ GroupCell *InsertGroupCells(GroupCell *cells, GroupCell *where = NULL); /*! Add a new line to the output cell of the working group. If maxima isn't currently evaluating and therefore there is no working group the line is appended to m_last, instead. */ void InsertLine(MathCell *newLine, bool forceNewLine = false); //! Recalculate the worksheet starting with the cell start. void Recalculate(GroupCell *start, bool force = false); void Recalculate(bool force = false) { Recalculate(m_tree, force); } //! Force a full recalculation of the worksheet void RecalculateForce() { Recalculate(true); } /*! Empties the current document Used before opening a new file or when the "new" button is pressed. */ void ClearDocument(); void ResetInputPrompts(); bool CanCopy(bool fromActive = false) { return (m_cellPointers.m_selectionStart != NULL) || (fromActive && (m_cellPointers.m_activeCell != NULL) && dynamic_cast(m_cellPointers.m_activeCell)->CanCopy()); } bool CanPaste() { return (m_cellPointers.m_activeCell != NULL) || (m_hCaretActive); } bool CanCut() { return (m_cellPointers.m_activeCell != NULL && dynamic_cast(m_cellPointers.m_activeCell)->CanCopy()) || (m_cellPointers.m_selectionStart != NULL && m_cellPointers.m_selectionStart->GetType() == MC_TYPE_GROUP); } //! Select the whole document void SelectAll(); //! Is at least one entire cell selected? bool CellsSelected() { return ((m_cellPointers.m_selectionStart != NULL) && (m_cellPointers.m_selectionEnd != NULL)); } /*! Delete a range of cells \param start The first cell to delete \param end The last cell to delete \param undoBuffer The buffer the undo information has to be kept in. Might be - treeUndoActions for normal deletes, - treeRedoActions for deletions while executing an undo or - NULL for: Don't keep any copy of the cells. \addtogroup UndoBufferFill */ void DeleteRegion( GroupCell *start, GroupCell *end, std::list *undoBuffer ); /*! Move a range of cells from the document to the undo buffer \param start The first cell to delete \param end The last cell to delete \addtogroup UndoBufferFill */ void DeleteRegion( GroupCell *start, GroupCell *end ); /*! Delete the currently selected cells Actually moves them to the undo buffer so this action can be undone. \addtogroup UndoBufferFill */ void DeleteSelection(); //! Is it possible to delete the cells between start and end? bool CanDeleteRegion(GroupCell *start, GroupCell *end); //! Is it possible to delete the currently selected cells? bool CanDeleteSelection(); /*! Delete the currently active cell - or the cell above this one. Used for the "delete current cell" shortcut. */ void DeleteCurrentCell(); //! Does it make sense to enable the "Play" button and the slider now? bool CanAnimate() { return m_cellPointers.m_selectionStart != NULL && m_cellPointers.m_selectionStart == m_cellPointers.m_selectionEnd && m_cellPointers.m_selectionStart->GetType() == MC_TYPE_SLIDE; } /*! Animate the current slide show \param run - false: Stop the animation - true: Run the animation */ void Animate(bool run = true); void DivideCell(); void MergeCells(); //! Add the currently selected cells to the clipboard and delete them. bool CutToClipboard(); void PasteFromClipboard(); /*! Copy the current selection to the clipboard \param astext - true: Copy the current selection as text - false: Copy the current selection as they would appear in a .wxm file */ bool Copy(bool astext = false); //! Copy the selection to the clipboard as it would appear in a .wxm file bool CopyCells(); //! Copy a textual representation of the current selection to the clipboard bool CopyText(); //! Copy the TeX representation of the current selection to the clipboard bool CopyTeX(); //! Convert the current selection to MathML wxString ConvertSelectionToMathML(); //! Convert the current selection to a bitmap wxBitmap ConvertSelectionToBitmap(); //! Copy the MathML representation of the current selection to the clipboard bool CopyMathML(); //! Copy a bitmap of the current selection to the clipboard bool CopyBitmap(); //! Copy a svg of the current selection to the clipboard bool CopySVG(); //! Copy a rtf version of the current selection to the clipboard bool CopyRTF(); wxSize CopyToFile(wxString file); wxSize CopyToFile(wxString file, MathCell *start, MathCell *end, bool asData = false, int scale = 1); void CalculateReorderedCellIndices(MathCell *tree, int &cellIndex, std::vector &cellMap); //! Export the file to an html document bool ExportToHTML(wxString file); /*! Export a region of the file to a .wxm or .mac file maxima's load command can read \todo Make this use GroupCell::ToWXM() */ void ExportToMAC(wxTextFile &output, GroupCell *tree, bool wxm, const std::vector &cellMap, bool fixReorderedIndices); //! Export the file to a text file maxima's load command can read bool ExportToMAC(wxString file); /*! export to xml compatible file \param file The file name \param markAsSaved false means that this action doesn't clear the worksheet's "modified" status. */ bool ExportToWXMX(wxString file, bool markAsSaved = true); //! The start of a RTF document wxString RTFStart(); //! The end of a RTF document wxString RTFEnd(); //! export to a LaTeX file bool ExportToTeX(wxString file); /*! Convert the current selection to a string \param lb - true: Include linebreaks - false: Remove linebreaks from the converted string */ wxString GetString(bool lb = false); GroupCell *GetTree() { return m_tree; } /*! Return the first of the currently selected cells. NULL means: No cell is selected. */ MathCell *GetSelectionStart() { return m_cellPointers.m_selectionStart; } /*! Return the last of the currently selected cells. NULL means: No cell is selected. */ MathCell *GetSelectionEnd() { return m_cellPointers.m_selectionEnd; } //! Select the cell sel void SetSelection(MathCell *sel) { SetSelection(sel, sel); } //! Select the cell range start-end void SetSelection(MathCell *start, MathCell *end); bool CanEdit(); bool ActivatePrevInput(); bool ActivateNextInput(bool input = false); //! Scrolls to the cursor void ScrollToCaret(); //! Scrolls to a given cell void ScrollToCell(MathCell *cell, bool scrollToTop = true); //! Is the point currently visible on the worksheet? bool PointVisibleIs(wxPoint point); //! Is the caret (hcaret or vcaret) currently visible on the worksheet? bool CaretVisibleIs(); //! The first groupCell that is currently visible. GroupCell *FirstVisibleGC(); /*! Scrolls to a point on the worksheet \todo I have deactivated this assert for the release as it scares the users in a case we don't seem to have a problem. But we perhaps should try to find out why it is triggered. Test case: - Create a code cell - Press the "hide all code cells" button. - click between 2 worksheet cells which makes the cursor appear as a horizontal line - press any letter. */ void ShowPoint(wxPoint point); void OnSetFocus(wxFocusEvent &event); void OnKillFocus(wxFocusEvent &event); bool IsSelected(int type); /*! Set the slide of the currently selected slideshow or advance it by one step \param change - >=0: The slide the animation has to be set to - <0: Advance the animation by one step. */ void StepAnimation(int change = 1); //! Is the editor active in the last cell of the worksheet? bool IsActiveInLast() { return m_cellPointers.m_activeCell != NULL && m_cellPointers.m_activeCell->GetGroup() == m_last; } //! Returns the last cell of the worksheet GroupCell *GetLastCell() { return m_last; } bool IsSelectionInWorking(); void SetActiveCell(EditorCell *cell, bool callRefresh = true); void SetDefaultHCaret(); void SetHCaret(GroupCell *where, bool callRefresh = true); // call with false, when manually refreshing //! The cell the horizontal cursor is above. NULL means at the start of the document. GroupCell *GetHCaret(); //! Place the cursor into a new cell where the horizontal cursor is void OpenHCaret(wxString txt = wxEmptyString) { if(m_mainToolBar == NULL) OpenHCaret(txt, GC_TYPE_CODE); else OpenHCaret(txt, m_mainToolBar->GetCellStyle()); } //! Place the cursor into a new cell where the horizontal cursor is void OpenHCaret(wxString txt, int type); void ShowHCaret(); /*! Is it possible to issue an undo in the currently selected cell? \return false if no cell is selected or there is no further undo information */ bool CanUndoInsideCell(); void UndoInsideCell(); /*! Is it possible to issue an undo in the currently selected cell? \return false if no cell is selected or no redo can be executed. */ bool CanRedoInsideCell(); void RedoInsideCell(); /*! Do we want to follow the evaluation process? Maxima can automagically scroll to the cell that is currently evaluated. If it does do so can be queried by FollowEvaluation(). Changing the behavior (for example because the user has scrolled away from the cell being evaluated and now clearly wants the cursor to stay where it is) can be archieved by FollowEvaluation(true) or FollowEvaluation(false). */ void FollowEvaluation(bool FollowEvaluation); //! Query if we want to automatically scroll to the cell that is currently evaluated bool FollowEvaluation() { return m_followEvaluation; } /*! Set or get the "Scrolled away from evaluation" status Sets FollowEvaluation() to false and enables the toolbar button to follow the evaluation process again. */ void ScrolledAwayFromEvaluation(bool ScrolledAway); bool ScrolledAwayFromEvaluation() { return m_scrolledAwayFromEvaluation; } void SaveValue(); bool IsSaved() { return m_saved; } void SetSaved(bool saved) { m_saved = saved; } void RemoveAllOutput(); void RemoveAllOutput(GroupCell *cell); // methods related to evaluation queue /*! Trigger the evaluation of the current cell(s) Internally this function simulates a click on the "Cell/Evaluate Cell(s)" button. */ void Evaluate(); //! Adds a group cell to the evaluation queue marking its contents as "outdated". void AddToEvaluationQueue(GroupCell *cell); void AddDocumentToEvaluationQueue(); //! Schedule all cells in the document for evaluation void AddEntireDocumentToEvaluationQueue(); //! Schedule all cells stopping with the one the caret is in for evaluation void AddDocumentTillHereToEvaluationQueue(); //! Add all cells below the cursor to the evaluation queue. void AddRestToEvaluationQueue(); //! Adds a chapter, a section or a subsection to the evaluation queue void AddSectionToEvaluationQueue(GroupCell *start); //! Schedule all cells in the selection to be evaluated void AddSelectionToEvaluationQueue(); //! Schedule all cells in a region to be evaluated void AddSelectionToEvaluationQueue(GroupCell *start, GroupCell *end); //! Schedule this cell for evaluation void AddCellToEvaluationQueue(GroupCell *gc); //! The list of cells that have to be evaluated EvaluationQueue m_evaluationQueue; // methods for folding GroupCell *UpdateMLast(); void FoldOccurred(); //! Fold or unfold a cell GroupCell *ToggleFold(GroupCell *which); GroupCell *ToggleFoldAll(GroupCell *which); void FoldAll(); void UnfoldAll(); GroupCell *TearOutTree(GroupCell *start, GroupCell *end); // methods for zooming the document in and out void SetZoomFactor(double newzoom, bool recalc = true); void CommentSelection(); //! Called if the user is scrolling through the document. void OnScrollChanged(wxScrollEvent &ev); /*! Do an incremental search from the cursor or the point the last search started at Used by the find dialog. \todo Keep a list of positions the last few letters were found at? */ bool FindIncremental(wxString str, bool down, bool ignoreCase); /*! Find the next ocourrence of a string Used by the find dialog. */ bool FindNext(wxString str, bool down, bool ignoreCase, bool warn = true); /*! Replace the current ocourrence of a string Used by the find dialog. */ void Replace(wxString oldString, wxString newString, bool ignoreCase); /*! Replace all ocourrences of a string Used by the find dialog. */ int ReplaceAll(wxString oldString, wxString newString, bool ignoreCase); wxString GetInputAboveCaret(); wxString GetOutputAboveCaret(); bool LoadSymbols() { return m_autocomplete.LoadSymbols(); } bool Autocomplete(AutoComplete::autoCompletionType type = AutoComplete::command); void AddSymbol(wxString fun, AutoComplete::autoCompletionType type = AutoComplete::command) { m_autocomplete.AddSymbol(fun, type); } void SetActiveCellText(wxString text); bool InsertText(wxString text); void OpenNextOrCreateCell(); //! The table of contents pane TableOfContents *m_tableOfContents; //! Called when the "Scroll to currently evaluated" button is pressed. void OnFollow(); //! The toolbar of the main window: We need to access it and therefore have it defined here. ToolBar *m_mainToolBar; //! Set this cell as the currently selected one void SelectGroupCell(GroupCell *cell); /*! Handling questions from and answers for maxima @{ */ //! Update the current answer to contain the string passed to this function. void UpdateAnswer(wxString answer); //! Is the list of known answers exhausted for the current Working Group? bool m_answersExhausted; //! Mark the current question from maxima as "answered".. void QuestionAnswered(); //! true = the last reply from maxima was a question bool m_questionPrompt; /*! Does maxima wait for the answer of a question? \retval true = maxima waits for the answer of a question. */ bool QuestionPending() { return m_questionPrompt; } //!@} //! Converts a wxm description into individual cells GroupCell *CreateTreeFromWXMCode(wxArrayString *wxmLines); /*! Does maxima wait for the answer of a question? */ void QuestionPending(bool pending) { m_questionPrompt = pending; } //! Does the GroupCell cell points to contain the question currently asked by maxima? bool GCContainsCurrentQuestion(GroupCell *cell); /*! Move the cursor to the question maxima currently asks and if needed add a cell for user input \todo Currently scrolls to the GroupCell the question is in, not to the actual question. */ void OpenQuestionCaret(wxString txt = wxT("")); /*! Returns the cell maxima currently works on. NULL if there isn't such a cell. \param resortToLast true = if we already have set the cell maxima works on to NULL use the last cell maxima was known to work on. */ GroupCell *GetWorkingGroup(bool resortToLast = false); #if wxUSE_ACCESSIBILITY class AccessibilityInfo: public wxAccessible { public: AccessibilityInfo(MathCtrl *mathCtrl); wxAccStatus GetChildCount (int *childCount); wxAccStatus GetChild (int childId, wxAccessible **child); wxAccStatus GetDefaultAction(int childId, wxString *actionName); wxAccStatus GetParent (wxAccessible ** parent); wxAccStatus GetFocus (int *childId, wxAccessible **child); wxAccStatus GetLocation (wxRect &rect, int elementId); wxAccStatus HitTest (const wxPoint &pt, int *childId, wxAccessible **childObject); wxAccStatus GetDescription(int childId, wxString *description); private: MathCtrl *m_mathCtrl; int m_childCount; }; #endif protected: #if wxUSE_ACCESSIBILITY AccessibilityInfo *m_accessibilityInfo; #endif void UpdateConfigurationClientSize(); //! The x position of the mouse pointer int m_pointer_x; //! The y position of the mouse pointer int m_pointer_y; //! Was there a mouse motion we didn't react to until now? bool m_mouseMotionWas; DECLARE_EVENT_TABLE() }; #endif // MATHCTRL_H wxmaxima-Version-18.02.0/src/MathParser.cpp000066400000000000000000000765471324204105000205130ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class MathParser that reads wxmx data and math from Maxima. */ #include #include #include #include #include #include "MathParser.h" #include "FracCell.h" #include "ExptCell.h" #include "TextCell.h" #include "SubCell.h" #include "SqrtCell.h" #include "LimitCell.h" #include "MatrCell.h" #include "ParenCell.h" #include "AbsCell.h" #include "ConjugateCell.h" #include "AtCell.h" #include "DiffCell.h" #include "SumCell.h" #include "IntCell.h" #include "FunCell.h" #include "EditorCell.h" #include "ImgCell.h" #include "SubSupCell.h" #include "SlideShowCell.h" #include "GroupCell.h" wxXmlNode *MathParser::SkipWhitespaceNode(wxXmlNode *node) { if (node) { // If this is a text node there is a chance that this is a whitespace we want to skip if (node->GetType() == wxXML_TEXT_NODE) { // This is a text node => Let's see if it is whitespace-only and skip it if it is. wxString contents = node->GetContent(); contents.Trim(); if (contents.Length() <= 1) node = node->GetNext(); } } return node; } wxXmlNode *MathParser::GetNextTag(wxXmlNode *node) { if (node) node = node->GetNext(); return SkipWhitespaceNode(node); } MathParser::MathParser(Configuration **cfg, MathCell::CellPointers *cellPointers, wxString zipfile) { wxASSERT(m_graphRegex.Compile(wxT("[[:cntrl:]]"))); m_configuration = cfg; m_cellPointers = cellPointers; m_ParserStyle = MC_TYPE_DEFAULT; m_FracStyle = FracCell::FC_NORMAL; m_highlight = false; if (zipfile.Length() > 0) { m_fileSystem = new wxFileSystem(); m_fileSystem->ChangePathTo(zipfile + wxT("#zip:/"), true); } else m_fileSystem = NULL; } MathParser::~MathParser() { if (m_fileSystem) wxDELETE(m_fileSystem); } // ParseCellTag // This function is responsible for creating // a tree of groupcells when loading XML document. // Any changes in GroupCell structure or methods // has to be reflected here in order to ensure proper // loading of WXMX files. MathCell *MathParser::ParseCellTag(wxXmlNode *node) { GroupCell *group = NULL; // read hide status bool hide = (node->GetAttribute(wxT("hide"), wxT("false")) == wxT("true")) ? true : false; // read (group)cell type wxString type = node->GetAttribute(wxT("type"), wxT("text")); wxString sectioning_level = node->GetAttribute(wxT("sectioning_level"), wxT("0")); if (type == wxT("code")) { group = new GroupCell(m_configuration, GC_TYPE_CODE, m_cellPointers); wxString isAutoAnswer = node->GetAttribute(wxT("auto_answer"), wxT("no")); if(isAutoAnswer == wxT("yes")) group->AutoAnswer(true); int i = 1; wxString answer; while (node->GetAttribute(wxString::Format(wxT("answer%i"),i),&answer)) { group->AddAnswer(answer); i++; } wxXmlNode *children = node->GetChildren(); children = SkipWhitespaceNode(children); while (children) { if (children->GetName() == wxT("input")) { MathCell *editor = ParseTag(children->GetChildren()); if (editor == NULL) editor = new EditorCell(group, m_configuration, m_cellPointers, _("Bug: Missing contents")); group->SetEditableContent(editor->GetValue()); wxDELETE(editor); } if (children->GetName() == wxT("output")) { group->AppendOutput(HandleNullPointer(ParseTag(children->GetChildren()))); } children = GetNextTag(children); } } else if (type == wxT("image")) { group = new GroupCell(m_configuration, GC_TYPE_IMAGE, m_cellPointers); wxXmlNode *children = node->GetChildren(); children = SkipWhitespaceNode(children); while (children) { if (children->GetName() == wxT("editor")) { MathCell *ed = ParseEditorTag(children); group->SetEditableContent(ed->GetValue()); wxDELETE(ed); } else group->AppendOutput(ParseTag(children)); children = GetNextTag(children); } } else if (type == wxT("pagebreak")) { group = new GroupCell(m_configuration, GC_TYPE_PAGEBREAK, m_cellPointers); } else if (type == wxT("text")) { group = new GroupCell(m_configuration, GC_TYPE_TEXT, m_cellPointers); MathCell *editor = ParseTag(node->GetChildren()); if (editor == NULL) editor = new EditorCell(group, m_configuration, m_cellPointers, _("Bug: Missing contents")); group->SetEditableContent(editor->GetValue()); wxDELETE(editor); } else { // text types if (type == wxT("title")) group = new GroupCell(m_configuration, GC_TYPE_TITLE, m_cellPointers); else if (type == wxT("section")) group = new GroupCell(m_configuration, GC_TYPE_SECTION, m_cellPointers); else if (type == wxT("subsection")) { // We save subsubsections as subsections with a higher sectioning level: // This makes them backwards-compatible in the way that they are displayed // as subsections on old wxMaxima installations. // A sectioning level of the value 0 means that the file is too old to // provide a sectioning level. if (sectioning_level != wxT("4")) group = new GroupCell(m_configuration, GC_TYPE_SUBSECTION, m_cellPointers); else group = new GroupCell(m_configuration, GC_TYPE_SUBSUBSECTION, m_cellPointers); } else if (type == wxT("subsubsection")) { group = new GroupCell(m_configuration, GC_TYPE_SUBSUBSECTION, m_cellPointers); } else return NULL; wxXmlNode *children = node->GetChildren(); children = SkipWhitespaceNode(children); while (children) { if (children->GetName() == wxT("editor")) { MathCell *ed = ParseEditorTag(children); group->SetEditableContent(ed->GetValue()); wxDELETE(ed); } else if (children->GetName() == wxT("fold")) { // we have folded groupcells wxXmlNode *xmlcells = children->GetChildren(); xmlcells = SkipWhitespaceNode(xmlcells); MathCell *tree = NULL; MathCell *last = NULL; while (xmlcells) { MathCell *cell = ParseTag(xmlcells, false); if (cell == NULL) continue; if (tree == NULL) tree = cell; if (last == NULL) last = cell; else { last->m_next = last->m_nextToDraw = cell; last->m_next->m_previous = last->m_next->m_previousToDraw = last; last = last->m_next; } xmlcells = GetNextTag(xmlcells); } if (tree) group->HideTree(dynamic_cast(tree)); } children = GetNextTag(children); } } group->SetGroup(group); group->Hide(hide); return group; } MathCell *MathParser::HandleNullPointer(MathCell *cell) { if (cell == NULL) { cell = new TextCell(NULL, m_configuration, m_cellPointers, _("Bug: Missing contents")); cell->SetToolTip(_("The xml data from maxima or from the .wxmx file was missing data here.\n" "If you find a way how to reproduce this problem please file a bug " "report against wxMaxima.")); cell->SetStyle(TS_ERROR); } return (cell); } MathCell *MathParser::ParseEditorTag(wxXmlNode *node) { EditorCell *editor = new EditorCell(NULL, m_configuration, m_cellPointers); wxString type = node->GetAttribute(wxT("type"), wxT("input")); if (type == wxT("input")) editor->SetType(MC_TYPE_INPUT); else if (type == wxT("text")) editor->SetType(MC_TYPE_TEXT); else if (type == wxT("title")) editor->SetType(MC_TYPE_TITLE); else if (type == wxT("section")) editor->SetType(MC_TYPE_SECTION); else if (type == wxT("subsection")) editor->SetType(MC_TYPE_SUBSECTION); else if (type == wxT("subsubsection")) editor->SetType(MC_TYPE_SUBSUBSECTION); wxString text = wxEmptyString; wxXmlNode *line = node->GetChildren(); while (line) { if (line->GetName() == wxT("line")) { if (!text.IsEmpty()) text += wxT("\n"); #if wxUSE_UNICODE text += line->GetNodeContent(); #else wxString str = line->GetNodeContent(); wxString str1(str.wc_str(wxConvUTF8), *wxConvCurrent); text += str1; #endif } line = line->GetNext(); } // end while editor->SetValue(text); return editor; } MathCell *MathParser::ParseFracTag(wxXmlNode *node) { FracCell *frac = new FracCell(NULL, m_configuration, m_cellPointers); frac->SetFracStyle(m_FracStyle); frac->SetHighlight(m_highlight); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); frac->SetNum(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); frac->SetDenom(HandleNullPointer(ParseTag(child, false))); if (node->GetAttribute(wxT("line")) == wxT("no")) frac->SetFracStyle(FracCell::FC_CHOOSE); if (node->GetAttribute(wxT("diffstyle")) == wxT("yes")) frac->SetFracStyle(FracCell::FC_DIFF); frac->SetType(m_ParserStyle); frac->SetStyle(TS_VARIABLE); frac->SetupBreakUps(); ParseCommonAttrs(node, frac); return frac; } MathCell *MathParser::ParseDiffTag(wxXmlNode *node) { DiffCell *diff = new DiffCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); if (child) { int fc = m_FracStyle; m_FracStyle = FracCell::FC_DIFF; diff->SetDiff(HandleNullPointer(ParseTag(child, false))); m_FracStyle = fc; child = GetNextTag(child); diff->SetBase(HandleNullPointer(ParseTag(child, true))); diff->SetType(m_ParserStyle); diff->SetStyle(TS_VARIABLE); } ParseCommonAttrs(node, diff); return diff; } MathCell *MathParser::ParseSupTag(wxXmlNode *node) { ExptCell *expt = new ExptCell(NULL, m_configuration, m_cellPointers); if (node->GetAttributes() != NULL) expt->IsMatrix(true); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); expt->SetBase(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); MathCell *power = HandleNullPointer(ParseTag(child, false)); power->SetExponentFlag(); expt->SetPower(power); expt->SetType(m_ParserStyle); expt->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, expt); return expt; } MathCell *MathParser::ParseSubSupTag(wxXmlNode *node) { SubSupCell *subsup = new SubSupCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); subsup->SetBase(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); MathCell *index = HandleNullPointer(ParseTag(child, false)); index->SetExponentFlag(); subsup->SetIndex(index); child = GetNextTag(child); MathCell *power = HandleNullPointer(ParseTag(child, false)); power->SetExponentFlag(); subsup->SetExponent(power); subsup->SetType(m_ParserStyle); subsup->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, subsup); return subsup; } MathCell *MathParser::ParseSubTag(wxXmlNode *node) { SubCell *sub = new SubCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); sub->SetBase(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); MathCell *index = HandleNullPointer(ParseTag(child, false)); sub->SetIndex(index); index->SetExponentFlag(); sub->SetType(m_ParserStyle); sub->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, sub); return sub; } MathCell *MathParser::ParseAtTag(wxXmlNode *node) { AtCell *at = new AtCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); at->SetBase(HandleNullPointer(ParseTag(child, false))); at->SetHighlight(m_highlight); child = GetNextTag(child); at->SetIndex(HandleNullPointer(ParseTag(child, false))); at->SetType(m_ParserStyle); at->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, at); return at; } MathCell *MathParser::ParseFunTag(wxXmlNode *node) { FunCell *fun = new FunCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); fun->SetName(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); fun->SetType(m_ParserStyle); fun->SetStyle(TS_FUNCTION); fun->SetArg(HandleNullPointer(ParseTag(child, false))); ParseCommonAttrs(node, fun); return fun; } MathCell *MathParser::ParseText(wxXmlNode *node, int style) { wxString str; TextCell *retval = NULL; if ((node != NULL) && ((str = node->GetContent()) != wxEmptyString)) { #if !wxUSE_UNICODE wxString str1(str.wc_str(wxConvUTF8), *wxConvCurrent); str = str1; #endif #if wxUSE_UNICODE str.Replace(wxT("-"), wxT("\x2212")); // unicode minus sign #endif wxStringTokenizer lines(str, wxT('\n')); while (lines.HasMoreTokens()) { TextCell *cell = new TextCell(NULL, m_configuration, m_cellPointers); switch(style) { case TS_ERROR: cell->SetType(MC_TYPE_ERROR); break; case TS_WARNING: cell->SetType(MC_TYPE_WARNING); break; default: cell->SetType(m_ParserStyle); } cell->SetStyle(style); cell->SetHighlight(m_highlight); cell->SetValue(lines.GetNextToken()); if (retval == NULL) retval = cell; else { cell->ForceBreakLine(true); retval->AppendCell(cell); }; } } if (retval == NULL) retval = new TextCell(NULL, m_configuration, m_cellPointers); ParseCommonAttrs(node, retval); return retval; } void MathParser::ParseCommonAttrs(wxXmlNode *node, MathCell *cell) { if(cell == NULL) return; if(node == NULL) return; if(node->GetAttribute(wxT("breakline"), wxT("false")) == wxT("true")) cell->ForceBreakLine(true); wxString toolTip = node->GetAttribute(wxT("tooltip"), wxEmptyString); if(toolTip != wxEmptyString) cell->SetToolTip(toolTip); } MathCell *MathParser::ParseCharCode(wxXmlNode *node, int style) { TextCell *cell = new TextCell(NULL, m_configuration, m_cellPointers); wxString str; if ((node != NULL) && ((str = node->GetContent()) != wxEmptyString)) { long code; if (str.ToLong(&code)) str = wxString::Format(wxT("%c"), code); #if !wxUSE_UNICODE wxString str1(str.wc_str(wxConvUTF8), *wxConvCurrent); str = str1; #endif cell->SetValue(str); cell->SetType(m_ParserStyle); cell->SetStyle(style); cell->SetHighlight(m_highlight); } ParseCommonAttrs(node, cell); return cell; } MathCell *MathParser::ParseSqrtTag(wxXmlNode *node) { wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); SqrtCell *cell = new SqrtCell(NULL, m_configuration, m_cellPointers); cell->SetInner(HandleNullPointer(ParseTag(child, true))); cell->SetType(m_ParserStyle); cell->SetStyle(TS_VARIABLE); cell->SetHighlight(m_highlight); ParseCommonAttrs(node, cell); return cell; } MathCell *MathParser::ParseAbsTag(wxXmlNode *node) { wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); AbsCell *cell = new AbsCell(NULL, m_configuration, m_cellPointers); cell->SetInner(HandleNullPointer(ParseTag(child, true))); cell->SetType(m_ParserStyle); cell->SetStyle(TS_VARIABLE); cell->SetHighlight(m_highlight); ParseCommonAttrs(node, cell); return cell; } MathCell *MathParser::ParseConjugateTag(wxXmlNode *node) { wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); ConjugateCell *cell = new ConjugateCell(NULL, m_configuration, m_cellPointers); cell->SetInner(HandleNullPointer(ParseTag(child, true))); cell->SetType(m_ParserStyle); cell->SetStyle(TS_VARIABLE); cell->SetHighlight(m_highlight); ParseCommonAttrs(node, cell); return cell; } MathCell *MathParser::ParseParenTag(wxXmlNode *node) { wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); ParenCell *cell = new ParenCell(NULL, m_configuration, m_cellPointers); // No special Handling for NULL args here: They are completely legal in this case. cell->SetInner(ParseTag(child, true), m_ParserStyle); cell->SetHighlight(m_highlight); cell->SetStyle(TS_VARIABLE); if (node->GetAttributes() != NULL) cell->SetPrint(false); ParseCommonAttrs(node, cell); return cell; } MathCell *MathParser::ParseLimitTag(wxXmlNode *node) { LimitCell *limit = new LimitCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); limit->SetName(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); limit->SetUnder(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); limit->SetBase(HandleNullPointer(ParseTag(child, false))); limit->SetType(m_ParserStyle); limit->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, limit); return limit; } MathCell *MathParser::ParseSumTag(wxXmlNode *node) { SumCell *sum = new SumCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); wxString type = node->GetAttribute(wxT("type"), wxT("sum")); if (type == wxT("prod")) sum->SetSumStyle(SM_PROD); sum->SetHighlight(m_highlight); sum->SetUnder(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); if (type != wxT("lsum")) sum->SetOver(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); sum->SetBase(HandleNullPointer(ParseTag(child, false))); sum->SetType(m_ParserStyle); sum->SetStyle(TS_VARIABLE); ParseCommonAttrs(node, sum); return sum; } MathCell *MathParser::ParseIntTag(wxXmlNode *node) { IntCell *in = new IntCell(NULL, m_configuration, m_cellPointers); wxXmlNode *child = node->GetChildren(); child = SkipWhitespaceNode(child); in->SetHighlight(m_highlight); wxString definiteAtt = node->GetAttribute(wxT("def"), wxT("true")); if (definiteAtt != wxT("true")) { in->SetBase(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); in->SetVar(HandleNullPointer(ParseTag(child, true))); in->SetType(m_ParserStyle); in->SetStyle(TS_VARIABLE); } else { // A Definite integral in->SetIntStyle(IntCell::INT_DEF); in->SetUnder(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); in->SetOver(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); in->SetBase(HandleNullPointer(ParseTag(child, false))); child = GetNextTag(child); in->SetVar(HandleNullPointer(ParseTag(child, true))); in->SetType(m_ParserStyle); in->SetStyle(TS_VARIABLE); } ParseCommonAttrs(node, in); return in; } MathCell *MathParser::ParseTableTag(wxXmlNode *node) { MatrCell *matrix = new MatrCell(NULL, m_configuration, m_cellPointers); matrix->SetHighlight(m_highlight); if (node->GetAttribute(wxT("special"), wxT("false")) == wxT("true")) matrix->SetSpecialFlag(true); if (node->GetAttribute(wxT("inference"), wxT("false")) == wxT("true")) { matrix->SetInferenceFlag(true); matrix->SetSpecialFlag(true); } if (node->GetAttribute(wxT("colnames"), wxT("false")) == wxT("true")) matrix->ColNames(true); if (node->GetAttribute(wxT("rownames"), wxT("false")) == wxT("true")) matrix->RowNames(true); wxXmlNode *rows = SkipWhitespaceNode(node->GetChildren()); while (rows) { matrix->NewRow(); wxXmlNode *cells = SkipWhitespaceNode(rows->GetChildren()); while (cells) { matrix->NewColumn(); matrix->AddNewCell(HandleNullPointer(ParseTag(cells, false))); cells = GetNextTag(cells); } rows = rows->GetNext(); } matrix->SetType(m_ParserStyle); matrix->SetStyle(TS_VARIABLE); matrix->SetDimension(); ParseCommonAttrs(node, matrix); return matrix; } MathCell *MathParser::ParseTag(wxXmlNode *node, bool all) { // wxYield(); MathCell *retval = NULL; MathCell *cell = NULL; bool warning = all; wxString altCopy; node = SkipWhitespaceNode(node); while (node) { if (node->GetType() == wxXML_ELEMENT_NODE) { // Parse XML tags. The only other type of element we recognize are text // nodes. wxString tagName(node->GetName()); MathCell *tmp = NULL; if (tagName == wxT("v")) { // Variables (atoms) tmp = ParseText(node->GetChildren(), TS_VARIABLE); } else if (tagName == wxT("t")) { // Other text TextStyle style = TS_DEFAULT; if (node->GetAttribute(wxT("type")) == wxT("error")) style = TS_ERROR; if (node->GetAttribute(wxT("type")) == wxT("warning")) style = TS_WARNING; tmp = ParseText(node->GetChildren(), style); } else if (tagName == wxT("n")) { // Numbers tmp = ParseText(node->GetChildren(), TS_NUMBER); } else if (tagName == wxT("h")) { // Hidden cells (*) tmp = ParseText(node->GetChildren()); tmp->m_isHidden = true; } else if (tagName == wxT("p")) { // Parenthesis tmp = ParseParenTag(node); } else if (tagName == wxT("f")) { // Fractions tmp = ParseFracTag(node); } else if (tagName == wxT("e")) { // Exponentials tmp = ParseSupTag(node); } else if (tagName == wxT("i")) { // Subscripts tmp = ParseSubTag(node); } else if (tagName == wxT("fn")) { // Functions tmp = ParseFunTag(node); } else if (tagName == wxT("g")) { // Greek constants tmp = ParseText(node->GetChildren(), TS_GREEK_CONSTANT); } else if (tagName == wxT("s")) { // Special constants %e,... tmp = ParseText(node->GetChildren(), TS_SPECIAL_CONSTANT); } else if (tagName == wxT("fnm")) { // Function names tmp = ParseText(node->GetChildren(), TS_FUNCTION); } else if (tagName == wxT("q")) { // Square roots tmp = ParseSqrtTag(node); } else if (tagName == wxT("d")) { // Differentials tmp = ParseDiffTag(node); } else if (tagName == wxT("sm")) { // Sums tmp = ParseSumTag(node); } else if (tagName == wxT("in")) { // integrals tmp = ParseIntTag(node); } else if (tagName == wxT("mspace")) { tmp = new TextCell(NULL, m_configuration, m_cellPointers, wxT(" ")); } else if (tagName == wxT("at")) { tmp = ParseAtTag(node); } else if (tagName == wxT("a")) { tmp = ParseAbsTag(node); } else if (tagName == wxT("cj")) { tmp = ParseConjugateTag(node); } else if (tagName == wxT("ie")) { tmp = ParseSubSupTag(node); } else if (tagName == wxT("lm")) { // A limit tag tmp = ParseLimitTag(node); } else if (tagName == wxT("r")) { // A group of tags tmp = ParseTag(node->GetChildren()); } else if (tagName == wxT("tb")) { tmp = ParseTableTag(node); } else if ((tagName == wxT("mth")) || (tagName == wxT("line"))) { tmp = ParseTag(node->GetChildren()); if (tmp != NULL) tmp->ForceBreakLine(true); else tmp = new TextCell(NULL, m_configuration, m_cellPointers, wxT(" ")); } else if (tagName == wxT("lbl")) { wxString user_lbl = node->GetAttribute(wxT("userdefinedlabel"), m_userDefinedLabel); wxString userdefined = node->GetAttribute(wxT("userdefined"), wxT("no")); if ( userdefined != wxT("yes")) { tmp = ParseText(node->GetChildren(), TS_LABEL); } else { tmp = ParseText(node->GetChildren(), TS_USERLABEL); // Backwards compatibility to 17.04/17.12: // If we cannot find the user-defined label's text but still know that there // is one it's value has been saved as "automatic label" instead. if(user_lbl == wxEmptyString) { user_lbl = dynamic_cast(tmp)->GetValue(); user_lbl = user_lbl.substr(1,user_lbl.Length() - 2); } } dynamic_cast(tmp)->SetUserDefinedLabel(user_lbl); tmp->ForceBreakLine(true); } else if (tagName == wxT("st")) { tmp = ParseText(node->GetChildren(), TS_STRING); } else if (tagName == wxT("hl")) { bool highlight = m_highlight; m_highlight = true; tmp = ParseTag(node->GetChildren()); m_highlight = highlight; } else if (tagName == wxT("img")) { ImgCell *imageCell; wxString filename(node->GetChildren()->GetContent()); #if !wxUSE_UNICODE wxString filename1(filename.wc_str(wxConvUTF8), *wxConvCurrent); filename = filename1; #endif if (m_fileSystem) // loading from zip imageCell = new ImgCell(NULL, m_configuration, m_cellPointers, filename, false, m_fileSystem); else { if (node->GetAttribute(wxT("del"), wxT("yes")) != wxT("no")) imageCell = new ImgCell(NULL, m_configuration, m_cellPointers, filename, true, NULL); else { // This is the only case show_image() produces ergo this is the only // case we might get a local path if ( (!wxFileExists(filename)) && (wxFileExists((*m_configuration)->GetWorkingDirectory() + wxT("/") + filename)) ) filename = (*m_configuration)->GetWorkingDirectory() + wxT("/") + filename; imageCell = new ImgCell(NULL, m_configuration, m_cellPointers, filename, false, NULL); } } if (node->GetAttribute(wxT("rect"), wxT("true")) == wxT("false")) imageCell->DrawRectangle(false); wxString sizeString; if ((sizeString = node->GetAttribute(wxT("maxWidth"), wxT("-1"))) != wxT("-1")) { double width; if(sizeString.ToDouble(&width)) imageCell->SetMaxWidth(width); } if ((sizeString = node->GetAttribute(wxT("maxHeight"), wxT("-1"))) != wxT("-1")) { double height; if(sizeString.ToDouble(&height)) imageCell->SetMaxWidth(height); } tmp = imageCell; } else if (tagName == wxT("slide")) { bool del = node->GetAttribute(wxT("del"), wxT("false")) == wxT("true"); SlideShow *slideShow = new SlideShow(NULL, m_configuration, m_cellPointers, m_fileSystem); wxString str(node->GetChildren()->GetContent()); wxArrayString images; wxString framerate; wxStringTokenizer tokens(str, wxT(";")); if (node->GetAttribute(wxT("fr"), &framerate)) { long fr; if (framerate.ToLong(&fr)) slideShow->SetFrameRate(fr); } if (node->GetAttribute(wxT("running"), wxT("true")) == wxT("false")) slideShow->AnimationRunning(false); while (tokens.HasMoreTokens()) { wxString token = tokens.GetNextToken(); if (token.Length()) { #if !wxUSE_UNICODE wxString token1(token.wc_str(wxConvUTF8), *wxConvCurrent); token = token1; #endif images.Add(token); } } if (slideShow) slideShow->LoadImages(images, del); tmp = slideShow; } else if (tagName == wxT("editor")) { tmp = ParseEditorTag(node); } else if (tagName == wxT("cell")) { tmp = ParseCellTag(node); } else if (tagName == wxT("ascii")) { tmp = ParseCharCode(node->GetChildren()); } else if (node->GetChildren()) { tmp = ParseTag(node->GetChildren()); } // The new cell may needing being equipped with a "altCopy" tag. if ((tmp != NULL) && (node->GetAttribute(wxT("altCopy"), &altCopy))) tmp->SetAltCopyText(altCopy); // Append the cell we found (tmp) to the list of cells we parsed so far (cell). if (tmp != NULL) { ParseCommonAttrs(node, tmp); if (cell == NULL) cell = tmp; else cell->AppendCell(tmp); } } else { // We didn't get a tag but got a text cell => Parse the text. if (cell == NULL) cell = ParseText(node); else cell->AppendCell(ParseText(node)); } if (cell != NULL) { // Append the new cell to the return value if (retval == NULL) retval = cell; else cell = cell->m_next; } else if ((warning) && (!all)) { // Tell the user we ran into problems. wxString name; name.Trim(true); name.Trim(false); if (cell != NULL) name = cell->ToString(); if (name.Length() != 0) { wxMessageBox(_("Parts of the document will not be loaded correctly:\nFound unknown XML Tag name " + name), _("Warning"), wxOK | wxICON_WARNING); warning = false; } } if (!all) break; node = GetNextTag(node); } return retval; } /*** * Parse the string s, which is (correct) xml fragment. * Put the result in line. */ MathCell *MathParser::ParseLine(wxString s, int style) { m_ParserStyle = style; m_FracStyle = FracCell::FC_NORMAL; m_highlight = false; MathCell *cell = NULL; int showLength; switch ((*m_configuration)->ShowLength()) { case 0: showLength = 50000; break; case 1: showLength = 500000; break; case 2: showLength = 5000000; break; case 3: showLength = 0; break; default: showLength = 50000; } #if wxUSE_UNICODE m_graphRegex.Replace(&s, wxT("\xFFFD")); #else m_graphRegex.Replace(&s, wxT("?")); #endif if (((long) s.Length() < showLength) || (showLength == 0)) { wxXmlDocument xml; #if wxUSE_UNICODE wxStringInputStream xmlStream(s); #else wxString su(s.wc_str(*wxConvCurrent), wxConvUTF8); wxStringInputStream xmlStream(su); #endif xml.Load(xmlStream, wxT("UTF-8"), wxXMLDOC_KEEP_WHITESPACE_NODES); wxXmlNode *doc = xml.GetRoot(); if (doc != NULL) cell = ParseTag(doc->GetChildren()); } else { cell = new TextCell(NULL, m_configuration, m_cellPointers, _(" << Expression longer than allowed by the configuration setting! >>")); cell->SetToolTip(_("The maximum size of a expression wxMaxima is allowed to be displayed " "can be changed in the configuration dialogue." )); cell->ForceBreakLine(true); } return cell; } wxmaxima-Version-18.02.0/src/MathParser.h000066400000000000000000000103731324204105000201410ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2004-2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file The header file for the xml cell parser */ #ifndef MATHPARSER_H #define MATHPARSER_H #include #include #include #include "MathCell.h" #include "TextCell.h" /*! This class handles parsing the xml representation of a cell tree. The xml representation of a cell tree can be found in the file contents.xml inside a wxmx file */ class MathParser { public: MathParser(Configuration **cfg, MathCell::CellPointers *cellPointers, wxString zipfile = wxEmptyString); ~MathParser(); void SetUserLabel(wxString label){ m_userDefinedLabel = label; } MathCell *ParseLine(wxString s, int style = MC_TYPE_DEFAULT); MathCell *ParseTag(wxXmlNode *node, bool all = true); private: void ParseCommonAttrs(wxXmlNode *node, MathCell *cell); MathCell *HandleNullPointer(MathCell *cell); /*! Get the next xml tag wxXmlNode can operate in two modes: - One mode skips all whitespace between the beginning of the line and the first character if that character was escaped by a & for including it into the XML stream. This obviously is a bad idea in our case. - And the other mode inserts bogus whitespace text nodes if there is whitespace between XML tags. This one is more helpful - but only if we provide a function that skips these whitespace text nodes. If we encounter a non-whitespace text node where we shouldn't we raise an assertion that informs the user that we might want a bug report about this. */ wxXmlNode *GetNextTag(wxXmlNode *node); /*! Returns node - or (if node is a whitespace-only text node) the next one. If we encounter a non-whitespace text node where we shouldn't we raise an assertion that informs the user that we might want a bug report about this. */ wxXmlNode *SkipWhitespaceNode(wxXmlNode *node); /*! Convert XML to a group tree This function is responsible for creating a tree of groupcells when loading XML document. \attention Any changes in GroupCell structure or methods has to be reflected here in order to ensure proper loading of WXMX files. */ MathCell *ParseCellTag(wxXmlNode *node); MathCell *ParseEditorTag(wxXmlNode *node); MathCell *ParseFracTag(wxXmlNode *node); MathCell *ParseText(wxXmlNode *node, int style = TS_DEFAULT); MathCell *ParseCharCode(wxXmlNode *node, int style = TS_DEFAULT); MathCell *ParseSupTag(wxXmlNode *node); MathCell *ParseSubTag(wxXmlNode *node); MathCell *ParseAbsTag(wxXmlNode *node); MathCell *ParseConjugateTag(wxXmlNode *node); MathCell *ParseUnderTag(wxXmlNode *node); MathCell *ParseTableTag(wxXmlNode *node); MathCell *ParseAtTag(wxXmlNode *node); MathCell *ParseDiffTag(wxXmlNode *node); MathCell *ParseSumTag(wxXmlNode *node); MathCell *ParseIntTag(wxXmlNode *node); MathCell *ParseFunTag(wxXmlNode *node); MathCell *ParseSqrtTag(wxXmlNode *node); MathCell *ParseLimitTag(wxXmlNode *node); MathCell *ParseParenTag(wxXmlNode *node); MathCell *ParseSubSupTag(wxXmlNode *node); wxString m_userDefinedLabel; wxRegEx m_graphRegex; int m_ParserStyle; int m_FracStyle; MathCell::CellPointers *m_cellPointers; Configuration **m_configuration; bool m_highlight; wxFileSystem *m_fileSystem; // used for loading pictures in and }; #endif // MATHPARSER_H wxmaxima-Version-18.02.0/src/MathPrintout.cpp000066400000000000000000000233171324204105000210660ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2016-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class MathPrintOut MathPrintOut is the class that handles printing. */ //! Bitmaps are scaled down if the resolution of the DC is too low. #define DPI_REFERENCE 96.0 #include "MathPrintout.h" #include "GroupCell.h" #include #define PRINT_MARGIN_HORIZONTAL 50 #define PRINT_MARGIN_VERTICAL 50 MathPrintout::MathPrintout(wxString title, Configuration **configuration) : wxPrintout(title) { m_configuration = configuration; m_oldconfig = *m_configuration; m_numberOfPages = 0; m_tree = NULL; m_printConfigCreated = false; (*m_configuration)->SetForceUpdate(true); } MathPrintout::~MathPrintout() { DestroyTree(); if(m_printConfigCreated) wxDELETE(*m_configuration); *m_configuration = m_oldconfig; MathCell::ClipToDrawRegion(true); (*m_configuration)->SetForceUpdate(false); } void MathPrintout::SetData(GroupCell *tree) { m_tree = tree; if (m_tree != NULL) m_tree->BreakPage(true); } bool MathPrintout::HasPage(int num) { if (num > 0 && num <= m_numberOfPages) return true; return false; } bool MathPrintout::OnPrintPage(int num) { GroupCell *tmp; wxDC *dc = GetDC(); dc->SetBackground(*wxWHITE_BRUSH); dc->Clear(); int pageWidth, pageHeight; int marginX, marginY; GetPageSizePixels(&pageWidth, &pageHeight); GetPageMargins(&marginX, &marginY); // Make sure that during print nothing is outside the crop rectangle marginX += (*m_configuration)->Scale_Px((*m_configuration)->GetBaseIndent()); // Go to current page tmp = m_pages[num - 1]; // Print page if (tmp != NULL) { if (tmp->GetGroupType() == GC_TYPE_PAGEBREAK) tmp = dynamic_cast(tmp->m_next); if (tmp == NULL) return true; wxPoint point; point.x = marginX; point.y = marginY + tmp->GetMaxCenter() + GetHeaderHeight(); wxConfigBase *config = wxConfig::Get(); int fontsize = 12; int drop = tmp->GetMaxDrop(); config->Read(wxT("fontsize"), &fontsize); PrintHeader(num, dc); MathCell::ClipToDrawRegion(false); while (tmp != NULL && tmp->GetGroupType() != GC_TYPE_PAGEBREAK) { // The following line seems to misteriously fix the "subsequent text // cells aren't printed" problem on linux. // No Idea why, though. dc->SetPen(wxPen(wxT("light grey"), 1, wxPENSTYLE_SOLID)); tmp->Draw(point, fontsize); if (tmp->m_next != NULL) { point.x = marginX; point.y += drop + tmp->m_next->GetMaxCenter(); point.y += (*m_configuration)->Scale_Px((*m_configuration)->GetGroupSkip()); drop = tmp->m_next->GetMaxDrop(); } tmp = dynamic_cast(tmp->m_next); if (tmp == NULL || tmp->BreakPageHere()) break; } MathCell::ClipToDrawRegion(true); return true; } MathCell::ClipToDrawRegion(true); return false; } bool MathPrintout::OnBeginDocument(int startPage, int endPage) { if (!wxPrintout::OnBeginDocument(startPage, endPage)) return false; return true; } void MathPrintout::BreakPages() { if (m_tree == NULL) return; MathCell::ClipToDrawRegion(false); int pageWidth, pageHeight; int marginX, marginY; int headerHeight = GetHeaderHeight(); GetPageMargins(&marginX, &marginY); GetPageSizePixels(&pageWidth, &pageHeight); int currentHeight = marginY; int skip = (*m_configuration)->Scale_Px((*m_configuration)->GetGroupSkip());; GroupCell *tmp = dynamic_cast(m_tree); m_pages.push_back(tmp); m_numberOfPages = 1; while (tmp != NULL) { tmp->BreakPage(false); if (currentHeight + tmp->GetMaxHeight() + skip >= pageHeight - marginY || tmp->GetGroupType() == GC_TYPE_PAGEBREAK) { if (tmp->GetGroupType() != GC_TYPE_PAGEBREAK) currentHeight = marginY + tmp->GetMaxHeight() + headerHeight; else currentHeight = marginY; tmp->BreakPage(true); m_pages.push_back(tmp); m_numberOfPages++; } else currentHeight += tmp->GetMaxHeight() + skip; tmp = dynamic_cast(tmp->m_next); } MathCell::ClipToDrawRegion(true); } void MathPrintout::SetupData() { wxDC *dc = GetDC(); *m_configuration = new Configuration(*dc); m_printConfigCreated = true; (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); (*m_configuration)->ShowBrackets((*m_configuration)->PrintBrackets()); (*m_configuration)->LineWidth_em(400); // SetUserScale(1/DCSCALE, // 1/DCSCALE); // on MSW according to https://groups.google.com/forum/#!topic/wx-users/QF_W4g3Oe98 // the wxFont::SetPointSize is scaled relative to the screen DPI rate in order to // get the right font size in pixels. Unfortunately this is true for printing, too, // which might employ an entirely different DPI rate. // // Also it could be shown that on a 600dpi printer the font is only half the size // one would get on an 300dpi printer => we need to correct the scale factor for // the DPI rate, too. It seems that for a 75dpi and a 300dpi printer the scaling // factor is 1.0. wxSize printPPI; printPPI = (*m_configuration)->GetDC()->GetPPI(); double userScale_x, userScale_y; m_oldconfig->GetDC()->GetUserScale(&userScale_x, &userScale_y); (*m_configuration)->SetZoomFactor_temporarily( printPPI.x / DPI_REFERENCE * m_oldconfig->PrintScale() ); // wxSize screenPPI; // screenPPI = m_oldconfig->GetDC()->GetPPI(); // double oldZoomFactor = m_oldconfig->GetZoomFactor(); // wxMessageDialog dialog(NULL, // wxString::Format(wxT("screenPPI.x=%i,\nprintPPI.x=%i\nzoomFactor=%f\nUserScale.x=%f"), // screenPPI.x, printPPI.x, oldZoomFactor, userScale_x), // wxString("Printer Parameters")); // dialog.ShowModal(); int pageWidth, pageHeight; int marginX, marginY; GetPageSizePixels(&pageWidth, &pageHeight); GetPageMargins(&marginX, &marginY); (*m_configuration)->SetClientWidth(pageWidth - 2 * marginX - (*m_configuration)->Scale_Px(72) // Some additional margin to compensate for title and section indent - (*m_configuration)->Scale_Px((*m_configuration)->GetBaseIndent())); (*m_configuration)->SetClientHeight(pageHeight - 2 * marginY); (*m_configuration)->SetIndent(marginX); // Inform the output routines that we are printing (*m_configuration)->SetPrinter(true); // Make sure that during print nothing is outside the crop rectangle marginX += (*m_configuration)->Scale_Px((*m_configuration)->GetBaseIndent()); MathCell::ClipToDrawRegion(false); Recalculate(); BreakPages(); } void MathPrintout::GetPageInfo(int *minPage, int *maxPage, int *fromPage, int *toPage) { *minPage = 1; *maxPage = m_numberOfPages; *fromPage = 1; *toPage = m_numberOfPages; } void MathPrintout::OnPreparePrinting() { SetupData(); } void MathPrintout::GetPageMargins(int *horizontal, int *vertical) { *horizontal = (int) ((*m_configuration)->Scale_Px(PRINT_MARGIN_HORIZONTAL)); *vertical = (int) ((*m_configuration)->Scale_Px(PRINT_MARGIN_VERTICAL)); } int MathPrintout::GetHeaderHeight() { wxDC *dc = GetDC(); int width, height; dc->SetFont(wxFont((*m_configuration)->Scale_Px(10), wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL)); dc->GetTextExtent(GetTitle(), &width, &height); return height + (*m_configuration)->Scale_Px(12); } void MathPrintout::PrintHeader(int pageNum, wxDC *dc) { int page_width, page_height; int title_width, title_height; int marginX, marginY; int pageWidth, pageHeight; GetPageMargins(&marginX, &marginY); GetPageSizePixels(&pageWidth, &pageHeight); dc->SetTextForeground(wxColour(wxT("grey"))); dc->SetPen(wxPen(wxT("light grey"), 1, wxPENSTYLE_SOLID)); dc->SetFont(wxFont((*m_configuration)->Scale_Px(10), wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL)); dc->GetTextExtent(GetTitle(), &title_width, &title_height); wxString page = wxString::Format(wxT("%d / %d"), pageNum, m_numberOfPages); dc->GetTextExtent(page, &page_width, &page_height); dc->DrawText(GetTitle(), marginX, marginY); dc->DrawText(page, pageWidth - page_width - marginX, marginY); dc->DrawLine(marginX, marginY + title_height + (*m_configuration)->Scale_Px(3), pageWidth - marginX, marginY + title_height + (*m_configuration)->Scale_Px(3)); dc->SetTextForeground(wxColour(wxT("black"))); dc->SetPen(wxPen(wxT("black"), 1, wxPENSTYLE_SOLID)); } void MathPrintout::Recalculate() { GroupCell *tmp = m_tree; int marginX, marginY; GetPageMargins(&marginX, &marginY); int pageWidth, pageHeight; GetPageSizePixels(&pageWidth, &pageHeight); marginX += (*m_configuration)->Scale_Px((*m_configuration)->GetBaseIndent()); while (tmp != NULL) { tmp->ResetSize(); tmp->Recalculate(); tmp = dynamic_cast(tmp->m_next); } } void MathPrintout::DestroyTree() { wxDELETE(m_tree); m_tree = NULL; } wxmaxima-Version-18.02.0/src/MathPrintout.h000066400000000000000000000041071324204105000205270ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the class MathPrintOut MathPrintOut is the class that handles printing. */ #ifndef MATHPRINTOUT_H #define MATHPRINTOUT_H #include "Setup.h" #include #include #include #include "MathCell.h" #include "GroupCell.h" using namespace std; class MathPrintout : public wxPrintout { public: MathPrintout(wxString title, Configuration **configuration); ~MathPrintout(); void DestroyTree(); void DestroyTree(GroupCell *tree); void SetData(GroupCell *tree); void SetupData(); void BreakPages(); void Recalculate(); bool OnPrintPage(int num); bool HasPage(int num); void GetPageInfo(int *minPage, int *maxPage, int *pageFrom, int *pageTo); bool OnBeginDocument(int startPage, int endPage); void OnPreparePrinting(); void GetPageMargins(int *horizontal, int *vertical); int GetHeaderHeight(); void PrintHeader(int pageNum, wxDC *dc); private: Configuration **m_configuration, *m_oldconfig; int m_numberOfPages; bool m_printConfigCreated; wxString m_title; GroupCell *m_tree; vector m_pages; }; #endif // MATHPRINTOUT_H wxmaxima-Version-18.02.0/src/MatrCell.cpp000066400000000000000000000232511324204105000201300ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class MatrCell MatrCell is the MathCell type that represents matrices and matrix-like elements like the table_form command. */ #include "MatrCell.h" MatrCell::MatrCell(MathCell *parent, Configuration **config, CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_matWidth = 0; m_matHeight = 0; m_specialMatrix = false; m_inferenceMatrix = false; m_rowNames = m_colNames = false; } void MatrCell::SetGroup(MathCell *parent) { m_group = parent; for (unsigned int i = 0; i < m_cells.size(); i++) { if (m_cells[i] != NULL) m_cells[i]->SetGroupList(parent); } } MathCell *MatrCell::Copy() { MatrCell *tmp = new MatrCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->m_specialMatrix = m_specialMatrix; tmp->m_inferenceMatrix = m_inferenceMatrix; tmp->m_rowNames = m_rowNames; tmp->m_colNames = m_colNames; tmp->m_matWidth = m_matWidth; tmp->m_matHeight = m_matHeight; for (int i = 0; i < m_matWidth * m_matHeight; i++) (tmp->m_cells).push_back(m_cells[i]->CopyList()); return tmp; } MatrCell::~MatrCell() { for (unsigned int i = 0; i < m_cells.size(); i++) { wxDELETE(m_cells[i]); m_cells[i] = NULL; } MarkAsDeleted(); } std::list MatrCell::GetInnerCells() { std::list innerCells; for (unsigned int i = 0; i < m_cells.size(); i++) if(m_cells[i]) innerCells.push_back(m_cells[i]); return innerCells; } void MatrCell::RecalculateWidths(int fontsize) { for (int i = 0; i < m_matWidth * m_matHeight; i++) { m_cells[i]->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - 2)); } m_widths.clear(); for (int i = 0; i < m_matWidth; i++) { m_widths.push_back(0); for (int j = 0; j < m_matHeight; j++) { m_widths[i] = MAX(m_widths[i], m_cells[m_matWidth * j + i]->GetFullWidth()); } } m_width = 0; for (int i = 0; i < m_matWidth; i++) { m_width += (m_widths[i] + Scale_Px(10)); } if (m_width < Scale_Px(14)) m_width = Scale_Px(14); ResetData(); } void MatrCell::RecalculateHeight(int fontsize) { for (int i = 0; i < m_matWidth * m_matHeight; i++) { m_cells[i]->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - 2)); } m_centers.clear(); m_drops.clear(); for (int i = 0; i < m_matHeight; i++) { m_centers.push_back(0); m_drops.push_back(0); for (int j = 0; j < m_matWidth; j++) { m_centers[i] = MAX(m_centers[i], m_cells[m_matWidth * i + j]->GetMaxCenter()); m_drops[i] = MAX(m_drops[i], m_cells[m_matWidth * i + j]->GetMaxDrop()); } } m_height = 0; for (int i = 0; i < m_matHeight; i++) { m_height += (m_centers[i] + m_drops[i] + Scale_Px(10)); } if (m_height == 0) m_height = fontsize + Scale_Px(10); m_center = m_height / 2; } void MatrCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && InUpdateRegion()) { MathCell::Draw(point, fontsize); Configuration *configuration = (*m_configuration); wxDC *dc = configuration->GetDC(); wxPoint mp; mp.x = point.x + Scale_Px(5); mp.y = point.y - m_center; for (int i = 0; i < m_matWidth; i++) { mp.y = point.y - m_center + Scale_Px(5); for (int j = 0; j < m_matHeight; j++) { mp.y += m_centers[j]; wxPoint mp1(mp); mp1.x = mp.x + (m_widths[i] - m_cells[j * m_matWidth + i]->GetFullWidth()) / 2; m_cells[j * m_matWidth + i]->DrawList(mp1, MAX(MC_MIN_SIZE, fontsize - 2)); mp.y += (m_drops[j] + Scale_Px(10)); } mp.x += (m_widths[i] + Scale_Px(10)); } SetPen(1.5); if (m_specialMatrix) { if (m_inferenceMatrix) dc->DrawLine(point.x + Scale_Px(1), point.y - m_center + Scale_Px(2), point.x + Scale_Px(1), point.y + m_center - Scale_Px(2)); else { if (m_rowNames) dc->DrawLine(point.x + m_widths[0] + 2 * Scale_Px(5), point.y - m_center + Scale_Px(2), point.x + m_widths[0] + 2 * Scale_Px(5), point.y + m_center - Scale_Px(2)); if (m_colNames) dc->DrawLine(point.x + Scale_Px(1), point.y - m_center + m_centers[0] + m_drops[0] + 2 * Scale_Px(5), point.x + Scale_Px(1) + m_width, point.y - m_center + m_centers[0] + m_drops[0] + 2 * Scale_Px(5)); } } else { // left bracket wxDC *adc = configuration->GetAntialiassingDC(); adc->DrawLine(point.x + Scale_Px(5), point.y - m_center + Scale_Px(2), point.x + Scale_Px(1), point.y - m_center + Scale_Px(2)); adc->DrawLine(point.x + Scale_Px(1), point.y - m_center + Scale_Px(2), point.x + Scale_Px(1), point.y + m_center - Scale_Px(2)); adc->DrawLine(point.x + Scale_Px(1), point.y + m_center - Scale_Px(2), point.x + Scale_Px(5), point.y + m_center - Scale_Px(2)); // right bracket adc->DrawLine(point.x + m_width - Scale_Px(5) - 1, point.y - m_center + Scale_Px(2), point.x + m_width - Scale_Px(1) - 1, point.y - m_center + Scale_Px(2)); adc->DrawLine(point.x + m_width - Scale_Px(1) - 1, point.y - m_center + Scale_Px(2), point.x + m_width - Scale_Px(1) - 1, point.y + m_center - Scale_Px(2)); adc->DrawLine(point.x + m_width - Scale_Px(1) - 1, point.y + m_center - Scale_Px(2), point.x + m_width - Scale_Px(5) - 1, point.y + m_center - Scale_Px(2)); } UnsetPen(); } } wxString MatrCell::ToString() { wxString s = wxT("matrix(\n"); for (int i = 0; i < m_matHeight; i++) { s += wxT("\t\t["); for (int j = 0; j < m_matWidth; j++) { s += m_cells[i * m_matWidth + j]->ListToString(); if (j < m_matWidth - 1) s += wxT(",\t"); } s += wxT("]"); if (i < m_matHeight - 1) s += wxT(","); s += wxT("\n"); } s += wxT("\t)"); return s; } wxString MatrCell::ToTeX() { //ToDo: We ignore colNames and rowNames here. Are they currently in use? wxString s; if (!m_specialMatrix) s = wxT("\\begin{pmatrix}"); else { s = wxT("\\begin{array}{"); for (int j = 0; j < m_matWidth; j++) s += wxT("c"); s += wxT("}"); } for (int i = 0; i < m_matHeight; i++) { for (int j = 0; j < m_matWidth; j++) { s += m_cells[i * m_matWidth + j]->ListToTeX(); if (j < m_matWidth - 1) s += wxT(" & "); } if (i < m_matHeight - 1) s += wxT("\\\\\n"); } if (!m_specialMatrix) s += wxT("\\end{pmatrix}"); else s += wxT("\\end{array}"); return s; } wxString MatrCell::ToMathML() { wxString retval; if (!m_specialMatrix) retval = wxT("("); retval += wxT(""); for (int i = 0; i < m_matHeight; i++) { retval += wxT(""); for (int j = 0; j < m_matWidth; j++) retval += wxT("") + m_cells[i * m_matWidth + j]->ListToMathML() + wxT(""); retval += wxT(""); } retval += wxT("\n"); if (!m_specialMatrix) retval += wxT(")\n"); return retval; } wxString MatrCell::ToOMML() { wxString retval; retval = wxT(""); if (!m_specialMatrix) retval += wxT("() \"1\""); retval += wxT(""); for (int i = 0; i < m_matHeight; i++) { retval += wxT(""); for (int j = 0; j < m_matWidth; j++) retval += wxT("") + m_cells[i * m_matWidth + j]->ListToOMML() + wxT(""); retval += wxT(""); } retval += wxT(""); return retval; } wxString MatrCell::ToXML() { wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); wxString s = wxEmptyString; if (m_specialMatrix) s = wxString::Format( wxT(""), m_inferenceMatrix ? wxT("true") : wxT("false"), m_rowNames ? wxT("true") : wxT("false"), m_colNames ? wxT("true") : wxT("false")); else s = wxT(""); for (int i = 0; i < m_matHeight; i++) { s += wxT(""); for (int j = 0; j < m_matWidth; j++) s += wxT("") + m_cells[i * m_matWidth + j]->ListToXML() + wxT(""); s += wxT(""); } s += wxT(""); return s; } void MatrCell::SetDimension() { if (m_matHeight != 0) m_matWidth = m_matWidth / m_matHeight; } wxmaxima-Version-18.02.0/src/MatrCell.h000066400000000000000000000042631324204105000175770ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef MATRCELL_H #define MATRCELL_H #include "MathCell.h" #include using namespace std; class MatrCell : public MathCell { public: MatrCell(MathCell *parent, Configuration **config, CellPointers *cellPointers); ~MatrCell(); std::list GetInnerCells(); MathCell *Copy(); void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); void AddNewCell(MathCell *cell) { m_cells.push_back(cell); } void NewRow() { m_matHeight++; } void NewColumn() { m_matWidth++; } void SetDimension(); wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToOMML(); wxString ToXML(); void SetSpecialFlag(bool special) { m_specialMatrix = special; } void SetInferenceFlag(bool inference) { m_inferenceMatrix = inference; } void SetGroup(MathCell *parent); void RowNames(bool rn) { m_rowNames = rn; } void ColNames(bool cn) { m_colNames = cn; } protected: int m_matWidth; int m_matHeight; bool m_specialMatrix, m_inferenceMatrix, m_rowNames, m_colNames; vector m_cells; vector m_widths; vector m_drops; vector m_centers; }; #endif // MATRCELL_H wxmaxima-Version-18.02.0/src/MaxSizeChooser.cpp000066400000000000000000000055231324204105000213320ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // Copyright (C) 2017-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "MaxSizeChooser.h" MaxSizeChooser::MaxSizeChooser(wxWindow *parent, int id, const int &width, const int &height, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, _("Set maximum image size [in mm]"), pos, size, style) { wxStaticText *widthText = new wxStaticText(this, -1, wxT("Max width [in cm]:")); wxStaticText *heightText = new wxStaticText(this, -1, wxT("Max height [in cm]:")); m_width = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(100, -1),wxSP_VERTICAL, -1, 1000); m_width->SetValue(width); m_height = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(100, -1),wxSP_VERTICAL, -1, 1000); m_height->SetValue(height); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_1 -> SetDefault(); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); button_2 -> SetDefault(); #endif wxBoxSizer *vsizer = new wxBoxSizer(wxVERTICAL); wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 2, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); vsizer->Add(new wxStaticText(this, -1, _("The maximum size for this image. Values <= 0 mean: Unspecified.")), 0, wxALL | wxALIGN_CENTER_HORIZONTAL, 5); grid_sizer_1->Add(widthText, 0, wxALL | wxEXPAND, 5); grid_sizer_1->Add(m_width, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); grid_sizer_1->Add(heightText, 0, wxALL | wxEXPAND, 5); grid_sizer_1->Add(m_height, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); vsizer->Add(grid_sizer_1, 1, wxEXPAND | wxLEFT, 0); SetSizerAndFit(vsizer); } wxmaxima-Version-18.02.0/src/MaxSizeChooser.h000066400000000000000000000031471324204105000207770ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // Copyright (C) 2017-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef MAXSIZECHOOSER_H #define MAXSIZECHOOSER_H #include #include #include class MaxSizeChooser : public wxDialog { public: MaxSizeChooser(wxWindow *parent, int id, const int &width, const int &height, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); double GetMaxWidth() { return m_width->GetValue(); } double GetMaxHeight() { return m_height->GetValue(); } private: wxSpinCtrl *m_width; wxSpinCtrl *m_height; wxButton *button_1; wxButton *button_2; }; #endif // MAXSIZECHOOSER_H wxmaxima-Version-18.02.0/src/Notification.cpp000066400000000000000000000061301324204105000210500ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2008-2009 Ziga Lenarcic // (C) 2012-2013 Doug Ilijev // (C) 2015-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class Notification It represents a non-disturbing message to the user. */ #include "Notification.h" Notification::Notification():wxNotificationMessage() { m_shown = false; m_parent = NULL; m_errorNotificationCell = NULL; #if wxCHECK_VERSION(3, 1, 0) // AddAction(wxID_ANY,_("Focus window")); Connect(wxEVT_NOTIFICATION_MESSAGE_CLICK, wxCommandEventHandler(Notification::OnClick),NULL,this); Connect(wxEVT_NOTIFICATION_MESSAGE_DISMISSED, wxCommandEventHandler(Notification::OnDismissed),NULL,this); Connect(wxEVT_NOTIFICATION_MESSAGE_ACTION, wxCommandEventHandler(Notification::OnClick),NULL,this); #endif } Notification::Notification(const wxString &title, const wxString &message, wxWindow *parent, int flags): wxNotificationMessage (title, message, parent, flags) { m_shown = false; m_errorNotificationCell = NULL; m_parent = parent; #if wxCHECK_VERSION(3, 1, 0) // AddAction(wxID_ANY,_("Focus window")); Connect(wxEVT_NOTIFICATION_MESSAGE_CLICK, wxCommandEventHandler(Notification::OnClick),NULL,this); Connect(wxEVT_NOTIFICATION_MESSAGE_DISMISSED, wxCommandEventHandler(Notification::OnDismissed),NULL,this); Connect(wxEVT_NOTIFICATION_MESSAGE_ACTION, wxCommandEventHandler(Notification::OnClick),NULL,this); #endif } void Notification::SetGroup(wxWindow *parent) { m_parent = parent; wxNotificationMessage::SetParent(parent); } bool Notification::Show(int duration) { m_shown = true; return wxNotificationMessage::Show(duration); } bool Notification::Close() { m_shown = false; m_errorNotificationCell = NULL; if(IsShown()) return wxNotificationMessage::Close(); else return false; } void Notification::OnClick(wxCommandEvent &WXUNUSED(event)) { if(GetGroup() != NULL) { GetGroup()->Raise(); GetGroup()->Show(); GetGroup()->SetFocus(); } m_shown = false; } void Notification::OnDismissed(wxCommandEvent &WXUNUSED(event)) { m_shown = false; } wxmaxima-Version-18.02.0/src/Notification.h000066400000000000000000000057231324204105000205240ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2012-2013 Doug Ilijev // (C) 2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class Notification Notification is a notification message which the operating system claims to be non-disturbing. */ #ifndef NOTIFICATION_H #define NOTIFICATION_H #include "GroupCell.h" #include #include /*! A user notification the operating system claims to be non-disturbing We use this notification sparingly, which means: Only if the wxMaxima window has lost focus between the user action that caused maxima to run a command and the moment the command has finished or has caused an error. */ class Notification: public wxNotificationMessage { public: //! A constructor that doesn't take any arguments Notification(); //! A constructor that completely prepares the notification, but doesn't call Show() yet. Notification(const wxString &title, const wxString &message=wxEmptyString, wxWindow *parent=NULL, int flags=wxICON_INFORMATION); //! Makes the notification appear. virtual bool Show(int duration = Timeout_Auto); //! Informs the notification which the main window is it notified for. virtual void SetGroup(wxWindow *parent); //! Returns a pointer to the main window or NULL, if no main window is set. virtual wxWindow *GetGroup(){return m_parent;} //! Tell the operating system that the notification may be closed. virtual bool Close(); //! Might produce false positives, but at least tries to determine if the notification is active. bool IsShown(){return m_shown;} //! The cell we signal an error for GroupCell *m_errorNotificationCell; private: //! May this notification be currently visible? bool m_shown; //! The main window we notify for. wxWindow *m_parent; protected: //! Called on clicking at the notification, if the OS supports that. void OnClick(wxCommandEvent &event); //! Called on closing the notification by the OS or user action, if supported. void OnDismissed(wxCommandEvent &event); }; #endif wxmaxima-Version-18.02.0/src/ParenCell.cpp000066400000000000000000000364071324204105000203010ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class ParenCell ParenCell is the MathCell type that represents a math element that is kept between parenthesis. */ #include "ParenCell.h" #include "TextCell.h" ParenCell::ParenCell(MathCell *parent, Configuration **config, CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_numberOfExtensions = 0; m_charWidth = 12; m_charWidth1 = 12; m_charHeight = 12; m_charHeight1 = 12; m_fontSize = 10; m_last1 = NULL; m_signTopHeight = 12; m_signHeight = 50; m_signBotHeight = 12; m_signWidth = 12; m_bigParenType = Configuration::ascii; m_innerCell = NULL; m_print = true; m_open = new TextCell(parent, config, cellPointers, wxT("(")); m_close = new TextCell(parent, config, cellPointers, wxT(")")); } void ParenCell::SetGroup(MathCell *parent) { m_group = parent; if (m_innerCell != NULL) m_innerCell->SetGroupList(parent); if (m_open != NULL) m_open->SetGroupList(parent); if (m_close != NULL) m_close->SetGroupList(parent); } MathCell *ParenCell::Copy() { ParenCell *tmp = new ParenCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->SetInner(m_innerCell->CopyList(), m_type); tmp->m_isBroken = m_isBroken; return tmp; } ParenCell::~ParenCell() { wxDELETE(m_innerCell); wxDELETE(m_open); wxDELETE(m_close); m_innerCell = m_open = m_close = NULL; MarkAsDeleted(); } std::list ParenCell::GetInnerCells() { std::list innerCells; if(m_innerCell) innerCells.push_back(m_innerCell); if(m_open) innerCells.push_back(m_open); if(m_close) innerCells.push_back(m_close); return innerCells; } void ParenCell::SetInner(MathCell *inner, int type) { if (inner == NULL) return; wxDELETE(m_innerCell); m_innerCell = inner; m_type = type; // Tell the first of our inter cell not to begin with a multiplication dot. m_innerCell->m_SuppressMultiplicationDot = true; // Search for the last of the inner cells while (inner->m_next != NULL) inner = inner->m_next; m_last1 = inner; ResetSize(); } void ParenCell::SetFont(int fontsize) { wxASSERT(fontsize >= 1); Configuration *configuration = (*m_configuration); wxDC *dc = configuration->GetDC(); wxFont font; if(m_bigParenType == Configuration::ascii) font = configuration->GetFont(TS_FUNCTION, fontsize); else font = configuration->GetFont(TS_FUNCTION, configuration->GetMathFontSize()); wxASSERT(font.GetPointSize() > 0); switch(m_bigParenType) { case Configuration::ascii: case Configuration::assembled_unicode: break; case Configuration::assembled_unicode_fallbackfont: font.SetFaceName(wxT("Linux Libertine")); break; case Configuration::assembled_unicode_fallbackfont2: font.SetFaceName(wxT("Linux Libertine O")); break; default: break; } font.SetStyle(wxFONTSTYLE_NORMAL); font.SetUnderlined(false); if (!font.IsOk()) { font.SetFamily(wxFONTFAMILY_MODERN); font.SetStyle(wxFONTSTYLE_NORMAL); font.SetFaceName(wxEmptyString); font.SetUnderlined(false); } if (!font.IsOk()) font = *wxNORMAL_FONT; // A fallback if we have been completely unable to set a working font if (!dc->GetFont().IsOk()) m_bigParenType = Configuration::handdrawn; if(m_bigParenType != Configuration::handdrawn) dc->SetFont(font); SetForeground(); } void ParenCell::RecalculateWidths(int fontsize) { Configuration *configuration = (*m_configuration); // Add a dummy contents to empty parenthesis if (m_innerCell == NULL) m_innerCell = new TextCell(m_group, m_configuration, m_cellPointers); m_innerCell->RecalculateWidthsList(fontsize); m_innerCell->RecalculateHeightList(fontsize); wxDC *dc = configuration->GetDC(); int size = m_innerCell->GetMaxHeight(); if (fontsize < 4) fontsize = 4; int fontsize1 = Scale_Px(fontsize); // If our font provides all the unicode chars we need we don't need // to bother which exotic method we need to use for drawing nice parenthesis. if (fontsize1*3 > size) { if(configuration->GetGrouphesisDrawMode() != Configuration::handdrawn) m_bigParenType = Configuration::ascii; m_open->RecalculateWidthsList(fontsize); m_close->RecalculateWidthsList(fontsize); m_signWidth = m_open->GetWidth(); m_signHeight= m_open->GetHeight(); } else { m_bigParenType = configuration->GetGrouphesisDrawMode(); if(m_bigParenType != Configuration::handdrawn) { SetFont(fontsize); int signWidth1,signWidth2,signWidth3,descent,leading; dc->GetTextExtent(wxT(PAREN_OPEN_TOP_UNICODE), &signWidth1, &m_signTopHeight, &descent, &leading); m_signTopHeight -= 2*descent + Scale_Px(1); dc->GetTextExtent(wxT(PAREN_OPEN_EXTEND_UNICODE), &signWidth2, &m_extendHeight, &descent, &leading); m_extendHeight -= 2*descent + Scale_Px(1); dc->GetTextExtent(wxT(PAREN_OPEN_BOTTOM_UNICODE), &signWidth3, &m_signBotHeight, &descent, &leading); m_signBotHeight -= descent + Scale_Px(1); m_signWidth = signWidth1; if(m_signWidth < signWidth2) m_signWidth = signWidth2; if(m_signWidth < signWidth3) m_signWidth = signWidth3; if(m_extendHeight < 1) m_extendHeight = 1; m_numberOfExtensions = ((size - m_signTopHeight - m_signBotHeight + m_extendHeight/ 2 - 1) / m_extendHeight); if(m_numberOfExtensions < 0) m_numberOfExtensions = 0; m_signHeight = m_signTopHeight + m_signBotHeight + m_extendHeight * m_numberOfExtensions; } else m_signWidth = Scale_Px(6) + (*m_configuration)->GetDefaultLineWidth(); } m_width = m_innerCell->GetFullWidth() + m_signWidth * 2; ResetData(); } void ParenCell::RecalculateHeight(int fontsize) { Configuration *configuration = (*m_configuration); m_innerCell->RecalculateHeightList(fontsize); m_height = MAX(m_signHeight,m_innerCell->GetMaxHeight()) + Scale_Px(2); m_center = m_height / 2; SetFont(fontsize); wxDC *dc = configuration->GetDC(); dc->GetTextExtent(wxT("("), &m_charWidth1, &m_charHeight1); if(m_charHeight1 < 2) m_charHeight1 = 2; m_open->RecalculateHeightList(fontsize); m_close->RecalculateHeightList(fontsize); if (m_isBroken) { m_height = MAX(m_innerCell->GetMaxHeight(), m_open->GetMaxHeight()); m_center = MAX(m_innerCell->GetMaxCenter(), m_open->GetMaxCenter()); } else { if(m_innerCell) { switch(m_bigParenType) { case Configuration::ascii: m_signWidth = m_open->GetWidth(); m_signHeight = m_charHeight1; break; case Configuration::assembled_unicode: case Configuration::assembled_unicode_fallbackfont: case Configuration::assembled_unicode_fallbackfont2: m_innerCell->m_currentPoint.x += m_signWidth; // Center the contents of the parenthesis vertically. // m_innerCell->m_currentPoint.y += m_center - m_signHeight / 2; break; default: m_signWidth = Scale_Px(6) + (*m_configuration)->GetDefaultLineWidth(); } m_innerCell->m_currentPoint.x = m_currentPoint.x + m_signWidth; m_innerCell->m_currentPoint.y = m_currentPoint.y; // Center the argument of all big parenthesis vertically if(m_bigParenType != Configuration::ascii) m_innerCell->m_currentPoint.y += (m_innerCell->GetMaxCenter() - m_innerCell->GetMaxHeight() /2); m_height = MAX(m_signHeight,m_innerCell->GetMaxHeight()) + Scale_Px(2); m_center = m_height / 2; } } } void ParenCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && (InUpdateRegion())) { Configuration *configuration = (*m_configuration); MathCell::Draw(point, fontsize); wxDC *dc = configuration->GetDC(); wxPoint innerCellPos(point); SetFont(configuration->GetMathFontSize()); switch(m_bigParenType) { case Configuration::ascii: innerCellPos.x += m_open->GetWidth(); m_open->DrawList(point, fontsize); m_close->DrawList(wxPoint(point.x + m_signWidth + m_innerCell->GetFullWidth(),point.y), fontsize); break; case Configuration::assembled_unicode: case Configuration::assembled_unicode_fallbackfont: case Configuration::assembled_unicode_fallbackfont2: { innerCellPos.x += m_signWidth; // Center the contents of the parenthesis vertically. innerCellPos.y += (m_innerCell->GetMaxCenter() - m_innerCell->GetMaxHeight() /2); int top = point.y - m_center + Scale_Px (1); int bottom = top + m_signHeight - m_signBotHeight - Scale_Px (2); dc->DrawText(wxT(PAREN_OPEN_TOP_UNICODE), point.x, top); dc->DrawText(wxT(PAREN_CLOSE_TOP_UNICODE), point.x + m_signWidth + m_innerCell->GetFullWidth(), top); dc->DrawText(wxT(PAREN_OPEN_BOTTOM_UNICODE), point.x, bottom); dc->DrawText(wxT(PAREN_CLOSE_BOTTOM_UNICODE), point.x + m_signWidth + m_innerCell->GetFullWidth(), bottom); for (int i = 0;i < m_numberOfExtensions;i++) { dc->DrawText(wxT(PAREN_OPEN_EXTEND_UNICODE), point.x, top + m_signTopHeight + i*m_extendHeight); dc->DrawText(wxT(PAREN_CLOSE_EXTEND_UNICODE), point.x + m_signWidth + m_innerCell->GetFullWidth(), top + m_signTopHeight + i*m_extendHeight); } } break; default: { wxDC *adc = configuration->GetAntialiassingDC(); innerCellPos.x = point.x + Scale_Px(6) + (*m_configuration)->GetDefaultLineWidth(); innerCellPos.y += (m_innerCell->GetMaxCenter() - m_innerCell->GetMaxHeight() /2); SetPen(2.0); // left adc->DrawLine(point.x + Scale_Px(5) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(1), point.x + Scale_Px(2) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(7)); adc->DrawLine(point.x + Scale_Px(2) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(7), point.x + Scale_Px(2) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(7)); adc->DrawLine(point.x + Scale_Px(2) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(7), point.x + Scale_Px(5) + (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(1)); // right adc->DrawLine(point.x + m_width - Scale_Px(5) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(1), point.x + m_width - Scale_Px(2) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(7)); adc->DrawLine(point.x + m_width - Scale_Px(2) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y - m_innerCell->GetMaxCenter() + Scale_Px(7), point.x + m_width - Scale_Px(2) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(7)); adc->DrawLine(point.x + m_width - Scale_Px(2) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(7), point.x + m_width - Scale_Px(5) - 1 - (*m_configuration)->GetDefaultLineWidth() / 2, point.y + m_innerCell->GetMaxDrop() - Scale_Px(1)); break; } } UnsetPen(); m_innerCell->DrawList(innerCellPos, fontsize); } } wxString ParenCell::ToString() { wxString s; if (!m_isBroken) { if (m_print) s = wxT("(") + m_innerCell->ListToString() + wxT(")"); else s = m_innerCell->ListToString(); } return s; } wxString ParenCell::ToTeX() { wxString s; if (!m_isBroken) { wxString innerCell = m_innerCell->ListToTeX(); // Let's see if the cell contains anything potentially higher than a normal // character. bool needsLeftRight = false; for (size_t i = 0; i < innerCell.Length(); i++) if (!wxIsalnum(innerCell[i])) { needsLeftRight = true; break; } if (m_print) { if (needsLeftRight) s = wxT("\\left( ") + m_innerCell->ListToTeX() + wxT("\\right) "); else s = wxT("(") + m_innerCell->ListToTeX() + wxT(")"); } else s = m_innerCell->ListToTeX(); } return s; } wxString ParenCell::ToOMML() { return wxT("ToString()) + wxT("\" m:endChr=\"") + XMLescape(m_close->ToString()) + wxT("\" m:grow=\"1\">") + m_innerCell->ListToOMML() + wxT(""); } wxString ParenCell::ToMathML() { if (!m_print) return m_innerCell->ListToMathML(); wxString open = m_open->ToString(); wxString close = m_close->ToString(); return ( wxT("") + XMLescape(open) + wxT("") + m_innerCell->ListToMathML() + wxT("") + XMLescape(close) + wxT("\n") ); } wxString ParenCell::ToXML() { // if( m_isBroken ) // return wxEmptyString; wxString s = m_innerCell->ListToXML(); wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); return ((m_print) ? _T("<") + flags + wxT("p>") + s + _T("

    ") : s); } bool ParenCell::BreakUp() { if (!m_isBroken) { m_isBroken = true; m_open->m_nextToDraw = m_innerCell; m_innerCell->m_previousToDraw = m_open; wxASSERT_MSG(m_last1 != NULL, _("Bug: No last cell inside a parenthesis!")); if (m_last1 != NULL) { m_last1->m_nextToDraw = m_close; m_close->m_previousToDraw = m_last1; } m_close->m_nextToDraw = m_nextToDraw; if (m_nextToDraw != NULL) m_nextToDraw->m_previousToDraw = m_close; m_nextToDraw = m_open; m_height = MAX(m_innerCell->GetMaxHeight(), m_open->GetMaxHeight()); m_center = MAX(m_innerCell->GetMaxCenter(), m_open->GetMaxCenter()); return true; } return false; } void ParenCell::Unbreak() { if (m_isBroken) m_innerCell->UnbreakList(); MathCell::Unbreak(); } wxmaxima-Version-18.02.0/src/ParenCell.h000066400000000000000000000052031324204105000177340ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // Copyright (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the class ParenCell ParenCell is the MathCell type that represents a math element that is kept between parenthesis. */ #ifndef PARENCELL_H #define PARENCELL_H #include "MathCell.h" #include "Setup.h" /*! The class that represents parenthesis that are wrapped around text In the case that this cell is broken into two lines in the order of m_nextToDraw this cell is represented by the following individual cells: - The ParenCell itself - The opening "(" - The contents - The closing ")". If it isn't broken into multiple cells m_nextToDraw points to the cell that follows this Cell. */ class ParenCell : public MathCell { public: ParenCell(MathCell *parent, Configuration **config, CellPointers *cellPointers); ~ParenCell(); std::list GetInnerCells(); MathCell *Copy(); void SetInner(MathCell *inner, int style); void SetPrint(bool print) { m_print = print; } void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); bool BreakUp(); void Unbreak(); wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToOMML(); wxString ToXML(); void SetGroup(MathCell *parent); protected: /*! How to create a big parenthesis sign? */ Configuration::drawMode m_bigParenType; int m_fontSize; void SetFont(int fontsize); MathCell *m_innerCell, *m_open, *m_close; MathCell *m_last1; bool m_print; int m_numberOfExtensions; int m_charWidth, m_charHeight; int m_charWidth1, m_charHeight1; int m_signWidth, m_signHeight, m_signTopHeight, m_signBotHeight, m_extendHeight; }; #endif // PARENCELL_H wxmaxima-Version-18.02.0/src/Plot2dWiz.cpp000066400000000000000000000543221324204105000202660ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "Plot2dWiz.h" #include #include Plot2DWiz::Plot2DWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { m_configuration = cfg; label_2 = new wxStaticText(this, -1, _("Expression(s):")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(300, -1)); button_3 = new wxButton(this, special, _("&Special")); label_3 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxT("x"), wxDefaultPosition, wxSize(40, -1)); label_4 = new wxStaticText(this, -1, _("From:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxT("-5"), wxDefaultPosition, wxSize(70, -1)); label_5 = new wxStaticText(this, -1, _("To:")); text_ctrl_4 = new BTextCtrl(this, -1, cfg, wxT("5"), wxDefaultPosition, wxSize(70, -1)); check_box_1 = new wxCheckBox(this, -1, _("logscale")); label_6 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_5 = new BTextCtrl(this, -1, cfg, wxT("y"), wxDefaultPosition, wxSize(40, -1), wxTE_READONLY); label_7 = new wxStaticText(this, -1, _("From:")); text_ctrl_6 = new BTextCtrl(this, -1, cfg, wxT("-5"), wxDefaultPosition, wxSize(70, -1)); label_8 = new wxStaticText(this, -1, _("To:")); text_ctrl_7 = new BTextCtrl(this, -1, cfg, wxT("5"), wxDefaultPosition, wxSize(70, -1)); check_box_2 = new wxCheckBox(this, -1, _("logscale")); label_9 = new wxStaticText(this, -1, _("Ticks:")); text_ctrl_8 = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(70, -1), wxSP_ARROW_KEYS, 0, 1000, 10); text_ctrl_8->SetValue(10); label_10 = new wxStaticText(this, -1, _("Format:")); const wxString combo_box_1_choices[] = { _("default"), _("inline"), wxT("gnuplot"), wxT("xmaxima") }; combo_box_1 = new wxComboBox(this, -1, wxEmptyString, wxDefaultPosition, wxSize(150, -1), 4, combo_box_1_choices, wxCB_DROPDOWN); label_11 = new wxStaticText(this, -1, _("Options:")); const wxString combo_box_2_choices[] = { wxT("set zeroaxis;"), wxT("set size ratio 1; set zeroaxis;"), wxT("set grid;"), wxT("set polar; set zeroaxis;") }; combo_box_2 = new wxComboBox(this, combobox, wxEmptyString, wxDefaultPosition, wxSize(280, -1), 4, combo_box_2_choices, wxCB_DROPDOWN); label_12 = new wxStaticText(this, -1, _("File:")); text_ctrl_9 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(280, -1)); button_4 = new wxBitmapButton(this, file_browse_2d, wxArtProvider::GetBitmap(wxART_FILE_OPEN, wxART_HELP_BROWSER)); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif type = cartesian; set_properties(); do_layout(); } void Plot2DWiz::set_properties() { SetTitle(_("Plot 2D")); text_ctrl_3->SetValue(wxT("-5")); text_ctrl_4->SetValue(wxT("5")); text_ctrl_6->SetValue(wxT("0")); text_ctrl_7->SetValue(wxT("0")); button_4->SetToolTip(_("Browse")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif int selection = 1; bool sendRanges = false; bool logx = false, logy = false; wxConfig::Get()->Read(wxT("Wiz/Plot2D/format"), &selection); wxConfig::Get()->Read(wxT("Wiz/Plot2D/sendRanges"), &sendRanges); wxConfig::Get()->Read(wxT("Wiz/Plot2D/logx"), &logx); wxConfig::Get()->Read(wxT("Wiz/Plot2D/logy"), &logy); check_box_1->SetValue(logx); check_box_2->SetValue(logy); combo_box_1->SetSelection(selection); text_ctrl_1->SetFocus(); } void Plot2DWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(7, 2, 0, 0); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_3 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_4 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_5 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_2->Add(text_ctrl_1, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_2->Add(button_3, 0, wxALL, 5); grid_sizer_2->Add(sizer_2, 1, wxEXPAND, 0); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_3->Add(text_ctrl_2, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(label_4, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(text_ctrl_3, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(label_5, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(text_ctrl_4, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(check_box_1, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); grid_sizer_2->Add(sizer_3, 1, 0, 0); grid_sizer_2->Add(label_6, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_4->Add(text_ctrl_5, 0, wxALL, 5); sizer_4->Add(label_7, 0, wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_4->Add(text_ctrl_6, 0, wxALL, 5); sizer_4->Add(label_8, 0, wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_4->Add(text_ctrl_7, 0, wxALL, 5); sizer_4->Add(check_box_2, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); grid_sizer_2->Add(sizer_4, 1, wxEXPAND, 0); grid_sizer_2->Add(label_9, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_8, 0, wxALL, 5); grid_sizer_2->Add(label_10, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(combo_box_1, 0, wxALL, 5); grid_sizer_2->Add(label_11, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(combo_box_2, 0, wxALL, 5); sizer_5->Add(text_ctrl_9, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_5->Add(button_4, 0, wxALL, 5); grid_sizer_2->Add(label_12, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(sizer_5, 1, wxEXPAND, 0); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } void Plot2DWiz::SetValue(wxString s) { if (s.StartsWith(wxT("plot2d"))) Parse(s); else if (s.StartsWith(wxT("wxplot2d"))) { Parse(s.SubString(2, s.Length())); combo_box_1->SetValue(_("inline")); } else text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } void Plot2DWiz::Parse(wxString s) { int depth = 0; unsigned int i = 0; wxString curr; check_box_1->SetValue(false); check_box_2->SetValue(false); s = s.SubString(7, s.Length()); // Function to plot do { if (s.GetChar(i) == '[') { depth++; if (depth > 1) curr += s.GetChar(i); } else if (s.GetChar(i) == ']') { depth--; if (depth > 0) curr += s.GetChar(i); } else curr += s.GetChar(i); i++; } while (depth > 0); text_ctrl_1->SetValue(curr); // Independent variable while (i < s.Length() && s.GetChar(i) != '[') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_2->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_3->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } text_ctrl_4->SetValue(curr); i++; // Optional parameters while (i < s.Length()) { if (s.GetChar(i) == '[') { i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',' && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } curr.Trim(); curr.Trim(false); if (curr == wxT("y")) { curr = wxEmptyString; i++; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_6->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } text_ctrl_7->SetValue(curr); i++; } else if (curr == wxT("gnuplot_postamble")) { while (i < s.Length() && s.GetChar(i) != '"') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != '"') { curr += s.GetChar(i); i++; } combo_box_2->SetValue(curr); } else if (curr == wxT("gnuplot_out_file")) { while (i < s.Length() && s.GetChar(i) != '"') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != '"') { curr += s.GetChar(i); i++; } text_ctrl_9->SetValue(curr); } else if (curr == wxT("nticks")) { curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') i++; i++; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } text_ctrl_8->SetValue(curr); } else if (curr == wxT("logx")) { check_box_1->SetValue(true); while (i < s.Length() && s.GetChar(i) != ']') i++; } else if (curr == wxT("logy")) { check_box_2->SetValue(true); while (i < s.Length() && s.GetChar(i) != ']') i++; } } i++; } } wxString Plot2DWiz::GetValue() { wxString f = combo_box_1->GetValue(); // format wxString p = combo_box_2->GetValue(); // preamble wxString s; // result wxString x1 = text_ctrl_3->GetValue(); wxString x2 = text_ctrl_4->GetValue(); wxString y1 = text_ctrl_6->GetValue(); wxString y2 = text_ctrl_7->GetValue(); int t = text_ctrl_8->GetValue(); // Number of ticks wxString file = text_ctrl_9->GetValue(); // plot to file // Expression s = wxT("plot2d([") + text_ctrl_1->GetValue(); s += wxT("], ["); // x-range s += text_ctrl_2->GetValue(); s += wxT(","); if (x1 != wxT("0") || x2 != wxT("0")) s += x1 + wxT(",") + x2; else if (type == polar) s += wxT("0,2*%pi"); else s += wxT("-5,5"); s += wxT("]"); // y-range if (y1 != wxT("0") || y2 != wxT("0")) { s += wxT(", ["); s += text_ctrl_5->GetValue(); s += wxT(",") + y1 + wxT(",") + y2 + wxT("]"); } // plot format if (f != _("default") && f != _("inline")) s += wxT(",\n [plot_format, ") + f + wxT("]"); // gnuplot_postamble if (p.Length() > 0) s += wxT(",\n [gnuplot_postamble, \"") + p + wxT("\"]"); if (t != 10) { s += wxT(",\n [nticks,"); s += wxString::Format(wxT("%d"), t); s += wxT("]"); } // check for logscales if (check_box_1->IsChecked()) s += wxT(", [logx]"); if (check_box_2->IsChecked()) s += wxT(", [logy]"); // plot to file if (file.Length()) { s += wxT(", [gnuplot_term, ps]"); #if defined (__WXMSW__) file.Replace(wxT("\\"), wxT("/")); #endif if (file.Right(4) != wxT(".eps") && file.Right(3) != wxT(".ps")) file = file + wxT(".eps"); s += wxT(",\n [gnuplot_out_file, \"") + file + wxT("\"]"); } // inline? else if (f == _("inline")) s = wxT("wx") + s; s += wxT(")$"); wxConfig::Get()->Write(wxT("Wiz/Plot2D/format"), combo_box_1->GetSelection()); wxConfig::Get()->Write(wxT("Wiz/Plot2D/logx"), check_box_1->GetValue()); wxConfig::Get()->Write(wxT("Wiz/Plot2D/logy"), check_box_2->GetValue()); return s; } void Plot2DWiz::OnButton(wxCommandEvent &WXUNUSED(event)) { wxMenu *popupMenu = new wxMenu(); popupMenu->Append(parametric_plot, _("Parametric plot")); popupMenu->Append(discrete_plot, _("Discrete plot")); wxPoint pos = button_3->GetPosition(); pos.y += button_3->GetRect().height; PopupMenu(popupMenu, pos); } void Plot2DWiz::OnPopupMenu(wxCommandEvent &event) { switch (event.GetId()) { case parametric_plot: { Plot2DPar *wiz = new Plot2DPar(this, -1, m_configuration, _("Plot 2D")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { if (text_ctrl_1->GetValue() == wxT("%")) text_ctrl_1->SetValue(wxEmptyString); if (((text_ctrl_1->GetValue()).Strip()).Length()) text_ctrl_1->AppendText(wxT(", ")); text_ctrl_1->AppendText(wiz->GetValue()); } } break; case discrete_plot: { Plot2DDiscrete *wiz = new Plot2DDiscrete(this, -1, m_configuration, _("Plot 2D")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { if (text_ctrl_1->GetValue() == wxT("%")) text_ctrl_1->SetValue(wxEmptyString); if (((text_ctrl_1->GetValue()).Strip()).Length()) text_ctrl_1->AppendText(wxT(", ")); text_ctrl_1->AppendText(wiz->GetValue()); } } break; } } void Plot2DWiz::OnCombobox(wxCommandEvent &WXUNUSED(event)) { wxString selection = combo_box_2->GetStringSelection(); if (selection.StartsWith(wxT("set polar"))) { text_ctrl_2->SetValue(wxT("ph")); text_ctrl_3->SetValue(wxT("0")); text_ctrl_4->SetValue(wxT("2*%pi")); type = polar; } else type = cartesian; if (selection.StartsWith(wxT("set logscale x"))) { text_ctrl_3->SetValue(wxT("0")); text_ctrl_4->SetValue(wxT("100")); } } void Plot2DWiz::OnFileBrowse(wxCommandEvent &WXUNUSED(event)) { wxString file = wxFileSelector(_("Save plot to file"), wxEmptyString, wxT("plot2d.eps"), wxT("eps"), _("Postscript file (*.eps)|*.eps|All|*"), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (file.Length() > 0) text_ctrl_9->SetValue(file); } BEGIN_EVENT_TABLE(Plot2DWiz, wxDialog) EVT_COMBOBOX(combobox, Plot2DWiz::OnCombobox) EVT_BUTTON(special, Plot2DWiz::OnButton) EVT_BUTTON(file_browse_2d, Plot2DWiz::OnFileBrowse) EVT_MENU(parametric_plot, Plot2DWiz::OnPopupMenu) EVT_MENU(discrete_plot, Plot2DWiz::OnPopupMenu) END_EVENT_TABLE() /////////////////////// // // Plot2DPar // /////////////////////// Plot2DPar::Plot2DPar(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, wxT("x = ")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); label_3 = new wxStaticText(this, -1, wxT("y = ")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); label_4 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxT("t"), wxDefaultPosition, wxSize(40, -1)); label_5 = new wxStaticText(this, -1, _("From:")); text_ctrl_4 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_6 = new wxStaticText(this, -1, _("To:")); text_ctrl_5 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_7 = new wxStaticText(this, -1, _("Ticks:")); spin_ctrl_1 = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(70, -1), wxSP_ARROW_KEYS, 0, 1000, 300); spin_ctrl_1->SetValue(300); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void Plot2DPar::set_properties() { SetTitle(_("Parametric plot")); text_ctrl_4->SetValue(wxT("-6")); text_ctrl_5->SetValue(wxT("6")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif text_ctrl_1->SetFocus(); } void Plot2DPar::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(4, 2, 0, 0); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_2, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(label_4, 0, wxALL | wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL, 5); sizer_1->Add(text_ctrl_3, 0, wxALL, 5); sizer_1->Add(label_5, 0, wxALL | wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL, 5); sizer_1->Add(text_ctrl_4, 0, wxALL, 5); sizer_1->Add(label_6, 0, wxALL | wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL, 5); sizer_1->Add(text_ctrl_5, 0, wxALL, 5); grid_sizer_2->Add(sizer_1, 1, 0, 0); grid_sizer_2->Add(label_7, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(spin_ctrl_1, 0, wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->AddGrowableCol(1); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 5); sizer_2->Add(button_1, 0, wxALL, 5); sizer_2->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_2, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } wxString Plot2DPar::GetValue() { wxString s; s = wxT("['parametric, "); s += text_ctrl_1->GetValue(); s += wxT(", "); s += text_ctrl_2->GetValue(); s += wxT(", ["); s += text_ctrl_3->GetValue(); s += wxT(", "); s += text_ctrl_4->GetValue(); s += wxT(", "); s += text_ctrl_5->GetValue(); s += wxT("], "); s += wxString::Format(wxT("[nticks, %d]]"), spin_ctrl_1->GetValue()); return s; } /////////////////////// // // Plot2DDiscrete // /////////////////////// Plot2DDiscrete::Plot2DDiscrete(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, wxT("x = ")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); label_3 = new wxStaticText(this, -1, wxT("y = ")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void Plot2DDiscrete::set_properties() { SetTitle(_("Discrete plot")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif text_ctrl_1->SetToolTip(_("Comma separated x coordinates")); text_ctrl_2->SetToolTip(_("Comma separated y coordinates")); text_ctrl_1->SetFocus(); } void Plot2DDiscrete::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(2, 2, 0, 0); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_2, 0, wxALL | wxEXPAND, 5); grid_sizer_2->AddGrowableCol(1); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 5); sizer_2->Add(button_1, 0, wxALL, 5); sizer_2->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_2, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } wxString Plot2DDiscrete::GetValue() { wxString s; s = wxT("['discrete, ["); s += text_ctrl_1->GetValue(); s += wxT("], ["); s += text_ctrl_2->GetValue(); s += wxT("]]"); return s; } wxmaxima-Version-18.02.0/src/Plot2dWiz.h000066400000000000000000000101761324204105000177320ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef PLOT2DWIZ_H #define PLOT2DWIZ_H #include #include #include #include #include "BTextCtrl.h" class Plot2DWiz : public wxDialog { public: Plot2DWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s); wxString GetValue(); private: Configuration *m_configuration; void set_properties(); void do_layout(); void OnButton(wxCommandEvent &event); void OnCombobox(wxCommandEvent &event); void OnFileBrowse(wxCommandEvent &event); void OnPopupMenu(wxCommandEvent &event); void Parse(wxString in); enum { special, combobox, file_browse_2d, parametric_plot, discrete_plot }; enum { cartesian, polar }; protected: int type; wxStaticText *label_2; BTextCtrl *text_ctrl_1; wxButton *button_3; wxStaticText *label_3; BTextCtrl *text_ctrl_2; wxStaticText *label_4; BTextCtrl *text_ctrl_3; wxStaticText *label_5; BTextCtrl *text_ctrl_4; wxCheckBox *check_box_1; wxStaticText *label_6; BTextCtrl *text_ctrl_5; wxStaticText *label_7; BTextCtrl *text_ctrl_6; wxStaticText *label_8; BTextCtrl *text_ctrl_7; wxCheckBox *check_box_2; wxStaticText *label_9; wxComboBox *combo_box_1; wxStaticText *label_10; wxSpinCtrl *text_ctrl_8; wxStaticText *label_11; wxComboBox *combo_box_2; wxStaticText *label_12; BTextCtrl *text_ctrl_9; wxBitmapButton *button_4; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; DECLARE_EVENT_TABLE() }; class Plot2DPar : public wxDialog { public: Plot2DPar(wxWindow *parent, int id, Configuration *configuration, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s) { text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } wxString GetValue(); private: void set_properties(); void do_layout(); protected: wxStaticText *label_2; wxStaticText *label_3; BTextCtrl *text_ctrl_1; wxStaticText *label_4; BTextCtrl *text_ctrl_2; wxStaticText *label_5; BTextCtrl *text_ctrl_3; wxStaticText *label_6; BTextCtrl *text_ctrl_4; BTextCtrl *text_ctrl_5; wxStaticText *label_7; wxSpinCtrl *spin_ctrl_1; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; }; class Plot2DDiscrete : public wxDialog { public: Plot2DDiscrete(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s) { text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } wxString GetValue(); private: void set_properties(); void do_layout(); protected: wxStaticText *label_2; wxStaticText *label_3; BTextCtrl *text_ctrl_1; BTextCtrl *text_ctrl_2; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; }; #endif // PLOT2DWIZ_H wxmaxima-Version-18.02.0/src/Plot3dWiz.cpp000066400000000000000000000345301324204105000202660ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "Plot3dWiz.h" #include #include Plot3DWiz::Plot3DWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, _("Expression")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition); label_3 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxT("x"), wxDefaultPosition, wxSize(40, -1)); label_4 = new wxStaticText(this, -1, _("From:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_5 = new wxStaticText(this, -1, _("To:")); text_ctrl_4 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_6 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_5 = new BTextCtrl(this, -1, cfg, wxT("y"), wxDefaultPosition, wxSize(40, -1)); label_7 = new wxStaticText(this, -1, _("From:")); text_ctrl_6 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_8 = new wxStaticText(this, -1, _("To:")); text_ctrl_7 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(70, -1)); label_9 = new wxStaticText(this, -1, _("Grid:")); text_ctrl_8 = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(70, -1), wxSP_ARROW_KEYS, 0, 100, 30); text_ctrl_8->SetValue(30); label_10 = new wxStaticText(this, -1, wxT("x")); text_ctrl_9 = new wxSpinCtrl(this, -1, wxEmptyString, wxDefaultPosition, wxSize(70, -1), wxSP_ARROW_KEYS, 0, 100, 30); text_ctrl_9->SetValue(30); label_11 = new wxStaticText(this, -1, _("Format:")); const wxString combo_box_1_choices[] = { _("default"), _("inline"), wxT("gnuplot"), wxT("xmaxima") }; combo_box_1 = new wxComboBox(this, -1, wxEmptyString, wxDefaultPosition, wxSize(150, -1), 4, combo_box_1_choices, wxCB_DROPDOWN); label_12 = new wxStaticText(this, -1, _("Options:")); const wxString combo_box_2_choices[] = { wxT("set pm3d at b"), wxT("set pm3d at s; unset surf; unset colorbox"), wxT("set pm3d map; unset surf"), wxT("set hidden3d"), wxT("set mapping spherical"), wxT("set mapping cylindrical") }; combo_box_2 = new wxComboBox(this, combobox, wxEmptyString, wxDefaultPosition, wxSize(250, -1), 6, combo_box_2_choices, wxCB_DROPDOWN); check_box_1 = new wxCheckBox(this, -1, _("&pm3d")); label_13 = new wxStaticText(this, -1, _("Plot to file:")); text_ctrl_10 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(250, -1)); button_3 = new wxBitmapButton(this, file_browse_3d, wxArtProvider::GetBitmap(wxART_FILE_OPEN, wxART_HELP_BROWSER)); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif type = cartesian; set_properties(); do_layout(); } void Plot3DWiz::set_properties() { SetTitle(_("Plot 3D")); text_ctrl_3->SetValue(wxT("-5")); text_ctrl_4->SetValue(wxT("5")); text_ctrl_6->SetValue(wxT("-5")); text_ctrl_7->SetValue(wxT("5")); button_3->SetToolTip(_("Browse")); bool pm3dValue = false; #if defined __WXMSW__ button_1->SetDefault(); pm3dValue = true; #else button_2->SetDefault(); #endif int selection = 1; wxConfig::Get()->Read(wxT("Wiz/Plot3D/format"), &selection); wxConfig::Get()->Read(wxT("Wiz/Plot3D/pm3d"), &pm3dValue); combo_box_1->SetSelection(selection); check_box_1->SetValue(pm3dValue); text_ctrl_1->SetFocus(); } void Plot3DWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(7, 2, 0, 0); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_3 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_4 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_5 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_6 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 1, wxEXPAND | wxALL, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_2->Add(text_ctrl_2, 0, wxALL, 5); sizer_2->Add(label_4, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_2->Add(text_ctrl_3, 0, wxALL, 5); sizer_2->Add(label_5, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_2->Add(text_ctrl_4, 0, wxALL, 5); grid_sizer_2->Add(sizer_2, 1, wxEXPAND, 0); grid_sizer_2->Add(label_6, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_3->Add(text_ctrl_5, 0, wxALL, 5); sizer_3->Add(label_7, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(text_ctrl_6, 0, wxALL, 5); sizer_3->Add(label_8, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_3->Add(text_ctrl_7, 0, wxALL, 5); grid_sizer_2->Add(sizer_3, 1, wxEXPAND, 0); grid_sizer_2->Add(label_9, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_4->Add(text_ctrl_8, 0, wxALL, 5); sizer_4->Add(label_10, 0, wxALIGN_CENTER_VERTICAL | wxALIGN_CENTER_HORIZONTAL | wxALL, 5); sizer_4->Add(text_ctrl_9, 0, wxALL, 5); grid_sizer_2->Add(sizer_4, 1, wxEXPAND, 0); grid_sizer_2->Add(label_11, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(combo_box_1, 0, wxALL, 5); grid_sizer_2->Add(label_12, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_5->Add(combo_box_2, 0, wxALL, 5); sizer_5->Add(check_box_1, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); grid_sizer_2->Add(sizer_5, 1, wxEXPAND, 0); grid_sizer_2->Add(label_13, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_6->Add(text_ctrl_10, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_6->Add(button_3, 0, wxALL, 5); grid_sizer_2->Add(sizer_6, 1, wxEXPAND, 0); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } void Plot3DWiz::SetValue(wxString s) { if (s.StartsWith(wxT("plot3d"))) Parse(s); else if (s.StartsWith(wxT("wxplot3d"))) { Parse(s.SubString(2, s.Length())); combo_box_1->SetValue(_("inline")); } else text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } void Plot3DWiz::Parse(wxString s) { unsigned int i = 0; wxString curr; s = s.SubString(7, s.Length()); // Function to plot if (s.StartsWith(wxT("["))) { int depth = 0; do { if (s.GetChar(i) == '[') { depth++; if (depth > 1) curr += s.GetChar(i); } else if (s.GetChar(i) == ']') { depth--; if (depth > 0) curr += s.GetChar(i); } else curr += s.GetChar(i); i++; } while (depth > 0); } else { while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } } text_ctrl_1->SetValue(curr); // Independent variable 1 while (i < s.Length() && s.GetChar(i) != '[') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_2->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_3->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } text_ctrl_4->SetValue(curr); i++; // Independent variable 2 while (i < s.Length() && s.GetChar(i) != '[') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_5->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } text_ctrl_6->SetValue(curr); i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } text_ctrl_7->SetValue(curr); i++; // Optional parameters while (i < s.Length()) { if (s.GetChar(i) == '[') { i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ',') { curr += s.GetChar(i); i++; } curr.Trim(); curr.Trim(false); if (curr == wxT("gnuplot_postamble")) { while (i < s.Length() && s.GetChar(i) != '"') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != '"') { curr += s.GetChar(i); i++; } combo_box_2->SetValue(curr); } else if (curr == wxT("gnuplot_out_file")) { while (i < s.Length() && s.GetChar(i) != '"') i++; i++; curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != '"') { curr += s.GetChar(i); i++; } text_ctrl_10->SetValue(curr); } else if (curr == wxT("gnuplot_pm3d")) { curr = wxEmptyString; while (i < s.Length() && s.GetChar(i) != ']') { curr += s.GetChar(i); i++; } if (curr.Find(wxT("true")) > -1) check_box_1->SetValue(true); else if (curr.Find(wxT("false")) > -1) check_box_1->SetValue(false); } } i++; } } wxString Plot3DWiz::GetValue() { wxString s = wxT("plot3d("); wxString p = combo_box_2->GetValue(); wxString pl = text_ctrl_1->GetValue(); wxString f = combo_box_1->GetValue(); wxString file = text_ctrl_10->GetValue(); int xg = text_ctrl_8->GetValue(); int yg = text_ctrl_9->GetValue(); if (pl.Contains(wxT(", "))) pl = wxT("[") + pl + wxT("]"); s += pl; s += wxT(", ["); s += text_ctrl_2->GetValue(); s += wxT(",") + text_ctrl_3->GetValue(); s += wxT(",") + text_ctrl_4->GetValue();; s += wxT("], ["); s += text_ctrl_5->GetValue(); s += wxT(",") + text_ctrl_6->GetValue(); s += wxT(",") + text_ctrl_7->GetValue(); s += wxT("]"); if (f != _("default") && f != _("inline")) s += wxT(", [plot_format,") + f + wxT("]"); if (xg != 30 || yg != 30) { s += wxT(",\n [grid,"); s += wxString::Format(wxT("%d"), xg); s += wxT(","); s += wxString::Format(wxT("%d"), yg); s += wxT("]"); } #if defined (__WXMSW__) if (!check_box_1->IsChecked()) s += wxT(",\n [gnuplot_pm3d,false]"); #else if (check_box_1->IsChecked()) s += wxT(",\n [gnuplot_pm3d,true]"); #endif if (p.Length() > 0) s += wxT(",\n [gnuplot_postamble, \"") + p + wxT("\"]"); if (file.Length()) { s += wxT(",\n [gnuplot_term, ps]"); #if defined (__WXMSW__) file.Replace(wxT("\\"), wxT("/")); #endif if (file.Right(4) != wxT(".eps") && file.Right(3) != wxT(".ps")) file = file + wxT(".eps"); s += wxT(",\n [gnuplot_out_file, \"") + file + wxT("\"]"); } else if (f == _("inline")) s = wxT("wx") + s; s += wxT(")$"); wxConfig::Get()->Write(wxT("Wiz/Plot3D/format"), combo_box_1->GetSelection()); wxConfig::Get()->Write(wxT("Wiz/Plot3D/pm3d"), check_box_1->GetValue()); return s; } void Plot3DWiz::OnCombobox(wxCommandEvent &WXUNUSED(event)) { wxString selection = combo_box_2->GetStringSelection(); if (selection.StartsWith(wxT("set mapping cylindrical"))) { text_ctrl_2->SetValue(wxT("ph")); text_ctrl_3->SetValue(wxT("0")); text_ctrl_4->SetValue(wxT("2*%pi")); text_ctrl_5->SetValue(wxT("z")); text_ctrl_6->SetValue(wxT("0")); text_ctrl_7->SetValue(wxT("5")); type = cylindrical; } else if (selection.StartsWith(wxT("set mapping spherical"))) { text_ctrl_2->SetValue(wxT("th")); text_ctrl_3->SetValue(wxT("0")); text_ctrl_4->SetValue(wxT("2*%pi")); text_ctrl_5->SetValue(wxT("ph")); text_ctrl_6->SetValue(wxT("-%pi/2")); text_ctrl_7->SetValue(wxT("%pi/2")); type = spherical; } else type = cartesian; } void Plot3DWiz::OnFileBrowse(wxCommandEvent &WXUNUSED(event)) { wxString file = wxFileSelector(_("Save plot to file"), wxEmptyString, wxT("plot3d.eps"), wxT("eps"), _("Postscript file (*.eps)|*.eps|All|*"), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (file.Length() > 0) text_ctrl_10->SetValue(file); } BEGIN_EVENT_TABLE(Plot3DWiz, wxDialog) EVT_COMBOBOX(combobox, Plot3DWiz::OnCombobox) EVT_BUTTON(file_browse_3d, Plot3DWiz::OnFileBrowse) END_EVENT_TABLE() wxmaxima-Version-18.02.0/src/Plot3dWiz.h000066400000000000000000000047301324204105000177320ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef PLOT3DWIZ_H #define PLOT3DWIZ_H #include #include #include #include #include "BTextCtrl.h" class Plot3DWiz : public wxDialog { public: Plot3DWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s); void Parse(wxString s); wxString GetValue(); private: enum { combobox, file_browse_3d }; enum { cartesian, cylindrical, spherical }; void OnCombobox(wxCommandEvent &event); void OnFileBrowse(wxCommandEvent &event); void set_properties(); void do_layout(); protected: int type; wxStaticText *label_2; BTextCtrl *text_ctrl_1; wxStaticText *label_3; BTextCtrl *text_ctrl_2; wxStaticText *label_4; BTextCtrl *text_ctrl_3; wxStaticText *label_5; BTextCtrl *text_ctrl_4; wxStaticText *label_6; BTextCtrl *text_ctrl_5; wxStaticText *label_7; BTextCtrl *text_ctrl_6; wxStaticText *label_8; BTextCtrl *text_ctrl_7; wxStaticText *label_9; wxSpinCtrl *text_ctrl_8; wxStaticText *label_10; wxSpinCtrl *text_ctrl_9; wxStaticText *label_11; wxComboBox *combo_box_1; wxStaticText *label_12; wxComboBox *combo_box_2; wxCheckBox *check_box_1; wxStaticText *label_13; BTextCtrl *text_ctrl_10; wxBitmapButton *button_3; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; DECLARE_EVENT_TABLE() }; #endif // PLOT3DWIZ_H wxmaxima-Version-18.02.0/src/PlotFormatWiz.cpp000066400000000000000000000063411324204105000212070ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // 2011-2011 cw.ahbong // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "PlotFormatWiz.h" PlotFormatWiz::PlotFormatWiz(wxWindow *parent, int id, Configuration *WXUNUSED(cfg), const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_1 = new wxStaticText(this, -1, _("Choose new plot format:")); const wxString combo_box_1_choices[] = { wxT("gnuplot"), #if !defined(__WXMSW__) /* gnuplot_pipes is not available on Windows, geomview requires Motif, which is not available on Windows */ wxT("gnuplot_pipes"), wxT("geomview"), #endif wxT("xmaxima"), wxT("mgnuplot") }; combo_box_1 = new wxComboBox(this, -1, combo_box_1_choices[0], wxDefaultPosition, wxSize(140, -1), sizeof(combo_box_1_choices) / sizeof(combo_box_1_choices[0]), combo_box_1_choices, wxCB_DROPDOWN); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void PlotFormatWiz::set_properties() { #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif } void PlotFormatWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_1->Add(label_1, 0, wxALIGN_CENTER | wxALL, 5); grid_sizer_1->Add(combo_box_1, 0, wxALIGN_CENTER | wxALL, 5); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } wxString PlotFormatWiz::GetValue() { wxString s; s = wxT("set_plot_option(['plot_format, '"); s += combo_box_1->GetValue(); s += wxT("])$"); return s; } wxmaxima-Version-18.02.0/src/PlotFormatWiz.h000066400000000000000000000032131324204105000206470ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // cw.ahbong // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef PLOTFORMATWIZ_H #define PLOTFORMATWIZ_H #include #include #include "Configuration.h" class PlotFormatWiz : public wxDialog { public: PlotFormatWiz( wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s); wxString GetValue(); private: void set_properties(); void do_layout(); protected: wxStaticText *label_1; wxComboBox *combo_box_1; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; }; #endif // PLOTFORMATWIZ_H wxmaxima-Version-18.02.0/src/Resources.rc000066400000000000000000000001211324204105000202100ustar00rootroot00000000000000icon0 ICON "maximaicon.ico" icon1 ICON "wxmac-doc.ico" 2 24 "wxmaxima.manifest" wxmaxima-Version-18.02.0/src/SVGout.cpp000066400000000000000000000214231324204105000176130ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // Copyright (C) 2015-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class Svgout that renders math as scalable vector graphics. */ #include "SVGout.h" #include #include #include #include "Configuration.h" #include "GroupCell.h" #include #include Svgout::Svgout(Configuration **configuration, wxString filename, double scale) { m_configuration = configuration; m_oldconfig = *m_configuration; m_tree = NULL; m_scale = scale; m_svgFormat = wxDataFormat(wxT("image/svg+xml")); m_filename = filename; if (m_filename == wxEmptyString) m_filename = wxFileName::CreateTempFileName(wxT("wxmaxima_")); m_dc = NULL; wxString m_tempFileName = wxFileName::CreateTempFileName(wxT("wxmaxima_size_")); m_recalculationDc = new wxSVGFileDC(m_tempFileName,700*m_scale,50000*m_scale,20*m_scale); #if wxCHECK_VERSION(3, 1, 0) m_recalculationDc->SetBitmapHandler(new wxSVGBitmapEmbedHandler()); #endif *m_configuration = new Configuration(*m_recalculationDc); (*m_configuration)->ShowCodeCells(m_oldconfig->ShowCodeCells()); (*m_configuration)->SetClientWidth(700*m_scale); (*m_configuration)->SetZoomFactor_temporarily(1); // The last time I tried it the vertical positioning of the elements // of a big unicode parenthesis wasn't accurate enough in svg to be // usable. Also the probability was high that the right font wasn't // available in inkscape. (*m_configuration)->SetGrouphesisDrawMode(Configuration::handdrawn); MathCell::ClipToDrawRegion(false); (*m_configuration)->SetForceUpdate(true); } Svgout::~Svgout() { wxDELETE(m_tree); wxDELETE(*m_configuration); wxDELETE(m_dc); wxDELETE(m_recalculationDc); if(wxFileExists(m_tempFileName)) { // We don't want a braindead virus scanner that disallows us to delete our temp // files to trigger asserts. wxLogNull logNull; wxRemoveFile(m_tempFileName); } *m_configuration = m_oldconfig; MathCell::ClipToDrawRegion(true); (*m_configuration)->SetForceUpdate(false); } wxSize Svgout::SetData(MathCell *tree) { wxDELETE(m_tree); m_tree = tree; if(m_tree != NULL) { m_tree = tree; m_tree->ResetSize(); if(Layout()) return wxSize(m_width / m_scale, m_height / m_scale); else return wxSize(-1,-1); } else return wxSize(-1,-1); } bool Svgout::Layout() { (*m_configuration)->SetContext(*m_recalculationDc); if (m_tree->GetType() != MC_TYPE_GROUP) { RecalculateWidths(); BreakUpCells(); BreakLines(); RecalculateHeight(); } else { GroupCell *tmp = dynamic_cast(m_tree); while (tmp != NULL) { tmp->Recalculate(); tmp = dynamic_cast(tmp->m_next); } } if(!m_recalculationDc->IsOk()) { return false; } GetMaxPoint(&m_width, &m_height); wxDELETE(m_dc); // Let's switch to a DC of the right size for our object. m_dc = new wxSVGFileDC(m_filename, m_width, m_height, 20*m_scale); #if wxCHECK_VERSION(3, 1, 0) m_dc->SetBitmapHandler(new wxSVGBitmapEmbedHandler()); #endif (*m_configuration)->SetContext(*m_dc); Draw(); wxDELETE(m_dc); m_dc = NULL; return true; } double Svgout::GetRealWidth() { return m_width / m_scale; } double Svgout::GetRealHeight() { return m_height / m_scale; } void Svgout::RecalculateHeight() { int fontsize = 12; wxConfig::Get()->Read(wxT("fontSize"), &fontsize); int mfontsize = fontsize; wxConfig::Get()->Read(wxT("mathfontsize"), &mfontsize); MathCell *tmp = m_tree; while (tmp != NULL) { tmp->RecalculateHeight(tmp->IsMath() ? mfontsize : fontsize); tmp = tmp->m_next; } } void Svgout::RecalculateWidths() { int fontsize = 12; wxConfig::Get()->Read(wxT("fontSize"), &fontsize); int mfontsize = fontsize; wxConfig::Get()->Read(wxT("mathfontsize"), &mfontsize); MathCell *tmp = m_tree; while (tmp != NULL) { tmp->RecalculateWidths(tmp->IsMath() ? mfontsize : fontsize); tmp = tmp->m_next; } } void Svgout::BreakLines() { int fullWidth = 500*m_scale; int currentWidth = 0; MathCell *tmp = m_tree; while (tmp != NULL) { if (!tmp->m_isBroken) { tmp->BreakLine(false); tmp->ResetData(); if (tmp->BreakLineHere() || (currentWidth + tmp->GetWidth() >= fullWidth)) { currentWidth = tmp->GetWidth(); tmp->BreakLine(true); } else currentWidth += (tmp->GetWidth() + MC_CELL_SKIP); } tmp = tmp->m_nextToDraw; } } void Svgout::GetMaxPoint(int *width, int *height) { MathCell *tmp = m_tree; int currentHeight = 0; int currentWidth = 0; *width = 0; *height = 0; bool bigSkip = false; bool firstCell = true; while (tmp != NULL) { if (!tmp->m_isBroken) { if (tmp->BreakLineHere() || firstCell) { firstCell = false; currentHeight += tmp->GetMaxHeight(); if (bigSkip) currentHeight += MC_LINE_SKIP; *height = currentHeight; currentWidth = tmp->GetWidth(); *width = MAX(currentWidth, *width); } else { currentWidth += (tmp->GetWidth() + MC_CELL_SKIP); *width = MAX(currentWidth - MC_CELL_SKIP, *width); } bigSkip = tmp->m_bigSkip; } tmp = tmp->m_nextToDraw; } } void Svgout::Draw() { MathCell *tmp = m_tree; if (tmp != NULL) { wxPoint point; point.x = 0; point.y = tmp->GetMaxCenter(); int fontsize = 12; int drop = tmp->GetMaxDrop(); wxConfig::Get()->Read(wxT("fontSize"), &fontsize); int mfontsize = fontsize; wxConfig::Get()->Read(wxT("mathfontsize"), &mfontsize); while (tmp != NULL) { if (!tmp->m_isBroken) { tmp->Draw(point, tmp->IsMath() ? mfontsize : fontsize); if ((tmp->m_next != NULL) && (tmp->m_next->BreakLineHere())) { point.x = 0; point.y += drop + tmp->m_next->GetMaxCenter(); if (tmp->m_bigSkip) point.y += MC_LINE_SKIP; drop = tmp->m_next->GetMaxDrop(); } else point.x += (tmp->GetWidth() + MC_CELL_SKIP); } else { if ((tmp->m_next != NULL) && (tmp->m_next->BreakLineHere())) { point.x = 0; point.y += drop + tmp->m_next->GetMaxCenter(); if (tmp->m_bigSkip) point.y += MC_LINE_SKIP; drop = tmp->m_next->GetMaxDrop(); } } tmp = tmp->m_nextToDraw; } } } Svgout::SVGDataObject::SVGDataObject() : wxCustomDataObject(m_svgFormat) { } Svgout::SVGDataObject::SVGDataObject(wxMemoryBuffer data) : wxCustomDataObject(m_svgFormat) { SetData(data.GetBufSize(), data.GetData()); } wxDataFormat Svgout::m_svgFormat; Svgout::SVGDataObject *Svgout::GetDataObject() { wxMemoryBuffer svgContents; { char *data =(char *) malloc(8192); wxFileInputStream str(m_filename); if(str.IsOk()) while (!str.Eof()) { str.Read(data,8192); svgContents.AppendData(data,str.LastRead()); } free(data); } if((m_filename != wxEmptyString) && (wxFileExists(m_filename))) { wxLogNull logNull; wxRemoveFile(m_filename); } m_filename = wxEmptyString; return new SVGDataObject(svgContents); } bool Svgout::ToClipboard() { if (wxTheClipboard->Open()) { bool res = wxTheClipboard->SetData(GetDataObject()); wxTheClipboard->Close(); m_filename = wxEmptyString; return res; } return false; } void Svgout::BreakUpCells() { MathCell *tmp = m_tree; int fontsize = 12; wxConfig::Get()->Read(wxT("fontSize"), &fontsize); int mfontsize = fontsize; wxConfig::Get()->Read(wxT("mathfontsize"), &mfontsize); while (tmp != NULL) { if (tmp->GetWidth() > 500*m_scale) { if (tmp->BreakUp()) { tmp->RecalculateWidths(tmp->IsMath() ? mfontsize : fontsize); tmp->RecalculateHeight(tmp->IsMath() ? mfontsize : fontsize); } } tmp = tmp->m_nextToDraw; } } wxmaxima-Version-18.02.0/src/SVGout.h000066400000000000000000000057671324204105000172750ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // Copyright (C) 2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SVGOUT_H #define SVGOUT_H #include "MathCell.h" #include /* Renders portions of the work sheet (including 2D maths) as svg. This is used for exporting HTML with embedded maths as a scalable vector graphics and for them on the clipboard */ class Svgout { public: /*! The constructor. */ Svgout(Configuration **configuration, wxString filename = wxEmptyString, double scale = 1.0); ~Svgout(); /*! Renders tree as svg \param tree The list of cells that is to be rendered \return true, if the svgout could be created. */ wxSize SetData(MathCell *tree); //! Copies the svg representation of the list of cells that was passed to SetData() bool ToClipboard(); protected: void DestroyTree(); void RecalculateWidths(); void BreakLines(); void RecalculateHeight(); void GetMaxPoint(int *width, int *height); void BreakUpCells(); bool Layout(); void Draw(); MathCell *m_tree; double GetRealHeight(); double GetRealWidth(); /*! An object that can be filled with SVG data for the clipboard */ class SVGDataObject : public wxCustomDataObject { public: SVGDataObject(wxMemoryBuffer data); SVGDataObject(); private: //! A class that publishes MathML data to the clipboard wxCharBuffer m_databuf; }; private: //! The name of a temp file we create while calculating the svg size. wxString m_tempFileName; //! The draw context we draw to during recalculation. wxSVGFileDC *m_recalculationDc; //! The draw context we draw to. wxSVGFileDC *m_dc; static wxDataFormat m_svgFormat; wxString m_filename; Configuration **m_configuration, *m_oldconfig; //! How many times the natural resolution do we want this svgout to be? double m_scale; //! The width of the current svgout; int m_width; //! The height of the current svgout; int m_height; //! The resolution of the svgout. wxSize m_ppi; public: //! Returns the svg representation in a format that can be placed on the clipBoard. SVGDataObject *GetDataObject(); }; #endif // SVGOUT_H wxmaxima-Version-18.02.0/src/SeriesWiz.cpp000066400000000000000000000120671324204105000203540ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // enum { powerseries_id, special_id }; #include "SeriesWiz.h" SeriesWiz::SeriesWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, _("Expression:")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); label_3 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxT("x"), wxDefaultPosition, wxSize(110, -1)); label_4 = new wxStaticText(this, -1, _("Point:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxT("0"), wxDefaultPosition, wxSize(110, -1)); button_3 = new wxButton(this, special_id, _("Special")); label_5 = new wxStaticText(this, -1, _("Depth:")); spin_ctrl_1 = new wxSpinCtrl(this, -1, wxT("8"), wxDefaultPosition, wxDefaultSize, wxSP_ARROW_KEYS, 0, 100, 8); checkbox_1 = new wxCheckBox(this, powerseries_id, _("&Power series")); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void SeriesWiz::set_properties() { SetTitle(_("Series")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif text_ctrl_1->SetFocus(); } void SeriesWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(5, 2, 0, 0); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 0, wxALL, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_2, 0, wxALL, 5); grid_sizer_2->Add(label_4, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); sizer_2->Add(text_ctrl_3, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); sizer_2->Add(button_3, 0, wxALL, 5); grid_sizer_2->Add(sizer_2, 1, wxEXPAND, 0); grid_sizer_2->Add(label_5, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(spin_ctrl_1, 0, wxALL, 5); grid_sizer_2->Add(20, 20, 0, 0, 0); grid_sizer_2->Add(checkbox_1, 0, 0, 0); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } void SeriesWiz::OnButton(wxCommandEvent &WXUNUSED(event)) { wxString choices[] = { wxT("Pi"), wxT("E") }; wxString choice = wxGetSingleChoice(_("Select a constant"), _("Constant"), 2, choices, this); if (choice.Length()) { if (choice == wxT("Pi")) text_ctrl_3->SetValue(wxT("%pi")); else if (choice == wxT("E")) text_ctrl_3->SetValue(wxT("%e")); } } wxString SeriesWiz::GetValue() { wxString s; if (checkbox_1->IsChecked()) s = wxT("niceindices(powerseries("); else s = wxT("taylor("); s += text_ctrl_1->GetValue(); s += wxT(", "); s += text_ctrl_2->GetValue(); s += wxT(", "); s += text_ctrl_3->GetValue(); if (!checkbox_1->IsChecked()) { s += wxT(", "); s += wxString::Format(wxT("%d"), spin_ctrl_1->GetValue()); s += wxT(");"); } else s += wxT("));"); return s; } void SeriesWiz::OnCheckbox(wxCommandEvent &WXUNUSED(event)) { spin_ctrl_1->Enable(!checkbox_1->GetValue()); } BEGIN_EVENT_TABLE(SeriesWiz, wxDialog) EVT_BUTTON(special_id, SeriesWiz::OnButton) EVT_CHECKBOX(powerseries_id, SeriesWiz::OnCheckbox) END_EVENT_TABLE() wxmaxima-Version-18.02.0/src/SeriesWiz.h000066400000000000000000000037101324204105000200140ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SERIESWIZ_H #define SERIESWIZ_H #include #include #include #include "BTextCtrl.h" class SeriesWiz : public wxDialog { public: SeriesWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s) { text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } wxString GetValue(); private: void set_properties(); void do_layout(); void OnButton(wxCommandEvent &event); void OnCheckbox(wxCommandEvent &event); protected: wxStaticText *label_2; BTextCtrl *text_ctrl_1; wxStaticText *label_3; BTextCtrl *text_ctrl_2; wxStaticText *label_4; BTextCtrl *text_ctrl_3; wxButton *button_3; wxStaticText *label_5; wxSpinCtrl *spin_ctrl_1; wxCheckBox *checkbox_1; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; DECLARE_EVENT_TABLE() }; #endif // SERIESWIZ_H wxmaxima-Version-18.02.0/src/Setup.h.cin000066400000000000000000000001631324204105000177370ustar00rootroot00000000000000#define GITVERSION "@PACKAGE_VERSION@" #define VERSION "@PACKAGE_VERSION@" #define HAVE_PROCPS_H "@HAVE_PROCPS_H@" wxmaxima-Version-18.02.0/src/SlideShowCell.cpp000066400000000000000000000274631324204105000211370ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2007-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class SlideShowCell SlideShowCell is the MathCell type that represents animations. */ // 72 points per inch / 96 pixels per inch #define PRINT_SIZE_MULTIPLIER (72.0 / 96.0) #include "SlideShowCell.h" #include "ImgCell.h" #include #include #include #include #include #include #include #include #include #include "wx/config.h" #include #include #include SlideShow::SlideShow(MathCell *parent, Configuration **config, CellPointers *cellPointers, wxFileSystem *filesystem, int framerate) : MathCell( parent, config) { m_cellPointers = cellPointers; m_timer = NULL; m_animationRunning = true; m_size = m_displayed = 0; m_type = MC_TYPE_SLIDE; m_fileSystem = filesystem; // NULL when not loading from wxmx m_framerate = framerate; m_imageBorderWidth = 1; m_drawBoundingBox = false; if(m_animationRunning) ReloadTimer(); } int SlideShow::GetFrameRate() { int framerate = 2; if (m_framerate > -1) framerate = m_framerate; else { wxConfigBase *config = wxConfig::Get(); config->Read(wxT("DefaultFramerate"), &framerate); } if (framerate > 30) framerate = 30; if (framerate < 1) framerate = 1; return (framerate); } void SlideShow::ReloadTimer() { if(!m_timer) { // Tell MathCtrl about our timer. m_timer = new wxTimer(m_cellPointers->GetMathCtrl(), wxNewId()); m_cellPointers->m_slideShowTimers[this] = m_timer->GetId(); } if(m_timer) { if(!m_timer->IsRunning()) m_timer->StartOnce(1000 / GetFrameRate()); } } void SlideShow::StopTimer() { if(m_timer) { m_timer->Stop(); m_cellPointers->m_slideShowTimers.erase(this); m_timer = NULL; } } void SlideShow::AnimationRunning(bool run) { if(run) ReloadTimer(); else StopTimer(); m_animationRunning = run; } int SlideShow::SetFrameRate(int Freq) { m_framerate = Freq; if (Freq < 0) m_framerate = -1; else { if (Freq < 1) m_framerate = 1; if (Freq > 200) m_framerate = 200; } return m_framerate; } void SlideShow::LoadImages(wxArrayString images, bool deleteRead) { m_size = images.GetCount(); for (int i = 0; i < m_size; i++) { Image *image = new Image(m_configuration, images[i], deleteRead, m_fileSystem); m_images.push_back(image); } m_fileSystem = NULL; m_displayed = 0; } MathCell *SlideShow::Copy() { SlideShow *tmp = new SlideShow(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->AnimationRunning(false); for (size_t i = 0; i < m_images.size(); i++) { Image *image = new Image(*m_images[i]); tmp->m_images.push_back(image); } tmp->m_size = m_size; return tmp; } SlideShow::~SlideShow() { for (int i = 0; i < m_size; i++) if (m_images[i] != NULL) { wxDELETE(m_images[i]); m_images[i] = NULL; } MarkAsDeleted(); } void SlideShow::MarkAsDeleted() { // Stop and unregister the timer. StopTimer(); ClearCache(); MathCell::MarkAsDeleted(); } std::list SlideShow::GetInnerCells() { std::list innerCells; return innerCells; } void SlideShow::SetDisplayedIndex(int ind) { if (ind >= 0 && ind < m_size) m_displayed = ind; else m_displayed = m_size - 1; } void SlideShow::RecalculateWidths(int WXUNUSED(fontsize)) { // Here we recalculate the height, as well: // - This doesn't cost much time and // - as image cell's sizes might change when the resolution does // we might have intermittent calculation issues otherwise Configuration *configuration = *m_configuration; // Assuming a minimum size maybe isn't that bad. m_height = m_width = 10; // Make the cell as big as the biggest image plus its border. for (int i = 0; i < m_size; i++) { if(m_images[i] != NULL) { if(configuration->GetPrinter()) { m_images[i]->Recalculate(configuration->GetZoomFactor() * PRINT_SIZE_MULTIPLIER); } else { m_images[i]->Recalculate(); } if(m_width < m_images[i]->m_width + 2 * m_imageBorderWidth) m_width = m_images[i]->m_width + 2 * m_imageBorderWidth; if(m_height < m_images[i]->m_height + 2 * m_imageBorderWidth) m_height = m_images[i]->m_height + 2 * m_imageBorderWidth; } } m_center = m_height / 2; } void SlideShow::RecalculateHeight(int WXUNUSED(fontsize)) { // This is already done on recalculating the width. } void SlideShow::Draw(wxPoint point, int fontsize) { // If the animation leaves the screen the timer is stopped automatically. if(m_animationRunning) ReloadTimer(); if (DrawThisCell(point) && (m_images[m_displayed] != NULL)) { // Start the timer once the animation appears on the screen. // But start it only once: Else the animation could be refreshed // more frequent than it can be drawn. Each update of the animation // will trigger this function and will trigger the animation to be // restarted anyway. // Configuration *configuration = (*m_configuration); if(configuration->GetPrinter()) { m_images[m_displayed]->Recalculate(configuration->GetZoomFactor() * PRINT_SIZE_MULTIPLIER); } else { m_images[m_displayed]->Recalculate(); } MathCell::Draw(point, fontsize); if (!InUpdateRegion()) return; wxDC *dc = configuration->GetDC(); wxMemoryDC bitmapDC; // Slide show cells have a red border except if they are selected if (m_drawBoundingBox) dc->SetBrush(*(wxTheBrushList->FindOrCreateBrush(configuration->GetColor(TS_SELECTION)))); else dc->SetPen(*wxRED_PEN); // If we need a selection border on another redraw we will be informed by OnPaint() again. m_drawBoundingBox = false; dc->DrawRectangle(wxRect(point.x, point.y - m_center, m_width, m_height)); wxBitmap bitmap = (configuration->GetPrinter() ? m_images[m_displayed]->GetBitmap(configuration->GetZoomFactor() * PRINT_SIZE_MULTIPLIER) : m_images[m_displayed]->GetBitmap()); bitmapDC.SelectObject(bitmap); dc->Blit(point.x + m_imageBorderWidth, point.y - m_center + m_imageBorderWidth, m_width - 2 * m_imageBorderWidth, m_height - 2 * m_imageBorderWidth, &bitmapDC, 0, 0); } else // The cell isn't drawn => No need to keep it's image cache for now. ClearCache(); } wxString SlideShow::ToString() { return wxT(" << Animation >> "); } wxString SlideShow::ToTeX() { return wxT(" << Graphics >> "); } wxString SlideShow::ToXML() { wxString images; for (int i = 0; i < m_size; i++) { wxString basename = ImgCell::WXMXGetNewFileName(); // add the file to memory if (m_images[i]) { if (m_images[i]->GetCompressedImage()) wxMemoryFSHandler::AddFile(basename + m_images[i]->GetExtension(), m_images[i]->GetCompressedImage().GetData(), m_images[i]->GetCompressedImage().GetDataLen() ); } images += basename + m_images[i]->GetExtension() + wxT(";"); } wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); if (m_animationRunning) flags += wxT(" running=\"true\""); else flags += wxT(" running=\"false\""); if (m_framerate > 0) flags += wxString::Format(wxT(" fr=\"%i\""), GetFrameRate()); return wxT("\n") + images + wxT("
    "); } wxSize SlideShow::ToImageFile(wxString file) { return m_images[m_displayed]->ToImageFile(file); } wxString SlideShow::ToRTF() { // Animations aren't supported by RTF so we just export the currently shown // image. // Lines that are common to all types of images wxString header = wxT("{\\pict"); wxString footer = wxT("}\n"); // Extract the description of the image data wxString image; wxMemoryBuffer imgdata; if (m_images[m_displayed]->GetExtension().Lower() == wxT("png")) { imgdata = m_images[m_displayed]->GetCompressedImage(); image = wxT("\\pngblip\n"); } else if ( (m_images[m_displayed]->GetExtension().Lower() == wxT("jpg")) || (m_images[m_displayed]->GetExtension().Lower() == wxT("jpeg")) ) { imgdata = m_images[m_displayed]->GetCompressedImage(); image = wxT("\\jpegblip\n"); } else { // Convert any non-rtf-enabled format to .png before adding it to the .rtf file. image = wxT("\\pngblip\n"); wxImage imagedata = m_images[m_displayed]->GetUnscaledBitmap().ConvertToImage(); wxMemoryOutputStream stream; imagedata.SaveFile(stream, wxBITMAP_TYPE_PNG); imgdata.AppendData(stream.GetOutputStreamBuffer()->GetBufferStart(), stream.GetOutputStreamBuffer()->GetBufferSize()); } image += wxString::Format(wxT("\\picw%lu\\pich%lu "), (unsigned long)m_images[m_displayed]->GetOriginalWidth(), (unsigned long)m_images[m_displayed]->GetOriginalHeight() ); // Convert the data into a hexadecimal string for (size_t i = 0; i <= imgdata.GetDataLen(); i++) image += wxString::Format("%02x", ((unsigned char *) imgdata.GetData())[i]); return header + image + footer; } wxString SlideShow::GetToolTip(const wxPoint &point) { if(ContainsPoint(point)) { m_cellPointers->m_cellUnderPointer = this; if(!IsOk()) return(_("The image could not be displayed. It may be broken, in a wrong format or " "be the result of gnuplot not being able to write the image or not being " "able to understand what maxima wanted to plot.")); else return m_toolTip; } else return wxEmptyString; } wxSize SlideShow::ToGif(wxString file) { // Show a busy cursor as long as we export a .gif file (which might be a lengthy // action). wxBusyCursor crs; wxArrayString which; wxImageArray gifFrames; for (int i = 0; i < m_size; i++) { wxImage frame; // Reduce the frame to at most 256 colors wxQuantize::Quantize(m_images[m_displayed]->GetUnscaledBitmap().ConvertToImage(),frame); // Gif supports only fully transparent or not transparent at all. frame.ConvertAlphaToMask(); gifFrames.Add(frame); } wxFile fl(file, wxFile::write); if(fl.IsOpened()) { wxFileOutputStream outStream(fl); if(outStream.IsOk()) { wxGIFHandler gif; if(gif.SaveAnimation(gifFrames, &outStream, false, 1000 / GetFrameRate())) return wxSize(m_images[1]->GetOriginalWidth(), m_images[1]->GetOriginalHeight()); } } return wxSize(-1,-1); } void SlideShow::ClearCache() { for (int i = 0; i < m_size; i++) if(m_images[i] != NULL) m_images[i]->ClearCache(); } bool SlideShow::CopyToClipboard() { if (wxTheClipboard->Open()) { bool res = wxTheClipboard->SetData(new wxBitmapDataObject(m_images[m_displayed]->GetUnscaledBitmap())); wxTheClipboard->Close(); return res; } return false; } wxmaxima-Version-18.02.0/src/SlideShowCell.h000066400000000000000000000111411324204105000205660ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2007-2015 Andrej Vodopivec // (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the class SlideShowCell SlideShowCell is the MathCell type that represents animations. */ #ifndef SLIDESHOWCELL_H #define SLIDESHOWCELL_H #include "MathCell.h" #include "Image.h" #include #include #include #include #include using namespace std; class SlideShow : public MathCell { public: /*! The constructor \param framerate The individual frame rate that has to be set for this cell only. If the default frame rate from the config is to be used instead this parameter has to be set to -1. \param config A pointer to the pointer to the configuration storage of the worksheet this cell belongs to. \param filesystem The filesystem the contents of this slideshow can be found in. NULL = the operating system's filesystem \param parent The parent GroupCell this cell belongs to. \param cellPointers All pointers that might point to this cell and that need to be set to NULL if this cell is deleted. */ SlideShow(MathCell *parent, Configuration **config, CellPointers *cellPointers, wxFileSystem *filesystem = NULL, int framerate = -1); ~SlideShow(); bool IsOk(){return (m_size>0) && (m_images[m_displayed]->IsOk());} virtual wxString GetToolTip(const wxPoint &point); std::list GetInnerCells(); void MarkAsDeleted(); /*! Remove all cached scaled images from memory To be called when the slideshow is outside of the displayed portion of the screen; The bitmaps will be re-generated when needed. */ virtual void ClearCache(); void LoadImages(wxArrayString images, bool deleteRead); MathCell *Copy(); int GetDisplayedIndex() { return m_displayed; } wxImage GetBitmap(int n) { return m_images[n]->GetUnscaledBitmap().ConvertToImage(); } void SetDisplayedIndex(int ind); int Length() { return m_size; } //! Exports the image the slideshow currently displays wxSize ToImageFile(wxString filename); //! Exports the whole animation as animated gif wxSize ToGif(wxString filename); bool CopyToClipboard(); /*! Get the frame rate of this SlideShow [in Hz]. Returns either the frame rate set for this slide show cell individually or the default frame rate chosen in the config. */ int GetFrameRate(); /*! Reload the animation timer starting and instantiating and registering it if necessary. If the timer is already running, the request to reload it is ignored. */ void ReloadTimer(); /*! Stops the timer Also deletes the timer as on MSW there aren't many timers available. */ void StopTimer(); /*! Set the frame rate of this SlideShow [in Hz]. \param Freq The requested frequency [in Hz] or -1 for: Use the default value. \return The frame rate that was actually set. */ int SetFrameRate(int Freq); bool AnimationRunning() {return m_animationRunning;} void AnimationRunning(bool run); protected: wxTimer *m_timer; /*! The framerate of this cell. Can contain a frame rate [in Hz] or a -1, which means: Use the default frame rate. */ int m_framerate; bool m_animationRunning; int m_size; int m_displayed; wxFileSystem *m_fileSystem; vector m_images; void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); wxString ToString(); wxString ToTeX(); wxString ToRTF(); wxString ToXML(); virtual void DrawBoundingBox(wxDC &WXUNUSED(dc), bool WXUNUSED(all) = false) { m_drawBoundingBox = true; } private: bool m_drawBoundingBox; }; #endif // SLIDESHOWCELL_H wxmaxima-Version-18.02.0/src/SqrtCell.cpp000066400000000000000000000256161324204105000201650ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class SqrtCell SqrtCell is the MathCell type that represents a square root. */ #include "SqrtCell.h" #include "TextCell.h" #define SIGN_FONT_SCALE 2.0 SqrtCell::SqrtCell(MathCell *parent, Configuration **config, CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_signSize = 50; m_signWidth = 18; m_signTop = m_signSize / 2; m_last = NULL; m_signType = 0; m_signFontScale = 0; m_innerCell = NULL; m_open = new TextCell(parent, config, cellPointers, wxT("sqrt(")); m_open->DontEscapeOpeningParenthesis(); m_close = new TextCell(parent, config, cellPointers, wxT(")")); } void SqrtCell::SetGroup(MathCell *parent) { m_group = parent; if (m_innerCell != NULL) m_innerCell->SetGroupList(parent); if (m_open != NULL) m_open->SetGroupList(parent); if (m_close != NULL) m_close->SetGroupList(parent); } MathCell *SqrtCell::Copy() { SqrtCell *tmp = new SqrtCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->SetInner(m_innerCell->CopyList()); tmp->m_isBroken = m_isBroken; tmp->m_open->DontEscapeOpeningParenthesis(); return tmp; } SqrtCell::~SqrtCell() { wxDELETE(m_innerCell); wxDELETE(m_open); wxDELETE(m_close); m_innerCell = m_open = m_close = NULL; MarkAsDeleted(); } std::list SqrtCell::GetInnerCells() { std::list innerCells; if(m_innerCell) innerCells.push_back(m_innerCell); if(m_open) innerCells.push_back(m_open); if(m_close) innerCells.push_back(m_close); return innerCells; } void SqrtCell::SetInner(MathCell *inner) { if (inner == NULL) return; wxDELETE(m_innerCell); m_innerCell = inner; m_last = inner; if (m_last != NULL) while (m_last->m_next != NULL) m_last = m_last->m_next; } void SqrtCell::RecalculateWidths(int fontsize) { Configuration *configuration = (*m_configuration); m_innerCell->RecalculateWidthsList(fontsize); if (configuration->CheckTeXFonts()) { wxDC *dc = configuration->GetDC(); m_innerCell->RecalculateHeightList(fontsize); m_signFontScale = 1.0; int fontsize1 = Scale_Px(SIGN_FONT_SCALE * fontsize * m_signFontScale); wxASSERT(fontsize1 > 0); wxFont font(fontsize1, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, configuration->GetTeXCMEX()); font.SetPointSize(fontsize1); dc->SetFont(font); dc->GetTextExtent(wxT("s"), &m_signWidth, &m_signSize); m_signTop = m_signSize / 5; m_width = m_innerCell->GetFullWidth() + m_signWidth; int size = m_innerCell->GetMaxHeight(); if (size <= (m_signSize) / 5) { m_signType = 1; m_signFontScale = (5.0 * size) / (1.5 * m_signSize); } else if (size <= (2 * m_signSize) / 5) { m_signType = 2; m_signFontScale = (5.0 * size) / (2.2 * m_signSize); } else if (size <= (3 * m_signSize) / 5) { m_signType = 3; m_signFontScale = (5.0 * size) / (3.0 * m_signSize); } else if (size <= (4 * m_signSize) / 5) { m_signType = 4; m_signFontScale = (5.0 * size) / (3.8 * m_signSize); } else { m_signType = 5; m_signFontScale = 1.0; } fontsize1 = Scale_Px(SIGN_FONT_SCALE * fontsize * m_signFontScale); font = wxFont(fontsize1, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, configuration->GetTeXCMEX()); wxASSERT(fontsize1 > 0); font.SetPointSize(fontsize1); dc->SetFont(font); dc->GetTextExtent(wxT("s"), &m_signWidth, &m_signSize); m_signTop = m_signSize / 5; m_width = m_innerCell->GetFullWidth() + m_signWidth; } else m_width = m_innerCell->GetFullWidth() + Scale_Px(13) + 1; m_open->RecalculateWidthsList(fontsize); m_close->RecalculateWidthsList(fontsize); ResetData(); } void SqrtCell::RecalculateHeight(int fontsize) { m_innerCell->RecalculateHeightList(fontsize); m_height = m_innerCell->GetMaxHeight() + Scale_Px(3); m_center = m_innerCell->GetMaxCenter() + Scale_Px(3); m_open->RecalculateHeightList(fontsize); m_close->RecalculateHeightList(fontsize); if (m_isBroken) { m_height = MAX(m_innerCell->GetMaxHeight(), m_open->GetMaxHeight()); m_center = MAX(m_innerCell->GetMaxCenter(), m_open->GetMaxCenter()); } } void SqrtCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && InUpdateRegion()) { MathCell::Draw(point, fontsize); Configuration *configuration = (*m_configuration); wxDC *dc = configuration->GetDC(); wxPoint in(point); if (configuration->CheckTeXFonts()) { SetPen(); in.x += m_signWidth; int fontsize1 = Scale_Px(SIGN_FONT_SCALE * fontsize * m_signFontScale); wxFont font(fontsize1, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, configuration->GetTeXCMEX()); wxASSERT(fontsize1 > 0); font.SetPointSize(fontsize1); dc->SetFont(font); SetForeground(); if (m_signType < 4) { dc->DrawText( m_signType == 1 ? wxT("p") : m_signType == 2 ? wxT("q") : m_signType == 3 ? wxT("r") : wxT("s"), point.x, point.y - m_innerCell->GetMaxCenter() - m_signTop); } else { int yBottom = point.y + m_innerCell->GetMaxDrop() - 3.2 * m_signTop; int yTop = point.y - m_innerCell->GetMaxCenter() - m_signTop; int dy = m_signSize / 10; wxASSERT_MSG((yTop != 0) || (yBottom != 0), _("Font issue? The contents of a sqrt() has the size 0.")); wxASSERT_MSG(dy > 0, _("Font issue: The sqrt() sign has the size 0! Installing http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in the configuration dialogue should be a workaround.")); if (dy <= 0) dy = 1; dc->DrawText(wxT("t"), point.x, yBottom); dc->DrawText(wxT("v"), point.x, yTop); while (yTop < yBottom) { yTop += dy; dc->DrawText(wxT("u"), point.x, yTop); } } wxDC *adc = configuration->GetAntialiassingDC(); adc->DrawLine(point.x + m_signWidth, point.y - m_innerCell->GetMaxCenter(), point.x + m_signWidth + m_innerCell->GetFullWidth(), point.y - m_innerCell->GetMaxCenter()); UnsetPen(); } else { wxDC *adc = configuration->GetAntialiassingDC(); in.x += Scale_Px(11) + 1; SetPen(1.2); adc->DrawLine(point.x, point.y, point.x + Scale_Px(3), point.y - Scale_Px(1)); // A wider line adc->DrawLine(point.x + Scale_Px(3), point.y - Scale_Px(1), point.x + Scale_Px(7), point.y + m_height - m_center - Scale_Px(4)); adc->DrawLine(point.x + Scale_Px(3+1), point.y - Scale_Px(1), point.x + Scale_Px(7+1), point.y + m_height - m_center - Scale_Px(4)); adc->DrawLine(point.x + Scale_Px(3+.5), point.y - Scale_Px(1), point.x + Scale_Px(7+.5), point.y + m_height - m_center - Scale_Px(4)); adc->DrawLine(point.x + Scale_Px(3), point.y - Scale_Px(1), point.x + Scale_Px(3+1), point.y - Scale_Px(1)); adc->DrawLine(point.x + Scale_Px(7), point.y + m_height - m_center - Scale_Px(4), point.x + Scale_Px(7+1), point.y + m_height - m_center - Scale_Px(4)); adc->DrawLine(point.x + Scale_Px(7+1), point.y + m_height - m_center - Scale_Px(4), point.x + Scale_Px(10), point.y - m_center + Scale_Px(2)); adc->DrawLine(point.x + Scale_Px(10), point.y - m_center + Scale_Px(2), point.x + m_width - Scale_Px(1), point.y - m_center + Scale_Px(2)); adc->DrawLine(point.x + m_width - Scale_Px(1), point.y - m_center + Scale_Px(2), point.x + m_width - Scale_Px(1), point.y - m_center + Scale_Px(6)); UnsetPen(); } m_innerCell->DrawList(in, fontsize); } } wxString SqrtCell::ToString() { if (m_isBroken) return wxEmptyString; else return wxT("sqrt(") + m_innerCell->ListToString() + wxT(")"); } wxString SqrtCell::ToTeX() { if (m_isBroken) return wxEmptyString; else return wxT("\\sqrt{") + m_innerCell->ListToTeX() + wxT("}"); } wxString SqrtCell::ToMathML() { return wxT("") + m_innerCell->ListToMathML() + wxT("\n"); } wxString SqrtCell::ToOMML() { return wxT("") + m_innerCell->ListToOMML() + wxT("\n"); } wxString SqrtCell::ToXML() { // if (m_isBroken) // return wxEmptyString; wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); return wxT("") + m_innerCell->ListToXML() + wxT(""); } bool SqrtCell::BreakUp() { if (!m_isBroken) { m_isBroken = true; m_open->m_nextToDraw = m_innerCell; m_innerCell->m_previousToDraw = m_open; wxASSERT_MSG(m_last != NULL, _("Bug: No last cell inside a square root!")); if (m_last != NULL) { m_last->m_nextToDraw = m_close; m_close->m_previousToDraw = m_last; } m_close->m_nextToDraw = m_nextToDraw; if (m_nextToDraw != NULL) m_nextToDraw->m_previousToDraw = m_close; m_nextToDraw = m_open; m_height = MAX(m_innerCell->GetMaxHeight(), m_open->GetMaxHeight()); m_center = MAX(m_innerCell->GetMaxCenter(), m_open->GetMaxCenter()); return true; } return false; } void SqrtCell::Unbreak() { if (m_isBroken) m_innerCell->UnbreakList(); MathCell::Unbreak(); } wxmaxima-Version-18.02.0/src/SqrtCell.h000066400000000000000000000043651324204105000176300ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SQRTCELL_H #define SQRTCELL_H #include "MathCell.h" #include "TextCell.h" /*! \file This file defines the class for the cell type that represents a square root. */ /*! This class represents a square root In the case that this cell is broken into two lines in the order of m_nextToDraw this cell is represented by the following individual cells: - The SqrtCell itself - The opening "sqrt(" - The contents - The closing ")". If it isn't broken into multiple cells m_nextToDraw points to the cell that follows this Cell. */ class SqrtCell : public MathCell { public: SqrtCell(MathCell *parent, Configuration **config, CellPointers *m_cellPointers); ~SqrtCell(); std::list GetInnerCells(); MathCell *Copy(); void SetInner(MathCell *inner); void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); bool BreakUp(); void Unbreak(); wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToOMML(); wxString ToXML(); void SetGroup(MathCell *parent); protected: MathCell *m_innerCell; TextCell *m_open, *m_close; MathCell *m_last; int m_signWidth, m_signSize, m_signTop; int m_signType; double m_signFontScale; }; #endif // SQRTCELL_H wxmaxima-Version-18.02.0/src/StatusBar.cpp000066400000000000000000000232361324204105000203400ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file defines the contents of the class StatusBar that represents wxMaxima's status bar. */ #include "StatusBar.h" #include #include "invalidImage.h" #include "../art/statusbar/images.h" #include #include StatusBar::StatusBar(wxWindow *parent, int id) : wxStatusBar(parent, id) { int widths[] = {-1, 300, GetSize().GetHeight()}; m_maximaPercentage = -1; m_oldmaximaPercentage = -1; SetFieldsCount(3, widths); m_stdToolTip = _( "Maxima, the program that does the actual mathematics is started as a separate process. This has the advantage that an eventual crash of maxima cannot harm wxMaxima, which displays the worksheet.\nThis icon indicates if data is transferred between maxima and wxMaxima."); m_networkErrToolTip = _( "Maxima, the program that does the actual mathematics and wxMaxima, which displays the worksheet are kept in separate processes. This means that even if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Both programs communicate over a local network socket. This time this socket could not be created which might be caused by a firewall that it setup to not only intercepts connections from the outside, but also to intercept connections between two programs that run on the same computer."); m_noConnectionToolTip = _( "Maxima, the program that does the actual mathematics and wxMaxima, which displays the worksheet are kept in separate processes. This means that even if maxima crashes wxMaxima (and therefore the worksheet) stays intact. Currently the two programs aren't connected to each other which might mean that maxima is still starting up or couldn't be started. Alternatively it can be caused by a firewall that it setup to not only intercepts connections from the outside, but also to intercept connections between two programs that run on the same computer. Another reason for maxima not starting up might be that maxima cannot be found (see wxMaxima's Configuration dialogue for a way to specify maxima's location) or isn't in a working order."); m_network_error = GetImage("network-error", network_error_128_png,network_error_128_png_len, network_error_192_png,network_error_192_png_len ); m_network_offline = GetImage("network-offline", network_offline_128_png,network_offline_128_png_len, network_offline_192_png,network_offline_192_png_len ); m_network_transmit = GetImage("network-transmit", network_transmit_128_png,network_transmit_128_png_len, network_transmit_192_png,network_transmit_192_png_len ); m_network_idle = GetImage("network-idle", network_idle_128_png,network_idle_128_png_len, network_idle_192_png,network_idle_192_png_len ); m_network_idle_inactive = wxBitmap(m_network_idle.ConvertToImage().ConvertToDisabled()); m_network_receive = GetImage("network-receive", network_receive_128_png,network_receive_128_png_len, network_receive_192_png,network_receive_192_png_len ); m_network_transmit_receive = GetImage("network-transmit-receive", network_transmit_receive_128_png,network_transmit_receive_128_png_len, network_transmit_receive_192_png,network_transmit_receive_192_png_len ); m_networkStatus = new wxStaticBitmap(this, wxID_ANY, m_network_offline); m_networkStatus->SetToolTip(m_stdToolTip); ReceiveTimer.SetOwner(this, wxID_ANY); SendTimer.SetOwner(this, wxID_ANY); m_icon_shows_receive = m_icon_shows_transmit = false; m_networkState = offline; // Mark the network state as "to be changed" m_oldNetworkState = receive; } void StatusBar::OnTimerEvent(wxTimerEvent &WXUNUSED(event)) { // don't do anything if the network status didn't change. if ((m_icon_shows_receive == (ReceiveTimer.IsRunning())) && (m_icon_shows_transmit == (SendTimer.IsRunning()))) return; // don't do anything if the timer expired, but we aren't connected // to the network any more. if ((m_networkState == error) || (m_networkState == offline)) return; m_icon_shows_receive = ReceiveTimer.IsRunning(); m_icon_shows_transmit = SendTimer.IsRunning(); if (m_icon_shows_receive && m_icon_shows_transmit) { m_networkStatus->SetBitmap(m_network_transmit_receive); } if (m_icon_shows_receive && !m_icon_shows_transmit) { m_networkStatus->SetBitmap(m_network_receive); m_oldNetworkState = receive; } if (!m_icon_shows_receive && m_icon_shows_transmit) { m_networkStatus->SetBitmap(m_network_transmit); m_oldNetworkState = transmit; } if (!m_icon_shows_receive && !m_icon_shows_transmit) { m_networkStatus->SetBitmap(m_network_idle); if(m_maximaPercentage != 0) m_networkStatus->SetBitmap(m_network_idle); else m_networkStatus->SetBitmap(m_network_idle_inactive); m_oldNetworkState = idle; } } void StatusBar::NetworkStatus(networkState status) { if((status != m_oldNetworkState) || (m_maximaPercentage != m_oldmaximaPercentage)) { switch (status) { case idle: { if(status != m_oldNetworkState) m_maximaPercentage = m_oldmaximaPercentage = -1; if(m_maximaPercentage != 0) m_networkStatus->SetBitmap(m_network_idle); else m_networkStatus->SetBitmap(m_network_idle_inactive); m_networkState = status; wxString toolTip = m_stdToolTip; if(m_maximaPercentage >= 0) toolTip +=wxString::Format( _("\n\nMaxima is currently using %3.3f%% of all available CPUs."), m_maximaPercentage ); m_networkStatus->SetToolTip(toolTip); } break; case error: m_networkStatus->SetBitmap(m_network_error); m_networkState = status; m_networkStatus->SetToolTip(m_networkErrToolTip); break; case offline: m_networkStatus->SetBitmap(m_network_offline); m_networkState = status; m_networkStatus->SetToolTip(m_noConnectionToolTip); break; case receive: { ReceiveTimer.StartOnce(200); wxTimerEvent dummy; OnTimerEvent(dummy); if((m_oldmaximaPercentage >= 0) &&(m_maximaPercentage < 0)) m_networkStatus->SetToolTip(m_stdToolTip); } break; case transmit: { SendTimer.StartOnce(200); wxTimerEvent dummy; OnTimerEvent(dummy); if((m_oldmaximaPercentage >= 0) &&(m_maximaPercentage < 0)) m_networkStatus->SetToolTip(m_stdToolTip); } break; } m_oldNetworkState = status; m_oldmaximaPercentage = m_maximaPercentage; } } void StatusBar::OnSize(wxSizeEvent &event) { wxRect rect; GetFieldRect(2, rect); wxSize size = m_networkStatus->GetSize(); m_networkStatus->Move(rect.x + (rect.width - size.x) / 2, rect.y + (rect.height - size.y) / 2); event.Skip(); } #define ABS(val) ((val) >= 0 ? (val) : -(val)) wxBitmap StatusBar::GetImage(wxString name, unsigned char *data_128, size_t len_128, unsigned char *data_192, size_t len_192) { double targetWidth = static_cast(GetSize().GetHeight()) / wxGetDisplayPPI().y * wxGetDisplayPPI().x; double targetHeight = static_cast(GetSize().GetHeight()); wxBitmap bmp = wxArtProvider::GetBitmap(name, wxART_TOOLBAR, wxSize(targetWidth, targetHeight)); wxImage img; if(bmp.IsOk()) { img = bmp.ConvertToImage(); } int prescale; int sizeA = 128 << 4; while(sizeA * 3 / 2 > targetWidth && sizeA >= 32) { sizeA >>= 1; }; int sizeB = 192 << 4; while(sizeB * 4 / 3 > targetWidth && sizeB >= 32) { sizeB >>= 1; } if(ABS(targetWidth - sizeA) < ABS(targetWidth - sizeB)) { targetWidth = sizeA; prescale = 128; } else { targetWidth = sizeB; prescale = 192; } if(!img.IsOk()) { void *data; size_t len; if(prescale == 128) { data = (void *)data_128; len = len_128; } else { data = (void *)data_192; len = len_192; } wxMemoryInputStream istream(data,len); img.LoadFile(istream); } if(!img.IsOk()) { img = wxImage(invalidImage_xpm); } targetWidth = static_cast(GetSize().GetHeight()) / wxGetDisplayPPI().y * wxGetDisplayPPI().x; targetHeight = static_cast(GetSize().GetHeight()); img.Rescale(targetWidth, targetHeight, wxIMAGE_QUALITY_HIGH); return img; } wxBEGIN_EVENT_TABLE(StatusBar, wxStatusBar) EVT_SIZE(StatusBar::OnSize) EVT_TIMER(wxID_ANY, StatusBar::OnTimerEvent) wxEND_EVENT_TABLE() wxmaxima-Version-18.02.0/src/StatusBar.h000066400000000000000000000100171324204105000177760ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2009-2015 Andrej Vodopivec // (C) 2014-2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file contains the definition of the class History that handles the recently issued commands for the history pane. */ #include #include #include #include #include #include #include "Dirstructure.h" #ifndef STATUSBAR_H #define STATUSBAR_H /*! The class that draws the status bar \todo: Rescale the icons if OnSize returns a new vertical size: This enables for screen resolution change awareness. */ class StatusBar : public wxStatusBar { public: StatusBar(wxWindow *parent, int id); //! The network states that can be passed to NetworkStatus() enum networkState { idle, error, offline, receive, transmit }; //! Informs the status bar about networking events. void NetworkStatus(networkState status); wxStaticBitmap *GetNetworkStatusElement() { return m_networkStatus; } //! Inform the status bar how many percents of the available CPU power maxima uses void SetMaximaCPUPercentage(float percentage) { m_maximaPercentage = percentage; NetworkStatus(m_oldNetworkState); } protected: void OnSize(wxSizeEvent &event); void OnTimerEvent(wxTimerEvent &event); private: /*! How many percents of the available CPU power does maxima use? See m_maximaPercentage and SetMaximaCPUPercentage() */ float m_maximaPercentage; /*! How many percents of the available CPU power did maxima use when updating the network icon last? See m_maximaPercentage and SetMaximaCPUPercentage() */ float m_oldmaximaPercentage; networkState m_oldNetworkState; wxString m_stdToolTip; wxString m_networkErrToolTip; wxString m_noConnectionToolTip; //! The basic network state we currently display without receive or transmit info networkState m_networkState; //! Does the icon show that we currently receive data? bool m_icon_shows_receive; //! Does the icon show that we currently transmit data? bool m_icon_shows_transmit; wxBitmap GetImage(wxString img, unsigned char *data_128, size_t len_128, unsigned char *data_192, size_t len_192 ); //! The currently shown network status bitmap wxStaticBitmap *m_networkStatus; //! The bitmap shown on network errors wxBitmap m_network_error; //! The bitmap shown while not connected to the network wxBitmap m_network_offline; //! The bitmap shown while transmitting data wxBitmap m_network_transmit; //! The bitmap shown while not transmitting or receiving data wxBitmap m_network_idle; //! The bitmap shown while not transmitting or receiving data and maxima not using CPU power wxBitmap m_network_idle_inactive; //! The bitmap shown while receiving data wxBitmap m_network_receive; //! The bitmap shown while simultaneously receiving and transmitting data wxBitmap m_network_transmit_receive; //! The timer that prolongs the showing of the "sending" bitmap a bit. wxTimer SendTimer; //! The timer that prolongs the showing of the "receiving" bitmap a bit. wxTimer ReceiveTimer; wxDECLARE_EVENT_TABLE(); }; #endif wxmaxima-Version-18.02.0/src/SubCell.cpp000066400000000000000000000114501324204105000177540ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class SubCell SubCell is the MathCell type that represents a math element with subscript. */ #include "SubCell.h" #define SUB_DEC 2 SubCell::SubCell(MathCell *parent, Configuration **config, CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_baseCell = NULL; m_indexCell = NULL; } void SubCell::SetGroup(MathCell *parent) { m_group = parent; if (m_baseCell != NULL) m_baseCell->SetGroupList(parent); if (m_indexCell != NULL) m_indexCell->SetGroupList(parent); } MathCell *SubCell::Copy() { SubCell *tmp = new SubCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->SetBase(m_baseCell->CopyList()); tmp->SetIndex(m_indexCell->CopyList()); return tmp; } SubCell::~SubCell() { wxDELETE(m_baseCell); wxDELETE(m_indexCell); m_baseCell = NULL; m_indexCell = NULL; MarkAsDeleted(); } std::list SubCell::GetInnerCells() { std::list innerCells; if(m_baseCell) innerCells.push_back(m_baseCell); if(m_indexCell) innerCells.push_back(m_indexCell); return innerCells; } void SubCell::SetIndex(MathCell *index) { if (index == NULL) return; wxDELETE(m_indexCell); m_indexCell = index; } void SubCell::SetBase(MathCell *base) { if (base == NULL) return; wxDELETE(m_baseCell); m_baseCell = base; } void SubCell::RecalculateWidths(int fontsize) { m_baseCell->RecalculateWidthsList(fontsize); m_indexCell->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - SUB_DEC)); m_width = m_baseCell->GetFullWidth() + m_indexCell->GetFullWidth() - Scale_Px(2); ResetData(); } void SubCell::RecalculateHeight(int fontsize) { m_baseCell->RecalculateHeightList(fontsize); m_indexCell->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - SUB_DEC)); m_height = m_baseCell->GetMaxHeight() + m_indexCell->GetMaxHeight() - Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); m_center = m_baseCell->GetCenter(); } void SubCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && InUpdateRegion()) { MathCell::Draw(point, fontsize); wxPoint bs, in; bs.x = point.x; bs.y = point.y; m_baseCell->DrawList(bs, fontsize); in.x = point.x + m_baseCell->GetFullWidth() - Scale_Px(2); in.y = point.y + m_baseCell->GetMaxDrop() + m_indexCell->GetMaxCenter() - Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); m_indexCell->DrawList(in, MAX(MC_MIN_SIZE, fontsize - SUB_DEC)); } } wxString SubCell::ToString() { if (m_altCopyText != wxEmptyString) { return m_altCopyText; } wxString s; if (m_baseCell->IsCompound()) s += wxT("(") + m_baseCell->ListToString() + wxT(")"); else s += m_baseCell->ListToString(); s += wxT("[") + m_indexCell->ListToString() + wxT("]"); return s; } wxString SubCell::ToTeX() { wxString s; wxString base = m_baseCell->ListToTeX(); wxString index = m_indexCell->ListToTeX(); if (base.Length() > 1) s = wxT("{{") + base + wxT("}_"); else s = wxT("{") + base + wxT("_"); if (index.Length() > 1) s += wxT("{") + index + wxT("}}"); else s += index + wxT("}"); return s; } wxString SubCell::ToMathML() { return wxT("") + m_baseCell->ListToMathML() + m_indexCell->ListToMathML() + wxT("\n"); } wxString SubCell::ToOMML() { return wxT("") + m_baseCell->ListToOMML() + wxT("") + m_indexCell->ListToOMML() + wxT("\n"); } wxString SubCell::ToXML() { wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); if (m_altCopyText != wxEmptyString) flags += wxT(" altCopy=\"") + XMLescape(m_altCopyText) + wxT("\""); return wxT("") + m_baseCell->ListToXML() + wxT("") + m_indexCell->ListToXML() + wxT("
    "); } wxmaxima-Version-18.02.0/src/SubCell.h000066400000000000000000000031731324204105000174240ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SUBCELL_H #define SUBCELL_H #include "MathCell.h" class SubCell : public MathCell { public: SubCell(MathCell *parent, Configuration **config, CellPointers *cellPointers); ~SubCell(); std::list GetInnerCells(); MathCell *Copy(); void SetBase(MathCell *base); void SetIndex(MathCell *index); void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToOMML(); wxString ToXML(); void SetGroup(MathCell *parent); protected: MathCell *m_baseCell; MathCell *m_indexCell; }; #endif // SUBCELL_H wxmaxima-Version-18.02.0/src/SubSupCell.cpp000066400000000000000000000143351324204105000204510ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2007-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class SubSupCell SubSubCell is the MathCell type that represents a math element with subscript and superscript. */ #include "SubSupCell.h" #include #include "wx/config.h" #define SUBSUP_DEC 3 SubSupCell::SubSupCell(MathCell *parent, Configuration **config,CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_baseCell = NULL; m_indexCell = NULL; m_exptCell = NULL; } void SubSupCell::SetGroup(MathCell *parent) { m_group = parent; if (m_baseCell != NULL) m_baseCell->SetGroupList(parent); if (m_indexCell != NULL) m_indexCell->SetGroupList(parent); if (m_exptCell != NULL) m_exptCell->SetGroupList(parent); } MathCell *SubSupCell::Copy() { SubSupCell *tmp = new SubSupCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->SetBase(m_baseCell->CopyList()); tmp->SetIndex(m_indexCell->CopyList()); tmp->SetExponent(m_exptCell->CopyList()); return tmp; } SubSupCell::~SubSupCell() { wxDELETE(m_baseCell); m_baseCell = NULL; wxDELETE(m_indexCell); m_indexCell = NULL; wxDELETE(m_exptCell); m_exptCell = NULL; MarkAsDeleted(); } std::list SubSupCell::GetInnerCells() { std::list innerCells; if(m_baseCell) innerCells.push_back(m_baseCell); if(m_indexCell) innerCells.push_back(m_indexCell); if(m_exptCell) innerCells.push_back(m_exptCell); return innerCells; } void SubSupCell::SetIndex(MathCell *index) { if (index == NULL) return; wxDELETE(m_indexCell); m_indexCell = index; } void SubSupCell::SetBase(MathCell *base) { if (base == NULL) return; wxDELETE(m_baseCell); m_baseCell = base; } void SubSupCell::SetExponent(MathCell *exp) { if (exp == NULL) return; wxDELETE(m_exptCell); m_exptCell = exp; } void SubSupCell::RecalculateWidths(int fontsize) { m_baseCell->RecalculateWidthsList(fontsize); m_indexCell->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); m_exptCell->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); m_width = m_baseCell->GetFullWidth() + MAX(m_indexCell->GetFullWidth(), m_exptCell->GetFullWidth()) - Scale_Px(2); ResetData(); } void SubSupCell::RecalculateHeight(int fontsize) { m_baseCell->RecalculateHeightList(fontsize); m_indexCell->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); m_exptCell->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); m_height = m_baseCell->GetMaxHeight() + m_indexCell->GetMaxHeight() + m_exptCell->GetMaxHeight() - 2 * Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); m_center = m_exptCell->GetMaxHeight() + m_baseCell->GetMaxCenter() - Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); } void SubSupCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && InUpdateRegion()) { MathCell::Draw(point, fontsize); wxPoint bs, in; bs.x = point.x; bs.y = point.y; m_baseCell->DrawList(bs, fontsize); in.x = point.x + m_baseCell->GetFullWidth() - Scale_Px(2); in.y = point.y + m_baseCell->GetMaxDrop() + m_indexCell->GetMaxCenter() - Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); m_indexCell->DrawList(in, MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); in.y = point.y - m_baseCell->GetMaxCenter() - m_exptCell->GetMaxHeight() + m_exptCell->GetMaxCenter() + Scale_Px((8 * fontsize) / 10 + MC_EXP_INDENT); m_exptCell->DrawList(in, MAX(MC_MIN_SIZE, fontsize - SUBSUP_DEC)); } } wxString SubSupCell::ToString() { wxString s; if (m_baseCell->IsCompound()) s += wxT("(") + m_baseCell->ListToString() + wxT(")"); else s += m_baseCell->ListToString(); s += wxT("[") + m_indexCell->ListToString() + wxT("]"); s += wxT("^"); if (m_exptCell->IsCompound()) s += wxT("("); s += m_exptCell->ListToString(); if (m_exptCell->IsCompound()) s += wxT(")"); return s; } wxString SubSupCell::ToTeX() { wxConfigBase *config = wxConfig::Get(); bool TeXExponentsAfterSubscript = false; config->Read(wxT("TeXExponentsAfterSubscript"), &TeXExponentsAfterSubscript); wxString s; if (TeXExponentsAfterSubscript) s = wxT("{{{") + m_baseCell->ListToTeX() + wxT("}_{") + m_indexCell->ListToTeX() + wxT("}}^{") + m_exptCell->ListToTeX() + wxT("}}"); else s = wxT("{{") + m_baseCell->ListToTeX() + wxT("}_{") + m_indexCell->ListToTeX() + wxT("}^{") + m_exptCell->ListToTeX() + wxT("}}"); return s; } wxString SubSupCell::ToMathML() { return wxT("") + m_baseCell->ListToMathML() + m_indexCell->ListToMathML() + m_exptCell->ListToMathML() + wxT("\n"); } wxString SubSupCell::ToOMML() { return wxT("") + m_baseCell->ListToOMML() + wxT("") + m_indexCell->ListToOMML() + wxT("") + m_exptCell->ListToOMML() + wxT("\n"); } wxString SubSupCell::ToXML() { wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); return _T("") + m_baseCell->ListToXML() + _T("") + m_indexCell->ListToXML() + _T("") + m_exptCell->ListToXML() + _T(""); } wxmaxima-Version-18.02.0/src/SubSupCell.h000066400000000000000000000033121324204105000201070ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2007-2015 Andrej Vodopivec // (C) 2014-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SUBSUPCELL_H #define SUBSUPCELL_H #include "MathCell.h" class SubSupCell : public MathCell { public: SubSupCell(MathCell *parent, Configuration **config, CellPointers *cellPointers); ~SubSupCell(); std::list GetInnerCells(); MathCell *Copy(); void SetBase(MathCell *base); void SetIndex(MathCell *index); void SetExponent(MathCell *expt); void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); wxString ToString(); wxString ToTeX(); wxString ToXML(); wxString ToOMML(); wxString ToMathML(); void SetGroup(MathCell *parent); protected: MathCell *m_baseCell; MathCell *m_exptCell; MathCell *m_indexCell; }; #endif // SUBSUPCELL_H wxmaxima-Version-18.02.0/src/SubstituteWiz.cpp000066400000000000000000000074471324204105000213030ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "SubstituteWiz.h" SubstituteWiz::SubstituteWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, _("Expression:")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxT("%"), wxDefaultPosition, wxSize(230, -1)); label_3 = new wxStaticText(this, -1, _("Old value:")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxT("x"), wxDefaultPosition, wxSize(230, -1)); label_4 = new wxStaticText(this, -1, _("New value:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxT("y"), wxDefaultPosition, wxSize(230, -1)); checkbox_1 = new wxCheckBox(this, -1, _("&Rational")); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void SubstituteWiz::set_properties() { SetTitle(_("Substitute")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif text_ctrl_1->SetFocus(); } void SubstituteWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(3, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(4, 2, 0, 0); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_2, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(label_4, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_3, 0, wxALL | wxEXPAND, 5); grid_sizer_2->Add(20, 20, 0, 0); grid_sizer_2->Add(checkbox_1, 0, wxALL, 5); grid_sizer_2->AddGrowableCol(1); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); grid_sizer_1->AddGrowableCol(0); Layout(); } wxString SubstituteWiz::GetValue() { wxString val; if (checkbox_1->IsChecked()) val = wxT("ratsubst("); else val = wxT("subst("); val.Append(text_ctrl_3->GetValue()); val.Append(wxT(", ")); val.Append(text_ctrl_2->GetValue()); val.Append(wxT(", ")); val.Append(text_ctrl_1->GetValue()); val.Append(wxT(");")); return val; } wxmaxima-Version-18.02.0/src/SubstituteWiz.h000066400000000000000000000033741324204105000207430ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SUBSTITUTEWIZ_H #define SUBSTITUTEWIZ_H #include #include #include "BTextCtrl.h" class SubstituteWiz : public wxDialog { public: SubstituteWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); wxString GetValue(); void SetValue(wxString s) { text_ctrl_1->SetValue(s); } private: void set_properties(); void do_layout(); protected: wxStaticText *label_2; BTextCtrl *text_ctrl_1; wxStaticText *label_3; BTextCtrl *text_ctrl_2; wxStaticText *label_4; BTextCtrl *text_ctrl_3; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; wxCheckBox *checkbox_1; }; #endif // SUBSTITUTEWIT_H wxmaxima-Version-18.02.0/src/SumCell.cpp000066400000000000000000000321461324204105000177740ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class SumCell SumCell is the MathCell type that represents maxima's sum(), lsum and product() commands. */ #include "SumCell.h" #include "TextCell.h" #define SUM_SIGN "\x58" #define PROD_SIGN "\x59" #define SUM_DEC 2 SumCell::SumCell(MathCell *parent, Configuration **config, CellPointers *cellPointers) : MathCell(parent, config) { m_cellPointers = cellPointers; m_base = NULL; m_under = NULL; m_over = NULL; m_signSize = 50; m_signTop = (2 * m_signSize) / 5; m_signWidth = 30; m_signWCenter = 15; m_sumStyle = SM_SUM; } void SumCell::SetGroup(MathCell *parent) { m_group = parent; if (m_base != NULL) m_base->SetGroupList(parent); if (m_under != NULL) m_under->SetGroupList(parent); if (m_over != NULL) m_over->SetGroupList(parent); } MathCell *SumCell::Copy() { SumCell *tmp = new SumCell(m_group, m_configuration, m_cellPointers); CopyData(this, tmp); tmp->SetBase(m_base->CopyList()); tmp->SetUnder(m_under->CopyList()); tmp->SetOver(m_over->CopyList()); tmp->m_sumStyle = m_sumStyle; return tmp; } SumCell::~SumCell() { wxDELETE(m_base); wxDELETE(m_under); wxDELETE(m_over); m_base = NULL; m_under = NULL; m_over = NULL; MarkAsDeleted(); } std::list SumCell::GetInnerCells() { std::list innerCells; if(m_base) innerCells.push_back(m_base); if(m_under) innerCells.push_back(m_under); if(m_over) innerCells.push_back(m_over); return innerCells; } void SumCell::SetOver(MathCell *over) { if (over == NULL) return; wxDELETE(m_over); m_over = over; } void SumCell::SetBase(MathCell *base) { if (base == NULL) return; wxDELETE(m_base); m_base = base; } void SumCell::SetUnder(MathCell *under) { if (under == NULL) return; wxDELETE(m_under); m_under = under; } void SumCell::RecalculateWidths(int fontsize) { Configuration *configuration = (*m_configuration); m_signSize = Scale_Px(50) * configuration->GetZoomFactor(); m_signWidth = Scale_Px(30) * configuration->GetZoomFactor(); m_signWCenter = Scale_Px(15) * configuration->GetZoomFactor(); m_base->RecalculateWidthsList(fontsize); m_under->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); if (m_over == NULL) m_over = new TextCell(m_group, m_configuration, m_cellPointers); m_over->RecalculateWidthsList(MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); if (configuration->CheckTeXFonts()) { wxDC *dc = configuration->GetDC(); int fontsize1 = Scale_Px(configuration->GetMathFontSize()); wxFont font(fontsize1, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, configuration->GetTeXCMEX()); if (!font.IsOk()) font = *wxNORMAL_FONT; wxASSERT(fontsize1 > 0); font.SetPointSize(fontsize1); dc->SetFont(font); dc->GetTextExtent(m_sumStyle == SM_SUM ? wxT(SUM_SIGN) : wxT(PROD_SIGN), &m_signWidth, &m_signSize); m_signWCenter = m_signWidth / 2; m_signTop = (2 * m_signSize) / 5; m_signSize = (2 * m_signSize) / 5; } m_signWCenter = MAX(m_signWCenter, m_under->GetFullWidth() / 2); m_signWCenter = MAX(m_signWCenter, m_over->GetFullWidth() / 2); m_width = 2 * m_signWCenter + m_base->GetFullWidth() + Scale_Px(4); ResetData(); } void SumCell::RecalculateHeight(int fontsize) { m_under->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); m_over->RecalculateHeightList(MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); m_base->RecalculateHeightList(fontsize); m_center = MAX(m_over->GetMaxHeight() + Scale_Px(4) + m_signSize / 2, m_base->GetMaxCenter()); m_height = m_center + MAX(m_under->GetMaxHeight() + Scale_Px(4) + m_signSize / 2, m_base->GetMaxDrop()); } void SumCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point)) { Configuration *configuration = (*m_configuration); wxDC *dc = configuration->GetDC(); wxPoint base(point), under(point), over(point), sign(point); under.x += m_signWCenter - m_under->GetFullWidth() / 2; under.y = point.y + m_signSize / 2 + m_under->GetMaxCenter() + Scale_Px(2); m_under->DrawList(under, MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); over.x += m_signWCenter - m_over->GetFullWidth() / 2; over.y = point.y - m_signSize / 2 - m_over->GetMaxDrop() - Scale_Px(2); m_over->DrawList(over, MAX(MC_MIN_SIZE, fontsize - SUM_DEC)); if (configuration->CheckTeXFonts()) { SetForeground(); int fontsize1 = Scale_Px(configuration->GetMathFontSize()); wxFont font(fontsize1, wxFONTFAMILY_MODERN, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, configuration->GetTeXCMEX()); if (!font.IsOk()) font = *wxNORMAL_FONT; wxASSERT(fontsize1 > 0); font.SetPointSize(fontsize1); dc->SetFont(font); dc->DrawText(m_sumStyle == SM_SUM ? wxT(SUM_SIGN) : wxT(PROD_SIGN), sign.x + m_signWCenter - m_signWidth / 2, sign.y - m_signTop); } else { SetPen(1.5); if (m_sumStyle == SM_SUM) { wxDC *adc = configuration->GetAntialiassingDC(); //DRAW SUM SIGN // Upper part adc->DrawLine(point.x + m_signWCenter + m_signWidth / 6, point.y, point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2 + 1); adc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2); adc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2 + 1, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2 + 1); adc->DrawLine(point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2 + Scale_Px(5)); // Lower part adc->DrawLine(point.x + m_signWCenter + m_signWidth / 6, point.y, point.x + m_signWCenter - m_signWidth / 2, point.y + m_signSize / 2 - 1); adc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y + m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y + m_signSize / 2); adc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y + m_signSize / 2 - 1, point.x + m_signWCenter + m_signWidth / 2, point.y + m_signSize / 2 - 1); adc->DrawLine(point.x + m_signWCenter + m_signWidth / 2, point.y + m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y + m_signSize / 2 - Scale_Px(5)); } else { // DRAW PRODUCT SIGN // Vertical lines dc->DrawLine(point.x + m_signWCenter + m_signWidth / 6, point.y + m_signSize / 2, point.x + m_signWCenter + m_signWidth / 6, point.y - m_signSize / 2 + Scale_Px(4)); dc->DrawLine(point.x + m_signWCenter - m_signWidth / 6, point.y + m_signSize / 2, point.x + m_signWCenter - m_signWidth / 6, point.y - m_signSize / 2 + Scale_Px(4)); // Horizonral line (double) dc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2); dc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2 + 1, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2 + 1); // Ticks on horizontal line dc->DrawLine(point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2, point.x + m_signWCenter - m_signWidth / 2, point.y - m_signSize / 2 + Scale_Px(5)); dc->DrawLine(point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2, point.x + m_signWCenter + m_signWidth / 2, point.y - m_signSize / 2 + Scale_Px(5)); } UnsetPen(); } base.x += (2 * m_signWCenter + Scale_Px(4)); m_base->DrawList(base, fontsize); } MathCell::Draw(point, fontsize); } wxString SumCell::ToString() { wxString s; if (m_sumStyle == SM_SUM) s = wxT("sum("); else s = wxT("product("); s += m_base->ListToString(); MathCell *tmp = m_under; wxString var = tmp->ToString(); wxString from; tmp = tmp->m_next; if (tmp != NULL) { tmp = tmp->m_next; if (tmp != NULL) from = tmp->ListToString(); } wxString to = m_over->ListToString(); s += wxT(",") + var + wxT(",") + from; if (to != wxEmptyString) s += wxT(",") + to + wxT(")"); else s = wxT("l") + s + wxT(")"); return s; } wxString SumCell::ToTeX() { wxString s; if (m_sumStyle == SM_SUM) s = wxT("\\sum"); else s = wxT("\\prod"); s += wxT("_{") + m_under->ListToTeX() + wxT("}"); wxString to = m_over->ListToTeX(); if (to.Length()) s += wxT("^{") + to + wxT("}"); s += wxT("{\\left. "); s += m_base->ListToTeX(); s += wxT("\\right.}"); return s; } wxString SumCell::ToOMML() { wxString base = m_base->ListToOMML(); wxString from; if (m_under) from = m_under->ListToOMML(); wxString to; if (m_over) to = m_over->ListToOMML(); wxString retval; retval = wxT(""); if (m_sumStyle == SM_SUM) retval += wxT("\x2211"); else retval += wxT("\x220F"); retval += wxT(""); if (from != wxEmptyString) retval += wxT("") + from + wxT(""); if (to != wxEmptyString) retval += wxT("") + to + wxT(""); retval += wxT("") + base + wxT(""); return retval; } wxString SumCell::ToXML() { wxString type(wxT("sum")); if (m_sumStyle == SM_PROD) type = wxT("prod"); else if (m_over->ListToString() == wxEmptyString) type = wxT("lsum"); wxString flags; if (m_forceBreakLine) flags += wxT(" breakline=\"true\""); return wxT("") + m_under->ListToXML() + _T("") + m_over->ListToXML() + _T("") + m_base->ListToXML() + _T(""); } wxString SumCell::ToMathML() { wxString base = m_base->ListToMathML(); wxString from; if (m_under) from = m_under->ListToMathML(); wxString to; if (m_over) to = m_over->ListToMathML(); wxString retval; if (m_sumStyle == SM_SUM) { // retval = wxT(""); // if(!from.IsEmpty()) // retval += wxT("") + m_under->ListToMathML() + wxT(""); // if(!to.IsEmpty()) // retval += wxT("") + m_over->ListToMathML() + wxT(""); // retval += m_base->ListToMathML() + wxT(""); if (from.IsEmpty() && to.IsEmpty()) retval = wxT("") + base; if (from.IsEmpty() && !to.IsEmpty()) retval = wxT("") + to + wxT("") + base; if (!from.IsEmpty() && to.IsEmpty()) retval = wxT("") + from + wxT("") + base; if (!from.IsEmpty() && !to.IsEmpty()) retval = wxT("") + from + to + wxT("") + base; } else { // A product if (from.IsEmpty() && to.IsEmpty()) retval = wxT("") + base; if (from.IsEmpty() && !to.IsEmpty()) retval = wxT("") + to + wxT("") + base; if (!from.IsEmpty() && to.IsEmpty()) retval = wxT("") + from + wxT("") + base; if (!from.IsEmpty() && !to.IsEmpty()) retval = wxT("") + from + to + wxT("") + base; } return (wxT("") + retval + wxT("")); } wxmaxima-Version-18.02.0/src/SumCell.h000066400000000000000000000040461324204105000174370ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the class SumCell SumCell is the MathCell type that represents maxima's sum(), lsum and product() commands. */ #ifndef SUMCELL_H #define SUMCELL_H #include "MathCell.h" enum { SM_SUM, SM_PROD }; class SumCell : public MathCell { public: SumCell(MathCell *parent, Configuration **config, CellPointers *cellPointers); ~SumCell(); std::list GetInnerCells(); MathCell *Copy(); void RecalculateHeight(int fontsize); void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); void SetBase(MathCell *base); void SetUnder(MathCell *under); void SetOver(MathCell *name); void SetSumStyle(int style) { m_sumStyle = style; } wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToXML(); wxString ToOMML(); void SetGroup(MathCell *parent); protected: MathCell *m_base; MathCell *m_under; MathCell *m_over; int m_signSize; int m_signWidth; int m_sumStyle; int m_signWCenter; int m_signTop; }; #endif // SUMCELL_H wxmaxima-Version-18.02.0/src/SumWiz.cpp000066400000000000000000000110611324204105000176570ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "SumWiz.h" SumWiz::SumWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos, const wxSize &size, long style) : wxDialog(parent, id, title, pos, size, style) { label_2 = new wxStaticText(this, -1, _("Expression:")); text_ctrl_1 = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); label_3 = new wxStaticText(this, -1, _("Variable:")); text_ctrl_2 = new BTextCtrl(this, -1, cfg, wxT("k"), wxDefaultPosition, wxSize(110, -1)); label_4 = new wxStaticText(this, -1, _("From:")); text_ctrl_3 = new BTextCtrl(this, -1, cfg, wxT("1"), wxDefaultPosition, wxSize(110, -1)); label_5 = new wxStaticText(this, -1, _("To:")); text_ctrl_4 = new BTextCtrl(this, -1, cfg, wxT("inf"), wxDefaultPosition, wxSize(110, -1)); checkbox_1 = new wxCheckBox(this, -1, _("&Simplify")); checkbox_2 = new wxCheckBox(this, use_nusum_id, _("&Nusum")); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif button_1->SetDefault(); set_properties(); do_layout(); } void SumWiz::set_properties() { SetTitle(_("Sum")); checkbox_1->SetValue(true); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif checkbox_1->SetToolTip(_("Simplify the sum")); checkbox_2->SetToolTip(_("Use Gosper algorithm")); text_ctrl_1->SetFocus(); } void SumWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxBoxSizer *sizer_2 = new wxBoxSizer(wxHORIZONTAL); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(6, 2, 0, 0); grid_sizer_2->Add(label_2, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_1, 0, wxALL, 5); grid_sizer_2->Add(label_3, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_2, 0, wxALL, 5); grid_sizer_2->Add(label_4, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_3, 0, wxALL, 5); grid_sizer_2->Add(label_5, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(text_ctrl_4, 0, wxALL, 5); sizer_2->Add(checkbox_1, 0, wxALL, 5); sizer_2->Add(checkbox_2, 0, wxALL, 5); grid_sizer_2->Add(20, 20, 0, 0); grid_sizer_2->Add(sizer_2, 1, wxALIGN_LEFT, 0); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } wxString SumWiz::GetValue() { wxString s; if (checkbox_2->IsChecked()) s = wxT("nusum("); else s = wxT("sum("); s += text_ctrl_1->GetValue(); s += wxT(", "); s += text_ctrl_2->GetValue(); s += wxT(", "); s += text_ctrl_3->GetValue(); s += wxT(", "); s += text_ctrl_4->GetValue(); s += wxT(")"); if (checkbox_1->IsChecked() && !checkbox_2->IsChecked()) s += wxT(", simpsum;"); else s += wxT(";"); return s; } void SumWiz::OnCheckbox(wxCommandEvent& WXUNUSED(event)) { checkbox_1->Enable(!checkbox_2->GetValue()); } BEGIN_EVENT_TABLE(SumWiz, wxDialog) EVT_CHECKBOX(use_nusum_id, SumWiz::OnCheckbox) END_EVENT_TABLE() wxmaxima-Version-18.02.0/src/SumWiz.h000066400000000000000000000036151324204105000173320ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SUMWIZ_H #define SUMWIZ_H #include #include #include "BTextCtrl.h" class SumWiz : public wxDialog { public: SumWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); void SetValue(wxString s) { text_ctrl_1->SetValue(s); text_ctrl_1->SetSelection(-1, -1); } wxString GetValue(); private: enum { use_nusum_id }; void set_properties(); void do_layout(); void OnCheckbox(wxCommandEvent &event); protected: wxStaticText *label_2; BTextCtrl *text_ctrl_1; wxStaticText *label_3; BTextCtrl *text_ctrl_2; wxStaticText *label_4; BTextCtrl *text_ctrl_3; wxStaticText *label_5; BTextCtrl *text_ctrl_4; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; wxCheckBox *checkbox_1; wxCheckBox *checkbox_2; DECLARE_EVENT_TABLE() }; #endif // SUMWIZ_H wxmaxima-Version-18.02.0/src/SystemWiz.cpp000066400000000000000000000064711324204105000204100ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #include "SystemWiz.h" SysWiz::SysWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, int numEq, const wxPoint &pos, const wxSize &sz, long style) : wxDialog(parent, id, title, pos, sz, style) { m_size = numEq; for (int i = 0; i < m_size; i++) { m_inputs.push_back(new BTextCtrl(this, -1, cfg, wxT("0"), wxDefaultPosition, wxSize(230, -1))); } variables = new BTextCtrl(this, -1, cfg, wxEmptyString, wxDefaultPosition, wxSize(230, -1)); static_line_1 = new wxStaticLine(this, -1); #if defined __WXMSW__ button_1 = new wxButton(this, wxID_OK, _("OK")); button_2 = new wxButton(this, wxID_CANCEL, _("Cancel")); #else button_1 = new wxButton(this, wxID_CANCEL, _("Cancel")); button_2 = new wxButton(this, wxID_OK, _("OK")); #endif set_properties(); do_layout(); } void SysWiz::set_properties() { variables->SetToolTip(_("Enter comma separated list of variables.")); #if defined __WXMSW__ button_1->SetDefault(); #else button_2->SetDefault(); #endif m_inputs[0]->SetFocus(); m_inputs[0]->SetSelection(-1, -1); } void SysWiz::do_layout() { wxFlexGridSizer *grid_sizer_1 = new wxFlexGridSizer(4, 1, 0, 0); wxFlexGridSizer *grid_sizer_2 = new wxFlexGridSizer(m_size + 1, 2, 0, 0); wxBoxSizer *sizer_1 = new wxBoxSizer(wxHORIZONTAL); wxStaticText *text; for (int i = 1; i <= m_size; i++) { text = new wxStaticText(this, -1, wxString::Format(_("Equation %d:"), i)); grid_sizer_2->Add(text, 0, wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL | wxALL, 5); grid_sizer_2->Add(m_inputs[i - 1], 0, wxALL, 5); } text = new wxStaticText(this, -1, _("Variables:")); grid_sizer_2->Add(text, 0, wxALL | wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL, 5); grid_sizer_2->Add(variables, 0, wxALL, 5); grid_sizer_1->Add(grid_sizer_2, 1, wxEXPAND, 0); grid_sizer_1->Add(static_line_1, 0, wxEXPAND | wxLEFT | wxRIGHT, 2); sizer_1->Add(button_1, 0, wxALL, 5); sizer_1->Add(button_2, 0, wxALL, 5); grid_sizer_1->Add(sizer_1, 1, wxALIGN_RIGHT, 0); SetAutoLayout(true); SetSizer(grid_sizer_1); grid_sizer_1->Fit(this); grid_sizer_1->SetSizeHints(this); Layout(); } wxString SysWiz::GetValue() { wxString cmd = wxT("(["); for (int i = 0; i < m_size; i++) { cmd += m_inputs[i]->GetValue(); if (i < m_size - 1) cmd += wxT(", "); } cmd += wxT("], [") + variables->GetValue() + wxT("]);"); return cmd; } wxmaxima-Version-18.02.0/src/SystemWiz.h000066400000000000000000000030551324204105000200500ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef SYSTEMWIZ_H #define SYSTEMWIZ_H #include #include #include "BTextCtrl.h" #include using namespace std; class SysWiz : public wxDialog { public: SysWiz(wxWindow *parent, int id, Configuration *cfg, const wxString &title, int eqn, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE); wxString GetValue(); private: void set_properties(); void do_layout(); int m_size; vector m_inputs; BTextCtrl *variables; wxStaticLine *static_line_1; wxButton *button_1; wxButton *button_2; }; #endif // SYSTEMWIZ_H wxmaxima-Version-18.02.0/src/TableOfContents.cpp000066400000000000000000000212201324204105000214510ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2009-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class Structure Structure is the class that serves as the Table-Of-Contents sidebar. */ #include "TableOfContents.h" #include #include TableOfContents::TableOfContents(wxWindow *parent, int id, Configuration **config) : wxPanel(parent, id) { m_configuration = config; m_displayedItems = new wxListCtrl( this, structure_ctrl_id, wxDefaultPosition, wxDefaultSize, wxLC_SINGLE_SEL | wxLC_ALIGN_LEFT | wxLC_REPORT | wxLC_NO_HEADER ); m_displayedItems->AppendColumn(wxEmptyString); m_regex = new wxTextCtrl(this, structure_regex_id); // A box whose 1st row is growable wxFlexGridSizer *box = new wxFlexGridSizer(1); box->AddGrowableCol(0); box->AddGrowableRow(0); box->Add(m_displayedItems, wxSizerFlags().Expand()); box->Add(m_regex, wxSizerFlags().Expand()); m_lastSelection = -1; SetSizer(box); box->Fit(this); box->SetSizeHints(this); } void TableOfContents::OnSize(wxSizeEvent &event) { m_displayedItems->SetColumnWidth(0, event.GetSize().x); event.Skip(); } TableOfContents::~TableOfContents() { wxDELETE(m_regex); wxDELETE(m_displayedItems); } void TableOfContents::UpdateTableOfContents(GroupCell *tree, GroupCell *cursorPosition) { long selection = m_lastSelection; if (IsShown()) { GroupCell *cell = dynamic_cast(tree); m_structure.clear(); // Get the current list of tokens that should be in the Table Of Contents. while (cell != NULL) { int groupType = cell->GetGroupType(); if ( (groupType == GC_TYPE_TITLE) || (groupType == GC_TYPE_SECTION) || (groupType == GC_TYPE_SUBSECTION) || (groupType == GC_TYPE_SUBSUBSECTION) ) m_structure.push_back(cell); // Select the cell with the cursor if (cell == cursorPosition) { if (!m_structure.empty()) selection = m_structure.size() - 1; } cell = dynamic_cast(cell->m_next); } long item = -1; item = m_displayedItems->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); if ((selection >= 0) && (item != selection)) { if ((long) m_displayedItems->GetItemCount() < selection) selection = m_displayedItems->GetItemCount() - 1; if ((selection >= 0) && (selection < m_displayedItems->GetItemCount())) m_displayedItems->SetItemState(selection, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED); m_lastSelection = selection; } UpdateDisplay(); } } void TableOfContents::UpdateDisplay() { wxLogNull disableWarnings; wxString regex = m_regex->GetValue(); wxArrayString items; wxRegEx matcher; if (regex != wxEmptyString) matcher.Compile(regex); // Create a wxArrayString containing all section/chapter/... titles we want // to display for (unsigned int i = 0; i < m_structure.size(); i++) { // Indentation further reduces the screen real-estate. So it is to be used // sparingly. But we should perhaps add at least a little bit of it to make // the list more readable. wxString curr; if ((*m_configuration)->TocShowsSectionNumbers()) { if(m_structure[i]->GetPrompt() != NULL) curr = m_structure[i]->GetPrompt() -> ToString() + wxT(" "); curr.Trim(false); } else switch (dynamic_cast(m_structure[i])->GetGroupType()) { case GC_TYPE_TITLE: break; case GC_TYPE_SECTION: curr = wxT(" "); break; case GC_TYPE_SUBSECTION: curr = wxT(" "); break; case GC_TYPE_SUBSUBSECTION: curr = wxT(" "); break; } curr += m_structure[i]->GetEditable()->ToString(true); // Respecting linebreaks doesn't make much sense here. curr.Replace(wxT("\n"), wxT(" ")); if (regex.Length() > 0 && matcher.IsValid()) { if (matcher.Matches(curr)) items.Add(curr); } else items.Add(curr); } // Work around a wxWidgets bug: items==m_items_old if items is empty and m_items_old isn't. if ((items != m_items_old) || (items.GetCount() == 0)) { // Update the name of all existing items and add new items, if necessary. // We don't just empty the item list and create a new one since on Windows this // causes excessive flickering. for (unsigned int i = 0; i < items.GetCount(); i++) { if (i < (unsigned) m_displayedItems->GetItemCount()) m_displayedItems->SetItemText(i, items[i]); else m_displayedItems->InsertItem(i, items[i]); if (m_structure[i]->GetHiddenTree()) m_displayedItems->SetItemTextColour(i, wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT)); else m_displayedItems->SetItemTextColour(i, wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); } // Delete superfluous items for (unsigned int i = m_displayedItems->GetItemCount(); i > items.GetCount() ; i--) m_displayedItems->DeleteItem(i - 1); m_items_old = items; } } GroupCell *TableOfContents::GetCell(int index) { wxRegEx matcher; int currentIndex = -1; wxString regex = m_regex->GetValue(); if (regex != wxEmptyString) matcher.Compile(regex); for (unsigned int i = 0; i < m_structure.size(); i++) { wxString curr; if ((*m_configuration)->TocShowsSectionNumbers()) { if(m_structure[i]->GetPrompt() != NULL) curr = m_structure[i]->GetPrompt()->ToString() + wxT(" "); curr.Trim(false); } else switch (dynamic_cast(m_structure[i])->GetGroupType()) { case GC_TYPE_TITLE: break; case GC_TYPE_SECTION: curr = wxT(" "); break; case GC_TYPE_SUBSECTION: curr = wxT(" "); break; case GC_TYPE_SUBSUBSECTION: curr = wxT(" "); break; } curr += m_structure[i]->GetEditable()->ToString(true); // Respecting linebreaks doesn't make much sense here. curr.Replace(wxT("\n"), wxT(" ")); if (regex.Length() > 0) { if ((matcher.IsValid()) && ((matcher.Matches(curr)))) currentIndex++; } else currentIndex++; if (currentIndex == index) { return m_structure[i]; } } return NULL; } void TableOfContents::OnRegExEvent(wxCommandEvent& WXUNUSED(ev)) { UpdateDisplay(); } void TableOfContents::OnMouseRightDown(wxListEvent &event) { if (event.GetIndex() < 0) return; wxMenu *popupMenu = new wxMenu(); m_cellRightClickedOn = m_structure[event.GetIndex()]; if (m_cellRightClickedOn != NULL) { if (m_cellRightClickedOn->GetHiddenTree()) popupMenu->Append(popid_Unfold, _("Unhide"), wxEmptyString, wxITEM_NORMAL); else { popupMenu->Append(popid_Fold, _("Hide"), wxEmptyString, wxITEM_NORMAL); popupMenu->Append(popid_SelectTocChapter, _("Select"), wxEmptyString, wxITEM_NORMAL); popupMenu->Append(popid_EvalTocChapter, _("Evaluate"), wxEmptyString, wxITEM_NORMAL); } } if (popupMenu->GetMenuItemCount() > 0) popupMenu->AppendSeparator(); popupMenu->AppendCheckItem(popid_ToggleTOCshowsSectionNumbers, _("Show section numbers")); popupMenu->Check(popid_ToggleTOCshowsSectionNumbers, (*m_configuration)->TocShowsSectionNumbers()); // create menu if we have any items if (popupMenu->GetMenuItemCount() > 0) PopupMenu(popupMenu); wxDELETE(popupMenu); } BEGIN_EVENT_TABLE(TableOfContents, wxPanel) EVT_TEXT(structure_regex_id, TableOfContents::OnRegExEvent) EVT_SIZE(TableOfContents::OnSize) EVT_LIST_ITEM_RIGHT_CLICK(wxID_ANY, TableOfContents::OnMouseRightDown) END_EVENT_TABLE() wxmaxima-Version-18.02.0/src/TableOfContents.h000066400000000000000000000061101324204105000211170ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2009-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file contains the definition of the class TableOfContents that handles the table of contents pane. */ #include "Configuration.h" #include #include #include #include "GroupCell.h" #include "EditorCell.h" #ifndef TABLEOFCONTENTS_H #define TABLEOFCONTENTS_H enum { structure_ctrl_id = 4, structure_regex_id }; /*! This class generates a pane containing the table of contents. */ class TableOfContents : public wxPanel { public: enum PopIds { popid_Fold = wxID_HIGHEST + 1500, popid_Unfold = wxID_HIGHEST + 1501, popid_SelectTocChapter = wxID_HIGHEST + 1502, popid_EvalTocChapter = wxID_HIGHEST + 1503, popid_ToggleTOCshowsSectionNumbers = wxID_HIGHEST + 1504 }; TableOfContents(wxWindow *parent, int id, Configuration **config); /* The destructor */ ~TableOfContents(); void OnMouseRightDown(wxListEvent &event); //! Add a file to the recently opened files list. void AddToTableOfContents(wxString cmd); //! What happens if someone changes the search box contents void OnRegExEvent(wxCommandEvent &ev); /*! Update the structure information from the tree Since this function traverses the tree and we don't want it to impact the performance too much - we call it only on creation of a cell and on leaving it again - and we only traverse the tree if the pane is actually shown. */ void UpdateTableOfContents(GroupCell *tree, GroupCell *pos); //! Get the nth Cell in the table of contents. GroupCell *GetCell(int index); //! Returns the cell that was last right-clicked on. GroupCell *RightClickedOn() { return m_cellRightClickedOn; } protected: void OnSize(wxSizeEvent &event); private: GroupCell *m_cellRightClickedOn; //! The last selected item long m_lastSelection; //! Update the displayed contents. void UpdateDisplay(); wxListCtrl *m_displayedItems; wxTextCtrl *m_regex; //! The items we displayed the last time update() was called wxArrayString m_items_old; Configuration **m_configuration; std::vector m_structure; DECLARE_EVENT_TABLE() }; #endif // TABLEOFCONTENTS_H wxmaxima-Version-18.02.0/src/TextCell.cpp000066400000000000000000001661051324204105000201570ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class TextCell TextCell is the MathCell type that is used in order to display text that is contained in maxima's output. */ #include "TextCell.h" #include "Setup.h" #include "wx/config.h" TextCell::TextCell(MathCell *parent, Configuration **config, CellPointers *cellPointers, wxString text) : MathCell(parent, config) { m_cellPointers = cellPointers; m_displayedDigits_old = -1; m_height = -1; wxASSERT(m_unescapeRegEx.Compile(wxT("\\\\(.)"))); m_labelWidth = -1; m_labelHeight = -1; m_realCenter = m_center = -1; m_lastCalculationFontSize = -1; m_fontSize = -1; m_fontSizeLabel = -1; m_lastZoomFactor = -1; SetValue(text); m_highlight = false; m_dontEscapeOpeningParenthesis = false; m_initialToolTip = (*m_configuration)->GetDefaultMathCellToolTip(); } TextCell::~TextCell() { MarkAsDeleted(); } std::list TextCell::GetInnerCells() { std::list innerCells; return innerCells; } void TextCell::SetStyle(int style) { MathCell::SetStyle(style); if ((m_text == wxT("gamma")) && (m_textStyle == TS_FUNCTION)) m_displayedText = wxT("\x0393"); if ((m_text == wxT("psi")) && (m_textStyle == TS_FUNCTION)) m_displayedText = wxT("\x03A8"); } void TextCell::SetValue(const wxString &text) { m_toolTip = m_initialToolTip; m_displayedDigits_old = (*m_configuration)->GetDisplayedDigits(); m_text = text; ResetSize(); m_text.Replace(wxT("\n"), wxEmptyString); m_text.Replace(wxT("-->"), wxT("\x2794")); m_text.Replace(wxT("->"), wxT("\x2192")); m_text.Replace(wxT("\x2212>"), wxT("\x2192")); m_displayedText = m_text; if (m_textStyle == TS_FUNCTION) { if (m_text == wxT("ilt")) m_toolTip = _("The inverse laplace transform."); if (m_text == wxT("gamma")) m_displayedText = wxT("\x0393"); if (m_text == wxT("psi")) m_displayedText = wxT("\x03A8"); } if (m_textStyle == TS_VARIABLE) { if (m_text == wxT("pnz")) m_toolTip = _("Either positive, negative or zero.\n" "Normally the result of sign() if the sign cannot be determined." ); if (m_text == wxT("pz")) m_toolTip = _("Either positive or zero.\n" "A possible result of sign()." ); if (m_text == wxT("nz")) m_toolTip = _("Either negative or zero.\n" "A possible result of sign()." ); if (m_text == wxT("und")) m_toolTip = _("The result was undefined."); if (m_text == wxT("ind")) m_toolTip = _("The result was indefinite."); if (m_text == wxT("zeroa")) m_toolTip = _("Infinitesimal above zero."); if (m_text == wxT("zerob")) m_toolTip = _("Infinitesimal below zero."); if (m_text == wxT("inf")) m_toolTip = wxT("+∞."); if (m_text == wxT("infinity")) m_toolTip = _("Complex infinity."); if (m_text == wxT("inf")) m_toolTip = wxT("-∞."); if(m_text.StartsWith("%r")) { wxString number; number = m_text.Right(m_text.Length()-2); bool isrnum = (number != wxEmptyString); for (wxString::iterator it = number.begin(); it != number.end(); ++it) if(!wxIsdigit(*it)) { isrnum = false; break; } if(isrnum) m_toolTip = _("A variable that can be assigned a number to.\n" "Often used by solve() and algsys(), if there is an infinite number of results."); } if(m_text.StartsWith("%i")) { wxString number; number = m_text.Right(m_text.Length()-2); bool isinum = (number != wxEmptyString); for (wxString::iterator it = number.begin(); it != number.end(); ++it) if(!wxIsdigit(*it)) { isinum = false; break; } if(isinum) m_toolTip = _("An integration constant."); } } if (m_textStyle == TS_NUMBER) { unsigned int displayedDigits = (*m_configuration)->GetDisplayedDigits(); if (m_displayedText.Length() > displayedDigits) { int left = displayedDigits / 3; if (left > 30) left = 30; m_displayedText = m_displayedText.Left(left) + wxString::Format(_("[%i digits]"), (int) m_displayedText.Length() - 2 * left) + m_displayedText.Right(left); m_toolTip = _("The maximum number of displayed digits can be changed in the configuration dialogue"); } } else { if(text.StartsWith(wxT("incorrect syntax")) && (text.Contains(wxT("is not an infix operator")))) m_toolTip = _("A command or number wasn't preceded by a \":\", a \"$\", a \";\" or a \",\".\n" "Most probable cause: A missing comma between two list items."); if(text.StartsWith(wxT("part: fell off the end."))) m_toolTip = _("part() or the [] operator was used in order to extract the nth element " "of something that was less than n elements long."); if(text.StartsWith(wxT("assignment: cannot assign to"))) m_toolTip = _("The value of few special variables is assigned by Maxima and cannot be changed by the user. Also a few constructs aren't variable names and therefore cannot be written to."); if(text.StartsWith(wxT("rat: replaced "))) m_toolTip = _("Normally computers use floating-point numbers that can be handled " "incredibly fast while being accurate to dozends of digits. " "They will, though, introduce a small error into some common numbers. " "For example 0.1 is represented as 3602879701896397/36028797018963968.\n" "As mathemathics is based on the fact that numbers that are exactly " "equal cancel each other out small errors can quickly add up to big errors " "(see Wilkinson's Polynomials or Rump's Polynomials). Some maxima " "commands therefore use rat() in order to automatically convert floats to " "exact numbers (like 1/10 or sqrt(2)/2) where floating-point errors might " "add up.\n\n" "This error message doesn't occur if exact numbers (1/10 instead of 0.1) " "are used.\n" "The info that numbers have automatically been converted can be suppressed " "by setting ratprint to false."); if(text.StartsWith(wxT("expt: undefined: 0 to a negative exponent."))) m_toolTip = _("Division by 0."); if(text.StartsWith(wxT("Only symbols can be bound"))) m_toolTip = _("This error message is most probably caused by a try to assign " "a value to a number instead of a variable name.\n" "One probable cause is using a variable that already has a numeric " "value as a loop counter."); if(text.StartsWith(wxT("append: operators of arguments must all be the same."))) m_toolTip = _("Most probably it was attempted to append something to a list " "that isn't a list.\n" "Enclosing the new element for the list in brackets ([]) " "converts it to a list and makes it appendable."); if(text.StartsWith(wxT("part: invalid index of list or matrix."))) m_toolTip = _("The [] or the part() command tried to access a list or matrix " "element that doesn't exist."); if(text.StartsWith(wxT("apply: subscript must be an integer; found:"))) m_toolTip = _("the [] operator tried to extract an element of a list, a matrix, " "an equation or an array. But instead of an integer number " "something was used whose numerical value is unknown or not an " "integer.\n" "Floating-point numbers are bound to contain small rounding errors " "and aren't allowed as an array index."); if(text.StartsWith(wxT(": improper argument: "))) { if((m_previous) && (m_previous->ToString() == wxT("at"))) m_toolTip = _("The second argument of at() isn't an equation or a list of " "equations. Most probably it was lacking an \"=\"."); else if((m_previous) && (m_previous->ToString() == wxT("subst"))) m_toolTip = _("The first argument of subst() isn't an equation or a list of " "equations. Most probably it was lacking an \"=\"."); else m_toolTip = _("The argument of a function was of the wrong type. Most probably " "an equation was expected but was lacking an \"=\"."); } } m_alt = m_altJs = false; } MathCell *TextCell::Copy() { TextCell *retval = new TextCell(m_group, m_configuration, m_cellPointers, wxEmptyString); CopyData(this, retval); retval->m_text = wxString(m_text); retval->m_displayedText = wxString(m_displayedText); retval->m_forceBreakLine = m_forceBreakLine; retval->m_bigSkip = m_bigSkip; retval->m_isHidden = m_isHidden; retval->m_textStyle = m_textStyle; retval->m_highlight = m_highlight; retval->m_userDefinedLabel = m_userDefinedLabel; retval->m_dontEscapeOpeningParenthesis = m_dontEscapeOpeningParenthesis; return retval; } wxString TextCell::LabelWidthText() { Configuration *configuration = (*m_configuration); wxString result; for (int i = 0; i < configuration->GetLabelWidth(); i++) result += wxT("X"); return result; } void TextCell::RecalculateWidths(int fontsize) { Configuration *configuration = (*m_configuration); bool recalculateNeeded = false; if(m_lastZoomFactor != configuration->GetZoomFactor()) { m_lastZoomFactor = configuration->GetZoomFactor(); recalculateNeeded = true; } // If the setting has changed and we want to show a user-defined label // instead of an automatic one or vice versa we decide that here. if( (m_textStyle == TS_USERLABEL) && (!configuration->UseUserLabels()) ) { m_textStyle = TS_LABEL; recalculateNeeded = true; } if( (m_textStyle == TS_LABEL) && (configuration->UseUserLabels()) && (m_userDefinedLabel != wxEmptyString) ) { m_textStyle = TS_USERLABEL; recalculateNeeded = true; } SetAltText(); // If the config settings about how many digits to display has changed we // need to regenerate the info which number to show. if ( (m_textStyle == TS_NUMBER) && (m_displayedDigits_old != (*m_configuration)->GetDisplayedDigits()) ) { SetValue(m_text); recalculateNeeded = true; } if (m_height == -1 || m_width == -1 || configuration->ForceUpdate() || m_lastCalculationFontSize != fontsize) recalculateNeeded = true; if(recalculateNeeded) { m_lastCalculationFontSize = fontsize; wxDC *dc = configuration->GetDC(); SetFont(fontsize); // Labels and prompts are fixed width - adjust font size so that // they fit in if ((m_textStyle == TS_LABEL) || (m_textStyle == TS_USERLABEL) || (m_textStyle == TS_MAIN_PROMPT)) { wxString text = m_text; if(m_textStyle == TS_USERLABEL) { text = wxT("(") + m_userDefinedLabel + wxT(")"); m_unescapeRegEx.ReplaceAll(&text,wxT("\\1")); } wxFont font = dc->GetFont(); int fontsize1 = Scale_Px(configuration->GetDefaultFontSize()); if(fontsize1 < 4) fontsize1 = 4; font.SetPointSize(fontsize1); dc->SetFont(font); // Check for output annotations (/R/ for CRE and /T/ for Taylor expressions) if (text.Right(2) != wxT("/ ")) dc->GetTextExtent(wxT("(%o") + LabelWidthText() + wxT(")"), &m_width, &m_height); else dc->GetTextExtent(wxT("(%o") + LabelWidthText() + wxT(")/R/"), &m_width, &m_height); // We will decrease it before use m_fontSizeLabel = m_fontSize + 1; wxASSERT_MSG((m_width > 0) || (text == wxEmptyString), _("The letter \"X\" is of width zero. Installing http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in the configuration dialogue should fix it.")); if (m_width < 1) m_width = 10; dc->GetTextExtent(text, &m_labelWidth, &m_labelHeight); wxASSERT_MSG((m_labelWidth > 0) || (m_displayedText == wxEmptyString), _("Seems like something is broken with the maths font. Installing http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in the configuration dialogue should fix it.")); font = dc->GetFont(); do { font.SetPointSize(Scale_Px(--m_fontSizeLabel)); dc->SetFont(font); dc->GetTextExtent(text, &m_labelWidth, &m_labelHeight); } while ((m_labelWidth >= m_width) && (m_fontSizeLabel > 2)); } /// Check if we are using jsMath and have jsMath character else if (m_altJs && configuration->CheckTeXFonts()) { dc->GetTextExtent(m_altJsText, &m_width, &m_height); if (m_texFontname == wxT("jsMath-cmsy10")) m_height = m_height / 2; } /// We are using a special symbol else if (m_alt) { dc->GetTextExtent(m_altText, &m_width, &m_height); } /// Empty string has height of X else if (m_displayedText == wxEmptyString) { dc->GetTextExtent(wxT("gXÄy"), &m_width, &m_height); m_width = 0; } /// This is the default. else dc->GetTextExtent(m_displayedText, &m_width, &m_height); m_width = m_width + 2 * Scale_Px(MC_TEXT_PADDING); m_height = m_height + 2 * Scale_Px(MC_TEXT_PADDING); /// Hidden cells (multiplication * is not displayed) if (m_isHidden) { m_height = 0; m_width = m_width / 4; } } if(m_width < 4) m_width = 4; if(m_height < 4) m_height = 4; m_realCenter = m_center = m_height / 2; ResetData(); } void TextCell::Draw(wxPoint point, int fontsize) { if (DrawThisCell(point) && !m_isHidden) { Configuration *configuration = (*m_configuration); MathCell::Draw(point, fontsize); wxDC *dc = configuration->GetDC(); if (m_width == -1 || m_height == -1 || fontsize != m_lastCalculationFontSize) RecalculateWidths(fontsize); if (InUpdateRegion()) { SetFont(fontsize); SetForeground(); /// Labels and prompts have special fontsize if ((m_textStyle == TS_LABEL) || (m_textStyle == TS_USERLABEL) || (m_textStyle == TS_MAIN_PROMPT)) { if ((m_textStyle == TS_USERLABEL || configuration->ShowAutomaticLabels()) && configuration->ShowLabels()) { SetFontSizeForLabel(dc); // Draw the label if(m_textStyle == TS_USERLABEL) { wxString text = m_userDefinedLabel; m_unescapeRegEx.ReplaceAll(&text,wxT("\\1")); dc->DrawText(wxT("(") + text + wxT(")"), point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + (m_height - m_labelHeight) / 2); } else dc->DrawText(m_displayedText, point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + (m_height - m_labelHeight) / 2); } } /// Check if we are using jsMath and have jsMath character else if (m_altJs && configuration->CheckTeXFonts()) dc->DrawText(m_altJsText, point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); /// We are using a special symbol else if (m_alt) dc->DrawText(m_altText, point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); /// Change asterisk else if (configuration->GetChangeAsterisk() && m_displayedText == wxT("*")) dc->DrawText(wxT("\xB7"), point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); #if wxUSE_UNICODE else if (m_displayedText == wxT("#")) dc->DrawText(wxT("\x2260"), point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); #endif /// This is the default. else { switch (GetType()) { case MC_TYPE_TEXT: // TODO: Add markdown formatting for bold, italic and underlined here. dc->DrawText(m_displayedText, point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); break; case MC_TYPE_INPUT: // This cell has already been drawn as an EditorCell => we don't repeat this action here. break; default: dc->DrawText(m_displayedText, point.x + Scale_Px(MC_TEXT_PADDING), point.y - m_realCenter + Scale_Px(MC_TEXT_PADDING)); } } } } } void TextCell::SetFontSizeForLabel(wxDC *dc) { wxFont font(dc->GetFont()); font.SetPointSize(Scale_Px(m_fontSizeLabel)); dc->SetFont(font); } void TextCell::SetFont(int fontsize) { Configuration *configuration = (*m_configuration); wxDC *dc = configuration->GetDC(); m_fontSize = configuration->GetDefaultFontSize(); if ((m_textStyle == TS_TITLE) || (m_textStyle == TS_SECTION) || (m_textStyle == TS_SUBSECTION) || (m_textStyle == TS_SUBSUBSECTION)) { // Titles have a fixed font size m_fontSize = configuration->GetFontSize(m_textStyle); } else { // Font within maths has a dynamic font size that might be reduced for example // within fractions, subscripts or superscripts. if ((m_textStyle != TS_MAIN_PROMPT) && (m_textStyle != TS_OTHER_PROMPT)) m_fontSize = fontsize; } wxFont font = configuration->GetFont(m_textStyle,fontsize); // Use jsMath if (m_altJs && configuration->CheckTeXFonts()) font.SetFaceName(m_texFontname); if (!font.IsOk()) { font.SetFamily(wxFONTFAMILY_MODERN); font.SetFaceName(wxEmptyString); } if (!font.IsOk()) font = *wxNORMAL_FONT; if(m_fontSize < 4) m_fontSize = 4; // Mark special variables that are printed as ordinary letters as being special. if ((!(*m_configuration)->CheckKeepPercent()) && ((m_text == wxT("%e")) || (m_text == wxT("%i")))) { if((*m_configuration)->IsItalic(TS_VARIABLE) != wxFONTSTYLE_NORMAL) { font.SetStyle(wxFONTSTYLE_NORMAL); } else { font.SetStyle(wxFONTSTYLE_ITALIC); } } wxASSERT(Scale_Px(m_fontSize) > 0); font.SetPointSize(Scale_Px(m_fontSize)); wxASSERT_MSG(font.IsOk(), _("Seems like something is broken with a font. Installing http://www.math.union.edu/~dpvc/jsmath/download/jsMath-fonts.html and checking \"Use JSmath fonts\" in the configuration dialogue should fix it.")); dc->SetFont(font); // A fallback if we have been completely unable to set a working font if (!dc->GetFont().IsOk()) { dc->SetFont(wxFontInfo(10)); } } bool TextCell::IsOperator() { if (wxString(wxT("+*/-")).Find(m_text) >= 0) return true; #if wxUSE_UNICODE if (m_text == wxT("\x2212")) return true; #endif return false; } wxString TextCell::ToString() { wxString text; if (m_altCopyText != wxEmptyString) text = m_altCopyText; else { text = m_text; if(((*m_configuration)->UseUserLabels())&&(m_userDefinedLabel != wxEmptyString)) text = wxT("(") + m_userDefinedLabel + wxT(")"); #if wxUSE_UNICODE text.Replace(wxT("\x2212"), wxT("-")); // unicode minus sign text.Replace(wxT("\x2794"), wxT("-->")); text.Replace(wxT("\x2192"), wxT("->")); #endif } switch (m_textStyle) { case TS_VARIABLE: case TS_FUNCTION: // The only way for variable or function names to contain quotes and // characters that clearly represent operators is that these chars // are quoted by a backslash: They cannot be quoted by quotation // marks since maxima would'nt allow strings here. { // TODO: We could escape the - char inside a variable name. // But we get false positives, then. wxString charsNeedingQuotes("\\'\"()[]{}^+*/&§?:;=#<>$"); bool isOperator = true; for (size_t i = 0; i < m_text.Length(); i++) { if ((m_text[i] == wxT(' ')) || (charsNeedingQuotes.Find(m_text[i]) == wxNOT_FOUND)) { isOperator = false; break; } } if (!isOperator) { wxString lastChar; if ((m_dontEscapeOpeningParenthesis) && (text.Length() > 0) && (text[text.Length() - 1] == wxT('('))) { lastChar = text[text.Length() - 1]; text = text.Left(text.Length() - 1); } for (size_t i = 0; i < charsNeedingQuotes.Length(); i++) text.Replace(charsNeedingQuotes[i], wxT("\\") + wxString(charsNeedingQuotes[i])); text += lastChar; } break; } case TS_STRING: text = wxT("\"") + text + wxT("\""); break; // Labels sometimes end with a few spaces. But if they are long they don't do // that any more => Add a TAB to the end of any label replacing trailing // whitespace. But don't do this if we copy only the label. case TS_LABEL: case TS_USERLABEL: case TS_MAIN_PROMPT: case TS_OTHER_PROMPT: { text.Trim(); text += wxT("\t"); break; } } return text; } wxString TextCell::ToTeX() { wxString text = m_displayedText; if(((*m_configuration)->UseUserLabels())&&(m_userDefinedLabel != wxEmptyString)) text = wxT("(") + m_userDefinedLabel + wxT(")"); if (!(*m_configuration)->CheckKeepPercent()) { if (text == wxT("%e")) text = wxT("e"); else if (text == wxT("%i")) text = wxT("i"); else if (text == wxT("%pi")) text = wxString(wxT("\x03C0")); } // The string needed in order to ensure we are in math mode. Most TextCells contain names of // math objects and therefore can leave this string blank. wxString mathModeStart; // The string needed in order to close the command that ensures we are in math mode. wxString mathModeEnd = wxT(" "); if ( (GetStyle() == TS_ERROR) || (GetStyle() == TS_WARNING) || (GetStyle() == TS_LABEL) || (GetStyle() == TS_USERLABEL) || (GetStyle() == TS_MAIN_PROMPT) || (GetStyle() == TS_OTHER_PROMPT) ) { mathModeStart = wxT("\\ensuremath{"); mathModeEnd = wxT("}"); text.Replace(wxT("\\"), mathModeStart + wxT("\\backslash") + mathModeEnd); text.Replace(wxT("{"), wxT("\\{")); text.Replace(wxT("}"), wxT("\\}")); } else { text.Replace(wxT("\\"), mathModeStart + wxT("\\backslash") + mathModeEnd); text.Replace(wxT("{"), wxT("\\{")); text.Replace(wxT("}"), wxT("\\}")); // Babel replaces Umlaute by constructs like \"a - and \" isn't allowed in // math mode. Fortunately amsTeX provides the \text command that allows to // switch to plain text mode again - but with the math font size. text.Replace(wxT("ä"), wxT("\\text{ä}")); text.Replace(wxT("ö"), wxT("\\text{ö}")); text.Replace(wxT("ü"), wxT("\\text{ü}")); text.Replace(wxT("Ä"), wxT("\\text{Ä}")); text.Replace(wxT("Ö"), wxT("\\text{Ö}")); text.Replace(wxT("Ü"), wxT("\\text{Ü}")); } // If we don't want to show automatic labels the following "if" empties the label. if ((m_textStyle == TS_LABEL) && (((!(*m_configuration)->ShowAutomaticLabels())) || !(*m_configuration)->ShowLabels()) ) text = wxT(""); text.Replace(wxT("<"), mathModeStart + wxT("<") + mathModeEnd); text.Replace(wxT(">"), mathModeStart + wxT(">") + mathModeEnd); #if wxUSE_UNICODE text.Replace(wxT("\x2212"), wxT("-")); // unicode minus sign text.Replace(L"\x00B1", mathModeStart + wxT("\\pm") + mathModeEnd); text.Replace(L"\x03B1", mathModeStart + wxT("\\alpha") + mathModeEnd); text.Replace(L"\x00B2", mathModeStart + wxT("^2") + mathModeEnd); text.Replace(L"\x00B3", mathModeStart + wxT("^3") + mathModeEnd); text.Replace(L"\x221A", mathModeStart + wxT("\\sqrt{}") + mathModeEnd); text.Replace(L"\x2148", mathModeStart + wxT("\\mathbbm{i}") + mathModeEnd); text.Replace(L"\x2147", mathModeStart + wxT("\\mathbbm{e}") + mathModeEnd); text.Replace(L"\x210f", mathModeStart + wxT("\\hbar") + mathModeEnd); text.Replace(L"\x2203", mathModeStart + wxT("\\exists") + mathModeEnd); text.Replace(L"\x2204", mathModeStart + wxT("\\nexists") + mathModeEnd); text.Replace(L"\x2208", mathModeStart + wxT("\\in") + mathModeEnd); text.Replace(L"\x21D2", mathModeStart + wxT("\\Longrightarrow") + mathModeEnd); text.Replace(L"\x221e", mathModeStart + wxT("\\infty") + mathModeEnd); text.Replace(L"\x22C0", mathModeStart + wxT("\\wedge") + mathModeEnd); text.Replace(L"\x22C1", mathModeStart + wxT("\\vee") + mathModeEnd); text.Replace(L"\x22bb", mathModeStart + wxT("\\oplus") + mathModeEnd); text.Replace(L"\x22BC", mathModeStart + wxT("\\overline{\\wedge}") + mathModeEnd); text.Replace(L"\x22BB", mathModeStart + wxT("\\overline{\\vee}") + mathModeEnd); text.Replace(L"\x00AC", mathModeStart + wxT("\\setminus") + mathModeEnd); text.Replace(L"\x22C3", mathModeStart + wxT("\\cup") + mathModeEnd); text.Replace(L"\x22C2", mathModeStart + wxT("\\cap") + mathModeEnd); text.Replace(L"\x2286", mathModeStart + wxT("\\subseteq") + mathModeEnd); text.Replace(L"\x2282", mathModeStart + wxT("\\subset") + mathModeEnd); text.Replace(L"\x2288", mathModeStart + wxT("\\not\\subseteq") + mathModeEnd); text.Replace(L"\x0127", mathModeStart + wxT("\\hbar") + mathModeEnd); text.Replace(L"\x0126", mathModeStart + wxT("\\Hbar") + mathModeEnd); text.Replace(L"\x2205", mathModeStart + wxT("\\emptyset") + mathModeEnd); text.Replace(L"\x00BD", mathModeStart + wxT("\\frac{1}{2}") + mathModeEnd); text.Replace(L"\x03B2", mathModeStart + wxT("\\beta") + mathModeEnd); text.Replace(L"\x03B3", mathModeStart + wxT("\\gamma") + mathModeEnd); text.Replace(L"\x03B4", mathModeStart + wxT("\\delta") + mathModeEnd); text.Replace(L"\x03B5", mathModeStart + wxT("\\epsilon") + mathModeEnd); text.Replace(L"\x03B6", mathModeStart + wxT("\\zeta") + mathModeEnd); text.Replace(L"\x03B7", mathModeStart + wxT("\\eta") + mathModeEnd); text.Replace(L"\x03B8", mathModeStart + wxT("\\theta") + mathModeEnd); text.Replace(L"\x03B9", mathModeStart + wxT("\\iota") + mathModeEnd); text.Replace(L"\x03BA", mathModeStart + wxT("\\kappa") + mathModeEnd); text.Replace(L"\x03BB", mathModeStart + wxT("\\lambda") + mathModeEnd); text.Replace(L"\x03BC", mathModeStart + wxT("\\mu") + mathModeEnd); text.Replace(L"\x03BD", mathModeStart + wxT("\\nu") + mathModeEnd); text.Replace(L"\x03BE", mathModeStart + wxT("\\xi") + mathModeEnd); text.Replace(L"\x03BF", mathModeStart + wxT("\\omicron") + mathModeEnd); text.Replace(L"\x03C0", mathModeStart + wxT("\\pi") + mathModeEnd); text.Replace(L"\x03C1", mathModeStart + wxT("\\rho") + mathModeEnd); text.Replace(L"\x03C3", mathModeStart + wxT("\\sigma") + mathModeEnd); text.Replace(L"\x03C4", mathModeStart + wxT("\\tau") + mathModeEnd); text.Replace(L"\x03C5", mathModeStart + wxT("\\upsilon") + mathModeEnd); text.Replace(L"\x03C6", mathModeStart + wxT("\\phi") + mathModeEnd); text.Replace(L"\x03C7", mathModeStart + wxT("\\chi") + mathModeEnd); text.Replace(L"\x03C8", mathModeStart + wxT("\\psi") + mathModeEnd); text.Replace(L"\x03C9", mathModeStart + wxT("\\omega") + mathModeEnd); text.Replace(L"\x0391", mathModeStart + wxT("\\Alpha") + mathModeEnd); text.Replace(L"\x0392", mathModeStart + wxT("\\Beta") + mathModeEnd); text.Replace(L"\x0393", mathModeStart + wxT("\\Gamma") + mathModeEnd); text.Replace(L"\x0394", mathModeStart + wxT("\\Delta") + mathModeEnd); text.Replace(L"\x0395", mathModeStart + wxT("\\Epsilon") + mathModeEnd); text.Replace(L"\x0396", mathModeStart + wxT("\\Zeta") + mathModeEnd); text.Replace(L"\x0397", mathModeStart + wxT("\\Eta") + mathModeEnd); text.Replace(L"\x0398", mathModeStart + wxT("\\Theta") + mathModeEnd); text.Replace(L"\x0399", mathModeStart + wxT("\\Iota") + mathModeEnd); text.Replace(L"\x039A", mathModeStart + wxT("\\Kappa") + mathModeEnd); text.Replace(L"\x039B", mathModeStart + wxT("\\Lambda") + mathModeEnd); text.Replace(L"\x039C", mathModeStart + wxT("\\Mu") + mathModeEnd); text.Replace(L"\x039D", mathModeStart + wxT("\\Nu") + mathModeEnd); text.Replace(L"\x039E", mathModeStart + wxT("\\Xi") + mathModeEnd); text.Replace(L"\x039F", mathModeStart + wxT("\\Omicron") + mathModeEnd); text.Replace(L"\x03A0", mathModeStart + wxT("\\Pi") + mathModeEnd); text.Replace(L"\x03A1", mathModeStart + wxT("\\Rho") + mathModeEnd); text.Replace(L"\x03A3", mathModeStart + wxT("\\Sigma") + mathModeEnd); text.Replace(L"\x03A4", mathModeStart + wxT("\\Tau") + mathModeEnd); text.Replace(L"\x03A5", mathModeStart + wxT("\\Upsilon") + mathModeEnd); text.Replace(L"\x03A6", mathModeStart + wxT("\\Phi") + mathModeEnd); text.Replace(L"\x03A7", mathModeStart + wxT("\\Chi") + mathModeEnd); text.Replace(L"\x03A8", mathModeStart + wxT("\\Psi") + mathModeEnd); text.Replace(L"\x03A9", mathModeStart + wxT("\\Omega") + mathModeEnd); text.Replace(L"\x2202", mathModeStart + wxT("\\partial") + mathModeEnd); text.Replace(L"\x222b", mathModeStart + wxT("\\int") + mathModeEnd); text.Replace(L"\x2245", mathModeStart + wxT("\\approx") + mathModeEnd); text.Replace(L"\x221d", mathModeStart + wxT("\\propto") + mathModeEnd); text.Replace(L"\x2260", mathModeStart + wxT("\\neq") + mathModeEnd); text.Replace(L"\x2264", mathModeStart + wxT("\\leq") + mathModeEnd); text.Replace(L"\x2265", mathModeStart + wxT("\\geq") + mathModeEnd); text.Replace(L"\x226A", mathModeStart + wxT("\\ll") + mathModeEnd); text.Replace(L"\x226B", mathModeStart + wxT("\\gg") + mathModeEnd); text.Replace(L"\x220e", mathModeStart + wxT("\\blacksquare") + mathModeEnd); text.Replace(L"\x2263", mathModeStart + wxT("\\equiv") + mathModeEnd); text.Replace(L"\x2211", mathModeStart + wxT("\\sum") + mathModeEnd); text.Replace(L"\x220F", mathModeStart + wxT("\\prod") + mathModeEnd); text.Replace(L"\x2225", mathModeStart + wxT("\\parallel") + mathModeEnd); text.Replace(L"\x27C2", mathModeStart + wxT("\\bot") + mathModeEnd); text.Replace(wxT("~"), mathModeStart + wxT("\\sim ") + mathModeEnd); text.Replace(wxT("_"), wxT("\\_ ")); text.Replace(wxT("$"), wxT("\\$ ")); text.Replace(wxT("%"), wxT("\\% ")); text.Replace(wxT("&"), wxT("\\& ")); text.Replace(wxT("@"), mathModeStart + wxT("@") + mathModeEnd); text.Replace(wxT("#"), mathModeStart + wxT("\\neq") + mathModeEnd); text.Replace(wxT("\xDCB6"), wxT("~")); // A non-breakable space text.Replace(wxT("<"), mathModeStart + wxT("<") + mathModeEnd); text.Replace(wxT(">"), mathModeStart + wxT(">") + mathModeEnd); text.Replace(wxT("\x219D"), mathModeStart + wxT("\\leadsto") + mathModeEnd); text.Replace(wxT("\x2192"), mathModeStart + wxT("\\rightarrow") + mathModeEnd); text.Replace(wxT("\x2794"), mathModeStart + wxT("\\longrightarrow") + mathModeEnd); #endif // m_IsHidden is set for multiplication signs and parenthesis that // don't need to be shown if (m_isHidden) { // Normally in TeX the spacing between variable names following each other directly // is chosen to show that this is a multiplication. // But any use of \mathit{} will change to ordinary text spacing which means we need // to add a \, to show that we want to multiply the two long variable names. if ((text == wxT("*")) || (text == wxT("\xB7"))) { // We have a hidden multiplication sign if ( // This multiplication sign is between 2 cells ((m_previous != NULL) && (m_next != NULL)) && // These cells are two variable names ((m_previous->GetStyle() == TS_VARIABLE) && (m_next->GetStyle() == TS_VARIABLE)) && // The variable name prior to this cell has no subscript (!(m_previous->ToString().Contains(wxT('_')))) && // we will be using \mathit{} for the TeX outout. ((m_next->ToString().Length() > 1) || (m_next->ToString().Length() > 1)) ) text = wxT("\\, "); else text = wxT(" "); } else text = wxEmptyString; } else { /* Normally we want to draw a centered dot in this case. But if we are in the denominator of a d/dt or are drawing the "dx" or similar of an integral a centered dot looks stupid and will be replaced by a short space ("\,") instead. Likewise we don't want to begin a parenthesis with a centered dot even if this parenthesis does contain a product. */ if (m_SuppressMultiplicationDot) { text.Replace(wxT("*"), wxT("\\, ")); text.Replace(wxT("\xB7"), wxT("\\, ")); } else { // If we want to know if the last element was a "d" we first have to // look if there actually is a last element. if (m_previous) { if (m_previous->GetStyle() == TS_SPECIAL_CONSTANT && m_previous->ToTeX() == wxT("d")) { text.Replace(wxT("*"), wxT("\\, ")); text.Replace(wxT("\xB7"), wxT("\\, ")); } else { text.Replace(wxT("*"), wxT("\\cdot ")); text.Replace(wxT("\xB7"), wxT("\\cdot ")); } } } } if (GetStyle() == TS_GREEK_CONSTANT) { if (text == wxT("\\% alpha")) return wxT("\\alpha "); else if (text == wxT("\\% beta")) return wxT("\\beta "); else if (text == wxT("\\% gamma")) return wxT("\\gamma "); else if (text == wxT("\\% delta")) return wxT("\\delta "); else if (text == wxT("\\% epsilon")) return wxT("\\epsilon "); else if (text == wxT("\\% zeta")) return wxT("\\zeta "); else if (text == wxT("\\% eta")) return wxT("\\eta "); else if (text == wxT("\\% theta")) return wxT("\\theta "); else if (text == wxT("\\% iota")) return wxT("\\iota "); else if (text == wxT("\\% kappa")) return wxT("\\kappa "); else if (text == wxT("\\% lambda")) return wxT("\\lambda "); else if (text == wxT("\\% mu")) return wxT("\\mu "); else if (text == wxT("\\% nu")) return wxT("\\nu "); else if (text == wxT("\\% xi")) return wxT("\\xi "); else if (text == wxT("\\% omicron")) return wxT("\\omicron "); else if (text == wxT("\\% pi")) return wxT("\\pi "); else if (text == wxT("\\% rho")) return wxT("\\rho "); else if (text == wxT("\\% sigma")) return wxT("\\sigma "); else if (text == wxT("\\% tau")) return wxT("\\tau "); else if (text == wxT("\\% upsilon")) return wxT("\\upsilon "); else if (text == wxT("\\% phi")) return wxT("\\phi "); else if (text == wxT("\\% chi")) return wxT("\\chi "); else if (text == wxT("\\% psi")) return wxT("\\psi "); else if (text == wxT("\\% omega")) return wxT("\\omega "); else if (text == wxT("\\% Alpha")) return wxT("\\Alpha "); else if (text == wxT("\\% Beta")) return wxT("\\Beta "); else if (text == wxT("\\% Gamma")) return wxT("\\Gamma "); else if (text == wxT("\\% Delta")) return wxT("\\Delta "); else if (text == wxT("\\% Epsilon")) return wxT("\\Epsilon "); else if (text == wxT("\\% Zeta")) return wxT("\\Zeta "); else if (text == wxT("\\% Eta")) return wxT("\\Eta "); else if (text == wxT("\\% Theta")) return wxT("\\Theta "); else if (text == wxT("\\% Iota")) return wxT("\\Iota "); else if (text == wxT("\\% Kappa")) return wxT("\\Kappa "); else if (text == wxT("\\% Lambda")) return wxT("\\Lambda "); else if (text == wxT("\\% Mu")) return wxT("\\Mu "); else if (text == wxT("\\% Nu")) return wxT("\\Nu "); else if (text == wxT("\\% Xi")) return wxT("\\Xi "); else if (text == wxT("\\% Omicron")) return wxT("\\Omicron "); else if (text == wxT("\\% Pi")) return wxT("\\Pi "); else if (text == wxT("\\% Rho")) return wxT("\\Rho "); else if (text == wxT("\\% Sigma")) return wxT("\\Sigma "); else if (text == wxT("\\% Tau")) return wxT("\\Tau "); else if (text == wxT("\\% Upsilon")) return wxT("\\Upsilon "); else if (text == wxT("\\% Phi")) return wxT("\\Phi "); else if (text == wxT("\\% Chi")) return wxT("\\Chi "); else if (text == wxT("\\% Psi")) return wxT("\\Psi "); else if (text == wxT("\\% Omega")) return wxT("\\Omega "); return text; } if (GetStyle() == TS_SPECIAL_CONSTANT) { if (text == wxT("inf")) return wxT("\\infty "); else if (text == wxT("%e")) return wxT("e"); else if (text == wxT("%i")) return wxT("i"); else if (text == wxT("\\% pi")) return wxT("\\ensuremath{\\pi} "); else return text; } if ((GetStyle() == TS_LABEL) || (GetStyle() == TS_USERLABEL)) { wxString conditionalLinebreak; if (m_previous) conditionalLinebreak = wxT("\\]\n\\["); text.Trim(true); wxString label = text.SubString(1, text.Length() - 2); text = conditionalLinebreak + wxT("\\tag{") + label + wxT("}"); label.Replace(wxT("\\% "), wxT("")); // Would be a good idea, but apparently breaks mathJaX // text += wxT("\\label{") + label + wxT("}"); } else { if (GetStyle() == TS_FUNCTION) { if (text != wxEmptyString) text = wxT("\\operatorname{") + text + wxT("}"); } else if (GetStyle() == TS_VARIABLE) { if ((m_displayedText.Length() > 1) && (text[1] != wxT('_'))) text = wxT("\\mathit{") + text + wxT("}"); if (text == wxT("\\% pi")) text = wxT("\\ensuremath{\\pi} "); text.Replace(wxT("\\text{ä}"), wxT("\\text{\\textit{ä}}")); text.Replace(wxT("\\text{ö}"), wxT("\\text{\\textit{ö}}")); text.Replace(wxT("\\text{ü}"), wxT("\\text{\\textit{ü}}")); text.Replace(wxT("\\text{Ä}"), wxT("\\text{\\textit{Ä}}")); text.Replace(wxT("\\text{Ö}"), wxT("\\text{\\textit{Ö}}")); text.Replace(wxT("\\text{Ü}"), wxT("\\text{\\textit{Ü}}")); } else if ((GetStyle() == TS_ERROR) || (GetStyle() == TS_WARNING)) { if (text.Length() > 1) text = wxT("\\mbox{") + text + wxT("}"); } else if (GetStyle() == TS_DEFAULT) { if ((text.Length() > 2) && (text != wxT("\\,")) && (text != wxT("\\, "))) text = wxT("\\mbox{") + text + wxT("}"); } } if ( (GetStyle() != TS_FUNCTION) && (GetStyle() != TS_OUTDATED) && (GetStyle() != TS_VARIABLE) && (GetStyle() != TS_NUMBER) && (GetStyle() != TS_GREEK_CONSTANT) && (GetStyle() != TS_SPECIAL_CONSTANT) ) text.Replace(wxT("^"), wxT("\\textasciicircum")); if ((GetStyle() == TS_DEFAULT) || (GetStyle() == TS_STRING)) { if (text.Length() > 1) { if (((m_forceBreakLine) || (m_breakLine))) //text=wxT("\\ifhmode\\\\fi\n")+text; text = wxT("\\mbox{}\\\\") + text; /* if(GetStyle() != TS_DEFAULT) text.Replace(wxT(" "), wxT("\\, "));*/ } } if ((GetStyle() == TS_LABEL) || (GetStyle() == TS_LABEL)) text = text + wxT(" "); return text; } wxString TextCell::ToMathML() { if(m_displayedText == wxEmptyString) return wxEmptyString; wxString text = XMLescape(m_displayedText); if(((*m_configuration)->UseUserLabels())&&(m_userDefinedLabel != wxEmptyString)) text = XMLescape(wxT("(") + m_userDefinedLabel + wxT(")")); // If we didn't display a multiplication dot we want to do the same in MathML. if (m_isHidden) { text.Replace(wxT("*"), wxT("⁢")); text.Replace(wxT("\xB7"), wxT("⁢")); if (text != wxT ("⁢")) text = wxEmptyString; } text.Replace(wxT("*"), wxT("\xB7")); switch (GetStyle()) { case TS_GREEK_CONSTANT: text = GetGreekStringUnicode(); case TS_SPECIAL_CONSTANT: { // The "d" from d/dt can be written as a special unicode symbol. But firefox doesn't // support this currently => Commenting it out. // if((GetStyle() == TS_SPECIAL_CONSTANT) && (text == wxT("d"))) // text = wxT("ࡢ"); bool keepPercent = (*m_configuration)->CheckKeepPercent(); if (!keepPercent) { if (text == wxT("%e")) text = wxT("e"); else if (text == wxT("%i")) text = wxT("i"); } } case TS_VARIABLE: { bool keepPercent = (*m_configuration)->CheckKeepPercent(); if (!keepPercent) { if (text == wxT("%pi")) text = wxT("\x03C0"); } } case TS_FUNCTION: text = GetGreekStringUnicode(); if (text == wxT("inf")) text = wxT("\x221e"); if((text == wxT("+")) || (text == wxT("-")) || (text == wxT("*")) || (text == wxT("/"))) return wxT("") + text + wxT("\n"); else return wxT("") + text + wxT("\n"); break; case TS_NUMBER: return wxT("") + text + wxT("\n"); break; case TS_LABEL: case TS_USERLABEL: return wxT("") + text + wxT("\n"); break; case TS_STRING: default: if (text.StartsWith(wxT("\""))) return wxT("") + text + wxT("\n"); else return wxT("") + text + wxT("\n"); } return wxT("") + text + wxT("\n"); } wxString TextCell::ToOMML() { //Text-only lines are better handled in RTF. if ( ((m_previous != NULL) && (m_previous->GetStyle() != TS_LABEL) && (!m_previous->ForceBreakLineHere())) && (ForceBreakLineHere()) ) return wxEmptyString; // Labels are text-only. if ((GetStyle() == TS_LABEL) || (GetStyle() == TS_USERLABEL)) return wxEmptyString; wxString text = XMLescape(m_displayedText); // If we didn't display a multiplication dot we want to do the same in MathML. if (m_isHidden) { text.Replace(wxT("*"), wxT("⁢")); text.Replace(wxT("\xB7"), wxT("⁢")); if (text != wxT ("⁢")) text = wxEmptyString; } text.Replace(wxT("*"), wxT("\xB7")); switch (GetStyle()) { case TS_GREEK_CONSTANT: case TS_SPECIAL_CONSTANT: { // The "d" from d/dt can be written as a special unicode symbol. But firefox doesn't // support this currently => Commenting it out. // if((GetStyle() == TS_SPECIAL_CONSTANT) && (text == wxT("d"))) // text = wxT("ࡢ"); bool keepPercent = (*m_configuration)->CheckKeepPercent(); if (!keepPercent) { if (text == wxT("%e")) text = wxT("e"); else if (text == wxT("%i")) text = wxT("i"); } } case TS_VARIABLE: { bool keepPercent = (*m_configuration)->CheckKeepPercent(); if (!keepPercent) { if (text == wxT("%pi")) text = wxT("\x03C0"); } } case TS_FUNCTION: text = GetGreekStringUnicode(); if (text == wxT("inf")) text = wxT("\x221e"); break; case TS_NUMBER: break; case TS_LABEL: case TS_USERLABEL: return wxEmptyString; break; case TS_STRING: default: { } } text = wxT("") + text + wxT("\n"); return text; } wxString TextCell::ToRTF() { wxString retval; wxString text = m_displayedText; if (m_displayedText == wxEmptyString) return(wxT(" ")); if(((*m_configuration)->UseUserLabels())&&(m_userDefinedLabel != wxEmptyString)) text = wxT("(") + m_userDefinedLabel + wxT(")"); text.Replace(wxT("-->"), wxT("\x2192")); if ((GetStyle() == TS_LABEL) || (GetStyle() == TS_USERLABEL)) { retval += wxString::Format(wxT("\\cf%i{"), (int) GetStyle()); retval += RTFescape(text); retval += wxT("}\\cf0"); } return retval; } wxString TextCell::ToXML() { wxString tag; wxString flags; if (m_isHidden)tag = _T("h"); else switch (GetStyle()) { case TS_GREEK_CONSTANT: tag = _T("g"); break; case TS_SPECIAL_CONSTANT: tag = _T("s"); break; case TS_VARIABLE: tag = _T("v"); break; case TS_FUNCTION: tag = _T("fnm"); break; case TS_NUMBER: tag = _T("n"); break; case TS_STRING: tag = _T("st"); break; case TS_LABEL: tag = _T("lbl"); break; case TS_USERLABEL: tag = _T("lbl"); flags += wxT(" userdefined=\"yes\""); break; default: tag = _T("t"); } if ((m_forceBreakLine) && (GetStyle() != TS_LABEL) && (GetStyle() != TS_USERLABEL)) flags += wxT(" breakline=\"true\""); if (GetStyle() == TS_ERROR) flags += wxT(" type=\"error\""); if (GetStyle() == TS_WARNING) flags += wxT(" type=\"warning\""); wxString xmlstring = XMLescape(m_displayedText); // convert it, so that the XML configuration doesn't fail if(m_userDefinedLabel != wxEmptyString) flags += wxT(" userdefinedlabel=\"") + XMLescape(m_userDefinedLabel) + wxT("\""); if(m_toolTip != wxEmptyString) flags += wxT(" tooltip=\"") + XMLescape(m_toolTip) + wxT("\""); return wxT("<") + tag + flags + wxT(">") + xmlstring + wxT(""); } wxString TextCell::GetDiffPart() { return wxT(",") + m_text + wxT(",1"); } bool TextCell::IsShortNum() { if (m_next != NULL) return false; else if (m_text.Length() < 4) return true; return false; } void TextCell::SetAltText() { m_altJs = m_alt = false; if (GetStyle() == TS_DEFAULT) return; /// Greek characters are defined in jsMath, Windows and Unicode if (GetStyle() == TS_GREEK_CONSTANT) { m_altJs = true; m_altJsText = GetGreekStringTeX(); m_texFontname = CMMI10; #if wxUSE_UNICODE m_alt = true; m_altText = GetGreekStringUnicode(); #elif defined __WXMSW__ m_alt = true; m_altText = GetGreekStringSymbol(); m_fontname = wxT("Symbol"); #endif } /// Check for other symbols else { m_altJsText = GetSymbolTeX(); if (m_altJsText != wxEmptyString) { if (m_text == wxT("+") || m_text == wxT("=")) m_texFontname = CMR10; else if (m_text == wxT("%pi")) m_texFontname = CMMI10; else m_texFontname = CMSY10; m_altJs = true; } #if wxUSE_UNICODE m_altText = GetSymbolUnicode((*m_configuration)->CheckKeepPercent()); if (m_altText != wxEmptyString) m_alt = true; #elif defined __WXMSW__ m_altText = GetSymbolSymbol(configuration->CheckKeepPercent()); if (m_altText != wxEmptyString) { m_alt = true; m_fontname = wxT("Symbol"); } #endif } } #if wxUSE_UNICODE wxString TextCell::GetGreekStringUnicode() { wxString txt(m_text); if (txt[0] != '%') txt = wxT("%") + txt; if (txt == wxT("%alpha")) return wxT("\x03B1"); else if (txt == wxT("%beta")) return wxT("\x03B2"); else if (txt == wxT("%gamma")) return wxT("\x03B3"); else if (txt == wxT("%delta")) return wxT("\x03B4"); else if (txt == wxT("%epsilon")) return wxT("\x03B5"); else if (txt == wxT("%zeta")) return wxT("\x03B6"); else if (txt == wxT("%eta")) return wxT("\x03B7"); else if (txt == wxT("%theta")) return wxT("\x03B8"); else if (txt == wxT("%iota")) return wxT("\x03B9"); else if (txt == wxT("%kappa")) return wxT("\x03BA"); else if (txt == wxT("%lambda")) return wxT("\x03BB"); else if (txt == wxT("%mu")) return wxT("\x03BC"); else if (txt == wxT("%nu")) return wxT("\x03BD"); else if (txt == wxT("%xi")) return wxT("\x03BE"); else if (txt == wxT("%omicron")) return wxT("\x03BF"); else if (txt == wxT("%pi")) return wxT("\x03C0"); else if (txt == wxT("%rho")) return wxT("\x03C1"); else if (txt == wxT("%sigma")) return wxT("\x03C3"); else if (txt == wxT("%tau")) return wxT("\x03C4"); else if (txt == wxT("%upsilon")) return wxT("\x03C5"); else if (txt == wxT("%phi")) return wxT("\x03C6"); else if (txt == wxT("%chi")) return wxT("\x03C7"); else if (txt == wxT("%psi")) return wxT("\x03C8"); else if (txt == wxT("%omega")) return wxT("\x03C9"); else if (txt == wxT("%Alpha")) return wxT("\x0391"); else if (txt == wxT("%Beta")) return wxT("\x0392"); else if (txt == wxT("%Gamma")) return wxT("\x0393"); else if (txt == wxT("%Delta")) return wxT("\x0394"); else if (txt == wxT("%Epsilon")) return wxT("\x0395"); else if (txt == wxT("%Zeta")) return wxT("\x0396"); else if (txt == wxT("%Eta")) return wxT("\x0397"); else if (txt == wxT("%Theta")) return wxT("\x0398"); else if (txt == wxT("%Iota")) return wxT("\x0399"); else if (txt == wxT("%Kappa")) return wxT("\x039A"); else if (txt == wxT("%Lambda")) return wxT("\x039B"); else if (txt == wxT("%Mu")) return wxT("\x039C"); else if (txt == wxT("%Nu")) return wxT("\x039D"); else if (txt == wxT("%Xi")) return wxT("\x039E"); else if (txt == wxT("%Omicron")) return wxT("\x039F"); else if (txt == wxT("%Pi")) return wxT("\x03A0"); else if (txt == wxT("%Rho")) return wxT("\x03A1"); else if (txt == wxT("%Sigma")) return wxT("\x03A3"); else if (txt == wxT("%Tau")) return wxT("\x03A4"); else if (txt == wxT("%Upsilon")) return wxT("\x03A5"); else if (txt == wxT("%Phi")) return wxT("\x03A6"); else if (txt == wxT("%Chi")) return wxT("\x03A7"); else if (txt == wxT("%Psi")) return wxT("\x03A8"); else if (txt == wxT("%Omega")) return wxT("\x03A9"); return wxEmptyString; } wxString TextCell::GetSymbolUnicode(bool keepPercent) { if (m_text == wxT("+")) return wxT("+"); else if (m_text == wxT("=")) return wxT("="); else if (m_text == wxT("inf")) return wxT("\x221E"); else if (m_text == wxT("%pi")) return wxT("\x03C0"); else if (m_text == wxT("<=")) return wxT("\x2264"); else if (m_text == wxT(">=")) return wxT("\x2265"); #ifndef __WXMSW__ else if (m_text == wxT(" and ")) return wxT(" \x22C0 "); else if (m_text == wxT(" or ")) return wxT(" \x22C1 "); else if (m_text == wxT(" xor ")) return wxT(" \x22BB "); else if (m_text == wxT(" nand ")) return wxT(" \x22BC "); else if (m_text == wxT(" nor ")) return wxT(" \x22BD "); else if (m_text == wxT(" implies ")) return wxT(" \x21D2 "); else if (m_text == wxT(" equiv ")) return wxT(" \x21D4 "); else if (m_text == wxT("not")) return wxT("\x00AC"); else if (m_text == wxT("->")) return wxT("\x2192"); else if (m_text == wxT("-->")) return wxT("\x2794"); #endif /* else if (GetStyle() == TS_SPECIAL_CONSTANT && m_text == wxT("d")) return wxT("\x2202"); */ if (!keepPercent) { if (m_text == wxT("%e")) return wxT("e"); else if (m_text == wxT("%i")) return wxT("i"); else if (m_text == wxT("%pi")) return wxString(wxT("\x03C0")); } return wxEmptyString; } #elif defined __WXMSW__ wxString TextCell::GetGreekStringSymbol() { if (m_text == wxT("gamma")) return wxT("\x47"); else if (m_text == wxT("zeta")) return wxT("\x7A"); else if (m_text == wxT("psi")) return wxT("\x59"); wxString txt(m_text); if (txt[0] != '%') txt = wxT("%") + txt; if (txt == wxT("%alpha")) return wxT("\x61"); else if (txt == wxT("%beta")) return wxT("\x62"); else if (txt == wxT("%gamma")) return wxT("\x67"); else if (txt == wxT("%delta")) return wxT("\x64"); else if (txt == wxT("%epsilon")) return wxT("\x65"); else if (txt == wxT("%zeta")) return wxT("\x7A"); else if (txt == wxT("%eta")) return wxT("\x68"); else if (txt == wxT("%theta")) return wxT("\x71"); else if (txt == wxT("%iota")) return wxT("\x69"); else if (txt == wxT("%kappa")) return wxT("\x6B"); else if (txt == wxT("%lambda")) return wxT("\x6C"); else if (txt == wxT("%mu")) return wxT("\x6D"); else if (txt == wxT("%nu")) return wxT("\x6E"); else if (txt == wxT("%xi")) return wxT("\x78"); else if (txt == wxT("%omicron")) return wxT("\x6F"); else if (txt == wxT("%pi")) return wxT("\x70"); else if (txt == wxT("%rho")) return wxT("\x72"); else if (txt == wxT("%sigma")) return wxT("\x73"); else if (txt == wxT("%tau")) return wxT("\x74"); else if (txt == wxT("%upsilon")) return wxT("\x75"); else if (txt == wxT("%phi")) return wxT("\x66"); else if (txt == wxT("%chi")) return wxT("\x63"); else if (txt == wxT("%psi")) return wxT("\x79"); else if (txt == wxT("%omega")) return wxT("\x77"); else if (txt == wxT("%Alpha")) return wxT("\x41"); else if (txt == wxT("%Beta")) return wxT("\x42"); else if (txt == wxT("%Gamma")) return wxT("\x47"); else if (txt == wxT("%Delta")) return wxT("\x44"); else if (txt == wxT("%Epsilon")) return wxT("\x45"); else if (txt == wxT("%Zeta")) return wxT("\x5A"); else if (txt == wxT("%Eta")) return wxT("\x48"); else if (txt == wxT("%Theta")) return wxT("\x51"); else if (txt == wxT("%Iota")) return wxT("\x49"); else if (txt == wxT("%Kappa")) return wxT("\x4B"); else if (txt == wxT("%Lambda")) return wxT("\x4C"); else if (txt == wxT("%Mu")) return wxT("\x4D"); else if (txt == wxT("%Nu")) return wxT("\x4E"); else if (txt == wxT("%Xi")) return wxT("\x58"); else if (txt == wxT("%Omicron")) return wxT("\x4F"); else if (txt == wxT("%Pi")) return wxT("\x50"); else if (txt == wxT("%Rho")) return wxT("\x52"); else if (txt == wxT("%Sigma")) return wxT("\x53"); else if (txt == wxT("%Tau")) return wxT("\x54"); else if (txt == wxT("%Upsilon")) return wxT("\x55"); else if (txt == wxT("%Phi")) return wxT("\x46"); else if (txt == wxT("%Chi")) return wxT("\x43"); else if (txt == wxT("%Psi")) return wxT("\x59"); else if (txt == wxT("%Omega")) return wxT("\x57"); return wxEmptyString; } wxString TextCell::GetSymbolSymbol(bool keepPercent) { if (m_text == wxT("inf")) return "\xA5"; else if (m_text == wxT("%pi")) return "\x70"; else if (m_text == wxT("->")) return "\xAE"; else if (m_text == wxT(">=")) return "\xB3"; else if (m_text == wxT("<=")) return "\xA3"; else if (m_text == wxT(" and ")) return "\xD9"; else if (m_text == wxT(" or ")) return "\xDA"; else if (m_text == wxT("not")) return "\xD8"; else if (m_text == wxT(" nand ")) return "\xAD"; else if (m_text == wxT(" nor ")) return "\xAF"; else if (m_text == wxT(" implies ")) return "\xDE"; else if (m_text == wxT(" equiv ")) return "\xDB"; else if (m_text == wxT(" xor ")) return "\xC5"; else if (m_text == wxT("~>")) return "\x219D"; if (!keepPercent) { if (m_text == wxT("%e")) return wxT("e"); else if (m_text == wxT("%i")) return wxT("i"); } return wxEmptyString; } #endif wxString TextCell::GetGreekStringTeX() { if (m_text == wxT("gamma")) return wxT("\xC0"); else if (m_text == wxT("zeta")) return wxT("\xB0"); else if (m_text == wxT("psi")) return wxT("\xC9"); wxString txt(m_text); if (txt[0] != '%') txt = wxT("%") + txt; if (txt == wxT("%alpha")) return wxT("\xCB"); else if (txt == wxT("%beta")) return wxT("\xCC"); else if (txt == wxT("%gamma")) return wxT("\xCD"); else if (txt == wxT("%delta")) return wxT("\xCE"); else if (txt == wxT("%epsilon")) return wxT("\xCF"); else if (txt == wxT("%zeta")) return wxT("\xB0"); else if (txt == wxT("%eta")) return wxT("\xD1"); else if (txt == wxT("%theta")) return wxT("\xD2"); else if (txt == wxT("%iota")) return wxT("\xD3"); else if (txt == wxT("%kappa")) return wxT("\xD4"); else if (txt == wxT("%lambda")) return wxT("\xD5"); else if (txt == wxT("%mu")) return wxT("\xD6"); else if (txt == wxT("%nu")) return wxT("\xB7"); else if (txt == wxT("%xi")) return wxT("\xD8"); else if (txt == wxT("%omicron")) return wxT("o"); else if (txt == wxT("%pi")) return wxT("\xD9"); else if (txt == wxT("%rho")) return wxT("\xDA"); else if (txt == wxT("%sigma")) return wxT("\xDB"); else if (txt == wxT("%tau")) return wxT("\xDC"); else if (txt == wxT("%upsilon")) return wxT("\xB5"); else if (txt == wxT("%chi")) return wxT("\xDF"); else if (txt == wxT("%psi")) return wxT("\xEF"); else if (txt == wxT("%phi")) return wxT("\x27"); else if (txt == wxT("%omega")) return wxT("\x21"); else if (txt == wxT("%Alpha")) return wxT("A"); else if (txt == wxT("%Beta")) return wxT("B"); else if (txt == wxT("%Gamma")) return wxT("\xC0"); else if (txt == wxT("%Delta")) return wxT("\xC1"); else if (txt == wxT("%Epsilon")) return wxT("E"); else if (txt == wxT("%Zeta")) return wxT("Z"); else if (txt == wxT("%Eta")) return wxT("H"); else if (txt == wxT("%Theta")) return wxT("\xC2"); else if (txt == wxT("%Iota")) return wxT("I"); else if (txt == wxT("%Kappa")) return wxT("K"); else if (txt == wxT("%Lambda")) return wxT("\xC3"); else if (txt == wxT("%Mu")) return wxT("M"); else if (txt == wxT("%Nu")) return wxT("N"); else if (txt == wxT("%Xi")) return wxT("\xC4"); else if (txt == wxT("%Omicron")) return wxT("O"); else if (txt == wxT("%Pi")) return wxT("\xC5"); else if (txt == wxT("%Rho")) return wxT("P"); else if (txt == wxT("%Sigma")) return wxT("\xC6"); else if (txt == wxT("%Tau")) return wxT("T"); else if (txt == wxT("%Upsilon")) return wxT("Y"); else if (txt == wxT("%Phi")) return wxT("\xC8"); else if (txt == wxT("%Chi")) return wxT("X"); else if (txt == wxT("%Psi")) return wxT("\xC9"); else if (txt == wxT("%Omega")) return wxT("\xCA"); return wxEmptyString; } wxString TextCell::GetSymbolTeX() { if (m_text == wxT("inf")) return wxT("\x31"); else if (m_text == wxT("+")) return wxT("+"); else if (m_text == wxT("%pi")) return wxT("\xD9"); else if (m_text == wxT("=")) return wxT("="); else if (m_text == wxT("->")) return wxT("\x21"); else if (m_text == wxT(">=")) return wxT("\xD5"); else if (m_text == wxT("<=")) return wxT("\xD4"); /* else if (m_text == wxT(" and ")) return wxT(" \x5E "); else if (m_text == wxT(" or ")) return wxT(" \x5F "); else if (m_text == wxT(" nand ")) return wxT(" \x22 "); else if (m_text == wxT(" nor ")) return wxT(" \x23 "); else if (m_text == wxT(" eq ")) return wxT(" \x2C "); else if (m_text == wxT(" implies ")) return wxT(" \x29 "); else if (m_text == wxT("not")) return wxT("\x3A"); else if (m_text == wxT(" xor ")) return wxT("\xC8"); */ return wxEmptyString; } wxmaxima-Version-18.02.0/src/TextCell.h000066400000000000000000000100011324204105000176030ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef TEXTCELL_H #define TEXTCELL_H #include "wx/regex.h" #include "MathCell.h" /*! A Text cell Everything on the worksheet that is composed of characters with the eception of input cells: Input cells are handled by EditorCell instead. */ class TextCell : public MathCell { private: //! Is an ending "(" of a function name the opening parenthesis of the function? bool m_dontEscapeOpeningParenthesis; public: TextCell(MathCell *parent, Configuration **config, CellPointers *cellPointers, wxString text = wxEmptyString); std::list GetInnerCells(); ~TextCell(); MathCell *Copy(); virtual void SetStyle(int style); //! Set the text contained in this cell void SetValue(const wxString &text); //! Set the automatic label maxima has assigned the current equation void SetUserDefinedLabel(wxString userDefinedLabel){m_userDefinedLabel = userDefinedLabel;} void RecalculateWidths(int fontsize); void Draw(wxPoint point, int fontsize); void SetFont(int fontsize); /*! Calling this function signals that the "(" this cell ends in isn't part of the function name The "(" is the opening parenthesis of a function instead. */ void DontEscapeOpeningParenthesis() { m_dontEscapeOpeningParenthesis = true; } wxString ToString(); wxString ToTeX(); wxString ToMathML(); wxString ToOMML(); wxString ToRTF(); wxString ToXML(); wxString GetDiffPart(); bool IsOperator(); wxString GetValue() { return m_text; } wxString GetGreekStringTeX(); wxString GetSymbolTeX(); #if wxUSE_UNICODE wxString GetGreekStringUnicode(); wxString GetSymbolUnicode(bool keepPercent); #elif defined __WXMSW__ wxString GetGreekStringSymbol(); wxString GetSymbolSymbol(bool keepPercent); #endif bool IsShortNum(); protected: void SetAltText(); //! Resets the font size to label size void SetFontSizeForLabel(wxDC *dc); wxRegEx m_unescapeRegEx; //! The text we keep inside this cell wxString m_text; //! The text we keep inside this cell wxString m_userDefinedLabel; //! The text we display: m_text might be a number that is longer than we want to display wxString m_displayedText; //! How many maximum digits did we display the last time this cell was recalculated? int m_displayedDigits_old; wxString m_altText, m_altJsText; wxString m_fontname, m_texFontname; bool m_alt, m_altJs; int m_realCenter; /*! The font size we had the last time we were recalculating this cell If a fraction or similar is broken into two lines this changes \f$ \frac{a}{b}\f$ to \f$ a/b\f$. \f$ \Longrightarrow\f$ we need a mechanism that tells us that the font size has changed and we need to re-calculate the text width. */ int m_lastCalculationFontSize; //! The line height int m_fontSize; //! The actual font size for labels (that have a fixed width) int m_fontSizeLabel; double m_lastZoomFactor; int m_labelWidth, m_labelHeight; private: //! Produces a text sample that determines the label width wxString LabelWidthText(); wxString m_initialToolTip; }; #endif // TEXTCELL_H wxmaxima-Version-18.02.0/src/TextStyle.h000066400000000000000000000040771324204105000200440ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file declares everything needed in order to style all the elements shown on the work sheet. */ #ifndef TEXTSTYLE_H #define TEXTSTYLE_H //! A text style for the work sheet struct style { style() : bold(false), italic(false), underlined(false) {}; wxColour color; wxString font; int fontSize; bool bold; bool italic; bool underlined; }; /*! All text styles known to wxMaxima \attention If an additional style is added here STYLE_NUM has to be incremented accordingly. */ enum TextStyle { TS_DEFAULT = 0, TS_VARIABLE, TS_FUNCTION, TS_NUMBER, TS_GREEK_CONSTANT, TS_SPECIAL_CONSTANT, TS_STRING, TS_MAIN_PROMPT, TS_OTHER_PROMPT, TS_LABEL, TS_USERLABEL, TS_INPUT, TS_HIGHLIGHT, TS_TEXT_BACKGROUND, TS_TEXT, TS_SUBSECTION, TS_SUBSUBSECTION, TS_SECTION, TS_TITLE, TS_WARNING, TS_ERROR, TS_CELL_BRACKET, TS_ACTIVE_CELL_BRACKET, TS_CURSOR, TS_SELECTION, TS_EQUALSSELECTION, TS_OUTDATED, TS_CODE_COMMENT, TS_CODE_VARIABLE, TS_CODE_FUNCTION, TS_CODE_NUMBER, TS_CODE_STRING, TS_CODE_OPERATOR, TS_CODE_ENDOFLINE }; //! The number of entries TextStyle is long #define STYLE_NUM 34 #endif // TEXTSTYLE_H wxmaxima-Version-18.02.0/src/TipOfTheDay.cpp000066400000000000000000000266221324204105000205520ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2006-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // // This class exists because the wxFileTipProvider does not translate tips. // This is a bug in wxWidgets. This class can be removed after this bug is fixed // and is common in wxWidgets libraries distributed all over. // #include "TipOfTheDay.h" TipOfTheDay::TipOfTheDay(unsigned int n) : wxTipProvider(n), m_current(n) { m_tips.Add( _("To start using wxMaxima right away, start typing your command. An input cell should appear. Then press Shift-Enter to evaluate your command.") ); m_tips.Add( _("By default, Shift-Enter is used to evaluate commands, while Enter is used for multiline input. This behaviour can be changed in 'Edit->Configure' dialog by checking 'Enter evaluates cells'. This switches the roles of these two key commands.") ); m_tips.Add( _("Maxima uses ':' to set values ('a : 3;') and ':=' to define functions ('f(x) := x^2;').") ); m_tips.Add( _("You can access the last output using the variable '%'. You can access the output of previous commands using variables '%on' where n is the number of output.") ); m_tips.Add( _("Maxima supports three types of numbers: exact fractions (which can be generated for example by typing 1/10), IEEE floating-point numbers (0.2) and arbitrary precision big floats (1b-1). Note that, owing to their nature as binary (not decimal) numbers, there is for example no way to generate an IEEE floating-point number that exactly equals 0.1. If floating-point numbers are used instead of fractions, Maxima will therefore sometimes have to introduce a (very small) error and use things like 3602879701896397/36028797018963968 for 0.1.") ); m_tips.Add( _("If you type an operator (one of +*/^=,) as the first symbol in an input cell, % will be automatically inserted before the operator, as on a graphing calculator. You can disable this feature from the 'Edit->Configure' dialog.") ); m_tips.Add( _("You can insert different types of 'cells' in wxMaxima documents using the 'Cell' menu. Note that only 'input cells' can be evaluated, while others are used for commenting and structuring your calculations.") ); m_tips.Add( _("A new document format has been introduced in wxMaxima 0.8.2 that saves not only your input and text commentaries, but also the outputs of your calculations. When saving your document, select 'wxMaxima XML document' format.") ); m_tips.Add( _("Title, section and subsection cells can be folded to hide their contents. To fold or unfold, click in the square next to the cell. If you shift-click, all sublevels of that cell will also fold/unfold.") ); m_tips.Add( _("You can hide output part of cells by clicking in the triangle on the left side of cells. This works on text cells also.") ); m_tips.Add( _("There are many resources about Maxima and wxMaxima on the internet. Visit http://andrejv.github.com/wxmaxima/help.html for more information and to find tutorials on using wxMaxima and Maxima.") ); m_tips.Add( _("You can get help on a Maxima function by selecting or clicking on the function name and pressing F1. wxMaxima will search help index for the selection or the word under the cursor.") ); m_tips.Add( _("A 'horizontal cursor' was introduced in wxMaxima 0.8.0. It looks like a horizontal line between cells. It indicates where a new cell will appear if you type or paste text or execute a menu command.") ); m_tips.Add( _("Horizontal cursor works like a normal cursor, but it operates on cells: press up or down arrow to move it, holding down Shift while moving will select cells, pressing backspace or delete twice will delete a cell next to it.") ); m_tips.Add( _("Selecting a part of an output and right-clicking on the selection will bring up a menu with convenient functions that will operate on the selection.") ); m_tips.Add( _("You can select multiple cells either with a mouse - click'n'drag from between cells or from a cell bracket on the left - or with a keyboard - hold down Shift while moving the horizontal cursor - and then operate on selection. This comes in handy when you want to delete or evaluate multiple cells.") ); m_tips.Add( _("You can evaluate your whole document by using 'Cell->Evaluate All Cells' menu command or the appropriate key shortcut. The cells will be evaluated in the order they appear in the document.") ); m_tips.Add( _("If your calculation is taking too long to evaluate, you can try 'Maxima->Interrupt' or 'Maxima->Restart Maxima' menu commands.") ); m_tips.Add( _("To plot in polar coordinates, select 'set polar' in the Options entry for Plot2d dialog. You can also plot in spherical and cylindrical coordinates in 3D.") ); m_tips.Add( _("wxMaxima dialogs set default values for inputs entries, one of which is '%'. If you have made a selection in your document, the selection will be used instead of '%'.") ); m_tips.Add( _("To put parentheses around an expression, select it, and press '(' or ')' depending on where you want the cursor to appear afterwards.") ); m_tips.Add( _("When applying functions with one argument from menus, the default argument is '%'. To apply the function to some other value, select it in the document before executing a menu command.") ); m_tips.Add( _("To save the size and position of wxMaxima windows between session, use 'Edit->Configure' dialog.") ); m_tips.Add( _("Since wxMaxima 0.8.2 you can also insert images into your documents. Use 'Cell->Insert Image...' menu command. Note that you have to save your document in 'wxMaxima XML document' format if you want the image to be saved along with your document.") ); m_tips.Add( _("Besides the global undo functionality that is active when the cursor is between cells, wxMaxima has a per-cell undo function that is active if the cursor is inside a cell. Pressing Ctrl+Z inside a cell can therefore been used for a fine-pitch undo that doesn't affect latter changes made in other cells.") ); m_tips.Add( _("Pressing Ctrl+Space or Ctrl+Tab starts an autocomplete function that can not only complete all functions that are integrated into the Maxima core and their parameters: It also knows about parameters from currently loaded packages and from functions that are defined in the current file.") ); m_tips.Add( _("It is possible to define reusable Maxima libraries with wxMaxima that can be later loaded by using the load() function. All that has to be done is to export a file in the .mac or to save it in the .wxm format. Note, though, that a few special characters like the \"not equal\" symbol for \"#\" are handled by wxMaxima, not by maxima and therefore cannot be recognized on load().") ); m_tips.Add( _("wxMaxima can be made to execute commands at every start-up by placing them in a text file with the name wxmaxima.rc in the user directory. This directory can be found by typing maxima_userdir") ); m_tips.Add( _("Libraries can be accessed by any wxMaxima process regardless of which directory it runs in, if they are placed in the user directory. This directory can be found by typing maxima_userdir") ); m_tips.Add( _("The load() command of Maxima versions >5.38 is able to load .wxm files as library of maxima's commands.") ); m_tips.Add( _("A plot to be embedded into the work sheet by preceding its name with a \"wx\". \"draw\" can be replaced by \"wxdraw\", plot by \"wxplot\" etc.") ); m_tips.Add( _("wxMaxima provides the \"table_form\" command that shows lists in an alternative form. One example would be:\n\ntable_form([1,2,3,4,5]);") ); m_tips.Add( _("In order to visualize how a parameter affects an equation wxmaxima provides commands that start with \"with_slider_\" and that create animations. One example would be:\n\n with_slider_draw(\n a,[-16,-9,-4,-2,0,1,2,3,4,5,6l7],\n title=concat(\"a=\",i),\n grid=true,\n explicit(\n x^2-a*x,\n x,-10,10\n )\n );") ); m_tips.Add( _("If the \"Autosave\" functionality is enabled in the configuration dialogue wxMaxima acts like mobile apps that backup the file every few minutes and save it on closing.") ); m_tips.Add( _("It is possible to add custom symbols to the \"symbols\" sidebar by copying them into the respective field in the configuration dialogue.") ); m_tips.Add( _("Maxima's strengths are manipulating equations and in symbolic calculations. It therefore makes sense to use functions (as opposed to equations with labels) sparingly and to keep the actual values of variables in a list, instead of directly assigning them values. An example session that does do so would be:\n\n/* We keep the actual values in a list so we can use them lateron */\n Values:[a=10,c=100];\n Pyth:a^2+b^2=c^2;\n solve(%,b);\n result:%[2];\n at(result,Values);\n float(%);") ); m_tips.Add( _("Equations have several advantages over functions. For example they can be manipulated with factor(), expand() and similar functions. They can easily be introduced one into another. Also they are always printed out as 2D maths.") ); m_tips.Add( _("Maxima's \"at\" function allows to access to arbitrary variables in a list of results:\n\n g1:a*x+y=0;\n g2:b*y+x*x=1;\n solve([g1,g2],[a,b]);\n %[1];\n result_b:b=at(b,%);") ); m_tips.Add( _("The \"at\" function allows to introduce one equation into another:\n\n ohm:U=R*I;\n r_parallel:R=R_1*R_2/(R_1+R_2);\n result:at(ohm,r_parallel);") ); m_tips.Add( _("The rhs() (\"right hand side\") command allows to retrieve the result of an equation in exactly the format a function would have:\n\n Values:[\n /* m=1.2 tons */\n m=1.2*10^3,\n /* 100 km/h*/\n v=100*10^3/(60*60)\n ];\n Energy:W=1/2*m*v^2;\n at(Energy,Values);\n W_mech:rhs(%);") ); m_tips.Add( _("In text cells Bullet lists can be created by beginning a line with \" * \". The number of spaces in front of the \"*\" determines the indentation level; Indentation can be continued in the next line by indenting the line using spaces.") ); m_tips.Add( _("Text cells can hold Citations that as marked as such by beginning a line with \" > \". The number of spaces in front of the \">\" determines the indentation level, as it does with bullet lists.") ); m_tips.Add( _("The key combination Shift+Space results in a non-breakable space.") ); } TipOfTheDay::~TipOfTheDay() { } wxString TipOfTheDay::GetTip() { if (m_current >= m_tips.GetCount()) m_current = 0; return m_tips[m_current++]; } wxmaxima-Version-18.02.0/src/TipOfTheDay.h000066400000000000000000000024041324204105000202070ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2006-2015 Andrej Vodopivec // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // #ifndef TIPOFTHEDAY_H #define TIPOFTHEDAY_H #include #include #include class TipOfTheDay : public wxTipProvider { public: TipOfTheDay(unsigned int n); ~TipOfTheDay(); wxString GetTip(); unsigned int GetCurrentTip() { return m_current; } private: unsigned int m_current; wxArrayString m_tips; }; #endif // TIPOFTHEDAY_H wxmaxima-Version-18.02.0/src/ToolBar.cpp000066400000000000000000000366141324204105000177760ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2008-2009 Ziga Lenarcic // (C) 2012-2013 Doug Ilijev // (C) 2015-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class ToolBar that represents wxMaxima's main tool bar. */ #include "ToolBar.h" #include "../art/toolbar/images.h" #include #include #include "Dirstructure.h" #include "GroupCell.h" #include #include #include "invalidImage.h" #define TOOLBAR_ICON_SCALE (0.35) #define ABS(val) ((val) >= 0 ? (val) : -(val)) #define MAX(a, b) ((a)>(b) ? (a) : (b)) #define MIN(a, b) ((a)>(b) ? (b) : (a)) wxImage ToolBar::GetImage(wxString name, unsigned char *data_128, size_t len_128, unsigned char *data_192, size_t len_192) { double targetSize = wxGetDisplayPPI().x * TOOLBAR_ICON_SCALE; int prescale; int sizeA = 128 << 4; while(sizeA * 3 / 2 > targetSize && sizeA >= 32) { sizeA >>= 1; }; int sizeB = 192 << 4; while(sizeB * 4 / 3 > targetSize && sizeB >= 32) { sizeB >>= 1; } if(ABS(targetSize - sizeA) < ABS(targetSize - sizeB)) { targetSize = sizeA; prescale = 128; } else { targetSize = sizeB; prescale = 192; } wxBitmap bmp = wxArtProvider::GetBitmap(name, wxART_TOOLBAR, wxSize(targetSize, targetSize)); wxImage img; if(bmp.IsOk()) { img = bmp.ConvertToImage(); } if(!img.IsOk()) { void *data; size_t len; if(prescale == 128) { data = (void *)data_128; len = len_128; } else { data = (void *)data_192; len = len_192; } wxMemoryInputStream istream(data,len); img.LoadFile(istream); } if(!img.IsOk()) { img = wxImage(invalidImage_xpm); } img.Rescale(targetSize, targetSize, wxIMAGE_QUALITY_HIGH); return img; } ToolBar::~ToolBar() { m_plotSlider = NULL; m_toolBar->Destroy(); } void ToolBar::UpdateSlider(SlideShow *cell) { if(cell == NULL) return; int slideShowDisplayedIndex = cell->GetDisplayedIndex(); int slideShowMaxIndex = cell->Length(); if ((m_slideShowDisplayedIndex != slideShowDisplayedIndex) || (m_slideShowMaxIndex != slideShowMaxIndex)) { m_slideShowMaxIndex = slideShowMaxIndex; m_slideShowDisplayedIndex = slideShowDisplayedIndex; if (m_plotSlider != NULL) { m_plotSlider->SetRange(0, cell->Length() - 1); m_plotSlider->SetValue(cell->GetDisplayedIndex()); m_plotSlider->SetToolTip(wxString::Format(_("Frame %i of %i"), cell->GetDisplayedIndex() + 1, cell->Length())); } } } ToolBar::ToolBar(wxToolBar *tbar) { m_defaultCellStyle = GC_TYPE_CODE; m_canCopy_old = true; m_canCut_old = true; m_canSave_old = true; m_canPrint_old = true; m_canEvalTillHere_old = true; m_toolBar = tbar; m_needsInformation = false; m_AnimationStartStopState = Inactive; m_toolBar->SetToolBitmapSize(wxSize(24, 24)); #if defined __WXMSW__ m_toolBar->AddTool(tb_new, _("New"), GetImage(wxT("gtk-new"), gtk_new_128_png,gtk_new_128_png_len, gtk_new_192_png,gtk_new_192_png_len ), _("New document")); #endif m_toolBar->AddTool(tb_open, _("Open"), GetImage(wxT("gtk-open"), gtk_open_128_png,gtk_open_128_png_len, gtk_open_192_png,gtk_open_192_png_len ), _("Open document")); m_toolBar->AddTool(tb_save, _("Save"), GetImage(wxT("gtk-save"), gtk_save_128_png,gtk_save_128_png_len, gtk_save_192_png,gtk_save_192_png_len ), _("Save document")); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif m_toolBar->AddTool(tb_print, _("Print"), GetImage(wxT("gtk-print"), gtk_print_128_png,gtk_print_128_png_len, gtk_print_192_png,gtk_print_192_png_len ), _("Print document")); m_toolBar->AddTool(tb_pref, _("Options"), GetImage(wxT("gtk-preferences"), gtk_preferences_128_png,gtk_preferences_128_png_len, gtk_preferences_192_png,gtk_preferences_192_png_len ), _("Configure wxMaxima")); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif m_toolBar->AddTool(tb_cut, _("Cut"), GetImage(wxT("gtk-cut"), gtk_cut_128_png,gtk_cut_128_png_len, gtk_cut_192_png,gtk_cut_192_png_len ), _("Cut selection")); m_toolBar->AddTool(tb_copy, _("Copy"), GetImage(wxT("gtk-copy"), gtk_copy_128_png,gtk_copy_128_png_len, gtk_copy_192_png,gtk_copy_192_png_len ), _("Copy selection")); m_toolBar->AddTool(tb_paste, _("Paste"), GetImage(wxT("gtk-paste"), gtk_paste_128_png,gtk_paste_128_png_len, gtk_paste_192_png,gtk_paste_192_png_len ), _("Paste from clipboard")); m_toolBar->AddTool(tb_select_all, _("Select all"), GetImage(wxT("gtk-select-all"), gtk_select_all_128_png,gtk_select_all_128_png_len, gtk_select_all_192_png,gtk_select_all_192_png_len ), _("Select all")); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif m_toolBar->AddTool(tb_find, _("Find"), GetImage(wxT("gtk-find"), gtk_find_128_png,gtk_find_128_png_len, gtk_find_192_png,gtk_find_192_png_len ), _("Find and replace")); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif m_toolBar->AddTool(menu_restart_id, _("Restart maxima"), GetImage(wxT("view-refresh"), view_refresh_128_png,view_refresh_128_png_len, view_refresh_192_png,view_refresh_192_png_len ), _("Completely stop maxima and restart it")); m_toolBar->AddTool(tb_interrupt, _("Interrupt"), GetImage(wxT("gtk-stop"), gtk_stop_128_png,gtk_stop_128_png_len, gtk_stop_192_png,gtk_stop_192_png_len ), _("Interrupt current computation. To completely restart maxima press the button left to this one.")); m_followIcon = GetImage(wxT("weather-clear"), weather_clear_128_png,weather_clear_128_png_len, weather_clear_192_png,weather_clear_192_png_len ); m_needsInformationIcon = GetImage(wxT("software-update-urgent"), software_update_urgent_128_png,software_update_urgent_128_png_len, software_update_urgent_192_png,software_update_urgent_192_png_len ); m_toolBar->AddTool(tb_follow, _("Follow"), m_followIcon, _("Return to the cell that is currently being evaluated")); m_toolBar->EnableTool(tb_follow, false); m_toolBar->AddTool(tb_evaltillhere, _("Evaluate to point"), GetImage(wxT("go-bottom"), go_bottom_128_png,go_bottom_128_png_len, go_bottom_192_png,go_bottom_192_png_len ), _("Evaluate the file from its beginning to the cell above the cursor")); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif wxArrayString textStyle; textStyle.Add(_("Maths")); textStyle.Add(_("Text")); textStyle.Add(_("Title")); textStyle.Add(_("Section")); textStyle.Add(_("Subsection")); textStyle.Add(_("Subsubsection")); m_textStyle = new wxChoice(m_toolBar, tb_changeStyle, wxDefaultPosition, wxDefaultSize, textStyle); m_textStyle->SetToolTip(_("For faster creation of cells the following shortcuts exist:\n\n" " Ctrl+0: Math cell\n" " Ctrl+1: Text cell\n" " Ctrl+2: Title cell\n" " Ctrl+3: Section cell\n" " Ctrl+4: Subsection cell\n" " Ctrl+5: Sub-Subsection cell")); m_toolBar->AddControl(m_textStyle); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif // Seems like on MSW changing the image of this button has strange side-effects // so we combine both images into one for this OS. #if defined __WXMSW__ m_PlayButton = GetImage(wxT("media-playback-startstop"), media_playback_startstop_128_png,media_playback_startstop_128_png_len, media_playback_startstop_192_png,media_playback_startstop_192_png_len ); #else m_PlayButton = GetImage(wxT("media-playback-start"), media_playback_start_128_png,media_playback_start_128_png_len, media_playback_start_192_png,media_playback_start_192_png_len ); #endif m_StopButton = GetImage(wxT("media-playback-stop"), media_playback_stop_128_png,media_playback_stop_128_png_len, media_playback_stop_192_png,media_playback_stop_192_png_len ); // It felt like a good idea to combine the play and the stop button. // On windows changing a button seems to somehow stop the animation, though, so // this OS requires the buttons to be separate. m_toolBar->AddTool(tb_animation_startStop, _("Start or Stop animation"), m_PlayButton, _("Start or stop the currently selected animation that has been created with the with_slider class of commands")); m_toolBar->EnableTool(tb_animation_startStop, false); int sliderWidth = wxGetDisplayPPI().x * 200 / 72; int width, height; wxDisplaySize(&width, &height); if (width < 800) sliderWidth = MIN(sliderWidth, 100); m_plotSlider = new wxSlider(m_toolBar, plot_slider_id, 0, 0, 10, wxDefaultPosition, wxSize(sliderWidth, -1), wxSL_HORIZONTAL | !wxSL_AUTOTICKS); m_plotSlider->SetToolTip( _("After clicking on animations created with with_slider_draw() or similar this slider allows to change the current frame.")); m_plotSlider->Enable(false); m_slideShowMaxIndex = -1; m_slideShowDisplayedIndex = -1; m_toolBar->AddControl(m_plotSlider); #ifndef __WXMAC__ m_toolBar->AddSeparator(); #endif m_toolBar->AddTool(tb_hideCode, _("Hide Code"), GetImage(wxT("weather-few-clouds"), weather_few_clouds_128_png,weather_few_clouds_128_png_len, weather_few_clouds_192_png,weather_few_clouds_192_png_len ), _("Toggle the visibility of code cells")); m_toolBar->AddStretchableSpace(); m_toolBar->AddTool(tb_help, _("Help"), GetImage(wxT("gtk-help"), gtk_help_128_png,gtk_help_128_png_len, gtk_help_192_png,gtk_help_192_png_len ), _("Show Maxima help")); m_toolBar->Realize(); } void ToolBar::SetDefaultCellStyle() { switch(m_textStyle->GetSelection()) { case 0: m_defaultCellStyle = GC_TYPE_CODE; break; case 1: m_defaultCellStyle = GC_TYPE_TEXT; break; case 2: m_defaultCellStyle = GC_TYPE_TITLE; break; case 3: m_defaultCellStyle = GC_TYPE_SECTION; break; case 4: m_defaultCellStyle = GC_TYPE_SUBSECTION; break; case 5: m_defaultCellStyle = GC_TYPE_SUBSUBSECTION; break; default: {} } } int ToolBar::GetCellStyle() { switch(m_textStyle->GetSelection()) { case 1: return GC_TYPE_TEXT; break; case 2: return GC_TYPE_TITLE; break; case 3: return GC_TYPE_SECTION; break; case 4: return GC_TYPE_SUBSECTION; break; case 5: return GC_TYPE_SUBSUBSECTION; break; case 6: return GC_TYPE_IMAGE; break; case 7: return GC_TYPE_PAGEBREAK; break; default: return GC_TYPE_CODE; } } void ToolBar::SetCellStyle(int style) { switch(style) { case GC_TYPE_CODE: case GC_TYPE_TEXT: case GC_TYPE_TITLE: case GC_TYPE_SECTION: case GC_TYPE_SUBSECTION: case GC_TYPE_SUBSUBSECTION: break; default: style = m_defaultCellStyle; } switch(style) { case GC_TYPE_CODE: m_textStyle->SetSelection(0); break; case GC_TYPE_TEXT: m_textStyle->SetSelection(1); break; case GC_TYPE_TITLE: m_textStyle->SetSelection(2); break; case GC_TYPE_SECTION: m_textStyle->SetSelection(3); break; case GC_TYPE_SUBSECTION: m_textStyle->SetSelection(4); break; case GC_TYPE_SUBSUBSECTION: m_textStyle->SetSelection(5); break; } } void ToolBar::AnimationButtonState(AnimationStartStopState state) { if (m_AnimationStartStopState != state) { switch (state) { case Running: m_plotSlider->Enable(true); if (m_AnimationStartStopState != Running) { #ifndef __WXMSW__ m_toolBar->SetToolNormalBitmap(tb_animation_startStop, m_StopButton); #endif } m_toolBar->EnableTool(tb_animation_startStop, true); break; case Stopped: if (m_AnimationStartStopState == Running) { #ifndef __WXMSW__ m_toolBar->SetToolNormalBitmap(tb_animation_startStop, m_PlayButton); #endif } m_toolBar->EnableTool(tb_animation_startStop, true); m_plotSlider->Enable(true); break; case Inactive: m_toolBar->EnableTool(tb_animation_startStop, false); m_plotSlider->Enable(false); m_plotSlider->SetToolTip( _("After clicking on animations created with with_slider_draw() or similar this slider allows to change the current frame.")); m_slideShowMaxIndex = -1; m_slideShowDisplayedIndex = -1; if (m_AnimationStartStopState == Running) { #ifndef __WXMSW__ m_toolBar->SetToolNormalBitmap(tb_animation_startStop, m_PlayButton); #endif } break; } m_AnimationStartStopState = state; } } wxmaxima-Version-18.02.0/src/ToolBar.h000066400000000000000000000122251324204105000174330ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2008-2009 Ziga Lenarcic // (C) 2012-2013 Doug Ilijev // (C) 2015-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the class ToolBar that represents wxMaxima's main tool bar. */ #include #include #include #include "SlideShowCell.h" #ifndef _WXMAXIMA_TOOLBAR_H #define _WXMAXIMA_TOOLBAR_H class ToolBar { public: /*! All states the "start/stop animation" toolbar button can be in */ enum AnimationStartStopState { Running, //!< The animation is running Stopped, //!< The animation is stopped Inactive //!< No animation is currently running }; wxImage GetImage(wxString name, unsigned char *data_128, size_t len_128, unsigned char *data_192, size_t len_192); ToolBar(wxToolBar *tbar); virtual ~ToolBar(); //! Show that user input is needed for maxima to continue void ShowUserInputBitmap() { if (!m_needsInformation) { m_toolBar->SetToolNormalBitmap(tb_follow, m_needsInformationIcon); m_needsInformation = true; } } //! Stop showing that user input is needed for maxima to continue void ShowFollowBitmap() { if (m_needsInformation) { m_toolBar->SetToolNormalBitmap(tb_follow, m_followIcon); m_needsInformation = false; } } void EnableTool(int id, bool enable) { m_toolBar->EnableTool(id, enable); } wxToolBar *GetToolBar() { return m_toolBar; } void AnimationButtonState(AnimationStartStopState state); /*! A list of all events the Toolbar can receive */ enum Event { plot_slider_id = 5500, tb_new, tb_open, tb_save, tb_copy, tb_paste, tb_cut, tb_select_all, tb_print, tb_pref, tb_interrupt, tb_follow, tb_evaltillhere, tb_evaluate_rest, tb_help, tb_animation_startStop, tb_animation_start, tb_animation_stop, tb_find, tb_hideCode, tb_changeStyle, menu_restart_id }; //! The slider for animations wxSlider *m_plotSlider; #if defined __WXGTK__ wxBitmap m_followIcon; wxBitmap m_needsInformationIcon; wxBitmap m_PlayButton; wxBitmap m_StopButton; #else wxImage m_followIcon; wxImage m_needsInformationIcon; wxImage m_PlayButton; wxImage m_StopButton; #endif void CanCopy(bool value) { if (value != m_canCopy_old) { EnableTool(tb_copy, value); m_canCopy_old = value; } } void CanCut(bool value) { if (value != m_canCut_old) { EnableTool(tb_cut, value); m_canCut_old = value; } } void CanSave(bool value) { if (value != m_canSave_old) { EnableTool(tb_save, value); m_canSave_old = value; } } void CanPrint(bool value) { if (value != m_canPrint_old) { EnableTool(tb_print, value); m_canPrint_old = value; } } void CanEvalTillHere(bool value) { if (value != m_canEvalTillHere_old) { EnableTool(tb_evaltillhere, value); m_canEvalTillHere_old = value; } } //! Updates the slider to match the Slide Show cell. void UpdateSlider(SlideShow *cell); //! Get the cell style for new cells int GetCellStyle(); //! Set the cell style to show for the current cell void SetCellStyle(int style); //! Called if there is no cell to show the style for void UnsetCellStyle(){SetCellStyle(-1);} //! Set the default cell style for new cells void SetDefaultCellStyle(int style) { m_defaultCellStyle = style; } //! The current style is the new style for new cells void SetDefaultCellStyle(); private: //! The default style for new cells. int m_defaultCellStyle; //! The drop-down-box for text styles wxChoice *m_textStyle; //! The position in the current slideshow at the last call of UpdateSlider() int m_slideShowDisplayedIndex; //! The length of the current slideshow at the last call of UpdateSlider() int m_slideShowMaxIndex; bool m_canCopy_old; bool m_canCut_old; bool m_canSave_old; bool m_canPrint_old; bool m_canEvalTillHere_old; wxToolBar *m_toolBar; AnimationStartStopState m_AnimationStartStopState; //! True if we show the "needs information" button. bool m_needsInformation; }; #endif wxmaxima-Version-18.02.0/src/XmlInspector.cpp000066400000000000000000000102161324204105000210510ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // (C) 2015-2016 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file defines the contents of the class XmlInspector XmlInspector is a sidebar allows to view the communication between maxima and wxMaxima. */ #include "XmlInspector.h" #include #include XmlInspector::XmlInspector(wxWindow *parent, int id) : wxRichTextCtrl(parent, id, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_READONLY | wxTE_RICH | wxHSCROLL | wxTE_MULTILINE) { BeginSuppressUndo(); Clear(); } XmlInspector::~XmlInspector() { } void XmlInspector::Clear() { m_clear = true; m_fromMaxima = wxEmptyString; m_toMaxima = wxEmptyString; m_updateNeeded = true; } void XmlInspector::Update() { if(!m_updateNeeded) return; m_updateNeeded = false; if(m_clear) { wxRichTextCtrl::Clear(); m_lastChar = wxChar(0); m_indentLevel = 0; m_state = clear; m_clear = false; } // Display all data we have sent to Maxima if(m_toMaxima != wxEmptyString) { if(m_state != toMaxima) { if(GetValue() != wxEmptyString) { Newline();Newline(); } BeginTextColour(wxColour(0,0,0)); WriteText(_("SENT TO MAXIMA:")); Newline();Newline(); EndTextColour(); m_state = toMaxima; } else WriteText("\n"); BeginTextColour(wxColour(128,0,0)); WriteText(m_toMaxima); EndTextColour(); m_toMaxima = wxEmptyString; } // Display all data from Maxima if(m_fromMaxima != wxEmptyString) { if(m_state != fromMaxima) { if(GetValue() != wxEmptyString) { Newline();Newline(); } BeginTextColour(wxColour(0,0,0)); WriteText(_("MAXIMA RESPONSE:")); Newline();Newline(); EndTextColour(); m_state = fromMaxima; } m_fromMaxima.Replace(wxT("$FUNCTION:"), wxT("\n$FUNCTION:")); // Indent the XML wxString textWithIndention; for ( wxString::iterator it = m_fromMaxima.begin(); it!=m_fromMaxima.end(); ++it) { // Assume that all tags add indentation if (*it == wxT('>')) m_indentLevel++; // A closing tag needs to remove the indentation of the opening tag // plus the indentation of the closing tag if ((m_lastChar == wxT('<')) && (*it == wxT('/'))) m_indentLevel -= 2; // Self-closing Tags remove their own indentation if ((m_lastChar == wxT('/')) && (*it == wxT('>'))) m_indentLevel -= 1; // Add a linebreak and indent if we are at the space between 2 tags if ((m_lastChar == wxT('>')) && (*it == wxT('<'))) textWithIndention += wxT ("\n") + IndentString(m_indentLevel); textWithIndention += *it; m_lastChar = *it; } BeginTextColour(wxColour(0,128,0)); WriteText(textWithIndention); EndTextColour(); m_fromMaxima = wxEmptyString; } } wxString XmlInspector::IndentString(int level) { wxString result; for (int i = 0; i <= level; i++) result += wxT(" "); return result; } void XmlInspector::Add_ToMaxima(wxString text) { m_toMaxima += text; m_updateNeeded = true; } void XmlInspector::Add_FromMaxima(wxString text) { m_fromMaxima += text; m_updateNeeded = true; } wxmaxima-Version-18.02.0/src/XmlInspector.h000066400000000000000000000043121324204105000205160ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // (C) 2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file contains the definition of the class XmlInspector that handles the table of contents pane. */ #include #include #include #include "GroupCell.h" #ifndef XMLINSPECTOR_H #define XMLINSPECTOR_H /*! This class generates a pane displaying the communication between maxima and wxMaxima. The display of this data is only actually updated on calling XmlInspector::Update(). */ class XmlInspector : public wxRichTextCtrl { public: XmlInspector(wxWindow *parent, int id); /*! The destructor */ ~XmlInspector(); //! Remove all text from the editor. virtual void Clear(); //! Add some text we sent to maxima. void Add_ToMaxima(wxString text); //! Add some text we have received from maxima. void Add_FromMaxima(wxString text); //! Actually draw the updates void Update(); //! Do we need to update the XmlInspector's display? bool UpdateNeeded(){return m_updateNeeded;} private: bool m_updateNeeded; wxString m_fromMaxima; wxString m_toMaxima; bool m_clear; enum xmlInspectorIDs { XmlInspector_ctrl_id = 4, XmlInspector_regex_id }; enum monitorState { clear, fromMaxima, toMaxima }; monitorState m_state; wxChar m_lastChar; int m_indentLevel; wxString IndentString(int level); }; #endif // XMLINSPECTOR_H wxmaxima-Version-18.02.0/src/invalidImage.h000066400000000000000000004224241324204105000204700ustar00rootroot00000000000000/* XPM */ static const char * invalidImage_xpm[] = { "256 256 525 2", " c None", ". c #646464", "+ c #636363", "@ c #656565", "# c #6E6E6E", "$ c #767676", "% c #7D7D7D", "& c #7F7F7F", "* c #777777", "= c #737373", "- c #666666", "; c #6A6A6A", "> c #969696", ", c #BBBBBB", "' c #D6D6D6", ") c #E7E7E7", "! c #EDEDED", "~ c #EBEBEB", "{ c #DEDEDE", "] c #C4C4C4", "^ c #9F9F9F", "/ c #676767", "( c #DADADA", "_ c #F5F5F5", ": c #F9F9F9", "< c #FAFAFA", "[ c #F8F8F8", "} c #E3E3E3", "| c #AAAAAA", "1 c #686868", "2 c #ECECEC", "3 c #F2F2F2", "4 c #B1B1B1", "5 c #848484", "6 c #E0E0E0", "7 c #838383", "8 c #A2A2A2", "9 c #F1F1F1", "0 c #F6F6F6", "a c #AEAEAE", "b c #DDDDDD", "c c #D8D8D8", "d c #D7D7D7", "e c #D9D9D9", "f c #DBDBDB", "g c #DCDCDC", "h c #DFDFDF", "i c #E1E1E1", "j c #A6A6A6", "k c #EEEEEE", "l c #D3D3D3", "m c #D2D2D2", "n c #D4D4D4", "o c #D5D5D5", "p c #A1A1A1", "q c #888888", "r c #818181", "s c #696969", "t c #E4E4E4", "u c #E9E9E9", "v c #EAEAEA", "w c #E5E5E5", "x c #E8E8E8", "y c #EFEFEF", "z c #A9A9A9", "A c #F0F0F0", "B c #F3F3F3", "C c #9D9D9D", "D c #707070", "E c #F7F7F7", "F c #999999", "G c #BEBEBE", "H c #ADADAD", "I c #C3C3C3", "J c #E2E2E2", "K c #C9C9C9", "L c #B9B9B9", "M c #BABABA", "N c #BCBCBC", "O c #BDBDBD", "P c #BFBFBF", "Q c #C0C0C0", "R c #C1C1C1", "S c #C2C2C2", "T c #C5C5C5", "U c #C6C6C6", "V c #C7C7C7", "W c #CBCBCB", "X c #FBFBFB", "Y c #ACACAC", "Z c #AFAFAF", "` c #B0B0B0", " . c #B2B2B2", ".. c #B3B3B3", "+. c #B4B4B4", "@. c #B5B5B5", "#. c #B6B6B6", "$. c #B7B7B7", "%. c #B8B8B8", "&. c #ABABAB", "*. c #D0D0D0", "=. c #D1D1D1", "-. c #C8C8C8", ";. c #CCCCCC", ">. c #CACACA", ",. c #CDCDCD", "'. c #D3A0A0", "). c #D05858", "!. c #CF3A3A", "~. c #CE4040", "{. c #D17272", "]. c #D4C4C4", "^. c #D1AAAA", "/. c #D07777", "(. c #D07171", "_. c #D18989", ":. c #D4C8C8", "<. c #D5D0D0", "[. c #D18787", "}. c #CE2929", "|. c #CC0000", "1. c #CD0F0F", "2. c #D29B9B", "3. c #CECECE", "4. c #D2B8B8", "5. c #CF3939", "6. c #CD0C0C", "7. c #D18080", "8. c #D4C6C6", "9. c #D17171", "0. c #CD1616", "a. c #CC0808", "b. c #D3B1B1", "c. c #D4D3D3", "d. c #D17C7C", "e. c #CC0A0A", "f. c #D06A6A", "g. c #D5B8B8", "h. c #D05A5A", "i. c #CC0909", "j. c #CF4444", "k. c #CFCFCF", "l. c #D3B9B9", "m. c #CE3838", "n. c #D16363", "o. c #D4A2A2", "p. c #CF4242", "q. c #CC0202", "r. c #CD0707", "s. c #D6D1D1", "t. c #D17F7F", "u. c #CD0B0B", "v. c #D06161", "w. c #D6D2D2", "x. c #D28A8A", "y. c #CE2B2B", "z. c #D5C0C0", "A. c #D3BABA", "B. c #D4A3A3", "C. c #CE2020", "D. c #CC0303", "E. c #D5CECE", "F. c #D05757", "G. c #D6D5D5", "H. c #D4A4A4", "I. c #CC0606", "J. c #D3C9C9", "K. c #CE3E3E", "L. c #D15B5B", "M. c #D6D4D4", "N. c #CE2121", "O. c #D5A7A7", "P. c #D4D2D2", "Q. c #CF3535", "R. c #D16666", "S. c #D28888", "T. c #D05555", "U. c #D7D5D5", "V. c #D38181", "W. c #CF2E2E", "X. c #D7D3D3", "Y. c #CE3F3F", "Z. c #D04E4E", "`. c #D48888", " + c #D6BABA", ".+ c #CE2424", "++ c #CF3E3E", "@+ c #D7CECE", "#+ c #D38989", "$+ c #D48A8A", "%+ c #CE3030", "&+ c #CE2F2F", "*+ c #D6C7C7", "=+ c #D7C8C8", "-+ c #CD1515", ";+ c #D16767", ">+ c #CE2323", ",+ c #D6BFBF", "'+ c #D9D7D7", ")+ c #D04040", "!+ c #CE2222", "~+ c #D7CDCD", "{+ c #D5C1C1", "]+ c #CC0E0E", "^+ c #CE1919", "/+ c #D6B4B4", "(+ c #D26A6A", "_+ c #D7B5B5", ":+ c #D39C9C", "<+ c #D6A8A8", "[+ c #D48585", "}+ c #D5AFAF", "|+ c #CD1B1B", "1+ c #CD0909", "2+ c #D59A9A", "3+ c #D25E5E", "4+ c #D6C6C6", "5+ c #CF3737", "6+ c #CC0404", "7+ c #D48989", "8+ c #D7AEAE", "9+ c #CF3030", "0+ c #DAD5D5", "a+ c #D16464", "b+ c #CC0101", "c+ c #D26565", "d+ c #D8B4B4", "e+ c #CD1212", "f+ c #D9C3C3", "g+ c #D48C8C", "h+ c #CD0808", "i+ c #D14949", "j+ c #D9D1D1", "k+ c #D8B7B7", "l+ c #CE1515", "m+ c #D7ABAB", "n+ c #D5AEAE", "o+ c #CD1A1A", "p+ c #CF2F2F", "q+ c #D8C5C5", "r+ c #D8B8B8", "s+ c #D58D8D", "t+ c #D7C7C7", "u+ c #CF3636", "v+ c #CD1717", "w+ c #D8B5B5", "x+ c #CD1313", "y+ c #D36C6C", "z+ c #D9D4D4", "A+ c #D25858", "B+ c #D69898", "C+ c #D9B3B3", "D+ c #D14A4A", "E+ c #DBDADA", "F+ c #D48282", "G+ c #CC0505", "H+ c #D36D6D", "I+ c #D7A9A9", "J+ c #CD0E0E", "K+ c #DAD3D3", "L+ c #D25454", "M+ c #DBD6D6", "N+ c #D7A3A3", "O+ c #CE1E1E", "P+ c #DAC8C8", "Q+ c #D8C2C2", "R+ c #CF2D2D", "S+ c #D69494", "T+ c #CE1414", "U+ c #DABEBE", "V+ c #DAD4D4", "W+ c #D8AAAA", "X+ c #D78D8D", "Y+ c #D9ACAC", "Z+ c #D58383", "`+ c #D89E9E", " @ c #D8A7A7", ".@ c #D78C8C", "+@ c #DAC0C0", "@@ c #CF2929", "#@ c #D68181", "$@ c #DBD3D3", "%@ c #D24D4D", "&@ c #D57878", "*@ c #D68484", "=@ c #D57070", "-@ c #D46262", ";@ c #DCCACA", ">@ c #D03838", ",@ c #DCDADA", "'@ c #D46E6E", ")@ c #D46565", "!@ c #D89A9A", "~@ c #D46666", "{@ c #DCBEBE", "]@ c #CF2828", "^@ c #CD0606", "/@ c #D89292", "(@ c #DDD5D5", "_@ c #D35151", ":@ c #D45656", "<@ c #DED5D5", "[@ c #CF2222", "}@ c #DBB5B5", "|@ c #D66F6F", "1@ c #D77A7A", "2@ c #E0DEDE", "3@ c #DEDCDC", "4@ c #D56868", "5@ c #D13636", "6@ c #DDC2C2", "7@ c #DED4D4", "8@ c #D14242", "9@ c #D77E7E", "0@ c #E0DFDF", "a@ c #D23E3E", "b@ c #DEC8C8", "c@ c #DAA3A3", "d@ c #CE1010", "e@ c #D99292", "f@ c #D88686", "g@ c #D34C4C", "h@ c #DFD0D0", "i@ c #FCFCFC", "j@ c #E0DBDB", "k@ c #D45959", "l@ c #CE1616", "m@ c #DA9C9C", "n@ c #DFCDCD", "o@ c #D03636", "p@ c #D24343", "q@ c #E0CACA", "r@ c #DCB6B6", "s@ c #CE1C1C", "t@ c #DA8D8D", "u@ c #E2E1E1", "v@ c #E6E6E6", "w@ c #CF1616", "x@ c #D02929", "y@ c #D13737", "z@ c #DEC0C0", "A@ c #DFDDDD", "B@ c #D66969", "C@ c #D13434", "D@ c #E0CECE", "E@ c #E2DDDD", "F@ c #D66464", "G@ c #D87D7D", "H@ c #E1DFDF", "I@ c #DECECE", "J@ c #D13A3A", "K@ c #D45A5A", "L@ c #DCA6A6", "M@ c #D12B2B", "N@ c #DEB5B5", "O@ c #DDB7B7", "P@ c #CF1D1D", "Q@ c #D98080", "R@ c #E1CCCC", "S@ c #D23B3B", "T@ c #D76D6D", "U@ c #E2DBDB", "V@ c #DA9494", "W@ c #CD0A0A", "X@ c #CF1A1A", "Y@ c #DEB2B2", "Z@ c #E3E2E2", "`@ c #CF1E1E", " # c #DCA0A0", ".# c #D56767", "+# c #D34141", "@# c #E1D3D3", "## c #DFBCBC", "$# c #D02828", "%# c #D34444", "&# c #E1C7C7", "*# c #DFD1D1", "=# c #D87272", "-# c #E3E1E1", ";# c #E3DBDB", "># c #D65E5E", ",# c #D87979", "'# c #E3DFDF", ")# c #DDB8B8", "!# c #DDA3A3", "~# c #DEA5A5", "{# c #CF2121", "]# c #DDA5A5", "^# c #D99393", "/# c #D23C3C", "(# c #E1CDCD", "_# c #E1CFCF", ":# c #D34242", "<# c #D45151", "[# c #E2CFCF", "}# c #CD0404", "|# c #D77171", "1# c #E5E4E4", "2# c #DA8484", "3# c #CD0D0D", "4# c #D98383", "5# c #E4E2E2", "6# c #DFCFCF", "7# c #DFB2B2", "8# c #E1BFBF", "9# c #D34848", "0# c #E3E0E0", "a# c #DEB8B8", "b# c #CE1B1B", "c# c #D55454", "d# c #E2D7D7", "e# c #E5E0E0", "f# c #D86E6E", "g# c #D87373", "h# c #DB9E9E", "i# c #DC9898", "j# c #E0B3B3", "k# c #D02222", "l# c #CE0D0D", "m# c #E3DDDD", "n# c #DA9191", "o# c #D33D3D", "p# c #E2CCCC", "q# c #E5DDDD", "r# c #D76161", "s# c #E0B2B2", "t# c #D56565", "u# c #DA8080", "v# c #E4E3E3", "w# c #DFA9A9", "x# c #D23D3D", "y# c #D23939", "z# c #E1C4C4", "A# c #E4D8D8", "B# c #D65555", "C# c #E2C5C5", "D# c #DDBABA", "E# c #CF1F1F", "F# c #DA8787", "G# c #DF9E9E", "H# c #D23030", "I# c #DA9898", "J# c #E1CACA", "K# c #E5D3D3", "L# c #D54B4B", "M# c #E0B4B4", "N# c #D66D6D", "O# c #CE1111", "P# c #DC9292", "Q# c #DE9A9A", "R# c #CE1212", "S# c #DFABAB", "T# c #E0D6D6", "U# c #D24444", "V# c #D44D4D", "W# c #E2D0D0", "X# c #E5D4D4", "Y# c #D54F4F", "Z# c #D44444", "`# c #E3D0D0", " $ c #E1DBDB", ".$ c #D03131", "+$ c #DC9C9C", "@$ c #E0A4A4", "#$ c #CF1919", "$$ c #DB8282", "%$ c #E7E6E6", "&$ c #D77272", "*$ c #D65858", "=$ c #E3D5D5", "-$ c #E6D9D9", ";$ c #D75D5D", ">$ c #D23131", ",$ c #E3C5C5", "'$ c #E1E0E0", ")$ c #D02A2A", "!$ c #DEAEAE", "~$ c #E0A6A6", "{$ c #D96C6C", "]$ c #E6E2E2", "^$ c #E0D0D0", "/$ c #DA8383", "($ c #D65757", "_$ c #D12727", ":$ c #E3B9B9", "<$ c #E0D2D2", "[$ c #D55757", "}$ c #E3BEBE", "|$ c #DA7171", "1$ c #D85F5F", "2$ c #DF9C9C", "3$ c #E7E3E3", "4$ c #D12D2D", "5$ c #DFB1B1", "6$ c #D87C7C", "7$ c #DA8585", "8$ c #E1DEDE", "9$ c #D23F3F", "0$ c #D55959", "a$ c #E2D2D2", "b$ c #D76C6C", "c$ c #CE0C0C", "d$ c #DFB4B4", "e$ c #E2DADA", "f$ c #DEB0B0", "g$ c #DEA8A8", "h$ c #F4F4F4", "i$ c #FDFDFD", "j$ c #A3A3A3", "k$ c #979797", "l$ c #7E7E7E", "m$ c #919191", "n$ c #A5A5A5", "o$ c #868686", "p$ c #787878", "q$ c #909090", "r$ c #939393", "s$ c #878787", "t$ c #606060", "u$ c #757575", "v$ c #717171", "w$ c #616161", "x$ c #626262", "y$ c #5F5F5F", "z$ c #5E5E5E", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " . + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ", " @ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @ ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @ ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " @ . . . . . . . . . . . . . # $ % & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & * = - . . . . . . . . . . . . . ", " . . . . . . . . . . ; > , ' ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ~ { ] ^ = . . . . . . . . . . ", " . . . . . . . . / ^ ( _ : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < [ } | 1 . . . . . . . . ", " . . . . . . . 1 | 2 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 3 4 @ . . . . . . . ", " . . . . . . . 5 6 [ : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ) 7 . . . . . . . ", " . . . . . . . 8 9 : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < 0 8 . . . . . . . ", " . . . . . . a _ : : : : : : : : 0 ~ } b ( c d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { { { { { { { { { { { { { { h i } ) ! _ < < < < < < < < [ a . . . . . . ", " . . . . . . j _ : : : : : : : k b l m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f i k : < < < < < < [ p . . . . . . ", " . . . . . q 3 : : : : : : 3 f m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f h 9 < < < < < < _ r . . . . . ", " . . . . . s t : : : : : : u l m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f v < < < < < < t - . . . . . ", " . . . . . 4 : : : : : : w m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f x < < < < < < | . . . . . ", " . . . . . 1 y : : : : : x m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g ~ < < < < < k @ . . . . . ", " . . . . . z : : : : : A l m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g B < < < < < C . . . . . ", " . . . . . h : : : : [ e m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g i < < < < < c . . . . . ", " . . . . D E : : : : ~ m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f g g g g g g g g g g A < < < < _ s . . . . ", " . . . . F : : : : : f m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g w < < < < < q . . . . ", " @ . . . . G : : : : _ m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g b : < < < < H . . . . ", " . . . . . l : : : : ~ m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g 3 < < < < I . . . . ", " + . . . . J : : : : w m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g k < < < < n . . . . . ", " + . . . . u : : : : i m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b 2 < < < < ( . . . . . ", " + . . . . ! : : : : h m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b v < < < < h . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b v < < < < 6 . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g b b b b b b b v < < < < 6 . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b v < < < < 6 . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b v < < < < 6 . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b v < < < < 6 . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b v < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b v < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b v < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m m m m m l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b { { { { { { { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { { { { { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c c c c e e e e e e e e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g g g g b b b b b b b b b b b b b b b b b b { { { { { { { { { { { { { ~ < < < < i . . . . . ", " + . . . . k : : : : h l l l l l l l l l K L L L L L L L M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , N N N N N N N N N N N N N O O O O O G G G G G G G G G G G G G P P P P P P P P P Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R R R S S S S S S S S S I I I I I I I I I I I I I I I I I ] ] ] ] ] T T T T U U U U U U U U U U U U U U V V V V W { { { { { { { { { { ~ < < X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l l l ] Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H a a a a a a a a a a a a a a a a a a a a a a a a a a a a a Z Z Z Z Z Z Z Z Z ` ` ` ` ` ` ` ` ` 4 4 4 4 4 4 4 . ...................+.+.+.+.+.+.+.+.+.@.@.@.@.@.@.@.@.#.#.#.#.#.#.#.#.$.%.%.%.%.%.%.%.%.%.L L L L L L L L L M M M M M M M M M , , , , , , , , , N N N N S { { { { { { { { { { ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l l l ] Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H a a a a a a a a a a a a a a a a a a a a a a a a a a Z Z Z Z Z Z Z Z Z ` ` ` ` ` ` ` ` ` 4 4 4 4 4 4 4 4 4 ................+.+.+.+.+.+.+.+.+.@.@.@.@.@.@.@.@.@.#.#.#.#.#.#.#.#.#.$.%.%.%.%.%.%.%.%.L L L L L L L L L M M M M M M M M M , , , , , , , , , N N N N N N N N S { { { { { { { { { { ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l l l ] Y Y &.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.Y Y Y Y Y Y Y Y H H H H H H H H H a a a a a a a a a Z Z Z Z Z Z Z Z Z ` ` ` ` ` ` ` ` ` 4 4 4 4 4 4 4 4 4 . . . . . . . . ...................+.+.+.+.+.+.+.+.+.@.@.@.@.@.@.@.@.@.#.#.#.#.#.#.#.#.#.$.$.$.$.$.$.$.$.%.%.N O I { { { { { { { { h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l l l ] Y Y &.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.Y Y Y Y Y Y Y Y Y H H H H H H H H H a a a a a a a a a Z Z Z Z Z Z Z Z Z ` ` ` ` ` ` ` ` ` 4 4 4 4 4 4 4 4 4 . . . . . . . . ...................+.+.+.+.+.+.+.+.+.@.@.@.@.@.@.@.@.#.#.#.#.#.#.#.#.#.$.$.$.$.$.$.$.$.$.%.%.%.%.%.%.N O I { { { { { { h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l l l ] Y Y &.&.Y $.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.$.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.L L L L L L L L L M M M M M M M M M M M M M M M M M M , , , , , , , , , N N N N N N N N N N N N N N N N N O O O O O O O O O G G G G G G G G G G G G G G G G G G P P P P P P P P P Q Q Q Q Q Q Q N %.L O G ] { { { { h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l l l n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.T L L O G ] { { { h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l l n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.T L M G P T { h h h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l l l n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.U M M G P T h h h h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 l l n n n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.U M M Q R T h h h h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.U , , Q R T h h h h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.U , , R S U h h h h h h h h h h ~ X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.V N N R S U h h h h h h h h h h 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n ] Y Y &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.V N N R I V h h h h h h h h 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n ] Y H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.V O O S I V h h h h h h h 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n n T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.V O O S ] -.h h h h h 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n n n o T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.-.G G I ] -.h h h 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n n n o o o T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.-.G G I ] K h 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n n n o o o o o T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.*.*.*.*.-.P P ] T K 6 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n n o o o o o o o T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m l l l m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.*.*.*.*.-.P P ] T W 6 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : 6 n o o o o o o o o T H H &.&.H *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.*.*.*.*.-.Q Q T U W 6 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o o T H H &.&.a *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.*.K Q Q T U W 6 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o o T a a Y Y a *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.=.=.=.=.K Q R U V W 6 6 6 6 6 6 6 6 6 6 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o o U a a Y Y Z *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m m m =.=.=.=.=.=.=.=.K R R U V W 6 6 6 6 6 6 6 6 6 i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o o U Z Z a H Z *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m =.=.=.=.=.K R S V -.;.6 6 6 6 6 6 6 i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o o U Z Z a H Z *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l l l l l m m m m m m m m m m m m m m m =.>.S S V -.;.6 6 6 6 6 i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o o o ' V Z ` Z a ` *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m l l l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l l l m m m m m m m m m m m m W I S -.K ,.6 6 6 6 i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o o ' ' ' V ` ` Z a ` *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m m l l l l l l l l l l l l l l l l n n n n n n n n n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o o o o o o o o o o o o '.).!.~.{.].o n n n n n n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l l m m m m m m m m W ] ] -.K ,.6 6 i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o o o ' ' ' ' V ` 4 ` Z 4 *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m l l l l l l l l l l l l ^./.(._.:.n n n n n n n n n n n n n n n n n n n o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o <.[.}.|.|.|.|.|.1.2.o o o o o o o o o o n n n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l l m m m m W ] ] K >.3.i i i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o o o ' ' ' ' ' ' -.4 4 ` Z 4 *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m l l l l l l l l l l l l l 4.5.|.|.|.|.6.7.n n n n n n n n n n n o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o 8.9.0.|.|.|.|.|.|.|.|.a.b.o o o o o o o o o o o o o o o n n n n n n n n n n n n n n n n n n n l l l l l l l l l l l l l l m ;.T T K >.3.i i i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : i o ' ' ' ' ' ' ' ' -.4 4 4 ` 4 *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m m l l l l l l l l l l l l l n c.d.e.|.|.|.|.|.|.|.f.n n n n n o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' g.h.i.|.|.|.|.|.|.|.|.|.|.|.j.o o o o o o o o o o o o o o o o o o o o o n n n n n n n n n n n n n n n n n l l l l l l l l l l l ,.T T >.W k.i i i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' -. . .4 ` 4 *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m l l l l l l l l l l l l n n n n l.m.|.|.|.|.|.|.|.|.|.|.n.o o o o o o o o o o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o.p.q.|.|.|.|.|.|.|.|.|.|.|.|.|.r.s.' ' o o o o o o o o o o o o o o o o o o o o o o o n n n n n n n n n n n n n n n l l l l l l l l ,.U U W W k.i i i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' -. . . .4 .*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.m m m m m m m m m m m l l l l l l l l l l l l n n n n n c.t.u.|.|.|.|.|.|.|.|.|.|.|.|.v.o o o o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' w.x.y.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.z.' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o o o o o o o o n n n n n n n n n n n n n n l l l l ,.U U W ;.*.i i i i i i i i i i 2 X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' K .... .4 .*.*.*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m l l l l l l l l l l l l n n n n n n n A.m.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.v.o o o o o o ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' B.C.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.D.E.' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o o o o o o n n n n n n n n n n n n n l 3.V V ;.;.*.i i i i i i i i i J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' K .... . ...*.*.*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m m l l l l l l l l l l l n n n n n n n n c.t.u.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.F.G.' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d H.I.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.!.' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o o o o n n n n n n n n n n n 3.V V ;.;.*.i i i i i i i i J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' K @.@... ...*.*.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.=.m m m m m m m m m l l l l l l l l l l l n n n n n n n n n n J.K.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.L.G.' ' ' ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d d d d d d d d d d d M.N.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.q.O.d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o o o n n n n n n n 3.-.-.,.,.*.i i i i i i J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' ' ' >.@.@.....+.*.*.*.*.*.*.*.=.=.=.=.=.=.=.=.=.m m m m m m m m m m l l l l l l l l l l n n n n n n n n n n n n P.Q.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.).G.' ' ' ' ' ' d d d d d d d d d d d d d d d d d d d d d d d d d d d d H.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.R.d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o o n n n n 3.-.-.,.,.=.i i i i J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' ' ' d d >.#.#.+...+.*.*.*.*.*.*.=.=.=.=.=.=.=.=.m m m m m m m m m m l l l l l l l l l l n n n n n n n n n n n o o o S.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.T.U.d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d V.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.W.X.d d d d d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o o o o n 3.K K 3.3.=.i i J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' ' ' d d d d >.#.#.+.+.@.*.*.*.*.=.=.=.=.=.=.=.=.m m m m m m m m m l l l l l l l l l l n n n n n n n n n n n o o o o o o Y.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.Z.X.d d d d d d d d d d d d d d d d d c c c c c c c c c c c c c c c `.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.6. +c d d d d d d d d d d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o o o o *.>.K 3.3.=.i J J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' ' d d d d d d W $.$.@.+.@.*.*.=.=.=.=.=.=.=.=.m m m m m m m m m l l l l l l l l l l n n n n n n n n n n o o o o o o o o o .+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.++@+d d d d d d d d c c c c c c c c c c c c c c c c c c c c c c c #+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.$+c c c c c c c c c c c d d d d d d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o o o o *.W W k.k.l J J J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J ' ' d d d d d d d W $.$.@.+.#.=.=.=.=.=.=.=.=.=.m m m m m m m m l l l l l l l l l l n n n n n n n n n n o o o o o o o o o o o %+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.&+*+c c c c c c c c c c c c c c c c c c c c c c c c c c c c c =+-+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.Z.c c c c c c c c c c c c c c c c c c d d d d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' o o o o *.W W k.*.l J J J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : : J d d d d d d d d d W %.%.#.@.#.=.=.=.=.=.=.=.m m m m m m m m l l l l l l l l l n n n n n n n n n n o o o o o o o o o o o ' ' ' ;+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.>+,+c c c c c c c c c c c c c c c c c c c c c c c e e e e '+)+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.!+~+c c c c c c c c c c c c c c c c c c c c c c c c d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' ' ' ' o *.W ;.*.=.n J J J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : : : < } d d d d d d d d d W %.%.#.@.$.=.=.=.=.=.m m m m m m m m l l l l l l l l l n n n n n n n n n n o o o o o o o o o o ' ' ' ' ' ' {+]+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.^+/+c c c c c c c c c c e e e e e e e e e e e e e e e e (+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.e._+e e e e e e e e c c c c c c c c c c c c c c c c c c c c c d d d d d d d d d d d d d d d ' ' ' ' ' ' ' ' ' ' m ;.;.*.=.n J J J J J J J J J J ! X X X X i . . . . . ", " + . . . . k : < < < } d d d d d d d d d W L L $.#.$.=.=.=.m m m m m m m m l l l l l l l l l n n n n n n n n n n o o o o o o o o o o ' ' ' ' ' ' ' ' ' :+a.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1.<+c c e e e e e e e e e e e e e e e e e e e e e e [+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.$+e e e e e e e e e e e e e e e e c c c c c c c c c c c c c c c c c c d d d d d d d d d d d d d d ' ' ' ' ' ' ' m ;.,.=.m o J J J J J J J J J J k X X X X i . . . . . ", " + . . . . k < < < < } d d d d d d d d d ;.L L $.#.$.=.=.m m m m m m m m l l l l l l l l n n n n n n n n n o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' d d }+|+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1+2+e e e e e e e e e e e e e e e e e e e e e e 2+D.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.3+e e e e e e e e e e e e e e e e e e e e e e e c c c c c c c c c c c c c c c c d d d d d d d d d d d d d ' ' ' ' m ,.,.=.m o J J J J J J J J } } k X X X X i . . . . . ", " + . . . . k < < < < } d d d d d d d d d ;.L M %.$.%.m m m m m m m m l l l l l l l l n n n n n n n n n o o o o o o o o o o ' ' ' ' ' ' ' ' ' ' d d d d d d 4+5+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.6+7+e e e e e e e e e e e e e e ( ( ( ( ( ( 8+e.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.9+0+( ( ( e e e e e e e e e e e e e e e e e e e e e e e e e c c c c c c c c c c c c c c c d d d d d d d d d d d d ' m ,.,.m l ' J J J J J J } } } } k X X X X i . . . . . ", " + . . . . k < < < < } d d d d d d d d d ;.M M %.%.%.m m m m m m l l l l l l l l n n n n n n n n n o o o o o o o o o ' ' ' ' ' ' ' ' ' ' ' d d d d d d d d d M.a+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+c+'+e e e ( ( ( ( ( ( ( ( ( ( ( ( ( ( d+e+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.-+f+( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e e e e e e e e c c c c c c c c c c c c c c d d d d d d d d d d l 3.3.m l ' J J J J J } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } d d d d d d d c c ;.M , L L L m m m m l l l l l l l l l n n n n n n n n o o o o o o o o o ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d d c c c g+h+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.i+j+( ( ( ( ( ( ( ( ( ( ( ( ( ( ( k+l+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.r.m+( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e e e e e c c c c c c c c c c c c c d d d d d d d l k.k.l n ' J J J } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } d d d d d d c c c ;., , L L L m m m l l l l l l l l n n n n n n n n o o o o o o o o o ' ' ' ' ' ' ' ' ' ' d d d d d d d d d d c c c c c c c n+o+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.p+q+( ( ( ( ( ( ( ( ( ( ( ( ( r+l+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+s+( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e e e c c c c c c c c c c c c c d d d d l *.*.l n ' J } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } d d d d c c c c c ;., , M M M m l l l l l l l l n n n n n n n n o o o o o o o o o ' ' ' ' ' ' ' ' ' d d d d d d d d d d d c c c c c c c c c c t+u+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.v+8+( ( ( ( ( f f f f f f w+x+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.y+f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e e e c c c c c c c c c c c d d l *.*.l o d } } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } d d c c c c c c c ,.N N M M M l l l l l l l n n n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' ' d d d d d d d d d d c c c c c c c c c c c e e e z+A+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.e.B+f f f f f f f f f C+x+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.D+E+f f f f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e c c c c c c c c c c o =.=.n o d } } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c ,.N N , , N l l l l l l n n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' ' d d d d d d d d d d c c c c c c c c c c e e e e e e e e F+G+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+H+f f f f f f f I+J+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.W.K+f f f f f f f f f f f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e e e c c c c c c c o =.=.n ' c } } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c ,.O O , , N l l l l n n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' ' d d d d d d d d d c c c c c c c c c c c e e e e e e e e e e e <+-+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.L+M+f f f f N+u.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.O+P+g g g g g f f f f f f f f f f f f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e c c c c c o m m ' ' c } } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c ,.O O , N O l l l n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' ' d d d d d d d d d c c c c c c c c c c e e e e e e e e e e e ( ( ( ( Q+R+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.Q.P+g g S+G+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.T+U+g g g g g g g g g g g g g g g g f f f f f f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e e c c o m m ' ' e } } } } } } } } } } k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c 3.G G N N O l n n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d d c c c c c c c c c c e e e e e e e e e e ( ( ( ( ( ( ( ( V+L+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.0.W+X+D.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1+Y+g g g g g g g g g g g g g g g g g g g g g g g g f f f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e e e ' l l d d e } } } } } } } } } t k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c 3.G G N O G n n n n n n n o o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d d c c c c c c c c c e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( ( f Z+6+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.q.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.6+`+g g g g g g g g g g g g g g g g g g g g g g g g g g g g g g f f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( ( e e e e e e e e d l l d d ( } } } } } } } t t t k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c c 3.P P O O G n n n n n n o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d d c c c c c c c c c e e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( f f f f f @T+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.q..@b b b b b b b b b b b b b g g g g g g g g g g g g g g g g g g g g g g g f f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( e e e e e d n n c c ( } } } } } t t t t t k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c c c e k.P P G O P n n n n o o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( ( ( f f f f f f f f f +@@@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+#@b b b b b b b b b b b b b b b b b b b b b b g g g g g g g g g g g g g g g g g g g f f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( e e e d n n c c ( } } } t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < } c c c c c c e e e k.Q Q P G P n n n o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f f f $@%@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.&@b b b b b b b b b b b b b b b b b b b b b b b b b b b b b g g g g g g g g g g g g g g g g f f f f f f f f f f f f ( ( ( ( ( ( ( ( ( ( ( d o o e e f } } t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < } c c c c e e e e e k.Q Q P G Q n o o o o o o o o ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( ( f f f f f f f f f f f g g g g g g *@G+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.=@{ { { { { { { b b b b b b b b b b b b b b b b b b b b b b b b b b b b g g g g g g g g g g g g g g g f f f f f f f f f f f ( ( ( ( ( ( ( ( c ' o e e f t t t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < } c c c e e e e e e k.R R Q P Q o o o o o o o ' ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f f f g g g g g g g g g g W+v+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.-@{ { { { { { { { { { { { { { { { { { { { b b b b b b b b b b b b b b b b b b b b g g g g g g g g g g g g g g f f f f f f f f f f ( ( ( ( ( ( c ' d ( f g t t t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < } c e e e e e e e e *.R R Q P R o o o o o o ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f f g g g g g g g g g g g g g b ;@>@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.-@{ { { { { { { { { { { { { { { { { { { { { { { { { { { { b b b b b b b b b b b b b b b b b g g g g g g g g g g g g f f f f f f f f f f f ( ( ( c d d ( f g t t t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e e *.S S R R S o o o o o ' ' ' ' ' ' ' d d d d d d d c c c c c c c c e e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f f g g g g g g g g g g g b b b b b b ,@'@q.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.)@{ { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { b b b b b b b b b b b b b b g g g g g g g g g g g g f f f f f f f f f f ( c d c f g b t t t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e e *.S S R R S o o o ' ' ' ' ' ' ' d d d d d d d d c c c c c c c c e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g g g b b b b b b b b b b b !@J+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.~@h h h h h h h h h h h h h h h h h { { { { { { { { { { { { { { { { { { { { { { { b b b b b b b b b b b b b g g g g g g g g g g g f f f f f f f f f ( c c f g b t t t t t t t t t t k X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e e *.S I S S I o o ' ' ' ' ' ' ' d d d d d d d c c c c c c c c e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g g b b b b b b b b b b b b b { { {@]@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.^@/@h h h h h h h h h h h h h h h h h h h h h h h h h h { { { { { { { { { { { { { { { { { { b b b b b b b b b b b b g g g g g g g g g g g f f f f f f ( c c g b { t t t t t t t t t w y X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e e *.I I I S I o ' ' ' ' ' ' ' d d d d d d d c c c c c c c e e e e e e e e ( ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g g b b b b b b b b b b b b { { { { { { (@_@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.:@<@h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h { { { { { { { { { { { { { { { b b b b b b b b b b b b g g g g g g g g g g f f f f ( e e g b { t t t t t t t w w w y X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e e *.] T ] I ] ' ' ' ' ' ' d d d d d d d c c c c c c c c e e e e e e e e ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g b b b b b b b b b b b { { { { { { { { { { { { .@1+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.[@}@h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h { { { { { { { { { { { { { { b b b b b b b b b b b b g g g g g g g g g f f ( e e b { h t t t t t t w w w w y X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e e ( m T T ] I ] ' ' ' ' ' d d d d d d d c c c c c c c e e e e e e e e ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g b b b b b b b b b b { { { { { { { { { { { { { h h h |@b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.r.1@2@6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h h h h h h h h h h { { { { { { { { { { { { b b b b b b b b b b b g g g g g g g g g f ( ( b { h t t t t w w w w w w y X X X X i . . . . . ", " + . . . . k < < < < t e e e e e e e ( ( m T T T ] T ' ' ' ' d d d d d d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( ( f f f f f f f f f g g g g g g g g g b b b b b b b b b b { { { { { { { { { { { { h h h h 3@4@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.5@6@6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h h h h h { { { { { { { { { { { { b b b b b b b b b b g g g g g g g g f ( b h 6 t t w w w w w w w w y X X X X i . . . . . ", " + . . . . k < < < < t e e e e e ( ( ( ( m U U T ] T ' ' ' d d d d d d c c c c c c c c e e e e e e e ( ( ( ( ( ( ( ( f f f f f f f f g g g g g g g g g b b b b b b b b b { { { { { { { { { { { h h h h h h h 7@8@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1+9@0@6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h h h { { { { { { { { { { { { b b b b b b b b b g g g g g g g g { h 6 w w w w w w w w w w y X X X X i . . . . . ", " + . . . . k < < < < t e e e ( ( ( ( ( ( m U U U T U ' d d d d d d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( ( f f f f f f f f g g g g g g g g b b b b b b b b b b { { { { { { { { { { h h h h h h h h h {@[@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.a@b@i i i i 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h h { { { { { { { { { { { b b b b b b b b b g g g g g g { 6 i w w w w w w w w w w y X X X X i . . . . . ", " + . . . . k < < < < t e ( ( ( ( ( ( ( ( l V V U T U d d d d d d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( f f f f f f f f g g g g g g g g g b b b b b b b b b { { { { { { { { { { h h h h h h h h h h c@1.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.d@e@i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h { { { { { { { { { { b b b b b b b b b g b b b h 6 i w w w w w w w w w w y X X X X i . . . . . ", " + . . . . k < < < < t ( ( ( ( ( ( ( ( ( l V V U U -.d d d d d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( f f f f f f f f g g g g g g g g b b b b b b b b { { { { { { { { { { h h h h h h h h h h h h f@6+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.g@h@i i i i i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h h { { { { { { { { { b b b b b b b b { b b h 6 i w w w w w w w w w w y X X i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( ( ( l -.-.V V -.d d d d d c c c c c c e e e e e e e ( ( ( ( ( ( ( f f f f f f f f g g g g g g g g b b b b b b b b { { { { { { { { { { h h h h h h h h h h 6 6 j@k@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.l@m@i i i i i i i i i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h h { { { { { { { { { b b b b b b { { { 6 i i w w w w w w w w w w y i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( ( ( l -.-.V -.-.d d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( f f f f f f f g g g g g g g g b b b b b b b b { { { { { { { { { h h h h h h h h h h h 6 6 6 n@o@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.p@q@J J i i i i i i i i i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h h { { { { { { { { { b b b b { { { 6 i J w w w w w w w w w w A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( ( ( l K K -.-.-.d d c c c c c c c e e e e e e e ( ( ( ( ( ( ( f f f f f f f g g g g g g g g b b b b b b b b { { { { { { { { h h h h h h h h h h 6 6 6 6 6 r@s@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.d@t@u@J J J J J J J J i i i i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h { { { { { { { { { b b { h h i J J w w w w w w w w v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( ( ( l K K -.-.K d c c c c c c c e e e e e e ( ( ( ( ( ( ( f f f f f f f f g g g g g g g b b b b b b b b { { { { { { { { h h h h h h h h h h 6 6 6 6 6 6 e@1+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.w@x@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.y@z@J J J J J J J J J J J J i i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h { { { { { { { { { h h h i J J w w w w w w v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( ( ( n >.>.K K K c c c c c c c e e e e e e ( ( ( ( ( ( ( f f f f f f f g g g g g g g b b b b b b b b { { { { { { { { h h h h h h h h h 6 6 6 6 6 6 6 A@B@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.C@D@E@F@b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1+G@H@J J J J J J J J J J J J J J i i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 h h h h h h h h h { { { { { { { h h 6 J } } w w w w v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( ( ( f f o >.>.K K >.c c c c c c e e e e e e ( ( ( ( ( ( ( f f f f f f f g g g g g g g b b b b b b b b { { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 6 I@J@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.K@E@J J J L@l+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.M@N@J J J J J J J J J J J J J J J J J i i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 h h h h h h h h { { { { { h 6 6 J } } w w w v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( ( f f f f o W W >.>.>.c c c c c e e e e e e ( ( ( ( ( ( ( f f f f f f g g g g g g g g b b b b b b b { { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 6 6 O@P@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.I.Q@J J } } } } R@S@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.6+T@U@} } } J J J J J J J J J J J J J J J i i i i i i i i i i i 6 6 6 6 6 6 6 6 6 6 h h h h h h h h { { { h 6 i t t t w v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( ( ( f f f f f o W W >.>.>.c c c e e e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g g b b b b b b b { { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 6 6 i V@W@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.X@Y@} } } } } } } } Z@Q@I.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.`@ #} } } } } } } J J J J J J J J J J J J J i i i i i i i i i i 6 6 6 6 6 6 6 6 6 h h h h h h h h h { 6 i i t t w v@v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w ( ( f f f f f f f o W ;.W W W c c c e e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g g b b b b b b b { { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 6 i 2@.#b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.+#@#} } } } } } } } } } } ##$#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.%#&#} } } } } } } } } J J J J J J J J J J J J i i i i i i i i i i 6 6 6 6 6 6 6 6 h h h h h h h h 6 i i w w v@v@v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' ;.;.W W W c c e e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g g b b b b b b b { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 6 i i *#a@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.q.=#-#} } } } } } } } } t t t t ;#>#b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.W@,#'#} } } } } } } } } } J J J J J J J J J J J i i i i i i i i i i 6 6 6 6 6 6 6 6 h h h h h h i } J w w v@v@v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' ;.,.;.;.;.c e e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b b { { { { { { { { h h h h h h h 6 6 6 6 6 6 6 6 i i i )#`@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.T+!#} } } } } t t t t t t t t t t t t ~#l@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.{#]#} } } } } } } } } } } } J J J J J J J J J J J i i i i i i i i i 6 6 6 6 6 6 6 6 h h h h i } } v@v@) v@v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' ,.,.;.;.;.e e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b b { { { { { { { h h h h h h h h 6 6 6 6 6 6 6 i i i i ^#W@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|./#(#} } t t t t t t t t t t t t t t t t t _#:#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+<#[#t } } } } } } } } } } } } J J J J J J J J J J i i i i i i i i 6 6 6 6 6 6 6 6 h h h J t t v@v@) v@v@v@v@v@v@v@v@v@v@A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' ,.,.,.,.,.e e e e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b b { { { { { { { h h h h h h h 6 6 6 6 6 6 6 6 i i i 2@B@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.}#|#-#t t t t t t t t t t t t t t t t t t w w w 1#2#h+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.3#4#5#t t } } } } } } } } } } } J J J J J J J J J J i i i i i i i i 6 6 6 6 6 6 6 6 h J t t v@) ) v@v@v@v@v@v@v@v@) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' 3.k.,.,.,.e e e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b b { { { { { { h h h h h h h h 6 6 6 6 6 6 6 i i i i 6#J@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.s@7#t t t t t t t t t t t t t w w w w w w w w w w w w 8#M@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.9#0#t t t t } } } } } } } } } } } J J J J J J J J J i i i i i i i i 6 6 6 6 6 6 6 J w w ) ) ) v@v@v@v@v@v@v@) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f f ' k.k.k.3.3.e e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h h 6 6 6 6 6 6 6 6 i i i i a#b#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.c#d#t t t t t t t t t t w w w w w w w w w w w w w w w w w e#f#}#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.g#t t t t t t t } } } } } } } } } } J J J J J J J J i i i i i i i i 6 6 6 6 6 6 } w w ) x x v@v@v@v@v@) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f f f g d *.*.k.3.3.e e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h h 6 6 6 6 6 6 6 i i i i i h#u.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.d@i#t t t t t t t t w w w w w w w w w w w w w w w w w w w w w w v@j#k#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.l#m#t t t t t t t t } } } } } } } } } } J J J J J J J J i i i i i i i i 6 6 6 6 t v@v@x x x v@v@v@) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f f f g g g d *.*.k.k.k.e ( ( ( ( ( ( f f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h h 6 6 6 6 6 6 6 i i i i i n#I.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.o#p#t t t t t t w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@q#r#b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.s#t t t t t t t t t t t } } } } } } } } } J J J J J J J J i i i i i i i 6 6 6 t v@v@x x u v@v@) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f f f g g g g g d =.=.*.k.k.e ( ( ( ( ( ( f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 6 i i i i i 2@t#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.1+u#v#t t t t w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@w#X@|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.~#w w w t t t t t t t t t t } } } } } } } } J J J J J J J J i i i i i i i i 6 t ) ) u u u ) ) ) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f f g g g g g g g d =.=.*.*.*.( ( ( ( ( ( f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 6 i i i i i *#x#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.y#z#t t t w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@A#B#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.C#w w w w w t t t t t t t t t t } } } } } } } } J J J J J J J J i i i i i i i t ) ) u v v ) ) ) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < w f g g g g g g g g c m m =.*.=.( ( ( ( ( f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 6 i i i i i D#E#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.l#F#v#t t w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) G#T+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.H#w w w w w w w w w t t t t t t t t t } } } } } } } } J J J J J J J i i i i i i t x x v ~ v ) ) ) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g g c m m =.m m ( ( ( ( f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 6 i i i i i I#u.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.:#J#t t w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) K#L#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.G+M#v@w w w w w w w w w w t t t t t t t t } } } } } } } } J J J J J J J i i i i i w x x v ~ v ) ) ) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g g c l l m m m ( ( ( f f f f f f g g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i H@N#b+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.O#P#t t w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) Q#T+|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.R#S#v@v@v@v@v@w w w w w w w w w t t t t t t t t } } } } } } } } J J J J J J J i i i w u u ~ 2 ~ ) ) ) ) ) ) ) ) ) ) A i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g g c l l m m l ( ( ( f f f f f f g g g g g b b b b b b { { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i T#U#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.V#W#t w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) X#Y#|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.Z#`#v@v@v@v@v@v@v@v@w w w w w w w w w t t t t t t t t } } } } } } } J J J J J J J i i w u u ~ 2 ~ ) ) ) ) ) ) ) ) ) x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g g c n n l l l ( ( f f f f f f g g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i $.$|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.l@+$t w w w w w w w w w v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x x x @$#$|.|.|.|.|.|.|.|.|.|.|.|.|.h+$$%$) v@v@v@v@v@v@v@v@v@v@w w w w w w w w w t t t t t t t } } } } } } } J J J J J J J i w u v 2 ! 2 ) ) ) ) ) ) ) x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g g c n n l l n ( f f f f f f g g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i &$|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.b+*$=$t w w w w w w w w v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x x x x x x x x x -$;$|.|.|.|.|.|.|.|.|.|.|.>$,$) ) ) ) ) ) v@v@v@v@v@v@v@v@v@w w w w w w w w t t t t t t t t } } } } } } } J J J J J J v@v v 2 ! 2 ) ) ) ) ) x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g g g b e o o n n n ( f f f f f g g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i '$#$|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.)$!$t w w w w w w w w v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ~$#$|.|.|.|.|.|.|.}#{$]$) ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@v@v@w w w w w w w w t t t t t t t } } } } } } } J J J J J ) v ~ ! k 2 ) ) ) ) x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g g b b b ( o o n n n f f f f f f g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i i ^$|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.J+/$-#t w w w w w w w v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u x x x x x x -$($b+|.|.|.|._$:$x x x ) ) ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@v@v@w w w w w w w t t t t t t t } } } } } } } J J J J ) 2 ~ ! k 2 ) ) x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g g g b b b b ( o ' o o o f f f f f g g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i i J <$|.|.|.|.|.|.|.|.|.|.|.|.|.b+[$W#t w w w w w w w w v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u u u u u u u u u x }$|$Y#1$2$3$x x x x x x x ) ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@v@w w w w w w w t t t t t t t } } } } } } } J J J ) 2 2 k y ! x x x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g g g b b b b b b ( ' ' o o o f f f f g g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i J J J P@|.|.|.|.|.|.|.|.|.|.|.4$5$t t w w w w w w w v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) x x x x x x x x x x x u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u x x x x x x x x x x x x ) ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@v@w w w w w w w t t t t t t } } } } } } } J J x ! ! k y k x x x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < v@g b b b b b b b b ( ' d ' ' ' f f f f g g g g g b b b b b b { { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i J J J J 6$|.|.|.|.|.|.|.|.|.d@7$-#t t w w w w w w w v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) x x x x x x x x x x u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u x x x x x x x x x x ) ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w w t t t t t t t } } } } } } J x ! ! A A y x x x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b ( d d ' ' ' f f f g g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i J J J J J 8$9$|.|.|.|.|.|.q.0$a$t t t w w w w w w v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) x x x x x x x x x u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v u u u u u u u u u u u u u u u x x x x x x x x x ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w w t t t t t t t } } } } } } x k k A A y x x x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b ( d d c d d f f f g g g g g b b b b b b { { { { { { h h h h h 6 6 6 6 6 6 i i i i i i J J J J J J } m#b$c$|.|.b+S@d$t t t t w w w w w w v@v@v@v@v@v@v@) ) ) ) ) ) ) ) x x x x x x x x x u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v v v v v v v v v v v u u u u u u u u u u u u x x x x x x x x x ) ) ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w t t t t t t t } } } } } u k k A 9 A x x x x x x x x x x 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b f c c c d d f f g g g g g g b b b b b { { { { { { h h h h h h 6 6 6 6 6 i i i i i i J J J J J J } } } } e$f$g$J#t t t t t w w w w w w v@v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x x x x u u u u u u u u u u v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v u u u u u u u u u u x x x x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w t t t t t t t } } } } v y y 9 9 A x x x x x x x x x u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b f c c e c c f f g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 6 i i i i i i J J J J J } } } } } } t t t t t t t w w w w w w v@v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x x x u u u u u u u u u v v v v v v v v v v v v v v v v v v v v ~ ~ v v v v v v v v v v v v v v v v v v v v u u u u u u u u u x x x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w t t t t t t } } } } v y y 9 3 9 x x x x x x x x u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b f e e e c c f g g g g g g b b b b b { { { { { { h h h h h 6 6 6 6 6 6 i i i i i i J J J J J J } } } } } } t t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x x x u u u u u u u u u v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v v v v v v u u u u u u u u u x x x x x x x x ) ) ) ) ) ) v@v@v@v@v@v@v@w w w w w w t t t t t t } } } v A A 3 3 9 x x x x x x u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b b b g e e e e e f g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i i J J J J J J } } } } } } t t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x x u u u u u u u u v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v v v u u u u u u u u u x x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t t t t t } } v A A 3 3 3 x x x x u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b b b { { b ( ( ( e e g g g g g g b b b b b { { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J J } } } } } } t t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x x u u u u u u u u v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v v u u u u u u u u x x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t t t t t } ~ 9 9 B B 3 x x x u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b b b { { { { b ( ( ( ( ( g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i i J J J J J J } } } } } t t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x u u u u u u u u v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v v u u u u u u u x x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t t t t t ~ 9 9 B B 3 x u u u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b b { { { { { { b f f f ( f g g g g g b b b b b { { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J J } } } } } } t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x u u u u u u u v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v v u u u u u u u x x x x x x ) ) ) ) ) ) ) v@v@v@v@v@v@w w w w w t t t t t t ~ 3 3 h$h$3 u u u u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) b b { { { { { { { b f f f ( g g g g g b b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } } t t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) ) ) x x x x x x u u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v v u u u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t t t t ~ 3 3 h$_ 3 u u u u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < ) { { { { { { { { { b g g g f g g g g g b b b b b { { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J J } } } } } t t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) x x x x x x u u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v u u u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t t t ~ B B _ 0 B u u u u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { { { b g g g g b g g g g b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } } t t t t t w w w w w w v@v@v@v@v@v@) ) ) ) ) ) x x x x x x u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v u u u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@v@w w w w w t t t t 2 h$B _ 0 B u u u u u u u u u u 9 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { { { b b b b b b g g g b b b b b b { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J J } } } } } t t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) ) x x x x x x u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ ~ v v v v v v v u u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@w w w w w w t t t 2 h$_ 0 E h$u u u u u u u u u u 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { { { { b b b b b g g g b b b b b { { { { { { h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) ) x x x x x x u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ v v v v v v v u u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@v@w w w w w w t t 2 _ _ 0 E h$u u u u u u u u v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { { { { { h { { { g g g b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i J J J J J J } } } } } t t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) ) x x x x x u u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! k k k k k k ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ ~ v v v v v v v u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@v@w w w w w t t 2 _ _ E E h$u u u u u u v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { { { h h h { { { g g b b b b b b { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J } } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) ) x x x x x x u u u u u v v v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! k k k k k k k k k k k k k k k k k ! ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v v u u u u u u x x x x x x ) ) ) ) ) ) v@v@v@v@v@w w w w w w t 2 _ _ E E h$u u u u u v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { { h h h h 6 h h h g g b b b b b { { { { { { h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } t t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) x x x x x x u u u u u u v v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! k k k k k k k k k k k k k k k k k k k k k k k ! ! ! ! ! ! ! ! ! 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v v u u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@v@w w w w w t 2 _ _ E E h$u u u v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { { { h h h 6 6 6 h h h g g b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i J J J J J J } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) ) x x x x x u u u u u u v v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! ! ! k k k k k k k k k k k k k k k k k k k k k k k k k k k k ! ! ! ! ! ! ! 2 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v v u u u u u u x x x x x ) ) ) ) ) ) v@v@v@v@v@w w w w w t 2 _ _ E E h$u v v v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { { { h h h h h 6 6 i 6 6 h g g b b b b b { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J } } } } } } t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) x x x x x x u u u u u v v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! ! k k k k k k k k k k k y y y y y y y y y y k k k k k k k k k k ! ! ! ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v u u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@w w w w w w 2 _ _ E E h$v v v v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x { { h h h h h h h 6 i i 6 6 h g b b b b b b { { { { { h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } t t t t t t w w w w w v@v@v@v@v@) ) ) ) ) ) x x x x x u u u u u u v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! ! k k k k k k k k y y y y y y y y y y y y y y y y y y k k k k k k k k ! ! ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ v v v v v v u u u u u u x x x x x ) ) ) ) ) v@v@v@v@v@v@w w w w w 2 _ _ E E _ v v v v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x h h h h h h h h h 6 i i i i 6 g b b b b b { { { { { { h h h h h 6 6 6 6 6 i i i i i J J J J J J } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) x x x x x x u u u u u v v v v v v ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! ! k k k k k k k y y y y y y y y y y y y y y y y y y y y y y k k k k k k k ! ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v v u u u u u x x x x x ) ) ) ) ) ) v@v@v@v@v@w w w w w ! _ _ E E _ v v v v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < < < x h h h h h h h h h 6 J J i i 6 g b b b b b { { { { { h h h h h h 6 6 6 6 6 i i i i i J J J J J } } } } } } t t t t t w w w w w v@v@v@v@v@v@) ) ) ) ) x x x x x u u u u u u v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! k k k k k k y y y y y y y y y y y y y y y y y y y y y y y y y k k k k k k k ! ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@v@w w w w ! _ _ E E _ v v v v v v v v v v 3 i@i@i@i@i . . . . . ", " + . . . . k < < X X x h h h h h h h h h 6 J J J J i g b b b b b { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J } } } } } t t t t t t w w w w w v@v@v@v@v@) ) ) ) ) ) x x x x x u u u u u v v v v v v ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! ! k k k k k k y y y y y y y y A A A A A A A A A A A y y y y y y y y y k k k k k k ! ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ v v v v v v u u u u u x x x x x ) ) ) ) ) ) v@v@v@v@v@w w w w ! _ _ E E _ v v v v v v v v v v B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h h h h h h i } } J J i g b b b b b { { { { { h h h h h 6 6 6 6 6 6 i i i i i J J J J J } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) x x x x x x u u u u u v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 ! ! ! ! ! ! k k k k k k y y y y y y y A A A A A A A A A A A A A A A A y y y y y y y k k k k k k ! ! ! ! ! ! 2 2 2 2 2 ~ ~ ~ ~ ~ ~ v v v v v u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@w w w w ! _ _ E E _ v v v v v v v v v ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h h h h h h i } } J } J g b b b b b { { { { { h h h h h 6 6 6 6 6 i i i i i i J J J J J } } } } } t t t t t w w w w w w v@v@v@v@v@) ) ) ) ) x x x x x u u u u u u v v v v v ~ ~ ~ ~ ~ 2 2 2 2 2 2 ! ! ! ! ! k k k k k k y y y y y y A A A A A A A A A A A A A A A A A A A y y y y y y y k k k k k k ! ! ! ! ! 2 2 2 2 2 2 ~ ~ ~ ~ ~ v v v v v u u u u u x x x x x x ) ) ) ) ) v@v@v@v@v@w w w w ! _ _ E E _ v v v v v v v ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h h h h h h i t t } } J J J J J J J J J J J J t t t t t w w w w v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) x u u u u v v v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 ! ! k k k k k k k k k y y y y y A A A A 9 9 9 9 9 9 9 3 3 B B B B B B B B B h$h$h$h$h$h$h$h$_ 0 0 0 0 _ _ _ _ 0 0 0 0 0 _ _ _ _ _ _ _ _ _ _ _ h$h$h$h$h$h$h$h$h$h$h$B B B B B 3 3 3 3 3 3 3 3 3 3 3 9 9 9 9 9 9 9 9 9 9 A A A A A A A A A 3 _ _ E E _ v v v v v ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h h h h h 6 i t t } t t t t t t t t t w w w w v@v@v@v@v@) ) ) ) ) ) ) ) ) x u u u u u u u u v v v ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 k k k k k k k k k y y A A A A A A A 9 9 9 9 9 9 9 9 3 B B B B B B B B h$h$h$h$h$h$h$h$_ 0 0 0 0 0 0 0 0 0 E E [ [ [ [ [ [ [ : : : [ [ [ [ [ [ : : : : : : [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E E E E E E E E E E E E E E E E 0 0 0 0 0 0 0 0 0 0 _ _ _ _ _ _ _ _ _ _ _ _ E E _ v v v v ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h h h 6 6 6 J w w t t t t t t w w w w w w w w v@) ) ) ) ) ) ) ) ) x x x x x u u u u v v v v v v v ~ ~ 2 2 2 2 2 2 2 2 2 ! ! ! ! k k k k y y y y y y y A A 9 9 9 9 9 9 9 9 9 3 3 3 3 B B B B B h$h$h$h$h$h$h$h$h$_ _ 0 0 0 0 0 0 0 E E E E E [ [ [ [ : : : : : : : : [ : : : : : : : : : : : [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ E E E E E E E E E E E E E E E E 0 0 0 0 0 0 0 0 0 0 0 _ _ _ _ _ _ _ _ _ _ _ E E _ v v ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h h 6 6 6 6 6 J w w w w v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) x x x x x x x x u v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! y y y y y y y y y A A A A A A A A A 9 9 9 9 9 9 9 9 9 3 3 3 3 3 3 3 3 3 B B B B B B B B B h$h$h$h$h$h$h$h$h$0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E _ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h h h 6 6 6 6 6 6 J v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) x x x x x x x x x u u v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! k k y y y y y y y A A A A A A A A A 9 9 9 9 9 9 9 9 9 3 3 3 3 3 3 3 3 3 B B B B B B B B h$h$h$h$h$h$h$h$h$_ _ _ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E _ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X x h 6 6 6 6 6 6 6 6 J t t t t w w w w w v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x u u u u u v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! k k k k k k k k k y y y y y y y y y y y y y y y y y y A A A A A 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 B B B B B B B B B B B B B B B B B B B B 3 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 6 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u 6 i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 B i@i@i@i@i . . . . . ", " + . . . . k X X X X u i i i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 B i@i@i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 B i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! h$i$i$i$i$i . . . . . ", " + . . . . k X X X X v i i i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! h$i$i$i$i$i . . . . . ", " + . . . . 2 X X X X v i i J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! _ i$i$i$i$f . . . . . ", " + . . . . t X X X X 2 J J J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! 0 i$i$i$i$m . . . . . ", " + . . . . g X X X X y J J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! E i$i$i$i$W . . . . . ", " . . . . . l X X X X 9 J J J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! : i$i$i$i$P . . . . ", " . . . . . Q X X X X E J J J J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! k i@i$i$i$i$j$. . . . ", " . . . . k$X X X X X w J J J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 9 i$i$i$i$X l$. . . . ", " . . . . = [ X X X X ! J J J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! E i$i$i$i$_ - . . . . ", " . . . . . u X X X X [ } J J J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! y i@i$i$i$i$c . . . . @ ", " . . . . . #.X X X X X y J J J J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! [ i$i$i$i$i@m$. . . . . ", " . . . . . D 0 X X X X X v J } } } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! h$i$i$i$i$i$2 . . . . . ", " . . . . . O X X X X X X ! } } } } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! h$i@i$i$i$i$i@n$. . . . . ", " . . . . . s ! X X X X X X h$) } } } } } } } } } } } } } t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! A [ i$i$i$i$i$i$} . . . . . . ", " . . . . . o$[ X X X X X X X _ y u t } } } } } } } t t t t t t t t t t t t t t t t t t w w w w w w w w w w w w w w w w w w v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@v@) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! y B [ i@i$i$i$i$i$i$E p$. . . . . ", " + . . . . . C : X X X X X X X X X X < : E 0 0 E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : < X i@i$i$i$i$i$i$i$i$i$: q$. . . . . + ", " . . . . . . C [ X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$[ r$. . . . . . ", " . . . . . . s$! X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$! & . . . . . . ", " . . . . . . . ; P _ X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$[ N 1 . . . . . . t$ ", " + . . . . . . . u$N ~ _ < X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i@i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$i$< A G v$. . . . . . . w$ ", " x$. . . . . . . . 1 q &.K ( i t ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u u v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v v ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ u x i k.Z s$- . . . . . . . . t$ ", " w$. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + ", " t$. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . y$ ", " t$+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + y$ ", " t$+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . x$z$ ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " "}; wxmaxima-Version-18.02.0/src/main.cpp000066400000000000000000000313601324204105000173510ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2015-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file The file that defines the starting point of the program */ #include #include #include #include #include #include #include #include #include "Dirstructure.h" #include #include "wxMaxima.h" #include "Setup.h" // On wxGTK2 we support printing only if wxWidgets is compiled with gnome_print. // We have to force gnome_print support to be linked in static builds of wxMaxima. #if defined wxUSE_LIBGNOMEPRINT #if wxUSE_LIBGNOMEPRINT #include "wx/html/forcelnk.h" FORCE_LINK(gnome_print) #endif #endif IMPLEMENT_APP(MyApp) void MyApp::Cleanup_Static() { if (m_frame) m_frame->CleanUp(); } bool MyApp::OnInit() { m_frame = NULL; // atexit(Cleanup_Static); int lang = wxLANGUAGE_UNKNOWN; bool exitAfterEval = false; bool evalOnStartup = false; wxCmdLineParser cmdLineParser(argc, argv); static const wxCmdLineEntryDesc cmdLineDesc[] = { {wxCMD_LINE_SWITCH, "v", "version", "Output the version info", wxCMD_LINE_VAL_NONE , 0}, /* Usually wxCMD_LINE_OPTION_HELP is used with the following option, but that displays a message * using a own window and we want the message on the command line. If a user enters a command * line option, he expects probably a answer just on the command line... */ {wxCMD_LINE_SWITCH, "h", "help", "show this help message", wxCMD_LINE_VAL_NONE, wxCMD_LINE_OPTION_HELP}, {wxCMD_LINE_OPTION, "o", "open", "open a file", wxCMD_LINE_VAL_STRING , 0}, {wxCMD_LINE_SWITCH, "e", "eval", "evaluate the file after opening it.", wxCMD_LINE_VAL_NONE , 0}, {wxCMD_LINE_SWITCH, "b", "batch", "run the file and exit afterwards. Halts on questions and stops on errors.", wxCMD_LINE_VAL_NONE, 0}, { wxCMD_LINE_OPTION, "f", "ini", "allows to specify a file to store the configuration in", wxCMD_LINE_VAL_STRING , 0}, {wxCMD_LINE_PARAM, NULL, NULL, "input file", wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL | wxCMD_LINE_PARAM_MULTIPLE}, {wxCMD_LINE_NONE, "", "", "", wxCMD_LINE_VAL_NONE, 0} }; cmdLineParser.SetDesc(cmdLineDesc); cmdLineParser.Parse(); wxString ini, file; // Attention: The config file is changed by wxMaximaFrame::wxMaximaFrame::ReReadConfig if (cmdLineParser.Found(wxT("f"),&ini)) { wxConfig::Set(new wxFileConfig(wxT("wxMaxima"), wxEmptyString, ini)); m_configFileName = ini; } else wxConfig::Set(new wxConfig(wxT("wxMaxima"))); wxImage::AddHandler(new wxPNGHandler); wxImage::AddHandler(new wxXPMHandler); wxImage::AddHandler(new wxJPEGHandler); wxFileSystem::AddHandler(new wxZipFSHandler); Dirstructure dirstructure; wxConfigBase *config = wxConfig::Get(); lang = wxLocale::GetSystemLanguage(); config->Read(wxT("language"), &lang); if(wxLocale::IsAvailable(lang)) m_locale.Init(lang); else m_locale.Init(wxLANGUAGE_ENGLISH); #if defined (__WXMSW__) wxSetEnv(wxT("LANG"), m_locale.GetName()); if (!wxGetEnv(wxT("BUILD_DIR"), NULL)) { wxString dir = wxPathOnly(wxStandardPaths::Get().GetExecutablePath()); if(dir != wxEmptyString) wxSetWorkingDirectory(wxPathOnly(wxStandardPaths::Get().GetExecutablePath())); } Dirstructure dirstruct; wxString fontPrefix = dirstruct.FontDir() + wxT("/"); /* Add private jsMath fonts, if they exist */ if (wxFileExists(fontPrefix + wxT(CMEX10) + wxT(".ttf"))) AddFontResource(fontPrefix + wxT(CMEX10) + wxT(".ttf")); if (wxFileExists(fontPrefix + wxT(CMSY10) + wxT(".ttf"))) AddFontResource(fontPrefix + wxT(CMSY10) + wxT(".ttf")); if (wxFileExists(fontPrefix + wxT(CMR10) + wxT(".ttf"))) AddFontResource(fontPrefix + wxT(CMR10) + wxT(".ttf")); if (wxFileExists(fontPrefix + wxT(CMMI10) + wxT(".ttf"))) AddFontResource(fontPrefix + wxT(CMMI10) + wxT(".ttf")); if (wxFileExists(fontPrefix + wxT(CMTI10) + wxT(".ttf"))) AddFontResource(fontPrefix + wxT(CMTI10) + wxT(".ttf")); /* Add private Libertine fonts, if they exist */ if (wxFileExists(fontPrefix + wxT(LIBERTINE1))) AddFontResource(fontPrefix + wxT(LIBERTINE1)); if (wxFileExists(fontPrefix + wxT(LIBERTINE2))) AddFontResource(fontPrefix + wxT(LIBERTINE2)); if (wxFileExists(fontPrefix + wxT(LIBERTINE3))) AddFontResource(fontPrefix + wxT(LIBERTINE3)); if (wxFileExists(fontPrefix + wxT(LIBERTINE4))) AddFontResource(fontPrefix + wxT(LIBERTINE4)); if (wxFileExists(fontPrefix + wxT(LIBERTINE5))) AddFontResource(fontPrefix + wxT(LIBERTINE5)); if (wxFileExists(fontPrefix + wxT(LIBERTINE6))) AddFontResource(fontPrefix + wxT(LIBERTINE6)); if (wxFileExists(fontPrefix + wxT(LIBERTINE7))) AddFontResource(fontPrefix + wxT(LIBERTINE7)); if (wxFileExists(fontPrefix + wxT(LIBERTINE8))) AddFontResource(fontPrefix + wxT(LIBERTINE8)); if (wxFileExists(fontPrefix + wxT(LIBERTINE9))) AddFontResource(fontPrefix + wxT(LIBERTINE9)); #endif m_locale.AddCatalogLookupPathPrefix(dirstructure.LocaleDir()); m_locale.AddCatalogLookupPathPrefix(dirstructure.LocaleDir()+wxT("/wxwin")); m_locale.AddCatalogLookupPathPrefix(wxT("/usr/share/locale")); m_locale.AddCatalogLookupPathPrefix(wxT("/usr/local/share/locale")); m_locale.AddCatalog(wxT("wxMaxima")); m_locale.AddCatalog(wxT("wxMaxima-wxstd")); #if defined __WXMAC__ wxString path; wxGetEnv(wxT("PATH"), &path); wxSetEnv(wxT("PATH"), path << wxT(":/usr/local/bin")); wxApp::SetExitOnFrameDelete(false); wxMenuBar *menuBar = new wxMenuBar; wxMenu *fileMenu = new wxMenu; fileMenu->Append(wxMaxima::mac_newId, _("&New\tCtrl+N")); fileMenu->Append(wxMaxima::mac_openId, _("&Open\tCtrl+O")); menuBar->Append(fileMenu, _("File")); wxMenuBar::MacSetCommonMenuBar(menuBar); Connect(wxMaxima::mac_newId, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MyApp::OnFileMenu)); Connect(wxMaxima::mac_openId, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MyApp::OnFileMenu)); Connect(wxID_EXIT, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler(MyApp::OnFileMenu)); #endif if (cmdLineParser.Found(wxT("v"))) { std::cout << "wxMaxima "; std::cout << GITVERSION; #if defined(WXMAXIMA_GIT_VERSION) std::cout << " (Git version: " << WXMAXIMA_GIT_VERSION << ")"; #endif std::cout << "\n"; wxExit(); } if (cmdLineParser.Found(wxT("h"))) { std::cout << "A feature-rich graphical user interface for the computer algebra system maxima\n"; std::cout << cmdLineParser.GetUsageString(); wxExit(); } if (cmdLineParser.Found(wxT("b"))) { evalOnStartup = true; exitAfterEval = true; } if (cmdLineParser.Found(wxT("e"))) evalOnStartup = true; if (cmdLineParser.Found(wxT("o"), &file)) { wxFileName FileName = file; FileName.MakeAbsolute(); wxString CanonicalFilename = FileName.GetFullPath(); NewWindow(wxString(CanonicalFilename), evalOnStartup, exitAfterEval); return true; } if(cmdLineParser.GetParamCount() > 0) { for (unsigned int i=0; i < cmdLineParser.GetParamCount(); i++) { wxFileName FileName = cmdLineParser.GetParam(i); FileName.MakeAbsolute(); wxString CanonicalFilename = FileName.GetFullPath(); NewWindow(CanonicalFilename, evalOnStartup, exitAfterEval); } } else NewWindow(); return true; } #if defined (__WXMSW__) int MyApp::OnExit() { Dirstructure dirstruct; wxString fontPrefix = dirstruct.FontDir() + wxT("/"); if (wxFileExists(fontPrefix + CMEX10)) RemoveFontResource(fontPrefix + wxT(CMEX10)); if (wxFileExists(fontPrefix + CMSY10)) RemoveFontResource(fontPrefix + wxT(CMSY10)); if (wxFileExists(fontPrefix + CMR10)) RemoveFontResource(fontPrefix + wxT(CMR10)); if (wxFileExists(fontPrefix + CMMI10)) RemoveFontResource(fontPrefix + wxT(CMMI10)); if (wxFileExists(fontPrefix + CMTI10)) RemoveFontResource(fontPrefix + wxT(CMTI10)); if (wxFileExists(fontPrefix + LIBERTINE1)) RemoveFontResource(fontPrefix + wxT(LIBERTINE1)); if (wxFileExists(fontPrefix + LIBERTINE2)) RemoveFontResource(fontPrefix + wxT(LIBERTINE2)); if (wxFileExists(fontPrefix + LIBERTINE3)) RemoveFontResource(fontPrefix + wxT(LIBERTINE3)); if (wxFileExists(fontPrefix + LIBERTINE4)) RemoveFontResource(fontPrefix + wxT(LIBERTINE4)); if (wxFileExists(fontPrefix + LIBERTINE5)) RemoveFontResource(fontPrefix + wxT(LIBERTINE5)); if (wxFileExists(fontPrefix + LIBERTINE6)) RemoveFontResource(fontPrefix + wxT(LIBERTINE6)); if (wxFileExists(fontPrefix + LIBERTINE7)) RemoveFontResource(fontPrefix + wxT(LIBERTINE7)); if (wxFileExists(fontPrefix + LIBERTINE8)) RemoveFontResource(fontPrefix + wxT(LIBERTINE8)); if (wxFileExists(fontPrefix + LIBERTINE9)) RemoveFontResource(fontPrefix + wxT(LIBERTINE9)); return true; } #endif int window_counter = 0; void MyApp::NewWindow(wxString file, bool evalOnStartup, bool exitAfterEval) { int x = 40, y = 40, h = 650, w = 950, m = 0; int rs = 0; int display_width = 1024, display_height = 768; bool have_pos; wxConfig *config = (wxConfig *) wxConfig::Get(); wxDisplaySize(&display_width, &display_height); have_pos = config->Read(wxT("pos-x"), &x); config->Read(wxT("pos-y"), &y); config->Read(wxT("pos-h"), &h); config->Read(wxT("pos-w"), &w); config->Read(wxT("pos-max"), &m); config->Read(wxT("pos-restore"), &rs); if (rs == 0) have_pos = false; if (!have_pos || m == 1 || x > display_width || y > display_height || x < 0 || y < 0) { x = 40; y = 40; h = 650; w = 950; } x += topLevelWindows.GetCount() * 20; y += topLevelWindows.GetCount() * 20; m_frame = new wxMaxima((wxFrame *) NULL, -1, _("wxMaxima"), m_configFileName, wxPoint(x, y), wxSize(w, h)); if (m == 1) m_frame->Maximize(true); if (file.Length() > 0 && wxFileExists(file)) { m_frame->SetOpenFile(file); } m_frame->ExitAfterEval(exitAfterEval); m_frame->EvalOnStartup(evalOnStartup); topLevelWindows.Append(m_frame); if (topLevelWindows.GetCount() > 1) m_frame->SetTitle(wxString::Format(_("untitled %d"), ++window_counter)); SetTopWindow(m_frame); m_frame->Show(true); m_frame->InitSession(); m_frame->ShowTip(false); } void MyApp::OnFileMenu(wxCommandEvent &ev) { switch (ev.GetId()) { case wxMaximaFrame::menu_new_id: case ToolBar::tb_new: case wxMaxima::mac_newId: // Mac computers insist that all instances of a new application need to share // the same process. On all other OSes we create a separate process for each // window: This way if one instance of wxMaxima crashes all the other instances // are still alive. #if defined __WXMAC__ NewWindow(); #else wxExecute(wxT("\"")+wxStandardPaths::Get().GetExecutablePath()+wxT("\"")); #endif break; case wxMaxima::mac_openId: { wxString file = wxFileSelector(_("Open"), wxEmptyString, wxEmptyString, wxEmptyString, _("wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx"), wxFD_OPEN); if (file.Length() > 0) NewWindow(file); } break; case wxID_EXIT: { bool quit = true; wxWindowList::compatibility_iterator node = topLevelWindows.GetFirst(); while (node) { wxWindow *frame = node->GetData(); node = node->GetNext(); frame->Raise(); if (!frame->Close()) { quit = false; break; } } if (quit) wxExit(); } break; } } void MyApp::MacNewFile() { wxWindow *frame = GetTopWindow(); if (frame == NULL) NewWindow(); } void MyApp::MacOpenFile(const wxString &file) { NewWindow(file); } BEGIN_EVENT_TABLE(MyApp, wxApp) EVT_MENU(wxMaximaFrame::menu_new_id, MyApp::OnFileMenu) EVT_TOOL(ToolBar::tb_new, MyApp::OnFileMenu) END_EVENT_TABLE() wxmaxima-Version-18.02.0/src/wxMaxima.cpp000066400000000000000000010120171324204105000202170ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2008-2009 Ziga Lenarcic // (C) 2011-2011 cw.ahbong // (C) 2012-2013 Doug Ilijev // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file defines the contents of the class wxMaxima that contains most of the program's logic. The worksheet is defined in the class MathCtrl instead and everything surrounding it in wxMaximaFrame. */ #include #include "wxMaxima.h" #include "ImgCell.h" #include "SubstituteWiz.h" #include "IntegrateWiz.h" #include "LimitWiz.h" #include "Plot2dWiz.h" #include "SeriesWiz.h" #include "SumWiz.h" #include "Plot3dWiz.h" #include "ConfigDialogue.h" #include "Gen1Wiz.h" #include "Gen2Wiz.h" #include "Gen3Wiz.h" #include "Gen4Wiz.h" #include "Gen5Wiz.h" #include "BC2Wiz.h" #include "MatWiz.h" #include "SystemWiz.h" #include "MathPrintout.h" #include "TipOfTheDay.h" #include "EditorCell.h" #include "SlideShowCell.h" #include "PlotFormatWiz.h" #include "Dirstructure.h" #include "ActualValuesStorageWiz.h" #include "MaxSizeChooser.h" #include "ListSortWiz.h" #include "wxMaximaIcon.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if defined __WXMAC__ #define MACPREFIX "wxMaxima.app/Contents/Resources/" #endif /*! The size of the socket we get data from */ #define SOCKET_SIZE (1024*1024) enum { maxima_process_id }; void wxMaxima::ConfigChanged() { wxConfig *config = (wxConfig *) wxConfig::Get(); int showLength = 0; config->Read(wxT("showLength"), &showLength); switch (showLength) { case 0: m_maxOutputCellsPerCommand = 600; break; case 1: m_maxOutputCellsPerCommand = 1200; break; case 2: m_maxOutputCellsPerCommand = 5000; break; case 3: m_maxOutputCellsPerCommand = -1; break; } m_autoSaveInterval = 3; config->Read(wxT("autoSaveInterval"), &m_autoSaveInterval); m_autoSaveInterval *= 60000; m_console->UpdateConfig(); // UpdateUserSymbols(); } wxMaxima *MyApp::m_frame; wxMaxima::wxMaxima(wxWindow *parent, int id, const wxString title, const wxString configFile, const wxPoint pos, const wxSize size) : wxMaximaFrame(parent, id, title, configFile, pos, size) { m_maximaJiffies_old = 0; m_cpuTotalJiffies_old = 0; m_updateControls = true; m_commandIndex = -1; m_isActive = true; wxASSERT(m_outputPromptRegEx.Compile(wxT(".*"))); wxConfig *config = (wxConfig *) wxConfig::Get(); m_unsuccessfullConnectionAttempts = 0; m_outputCellsFromCurrentCommand = 0; m_CWD = wxEmptyString; m_port = 4010; m_pid = -1; wxASSERT(m_gnuplotErrorRegex.Compile(wxT("\".*\\.gnuplot\", line [0-9][0-9]*: "))); m_hasEvaluatedCells = false; m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; m_ready = false; m_inLispMode = false; m_first = true; m_isRunning = false; m_dispReadOut = false; m_promptPrefix = wxT(""); m_promptSuffix = wxT(""); m_symbolsPrefix = wxT(""); m_symbolsSuffix = wxT(""); m_firstPrompt = wxT("(%i1) "); m_client = NULL; m_server = NULL; config->Read(wxT("lastPath"), &m_lastPath); m_lastPrompt = wxEmptyString; m_closing = false; m_openFile = wxEmptyString; m_fileSaved = true; m_printData = NULL; m_variablesOK = false; m_htmlHelpInitialized = false; m_chmhelpFile = wxEmptyString; m_isConnected = false; m_isRunning = false; wxFileSystem::AddHandler(new wxMemoryFSHandler); // for saving wxmx LoadRecentDocuments(); UpdateRecentDocuments(); m_console->m_findDialog = NULL; m_oldFindString = wxEmptyString; m_oldFindFlags = 0; m_console->m_currentFile = wxEmptyString; m_findData.SetFlags(wxFR_DOWN); m_console->SetFocus(); m_console->m_keyboardInactiveTimer.SetOwner(this, KEYBOARD_INACTIVITY_TIMER_ID); m_maximaStdoutPollTimer.SetOwner(this, MAXIMA_STDOUT_POLL_ID); m_autoSaveTimer.SetOwner(this, AUTO_SAVE_TIMER_ID); #if wxUSE_DRAG_AND_DROP m_console->SetDropTarget(new MyDropTarget(this)); #endif StatusMaximaBusy(disconnected); /// RegEx for function definitions wxASSERT(m_funRegEx.Compile(wxT("^ *([[:alnum:]%_]+) *\\(([[:alnum:]%_,[[.].] ]*)\\) *:="))); // RegEx for variable definitions wxASSERT(m_varRegEx.Compile(wxT("^ *([[:alnum:]%_]+) *:"))); // RegEx for blank statement removal wxASSERT(m_blankStatementRegEx.Compile(wxT("(^;)|((^|;)(((\\/\\*.*\\*\\/)?([[:space:]]*))+;)+)"))); m_statusBar->GetNetworkStatusElement()->Connect(wxEVT_LEFT_DCLICK, wxCommandEventHandler(wxMaxima::NetworkDClick), NULL, this); m_packetFromMaxima = new unsigned char[SOCKET_SIZE]; } wxMaxima::~wxMaxima() { if (m_client != NULL) m_client->Destroy(); m_client = NULL; if (m_process) m_process->Detach(); m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; if(m_packetFromMaxima != NULL) delete [] m_packetFromMaxima; m_packetFromMaxima = NULL; wxDELETE(m_printData); m_printData = NULL; } #if wxUSE_DRAG_AND_DROP bool MyDropTarget::OnDropFiles(wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), const wxArrayString &files) { if (files.GetCount() != 1) return true; if (wxGetKeyState(WXK_SHIFT)) { m_wxmax->m_console->InsertText(files[0]); return true; } if (files[0].Right(4) == wxT(".wxm") || files[0].Right(5) == wxT(".wxmx")) { if (m_wxmax->m_console->GetTree() != NULL && !m_wxmax->DocumentSaved()) { int close = m_wxmax->SaveDocumentP(); if (close == wxID_CANCEL) return false; if (close == wxID_YES) { if (!m_wxmax->SaveFile()) return false; } } m_wxmax->OpenFile(files[0]); return true; } if (files[0].Right(4) == wxT(".png") || files[0].Right(5) == wxT(".jpeg") || files[0].Right(4) == wxT(".jpg")) { m_wxmax->LoadImage(files[0]); return true; } m_wxmax->m_console->InsertText(files[0]); return true; } #endif //!-------------------------------------------------------------------------------- // Startup //-------------------------------------------------------------------------------- void wxMaxima::InitSession() { bool server = false; int defaultPort = 4010; wxConfig::Get()->Read(wxT("defaultPort"), &defaultPort); m_port = defaultPort; while (!(server = StartServer())) { m_port++; if (m_port > defaultPort + 50) { wxMessageBox(_("wxMaxima could not start the server.\n\n" "Please check you have network support\n" "enabled and try again!"), _("Fatal error"), wxOK | wxICON_ERROR); break; } } if (!server) SetStatusText(_("Starting server failed")); else if (!StartMaxima()) SetStatusText(_("Starting Maxima process failed")); Refresh(); ConfigChanged(); m_console->SetFocus(); if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); } void wxMaxima::FirstOutput(wxString s) { Dirstructure dirstructure; int startMaxima = s.find(wxT("Maxima"), 5); // The first in s is wxMaxima version - skip it int startHTTP = s.find(wxT("http"), startMaxima); m_maximaVersion = s.SubString(startMaxima + 7, startHTTP - 1); wxRegEx lisp(wxT("[u|U]sing Lisp ([^\n]*)\n")); if (lisp.Matches(s)) m_lispVersion = lisp.GetMatch(s, 1); m_lastPrompt = wxT("(%i1) "); /// READ FUNCTIONS FOR AUTOCOMPLETION m_console->LoadSymbols(); m_console->SetFocus(); } ///-------------------------------------------------------------------------------- /// Appending stuff to output ///-------------------------------------------------------------------------------- /*! ConsoleAppend adds a new line s of type to the console window. * * It will call * DoConsoleAppend if s is in xml and DoRawCosoleAppend if s is not in xml. */ TextCell *wxMaxima::ConsoleAppend(wxString s, int type, wxString userLabel) { TextCell *lastLine = NULL; // If we want to append an error message to the worksheet and there is no cell // that can contain it we need to create such a cell. if (m_console->GetTree() == NULL) m_console->InsertGroupCells( new GroupCell(&(m_console->m_configuration), GC_TYPE_CODE, &m_console->m_cellPointers, wxEmptyString)); m_dispReadOut = false; s.Replace(m_promptSuffix, wxEmptyString); // If the string we have to append is empty we return immediately. wxString t(s); t.Trim(); t.Trim(false); if (t.Length() == 0) { return NULL; } if (m_maxOutputCellsPerCommand > 0) { // If we already have output more lines than we are allowed to we a inform the user // about this and return. if (m_outputCellsFromCurrentCommand++ == m_maxOutputCellsPerCommand) { DoRawConsoleAppend( _("... [suppressed additional lines since the output is longer than allowed in the configuration] "), MC_TYPE_ERROR); return NULL; }; // If we already have output more lines than we are allowed to and we already // have informed the user about this we return immediately if (m_outputCellsFromCurrentCommand > m_maxOutputCellsPerCommand) return NULL; } if ((type != MC_TYPE_ERROR) && (type != MC_TYPE_WARNING)) StatusMaximaBusy(parsing); if (type == MC_TYPE_DEFAULT) { // Show a busy cursor whilst interpreting and layouting potentially long data from maxima. wxBusyCursor crs; while (s.Length() > 0) { int start = s.Find(wxT(" we add the // part of the string that precedes the to the console // first. wxString pre = s.SubString(0, start - 1); wxString pre1(pre); pre1.Trim(); pre1.Trim(false); if (pre1.Length()) DoRawConsoleAppend(pre, MC_TYPE_DEFAULT); // If the math tag ends inside this string we add the whole tag. int end = s.Find(wxT("")); if (end == wxNOT_FOUND) end = s.Length(); else end += 5; wxString rest = s.SubString(start, end); DoConsoleAppend(wxT("") + rest + wxT(""), type, false, true, userLabel); s = s.SubString(end + 1, s.Length()); } // wxSafeYield(); } } else if (type == MC_TYPE_PROMPT) { m_lastPrompt = s; if (s.StartsWith(wxT("MAXIMA> "))) { s = s.Right(8); } else s = s + wxT(" "); DoConsoleAppend(wxT("") + s + wxT(""), type, true, true, userLabel); } else if (type == MC_TYPE_ERROR) { lastLine = DoRawConsoleAppend(s, MC_TYPE_ERROR); GroupCell *tmp = m_console->GetWorkingGroup(true); if (tmp == NULL) { if (m_console->GetActiveCell()) tmp = dynamic_cast(m_console->GetActiveCell()->GetGroup()); } if(tmp != NULL) { m_console->m_cellPointers.m_errorList.Add(tmp); tmp->GetEditable()->SetErrorIndex(m_commandIndex - 1); } } else if (type == MC_TYPE_WARNING) { lastLine = DoRawConsoleAppend(s, MC_TYPE_WARNING); } else DoConsoleAppend(wxT("") + s + wxT(""), type, false); return lastLine; } void wxMaxima::DoConsoleAppend(wxString s, int type, bool newLine, bool bigSkip, wxString userLabel) { MathCell *cell; if (s.IsEmpty()) return; s.Replace(wxT("\n"), wxT(" "), true); MathParser mParser(&m_console->m_configuration, &m_console->m_cellPointers); mParser.SetUserLabel(userLabel); cell = mParser.ParseLine(s, type); wxASSERT_MSG(cell != NULL, _("There was an error in generated XML!\n\n" "Please report this as a bug.")); if (cell == NULL) { return; } cell->SetSkip(bigSkip); m_console->InsertLine(cell, newLine || cell->BreakLineHere()); } TextCell *wxMaxima::DoRawConsoleAppend(wxString s, int type) { TextCell *cell = NULL; // If we want to append an error message to the worksheet and there is no cell // that can contain it we need to create such a cell. if (m_console->GetTree() == NULL) m_console->InsertGroupCells( new GroupCell(&(m_console->m_configuration), GC_TYPE_CODE, &m_console->m_cellPointers, wxEmptyString)); if (s.IsEmpty()) return NULL; bool scrollToCaret = (!m_console->FollowEvaluation() && m_console->CaretVisibleIs()); if (type == MC_TYPE_MAIN_PROMPT) { cell = new TextCell(m_console->GetTree(), &(m_console->m_configuration), &m_console->m_cellPointers, s); cell->SetType(type); m_console->InsertLine(cell, true); } else { TextCell *incompleteTextCell = dynamic_cast(m_console->m_cellPointers.m_currentTextCell); if(incompleteTextCell != NULL) { int pos = s.Find("\n"); wxString newVal = incompleteTextCell->GetValue(); if(pos != wxNOT_FOUND) { newVal += s.Left(pos); s = s.Right(s.Length() - pos - 1); } else { newVal += s; s = wxEmptyString; } incompleteTextCell->SetValue(newVal); if(s == wxEmptyString) { dynamic_cast(incompleteTextCell->GetGroup())->ResetSize(); dynamic_cast(incompleteTextCell->GetGroup())->Recalculate(); return incompleteTextCell; } } wxStringTokenizer tokens(s, wxT("\n")); int count = 0; MathCell *tmp = NULL, *lst = NULL; while (tokens.HasMoreTokens()) { cell = new TextCell(m_console->GetTree(), &(m_console->m_configuration), &m_console->m_cellPointers, tokens.GetNextToken()); cell->SetType(type); if (tokens.HasMoreTokens()) cell->SetSkip(false); if (lst == NULL) tmp = lst = cell; else { lst->AppendCell(cell); cell->ForceBreakLine(true); lst = cell; } count++; } m_console->InsertLine(tmp, true); } if (scrollToCaret) m_console->ScrollToCaret(); return cell; } /*! Remove empty statements * * We need to remove any statement which would be considered empty * and thus cause an error. Comments within non-empty expressions seem to * be fine. * * What we need to remove is any statements which are any amount of whitespace * and any amount of comments, in any order, ended by a semicolon, * and nothing else. * * The most that should be left over is a single empty statement, ";". * * @param s The command string from which to remove comment expressions. */ void wxMaxima::StripComments(wxString &s) { if (s.StartsWith(wxT(":lisp\n")) || s.StartsWith(wxT(":lisp "))) { int start = 0; int commentStart = 0; while ((commentStart = s.find(wxT(';'), start)) != wxNOT_FOUND) { int commentEnd = s.find(wxT('\n'), commentStart); if (commentEnd == wxNOT_FOUND) commentEnd = s.length(); s = s.SubString(0, commentStart - 1) + s.SubString(commentEnd, s.length()); } } else m_blankStatementRegEx.Replace(&s, wxT(";")); } void wxMaxima::SendMaxima(wxString s, bool addToHistory) { if (m_xmlInspector) m_xmlInspector->Add_ToMaxima(s); // Normally we catch parenthesis errors before adding cells to the // evaluation queue. But if the error is introduced only after the // cell is placed in the evaluation queue we need to catch it here. int index; wxString parenthesisError = GetUnmatchedParenthesisState(s,index); if (parenthesisError == wxEmptyString) { if (!m_variablesOK) { m_variablesOK = true; SetupVariables(); } s = m_console->UnicodeToMaxima(s); // If there is no working group and we still are trying to send something // we are trying to change maxima's settings from the background and might never // get an answer that changes the status again. if (m_console->GetWorkingGroup()) StatusMaximaBusy(calculating); else StatusMaximaBusy(waiting); m_dispReadOut = false; /// Add this command to History if (addToHistory) AddToHistory(s); StripComments(s); if (s.StartsWith(wxT(":lisp ")) || s.StartsWith(wxT(":lisp\n"))) s.Replace(wxT("\n"), wxT(" ")); s.Trim(true); s.Append(wxT("\n")); /// Check for function/variable definitions wxStringTokenizer commands(s, wxT(";$")); while (commands.HasMoreTokens()) { wxString line = commands.GetNextToken(); if (m_varRegEx.Matches(line)) m_console->AddSymbol(m_varRegEx.GetMatch(line, 1)); if (m_funRegEx.Matches(line)) { wxString funName = m_funRegEx.GetMatch(line, 1); m_console->AddSymbol(funName); /// Create a template from the input wxString args = m_funRegEx.GetMatch(line, 2); wxStringTokenizer argTokens(args, wxT(",")); funName << wxT("("); int count = 0; while (argTokens.HasMoreTokens()) { if (count > 0) funName << wxT(","); wxString a = argTokens.GetNextToken().Trim().Trim(false); if (a != wxEmptyString) { if (a[0] == '[') funName << wxT("[<") << a.SubString(1, a.Length() - 2) << wxT(">]"); else funName << wxT("<") << a << wxT(">"); count++; } } funName << wxT(")"); m_console->AddSymbol(funName, AutoComplete::tmplte); } } if (m_client) { wxScopedCharBuffer const data_raw = s.utf8_str(); m_client->Write(data_raw.data(), data_raw.length()); m_statusBar->NetworkStatus(StatusBar::transmit); } } else { ConsoleAppend(_("Refusing to send cell to maxima: ") + parenthesisError + wxT("\n"), MC_TYPE_ERROR); m_console->m_cellPointers.SetWorkingGroup(NULL); } m_maximaStdoutPollTimer.StartOnce(MAXIMAPOLLMSECS); m_statusBar->SetMaximaCPUPercentage(-1); } ///-------------------------------------------------------------------------------- /// Socket stuff ///-------------------------------------------------------------------------------- void wxMaxima::ClientEvent(wxSocketEvent &event) { switch (event.GetSocketEvent()) { case wxSOCKET_INPUT: { m_statusBar->NetworkStatus(StatusBar::receive); // Read out stderr: We will do that in the background on a regular basis, anyway. // But if we do it manually now, too, the probability that things are presented // to the user in chronological order increases a bit. ReadStdErr(); // It is theoretically possible that the client has exited after sending us // data and before we had been able to process it. if (m_client == NULL) return; // Read all data we can get from maxima int charsRead = 1; // The memory we store new chars we receive from maxima in wxString newChars; // while((m_client != NULL) && (m_client->IsOk()) && // (m_client->IsData()) && (charsRead > 0)) // { // Add all the last uncompleted unicode char from the last data packet // to the data buffer. // for(unsigned int i = 0;iRead(&(m_packetFromMaxima[m_uncompletedChars.GetDataLen()]), // SOCKET_SIZE - m_uncompletedChars.GetDataLen()); m_client->Read(m_packetFromMaxima, SOCKET_SIZE - 1); charsRead = m_client->LastCount(); for(long int i = 0;i < charsRead; i++) { if (m_packetFromMaxima[i] == '\0') m_packetFromMaxima[i] = ' '; } // + m_uncompletedChars.GetDataLen(); // // Does datapacked end with something that looks like being somewhere // // inside an unicode char? (all bytes of a multibyte unicode char have // // their MSB set. // if(m_packetFromMaxima[charsRead-1] >= 128) // { // // It did => Find the start of the unicode character m_inputBuffer ends with/in. // // Only the first byte of a multibyte unicode char has its two most significant // // bits set. // unsigned int bytesForLastChar = 0; // while( // (bytesForLastChar < 4) && // (m_packetFromMaxima[charsRead-1] >= 16*(8) ) && // (m_packetFromMaxima[charsRead-1] < 16*(8+4)) && // (charsRead > 0)) // { // bytesForLastChar++; // charsRead--; // } // // Remove the 1st byte of our unicode byte from the input buffer, as // // well. // if(charsRead > 0) // { // bytesForLastChar++; // charsRead--; // } // // If the char m_inputBuffer ends with is unicode its first byte tells // // us how many bytes this char is long: // // - If the 1st 2 bits are set it is a two-byte UTF8 character // // - If the 1st 3 bits are set it is a three-byte UTF8 character // // - If the 1st 4 bits are set it is a four-byte UTF8 character // unsigned int lastCharSize = 0; // unsigned int firstbyte = m_packetFromMaxima[charsRead]; // if(firstbyte > 16*(8+4+2+1)) // lastCharSize = 4; // else // { // if(firstbyte > 16*(8+4+2)) // lastCharSize = 3; // else // if(firstbyte > 16*(8+4)) // lastCharSize = 2; // } // // If the unicode char the buffer ended with was complete we re- add it to the // // input buffer. // if(lastCharSize == bytesForLastChar) // { // charsRead += lastCharSize; // lastCharSize = 0; // bytesForLastChar = 0; // } // // If the unicode char the buffer ended with wasn't complete we add it to the // // buffer of uncomplete chars so this char is processed when the next package // // provides us with the remaining bits. // if (bytesForLastChar > 0) // m_uncompletedChars.AppendData(&(m_uncompletedChars[charsRead]),bytesForLastChar); // } // Don't open an assert window every single time maxima mixes UTF8 and the current // codepage. wxLogStderr logStderr; wxString packet = wxString::FromUTF8((char *)m_packetFromMaxima, charsRead); newChars += packet; if (IsPaneDisplayed(menu_pane_xmlInspector)) m_xmlInspector->Add_FromMaxima(newChars); // This way we can avoid searching the whole string for a // ending tag if we have received only a few bytes of the // data between 2 tags if(m_currentOutput != wxEmptyString) m_currentOutputEnd = m_currentOutput.Right(MIN(30,m_currentOutput.Length())) + newChars; else m_currentOutputEnd = wxEmptyString; m_currentOutput += newChars; if (!m_dispReadOut && (m_currentOutput != wxT("\n")) && (m_currentOutput != wxT(""))) { StatusMaximaBusy(transferring); m_dispReadOut = true; } size_t length_old = -1; while (length_old != m_currentOutput.Length()) { if (m_currentOutput.StartsWith("\n<")) m_currentOutput = m_currentOutput.Right(m_currentOutput.Length() - 1); length_old = m_currentOutput.Length(); // First read the prompt that tells us that maxima awaits the next command: // If that is the case ReadPrompt() sends the next command to maxima and // maxima can work while we interpret its output. GroupCell *oldActiveCell = m_console->GetWorkingGroup(); ReadPrompt(m_currentOutput); GroupCell *newActiveCell = m_console->GetWorkingGroup(); // Temporarily switch to the WorkingGroup the output we don't have interpreted yet // was for if(newActiveCell != oldActiveCell) m_console->m_cellPointers.SetWorkingGroup(oldActiveCell); // Handle the tag that contains math output and sometimes text. ReadMath(m_currentOutput); // The following function calls each extract and remove one type of XML tag // information from the beginning of the data string we got - but only do so // after the closing tag has been transferred, as well. ReadLoadSymbols(m_currentOutput); // Handle the XML tag that contains Status bar updates ReadStatusBar(m_currentOutput); // Handle text that isn't wrapped in a known tag if (!m_first) // Handle text that isn't XML output: Mostly Error messages or warnings. ReadMiscText(m_currentOutput); else // This function determines the port maxima is running on from the text // maxima outputs at startup. This piece of text is afterwards discarded. ReadFirstPrompt(m_currentOutput); // Switch to the WorkingGroup the next bunch of data is for. if(newActiveCell != oldActiveCell) m_console->m_cellPointers.SetWorkingGroup(newActiveCell); // } } break; } case wxSOCKET_LOST: { m_statusBar->NetworkStatus(StatusBar::offline); ExitAfterEval(false); m_console->m_cellPointers.SetWorkingGroup(NULL); m_console->SetSelection(NULL); m_console->SetActiveCell(NULL); m_pid = -1; if (m_client != NULL) m_client->Destroy(); m_client = NULL; // If we did close maxima by hand we already might have a new process // and therefore invalidate the wrong process in this step if (!m_closing) { m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; } m_isConnected = false; m_currentOutput = wxEmptyString; m_console->QuestionAnswered(); if (!m_closing) { if (m_unsuccessfullConnectionAttempts > 0) ConsoleAppend(wxT("\nSERVER: Lost socket connection ...\n" "Restart Maxima with 'Maxima->Restart Maxima'.\n"), MC_TYPE_ERROR); else { ConsoleAppend(wxT("\nSERVER: Lost socket connection ...\n" "Trying to restart Maxima.\n"), MC_TYPE_ERROR); m_unsuccessfullConnectionAttempts++; m_console->m_evaluationQueue.Clear(); StartMaxima(true); } m_console->m_evaluationQueue.Clear(); StartMaxima(true); } m_console->m_evaluationQueue.Clear(); // Inform the user that the evaluation queue is empty. EvaluationQueueLength(0); break; } default: break; } } /*! * ServerEvent is triggered when maxima connects to the socket server. */ void wxMaxima::ServerEvent(wxSocketEvent &event) { switch (event.GetSocketEvent()) { case wxSOCKET_CONNECTION : { if (m_isConnected) { wxSocketBase *tmp = m_server->Accept(false); tmp->Close(); return; } m_statusBar->NetworkStatus(StatusBar::idle); m_console->QuestionAnswered(); m_currentOutput = wxEmptyString; m_isConnected = true; m_client = m_server->Accept(false); m_client->SetEventHandler(*this, socket_client_id); m_client->SetNotify(wxSOCKET_INPUT_FLAG | wxSOCKET_LOST_FLAG); m_client->Notify(true); #ifndef __WXMSW__ ReadProcessOutput(); #endif SetupVariables(); } break; case wxSOCKET_LOST: m_statusBar->NetworkStatus(StatusBar::offline); StatusMaximaBusy(disconnected); ExitAfterEval(false); ReadStdErr(); m_pid = -1; m_isConnected = false; if (!m_closing) { if (m_unsuccessfullConnectionAttempts > 0) ConsoleAppend(wxT("\nSERVER: Lost socket connection ...\n" "Restart Maxima with 'Maxima->Restart Maxima'.\n"), MC_TYPE_ERROR); else { ConsoleAppend(wxT("\nSERVER: Lost socket connection ...\n" "Trying to restart Maxima.\n"), MC_TYPE_ERROR); m_unsuccessfullConnectionAttempts++; StartMaxima(); } m_console->m_evaluationQueue.Clear(); // Inform the user that the evaluation queue is empty. EvaluationQueueLength(0); } default: break; } } bool wxMaxima::StartServer() { m_newStatusText = wxString::Format(_("Starting server on port %d"), m_port); wxIPV4address addr; #ifndef __WXMAC__ addr.LocalHost(); #else addr.AnyAddress(); #endif addr.Service(m_port); m_server = new wxSocketServer(addr); if (!m_server->Ok()) { m_server->Destroy(); m_server = NULL; m_isRunning = false; m_isConnected = false; m_newStatusText = _("Starting server failed"); m_statusBar->NetworkStatus(StatusBar::error); return false; } m_newStatusText = _("Server started"); m_server->SetEventHandler(*this, socket_server_id); m_server->SetNotify(wxSOCKET_CONNECTION_FLAG); m_server->Notify(true); m_isConnected = false; m_isRunning = true; return m_isRunning; } ///-------------------------------------------------------------------------------- /// Maxima process stuff ///-------------------------------------------------------------------------------- bool wxMaxima::StartMaxima(bool force) { // We only need to start or restart maxima if we aren't connected to a maxima // that till now never has done anything and therefore is in perfect working // order. if ((m_process == NULL) || (m_hasEvaluatedCells) || force) { // The new maxima process will be in its initial condition => mark it as such. m_hasEvaluatedCells = false; // We start checking for maximas output again as soon as we send some data to the program. m_statusBar->SetMaximaCPUPercentage(0); m_maximaStdoutPollTimer.StartOnce(MAXIMAPOLLMSECS); m_CWD = wxEmptyString; if (m_isConnected) { KillMaxima(); m_closing = true; m_currentOutput = wxEmptyString; } m_console->QuestionAnswered(); m_console->m_cellPointers.SetWorkingGroup(NULL); m_variablesOK = false; wxString command = GetCommand(); if (command.Length() > 0) { command.Append(wxString::Format(wxT(" -s %d "), m_port)); #if defined __WXMAC__ wxSetEnv(wxT("DISPLAY"), wxT(":0.0")); #endif m_process = new wxProcess(this, maxima_process_id); m_process->Redirect(); m_first = true; m_pid = -1; m_newStatusText = _("Starting Maxima..."); if (wxExecute(command, wxEXEC_ASYNC, m_process) < 0) { StatusMaximaBusy(process_wont_start); m_newStatusText = _("Cannot start the maxima binary"); m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; m_statusBar->NetworkStatus(StatusBar::offline); return false; } m_maximaStdout = m_process->GetInputStream(); m_maximaStderr = m_process->GetErrorStream(); m_lastPrompt = wxT("(%i1) "); StatusMaximaBusy(wait_for_start); } else { m_statusBar->NetworkStatus(StatusBar::offline); return false; } } m_console->m_cellPointers.m_errorList.Clear(); // Initialize the performance counter. GetMaximaCPUPercentage(); return true; } void wxMaxima::Interrupt(wxCommandEvent& WXUNUSED(event)) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); if (m_pid < 0) { GetMenuBar()->Enable(menu_interrupt_id, false); return; } #if defined (__WXMSW__) wxString path, maxima = GetCommand(false); wxArrayString out; wxFileName::SplitPath(maxima, &path, NULL, NULL); path.Replace(wxT("\""), wxT("\\\"")); wxString command = wxT("\"") + path + wxT("\\winkill.exe\""); command += wxString::Format(wxT(" -INT %ld"), m_pid); wxExecute(command, out); #else wxProcess::Kill(m_pid, wxSIGINT); #endif } void wxMaxima::KillMaxima() { if (m_process) { m_process->Detach(); m_maximaStdout = NULL; m_maximaStderr = NULL; m_process = NULL; } if (m_pid <= 0) { if (m_inLispMode) SendMaxima(wxT("($quit)")); else SendMaxima(wxT("quit();")); return; } else wxProcess::Kill(m_pid, wxSIGKILL); if (m_client) m_client->Close(); m_client = NULL; m_isConnected = false; m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; m_currentOutput = wxEmptyString; m_console->QuestionAnswered(); } void wxMaxima::OnProcessEvent(wxProcessEvent& WXUNUSED(event)) { m_statusBar->NetworkStatus(StatusBar::offline); if (!m_closing) { m_newStatusText = _("Maxima process terminated."); // Let's see if maxima has told us why this did happen. ReadStdErr(); // if m_closing==true we might already have a new process // and therefore the following lines would probably mark // the wrong process as "deleted". m_process = NULL; m_maximaStdout = NULL; m_maximaStderr = NULL; } m_maximaVersion = wxEmptyString; m_lispVersion = wxEmptyString; StatusMaximaBusy(disconnected); } void wxMaxima::CleanUp() { m_console->QuestionAnswered(); m_currentOutput = wxEmptyString; if (m_isConnected) KillMaxima(); if (m_client) { m_client->Notify(false); m_client->Destroy(); m_client = NULL; } if (m_isRunning) { if (m_server) m_server->Destroy(); m_server = NULL; } if(m_process) m_process->Detach(); m_process = NULL; } ///-------------------------------------------------------------------------------- /// Dealing with stuff read from the socket ///-------------------------------------------------------------------------------- void wxMaxima::ReadFirstPrompt(wxString &data) { int end; if((end = m_currentOutput.Find(m_firstPrompt)) == wxNOT_FOUND) return; // m_console->m_cellPointers.m_currentTextCell = NULL; #if defined(__WXMSW__) int start = 0; start = data.Find(wxT("Maxima ")); if (start == wxNOT_FOUND) start = 0; FirstOutput(wxT("wxMaxima ") wxT(GITVERSION) wxT(" http://andrejv.github.io/wxmaxima/\n") + data.SubString(start, data.Length() - 1)); #endif // __WXMSW__ // Wait for a line maxima informs us about it's process id in. int s = data.Find(wxT("pid=")) + 4; int t = s + data.SubString(s, data.Length()).Find(wxT("\n")) - 1; // Read this pid if (s < t) data.SubString(s, t).ToLong(&m_pid); if (m_pid > 0) GetMenuBar()->Enable(menu_interrupt_id, true); m_first = false; m_inLispMode = false; StatusMaximaBusy(waiting); m_closing = false; // when restarting maxima this is temporarily true data = data.Right(data.Length() - end - m_firstPrompt.Length()); if (m_console->m_evaluationQueue.Empty()) { // Inform the user that the evaluation queue is empty. EvaluationQueueLength(0); if ((m_console->m_configuration->GetOpenHCaret()) && (m_console->GetActiveCell() == NULL)) m_console->OpenNextOrCreateCell(); } else { // Needed in order to make batch mode start TryEvaluateNextInQueue(); } } int wxMaxima::GetMiscTextEnd(const wxString &data) { // These tests are redundant with later tests. But they are faster. if(data.StartsWith("")) return 0; if(data.StartsWith("")) return 0; if(data.StartsWith("")) return 0; if(data.StartsWith(m_promptPrefix)) return 0; if(data.StartsWith(m_symbolsPrefix)) return 0; int mthpos = data.Find(""); int lblpos = data.Find(""); int statpos = data.Find(""); int prmptpos = data.Find(m_promptPrefix); int symbolspos = data.Find(m_symbolsPrefix); int tagPos = data.Length(); if ((mthpos != wxNOT_FOUND) && (mthpos < tagPos)) tagPos = mthpos; if ((tagPos == wxNOT_FOUND) || ((lblpos != wxNOT_FOUND) && (lblpos < tagPos))) tagPos = lblpos; if ((tagPos == wxNOT_FOUND) || ((statpos != wxNOT_FOUND) && (statpos < tagPos))) tagPos = statpos; if ((tagPos == wxNOT_FOUND) || ((prmptpos != wxNOT_FOUND) && (prmptpos < tagPos))) tagPos = prmptpos; if ((tagPos == wxNOT_FOUND) || ((prmptpos != wxNOT_FOUND) && (prmptpos < tagPos))) tagPos = prmptpos; if ((tagPos == wxNOT_FOUND) || ((symbolspos != wxNOT_FOUND) && (symbolspos < tagPos))) tagPos = symbolspos; return tagPos; } void wxMaxima::ReadMiscText(wxString &data) { if (data.IsEmpty()) return; // Extract all text that isn't a xml tag known to us. int miscTextLen = GetMiscTextEnd(data); if(miscTextLen <= 0) { if(data != wxEmptyString) m_console->m_cellPointers.m_currentTextCell = NULL; return; } wxString miscText = data.Left(miscTextLen); data = data.Right(data.Length() - miscTextLen); // Stupid DOS and MAC line endings. The first of these commands won't work // if the "\r" is the last char of a packet containing a part of a very long // string. But running a search-and-replace miscText.Replace("\r\n","\n"); miscText.Replace("\r","\n"); if(miscText.StartsWith("\n")) m_console->m_cellPointers.m_currentTextCell = NULL; // A version of the text where each line begins with non-whitespace and whitespace // characters are merged. wxString mergedWhitespace = wxT("\n"); bool whitespace = true; for ( wxString::iterator it = miscText.begin(); it!=miscText.end(); ++it) { if((*it == wxT(' ')) || (*it == wxT('\t'))) { // Merge non-newline whitespace to a space. if(!whitespace) mergedWhitespace += wxT(' '); } else mergedWhitespace += *it; if((*it == wxT(' ')) || (*it == wxT('\t')) || (*it == wxT('\n'))) whitespace = true; else whitespace = false; } bool error = false; bool warning = false; if ( (mergedWhitespace.Contains(wxT("\n-- an error."))) || (mergedWhitespace.Contains(wxT(":incorrect syntax:"))) || (mergedWhitespace.Contains(wxT("\nincorrect syntax"))) || (mergedWhitespace.Contains(wxT("\nMaxima encountered a Lisp error"))) || (mergedWhitespace.Contains(wxT("\nkillcontext: no such context"))) || (mergedWhitespace.Contains(wxT("\ndbl:MAXIMA>>"))) || // a gcl error message (mergedWhitespace.Contains(wxT("\nTo enable the Lisp debugger set *debugger-hook* to nil."))) || // a scbl error message (m_gnuplotErrorRegex.Matches(mergedWhitespace)) ) error = true; if ((mergedWhitespace.StartsWith(wxT("Warning:"))) || (mergedWhitespace.StartsWith(wxT("warning:"))) || (mergedWhitespace.StartsWith(wxT("WARNING:"))) || (mergedWhitespace.Contains(wxT("\nWarning:"))) || (mergedWhitespace.Contains(wxT("\nWARNING:"))) || (mergedWhitespace.Contains(wxT("\nwarning:"))) || (mergedWhitespace.Contains(wxT(": Warning:"))) || (mergedWhitespace.Contains(wxT(": warning:"))) ) warning = true; // Add all text lines to the console wxStringTokenizer lines(miscText, wxT("\n")); while (lines.HasMoreTokens()) { // extract a string from the Data lines wxString textline = lines.GetNextToken(); wxString trimmedLine = textline; trimmedLine.Trim(true); trimmedLine.Trim(false); if((textline != wxEmptyString)&&(textline != wxT("\n"))) { if(error) { m_console->m_cellPointers.m_currentTextCell = ConsoleAppend(textline, MC_TYPE_ERROR); AbortOnError(); } else { if(warning) m_console->m_cellPointers.m_currentTextCell = ConsoleAppend(textline, MC_TYPE_WARNING); else m_console->m_cellPointers.m_currentTextCell = ConsoleAppend(textline, MC_TYPE_DEFAULT); } } if(lines.HasMoreTokens()) m_console->m_cellPointers.m_currentTextCell = NULL; } if(miscText.EndsWith("\n")) m_console->m_cellPointers.m_currentTextCell = NULL; if(data != wxEmptyString) m_console->m_cellPointers.m_currentTextCell = NULL; } int wxMaxima::FindTagEnd(wxString &data, const wxString &tag) { if((m_currentOutputEnd == wxEmptyString) || (m_currentOutputEnd.Find(tag) != wxNOT_FOUND)) return data.Find(tag); else return wxNOT_FOUND; } void wxMaxima::ReadStatusBar(wxString &data) { wxString statusbarStart = wxT(""); if (!data.StartsWith(statusbarStart)) return; m_console->m_cellPointers.m_currentTextCell = NULL; wxString sts = wxT(""); int end; if ((end = FindTagEnd(data,sts)) != wxNOT_FOUND) { wxString o = data.SubString(statusbarStart.Length(), end - 1); SetStatusText(o, 0); data = data.Right(data.Length()-end-sts.Length()); } } /*** * Checks if maxima displayed a new chunk of math */ void wxMaxima::ReadMath(wxString &data) { wxString mthstart = wxT(""); if (!data.StartsWith(mthstart)) return; m_console->m_cellPointers.m_currentTextCell = NULL; // Append everything from the "beginning of math" to the "end of math" marker // to the console and remove it from the data we got. wxString mthend = wxT(""); int end; if ((end = FindTagEnd(data,mthend)) != wxNOT_FOUND) { wxString o = data.Left(end + mthend.Length()); data = data.Right(data.Length()-end-mthend.Length()); o.Trim(true); o.Trim(false); if (o.Length() > 0) { if (m_console->m_configuration->UseUserLabels()) { ConsoleAppend(o, MC_TYPE_DEFAULT,m_console->m_evaluationQueue.GetUserLabel()); } else { ConsoleAppend(o, MC_TYPE_DEFAULT); } } } } void wxMaxima::ReadLoadSymbols(wxString &data) { if (!data.StartsWith(m_symbolsPrefix)) return; m_console->m_cellPointers.m_currentTextCell = NULL; int end = FindTagEnd(data, m_symbolsSuffix); if (end != wxNOT_FOUND) { // Put the symbols into a separate string wxString symbols = data.SubString(m_symbolsPrefix.Length(), end - 1); // Send each symbol to the console wxStringTokenizer templates(symbols, wxT("$")); while (templates.HasMoreTokens()) m_console->AddSymbol(templates.GetNextToken()); // Remove the symbols from the data string data = data.Right(data.Length()-end-m_symbolsSuffix.Length()); } } /*** * Checks if maxima displayed a new prompt. */ void wxMaxima::ReadPrompt(wxString &data) { if (!data.StartsWith(m_promptPrefix)) return; m_console->m_cellPointers.m_currentTextCell = NULL; // If we got a prompt our connection to maxima was successful. m_unsuccessfullConnectionAttempts = 0; // Assume we don't have a question prompt m_console->m_questionPrompt = false; m_ready = true; int end = FindTagEnd(data,m_promptSuffix); // Did we find a prompt? if (end == wxNOT_FOUND) return; wxString o = data.SubString(m_promptPrefix.Length(), end - 1); // Remove the prompt we will process from the string. data = data.Right(data.Length()-end-m_promptSuffix.Length()); if(data == wxT(" ")) data = wxEmptyString; // Input prompts have a length > 0 and end in a number followed by a ")". // They also begin with a "(". Questions (hopefully) // don't do that; Lisp prompts look like question prompts. if ( ( (o.Length() > 3) && (o[o.Length() - 3] >= (wxT('0'))) && (o[o.Length() - 3] <= (wxT('9'))) && (o[o.Length() - 2] == (wxT(')'))) && (o[0] == (wxT('('))) ) || m_inLispMode || (o.StartsWith(wxT("MAXIMA>"))) || (o.StartsWith(wxT("\nMAXIMA>"))) ) { o.Trim(true); o.Trim(false); // Maxima displayed a new main prompt => We don't have a question m_console->QuestionAnswered(); //m_lastPrompt = o.Mid(1,o.Length()-1); //m_lastPrompt.Replace(wxT(")"), wxT(":"), false); m_lastPrompt = o; // remove the event maxima has just processed from the evaluation queue m_console->m_evaluationQueue.RemoveFirst(); // if we remove a command from the evaluation queue the next output line will be the // first from the next command. m_outputCellsFromCurrentCommand = 0; if (m_console->m_evaluationQueue.Empty()) { // queue empty. StatusMaximaBusy(waiting); // If we have selected a cell in order to show we are evaluating it // we should now remove this marker. if (m_console->FollowEvaluation()) { if (m_console->GetActiveCell()) m_console->GetActiveCell()->SelectNone(); m_console->SetSelection(NULL, NULL); } m_console->FollowEvaluation(false); if (m_exitAfterEval) { SaveFile(false); Close(); } // Inform the user that the evaluation queue is empty. EvaluationQueueLength(0); m_console->m_cellPointers.SetWorkingGroup(NULL); m_console->m_evaluationQueue.RemoveFirst(); m_console->RequestRedraw(); } else { // we don't have an empty queue m_ready = false; m_console->RequestRedraw(); StatusMaximaBusy(calculating); m_console->m_cellPointers.SetWorkingGroup(NULL); TryEvaluateNextInQueue(); } if (m_console->m_evaluationQueue.Empty()) { if ((m_console->m_configuration->GetOpenHCaret()) && (m_console->GetActiveCell() == NULL)) m_console->OpenNextOrCreateCell(); } } else { // We have a question m_console->QuestionAnswered(); m_console->QuestionPending(true); // If the user answers a question additional output might be required even // if the question has been preceded by many lines. m_outputCellsFromCurrentCommand = 0; m_console->SetNotification(_("Maxima asks a question!"),wxICON_INFORMATION); if (!o.IsEmpty()) { m_console->m_configuration->SetDefaultMathCellToolTip( _("Most questions can be avoided using the assume() " "and the declare() command")); if (o.Find(wxT("")) > -1) DoConsoleAppend(o, MC_TYPE_PROMPT); else DoRawConsoleAppend(o, MC_TYPE_PROMPT); m_console->m_configuration->SetDefaultMathCellToolTip(wxEmptyString); } if (m_console->ScrolledAwayFromEvaluation()) { if (m_console->m_mainToolBar) m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, true); } else { m_console->OpenQuestionCaret(); } StatusMaximaBusy(userinput); } if (o.StartsWith(wxT("\nMAXIMA>"))) m_inLispMode = true; else m_inLispMode = false; } void wxMaxima::SetCWD(wxString file) { // If maxima isn't connected we cannot do anything if (!m_client) return; // Tell the math parser where to search for local files. MathParser mParser(&m_console->m_configuration, &m_console->m_cellPointers); m_console->m_configuration->SetWorkingDirectory(wxFileName(file).GetPath()); #if defined __WXMSW__ file.Replace(wxT("\\"), wxT("/")); #endif wxFileName filename(file); if (filename.GetPath() == wxEmptyString) filename.AssignDir(wxGetCwd()); // Escape all backslashes in the filename if needed by the OS. wxString filenamestring = filename.GetFullPath(); wxString dirname = filename.GetPath(); #if defined (__WXMSW__) // On MSW filenames with a "\" are widely used - but only partially supported. filenamestring.Replace(wxT("\\"),wxT("/")); dirname.Replace(wxT("\\"),wxT("/")); #endif wxString workingDirectory = filename.GetPath(); bool wxcd = true; #if defined (__WXMSW__) wxConfig::Get()->Read(wxT("wxcd"),&wxcd); #endif if (wxcd && (workingDirectory != GetCWD())) { SendMaxima(wxT(":lisp-quiet (setf $wxfilename \"") + filenamestring + wxT("\")\n")); SendMaxima(wxT(":lisp-quiet (setf $wxdirname \"") + dirname + wxT("\")\n")); SendMaxima(wxT(":lisp-quiet (wx-cd \"") + filenamestring + wxT("\")\n")); if (m_ready) { if (m_console->m_evaluationQueue.Empty()) StatusMaximaBusy(waiting); } m_CWD = workingDirectory; } } wxString wxMaxima::ReadMacContents(wxString file) { bool xMaximaFile = file.Lower().EndsWith(wxT(".out")); // open mac file wxTextFile inputFile(file); if (!inputFile.Open()) { wxMessageBox(_("wxMaxima encountered an error loading ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return wxEmptyString; } bool input = true; wxString macContents; wxString line = inputFile.GetFirstLine(); do { if(xMaximaFile) { // Detect output cells. if(line.StartsWith(wxT("(%o"))) input = false; if(line.StartsWith(wxT("(%i"))) { int end = line.Find(wxT(")")); if(end > 0) { line = line.Right(line.Length() - end - 2); input = true; } } } if(input) macContents += line + wxT("\n"); if(!inputFile.Eof()) line = inputFile.GetNextLine(); } while (!inputFile.Eof()); inputFile.Close(); return macContents; } bool wxMaxima::OpenMACFile(wxString file, MathCtrl *document, bool clearDocument) { // Show a busy cursor while we open the file. wxBusyCursor crs; m_newStatusText = _("Opening file"); document->Freeze(); wxString macContents = ReadMacContents(file); if(macContents == wxEmptyString) { document->Thaw(); return false; } if (clearDocument) document->ClearDocument(); GroupCell *last = NULL; wxString line = wxEmptyString; wxChar lastChar = wxT(' '); wxString::iterator ch = macContents.begin(); while (ch != macContents.end()) { // Handle comments if((*ch == '*') && (lastChar == '/')) { // Does the current line contain nothing but a comment? bool isCommentLine = false; wxString test = line; test.Trim(false); if(test == wxT("/")) { isCommentLine = true; line.Trim(false); } // Skip to the end of the comment while (ch != macContents.end()) { line += *ch; if ((lastChar == wxT('*')) && (*ch == wxT('/'))) { lastChar = *ch; if(ch != macContents.end()) ++ch; break; } lastChar = *ch; if(ch != macContents.end()) ++ch; } if(isCommentLine) { line.Trim(true); line.Trim(false); // Is this a comment from wxMaxima? if(line.StartsWith(wxT("/* [wxMaxima: "))) { // Add the rest of this comment block to the "line". while( ( !( (line.EndsWith(" end ] */")) || (line.EndsWith(" end ] */\n")) ) ) && (ch != macContents.end()) ) { while(ch != macContents.end()) { wxChar c = *ch; line += *ch; ++ch; if(c == wxT('\n')) break; } } // If the last block was a caption block we need to read in the image // the caption was for, as well. if(line.StartsWith(wxT("/* [wxMaxima: caption start ]"))) { if(ch != macContents.end()) { line += *ch; ++ch; } while(ch != macContents.end()) { wxChar c = *ch; line += *ch; ++ch; if(c == wxT('\n')) break; } while( ( !( (line.EndsWith(" end ] */")) || (line.EndsWith(" end ] */\n")) ) ) && (ch != macContents.end()) ) { while(ch != macContents.end()) { wxChar c = *ch; line += *ch; ++ch; if(c == wxT('\n')) break; } } } // Convert the comment block to an array of lines wxStringTokenizer tokenizer(line, "\n"); wxArrayString commentLines; while ( tokenizer.HasMoreTokens() ) commentLines.Add(tokenizer.GetNextToken()); // Interpret this array of lines as wxm code. GroupCell *cell; document->InsertGroupCells( cell = m_console->CreateTreeFromWXMCode(&commentLines), last); last = cell; } else { GroupCell *cell; if((line.StartsWith("/* ")) || (line.StartsWith("/*\n"))) line = line.SubString(3,line.length()-1); else line = line.SubString(2,line.length()-1); if((line.EndsWith(" */")) || (line.EndsWith("\n*/"))) line = line.SubString(0,line.length()-4); else line = line.SubString(0,line.length()-3); document->InsertGroupCells( cell = new GroupCell(&(document->m_configuration), GC_TYPE_TEXT, &document->m_cellPointers, line), last); last = cell; } line = wxEmptyString; } } // Handle strings else if((*ch == '\"') ) { // Skip to the end of the string while (ch != macContents.end()) { line += *ch; if ((*ch == wxT('\"'))) { lastChar = *ch; if(ch != macContents.end()) ++ch; break; } } } // Handle escaped chars else if((*ch == '\\') ) { if(ch != macContents.end()) { line += *ch; lastChar = *ch; ++ch; } } else { line += *ch; // A line ending followed by a new line means: We want to insert a new code cell. if(((lastChar == wxT('$')) || ((lastChar == wxT(';')))) && (*ch == wxT('\n'))) { line.Trim(true); line.Trim(false); GroupCell *cell; document->InsertGroupCells( cell = new GroupCell(&(document->m_configuration), GC_TYPE_CODE, &document->m_cellPointers, line), last); last = cell; line = wxEmptyString; } lastChar = *ch; if(ch != macContents.end()) ++ch; } } line.Trim(true); line.Trim(false); if(line != wxEmptyString) { document->InsertGroupCells( new GroupCell(&(document->m_configuration), GC_TYPE_CODE, &document->m_cellPointers, line), last); } if (clearDocument) { // m_console->m_currentFile = file.SubString(0,file.Length()-4) + wxT("wxmx"); m_console->m_currentFile = file; ResetTitle(true, true); document->SetSaved(true); } else { ResetTitle(false); m_console->UpdateTableOfContents(); } document->Thaw(); document->RequestRedraw(); // redraw document outside Freeze-Thaw m_console->SetDefaultHCaret(); m_console->SetFocus(); SetCWD(file); StatusMaximaBusy(waiting); m_newStatusText = _("File opened"); m_console->SetHCaret(NULL); m_console->ScrollToCaret(); return true; } // OpenWXMFile // Clear document (if clearDocument == true), then insert file bool wxMaxima::OpenWXMFile(wxString file, MathCtrl *document, bool clearDocument) { // Show a busy cursor while we open the file. wxBusyCursor crs; m_newStatusText = _("Opening file"); document->Freeze(); // open wxm file wxTextFile inputFile(file); wxArrayString *wxmLines = NULL; if (!inputFile.Open()) { document->Thaw(); wxMessageBox(_("wxMaxima encountered an error loading ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } if (inputFile.GetFirstLine() != wxT("/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/")) { inputFile.Close(); document->Thaw(); wxMessageBox(_("wxMaxima encountered an error loading ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); return false; } wxmLines = new wxArrayString(); wxString line; for (line = inputFile.GetFirstLine(); !inputFile.Eof(); line = inputFile.GetNextLine()) { wxmLines->Add(line); } wxmLines->Add(line); inputFile.Close(); GroupCell *tree = m_console->CreateTreeFromWXMCode(wxmLines); wxDELETE(wxmLines); // from here on code is identical for wxm and wxmx if (clearDocument) document->ClearDocument(); document->InsertGroupCells(tree); // this also recalculates if (clearDocument) { m_console->m_currentFile = file; ResetTitle(true, true); document->SetSaved(true); } else ResetTitle(false); document->Thaw(); document->RequestRedraw(); // redraw document outside Freeze-Thaw m_console->SetDefaultHCaret(); m_console->SetFocus(); SetCWD(file); StatusMaximaBusy(waiting); m_newStatusText = _("File opened"); m_console->SetHCaret(NULL); m_console->ScrollToCaret(); RemoveTempAutosavefile(); return true; } bool wxMaxima::OpenWXMXFile(wxString file, MathCtrl *document, bool clearDocument) { // Show a busy cursor while we open a file. wxBusyCursor crs; m_newStatusText = _("Opening file"); document->Freeze(); // If the file is empty we don't want to generate an error, but just // open an empty file. // // This makes the following thing work on windows without the need of an // empty template file: // // - Create a registry key named HKEY_LOKAL_MACHINE\SOFTWARE\CLASSES\.wxmx\ShellNew // - Create a string named "NullFile" within this key // // => After the next reboot the right-click context menu's "new" submenu contains // an entry that creates valid empty .wxmx files. if (wxFile(file, wxFile::read).Eof()) { document->ClearDocument(); m_console->m_currentFile = file; ResetTitle(true, true); document->SetSaved(true); document->Thaw(); RemoveTempAutosavefile(); return true; } // open wxmx file wxXmlDocument xmldoc; // We get only absolute paths so the path should start with a "/" //if(!file.StartsWith(wxT("/"))) // file = wxT("/") + file; wxFileSystem fs; wxString wxmxURI = wxURI(wxT("file://") + file).BuildURI(); // wxURI doesn't know that a "#" in a file name is a literal "#" and // not an anchor within the file so we have to care about url-encoding // this char by hand. wxmxURI.Replace("#", "%23"); #ifdef __WXMSW__ // Fixes a missing "///" after the "file:". This works because we always get absolute // file names. wxRegEx uriCorector1("^file:([a-zA-Z]):"); wxRegEx uriCorector2("^file:([a-zA-Z][a-zA-Z]):"); uriCorector1.ReplaceFirst(&wxmxURI,wxT("file:///\\1:")); uriCorector2.ReplaceFirst(&wxmxURI,wxT("file:///\\1:")); #endif // The URI of the wxm code contained within the .wxmx file wxString filename = wxmxURI + wxT("#zip:content.xml"); // Open the file wxFSFile *fsfile = fs.OpenFile(filename); if (!fsfile) { filename = wxmxURI + wxT("#zip:/content.xml"); fsfile = fs.OpenFile(filename); } // Did we succeed in opening the file? if (fsfile) { // Let's see if we can load the XML contained in this file. if (!xmldoc.Load(*(fsfile->GetStream()), wxT("UTF-8"), wxXMLDOC_KEEP_WHITESPACE_NODES)) { // If we cannot read the file a typical error in old wxMaxima versions was to include // a letter of ascii code 27 in content.xml. Let's filter this char out. // Re-open the file. wxDELETE(fsfile); fsfile = fs.OpenFile(filename); if (fsfile) { // Read the file into a string wxString s; wxTextInputStream istream1(*fsfile->GetStream(), wxT('\t'), wxConvAuto(wxFONTENCODING_UTF8)); while (!fsfile->GetStream()->Eof()) s += istream1.ReadLine() + wxT("\n"); // Remove the illegal character s.Replace(wxT('\x1b'), wxT("|")); { // Write the string into a memory buffer wxMemoryOutputStream ostream; wxTextOutputStream txtstrm(ostream); txtstrm.WriteString(s); wxMemoryInputStream istream(ostream); // Try to load the file from the memory buffer. xmldoc.Load(istream, wxT("UTF-8"), wxXMLDOC_KEEP_WHITESPACE_NODES); } } } } else { document->Thaw(); wxMessageBox(_("wxMaxima cannot open content.xml in the .wxmx zip archive ") + file + wxT(", URI=") + filename, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } wxDELETE(fsfile); if (!xmldoc.IsOk()) { document->Thaw(); wxMessageBox(_("wxMaxima cannot read the xml contents of ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } // start processing the XML file if (xmldoc.GetRoot()->GetName() != wxT("wxMaximaDocument")) { document->Thaw(); wxMessageBox(_("xml contained in the file claims not to be a wxMaxima worksheet. ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } // read document version and complain wxString docversion = xmldoc.GetRoot()->GetAttribute(wxT("version"), wxT("1.0")); if (!CheckWXMXVersion(docversion)) { document->Thaw(); StatusMaximaBusy(waiting); return false; } // Determine where the cursor was before saving wxString ActiveCellNumber_String = xmldoc.GetRoot()->GetAttribute(wxT("activecell"), wxT("-1")); long ActiveCellNumber; if (!ActiveCellNumber_String.ToLong(&ActiveCellNumber)) ActiveCellNumber = -1; // read zoom factor wxString doczoom = xmldoc.GetRoot()->GetAttribute(wxT("zoom"), wxT("100")); // Read the worksheet's contents. wxXmlNode *xmlcells = xmldoc.GetRoot(); GroupCell *tree = CreateTreeFromXMLNode(xmlcells, wxmxURI); // from here on code is identical for wxm and wxmx if (clearDocument) { document->ClearDocument(); long int zoom = 100; if (!(doczoom.ToLong(&zoom))) zoom = 100; document->SetZoomFactor(double(zoom) / 100.0, false); // Set zoom if opening, don't recalculate } document->InsertGroupCells(tree); // this also recalculates if (clearDocument) { m_console->m_currentFile = file; ResetTitle(true, true); document->SetSaved(true); } else ResetTitle(false); document->Thaw(); document->RequestRedraw(); // redraw document outside Freeze-Thaw m_console->SetDefaultHCaret(); m_console->SetFocus(); SetCWD(file); // We can set the cursor to the last known position. if (ActiveCellNumber == 0) m_console->SetHCaret(NULL); if (ActiveCellNumber > 0) { GroupCell *pos = m_console->GetTree(); for (long i = 1; i < ActiveCellNumber; i++) if (pos) pos = dynamic_cast(pos->m_next); if (pos) m_console->SetHCaret(pos); } StatusMaximaBusy(waiting); m_newStatusText = _("File opened"); RemoveTempAutosavefile(); return true; } bool wxMaxima::CheckWXMXVersion(wxString docversion) { double version = 1.0; if (docversion.ToDouble(&version)) { int version_major = int(version); int version_minor = int(10 * (version - double(version_major))); if (version_major > DOCUMENT_VERSION_MAJOR) { wxMessageBox(_("Document was saved using a newer version of wxMaxima. Please update your wxMaxima."), _("Error"), wxOK | wxICON_EXCLAMATION); m_newStatusText = _("File could not be opened"); return false; } if (version_minor > DOCUMENT_VERSION_MINOR) wxMessageBox( _("Document was saved using a newer version of wxMaxima so it may not load correctly. Please update your wxMaxima."), _("Warning"), wxOK | wxICON_EXCLAMATION); } return true; } bool wxMaxima::OpenXML(wxString file, MathCtrl *document) { // Show a busy cursor as long as we open a file. wxBusyCursor crs; m_newStatusText = _("Opening file"); document->Freeze(); wxXmlDocument xmldoc; // Let's see if we can load the XML contained in this file. xmldoc.Load(file); if (!xmldoc.IsOk()) { document->Thaw(); wxMessageBox( _("The .xml file doesn't seem to be valid xml or isn't a content.xml extracted from a .wxmx zip archive"), _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } // Process the XML document if (xmldoc.GetRoot()->GetName() != wxT("wxMaximaDocument")) { document->Thaw(); wxMessageBox(_("xml contained in the file claims not to be a wxMaxima worksheet. ") + file, _("Error"), wxOK | wxICON_EXCLAMATION); StatusMaximaBusy(waiting); m_newStatusText = _("File could not be opened"); return false; } // read document version and complain wxString docversion = xmldoc.GetRoot()->GetAttribute(wxT("version"), wxT("1.0")); if (!CheckWXMXVersion(docversion)) { document->Thaw(); StatusMaximaBusy(waiting); return false; } // Read the worksheet's contents. wxXmlNode *xmlcells = xmldoc.GetRoot(); GroupCell *tree = CreateTreeFromXMLNode(xmlcells, file); document->ClearDocument(); document->InsertGroupCells(tree); // this also recalculates m_console->m_currentFile = file; ResetTitle(true, true); document->Thaw(); document->RequestRedraw(); m_console->SetDefaultHCaret(); m_console->SetFocus(); SetCWD(file); StatusMaximaBusy(waiting); m_newStatusText = _("File opened"); return true; } GroupCell *wxMaxima::CreateTreeFromXMLNode(wxXmlNode *xmlcells, wxString wxmxfilename) { MathParser mp(&m_console->m_configuration, &m_console->m_cellPointers, wxmxfilename); GroupCell *tree = NULL; GroupCell *last = NULL; bool warning = true; if (xmlcells) xmlcells = xmlcells->GetChildren(); while (xmlcells != NULL) { if (xmlcells->GetType() != wxXML_TEXT_NODE) { MathCell *mc = mp.ParseTag(xmlcells, false); if (mc != NULL) { GroupCell *cell = dynamic_cast(mc); if (last == NULL) { // first cell last = tree = cell; } else { // The rest of the cells last->m_next = last->m_nextToDraw = cell; last->m_next->m_previous = last->m_next->m_previousToDraw = last; last = dynamic_cast(last->m_next); } } else if (warning) { wxMessageBox(_("Parts of the document will not be loaded correctly!"), _("Warning"), wxOK | wxICON_WARNING); warning = false; } } xmlcells = xmlcells->GetNext(); } return tree; } #ifndef __WXMSW__ void wxMaxima::ReadProcessOutput() { // If there is no process we can already return from this function. if (m_process == NULL) return; // If there is no stdin from maxima we can return from this function, too. if (m_maximaStdout == NULL) return; wxString o; while (m_process->IsInputAvailable()) o += m_maximaStdout->GetC(); int st = o.Find(wxT("Maxima")); if (st == -1) st = 0; FirstOutput(wxT("wxMaxima ") wxT(GITVERSION) wxT(" http://andrejv.github.io/wxmaxima/\n") + o.SubString(st, o.Length() - 1)); } #endif wxString wxMaxima::EscapeForLisp(wxString str) { str.Replace(wxT("\\"), wxT("\\\\")); str.Replace(wxT("\""), wxT("\\\"")); return(str); } void wxMaxima::SetupVariables() { SendMaxima(wxT(":lisp-quiet (setf *prompt-suffix* \"") + m_promptSuffix + wxT("\")\n")); SendMaxima(wxT(":lisp-quiet (setf *prompt-prefix* \"") + m_promptPrefix + wxT("\")\n")); SendMaxima(wxT(":lisp-quiet (setf $in_netmath nil)\n")); SendMaxima(wxT(":lisp-quiet (setf $show_openplot t)\n")); wxString cmd; Dirstructure dirstruct; cmd = wxT(":lisp-quiet ($load \"") + dirstruct.DataDir() + wxT("/wxmathml.lisp\")\n"); #if defined (__WXMAC__) wxString gnuplotbin(wxT("/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot")); if (wxFileExists(gnuplotbin)) cmd += wxT("\n:lisp-quiet (setf $gnuplot_command \"") + gnuplotbin + wxT("\")\n"); #endif cmd.Replace(wxT("\\"),wxT("/")); SendMaxima(cmd); wxConfigBase *config = wxConfig::Get(); bool wxcd = true; #if defined (__WXMSW__) config->Read(wxT("wxcd"),&wxcd); #endif if (wxcd) { SendMaxima(wxT(":lisp-quiet (setq $wxchangedir t)\n")); } else { SendMaxima(wxT(":lisp-quiet (setq $wxchangedir nil)\n")); } #if defined (__WXMAC__) bool usepngCairo = false; #else bool usepngCairo=true; #endif config->Read(wxT("usepngCairo"), &usepngCairo); if (usepngCairo) SendMaxima(wxT(":lisp-quiet (setq $wxplot_pngcairo t)\n")); else SendMaxima(wxT(":lisp-quiet (setq $wxplot_pngcairo nil)\n")); int autosubscript = 1; config->Read(wxT("autosubscript"), &autosubscript); wxString subscriptval; switch (autosubscript) { case 0: subscriptval = "nil"; break; case 1: subscriptval = "t"; break; case 2: subscriptval = "'all"; break; } SendMaxima(wxT(":lisp-quiet (defparameter $wxsubscripts ") + subscriptval + wxT(")\n")); // A few variables for additional debug info in wxbuild_info(); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq wxArtDir \"%s\")\n"), EscapeForLisp(dirstruct.ArtDir()))); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq wxUserConfDir \"%s\")\n"), EscapeForLisp(dirstruct.UserConfDir()))); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq wxHelpDir \"%s\")\n"), EscapeForLisp(dirstruct.HelpDir()))); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq wxMaximaLispLocation \"%s\")\n"), EscapeForLisp(dirstruct.MaximaLispLocation()))); int defaultPlotWidth = 600; config->Read(wxT("defaultPlotWidth"), &defaultPlotWidth); int defaultPlotHeight = 400; config->Read(wxT("defaultPlotHeight"), &defaultPlotHeight); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq $wxplot_size '((mlist simp) %i %i))\n"), defaultPlotWidth, defaultPlotHeight)); if (m_console->m_currentFile != wxEmptyString) { wxString filename(m_console->m_currentFile); SetCWD(filename); } if ((m_evalOnStartup) && (m_console->m_evaluationQueue.Empty())) { m_evalOnStartup = false; m_console->AddDocumentToEvaluationQueue(); } m_variablesOK = true; } ///-------------------------------------------------------------------------------- /// Getting configuration ///-------------------------------------------------------------------------------- wxString wxMaxima::GetCommand(bool params) { Configuration *configuration = m_console->m_configuration; wxString parameters, command = configuration->MaximaLocation(); wxConfig::Get()->Read(wxT("parameters"), ¶meters); #if defined (__WXMSW__) if (!wxFileExists(command)) { wxMessageBox(_("wxMaxima could not find Maxima!\n\n" "Please configure wxMaxima with 'Edit->Configure'.\n" "Then start Maxima with 'Maxima->Restart Maxima'."), _("Warning"), wxOK | wxICON_EXCLAMATION); SetStatusText(_("Please configure wxMaxima with 'Edit->Configure'.")); command = wxT("maxima"); } #endif #if defined (__WXMAC__) if (command.Right(4) == wxT(".app")) // if pointing to a Maxima.app command.Append(wxT("/Contents/Resources/maxima.sh")); #endif if (params) { // escape quotes command.Replace(wxT("\""), wxT("\\\"")); // surround with quotes return wxT("\"") + command + wxT("\" ") + parameters; } else { return command; } } ///-------------------------------------------------------------------------------- /// Tips and help ///-------------------------------------------------------------------------------- void wxMaxima::ShowTip(bool force) { bool ShowTips = true; int tipNum = 0; wxConfig *config = (wxConfig *) wxConfig::Get(); config->Read(wxT("ShowTips"), &ShowTips); config->Read(wxT("tipNum"), &tipNum); if (!ShowTips && !force) return; TipOfTheDay *t = new TipOfTheDay(tipNum); ShowTips = wxShowTip(this, t, ShowTips); config->Write(wxT("ShowTips"), ShowTips); tipNum = t->GetCurrentTip(); config->Write(wxT("tipNum"), tipNum); config->Flush(); wxDELETE(t); } wxString wxMaxima::GetHelpFile() { #if defined __WXMSW__ wxFileName command; wxString chm; wxString html; command = wxFileName(GetCommand(false)); chm = wxFindFirstFile(command.GetPathWithSep() + wxT("..\\share\\maxima\\*"), wxDIR); if (chm.empty()) return wxEmptyString; html = chm + wxT("\\doc\\html\\"); chm = chm + wxT("\\doc\\chm\\"); wxString locale = wxGetApp().m_locale.GetCanonicalName().Left(2); wxString tmp = chm + locale + wxT("\\maxima.chm"); if (wxFileExists(tmp)) return tmp; tmp = chm + wxT("maxima.chm"); if (wxFileExists(tmp)) return tmp; tmp = html + locale + wxT("\\header.hhp"); if (wxFileExists(tmp)) return tmp; tmp = html + wxT("header.hhp"); if (wxFileExists(tmp)) return tmp; return wxEmptyString; #else wxString headerFile; wxConfig::Get()->Read(wxT("helpFile"), &headerFile); if (headerFile.Length() && wxFileExists(headerFile)) return headerFile; else headerFile = wxEmptyString; wxString command = GetCommand(); command += wxT(" -d"); wxArrayString output; wxExecute(command, output, wxEXEC_ASYNC); wxString line; wxString docdir; wxString langsubdir; for (unsigned int i = 0; i < output.GetCount(); i++) { line = output[i]; if (line.StartsWith(wxT("maxima-htmldir"))) docdir = line.Mid(15); else if (line.StartsWith(wxT("maxima-lang-subdir"))) { langsubdir = line.Mid(19); if (langsubdir == wxT("NIL")) langsubdir = wxEmptyString; } } if (docdir.Length() == 0) return wxEmptyString; headerFile = docdir + wxT("/"); if (langsubdir.Length()) headerFile += langsubdir + wxT("/"); headerFile += wxT("header.hhp"); if (!wxFileExists(headerFile)) headerFile = docdir + wxT("/header.hhp"); if (wxFileExists(headerFile)) wxConfig::Get()->Write(wxT("helpFile"), headerFile); return headerFile; #endif } void wxMaxima::ShowHTMLHelp(wxString helpfile, wxString otherhelpfile, wxString keyword) { #if defined (__WXMSW__) // Cygwin uses /c/something instead of c:/something and passes this path to the // web browser - which doesn't support cygwin paths => convert the path to a // native windows pathname if needed. if(helpfile.Length()>1 && helpfile[1]==wxT('/')) { helpfile[1]=helpfile[2]; helpfile[2]=wxT(':'); } #endif if (!m_htmlHelpInitialized) { wxFileName otherhelpfilenname(otherhelpfile); if (otherhelpfilenname.FileExists()) m_htmlhelpCtrl.AddBook(otherhelpfile); m_htmlhelpCtrl.AddBook(helpfile); m_htmlHelpInitialized = true; } if ((keyword == wxT("%")) || (keyword == wxT(" << Graphics >> "))) m_htmlhelpCtrl.DisplayContents(); else m_htmlhelpCtrl.KeywordSearch(keyword, wxHELP_SEARCH_INDEX); } #if defined (__WXMSW__) void wxMaxima::ShowCHMHelp(wxString helpfile,wxString keyword) { if (m_chmhelpFile != helpfile) m_chmhelpCtrl.LoadFile(helpfile); if ((keyword == wxT("%")) || (keyword == wxT(" << Graphics >> ")) || (keyword.IsEmpty()) ) m_chmhelpCtrl.DisplayContents(); else m_chmhelpCtrl.KeywordSearch(keyword, wxHELP_SEARCH_INDEX); } #endif void wxMaxima::ShowWxMaximaHelp() { Dirstructure dirstructure; wxString htmldir = dirstructure.HelpDir(); #if CHM == true wxString helpfile = htmldir + wxT("/wxmaxima.chm"); ShowCHMHelp(helpfile,wxT("%")); #else wxString helpfile = htmldir + wxT("/wxmaxima.html"); #if defined (__WXMSW__) // Cygwin uses /c/something instead of c:/something and passes this path to the // web browser - which doesn't support cygwin paths => convert the path to a // native windows pathname if needed. if(helpfile.Length()>1 && helpfile[1]==wxT('/')) { helpfile[1]=helpfile[2]; helpfile[2]=wxT(':'); } #endif // __WXMSW__ wxLaunchDefaultBrowser(wxT("file:///") + helpfile); #endif // CHM=false } void wxMaxima::ShowMaximaHelp(wxString keyword) { wxLogNull disableWarnings; wxString MaximaHelpFile = GetHelpFile(); if (MaximaHelpFile.Length() == 0) { wxMessageBox(_("wxMaxima could not find help files." "\n\nPlease check your installation."), _("Error"), wxICON_ERROR | wxOK); return; } #if defined (__WXMSW__) if(wxFileName(MaximaHelpFile).GetFullPath().Right(4)==wxT(".chm")) ShowCHMHelp(MaximaHelpFile,keyword); else #endif { Dirstructure dirstructure; wxString htmldir = dirstructure.HelpDir(); wxString wxMaximaHelpFile = htmldir; if(wxFileExists(htmldir + wxGetApp().m_locale.GetName()+ wxT("/wxmaxima.hhp"))) wxMaximaHelpFile = htmldir + wxGetApp().m_locale.GetName() + wxT("/wxmaxima.hhp"); else wxMaximaHelpFile = htmldir + wxT("/wxmaxima.hhp"); ShowHTMLHelp(MaximaHelpFile,wxMaximaHelpFile,keyword); } } ///-------------------------------------------------------------------------------- /// Idle event ///-------------------------------------------------------------------------------- void wxMaxima::OnIdle(wxIdleEvent &event) { // If wxMaxima has to open a file on startup we wait for that until we have // a valid draw context for size calculations. // // The draw context is created on displaying the worksheet for the 1st time // and after drawing the worksheet onIdle is called => we won't miss this // event when we wait for it here. if ((m_console != NULL) && (m_console->m_configuration->GetDC() != NULL) && (m_openFile.Length())) { wxString file = m_openFile; m_openFile = wxEmptyString; OpenFile(file); // After doing such big a thing we should end our idle event and request // a new one to be issued once the computer has time for doing real // background stuff. event.RequestMore(); return; } // Update the info what maxima is currently doing UpdateStatusMaximaBusy(); // Update the info how long the evaluation queue is if(m_updateEvaluationQueueLengthDisplay) { if ((m_EvaluationQueueLength > 0) || (m_commandsLeftInCurrentCell >= 1)) { wxString statusLine = wxString::Format(_("%i cells in evaluation queue"), m_EvaluationQueueLength); if (m_commandsLeftInCurrentCell > 1) statusLine += wxString::Format(_("; %i commands left in the current cell"), m_commandsLeftInCurrentCell - 1); SetStatusText(statusLine, 0); } else { if (m_first) SetStatusText(_("Welcome to wxMaxima"), 0); else SetStatusText(_("Maxima is ready for input."), 0); } m_updateEvaluationQueueLengthDisplay = false; // We have shown that we are still alive => If maxima already offers new data // we process this data first and then continue with the idle task. if( (m_console->m_scheduleUpdateToc) || (m_updateControls) || (m_console->RedrawRequested()) || ( (m_console->m_findDialog != NULL) && ( (m_oldFindString != m_console->m_findDialog->GetData()->GetFindString()) || (m_oldFindFlags != m_console->m_findDialog->GetData()->GetFlags()) ) ) || (m_newStatusText != wxEmptyString) || ((m_xmlInspector != NULL) && (m_xmlInspector->UpdateNeeded())) ) event.RequestMore(); else event.Skip(); return; } // Incremental search is done from the idle task. This means that we don't forcefully // need to do a new search on every character that is entered into the search box. if (m_console->m_findDialog != NULL) { if ( (m_oldFindString != m_console->m_findDialog->GetData()->GetFindString()) || (m_oldFindFlags != m_console->m_findDialog->GetData()->GetFlags()) ) { m_oldFindFlags = m_console->m_findDialog->GetData()->GetFlags(); m_oldFindString = m_console->m_findDialog->GetData()->GetFindString(); bool incrementalSearch = true; wxConfig::Get()->Read("incrementalSearch", &incrementalSearch); if ((incrementalSearch) && (m_console->m_findDialog != NULL)) { m_console->FindIncremental(m_findData.GetFindString(), m_findData.GetFlags() & wxFR_DOWN, !(m_findData.GetFlags() & wxFR_MATCHCASE)); } m_console->RequestRedraw(); event.RequestMore(); return; } } if(m_console->RedrawIfRequested()) { m_updateControls = true; m_console->RedrawIfRequested(); event.RequestMore(); return; } // If nothing which is visible has changed nothing that would cause us to need // update the menus and toolbars has. if (m_updateControls) { m_updateControls = false; wxUpdateUIEvent dummy; UpdateMenus(dummy); UpdateToolBar(dummy); UpdateSlider(dummy); if(m_isNamed) ResetTitle(m_console->IsSaved()); else ResetTitle(false); // This was a half-way lengthy task => Return from the idle task so we can give // maxima a chance to deliver new data. if((m_console->m_scheduleUpdateToc) || (m_newStatusText != wxEmptyString) || ((m_xmlInspector != NULL) && (m_xmlInspector->UpdateNeeded()))) event.RequestMore(); else event.Skip(); return; } if(m_newStatusText != wxEmptyString) { SetStatusText(m_newStatusText, 1); m_newStatusText = wxEmptyString; if((m_console->m_scheduleUpdateToc) || ((m_xmlInspector != NULL) && (m_xmlInspector->UpdateNeeded())) ) event.RequestMore(); else event.Skip(); return; } // If we have set the flag that tells us we should update the table of // contents sooner or later we should do so now that wxMaxima is idle. if (m_console->m_scheduleUpdateToc) { if (m_console->m_tableOfContents) { m_console->m_scheduleUpdateToc = false; GroupCell *cursorPos; cursorPos = m_console->GetHCaret(); if ((!m_console->HCaretActive()) && (cursorPos == m_console->GetLastCell())) { if (m_console->GetActiveCell() != NULL) cursorPos = dynamic_cast(m_console->GetActiveCell()->GetGroup()); else cursorPos = m_console->FirstVisibleGC(); } m_console->m_tableOfContents->UpdateTableOfContents(m_console->GetTree(), cursorPos); } m_console->m_scheduleUpdateToc = false; if((m_xmlInspector != NULL) && (m_xmlInspector->UpdateNeeded())) event.RequestMore(); else event.Skip(); return; } if((m_xmlInspector != NULL) && (m_xmlInspector->UpdateNeeded())) m_xmlInspector->Update(); // Tell wxWidgets it can process its own idle commands, as well. event.Skip(); } ///-------------------------------------------------------------------------------- /// Menu and button events ///-------------------------------------------------------------------------------- void wxMaxima::MenuCommand(wxString cmd) { bool evaluating = (!m_console->m_evaluationQueue.Empty()) && (m_StatusMaximaBusy == waiting); m_console->SetFocus(); // ym_console->SetSelection(NULL); // m_console->SetActiveCell(NULL); m_console->OpenHCaret(cmd); m_console->AddCellToEvaluationQueue(dynamic_cast(m_console->GetActiveCell()->GetGroup())); if (!evaluating) TryEvaluateNextInQueue(); m_console->RequestRedraw(); } ///-------------------------------------------------------------------------------- /// Menu and button events ///-------------------------------------------------------------------------------- void wxMaxima::PrintMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); switch (event.GetId()) { case wxID_PRINT: case ToolBar::tb_print: { wxPrintDialogData printDialogData; if (m_printData) printDialogData.SetPrintData(*m_printData); wxPrinter printer(&printDialogData); wxString title(_("wxMaxima document")), suffix; if (m_console->m_currentFile.Length()) { wxString suffix; wxFileName::SplitPath(m_console->m_currentFile, NULL, NULL, &title, &suffix); title << wxT(".") << suffix; } { // Redraws during printing might end up on paper => temporarily block all redraw // events for the console m_console->Freeze(); wxEventBlocker blocker(m_console); wxBusyCursor crs; MathPrintout printout(title, &m_console->m_configuration); GroupCell *copy = m_console->CopyTree(); printout.SetData(copy); if (printer.Print(this, &printout, true)) { wxDELETE(m_printData); m_printData = new wxPrintData(printer.GetPrintDialogData().GetPrintData()); } m_console->Thaw(); } m_console->RecalculateForce(); m_console->RequestRedraw(); break; } } } void wxMaxima::UpdateMenus(wxUpdateUIEvent &WXUNUSED(event)) { wxMenuBar *menubar = GetMenuBar(); if (!m_console) return; wxASSERT_MSG((!m_console->HCaretActive()) || (m_console->GetActiveCell() == NULL), _("Both horizontal and vertical cursor active at the same time")); menubar->Enable(menu_copy_from_console, m_console->CanCopy(true)); menubar->Enable(menu_cut, m_console->CanCut()); menubar->Enable(menu_copy_tex_from_console, m_console->CanCopy()); menubar->Enable(MathCtrl::popid_copy_mathml, m_console->CanCopy()); #if defined __WXMSW__ || defined __WXMAC__ menubar->Enable(menu_copy_as_bitmap, m_console->CanCopy()); menubar->Enable(menu_copy_as_svg, m_console->CanCopy()); #endif menubar->Enable(menu_copy_as_rtf, m_console->CanCopy()); menubar->Enable(menu_copy_to_file, m_console->CanCopy()); menubar->Enable(menu_copy_text_from_console, m_console->CanCopy(true)); menubar->Enable(menu_select_all, m_console->GetTree() != NULL); menubar->Enable(menu_undo, m_console->CanUndo()); menubar->Enable(menu_redo, m_console->CanRedo()); menubar->Enable(menu_interrupt_id, m_pid > 0); menubar->Enable(MathCtrl::popid_comment_selection, (m_console->GetActiveCell() != NULL) && (m_console->GetActiveCell()->SelectionActive())); menubar->Enable(menu_evaluate, ( (m_console->GetActiveCell() != NULL) || (m_console->CellsSelected()) ) ); menubar->Enable(menu_evaluate_all_visible, m_console->GetTree() != NULL); menubar->Enable(ToolBar::tb_evaltillhere, (m_console->GetTree() != NULL) && (m_console->CanPaste()) && (m_console->GetHCaret() != NULL) ); menubar->Enable(menu_jumptoerror, !m_console->m_cellPointers.m_errorList.Empty()); menubar->Enable(menu_save_id, (!m_fileSaved)); for (int id = menu_pane_math; id <= menu_pane_stats; id++) menubar->Check(id, IsPaneDisplayed(static_cast(id))); if (GetToolBar() != NULL) { #if defined __WXMAC__ || defined __WXMSW__ menubar->Check(menu_show_toolbar, GetToolBar()->IsShown()); #else menubar->Check(menu_show_toolbar, true); #endif } else menubar->Check(menu_show_toolbar, false); bool hidecode = !(m_console->m_configuration->ShowCodeCells()); menubar->Check(ToolBar::tb_hideCode, hidecode); if (m_console->GetTree() != NULL) { menubar->Enable(MathCtrl::popid_divide_cell, m_console->GetActiveCell() != NULL); menubar->Enable(MathCtrl::popid_merge_cells, m_console->CanMergeSelection()); menubar->Enable(wxID_PRINT, true); } else { menubar->Enable(MathCtrl::popid_divide_cell, false); menubar->Enable(MathCtrl::popid_merge_cells, false); menubar->Enable(wxID_PRINT, false); } double zf = m_console->m_configuration->GetZoomFactor(); if (zf < Configuration::GetMaxZoomFactor()) menubar->Enable(MathCtrl::menu_zoom_in, true); else menubar->Enable(MathCtrl::menu_zoom_in, false); if (zf > Configuration::GetMinZoomFactor()) menubar->Enable(MathCtrl::menu_zoom_out, true); else menubar->Enable(MathCtrl::menu_zoom_out, false); } #if defined (__WXMSW__) || defined (__WXGTK20__) || defined(__WXMAC__) void wxMaxima::UpdateToolBar(wxUpdateUIEvent &WXUNUSED(event)) { if (!m_console->m_mainToolBar) return; m_console->m_mainToolBar->CanCopy(m_console->CanCopy(true)); m_console->m_mainToolBar->CanCut(m_console->CanCut()); m_console->m_mainToolBar->CanSave((!m_fileSaved)); m_console->m_mainToolBar->CanPrint(m_console->GetTree() != NULL); m_console->m_mainToolBar->CanEvalTillHere( (m_console->GetTree() != NULL) && (m_console->CanPaste()) && (m_console->GetHCaret() != NULL) && (m_client != NULL) ); // On MSW it seems we cannot change an icon without side-effects that somehow // stop the animation => on this OS we have separate icons for the // animation start and stop. On the rest of the OSes we use one combined // start/stop button instead. if (m_console->CanAnimate()) { SlideShow *slideShow = dynamic_cast(m_console->GetSelectionStart()); if (slideShow->AnimationRunning()) m_console->m_mainToolBar->AnimationButtonState(ToolBar::Running); else m_console->m_mainToolBar->AnimationButtonState(ToolBar::Stopped); } else m_console->m_mainToolBar->AnimationButtonState(ToolBar::Inactive); bool follow = m_console->ScrolledAwayFromEvaluation(); switch (m_StatusMaximaBusy) { case userinput: m_console->m_mainToolBar->ShowUserInputBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, true); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, true); break; case waiting: m_console->m_mainToolBar->ShowFollowBitmap(); if (m_console->GetWorkingGroup() == NULL) { m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, false); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, false); } break; case calculating: m_console->m_mainToolBar->ShowFollowBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, true); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, follow); break; case transferring: m_console->m_mainToolBar->ShowFollowBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, true); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, follow); break; case parsing: m_console->m_mainToolBar->ShowFollowBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, true); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, follow); break; case wait_for_start: case disconnected: m_console->m_mainToolBar->ShowFollowBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, false); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, false); break; case process_wont_start: m_console->m_mainToolBar->ShowFollowBitmap(); m_console->m_mainToolBar->EnableTool(ToolBar::tb_interrupt, false); m_console->m_mainToolBar->EnableTool(ToolBar::tb_follow, false); break; } } #endif wxString wxMaxima::ExtractFirstExpression(wxString entry) { int semicolon = entry.Find(';'); int dollar = entry.Find('$'); bool semiFound = (semicolon != wxNOT_FOUND); bool dollarFound = (dollar != wxNOT_FOUND); int index; if (semiFound && dollarFound) index = MIN(semicolon, dollar); else if (semiFound && !dollarFound) index = semicolon; else if (!semiFound && dollarFound) index = dollar; else // neither semicolon nor dollar found index = entry.Length(); return entry.SubString(0, index - 1); } wxString wxMaxima::GetDefaultEntry() { if (m_console->CanCopy(true)) return (m_console->GetString()).Trim().Trim(false); if (m_console->GetActiveCell() != NULL) return ExtractFirstExpression(m_console->GetActiveCell()->ToString()); return wxT("%"); } void wxMaxima::OpenFile(wxString file, wxString cmd) { if (file.Length() && wxFileExists(file)) { AddRecentDocument(file); m_lastPath = wxPathOnly(file); wxString unixFilename(file); #if defined __WXMSW__ unixFilename.Replace(wxT("\\"), wxT("/")); #endif if (cmd.Length() > 0) MenuCommand(cmd + wxT("(\"") + unixFilename + wxT("\")$")); else if (file.Right(4).Lower() == wxT(".wxm")) OpenWXMFile(file, m_console); else if (file.Right(4).Lower() == wxT(".mac")) OpenMACFile(file, m_console); else if (file.Right(4).Lower() == wxT(".out")) OpenMACFile(file, m_console); else if (file.Right(5).Lower() == wxT(".wxmx")) OpenWXMXFile(file, m_console); // clearDocument = true else if (file.Right(4).Lower() == wxT(".zip")) OpenWXMXFile(file, m_console); // clearDocument = true else if (file.Right(4).Lower() == wxT(".dem")) MenuCommand(wxT("demo(\"") + unixFilename + wxT("\")$")); else if (file.Right(4).Lower() == wxT(".xml")) OpenXML(file, m_console); // clearDocument = true else MenuCommand(wxT("load(\"") + unixFilename + wxT("\")$")); m_isNamed = true; } if ((m_autoSaveInterval > 10000) && (m_console->m_currentFile.Length() > 0)) m_autoSaveTimer.StartOnce(m_autoSaveInterval); if (m_console)m_console->TreeUndo_ClearBuffers(); wxConfig *config = (wxConfig *) wxConfig::Get(); bool wxcd = true; config->Read(wxT("wxcd"), &wxcd); if (wxcd) { SendMaxima(wxT(":lisp-quiet (setq $wxchangedir t)\n")); if (m_console->m_currentFile != wxEmptyString) { wxString filename(m_console->m_currentFile); SetCWD(filename); } } if (m_console->m_tableOfContents != NULL) { m_console->m_scheduleUpdateToc = false; m_console->m_tableOfContents->UpdateTableOfContents(m_console->GetTree(), m_console->GetHCaret()); } m_console->RequestRedraw(); } bool wxMaxima::SaveFile(bool forceSave) { // Show a busy cursor as long as we export a file. wxBusyCursor crs; wxString file = m_console->m_currentFile; wxString fileExt = wxT("wxmx"); int ext = 0; wxConfig *config = (wxConfig *) wxConfig::Get(); if (file.Length() == 0 || forceSave) { if (file.Length() == 0) { config->Read(wxT("defaultExt"), &fileExt); file = _("untitled") + wxT(".") + fileExt; } else wxFileName::SplitPath(file, NULL, NULL, &file, &fileExt); wxFileDialog fileDialog(this, _("Save As"), m_lastPath, file, _("Whole document (*.wxmx)|*.wxmx|" "The input, readable by load() (maxima > 5.38) (*.wxm)|*.wxm"), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (fileExt == wxT("wxmx")) fileDialog.SetFilterIndex(0); else if (fileExt == wxT("wxm")) fileDialog.SetFilterIndex(1); else { fileDialog.SetFilterIndex(0); fileExt = wxT("wxmx"); } if (fileDialog.ShowModal() == wxID_OK) { file = fileDialog.GetPath(); ext = fileDialog.GetFilterIndex(); } else { if ((m_autoSaveInterval > 10000) && (m_console->m_currentFile.Length() > 0)) m_autoSaveTimer.StartOnce(m_autoSaveInterval); return false; } } if (file.Length()) { if ((file.Right(4) != wxT(".wxm")) && (file.Right(5) != wxT(".wxmx")) ) { switch (ext) { case 0: file += wxT(".wxmx"); break; case 1: file += wxT(".wxm"); break; default: file += wxT(".wxmx"); } } StatusSaveStart(); config->Write(wxT("defaultExt"), wxT("wxmx")); m_console->m_currentFile = file; m_lastPath = wxPathOnly(file); if (file.Right(5) == wxT(".wxmx")) { if (!m_console->ExportToWXMX(file)) { StatusSaveFailed(); if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); return false; } else m_isNamed = true; } else { if (!m_console->ExportToMAC(file)) { config->Write(wxT("defaultExt"), wxT("wxm")); StatusSaveFailed(); if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); return false; } else m_isNamed = true; } AddRecentDocument(file); SetCWD(file); if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); StatusSaveFinished(); RemoveTempAutosavefile(); return true; } if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); return false; } void wxMaxima::ReadStdErr() { // Maxima will never send us any data via stderr after it has finished // starting up and will send data via stdout only in rare cases: // It rather sends us the data over the network. // // If something is severely broken this might not be true, though, and we want // to inform the user about it. if (m_process == NULL) return; if (m_process->IsInputAvailable()) { wxASSERT_MSG(m_maximaStdout != NULL, wxT("Bug: Trying to read from maxima but don't have a input stream")); wxTextInputStream istrm(*m_maximaStdout, wxT('\t'), wxConvAuto(wxFONTENCODING_UTF8)); wxString o = _("Message from the stdout of Maxima: "); wxChar ch; int len = 0; while (((ch = istrm.GetChar()) != wxT('\0')) && (m_maximaStdout->CanRead()) && (len < 65535)) { o += ch; len++; } bool pollStdOut = false; wxConfig *config = (wxConfig *) wxConfig::Get(); config->Read(wxT("pollStdOut"), &pollStdOut); if (pollStdOut) DoRawConsoleAppend(o, MC_TYPE_DEFAULT); } if (m_process->IsErrorAvailable()) { wxASSERT_MSG(m_maximaStderr != NULL, wxT("Bug: Trying to read from maxima but don't have a error input stream")); wxTextInputStream istrm(*m_maximaStderr, wxT('\t'), wxConvAuto(wxFONTENCODING_UTF8)); wxString o = wxT("Message from maxima's stderr stream: "); wxChar ch; int len = 0; while (((ch = istrm.GetChar()) != wxT('\0')) && (m_maximaStderr->CanRead()) && (len < 65535)) { o += ch; len++; } if(o != wxT("Message from maxima's stderr stream: End of animation sequence")) DoRawConsoleAppend(o, MC_TYPE_ERROR); else DoRawConsoleAppend(o, MC_TYPE_DEFAULT); if(!AbortOnError()) TryEvaluateNextInQueue(); } } bool wxMaxima::AbortOnError() { // If maxima did output something it defintively has stopped. // The question is now if we want to try to send it something new to evaluate. bool abortOnError = false; wxConfig::Get()->Read(wxT("abortOnError"), &abortOnError); ExitAfterEval(false); EvalOnStartup(false); if (m_console->m_notificationMessage != NULL) { if (m_console->GetWorkingGroup(true) != m_console->m_notificationMessage->m_errorNotificationCell) m_console->SetNotification(_("Maxima has issued an error!"),wxICON_ERROR); m_console->m_notificationMessage->m_errorNotificationCell = m_console->GetWorkingGroup(true); } m_exitAfterEval = false; if (abortOnError) { m_console->m_evaluationQueue.Clear(); // Inform the user that the evaluation queue is empty. EvaluationQueueLength(0); m_console->ScrollToError(); return true; } else return false; } long long wxMaxima::GetTotalCpuTime() { #ifdef __WXMSW__ FILETIME systemtime; GetSystemTimeAsFileTime(&systemtime); return (long long) systemtime.dwLowDateTime + 2^32*((long long) systemtime.dwHighDateTime); #else int CpuJiffies = 0; if(wxFileExists("/proc/stat")) { wxFileInputStream input("/proc/stat"); if(input.IsOk()) { wxTextInputStream text(input, wxT('\t'), wxConvAuto(wxFONTENCODING_UTF8)); wxString line; while((!input.Eof()) && (!line.StartsWith("cpu "))) line = text.ReadLine(); // Strip the "cpu" from the line line = line.Right(line.Length() - 4); line.Trim(false); wxStringTokenizer tokens(line,wxT(" ")); for(int i = 0; i < 3; i++) { if(tokens.HasMoreTokens()) { long additionalJiffies; if(!tokens.GetNextToken().ToLong(&additionalJiffies)) return -1; CpuJiffies += additionalJiffies; } else return -1; } } } return CpuJiffies; #endif } long long wxMaxima::GetMaximaCpuTime() { #ifdef __WXMSW__ HANDLE maximaHandle = OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, false, m_pid); if(maximaHandle != NULL) { FILETIME creationTime, exitTime, kernelTime, userTime; if(GetProcessTimes(maximaHandle, &creationTime, &exitTime, &kernelTime, &userTime)) { long long retval = (long long)kernelTime.dwLowDateTime + userTime.dwLowDateTime + 2^32*((long long)kernelTime.dwHighDateTime + userTime.dwHighDateTime); CloseHandle(maximaHandle); return retval; } } #endif int maximaJiffies = 0; wxString statFileName = wxString::Format("/proc/%li/stat",m_pid); if(wxFileExists(statFileName)) { wxFileInputStream input(statFileName); if(input.IsOk()) { wxTextInputStream text(input, wxT('\t'), wxConvAuto(wxFONTENCODING_UTF8)); wxString line = text.ReadLine(); wxStringTokenizer tokens(line,wxT(" ")); for(int i = 0; i < 13; i++) { if(tokens.HasMoreTokens()) tokens.GetNextToken(); else return -1; } for(int i = 0; i < 4; i++) { { if(tokens.HasMoreTokens()) { long additionalJiffies; if(!tokens.GetNextToken().ToLong(&additionalJiffies)) { maximaJiffies = -1; break; } maximaJiffies += additionalJiffies; } else return -1; } } } } return maximaJiffies; } double wxMaxima::GetMaximaCPUPercentage() { int CpuJiffies = GetTotalCpuTime(); if(CpuJiffies < 0) return -1; // If no time has passed since the last call to this function the number of CPU cycles // per timespan is infinite - and this function will cause an error if we don't abort // it now. if(CpuJiffies == m_cpuTotalJiffies_old) return -1; if(CpuJiffies <= m_cpuTotalJiffies_old) { m_cpuTotalJiffies_old = CpuJiffies; return -1; } int maximaJiffies = GetMaximaCpuTime(); if(maximaJiffies < 0) return -1; double retval = (double)(maximaJiffies - m_maximaJiffies_old)/(CpuJiffies - m_cpuTotalJiffies_old) * 100; m_maximaJiffies_old = maximaJiffies; m_cpuTotalJiffies_old = CpuJiffies; return retval; } void wxMaxima::OnTimerEvent(wxTimerEvent &event) { switch (event.GetId()) { case MAXIMA_STDOUT_POLL_ID: ReadStdErr(); if (m_process != NULL) { // The atexit() of maxima informs us if the process dies. But it sometimes doesn't do // so if it dies due to an out of memory => Periodically check if it really lives. if (!wxProcess::Exists(m_process->GetPid())) { wxProcessEvent *processEvent; processEvent = new wxProcessEvent(); GetEventHandler()->QueueEvent(processEvent); } double cpuPercentage = GetMaximaCPUPercentage(); m_statusBar->SetMaximaCPUPercentage(cpuPercentage); if((m_process != NULL) && (m_pid > 0) && ((cpuPercentage > 0) || (m_StatusMaximaBusy_next != waiting))) m_maximaStdoutPollTimer.StartOnce(MAXIMAPOLLMSECS); } break; case KEYBOARD_INACTIVITY_TIMER_ID: case AUTO_SAVE_TIMER_ID: if ((!m_console->m_keyboardInactiveTimer.IsRunning()) && (!m_autoSaveTimer.IsRunning())) { if (m_autoSaveInterval > 10000) { if(SaveNecessary()) { if ((m_console->m_currentFile.Length() > 0)) { // Automatically safe the file for the user making it seem like the file // is always saved - SaveFile(false); } else { // The file hasn't been given a name yet. // The temporary backup file that is only used if the file still hasn't // been given a name by the user isn't important enough to produce // asserts. wxLogNull noWarningDuringBackup; // Save the file and remember the file name. wxString name = GetTempAutosavefileName(); m_console->ExportToWXMX(name); RegisterAutoSaveFile(); m_fileSaved = false; } } m_autoSaveTimer.StartOnce(m_autoSaveInterval); } } break; } } void wxMaxima::FileMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; bool forceSave = false; #if defined __WXMSW__ wxString b = wxT("\\"); wxString f = wxT("/"); #endif switch (event.GetId()) { case mac_closeId: Close(); break; case ToolBar::tb_open: case menu_open_id: { if (SaveNecessary()) { int close = SaveDocumentP(); if (close == wxID_CANCEL) return; if (close == wxID_YES) { if (!SaveFile()) return; } } wxString file = wxFileSelector(_("Open"), m_lastPath, wxEmptyString, wxEmptyString, _("All openable types (*.wxm, *.wxmx, *.mac, *.out, *.xml)|*.wxm;*.wxmx;*.mac;*.out;*.xml|" "wxMaxima document (*.wxm, *.wxmx)|*.wxm;*.wxmx|" "Maxima session (*.mac)|*.mac|" "Xmaxima session (*.out)|*.out|" "xml from broken .wxmx (*.xml)|*.xml"), wxFD_OPEN); // On the mac the "File/New" menu item by default opens a new window instead od // reusing the old one. #ifdef __WXMAC__ if(m_console->IsEmpty()) OpenFile(file,wxEmptyString); else wxGetApp().NewWindow(file); #else OpenFile(file,wxEmptyString); #endif } break; case menu_save_as_id: forceSave = true; m_fileSaved = false; #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_save: #endif case menu_save_id: SaveFile(forceSave); // Seems like resetting the title on "file/save as" is a little bit // sluggish, otherwise. ResetTitle(m_console->IsSaved(), true); break; case menu_export_html: { // Determine a sane default file name; wxString file = m_console->m_currentFile; if (file.Length() == 0) file = _("untitled"); else wxFileName::SplitPath(file, NULL, NULL, &file, NULL); wxString fileExt = "html"; wxConfig::Get()->Read(wxT("defaultExportExt"), &fileExt); wxFileDialog fileDialog(this, _("Export"), m_lastPath, file + wxT(".") + fileExt, _("HTML file (*.html)|*.html|" "maxima batch file (*.mac)|*.mac|" "pdfLaTeX file (*.tex)|*.tex" ), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (fileExt == wxT("html")) fileDialog.SetFilterIndex(0); else if (fileExt == wxT("mac")) fileDialog.SetFilterIndex(1); else fileDialog.SetFilterIndex(2); if (fileDialog.ShowModal() == wxID_OK) { file = fileDialog.GetPath(); if (file.Length()) { int ext = fileDialog.GetFilterIndex(); if ((file.Right(5) != wxT(".html")) && (file.Right(4) != wxT(".mac")) && (file.Right(4) != wxT(".tex")) ) { switch (ext) { case 0: file += wxT(".html"); break; case 1: file += wxT(".mac"); break; case 2: file += wxT(".tex"); break; default: file += wxT(".html"); } } if (file.Right(4) == wxT(".tex")) { StatusExportStart(); fileExt = wxT("tex"); // Show a busy cursor as long as we export a file. wxBusyCursor crs; if (!m_console->ExportToTeX(file)) { wxMessageBox(_("Exporting to TeX failed!"), _("Error!"), wxOK); StatusExportFailed(); } else StatusExportFinished(); } else if (file.Right(4) == wxT(".mac")) { StatusExportStart(); // Show a busy cursor as long as we export a file. wxBusyCursor crs; fileExt = wxT("mac"); if (!m_console->ExportToMAC(file)) { wxMessageBox(_("Exporting to maxima batch file failed!"), _("Error!"), wxOK); StatusExportFailed(); } else StatusExportFinished(); } else { StatusExportStart(); // Show a busy cursor as long as we export a file. wxBusyCursor crs; fileExt = wxT("html"); if (!m_console->ExportToHTML(file)) { wxMessageBox(_("Exporting to HTML failed!"), _("Error!"), wxOK); StatusExportFailed(); } else StatusExportFinished(); } if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); wxFileName::SplitPath(file, NULL, NULL, NULL, &fileExt); wxConfig::Get()->Write(wxT("defaultExportExt"), fileExt); } } } break; case menu_load_id: { wxString file = wxFileSelector(_("Load Package"), m_lastPath, wxEmptyString, wxEmptyString, _("Maxima package (*.mac)|*.mac|" "Lisp package (*.lisp)|*.lisp|All|*"), wxFD_OPEN); OpenFile(file, wxT("load")); } break; case menu_batch_id: { wxString file = wxFileSelector(_("Batch File"), m_lastPath, wxEmptyString, wxEmptyString, _("Maxima package (*.mac)|*.mac"), wxFD_OPEN); OpenFile(file, wxT("batch")); } break; case wxID_EXIT: Close(); break; case ToolBar::tb_animation_startStop: if (m_console->CanAnimate()) { SlideShow *slideShow = dynamic_cast(m_console->GetSelectionStart()); if (slideShow->AnimationRunning()) m_console->Animate(false); else m_console->Animate(true); } break; case MathCtrl::popid_animation_start: if (m_console->CanAnimate()) { SlideShow *slideShow = dynamic_cast(m_console->GetSelectionStart()); slideShow->AnimationRunning(true); } break; default: break; } m_console->RequestRedraw(); } void wxMaxima::EditMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); //if (m_console->m_findDialog != NULL) { // event.Skip(); // return; //} switch (event.GetId()) { case wxID_PREFERENCES: #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_pref: #endif { wxConfigBase *config = wxConfig::Get(); #if defined (__WXMAC__) bool pngcairo_old = false; #else bool pngcairo_old=true; #endif config->Read(wxT("usepngCairo"), &pngcairo_old); // wxGTK uses wxFileConf. ...and wxFileConf loads the config file only once // on inintialisation => Let's reload the config file before entering the // config dialogue. ReReadConfig(); config = wxConfig::Get(); ConfigDialogue *configW = new ConfigDialogue(this, m_console->m_configuration); configW->Centre(wxBOTH); if (configW->ShowModal() == wxID_OK) { configW->WriteSettings(); // Write the changes in the configuration to the disk. config->Flush(); // Refresh the display as the settings that affect it might have changed. m_console->RecalculateForce(); m_console->RequestRedraw(); ConfigChanged(); } configW->Destroy(); #if defined (__WXMSW__) bool wxcd = true; config->Read(wxT("wxcd"),&wxcd); if(wxcd) { SendMaxima(wxT(":lisp-quiet (setq $wxchangedir t)\n")); if (m_console->m_currentFile != wxEmptyString) { wxString filename(m_console->m_currentFile); SetCWD(filename); } } else { SetCWD(wxStandardPaths::Get().GetExecutablePath()); SendMaxima(wxT(":lisp-quiet (setq $wxchangedir nil)\n")); } #endif #if defined (__WXMAC__) bool usepngCairo = false; #else bool usepngCairo=true; #endif config->Read(wxT("usepngCairo"), &usepngCairo); if (usepngCairo != pngcairo_old) { if (usepngCairo) SendMaxima(wxT(":lisp-quiet (setq $wxplot_pngcairo t)\n")); else SendMaxima(wxT(":lisp-quiet (setq $wxplot_pngcairo nil)\n")); } int autosubscript = 1; config->Read(wxT("autosubscript"), &autosubscript); wxString subscriptval; switch (autosubscript) { case 0: subscriptval = "nil"; break; case 1: subscriptval = "t"; break; case 2: subscriptval = "'all"; break; } SendMaxima(wxT(":lisp-quiet (setq $wxsubscripts ") + subscriptval + wxT(")\n")); m_autoSaveInterval = 3; config->Read(wxT("autoSaveInterval"), &m_autoSaveInterval); m_autoSaveInterval *= 60000; if (m_autoSaveInterval > 10000) m_autoSaveTimer.StartOnce(m_autoSaveInterval); else m_autoSaveTimer.Stop(); int defaultPlotWidth = 800; config->Read(wxT("defaultPlotWidth"), &defaultPlotWidth); int defaultPlotHeight = 600; config->Read(wxT("defaultPlotHeight"), &defaultPlotHeight); SendMaxima(wxString::Format(wxT(":lisp-quiet (setq $wxplot_size '((mlist simp) %i %i))\n"), defaultPlotWidth, defaultPlotHeight)); m_console->RecalculateForce(); m_console->RequestRedraw(); } break; #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_copy: #endif case menu_copy_from_console: if (m_console->CanCopy(true)) m_console->Copy(); break; case menu_copy_text_from_console: if (m_console->CanCopy(true)) m_console->Copy(true); break; #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_cut: #endif case menu_cut: if (m_console->CanCut()) m_console->CutToClipboard(); break; case menu_select_all: case ToolBar::tb_select_all: m_console->SelectAll(); break; #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_paste: #endif case menu_paste: if (m_console->CanPaste()) m_console->PasteFromClipboard(); break; case menu_undo: if (m_console->CanUndo()) m_console->Undo(); break; case menu_redo: if (m_console->CanRedo()) m_console->Redo(); break; case menu_copy_tex_from_console: if (m_console->CanCopy()) m_console->CopyTeX(); break; case MathCtrl::popid_copy_mathml: if (m_console->CanCopy()) m_console->CopyMathML(); break; case menu_copy_as_bitmap: if (m_console->CanCopy()) m_console->CopyBitmap(); break; case menu_copy_as_svg: if (m_console->CanCopy()) m_console->CopySVG(); break; case menu_copy_as_rtf: if (m_console->CanCopy()) m_console->CopyRTF(); break; case menu_copy_to_file: { wxString file = wxFileSelector(_("Save Selection to Image"), m_lastPath, wxT("image.png"), wxT("png"), _("PNG image (*.png)|*.png|" "JPEG image (*.jpg)|*.jpg|" "Windows bitmap (*.bmp)|*.bmp|" "Portable animap (*.pnm)|*.pnm|" "Tagged image file format (*.tif)|*.tif|" "X pixmap (*.xpm)|*.xpm" ), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (file.Length()) { m_console->CopyToFile(file); m_lastPath = wxPathOnly(file); } } break; case MathCtrl::popid_delete: if (m_console->CanDeleteSelection()) { m_console->DeleteSelection(); m_console->Recalculate(); m_console->RequestRedraw(); return; } break; case MathCtrl::menu_zoom_in: m_console->SetZoomFactor(m_console->m_configuration->GetZoomFactor() + 0.1); break; case MathCtrl::menu_zoom_out: m_console->SetZoomFactor(m_console->m_configuration->GetZoomFactor() - 0.1); break; case menu_zoom_80: m_console->SetZoomFactor(0.8); break; case menu_zoom_100: m_console->SetZoomFactor(1.0); break; case menu_zoom_120: m_console->SetZoomFactor(1.2); break; case menu_zoom_150: m_console->SetZoomFactor(1.5); break; case menu_zoom_200: m_console->SetZoomFactor(2.0); break; case menu_zoom_300: m_console->SetZoomFactor(3.0); break; case menu_math_as_1D_ASCII: MenuCommand(wxT("set_display('none)$")); break; case menu_math_as_2D_ASCII: MenuCommand(wxT("set_display('ascii)$")); break; case menu_math_as_graphics: MenuCommand(wxT("set_display('xml)$")); break; case menu_fullscreen: ShowFullScreen(!IsFullScreen()); break; case ToolBar::tb_hideCode: m_console->m_configuration->ShowCodeCells(!m_console->m_configuration->ShowCodeCells()); m_console->CodeCellVisibilityChanged(); break; case menu_remove_output: m_console->RemoveAllOutput(); break; case menu_show_toolbar: #if defined __WXMAC__ || defined __WXMSW__ ShowToolBar((GetToolBar() == NULL) || !(GetToolBar()->IsShown())); #else ShowToolBar(!(GetToolBar() != NULL)); #endif break; case menu_edit_find: #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_find: #endif if (m_console->m_findDialog == NULL) m_console->m_findDialog = new FindReplaceDialog( this, &m_findData, _("Find and Replace")); if (m_console->GetActiveCell() != NULL) { // Start incremental search and highlighting of search results again. if (m_console->m_findDialog != NULL) m_oldFindString = wxEmptyString; wxString selected = m_console->GetActiveCell()->GetSelectionString(); if (selected.Length() > 0) { if (m_console->m_findDialog != NULL) m_console->m_findDialog->SetFindString(selected); } } m_console->m_findDialog->Show(true); m_console->m_findDialog->SetFocus(); m_console->m_findDialog->Raise(); break; case menu_history_next: { wxString command = m_history->GetCommand(true); if (command != wxEmptyString) m_console->SetActiveCellText(command); } break; case menu_history_previous: { wxString command = m_history->GetCommand(false); if (command != wxEmptyString) m_console->SetActiveCellText(command); } break; } m_console->RequestRedraw(); } void wxMaxima::OnFind(wxFindDialogEvent &event) { if (!m_console->FindNext(event.GetFindString(), event.GetFlags() & wxFR_DOWN, !(event.GetFlags() & wxFR_MATCHCASE))) wxMessageBox(_("No matches found!")); } void wxMaxima::OnFindClose(wxFindDialogEvent &WXUNUSED(event)) { if (m_console->m_findDialog != NULL) m_console->m_findDialog->Destroy(); m_oldFindString = wxEmptyString; m_console->m_findDialog = NULL; } void wxMaxima::OnReplace(wxFindDialogEvent &event) { m_console->Replace(event.GetFindString(), event.GetReplaceString(), !(event.GetFlags() & wxFR_MATCHCASE) ); if (!m_console->FindNext(event.GetFindString(), event.GetFlags() & wxFR_DOWN, !(event.GetFlags() & wxFR_MATCHCASE) ) ) wxMessageBox(_("No matches found!")); else m_console->UpdateTableOfContents(); } void wxMaxima::OnReplaceAll(wxFindDialogEvent &event) { int count = m_console->ReplaceAll( event.GetFindString(), event.GetReplaceString(), !(event.GetFlags() & wxFR_MATCHCASE) ); wxMessageBox(wxString::Format(_("Replaced %d occurrences."), count)); if (count > 0) m_console->UpdateTableOfContents(); } void wxMaxima::MaximaMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; wxString b = wxT("\\"); wxString f = wxT("/"); switch (event.GetId()) { case menu_jumptoerror: if(m_console->m_cellPointers.m_errorList.FirstError()) { m_console->SetActiveCell(dynamic_cast(m_console->m_cellPointers.m_errorList.FirstError())->GetEditable()); dynamic_cast(m_console->m_cellPointers.m_errorList.FirstError())->GetEditable()->CaretToEnd(); } break; case ToolBar::menu_restart_id: m_closing = true; m_console->m_cellPointers.SetWorkingGroup(NULL); m_console->m_evaluationQueue.Clear(); m_console->ResetInputPrompts(); StartMaxima(true); break; case menu_soft_restart: MenuCommand(wxT("kill(all);")); break; case menu_functions: MenuCommand(wxT("functions;")); break; case menu_variables: MenuCommand(wxT("values;")); break; case menu_display: { wxString choices[] = { wxT("xml"), wxT("ascii"), wxT("none") }; wxString choice = wxGetSingleChoice( _("Select math display algorithm"), _("Display algorithm"), 3, choices, this ); if (choice.Length()) { cmd = wxT("set_display('") + choice + wxT(")$"); MenuCommand(cmd); } } break; case menu_texform: cmd = wxT("tex(") + expr + wxT(")$"); MenuCommand(cmd); break; case menu_time: cmd = wxT("if showtime#false then showtime:false else showtime:all$"); MenuCommand(cmd); break; case menu_fun_def: cmd = GetTextFromUser(_("Show the definition of function:"), _("Function"), m_console->m_configuration, wxEmptyString, this); if (cmd.Length()) { cmd = wxT("fundef(") + cmd + wxT(");"); MenuCommand(cmd); } break; case menu_add_path: { if (m_lastPath.Length() == 0) m_lastPath = wxGetHomeDir(); wxString dir = wxDirSelector(_("Add dir to path:"), m_lastPath); if (dir.Length()) { m_lastPath = dir; #if defined (__WXMSW__) dir.Replace(wxT("\\"), wxT("/")); #endif cmd = wxT("file_search_maxima : cons(sconcat(\"") + dir + wxT("/###.{lisp,mac,mc}\"), file_search_maxima)$"); MenuCommand(cmd); } } break; case menu_evaluate_all_visible: { m_console->m_evaluationQueue.Clear(); m_console->ResetInputPrompts(); EvaluationQueueLength(0); if (m_console->m_configuration->RestartOnReEvaluation()) StartMaxima(); m_console->AddDocumentToEvaluationQueue(); // Inform the user about the length of the evaluation queue. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); TryEvaluateNextInQueue(); } break; case menu_evaluate_all: { m_console->m_evaluationQueue.Clear(); m_console->ResetInputPrompts(); EvaluationQueueLength(0); if (m_console->m_configuration->RestartOnReEvaluation()) StartMaxima(); m_console->AddEntireDocumentToEvaluationQueue(); // Inform the user about the length of the evaluation queue. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); TryEvaluateNextInQueue(); } break; case ToolBar::tb_evaltillhere: { m_console->m_evaluationQueue.Clear(); m_console->ResetInputPrompts(); EvaluationQueueLength(0); if (m_console->m_configuration->RestartOnReEvaluation()) StartMaxima(); m_console->AddDocumentTillHereToEvaluationQueue(); // Inform the user about the length of the evaluation queue. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); TryEvaluateNextInQueue(); } break; case menu_clear_var: cmd = GetTextFromUser(_("Delete variable(s):"), _("Delete"), m_console->m_configuration, wxT("all"), this); if (cmd.Length()) { cmd = wxT("remvalue(") + cmd + wxT(");"); MenuCommand(cmd); } break; case menu_clear_fun: cmd = GetTextFromUser(_("Delete function(s):"), _("Delete"), m_console->m_configuration, wxT("all"), this); if (cmd.Length()) { cmd = wxT("remfunction(") + cmd + wxT(");"); MenuCommand(cmd); } break; case menu_subst: case button_subst: { SubstituteWiz *wiz = new SubstituteWiz(this, -1, m_console->m_configuration, _("Substitute")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; default: break; } } void wxMaxima::EquationsMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_allroots: cmd = wxT("allroots(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_bfallroots: cmd = wxT("bfallroots(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_realroots: cmd = wxT("realroots(") + expr + wxT(");"); MenuCommand(cmd); break; case button_solve: case menu_solve: { Gen2Wiz *wiz = new Gen2Wiz(_("Equation(s):"), _("Variable(s):"), expr, wxT("x"), m_console->m_configuration, this, -1, _("Solve"), true, _("solve() will solve a list of equations only if for n " "independent equations there are n variables to solve to.\n" "If only one result variable is of interest the other result " "variables solve needs to do its work can be used to tell " "solve() which variables to eleminate in the solution " "for the interesting variable.") ); wiz->Centre(wxBOTH); wiz->SetLabel1ToolTip(_("Comma-separated equations")); wiz->SetLabel2ToolTip(_("Comma-separated variables")); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("solve([") + wiz->GetValue1() + wxT("], [") + wiz->GetValue2() + wxT("]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_solve_to_poly: { Gen2Wiz *wiz = new Gen2Wiz(_("Equation(s):"), _("Variable(s):"), expr, wxT("x"), m_console->m_configuration, this, -1, _("Solve"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("to_poly_solve([") + wiz->GetValue1() + wxT("], [") + wiz->GetValue2() + wxT("]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_solve_num: { if (expr.StartsWith(wxT("%"))) expr = wxT("''(") + expr + wxT(")"); Gen4Wiz *wiz = new Gen4Wiz(_("Equation:"), _("Variable:"), _("Lower bound:"), _("Upper bound:"), expr, wxT("x"), wxT("-1"), wxT("1"), m_console->m_configuration, this, -1, _("Find root"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("find_root(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case button_solve_ode: case menu_solve_ode: { Gen3Wiz *wiz = new Gen3Wiz(_("Equation:"), _("Function:"), _("Variable:"), expr, wxT("y"), wxT("x"), m_console->m_configuration, this, -1, _("Solve ODE")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("ode2(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_ivp_1: { Gen3Wiz *wiz = new Gen3Wiz(_("Solution:"), _("Point:"), _("Value:"), expr, wxT("x="), wxT("y="), m_console->m_configuration, this, -1, _("IC1"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("ic1(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_ivp_2: { Gen4Wiz *wiz = new Gen4Wiz(_("Solution:"), _("Point:"), _("Value:"), _("Derivative:"), expr, wxT("x="), wxT("y="), wxT("'diff(y,x)="), m_console->m_configuration, this, -1, _("IC2"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("ic2(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_bvp: { BC2Wiz *wiz = new BC2Wiz(this, -1, m_console->m_configuration, _("BC2")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case menu_eliminate: { Gen2Wiz *wiz = new Gen2Wiz(_("Equations:"), _("Variables:"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Eliminate"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("eliminate([") + wiz->GetValue1() + wxT("],[") + wiz->GetValue2() + wxT("]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_solve_algsys: { wxString sz = GetTextFromUser(_("Number of equations:"), _("Solve algebraic system"), m_console->m_configuration, wxT("3"), this); if (sz.Length() == 0) return; long isz; if (!sz.ToLong(&isz) || isz <= 0) { wxMessageBox(_("Not a valid number of equations!"), _("Error!"), wxOK | wxICON_ERROR); return; } SysWiz *wiz = new SysWiz(this, -1, m_console->m_configuration, _("Solve algebraic system"), isz); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("algsys") + wiz->GetValue(); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_solve_lin: { wxString sz = GetTextFromUser(_("Number of equations:"), _("Solve linear system"), m_console->m_configuration, wxT("3"), this); if (sz.Length() == 0) return; long isz; if (!sz.ToLong(&isz) || isz <= 0) { wxMessageBox(_("Not a valid number of equations!"), _("Error!"), wxOK | wxICON_ERROR); return; } SysWiz *wiz = new SysWiz(this, -1, m_console->m_configuration, _("Solve linear system"), isz); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("linsolve") + wiz->GetValue(); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_solve_de: { Gen2Wiz *wiz = new Gen2Wiz(_("Equation(s):"), _("Function(s):"), expr, wxT("y(x)"), m_console->m_configuration, this, -1, _("Solve ODE")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("desolve([") + wiz->GetValue1() + wxT("],[") + wiz->GetValue2() + wxT("]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_atvalue: { Gen3Wiz *wiz = new Gen3Wiz(_("Expression:"), _("Point:"), _("Value:"), expr, wxT("x=0"), wxT("0"), m_console->m_configuration, this, -1, _("At value")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("atvalue(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_lhs: cmd = wxT("lhs(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_rhs: cmd = wxT("rhs(") + expr + wxT(");"); MenuCommand(cmd); break; default: break; } } void wxMaxima::AlgebraMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_invert_mat: cmd = wxT("invert(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_determinant: cmd = wxT("determinant(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_eigen: cmd = wxT("eigenvalues(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_eigvect: cmd = wxT("eigenvectors(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_adjoint_mat: cmd = wxT("adjoint(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_transpose: cmd = wxT("transpose(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_map_mat: { Gen2Wiz *wiz = new Gen2Wiz(_("Function:"), _("Matrix:"), wxEmptyString, expr, m_console->m_configuration, this, -1, _("Matrix map")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("matrixmap(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_enter_mat: case menu_stats_enterm: { MatDim *wiz = new MatDim(this, -1, m_console->m_configuration, _("Matrix")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { if (wiz->GetValue0() != wxEmptyString) cmd = wiz->GetValue0() + wxT(": "); long w, h; int type = wiz->GetMatrixType(); if (!(wiz->GetValue2()).ToLong(&w) || !(wiz->GetValue1()).ToLong(&h) || w <= 0 || h <= 0) { wxMessageBox(_("Not a valid matrix dimension!"), _("Error!"), wxOK | wxICON_ERROR); return; } if (w != h) type = MatWiz::MATRIX_GENERAL; MatWiz *mwiz = new MatWiz(this, -1, m_console->m_configuration, _("Enter matrix"), type, w, h); mwiz->Centre(wxBOTH); if (mwiz->ShowModal() == wxID_OK) { cmd += mwiz->GetValue(); MenuCommand(cmd); } mwiz->Destroy(); } wiz->Destroy(); } break; case menu_cpoly: { Gen2Wiz *wiz = new Gen2Wiz(_("Matrix:"), _("Variable:"), expr, wxT("x"), m_console->m_configuration, this, -1, _("Char poly")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("charpoly(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT("), expand;"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_gen_mat: { Gen4Wiz *wiz = new Gen4Wiz(_("Array:"), _("Rows:"), _("Columns:"), _("Name:"), expr, wxT("3"), wxT("3"), wxEmptyString, m_console->m_configuration, this, -1, _("Generate Matrix")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("genmatrix(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); if (wiz->GetValue4() != wxEmptyString) val = wiz->GetValue4() + wxT(": ") + val; MenuCommand(val); } wiz->Destroy(); } break; case menu_gen_mat_lambda: { Gen4Wiz *wiz = new Gen4Wiz(_("matrix[i,j]:"), _("Rows:"), _("Columns:"), _("Name:"), expr, wxT("3"), wxT("3"), wxEmptyString, m_console->m_configuration, this, -1, _("Generate Matrix")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("genmatrix(lambda([i,j], ") + wiz->GetValue1() + wxT("), ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); if (wiz->GetValue4() != wxEmptyString) val = wiz->GetValue4() + wxT(": ") + val; MenuCommand(val); } wiz->Destroy(); } break; case button_map: case menu_map: { Gen2Wiz *wiz = new Gen2Wiz(_("Function:"), _("List(s):"), wxEmptyString, expr, m_console->m_configuration, this, -1, _("Map")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("map(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_make_list: { Gen4Wiz *wiz = new Gen4Wiz(_("Expression:"), _("Variable:"), _("From:"), _("To:"), expr, wxT("k"), wxT("1"), wxT("10"), m_console->m_configuration, this, -1, _("Make list")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("makelist(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_apply: { Gen2Wiz *wiz = new Gen2Wiz(_("Function:"), _("List:"), wxT("\"+\""), expr, m_console->m_configuration, this, -1, _("Apply"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("apply(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; default: break; } } void wxMaxima::ListMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_list_create_from_args: { wxString arg; Gen1Wiz *wiz = new Gen1Wiz(this, -1, m_console->m_configuration, _("Extract function arguments"), _("The function call whose arguments to extract"), expr); wiz->SetLabel1ToolTip(_("Something like f(x_1,x_2)")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("args(") + wiz->GetValue() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_list2matrix: MenuCommand(wxT("apply('matrix,") + expr + wxT(")")); break; case menu_list_matrix2list: MenuCommand(wxT("args(") + expr + wxT(")")); break; case menu_list_create_from_elements: { Gen1Wiz *wiz = new Gen1Wiz(this, -1, m_console->m_configuration, _("Create list from comma-separated elements"), _("Comma-separated elements"),expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("[") + wiz->GetValue() + wxT("]"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_create_from_rule: { Gen5Wiz *wiz = new Gen5Wiz(_("Rule:"), _("Index variable:"), _("Index Start:"), _("Index End:"), _("Index Step:"), expr, wxT("i"), wxT("1"), wxT("100"), wxT("1"), m_console->m_configuration, this, -1, _("Create a list from a rule"), true); wiz->SetLabel1ToolTip(_("The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"")); wiz->SetLabel2ToolTip(_("The number of the item which is stepped from \"Index Start\" to \"Index End\".")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("makelist(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4(); wxString tst = wiz->GetValue5(); tst.Trim(true); tst.Trim(false); if(tst != wxT("1")) val += wxT(",") + wiz->GetValue5(); val += wxT(")"); MenuCommand(val); } wiz->Destroy(); } break; case menu_list_create_from_list: { Gen3Wiz *wiz = new Gen3Wiz(_("Rule:"), _("Iterator:"), _("Source list:"), expr, wxT("i"), wxT("list"), m_console->m_configuration, this, -1, _("Create a list from another list"), true); wiz->SetLabel1ToolTip(_("The rule that explains how to generate the value of an list item.\n" "Might be something like \"i\", \"i^2\" or \"sin(i)\"")); wiz->SetLabel2ToolTip(_("The variable the value of the current source item is stored in.")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("makelist(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(")"); MenuCommand(val); } wiz->Destroy(); } break; case menu_list_actual_values_storage: { ActualValuesStorageWiz *wiz = new ActualValuesStorageWiz(m_console->m_configuration, this, -1, _("Create a list as a storage for the values of variables")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { MenuCommand(wiz->GetValue()); } wiz->Destroy(); } break; case menu_list_sort: { ListSortWiz *wiz = new ListSortWiz(m_console->m_configuration, this, -1, _("Sort a list"), expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { MenuCommand(wiz->GetValue()); } wiz->Destroy(); } break; case menu_list_length: MenuCommand(wxT("length(") + expr + wxT(")")); break; case menu_list_push: { Gen2Wiz *wiz = new Gen2Wiz(_("List:"), _("Element:"), expr, wxT("1"), m_console->m_configuration, this, -1, _("LCM"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("push(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_pop: MenuCommand(wxT("pop(") + expr + wxT(")")); break; case menu_list_reverse: MenuCommand(wxT("reverse(") + expr + wxT(")")); break; case menu_list_first: MenuCommand(wxT("first(") + expr + wxT(")")); break; case menu_list_last: MenuCommand(wxT("last(") + expr + wxT(")")); break; case menu_list_rest: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("n"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Return the list without its last n elements"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("rest(") + wiz->GetValue1(); wxString num = wiz->GetValue2(); num.Trim(true); num.Trim(false); if(num != wxT("1")) { cmd += wxT(",") + wiz->GetValue2(); } cmd += wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_restN: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("n"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Return the list without its first n elements"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("rest(") + wiz->GetValue1(); wxString num = wiz->GetValue2(); num.Trim(true); num.Trim(false); cmd += wxT(", -") + num + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_lastn: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("Number of elements"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Extract the last n elements from a list"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("rest(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_nth: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("element number n"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Extract the nth element from a list. Slow for n>>0"), true, _("This function is slow for large n.\n" "For efficiently iterating through every element of a large list see \"Create list from list\" instead, which uses the makelist command."), _("Other than declared arrays in lists there is no way to jump to " "determine the address of the nth element other than iterating " "from one element to the other until the nth element is reached. " "Which isn't a maxima-specific phenomenon but the price one has " "to pay for lists being way easier to resize than declared " "arrays. If the address of the current element is known " "iterating to the next one is trivial, though, so\n\n" " for i in list do \n\n" "or\n\n" " makelist(expression,i,list)\n\n" "provide highly efficient ways to do something on every list " "element.") ); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wiz->GetValue1() + wxT("[") + wiz->GetValue2() + wxT("]"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_map: { Gen2Wiz *wiz = new Gen2Wiz(_("Function"), _("List"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Apply a function to each list element"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("map(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_use_actual_values: { Gen2Wiz *wiz = new Gen2Wiz(_("Equation"), _("List with values"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Introduce a list of actual values into an equation"), true); wiz->SetLabel2ToolTip(_("The list with values can be generated by \"solve()\" or using " "\"Create list/As storage for actual variables\".")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("subst(") + wiz->GetValue2() + wxT(",") + wiz->GetValue1() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_extract_value: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("Variable name"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Extract a variable's value from a list of variable values"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("subst(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_as_function_arguments: { Gen2Wiz *wiz = new Gen2Wiz(_("Function name"), _("List"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Use a list as parameter list for a function"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("apply(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_do_for_each_element: { Gen3Wiz *wiz = new Gen3Wiz(_("List:"), _("Iterator:"), _("What to do:"), expr, wxT("i"), wxT("disp(i)"), m_console->m_configuration, this, -1, _("Do for each list element"), true); wiz->SetValue(expr); wiz->SetLabel2ToolTip(_("The variable the value of the current source item is stored in.")); wiz->SetLabel3ToolTip(_("Either a single expression or a comma-separated list of expressions " "between parenthesis. In the latter case the result of the last " "expression in the parenthesis is used.")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("for ") + wiz->GetValue2() + wxT(" in ") + wiz->GetValue1() + wxT(" do ") + wiz->GetValue3(); MenuCommand(val); } wiz->Destroy(); } break; case menu_list_remove_duplicates: MenuCommand(wxT("unique(") + expr + wxT(")")); break; case menu_list_remove_element: { Gen2Wiz *wiz = new Gen2Wiz(_("Element"), _("List"), wxT("1"), expr, m_console->m_configuration, this, -1, _("Remove an element from a list"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("delete(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_append_item: { Gen2Wiz *wiz = new Gen2Wiz(_("List"), _("Item"), expr, wxT("1"), m_console->m_configuration, this, -1, _("Add an element to a list"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("append(") + wiz->GetValue1() + wxT(",[") + wiz->GetValue2() + wxT("])"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_append_list: { Gen2Wiz *wiz = new Gen2Wiz(_("List1"), _("List2"), expr, wxT("[1]"), m_console->m_configuration, this, -1, _("Append a list to a list"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("append(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_list_interleave: { Gen2Wiz *wiz = new Gen2Wiz(_("List1"), _("List2"), expr, wxT("[1]"), m_console->m_configuration, this, -1, _("Interleave two lists"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("join(") + wiz->GetValue1() + wxT(",") + wiz->GetValue2() + wxT(")"); MenuCommand(cmd); } wiz->Destroy(); } break; } } void wxMaxima::SimplifyMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_nouns: cmd = wxT("ev(") + expr + wxT(", nouns);"); MenuCommand(cmd); break; case button_ratsimp: case menu_ratsimp: cmd = wxT("ratsimp(") + expr + wxT(");"); MenuCommand(cmd); break; case button_radcan: case menu_radsimp: cmd = wxT("radcan(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_to_fact: cmd = wxT("makefact(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_to_gamma: cmd = wxT("makegamma(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_factcomb: cmd = wxT("factcomb(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_factsimp: cmd = wxT("minfactorial(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_logcontract: cmd = wxT("logcontract(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_logexpand: cmd = expr + wxT(", logexpand=super;"); MenuCommand(cmd); break; case button_expand: case menu_expand: cmd = wxT("expand(") + expr + wxT(");"); MenuCommand(cmd); break; case button_factor: case menu_factor: cmd = wxT("factor(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_gfactor: cmd = wxT("gfactor(") + expr + wxT(");"); MenuCommand(cmd); break; case button_trigreduce: case menu_trigreduce: cmd = wxT("trigreduce(") + expr + wxT(");"); MenuCommand(cmd); break; case button_trigsimp: case menu_trigsimp: cmd = wxT("trigsimp(") + expr + wxT(");"); MenuCommand(cmd); break; case button_trigexpand: case menu_trigexpand: cmd = wxT("trigexpand(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_trigrat: case button_trigrat: cmd = wxT("trigrat(") + expr + wxT(");"); MenuCommand(cmd); break; case button_rectform: case menu_rectform: cmd = wxT("rectform(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_polarform: cmd = wxT("polarform(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_demoivre: cmd = wxT("demoivre(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_exponentialize: cmd = wxT("exponentialize(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_realpart: cmd = wxT("realpart(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_imagpart: cmd = wxT("imagpart(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_talg: cmd = wxT("algebraic : not(algebraic);"); MenuCommand(cmd); break; case menu_tellrat: cmd = GetTextFromUser(_("Enter an equation for rational simplification:"), _("Tellrat"), m_console->m_configuration, wxEmptyString, this); if (cmd.Length()) { cmd = wxT("tellrat(") + cmd + wxT(");"); MenuCommand(cmd); } break; case menu_modulus: cmd = GetTextFromUser(_("Calculate modulus:"), _("Modulus"), m_console->m_configuration, wxT("false"), this); if (cmd.Length()) { cmd = wxT("modulus : ") + cmd + wxT(";"); MenuCommand(cmd); } break; default: break; } } void wxMaxima::CalculusMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_change_var: { Gen4Wiz *wiz = new Gen4Wiz(_("Integral/Sum:"), _("Old variable:"), _("New variable:"), _("Equation:"), expr, wxT("x"), wxT("y"), wxT("y=x"), m_console->m_configuration, this, -1, _("Change variable"), true); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("changevar(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue4() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_pade: { Gen3Wiz *wiz = new Gen3Wiz(_("Taylor series:"), _("Num. deg:"), _("Denom. deg:"), expr, wxT("4"), wxT("4"), m_console->m_configuration, this, -1, _("Pade approximation")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("pade(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_continued_fraction: cmd += wxT("cfdisrep(cf(") + expr + wxT("));"); MenuCommand(cmd); break; case menu_lcm: { Gen2Wiz *wiz = new Gen2Wiz(_("Polynomial 1:"), _("Polynomial 2:"), wxEmptyString, wxEmptyString, m_console->m_configuration, this, -1, _("LCM"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("lcm(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_gcd: { Gen2Wiz *wiz = new Gen2Wiz(_("Polynomial 1:"), _("Polynomial 2:"), wxEmptyString, wxEmptyString, m_console->m_configuration, this, -1, _("GCD"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("gcd(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_divide: { Gen2Wiz *wiz = new Gen2Wiz(_("Polynomial 1:"), _("Polynomial 2:"), expr, wxEmptyString, m_console->m_configuration, this, -1, _("Divide"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("divide(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_partfrac: { Gen2Wiz *wiz = new Gen2Wiz(_("Expression:"), _("Variable:"), expr, wxT("n"), m_console->m_configuration, this, -1, _("Partial fractions")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("partfrac(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_risch: { Gen2Wiz *wiz = new Gen2Wiz(_("Expression:"), _("Variable:"), expr, wxT("x"), m_console->m_configuration, this, -1, _("Integrate (risch)")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("risch(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case button_integrate: case menu_integrate: { IntegrateWiz *wiz = new IntegrateWiz(this, -1, m_console->m_configuration, _("Integrate")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case menu_laplace: { Gen3Wiz *wiz = new Gen3Wiz(_("Expression:"), _("Old variable:"), _("New variable:"), expr, wxT("t"), wxT("s"), m_console->m_configuration, this, -1, _("Laplace")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("laplace(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case menu_ilt: { Gen3Wiz *wiz = new Gen3Wiz(_("Expression:"), _("Old variable:"), _("New variable:"), expr, wxT("s"), wxT("t"), m_console->m_configuration, this, -1, _("Inverse Laplace")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wxT("ilt(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case button_diff: case menu_diff: { Gen3Wiz *wiz = new Gen3Wiz(_("Expression:"), _("Variable(s):"), _("Times:"), expr, wxT("x"), wxT("1"), m_console->m_configuration, this, -1, _("Differentiate")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxStringTokenizer vars(wiz->GetValue2(), wxT(",")); wxStringTokenizer times(wiz->GetValue3(), wxT(",")); wxString val = wxT("diff(") + wiz->GetValue1(); while (vars.HasMoreTokens() && times.HasMoreTokens()) { val += wxT(",") + vars.GetNextToken(); val += wxT(",") + times.GetNextToken(); } val += wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case button_taylor: case menu_series: { SeriesWiz *wiz = new SeriesWiz(this, -1, m_console->m_configuration, _("Series")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case button_limit: case menu_limit: { LimitWiz *wiz = new LimitWiz(this, -1, m_console->m_configuration, _("Limit")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case menu_lbfgs: { Gen4Wiz *wiz = new Gen4Wiz(_("Expression:"), _("Variables:"), _("Initial Estimates:"), _("Epsilon:"), expr, wxT("x"), wxT("1.0"), wxT("1e-4"), m_console->m_configuration, this, -1, _("Find minimum")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("lbfgs(") + wiz->GetValue1() + wxT(", [") + wiz->GetValue2() + wxT("], [") + wiz->GetValue3() + wxT("], ") + wiz->GetValue4() + wxT(", [-1,0]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case button_sum: case menu_sum: { SumWiz *wiz = new SumWiz(this, -1, m_console->m_configuration, _("Sum")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case button_product: case menu_product: { Gen4Wiz *wiz = new Gen4Wiz(_("Expression:"), _("Variable:"), _("From:"), _("To:"), expr, wxT("k"), wxT("1"), wxT("n"), m_console->m_configuration, this, -1, _("Product")); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { cmd = wxT("product(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; default: break; } } void wxMaxima::PlotMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case button_plot3: case gp_plot3: { Plot3DWiz *wiz = new Plot3DWiz(this, -1, m_console->m_configuration, _("Plot 3D")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case menu_animationautostart: MenuCommand(wxT("if wxanimate_autoplay#false then wxanimate_autoplay:false else wxanimate_autoplay:true;")); break; case menu_animationframerate: { cmd = GetTextFromUser(_("Enter new animation frame rate [Hz, integer]:"), _("Frame rate"), m_console->m_configuration, wxT("2"), this); wxRegEx number("^[0-9][0-9]*$"); if (number.Matches(cmd)) { cmd = wxT("wxanimate_framerate : ") + cmd + wxT(";"); MenuCommand(cmd); } } break; case button_plot2: case gp_plot2: { Plot2DWiz *wiz = new Plot2DWiz(this, -1, m_console->m_configuration, _("Plot 2D")); wiz->SetValue(expr); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case menu_plot_format: { PlotFormatWiz *wiz = new PlotFormatWiz(this, -1, m_console->m_configuration, _("Plot format")); wiz->Center(wxBOTH); if (wiz->ShowModal() == wxID_OK) { MenuCommand(wiz->GetValue()); } wiz->Destroy(); /*wxString format = GetTextFromUser(_("Enter new plot format:"), _("Plot format"), m_console->m_configuration, wxT("gnuplot"), this); if (format.Length()) { MenuCommand(wxT("set_plot_option(['plot_format, '") + format + wxT("])$")); }*/ } default: break; } } void wxMaxima::NumericalMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; switch (event.GetId()) { case menu_to_float: cmd = wxT("float(") + expr + wxT("), numer;"); MenuCommand(cmd); break; case menu_to_bfloat: cmd = wxT("bfloat(") + expr + wxT(");"); MenuCommand(cmd); break; case menu_to_numer: cmd = expr + wxT(",numer;"); MenuCommand(cmd); break; case menu_num_out: cmd = wxT("if numer#false then numer:false else numer:true;"); MenuCommand(cmd); break; case menu_set_precision: cmd = GetTextFromUser(_("Enter new precision for bigfloats:"), _("Precision"), m_console->m_configuration, wxT("16"), this); if (cmd.Length()) { cmd = wxT("fpprec : ") + cmd + wxT(";"); MenuCommand(cmd); } break; default: break; } } #ifndef __WXGTK__ MyAboutDialog::MyAboutDialog(wxWindow *parent, int id, const wxString title, wxString description) : wxDialog(parent, id, title) { wxBoxSizer *sizer = new wxBoxSizer(wxVERTICAL); wxHtmlWindow *html_top = new wxHtmlWindow(this, -1, wxDefaultPosition, wxSize(380, 250), wxHW_SCROLLBAR_NEVER); html_top->SetBorders(5); wxHtmlWindow *html_bottom = new wxHtmlWindow(this, -1, wxDefaultPosition, wxSize(380, 280)); html_bottom->SetBorders(5); wxString cwd = wxGetCwd(); #if defined __WXMAC__ cwd = cwd + wxT("/") + wxT(MACPREFIX); #else cwd.Replace(wxT("\\"), wxT("/")); cwd = cwd + wxT("/data/"); #endif wxString page_top = wxString::Format( wxT("" "" "" "" "
    " "

    " "" "

    " "

    wxMaxima

    " "

    %s

    " "

    (C) 2004 - 2018 Andrej Vodopivec

    " "
    " "" ""), cwd, wxT(GITVERSION)); wxString page_bottom = wxString::Format( wxT("" "" "" "" "
    " "

    " "%s" "

    " "

    wxMaxima
    " " Maxima

    " "

    %s

    " "

    " "wxWidgets: %d.%d.%d
    " "%s: %s
    " "%s" "

    " "

    %s

    " "

    " "Andrej Vodopivec
    " "Ziga Lenarcic
    " "Doug Ilijev
    " "Gunter Königsmann
    " "

    " "

    Patches

    " "Sandro Montanar (SF-patch 2537150)" "Wolfgang Dautermann" "

    " "

    %s

    " "

    " "%s: Sven Hodapp
    " "%s: TANGO project" "

    " "

    %s

    " "

    " "Innocent De Marchi (ca)
    " "Josef Barak (cs)
    " "Robert Marik (cs)
    " "Jens Thostrup (da)
    " "Harald Geyer (de)
    " "Dieter Kaiser (de)
    " "Gunter Königsmann (de)
    " "Alkis Akritas (el)
    " "Evgenia Kelepesi-Akritas (el)
    " "Kostantinos Derekas (el)
    " "Mario Rodriguez Riotorto (es)
    " "Antonio Ullan (es)
    " "Eric Delevaux (fr)
    " "Michele Gosse (fr)
    " "Marco Ciampa (it)
    " "Blahota István (hu)
    " "Asbjørn Apeland (nb)
    " "Rafal Topolnicki (pl)
    " "Eduardo M. Kalinowski (pt_br)
    " "Alexey Beshenov (ru)
    " "Vadim V. Zhytnikov (ru)
    " "Sergey Semerikov (uk)
    " "Tufan Şirin (tr)
    " "Frank Weng (zh_TW)
    " "cw.ahbong (zh_TW)" "

    " "
    " "" ""), _("wxMaxima is a graphical user interface for the computer algebra system MAXIMA based on wxWidgets."), _("System info"), wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER, _("Unicode Support"), wxT("yes"), description.c_str(), _("Written by"), _("Artwork by"), _("wxMaxima icon"), _("Toolbar icons"), _("Translated by")); html_top->SetPage(page_top); html_bottom->SetPage(page_bottom); html_top->SetSize(wxDefaultCoord, html_top->GetInternalRepresentation()->GetHeight()); sizer->Add(html_top, 0, wxALL, 0); sizer->Add(html_bottom, 0, wxALL, 0); SetSizer(sizer); sizer->Fit(this); sizer->SetSizeHints(this); SetAutoLayout(true); Layout(); } void MyAboutDialog::OnLinkClicked(wxHtmlLinkEvent &event) { wxLaunchDefaultBrowser(event.GetLinkInfo().GetHref()); } BEGIN_EVENT_TABLE(MyAboutDialog, wxDialog) EVT_HTML_LINK_CLICKED(wxID_ANY, MyAboutDialog::OnLinkClicked) END_EVENT_TABLE() #endif void wxMaxima::HelpMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); wxString cmd; wxString helpSearchString = wxT("%"); if (m_console->CanCopy(true)) helpSearchString = m_console->GetString(); else if (m_console->GetActiveCell() != NULL) { helpSearchString = m_console->GetActiveCell()->SelectWordUnderCaret(false); } if (helpSearchString == wxT("")) helpSearchString = wxT("%"); switch (event.GetId()) { case wxID_ABOUT: #if defined __WXGTK__ { wxAboutDialogInfo info; wxString description; description = _("wxMaxima is a graphical user interface for the computer algebra system Maxima based on wxWidgets."); #if defined(WXMAXIMA_GIT_VERSION) description += wxString::Format("\n(Build from Git version: " WXMAXIMA_GIT_VERSION ")"); #endif description += wxString::Format( _("\n\nwxWidgets: %d.%d.%d\nUnicode support: %s"), wxMAJOR_VERSION, wxMINOR_VERSION, wxRELEASE_NUMBER, #if wxUSE_UNICODE _("yes") #else _("no") #endif ); if (m_maximaVersion != wxEmptyString) description += _("\nMaxima version: ") + m_maximaVersion; else description += _("\nNot connected."); if (m_lispVersion != wxEmptyString) description += _("\nLisp: ") + m_lispVersion; info.SetIcon(wxMaximaIcon()); info.SetDescription(description); info.SetName(_("wxMaxima")); info.SetVersion(wxT(GITVERSION)); info.SetCopyright(wxT("(C) 2004-2018 Andrej Vodopivec")); info.SetWebSite(wxT("http://andrejv.github.io/wxmaxima/")); info.AddDeveloper(wxT("Andrej Vodopivec ")); info.AddDeveloper(wxT("Ziga Lenarcic ")); info.AddDeveloper(wxT("Doug Ilijev ")); info.AddDeveloper(wxT("Gunter Königsmann ")); info.AddTranslator(wxT("Innocent De Marchi (ca)")); info.AddTranslator(wxT("Josef Barak (cs)")); info.AddTranslator(wxT("Robert Marik (cs)")); info.AddTranslator(wxT("Jens Thostrup (da)")); info.AddTranslator(wxT("Harald Geyer (de)")); info.AddTranslator(wxT("Dieter Kaiser (de)")); info.AddTranslator(wxT("Gunter Königsmann (de)")); info.AddTranslator(wxT("Alkis Akritas (el)")); info.AddTranslator(wxT("Evgenia Kelepesi-Akritas (el)")); info.AddTranslator(wxT("Kostantinos Derekas (el)")); info.AddTranslator(wxT("Mario Rodriguez Riotorto (es)")); info.AddTranslator(wxT("Antonio Ullan (es)")); info.AddTranslator(wxT("Eric Delevaux (fr)")); info.AddTranslator(wxT("Michele Gosse (fr)")); #if wxUSE_UNICODE info.AddTranslator(wxT("Blahota István (hu)")); #else info.AddTranslator(wxT("Blahota Istvan (hu)")); #endif info.AddTranslator(wxT("Marco Ciampa (it)")); #if wxUSE_UNICODE info.AddTranslator(wxT("Asbjørn Apeland (nb)")); #else info.AddTranslator(wxT("Asbjorn Apeland (nb)")); #endif info.AddTranslator(wxT("Rafal Topolnicki (pl)")); info.AddTranslator(wxT("Eduardo M. Kalinowski (pt_br)")); info.AddTranslator(wxT("Alexey Beshenov (ru)")); info.AddTranslator(wxT("Vadim V. Zhytnikov (ru)")); #if wxUSE_UNICODE info.AddTranslator(wxT("Tufan Şirin (tr)")); #else info.AddTranslator(wxT("Tufan Sirin (tr)")); #endif info.AddTranslator(wxT("Sergey Semerikov (uk)")); info.AddTranslator(wxT("Frank Weng (zh_TW)")); info.AddTranslator(wxT("cw.ahbong (zh_TW)")); info.AddArtist(wxT("wxMaxima icon: Sven Hodapp")); info.AddArtist(wxT("Toolbar and config icons: The TANGO Project")); info.AddArtist(wxT("svg version of the icon: Gunter Königsmann")); wxAboutBox(info); } #else { wxString description; if (m_maximaVersion != wxEmptyString) description += _("Maxima version: ") + m_maximaVersion; else description += _("Not connected."); if (m_lispVersion != wxEmptyString) description += _("
    Lisp: ") + m_lispVersion; MyAboutDialog dlg(this, wxID_ANY, wxString(_("About")), description); dlg.Center(); dlg.ShowModal(); } #endif break; case wxID_HELP: #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) case ToolBar::tb_help: #endif if (helpSearchString == wxT("%")) ShowWxMaximaHelp(); else ShowMaximaHelp(helpSearchString); break; case menu_maximahelp: ShowMaximaHelp(expr); break; case menu_example: if (expr == wxT("%")) cmd = GetTextFromUser(_("Show an example for the command:"), _("Example"), m_console->m_configuration, wxEmptyString, this); else cmd = expr; if (cmd.Length()) { cmd = wxT("example(") + cmd + wxT(");"); MenuCommand(cmd); } break; case menu_apropos: if (expr == wxT("%")) cmd = GetTextFromUser(_("Show all commands similar to:"), _("Apropos"), m_console->m_configuration, wxEmptyString, this); else cmd = expr; if (cmd.Length()) { cmd = wxT("apropos(\"") + cmd + wxT("\");"); MenuCommand(cmd); } break; case menu_show_tip: ShowTip(true); break; case menu_build_info: MenuCommand(wxT("wxbuild_info()$")); break; case menu_bug_report: MenuCommand(wxT("wxbug_report()$")); break; case menu_help_tutorials: wxLaunchDefaultBrowser(wxT("http://andrejv.github.io/wxmaxima/help.html")); break; case menu_check_updates: CheckForUpdates(true); break; default: break; } } void wxMaxima::StatsMenu(wxCommandEvent &ev) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString expr = GetDefaultEntry(); switch (ev.GetId()) { case menu_stats_histogram: { Gen2Wiz *wiz = new Gen2Wiz(_("Data:"), _("Classes:"), expr, wxT("10"), m_console->m_configuration, this, -1, _("Histogram"), false); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("wxhistogram(") + wiz->GetValue1() + wxT(", nclasses=") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_stats_scatterplot: { Gen2Wiz *wiz = new Gen2Wiz(_("Data:"), _("Classes:"), expr, wxT("10"), m_console->m_configuration, this, -1, _("Scatterplot"), false); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("wxscatterplot(") + wiz->GetValue1() + wxT(", nclasses=") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_stats_barsplot: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("wxbarsplot(") + data + wxT(");")); } break; case menu_stats_boxplot: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("wxboxplot([") + data + wxT("]);")); } break; case menu_stats_piechart: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("wxpiechart(") + data + wxT(");")); } break; case menu_stats_mean: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("mean(") + data + wxT(");")); } break; case menu_stats_median: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("median(") + data + wxT(");")); } break; case menu_stats_var: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("var(") + data + wxT(");")); } break; case menu_stats_dev: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("std(") + data + wxT(");")); } break; case menu_stats_tt1: { Gen2Wiz *wiz = new Gen2Wiz(_("Sample:"), _("Mean:"), expr, wxT("0"), m_console->m_configuration, this, -1, _("One sample t-test"), false); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("test_mean(") + wiz->GetValue1() + wxT(", mean=") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_stats_tt2: { Gen2Wiz *wiz = new Gen2Wiz(_("Sample 1:"), _("Sample 2:"), wxEmptyString, wxEmptyString, m_console->m_configuration, this, -1, _("Two sample t-test"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("test_means_difference(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_stats_tnorm: { wxString data = GetTextFromUser(_("Data:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("test_normality(") + data + wxT(");")); } break; case menu_stats_linreg: { wxString data = GetTextFromUser(_("Data Matrix:"), _("Enter Data"), m_console->m_configuration, expr, this); if (data.Length() > 0) MenuCommand(wxT("simple_linear_regression(") + data + wxT(");")); } break; case menu_stats_lsquares: { Gen4Wiz *wiz = new Gen4Wiz(_("Data Matrix:"), _("Col. names:"), _("Equation:"), _("Variables:"), expr, wxT("x,y"), wxT("y=A*x+B"), wxT("A,B"), m_console->m_configuration, this, -1, _("Least Squares Fit"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("lsquares_estimates(") + wiz->GetValue1() + wxT(", [") + wiz->GetValue2() + wxT("], ") + wiz->GetValue3() + wxT(", [") + wiz->GetValue4() + wxT("], iprint=[-1,0]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case menu_stats_readm: { wxString file = wxFileSelector(_("Open matrix"), m_lastPath, wxEmptyString, wxEmptyString, _("Data file (*.csv, *.tab, *.txt)|*.csv;*.tab;*.txt"), wxFD_OPEN); if (file != wxEmptyString) { m_lastPath = wxPathOnly(file); #if defined __WXMSW__ file.Replace(wxT("\\"), wxT("/")); #endif wxString name = wxGetTextFromUser(wxT("Enter matrix name:"), wxT("Marix name")); wxString cmd; if (name != wxEmptyString) cmd << name << wxT(": "); wxString format; if (file.EndsWith(wxT(".csv"))) format = wxT("csv"); else if (file.EndsWith(wxT(".tab"))) format = wxT("tab"); if (format != wxEmptyString) MenuCommand(cmd + wxT("read_matrix(\"") + file + wxT("\", '") + format + wxT(");")); else MenuCommand(cmd + wxT("read_matrix(\"") + file + wxT("\");")); } } break; case menu_stats_subsample: { Gen4Wiz *wiz = new Gen4Wiz(_("Data Matrix:"), _("Condition:"), _("Include columns:"), _("Matrix name:"), expr, wxT("col[1]#'NA"), wxEmptyString, wxEmptyString, m_console->m_configuration, this, -1, _("Select Subsample"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString name = wiz->GetValue4(); wxString cmd; if (name != wxEmptyString) cmd << name << wxT(": "); cmd += wxT("subsample(\n ") + wiz->GetValue1() + wxT(",\n ") + wxT("lambda([col], is( "); if (wiz->GetValue2() != wxEmptyString) cmd += wiz->GetValue2() + wxT(" ))"); else cmd += wxT("true ))"); if (wiz->GetValue3() != wxEmptyString) cmd += wxT(",\n ") + wiz->GetValue3(); cmd += wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; } } void wxMaxima::OnClose(wxCloseEvent &event) { if (SaveNecessary()) { int close = SaveDocumentP(); if (close == wxID_CANCEL) { event.Veto(); return; } if (close == wxID_YES) { if (!SaveFile()) { event.Veto(); return; } } } // We have saved the file now => No need to have the timer around any longer. m_autoSaveTimer.Stop(); wxConfig *config = (wxConfig *) wxConfig::Get(); wxSize size = GetSize(); wxPoint pos = GetPosition(); bool maximized = IsMaximized(); config->Write(wxT("pos-x"), pos.x); config->Write(wxT("pos-y"), pos.y); config->Write(wxT("pos-w"), size.GetWidth()); config->Write(wxT("pos-h"), size.GetHeight()); if (maximized) config->Write(wxT("pos-max"), 1); else config->Write(wxT("pos-max"), 0); if (m_lastPath.Length() > 0) config->Write(wxT("lastPath"), m_lastPath); m_closing = true; CleanUp(); m_maximaStdout = NULL; m_maximaStderr = NULL; #if defined __WXMAC__ wxGetApp().topLevelWindows.Erase(wxGetApp().topLevelWindows.Find(this)); #endif // Allow the operating system to keep the clipboard's contents even after we // exit - if that ioption is supported by the OS. wxTheClipboard->Flush(); if (m_console->GetTree()) m_console->DestroyTree(); Destroy(); RemoveTempAutosavefile(); } void wxMaxima::PopupMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString selection = m_console->GetString(); switch (event.GetId()) { case MathCtrl::popid_fold: { if (m_console->GetActiveCell()) { // This "if" is pure paranoia. But - since the costs of an "if" are low... GroupCell *group = dynamic_cast(m_console->GetActiveCell()->GetGroup()); if (group->IsFoldable()) group->Fold(); else group->Hide(true); m_console->UpdateTableOfContents(); } break; } case MathCtrl::popid_maxsizechooser: if(m_console->m_cellPointers.m_selectionStart != NULL) { MathCell *output = dynamic_cast(m_console->m_cellPointers.m_selectionStart->GetGroup())->GetLabel(); if (output == NULL) return; if(output->GetType() != MC_TYPE_IMAGE) return; MaxSizeChooser *chooser = new MaxSizeChooser(this, -1, dynamic_cast(output)->GetMaxWidth(), dynamic_cast(output)->GetMaxHeight() ); chooser->Centre(wxBOTH); if (chooser->ShowModal() == wxID_OK) { if(dynamic_cast(output)->GetMaxWidth() != chooser->GetMaxWidth()) m_fileSaved = false; if(dynamic_cast(output)->GetMaxHeight() != chooser->GetMaxHeight()) m_fileSaved = false; dynamic_cast(output)->SetMaxWidth(chooser->GetMaxWidth()); dynamic_cast(output)->SetMaxHeight(chooser->GetMaxHeight()); } } m_console->RecalculateForce(); m_console->RequestRedraw(); break; case MathCtrl::popid_unfold: { GroupCell *group = dynamic_cast(m_console->GetActiveCell()->GetGroup()); if (group->IsFoldable()) group->Unfold(); else group->Hide(false); m_console->UpdateTableOfContents(); break; } case TableOfContents::popid_Fold: if (m_console->m_tableOfContents != NULL) { // We only update the table of contents when there is time => no guarantee that the // cell that was clicked at actually still is part of the tree. if ((m_console->GetTree()) && (m_console->GetTree()->Contains(m_console->m_tableOfContents->RightClickedOn()))) { m_console->m_tableOfContents->RightClickedOn()->Fold(); m_console->Recalculate(); m_console->RequestRedraw(); m_console->UpdateTableOfContents(); } } break; case TableOfContents::popid_Unfold: if (m_console->m_tableOfContents != NULL) { // We only update the table of contents when there is time => no guarantee that the // cell that was clicked at actually still is part of the tree. if ((m_console->GetTree()) && (m_console->GetTree()->Contains(m_console->m_tableOfContents->RightClickedOn()))) { m_console->m_tableOfContents->RightClickedOn()->Unfold(); m_console->Recalculate(); m_console->RequestRedraw(); m_console->UpdateTableOfContents(); } } break; case TableOfContents::popid_SelectTocChapter: if (m_console->m_tableOfContents != NULL) { if (m_console->m_tableOfContents->RightClickedOn()) { GroupCell *SelectionStart = m_console->m_tableOfContents->RightClickedOn(); // We only update the table of contents when there is time => no guarantee that the // cell that was clicked at actually still is part of the tree. if((m_console->GetTree()) && (m_console->GetTree()->Contains(SelectionStart))) { GroupCell *SelectionEnd = SelectionStart; while ( (SelectionEnd->m_next != NULL) && (dynamic_cast(SelectionEnd->m_next)->IsLesserGCType(SelectionStart->GetGroupType())) ) SelectionEnd = dynamic_cast(SelectionEnd->m_next); m_console->SetActiveCell(NULL); m_console->SetHCaret(SelectionEnd); m_console->SetSelection(SelectionStart, SelectionEnd); m_console->RequestRedraw(); } } } break; case TableOfContents::popid_EvalTocChapter: { GroupCell *SelectionStart = m_console->m_tableOfContents->RightClickedOn(); // We only update the table of contents when there is time => no guarantee that the // cell that was clicked at actually still is part of the tree. if ((m_console->GetTree()) && (m_console->GetTree()->Contains(SelectionStart))) { bool evaluating = !m_console->m_evaluationQueue.Empty(); m_console->AddSectionToEvaluationQueue(m_console->m_tableOfContents->RightClickedOn()); if (!evaluating) TryEvaluateNextInQueue(); } break; } case TableOfContents::popid_ToggleTOCshowsSectionNumbers: { m_console->m_configuration->TocShowsSectionNumbers(event.IsChecked()); m_console->UpdateTableOfContents(); break; } case MathCtrl::popid_evaluate_section: { bool evaluating = !m_console->m_evaluationQueue.Empty(); GroupCell *group = NULL; if (m_console->GetActiveCell()) { // This "if" is pure paranoia. But - since the costs of an "if" are low... if (m_console->GetActiveCell()->GetGroup()) group = dynamic_cast(m_console->GetActiveCell()->GetGroup()); } else if (m_console->HCaretActive()) { if (m_console->GetHCaret()) { group = m_console->GetHCaret(); /* if(group->m_next) group = dynamic_cast(group->m_next);*/ } else group = m_console->GetTree(); } if (group) { m_console->AddSectionToEvaluationQueue(group); if (!evaluating) TryEvaluateNextInQueue(); } } break; case MathCtrl::popid_evaluate: { wxCommandEvent *dummy = new wxCommandEvent; EvaluateEvent(*dummy); } break; case ToolBar::tb_evaluate_rest: m_console->AddRestToEvaluationQueue(); EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); TryEvaluateNextInQueue(); break; case ToolBar::tb_evaltillhere: m_console->m_evaluationQueue.Clear(); m_console->ResetInputPrompts(); EvaluationQueueLength(0); if (m_console->m_configuration->RestartOnReEvaluation()) StartMaxima(); m_console->AddDocumentTillHereToEvaluationQueue(); // Inform the user about the length of the evaluation queue. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); TryEvaluateNextInQueue(); break; case MathCtrl::popid_copy: if (m_console->CanCopy(true)) m_console->Copy(); break; case MathCtrl::popid_copy_tex: if (m_console->CanCopy(true)) m_console->CopyTeX(); break; case MathCtrl::popid_copy_text: if (m_console->CanCopy(true)) m_console->CopyText(); break; case MathCtrl::popid_cut: if (m_console->CanCopy(true)) m_console->CutToClipboard(); break; case MathCtrl::popid_paste: m_console->PasteFromClipboard(); break; case MathCtrl::popid_select_all: case ToolBar::tb_select_all: m_console->SelectAll(); break; case MathCtrl::popid_comment_selection: m_console->CommentSelection(); break; case MathCtrl::popid_divide_cell: m_console->DivideCell(); break; case MathCtrl::popid_copy_image: if (m_console->CanCopy()) m_console->CopyBitmap(); break; case MathCtrl::popid_copy_svg: if (m_console->CanCopy()) m_console->CopySVG(); break; case MathCtrl::popid_copy_rtf: if (m_console->CanCopy(true)) m_console->CopyRTF(); break; case MathCtrl::popid_simplify: MenuCommand(wxT("ratsimp(") + selection + wxT(");")); break; case MathCtrl::popid_expand: MenuCommand(wxT("expand(") + selection + wxT(");")); break; case MathCtrl::popid_factor: MenuCommand(wxT("factor(") + selection + wxT(");")); break; case MathCtrl::popid_solve: { Gen2Wiz *wiz = new Gen2Wiz(_("Equation(s):"), _("Variable(s):"), selection, wxT("x"), m_console->m_configuration, this, -1, _("Solve"), true, _("solve() will solve a list of equations only if for n " "independent equations there are n variables to solve to.\n" "If only one result variable is of interest the other result " "variables solve needs to do its work can be used to tell " "solve() which variables to eleminate in the solution " "for the interesting variable.") ); wiz->Centre(wxBOTH); wiz->SetLabel1ToolTip(_("Comma-separated equations")); wiz->SetLabel2ToolTip(_("Comma-separated variables")); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("solve([") + wiz->GetValue1() + wxT("], [") + wiz->GetValue2() + wxT("]);"); MenuCommand(cmd); } wiz->Destroy(); } break; case MathCtrl::popid_solve_num: { Gen4Wiz *wiz = new Gen4Wiz(_("Equation:"), _("Variable:"), _("Lower bound:"), _("Upper bound:"), selection, wxT("x"), wxT("-1"), wxT("1"), m_console->m_configuration, this, -1, _("Find root"), true); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString cmd = wxT("find_root(") + wiz->GetValue1() + wxT(", ") + wiz->GetValue2() + wxT(", ") + wiz->GetValue3() + wxT(", ") + wiz->GetValue4() + wxT(");"); MenuCommand(cmd); } wiz->Destroy(); } break; case MathCtrl::popid_integrate: { IntegrateWiz *wiz = new IntegrateWiz(this, -1, m_console->m_configuration, _("Integrate")); wiz->SetValue(selection); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case MathCtrl::popid_diff: { Gen3Wiz *wiz = new Gen3Wiz(_("Expression:"), _("Variable(s):"), _("Times:"), selection, wxT("x"), wxT("1"), m_console->m_configuration, this, -1, _("Differentiate")); wiz->SetValue(selection); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxStringTokenizer vars(wiz->GetValue2(), wxT(",")); wxStringTokenizer times(wiz->GetValue3(), wxT(",")); wxString val = wxT("diff(") + wiz->GetValue1(); while (vars.HasMoreTokens() && times.HasMoreTokens()) { val += wxT(",") + vars.GetNextToken(); val += wxT(",") + times.GetNextToken(); } val += wxT(");"); MenuCommand(val); } wiz->Destroy(); } break; case MathCtrl::popid_subst: { SubstituteWiz *wiz = new SubstituteWiz(this, -1, m_console->m_configuration, _("Substitute")); wiz->SetValue(selection); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case MathCtrl::popid_plot2d: { Plot2DWiz *wiz = new Plot2DWiz(this, -1, m_console->m_configuration, _("Plot 2D")); wiz->SetValue(selection); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case MathCtrl::popid_plot3d: { Plot3DWiz *wiz = new Plot3DWiz(this, -1, m_console->m_configuration, _("Plot 3D")); wiz->SetValue(selection); wiz->Centre(wxBOTH); if (wiz->ShowModal() == wxID_OK) { wxString val = wiz->GetValue(); MenuCommand(val); } wiz->Destroy(); } break; case MathCtrl::popid_float: MenuCommand(wxT("float(") + selection + wxT("), numer;")); break; case MathCtrl::popid_image: { wxString file = wxFileSelector(_("Save selection to file"), m_lastPath, wxT("image.png"), wxT("png"), _("PNG image (*.png)|*.png|" "JPEG image (*.jpg)|*.jpg|" "Windows bitmap (*.bmp)|*.bmp|" "Portable animap (*.pnm)|*.pnm|" "Tagged image file format (*.tif)|*.tif|" "X pixmap (*.xpm)|*.xpm" ), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (file.Length()) { m_console->CopyToFile(file); m_lastPath = wxPathOnly(file); } } break; case MathCtrl::popid_animation_save: { wxString file = wxFileSelector(_("Save animation to file"), m_lastPath, wxT("animation.gif"), wxT("gif"), _("GIF image (*.gif)|*.gif"), wxFD_SAVE | wxFD_OVERWRITE_PROMPT); if (file.Length()) { MathCell *selection = m_console->GetSelectionStart(); if (selection != NULL && selection->GetType() == MC_TYPE_SLIDE) dynamic_cast(selection)->ToGif(file); } } break; case MathCtrl::popid_merge_cells: m_console->MergeCells(); break; } } void wxMaxima::OnRecentDocument(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString file = GetRecentDocument(event.GetId() - menu_recent_document_0); if (SaveNecessary() && ( (file.EndsWith(wxT(".wxmx"))) || (file.EndsWith(wxT(".wxm"))) ) ) { int close = SaveDocumentP(); if (close == wxID_CANCEL) return; if (close == wxID_YES) { if (!SaveFile()) return; } } if (wxFileExists(file)) OpenFile(file); else { wxMessageBox(_("File you tried to open does not exist."), _("File not found"), wxOK); RemoveRecentDocument(file); } } void wxMaxima::OnUnsavedDocument(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); wxString file; int index = menu_unsaved_document_0; std::list autoSaveFileList = GetTempAutosaveFiles(); for(std::list::iterator it = autoSaveFileList.begin(); it != autoSaveFileList.end();++it) { if(index == event.GetId()) file = *it; index++; } if(file == wxEmptyString) return; if (SaveNecessary() && ( (file.EndsWith(wxT(".wxmx"))) || (file.EndsWith(wxT(".wxm"))) ) ) { int close = SaveDocumentP(); if (close == wxID_CANCEL) return; if (close == wxID_YES) { if (!SaveFile()) return; } } if (wxFileExists(file)) { OpenFile(file); m_tempfileName = file; } else { wxMessageBox(_("File you tried to open does not exist."), _("File not found"), wxOK); RemoveRecentDocument(file); } } bool wxMaxima::SaveNecessary() { // No need to save an empty document if(m_console->GetTree() == NULL) return false; // No need to save a document only consisting of an prompt if(m_console->GetTree()->Empty()) return false; return ((!m_fileSaved) || (!m_isNamed)); } void wxMaxima::EditInputMenu(wxCommandEvent &WXUNUSED(event)) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); if (!m_console->CanEdit()) return; EditorCell *tmp = dynamic_cast(m_console->GetSelectionStart()); if (tmp == NULL) return; m_console->SetActiveCell(tmp); } //! Handle the evaluation event // // User tried to evaluate, find out what is the case // Normally just add the respective groupcells to evaluationqueue // If there is a special case - eg sending from output section // of the working group, handle it carefully. void wxMaxima::EvaluateEvent(wxCommandEvent &WXUNUSED(event)) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); bool evaluating = !m_console->m_evaluationQueue.Empty(); if (!evaluating) m_console->FollowEvaluation(true); EditorCell *tmp = m_console->GetActiveCell(); if (m_console->QuestionPending()) evaluating = true; if (tmp != NULL) // we have an active cell { if (tmp->GetType() == MC_TYPE_INPUT && !m_inLispMode) tmp->AddEnding(); // if active cell is part of a working group, we have a special // case - answering 1a question. Manually send answer to Maxima. GroupCell *cell = dynamic_cast(tmp->GetGroup()); if (m_console->GCContainsCurrentQuestion(cell)) { wxString answer = tmp->ToString(true); // Add the answer to the current working cell or update the answer // that is stored within it. if(m_console->m_answersExhausted) cell->AddAnswer(answer); else m_console->UpdateAnswer(answer); SendMaxima(answer, true); StatusMaximaBusy(calculating); m_console->QuestionAnswered(); } else { // normally just add to queue (and mark the cell as no more containing an error message) m_console->m_cellPointers.m_errorList.Remove(cell); m_console->AddCellToEvaluationQueue(cell); } } else { // no evaluate has been called on no active cell? m_console->AddSelectionToEvaluationQueue(); } // Inform the user about the length of the evaluation queue. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); if (!evaluating) TryEvaluateNextInQueue();; } wxString wxMaxima::GetUnmatchedParenthesisState(wxString text,int &index) { index = 0; std::list delimiters; if (text.Right(1) == wxT("\\")) { index = text.Length() - 1; return (_("Cell ends in a backslash")); } bool lisp = m_inLispMode; wxChar lastC = wxT(';'); wxChar lastnonWhitespace = wxT(','); wxString::const_iterator it = text.begin(); while (it != text.end()) { wxChar c = *it; switch (c) { // Opening parenthesis case wxT('('): delimiters.push_back(wxT(')')); lastC = c; break; case wxT('['): delimiters.push_back(wxT(']')); lastC = c; break; case wxT('{'): delimiters.push_back(wxT('}')); lastC = c; break; // Closing parenthesis case wxT(')'): case wxT(']'): case wxT('}'): if (delimiters.empty()) return (_("Mismatched parenthesis")); if (c != delimiters.back()) return (_("Mismatched parenthesis")); delimiters.pop_back(); lastC = c; if (lastnonWhitespace == wxT(',')) return (_("Comma directly followed by a closing parenthesis")); break; // Escaped characters case wxT('\\'): ++it;++index; lastC = c; break; // Strings case wxT('\"'): ++it;++index; while ((it != text.end()) && (c = *it) != wxT('\"')) { if (c == wxT('\\')) {++it;++index;} if(it != text.end()) {++it;++index;} } if ((it != text.end()) && (*it != wxT('\"'))) return (_("Unterminated string.")); lastC = c; break; // a to_lisp command case wxT('t'): { // Extract 7 chars of the string. wxString command; wxString::const_iterator it2(it); if(it2 != text.end()) { command += wxString(*it2); ++it2; } while((it2 != text.end()) && (wxIsalpha(*it2))) { command += wxString(*it2); ++it2; } if(command.StartsWith(wxT("to_lisp"))) lisp = true; break; } // An eventual :lisp command case wxT(':'): { // Extract 5 chars of the string. wxString command; wxString::const_iterator it2(it); if(it2 != text.end()) { command += wxString(*it2); ++it2; } while((it2 != text.end()) && (wxIsalpha(*it2))) { command += wxString(*it2); ++it2; } // Let's see if this is a :lisp-quiet or a :lisp if ((command == wxT(":lisp")) || (command == wxT(":lisp-quiet"))) lisp = true; lastC = c; break; } case wxT(';'): case wxT('$'): if ((!lisp) && (!delimiters.empty())) { return _("Un-closed parenthesis on encountering ; or $"); } lastC = c; break; // Comments case wxT('/'): if (it != text.end()) { wxString::const_iterator it2(it); ++it2; if (*it2 == wxT('*')) { // Comment start. Let's search for the comment end. if (it != text.end()) {++it;++index;} while(it != text.end()) { wxChar last; last = *it; ++it;++index; // We reached the end of the string without finding a comment end. if(it == text.end()) return (_("Unterminated comment.")); // A comment end. if((last == wxT('*')) && (*it == wxT('/'))) break; } } else lastC = c; } else lastC = c; break; default: if ((c != wxT('\n')) && (c != wxT(' ')) && (c != wxT('\t'))) lastC = c; } if ( (c != wxT(' ')) && (c != wxT('\t')) && (c != wxT('\n')) && (c != wxT('\r')) ) lastnonWhitespace = c; ++it;++index; } if (!delimiters.empty()) { return _("Un-closed parenthesis"); } if ((!lisp)) { bool endingNeeded = true; text.Trim(true); text.Trim(false); // Cells ending in ";" or in "$" don't require us to add an ending. if (lastC == wxT(';')) endingNeeded = false; if (lastC == wxT('$')) endingNeeded = false; // Cells ending in "(to-maxima)" (with optional spaces around the "to-maxima") // don't require us to add an ending, neither. if(text.EndsWith(wxT(")"))) { text = text.SubString(0,text.Length()-2); text.Trim(); if (text.EndsWith(wxT("to-maxima"))) endingNeeded = false; } if(endingNeeded) return _("No dollar ($) or semicolon (;) at the end of command"); } return wxEmptyString; } //! Tries to evaluate next group cell in queue // // Calling this function should not do anything dangerous void wxMaxima::TryEvaluateNextInQueue() { if (!m_isConnected) { if (!StartMaxima()) { wxMessageBox(_("\nNot connected to Maxima!\n"), _("Error"), wxOK | wxICON_ERROR); // Clear the evaluation queue. m_console->m_evaluationQueue.Clear(); m_console->RequestRedraw(); EvaluationQueueLength(0); } return; } // Initialize maxima if necessary. if (!m_variablesOK) { SetupVariables(); return; } // Maxima is connected. Let's test if the evaluation queue is empty. GroupCell *tmp = dynamic_cast(m_console->m_evaluationQueue.GetCell()); if (tmp == NULL) { // Maxima is no more busy. StatusMaximaBusy(waiting); // Inform the user that the evaluation queue length now is 0. EvaluationQueueLength(0); // The cell from the last evaluation might still be shown in it's "evaluating" state // so let's refresh the console to update the display of this. m_console->RequestRedraw(); // If the window isn't active we can inform the user that maxima in the meantime // has finished working. if(m_console->m_configuration->NotifyIfIdle()) m_console->SetNotification(_("Maxima has finished calculating.")); return; //empty queue } // Display the evaluation queue's status. EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell()); // We don't want to evaluate a new cell if the user still has to answer // a question. if (m_console->QuestionPending()) return; // Maxima is connected and the queue contains an item. // From now on we look every second if we got some output from a crashing // maxima: Is maxima is working correctly the stdout and stderr descriptors we // poll don't offer any data. ReadStdErr(); m_maximaStdoutPollTimer.StartOnce(MAXIMAPOLLMSECS); if (m_console->m_evaluationQueue.m_workingGroupChanged) { // If the cell's output that we are about to remove contains the currently // selected cells we undo the selection. if (m_console->GetSelectionStart()) { if (m_console->GetSelectionStart()->GetGroup() == tmp) m_console->SetSelection(NULL, NULL); } if (m_console->GetSelectionEnd()) { if (m_console->GetSelectionEnd()->GetGroup() == tmp) m_console->SetSelection(NULL, NULL); } tmp->RemoveOutput(); m_console->Recalculate(tmp); m_console->RequestRedraw(); } wxString text = m_console->m_evaluationQueue.GetCommand(); m_commandIndex = m_console->m_evaluationQueue.GetIndex(); if ((text != wxEmptyString) && (text != wxT(";")) && (text != wxT("$"))) { int index; wxString parenthesisError = GetUnmatchedParenthesisState(tmp->GetEditable()->ToString(true),index); if (parenthesisError == wxEmptyString) { if (m_console->FollowEvaluation()) { m_console->SetSelection(tmp); if (!m_console->GetWorkingGroup()) { m_console->SetHCaret(tmp); m_console->ScrollToCaret(); } } m_console->m_cellPointers.SetWorkingGroup(tmp); tmp->GetPrompt()->SetValue(m_lastPrompt); // Clear the monitor that shows the xml representation of the output of the // current maxima command. if (m_xmlInspector) m_xmlInspector->Clear(); SendMaxima(text, true); EvaluationQueueLength(m_console->m_evaluationQueue.Size(), m_console->m_evaluationQueue.CommandsLeftInCell() ); text.Trim(false); if (!m_hasEvaluatedCells) { if (text.StartsWith(wxT(":lisp"))) SetStatusText(_("A \":lisp\" as the first command might fail to send a \"finished\" signal.")); } // Mark the current maxima process as "no more in its initial condition". m_hasEvaluatedCells = true; } else { // Manually mark the current cell as the one that has caused an error. m_console->m_cellPointers.m_errorList.Add(tmp); tmp->GetEditable()->SetErrorIndex(m_commandIndex - 1); // Inform the user about the error (which automatically causes the worksheet // to the cell we marked as erroneous a few seconds ago. TextCell *cell = new TextCell(m_console->GetTree(), &(m_console->m_configuration), &m_console->m_cellPointers, _("Refusing to send cell to maxima: ") + parenthesisError + wxT("\n")); cell->SetType(MC_TYPE_ERROR); cell->SetGroup(tmp); tmp->SetOutput(cell); m_console->Recalculate(); //m_console->RecalculateForce(); tmp->GetInput()->SetCaretPosition(index); tmp->GetInput()->SetErrorIndex((m_commandIndex = index) - 1); if (m_console->FollowEvaluation()) m_console->SetSelection(NULL); m_console->m_cellPointers.SetWorkingGroup(NULL); m_console->RequestRedraw(); if(!AbortOnError()) { m_console->m_evaluationQueue.RemoveFirst(); m_outputCellsFromCurrentCommand = 0; TryEvaluateNextInQueue(); } if((tmp)&&(tmp->GetEditable())) m_console->SetActiveCell(tmp->GetEditable()); m_console->m_evaluationQueue.RemoveFirst(); } m_console->Recalculate(); } else { m_console->m_evaluationQueue.RemoveFirst(); m_outputCellsFromCurrentCommand = 0; TryEvaluateNextInQueue(); } m_console->m_answersExhausted = m_console->m_evaluationQueue.AnswersEmpty(); } void wxMaxima::InsertMenu(wxCommandEvent &event) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); int type = 0; bool output = false; switch (event.GetId()) { case MathCtrl::popid_auto_answer: if((m_console->GetActiveCell() != NULL) && (dynamic_cast(m_console->GetActiveCell()->GetGroup())->GetGroupType() == GC_TYPE_CODE)) dynamic_cast(m_console->GetActiveCell()->GetGroup())->AutoAnswer(event.IsChecked()); else if((m_console->GetSelectionStart() != NULL)&& (m_console->GetSelectionStart()->GetType() == MC_TYPE_GROUP)) { GroupCell *gc = dynamic_cast(m_console->GetSelectionStart()); while(gc != NULL) { if(gc->GetGroupType() == GC_TYPE_CODE) gc->AutoAnswer(event.IsChecked()); if(gc == m_console->GetSelectionEnd()) break; gc = dynamic_cast(gc->m_next); } } m_fileSaved = false; m_console->RequestRedraw(); return; break; case menu_insert_previous_output: output = true; case MathCtrl::popid_insert_input: case menu_insert_input: case menu_insert_previous_input: type = GC_TYPE_CODE; break; case menu_autocomplete: m_console->Autocomplete(); return; break; case menu_autocomplete_templates: m_console->Autocomplete(AutoComplete::tmplte); return; break; case menu_convert_to_code: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_CODE); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_convert_to_comment: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_TEXT); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_add_comment: case MathCtrl::popid_add_comment: case menu_format_text: case MathCtrl::popid_insert_text: type = GC_TYPE_TEXT; break; case menu_convert_to_title: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_TITLE); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_add_title: case menu_format_title: case MathCtrl::popid_insert_title: type = GC_TYPE_TITLE; break; case menu_convert_to_section: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_SECTION); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_add_section: case menu_format_section: case MathCtrl::popid_insert_section: type = GC_TYPE_SECTION; break; case menu_convert_to_subsection: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_SUBSECTION); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_add_subsection: case menu_format_subsection: case MathCtrl::popid_insert_subsection: type = GC_TYPE_SUBSECTION; break; case menu_convert_to_subsubsection: if (m_console->GetActiveCell()) { m_console->GetActiveCell()->GetGroup()->SetType(GC_TYPE_SUBSUBSECTION); m_console->Recalculate(true); m_console->RequestRedraw(); } break; case menu_add_subsubsection: case menu_format_subsubsection: case MathCtrl::popid_insert_subsubsection: type = GC_TYPE_SUBSUBSECTION; break; case menu_add_pagebreak: case menu_format_pagebreak: m_console->InsertGroupCells( new GroupCell(&(m_console->m_configuration), GC_TYPE_PAGEBREAK, &m_console->m_cellPointers), m_console->GetHCaret()); m_console->Recalculate(); m_console->SetFocus(); return; break; case menu_insert_image: case menu_format_image: { wxString file = wxFileSelector(_("Insert Image"), m_lastPath, wxEmptyString, wxEmptyString, _("Image files (*.png, *.jpg, *.bmp, *.xpm)|*.png;*.jpg;*.bmp;*.xpm"), wxFD_OPEN); if (file != wxEmptyString) { m_console->OpenHCaret(file, GC_TYPE_IMAGE); } m_console->SetFocus(); return; } break; case menu_fold_all_cells: m_console->FoldAll(); m_console->Recalculate(true); // send cursor to the top m_console->SetHCaret(NULL); break; case menu_unfold_all_cells: m_console->UnfoldAll(); m_console->Recalculate(true); // refresh without moving cursor m_console->SetHCaret(m_console->GetHCaret()); break; } m_console->SetFocus(); if (event.GetId() == menu_insert_previous_input || event.GetId() == menu_insert_previous_output) { wxString input; if (output == true) input = m_console->GetOutputAboveCaret(); else input = m_console->GetInputAboveCaret(); if (input != wxEmptyString) m_console->OpenHCaret(input, type); } else if (event.GetId() == menu_unfold_all_cells || event.GetId() == menu_fold_all_cells) { // don't do anything else } else m_console->OpenHCaret(wxEmptyString, type); } void wxMaxima::ResetTitle(bool saved, bool force) { if(!m_isNamed) saved = false; if ((saved != m_fileSaved) || (force)) { m_fileSaved = saved; if (m_console->m_currentFile.Length() == 0) { #ifndef __WXMAC__ if (saved) SetTitle(wxString::Format(_("wxMaxima %s "), wxT(GITVERSION)) + _("[ unsaved ]")); else SetTitle(wxString::Format(_("wxMaxima %s "), wxT(GITVERSION)) + _("[ unsaved* ]")); #endif } else { wxString name, ext; wxFileName::SplitPath(m_console->m_currentFile, NULL, NULL, &name, &ext); #ifndef __WXMAC__ if (m_fileSaved) SetTitle(wxString::Format(_("wxMaxima %s "), wxT(GITVERSION)) + wxT(" [ ") + name + wxT(".") + ext + wxT(" ]")); else SetTitle(wxString::Format(_("wxMaxima %s "), wxT(GITVERSION)) + wxT(" [ ") + name + wxT(".") + ext + wxT("* ]")); #else SetTitle(name + wxT(".") + ext); #endif } #if defined __WXMAC__ #if defined __WXOSX_COCOA__ OSXSetModified(!saved); if (m_console->m_currentFile != wxEmptyString) SetRepresentedFilename(m_console->m_currentFile); #else WindowRef win = (WindowRef)MacGetTopLevelWindowRef(); SetWindowModified(win,!saved); if (m_console->m_currentFile != wxEmptyString) { FSRef fsref; wxMacPathToFSRef(m_console->m_currentFile, &fsref); HIWindowSetProxyFSRef(win, &fsref); } #endif #endif } } ///-------------------------------------------------------------------------------- /// Plot Slider ///-------------------------------------------------------------------------------- void wxMaxima::UpdateSlider(wxUpdateUIEvent &WXUNUSED(ev)) { if (m_console->m_mainToolBar) { if (m_console->m_mainToolBar->m_plotSlider) { if (m_console->IsSelected(MC_TYPE_SLIDE)) { SlideShow *cell = dynamic_cast(m_console->GetSelectionStart()); m_console->m_mainToolBar->UpdateSlider(cell); } } } } void wxMaxima::SliderEvent(wxScrollEvent &ev) { SlideShow *slideShow = dynamic_cast(m_console->GetSelectionStart()); if (slideShow != NULL) { slideShow->AnimationRunning(false); slideShow->SetDisplayedIndex(ev.GetPosition()); wxRect rect = slideShow->GetRect(); m_console->RequestRedraw(rect); if(m_console->m_mainToolBar) m_console->m_mainToolBar->UpdateSlider(slideShow); } } void wxMaxima::ShowPane(wxCommandEvent &ev) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); int id = ev.GetId(); if (id == menu_pane_hideall) wxMaximaFrame::ShowPane(static_cast(id), true); else wxMaximaFrame::ShowPane(static_cast(id), !IsPaneDisplayed(static_cast(id))); if((id == menu_pane_structure) && (IsPaneDisplayed(static_cast(id)))) m_console->UpdateTableOfContents(); } void wxMaxima::OnChar(wxKeyEvent &event) { if(m_console != NULL) m_console->OnChar(event); event.Skip(); } void wxMaxima::OnKeyDown(wxKeyEvent &event) { if(m_console != NULL) m_console->OnKeyDown(event); event.Skip(); } void wxMaxima::NetworkDClick(wxCommandEvent &WXUNUSED(ev)) { m_manager.GetPane(wxT("XmlInspector")).Show( !m_manager.GetPane(wxT("XmlInspector")).IsShown() ); m_manager.Update(); } void wxMaxima::HistoryDClick(wxCommandEvent &ev) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); m_console->OpenHCaret(ev.GetString(), GC_TYPE_CODE); m_console->SetFocus(); } void wxMaxima::TableOfContentsSelection(wxListEvent &ev) { GroupCell *selection = dynamic_cast(m_console->m_tableOfContents->GetCell(ev.GetIndex())->GetGroup()); // We only update the table of contents when there is time => no guarantee that the // cell that was clicked at actually still is part of the tree. if ((m_console->GetTree()) && (m_console->GetTree()->Contains(selection))) { m_console->SetHCaret(selection); m_console->ScrollToCaret(); m_console->SetFocus(); } } void wxMaxima::OnFollow(wxCommandEvent &WXUNUSED(event)) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); m_console->OnFollow(); } long *VersionToInt(wxString version) { long *intV = new long[3]; wxStringTokenizer tokens(version, wxT(".")); for (int i = 0; i < 3 && tokens.HasMoreTokens(); i++) tokens.GetNextToken().ToLong(&intV[i]); return intV; } /*** * Checks the file http://andrejv.github.io/wxmaxima/version.txt to * see if there is a newer version available. */ void wxMaxima::CheckForUpdates(bool reportUpToDate) { wxHTTP connection; connection.SetHeader(wxT("Content-type"), wxT("text/html; charset=utf-8")); connection.SetTimeout(2); if (!connection.Connect(wxT("andrejv.github.io"))) { wxMessageBox(_("Can not connect to the web server."), _("Error"), wxOK | wxICON_ERROR); return; } wxInputStream *inputStream = connection.GetInputStream(_T("/wxmaxima/version.txt")); if (connection.GetError() == wxPROTO_NOERR) { wxString version; wxStringOutputStream outputStream(&version); inputStream->Read(outputStream); if (version.StartsWith(wxT("wxmaxima = "))) { version = version.Mid(11, version.Length()).Trim(); long *myVersion = VersionToInt(wxT(GITVERSION)); long *currVersion = VersionToInt(version); bool upgrade = myVersion[0] < currVersion[0] || (myVersion[0] == currVersion[0] && myVersion[1] < currVersion[1]) || (myVersion[0] == currVersion[0] && myVersion[1] == currVersion[1] && myVersion[2] < currVersion[2]); if (upgrade) { bool visit = wxMessageBox(wxString::Format( _("You have version %s. Current version is %s.\n\n" "Select OK to visit the wxMaxima webpage."), wxT(GITVERSION), version.c_str()), _("Upgrade"), wxOK | wxCANCEL | wxICON_INFORMATION) == wxOK; if (visit) wxLaunchDefaultBrowser(wxT("http://andrejv.github.io/wxmaxima")); } else if (reportUpToDate) wxMessageBox(_("Your version of wxMaxima is up to date."), _("Upgrade"), wxOK | wxICON_INFORMATION); delete[] myVersion; delete[] currVersion; } else { wxMessageBox( _("Unable to interpret the version info I got from http://andrejv.github.io//wxmaxima/version.txt: ") + version, _("Upgrade"), wxOK | wxICON_INFORMATION); } } else { wxMessageBox(_("Can not download version info."), _("Error"), wxOK | wxICON_ERROR); } wxDELETE(inputStream); connection.Close(); } int wxMaxima::SaveDocumentP() { wxString file, ext; if ((m_console->m_currentFile == wxEmptyString) || (!m_isNamed)) { // Check if we want to save modified untitled documents on exit bool save = true; wxConfig::Get()->Read(wxT("saveUntitled"), &save); if (!save) return wxID_NO; #if defined __WXMAC__ file = GetTitle(); #else file = _("unsaved"); #endif } else { if (m_autoSaveInterval > 10000) if (SaveFile()) return wxID_NO; wxString ext; wxFileName::SplitPath(m_console->m_currentFile, NULL, NULL, &file, &ext); file += wxT(".") + ext; } wxMessageDialog dialog(this, wxString::Format(_("Do you want to save the changes you made in the document \"%s\"?"), file), "wxMaxima", wxCENTER | wxYES_NO | wxCANCEL); dialog.SetExtendedMessage(_("Your changes will be lost if you don't save them.")); dialog.SetYesNoCancelLabels(_("Save"), _("Don't save"), _("Cancel")); return dialog.ShowModal(); } void wxMaxima::OnActivate(wxActivateEvent &event) { m_console->WindowActive(event.GetActive()); event.Skip(); } void wxMaxima::OnMinimize(wxIconizeEvent &event) { m_console->WindowActive(!event.IsIconized()); if(!event.IsIconized()) m_console->SetFocus(); event.Skip(); } void wxMaxima::ChangeCellStyle(wxCommandEvent& WXUNUSED(event)) { if(m_console != NULL) m_console->CloseAutoCompletePopup(); if ((m_console == NULL) || (m_console->m_mainToolBar == NULL)) return; if(m_console->GetActiveCell()) { GroupCell *group = dynamic_cast(m_console->GetActiveCell()->GetGroup()); switch(group->GetStyle()) { case GC_TYPE_CODE: case GC_TYPE_TEXT: case GC_TYPE_TITLE: case GC_TYPE_SECTION: case GC_TYPE_SUBSECTION: case GC_TYPE_SUBSUBSECTION: m_console->SetCellStyle(group, m_console->m_mainToolBar->GetCellStyle()); break; default: {} } m_console->NumberSections(); m_console->SetFocus(); } else m_console->m_mainToolBar->SetDefaultCellStyle(); } BEGIN_EVENT_TABLE(wxMaxima, wxFrame) EVT_MENU(mac_closeId, wxMaxima::FileMenu) EVT_MENU(menu_check_updates, wxMaxima::HelpMenu) EVT_TIMER(KEYBOARD_INACTIVITY_TIMER_ID, wxMaxima::OnTimerEvent) EVT_TIMER(MAXIMA_STDOUT_POLL_ID, wxMaxima::OnTimerEvent) EVT_TIMER(AUTO_SAVE_TIMER_ID, wxMaxima::OnTimerEvent) EVT_TIMER(wxID_ANY, wxMaxima::OnTimerEvent) EVT_COMMAND_SCROLL(ToolBar::plot_slider_id, wxMaxima::SliderEvent) EVT_MENU(MathCtrl::popid_copy, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_copy_image, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_copy_svg, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_copy_rtf, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_insert_text, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_insert_title, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_insert_section, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_insert_subsection, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_insert_subsubsection, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_delete, wxMaxima::EditMenu) EVT_MENU(MathCtrl::popid_simplify, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_factor, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_expand, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_solve, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_solve_num, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_subst, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_plot2d, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_plot3d, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_diff, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_integrate, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_float, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_copy_tex, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_copy_text, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_image, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_animation_save, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_animation_start, wxMaxima::FileMenu) EVT_BUTTON(button_integrate, wxMaxima::CalculusMenu) EVT_BUTTON(button_diff, wxMaxima::CalculusMenu) EVT_BUTTON(button_solve, wxMaxima::EquationsMenu) EVT_BUTTON(button_solve_ode, wxMaxima::EquationsMenu) EVT_BUTTON(button_sum, wxMaxima::CalculusMenu) EVT_BUTTON(button_expand, wxMaxima::SimplifyMenu) EVT_BUTTON(button_factor, wxMaxima::SimplifyMenu) EVT_BUTTON(button_taylor, wxMaxima::CalculusMenu) EVT_BUTTON(button_limit, wxMaxima::CalculusMenu) EVT_BUTTON(button_ratsimp, wxMaxima::SimplifyMenu) EVT_BUTTON(button_trigexpand, wxMaxima::SimplifyMenu) EVT_BUTTON(button_trigreduce, wxMaxima::SimplifyMenu) EVT_BUTTON(button_trigsimp, wxMaxima::SimplifyMenu) EVT_BUTTON(button_product, wxMaxima::CalculusMenu) EVT_BUTTON(button_radcan, wxMaxima::SimplifyMenu) EVT_BUTTON(button_subst, wxMaxima::MaximaMenu) EVT_BUTTON(button_plot2, wxMaxima::PlotMenu) EVT_BUTTON(button_plot3, wxMaxima::PlotMenu) EVT_BUTTON(button_map, wxMaxima::AlgebraMenu) EVT_BUTTON(button_rectform, wxMaxima::SimplifyMenu) EVT_BUTTON(button_trigrat, wxMaxima::SimplifyMenu) EVT_MENU(menu_polarform, wxMaxima::SimplifyMenu) EVT_MENU(ToolBar::menu_restart_id, wxMaxima::MaximaMenu) #ifndef __WXMAC__ EVT_MENU(wxID_EXIT, wxMaxima::FileMenu) #endif EVT_MENU(wxID_ABOUT, wxMaxima::HelpMenu) EVT_MENU(menu_save_id, wxMaxima::FileMenu) EVT_MENU(menu_save_as_id, wxMaxima::FileMenu) EVT_MENU(menu_load_id, wxMaxima::FileMenu) EVT_MENU(menu_functions, wxMaxima::MaximaMenu) EVT_MENU(menu_variables, wxMaxima::MaximaMenu) EVT_MENU(wxID_PREFERENCES, wxMaxima::EditMenu) EVT_MENU(menu_sconsole_id, wxMaxima::FileMenu) EVT_MENU(menu_export_html, wxMaxima::FileMenu) EVT_MENU(wxID_HELP, wxMaxima::HelpMenu) EVT_MENU(menu_help_tutorials, wxMaxima::HelpMenu) EVT_MENU(menu_bug_report, wxMaxima::HelpMenu) EVT_MENU(menu_build_info, wxMaxima::HelpMenu) EVT_MENU(menu_interrupt_id, wxMaxima::Interrupt) EVT_MENU(menu_open_id, wxMaxima::FileMenu) EVT_MENU(menu_batch_id, wxMaxima::FileMenu) EVT_MENU(menu_ratsimp, wxMaxima::SimplifyMenu) EVT_MENU(menu_radsimp, wxMaxima::SimplifyMenu) EVT_MENU(menu_expand, wxMaxima::SimplifyMenu) EVT_MENU(menu_factor, wxMaxima::SimplifyMenu) EVT_MENU(menu_gfactor, wxMaxima::SimplifyMenu) EVT_MENU(menu_trigsimp, wxMaxima::SimplifyMenu) EVT_MENU(menu_trigexpand, wxMaxima::SimplifyMenu) EVT_MENU(menu_trigreduce, wxMaxima::SimplifyMenu) EVT_MENU(menu_rectform, wxMaxima::SimplifyMenu) EVT_MENU(menu_demoivre, wxMaxima::SimplifyMenu) EVT_MENU(menu_num_out, wxMaxima::NumericalMenu) EVT_MENU(menu_to_float, wxMaxima::NumericalMenu) EVT_MENU(menu_to_bfloat, wxMaxima::NumericalMenu) EVT_MENU(menu_to_numer, wxMaxima::NumericalMenu) EVT_MENU(menu_exponentialize, wxMaxima::SimplifyMenu) EVT_MENU(menu_invert_mat, wxMaxima::AlgebraMenu) EVT_MENU(menu_determinant, wxMaxima::AlgebraMenu) EVT_MENU(menu_eigen, wxMaxima::AlgebraMenu) EVT_MENU(menu_eigvect, wxMaxima::AlgebraMenu) EVT_MENU(menu_adjoint_mat, wxMaxima::AlgebraMenu) EVT_MENU(menu_transpose, wxMaxima::AlgebraMenu) EVT_MENU(menu_set_precision, wxMaxima::NumericalMenu) EVT_MENU(menu_talg, wxMaxima::SimplifyMenu) EVT_MENU(menu_tellrat, wxMaxima::SimplifyMenu) EVT_MENU(menu_modulus, wxMaxima::SimplifyMenu) EVT_MENU(menu_allroots, wxMaxima::EquationsMenu) EVT_MENU(menu_bfallroots, wxMaxima::EquationsMenu) EVT_MENU(menu_realroots, wxMaxima::EquationsMenu) EVT_MENU(menu_solve, wxMaxima::EquationsMenu) EVT_MENU(menu_solve_to_poly, wxMaxima::EquationsMenu) EVT_MENU(menu_solve_num, wxMaxima::EquationsMenu) EVT_MENU(menu_solve_ode, wxMaxima::EquationsMenu) EVT_MENU(menu_map_mat, wxMaxima::AlgebraMenu) EVT_MENU(menu_enter_mat, wxMaxima::AlgebraMenu) EVT_MENU(menu_cpoly, wxMaxima::AlgebraMenu) EVT_MENU(menu_solve_lin, wxMaxima::EquationsMenu) EVT_MENU(menu_solve_algsys, wxMaxima::EquationsMenu) EVT_MENU(menu_eliminate, wxMaxima::EquationsMenu) EVT_MENU(menu_clear_var, wxMaxima::MaximaMenu) EVT_MENU(menu_clear_fun, wxMaxima::MaximaMenu) EVT_MENU(menu_ivp_1, wxMaxima::EquationsMenu) EVT_MENU(menu_ivp_2, wxMaxima::EquationsMenu) EVT_MENU(menu_bvp, wxMaxima::EquationsMenu) EVT_MENU(menu_bvp, wxMaxima::EquationsMenu) EVT_MENU(menu_fun_def, wxMaxima::MaximaMenu) EVT_MENU(menu_divide, wxMaxima::CalculusMenu) EVT_MENU(menu_gcd, wxMaxima::CalculusMenu) EVT_MENU(menu_lcm, wxMaxima::CalculusMenu) EVT_MENU(menu_continued_fraction, wxMaxima::CalculusMenu) EVT_MENU(menu_partfrac, wxMaxima::CalculusMenu) EVT_MENU(menu_risch, wxMaxima::CalculusMenu) EVT_MENU(menu_integrate, wxMaxima::CalculusMenu) EVT_MENU(menu_laplace, wxMaxima::CalculusMenu) EVT_MENU(menu_ilt, wxMaxima::CalculusMenu) EVT_MENU(menu_diff, wxMaxima::CalculusMenu) EVT_MENU(menu_series, wxMaxima::CalculusMenu) EVT_MENU(menu_limit, wxMaxima::CalculusMenu) EVT_MENU(menu_lbfgs, wxMaxima::CalculusMenu) EVT_MENU(menu_gen_mat, wxMaxima::AlgebraMenu) EVT_MENU(menu_gen_mat_lambda, wxMaxima::AlgebraMenu) EVT_MENU(menu_map, wxMaxima::AlgebraMenu) EVT_MENU(menu_sum, wxMaxima::CalculusMenu) EVT_MENU(menu_maximahelp, wxMaxima::HelpMenu) EVT_MENU(menu_example, wxMaxima::HelpMenu) EVT_MENU(menu_apropos, wxMaxima::HelpMenu) EVT_MENU(menu_show_tip, wxMaxima::HelpMenu) EVT_MENU(menu_trigrat, wxMaxima::SimplifyMenu) EVT_MENU(menu_solve_de, wxMaxima::EquationsMenu) EVT_MENU(menu_atvalue, wxMaxima::EquationsMenu) EVT_MENU(menu_lhs, wxMaxima::EquationsMenu) EVT_MENU(menu_rhs, wxMaxima::EquationsMenu) EVT_MENU(menu_sum, wxMaxima::CalculusMenu) EVT_MENU(menu_product, wxMaxima::CalculusMenu) EVT_MENU(menu_change_var, wxMaxima::CalculusMenu) EVT_MENU(menu_make_list, wxMaxima::AlgebraMenu) EVT_MENU(menu_apply, wxMaxima::AlgebraMenu) EVT_MENU(menu_time, wxMaxima::MaximaMenu) EVT_MENU(menu_factsimp, wxMaxima::SimplifyMenu) EVT_MENU(menu_factcomb, wxMaxima::SimplifyMenu) EVT_MENU(menu_realpart, wxMaxima::SimplifyMenu) EVT_MENU(menu_imagpart, wxMaxima::SimplifyMenu) EVT_MENU(menu_nouns, wxMaxima::SimplifyMenu) EVT_MENU(menu_logcontract, wxMaxima::SimplifyMenu) EVT_MENU(menu_logexpand, wxMaxima::SimplifyMenu) EVT_MENU(gp_plot2, wxMaxima::PlotMenu) EVT_MENU(gp_plot3, wxMaxima::PlotMenu) EVT_MENU(menu_animationautostart, wxMaxima::PlotMenu) EVT_MENU(menu_animationframerate, wxMaxima::PlotMenu) EVT_MENU(menu_plot_format, wxMaxima::PlotMenu) EVT_MENU(menu_soft_restart, wxMaxima::MaximaMenu) EVT_MENU(menu_jumptoerror, wxMaxima::MaximaMenu) EVT_MENU(menu_display, wxMaxima::MaximaMenu) EVT_MENU(menu_pade, wxMaxima::CalculusMenu) EVT_MENU(menu_add_path, wxMaxima::MaximaMenu) EVT_MENU(menu_copy_from_console, wxMaxima::EditMenu) EVT_MENU(menu_copy_text_from_console, wxMaxima::EditMenu) EVT_MENU(menu_copy_tex_from_console, wxMaxima::EditMenu) EVT_MENU(MathCtrl::popid_copy_mathml, wxMaxima::EditMenu) EVT_MENU(menu_undo, wxMaxima::EditMenu) EVT_MENU(menu_redo, wxMaxima::EditMenu) EVT_MENU(menu_texform, wxMaxima::MaximaMenu) EVT_MENU(menu_to_fact, wxMaxima::SimplifyMenu) EVT_MENU(menu_to_gamma, wxMaxima::SimplifyMenu) EVT_MENU(wxID_PRINT, wxMaxima::PrintMenu) EVT_TOOL(ToolBar::tb_print, wxMaxima::PrintMenu) EVT_MENU(MathCtrl::menu_zoom_in, wxMaxima::EditMenu) EVT_MENU(MathCtrl::menu_zoom_out, wxMaxima::EditMenu) EVT_MENU(menu_zoom_80, wxMaxima::EditMenu) EVT_MENU(menu_zoom_100, wxMaxima::EditMenu) EVT_MENU(menu_zoom_120, wxMaxima::EditMenu) EVT_MENU(menu_zoom_150, wxMaxima::EditMenu) EVT_MENU(menu_zoom_200, wxMaxima::EditMenu) EVT_MENU(menu_zoom_300, wxMaxima::EditMenu) EVT_MENU(menu_math_as_1D_ASCII, wxMaxima::EditMenu) EVT_MENU(menu_math_as_2D_ASCII, wxMaxima::EditMenu) EVT_MENU(menu_math_as_graphics, wxMaxima::EditMenu) EVT_MENU(menu_fullscreen, wxMaxima::EditMenu) EVT_MENU(ToolBar::tb_hideCode, wxMaxima::EditMenu) EVT_MENU(menu_copy_as_bitmap, wxMaxima::EditMenu) EVT_MENU(menu_copy_as_svg, wxMaxima::EditMenu) EVT_MENU(menu_copy_as_rtf, wxMaxima::EditMenu) EVT_MENU(menu_copy_to_file, wxMaxima::EditMenu) EVT_MENU(menu_select_all, wxMaxima::EditMenu) EVT_MENU(menu_subst, wxMaxima::MaximaMenu) EVT_TOOL(ToolBar::tb_open, wxMaxima::FileMenu) EVT_TOOL(ToolBar::tb_save, wxMaxima::FileMenu) EVT_TOOL(ToolBar::tb_copy, wxMaxima::EditMenu) EVT_TOOL(ToolBar::tb_paste, wxMaxima::EditMenu) EVT_TOOL(ToolBar::tb_select_all, wxMaxima::PopupMenu) EVT_TOOL(ToolBar::tb_cut, wxMaxima::EditMenu) EVT_TOOL(ToolBar::tb_pref, wxMaxima::EditMenu) EVT_TOOL(ToolBar::tb_interrupt, wxMaxima::Interrupt) EVT_TOOL(ToolBar::tb_help, wxMaxima::HelpMenu) EVT_TOOL(ToolBar::tb_animation_startStop, wxMaxima::FileMenu) EVT_TOOL(ToolBar::tb_animation_start, wxMaxima::FileMenu) EVT_TOOL(ToolBar::tb_animation_stop, wxMaxima::FileMenu) EVT_TOOL(ToolBar::tb_find, wxMaxima::EditMenu) EVT_TOOL(ToolBar::tb_follow, wxMaxima::OnFollow) EVT_SOCKET(socket_server_id, wxMaxima::ServerEvent) EVT_SOCKET(socket_client_id, wxMaxima::ClientEvent) /* These commands somehow caused the menu to be updated six times on every keypress and the tool bar to be updated six times on every menu update => Moved the update events to the idle loop. EVT_UPDATE_UI(menu_interrupt_id, wxMaxima::UpdateMenus) EVT_UPDATE_UI(ToolBar::plot_slider_id, wxMaxima::UpdateSlider) EVT_UPDATE_UI(menu_copy_from_console, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_text_from_console, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_tex_from_console, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_mathml_from_console, wxMaxima::UpdateMenus) EVT_UPDATE_UI(MathCtrl::menu_zoom_in, wxMaxima::UpdateMenus) EVT_UPDATE_UI(MathCtrl::menu_zoom_out, wxMaxima::UpdateMenus) EVT_UPDATE_UI(wxID_PRINT, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_as_bitmap, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_as_svg, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_copy_to_file, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_evaluate, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_evaluate_all, wxMaxima::UpdateMenus) EVT_UPDATE_UI(ToolBar::tb_evaltillhere, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_select_all, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_undo, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_hideall, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_math, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_stats, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_history, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_structure, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_pane_format, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_remove_output, wxMaxima::UpdateMenus) #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) EVT_UPDATE_UI(ToolBar::tb_print, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_follow, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_copy, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_cut, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_interrupt, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_save, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_animation_startStop, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_animation_start, wxMaxima::UpdateToolBar) EVT_UPDATE_UI(ToolBar::tb_animation_stop, wxMaxima::UpdateToolBar) #endif EVT_UPDATE_UI(menu_save_id, wxMaxima::UpdateMenus) EVT_UPDATE_UI(menu_show_toolbar, wxMaxima::UpdateMenus) */ EVT_CLOSE(wxMaxima::OnClose) EVT_END_PROCESS(maxima_process_id, wxMaxima::OnProcessEvent) EVT_MENU(MathCtrl::popid_edit, wxMaxima::EditInputMenu) EVT_MENU(menu_evaluate, wxMaxima::EvaluateEvent) EVT_MENU(menu_add_comment, wxMaxima::InsertMenu) EVT_MENU(menu_add_section, wxMaxima::InsertMenu) EVT_MENU(menu_add_subsection, wxMaxima::InsertMenu) EVT_MENU(menu_add_subsubsection, wxMaxima::InsertMenu) EVT_MENU(menu_add_title, wxMaxima::InsertMenu) EVT_MENU(menu_add_pagebreak, wxMaxima::InsertMenu) EVT_MENU(menu_fold_all_cells, wxMaxima::InsertMenu) EVT_MENU(menu_unfold_all_cells, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_add_comment, wxMaxima::InsertMenu) EVT_MENU(menu_insert_previous_input, wxMaxima::InsertMenu) EVT_MENU(menu_insert_previous_output, wxMaxima::InsertMenu) EVT_MENU(menu_autocomplete, wxMaxima::InsertMenu) EVT_MENU(menu_autocomplete_templates, wxMaxima::InsertMenu) EVT_MENU(menu_insert_input, wxMaxima::InsertMenu) EVT_MENU(MathCtrl::popid_insert_input, wxMaxima::InsertMenu) EVT_MENU(menu_history_previous, wxMaxima::EditMenu) EVT_MENU(menu_history_next, wxMaxima::EditMenu) EVT_MENU(menu_cut, wxMaxima::EditMenu) EVT_MENU(menu_paste, wxMaxima::EditMenu) EVT_MENU(menu_paste_input, wxMaxima::EditMenu) EVT_MENU(MathCtrl::popid_cut, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_paste, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_select_all, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_comment_selection, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_divide_cell, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_evaluate, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_evaluate_section, wxMaxima::PopupMenu) EVT_MENU(ToolBar::tb_evaluate_rest, wxMaxima::PopupMenu) EVT_MENU(ToolBar::tb_evaltillhere, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_merge_cells, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_maxsizechooser, wxMaxima::PopupMenu) EVT_MENU(TableOfContents::popid_Fold, wxMaxima::PopupMenu) EVT_MENU(TableOfContents::popid_Unfold, wxMaxima::PopupMenu) EVT_MENU(TableOfContents::popid_SelectTocChapter, wxMaxima::PopupMenu) EVT_MENU(TableOfContents::popid_EvalTocChapter, wxMaxima::PopupMenu) EVT_MENU(TableOfContents::popid_ToggleTOCshowsSectionNumbers, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_fold, wxMaxima::PopupMenu) EVT_MENU(MathCtrl::popid_unfold, wxMaxima::PopupMenu) EVT_MENU(menu_evaluate_all_visible, wxMaxima::MaximaMenu) EVT_MENU(menu_evaluate_all, wxMaxima::MaximaMenu) EVT_MENU(ToolBar::tb_evaltillhere, wxMaxima::MaximaMenu) EVT_MENU(menu_list_create_from_elements,wxMaxima::ListMenu) EVT_MENU(menu_list_create_from_rule,wxMaxima::ListMenu) EVT_MENU(menu_list_create_from_list,wxMaxima::ListMenu) EVT_MENU(menu_list_actual_values_storage,wxMaxima::ListMenu) EVT_MENU(menu_list_sort,wxMaxima::ListMenu) EVT_MENU(menu_list_length,wxMaxima::ListMenu) EVT_MENU(menu_list_push,wxMaxima::ListMenu) EVT_MENU(menu_list_pop,wxMaxima::ListMenu) EVT_MENU(menu_list_reverse,wxMaxima::ListMenu) EVT_MENU(menu_list_first,wxMaxima::ListMenu) EVT_MENU(menu_list_last,wxMaxima::ListMenu) EVT_MENU(menu_list_rest,wxMaxima::ListMenu) EVT_MENU(menu_list_restN,wxMaxima::ListMenu) EVT_MENU(menu_list_lastn,wxMaxima::ListMenu) EVT_MENU(menu_list_nth,wxMaxima::ListMenu) EVT_MENU(menu_list_map,wxMaxima::ListMenu) EVT_MENU(menu_list_use_actual_values,wxMaxima::ListMenu) EVT_MENU(menu_list_as_function_arguments,wxMaxima::ListMenu) EVT_MENU(menu_list_extract_value,wxMaxima::ListMenu) EVT_MENU(menu_list_do_for_each_element,wxMaxima::ListMenu) EVT_MENU(menu_list_remove_duplicates,wxMaxima::ListMenu) EVT_MENU(menu_list_remove_element,wxMaxima::ListMenu) EVT_MENU(menu_list_append_item,wxMaxima::ListMenu) EVT_MENU(menu_list_append_list,wxMaxima::ListMenu) EVT_MENU(menu_list_interleave,wxMaxima::ListMenu) EVT_MENU(menu_list_list2matrix,wxMaxima::ListMenu) EVT_MENU(menu_list_matrix2list,wxMaxima::ListMenu) EVT_MENU(menu_list_create_from_args,wxMaxima::ListMenu) EVT_IDLE(wxMaxima::OnIdle) EVT_MENU(menu_remove_output, wxMaxima::EditMenu) EVT_MENU_RANGE(menu_recent_document_0, menu_recent_document_29, wxMaxima::OnRecentDocument) EVT_MENU_RANGE(menu_unsaved_document_0, menu_unsaved_document_29, wxMaxima::OnUnsavedDocument) EVT_MENU(menu_insert_image, wxMaxima::InsertMenu) EVT_MENU_RANGE(menu_pane_hideall, menu_pane_stats, wxMaxima::ShowPane) EVT_MENU(menu_show_toolbar, wxMaxima::EditMenu) EVT_MENU(MathCtrl::popid_auto_answer, wxMaxima::InsertMenu) EVT_LISTBOX_DCLICK(history_ctrl_id, wxMaxima::HistoryDClick) EVT_LIST_ITEM_ACTIVATED(structure_ctrl_id, wxMaxima::TableOfContentsSelection) EVT_BUTTON(menu_stats_histogram, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_piechart, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_scatterplot, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_barsplot, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_boxplot, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_mean, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_median, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_var, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_dev, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_tt1, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_tt2, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_tnorm, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_linreg, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_lsquares, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_readm, wxMaxima::StatsMenu) EVT_BUTTON(menu_stats_enterm, wxMaxima::AlgebraMenu) EVT_BUTTON(menu_stats_subsample, wxMaxima::StatsMenu) EVT_BUTTON(menu_format_title, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_text, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_subsubsection, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_subsection, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_section, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_pagebreak, wxMaxima::InsertMenu) EVT_BUTTON(menu_format_image, wxMaxima::InsertMenu) EVT_CHAR(wxMaxima::OnChar) EVT_KEY_DOWN(wxMaxima::OnKeyDown) EVT_CHOICE(ToolBar::tb_changeStyle, wxMaxima::ChangeCellStyle) EVT_MENU(menu_edit_find, wxMaxima::EditMenu) EVT_FIND(wxID_ANY, wxMaxima::OnFind) EVT_FIND_NEXT(wxID_ANY, wxMaxima::OnFind) EVT_FIND_REPLACE(wxID_ANY, wxMaxima::OnReplace) EVT_FIND_REPLACE_ALL(wxID_ANY, wxMaxima::OnReplaceAll) EVT_FIND_CLOSE(wxID_ANY, wxMaxima::OnFindClose) EVT_ACTIVATE(wxMaxima::OnActivate) EVT_ICONIZE(wxMaxima::OnMinimize) END_EVENT_TABLE() /* Local Variables: */ /* mode: text */ /* c-file-style: "linux" */ /* c-basic-offset: 2 */ /* indent-tabs-mode: nil */ wxmaxima-Version-18.02.0/src/wxMaxima.h000066400000000000000000000566521324204105000177000ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2013 Doug Ilijev // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file declares the class wxMaxima that contains most of the program's logic. The worksheet is defined in the class MathCtrl instead and everything surrounding it in wxMaximaFrame. */ #ifndef WXMAXIMA_H #define WXMAXIMA_H #include "wxMaximaFrame.h" #include "MathParser.h" #include #include #include #include #include #include #include #include #include #ifdef __WXMSW__ #include #endif #if defined (__WXMSW__) #include #endif #include #define DOCUMENT_VERSION_MAJOR 1 /*! The part of the .wxmx format version number that appears after the dot. - Updated to version 1.1 after user selectable animation-speeds were introduced: Old wxMaxima versions play them back in the default speed instead but still open the file. - Bumped to version 1.2 after saving highlighting was introduced: Older versions of wxMaxima will ignore the highlighting on opening .wxmx files. - Bumped to version 1.3 after sub-subsections were introduced: Old wxMaxima versions interpret them as subsections but still open the file. - Bumped to version 1.4 when we started allowing to embed .jpg images in a .wxmx file. wxMaxima versions between 13.04 and 15.08 replace these images by a "image cannot be loaded" marker but will correctly display the rest of the file. - Bumped to version 1.5 when GroupCells were added an attribute that allows them to be used as an answer to questions. */ #define DOCUMENT_VERSION_MINOR 5 //! How many miliseconds should we wait between polling for stdout+cpu power? #define MAXIMAPOLLMSECS 2000 #ifndef __WXGTK__ class MyAboutDialog : public wxDialog { public: MyAboutDialog(wxWindow *parent, int id, const wxString title, wxString description); ~MyAboutDialog() {}; void OnLinkClicked(wxHtmlLinkEvent &event); DECLARE_EVENT_TABLE() }; #endif /* The top-level window and the main application logic */ class wxMaxima : public wxMaximaFrame { public: wxMaxima(wxWindow *parent, int id, const wxString title, const wxString configFile, const wxPoint pos, const wxSize size = wxDefaultSize); ~wxMaxima(); void CleanUp(); //!< shuts down server and client on exit //! An enum of individual IDs for all timers this class handles enum TimerIDs { //! The keyboard was inactive long enough that we can attempt an auto-save. KEYBOARD_INACTIVITY_TIMER_ID, //! The time between two auto-saves has elapsed. AUTO_SAVE_TIMER_ID, //! We look if we got new data from maxima's stdout. MAXIMA_STDOUT_POLL_ID }; /*! A timer that determines when to do the next autosave; The actual autosave is triggered if both this timer is expired and the keyboard has been inactive for >10s so the autosave won't cause the application to shortly stop responding due to saving the file while the user is typing a word. This timer is used in one-shot mode so in the unikely case that saving needs more time than this timer to expire the user still got a chance to do something against it between two expirys. */ wxTimer m_autoSaveTimer; //! Is triggered when a timer this class is responsible for requires void OnTimerEvent(wxTimerEvent &event); //! A timer that polls for output from the maxima process. wxTimer m_maximaStdoutPollTimer; /*! The interval between auto-saves (in milliseconds). Values <10000 mean: Auto-save is off. */ long int m_autoSaveInterval; void ShowTip(bool force); /*! Get the name of the help file \todo We probably should use the help files from the newest maxima version installed instead of the ones from the alphabetically first installation we find. */ wxString GetHelpFile(); void ShowMaximaHelp(wxString keyword = wxEmptyString); void ShowWxMaximaHelp(); void InitSession(); void SetOpenFile(wxString file) { m_openFile = file; } //! Do we want to evaluate the document on statup? void EvalOnStartup(bool eval) { m_evalOnStartup = eval; } //! Do we want to exit the program after evaluation? void ExitAfterEval(bool exitaftereval) { m_exitAfterEval = exitaftereval; } void StripComments(wxString &s); void SendMaxima(wxString s, bool history = false); //! Open a file void OpenFile(wxString file, wxString command = wxEmptyString); //! Does this document need saving? bool DocumentSaved() { return m_fileSaved; } //! Load an image from a file into the worksheet. void LoadImage(wxString file) { m_console->OpenHCaret(file, GC_TYPE_IMAGE); } private: //! Escape strings into a format lisp accepts wxString EscapeForLisp(wxString str); //! The number of Jiffies Maxima had used the last time we asked long long m_maximaJiffies_old; //! The number of Jiffies the CPU had made the last time long long m_cpuTotalJiffies_old; //! Do we need to update the menus + toolbars? bool m_updateControls; //! A RegEx that matches gnuplot errors. wxRegEx m_gnuplotErrorRegex; //! Clear the evaluation queue and return true if "Abort on Error" is set. bool AbortOnError(); //! This string allows us to detect when the string we search for has changed. wxString m_oldFindString; //! This string allows us to detect when the string we search for has changed. int m_oldFindFlags; //! On opening a new file we only need a new maxima process if the old one ever evaluated cells. bool m_hasEvaluatedCells; //! Searches for maxima's output prompts wxRegEx m_outputPromptRegEx; //! The number of output cells the current command has produced so far. int m_outputCellsFromCurrentCommand; //! The maximum number of lines per command we will display int m_maxOutputCellsPerCommand; //! The number of consecutive unsuccessful attempts to connect to the maxima server int m_unsuccessfullConnectionAttempts; //! The current working directory maxima's file I/O is relative to. wxString m_CWD; //! Do we want to evaluate the file after startup? bool m_evalOnStartup; //! Do we want to exit the program after the evaluation was successful? bool m_exitAfterEval; //! Can we display the "ready" prompt right now? bool m_ready; /*! A human-readable presentation of eventual unmatched-parenthesis type errors If text doesn't contain any error this function returns wxEmptyString */ wxString GetUnmatchedParenthesisState(wxString text,int &index); //! The buffer all data from maxima is temporarily stored in. unsigned char *m_packetFromMaxima; //! The buffer all text from maxima is stored in before converting it to a wxString. wxMemoryBuffer m_uncompletedChars; protected: //! Is this window active? bool m_isActive; //! Called when this window is activated or deactivated. void OnActivate(wxActivateEvent &event); //! Called when this window is minimized. void OnMinimize(wxIconizeEvent &event); //! Is called on start and whenever the configuration changes void ConfigChanged(); //! Called when the "Scroll to last error" button is pressed. void OnJumpToError(wxCommandEvent &event); //! Called when the "Scroll to currently evaluated" button is pressed. void OnFollow(wxCommandEvent &event); void ShowCHMHelp(wxString helpfile, wxString keyword); /*! Launches the HTML help browser \param helpfile The name of the file the help browser has to be launched with \param otherhelpfile We offer help for maxima and wxMaxima in separate manuals. This parameter contains the filename of the manual we aren't using currently so the help browser can open a tab containing this file. \param keyword The keyword to show help for */ void ShowHTMLHelp(wxString helpfile, wxString otherhelpfile, wxString keyword); void CheckForUpdates(bool reportUpToDate = false); void OnRecentDocument(wxCommandEvent &event); void OnUnsavedDocument(wxCommandEvent &event); void OnChar(wxKeyEvent &event); void OnKeyDown(wxKeyEvent &event); /*! The idle task that refreshes the gui (worksheet, menus, title line,...) In GUIs normally all events (mouse events, key presses,...) are put into a queue and then are executed one by one. This makes sure that they will be processed in order - but makes a gui a more or less single-processor-task. If the queue is empty (which means that the computer has caught up with the incoming events) this function is called once. Moving the screen update to this function makes sure that we don't do many subsequent updates slowing down the computer any further if there are still a handful of key presses to process lowering the average response times of the program. The worksheet is refreshed by a timer task in case the computer is too busy to execute the idle task at all. */ void OnIdle(wxIdleEvent &event); void MenuCommand(wxString cmd); //!< Inserts command cmd into the worksheet void FileMenu(wxCommandEvent &event); //!< Processes "file menu" clicks void MaximaMenu(wxCommandEvent &event); //!< Processes "maxima menu" clicks void AlgebraMenu(wxCommandEvent &event); //!< Processes "algebra menu" clicks void EquationsMenu(wxCommandEvent &event); //!< Processes "equations menu" clicks void CalculusMenu(wxCommandEvent &event); //!< event handling for menus void SimplifyMenu(wxCommandEvent &event); //!< Processes "Simplify menu" clicks void PlotMenu(wxCommandEvent &event); //!< Processes "Plot menu" cloicks void ListMenu(wxCommandEvent &event); //!< Processes "list menu" clicks void NumericalMenu(wxCommandEvent &event); //!< Processes "Numerical menu" clicks void HelpMenu(wxCommandEvent &event); //!< Processes "Help menu" clicks void EditMenu(wxCommandEvent &event); //!< Processes "Edit menu" clicks void Interrupt(wxCommandEvent &event); //!< Interrupt button and hotkey presses //! Make the menu item, toolbars and panes visible that should be visible right now. void UpdateMenus(wxUpdateUIEvent &event); //!< Enables and disables the Right menu buttons void UpdateToolBar(wxUpdateUIEvent &event); //!< Enables and disables the Right toolbar buttons void UpdateSlider(wxUpdateUIEvent &event); //!< Updates the slider to show the right frame /*! Toggle the visibility of a pane \param event The event that triggered calling this function. */ void ShowPane(wxCommandEvent &event); //\ tag comes first \f$ =>\f$ This function determines where the miscellaneous text ends. */ int GetMiscTextEnd(const wxString &data); //! Find the end of a tag in wxMaxima's output. int FindTagEnd(wxString &data, const wxString &tag); /*! Reads text that isn't enclosed between xml tags. Some commands provide status messages before the math output or the command has finished. This function makes wxMaxima output them directly as they arrive. After processing the lines not enclosed in xml tags they are removed from data. */ void ReadMiscText(wxString &data); /*! Reads the input prompt from Maxima. After processing the input prompt it is removed from data. */ void ReadPrompt(wxString &data); /*! Reads the output of wxstatusbar() commands wxstatusbar allows the user to give and update visual feedback from long-running commands and makes sure this feedback is deleted once the command is finished. */ void ReadStatusBar(wxString &data); /*! Reads the math cell's contents from Maxima. Math cells are enclosed between the tags \ and \. This function removes the from data after appending them to the console. After processing the status bar marker is removed from data. */ void ReadMath(wxString &data); /*! Reads autocompletion templates we get on definition of a function or variable After processing the templates they are removed from data. */ void ReadLoadSymbols(wxString &data); #ifndef __WXMSW__ //! reads the output the maxima command sends to stdout void ReadProcessOutput(); #endif /*! How much CPU time has been used by the system until now? Used by GetMaximaCPUPercentage. \return The CPU time elapsed in the same unit as GetMaximaCpuTime(); -1 means: Unable to determine this value. */ long long GetTotalCpuTime(); /*! How much CPU time has maxima used till now? Used by GetMaximaCPUPercentage. \return The CPU time maxima has used in the same unit as GetTotalCpuTime(); -1 means: Unable to determine this value. */ long long GetMaximaCpuTime(); /*! How much CPU horsepower is maxima using currently? \return The percentage of the CPU horsepower maxima is using or -1, if this value is unknown. */ double GetMaximaCPUPercentage(); //! Does this file contain anything worth saving? bool SaveNecessary(); /*! Setup maxima's variables This method is called once when maxima starts. It loads wxmathml.lisp and sets some option variables. \todo Set pngcairo to be the default terminal as soon as the mac platform supports it. */ void SetupVariables(); void KillMaxima(); //!< kills the maxima process /*! Update the title Updates the "saved" status, as well, but does only do anything if saved has changed or force is true. \param saved The new "saved" status \param force Force update if the "saved" status hasn't changed. */ void ResetTitle(bool saved, bool force = false); void FirstOutput(wxString s); /*! Opens a content.xml file that has been extracted from a broken .wxmx file */ bool OpenXML(wxString file, MathCtrl *document); //! Complains if the version string from the XML file indicates too low a maxima version bool CheckWXMXVersion(wxString docversion); //! Reads the contents of a .mac or a .out file. Used by OpenMacFile wxString ReadMacContents(wxString file); //! Opens a .mac file or a .out file from Xmaxima bool OpenMACFile(wxString file, MathCtrl *document, bool clearDocument = true); //! Opens a wxm file bool OpenWXMFile(wxString file, MathCtrl *document, bool clearDocument = true); //! Opens a wxmx file bool OpenWXMXFile(wxString file, MathCtrl *document, bool clearDocument = true); //! Loads a wxmx description GroupCell *CreateTreeFromXMLNode(wxXmlNode *xmlcells, wxString wxmxfilename = wxEmptyString); /*! Saves the current file \param forceSave true means: Always ask for a file name before saving. */ bool SaveFile(bool forceSave = false); int SaveDocumentP(); //! Set the current working directory file I/O from maxima is relative to. void SetCWD(wxString file); //! Get the current working directory file I/O from maxima is relative to. wxString GetCWD() { return m_CWD; } wxSocketBase *m_client; wxSocketServer *m_server; //! Is the network connection to maxima working? bool m_isConnected; //! Is maxima running? bool m_isRunning; wxProcess *m_process; //! The stdout of the maxima process wxInputStream *m_maximaStdout; //! The stderr of the maxima process wxInputStream *m_maximaStderr; int m_port; /*! The end of maxima's current uninterpreted output, see m_currentOutput. If we just want to look if maxima's current output contains an ending tag this is the place we can search in fast. wxEmptyString means that the current output isn't long enought to make creating this string worthwile. */ wxString m_currentOutputEnd; //! All from maxima's current output we still haven't interpreted wxString m_currentOutput; //! The marker for the start of a input prompt wxString m_promptPrefix; //! The marker for the end of a input prompt wxString m_promptSuffix; //! The marker for the start of a list of autocompletion templates wxString m_symbolsPrefix; //! The marker for the end of a list of autocompletion templates wxString m_symbolsSuffix; wxString m_firstPrompt; bool m_dispReadOut; //!< what is displayed in statusbar bool m_inLispMode; //!< don't add ; in lisp mode wxString m_lastPrompt; wxString m_lastPath; wxPrintData *m_printData; bool m_closing; wxString m_openFile; bool m_fileSaved; bool m_variablesOK; wxString m_chmhelpFile; bool m_htmlHelpInitialized; wxString m_maximaVersion; wxString m_lispVersion; //! The Char the current command starts at in the current WorkingGroup int m_commandIndex; #if defined (__WXMSW__) wxCHMHelpController m_chmhelpCtrl; #endif wxHtmlHelpController m_htmlhelpCtrl; wxFindReplaceData m_findData; wxRegEx m_funRegEx; wxRegEx m_varRegEx; wxRegEx m_blankStatementRegEx; #if wxUSE_DRAG_AND_DROP friend class MyDropTarget; #endif DECLARE_EVENT_TABLE() }; #if wxUSE_DRAG_AND_DROP class MyDropTarget : public wxFileDropTarget { public: MyDropTarget(wxMaxima *wxmax) { m_wxmax = wxmax; } bool OnDropFiles(wxCoord x, wxCoord y, const wxArrayString &files); private: wxMaxima *m_wxmax; }; #endif class MyApp : public wxApp { public: virtual bool OnInit(); #if defined (__WXMSW__) virtual int OnExit(); #endif wxLocale m_locale; /*! Create a new window The mac platform insists in making all windows of an application share the same process. On the other platforms we create a separate process for every wxMaxima session instead which means that each process uses the NewWindow() function only once. \param file The file name \param evalOnStartup Do we want to execute the file automatically, but halt on error? \param exitAfterEval Do we want to close the window after the file has been evaluated? */ void NewWindow(wxString file = wxEmptyString, bool evalOnStartup = false, bool exitAfterEval = false); //! Is called by atExit and tries to close down the maxima process if wxMaxima has crashed. static void Cleanup_Static(); //! A pointer to the currently running wxMaxima instance static wxMaxima *m_frame; wxWindowList topLevelWindows; void OnFileMenu(wxCommandEvent &ev); virtual void MacNewFile(); virtual void MacOpenFile(const wxString &file); private: //! The name of the config file. Empty = Use the default one. wxString m_configFileName; DECLARE_EVENT_TABLE() }; DECLARE_APP(MyApp) #endif // WXMAXIMA_H wxmaxima-Version-18.02.0/src/wxMaximaFrame.cpp000066400000000000000000002403431324204105000211760ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2011-2011 cw.ahbong // (C) 2012 Doug Ilijev // (C) 2014-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class wxMaximaFrame wxMaximaFrame is responsible for everything that is displayed around the actual worksheet - which is displayed by MathCtrl and whose logic partially is defined in wxMaxima. */ #include "wxMaximaFrame.h" #include "Dirstructure.h" #include #include #include #include #include #include "wxMaximaIcon.h" wxMaximaFrame::wxMaximaFrame(wxWindow *parent, int id, const wxString &title, const wxString configFile, const wxPoint &pos, const wxSize &size, long style) : wxFrame(parent, id, title, pos, size, style) { m_isNamed = false; m_configFileName = configFile, m_updateEvaluationQueueLengthDisplay = true; m_recentDocumentsMenu = NULL; m_userSymbols = NULL; m_EvaluationQueueLength = 0; m_commandsLeftInCurrentCell = 0; m_forceStatusbarUpdate = false; m_manager.SetManagedWindow(this); // console m_console = new MathCtrl(this, -1, wxDefaultPosition, wxDefaultSize); // history m_history = new History(this, -1); // The table of contents m_console->m_tableOfContents = new TableOfContents(this, -1, &m_console->m_configuration); m_xmlInspector = new XmlInspector(this, -1); SetupMenu(); m_statusBar = new StatusBar(this, -1); SetStatusBar(m_statusBar); m_StatusSaving = false; // If we need to set the status manually for the first time using StatusMaximaBusy // we first have to manually set the last state to something else. m_StatusMaximaBusy = calculating; StatusMaximaBusy(waiting); // Add some shortcuts that aren't automatically set by menu entries. wxAcceleratorEntry entries[11]; entries[0].Set(wxACCEL_CTRL, WXK_TAB, menu_autocomplete); entries[1].Set(wxACCEL_CTRL, WXK_SPACE, menu_autocomplete); entries[2].Set(wxACCEL_CTRL | wxACCEL_SHIFT, WXK_TAB, menu_autocomplete_templates); entries[3].Set(wxACCEL_CTRL | wxACCEL_SHIFT, WXK_SPACE, menu_autocomplete_templates); entries[4].Set(wxACCEL_ALT, wxT('I'), MathCtrl::menu_zoom_in); entries[5].Set(wxACCEL_ALT, wxT('O'), MathCtrl::menu_zoom_out); entries[6].Set(wxACCEL_CTRL | wxACCEL_SHIFT, WXK_ESCAPE, menu_convert_to_code); entries[6].Set(wxACCEL_CTRL | wxACCEL_SHIFT, wxT('1'), menu_convert_to_comment); entries[7].Set(wxACCEL_CTRL | wxACCEL_SHIFT, wxT('2'), menu_convert_to_title); entries[8].Set(wxACCEL_CTRL | wxACCEL_SHIFT, wxT('3'), menu_convert_to_section); entries[9].Set(wxACCEL_CTRL | wxACCEL_SHIFT, wxT('4'), menu_convert_to_subsection); entries[10].Set(wxACCEL_CTRL | wxACCEL_SHIFT, wxT('5'), menu_convert_to_subsubsection); wxAcceleratorTable accel(11, entries); SetAcceleratorTable(accel); Move(pos); SetSize(size); set_properties(); do_layout(); } void wxMaximaFrame::EvaluationQueueLength(int length, int numberOfCommands) { if ((length != m_EvaluationQueueLength) || (m_commandsLeftInCurrentCell != numberOfCommands)) { m_updateEvaluationQueueLengthDisplay = true; m_commandsLeftInCurrentCell = numberOfCommands; m_EvaluationQueueLength = length; } } void wxMaximaFrame::UpdateStatusMaximaBusy() { if ((m_StatusMaximaBusy != m_StatusMaximaBusy_next) || (m_forceStatusbarUpdate)) { m_StatusMaximaBusy = m_StatusMaximaBusy_next; if (!m_StatusSaving) { switch (m_StatusMaximaBusy) { case process_wont_start: m_newStatusText = _("Cannot start the maxima binary"); break; case userinput: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = _("Maxima asks a question"); break; case waiting: m_console->m_cellPointers.SetWorkingGroup(NULL); // If we evaluated a cell that produces no output we still want the // cell to be unselected after evaluating it. if (m_console->FollowEvaluation()) m_console->SetSelection(NULL); m_MenuBar->Enable(menu_remove_output, true); m_newStatusText = _("Ready for user input"); // We don't evaluate any cell right now. break; case calculating: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = _("Maxima is calculating"); break; case transferring: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = _("Reading Maxima output"); break; case parsing: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = ("Parsing output"); break; case disconnected: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = _("Not connected to maxima"); break; case wait_for_start: m_MenuBar->Enable(menu_remove_output, false); m_newStatusText = _("Maxima started. Waiting for connection..."); break; } } } m_forceStatusbarUpdate = false; } void wxMaximaFrame::StatusSaveStart() { m_forceStatusbarUpdate = true; m_StatusSaving = true; m_newStatusText = _("Saving..."); } void wxMaximaFrame::StatusSaveFinished() { m_forceStatusbarUpdate = true; m_StatusSaving = false; if (m_StatusMaximaBusy != waiting) StatusMaximaBusy(m_StatusMaximaBusy); else m_newStatusText = _("Saving successful."); } void wxMaximaFrame::StatusExportStart() { m_forceStatusbarUpdate = true; m_StatusSaving = true; m_newStatusText = _("Exporting..."); } void wxMaximaFrame::StatusExportFinished() { m_forceStatusbarUpdate = true; m_StatusSaving = false; if (m_StatusMaximaBusy != waiting) StatusMaximaBusy(m_StatusMaximaBusy); else m_newStatusText = _("Export successful."); } void wxMaximaFrame::StatusSaveFailed() { m_forceStatusbarUpdate = true; m_StatusSaving = false; m_newStatusText = _("Saving failed."); } void wxMaximaFrame::StatusExportFailed() { m_forceStatusbarUpdate = true; m_StatusSaving = false; m_newStatusText = _("Export failed."); } wxMaximaFrame::~wxMaximaFrame() { wxString perspective = m_manager.SavePerspective(); wxConfig::Get()->Write(wxT("AUI/perspective"), perspective); #if defined __WXMAC__ || defined __WXMSW__ wxConfig::Get()->Write(wxT("AUI/toolbar"), GetToolBar() != NULL && GetToolBar()->IsShown()); #else wxConfig::Get()->Write(wxT("AUI/toolbar"), (m_console->m_mainToolBar!=NULL)); #endif m_manager.UnInit(); // We cannot call delete here as we don't know if there are still timer- // or similar events pending for the wxWindows we want to free the memory // for. m_history->Destroy(); m_console->m_tableOfContents->Destroy(); m_console->m_tableOfContents = NULL; m_console->Destroy(); } void wxMaximaFrame::set_properties() { #if defined (__WXMSW__) // On Windows the taskbar icon needs to reside in the Ressources file the linker // includes. Also it needs to be in Microsoft's own .ico format => // This file we don't ship with the source, but take it from the Resources // file instead. SetIcon(wxICON(icon0)); #elif defined (__WXGTK__) // This icon we include in the executable [in its compressed form] so we avoid // the questions "Was the icon file packaged with wxMaxima?" and "Can we // find it?". SetIcon(wxMaximaIcon()); #endif #ifndef __WXMAC__ SetTitle(wxString::Format(_("wxMaxima %s "), wxT(GITVERSION)) + _("[ unsaved ]")); #else SetTitle(_("untitled")); #endif m_console->SetBackgroundColour(wxColour(wxT("WHITE"))); m_console->SetMinSize(wxSize(100, 100)); } void wxMaximaFrame::do_layout() { m_manager.AddPane(m_console, wxAuiPaneInfo().Name(wxT("console")). Center(). CloseButton(false). CaptionVisible(false). MinSize(wxSize(100,100)). PaneBorder(false)); m_manager.AddPane(m_history, wxAuiPaneInfo().Name(wxT("history")). Show(false). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Right()); m_manager.AddPane(m_console->m_tableOfContents, wxAuiPaneInfo().Name(wxT("structure")). Show(true). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Right()); m_manager.AddPane(m_xmlInspector, wxAuiPaneInfo().Name(wxT("XmlInspector")). Show(false). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Right()); m_manager.AddPane(CreateStatPane(), wxAuiPaneInfo().Name(wxT("stats")). Show(false). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Fixed(). Left()); wxPanel *greekPane = CreateGreekPane(); #ifdef wxUSE_UNICODE m_manager.AddPane(greekPane, wxAuiPaneInfo().Name(wxT("greek")). Show(false). DockFixed(false). Gripper(true). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). MinSize(greekPane->GetEffectiveMinSize()). BestSize(greekPane->GetEffectiveMinSize()). MaxSize(greekPane->GetEffectiveMinSize()). FloatingSize(greekPane->GetEffectiveMinSize()). Left()); wxPanel *symbolsPane = CreateSymbolsPane(); m_manager.AddPane(symbolsPane, wxAuiPaneInfo().Name(wxT("symbols")). Show(false). DockFixed(false). Gripper(true). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). MinSize(symbolsPane->GetEffectiveMinSize()). BestSize(symbolsPane->GetEffectiveMinSize()). MaxSize(symbolsPane->GetEffectiveMinSize()). FloatingSize(symbolsPane->GetEffectiveMinSize()). Left()); #endif m_manager.AddPane(CreateMathPane(), wxAuiPaneInfo().Name(wxT("math")). Show(false). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Fixed(). Left()); m_manager.AddPane(CreateFormatPane(), wxAuiPaneInfo().Name(wxT("format")). Show(false). TopDockable(true). BottomDockable(true). LeftDockable(true). RightDockable(true). PaneBorder(true). Fixed(). Left()); m_manager.GetPane(wxT("greek")) = m_manager.GetPane(wxT("greek")). MinSize(greekPane->GetEffectiveMinSize()). BestSize(greekPane->GetEffectiveMinSize()). Show(true). MaxSize(greekPane->GetEffectiveMinSize()); m_manager.GetPane(wxT("symbols")) = m_manager.GetPane(wxT("symbols")). MinSize(symbolsPane->GetEffectiveMinSize()). BestSize(symbolsPane->GetEffectiveMinSize()). Show(true). MaxSize(symbolsPane->GetEffectiveMinSize()); wxConfigBase *config = wxConfig::Get(); bool loadPanes = true; wxString perspective; config->Read(wxT("AUI/savePanes"), &loadPanes); config->Read(wxT("AUI/perspective"), &perspective); // Loads the window states. We tell wxaui not to recalculate and display the // results of this step now as we will do so manually after // eventually adding the toolbar. if(perspective != wxEmptyString) m_manager.LoadPerspective(perspective,false); // It somehow is possible to hide the maxima worksheet - which renders wxMaxima // basically useless => force it to be enabled. m_manager.GetPane(wxT("console")).Show(true); // LoadPerspective overwrites the pane names with the saved ones -which can // belong to a translation different to the one selected currently => // let's overwrite the names here. m_manager.GetPane(wxT("symbols")).Caption(_("Mathematical Symbols")); m_manager.GetPane(wxT("format")).Caption(_("Insert")); m_manager.GetPane(wxT("greek")).Caption(_("Greek Letters")); m_manager.GetPane(wxT("math")).Caption(_("General Math")); m_manager.GetPane(wxT("stats")).Caption(_("Statistics")); m_manager.GetPane(wxT("XmlInspector")).Caption(_("Raw XML monitor")); m_manager.GetPane(wxT("structure")).Caption(_("Table of Contents")); m_manager.GetPane(wxT("history")).Caption(_("History")); bool toolbar = true; config->Read(wxT("AUI/toolbar"), &toolbar); ShowToolBar(toolbar); m_manager.Update(); } void wxMaximaFrame::SetupMenu() { m_MenuBar = new wxMenuBar(); #if defined __WXGTK20__ wxMenuItem *tmp_menu_item; #define APPEND_MENU_ITEM(menu, id, label, help, stock) \ tmp_menu_item = new wxMenuItem((menu), (id), (label), (help), wxITEM_NORMAL); \ tmp_menu_item->SetBitmap(wxArtProvider::GetBitmap((stock), wxART_MENU)); \ (menu)->Append(tmp_menu_item); #else #define APPEND_MENU_ITEM(menu, id, label, help, stock) \ (menu)->Append((id), (label), (help), wxITEM_NORMAL); #endif // File menu m_FileMenu = new wxMenu; #if defined __WXMAC__ m_FileMenu->Append(mac_newId, _("New\tCtrl+N"), _("Open a new window")); #else APPEND_MENU_ITEM(m_FileMenu, menu_new_id, _("New\tCtrl+N"), _("Open a new window"), wxT("gtk-new")); #endif APPEND_MENU_ITEM(m_FileMenu, menu_open_id, _("&Open...\tCtrl+O"), _("Open a document"), wxT("gtk-open")); m_recentDocumentsMenu = new wxMenu(); m_FileMenu->Append(menu_recent_documents, _("Open Recent"), m_recentDocumentsMenu); #if defined __WXMAC__ m_FileMenu->AppendSeparator(); m_FileMenu->Append(mac_closeId, _("Close\tCtrl+W"), _("Close window"), wxITEM_NORMAL); #endif APPEND_MENU_ITEM(m_FileMenu, menu_save_id, _("&Save\tCtrl+S"), _("Save document"), wxT("gtk-save")); APPEND_MENU_ITEM(m_FileMenu, menu_save_as_id, _("Save As...\tShift+Ctrl+S"), _("Save document as"), wxT("gtk-save")); m_FileMenu->Append(menu_load_id, _("&Load Package...\tCtrl+L"), _("Load a Maxima package file"), wxITEM_NORMAL); m_FileMenu->Append(menu_batch_id, _("&Batch File...\tCtrl+B"), _("Load a Maxima file using the batch command"), wxITEM_NORMAL); m_FileMenu->Append(menu_export_html, _("&Export..."), _("Export document to a HTML or pdfLaTeX file"), wxITEM_NORMAL); m_FileMenu->AppendSeparator(); APPEND_MENU_ITEM(m_FileMenu, wxID_PRINT, _("&Print...\tCtrl+P"), _("Print document"), wxT("gtk-print")); m_FileMenu->AppendSeparator(); APPEND_MENU_ITEM(m_FileMenu, wxID_EXIT, _("E&xit\tCtrl+Q"), _("Exit wxMaxima"), wxT("gtk-quit")); m_MenuBar->Append(m_FileMenu, _("&File")); m_EditMenu = new wxMenu; m_EditMenu->Append(menu_undo, _("Undo\tCtrl+Z"), _("Undo last change"), wxITEM_NORMAL); m_EditMenu->Append(menu_redo, _("Redo\tCtrl+Y"), _("Redo last change"), wxITEM_NORMAL); m_EditMenu->AppendSeparator(); m_EditMenu->Append(menu_cut, _("Cut\tCtrl+X"), _("Cut selection"), wxITEM_NORMAL); APPEND_MENU_ITEM(m_EditMenu, menu_copy_from_console, _("&Copy\tCtrl+C"), _("Copy selection"), wxT("gtk-copy")); m_EditMenu->Append(menu_copy_text_from_console, _("Copy as Text\tCtrl+Shift+C"), _("Copy selection from document as text"), wxITEM_NORMAL); m_EditMenu->Append(menu_copy_tex_from_console, _("Copy as LaTeX"), _("Copy selection from document in LaTeX format"), wxITEM_NORMAL); m_EditMenu->Append(MathCtrl::popid_copy_mathml, _("Copy as MathML"), _("Copy selection from document in a MathML format many word processors can display as 2d equation"), wxITEM_NORMAL); m_EditMenu->Append(menu_copy_as_bitmap, _("Copy as Image"), _("Copy selection from document as an image"), wxITEM_NORMAL); m_EditMenu->Append(menu_copy_as_svg, _("Copy as SVG"), _("Copy selection from document as an SVG image"), wxITEM_NORMAL); m_EditMenu->Append(menu_copy_as_rtf, _("Copy as RTF"), _("Copy selection from document as rtf that a word processor might understand"), wxITEM_NORMAL); m_EditMenu->Append(menu_paste, _("Paste\tCtrl+V"), _("Paste text from clipboard"), wxITEM_NORMAL); m_EditMenu->AppendSeparator(); m_EditMenu->Append(menu_edit_find, _("Find\tCtrl+F"), _("Find and replace"), wxITEM_NORMAL); m_EditMenu->AppendSeparator(); m_EditMenu->Append(menu_select_all, _("Select All\tCtrl+A"), _("Select all"), wxITEM_NORMAL); m_EditMenu->Append(menu_copy_to_file, _("Save Selection to Image..."), _("Save selection from document to an image file"), wxITEM_NORMAL); m_EditMenu->AppendSeparator(); m_EditMenu->Append(MathCtrl::popid_comment_selection, _("Comment selection\tCtrl+/"), _("Comment out the currently selected text"), wxITEM_NORMAL); m_EditMenu->AppendSeparator(); #if defined __WXMAC__ APPEND_MENU_ITEM(m_EditMenu, wxID_PREFERENCES, _("Preferences...\tCtrl+,"), _("Configure wxMaxima"), wxT("gtk-preferences")); #else APPEND_MENU_ITEM(m_EditMenu, wxID_PREFERENCES, _("C&onfigure"), _("Configure wxMaxima"), wxT("gtk-preferences")); #endif m_MenuBar->Append(m_EditMenu, _("&Edit")); // panes m_Maxima_Panes_Sub = new wxMenu; m_Maxima_Panes_Sub->AppendCheckItem(menu_show_toolbar, _("Main Toolbar\tAlt+Shift+B")); m_Maxima_Panes_Sub->AppendSeparator(); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_math, _("General Math\tAlt+Shift+M")); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_stats, _("Statistics\tAlt+Shift+S")); #ifdef wxUSE_UNICODE m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_greek, _("Greek Letters\tAlt+Shift+G")); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_symbols, _("Symbols\tAlt+Shift+Y")); #endif m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_history, _("History\tAlt+Shift+I")); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_structure, _("Table of Contents\tAlt+Shift+T")); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_xmlInspector, _("XML Inspector")); m_Maxima_Panes_Sub->AppendCheckItem(menu_pane_format, _("Insert Cell\tAlt+Shift+C")); m_Maxima_Panes_Sub->AppendSeparator(); m_Maxima_Panes_Sub->AppendCheckItem(ToolBar::tb_hideCode, _("Hide Code Cells\tAlt+Ctrl+H")); m_Maxima_Panes_Sub->Append(menu_pane_hideall, _("Hide All Toolbars\tAlt+Shift+-"), _("Hide all panes"), wxITEM_NORMAL); m_Maxima_Panes_Sub->AppendSeparator(); // equation display type submenu wxMenu *equationType = new wxMenu; equationType->Append(menu_math_as_1D_ASCII, wxT("as 1D ASCII"), _("Show equations in their linear form"), wxITEM_NORMAL); equationType->Append(menu_math_as_2D_ASCII, wxT("as ASCII Art"), _("2D equations using ASCII Art"), wxITEM_NORMAL); equationType->Append(menu_math_as_graphics, wxT("in 2D"), _("Nice Graphical Equations"), wxITEM_NORMAL); m_Maxima_Panes_Sub->Append(wxNewId(), _("Display equations"), equationType, _("How to display new equations")); m_Maxima_Panes_Sub->AppendSeparator(); APPEND_MENU_ITEM(m_Maxima_Panes_Sub, MathCtrl::menu_zoom_in, _("Zoom &In\tCtrl++"), _("Zoom in 10%"), wxT("gtk-zoom-in")); APPEND_MENU_ITEM(m_Maxima_Panes_Sub, MathCtrl::menu_zoom_out, _("Zoom Ou&t\tCtrl+-"), _("Zoom out 10%"), wxT("gtk-zoom-out")); // zoom submenu m_Edit_Zoom_Sub = new wxMenu; m_Edit_Zoom_Sub->Append(menu_zoom_80, wxT("80%"), _("Set zoom to 80%"), wxITEM_NORMAL); m_Edit_Zoom_Sub->Append(menu_zoom_100, wxT("100%"), _("Set zoom to 100%"), wxITEM_NORMAL); m_Edit_Zoom_Sub->Append(menu_zoom_120, wxT("120%"), _("Set zoom to 120%"), wxITEM_NORMAL); m_Edit_Zoom_Sub->Append(menu_zoom_150, wxT("150%"), _("Set zoom to 150%"), wxITEM_NORMAL); m_Edit_Zoom_Sub->Append(menu_zoom_200, wxT("200%"), _("Set zoom to 200%"), wxITEM_NORMAL); m_Edit_Zoom_Sub->Append(menu_zoom_300, wxT("300%"), _("Set zoom to 300%"), wxITEM_NORMAL); m_Maxima_Panes_Sub->Append(wxNewId(), _("Set Zoom"), m_Edit_Zoom_Sub, _("Set Zoom")); m_Maxima_Panes_Sub->Append(menu_fullscreen, _("Full Screen\tAlt+Enter"), _("Toggle full screen editing"), wxITEM_NORMAL); m_MenuBar->Append(m_Maxima_Panes_Sub, _("View")); // Cell menu m_CellMenu = new wxMenu; m_CellMenu->Append(menu_evaluate, _("Evaluate Cell(s)"), _("Evaluate active or selected cell(s)"), wxITEM_NORMAL); m_CellMenu->Append(menu_evaluate_all_visible, _("Evaluate All Visible Cells\tCtrl+R"), _("Evaluate all visible cells in the document"), wxITEM_NORMAL); m_CellMenu->Append(menu_evaluate_all, _("Evaluate All Cells\tCtrl+Shift+R"), _("Evaluate all cells in the document"), wxITEM_NORMAL); m_CellMenu->Append(ToolBar::tb_evaltillhere, _("Evaluate Cells Above\tCtrl+Shift+P"), _("Re-evaluate all cells above the one the cursor is in"), wxITEM_NORMAL); m_CellMenu->Append(ToolBar::tb_evaluate_rest, _("Evaluate Cells Below"), _("Re-evaluate all cells below the one the cursor is in"), wxITEM_NORMAL); m_CellMenu->Append(menu_remove_output, _("Remove All Output"), _("Remove output from input cells"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->Append(menu_insert_previous_input, _("Copy Previous Input\tCtrl+I"), _("Create a new cell with previous input"), wxITEM_NORMAL); m_CellMenu->Append(menu_insert_previous_output, _("Copy Previous Output\tCtrl+U"), _("Create a new cell with previous output"), wxITEM_NORMAL); m_CellMenu->Append(menu_autocomplete, _("Complete Word\tCtrl+K"), _("Complete word"), wxITEM_NORMAL); m_CellMenu->Append(menu_autocomplete_templates, _("Show Template\tCtrl+Shift+K"), _("Show function template"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->Append(menu_insert_input, _("Insert Input &Cell\tCtrl+0"), _("Insert a new input cell")); m_CellMenu->Append(menu_add_comment, _("Insert &Text Cell\tCtrl+1"), _("Insert a new text cell")); m_CellMenu->Append(menu_add_title, _("Insert T&itle Cell\tCtrl+2"), _("Insert a new title cell")); m_CellMenu->Append(menu_add_section, _("Insert &Section Cell\tCtrl+3"), _("Insert a new section cell")); m_CellMenu->Append(menu_add_subsection, _("Insert S&ubsection Cell\tCtrl+4"), _("Insert a new subsection cell")); m_CellMenu->Append(menu_add_subsubsection, _("Insert S&ubsubsection Cell\tCtrl+5"), _("Insert a new subsubsection cell")); m_CellMenu->Append(menu_add_pagebreak, _("Insert Page Break"), _("Insert a page break")); m_CellMenu->Append(menu_insert_image, _("Insert Image..."), _("Insert image"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->Append(menu_fold_all_cells, _("Fold All\tCtrl+Alt+["), _("Fold all sections"), wxITEM_NORMAL); m_CellMenu->Append(menu_unfold_all_cells, _("Unfold All\tCtrl+Alt+]"), _("Unfold all folded sections"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->Append(menu_history_previous, _("Previous Command\tAlt+Up"), _("Recall previous command from history"), wxITEM_NORMAL); m_CellMenu->Append(menu_history_next, _("Next Command\tAlt+Down"), _("Recall next command from history"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->Append(MathCtrl::popid_merge_cells, _("Merge Cells\tCtrl+M"), _("Merge the text from two input cells into one"), wxITEM_NORMAL); m_CellMenu->Append(MathCtrl::popid_divide_cell, _("Divide Cell\tCtrl+D"), _("Divide this input cell into two cells"), wxITEM_NORMAL); m_CellMenu->AppendSeparator(); m_CellMenu->AppendCheckItem(MathCtrl::popid_auto_answer, _("Automatically answer questions"), _("Automatically fill in answers known from the last run")); m_MenuBar->Append(m_CellMenu, _("Ce&ll")); // Maxima menu m_MaximaMenu = new wxMenu; #if defined (__WXMAC__) APPEND_MENU_ITEM(m_MaximaMenu, menu_interrupt_id, _("&Interrupt\tCtrl+."), // command-. interrupts (mac standard) _("Interrupt current computation"), wxT("gtk-stop")); #else APPEND_MENU_ITEM(m_MaximaMenu, menu_interrupt_id, _("&Interrupt\tCtrl+G"), _("Interrupt current computation"), wxT("gtk-stop")); #endif APPEND_MENU_ITEM(m_MaximaMenu, ToolBar::menu_restart_id, _("&Restart Maxima"), _("Restart Maxima"), wxT("gtk-refresh")); m_MaximaMenu->Append(menu_soft_restart, _("&Clear Memory"), _("Delete all values from memory"), wxITEM_NORMAL); APPEND_MENU_ITEM(m_MaximaMenu, menu_add_path, _("Add to &Path..."), _("Add a directory to search path"), wxT("gtk-add")); m_MaximaMenu->AppendSeparator(); m_MaximaMenu->Append(menu_functions, _("Show &Functions"), _("Show defined functions"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_fun_def, _("Show &Definition..."), _("Show definition of a function"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_variables, _("Show &Variables"), _("Show defined variables"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_clear_fun, _("Delete F&unction..."), _("Delete a function"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_clear_var, _("Delete V&ariable..."), _("Delete a variable"), wxITEM_NORMAL); m_MaximaMenu->AppendSeparator(); m_MaximaMenu->Append(menu_time, _("Toggle &Time Display"), _("Display time used for evaluation"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_display, _("Change &2d Display"), _("Change the 2d display algorithm used to display math output"), wxITEM_NORMAL); m_MaximaMenu->Append(menu_texform, _("Display Te&X Form"), _("Display last result in TeX form"), wxITEM_NORMAL); m_MaximaMenu->AppendSeparator(); m_MaximaMenu->Append(menu_jumptoerror, _("Jump to first error"), _("Jump to the first cell maxima has reported an error in."), wxITEM_NORMAL); m_MenuBar->Append(m_MaximaMenu, _("&Maxima")); // Equations menu m_EquationsMenu = new wxMenu; m_EquationsMenu->Append(menu_solve, _("&Solve..."), _("Solve equation(s)"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_solve_to_poly, _("Solve (to_poly)..."), _("Solve equation(s) with to_poly_solve"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_solve_num, _("&Find Root..."), _("Find a root of an equation on an interval"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_allroots, _("Roots of &Polynomial"), _("Find all roots of a polynomial"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_bfallroots, _("Roots of Polynomial (bfloat)"), _("Find all roots of a polynomial (bfloat)"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_realroots, _("&Roots of Polynomial (Real)"), _("Find real roots of a polynomial"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_solve_lin, _("Solve &Linear System..."), _("Solve linear system of equations"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_solve_algsys, _("Solve &Algebraic System..."), _("Solve algebraic system of equations"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_eliminate, _("&Eliminate Variable..."), _("Eliminate a variable from a system " "of equations"), wxITEM_NORMAL); m_EquationsMenu->AppendSeparator(); m_EquationsMenu->Append(menu_solve_ode, _("Solve &ODE..."), _("Solve ordinary differential equation " "of maximum degree 2"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_ivp_1, _("Initial Value Problem (&1)..."), _("Solve initial value problem for first" " degree ODE"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_ivp_2, _("Initial Value Problem (&2)..."), _("Solve initial value problem for second " "degree ODE"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_bvp, _("&Boundary Value Problem..."), _("Solve boundary value problem for second " "degree ODE"), wxITEM_NORMAL); m_EquationsMenu->AppendSeparator(); m_EquationsMenu->Append(menu_solve_de, _("Solve ODE with Lapla&ce..."), _("Solve ordinary differential equations " "with Laplace transformation"), wxITEM_NORMAL); m_EquationsMenu->Append(menu_atvalue, _("A&t Value..."), _("Setup atvalues for solving ODE with " "Laplace transformation"), wxITEM_NORMAL); m_EquationsMenu->AppendSeparator(); m_EquationsMenu->Append(menu_lhs, _("Left side to the \"=\""), _("The half of the equation that is to the left of the \"=\""), wxITEM_NORMAL); m_EquationsMenu->Append(menu_rhs, _("Right side to the \"=\""), _("The half of the equation that is to the right of the \"=\""), wxITEM_NORMAL); m_MenuBar->Append(m_EquationsMenu, _("E&quations")); // Algebra menu m_Algebra_Menu = new wxMenu; m_Algebra_Menu->Append(menu_gen_mat, _("&Generate Matrix..."), _("Generate a matrix from a 2-dimensional array"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_gen_mat_lambda, _("Generate Matrix from Expression..."), _("Generate a matrix from a lambda expression"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_enter_mat, _("&Enter Matrix..."), _("Enter a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_invert_mat, _("&Invert Matrix"), _("Compute the inverse of a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_cpoly, _("&Characteristic Polynomial..."), _("Compute the characteristic polynomial " "of a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_determinant, _("&Determinant"), _("Compute the determinant of a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_eigen, _("Eigen&values"), _("Find eigenvalues of a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_eigvect, _("Eige&nvectors"), _("Find eigenvectors of a matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_adjoint_mat, _("Ad&joint Matrix"), _("Compute the adjoint matrix"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_transpose, _("&Transpose Matrix"), _("Transpose a matrix"), wxITEM_NORMAL); m_Algebra_Menu->AppendSeparator(); m_Algebra_Menu->Append(menu_make_list, _("Make &List..."), _("Make list from expression"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_apply, _("&Apply to List..."), _("Apply function to a list"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_map, _("&Map to List(s)..."), _("Map function to a list"), wxITEM_NORMAL); m_Algebra_Menu->Append(menu_map_mat, _("Ma&p to Matrix..."), _("Map function to a matrix"), wxITEM_NORMAL); m_MenuBar->Append(m_Algebra_Menu, _("&Algebra")); // Calculus menu m_CalculusMenu = new wxMenu; m_CalculusMenu->Append(menu_integrate, _("&Integrate..."), _("Integrate expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_risch, _("Risch Integration..."), _("Integrate expression with Risch algorithm"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_change_var, _("C&hange Variable..."), _("Change variable in integral or sum"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_diff, _("&Differentiate..."), _("Differentiate expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_limit, _("Find &Limit..."), _("Find a limit of an expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_lbfgs, _("Find Minimum..."), _("Find a (unconstrained) minimum of an expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_series, _("Get &Series..."), _("Get the Taylor or power series of expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_pade, _("P&ade Approximation..."), _("Pade approximation of a Taylor series"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_sum, _("Calculate Su&m..."), _("Calculate sums"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_product, _("Calculate &Product..."), _("Calculate products"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_laplace, _("Laplace &Transform..."), _("Get Laplace transformation of an expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_ilt, _("Inverse Laplace T&ransform..."), _("Get inverse Laplace transformation of an expression"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_gcd, _("&Greatest Common Divisor..."), _("Compute the greatest common divisor"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_lcm, _("Least Common Multiple..."), _("Compute the least common multiple " "(do load(functs) before using)"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_divide, _("Di&vide Polynomials..."), _("Divide numbers or polynomials"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_partfrac, _("Partial &Fractions..."), _("Decompose rational function to partial fractions"), wxITEM_NORMAL); m_CalculusMenu->Append(menu_continued_fraction, _("&Continued Fraction"), _("Compute continued fraction of a value"), wxITEM_NORMAL); m_MenuBar->Append(m_CalculusMenu, _("&Calculus")); // Simplify menu m_SimplifyMenu = new wxMenu; m_SimplifyMenu->Append(menu_ratsimp, _("&Simplify Expression"), _("Simplify rational expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_radsimp, _("Simplify &Radicals"), _("Simplify expression containing radicals"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_factor, _("&Factor Expression"), _("Factor an expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_gfactor, _("Factor Complex"), _("Factor an expression in Gaussian numbers"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_expand, _("&Expand Expression"), _("Expand an expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_logexpand, _("Expand Logarithms"), _("Convert logarithm of product to sum of logarithms"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_logcontract, _("Contract Logarithms"), _("Convert sum of logarithms to logarithm of product"), wxITEM_NORMAL); m_SimplifyMenu->AppendSeparator(); // Factorials and gamma m_Simplify_Gamma_Sub = new wxMenu; m_Simplify_Gamma_Sub->Append(menu_to_fact, _("Convert to &Factorials"), _("Convert binomials, beta and gamma function to factorials"), wxITEM_NORMAL); m_Simplify_Gamma_Sub->Append(menu_to_gamma, _("Convert to &Gamma"), _("Convert binomials, factorials and beta function to gamma function"), wxITEM_NORMAL); m_Simplify_Gamma_Sub->Append(menu_factsimp, _("&Simplify Factorials"), _("Simplify an expression containing factorials"), wxITEM_NORMAL); m_Simplify_Gamma_Sub->Append(menu_factcomb, _("&Combine Factorials"), _("Combine factorials in an expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(wxNewId(), _("Factorials and &Gamma"), m_Simplify_Gamma_Sub, _("Functions for simplifying factorials and gamma function")); // Trigonometric submenu m_Simplify_Trig_Sub = new wxMenu; m_Simplify_Trig_Sub->Append(menu_trigsimp, _("&Simplify Trigonometric"), _("Simplify trigonometric expression"), wxITEM_NORMAL); m_Simplify_Trig_Sub->Append(menu_trigreduce, _("&Reduce Trigonometric"), _("Reduce trigonometric expression"), wxITEM_NORMAL); m_Simplify_Trig_Sub->Append(menu_trigexpand, _("&Expand Trigonometric"), _("Expand trigonometric expression"), wxITEM_NORMAL); m_Simplify_Trig_Sub->Append(menu_trigrat, _("&Canonical Form"), _("Convert trigonometric expression to canonical quasilinear form"), wxITEM_NORMAL); m_SimplifyMenu->Append(wxNewId(), _("&Trigonometric Simplification"), m_Simplify_Trig_Sub, _("Functions for simplifying trigonometric expressions")); // Complex submenu m_Simplify_Complex_Sub = new wxMenu; m_Simplify_Complex_Sub->Append(menu_rectform, _("Convert to &Rectform"), _("Convert complex expression to rect form"), wxITEM_NORMAL); m_Simplify_Complex_Sub->Append(menu_polarform, _("Convert to &Polarform"), _("Convert complex expression to polar form"), wxITEM_NORMAL); m_Simplify_Complex_Sub->Append(menu_realpart, _("Get Real P&art"), _("Get the real part of complex expression"), wxITEM_NORMAL); m_Simplify_Complex_Sub->Append(menu_imagpart, _("Get &Imaginary Part"), _("Get the imaginary part of complex expression"), wxITEM_NORMAL); m_Simplify_Complex_Sub->Append(menu_demoivre, _("&Demoivre"), _("Convert exponential function of imaginary argument to trigonometric form"), wxITEM_NORMAL); m_Simplify_Complex_Sub->Append(menu_exponentialize, _("&Exponentialize"), _("Convert trigonometric functions to exponential form"), wxITEM_NORMAL); m_SimplifyMenu->Append(wxNewId(), _("&Complex Simplification"), m_Simplify_Complex_Sub, _("Functions for complex simplification")); m_SimplifyMenu->AppendSeparator(); m_SimplifyMenu->Append(menu_subst, _("Substitute..."), _("Make substitution in expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_nouns, _("Evaluate &Noun Forms"), _("Evaluate all noun forms in expression"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_talg, _("Toggle &Algebraic Flag"), _("Toggle algebraic flag"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_tellrat, _("Add Algebraic E&quality..."), _("Add equality to the rational simplifier"), wxITEM_NORMAL); m_SimplifyMenu->Append(menu_modulus, _("&Modulus Computation..."), _("Setup modulus computation"), wxITEM_NORMAL); m_MenuBar->Append(m_SimplifyMenu, _("&Simplify")); // List menu m_listMenu = new wxMenu; wxMenu *listcreateSub = new wxMenu; listcreateSub->Append(menu_list_create_from_elements, _("from individual elements"), _("Create a list from comma-separated elements"), wxITEM_NORMAL); listcreateSub->Append(menu_list_create_from_rule, _("from a rule"), _("Generate list elements using a rule"), wxITEM_NORMAL); listcreateSub->Append(menu_list_create_from_list, _("from a list"), _("Generate a new list using a lists' elements"), wxITEM_NORMAL); listcreateSub->Append(menu_list_actual_values_storage, _("as storage for actual values for variables"), _("Generate a storage for variable values that can be introduced into equations at any time"), wxITEM_NORMAL); listcreateSub->Append(menu_list_create_from_args, _("from function arguments"), _("Extract the argument list from a function call"), wxITEM_NORMAL); m_listMenu->Append(wxNewId(), _("Create list"), listcreateSub, _("Create a list")); wxMenu *listuseSub = new wxMenu; listuseSub->Append(menu_list_map, _("apply function to each element"), _("Runs each element through a function"), wxITEM_NORMAL); listuseSub->Append(menu_list_use_actual_values, _("use the actual values stored"), _("Introduce the actual values for variables stored in the list"), wxITEM_NORMAL); listuseSub->Append(menu_list_as_function_arguments, _("use as function arguments"), _("Use list as the arguments of a function"), wxITEM_NORMAL); listuseSub->Append(menu_list_do_for_each_element, _("do for each element"), _("Execute a command for each element of the list"), wxITEM_NORMAL); m_listMenu->Append(wxNewId(), _("Use list"), listuseSub, _("Use a list")); wxMenu *listextractmenu = new wxMenu; listextractmenu->Append(menu_list_nth, _("nth"), _("Returns an arbitrary list item")); listextractmenu->Append(menu_list_first, _("First"), _("Returns the first item of the list")); listextractmenu->Append(menu_list_rest, _("All but the 1st n elements"), _("Returns the list without its first n elements")); listextractmenu->Append(menu_list_restN, _("All but the last n elements"), _("Returns the list without its last n elements")); listextractmenu->Append(menu_list_last, _("Last"), _("Returns the last item of the list")); listextractmenu->Append(menu_list_lastn, _("Last n"), _("Returns the last n items of the list")); listextractmenu->Append(menu_list_extract_value, _("Extract a actual value for a variable"), _("Extract the value for one variable assigned in a list"), wxITEM_NORMAL); m_listMenu->Append(wxNewId(), _("Extract Elements"), listextractmenu, _("Extract list Elements")); wxMenu *listappendSub = new wxMenu; listappendSub->Append(menu_list_append_item, _("Append an element"), _("Append an element to an existing list"), wxITEM_NORMAL); listappendSub->Append(menu_list_append_list, _("Append a list"), _("Append a list to an existing list"), wxITEM_NORMAL); listappendSub->Append(menu_list_interleave, _("Interleave"), _("Interleave the values of two lists"), wxITEM_NORMAL); m_listMenu->Append(wxNewId(), _("Append"), listappendSub, _("Use a list")); m_listMenu->Append(menu_list_length, _("Length"), _("Returns the length of the list")); m_listMenu->Append(menu_list_reverse, _("Reverse"), _("Reverse the order of the list items")); m_listMenu->AppendSeparator(); m_listMenu->Append(menu_list_sort, _("Sort")); m_listMenu->Append(menu_list_remove_duplicates, _("Remove duplicates"),_("Remove all list elements that appear twice in a row. Normally used in conjunction with sort.")); m_listMenu->AppendSeparator(); m_listMenu->Append(menu_list_push, _("Push"), _("Add a new item to the beginning of the list. Useful for creating stacks.") ); m_listMenu->Append(menu_list_pop, _("Pop"), _("Return the first item of the list and remove it from the list. Useful for creating stacks.")); m_listMenu->AppendSeparator(); m_listMenu->Append(menu_list_list2matrix, _("Nested list to Matrix"), _("Converts a nested list like [[1,2],[3,4]] to a matrix")); m_listMenu->Append(menu_list_matrix2list, _("Matrix to nested List"), _("Converts a matrix to a list of lists")); m_MenuBar->Append(m_listMenu, _("&List")); // Plot menu m_PlotMenu = new wxMenu; m_PlotMenu->Append(gp_plot2, _("Plot &2d..."), _("Plot in 2 dimensions"), wxITEM_NORMAL); m_PlotMenu->Append(gp_plot3, _("Plot &3d..."), _("Plot in 3 dimensions"), wxITEM_NORMAL); m_PlotMenu->Append(menu_plot_format, _("Plot &Format..."), _("Set plot format"), wxITEM_NORMAL); m_PlotMenu->AppendSeparator(); m_PlotMenu->Append(menu_animationautostart, _("Toggle animation autoplay"), _("Defines if an animation is automatically started or only by clicking on it."), wxITEM_NORMAL); m_PlotMenu->Append(menu_animationframerate, _("Animation framerate..."), _("Set the frame rate for animations.")); m_MenuBar->Append(m_PlotMenu, _("&Plot")); // Numeric menu m_NumericMenu = new wxMenu; m_NumericMenu->Append(menu_num_out, _("Toggle &Numeric Output"), _("Toggle numeric output"), wxITEM_NORMAL); m_NumericMenu->Append(menu_to_float, _("To &Float"), _("Calculate float value of the last result"), wxITEM_NORMAL); m_NumericMenu->Append(menu_to_bfloat, _("To &Bigfloat"), _("Calculate bigfloat value of the last result"), wxITEM_NORMAL); m_NumericMenu->Append(menu_to_numer, _("To Numeri&c\tCtrl+Shift+N"), _("Calculate numeric value of the last result"), wxITEM_NORMAL); m_NumericMenu->Append(menu_set_precision, _("Set bigfloat &Precision..."), _("Set the precision for numbers that are defined as bigfloat. Such numbers can be generated by entering 1.5b12 or as bfloat(1.234)"), wxITEM_NORMAL); m_MenuBar->Append(m_NumericMenu, _("&Numeric")); // Help menu m_HelpMenu = new wxMenu; #if defined __WXMAC__ m_HelpMenu->Append(wxID_HELP, _("wxMaxima &Help\tCtrl+?"), _("Show wxMaxima help"), wxITEM_NORMAL); #else APPEND_MENU_ITEM(m_HelpMenu, wxID_HELP, _("wxMaxima &Help\tF1"), _("Show wxMaxima help"), wxT("gtk-help")); #endif m_HelpMenu->Append(menu_maximahelp, _("&Maxima help"), _("The offline manual of maxima"), wxITEM_NORMAL); m_HelpMenu->Append(menu_example, _("&Example..."), _("Show an example of usage"), wxITEM_NORMAL); m_HelpMenu->Append(menu_apropos, _("&Apropos..."), _("Show commands similar to"), wxITEM_NORMAL); APPEND_MENU_ITEM(m_HelpMenu, menu_show_tip, _("Show &Tips..."), _("Show a tip"), wxART_TIP); m_HelpMenu->AppendSeparator(); m_HelpMenu->Append(menu_help_tutorials, _("Tutorials"), _("Online tutorials"), wxITEM_NORMAL); m_HelpMenu->AppendSeparator(); m_HelpMenu->Append(menu_build_info, _("Build &Info"), _("Info about Maxima build"), wxITEM_NORMAL); m_HelpMenu->Append(menu_bug_report, _("&Bug Report"), _("Report bug"), wxITEM_NORMAL); m_HelpMenu->AppendSeparator(); m_HelpMenu->Append(menu_check_updates, _("Check for Updates"), _("Check if a newer version of wxMaxima/Maxima exist."), wxITEM_NORMAL); #ifndef __WXMAC__ m_HelpMenu->AppendSeparator(); #endif #ifndef __WXMAC__ APPEND_MENU_ITEM(m_HelpMenu, wxID_ABOUT, _("About"), _("About wxMaxima"), wxT("stock_about")); #else APPEND_MENU_ITEM(m_HelpMenu, wxID_ABOUT, _("About wxMaxima"), _("About wxMaxima"), wxT("stock_about")); #endif m_MenuBar->Append(m_HelpMenu, _("&Help")); SetMenuBar(m_MenuBar); #undef APPEND_MENU_ITEM } void wxMaximaFrame::LoadRecentDocuments() { wxConfigBase *config = wxConfig::Get(); m_recentDocuments.Clear(); long recentItems = 10; wxConfig::Get()->Read(wxT("recentItems"), &recentItems); if (recentItems < 5) recentItems = 5; if (recentItems > 30) recentItems = 30; for (int i = 0; i < recentItems; i++) { wxString recent = wxString::Format(wxT("RecentDocuments/document_%d"), i); wxString file; if (config->Read(recent, &file)) m_recentDocuments.Add(file); } } void wxMaximaFrame::SaveRecentDocuments() { wxConfigBase *config = wxConfig::Get(); long recentItems = 10; wxConfig::Get()->Read(wxT("recentItems"), &recentItems); if (recentItems < 5) recentItems = 5; if (recentItems > 30) recentItems = 30; // Delete previous recent documents for (int i = 0; i < recentItems; i++) { wxString recent = wxString::Format(wxT("RecentDocuments/document_%d"), i); config->DeleteEntry(recent); } // Save new recent documents for (unsigned int i = 0; i < m_recentDocuments.Count(); i++) { wxString recent = wxString::Format(wxT("RecentDocuments/document_%d"), i); config->Write(recent, m_recentDocuments[i]); } } void wxMaximaFrame::UpdateRecentDocuments() { if(m_recentDocumentsMenu == NULL) m_recentDocumentsMenu = new wxMenu(); int itemNumber = m_recentDocumentsMenu->GetMenuItemCount(); for(int i=0;iDestroy(m_recentDocumentsMenu->FindItemByPosition(0)); long recentItems = 10; wxConfig::Get()->Read(wxT("recentItems"), &recentItems); if (recentItems < 5) recentItems = 5; if (recentItems > 30) recentItems = 30; // Iterate through all the entries to the recent documents menu. for (int i = menu_recent_document_0; i <= menu_recent_document_0 + recentItems; i++) { if (i - menu_recent_document_0 < (signed) m_recentDocuments.Count()) { wxFileName filename(m_recentDocuments[i - menu_recent_document_0]); wxString path(filename.GetPath()), fullname(filename.GetFullName()); wxString label(fullname + wxT(" [ ") + path + wxT(" ]")); m_recentDocumentsMenu->Append(i, label); if(wxFileExists(filename.GetFullPath())) m_recentDocumentsMenu->Enable(i, true); else m_recentDocumentsMenu->Enable(i, false); } } std::list autoSaveFileList = GetTempAutosaveFiles(); if(!autoSaveFileList.empty()) { m_recentDocumentsMenu->Append(menu_recent_document_separator, wxEmptyString, wxEmptyString, wxITEM_SEPARATOR); int index = menu_unsaved_document_0; for(std::list::iterator it = autoSaveFileList.begin(); it != autoSaveFileList.end();++it) { wxStructStat stat; wxStat(*it,&stat); wxDateTime modified(stat.st_mtime); m_recentDocumentsMenu->Append(index, *it + wxT(" (") + modified.FormatDate() + wxT(" ") + modified.FormatTime() + wxT(")")); index++; } } } std::list wxMaximaFrame::GetTempAutosaveFiles() { wxConfigBase *config = wxConfig::Get(); wxString autoSaveFiles; wxString autoSaveFiles_new; config->Read("AutoSaveFiles",&autoSaveFiles); wxStringTokenizer files(autoSaveFiles, wxT(";")); std::list autoSaveFileList; while(files.HasMoreTokens()) { wxString filename = files.GetNextToken(); if(filename != wxEmptyString) { if(wxFileExists(filename)) { autoSaveFileList.push_back(filename); } } } autoSaveFileList.unique(); for(std::list::iterator it = autoSaveFileList.begin(); it != autoSaveFileList.end();++it) { autoSaveFiles_new += *it + wxString(wxT(";")); } config->Write("AutoSaveFiles",autoSaveFiles_new); if(!autoSaveFileList.empty()) { if(autoSaveFileList.front() == m_tempfileName) autoSaveFileList.pop_front(); } return autoSaveFileList; } void wxMaximaFrame::ReReadConfig() { if (m_configFileName != wxEmptyString) { wxConfigBase *config = wxConfig::Get(); config->Flush(); wxDELETE(config); wxConfig::Set(new wxFileConfig(wxT("wxMaxima"), wxEmptyString, m_configFileName)); } // Re-Reading the config isn't necessary on the Mac where all windows share the same // window and on Windows where the registry is re-read every time the configuration // is accessed. #ifdef __WXGTK__ else { wxConfigBase *config = wxConfig::Get(); config->Flush(); wxDELETE(config); wxConfig::Set(new wxConfig(wxT("wxMaxima"))); } #endif } wxString wxMaximaFrame::GetTempAutosavefileName() { wxString name = wxStandardPaths::Get().GetTempDir()+ wxString::Format("/untitled_%li_%li.wxmx", wxGetProcessId(),m_pid); // If the file name changes there is no reason to let the old file lie around. if (name != m_tempfileName) RemoveTempAutosavefile(); m_tempfileName = name; return m_tempfileName; } void wxMaximaFrame::RegisterAutoSaveFile() { wxString autoSaveFiles; ReReadConfig(); wxConfigBase *config = wxConfig::Get(); config->Read("AutoSaveFiles",&autoSaveFiles); if(autoSaveFiles.Find(m_tempfileName) == wxNOT_FOUND) { autoSaveFiles = m_tempfileName + wxT(";") + autoSaveFiles; config->Write("AutoSaveFiles", autoSaveFiles); config->Flush(); GetTempAutosaveFiles(); } } void wxMaximaFrame::RemoveTempAutosavefile() { if(m_tempfileName != wxEmptyString) { // Don't delete the file if we have opened it and haven't saved it under a // different name yet. if(wxFileExists(m_tempfileName) && (m_tempfileName != m_console->m_currentFile)) wxRemoveFile(m_tempfileName); } m_tempfileName = wxEmptyString; } void wxMaximaFrame::AddRecentDocument(wxString file) { // wxGTK uses wxFileConf. ...and wxFileConf loads the config file only once // on inintialisation => Let's reload the config file before adding recently // used documents in order to avoid overwriting documents other wxMaxima // instances have written. // // On MSW this normally isn't necessary as wxMaxima will save the config in // the registry and is queried every time we request data while on Mac computers // all windows share a central wxConfig object and therefore the same recent // documents list. ReReadConfig(); // Now let's load the recent document list another wxMaxima instance might // have updated... LoadRecentDocuments(); wxFileName FileName = file; FileName.MakeAbsolute(); wxString CanonicalFilename = FileName.GetFullPath(); // Append the current document to the list of recent documents // or move it to the top, if it is already there. if (m_recentDocuments.Index(CanonicalFilename) != wxNOT_FOUND) m_recentDocuments.Remove(CanonicalFilename); m_recentDocuments.Insert(CanonicalFilename, 0); UpdateRecentDocuments(); // Save the updated "recent documents" list so that another wxMaxima process can // read it before adding other documents. SaveRecentDocuments(); wxConfig::Get()->Flush(); } void wxMaximaFrame::RemoveRecentDocument(wxString file) { m_recentDocuments.Remove(file); UpdateRecentDocuments(); } bool wxMaximaFrame::IsPaneDisplayed(Event id) { bool displayed = false; switch (id) { case menu_pane_math: displayed = m_manager.GetPane(wxT("math")).IsShown(); break; case menu_pane_history: displayed = m_manager.GetPane(wxT("history")).IsShown(); break; case menu_pane_structure: displayed = m_manager.GetPane(wxT("structure")).IsShown(); break; case menu_pane_xmlInspector: displayed = m_manager.GetPane(wxT("XmlInspector")).IsShown(); break; case menu_pane_stats: displayed = m_manager.GetPane(wxT("stats")).IsShown(); break; #ifdef wxUSE_UNICODE case menu_pane_greek: displayed = m_manager.GetPane(wxT("greek")).IsShown(); break; case menu_pane_symbols: displayed = m_manager.GetPane(wxT("symbols")).IsShown(); break; #endif case menu_pane_format: displayed = m_manager.GetPane(wxT("format")).IsShown(); break; default: wxASSERT(false); break; } return displayed; } void wxMaximaFrame::ShowPane(Event id, bool show) { switch (id) { case menu_pane_math: m_manager.GetPane(wxT("math")).Show(show); break; case menu_pane_history: m_manager.GetPane(wxT("history")).Show(show); break; case menu_pane_structure: m_manager.GetPane(wxT("structure")).Show(show); m_console->m_tableOfContents->UpdateTableOfContents(m_console->GetTree(), m_console->GetHCaret()); break; case menu_pane_xmlInspector: m_manager.GetPane(wxT("XmlInspector")).Show(show); break; case menu_pane_stats: m_manager.GetPane(wxT("stats")).Show(show); break; #ifdef wxUSE_UNICODE case menu_pane_greek: m_manager.GetPane(wxT("greek")).Show(show); break; case menu_pane_symbols: m_manager.GetPane(wxT("symbols")).Show(show); break; #endif case menu_pane_format: m_manager.GetPane(wxT("format")).Show(show); break; case menu_pane_hideall: m_manager.GetPane(wxT("math")).Show(false); m_manager.GetPane(wxT("history")).Show(false); m_manager.GetPane(wxT("structure")).Show(false); m_manager.GetPane(wxT("XmlInspector")).Show(false); m_manager.GetPane(wxT("stats")).Show(false); #ifdef wxUSE_UNICODE m_manager.GetPane(wxT("greek")).Show(false); m_manager.GetPane(wxT("symbols")).Show(false); #endif m_manager.GetPane(wxT("format")).Show(false); ShowToolBar(false); break; default: wxASSERT(false); break; } m_manager.Update(); } wxPanel *wxMaximaFrame::CreateMathPane() { wxGridSizer *grid = new wxGridSizer(2); wxPanel *panel = new wxPanel(this, -1); int style = wxALL | wxEXPAND; #if defined __WXMSW__ int border = 1; #else int border = 0; #endif grid->Add(new wxButton(panel, button_ratsimp, _("Simplify")), 0, style, border); grid->Add(new wxButton(panel, button_radcan, _("Simplify (r)")), 0, style, border); grid->Add(new wxButton(panel, button_factor, _("Factor")), 0, style, border); grid->Add(new wxButton(panel, button_expand, _("Expand")), 0, style, border); grid->Add(new wxButton(panel, button_rectform, _("Rectform")), 0, style, border); grid->Add(new wxButton(panel, button_subst, _("Subst...")), 0, style, border); grid->Add(new wxButton(panel, button_trigrat, _("Canonical (tr)")), 0, style, border); grid->Add(new wxButton(panel, button_trigsimp, _("Simplify (tr)")), 0, style, border); grid->Add(new wxButton(panel, button_trigexpand, _("Expand (tr)")), 0, style, border); grid->Add(new wxButton(panel, button_trigreduce, _("Reduce (tr)")), 0, style, border); grid->Add(new wxButton(panel, button_solve, _("Solve...")), 0, style, border); grid->Add(new wxButton(panel, button_solve_ode, _("Solve ODE...")), 0, style, border); grid->Add(new wxButton(panel, button_diff, _("Diff...")), 0, style, border); grid->Add(new wxButton(panel, button_integrate, _("Integrate...")), 0, style, border); grid->Add(new wxButton(panel, button_limit, _("Limit...")), 0, style, border); grid->Add(new wxButton(panel, button_taylor, _("Series...")), 0, style, border); grid->Add(new wxButton(panel, button_plot2, _("Plot 2D...")), 0, style, border); grid->Add(new wxButton(panel, button_plot3, _("Plot 3D...")), 0, style, border); panel->SetSizer(grid); grid->Fit(panel); grid->SetSizeHints(panel); return panel; } wxPanel *wxMaximaFrame::CreateStatPane() { wxGridSizer *grid1 = new wxGridSizer(2); wxBoxSizer *box = new wxBoxSizer(wxVERTICAL); wxBoxSizer *box1 = new wxBoxSizer(wxVERTICAL); wxGridSizer *grid2 = new wxGridSizer(2); wxGridSizer *grid3 = new wxGridSizer(2); wxBoxSizer *box3 = new wxBoxSizer(wxVERTICAL); wxPanel *panel = new wxPanel(this, -1); int style = wxALL | wxEXPAND; #if defined __WXMSW__ int border = 1; #else int border = 0; #endif int sizerBorder = 2; grid1->Add(new wxButton(panel, menu_stats_mean, _("Mean...")), 0, style, border); grid1->Add(new wxButton(panel, menu_stats_median, _("Median...")), 0, style, border); grid1->Add(new wxButton(panel, menu_stats_var, _("Variance...")), 0, style, border); grid1->Add(new wxButton(panel, menu_stats_dev, _("Deviation...")), 0, style, border); box->Add(grid1, 0, style, sizerBorder); box1->Add(new wxButton(panel, menu_stats_tt1, _("Mean Test...")), 0, style, border); box1->Add(new wxButton(panel, menu_stats_tt2, _("Mean Difference Test...")), 0, style, border); box1->Add(new wxButton(panel, menu_stats_tnorm, _("Normality Test...")), 0, style, border); box1->Add(new wxButton(panel, menu_stats_linreg, _("Linear Regression...")), 0, style, border); box1->Add(new wxButton(panel, menu_stats_lsquares, _("Least Squares Fit...")), 0, style, border); box->Add(box1, 0, style, sizerBorder); grid2->Add(new wxButton(panel, menu_stats_histogram, _("Histogram...")), 0, style, border); grid2->Add(new wxButton(panel, menu_stats_scatterplot, _("Scatterplot...")), 0, style, border); grid2->Add(new wxButton(panel, menu_stats_barsplot, _("Barsplot...")), 0, style, border); grid2->Add(new wxButton(panel, menu_stats_piechart, _("Piechart...")), 0, style, border); grid2->Add(new wxButton(panel, menu_stats_boxplot, _("Boxplot...")), 0, style, border); box->Add(grid2, 0, style, sizerBorder); grid3->Add(new wxButton(panel, menu_stats_readm, _("Read Matrix...")), 0, style, border); grid3->Add(new wxButton(panel, menu_stats_enterm, _("Enter Matrix...")), 0, style, border); box->Add(grid3, 0, style, sizerBorder); box3->Add(new wxButton(panel, menu_stats_subsample, _("Subsample...")), 0, style, border); box->Add(box3, 0, style, sizerBorder); panel->SetSizer(box); box->Fit(panel); box->SetSizeHints(panel); return panel; } void wxMaximaFrame::CharacterButtonPressed(wxMouseEvent &event) { wxChar ch = event.GetId(); wxString ch_string(ch); m_console->InsertText(ch_string); } wxPanel *wxMaximaFrame::CharButton(wxPanel *parent, wxChar ch, wxString description, bool WXUNUSED(matchesMaximaCommand)) { wxPanel *panel = new wxPanel(parent, ch); wxBoxSizer *vbox = new wxBoxSizer(wxVERTICAL); wxStaticText *text = new wxStaticText(panel, ch, wxString(ch)); vbox->Add(text, 1, wxALL | wxCENTER, 0); if (description.Length() > 0) text->SetToolTip(description); text->Connect(wxEVT_LEFT_UP, wxMouseEventHandler(wxMaximaFrame::CharacterButtonPressed), NULL, this); panel->Connect(wxEVT_LEFT_UP, wxMouseEventHandler(wxMaximaFrame::CharacterButtonPressed), NULL, this); panel->SetSizerAndFit(vbox); return panel; } #ifdef wxUSE_UNICODE wxPanel *wxMaximaFrame::CreateGreekPane() { wxPanel *panel = new wxPanel(this, -1); wxBoxSizer *vbox = new wxBoxSizer(wxVERTICAL); int style = wxALL | wxEXPAND; #if defined __WXMSW__ int border = 1; #else int border = 0; #endif wxFlexGridSizer *lowercase = new wxFlexGridSizer(8); lowercase->SetFlexibleDirection(wxBOTH); for (int i = 0; i < 8; i++) lowercase->AddGrowableCol(i, 1); lowercase->Add(CharButton(panel, wxT('\x03B1'), _("alpha")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B2'), _("beta")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B3'), _("gamma")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B4'), _("delta")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B5'), _("epsilon")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B6'), _("zeta")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B7'), _("eta")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B8'), _("theta")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03B9'), _("iota")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BA'), _("kappa")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BB'), _("lambda")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BC'), _("mu")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BD'), _("nu")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BE'), _("xi")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03BF'), _("omicron")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C0'), _("pi")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C1'), _("rho")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C3'), _("sigma")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C4'), _("tau")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C5'), _("upsilon")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C6'), _("phi")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C7'), _("chi")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C8'), _("psi")), 0, wxALL | wxEXPAND, 2); lowercase->Add(CharButton(panel, wxT('\x03C9'), _("omega")), 0, wxALL | wxEXPAND, 2); vbox->Add(lowercase, 0, style, border); wxFlexGridSizer *uppercase = new wxFlexGridSizer(8); uppercase->SetFlexibleDirection(wxBOTH); for (int i = 0; i < 8; i++) uppercase->AddGrowableCol(i, 1); uppercase->Add(CharButton(panel, wxT('\x0391'), _("Alpha")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0392'), _("Beta")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0393'), _("Gamma")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0394'), _("Delta")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0395'), _("Epsilon")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0396'), _("Zeta")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0397'), _("Eta")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0398'), _("Theta")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x0399'), _("Iota")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039A'), _("Kappa")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039B'), _("Lambda")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039C'), _("Mu")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039D'), _("Nu")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039E'), _("Xi")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x039F'), _("Omicron")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A0'), _("Pi")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A1'), _("Rho")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A3'), _("Sigma")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A4'), _("Tau")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A5'), _("Upsilon")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A6'), _("Phi")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A7'), _("Chi")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A8'), _("Psi")), 0, wxALL | wxEXPAND, 2); uppercase->Add(CharButton(panel, wxT('\x03A9'), _("Omega")), 0, wxALL | wxEXPAND, 2); vbox->Add(uppercase, 0, style, border); panel->SetSizerAndFit(vbox); vbox->SetSizeHints(panel); return panel; } wxPanel *wxMaximaFrame::CreateSymbolsPane() { wxPanel *panel = new wxPanel(this, -1); wxBoxSizer *vbox = new wxBoxSizer(wxVERTICAL); int style = wxALL | wxEXPAND; #if defined __WXMSW__ int border = 1; #else int border = 0; #endif wxFlexGridSizer *builtInSymbolsSizer = new wxFlexGridSizer(8); wxPanel *builtInSymbols = new wxPanel(panel); builtInSymbolsSizer->SetFlexibleDirection(wxBOTH); for (int i = 0; i < 8; i++) builtInSymbolsSizer->AddGrowableCol(i, 1); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x00BD'), _("1/2"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x00B2'), _("to the power of 2"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x00B3'), _("to the power of 3"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x221A'), _("sqrt (needs parenthesis for its argument to work as a maxima command)"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2148')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2147')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x210F')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2208'), _("in")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2203'), _("exists")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2204'), _("there is no")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x21D2'), _("\"implies\" symbol"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x221E'), _("Infinity"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2205'), _("empty")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x25b6')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x25b8')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22C0'), _("and"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22C1'), _("or"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22BB'), _("xor"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22BC'), _("nand"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22BD'), _("nor"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x21D4'), _("equivalent"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x00b1'), _("plus or minus")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x00AC'), _("not"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22C3'), _("union")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x22C2'), _("intersection")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2286'), _("subset or equal")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2282'), _("subset")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2288'), _("not subset or equal")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2284'), _("not subset")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x0127')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x0126')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2202'), _("partial sign")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x222b'), _("Integral sign")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2245')), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x221d'), _("proportional to")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2260'), _("not bytewise identical"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2264'), _("less or equal"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2265'), _("greater than or equal"), true), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x226A'), _("much less than")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x226B'), _("much greater than")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2263'), _("Identical to")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2211'), _("Sum sign")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x220F'), _("Product sign")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2225'), _("Parallel to")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x27C2'), _("Perpendicular to")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x219D'), _("Leads to")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x2192'), _("Right arrow")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x27F6'), _("Long Right arrow")), 0, wxALL | wxEXPAND, 2); builtInSymbolsSizer->Add(CharButton(builtInSymbols, wxT('\x220e'), _("End of proof")), 0, wxALL | wxEXPAND, 2); builtInSymbols->SetSizer(builtInSymbolsSizer); vbox->Add(builtInSymbols, 0, style, border); m_userSymbols = new wxPanel(panel); m_userSymbolsSizer = new wxGridSizer(8); UpdateUserSymbols(); m_userSymbols->SetSizer(m_userSymbolsSizer); vbox->Add(m_userSymbols, 0, style, border); panel->SetSizerAndFit(vbox); vbox->SetSizeHints(panel); return panel; } #endif void wxMaximaFrame::UpdateUserSymbols() { while (!m_userSymbolButtons.empty()) { m_userSymbolButtons.front()->Destroy(); m_userSymbolButtons.pop_front(); } if (m_userSymbols == NULL) return; // Clear the user symbols pane m_userSymbols->DestroyChildren(); // Populate the pane with a button per user symbol wxString symbolPaneAdditionalChars = wxT("Øü§"); wxConfig::Get()->Read(wxT("symbolPaneAdditionalChars"), &symbolPaneAdditionalChars); for (size_t i = 0; i < symbolPaneAdditionalChars.Length(); i++) { wxPanel *button = CharButton(m_userSymbols, symbolPaneAdditionalChars[i], _("A symbol from the configuration dialogue")); m_userSymbolButtons.push_back(button); m_userSymbolsSizer->Add(button, 0, wxALL | wxEXPAND, 2); } } wxPanel *wxMaximaFrame::CreateFormatPane() { wxGridSizer *grid = new wxGridSizer(2); wxPanel *panel = new wxPanel(this, -1); int style = wxALL | wxEXPAND; #if defined __WXMSW__ int border = 1; #else int border = 0; #endif grid->Add(new wxButton(panel, menu_format_text, _("Text")), 0, style, border); grid->Add(new wxButton(panel, menu_format_title, _("Title")), 0, style, border); grid->Add(new wxButton(panel, menu_format_subsection, _("Subsection")), 0, style, border); grid->Add(new wxButton(panel, menu_format_subsubsection, _("Subsubsection")), 0, style, border); grid->Add(new wxButton(panel, menu_format_section, _("Section")), 0, style, border); grid->Add(new wxButton(panel, menu_format_image, _("Image")), 0, style, border); grid->Add(new wxButton(panel, menu_format_pagebreak, _("Pagebreak")), 0, style, border); panel->SetSizer(grid); grid->Fit(panel); grid->SetSizeHints(panel); return panel; } void wxMaximaFrame::ShowToolBar(bool show) { #if defined __WXMAC__ || defined __WXMSW__ wxToolBar *tbar = GetToolBar(); if (tbar == NULL) { tbar = CreateToolBar(); m_console->m_mainToolBar = new ToolBar(tbar); SetToolBar(m_console->m_mainToolBar->GetToolBar()); } tbar->Show(show); #if defined __WXMSW__ PostSizeEvent(); #endif #else if (show) { if (m_console->m_mainToolBar == NULL) { wxToolBar *tbar = CreateToolBar(); m_console->m_mainToolBar=new ToolBar(tbar); } SetToolBar(m_console->m_mainToolBar->GetToolBar()); } else { if(m_console->m_mainToolBar) { SetToolBar(NULL); wxDELETE(m_console->m_mainToolBar); m_console->m_mainToolBar = NULL; } } #endif } wxmaxima-Version-18.02.0/src/wxMaximaFrame.h000066400000000000000000000424131324204105000206410ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2012 Doug Ilijev // (C) 2014-2015 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*!\file This file declares the class wxMaximaFrame wxMaximaFrame draws everything which can be seen surrounding the worksheet. */ #ifndef WXMAXIMAFRAME_H #define WXMAXIMAFRAME_H #include #include #include #include #include #include #include #include #include "MathCtrl.h" #include "Setup.h" #include "History.h" #include "ToolBar.h" #include "XmlInspector.h" #include "StatusBar.h" #include /*! The frame containing the menu and the sidebars */ class wxMaximaFrame : public wxFrame { public: wxMaximaFrame(wxWindow *parent, int id, const wxString &title, const wxString configFile, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE); /*! The destructor */ ~wxMaximaFrame(); /*! Shows or hides the toolbar \param show - true: Show the toolbar - false: Hide the toolbar */ void ShowToolBar(bool show); /*! A list of all events the maxima frame can receive This list serves several purposes: - wxwidgets uses this list to tell us what kind of events it has to inform us about. - we use these events for inter process communication.\n For example the "evaluate this cell" menu is clicked by the enter (or the shift+enter, depending on what option is set in the configuration). - Thirdly his enum is used for assigning panels an ID that matches the ID of the event that toggles them which makes the handling of these IDs easier. */ enum Event { /*! Hide all panes This event is assigned an ID higher than the highest ID wxWidgets assigns to its internal events in order to avoid ID clashes. */ menu_pane_hideall = wxID_HIGHEST + 1, /*! Both used as the "toggle the math pane" command and as the ID of the math pane Since this enum is also used for iterating over the panes it is vital that this entry stays that of the first pane in this enum. */ menu_pane_math, menu_pane_history, //!< Both the "toggle the history pane" command and the history pane menu_pane_structure, //!< Both the "toggle the structure pane" command and the structure menu_pane_xmlInspector, //!< Both the "toggle the xml monitor" command and the monitor pane menu_pane_format, //!< Both the "toggle the format pane" command and the format pane #ifdef wxUSE_UNICODE menu_pane_greek, //!< Both the "toggle the format pane" command for the "greek" pane menu_pane_symbols, //!< Both the "toggle the format pane" command for the "symbols" pane #endif /*! Both used as the "toggle the stats pane" command and as the ID of the stats pane Since this enum is also used for iterating over the panes it is vital that this entry stays that of the last pane in this enum. */ menu_pane_stats, socket_client_id, socket_server_id, input_line_id, refresh_id, menu_new_id, menu_open_id, menu_batch_id, menu_save_id, menu_save_as_id, menu_load_id, menu_sconsole_id, menu_interrupt_id, menu_solve, menu_solve_to_poly, menu_solve_num, menu_allroots, menu_bfallroots, menu_realroots, menu_solve_lin, menu_solve_algsys, menu_eliminate, menu_solve_ode, menu_ivp_1, menu_ivp_2, menu_bvp, menu_gen_mat, menu_gen_mat_lambda, menu_enter_mat, menu_invert_mat, menu_cpoly, menu_determinant, menu_eigen, menu_eigvect, menu_fun_def, menu_adjoint_mat, menu_transpose, menu_map_mat, menu_ratsimp, menu_radsimp, menu_factor, menu_gfactor, menu_expand, menu_talg, menu_tellrat, menu_modulus, menu_trigsimp, menu_trigreduce, menu_trigexpand, menu_trigrat, menu_rectform, menu_polarform, menu_demoivre, menu_exponentialize, menu_num_out, menu_to_float, menu_to_bfloat, menu_to_numer, menu_set_precision, menu_functions, menu_variables, menu_clear_var, menu_clear_fun, menu_integrate, menu_risch, menu_laplace, menu_ilt, menu_continued_fraction, menu_gcd, menu_lcm, menu_divide, menu_partfrac, menu_sum, menu_limit, menu_lbfgs, menu_series, menu_pade, menu_map, menu_diff, menu_solve_de, menu_atvalue, menu_lhs, menu_rhs, menu_maximahelp, menu_example, menu_apropos, menu_product, menu_make_list, menu_apply, menu_time, menu_factsimp, menu_factcomb, menu_realpart, menu_imagpart, menu_subst, menu_jumptoerror, menu_math_as_1D_ASCII, menu_math_as_2D_ASCII, menu_math_as_graphics, button_factor_id, button_solve, button_solve_ode, button_limit, button_taylor, button_expand, button_ratsimp, button_radcan, button_trigsimp, button_trigexpand, button_trigreduce, button_trigrat, button_integrate, button_diff, button_sum, button_product, button_button_constant, button_factor, button_subst, button_plot2, button_plot3, button_rectform, button_map, gp_plot2, gp_plot3, menu_animationautostart, menu_animationframerate, menu_display, menu_soft_restart, menu_plot_format, menu_build_info, menu_bug_report, menu_add_path, menu_evaluate_all_visible, menu_evaluate_all, menu_show_tip, menu_copy_from_console, menu_copy_tex_from_console, menu_copy_text_from_console, menu_undo, menu_redo, menu_select_all, menu_logcontract, menu_logexpand, menu_to_fact, menu_to_gamma, menu_texform, button_enter, menu_zoom_80, menu_zoom_100, menu_zoom_120, menu_zoom_150, menu_zoom_200, menu_zoom_300, menu_copy_as_bitmap, menu_copy_as_svg, menu_save_as_svg, menu_copy_as_rtf, menu_copy_to_file, menu_export_html, menu_change_var, menu_nouns, menu_evaluate, menu_convert_to_code, menu_add_comment, menu_convert_to_comment, menu_add_subsubsection, menu_convert_to_subsubsection, menu_add_subsection, menu_convert_to_subsection, menu_add_section, menu_convert_to_section, menu_add_title, menu_convert_to_title, menu_add_pagebreak, menu_fold_all_cells, menu_unfold_all_cells, menu_insert_input, menu_insert_previous_input, menu_insert_previous_output, menu_autocomplete, menu_autocomplete_templates, menu_cut, menu_paste, menu_paste_input, menu_fullscreen, menu_remove_output, mac_newId, mac_openId, mac_closeId, menu_list_create_from_elements, menu_list_create_from_rule, menu_list_create_from_list, menu_list_create_from_args, menu_list_list2matrix, menu_list_matrix2list, menu_list_actual_values_storage, menu_list_sort, menu_list_remove_duplicates, menu_list_length, menu_list_push, menu_list_pop, menu_list_reverse, menu_list_first, menu_list_last, menu_list_lastn, menu_list_rest, menu_list_restN, menu_list_nth, menu_list_map, menu_list_use_actual_values, menu_list_extract_value, menu_list_as_function_arguments, menu_list_do_for_each_element, menu_list_remove_element, menu_list_append_item, menu_list_append_list, menu_list_interleave, menu_recent_documents, menu_recent_document_0, menu_recent_document_1, menu_recent_document_2, menu_recent_document_3, menu_recent_document_4, menu_recent_document_5, menu_recent_document_6, menu_recent_document_7, menu_recent_document_8, menu_recent_document_9, menu_recent_document_10, menu_recent_document_11, menu_recent_document_12, menu_recent_document_13, menu_recent_document_14, menu_recent_document_15, menu_recent_document_16, menu_recent_document_17, menu_recent_document_18, menu_recent_document_19, menu_recent_document_20, menu_recent_document_21, menu_recent_document_22, menu_recent_document_23, menu_recent_document_24, menu_recent_document_25, menu_recent_document_26, menu_recent_document_27, menu_recent_document_28, menu_recent_document_29, menu_recent_document_separator, menu_unsaved_document_0, menu_unsaved_document_1, menu_unsaved_document_2, menu_unsaved_document_3, menu_unsaved_document_4, menu_unsaved_document_5, menu_unsaved_document_6, menu_unsaved_document_7, menu_unsaved_document_8, menu_unsaved_document_9, menu_unsaved_document_10, menu_unsaved_document_11, menu_unsaved_document_12, menu_unsaved_document_13, menu_unsaved_document_14, menu_unsaved_document_15, menu_unsaved_document_16, menu_unsaved_document_17, menu_unsaved_document_18, menu_unsaved_document_19, menu_unsaved_document_20, menu_unsaved_document_21, menu_unsaved_document_22, menu_unsaved_document_23, menu_unsaved_document_24, menu_unsaved_document_25, menu_unsaved_document_26, menu_unsaved_document_27, menu_unsaved_document_28, menu_unsaved_document_29, menu_insert_image, menu_stats_mean, menu_stats_median, menu_stats_var, menu_stats_dev, menu_stats_tt1, menu_stats_tt2, menu_stats_tnorm, menu_stats_linreg, menu_stats_lsquares, menu_stats_histogram, menu_stats_scatterplot, menu_stats_barsplot, menu_stats_piechart, menu_stats_boxplot, menu_stats_readm, menu_stats_enterm, menu_stats_subsample, menu_format_code, menu_format_text, menu_format_subsubsection, menu_format_subsection, menu_format_section, menu_format_title, menu_format_image, menu_format_pagebreak, menu_help_tutorials, menu_show_toolbar, menu_edit_find, menu_history_previous, menu_history_next, menu_check_updates }; /*! Update the recent documents list Copies the string array containing the list of recent documents to the recent documents menu. */ void UpdateRecentDocuments(); //! Add an entry to the "Recent Documents" list. void AddRecentDocument(wxString file); /*! Remove a file from the "Recent Documents" list. Removing and re-adding a file will move it to the top of the list. */ void RemoveRecentDocument(wxString file); //! Read the nth entry in the list of recent documents. wxString GetRecentDocument(int i) { return m_recentDocuments[i]; } /*! true, if a Pane is currently enabled \param id The event that toggles the visibility of the pane that is to be queried */ bool IsPaneDisplayed(Event id); /*! Show or hide a sidebar \param id The type of the sidebar to show/hide \param hide - true: show the sidebar - false: hide it */ void ShowPane(Event id, bool hide); //! Adds a command to the list of recently used maxima commands void AddToHistory(wxString cmd) { m_history->AddToHistory(cmd); } enum ToolbarStatus { wait_for_start, process_wont_start, waiting, calculating, parsing, transferring, userinput, disconnected }; /*! Inform the user about the length of the evaluation queue. */ void EvaluationQueueLength(int length, int numberOfCommands = -1); /*! Set the status according to if maxima is calculating \param status - true: Maxima is calculating - false: Maxima is waiting for input */ void StatusMaximaBusy(ToolbarStatus status){m_StatusMaximaBusy_next = status;} void UpdateStatusMaximaBusy(); //! True=Maxima is currently busy. ToolbarStatus m_StatusMaximaBusy; ToolbarStatus m_StatusMaximaBusy_next; //! Set the status to "Maxima is saving" void StatusSaveStart(); //! Set the status to "Maxima has finished saving" void StatusSaveFinished(); //! Set the status to "Saving has failed" void StatusSaveFailed(); //! Set the status to "Maxima is exporting" void StatusExportStart(); //! Set the status to "Maxima has finished exporting" void StatusExportFinished(); //! Set the status to "Exporting has failed" void StatusExportFailed(); protected: //! != wxEmptyString means: set the status text to this value. wxString m_newStatusText; //! The process id of maxima. Is determined by ReadFirstPrompt. long m_pid; //! Did the user ever give this file a name? bool m_isNamed; //! The last name GetTempAutosavefileName() has returned. wxString m_tempfileName; //! Issued if a notification is closed. void OnNotificationClose(wxCommandEvent WXUNUSED(&event)); //! The status bar StatusBar *m_statusBar; //! The menu bar wxMenuBar *m_MenuBar; //! The file menu. wxMenu *m_FileMenu; //! The edit menu. wxMenu *m_EditMenu; //! The cell menu. wxMenu *m_CellMenu; //! The zoom submenu wxMenu *m_Edit_Zoom_Sub; //! The panes submenu wxMenu *m_Maxima_Panes_Sub; //! The equations menu. wxMenu *m_EquationsMenu; //! The maxima menu. wxMenu *m_MaximaMenu; //! The algebra menu. wxMenu *m_Algebra_Menu; //! The simplify menu wxMenu *m_SimplifyMenu; //! The factorials and gamma submenu wxMenu *m_Simplify_Gamma_Sub; //! The trigonometric submenu wxMenu *m_Simplify_Trig_Sub; //! The complex submenu wxMenu *m_Simplify_Complex_Sub; //! The calculus menu wxMenu *m_CalculusMenu; //! The plot menu wxMenu *m_PlotMenu; //! The list menu wxMenu *m_listMenu; //! The numeric menu wxMenu *m_NumericMenu; //! The help menu wxMenu *m_HelpMenu; //! Remove an eventual temporary autosave file. void RemoveTempAutosavefile(); //! Re-read the configuration. void ReReadConfig(); /*! Determine a suitable name for a temporary autosave file. Is used if we want to autosave the current file, but still have no filename to save it to. */ wxString GetTempAutosavefileName(); //! Remember an temporary autosave file name. void RegisterAutoSaveFile(); //! Generates a list of all temporary autosave files we didn't open yet. std::list GetTempAutosaveFiles(); private: //! A panel that shows all user-defined symbols on the symbols pane. wxPanel *m_userSymbols; //! A button per user defined symbol std::list m_userSymbolButtons; wxGridSizer *m_userSymbolsSizer; //! True=We are currently saving. bool m_StatusSaving; void set_properties(); void do_layout(); #if defined (__WXMSW__) || defined (__WXGTK20__) || defined (__WXMAC__) void SetupToolBar(); #endif /*! Create the menus. */ void SetupMenu(); wxPanel *CreateStatPane(); wxPanel *CreateMathPane(); wxPanel *CreateFormatPane(); /*! A button for the greek pane \param parent The parent panel/window \param ch The unicode symbol \param description The help text for the symbol \param matchesMaximaCommand true means that this symbol is automatically translated into a maxima command/operator */ wxPanel *CharButton(wxPanel *parent, wxChar ch, wxString description = wxEmptyString, bool matchesMaximaCommand = false); #ifdef wxUSE_UNICODE wxPanel *CreateGreekPane(); wxPanel *CreateSymbolsPane(); #endif protected: //! The current length of the evaluation queue of commands we still need to send to maxima int m_EvaluationQueueLength; //! The name of the config file or wxEmptyString if the default is used. wxString m_configFileName; //! Update the "user symbols" portion of the symbols pane. void UpdateUserSymbols(); //! Do we need to update the display showing the evaluation queue length? bool m_updateEvaluationQueueLengthDisplay; //! The number of commands left in the current of the evaluation queue item int m_commandsLeftInCurrentCell; //! Do we expect the 1st prompt from maxima to appear? bool m_first; void CharacterButtonPressed(wxMouseEvent &event); void LoadRecentDocuments(); void SaveRecentDocuments(); wxAuiManager m_manager; //! A XmlInspector-like xml monitor XmlInspector *m_xmlInspector; //! true=force an update of the status bar at the next call of StatusMaximaBusy() bool m_forceStatusbarUpdate; //! The worksheet itself MathCtrl *m_console; //! The history pane History *m_history; wxArrayString m_recentDocuments; wxMenu *m_recentDocumentsMenu; }; #endif // WXMAXIMAFRAME_H wxmaxima-Version-18.02.0/src/wxMaximaIcon.cpp000066400000000000000000000025761324204105000210400ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2004-2015 Andrej Vodopivec // (C) 2015-2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file defines the class Image that stores compressed images and handles scaling and uncompressing them. */ #include "wxMaximaIcon.h" #include #include #include "../data/icon.h" wxIcon wxMaximaIcon() { wxImage img; wxMemoryInputStream istream(wxmaxima_png,wxmaxima_png_len); img.LoadFile(istream); wxIcon icon; icon.CopyFromBitmap(wxBitmap(img)); return icon; } wxmaxima-Version-18.02.0/src/wxMaximaIcon.h000066400000000000000000000022411324204105000204720ustar00rootroot00000000000000// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*- // // Copyright (C) 2018 Gunter Königsmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // 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. // // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // /*! \file This file declares the function that returns the wxMaxima icon */ #ifndef WXMAXIMAICON_H #define WXMAXIMAICON_H #include "MathCell.h" #include #include #include //! The wxMaxima icon. wxIcon wxMaximaIcon(); #endif // WXMAXIMAICON_H wxmaxima-Version-18.02.0/test/000077500000000000000000000000001324204105000161065ustar00rootroot00000000000000wxmaxima-Version-18.02.0/test/.gitignore000066400000000000000000000000561324204105000200770ustar00rootroot00000000000000*.aux *.html *.log *.pdf *.tex *_img *_htmlimgwxmaxima-Version-18.02.0/test/a.png000066400000000000000000000253601324204105000170420ustar00rootroot00000000000000PNG  IHDRddJ,zTXtRaw profile type exifxWvE1Z=~H:*#'d2昋(۪r-6yRyt6_?s__7?x _دw^OP^wuB]0=Ok ^ߛ?m۸~> S+%t+=ozG~W3Obg51z"_~Ѓϱ;T6Mm>(k~5*[dlI>5]E\w8do_x~p_MJԗ;!#>Lxٿm|r;.攻w/Q;g{XWհ eN.+~Ouc?%6t\`Hs}Fcpe.@b\ 6\vx_#tVC r搛2ɩ^w^ZHD dSbz )RN%R!ǜr% z %Tr)Vz 5Ts-V{-aVLΥ;yGÏ0H#2hOgƙfef_~EYuշ۔Ҏ;ˮ~N:2^ +g2iɚKJrt{>2y3)_e(uM֖nތ=]p6}/Ow8('Ync38HfVF{tamj*s֘y|*9h#.oHFeڛ(ħrVrY-~` @ IAr֩Z} h3(1oVphXr_.#&l_Y-(!'r$~1\]}fXŭ>m<رG(+WU{Jn;?i֤IT?W2Ϳ_<~wfYF_&u}fYTAUPW,MoR}u6Z3f s>z[;ܴU!'F "[ qge&${b]>0!{ڥ{Vep7uU m:O!ӛw'HpK.2l;݁*@e B7j[5X&cwmVXXCLmilosg68B{Yv֖WB;$r,hO`i _/)OihR0ޗ{=IxvFngՄ_=eH-h^Z&E bD |8N)(e@' Ĺ,3Zy1 D7ZB@uxqiSTwaww" q6 ܩ`T:X %Px,1b14pǘ m P誎y~S?2<'(#W &艗Q4Z}!)_ܤp/Ne f#z"҄"Dn쀣lkX"rɨGʠ%9.߽RXv%ł91YULz>nZR1L'S3qeZN'+}x nIw#@(O{HFN>Hs 8IOQ;Go􎶶ESO^I`3 X`Z\n858F#ӓI0cFX1.E* ů-iF٣@א{ ~e u\kؓZb|#mIogDiII\9 bKNHR/t,O[kLK[5mĉacBmO AQ,m->B}# ! &d;U (1B K`q)Y(ȀjQE쉙vA\#_Uk &B9@$i3C+9i[m;4I.A;zTA"B%]fbjI];=ۛ|~RoUg٫:`!ą l@Qxm$;'۵.(nr4Sn#'Ȍ4D ܋)ӰVE]ӌTG5 &*hzP78+jVo(>\䃰 ,T6^XtӮS(f0(kdT/ IiȠKiEShƐTVĩO^Ȋ> w5L@cij'@aJ'YS5DJR'$W:s8c'rIa/ԛ +QKR!kMGá r $::26,&5oUVe3,(ʡi:e(uJ#kd׿}4ASD*O֫ bڭӱF8y9D@LX&^hH3]'kg%|CԤ+X (4jظL>X(ڗX#BKxC86"Kqj=%&ж%P{҄e؇)+⍺𴕖E "P8lZce-9adҹ/ ɬH8T jwC^㺚BqQ8!+}1Bݛh\{S7P2 >7O16 MN5eI+"ZV\ƝACb&W]p=jHr Fcxe DB9D|TY2HѲdb`in1֫a} LoȈ)ʗ/"id(;<mY"yU"!>67MvKݿ5Rk0p]ڢ)>x6ma :lpMZOY qSD |@A!1jE4* (-Ԕh;dɣigzʻjs$̱f`j   ͚:5)RP@!9HA9gM<ܤݙ1 ϧݽ=dUUGgSεr)]%|uPlp8Oڎ*(Z ggg"kv_4UCF6l(SEӑ\!y\8]@aP`OÙQEZM`4vAz%b蘵nu 'H=m+wIzРЂ~^1j[o'phI#"ޑ!͓HoJ !dfvݲywD*"TЈ l!`gwJi0QO](8scBO`%: lY*jc PRBł[lBk|CˊzvB&Ѡ(&pm!5R*/߬Vs]߬m.yZ]# O>*%Oa=}!$aFɀNs⃱3h Dn< a/y({i|֋!(ܐ4'!^: DԆ ne0GsbkAg]Y6€a5BȸޡighwĖ3 .#Զdtχ ?IF('ÎԱlzӳaujXf O(4#GdiAj % ΞĘ7 MM5 ga&?>3c_w P'w+wkL+jECQ-Cԉ1vC$/",(^&i,SD!{6إ_l\KlI!K{ؽ):"U2KȔh&9I \be)Рpgp::"F85d~,2ADC-Wn 4~C1K{czBV(ptN&]`D Lp%X?v<ȳwg钝lhR @@$d4RY GO<$T#HI4,>"&vנĿL }ɠSU#QKMӰuX:ȔxtkqMX}!>$9?}snz_lǔ+HmHnFuJd495w܊ʎs,WR=)# U5BA4/O.g~]*xrsw4e.i敏({i^tZ !ь8saSKGXB$8<ΙW]@oW@s1EX<_ Q`'U}>`7 iIdrĸ[ b 3EMf yixuKt Eُw˷1 Ky|Cj/,/iܒz]K2-x:r0v0TOq A>YqϊF0[nKA0+DOT7JIwҔW? 865c7h8u6bqIbz𛚓Wk(R:`;*㊊#Vfrߟ a&Wh "$NXW%N'˟h~jLAbABt4=١3/6G"n|0v3I=fcGFF*C[:}WM%{hG Pq@CXp%A(\EahXUA.&ulr{/=.lIl:!76 xDf:R3Z& i o׌I#ÝaJ-UsԪ[eW_,sI7Zh>atݢXqEI8tG8朝,MDߺ1hŽ5gBa5ׄ,ΩEU"N׫Mf(i+݋LeQ͚DSGRؕԁ<3[$~'-:ܕLETx;Wy?V1nܲDEw~o&Rz]}zM7וEm;bEDꌓ ܚӃΓ WG-|HQ(xN,u Xt^{ԜeLbwzo;5_;:pp:O3a,X:z7A}N, .GRe %`zTXtRaw profile type iptcx=A @ yEUair魇? VAԱaGK0.AU5r"ݛDao 1wJiTXtXML:com.adobe.xmp /PLTEٟbKGDH pHYsaa UtIME)Jؿ IDAT8ˍ 0G3v0Vn'펅g@gY^Z,%涨R'NGo巰āǦa\u]t5:S~WBՏ㔨nj0[`ŝs"e{`+5@{k;gVkL3 ,ͦO x03lɽV8~l4J mLĽqXqp6{Î4fCtfι>k7Ђ#RࡆbLOj)hRJr*&A$ɢr1,9kn%XRK)kRM-ָicՍ3Z뾇{s/6G2(6 2eٖ[Ҋ+-YyUW;e]vᵛW{}^s79/y9߇p 'I}|tx<h>s3[=I<^sI3z |7}7_yΨ usM-xB ` vdjgDˍgBti>&X+ΘXL%6Kuǒܻ/e>gHYr`ڐMCnk7 :3FY _ fS:e0h;3y`;m{b*MHL^ubݝφB0nSsEM&"蔝%Th9 3JHop@1( ɱ'jյ̈NBAt]Ȱ򢪻ti*WRZҽ\WX2ɰX)!yRc[] ~5vhT#ojd>t ߪwkrfl>e=67[s}yWMNP-5^vȺ4s'v\y".gL@]}F?=>N }+bu[uG /D=VNVAV k%~$z 86˘;㸞 ^~WN1?N9 x ŤN@%7}=D9gk*5dV* $PR0p 61@u*K3&YUvaO(I2}G{6H=bVI袶&BdPZjAQ$0X%8aSyWQ=6:@p*XgXb ,P1֜5v5r%4sdlTW!ޑ%*NQ,T>-*sKQ.cJYJeh!肢es +=I3#}N(E5Buc~^(:D IW*,jH>doR 9J0[|R}*]eI.,%7v(=wVsLIżcMƥWěOd2ptaYgj'$]> N{aa0 `9#E|ѴCweߏ聳[D#ǟg? |;)7}ܡ\'GmTL%֖̓/C9*};K(GJ-DssSM4DF$=bYu4n 1ˁԅqj 1ʳih AwR[djiUY LV] l,gM*8^R?2ܑ"[3K[^rB4Zs]9I ]T ;SL4+87tQ?}jADqWpaU#vPIݒ axBQl2c9U6uQL(00ލDbR7_V3 /A]E<7#zvhCYsJSv,R,JL5QCծ %- *%az۱xZZz+(0[#DŽ)GOjn^*1wĦ2J$njHJhh%~`Iå x"LrR*X3'2L'7ረn|f%RPbBI%4Bl^(np ]Qick>Uqxmnm oż-z7y3fXݩ5` 5]=(YNkL;y}\{a3[Ȃmjj0tW+9&Gp;.t2KHv"x>e8aץvz|?Z6LmfִK: NiRGI0<ɺ 7E dS f+]tJ$PQտPBSTnOXEM _SD']K &T ֹGK/)h%H>S㑎|ҭX;CKn5ciEYjA&&P< 2A"LUU>ZvZY:"8w:*ZddJ LNوэ`O>_a`>cƒZk*z8&j\I8p (12l ZGIL}H@`Wʑ}>i)}`yfT]R/`>f)DG9:!b}*T"a<Yɛ_vc/z|uS.ͨjQ!C6QJO6q\e"{LT:!I/'{fr/?NYMfwsfj\0Z[6rU=ܸ3?##Ѻ8c3}k[SϺ>SQO&~vzm~y  PLTEٟbKGDH pHYsaa UtIME)#k{IDAT8Ա C! C(4Jн : V7D2)< LJH $ IPBA ׇ?V3IPJ0ɇw"ҩKp=ND zDc'8D{[M?4O4K#UJhM譴u~^Z~*=4j=IENDB`wxmaxima-Version-18.02.0/test/c.png000066400000000000000000000233601324204105000170420ustar00rootroot00000000000000PNG  IHDRddJ,zTXtRaw profile type exifxڭgvcYzY9ArOkƒ% $r @cO՚J-gOl΋jxߟ_o7x < u߾o|S_>x0̞uwM{}Oy?}߱/xwhOYWJ۹d?|Y̮LyMm*2rGe-;Ӹ }\b>j(ypǗ2dćIokqoʙHGo@ĝ=V\WMsʜ~s qt{SO d00W&x}Vyl4i WkBĹم䲳qs>D?ȀK/g !unS=' 2SP'Y1&J R4)JC9KFJ,RJ-jZj[R˭V[ksНow}FiQFmI8̳:˯hW1vRqwuv‰'|ʩWV͚_gͽ{\o6$匌xQ(hbʜrf)'k.)9)cd0nq/fRe(u-{P1l}x*a8@ӬL~s}>gM+ >m;p~L-J&0{pJX50L{ek'3ӮP9s'pzIn,wN2:!ř^PZCK;[J/~49u7GϘ-9[]OUA㉽hkQ"?&Uc:vpEN`\rg9aZβfԏec맮Z 9XDG_V몵udcy{7 j*R?:-Sy(fveP;lr8T䊮Jz`&pgGF|OLp-W>mt ӆK~CУNK *n\(=ޞD}h… Vm- Ham͜(^T;mЭ^!`XiI o#`3B+؁/#ʞ Ilk1DK,0S=?=3TCS44cֻqF$ӱ(j.h;-E,b"Av'}IPAF!0c!Iepki=i'ul%-hT F2kÁnWϤSK+T]]=byzwߌxzU՛_]`wZش"a)01 %LžB=ƹ O (7O{ZM-ȬZ >~ǐ9 Z:CUx2O F3.zYlO8<SwE\ÅѰ{hbQ+>ޡK%Vtxiu:0t\+7-\Z׷lf G:]DlV$n7a9NdCa} )71X{ViByȽ>k6@FX]4"V"-`xakFXf?tP;K <| ^ɺz6Ɔ$P+ PAؕ;%? VZ^CTσ}3u鵀#j|aGE|,["ONk80eQEU}3VZd\ -ܳh![y-* 95 Em-LLM\glծ}C/;-=ZȔEemܮ(mТqV({J:0(p44WmB/2ЯXQj)ebkFU,V}vy TNfS2׾Ibo=~fGgNiA$sJUh)x*=Q#o s煺&^V9 *(Fvjhl,]ݭ΁[ViN-ED>oL)(1~.̏? W(:tm-hf[skZrI^n `6b >-{g&qFK}>0b&U r̢-kZyYno择00ӳJQT^)n沴 4\ܩe "KP_.'qQ:MLL*cVLU98؆m.bm\*) 3bcydֳt*y~7U`3G_aXHPDƒbċap~43hVTKb.˱ 'PQ;0Үv^#v?brt(*h-n>u]Y;SڮYU-\- ̪^33If.l8lDRYbhd =ў8:؞ѯN]|||מ7޿m||:"EJ,/a$6eԫf#Ak+&#]>} W(Y1I_Eg_%ys7@>=aqw?hR*Qv?ݬLUB.SFP.TrDZɣ2р-0T*Fr?Z3߼[X8HͳD^Oy-l,,32tP=>4 8.{[6sN⩈n +Aeݭ-SPC-mm(\#lq1I.- NOKsEDo΁ny뺵 fŦESn fĴ\o= [bF8? i3 m3s"(UкQ`UlmRmu箻 GaCˇ usw@[.N; Տ"ڕbӅdk5#bȜyYi')mZj+@vZT1-8(2:'nGsNCߢRnɭ41DŴ^}({R^hazTXtRaw profile type iptcx= 0 #5:?URN 9Ztb*[U' è$q皪2XXjJiTXtXML:com.adobe.xmp 8՝PLTEٟbKGDH pHYsaa UtIME)/7IDAT8Խ0E8t DiB 0H{=7z {QՕp L];t-LMp:ƪh*&-0v ztU]%TAժt@W%Ѕ{SQ(m4@q]ノ']^jo\[wmߪo/ ygy#}RY9999U=qqƭ,ΌCk܌Fm(Tnv)m¤SBbIENDB`wxmaxima-Version-18.02.0/test/d.png000066400000000000000000000164531324204105000170500ustar00rootroot00000000000000PNG  IHDRQ`_g } /zTXtRaw profile type exifxYi S8\r? %Kn/UiϴԴx"5BPb 9}'Iu4o}߷uXr8guz^uۖ['[ԭZ7o}_rnC~y*;\ZOqEWpLq:8rTOw=NPvx^7vbF֛n϶=9TP{SV #䶀OyO'a u݀gMlqzo)f!fTv؈:YK.lc.u 9,S#f  Qs ]NNp e٧#ǿq1s۔ľQ$fN`u+fo9:^&-&³ t0L0:Z):o+0D5s$=ȵZrPX'*+" )Q\R10G袏C1Kr'J!ŔRN%@aC*s)xh肻 (ꪯTC5\K4ߨ[jnzD04FiQ&|m'0L3rfvP3O}Fl1/jXaN1b] 8et2[F1"(5C N7XG?;CN1t C :'&(dj7Al`bSqL " yvV+HhRЙLэ>*ugsFk 6Efp4zL{!^׾zZy AQFGa(v-$4Sz+ †V"otSn*2e؁Ȅ=Cv~^KoԊȶ[j&?"`4@1OX>zrпOoc 5BC;|pAA!.na -1 ">inB\!g iPA)B- kZ6^7GK*03[#Q CChOTG* mClywѱべمk̉ƵP zprq.Xzii%l:` ? g3\+\GK|122J5_|@[@# u N:p-SvVP֓>.ӦVTC{ٸX8Lz3{ߣX"Z?y)GFy&J\ .ݲC(c0v*ŕ!9(HOo}.@#D@eo 20qe<`.: {4STWAp9Juk\'8(W$ʖ#d Qȴ{,ImX? DgUh!',>ªBwzvG&[FjvmjX J:g jKF켯:r'ȕFb"|oYG1uc5 l ߨ72Yϓz0IP3UwV1';֟nwzL%CZUodw6@mBk=RM:V(zѴ>+G3^k/[]btZ AVC{v)z{s]o xѭd2MFCtQ`6*p7%M FW3.BaU;)BI/5Zܚ]~U(h*p4jQp1H&~d8]~%<ÄR z%a*oqHJR[puE#h rgd JaؚMLiidt\?ӭk!  46R1IrIR_SU )Wݖ3O@8P0sσS P8r0g,gDDh\9Sygg<Ɲ ~eOgB5 T4ljgȸ,>;[ _33|~͠޾g/mYMV{CڒF{/?K-뵧n[j[ʭ~i\gykr%Gkq+]ƭ a*3a:=HX!,uvyBbkhjq&%a~u0xŰ-xdLtss/shR*xeo iPVYsX>RF_ZQ4.cD#O!.|S~,іvwT*9ī-o.,qDpw\!ԅF/ XPGn;9T;7r(n/<텇Tl$㾘?&qG `zTXtRaw profile type iptcx= PCL@k#\ypHHMOIFt`)ۿ,] CtNMylG7U2xOJiTXtXML:com.adobe.xmp `$PLTEٟbKGDH pHYsaa UtIME):xeIDAT8Ա rAţh#P|)b $+JA:=ffI FxNj V{crpRZݛxgqO殭t;?[=مnk('xfR*lkB;"Nծi;t9?+RoF{0ȫgFIENDB`wxmaxima-Version-18.02.0/test/testbench_simple.wxmx000066400000000000000000060601671324204105000224030ustar00rootroot00000000000000PKGLBHmimetypetext/x-wxmathmlPKGLTD format.txt This file contains a wxMaxima session in the .wxmx format. .wxmx files are .xml-based files contained in a .zip container like .odt or .docx files. After changing their name to end in .zip the .xml and eventual bitmap files inside them can be extracted using any .zip file viewer. The reason why part of a .wxmx file still might still seem to make sense in a ordinary text viewer is that the text portion of .wxmx by default isn't compressed: The text is typically small and compressing it would mean that changing a single character would (with a high probability) change big parts of the whole contents of the compressed .zip archive. Even if version control tools like git and svn that remember all changes that were ever made to a file can handle binary files compression would make the changed part of the file bigger and therefore seriously reduce the efficiency of version control wxMaxima can be downloaded from https://github.com/andrejv/wxmaxima. It also is part of the windows installer for maxima (http://maxima.sourceforge.net). If a .wxmx file is broken but the content.xml portion of the file can still be viewed using an text editor just save the xml's text as "content.xml" and try to open it using a recent version of wxMaxima. If it is valid XML (the XML header is intact, all opened tags are closed again, the text is saved with the text encoding "UTF8 without BOM" and the few special characters XML requires this for are properly escaped) chances are high that wxMaxima will be able to recover all code and text from the XML file. PKGLaM'Y'Y content.xml A simple manual testbench This testbench allows to test writing and reading of files, to test if rendering works, if the communication with maxima works (Cell/Evaluate all cells) and if the export commands work right. Limitations: * We need more test cases. * It isn't an automatic test. Completely manual tests There are a few tests that cannot be run automatically by this test bench: * If no text is selected the F1 key should start up the help system with help on wxMaxima * If a maxima command is selected F1 should start up the help system with help on Maxima instead. All cell types A text cell This is a text cell. It spans over two lines. Line wrapping in extremely long cells: abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz An extremely long word: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz TEst Two extremely long words: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz TEst Two subsequent spaces between words: abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef A space in front of a long line: abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef abcdef A text cell that begins and ends with a newline. Letters with spaces inbetween: a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9 10 Letters with non-breakable spaces inbetween: a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9 10 A subsubsection cell Simple input and output cells Simple input cells without output cell x(n):=sum(x[i],i,1,n)$ y(n):=sum(y[i],i,1,n)$ z(n):=sum(z[i],i,1,n)$ A input cell with output cell x; (%o4) x A simple input cell containing a line break x+ y; (%o5) y+x What happens if the output is multiple lines long? x(1)=1;x(10)=1;x(100)=1; (%o6) x1=1(%o7) x10+x9+x8+x7+x6+x5+x4+x3+x2+x1=1(%o8) x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1=1 All ways to express a multiplication in TeX Variable letters that are longer than one character are distinguished by multiplications of single-letter variable names by using \mathit{}. This means that in this case wxMaxima will have to do the spacing shown in the following output cell by hand. a*b; aa*b; a*bb; a_1*b; a_1*bb; a*b_1; aa*b_1; (%o9) a*b(%o10) aa*b(%o11) a*bb(%o12) a1*b(%o13) a1*bb(%o14) a*b1(%o15) aa*b1 Remembering answers The following cell should answer two questions automatically with "y" and "n": askinteger(y); askinteger(n); kill(y)$kill(n)$ Is y an integer? y; (%o16) yesIs n an integer? n; (%o17) no abs abs(x(1)); abs(x(10)); abs(x(100)); (%o20) x1(%o21) x10+x9+x8+x7+x6+x5+x4+x3+x2+x1(%o22) x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1 diff 'diff(x(1),t); 'diff(x(10),t); 'diff(x(100),t); (%o23) dd*t*x1(%o24) dd*t*

    x10+x9+x8+x7+x6+x5+x4+x3+x2+x1

    (%o25) dd*t*

    x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1

    at x(1)@10; x(10)@a; x(100)@t33; (%o26) x1@10(%o27)

    x10+x9+x8+x7+x6+x5+x4+x3+x2+x1

    @a(%o28)

    x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1

    @t33
    A conjugate cell declare( [ c00,c01,c02,c03,c04,c05,c06,c07,c08,c09, c10,c11,c12,c13,c14,c15,c16,c17,c18,c19, c20,c21,c22,c23,c24,c25,c26,c27,c28,c29, c30,c31,c32,c33,c34,c35,c36,c37,c38,c39, c40,c41,c42,c43,c44,c45,c46,c47,c48,c49, c50,c51,c52,c53,c54,c55,c56,c57,c58,c59, c60,c61,c62,c63,c64,c65,c66,c67,c68,c69, c70,c71,c72,c73,c74,c75,c76,c77,c78,c79, c80,c81,c82,c83,c84,c85,c86,c87,c88,c89, c90,c91,c92,c93,c94,c95,c96,c97,c98,c99, c100 ], complex)$ depends( [ c00,c01,c02,c03,c04,c05,c06,c07,c08,c09, c10,c11,c12,c13,c14,c15,c16,c17,c18,c19, c20,c21,c22,c23,c24,c25,c26,c27,c28,c29, c30,c31,c32,c33,c34,c35,c36,c37,c38,c39, c40,c41,c42,c43,c44,c45,c46,c47,c48,c49, c50,c51,c52,c53,c54,c55,c56,c57,c58,c59, c60,c61,c62,c63,c64,c65,c66,c67,c68,c69, c70,c71,c72,c73,c74,c75,c76,c77,c78,c79, c80,c81,c82,c83,c84,c85,c86,c87,c88,c89, c90,c91,c92,c93,c94,c95,c96,c97,c98,c99, c100 ], t)$ c_1: c00$ c_10: c00+c01+c02+c03+c04+c05+c06+c07+c08+c09$ c_100:c00+c01+c02+c03+c04+c05+c06+c07+c08+c09+ c10+c11+c12+c13+c14+c15+c16+c17+c18+c19+ c20+c21+c22+c23+c24+c25+c26+c27+c28+c29+ c30+c31+c32+c33+c34+c35+c36+c37+c38+c39+ c40+c41+c42+c43+c44+c45+c46+c47+c48+c49+ c50+c51+c52+c53+c54+c55+c56+c57+c58+c59+ c60+c61+c62+c63+c64+c65+c66+c67+c68+c69+ c70+c71+c72+c73+c74+c75+c76+c77+c78+c79+ c80+c81+c82+c83+c84+c85+c86+c87+c88+c89+ c90+c91+c92+c93+c94+c95+c96+c97+c98+c99+ c100$ conjugate(c_1); conjugate(c_10); conjugate(c_100); (%o34) c00(%o35) c09+c08+c07+c06+c05+c04+c03+c02+c01+c00(%o36) c99+c98+c97+c96+c95+c94+c93+c92+c91+c90+c89+c88+c87+c86+c85+c84+c83+c82+c81+c80+c79+c78+c77+c76+c75+c74+c73+c72+c71+c70+c69+c68+c67+c66+c65+c64+c63+c62+c61+c60+c59+c58+c57+c56+c55+c54+c53+c52+c51+c50+c49+c48+c47+c46+c45+c44+c43+c42+c41+c40+c39+c38+c37+c36+c35+c34+c33+c32+c31+c30+c29+c28+c27+c26+c25+c24+c23+c22+c21+c20+c19+c18+c17+c16+c15+c14+c13+c12+c11+c100+c10+c09+c08+c07+c06+c05+c04+c03+c02+c01+c00 ExptCells exp(sum(x[i],i,1,1)); exp(sum(x[i],i,1,3)); exp(sum(x[i],i,1,100)); (%o37) %ex1(%o38) %ex3+x2+x1(%o39) %ex100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1 Frac cells Here we test - if a minus in front of and following the fraction is displayed right, - If fractions still work if the denominator is bigger than the numerator or vice versa - if extremely long fractions are broken into a separate lines x(1)/y(1); x(1)/y(10); x(1)/y(100);x(10)/y(1);x(100)/y(1); (%o40) x1y

    1

    (%o41) x1y

    10

    (%o42) x1y

    100

    (%o43) x10+x9+x8+x7+x6+x5+x4+x3+x2+x1y

    1

    (%o44) x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1y

    1

    Function cells f(x):=3; f12345689(x):=3; f12345689012345689012345689012345689012345689012345689012345689012345689012345689012345689(x):=3; (%o45) f

    x

    :=3(%o46) f12345689

    x

    :=3(%o47) f12345689012345689012345689012345689012345689012345689012345689012345689012345689012345689

    x

    :=3
    Image cells A small plot wxplot_size:[300,200]$ wxdraw2d( color=red,line_type=solid,key="solid red",explicit(x,x,-10,10), color=black,line_type=dots,key="dotted black",explicit(x+5,x,-10,10) ); ; compiling file "/usr/share/maxima/branch_5_41_base_177_g3d02b5e26_dirty/share/draw/grcommon.lisp" (written 07 FEB 2018 09:13:14 PM):; compiling (DEFVAR $DRAW_RENDERER ...); compiling (DEFVAR $DRAW_USE_PNGCAIRO ...); compiling (DEFVAR *USER-GR-DEFAULT-OPTIONS* ...); compiling (DEFUN $SET_DRAW_DEFAULTS ...); compiling (DEFUN USER-DEFAULTS ...); compiling (DEFVAR *ALLOCATIONS* ...); compiling (DEFVAR *GR-OPTIONS* ...); compiling (DEFUN INI-GR-OPTIONS ...); compiling (DEFUN GET-OPTION ...); compiling (DEFUN ATOM-TO-DOWNCASED-STRING ...); compiling (DEFVAR *COLOR-TABLE* ...); compiling (SETF (GETHASH "snow" ...) ...); compiling (DEFUN CORRECT-COLOR-NAME ...); compiling (DEFUN CORRECT-COLOR-HEX ...); compiling (DEFUN CORRECT-COLOR ...); compiling (DEFUN HEX-TO-NUMERIC-LIST ...); compiling (DEFUN HEX-TO-RGB ...); compiling (DEFUN UPDATE-COLOR ...); compiling (DEFUN UPDATE-KEY_POS ...); compiling (DEFVAR *DRAW-TERMINAL-NUMBER* ...); compiling (DEFUN UPDATE-TERMINAL ...); compiling (DEFVAR *DRAW-TRANSFORM-DIMENSIONS* ...); compiling (DEFVAR *DRAW-TRANSFORM-F1* ...); compiling (DEFVAR *DRAW-TRANSFORM-F2* ...); compiling (DEFVAR *DRAW-TRANSFORM-F3* ...); compiling (DEFMACRO TRANSFORM-POINT ...); compiling (DEFMACRO TRANSFORM-LISTS ...); compiling (DEFUN UPDATE-TRANSFORM ...); compiling (DEFVAR *DRAW-ENHANCED3D-TYPE* ...); compiling (DEFVAR *DRAW-ENHANCED3D-FUN* ...); compiling (DEFUN CHECK-ENHANCED3D-MODEL ...); compiling (DEFUN UPDATE-ENHANCED3D-EXPRESSION ...); compiling (DEFUN UPDATE-ENHANCED3D ...); compiling (DEFVAR *DRAW-ISOLINES-TYPE* ...); compiling (DEFVAR *DRAW-ISOLINES-FUN* ...); compiling (DEFUN CHECK-ISOLINES-MODEL ...); compiling (DEFUN UPDATE-ISOLINES-EXPRESSION ...); compiling (DEFUN UPDATE-ISOLINES ...); compiling (DEFUN UPDATE-CONTOUR-ISOLINES ...); compiling (DEFUN UPDATE-BOOLEAN-OPTION ...); compiling (DEFUN UPDATE-POSITIVE-INTEGER ...); compiling (DEFUN UPDATE-POSITIVE-FLOAT ...); compiling (DEFUN UPDATE-NONNEGATIVE-FLOAT ...); compiling (DEFUN UPDATE-VIEW ...); compiling (DEFUN UPDATE-INTERPOLATE_COLOR ...); compiling (DEFUN UPDATE-ALLOCATION ...); compiling (DEFUN UPDATE-DIMENSIONS ...); compiling (DEFUN UPDATE-POINTTYPE ...); compiling (DEFUN UPDATE-STRING ...); compiling (DEFUN UPDATE-OPACITY ...); compiling (DEFUN UPDATE-PALETTE ...); compiling (DEFUN UPDATE-LINESTYLE ...); compiling (DEFUN UPDATE-POINTSJOINED ...); compiling (DEFUN UPDATE-CAPPING ...); compiling (DEFUN INI-LOCAL-OPTION-VARIABLES ...); compiling (DEFUN INI-GLOBAL-OPTIONS ...); compiling (DEFUN UPDATE-GR-OPTION ...); compiling (DEFUN NEAR-EQUAL ...); compiling (DEFMACRO LISTIFY-ARGUMENTS ...); compiling (DEFVAR *I3D_TRIANGLES* ...); compiling (DEFUN COPY-ARRAY ...); compiling (DEFUN EDGE-INTERPOLATION ...); compiling (DEFMACRO MAKE-TRIANGLE-VERTICES ...); compiling (DEFUN FLATTEN ...); compiling (DEFUN FIND-TRIANGLES ...); compiling (DEFUN $DRAW ...); compiling (DEFUN $DRAW2D ...); compiling (DEFUN $DRAW3D ...); /home/gunter/.maxima/binary/branch_5_41_base_177_g3d02b5e26_dirty/sbcl/1_4_4_debian/share/draw/grcommon.fasl written; compilation finished in 0:00:00.465; compiling file "/usr/share/maxima/branch_5_41_base_177_g3d02b5e26_dirty/share/draw/gnuplot.lisp" (written 07 FEB 2018 09:13:14 PM):; compiling ($PUT (QUOTE $GNUPLOT) ...); compiling (DEFVAR $DRAW_VERSION ...); compiling (DEFVAR *WINDOWS-OS* ...); compiling (DEFMACRO WRITE-FONT-TYPE ...); compiling (DEFVAR *MULTIPLOT-IS-ACTIVE* ...); compiling (DEFUN $MULTIPLOT_MODE ...); compiling (DEFMACRO UPDATE-RANGE ...); compiling (DEFUN UPDATE-RANGES-2D ...); compiling (DEFUN UPDATE-RANGES-3D ...); compiling (DEFMACRO CHECK-EXTREMES-X ...); compiling (DEFMACRO CHECK-EXTREMES-Y ...); compiling (DEFMACRO CHECK-EXTREMES-Z ...); compiling (DEFUN AXES-TO-PLOT ...); compiling (DEFSTRUCT GR-OBJECT ...); compiling (DEFUN MAKE-OBJ-TITLE ...); compiling (DEFUN ERRORS ...); compiling (DEFUN POINTS-COMMAND ...); compiling (DEFUN POINTS-ARRAY-2D ...); compiling (DEFUN POINTS-ARRAY-1D ...); compiling (DEFUN POINTS-LIST ...); compiling (DEFUN POINTS ...); compiling (DEFUN POINTS3D-COMMAND ...); compiling (DEFUN POINTS3D ...); compiling (DEFUN POLYGON ...); compiling (DEFUN TRIANGLE ...); compiling (DEFUN QUADRILATERAL ...); compiling (DEFUN RECTANGLE ...); compiling (DEFUN ELLIPSE ...); compiling (DEFUN REPLACE-SUBSTRING ...); compiling (DEFUN LABEL ...); compiling (DEFUN BARS ...); compiling (DEFUN VECT ...); compiling (DEFUN VECT3D ...); compiling (DEFUN EXPLICIT ...); compiling (DEFMACRO BUILD-POLYGON ...); compiling (DEFUN REGION ...); compiling (DEFUN X-ELEMENTS ...); compiling (DEFUN Y-ELEMENTS ...); compiling (DEFVAR PTS ...); compiling (DEFUN CONTAINS-ZEROS ...); compiling (DEFUN SAMPLE-DATA ...); compiling (DEFUN DRAW-PRINT-SEGMENT ...); compiling (DEFUN DRAW-PRINT-SQUARE ...); compiling (DEFUN IMP-PL-PREPARE-FACTOR ...); compiling (DEFUN IMP-PL-PREPARE-EXPR ...); compiling (DEFUN IMPLICIT ...); compiling (DEFUN IMPLICIT3D ...); compiling (DEFUN EXPLICIT3D ...); compiling (DEFUN ELEVATION_GRID ...); compiling (DEFUN MESH ...); compiling (DEFUN TRIANGLE3D ...); compiling (DEFUN QUADRILATERAL3D ...); compiling (DEFUN PARAMETRIC ...); compiling (DEFUN POLAR ...); compiling (DEFUN SPHERICAL ...); compiling (DEFUN CYLINDRICAL ...); compiling (DEFUN PARAMETRIC3D ...); compiling (DEFUN PARAMETRIC_SURFACE ...); compiling (DEFMACRO CHECK-TUBE-EXTREME ...); compiling (DEFUN TUBE ...); compiling (DEFUN IMAGE ...); compiling (DEFMACRO WRITE-PALETTE-CODE ...); compiling (DEFVAR *2D-GRAPHIC-OBJECTS* ...); compiling (SETF (GETHASH # ...) ...); compiling (DEFUN MAKE-SCENE-2D ...); compiling (DEFVAR *3D-GRAPHIC-OBJECTS* ...); compiling (SETF (GETHASH # ...) ...); compiling (DEFUN MAKE-SCENE-3D ...); compiling (DEFMACRO WRITE-SUBARRAY ...); compiling (DEFUN DRAW_GNUPLOT ...); compiling (DEFUN $ADD_ZEROES ...); compiling (DEFUN $DRAW_FILE ...); compiling (DEFUN $ACTIVATE_WINDOW ...); /home/gunter/.maxima/binary/branch_5_41_base_177_g3d02b5e26_dirty/sbcl/1_4_4_debian/share/draw/gnuplot.fasl written; compilation finished in 0:00:01.535; compiling file "/usr/share/maxima/branch_5_41_base_177_g3d02b5e26_dirty/share/draw/vtk.lisp" (written 07 FEB 2018 09:13:14 PM):; compiling (DEFVAR *VTK-APPENDDATA-COUNTER* ...); compiling (DEFVAR *VTK-EXTRACT-COUNTER* ...); compiling (DEFVAR *VTK-OUTLINE-COUNTER* ...); compiling (DEFVAR *VTK-POLYDATAMAPPER-COUNTER* ...); compiling (DEFVAR *VTK-OUTLINEACTOR-COUNTER* ...); compiling (DEFVAR *VTK-TEXTPROPERTY-COUNTER* ...); compiling (DEFVAR *VTK-CUBEAXESACTOR2D-COUNTER* ...); compiling (DEFVAR *VTK-CAMERA-COUNTER* ...); compiling (DEFVAR *VTK-RENDERER-COUNTER* ...); compiling (DEFVAR *VTK-SOURCE-COUNTER* ...); compiling (DEFVAR *VTK-MAPPER-COUNTER* ...); compiling (DEFVAR *VTK-ACTOR-COUNTER* ...); compiling (DEFVAR *VTK-LABELACTOR-COUNTER* ...); compiling (DEFVAR *VTK-TRANS-COUNTER* ...); compiling (DEFVAR *VTK-FILTER-COUNTER* ...); compiling (DEFVAR *VTK-FLOATARRAY-COUNTER* ...); compiling (DEFVAR *VTK-DATA-FILE-COUNTER* ...); compiling (DEFVAR *VTK-POINTS-COUNTER* ...); compiling (DEFVAR *VTK-GLYPHPOINTS-COUNTER* ...); compiling (DEFVAR *VTK-POLYDATA-COUNTER* ...); compiling (DEFVAR *VTK-CELLARRAY-COUNTER* ...); compiling (DEFVAR *VTK-SOLIDSOURCE-COUNTER* ...); compiling (DEFVAR *VTK-TRIANGLE-COUNTER* ...); compiling (DEFVAR *VTK-LABEL-COUNTER* ...); compiling (DEFVAR *VTK-CHART-COUNTER* ...); compiling (DEFVAR *VTK-TABLE-COUNTER* ...); compiling (DEFVAR *VTK-ARRAYX-COUNTER* ...); compiling (DEFVAR *VTK-ARRAYY-COUNTER* ...); compiling (DEFVAR *VTK-2DKEY-COUNTER* ...); compiling (DEFVAR *VTK-ISOLINES-COUNTER* ...); compiling (DEFVAR *LOOKUP-TABLES* ...); compiling (DEFVAR *UNITSCALE-ALREADY-DEFINED* ...); compiling (DEFPARAMETER *ENHANCED3D-OR-ISOLINES-CODE* ...); compiling (DEFUN GET-APPENDDATA-NAME ...); compiling (DEFUN GET-EXTRACT-NAME ...); compiling (DEFUN GET-OUTLINE-NAME ...); compiling (DEFUN GET-OUTLINEACTOR-NAME ...); compiling (DEFUN GET-TEXTPROPERTY-NAME ...); compiling (DEFUN GET-CUBEAXESACTOR2D-NAME ...); compiling (DEFUN GET-CAMERA-NAME ...); compiling (DEFUN GET-RENDERER-NAME ...); compiling (DEFUN GET-SOURCE-NAME ...); compiling (DEFUN GET-MAPPER-NAME ...); compiling (DEFUN GET-ACTOR-NAME ...); compiling (DEFUN GET-LABELACTOR-NAME ...); compiling (DEFUN GET-TRANS-NAME ...); compiling (DEFUN GET-FILTER-NAME ...); compiling (DEFUN GET-FLOATARRAY-NAME ...); compiling (DEFUN GET-DATA-FILE-NAME ...); compiling (DEFUN GET-POINTS-NAME ...); compiling (DEFUN GET-GLYPHPOINTS-NAME ...); compiling (DEFUN GET-POLYDATA-NAME ...); compiling (DEFUN GET-CELLARRAY-NAME ...); compiling (DEFUN GET-POLYDATAMAPPER-NAME ...); compiling (DEFUN GET-SOLIDSOURCE-NAME ...); compiling (DEFUN GET-TRIANGLE-NAME ...); compiling (DEFUN GET-LABEL-NAME ...); compiling (DEFUN GET-CHART-NAME ...); compiling (DEFUN GET-TABLE-NAME ...); compiling (DEFUN GET-ARRAYX-NAME ...); compiling (DEFUN GET-ARRAYY-NAME ...); compiling (DEFUN GET-ISOLINES-NAME ...); compiling (DEFUN SCENEBOUNDS ...); compiling (DEFUN VTKAPPENDPOLYDATA-CODE ...); compiling (DEFUN VTKOUTLINEFILTER-CODE ...); compiling (DEFUN VTKPOLYDATAMAPPER-CODE ...); compiling (DEFUN VTKPOLYDATAMAPPER-ISOLINE-CODE ...); compiling (DEFUN VTKEXTRACTPOLYDATAGEOMETRY-CODE ...); compiling (DEFUN VTKTEXTPROPERTY-CODE ...); compiling (DEFUN VTKCUBEAXESACTOR2D-CODE ...); compiling (DEFUN VTKRENDERER3D-CODE ...); compiling (DEFUN VTKRENDERER2D-CODE ...); compiling (DEFUN VTKCHARTXY-CODE ...); compiling (DEFUN VTKCELLARRAY-CODE ...); compiling (DEFUN VTKFLOATARRAY-CODE ...); compiling (DEFUN VTKGLYPH3D-CODE ...); compiling (DEFUN VTKPOINTS-CODE ...); compiling (DEFUN VTKTRANSFORM-CODE ...); compiling (DEFUN VTKTRANSFORMFILTER-CODE ...); compiling (DEFUN VTKTRANSFORMPOLYDATAFILTER-CODE ...); compiling (DEFUN VTKACTOR-CODE ...); compiling (DEFUN VTKACTOR-ISOLINE-CODE ...); compiling (DEFUN VTKACTOR-GLYPH-CODE ...); compiling (DEFUN VTKTUBEFILTER-CODE ...); compiling (DEFUN VTKCONTOURFILTER-CODE ...); compiling (DEFUN VTKRENDERERWINDOW-CODE ...); compiling (DEFUN VTK-TERMINAL ...); compiling (DEFUN LOOKUP-TABLE-EXISTS ...); compiling (DEFUN COLOR-TRANSFORM-FUNCTION ...); compiling (DEFUN CHECK-LOOKUP-TABLE ...); compiling (DEFUN BUILD-SURFACE-GRID ...); compiling (DEFUN VTK3D-CONE ...); compiling (DEFUN ROTATE ...); compiling (DEFUN VTK3D-PRISM ...); compiling (DEFUN VTK3D-CYLINDER ...); compiling (DEFUN VTK3D-CUBE ...); compiling (DEFUN VTK3D-SPHERE ...); compiling (DEFUN VTK3D-PARALLELOGRAM ...); compiling (DEFUN VTK3D-TRIANGLE ...); compiling (DEFUN VTK3D-VECTOR ...); compiling (DEFUN VTK3D-POINTS ...); compiling (DEFUN VTK2D-POINTS ...); compiling (DEFUN VTK3D-PARAMETRIC ...); compiling (DEFUN VTK2D-PARAMETRIC ...); compiling (DEFUN VTK2D-POLAR ...); compiling (DEFUN VTK3D-PARAMETRIC_SURFACE ...); compiling (DEFUN VTK3D-SPHERICAL ...); compiling (DEFUN VTK3D-CYLINDRICAL ...); compiling (DEFUN VTK3D-EXPLICIT ...); compiling (DEFUN VTK2D-EXPLICIT ...); compiling (DEFUN VTK3D-ELEVATION_GRID ...); compiling (DEFUN BUILD-SURFACE-TRIANGULAR-GRID ...); compiling (DEFUN VTK3D-IMPLICIT ...); compiling (DEFUN VTK3D-LABEL ...); compiling (DEFMACRO VTK-CHECK-TUBE-EXTREME ...); compiling (DEFUN VTK3D-TUBE ...); compiling (DEFVAR *VTK2D-GRAPHIC-OBJECTS* ...); compiling (SETF (GETHASH # ...) ...); compiling (DEFUN MAKE-VTK-SCENE-2D ...); compiling (DEFVAR *VTK3D-GRAPHIC-OBJECTS* ...); compiling (SETF (GETHASH # ...) ...); compiling (DEFUN MAKE-VTK-SCENE-3D ...); compiling (DEFUN DRAW_VTK ...); /home/gunter/.maxima/binary/branch_5_41_base_177_g3d02b5e26_dirty/sbcl/1_4_4_debian/share/draw/vtk.fasl written; compilation finished in 0:00:01.350; compiling file "/usr/share/maxima/branch_5_41_base_177_g3d02b5e26_dirty/share/draw/picture.lisp" (written 07 FEB 2018 09:13:14 PM):; compiling (DEFUN CUT-AND-ROUND ...); compiling (DEFUN $MAKE_LEVEL_PICTURE ...); compiling (DEFUN $PICTUREP ...); compiling (DEFUN $PICTURE_EQUALP ...); compiling (DEFUN $MAKE_RGB_PICTURE ...); compiling (DEFUN $TAKE_CHANNEL ...); compiling (DEFUN $NEGATIVE_PICTURE ...); compiling (DEFUN $RGB2LEVEL ...); compiling (DEFUN $GET_PIXEL ...); compiling (DEFVAR *XPM-READTABLE* ...); compiling (DEFUN INIT-READTABLE ...); compiling (DEFUN SKIP-WHITESPACE ...); compiling (DEFUN READ-COLOUR ...); compiling (DEFUN READ-CHARSPEC ...); compiling (DEFUN READ-CSPEC ...); compiling (DEFUN $READ_XPM ...); /home/gunter/.maxima/binary/branch_5_41_base_177_g3d02b5e26_dirty/sbcl/1_4_4_debian/share/draw/picture.fasl written; compilation finished in 0:00:00.136(%t49) image1.png(%o49) in; (%o50) in A huge plot indicating if scaling down plots that are bigger than the screen works. wxplot_size:[6000,4000]$ wxdraw2d( color=red,line_type=solid,line_width=10,key="solid red",explicit(sin(x),x,-10,10) ); (%t52) image2.png(%o52) A reasonably-size plot wxplot_size:[600,400]$ wxdraw2d( color=red,line_type=solid,key="solid red",explicit(x,x,-10,10), color=black,line_type=dots,key="dotted black",explicit(x+5,x,-10,10) ); (%t54) image3.png(%o54) Poldino the guinea pig image4.jpg An image cell in the middle of the output. x=1; wxdraw2d( color=red,line_type=solid,key="solid red",explicit(x,x,-10,10), color=black,line_type=dots,key="dotted black",explicit(x+5,x,-10,10) ); x=2; (%o55) x=1(%t56) image5.png(%o56) (%o57) x=2 The following plot contains all linestyles the system might support if the configuration option to use cairo was selected. Support for linestyles greatly depends on the gnuplot used, though. wxdraw2d( color=black, line_type=solid,key="solid",explicit(-x,x,0,10), line_type=dashes,key="dashes",explicit(-x+1,x,0,10), line_type=short_dashes,key="short dashes",explicit(-x+2,x,0,10), line_type=short_long_dashes,key="short long dashes",explicit(-x+3,x,0,10), line_type=short_short_long_dashes,key="short short long dashes",explicit(-x+4,x,0,10), line_type=short_long_dashes,key="short long dashes",explicit(-x+5,x,0,10), line_type=dot_dash,key="dot dash",explicit(-x+6,x,0,10), line_type=dots,key="dots",explicit(-x+7,x,0,10) ); (%t58) image6.png(%o58) Integral cells f(n):=sum(f[i](t),i,1,n)$ integrate(f(1),t,0,T); integrate(f(10),t,0,T); integrate(f(100),t,0,T); (%o60) 0Tf1

    t

    dt
    (%o61) 0Tf10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    dt
    (%o62) 0Tf100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    dt
    Limit cells 'limit(f( 1),t,0); 'limit(f( 1),t,inf); 'limit(f( 1),t,-inf); (%o63) limt0f1

    t

    (%o64) limtinff1

    t

    (%o65) limtinff1

    t

    'limit(f( 10),t,0); 'limit(f( 10),t,inf); 'limit(f( 10),t,-inf); (%o66) limt0f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o67) limtinff10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o68) limtinff10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    'limit(f(100),t,0); 'limit(f(100),t,inf); 'limit(f(100),t,-inf); (%o69) limt0f100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o70) limtinff100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o71) limtinff100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    Matrix cells funmake('matrix, [makelist(i,i,1,10)] ); funmake('matrix, makelist([i],i,1,10) ); funmake('matrix, makelist( makelist(o+10*i-10,o,1,10) ,i,1,10 ) ); (%o72) 12345678910(%o73) 12345678910(%o74) 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 Parenthesis cells There are three types of parenthesis in wxMaxima: * Ordinary Parenthesis * Big parenthesis created using a special letter * And parenthesis that are assembled of an upper half, an lower half and vertical lines inbetween (x(1 )/10+1)*2; (x(10 )/10+1)*2; (x(100)/10+1)*2; max(1/10,sin((((a/b+1)/c+1)/d+1)/e)); sin(a/(b+sin(c+1/(1+d/(1+e/(1+f/(1+g/h))))))); (%o75) 2*

    x110+1

    (%o76) 2*

    x10+x9+x8+x7+x6+x5+x4+x3+x2+x110+1

    (%o77) 2*

    x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x110+1

    (%o78) max

    110,sin

    ab+1c+1d+1e

    (%o79) sin

    asin

    1defgh+1+1+1+1+c

    +b

    Test the vertical alignment sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a+sin(x/a)))))))))); (%o80) sin

    sin

    sin

    sin

    sin

    sin

    sin

    sin

    sin

    sin

    xa

    +xa

    +xa

    +xa

    +xa

    +xa

    +xa

    +xa

    +xa

    +xa

    Test if the vertical size is correct if big parenthesis are broken into lines. a;sin(a/(b+c/(d+e/f))+qdqwldwqkldkqwlk+wqwqlwqlkdkdlcs+wqqdlqqwlk+wdwqdqwqwlklwqkl+qwfwqflwfqkqwlkwqföl+wqldkwqwlkö+aklsalcakclksa+sqlkqklwqxxqwlxwklq+aslasxklxksxlö);b; (%o81) a(%o82) sin

    wqwqlwqlkdkdlcs+wqqdlqqwlk+wqldkwqwlkö+wdwqdqwqwlklwqkl+sqlkqklwqxxqwlxwklq+qwfwqflwfqkqwlkwqföl+qdqwldwqkldkqwlk+acef+d+b+aslasxklxksxlö+aklsalcakclksa

    (%o83) b
    Slide show cells A clock with autoplay wxplot_size:[200,200]$ wxanimate_framerate:1$wxanimate_autoplay:true$ with_slider_draw( t,makelist(f,f,0,59), title=sconcat(t," s"), proportional_axes=xy,xrange=[-1,1],yrange=[-1,1], parametric(r*sin(2*%pi/60*t),r*cos(2*%pi/60*t),r,0,1), grid=true )$ (%t87) image7.png;image8.png;image9.png;image10.png;image11.png;image12.png;image13.png;image14.png;image15.png;image16.png;image17.png;image18.png;image19.png;image20.png;image21.png;image22.png;image23.png;image24.png;image25.png;image26.png;image27.png;image28.png;image29.png;image30.png;image31.png;image32.png;image33.png;image34.png;image35.png;image36.png;image37.png;image38.png;image39.png;image40.png;image41.png;image42.png;image43.png;image44.png;image45.png;image46.png;image47.png;image48.png;image49.png;image50.png;image51.png;image52.png;image53.png;image54.png;image55.png;image56.png;image57.png;image58.png;image59.png;image60.png;image61.png;image62.png;image63.png;image64.png;image65.png;image66.png; A clock without autoplay wxanimate_autoplay:false$ with_slider_draw( t,makelist(f,f,0,59), title=sconcat(t," s"), proportional_axes=xy,xrange=[-1,1],yrange=[-1,1], parametric(r*sin(2*%pi/60*t),r*cos(2*%pi/60*t),r,0,1), grid=true )$ (%t89) image67.png;image68.png;image69.png;image70.png;image71.png;image72.png;image73.png;image74.png;image75.png;image76.png;image77.png;image78.png;image79.png;image80.png;image81.png;image82.png;image83.png;image84.png;image85.png;image86.png;image87.png;image88.png;image89.png;image90.png;image91.png;image92.png;image93.png;image94.png;image95.png;image96.png;image97.png;image98.png;image99.png;image100.png;image101.png;image102.png;image103.png;image104.png;image105.png;image106.png;image107.png;image108.png;image109.png;image110.png;image111.png;image112.png;image113.png;image114.png;image115.png;image116.png;image117.png;image118.png;image119.png;image120.png;image121.png;image122.png;image123.png;image124.png;image125.png;image126.png; wxanimate_from_imgfiles("a.png","b.png","c.png","d.png")$ image127.png;image128.png;image129.png;image130.png; sqrt cells sqrt(x(1)); sqrt(x(10)); sqrt(x(100)); (%o91) x1(%o92) x10+x9+x8+x7+x6+x5+x4+x3+x2+x1(%o93) x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1 Sub cells x[x(1)]; x[x(10)]; x[x(100)]; (%o94) xx1(%o95) xx10+x9+x8+x7+x6+x5+x4+x3+x2+x1(%o96) xx100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1 x[x[x[x[1]]]]; (%o97) xxxx1 SubSupcells x[x(1)]^x(1)+1; x[x(1)]^x(10)+1; x[x(10)]^x(1)+1; x[x(100)]^x(100)+1; (%o98) xx1x1+1(%o99) xx1x10+x9+x8+x7+x6+x5+x4+x3+x2+x1+1(%o100) xx10+x9+x8+x7+x6+x5+x4+x3+x2+x1x1+1(%o101) xx100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1x100+x99+x98+x97+x96+x95+x94+x93+x92+x91+x90+x89+x88+x87+x86+x85+x84+x83+x82+x81+x80+x79+x78+x77+x76+x75+x74+x73+x72+x71+x70+x69+x68+x67+x66+x65+x64+x63+x62+x61+x60+x59+x58+x57+x56+x55+x54+x53+x52+x51+x50+x49+x48+x47+x46+x45+x44+x43+x42+x41+x40+x39+x38+x37+x36+x35+x34+x33+x32+x31+x30+x29+x28+x27+x26+x25+x24+x23+x22+x21+x20+x19+x18+x17+x16+x15+x14+x13+x12+x11+x10+x9+x8+x7+x6+x5+x4+x3+x2+x1+1 x[x[x[x[1]]]]^y^z^a^b; (%o102) xxxx1yzab SumCells f(3); (%o103) f3

    t

    +f2

    t

    +f1

    t

    'sum(f(1),t,1,1); 'sum(f(10),t,1,1); 'sum(f(100),t,1,1); 'prod(f(1),t,1,1); 'prod(f(10),t,1,1); 'prod(f(100),t,1,1); (%o104) t=11f1

    t

    (%o105) t=11f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o106) t=11f100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o107) t=11f1

    t

    (%o108) t=11f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    (%o109) t=11f100

    t

    +f99

    t

    +f98

    t

    +f97

    t

    +f96

    t

    +f95

    t

    +f94

    t

    +f93

    t

    +f92

    t

    +f91

    t

    +f90

    t

    +f89

    t

    +f88

    t

    +f87

    t

    +f86

    t

    +f85

    t

    +f84

    t

    +f83

    t

    +f82

    t

    +f81

    t

    +f80

    t

    +f79

    t

    +f78

    t

    +f77

    t

    +f76

    t

    +f75

    t

    +f74

    t

    +f73

    t

    +f72

    t

    +f71

    t

    +f70

    t

    +f69

    t

    +f68

    t

    +f67

    t

    +f66

    t

    +f65

    t

    +f64

    t

    +f63

    t

    +f62

    t

    +f61

    t

    +f60

    t

    +f59

    t

    +f58

    t

    +f57

    t

    +f56

    t

    +f55

    t

    +f54

    t

    +f53

    t

    +f52

    t

    +f51

    t

    +f50

    t

    +f49

    t

    +f48

    t

    +f47

    t

    +f46

    t

    +f45

    t

    +f44

    t

    +f43

    t

    +f42

    t

    +f41

    t

    +f40

    t

    +f39

    t

    +f38

    t

    +f37

    t

    +f36

    t

    +f35

    t

    +f34

    t

    +f33

    t

    +f32

    t

    +f31

    t

    +f30

    t

    +f29

    t

    +f28

    t

    +f27

    t

    +f26

    t

    +f25

    t

    +f24

    t

    +f23

    t

    +f22

    t

    +f21

    t

    +f20

    t

    +f19

    t

    +f18

    t

    +f17

    t

    +f16

    t

    +f15

    t

    +f14

    t

    +f13

    t

    +f12

    t

    +f11

    t

    +f10

    t

    +f9

    t

    +f8

    t

    +f7

    t

    +f6

    t

    +f5

    t

    +f4

    t

    +f3

    t

    +f2

    t

    +f1

    t

    Pagebreak Cells Other features Was GnuPlot packaged with a charset that supports greek characters? wxdraw2d(title="Greek characters: {/Symbol awWl}", explicit(sin(x),x,1,10), xtics=false,ytics=false ),wxplot_size=[300,150]$ (%t110) image131.png Highlighting and Boxes 1+box(x(1))+z; (%o111) z+

    x 1

    +1
    1+box(x(10))+z; (%o112) z+

    x 10 + x 9 + x 8 + x 7 + x 6 + x 5 + x 4 + x 3 + x 2 + x 1

    +1
    1+box(x(100))+z; (%o113) z+

    x 100 + x 99 + x 98 + x 97 + x 96 + x 95 + x 94 + x 93 + x 92 + x 91 + x 90 + x 89 + x 88 + x 87 + x 86 + x 85 + x 84 + x 83 + x 82 + x 81 + x 80 + x 79 + x 78 + x 77 + x 76 + x 75 + x 74 + x 73 + x 72 + x 71 + x 70 + x 69 + x 68 + x 67 + x 66 + x 65 + x 64 + x 63 + x 62 + x 61 + x 60 + x 59 + x 58 + x 57 + x 56 + x 55 + x 54 + x 53 + x 52 + x 51 + x 50 + x 49 + x 48 + x 47 + x 46 + x 45 + x 44 + x 43 + x 42 + x 41 + x 40 + x 39 + x 38 + x 37 + x 36 + x 35 + x 34 + x 33 + x 32 + x 31 + x 30 + x 29 + x 28 + x 27 + x 26 + x 25 + x 24 + x 23 + x 22 + x 21 + x 20 + x 19 + x 18 + x 17 + x 16 + x 15 + x 14 + x 13 + x 12 + x 11 + x 10 + x 9 + x 8 + x 7 + x 6 + x 5 + x 4 + x 3 + x 2 + x 1

    +1
    Item lists * Level 1 Level 1 (continued) Level 1 (continued again) * Level 1 * Level 2 Level 2 (continued) Level 2 (continued again) * Level 3 * Level 1 Ordinary text * Bullet list item #1 * Bullet list item #2 is long enough that it is broken into at least two lines. The second line is still indented: Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test After this line break we continue the second item with a long piece of text: Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Ordinary text Block quotes Ordinary text > quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote > quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote > quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote Ordinary text This is ordinary text > This is a block quoote. It is long enough that it should be broken into at least two lines. Still every line begins with a quotation marker: Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Special symbols the export functions recognize * A double right arrow (=>) * A double dual-headed arrow (<=>) * A single right arrow (->) * A long right arrow --> * A single left arrow (<-) * A single double-headed arrow (<->) * A equal or less than sign (<=) * A equal or greater than sign (>=) * A plus/minus-sign (+/-) Many unicode characters: αβγδεζηθικλμνξοπρστυφχψωΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ½²³√ⅈⅇℏ∈∃∄⇒∞∅▶▸⋀⋁⊻⊼⊽⇔±¬⋃⋂⊆⊂⊄ħĦ∂∫≅∝≠≤≥≪≫≣∑∏∥⟂↝→⟶∎ How does the lisp maxima is working with handle special characters? There once has been a case where maxima interpreted special characters like an µ correctly - but output them in a way that resulted in a broken xml file on saving as .wxmx. If after executing the following line the .wxmx file can be saved and opened again this bug is not present in the currently running maxima/lisp combination. wxdraw2d(title="Test of the µ character", explicit(sin(x),x,1,10), xtics=false,ytics=false ),wxplot_size=[300,150]; (%t114) image132.png(%o114) print("µ")$ µ Uncode characters in general wrΩαβwf ö=3; (%o116) ö=3 wxbuild_info() wxbuild_info(); wxMaxima version: 17.10.x.unofficialMaxima version: branch_5_41_base_177_g3d02b5e26_dirtyMaxima build date: 2018-02-04 12:36:51Host type: x86_64-pc-linux-gnuSystem type: Linux 4.15.1-041501-lowlatency X86-64Lisp implementation type: SBCLLisp implementation version: 1.4.4.debianwxMaxima's idea of the directory layout is:Icon dir: /usr/share/wxMaximaUser configuration dir: /home/gunter/Help dir: /usr/share/doc/wxmaximaMaxima lisp dir: /usr/share/maxima//branch_5_41_base_177_g3d02b5e26_dirty(%o117) Text that isn't transferred from maxima to wxMaxima using XML Test with lines ending in a $ printf(true,"Ordinary text")$ Ordinary text ( disp("XML Text"), printf(true,"Text enclosed by equations"), disp("XML Text") ); XML TextText enclosed by equationsXML Text(%o119) done printf(true,"Text followed by equations")$ x=2; Text followed by equations(%o121) x=2 ( printf(true,"Text followed by equations"), disp("XML Text") ); Text followed by equationsXML Text(%o122) done ( disp("XML Text"), printf(true,"Text following equations") ); XML TextText following equations(%o123) false Test with lines ending in a ; printf(true,"Ordinary text"); Ordinary text(%o124) false ( disp("XML Text"), printf(true,"Text enclosed by equations"), disp("XML Text") ); XML TextText enclosed by equationsXML Text(%o125) done printf(true,"Text followed by equations")$ x=2; Text followed by equations(%o127) x=2 ( printf(true,"Text followed by equations"), disp("XML Text") ); Text followed by equationsXML Text(%o128) done ( disp("XML Text"), printf(true,"Text following equations") )$ XML TextText following equations Transfer of partial lines Can we continue a line we have started to output? for i:0 thru 1000 do printf(true,"t"); ttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt(%o130) done Can we output two lines in one command? printf(true,"line1~%line2~%")$ line1line2 Can we output two lines in two commands? printf(true,"line3~%")$ printf(true,"line4~%")$ line3line4 Lisp code In-line lisp code testval:1; (%o134) 1 :lisp (defvar $testval2 $testval) $TESTVAL2 if testval2 # testval then error("The execution of lisp code wasn't successful.")$ Lisp ode spread across multiple cells to_lisp(); Type (to-maxima) to restart, ($quit) to quit Maxima. (format nil "test"); "test" (to-maxima) Returning to Maxima(%o136) true Miscellaneous things that did get wrong at least once Cell height calculations The cell height is calculated by GroupCell::Draw, GroupCell::RecalculateAppended and by GroupCell::RecalculateHeight. Once upon a time these functions were not in sync. sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/sqrt(a/b)))))))))))))))))))); (%o137) aaaaaaaaaaaaaaaaaaaab sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); sqrt(a/b); (%o138) ab(%o139) ab(%o140) ab(%o141) ab(%o142) ab(%o143) ab(%o144) ab(%o145) ab(%o146) ab(%o147) ab(%o148) ab(%o149) ab(%o150) ab(%o151) ab(%o152) ab(%o153) ab(%o154) ab(%o155) ab(%o156) ab(%o157) ab(%o158) ab(%o159) ab(%o160) ab for i:1 thru 20 do printf(true,"test~%"); testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest(%o161) done Labels that contain escaped characters A label that begins with a number \1:2; if \1≠2 then error("Label \1 doesn't hold the right value!")$ (%o162) 2 A label that contains a comma a\,1:test; (%o164) test Leading spaces in front of characters that in XML need to be quoted One o the following signs should be indented. print(" <=>")$ print("<=>")$ <=> <=> The contents of this list should still be indented after a load/save cycle. [ "test", "test2" ]$ The graphics system Maxima's INSTALL.win32 does request to test the following commands: wxplot2d(sin(x),[x,0,10]); wxplot2d(sin(x),[x,0,10],[plot_format,xmaxima]); wxplot3d(x*y,[x,-1,1],[y,-1,1]); (%t168) image133.png(%o168) (%t169) image134.png(%o169) (%t170) image135.png(%o170) scene(cone); plotdf([-y,x],[trajectory_at,5,0]); (%o171) #<SB−IMPL::PROCESS :EXITED 0>(%o172) /tmp/maxout29318.xmaxima wxdraw3d(xu_grid = 30, yv_grid = 60, surface_hide = true, parametric_surface(cos(phi) * sin(theta), sin(phi) * sin(theta), cos(theta), theta, 0, %pi, phi, 0, 2 * %pi))$ (%t173) image136.png The new python-vtk interface should create an interactive graphics out of this: draw_renderer: 'vtk $ draw3d( color = blue, triangle([0,0,0], [2,0,0], [3,1,2]), color = yellow, triangle([0,0,0], [2,2,0], [3,1,2]), color = gray, triangle([2,0,0], [2,2,0], [3,1,2]) ) $ Former crashes The following cells at least once crashed wxMaxima on windows and are therefore included into the testbench: a: (x+y)^2; (%o176)

    y+x

    2
    α=1; (%o177) α=1 α:1; kill(α); (%o178) 1(%o179) done Bauteilwerte:[ α=1 ]; (%o180) [α=1] Constructs that don't make sense but still can be displayed (makelist(c01,i,1,2)+c01); %(1); (%o181) [2*c01,2*c01](%o182) [2*c01,2*c01]

    1

    {0,1}(1); (%o183) {0,1}

    1

    A weird windows parenthesis issue The following equation had a weird parenthesis issue on windows once while it worked fine on linux. f(x,y):=x^2*(1-exp((y-sqrt(3*G)*x)^2*(L^2/x^2-0.5)*((R+y)/(R(R-K+y)))/G) )/(R+y)^2; (%o184) f

    x,y

    :=x2*

    1exp

    y3*G*x

    2*

    L2x20.5

    *R+yR

    RK+y

    G

    R+y

    2
    Mouseover ToolTips A long number that (hopefully) is shortened by wxMaxima and that therefore will be equipped with a Mouseover tooltip: longnum:100^ 1000; (%o185) 100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000 Let's see if tooltips are provided for the insides of all cell types: abs(longnum+a); 'diff(longnum*x,x+longnum); 'test@longnum; conjungate(longnum+a); (a+longnum)^(b+longnum); (a+longnum)/(b+longnum); 'integrate(a+''longnum,a,-longnum,longnum); 'limit(a+longnum,a,longnum); matrix([longnum]); sqrt(a+longnum); a[longnum]; '(a[''longnum]^''longnum); 'sum(a+''longnum,a,-longnum,longnum); (%o186)

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000(%o187) dd*

    x+100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000

    *

    100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000*x

    (%o188) test@100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000(%o189) conjungate

    y+x

    2+100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000

    (%o190)

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000

    b+100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000(%o191)

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    b+100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    (%o192) 100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    d

    y+x

    2
    (%o193) lim

    y+x

    2
    100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    (%o194) 100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000(%o195)

    y+x

    2
    +100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    (%o196)

    y+x

    2

    100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    (%o197) a100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000(%o198) a=100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000a+100000000000000000000000000000[1941 Ziffern]000000000000000000000000000000
    Special cases for the TeX export Function names should be exported as upright text: function(x):=10; (%o199) function

    x

    :=10
    For equations LaTeX uses a font that uses spacing that makes clear that ab means "a*b". We therefore need to make sure that a variable named "ab" isn't displayed in this way. ab≠a*b; (%o200) ab#b*

    y+x

    2
    What makes this more complicated is that the auto-subscript mechanism adds more corner cases here: a_b*c; a*b_c; a_b*c; aa*b_c; a*bb_c; aa*bb_c; aa_c*b; a_c*bb; aa_c*bb; (%o201) ab*c(%o202) bc*

    y+x

    2
    (%o203) ab*c(%o204) aa*bc(%o205) bbc*

    y+x

    2
    (%o206) aa*bbc(%o207) aac*b(%o208) ac*bb(%o209) aac*bb
    Cells we don't want to send to maxima Some of the following cells would make maxima wait indefinitively if we actually evaluated them. (; Weigere mich, die Zelle an Maxima zu senden: ; oder $, bei dem nicht alle Klammern geschlossen waren [; Refusing to send cell to maxima: Un−closed parenthesis on encountering ; or $ {; Refusing to send cell to maxima: Un−closed parenthesis on encountering ; or $ ); Refusing to send cell to maxima: Mismatched parenthesis ]; Refusing to send cell to maxima: Mismatched parenthesis }; Refusing to send cell to maxima: Mismatched parenthesis (]; Refusing to send cell to maxima: Mismatched parenthesis (}; Refusing to send cell to maxima: Mismatched parenthesis [}; Refusing to send cell to maxima: Mismatched parenthesis /*;;;;;;;;;;;;;;;;;;;;;;;; [,]; Refusing to send cell to maxima: Comma directly followed by a closing parenthesis (,); Refusing to send cell to maxima: Comma directly followed by a closing parenthesis {,}; Refusing to send cell to maxima: Comma directly followed by a closing parenthesis [); Refusing to send cell to maxima: Mismatched parenthesis (]; Refusing to send cell to maxima: Mismatched parenthesis (}; Refusing to send cell to maxima: Mismatched parenthesis "; Refusing to send cell to maxima: Unterminated string. a_1=1; /* Test */ (%o185) a1=1 a_1=2 /* Test */; (%o186) a1=2
    PKGLW^!^! image1.pngPNG  IHDR,ݽKbKGD IDATxy\׾_ J%Z)E-bQ-km}>e{֭jkT\PKPE) Yi5!4$9r18?fr0 C:NB C '!!Ia$0pbb8 1 1NB C '!!SׯYȈ`<|P۴4F_ǏW{ EվŪdoo7nP(x4T{ Eԟ>>>?O?t$7owaHzzCfGG~UÌ@ `Xl6{ŕHb0Pj&&&QQQ3gdX999B'??JZFFF]]]V333wJuzzzzzzfڻwݻUՅ]1Mc0\."~N7q{ Yٵ ?H$H1 Op@uJ$)))3f̠8 L566zzzHnA7!AgϞr劅/,X͍>|]Va`@&LQD2vX.]={ܸquj@L:eҥjhhvZOO\~W_ HNNnooWDƍaaa .LJJjnn^~D"yZ^$EFF ©SW‚___r8Ν;>r? %Ny=== 㫯RN,kjjƎmbz{{ɏw~N^gN4ӧީSc}W z ߎjرcܶngwuuݻw_6dĉ~~~nR5 ^{5Y //ɓ'XE___ƍK,aX== O_6o?;mnVCNpjХK͛sN>B!D"Tg}„ *6mmm-?Sᣂqjkkş}m2e4 ߄dccs!(..>rHtt4[p^ccƍS)sss&&?u™3>Xj&9ƣ/+!\]]d2 ===O>-{wffYTl`xyy<|C͛'OvK-W_~E6moo0MWBMx7N:%Ν [n loo߲eq\\ n޼yΜ9;v숊jjjz )={@ZZZrrr !!A-WQ9joꩫ[z3j?~oXW^ytmj"NMDߦLbllljjsٷ׮]644p8 ,())}5P(ASL100x9shT_VVfaaa```cchѢk׮ cC*win?Ӓ%K<<<:::nܸQ]]˾MMMc;v466ZZZ&~BG\z5((ޑfjOkك$P;v 222ȏѪ81hiiAŸPfTEqE򣭭ٳϟ?00m?*5TUUUG!$*뷠NBZfffAD"#|29~'!Aëf-죄 T7Qy@e% 6\[F[[P p먖+((H$4ԇ@ťD~Nqqő d5222RƽBCz#6m4 m|8R8~}ͅÍI#uuu-8 D2eƌ0>RR`4ؿ rmRMz,e˖ ˆzсK/:!:jk!!hRJOb^{?566FDDp\cc@[D2Nrttd2NNNOV%_fbb"߿La9 .455544wydO;wxzz2L(V[QQQxxĉL]TTH$TAAAhhΝ;w![ȑ#۶m{)Hd1襡x=Ғs?oTivD`0!!!W\ox<, RSSnj3w .8q_rdƖ(S]]]]]][[< |陜|P]Att4x_|EZZZdd$|Ixҥ7={͛Guppm'''ؘ_jl$ܵkÇqTaAĮ]Dl,6R8 UQ]Au>T~ksXQXK6_0aBWoyyyyPXXH~  KKKTf###*8p l .^ŋuuu~%?=-K=JxĒ%DEhHR&Ϝ%稽[Pw}gee%&LGG|SNGwĉO??+W\v-,,L~Mϙ3gx5v''`0bcA֐?+IOn߾]$=xחbɷ͙3?~uO?4++9l6{GMKKKNNZG{ڵO~+pѢEvvv%%%O<9|0yzq\cccgg篾*55u&џᄆȇЫQo/G#hE`5TԡH$+W7n *!WQ̐w mmmzNkq\3|, ˓=2eݻw![Ν;&&&-).n"<<3$ԎZw133#i 6l"عa7xzUpb}47ǪUG襶ڵkP P^iM HHR(Epl|>$$)jbuwwݢQ޺^^ ѣp&2!+!e~wSSSQȩX(,]GbwQD >> ee D'!Svw_|)hSߗaIݻ'V=L7LW!5CQiii e Gs5vX!({HLoK`TQͫLBQ}A+/9M7jj`}mˁ>@suuEk]`kkKzmmÚ5pdr:::S 477˦2ahi|?t3U f/^\YY$Q]]^dΟG'8x~_Pt2;;3gdX999B0??JZ9PFf & ) EMggBްaŐǩ]***n޼: %55[oVVD:~:w4i|teۚv`.+X bcAPtۚD"Qג GGhk"غIP+%%~(0LLL.]:.\778_A~]F7((͍erss-,,ToGEDrrrxx8@deu ;vfta&11ݝ~V\0Zǩ-hWC""%Oym4ӎ+ KMM D'O`N8tV`Pta{VCK"1IH %x|8s~ci`apPPAs3$%APhWEElՕFAA8G'!}uuuɏB O@|<0nOIH/Ͳ:>O P] {7Ч$ÿ ɓ' SVUkkrhJFsB R)~{wχ;PGY9jiiIIIAzJJF}"W}%vHH}w`07GEPcǎBT G#+'N"WQy%$^/R޼  :P'|wie`QoæMNBJ͟?u}56»B` ̙ '?-<遽{ a= !H¦˗젠2c#~]u ޅ{q%*=<hooGE_Ăq$!PfTߎ^x& hkk;{lqҵWEET*%3BK ^ 0{6AxhVKQ%%%...s|~UUUgg'őɬAE_s'89ºu``:&LIjff&?̌ HDq$j!'N<m<!pt"}>ƍC?n7F#JЏ۷ Μ'u@*TOhnn&?`p\+tjp~jc]ص ""o?@ťD~Nqqő [WWӧQG`Zi}X g: CBB=zDuuu-8044@.pr2ش /@>omm}ȑSNYXX׫^8:tuJR)ŋPGPf<~x/_IIIΪWCnoݽ 11II0khFT{(P'NΓTQ6AVl˗mG6}B:Zp! :||߇o'TtUٟC}ۡ>iӦI$1 ]\11`gз6 ߄tϰq#Bb"AoBx0w߅&aMM +++ӧ+[oAWF7MB.{}QE"?[_tn&looH$4$yظA(77" cƌF5 A(tF']]]jGm=_[a -|%TzQ(ik86 ll}x:K'"u+B|Οa~+!u !:!16"J~-sV@ Q/{OGK/@d$"0--MlbrFER8r `601AFSh0 BGN3G6"e"5.\QG$7oW_l6jP6]S+V²e2h1 9[GKJJ\>UUU 0iܿch0J  [[[M&?̌ HdddbEFb"֭uF#|Vt.Nh#J'O>rAW!b-[1L-Fʐ/lkkc0CI` FCEa{)..S}/a؈!_T 9wܭ[f͚uuu# ôqYHII9v?O +++___---۷og;v쨯/((t^ ԟd}.]"?~~˗/$gggƀaZ]i1LwW0Lk$0pbb8 1 1NB CIH]IKKc5~x$(ϱEӒd oo7n(|KhjjJLL$ZZZ"V(x<^SSWW.@0(Bh! eZ2-A  @ aP0(Bh! eZ]_|GrʓO>3L4իWc4)~q2qb6&oҧOifĉ裌ʄ 0!g„եGtnңGwONvy'}3̓$m?ΒKc*̾5([o]ꫯ>zƮ@31}zF7?>|o7卮ֽ{Zko߬b6{e،ysO'?)SuTY|n.p[&塇ryͼNy'~Z|TmmzʒKf饳YviӦuQSWW׌3jkk 6l{إhfȃ?fT;gղYkZ:wn{mD{{m" xϹΌom7_̠A0 ]6 jjZ2`Phƌ(^{ɣfԒ.ڥK&gK"@0ujn9Ç˻hmm68/@=5IguV~>;6"FkدL4[P>&?=nrnoUJ7cF"G?l*I1dӦMcW(ݛo#sM6$IX {=Ln]Fnm\ L+75$?ƮP{J+eݚʚLYvxc<h=ƍgsuMeM&ɧc9Lm3(@sYvٜ~zz럽~>뮛o*dgi*?WYq~{cWi?w;2~|>8-;h*Ъ)lu68U<@V\1헯n*{5y 6G5vgk|ycW)kx ^k*J5vUWW?)~>[n .`߾}+USӴ^bƌ\pA?YڴsgҩS:wN׮y~r)e49פI9|rܳM>-s]fҤ|E>$}?gV׮9 -rvȑ vݳ+eܸ$y~=ڷϾ樣2\ sBhnkiML6]vo61(=\~pڬl'2Π @39؜uVN3t6[Zq|e~8cd̘/2e;o.4m64O>/1cf sΙuM`3'K/syY<\sSߦf讼2mvVs 7ĺ+.\+;9lV+yg3bDzhVЄueo{fΝ3hP:f9&Ne嬳[3}J+UPFe3aL9,l:ɓsm9t&?]yZ-Y5~|ȑ3q +3ժTuu8jrٳj_'p)7_~uqԨQUjRJfںpkmz o&;OWV1G=6gs=駹3O5̤ʠAykk9GլUomf]o\uU},L5̤^Ȗ[5gS[[Z~"'a2eJzzn=/_~ݻ/ҍݢc?i n3iӿL{75XlrK#,RC|0k߯f-1fLV[m&d]7O>+h*k20|ʌ!oOT̸ڬL,|[SYʩ*=ZjDC_6y? U@4bD"~[p9蠃zqs1ǁϟ{M7ݴk׮s1G߾}z>8#gzY'ݻO2%=ܳFu믿 ^}վ}6zm٦w޷rav7n>c^?ɳ>k|]t7ܽ{~;vOCihgz;v̹f,&}y_g|s6ڨwepC}ӥK5;5~b|m6,^77GϯogxcV]Zy ;W~ȐL㎫r-mԩcǎKr_uQ.wٶm$}]b%N=ÇW8!C3r${^m*'O<|_?9CsI  +p #GPj-Դi}t;̯~՜daSfz'OΖ[ _}U[o&d+F55왇;+iҤ'|r뭷~M&",k?VWW~%ɪbU8m۶뮻?~;eʔѣGo߯$4hИ1cf42Twe-se ?Ol~;]O ΤI|]ZIɓyz۴gO6?s̑С~´ie\xakC땬JnUT5559 8昜tR;4oF߿I'r3L2nܸ3f㟓=z/+/>}>Мyf 4{.gѡC^xcǎ?oiӦ}O{gzhu֩pUW]Oy^{:v-X gm &e-s Nn5]TS d?`„ {* h}=7^䪫[U.T޽C/Z>=;]ӯ_)V:8vt\NZlX>mw}wnz][[{ 7L:_~I; 7p 7{'NxvC|!C8g>l]wرLU:3\s5\sٳ_׿/I:[_wݙQ]MLyz%7<^lby$n쯿΀ެB)dl.sTP#я`=ɓ>;@;6l+Nw9j$Λ~SWկltڵO>w߮]eYfȑkVyC ~۵k:zꩋ.hz]wG}qA_'2d!_wmWkfg\0jjZ«hN>9^ ӦM 5/駋=zdz">_ 559{ljjJx2'ϟRKUjr^;_|Qe\vY˿g;cFv=_^l6ߞ 6z%Ei S,eȑj̘Q<찜xb{_|'[.cd h^{-}3]\zivܱNM 4(>X3?= hy'k?,NZS7}zUW';cd AYgP=L\3'jjroR:5}K/'wڶ~'E쳬zz VSK.nҩled>y?;-gsmСӳNdϞy,P;@kQ/ @'t5vr啭nM&II;l>@Ú81$9V&SrK/NJ6$&Ur}e ךkdֵ&M.N~6$|SNB`6L7ڷϭfJ,`//^@>58ᆹi3ߞ.N^~p`VL7l{]wkwjڶ͵f͋Fe_Z2̪O5:(Z6M"ӳvyR:-I' c+nHv/Դ7_+,R9^9?e)д]uUvک G3|jY>mW޾}~8+\V' {䑬NMi&ޛu)S ׯ75dJ)3FQ4{]%dK)dĈU{}t}&kS vYyR P' 6(ȼzsen b뭗#(P u!tӂ̸quՕR2T/ 2v(M5YtP;㌌SJ!I:⛄kC)MզMF FWRh=7Z=W_6mJ)B˳b{gR?VS^@Sty5*ϳ]|0[g\r5^n̛o栃Ji4%'f d nMla8 3~|v)ӧRh2Ə϶$9`k2 f2lXAfҤSL)4i{䫯 b眓*PqEYj̝wh2/^ajfI'e 2>. dy㍂kKij7vۂSOcKiMZM]]]cw]55-U4-c~[Ki[V'QrKآ ӫWy&]R5ybRS*fB61šLU'9"̷Wʌ[oe} 255Rk2U1}2qbLy,@YH_??F 7cFcU,`^~9]Չ$[og?˄ 2GImmY_4(L djj?Zi;쐭*ȜuVy6@)<`M&#FXi뮛_ sR‚5$cM9碋JiMH4h9N9%Vco4>KYe( P5睗_h&W\*p \9<\e\sMA#҆`esnm0jjZ«hs,O=6TY~7ȑe'd%3~|̞{f }UY&\)yԔ hP'?kUgMeu?4)?i^RgϼlPE-4Ӧ 2K,SN) E\2VrK)m*8Ђ5 'Ն'_3&#FSO-Xds￟/4ƙiX5w^Y{ QdʔgyJE/S: Gӷo* ߔUzdU)н{^y%SV!F[.&UsBFڷse%*6R[%hƍ˱dϚLҾ}'^ +@O>ɬRأBϰaرRre{3ON;6g[J)SredP:|E /PundN>9}TJ\|qzR&瞛Zkb_<}A 3vl)mr'{RPo͗3(qG6Иj*?Ϥ9i Toeɕ2]KL,T>Rf2bDYYrɂseebfL4V)yq{@<·VʬJ{M&j r=K,^HeUkQMh<`Mfea&;o< sUyR dt)ՆԡC +/Ki̶#,Xi6_lM:o_)9眲@hXc<YdKiìZoJ+'[ MOgU2}zYge*,brK@ny=wYY2vlV]3*,9 Z)0\y,`Yhk%L ӧgs2[mo,gJoX^qEv޹B̫:䡇*e^:RC 4޽3n\*̌ΒKܳf\w]Y=Sd+2;+(03,xRfrebe V]5>:5(JmќtR7w/~*MGn9̙gKi̤!C vO/ }{nA檫ӥfҩt+ &眓ڊߦQV!(AVss҆>YrJIrAexpяJiC/mV)0c{}Q=#b҆g 2G+ ;̮*n?U ,Ly&mۖUr=`̘1۷6@J% /C @^}5-S+en-UP)лw{=OJSNɡUVFQj˿$ࡇ d}5f X9Rs k2I97%{d=4Ӧ%T 䢋ܳmX GQ9|e)m<eZ3M7/~QJ3Ӯ]CjTw9蠂̦Id xe S+&SVھwJ)JbP1"cV oN+ UЧO٧ s16@ECRcǜuVYmnd9&&sՕmjCo3,Ȝ{n{hn t|#(W>MG[J5ה&NСΏ\Jf"~Z_P#,xbOjCulq4)CTJQSWWfWMMKxr9Jgy*D՜}vۯR`+i߾B:4Z)ytTV!+Ε:׳BeOdR{;ҳgc*]ig2˔ VFQj˿$qFAcɴ{Y7'߳=Lk2-Ď;f+6'TVqD${iMXilu9@5ΌMj1f`r5K-K۶eF.T t7\sU''\a}Ն=:_)о}^}5zgw3o*DF^:SVʌ}*@X(_^9RP&T L+ 8 dZ%ȯ]9R@5ΌMj1n-r-;jCYn-nZ)0y,@Y$qc* ȟ\VYnJm&/>}J$lJyɛofy*D)>6@dܸ V2&l%3xp9ؒߛ1#GUɴ@ݺe 2KiUdP:T0oe\{1\w- $6,_}U)FYmPJ7ܐ+ \}M>ՆrtPux\sMYmZ D/oգn[5̠A'jޗ_fذJl[=T a@C6-S9tTJJ7\9Ȃ 'dR@h?>3fT 柿64NJmŻW^. ng4(RVᇧsJnOZ.;={Q1qL),-R@dQ; v:{dA3d (h9S fAEYQ!fM>??7<~^ktZ|M zѣsƎ=SgYr@p @Y8M v1.4W cذԠ>*W Tߎ45o}+W d]KRoݺuoDmmZImm|;qch.(;W]Ǝ;檡|[Ѯ]j0}z,[*Wg;UT/C檡 W W^Ԡ6\5ΝKRr@9 ,ŸYRP]}u]sNWJ׿mۦ^E}}j0zl^:Skr?\zhJA~ѫWjp]?mBbEm_zJ^{ŠAx2֬nH ڷ-wcSuG?U ,Sr6q @яb͚`3W _?\5P.MwI ??uUCҗ}`„X2W '{I >8N<1W cĈ}`X,W l=ߎO ڴ\5},N=55X$Ue165}-W %ecԨb\5P.~hjJ 2k_44ď^USJr-' IDATAUU9[lo|#`Ĉ\5O:58x\5P#8#56,rPj/}Mv=-v26@){GRW<\mѣGZAlYt횱 ZTGV,5o|#W %c㓟L ~x\5P +tPzaR^Yr@m2qna:w /L ֮U[ui^u@ORCcƌ\5/L㮻r@)Ss3Dc&O=UU4Z{Wor⋱(5o{mrХK"6Gk]R 6il,5o|#W %bS_"|2W +tP/I ~%YƏO&cǺv5FL y'&N[ui^u@X0N;-54(n)W lڴ8`5+W W^=~^b7 ySNUi3^{mvbٲ}MK79->ڶ@IjKQ<(5?i괪*_sP nRscٲ\5P.uLD\vd,Gj4͘M&"u e}c\5<()O?ޛ|sqj(qqACC\w](Ak 7]9䪡}?Q(MMM>C*)_Z5dBӟFSSjp饹R( ]'չjL+WcDǎj(}Ň?̙/J…xqjЧOwqI~? eJ;ČG>qEƔ)j46ƵצqŹj( 55qAC&]}uW2bB1qb]\rIT-t%vuEcc( sϥ{䪡\]&ŪUjt7CQGű檡\pBrHj0~,[`cL1]c`X W +tP^:v /L VnU ,7uJ-P ۪- 3'L .<~\5ćlߟ1pBw_˛oFn&{?=|7nr3DMM&ņ kl}RC&JIk]R H_]_]_+sϦ<O>J\`pY:(G]Ɛ!+Ĝ9j\}u6&V /L VSsjklWk]~z~{…qiƔ)jJGW,M;,x"c7ߌkxnM+G{sϹZx\ P KtPN9%zJ f͊7URD嗻Mmяv>"_t d]bb5@{͘3'588\5`?>W 5kbԠK1"W _t@q[6~ԠC\5/krfq @7.֭K . #GƎ;jXM3;檡||zhj0gNF(VS[oPĉ'=O< s @q۰!ƏO tCsP:uѣS_oUE+F۶ /UC 1aB(VƥNkj+rP - @^.(ng믧\:䪡]|qi\{m(JwKGnj(wxs Q_ϯ~O?쓫rwѻwj0gNJ(2RmEJ}cWj^uK3n=:5xո\5P|Ə/0Ae.K c„\5P@USSSk7lr? g窡2x䑌AP4|3w 69gP ֮`b@kKQ#\^[`pY:$Tydjp˹j_R*^{駧>O<ɩd"KrP1:t1cR_[oU).(V/GJr饩ӆ81W ^yR~4\5T?z,PL |q \ [_`ܸ\)BbuА\vY*̀IQ_XˣWh|sX/~˖GG۶j${u/j`<(Jkxmnŀj0mرjlS;#F䪡\|qtݺ4)W S551zt*EY: Ņ2Eiƌx 6W {9ƍ˕E`X"5;6:tUC6,v)57.r@k{饸SbrPy=6<051#}7W |0,uڮ]+ѯ_jv sP:tK ^z)Umظ15\)TQW+> eϽSOŮ檡R| KSAbsP.(jjRRib\5z&M`\)T=SSŋs@x iaoÇO?U<\uWjpqjl^7ݔ+ZI}}L|cqљbp\R`0iRhU&NkkcԨ\)T /,0ϳts @hlL .4W o)5 wJ}ѻwjp㍱n]h =ޛvqqmkeBbQWg׹s 8?\5A?N t@ǧNw!Εdذh>54)W ӣ>5=:W l?=z&ESShI/UUj|qA]]^Z :媁ѷojhQRp @Q:5uqR`c`ɒxL1Т&NLƈR`ƌI^sJ4~|A2#эc\)Bñxqj0jTT"pyQSL+Z/ǢEA߾ѵkشs`„\)bV*pu1ā檁M;w`hlU.huSNkjbL%ֽ{xbj0wnZZƔ)qcjpR c6,5OU-cڴX653&W $UUŨQeq}j2kM8=W 2zttژ5+W OpB(OeP䚚R}(>;W 2rdmL+\(кn)֬I ;/W lN]S r@ X<5=:r@!Dj0sf_ۃũFvjvSOM Ϗ7U@s @Jt]rf#R?9~\5&NLm#Gf*4fLws@sK宪*. W lOnuuRt.h=K6?{LMMjh.h=5*Kl~49&55+֮UgʔO FΕc0 5x\5|MS1crf#S%KG2P\(J֯3RU["-͕ͤ1&MJ zOU[sS7R?c8\)%FO'N̕@Es @+xr?v15HнƲey7O~2/5:5r@s/I ??ڴU[G8`޼X*W mV2eJS80W lbȐc\5үm&=7W lQRKƯ+C]]괦&FΕ[.vm̞+Bְ|ysOj0p`tꔫ\ӦfqA>j` ^mk44ĬY>ݺ媁-w뮩7JrP5LyJrqaqc6ӦE}}jpR`[rJjp-j`}wfj0bD*m+}X$W ʅ256ԩG突5ztW{s6hjIROU[sSkٹR`L:9<3W lQ n1K˅2{o,_|~`!5 syEMMZ/"jU,XuV/B1o'Rظ1W ȅ2M:s6a75X*W l551rdmưac_ٱn]j0bD6眓:}\)T"[qiE׮j`ۤt[sJvmv[j/^{媁m3jTԩY:`եN{O:W lA}`ڴL%T$5cF_+g?ݻw;@??VN . W lJ ꢾ>W lKGS#ڏ);gv[Z2%uڽ{xbf1lXj쳹j`͜:c8\)FJFuWruuԔfu1gN* e2zx`ȨUaȨiSSLěo/ 3[J̠AѡCjPW+PSSϯ>:zUᤓ[sPq\(є)8\)LzJ ꢱ1W lo`\)L:wJ ,+sxx`\)L F`kP swSO 8 ۧ7ޘ+6ے%ߥ^uK:J1wnjЧOsh>zQGӧƍj .%.]o\)Ьv)N?=5X:W l3SUU1hPhVUU1lXj#쳹j`~{oRsNrPA\(kŃCFb٥tYܒ+6CSS e>{L1`֬\)yRPrJhniJ$.c`Ԩ\)N:)v=5\)}4>56,W }J ꢩ)W _CD۶jSqFjpmjU* e顇!JЦM W b3SGRe:]4{,W 2cF44.ԝsNtݺ;7W …2-ox`Ȑ\)bFL65J ײwU-ch.5˕aػwqDh'ݺ3fJRP͘MM<3@88([oCJӥKrJj0{v_6'L Fȕ-ӇsP\(n)uzѽ{hI眓:}os͜:-x S+W…R`ӦOOJE{MMs[ȅ2-%KR!Cr@ <8jkSu -,H >\P*N9%tI r&44ĬY{q#ew8lhV.hakk\)>n=;r7/֭K ˕-]805x\5A7^{-51"W CSKl6 ~c\5K k…R͚:=o\)9DUUj0sfGuu=TٜuV/fBhQNj0xpc=Rh` IDATS".uڶm +ZC{ǼyR([.hoݗ UUj5ț \hڸԠ_)W SNΝSoΕ@[>fN N9%v%W 8593W e˅2-`hhH җCg8 FhhFWÆJVҾ}rK_v]rej0bDh%UUO_ /dLP_yAJ֓_O>+ʖ~ng?+ZϠAӕ+㗿̕@e7/uڥKzjh=CNb\)'4矏&5<8W M`֬\)T+ \1xp䪁.7ݔ+ n]qGj0p`kZ~ᇧg q @s5+6yZUB*E׮q≩M7Ecc*Q__ eM?5X ֬U@X:52$W ?9\)!4 =5H_ \jܿT3c㳟M |mլY6m⬳r@)N?=5;7rPyfHVURTW]w;,ZWJ0hP;|2W ƅ2ͧ1n9585W !CR+VJ45̙1DϞj8aC̟+3wn[8\)P`\)4^J tIN]6.M ˕EâW }u>lk;Sώ\5Pv1N>953'W ƅ2g֬iǎqRhF߾mņ j$N۵ΕdРoJ,Zw̖4`@tx\)4?N8)W Sܓ+Jr뭩SOvʕdƍ1wn*ɜ9ȕ3bRٳsPV\(L;~;5H? 'D׮7Jb<x-DnűǦ.Y^,Z UUjXog̛ j(.fݖ:=8\)PĪboU@iq꩹R?}X4W kxԠ\)PҟٮX>BmjUj0xp(zNׯ/p=lyR'o+[~QS̝+5gNϕbRٳsP\(m, Rs@;+5 m׿ũWϤ@AW]wg+^mmzkP`zk#ɕ }}[oJ͛:m.N;-W Rcolwf@'y'k<ָRUvt` N(Uo+6-֮-UjGo{@}ٴ)Ξʟ=q")Uf ullۖа򋮡شTg+bΜRUvNkז&_thv*ԋ,` 8T?gwo*0 e~c˖,ST ԚضTEPfŊRUW^>u c3'::@ ɓߟRUfMkf btTj2/f+bٲRU=d6ݾ=Μ)UZ3--~}6PKG@-۸1Ν~,aC*Ԭ/O=;ڲ2c׮,_U Ըc͚,s1:Z B ˢT}O>MlRUM?=-O=U Ը?/UڴaC;}T}N?,.Uc EvWggT` {l:mZtwu9֮7H6Ԏcx⴩)z`#O>M{{ԩRUqdXT/2wމ+UZb ,_g%:~<,UڱaC6?P3BgTjǦM{KU1cFxRU%\?W^[ ԟ5n= lX 5bt46oESS6P_.,::2 e. /hiKK][ ԗ)S; 14~TGO=MmRU} ~TjgE⦛JUzc׮RU7gٳcٲRUY--##iS6 e.[:;5 b*T~={ϖuc,qc*Ԃh:TGW_g e\Mbx⴩iuc93::2;ܹ,` 8qkf͛ʱcqhϚ ~}6ݽ;~Tj2ח+:|8Tۖ-{[JU/طTۦMtڴ*UWsS B<{dqSTq @۳@@KܹY`RUn/MWYJU`AsO4 eƲys;zTkW^Kd e}@ww*PZZb,qcj@ط/ L[>`* eƲaC6]0nTwe={xSFys6XTwO>M,Ujm[ U65Ś5@]c] 5BԩSחg/9>v(UjeK6]&JUzfe| ?#ᄌRU-\g_,Z` @j8s& zT2mۖM׭RU[MT֭c޼RU eΟ;KUlޜM2/.UIggf_,Uf @GƱcY`͚BM] UBߒxRUQĉ0iΙK*9رxRUl[fnln&\+;s&KUJY(Ο, S jӦlzuLR 4+b,ys*L_̦=\S 4n;~2,] 4s.qH :5:;2 ̙֕-ٲ%FFJUY(nͦ7wU 4kǎ8wT&ϦM1:Zq:uj\Y 4kk矗퍟@s_Z Bm[6͟Qww6ػT&ϖ-tٲ=ThlO<SVk>lڔMo%nThl?egB_{,owYE@;u*@M`͞Kd͛KU`Y'KU]]YsB_[[cٲRU'Ȧ.ΝqlPJZ6?X 8~< [W 0-ɛoƱcP},m۲iGG̘Q 0Eodغ5yg,XP 0@[ al:wn{ɦR [c,?-@=P 嗳O¤[,., PCΟ;@}([[m02]]z\rIeKUZX(U65Y(o.K/?dkKU*oO,|3,j8}T2[f{/U,98yT&Җ-{JU*{lzX_0zzikk,[V PODSS`U BፌY azu4W>ނm0BkKRKƬYY`۶RUHB+bRUʮn3 ewP|MXT 5wn<`/ o|,*1uj\,10 5Ɣ-h0 /y޼RU^M{zbdT&֭t֬XT`,OƑ:PXSStue]5?*N[Zbm ߱#QP>(? 8j*'KU`Y(4-[q饥&_(sp|u*;CŕW\|w0oƒ%++/mL 3쌩S+NGFx5:;wf+KU.…quY`۶RUox1}z*x,/X(48{6 X(UG@OO*7ߌ/]]ig5̙1>Sܾ=FFJU`2Y(4w \իΝ14T glzUq}#_(sh|y*,` TKU`2Y(4ؾ= tw\|ǡC0~vȦ7Jmm1cFnSOO6㎸RUhQ\sMȟ^_իƗ_f5kJU.ҝwƍ7f*tT8|Vkk,[,ExIVe4 eFm[6xRU> 5?+N`"/'0?>0 X,J|u*L eF5gZZJU.^m7ވ?/Usg6ޘ;Tg?xر#Κ\Θ2tdd{ꂅ2@Cx,] X3fT4 jjUrqMY-@mپ=Ŵio1>9h ?FF*NN+ .^kk,[lʻƱcYB~]]4_@Ux, å09,R嗗^EW sxRU+_gO=|СRUgt4[. kdSb߾RUcv̦1eJ*|y̘Qq::://RU뮻@KY(4G2Pn)n5 l^ 3Y-ԄX4 x9V'9]]z̪UsB;7.,UcVΦ۶00gT65Y(5#/JUz,` Ԋ9#G⫯JU`X(4|LGG4;3_Ky @5ر#yg\}*ٞ<}{6xRU?-O8zjstۗ|jȲeښ\tT|̪UzYP~ =N-UcZ[c,P,K/`iSStvl1ӧG[[P}q~PjKWW6Pʝ>/V.U=K__ @i &_pa̛W 0%Pwǹsp3XT`h 8Ԗ+qp*f `v̦9PS8P /_(ӧg;:pzz=ĵז;nM B;￟,`A/Y _#$:w.>u 55,+IL|D8:uvfS/ eFw#"]Uk8u* X+P*\ߎcDz@~TWJU( eFhkKUO~uH|e*\S7T 0~%R cl:gN\ fǎllY̜Y 0bڴӑ+ }{6޸RUhQ̝'Moײ2P3. *CCߟBMX$ ɦ]]z9:;@j2@c닑өS˕]S]T,umooX>WLvRU(B1$/YJU&FCJU`,qm#?8zTӓM̉*UVEsŞ=P2@,? Ԅhi8ݻ  U0a',/vժ<&\}u{opf Pw,oƿ,:0gN<@pP%&VLhk8p X!KP,@Dܹpa*D/,;vHi|y6?\ U67p#ԉ9O>/U,@E3JU&R~ig[PَtRUё] K/l@}}bRU1{vop5ط/ lԍ+.&Hf@ 7/' ߟMJ&ؔ)֖.U_˿vqm5<P6^{- \Y P]wqW 18egP̉^N(/_(^P\sse e:##S㏗+ ?\q:yP:;z'Nđ#YT`2,Ub Pv̦ǬY!z8sT"vʦwS*d;~X هM%K lOT&2@=,re*$舦3gm^PT`,[ Bf|eWuk;@v qtd>KU&ɔ)c_a`|OutL9[g PŽL5$]żR WN=V 0IuO%2}W BؑM;;T`]G7ߔƬY'_(sd>\ @c˿6gN,ZT 0y-S+NcϞmuؿ? \Y 0-+NGFbmXPƧnA̟7ݔ K~--ᇳ@| g Pwbp⴩ (Z[G@oo* /w-Pس' xGgg6-@P;*{yJU&[GG6uP@!5zT`/#8OШ^}5Nsw@=|}T BޝMW,E{Шvʦ=ӧL+޽4| M7M7L9so72 erx_Ygw_\qE+UQKJWƽfu&T ĊYsB3f#lLf]/]JhHOǡCY={bhTƙ2@}ɟ3^4f(Uc^t?_ @l*T:e7ވKUh<18Xq2'܀re6=y2^}Tƙ2@}ٽ;ٙM)RUOP-= fɒlhS @l-+(U7gRUg.:rX|qPq-YE,^ P=fΌ%K@*'^Ι-4l/Y(ԑzRUj_ty9`>?JUIwf 0A2z+ X()С8}TƓ2@ٽ;.[--$zRUIcRUj48X`j,_=f\[ B^PƧna-_ST?/\ @Ϧla-ZW\~eҘ>T̙eT+ ez[WY а. FGcϞ,^ P.$y$ '-F1 ؎ml<c0'[ݪJԭm*UUTEjoz}QVUGU^4a6`l<1lc0NsY7Z[ӟfl_TFx5:Php۷UWciukPr9 |Qgr:q"}T䏹Pg .x͚5T]==~.^K4W_+̙vm(@#K.^KEN)gysЂ/^}JEhF׿J(@#X>fo/)%1qb(@#xl ? (ٳqp6?k {ĵksg6Օ B(Mgxxp_q( /p)SbiWMpҥl@ 8e[f^m| O:<==p; hpp }Ta[7A׎4Kr<_j6E۷geR lҤ*B8 TFa֨T^{LаKcѢBIzu̜ x9իkW6Pիc֬l ?VzzB1Fw= /]%6_holwM hvO?ZV{{lܘ x9`DqD6`gVؽ;g ^^Ae)Mpa(@(|r(h_ZWИ˗z%y #:R(4V~E^(sxN(iǎlu˖TJE_wwU]z5)utĂ逸blۍuL P>$t_re̙ /llR(̉+rmhk͛{uL Pzzƍ.'-6m$lPi䗚$^ݻ{l12@Cylu͚5TY]/P*@ʛϏBI_jڷ/._.ŧV]T<ܲ;'7KE(J^(3rMdă*ؑvwGR* ,6m׮Ş=4|BI|y̟ x^)ـB6:k2Ok-P(4P&ߧH? ǎ8=-[R)h.]]^uص`XsJ4KcѢl`۶RQ eq\> U$- 5dn̙@^hКBg)h:+K eCCUWNի K7g~@8 (DW\el;uk}{ h)DdggL\* ЌWmsK6 P)K %hvիUWbӦig+0Z eӓnR*Ф gīJ-[R)hF]]1qbc׮i^^jU̞]( Д~8?O eFp|: (ҥxq6|Ğ-pf̈ի{_m[0/BSPٳ{7o޼3f|(,۷??g{' hU2? 0Z;vd+Wjj"?AXQ( R=ҥRQɎYԩ~}4@l{/JE PcykCww@y'yTznJ(@+ٰ!&MzFS0 @ض-[ɓKEZǂـB^]@pۖ/t'[g ȴijU6:4PfR9SـlB^gU]0! ZI2/. ĉ@ww$@ /'(ZٳـBvgo/B^} +VĜ9'?R(󣣣P2駥ԇcxifM4@ɿ}xRQJ P|i?>s'߳JTtuE[[իWcނi@^&J'Puڵ5bE̙ Y* @}/'سjjX")>XP;Jlڔ JPKŕ+UW'La; ɓـ @mޜ*Zʇѣـ=[2@]w-*hU?#`AttJPfϞ~TUWg̈ի ZRo;)Rر8uTnJ(@ڲ%&T8p`qsg'Gx#ۍM P_ݻ J1re̚ 0޶oVf^11o^ttd.'7[ݴTM]]@^}@)ρqRJE PB[].'-b` N %Z\~Bh.ŋ/f e2'72@<,(hm"blu(hqy̮]18X* 7NLɁ7ވ3g %fgǎl5wCѣᇥl+RQ֖\0~vV~:N-hmO>gW] S(ԙD̛W* @Ě51mZաؽ`~B Ů]@0[.&Ozㆃ.)ʃd@VܤIvm6S* J PO?\N 2%֬^;Ļf݅B @ƮRQ>`(Ih}9?u;~tt9{@:r$Ν6m*s/qJ(2@= el) 򃮽{JE(+4rӦTJE\^(stF(e{=[* :;cĪ׮E4 e1<0P(YbŊlAД>8\NKWWPhVvelys;[qP;vd<=z`/g ފw%߳ݳ'_/O P7B-[JkqTRnׯKEeop ܙ.\K6n [ .__,P#<PG]]QT]x1,rBWW_lYuW64ljj޼X,o P eph= twJeҥـ @z5R]JE(%JmR9nfӦlwA PvV/zTqzj{{[W0 Vl&qX6PkPoo Q(ԇPf˖R9PfxT˻z*f,f=ÇܹRQj'Dm֬xɂi$ȑRQ/ eӓ*]Cqh(kWU*@VŴiUWcij7[ݰ!JEEG5PoOg eqăf dhh"24)֭KV%>͞-P6mVPţP.EJ\ ԃ|V 84.^C| {uF PB7:PhK…Tqc\R* @-7nT]<9֮-;ӧc`T"ua׮l5xBIj*/-P'6l׮L^fMLR* @u<gcM 0Ν^JEH=o;p!̘+Vdlr(Gd,2x۽;N>§T*#tP3o'OfJr^}2@ؼ9[ݱT"/vho/`$ eۛ.\K0|vϞ,6O?6Ll|3N*2/'lX*(]ogΔPy xWWT*$Q8t`ع3[]< hx{@]Y }4g 4|## F8K6`L)gUWڢ`9Gѣ@WW(.)ߤ)M=[*^"f,`t\NXoo W]>=V,`=۝;KW^%@ JEhu eq? C /.0=ho/`tߏRQZޖdI,ZT* ^ST]iZB` Ǟ=@0.֭ɓ޸ h`٪p=H,^ l,/ٴTQ<9֬ ; esh|a6aC(6yr4) vP)?Q-@) e񓗋q}܊ @kתǺu @SS2@}KRQZB` >287JE;yªU1cF(":uX>]* ٹ3[x : IDATRQnƍ1zq`4K 0~ eՕt]/\0 lJEO>ggw0vB͛KEsIJe@~&Q(3gln͛Kf38}}ـ=[nEgg6`hDy̦Mrܺ\i׮R9ZB`\sDGG(Ad^~9.\Zƍܢ|6?CـBJJP(maƘ`cAWOOc$rGcRQn]~xT7ΞO({ƍ1g.7@K׭)SJE]˗ǜ9UWG8)l @Nիo_4%߳u#…@~ 7ڳԩ@~JQ(uDn6Ph 3fSOe:wJb6rX&2@={MJE I=[ZR(w+̟>Z* Xp4vĉ~}4wL ^{->(p#X_={bpTP(kluƨTJE A14T* KWiJE 'ܺ={Շ{)`,>$^~`֢P(+tueGp=|\SV]RnܰT1rݱti6kW(-G PЅ +ـ @ùxlAPF,VP4Ibl 0=R9N~dfCCUWNU #yBn:/V]T )`[ѣ {D PPۻvmLT* rРz{KE;ŪqT[UWgΌ #qd(E PP^(72ԭ7KEyLWWcjÆPKСiF-lݺhk+`,Y2n 2@)ׯG6rР.t)/g 4sdz`_yhPJlؐ س 2@)/WT]0!:; ;J[ (@: lT* X˯Wԡ7b߾lw@ e|g P eRz{'9sJEksO+`t=MJԩxBIFiϞl#f.`^'W]q#+U(Jٵ+[U(4kcĪWB~9TxX(ϭK7ܔ)jU6p[EF9 (ڴiSـ.\ (]~J PoR9j#߳-@ (V7|Pq4:}z=|2ȟFV(jl`RQ;7<pػ7p9h2llNxh> ]Jh~ eZʟMxXTR#|qqRJ%֭+P&?O>W_w(j)S@S|϶#-@RQ~ٞ=18XuuX`"lϞRQB חPP~uD8 ()E=o` _]* @Y-PolL &'cvru` N,`>:{7>rP.'ի6|U(`)V@>RQV.COݾ~lVB`9~q|q(-?0E^U]G^rP?mP(Gwl͕Ѓ-G8}T`#xRQV[>xT:[طPUwt4ի2r/'x6E޽}TltDlT:7gLR^(Wrt>C cŋ6ʞ=]J e\Nje6+M s.R ee593314T0 @ȋt+ J/'(VԳgqRA P7X1 eeOlbRQ:.`Ç]b߾BI:Dn[RQ9s&fg+Wׯp#P;y֕+Q(F g=u P7=ϟO^(W*@ e?kJE믳ձXTpXlRjD4=E B ]443315U0 P3%@ f*.g_}U*@l-b)q^bh( X!/^ŋ3['Ξ-VwPX>gd}{Itܹxruݺ)c2f x(۠P|f;1ss2 er?w" tr異u*vPY* @'h4*W?o-w(O~9!62ۥul586TyqlWrt;lC~@22y" l.`%ݚ##ن`q򙃇:B-(T~]n] Latݺe\N, T(,o6:U* @- P(,|J;4חyt}ugOS* @Q(v\ySaC?^0 @ɿz5=*w(Iކ[xTm>yqf(@==F(رزrՊizB`] e٘*%>O>69S* Pyxi͚6x2r{7rPs1[+W[6©Srtĉl R3[ 24UjL ֬l.`~%n6s z/'(R(`o-)믳ظTrBqp(X!7oƯf]>=w.ffJEn e%8s&[R9JۗJEzKz0>F(#޼;c׮RQhUx.LKtutvwv`2xCbǎld(@o1X͛lC~?(Νl×_Uv숃 Ehܹl hX!PE 俐fPX|kW_* @q,kѣնu uff ,Wbz:0>^* @9}:[p#(kb"[g5rt|f;9V(@8>^\]. *xT.PX,2H^Ϟ􊼣Sh4*W=k zB>KE6[VZn2ySSنN *Wggݙ3٪pĎq``lm͚6̃B`Q&~ru͚)P!|.eIʿ3[2LLd_|[Н\Nuuqd4]XFmP(k;+[)er2[/k]W@Oțc`Tl/^/JEߙ3q`(/Ѩ\}8]++)eb"[+k>SܹS* pN̺ff,rmgIK{ IDATcG8mȟ[@ ϟڻ7>0ېQr©Srtubh(r0$`>lQ(,\6t]kz` 3ۑ/>;vdΝ+(ՊlCތ8~<{run.͂i.+XmlC~% >]*@Oh4bt4ېԛB`!nތ ]@իx1۠`k] eprTS(,D>o=p v,W׺ի8y`rhwď?f,Tl[RQB`!&'U\t$`lP* @.]gJEM>سT^gaܸQ* @Q(,D:6V*@/'Cܽ[* mpE8~<6n\}& J^(st=blC~^Pc ey  y7woڕmpT/'(X6俽@9,N;[ eyt)^\]ǵT tAܺm+4;fÍ~TP([hpXlX* @oQ(,DZ۶ő#pR<^; RQB`c=hɘ+scch[c;w޽RQl"6o. GW1=]0 @P([~Е!5ڧOՂi.lO.;wfgz:s&[R9zΆ qx!?5+2[:F[jd`)Ʋ'7WwPɘ\ݴ)>` X7lC^@.5qZA RO)^uP|::}}"]c׮RQzQ>VTLLd7n}V0 @gׯy39z6`KŋRQn01,ѩShT>~ׯLt3gq7,ǶmVLML_N+G @L?_0 ΞV,q@!?;`E512mjI 0wƏ?f,Ѻu14mp9ӫW1=m0XtrT䳂R9zW[;[Q(C>]ݽ;>Tޕty9tzU(y_ NлR3[Q(C>]lp9yذTޕl/\ׯKE:dwo]* @gۥt2<<,[RQΖlO. G˗qb4@ e<,>06xTalTvPlߞm?;#`YlGfl:w.[-O*+2@;w Z-%H!M klTzW}g 2@xru`  ]@léSC^ef 573%+V 8[|zd Pٳ}kW(`f $.]/*Wĉij ^,ԌB et51;[* ySrF~vNܽ[* y&'cÆRQĉuf&.\()R e k+W?o-0gffn߾ص+ې_z[>_`ĉl->7 {ge/tA JO\N:;w.[-N13[?(MNFUm[|i4rN.˗kp4l@m=|mp#J02@|:6F(uPxcRQk @;>fg+W7nG ;RQ:BٳSrL~9ҥxT=X!+ ǵk# ڵɑ#m[jP(TĉXruf& :F>-fo D 8h4bx8ې>ԆBq~]PC/_ƕ+VNЂ-ԓBbf 0 e S{ƇP?Οтij&j@Oz$n6(X9fPUPe'OF(v;=_th*WmC ;wKE\ e y-w,Kt]OtPftTZz^K :@>FTٳ'v6x@ nlf#Gb˖չ6#G *ڰ!6@Ub,]KP@ n/dzg}}12R0 @YAoիVZ^ef u31z`)hG .)ѣiS(uR jej**W7m#G r¹sr޽lp;VTPx&:/'{ FFTg/dzg-|kRQjl,Gƍi:B]r;O-/-Ǝ *W߼iU~,o njO 7Ϟŕ+]|Iڕm/dj*[)֮' .'@}(3[sBySqc;V0 @9"øy3r@p|F2dzUPkh(֮-15V?LPcf@DܾmPPF>=>fgKED eɿvkXFADv h4[>v-?.X=wPo[ϟt2ߜ;P{}iUlvё#ukjf4* elٸ1"ېb:2_[\m-v} @o eli4bh(rԁBΑPsbnru˖8|`s52%3ۼ ssq|A @IPf3[5 9˻ v={JEjxru͚*dz˗ŋRQ: `_{WLlJ ""6E`@7(?N6gm=M Gln ۴)>2p=石 e3ښlB󲩩R9:B-h4@m{ݥ@m]/_V`4DDիi(E ~S"xTISb|<[sTIĉXTgys\?_0 @Q(%02R*oׯłipU{wن^ypUfM elR(_ .'uرl.IV43[Ւ_˯K @gJ, e?\{_] e'ݸV61<\0 o+@Oz<6۠P`df@])8XE.'@ 3ۃcǎRQlr2ZRQR͘\ݸ1>`ޒg{f@R(aj*[gr•+Y(@)y-*Frɓq`ݯXTСؾrՊf`NPC~9adTx7o…i" eVq@!?wQ> `E51k6cvT`;Vmq`4M>TNPvy]72ׯǥ+/*XuWy\Z0 h4JE]; H ƣy|ilRjEY0 pUiS|Y!Kl:A~ff ԏB ޽l n͚68@  .'t%YccrPfw@5]P/˗kɓP!*ff =޽lpN;[R(z6C?8@?~<6l(j阙)XIݱgO(TVލwKE ev2##r/'|]ܿ_* 򙭧n:`W|/LzBqbRQX]Г&'ժ\ݺ5.yS(=xrшiluj*JEXM e&tlбh4y̵ki(i6Cb۶RQXXSݢqZ4F XbV*< djf б[+W\?:SH,Ж-نW(z&.\6O)6oC {@g el:VCCنLWX e:Y+;[@]]ϞU`4,P~At_~;w ccpfcZ67*d e@};=W* zD'pyL~0t[F# `ږyS* Q(uw SV]^(l\(rVJ`Qõ[RQlfƶmpCCWy\Z0 P(u  ŚӧqF4nYV݁}{jw4p6ő#ن>@OP(43.dGXu[]]J`Q6_Ε,|fw"|g ԀBo/+Wcp`%(At{l /PKb)jO dzx__* PzFGX egܾT6 e@>p!fgKEX e 417W* 4f= wT`i}{(,ɓvm2PKyCbx8Tx>7 Vl'نyp,ƍنV@S(u\m-@Wؼ965#p9[ؓrKy[ؾzBիՁ8v`A_~;w CC-K IDAT4 ^nq|[P'{8֕(lf|{|KY7gI'O[*@lBb݁-R@PnRv*ETQ v`8qlv\qƞQƇyyV)jT{ŕ+2u{J@e)>r$R+0Xm3[pzG&PTܻ׵~}8PX~@FTի{%U~7o`>O<'&bժR@>N@=~-, 7L,,j42gSekvVG75UVT+,|ܹtT+;r$=WX^ݵǎ(2g@<~ 7ԩ( vm-[_~`el׿5kbd$[曥Z(M ۷㭷ejgx8Gr@q`ep:wܜK kuؿ`7,]PS}3-(PGfP_y(پf>J($嚘R|\N:r$:ՍcLl?.]<ر{T+E ~25U=u PS#G. (L_VT+,|f{l|aVGlo/ gt4֬Z]Xق#Pɑ#YurT,Cbƍ8u`7Cg%o@+ephjK 􍅅PSO?{d lt@5 h!3[|f+Px# %PƱcеfM8PU~XFTɓ2liJT7KP@.h j&Pjgz:է={ v29>.^7ȪssqnV(}ó k4`E3ۉp 3gR'n[jv`]۵z^=ZB9!P&';f7nĩSB>c;gV;%@ygU3[Zl-De?ܿ26<{d lt@ljZ/-T@f3@qvUKmP}R}֭xl u%ϯxT@7kK@oLNfURcqkuط`7@~9*…lA~: gq^V (aj*z|9) Vu޺o](} 09Yz,ʕ8wT+@wV8@c7vv:1=]Çj~( Y.xu#Pnɣ.'4s]P3[hbb"[2|'9[Y@ӝ>Wv.yzss$nf U P8g 2tLWbӦR{YFXXZ]:( =_Nȯ\g 4ɒ2vVzN 4tVs@MMeXT+^>=q"n, _[K@ML@7ԩ@h|+v?ǥKZ$za V혙) gU3[yػ7[jE 4@uOCf 303[XYf&nf 4@hߏ˗6FTֽ{qhk͓lJ<țof7(8g 2h4sǎxRP.skuh(FF v@YVЇƹs!ͳ9NT+%P-0PSeΪ##vmV(%Yc@OfVݲ%^~T+rPZ]ׯǻ@sT~9̙rT+gBXk8z`7!௿^ ڸ1vxh 2h.'ӥZ~-@lTVl4U^ e.].'4dVzdq1fg.'4U+'PVJ~se(͕rm[j\N [Vct`7rTЕ+ql@ @Sl=4@hj .`Eחjlܿ_Ǩ>m+ e3%jB 4Wѕ@SGZO>`##zu;1?_ "lsŎo7 PK @ڽ;6mZtbz`7@DD>Ull͚8p [r75Ul-;of 4@hk̙lՊlA~ Xvf͖_N/F~&PeNkuؾ`7rTo͛]1>^C]Nn܈ӧe-;曥!2PyR].rTJc|߾ذT+|f;=vVƍsgf(/^|P^( _N(xߎO>) `f cpk8y`7'&* +㥗nO 4T59YV޽拋1=]{_/+䩧b߾l PsO>_ :(MKa[l PLđS3[~_E3 Ph:2DnwnZV.S⣏V\N fPw|N 4Q>VT+"pVX9Kl;R@;v,Z]6^{`7\gΔkYXZUVΎs](Mv?~@c8kv޻ss>ʘclA,<  &Ȫf@ ƹu+~;[r@X*FF^N:zVXi>-|3[@]޽`E+zkZC$[(`q1eF(O-'&bpT+4]v3ϔj&Vɓ']VhnXQĉPyeq ' bV_MOg_/o].jUo_[WVڞ=aCb` edfl,VZu+~`7З BǗ-w'l+1>-ȿ&Pea!^+ž}]keZ@׷-@;g ԙ@hGcaku͚8p`7T.XA/d 7hT+]3ZkVb~`7I 4Kh@>tPZ]ׯǙ3~3=Umb˖lAp~P<-hT@hl.>4<wg CCK@{v.'@3ۉR}P%9[@?ow hn ]"nތSBS?<-@rh(2 skזj*-hV7n] v@e:U]Nr%?[ P?3ۙX\, r( 'F>å>l''* UlO?. |f KZJbժO>' vl@,y9YҥxT+OD>ݻcƮv;fg v}cj*懬hclA*2vd * 96_BV3[3[o[$Pĉ%lq#GJ}ca!.'+0=]'e9[@S\{SOj7{ku͚ؿ`7T-vf:-( ճdxSe#P"?WzP>$z` jɯBV?Dݵ:<R*fr2ZիW v<@S }7_/ |fgxĚ5]w|n3,G۴)v9Re#P">cG@hkZ)FȽ{1?-p9/ʿeI9Ull(u}. a zd~>Z]&^{`7Ԅ@葟4?[ P/NMES'"Plf&sL֒]VPVYZg//\c|<0ܸ['P,(Ξ+WJ2=U=u w޿ǎ$?gkf  ق|O2@H2<жmقR@1 h ze(ӟƹs&FӉl t#l8g 4@<⥗J@x9ݻGu hn-'n3[@mSH\$˟"|xRP7hKM1;]O?Zj%?g{\\R'PjK -LVܹSh 3[HZյ!1-]Rlْ-ȿ2 uHV͟1w޿G!:Tjhݺط/[r<*3[D\D@5z};Nx`f ltʯ  ̔')@ ѣq~gOn!]._>jzʿfHbn.[ P\ǖT@X jz()KeKV|f{H>ݮի v@ 3'֭R<&2POygXR5;vV@3[tPV|9.^, _>իK@=6t..ѣxe@R}P[ccjU'ɓ(ڼ9^~9[l\W (5n/frKZ._(u/3jN ɓqf`ڲ8u*[ Paf ˢݎlxV33[@ ǽ{cRPg6`YFݵqc]j+̔jqku`@ er2=Zxe!]S IDATSDGU,;y2>T+Pg9={bÆRPg##jU[xde y:|&d\.je+1<ܵGj+1!]g /J(5 37Ƕm]0,ZØɪ>3[@\.e :\5\N1;U8W|f-Pmen/ϗjs9qn5k7l`IWٳ!<13S!P&?'j G"PPXT+_>=z4KxRPR<22P7eXFYwƍR@=MMeU3[HZյzV8Qh3[V?p޽/_waÆ<;;e˖o}[_|/^uPXT+4K%P(ɼukbVh<xs?ZmcxX=~033+_JD/+77w̙3~.'celxlGԩy36l( D~ixR,Pܻ[qDZٞ6ۿ˟DĶm۾կ?|}{vvD^535U''K@o\/jC8={wlصnln&s<5kblJy?/O}/}K;wۿN&.'6o/})[` hf&hbl,[`f _df @5o yիWy3aܹ3~6 H޽ubϞ8.'#8}:[\*#y̳>{ڵ˵kZ֦Mx˿˟׾ׯ{ eh|89Y* P~Ncyd$K@Ku03vpY'^/ja^S`IwOw..ƱcʛɪexBkقK&?gkf om@o~󛣣ۿOO/'i??WZ++_W~_77z'TqL@ Oh` Ʋ^N(@;fy9[\hf TOσZ_-[{֭VbZ7~뷎?ַz$TTt:]7ٸzkZ"F~9>nDZc2<9lYU࿱e˖,}u~w 4U`Yx9R~tظT+4W>*Tɓqf`h|kv6R@2BX&qRVsǺuZ^}5Vт,M Aѕ4:Vu޼SF <>VVho#ٻ7zkuq1 vFY.x2PyGfUXFK>ȓ_~ Pbbd$[`f ㉉R}/-P%eΟ+WV[- } f >n (3[ 2=] jwvMJ@r$y'nZ v@(w㭷eX^9[2@jͪccox9vϞXT+%e:R@ǽ{]޽2.ćj` eG=7wKcf @acc1Gř3gƪUZ?Blݚ-v#PenJ@ػ7֭Zw/ v#Pž~:v&hҾ-hf T@۷ĉl.`f @?(@yY8' $P*ln.Zݰ!^y`7 ]ge3[F8卍eU3[2@##1==rbΞk׺V[%.? ZȸuOc7s`f|f{L\^kWlXɾ}~}{1?_@d(tFn g'-Pefgg)]sեZ3cR@5FӵiSl^XZ]?i?_(U_N(@OSR@5̒܉' v0=Udz{L.v#Pe\N`]v*` {YRUm)%[# c 1w%{P].*Xʝ7]{4P08ǥKh]R}V-Pe^۷'0PNg lt6YA™6.n`'Pjii)+G_V{8~1[P*^VX^`|g Ԟ@MtJ@[/§ODZcZX[ׯ+1;[Z)޼=(U]u @FbZav-?O?ŏ?j-J@[?GTV+ (ot9@1>^Y}"- -Cwh:-ȟV$f ]ss3[`@-XX( -vPLOg ltY2^ͪf@ &P޽x:6C58.ZX[8@'?&(@&P'嚞ÇK@9"by967+Ņ l "~1=K'@\U^-pN3/ lWWݻR3S/J@-,Xu\oŽ{7e~jb {(?p^[V`xLUWP̅ qPeus3VW vCl]@1w7C%Pj̙8zRn`Hlv fG( @/l.JϪ6hUl(ia!׮eU3[J(Ԙ@+SSqtnh=]܃믕Ng0V[vqT0$ozRlZ(5O ^NT+` ˯=w.) D,,dU3[׋C1=]Z/xT+J Lg>m=?zbkT+0 fʕ+OģG/ D=GVVXZ* !Pj&?_9{ۍ}*oĭ[P+SSqL`qT+0 R}?e0HeNcy9[ P&'ҥl.-?of @yy-ff @ݘu%Px:>nn "vF eܹ-?Ag:uKKYu%P$8xT+6hޮ~Y|Mflh_+10̶׋ReN]˪WZ+^NVq7n۷ZOΝO?- \WY}*n* ? :70 xT+P-5tB>\Y܌Ղ@AY5`nD RV/_Ɖقjhl,lA;[)B 0$e6=n`Xr6h'0,fS>B!(~eرꫂ9u+^\nN޾l@%C"Pj#`B Kq`Vr8ZYq|n믥Z'2P$? Tʿef @m-,DSY}$~`7PD:7c0$NűcقR6N._+Zn|f_355gf #v0]3[+;!Pak+e}bf&[` v- p,?!2Pueubbc0h'KK"~9>`Nm/0\Y2P 3319Y3'6h|f{x|eV3A#ɓlA~-_ZRes`NUWݫWK ĵxT+0xwgV3nLLTV߼۷ v!P"? PO}}<}Z<2t|Ieus3VW vFjnr2.^2(J"N,-j/5`Ƣh0Z\>Z(P(N ?Ç]fd v @.np82P.׉嗥Zj'meu|`7P!8s8x>n|g Ԍ@kײn ]D;;jX]+qbnB>?=+ @@p@j"Z^R --eUWP TV9`700wss11QvL=ZY+ @z@2l_Y}&n, L~8a~TlADQ!Q$e a܌l@jbx1[` fpN>R~ !|f;[,20l7n۷ɸt`7c`$<{}-p8g' 2@ag33o_V`'nz+ǎɓ-i 4fd \@&3[ 20Tׯg+WJF ^j>L>ͷ#}qrn@Se`0r ^lojZ(3?_`ɓxT+L_0gTeߏ&Pji):@ u11QY}*n* ^/PC[>-ȏ@2J(ó7nd \) |l.FWVpUwPg6#aɟPJ(óUVw<b Fz&n8@=TeER}m'P'vcbT+1N`DzUY V IDATۂ(@#={}-rT+1RZZM RVb8_i) |pjlljycɂ޽r-&Pg PO{ٳRCaKwV#wX0Dǹsw7Eq8uL=ZY+ !8(-+>3(CY<|-p8:˪6Ey@ Y@= `t)E!YZ~zx8QH]GɓjC* 4v,/g PgWdU3[20$5v9]4L2{LLMj>pΝx:>loߎׯK@`>e N-(?'?vA 2}l Y-(?\gf @ yl!iVkk*ܾ_WV틙z*n8(2`t yK,l@~#"n7a_Ϫ/Zotyz]Yq8asei~T+@L #y_zj p#*iNT+wz{lϞRޙqn;W'Ɔ_3M_8@m-.fU2ٳRgWqpeuc#n( |׳-#СGc4e~%`7 i|Sj&Fn7[?`X`t;f`f'7d pPC^Ž{]ssYFeU]Σl'7Tf0fL RloWVy0~ uff y.ֲe]S ڄNT+pj(]8rT+|g Y]1=]Sy͛uV(zY57zKdR0n7K{oO+[[Z-(sFE Cot͕ۍoUTlAl0:Ό02.āwb}`7.iق9e:˟efԍlh63[ lMjiPGnNV޿l+Zp8rzV5`(ndeF#%Q8rT+0fxz`LO/Qō|f+P2PD>_r`$0BmZqf]I>8~T+0 TV<Ǐ v@(˪ehoߖjvbf @Deիw\3gssӧy@poZɧ'ÕX]- 1lh…l ԇp GO|Q9y2;B@1;ǂ0v #KrT0Hq;׳lh;[3[`rL`Dbz`700'0~9~![J- R>Jň`$䯨11Q$3[FBZA2`$ܿϟWVve%J@ŬP03[FYʕR}7oƛ7ZjwqPV`ffb7qVnkzL_ot寷0BڣGIVZy*8r w4ƾ}qbݍ@= vN%/,/j %:v3(@{52@Ço~4Omt$6XY$fԟ@(heb[ݜ-.F_Y=~s'# \>|fE_3fJ>}8<) |f;;Z;{6>2kk}V,.fFN ˗qnn7T-,8}:[f2a:w3>LOgcmT+o6Naalk LNy򧛙-ÕG`3 @ۿݻϟWVcv`7PD.͛s'[ P(@]U\)gXF?PfG6|7=jJq8Z^꧟ٳ"lgBh&P;e`҅R}@A'P[k|t:ZRm@--E_Y=v,N( mJ>}?XZ(# !p4O[_wJUUlhؿMܹS7BSSWw7{2}Ϟ *9u8F:>nnƍ??+\-p8aqq#?l=Ҕ@/Ȫ~4o֭l.il,fgy NUTf K>vKe hJMjhe%67+|~[((<}e T#R`t]{D LBXS^_SR@YBヒg*cc g++UɚrnM 563y:*1wv~]#oO>) 53UV_۷ v4V;ezKot/0Ç믥Zelh#G*[[Zbqbݍ^hJLcoŃX\̪6h'/6(/+D-0?=8v,N|g @u:;Q֠@ wqfnhX^s6()5 A>[Y6ȟwvA2qr&ܽ^UVw|f@Mllz@ !|g XebM]O.^R&n܈+!1&^eh3[`(ߜGbTF5xV`xv/ ~y:U|fOZY2'Pe vٮe2/?+ -?:1C-Ieo;݋/K@+VZ"С8w.[F0˟zf4+P̙nornhlA[+hX.؝fʄ.jƍب:*柆x"ȏ乸2fG>-; \n5}wz+N*ō/NgWh;l`';f Lr*nN`\u |7nFVh|fqHV`ffb|eܻWq(ot S lhTnhwnxQ'^jaz:nl͛2FWۥZ}Nicnh3[OWVXY) -#xd '@&Deիw\3M~8F-gqt zn8ͪ'08fk0|g UM l.xln6O=lX]8@;9gf Feb? HyLLMjFCqv~]Yݷ/.]* Ԇp˸w/[ Pv-0 4mt0 M?e _9/^Kuo\..߯NMW_j#޽/_jh?'0 +g~l@R&BOGSY}4~`7Ǝ3uvhݻR&eODeի`7@S}Õ33[2;U*(s|>\Y܌;>&'cz:[p {f @?ICebf&[` =wn|YY˗ v5ҳ{6n8@9@yY6˿% ]l^Z(@a++UYr@8@aœ'N'݂@|B@!fesn.:R@3ە. g{tLMj'>~Thn &Pp}=޿/ Ulh|k6uBlA~bϴ5PJ@;x-q`eX[+ -`f ɸp![p{+(-(qXe"(zF-7>]-@J|x ?Cܹ@-9@1-(f++3[0ZeR} 1>^+]f~e?^n7n݊ׯ+Lnl/ @1kk PP@K䛘7nZKV_ v4AeR}'ݻEVh|f+"8x7oF3<e |FESY}4~`74Z>(W~?VV v@3[ "cf&[p{E |쉙-(sH9-_Bxg ltuYF{ߏlp?O ?}g |Fʄ.߯~y@ص..,d IDAT`O/åZzs-veOق@7nfV&(`/*f >P>s'^. ͵wNV.\*zn@K@s ?1<) ef ̙noJnh*~71/g |xeŋx`74RV⫯6ؽŬjf fU3[v/Lm1ޝ5FU JT"!$IHTd $Ed9yn/ .椫eN78O_+.m/mmZ@Xޜ-.)Met؋ ʕ8T*P8Rwfeĉ- =5[ԋIÍ1ӂ2Aם;zn?4'pbJ@#uNы㫯 fC/޿oޔJq[|[ -O[};A5[C?'OK@5Ry@M\gVFwvbe`6@~L[[R =vct2e҂219Y܌, ?ƍl."(sV<>3 m0lݳveƢ`f  AS*5'os|ssqDT>tpD܉qJl& <Ϟe Ja6pH1PFsGij 8"[) G~^ o*\/, G^}8T*@( 0P!DzU*%޺U*lO?kTZ_}/f ) PoDll۷RYv |j~>&'+q^lhfk8|wقjP%Jӎ2qlet{;VW f@S|]Ycc1?-p;JCB\^.M^Ge:XZ8`VWTjEsx,[`8TQ(dQ5[]SveAG N.-hTnl8tv8T*P7yK@{Ϟ3Po/*V@X^՜R@s-\~ʩf Ҧ2ի?`7tp(vv%Uk|f 1lA4P&h~}<| yj?_*fk Q~]@mp(bu5[4-p0|ď&o!=f ȷ19Y*kFlnVF''cn`6P[=^/KR8P njNCo!=u 7'ܿoޔJ:.,XTcb2]lle>rNRξ>,͟~/ u7'.]UFwv+ f b|<nR-(H?PO~d n* ܅ W]FԜR@˥:!n@lɓ13- @˗XX( Ԝ.h{;ֲ`򚭁2F~pؽSHlL Ԝ@ymn.Jg t^}[ق@lTflld ݻu+ r8Dp@qa!K-[[S@csT*@oL ͣ2'8|[ؓ_R!nmf&NnmZli_AJJzҜhy9:o?ʛ =p2Jlf{V<FFbi)[yvk@y0Ysə3qZA|-U-97O+goRn͛J82GW0NZ9P&)[[Rn4'˟*=* 29ث/o_,-O U*rlLNVF77c}`6LJ-МpDܸ-/f(jTܺE *rX,.f hY}eĉ) 4ݻw/[` n؟|Ϩf Cݳ*rL8`_*[RfʨY]=s& f b8q oUFetM# }/,-ES*h5[!0^.J%qxQ*N:PA` 򚭧n`ߖlR0j"f vb\-0e>g}=67K@}hN#27wPys!ogĵkق+ @;yN%5P~=Nnmݻ޿l.ط8ShN` ?f |N[ʌD-r[[ѓ'cz`68ؓׯѣlA~iN`L5[8lk@  |6aŻl885[Ν٩~E\\0hfFٳlArj޵͏&{;R`OlH R=WR&y3K<^*6ZhNÒU5';;e lసg 셁2~4$T*h/'0P=|9T*tj A~]ł@VVJԃ2~4$7ߡ$Ԧ9P{kkU*U^R@--H?'O f o;Z"7{lߏoK}Ɖ( CI9y2_|@9Kv 8{2`(iNbFGca![hlyvq1JfWѣC@eH(ݼE>WJk؇~`Ȩ@a13-02TF>_- C&9A˗/+~z`b@s@ll(,j 8w.6[R*̟O?e JmatVo 9!o򚭇(cLD J9-W_Ņ R6kZHtp܌l!pl1P&"hPSp,lZ+1:3SSR6FWVJY[Swk^loJjDDR՜ZysB웚-f "oNX_R0Lk׮e hiAKs@ D-0P͛YTGl`4'fo/Jx2:6q܌{nf 삁27'~4Z( z6|\LNJGs[[Sbz`62y6Lat1R?l{ݻR0m#WƉ͸w`64'ڟ/ !޼Y*hW̙v!Eݳ#5: eR6?⧟ f0Pї_7d +)4YTTKK m-kf (NlVy4?. \UhX]ܼY*h+ |@8^(]#ڵ8{T*Vjcc#67+1;[0h%5[g <GM@Mcf ?mbJJVe阞. R^][>@;(G31P_QuT8n՝n7:R@[Te( 0 ~T*7e_~KqScwJ?_ىpVV-0: o7B(n7FG+OceQ]Pqr ^$eǛ7KE5'Gaɿ8 T\-}T*'O+##Z,9%޿l!PFu=u5[(#xCZ@Ӝ@ ~]:U*h75["b}=>|<9)నŽ{قR@|[~G%򛎞Mbtj1a ەӧcz`6byvm-{hw)A1hxf<lAE bGeT8>tJ63SSbc`61P6'RܾE5'@1OpL6'e|M|eeߏՂpLl`HbۍnbUF_~( ǡߏ^/[` s\\-ߨݟ-jNh5[W@lMh,,ZA@}@Ij?e$5[2 rog7bjT*-@ݽWF%ܻwq~p(If'n̢~4oe%:t\^]\Rw]=}:]+ ^~v}={h:e>9;HЩ\>P&6.>~U*;R}'OVF?|@O]^JkN[&ϞR<t).\ ;5[*##f -f'c|2u<|X. ى^/[` vl\-МlO˿M-P@OLL\&@=|_WFb~`6@D8hlnk8@wu ﯚ-2tiNh|77Rf @kLJѩ~`6@Dػwq~p(l2ֺ};޼Y*#jn\\RShޮ>׮ACcsT*p1PstVޜW#[/zh IDAT?NjRl;RS*[[^0`(9AW;;R,e`wM?g f@Ay65 8".Ņ ~?zP- vn2Psc|2Mh(e*Xe͛x\2kk pNkײGs 4PGlxB+(Sab"fgx2:>>`5] pl&K2hJћRf *뱹Y=q"ff f|"Fy.>(=[T *^vKTPh }a!FGK|-@z]={6\) f{^{W*`X(S oM"PVkc?* G/FS*s^3g*۱V0`((S-bgT*KsiGsl8byp8v.Ņ ~ۍ- N'l-2b|2M<|X.Nf 4';y2.[pvL( Ψf o[ 5[~j(Smb"fg~4ѣx2:6*WO[[qnk0 /-@<5[fLʏ&@K3CbbT*@55[؈dfQ5[x6<(=[ Ih|oblZ"ccRb{2zl\R0B~޽U I9h e򏲚-@c5[O?ʏNjR(r) Pmz:Μnmݻ29׋Rp Zv'R0-¥KqBeߏ^`6C:X\xZ@BUF߼G fcu5[9qZA@3 |wYl.r>$heR1;-p˗ѱXX( _4r[[qnk0!heqxγ 0TxNJi~8^( Gc`Ͷ) 0t:Uڊ@A򃮕l&vKB~ӂpm>i(ҥx2GW0@>PFH,.f XY da!*oģG-- ӧl.wvj0lf ݳ61Pf8/*1?_0`]kkQh@6n5@]p`nf&J쎚-@ݻɸq`6.䭃j͛x0[`8 f-2GN`(`na!J쎚-@zS={6`6.5xT*13PfM/'ZE?зo#`8N^}8^( -./GS*`w_S*>zld.]M\ ^[*`ז(ϟǯCl !tR\X|fjP;##-P0Pfcl2u|( p ]d Ԕ-@#ݹEl`h/KQ~=*zlcc{^/RpxRy{>K'꫸p2jl8$@MBۍBUF_~( ˢ^Nu\\-ȿ '@}uY40 ʿ@;(;13- P;?Qł{tiN{7[9Y>p:o0kf#@;(k~4&MOǩSRNaߏo+1;[0`l͛x([f (L/'Ԏgt4L^R{f 0++S=w.._. Gyvm-Jev͢j'y61j->|_J0fJػ7bj2}ll8Z~+ee%Rpz,]^Rp!0._/jl805[јF0Pfbt2E]*`t4met|< fK~϶+]<|-0{zE F< 1MBJدfPb{2zl\\0`_ZlmJ87qMZМ&Nj!d߿oߖJpcS*`n܈fܿ_0(j@hfO知R`l\g+;;V0ˢn<ltbTGsl8 ?WقPt|l"(f uf f^:?Y<^tEP ۱-wМ =[U@=rʕ8{T*4met|< f-@ق| 5[h7eȏ&@7\P#+lb|T*g wVeԩ. pn][R@=4tB}[^.p`@#޻R`7tJlLLTF߾ ffiNh;whJUqxQ*Kڵ8s2w}QlA>H9ehy9ykl].ŋ~?VW f5|(0T:X\x`n<ÐȨB(GOǕ+?Cn0P]P/jmg'ֲ@]wp#K5g?I|vJ?_*08͛x8eVg zkf#@(wjͳ {+ahn~V]M! @"!@  hHx aV~vn?UuE3>^{Ϲ_6vKYq8//\;KtY`]UV'&̙۶n6BS42hpealj-O(.,rVؼcV+JtlWV_۷ v%PfN 4LxT+l޵kYjس},,Mg/蒝;ll^ʣGIV<2015UY][v`7l@hh' 23[h/-4@͛G~4ӧaFԑ.t։|T+@Wvb>1a%PfKhԕ+Yј* =67 >};^bn.[ (3(%6j*_ot Xg6Ǯ]Zō5_WVws vtɺ3NT+@QeF@MlM2)!HXY) lgfbǎRjXeŋw`7@9e_.^,UxT+lƵkYU ٳ{weuy9_/ &ib"ΜG(%Ͻ{T6ʕzr>:~<|n0!Hcc13-p8`0 BC ْlA]6ٳx [pHZ]):MlP9lUx@_/kGZy *1;[._ΪfY'<>d`( *j'Yff P;ӱgOVns-@|y|eeu|=}:- .He/`7@ e!p4^>Rv;@xe/n4ؿ?G( MVXOѕ?j̙./Ǎ ®]q\af nf #PfZj/_Ɲ;2cc1;-08Na`of 08l`󋜁(=6jݎNz`|Inqs@-xg orp8.0CF?6].fpj~p}}{߻__-ѼrTTC[R}E3kע) l3@\##Ǐ/ vP9x0>D]z(??|g=s^|j7v 33՗/Ν-'Pٿ?\Z>$/-4O'kf @G_77W={''ɿ?;v.8{6&&*͛৭|F4Νq\ ?@9&?`f _f0lm]z(ǎٟٯ~?[[;bf&[` nތw*qtf2YܜGqFhlK ??///FFFz[80+ P kn.VV*ʼnp8``|wf @F@ONMM?t:Ϟ=~n.()df 0򗲋FwP$P``]NeС䓂EGi͛R@N3<Gȇ?-0=4O'ʕR}-4B?Z৙:z4*kk1?_{㏗~,--LNN~c~gϾϞ=۷oxj'I, /v-b=|@%PՊX[pٳx0)!qp?u?;wj(tF{WY3g vpz:nrq# ر?_UVWWzF@ws8`XV\0HvNNѣ ʿ]XR=4^q,}{t:U˗/{T90 Ms8`cf`;wիػT7D- Sbx 8CX7P:7^e̶.]GIn3[bGյh v@Dhf  PKZxp8qh Nv ìʪ'-ߟ5F(%qL&@aReu4e.2\h63[A#Y?kf P{p |zutSlt ۷իq|nlrܼ-(&@0PdOW@];wj7 XY'N(.ζݎR"P{lt v; 3(mLfxƍxT+l`f;2RΝ]*obn(=' Eh|f{n|eV(Cؿz!7>33ق|2jeOzFW~hCO*Nzf0FFbv6[p@If@!gf 'P{틓'+]i]_֝v:ZzBLW+@}3[bwRl/^R3;՗/݂'P[,(?4FGxT+gcb7n`;lx92])=xKKZnޜ cbrbelA@_ltdLOg he|y 0RjhuӧQn.(m']ѕ ~=޿/ ?1rBv.իs`7CI8{lx32ݖ/}y|eVU>Cػ}\^df |m8{6[k`?)߱5:(m~UV;h v0|޽l.*1;-ps@;kp6f\ez@ @Jeu8v`7GϞ`沪-  } ##Z }v9\`08GwѸp`7%P+WJ0YUU``Ѻ!q8zL]`0䛶ӧZLL׮D|j`\Ul`Z1ZR.d eߖPt8w&JLo8#7oƻwՉ8}\3^p-@--Ԗ@ Vj$f}qZt:Ճ#ٶۥ2OƣG20Z;[-2p@_2v`h/\u |ХKYGѣq@VAl܉WJt@ް'ltJ0Lm4Xa<}ZaFZ2ot-,rV xeŋw`7C&'ȑlA]aFJU`P SbqFnCN汍.Zvř3ق#[m aޚ@J{+PILolF@ݾ/_VVw v ]{`m aޚB= I @cRF@assRYݷ// 0`l {:><[ Y$ IL(,. 9!{HVcf PXkkթ8|`7g7nrV(3N P-܉/K0lɓgOe~`7@wg R4l@={ĉlMmz2><['4ln.l-qeAMv-:'^~8`=ZwngU2O2({~4z*OC(ٺ`tLMj|K`?'O*##BFh2'Pb VT@Mٶjo_V:gRV({ezΪ'ߐl_R4Q1LR ~eܽ[16ej*G({;ս{yVլj 'VV4NKjbb"Μ8wf'qkA"PO>͕jql@FFbv6[F@mfOe,3[h 2E葅XY'Nn%3[-{6n8|-@6+Bpq#ԇ@"HJjHV0葹X]jy"ZZwe #vVumA'n-0v;:'ġCj"޾_j2E-t)jV؂V+FF*OOn؂GcjNLᄛ7R4KU[R}rlUY}6 v dzWjY[1(SıcGXX( @S\@ A13-? f[cf l-4@"FF9G` ><^| [*'@`klʔGsbRusRV5؂7ݻD9SVlݻy3[ P?'ۥEL)e.jJԐ-@/S.XVgWAcuGqxnZg R`ʔp@ƮMޜj)`lDp~xQXƑRust]Y]^7 vl@R<ʯs8HXeŋ`7 PزCСju#|-eqB@L)gƮ]շo֭r4C>~$vӧ'5| v\UF63[`;B)e|<Οؔ'O/*##1;[ltt\Vu8șt@`;lG >* POf]t^<^Y  vԐ-@|@ ˟R}['P ]]`l(:s&v. PO.eaq1޾gue:R[$P H MnN"3[`xT+lgfb|T+@=Xeŋ`7V)(rs]V>>Rԟ@`*kk1?_3i׮8s&[?o@LA1Z/\Umt뚜lAOr8ئ8qf f0{w:- A_g lta [Nҥjf qfjNLY~4ݎT|in2gѣllV:gW*P؈V+@N*k6"?==SSZw]q^<^Yef 5'P,?]@'ff  n beT+ulOݻKY~GIV(SVѕ_pAcí[uVL gfgƍV>O|m͕j 2eZRV+Z,,ll6!MLYqH. @ms.`fg.p8A6 62ئ7ݻDR#PltlY)P؂ugNVF8uVTV?'O vP+f@ם9X\, eaRԍ.fgclE} JPf@LOTeum- vP6< 11Ne ILqϞ =29g JP'3;UN]wv1'edϞ8q"[G޾۷'a `t462@jHL\Uh||VVG v4-,-ţGقRMpf zjHL9`S\u .M_RMdf )ձ) 8fPCe'@P>]rmMB6qba!VWKPӧcbT+@ƳgZ6JL8)FW>XW8qV}[:?n1صm,.` ir2`wRԁ @O;WVWWc~`7話G%M>it IDAT(l_D!P@9t(v:6up/?hf $29qf@Of0xUpn݊o+;wٳ`޼[.h03[ˏp FL_`]/ \66hn.*qHnr-}eܿ-- \fP7e*?GkM 0 3[3[ jө~iR 62@1ZgQn-Pcq@eum- vOL_'_K0lt;;wVV߼;w v0l쉓'nJU]tlV5#PN={*͛`ssY+ܹl.ȟ+l"P(jEL_ujVÇTYot ~=[p-'l@ 3[29MN={J4.u-.ƻwՉ8}\3@ XBBlV rmPpu/G3316VlwgQ$I@M &A;?K$!vP*v93]]abQzzDs~aWe_6ƍ:-F؈R(3nfy7 (?J@~oߖ*Vyvu5&da!m\9<(W p_vppXZeCtvLL4{zU*=Ru=p|\и:zj-PT,-e;,2㶲ӍӧRNr'lC~ '%v#@_FWO@MʌѣqV&so 8\A @Ir-pl=T&@b8l\x1Ο/X eϟ4NNrjGl׳& !PM `8z.rfΖ* xquj* Vlh20{IMnz@a-U @}8vT)@?dsHN<{V #P^NHE7{ħOJO(Z7n܈'W~Tf}=[u8tǏǭ[P 2ȿʞ?Rk@a.\`-Pu>˿lQle*07.e8{krGR>l>/y=[&z@yyh-TCLM)\@omn^ɓqZjг[> (Nh-@:8[jLL*2.c8l\=>.\(X y=[޾lC>c@K.fNѳ[?=[`D&wl5Ξ-U 'ӧ知J2e`8oDfll~Rj`~JLO7{Ocql\mu(S޽T)5-0 qhajl#23ن_ @Wz=zP2uz5Nn\ۋw VP 66 l. '-Oz2zP2ulM?W9`g86NFkK 0.y,U(S ]r-.Ƒ#JG/ߏ/_W[M>)衯_ck+ې~n6(Slu}T紝r#lt=lWVbjT)@w'=ܻ?*h$P^<[S 0Rzi3?)>}Y:WnߎRsj>ݸw{eq aRt۷cM{j*Fjn.~5ېW!ML0F@j,-tIj* ٸv- =[`;2@p* P33mpNxmȓ~NF-g M>{y 2P25 oGիqLR2o/^׍Rlm8lp`d#@AAN^{7nlR2omt,-襼gJ@8|8auT@p`[[[q{qhRZ\ϟÂCLMc 'c<~>*`l~=Nl\ۋw V0VKHC1=0nej߭ygq|8ac#K0>H!Z^c{`5c߳sD\mv#@7l݋/_J0>ypP|;ָK qhR 'w~|ܸzhܺU=[vw޽lCplRuCL}t=wr=lWVbjT)l '{{'OƵkz/>x>*+21z*P(pse=[gbgT)p`vbT)/ٳAln/es`pXq0Tl~^m> pҥlC @g '( rLO7O8]@Ufgڵl.j (3@y-JL}ffba!`8谷oٳl.;wU=[ ` =[6-@*?W5Ξ-X @D=e~ݸ:1=60F<=[@*y-&Z]Vl?yn܈'K/Bz8޿o\łDA= J2Uʇpl0Bҳ*l˗RlRK'ӧx`5'PJ?yM'$<KPV޳ͯȵkqd^lmz!XLObA<@*_nϞNR2Tҥ8{qu0͂l 'c11qc$rS~v##PJssqrAI_ K{G|HpU٪-0.y=[22V6ƍ^Nzӧx0[`\ܳ)g -TILh=rƤX`LןZj}=չׂg-I;;y!V=[IZi^:)Γ7FJVn1[ J(%rr͕*ݾ/_2$p(+ARJѳSSǓ'(B8PSlx2Z]V݋/_JPJr`Oѣa8ѣ1?mX_/U @)z@20ejuz<ٸ[[("'PX\6xm$olF8DdtY4NNrjW6NKKG߈aTA+g|?^sNg t̃SLg nܿmo-GLVWRuryA1q++1=]c8蕍k\=u*\)X ߏϟK?e*tvZG Pp1z@v}[;g;1QsJ9Ӹw(SRr͛/X޳ͯp\\mX_/U 5X]V3rLM5{O`ᄼPɓqj!?.z@Il.C3l!wzP@;nehC<~m/ G@?ֲN @zP2u z .-^ūW^g p!@ $y@0eh-wr& 'l_'KL LJӱXf# J"pyb;HNz"T"[rn*`b̔*b9Ҹc<~\@L1(?pMbRR> ĭ[qxnܻW{8r$ n-ޕ*`׳Ur%Μi\ߏ͂&'cy9`8l稁&PnҸ:) ^;ꑏMN!ѳ3ѳA8zP2 tscqVbr z@|d/#ܳ ^8P=[@? @+*U A7tA\\T޾O m&,2J02>\@UVl{"PW/^ V{ϟ*(S?]@NZ$sh=[EVWc:ċ7-rL\mX_/U P~-+U h]w,.Ƒ#>=[Efglӳ%GгTo~>k\ݍ V0^ZȑXX68nm-[ճjc8fuT&ٮ(SX^68Zxqub"VV V '6fA P @5z@m;l 2m`8ƍ8qT)paǏ33Po'`l@6epay'ΝRu|3/',/tRM~g ڽ{KcqfjA~vk+~-U @60tXQB^N:lm-[ճ*Ey(>~,U a/TR͍1;۸klmzML]=]y&X>}Y&hK 66 Vpl֙l2mpvLL4y/_P9Zgn.~5۰^æg QT[(nꔿݨg i'lM>} :Rl(-U@NBeZAI14ťKfAW6@޼o\|3=[;wJ=leZ" Z N{WӥJ=O@~=^n\T+ٺg i @'3y`tig T+dc#R ʵkqdRjL6Y(N2TG+U ѳZjq1ffW?} VpH<qFA<!P%RlAP[ݸw`5$Z4= @ +g Ei+Wbnqu0͂et՚l.v {l<iA:Ǐ33Pd8蘯_l@fl@0tL~coi)Kl{7~m\=q"]+X w{kk8$_ă2@Vݳ"ʴc<-1yJLL*Nŕ+NyѣT)_eA1peW9L Z-eGRC޳]]T_ 66 V=%P=VWՍ Jp '=7o˂4=[N˗ n%sT?*Gг(KKqHǏQj~fgl.]׳@ qJ=[]l'laʴǑ#m?M|ٸ:1!Ph/']"hg-.z@Xlaʴ3ֲիWԩR(]@g<;;\"P066 eFq(*l?anތRYhxquj* VCF J=%PU 'gb Zp'L~eyvk+~-U { qhR~b9ҸS*:ƍm\5 V@=[lx12=}Yc8+W̙ 67 Vj:~[LzݐU?ML=m—/q^A n- z@7/eϚe# i]@ܽNŕ+ A- ?ǣG2@[l76Jsݐl i)\@lDR~.׳3gҥ!I IDAT@2@[X i|8& M:C8Nj-"_Ru~q嗂gY*HLN: xɓ4r J:cu5&oGċ!yΝRut) FILwt67coT)?J KK1=ݸC P;wU=[%2-j\@Z-j2?33J8 {@<ϟWg_*zGL 9Z-΃*g Z-:yT)/gSSJ8 7nlׯq^j_ʴP~S'0vLJ:v}[lyl ]g4Yg tByʴJLL4~^;卞|BŋنxN'c8{@˜i'ڵlMZ>ţG @ulN'#Y޳uh#=[2A\\TCg m(-^y̝;8+U htwijʴE@<1V* z@-,ѣ_ÇH73ne#a(fp£GcRutpz8Ѹ[[HN:oj* z_( !@[jl iܹ? mptDdlzN Wg Í@jl i9?@+<|>5|jF @+|[[2@7llz䓀z@7g e i9?@+\KK1=]Q- ׯqzjF=[>|G enгʴN(@xhde%&):!ٺg Tbc#słL޳}$>|(U - h|8ΝRu@Oy"T)ֲU=[3.\WCpʴ܁2AR @ds}g'^(X @-O @ o2@2-G4~O'7 y@K 'p#y-*2-wH,,d 'cϟgt]b8n0O8=[pʴ_AG17W3Tŋxqub"VV V0b m(tl(HLN*ws{c8\~ƍ-U N*a|Ը:3 gARʴ_> Pij @N*߳ڊRgӥJi\)=*X t@3T.oN޳} >.U ѳz8~quw7+X гzez: kkJ(~7ӧ]RNt ˗̙ 67 V?m :mG7F-*ѳ'$ҳ#PΝ WC?8VA=AW> 0jeѳjg MG62h:qرq`5E%>6md8YUg tp(EL'8qVVbjT)]zml~qrjгm<{m(t@(EL'8q|Lҳu`vbT)=۵Rug{R͕*|)U t@N4pcK{6;w~T)M,5x`5A衹t)F8$e:!2܌R7]@--t]g ɓqZۍtv*P@NGW? Vwyff֭l.`\ֲU=[!L=[`\ܳI( SSmr0_ǫW^N:+Уg p @WuʇݳJ(.`,իqdRrTxqk@l@9!(~4 %(!m?2~talnfv 7-z0be%N(wmnތR.ǏG|j$ٺg [[2@F(-^*wmr=a8D~idq1)U N*A|ܸzhܼY1nm^RtnJ -=TB ۓs7nlnܿ_ 2ݒʬ+x|8a{;޽+U oy-/\`zLw/1rfWOul{<=nwWZ",  EB" `kDB!%BB $"DJjw=vc~af~Uz|n|J=s"bd$ywe|4{޽5[ӧ+vZjp,tt{/j? cbr2[` Pg-МG~G(k/_>j@y6 0Lܳn2Pf8znq167+oDZ-0P9A(#w.=[&e)\@[ @=jE]}8u`6=e sƭ[قfT*-t2C.򭇁2@=f 5[ǹsRf3ݻq^l`(3t\>8߶ 9aq1Jԕ2GqFlZRx\-{2C'1./ZT j8x2i%C>sPLOg t-5[edWF76by`6@je tr@f t[?j@L@h\&UQett4.]* @p!_f BUF@ao '>啚8tT*!:ڵX\X0>9XZ{`0rP^qԐ.MǥK16V*F\+;5X_/ e.Z,j PCj@/5lWVRlbtT*aj*Rl`(3>`MG~3`(5ۛ7㣏Jԏ2_pL]0f ē'-Мԓ-+* 2@! \9ߏv2[qTl-قfT*$` 앁2C.'톁2@m9zpڶfLسqDTIFe{`60< R^NzBskBY*NmG 0bt2j#(f ֱc19-v#쉁2C*oNX^Rub k]WF?W%G~Ncz:[9l(2Cjr2+T0hll j@7(PE@!hD-0 踛7+lD 0ܼf8@"R@*j /?@a8xT*G(ڵx2:6333j@a-+nj /y6 l|{lgfblT*GsPؕ+yeȑx睂rJ2+?Ҝt2 @aj9ae%>- Pyvn.F4{5vBWF76by`60$10 s֭xT*@=5ۼ`9'OVFbq`6@ g h4gj6ݻj`a!jNjĉ8w.[jJf9@sP{[v@uhLNf -(<{׮e t]j@giN_D2 g t2C͏&PLѓ' fЗlb=++]/˿lӜsj@윚-t25Gܬ8gy9'OlA+ln[XȢj/S1P-eؖgv%@RՊv2zT:U0-UݻF#͂=5[ej.mg@*Cv%@jJ …/ h6Ѩ޽25` Uv%@Z\RH`Wfgct2QܸQ0`ʱc19-v#영25*\R(S .^C*Ϟ:y6lAU( ; IDAT`(VE 3P.\F,-:9e`t4fgE"nv+oTC`lC F.[n݊+##17W0_R6`l1P`lC G3Hn>\*a8%ׯǓ'ҥ 5[Kci)[0?_*a6t2` %)k]t)J08m5[`ϖc}2zhLN`@l/_>(Sf~ ߜ7#95[=?^gJ flƈOWN=Z]_W%~ Dsen܈GJ foFj8y2/"y㞚-k517-0v@zh6Ѩ޿"y @:y2N۱X0`MޜFɿlag cbr2[G؃XY81f QA`ol S|966*Ǐǹs(j@=yׯg 4'TQaa!muf `Lm|k Z>hJ`ШjE]=u*z`6%oNP޽w2h\l-t2a q-qj{f t\R ;w2P6t9`* 0,lln.FG+}~X0`(x\-0v@wKK^*`X,,dRy '->3-hJ 5[h62T=Z]_W% œL T*Gf 얚-~K(SFe trvܿ_ق ]@۱-МS:@P}3PN糨M`WMT=Z*f tqet`6H蠍X^4RLyvaT0 S7yخf ؕf;3ccRLkkѣGcj`6(.-FT`P(S'7P:J`O+WR/ňN;đ#ѵz\20:DsA YTsj<~\*`5|@D?'NTF77ci`6Sا1PNh4*oǃ\E D>]mxY~UN`',99l/× l.`by9[ `'&5[` ؿIssj5ycLx9舥ب;.``5[]}I\-m @#)lvlej&jv(>GQ*A7';U* R:s2h\l-쏁25G|o=-`'B<oΟK0Ⱦ? f@ќt2wu~ۥR-@G41R}s`6R'lAU*HL\\R,9AXeɓX]- 04'tđ#15-v#!j2Pf}7JlO՜CccqbAp ;9?C:E@lM`[wƽ{F# f0tnb@sΩg @>(S?SU]ej*+ kmǕbf`6=[`67ci)[lJ`(`Lɳ >iNlgfR >l}r%?9[0lckT*0x ]>(Aj>tPkkRS^M;6=UF=*0|<BE]O>) 0l:…nlrlf A1;-v#T3P~27oÇRn:cb2/@jh\@sS J(S?ogf K m[s[fu4't|Urje 앁2GسX_; j=}׮e 4'얚-!a la %?[f3R 5[`Zڪf>]0f Gŭ[قfT*B@Z B-{[ke<߳=w.N( o܈?. ej)?w@ 쁁2t\Few`6@Q踓'hAbL-SckT*i.=GqfllRy cbj*[F{ݐGP t:T},VV f /'tܡC1=-ȿ:S;J73썚-쉁24:.e I@mݿwTF 쑃.`oBJUol*j-쉁2uo>I@m囅 b|T*A7nģGmJ~Vx͸|9[Fq@ AY7$l=ht:T*7yϞUFr mvT`(SWh*?@@`!{J--FT_𘝍R ~I\V0ԕ=М%իV@m%SSqhetm-^- 0({j{v@d ZR 1PxT*ț سs7*\0`@tHf J{|h?+ejb"N۱X0`lllh6.U'2Px-@(Sc \ѣ19Y0 ؕce%[ [`Z,j ~g gLv%&ň=&>rrlnVFx#Ν+ Qvѣq#[` ~i1?\f Bm6K0mU*`@ۄ3gR f{Z|IT``(Sc]ɛK0l]ɷ j/EQx`6@z`z+N۱X0 %ܾ}7_U+?OO=zҥ|;o.aMmrB]*` in.Fĝ;-@W?gf 4'/3ۚ,FxEʬo֏~}{wwͯnz~o~~W?v553cc'Obu`6@ӜUGTA25[n˿J 5[nˇ+t?ooDį_tコk4W~Wo??nYGccqbZ ?&' &l\Tח++ߏ}`6@K|Nҗ2j82e-RWt .&ϯ]4׿]αh;oΟ'J0lܺTFGFbv`6C=[`bq1[` .u}/~//WOnw򓟼X߭ g ?JfqHT{}A$tdU^m. ovÇſW;;+˿d^ 2P5[`l ?csT*@kq@TץKg͛}Hn4[O>?'ON=eW{j?c}=JeRGY*6=篏>{|/ Kp`\  A?011FɓUӟ?l3|/iT9 b|2KKFG#F5[2/+5[_?>33sȑ׮___7߾կv;{혘nmV67"K0ZR[~ NSUl2f 2{~񟫫?~﵋766G?ѿگZs#b|+ J<{V=t(}`6C-oT"bm-\Aعf[u@NQ@o}[_Wo'E???owO$k-ߎblJ`ةZZx\P0S"X]()jw~kkk_׾;wEtkkkssskkOD{gM|;Fj"8 5[`[yͶٌFT*p`[Vەӧcb`6C-ٮijgqplu}LD9s_7~i@>|)\|<j@s-5[bj<~㥲Bp#@='OÇnnR|es55 򭁃.j6Ѩ޹KjLL[oUFX\, З (in./1Pbt2GqVlb VT~e @Inrj%Ž(S{;d h@=~7of ɾVEl %iNrj%Ž(M nWF~;&& fPj@ݸw2hllj@H۱-0Pla &l@aj@"LMxTAH\OTFłԀ-영2Rf $l ۶fnJ?yҥ+ @=HΝ@_3P @Js@a'˱Y*>y7n3 YTl)eϢWZT9wߍÇ+ϟ3jt@sԙ-@yW-|@"Ο'*\0qrA@ǍlAԙ4'UlS1Pˢ qetl,.^, @m8^kg4't|U:wnqv@"&P!XTDxX[= 5[൞<׳t-쌁2DMBp%jkہf3F5[Zh+qTlj#./zTDBD8*(jkDϞJ'yv~T539z\2 !";ZX(g4'DuF|qT~f ooYڊł}@h4bv6[Fe_sshTFߏ{ f ]=qdve֜5e @4YTsԓ-@ZjlBTi\-/WiN5[U^=[kf#@D(4[Ry}cq1*qtljFsەFCs@_nosg8@(çh_[R ;ǏJ~<|j<~\=p .]* @ͨ(çW4'@ -,dQe*:/oϗ  Rf3[alO(ç򃮼Jyr >mrB]*? tlVF>[ f5[:~<Ν=rllJzhf&*jl>f C;d 4'@ݨVťf ȑZ\Z.䥓RyX\-hJ􇅅,9/.5[5[j6-(l)\P+7oƣGј) @-y9f,/g 4't[ޜf uFrc / |&LOåR+5[3WƳgÇw fPKykP+OƵkC=[؎2ď&| 5[3`n.FGKPWjgZڪf>]0ZkY*Sf3:Z1P4'Qky9K-@MOÕgڵ@?2P;VT@psxT*@܅ 1>^]_+W fT^/@LۍԞ2$]tf|QT^Ӝsgɓѭ|`6@O\ss Pj R %'Oƙ3قVT*@O=Wf BԜ. @x!w,fK(U?PKKY=q"Ο/ @iN"ѣy3[9 5[ "mC- VT@Oy6O8bgRԛ-7oWFGGcv`658R{y~4XXȢfk8Ԅn-lСR[~\J2|^ jBs@?9Pf4[Â=lItDVeݎł@1PvVTќ'bt2aܹS0Glq\ۍP-@IW~@>of&*|zA@8|8-@IC-T3PlA~E wё- @gQ5[z[[qr@s@IfTlWuϖz3PW[| ~T=Z*jNie. @ͭիeJkf#Po em(A\^J!P{KKQ=v,.\( @m[mK}@^1?EJHޓl @a- =CJvrlmJmkFTt){ɓX]- exE>k04'ly9K-@ 7c IDAT_C*O(.o[踃cz:[`<5f o}A<}Z*.\c*\085[2:.e 4'p3C7j3gV\\0mthl@s 7 &ӜM`Rc:p@m-/zeر, 9jɓq#[9<5[3e-T0P1Pj+FT*|AG]=}:&& f@D@ݿwf Jl2Nj(.ϗ[>9j+?>/ ^ϞJ2.- }HjKaׯǥR_jWĉV,-2, 'ϰ۷Re(Ї&&ԩh/(H?e|, /ex9C'Nٳ]0 Onzr?(9SS?0<;w*6z,ݎl^kʟi6K(c h@ R+Gu%`@]OTFf- |9[` @c 4'@ OSf&JPZYg*tdx{:P.!eS_gnJ(%g;;J[WTٜ<!"&%Qc4@w񍝑5^繭Ŭ5߂azoB @ 06pXg?De{{ej"|g P[qNA<$P WG[[qpP]A,,TNj"ljka!VV }?VLW~gK' r\XzpO067 hn.VW .}=[ʇEl}ԙ@2TlMhrܹw`5./_ٳln+@ 3!e :%1;[M~ѥg -3Qǭ[@|ϟgLl2T4=*UPgjptJ5-:e0Ѩrڵ~`5C޳؈R@].25'P:%?{`v|R`|g Ps_vbPpt.ˏd;;SR_ѳ۷ҥգ(X 0ayV8zA<#Pjޕ*-ϥ?ƵkQ &ѣlU @@_~*ӳ{Pu+GZco/vw ^NTh<2R=[h|N @(Cʏ&t1U޼W zoWz y̟Mp:p#72\t@G^,X 01aq1 r4E~C!S`2cv 'q^EC>g P?@;4-@RssmrƧOZRV.bs3[-tA~׳g+(qlE@~_]Rp]zKsq^jH@}OdԇopGEgkzߏRp z[[qxXwԱ!QR`p]zyR@Z'AF*gazJ8kk17Wc<^22G ޱ]G޳ڊ_KLFg P+++q|/ij  mv#]"P!~R[!.jx`5NhX]6xw͒l2͸rru8sdv P+^g\t@Nh[hK ԍ@2@oMh *W/_7 V 1^6N=[hT/nd#\t@hkhQqZj8 b_gRp2?p~4ycOP޳}T=[!5٪lJdgR @Nh?PC!ŋT)=[Pwti( ]\t4O?EWU}[`l*WG V-@G(É1S][jʛ ^K֭lh.=[&ʇHTlH"B 'rB,/gp@C~oVzs4 nI*?S~N@gdT]Pa~y9.^,U l]t@C^lӳVcc# Pl!"pRR*gssJ4>^rd '@+=~N6pX`|lj}=fg+Wbw`5hŸs' n(nmARy$SA,,TNj1ѳh?ېGl,Gгp2qbAlo+6x9bu5 (?Y~Z-4Q~׳wUj3гhKbi) BxGJ!PX]Obg`5v .rp4E~z7Ǿ4@vOnz@Nc~>VW vwcoruv6 VNcc# )@Sw=[Onz@NI @XYsJ@ <{ RBZ <6h =[M $ Z wjEZ ?\R8=[h88\]\w V=[2@NI @~tl@=[ BZ#p؈T)?+U gpJR.2 OnmaRolTJ;Ws<{V5Ν{ h52R>i|\[]^h{…կ_c{\1ѳhX]6g?I~~ӳpJnŕ+all8c]t4Lg\t@Nh[.Yl02^܌XZ*X ghx<`8YlI޳-&P O*qr41V^?XwhūW!;[:L G-:-@NF-@-޾_!vk+J '@_Nh heZ&vg'>}*U pznhw*Wck`5P@N/VI \>Q q#܋WlZƍzru8`5)yez h/2^^۷MjSr@\7nd\t@ h|4?ӥg >)w@Noq16x* S3h.=[NW NʏKKJ`|\t@C[{W:3`LlRu4sb(D*2| PCgy-4T~\w/.\(U g >UJb=[J D 4T~\l@C ʿKӳh g8j+?|Rgo]R(2|)\Pq=?P[lGR!Hݻx`5=[4ǭ[o7Re&KqtT4\tZU~ϟ81=[Vp! nzҳh<Aϖ(7?Ν\%>-X p2a 4Bů (÷r4N~Pwhv|Rd2v^\Pklo+8 !-67d#FeV>*8 -.UVjb33moS-@Sz@Qll8~d\t4]z9k@hD'P6( b8\r%n(X h߲ yd$g ͒҅4pG gGS'$?ߺW*-4۷^ N '@Gx@#Nɏz-`8ѣlΝR0yv{;>.U "P34 '@ߢ{p4-@出/boT)qlZ֭|ru8͂@ e8 k-az^Hի㏕OmFl ?K:2zT /_HM ]-pRܾmpϽv n(Nϖ(?eh@MzQ:3~j]Qlld-4p.гcp6^NFqbR$=[h_*W01C!lAh 2Mhph |u5K$rua!/X F:F gG!?{65 '@#s=[8;ѨT)@;-U azo&N gc8!?{$N b8,U P-Nгh\ۋ݂tb,-e|h2MV* #<ׂtBܿm0ug -"PY^+Wb{\1::l@֘ y PF~27&N@ @wSTz@Φ׋~?QR Oׯ.rj0]Ps_ӧ mg 'P;%e8+w( enj ZDjns3*W/]۷ V@NA @%9_b?0u<8^N;^T)Ll+W^7 V=ۍpM#P3s5 h=[9=[N{OׯJ-@Ĺs?dzg(Ù{nhgY*7zrN|]alm=[NlxZD gWY ]-sf\R:Fj0)^ن|L-@g<2@ʕq#0*6h Pgg?TJl`l&FE0?R`?ѨrڵPD޳5Su!la7O~Ɠ@aҳKKqRR(pmL"q*=[ZD `8j+? h% P[B:wP[yvy9.^,U W;;SR`0R/h(=[-=[{/_J-@c\Z:`P 2ñ/'FJ.׫\}6޼)X 7zqV!?%g My-m!PqX[bw`5-@C-.ݻ]0-ձo7/? IDATSg Mzt@aa!VV x{{Z /l`*F6xv Ag Ve2M8wT)e8jhg'>}\?9VTV!p# P115=bBob~T);[rܹX^.X =[2@ PCe: PCzulhT?'-U e1S]~]2 'tV޳؈Rlc<?"B.\w n0&$'kRț.Zle%Ο\%=+X l|dy*2@Ν*X qp]-63]P.{zPp.e e^/lM(lk+*WΝPV>gϲ pԍp.Na| '@\~zJ` '@lnQqVj(wP+?ن @Ζ()\~4k3\g l=u z~:Ǐc4\~=~`5_onaR`R0>|Bp@yjE'KR=[λw/.\\5!P/v SR=[λ};.]\=:͂@tLg#|e~KڵE/j-sSg %=[N qV&]]Rue0ug -m'P 5rݼW*?o}^zj@}=[N cGl j#޹}WGjxruf& Vx(X]~4ل@kN@N??Ο/U ӓl?J!P25g&P# '@MLtÇUz:L8qZCh(X-?~QR '1S}]zU0=["ҥu+F(CFZM c?b06x9#.\l(#p@wN:(~0V󱲒m x{{ZpLp!a8 ^B;li52[A,,*isSYW.,`l`ɓlC~nMd#je7]0uM/z0uyvm-JN{$~\p!-X S;[ZM Gn0V=)`%tʱJ?x0f ]tFo6c/Jel:eu5+W@'s޽lxL ϼ_*Ew/.\\5>-X tp27 0iwkO~k0nKKGGU螃6蔙X_6NI3Nz4@&V 'DmnAb,-0S;; ]c8K e#de 0EJ@=N) b8\r%n(X 5`8ho/^6O>h/2LM۲|V2S&g A)z8F7ڵPf*L hN U&t@|8?JwOϥJѳܽ/Vvb`0^N)rȇ^Jݣg u+._\=:͂@?ffyۍ4@&*W_o V7)YbZڵ~ru4`51zS>F=[)Գ0. 0!/_fMO^N-g Ӣg ? 0.`*͛qrR]0o۷^6l`*F#2 @&#y0(UtLޡȻX>j8&$./ŋJNT^l--%P StV~Գ -J LEΕ*:ɿ}"%(d?7˿*˓h1 0BW?^mj3lWWƏ?fR8 a2NK]7~?fg+W߿/ Vl+hXZ6I(@?(d|~<^蘼[ u\ܻm0lط@<^Pϖf(djA ݋C걧t Ppt(O8UFe?PX>A,,*1moϕŽ{flU BÍ@&pBJ~l 'mnAb,-96a4*U @&F &P(LD޳ b8,U tñ=^T)Z*^C [(p@Jnг  S=[JA< $PގϟK/j/Vē'г 17 0^[<Aϖ(ܾ/WUh_c{;b}= K 9 PR޳-z@&VSڊXZ*X  =[ 0^[2@&ɏ&sS^R+=[(+W] V@-yx2ې7:e$?P`z6гaB4W5-P?86>씐V]}C""ĎUV`@ZZR9l`@:*w!l`@vwcg'[?xReT(C>0 kkQl`@_E<hp?$kqrThfRS1P"]pbysB`liNɷj|UQ|8JÍ17W=8 f'g E修v 'f 'o>Rht-_uZ\\vQZX]@C(CEUx`60B \~*jLW\_/5[Nfm-P\ܺ-0 Nݻx<[ *`4'p2^=[8-Ul P&]~uF\X*Fŋx2:1QlztkkRil PJGNS.|#gϖJ_YVFby`64e(%oNp'` 'f -'f }ocfT*4M^gBm(C)4'pb^N7&1nGU}*^* tlH\?P\ 7FtRQtiN cg`604'pbssqV@s|+C8_͖&0PRbf2bc#[9lܽ-[a?_S 9+Eۥli>e(er2>M<NM]Gnlnf v @N+JG-g h@\1=]*Ihk++P0H li>e((ۚwrp$5[裼fRl672:7nkP)\GpJjG:gqTvc#R@5v;ZRL++1dzg0P4'@().7׳2ii)ff*{{]0h85[Niv6@(CAys£G_*h>]B;W=8r@-&'cy9[9Í^oT ҥhӧx([ #Z-pg89@N/?W -M8qFlh+oۋ'O8 /pzf#pP#MhJ@MN<ߏn2zJ|}lh, -Gf#pPVc[sg|.8WcҜ}o]˗K@l77T*pP.|c^/n /G_*hƒ{B;W=8r3P;Rs]*.>}?\*h|-tz\Tv@c(@_ZG(CYvZї/͛@c]^\W+9p,|9C~wRoPqfAݻxsg8f g fK(CqG)4V^k~=.]* Nx2jjlh l8 _ܳ ^*h,&G5)]p|ۼΕJk>dS 8S  SR Sʷ͋13S*/?,ff (oeyͶ)4-}t^Zї/@oM\W+ԙ2w@nT*LAn&19Y}.?/ 4-}477nd 4'@.f :r<ԕ2ӕѽx`64^lld tMfgΝlA hNֲȩ_XPT,/g |4 iVFos'ƃ |+5[8|#95[@!hzyai)ffJ/Ku:z(+qnl bk+[`8J͖2Pa? O`t YpH՘, ÍpbqpP[ fHnT at ./'@"0pGvJ&ٶjJQ%}2 Ñ]@|N F>x?J@ny9+{{IlQ{;UqNx@!/?JFs}gVF?}G ff @MMr@sTt-'$l+e7aln ^N&&bu5[@!I@|f [PW0$vu_ѹy`6/' vpN&v:1Apϖf2P!8لVT*/' t:VF/_W fzjw7vvp2j42 2pM`@,f _opN`}=zkqrl!yvs3>. |e]p|3f _e8lR@s0 q\eӧ* 2 2pV.#'oNT*7alnBlԒ2 ZZۂ@CŅw^/66 f 9Y_/4-'l%e l)\-/@A|+Cf-95[G͖2Phoܿ^e0rlz^UF[X]- #GIw>Í- C IDATd c |&0PjMM17W*FQ^]_/4NVF''ce`65[@GII7p$5[&j !MbΖJQl>. 2 OE;Ry@C4'pJ䵵Ry0݋V2E}[0|-4?_G axGW*he՘>5x6^( ^^_#]ׯg _wl8=o740<1=]!<) Ԟ2 ٳqNA-vۍj Z^]_/2 t,.f tOnetr2VV fR/8v Ǘpz=NTp\0TbΖJѕ_r_<~{{љ{`6(Cl242 USGȷy=)oNlWVbjT*-|ѹu`6(5[@ pLس !pL=05["]Ӊ^T*Pov;ZR0혜{ϟf C9ȃ.89ac#Kd|k Ǵӕɓ@llXX@(P>OJ[ {7Μ~j,jN/cq1[9(g @le7…ϱY0ϟlbb"VVy,PFf lRy0򚭁2Ԍ2 UurM88;o g _v a8e{KCe6]p#MhJS#mlD[t)]+ #MϞe ulie6M8g(Ff @1y㫚-DD^e0sTh0lHس -i}=Gv}0>}* ԕ-,,ٳOѣ a4'.Gr{;~T*PWe5[͸p2zxZRX]]`P2 [ٳxT*PW(՘vQ0%5[ihN5[Jw2Pat)]h0~9=W[;L5[М@I f @Ij42Z`ݿ^e՘/ c@_O?UF[-C35[(@Ij42Ԁ)\p@ajȷ7oR`<5Ry@-XY) c@͖0PҜP[85[HPX^tJlލR0OćR#(C MSsݯ-$m@^ىwJf @aw^p@j eDW*nv;ZOg,jN.^׳m~XAl eƳgq@aBAL4'@C(/gRP33qnGUF'&be`6v;0䍾p2jP%0j42ԃg̙R0Nl૶_*33X.Ƈncs3[dlieM|3 r|U^^R0N z0>}=olš e U0l|^TNNv;&O0Vx`6P/"As|"jv:J$Ėcj2C<}Z0 lgca![`<` >܌R@8`(cv2kv<333-Мx2aɻKe۷cn2zp8`@&'cy9[ l|i p%v:򀌁2CuOt]2zlܾ]0ƌlAnl5[@j#hjN` ՘Qx +/`̨o|Od `p 4R7Z<KvU` 0Dot:UF>`6fX(Cm8ȷ|éf ʷ` ÇST!j ݻqLex`6uPovTfQJA!u+Ο~jphb"VVD(@j#- C^8ȷpJ׮˕n766 f57'0PC 5'0n:,j 9;P2qje;G>l.-oNp-å9~-f ϨRP'>UF> fXR/޾/@F8=e `{ߗJ=[ոr2q@kE;{/݋V2Oul`jpR\-p~&57e;;r͛]5[ ef p#ungQ5[@dv6h0&^o+R0Ƙ "zt15[#e5[@j&^*|{N=[*ƛn "<*ӱ\0Ƙ-Dalld  7e]Gm}GvU`LwbzT*75[GlܹS0Ƙԛ2Ԍ&Q[_&PL>P1f @My϶+ O^mcrT*{bzdUl f/#Rt:Y4}SS) {ٳqVx@j&eRɋ(fi)ff*{{!kv<{33qn o` qۍ0<P3 q\e >, alnf tPT,/g t04'Pkfk8%eQl*eVyǏ3gΝ0)P-޼K͖3P1 1OQ\] ?(k2z|ܼY0ƞ^log $l1]ԏ.Ɯgf$u^ZR5[^neʕz`6fm_a ~L`e<@a0l| AJÍbVFc{`6' ~y| Rat [Xs*Ql8lX^J~@'kY_*L n܈+Y0(.ٶۥhbu5[9іQ+ (C\?-`œ'e(/nf h-u9qx`]-c غ?||}l "lc--5NT0 P7n l5 E_˗K'Xhׯիhp#e 4J5O0yVs#LҜʯ(ܾssRs^}(K@jAc+|#f S'CT,5[jڵ|2Fl3PZ:9+ w/Zmlf2?_`dg @=yZ2PZZ^il Ѕ qzAj}=jN`XhS*(Kz2PZ2PZlA꧟h_ɇ0F\ KU`T卸j 2Ԓ2ԕ.P^XXsJAcٳݭNNJlWlCnlld `Xl%e+MP>9)Cf kKK13S*SyͶ){{љX\, ZEݳeH ֲ&#)ѕo`愼*`8Cf 7++15U*SkkjUF_ׯ f@Ac(j`JJ1Pjc۷El5[jkn.nϐ`(C] [[cT+$@-/teto/<) 9:s&n(ouo2 PW7oƅ , ^ T,-e K(@=̈́vT5P?Pcx Ǐc2:3wGӧق|"9I0P:gKqPokkYk|so5[zzѫWc~`6P!oU`d}/_VF[-Cle70&<@#0&[\jԄ-c"޼.J5ۇӧR@2ԝ)\N'jN&l6@1u+ !4B>067 fPsN'R /'8&݋V2OUl``vTᇘvQ0ehF)@mi)ff*{{ql``:, [ j4Ɓ!4Z͟$~3Pzl.F7eer@䭳 ^)ݩ{5[B͖:1PӜk7oR/'8`<oVF'&bu`6rE-o2@IP'P{y-&P+yΝ8sT*p5[Fޓ'Cetz: f)5[@jGok Vv kVܳ`ڥ. %Re?]<eh{vc#R` vZWի /(@j/UqJk4bVFgQ \ܺ-М@5[l^-(C]/WF( [wĞVs29]4nh |OnG͖0P&`moLJX\, G^_;t-jj }b ӕѽǂ@hNΞlAJS^mK.߯D\~U͖" !by9[` ]<-p@U5[(Ǯ-@K͖0P`7RS`ļ|_WF[X]- |v;v:1٪R24G#_s-ٮ$ΕJ-#ݭNNrlaja [F24-#FFp##&..LT5ۧOK2PМќ@]aTlhv;Zmllh+WhNlSvڊKEtPswę3яѣh.o7,6 f(Csܼ/VFcs`6p:^lld tPs-p@hN]-͒` l y??ϟ?{Q'p02>T,-N$f @tG ל@0J׳-g6V2wٳgaEm8`dץ) xT4 IDAT-#߯ݻќ9>(@g˰M ;?//7WOO l#@lWWcrT*pRkkYT܌\ܾ]08f_T~vnݺi2qۿfEhN`dt:Y@!߸:A+j4‘l{R5v;ZRI5ŋakw__nnn +%Es#Cs# ߸no/JN'揆@M,/teÇx`6p 0fgca![{5PW\_\޾}; MCt@#\^/66 fpkPӱ-v#Ma !߻2`(Z ak 2l.قNT*p -p@S{W/'5C` !o`6V2o޼_޼yj._(3򏦃.as3*ssqVl1h -MngQlz ~?g+%j ػݸ~yhZ-Y )-H$}2(O-R4$KD'po{LX5XQ\W@lBS8|fraeڵu`7p.';;e @ۿ駟>??bb ȷ.'P uuTpn.'kk1TVoތ vrgW??_˿˿ۿիWb?24@ȿ؈RY3[!ȣGqreuo/67 vCW_???۷ݻ I- h'Ob_͛zYw/zp3-11++ق| 3^2q_vvv///#RLMUVwv˂eU]lJ'Aeʕs`70T6.y`uT+0l.+R[R|jj'ٮFSlC?GGƍP3~? Y pP;^Vlff @ g[8cCҥϱUB jgm-vx$:7]nO l{aN V869KK@jke%&'+>- 67g t0nv @!f^/y"@jҥx([ ϟg tPw!4-Ql|O,™t0Vz *7nčgB+>قnT+0^ e;3[(C+l|zn\Z !ț7]eub"VV v#g+P(C@l3[j$ߠ>x|S|f㏱[B ufU+5 j!zqtT8-Ne͛x`72nߎQPg,8<, k413SY9 v|f%@-Ž{قRqlh-&P:{0fg+{{Yf 'PƛlA+ϰlh|gkf -m PPg-p;[  zljV`򝭙-#ߝ w pze9|kQΖjFAEթx`702;[|gVB 5 ZȷNh 3[j!㘙) fVV/]ȬfU3[M 5r P0lhrBGGZjvy9&'KFSY}.޼) 'Ps9Zp97ϞeO@1^V@<~33* Tȿ51lxJ 5_NڊOJwիX_/ TX[˪n>`&'ci)[ ̖(C}}\^Y / |Q<}-p@o8p9X]ͪ.'0lh|f;[J ' 1YVV/]G v# 1Ϟe =-ԋ-O !P..\)]YRuY չw`70b`V@ M"PP+T- rcاn;Ry1aeڵu`70b̶϶pJe?]c/'@x91H`f @3ۭT+5nU/YN 'P1'PVy$:}nwzjf @ܺׯWV/ @Zeb"ndxPOD_~7o v#PVr%w`lhn7wn(2amT4@ov6<8}[[h]|Gjf @0΄6YU6#PFG~4@^UV.n, l{R}loǫWh0i~H8t0<@ 0~!1?_("rݻxJn|f;[G rc˳ [Bh!2|;z~|mVㄟ~?T+4@VUR}@A^/RʘHnLT4}sn7lH7nTV vC  ~j/BKK15UYŋoBa 'N^wmT4@aa!.]Ə?~#A4=g \N{=3[.@)>̖!(C#LNr&xD[(Ɠ '3[)É )\N` cnT+P.ЫWcel|g  S@Ac(߈@0B\T(1>UV@Af!PvM.Dl ow`Dֲp,qxX;嘚* deÇx`74@"K " P˷뱿_!B\\Y%~`7.]nNF M67cwT+'.'ZǷVVbc`7lR}@q-v#zYw4jV5eo|e( vPkNd @yVf4[~<@2zeh0)\?WVgfba`7P\~ef @a-p9fw^>O+f4[l24MJ]^REg.'PFUVgg@q^`f ̖(CtYU y6g(,lۍ _h ~?+Wĝ;/ S$t9z*Pg.'P--lRq x7TVcc`74@ ]\}2Kf͛wգcB`lhN'lxM It:7oݻzhu:@QkkY6v#w{ ssq^A|] |Z8fr-m{l9724.DkΝrcbg'? }oW8-m (CH`L8p9`PY~`7pA0&>|tZcfˈ Ya@(F--rc"|޽Wj.jV}2>~, $Pf4tPL~3ֳ -c˪eh'Oө{op#D|ܾ-v##Pf~jvsՏիbf|d \N 3[U5|,Leӧx`7ZV]]-\Kѣl.g.'.'0|g 2e,SS- 0PYt- \3/]eU2- yf@G .v޽Wj.-_*RPf\@8f@Ǐ&nm-0nV5|QΖj.-٩NMRnB; JB qtpmgh|ׯTf@.D-% [*3[.Dռs']+ |fElojF(CC9BzYZ+OWo z$:0y:D_C O~!R&=nT0fVVbH v@k_57e ul򙭇h3o72eh5\N3[r3[7f6KC24t,.f h0tUAm @|?6Ƀ WWK̖(CsCΝ/ 3[ {&޽v:BhrB `~@8mffv @a_Nh-Cl>o) P؋]Yp## P@a^V(@]f -$mAVh13S?++19YY!^* !PrLh|Kijv01=]Y) v@ @ҥx([ (Css+ Utr qre˗, -`f XZp;R}ʿd0\ŕ+X_/ -eUhX^8`v 9(r8_#Ptbe%[ !z"+Ǽm'ff E--b*P]q(C]~4qRV`\yb67cw:3 fU0DY@ Ζa(C|{! IDAT-JLNjƕ(f}=+ssq~n`,3ۧOT+4@M K&@PP~⸍f|R؇;Rz0fg+{{Yfh24ZrC$Pl)>}* Mgf Ǻ{7^ӧlX-) ѺݬU|P.67 -qze(h.'Iں{Kl9%24ڵkqv+ vpW.'Pp8 (#~ S(C?0Nh}=+ssAn`3[(@~?(S(C)\ ExNV`].'0^UV][ vcL loǫW2+3[J MhJ`(<'Ut02ߔ@P?`PYu+ vc/"Sj&(CI2pBB( X It:ׯPfpBׯǍ P{eh| z$&&޽o v@CzY-+WΝl8?y(C--Teug'^( Nhv6<8lp~y--#PlMi{;^8wf_Szmcf 3[o2<ehS0pN^ ՛7 vcA#m}[Yt- =3[F˪elNC - -.F* + ԁ-#e|XYؓh0Rҳ gl)3[8|`P(.,ĥKZ:XY vC \N`\NS7~j&2SYZN<^'ٮjbv6>G`_hm-:?=/?XNez:.'pV8^O6ǷVVb}`74NUtl.#O﹜i2$ehN'VV~48/1eVWj:${Qh|;[C @D r#/j#?J@lmϕՙXX( DU]Nb}=[ ~O C"Pvp9 rW3[!Y\^R@}7~euv6/ D>T+ԛ@F$O'7Z^N`Dͤ-|UU؈R,l'\oYX˗+_fn1q.'0"y: U ??jf?7Zŕ+Ճ( "`b"82CM˗cVh]pn|e(>- lR}@t:-ȟ*Bl[ie82õkqV+ rp]P%?r9q9&-1e FWVgg@x9%~1[BlƖp/r2eh ] ]~IL *0t^VV]۷ vrC/_f ](Y_j?qp9˷-Cgf g_N0 b0޼ׯj%ak+>}* 5&Pp9˷VrT4-Y˗cVh !pfy`~n+2Ʊ2I-|U~jۍN]}[ڵ};[FNkm- \-' PXYvzUA\ܿ-pi{H3[v#JU@.!!PlMNeg'^8 W~?r-F8nZ!Pvq9!Z[zf\^!_~7o*p8Fg6 B g8BD]h0DRNXS7ŷߖjw Ceub" v5FM m_N s2`lmsAV͟"by9*en. #Pq9F2p* f+4N=|?jz- ѭ[1?_Y=:~`7Ԍ@@$n7:7]nr|ܺ-J@=3[i>++19YYގW v@ C47e t- - -g%PlM;;EAVX^2~Vl,.Le* lR}@B $ @zYwp6y<-J7TVcc`7Ԋ@X^8-B-U}3[83[D  M:1++1 c^_2fp6f@ʏ&gr-,˥Zf?/ Z?;;թx`7  c}=[3*f@ʏ&gor<gKK1=]hpWY v rÍZNV820"fA<M$zjWVbeF8Ÿt[[6 F[]^3- eU3[8bn&LNRۍ|@*nŋ. F혟E_j" 3tbe%[rF|GAA[ .nB-pfU=`t-gf ?.(C9T66bo:;'?rfo/67.'y3[{~rWkb.'p*P++1/,8!ӧqpPYr%- 4 ػaAqE`_Tla%>q k:ZWjX67lA_*h#8>t%"zNHcɷ~zR6RX=2qZluzlmJ0Ps[|+p(5[%\KN(T|R <#uF\Z=8 ay%"y@[D]pBUF߽ f@iNz5_ R Qv#d эx`6Ԟ l.9F-W{g f1(C;d |4fx-p'Ns-Gf gT42t.h02:;׮Z*9A}od KTQg ͫ}(}ᅲʃ0PnsԿZ*hA7w˥Rr#z:>}NLbl{2t.(Kl-[(>xӥRZ^ !> tpDA՜"qpP*@(`q1&'+Ul15[({7[`<2PnW*-vb~>Ξnodzg4'@Ńق|g@w@ۍ-e趹82KsLNb@sGМQ@=[e RG2:1qȮ8:]j8 [Gl9ݑT-a ?ffJmf ?T<|X0h9AۋlA@@:GCr)RPyva!Jmg8z$vw+3317W0hfR 4'p|[Ǣf b Z|R**1NɃ1=]ގPw~< *kϞVT ޽p2KZhr2G:@:/IellJ5')y3^8E^,-e @'tNW~/B͖(CS\^y ߏl8] xJl0JkeA'Obg2:=:@N<}-Мk <ȑ(H¥cJJWF/_۷ f`8/rϖ#>ONԩ-f @b021;[0|zlmJ3Pt78n:.˷ٯ^şJQ®_6`P0j@86٠\Z/?-~?z}l|-+Wƍl.S,e bi)&'+ul p.\{GMswۍt- @ٳAG67ŋl.]T[U QP-f(*ś7v oiN 4'@m ++_*'?7)ZXfxQ0$gf \xn3P,bwT*vvӂ0&yp(fj*`0ȢjPR閏 oݹ/VFbu`6pxA2PD,.f 4't2Pw}jPRw϶ oz|4t˗Q=s& f9be%[9JҜ!PR@]oRjiloWFϝr:no/VW@IR@M6Sf qoq1&'Ktj|R{ fl?RP;x9M~<P輼f[(,߄?y;;R`NXߏn< @u9{P^~wBͶ ?Z۫^w ϟg 4'@yj]l~?a8|/J-@g qpP駸~`6@Dx66իlA B^u϶ ќY&&X[q -oQg YpXq#fg fDa'^* b |:+դ9B!0UF߼ f@AjPCqZet8`6Ԉ2=yb0Ȇhy'.~?&O4>7o f@A.]۷*gF|7߾ YXfxQ0 tXLO\ @siNz;jNh|t`_*[y=ۮ2Pgj*>hҧOMA)סkUSqqϖ1P*8|T*l:2:1KK kNh^~-c T?A<((AucgQ]lRҜA^Fetr2 f|E͖1P*MRoo'<:h%5[CkRj~>K|ߏul e)\tiN17^T(%?Wz0Ξnm5[sld TȫOvT(A13SݍO f@@m9f 4'-Y'W$eqret??. 7`-pc41KKقM_fRQh5[35[@f @WFyY 5]rC/`l&(l;@f @* =yv0(EQͶ{ TԜAWF/_[ fTpEkPtGS:P[@G#r@#5[CZc02:;׮F)޼Rg˷ 2B9A5!PtD^};._. P-PUgTe 0(5q aTfk rzw02@#\7nd e 7' qpP*FIs4RLNVF7602@#\wf 4'{\Ͷc Çqletk+ fhNF8w.h4-4Eޜf jj|@H9 SZx2E_0 _DSh j]7@}se:@8)\^{7.^, p]Setb" fܳh ()ߟ1a愼 @#䷗r@x13S*0~UhڪNM|dܡlR0~av z|C3$ߢ_*F#..TT,,ę3x`62peZ/(oWWcwT*F>%@8w2`lAΞl]b &k<{ۥR`4t@ܻ/VFbm`6! -Мtj,y7\IG(y3^Jl8mt@z-Мtp Fh=.1PϢ>iloWFϞ fۋl9A)7@ݸg? #h|;gΔJ8 -_TFgf݂G[ڊl!P7j@8 hygo8 w]fܳh88^7n8fIJ1sk-vhsP7j-o}* -?W~=fg+R0N-4N~ۍa A^eÇx`6 PC/ǭ[]ͥf MFR&ʇ?v2p.Ľ{ ]POA-@s嗖l h=?=["@8*]4AeƍGf J? POph"le򏦃.~u&@mRu+\) pZ͛2:1~l#sϖ0P*%vPM-@+@Cg J\?_*8׫}>̆1PFs@+9 P[ppP*NO^1ZZ{?Ǜ7 uRܾ-0 省~T8=@C-,TepJ4'@Cق~+ =[h|~NL+Lq ^:w^h|f u-1hL~57ϗJ8>5[y<67+gBlcRhX]KT3e|4Z&9Sh| SSR/hf 8kkSǔlWVT*2pdZ&*MNe F7KT8 yͶߏRa=[ڊ0]y7259-ߴ?}ۥR4jPsssq|e˗x\2-4d,,d 啎/⯿Ji0P֭r2zpk˥~HKK ͢f MC$iefgڵpAl8X[8f1.߷4K\f ǩv2pZcu5vw+3317W0x95vvb}=[9OM>)7@v2pFDŽ%=5[ b2zJܼY0Fz-0POͶtHq)4BuWhO@ [w 2pX~=fg ff[[Ra< p-$Ԅ-@klsT8Cn܈~`P0@8ѣl.b rzp\7(Ipho7v2p19Y؈W f ].\wBsC{Wh Cl@8sb~>[ y(@ AsC{GIP@;v2pL>-w&ܼWJ85[x6>|z85[ knl;e򒇃.F-.ȏ…R'߳Uh/cc2:9 N@Ͷ cҜM0 kA RGGƹsRNߏ"?Ǜ74eLh|f 4ȡ RGSSx`6C5ffbn.[`- ?DZcj*>%CM=2f ӝ;qbet?VW f -p 21]lYjg8I7 c8cs2zL,,81 v-@x 6Q0e|4-߰-,TTӐlPskkS=w. fnmw7>(b6B(ǧ9<- C~?&'K5[F{8*.N,_J ?j.oN0PG ɷOvT8Ck^T07WF|P2p|^Nh|Öw5YRp|@ܺWVFbe`6!2-ond-/gt߾ f19k*a  :wkjDy\~s&3Pҥ};[9c}=[` 4.2'o3V35[hl@!j0+qflS 67իlnlѣ,j 4Q~" ?|4j+ߪLrPae- pJlx6[J8=w2C.MʷjMrPVph(5[ʷjwĥKRNO^}:>}* E(?A@C(o=T*-rLT_S!޽+ Gf tJܼ- JBQ+ AJx(zjq1&'+el825[h޽l)o"U#ٶ2Cv<{V0Lsҹs1?-|[hzi@s(I9s&j29j54(f Dy-4m'(?*/[<8kn.Ο/ plիبNNBlS[98ll;@Qp4NIstP~i~>Ν+ p4'4zlmUFϞ ff;AT(@Q'ߤ<l'f o?Rp4B9S*=|SSѿ fC!Z^΢^!e'S*FZƓ'(lŦlmd Rht@ݹ.UFcu`6A^'571KK uܳw-@Qׯlet8pCG5'@zg tԍ!nph751PN /hZVFcn`68hx4[` 4-@FxTc .i, 0de%*.FÍ ϟg 3{ М Ms rzRF#ٺg P+ATF^ f@^},JB! hNhel$ߞYRplnތW+R0J0PN@s@-tUF߽ f@JZոq#[P-tA7u XZƫW ZŸs'[9>v ]Fll;@8?[9&66g CWe l߲诿%5ێ1PN&hPaeƍ- 02^Nhݻh~lq)QCl;@8 b @Mx:A@#;wҥR-@#G|T#Ǝ1PNGHy) !?LW8f;Jjy. 0J1Q=cӧx`62p242yv0RP-:A̙f<^0* Pj3317-RP2p2yMdm-vwK@5]q\etg'>- !SS-v#@g ݑȟi {7.\jlk-МPj@|m('r 0v/^fe̙C%?Ҝ0v1d SxY4'ԟ2j]b &@[Rf PsϞve٘/ 0jnX[(ml=.h\%--@qLTۏlnu5*/Ɲ;F,>~ 4y-ٯ(B-neMӧ]*߲/DW*`/V0F@8[ co8/⯿J(rV\R=8j)-0E G}>p2;׮UF f :H=lsl"ljÇx2Rl"l;@8 YG`=ʢ@+9-5[ lj߲{qbTR_ǧORa YA %Gb8, RZ^^2c}[07=tJܺ-owiﴭAT.Řnl˗+y@hcn.[Fqq)aL[(8{2OhN:w.w/1vWݸשrmkUק(B}0@ 3s0"CF#2  GB2IP է._v府긽Wy>g?^/5G{%lJE6P`P f62 1=-p8` >82PzF@ sPs-@ ?//ZVyfnǘ0.^gqFn/u#Ԑ X+5kؿE\R^@c.d G @)ɍIV6NÇ+뱴T"Bf 6633ʓ@2ۑ` ;n7 v@z,/g RŵZ1;-tJp8@ @+Wbe:9g(.lK@DDĕ+`9P73`@lf&K #GԩV=;wh62;] Zr3[]l <=u*) 0wׯgj~1Pz.Zɿ4x07Ue( ?ߺj-4ɓqXeuc# vC_(Z 7;Ve`7ol`=w--@I'w7?ewfgc|qܹSƳ wP>-p8*&h$2Qg ޽q\.b>4n䯻hps@}9M e3Pzʏ&@Mt:VV}7/ 0 2[w/l92[2dK2ۑf lV5 7ɓꦷ] /g v !Kf !i@Ř( 0h2[[ZJf 0pOƭ[قvT+2!g .J@6* 0hw2[>0*l;=e M'!8-J pZ<{V9VVby`72km'` x%u+>T+M%^y8~h$-J33قNT+2kvZՏ? vH6WwީvPFFl2kT&@_}Y\-?KF.朗@|>*l 2P cvia!66*ǏljjF=x}TYm Ƒ Pk83F]@щ.\ g6*l?* P' ͛IeuϞ. P.e沪M2Px. PubLLjKժ޽^2P F@_9fnR4xLWV=;w v02[5ǩS2yzZh]kcϞ'qVnFf f߾8w.[p@l/dC@胳gcJ\Zt\>ػ7.\*fjjld#@胱8'7oǕx`7@m9` cy9[[h&-CeL2e M.\}Jԉ` ._qLnڐ ijgqz@h*Z@A+F`  4Rv:hب;[6va!KB/.\%j84V./NjZh7ot|LNVV?k vC(ngU@ׁWR4xӧZ\\Ɛo462yrV<~\&ɓqXeuc# v2[Z82[JF N@;'Nd Jϟǵk]dvV'UN(Of Tَ"eohcɂ5#(ѣ{7[Fzled@?6Hl N#GJԏ;wXLO(2P&tJY@hj '?b?Z'lo݊O?- =c .NKA>3|0h*}|g $z+}Bn eo$ӉnT+` Hxeѣ{`7 @<Og :R4l\^SPK@\էO͂4@>mpٳ]ps8$-َeo쉋~4zx:6jF@1-p8d َeh?\?ZJf Pիyeu߾8w`7@-ly"\-)1P޽{7?~С}k?OV~LOO{ tG&?\xVkkÇ vRv:j`uu~ݻo~СCɓ'?~;;gϞ˿LJw61Pؔ-`q1  "n޼o~үv-=+ 7Jqpeum- v0糪t:Zu2[`+2a2_/}/yyyh?x_A8oUY؈wR%WY!ZMOغ"-R~tYf +2[`+6@5znMO+_ʯʯAKMX\#qtnqV *Cf PFd%^َ^Y__9/Z={O>ۿM׷OOB3zh].`N6ӉnzDD@slzjSf#==o?Wn7"?'|~'|j;VYYY_GgffOw`L(`~>( /l!̙8pT+@kY_ve/?'?ŋWduu77|W`0ltpE hn.޺Ǒ#Q2[`N7W76bq1=sc=o>|˿_7nۿ?޼y{ޯگ񿰶[[/_W{ Le @Ohv6Zq~nFآGlAS%nv60Tz9P捾_w˿G?~{ww7>G?wG331>^Y}8) ?gr`LMe lt 2[ݓ['!}(311|ɓ'_ԩS//o}~__I}ܹlM]{7>:633jF@_u-0<-@(lv)ogf&+ŝ;aWA(W'ےvkkZE2[`[Ο{+Ϟ9YUf f߾8w.[`<0P/V\K0W(@SSq@eŋr\3@`[l ;[`;d@Sȑz,-`x/g N^36]a ]'.0PhM[ZCqtn!otϗ`|Yܸ-p-E'On E2Qa G`66* 0N#GJ mtotp:-BP@`g-ؙ6 "g6vꦓP&s8]C~Sf Tَe?=r9j6 4otV|ieuϞ. 0T|g s뱴-+ 0lleC@(F@QvD+xl15-0a(9rxQQpcdeue%^- H;61g N.->’z0PJy8t~^`]Veݰm@Y6z'Bllj`l6?~w`hl8x0Nt:Za' KKVaotۥ܅ woeٳv`7C':j2[Wf 55TVWWcy`7im-k*+13-'AlBf Jax(el) к|9^gr'qjp`*؊Hغ;[@(.]LTmPct-ss.-.zexbC.@M=~wd ~;a%[]-lv)6Hf l`GދcJ <]ZRm@q6v@d$z(r%VVJ0d@=WV_˗ v7rC IDAT(9Knz(u+>T+)lJSȑz,.`衱t:Za h*ŃB >m9~<}Bnnrw#nlޒ-eÇl)\޽lA>ltFp]2[pq#[2ۡe MϪOǑ#ZF`nߎG*cc13S`$lvlc#%Z |3 av@f cyf{|LNj2[z5=ϗk 2ۡe )\;f s2[/Hf ctjvV{7>, c Bi ,u8؁pBZ6yfk89޽ C;r$Nt:Za{ AX[+ 7NvŘ~YܸQ"znr2Μ-Lf C608 =WV_+W50Dci)[`쉋68e83yfk 32d Xf hrTV7 J~Yf FϟǵkL$v&G[28cRZF`b}zh^n"؁O?۷vV"N؁|Xk쀫n>F[Y=q"/ 0B61P$OJ4V=\>p[2[`vy9VVJ0< …ĵka ɿs8lt}P\Oj`xt:Y.0rNÇ+뱴T!;[Obf&[_JĀ(nGUY{7>`7CF'SYv79, Lyf߳h6ݍ_;[dC@#GԩlM|IܻWYC".r8-vl)K6(c `[SRHf -oǣG) 0rd۲ قRHf; -R\.l%@:w.&'K"-\}VYݻ7.\( 0rdC@̳MH)׊|%@噭!.9-tS`QV*e`pj 5M]7:vK0 p`裂ԞclAS@Bj`lt4=էO͂Ԟcj*[F˟\^5̶~ 9w.&'+/^ĕ+XZvib".\4Mt$v/p8 Mf;l lMWŋqLn-ZYkײ'':e~,\X?@آѨݎ1o79`:X_=W`D`>7vV%6\@آ|@kps(@f E~new vv"@(][NEp-ʷe@Orj  8>&'+++qZn؜20P'l.xT+& C*kk\t ʯes'>, @ xxj1-P@^ʟd@$g ԑ#{قNT+5A|QeՊv`7H7Nx)v8p*e`hl*?qpVQpnߎG*cc13S`l6b ?u.n*ؔkbdʿp!&'K:7lx:1.i*TPd2(m3ۋcbT+3۷R9e`ltl*(r8MovKPWŴjUVߏ vPK.n9v,N,,j(KZ+bٞ>7 vPK2[cj*[4()[_-OY]Օz`7KK]@MLą Ov Ve l}g vx(6633?@-/je8s`7@9 y\-hK4 dUeޒehƏ&p|^^Y=z4N* H|Y\-0P-/h$~; H䙭 @lNtշߎw) yfTDY@ HC='Hg˱Z1(>W소2Pu' ?ۥ#l_OKP?NV=wL4vKP'qRUA|Qnjw@;'Of JB@%pLqζ zl.cuz@9SaܜڵlA]yd_d 0(2a` Fi @#PVVqskc}zh:Uad쳸~=[` ?2a` ԆMHy|$xM:^Feĉ (ZD)@m8d1<|9VVJP2[`Οqjnx3e6<I6_:_'OJPqPeum- vPh|<ne6Rԃ NveۍłԀVk%=e6ӧ~4FjE]7dU~|2`eUm (ub +T;w v0P2[`S2P'y^kkZ4]MOg=}ׯ`dgf N#:W/F7@sbqJfhu56&&…l @s8A!Cf A>P)of Xf Lbi)VW+Tn? ׮e σz%0PhGf }v +^VVfs-@Dt:^Y=z4{`7@9~ne pqc(5p@6 CBf Ԇl"ۭ8o]vq1J(5p8 -@lؓCyf{r<^3[Ŝ;WV_˗ v q-@8_YxT+c8POǑ#ՍX\, 䙭lbbv6[`<@(5sRZ{ HUN;*Ap,pB?K! bD9 Svk/$#<jv\?T9::A PnnԳJ (5sbeltuyS9띐Z plt] =[!@}֘@M]۷Rx輝rtr2 Vtn;:lB~/ tklJ Oѕ\@ae{1;[=[?3gb~\1z5&P @g y9|Z(ĞpXq7cjT)~z_Ǜ7?t@Ve`ǥJg8u19Y9^p=[ bn. a|@佛88(U 8jea!ff*G|'{7<h:!@+=(sv;W9zp[[(k¦ba!` h7!@+lӳ+2P?Mp9h8<=>n,X @D:x4 P(/&g [g le#@%:^T)rYkkq|\9zJsj"޿/ ++J'lJ R(c h E޳]]-U@qjl9[__˗KOyvs3K($ |`,ň-benoǗ/J(K[,X @%2@g:o䋑/ÇR%7ʕ VPP޳u^On& z*޾:> [`\s@[{z֒@ Ruv;Wg tӧst,.txل'֒@[].`l{1=]g tfW=w%2PW>@y$3.]NZI8P['lRoLĄْx`5D|K Jeʗ$A*=[bzrӧx`5Ejٸ}; a@]}T)j޽ߏ'O VPD޳(tܻMp9h<9[`UIa4@]ݺ.TfjFo??&D,/g\NU->y9[`lG UwB+Gh8<x1 V_lNݍl xy|WZ/lG Ԙ&)'rzJ+yv0(U@yƍzT)% Zxr׋=(5 tJ~9!T !@x9=[SkDoDž J+ǏcoT)2PcGS 2 =[{B{ }@k<\ 68:l@n6_~V϶82Po6w݋RTӳ:ѣrtf&-X @!@Gلmqe|4o]jB舼gJA6g FV^7o‰7J!B ԝ @G"bv t-yv}=J0Jft^RoNj(5otg$r9|yJ%=[݋ѽx`5##h&G(K [ގϟK0J.'pv;W9zp[[=[&'ci)n"_()_ٖ%Pƍ?*Gc0(X h|Oflt511++]@;AG^lP M ^~Gh ѫW Vrzoו@F\N ߉ֳCxZou5}T@8z6͛qbRN-E|P9:1H9g['e|4i<JH@KPٳJ8I޳ގK@?]@4eZѳZO8 GW9e{Wphk*GX_/XM ;;kkq|\- ~v9x`5#r ./dLgfe%vcAebzrx`5TQ]@?ogltMr,:Eh:!@=[! ڛl.?/_*GϜ9_<ߏG eq9h|Zųgy9[Ο[ ڇ&P%?Q|Zr 13S9k<~\rgB6ۍ@SԳ12(7oŋGGQ˗x$` hXZ&x9hp)\NAh=۱(J6Gh +G\_-X N6A8E8^1zc%P<F4Z ׯǵklFx>~= h c%PF ep9h=[5\NZ i˗Kcs[[W.(Mc h<ϳ @Z l-U ߵ rf\T9zt24FÇ1*oT *G_o Vqjs6!!@kzMv( Y^?|0l.A.]l.mblX%_Ŭ@Ľ{]@=}>UNMbj~ @F6YU-Pe6W1kk"2@.',.ƙ3J8 6F{8*GO|n2@䫘Rut@h ]@+yv@ --dRN-hqxX9zBܺUvÍaR:G 4. M'OԳj.]ѳ'_lld7nu5+U i_31=+XM/'7ẹGkR-21;[9[[NyRuw/ ad@'=K\NZpr067 Vm @ MLr6!_->A=ۑ( tz\V9:Jkw7^&׋l.e!@4WA:Nf+Go܈W VpJlz6^&(z3!@8g;&elt r _ֳj+޼.*=[zΞߏG Ve4N\~-U ѳZ͸tr(66 V -61# P*G_7o V lt-vZSpAjA޳/t9lv5z# PŘ&*~zR4pxž @"Ph7=@Ru|f­[qBRFF ;;[9:5KK=[Acc# Ph:=@6@aMZF %LRFChGbrٸs`5#g[@h~?(Ԋ@򞭍.V@J02'>8*$y϶ߏ ˗6˗+Ih _K(,9ߺhgJ8IB-KK15U9c<{VT޳p#o762d/U Ilt7?_VjR<)Μl @}&퐯nlO@h[X_/X @MZ`r2 6p9г@϶,2d^لRrŘ+X aw7vv .'퐯n#M~Tg#8g{@]HlBWQr9hc8? V02BFxrtb" V02y\i( r'F&ѳZÍ@#[qlRF)noϥJ2p6Fs g D޳(F޳ىJP-qh_~+W*Gc0(XM 7b8,U @|5*G߾W VPA+W_ y&@y6:,|}w( SSϟ ^};` lThtmAeΜ{ >={Y9:5KK1]@f6k@'~?; .!YXR^~F0vqpP9z\ܺU/'8g Y6A &y6Bw(<t @͝سph75aW^ׯ`넃AD;9'P$?8z@?$Bɗ9qpP-)qL/IjZN 4_ѕ?.P @˜ǏR=[S܉ *Gѣ=[Sbq1#P/ىJW;]@ŕ+DZ^[SzX^&xgF@#Pʕq#V}{6F>JF0^p}\NL85yV6(ltckJ(vvÇXZ*X @ut7퓟]]-UG Vp9WS@+ܻJ(EǏcortf&+X @zV}41A*ٮlv Q+J(*G_7o VfeS}61ʳ0Q{kkq|\l; ݍ=lVt) n<%ef*? :hq1+G?=[fgc~>FGRu@h;w…у,X ?ǣGل|PӱMr0.=[z=[2@[!PZ׋lX_ ͂3vv ~R/'8g K"Ph)(m_NgzRrPCpX9qZj ҳjxr׋"@[Hj( W}rPCi=[lBnߎ JPV޳ڊR@h ]@ ?! @K/'c-gh>}?*<t͛qrQll@[}"B\NZ*G_7o Vz@]?T9: 0 nF#2++19Y9/^ b8 .]l @y.']z( Jӳ=2331?Mi|X9:5(.ҳ ;.UJk9 -` (,lz.'g t\~9a0Rӕ?ӧi'2".'b rV*@8{rt??.W -qӱM@=K.-07/Wzjs9踉X^&g }l@hk0 Vte6/U k]@I~p IK @~^9&PFP\\\7lb^+G'&by`5cp#Pq 2@7:g@j"_y| @1y޽-U llbXX(X l@h5g Dnгj"?gӥJ׫}2޾-XM vrPG~:5`ǥJ-)P舕>?m|Ysz@G\ss?F K3Z_Rf "̙ϟc{`5@DĹsqN6 =['_2.wƹsUNxT)c5=]@٨-.'uuݡg;Je]&&by9oJ:l0ыcn`5c˯vlnг g t( ֑݉\^RM+G_k V0Vzؽ{/_Vz`lGI Nєr䡡-c ;=[ѳ.ťKJg{{Ji!2:i?2@ٚ|2.'cg /9T)@W͛YQllm@]pXv /GW9UyS\Nڵ0lF@묬dnxQ{X_&tŋ17MZg tMҳF-/RO޳Ͻ(3;M`X\,X @ /ȹalnf]lF-#ֳ&_@(X\Rԃn1z(~={6-X @ c[[لN@F2F>jrr0FqlFj}=+G/^@޳][T)mT@`l1Z[FRuF޳xm^Rai)+G?}մ@h#1(=ǏcoT)@=Gx`5@z:hz:  6Gޕ*|~5\=:r21++q'Xl.2FW/d|4y6^&J|5kk٨ @7@g;e 7oƥKJ]X{{W9:1g-0"1drv4@K2>M:F08{T)u-0St,.6@h|JtL~Ƴ @g=[]ez@gc]\3gJP'yxT)"PZ XKh0R]߁Գ:ke%&'+G?|l@-vRe-e.V|RKlt)ϟc{`5@gKqn6amT)@8g P%?ǒ@h|r8ݰg\N:kj* ^NFA @¶-0 zUlG@ WHNzU^ss=[Ol @IvDy@'@{h\n&/lSaO?l^?/X @2^>@aMH г {nŋJg{{Ji2^m2OҸt\޳Rul/?Rݠg y3._=>մ@h4QRn?z7o? Vtpիqzpkk: 9[~?WU2^ 13S9klmh& IDAT .'wBܺMB t|/=[\޳u l.=y?WNOBjjFPQlld\NгJ.?.OF~elt嘞.U @]y(~w VPKz@1>ӧ2N@ho: ?C[lWVbrT)ug aիg;qRZB ZrpB NZmnAR{V2@G,,ę3_i2j.'8Q8ގOJ@ݹWFjVӳ8T,/g#|'2j~LNV~/^h5/'ƍvrt8`5@=JPc^ds"ԳNefgΝl.Ty_Wz-pZ4.'?zJ ]t98Oŭ[qbRFPN|P9:1[lSqx2ٻw:n"QӺؒhY7J") t" @RH R$]2L$@ʤJidr_&MP&)$Kl٢eJ"%+ٟl]s69t=9|{6|E϶@(xWqb ( t)*U @wpVxQ9zP\P.&@ l7l =[o o6Kg;9DDd4~Zg @FW~V͛Q ئ]] V)=[m:r$Ν&xq'@JJR ŋqPXOlӁ1>Mp9;=[훞FlwB ̙lBޖhXZ&@LLdlt{[O{g }z#Pj&Q7oVc16VԳhe% B^<QBU9[=۝(5G].p9証g{L?^^Fߏ/W VlG ԀnlN"5g tT91>##Jy޽X]-UJ(5` (2;/E@Kev$_(=|^9g #'OV617W&Pj .ݾkkJ ;21Oă-ve{qF6g :o7@gctrts3n,X _Z|Kx1_ ة|g E~QuZI̶ h4br2` صxrt`5= @ŝ;^r9Bv*?g+a@=x9ի14Tޡg t\lnVXjz-!++a6!@lD t6GصC"-]@|(U @г:ƍltl,+U @{ Q&P!m 52r!hP[rii)?/U _lv…8trŋu`5=L CcRk._.-/JRvg FccqXV#@LLdN&Pa|<][rF.;OgJ=[ݙF@=[WLz#Pah(\&vсGmFvqf6*z@'؝ltvTM Ԇ.OȑRgk ؅X_=x0.]*X @Oqhs' Pm;p9h;&Zr.`O,U @q9hܬl4Jae6ltm'P`lӳص|4?J-/'=yUe6\NF/',.zR~g k.Hqvj0;$FFlxm(19_Y [qfjr D6` .z Pj!)\@;}E]{tr8P9wqz{42.dl-'=V@?NeJXZ&hix8\&ܸQw.'g wz{#PjƏ&ssY9::Wg J<|M,U @/ӳ%yjTLvo@ڢ FRzt6g lӍX?^^-q@LLg@?@[ `;T~3zm/fgKg{B>\^lٳR$2P3ep9-ZlRL-r<~\9tz{qxVɻNoZR^r@[LM`'Ajg ǎř3لRL]&'|U{efΞ͸y`5@oh` `FF…l.`;\Nh| g lG05Uާgef )\^-.zH\T7=-ݻ2rwBEv@(`R>=[`fgcsrtt4 V㦦Q=['Oby9o*l@ ԏM`<F2ƍRu=+NO/8g l4Nɓqy(UJ(c #2mg 쑞-@˨۷RI.]C*G_ł2P?yi~>67K&]m4=F'ģGz-@=o]97oAzm40WfXM x`5D Ԓ ev!_L}Q|eR^g v12R9zJƳp]8x0dz *ZăzJr.:S9lXu&Pcb"pFR^g zJL2PKŅ ?=z|R9hإ|=rF-lvgz:u'LM2PWn7WVghR- ē'11Q>_v9x&uTѳ2PWR]?˗ VGlwE ԕ .!.tH˞mYw=+WbxT)ej*O?G V3@] /cmT)@г萉]]{ Vg;5U3:wM-UJ/(u5=~q<~\w![oUnn͛z-@8/gNsU:v,Μ&J6vh-::'_UݸQwfz{!Pf@MOg~4frĉ8u`5}`G? JG;O(seh;[r9ؑ`l,+U @?ȧƣG@=seh;"P\NvD;;G*aލOK3@ v$g;?JzAg GSS1P}Â]9[:}:Nm6cn`5A X~9)\xcdrŋ}`5@ӳÇlWtd6g2PcccqxVn/^ĭ[]{48WfLMalW](2Po!B]7bcrȑ8w`5}jz:ճyܹMp9`l/.읞 zlSa09{g l\lmU;ccS=[_|d 9r͏&MM(@ئ`jT}Mئh6+GO' VЧ[ERz@7]6ݸz6-m~!˫xT)@wsȑї/ca`5=@ [ޓZX/Ktlkm11CCqnj.lűc{o7_P@ygzp!|ek+ 6&|2-=[2Q2&Pm` && 6XZg*Gʕ=[ "66l "P؎b~ӳ 2P{~4O+WbxT).?Jg DbWŋo9[y,-el(Gh)$l@-18X~'hiv6*Gg;7Je\NZ? <F^Zҳ(&_dݹJUF6|9][łt;2P{yg*Ijb]FrÂ]Iӧf3 Vtg+Pcb"jF ի1<\9Yܽ[+f.'ѣq\6F P|g w޸Q Pjox8dz 6>8?h N mt@517Mp9|WlM H+ȑRC޳5w~?w.-U @]=/Jҥ|#ssY`=[2LN@X^.X lɓqt6o7 ^wb}T)~-r%][r+ (x1P P#eA~f&?oSeW?GVnlBjss ˗  \N"gfj.PxESS]PKKip\RDZܾMp9 =[+eA}V m~4huj8Pzӳ"bn.67+GGGقX޳p#ē'M{]lrVJ* 6ҳb=FT)ѳq#3gɂX޳s'>-UJ7(|hS.-mFڨ"7fgQOsZa|Yj}-@8s&Njq -[ i IDATfRoth}$/X O?lg n:(=UXweoѵX\,X M2bd$.^&{ B @p9г*=[2 D6 >(<m@{]z^lnJҳz%=ۙRut#2kp@ZcdT)xjoa!^=|8.^,W @=KK2%9g[M 𚩩l?P y "\N{SS1@A@Vc16Ven݊Rtӊ@ϵx6|!63S`[z1}QrP-;>*op#y1>^^2Pfs3KU-___?\̴KK ~o̫w||СCܹ??&ӧmcxj(Q儻w/K"k?GT| гZCCqJ6 y뭷W|>ϯ7~7^קFFF~W??~u2=FÇg-@:u*yrٌقEZ15M/(g ٶ3P~w~{oo??گ~5//CCC?O"bttoa|y@LM8g lؓp#(Oơf_\]]XQ6\?YlR˟E~TT(lϟ#GJ@|Ql/|\ll*x*7ոw`5]A P-qT@FWa@xT)@zz,.07tc||f Zq9^(/bcT)@g]]{ Vt@~qÍ]et4Ξ&'s@ϟ* ]=]_۷ Vt@r`g9[ޒSV ٳە[[17W^l ]ep0&& ur@oWjzlz4RݼGą `lt@{< B-72Ekem4?T@d׮EQ'Fg =mn.67+GGG V6@⋸? P~M y{+t|[.g },NO :ׯguzPԩxR=yXY)U>(l.cFgPXRg s&'cXJ!@t<=[2>33^åJ`h[b}r/X ;_Nгwf_ vF&g](=9CCJ`<}ƍh6+GOӧ V=ۥX]-Uʾ(l.3y@.ײgnP([./>8>T)@;=[lX8Q9l\j@`nlln*h<.}wZ V>yسgr@{xlBmB_~G2 emr%][۷ VMH\M/F @nz[z/_ \ mCCqj6F{/+Gbb`5JꝞ-&xr!!e&x 9[vXXF޳(ݻ19Y9S<{VlF@#:7ofھr@;+8=[h =[v힭@ lBnP^۷cc1?_`7%vvbu5TF!g ݳ(P햪8|֭8yT)-F|R9zX# ?ӧل@}9[2?vda!ճFCbbT)snV;W#{U!(Ptj"( KK٨-4pq/^J+.-ESƍ8srt{; VS@ nzJ+VӊWkjC(}.Uz{<AvA:&F2DǏYjC(gل|  y0-_~PYFg+P8&G_NG @ÌFN<|Mȿԍ-4]ֳh n4 g]gK@?=nT<~_TNNLj82lѾ|'O KKJF@lt@2vG-dR=[hn7vv*GϞW V=GR&P8G3? ]~*E @@ h|)OCR..FS֭8ur۷X_/XMQe7VV+U pp"5Yx`5y9fxr׋n`5Xe` nn.+G?~ VP~$ksl\MhF @OkoV ppǏǝ;لJ/dw:1?_dT7vvbu5 lϨ %?(Pj+_\Ε*{{$67+G'@C}2M4=[2x9*_h(=[hg{nLN*ѳZ[ӧƍ'yvm-KR@Pv O<r4TPٳT)ApcSΝ8~rx`5e ^Rs &t^ś7JB8@+].Tz7!4>ssل(P8!?/X o.'qr6]xBjϷ(V Oc ĉs'` j__tlt4XkF4n<|M\eHlG-=xz9Sm$7?ɘ)X }-4ׯM\#yV pXy#?ly].Fɍ.hg;;ǎ*~sgu5+GO7 V@_=|IXe/'gOh|Yg 5l Yj._=}>*؟={c.4t8Q9kX|+U ?Amy9}*޼)U ?eZ8rtw7VW V샇Zl|&&JMOTVllfG&Pj.+r@,/g^ś7J-H~=ΝىՂ%p4DeZ P81y.~`5vQZlB~ Љ -|6AK z- ɸu+Т.h^ M42]~cFggcbT)2= 2@?]N!/'Uh|UyS'P`]Uq‹s41ssل#aa!ƪO޿/ VFЅ qr6!_-#`4+\NɿU޳m9[2@?8og e}[9Bj((_Pz{9/Pz0,?./F㜭@O5[n݊ӧK@YzPCOǏ1;[ ҳގlp@OFG&h1@ 阚*U e@ mlVTLO˕](@I~NF[^Fl`(lFV޳}$>.U mӹ(U e/?mmFjE 'yJzJWr@勾W͛R+ɷ\h+Wv VD^llZlb" xQ 'ss1>^9Ejp9`]/g5#0BFYkh2,_g+P'ΝlB+~4I^w*Gba`5rJk.'\Nɿ˥`Fg+P&ɟy3N*U Ðle#wϞǏ1;[Clobm- F A ?# M|r^~9A oNOJ`ZY[_+GO۷ V@qyvm-}+Uʠ P+eF P+z#._={>*ثgJ`܉'*G~ @*k+O/ץJzC @].TF[yBFxev@cbrx`50#&6Zr%r$| $eW gj*&4Gxrtl, V]?Xy^<|M(0 ~9$-]^.U@ vo݊SJ@MS|P9:>`H8ѕRuڊlB @;@ vr=[;='N*ѳX]ӧ͂0$yѣT)!P+]PEcG-Ԅ-WٳT)0҅tJܾ'OV~kk?2@_]nzJіot0"VazD??Q9H K޳ͯccMhۍeяٳgƵkلot@cRu0l=[(C?g+P諩&x9 x"޿0TF-+kq1ճ2~1ճe? ֭8uT) - ӧSDҳ܌'O ˥J`Zݳ([4( `3%MA}9@X^F_wJGv-Νݍn`5$Pn7vvJ'?BUo {/^FLކ #lp;J.۳( l;V9OFIɸu+%e\NM- l{V 0qn6F ȋ}X>|FS0g glFSK #CW&oǩSJNZu_V8oгx"V- ( FK4VVQ&,=[#JN<CAz.ťK6ӧSRI 06`( fJvn8g[l5^.U gFuJ?_9njF 0ymm-K$Om0c|r?гo?WfJ*lfV 033qDVFCGΥnFqN6]Pwy-([\Fl`lƞ@`0cv6Cx4>|P3m|9j˗x8[Q_Y׳Aȿzlc ffĉRP?mZvcgrq`5Ԍ-mzMߢس( L4@< ӳrt:J~l*{?>*oc r,ٮnR`4= @--eI_ǯF-~+G{XY)XM&玲VR`4 17>O?F@ڭ-;s&_&x9[rh{e};Nގ@Ç]#nj*ff w\N @{eXX&4Gk}=|=v,-X Գ>1>&PzP@rhC7 XbrT)ԕ PL^qJj%l~&ulԺM/&'=[(&g @<\Y)U|3ڵ8wT)r6e}[( RrQ~9!(0" n*. ճ "cg Q=[=[#_!?B6FÇ[o0:򍮦5}|M-{@t٨-WM;g+PGFEY\1=[(׫t`5Ԙ-U~]9Sg{~:õR`ڕ52`@zӞ2Ib)Oy8sT)rt:_rEIϝ0Rj|Zh/=[i~>+G?~~*X -t\\Mhۍe;kOƇJ!68qr۷X_/X -txLOgG'P׉e+W…^/>,X I6!|2>لFmt@MlO-5%P4*\ 0x٨.8ݭ=w.]+X lFلR-5 ?蜭@`Z u--ESk0PոpT)4s0P/^Ļwcc17Wj/T} P<]0PԳ n`l8mJ6{oǩSJ c:x`5G"P<`n'gJ67@l8vrx`5:9[!ũSqf69ew/}<޽+U n87̙ѝX]-X pdr2ff ͹u$oe槃D 0x/ƥKلR@/^dltN,.fu~ '|l(pPj9!e" U^_Bի׿*G;XX(X g EM(kK@h@E|e++*HEx9D ЖvϨn[qu5KlgfRss11Q9c<}Z#(f(rl=Ko}ffbjrtk+=*X -pxLOg P("K~]h|`d].TzRh=[ab" S@2N~Χ!=[2@Ǖ+لp@{k6FU5cC6^z=8V\Nѳp5cC}:^K@Ӵb XX(X g }n6A UZ P(%9Fh`Ĺ}s'N(U Mg }I|\9:9QÇS(Ҋ.@QAC˗fR-M8vT)4Ml%66 VsHeR\N/'ingeySh =[8srtg'VW Vg MNl6!_uփ@t*G߾/ V qb|]6!_u-ECD o7A (г(rtܼMh&ȋ[{1| /'@Çل z_e8|؄@p@۷̙RL.'@=y>UNLݻ Z6A 92 Pȳ QxT yvv6J@39g }SS13S(ٮׯJ9$2@A^>ψ`OzGB8gY|Ph(U tN8Q9[{x67cc#sO ?g+P( J..\LL*&kn7vv*GϜ7 V@c=ۍT)!P(FE~9A $BC%R@S)U MvF=[9njL PV~Vru5}+U 4ٞ] 1V[]xQh,=[˗ nȿt8S@8~rX[+X 4v<|M-tTܺMFŃ٨-"l`?Flؿ&le|6!?j DzlmUNMݻkѓ'֭rF܌'O KKJ-{9j!V ?5F( ]'ҳCvcgrٸ~`5p8/͛NG8v^6Z㞭0.ҳD~"dq1:RE-U 4M޳};N.U mׂ@`<g8|9[[J/'mbbrӧx\1,9[7pل#!=ޕ*F}wN:U9kkF{e8&r -̟20\/VzRhϟx_H 06 ل%8-(l-(.PlFbwrܹz`5 po?g\Npy9lg'q IDATl-l2C*v(?uqRRhf^N!؈ɘ-X -9^T) P]pyg842py̽{uÇ]hg;?ǎ*vY\⧟ V_e!OO+ l<K!{7*Gѣ@CWQl8cf&@`HVh|K vJ\P9qaFS~mb" n&Pוcz}_Z*ٮǗ/J2PmtO:h={)L)VfS|2޼)U [޳>ݼgVD[ *vc{T)Pok.'KK1Vy}|Ygr}qb|}6R@ N' 82PݽSS[[Qjvwce%` 8y2n&`t|g @f!elBR`8??vTǖ6Е}gpL'Y=Ԩzzzzz&@01` Oc`{v+mrEYY=_N0׸w/[ PҨ 007Q ev6윭@`\Ng&&b߾Rv.'@OKKVV3g v@3X Ǐŋj33mͲ֨.䇧nEfSA-Q`0sǑ#ZUVz( Z~ o'g++]pvlTx`7PKB(o/+n۠e -?Ooޔj*OXs9]49շocc`7PKvѡCq| B@ %4Ee 8z++X_`-p9򯡙-+Y 0e()YseAtbv6[P?0Cex`7 漜iSvWs.'|՜se_N?ƈ\ND>={6+ MeuϞ* C93[WOhMS_`f ]YRdt9%P*曞?9R@3qu>۷qNn*U C@nT+P'easVNl vܼYlA~ʨ2@=ϯ^ţGzvce%[` >9y2*[\N'ff_cIzlp`?-ȏf@+ݻ_WVGGcz`7 <@Q[[-p9u:g pʿfOfep9 ]jlEƇՃ…0dp9z*<;9 P ]o\U>Ffgc v+'O_!loߎoKRa&6`z^NHNg@+[fU~xT+Pf qpeu{;VW vOVVb{T+PeHz*>, @>glrV0@Nd ߭Ejcr2+omk+׳6諃lA 6(! Vfjf g`X߭EjcϞ&WV vPZXȪx2>rUlluLjaot0TW__ja(ɓxj P٬G@'<}+m 63[.nV`sȑR0GEV@Nznt7<@vu5>|( -7;Nex`70Pf ɓ7قA(PrFyS40pwoeuk+n* T>u9WhJs(O}GTVce`708/_ÇقR0bj*[\re@0<Pe>V33] 7ۭ<_]Xef x0~sv@ zl5UG ?yvQ7wB>\-Dĝ;YY/ C,qi)R 2@la`f @M?BR۔woVn1RU<|X?(Ԍ@GhF~9b[[^l…l@5O>~* H]sl;VYى;Jly-%=_ق|-A|YY0:.]N>|l _Npa PV P?5N݅ qPVׁKh޽19YpVܺ-(@I5 G C.Ju5سT+-Cou5>|</lR@~lt0P+f c[ [XȪwץZA~=ňr41{VVb}`72P?) @j%)i<{V3[jo/*ngy캱,-j3=cc͸s`7Pqfkvx9-ȏl@G:l(ov6..MwV P?DZx+ 0?Ulh7ozH PK6Z=/'@yvi)R@YB,ŋx`7PbV5` 6@)z[V\Yގ@)^?d \) }bb"[rm[)9Rm-/0jyH PKNd \Nۭ~E:U&4i`vT+{lhCIue !<0Ĵ3gĉR0nߎXLM@O` !jaaf 2++](%NM޽ZߛN'[qVI PW.'0\NmV:7W7SS1>^Y}`7Psq|`qP'B PW,ɓxT+PrV]GTVcu`7P ֞=19-v#_3`_ 8u*[QseӉu:1;- GnRYXȪeh@~3[2@/ (}]<l2wįVVGGcz`7oSlh`7(XGZ&=#[h69j*KKSY=z4Ν+ j_O Pc6*ͳ -CE85l܉R@ۑ jDWYڊDj$^G 5ߜR@Psűc՝XY) -576قo7 jlf&FG+q^f>|l.8s&[TŬ@Nd _N>gPS2\-@kܺ[[ս{cb`7P!<܌l A.'@[msez?jSSgOV-Cby9vv*Gw*0$?+N*lf+P|'L@,/gU\D6_|t:Zjf wqHVZ>xT+e?je|f;;Z~(uDxT+OY8}:NvT2@-,d[JtzVrT7Q3[lA~"O<4j 8pC_ZxLNf \Nss^+e/'@﷛Pu mdzh٩;gRuz9x@Ifއ-ȯ@Iy@ߩS E9NT+Ћ Y8zT+K~ÍZlmUVɂ@̶-Պ@\Nz@}z];3[j%>j#߂R@/ss1Re0A _Nx$=+ RV+|sN `f @SSقw.ԟ-͒# j8}:[` F{$?v:6NFW`{kkP7oUlh[]@ye>ArΞcJ'ZZ*͛]eu߾( |!ثWq~@8u#P&kײ+r-vzVRq[\nzd:UyZծ(4 X~bó Ԑ--ff @?W݋ׯK-z|9ﯬ{niD Frlojv[~.1?Neǂ2qΜ'*n,-vU(cf @ t {M0=շoy.nx:z4Ξݗl:} u&&O @Cƻw}bb`7.hG.'PO/Vlhn7Bz )\OLj> R~V㫯JV?^Ln%3}bPҋ@C# vY rT\N_ϪfVpbtvI>|9( |=g{T- 71;G)O wįjvO`>+]l]NWPOf4wlA gnǠjx8[ Pڳ'ׯjvNnlRs4Q&PRe@\Nŗ_j>--ձaj0Xy-ne @J 6hkײ+$?@ ]U>+ |:3[Zfe%>|<.G 6h< -OR8f4Z* |qn.F\_@s vK!?|0pRnelKZlBc~> ~2>, |G4ltPsOǗ_VVG<np3[jnd$fff4p<e8t(ΟG<Vnތo+{Tn/ɏi qn/C(@仍fЋ@Qlt.tj*3[Zcq1vv*ǎٳD8yc@ "Phh&\N5zl;R_:2A֙3qDVr<@#S qT TM (/ǁbm`7W|d ltD _N(@Sf2:33hv+'Ox)#`f @#3ۍ@jf @LOǞ=շocc`7n(4MryV/[j_P%޽19-v#?hf G 4_~Ne ! ܝ;믕ј- |NfVܼ-@dP-|2@y6S51jv 4Z_Y=p ._. |6lh_: rZF?U331:Z f4rTVs v &Ph /'hJ r&޻_j>]87NV ot-/vV]U]NqS>--sl8QYvPkn]"Ph}Owf \) Džl ԙ \V5nȪ(4xLNf W`cgzX=[%e{.'DVfY(#>@!`>@mS=f4TRqdV`eGŋjssf(4nh(&J.'P=C\ɪS9ȑR@ )/'x6߼[[ZOU4nnݻ8g B LRGv{ltyt)~++ ˗/b -| 2@3>'OVV]]YYrM5:قZ>@?l܉ׯK';R@+ZZR\NϞӧZ#8vrn#2WZB Xss16VY܌۷ v}24_ķf U(O8-K5n(4޽11-@vex`77Jo{w /Kul F bh83[ƍv+ǏǷy8=v:=kqgh+W.j%0ׯ>Bԭ--ͳV|3ܹ8~T+e&r 4hJ{W֛^?Ry-|:2@2ץZ^v @}}WY}.n* @R}@</f P@me&;{6Nv=@1ųgN`l,.'Pn,-e lh} % &Phr58w.+ 4?˗Ց- Mjf @M}2 Uo( $+ȷ/]CJlPCex`7es9F/'5]N&0$۱Y_79 4\ѵnVZ(3?_'OZjvnTg.Õ՝X^. Tp#@fgctŝ;?]e 'Oƙ3قR@@;t:=~P6 Phl.nu5޽>_@ozR@3[l|2@lj/!q#+Dž >s?~\n=g q#2hn bQ Z̶- |f{b9Rh(@#2̕+Yuu5޽+ rB!YXNeY\nzD|mn l{իHF 67j4nkײjm }o^jZH e][wJUb1R}wᇂ@D@ "pn~][]D_Y}. vrBvP\-v#_3[<e8w.vqFn ŋx [pjV@a۱-0l(/Q |2@VOW_7ߔj!?⹸X7==sݻ2y-b ZɟM( pj%NOxV`Vn܈nzX=[h!2@VOիg~uS^ΝxT+3NT+Ne7n܈R Y<}Z0`;ǏWVXZ* CL "ss16VY}&66 vp{.VW6h/g!Q].'0:P-@El.YYw*f@;,,dU3[y,~1[fKK3[levz5kײ\j'X^>=}:T+08ehI .6FgO`3[?:f S[~vr2( @]\N&N~2Z# [[Z`@DXeus366 vp#@]?j_NzT0PeXY) CL D19-v#e@ ԩl. ?^v:^N`Xlbm-[Q䒙-e\U=A :6ssB=Z-cb`70PWdU3[ x2_+ZF|f]nbtT+0h0pVVOӧ v%Ph] \lCgLrZv-CCR0l2@ÕxT+ +]WDSY}2<( ClbVVv@ucVܼYwd ^- #q| ƍjf Ϫfp(B :cc1=-@_-.Neر8w`7PO3[x\nlX^]"Ph#] Pz5:R@=0@׮eرR@=0@MeG(.(x6!tjVg2?/-ŇZ`3ػT+re67\N F~]@nmŭ[`,.fՅR}@ (?OiV2۱-ȟdV:>v=~MelB15-Mĉ8s&[` >u+޼tn:'-p9"6@)e@䟘طT+P'.'0SY=r$Ο/ ԇ-a@ 2@Kw/1zgwƞL|H:8O9aBbKX +$ ZnRv*E*Uls؎;vNIcϼ"_s3~] 19UrP[zlg;0F(JmB ?bv={JEg С j OMB(I-g @m/W* ug (tx\Ζ@EǦMՏ>^+{år@yxlXY5WX!eu`lRYw/Μ)zxxl ֣ơCXs 15-p8:˿eҳ`= 2PPߟ-ϪO?O>Y* P=[ŋӟVVc``h1y6 V޽(k@s0&@@ .Ɩ-@ѳcvGL@s gUeXsedThI'PX޳5˿=w.;lTeε@fTH=۷ފKEiezm[e޽8}`j@2P\U+73. @ǻs'Οس'[09Y* N'@lAf +?YK0P\۶ /d KENw+[@Kǭnތ+W@>n@V~-5ef b3o{P{gzh6+vOL-pyz5[00P* ԅC@G@1 r@ 3Pbm~/D޳̦[O=wua /A ` ]'@,u8٘+NlG`tU(u+x`:XVճu` o7n@Gk6N9չ8{`:-,ixlA~ ˗g @wWV<tRܼYYiUm}}=[Ľ{1=-ߑ|ccYudTeNOblV* p2sbvGL-lh(&>$Ο@9@ 5pD xh-V519խ[i.J y~w~K_Ҷm۾o={6_~闶m!p v @Up_޳|9n(56Uˍ}ݻ_;+rկ|+n7O8qڵ t{3gbnT:W>oh([oL@2iؽ;[`8p_bbG?WՈ_^xw/.t߮w0.ޘ]:7gfrV\-,Zގ٫DXu(3==}.^'|q~{۷o_wwX81Q*jl,dUxHdxRQW}g C:>>@@?pΝ;w6͛7o~q;ꫯoo_//;$v ʿp-<@ul /17W* (زT(3??3>fh47,,,?׿+|_X/0sΑotEY* @Xg{B̔@'ҳ9r$z{+ssq\4tC`@';??җtƍ.qFرc]vE//__y˗us1kh(V7oƕ+Y݋l.x񳍤E419Y0 @XMرlx(t;[X7k9Pرc3O؞>}G"lOsWZj6XsbvGLшl-vNj@0>rs@X7k9eگ[??Ƿ~G?ѯ/7oFD?{g}v su7N`+ӏRQ}N޽-@jw-0ZYoo o???7{?Mկ~o7ks.o29U˿pm,@Iݥ@-$۷/xTM/ؼy|[ַ577zO c~''yƍC| IDAT?wH9:ɿpm,*NOǽ{iݷ@ccYU54F4W? \}f#=[7z*%={-Z7|w~@0F>oĭ[A26`Q}}ssWgg( 0:U/ǁ && `52##r@umt"}6v619Y0 xl`(Vzz/[0>^* ٌl!P%kֳ`u'-'eȏ`G> j.r@"?06V*$|:[&ōD4;ra~ j#?` U9Xs@R9 ;]33)p4@(F~8az:+N,PƛoL@G{v!cGeٌi.n e PGFOOeuv6Ν+'q|Hd %c,y-PX` _:3P8LM|euxi lXWڵlH(Оzݻ1=-0P֙2@` MLdՁ g <OThV=~Ths}}[Yg mxxlXgk8a P3Od &&JEmn\-*ܦMח-p8%-9m|{-ˑ?/le@:u*{tUV{{i=[>+W@32UN`IWx2,:˟2P-[l.55wVVlC 24UlXիqZX|Hk>ZXl-d PW6XѬ:8ݥ@g{|Sg'JEΒ-z}@(ԕ.V!?| zNl''c~TG~زT@R9h+':__}5ҳu286UV?8Ο/6qk@ϪW@ӧ'bl^Y]XXzr8Ioo>-|-e PWO<{f lts+6E4Ybp0[~ @ ŋCa}g @v < 4Eoo(Љcz<`b"*;v@-+rjn`hT @ nN7d +d϶(:Q޳-6ػ7v.0Pex@ 2멩{TAg )KEZ2@]33͘tXTV܉s @`Ivž}قɿճ j+fLNL@kt)nܨ614T0 t8}ssqLpxxxC(ؒmtp_Pȇ˔N0PΜjoo>\0 tlp![F(@ltL5W0Pe7cRQsLPY}xᅂie2(l@k{2o7o@kˇ EQ* -蚞RQhm@CCU{uVF40=[(җ*ͦ_@1P马޹gL@zxl &o^8@D411-p8Je-Ϫz ꭧ' "FGSOŗ\* t:XLe+ g ݋ӧ.n` P{ǏgU]RQ ,)СضTtz,٘D__42P|ktTZX݃k` 9lEܹRQhUxRQ@򍮉XX(Vph_׮@ҳbm*15U0 -)(3<\*97<ݕ۷ ą ` O?-?HNbb` [0:Z* *g @lC6jnb"q@0PT:޵kqZX[ǏgU=[&'P(p%Mh4JEzг 1>U',AĥKFp(9T ȿV!4#@ӳӧRQh=yرTs Xjԩh6KEf|* y֭RQh=@aSYg Ŝ:UO(x2##hTVo܈7,Vr;8kbjb zz/[_@gsq#*e"vgt{qp4PF f ljkf&.^(!g PgS@8D.*䏀شT|-@mMLBeuǎ%VGEv\-.x2Fh[W:q8Egh4JE:{X:X~b߾سTAD TXpٳqN(=[CCU}`f&.\(FhaDDYwKEedFG:7OL@p86Ķmq`ݍ4:Ul`C(O=_rF@ ?}TYiN6mlAq*in.'߻}g PO݉r0Pglt|زT=[pLUVy$)j&PCׯǕ+قKEa Jj(w-+x@޳͛KEɿճ'ݱwo(" x2 qn(=[@[C'N,@7.^7KE5gU`] ͕8w`Z@޳.ji׮xlA> ΓG@yرlD4l˗+F L#ח-p8Vح3P[~-@.nf 4K,GGKE\Ν@]Le+ Z2PnތN  ]7>U]}m[(PWz76feu8p\`1|2wTVumB(lg{DPcy7RQhKlRQ(Fٳǥ9b 2`M GWf  3قRQhwz Çc|LMLƹ~=~;[` uk:-- l.q (#n*.@'|g -@l.w쉧*-g P/ƍF(@"8>[`8e>b|\PL~8! @8u*BQ* ԛ2Dx,,TV{,^|``q| DxV.jpb|XCkqv(lg;4]~yFqn(lEDQY|`6H~Ér@bl^Y]XX*/:C޳oJ1Pcl=[0 xl2PΝsقsU: "bx8[g Pz GcDz6:D,,TV{,^x`|Xl˗l PR&;[7;gd l5(]/?6<F( 8vdܻWY}8r`2_` z&@a'K`:UO(>:s&>T6B޳MJE2|A56Ʋj~ XswߍWKE`# Ž[+15U0 @0P P\9-.ݻclA*h)10--Z2_eK9-bnGLDRl:[oŻf NȪz8}:[g -@8P[|l\* 3##YU?<wljkz:ܩD4@@'K/|F޳+Nʪz!٬Z@,@,y8aaT'`.륢P-cǢ:7PP~Ӄ-esxtUBą P\>-8qT3'@YY7G }@0P`1۶ŋ/f lttӧΝjOO;V0 ##YU#]Wf Nt@+1P‰YF@G:u* #|^XtdV}xRQ3Ξ?nK0P.ug PCϻn`SMLݻPJ޳G-X2S,R.e`S^{-ffJE=[hYyseuv6Ν+"Ʋ!b 02Feƍt\ {76`BPFc\~XYm4bx``Y HdUt'ݵ " z#?o?b(L=矏;KE@nj@h KٳGm8=[h##U}$֭p`XV5Z2^ʪ׮l "[+19Y0 &p^3##r+` @jϞxl.0=\Yݴ) uw`@ܺ/f ֑_56V*)=׳d R  1?v,}T`)yԩR9X7lVVw/HdU=[qZ@hI,%9@?l:^޳=~<RQ?œO2KoN 6OO'7l8~|`A޳'@ߤ^ׯ:lA>Y (޻SSƲ-;clڝ-'eo_iS L,e:U* ?nVĄ-*e!oq(-[JEĉg ca}{P&߶ IDAT6Ow7|l( Į]قRQXSGUVcp``y6olAa+-W@k h_H( ]'OʿT8z4n-Xdz mjl,+[ơC;[tfF ߳62_[hYz)Gww(Jth6+;w+c H2в+c8^ʪׯǛoYgh2˓ot]_* kda!dzǏPTVbz`H~8adT`v'O˪z X'Nyո}+#qX@ٳC8UlQ>LZ2˖ot9W>[\޳_hAqneG``^z)(vn݊^(@ess@g7.DU=ۡشT`|g aNfq`4(l6:Lӝ.ywKE`-fUW@{ׯ˥(X e+qZ(<8-np06oƙ3 kW8-pw#@{@ 0P`/9[ @K9>~jWW L\ooe l\LOg KV(^N̪z Xüa @KO>۷V޳u8LM\eG"e:ƇƥKe(6:FFZ-@ȇGOO(jt'٬=W0 K/eՓ'K\m!wKE@__K %!SNFT` X|wRQxfe b@͛+1=]0 !@h vŁق|<'?ɪ?srg JO=-^{-nݪvup4jƱcق|<-8}:[px(]@['CbRQKYU-LOleu/xtߏ+W X!] vme:@޳RQd϶,72+p@ͪǏcޣW#Dq 8 E?@g<&LH{fs<%ݫw~۪U?Rjg.b(ٳYutT_ݿ_* kF|ϥ&*,>rhlXY}"Ο/5q9;g :ڰP5{f jx𠲺n2O6lavT8w.k0/-@k@P].'\CgcG(@'܅ yeux8+xc_~,>a sG! eZC}Hl\* >ng{ݥoBח_N)5PL>t)<)ח_N,h*Lkʿ:P߭޹?X* ݎs e>[VVca`^SZ-;!_/ @o@P^|Q nތZqx4@' űcY-@m=.e K@=+bJ@P`Mt[j @m;/_VV7m#G :w}߲RQ7e tVP&- eT}X tN!lۥ:}oB5Y zw~Y(}*_(sj^0 ,Xr.˪NY(w籱*|f'V}qRQP`.W3?UGGK pf{(K`ź Oƕ+ X@gX(VjUV<7 `5*/'}O+*P^>_wjn⋬afT^M>_wBz쳬!PXyo*bljWywfn|`f B7 LOg>;KEF]YVyɬ:3S*ڵxFCHAlȪ3VT;BxQ* ɏT3,xA|,/j,l>~TV_N0px WVłiHe% eX UV?+W r;5`x!2.'ش)G()َt2o`۶8x0kȇsR[t }!پ^W* Mf}xnY(fv  v0K MMtYiŋY(TgŶmc Ν/KEZ~Е4Ho?@#GbӦR;W0 X@'Y(fqR4…k00={|,e@dzRQff B7iS>58蹅x񢲺qc9R0 eY~1~5k/|fk 8@--ŹsYCKԕ2o,͕@aC(@PsbRQ3KٳqX4@X(Ƽv PsOd@?33n_yL>z5TJ>=r$6o.$ eXU y( eQժ޿nLP/bǎJL1e M*/_=zWf ٹ3tU%1`[Y-@o eK:B76<##YC>`be}{u+++َƍf @'߶~mwީn虹jf BN8t(n./ٳowwe @ھ=>;åg @_^Y(uxqB4D-4؇d 33of0,萿=v쨬U^qp֐ @--ŹsY 0,(/?// e:dݺU x?0v.jx~}?^0 P\>.x4._,>g @S]` @O>[B>vT"Ξ-qP4@Y(9.'JkjTG%/Ɠ'` 84TZ͂i/َP(@WX(9w?oxve .';r$6o./B4_Nȷ`ۍ%ٚ@Ps+tz^*P3w?o$vd$6m*: e#?v->,I]30chI\T0 @c9Ul]o7tCP&7t_[oUVWVbv`fs'nt@cm_~5 @|լ2ݐ/?qT eՊѬA@?JԐ ݸe /30l {0_,b @T] Khۏ?]JEglRQaz:VV*۷]g @׸P2@"pb;RQ]P "nÇ|Bh ewOSZ^ѵkAeՊijVY;r@Gܿ7nd 'OۉYwssYCk ' e,Y*|Lmz:^0 PcSSYwQeuݺ/(B.D@P@s:9|Dj3+W?JE\/bǎRQr|eAB,.02@3ۻw,`p3hCb۶JL02f0,ذE;W0 Z\RQ۵+jXUo-CC115kx@#Y(e6H beux8+ؙR9͛qnrKгgqRpD(@Qt.7sͥ`r2|f{@U* l=Mqh4@9t_71O2T* l?oO?0X e @/'ܸ0NΪ.'21CCէOłiNfgKE33Yph e :t(v쨬^Տ??g .'ھ=2kȗ#/_B`f ɬ?Bf濷@Pub|-ժ>|WLзX 2e~5TssY2+:|8ml4}+5xE;wge j 842e{f OзΟO+CC19Y0 φb|~u9`UOe8h+۷_L93[7tvS05U* Kty9`U7^K>=uTlb/Wvb<~\* @ʯ$|AW* K>(.?蚟RQS~9!'_}U-~TBW72[TVcv`>43U}g a @q~}euq1 7ĵkY.~5p9N.?MOgR9P-[ѬtTVo/,3[ĭ[oY 2Xl1,腓'Οkr9`n?()fkvr<|XYm,ptY#|0?/_oTn};T~sTVKEzB^nތTnr9!K~}eӸp`rtV5࣏bެۍU2_}U*{ΝYL(}͸{7kȟK[Y 8w.k0&*TXMb @/Z1558KkW(`q9` Οg*CC16V0 0@ӥrլ᫯JEzBq-&kf ?G֭%l~>^(>++խ[iPGl XYujT` e^JEvrT`ca`>/~Zc @LMEUY㏸|`~e /ė_Ǝv{p)_(cf ֭qH`f NʪPGv?N.O= bl``[Y-Ʋ#Lf^"_Ykf }W09Y* 0fa\5Xc @OOTZBW7YcRQ?RQ-Iܺ5FF jB,'ѳ @G e.]GJES-'Nd/=|WLPcvb"֯/ ezꫯnPcvd ]/WtXlZY]^^eF|UT`N|Ypt(/1FP?tDAeՊɂi~}g Ǹ I?5tJؙ3rXY,5]ʷk}yY* 0%13KKՍct``8U}g WYC[ ( ez-κʳ SSr vTbRQAl/^ǏKE|f'kW(@X(kA׹sX* @]x6|f{NܼY* @]:UTFFbrLPKB3[h* ezm|<+ql4I\5䷼^ݱ֐ 0m erc|4?kȗ) ~ZeT(@clY-XťKY%@7o7Z(4VYÉc @=8K |3k/DPhX^nǏL4lҵkq^` 842jt/qt2)?RQ&\P'Ԏ2Yun.KE|L fB۷KE3['-[*KK13S0 @m,8{`zx,]@{f {ݎ3gp5ԩRQ$_P2ysd /*7x4@Z(4q~r=*[ Q|m` 842 O&ŦMsDV5(صTyVζ.cyꓷP6T/'|u@#3۳gRQ|p^ܸQ* @=3.# ej#/O@Og & */^ٳ@~9]!] wR9P6>8> kp4qNrU7H`f 4ʃqJrm7cfݎB:ɇ.'7YسTl̙XYnGL4RPhݬBh< eA?z_]*`>\l''cRQg.ǥYؽT,|ٳy(dU e/wJsT-[*13S0 @O/fPN&&bÆb=[0 @XXǏKE|nb{qF(l'&bÆRQPf/n%~TY^ظ2@Md `0>UlPv={];>=ZqD4@mccY7ߔ#Y @I,wk̙ e(_ x-CbRQ":ԩh+;vġCg p7nĝ;YPt 7:nՙmg`3ۓ'cŋB>ݿ?)5uO+a~>=+&_t\>w/]+lZ9v,l./l4ŝ>UlP~bÆ˗1?_0 @Yne |@_[ZZ -Ppg N B'KBټ9t,;q`(Y`.Ǖuĉi"bG=y.d f @-].'?-FyG Ø!0>a0>Ev[UjT%r7Mu־VJ.VQj7xlli&`cc|}M0{Z]X^(aC4|&߳74*-?Z$+3PP /ĕ+MWg̈'(hi eZ @/'?dlRQʲg |SKE(kh([]*M+hu eZ[tbۗ w&c-4]]R( 㡇o7uef eZǽfZڻ7.^l:uj][0 g:;ؗ?'x@ 80Y} u{wP2*uR1kV( dť2{@:r$~l`RQ P(Ъ]ʟ-0ݻcxTRܳm4JEedɓ24.ZS* P eZUwwz`9S* @)&h7xՂi/'س&Ѳe1o^1F"{P(Ъ l\* ȟ.-PQ/pMգP".ڵ+[]"f.z=ڳ*?FGΙ+VLpwo\t#֭+2_NpTT^(aC)߳ݻ7.^,`}X7FGG(#/9z4}Tٮ\F P"#GRQOއLuV b߾iIwiLG ;KE?y=[ P"-y󚮎Y Ђ~;-kX2ȋtZNj/f6p17-P9cP(TĔ)~}6 V՝wƃpt34W4]6-֭+:{;w0N_"PT.fB&-n=RQC1sf(//V8p Μ)`<{_RsO(@%)k8Tʬ__* ٸ1[}8|T00z/0S IDAThqWnjMWcinP:֮iӚ^ gl 0/-jrJ e e7}zY س%R(E @u̚Ve;wpʕӧǓOLpCOu]N*䥗ܹ @䕸*ĉ8r$g E @].'ߟYӧp.] p=ݻRQnNށ5o^,[V* PU e*%?ڵ+KE9͛K oĩSܜrB@)ͯH|qR47! 2iS4MW?(^~`ubٓ (*aŊ;h LpU2@%̛Kfy.@7"B @~{,^ 8*a޸pjGGlP0 舵kHqD6P|Þ-P dlkPjt5ߟ>X̛W* _g TBb=Jp=[704/7]6-|`TM^( PƳ @KEQͥrܴ<.F fVŬYPj?-qrP!Egg bނinH^(7g{lÍQ(P5_ruW6 hq/Og =;{,g 1VTKZ^0醇ch(-pmT.;T?((*'8xT_NȏZcܹMWGGcp`g]*Py e*c즫VvHn6P;/9&ѹsq@6P)Sbl /k\]25S(PAn]6 hY1/_$W вv+WNkL0N…;KN?YN6f eAPQ-[JW eV3KE?y¾}q|(#߳xRQS(PMA޽qB(#=߼hY_U( u/'xcڴ/Ǟ=\luh4JE*O @5mMW/^^(ڜ8Gd ezl WquJ PQ3gOdy.dK@ @5rK|PqÇJEhbx82@mtwg- 4oT*[4,KEh.GTVT܊1o^6 tG5]m4\NcX<g Lg㥗{@m}Z^P٪=[()Sh_( %#U* ?g L]bxfM4llU 80y'~l`˖RQZQ(P}AI?bH(W7[Y3f0O^{-N*jmVo-//2՗7J|A(W38*j&߳8tT eV,Y*fn::۳-[b_P}O>f5]`Bf^6P{/})/\wg e {ڱ#[_2hN @Mg3wUU1LLSƍ?{;[`?Gd==uP./'( -PK.'-kluٲ?TR=ۗ^gKEe;ʕuP}KEey̖-r?G= ֭3^vLy̦MQ* P7 ejaÆ6˱{w4r @-=h,\ LKE(hƌX:Kx&N~fS*PC eja֬X*رT/OϏKKE(Hמ-0)SMJE(+߳U(L'72MP(P[dIsgiSL@M{ eI.ZPVg{w\X* gvѦgOLԍu04.*rѣ;|fl՞-Pc7FGG bϞi"b=,!2uS?LMbE̟ Q* gƼPWsʕ@|Dl{zJI @]̟˗gbd̙5eulcDzz۲%[g vTZ6[( PS ejARcڴRQ&CgcGחvuŒ%L͛ՁrT;btYjU4@ )?KEP&PСKEؾ=[FTɰysrl8P0 =n77I @ gīO>}2@Zg7]`|zzJ$w> Q* =[`)t.5]  qc6`(ȑ8v,-`x,V pK~['[KE<[d ebծXPIH(@{pfΌ5k I @]۷h(@{ e+l_y%>T2==hJ0O> ^yTmߞnӧԖBzNCJEؕ+14 7jcژ5H LPL IhQ<@6W<1KnBzyl z/g6]m4`3mZ[ pH? (Gb(xlÍxP(P;y.luɒRQ&[rm,o+,)`jn:}z__0 P[ ejgB]D۶-[ݴTʼb=[* ЮBh4 %twubƌRQ:S(P;A׉mix8͛KEhǴiMW\i_N-|KhQ6ܼw&pqml ff͊ի{:|8&M 0Ξ_D @mޜ:&ԶmC @/[%K %h==1:Z* ~v+WNLԙB:lZ*@ eKEO@oo4;ۓ'7JEOgfM̚U* Ps e꨷7[}8rP\@PKtҥس`e)Zzl Qy=[`(G ]ٷ/>(p9sdzavp? (Ӗ-٪=[`?gƏB:j4tc۶lu1u;JL~$KJ]d` .]j:ujlX0 Ps ej* }}֭b|׮xT{==hJRl{/|TZZ* P% eN<vۭ_OկqsYf~ j(?z8zTm\@ @mS}IS0 6 l#qـWӄ\|k_s=w{?/կ~7wu7gyfCвeՕ 8ݞ=q\F}-X+Vd}}8v,g F#l|g O>^j ey?~|~K.?7z}?DF#6mt.dI,\X( @ ?V(+,)dݮ]qbՎظ`&PG?=ܳuO{}ꩧ~^uҥKs;;;Ν;222!)?ڶTm?,!@l…RQzFT֓;G|'Tb eǏgJ"ш.>\B`\\ve e 02Wo}kŊ77sΜ9gvvv>3?~k_3o Ņ 5SDQ( @ e~JE+hr71:::nVQe߾X:8v,TΟҥ?QV0@ ;}:n=lۦYǎ5]_+/LJ6o\?wL6Y(S+(cl `LYLGGl\0 @k7/V7ȑM&Bk7eJlْ lV* PSW@6S* ^]GGlڔ 8nR31o^(UW9سnRKKJP [fJo_;t F)hA MF 6|R( PKh4 %|㭷 %j)߳]$ %ڌB69=_s\ݛ ([DGGՋch`v ==bTcgnn٪=[`(h? d;妫]0 @̝? سnqx6? Іز%P(ܰF @2e/vӓOƜ9TH^rpnbɒRQ㩧U% ۷/ΜnBuk am2{'JL~F$پn:T( P3˯<wU* vwRQؿ?Ot,۳U{Wti,\ x1yLOO@;R(-srԩiS41wnUV7G @˷ms\rS.Dy{w?_( P۷g==hP5yɓkuq睥H @NCJEj̙xl hs7GGGKb``ܰG{m+VR96Pm,^wߝ bn:}zlX0 @̙VelrH? (' erlݛ TlTn-.=|T=ٳ'KEښB I}}joo5Bypv(@5sfg@p!v~TZX8}򓝧*hw eϝwƒ%ـ @/FGzk^]0 @utDOO6`H '4]m4\Nnjlǻf_J(@S(Ж./'luӦ:P\Nq睥E^7m.?KEڝB Um[[(@2ǏoTM^([ukLi~…(P橧(hw eRoovu.7*j򏏁utݛ {vZU* @4cnV* P)۶pؼ`WUW@0Eg-a˖,^)mRQK׭9sJEa߾8}T:,@ @^|1>T"FG(o=ȷV?^~T:Bu7ǴiMW\*Be)hW7MWtxlCq@ 2ІC{7[bݺl-+.];EXP]͚5AW%І~luXT:ں5[ݶT"=[nkKEw?nhq01]uyl駣(ψo˗KE ?iJE;^KE ߳]4T2m-?:t(+hy.ŎOPSٳo_(@lۖ@i=;+Pƞ-PB6v]?_* ܹl@ MX8?Dʘ/`p:;cӦlgKEZ޹sgO6uk(B66ujlْ |'?V,{-z*[u9\+VP_yiMW;:\P(.2 O?]*@2v-?yh4JE;۷ߎÇKEZ[0jƯW* P7(haO /d_j(ukLi~~wbL+Wbl@ 8X2#+$TC @{{X0ȷ6m[ 7]쌞ikxlgKEZ /ę3ـ шlw@Dq@6` eڛ.Z'1gN(;ϲ<|0#P(ETW֙ IC@Qw1FZjE]V+ N>_゚|]{{6U(P n%nP@j׮Oر`A4B7Eׅ *9T&پf>\* P8FѣԪ;1qb(B_t;^* P><>([? %y䑘0tppKB~%喸l!/Aw-P% e7ǜ9ق.hr۷gɓKEhǂق3[hr{ƙ3F4%K3[hr_}~-,]Z* /(`Cj]vȦKĘ14Ky/{3JEh޽ql(@ɟFz0E׾}qt(@;RQF[[6RQړ_pڢԩx啂i?gh7բPe˲ӧiZBva޼>=[ؾT9{P`]}u~{W-/YTP3;RQsϞZ* @5jNjBڹ3*NǍ hphZ~g2DP]^Nʴd򃗝;…RQZ_,X'LJW^KEjI~f;c}I e.cJEj B{{(M&/JEjI^S#d=ص`fܙM,Q1fL Cv ⧟*N[Z0R΍nR !}Y|i`Lg ۷Ԍ!ʤUP>+ ;wfn[n)7(gOJEj#ق&ebT廼ӧc߾ijg#blaRQڐ.]Z*oS(ϏiӲ]Tc`tx䑂iwߝ-Ԁ7ߌoJEhJGŽ!զPƒ%قBh*ǤI4™-4C[KEhVٴ?.\(}laRQ~BM{{6ݹE4P&s e|3)֧n xRQj˦^[* oS(/KE꣏paWq:0;wLTٳ B?9sKE-/YTo΍om+V{ڴRQĉ`A_* PUɓ’%4e˲Bh|o-(jB~#&cG6],Z[KEhnmmT 84=bRQ[퐽@ccѢi~B~=r8Q* P%.Į]B(??KE'/? 0Z,FU~ س`JE1aB().֊sbrax8v,[P(P̼y1mZm[(@8-8(f7/[ؾTJ/_^* @F g .?nsKEhztiPޞ=q|ikkPS::ΝqL(@5gTzw/KE/Ξ^* @F 祢ŝ</-@D {T8P* P ;vdeJ "",I wyL(>@A e)SKEۻ7Ξ85*.-o[om+(/w%>-xC|1N@A e1cblE4>o^L^* ?˿fPXoo681zT~ޞMmRQV%@P(o_Nw kǎl *3_ÇKE˦ŸqPȑxRQFv(]GV* P7;d FYg5@:~_wgg(?9fB e//`h e-cxcuj881,(M?-t@?-(l9[hH|}-(jB*hoϦ۷G`03m۲`Nf9sO*_ eSJEJMKEB*Ȧ/'O188DL~ ʿi7[2r+mmRqzLS0 PD^( M ,]*3qlU0 0}7`0':[ضT+^=[P(PEW_wߝ-e@(*+@q ey󲅼a;۷gә3㮻JEWZZ-[P( 7+Nǎ%K WBٷ/N5F ھ ?EKK(˳}㏥#/h˜^}T` r3[dIWq:8۷Lm۲i~qP= eʢE1aB鐏55n8u*[XT.mg #7o25eҤX0[-Ե㥗2@R(PƏŋ/'@]ɦs攊ȦPk3{KEu۶@(p+N[[`KPcGvJԸlre\lz`|m(p e/QnjL^(sHZ(p˦Ǵi\p>^yT`X}Y|abE(\3t` v(>'NāB~e@Uyg\{mRllITB.­7g .NmݚM'M KEM>- ;ܹQ`.NK:gقB)ⴷgS]P7bܸRQ+Vd(>/3KERwߕ !iKEd e8Eؽ;[JoT`/'tv%֊ b׮iaٶe?|jS(ik1c*NbǎikWcuqBOO(0yl-@͚6-?[k)tLݛ-_l62\ɓclEԝ;o,KBoo(0Ӧpj %PwSp^`(p}ƭXM_~9T`8Z* .w)__* P(E˿7W죏㏳+KE಴.ĶmWԩػ7[ȯiӳ#p@)sO̚-\fzxRQ,ӦŃf ^N:{w9Sq2hoKEءCقp)ࢵ Ѥ H6Q[[[* +/RQ+uW\sM(\ĉRQ+m[v2aB,ZT0 P(țGKEO?Ş=Špc+^T2lBggT;۷L\vѢ0TˤPK.sgSiKýƬYBOO(l!oF̚ݗ-800;vd lzPK1cF̟-肺T3f.+ق3[ OuxRQ2+Wf,\Gf \>2\'JE.WrŠrp3ۗ_/\}}tٲ3TL_o\lzqm\>2\oKE.ħf eH{{V?۷L\ӧcln1cF]* plɦr\2\{k\tASĂpŦO+@Ne eHkk,_-\W_uB %V@oc̘RQmoo \lzmq㍥0V̦/}W* pn.VFe | et _]* pN}&~uf(ͦ. Q1 TGbڴRQB.]{{Sq:88ģ@OWDgg4 3RQK奢0LOgPNlaժRQB.ݔ)#ق.Y==kKE`5DĖ-(81-*re6닁RQKkW:-^]* R(eY"nΕ\laP:;/å"/Y$Ə/?gq`(ؼ9ΝS(WJ eժlzD_* p{/>4[;futDkk@U;奢0/&[.[f5kJ e, IDATsf ==-6-zTՌB4P/'Nd Y--C|sP|3"[*`(r]^N@ѥ0Vʦ۶Źs'?;7nTʕ_*8[dөScRQB.W~;祢ط/[ԸPرؿTlޜMfj\{{Sq:0!/~G kɒ81[.;vٳ--|y4 nn-|ロ-(kSƂBOO(E8|8^y%[*`x(rMg e3޸RQ+Vd@a7gcɒRQ+WfӾ8T`(10Pqڪ; eEWS(PB @]X*~|q(P6n̦mm1iR(ر8pT`(y ߗ0<p~={JERo-l@X4&Nn-H}}ߟ-^]* #;gP#Ξ۳&) ̙ݖ-twzz0b&LK/'@s*N[Z`F̊t˖R9Ԟ=قp)m^NttDkk(v!ؼ9Λ^[* #il;駥Nsğ\* Q(ɿ;8/-?dȪURqzLl^0 [ΝlTFزe1~|We2W0pey$L\tAǹsFEgg4믏n-`8v,[XTFؤItiXN|iO e2cقB3KE`RQߒ_pC}w(v8~TN'ǢE '2\륗RQ_儕+KEU7k̶+ZZJE`^=}}ttĸq '2\իcӁ._iŊRQ(blaRQ_yla͚RQ({Q}d ]] 32\]PE6e?!T5*/@基<9}TJ )zz…RQ_~Fp#P0mRQ_ڸ1vuEkk(zu6}RQ_l;;cܸRQ(%xRQ_ʿ1sf(L !:y2v.w~-][* -_cTFoo4:5o^\w]WZ#ܹض-[jBm-d .*6mʦ'F[[(4uj]* njPVG,rᆸRQBI~曥7+B >([-P0LƌlEaC6] f,j)6oRQM-ğT* ՕM/IbɒRQFBO~W@;y2kKEJ#KE78㏗@^--G__4lɦ1~|(#B g3tGaOg y `˜1#[شThzQ]{mw_ys(>V.`(`L f .X* U+Vd !0+㡇JEzZ[ܹRQ--Cܰ2 kǎRQ]==ڵPUkdӷߎ?.[^(zu]* Փ?g{x_* 4[_^[* HQ(_NعThbő#قB&g [M/hgg y110,.\laRQFBܹqmق.(`Ӧl:kV(TUWŒ%B~ ͛cpt(iisPqhPh enW4lɞƍٴ+FO @X&}W* 4i2T-/xRQYmْM.T]b[~uP=č7@mlTh>y >4 25kƇM櫯ײhBɓ{w$l.\lnZq:87LMfltiLX* R(㳅 JE&iS VVL@m뮘3'[ȿ \l!{!͘ f rDۗ-p#@0*ڲ]0B#_* $/ظ1).[t5񗿔@-ylkW;V* 4[يӖnBFڵoJEqDٓ--@ʏTh&[dӮhi)Z?g{\dlz=1{v(#N #+FUWf``or7Μ4GiӲKEBWW(Ԙ9sg0~iիKE(A #claÆRQi?o.3fLX-(a&NKKEMgΌEJETh8ǎ޽B~ @ eNmJEsMEkk4ԃ5k#n+tuرPg ?_* 48wⴥ% }w̝-8˶gO>-[X&Ǝ-ʜ9ݥ@[>.^3fP e(hݺU!׶mqx7@D,_&e zl!";O{TsK/e y>@CP(@A]=-?̟7ܐ-<\(P~!v֭+PM7żyق.Ho\sM,XP* aX<[?TCĉbE(4xlaÆ8{T76Bh e'̦vå@]9}:?x\ʦ|^* ԛʕ1iR(4'Ȧǎ݅@l#nT*1Ր\6u;N5kblKEBYg-ʏ?F__㥢TBaܸlEٳ㡇JEL+Vd P% dž @'g0![xRQNN^G?![_KE:qn|RQjB\txlzp*Vy&Kzvܸ*3z6ę3@=dzuJE eʦwǡC@!>--Ј3>W_-A^|yLR* '?@=K.xTP/bRQmNe O>Y* j81[xRQ~N>hQ\sM׿5ܹظ1[X·wQZuǿ3 *bZdk ),J|[,sAdaw!0Q3J̣֝[" :<=NTf~s-׿9;٩38(@9S_kVmęgw jU8\)#57/֮UbŊ_͕P,Yz}X8W kS=}m O>+۝w^vvrPҿgzuRMzu8\)AU FCC}w(VŚ5Jyfi̞+K/şw^Z.ީYRYޛw^(Ь7:wN |Qt7\)nR;\5P+ڲesNZUU̟V媁b5wn/n'W @qP֫W'cѢL%PVO z􈪪\5',Y=+U̗Jܥvݺ\)PfHWw\" ͭW54k{o[?-3bSeC{xԠG\)TL fʕEwbԠO//?gsLj.*\n?:uʕ@h:<35ؼ9W lkjsrP'x }7W ٳcԠw\)A@^ק^ʕEfժWI.[?+ϝw^O8!v-W !{7+C}.W @qqP"гgԤfJ"3wn_+qi.̙RȼrbuWcsP1ZS9s Ar5uj44lE's?˗Jb2}zoA9(@q+?_+ʕAR0_~\)P4bڴbsPIҿgys}w(&3f^>:8 W @qPկF˖YRh{oyvP&rO3gJ˩rHqDjl@=cjg@esPqɩ@g^:(>\)T-g{c\5PNMj睗+ӫW7 IDATKs@q1#Zr E#A /3J"`AjУG*Rީc޼\)P6m*p3}\5T^j1sfhn ʜ|r|j2sύ`ڴ\)P΍ RehR_b_jEm(3evjп*QG~ϖ񷿥}J(RP4ڵSOM fΌ\53zqRHUUѫWj`AXԩםw3̕@;sR޷n_j" $ {@epPbҶmsNjP7?!^y%W 4iR||3R _;J0sfu=37e(>6nʕ=H,^ +""whb m@I{ӟRs@DDqFoL+{x??5HPI}ttL+Kn]+""b=cShhUyqGE;W DDDVqyƪUj R?e(>UUѯ_jkj 5k{RώvU_.W dT_3f]{Hڵ1gN+3ێs\)AR׆@ 2p`=65:5W d#tijh"LrzS?e(J;J`w+>`]S3cÆ\5KnڴsTUE^Ǜo檁\f̈-[R=se(V KR __*5?jjr?0 _J,֯{I wms?80eK̚+r1#کSzh ŪO3 %&?&խ[oJ,΍O җIzh~xjl)3/O=+48(@!N>951#s@Kg?G+EVѳgj0~X^mv=v͕N/+ԩ+W @ipP"kX0W 4K ̕[ѿuƘ5+W 4wމH 􉚚\5? I3S'T E{h&5Ae#sѷo؊.]c`ʔ\)fΌSM|`R)S>W 4^H zΕP2mguWY̦M1cFjp)j`+b_UMi!QGJKY#R)϶U8\)%A[>WΕM旿Ss@RQUJ&A ȦGh:5\)dcb]r e(n:> Lzq8\)q1ԩАƴiXs}vjp=jUhuzjзoR ŭe?r@xݘ7/5#.W 2`@uѢos@Ә6-z1~RARk]wJvʕPJ]pA굾Pfώ R@f=zD֩A]]h}RjЯ_N=5#5\)V;L =7>W @)qPwq)А[}ϕ;Gnٱn]hlS^[=rPSSo~[hlӧڵA>RJ2 .HrNRɓ "R&W @qPRСC~zj0{v]ICCLt>-W`X4W 4iRřgJ Rog(IP" J\sJFīJh-qRZޛ[OM LɕdƘ>=58se(ݺŮ8SWz-%Ќ:wCI &O\5;֮M ˕Qq~{S!Cr$e(ZE>ǒ%j`_wߝuVs. f*F1aBurG7hPuժ\)ƏOm=zJ(IP:P_uuJ`{Rc80jjRs6{xԠoߨ:E3C;r6{xԠOh6W @Io>>`hhU&nJe= 뮻b\5mƍ+0/K|\-[F>~K䪁m3qbקCJ(UPRLR:Jmвew׿檁kܸk۶ѧO6^կr5aB굶gD2]gJ?)50 W l &N׋/…Aޱ㎹j`55RcY,K 9'v5W @ sPRsY.A{DMzm&PJ>95͛sG7n\44ÆJmq9bEb`Ȑ\)AJMmmaCJn„>D׮RJ2C Ə;RmL+>9sbࢋr@#9s }ϧ^ CcJБGFNA]]_>1cRmĹJFNqy}śo檁bܸvE߾RsAJӰa+?ϕX#ؾ}m\5x.0ysL+>-y$5;ڵUgШNHl4ի㮻RSO}UP4NQhG ۗL+>c>5H_~/fŪUjÙ1?J(Pv!zL y$^z)W |WnjAѩShTUU1hPjģ檁a2%58%W 4!CRW̙RÙ0!ھ}}vr %뢋R RW+WÇJ&pQs0wnFj0thh_jo+>?9~`UPd}tqDj0iRlڔ 7.ڮ]+{'w˗突BƎMn]+@mm  zIrVLקÇJ&6lXT'?3&W l}믧]UUj);+⡇R8(@;8`ز%W ;65!;/W 4SNI ̉er ֭c\)ڶ޽S UΤIQ_ +8(@CS%Kb\5/~x`h*W 4S7əJ_-^<|Ѿ}hz߳mhѣsIRC.]re(}1jTcƤ^cذ\)YgŞ{cFCCg&Ė-Pf:w~652%֬Uc`Ȑ\)AJ_q9+jx#M N=5?W dQS=>`˖81588\5K{RMzm* ȕPn,?誯ѣsL6#FJ -Roϕ0~,] UUj m`Ԩ\)˗ƳώvUPn,tLk檁ز%ƏO >-W d񕯤s突;6ڪU +2i/5xr?7CJ(CPbwc\5kJ׈͛cL%-]ߟt:.`Ԩ,6Ř1^{)(CP.O F̕>媩 3Έ}I n=lU&Gnذ\)G1Ǥw˖媁ٳS}q#pPrѮ]jʓ2ΝSYbŊ\5T |'fOƙg _6n\굦&ͤ̕6 I ^}5?W "K@9sPr%ubҤ\)T9s⭷Rã  zmhQrPsb=r@h"5=:W {I >8\5e_2P^zvK ƌ\5T1cRqJyvZtPj0yr\J5ztlޜ\tQhVj*ըQiSjpRʙ24(5xX W cԠGglTUňUqjHر~E׮j]rI굾>n=W l;t޽s3e(;#FDuFʕBEhhH ϕE m H Ō|yj0th|+ aC*۩Q[8W̟eҬ[S@v1`@j `A*ȑז- s@#Rߎ3rPyn9ڪU\|q2 KR[ѹR03gƻÇJWTUܒ+ ijϦ{쑫ÅF֩A|l<SjУ4e(GgW窡zm۶W1@Y:8`x\5TrY:k<5xx2%W 㩧'S>}bs@1R 5k1wnjpqѹj\|qM7e頒jw_jХKt9(@2$ZN n)sP~#(cgLW窡2zklْ\~y(2_bk+䪡2rK^qE ej]gॗsPԠs)W _x{QW vmLgw^(>]z[nɕBX:&MJ >=W @EpPu7ݔp 6aĈ\)P6mR[n\5)SwR/Vr@#>`x\5ɓRK/-sTe(_'<ƎM ̉sUC:xOU[sE/ TW׾_G窡LM&&Og q R(S/ ?_UUM7JLb,Xtk2MANѱaCN}}xcjP]_z(z{Lor4rdקFPQ=4N9%5X0y&W 覛"ۗ]+8(@a2$5x͘5+W egΜxԠ{8\5Pjj X>n-W ewb`ss@)oA9zx2%5w-W @eqP EM7J\}7JEŎ;Fڵj(/k֤^55j~z|pj0sff~f{e~A*g sPF}4x"58%W vCS+bL1u[S/- IDATT`Æ5*W ed˖`b\5A*WxcOZ`pUY:\~yԤ7j(w˖.1p`sjpmzuܹhQj0hPS c㨣RysP׸C[\5PR;zH ^~9UCYnH Z=W 6mbذwb\5#SJDP1"Z_?io|#-؊o|g?A3'^z)588\5Pj.4jjRoMrP}6.L N;-:(W @%GT=㓟L M%KrP|3NM >0 W NS.S e 2KK /3rPn˳tT.e-[ƥ7ƍ7檡č6]j4?W^UC)O % ЩSt<\j(e?qlڔ\vYTUPPIڵ+pc\5wSCcs@ɪ=5ز%n1W %RO:uU[*0,Kc`cL1A*WDmmjp-fMJЦM&"W cS㭷rP>R+Ut:>=tuaCj0thir9(@s805X"ƍUC =;/N z}U%u`ݺ\57ވiR=~r@7 ~,7ވS֭}q#@Py*ZH n!6mUC+KbSѣwrPjF,U]jw^t̛KJOקCĞ{hPy<0wO ,sPR,gM N=5<2W RUbL1ߏ1cRv#r@Yh"Ԡ!~\5ߎqR-㪫rT:eHvuE}}J\ye(/_zԤ#Gʕj(7w rqdIJOW^쓫9(@E)N9%5x\5gL ] <|~xlٲAMMq}KߥӧG>j(&7Fǎ~ѥK }ƌWbvm_,[AUU44DN3ĉqᅹ(6AŢE…qzr3f\?A͓O+H5Qho|YR(&NLD 4}/6nRC75NpMĵFuOFsPƍ+pM]hFsƦq51ʆ qdIjѵk …q≩A6+zGğv[\rI ڵqC'  ӧO̜\sMjhn6DǎtijѥK \GQ'rW|{YR(_ 4?cݺ,5[o-pMK_rMеFu/Pn5VUCs<5]]h^? {\uUk*UUU\w]^f;G*յFuPn5.UC󩫋ERNV8(0xpWjS1{vɝwƳϦD\vY`_RjlYflYtS~%*g>矟_bh.7X`sYRHqP>6|'6mRCsؼ9k6m@.0x,)4(VJ N>9N>9W TkߡL?PW|K~f P 6dHWj1n\x`}⢋r@㤓RwߍnUCvKĘ1AUUjvXlN[6.,) Ÿc}zuڰ!~7jk]`pMYRߏSώUDE˖9!nKSΝr Si̘X85880W ]ęgV>:C)zŘ<95=v1lXjW_-+)R ۪]P\;??5axm\A4իbٲf#WO?G[瞋36zYR.W o;ƚޝk9ߧҾ$KQh/20i,e.FfdƾF=Dai=7?3>u9uzw~] se&L}I8\cڴd*P=k,K@5p!㎹^x[&v 3C@l]rHe1p`ZmH} ԫ^VG^;N;-!sybE*mH̙1jTBf`k2836UXc<p?+P^nlqZ(ovb\=*3b~ѣGZ(ޅ ΂& oկ*D1vlnŤIiN5R%zyo\䒴P`W_&ӣ5(-޽2g^DQ3#jC|U-ٳΊ5L ӱ ̛\V `ٲ8̀ @Nn'9X469IJemV -2W\s҆\m3jTNB3f҆ӟb֬\Vsj@%$͛ |A VԤIq}uĥou[z_2CDÆpѵkѿZmR_}](2e81{v*m:ɿf_?.$6@:(v%W<:+6TIrb=y bTPEL[oM\uUԫF*Ϡ Q2$!3fLJ*m _|%dN<16 2@e]sM°ȸq#ia-]g996@%  1bDZmXe+V)D6+ӭ[rHZ42#s0 'r\3.86@%uuBfX(6#h$26@%m}a|sL+Сi`ed21rdԩ++qibr<8\36Jʄ~ O2묓J` l+`A\pAZmX':%6L6-vUԄO@зo+кu~4kV!*oŊi:5WfO&cV[-|3ڷO+C⡇r_?{/a?(>}rc*J9餸\MX(e_/s oKM7%d2qd8h&W`ٲ?6qd"bk2P Wѭ[ѿXV!*㦛2Y(}e2Z+.8!3lXN*ms 2]X5͚С 'K hQzjB[8T&#,U^y%n1BTR62o|_`P*S}\e#Mq1wn@qUiVY> 3ΈO ueGee1|xd2)Vq%d??>,2T֘11yrBfȨW/62PI _QRiCe<|AuTU!?)O?.Ky1# K|tJ ͚ |]V6~ 9cT2lVU&S>͛nji"ҥѱcn^9СukV[U$lG:\xi >82>WsxS'N@\xa =:;.2_}[o+1cF4nV'`ƌcI\{mqF*m?/v_ϕi,~;_?N5MFQjA믣C;7Wcߣnݴ:#={O ԫӦV[U(Eb-⣏reV_=f̈6mRďF%d{,76@e1qbL1}zlIZ 2StR*mjbIQZkIȼzq)oOX@ѨQ|sd22G߾iG&NoNv592h0Wf8昨Hߏ/Ot*VU1l6+~:Wnݘ<9:wN[msʴoӧGiuR ;޽SiCDD|mlU|ILӦiuRqqəK bEKbLfiu5R% ˗GǢEiu85L&F&5аa: 㫯RiCDD~zšLD\q5:+2!3hPF*mKX /&P}oN93L _?9#6@ZnJ̙J"Əѣ2'J ]7e9lYKթv{':9'6D&êdj§+/ʕdb„{:Voʬn̘͛ Hݯwޙ;61{vL&曱FiuRwIq 㪫RiS-^;nj2u/GiuɊ5s_z1jTԩ+oթVZ,:*aM&"ޚ p#FZk%dYRiS &CZnȐh.!s5K9'aM&"N;͚ @ugPΎ;y%d>,N:)6ՠAk _26@lSBO(/OPt1fLBf=SiO&qm nc Tʕdb{ IDATܸo*E嗱1wnLYY<زeѭ[jBlԨ8T %`9z+W&JSƁ NS)P[k,K@ סCl&zT &5]Z#2+V1_R85=Sicre85+NÍ7&lu\uU*m(TbfccĄǰaƌcIlYLR(%}]w%d8 y$2T tcG_ho뭗V'd\qE\pABf⥗AT t:Ź2 ԩiu-5RX P>4:ϕd{TsFtԫ'GNiuJɷv%vĈ?B5ڿ;Ƽy ѣ#^~9!ַo/,vKCPE)KP+^\}B&㏏3S)Ts͟&\bMj;^9믧R*/޽d?ܚ ^umE n1cR)Tseqqk2={ƩR'<2!wqapa*j+⨣*ܽ{{n*RNq KCbΜT P]''dڵQRiM7NۅoSs]}u<`BU=:2T L6-vUԄO@4o^lM|iB쨣?a%]zi i,O6JPVIbO>uҩf?>z+reV[-^z):uJP8;6!־}LMҩfywߨȕdb8::E)KPF}wԫNPcqeɱ#ee1fLl{8T ,3fD> k2qdL&n568!6sfpB*j>޽d"_?k25RqflVx _]_?^x!:wNP0kVt'Ď:*ƌIPMzEoGKO0gNc̚+~82T:kEndIBkLWѽ{ZBCxh(NTFQjAJ]6Gߟ[wݘ2%[/NܢEѵkFBlmbdW?&d4gwLP5lYW<|BmxXcT:ǨQѷoB,|0:(Bqm%d6W^R)P{Yye,Νc̄[ /DftVLzLoJ'ZY$tbmڤҩ:;善Lݺsѵk*c2vۥR:8ԄL&J!ZX(e_jMq؛oƑGtN?=yM,ƌ& c5bgǡҥt6yM&".ܚ n12!pa~JjGӒccMf3(irc&'Mu1rdr좋b 6('MrwQwTɱ}.|j(?6M}YJjhʔ;**b{R1():/9vM1dHTC眓o·=CccCio}$3a;ڷoNz^w&kߏEblwu d2)-.=bԄXYY}w~x*矏Kbūꫧ ;.n-9vy ^~=zg%X#LM7MPvZWl·>2vYb ċ/ۧ ⍢Ԅ)2T3Wc|EBax%N%w{??!ְaLnJ'FX$v%X&k7t*yg;$Ջ'vKP#TTD^cɑ#S _:uט6-99ztw\#E)KP۵m>'/7HSi=;/yM&o&TN l6GISi;7;yM&"ޚ P9uw['' Q _䕗&[= @1twu$΍=JSkѧO 5κj%Ė/_*^x!Nb}cƌdѷo 5NӦѦMB,~[ӨTVN {#F  Aŵ&̉=w)|嗱y}~ _vO-^zśoPIO3 +|!j6ƎFb?̩qG*JOEEqɎ^wT0 N=59W{/Tb_9~\}x*1qsNwjΝc̘(KKEE{l{o*JےnGӦ@ dbwXULMRq6mg(|Ґ;ĤIѸq;5]6M7%'41c ߩ4,[}$'Z+&O7.|'2$Lի\Ba8kK/f?X(5aŠ ….1mZrrugcM ߩ_x<9Zڡ"8"|09YVCgS}}|pLl"}6٦ZwoNZw_UBV^}''6n UQ/ ƍGc }oUNEL˖dTNqG[rrŊ80 V(|}d7&TnH-[RBElYyd^k2?&P[ЦM(iedliLk,/&.4Jm{ܹdv߽Zuxh&/G׮S&Ow>KN_P5l<WcѢwJѴiky/$.(ueoO?kfcР8(//|f bٲ5 53Dvy5^yR1jTG̛W*p!Fbܸ-ΙSNx|#A  7V _]Nxqyd\qE^ak2@ڷɓs_cS!-Y}ƒ%L&N*|-h${,v1+Ď;ԩT`W]ʸz0(g-㩧b5 OnO?]NѣGw_^ak2@Qn<WxѢ8иw*?n[ ש7gUNY0!>Yѽ{ lk…qqybE^Cs jà m+<{vw~Vn6-57~ WTĩiѩSZ^  ৴h'Ʈ^,8#zs ۪jM;dbp A(U;/GyW+w?,p0gNq≱pa^-bxk2@1թ7W^L^#b \*ļyy7  \ h&đG7.6^xHyy\tQG^L&FN+p-L6-vUԄO?m޼8x|͛ 7D>jx"~|ŸqѡC!;;㷿KG[lQN嗣ox|k?n[NY">; 7_n\pAw^ԯ_Zwcbڴ| ѕ uE)K@%FĻJ7/N>9ݷk2]Ɣ)dҧOL-Zv8B֪oN+&dRQV^ÆEY~ߎY<.42Ə/p[<N*&3dIřZd1p` ZCՋOK.ķ ?0άY_ԩ;jub8h޼0~Eѕ~sgĐ!xK%EUQ0bPcbJ1`@|4mZZ?lYpCR/;S(ˣ__+}`qYq䑱ߞ}64nal}:eqy1|xTk&M~_f?2eJxc{o,YR5#-T/eVAj+bи(/͛G߾q)Ѷm_/W.ƍ@ +slѫWtPcUeٳ;*>[fUVHqqq1wnW/<2 (>3n1O_w!n=ڷZAgPZWO5kedcwaSgn +yxѻw|plUd2dΜxxɸ9CݺqqQ*5)wQYye.Zl:fي䓘>=&L W>Ѧ*<w}qYI5^U|EEnڿ2%W;M7Շ(P,_^W^KAֱѽ{tnQ/'ĉ1}Jn`ۣs?C!ȠLDٳꪩSN>}ɒ%~nxOvwg~Z5gk26<ڷ5ֈW/4O?YWѰa\ye↑n ?@-CcɒU=U:ѬYDD׏F粲(+ފEVZ?\Kc|-@Ec8x*8jņƆF۶Ѳezhxq,YsĜ9g1sΎ O!Ca*8[aȠLDċ/x衇vyѢE=v߽U~F&qe1sf{l~ &q#Oѣc]GZK/3㨣")vԫg/֭cȐø(7瞋,{u 'EEFn@-IÇ?0po ,_[hҧ) z+ ;eһjaI'En]}ycOǒ%)]4nc~. P"F?9O=zD~qPbL2K.ԸN??p 7LTw=/PeL&&;,N8!Z.Uj 'Gb3PWn;8"ڶ-%Ebظx¾q5w/ܲW+ڠ̂ x{?e,ٳ末{={FϞѦM՜ɓGb?eeqѻwUpBZb޼7.&NϫG׮瞱瞱QN՜~^er3(ifc2%y'fΌދO> ]xv3v/ر#+bEGխ:vm&M 1#^y%NW_ފK+qkfN;Ş{;GFk ?e<Ǐ[oVZiӦ[nŮ{{g'ǒ%sFѮ]N: Ʋe|۶˗ǂѬYlU4lXD6_|}}s7paDDѨQ4nkZ:DѲeP֠ի??ǍW>Hi ʊ]aP0(PC! ejj9(3{wҥaÆL棏>W_}uGM4ٳ[%dĉֲeb(!8HTj[(u z5k=ӹs.]<3o{ﯾkiҤwu7|uEi P:  @ @<?Jm Zt/뮻G;xI&n?7xC^s5E PJk-ܲ-JNQj[(e:oA#?[owSP-ZfxR<cR-er1c[llVfZxq*ݻ7nܸI&r|P:' @hJ͛'z6o6lXVլYSN9G7~W ֵkӧiӦdNgIDAT' JHєRX`ڢECl&)d)wTvavᇟ.2bĈ8-JN)>(3u.]l65Xc?3L>c45@>wTvymN:5^'+#(HєRb-^x?~v5lذJ<,_k~D?RVVMv|իק~s>lҤItP!k|gƏ?{vکJN)l6[H6}"bz 7ЪU6mt-"˷~s^~M4۴i^zkv{ $ O*-j9(UVT 25A  @ aP0(PC! ej25A. HIENDB`PKGL v<< image3.pngPNG  IHDRXWbKGD IDATxy|Mg&")(""JV-V~V;DT[tJiREօYDv ]ܙ;7眻==(t:Jt"""XDD$k,B""5!dEHDD"$""YcHXDD$k,B""5!dEXPP0} Bq…ڷ}~{'>>m۶e;;;g ""'apppaa!>~E8xnݺsVVVDD$2NNN/¹sd ""Bc|5Z7w})))NQՒ$""!JKK]]]%~Qo߾}/6lWQȲ)f͚I# k׮]rrDD$ıc._lXU(gzDGjZ9 XUU%6#BZ]{5!!_~ ""Q.]_vrr#BNciii`[pvvNMM]~}۶m} ""Ԯ]_ 0$ZmccsaÆٳʕ+sΕ{zz> ,hժR*$SYYݻw:#< EHDdvZD}DD(t:]JJaEHDDBPbWj\<+WDDd n޼):aNLLȶO>4ѕ+W XDDcNaEGh8!}M2%))џџԔ{9I,ŋ'LЪU+;;6mڌ=Ν;ЬY#Fdeejt]voxYfjСC3goOOO9rCHHȑ#Gj?o ~7 5 '&"j$/bMMwOOk׮J{n۶b!!!N~Ǐ1bժU7nܘ1cZի_VV6mڴݻGiii!!!~~~֭svv^nO?}1VP*es`:s`.9t(JBaÆ?ءCJ_x񢍍o_]hºvh vW:T{!C{Gn:@|>(Y& Y&##ð:99yܸqM+vڅ/ulJXDd3xŋm6>>@YYV\Z*))JJJjjjZn]{]wqww}^RJfZ-[V\\ܰLFFƱcDhDGHD>Ϝ9m۶#F~z{^~ݽrss=O@IIk=4k~wOnt}n/umʕvvv}ݾ}:.]:rHxxxϠP(or…g0`?ܾ}{3Wqq?`XU(H#B"L/^8qK/Թsg++oFR=.\8tСCN6bM63gNO=hРw}hiʕӦMk۶mqq ˖-33<#%!Y&WWW?333wڥ?WYY9qwy~ ܺuM{g}OS~*R@@@rrrǎ̙s͘1#//OFyGRjh8LUx "" ܾ}EԫDD$={ [P !StXDDS^^^!u>cBrraK.!,i4)LLO?]>|8..-F|u%\0uDwnmmm',B"2WQFV}2q\vMꗻu&6c`۷oڵoS|߿?88Yf#FobccoݺP( E6mE#G:889rGڵ[r=K/y{{w޻uV;?]tYd=/y`jjj!2ǓnH?Gjժ7n̘1CVK{n۶b!!!N5͗_~I&M6k ??u9;;[駟>vX޽T^^>nܸ]v͚5ŋ۷o?vXww/Yɓ HMM رUڴis}Ox+**lllg}sFf.9auUW 6LءCJ_x񢍍o_7o^fj? 2ۻ\hw>z]fΜ `͆-ƍkժ>ޢE'OHOOׯ8uֆHwD˖-Z{>]֮]{ƍCtW޽Mݻw_z7^~gh0QQ0,B"j>۷o*++ڷ4W"1cFDEEhG3gT(Ն-RϜ9}*ʕ+WիEvvvvvvo߮骫g͚uhѢń 7o~ȑ{@}"꣞H֭[hX-++jwNЪUO,--UTk֬eٲe|{j֬Zl իwmΜ9_^y啄'Oqss+--kzuwwz>fͬ~wya_nݺU]]m^naa!uӧO깺6iʕ+udo 6a„[tSӦMǍw[8"$"a E`` [.\_۷j~˥K9_ boo?`}>W'ۺu]St:]eee6oj' ۲eKyy^%,,l߾}?U*]OgՑB\r:|B)++ qtt4ۿՠAvܹiӦ'x… [w࣏>:qDZZ=:u'/~3g:::mv?~觟~>QFu!33Ν;ׯi&M6ݰa?SdovXWWWggg}Vu:ɓ'GѬY3{{.]~ ݎ?2jԨu5kND}+m IDT*NG=[ЂH#B"۷oN!).!!pl@1∐䠸YP∐H?n8]-(y8"$"KUZZV=<=((AP\p;M4iСF@DHvUZZ*:0??۶mAAAUR 2СC+Vϯ]6`B "j #FU#,088pϞ=#G[lIKKۼy믿>nܸ˗=?~ҥK&Mp1~ZYw8p~M6O=w}gDDؼys)H=k433ϯ*… e+++gggyH]%%%waռysNWVV&q":<<_LH] >Tq/HDUQQdXmݺ0r"'()śHznnnw<.--U(9::r_˱b>o "FR:WFFF$NBD@ӥV;u$0`Jtkp4DGyʕ_~EzÇ5JDDz Zt j};|}] OOq>Nc 7nO<<<<==CBBT޽{899yS)ֈȸ|}}E} '',[ڷ7j66lϞ=3fݻWTZoG!ѣGCCCE$DFu,^ѣxac`ѣp?.:,9yp8kɽiZILS^^s{!! x@,B"d2d$SYK DӦ3,ٱc*++E֡sg!) kDgy{>B";;;)dIî]B6ÓO>ԣE}ԛwDDѣ;wn۶ 2믈@u5V3ψNc!խ1&#ܹĢEx%y1:p(Qedd$&&N!?/1h BN^~-(%"K/:ܾ8[SfDj8n""7o޽[t Qn||p,RSk-#$"VKÎBXs!уToְ?_?,YO>e#LI fB^hyy>35!C[j%0TWcrX>~f"2Qޢ#ȌV;q0uH"1 ed"%%ɇB",++˰Ι3??^lAH8NW:$BL`聼<d|V/5o\lҥ j5231w.6I0! hΜ9#:̨Stꄌ $'cZɝMff&Pj5 o#.=':H#B"+..b=($&b"Lӄ "?,:ܼ>@PzDn.^}-h o@$#5551cL";A׮hs :HFj_5$Ra:tt? 3Ǿ7#$j0N Da6/ KGсLQظqI$ѧnc 2iqDHDf#- syxqDHDFsR)LC1j231v,[,H#BhkP:oc2]SggсGDH f JDĚ5WIİ͎y8"$z V[QQOat[̝|9<:kܹӽ{wVVVlAߏHbNC`Two᭷؂"\j'E$qagotnBTw+rsљHjRZPPP`N$O)))բSȌRuンgKѼL$_:uΩׯoٲejjjs!Yj{{{)dI֭.^ ??с?r׻v*//|,Xd ?~SNmڴDf1kjjq#OMz1∐,N?a0w.N? 5A25J$+ǏB~\ob@#;&6N&O+2azrs*:"WQQ/:TWcJtba ݏy{>B2kZʊtJEŎDXݻD}DCTn۶ͰW㫯p[Ad EII2STCh(_f Rc໊._j˾nnnbHy9./9sSaݗV=s2ROй3rs>Ld8YwC#$o1oڷGBzEH;&))̱c@Y1|4$/1FQiZRiϽPBdd "T* rr""p,ȑӐyQ---/_ċ/b$|ɼy{{߸qCt ),o#4} /o%s"$S\\\PP_yE#rrљ̏+WD6YYHNƊt$1 eHVzyy"K?s+Ч4dD} 2M4dJ-) (,Ă;VtFa#-eB1oRR`^yaH<|=*:\7ĀF^&Of ecɩ4, Ni)Ahyy5 35:!;w ?J%۷q4bcѬLD1}oGht:?}{_t/#$Y۸qZB~~ }bBl؀؂$O1∐Ȳ$DE7aſI<IvvURR":\W^A C^La ̙H#Bhx\I#6_}i0kE"I9r2[P:UUX>>Af&,` H#BjJ=NVM׿_?ƢS'с%u…[nb J!̞ [[lތE!2Q1lRt 99u G\xv2GH"11ѰΥK:<q4[X(=<e˖͛7ƍKHH(++[|1O]?@`$ QH]cƌ9qĕ+W [}3gΜ={GqDh nܸ#"ĸ}˗ɘ;nn5 333joϯ8 =3IMWlA"KJJ7o^{Ku:]YYI>*++ >0a8/@v3Y&P)|xԨQǠ:N!'naLD2"޽{/((HKKQ<|ݼyѣGDfjj'XmڈD$zZXX8cƌ{*UVZЖV-[׿KɓXARܹs366XD_,ºIee%/$$DF5,^ȴ2$ܮ] lAb8 p4[te'44Ttv S , } /SQXp2O-rDG?E̞ /KdzXO 3j5֭C.8wX:w"X'N0,o^`ٵ ض ?M+6XNNNZt9ILDDn…;Vt"8,OSzzzELDE!- yxdԮ^ԩx)#'& c^~~V/>(.Fz:/Ff3QqYu떽mۊ#':vDd$:uMt "zT,BhN8&:+""PSO?ŠAqlLhJOM"Dv6lj7oB8k@T۷Ot t 'c@L$01Ғ s&/W_w0k\\D"p=t/Rt @L vJL,\$`1Ғ$`FDG#4At "ሐ>A/쉯Νk LHKn#BVktI)%zqq5Jt"P6olXf JEL1bNf ?pMѣEG"|9>Dr"iF(6cB٘7P0Å#H j5t\$'㣏ТLD$PjG/؈##څlތE""`1-i۷5ME̚",XcE!{QK[RR_vqqa Jǫ"#-HD"͛7E7 t耬,L BDR\\|U}Ν摑;w (E\Eg"""l,͛7/((BfT*|1:wF~>RSwwљԙ$s,T*]-:t̛Nс衉4ܹs,B3>1oܸ!:, 1i сx;zs2^ 4yyx 5 *++ ?$SZ OObtڊDDfE@;wA~|9tAYfDg""g Ld!+FM0>z_~ijI'!=zϱu+vd qHLdDHRKM(*’%1Bt"j\;vN!?W`T Qp[y_Pj%%X_|ìYv<|pDhB=zy2[P:UUX>>sOc| I#{jJ^W;_~hXt": s =zb JgnDE|~D!"xP;!.ÆNCDqw9va-(<^›o"--HDɺD70\*8gNKLL4ځ)/ǂj5%" "T(M6BfT* g"9+VMt&"Kw.0tض ۇM3\}@ÈkSݛ%>qܹ;6Fz,DG#) QQxMN!we Bx8Μ)lA"2q!UXXhX4h$S^hVi`c#:уYZ:uJt Q*'p љ;99IC?)t>m۶e;;ƍ}]{Au5lA"$ROIJJڴiSSRRO:Yǣ SZЖV[1oz@\t,YΝ;UWW?_  󣣣-&Ǿ}.E"LLL 2xCT~:2u"#QTX-: ɅF,wȑMV7x YNCr2*DD944jIhBBBAAɓ/ˍ_cLppH"R>1|֭[8;;_m۶1e?EIJ";"/Naj,wDD22H툊B׮8|~~.9zfAga@iLЂdd * O#&'gp%"#/cT dgقDD"4s7oFϞٳP""4[X]LDDEh4|:wɓ8~kעU+љ'˘{1g{ }'ǿٳq:.Y~5j1q"FHKc д#2}];dgc4 ȘXKTV";qqpqMJO?EFR֬LDD߳;w"* Ы@DDEh2~P*#G"#/$"25,q&O> ooyl"""46W@T6j7t$:=Hܹpr EȒB,^ѣE!"}1c8}-HDdX r&"#7߄LDD,‡TQ  LDDpGXoIQQFR:tEX?{ 2;<4DDd4,9v (-E\/3FaD؂DDEx//cd W_PDDWZH쉖->LDDԈXUS+Х JKq4*:5:Nt:l݊(_#:IGEϘ3 aad\;99v<=((AP\p;M4iС |%۷va^| [0??۶mAAAUR 2СC+Vϯ]6`‡~~Cp0.ڵطFNDDc'GOwݺe˖Ç8P;._|Ŋ}<̝T`D^;[Īfڽ{i橧ׯw@Ob #H233joϯz#.?4dd`7bJ"" ,SRRңG[7ox"2֭úu5_e告Pܹsǰt8#arrr+77[JKK E}J9INN%##Cu/JDDHCCC!#Gܵk/ի6mڣ ""j0Fر@BBƍ?OOϐ*w111NNNiiiƍADDT/BZmk> 6lϞ=3fݻWTZ׸%""YYHXDD$k,B""5!dEHDDfEXPP0} Bq…PTT4i$777''Cfggi<-Zevɘ'ԗam۶'((菗WTC )**Zb4 HOOoٲ/>>m۶e;;;a,.י$F_Xj׾uƍ>_|̙3%)piAmn}›WVVu۽{mڴyꩧ;ITee'!j||o}›h-33ϯ*Q,[hh /p9q,.&n%%%=zy:54.w})))NB n"-_Ν;\^) %G۷o߾}[ 6pիWʼnIiv!o"LNN 2y77[JKK E}J>aaaڵKNN0m:nEEwȑ}]Ό:GQZ!K{ۤ.'8;;R9ʕ+~ի5jTcƴ|PյPPPЯ_?emn7yu:ݎ;$$$lܸO> Rz]\\?ܲ --nС[pvvNMM]~}˖-SSS=<B"""XDD$k,B""5!dEHDD"$""YcHXDD$k,B""Nm6gIENDB`PKGLii image4.jpgJFIFaExifII*   (1 2;i%..N0PanasonicDMC-TZ31GIMP 2.8.142015:01:13 07:53:25PrintIM0250d  ' ''''^''''"\d"' 0230l   |T*0100  ..   27 2014:02:03 08:15:272014:02:03 08:15:27dvd Panasonicc ; ! "#$%)&0390'()*+,-./0123)45678:;<= >?M)N*)OPWY]^a)bce@*f@*g@+hiHF+jkH+lmH+no,pq,rstuvwz|}~H-Hf-H-H-H>..F  /0140;$'  /DVEPDB4 AF0ʷX̷ %ȷط Ʒvxηҷ1з75 Էfෙַڷ; #ST: "|~2vXTV^*pPR($.Z:<,0268`bdhfj~>`bfhdjxlnrtvrt&4AEl 6l*[, $vkxV\U(. w"0 &4ڮ®N LzTV++FrktNzRX@wB.`Z!\U"dbL6jlnfĮƮȮʮ̮ ήЮ֮خҮԮܮ(0  Z#V28:WB$ 'h`ndf@BDzFNf\cy\epnf\cj~l&Q:bİ8̰Lư0ΰ4Ȱ°ʰа$j&% j"%!(*j,%j%j%.02468HJLNPRTV  u԰ְذ ڰܰް np#rtvxz|~t   ?YCNPRTDCFHxJF#L8:::<:>:.0̈2wU4"6 p`11b11dFIfFIh((jln  XZ\^ ^VXZh\c^CM&pڱܱZDSFU IS⶜䶽:]}F } ~}"(FD`b@BDFHJLNPRTVXZ\^ATB<"$&(*,.02468:>IADSCPDISVQQQQQQQPPPPPPPPPPZ~D2AyLuLzGPBzIwLEBA;/GEv~LEzO|LDBs-j-;C@,0`,,/1.D92*,+vWyHp\zq[}PdI?8.%/zyQEwR{NGC65-hc~qYno;>;];:8tK(J#3-/r<~6:4-*>6=74}G>~M}yR^}ME +"$'>@ 9(( ; $%) G`-&6,( :>B5-"UJH"2#:"^.:<5'4A")/ $&*# 0*-R#1"0]A"F#%#C[:)MOIS'(+'  &8.+  "6763),! /./'"&/(!&+} $q Uee G Qp5QY hSIU -$j j d ]G|E E IjboV @WBCZ           BMHLF511208210211TZ9999:99:99 00:00:009999:99:99 00:00:009999:99:99 00:00:009999:99:99 00:00:00GERMANYBavariaErlangen-Höchstadt---------------------9999:99:99 00:00:00 R980100 N.E./ A 2 / /*/ 8/ B01&Dd d  WGS-84 ASCIIGPSUNICODEErlangen-Hchstadt2014:02:0100(00JFIFC    $.' ",#(7),01444'9=82<.342C  2!!22222222222222222222222222222222222222222222222222" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ֹQX"`  ҼUHqXS\)vy,ULvZ彍um %a)Q^ $-i("ftX^f^'˝my65\@x<{{.HK,DqH@;/=. um"< ?^܏Ei~֑y*TF6>;F"5$1kSZH$2N?# 0=tEŤv;Y\ʉQQë$PޱD?eK ¸M =$BUcRw02}~1dHHlp{95.)0cV+_>L`(]sXssJ W3p~! X>#+u>gsMh"U8oVsΫ5i4UM4ȦV"QA,UN6,ŝ1~iV(EPV\S*n:zUʁH$MTҶZ]+?mD3ɮf%$ΌFf}[}ik,{-.0~Uke@#03cd\{פkIs] [V+%+I=Odꗳ+Ct28xTGkE$u7&1w=ddb߂Jw#y{[.a9OZKa$W,xy(O֝qE,D77MJ썯 谧tkdr`[~yq;}O++3?l~bU\ kWoqP=].*-(jKFnK@P{޹7CG! zpaD:.OOz*=Ӳxzv]F*,ZYʋdNb%ŽT: X,1:/5羖anͧ7&InT,V$VyF $o~ՕdZĠ70 na$~fpQu"TA1q걎K~T|nƱB#1胿5vhg \\ժH6t4S4[ݰ9#@ލϗ% ^ v]3 j&/ON; m77Z2[cp3joN5_YjeO $FG)n<\n o[HpIqg0%^<RlL*6ƌ\u+#u1Gc5amqIB:kh1'Qfqk͸u+dHq]Ok&(_LV6BoSג#)%F!1_Dj~S3xG9HF13Z@LK+FǹVha(=bjRX^<H Ju &]v4@_qD.%夷 s²}Ŗ3Y&JIOMQI2ZbatR {-FLVH&JIm9OU70;q"d֯cіK =i89>©C$fGM>C@o"T>RqR[NK{V)so:[ S,O }MGw,m>%[<т9ޒ5PLU>Pd;K0'vl}nJ7g5hOw6mw$j.ehr O q{,Zf6Q &d_JaRIDw`L#O}EZ[Ǚ!=_LQT$fnD`pEM䶆-%o$MN@=8_YV/2YX2 xֈMr+OWḅtzzZDaO`x#Y-hU?h_0 9 :ڻfvx\{֭XVH%ر&5KgQـ b:Lan`F$s2-ڣ ٖaF 5 Z*:wepz"6/2Kے]tVc%p~~V=}Ln3t%dbv; i Iˣcҽ6&AW1Uaܚ#hģ^՛cn+{(*ps>&y8bC]}W F;Z I>M66$8ixE5nee3fL=^[/m)IbO OΒdt^Gttօ})nSluwDBc|kǧ93wd(7Op[Ko6Zq~cfꢰgr۟zիy|©, =*VBA|sW46j+!#W*GAFzHtTR^;Sj#7`=zi:w㷊h&?իa~EtYamX‚ s$;.ٜX(5^IkHȑG 㯿@RTy#ܢEX9ǩb3[ڛ܇rB29֝iۑ$F$y͖sJJ:"9Se)4̅p[Պ+&Yų*"@=h9vBY"1Oj+H,T ZO} [+3j0a-Eݤ`spFldO+M y]g(=W>Ƕfe F[-cYڷ.%`g$u6oDkevkV7 Lg{_ _z{zƾj=]NdLǘ? *KD5di$<֮v-NXTu9KH9oިnkқEak2y+}>٪M,o=OoqY7{vOHT2daYt3} y=5iK]Ƴa'~5Jr!Y^gB{rk*F~EOa[[Z$Q QU%qqLQig!VR'Z,' ae89#̟*&}qVIY׍ß^߅lfP{dn&pYGzf!l`LUT뻋i'WvFI+kFM!Bij7'k/,bPh`!CBwU#Awq&?03YĬ 5j DRa 1Zl4+%kqiD.}lluKS0+W;gPD퐨?qS YUH]hOI(hwFWVi_ |'ShxdW״Z'ws N ҖP E8RJ܊sfq1-P S5%mn\b^p}MrZqJnLgRw8&֨ꍞSGZ\\Iu"]B||ۊ,l[E֥{䰂L#v'qtw:1qy+Xv԰\+3m̹ rqhll,cklp$qk3~rfo ۥ[hi5ITMV$O+*>GJNpzBZ <%*ÎAIm)IQBEͳKv@c]>_Kl0@ǧmWscI?J-IFnsG61nB 0kHg)v)Eִ!HPF+uW=I W#QzI]ӕꗚEEs32~`|sm@1lq\eh}ky;eiZS 8661\jr#v$T g*͝L[$VU~kT *$Q'$$++OLՒXU{#kz mgCĄ63 rXtö3Wʱ9Std#QooƣEgGj0k^#3$~UZȳ$㑝>'}<:Kp!@I=;'%M xޡ[-"uAٻ.7YKm,Gba+ yO5F {qWť[Y.pL`1צE7Pǃ+KR$8oTrQ64=t.u+U吝|n` 7S c;Ukzs-0fPv'A{ dx̬ ۨG2~O]oQCtE%@+2Fb9Jxd'a8ޚ5\mSPI[C5]o>Ie*Ix;D,n\sҝ٥8'kONӅv+ԟtz渐.4ԒI917%O?jY6m.ΙnԽhOBkp3c% 1Bp͌18txյ 3 XJdOo}#ǧҳ? E( `q펾՟-F  tۊdI-z>#Mq\׺lX hqP\x1it=xge#ø$?'"UC\Q nAZ5C̄ 8&>y&+_8<Q뎀Ur#g-TxigO6]@@4V曧:Kt*H @(963 Ӊ6Жd(MG6;16Ŵ{T|',Ǟ2q+fcm{g!IA`#AaGl|Ƿ{UZD1[5ryEE$& #9]CN$eϭndL*7 *&9q1}{I3w,[]Fw14J]J[Ƿ&B0{Ι+ܬkJOh$N gi฼|_]Z_6IT@9s^e(_Ācky!1.5\!xNISG<4Gw7ݎ?z3GWYA&ouR$y1wQG,e0p?ԖŷhM'̷!T(#*N7MB«r[^*֍sg]y 8]IeRƲ3ź(8ղ%.g隅a'Tdi%%x:i<firBcm~n`F-eYKPi6yHS5 @sS 6KJO{ܥ*۞0 =p9$-%MHȎg+^5L#PTw'=3&Be$??5z\u6.[QN;[ȧ[n-b?}] ̷0ɢـ jZrja|a7]v}u+$.[y(aTOryzEMc}oir报~rG)%‘IK;uGs.-nn <Ms_k#"DT:h.SGSqT㡔KWV̷𵨓˂9g\Oa6ny7 NUsV])L;AH ;?X#+*;}ڥ1^]._..?i[xiaax2wxUS뻹w$a֗sYx_MO*{chf8>x˙by̘ p}ZO}(V'`q[77)o[gJq##7׹BΓk6♵Fc I- <{DO*-mpc$)?(kIPQKXF8V-X&wpd"ʍ,DX>ŦE a"OiJ$/[v }1Yד{9*eCW{4[b0hw[Mue%ɨ}`+~\UMJ'68խMl@8^Qe5 ( `o=YZcP,":,CRgLAȩ&8-ӜTlSW*4.1 k_Km|1&pˌJEwr'iH|IULq4>C#1:c=)NK:+-OMhbeH1l HZ$ =HZp5ig (0!9q]\ZwCtUEcJWV*1Hϒ~o4Y+VZnјE9\oTZـ(sG{,pe{G5%V\Etڍؕ6A=}?K1%7 ֊*ZV)N{8hH5__]eRIRpEVH4<9q,ڔ2tA4Xa<;q(6Mât>jZ{yQ$j@.OQ(WSCRx+ǵG0r ?Vd:Σ#ML(֊)-- }t|73lgpWycջy% 0qVC,.uK+)]<{WZm&xk]i>*5t$(IQBF}O!؍.\}1QE$8T eV zW ,fdG4FzTQZCpHgUA2|FNN_;-%bQ7/sEKqo.Sa{Eh;http://ns.adobe.com/xap/1.0/ Panasonic DMC-TZ31 Top-left 180 180 Inch Ver.1.2 2014:02:03 08:15:27 Co-sited 208 bytes undefined data JPEG compression Top-left 180 180 Inch Co-sited 1/5 sec. f/5,5 Normal program 800 Exif Version 2.3 2014:02:03 08:15:27 2014:02:03 08:15:27 Y Cb Cr - 4 0,00 EV 4,92 EV (f/5,5) Pattern Unknown 35,6 mm 10836 bytes undefined data FlashPix Version 1.0 sRGB 2048 1536 One-chip color area sensor DSC Directly photographed Normal process Auto exposure Auto white balance 0,0 199 Standard High gain up Normal Normal Normal 2.3.0.0 N 49, 38, 21,16 E 11, 4, 6,63 07:09:14,00 A 2 0,0 WGS-84 14 bytes undefined data 266 bytes undefined data 2014:02:01 R98 0100 CC  !   <}N-pvlH줏,EC5D$ż#Cwɭ_]yf m:(PMomm =ZWq`e6\fШ691oEK|QO^sϼ׬{矝ל?ωwI:񌛷Ȉb$t;;UԬ-AnśYYQ"`d9{yr؍?NGS nukal>藥ld(NAO9p~:G?pP[?k6|:_Ϸyxycy.GI[Ԭ%v%`vwif7ۜe+ {9yTʶ8 <.Wok G!OrE镦JC.5>LVJU<G֚9lW6S K,}sLÃs?{o~OǯwϵuK7d5 LlR:Q` >QJ7YKSl B$5RN,%).* DU⺫^T={6egJiBa`|\fk WJ[WdT?2H|<%_?Kyxb~ Okʏ{L%=vnwdua| ֢g$esL[}p.8n+\ z'@~-{3LbRE?K] S{rw(H~azfc+Zk3Ah۾ BOېz羈#4=-Q|=Z,YQ ;hS vfoՔSZ顔4ܮߧabjz5s}Q7A{^U/1HG(~#ր=*'; E* ͧmY!WHYbkSR=Spl6/T(QS]67NĮ~XLS8cF{ ۏQCx fu)m}Rc,dPC~[Rxc@,_ϥHe cZEXuݧׇᄎ|?Q+zr ش-tEz/}|/<(~qeQܛxCB\h}Vf?F#[WUM*`[R@m ?ȼXK 0k,eJ5D0'SңKA]C17-h*)`f9Jv~0xix]1?KeD0|B}#-')cQa;%|}6fͽ ,nqu&?'֋۟ZqYB~A9# w`ޚVmQ5W2 n}'/[j׉jio<GާLY^tvrPǑC삹3i#(kzԿY)+#:3_7Ծ/x\2pTyڵ1]M9Ur-.V:=>«=:NWfB6Eԕ.Ҝ-4;2"ęzBkiŵGu&a9$Sؿ:.ҎVhCTp}Q r> _z-T#.@.u|3@ w\?;+:!2[h {OEͮ( 9(e:$4+O_9uqZ3XX¯ &gƪZ?Fi/e!ْI , OM\= W#JBa];eZ<걙L돩f<MHayiT {|/qA1?Nlƅ,1lbXl"2K9K*"2v-r#bӬnj#.x8ʤ/ol25vk싯1Vבt XZK9֯pCk07D|]*z#֌ל1;FS1./Q'yv9"EUHwne=@עpt@;#idQf)\^ʩ[А>6#Z|ҫf1Ǜç8Hg ؀c+k6YkS89 Zj"[%GAj, EƲK[YVU |nz_s9.;ix$ڗ9"-^-s <֯45笿2SPEn q8ذ>icg9ZlSD؏;7x.wr g7Ritf-A#Cn6+˹bKCT,E)Vs2_Rzw6Zw-"¥:%PJDPf̨%x| .+ 7]QJ;PFa}HhHy yOvʡg=[M5O͍EpamPZ%5!@=w6%*{Ch;;1zS˟Q=vCC t͸T3bizqI+)X[ӗ9Q;ڒ YY]ѴvS>d3} i}Xm>r!z3]v1ѻQ7Ŷ̶ma]&ߍ _yz =w.':8C40٧-Įx2)489btsd?mYЪp?prnB$v(^|m7/m}duwtLG 0> _%S(sAqOU.wdӨfm4 -6%Ô m-]?zy.W=V$2]Swqy+[gkF)=ҳB^^!{RxjA0e!Zt-!myc·Iݔ #<۳6|NY7y8`pJMiIJٹ Qu@iكnU.@a:zhN(*nuP sTJKnO]#W]<{ΖvV;5c`%y!cŮwD~rY S߻ L!,,ԃr.&b5̌ܵ@~UW##njB1\H|A*^ueL4{'-U)\(3&鸬ӮX!&)DCu^ibRv4ǵ7>^T{3ӊT4y7qDoCDjOqƧ|hGnoY@!~ff'֯g\M7CBnK͓\2[&w)c ԉ&;+4s; VIޖR3t_Bov^;-J@d `djX^;xb.kf7%o R}ސ{#Dߒލ;/KjJm|3VΧ9vZ*e-5C&ly Hv*6&8G.bsVXd,O]`pzUzD5r?vT7W@n^WĸYfMX܋WOs'^4w4*sHXQkuԷ[|h|nv+. LV0So}_T&o,>:UL\|u}tL~;9uR\K4>}x = h7,=A7h0=.-#-"Sh*M"VE[ McvlQ!Zav%9^}лs/&9l24A;#~CLU%BW|&[bb^agB[U5%{E9Sa -‰  .>L =YOW-^ Xjgqz͒dveZ?տ:ɗN W4ʂO'`)x!VrR+Y.J!:9^v e~"ߜɝ,ʐfL5&q; r QyH{6."zhxLxq< VVAxĘbdƏ>> ;mJ9px%/}V#(\`?a01sGs Qܴ҃y}M66)Ht$+UX)8'+B5i+wd c~%O&R*ޟv>E7_7P8-/KlGߙ餪,rbEZ"+:d'?|u\C}WSػQ曑D?[Yut`~LT+%MlyuIF!_E~uV⯧d&~ H T_?iQ&rS 3BL67cdyڌ(zE\f2:U;|OQI=^&n1dE1 =yM9FH\X)(1}N oYoI i=8~|UN~Wqgd~pIx'g"U3+f=|+i})QWV,&:M}(} mJʉ˺0qZRUتڌ[TN.]g-\nkG3L:yA&U77h~jrU`Gy[hgB,o\3˜ :i\}`qit/^u;RXWqIoD3Uӫ8QqrC˪A?fi[R6>Ly >E`O_7cOZyΠzdq+ c ~2^ /sb5 HnÖ+qa FF49y5*,\XX3R,燘FZ+$}1 _.Ӎߕ.(VW}{J ]+D_0\ʎ{L:آٓOt[:ym=&S&;;hmy1w`^ +1Ec#dRG<Hr?o>O.Xg:RHi畼S ~8Ɬm/e:O&¬i*=i [ޓ-:qU?Ne J|' .Q.kӮ—|>C2ojYt\.\G9bȻVuz+Uc#ŖtvSԶobKSb-JK1u6T&2 y3{v1a 97J.i:LAֆ_ۥ|)~ypg=TWa}P/O\ +:PP."Vk!Gt(|*P=jНy_$-%6s٘;Zx<,w:wn,w.2Tv4a,֝O7 vQ]w7]jP+L*&gҀT~'P NTRu>TC̹.}_ ~mơ zRCJLr)A/F2=gΌK4ZMrr؞אڱsZ.6~!>!~ pWZ%Ȇs Uǧ \( N+u"[\LXd1‹ҩB45_:gtPktEVy|S}0۪<ĮDJۧ+?:X+R~;+ 9.Iq9]*68+ՠΐ)FaS(s6-1uzPI{_˼=#@J~=nzR,_Py<LkS h-A3D`n3]ijpf5q"[E_r1?:\aoMIjfc[Fg;ԴUbZ "VƩSj9<\'S]PIrLJdXHUMJ~rc,kFUcSGhg6ZcA"~[mHޏ7Jn2VX^sNf"su$9iŏ—?IlgRUq=~n` Γn&f^qzm|>ț@˱9e*#X1^Y^m:%M6e\ɭius__ ٢żSf2,SUVlS>S?&ޔdI<$3J8mQjB4Ekdk62\.#}N[ɼwNX/>>wHNK)Nˑ{&ob::_""&&i G$c[ v}unȚ@F(=:[-7͠t!~zYPJiu$ _zL)=6j`j .h.0R? W='Zy)9haA#ItZ3Vf%K:m_ng},X׬ͧ(^u&.w|5Cu7ٸZ,4 &NLK-R&*$"o[2k,P= U Z~3wBg=s:bEq&ޝ 8M&FK,20!|Gu6Iԓe7"zC_fq\N~OYTKVd2Աk.|5}J&KL)W/n~= je`_~]Pzm0T;F4`M}6)9=,p`-mZ9wZI|;Je 3iҡBN's||Z ̆ W[Sy e\^O_O46%c ST Pg[)-Ӽ9Eh%_)RME6=Aa5n>'_΋G(U-mҊ'V,5x:j-~TzO+!֥&,zB|ә(L 0]= tlOLn9«O2=LBf]Y=zқL'!˗Y{EC@SU#J9Nϸ#M350<+rQ! Zvu7b@~0jMiL7Ritd?J/_ JŧXF?>m:)ck+!~IGײ+&­m͑,ammZIm\$Ỵ/6 ;mj0j>:]%-F#D! ԙj=q waW̭F ]CV1%jE$c RK7lH 2kI,aW|ń]]<4ens,^ٷ'4'Xڥ uiV~bQ'ur~}^yLnr3\nh#PY89 ,Y?6%jXBv Y(4eIť`T|\6 gVּӺG6Q֧:q^SrMWDUu*[z]u  ܴ,~M/-IRK&&!rpT渔 M 6{*zN *}-wł=_4K!m꼄]Lu*4ZDOdyeIGS_F3:8}G:1`?1g9HISіi o'lo'>Vkzs5Sh1)>O/؛]ZuN^CLYAeF͋p}Wn1*D J$\!#n>n GyͰ8,p ;86rj(d=drS$ !Ĩ28KXmc^;d TWj7U«`zCU/mR ==Ou)$jř]+wi<%z_T6Iu1=dڥ"YcjApTu;a$`S"lcI!+ne08pha>Jb(MWiAuX~vTb>d]VᅮOMNuF)j*6U>yPв\+ e"ZT i$ I~'5MV v%6 vٓ4o,4od3Y~ڒ_ێL卌4=p]z&s4E.n԰ ?4D}lHԜ ~ś4T2ʼN,xu+0F㨲 82&fRl&]3*4F;L Ww;lT5H ozl&;sys*7Ui`w7'LFØ%"*}-۟Tz`&0|V%+5G8.4%% 9_}Oe@(ڭ}UhjHr}]da+B60Foxs.hVåQrCv@c~:xj$ۥ+Qd`#RZi$ ,V\F.M"k W/GPUIjy 5d|+ӧ^̦zYM5FW(%+4׹V)MU|ɟ^ĮҰo@@d\{)e?.2]ω*ljmx+fhȁ.D~M @B#`zSTa#%(I k?%یQ5 `PxpX|=Aj \R`_*@";R>su($8)ijC=LPϻ^,JiRGZ{,ۺ荠Sw,7 ;a ϮkьgJN.C<ֲ qaF[xg(I^$}"o|K 2eV΂iCۯ T2@770kC֛ʕ _S[ֺ[BKN?J4\,, = X5rh6 Fk5jI#gW6tOY>c@qaF "O\Z ЩcЅ5ʅջiv}cMp)/ͪMؠ7g2Uy*~):EQkбv$~QV jN8z=$dW赩f:DS7r+S(`!Myt cHFMz-&y!"Ro6-|g&.|ȘB ޓMv; l]H~uaDZ{ldPsye!p*ykve^kڌp$-B8" >$"oz-w 6P`)7sU F~c?6%02_FD`h?,cwdЃ5y|^ -H Ϗ:z'ɻαr-5}nl:rV{ڙcL Z:lr4451Z-5lۤ!XyRG`KŒ}km|ωihh2moWY$*O,!j 6 G}q5M]ޅHZzeVvOJ׿̴hQ +@B>6[^$2MqU^p6rs5z}Bz{4why}\3qbNՇS-'w3GVc毄xu=;_LĄ\%gNhu+Ү <};IwU,ZQ$p[)\y3`ېVL e$%1ԋzjsBКIZPM뎝e>q^>aM=_!fs!& fHJ]H /9cB=0'̉ J{ ![_KZz75<|9*(!mt} z +v/M/'ϖJ*h-c@W' _dx}BLEePf|/.#,NTTMo`P5j[B$O}&8vO|tCXrV/?Sl'<$̖rvޖ @ \~~:nWzXvVuԕ5N6f#A֞zF=O&kL"/zbWy4q_jA0hk׉onA8o"2G ~Qs0ΠTO1PW<1p_ ,P;LO(NIר)z=A'Ѣ1!Bl崽k#b%Q, tgͳ)g\eΩ ?+'8.ioIszC`1MVꄢPj\s A \X:*YƂu;=_\~n75U浊Q1: JlƩZQRŕ0[)Z*Hf.|T4-n@?]2^r@m׽ů8W=-|fc@{RwQT4e1 c/4j]yzڼ/UG_:i-gyְ-9|N^boKΛZ1p7f_ih83 _6`ӗb;F|d [c 3QI.sxyP$ҍ]n, U싆a].RWOUw,H6+%{fHlI;0:t8u@e*i*w^D[4z8͗N/=(Hz6=)c%%o bDl6b a\S9!jGgֽUln0C]_s&W ܅7SMxG W-E+-r5JaCJt@^EKm O/Qjd=l۞ѼI 鶥r5'Y2sdd mj 6PMOiPWS^hNPӡ(?6.C|Mi˩={#e 1F=yK=!*(,VBUR3H6ǘ=:VrYxը:>a>qU .UrjWMN"E.? F moetI-2sг9Pۺv<.E&ߍw4zaFVX3on^s'uz |d𧓒Ev9ԋ{}y˴ԟ6iثG3"S[{%BYe1磮@b+]L"XV*Z38r_sУd4kVu6"c uUr6߈yz4tӳ3%O:DĜb3:ѻ RX8K қga-J~NjFN*)76ż99ƬRtҎg W*oH2 }v٘}Ur*1X8Y'2~ ڷV?jWs+d=m~rmX/HEƥ3i![j+q4^ t̙boZ8LT\6U{ΝeU2z<™ESW޴eifbsP/ڄ*vvss?  6DUy;y*vXCc"ibZy<<[-AnM{j-LXω2# !}|~V9, _Iwh䬻VbҩF>[8Wl}*ѳ՗Y>6+}UfRH~ϰ=-PȔ_IltAZSR;~Z縞5@͌^%M1=eKt:TתTٮVRH0Z6E +?ժ2tZU.ܼ(kr~[`1I*_DӠhW41s6;"Vۙ>TCQ2IVc̬SQkxą_nLJУX*AȕJʵݪ9*vi& )zd7žTB`v* ON~,U-ס+C<=iYˆᘌ<,[dD6BTHս v.,v0[Gy<:@y@#|ʼ+l$u7qPBމV'B!]%izA䊠2ěc8{/kQ[hsOh7[eՎZb6}Z@7vu^l)-k0Nhu%y}{kN07G`aJ%\p RgUMgサ'ɚ$DR q`J$jpɶN*"jȦKP߁?Yѓujn 8C={az"i) fPE;UW]H^՜Qڕ9Jf1~M[zdX_+v$$uAB~YLiV:D H0L%7QdQJe3S>0>6Nm,?,ʳ1B!tЮUa";hb 'cNzRR;_M(]@6*#hRK\jvD ľB+ZyEi%"K3+Vn.y ?hrqÝȟqdiS$wgFqe߀pUT'm1*&~LQ7jtɭ31>Ѩh }]>E8fL*n' **הI}7р]Mb(u^w OVeMq3VMVKLF]ط u Iwy``JteOME<#~u`Dmw\y.</uL d6J6R9̆i@Fj~C,g9|fʤ"x ^}4<|V o.CÁwњ/jAAf/nꚛ5W1&􊚂m;JVJ)86iE.-$~r~ΐj`!n6k1_ s5+y=..4U$|QM5?#WLmv3qmo[0ttZcK H`診uq"#nԆ;1;V5'7w%`1Z:O<=%q_ӇԵs =K}JJN* n 8yn4K~hPa~'̠AVs,F]BF̹ @66h2W[$W!y:X )2~g%}o ጐ#[kē'S_yMye7& i"͇5Eu(K9*M~q|4!"# 1$%2A&03B56CU${ {пl'1Y,o5ɣ|03?4mK V+eM۩oF΢he͑E>X,efD-V./y_jӧu8@]^ ?sT[OAB!PCsjxޥX%& Nvyͣ2̿~9?l=%QغbQ̲ #cr9ÉdfW0c>yNȗ ~+L5FC_Z zs]'EۭLJTyㄌHQ,W6= i|0R䡢[{!Xeo\ k՝Q#k +I*eFӊAGd/Zmnj(7zդeAlԼl.vd1S)mtluج:ps,1gc۟w1.c$?Y5(G,U`XD݄Fj&I,1(L9jƚPU~Q޵v4],4&1\Cܯ.PYD7F]Mphʩ:*{5|Lk %+>W5.%gVl6Tjqcc֎m!b8cd(VBe=ڌ I0F^-EST*/pCsUF6m6:K[ص刓}S3r9N\w9??ؑf4.9Qθ.P"<}1HCZJȒ2UĕE LbBvE $trYDmd>b kcpme|aNb'lԯ^R{62@eMox\jnuWk`jֈv>6qYIʽE[{wvQ 5yϙ 9*5 qg29uӪ;bm}ʗu{e3ύJ%>LԤ(vv$.cY񺔱L״xL} ~ &dY2;0 \-jfb.a-,cRP\G?lT50@Y-cACήk'.[ڸ{lUj-iǝjev86zN0H&^fr,C9YRF wNUtJ2ba)Rr:O auS`ۍU ivûlLy 䭳1-c.j[aI 9cr<$cO R3,\;x`sY#6 K_o>'vaUR}Fb!,YqA#gVFR6 x # \qbՕު#*dܤj4g.k1=lF?Y;Rv fJ'$:~ʃ5fjHyEj" 5\S lz,Qwuz{\tDbtR&hcuhk+ro͉`+o^S;xK9.F-/9wxDmj$-#xw7f˄80G01FS93Um֑SKlԓ]6=Ԙŧ8^m%ܑ㴶uyqxo;{xG5?k)珑ӏ8⹔Ǖ>sRihξqX5枡cAe"lHŘECEY r¼mʉ56RyZ4Fan6zSmϮ[#vZaӹ8ASg\zy26 vfziZCO2 mI\CPr^.)czE+:[D:uz.,Ρs:h`p nOX,*:%2mn/xM{[x]oX\#/!˄q2<+Z"Qfġ!ŷxmsP):mf:7QrR\>asG_lΑ;vnvyR)QbjXgB6;g)N:pG$()W͌&k>8&g'6\͔]EyP#W3=lL $dODV91]!PK[o֤S1(UUU/𫜄Zf][?RW^7Yyu`]ʌL]\[\E an'0ӲGʡU )^bغn"ު,pמlO"4(bsX:ZzʮJg.kћ Z6!T}5Z/[m&݅@ڒzZ\nvQK8(8ؙ9JLdr ,5Y~ҳ]GLykH\TKEiQe\che=? sVUL0X#--mUQ$]&y֯[_-F,Ʉ{V+[r!71&)YW8Yy+5SŦlXk$j:C^ӗ-Ļ+ ct=8 30SQ:btYJX;a{PDl}y1/w4"K"N܌u5s _I/Xmu7̥Vuګ|`XX!xs0+u6^Nu eg-Y?mFCpͳD0!IHTZ"5s_q]z~&I6{65pk^Td[;XzZ8al ˾ X;ie=wM2T \U? Vwp-gEknc'L;B}SB63d!@ڵٗcxIMۘER|ҽh<>'-?1e^N`p3,c'Eu Fy1QX́Z-^Ո~19h38AT值SG"@hO(5FS*-ϔ6\W1fnd ]pJu*:l{|r [WE kY8^t s`(ߗ?"5ܱo&7C-Cg>/6U4@ |ɴ3 [>VIxcϣ5pĮCĸɥb-9%XO`]JQ̼LJXa_+cݽ,1-OrRx2@'heX]ܽ](y8`\ה[2RS5Es)^ ,z:}/J O9ȏ2qs.D<8I(l{m"s! 9kkEw@W ?2꺈3+cfH0*u:qk{C^Xzjkw됌ڥF*lno$X+-N,kMU4 =%HccsďTuV A!3-zG_T%lD+(AjV+(c Ș l'h$}vJ|hj\^V-1q0YCvm`vA'F3g9q&pfp(ܵ qS[u5 ly_N><%3{1[{Hir8xUG\Tͥtm9>$^3*@\ڍ^0,g,_!^\ g0s.-Ì`l9B8$c= zЌ뭧O3YgXkWV\hk6/8,;au%ml5O[H{ɣA?j{mN }Iv@**V.}b252N=dhD<\uq֛x:7XK]EdBznvYeWZ!YX E85o;[V ,kȬn,^PJS ?1!"ĥjh|xs0c >6 A>܉|pq0\xLLa ##|%#|HsӇDṞ<<|vF}f6,殤Fd]:nSRE35;u j0x,hv3.0AvBZ0{lZ.jД(*lIhc']% W,B́hm6Mim[N^ =YZvqN$,Cu?OZxxXg20=kG-.2bg.yHPLEO>WP"2KWḍ'?lcvϻ<= L ms5ݖ<1sO9rccBjz՟}~ :9e K#kM^zS/&M4vW)ljyyRYۜ( IgWO0l7e Qub0 +$,ǵƲh݀zdˎ2)׵ܸ|ut-Q#5MOIFGYA2a: ui֌iY'=Xȣ؊|g`9Rog?hVj"36e0채mFvr)T7l."I¤k&~>WHԪBLxXLpo>M,+=tvfYeلɘykln;&WzE(3sg8<Q+ATع;;/E=QW;g[?|}k][z[`#X`ngz5KW&`:%lH5Y$G_lQY^vM-OTfЉ$h\XWc8U5ZNֺ$1qɸթonEWq` EV_LK&t3S'`$~W̜咜Ғzq#2fVM2YȎ%@Xq٘rC%g6#*ٞ$p8"DlA6%&| 0Yx/AYBH | Gxi{GǙ.y=gZ4Ef>>[Pz?lyw摩YQWL2anVzVh5vd*kfJjc;kV yڏc=:6֦EJ;uBz2>vNRUSVN%b`ed/4PPC6 Y)uDJ:4uc"k@YŢe+V%[?2겼uA˺d*5mfdxBG6S<ᚯ3K(D=\NNCc_>yRQ _.?c8x reqy'UgS`'0̵<)"3sx=%>QHYH_ # IߜT9lRF {`=t[+ F.U[i=+sg7,-_TNL3ݡ{k&_?(:ݺ<%@VR/dۏƝc2;:SmeXGg/VT3,A8_V}ɷ?:ںYl}f *N6=JeYnViӨ߱ 5k!g\b˥W-]@qוeuIO$2$팭/FchuDcȹ%({nY?#I,NQ 9(1=vɹ?LOIjՊ D#.ܔ.DRDݚ¸*KOB3.;MNRպp6l]nng䵧l _1u_5~#')锒>,/G$Z(C&jC P%n6Ċ` 8~vʡDP iTaOkcBm4'0 p]3hiaRA#9M\P?NyA :' ى$Lc#C`ULOFY5ձ^b?>1y'I7oF42zp6ZC^Rx<Ĝ@$qQ$ښB,q Y&fq'Pkf3N=ju~kӥc^gNmW&UjY{P6!iW*uc|-]SŕZ7SnvDu&r*R%k~e_H ټHIl̲by,mn1|N\lX:AVK#41,^.TYgqK[Z R)elrʴPdneK D4alyKg2ˍ3Tt||)|%kEB f\'n8gd$!.^m5;άƯpҀ3fB󴱕Ǟ%̩ )e~4i̕p3$i}(2O،[@Ө^ @|M@" U=$cs%4W5ȒD %Y"#JPjYL<28R'([v*>o5+9~Pyp2K%4Y)sБ1K.~,a`pqb.t"(n/3 Q*vz7HZn]fRҸ:ubؠѬ9w"ι7ߦЭLʻMke9j[M O[ N͵ذ5q!'͈fOq~5 F.J h*wsz^NCީm\͘?\d| F:HkzZVK omէIBBqfB=`*>9! ܀1+3!i-lr48}Qbz3Ũ#[8$aO?{q·kY % 9b\3yO{0E>8WKU>@(φ99H1kvMJF)jnnDOk,Ӑfn7`\8a|pi:iwrL*v&VݳvM? 2raH,6ۺl]9aŦEOSqT.!b~!JObky0܃a 5wrͣ 8iO[muީԩ)kJSݬ&U`G]B JHBa2*Ŷ&8e<+sQ1M9ŁslrQbJj潳T78K{6}\=tc?c Œ'GÖUf/(#F86\E8rF9bQ>f}.[IZf>;Wz_A+qzdvsĽ4:km*QhZ:nm'QO\^gRa *+6C5ajNQ8W2UZߑeQTm 6M !. iqjУfw*ϕ:0UxhV$XƢJ|BXF\dٍdo"6[b}sܙʌJU+`DXU*̀R\z2\şJMa`E3; [㽲PxS5U˥nZyc1x"T1ȥcYKf3$\4!FVb^g˚ʘe/tM)섀YÝ$C)4,}6~jF{ 4#c];WIj1` PevJ%Ogjձ)ܖS/]@Ŗ)DuhyE#g !8;f{KjCc uI 4ff_bݽp3(V%Z];u8[³9ϰ'#[ɵYDd 3+/+S%/>C<>X;a>ب3"9x;9c,*_.-bP2p^ŀb 1kR(M[/_<3O>Z:) n*5"ȁgV8$Ơ5iKI,ڙԦUL91?7NƑL=b~AcC|1hTW>#Fǜ<9!9yX-yz/23=vq9SnU[޿i4 ɱϟ8VsccE1.g>g9U1$a˼uZy}uS#;XRax  ]V½LʘCQ0V߭0ս6gNk&թ9W\0bƞry]b( nemM"+딪Q$c=V\lbuCVnӔm9Jl[0 pf83j_Iy!bP1b3!3) Ks )z%{bC;u* +X_6psvMu5̥W T:g=@K֜1߈<>%L9#<Чlۓ󪸍MTk_&]{%y:*ˢꕌܱժM\\af b0Y^vׯdMlݞ~ZEo25Llkի[f2v C\<ʳ6Z!X1w_`~xK+;'SX;Y1x\wAF襋eY֦zs_4Yv='KԎ;_%Zt+q¯XZ*g??=HlfنuhG7{&?`ۘicGK$?q;yϮ@7 V[Ń9`ѬQRX~m\FD?s&:^űv'MCƮY-]:*I^dV46j VP3m0-:[lHnTRa;cWoO V6[Gİ7CGH\i4K,YNyܢ]aZaUZek-fI7뫚x +\;6BEuj^By#a.rYeg\{!g+Cf?B!1ߘxH~l; ~V|r_dx2mYZ+m;a35Y/~cLFu^8n2 |cۚ=ṋfGe;:KFɷ?._v:5c? + fl=CBk/]`j{26EaгZeuMUժB }MЇVG_XY_1" 5\30ƹme̫6H4$K;kZ”cn*7nUcH'Pjl{lz.Y4[f~Y'n98gwc86'r,~iuDVs 3=8o^]mZ#׬IU3|&y/9\xe&9C;w1aWl_>'&ulnKK~*Ʒ}Mlpv%1sKKZ>EJJBRI4[{S n}e2Vq̹M~6&#⮺S{hj4JϯWhb-VHlZk7 {A-pݻW4i]*ghٖM]:wMc_ /fyl\=w{y=[eY^fch4uŜـ9k&ǃMc+pҙߔ9y&ssUtRR,^*+Ѓ C^EVNrB/6.]1l7GK[V Wwq -2rey3, 93 \@ٌ gBsc<])5I,\7U^+ZƼnk)uGll||\&;g`|am/Xl@dօȝGX9C'M;MYdlծQRw5f(ж[%#(_Tt=Lȓshl:hk=Я.ٯz:sE2]N.W"~I{}>JeR `{Za۟cv1`24+Ӎ˒#yIfdb"1<_VO<%%!'c,ӆ1 P90)׻{D&\ypr,FũVO,$B"nc??<&8OIqOUzڎk:"NoغVX.}dнZ#w(Tu]Cq;]IIpa/Ojt&ecGt 5 颻3B]F/>rP+iVŪN~D;c+?T b:OUXLzb̬*fr5(]l Y\3%b8/c q 5E?k:d`QIl/QSA< %2σ$arHLG"ghMÅg="g_IUhCws88_ݜwW)YE{_7e]UWs.+hm{IfE^aBal΢ճu^V^v;a]U]6 %tܐW񯛾:ޱQ:mm;Q/ƱQYB)=BE|)"nˣlw5lQ(+;Z~[=\m.:e|6-h?Wր ޾|[TZ9d='RDh\, 0U#X'+Kew)5JYoMLǏhw'3.-hA`"k>d%y\gfg%~k5oc˝yI %TO1cl^OIu) {gsX"+jo+،XUEu}mq!(kb ŭE[Zޯ *זUꅯ״(s;a*GO^͍qF/P"[U1{-eD·Q"jJAm5Aݼ8jk0 ,75ƭtcapZW&GioZ|fԺ[S+'Ĩٓ6*0liDs-.A r5B\ jT6 c\$sn9/[+0g2Kb^Pg29KRb1_1C39=y)Ǚ\;R\.ܦK<"4gߝߝߘ~g?gKp8 Ov- KNo)l[" Fuq,lw# ˌz;_mB,pfAfoߪ ]L?=f^v'P,:q&vDv$Xj چVU 2 >!/*Qk,޹p޳yWzM-hZscRZ͋Bf2 /ے.z^3p-A aa42DqIJ\Y)V&O` ϛ A6+{PgxfAjf?!4n̚bvCc-)nOM:}E1,ډ)O+57. H :=_w- ;fv!E2*KE#\]U v{]wӳjADQg+#%M]W=vWV"w>6czB l][8]{œٍʽ@; ɫ E\5a3^e;IjWs~bG%M%2O8sːDާkkL[k0%1@v$Ʋǝ?omY9gW$ wj8pXv٭sRD4]bW^(Vi5?2\]~|*R},F蚼ۮC-HZo4$!Wtv:N@jtۮehYmv8|G=fPR^rigy3+CLj׿l@TW9zr3 ]8LxΪkԮcck%k+] %#\,R}(˼ErX9K<>y.5,m>c{l?, Ōek.=Kcd,{OԔl'u 2Kg b zƸӴyWUEJNVp1JƻcWR7VkImZN 䵐Mw gMZ8h6O`Uk576h{׵*}qW[:T솱ֵv}fܢM6~UUkg+I܇݌8c/bSĤzbMykKas'd#c *ed՟T爠k3zT<\sDR RςE[{D1<[J|(pD3g9ۙ~ym&LwIǑفdv>"_D 2r*~"t8M6eilei5E`*ÂzYJUh&ɲc}x{W -XVL,ΫKC] l5YͨQm_QMƶ+dbsP04ZoNdGZ$*µX"_ֺÕͼmmk!4F 0>q'Y+.Yͼgl|1C}A7k2Y(e#c;JL` pxabX`xY{r={]*߭BӨ$m5fޫ` r9\ԩ 4jb]5.ƴ0kWJfRe[>M4;hصmU*Ѣ-mw9u^BڕJFsÕǗw`^=(FI`jSD \V0}rA$uReU>2((qq<"IJ}k֦K]L"aE%j暆.-^Va@٣N-l:ukA1.ɕ w m}tQY"k+V䖬l 01 }h*0iq̬V {'iK@v@ґdgeFg>f91r y%SdoPt|5B\tWEmaMEh-l;˞} w(1Z8+ȩ5#$%,Mfg\t{<;G<#[MgLN~yr{I vLLlOy6< c[b߆ 2[MT_ns%6S`q7X)2PoKlkctH70ؒ>ӲARWڬ FmvGcl*i5gT%QZaXIblFm^Sk(d୳ܭ6G:E؞xF< eKomkU_+<"<G F8Hlij$굒㨛 Qͦv *$bdL^f=/՟+v2﯒+ :2ܷx][[lO,(xiF q(|clh)v[^ggC E\>0cwp"{ ^_2R;(ɒH09,8%3"`05)aRBpsx,yp"ccK 2jR#ß/*|yy_̢&"g]0ZbBzz-ruuKºha YAڌ8ed}2Z:-[ka\kn]a kw>,1d#vӚµⅶsY%C?UӺP;[E Hz^c3YG&$՟+˃u _R;Nv~4]LZ;2}"p*#5>ׄMTUgPԄcjܘ/Nݬ>"Cg۱O,soW#h)UT=j;CeBU=]X/8t6 ;vSY8P`^8/8,vf FzS&W!4W,!Pf8)u.D{d<`FuռbUM_*:Uos'c,ٞX&0(~%<+J89aQJ^#.lHt%m|jS,&,M.6q/7x B5-v[OQv!Teh^rawr94Jfl.-Y*x,_lERۆ Ajq]Mmzڙs`UDeԶJ=}P:-rsf*dkP`mw֫gT2([)UK;װ/YYMҢ-VSqj*ܻB!ʪbY$q1|SGX^qgf0#X(j dlԚX`EV -bᚩ*;'66lTd<^F!\ PqLBU'g5u|8 B1e E !ar>+|8w09\~[sAkGMy؆L\PHjzm-v(M~5M:faڕh~^NNWX} saUT&KM]'j)s]Π=ש*YX(^X=mteQ,iumxyiyĭb[;pܭmvfe%B[Q3z81R.k\:@&!Ⱦ!e$q_כMry cf3KY Uy-ecQ3lMA9n|ϐ96F- ^ȉ߃9a%.G8JJqǐAg=yh& %5|ś6`KCc4&-s}'s,g<XNIuZ\cEa+XpYY cG}R Gzzm}hУ_cؿf ecR*^ӥ+zֻ}Fl H1 XR55odWhktG,{38};9 AE(v2J|n4*jbӳ^I rST5j)Vm0ʌ3qV/ ]i4 kY%Ӗ>%S`Ap oX%ʪ~m%&" w\I+zZgٓ.PXQ%̕\YJ=(9+{p2[ZfqzSg%] r;%Y(ݪg,vT]yѽQ[ ڲL G,i?Hū$G  &31s>G15)۰Ի('K3u V[PEU>9,-$ׇګ| zV=&b#YCrBUkAZ\rv[Ml6WW) Q6"wM{Rܮ>0Fm [:Ž% d4lL! lhS0vTFotx[\voNB%ŵ@NڙgP< #v [9 Sf{4=e~s c)b\r(LQ^ ~ts'b8'Ӎ!ʰzvUxVX+qys[5XLdTaH's-zZ$(oXĽ8&Qx DŽa=awg;PA ,\{s7/XϬqگq4:/VRmFh4֪#ffpV'xa2G.7?0!Ƭ-AJG 6@Fu~6Mq?#d{e 3y^ F> ,+/ā3,a %~og+#XrN ͆O\Y͜j'%hzh¿-2thg!t@a keM)(iL$o\vm eSUcV -៫9SoaU-Mn+ c;W1ASf x3W=hm\lBZy*gh3z旬6õ}d]u͇;ZuT65m.#.impn ʣEZs4P6&6k/TA<ȅraGZV-m{J^E qL1j)ߑN I]k'khN3 46C52Bٵ&{,͟*N; ]+ IǞyyK6L5ӵכղFm m5ʩ;ekrW Rs46̋SRW%+7Cl6t}DE}fm˅{2^}&m F\=oOD%՝;FvuXiʶ/v3wŦc!T*+UBlOdj9|URҡj܎l<ՒӴZ!@)Un#gQs1NoyShնW얺6U59:"y^vs_QHt DwhuP9֖-ep*)mY$a߸Qa4$9O|AQfdsCK5s٩[c< Ȍ$^,lI ,oM=oU j l`VJ{,ffZ1eWAxM}us]-N."5vghi&d@Q"u4bj6_Rw5* jr]noM{ijyǤF5906KiW3\vF^j?Άk6E4*F.i=^A񐆆bi>j>vOun,p_jY&QV[]7zO}&l*gȰtڒC^2!u3H KOx¸aK6Va_PRPZl4Վ{lcٜEHL5$tb]d2PnRF S(T|q^5Rg-f[`7N\2@^OpzWI)ß4LzΓU.Ɯ.U J» l6L91?6}Wt?zL,-q=?Rnstڽ坥wC2*Z#xQK*T\%iƳA'[ROUĩo jmR YY(6zͫM Z%%^|~Vkr5I__/KjZ!_=UA2u=sMS6=9!-S-ۨpTXt]^ɶncܫ1N7cF$fk%|\ol6*ttK7ʹ׫."YVf&F3H.;-bA?,\-w Ͻ_nxl]e3a2| z6zKOzꅋ{x#Q(n><{xWz >c;`9Zko>UN*k gYzNwOlkWQ LV{%nmje>c?ޯejd^ymJOu(mVL,`XŝQk_nS>'aӍ#sm@01^ݱy$`ӍQBQ՜Jj6vU^qz~y=]-̥fSEJyGjRielǢ)j\ \;Fl.ߔ"k[:mζkl h^&m-[ ɿmN޺D. L8edp+WrH*20ꖤ+ lhؘ,#%EyEg*w69A*f]3`:kYכRJ' 3ku+MopU.PES&CW}E/T }6I^z=p-dRk7O{_WVV7}Zv#[l64 oaجtUk$Y&\YLȴ5]r 4s[,vWJyb ]6K; t3:Mp[P=eWu[4]@ v67k+*Y$d9J5+էqd0-7-~2®rѼ3^&FUD+UW *NwE~,-lÉ>'J1bs4ZfP_9G7*B9wjo|v.v:Np٩mNq-ls2BE&f\}I0\$Mc3zrє.AJ}cZxħkS^r:n܍l6 Bջ-~BGۼ^ \3\?i^qC?z6۲qV27(k͞DZ58k[Ŗ-*v.#xʕfKsi M]ailm^e6v rkY!DZ+ץzaO#g4' ,V+;\.()dɹ bfǜ,<4Ѵn`1疏Q m|b]@&y [L|dlt'be='/\\}UQͅʀ PI".}&KB8X,%?V~\KL=6l"z劸O{}6:}3l.qmW,CTs;-f_==o߂'&vk+aŕ;-.XDSλm:@ԟ vv =n홪W:t6\%@qMjI>?cwyv;& em ۩˳K5㠹1[aBk׳d9Bd蓌7ZGRyV -`z\@u^XOerdo|rQJDT;@g4lZdaa6V5tJaɯEcjuWq_8[L)gEb ߲9!Ha RcM;IR.A?/<2Kn`oQvyN(l^YfY|Q bcssw6j̬|pY5n3[M14 /Ekm! ֺuOfm[ >4.ǟ5-UlEG"knlq[P4m׎攜a*iٳ4%Z=HGVbIKkbPa4++FvK]AD8Aד&Al +Wii)8D7ZheE&;*~܃*_Ye2$ IjzLY @ _D5+,[ٴk:Ksǯ·WUx4rťp?e(\=.sF4]]`Pމ"(ILPL1C_-Q%5\LkI9jWXb{NNO#XbE&α;ّWk_/dRW{149_XLɵj֭+j@[szZjTפ[gQ@ ul2F22!c+V=/pQ=eo./!͇Bո,qkzJSšހ..>僴w3eyk͉4L(بT.6s9qXy"S XeoKN^ LJIdX絷,-ZwdsͅWXPdqZAQ]\Uf s+0{d>'YNcWmBՆHʉrʄ~T9FH]q-lLs? ,5($B T\ -v?h&?=c'6cFЭeUvwe>J2* jRᴰF f-uxv+DL @SՕhS厷×Gwᓪݫ^Դ2 Gڬ5U͚VB!>UBuW\hFv}*PW`mz_&}#VP7Kx5C}[.ǽ4ʦ-|!geuwV]As LZ1 2brc.tkbo[W0EȞRdHi ;LJ: NL[YjH}K*Oi~-zi${+YMjl~9Hs7KeFXAGpKNڥ)T,7Mj(5ilݢ_&đ1j6݀k6>Z3@ryjx^ /L'ƵY+=2˱_mUv"\R+u?]bO[f_չO]zTZD.l*ؚIFLCLk4Qw`{2KۏDm;ON0*iT絧e[N@EV2Sɱ0H@G동8öBfLRQ'KJ,D/*W Iƴڦސ3+>t4ˈRSh.bD` V$ 'K0e)e'C鎰 -';%~ _k)&IPVꆶ0}RAbrs,JX1|i5Y[SSu$;UgXClҊekle=W Wx%UIQէ%b0ozy}&ͭRKmߙ taulCKԘ,)5u-}3 `7AvMQ ,edZ3SeLJ2`=`ЈC^LLוf@"ڎ_gY67+g7cs&%qkۓ jndr[@Gi 'd0lZ2C9ТKr*qn:\Ҷ^bmKv^WS-m{ yo)D~5_%e5̐yJu]e@~ I3{HE yĹk6mV5`ȒLtZ1VX1AHPzU|[0a4Tn,l7Fc[dC+kUG2SL.(jy'2EQ)%鬹co5qİfIa`1Z j&H~WwXrT䜣Y.´W۰,*h,d$BOHy̌qDl1+Ax. u;*YzuR0udmS,C=mdP$Z(*@QU*fV^wJcDbKmIT#s68`@$2NY8ݮ3B)ɯup2ԬrV,قmM֦B*9YH=[RT*ջ{|_0khUZIyudڪ[;ȊѦ7Օ,(ۑP{EHL͚m's\)+Nf5V@ۭ8YR7`Ku,Xr𬩖DX&U$,6;yF.`Yx +>aN'ENL d,RlI)wl*zh)䕊ѯ`XC8`-qˈiW~Zd5DAt5W#U#p?0\#ouYe[1%.l$.vdS˫*~pQ * %gPDZ\fPZ0_QY`JUk QR=93 SVw M->:Gc'zƳ[Xk:tWaAUSX Et@#Cwhګ9>))huAMd5q9ΓYD~ -Pn.vM@!1"AQaq#2B3R$br%4C5D?=} P͕g""`ǧ) K͒sq4DϼuY`ʨusid.YZ1Ӣ)ťs4Z:n<[ϟgDYԫW˷^]J}&SCx?DY>?ˎ_IWML&_L` Gw͓ LX"=,R* b2\lx<* Olk[ dMmDYV|AVLbZBc[iVq#ݸKMY+*u4Cls=u9M%q4:V7*AS;'$kOYWcDә1zAԘx@{7(̖ژAīӉWBBbGhci*U8:q45UKY?w:`Y]UTnA5zMGJ KЮih梓iҞUKX*0oj*!+7XDŽN}NR~c~f(YP` ;LrgqTX8+6A>&<68~"Re{)_cpr!2ĴPe\Db;35סP]@$vXj:"Kzv٨cfI}Ǥj3OhgLf<4ml 9i_q2FI2linA&9Bͩ4Tb}% 5u-.k,[*ӂ9ģO㴱ٖ=,D2qS™#Mޑi &{]7f16TNI[RW4Яj:WĿ_ٞ%g螱%fXM,;{ѩ(a^ߓ%5X]_oM.&nd/9Y4ʹ(Pa4[u*wM?H*o"X#Jf}#V=HF#j4Þ&J9kWV LR,UNΚE^gQ?s} yUEJfa=Dڜq,3f [xZ5k1HKW?1++=jZ~, %X+1=`Ʋ Mʓ ˈ2s5ltӏ4q oY)g&h|QGib1 Ts37`A~Y9' xؚ=.nM@ WFY 7p&C H,8ق/yM!=%z|H13uޙj33_5U`F =OSԑHKuvFLzb?ķdxN%C B!\*M՝%G'LEj')zu%CTFisĽSRHiNWWT@e#A=#6*qɌw+)6`G+.}-}&yմmG沤$˫7) Ymauc\>fAڊNR f4l7Ӯ\UGin@!UYe)%844Ǥ>a#YZ_"~ /T7dhw0,X,hԅ:G3tt0#zs N][3|#3W1q&?\SbLHcgN_c#io5D[TLԭ󨯉`GUB7b4kbkSM3qlV}9n%3FV[71x&] HݸKx{ηkT7i:M> 2/3T,:E=?[VjPNӺ8a)Zbbby?;^i(I ~1A4>mk|4lV-m~gTmoj15_5*)zXozE IjfVK4TZ8PJ̰pcVq`a˕w(*s5_Yp'#Sִ+a:mj Εmw`~ʑՇDF14dacm)BCYA%*}UyEU[K[mK\5 -Ѳ`48" 2.-D^LU1L ڶ- .1WOӼcK5MSq5tWubh4Tu%0ﯨ겼ZUStox#>34H|5c6R"WF06c:ueq6\ǴwڒYheYb<1{*p{@1 (URm3Aտ'i`/2ሇ&jiSu8MZW73ߨҾ!CIB@I3Szw:,|Өj_{&&@|\݇VBjA˟7s ~Ad BMY;@?f3i)-M@J=%Z7Ip =&Ll=5zdPn,{ΛW8yHsg8K|Ox3P:vR7bu5ٻl (uene|aD+IՕ:̸}]1xT&<:Үu6O^܏y%mXoQ>Q4kuxxl?Wy~bـ$Jjy9* jO¼#H43L뼲80fKu&/*# F{KA&y6545{.fu[Ƿg҅=!:r5]K,яv1-a%v`}/D+Hı=%&nLДu`#au0{|EՈe ;S9]2xa8"j}MI)te2ΝXAOu#߭`i֭?Ea'+gΓmT;^{C]ݵ4ix&.YtxznG,c:XNɅ8kzNS8_F bǟڒpc6Ia-ۼ1DҶ+V/41TidsS a$d~B>%XBpyiCݫ֟ dZx: ALҮk-E 41ꌛ+QeI*S=q0l L# `"M~;rMB=19=Z.O~qMAA*]%)5y5T%k`bSM5?Tv*^#;M fB/{]3~s3:F Ј@*l }_x t;>ZwqW%#U~bDzΫ--zUuְf-n}|2,c d'O5vemy]iuUX QʬMMgh褣.X~~d͙,`71="v,'l1.7 s.ҏ?3Ywd8]\5׈:R%x:^+N^Ifhn0 .2>GKq]=ZQ֔&67UnǭV+v&v6fs cRZM1sCncDc%v$c `'IO f^ۭÓ. Ɩ'G[i(魩V`pLZZKHJF;ʆ ^ci7\ O扨ӠON|>`#=]۴bg &<Щ~FQ"Vـ%+ ?MA݃46xU&`G;ZItcKYb< a3KJbyou1t>tԜ2USQG>ADp!j#&[nA̋7@2 <`Sŋ,`X?\Ic3|S@yYAts-,t&7Af3U y, JZU*Om|*7f˪Rryh@XKo-92k,J]myR2{KgFf27;F~c+g>B!==E_mK:ӭa1MN<0 :.Ű ]V'ID4|_ ݦ2DKb+NF%Uls5U=v`Z8Q(|!8 {A `6x`h ~ x Mܙf9Ag*tQ/N(3F>[ޱ@ħF=>1H v36\#3vڳ0YirŽFMBu-IǬӓI*ǼiZGUʞ`newOh0B0a&M;na1aj6}^}5_hVtjSkl7F̥IxS4j=#vߪ]5uEG)+/QZK!:-bWĻ}DT2bG:٤Q, DBxH ˜{7L+5 bӧwEdj0VGm4l?egCe|%?h rTw3Ͷ~Tj= 1Չ}鰑f%(g-%&+QUKz`(jW(=3`ԠC71#WqyQMJG?&i٨ d=Jjn&) Ŗ.+1pj5 Z]8a }mzK߁5Vfƚ|-aeI %Lj01r_O+SȊ5׸ۧOeXg3i+K3~Sz۪'t5DZX v㼥bǰg3IWGb2&n (b|Bf=/L-%iEaPR<1aLAi `G3?Dn&~s}iRHFBOxxC̤*nQsJy8ݩ9,ĭ%+T^.-k_H}`s:E"kjګ+w'Ը }eLy*Sx2KNDo*EkGN@6b"Kyokˆ#C W簴a{M_i[lzZI[D~#6:?pcmh|+z:RMDXKcq:v :wQ<,D9T_ªPM8%%?ѯ6mNQ5v` JRr'W[uZ:mx&)&#}Xa 7ixF#hk#hr]OnˎϬ+ה2 9OS:WcGrM t3Qmc+u#Chk~KV]r#)^!%Wjns;2;4׷FuZ} o\G~#Fnn0+7&h>?;d)mSRz4u(?Tnf7i8}!0jT=%#zc5 tK|GjJZbp>[UX~1OjXoŊe ;+_Ϛ҇өP8˶kJgOx5EQC>A,o;&nTo%MR.SZ2e?Son>+j yn|Ġ"Zs-tR>L@wYj_7f׀%ui8:{ KXYO2w@qyW72Ó`<_yIf`t 3Q͚ImBN`nJ@OXC_[ p{4Ƴl=hVt'fkQ,ү2{DEE2-Υ k,(5&3L|}M !jmJ/S *: 90zDq3b7hZ*9w󾕱[j?3R6굀zMFG9$j?/N=%jkf9oe>V^'{hHv4ih t^d%s5V-j`9/҆b\pA)1fp=bm"D@=Zg"-"ZOf٦j.\~ q-)qV EczlZYo')mr<55(aN*A.4kc\c mj5فOd,՝HmPؚK <5U 꺣,9E9~G&2,=}U&&0,`|]i01 3ԫURkLwwK-d2|BHkYnOy^U{L3*XYL_PG^x;lI?xu^ LԺMu 1,l$\KoVNhNf&9ec-*W`}j{C}Q4rb_a-AQ̪_$:ml?m?CcjN}#[j*:@M ke?ܷ 攏 c 7FӃ0ݎtm?`3 }V3Yo[ s*\ J, ]@5 ŁiAYeo7Ec+%qe-N"i%9#flsӮM+W^IFݽ0k4tA ,mHPODs?:}-~:X!kTP9U@s3YtMq^/yy E@>cFMM0$\vMEWa1%Kl;DԒ1Uk;3 GS 9UF?p\DҜh\E'p8ARf_C`-ZxF3j]O{znr3>W?:nUJ^6s:m %(,ǖME;DhgGO]86;eWϬܢ}& 3P6KDA]k~X2 4mZ{a7M:x "l(2ίYbSDT5W04mP*p|11a>bq/zygHƻoG>jcf:zaֿgk`*!58) vf},%@K+ϬTls(u;N;<{a7VqY~'^Wn EϬvS̪X*Ufw>gP3q48Ț44WiT+ľѐn&nK-3vY%(l{)| }9O.f?huz >,ȣ˜ZN1x>L{/?^:mj=;qUu2Os:(\+*@X]oiσ.zM^CɘiEK"f5u?CiDן4hE񈉽 NEp%dF6c㱚.zS>4{w`svZSi(GrUZeA{tN{MJ%Tԟige+ԜYuC4ԧΣj}ğS:FƱ,8Zz/QKW<MV0j_h㈚Ӳ̟IVg j,Tl^f^IZM5+q [^4k[4=7**#^J GE5_I>t3vQ1hmP"&Z͎i.:Ug=e bx|} ml mx[kyz¾{ΓM6yY؟s4Ƨ8@ShUW1cs'8JqXka nIQJɚxAiJJUkxk+`M}IJ"~6R%??\5:fӧۺxY޲:=YTqɝHn,T@ew T}̧LХԳ#h6W^ӕWX5I@ME^־~q61PA,qf4K_rLb(D"VS/˗чaji\I&7+4煕iCDf '7#mywmlҩ$f_s4OCMpk4gH}=g3\5f.VQaHWP&}93TcbP%X7gqa}"wM:zU1,>w I_5PDzp8Q dy/q)]ĸPIS[J]axW5cs<* nP}Ji _gLkmtOɛWѦ]kGu16%WL~ԝAY{@ўЂꄎmEecF !2\/F7K{M/n@f`!a 7f1u&?'lJOJog2RU͸b'~z@Ã:3m&h`R438j/t_?4Ϧ'ZӲ)s- OUn簟ڵ{X6>}X΢Mӟ~^*챰 v@mhXZ\iʈB7l3;UcFQq]~9ROtJhpDT@Uu3D<#P{ݔNc=7::VqyI?i~{κʺ}2Sf1OLK՟˪"#QKquA=Y2ͯ+KWҲ}2gvh{MͰBf]ů3)jkeo~ҿ1,cFͬ;M?q=C̽wh[Ǵ^=ׯu%LNBiu|MN?;)ub'R>V:QZo:}htq9gWi)=MWWjjhN-2>Hmc]F~O3Q,aD D\m%1%)0l3`_*gN)"[s-"ޣKaN?Dѕ}n_N}m=!Hk~~GD>%KsQnvV7hA`j=c4b}.1 1Zl0;?+jp%0f߈6ENҾR<4a]OVeuM]9}61uw7I9 hXu jOiJgUx:PǹeQ:uJ@an򓹣1-nB`h,iMEӵCY?)mHT}z^bיRbzta"mf 6c1#eD)iah~}}Ο7;"Yrc5VT="~s/ ے %.)TiɚYYM:Mҏ:`ڱQJ4_}Q(n{sO 162_%)sn9i{4TܙAvdDjAV&B886>& - e^IpKq+(64TL=Ӆ~?^O:>sa|guj"ILMSz'H?͙feL|+`Vڋ4~Z)ijha7hÙo?L@ o0k紥xcΪd=L66 ]%[01a5!Gꖲ w?tL? :+MTx.jcrbj)Wk#=fnv֐{>V|kx>cnf86q+ME5$N}<tnQJj޳u~OJ췬3-vbB6;MVXO]qQ5xJj0o#RRtk :N~Ƿ]IH;T*\[{McP7[U]ؚ:\YW"yf8<#JdUe< 蜑 0Awc Dq.h޸xY=2Z$C^ML-YU>B WsfhݬM۵VqB Ť&t|JmT΢.&0-aaR|zOTKmXJBj"b17K{,NhykEEE2L%VYX/iWi`2PXm%LӰ 5ABc1Gg= h#ibǩo xcĥWqn]4emƚ Ѵ&L4Z33S-O}"7+ bW]*ӓ?@,el<3*~\z e@gWsLƷ_۶rjw&q\g>hg*%r.mLy9!QGw8bA4g;٨h+M:Q.,՟`NLVj"" f#B&آQq44x4aI s,[7Ld6"SkSw2js~nGC4vߜqXkۉKXY2I[fNfOSnxtls(vw@}gUxG8"V3bi bhaVV'MrF+gyxc~T|İ3&ېNZN)5Oug=Je:Y]Qѵ;Mnoic+fރl"%uO=WYRƍfvfؙh{.OQc="p>Ҹ Y g P4h5KM86nJ(aew?? >НeXits x:o.62".XG}F[pOT=Tߓyksi5\5u:K,Oa[͜Q9+ B~~w9 cQIhtc+eUSIZ)'q5OHJ[vxyej%ױ&YE l`'O3sJ *-cI`4#.s?t~^̨aY {έVFpbg!SӆݥڝLi~ D6iK/iob'PiQ<@PxSu A 6is@<3SJ6_;LbѾdԍ`?04W>yn8#'Q:'>,E]ikxZtjl6T-{5Sy6^w[*^} 9:RNM}( 0l}E)2ȝB bk1&'wi?1ǤLք&VVj`jA}3:濈 1%qNgLu45 f~@y8g"X~ Dиj[V1'v[Nz'6ek->J\N(<°ۢ hjOi]}OiktրmYGwg1A/ӱDæӓsԼ.3fÓt'(4?4Ӝ3&c4HlӓäAՕ5fiN2a&;H=_U>5sxdz؁K >jn8r;v'=~T|يv,]S҇2@PgRw ];[ BfgM?5o_HN T5+3ȩ x`iY4*yhhcPw̱'Nm[, :N,eIUx&]F'Jmiu&Β刿+e nTcŹysBV3&͚zǼSMIσ. BRޓEeIA{*me XWRh'RYXK[[y9d@SN_#Y-t,ę]Pi;Jy[/oyMP*M⣙Ԭ YkTg̬/^W=%ãu0UEkq(;Uw8jEll,W!`2{ΐ$vx  #j>m 44}¡3M:m^-y*-ز^ _k 5'zJMa{m_AJj]~P&X0}j9.JVGL~i%>R0 YcuKTOz:fmy=\ڦ>54#&Zuߴs*M׈7bx<@f< c4lGhSLChޭ8Tvi`xĩJ:Ky}ɩji Xvla>wWOao)v}9kMq+Y9ALJo]=f=ibeuښ牰.#َ%e wD=_3N'~`b~ҳt/ۙI0 g)"00u&)DIw= *#c0KuN>fVYU{4qc-l#qT^bRffRCbS20YfWAeDz;VJxu;iw(viPuG?mMueuX1HٴGR*o\d%FcIxi(c.5AīE}&j 2!+V# ŴK,2{òR,Zp%:J45y=ew`cwEA=RHG/u oVXh<@+ZcɖjRӴThWU妗LCug`PS^ثGei5{Ne]Axqe#n+UɃU{'Fү"Y3Z-+R%uxZd`gRPɆ)fX9_?4U> ϴF f}efEIcٹzSf3BaWsݸi nػQqۉxiJGe` +9Lj4my10@aRG8wpeoL)2:k5xIm,5Fk/A&u J{̤7 iWíDԶS&\wYN2zz &/ vYtYr;BN,vIeY4miZÉgq#ScZlPFӟXi_xkaÁ& js6f]{!s,r9mǬPSgmlMFN#ӌMJ-:]{kc) c/*7Z{rf̠ElK W/ }/U[8f*S ΆXIֵlAa|mJ>^-2/sa K䘱N1<5,Zh^{}e=f8TH14?I0s7v(vq+_Fo2M-a-CC@#2OiU&-aN+;jxkaMXM=ʝzR 姉bij.4iCP,-?[ӕk5ufN7nOaVT17(s7e`W:w+#hcAVA:L  :?˭tj|5F*n x(a snj[ue/!f[%4[i8ch|f6> ݼ@0|[ 8V6QD^ݢVjo71s۳`m.fE/ʫg U!`#t2ki?yɇGmpM14n/5ih7c"VH}e%ZS-'O#Q[=G,0"v60xE+o/x˙p:jv) DmWRRZY-5.ṂnPf^V-F&x{Jԙ=nvVJljVNiZ g0c\c NLU.¼WlҶ^*XnfXN`*6GC_,y86VK)J;gˊQӪ\lDOTTP3a/SN{ʗ{u͸H4l_)%o@#ziI xDFNGe=C'ȋQ*AWXy5y`!Ohx}9+1<ү2uip3bj1ujxlj U9بfNm-)cx^_ǙJq}y>_Ť{Cvj-bjŨ3 1a XYo1KMꚛm[JX Y ǼkMxjgC3H:#,RKf ĭz6V=%c1#YeO%N')[-dcT!XV9_v+ms)ҭu =ڻ>q6^5S6Ϧm:Ua5ms 2t=AJcT<@`hnu~H"64]Vk"%jNG%h?fg._>xq.OA4S_WmsepPa B#(3FHw&cn%Q_Q>\I wUROyl Տ.ܟuFnMU@A'GN2Q9.$qws xI-SӞ!pr%Wnb0ј2 DD3goA1NщcW5v552lfx_MVy*A+C_!83{yeTaG`v %;E }cr7c,lf6g3*q[>fGM}C#Q_Uf`ʲA'wYv_ZwygMhu=8|V_K o`P.ֶjK- #UۼH/oD=ѣtu6'<%Kjv|Miq2Va& A#j}8:;`>ca4^r%U#ZP7GkO-x80yaAYiyh_coW1sZ$&OMFUFkO{9hk1v[yEfx8j u`zCz&i?xMa%7 ƜdG&4o1GJP{ zSmj 4F!#cO%ǰoSZ']ifaPAB\̙ub!Kj9QJGi3p\i}no}qs=w~fJ1]1˷3F%%|X\s58XWvX;''IfLIam޻S>&va,[rSk(!M=T.~Aέ?dF&5X= =S)>'YܺqǸ!JyD֪y"d.."P(<Gh1&ϴ6yzS eIv*<j1&+,!x K_3Ie+c)zѷx( 70]mNހt! Pڽe4[ugjqUdԫMjnӾRbe5^1NDKj*#dOMjzUCv̢x? i`AhviXn}afavzAlg=#d"bPFX!T7:Wv5QxtvDt1NUq}ĮU\RۚK2FՏ;E0g Se6 lWoX} 4(nJI]'N8K:օ>e 5WL#c ^6,*kI&&[S f,/`VzO0V 잓LzfzHZ-"vJ?Il->ަ)6Y}Dw!wWu65SyhƁq+qU O@%=́8 |E,,a59&VwNR\O2D \qiۘ5׿\_*{ռlJXģVzӬdq4Jf^zB^/hiװNhyħ>Xex^+^O}+".LZhefXu>Է|㬧e;zMlhk]h61H2.cqu7~ڈnL 4QTclZ{PQl ҳ,yj4U^b0j72cs* ZAaS|7.O{ J֪K(]Nxev`0dC[5t~OhMv$ܗ8zznkO/@{ʕɜq4~&psmP>\TfHjl_9 Kf8eYT(5#:ukTV4r.vϸsUXÁN@1,.xX/=1}ȝ1̫Zb3јQs,zK0HMFyViǼ ㈃$DNZ+IJSRPrfcUU07Ha`8V#6ʀbb0"9L7b21GϾ`> xfo5+CxN\h*Zu)-jܞ}]p& ӹ* :e=߿oxy+g 901rz沙O3Pk,3HC9#1}=V\[>Zڱ*VL/;\G9&TUAcW9=Gڔ=k3#阹3lm9hޕc6c4J>/?įWz1nHE%%uYƵ]~ v:E?je3v 9c+˻OoNh"؉Iŏ5-Jem,6:Y,rGQp RUaɚLCTi[= C8YQ>AxOS{'Vr'*o?]a-M.FcPKߺx 3z~a,;l0c ݘ0DBp%GӍˑ*‚f"q19)P1pZ2Ifg@6S~o?ؔKjrbR_3)̤l?Ȗp~'ڳI/Luu$WxM=LE.mW_C2's0%K4r+eB'LѡX̯Gq" MA2yVv4mniu:!#21:W1p 7A`P"a%5T첱[f3|M{s4iى{Wyio̬%)CXkn>1̻ڦg80ٽ{GUAEhQ+P D#&DeOhycbhߤ9whl)iR`ec33+;Yb\cNU~bEڏLF#fڰcNb@h, *Q]u`"r;O1kSȦ[k`5!S(OP`Kl,܎>b2zKHv(pr E>҃;J9Nu\?@~ ᒯxWnޫܚ+#ec"c3%Gs.b{)AX{s/&&3F:Kuv/-<غҺۓn9zzKF,H}98"*0&iei/]keU4|XH~cHsJ T!WAQZl|E ?xl{e9cktc`.{MLM.93Ew?kZad i_V fS0MH%[Aƻ/1L%9JLUS~}.m ˘zacW4gmU,`7_J[KFW1Yf":^kM5ͦ'<~%f<>LRX~OZs5[]}ˆf !R2ٳfdo2ciRo9=z69003\b5yvA1ќ}3ЈvzORm<<_KKg=B&>x]Ain6j"ikhJ//<,:u{i}L% ?yb68`)cS@U(_kMo-~+6`v- *MŠcJAJmX*Ǽ|iRz0bUXUcaT9" [x<2|M0?yUWhLa?_\ 3o 2K/~431lJ&mQ10`X{wq9cLi .`izCpϡ+"½coy25*OpZ!<Rea1mQ"xfO_UCj:A5/=9wGT* ^Ec7XCY>ZZV>\6L,.{ދ@9ю+.LkA4K;e nAR(`ؿt{mJ$% OMu)O%dLd\Vs, > F2P۪=&j j.#]O ߉DD^95y:[P,/vY*i*F꽔MXk,lCP =fmUSZoV0V[OWk.L47TGu*8V凬TOUb-cx WݦhQkÑZw1TN6Q91zh?Ec܈W"kZ6 3X3zc4+j,6Oh\ՁDEn%keQ D"艸u[GYP b&ɪ\JV8cMWf@{/ HYtjיQ؋9]ZV?R.6moK}W_htUsv i6?;ʐh&V+ĥn99ӕ7 s>fU~/h!-u09ǜ/Q(R eIU7[iV| ^-4豫6Z"AFf'#8SbvX,~9h}2iJ/qVD9e"9n%MJFbfc`>Sp=qR{BZGP"&x~֧XǸZ%Z}ff.򑶵yu'$5zf#MS4*\Ҽ s2 5!Ge1Y256xeeGuJf8 (a@gh2E0L&Ќ΀ei-R43ZC\/Xj=D;Ğkᖃz5c5cy( m#Es7)N:(TN4u-YۺOԵ??2IsʛrѪ~ a9 bX a7];p%/lֺuM2t"Ԗ笺i:;VvikoNI_eDK΍AxU8.b]Z~eLomd3Tc CwaAB3PI( @h\FUiWq'ZzFxѠ0vM" )1/MIGu>$./?J%hm]"xmwac)0VbR*Јф1`cFLZO+@"lk]#9fT[\Lo2[Ui#MݻMA(Syzi7n&uYf]bfJEMb ;;sz2@"oe 8>R}PimciA;Qv)@;Ѭ*4xvn-yX4wݛN_e-)&Qy1jtz`qZk=96lCŬ6 JcK+bDvc\|JGK _IXqqcb2bu,oeGf&-B&]a=cF~>fn#\5,dKEbJ?A wl@I{f.sMv_i]=m[:U]@54?Ms3_syӻyۙ7+vcshGߙiأ&n6qiN=6ϓY1B_Q4rŕZ,35O e=VXt̺4`,r4T7S8.Rivސf`,R9 SɚJ aO`u)*qHh'&(s0&^ap R>feUӣ{į>ҥ)@#Zaįm5E/jMN'+[(V}6߹Wr*YBd5|ڀt)k+>@3w"^a+cUCW'gOQNGI7XVlk4$Љw+ͨ<&Vih-\lO~6fVi_uպVO*\K]y_ZMR9QsoZE:ed*m6eVuZl}橷)ylfrbm_̦*3Mm`a'o?\MGʪhX%#Ɯ~f*0{C_J @QXe1Z5,ӠMhnyWK4?F_WIͳP:y4s,?X%74X/`&GyZ&nDɉj<4-~el*M5g}{`@P'h;MG9p۬Ӂ@9xyМK%8[,D X(VW``B+N(O'DR>uy|q]kͱ}'@TtA댙ofR2mh 4ZQJ#%D-Yk6e {cc3g'iݤϴ&i{N?4+-_ڃ6xfOiƻogZ?]i_i_i9]* ҎH45j>&[ZMFdziS;~"Rq5%G(8C?31@7LOs+Bh73݌+hMMU˴vjںE}Rpz)F#&iw[oҍr;GvgaYd4ؕ.-4os- fz K -ͱ"tO\c|=mcsi|Ww!GH ii닷hijYQJ&85ez% ^X-BQ# @ihJ&J ۹Lx۩C}N?iټGōQ5vZ{ MS&IN S::SM-*ѸT|]ye`cM՟ip12mڟ]5/F,q5I-hןQZ\~= WMTWR9h1>jk+Pd<AF!R8XM'1KjK6yG#Vի<8jNGx1cs.h,5gTMP7\q7@;:]:-l"&]KM^H_@57SWP4,}VB W"R8_`- FWaRyH"q, 'Lw^%hρӘXf\Hշh?yloQS],GUY+^cjk@Gso2yb :ukUU؞~#f UK }TKbjW_,>307M]IJSPz7#LX%ʶVM {2xQQqeRe&nyO~?3OevR=#)"ۍe!ۙD908Jc1`El~YZM=NI>PէU_xrl jL#0ј &>PwUkyV0v^vZ[&Irס=Z|ʇi!Ff; :onNN&]Sz J}KXJ3RfǼպi[O,6!@2O1XY^VU\s6dY%04؞͌vu=(92ͭ[^!RilZ I00/I1.laH\ o<0_Mpѯy>U5ڥj1pq55+'\&Y`A[x Մd"y]6om-w9\ͯ&^Fˉ>X@ `ǩ&m/۰bm[f.q y.CD4'~*EYQa;e-,?<,O/^-" rB4OBWdcӡ`?S !1A"Qa2q#BR3b$Cr4S 0cs%DT@dt҃5E?~oB(ҭgK:|7¯r?R'F60*ћ0: 6I7zT⮩)#`[mk.E ^*e.G"B@czSp6|DmHd\jxfTmg:s[Lwmc0م vj[xN5m,Qrp:G<39[uMb=ptbJtI7cJq:jxs;~t?m'tʁbI\ C¸9cVG6?Nd#zIо5H ĩ.F`DQQ+W5zNPD zMQkOsC-v†:u` #a|doc576b>k&zciXCƍսI zeCh]Aƙc*yd#Y#4KHp|5ydՑݱU ^琢ҷG(n}(xzVp0njm]AW6Uwcgj̅=,\-4R.G5 GBԐZw iOZ2Fuq(X|mO{.t=h2;g,&=4i m Q5$ |[RCmQ~u!-nQ-~㸗SQ빚'hm9`phy)ʔXϋ5+ kޔì*nM=GlR4Ԡ]“ _oN ,"W~^{tv>t-234?<0?RǓ+.qD6˔ϕ{J'?c8q}sZWl6Fd,zdIΉeJԤVl*]-zӌV+z?CjcBG/qg&R ߺ IsoʣM7RF3s,-r󣭑|LIG ^&~Xo튑WeRzGi?Xy&m-<~n\dmXc^L1Uשlr(QY˟@+Ɠg0Rx|U T ӫ(q7&sOqGRG$jh 5ՐUޙޙfڄF1Qg V~#€ ZܹOC1dh# wY5u̞Z[er3@jUIcէ]*$lFy#)'z7ڞeoWMwVrYvIhJOjΟޱ90mQ=U5cڎf vԷ3 !rs# %q˷i&^{OY:JXE|Ռ_u?ȏ׆2M !QO,,?dZ]:֕=J'oMn ~Y:cLdcu֙O;W(`5[W7b!X[x,)6gd[HIJ`:9sIpllVY (ΟT5GmYff0튉}Ď5U?Ss+[o’&Ъ]F4}glQr~5 ;To$BӽH2χBibŎ{O0D=4,򲢨,ja}n]צO|<1$>%PEkO.ooz8r$*2$M۲|phc ;P NݶKej:NqK &k{a%4L|%z+O [._#UG}2!\yTBnb!M{= ,me 'HI5S ްӗuuM&pڮfeY]vLQNAJR?I , \FL>וM׶Xѹ տzF+1mB40*3K5 m楓 XN,6heO}$z4ASI$ ]$/j+hωWEZ1HqR2H$ ihe4f詣i .}(c&8F)@M,$yzS0$4-6[t?j2](싱W8cc ݤ~~%1\EdTu3PCvJۉ5½[qdkZg|ƌi`cS-YOzGUkcz5jHCp4s{`{vcm.3T[yճZ NK2vĘƭtK>5-gtg1\ȸl'T TLӅR:Gj3oZSe퍫}'ƺP[WC+`NJuoow;Ʀš+@gm?*1EF+C &H֞w=+ҹ|n˅jD~,7Q׵„54A'U%\f(5ʼnjBˋxH=*`e |8l,jGS'1~i:ؓ,0㩑j]&BKs>'~mzTF3ca@V=R #%f̥DTe|%@}Dw^Ċϖ{T62Xͩ: Fǁ#SE6\ .q 3[cF2#u5oGK[uEtj+kV6J I%u5-σBuK+d_EO r\3W7( +\rg'VphXLH1v(Zs;(=Yy$?^}&"E*f#뀹-rD6“֘$'ֱެh@cl楒5 {mOA[l(ޯfbp:Dg l+ eJˑ(΀]xk,qVoGg{V#C~: XcRrF[xv?8|7eW>ȩѐ{Jns*i֣=5"例+b0#|GҶ٣چh{<#N(jcjP E В5 l-7O S5!#N;FTuHɧG?4b5a9pۖ/B/sIB].z #MMŮaS_Ȍmbڎt#r,e`|bu6U|zW)Δ ?9zw'jufR\eGբKD>k6C<6G #YqR*&gM̍#P,CP7Vй,U䨭`#P P<&#AvFsa= krrw5鷶AE\ ՟ѻbSrSo?^Wr7jwE5`8rDՆs^:4FͿmLU!-_\vD޵ac/zΚ5:S;޹));j$r9\[%xNχp)6rǍE2M>W:O5hU~ǭS "|oZf0Z]aF%>x1qR-O_vs|qu;\1aйp>f%€|]g[ȃWRei f,Q3q9!S;,VLTڥVX.>?:ZSĴ2aɎܶ!=kޏϥ^p?d>׻+ۥcw_{XRu>P!kK,ZL+]ˬKhLW*5f@$n扈qރ4fDx|Ea+/=h/F3Z+ӵi_] [<[WJu(V<ߖNzfMЮ<94u&+ZsG啜 XmE#l0mOb>[K3nՠj22hs٘:|wuˏ ~5 GWHAT \DҪ*_7)r5k?Ƶ K4YN2uc4-`FY#wzm(hvVޘ$y_g{-Mjh29ʛL5v9D=F}imv^tĹN*:Il}P(uv YnBI[é;:soidROΦImJ.-C.wWΡc->[LUw+^qK3=6Eid5w(E _[[TG:[I$BVPUɋ1И8,sLVM*m!~n3fC҆hI(Ѐj- @Fڛm[օas]7XkN╾Ujo:7Q@e8eܠ<^uR{|l>+E X *˹cYUPPKPGz.,y[8Ơ :+㍫tGVSG懲Rg94g1hd $Mޢ|S7Zv 3Mb)!Ms@F8Mt-ڥf8_JXRA9:QI1~\Rb6w ^X(;Dt({5"pd\&3#SثKLsi9A u\!oqbI5xa-Szt_GFZ'@o҆<0A9Zv*oJ[$Àqŷή̰\e *pui4oxd:zAwBj[^IB cGв`:T@d ¥0jZyMܜ)Wc}Nil6:XB?Zi(EE\3ȏZo>tU%ۦ`֭R.}}>qs9p5u+/Oއ%}u`t$t\t85럖ƆzPHmO^F%uOM>_=$8rm- Ă0SX[fBG}k~<q֬յ"ȺS'ᥙLk#i1A.R39ռwÇΠ7Fu}2d htfV)ep*֞7m4xL%_4R#uǟQ}]o[s"\-ToTw\GuLd;{g֊:/2N^`t3ɗ;P:'; cRC$fɩaYD֚;;`cA%#¢-,UFWfK1Z">ΣG\Z*ƕ$qԞP.4*i'ʞ;V;魚]uRw^: 6Jƻ"*%04k[SH\vM_e~u+>9+~w7n_Zs 43p6zDYS{DD$݌ZpvOJ 5 /i-'PwZp<6㋖Uj 0SR8H[^CPq$I*w2Byy8]`ڷ7%N:uq٣cHh~s2Őʖax7v>މI|h?^5e$N6XY@).~GP?[p,yDLJ@ iQfqVm!?ƀђS}| HmGl\~T˜( Ս.RP9j G [@^ntqՊm@&>T WP=\9U&1aTw"ve2wK)9gfcP (N_ct-*`iFHEyFF}PB["|hJ񜴍[Xp(4b;, EQU<*I}dY)mb7&4A(;Sݠ兏$nV|5ej±~c'O5ǐ$C MO>t*x2q@EoR1 zsYDZR\"x@xW?:p2Gh7gO:=dӳdԓN1;gCq"lǨvjco)p-T8Eպ932IizڎZۨFAo!4גp(/_[!-yRis:iفk^HyíF8dz2<\?ZTy{em W ! I}xoBn/{1[3?R-ѻh1i S#p if̻̐>PZZw "mA$#1Mx٣$WNMkkumqsK!\}vDk w*nR.[1#H,#9ƪ2FH#aJiMmAQY51VOʹ^؊XXYOњ̇F`6h޺2w]?lAސEr[ 2hXqtM=љԩū@}i-Ǚx6QICQm= xptJt>t^ iǀx͝=\ZCmžtON¹~4<+Lo:6A 1Z#U]#&OV~-Җkj)Rziqg z+cZE,|JirWOx)Wң>6h1V-"!y'ۑ^4Y[n ،?RK<|Ki%' 38k8]E‘q1cLp/j4]fJ(njR]F s)vq3BφBQɑ!b|*׿ԂJCUWVU4d\zTS4|kX,Nctiog~HC-)8ùZߡ1% "mnZkܐt;Z|{5č nѹb,1ARK{XȮdacgme : hM|}U?s?TR--a_ICsW'`̓VrwޕbJhm+nM md{:y\@J>ڹG'Z{~dOo:i3cK;iqn{DkNVV+^yyF_j{wD3@Fn#Wd2ҙ Y#:dj9@x*)-$kM2x ̖+K77yC - xgzUl&e*~?Jڿ¹2%5yiIѨtH:F @]^Fb|fv1R-TmU$} pzew9cEćW<TRF݅Fm~ST l(hg jy]bUqWiW}GӥBIj^3Gq*&?w-iY2OaR]y{\FcjyzwZB>?Sşǭ_qsl jVi=yZY9f=~d噥ɕ0Km"V2sGPkS=B|Be'oP)p H՜ej'XcT8-#~tca=TI ΂XTR#n1Bی'ƺL a H/r?ʦW3 kI9ls49{l׺{kHP{HO,R: <ݱLS͹X͟o/K%WV"44R"[$۵j5޳Jw5x@իpWMM X[ʬsg) ^a \p."r}ۣM8\_S&ZT_|7kQh*8MUoj6yoM6I߷]H&R|o WRKʕ$~lq u\rxDcms d}/) 5ҡ&:-$gV3q4F@;βzV4Fyl SNh1iO.="B;֬9{U)dE=*"NOCVqn1$"]I (Z ʩBSR.}2p~T ZHmļzuchk'͍iC}l<@j[&@eC*w?[p1^@cjCw^>#eIiD ?p2۞}T~y&Wnj1qtޣF@u6nܢ#cҤdGj GIXMkۭ ) Pq6 mKB6uxLEcP~?Eċ5*O " xi 5rOJhy0dqf`%}5QNJ쟊p¥H޼=[ ̄:?jŞ9axu!.\Ѷ3 ."-e+٭1Xd+*\Ԋ\IkIDݜT޶Ȑ}Um]D5Xϥg$iV0Ԛk'ν5s^by8t/0⹼>e}yv@W%vʯjydl; [CG[kۥ3sީI;q\K(#i4W#=BǼĨD2;oCh|O_*|bZc3ҡSXzhȼ̌5x8a_or٥w茤mCO^qGdKbzz#>9wI2{ҥP$K/TTY%GƦ5Xg~ǕOFG'l'3dAHF1c;\I&ك'ls9!g`m,%?tR-* 0\Lj6l h0#l%184Q.F9Tn[bϟR\g$w-2=4,b3\^OW6H< ؚH}.0ybSyp?]rD$Tќ4TP\N^\ypG&\\ȨHBw5 *09ЃY,0|B)ՠ$4u79jyetN+>׵c[+75;$c`(+v'2`ZD۩j+{[7|-:1R11N}D:h+nuh΢? ľY~h^s_ҏ[=ݯ 킦Iֿ٦yՖmIw:)8;?_ Xctnj/WQH^GXX}cr~t1 j`@L:@C6T8%}][@FdW|%f#nEowznHtlVzT2,eq#E1|B/qPՌè4{޽!x~olk%G+%9t 6ڲKzՍ@W}vhNƞf:rS`r~TLvV_i*5տpT[akaQJɮkTOQXKāQvX'MxÚa4b$ib}i GW٭"4M1F`N>?Bqi>'Tn_XP[ZJo )rqGW:P-dP63}WR *J3|j %raKwFXs d覢{h^ }-kc] hfVJtگ]oqھL kRhǬp:cHtGCSi1b6X[0H%kn!GFʪoaQ6Kc?6Uwy`|~g6ڗJ9p([YG0aNqG opx}Mb\ோj:;|2e*eOaFxzڨxhtL#3H;װލ:"zx2EiހvkoΣ9&awԍ .,OjyRt2ʭ\޼E8cŷDcoSڲbv_*2<^QF7.>u7?mm3 (|QGzeQB8&9TSh0jkyIsuRp6?=\,2okʆ\rhU t*{7I4S>d[m[f Q4'S(=\v׶N\i^S=cm[^ 7m#;S\IWÚhΚ,[MUquv,2A(%A[>ැuyVAJVɅ=ϊOhKJ;fHMGM4~:*8&G * @\B -!/WJ̫|ȡ!χؚ{UynBTf--Uِz^!,h@G@XS+N)JTk6:XHIdpy Mptֲǂ|L#>bd|idшms=q6=MI0 iXۧ]F*%Gs[we;~O+WjHն:nhA4x?ҎUTPga[ cӥcʁՏ*ٰR:JUS⠡M&Nz iDbku:ֽ#ʹX8՝>$'jZvf#ʇr{ H l2k[_ijs{Z}'.oz|YV#~W'*[6o uڸg{xOh{ 酣]zҢfmIjmdhc'M tCP |w}Tr.ryҢ_#=%iWl/pΡYH|j)C$/54mph3v8FmclxSS*&*Ků?lۜs//a'~OD:۩v\H:N#N&~O>h(=w tTJm %‡R( 4 ʳs$i7/?c5GXpXGj $[bьnfބGť̊\Xsz S2٤+ mi ^ck!1Ū%iN4Ct~h)Dyf#ގSmcP̧j܉n \=Z!,3]3\޵D{u_{x: Lb<]yoYbu%j:pv!ZsRz>*2Dwjf2-NMO=n?̑v/M/f  [EdXId* ◮wCSuY[‡>[P'2_Apϒ7rcڥ^YPNO^F΋?j(/|hݏ:IVʁ5WADho4-VM_oyVA,i.0Ҍ`gsVݺnČyI -R]u}\܉; @魉0S/(u=iV0qQIϹe~~0|6 `n9] Tvԉ:JcE 3M#vp1.GOac }r(uRGUb~kt#EZU Ll˽"C`* 60߽V֍%#|o>:nyo*^v-mtHK1ޖi;v*/٤$Ix{XzixcgΛ'U z*0,D1ǐn@%drK|HMmVOj=A'j Oc1[Ϩ- i'~>K].SW{_~iTwҽVQT:cb=_(*(T6#dZ^Fg;PtLSg_W{du׻7X`97Zͼ/Q ΢5]<7M@qJ<.+j0]jzSNh##P6𭶡iƠ? TƐtPɭmį:C/Uz)vϩ5ˁvQy +SΔc_Vms[? ν߽CTM!=Xc^;+;҆63}bJTԈ<"QM:6z2R@C|&s^X^V>g\H1ָw\UҚI;cOx4JӷgV0k4`('xg" .Fgy,1\mZ(VfC?j(bdT^3Y:'=t¸oYqtt)i Wk_]5 )+UjO)֧wfgl`~kg߸M_A}+'Z[\MV;2xAuj ޹ G> /ETwS1jD>t$e hcQYUs+Yف5y ЃRdZބ<>l;jS4Ѣc`PSn?>TRⴛ(I4򼭓mi%FR"% N6b$1w[M N˯RN<*{\\H 2Ex\q[uߒFG['>5q/ma 8=Y{0Jԉ/$VWڦmƹ)"UȉUuuyu\z)rq|Xڳm.皶Fn&?j ~5εi[~uF䘳_hːG]YcDd: ` RIZ=;Rv2|Gҹ=[/{p2H_ց.:8h н²q`ڙkH;V\Wj=ЩwV^ @u3\ue`·Ԥ}45x*/β6#ʎ;Kg}d]~^}V:Pf ҔI;p (Xhzy FMXoDz7Nj27 |aAa>2&E9l1 bWH:K^WoVzh܅m7؃,dHJܛU}XLGt4;"!{q rU|2Os*jmb[zN!HϹ5\Zeo}M%RM$POŴe|i:y!I%l0nXbW)sRECCWw7RjiOO~"Pevрw8\?FH#w5. M*)]#y|myZ`!?ŵ1* ls#GZ<@"Xcn  bǤ{3v)NH,*XDU`Jh<_nNƥ Mw{+-mexS5'#^RS=꽅Kw ڗ"MW K d_[D3c"8dV)̴pmuv-\`6%H{1P_v,|1T6|(d;{]5hm܏HyP[+nZ_2{⥕sA!jČҡVRaF /NrBmڍ̳^8F$:!Ձ;q/)*3riCIX;!tm*7r I7%:d-6j(C7<+Xib3mbÍ$Ѓ\❺홗ʹǕkϺi{:4h [ez;dy+.p3UYaש(֤i=UN6HAӜySFHa]FN޹pNuحVs5ՍLW18՗k& ç =zMMxv7/|'xscuČWW* QG_Nb%ÉwSKg+=2 Q+.cb'#"*UKq?zCnOıb;W >W;W#]>NJs4&C]]y$辕':ܫp YZ9GQ'Դ;x:Tg;!$HyOZb%~ϠNWVd1$w>I'xj3Mr>"P³9&?foZmM[*(1DcE LW|T0η}rb,ǫQKpuuң vH; !3j|1]Y }-4qƚD{lQƁE i:BaܹnYWsUip>RıJ,h>IjIۗuzG;lcc ;&$S.w HD[[aɈ%n:Z*h_LE/OrQߢYme)%#: 6*j1GoGd?Pj:ѝY6 ׭U *:Tri++㮓P6[4Un,۷ƛڰ jCҬ23cY>,m@od! c 56-蜝#zz jqE"sX_Ұ,#/ czx|al<7mVO ʧ\&;k"[յHTO ?<4B߅p g̱UN+>/mFW4Bv1Ɵ]pn%u Nԏ/$tp{ZnhTgKrd.T6~Xk"n,^M*T }{1:!cSIӪm?S$RiI ~/9i۶dj+t:#H9ZnT?II4go:_f#$*9UNT?\m$QCw!W :`?Z]ONiCP=*l~C C[cH҃ΤٓTvʤl`}Z])t,vЕ}b3T<!̏O<1Ai10~5^f- bn<5JtdfFҭNr̛4CvUasF N/-7tV4nVz [u&r-޻&ig"^m&^Q?w>ml;nܚk5ijrCӻ%$O ĚJ-[lm^omcPj*o=k#}HhN '5>tcM*wy(stuq(뚵nu*b>jU= ƶ&;0*E/OZR7O*gT,yU}5|h6Պ43KZP b2NC MV74=2rsii.]c`f?:FzzbǯƳYV\ jX.=M1'|tX_:`S㩣ZTxsډ}aO_hO-XN4i^VLli-O8gZ֪ܤlfLK!>,S:@mgԈ0AzFJdÔ=g> 8R*{W{&/.jE ḵgr7ejVЏ_(g},~7OG흧ǥ&~_RĦ޴ yV*sS@8GQWV6]O_: dRA$F%]ecy>|m }S4}LrL$CJ9? _>uť6! _E{5$ ʋ+b%݅,NY\)b{H= oґ`k`?5d}ϙ>ԧl}[OØڿ7z'|y  嚹EʇΥ:}\ iն_/mج1pˉʭ(ӎf7:` ZrH$ɬqo41Yz.GخOh6={\t! Pyȡk޽>Ð>=Klbm^ogm4ʨgZIe+߽v#'$Aø|,:? _VnaMq˷o$;?JRJOBWtuu{sw@zU)&?ІY}έ!{usSZx~dUA3 /*^F fkxoda֖ XxJd> [s"1u>!Kq I3طanc*_az;RrfךjԯS6dBeb}hkc#cE"?Q*z -Mj̓{fd>hX=sҤB;g30䲏M"2֣yOjL|ГF|:<"'Hwڛ88EaydHz/L9FIǭoPtnμG [hߩڲզnMH8=HD"*!'RªwsV\FKjqA\;ń؂tvDe`UdTRg$mbT|$K,o*~N)G/[aǐi]!JxznRsk֚9?dIW5)&oYmҊgwZs@z:zZ'Wq׵[~NW ]g᪬!+ aH^C= ޤzc43G#Qp榑k2M &EM_uӷj?Eٻ w9b>椝 l7+κEu: PtGI*æ3E91މ~45u߭OApj9 i&te1P_~T,Uvk9ضnmPpnt~ D$auy)`TFVF,u>r8RqEp(ڧas&5gӨ©?*IN;5gm:87dָq` a[#8cHuKn)C)Fƍ3kM 9|-ldm2ix^wAȘo ڧukln5'*tGμ'2ѢبSJ]^-cJRSHኚيAà"-nn;!G]ɏpSڸ>Tjǧ%-a[0^6q٥ >85p޵?'| b>"\#L?tZ=).U#.=&skHS lSm[F+=k^!Cdy#IH5':msuiއ~=k#yVk~"*|+= #]CƉlx1*yrsSG/oָwӦ?:<M5kĒL}4ߖZ4è!w^Ȳ$)wQRu:2ҷF%5=TڑUǸF M5,WY3B,^90j#f#;M5|Pڝ6cG\v5=WZZ֔׶h|vNTKCjCAHsLiEO6޿֥:ߥWR?9_0ҭ~p˒EK3тtR'6h;f9!|k9 b^Z~ŽƺZRJ%jQZ*dkIl:Cu]k[&gs͚HvPJN|pb2jqRVFCKonS68Id΀AXײG}Ż cl22y L5k`{2tnX'?Yyn?2wrg~fcZ<MƸByg\ǵMae.EY=&'M6hM֣I'm@o[pWtN/f{G*QQvg3͕7=":i3ǘ>"Alxw{[G5J=kQ*X{e~1Xo~+ QuA{fcpTP"k5>;{վ\Ԉcӯj0ԫX^텼q#*ɿ [lRCo;<'!\):{CFEŹƴ4ʌ`;> u՝]KvWڂ&m_EicEtU82ƷrMn,=Ucnacc1AxN{U N>9QIČ^c{1P-O|賻3n͜Qóldl#/j)v<c ek8ZKeӛ jfGHgu=FiՏ'w]%0(Բ*1~[1󫯤OW<*}<[k4cŸ$NjY59qB7^N]ozT֬}GFq@GF92ܲ aS;%[đ&z]NcF5#UW/#B6a^Yڟ^MNkMIRI3Ts:rVr|m >{WżgTjo~VPiYRA i-EWN%s+׺oƦc!e_?֢IS^ ~uMu6NF =sAj7X NJ^*wq ScNwF'OOOʳGO:spO=c\@Jo ;V1X=T( #v^*#+Lw4gQBw1B1_ڏ4_\5vu/Cv9Z=?s(_WۨN1^dx| x[B6zjWKHo[X ޼#Vvѩfx~#WjI(SpϽ5Ӑ=H)8ұkğV{mM̖6׈FBH΢KU#/oϋ*X]r4܏TvRYcKwVxd XO:i#D٢(wMgd|Gg+4"_/SVGJ\7\ іV| xVL9&d]J| ꓡZRGze!8e#~EgΘ_V"?t\~uQmR;?>>GP#du7CjzʜZ>!q/oDCs7=q* 5VGJn% n $Be8M,隓Qp#j =i8WZt¼j[2nZR̛ i;jEgd}(r1xh-]>2YY,4Xifr|e!N|gI>h! h[,@PXo d&3OJer Tu#4+|R8'/R1Hq!Տƞ(*^Quy#_rJY~Hpp+XӰ?Jz]x4r$ZdvP|@};pFj%k |^zroUʹe[` \v<,H vO9ιtSYI˶yΚ9-{C#ٯp7MU˧Moi٣ltT ^eޟ!B(:>O˰@(Of4~!.ʱO]3mj^}7j|QiگHQ~;j5Avq +unS+~#X&ٸ;fN?*(ay]n"^Uo"{C;&1CDYAW>U'PߛvzzՇVԜ64{@ PgoKX}OѺ_Ҹvgi%O;hO˥p[i{ʭx-:gi`?`r;sY7Kjn+$q$0K˞n\ӌtzYikT=.~>[y\^}&:77*G˯YAOy<^b^\O <[\$K Zx72ڇG24CΪFi`ܞgRzQs`u$Z#:G0Yyv."_HH͝Rad>6$lw XsԚVUILڥi|qhO>TiMwNB1܄=)-@@?Tu͙ B-ATyџ_\ j9lT៴zg7?s~Z9@6Jn$>e}4'Wc%ݡBvcPX̧ I"I'`ltoyZVwN%Hsڳ CwcB2,s4(`[=iTk&'#{KNk9@?:XtuK@Z?5!!?* &I9op.B5V/D_B6n·o{/Ҿ*usis]?? Fo 01 aN ΍ di4QI4:"q+7i.?*F,3&NbI2dp6XYGI yR_G$,6ݏk+u.Һ =Z \(!Lz!VE5_e{\SKe,Ce:YC\$|Ɍ9޴ [XgY qmT3z 6'QZ5I ;ũߓH*!ͽ%%Q)%HvsG5RTfMI^26GbяAwp0"YΌE"5ękR[ y}+I#!l~5uqnr^4KT* ҜZ>#~W攌{Nc*UCCGml|cGП{6.WţXnd?-|?Ic- M4>YWGnoQ2yzLI$4cL|nݱmOɜm^`>%~T.ڸ׍rvWdM\l?<\$NĄXsIWyy;cן Z. jn0wez8i癫| X'YN6"Ꮄ3ғR(CkCIWm{3Pi\?`aFGĞꍾ4zi;}C ¾'|,6uԽ*KwۮGE|<ʱ֣}U9N(q[tŵt5Uҫ6)>{ W4oKQ'4lIU EUOaVeqj;G\Oog4B90l|[>2Iss'{I'7GLl(Zp̀K@%M0m G$- 9'տw-\Ե垙/2b~["KxœIsfs;!Z@n$>t}9z`Cgm^-Ŀ٬!-_~G*ym4ry 띖5#֋y$ oEq:W[#υx*\HAʷ)|Q6$ȉ>Uwqvb.QcDہ<d(;cy$^ Pig~k񮈮3ռ*p0~6mM,7묾CSU̇̈́XNZ}je]ܞ&0 ZW`[5Gn0/qW\WY NE<0-؄x>񩸕ģpHy;yx[ZI>"6zP;FNqG#YxdSW",t@}|j+H/+l&?$Mxbm q~ZMuR\]T}h'#ҡ Cr-1[cMDVCypϽ{=i&jܓ^T}+F~=Ƴؠ.]^Hg#ii83;5^E':oXj ^uqCCQuHu܏9RO>/]AOԀ ҙ9'%`{K e壹*Y" !SNh {VNQϧQGz=EsK}al=0E(f>($.+Dl_E^@z:WJwcEOO#X|c;ڑYლ*N|{ OU^=7 WU|j ~t0-.ͽLGfoBEq #ςo,ubt򯤶u{el|kxLRy?L5 ve~<ƿ渝'3yW CPgP6_F.2w8o s;n3՗V4C=н-º;k>;T·QmjJ;O=4d&1,_55gM _G`-xĚҥ{]X éƗ݌VbP~uþB:#l=j߅}t^w ~kGMEp1[E7*Ӷx}迭-#l>wt9KHPTo#[E(K•|\z(ͪ2x%ܧ43%YQxr:s4ԫե4I |.]?v 3ql̘MH$<+ˣogJ+ {*%'|WY FvhRpZK |7zWG N]*ey);%qSn53 f-5RF: :#O SAn5ox~t$*^(_Q F{rg`|!_6>#dO}{ *IsմYĹ:w|%OyQ@z q~Z+-b_ٮΊCN5*so֤O4qEcd5_u62+AH/R$Q$wSA uz0ڰF>N6'\6$XM$OO 3Z͜`jTna`Ġ6F+r+sCJH5/\-eW6+hS繭|QS[Hs2bAև) 78mh?:iTlwԻ]*}wW81\gh͍\Z8*LGJssI5_f&Χ <ю#:H? u $i tW7)i/.Hż, k@e$<3CwJ)湚Yv,JK7G׃oXwHV6mn^/&>9e2>;Ғb@Q#]4D+?i Z-#UӦ&Dy[\Gwcw7I l\//Zn=TgّWss2"3_l5n"Kxols_*h4tҝOUq'a&?וIƮWJhS5^?2bGQXXL'UV찯]*;\;R{ԩxKX}ӧE!O(^h%*Q?-cjBO5춧R^l%O/\gΚq'ŧfq>;Wܒguaa` W˶X {7֝8cgW `)'!#sS[["@0:U (B2é?M(O%cH t(Qke`(Zı&uHͯv4Kp00E$~5Cɥ{A,h?J\,~dVtTT1-+#26C/QIx؍d|H5BpPY4?+q81է+5 a`Iĉ#4|ZN?ǐ<6y$ĊѠ$J:=<;Շssq'5su A<~C,sn5aU4vyemn7ޚ&82H:Wϥp(R+, anhf2VqES$)0s=yح=R>4Ru_EfZ8Ͻ!N’uZٝz\3*򪲏wBղ1X-id`{O-L麛_󶰲NJtQ$ Z<:y97/F~t81.&oQ8? @'>^ѧM̚8m\+N<wΡyZ$ݤ)Q\΢F'\qod^tOsS]M&xmgAO0ocn:))$ukSayE% D1{ u-ժ_;gb:fXy&#S*R$/ۗ89F/ƒG`yW ڎb 77@>S{eS17p?l~*ӯ|AQ@eR V7ss`zWOd;pFZe%w|О&SӇ}1&ʶ<8lc%qpqTv㶆Ids ՟bݵo rz%BV)ƤHp_n~D@=3θGLK &"6ȢOgpnze\>{nZ[T>,sW%w3\>vu=\ 錚ЧZ~U+ !DHqyV^ȱVr$h$*mHskۡ2?m\\iI ~I $H041Et }V qKqAm ^xk#&W0÷ΚֺlC˳O(<&U% y{)WR?R\u&-aߑikbjH5>]ie?O›^v4t5}[[[ЬiqpǏ,Ԟ{OxTD%oykMC$i(x q%hƐ5BfYnLWO}e1g3YA >(shO}?GR~yКKk&I1ڛ\$qGK1nmYO2<\OY;e ~gߍnwRpA[q='_`.F}j/SR?:"D5qvpAiR__&}ѿD{r$b?-rj~17.(g$7;.ss,V4p j'9,V1xaPѺ[_O zzt=eqnE7Ukv?`a]\H"cgʭ;G|`뎉aG1*Ewn.tԼAH`*;#h_y{ |cv>'O\BCKoYa-;P̸N N-j>gT0tedQJvgکOTv6،`Ww yy9hյZ!\Icw7]2PC4]cC- mPyS_UCL6DL }1W73,-*>嗩?4y1-]/ i~X\Z X4jJc"`U붛xկHm{pͅ ?{p;wvָUKwv1L)>'x[^T&388ɏ zn7F3l??v_ն$I{:cqar'xj7RWqWwyW [ We}R \[^^I#r5ogi8Ē5FyjGv\Kݬt7vx }{s&;|+72k3c;j<)<},l|iteX|C{6gsgjH[ g ƴt'{u(: 2=W[2In3(# ';n<ܫ:i.ٞx#;⽲@[܂15gpg:+uj 0VEDzWrVı|顛+m=UsDv8XVֳ q B`vl00>9-& {:HIFzQ_]FMlCdmtZ[y*x%sFQ 2&Oi~Urx]ſ27_UAy%зde}E @SOġ:ƹ:OjH r^MJ㿋oD+J/Κ+k"lsFK!yu4(9_L|cwX8o_*{R7OCgqw4Щ7%qP2!m|J FԤg5ḙqKHƗ:I/Oƚn%s,RaY_ P;jʙcP}9W$zޢS5&^ܓʔyRF7/xj)__/֒9=pq$Es51ֹ0jJ-PNs\ PzymtWO2,뼬4s7]Yh=NF5ũ'3& -O*jQ!ؑڮ/mjq\~}UͬgG􇃨D_9Q%%}_^~Iry 7Ч^`#Zߥqcu^4rBԮ*WTqA bjzP)$>,˧P~®4I%WxA('l(\zWwv6o5 #'_E.L3 s}oSR}׶G ѤavF݆<o%W^fz7*bN204nY}9#Gg*8D&Ny PG)x$k(+1L!zj*Ob#)$nDR=&#'݈i?4fR˂0~yD54ǀ\Knm/ۜsqί IH][{K8Q"t,*y#*.;[Z2$"Ϲ# v> $(`*+tJ G( qZ VJDݔ*% 'Biu-41&{^]2DW3II)'j1 ]hƿ. VVo^]s*!fY?4vkkOUBq;d+\]!eּzUQ;*w[ GŎΠ+*}ׁ(P_*oYW>Y"vj`V~T]/wJ9q*n5nBT -~˂mLrgZ^ڈ([qhe]` -Ń+ڭޥzi>q?C^D'BvNΛ,xJ@TCԹM7.^#l7SEg 76b3$G1>{}dOupV>lsͩ`uxWdu<"Ǖݿ:P?} IF+>;U必&:n<ӱG_QO rsn兮%`KrhN;9*fFGkqLK{[)K/gy$BV8Nj^j[C :贈 Vh3fPsW îG]<>,O_K Zg0v$\kQ܍2U_cS'[mdܷ[%W٤Ǵ0ƽ?w=jsJe ZQwO TIEofMm\izi\Ms 66UZ[!2s y.t^t}տM- x29cqYha&:ʭ`Lj_eP:pzpits<074֫(+,#b١ܹTXP B3Rb"^C(<^Rd4ΈXq,OAWRukL,c*^j{)mIw1hbާ}Pi:J:v;3u?#G~CȀމ޵c;׻4s]{Vޢ/6}iX?*מlcHeMXhcE%9:(Z%7] Qϝc(!S[:OpibSniXPq!ӆ '߭3]\7Eq 'O?:iUeow5/Β_v wվ)ZۀƣҏD7qsöm2hq.37/weG,Vxd.22 cݍ,ͨn ڮׇ4Aq2ƞx~U}lX(OLޤۿ1u {jܲ7?g|#ާf3# O~-şs̺O*"<]) nwaoN: ?n$N2ۿ/ɮ5qu,[jϻՏ8>ηwmڕt®yHс>mNO ]6ֹ3JTĐ' :ՙZ;uO b6J}l7'8#'7@g=%3Aj8&*X̱Y޶\yW?WqslT]]%4g?[!#ȸl򃷉;ׂd{9H-*l5Hҹht3wi OjI>; Z+r#dzԐĬf+|Q<턄ǭ-UXɕ|{ _/R.Η[eQꏿfliq4r}\m.8l6\cy%X}oF˶ ^ 3ŠtUdkMi;syGk( :s gezsXLXbv>ToXu?N*m^qmRz;JHCBGH=ktq)seQic+"ȟGl&u ]'rivFw6W^UƜ}(=`g>](4nu\ı;~4(IW6IJA!`QU^kYy֩KE h"^?֭ll0#_3W}qϊIJn\~2+k<%̒I[(62\Dv?q^?~,3CmPguZ #B9y #MMe%}#PO[ |'lE\_8񨬬[Gmؓ7~4BF= k|jlp{BoRW m.İ SP[6Uz@0q-4 zk[ ,&Q޿Qk?c ^f<83]35RC˧d@[bjӃZ{%UWF[q޸?ь]_H$>\I#Aҽp0_u&æ>:쨃ڧCwHu ]]5ZV.h0ᖞwrG=E/GcbQޖ%\۽E%_XYHOoc#xR T<=A.5oxpR8iT^\i֭oNKH<[V==]ˎځpq,)خj5d*iq{3.6늲mfiOe7&2H+?BԱ8\崍ǟƃO&Dvmˁ氾^}Nh}h5ʎgƲ27h[ Mk~Z1@ߚ W6@{h֋U(OI?jF%eL1{m>Spɶ*YJtu q]?=ރ.5 Ҹ[rmEi jt(9M(9om,asW$8"/ SB x|Y4Qq{&͵}$wxPoW. xh^l!w5Ŗ6Z/mp dOm$k]^?:ݛ߮jJÅ<Ǧ}$kyDG(ɫy䊏7{OjWV?.  ߈9t[tKm3gLkQƲe{VȢ+Q 1wv_sO{Q?\#L[?Vσ0!]~`#^aU@ ЬI&Lgzbtڌ:q`텫[Xg弸i"`Sj<}0"PiR].mxV.AXjR]Οh#}1\$v.tr$1Nd4KVdɼliW=NñϘ}v6ҝ>)NXU˶[b@n% aP\sCcSq{ DƧ8#SZں~khc$mYl HPR\+4I2ԩΞ<2)($2-ݿ˵a1RZD| 9j=JA1z0hf:^K"|pkzV-.SzR+Z<[>B6R68ޣlv(5(b6i+T$~aEGSLt\1*KUyR'hSuc//ݏ&&S%y룫US?rM*Kk2݈;+}(|/UpZJgyfc=t[q4}} n'&dƶ ;\s郠:#gbFsϛyտfFڶU*}#oiΨxD{jxnRܾ$xB4T@7=LJ|#:SJ ^\)qװdbii<[tU˷\G)ݳRK^|o$lKp9h~wзRG0a|I$4YS]:{Xʂ.$Xb%~w5 Pi,j@ ʳE4YtAΒY-Q-tzcZ!bRŃQ e > 5{ҩ\^c&cnwǍ0*W?i P۴Z1Oԗ _o$V@[&ƕң`^)u*=ǥ:#δ.iu5 ԐL/L\vr3Nprjg=dԱA>]tGj|!F[DsH:f<$J;sEKK)ۘ*$7<"OhmJ m)ȭV8UzTYnޟx@ҵsv+0?xDloL}F*줋$[ڱcq6muykp?JX =Ճ a}r 5Ѵ_lDa]wNcM.tؼvDj|rH[Dǻ{i'o <=Ly?õi oˉ{ݿJ;5m,;-~5wZcK1ohaV= -ͼbQz:VïI[9e@\3譢8^0|pn#H^pW4V6Ю è~t-OqYX֒[ [r>CqS^8DègJ&G?$gp6ܚQ_&-ľ ]D.Z3*~?>5v,6;VScPZTm ؉t+@q3G;:-\W0 VoK$Gg&/#2] o,韎*..n&a]{RDŽ2_{ e+uҲvkdG'}'? mPXXyf8ԫ'/geO/qKih3J1 ??vR[*W_qFgL΅⌻kys}m'\<5ƦQoi]yt@Զ%c}Mp[250Mto:AAIWгU ]gwk6h8WZ s{oOW>4kasFX MX[G]Զ.-%k$–0*cx'o61hhY8bҥauČܸvQZ Plj._G6݊:{xJ=/Ls vݷ_*3+]N+vO¿B԰ͪ]]_>m"|}OPFWj7.걎D&E8nԃ?NM.vq=UvDEJ nYB䊙igȓI84(M?oX}$α$}5E=^zBt xNd΅Ņ(tYWw  S_ҪNdf,JdzieUGQ|ZkAYc uU sNt]yc5 h9A`6R!"9޳CaCmҽkOZO^PPޅdIq)cS!IqkAacLvy$Rgclv-9[2`?Hx =<pn"e]-|FW◣LB7]OU˶$*2]\fiY49v ㌪&Ĵw{oƸwϴI< B8ɧE͗(%N0OZ3%{kܿ]t*Sx]:#Hӹلy'jso@u^[B XoO-Dnh]KW|V*̘mշkyH]mg„t}l;zxMR+xU'0* C7gF{!#5=1VIP3^^TL(AZ>=p+}. "ջ)?P,}"߄[^HyeK"1v$hi2H\gS13P{\2rHd׍X '«cz۴ ]4dSVTR^X+iP2^\P {f'.j>YKį}qFf9#;Y6S ꏏStl4ό*0xu8,@2d|0kڔ:R{(gjN@uy4-6\U ~1ee td=CLv=c:GjH\ᕆbQGNᖑ["u7OZŤY.HǗJ<י"YG7m?ֻQ'>-tҽsQn} ƌxùhi q-ksp50+/䝾XkK{g|lq-V q dٸpMWI[iNSBLJ87k!TY$^#B 7*lvEẲo~g-fHOƣв$^+]\ۈil@Ybq@*N+Cv}G( mIn&L.cVReqk_[F!NYC\Ҫ'B>\BKm^:|j,0^|o¾7 =9XnJĿﮟdCmB1{:{u/,Ŋk*.lHkWIĸYxc8i ܍%{ʡB[F|"-`>>S[B ڮS}b0?*;T3jNDyH`E= u:ACm赶jCt-߽7 %8Wq|\~$)D LzR Ԝwrc9uҙVҪ^r| )+!,3Ҭ]1 ªWe3L_ eXE9HΚi.>g$sHaAvoAcR:rޙ!n Њ3Apw)~v!V؞PP }?kqHҺքjzvK,K|(қCBH{݆*9neXcHuA $1,Fv{ĤF噤zqK5 Ve-A<|wsEI],M{U5M_u>,j^?""+ŭnd\WR=#xc<(33۵qx/<Y5@Qja>~5yӉ=yC `a-:7W/ C"\F~Xc ?ĐO*l軷z=oi |wMïP]+IjDn1 c2ޘttKw#>v6®[Uf*Kq%/B7緩VGblMcmS|h](zUzP佷RcQiG%aLuk Uh15ԭVlxPT/xIHc_AS3ɍE/H,2&2D]!kg:X}^(l%^>i>UyswQ<%&V]Gx?M;R7lb'RȃhStFzgq5'LoORw{REl[pWLeniH/eJ||[¿A!,\ApԻp+VtI6&ɽScssm?i&>n0_*Q =zPHz+mkϫE=M;j44sEԒ)YZ^B'Ri!0TMJ ;S]qI;B>Uy#@Tq{>޻.kq4ȑ6coή'g;ct]Fϩ.or\rD,d?{>9IxzcVg刢1IP~W*/Cf}OfKUzOzǛ^dt䚳v^t>JwwUs{(ooZa]JmmC>2Y&=M%'9>G j7>)dy9D zS,W>;pӝ~%mWB?Z2%-OE5–@%EƣV )Y71ҪR\}A)?u}ا7MK .? UQ^܀xD[jOq;jyŧP-AҀFjvzzw=(9@P鸮?Yfz 0znkrOƧQ,$W$ՊCjƑ*CqR`'޴($uPkPca쿙8ld$Kϙ] CŤU Gx_JoY<"*qI+cތs\6r$(_ gʐX0JfC2't7E7zShE kߧFiq &-z_k[Umx}Fߘ=(Gj%dG/s5:"x[S Lwx1~iBD0[B4F\SfqNly@v.TV * Ě/=tvѰ` ߱rG$[gqҥ:#QĢ=_:oZsئ\F\xqkimPsd*Yُ-[LIUWO.XGL]Ά>zC޼5vK5V7f]چ?ojw5mٕ*GW\W\ZglbΖ8&+Iό2ß κ縮 c_]^Y f e@TnƑ<ʺDY*2cGn8r?^GbxQчiB}C|('Do\Z\ۉp†V,) B*"IȏFXԒ1U#%;¢Q\Jc;>ȠK/%œ|zTQGN!4rK0cOңXZ\uqc?:*qʍXZ8(% Q Ti9*3LfaQ #K챀J[l{]O3{^#"u?*>^P{bNɮ\lΙqЯҾn$OcSZY\EE*O&ۛs\xT8K(>QXcUj(io&^/BiebvR hUհz~ֳ7 pZ{$#Aʴ`OڃQcV8NDǗAK'g(ZyʯJOx<;*6*yt#T#9-RmzSqu2Ϥ LGzF0U3>EN2vӚ*貵)?zJ2qE "6ںח]ʆOv nحֆ1hzт+øX;XsV<O_;PۿƢOzM]NA.\׽^u3ջzS3bC|M{fסӡr^]wHHٮ# O`#ÓƢ`^ÄY[@,EZ]<,-/;r&q$_655Ń܎q-@Լj3첍wWI\mT6+NjԉwX6UⅭLV7g&VvY̝OM\,/0.rV<*㪉z;byeX8,(zy5qc &ۗf v;q91Nu<"6?!\RHyJ{U [[Eς߯2~fK{VK ;Y2j53>K %%SSv[YngfuQOR+PD[i8ي{o5\,ըiw2CZ;D8~٥rd>7ښ lz/zi'b;4 #j2g ;O2.#œZ!l~'>bvPk+>8}A3Oᚹ^Zh<+{u6gɱ? g8aiCLyy\W+z|^ifRM/Icʧ9U׸3KL9Bgg9kUB})ݡH T=O4[ۼږIosްN|O [\ɿʰ}[\j?m"~u`i9H;oCwI(cNq?,VPzXQ^*^޺#ΞCo֦v[B5Vm#mVp o|I?dMcHVek1^mdaK32<`'AW\fhyP/13޸3MǺTu>U 6 ;,QNS/yo0PYS肥w[>Ԍ?>oj^~T-,qssW)y R P$%$T8;Q&+m {WP GkB2iHz$=~xq2wS o3 Q\k\V6`΃J԰[KHK e0?iڅ^$]y?? GGw&Busx&ԓ\V& }9,|ڜ#ۇ!W'ki],7k v]=ݍ I=ei%=UZΩA".zs' ?0p7ia%|Ct@hB>Y_Os>I,=ݪo1Ҟ 0:t/[jV鴷į{L\[afz;VN]3ILGo Ҁ=j(5ZH^i"0άR4W; ޲6 |;L#u{"Ebm:Sn}*@y`(]^c.{BmΖ]ήmnU}}:>JC4Ie˯,kSHNF$*@M i;Vռcz0ZƼdD_S\ll.dμrcDn?#YJkPIJq˭O3k71`֋FzsŁ/TW7xZ (x5ceZa$WVUm0Ubh_qYA'/*.V(-/Wzi$sdaM<\!KMXYk2tFilx|!B5pp: Oĺpo\.%J-|tDMU q).㎕y%wV>jN yO285PG 9.ޙ經o4m2#C O,(9ҊKT {06ItF5AQ{\ I>O% up;PY4‰q|""'zMqb{ʭueg~vs~1D!r[;ܓY!F=sZ@ϰs_KRn_2e}{Uh HϟHn.W.Kꐨ=ruFH|[:`X֭mm!"@QPiMNq!\o°zV3UŇ+xwQߢh^C̺fI|FuS=^} ͼTD\ }<<^gysmUp[w5g?b>Uקa-h/Ά[_ʺdN1ֻzm[3Ԛqخˤov7Hq-5 QT+ 6~"ٛLQ|>Xi4=4qK[!S\Q KI*\6VmLGNvֻE iXi.t𔹋?VvT&&. ̐Rj+/a\auWn81`MWȚ(Ir!'ʽuY`TF<ԫb~V;R_ѭ[UV[X|13WNbD9q(#zmU>AwrN#>gsuj`^4i59_>4D~ ^INGKLmտ,dz&fsR/m+auaN\)~M]9}(eP=5LRjs? cgU'&yJˍ 23xup6PXugidq} |Mr;@+|͝R,)/cyO[v=:X_w>XIڼ]n~uc99X4(ybrƹf=kVȧKArVOΰ:QN*DLjgO+csV eo w?e.b30[He[}!]ϟ$vg4:OR4!"$ _m>\8ƦejWg69y 7)*fTzQF3fj@{zxG ZFUYЩ8V6SXV>& ,ޟV4Ҹ|7/jR7'{DUl؎xr57z#y/=@8=K5뭺7y<9֏.f$€Wk2IS sT*tڔrǟ6C*y;µ@"- C²cҁPn:Lmn{@C?ʿeΑ6!}BJgrQB)`C,$gWohFz C:]0{gʿVcFMG*x̼G ڸ}3y x <QJha<|'=Ru~jqh?!H1uPcrOF{b$,3~5oamYv+;Z P >Lʗ.)&|Awjׇj8{K,k7q؛d΄Ŀi'E:>W"ŌR- |xR8q: s;Zy{${j5C/Zh澖RdVTJbw<>ǤF&78Θ==1If۬*DU={SHJ.lqťq; 7Y~9gloެ~pd6$\G 7IlBPv#9(5oLRzP?rF9Kq 6 2{/ٌ^;s&%`g1GqfqS>-+E3$bYzUojas%?c?ЫSN޵zV{yF渕vt߱ a5Ug2|r}NܫGjS0')VV|IIO]el./Y5]MD<+fvZ ˶Ҡu+ВIվ*[j=:"kYѺu4,6/&U+ax"'i GcBQIt0j4>@>Uv5cW'w(F yʍ8q/ydQH- Vجj~_c5MI գ5بZA<6H|uuI Gh񺒻@u;|j^rQ=^fp]&gƲfWI1b1suno:p/Icå&tO~ɸd34-$vTq~+pqmQjGoƀn„T{ǻM[v6Z`>*x:/2j[yOO* &{P"?lx^PXPNsW-F B/MoֲքvY7Od<=p^ipIn|LM{Cz;|\=W]=:zV<5=MuSo׵$jtnқʜ)f+1RSo<*=w.ǒ?ZK㶂D~twӏ#S[ܧWu8W ;grs#q (-neFv`;TV?:wcZ.#lb>`m< 1F04]'8 f^\.hX/04}t#l)w?G*tݿ_츳l.79c[v[p*W7{ax$\9oԳCV8Œ\˻1o?col>k|)x>v Αw;ԒwF[[ g BF ^gsK_wќQW"S ~8R[Gfm dю&#L_GHo1Cqh6P}dQˌF>ȷol𬘣 ZELxa'nTg\M˘l |^G> 9SJq˟a8GY'5\RQY?kWAAHŋnrj>_9wdDxլGxmMW{5: #oP\[ntCf`t'u5#rd@sY<\A300{{K2Sሐl,iuttg?:^% LS}"pfntIUq$f]Z\ ۊ!V88 jiOW}r5߶{W,'6<~B퀁Y_$$XvSfFx-gSO\kbcSEܓsd,u**ZԹW >V(M?85xw_91/ş'?&i |q)a6nrй}utSXV!ض*z⡵7yg}K,_?a{$2h?Ų);&%b;s %>ƾy-[p7miur>y9%{kj{zBոC)n>֏Iɺ= H}K8a_LJJ *j"$ѶN*ȑ˶M/ҟ#@<΢ӏtЖ25mW #[$1);VOTqHHK9~ҜYjBXlbg#zl4u׻Gja!\OdzZɤ:g=KgSE4T1GʮW8LSHZ37Cǥc4̋&awI?hǣM `[D6 6qVUMZqQ8t7{Ƨ'aBvA݁o3(:c 9;m\aZCo.UCʿj9}f=M!ּnJ'ֈ@[H'\m1d jӅA CD"\?78i[˧OZƎ,jIvxPm^eA;)(Hbsˈ`3v7#V%S1ArĽSVy|/RI4@J@9Pr]Eem#YjV{}SW7cI4HR c :Ͷϥ}$OfYfi/&zRvw4z~e仼b4JҸ%'mjEΑMj9Pm-p ,7Hz]qҮ`ZZAK8ӕ{8X:乛`Sr.n`iZg8V~Q_F{RZy7MIfHXsV3]]5*V|qɺ=(* 8/V<:D?W> *-M ~C> [t&=׳[YCiT]vwpHCK U~!)CsIxtzmb?/DxFsڭ!: jۃ}kx\mq4$aʸYdij:3̝c?*7vGإrzGZp^qe Զ@zʒYkύh2UݳMy>in؉GUj;'㽾<;~TJ)=U@//*=?ٓ{NE~fT޹W֬:n95q ?W7IWH#yQ=kmuQ/khY4?+R(|ayR*'V HJc05Iw@󞚏թ4H kajkiCi%BRYE/څXa>7Ef^dxC#vڴ \X B6ƮVBC;TG8Cͪp򵦠G}";6a5+ºj1YE ?NL /+SD^F߽ sXUW:|o{痜p1? .ł'. -W7:Iq^FYRptPN>e~kg4ʾʸW :8d@#xm%fo&|G{[e_J6KvZ. #[Vo%W!iw!"$t-Fϔ=Ǧ^ /ʡ/[x+W3.1ڸ}\-Os!ۑS<ʺŐI̐N}nFk w+ .fpw=sG72L oִG#uUŽ?G?t&((ۤ=xlٮf|{a0DNm^;o4|)?6(L>@YXQӵ R>Bj߄p3Eh j2޸wh-83Y棋?cc<4w;щ}kVxH6βz1*2RsO gμz4ܶ5i&m{o\>ׂI-.DӬr:il져Myi_?ҥ;m``goOzz\;zPwGX?*(1:aEeΦ54ߠgT7*mΌ|NkE3n5?cr9z9ֺdOas3Jy[Z&]T~ClriY%䈳3Vb5.+ݑ/N/+o⧔;6F~L]ep||_U4CK;Ʌ[x^+xg~Io!LGt.XJ D۾cS[Cz-nݝtAPXD/Ak>9]XffGҞy<+Z>1ljb( mJne,aLeKԼ[_Y#ɁQB`b#y.[ Q=iXu]ѥ)҇%J _wea[u+k4șj?G3S|}}i3⋄Zoƺ>MPhm9V+Sxjj(:ѿmڡcTpWru-?S^HM4G޺T WN1.'qa_/pm!%pk}^;ρ TJcxJ3Ս\iK{xS$㊗tS!ם}Q1DLvHmQ±ʅѹ[l62jdcmJp͍529Wm Go Hm2OJ\ \T|2i4un7 XGWG1ϾϲB/f7W@A8=qGu' Omqs-ϭ{X,O&&(:zR>tZ'rO/"]JM[=j~7tkIO\N\.jN?tMÈ?uؤ|skgⷯ,E’GV6޽*N"ataOr>4`<|O K7+Q!G '_RF\L5klg\Z"U*K@qgIdHxQtBpš H0B[1SD_ԜXYtNe*Dz#hxO@I evц+%G#ٞvl6q 9V$1:|rڵxdlF1O F>UY;[$g/zV-G Jo"*> E?tJkh-_|y~$4XZx;Q2E^{j}狳[)FYHt! C+I`.{HIĀoER4A__¸?&!l!aY|*5Ŕk:TOH*=뉯y9ǸE),;FqjxKm4O$ lٮ'y8rcFOھp8Lq^'o ovIi]>Y/H[UDíLL6HA_ g}RN.gVxcN't" W\NMBd'.}q\(d*\ܸt*%,P9$IN([{ָ ұ^[r JIo1*g{kcfGyC`Sq B2xBs_4 c_^t!Tw+&Sc]K FYӕe:fZ}Յ{ͩii%%qe/:s}?."s$p`*\qXz\W1;*mq|K2HˍZZ8ŲzʇغF/aNWvG?X,})xG4yO3>K|-Gw:i35' x\/.yÌzݓꔟֹ G,{xG2eni-'DUydBqwʑ )Hܦb{qRCиimj´tcZub8_AYe9rAq=k_9^ē~΋H˥xj'kf/ծ^\H<.ȞnaܞnVd:\`Fgg;\Z`O\b, 1VHW6co,Uv> n./ʃCrަLoЏ,v5Tۗ<$nW24S^xdlE$M% {5u;HOx}|6/fgLcžM$Hn&I1U|,\=[˦(23,o WR=k(ԑX[X\(RsQYǙH{O(sS!Fy)=jO( qB8fywns֙' ^HvV >T6c*ŊBձ\ba 4רмG->ΏfJ]%tf\L܍]??CMfd6*maڞgΦ'J*tSOeU0n\uҢ|nz;~NOlK/ݍ[!S#7yeg.ʊh,c6ǎ_ ʹq 3OZ#-Tm8bKd'RsKq#*_ylwiK"8=@(Zfo?*kV~{VJG88FU&Q"#j[wq>lIH˿Qm,Wri-}h?Ví,";0_-"H@K[_{$>n!_BV[y-n$$,5s_1-NdM[ѿnTQ] U:+KFIdx~9^3Rb? SGk5doeMtŭ>6dp=s3?(ĐFtBK+IR5,DAX&Y6ѽC]Cpv4;oФm5no'VڶP6CDqF4+ulK6loR +B46.{ָo77S i#-A<Z+ (/_S9j+VHדX-y\ټR8ljƢ/3b15'77K+cOƸcÆK[f3<^.`{-eHnٲfV6'%y}kّ2k|r I8cbKǀR{-wwNicI;6;x߉]+vćmE v-ڹd+VPsːx 6Ͳ\R AknEenueyʤ-@DgrN>A'}(}᭎aL~Z[X9AepYqgc4ңv9H<={Gw7 NNw-*[ɗ[{ f1-̦IdψҞ{gH`Kq Tx?Ʈb{tvo(\]ye"pb Dayh1Ԛ@ͥ*)0zVҽiqOqhs,c Ed&,'n\`Ӧ~2v R @V1+\V\[/ݏƍZFf:bC25H:/w4s^QʂOzL1sM ׋pqT+e"k}Zk =кI @]2ݑf9lf-ݵ /iD gzF+T$ w[$ o|=R@_:qkG`:'SZ\ 5<>[_3MoĬMGp<Tp&˥Y_[gMm%~tKm5:.]PC5͐N@4f2ڎ:; j1JSY'?FUȔߥRC.1^+4wګyW_n#PHjQRfՃE詸v,rtϖ)b+1mq/s*~fSb!N`#\j.cI!1HQ[(\nA/!_M'"y!k#~j~c15Xc֮x;{KՅ o0K&m7f9H<{AO\ۑAd&Frz"H_S/ԳxבuW \kk@40ԭ,>7b2p=p~+k&(]OqtFye =˃o̚q/fW 1jVKKBWYSlF*{>VWH>_F!`u!( ƤX[[orNX'Pdqd*Ta?7s$!:f,*RábH/8:fw+ξjJ^?ݦj>b_eijR+e_Π:m#B^&}:"&^kkk[f,TOV_E‹dsT}ޭ,.٢gUH?_k{rF̚WVsZ7nێ|iQ+h%*jk>dܯ[<+oP?Ol2|Uvjyn0jȝA@3+~FҳJTZhѺ TuHia?iZ0wQ2b{Lzp o,GկSUeξkyU>{'3s?Zm95/*ZX.\u-̚编6="ՅQ\4FSmΑ S5a:nR!ޣ ah&-È!HH7>ϛ*,tj? BcՏ5˧ 1ڣk k,â~bgv]ejq`uQȩ9Naڄ٧}ؐu4AK?ROj9%/Q[S@.)6OIޭbFQߦw_ٴ3EƅqQpUv6qkx|MNcgoX\hD:34$dSqs<4V:u?#6{.10?AP\G|][gc_G87gW<fW΍ʫ4Vn7f(ۧJy{`0c/LD9p<3R_HArfru\OsN 3?O*+GY_V_G>=Ҹ$O~Ek{U[̀*;T?SRobIB 6RoAڤoʸT/%qҞCU漃H;S9N3j;V,i,:ʅ'hcT3yGI;^[g@Z5r_Nxy\aW׈U5)z2ڤ&@5360ʞ)2u{4\έ_M"dӜS[ȣP&7a~4#Ur51;,L|UuS#SŢ K2ֻ:s"?U*200-5ȃ:I%[fu篘Dd!n0\Yh#N=CPV֣Y^1E ;VmS\-tߨbO ,r~5};gD]lNVIkp|xc('>u>GztFRq~pi8OSᵋLIQ]u4MrR9p-S3ՙ9F:{ [)k݁3*PZ4m;}&sl1ߥ 1)=tmPs@I}H9%R\`B\9ԭig¥[=DwxkmrgS-/0&U<R~T=$~ EȯQ]YۨF{Dx'1ĭ} @ۯk8Ep8i>EQ8Yp3U\.$pg \Gd%P\0cN`ZR\wN:565x*M̤mȑAr#mݿčZGL:tnͅĜJt G% cm383ޢ<=?HuK UioQ#~ȾG b$ 3ǝwOG[7 Hb8uGekIo0eI)?“^FL'YgyUIm ۖuoc}2+%u)MWs;k(ϳ4_rzyu:=}o+CR3&+B FFZ9GfHA:#HJ·AOtBYhxt[h QwhZxH4Z 2GޡdrOk(P':~UTN'7QjI#he>tmN6o4}D穮MIXgjF3=j뿴D!d*2X v4.o 6RKۉ3QO)yJ F\[s@Lt0yW/YҍhnkHH{h\W OF"4*y~"v$**j =t&H`F̺kN%*F|zx/kyRosV壮 u#rmWˠ9Q@88[\g>(QbOw?a@ X呰>4ul?ę=#?Ƹ?uv7*7g'lZxsJ5-R_ҠGv`,pcsd[k%QL Rw?pW2\Z7=:ۜGL_d$mQWHi] ,&U#AyHZI˹q,]dOOO\6<;7^\S%"#(YOsZ]ZuV5q;*TKt=;AT`?ΥD,dwS\KťNIQRq5! Re:M)8Ţݎ.:GJ< (qN=7ǍBޏ !]RgC;֖o+2cW{f|ƞkb!AHHb~ d9"έmǖ7h sWHv@g?tvԫmi(KqW{ήffWsA#UU[KR?к[oƂȺljyH:LF{v$46BmZJidA¶_\l`֦1G2\Һ9l |=tLp>#Q\ ̐Cĭj PF0k RG~${l! orda+dʔ #L- rV8|ri.eؚ=!8G`LJF#.QZX#h x*n!tmT恈tLo2J##aGUt~Z[qشl4"$ELHڗo :ɚȽ)~W)m1!޺#*FY ]Pavd82t}jK['\dD m\>yZen_x~;ђS!p+?oT2ݧ,ps=MAkr̿gj@CƖd H~7Da ^@Gjj(>xyUI-SV3GۑFIkeÚ{*6x]}}IZ!y'# 7 ~.kF.i\/pCâi@¬lӆ8m;6+iΑ)#Y"xlR~S~ΌrmfI^M&-9}u*ڳp&fs\G;Etڒ!Oc£z2FeU=Р&>fGBÙ/_U~!z"쑝K8aC}Ikl#V6'2G;ΐ114f {H95-h\;jY8\5I̔FG$cCF۠b~#nSˏ'O\ʼnϓPq5/:`RsA >{tSrZJQW4%y2657t_hqt,=J'ژ12@cC *$R)`}K?Tw{so:C[G+r KJc_UOeƵZr}ó)LA8tlEԘO~2ZN*#ҒhVcFs ;ή&9OVτˆ*-q3|ԁ>:[pTN4DfƴUK#ksq6eWTyԑ̼>g#m_3 G^-zI%Oʬ's"䓦pzR ȝmM"Iq rKh@@?pHSYWOYdxO&#gw nji!d&Lt&H=уq!;)ԯ%)#cp$] odwq*ՒlzԶʾ&Hc{*m:;⁄u=6+$ >Aj;e0'{CEfCX2iƬ#߽V-\&iWyB»;RZGlxtՌq*3k оz6 05:0A}*qs [gDT+ӪWTP!yV>-siX5ă~T=>)X6|l@4*|T 8ɏA^3\ǮOUƹ'ǭTy2^!O#sxSb~Em$^sSsV-!~Շ[7$X\䝪;beA;.^X;eP.2@~} ;gճA9 Rs,2HگJW$-A:$]u2!+ }UˉDRK.yjU_/}_Y;KKop$Ƭa ހ?{jWecEdiM_&X:GH4l({5\]_I c,Iؗs֤L9ޒ8ֿă]Ph?eXoY1`T^Ĭލ9c4#6{~%q%(G 7w gTdI;S _c}sF>U<ăAWkVj(\ W|j&x7 m6]}}(O5D$P:՚ |K#Źi-A !K^]iFh|lzWt¦%~_xu!z7/-[<4W .^`d:t.{ vGdY4ٰ I19dh''${*O.bQhW/${Fey:ų?+{Y9c$W )зwН?{fzh%w ;jTS]}bC_ҭ4e1O=ZB[ 1?\BFCAB"yMCe6%䪢ReW^UG\[ܦ]J9sQ("gWW'H 6X ퟖ|%M&9ѝxsd+>_.Ϳ3jNט=svstnCq_*~-јv(y$ZS-)s&;Xwo:77Mg!bfQj (NrO@)<%gºzϕ5 %2m_hmn^gi&U{j?PU^|sp.$D)-M EBާRm+>uOFI;lz-'q'H$}@5N)`H:>T\[oZ$xϼk -RG?!a,;XΡ}T7X,6pm!oW^8ŰjXDiaw h8h,ʸk:F,-f9US]>Lfrن3s~xaXX(,~u%ԛ]'UDq, D5XH3?:E8cfQV\DC}R9-ܞ/y iv;39RLz[Q4K?N9MC,|0[Yt`sPǽ3쨧sLӶYK4}h˅{G?VՎǮcbA+] E>!?uɥ-!X{4=('Nۓ\>X9 g`WVvKnv,N: y/-4tj[ҴxQJT9n)F1ϋ vr}k~USv9=98j Qƾ? Ӆ8FuUF([ X= !ftv@&6@i{F5hrlsE6}]nE:M1F<ƭRNFw/xlĂA╏fxj$~yS YuruNޢFc}YUVRYO)p$WAp1\*5S_+IHHh5 w%(pSbs\uT\ޭtke銼tmD1ܤJ;c _pחM^L{ւ1tWfMMVkX;4S= %9t#5:|O'*Np0SV7H#2Z,(#}= vrsI ӧk>\9\H5bJgM$ڭla$FMI؆X#47\C03 w O~C#ioP2>s(BV;|(<ۃSTUv`I.!r[ŰQ2q+xӰĸ kɚNnڻ<#1F9HI O=NۑBy=EOANJrI4vMW&2Fgn--x~^ۇjh &mc)=i5tExqu}JҎs ~tm6\%c!s*{5qoRMt+wGm#ƹv}: 0{/%c, %lFp?*ᰏt]avʸ h&ᐨ}) HdzbZ+*?"xr+E֗$WHJ{cI+*t0ʇcWCqT3%Vl_pا}|HK#4>(-ǏEXݲ޵\t gG5̿/]$}\ slM1yv\|]ɟ\"C\EǼU+GQm?ExN~4MWQMuyVq4u3jX:!uGΦ+ r1 O]KZe!z֊k1*lGՎ/9`#I974-Q gV2=X^'5') V88J⮯&o}G>^Ux<طO?G#܏$SLThhau/p;UNAV,ŮFl}_|2)yp bK:x"QPoZ6PqފLI>bmm[Z^Gl\sHg|~bf9n#-+4}l"$uLjy"$21@8+W2RZ!CEA_{+sj7*|yIpiGlOMq,s"thn}kbI"X"5i$ۥ6TI> b:Ft4^Yd7ګg5:KG%>*[̑ՌVsZbvV+ D[! ]ƫRSAm&Ky;.|^N]xp=3ڦ%X)ox"ﰭ1,k ]d1u!+FLJBN|.h,s!:KH>~pǎtW^&$9[A 'oIscHZXl45e,_]0 1nZم8xhpvLʠM9yګq 8ZEQWE'1@DPdNXW&V/Uq=$+H Fwc{mFIqd>S{׆WUp n8B;er-TZRECK31>;v H1װa36*8fSTY$-A^fIt69LUw֪;;fCzF~ofiHd9޴-Ei?gMg h,}W:*{!I+ "*7s 'unT\0G ~M&TH“Lw;+<42<tFbğkV Jkݳvk "o[G?LjO ^-4zIޏ,7#6ϵ? , 8'jqlv9$l)LKöcPlt\~-)l95Ћ$32"v\av-fha=w\d+-3ܦ$ rM#Y቗ol<{.ʷ:r7wO& B5F^ϧJDvcBgO~!oKqq ֘le>\r3k|EԪ-s-5n`w4TZDKoЂ+ˆރ5l Œ1 )ɌeԌ0g_~ʓ9#Ι-@}p#bW uO#Tk䗔xB^{mms4`74S23K-bɂnI.$՘Dl=Imf 3.ߠɀd)StXDF̈2t=jk^i$P]o,ơo**$Y0J.:Z-*3t^'FC\MgyPUՀ$z@['1^e#lQqXwj:$XՄ1doZ Foμ{髸aML+!^ޕXFLO 3L;^ǁюM6?/'ƓQ!21jS;K׽H9d#vm?CKm1qk&GJaLH R<.v|LqڱekJh8.@ieцRr}axȍHu&!<:Pkrjږ_gi!_hf^[yzV$t(<ί:꺉t팒?:QL to*'f)_8ڕK#\*ȑJv3K rD-(BZ'W5̹btIqqsѹ}TŦG, _-=;arCL8ȐPl2}:Uڙ2H[~Uh"CRfkk//̊{e~U \hT;1*3\@`{42rG?^̒k(h ºJZFږd;`VaVZ.nIO/vk6G8wի!Udb 3)SHS #c/֑ ( o[%o o!R]ܡ% (AoI++}Z#&A_Hf? X ޡxyB4iJ45M!rB0TD`$A"]_ڶ_uigTA;I q+`!s 'Dyyd*JZG\!]Zi 2U&!1AQaq?!r2hAfnȃ]9.whXQ1mVpW&ׂeAbۛ(%qFG@;/bKcn-,Z #*5oT N!|:Kv#\q ~#*# {NZp˛U>eb1)2;F0ī=k e"/ 5(H~qgdsld%lѼZ?1 lʮ:ԕr8ȑ%`1N2YQLǼo*A3%mPgǂ H [3НWVZ w08W[9{qϯs#S/]{BpX!DI#  zd؀(fG+ql9 Dc;'/|dayJu(O|8Z׾-T5ɑFOwc=O3sY1wx>/rT_w=8;Nk闏>b$mL}ȩ簳ǤF._E=5^l 䜟Bbs`H:nbD#9K5I _hH̒'(*&xnXsC:v¡`OdjnPޟԴ8(w.(u؇u2( +rt6񑣌 ~NIt9X,udcSnk-TxL+HaiJx>ub%9%îf7:r OEº}eڰQ78/vA4'A|}# W~w-NEt{aP&,.81b& REMpg@ 1ۿlMGR8H(N J {N딡dS?:-B\3D0vcL-dS"$.LbQVV?fp@+(FW}ğ+Ys=e&{{5qvN#q/9ܑ=ajʮj`ƣ?̎r#8h|5xQ: ` bUHcLg\̓!nX+dAXj1#_Z_85yۓhO}A3A8~ p@-i"t-m?4aBҾKM#Iv 2MfU/P$+0`#,K6>1~څ^$} ֮Lƾqr=[D(lsu):(:$2 eu1#+,YS M0 .6f& |`1Pd$lnI94$):L' U hOAnKJP>2upDZ|G|B"2 hiWBf^g8낰jJZn=Pm8ɦypzmβǬCn]ra=xߜ}r ?8+όH.;zk!Ύhq( `?~>c+0C701!e?Nve ' P? AbpzH XBhy2D3 Eɺ˃S2KtrƸ?Dj "xKs2k~s"?]us0'8g9FCT>0?|^d⧪iX6 @O 7mQ}q?e:?8gB5p9!ݒ. q4Z=_\48bazzK*0hN58ל:e7z0S+ѵۦK8q*Yؒ]^@*V]`:K8"눿 D}  QoS9='K>pFKPtXqY9P@P8r=t'l8? L:~~3MNEŘY'WҸ̓]eb;uO叏n@[d'c 4_i¢`M^Dt2+P2IO~0U^w"oP}͍d!b(B;N[5UaPɔ9Z-W'3pEw|gQGgiIfZ.Pg"ih_ݞo,:pɰN#V䐣CG1oK$'hNUuI⋪;& 芫 za!&z̀hᾟxSS`;Ev\::1;}1FI 'rtWO9ďߌp#FIs;ۜQO=r Jo1yֻ0H#8XJ$ E p#%cCN"+-S&0$s(1 1e8*([ǖ,xr=pr*' 5;,AnޘY<Xo.QH&p@'0Q}8$&C;&$scJƨ!uӼt*dB|g14@J4)z$aI :Qocj|/&,ņ0msGJ.k68i? g%S0i<e탤pC.^3 C</F+ "}^$!IOn#VqN/K 3wy]|ăzj<u7TNX0PtI1zx;º9 '#Z~peMVDH{_ "6|q1>ta"c&9쾺VE NxKN7$}.z.1H:Ƌ͓Yf]?!Oc3lN<2`@5rxT" a-k5ha-!HHPR!&Lc`xm*N$r-n{yμQ&1e.trb$7R é@$cvszdy=d.\ټ*ZXd rF0kE9p%m ~JdP짣S!f s"gb=9NQ%᥹ 7SX'AhW$:z 3{#EDpϰ)MmL=e t帋nݍ2eW `p)/j)Hv@_dB9@n~j)b詷ܸ #iz 1`A(r0jġ$/B'g<\bZt/= dR8H4>Hl\WK{;X/tq =^|s,$}~"H1 <%|Yt7 ӥ95َV5n0ꢗ:LjUH&v!I0"D!f?}&q6cUG^;'"H0E"IH߅qsΰl,¦6h*X gUvu/4XB V v Ƅkxdt6,LFFȤQ0s)T:b@Sֳr[{?8 d4C}@DJ8ӦD{bG?=p nAraWn%,aw18U~ҧ!%=h.rN頋 ^ے E&6Iܿl퉪ZvM!.~Xr\K`+8ta8#y*̄Rk9_(0(^{L T8JJ4ivlɣ8Jg6D2L"!d/(wס'l.J 3iK햱/DnA"EN*? 98(_%8:,1,_zαQL#QQDXfB//j{baOItOc!:bx2EYx+aX+[ƈ|0t؈R4t0`4:{]A´pI&5u˾+$X=Nt6d . B<|!C:ySۡI$SpuAa^x%&zB+i *Ol:QcMK^fD/x:4Xo62$9XE-) p:5eTIP2+"+Yvۍ=x)=qBJx@WMoqP7°{C=s*%| QqԢ#_6!&@B$vv?%N8.{? DٴR2\yϜr"0~kh\OdgJn1!uW}p&2ʫEG\WS/%>PI8<[CbޣH6u/mbSJ4.upfj'$F=iD]F?❥!ۓ8J9wT  2t,nXS$19~f=9r6P7xE&iapMq!^|> NTsx[uDžJ_0 ɢ99lY@,!OSš.FzЬg_\tܩ3\.~qAd m!~P'+24vOI$qB]b ,~\UM;[K"WD*{dQHjuy M&y)1BuQ&S=j0^ Jd h<0,(rshK&7׶!0To%(U:keW%@l^dfFHޘ&RSf1^BT埌J:~Lmy  ]1^ Pzi"iV;$c|бǶٚ&o)Jr5-Xp^ڿ`A%*kosWLUXJ)/0.>cY_FtG6 #|S޾{Z"Ǿ\:mr :FT;D.(CYmw'㠠<ɛ% !:uˋNzagcp 3d1ۢ)ELK K0ߕfN8aw³]w!-r<f(6MzvŒbm C6$ u4a:@!HXx2&˲^cgsv >󇲉1Wn6*2@ x6fR[NG\N=Q2Vb$1}:0+ %A<' 6YΎܰÈE=ݚ;d;H}C:AC+I`P#Ԏ#d팂cxL>B$2 w+VΫB3X{bZ!mEYN1{"?wcCKw[pOD/x)U-_cQ|:;&D0){R>'kf۾ |War5?L4dI7,7Ơnu@{.%,=l=cDw,4cf`.T) & D>@N!>a2+8͕(gY$beL2&] V0S&@Y&%2{#&O\F&@bVƌېٶ#BNocB!z"r(LF|]q|o pJ:6^)#DOMwy0۽Ě /9 HP{;}m+Wl1cl2ωEnE>+.Tm4YAKk.0 #QFy+(s ?.kGA9#$ `-"~#4@;b0/ u}ª:C;-4!4p`L,]r%XOU dF%<Whc |"T]dHa /lMi\Ht)zj,fќYpkF7w_8OB*֌w,ό]&> aItE O\ Q $ dI0M]9ɚ%"&!ffHsyZq q@t3!ԟ9;yU 8@7kaH RY{*IG1*'oaOt2(<ey/a#!t&$- 51'닆A3gK4R$nDkU (%( fVLq9@3rW1 ݌ny4I_h 7:[ B1BhiȄ&MlR#FP\ATᓊH>$f[q*H3/ӶRb_{AFL\a?q50F+,>cHpez6?~|d *LN(Eqw\:} i%9szBp;š^>0:wZ\ vȂy7vi*ゼJ N[$rd}VL'2 /$E]8>Ƀ󋬫Ȗ@0Aޯ M\qeL5<NmOK+X4#`l5>2*y H*K|b-D2#ere>y2*e9CH"_} 1*]Npt ! + O;,ǿ ԙ$J1,uR9>xVȗVMd $96~f`UǟHH+\=׶M[)f[`&ĊX1=W`pK`M 2 m90 pD1d\"W8ZO>cqS;3}by9X.?o%$.ew G83'"Xb~:_1BRY2^0cuZO[3CJG֎k CrGYd8n?VLuحXj'XU 3s`&6'p>I t⌝}$ZQL#5Z2xL м-)WǑ/9:rcf4T*a8ʶxtrv|`t:8@u 2K. J:1h/†:^Eo4`MY$@xcnVKhJ$]jܐ .xP!;{Ȝ}䏮HsD?kX@4#y:\l,46X)A`ey DVb)$ m"?2.qdZ +0:JQiP| gP8N4Fjq8԰ ׬@{f8!My!Z&{i'(j*t&Oҡqu|("""=soÊR3X.]~DyU΍#vY+ȳk-h prw?4̗ Xyˢc6%$t{=Q=XrU%q/>RK Q;iG Dȹ$r9`Բ:`qq8B4x$\ε1;ͭ(t0;j23j >LO劬7mE~+je'+}=`2c`&Aq>tk5Bpa:{6G19fP!% 9 g,We@K 1]r!5fBıf"L tI+? $2m,XCR?ޤ=HrQT;#r0GƲ% `kg,G׶<_S^qPX^yo^~slA%ePH2 6b?ƏLl*;ؠxHrJ&لjFI4".8늶 6)D]YDK'!#p("{b-Sِx)5B#2vp^[0z?bY!XC!`H$xjS1_Ԑ~~dCl-KF=F07t3I忯4J6dsbLq PE|u1gK$ DU`t=Uε mwh"Ζsp&fv26jh =-!uom@t> -yIC)pRNnT~~4B\;㌡\;L:"abLפ>a,H&h#Dj 3cx++,IxΨ&b=bAP0I+A 3>t%+ԡ hhxbJ49BCiHi8:Ș^d5/`KDӵdG~?'3J{߼8'ZK'P>>2<uէdڙ-WjCx@@d*9"$0_9g@w"aVIO/Z˜9.FM|f)h=#kϘ`xo"&JK*u8Mu'82|!97ҿ'­5. x %#d̏!^o7:MŽsdy0bfԊaH<;7 qQq@T hDuAHc]ݏp.Ȫe4=2Q:&X2Ӡ O\[*ՠ ^`AV!䃀}ZcM)gowe47A;y|oUIs_3o _TnTe&qBr|N(K5e t31bJB2%H rFq[TV40TXr!QH= *d$uۉ $I'Km3aN}>]m0" 2t?H/.%vE(NܝBwQȴYug}POB~( %MSrt%pUR2t%.y%u2nL!G_kr;cq(GE!IȅWO6),# }zX4|'Ky~M_FopjmIwF`@~|gbɰRQ#lHG.TtHy8ݼxS82o`@Ћ֯l]~-"JLdK(B ݟ'q)@__L>7ZRn!B";Eu'u_y4BKֺ v_2L?X<^I;#'iS%fi1=Bw9-4GԀr[(y%E< 0٪8-76Um*7>x!Ӊ d%2Ðv/w"kiuqv6R%@4¶0!/9p~L^zG guBGypI&7_SQ@1edAO$6`tUf85̱?}"q>>Hp![]>猧idHN)a0՘>eRo-[&; ۱" a4*b [. ǨS18N^(ӶA=0jkϭʏ19O_ aFx[r㎳-V6ȌAq1s%U]F.D$q"}}d UGbW)P̑Qy~]@[?y뀾>ȊD^^f xTB& Mѹ):met mfE9Zn29¸Ooq41OV< ζq=Z=[)>L^1D#b Sm!b+a ,XheŨI9#8aaDوwy@M~%ě;I.DH:|ўQ!v8$Nq:I?"N83N<ŽWUWkqv튓-&Aٿ=ĤJuIABG*`︃0,0e3 F L9De[/s5II|d-7S/ .ЭF?}IKz=eRD%g)6qqG)*]3! `+)&my$Kt`)EݟwI]' ~q\F #X%m_1uYɤ"bu0ّduS(} ?G|ne-h:樓{H7qZęa  ;ˌO %Au͏}{/\0hEwͥLFiablp|1& P䙨ӕMK.zN͑kx9;"x,}|`F OKL4I:Im ~T'!l|yxS3 H~' pi +=DGD:U>:0g䊙\04b)$C=`ɏ޻;Ld'1^ U&Ep+eA rşьhډHv0Z x#oX^A$dQ'9gz}&b(?%9%V/TY&7?H} -НC6 ^޲ؑ.‡6ĨsDD"W׌Ww$%J_2tŞPKlJ ùUNcOň 1|Q5hMb2=': `@but2 G}-#{y ҝ  z tr`:poxYWl JELjMPA`*ALoPÏfz"xcCMqCxK2&9\O=V7tWiǗiwu,vpR*"{b 6cM1n qx^!^a@jpUs9l;G8Do)&S&s3Mx .~qF2Qt9{.t4eSv"rbG/^s Qy"+x6k#g^Že+_[=G chK6&an1  LӃMz]&d=hGGi_x<(.\J', <3I?8k]̓ 2v@蟼aF QKV4Ԑ+y1)Kc=` "Nigo[1r\9!"T ƲB:<1E1:1ㅺS hּY!$LZu雲x6/!$+!CcL]}"J^ .p'4,~^@(pNQĝWY:Vz.r` mH'# C B)5Ցqx;9"P1=aЖW^\੩QTx؂P\UT¹\N}&?sdp ؀!R9˘#_: `'`G`0Td`Cm'2|F45U*M8_rrz<ܳ.ǔڠ>27.ԮA``JpQ5D˸Miijҵ폡R5INqOP턙\?g!NK2z]`:P8Uv+YJߚ>$ɭd@fHhx(HOJt䥢¹Mu`%hg@ϻlRtD"<2WH5|8aP} o$0<〇zg3 ۬wɲdA'tC_($ONqˬnNR'&)g>zp1 M_Zd?s7e&P1ٞ%2_o u81okćC](ϔ'zys bB12?zYRDV5eԈTƊޗNFxb!z8-0 :;KK3d*&"r+d䘔+uAkB䁉?;!'{rPoK:4@^0Yn%9ow~r9'CwJZ^%[sBcsgogl%Inyv! Pl>LB_(i H #bG {ry̍yʹn |6XJ֨K4g9vB XC>+/d||`Xd#sݸ}N堳 ,j={(Ny ^ϑbGnو c Qxy Q‹'̗;bqKK*sxXLE/24޷Y6(VCr"zb&v!#0S>(-j%ǯEFioe·'q%T#) W-*ey^1R1qHABυ. Y*X4@%:ap:I>6jG19&| hq%R>,S;Yk?|`I29IPza; 8!+$OW sG*%]Fvo@#r(t遆Ir.  *)C7J h݇65ǂ٪ `=L q0H=˘CYQ<$.qS`c4rB-|h0`7!?g!I1{9Ơ`)!j/AR6ܢݛ`${;bp}, Gn;~GN S߼chzF~{"4>ϻe&B1Ԧ}H<nPœXh+A 1  h'äN"S8VfWc'B2ߍ/PQ8:*by \D:5n& &5y#&#Sq!Dz'?<G}ȁ*[%6ŕ"/uOY _|$+ppZpCgbHS18Ei=Kra7w/l` "uebWЌg(tWc7]:3,T$"i80Tc@}L{\7{Kyjۛ@R 1D#XG  Ræ'Zn<`#ނyYoЯɕ@Tz L#u3syk{# GLMȸ(""n{\S[Q4xɈΨCwmxTDWjzbݼpS8%`JvjCn* wo8ȭq{M/@E ݧh[t@FaWr|sQE*sS޲?geO.-Qz3wX2 do\h #uh%|| phR\t@#d3]'SǯB`a ռ`6jjt\XbwFIU4P-1!))XGnd<.:t4k|ӦIyB _v7?0l̜[;2EGLhMz".~ό~'Y%EG=.A#:syQ>8.r"lpL[* lyn~1nKu\c.$Ӊ/GS_\.ΙF.ѳӾ8*z}x%L1 oM!Aj,Q~*D[uǜ/QDdhlmbbzAxgubgDj4=$$*k(g# % ^pETo_wC|2}@a}3DAVK؃& OZ/ _%m4Q!ʼn*oIr:q> * 6FMY hnT<#G|^=XM|x&/Qy$GȎ5%=F̪RrE]BV2`f&S`'_o^"2b0or YNwN Yo: )ڨ9BLAL}|\ OGGWSkX6qˊK8\ªa@b2K _+/!&I>_ 9 ZA1 sf)_>OAn㌂v܄{2HS#h0}k$[cf!XgGc`ę %VL:?!+ŕ@Ohxh2|S0tk\sr 3:5ߒqc8uC}gXoqaJG!S!H0"tig(4b[#*Ŧ'[XcݐrswEO< >q `N'0k,My@frubro]6% Mx:jK$pUElDwkBKe YՑ $;`xÕna]vN@S!<]r(%v6m=2?I˃k]Vm^6 8ex=g<&o ْeL: =3n(^rq3kA]phrwǭRd5~A$+'GA<: OL1׌GGt2r.w@#,W2r!LFöx馲wDu/$҅&{rlQ+&SrϬL$(g 5%CvdL3^*l#j4phc9: $w(B yrnp%)tb%ifwFa$]"0|r\l˜XSF@}_IH4,_\JQr7~~2E !OW0QSL:u vn?8Rp8D^&0QİoLb`{8b9>7c='jX'>:ei"V fl}4PI ]b0jhM!4k5cVP7|tekQcșF'`=2)*٥?x7hcc5E;ͬn{'ߜ[p;,M|b_PiCˍq5ᗵ|uiӁ{fáC;7h}r 43IX{ѢQVdua>zEqo&_8dN^yqRm#n/0b+񀒣F|cT4 N+h1q;\xWXIqYE&,kKK,CvMf0*t 7WA؍zk^ _0i'IU\{r[β`@) GsL_D+gLITFeeK1à>+tbeꉞ>JmDAŝmJv"\#SM7G  .$G6\ ۞e }C:voG s3>6Y/xâ H'lLPbjyΓ$ctϩ1q /YO񑤱$|gːHcγv tcT9=ChBHc!o#y:D]!k͂V_I@h? ƇQ 9NXǑG:(ՂL4{ֶ/q'9ɤ厀7Q=󟆇˃V' 'xɠNqI:k o v/0&&b /h'pՁZɲU@z } r:VGT R2ȢU/b0 M 9=yטyI%LqpyI%#3"w9p\DV֣ uko8tоV u<,ǘi?[}<w,O$R!b]&kHIz- P -J2H*!bU) N|㕺99F#3Dȳ_ cQKi [g'gs']s| SӂܒHtVZvv1 62^:a 7\0$6[eG\P"9rW^ 0$nhh$c̫W ~mua,}֤ .9z.ixGusq~JG˻<+#|itx^@]F(BCxod 5XNƺ2 &4_eeLfsDGs?Jqkf.`I%f~Iʀ*"wkS"42`):K2`9=[} :tQ=YD6!>ό@q Qq;W, cekFx1=43l |0=(]N RrT5DLU'{g0sph@jv Z G|yņcNh N@F@G `\)Od Šx \`\LR;IE;dsL NnV x=0=nP^a1C`IPS)l'8Pk~ ;`g!m!C1Ѓa;YH ^c̯'/ A5o 2b_{ar(8^ m–kH!C4=z?ܤmgAQ^>J%ʵ5,'/0D묈DM4LE G猁*2$<8crOEkY5/rSw@[b$ \G:enw?᏷+Z\|r͖P/ =HH)6ї{ۊc%q3(͒ZaʰlY-pα;cucSKVx'{΋91:n&dNL#vwfnO4؎ KO)c2GlJB2d1"޲h !QW A= q7]5*J@ΰ/NNo:,ܦl"s;|}2qAY'Lȶl\?qޖW|)r5%e"igA!?&[eKӜ dE>29ADS̋ɼ/EvŎ^s Q@'o,MՀ#8 CISHCD"+񄓸5Q:Ӎ{d_,!Ѷ`P!v2=^a'9m{l1\>i$e!Jdq97`AGˌgpA%=~{x*Cs5*dvr&ẺÅ_pm@4WpO&35ysb#V<۬ҷ%)udӨR$H x+T9튋[<ZX%bn?{qyhuB\5;.,L5+<+/y=#NeYK(%ɜEk aZ9mA-M=_c! `4Nɢ2w[Q\9/͈2bQhzH"ue J_s1cŕ1kL>AیihzX>%tb)>mU`a "-qҨVhmCÁ<`ɂ 嚅%OY2:'WpZQRo {|bz}q_)$qQ08"i2(B;p&S2SQٜo'r&/=q_t1Ỏlg@ڙīfccvCֵA:H L2|Va]!'wV!r2i˅jbA#AF(#KH׃;5=lnKMԉϖ1x 5!9y8s}*>r(G׮p\vR~ e; "Ij޵_"Tz)CICwc5 K%8H=}яD$8"T"H5^(`6uJ᷈~!ao{^fOFp>x6,Z/'H:?vq&w,]ND9+nM+*2EA?n0f}"is| w]0T`X=87|†Q?:rG'%ua|Hzr#aۅ*52KhݑIslAd3N2pEAM^4C% ÐkQZ+@J=R$C8BcЂv_$\o!㓘jx6* 7Kݸ>l;~5^bC*{~rf8-$?i)Eo,;[' 0PEYrgG! GV^mI4z`Le n;,eΤOfI:5&wodΰɎUe816C:q" 6h#KIS"{ z ʙzl+wM-FPNg5O#l2FFOOI5fPr3H|i-13'GS¶8֏_`&|"݄ iErnYuVtH&xʒtuk[<~$Rx'*6Nqbcbv͈hW1_GySUCns9c .(CKR11l O0Qn/W?o憷 8-)Vĉ HQ{cub'E/Ƀj:Ɏj04;m\B?B.]J×D#Q !@Ժ W?qԉی$Kx@IH"G"@Y1Sԑ϶pƝrV֟X7!eO_>~ǒ5U@ ZβoX< w.َ.IlzXPP5oϗr6N=aLhOh@z $`L#0"%~T`?B̜iz ]=Ő|xʧ O/C r AIVv㩱r)%H[op@.TNG97C U5x N FQq>DV$J,LIamtpӻM/|Xz,M59ֲ >u`\PhL~1hB!/KE%)zf8o3Dx'lYCoL L0K*w:ww\ YgWBql's#LkJ54Ar %GcpHj/+_Xqg"Eaxl8{qc"% u_<9S@E )U8\`go&Nk‘55ҽʖU}s} ?8, E__f!Р?oz' ^"{@VȏcGS1H w9$@)) PoyoAӧ,$8>vȇK{۠ނy"2ꎎUHeR{5 PPwUm13Ű^"㐌|N[$O'W5\&3YWa&qv$\0"y+@a.%tF\7$,UrNaDO!̈́Ī}}A 9a_7̏0T)FpQzc @X^x5:cʡ\MNf.޾=d:Ь)|/F$$#'LHt:*゘gU/A `TYXf'Ǚ5(+0bHVq:*,#]zaX^0N)cErʠJ} 9[X+/ 4ی ]k.^E3fG~!9@ /"(Hjpd kOC r⚅b\[?*nz|aMmKA՗g2d; Oa(4NSL ^bh $l\ ]☲5&!WDDl;508_LQ(U,/ZQaF09\MkہEi:~@|v0hu24~pk9@{! z1#Z[mw Vw{3 +aw \0]0ʔF$Zݺf<6]xII1rcS\Hk -I \ .ݎ0 D ҡ c<5~a%t#J{  U~\IPv2ɣ4Rz<)p/2{~ü嵒=Q;Vߜڑxyx"~YJ&IG>т=1FLқNm*why+#gOEŒ)G3)tƩ70ӓַA$`;eMvf(|f 3̘{_Od-jjU U*0&K?o'%6W|5B(=X#2o{0o/ O'C++q"dIӋd4 x#S.w|H(/dzUjx `;;gzTzkcbWGBZ I;.9Am &l!c kHӧ\0% ̄?X 5!MxC5'' WR2 v!q LdL2AJ&'("0`jƣMiŖK2@̨|cD73baBȗVDޅ@YUK)@j@ ~d$R;im~b3NB$.vO%b3`Ns=B`l5wZ(ʍ%Pt O&1BW~ccs{h0pz:<[\d;c ̖:Տ;iO4f?w4DSqL=(©īe]"~)fy?9'RMO9T ?ܻ@L* 'qiy~2@(Rr |lv"  y P R0æ 1́UdzsE\ ׻сdbA]ѥ|Lo6J㴆 YXkj?EG հ ݤ!\T3":'1 d @dXk/ ?'$OLό?thR4bG_$9'9}ZbPG0햜 u=I7W ,Dθyrq/mhq,7w!# 9&X_N~" ,a0^#q(Z7G6 ڬp|`O :񂐇O2fP,k@q/SM8/Ce%^R{1h3'Jd{Ɲ!L?$H#qFix H2\ nB$eD?_XX s ONAɾ߿Ϋ#3>\0 ~UL(M1 c37eE&dqԌX}Q@~'f\5pPØ@7h|Pl.D!Ա&pe^2V~FBaE-âŞ(ʟ^)?'{FF1`%,bߜG|c]t$ z±cUG?,W"򕔉gsސnf :LbFk@~yWY'~; ò2H|s ElȘl5Qf`a16#[ʎ=V)hDmAI80܈ mkd \;ىY1Y,|x-+e y4=\[l2:ERpQ/HXH٘QJc5T&\2ۓ~3RFZ@( LtY gND1 ):)gUe%u 2DǤ4MF5;! EՅ=OY[ B/̍ v PJh7 Z$DO|- 5+EwaνJ˓3r%ޫb[8LOɆ-Dd(qB3IQt]#a򒪺yR{,T. GJ`X$zvbV Q~3"('e Bͻ(Dʥ~5ȓR/fa5献~\No1$~(j1X7ߎ8݇xqa&"EN*LĘe|w(MzT:- y17xIφPԧ$@p:XHH^' &2dABUz֣ Ղұ4-h=}ᷯ/YW*6i=!{pLgʗ#˕#JQ3*qDIQvi4aMmO'm$kz|`MJ:6ڟi]m 9Vhڑ3N@8\R#y xCA7 ZxbDm6D (4߬g(kA*̂ʬ*Ld mAB!$v'+Z1qL(s= /&<;0:"q!ܕ ,X+hg| EB?8ގ[:d$,1H=?0ic৥d38XփђZ.%!J1@x5hbIx<p1i `8MÞ4^:ˏ/@1ik7 ElvNN8£iKbxO6=4:߉&Ȗ/ aHN2hfqd;~$q%󾮇lth1 Lo2bw= b V.D/<9d~& ,~1գ +@^NgC2"N6#Oל I%5({$S,u H̝ @ErLONSdD,<A,F[ioZf:`GFK }Y`/ :@@l TH? 2OZ\ӀypMM(p+ $Ih) wBo=0I`Nّ uLUtqcQC~m5!=`!כ ܳI^kA2ҁ̽1[g;iz&t,VFC<Kޅ`%"`^ّigCV5QGX?6QdB58hE-=1s(Zm4r}2aKK"lyXdm'7'\o{qeig ?0m20zwB FS Eh&VjZM̓L|O76?ۈYI'_^œ%DsDX'UE1yȒ#lB5l=2b-_o'I% 0mpq4lO\`cҭ'hS{JZDqG=lk[p@2G/!5VX`3FXaWRi bO߀`N"FQ.A .9N >ap_gC0ys0t9=0ܕ̄>9'T$5ZAB H3 Zv3)TD08[ktF;&+FU' êcK!Q$=hPqR` .$wX%*;2SGN| Q4 0"1S #Z;ve!w ⎞x>A#ILZbkrg:x rk/NNG"4PPMMda(~}AW2͝hZ ,fA<2*"+=C2ϿKy_9*fTIʉ{f85~E9 MJRu:LqpG r-aZt8/ꘓjcPS#!,fSvAjN]qIR5h[)W]|"7Y<`LVƧel܆h Nf ̺>­N[7 .y2Xd@{^;X&8vɱߜȿ ɦc1wp^ׂIrًH'iG)Y~0s}tԥ$~/46[?z k,u7HI3J&% "5Qrpƀބ=Oh_ @g@{73yG,n ZVW&E<| tFO9*1{/\k+q@R:ߧ hmOC.Fvrq,Jl"g,e*YskѰK]V}[$!: 8 VWly/+p%YݸC[+o|qWؗR̒]d~x3IXt􃻬s`k ?t01c]G. ~;qe&0Ӹ3?Z8vOiM+I#LuKI/Uu8mlZa/ʹ9C|Jt䃦>qFC6FFă9!!|Jn-B!;YH (P茐7R΅r^#^g+[%G\v?.Ttj xQQ7i!hzyF Tu沠xsy~zdN iEs/?:_M_Is~q)2s)Hq+h鼅ٽ8BC!^'&bÐv-Cy y5T/T`g%%t"c,a@G5$lx Z]ƞ+sN̢% Y/rP&8B9ӎqœGYڱP%惝"L*&Mi2VP1/3Ō,Z;NYza 5NTщw.!ۂw̗Kp\9D{˞{OKjMثOր=G.7eB_յne<&27y@A" 7}=NV2$aD|uqy|^(3; rO[ĨAy}{*.T~2 sJ:&Me sӌ %lSp/l7Nr]QQOFaHLs̙2 }pNlȌV`'zߜyI *Șd: =7HC1RX.R-g+Ϭ7B2`zrddrd[Śp? (-zqq1pT ]:'钇Ϭ .a$?=V5Y> xbrL@=m'JV {}6;9zN=S"X_N 0պ$ؽgFfRzcDeFCq(8:B*0 8&@zŒ\;p\y1#E:0֐ǧ U'Dy22'Jc.V̵i@sA2tL):]Pd:x8GV *\i"S  WI tLO1UxS%ؐIR#!bnb)=z9 95~ ?ÍʌSd>0VC^ UvŒ%8΅mpKx{d*5<8h_($0f2|%F.bh-*1BZ8]nr֥m %cHpy =ŃFG/nme+'O <,~A-bڡ#\Z jl\&(i5>d |婉ۼ%L%~ӝg`{ _|\L,= 8 4ӬU8N`͛z~_W8 =1Oiʚð'S%gq(BOlИu "n߼5UB׬if];} ~zJz. ɥg# =ū>DS"OcX`@gCLව?\]ew\o3 uL,t'2]pDF]$E2*u YzoR@t YϤN~xW$%DiϜ4yGg pϷ&s31-͈m$G-}xWG=HJ aP)C( nk+BcX)+z|* ֘!ul˻!!j^mtS׃6v3,k;>E!2,k:Przʹ)P TBK {b09ib :k%g%Rtp`5LedT8J6l69d78,TC`Ccph/\ZT,DE0qW@/uzBeH?6M:p8_F Fc É{b՘"A'UaDG\T#[p]Q;ְ$"&![Iq@Ialn#Sonq-^hG23y{276K0:FJ%1~]O`40E{κf׻j%?IR){d0lȝ__YcRMlܴ] kq|+Q9F*vOy dLauy佣/mU rVwN`>?V/Y)O -D4desܫ>n{v@4yLw^~3| ҏ̤HN+~Z%o֋(:0gs2S{Ȝ~7UTh%ѶjbMXCm|F"id&Ilrc3;K\lu hr>0R L\vOF7Y`_ ĵiϝTy?4<8Kspu&xɪ>ӝܨt{!9qB@<#W^r?4w&&]1SiDhX{FfIH6ņ,. ` A"owV1浖V;f[Pr 1FpK<,$B\9#4ur)wkD"=px'tfӪkoy$ P* $ HcG(96Wx^"LsIԔl  {)GY:-}~T pXy,ZZ)DtNqO_;qn4\|1\޸ŖJ]{Mu2$aɰYk u^ΎP( 1p֏YS!io^\fu3PSGy4zB9&S,ϵ4phݙ$ rW ttGwԗ8 RPehzIHy*$^L!$Ţ!QA /I# }9)j;IQ乾(jtLz"M`V3`UONز)V8N bltd7ljE}C:sf}^aqGgE'!6|yC%A;HBXh&O q/i|Pȃo,wDPɆZdy7-pG5A؟rMFi6䬀Q~HzB4#r+/{#ܹj]cI/2X beX.H{&׌Q7WxΗp/:=ef9ɻJoaX= im$q:}#U W,)xY`G\s4ۻ=rInS(I#NDB̯zT$}?I7UM\.0{A xe5(ĕ =0"2p9;6$M a (=TpB<AvbI%xP>h,żv"z-MB8~2 jC6&LD($BX:+&ܙyrQ{\S`:'1|^OC-u(" 7b{Mf) ۥ5V&p!ppOY- P#4r9'|ifP+?9x,WNh8 e&]^,:!%LX*}ɅU pKߦJP]+$VDmlFWfu5ѶNMMU  LêlUJolfiQNcrJxv[27Y;겮 RNvH FkV's6κ:Jy:kMlTDjz|UGQG~>X 8D|031L@^BSz]r,[0גM8.o'YBU=`:Q=uEܾ ;e`⥎c؝ P|^7/4l1"1}'Gl)1LrC]=* $PÙ$XK {=ȀجJvuíDDc0E*ꨬ3"a<Bt|U&Ri we1u5A8!/.IĄMrdSGvC|8xd3AAۧU+~NZ` rő }qr#914J5&+W :_7zֱb7O>b+ܧF>dSþ`ozNu#$՟9&se1Q`9:X-L fC[31&ƾ\ndILB&э,%PA܃6摂m(޼aնkC&%݄4'8^W1J}Nb}&"^+覧h4]s rܬj2 z9(ЭCT;]/kĶ]0 ϼ$Btj[ZO^MYD1P}+'A~<1,#N|b 52Mjq:@m4^k ~%+#dXʋYPIG` SyHn+l{%2MQ#{Ća&n_8-`o#ĘH8$8*sYH 3G:sVGr"($+ :HF=(s;'^2M/2@b }2TC= "\:Uۯ(`Dk !0؊*-$lVI/3xrG&dg3^"/X)˪q8rIiC[rD D8 odZzDڬ„.˓Lfj( Q{g@*zIpjHj+x(m##g`Վ=\qZ~ڰ5!$hK>y!F\o/AY>h%9Y\V+NEc Zw:#\:^~2xEӸGhD\8ۯl1+:.Us̆f]tX>0P*,a>T;6cD mF&)mE;к^ dDܝcxz#tmt ( MCc=]ir;|%?EWln'"Ax/u#16S S%[\\%p?c*AYc 2DE$C\v!$ޙ: e%őmIgc1P\w@ T]1qZ rA>L0Py*b],( Y6c=0s@JfJK\m[9%K_MsbT<5ל{P_9+u탳s1>\`\ :yq[.%*dl gq7euV8A7 4UNܗp\d0/ < b tUVjD`E|e sa{V6ԕhܖ~RTP{ lB-ݜI2"zIFq64Qf86KC>;AT- txh5,  G +&mc%F85<bF :H/؆'Z'"nߏ'(~ Ag#TgdÓs))]}y)Y _+Cƍ%E AC+Qp?^SK0ntZFдVG J9uXE(T LfQ(g'"p_97iQmAl0W;4bTiK1qb%W@7 tefL ϱTf Ozf׬KFD^-1*H` %iAlfޔ*vAO (Ĭe]oe|jώ/Z AXXsi?9Ɓ Z1E?jb}1]5эN]w%IrEfZsv1Ҿ4.l| R0Dj#ŅDܯ.oo $KX0@ƌD*+-5OqA_֙q@9%}]tA=+ k Ȁ ^=!Pi *&iZA'Q'LYx P:y";bC 1UM ,T7blhmˁ2?0b+p?1Вp0]!x eh(`T0 _ȅ$7S4ޗRxrv=5 LN,9,Ŗ8D2&tg&oRx¤E"l6 S(2L,g|bQ| ^DeV>$PRUx\8/g %KFL|))uh闹* 'oT3y^s(dɜ%zXhx1/um2 IWEsK Ԉ )*€-X>o X܀*,^;DģB} : mEўMIta8LR0DyQfpFBz\r`Jx  a #:" P[nO]EՎC:bBK/+[N[POO, fTFGK g!4;^ 4 }1\)tr# ( eMN{9vm)wq-? YF=^ ׌#F?bUqʒپq׽a`\銢YWR`x}1,}^P"끠o g>=Jȡ@֕ k _z'M\rol@ \,S~<H#<9"k5ߞq+38B5d6̽/ a$aݙd)+$CbjF U%]i8 :5Xajc]IG.&G ZN9 &l =8DKQwmeqA sP)x 3 9D mGaefXeU",7Cn\uSy2PdzσeJH+yHH!eb65B\b)xYHh2 8Jl5,F9"8b~jq6_nÂ]W*`@{$&([Js tjEZ1$k\387 W"r|1Ql.Ԥxܽu׀ɐu0;'UJ:bA.|Ƌ(N` k$7 E#w&.ȹ0c=8E1΋8v- i|SR '~_: .Ms#|1="ل9j3G c-c;41E/@Ϸ (|^]/5}!:.ϱ;>3xJz4~sY%Xhr40XjIFl!2"`9rz鋆!As1 bpf;sa?c%g\2 739 :y X:)FRL JlGvjU59QU'TdKjn<ʺ`Hq&ļM8S0i։lk?L0̒fAԍ{t]^?Fٝ:mz =6:钖I\^= ~ %^UudzCrdh$& 'ܜ!`"4qܬ \nN'A|1莆CIv ֦4FHdLП%I֋Ç%:rFP"T-,bOgMpD;pA 4g%3p ym:1Ѯ댕8xizu&$v”DeŸ+FQ QƧkև:njA`MJ?&)PjYrFE),ˇb$_!Ġ`ʪB:vٛf<'K =>'3P0^G5&dfN2p S'FL HyVS_xsm1d6 .i. PK*x%0h` @mп&?% : Ckmߺd21&> Ik/PCexYkq{~`. ,޲|S#*d5TC˝>ks+tMʅW"gFDS6@X~u臺 19'SКyȧXEbIP녧Lbr瑤>>&l'!qYfR?+X( Qafޯ7FY@@ÞA U4pUWؐۏ͇.l`m<D`ĜR%a+:f?"ֿZ+<1?FI4gf# ->so~:;TB_@BD~#^!aVnP.ɏ%0]&/Fo \V`Rs,<=yg^3G^}|b@M"o:RKR@MJ7p-(~LHvc zftayu> 7 7Jbxdv"=H ..S;Y3%%rE0u@(VaI; "XCÂKxE:OYW5=ܬ=0Gp.I3qO lH$Rp{vm_Lu  .>o%=yW'"'Q 6\LDV 3K,D:QXwmp0Ro^#Ghb"}8T@1~*u S: GcP~ /w Z'^s93Wsj[9 b/]D?9Q zK|@-Miَ#DPU+bRx'?%V6 m1^B ʏ lٓHkeZo>0ZR̷a'1/bw=q8ҜXDRĎ)ͻME8xG"NŢ/̇]AE.I۸Rt CVG(^3.P9?`"D%+G7$%HyU=xTu߽. ΚK#+5cҍN )gF`&=RX[qF1}?0oaga[uOn'sgLa/m#5MSN7i׹#E?=˱H+!C.:Z ZT1LX 94^|tfr0J^d87:,-ڴq8`-!HYTz# 9DDgVWӏ 8RNf\Ŀ1p&k q}NI 7m+BYMF/"%V"Du BUn1(tr1$L1䀷–to0N{ o^e4F&z/f:%Vt /k`^xE0T4L?Wzt8+ҏsX@ӦY23Z1 kW,ԇ.;X#r=~/q 8Qb, ӑdMa+.MThu0L0gDU2o3^hHфթBYhؘjm$h GA$ {FviŰ  U^\SfQ\OQn ĩ8q5 \HUBL'XCL }R4=1#!1x19'N zztE2`8ଃdۯ)B ~A. ΃XDN1 5JCYГo MQ4F-d/y"|He4M}G]B!ٌk˲1X65"F|ƔO&tpALWr5Mf+1}nbho)*<(1CƎi!A<7`7[v( w?*l.Ip U$LjdȰXè jsva_)N2\{;A?0YQR6k.ˊȲ r|e:Q)+8(?B>uCCG3w7Tk-"VI_':%zŚE'IJ{7tqƛ߶_ U#/jc[@sRUHGxVYQ4kf^w-<2E )wm([tQ߼V +X P KR@#:qƅ?(ZC bkX4o5+<2koF/IˆqJzD5ul"=/9/qMNX;+XM?8>i}YJpC[91ǾOEHחKr|H\aO9)tw^ |}߂JRL:$y:qZbwpOM:ND8sIUs[_D0(-?NHbY- }e 7f)ں2b./( GiO8FL ڱؑbH[!-RJX ?DB~+Pɢ,˱aCc;z? 6f&ᅥ{yh:!]>/@RҺ:\ڝ\^@>n[ `6ٖF0>{o! 8NK72uqLuOfRp, C'@)H&~ᛗMcV]I?9q4uk8P`( ,ѬO4)9tR2@hN|1:7u8 n}Ӱ@i8},$VJAD'N<0 EA+_\% V1½$đ͸]7d'rݨʱ*.ڷ]m/=e<\2k!ʲ/i}&TҋI p>$~aHBUNI`Z}e1Onn%ȲNɐ-qrՕLITu_q_3Ӣa;^k/2M VhPHP"cCxWb }ݑ2@BIJ%Qa[?/ W.x"$WkhT ézN}6?1 4"17gȹk' L0_4bԒ5g Ħnrr+hW OƃQme{DJn d˺ z VCr@: `)*Xɜir8}u񕄡s08b VNQ Q3j4ep<&Qh~2O,WM RLl ] +7l8Pa] 1>v+X2 YQ1zS"/O "eUE݀*ipO94imIzѳ%c`Ƃ Z"cJ^k iXKB^u&*FSSC(1J8"vp%WƂ!)$Ň G#2*]V0ޠdF%yY%7~85.7]iL%~t m_,c[iJ!(87I. Bdx^ډG2ڔ&dl:qAY߼jZcRvc C xyLѡ ّJGpj|`FEC]2NԬ|(`BBSh|LPks 7w Dɤ#>5pAIre-a_fjKԧLn`W/J"aU]=_OyKCPZy0r)~7N#צ0U)k4_"IHSDovnj$goB%(@b~M11CҴ␌LXɚ?8`˙1)dd܆ⱕ~"@&L[L2k0- ^;M\}gh6s1(2 n|\֝s&2!D0ŦW;))5>tf;e|dٓG8I'(qWڼOd#+?3*q-"j_|w0!C-۟%D,ey6jGqʋVh#ɇăGWDlǏNTXޫK-OFķ1$%x.ۑ=NOyZ);9;r{v O\'[/~:# d*H |Js/•D%ǮphO ~KXXlɎnVKd4,\^vDIxs|~p۷u(^]^&?C#! :\ʐSEɫۛs0h`^%{06# ocI2w@hĎIRǼkRD{W*0wpn}^nD^q3`7n{2ǽJ3lPT =xkq$N0 Lܮ" 4s;~XiJԹ+lNa !37=DŸ\C^Ƣ!f -%& (CϜ%g JpssY Y ۮ_VQL֕C{cJ.LBgr!ES 2QITϽc&0<[uuĦ؞XD̦Hc3ҟS$ԮXS1LNh2DӜ I;]yӉ1#[,%Βp.'G}w06D!$^ 7Ucvn)͑Ld! xc].&s@,?8i Orb@t;aGbd.\"tjWL?` =7$ uTr0k Lq8k\jx.q ^@CE~r, f!d4aՁ;-?95ߌRCõlteoE7{L"<10lV_/'/E(GLr !Q,]~30y3]G?* s";(#yV3a9[OC+<^@e/!`QF(=O3\/1Ybh.gtVZ m31tdџHČ>"E8HM`E^ՌJ%-Jt@٬D-S&w O֟.ec2\XIPJ㮒@=qq/iC؈,=OLXՆ {a6~ l vۢR0ЩNbw)4 58D+{ `U~mN$U($ q>#{n2>ƷCwn @"[ d=kأ8wd*>mD0>oR4ɩD23DL2$5oN-h>?Q,@[yd iŭ`c霰L5@t:l9ENoD0Qxm<XX'F"EU4s?s -cF1[ ԶLaLrU+:g)UHd.)?y5X(d\yK]8L0!t/'C_B WR2ĘzbL!]$xv)ëL ud")ggWbEȽލr`0 _>2̲ߴ|r:L&=FYJ<1 MV_áɟeWEoq%ZXIB'8F@ɧ`5ۑy~b&`m݉ 8ЌN[o-|: 8 )/"5aT1\#Dq%n{iUB\H&kdV`xv2Wx닆::(ǃ (K޲,Zd[y4BS^\F&93 lľc7$@#y6&%JHeO}ȌJ?ظXF(Oɦ{(7y<,|dDl`&DI#*1sJ`KAWrexp >Jؐ;~泵'!8w˻ #0 ]=?3]ṛL]{#BuTc@ŇiS8AdeQq=K'k<! NPrW +)B/202 '%rwQ > `%|^#G;?E#$"(R5GWyC?:ǑeScYZ2yS(LaS+a1@"Zv w;dWR3d%J͞= Hv2`ICGSX (8puX'CB #7g(c{d^N/#(kGN׸I"j\$&p'5[t'6|צ%eI#'ɘa詞iA̾V>\lh(y fKF-~}|2P/*tw $,xjz\a<&`QФL|cߌWHH*Q -[T|HBGAYT j\9axp~hnf@mj}Є" /gx},E{  1gO6p1Q=`N$u*i;,7V:yeWY.C6~!wJkKEO]v>rI GYWޥ[;H@u.Y pqlT@q˒ݔTjnnwZc<X1)@0H^Sz{CXc%2O\d)AG8U1:k?!ccÄ`~/ёH,t$7pVPq4 Sn$W}擱%< 3dv\SU"1=,{^ݰڋadݹ+ZOx[6swsSP+7!`&q"9["Ų=91."\FiPuaTSݔOcaqkr,$tlB~!U {ȑ8oK(]~ʅdxnjcϼ&T'4ӶBW* ucmyԴy5M`0q>s_Ќ. &IӡY0LΆm9ֺFzC OxDzS~Xj⨄²{6+"+ &+A#w@׭GQn09%l}P3bC!ϬME 8!qX$?e0;Iv'| }c%kI8zu ,=,֯SĜ ^8 t[$v%Iz`p/e,;[C ,#gjk5u$eL;FD Kv@tح0x:6{LH^KY8>a!P;b3_9}~q(h#M \.ϒHF9꼂-~&_aVO ABɮ04UM=\@wA/*3ɸKS} 9U~C\a 8%S# (=bR g'Ր1yɈczD6Ύ.'a>-w9R .Z?CPnxH*SߌnǯVdZ D8ċb>,ڜg4TԳ>q  fXWM} S7h6MVɡņwŴa){M\yű^:w߼ NLaբ 1( ۈV`؟X8% [eEJ_[DDT)û(ա>~1(I$I 'qSĺg2HM+f G#nb2Ӆ3$81K|5xqY#{27jxEn:uɁHnv7Aek {8h@s%sY9[bn~Lj6UT RC"S#P5!YṞ̷g!/qT-48y.'x`@jk0TN)ЩP[i.wa )UG)ư{BlR5#s]Xd!pCmKSo9wt'$\ w*||5jzְ4!\3-"*U@#.8?xN66K:rYL`ͻ~0W 4c*u`[mYuW860Uؙ! &W9erIͧca[펴sb႓0_bp$W!JKF``M}Pڦ'%?<`&h p)'SD-rt'ɩTIڗU2-r&VNr_׮Z CP {?TY(٠vc $-X&\U&PeNeË]p]\`<59) "& &0NOn~yejM$fcpdՍYN|"Kb_*j/釢Dg=u8F⹙8CBuLޭXsmҘseLu&Q*b>aMà[a[)#APzI;Y.jF}N<\wwPy\VFj9sb+Ryq .QYZ+   FR6l^Q5'o1#&=6q nb2=BgL4B]^XǕu#&^}"rDX dId}1o+Bk%omNCB=civ8cQ5L&$ yɑa.5j3"$]31ꋜ(H[ǯsci/tdMwJ`Sb'$8&d\aoXXU8 q]0G@/`l^?Yx<`Je{ 9U}˯2*okJ; /׽N1 u`IVpr:AoL#qd'|vJҜv0ThQDY&6W2$1zn%Y!8v'mRF 1]zg8 ",//M9\TN0~o+tϪIK@hqw@q1+gU,BXi6"T.k|*`C(;(7Їx|&SC5$hzwƑm|X ?{Ț=d]W V0)|crytP5[r83m$`&Kݱn1B2%y*3Z@_)b5X%/1OObY~oM5Rwuvrz_ 4gv/X} p|*`Gqɋ2L!'xsGq~/=/dNez᜘e^ͧb*ۓ ͟aQoX&iONYI8A}0:KzXqnf=cBU7zM2dt!ZGU'AE\H8%FꀦZrБ)ov[lU*IxuL$I8&tfeYlL,'(`2 g|Xl < N@*cd' ES/`aJS9}VciPMkSĂT'CJ, ً9wHw+i"D>×drQW|Y]`ъ%>˜!q\zpOC{|j<"umeP$ RY6js;N8ñ! kn="?Ss ;G;B GB9Sp:u(;> \\4|,4"q"Hv7zO,y6gXjM0At?aj@pxRI5 BBe(Y|$<bAŘfvd{0 {[ yDV*X:eˮC4j@qI@Iױ-9L JKDF)-q;*!?a:yT?vZT1҆STI_~;!m3K,ٯ ao]- yNMIb`}`$:RK7g!Z+)@pboM0t#.BOHO8 H[MUQ؁{&ˍLsyhD(k@M珺qXތ @;wKLDg[=f 8MPlX4Y+c|`! TqJTdpi֜e X˱^#2cCB~8j\JG/*ܸh\cFW=zǜC&GĮuA&\vC"huͿ4ϫr "'>TE#3 =čF Bx6=L|Бb%55%C Pᒦ+Å󬂫 Kޕ5~?.FAq=;HR+=Z 'ꆰV80@bq (k2ݘJY HVM:bP#ό0N%H%"g`1rQ`i[S>J.D;N@zDLMXbDSUH@??c#6Ax'$$+xWt zA?9,QX \˃&obv22]@,7 X %%b"v -XUym4=aˋ12C"Fd8Q(@Rn7X&{=Q8b$KLmD#)߻@,ѣ ޸2APl?oB~;z4[btW\tCDpr|cIe0M#IiM 9s7N>0}P#CSl@ۍXDԊ];mNӉp cO{K%[Ec6̺MdN&U} Q80aH7ݬ_~D7NЃBymTݥa*+N'$dra-u${ 鰹]u0dyfP>d@q9Les #}]yOc:k17Ԛy;Cw6i$'B~NGL]> cFt* W$.iFk^hUGH.)B#9aZNOr9qׯ\V&}/~6$l"$8I-{u 8(J2oA >+1ݧӮ" Ķbҗٜ+6DYemDØa: 8%a֓)bMo>_>Kg5S6qQի:MpcǼ bȃTbb;8wqCɷGv1CI IV>f3)-LF*u]mLn ( o%$&fu9-y6T:3Uݑ"/HHe捷zQ̤V.'FhV?H0^k$Nr_9@!܏ 鲸Squ&{È! *T`%D?yO NM) &~nĺl4Ji hU h dgH3 BV`U^a0Of#k&JKf=6Ii_w.=kcu{U&*C4Pp%@Jʣd$enAHr UxI[_V@q G)"16NHEf#Oҿ?c"eoNHbZ+p{\]Sl0If' (1t-;C$T_õTJ%(XX.85E@*Z>!e~FŔ"=8JH90(LQx5  7'@S_`UT57&E9,\"1kg*zIpo $/0OR)/+iiJF~6dyn.a1f'~ٔ>q ɉYaśXUR27]rEɟPy9۾z+X:;%iaGmo ։ D@vBr$S=UwΠ#$!0gr0\ԣHGIx:C_銨Jg @0@tTvn*8 xNY2^_'1uV He7m+m&*eٿʉ)zT64 F 2IR4EZٽ,`ZX)s>J4bP(9 QI{G!VsNDB;Zm{OM-%pnZzf(Z%޿^/aCXAMYseȨ閩nւbr2>H43bp㠨6OS&ezq?of`(X Z\jA`pa."AP|I_(;QהKޯ'R85}cp}0lEn11E`׮!dHPn('5EEwm3ɝ23u$SjipptB3QzbIgR^0Wlў_&5H^I,P_ ;ZO&".>_}\~$BX wx;vв戙R"SL[^HqG7& %gnH)M8#^yQ==)#-7-[8`jؼFBNҏ֛qH 7YH2>_erA> ėVtk d8ŰU%Xvx I\եF܍3(a$@gbDqV_mn&i44gCGMqթ;\?=ɭZ ϝvk[^"ucyvhSV& !1AQaq?"ǤMDW6R2m{GUS6pNQl1ʠlYTTb{VQRHlJ<p`0ۈ5-ƔZ^d TI&;\TiD=%+?zĭ`BOC_ȬFz|Jpf=+=~G$.ДE~Ds!u+h!>iF:ȗQn︈eG#;sAgW-Z&nr; I`n~ ,%!^7YBŚ 5Oa #%9#RF#/פ}Bc|TK`1ʸgF4*j3Ÿp gXqَ&U"3n*Xg?8l5_,mp!t?z~!@N~j^vƒv%?@. nTXJCJԚnWdUs@w δ$ssAJ&RB*ְAU^5*na.2* ؉7^L.}a{D+vc)8xNeo ?bԲT j(UPBç ?vK<dz`| @4`ܾ[ 9c8Ll~.6q  ~.=aSY1 B:L!=@DfA40J1eˆ@FFq _M |5x~?v;q M.uE#ġڌo(K; pFU;qq3SRJhToIG Nh<~$'qm>C#f%5u|x \ ;e"i݉iRjo(%0C鉔MLUk*sv% z 6!gHZq.:a@./CBNW1'im Q?Q&Y3*㻋ǴʮkA:8$Et=|Ja ښ5adv0F+A@?qןg&@~[̰xs`"e/ήV WD.v}C& ]sFwjWjXn<2yT6xLj]<i>"5PȽ sDŽ%39c*&.kR w%x&=&"taAwQ ?ݲ`ͽ2yD0+U˘ f+ry"n%rΚ=C@0#56⭣IMO'QQb>& ="/݅bj Ȗc{c(VSd4P3.G=sӞFtA1s;umii~Waa!H8kav>"=)XR>!3DK2$ }FHC l-nXSҕQg԰PEA "^Y$(F.t:%Ii~8F!.-wىJ?~<_PmY!aJ^hW,@|A ν7Kbf:%<|F~U0xk>-0\vy@zvnXqA#p[}KZ̔S0\< 22k0mFn[T\(ߴZF/ g>RZ HiLGY@k^;!:;>+[˥{D`RKSe]E n= \2GZ`,KkY(1Pd<lb6{ AyY'," lgV G^ #ATaXf[[HipEl̨ T``"Qpi`^= a[`#XP5NMRm!\QX).Z()X?毸cuQW+w$>d͞I҇J|>"  wLs\DFAYJƺAd Q~;"OqCY+#Z?YlוKLZs6ʉ#PǚZ!E 9c r^R| wH<! |ѼvK|SXaV/*[DޅJGWazoA Ku.DƾDXYcl3-^hVڕHW8IdG@Ǽ+LE"E@VfdJ f;%WAZzDy7(KXĚǴDsod` d*vne$j\כ9/TЅgp4\G]1WCC`/QeI m~LDYq:aW ^ l5iP_`y#!kz6dkڠ_NGCo5}K9|)g+Q؟h`d@U}<"U2LkQ%GjvGtb#)Z2g#8 .8{ C=&tk=KJ#r A kF{~^ ǥJ* Fð_3TdajzJH?L@ϗH` 17 qe(r{TBs>ҫ #&Te(-psc4-|k6Ķ]I; =*,3u98 x;@_#;# w8 T u2QZ\Tn9K`Z3u.a1$s y;=#l3m:>,j'3) ԀZ0yqݎB`Py|Y*w?AV~!P^,1+ڲ8?_ l\KdGud)c\3D)\b+La1 /;{Ǐ䦮iK)QX#)P̈́s bDoCd7LwGG0jH1"ic~#@EJ<` BrΒ -|!=#0ˬBŮ%%G0|lXČ9~*/ĩhX ]?XnsGExmf7@vc@Mz]A@Pn!2ofQ+m Bi=*/ZɷDdΨ}#ou0ò+5(\ [I2Zϔvƹ\e T|A[F5!F{,rMHa <*jF{AژqD>k6Nga|EapW]R 1ԭ޽u*cR[pk!WXe%je?KX.p8Oc0a߯#Ic[]iu_[XČ%#kr6KeGʡf(%*ה|D.Ѐ:ߴ|_a`//xlOYx5PVzl]:a3 (; r$+?퓲C;4mLmD3m"ۉF18a;@/L;G+_)eH7 tגK)Cn"VRG<Nj ^ Tǹe-!Zĵ(uWZh# ?F?wM M 3D4Lse˫< ;lHZcZ yKOw!r-wUZ~QG K/.QV_(#D6@IaDŽX< (Ġ GUXhv*|@JԩB1,Udn=EGl< v_rо#[fC(=V|G#=^ ,BcxNӲ]MS~1Mo^􀂰m j sC my  ="h⽡+v7 m7 lxT|C'gdJk8޾u'=SBRZc1If`c& x Y5 `CoS,yT,$1 Įv Cx +auUh8"^m@GzDeg3%0B7ϴHߵLCw?]<# q(۶J>8&+DqO%N.}?NɄ3*!oDH/ )}>`A(?~'=7%]ab%9!2[`rΰo$h\LLZb+[. Cy"V]$G #Fko;`z1̬*RJU.tC,X&0[_Ћ]2۸I3S)(Rm&LFXw9QE+ҥb"F&bbV,hض@<*5,#PB*^55]3I CmwW[[}6?B1rҐ[ W%gj /smK~+Ps Jkqy37ES>Q|@Td_vF7zҚ=%J& eQ=bn 0d$IZn|iW")"foj Ko(~V$0G-zLα)sp|@֞5i_}N%'+b\rR*8W+#pO`\.N,F?bmF Q4@(Dw4{3b)\ef|0.Z|FԹ ٫Is @; BUƠ ~SOCw,lL8%E;!AikaAYHO$vJAA\GJ%UFnU#lTLˎwj ͇x`oUPܨEe>ђ@eΒסn ُLA]}ZzHe^d#A  2itAbN C ^!9ǫF*aPzP~Խ?X*LEK;b5tjX,Z{ŗq^}g>t`^G|jo _ r|+1^t RkԯY/9|PD^Y(e]>"]'L,z"2osS̶p?W; Nr*PF D`d֛6 >$3U#CoĽJU<;+/(ڙb؀;ب׈=q.Nk=^G _IJFjqk/ѫ>%]7Ô)@ɳ̔Z|G"4e[YvC%ISX̡@RGXH2ȭ6t*@CN8ہn $:ft)J>HBT$b /8WLej89Z ʁP3ݹ=fa{{|\F•(f\GP+ɣ~&~Qck2A,}:*Ң3{Cg"POB\5ot!؜#b-FDdKz!MEw%ؑ߶5nD}(Txepbrgj<>#>DJ2 \ {ʊ0;y%Al =%f۩O[sJH:v!|@zJdb|A"ɟHDV1!wН@@凜lx%5+b;F1q.˖p<5HFk< / A{Lb슊ۿv݀{QPqRLI퍎>ĕ&/|Fǎ>C ybAs[B D 3% +ԿI#qpCS *\;ȰC3hkxW>%4ߴE?]sf2Z.@Qq u-0*VxLkwﴹ+fm>09C|\%h@Ga/PŞC}/NJ-fY+T#5 ʢn"*p0|r#VS}2ľ_UMd{:ܤ4}!Ajۜ?pse)j?ȣZ} k %y b[E9|˧S|UD=O\vL] pw@pbX?+Pq>2sMCJN߰HB \9K.=#lQYT;("k 5 k8kl^d|`)V XBc|ɮzF5uƽc7@x-q2*J2:L#)}BUpGNF4bWx_gyagKgL{|KkinPHxU]Z;5kN!(B`LQ-t]>gVҟ9wD^ҁb |ñc:Ue`rސj~Uh= bAs@ػWTv퀾1.ϋ U S,/E`'iU.8)m#~VW&~RiGe&"I1Fj16 #|A$b);ũZ $;x֦t=S H,Kdk+X2Xe4EWqRWmt}ˮr8֢ji 7 2 uhs:ݞ5r @q.> 2Pw-* *<̏Φ*y @oD@b cCVQl@)*LZuN=cxI/6Py\z_?2(:X81%B]jK]s/c 71V25>b2LǔEXbLJ ߔ%MPʌcRWn)[x:fry/{W ތ.5[)nƘ_oYTs1U致b =&:\F]zU"(:qu,;ҌD xuJd/1\w- CW\ {Fz{T@DfY=f4e!0<BV`D?bS&Y<8hU{bP><ǿ8L.$$FP=RNwnC{*}e|.PG_PBXM2slP D1.0ŸQ 059n!j_}ш*I}2+7 8tf7ع V="Sc*cB/25oo26+>U'ԤO[V0RVRs2T3lewb^!ߞfKD*ֵ9mE/]Ps%^䪿!}hn4+S/QhjfNJcXq/d( Ի?37̀*Uu]\A!HZsq{:z3h>W uC>W@ xUQؖ!{uU:>g^R1ߢ;&0_'} @~@0A#U3m@#{GK%!0pCqXwSc>b1{WoP ģ4\_Dc8k̘X'$TjYDO.xբҎWYZm= 41`(wbH`rAEDsUp ^Jh@_tǼZ0[숬buߵ+2Jm98%\<A虥PP(=nn+/>SF]vGG܈l 1;!fJl1򲡾D-v[</~%jhgJ*|8ܷU4/1̤Y?QW/ +m;([c,J tݲjPb`*8ۣxz*Ey_+[v|L.l~kJ<Wߨ,?ۗuϬ[ Ϊ ;HvLb8}#hj1X^ Ih5'U][ F&H6Q [qzڞW(!(}-s8zKZ#QrxwvDЈ GL9 =$*"gG]U#j}/34>ӋaJ\ 277Hnm㙑^Oe){,9_L:HmX ϴ([+X](c8{Ҧs#3ʮ5k w~Q!=|F@˯Pv <"vG;"ukUv/ꌪctu@I3F:M L9c)ae>9kX!Ak6>W8 [+j 1(8M!!e_*)o]B]ybc5-hg}{%sWىatϴq\1;cR%W6SXCI@q/cIvp:;&ftʿ)xJ9Px jRۧ:YDWlwa~X <&ECC`CP^y,-У5Kl„ʌQzؗxbpߜNiDx fXPhxj+\T#diߔ`/W75E`):XUws)C*ªj"$?4פ vyc4o"c1|!ΏQ2ؕ8xGQGEהF*fzuՃYh+_3nrrqj4 {}"Iy0q+vXիzk!.%@|O*W 'WJ bH`f^ͯ197-c6st&:ģEczCHlbҘwD%9Z`З1VodyIbXM]FJʰstxWro$˴qAM~Ā|DbX8FmߔV^݉Ťv# )тܛycsTgDE5v6.b6P j̝v.)ݞ@DCǤI` T\Sҥ僟jrO̻{GǍE {X${pȘpe5)_ZuMһ{TZo4 Sw\.EcQUs[Hձĝ$=*b\Bt68nQ!x7K kk4Emp_]3WSD*l^%,#{_j%mH ۤ_Eh/Ɵi9x;JGX{*vF͛⽠Ǵ$7\D@aqe#Ke`7rrzcq9'BXE 1F: )4 jvB-c_ 󔄀[Bj_^|G=L鄹~4QS=%[g6{6*#y;7L,}"y Pon^'^.W~eZ}B "@g"> T&n<كdt+ْIs[Y0ZbxEV{1PP{KKޏHm_8Y|qXV ˳xof!cuDX[[5G= DN<[LNnwh'j=t=V1AD~/NCf*+Q:ljkE5 g0칯LBc*d @>bqM+="|0»-Ggm{Lde/Ȏg|^.PϤ 7K|j}Dp z|+%=@/[j 'I@ eƹZta\R'NP= z "J7/Sjr+SC=]@oQqxNQ;2lf2Ǥ]w@i_zJKQ|@k>UU>^bG e^2@먜_%@v|lۗ;nd|f; k[U̝`5 G$DF1LwE￴h>ќS'0S5YelwǓ^'ĬP,\DQTD3zDY=ɢ (H|Djv  /+g%Vv8OozԥF#%'k{gΧhCޡBA49KKyR|Ȉ=fC#sV Awn:f|0) W֥eBš5q2Ǥk` GK8C5?.;9}Zǎsb ~Y|x@] %ׂߔƜۈK43݈3YB_d=JU5hQ}ϔc-3)V \%o0 y2L@}",T;F<%]FJ^%NR]5+T{0|4~QTp>8hFռ2dE~%[ڨSvC¸eTWO,avGR'j(]8]AlI* %Ui^|vo~de^ї'+2kR5_*Zo49$* h#XfZ {>+[0#d.PJd) L:3zC_{QY~VckUCΛ6bT3(n=c/|Ba;_tyP4/[GB2i<#a}]7#C _Hj^ Äet%0eKlA8P[^}cwЎ#~g̠/C ƥ ה 3x\bv?}&#baOrۺ+zȊyQz9ߧ3.:'CV"fyq281J au[C8",ҒxUA[ 1G~ {6#vW~?*ћ9s eP~`5/@1WDϷB|59&j=NqXT؏EP-Q !q\?qnE镏ib;QS\OY}KY3î|' û^k3W-YTĜe|F""V`hԦ{\UA웛FUã!e+,odm~Sx>#Q;[~vbU+N!zaZΐ1uEk( M!,g =#@阜Jk?q4ʖK 7k$?؀x^xLN](y>J#BL{E` hyqXyWh)}߲#a6:B2rLNe@.) PMM?oV'!bXєk6̨ôi_jq ^dĠ K,.=%o s>U~%H2y%^Lo=XqQ@ekX)%\="5 QP' cJQ}KE>R^,$"3TAK5d#!hE178̟v8UNX)[iA{1.z }efHAg:E]r0v,N%TE2ie(N94D[T%"RF4<Y?ȧa~f3aiep9|}%>&ؖ hp`Q7rt*!'z U []-)"Bl`vx%8& :^s~.[Rw⥚Ho΢cJ٢ *GB\W2=|Bp/~Q^Rk&!sQfu0Iq`Wn"}5.~ ;9ɼjs>TqAE?v k-Tjq(}%ZN*]U6{gLEgC~kV*Iu1alo 3R |Fqf:!%b`!:qaޖODDjcbPU?)8פhxABj :^3A Ī "07J s,@O!v7@)Yh {f*jt'.=֫7y@O&!1AQaq?{+VؔP7& 1єq!M"7n:,hCTeІK/w6f"I\w! gtba\T-kB!u̿*nF8)xsk^¥Fb4E&SxCh8LxJ~Ѥ'H^nyʸ8J#zJd'( S7 K/}7hxܜ;e`L.'WЏ=vW1eU}NE^<1P(!w1j(/(bY9ՅщOVnֿgpJ"F|_ q;DlidTrbk-%,`Z3/IŇH(gxm.ՈgM<5 pJc+ŜtzAħxAPW~aUޡs3{a.J (dcXxªDVD)ìBQp}D:WV0kRl$p-߈YD6>%b+/HK79 b7K мZDwzu28FءWY!S=@2zb[C>`N~{\k8$.~PR pd% n A 3 7YPRkA% ?%/̑]{ÕX= tDuh^5FxD@V81 *.ӷ9eoCѓx8Cx8/ +o.sO8\Ug8 @44~-"q#7Vsyqe;!`uXfR(סRv-W\ѦۍK5%ϨJzў-^x8'Ba<s 1B&S1v7m0#2G>JYVIVCIJbBr0` QJ'73%XjnPTzN?r ^ 5 !Ju W\%nr ]!˖* |G^͟&Z SG%?Y,R`:.MϐDrG/*zD'9ƍbMٙ(\tR}Cw-Pi.[g-@:J VC'K% *,=- Yj_`JٚXa9-Kpg*`@S1kJK'0M`BQr%[@)tA;h[g`K\Ip& ,RAAc*Dӌ=1L@&pF˜WIV2k-tql:_C,-c% Y R'2/M#.AG~(R+]@\ee_P쀻xA{MmZ4*F ӟh*8C0t=?IuNOyW2ղd[U :\;LGש+߈3} Ó.x-e8dž;Jz[rowZ#`[R8\xclMnR{LA~*TRb`S H6] @ L d<0W, 7X!$T}cYN_Fr1&K\4*7澣[^Ё Q^*n}AxY^Xﴥk"]>ѭ_2Eg!*MvgLL8E9/r W(/Źzt\ګdfPT=4C CΖ1` +rO ]e_a\H ۏn%{GƱ:*+!xL,ABt[K Љxʌ揈]l="@|6Z~{x/e=bB , >;cMRCHǩrC$j\ʈҟ v<+P<ɖR:}f bPxoʁ 3f'ikX,G%v`Gl@#Ŕ6h#?,Fºa1w刍 7Su%(aOځKj,k)kglA2xF^ _ ! R`ԋ zD^0=oPAw4 8zT5XR΍q[c@`oF|qrrFo-E[RQOj_@-cP7>!}`fcXPSEĺ SݣL7Pc5$P7p=$zK,+WRg.*6'0caj^"߸g c>(gjk9Qi>%5Ǒk#29 @^12[Yu ቌCl4BiX8Bܲ1FQEYLrրH`ًg{܁h>"b7I_R(HC䡛.cpLߴ<@!?60sAһݎWĻ2yBg2 &L=R,pclJVܖFdAj=ؗ+иu2[eRCtqlp@|eU>36~ qs%.kSN)^ Gh(]| ,EADFH4x]!)VY33l+Vqj*X/Hs8V pa Zg_^~8-`eKpaFXŴphϴ(U."τ|.?PXj .錥xGlUKmHxVS3^ϟCȂה_Qܤ~,*CurOy|JZ1 \Z "a @[3w( qbfJPTMsTۉoqDNr u3wBa+4bc;z 𯏙Sb8Ki7MA,uE!{J]EK `ħ.sKQߒ EMCL>0T\`!5Wŋ\͏k}R8'LUWEsuxYP* >J"߄Q9_ %)qž.7RbtTjP3A눤vc&RTZ% եߴ ķ'c*)4Q_Oh\gXG LAdRl{.>W3 1ҮQ 9yG,~%|^n[Xh IJU)3=Nf,!ʄ 9{l/ j_,Vqkc5[O6n(e /ׄEuĉl0U|L*Jwy^$,~P]s04 v)Oǝ@*_ͯ\Ç`& Q zFn4<=`{Jx{Jnky٬b ?P ]e TV8%+-48Q 7HDEdlKb6U\y :>ѓ^L-1Us-G6P/rꖿȼ^k`TK!A!4 {9>-FQH8n/`<5FR}bKY2+c?6f9bq-D1):ƿۄRPM< Ȩz~,%k%#;D" @8XL6rܸ+= WXuT[1(NALPRgRn/̳tMWpC(XpÈ[#c5Qn1 /d7&6 V+Ʀxq.:ĩ[<|ZNA#}᥮XX|? ͣK%.rI֐0i#|@&f-UZַ,夷8MqҎJ}bdm0Q/`DK*ZIDd%Ұ Pa{K/>6^܋O* 9䫋?R*0L(OMC^e@va~2l|N=_(!OؚrEeQS[DD7TZP8Ķ@9L_0GY{b#K{:g+TJc|\ޥIXG(zG *wG-_B :Ecz{5y76, RZ՗#ū|2(v״#\XDjZ(o C)e/+oUEQLI`JJ*<ĦE8qPDWT^1\q'&^&9ZۂܸGY}B<+Q8,sZ69.Fu"OEy/I%'ԡc,@yyjcw{juo+R8ѠyʕΥU--N87zuBб*+⶝;*Q] } |W7L,YCvMÃ83Q3g\3 Ky'c|*o(Aox {D.*X 8᪣38>p/zWWe;)P @AqVGA6`-{Brpo$g1^W԰*8VC%>p 31C,e"GĺQ`! p>]%N*/_sCх^QQ擭uh9h5^')RAKr~Scmza^x!Zɯ/Nn8T8 5h* q&:>IppS1(QOR`/{>ǵq iE3ˏ\|,XKU$0"ը JQS !h7uR qC8Z +ߴ`W[f??eg417MD1c'_93|K]LD Qla5sd";$ L m sWo_ZE}#tYԭÃ"@q'p/߇Zݴ-NbVjY%fr⾇,İ^Q vQS|*"1c)\l,0t2XCc"T,Tks6Ld1Hy%$`^%Si[k%b`law9!_qW(hn>CܐSy4D- tQ-j޸/&qkf <pm=v hd8ij_DxCu1`+U}Wx"g/[t}51-B5f@"_P[r{)"eȹdx roPz+ YpsVx5 \1όh\<XiԖLS䡅.:jdmxT +*|C > P4 A9sO NPw!Q>!Ҏb'8~j^'BԦ!_ PLn/eI528NxOo!Se&8ֽUqCj<p8-A.5qj_v0#eDk6f ]j`y< Kن%:q|Zeڣ8JeY>r3a,G)&)h$sqblF\ʠh|u/%u(5,PctqR3Nqprgmc} Qo:L^~a^j5WѨk\.wxˉ/ BJ=-h @xD״TYG jJ m<;T;7*TqEj[.N=#Q:MpoDn~E f9 b M-SVL n1 0ሎ9L <7Uu TJ ֫e~1Cݟŗg-}yFVjT%phDܻ^\)0-jj+| AGTlD8j,3l@,1P8U[:B(ITBq6iLQEʪRzV|NbV1" K‰D".prNŖ3@W}J]y`;ԵCRyJЌ 7.Qa,bEK }F[{5p5j=͒;ܜH( z5_zϡU#FqQZ4SAc]n7ݓ*M&SV ֨Vݥ\#;%߈AKS"!x6xM/ NQr;3xdT0}&Jq>(Ȁؗ' kd"mǔ%KA! WhRxRw/:-بTm)GF{U2<.$Ҫ=(d+W6VL2pvbVy2 w{pr01JWmi(R C \x#Zdy%#zs!I>x+zA1ID: jb!ˈf¦ACekxǎL#9< QJg!X&/iI*[=1 iEMZWDl}BW*o~X̸ d|u#l@cq== "V:h.&IUKq&X#E5RG3+(bV%,!x@bc: QIxs}J3)dEXb |t4 ,-8HUZBP9;#LT# Wk1 g+zC d!(;4eG_iऎ FgA1D ]ѝ&Us1c:÷ 5 ⽢AyMWh/( ~5=%lNn኉M%f1rgh(e(K_h[Į7D6uvظԴSHc̙͙uh>l/pJ9'b2tj5bLA~)c+騕vq+7SZޠMUU )^On`cҕ2Sf xkcKW|\eҺj]qe]R[Q`RXyĭɵy>!=*Br+~ۀURp{cLBJd Ju/|fK85m ,Ԋ#v/?p'U98PCRFJv.|1S[H@5G@z<'y2C+`ӛGB[QU:D >&sdPiB(eCs n|b:Ҋr xKqO(<j FY $VPxc^Psg<3u.1&̅XkM:IlEe(SЍG^ҡzh*3ͯx]+FD8kDKa[%kԆr3f0V Zxs&gq"c\OX[ЯZG%}ُR Q>3`d}u29 U xᇼU|G]{F!SAqDr9^Tͷ(}8h`Tκ(tʥv gk/G9|b+KvV3gtzA?rB{>qm|L?(+YK9aÌ%qP^PBn9ҫ22cr^tv3O&LzKQrC"WqguyՉ)(PǤfgVhOʘdL ˈUiܪsѴxDf_B~RƟ؆Qx2sXOf( ƐQ8h. ,FRZybm6B\L=0ߙtv/0 +XsR*+ؕ hi&dzPTWeCW~P䌮:")/S3?Pvp*??TlAIdⅳ+q23;1_N 珯*\ӱ {.0t"{nSZţ~:yFیZje֠eJ0TcN 8%\|q.͐q$5,O5f i1!rkJњP;m(DBCevEJmUn=Q-*|zez@E2TDooߘfҨ $cΡi3f_2{LiӎܠԩqFڜ?nuHD<*+u[8b&*&2b\_KPڼ8eD}E~`I`D 1(*5H<@$˙OFBChk@CO> Ǥgcϳj/tr'ޛԱq5-Npʘ`S15:LBms^&Tb yЏ-F́.:M^R 0t.P.:ѹTvbշ64|Bn"j_Ae'!5#IxFn+muhx^mWDYzlB7P^9o:Ԕ%*PKi{ ظRߌxTjʃbOSSo+k(;2iMd3p( Hpuԡx;Dj(vRe" f1qTysNFɎZ\*U!LwC2mbX݈`"f*aٜ 0?qTc|Aǜ»E  u# [lZOhKCG/UaahSPo.IY7 '4> q0ڀ#^p U15E#!qhɆ *Y Wixvv:(a7\2nc@hXyh$hO\ g .KiT'ywY9W5`/Bmpm46"vh7Zc5t9]¿3oΥod:Ì( jRf+. YĖ HRteS }Y:Z‡jq=!eYWO҆%t{~F=cQP j7Bp* J CD m Խw^U@0ShyEk <9͇j"L*9"L1աY5n;=]‘U}ˎoӬVY»LMfCʼnGQ ^#ІnXv*9^yg.H60F1V*-DdVۨ|V,רո"%C4:]LrD.YepY; []|b+Ǵ&ӕ#9UY؛u*y }"Q{2Lڡ=T1-^V')G*A*TǗH%(fyY%.(!4`PG z%LZowV X.qO+]j:(0ZޢoD/ *3b 5o#īm1\^QTrh d5Q85xC|cΥvpVM=j[|{ k*C-L8ۼ\nSNj.1A槬,PAd hJP-qv%HoH`9x ܢzױ3G;\6/#='3g`/fH~:i)X# +=ETJ"ؖ s+=RP4V%!׼ Jq ;\h_'YIO HMzZj[;3Aa14Z*pLnZS9pw5iLn-j"~ yPǤ[aXoVYLQU sf~ en)\_b=.2`Di+ viacM ? r~PIJk:!Tjza c8;Pp懭n,s⃭,F]y9x>%M9p;KZxsT%<ǴZ{J,/1E1'oO*zFm|J1m0f + U)<#:ه bq-[pyBl$Yxǜx+6WʈvSȿt <94<%g,$G^f :ж0NU_֞*`̋khsЪWbΧ1%M=8S~,|yZc04|Bp `3L<#'V֧ٳοp{O4 F}B:#Һw^ƱO*=[UB#t&(9/n1eA:9z\O<0(n1-YOBU zA6 -DTKq S*u`Џ "@Q01SiW (m/=3.=|*4U-9;nt`#/ щ1+=| c9u פEk '.Wrq WbiaQ!}Le+\ңTUIR Y >&GJ.O8[^y]JGۘqyau}1zǭMw.^2W"WiLۍ;Gc]8odhdD!$ЃN:BxhUu7 q 8DϨQc* g9^E\+Sa1[EK`W-cxj UP ɹ2ye!XeS2`GYL6[L˃YQA>m EC#0hoW]{JgjAͨ0(a k=ӼLS$r` um0U#W4=1X*~!Q8|Jg+3W;׏{ ]/b-WҿiG@ dP.gc!x`_J9C!: {D^xԭN#pZ(;BG @}q&ـ_w Y՗@e tK +P,c[+5рDp3F}&o؉xP޸#\uiaQe0}^#92 ~|- v(.| ![Omƒ8P=Usi^#"ih\ {O= rhJe^_bU1C T|ϔ@ >vEceL?\Tw*\@ia%)K8\K\UMqV?DDR6ߨ!QxbexPTJ}A ݟ*8&V\1ǂ^1p!cb|F>"a#^ONUL{A[iL|ݡ YqaՔE-ʮ%| {Ap\HpHaXOu8CanEv kgjOqja4c_p^uɾ<,&F T\)Z ؅S3T rNb&7jj_R)] J;LqG@6K} -͊8Amr `: QAMp:2ԩV3*=5_Pz* u,b2 RUp?tX0;LhCQlôʰ ihp5>(8&y ʲ鋙,vg<Z˾],*W-"*9R:9+lvsXӬE8No FABy=hm.h说MF¯΢ 3ɗ+GU"qrqlb~P%%Bs\ H_.SeCDa/V\LQxQT8VC/Oi u Xd2*Տ ˁ@YvvHWRǴw=`?_FuRTPwĨ+g\%U)M(O6F2/Xv/Fco=sU,ܔXB;B%+˙I<$>%$v7G5wJhzVS"5p9V{Bu /4$KMyb>zJE 3; 2L̷ )o̴+?*Q#Ykxm="@.Kj?*=Ƕȵ[yh]Ե`*_|}18!qX=e@}=^ >b K}0+\%6/eia?َsB?1\|ʾ05p!wPUG,rRB⥦fz;Ԋ] LUëKA ¥`qBF`K̬j0TK ˰C$vfC^Yh>%Am2.WW7qq0W iyF>!7|DJVbVGFoOhєQKߌKTQJj믈5UNhXBLj!=e /'YnT"'%!1AQaq?1sdJZ)y" wPp إX~FO`U{r7 8es4txQ'?MW"SďY4"p~NH6vٚn"<$ zĒl4vO}34Q@A'>)H'wN)<ɽ<냽8ӏI3xuZ_B C$0ȊS#kc."{ǷbKpuv4.T?n;~.̽׫(9RFvS>{ MI۟ T` wÁ\us%DKm=ӂYV?EO/|\9ج~Oʆ J+ߛ@_"/Ezv?Gzy?7^ 9J!%gC+o$H4uXĕ,|DE\]b\'u]\7#kz3=4X$/ 5"tSWJ"%d)vm/ov' A@D_# sU|{e387H<ÈhU/pA <WL|- )ɿ7Ƞ*޸ oB_uտ^'OM_*^?,WF\uNVtlMt*-Urqfn0lUڈ fClN-ح4, _P~}t<5{Lv.\{O&g4Ѫ=޹"z"[g|y B'(H)?{xC:"<h8jQ2\PYVq@!Bbήu&af?UׯA&~Lv넅QyAMfi-c" S@pGqU@&Oɳ?`J@AGiJA7.ar}*3p̻? wx|-XKytӾqo8Pjx>~1{m )T83^1iuDLo?( z8'Hye+]c:(wo\5i1(Ԝ:T=JUlao9!z"w1;!C~t&mK*Mܧ@FxܰV?ft38˸sOxF罠jĀT*:3.ǃTv|{": Ev*dg7 `ElOHo/O P=8Dt*]'.}@{|ӛ~`q9뉅[q&&Q`[UϋR6z >H]ï~+ 33pBO%qqۼ}2H-~h6ԉ\%$ JTsbe''fw>2iC'ea :9VOGp`!kH, q[@YTs Xzzo8Np$\>.R0.[KT~gsF@E9BJ0Uz췷YA9>"0p^0.$PY>K`Heiu|&@rGwn- hq Cu9PP9dԂz mTB_Vtd^qnYzל=îQC-W( {!g)L 2awHM5졤=Aq`Q_딷Q_s^p+~o︈-p]0ΑC}Y+lRcDGYTjU}|;|nں</ġd&UdY2[JAAR0XtR f򳥗l$t~ r[PK9l,_7!ĨB#*J':s3ؕQ$F4mQm U4b CvsSUE)`0r)ͭvSIzxqf`h ϫ )(O#sPKxЃhS0cdZgOwW<{4{pXFW' ȬIp(Xw;LNJǓWAe:4 j@ eL+LbV |Ф5L. r 迟] 쨂x{ADO!DfqH1'("PL^A{]'xf՟wI_g" L3%VyD@1'댃{B;r+w7 g.ȏW48ZJ >|ew;IBS0WDZXҠ+<Ei]\zx!YxCW7]ķɁV8ŗAgKO煄W."˄"'JkxQ ~F?8ܫ$O&62-kU&  ~w(h!P [e/@N*OLR,D%PH|%;>UFrSzͽ5dFm:\t281e@.24^_֓p wex>\[/,Fm-i< k۹r`>( 7K cCMG("40@t"Ch}Q%!%~*sP` 0q]=E]~Oru(Ɣ<`Σ:,'& v^K0.WgUe ^p-,&.xL*iyǽ]V«J~K!;϶ ,z 35ʄXzrnиm\l |YKNA8P *IkCcmsBI']u9Hvdܼ}|!Ќb=xϸ~qq3s`r,}$. lLSXT=..0_h@Voqk3RIyI ukw#BXthUA`:cAEmdnq !~pJQ]w#?ta3mqz%P@V0. 뇖^mg&tuxIT ދE G焜Tg2h+f'\:*y3ROB6?x)1N *(^_~8Lj\FI7G#N=;5&85}ɘ`\b>lCJ%W"bQxe ei1w<ƍ/[b,z¸%/8q*%JLLX Hs(7+ey9jӀ~\DCC .`-靖*RDK]#| j$50_J щzUue„ :G!^wͤ{np(4:dDNUfp.6H5> ^Ĥ|A`QMwiVX,Bqg)X:zh8*E?- CKDb!v& Ͽ?$Hۭ;04/̄: `EOLJ} $FtHL[Ui~7R%7޵!4B4.7%vX?D #ҟ sQ~So=dF,v %x4X-z:V Dvu DM9u %9,E g\ibx( Y/6Lbf,[Xݨ\C~0v>?e峠 EJOyr ]v6S+vLK< F[?q oCoj^}zC'l529Ɉ.{_n3 2;j?nj55(w߼ULDQq"nny^k?ʰ-)hRJm?$Ab%e HϟW ӿ$1RM?4'X1 sI ;'GtqkL fa8jA7a9. UMٓ.5%aǍb%Hy)D1!&:) Yͺ Zx_؎}_~D$:|l[E/Ů|# \8hj p\+vL`Qz ,ׄ5 hF?+>$5%jŢ}A ;briZG5p~qv(|yE[#;R FL0.AOgM#WHwB_w(f>p/65}?'HhMR#,s2Y}q ;2YHm*+vPˢL]Aԏ0jaB6F(KlҬ q7mږI% (1{]/kCfPD0h;GQɗIջ9(OL@Enls8,bgQFiU2R|vvZ`}QA\͑F"zP5  8f~^YCKAQ̇I\?< >:ϜtX8,OOo_3 kv [ /~^TaRo{ǐ 10lvHxp._T=PuSyՁtg\%7>O c@c!wQLjِsaB3 ``p Q[?yb\?A`=[r&7i[ؽC`de{>総l\@A'S0X 2:5I^E`0B V/p>Pt\OԶB])TN !QG ;&x]hXw0 &(ߌĒ$d` 8FT*]~G,Zɢǩ_xwE|\8O ,vk> ܠ% 񯏏Ʈ`)fq#KSy׸&/gZ-4S$4;aο D}r"jW?[Z2z\9êRdB `_檦 X%@Pe;f<aO$azGyodeweak0lhVFMx2D&7_r(.a ԟuŲ=?O?:r7^v^4B Exsش ﴤ IEs|tšDlŘ' pU8BUC >xMo*IB~<9%[U"UP뼷63H|Up`ңP ]//)tMx #8yqX`hu&^:0ب_څ/Н|*!#RpKVXPĖ@#x75hNg< MݦD 볯kBb^@164(fph 4" AƯuÅ\ # 5y?JZ(r+2z0[tud_EAQ]pWA޷8 z{o B6z~seV0C#s9ҟ"Fl?DB^A$?H{tm?O8Dx8;*d)>?ydi:œAt| 72|Wƿ߁"J'fWWV^NK2~g=i0Mԟ%5B҅;!I2+xmnRaE1ㄔP*~;cH]un!H=46[;+;_Ks:P*=W`B1_¨t'51)>tx@'*! ˍ#e+,;S*d#x{%Q")>㌿aźX =fR*Fޖ{q%r -بq.@e `Xx'N pfd jAigE6ei~o82/R>0fZ9FmH;4 ]^Ά !)2 hHƯ;3=?GFHlGOh@?@SWh&@⣃賩Ⴀ i7+cN~Km)mPQ.J<[L:㿲 :YkF X"e E8Xiz@@x0د u=/ @i7o4UΟrv"m$} ‚}?#603GX|zA37u?CW:e w]\Qp!$Ѕp hd2RowZIksD! yzRK"N-mw5 )(=(炵= r5}1j WwOfÿ I, 17;RIĔa K 3ì"T"-}[DxǭH$??\BoG4( t.~8);lsNq:y h⛿R?ϼ<*?8@T]c?= 'f_' o_jƸ.=Uڈ12wO ucoù-:Rt8$^Ӫt8j(4]}p6\xW_^ߛ(+ڠƶ~IYp~VX;o◬€NH{c]5mui8J{2L} wO8j :qC`0Iᐠ^αqu;e2' dёC: VH` ֖Iq>m(]8p{!_qЬ!sZw_mZI_$[n\k,%7gzdxU!!$,)?A7Xe7At)PǵMz{.~xf@.S:pO⨁(C;JǼag~?Jv+<8. 4Ti!SS #&_l!^.VԡE|;#%l -~δR7D;>EΎX6K>W B\u#A8 3%N8J K8T#Et =qݓQ_L @HЁIJ_kQ-Uލ!K?^)d!E 켷M+~ꔮ`qtD(l$iv=0I|b7n(vi6TC|FDG(ȄDܤ*,p X =}@t61Չ`~Toh]ї\Vx>R\z_E﬚dH̯J>:.xXAC G+G ʨc|Tb)Y6IomeԔf8WVN1 =L1mTq9ȠD|۞ ЂWqAeP% A|H`cח#) jpU0#s{xNu^MGo}NM:k;Q#Cm +YgmxnH-h סķ@= ;:ա069~xw { -W$'#4yxI G#QSsKcu`JX c\^lA4 @k˕!H%8,)u뮜@EVl@@н, :zNL&(XsjR_$i@,!uRua@ 7|A4HԳ)n .3c]zB9@}c.B ,.^{w)X>?B4AWSk@K3'ǃ'?| y3ef8dO)Hjp% 9NHf)vHTCU q@XER"oz n;^ <Z'L@2%U8om\:ݳѣ!5c旁ILUdbo'uFil~ⵎ{ 8&YQl"q0Q+=_xB'{/]62Z˻~ZXPE'}ͨpQ\UU):DF'$%l)!.^-!cȻcԅ}>eP 5!])v}t(,pt΀ca'W*̒WFD Kks4} G¯CaXP f}IX3V1ȇ$3 T8j(F5"Э:|6ːR}"Ϫ}rWTĨR"ˆPʼn+P`>8l3`z<: f%eC6N7Nv,&޳䢃pCo_&{0~ZWً6e>AJ{bd?=l#2vjN.ǡSz<)eoE۾q!UT Kjzoh@Tz*RО~BA@"NW30)(eyM YQ=`T3{ /S(@?`Y#w":h&wĊ'Ӈ$Ɨw>q SH~ ՂСA"Z!á׮`" N~<+Ze^fX:~zˀȕ'8ezkb<;gU[P4zlH;O/TB" 6.=2~8-"A'pJG{[o,559[6v<'?{lo 6?{m?jbS>r:_u.uO&êރ']>=&\?8N/*_ O1 /e(O`&3+׼qq#1 I*` A|[1Ktn-3ukVz^k D6~S9xI* ͑wᠡ@[ 8#{\ZA &"fk7l<H|shbDy>e `/0t ԢG׸t \\SWJ&=N vR>˸Z\B(97cn]`j [8*V=ؓIBFʾx[zE ֪ 7=?bcȺ6|4*صzV /i'7g${i,*>hpyc8еz:< f/e7Ӎbk*k7H`:F~{tXd*yʄ0 L?C lὢ fQ'TZ1G$${O̓Z2:BcƚxX/DYPP@W`ϗʐ7ε ̄ph4ԗ9}Rv`oPh>ӌT1:A}5" Q_bv$f1Lz%uE҄MT0Lzd S億2s* 8*( {,$A_6aZk|sg ',tME?KxjZ(ٟ? -RpPe*Cw d )K&5K :⛬u| UYImrt;G=aHh\*çJy hzNx㯊joηOے\tzC4ktbEѻ3a VUԐ28mhV/^{*@dXu$6]upQ \~~ϐga|3E{U6s%PDDt{8 2OsG~%A[!|n σRgE.8oIԕ6qLİEğ? 3\o8e8[C{aVV(CRje AA NJF{)'4{S8xv3YV#&0ΖJx3sR dD>>OHC&K?fN %Ne$xZZ5@ g%26^»Ȑ `}>םcj&Qalcw$]BU=*}ǏG`J5Xg/k݀P/c2Md%g$]D㣑 M&-{Mf9j=6QYlt%NE5` Ez07,Vm=o<X .Fxlx12A@F4 ^]jaS.z5.~jᄛ?zZpmkcW2 ;ƟO@v{mmRt7 @=\1{nl!Q?s#'/ T Q+(7A֊H7T:?@@ *zH6 JRR?VC޷{}({|FJ)~%w Oy*;^paz+gG:TRg-qUr2ʽ@@?uQzLcS,gCw7f80]w j%4Gל9RWHLƿ88KJʀ/USqjI}v_GN0 Lc2}qRaLt$z-n9 ?5, $f/4!Zi)_73T`.8C#&u?3C+ӡSq^tDbՀf0UN%d\ 2Oっd5ApN:'԰Lʓ@k}{b^l h ' pM#Z*o4X|o{zOrF0Ҭ F!UPm!zS@:s'8bUT0 WSB_͂Z J9D=Z_ t"Dw,%ތ- A-\[EXv*/SVA p )qǵJGRv TAt]+5#"UZ%49^Qc58= }K~(Rx-4_SRb~{P_ᩡG"s:++(쳗Fi~Wx;!T,94<'TjT4 doKR+D|A qsjH$*TP(uR:=m>~[f`7 nEo x!F- [n5hH 朾PtlhBl1Fpdb.2?g[brjP'R02 W`ȼP9h$J X*BYUM֠+0X]F]Հ2P}UU eTSV`o'Iվ^SS1:}E߁V1tt$u\c] c$0i?A YDcjί$ 0;{HߧyQ!G~J@e5R]BUyo[=;ۥ8ds6Ġ?gJFt2L:vu rˤDkW8H*JFCH_MGr)0F@ 32chkPH}߯': ʨ+p$!:?N`|.aSWxTQEY. oeBf͊HZqEPCxo:ICGje WLdT TP/ xf̸j*6Wn;ݫIgS*MtF%NH(Һ60h ȕ{x#ࠔ;b8\Q.I;l;8x@-#0tB#'%^E|qtjɒ=PAs  ~?7B(rQQ.1u1j(B 2Gb2ZV@ f 6"3| *u_NsAf k->P(:UvT ,<ģ'lp U?瓁GNp{wdily5~N!郹INq I/ZpTN#`w+ Q0A+Wޮw-"EGHڋ>4ߟ2 ^)"wR2iH quDo>V~?<5T_~>qg:ށU;TiFg\C[(^^GG>A͛~,N|7kz 8+i@o+!JO \/[|?R _n\NSsǀ1|vGֺ]C8%~#}oIh ԕ~LIIz/EBAh qjeECI@Ce $ [+lT{mV{L5ǣzZq*?AҲl$z"Cr6 \z vKef,Q9xXCB Hð0{;JU_sc'(m\l!BWʪi Kb#(G뀱;1~!׼ je?XFak\Rx Iړ|cH*bda(@Q z*AD^Z N4b5 ~K>\Dđ0P@ `+3%߫ Y(%~zdBfvPP ;.& )sEX pI:4ZdDBO pjNS)?ΔG B~nloUae(z}+oƂ > T'vG- 녁 &!Z:r)Qgć;${W2~ ?OD'1 z:g_8a7H?!B33nBmx6$.F2"1>61]f}..)SR׬ٔ<8-| ?L]/|H+Ֆ`X(}kP\o»Hڪ$/;7a%LV%FiAFë,6=D*1" OT2qx''5\2+5@` Goija::ċ`AVUdk5RU .EA{g/E>ck=a% b.+]z k{Q7}Xi@]Gw* TUWA^/H+faGȜJ@wwS1%R'kXkA脸Go3n .#1ΤI68(@u~r)%jx3w#ZnGx+~X#Ɓt!?_|UL^680Ev*3%aN,j=N.eP):h@KyS\" E ET[_+wq~C޽?,vy -.3$~\:Bjc\$ h`x!*%`9BoѢ^ &B \6R h͈(JVͨ㒖e~;10{ig'H #5I_0<ƚl(}φtEx1lDIE8(Xp:'OkR og\cx7Λ}L*F gå$-儝IS=% K+r!0w|k f?/}_']uR~c!x\/ f| A6/KNӍXW˷ TXMJN\v\=8z}CE*"@:I$GFzDUb HC;K蚏ܐj+@pUQ%[yOU欔 [ PӦ҅e`ɸl[]q2!-F /1E8Hِì0JqAW?/G "XqΪ!jXr "pbm9tJP1thLgD=3-bVkABhf/00Iidĺ"+KY.^;[ +("I<"'Et'SkÏ4G#֭Dč חL6#~-d$ѝ$x2n`B-邝 c@`xVs;?E7}>BbOk}xQSj`GӨ䳨ZD~1 "tS@\10"1C`T~ OkU֐6/Wܜ}LOq! #F@/@lJK:uyJ=.><#6#BQ#<&'<As!b_"iޯ,`g \aŦ hi|늑#QJqxV@+H&:#lP @[/QRBWn:x>1H@hb=s# HX:)κ{n=&o]Ebd~U z`4ߟ9BP9R1dvw õ@؈S$Ɖ_ҤH3A7sd=_@!D/xe}FV :e  2dMx%[ CE?3RDo` @fEvxJʁ9oQ,J jjGTw7^!.4f X>յu}.l(VqĐ.ܶN(OT#&Qb#X D_4@QyO4%nY͸t= M+W_2ۅ8LlCzWgi\D6UD\q5X '%1z :0!a!Ǯ\u!XU-?dicjQcrjU%5߸ah^U„4xfGpQ@%㵐WZ iu:|k,@!uwIӣ@|$!Ņ 2Խ rQv'|>EUD :sqML,) m P<".M,HӿwZgZ_BK} i+֚T/Ga%^`U凉XwaMHݽ:!:9ƞV1J" ~|R* ]s #~:5E¿FAd0IBcIt}}@CE(- >f*쐅zbTdfaM7aeY5hFQ#1m53*S1?cVBNA`ƍ|ԏqHAmi N(A1ax>㋃;û &:H ^wA? 8]fp&BUfxXخP`0":hxi q$5^ Lzb`G8jp ŘTۀ\4_Qە`])Āo;67Ro(^G>@(PE Nhw?a~)<*Oxa"sM f1!ob1XVP:B;:Ϳm L^@W{Om5DkrD}Qri `X 1S%PMP>DEBg@pd !+Uu onqR(Ct p^E!& @G9RL$-&N7:zD ^9& L[MS^-+N&q v#^l!pa$Xo s *ٽ\r|0!p*j!A8 (TE H[JH4I\Vz aYxZFiX1CkE^ȠUCmۊY KR!/~@x*EpS e+4(`dP8#YB q( $=dޓTZ q]yG0ig~ ʯQw4g8P-,ϗ Įkz8쨀d@e3 NA:ônA|P+. ݶj5 ibܡ2" ( ;/D HT.|$C*U[pLtSUd˄W=qP@VK}Ci40ߞLåSϜhz kD7D g-]JOox?+ܰ@ۙ32(aq7fSfL;N'!u?{{Pyބt ĩ3q{l68$*o݇u0 rN|] E?f_omJ,osl.ँP8=drҙdvR7pīE403lG'|ii̒(ǻiXP%PO{ CTֽ@i@kϧ_ Ubޯ0'm2;/ߕ+{ sKj#o1)%KBye_9IV]p@]ti0eWX?j6`wA ULUP_w ?%anT$Sđ8&7e[;}lE>p^7)"2RƮl!>.ӿKCx!'nLA:0a0?^4Ċ &X ){II >gO' -hnnT5 kG{GNTTYVbpDUE݁Qs'|(UuvWZ ] kVjZ׌"[Q{0 Bے.`;@BJ{mg!6Ӽq U`]"^p9@]0aPE*竮R@uHxp;{OAs2,>hl|?6-z Y)i B1c1icÆH_M'H<(}{i7t¨?:?6:v t ̷vǟ7{KЇA U{)Ř5ABzkN)C=ȠD8#tGߩ23F`x!.̹ }Ea4P1 ƒ0'ƤbΒV?Y0'x.F̋db']t_BdR*og dq.9ZN$UomQKHX5wpMA;NiJq!9mǐIS/{5x[h;1pHіE7?_甙}v3ñe†CN {J"4Ӧlg;O;8m2=$%͠~'4z xr~}B=Q8-PRiC+KfppL4Νb/H+(_ шf5u>Z )`p;He.J جZ~3 aN"Q&sn Qj.^TPÈ#$ڟ8-}Xj dIdLww] JbZ,B5կlP-Ny -BVat:LUzxY?(q Ng\KB='tSW$"l sD1.~Nì˄_idO NIgxl"l%ـPdENaHRmL"@9F n~^;@MJ۬ 1SAOӦ; Wm(H{S6Txf^;|)=h.&~cx,ԥ/_0`Kp?8}>E%ؗ!lsH #XaJ/񜹈Njgy|1T뽕5qkT?L0ۉ=#})*FI :/c`*dJ:pUl8xsH,E:(<i@n xDtM D?+w،"vK9d=J$n^c{ X KGدr5cc7P# 44PusTPy{G `[/kR` *2Z͐ToMt ?arwS4@|@/U@`ΐ|ŔD}qB iΞ[X0g4;rg^Lf~.) Bz0#{ j)r= Fd!( Gd ࣎)ǶL nBāa0G\ : B}G Tfy).g;Z~֥^q#fzl=iNC 3e(ɼI^DL붼PtO +ךOf :-Bv;d#ފ|Bb:M|e3.49q RZM۰c6W* QEgEmLg( ~DՍ NU )~p4AA#$u΃ҥ fV? w:,mFt:,DHO8` g/0oL*FqphȢա*|6HtSd0_#?|rMJ'bwkdUA0IћaHؐPCmwҊ.Ցk p (E\Xjm;y|*i-}VH:Fiٰ:7 dA7: 4X wqK/_)xƪ#?pIT20ƽCVHшMT G[fZ+] RGC M(JbЯȈ(%zA(MsiPtT F˼nqa(uI+yIہ5Lh\ v6@LY8TR+xbqӱV &׬Wq[;) FUah%d+HHZ4~3r6$: ϲ3rqi~n*hzFPEf3ABQu c5O*pN҈5XrئFi)P1Y& n5ѽ;1A5'O,)y wQQp? ;PV tEO]qG&?tH"PB &6~T-Y,<&Sk %2ywYwMP_rqțIwƧHQN|ڒBqAZRz1Pgqu QlP3zt3+XkNx%TMAbDh!URBxBQ> Ke`$D:SH\5pd zmx?^ۜ}U!: .Cf._1#:Cz^! UiB\:x/F=^]]ߟE;yʁet΋OsAh{VCu 5u яd&~?~ "_l5e"KKD+`~BXte*lb\աUaUq-w6S @$Jz:;냛3#c8]˜&P%;eS ]"W޿^/1A :@L N5Oϕ(T2|i?nBt ) ~#i]^Ovb…$cg)ڞڶNA`CbjJ8F: 'PL¯hH\ _-:XLxL- "~&-k  «*)S #&5k=$ޤA6bFԣH}N5vhuE,n "Wy&6:XhQ]!Ȑ0F0ӗ<pQC6^MZ-77uagM"m{P e h8$wX_ޡy̵WN-Dږ_ϕ芠9,B OcU T("Qmev?^Pj*l[1(/ΪiCLsZ_~`{5uݹfB'H\W*5FjrO*$),})"E{!e~zWXfD!ԫ 5fLJRꪂw\bJ(D^>!0OH$pHIt3swF iUPSRnΘܼj^ÀpyDhwYAGy /?u 5ssZS P:37}x‡׳Ev,EZI$"aԃ]|]D8:wܲ\5NN9f$dI؀0*9;ё^?'8dz 6KZH?$!)OZЁ %Ds_sz?|}BoI/{j ۜ͌~'-QXYdҽ{*)B `7;]8)& 6,iRN>e!{$` A}+qDMbc3nL/2ڂRHݬWF (,vAL0`KкFs@j*BJm)tȴ/lWA(c"А g,"%ɔ r2DF.C J]C N TKA:F e]A( (IW?z6IΊEn@X2$wNa6BPA: = `#2D k)H,RPr\ǖ`VMG^8x" 0~mpP"h 'b(pMX7ye߀&JH@tD_F3 h$v!z:Xjӣ ,#0xE*/s RK/D?/'܉p!:g½`q2U7FJ &oA e"VPʛ'd izz6EC?9JYq'YZ88Rl%L92N8{fp:w6^;PX*|Y0V|$2m%pZPd瀱 B)4,V: WDB?V^RC_7,"P; [N+ a9 v `*N8*l=Y|RCl7[8,h/H$"zogTI0beXpgt 0m]!;ǰ__y\@ ҡ 8qjnNUFE*5d ج)ҭ7dS󂼱'R)&Je3Q Q_YžQg֗~'%IMT5p+l>!b GBw{WVLbZQ@:;ۂ9^L;Y9tj.kvipH+'\B_&Ubs8u.ж[p&)I\5 '( 7PIK%?x4PDJs1VFYYjY/@h0";VRa%0bBy…LQ{KEhN/(X%:M8N"f뇤yBmrgB!>ʱWX Ml7 6_Wp]G3[ r@YPYks[,Ea?yzWj%"4:RgpWi4<.Y_:_ 0Z, 5'qJPW*;2<&yE{6 USpe"B(QƥǬj@#/QiJ.:.b{jWl#] V Y+'TvA&w;ωIA@߽55kGV8&‡!^ ~@0Bt~*WS PK(%:M`NVH`%Df.kE{1"{ z*y7nX4PvQ3 @KG@7RMq:EA]PV8l{0k)mFB&K$D./b! /Ax]Di$1sHy9+б3iNvsȷzZOM\>kDq Qgn폼.h;XsqB{͞^[}u#-t.>Ul2vOPǮ* obvqFe?aR"L 3zbM! U  R8p_dP hϠ|֚yjƔR@]e]B .g!BzdzX_Av}Qnr\FcQ&MzBGU7R  NVZ,W&zGA^Xk2eZ}ɠL/0<]K+fgRBf*S +zLB( z@Ɓ~[H{ Ir,yuFCڞqbl҄49(|OI@nB[P]戀CTV'l͡uR!v0C pqK]$Q L$}wE h0<`|J l3Ƅ8&$䒮Fί [Ц𢇨shJ, {iy#F/k{/[C)'nӱ+`o@C{|}o\POshac:Ӂ$ªАrgxnU4z:}RC !huxN %(*+yY , }QRe lPx83G1U;r{o̡BZփ*iLTH9^pD 6)&jvyFzS(xVbtSi4ܕL/&wRk{8% Ph$R\PJ2Z##Lޟ̢X&PÚpP  x~n"p!=ڐE'*}6`ŕL+[f NF l^* RG l{WDiSI\//T{wĔ`0>-zФq03BHLh%|)gN:"wj$~!sKҼ" =lxǔء#UtPV;GP&r#=4dZ!RvЋ]b_g7;/e nKBPv@욎&/Z !:ޒΞ a8f?ڏKLDҊbGGl_X7 :a@Юx T5a8&ɸpzf׋UREV`ቐ P_ \ 'J*$q%Ec>aQ('%0ӑ-8gYS@OW`Y2 s8Id<@͠~x/1%TJGu *wRv3@i ToZ^^Tp<ʆ wIh=Th AFyP0*~(q(J-pC YP#1Z{ƶ P#P:RE[vE#`XZEаl<@:e*-`Gbxb ;'wi:27.>6>3ӱ!-糭H"!8+UŌ\Wn7AO4!w0GTN~VILSy[mD:zxh5Cx=牁EbX^ȜYFchuԬ>_6X}eSr&{ %oǞ!@?թ†Ԑ~v<7岕AQJ߽{a㪤]= ix wa S"=SDo^uÃϖ⭍t)`/vte*e˅P1`D)~"Gl=@(E0#UYLPعn"J{6;Lׁ0q* P̋ByS3dϚQ8LMFT9#(K4wF:=g'O{ $A%myTD!{+k`&CT *MTWl94`}xrRBtWhg^R2A9i9GLU@N8YҮ[^Da fEf?R>^)tDFۍl kS*UDZP!Cઋ@- n/O).EH8B(uPfd\,@h(C BE0@ ‚<^G!1БỺMHr` vGpT^%H+roL&| '78u ` TR=4,>]C#::3~uk'R]o ɷ j)-̷ÒzVUYi~< QH Xk"&ݽ)00ǿ畱[q5+ NxTr~SqSbRO3!gV1+ P+Iw72kn$d$/iv@ N*Ǣ,g*Ā(1ń~lw*3(c G)O]g u9}yTzfSD'u\J§`%XL.?- C)o~~=&z,9H`h)o#!F d\\h1^%AV,ټ*cH;WS@nw'O)!Z}m~6m ޜIքN/Җ.E 8QS8-  vY2"ٴb5gyV yО/[O$Iқ<ި=OzT' -X;D #lp+n#լC;_: NV/>0tr+1t"4T$Mj10]u$%bN("ɂ*B&H,tfwIbP,a;OWA҆iص8̹ML HE@!4hԭh>%c>R{y+< ۱-8_b2CjLHsfv*F+h3*n/R׮Hm܉޻`M%xF xY.)&:6 B[E-$bÜwd(l*?P8-NS&,vC%HN=P0J&$jL S$Iu8N #k٩4\УT|̆vU&5zDwZno6cL<2"<t&O)%Ӯ"iaaI(,pݙ[HGJ?섰NzҟR>GXf?y%x @ı^/2 &4]'Rl<*@g0 k;~=3%V ď4(C!B@k)c'QTx4|G ` Ľ:֠T ^X*:vdGDh]w^%`F:;׉bYLK< EEhܿDJ`Rrk¯B$h3'vX!)M~shmR0V ]iƹ tv=:Q1 &{C< <!** %=IR9kgT_s&F=#^.e#D?~xpe]XG'}%;ѻW%ĭoKo%4v'|6%>Q~RCޢ0"fIN n,\v`laZ'zi ,#ҏ?S VԿK] IHB"&FCiz6]:Nn &nΓ]J;>nj%6>f"(T+ո10_p  ġ96.ݵ#X5Q3=e3 Կnrhv'M3>a7Иvb0jGL28KbH,p:\Qek~j(yph%=pa" ѥ. "W+AXia>OMRb߿e#&{wTfp4jOgW5 /sh{j2N7:p]cӣ $TM0|,@T6ݖS]aފ8@Vi"* "pyA9`H ,Iy︒T K!jĎM4JJ5_>EU<V8P^#Vx5Y^30SPhC:XC S -"qSխ3nH =cSxzaͦiE4_vpc-륝:Hs"N^ŮpKW*' Y.L>}z(d:8j?7 KetS.P[Li1Aٓ.wȁlQ&fuq#1e:[@ N'-C yDG[SH;g +"RR6k!1\9"*Q$0Ӣk[b 8i 0I!pqgX$1 O:Mf|嘁%4x>G5L"N "@D/[ QgĠ":ϟ$;#*3 RH/[(IM`hW%0Ѵ}yeBT%ZB/K CѺ7d\5\h@MLg2*%kѧ! N$ta꠸xpL_J"N;|mOA^ }આ v9^ \,ߞ. hT3HD^`ߤaZ^NNVl"mv%IQ߯|4CMRsa@=ιY(5 1;x(4f7G蓺:m>z+8z!:a3+aY2BKhۭTdȄ:WPPQ~5^)|K vܛ(ĝV~xtg_?Y)so;1Jn]LvYv_?]OO^>&$_b +Bs2}䕩(&:63(;%J:>07 ʇp- n8UbeXi Q" zZ!_eZЄ,LF*UxͶA:> 2Ḫ MU쓔DEz;SEI05K_al C 1#WgK^0HXO^ż +ţ/Ҏ 9m:TG%CĿ hc.:n| !(*5Uܙ*l9bZ*vT/3d! Ǘ^Cj"ƌՑNZ,] B=aXp9_/ZTX Ϲf*t<^>EuqS5:є@A&BTMarB c6,(WR6CLU!F⥆Q`^fՂ׿/@TKMa='1:H$Gi$Iƿk7:3Qa7*cSf6n bTzqXb>ub'ET<6P <1DН[MX((H֝ i[oDB/I0lTDxd,AjJμ vp tQE@ju Q߳rq؍0ETh|1;wa;$Z0Pdz8%"Z3=(t(iw.!Q ipJG\ȭ1BEɉA =*CŲTޔA|/#0bPґ|j6Z4o_VLCLjnƑgR@S,݋AT(W7Ch ]"T=UJք ,aRfHg^!{'UQe{ngr17eD`"ct!q$; k@C6 (Ã0(a&"(U1+y.{)kGT\/T4᳒.mTE>7K^\Np Y 2|FGWDtHy[$Qf yX7Xz<l0tFq1$E8'OH`:!܈iʤC/ U͋Ѝ0~B:@{ɓ|@Rl" 9- 0-P?_%{Aq/ ap x{rT2w()GT.eCINPoSؙZ,yEX4yXVP ZĽ@1Dɞkr\:m8kLF/YX֎:ʡg`FUu/D@.@ A%\'beDc=qY67QF ma ix5p^(AQ. N_JĢVarI]⟡0I0E!`Ae7({|-Q,|d,[A0D#+$TΑGJJWtJ`dzO yM`Ꮢ:jC|]o.0: ǃ@3Ki<4RNG|jQD*AY ޳P g^#{hJB\C򒊒ov8;Pu/Ѷ?=>]v"A@ZOno6VQ7* @wc4@Nff" 0:oE(xqrnY{@H'&DM-RQ{Qgfq*~x]=õf>IO,"Dyl4yۆ$-Q}{=00#B<2|Zk',Ķb^+?/B@`} W824KK{%DcZ?x1H:,K}!1Jyt yRHL 4; jlSY[ aY% wYZ;CPJ㧄Z?8a↮@}W; PP ҳ\IlCi ubvD6YwDУ&<%ĻjNG!ƼV)QpHёwY{4% ){*FZѥ%Ƚc1PEdǃ`C"B^#VNPb{,Dmk]xx OFԇLG"w٣q%]xťITI>%:.BqFz "Rv]^|;*؍=+Xe, yQ(` T,\udxt 4Y40'=D0vZ 肊gwQ&fR΃,nn {e(n]f]-!F~@*tԊ 29^)XMtAiۺ( ABK88E0ڥtT! @18=Hzˎ+@ ڔo:@>Wf)ZD{!]0 S0ȭ$m rzb*^.AtT"YnEܨV?PLC֐k \@A[POuҋshwxz SPUT-~86 &qn(z~Ǜ^*Fph#BW-?v-:nթ/m<櫆Li~qHZ=}n韣K\X6YT܁D\8E}4'_iĄ>eBLf/ØLEP"u~{M3灿A &uXL\T!_-7s>>jRF!k-Y_D%]T{~5)!g*68l`ϯ`7yk?Pw x,tzQN\fq&75GoBXSh`H;)2WpgϛOՋ~\z*Q} xauH1VwttLHXo¡tR1GQE\5*3'ZO_CBv] PA|b"(op4 5'Tbb2lKW#EIRq _Fhulu+8 Į$ e"|?%KEiɲ0@c^?l|GCgAш޹F(v@^(с0Ivz ń" u-8\83qF" I C "&3+~PzU2T@!ѱI\+dw!Ŭ$;TFڋ~[1XajQl)3%.QJI8pRE/tttX&U dsXYUTW|D@ec$K"wʗbg'ñ`QO!*"āI(UaA32* elIJP$(qk / %m57Al >Ҁ+o.$4#F״Ms@% z2Ļ0Kq("2ao2%Nʀ::N"E]b8VȐBwW|MRG:?DtgCz40޸5?z ~݇4׎a?/>=DT6z6y(>X &a]@#1!Rx7*|kUyH{ZC( 0 (gf~B|Ơۧr1.Ӵؑj'yְL2y4A}ޯpHXtxȯx1鑟1(@o e*`ߝ+@A)ӣT@]}yǖyr0˜L>l%g~<=;"oZq|BfKP<6SrV҉;b)di"/:˲W-~l7S=h?^qF=^J:zCC1rl*ÞqTN p322*=l -B{P(>m6 hF?Y(7;3̤+\Ck0 x5 )ѼBF8:[ƞmHס[WVCkHi+QBFd( */L> RR8*%R)Z%P(IPRr'0**hB4`UuB풪*Q;\|!% tf3P҉IVZs ł+7M[3JzZ]޽2)P"RT3xvԾpC4CRV4Ý4B~@SʞGZː h%@@:9,{/,ť!KiFi3 5c!TFBJ7C#_}5ZJz)n8՟ - FD{I'‡rS@`C@ tn(}@`·;8hyoŝ͎3^9Yȩ[Sx pe3;Êĭʇ2QI?#GG '&%3!D%S.yv1碵C4|IlTN2DAoYE{~ $lA5Ki宻Js)҆|N\)c\ֿKSG;^B-3(5{_Y!^tygϼ~䵒k|Yx/$fI&~{Z"ٱٗ^^^ N _9WI:~OIqCN@F~"]Os1)rj~$0}&zUS3RQvX\ z?clj@VMG\O\Rlo_:R3hGOyD2z AkL9,PWp) +`O\Sj`9}~0Ɛ*YpVi53 %ΏQxQl\D[!Oa^OBXx&5uB`2l']$ p*vb1s}UDC!ߣM BeדʆF(qaΣ)jrT2"b@@r' F`8_j=UJF(fU2i*XK1 $' 8ySgOgBJpW0JRgwQ+>B":CHFt/,@>k2NU&H֙s"(mGW\Q0+}h"ejK+xemQDӴ,t7) &~*GLPm6E+ԠݱoZbP'j@fzJV U@0t*ўl CNb@ Ⅹz4*Q ]֚}Ӥ%X@ S+4)3RuR yB Z7$"CSlPRhK.|r)W>zOKKTV?xT??;diЇaf(ZR/AVu5T(QyŸKCG-f"U)XwD-z>m Y;?|*AdptSLOؿ!ap2eE鸙닲p914QB L_ Oo+?2zw]{8]ϱw8yi\Pb˞-!g'՞Į$XD?+vŨ,*#Qo/( QCo.in[smx-Q7*Ey둛cPCxyB 00"!(t0_^ufCDPT'竎.)d;|5CfCx (;(~3z=nDv( xtMSo ΚtgC,KB)RRvqnHs8v7Ajhi3!8ĺ4@},1}h${gNvy͇Hc'  R,"1#dBU">Z%?qdž\?\Sߔnzc~{3?>^4)W >ٜz2"yt 9ڏ8Ky+S b}8$ Y.x߮޻S}>~"kƹGLʠ 929!Vz0ƽ agҪCn ݬ*R#'b@tp QAZGu!LzgRIM獁Ia/O9G,)\+g ,,GSW@W g6{JHMWD(VG(ƓJt-9j|ᬺX~8X7>/:K,Y\JM4UEP=O[o$ff\P)oas ZF% ؈[`L,4* *8X\ 'ZI~؀6c댈@ƨ蒐ruY`&mG7>I0 M1ym(A06'`-($1+tZ4~8m*43a9S=^,.xt#F9  ^s$[қqAEH6wndDFwaJAogbQ.׵ .,P48GAȊ^:2H~m}N Gz_;FT4̘v^Nx.$~֦=oԎ<ŸѝbZBW~`ۤ贆?9bU0hښ22`rt{0tox߿N]'NVJ9lf:)<A !S,xw qR7cQo?Vq(j:r·^p*WF (~5&؏:siE UktֶB6ޣ Pj:-(rа !BDOJg M 3K Rʘby1Y:96 \l)hOs ~Oߟ*{?\3?2K|t9Jy8,qneGT#!:Gr"pVuvu}I ![ߗ)Ƥ"=S%j+Ksc& ʋp-`̈́ށ Tak!@)mkWT}UD J`4jM ֩e BtDWL1Ry)SA!JMIҐJAeH9AxRHVyk⤿EЛuA ߨ/gV3iFh*/X8Z¡;rbJn;!쨘B.킜]o%)ec93ܡhbIV$$EC< Ȅ`!)]Y hDL\Hu#:^65H8zp U?H194~?MKAvT,ASbn͸@DWQ44jwګ NjEY;}:7c@Hz/;]a.0# %zK6UEBj¨׷LzrҢ]f)2)Ja*q`peDRvaƚ™Fac^*[^]jJD,S4Hl?6'#àz2w;`loD!j×kNHt^tqU=^ r K%*|狊(Dmq#@«OվF~FqiG([[yKPB 0P}LT z]RȾ*q~Uw8(-'?\Wig]f(Qe 91?<C9V13O?rM><%/|SoDѰr^ EjjVg9]3=#1KX~bF??Ja!-RN$== >ޡ-zQ𴐘S8IqР,x5}Q5ME\=l6z [/RVqw|["@l1 :e@Q;]FjN Dxfޜ%kcA Ef8ݗr=rߔ*BouŐ倯?r#vũ\cA)xtD&Q@3% <__Ae-D IB@.5PiXgD+ qGgxlZ5.)q,Et=sk] NQEJ(lV;k;NDݨh$kJkj\ ]L Lk۽Zq_ 2ZY(˳(`ZwWGFZT1,=՚vJ$%4%CQQ #O^?N&pb7?@[/f).{if tR) H_ZZ N!L)Q|TMlRW#z %Cn`UjKPSma 4=h"3 ѓ)!*hTdܥD5K3[-"1,`wpugoi[P:60@Be)"p cCGP&pWSf#ܠ@k\G/F([(AI#e4$;Wz=M("Z:U=k:f1eJ \0kPOH…oGw4u?'2@g$EQ%-*&vAjqeHdqM<xp=(o:P5tu HՇ3TB < Ȏ?Xl")LJ6<3J:JNӶ;9|z2[(:*u ;s@+(NR 綰v :][05B r}?!ԠARV"גbVm>`:e0hQڸ% E%hf0 19Sť@jtzcQ1<;*dPR)InYv*ÇSBldAbXCK.0Y‹@&!˹q Ӆ &h|T%)K@R]U0+eQ_1 - qMcAUę$q$Tjlx%S{^ 'C( @嗢l&L8xm0Q܊[4*tbbNK0,Z⿗d, 0דt,([B'bH/C{=:Z Bn%T8VREP24X>q.NghjP}DUo9znzp#m:h\R&w3ŤH}P7yW]NRgf-L4Pc\iB}E@B#T |8]ꗭ&b3u3f߬@PdaNՑcnꝝלM`H-EfwI+rBEpdIEu؟ LKpҠ|X;_lpⰽ)mцy7BF6,KI`xGMPkd@5u ‰/F|{4Oę &w-@׈dR0#\jEX;Z 5Œ.kP+\;]^ io/L򼰃L bvszdRGF~`PU Ivqe"fǖ؈Gp2<S܁\=ho_*$?v?g>~^WׯxtƉw|.n{ ], WXo\&bXU@zLx#TM8X$ 3ԂQ/ϩ`p(\MWts0 PYb=~dhtT:A[Ę"ӣFè!ŒU$$)iG!c`k_o -!Zwu "%Dx6m!㷈E>|ş#AP Ō1o#U:1CT pb3eA&AWΔLH^,Z#N;W)v@+JgO8Wf${ }.Ie}{Ӄ0}p…NǦ)@۪H!_˺ˆ0.&yEH^ub=(TtUQѬdynSO fd  Jq0s(}g* '_pUoRşz;W$wa S< W(FF!2p y #lsSDb\/)7{=t|=y\~RbPClB =q?[tH %J'7P*_v_:h‰xH.ϓ ,"t̃tqc>; 1OCzj}}p$_??љG^5d@L#a8tt #9>Ŷtt{դcYbj/dČ"5ryӑF bu|H60h?Dh:-#%iS^Z Eؽty:4@IQa"pL0E$)M&pA$B@9r^yR[{39G/@N `S-ɀ(w3 Df?pJ@ RS*z^FsәpZ} *4V0t teߛc@V|X D dW/RVJ*eQh`{|v/q"oeHvB~ >EcI:4TI$EB-{ !Lx:$ĺ*HnG^[ Ӡ@rQ !@γPcR"x[96@ wl=,<".ʨ5)lu5OʍR3K"2L(RtH;B`} EH4,ժ265Cd9r‘Lb@B=EX`^vA $d^%Y^APR@+GNP*y0JB{5e1w3mنιA (2쭨& uksj?FN81 h, ׉Epq-P R.B`z;xz;*j1j'axXv@;ר.n%u3 :$z,D-1j*v t;E O`= ț}t[I [/a a؞),RyXa!1)mSXV a)N(AO{;4E>z Q]=Wٝ/*M'qQpW9Da" 87coZp~N qTXQ- #0Uk^/KHPo YY /4iV@S&SX]TP)9N'M0,#F ]&ؖB;eyZ6r.B"݀5kE*45Sy%2ˁkdE=-^w½ZcKz0fc@+Vu.3_ ߆Emp;'QJ-ኇ>^,cЏN "KpR%P+h7Q!ʼEl2KE &u~XQhAT=t[~VtępƊ7Jp t7L\; c?r(>N~PXܚx`! Zz0,A2^y&bv@hkP3!t^ܳ)Ft:*a mut**`||vZ Qwi3aPA׽T+V?Bt9~p$;-u_:,ac;]Z?46~A1/ {;IF[ *;L΅5H+pڅB}T %9ri a8 hdqt1b0K_./ R;k]2\-4(GiK#i WY+lZ8^X%ϏfJT od4Wb 1*Px`cE`cśTQODdҠF!D?1ñoI::!"/~G7L5HX~~ƲYDljp[`s5p1^sG% R a/r1/zNPxόʬ\ +r$C5UDve<"z I$uZdRí@piC`1KNaҕL|u\Pr(JaV{qCɺsZN}"% : C#.Mq nITy L`wFzXu&?Ehf0mR_@cXdx6Cd@EV_Q3o$ k40`m0ǨNJv ` Fntަo96Qat\wx/ϔ=8>u=xJʲji(i04$tҝGEp֋g^p<OZy "F{] p"E"# F?.€VGTAh&2DilITַ]XA. lDQ2OonK^N]Z:SL oG=g;30# d3c ur3[rd@T_9L `J~ڇR5{Ckk{YE ~95`_P{ILP5_nZ"k پ'<DR{2o TZ,)-gi"] * J ^Kr3yvWUHU Q`\;PiX@`%|q0EMoﴻ(nQd-T `-8+Bi5d `JASs*=v9Aj01Ҟ+rT Y9hvUڰ:.HI3ǖȵL$X@EU}A~?gs=y_N0]T N,"K#Z*-;8ANáeJT"|`iڣѿ(gB,;.yXY@tZN[opU֪rT(K~}"SKwU+8~_~!aO/] 3#XDCaB>]W*i>o!ANqMP~m3矞05(4EC%h[XI3BW Eh̤s#&A&R^ }_W,%q(T#F9Ise~pnpmP8,T;drmv?yE"^@xHwo/SN||OUFz$Fυ?|:Hp7߉iP:GwÖV O~Gw;; >LB,SƼTvWo*\G,~6Nf2*?]%AkMRKG++&qOō?ca \!Ti6|{d!2z8P uoo:rQ+;w,42ySF4͖pJŐ;܉yQm2H s Hu.4>o@Y_.>ǜp$OW[[^󶿵x @\6'|Z7(_pozK{8 7O͜0>׽9n|:W=W`~Ik(E٬dX?S}eS!W qr@+)TMxe)*THSbw>81GX%U­-*O8z7qUlI\0)<+"qQ5Lb*`V#;H]5ť;t:ũ@ђ*E՞׽*ۖXW v VۦưNx3\0RB;MkG YcO1fȩj)C[BN.PUV8 `O{# 2h,m3auȮ(OPN E0&vFY)u/F!=;sj wHN MOQ7X@ \ꊱ{ q6nSe ]EWZP')b+$tP "c@a/c F<ҧeܴل>B^K;zs h@y 3 `V OqON1ō6 D N |+5 /aﴢ(=A- (4T_|0BY6 "ZW/O%ZF:Xv Puk2'a$(Ο?Ga-Cnn)\ K:ޤYM=`!(`'q-@u膻9RTLU,FhmMtqPyte:x|勣tutS_6 0B@|0K T=7'2Tv=fy4":'}*ar>~R㑓@(4o@Sɞpѯ~_RP^dw:8]bUg9.kfXggG(ZĻ~Ġ'N"o -k'ӏ* '\W,>\B)v3*ECyD @)z1#)ZME&T͎TXk &Z/F PL_9U`SUXc[8( a@Zę= }=c2ñh  C3FOʒ\w!6q$o4wɋU94#(BPNB WVp$^;J`=dC<(˓ )pHuNཞ#{xTa +=O\fQc0Z-@Y{\W8λ)zU]pc(R!Ma. {A!ڄ@mg1z>gK Q}Ia/ 0 wC8]VGZ( 讟Ab`P ܵ)@**hUFm_V̢ܣ:F46REW[]SS:\t 1;ӳ3uŬ"!4?MB_ E57F4"̼ XY#pLƵStfГ)?O/ L,{ P:x-OUa^9T CЦ?!|?s)C) LޗI 81N5*VBX6(~/8h&D; >J^2'd/WTJ_ӌ!C[Vvz.Q l4tb( [z UC Sboݡ['Efll +Snk3&Ha%&>ZaO?gK ZUZЈ( ;x~rSSdX2LUUBXjޙrPKom^:!y"@YVwVd4F#LM-g\Bv}B.Q_SԈ0/;7U8HYH֍61͹dpSQ}]-cSc%3ւpqΝEpD{^dJe &a־'yV q( P}k:&p*oc}*5nxgSqPoy])a]/TO:kefr"*`>o;iQUb)]YG1x6)zy߄&ExeT*{) ?b+i1ɒu`]~=BD\׿˘їX hK Jb: '|! J/k'k! ʬSK1fT$IDAQZNAfH|Z!hW:]_<)AP+"#`$Z I)lxLH)‷iE3|GI7f\6.Z,-Fj'x )4HPP32H *~Zu^px UK* 5`Dl (2BT pg@ dqb >)lELfy0'‘)BB-KcǔE*5 cQzդ'|"Cه8+l/hQi9aY~Ԝ0H"Ğ ,chQMYʼEsap baP+׷ uqjbBdG8DC bk>?T"#ˀ3 DBZjL4@awkDŽЯ)UvoHG >3vV Yћ^(nqu0{ˆZ

    :v[( j%F.0,#CA>$-.b8_߈f4ŏ!Zp 'vhrqYY(M@=v|'{1Ρ ُD@ɭ3bSj3nVrOypqCFԍe)W{coEpoC.1_/!] D@o^>i\ԘH\,[lR=7^![ǮJN~Yh* p* )TzFH !%iJg 1HguS ZBt3Up5ЋtUUx`:<(~xB _ßB]TAàG;93>2 eau^q5B (-:t%; 3 {n7}O5Ӷ_Z@$~pKySW?t JL=kg;{ b8($ X<@- ,)%Up3 }^#D?5S3JXp>=?' Ox!&TP3>"" |ZX h Cd!hR /[r2Nl~YQ;&UBXS=?_?K<"H;$1Z&BKR V38i% kAUu }) +>vZj90B=ZdѼ7["FVel x[n hbR""EOs(`I@C S%ytWta@b bx#DEzTiNEAPx BX!=/Kkށ?v ⿸ȿ+(7\gX{?FbΌQ~zy !r!cV?z~#{6 5O{ Q -oN3c M>!_nD$o=Zk^do՝l1́eQ~NbbLJVsIJD&ۿHH=zm/Ppe9EWG_\[x,rP> 1FaD`,`X_:\[Һ犀 HA[ݼP@otL/awÑ1P`7q3Ǯx"Q \w2ד~)XšT)pwxNzgWDH@–},@vyOqYqBTYȾyƠcnzl\*G/&VU/֛+ O9]-|/ }NA1auy(L_D%4j~rDU Ϝ`3Cg"T :Ol#jg}UWU<8`f,?~5{ PiGsC YT6m_SW` <? @:/c2v8S7-Z@uW٫gP!3(P@f3W 5 gF 8Xsfw1PKFq21Px"{ 7rOQ Lp?p@2[9JKLh9s*ūHb={~;qd7Qy8P~{: 0x56zLgoE:'cC% U @@=Qe* uXaGdžr-f?x,S=" niW<# 墼Slr[O( &60<ZP^bHV.ʢ@p  c'^SބGg`ugB(޴tLZ$_lΜEI( ZrvZ}FߤulVH8@ލNU,aCX s9oE;$A.Ɋ Si; d:*ƴtEU20T D-Qa\t7XBxMrT`.CȒ4c.*=ZFz p饓"x03 DF7w ڱJ t|e+AFѢDó_MBGXb PH@UX ,+>Yjx!\V gAgNh B':ʹDýA3 dT+9kw9‚>/i(RF-|^t.}O7u)AЩLD? ?<Tz+(V2h|A0yi7ip~Y5uCz;AWe:=sChx<=]{:8Z!@.+PEHmҚnFH  h"A_>t@ rοt"5Q]@X7TE1P!!!X2QP o\1=Lr͛~AE?Ȃ >]I)J_"u{@A!Zҁ ^şQHzS!p!{Q a~6˿P2t_ Qs\#L[oiL0d<2*4b%=*"kx(xCw'n$!Owy#]s& J;1v3媌P)iIq–+Q4G&$D'R;9fNDq$^C3RF9C¿[{TU7bw4%N(;vlP 9BIPAzu{D…?޶Nb#1=twRb5TWaV*~(#%3J(51u:]o,  `be tsʒx@;EIAЪ+iXPuZ`MmV#Ӓu!EA -8 td,)0TdO%`$đ} Pɑ=xD)}PX[^=0j:{j$/@Rx?EMR?Rp*=I@P1q!Dځ`$xu?c//貛j΂ '^m:qR<^,Xkl$Gi( a.K9 ,Y%0]-(:B]$hq~)Vqo!ery T ,t~1 aF0"=^pYuBΞ!p\Q‰bܪ0:kqPWéF'ܪ}rU$qb: N:ua5W+c)k$ '#4QtMߕh( M* R*,$1{8b3h0=_-le'0.oݤMX t4M!%Eb &,N* !cX/͜aUbD@mO!ֿΉs _m_GLX9'$wjZ`<׬P#un" 8#h'OǞ$4uċD`L(][ pѕqj@KF'*w?h D(=1%|3u}h5 H$ x$̌L_=C _#:/w0awG}@1>{QP~e~[B _w1#YPLK7to ;@>pX#;wL;;b- ϧ:i 6O"Z uIL[D\$0+"+j[ NlHB nPĚ Nv$/PB GRIR׋Va%2Yӌ⬡u`e6˲@A;l ,-Ы@vjUaJ A0X<(4ڱH.$_%~6Z ʃ[ќUTy,='~oVr T#B*B \ qyvoFB +@a8VGޤX'[f&ء,;haኁ&1f'e$." BU"Q$kOPkN 7BIYRPi*(#-CLm5π 7ҪsZ d`sbU T QR4xS$I@} sЃ m~Tx Kpӷ)@wH! :C0*W|bIpzkƈ*R.wk%&۰5 bYL 6'!ިHg{0⫦X ^ѹB,8 'SXQ'|M%$/&=h{o:@#z=q\$h*f [R LHN߽PzIJ bGCW8~يI,a S8'u&yL%v |I~Y1$qlo Q|w"xk& _]%REŔIy l"~8'A"k `JSV 1fc~b~!F" Rm[CbbT%D[Wаcx}:QhRn˰#)o]yׂ)n5(E"Sc95Xnk$Uk Wj3$՝5YÐCB#(dAx0̝1 5{HFlKAH q/X*‚?AV`U!sUGRl u#,&8pm7O*, bXWDA}_]0@04dٜm00pU∠t@?Nh84"=Is',Ȉav((d64 4J&h1 Eb+ ɟP! qgJ(4SѨ fFoT#]uHA، R8`" (vh:8  _&$oLd?Fe73g @Н4`,xVR*.pviMTĆDU)kmƘw&JwdM+ eS2I{9'K@Bp >3,@7;=Td{(_ "}!Eo@t@ky` F>΀=РAdkơ!+XgHR!A,GPqa kOg$K+dKU ]SAJz}`N/֍vqjg@\b)*iAn<ә`&ԐhXUDJ (4B-fQkQ~F1(VEA#?#WھlN] L >wyզ:U@֕`m&[˱Ҥ،KrXEAeº`.Odcw]M'l'ƩKiXReQ(~`NKtK)N3R]4]MZU$oVG0|!*/[8:Ԅ{]q*!,d5QfhJ/TU`{T{pZʺHj)6Ϸ⺫zztWZ%_v.:T<Ta.4gLV+u:gkr0) qTDoaȷ]EخsUSIu'8[8 {.=DPЮ(K.lX_:5C)rMtggOS-#nv'eIRVA#-KL! P}pa!PI")Ow{nzndbDw)IvPcC/z*E#+m*|wb'}ɱZYS 棥:h5BTfqgbZĝ:& rp~"Xq/*,7-lOE/ d$el 6JjSq?P12Ԩ(]KͰgҷ4,)r SFbj@"cv5b:Hd=NDT.:@5:jANI)S3:pO| x(^$TAY@Ø*`]"9I'kmX6y>&0քSzQ["0U8b((| %;8Y`3(dZ1`N"]z ߥzAɔ\][\$7ѥz4`d$aZ@KV5~4ε ^'gRksND}8wYx#2DV 2p|Qxz?( Z᝭ȨB*3",po@|3`P Q2t\LTC0 '.5n%:}8]:1n9Ɇ!DcO'wvRB &~^qm G D'Kvu ?C8!u6߀{Gh-#*KLtH%D!;/+ `V 7=id`&"PrAp{dj(HX- $)b6c3w1$C  ơJ4X'hU~KBMK5Z!tLȰ`Gj$#ƾ/E$l WE S5Bz6Ȭa3AM .]Xb&Q< G$%"hZ` WTA,h񛹅E ܞVL `-P8h10,G-JD؂ Zi9= qp $FX6;s=~k(J>\O}r<6Ê߽# FOfċ8Jv!2ؔNҲUqAvW9āwqi7fx)tEOnS0#+w~9 x|g? 9/-P(A–=LTb l򥍅mՃgsIS9-R>/ƳhBt ѻ)@zLbU!'5 k? 2h)U!C iZi 6#ϜkS6(`+ה ]2u!l09s{:j{=FN~AêOkJz_zќ9:җ{3 k`E)ZpZMJLzG{٭ *BvGjo! /"@1ü„F&yaF Qdr]2 "qJ@ȢkZ_,Bb5JI ӷS@@h"tkav$1~4Çhv2`w.N _=پv{%ĹX^b4`.xlVX=3 ๔ OMR)wX !i0]we ;'NuzE-"1YۦbP+% Hj,&t<'թ2!UhAd*PNzS`aj* H}MnpM"4Q kwI2&YӆB4=D1 jcʝ4D?XF{+Y $<CLhB7 Q3?OV_Иv`d(`pzkk74\"%Df , YLzUGP]xGBbw,MS /G?_ 1[z`fP;\[Y <~#ENq{ p}SSM&z8i lvg]7*LDTS6">ti~WbtRGxJbG1{1Dg5ta/ KSԝU/tdЪs+(i<v[HAЖWџD S:TKRB3>G?Ui>)D]| FQ:~|i(>/s∻!Η!A6Ys\Qb @Vl $aSN؈J F !)Ku{*J 4E%QB3 Z7 f #BoDTTzbSQu'0 J@`Ђt)t7!N !t"6е8{*PeZ: G;9J(Bԍ=&ޞy!6Hh (;RѨ >^!%\+G%UF$۾p Y$!bjEJ,C^i j;y)CƂ@ȔKIׄH }I'*c TsԶ$H6meWbp-/63pp=y,+ 0qHIDh:SIL(qxk@&Wk,Qh oA)^'p>8#vxD*+KQnP K"zj5EBc$z<0邊GkPMRٯ#A7Y<-󣏶gU+4j4"Oh(Ou;7Ѯ4E /WUppB)< ų|_V`hΪ6i+`.s..ׄ  gU e@A[6@ vĀv$B (\9h$V߼KEW$9^rɠgs+ׂ arL!KqڮueݼUL 0kX& :Px@]zh-{¹E*;ޟri@[ዬ#!Uy!Xr#b8'3TYFܭxK؀R^q.ך)ֈo7n$NϷ{opcbf.'+.we[>5Q Q>rfta,bw<*Igt ,gNYT)4`#"ɂ#"NEYZVɢ4@u?p Vjt/"fj$Sآ@pT)ER)['ښi(" M3|@ɼb-D/Ub=h1o!6i/Xy sT̜+ ~2hQ9:13aK8S1 l?c0#zW8 EyTqPb5ᶏE]֎͗CD 'y'p^RTTEd]BquQd. 6."<yk \mdsIϐgDOo{Bf&(sc̆ISR%1 gҢ-QӄTxf"pXQ4>"X*¯M@ Vp ٧N yL\+$.ŧl)%||:9ԉQ6=/Q4 5JCuD)EQwb0 sQO!(CؿɋT(0N|# Z6Uh%0@|D\+S*/@V8C͑hZ*!^d L &8v(is9mtj]h.T"ACg) NX wp-ກE$-4 lH÷QRdUڡ_?跆%nܻBD  '6@ΐZ@>=AobG@}) ,d/$vS[>*p-X-6IR8]Jdt9,(z05e޲;kPDǢh&L&+ D5:;^NRC_t1,zT;:&ʄJ;vjCmժ>`-_"*6?++GҊhk 0hD$Zq?!oO(6x5+Ue5V<3MKnЧ\i#$Xѹ"%De< L9h7!A$0D&zЧhu}%Jԅ E u?-,.6G)& skA0P.* FRUN$5AvcObEQ,.; EHBeGu{M4p>lAcUX V 8@D iU{[#\a^sj!'\=< )|.a[^_xW%_a|bDe4uLNb^сI9p >|A{Yo`0!@,IbbXaPqG:SDApADKU0 =Q|ۀ 5MZҝ^kd [_Y=2% @v4'v^I@[^P`zK ``@+`4% +UۄH൧ s窱LET\i5CqUDk!8$Ȑde/Fsr1AQ~PJ7OP1KV# -*Qeo*i$ii6 AG (k릷5! ey!_ HDjNu\J"7][`t e&'HxJd)Uఋ sLl郶ծ?Efg; .~9|15qt )rfEIlX\+04@T pε뎍2WGX(HipQt~޺MEMDڮ! ^trWTG D@/qK銸P:R"DiK[e\(zpN@dX~Q#* DVjÃ)(Qу|34`Qvo H DtM[A8 lj\ B0HF`cϨ=jnyU  si|EXT R(hG(vdA:VDG3ۣPCه߆pDac(@6<3NƦ7 :[V?ôC_o#ۖ X{NM) PUdHdFX5[ Q-W Ɔ &U`YȹA 6:NC#8\ +*UBWT@shJ 5BU;10F A!8е(ؗhbjмD|(:Xoؚ1_jýxqjLJ_TjNf[Mjiw'%9cmAy( ,gI)NY0"/Ѡtk^i·x cΧmR 1"w,1æ5U NNhtr$ 8lsB ,cƍxu5XY} uG+GEZ ug)) pٴʆ@홝b1 R}DAx W'TRX )P #( }*Srt4o_* !2 ðſ$rN>*FprSL$gfKK TWf"0BUQY?:q}&g|+dj5΁N >WH""M=RPMiPV_:"4]KEe&^œ_ ( n eFH_/%tB=Ho9%dBB0V(9m֛9Hecl^pH0`r(7B@D jӋ8q*UgS*h:)XAKA4Z!FVwKL%%U-fΚOxBXm*) ` Jޠ_jaŜm )]~z8:#3״ާwalT~+|&뤩h$ַV `3>BI'VjUqk1lQT1iROiRK1YmCL 1e (CqVDmtc];eC)vFhQA9@Қk*?LJ@|We|:8j'<`KDZC=HVdOYz jeh} :?mBZa/(:BD<])GCS?%eÛͣ(ػ?9 "PADVgw!ksR2GA?@K4ǛfeAXŒV DhZEPW |sALqfTP A6GxkXhĝjY!؅0`IV-@HRK +r3('b:,yJj,녬r_]x fǿ<3h]OR (Oi,9r0}=kTPPT3b"Ms JKoԨk=[ ;ƅta>NvؾPr0šl!rlˍV8LAKڸ]d\w$6"< 5AxEB;z R/6qHJ5܇I̭VSC$Mr5Z$ (^TUIӧf5aSy MuLvy0p-Tuv4"W v l Ӆz PQqZh0M65$2JE6zE'i Qm#*AVm[CFK])I\-82N#r*'req35wxU_ 94T:ِА.ͤiS6#nDkaJؑ}H֡;GS࿐Z!(bg):BM|xeXC9g\JxdZl3`E&PRd 3H aPzF8M0UE'C k7 LJC u[,ۀG>lXJҙAT 8ǂ?^ɯr\;lHzwR/|!,"'jo,+HP*i:`ĽN"z_Gg:)[8"kVI `ra꙳>oH@ Vӽ?,1%"9?e;@f`3lA˃8^ )KcDtt#B67@SVv<&3HMPɻt8*IfΩ |X* 8|f{sxqrBaiPnv RsO^?ǤX}۠ :9d6wQq;^D I PYm_|W%^_Bm i 2n)Zbùd;z*`y .T"(yb\(A FV1T0@(eE_qH(3 x(@:D^}7ˇ@RL8ĥI JdQ,!hW ,U7=X!u u7/$LJցJESO;x{gy:94!Ծ<5Mj#Sgt/!Ļ+15[pd8Lh7eeH3^憧pL@ʆj8^SI+F֛ҕRBN,? $[1:XG^Y1;(>D; /gjG;X[Zmf嘎(SfEH@YIɟ2o]$'a2\Fdul wp?*GFD5:Q':F΂W>״$[ֿ8r# a' Rx?%x:ٽ\W s0Gt>O;K!s"_IۧMU*VbkRncE-#sLW=>;֯}U~/\)yĘ;/OC{=-]47hU;'AQ&yf:EQJ=RfDgvʑ ]\('K tz7`=L(ڐ<]7@vs5m;w|:EW2ŝ׫^ϔWI` [ PdhH;zzix#}mrvP|Oq+۪xVlXnn2,N-b$uDž)()}FUo\dN"~z#cR@:s듬O8%ZG_+_T㸑"2`BRga LuT.K6'ֲFz   ~ J_ !ÅP=b@|"]k$jƶ24 BDa>U1<3=֞JTX^ q @_=xᣱʀᜳ$Q KI^l"ȴqJ/J (҇hIک(k=j$ᬫеz/]'̤YW)d/x.#]БrJ"ګ'%B=!cdrH,K'0?G6͗Дtd&dzBu wAÿZ|lNg}Sw=& ⱍCA^"$J:Q=QYQ 8.aA9q!?#~8 d(OR fk4<B!)P4`UB\PV+`+ ^uP *oHY6(x0w%Q͌^  5vL;D2u$c.DK#91B*2[}}$\=\9ܜ`ڔٰjD>G> ;_x s Ci!{3^:| 0B1\FܛC ߡAaEwDg,vh꘰#J@# I%gxqQ*2w )T|j>R OHn qӚ蘠[N@~&ξ5Y&XCp _MVټy(*LgV)Od޺?Zɩ 闷2Ϛ%#@OHG/iE;O 2V=R ^)|Vz)6)T +EŸ߱QjmKÛ6`H‚#dbE{To>~]q;w.^Uz]v~siX4ȇg#msZ3|-#^CޫBTP">B F$U8!漢Qd?~!5~42,pCLRP!!{^.]#+_ M ?Ng~" %Exx‰'_Ζ*.Po"JvI9vfX`uENI:Qc@q܌(%3.>z=eݭh3T q?2H{v2 #_cz:A׈ޥj%$"C"ŢcwmJlxI$l0j]u`^/PS^.%lYֶ[ P+RC\(̰ )[£D S'0IHRBUՇ+W|j9LC_'8S_PڹrѡÀH)wqbet-pn{U vA Z^zͷh,tUEZ ⷃ1YDbVw=tT`2. M ;`.[j V@Iti<+ZTy% E*c*x WXG*pbPVx%5; 5 {/+`Sؤ) D^4H.I2.gG/|l?2lBX|${c =B\=$DbG *[(ESpPP_0*aEwǽ7")ۓi68H_$ThL@ÐH%w(KV&#Ҩz ȵ |Pv>T_}J.Nr܊Co$ RD%8vgE@p`Ng_x h6mH:)2wÇ1ΑLH 3CتzڷrQcZ|5Rlgt 0aaɣיּ7 K7(wGx`SN*a};j^̠.99ވڻk&!COJOM;Gm@1Ǫ!36٩BE3Wh羼l9n~Sǝn:ti8O%Ğ a1]/E)"r`h"4X، 5>r6iD0^^?P (CBbуJ EVkm1i!jWB/ UzQ(чO.#:vcqTǑLⅠ$ J8,QT1r!%SZ@pH == Q#Tj+xyA'%(@IV^4Pg@ }"0 枔CEt=4aUhV7ʚw*iv^?/[Y(RS8F;2rnE<*mGbJH;ͫh`}Xڨ{H=ĊSIE'Agc +oP@Q ,)搥+rЍb4YANi*VR8;Hj~TUƬ jGƠK9Qf {a,Źaz"OApp HNX6e 6tS2A헅XS&Qgh1DCOGixePĬ*E p+IDR[&Y{TB \t%-(OYE( (NиG>qV {a3.tpjYhui9E;G`~K$=HvN& A_8h1HAa$#=v֐I TXtx7໎bi~6t)-$Ge0߰xP)6tׂ*$ 'pG%[HнɆipǣ9f߷~(҆(vNR06Y`/;޷ǂFS³]ZZ؃SKOox3^"%/TolmEO ";EU?^Ό~v@[@+u~>03d؈aPLT\-[QDRI-DTPцdI(M׳xp@:;U)؇@+hgWJC%?>q1AhÏDg8GUQ~hQԏA|) SHLl ;e`e=5h(>2e GQV,a׫>% JSdDŽ۲g[Ȉt/[79 6w'q,M$L 9&QSba7+3:!n=Nt / pmBBSqE@j\Xc+_9D5 fkhH8(#ٯXN \DAe-?l@ҕ+bW`!T8QGkI0t5Ì*,ttx{kAZ:Ƀ^P7oEZA:Gʪj1__VJ!I EbGhr1Ht!)wK4/HN!%׬Ld'lƛ8A"PudQB@j|yF̀%j\ .g$*/6Av(a@Ϸ{PkB ; LDej%Xx -@ǻ`Od{r V9:'X?gX Y2@eG%b%LF@2ƨ7Q5MX##Qڛ $ ] PBߟӈ=ð-'댿[QN`dK19GEyTiJƠUVSN#RN8$/`kXWyR@28YIcL+馫ヸ5~LvZM7w_6\VFlՇ4 vuO ħE~T(\А0vx|~+" wyckTp=~{z*Cn{_ؤG~҃wJ\Ut8̴_mt|ymX:W;3,€mp10HDyX0mIbL R)4Gڞ+fw6;8sȵM5$2pGZ䎃Q/!PE$+T58BjwԀm1#CW+Jh(h@$~NaE^DVk=(! &t~ɫ ) ' p~Pg,kA-yFA *H)u_ &v)87 5tq@7(y- 8PHrԁ&<{θp$LuxJ;:DTL'=N[pt_g0Ce|{9;χ4qiDc9   i-`~ z9o1]xZ3tЁ7݄Bo;^q%H$:) "ȡcE0iHDA8k\`QU74<FFKg U@06m`#LxZڻa&Bq[!ri(4Unۡ!@kY)|L:)lpQDШ οxC?9ht 3l`n^t+Z u#PDO>%xMܤK=i޻ 7E8aԐ8@'X=hUk & u 3^ EɎxgD^tzU[w(,NQ#Mo9}_I?!b`ivo:YybD"v} 0w޹)oV$%E^Ő٣ˆ ĻmMi*F"AVeh/7&}Q`=h5ipgv~NCZs `'IWZ \vEreW61dm;/6r%$ )9BKsJ2I^AΌqHî[4V4"6~6f25fqP$_ƶ[fFQDZ|)? !'jnHOv(+?h*r}%abUXr "*Z>xJe {:EHZfkhUQDj W93@ԅQ=0we. 8dլhvko3'ͯNh:Tvt=i$A.#BxsVym~0ۻx@?R\gR>Ёg)p#ѝ~0W A H6{O|#Q9>Zk_TO~9dKCh-Iղy.V}e U.1brhvg_Hv܀/YN vVQna$f]HfU`ϯsBAI [M+\VEs@ [g˯A)-zuYPLp: F=;Ӭ8*ϵ£hv3(-zc\jEDڃ\ r5TOE-g{ z&lBhᎀ%@(K򢆪<8qdaz0غqx*c.k' T@[MP@T 褘`;%axP67Hȷ$AKX3&.=٢I/{z$Quwer0aֳ:Bx7M$HNA 찋GoG\z1N"0W#$dP [P%=GH}i, lVqpd7j!o{s@Є~KT瀡Vz |92'Oga ჽ (P]Tzd$ g1*6>ue=v ^k޸ Fιд2pàhPc@ƅ]n͸k[U)30GU%+ڑtPk:zqN)AMNOǼbA|*4HZy@wߑ*!֛{ pPށboda Q/Yk.yօdCX F(^LQ0ͤJёOW~<0[jGSPKGL v<< image5.pngPNG  IHDRXWbKGD IDATxy|Mg&")(""JV-V~V;DT[tJiREօYDv ]ܙ;7眻==(t:Jt"""XDD$k,B""5!dEHDD"$""YcHXDD$k,B""5!dEXPP0} Bq…ڷ}~{'>>m۶e;;;g ""'apppaa!>~E8xnݺsVVVDD$2NNN/¹sd ""Bc|5Z7w})))NQՒ$""!JKK]]]%~Qo߾}/6lWQȲ)f͚I# k׮]rrDD$ıc._lXU(gzDGjZ9 XUU%6#BZ]{5!!_~ ""Q.]_vrr#BNciii`[pvvNMM]~}۶m} ""Ԯ]_ 0$ZmccsaÆٳʕ+sΕ{zz> ,hժR*$SYYݻw:#< EHDdvZD}DD(t:]JJaEHDDBPbWj\<+WDDd n޼):aNLLȶO>4ѕ+W XDDcNaEGh8!}M2%))џџԔ{9I,ŋ'LЪU+;;6mڌ=Ν;ЬY#Fdeejt]voxYfjСC3goOOO9rCHHȑ#Gj?o ~7 5 '&"j$/bMMwOOk׮J{n۶b!!!N~Ǐ1bժU7nܘ1cZի_VV6mڴݻGiii!!!~~~֭svv^nO?}1VP*es`:s`.9t(JBaÆ?ءCJ_x񢍍o_]hºvh vW:T{!C{Gn:@|>(Y& Y&##ð:99yܸqM+vڅ/ulJXDd3xŋm6>>@YYV\Z*))JJJjjjZn]{]wqww}^RJfZ-[V\\ܰLFFƱcDhDGHD>Ϝ9m۶#F~z{^~ݽrss=O@IIk=4k~wOnt}n/umʕvvv}ݾ}:.]:rHxxxϠP(or…g0`?ܾ}{3Wqq?`XU(H#B"L/^8qK/Թsg++oFR=.\8tСCN6bM63gNO=hРw}hiʕӦMk۶mqq ˖-33<#%!Y&WWW?333wڥ?WYY9qwy~ ܺuM{g}OS~*R@@@rrrǎ̙s͘1#//OFyGRjh8LUx "" ܾ}EԫDD$={ [P !StXDDS^^^!u>cBrraK.!,i4)LLO?]>|8..-F|u%\0uDwnmmm',B"2WQFV}2q\vMꗻu&6c`۷oڵoS|߿?88Yf#FobccoݺP( E6mE#G:889rGڵ[r=K/y{{w޻uV;?]tYd=/y`jjj!2ǓnH?Gjժ7n̘1CVK{n۶b!!!N5͗_~I&M6k ??u9;;[駟>vX޽T^^>nܸ]v͚5ŋ۷o?vXww/Yɓ HMM رUڴis}Ox+**lllg}sFf.9auUW 6LءCJ_x񢍍o_7o^fj? 2ۻ\hw>z]fΜ `͆-ƍkժ>ޢE'OHOOׯ8uֆHwD˖-Z{>]֮]{ƍCtW޽Mݻw_z7^~gh0QQ0,B"j>۷o*++ڷ4W"1cFDEEhG3gT(Ն-RϜ9}*ʕ+WիEvvvvvvo߮骫g͚uhѢń 7o~ȑ{@}"꣞H֭[hX-++jwNЪUO,--UTk֬eٲe|{j֬Zl իwmΜ9_^y啄'Oqss+--kzuwwz>fͬ~wya_nݺU]]m^naa!uӧO깺6iʕ+udo 6a„[tSӦMǍw[8"$"a E`` [.\_۷j~˥K9_ boo?`}>W'ۺu]St:]eee6oj' ۲eKyy^%,,l߾}?U*]OgՑB\r:|B)++ qtt4ۿՠAvܹiӦ'x… [w࣏>:qDZZ=:u'/~3g:::mv?~觟~>QFu!33Ν;ׯi&M6ݰa?SdovXWWWggg}Vu:ɓ'GѬY3{{.]~ ݎ?2jԨu5kND}+m IDT*NG=[ЂH#B"۷oN!).!!pl@1∐䠸YP∐H?n8]-(y8"$"KUZZV=<=((AP\p;M4iСF@DHvUZZ*:0??۶mAAAUR 2СC+Vϯ]6`B "j #FU#,088pϞ=#G[lIKKۼy믿>nܸ˗=?~ҥK&Mp1~ZYw8p~M6O=w}gDDؼys)H=k433ϯ*… e+++gggyH]%%%waռysNWVV&q":<<_LH] >Tq/HDUQQdXmݺ0r"'()śHznnnw<.--U(9::r_˱b>o "FR:WFFF$NBD@ӥV;u$0`Jtkp4DGyʕ_~EzÇ5JDDz Zt j};|}] OOq>Nc 7nO<<<<==CBBT޽{899yS)ֈȸ|}}E} '',[ڷ7j66lϞ=3fݻWTZoG!ѣGCCCE$DFu,^ѣxac`ѣp?.:,9yp8kɽiZILS^^s{!! x@,B"d2d$SYK DӦ3,ٱc*++E֡sg!) kDgy{>B";;;)dIî]B6ÓO>ԣE}ԛwDDѣ;wn۶ 2믈@u5V3ψNc!խ1&#ܹĢEx%y1:p(Qedd$&&N!?/1h BN^~-(%"K/:ܾ8[SfDj8n""7o޽[t Qn||p,RSk-#$"VKÎBXs!уToְ?_?,YO>e#LI fB^hyy>35!C[j%0TWcrX>~f"2Qޢ#ȌV;q0uH"1 ed"%%ɇB",++˰Ι3??^lAH8NW:$BL`聼<d|V/5o\lҥ j5231w.6I0! hΜ9#:̨Stꄌ $'cZɝMff&Pj5 o#.=':H#B"+..b=($&b"Lӄ "?,:ܼ>@PzDn.^}-h o@$#5551cL";A׮hs :HFj_5$Ra:tt? 3Ǿ7#$j0N Da6/ KGсLQظqI$ѧnc 2iqDHDf#- syxqDHDFsR)LC1j231v,[,H#BhkP:oc2]SggсGDH f JDĚ5WIİ͎y8"$z V[QQOat[̝|9<:kܹӽ{wVVVlAߏHbNC`Two᭷؂"\j'E$qagotnBTw+rsљHjRZPPP`N$O)))բSȌRuンgKѼL$_:uΩׯoٲejjjs!Yj{{{)dI֭.^ ??с?r׻v*//|,Xd ?~SNmڴDf1kjjq#OMz1∐,N?a0w.N? 5A25J$+ǏB~\ob@#;&6N&O+2azrs*:"WQQ/:TWcJtba ݏy{>B2kZʊtJEŎDXݻD}DCTn۶ͰW㫯p[Ad EII2STCh(_f Rc໊._j˾nnnbHy9./9sSaݗV=s2ROй3rs>Ld8YwC#$o1oڷGBzEH;&))̱c@Y1|4$/1FQiZRiϽPBdd "T* rr""p,ȑӐyQ---/_ċ/b$|ɼy{{߸qCt ),o#4} /o%s"$S\\\PP_yE#rrљ̏+WD6YYHNƊt$1 eHVzyy"K?s+Ч4dD} 2M4dJ-) (,Ă;VtFa#-eB1oRR`^yaH<|=*:\7ĀF^&Of ecɩ4, Ni)Ahyy5 35:!;w ?J%۷q4bcѬLD1}oGht:?}{_t/#$Y۸qZB~~ }bBl؀؂$O1∐Ȳ$DE7aſI<IvvURR":\W^A C^La ̙H#Bhx\I#6_}i0kE"I9r2[P:UUX>>Af&,` H#BjJ=NVM׿_?ƢS'с%u…[nb J!̞ [[lތE!2Q1lRt 99u G\xv2GH"11ѰΥK:<q4[X(=<e˖͛7ƍKHH(++[|1O]?@`$ QH]cƌ9qĕ+W [}3gΜ={GqDh nܸ#"ĸ}˗ɘ;nn5 333joϯ8 =3IMWlA"KJJ7o^{Ku:]YYI>*++ >0a8/@v3Y&P)|xԨQǠ:N!'naLD2"޽{/((HKKQ<|ݼyѣGDfjj'XmڈD$zZXX8cƌ{*UVZЖV-[׿KɓXARܹs366XD_,ºIee%/$$DF5,^ȴ2$ܮ] lAb8 p4[te'44Ttv S , } /SQXp2O-rDG?E̞ /KdzXO 3j5֭C.8wX:w"X'N0,o^`ٵ ض ?M+6XNNNZt9ILDDn…;Vt"8,OSzzzELDE!- yxdԮ^ԩx)#'& c^~~V/>(.Fz:/Ff3QqYu떽mۊ#':vDd$:uMt "zT,BhN8&:+""PSO?ŠAqlLhJOM"Dv6lj7oB8k@T۷Ot t 'c@L$01Ғ s&/W_w0k\\D"p=t/Rt @L vJL,\$`1Ғ$`FDG#4At "ሐ>A/쉯Νk LHKn#BVktI)%zqq5Jt"P6olXf JEL1bNf ?pMѣEG"|9>Dr"iF(6cB٘7P0Å#H j5t\$'㣏ТLD$PjG/؈##څlތE""`1-i۷5ME̚",XcE!{QK[RR_vqqa Jǫ"#-HD"͛7E7 t耬,L BDR\\|U}Ν摑;w (E\Eg"""l,͛7/((BfT*|1:wF~>RSwwљԙ$s,T*]-:t̛Nс衉4ܹs,B3>1oܸ!:, 1i сx;zs2^ 4yyx 5 *++ ?$SZ OObtڊDDfE@;wA~|9tAYfDg""g Ld!+FM0>z_~ijI'!=zϱu+vd qHLdDHRKM(*’%1Bt"j\;vN!?W`T Qp[y_Pj%%X_|ìYv<|pDhB=zy2[P:UUX>>sOc| I#{jJ^W;_~hXt": s =zb JgnDE|~D!"xP;!.ÆNCDqw9va-(<^›o"--HDɺD70\*8gNKLL4ځ)/ǂj5%" "T(M6BfT* g"9+VMt&"Kw.0tض ۇM3\}@ÈkSݛ%>qܹ;6Fz,DG#) QQxMN!we Bx8Μ)lA"2q!UXXhX4h$S^hVi`c#:уYZ:uJt Q*'p љ;99IC?)t>m۶e;;ƍ}]{Au5lA"$ROIJJڴiSSRRO:Yǣ SZЖV[1oz@\t,YΝ;UWW?_  󣣣-&Ǿ}.E"LLL 2xCT~:2u"#QTX-: ɅF,wȑMV7x YNCr2*DD944jIhBBBAAɓ/ˍ_cLppH"R>1|֭[8;;_m۶1e?EIJ";"/Naj,wDD22H툊B׮8|~~.9zfAga@iLЂdd * O#&'gp%"#/cT dgقDD"4s7oFϞٳP""4[X]LDDEh4|:wɓ8~kעU+љ'˘{1g{ }'ǿٳq:.Y~5j1q"FHKc д#2}];dgc4 ȘXKTV";qqpqMJO?EFR֬LDD߳;w"* Ы@DDEh2~P*#G"#/$"25,q&O> ooyl"""46W@T6j7t$:=Hܹpr EȒB,^ѣE!"}1c8}-HDdX r&"#7߄LDD,‡TQ  LDDpGXoIQQFR:tEX?{ 2;<4DDd4,9v (-E\/3FaD؂DDEx//cd W_PDDWZH쉖->LDDԈXUS+Х JKq4*:5:Nt:l݊(_#:IGEϘ3 aad\;99v<=((AP\p;M4iС |%۷va^| [0??۶mAAAUR 2СC+Vϯ]6`‡~~Cp0.ڵطFNDDc'GOwݺe˖Ç8P;._|Ŋ}<̝T`D^;[Īfڽ{i橧ׯw@Ob #H233joϯz#.?4dd`7bJ"" ,SRRңG[7ox"2֭úu5_e告Pܹsǰt8#arrr+77[JKK E}J9INN%##Cu/JDDHCCC!#Gܵk/ի6mڣ ""j0Fر@BBƍ?OOϐ*w111NNNiiiƍADDT/BZmk> 6lϞ=3fݻWTZ׸%""YYHXDD$k,B""5!dEHDDfEXPP0} Bq…PTT4i$777''Cfggi<-Zevɘ'ԗam۶'((菗WTC )**Zb4 HOOoٲ/>>m۶e;;;a,.י$F_Xj׾uƍ>_|̙3%)piAmn}›WVVu۽{mڴyꩧ;ITee'!j||o}›h-33ϯ*Q,[hh /p9q,.&n%%%=zy:54.w})))NB n"-_Ν;\^) %G۷o߾}[ 6pիWʼnIiv!o"LNN 2y77[JKK E}J>aaaڵKNN0m:nEEwȑ}]Ό:GQZ!K{ۤ.'8;;R9ʕ+~ի5jTcƴ|PյPPPЯ_?emn7yu:ݎ;$$$lܸO> Rz]\\?ܲ --nС[pvvNMM]~}˖-SSS=<B"""XDD$k,B""5!dEHDD"$""YcHXDD$k,B""Nm6gIENDB`PKGLf image6.pngPNG  IHDRXWbKGD IDATxy@Mǟvo%DRRTTH͒i32)>""RۢQ6EP!mv+Jvq+mIsy߇mii@ 7bĈϏ?ft _#$$,, [5JKK r?NNN(@ +<<<233aq7o4331bo߾ E̘1c̘1q{{A dd.YDNNJ*((544`,XPXXإNCt:]SSFiiiEFFo@@GxkZZZ۷ODD$77ret FÏ`_T ۓw@zv… p$e„ U !((w9sL<;ښc/X%%%333s@\.;wߊFFF***=QヽTc??nܸcǎqIoquu5 R@ qqqVTTr]qժU:<6[KKׯh@ aɾT*5??FjiiiFF̙3yXP(FFFIIIՍ #ľ---kkkL&/^d0s_TUU8@¦x1..10LSN%%%xzzX,w^aeejnn.""c}||_WWs:v1؎pҤI vܓU3k׮Ύ,))rppHNN&IJz.U[EBBbĉNZhCAAALL 2!!yٲeׯ8qݻwy̞=ڵk/_5j˴i w;w||Mxxv<|a!׬YC /^ 2>1Or?ߔ]FϞ=vZxNffcbb,--=<<̙CJyyyڰU .P__/DFF~A]]~Zr%*=i:zѣG>N>  5jLhsssOOOsssRut#lA:#E/Z 666^$3>|b23#G\nǏCCC&N䔘})1wbb"D%pW^ |Ba A 82rHOOϬׯ}VWWw…7oބAF^ 666}}NFdf8B==ӧO~JJJ?sii)l]](@ bh4GGd,%NbNBB;nhh@N@ aq:`0>vAQLܡtMMMItReeeiӦ:*\dJUPPkhh̙3GTTt„ 'O$͵611M@ް0bwwl:`0"V9;(((HKKsvvVWW~]mVXX_e2***ǏOLLܽ{wRRONKK;qĨQ MMM/?~xx3lْ]z䉱۷oϣFxm"I| κg驪 ///EEE׭[~.oMD2=„uuue˖;vLYYyL&*w}shzB122¶Qa+\.w.L<חJ~"F5kVzzOMD2[UUuph4z}}_$كp̙k7>>>ﯫ{ F.Q(KKˀƠ"4119uTRRRJJ'Ų}}} ŋSSS#""vرcǎD (3_ Ç|BssŋO]VV['@p !!!UUճgϚe*++%$$Ĭ˗\nmmqll,VkG8;;ŧO:;; /\[pKALByyyϟzq_<600@  ZZZK1O:E1#OSR%(F 0{f츽$ x>}zҥ ===ŋ|r*?Pz^uٳgddիnnnW- DEEwՃ@ hh:u*ɜ7oށג(YYY::: ,+ l@ 'THaaa@@@hhԩS?1@ھf:5kָ w155E.zʖ.]J UVedd}, !/Hvu֡C P?_y4mŊ:{{xeeeW>}/`0`qhhhKK D1D#D 7qG *jcc%T*uҥiiimmmFFFVVV111g1\\\jb>R /GH֬Ysq۷TCC׷b3)"}׹ݓ,X@L H {yymݺFP(BbPx6_錏:u}޼y3@OZ l"--=o1C}ݏ?EEEI8Gț­[X[[Đddkkk̙3z~GGGGdd$lїK)((/u9G!--MPԃ2ԓX~!//___{{@򠥥%$$dرwXJ:Q\\O?5 Alkk3݃-@XpPC}WTT8q;`kk{̙#FK?B444~r$Y-((8<>}4l-sgϞ^}E}$//O[[ A:EbO>K u-[innNl ;v,D"˗/O2cZf*)ѣG33gutty444׻^zر+9zÇ_nbb[GZ[[W\?L@ `2p  G9#Fpppx"xNvvv`` N711qss7o!AM@@+&B8((($$D]]Ӿ($&&"rb455a%$$Sb\p!F&Y,V\\=z& @ C#!=o&<۷oIAٚ5k݉ !`0'Nxb* [r8M##/]r<oZZZkkUVVl]@EE6lp႒.@,t͆(f؂G_Lo߾#F{M_,{!o9xʕ+{O'Nxر+V! Crrݻwf̘ann~5$^f >Z^^W|"P!uħh˗/Ŋ\.w͚5QQQ >\ZZvڠ %%۷cgHՐ ñ -#BBB5kٳIA1cH!++͛7p|0%KQT;;jAA9sDEE'LpIbŤ$cccaaaqq   {yymݺuuuu B(((|QgddL6MXXsmXɓ'GGGZZZKK.UVVh6m{JHH `ٝzb1 r$:[^^޿NaakZ[[a rܶ QFOϞ=#qGGhkkGFF޽{722ݽzyy1B]]ѣ7nrh߼yoaa{555 쪗JЈ/++{EMMƍ (++\.**szzziii~~~DmnݢP(aaacƌ.>+r8UU+V`E##5L&SPPpݺuĺDsr?u=ŵ͘1COO ijjlx}7?~C͝;WYYtc:::vvvm`924%zzzgΜ)++spp8zҮ]jkkaSNMNN~̙3\}dr„ b2?cxxM˜2e ɓ'p !uuu{QT>>tgZGӧOgRut\n{{{ddܹseeeMEiiKno޼b(Q^^6zh/vG. 享a/ڪΝ#^555&&&[n{Aaa!6a*++T:6\ҰvbĉԼz?+ ((hoo/p8;>>>L&sǎXȅ 0f%~:\=G^^> 2//ˋN"!!LJq*++ER_KIIQԪ*ɷoÇē߿ǏCCC7o޼eCCClA ^48??ur;#v F딛.=>TRR…>433 kmm- F1o<1yd___*A9fhhH;::33gQJ?FcP(CChL^^^wa"(QRR~;rՈ.|U͚5+==]EEe& GʄK- IDAT-cǎŋNHHԩS޽wʿ;ܺu˗A?|d2MLLN:b,,,Xq޽ *&&&44\DDdǎ]v͚5ի$ B۰%ZWWW qqqccX.ӧh4111Rs E^^s1U_kk׮ihh ijjt!<<YUUٳaee5#K=}YVVVHHH^^~…m`L펎<tX,… HB8000$$dnnn-"CluuUVwxorŤF &Lطoߏ?[ (PQQf2kϟA+I]]ȑ#.\U%(({.B^r "B!zbNccMbcc޽:w#F##rss7o,##͗.]1cƘ1cvY\\ [G ݻmll` 6:nmm---aÆGVgxkZZZ.\('''((())h"oaH% QLg[[[]]ݨQ---n]|yׯ- )ʤI`  .xxx,] w0RSSa@ #(1//kӧ.,eȑX.׮]:pU`kùu떿jjڵkIǼt GȋZ566zdee̙3'44zGUUСCk׮!b:rH,ihh(=ӧ)))ͤ7y ]e_:lvtt4I}EEE͛7OZZzƍXOR?655r,+::JFFfӦMO<#qkkk}}}+8;;=ŢsϞ=[DDDUUĉĊx౑#Gvx,%%АFmذa˖-Ŀ.GIw!ֺ###'RI&EEE}NDDv3xs^^ޒ%KT7nHu=yd4Ν;_9咆#|91 &󜑁7o:88TUU L&[IIߟT7hkkGFF޽{722ݽzyy1B]]ѣ7nXz5͛X$~~~ +WIHH`WTF|||YYً/jjj6n(&&`0 F)-ɣ{b_OO/--Ϗ֭[ !111,,LUUu̘19Bf[[ۄEEEqqqv튊JOOVWW711c䈊߼yNHH(;;r!vq޽{֏{MGG}||` 閚FB\.f'$$,^XRR=++ uwB}~ 9+Y,Vd2֭#MMM%?~ oztsUVVloXۜ#䍈~s/^@?7~&!!!==޸qCIIiÆ O<+***pK,2eʹs éWRR޽{O>>n!ƻ/F! ~iԨQ"--3{QTT6mZpp0IflvRRAGHBEE>,S^^6zh/vG 享A?"Fxx8vٳg+++%$$Ĭ%-a_ӧβfD6^!66HXX.%%%t%((${pΞ=vڇ򑲲2eeesV %|yFDDرc pt555}!R9};4$$.{<ׯ7n8lJCClE\.fol5k߿[Qck(аqׯ?/_HJJ•QYY4rHww˗9On{1#I&}l=YXXhjjO2jkkk:N(Ύl0r.\ V6G1%U^zA7tG {B70a]`K.ԩS}y XUU=;؊+N>c,n=\(JLLÇ,X`ddD)))_陕WbA+ ```GGG755Anݺu!*|S*ĐW\9wD18BBBK.MKKsٳ̰=p)))0={$$$(++]6//*~~~q-[LOO rrrvzŁnݺzj,466!~/6n![x޽{:d2mW/::://OAAÇ}d̘1v*..>vyΝQTTᡥGWz]d2,Y"''GR~`Μ9&L8y$bRR1%nxRSSnݺ:,ŝ}~FFƴiӄ?%uTp.^}HZZz۶mO>?ݻꊽR᢬zyzzzuuu{QT+++BhkkZ[[>rSRR233}6^W@@`֬Y"""*fff.^僸\w###b5u1}}}YYYƖ9]>>>ltO{>?3P2:t~/'[ߓ3LMM TѪ9{i r8˗Ayyѣ y***~~~ī˗/.kzk;wxԴN^77oݺUXXd۫P `[xrIñG QQQsrr5779s+WŋNڸq'O JO>UUU]dɔ)SΟ?(++O?7~w\U TWWcyyy^^^t: >>>읎SYY_A$b_JJJVUUO}>| $.} ݼy-[ 5;{t֭!/MDAX[[a8Ί+Fƍ۷oܼyKo"vvv .:uW*,hJJJRVV&â\ bnn3---777---__Nh(8NBB`ɾT*r4АNwtt`gJKK322fΜɣJcP(CChL^^^w)QRR~;r}YX 5kVzzOMDA\.yB-_\_zo߾qƑaJ UPP0c |{{;DUQFyyyN8 [HWd$%%xzzX, /Vܻw/ 577ٱc*&Mjkk;qDff&ٳɓ'NNNIIIW^]h\wp|||ӱϟ?wqq} 2 1((d:ukח`^x1555""bǎOMD2 ҙvZ(͋/B>#GL0aY(2fUUU]\\HE՝>}ZWWWMMȑ#UUUֺjhhoݺc #11q4MLLƆL9Žiii "//N!־~'m׮]Ԥ...5Bxx8vٳg!*++%$$Ĭ%-MϣQӧOeee.\p֫RӯV$V6]QQmmm%Cj@uuٳg[ZZ8[pgϞijjbE@ƍV-3ǒ<{zzΜ9# ?&IPQQ1a„}l HW=r_UkFCrrѣutt` ?$ID$))ʕ+H6^|ߟbyxxZ\UUUXXHEtp>;HAdBӉg*))'oqyc{?PWW>uTmm-lEVX!!!|;wәW–SZZZ.\('''((())hѢgϞ2^p0_$Hcc.bttt/\PJJjA0332,8Njj$֞?^GGGCCСC Hbx=D%oXzR 9~ 򠢢^CCxuPPP``.15\8lfd򩪪ŋ)))JJJǝ;wmmm=<FFFd[rCuann.y^066???{555{.DI8Ǐ'mb?˗/\]]a >{ܹs999jjj)))A^12 t=&&zԨQ ǎ9Kj IDAT܉E|}}555555?N {쏬=s挞ބ >[؊>!$$T nMjjxwtrX% !@PP͛#F-~cǭ۷o~Šܹsn۶ٯ^ONN/'Nb4CD\\|ݺu? -**8q%Knݺ?Ʋed555MMMp[n:t 1!,l `Xzzz$;ڴiSJJ'Ϙ1#44tʔ)Xf~༼<55˗(((`̘1c۶mG.A(!߂#쎰˗/CO'&&!㳴,,,TVVvpp:uj@@@cc#li+++#ŋ_zedd~zMM͓'O7lؐrrr" 9;,**² 2t:KjRR [nBbR=7tReeeiӦ:*\dJUPP#̙3GTTt„ d?6,2 Ngrr5G NHH`k隴ׯVl;s挮.67)Ad(nݢP( !!!cƌ񒒒-,,bcc\&!!QRRrkjj6n(&&`0 FYY۵kWTTTzzzpp ^@[[;22ݻX //#F=zƍWܼys[4rI߲#`0*++QRߓ/bYt*%66ĉf~5kHHH`3$YѣAx&t(222?~<ŠL&SPPpݺuX9yǏ\.B}~ >>+r8UU+V|կ Gȋ|26dHr?Tyy9l!]e˖sK >|?'OqQaEEEaPN#***jii矉W͵cގq.;e,=NcWO8GER/;;3g~ǒ*w@FRAGAAV\\ܓF``g"& nnndʕe˖gbcckkk!JHHHlܸ1///(((//O]]Kp é8߿okk;v,$^p8ą999bn^ر_]re||ǏSRRz8KKhkk+**;v (!!A|Y0%>>>=iCRAR0hf#""TTTV\φŋ cΜ97oUWUUŎ˲J$0SYYIZYYBCC7o޼eCCClA NyyʼݻwGdݻUGmm-|BvvCRR Weffbxxٳg;EAKLL>}:F! 𐖖P(_kQBBBLL 9ZWWW qqqccXr^bM:j߾}#Fؿeeenn.p0ꄄ+V ۷o_z5Ir^TT[hll$U(>,_%r势}}իI" c$B (%ĕ+Wpn߾9ggTXMMɓT!''gƍ͋%Wb6#"տ{♟~B477󨅵ؽ{´iӂI#22RRR}p $*>)CN:5{l%X'ܹC /^466VPP2?D_ s#\h񌵵*Z믿lll7mڔ? B7N__?++ p8b.t[q^#& T߿?eCCCB>!77wÆ RRR ,#)//=tڰȃԃpq|4Jn۶w.[d޽{ر&&&!!!$ۀ-1%g.?DEEV w!!3gV$BSSI[ZZ""",,,ƎsNRXkkk;… '<[bĐ0/9p8ogϞA%ׯ?qć` ̥K?['9rd„ Gy-l-),,ܹsEDD:V\nee%RDDdܹİFѓ;vƌ 2h!,MFu+o^t)޽{Dž HTXS''dt(ƍۿt P G?1qD* wmȑXn[l!.b8;;=ZHHH^^~…ɻ9 #G z:Xq޼yқ7o& "PPP>}ŋ⋔{T DTDE`AAATPTDAĆBvׂ뭏em⺖Q,]iv KGt ٬Sﹽϕ9g@hSN5JOOm :H uE}}}MMǏ&66J5'p/\Ç~~~ʊݽ̙8j(awM6 4(77777sdhhիWWWxt5T#hjj944aaaٳӧONц@ _r=,m444xxxhkkkkk9s߽{k.HƅB.]200 Am)'33>c mmma'4 #gvF\.D0 Bqx[nYZZ2d˖-IIINpt|CsGGGYYYbwF<8?~+qqq7nqEvvwB%/:Qlv^~wџ7x=B}}}UUs}i:.|\TTttݢԹỡB(Ώ+++;%Oˢ{ѣPM4%LN8Q]]& 60sÇٳ';;t6X,+**0 |&&&D!,))0CÇ'Y ) !li*tinn~ҥKh4Z\\\NTZZ HRTWW.{gqdll,<ï=z=۷oWPP7o͛7rwR71"lP[[[PGGx,f?oa{K Pm͛7SSS՗-[fhh`0AGk uuuwށqKKKx6e۷/񸢢B]]}Ց8]&MH}ӧO6U>}dddl6D"?yDJ^^^ff&XFFf7n6Ӌ/̈ÿ<~ӧOKKK'''߀oE9~˗/'T*3eee'NlwE~~~ΝMOOoԨQNghK#G޽5!)))[n%޹s58|׉YGaX&&& 5ګW/ss[nkii g8~M <<<޽{7mڴ?~ӧzsUzt!*,,NԂYqZx<9d2lvI}śalMMMPPɬtrrrvvVRRvrrݻ78XcccHHڵk)&Pm<}t IT OlQԪ*)ڨp„ O8y$T pg~~~7,mdffܹsСśPff&$` 8BǏkhhL8ː̙QQQbbb@'j ߿/:(pxExW=>mp8.Pu;.@5lذ=++O|̙AAALĀd(#P\ x_|:EǞ>}b )HLLܰaԩSAif@ATZZa[9DlG5t]v6@,,,|) ԩ^2&HdxddǏ-Z:m4СbdeeUUUrrrY͕1b ^||yA+//P(`}`PŋKKK3]mJKK4Qw@ez4{젠;;;D: [ bw[n ӡh]]@AZM4iÆ §40 񦦦GBKKɓ>}hL&SEE MջwoadX`$cq<**`]CCCcc)}Jt1P(o߾Eee%۾˃'aMMŋ.m8lذŋ?x@tSe.&&&#G\ЉZdee޽{С&&&ׯ_[@ `0St&TQPX8~xxfCŋ.\o:;;-]%uuujjjGg)Hrr֭[/^ :K+b [FFD-D7dggL)zJ!XnV~4446l5ߔ{f!$+vvvѠuۥS d޸qt~W2lccCt]q^ 2nnnÇ1cf~=>>>nnnWWW5= X,:7zhwwϟ?Njn뛟:ſ:y$<|||LMM/]:KN:5{lx6prnݚ?֭[SRR@'jݻ#|R}C0?{B(*66JO:K֬Y0BPP IDAT7o@)88]?q۷o߈#OfA'j!3umdddL:UIIKJJݻ:E >/܀wYYYٳg400¡Xbb"$א: aee~ F?DmmqƝ={)ϟgOmmCxaiiiw2dȜ9s_DǓΞ= :E{;w6lypp0$k\7b OZD666 2k[7tItIs{{{YYYx8~mmmmmgVTT̙3@hU__d2'O*|tVIII7n$ ,g "IAAۇ8WTT>}oCCD>|XWW:X;,Yү_*?… P\vvO@haK-DEE#G*//OtÈq.{mkkk2~Љ+,,ԩ[}S(///*jaa!|QKKK___̻~'t۷-,,h4ڬY`طAhd28  JMMuuuUQQ0,###99tYJjkkaVTTd2NV\9`С0 >~dύΗ6n(]ݟbo]]ѣG:u &54L&/YѣG\u/g~eyyveΝ;S8c D8[p!L޸q#TpOKKEYNQ`P!"_^v-4** ,uuut:ҢvO!$4661b߾}ې a;.2w\;vsݻJJJSN񁤋)=-tNq]Rt:] @/w :HTOO۷oA'0aϿ>N=F7nP-JKKKJJ #@%B=^|Iݻ`WW3fN({{{Az"WUU544(++DUWW'>}$>|~ԨQ`3Looo l2СZ HssN#hggg_^[[̙3sjժHߍF)Z Ç! a111'NGHX1 {DlCP@iz۷(++]LAj$:C  \V'K+) ԩ^2 *X/N8QMM?gsW^mڴ (|>Bf͚;w!if^:}tEEݻwCՖ͛JJJSLa2cee%//qƸ8Љ:EPTa~z2xB2@谹l6;00pÆ sss#D-w5|pPK;|E 6|t񇆆K#-P!Bx1 CCC55GNԁ H !""bɒ%SsΡCΙ3EWr,,,]lkll,Dݼy~BqP!Pll,J"a޽~m,Y\\ w:HWX:E۔;vL]]}ҤI R-zw?BqP!VmmK `ba2hѢRqرcGpp0 sJBBTWMq 511 d2Jb``*Bw޹ɭXٳg4r uQϟ?BnhhYDD 1LxJݹs'44tJJJ݉"Ng(_uhA l6hR:8Ί+BBB8>~ĉ_#?oذ!117%%evvv0,~RNNNii)ݻwU0''ӧ`#>y򤪪޽{@i!M6w7np\ЉZ?WYY؀l^z͟??44411QAAzڴi>>>l6l0 D`PP$䒣Dک믿;SAj)シ@h/--m۶m s dU> .Evv={FajjzH6mnn{͛Y "z|0 +@2 *T*r=Hnt###4q:pEx! СCuZ|tss>|3>} :N jcccmm :KTQQ122PA0 }ɸ FqqPaIIIڰ0,44pȑӧOHzy xdؚ|)))qNN AF0L J7n$666aaa !W__okk ۱;v쀧͛npa999&Bԩ^2FZhDSp8aaa #55aCPXX8|7z\ׯgΜ :H{!!!nnn$ t6ݻ7o<%%% y< &5 #**jٲe@hD(DOjjݻ 2gΜׯCu񨨨iӦ9rmd29:E^~斕:Hqfذaׯg 1@И8qKL'u aOPWWIt1=r[[nb 8(qqq.?dmCCC|Ϟ=uG۹s̙3د9,,ƆL&oڴ %%%GUSS344;Nq #...֭1bPp8»t999`#222 LL < L&3..n +L&h"ϟXFw:KFA'e27n055P(VVV{ׯ}r]]]WZ5p@С8} k0 +..RPPP(W_:2HJN{{{ 3-Ǐ7o2dȼy%&*##SSSGvZAZ,^x񠳴!?Ul>#buֽz2SdЈJNN遁&&&T* ֭[ c֭K,ׯs8GGGAZBҦ&Tcpdddǟ?ׯlϟ?tر}ӳO>4a?ѥQqP!Dill$9;;ZϗFKIIR+V! Fee={@i˗d2&58GEEǏ/YFߟBFőHKJJ"6X[[3-ZgXSAlgee5dȐm۶NԁW^A=?~X@PmoWVVv -- &\x;:KFAgڴiJJJ(((߹s%%%Unn޽{g̘:Nk֬gm+wxMj/_Nw}{Q!B+%%% ³Ecc#LҐ)r7oܵk ʕ+ 44tDFFsͅpc?BZZիWAi!={rJ999gggDPz`;ԇEEE !H'߿۷oCCCuuu.\xfƍwYJ0a) 5d2\:H 55{/\p t. ðѣG:tt$ڵkG300tRMM h"ߺ:eeeOO!\bbb2bĈ={dggN@ψq@WVV:HiCa[Nx{ 1̿tqI qqڵ:Ճ۷OIIȧ#=֭̀[p.;eʔyݺuぎÇ;w0D"=}tСf6 6.\PVV޸qcbb"0z IMMUWWaܸqo޼QWWwrrz 0$zzz4M[[̙3 cu퍉&.!8իWg̘w\ЉZ|qÆ 5kVdd$8mxt6}TTT&Od2꽂xMMͶm@hU^^~ԩQF}ԕAuOmnn600߈__;t.MRSSm6d+++x6455GEEҞh0?HKK#" 8pٲe>>>,tsuBPPw^e˖ҪztۛD"999B zEE4 Mj~2.F8^\\<`&Y 0`⿌wiN!?7o& , d (@:E?~ xZhҥ6m*//EQQpg2rrr0t0u[WW'z۷SN>|hiio nsӜ)SL8F@2/]ի}UAA;wbjju}R@ S `*eh][[/G&퍨" 2e5 ᄄ0ǏC!+++==t6Oj(]]sUVVv:գB _%--mΝچ@:d`xP2믿ŁNԢ?3fΝ;Agi%"##eee޼y՟T/ѥQ\.ݻt:=))iڵF CBBlll ɓ'Ǐ|DQQɼ|y@ix]]iEEŐ!CF"TWWKKKh.qBǏDKeee*Я_?С0 êcbb퉶_|{@g0 # ddd3l$Q ,ؿ7ߥJ~~~gA5F^PPk׮k׮ihh٠sarrr<8p;@'jկ_C oz3gH„U>#PtA:dЈ\ff&300R .a-3l%rss9:H @.V!bVXXaÆw1o4**Dhjjy&NrrrruuUSS ^|>Zx&B'O hV0`8m$''s8CCCAZ|ښf͚AFDIKKEGG766͟?Ν;Alcǎ%%%%:dҥscǎ=~XEEF%$$NǏ+W4i˗aOKK+==...߿[t,#)9D#Aܷo<lբ:':99`Q6SLm>@eee߿:K%Gtih)))^^^ǏwvvamCssLf޽o߾ :NEEE...=׽a1$g///@ekuttBA pܰ0//k iլ8:Hiii?rKsz*,,t444^͍D"ۯ{۷~ ӧ_z y0,##Nz9<^MLLD7o5`OOO TA$cFϧ9,,`:88PԱcǂ q{{{ +Wt6L…  :H{cƌdkrrrYY9 {?n: ShD =K޽,Y̚5k̙AAAMMMu떲͛AigHsUUU: 6~x*斒0O;#FHNN5j1PG2FZhD~DSGGG* Iӂ&:Kϟ?qAZ\rsȐ!T*u 0,::zҤIbX~~~ S۷9$%'ݻw:tҤIt:t"UVV޻wt)/&I&]xt/^ppp0?]2FZhD4\.744`ǯYf˖-CIӧO,_tYYYfffxxx8xҥK)ʔ)S@0|BuԧOTmpu%%%[[[###///q0%%%aq\OO l$QŰa/^:1B#B!y{{{{{h˗ФF <~۷j9991cmoanjgg}շo_jo. !jnnwYf+$Mj`kwwwv2bٗ/_f0RRR² \]]Azzzw6lCPTCyyy^^^˗/p]MM $MDofgg:8?`}b2^^^T*;|>ݻ5As IDATk֜9swZZZt q.+ 6җ^zM&;Ϣ! ?JEE?߱cG``a؀wѢEߏՅ 655ݺu `$IXE&N6U;nttt|,@2FZhD !77d^reT*uҥ0 ᗞrJA0 p}o^^̙3>q]E=z`0^|j*:aXyy9o_| :ׯ_kjj6 t6<==l6JuuudPpp iMPTzyy1Leee*rJj@ 322cuuuݹ\7oxzz;vlᠳqUccoMgKII7]|wvToh4Сxjj|)))کr劣cm\.w/_]4YN[[[9rԩS&M*--`&%%eccs޽xYYy晚_>@"D(ڵ `/Ź666 H]arsseddnM3xPkkkyyM6%%%NSEEe^^^8 %|ZYY 0(@ |VUU0̗W\.w@ 8x a?Azp{%$$ϟ?ڴi )JNNCCCUUU@'H$yD޺uKCC!::ӼyOm۶cǞ>}pn.f244ᅰ0 SUU=}t/_8:|yy-[3@,//|>_X  #cFrww/--ūW֮]+''bŊ'O:w3fРAC ?vrr0رcoUݒAz+++3ZЉ`WTTh"){-BHaX/^4ia@iu>_WW'|*++aѣn߾xbٳg'$$TTT|f" |'OLfdd-F344ϟ?C!))Brjkk߼y3o}M,'TAA~eeeL&O>4m͚5D x޽{w544 0xrkkk 6!!!AWWW/#?~~ _6lΝ;Ο?+uuuggo߂Ն3g*++&VA >|@Pe`` ZZZeee`S}TD"͜93(((33S[[A__ŋa9;;{yy}AKKǏaM<Ν;§?Ghر׮]񣶶+%d\rDFxDDN왭-J522 0oZZZwѣG؀Ҫի XLJ8"HQVVvOOOYYYzj6ի˖-0۷ uԩ_.TAAz@3:b *:qDСګonnd۱cǙ3gBt?MAiѫWs޼y3%%EYYyҥ'Of2lsaXttρSӧ_%)))`#jhhHLLc1B#BǏ mmm)ɓA0 $x<:>sLЉZddd } ÔE]BA0 +))P(lۑ#G;СCs111Upp MFѬQ!BAp| J555 j JJJݶWjll f0EEE EII  ! _"L2 èT#Lgƌ377$-L1 KLLd0׮]y’Q`P!DD/^h4x~qWWWGGoZTu555P58p 5 =O~Տ?뻸?, t.L__?%%`$$$hiiNa&o6f1B#BAqN?zhT*twfnamz >MBAϟ}||m.)\]LQ!BA/^`2aaaͣRf͂ᖘPUUtttmAblݝ#QgAG"f̘痛;}~m̘1gEEh-8NVVָqlmmOR׮] D.۷o_):QWWhѢTAA.KfmmMRO~'Nܮr! ~~~999FFF6l7nܙ3gใHrppgH0l0H?BALNNn֭L&3))iԨQϟ?ɓ7mڤ I^npaAABGH%GtiAT]]MAT*aȐ!CazSYYàjhhÏwCAA ^|yyQ(ٳg.Ç][߈ 8"PMMM@@WuulߡRSSrlv~=h̋/,,,~##π aÆ7n7nO> zmm1c:TTT6UqCCÒB`aabΝ;㣨hgg1AäI F^^ۨQN>ɓ׮]=m.\P__/--M;bĈǏy*@իt:hRS%&&*((1xS:99gӦM'NHOOߺuk7@,޸qcRR?CAc #zybb" f}ֶð.[L[ЈAIQ]]OӉ5t10ICCĄJp!WDjhh߿7n|>KbFFǍwΝXΝ;H9x`Grrr[lIII􌏏\fMdd$ 楥f͚sѣG_|tV<0]ԅ#oN:UE%$$dee k-,,RSSE#BA$TUUU@@wmmӺu디@0 {]^^ʕ+AiNKb6nܸ_߳g{uu쿦DA }5SSS*jii)%%:\~Bء)S~QFFxe֬YqqqbMB ρᄅ1T 6^BB^2ktEEEs yUlق!]i={aؤI,,,nܸAGk㸛?}:NwP~N}ZUUus7ɸ.~t :\oғWJJg@@!E>}Ŀ4Z\\e˖S׏D"}UyyL8peZZZg@A(((PUUݳgOVV\B,//?u/Νz{{̜9c  ȬY&:::22O>}֬Yt4xgăgb+S """}ݱc9bp}t :\v\nHHȼyoߞ.SPGzw9rYJJJgϾsN@A`ӧO[[G}VZZz̙fͺvZSST=k4%%EGGG]]ݜ6IAP444;ӧ 6xyy ӻ?hd.,_~bH"8Oo7A뛠N:aX]]ݠA:SYY| Az@ ZB#:5kL}D"}MEA~b@ PGGŋW544_EA.CpРA ޾};:: ð7H An7obv}/*(((**`&MTYYyȑ=z811QQQsc  BeC9kk{ʶo.kjjzqunAJ=!, `h&ACAP!DAz4TA BAGCA`/d2yiii+22iԨQܸqcyy9P֖D"[t=x`ƌC]y<ܹsOoo3gC%&&:::^tiٲe>>>SLPXXXTTT߾}AN9rȩS&MTZZ :,,,X,ֹs|||AENNNpp B]}0,""xZPPзo;vM ѧyyy#ꔕ=== vZq+##uVA$î]H$RYY)++[ZZM>O<8{,a?3?#»w9r֬YS%%ٳg߹sl*h=Z̙31 +**FB۷OIIty{{ b&@ǁ˕b/r\5p޽YYYsbaa0H$ҽ{1 ,,,ܸq#*_P#III}%99YCC]7<oٲe^z𡁁8ohhP(r_CCCPPܳg@qF X+11qD$ u!bt .,,,.-**XhTjnn/`%@h1ED & F/A0ͷA 2,$V(b ;9ρ<݇}?fᗮcz9%ß|>_R9lt"j$v;d݆X,\(qEz((-~~ c^43u]~糪NGQvT*هDcg|Kϯ8DPe|>7 c8jt4ffY(4Mza,nф`Yr$iL&` TUr#}+~o4@t"q}ySq:B?=ND<O*NN'j`PQt:=-rV?<#݄~FQWF\"Ep5j!(BIzIDATQW0 , IENDB`PKGL image7.pngPNG  IHDR":9bKGD IDATx]H3-4 1M{J ꢋ!袈..7.R-+&TJ7KUrWr1w'iggg>;u=, lQ {B$, `  H X@@$, `  H X@@$, `  H X@@$,^MWX E ^C>tޥ C.\knnV~aĉv[Pp(4ӦM[tr733ի]^^>eÑf͚_ZX,Ѽ H%999MMM? ~uɌަA 2b`` //O$))Iϟ? okk;s%`!˲$I{o߾ϛ76AeDrrS/|$%&&\v/[:'''++֪2!"]633Sdʕf~ԳgvNcQVVCǏW^y=zp<Fpߟӧ Rё1l7Ξ=;**ٳ<(**Rux2#U___EEEbbI/_9j?޺u9s&M\k׮Y\*c $, `  H X@@$, `  H X@bTVV:XI޿ϻ"0H`uuu]r%%%tD`\~]VVƻ%V=`H `ohwo78-qe`  5M8%á0իWKh` ϗh"֡P円XGGc1---##c…<{BB>E!@ &&fRۭ(IUBEGG 0 }6%Azt b xm챀$4գXcҀ> $&]^%Aztk :ywJJMMB0~^Fdɒ%'fee)u@z ]'߹s13]Oa֫hmm56)XPk?~Ȗ -~Fmգ yF>ϟ{Haaa\\\||u޾}K]!P c?}2cl;v(**kmmu\}8E}MMM-//W/fy<>Vir޽ګ߿_My/_wRn|R/_(7F_<nA"ٳg޽[$OӧO/..^Ǭm~¬Ҕzx٩^3g<*X6RQ1գ ytMwoܸx,X@]$|ɷo^jŋ+**c+V:ujnnnBBB[[ۙ3gҴ^;nǂíɍK.)wkjjmz8Aj"׍KqVhbDGz'Ơ}, H X!]FňV.bu{A]:`+.XB4h'$EGz'~df§kbhBrxmׯ_ɓ+W~͛7K>2fhDFzt+XIII%Ae5xm3X---I*dϧ^I-Z4} ډ͈>AjG\8,Whޢ.(w{zzGUUը+~]۷oSX*" m?6+k=; $F`M6t8C]:`+@BD8C}, cw[Åe;c1Ƙ㩬t:$wE`XrJJJ] Xr\nw-0&b+*Jz0@aր c=nR_hG?fkA`܂PXXفXwYcƴ . @ 3laii2$"X R `  H X@C \L1 Km~XgލQ.h.((p:ht2|!Ʊcc޽^b]mҕwB4SbM`_m`E1 6#h2k`` //O$8 _Wfa)**kmmu\fP&]∰`齠yeYZϟ?_]ZZtŋ8qȑ#ti!a! G]bmFd0DX^l,,ڌ`S(0?ZS¢M2Fuw}}}}}͛cNə:usrss҂555M0ݒ-[?~ٳ۷o8qbVVզee&C~=qiiC(fah2 osd 1O, `  H X@@$, `  H X@@bcIENDB`PKGL.M M image8.pngPNG  IHDR":9bKGD IDATx_lS׌mKb$Yd2TehaD1/ xFb8h l!gb4&l‚C8mg}{\go~צi!& X X@,,``  X X@,,``  X X@,,``  X X2رvlsɮH9ǎ[d],3<ؘkhh],322nCCC[n]|n/++{衇\W"d`}<~юP($(vp8s-[K?X+;;rW^[rR},v>߻woUUlnn]Q* XJKK{@ pԩG}t׮]mmmb`ʕ+x ~iٵC Mӎ?ND}}}Dp8׭[wÚCCC=XEEEFFFkkk8$b$.Oߒ^w/_~ꩧVXhѢo|ǩ/8l @,,``  X X@,,``  X,2 `j D =@e ,0n/&e  v0uv lR^˜g oRH` ogl-\j yCAAvVr=R5>dgg߰|>gljx55[vdm9-_.NJێ_cG uw"0 d kT^.I,F1~*)_Nln_YX]!50!X1&劶?%)Q ))&D$/+wރOVeeeӧOvm3D")r)p]q}FD.\ܼy+G"~뮻E**LuH JJJZZZZ[[].v:::233=?߶m:} _""Q?y"4MpKӴ@ XXXhѢ7GNDG655UWWfee9Χ~ztttEm;H?HۼY@;#+X*M'^:p@v> -3Є`1Y%t{Q|;"ʑCމ VZZvcY 4!X^)m/}5*̙kBzcFON֣t !dgrvD#%b…n2c ku@_'Y„5kW^yE!zH=zuJ&mHb6 BR]8А"#ke˖qdd$~wg)iK#")A %͝*̥#xQQQ ы~?) ifgϞΞ=$W+WU$q"z_""}8 ~>~HD6m*))q\===\lYOO0x 1`- i'5tV[7+Vjk0J"T]Q:nw X X1_CCZ )j+#Cz4| !jUI=i,d>fc#&#-X]]]!#-X3BːZYkvq"#vQ\\n:٥Ab:WDoXz!ѐF X  X X@efYX&k:yu5kָof9fa1&d0nR{7SSS#?x}YXjDpV&zA3,,&d FEVV8fa1fMcX_jU,,>²~f{ J W:,X^{ロٙ(4͐ |===w8@D  [VVFD/_ŋ7mڴpBјCݸqC"Ŋ]OD??{edd =zr[c͔SRRV9sv}mٲEHy`5#7oܸqHkkTQLLLAAAmm_U^^~]w_;y֭[?}tt"|7UP K&&$$M)]]]O=566֦n{Æ 'O cccF_d*L;ǒc۶m޺uիW?3K.]bŸ%/^X]]#DEE566x@U':)//oܱc%_e˖ܸ/BՇ gށ,,``  X X@,,``  X X n߹sd5 }}}+ރL&ѵh+XfyppbTUUfD[V= H`` =+4[d2Kr\2toWoA9Bccj#嗑?٬v=BhP(IҡC222VZڕi^wB[C=OLL̸+++-Kg z{ڽT]=VtttDDDDY9u#DdDBCt-[JEmTr*'-]* X***"Ag+@XX2zc }uh6R23Q'ޒ)EDҨ.T{م 4oT `)5)v=l=B X~LXrT=BD@dJcRm-^-`zc9G}4%%%!!aڵdKk*T㡎uKh۽fQWWꫯ9s;VPYYYFBngRVE%0pO}~":~KΝO]o!VԫlQ-P_~_dff硟K 9ikqS޼ys'$$lܸ箐6.ac9q%''Ktq vmO>diii||f7{I抮C} lڴ)^{vg d/^ {GaMقӧ}-HEE׈|B8(TTT>3 o/jJ塗QjaJsωGTXyyy݁wy`PG!tl6g"z{5"|ׯ_tax+W.Ϭ@|.,,v+=Aj;;;cǎ[?&k.Z 11}߾}iii^VZv58*n\R]]f͚nߟO>ޭ+,,LJJںu+*?A$_/u4jj()^d zz֚,e3|(9(9Ydc(s(=}F(ڿZ[O=ޜ:E+q,.NV GܺEVtl6ZD=Bh. v_]:u3NQ$uLk ɖ3n7qL RŸ"ʕ+!XSCg k^Rm"%jhP(oS^ A RdI"uTKG1N3!vEF/Rj!)Ik$IޘC0{ `u/Isƍ]EX-ђ%d̤_ Q:[ qy*77w---GjjjFFFB ڧBMwBV8tD#"!N;788k׮rݻw塟``ɇ`λxZ%X!`` ˏo.`ͥ#!E=tAW,``i&N >Vzc g'W<ǗE|S0_Rb֎Џc.-#{*蝯>X,555~l7 /m U3:ʮYDm%XV59ņ CRRҔ w}VU"Cډ͈>A醼~a㒡 &ގܻď>Na ,d:&3&#,XV5¡3‚t"膰`%&&Z;pV]CQgg'577eddZJtim}Wxbbb=XYY D[ R``  X XCd\1 d-KE:.梢"tĉ)瘅EFMQػw/]p!&_>nPhu2y!X★EF4 zctX",,}; Kiii||f7fP M2#‚A$iג{oWVV^xjSSYvDX½9h3&!‚ͪ" F?GkYXjDnCƚ{1"z~ɖw\- |=ztΜ9ޭؼy[oа}sfee9T Dqzힸ' YXBfpi2'HA@,,``  X X@,,``  X Xe6AOIENDB`PKGLl image10.pngPNG  IHDR":9bKGD IDATxkL[_؀nȮ26[sQ3IbL413a243fB6Lcsqn11er1b[v|qjO=r1IDj ],,``  X X@,,``  X X@,,``  X X@,,``)??SVu֬Y%??QtQ*ơ7YYYΝ{GD&uuu=ofyyZB$$$Μ9_oߞ`6V֭[o޼qáPp8sN=-KOOO}}ԸT$P*33Sކ gϞ4LԸ6Ruppڵk?N<>~UV egg/]T:l#Z7n_~yDdZKKK5.OK999uZ[[z-"Ҥ(PQ}}}MMM=G-]l6_x:]B%|˗Ϟ=СCnzwǯUPP /,^8$$rmܸQ&z***233cccf>XPPs͡;wDDD̞=fj\T,@,,``  X X@,,``  X+X0###<ݞ/}+$D_bx#,0l6OoQJ@,#tbDL&šs]^bѸ={!u($ZZZ.>>bh- l6z{=ѣe˽S>`Aڰ 駵x.Q'+Xd 94kOCtQ[KJ CIsmݪi=B X=== ٳyLQa};v̝;7***77h4P3} /))ڻwOvG K XۙAu=XmmmK-[>222C"##mrW:qbtH>ʕ+̙3GV^kFFF655l߲ij7Ot>m߾{|@D㞏hϞ=W襽{ݔK.ݸqcۗ.]$ƍݳٯ:;ɶ 0ֈ^oOϺxM6y/ٵkd{Qn;N'].Qbcy/xE}rݚ s-YBVz`V~~~ww|P# :n~p8{1"UWϋ.B[].WZZ?'HGKK?y͛>\PP@D+Vnnnϟ5+,p<ᶷ &&&"""''mOuuuDW_wKJJbbbBCC^y啞{֫`:AZ_/l-O들=֫ҢEkg9X`;G )W7Lggΐ*,U!XtU5FC;D " _(.NdBҴzCQ:DUUsPwoQX-_.!t >;4m&͆*ÿdSPv Pq͆'j㨹jllE^8wAM&SLL=\n]rrrccEA}T ?w%CrO6.1w_|n\TTse}n;)4xK|g^mGx<#c凑iF`Amt Fλ較 XۗA%z'c>xņlG#Oiv""r8&StE^YY!}f|ѵ+X!! ,Aj 0j;QB&3l"8cb<‚0a9 CXD=;pW]"jii!xŒ)4+t3gμka^^<$@,,`a`)cɷZLE:|AszzzFF9faQ&d0ni;o,FGGD}YXj1nP(hu2y!X★EAA4Fcj```ʕKfa,,k׮ljj*++lϟk+C?,X^s}I&-5k֬Y#[~?'|ޫԦL `zA9faQfM@+ 5EAA4 e5ɏ&_:``ݹs_$3gL\lYbbCVX?6]}}3kM^z饏?ZXXXRRR@mjVm:#ry,,~Բ D]4XL X X@,,``  X X@,,`uWwpdIENDB`PKGL|̞ image11.pngPNG  IHDR":9bKGD IDATxLUE~DL1p?L#"\ dR˖jjPV6?jcFͶfH,xu|{8{|}<>I@k! sB,,``  X X@,,``  X X@,,``  X X@,ZjbY~Bܹs 1KM6{aaak1K7x#))_Tڵkk֬1cFDDDRRSO=߯O. XE$A|>C=TTT$ߴZ֭uOcX>_qƀ#vٳg=RSS|́|P AtZj]vmooGGK/4}t"JJJ*++ӿf!X+QcsssQQUVVV( _nF-yyyK.}.\p_I"##KJJ&ҍ5eʔ)3f̸cڵkk׮;wnHHHee}')U Wlly>ׯ|癙bX;@,,``  X X@,,``  X XXr\[nlի+ǏO:f&XN@t-0) VHF  XaWDD]-j e`y<Lb˸߲]+W!alGcu$UWWQSS$$$$&&.YDG؎C6с{U=BkENS^:t͊zqu 5ADq8h.Ehca 9{(?!Љ+\V oYԋo ._,joH+6ndI@0!cn";YPw{PW8>XofϦgi<ngÌբ\lG٩g;55AA:ZVuxc,GEEcyiM6M Jz:ذz/_vKKK~K.ɫa<99Y9""B!W{D{cǎQmm|۷ouozE}}>RlեG=:ţb oٲeͤ/B^ --MvիiC- ,hkkuXwȰZQQQO?o]nݢWE}ӳh"-qqq$矑#>wټysffj////^ ꫿PQA<)}i֬Yw!"5};"*))Qmk.aJkkk__M_?J'0rq[566˭93N r CaYQΝ㿥bȣq͚5+;;[y^;7' ۷GTX)))---[~9sGtr,2*. >S#7n>䓣o8qr=E%jmg].{޴?㭷ޒO\&y<~ԩ+V|'D;s膆CM>!!!A9G:=GT\ {qtn ccc˗ >SfiiiZZZlllhhhrr :;;m_gz^-)8֕k~\\A%_)Z[Kf**GJ k,I{|Y:+m۶}'##p<wA X!X 0xhc#KX`*@鼖n` y- ^ `` kNl`c)0 ޅ^!_D/cvtxG i5+h 鰖v`V@S ?#ӹs3g|/$4V}>_y>D8Z{{{wX,6c͚5N"fP tCJJGn#]PunG CѣGܹs͎m۶t:_W~E`B3aBduCh !Xf5cF]Y:aw0 X XÌqPm X 0oݦlG3kGivp""r\[nlի+ǏO:f&XN@t-0) VHF nЇV.ڎkpp Θ`p`: LCX322D=:p3]j"jjj"%K. c }>_XX)D,0 @,,`` 3KLM2d/6֙wu m6ٳgݟcm.k=} v9Va M2h ]a4s¢M`_m`cmb0*aEoZe˫dffZr~;VP M2#Ȃͣ/Iį%_xŋ-[tҽ{ԦL `zAs¢ Z F V4 6h15t/X%6I3UUUUUUׯ'WUU}cx,X0s#GTVV&$$ -sw)STTT7srr^x7n ONNv[_͙!X^w8??_.(g_md`q7  X@,,``  X X@,,``=IENDB`PKGLP image12.pngPNG  IHDR":9bKGD IDATxLuϑp@$E~y"lL֝hj&$ flt-+͖M@iURkHlfjkh;|i=W}wO<966q3>jժȦ;ܹs t\fzBJFY;s 5=={ﭪjmmո0,u,Zhݺu>or8?())Bڄ@]nd2)11===O?Ν;kkk5.O{nW_}t:~aZlYEElnkkNP'xb…iiiɯ5^ZPP3Ϥ=zr_^&z_322bbb̙ /tww\ڵk۷o_dIDDwmپ X@,,``  X X@,,`` }tZp%"PH_쬩ZkYWl6[oon] ̊z@1FWh6ooQL@,#kll ئ3nN0d;B X1B_BIꈨV\GGG!5vNZkd׳Q/C)%ezqǚܬv_[駟~S!Y7Th B ˗f6ZîSRBJ kX t<:V=Ba'b]Mw/mڤZܹsrrr.^8ݚ\_~I!U ].׆ ˣݻf͚˳at[͵<6FvQU1X{O>N>-_?vsoOgԤ};Rn.c=ž6oޜ$''g>Wkxx͛3|QJRGCzqX{Ijjjgg7KVVVdddTT͛\]@oA[҃?=={Ill$I׮] ]w/{ϵl|εlJǏO>`ܛymٲ{[oEDN?ײtOmϞ=ݔK. zz$_t$I򅩫ݲ/2V^jr Fy>?jJJJvv]vL\jvow;.K b466z/ikk{}3ײ4]sӡC?P;ip4//p;5"믿N>i_͵t**(3֬]'.+##y7NE:ujƍ~iAALkyCPM˗Sc#w'`wSPPaÆvMDtaZֳmkiW6oTYNmh&7ҬdA&ITXH{j*,|֭5u ;G=BMďc UWk AYYti":FVTDR%5iΉt z@&twwގMTQAaaBss믅λr BgC RNz% Dրo Dթ{hϺZbE__I[G|zEe hޞ$IǎI-6#{ꩧΞ=p8Wv\Wv;޽Ch,x  lGx*#|ֱ?Bm( w?yCA5Ao?F蝠X╕!YWCiv""r:V5<m|aD_c+#DuFzB3,, d FIFV8faQfMXOOO^♅e˳Z*22f;wn JW~Y=$\Lrnnڵky䑪~{TpA@Oh>,, ``zBf(h3&QBof՚c+c*Q7o>sD{ӭ?66p?ѣiiiiN{ݲ޷=y.`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,/_O>ͺ"ϺOUSS+deeUTTutt .JA4k3">%%%;v`]BѡPr^oڵ{V]`3>2  '|ұ$++ktto&)++299YF e%FRRpN*{ϯYf˖- Kg}K"##hѢ?P^pD%%%?ş~:}WXXnݺ//l6cjyWkQQQ>>>-ڳgFGG_~D?? 7\*t杠>AA"((X`,EPP AA"((X`,EP(+XezW`8p ,,L׳̉e0L&S~~>ZȜ(+X.OODo$AA"(0P"XjjAl3h4LUIѪl e 9;t@cccDDDttedx@UÄvoo) L&4e EaqP8ǚ֦vPgXhEfs'ձ.Mj{u"\ -- bOi}[`:ضMdRg]{Meؿ_| 6NgGᳮ=<= ?>vŞTrͽqX6n=T1Dt%SY ްn T<"*;3ٳ j>o3yIPrAQH*+lUUUʕ+;::fzhtmV]@v6a_|455wo-[\~wUfr))͛R#[y 66yINN΃>reG_>111˧`EDp7j:;;{zzn޼9C O -xEx]x֥H522$$$Q__)+s=6m7F`0;wΣ߆ u%]yIee%X,;>[o 6Kۺus7kllqO.Wc gϺBc#55XhDD W![&$$^yɛohnܸ1ŭZJx&[;CC\l,wV=JJJt^r…x`q%.ېKGLL P\ +V z 455=.Ww;fXx "Y1 غul?AjX_@NNNLLLJJJ```[[g}!<+6ͅV|m~~~ٝNj߭JKK ?N۸qKؾTBWr=ף#[6mɒ%Îkl!RX]]ߡ$rSe3 D n}a]]6{~~ǒz?=Vi)ì>O D I5wͮ]G@m\ۡt$3221QgdPQw/u0e8qcr4;c%k׮9*jZ8uFd58FnQV$11?~cIYYYUU) D [%y&u8: i544TZZ`Zӷoȝ~ڇ%%KuSZ߈XKP $̥#m;LP&)g.iaB ^ ;Q AAt1c Ps+ |2yմ#[o.X`ժUG~?vmSH5*Fi0AN.ya=Xn +ܵkd*++ lِdoÿVv'By+]8RZ[[C CCC\ڕ+W4Mpp\|y\\\kkE PډM>A*醤~i)P|iiil ]?hV---ufsk2w~ ^bqhBS| ۑ-N uc P.D"((X6F騄F(ƨ.:DU(XkҾcW^^vPg]*ۡ=bټy^h4+"")+X=== ӻ5;Qe`0 L|ֵ9QVUH!Հ #?fw,d6f3&,XQ8TY\B$,X鬞`SVC@{{;466FDDDGG/[ui=n{{{OY&DY"A'H AA"((X`j 1fa}e_䭬34/YD777q}YXD:Dzq௿^c+m"95 ݽcmN"o5]hӃ&A },w:/q2YX222fh4 Ν2[m╡,w/hv>q|ҥK.oeffX>p^ͭ6EַZ111uuuLIIpLswĉy۷z;v־>>>:nxxح6e+C6e٦1 @r!zH.M&(D,EPP AA"((X`,EPP AA"((X\cIENDB`PKGL~w~ image14.pngPNG  IHDR":9bKGD IDATxLסx!PAB5FPwY)!)֚mI--ʭ&iRG`n4IYxL>?Gy݇Ͻu{sM$DƄ`  X X@,,``  X X@,,``  X X@,,``  X XJF]L]@HڴiSqq \% b LիWGp(,Ijkkv{JJʘ+\|yŊr~$I._\TTr9s愅׻ŋkV(B$l'xBf'|/rJxxxjjvfub;},``  X X@,,``  X X@t:ׯ_oX"""L&ӥKDW +Xuuu3gμk ;}j9ѵ+Xaa ,,`a_f 2B\.gUC߹s َ_BB!B_BIKDD` =::ڐ!'<wQu53g;8t6n&JL]`֤\њ5Sg;ݴlI!4FJn{o1cƌ?c5駻&Z5k ҪU S%{v/Y2**j˖-/?Cf3wu6ҳ͢KQ{ݻwQSS+WM{cLj̙3A=ZM? K4<}:֞=TSC'OC.e2fZbE "r:|/BD6m_myNWWn$I=[p/5߫-Ι3gҥK6nh2{JNNΖ_Gm i_լGTXKΞ=㏏>h6R?e˨l6=X===ރ]ziٲecxsE w*жm/wׯ_O'HNgGG?~={QNNNbbbzzzttt{{Ν;^C38Hv;ZEee7.lhpvZQQQLLӗ,YScc#zVVVfddL:5))魷gj !'Hܑ^|QZmB{*.۷Lay QaRc#WBS:~D 4ݻijl;Q:\aZNsٟ }ũSz58E¡PS]]TXHv'H@GQn.mJ#:JMϧիDznyw(?RR諯~jr:\ITW'D(+4uu:xЀe讏5A8Au+;NF~xp(/СC.fUWW?Ad X!X2yOo}#KX`(@c0pB姷5cz]Q:.w0 X X~z86B},cW^^nv0g]!t_bDDDLK.WfΜiXD`Y־>QPP }+,L_bx#AfWkQў` ^2`11!a VttfM_wIKDD`ѥAp] ka^^wH4} 'H,,``  X XRpA3,,o /y̻2 333->,, d &m>mFuu5]xQ~}YXj `p( fYX:`q¢ F#5000%YXFwVUUeZO>} JAW~Xy%IYYYYYYyyy-zo߾m۶ՂjSC&X~Xy9faQfM@+ 5EA!4jZsT|e&t522PRRBD;vhhhhiio}˕7ק;rȔ)S{ݥKY?ywMTxrݣyyy2ᘅEM-PMԅKx4`  X X@,,``  X X@,dDk:oIENDB`PKGL~~ image15.pngPNG  IHDR":9bKGD3IDATx}PTU(zHY,1~իW UUUFDD}'R mFyjMHH0KS 0!!!>>>!!!cccNwww.X@FGG߼ySb@ذa͛^[o/֭;޽{͛g6e.D"##m_;mf65MMMq7`juuuO>O~~-}}}vgff&&&r)Hyyy111###-VtڸgӦM'ݻwU&Ocښj[~4444qTTTuuuooo[[[AAmz``s΍طAAAAAA.{nVξF0_|ꩧ{9V˽h]TT~8//zŲj*.eˊ{:zhFFFXXXPPвe˪GGG'6ڸqc||HHNV~8L`L XL XL XL XL XL XL XL(+X&4--O\rwE UWWƻeK <޵(+X^^ʪD L Xjڻ[2K 2͘6FqV8… k\DD*BYo >|Z[[h4GDD访sBYSVsss {i4zk%A\s0Ң~P:X.`80 c,0UA kTrϵk<ָׯ{J?@Jk$Ka6x矧V2(<|j?s &k_kܹseЃ ӺuM'ON*_6cX+**_zܹsհ'Q|<ӄ@Dt)ͫWΚ5k۶mNWDCH,B\P^.щ /ek׮rܒs=8ml֭[Ʀx;9ut11Bews:::,Yۓ%### 00pڵ.]b]}efoӖ-K6cK:n={ CCC~~~w4޼y+++u:ٳg=:r][XΝ[XX7 "4}"z]7رqy M_~ƍ&6_~e=j쬮"#>:/Acl-۷oh4ӹ… 333]j9`JWFbcg `1+LHHhjjr;})*۔K̮ZڴOQ4ۛ]vԩS?VM&('''222)))((ߟ?~KKKsjHgh֬X!)Nn{{{BCC:::2Dt͊Pg}S/ճ~G>a˖OJR&!)YXBIl˳ ^;GYO{ ~5:_hщ'[***nݺbXʁ1QBBBGG&!r(+XnMBҾ'H%zdVW__֭[?sٜgϞŋ %)ml1g8b# L X,C>.M&  @  @  @  @  @  @  @  /H/-#IENDB`PKGLE)) image16.pngPNG  IHDR":9bKGD IDATx}PTUߒf -6181ȴ+$Z DMa9d1ыS NY3&X 8` (c:2(.}7YVr=w_grٳ1@J ' @  @  @  @  @  @  @  @  @  @  @  @  @ KŋGDD?w>k>?#==ʕ+ۥ%.33322_d0JSpĒСCaaa]b6=>w\nnmf4ccc4 KNh4J̘1 ?ϖ-[L&SWWN* |400QOOlv\AAAҒ.h4رc՜Nr[]]]mmm+WtD$L*00blܸO>萦O;yjƍ%;;;_x9sQllG}rS@liit>ǎ{WRr`){Ònh4;*/|*O?MNN߿5k<#K;w.//駟7o^@@@eez衇o,9n3g|7CCC[lYvǒ:::۴4> 7n&,`&,`&,`&,`&,`&,`&,`&,ÑoZ ٳgydV+**"##V+h+X6nn L5~')Lah~E6.,ӉIl1 \1Ne=\ XcL&.B[BA\lnn&(ɴh"}uVښb?<<xlQ^9zxK,/x466.#8b X5Fk}#8C @W,`Ԣ\Z kLWW.B^t޽s罷wʕf arb=P-pϞ=~%KĻK.?jppPPg_ѽRL >L^ؕ?jmmMHHnY`A{{DIMM }'XCO=E۶Qi)iח("Dzqe3g|饗BBBJJJl6[SS__ZFjhޭsٳsss[>"r87|쯿JDob 6H)'O+xɓ 7a #GL HuhMȍk?y222[^u08QoΝtRewҷ\\*]+ C%ż*r񸸸AUr5z)9^G7 `tvv'5":|mmc=p8Ɍ ֭[k͜ɻA|r%%%]xHGss?p@VV֮](333&&b566رcΜ9QQQ^~ҹpVnڽKN v e˖KnqqqRRRxxif5knXRBk۷4_:oxz_Bڹ)#cJU9ښbDFyyMGRt4ȅ뱴fg={8U`I]s ZEK/Y:頏DF7Sp5B?B22>\Tq;O/sQ_q( G1*Ϯ9x< ttB5##a-_N۶ѦM4mfp_NZf̠]hM)+jjHG輫dh^{ y=&? QqH[ZhB|}H_{"NbL{'::*naf!:Zjs4 qfu႐#mmkhT(o6Rb"͟OR\֨N[1 QAJ]sߦg;i&"B[ }8f/[7c92^z6X țc𤰰PԩS/Iob j]+-=5*5m#G[cwy}F_z˿FUw)OBV|8>_j$}Dp*OOOt:SSSKKKnA@C@? G,/p]A k,8:^` lb3s ބ^!z~W(]G7{ (5+Fkp hy-/’PRRbٚ[Aɧ:5C;,X^챼 <%%%%%Edɒŋo޼HZ̧:eɮnCnwUUUUUժUh֭UUU\`ALLLyyyeeb]nrݻŻ?\VV/N>l6Tj͐O`\Gl/a :l},\ L܌ @  @  @  @  @  @  @  /QD~ _IENDB`PKGL7< image17.pngPNG  IHDR":9bKGD IDATxmlS_7fPH1[D6G&b!##Dg&c lbTā 8t[ >p/?m]syݞ~w{z{$I"L XL XL XL XL XL XL XL XL XL XL XL XL X˵qF՚d0.]4j۽f͚UV?G7`ȑ#Vu_^ʕ+z{{-[߯}?"A~|.^>N8!߽rJbbbeeƝ XaSP|M^^_+_|yӧO7?͛71oSxw@ C555 '%%Zysrrz{{<.̔$ihhhT^o[[[mmO>)/ K$ pLHHX,vJKK͛Ǻo`%!##cN޳gOQQlv8ZuSS BtvvΚ5k>䓾s=ӕ ZT; ˯^?w]vĉ{LQ{wFcgg'>j cHtQ" Fɔh""zGEEݻSSSӷn:˗/WTT %K$vkKHHn;NG b 8zxK,6XAmmml =c{, @DaX 0]A +H*\۫vðwz_/4ԩS5!i3rd]]]-YlٳgMv8,6{L.}QǏѹs"z ^Ekk-ˆ%ᅭ#b]`[/gxxN)))IIIIMM}'/=¯LD鯾ŋSRRZ[[fkoo鳿5S_gԩSW^dϞ=Dr&|\Z_W^N/ tww߸q#p7OnInܸ!ڄ-Μ93> ӧ[Ξ=,tkf0QԄf̘QZZZ. v\^xAϗnW^b>Ɗ^X>O)ͮaڹfΤ?5kq0VD}>_or=;s$ΥڵRRxiֻDSTT[WWW__oXL&S`anYYڵkw 6$&&fۭ 9#H< :5ʼ6ϪP/>snuuuqqqFFƔ)Sf/;ajm;lNoKRNT[+a5+XznޣߦuhvJO6XSa\ǎ֭TP@F˻7AIt}!=D' 5f`}+c,UҁTUEMUUQktz,Xvw-OBSH0:{6oi~ZTӧqSq'MB Uoizit^G&!㡚*,d:^yyICb+I*RNc#w57өSpPFp!ᆈ&!Nًo1jjGb$InNa<;vbu…IB$ߖgܼy3tWQ M<_}g UQ !0K'O͙3g̙}`ɶm۪oݺ[!Gz>V&9 !V": U.zׯ_ u\X|*@Y߲ew}xJJJjjj &:R`ER;0 {,c X$Z  j`g+t& l)gc) BWl_C C  q^aZbDk + Z:"c%cW~Ns۶m6-_6T%/[@ŏU7B^M¨{6{¬ CFΗ,Y2cƌ;@1}T ؅!lBъtqO?~'իWF-[]u:Do*?"v8̏+O}CUTTѪUrss-KZZZ[[[mmiL&S'zrlGx,=c@?B]& f`N6t8]+0`qL X 0oǎl =Ov""r\7nZIIIҥK{Q+X===GζZ"Vl6[,//'V jx# FM zmG{܂CO g6؝p VKKKW?CgkI܂VRRف5$=z:::d2,Zw 2bVF-h!b tH  @  @  C8Ed : X֓'ON>*,QɴLD}^ /ߨ!/*Ϣ KDmF@Duz(fUXhi1'y!XbQ%6cL0ƊC\e)))fQ! V'4$IKp… ʷv˗.]{QQ<$n#Ƃ Ϣ KmP1(X"=Y*,QC`Pj͢ KDmX7!Xonhhhhhx>hhh_﴾)**ͭX,&)P殩)>>ݲk۷6lHLL4n;65FDuz' aQEM-6QNM& @  @  @  @  @  @  @  UپIENDB`PKGL> > image18.pngPNG  IHDR":9bKGD IDATxLOUl@dXD!Ìh֊Mep ?d.LqdK6f&P2Ma?HslEec GlB'p>\ݻwc$6Mt,``  X X@,,``  X X@,,``  X X@,,`` + njFFFLk׮>wjBVQQ`Z;5!Xl.+777عSiӔV;ϝ;l6ϟ?tug L9?͛78`X:;;O:xDWJ}^oCCCYYY^^m,``  X X@,,``  X X@   M@E  X_l6 ["#xЉm<&IbW8Ր`X,,G} o!66֐.>/""⎉vr)dקQ+_ @AkDCC!ul`` kFhc 6P,``Pk.#5Ӑaf/ xy'fϞaÆoM5g jcl[8&&7\fͅ {HIIf />#"^~}̙;wsᚚ"jjj -+GxLªkOϟ_(4odff!؃ܜ?%==%YYY1116mr w {wS%IcYf=sWw86a}Ž3gN~~{?ʋ^}UfʥKϒ_tI&,A?OÅ\$K,Y~]vL&5leZw_a,6VZZZss/.\p~pL>O.z]ֽt؃!Ԉݸq |>'Ot?w%Au^offoHnwccoy䑣Gц ͛PVVАpJnޤi:ra+GmWWWAAA\\\TTԺu뚛gUWWѱcřqqq3fHIIy;;;',_OKsJ99ɓҭ[kfb]Lt8mDEEt=k)/l6*+3U Nr8h` Q]Q5˹qZW^ڶM"\.Z[i~Sɡ" ]ޝ9C%%O3/4w )*+ᠾ>ڱ>D)ֈAU΢L:|yRS^ziR8> Fx~^ >˯l"4uY:pjjhV*,TJF}*R%%tmFҬY뤒Sxn!z]ZR8s[Uvڱ-&Z!ַ1s{<'##bWTT{w}wWW)S_/K Ү]$Nt!JZFJMJJ74}wQ+G_sutt O_/_*ݶAz}JJif%Bꄨ"zoŋ>Ν-[NQMooo||NZ[bt9B'>B+X$'4={jmm,|fppST -[55K0|^(H}N.]`zxݻobmcXD` Qu4k' q<*ruww}W'++ X !X xOom#KX`(@Fm c{0#h+@ RR`6+0^!_Fcr4DŽ G+Fo Gm $xr\wl6[ g6T%|/ UGx!D5Xuuu~䉳g_d2MX'Nddd$&&swԩӧ?///ggΜTU#u:#vp¢Py &x4`  X X@,,``  X X@,֘g?IENDB`PKGLUыV image19.pngPNG  IHDR":9bKGD IDATx[L߂fB)rU I`C Tri%iR`jLJ[}0MM>Ph^F[D݂Z.J4PmS\`UP?Lea̎^f{vavq 5?ڄ`0`0`0`0`0`0`0`0`0`0`0`0`0`ybٳ`0t>gvOXb׮]VUą  RSS޽ۻlٲg322FFFbcc?<""#44T&+8NFYY>zرcDt!ٚBzOhEǻ ׯOk׶o裏QZn577QRRҴ>/"##Μ9cm,diwnݺc=SYͦ$XRw^~~X}}rJ)$sgʹl޴iSqqqRRRLLLiiқL3Ӯfmݺ5$$䧟~ԥK|M"*-Ƕmf`U+WOz}gg')},pW]]MDDTWWf"z׎?s7nTUU/[jՔ:׮]+,,|饗***vƍ4Pzv3Lڵ˽Ν;w^}Մ~h48qBޏ"LL XL XL XL XL XL XL XL+X—H`/^3A,844d6srrn ̉%|!"  ¸B^ HDXZf t:EIW\dE X"##5YGrH`MkѪ"5pLyd2fWtW` Pj堏5Muul``$RXMA kTp"I-t{yλj}-Z}噖ג%Kdh!Hi3v}V$$$?_"""fzIiiiLL [׳n!0z#GQcc#??[o5=]tɫSj _ O<antttfffMM޽3HIIdE0VWWה9zzzݻ7KӃCBB-̮pBܹ8e ޽{ڵFݧ~@.Ydb?۷Ox>{M㸑bVsa r},;C^Ԭbcc333jݹ~aT\\|~pZC!j]ӣt+''ߩ{iv8w;Ųzj֍1?oSRRnݺH-KGG?{-[B"^tirrrhhh[[#""Å>~ҙb+G`aaaXXXPP͛&#GwKJJRRR͛s΁YK)Tu`S:|--  K %`MRuNjl_(z]IZ!z'c9tPu5EGӋ/RA-_NQe+CTSC'NP\t[,_46FOT[KɔK3#eējݍJ+ :ETUE z5Q^=,E+T$͛tUUQs3_Oyyt -\8laRtS[mDu+x]B,._,zڲzH|AK< ._gmjb'y>Qr7#JKիUڿ,:|) 1nOMMZ  B$bөST]M7oRAҺu佴|ڌ8AmbZŋ\B|9܏?rN'Ujoŋ<3W^^-It$UVRh(P^D BslT_OwSTтT[KT\E|z.u jWˎɡfZB(B][,čMX]rRfO壣 *6nt?Lъb*m8|/)G]ݻdllL`>" DPu˫Aꡮ ę`W(khhf=/A X!XyWFc) [,b X5Ims`.P8KGa @4&Ij; CKX |hB p4SGxZpTbVGp\:B2aC+f޽{F'lH27_* w Ay+fSjHjiiYpѢEov]:.,,lւ֭miiv`ӧJy!11NIj+T$>=8Çܹs~^_TT4vl& w)r0_ikP:|--   @&mt FhF`y;h L XO XRށ4YGZ[Ru""X,{1 :OH VOOOyyŋ m9QWFАlQ-0' &5_hR j),zZ'f#&ڣXZZZ\C84F`M;4C`+:UWWQGGՅGFFYF馁w[dDQW@3p@  @  @ -K ,fa&f?[]GOhNMM5 MMM.b5N:yct7ʈWxyxU]3&xN$]'4EDM(~-C>WZ,,WgaYvmpppkkkiihloo2W55C=|,Xޞ<y~.yZZZZZd2mذa}캘W5Ef],,"jd0"X=YYXD`ĐP<ך,,^d wJnB++++++_y"/+++/\06-))iҥ|MEEErrrxx4wgΜ?v7++kǎ~CxXVj DrZnwL&ENS)&,`&,`&,`&,`&,`&,`&,`&{&IENDB`PKGLJ image20.pngPNG  IHDR":9bKGD IDATxLOZ~l0F @h 8̱?Ib3saqa0G9f\nd*t[2 6)J2-~r>whwO^߽{  YjW @,,``  X X@,,``  X X@,,``  X X@r6olZM&`|رc˵s 6'vڇ~h6=UUڛ#+,++WiFFC.x ޽{yk棏>:r/^nݺΝ;pǎ~WWTɎ14,˪UB:00/bٵkKEՆ-L&S^^ٳgChѢ={ :uꩧںukcc5T%nuɒ%Ks=v2'°p!"$4,6׮]t544oFp9Ν~srrf͚uA׻j*?vݻRSSF]wU]]}ԩ\tiÆ Ϸl|󍂟C9yhc  X X@,,``  X X@,,[$@ Vo1D[lnpTUU]m+[$CBѨDXzA' UB] l6UhkW(H"[RR.Q|[wv!O)j=|%VX~mmm,Gzc%[, X X~Zk2$` OQV*,A] =4{x>`5kS?… !Ȏ׻zĝ;w>C'O .++K|l4k,ψmݺ5?M5^T+G8$]~hѢ+VO-ʕ+k[ź,GRPP;>>>" ??]C)** "¥KL&M3ϛ7_HHHhmml1}-{_pNyrM#G^mo6SΜ9sɧ/Ϝ9#˗M[}%u,$XSYY8W_5 b+jZ+WGuuwC|uZqFD.\8|>rfs\<w%Av^oqqŋz-?u>j"ZfMfffaaaRRR[[ۧ~֖&pJgjvCCCW|/>-..NNN3gNVVƍ-_OrWLul$$4܂,``iw z m, hc XZ30@㥭;kppPsjtRK 9tG˗ϼQCm_F$]@K7nw['Xׯ_QK Pk+uwSn.?ҲeGg߼=}ktG(=hڋ|:"ngIIIIHH<})4rxlL8vL*+/.Y"̛'᫯BHJ[x959HO`vv锱v`3y!???xS24;^ ٷ#~M|:00`4kjjBz:"zץBOZ9P|5Wb9|[KOB-zנNhw z w h X> XRuY*[Gr""r\7oZ&`0]#{Tժv]`F,vGUUuVfd,Q|B[FMz-Gykbb"pzMEGLG`9Q-X!;!nri.¡CfsYYUh\4ֻnDC V@7pX X@,(.h%2Y!R"omyxAsIIj_c(d &u"?ebbbB|P__OD}}}sQ|՘:v^1 KeEzV8Fa & zhcEjdd(p(,wGaHHHhmml7Q|Ў V4_%/-----+V,_{wg( csE14Lb,X^Ь(,QCDCBY5(,W`jnC_ݻ=: 33iii577Ϟ=/VVV ޽{_z饸TQ!X^7xKl%EL%:.MRP,,``  X X@,,``  X XLq/T8IENDB`PKGLF| | image21.pngPNG  IHDR":9bKGD 1IDATxLOaP0aBũ K3b;Ѝ1mFcqK%8D0hh~A"MpC*[eЌ}8B+У-ޯG{<{ Rn,,``  X X@,,``  X X@,,``  X X@,,``v8pjfdd .D+`0k&!X1=vغuVD//==]i655p8룕rO[oe6=OwwWJBd ۷r钁@`ppȑ# :`ɠ,[2--^rJmm͛h*Z) |>#"cǎ.++X,mmm7YģΟ??䧟~m$:sO?MDVX+iӦ馛z{{$Vܼy믿n4Ϟ=Xk>VLA8~8 QWWd2[n]fͶm" ,X(r:@,,``  X X@,,``  X XB[ q VHVbE$m+[$@R ,,`qFQ7l*,ߏAl,{[%&8U XafYB[B!-ٺGb n; m MQk-A$q e=g{, c X Z},%}, X Xar¥zT`y<]֣ =t{yλ}G׮]k׮=Z_yyy d~L عsmmmzWm믿G[bF#w ~!Oӟy% Dt̙\b``@(/Pxĉo߾]|ZTTT[[gI? ***tY*؃5<<\ZZlttڵkVz衇o>-[" 222^f͓O>YSS900fN>Wߠyyyw\ra"rˮ{I"z礋E{i/bd7ܹs/_+sA|`qek+Al|% b%%%uuuK}Y U\\\[[+]Fm*--\ro}qpI`P!Z]ԣt؃U__răMLL<K^0_~v.FK. R=44$ǿѣDk׮#GL&׀tSm(plllYzΝ;ED"''gժUe߾}gz:)W=ʼŋ᳎== 7  X XaZ]Q:*CKX+@´6ttBkk0JGeK@t Ve 3;KF'O'ҐDhw*++^56҃c MN8MNC.94664[o%֯wM&裏zzzb.;xꩧZ[[%k^I Nx!E# (?,ڰ,2rr•vDD Nr\K?X+y KN'MLlij&&h|AϧfzڰL&Z+6fXrbwwkbF~%FFFJJJd F댍\tr GFNW w9BPOP_=J{;@TP thÂW+aBv?9I4_a8GxI0LQ:ZG0Lks`.)ӹK ..,W:C}6-o6d%Z/ ֠`p&P nqcF]vff&̌`ȉsEw}wqqqI}T ? 6IxRO6ξO|rF,":"z"yq0_aBA| (/:X%4܀,``imt FF`y; ,0}y_Bw>ܬzTϺ\J]փ=>pj0 .\PE mkttرc֭ZjVD[lSSS^h+X))j$ o$| k^Qj B2,1Ղ¡3kA+;;ZܴyD444DD]]]&l6oݺUA|]a0LKK[nC!h+X8A ,,``  X XzV4s{~μ'Fj.[cd &m"?e" ۉ9faNf̋wNx/h昅%:Y'Q"o=+^$PgM=5==e˖%,8 KMMMff@[[f;}⪓ڑd% UUUUUUcݾ}{7|W#Ug H`{A9faI$ &Ix/hVlL`bךckbjnC_DDovgg?/+++,,|;::M&4wݩ~7{[,W5#m";=+,vU8faSf$MKōx`  X X@,,``  X X@,)4LIENDB`PKGL@ image22.pngPNG  IHDR":9bKGD IDATxKL]S4|FAQM "֠ pa &uBjLD.G*^A%b$FZw1_mgE;ON9$IbZ 3 & H X@@$, `  H X@@$, `  H X@@$, `  H X@,))Z&SL/!!b UUUV:Em6u,l>ɓ' V^^^ZZ ׆/ UTT4m4{,|%""sƍyԩwU X2eʮ]rss###m6ۋ/FrΝ;ayh$DEEcCeǏ3̙3gVVVtcio))) >u8yyyGMOOX,:wO m2|>4}glڴFҀV޽u\pN8a6[[[){g "Iҵkc͌ĤE1֬Y--ݻGU\\ys熅UWW\+Vr` /4\ћnˏeeeL8bرg;?޾}y"""v _~L0@$, `  H X@@$, `  H,K$@+X%V}q+X%Gaa}q+X~^"7H X@ByfY hŐX"kxx2Lj*z捐}9+11__%EGG َ!bv'M4bnw8*2z\1j X*8cy555 َ!Dc{, $,/Fc c,cP, `yiUv `yَ!DbB{-[⢢V\իDqea6rʢ9tҗ/_N:uK_\t1VWW'ɓKKK}|}Xzⵣ[W͛7Ol23/_~ugS\YsYYYBc`*cDFFFEE_= cLXI>>be+憎kK=s:|zqe^Ôׯ_ y*o~Z!؂lA[cs-((P.ٻwdGQ|ruv7Lv +55Mu٣}R)9fׄ,`vww_j?խ]Ww\YYY>}:||t677{^Ō+W(6lxYwwgɪU޾};ga2$D Vt4300\♄ňdM ٔ|K|9t7o($Q>$ߖg|Uؿ#M&6SDXgg[t̛7o֬Yw,ٷo_YYٷoTac,= W9lf'!_*PVs᜜?R`Rxae0T`BAok0K`` ˋ8@j0Tyd^!oEC8~ŋGwf={|rwc"tqPPp"_x lGx4>cGh !X@mv f5c0 U`BAۏ!#T`eC َ!DkctXpiHM_jooZFƅ`l>QXXht_`\ VX_nЇV.DmGׯ_B 6ǰ`544(C8cX|NBa蜜w]k׮1ƚcIII-2k~+tݓ&MnS!,  H X@@ f*,I 'yu=8 VSTa Mb0n{7~oTTT0:::קPtthN@OhD` ?[` KmP1 0 @ffr UXrss###m6ۋ/FTP Mn#Ă >ח$s,X`n_lْ%K*++;\-6xG+}OQ%6CLB,XЬ[ b0PR~iMQ%61QD߿kjjjjjn;}tMMӧOZxx8===99… 2wwޝ0aիW۶m;yw9ydPu#m9rFvS(g7&©@o<@ :@$, `  H X@@$, `  H X@8 d(IENDB`PKGL9 image23.pngPNG  IHDR":9bKGD IDATx]L[u_c+P&E b;^\|]2If3qf&[^I4b 5S72 dj*8L"^8gᲩR G33sѢEv]nj'Ndgg+9rt.XïzyyS"@ D  *LNJIJԆ:vLMM H7xvܹtRXPP#LMMU@dq?~f͛7oٲe.KǞx_:sLCCCnnWJP{d rrr9rԩݻwQmmm~`8zBU{ɓ%&) FPVVVTTpyުBdggу>ZyI޼ysmmmiifs\uTA JJJHT{=w;v8pI*>JD%---Zroa4/\Eť݁ Bss3QkklZk׮%۷WVV>EEE}ُ?;D<OuuO>|򔔔@ ~ xI"Dn:Z?ܻwbIKK[rG}gyx…-r8_|ROBQ 0@,,``  X X@,,``  Xh+X|E$m_B[r8nJmV"^H`` =F}~aLT)C~?b0T8κ|.Q5jUhP(H~E,] mߴtnG zK`IPk`5[Bu$`` kFc c, c X%,\ZkG֬] = {1xخ],Ym۶/ε~k999 d~L زeX]]]ff+q_~beF{?Ļiiiӧ(މz]]]kG8*C_~_YY)-((شi.[P|dP^^vT^q:ҾgTTTddddff>cwk||,|ŋALOOi_n]FFFWWr8ΝK꫿Pڜ;w/%"{ǶK/$\OСCÔK.]~=t7WK. puFjlA?f bB$܂._|֭K^|E npӦMȵ_0ݴVX%%%K.\p=D \j&t؃UUU544$Ԉhxxr0 W_yx ;@ڵkOzޞq<7l߾?&m۶Z*++߷X,fY9#q8|jɴp-[~%'wM&Sjjf۳g-ۗYhĦ\(G{{, z@@fiU:*KX+@fiU::T w  XBsQvZ; W ]c c,Izl&vq!hYhZG[~ -y衇~]QcID !Hks$\:ښ$"DUxYl&.HjJmAH&MMMM?V/_$Wm*fjj*|WW "/q!ڱV̜^6n={_{?I>ߜ-}U$Ї5:)..В_{,&'磑!vrs?EEdP^$_WkhPXRR$"Dm2d+*1xhxFNQA bZl6ZiRϧelTmt7V着N<޾a_޽{ݲ|KR^EmGǿ C]Hmm]J99dҥdeWwu.B|>"nܝ"2)?>[ZZ~EEE}}}';0XҦhp^Aڵ J%'Hէ!ʰǒ= ,YZANhU:*]+@fi&N c, zca;+eI4_a8iG8*W8K W8Kks`.)/_*\YwuG,lR%/ `p"P qcuvv.#.\dDjC) o*㣵I}T %%%?C)TrBMԓ'?"ŻCCCFqQWwn7Bg8PkPvy#὎== w  X XV]*Zu tT AW,``ڇI!F'cIK}555lGzxe;cy}tp{ VN8m mp*E[JIV ax!I\zmGykzz:X梃3&Z:;;C8tF`E-BP-XYYYjuভ DCDfj]VA|Ya0?M NX ID[ R``  X XCcdHu=1ͫWgΜ$&d0n)=o,D/>,,q׍xp(fYXhu2/C1 Km&d0 +^eeeKBD~8 ˺u222\.8wM3(&_7#ɂQ!k׬Yf鬬ܰaCCCëZ\m&Ix/h>,, D$ ɂ͊’@I4L"/UZsW|݈=kff駟&~c~iii^^ޱcWZe6Cܝ:uj޼yǏnݺuoѣG{4666Wu#m";=+DNC8fahSn$MKŝx`  X X@,,``  X X@, A`-IENDB`PKGL image24.pngPNG  IHDR":9bKGD >IDATx]L[_٠maa0[ZnF\&蜻˜E1n]H.^ h^A|a:d"lTVFa8mx99=~E{x<==y n,,``  X X@,,``  X X@,,``  X X@,,``޽d2%&& s΅w֭9*++Uj&,Wv>|d2?~|O={_Q#@---D488(Qx߾}v+2®0,qq(A:dZ-p۷^h4Yf֭T++YGGDž *裏NLL{ǎT Adv{l|>y:qI Xr?zh]]]JJʼKKK_{k׮UWW+BŠ%7nܹSn_RRܬT딥#jMOOSӧ_x"jmmڀ-lnwgg; C8勋z-6塏A9BD}}}Dޞ]UU('SOIs ..=Wڛ:(0==oXrʮ] n6_2]yc  X X@,,``  X X@,,K$@ VK$\d2Xml6ZK`8zWh4uy2K 9,[v U XAٺG a\"Ojj.QY m6nxW)j=%VXANSBul$`` +Hk}#T>@W,``5 Q4<dFFFJJʖ-[υJfV^j-ٱ66mzRRRxԩSYYY =977Wm4[,8x uttw/^/['ӧOGrnգ[s W^o-h % !PI5؟`͡K^z% W]]-]Fu***r\Kιy~ņ\jmtMLaVmmАS#K.utt<#wksr7d~󕗗￯xO?'-[䔖:dee9L׀tQ`w{M6\ۉСCݦ򴴴˗>3Ë/׫ԁMQ-Kul$Gh!X QX]A5Z]Q:*C]:+\(;R| 8҃ },Iz>m&| B ګV>uuu'O ,y衇GQbIB!Hks`.ٌ. BTxTtRє э1̧1@$obC7 rWSq1Er|jEf iwRXXٳŴN.r8寧*Xrrj!"ڶmxb`IMM:ׯSO8AF%$Peߺubp LD?xwhhh4644H?JWAυjRSv}W&&lZo>҃[, SSp7(=+(%+1227LNNZ,kJ?$փ5͛59zizZizZ22" ΂5+uvRW95%2Z VZwNS3=M51& iokҲe+A- c:tsOsvDRܲ 5!F%We֙ Qv]A52$蹏 oAxpCNzx zT 6ґPAq>nٳ4!/҇iȸ[c!ąWuuO#pfdd3 iiiVx}9)Ak6c~嗹 g%Cjml};PAznѾ}BWZ9P<X2o\zc%A?B-V\::52t%` +Hk?z蝠%},566U.ׇR`EDxvm2 ùsnDI[r݇^rdR-$ ljD[[ʥAKF k7(CzGykjj*pF-DGLG`9Я~Ψy!nTŢֳ7muA8rQ{{{fffvvvUUMhB?kfDC V@7pX X@,(Nh昅%:Y!R$omyxBsEEd:~9faN`"]'S:o,---D488(]ckF@DvzFzB3,,Q:'y!X★%:ch2(衏Ѳ%YX^}^j&''www777Y3(ET'_3#Ƃ !s++++++6mƍ6lxw|bClvX"=yDQg M V'4+6 Kud0P[(0ZsQ|͘K zt[[[[[Ν;okk\dIIINNG}ZZZرc˖-Ļ7o~~?gMHHzթX3^'C|>-fx,,u*ٌ׉pj2,``  X X@,,``  X X@QiZ³IENDB`PKGL+F DD image25.pngPNG  IHDR":9bKGD IDATx}lOlc &nd{L$bEL\!>Ip#nj2P4jŁFsa?w]?}8"w@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&il[n5g yyyz~֬Y}TkZF_嗼$%%~ҷSA8Qݻ… -//h4]i0 %n`5-!!Bpwbcc||ō7Λ7Oզb!X"ؼysxx-[.]dwo=s>WwyԩSUUUsu87X r2ϯB~d~FEEY,w8f߾}*0YS]]]6l٣j~ᰰ kgNNNZZ, 2>XEEEaddĽ$77799g<11RRRvŴrAKiiiZֽ;l+ϟ?޽}}}6l(++X,6V"͛622^?t:N'𨴴]viڎmXq\MM Q]]^OJJ"g}GꩧZb߶m[hh:/^,--}衇-ZrAә++bNt:7lvp섄Ntҽ{z|nX_J:pw`},`&,`&,`&,`&,`&,`&,`&,`BY ,,K$@QVL&Sj-**-0# % &,`B Z:/"Yb!X&hdy^|;{*:PW!'xքud!.+<<|BlZ(U(\G o %@>ָfU֑>c  T&qJ%3`8fRZY X\:PCwjM6͞=;&&̙3yq͙3G蘟6t:v{EEELLoq]w_TYYi0۞3A0a=ŁɓK.EDD\رcDS*WG'_?ի)))9999{# LMM\xgdggGGGĬ_[,0c ,YsI||g]hQAArF`uvoj,}N% .rI6Rikz`_jDt'O].W_}eٖ/_κ :NgFFƵk^ufkmm~5k>R"*,,LNNNOOt~bbbss^z Igrm nJKK⢢;;;#>[QQf0x+WLY_WbՑ-:X#4܄,`5#3`8(Pґ:yUA kE8@*әi B$k^ȵqY/))駟z{{KsK+$ h6@|| D ]ыΥ\,BM`qؘ/۷oٳ?x͏UUwxXZhVIRo{NHF& D nyKL22W^::i\GY{BTͥߦ˗hJK^F' e˯Acq`34V )$6m[orjh1)# e.<q2AwzJJVP&υ#0q2 |t c%&rO>q7nrm t{,o==TSCt w= }7yM  ?r QCҥkHN##4JjAY'U챼ё#T]M͔GӽRLu0uoT,W:tVuhZB;XnAGҡCt-_NѺu4wB'ֶZg}5}=JT\L/?:SDGSI }1lTVFtd4Ν$xzR멶jj(%xJJhB"|6:JOBv-.51vz@ikfR'$ʜ>c P ބ0_! sԑ- kTS8KG_C {= /8qd2MQf>Kd ת_(|Y8b= gϞ}uծ_h,r 4J5`J 6YԑRSSNHb+T$A=8|@D^V\tz޵ZDm6᧐U/6+T95+|2֑-:X#4܄,`9p0J(n/:yUA k~<;AKX۾}*B u>=fۺuhh4===r`uwwWWW'$$F3`L~ZTT$w[`Fe7`~i5Bu'[FGG=O hɨF-X>!j,N-׳ksWSSCDDTWW듒nGY\pf3?$L XL XL!Xbd 'y+{`333FS\,,d:D|^獉Qݻ… 볘ů6 =,,d:'y!Xb1 K5h2寁%Kx.q}y~+VDGG755UVVL 3(U]3#Ȃ >8n/[lٲemټzUVUUU曞U3Ldf볘%A4L,X,,, `!LM_kU]3uA X,G%={X,nŋt^o O7o~뭷OGDD WMɚ6t:fY!,fa)e3&©x$`0`0`0`0`0`0`0`tիYIENDB`PKGL;c48uu image26.pngPNG  IHDR":9bKGD*IDATxLOVX3a@3 s"1W6e?q:GFř%cN2p M&l 0a10W~&+gB{{W{>}z}{1HJ]' @  @  @  @  @  @  @  @  @  @  @  @  @ kNzzz SRR CWW״Ν;vڠnkNV###SRRf>а~>_,~=5D9nQgg###ݖ~+)hOnC%44T{ +_~=??{1111O=5͟w`||h4:/;/_rgy֭[WBp}566:aall,00yMA9qFi Pڕ+W {{{]yfAvIII{=x&M'xw|λ({lrss]`^zEQLLLqq1J`y]DQyŋm6XlYNN|Q.]ھ};UUU1+W*&00011qGmooWF.ω(V"5LQQQW&>矏;u̙\~`ӦM~~~UUU <*5n2} 37]vvjMKK 3>`YYpY/lٲl6gc@ t&)J¥r@.E];7o ݭy-\P☟6#Bzz@QQQHHȾ},ŋ\*))nO`|/=JD7n,X7tӧҥKRI|WxԩŋIwcbb֭[_?͛=d]`%$$8/ILLZcccw55WXDztxxx|Dt]wk֬ njj*))1--->}ܟ~v-:wSGFF&:?$nooEqddD1sYK\p6K0Y%X_5>>~Æ Kvi0^Ԭ֭['RM9ż{Kv]!Z]ӣt+77fI;5"']l۝~===>(J!99?|===R (###:::)))44ȑ#-jnn6Lrm㨰+(( JOOokk| nQQQrrrXXll֭[{{{g-_wJG<hdOh,`5X2]A kF`Nhmt Fpλ tAW,`Bs Di&*F+W Lc'?ǒfΣA.4w}ƍ 6mrIff+W^*,X2ȫA 8KG1K&!J^EhJmKE\ٳg?InKbFGG JTVMM^ ar%G\zvx7QkBEUܶM{NlnY^G[-mBԎ%Kz/Z,gv;UWSI Pa!mBnWFşF׸+ߟ6mFzZ~yM>Zi^R<ڱ?|L-]JQG~=eew/P3g<+ɑyb9u*+Yv\W<nQ#v NQjTN8KGGC >\SSk׮~l6EInK@ݪnr"-TgB{6-VccciaDDАjCCC!,,l{챸F+)W%MHH8w̅Ӓ 6IOO6μh wkjj護ޒ ޅq0_ G<hdOh,`9p0Nhjpn/:2y]A k4+L2,,k֬ njj*))1---fPLv '4\_ŹKjժUVI֮]߿y5)svX<=,faL >,OOhVm/`PӚ,,ɮ3:ܠ`9-[QYYYuuݭ?>>]QQQUUd2&;K ^x ,Lժ6Q%̖8;;[),fa)SjxMSxT`0`0`0`0`0`0`0`μ DzTIENDB`PKGL"ihh image27.pngPNG  IHDR":9bKGDIDATxLu_JE 0)kX~YZKךڲ\5a+ ([Ôqwӎw}=_<<= "(͏w@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,>}zppٳ7mdZ]7ZO=TDDDhhhVVVss3jqGFFF^^^\\܅ {ィ0"V ݹsgWWWcccTT#ZZZ\=JDLDUUU_e[%x+tK||bFFK'N{/_.-dff~㖺vZAA3 CLLc=v Md _~ŦD *++F'O<9g>-A[b\r׮]IIIfy}6G _G+///&&uMvvٳ ;wnDTVVp[5rn Ç_mmme ömn[yҢ+W:WΙ3g…DdSRRzzz'H;::GչvZaaO>WVVVZZZ]]QdQg$6mrnUXXjժq\~}Æ wudꫯz B`&,`&,`&,`&,`&,`&,`&,`B[(..NKK ի[^VZ[[;ƻ-0) dX,`i=5<L >E!\b!X6 &毕(o#.^:\ X#ƎG.V(lj***FcttŋUwjW m w8VX,[ 9zxJ,vX#tY =qĒ# L X#7B3d`fZ.ÅsO:%Uh!(e3v}ժUVut %Xo/a+XXMMMkΟ?}}PmȥF(mkkԈj͚5np8\曎~u#Aqϗ|GyO?-,,$3g&'':t(**h4=|31n;G[+**ȑ#ݻSRRçLTyJ= MT:OXzx%C_B&Z]Q:%}, @Fhmt FF`g@t&4,!*Nk'6qT1v=55j:Hce3h9z?gΜikksξt!s+dS!W9p0bz{{M9Q{Wjbwwݮ@M`ݘa<;vp`uE/I\%-q£ }lWuKn" BڣEoń1'Gw-suĚ DΦFZ.R\[,!*Ny355ѭ[4oBO746CӲe5NGfD4(U^.{/^ޝ9ZCG,Aڻ졢"ںBC#N—*54P{;%$g.|.ÇXΜ)2fJNfu/8bqzhZʢ瞣 Rœ?mHd0w/lۤk5o#UUтtwtMB}58@[RV]Q:h}"v;}IkoPDĤ bjn&Qh=uvruba _Fo;JKixwdaB_2c:DgRq1CN:矋f։)WDx\pRbT#TP@4o= mF7o*r|#6mt,]Bs'v>0GC ?C/&ɝo6%/+Б#g͍ǯoυR n ݣW9JjjjVFDDn'Bxxm .]4..FF RnEYJnHLL駟Ʈ WI}zqÇQuuf0JJJn.Z,"zBGxWszW 9Q)KudKh!X5Bks`Nhm w較 X5׿=Nǒ>;ve.ZWE:8butt pU-/i+XǎLKKmd2uww[,\mIVH`o7Cz>nr,ĝ`׏~p ָA7+,,lɒ%XV]ǏQCCUTTŋnxF[:Q+srr!C, &,`&,`&,`Bf_i3$/֙wH4>}۳ŋL't(OycbhhHc޽DtYQMvpt(No^b/j2 EzXEM zcyw…kyiZl2G͠QMv 4(_KhѢEI,_|ٲe]77qcqg1 5}h2/XQesrrdnbj6},\ L܉'HA0`0`0`0`0`0`0`0/FoIENDB`PKGL);~~ image28.pngPNG  IHDR":9bKGD3IDATxlO_:uF`ƌ#c ~-Ȧ% sH$F bELChbdt*DI0a+Lt렆1lvq_~k}yz|^^߽{z @BXW(`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,n޼yɒ%-ڶmfs=kZo߮#""T*Յ Ք*)/ FGGRSS駷z+>>b@[[ۺu벲Z[[.UfM >q}@__ }>YPPdH;P>իW)/XW (}wjx_~'Nv+ֻs;sٲeNsSs vJrCX///vZssshh/t/?STTtRJX~~zYYlnjjZxq`LoϞ=Z6%%FJ.3h5kDGG>}2~*<{O> Ւ|O:e2z$e.]_WΝ@P'=g}uֿO?g.^8##A8z(X,hllh4 999ﯬ|GBBBǪU}7` 37ݶmggFrFFFlr=DFFvm?Ȅ!(EPP AA"((X`,EPP AA"((X`|n|ȑ#qqqR]WNX+XҥK&u] +X~>HEP(_ZV [$¤#e۩'*zP8, ֔E_B `Trો 6h4L&/Rz\aqP`q5S0:=Q AA[ۈXQ jcE`)R[9LP )&ƻJnl7.X ::dss-\Pɡ_6p8V^m{1>>KjjjRRRjq?7oO?='Og EGGʑ#IIIdrrrQQѱcǼjllLer@VwwZmooFEEEGG5$Xk.add$""b·zO<QSSc0fsP_}>.\}Ξ={jov}1Oom׮]͔QפS㞞AFGG3QWW UH%XkMKK+..v3ϨT*5Ԣ"H?0Ŕ*Xmn9Νggt:er[ҁ---k׮ua>_Z+V`WH|̼|+" ZEl755=DN{wvvj4oƑp{իWwwwjll>@ܻwoffflllXXXJJ֭[,_wՉMʑ#I ucy?MEPPֻz0Fm,/EEPPֻz(okcxDQ(Xwx;I'H%p8l6/zJɗίN. 8|}׭[ oU~ QBCcHfxxxs\eXTGF$GuoJ%B`}rTrauy?Iܟb^꾫sRPpf ^: 1iyX'Dޅ!$47;!r", ^~M`Np8XWW'DI{bfͅ^a~ݮjkkku:F. w pG'<KdBerQ©Š8A:>;v@S|1,_.z){GDP] k|a"s =l֥A{Er2l|ڠ 'rik v0[v={BWtwC~>#և {_ |U& 2M ݙPQyy?DFJY2 ojdf?(XC`.()7߄ SлN?R8y"I} (5UUpBq 6Wpؽ>}4X r%tu-uud  }~ʙ4.Bdg_/ ˓甔,Zhօ]v䤏jq5δrf{Uh)^N˖3 =X~u+|wM&ӳ>{)?tx/"#w`ڵkF)x9񇐗'Z% ν0#}q \ؕ+WT*Ull秦KXI/x8AK9)) |946J*Iy!==o9sZ2A½ /q#Au5pwZ{_-N ꧞zjօd*dxzHO}YmP ΜO*k4^!rgRwX^(Ohr`)Ct1pcxDQ(XkJ :6bJ0T_JEC{,պ}v^R.\F$@|ȑ#qqqzu] +XҥK&u] +X!!|Շ>H ÅRˑ`MLL_Ko0OpDyCakND1+&&&77 6 =z, 466j4U#B>mhD Wb REPP AA"((X^&j5D/{` z}kkc@M'}PLLL}}}ޗů26^|񤤤Bq299رc_566&x"21"o%_Pf %5<<>5 ̻ϋEEEutt ,92 4Ϻ _K->6+Wܿuub~K|?,X^<Pf  46 Ke`0W(*ZcWx՘%krraӦMo744yZnkzNh\ܝ8q"44r7oo{$I",,``  X X@,,``  X X@,,``  X X@,,``ܹs۷o{챲2ɀ?ENNƍSRR~> !!fEEEM:wOҗN>IMM|CDݾ}@gg͛Νk4, J?0駟~044WUQ[__ҥKcccBCCt:FÇKJJԪ8b޽{6m{3g\"9sfFFƁܹxbUj-F^0gϞ}%uuuر#!!y`jhhhݺu/^w._sN"Q`tnܸ1,,bddh4 USCs=w[n8qBp%KL:Sgggqq-[RSSCBBjjjNO>{Qd̗n߾]RRhѢٳg/Bݷ\n,,``  X X@,,``  X XVv{yyd 3 7n]#Q]]g2DD[2ͽVPt]`JmX XB F.E)B:b!XCCC6 d8v.r֩P:"lDT__ڕ/Z#ػ\3g>0bXV/2.4EG`y!j㠍5E}G,/p]A5Jkm#C @W,``Rj.#5Gf/^p8yȂWN3g oΜ9*~یs8|7rrr~'yqUTT$''ˏF#w ~)566OYfK.˗ZRYT_Ο?ӤSNy-2e9B1;::ݻ7K#"""##7moq8]-&&F۷o=C=/\2""l6vΜ97oon.\ _~b}y6SO=gɏ%I]ld.]b r܅\$ž|)w6 r+jR)))ޗQjy~`)GTXiiimmmS\裏=rRkk{ uww766nذa܅].ӯnX8N333?| vfofڵ}Yqq1̛7/###** ---~ҙ͛yyymmmYDtQ333g̘\ZZ3iJ M]Tu>兞i(A/m, X XֻttBkkKG04޽@t  @ӹl2͛;!X^ MkBSDmmO=ԏ?垲f͚_~_*B:!*Hkc`,xNqwBTaJ^"uoJmKƳ~/V׮]sX388y"[UZ>[^:@ iM$NZ{!X!m* e5".Ξ"DFm˯NSfx8Qj*Po/;!ND˗G.S\ //'w!)1QjjvQG|Ē>M;vбcqT<ׯZڲNP!BG,FT^J1to%XDIkڵۤο3!X `Q?m@ Б#4f`u塍%:kbbhzsG`RwMXтCnG`:L$NGV!j7xk4w.egӴt(*XuO{Ē:E>KǏP]STDմe ;R!{_Kv Y,TVF{(YXŋTUEvQ&PKϧ hzڶ*+iFP}"+G`9wJdHL2*|x3r)JHGT8W8J;c̘ATXj6׾, :tjٳٳfٗ_6%b/Kط^yV@)xZu\WpIᇥ_.j(yjjj O\`0DGGOZO<Ԥ`%֭t"Doiii}؉$Cjmpw9YYHC;w*R6?C'|BDϟvuu]v|jZh޽W»ЂץTi^idďW80ܺEh߾}~Prޕ}Xazyj%r"} ?<ϧѵvrXim I˙4U!X6z6mOt(m:A ۿ.BR;.nL0p 5i+Xqqq&It]`J,kZ ED[ V} ` EP=(:\ m!菰`555y~C8tFX!,XQQQ٢ܴx$l6'&&feeG[\c:bZ,K4m tH,,``  X XB fQX|/27yk{`-[f2Ν;7P&`0n'o\.]~U&_5&é9Fa L`䭇`c `6,Y9= GaYreDDDsssEElnmm}`$&䫆vYy%I^˗/_\~lXV^jժ\̯2xЎ 74<(,D Ȃ ͪ@A4L TǯU&_5uAݶm}GD ϛ7ȑ#555aBCC۷o*++_xYf%'';To!XNsbxy (,^Toed`1/ ,``  X X@,,``  X X@j9 |IENDB`PKGL image30.pngPNG  IHDR":9bKGDIDATx}PTU"o",.0&a ´ {(eˈ:c4ZS2MXSF939Z񇐅 Z)2QZ=B >r=g_ݻg{ܳGq $4/ i`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X SN>]VVvw-Y\כ=w\QQR; EqqqGGjY qFffxIIILL?GEDD@}}}SSSjj… ۧjxڅ!'[߬Z+_|n*JiCSofff͕###ϟo+W]622R.+իW߸qCz]G:w$&&Z/0L:o6f͚FP 8q`0Qh2=ϵkbcc/_n2422￷X C;ﮙkoowll?_O<2˗UTTdggw}b.:$AAAVyR\r{Zƍ#""@T{d ,PTT`0g-'''66:/"444S"K0XN1%%% }Gn\.+)7oꫯ6mt/_111PPХK^{mv;W\)--}ꩧ㽼Fʕ+E}1⠝lϐ0{ӕݻ7---,,L./Yf;ׯ__~ҥKj#GD|o<`!"0X "`!"0X "`!"0X "`!"0Xl٢R|}}e2?y"500pС0JE4'lKVh4bڵ9a+X^^lՃ܆o$"¸B\.lXR`Ald2*ϋB .H*0X BP֡Ç@OO477+ oRڡ!&iOwj4zLq`qe%vgX I  `o},ʰ`, fb*0XCCCl )t{;zg _߂ D e3F1''G޽; *33䧿:::[.AzSK/dsobPSzDPxEeee7JevvvSSGݼyg,v 3%&& LLL{Hzz@@c=ᅮ@5::Ͻfq}}}g|w j}mvk׮^k.t|3g_vsNnJ]Ǎ^-𺻻_[?k|||nnm۶d2uK111َjYaiVOwuM&I!Q:ăU\\j :ujժU6W6L7;|AE"?o4]o'Hu:]OO?ydAA~ZZZ yyyQQQ˖- O"""}6`??>]g7wޝiӦ[/ԫ`ĦP&:?m`Y6GP},$`Y6GHkkpeyw;HR0X DvbO h4z56Î!e3sik)6[~j%/^< XB! 9pp.X/1Bم85%H;=`qޘ-_.\`OQ17nܰULMAI_UՈ-k0qJ!*.^䢢GiqdMMq#tt. D xb3%`jpuVz`닺A0{v킶67#yo]H_>AZO#r;Z-<(|="6|BqE^y4+;=#a=+p=TKC ۧhowߩjg!/ͥsX#l xX5LcVWv :x[sb8B:::B CCCƬWdlk#??sa3 !O7$$$^8#W$;vTV&йR^wVV6W675 رS*75=ԜڡqpBvMNBA{/Ը߈|n3>%'s;w߈8olRKu!=**`fwNkX[ZZ #-G]ӤY א|ٌ`mvVa*e83)(w߅|i,)DnCٞ=b9># $e?o )DP 髬d;TH.ԇR @mٲERd˗/Ӯ` :t(,,LRѮ [R###v-hN [ XB j;)B fΘH`uttXpH `$Zi=;";qhnnW(i_؆ M&g,,,,Xll I ED`,D BD`R46~7[g_МRN>}IFD'quO_x#hߟ|ҥK'1 Km+m"8) ],,nIt2yK!X"1 mzd0nBUIIIK̳y~ jZ}3(&2arfs䩩m_ܲ>ABúM,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,EPP\R[[lٲx ((hԩVu5,X.]nǺPRRۻx⸸gnݺl6755HWo;ϪN---қ{ ¾?\/YDCBKofee@ggt[o|r &OO)]/{+ĉ' 11ѹ~Nt}ꩧn޼駟FEEuuu>|f.\z{9s83gYF)+l:n>TrO~~]SS+.ܼyj-))~~~III6l믿O\/;M矜766:Z,^_^^/^_XXcۇ6O4 bbb>#z(Xl=Xpp?,]~ɑ޴fY3gάYkg@'Џۺp<}l̔Qd޼yڌ3"""d!00pݺuF c^ꫯVX߿_\x'''g|}}'O>ǧn?@uL0ţk׮=s>`PPFfvy'((X`,EPP AA"((X`,EPP eXV^m0u:݅ XWD>|Cs=wHk4qD*$Clnϙ3j{YYY8հbccſ+$(صk=zTyE_~yؕ8s[Գ^;*B~7SL={x3&&&;;믿׍7Տ RRR4jnn4Qbbb[[[HwIOO;v1VwwwrrtIxx ׮] rhhU222z}}}}YYh<}W_8qbAAten:Fzj0yS/Az{{?6j 1 lvX#]+t:(jTqqq(/fa,cf_Pm%okzz:::ĝtvv=zve!y!cI~n\zwOZ,&x￟?ݻ`ܹIII!!! &Mjhh{Șmv.]*** 3gNss_fKfiiiJJJXXظqbccWX5jJ= Nl*Վ:/PZxS%C_B AAcɠc,),554JG#x]CtwtN4EPp,!*tT1v}֬YVyͥK!ce3skoς+6_ :uùd޼yϟdE= T D6ͥp D]ыE+ҎW+X x6&G7K?XJ$K['*jnބ{/z܂([ٍijA= I^u hx\[8䓰|9:+Xn BT'67nvرz냺 đy226:A2G%L.#XXm-Z' a|ym: ~'`BheΛz,JKbx}u)*`>u*` ]wÖ-p$z` @];vEp0a8?xzErU?a&8wn_xy Z[!=jj` 5z,]eePP7nT^wXŋ!(oG -X4_P[‘#?:|l¾}0>B\j0`_>EJ'QM nGGxX4_FŸڵ%%0AP񫞝;ߋQa=Xn +ܱcdzW9b4]fC_1rrXjkOU#!.TgBkK/ j(cՅK #""zzztQ|G,Rß8> &<ݐO? ]8(WpJHO 6Mzw ǎovtt]vؕw~6Lo? BBR߯d6WȗBmkP iB].L*fut+F3&,Xuuuҏ~aa!`tVNu. fsdddTTTZZ҈{p Z+&^`͠`,EPP -˃ 1faqM2D/̻g g͚e0jkkG]cD m<~ ѭ[?6o &^NniaWx&d0/B܅1 mzd01K yq ^____VVf4O>=h%+^,w/hv}A\<55555U;77wٙ[lx9զwq ~xYܽy1faM/ ^,w/hVm`,kk image32.pngPNG  IHDR":9bKGD IDATxmPTߢDLR+&#$61SNiEш=hԞdfjBMԦaDAE pѭVJv_er=goϫ}{w{ٻ1IDZ ]L XL XL XL XL XL XL XL XL XL XL XL XL XÇ\rԩiiisMDZZ]@pظqcOO?zm۶׷FEEyJII/fN C?tttx_ݵkm߾]_щ'x&( }577.^8d>ipBqq 7`6^Mvj|D}cNNΟo|+];$&&vww߿_eC8;#&&qܸqDtѝ;wΝ;7""jĉǎKLLXe6kjjVZţvyŝ={ve"z|ޛuM7UWWO`ϟ@Dɕ *W%K"##QNJJS^ĉk׮%Zjv? 6b _~in6O^YYi64.WV>[zo駟7zYYYDdɒ3gFEE577Ԥ<3۹pBIIɃ>R[[r.\MfpJKK{+**Ǐzn\zuժUӦM b)0` F`gc)@ &A(mt FpλtP,`B`?QsR͸\Yf996.]RHc)2i3 hhB(VX˗]]][޳gO K!\:q:SL3QgjĉIԣ) $I|ٰa3gxH}|Y뽩"룻hh8O Q:[ FnhWex^+G-! bZjmyX h: \YI40 D=\E]yH<ܐG+VOp.HOaH|$?.%$HN'2x?sEDJ[Hip!g= ni>n`eL/WTQAQ?R` b4fbJKV vkÅ^y(/yy xKF題 3GŷB4x~_].AGĉcp;QŮPDKӤ?myW =iu y3͘Ak7.)֧O|0mWשb0_ FŌκut(9S=\`ÁFv(0 6ohhZ/4i_A8pvxogB5s"%&J'Vx-XS7\r{+WLQ{RSS5,R?tTTD61 -7ddd|o a+_i:a=|$~DtjWWl.//jو_T~ ^;Ra!yߟΜ93>>ڿqv%__r֭[oON0!%%p(?EP5i4i>V6X+޽RFf V| ~IA-^Leeڷ3@N\:ybc5nR"2~mӸYK=]oo&knh -1X811~=k_b ,ڼ4G0 3L֬vG (/f̠ju5H9px**1ҮPKァASaAy%t#|ֵP NC-\8M:D(FXvbL󮈛<"\:ܽ{wllb] XZ/_lEEEk1+X!!b&w>pav-X/ 611njllp `-XQQQ999X.IҞ={W0fbVvCCCXXX( "V0p@  @  @ #K ,faMeȸ-֑wug͚eX><,faQ&`]'X/[Dt9YPth@Ohf1 6N$o#+P,faQfMXr:YYY޷xfa,,s΍hjjZǎ2R@m+CA@Oh$IK>{ٳg˗ ϟ?o޼^{{T?G+}.bmd0*Y=YYXTDPjbdWp7!Xׯ_{Gw߭FZ,,mVu9#r *N}b6,C:NM&HA0`0`0`0`0`0`0`0?^}IENDB`PKGLݦ(   image33.pngPNG  IHDR":9bKGDIDATx}PeߡrTȋC:! NZRLL9̈́8hP!9VCANp5q;s\qgo}]vGq"4/y`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,h__߇~@׏^d``Z>}4R%BA? ⌴kFFF^pO>QTZ6 ߠ*??YYYmmm7nd[6KqBggbuu5>_<{lBBBuuuDDĔ)SΝ[VVMX~ XQQ1k, ^a<7n܈Z`dWUU;v,77ve{_P(,P`֭[K. teett4=zԲ&===((ȒF뛚,X`8:Um//;/oXX؁7lPTTT[[\; Fڵk}||N:e׺:III5kffR|w.Wg?zh^^w+y䑤$JOOWۦ}]sxyy>|h4>Sb?NgvX6 T* ܼy^ h4?XOBTAAwEPP AA"((X`,EPP AA"((XVt:֭[jBz*늈3gjֵIV4@]]ݚ5kXB&EZ;^x"z# A!qJR?"&,@&P(<. tuuɲ&(XcBCCe:rwjP__"£[~Vf0!!&iڴiVfgg?2BZBRX8rxK(Xzq5U0!:= AA#>"B"((XcKj0AsuYÄyw@Νw^Ϙ1ʕD[8qB"TH~ٌh\b^/--*++o+J />shhh/oo"D~B=#[l KOO×-[;׭[8{ɲl `utt(>>e~~~>+W+$XkӧO8͛>>>6~lْRVVhΟ?Wߧ6m^OkyӧOoxڎ;)ÖE?;;;9onvxΝd | FncBԘ 5oB{Ql2YaiUXqqqky2L 5k5khhxnl2'NO< ~ј|ƍ{?AZ-?~xVV֗_~+W3gNbbb@@@kk맟~RZ[[CBB=Jgb^999AAA+V+~4999((hԩyyyׯ_gB= Iqb[r9 MC,5FjkhcrXDV(XkF(u; A!`9?QpR;I'Hc4.\-;rHΗ8ϥAR{őg}ݺu[ooeMffK._^r+pk6ͥ#ӧ[ Bх?Gv&vm@Cb&3 8yu8(XcDGBؽ&(Xcğgf O(<۹a>i<:XcH) ֭cp-<6 VsAe%^_B{A£իaje:W"WwnSTwٌRY>ly رVct[jBqU>u‘VkjjfΜVY"  * L&uDZB充===sνq(Dj| IPv8p!v,X֗83l"&`577[Gf;`,^գlswjP__º4i 5LӦM2;;M’RVVhΟ??n%+C:<,X^lw{㜿|ѢE-oggg/]>̥6ݸeH n1 mzd0n`zAhѦM E&^XnCfsmmmmm/gϞh{?gΜC>|8111$$2ݱcǦLR]]/fdd斗<|f+ֻLzիׯ_p8?Oz}f8nc?ׯ_=lٲ~WUUUzӃ333|Ϳ{/V7nFDD:uMMMp1Ff3< )1 l6ۣ>祖KNNv:4x̙^z ZZZ+S)(X>!!!K-3::q믿{NSӽRԨ,s=ѱm۶+W w}֭s-~z)v.^XSS㏧~z&X'[o۷p:)))LOO?k׮ 0ȵA_t杠`,EPP AA"((X`,EPP AA"(,RWWg0BBB8pH+W ֵ[`˗/LRֵ[`)0z# Aq:N?"&,FؖqҡmddD0Ard;L(P|{{; @wwwLLL\\\NN k~V{0!#88x%%%&IYW(6 VXnl -|i%XDS(XMi}#c1F},"B"((XnR¥v`MNNj&λ-wޭVO>닊~$=<<̌nڂԩS؂P[ךVXXyΝ;9zQ7\PP T L;JOOٳ^9ن\*mtGl6 5)++7X,H"9v=++իopb  555PTT>00g ĈJgi6 K.DFFn޼yhhPww7UUU'O4ͮ{ysΝ?^YA4QBJґTTT=A2]ы񒴣є ἩjddKχQ1 Z+W ##lh\-jp `In) BTګucqǺA QQ]]`MYk:!zo:A*AKQ{utA|ȑ;v񟣪*d]S@{!()q`4շؓt 'Q@{,9ػqҚ ˽<  k}=LP$]SVvKGCØ2;tBRڵjλcAK :X`᪬¡M,759901,aB(%xyHM;٬]}|J`]hBt02 Ks)J`_ ='Z#[W&Յ_ 줃/Ds ٴ ss-Jk4_Ke%/Ϻ8vj-`MO`6l>|uq\f]> 8>}Eb^vʠN9aB}ŤPNV44=b3 !!!]puE Xssʕ+ Zm2)+XF&u-RR !N`]e+(HY`۳}z J~Wr,X^uy}<;;;;;[dƍ>￿gj3Xr,X^uyYXhSE@effa MM E&^:ݠ`9Z[[[駥lyKKKfffLLkÇ/[СC­[{MMM/Š+V_mVFDrZn_'.))y ,,"mYFDZti2Aq; %2`,EPP AA"((X`,EPP AA"((XQ\IENDB`PKGL image35.pngPNG  IHDR":9bKGD~IDATxLcW1en:mغvC65ADYL4s&$,WPQuN qnL`mAX@qPJ[yק=\<I͏vH0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "喦k׆x%%%ESF>Z2/qGffΝ;z뭸Z ?`HMMݻwoPPPuu_|QSSSXXHpzx䆞bMM TUU 8nhhHXlZ677W*YB$''333```@XZb@@@DDӦ.]TPPb JcǎqSw}bQQQ``={\bX^_~gq|njj\|jt>dUV_n;V~ . 1LNkZ9sC,n}Į]FaeOOC=tm>|XR>#;v_YYY~@.K&''srr"""Ν;'^j'''knݚ഑'|2..:DhJ0XZ{oXXؙ3gfjժU۶my`ttE{:˥ Ͷs湿;W\911XVŝ0U*Ջ/(q >[={?O?VtM֭~G...VT& stRaa?WWWgٶn*dıc6oVׯ_NMMmڵkO<7a4?s_|#D^ ED`,D BD`,D BD`,D BD`,D[2ͥ!88㸾>!/ژ@(lh4 Ӯ- [c5C""0X%+TTP`YV6֌6ECxrXHQ0X FǢ X.` )  !,\CkիWJb%w-c=?Ϸecc#_2T$G͖mX^y _9UQQjU* 'O W\Yls=t㯿:;;=z ^EkkڑOScV\ea1111++>sgv Y3NLL͛7ڵŋ+D$cs9DEE<ڵYٳ'###44h4KsmlllAAxͫ fy~7~כ^z%q7glḻ(sOOcccs7[sقP[?krrrNNx;}8zQ JJJrTNSL;E%^O?Yfy).ېKF(Nj000pv]_7.I~͖><HX,//OOO jwzK*)U;R{X.(ChaQ:ac!E`!"0X3X]t58J2켻w(,DsrXH%ct:bqc388z"`%%6>!:*Bk^Ξ=Xm۶_~s( G-@{;P!~z`$OP] ǔS,X|{#4DEA_3>iG /R p(+YXKvBI>Q8_!Az=.ҷO| pjg e'v +!ըq;9(W|hBs,&X8+ +|w'NFw>ِd`ÿfÉia5!in+噯I#")j9RZZZDѣFGG9\+))EI|Pt4,_==4B )))NrV2$w--pB#Z," F8}v ; γ+y\fx/w )cp \H,+%M,9p,"AnޛvpBgjA:Pzw`v(.|; ,`.st |Ch,'Xz5?kǢD<;JU^wM7%v˗Rz`6KKK Cpp0q}}}+Ғ꿳ژ@m`ѮClh4 %PX:;i! V=۸Μ],d};" j<픔H˨kjjJ|[;检+&C-X---0 C-XN!"Š,a"gGyyȑ# &>>~ӦMKCaB8ke^^^=#J",Kj BD`,D `yqC3YXoh7yu; :`0455-=YXhd0=oDL]7x~wۓţ6ɕ>NLb/$: ,Oŋ6}h2/(婑u։8fa,,F} JI vX<<ϻ/^yyy[l+++_{5fC,>,Oohv=YXhӇ&eŋ6}h2o_(Qnk@ss߯R}Yl6paYYb$W\.7(!X&d2=patZ ~]]]ZZFqLsW_999EEEofUUSO=l2VkXc7ozǝN'9ˌ=׮]-..vš{sssDBB,TTc!X)//̼pweSS544l/>D4;;C;w.GիW-kjj6bZz)NGDo69@t:|AFO?`fffppjoذᡇ sy"jmmeP/gVP\.Ν;;;;oqss3}r~~^VR(/T~/z.;޻{Μ9go۶mq;/_{Z[[].'t _GGG+**RSSj]wuy\~'ܰaCRRիM&W_}=Jw`&,`&,`&,`&,`&,`&,`&,`B^l{1*ҥK+0+Xǎ0k+X&irrb""`ɫH`&0PV+[$e t:1m)*P322v@|z"B^B#utthZ^_ZZG֣B^Cn[xb%T*y= Y(-A⠏۫vP:X``Fcq>Vc X#,\rk g||\pn/:(n۟xtFSUUo-(Tc~ٌںun?xFy7f0_A`IOɓ+WV\ /ĉDD~R=/¯zڵbvv-[&e]%%%l Z0QAA]6oޜhyu>Ԕ00׽SzZg-++KNNill4L1}2XY[[+^of}_RO^wSwQ'q8śݲA___-5x >G˫yU*ٲeKmzob,}!q~ 蚘r]Q:X(0`mt F(F`g;( L.XBNld\.ƍv }|LB%g!+^y?gϞZ5۶mpŋ {(A8KG2SSSiii5AQxtF/jKGfx$? Q17n*BjlNo Q:a@q-%AzWz22x!ő+ArAM7o7y+A䄤JE[ Rn(-ޢ͛yAD8 HHH8ql޻w]t:]ggg}8"wkU"t---NG cX|Iקd},Gf4"?֬b@GjTLzߒ 1JG!pjH(vyׁ ;krr({L ]$ 2c9B}}t:ZBWDv6-K/Q DĄGȋ[+/^4w np }$'.23#fa.@B*(WZ,^z~0L|!/Aÿ- ?HêVFg°kfgO{;"NVOOO7VTl8 R)O7>}zɐ|Nn0Е+ )X)))Ev\ ՉaN ++Pz;XǏoii+++w655=3+W4 v=CDYSVƻ Yx֭_`0Kh"r8hZ~u^Vx{P c#8^Q: !8YY]<ӣt,b,X^w{6mڴipСCoRa%2#Ƃ~g1 Kmd0a`zAsfa  &QT?c"VZ޻wߍ].xQW^Mve,t5??ֶk.":|p[[ۏ?,fa f5r܅,,ڌfa&¥rc ޅ#~wam۶McgΜQ6ݻ7y;v+?Q\\l~w3g\tv-[v1{u;o>zȢ-ɻt2<<}rrr6lؠWQQs…٣Yf?g\H$bCf:U_5~|뭷{~ᇌ@ 0jH$"IR[[rB>9r^Xre,˒$2BVVVee駟^vXx';-=yvy/_aΝ$=y$~ƍF۽~+*XFdggߺuK٬Spڵٳg'Oc3g/իW׮]cǎv+f(;wϟ?l޿̙3o ,ؿk"N_:u۷> N>dX4믿'H@oo5ݻw~yedd?~ܹs<%ޯEEEcΜ9W^U  rrr6l?~NNԩS^~k#X@s, `  H X@@$, `  H X@@X [nx<ْ$) !cǎy<޵, |>_SSZ`B VFXaE  Hf=$\b!XHƓⷕ/ 7o޴8\ X +1bʲ| Xoo/ct\7Ϸ8\>ſ3iKzBW`i`cq:Xp[A s,0Ҁ9 $p6V-^L5yz~Iӧ[P!h4[ZZv vRgA]!n}_?Mzǂ__ uKS:Q6JUU-ȈÁcoޟ 1ʈ/z/hb`Lf0/Cb`4jcXz .ZH}K K+]Xsss[[[^+WFuP5&]H`齠yeYNZ򚚚ƥK.YO>裏Ի]R,Ci,4?EcQ3,Xz/h 1Ө %[k.,Ƥ+# vֿ2<~D" .,))9|+++Ng]ggI=l._|q[[͛'O\ZZuiY!Xh4Hبq.,cZY\4H<'H@$, `  H X@@$, `  H X@ -,EIENDB`PKGL+n[_ image38.pngPNG  IHDR":9bKGD IDATx{L[U_Pka,!,0dc\aq?,>65587eLyWPpǝʣ}?^{z{OA$Z@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&㏛7oX,wylmkk =vwaL&`W( L_~>عsgOOOuu G?c) 'v)ߝo8pU& (((HNNNII&%ElRPP`4-?>66ƦLyH&&&޿ZZU4SOݸq7ԩS]f"7ZAAO?4{ Q8t;v=lڴI0B)))o{wEEwb<λzb4662,0L<+WT<裏>zO?ݻ[ZZ4;+"SSSʻ>}ҥ666F]0"7nZ=ŋ9_k$'檪xuww 7εk׶o߾lٲŋ/"#~ ~@ @  @  @  @  @  @  @  +X+X+Xv9Z޵@L VT?"@ =+4p`MNNb| špZoo.f6ub L]ÅXC`=C ,Aw!^G+ ^}il =cX+0`Mo>gc> L XӴKv@y<]Å輇λg,YaÆK.ͷ3g  As/ ֭ _z/"O5bhd]!0zO?Ξ=+JMMݽ{+>}DBwޮv'C_~YTTfbYvYR{l )--U.)++뛘)OW-))Y~r+b0^ԂVڵkïնSt`1c(\x}S0ېKF$(u\AϞ=c͹r0Tꫯn?̺H@?x7nK76m:zh]]mذ<33? m8n^o]]]VVVZZںuzzzBѱc YYY?Y}ޅP'6j'>=VznC0`Mmt Fp>Vc X5M5(yw .XBԜh'6qT3@z!XaE51Dw!^G'|v\%7nrʯYcOD!jH9p0fFFFKBꚌ^ 1h$Iݘ\ۧ`۫D|[366UD9u)B5Fnwlٲ{믿-ٳgOCCfP}]"y<*,] VT5 I&&copTC!GCaM K>ʻPHDrիWڵ>??ܹsơH=:Brs% ;r;/> KSy3 u{,=wb@vSB}`AZ1JR}TիdbTRRc .YU=!XZxǺҒ׋O XbAzW]w.BP3CCd.BǗ%| pThn^xAvG?0_/zok(|J1]:׀t(j<_~t:HdL/XZZ@j0UgB5kL],6{ly%KFGG |GVk[[E IO8AJڞn(--g/ a+er?,L6N~?'ѹs.h4ڵkΕ$W_}5K],WZwsqdYYYaa#GN8Q^^`:u;ׯ߶m;s_|155 u挴 |6X1_ѣ֭U=!%׷1KF&UA_B^]H,m » XbQr !K)Q1CCTTA;Znowo$(5csC=;-Z$b8B4` K%4fC80/۷o' ?bjg{, کUh6QѼc;vl6d0xWtg+X}}}ǏɱlkBjw+Xv9Z޵D>2$V=q)+o/EEEn\ng`MMM)/ d4|tpDMns"`effVWWzu`Mλ$I'O$."jmm3UUUK]a0LIIpC!, &,`&,`&,`BRqA3YX"oi2yu]Jw->YXTt2h;oLLMM78@Dg1 KTm+#$m9= ,,*d: hEE 4 zcEkddd%YXf< ʕ+ۛv{ggj]H`E{AK+VXb|pYfժUo\-6U<%2đ`9g1 6h2,X^YXT@OLEњ,,QɮxnCn޼R__OD---?|볘%|q+C6ќfG%L,C6.M&n0`0`0`0`0`0`0`0/2^NOVIENDB`PKGLƺ image39.pngPNG  IHDR":9bKGDoIDATxmPTO0 ć@¡^MT:QًrtfPdYCCj)M0CuA0vl,wsb=ۻ_={=:I@m mB  @  @  @  @  @  @  @  @  @  @  @  @  @ֶzꤤs&$$TTTFG]nmiӦAՊ@qG}}rsso馁={Lcǎ~DTXX8::f͚~᭷ފ ]8?xDefooDw^B%ѥK>… k׮IIIwիWA ؘf3;v Y~ڈ(++>_k׮Z,E{Ow9]ghh(55uɒ%6mE{{dd_ݵkO?tСzzz;%K-X';~IIIŎ ҈'OxdڰaC\\%%%kR$55~b^:,,lCtO=5662)+-S:Lwu|jY&88գf'&&z /ZB,\0""ܹs?m&'7n>#yazzŋs…ʇz(### jdݻwn7Msʕϟ??$$$""`0|>|Oμ0`0`0`0`0`0`0`bl6WWWt:y1#ǻX2 /_nnn] xE`U(7@ -+p`Y, bN8N:s&vP(IZZZbccxƔZE+Z;\5fӮţt:^Pxm-% 6X:::4Z_@S,`$Z},r}, @&5 hp`Md;\hۋλ Z>#aaaVgZ/Ӽy|P!e3Vdpp6,,lǎNr.99Y[׳`=ŻKDGo^xqΜ9O?ӕ>LDCWޮv|;Pg|+Wo&%%8p_.gv`)seeeа_~a]!5<<^ԬRRR\ֶs|4`1ceff8.9}:8fِKF(0LA.]tȑ{6n6-[ƺHPV5;;{hh_O殮.?~С{ޫ$UV%&&.Z(<<ߎ舍u̸mn*++###CBBJJJzzzw/߬Ύ LNN޸qc*:V;y:X.hKhB khk0J3\@ 4&I(mt Fpλ 較 XprD;Z999kl\B$\e3hhB(6X<o2K~gϺxX.S!A*m̥ᨨ(%A>xvUF/Zt $Iپ}3g8~Ix<*ի Z ?'M t@;?-_ؗlݺڵk. ڼiu },"!hE@`y4QuޟX$鿂Ñ@mL9ӆ ɻ8>|*..Տ>8A(gUUEa:`ş}y/ {,;%'046X~.+U!X9~ ECvԪ/k7b$k(B]-gRq1?Ϸ 'yo85:qd$oNH{^V=x{jh2IrK>M"#W'hRE2?q<ЎZ8[+/Ǟ7U0_$es\F}}pU ˣ|{inn޺uW_}e0fC_2OutЂta8PjF }3_⚽Ru5h4F9FGG8622"##gm;LII1*邲Ϲ){!33opJ2PF# U(Xy"jmmoL&^_SStexyOW1I&&x=xmW蕆jh?nixgvT7ot++VжmT\k XʍST]Hrwi:}NG$OGEC#OGŴgUPR.;vJ,tޕ(6H+y3E #kG_  =0Уi=C!۷oweQ;.c)ighhxc֍( l6WWWt8A99S2M___CCCLLL^^Z\qsX2 /_nnn]+~bVb+.DǏӲeDuM#ր uqgIT-X㎗3l&8c=܂e4?!-XN!fp VxxxAAgK~""؄|ޥgfMYX^^.?"V@3p@  @  @ -K,faqMeȸ_-֙we srr=:,faQ&`<&/14>>.ѹs\bdWDuZ8zzA3YXt2yk!Xb1 6h2ŋga,,˗/ moo3 SfPMveςNח$kssssy|ʕ+Vx7_yYXG(gf¢M? F  e͏,faMveLt511TUUEDwnjjogZbdee%&&۷qѢEilrr2YCK uKe]]] 9mk>ezzZysddg|VZu!|%m>,==rǯ_oTi``駟^bEXXp]e#G%&&xϥJW^ݽ{C=gz§B`},`&,`&,`&,`&,`&,`&,`&,`B`\={lH$)P$Vjkkm6Z (bn8Ί ޵@P VXXjx#  0¸BllXFd2qy^ g.Őp!֡Pz"$$M3bcc b x<tx$֫ cAkFGG!c= L X3DX>` f.CCCl #t{yȝѝ;w.Y$&&fƍ?|kntR*1lvŋT]]&m6YWL?&Vꫯι3ghBիhoo7^;:sb~(/ 67VkQQQCCGݸqCҽgmv`L=YYY}}}=$???:::&&f֭/_f]!566f= $]z522_|qv… !}]vҥ;vP{Z~-W諒;nJOOϵk׼7{zz$IvlAO?ق\-HX̟uŊ{g2^ԂӋ|նSaiW233\ti峏sx< mtMHaAFDgkkc=6Gy/t\֭c]$h~۝ R)Ǜ7m'TUUƍSSSW^G%''wtt$%%z Jg~6᪪n&"OΎOKK{熆l_W!ԉM-c`/.` F`gc> L X3D]Q:! wyCA D͉vb'H5vsrrFGG Hcdf D/^Pxm׷mvA=eeeoQcOD!jH9p0fx!욌^y-\:K$ucrLsٿUooK"oyTĄrWP DTSCoio Q:[ nP"7Wji]#+Aܹ\t2Cb+A dCQg'Nw s͛yס1q>㥛7yq;^G`:q]p 4U=| $XCrQTB=Vh+*(.U!Xp8hvEA$xZ'&&dՎV(PȟQ1gкu*vGci 90/^ $Ro/Anp( U͔-h8Bf;!@U=0(SSJ]]$ŞF>xVZRTq Hz]-jX_>B*'#%'KWێVIxNpFbΞ `Ѫ`~pSOiЎVy*(WxQvݟo64%s׭[t򤻢B}  hxXx< WfΝڀq8}%K+W7L 6XPP֦a>tB|RvG4ZnfyG2ɽ%N`Ѫ%8ql޻w+nMIDoUyiJS%7 oEEsdqƛprSv}%t.^'ϯ_BL]M, X}=mƻ!X3&&(''vGX ;J}f tWjZ:| y6 墼 +'!YXj]^nP,faQ&`_m`,,* `T0B+Pccck֬Q㝅e˳_>::n_pj]`zAK乹6l(,,}j!~! V4Ϲ>YXTBb ffaQfMΟB5YXj]:``ݺug!#G՝;wnRSS?p8V^Ӌ-䛥v:|c^xᅈрԭ DsFힽ'.//hS2Tomd`n|xٲe_JKKK/^@ͼ X2k֬j[llkXy9sh,**R|% XȈٳSu3$Zxb^^UUU)Tt~###׮]/^|ĉ&333WXk%%%EDDH4+BHHȮ]}]VsO.̌KJJ[z-" _r\e˖??*ͶfE^,lܸȑ#Fd2s ;? LLLM&¡w`&,`&,`&,`&,`&,`&,`&,`B]Z۶mKMM tcE V[[[eeedddjj*Z+ VZZڵkjkky^QWUx o$0`Zl XZ0MeڟUb1.]d;\ Xcbbb4: PSSCDDTWW34bo'eeeJDk.զzis71mpsF*BxcjӶ jjjG# c1քk:/yWt:؋V\\իבk9aiW[ZZoϟxnWlȥF(ζX,A^zGydҕvj.[u ;m6[JJ_{'HVkss?~?ѺuΝhѢƲ9s466FEEI|35nGmwwwnn`1cFFFFKKOuuuDtanaaaJJ`}gm_Wr[<ױǒ/?&1j]Q:%}, @ƨmt FhF`gK@4&T,!Nm'6qT66mɒ%===kl!X|ٌ蠶W*67o|9X\|YQcIB"!Hms`.Μ9yc.il̥` ٘d?X]tK?Q1λ Z ڽ;؛58Fxqĥg7!U  g / =+/',] +Xn B'$GFv R" 8nK*)3gxq3 ĩU<Q԰ji [x8Aʟ7}bzS>{.jm%3X>l^Qc8[ׯS}=q`şgb"Ta!X<8)e;rգ8z˓BTZJ;v.B,ϙI6C1,*_$oۑUACWRRSx-49_Tq =14D|B?Ļ5c}W<}ehGz$(O qqT(Hekt FH ]o`˽mGzԉy*(WxW_}~HKKs YgϿx܂52Vv{q2z\f!>^{Bo)qɹjhhD\Z__N3 6544XWNH'E$?L){!11p\2T;_ᴓ{[,t8}U%:tN:%޵X,/+n>o! Q^s2O%68U4>55Q\맒jc¢"!7WvEʼKhRBUT3}iKh 8z"#}/U!X.),ĕAL5*,ڴv' Xco椨+UO@} %'S[^ӇλJK?{,)IFgѼo◾eev%4a%n 諯ȧ |绕`'׎\챦l(?֯WK=XVu۶m!!!:W%40@YY+Xmmm|+룷&.1 u GGG$//nQ: T&v2pv-X###Η2l*&[?!-XBt^.BMM 577Q]]]TTTLLrvUR R8naVV8$|L XL XLh!X\bdZE:%KӮbd:D~[###={Q{{,faqMve8MdC4Ń6N"o-],faM Zc799yc>/b2zl...NKK;j]crIkɗ.]tRvVV֪UVXQZZ;V<2ǂ͓b`zڵ`0tww;vlll/]f 7ZBBӧꊊ-KYYٌ3f͚eZ066Ǫ@rĉ.^8**_~qډ'襗^rzojj-ܲ{nm,9FFFFcVV/_uh`V&O26W+vN>ٳ=؆ jjjU qކs7vޣGZŋoΝSZ5B$''}ݑUUU׫*޻jժٳg/\0""?LJJ*))ΥK |y:tfeeecq`سgOFFFLL^3gNAA]^^~n ~fȑ#z~;XL XL XL XL XL XL XL XeZM&SHHNC RW۫cbbL&Z' lX,yyyk+XAAd L Xzm`B B0W#Yápŋ5vPסPÇQss3 /1vP{>=sss-Gtzkh-Aqǚبv:Xn`` },7MA kRp. ݚl -t{ywC˝5k̜93<<|ʕϟw&&W l+Vo߾hiir +k/8@DǏo^|y6lpɕz koS_}UbbeěFq_~Gy24̃ښ"]`QW _zoƺB`y?55U$::ZI+Ϙ1hɒ%aaa f)b}ϗ.ٱc9{+;zi[nvS.\044)K… L]-Μ9c b Fd c1yeggKlڴIӉr3RNi^bJIIimm.9wm68蔛ɕ5=Jy򺺺ă]r=ӕM *|fKKK?^ujmnn|̓>ʕ+'M5+׸m?n{zz BCCWX긫<(|re)^Nl*Վ⩴=Z,`5Xn`(P w7yMA ASۉM Uf[hQ__ },|ٌ蠶W*6y䑺.ǒ_ͣr d BT\:.q Bó+2zqxbc1ʂ%19:gʤ.^(Dz8*fxxX"*-ޛK td@qٹ"oz^ř3 CQA| жmɻPW8OHիTXD*!"*(] X3rKKѮ]TQ|y5Z]|"+NTK/ ڎRxoSp G֭k;Jգfpkiz_Qc, ݻbl޼7͞|/_׮]##2[_Z@êngB5{hajO„6SJ%ą3g600nU!Ztirrr}}Edw7UVRy(UO@PtCJJɓ'. Wjr_u[}mGz]ovuuR+l6MBD`*DA9S9[+tG(3yzEq;_g 'ڎRx*| իtd6+޶hK[ti`#챜wJK3goXIhoH?/3UC㻣'6m D8Nv:ƍTQWfsoob] D] RW= H`o7R.ڎq OF3&-Xҏ~p A܂ف5uuA8|0577Qmmm\\`]xG]iӦMZ+`f)0`0`0`Z YyL[eg/h^hdn>YXdt2oo{o6utt_,,^ɮ op(fhd0/Bbmd02hT,,S}^eɒ%aaa fi J^ɮ `y{AAZte˖w~7yզxXzX,fafM#C 6 6h29))?Zū6ٕ1 Zkjjjjj~i"ڳgOMMͩS\?66`ٳgWUU:th…qqqi;vM7}k׾;{OU~+C6Qe٦sss<,,ngpi20_ ⡇joogcbbT޹s߿h4<;v쨪Ղ`9ettvg~inpqJEr˗ 42BBD`5 P#:THۋwy۸qٳVZOɓ'eB;͘Ծ]v|'>hss3;]m\NS_ӧ?wǎv7駟Չzҫ#Kl£GΝ;7%%]T+Vkxxg/:TVkk+;UlllGGTwIJJxg^J}85fb֭[ ⎍7xcZѣK ̴]Nkk0omm-{7}Gݔ۷o[mnkkcɛM[u%7+m\" ,HKK];d25+V8ކ}gI`cĴڮ|y&eXr)5=Jx2225~ӧ|I[,cǎ vxY77ocO &??YBU̙dɒ*,,!44stFmqk4u:RKMMmmm]ܵkW||R|{zz׳ՉMO&:.BD`Ɖmt ҡ X` I  '58JG"6GPw$];1K.^cc4Bc9$f D+= Qs^g/^m]z?Wi"6ΥÛYfٮBy808Ȃ0 192{rssmr$bobm.U`頼܇s("*=p(ghL6hqSWWgƥAtgŋ-J> ];wNH P\ x@'H BN7l?V؁'H`T? &&Ρ^w#VGh4p$j#x>}^x>`BbcqC񈕓 ǎP2Z;3)"(Mʂ2Ph7E0X0y3_=V#BqΏٳ ܭW{D;.kjTp1 ap֮BHExr͆ %%<Eߴ'$ʠ ݭW{ XjoDNX!3>REW߇W_B v[LTn^bpqv/'l\W{<W8n5ccil n=x\*Wo>^:uJ:/ÿXv7rrW>oÿ,ˀ v0rn.1*EpiyĪe]9{쁁d2R`rrrTTșu`v_8|n'tgN曐ֹ[x҇įΜ9.vww~扃z=8~ޟ70>(Q7%d2Ι3K, vN81cƌiiiYYYx|}}###?QFK$`15_$$0_|n~Z/'Ɂf8zT:#p}g@y9\$TQc ظJKq ?0X [ڵT(`h-[R G^A <6J,| NLEwkVr~[$"xĢ`h G }$XJRxd}5 !J aN,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,EPPrܹ_~`0'''99coܸzxVk0 }022p8V;t:]yyuʩZz}oo'FGG ]f07Z||=SVV醇=;::hjjj0 .]t̙EEGG/Vtk֬(6˗/c61 3 ɓ'%ϛ7 Þ={0[ KOXt:pM6@CCc>zellf[[OָvUaB ǒ@{,*,5>cU`qJ[&(Xz{{UY 5t{.A͝wͶf͚e˖S?LYyΜ9h!Qe3v=//f޽;""bǎ/KVJJJgg+WQ AAQ:Q]uމP DvbN*ngddl656}}}҃X|ٌ|۫ +r…ג˗ģh%> t3000{l%AxvEF/lCsp,AxRYYի_%-vUTaprsر+6FȮ 1ME DN^Ȉx;_6_{,?!2tڵ~ʺ)|+X> BT?'$7o $NpxTbTnص hN ĩ}ɂ?qK{&(/fx)&?=:Aʞ}a:8ztbaO /B^^7 &nAA{`lh `()aQy3*}(.ŋaf(nQM;*鄲2;T{xFwTT@g'45AhhM:?ǭ۷ٳpt0! WjjZZ *uSMuBlm۠ T{q\ f3dd =.5 `*8x0XSW8~((;!?UA4_8w >+|ujlx= ǹ.'V,ضͯ:J'|Q1ccPRz4קT{z|*(W~{}Zӣjߙbnwi6`֭OpA.\ {~^']paBBBmmmCCCjjj\\uĉz믿ok}YMM͛oh٤moB|`6S_ |7o >* g *UU/ ;֯o/X} }˃WxP䓱N()8t5_6áނ۷?mt 2۷?ѣ0F(|;i|;cxF},*q}y_B BB t(dRuPRC{,ZQQa44Mww7 b9|pllhde2fsQQCd7Pc)5BuY/ f4TTpD}Ce D̂ 6: 9r:::)..Ngeen _:3gNXXXX(&A`ՠ`,EPP 5Kx_"yu]挌 xԩiǘEFM`|& ϻػw/\~]z}YX| _p(fYXdD Ej0faQ3&A },_ /q2YXrrrڪL&ŋ'̠SMf#Ȃk333333ſ ,Y /TWWڵ}5jxG =1 A4 A,_/h,,2jd02S(*/?ZcSMfLtt:׭[kllliij}YXk,>yO\XX(YX$jdA瞻~{zO0߂hWI BD`,D BD`,D BD`,D BD`,D BD`,D BD`,D BD`&^h4ӦM3 ͞ 444dggTӧ}w*!+ ͛cccۗqgy䲲iӦUVVFaF# uww;NnݺU&YVvphڼ|͛+_~Sbccv!ڇ@4ZٳggM&vL&ۿ ӧOoY&''7ߔ&~۶mc4W^tÑ%G\ݛ#qPӻ&###&&FT>.kl9ׯ'ãz? FJ#`!"0X "`!"0X "`!"0X "`!"0Xqbt:B!(+X]]]t낦D\Vl6 uAS"`>oF""0X)+P%`v6LFex*uICkT\\$ˡB\Ba jkkU*U\\ψ- quw:?t+((0ĵBkH-`qs5UP!:8 I  %(6lc!I`!"0XKlPuMICx ƻf{fΜ_䯿*{ЬY!fGNNf+))ܹs/UiiVe{| /*++ɓ¶lu_~|ȏhii^9^?̙3gFYdIuu5FFF[, HJJ򜓜u^rt  X)))sf̘0BxhӧfffFDD .ߏ(YfZsή]bLӧOϽx}vfJggА{)qgg'0CCC샱MXb l܅]CE|sn*VԄ,Y½ _ L9E9ҥKs{t Rlk` ^7n8ye˼.t:='?nX-ZDwį;wǎRƶK8ph4@^^^|| Jekk7|3{VJŵ N}}}F1:::<<<''Tmm->ȑ# ,PTV]]]ppCu}뭷´Zf^OQ &H6X+fbc~Zz~>c .:zvzHL]GãrIJshiim3b6qֻ{Hz`/_9I  %Gh)NXK*YC)r`Xt:Bdݴk$`uuu>|8&&FѮ qK[Vl0hM}ڥHDDÅT`\.B&l<b"=Ԃ!1Ԃ" jR*֎HWa*hkkZJNj7t>4$/""0X "`!"0X)ˏI22VE&oq]y{CsZZN;uԄ˓ŏ2>ៀFbٳ]ƽp8 8^Bb2_xk2"Q@BD`,D BD`,D BD`,D BD`,DKхIENDB`PKGLn1 image46.pngPNG  IHDR":9bKGDIDATxLOa( 2lf*Jh)N[6 DB\lK9#d3D3aMq: ?,8cpqKRJ[_q}}z}T|(L XL XL XL XL XL XL XL XL XL XL XL XL X˗/?111gjyyy~K.X"000,,,??ݻRuU&T(+*++kjjRRRcǎ_~eɒ%DАx۷?{QRw\:Ν;D}v~1+++""bhh_liiQTG'ūW\2$$_LJJ=svwwGEEꘘ^zixxX~Ox[VT\\XXXȯ7j~ٳg߼ya#֭{'|j{zzΝ;g6w]|R2IZZEEE]rŶ~ɒ%O?(FFFil6T2:- mmm/^HMMh4׮]ח֭[M&۷׬YKDF-Z4o޼#GܸqC HLLիmkrrrh4ks%kQ!X̜7o6866p^xy 7nرcUUU1D,XV{DNؘZ޵k0|+tIvvv\\\bbbhhhWWWyymii9zҥK}||._|ԩtww_~>>>UUUe>QHlPZZVϟ_PP`?h4j:11tlla; . _}XBTIw`&,`&,`&,`&,`&,`&,`&,`B^2L۶mt*p H^<}tDDN/0- ^뫭˓/0-  L Xje^E LRBf3&MFRIr(w-E# kVUd;G!q[[[.22RڮxƔZ kGboZmͭur+J^BVzr XNH`5IHB u챜 &qra%1 &qBU[;@(I(a؋Joܸ1<<<888++_lQ9sCf,KfffW\Ɨr$665XO… 1k֬;w:~ "w (׎/C? 'x"##_YjUMM[IYɊlG̃o&!!dAAA/κ1EGm%Im{7|3===((D׷x39sۯٷoL)o{E"zwo6C)CCCEwttp7441q)[]~}-}5q tc,`kگyU* ŭZ6B=w/bڑ*XXkn޼SOMtj6Rnkz`FC޽{…_|V~ٳ&)55u'Ap̏[,k޽Rʏǿ'OQVVVtttRRRHHHSSΝ1'Iq[PPh333m# ~/66gz:)T;)὎=Jf  @mv fH c,'0EA kf`Bmv fH w'0xEA IہM bYlY^ c,|ڌܚh#G!+R=9z+ FѶ&;;~}[ay4 Q@rZ: _c(½ 2{BCyy-y8ٽ{[nHb/o~V­*+)5],[ I2g(MgZ[äzrǚ$D45Qr2@RF,&! ΃GSNa;BG>E$H6oA']q2 q2.^N@JKftBQzUv3#>}B l.-o}U;"z}GT_OqqjVڑČWA[_Pq1ٍV{rk _رcz+sqWK?z=LAA.M+9 ?VV=;Jqҽr.2\V9}]'`0W߻w~{T*F3e>l\\`fdžh:ti˖I7ہM>@*K.M\H2DWx*m@0y/r+ƙ'O8ADhToÍ-Oy%]8y}EEq55nvZADxRxnha.ᕔ< %lGx"pJf  @mvWAɭjH w'0xEA k~<0: {nE# %ׅzS*챈L&Ӷmt:]@@Js=+XOtRE^}}}yyyRE^Wcx! \k.ߎ$ i!(d2 _,X'!bH/q3gQkk+EFFjڴ4oVUsss)E,P  &,`&,`&,`B fUX\oi7x-#Oh^lN駟ܞEdZ Dx^獉QCQWWYTaqMvݰq9> =EdZ F򓼕,wAr+#,%500„*,>WaIOO jll,))---TPrMvݐ/ '4;ܞ8%OIIIIIXbő#Go[mzp!^,wOhv=*,)b0xY=Y*,)y1Dʔ_YTaqMvݘH JXuuuuuMl{ٜ]^^^UUi+sw9__J~qڵ7o>|pYYo1k֬~?'SB,=qnnM1s", L  @  @  @  @  @  @  @  ?EXu5IENDB`PKGL6i;BB image47.pngPNG  IHDR":9bKGD IDATx}lSU_'[ݛA37V#t11Lt1H&o8" c`԰R3' E ^S-F$qtu{n/_ŻM0`0`0`0`0`0`0`0`0`0`0`0`0`V u:/]4999!!aΝ;@BsƘn{ѢE'N(//r8}}}: mhhh4~˖--?x ׋W^~z>TBy+WXN6m:`#GQQ<ӗ,Y244Ķ==.yyy>tmmmk׮%j{=c v644deeQAAAwwɓ'{Nٌ;vvAyFr\f9--b wl|A]]ݱc^y啨Q+ Lj` [\\hѢwt:+Vx~7(c;010`0`0`0`0`0`0`0`ZXNŻG&uSLZ`l>^PP/0! VTa L XAk[e"r0m,A[Q8ŋl kXjj&B] 9rZ[[`0Ι3GGOLLd;\k㉎0??nKKS׳P^G / %kXKK&B u$``00 c, c X5L*\jk kd;\ha؋-ރ|qݿM:U옟6#K///OHHxRQQa4zu ֥/B|1"jkk !zkG8 !KGl X/֭[ceܹ /κ1V[zy㛛+**l6ٳg#کS/ٺu+,7XZޒ^moS.\p U.\ƍѫۂ_` b|݂oQgΜ7t(j\ӧOɑ^Gmi^b>2LKg̘1s0 ǣؔKͮY:̃Rd(w}O$Ȏ~۝yڵw}W<@*g}СCDxⴴ4Œr ظm>n%%g}&^-//LJJ4ih,))q8/׳PՁMQ%M u$hGh !X5Lmk0K3$``0ͮ,P w  X$D٩&vϞ=wMoo$DKO ^H},TQ{̙3ݾ%yyy.]|ĽǒoDaMBjࠖl&O7 QGes6v(k+X 7'GHYY/HxY344俫Z#*|>fqed7&!rnBJzp߾k㨫djjj_$D.7ޠt:~22xF5Q$Dمz@%Z^{SD?DFp\f9--b qAgqq`0۷ o++X$ı(^a~!5UXBUa+XZ81Sh]'x@)chRڰN'Uc~7۴{7mN%%ii`X:ܠ6GҺud2?CMDAko멻 y&a5LWgZ[Ifݻd8:^&C,i1vG_;7ӆ t2UVR^h]Qx:_OOS[R%4X^/G^;¡C´i²eBwT;p&BU(zBV+C_}EҴiR+5+FmpzIEEKTZJOSVwQ[ ґTA^vƍO8aقecԯ}} _~bg7qjS2~z} aAv`3yd2ONd V$<3O~D(^֭ jۉhӦM\6jx 9K<cIpB kf`Fmv fp AS,`#Gh-N0ƒ1eeel -zSj챈zzzJKKVkllN#y)SXV} QWl6[__n/((u+*J]&4krMj;,ZH0Ƣ#&-XMMM_A3+11qܹXS]#GQkk+ 9sF]z< )A,  &,`&,`&,`B fUXoi7DOVב'4Ϟ=j644>*,aɴLD~^WPYYIDW\^Ed PQ ,&b0OBBŢ Km* -B5000k,%*,}^2o޼把 vBj]7#‚ !sɳ_)??ߵk׶mW 0d7#‚ gQ%6yQF+FT &  e*ȯ,&npuΝ˗޽{kjjN:5.l6UUUUWW[,+sWWWw=|ܗ_~yΝ|ɪUbbbFcHm*֍,=zO/qUX$Taoyd`n<@ @  @  @  @  @  @  @  @U,IENDB`PKGLНx image48.pngPNG  IHDR":9bKGD uIDATxLuρp!`j&й1w XEQԜi?-hjCGYKMgNY5-PmMВ;|q;}~u}:EQ@mڄ`  X X@,,``  X X@,,``  X X@,,``  X X+..tk֬,Z6l0111:' +0|ɓ'vvvVWWϜ9h4jl+}QTTrt5RTT$mA;襤ÖGD\jժ9s+VL)L݀g:uJMO?}֭O>$))f;vl``@FKKK D8Ζ={xnh 嗪*^^^>:QQQ/((PyBk|6|ppp8"p8.+jeҥ[lLMMdhϯ:֫^.]OsνkDTSSn߼yN鮻*,,M$22rΜ9Q[['&&&%%-\pX+WgΞ={TVVoz /OD Wtt͛G]~ sjf [<*£G{K,qMII)((8|GݼyS y ++Ku`V{{{zzg=S-}{/>}(#&&fӦM{W-Z\YYi2Z[[Iv֬YV^e"Z>~"zjcw}׻r…ׯ{z}… \~}cjVp;}+)tE\Y :݋ܹs |ֶ~4SGTXKΟ? ِKFׄ(`uuuԈի O>+oZ ,n$x}R?JJJh!>>eϞ=gniiILL؄m|vww$$$L:uٲe?ї_~[QQ0eʔlq*:Vм#i᳎=Z&! X XCd]Q:X)@6t4B5#:>` Dv`HUt:vn߃ },|ڌ!۫#gԩS]]]%=xX>B!H9p0jzzzO31Ϯ~ס0KG`)ܘhʼx$rvUYZVΈ *xv3J' $X(U)~)Jut l(DmfJOOojj^ Aˣݻib \_ BT$ghgС;R$RoߦGl6ڸ֮<| BK^ōʮ]ʃ*99JMrq?jDrz>\ڴrs 7OH/@?L7oRc#:o"XQC98H֭dSi)[G j@K bݸAѶmt=y3XA,";RyytL&{^| _jh* thmK'(#::h6믪Rthvi>ڹiFZY[':l6ڹv|ڿ)^iZ22b`) }=XAuvҎc/ہM ld7-+hzuzY:N(+r>;zɛ*6_3d4oބ }DW=f-+֨ 6% ?so&ɟ_6T/+ת^ n8j{q/1cFooj:./^cWVV:BhᳮևRu""Z6l0111:ˢ[A+X3g4"WL&ӵk,KQQA ,4r5\hN i!h`555yph`:4CXsn#\wEQꈨ.\(i~+t\Q#h6C!,  @,,`` -+9fa&k3܄-בOh6'Nw}YX:LD}A*"t9fa &_3<&Wa'4sDM`䭅`c jd0AB+P===^♅eݳ,Z(66d2A)|͐G+G]_Q%q6K,۾}~Z@5x͐G+G]c jd0A`zBsfa fM9fa &_3FuA }vmmmmm5kh׮]X dff&''555!113ݱc"##<[XXvm۶ݻ4:::55nT3dzN r:#fC8faQ3z &xB@,,``  X X@,,``  X3 HIENDB`PKGLQmbb image49.pngPNG  IHDR":9bKGDIDATxmLS_A P@ -s%#(1"\dNfesLf[|%nY|ڲLduՉbxT v!0uq/rOyޞ~{=A hL XL XL XL XL XL XL XL XL XL XL XL XL XbNi& .l޼yѢE!!! .ܶmjWAUû>oxb``={ mܸ111~;xlnii UOppBBÇzK/\ljѣޮP]vǿ'%%]r%LZHWWccc ԗ' _rEI?QJJʤ|qqqgϞlW;޻Lp8,YcC~xɒ%c6M͆$Xn)//Z{^EEEwޭB@@@jj޽{שּׁ'|M}Uw}bG?^aÆ\Ξ;wnssDiݯJLL 8p;?qppp˖-?xHHܹsFSWo/¡@;0`0`0`0`0`0`0`0`Y,۷ `Nw-5Ί(.0# hsd]uO]A0qAAAڼ`B Bl6Meڋ.1CᘎM5&..NpC DBDf9:::...## ԵhVbp8-3L.TG`IqԤrw{, c X5Fmm#8CKX)0`Qj.5Wpf/xZ/bdddhhڵk֬PCPfv5kVCCC?Õ+W/W*++KHHo!0z/Żg``[o5Ν#V^BwبrOZjx7>>>++FY2HKKd9\0V[[۸9RRR:;;߿?S-[CCCnܸ6V͛'`ppx˗Ʋ2xU>{b}?]|GDdX}?@D;w^m6Sۇw]o 044$ޘڴ%gXXg!KjRRRvv뒷~[Ӊi%&&feeIԶs4S`1oc%''._}щI9 T≴]KY&1j]Q:%m, @ƨmt FhF`ghK@4&T,!*Nm Un_tjucsmA6$-6>!:] zqq+WKrrr]vuga% d BT\:7o D/G/ҹs@%H]AޘdvêOׇ⨘a];%Py-[(.v%-9JGv T B.**R!2RTD ٿ\x4;jky2]-QסУAZaz9z:u u;zB)TbT:y(7)'A/ASa.nʄ+(aFZpZ#VKATYI]]TP@z5*R6 婣'F׮Ѿ}dСC+'UhcXRRUP_[GEEAW'L+ۮNSz:itߍ`ζ{._o u먰~;WA8I:ubbN=fxxXk.:sjjdE.] yVoo"BS‘'RS (>wBK>q]F锚J%%T\L|ʉ,m5%g#tΔLSMtrs%hy g!Wl>}‡+tG3x#+Ԩ+9p|۝, :td2;ϟ7\L_"ÿ_ Vǀ qw+]gqc544s!.p]m``@EDDL[+ cGm>AdwCrrK&.PAoWI}zq/.^( z7']n5LD{Iޅq0_iy\!+Xw>≴]KY&1jsh\:.w @ƨcZ $ݻ5YZ+d9cY,۷ `Nw-5Ί(.0# hsd]uOW}ATR.Zq i!zL[\!-XBe˖zu`M]wAfsttt\\\FF嬨g_0//O >D]@)0`0`0`ZY~L!~zOh^t`p´볘EFL't(ϻycbttTQ^^ND7oޔ^,,ɮNniP ,faQ&`䭅`y,,2`dBS/v]✅eYX/_ʌFիW͠Q쪡>,OOht}A?<=====]jժO>d߾}yTY `yzB볘EF>4 >,OOh,,2`PibdWxu7h!X<ڴi}gUUU/_j}͖`cǎUVVFGG;;{Żٛ7o㏏=&$$XVZ5doi!Xv}8//O),fa(ӛՐMSA ^`0`0`0`0`0`0`0`򽦷wIENDB`PKGLK}DD image50.pngPNG  IHDR":9bKGD IDATxL=AVnX^*DwBk(l-hҖeV[Ukr sX^e#3Db¤G(w|^c}܋}}DQdJ& H X@@$, `  H X@@$, `  H X@@$, `  H X@ ڵkAX~gӧ~x- RƯ0wѣGO<#66瞛3gNOOϞ={Ϝ9s]wj'"LPjj~{V`=!lPW^yh4>%''O6-**O;;;ʒcbbF>844DXp(, wp8v9}'xj(==]lKKƍcUUU77AėNdppwIqqqaaK/x℄HO{{{.\uqʢ(nٲ^#i:?xW83f,[wIdddrrgaqqqZZŋgΜyҥo۶mlueddDDDTUU\UV?PCC>^uP{=;KJJṾA]BUxm-$ ^},FMB c 4Fcq> @S, `y)5 p`yuwwkZ.C˝G}4!!!..n͚5ϟoǏ 5{G~ٌ***뫨۹seΝ;'MWeeejjt;&&@z?1v ˗_x+7@'SYv K?7o˥FqŊGԵkĐ 5Y `L&%-joo!:...ߨ[XKf͚%+WbccoXyƌ>lAAN핕ٳa}MX;{첲2%:cpLSN1ƶl"xOW_y&uۃn888(ڄ$MMMS S$ ">oXz_|Q5+VȯԶ}4SWX&w?|m=vC6RmkzyJKKc?qb -0_M hB p4S'/_KQ1j+R8KGN@C cZ7oZ,|/I@ÿ¥ Vniah+ ͚k(Dzl|H |WA? 1޴QۉͰ>ATWW7vT rBM֓'*r|ZV/,+B, 5N_ 9 K<ֱǒ&` Kms`.P w較 X@Rۇa!z'c@۷kZ[WRub1ña+BGGAC%&&fm)QW,Kooj---u+x!&i R.Z'kttɌΘh`l6߷~p A܂5uuEQ<|0c1V[[d0.]ʻiu}VvnXXRR" 0`f)@$, `  Hh!XA\L1 k6C"ouytAsNNl&\b jN6Q^htc׮]K.ɯO1 K@56Q^L1 K5I'~(YXFA }@gff.2YX t:nX,gϞaj5C=,X^w}Q'-ynnnnntd充w~7}W fd3#̂~ק%a4L,X^YXF#BIM5,,դkXN7h!Xouuuuuc~uu?NsѢE)))ﯪZdIRRgcǎEFFdUԹE'ÍMEXK)Uaalj[߃qxzwmݗ}DQ$0' X X@,,``  X X@,,``  X X@,,``  X XJ͛Aضm>YYY*.*Vogff&vA /8{Lڨ-[dgg;xի YH===ٳgAHtC=?8pn8q" tYW"!\r׮]M#ĹV. p!Xqioo/rUUUjhh뮻a-'cXn:11l=6oG~ᇹޖ]]]k=]#i%i_n;ɾ>7?sw}wFFڢ"EQٻwo<Ԃ1׬Y#_^RR]Vnxxe֭iiipxݺu<Twqoz333Ncp(8,,``  X X@,,``  X X0V~Ν;].WNN CCCzT2V9tR˥w_`A,=66x ,fjx!,Pm/lш.XfV(B\Z%&8\tɔlG:xQ"'.jW^gvtaH$2a<½XPzr X zr0Ɗ5e;0{{,c X1c,ac,0 X X1Zevt`Ō]a؋3ރ?\TTaÆ~i-k'9fpccc0lmm}W֬Y?J_ͪ\=;;{?N:%zYYY<̬WDtV|$%eeek׮n:O?T^ׯ_>26e;`/Y|_5]jkk-Knn>믿r8WX!_RXX(+Wrrrn8??ǎuuuv;w.^[l/yW{3g޽{7롽aŋ'''7嫤/^(mA׷>DQ݂VVV_^gAEͫAy; fv t ȗ\pnyU$IZɥѪkRJ=X>O:ȩSY7D"{; c?ϗ_~Y:Aɓ'7mGц JKKz{{cfkkkuuuAAAFFFyyO<1:::oZ= CԪ3὎=3 ,UנJGgc) LVѪkPcFA0xW; , 5g8Ap8\SS "DK/_BEQF{דc͛Ϟ=K6n?/ K+$RU!́skʓ5zqzil._uJk%a6cu%$URUիW廊fM'O?~aڿ~sђ%rexz=p]fm!>H>DtT2o[={^vMa0"!|>w|^@^(&**nXT^NeeTRBBYY ,cPt:K*By4<|#4> 041A6[,4978UcرcgΜoߞP#H,442B^/񔔐FHdWSsEoo&_U;0֡Pq. FlUTN%%TVF˖Ƃin۽{_| jkkNp(uJKӓ` pTFB {,c X1Zu tLh5 0xSAc8A3y !W݂5==-,$jn~Y4t V^^^mm^k.ѣGVn_z]H$y¦&$R@,,`a`cdDu]暚λ=,,*d &D{7/Do)o1 KBmu#*Dsf8&zA3,,*d FDq¢ F35>>b ,,3}^bs4RBmu8R,X^<(-UVZ%Դvz^oP*g7#łͳn1 6Sh2R,X^МYXTBBY5,, ׍:``￝۶m#wy￟kP(|ÇwttTUUY4w'NHOOOׯG|C=SYYY`06 ωp8}ҥKqqq7UUUeffj-Kd%+ /_\v]֯_x M^ oaضm[FFʕ+[C,ԣG-[6~xŒ'x=V>|uEQPPPٳݻwO4)jK.^z͚5999&''[j666VUU97nlkGjKdBv=a„ϟkWVg}6ʗ/_fmݺ5譹o޼IUA XCs\VѣgZ/_veĉs zS{{Uƍسge߹AvڵuuuA>o#0H`8qb̘1vw_`X r:%%%"Vbb'H X@B_El1 X23؏.Q[Okkp`p![fX]]]ZZf5kV{RRp!{;`aqqԹ(k X:xm|l ^c ` GXac, $,pOGGp!ðw2޻?ѣG'&&.Zۃ ?mv/\211믿={ ŕe@]㌱/jW?~iӦ+;w1n!?Ecc|D)ԩS&L3gv5##cܹ?B)l<)}?`Ћ+kǎl2%| cr y_^=۷Sܹ-w]s玪ϟ?.6d ?c-h}6bfee/ټy((jH:ŕvO4 +;;ɭ[{<OĦ\6&g]{Sc_/^㏃l2x{W_} u\x~[x_VV[hрƍkjj Zmvvv$$$,\{S]]c~ЮVVV奤9233sCo֣YD)$k{,2 o! H X>ͮ,0ҁ1Hhk0KGͮ,0xׁ;H+I&vϘ1{Mgg$D1.O ]XD{Bqz^~ݻ?{{t=|*d$DVtLӓ; 1ݬً 馴ճ) ( Ie6o?ܵQ/^zgn4Xɓ'wɖ-[*++_z3] c,c16I $DӉv`HM? q0x+ԁrյq3gݻwԩwAt X!X:0xOXa{, $,f`$D]Y:aw $,l)gcyzo!+ˢ^iډS5+Fv@Bjࠖ j 9t:lr7J0;v)9ZķUG[z,=^=VCCCmѣ{{{WU%%%e'644I،fnξrJ^hE£8~رcK.iW-ƍv:N_|/"(zPc;yZK_B[hk0KGͮ,0xׁ;Hh_G2N0ҁ1;v쐲.dxcrUTTxEQ>|ȻG`Xjkk;qĘ1cv;,t:KJJxE`Ĉ0 O$ 0k…D`lHpD>܂ `^5xWU1KKKlf5Xz< )E HH$, `  H X@B`8 KmvC$o`;w_-6 %n#ʂ Aקb(*c@+#V@QT ƈ %Gk*,aI׍@71vСW~__ӿꜜ4ogώ1ԮXb߾}~5k233j3b0ML'CnwX.UXtڌd7 osd 6 @$, `  H X@@$, `  H X@҄(RIENDB`PKGL>VFuu image53.pngPNG  IHDR":9bKGD*IDATxLρR E֊N' p$es?]tcc%c8tn 1h, HmɦK[gAK|zOy0ʄ`0`0`0`0`0`0`0`0`0`0`0`0`0`lƍUTTLZаzꘘ  SNI:'uB_}ɈI8O޽;::ܹsE666>CZ㏻FFF5Mvp*kjxI><11QYYIDE6mڔRZ>866ƨBf߿?q~t;ѣ:.<<|5554<#\xkiiMNNtR2C뮻o.>tN-Q[[{yƭN3|7m6f#"nٜN'%&&}ڤfMf2rssu:]MMMGpI?Oy{!^ϟ߾};ձ~ #̖-[_%%%---DCQcckd^/R6''VT.\`Hgf%ᩩ6l(**ںu@FFg}O?߿?,lm___yy>VWWp8<ϡ!!3$M<_=s)))999Gf۲eKVVVtt F_~sށ  @  @  @  @  @  @  @ ykppp۶m!**+WH"𓼂sرD u[`N,8<ߚYRR_8NEHׯ]V|@;L1u >Vvvvgg .~Sσ^9Π 蚐2h|_- @0cŊVubHD= OV+D))QFFN4 LDtȑfal;^xj&;VXh`,pjIԛ[zJI!Ù? C6n/fג˿V>~aXlvotRRH't:joO'Ԥ"U53AMMM7nܘ=3KiR/?tZlW.^$l&N—NL:ݙsojHB^ibi{ի7f'oZJN&|2= єypTVVzc&珄Q1cccnV$۲vwߥ]Ϝ~<֭Cj5l w]ƘXYYYv۷~ZsG䈅+"ph΃A>,!.liBN"p;v444½{.[L|K?K:ғ[},%G,P @6tBnk0JGb輋@&,7]R%B},Wx |d|(N^b0_[Fȭ$0_\:bFFF< N]Y>0L;wFl/tÿBxZu:6+T;'G… z6::q\||W^[[[HrHy!;;pR2d;_& ƙ'?#":yl6T;vx]px>4LDꫯ <%| y2x*%%BoB-&,7(ґ:"yEA MnoJ蝠%},UVV*$?JEhppp۶m!**+WH"𓼂sرD u[`N,8<cY6C>B,Xu}Q3&C6 5Ch2Pf5YX|ɮSIuA }ן>}zv{nnE>\WW|rF殩)<<ѣÒ͛7;zg#""t:jfК> 8%pL=lbl$pk20q+^ @  @  @  @  @  @  @  @~P^&ZIENDB`PKGL*"" image54.pngPNG  IHDR":9bKGD IDATxPςCA1Ȱ!.ԈD5 693$64#e9APM5IfLc6dcM!II\dN~Xp#go}pn{n}#ɲLZ 0& X X@,,``  X X@,,``  X X@,,``  X XXAA$I۶m_i&i,?'>}:88ueiiiqqKݻqFNOdw}d2mݺubeee$uwwiC'|R,555YYY-r[p!!! 6miH8Δj}w%IR)oOUz뭸SNj\D2{KJJECaqqܹsGFFuttTjvX3RUUe_xb###}QAAAXXAAA/?}w34VD'l6tС3L7or8%Q۷QBB«|1}wS}-\Kfee%%%ͤڎ"iHp[[5kݻ{RVvww/Yl3Yi~}͛7oڵk,Xp#GȲuVz{{6oޜP[[p8|AV `iC嚚%KXlٛoy堠Ǐgee>C!w``  X X@,,``  X X@eveXBCC%I"𒾂}h"-0+ VFF@}}}~~+Xjx $@[4"d 5::AlSQ%>8Nx!gzסPcǎQ{{;544ŭZnz{tʼzgIޅ8FH,6XZ[[ YFc{,0 X X7BK0T` kVp! G#t{yWaλn߲eKTTTXX؆ .\0U/򦙕ϟoq8ׯaaa/ڵkGe+*++!!!-ܳ@DԤ,^|988gq[/ ^BwaZW>b'NXpuń?XYAZZ!=X)))k/_}ڵi2}K.q8WX&22R+44۹sgVVdZΝ뻿oQ9pli_Qiizھ}\)]]]㋮Rwuuɲ<<<<\lmmmAix%^ cjrrrNNg}V$5l2Zm;0 {+%%uO?twL>t:}6Rokz{MMM?Nuɓ6mʕ܍ͱw8iiiK/ lJ?߸q|PTTDD6lOMM omm=tPlllkkkLL{% 8>8^r(""bܹׯSCC(iiisILL|ꩧ_wZ㛏x2#|ױRap B5Aok0JG0T` f z]Q:uuQI EFL;wґ#tyVF``kΞg?(-fJO'D7Tv7BHw#df3ED Xޛ%ΞfjkxJO+iN AK0Eh GFFLO/ޅ)wtȇ۷K-Wjke]v8v}+WB$-MV+578h:GtM݂a%B듏{N~ŋBR>sFzUۗb'#o|Mnn?/kn+X,{7&GrΓ/^$qX322⺫P!6zZy""҆Q:^fKXK.]hg}6fϞ=W^U.fTE4A G5;?qf!NBVxݻ?̪K) { t[},R= , z]Q:5#:*yCA5Ao'6qT0T oAxp/ ]'1L=>|z|6QPAeƒٳ1##c&W64h U9BY n8ZZZZ"](+\ I1>[zuRRRKKT~}T )))gΜdvBMד'>LDOVBBBvp]'2_6+48#+Xo>Ɍ]K/B-( w較 X~}T%^yy!u{,""Ͷk.*IROOGFGG[,mYW222EfE_ W{k o7V.Z ]o h VKK,0+<<<33Sԫ7}ueY>vQCCCLLL\\ܪUD7 ݩS?Ce1'''xתwh=gzhr8yyy*OᘅEN_6m-ܚ ,n@,,``  X X@,,``  X X&u+IENDB`PKGLn image55.pngPNG  IHDR":9bKGDIDATx}Pt$H<5$aށ0 ZBb5MӘd59C 3iO96Vp> ]aH3fp&1Гwc w{ݲo~` y`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X  Eqq³g.]4,,,00011O>:`>khhq\/]t``EEE1FJlhhHVݻWR]־|ӦM kZjuVVVJ\k_PӺu뼽ׯ_m2v/NZ꧟~ڵkי3g*++NBt6m7nd92 s(vt:u,Bؿ?SE7d2Nֶzs޽[TVUU=^^^yyyc7￟|)l7`4U*վ}R fje&77WV?dddDEE9sυ@LL̻+krϟcYWW0]wݕ-[l(ҲqF&hP0㶓x씔-[<!!!-|wf0f'Gea|}}7o{,$+,DkFǢ Xd`j.ա5WuC;y7LO=THHVV?<њNR̙3Eh!fVkffd*++뭷RSSv+j5{[Tn!"znww+t寿ZZZ\z ^ESS;EPX[[ލIOO~_ň3HHHe*5..qɼy:::R\B};.1c0cV \~ŋU*USSSyyVt[_}"}9s5k`4'}7|7o^m;vSwnkkcfpp1~I+.^8 lExW`?kllelڴIPI͚5+=={&:El C /mH>7h7|u Bj*BNjkpenĭ[p9bnU vnɓPSz={/ʕp=H?mgA}=?'N@x8Zyyߋ-dT;ǎAM Ր>uERutYd pܺ0{6·F(x([Z@yV|HJOOH koO?|xqHII0X ^j.X #||M5A3 fw p}cDEڵpL|:BG:THkeZM&ׯsB^ǡ/\Ά@B&<9_63u. BU1{0<1̡CᅨE-… ===%ٿ˗9%r`jkNVGў55Q@S&8~kנ .RSa.zՅ:BG3f8.B]=%%`0CÍT#) 0(ٶm?V?e'6Аb*J68};DG3Vsmi̙3{'Oڗd D$ K'xT0܃'B]JJJ Œ\QQ1w\`8``q;}Ra2cq= "5Jjs\:2!58J2s; "5Jj'6)e >Wx Ǘ|ȦoS8_(FH8_(́spqi ;_={z}iiӧZTd/W@êf3;`3_!6#qvaHHlv\l6+I .Yd֬Y6Nl R!O7ŝ={v1ɐ|R$ܭ''ӣT*KJJlZzغu+S*ʜx +XGx<9|qA_B %58JG&6GPwyGBD`FIcZcq>}۶me*YC):06lh4 vO VGGGUUUhhF4- VۂEZV{oF""v8p!:aB2l"28c"?ԂCf D$ԂLi3 sQhnnȤ$MCw6{œvH4r#  YX\IvnP$faQd0/C\Eb5h2rUga,,/VTMMMZҥKcfPr&fH 0ԯ%_p… 999iii)))j.)6C:,X^t}FfrffaQӍ&CB$faq&fGt522t:]qq1޽[ӝ;wn-˼y󢢢8P]]f/<|0{wٲe֭۹s_|EZm2\)Z3xo!XVu8''!$fa)f3xoaɈ) BD`,D BD`,D BD`,D BD`铮|IENDB`PKGLO image56.pngPNG  IHDR":9bKGD{IDATx}L .߽{WJ*6007h4W_}6?333,,_ljj8nϞ=Rrkҥ a2...::n!yyy3f󋊊z[]Q__W_]|Of???)S-g<8x`ddh5ͬ*-#wj>۶m&G -Z4o޼AaLJݻ7q\YY$RZZj2>CnٲƍF͛k׮""/'..nkr' FsСh4k֬X,2w6ivvvnnnHHҺ^ӧQTT޽{%\ XxX_K^o[޽{---]]]CCC111?b\m6"b2xv<9YYYiii… CCCG,_^^aÆǏgee9.y;wu\U8Sx{{Ϙ16iO>QQQQPP`7Uk֬?WUUbygٯ,76mڭ[~}zŊvZɟ`0$%%$%!!᯿裏Yhه'̙3g544:th A^O:mB?t>^SuhOim#d=c X5LikKG%ֻtdƻh X5Li'6qTfhc96+|aB`u2P<jʑ# sW# W8Lic`,G*(W_t;v:uJN tK%U'"̔fBzrmwBD}}}8 }~ٳgչ(ĦG us΍9"Pi{`DtaovX,INGDvrkmBA7^rP8*Gx45|ױr@BC&aJ]^:*5#34@T&aJأVCm,ƒ_QQ*ˑR챈 Caaarr?qr\`WVV%'']eKt\`yy)>2|{7H].Zd  ΘlC8TF`![RRRzw`MYwkjjz}DDDdd%K8GYZV3srr.A,P &,`&,`&,`B rfLL~μFyɿ۸˳Ņ26q?i𠴴nݺxy8U&j8MN Bg/hf1 e2 F,gŅ2=h0x(,>/’hKJJZmSSӈ*]5Âvy~ג'&&&&& srr.]_ٳGSe VC9<,X^lwyP  4K6 ez`0W(SibdW:ݠ` UWWWWW[Ϗl^`̙3۪0w0|eee7o6LN)Y5\&n`Y,{✜/a1 2Ľpi200  XL XL XL XL XL XL XL X[xIENDB`PKGL}77 image57.pngPNG  IHDR":9bKGD IDATxLOAh5ܾ: Y+( 5A~9F Fn.&nB&i!f.K;M1ZE`٢ ===>ӏA0}B  @  @  @  @  @  @  @  @  @  @  @  @  @rq%&&022aÆX?F݁PR__.6^xdd.66w)((8TcLjwƿ~'DtI+W"##mۦb5oܺuKOGIMM-,,殮}3088~~h4[nbbmy@dˋ-++_|233￧7_xq߾}NjjjZhauaz7Ϗ驯ZϟONN&ѕ+W`Aǣ{^ӹ{N\⻡3V@rsssssvp͚5MMMD$`oEEEYYY ; XzuFFFwwx7!!all1?gNOOWǪC233z…ŋ>(JMM裏z{{_xm۶cu!X_zJ[ZZzӧOw]vɵkJgx}03LgRRRfs\\8NJJr:&^oNN΍7v% u.K,//嗗,YՕi4Zɉ7o^zz͛_Pyyy|||tttqqq__ߌ팏+K.?j=|*@m8bc0`0`0`0`0`0`0` X,QQQ˼{ i+X .X,s`YaQZZʻ/0' VX&,`B`4u-e"x0~[~]5ex}Å A8t\."0LɫVRaqqql mMgnw82,4K`Is0ƚt:uz_KX+0`Mc,0ƒ1 L XSUKkp`M~.B^ %yxYK/C`~ٌz+ u YK/OEOOQ%BY}f,ZNN.ydKݯ2c%le7ȘSaNX&&&_IMM Y+|뭷WiS~{ηڥKn޼?o_tI7o76k sͱF c1%KJJJl߾`0YeddI3㾻rEx%!#Chi /\h^b>ƒU/y:˲w/Y,t욐$z<씔f`uvvwKJJ6m\QQ>22"@Ąc(3JTxgޮ ېAD}xw3 | eeB{ ԉ`+XzV]]u+%$Pc#X_/NzE*)^!=zEDKYY@^/>,g>M'NPv6Ait=J[Ŵg-[~iXlK6PUPCDDPe%ѭ[o|-Ȁ`Mg$&ttv՟`MET[Knv՟,nߦ{inڼv: 5h墟A D5%Ù3u+EGSS=  $Ġd^=K6NJ V4Wxfsrrrssskk+-Z444$(Ղ$-ܾk+X&!wڵc s~@,AT%6G~cBq sJxmLB "ek~\.*-7ߤQ!}tttK|Uغ5і-t" -[Fi| fsNV_I-Ί?TBBuuQf]e-n}QXK.}G=[R]]]WW_ILcIy,9OBVdMB : zz9997nصk+mnrIcV(e5<<\UUW_y<˗K?`)`I?0 G, 8b X5Ekk0KG'6t8]+0`MډM c, zc^ ӀB^ݴK<#+Y1Zk +8#ETA^~p8O8aZf#(ӿDi:999G\NB}=^;'G~ą ccc Y\zuFFFwww;)Ak'6Ci0O7dff~7ޓ u*"!]lq?&.իWFcUUՌ+{^v! Es*_?쳟~iyy9lt:ߟt:M&&n;Gj^4M V;G, z@0`M ͮ,0x; L XSqH X0oΝl =REDv+++-KTT`|2B @kk… - h+XVuxxp ̉bx! ݠ`Mk;;w_ln~p ֌A7+...//ց5m A8t\."0LɫV5G[NNNFDDܳnS!h+X8A L XL XL XfUXoi7D/֙we |IrԩYgQEAL'1qFCC볨"MvONor/hfQEALp[EmP10ƒktttʕK|UXX%???&&j? Jd `ɽyAZ\n/,,\fMSSSmmjT!,4ϸ>*, b0 X^ЬZmP1%TTYTa&nLtu7~̙xSRR8f6M&]gggxxxKKxdӦM###TI!X^wnK L XԚKku@& z.Aϝwñm۶y5^˵aQYY\vm…3=epJL (zO>Ν;'?"""***||Y";ĻSa"i괵zݐ~7&%%y/)..^tϕ={Ą/!._RS^󳞮 >VWWWzz{EGGlܸ~ VQ{;OO?X BSuxWazzzWWׯFFFtS/hj:rn={{J^ Q:̃UZZ'~џyܹg},^۩ U/N3###11رc&jii5kV}}xѣ;v숈0C% AaAY5⢢6lyN<)ޕzy&n;]xQavҥ+RAsB;:gQVZ=}tQUcݧnx:~L&UJr=v=%VgQ={,.\mh6heJB XRP@WPg'Q?Lt 2YȻ5_|N/HӡCQ3Q=ૐYɡNujOHK'ۃj 2JI:k_!-._TZ.] \:?HFDPe%>L/@{gȨV{I[_.+''p߿_888(=퇆FF, 0K !zp|Bu`ī khkiӦϳ䩧_~WgqvNeeOͱ!>Nh]Mv;SN]t,YU511t8Cݽ{{VAP6&˾}q̼oy*dUx%͝P\A${ ďXiiiK,ꫯQA;,YU8@˕_ywttHwcU(?BЮ]KәW]]cI?`)`I@? {, c X5Iks`. w 較 X5Ik6q3$蹏 B:a=|xO:A}bUx̙k׊w/^nݺӧOK?KiuۦPkTp 9p0W/Q ÿ4[Vnm/Wͺk㨹jmmE\mn߾m0Xp͚5ɭ*6RlR57NI %dggwǏ' .wF]|rl6"ڳgK].^~顂_O?}ĉ2"*..NLĽuuu .&ym=_xMzhjA#NcIB kF`Nhmt FpλtAW,`CGh=Nǒ>e..`ED߿sNi0nݺŻE0o<»-mj lRmh+Xaaj(`~Pk^`{hp Vkk~p A܂Ձ5muA8uuttQssdJHHXz5女{N/_wOoӣ8 @BD`,D BD`,D BD`,D BD`,D BD`,D BD`,D BD`,|嗊㸷tʕIIIwX,[˂H*++5 Rt,Ƿnݚ?[&3""RK!|pu8lhhZI(<zgjjsd盹000B__ߖ-[^Ry扉 2 ^믿BCCzovW@ZZ{xߎ2V`)Q!W?C}}}vvvXXX[[[ee=?k|0::5((hֽ6MTԔIvJhW_}/SSS999111\ȸG֭s^?%K\vM>l\\$$$;vpK`HV_qjV~?dH~*nwy…~qO>l4Z5xcǎ)ʮ.TBZ^SSh{9ޝ;w={vǎn+VȘU䩧JNN^`Accf{G%}2Ҡ***233###.\hv144755u޽۵۷RRRBCC,YΝ;'n@D` BD`,D BD`,D BD`,D BD`lkppp޽Z6$$DPܼyv Vooӧ.]MlKӍƢ"mA~a+X 3|!,D*JY`X ĒCV+bB]<θq,PcWC[BΜ9`2T*U||ڵk%غXEZ*bo-Z4k`0R(zLs`9ǚ.:T߱; "5(>c!Y`!"KVu.5 ku/pZ\`hhHmV 9t{=/gAfb;駟/((_ZSxe?ƍ`6U͉e36-??bTTT>|877~⧿rkiBq19"F.HO}˗Gpp /veᩗ/ͫ:sa/@qqe˜$%%];wx 0MO{C+XXݳ0JKKzHVVVXXXxxxqqoFUqq3`|Ga*o111[lq^rczyګMw۹;U&-q*}5?+mp'>Vrr^w^~B155]^v{nJ?~9 Cajjjww󒮮˗xp._aÆ XEEEA ._i&+ OLPT&[H%Zִ4Z]WWؘR,UUUv h4Ex">SĪG/Jᒒn]& S/E}w~8X`ͣ/=7† p(OUߑwccy3É וR (* .]i(,ӧ`͘5*F>+ 7:t8|l+mZB~ƈMBl,sC[ SP_7%&'<*Ξ[)afᥗQk`0@v6TWSE5?g¶mpΥZݫAs\rhoװ qQS^^ƍ_8͏p~BJ \ }sO)))ŋK8PQQ199)0\ V {"b[jX;'HEc233O Nn, 322o߾?jfee?~|ժU` `%;7>e%߱`Q:2Cv`  ډM+l6F<( Eࢵs*xҥ7}zҥZv[_ N1EEEۂV?+<  \ȵkzzOFEgLZZ[[?a8dZBDA-XYYYHcqܙ3gL&J_v-!]n_hѬ[B'H,D BD`,D$fa&f_֙w4^Zնu}Pd0I;oDLOO?~~wIUMrpvNBo/h&1 5NC"o9[$fafM95::1 dggUVVtY3(yU\3`fsk֬Yf `ɩ~7W`y{AIC ,o/hljd0S(Q~&1 W55 r֝;wmNSS7|3V5--MV566T*4wf9((KKKjkkwh,W5%kDtrfs}'6 !1 @M)>^'H0X "`!"0X "`!"0X "`!"0X "/ΡHIENDB`PKGLg image60.pngPNG  IHDR":9bKGDIDATxkLWgYE[Si4RH FUj\^$j[?X#M4%6"J ފ6[jmچD1e٤X]ü2,9g왳fΙ8[ u`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X GΞ=3gt-tRQQQRRz}qqq[[ڲ vIuuurr2Vu ٴiS\\jݷoh_yJ5e>^&%%XjJ `4߿sTG9NŲ}uֹ-W^ ^?00bh2Ckkƍfseeeddd\\bm9v]*Rk0XR?}]+W?ȑ# ,_ݾ633󩧞0X]422dK|Yf@RRҮ]HVlKt:5E!!!q411/ZW^}WlDt` Z;X:::TYj_# t:X\QX+)8t܁Z9TLS!ohFX6oRPf^:&&&<<듭)>bbmd"~یXtf ߾}E\dC/NA^ŁDtSS /<Ν'-[]٫]|N:trx씣G~7PRR(SPPveW>|866&dwf3s7n^[hx+--M8'==ѣGh4k3O,e6rXCCC9ݻw/$$䱕###7nܸp°jpee~ueT`F8s̕+W |Hnzyڇ~(ltww&9{-{nCjO,oEI.axxU8̙/uVF322E^vkɭXZōT\`ocuuu \vmσn ,;WL` ;S%#W}`'5sιs/_ve3}:< .m oYEHv{zzzBBB]]]cccFFNs5ZZZkٳvÆ 6M|ޅ͞8@l(߮۰ZQQQK.r-jnn#GC/OF}7\|6ʠ !8X "bnl ^{ Q;cW_&ԁI pv, 8{DF©SpOU6aK.x%8|.Ux6IKիvU`a ?\<(; $ Odas/km,Ñm>#j <*r8z.\(pΡpG»(/-v=&s:b˭9===ȫ`l Vg<~+ QF]?b[q,ւ544-ꄨ}_?s.^La>t,ѸSYY)buM$E|^ g%:zH.:;wO?}iלtc,lc `y Qv] q8YYYboPA_NFq KK: lZXK`q^:*ZC6E`  څM@JDx>^!"t2'G5(ET7$&&.^LJJ;qvH1ra*pqc ?^}fsEEo05Bކ؜uA>a+Xappl6Ӯ [ `j? ğݠ :\Q OzMFWLԇZڄ_0*C-Xn;!"ՠHk4?~:;;Y\UCaB9mڴfL&K4#l ^ ED`,D BD`jIyD~7[Wޥoh>QX$It0o}w[nOb$W op*fH(`0oVCEb e`0孡L(,>Ϗ²p°jpFPLr`ݮqϟ?&i/bMM͎;yUxX vY$FaP #EB~4  %ï$FaLr՘5klli͚5wަ~iv{zzzBBB]]]cccFFNs sX__O]vϞ=6lNNNl^X5$٩!Xcd2(,"e*Y D^xk2"b*^ E `!"0X "`!"0X "`!"0X "`!"0X "?KےvF4IENDB`PKGL4y image61.pngPNG  IHDR":9bKGDCIDATxkLWgQ@P$\4Ք@J%.VmlcҔ&M1E+bX5jR -Ĩ-ՊlRڲ~eeܝ3gv>g3svv 4?>!XL XL XL XL XL XL XL XL XL XL XL XL XL Xn9yNӧOwf~~`(..V@͙̻_RYY# _n]Z`y 33su``^ظq+fUڄCg&7|3::瞓nի+V9sf```ttSO=ϠRΰ@zz=eʔM6͝;۷766 F~O?5L]]]Ǐf\8[BCC_|Ō \YYj2hdddՉl;wK7F}D믋w7m'5EEE=6))i[n=w `4k֬%K`XFΝ;{h4l|g̘ADћ7oVv5 X2EFF>c 9sfA]]D Ν[v-UWWUz-vc,… (..Nw_vvv}}}JJD߼ys``V:nYtidddbbbHHy嗉(44tѢE+O4i̙c^ZXXXPPW]]mqU,dffڵkG`Q3_ L XL XL XL XL XL XL XLh+Xe͚5f9((`0\rwE QUUn6y^VRSSkkkx^VUȆ7@ = (@,=kxx&rןUbQ.]e;\ X_;\hP(Ç"""L&SZZ [ e;\hkn077VQzq Xx8cjiie;\{, cq00@yyǻ=LKУ{:XDTYIMMt Fcqe7i @$z-*( w):= вeO￯TQZ=OE 'N(КRy`mag%ۦHvٳt(qIyz>ZUVM6-888''… ˌJ۶M}b~ٌfʲZEΞ=+N]^fߟ林4JO=Xw^":}xڵk˕;"t"?EssxaVOOORRS p͠1+KOZfVyz8}+V8/ybc^DOv\x1mpgF}EA TTIIv-~G cf b Fd 踏^3 CCC<1^;7L42"df {ێR+XXKΟ??gΜAvjC.Ǐ/jGz|`uvv5"~ӧ-[rey1hnZz{9V{l;# X,mmmbĉO>_~YXXHD999c^1cFKK$*|kQZJI1pqFaaaXXؔ)S#}w+**&OSRRuz'$Wx!a6oQ/u2Q}=yVN%><}gvaXYٚϝQ1۷SCQ=޴T==(+Μ9sTۦ|cDz Zz`% P^ƍjnVsT@{tW(U!X<N{PqQ=C8zi:W:vLzp(I͛G챼Af3o.y4A Ϣ_]8^;;;Kx˗/oiRjl֨d BTs<0Qa!]pY `L:yc [~ڵJuu1#mKycr ;t$obw`0ЁTTd݂H1JGv ď&z'>:UTT J HK"z"h Di&N*FzDp(in.--oӷl'K%%w7B3$``(( w 較 X5Jk'6q3$蹏CR0_!z|W<nQ-vѣQQQ/FGG/Y䫯~8PjT8KGGC wQ[[[VVvԩTwPdț_mv׉P e׬{^%XMMMS M{Y!,, >#fjjjRH Z;'H<?_8&099Yzg"jhhvvv\f9߭%uIoBgx8Pk:wQ-OcIpB kF`Nhmt FpλtAW,`/}Kh=Nǒ>l =+Ov""X,k֬1AAAʕ++p̻][[ǻ秭z@6nPR.ڎkddwFMDgL[?!:-X.!np VHHHzz:k pa"jkk#ɔƻ4+cCh+X8A L XL XL X%f&2D/֙wy ,X`6>YXdt2O_;oL7lBD,faMve8x(NBO/hf1 6N"o=S,faѦM#XIJJr^★eϋddd13(y&2ǂ.kSRRRRR۹/~Gnݺa]v^: &&jzԦje~M`l{\EM5ː( & RPL XL XL XL XL XL XL XL|dA\OIENDB`PKGLZb) image62.pngPNG  IHDR":9bKGD `IDATxlO'n5a[6"?4D(Qb!%!E68p85eFLq D |@FٚȖ5Yqxڧ^߻{zM$0Z,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&͘1#µI %UUUNSm5 XXbnp(V'K.s=v=##'FA^^HLL\vi'|̙3ѣGƅs`E~w8---UUUwygkkkZZ-*B!^SSqFDh?/cmvv[]]})5r`错|rk{3gQFFFee%yBKp8ltMOOO:nݺ͛77440++"pXÇ~?ډ̟?n>}jEXYfͬY.\jjjNgiii$k.]T\\~ٳgdžI&9իU۸q9sLr]wy}] DE`y<[XXȻX o$0`VWh--F2  S88%1第b %Ijll$6"jjjJMMMKK[x Ϟdvk}8Z1.I.}'DRdZJN{mǨz?#\YɨW ɞ)5Up!vy—КEǏӡC=aT%Ŕ7ClfTYIeet' 5"Q1k֐I{DێQ},.\ Z[)=gt^}gҏ׶ i\ rHS!`PwdiUP:y)">**gU cCKΝ XrLU{E>pOHSI mm;F#XP(777 _cݭ>cэ4o8@K-d4+_69M *륇yq3^GCAXڿwb+X:!(ʹkl6^#"×X4p]h׫7ÑX$Iߘxvء`uy$UmyTL0T*4@DUUKѴ0\(-??O)͙3Fqum***_2\LOy,!8 A&NF}Dp(T SVV_ ޽{޼yAT X!X*yOXa{, @F6t,B5:*yKA kh'6q3TXB40_!z|Y W2 0jThp G6Qc| E9K80{Wfqc577( M۫[oofKNNeK,lnn6H،Fn:v؅!|Mӓ3O~GDO?vuuq z^"zWԟ„WxmWhqV5+WseuTXKh !X5B5c(yW;X L X#D8B},ccKÅ׍d;c۝`.^Ȼ"I`uttO>v"V<OOO-,,] DE`ʼnU7` 0jU1` */ d4D,pzYnw"X`%%%zv`Mλ$IDFDMMMiii/]h#wpxɣC!, &,`&,`&,` qA3YX"oi2yu]\}[ޟ,,:d:mb,X0k֬!XL XL XL XL XL XL XL XL XL XL XL XL XL X9zVSill\lYDDM&Ӊ'A 'UUUFQxמ={^x+Vر#,,̙32v/ X^2R> =21AiiT[Ky]O?=s̈~ݖ,E@mLoŻ|8jZ򆆆***"""^z̙3W.I,so9㏉رc+WXzewz n  ek׮MJJr%??ܹ.7ƍ>jݕ+BL0<γ)W:::,X?{KN<ڻwy]6c [f̘!QQQ[l,˶m۾;٬ ]bllo-a{i0sdd~.rgg ###.\ 知[A$`oDv Xiii+Wt套^2 ccc񜜜]v͛7O!K>Kiml1g$]A kf`Nhmv fp AW,`8@X"^RZZrcxbۥBWx9XPk\_Q#vuX%4 !X5Ikk0KG'6t8]+0`Mڗ~%F'cIr]Å֕e;豈nj2BCC COO@&m.&&d2|`ARXXȻz@6|nPR.ڎ͛x21njiiqnr9 t["##srrx=;  DNDMMMqqqK,]xG[liӦM@ ~D[R`&,`&,`&,'4X6!~#Мm2?~Y"Mx(Oyc͛]vQww,VaMvey(NBoOhf 6.$o=[,VaѦ-#X޺vZff-UX}^\eҥ᭭UUUf_~Wm+C;,Xޞr{Aof^)!~,oOhv=UXdGgfVaѦ-#2,VaMve8uAgw߭onnv f͚USSEٗ;|p```mmxuʕŻw޷o͛FАWmVDqzju $b6,C{, L ,`&,`&,`&,`&,`&,`&,`&,`⿁ѕ3SIENDB`PKGLg// image64.pngPNG  IHDR":9bKGD IDATx]PT(CH#.A)HSMoc6S3yQNrafe^R٬aP78"RIb4aڴp?iYgϞgg{쳿rγgs$I`9!XL XL XL XL XL XL XL XL XL XL XL XL XL X|76mޕ+WZX0w 'iiiVջ|ǎ7n޼t믿|P'+K,f)o' U]"®00nR$I*,,BOOφ n՚r7n)'+qqq.]NSSӕ+W6m4^#k֬\SS3}tŪb~,?mmm;Ϟ=fee姟~:007mZ߿yΏhǎ>ˇbbb*++U;o޼Yfttt3Kb 'O<駟1c޽e X:<> GFF+Q]]9C]ǣy1ӹ`SN=EKٻwZϟ7V18&+VHII;wn|||[[^~e:}$Iꇯzzz***9sDDDչŋ3.ޛPUU)W(((Po7ǒ' hǨz'֮P"joo'Ƥ<{||xwZE}FcT=k4iRá(룜r:)*/o_bm"## Wr2egZ7Z>֨6{ׯz1+'4[{rr쫅kW-V))t̻0``:rwa5a`1{i< khnx+0]]x1]B~ Xi+3㩥%vGX֨>-MPc;F#& vZE*'3 +++NWRRO?˂x"sx!6?BKVUUŽ;=йsoeq^MG?a/>C"jjjooQQQߕO8ADNgԫhmmո}ЎQGyY?Ayy̙3KJJJfϞweon޼qr6{72"J?ՃW:;;Krrrr-S/eЪU8Ry^:e)SHt+u]/p8o~I.멮w"cI6mچ KvEDNsǎ7^[otuu yo*$ihhHcjDŋ~V;s挖 k6}9s,[Ld۶m֭[ZweFwLgNh;F`1feeuvv*?{p!Yjk hǨzV[>wMC's?l=*&.G7ZCR0];ztB͚EN'-vmdZ]0,h@`ih Hщ8@J$Zvϟ?pp{M D%[m+xס`f h8b>iFE7GuիO>]#\x_~Qy8[,r)eH D?wMr2͞MNjHH`4p]n>==v(+X$cgΝ/V.\PHK[s "i׮i[wQz'̌Ǐ{l߾͛*c },!8 V@ 'ځM 5 `Wכ#G200u/rٳWR; [,b X5J5c(yW; L XD;},WZ`B`0P9i G]_|1s̢"fjjjqq]Oium>#Z;\`Q́tԄfBCɂ%f [x<䅡Pwͦ1r2EA^8uk׮)WvbIHH X lR#7dee}c$C sssM7$oVkZnweۭp87P|&g xB G<ױRa6`(F`I6t8C]:`*0` TΝ;Mf_7Ҕ`EDt:lb٢-˗yW:DƻXw-!V=>H`B@cԀ z܂5<<<-Dhp VKKa2܂w"`zv`Mλ$I DNDIIIK[4iRyH4L XL XL!X:Nhf1 6!~XGOh?fknnp}hd0' uޘسg볘%6ٕ{b83 =,,:d: @EGa4fcիS.2,,vٳ>3(&2f fK\򼼼<ҢEԼjSC4!0 V'4],,: `t`zBsfafMG25YXj]c:``oڴ{SNIIIΝ;>,\lSO=w QQQiii2t'3Cn-qiiCX¢f( &R @  @  @  @  @  @  @  IaVIENDB`PKGLEE image65.pngPNG  IHDR":9bKGD IDATxlWݏ'G1B:2E3M`jC115 pQ 1!""ۀ1u@e7 mq;{_=DQ$%0& @  @  @  @  @  @  @  @  @  @  @  @  @ +"4e ^hb̴l_}^]D'6mZmX~Ew}۶mkllEQr@ݻz{{uݺu Iw}>jӰ0:8O^7111++K566/]tڴi&g~:NBuuuzzzFFƒ%K+V$''755]paxx׃6o~Z[[^V@CzdƇ_r577gff{< KaaIҜNgv^ mmmZu\7"7xC_\\\SSk׮˗|A;w￿5Ԉ,OpBvCCjuV555AvW\9uT"*..޸qX ~A===ʕ+XTTu{nڵNSNko=OUUtwڴi'OuV`#Gfҍ7LSN賾p4"O=Taa9sfsww~jZVZ /־&t-S!7U~]D3g@W`qa4yyOV8O,jk饗4~ڨ+HwR ՘Gnߎ+/-[G(`7 RqV᪬GUhGpwŨ/)!^ c2>&\ȃ_|1777##]K/6jkk[ZZ222y'xɓRB^PE >.}m6"ڿt… )))k׮ rˡ*}-Z,X՟4xb+ܽ{wQQт .ܵkWG-Zyyy)* XQ?`7CB^ yXRB;jGNx2rsL{6$z!:vL~R Xb#?Y:TSC^c6s&ݸA|)Kaq1Ί  t*gQ?;Dt*Y42BI<]EV+y&ǽ RNS.XOBT]$I8@J|>fc388~"q3".ZNл2F>m&rQMB Uܾ-7n6_BeBt_R0 QEԮ:UjTVٳٱCq^K`lNLssՙ3g?$ݖf\~]QU Dl}ѭXZ!0KGq ^OIfϞٳ'd---7o 3]o‘w'!? VTUہM UMI`Wghhh͚5}뭮޼y>!VrV돷X:'VCA kok0K x]Y::= P,`ہM Xayez QByô[SkV o VtѦ^*ӿ$1N[e+Tgkٙ##-ͽ||˗/ }?;o6JJJ>]ED6lAB3 _vy'3:>0pB kok0K x]Y::= P,`ۏq#F'c1 َ.?!'YznOMMܹsz+Xyyyv]@L r\ zbW(7`~m5¨hO`O d6X(8bb<S0݂t"n2z=;]ŝ;wQOOuttX,y5_ )G 0`0`0a`)8Ed 'yu]ff8pYTaQ&b0ni{7&FGG7o&gφ_Ed׍hꌰ+fUXɴ'y!XbQEAqT F#5222w\@W*, ڌb0 Y=Y*, ڌb0Jh-ZU1^1t:/_ND[lq:?S^oYYYaag}cǎ9sX,@>11qŋX>hkk{RRRVpTmj DuFI\__!,iSn(&©Ľx4`0`0`0`0`0`0`0`kS=IENDB`PKGLց image66.pngPNG  IHDR":9bKGDUIDATxoL[U_1eQ $"阃b Eoƙm/|ᲨY2$g8g2u(?e19p8( m;{;(j/_=$hL XL XL XL XL XL XL XL XL XL XL XL XL X哯Zwe˖W8{իFc\\\UU "wBImmlnzqڵ<@CC={Ν;ͩp+"ײ7nHw;;;u:޽{AP蟩)~bbb999fĉ[ﯪJJJ7n`ip(Caa׍Fcii}ӥ6M~d$ .xly444t)ƼAsOG]jUTTT{{{mmmdddggd"_~%,,FFFfn2 vv^?|-[<},IgΜ!]vIw^Zu-ZDDmsss/_^WW7߈M,֬Y㺻gΩ2..p~gV/4 )))Gts=oz~a~HçBlذ!999'''&&f_y|0,,nݺ~WWW?aaavG ޻PSSn6n:44k___qqqll^gff<3>>e˖LѸd'IN7c0`0`0`0`0`0`0`bjn۶`0t+W($V?_PP/eXFFF+++y"VJbLhPk[¥K l._|/@qy\ z{{lJ$v ,7ǮדHぶV!֡tJED--- &iʕAxto=+9(..v*w8/V:g~=s¼x8bÅ hxw'1[GG gKq;jGb ~(nz]]{,,_NλATF;! c,a2hb""83BXXحs`#5Vޝ ,\42B;j;mhhH))Ca , 8ҎZ.}ꩧ.]]VVv\pea@AnDGGEEEϟhEf2{۱ȑ#D*ݽzjDDīqeS/Ggޮx^=ЎZq [qY?MRRRK= |뵓vFF:}rzqzzzKۤ0***::zӦMR]d$-Ya1Xnn|4;xS/[,˂KLaJJ10c9N+<OTTT'O[pC'w+?(t[ނk~9e-nK}p56##Tdǎ:njjʗgMZƍlGv$oGXYYY===%.\=r8A+ *&9Sҡ  +++Μ9#lmm}<’X a~n?x j_~eyy|P]]MDeee^NLLHHHx_%9y'yv^ ncccFcIIIOOO---DtQֳ?;srThGH%zcYG]- r8(:Eƥ!/<q-[U1& JBumH7cɄ"0"тQE$%ŋ ̥8!D$+B £Rh6сC!>XrS(J]TPa;6J]J' ny_棁3&-Xmmm~p "D n),,Xwy ""ɴrJ]]XxRI4L XL XLh!X .hf1 m2톄EbyWFyŊ~볘EAL'5Q_p獉7oJ78@DYWk:- ,, d: ,EA!4Zckll,77W5 _faYjUTTT{{{mmb5_m8B,X^q}튊իWݻW_m*n#Ăg1 6Ch2B,X^YXB(OLњ,,~ɮs:ݠ`455555=DT__wͷfNNN~srr\ܝ:ujѢEǎn޼nhhx#""f_m_i!Xv}&,faf05Q.M&'H!,`&,`&,`&,`&,`&,`&,`&,`^ f jIENDB`PKGL image67.pngPNG  IHDR":9bKGD IDATx]H3-4 1M{J ꢋ!袈..7.R-+&TJ7KUrWr1w'iggg>;u=, lQ {B$, `  H X@@$, `  H X@@$, `  H X@@$,^MWX E ^C>tޥ C.\knnV~aĉv[Pp(4ӦM[tr733ի]^^>eÑf͚_ZX,Ѽ H%999MMM? ~uɌަA 2b`` //O$))Iϟ? okk;s%`!˲$I{o߾ϛ76AeDrrS/|$%&&\v/[:'''++֪2!"]633Sdʕf~ԳgvNcQVVCǏW^y=zp<Fpߟӧ Rё1l7Ξ=;**ٳ<(**Rux2#U___EEEbbI/_9j?޺u9s&M\k׮Y\*c $, `  H X@@$, `  H X@bTVV:XI޿ϻ"0H`uuu]r%%%tD`\~]VVƻ%V=`H `ohwo78-qe`  5M8%á0իWKh` ϗh"֡P円XGGc1---##c…<{BB>E!@ &&fRۭ(IUBEGG 0 }6%Azt b xm챀$4գXcҀ> $&]^%Aztk :ywJJMMB0~^Fdɒ%'fee)u@z ]'߹s13]Oa֫hmm56)XPk?~Ȗ -~Fmգ yF>ϟ{Haaa\\\||u޾}K]!P c?}2cl;v(**kmmu\}8E}MMM-//W/fy<>Vir޽ګ߿_My/_wRn|R/_(7F_<nA"ٳg޽[$OӧO/..^Ǭm~¬Ҕzx٩^3g<*X6RQ1գ ytMwoܸx,X@]$|ɷo^jŋ+**c+V:ujnnnBBB[[ۙ3gҴ^;nǂíɍK.)wkjjmz8Aj"׍KqVhbDGz'Ơ}, H X!]FňV.bu{A]:`+.XB4h'$EGz'~df§kbhBrxmׯ_ɓ+W~͛7K>2fhDFzt+XIII%Ae5xm3X---I*dϧ^I-Z4} ډ͈>AjG\8,Whޢ.(w{zzGUUը+~]۷oSX*" m?6+k=; $F`M6t8C]:`+@BD8C}, cw[Åe;c1Ƙ㩬t:$wE`XrJJJ] Xr\nw-0&b+*Jz0@aր c=nR_hG?fkA`܂PXXفXwYcƴ . @ 3laii2$"X R `  H X@C \L1 Km~XgލQ.h.((p:ht2|!Ʊcc޽^b]mҕwB4SbM`_m`E1 6#h2k`` //O$8 _Wfa)**kmmu\fP&]∰`齠yeYZϟ?_]ZZtŋ8qȑ#ti!a! G]bmFd0DX^l,,ڌ`S(0?ZS¢M2Fuw}}}}}͛cNə:usrss҂555M0ݒ-[?~ٳ۷o8qbVVզee&C~=qiiC(fah2 osd 1O, `  H X@@$, `  H X@@bcIENDB`PKGL.M M image68.pngPNG  IHDR":9bKGD IDATx_lS׌mKb$Yd2TehaD1/ xFb8h l!gb4&l‚C8mg}{\go~צi!& X X@,,``  X X@,,``  X X@,,``  X X2رvlsɮH9ǎ[d],3<ؘkhh],322nCCC[n]|n/++{衇\W"d`}<~юP($(vp8s-[K?X+;;rW^[rR},v>߻woUUlnn]Q* XJKK{@ pԩG}t׮]mmmb`ʕ+x ~iٵC Mӎ?ND}}}Dp8׭[wÚCCC=XEEEFFFkkk8$b$.Oߒ^w/_~ꩧVXhѢo|ǩ/8l @,,``  X X@,,``  X,2 `j D =@e ,0n/&e  v0uv lR^˜g oRH` ogl-\j yCAAvVr=R5>dgg߰|>gljx55[vdm9-_.NJێ_cG uw"0 d kT^.I,F1~*)_Nln_YX]!50!X1&劶?%)Q ))&D$/+wރOVeeeӧOvm3D")r)p]q}FD.\ܼy+G"~뮻E**LuH JJJZZZZ[[].v:::233=?߶m:} _""Q?y"4MpKӴ@ XXXhѢ7GNDG655UWWfee9Χ~ztttEm;H?HۼY@;#+X*M'^:p@v> -3Є`1Y%t{Q|;"ʑCމ VZZvcY 4!X^)m/}5*̙kBzcFON֣t !dgrvD#%b…n2c ku@_'Y„5kW^yE!zH=zuJ&mHb6 BR]8А"#ke˖qdd$~wg)iK#")A %͝*̥#xQQQ ы~?) ifgϞΞ=$W+WU$q"z_""}8 ~>~HD6m*))q\===\lYOO0x 1`- i'5tV[7+Vjk0J"T]Q:nw X X1_CCZ )j+#Cz4| !jUI=i,d>fc#&#-X]]]!#-X3BːZYkvq"#vQ\\n:٥Ab:WDoXz!ѐF X  X X@efYX&k:yu5kָof9fa1&d0nR{7SSS#?x}YXjDpV&zA3,,&d FEVV8fa1fMcX_jU,,>²~f{ J W:,X^{ロٙ(4͐ |===w8@D  [VVFD/_ŋ7mڴpBјCݸqC"Ŋ]OD??{edd =zr[c͔SRRV9sv}mٲEHy`5#7oܸqHkkTQLLLAAAmm_U^^~]w_;y֭[?}tt"|7UP K&&$$M)]]]O=566֦n{Æ 'O cccF_d*L;ǒc۶m޺uիW?3K.]bŸ%/^X]]#DEE566x@U':)//oܱc%_e˖ܸ/BՇ gށ,,``  X X@,,``  X X n߹sd5 }}}+ރL&ѵh+XfyppbTUUfD[V= H`` =+4[d2Kr\2toWoA9Bccj#嗑?٬v=BhP(IҡC222VZڕi^wB[C=OLL̸+++-Kg z{ڽT]=VtttDDDDY9u#DdDBCt-[JEmTr*'-]* X***"Ag+@XX2zc }uh6R23Q'ޒ)EDҨ.T{م 4oT `)5)v=l=B X~LXrT=BD@dJcRm-^-`zc9G}4%%%!!aڵdKk*T㡎uKh۽fQWWꫯ9s;VPYYYFBngRVE%0pO}~":~KΝO]o!VԫlQ-P_~_dff硟K 9ikqS޼ys'$$lܸ箐6.ac9q%''Ktq vmO>diii||f7{I抮C} lڴ)^{vg d/^ {GaMقӧ}-HEE׈|B8(TTT>3 o/jJ塗QjaJsωGTXyyy݁wy`PG!tl6g"z{5"|ׯ_tax+W.Ϭ@|.,,v+=Aj;;;cǎ[?&k.Z 11}߾}iii^VZv58*n\R]]f͚nߟO>ޭ+,,LJJںu+*?A$_/u4jj()^d zz֚,e3|(9(9Ydc(s(=}F(ڿZ[O=ޜ:E+q,.NV GܺEVtl6ZD=Bh. v_]:u3NQ$uLk ɖ3n7qL RŸ"ʕ+!XSCg k^Rm"%jhP(oS^ A RdI"uTKG1N3!vEF/Rj!)Ik$IޘC0{ `u/Isƍ]EX-ђ%d̤_ Q:[ qy*77w---GjjjFFFB ڧBMwBV8tD#"!N;788k׮rݻw塟``ɇ`λxZ%X!`` ˏo.`ͥ#!E=tAW,``i&N >Vzc g'W<ǗE|S0_Rb֎Џc.-#{*蝯>X,555~l7 /m U3:ʮYDm%XV59ņ CRRҔ w}VU"Cډ͈>A醼~a㒡 &ގܻď>Na ,d:&3&#,XV5¡3‚t"膰`%&&Z;pV]CQgg'577eddZJtim}Wxbbb=XYY D[ R``  X XCd\1 d-KE:.梢"tĉ)瘅EFMQػw/]p!&_>nPhu2y!X★EF4 zctX",,}; Kiii||f7fP M2#‚A$iג{oWVV^xjSSYvDX½9h3&!‚ͪ" F?GkYXjDnCƚ{1"z~ɖw\- |=ztΜ9ޭؼy[oа}sfee9T Dqzힸ' YXBfpi2'HA@,,``  X X@,,``  X Xe6AOIENDB`PKGLl image70.pngPNG  IHDR":9bKGD IDATxkL[_؀nȮ26[sQ3IbL413a243fB6Lcsqn11er1b[v|qjO=r1IDj ],,``  X X@,,``  X X@,,``  X X@,,``)??SVu֬Y%??QtQ*ơ7YYYΝ{GD&uuu=ofyyZB$$$Μ9_oߞ`6V֭[o޼qáPp8sN=-KOOO}}ԸT$P*33Sކ gϞ4LԸ6Ruppڵk?N<>~UV egg/]T:l#Z7n_~yDdZKKK5.OK999uZ[[z-"Ҥ(PQ}}}MMM=G-]l6_x:]B%|˗Ϟ=СCnzwǯUPP /,^8$$rmܸQ&z***233cccf>XPPs͡;wDDD̞=fj\T,@,,``  X X@,,``  X+X0###<ݞ/}+$D_bx#,0l6OoQJ@,#tbDL&šs]^bѸ={!u($ZZZ.>>bh- l6z{=ѣe˽S>`Aڰ 駵x.Q'+Xd 94kOCtQ[KJ CIsmݪi=B X=== ٳyLQa};v̝;7***77h4P3} /))ڻwOvG K XۙAu=XmmmK-[>222C"##mrW:qbtH>ʕ+̙3GV^kFFF655l߲ij7Ot>m߾{|@D㞏hϞ=W襽{ݔK.ݸqcۗ.]$ƍݳٯ:;ɶ 0ֈ^oOϺxM6y/ٵkd{Qn;N'].Qbcy/xE}rݚ s-YBVz`V~~~ww|P# :n~p8{1"UWϋ.B[].WZZ?'HGKK?y͛>\PP@D+Vnnnϟ5+,p<ᶷ &&&"""''mOuuuDW_wKJJbbbBCC^y啞{֫`:AZ_/l-O들=֫ҢEkg9X`;G )W7Lggΐ*,U!XtU5FC;D " _(.NdBҴzCQ:DUUsPwoQX-_.!t >;4m&͆*ÿdSPv Pq͆'j㨹jllE^8wAM&SLL=\n]rrrccEA}T ?w%CrO6.1w_|n\TTse}n;)4xK|g^mGx<#c凑iF`Amt Fλ較 XۗA%z'c>xņlG#Oiv""r8&StE^YY!}f|ѵ+X!! ,Aj 0j;QB&3l"8cb<‚0a9 CXD=;pW]"jii!xŒ)4+t3gμka^^<$@,,`a`)cɷZLE:|AszzzFF9faQ&d0ni;o,FGGD}YXj1nP(hu2y!X★EAA4Fcj```ʕKfa,,k׮ljj*++lϟk+C?,X^s}I&-5k֬Y#[~?'|ޫԦL `zA9faQfM@+ 5EAA4 e5ɏ&_:``ݹs_$3gL\lYbbCVX?6]}}3kM^z饏?ZXXXRRR@mjVm:#ry,,~Բ D]4XL X X@,,``  X X@,,`uWwpdIENDB`PKGL|̞ image71.pngPNG  IHDR":9bKGD IDATxLUE~DL1p?L#"\ dR˖jjPV6?jcFͶfH,xu|{8{|}<>I@k! sB,,``  X X@,,``  X X@,,``  X X@,ZjbY~Bܹs 1KM6{aaak1K7x#))_Tڵkk֬1cFDDDRRSO=߯O. XE$A|>C=TTT$ߴZ֭uOcX>_qƀ#vٳg=RSS|́|P AtZj]vmooGGK/4}t"JJJ*++ӿf!X+QcsssQQUVVV( _nF-yyyK.}.\p_I"##KJJ&ҍ5eʔ)3f̸cڵkk׮;wnHHHee}')U Wlly>ׯ|癙bX;@,,``  X X@,,``  X XXr\[nlի+ǏO:f&XN@t-0) VHF  XaWDD]-j e`y<Lb˸߲]+W!alGcu$UWWQSS$$$$&&.YDG؎C6с{U=BkENS^:t͊zqu 5ADq8h.Ehca 9{(?!Љ+\V oYԋo ._,joH+6ndI@0!cn";YPw{PW8>XofϦgi<ngÌբ\lG٩g;55AA:ZVuxc,GEEcyiM6M Jz:ذz/_vKKK~K.ɫa<99Y9""B!W{D{cǎQmm|۷ouozE}}>RlեG=:ţb oٲeͤ/B^ --MvիiC- ,hkkuXwȰZQQQO?o]nݢWE}ӳh"-qqq$矑#>wټysffj////^ ꫿PQA<)}i֬Yw!"5};"*))Qmk.aJkkk__M_?J'0rq[566˭93N r CaYQΝ㿥bȣq͚5+;;[y^;7' ۷GTX)))---[~9sGtr,2*. >S#7n>䓣o8qr=E%jmg].{޴?㭷ޒO\&y<~ԩ+V|'D;s膆CM>!!!A9G:=GT\ {qtn ccc˗ >SfiiiZZZlllhhhrr :;;m_gz^-)8֕k~\\A%_)Z[Kf**GJ k,I{|Y:+m۶}'##p<wA X!X 0xhc#KX`*@鼖n` y- ^ `` kNl`c)0 ޅ^!_D/cvtxG i5+h 鰖v`V@S ?#ӹs3g|/$4V}>_y>D8Z{{{wX,6c͚5N"fP tCJJGn#]PunG CѣGܹs͎m۶t:_W~E`B3aBduCh !Xf5cF]Y:aw0 X XÌqPm X 0oݦlG3kGivp""r\[nlի+ǏO:f&XN@t-0) VHF nЇV.ڎkpp Θ`p`: LCX322D=:p3]j"jjj"%K. c }>_XX)D,0 @,,`` 3KLM2d/6֙wu m6ٳgݟcm.k=} v9Va M2h ]a4s¢M`_m`cmb0*aEoZe˫dffZr~;VP M2#Ȃͣ/Iį%_xŋ-[tҽ{ԦL `zAs¢ Z F V4 6h15t/X%6I3UUUUUUׯ'WUU}cx,X0s#GTVV&$$ -sw)STTT7srr^x7n ONNv[_͙!X^w8??_.(g_md`q7  X@,,``  X X@,,``=IENDB`PKGLP image72.pngPNG  IHDR":9bKGD IDATxLuϑp@$E~y"lL֝hj&$ flt-+͖M@iURkHlfjkh;|i=W}wO<966q3>jժȦ;ܹs t\fzBJFY;s 5=={ﭪjmmո0,u,Zhݺu>or8?())Bڄ@]nd2)11===O?Ν;kkk5.O{nW_}t:~aZlYEElnkkNP'xb…iiiɯ5^ZPP3Ϥ=zr_^&z_322bbb̙ /tww\ڵk۷o_dIDDwmپ X@,,``  X X@,,`` }tZp%"PH_쬩ZkYWl6[oon] ̊z@1FWh6ooQL@,#kll ئ3nN0d;B X1B_BIꈨV\GGG!5vNZkd׳Q/C)%ezqǚܬv_[駟~S!Y7Th B ˗f6ZîSRBJ kX t<:V=Ba'b]Mw/mڤZܹsrrr.^8ݚ\_~I!U ].׆ ˣݻf͚˳at[͵<6FvQU1X{O>N>-_?vsoOgԤ};Rn.c=ž6oޜ$''g>Wkxx͛3|QJRGCzqX{Ijjjgg7KVVVdddTT͛\]@oA[҃?=={Ill$I׮] ]w/{ϵl|εlJǏO>`ܛymٲ{[oEDN?ײtOmϞ=ݔK. zz$_t$I򅩫ݲ/2V^jr Fy>?jJJJvv]vL\jvow;.K b466z/ikk{}3ײ4]sӡC?P;ip4//p;5"믿N>i_͵t**(3֬]'.+##y7NE:ujƍ~iAALkyCPM˗Sc#w'`wSPPaÆvMDtaZֳmkiW6oTYNmh&7ҬdA&ITXH{j*,|֭5u ;G=BMďc UWk AYYti":FVTDR%5iΉt z@&twwގMTQAaaBss믅λr BgC RNz% Dրo Dթ{hϺZbE__I[G|zEe hޞ$IǎI-6#{ꩧΞ=p8Wv\Wv;޽Ch,x  lGx*#|ֱ?Bm( w?yCA5Ao?F蝠X╕!YWCiv""r:V5<m|aD_c+#DuFzB3,, d FIFV8faQfMXOOO^♅e˳Z*22f;wn JW~Y=$\Lrnnڵky䑪~{TpA@Oh>,, ``zBf(h3&QBof՚c+c*Q7o>sD{ӭ?66p?ѣiiiiN{ݲ޷=y.`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,/_O>ͺ"ϺOUSS+deeUTTutt .JA4k3">%%%;v`]BѡPr^oڵ{V]`3>2  '|ұ$++ktto&)++299YF e%FRRpN*{ϯYf˖- Kg}K"##hѢ?P^pD%%%?ş~:}WXXnݺ//l6cjyWkQQQ>>>-ڳgFGG_~D?? 7\*t杠>AA"((X`,EPP AA"((X`,EP(+XezW`8p ,,L׳̉e0L&S~~>ZȜ(+X.OODo$AA"(0P"XjjAl3h4LUIѪl e 9;t@cccDDDttedx@UÄvoo) L&4e EaqP8ǚ֦vPgXhEfs'ձ.Mj{u"\ -- bOi}[`:ضMdRg]{Meؿ_| 6NgGᳮ=<= ?>vŞTrͽqX6n=T1Dt%SY ްn T<"*;3ٳ j>o3yIPrAQH*+lUUUʕ+;::fzhtmV]@v6a_|455wo-[\~wUfr))͛R#[y 66yINN΃>reG_>111˧`EDp7j:;;{zzn޼9C O -xEx]x֥H522$$$Q__)+s=6m7F`0;wΣ߆ u%]yIee%X,;>[o 6Kۺus7kllqO.Wc gϺBc#55XhDD W![&$$^yɛohnܸ1ŭZJx&[;CC\l,wV=JJJt^r…x`q%.ېKGLL P\ +V z 455=.Ww;fXx "Y1 غul?AjX_@NNNLLLJJJ```[[g}!<+6ͅV|m~~~ٝNj߭JKK ?N۸qKؾTBWr=ף#[6mɒ%Îkl!RX]]ߡ$rSe3 D n}a]]6{~~ǒz?=Vi)ì>O D I5wͮ]G@m\ۡt$3221QgdPQw/u0e8qcr4;c%k׮9*jZ8uFd58FnQV$11?~cIYYYUU) D [%y&u8: i544TZZ`Zӷoȝ~ڇ%%KuSZ߈XKP $̥#m;LP&)g.iaB ^ ;Q AAt1c Ps+ |2yմ#[o.X`ժUG~?vmSH5*Fi0AN.ya=Xn +ܵkd*++ lِdoÿVv'By+]8RZ[[C CCC\ڕ+W4Mpp\|y\\\kkE PډM>A*醤~i)P|iiil ]?hV---ufsk2w~ ^bqhBS| ۑ-N uc P.D"((X6F騄F(ƨ.:DU(XkҾcW^^vPg]*ۡ=bټy^h4+"")+X=== ӻ5;Qe`0 L|ֵ9QVUH!Հ #?fw,d6f3&,XQ8TY\B$,X鬞`SVC@{{;466FDDDGG/[ui=n{{{OY&DY"A'H AA"((X`j 1fa}e_䭬34/YD777q}YXD:Dzq௿^c+m"95 ݽcmN"o5]hӃ&A },w:/q2YX222fh4 Ν2[m╡,w/hv>q|ҥK.oeffX>p^ͭ6EַZ111uuuLIIpLswĉy۷z;v־>>>:nxxح6e+C6e٦1 @r!zH.M&(D,EPP AA"((X`,EPP AA"((X\cIENDB`PKGL~w~ image74.pngPNG  IHDR":9bKGD IDATxLסx!PAB5FPwY)!)֚mI--ʭ&iRG`n4IYxL>?Gy݇Ͻu{sM$DƄ`  X X@,,``  X X@,,``  X X@,,``  X XJF]L]@HڴiSqq \% b LիWGp(,Ijkkv{JJʘ+\|yŊr~$I._\TTr9s愅׻ŋkV(B$l'xBf'|/rJxxxjjvfub;},``  X X@,,``  X X@t:ׯ_oX"""L&ӥKDW +Xuuu3gμk ;}j9ѵ+Xaa ,,`a_f 2B\.gUC߹s َ_BB!B_BIKDD` =::ڐ!'<wQu53g;8t6n&JL]`֤\њ5Sg;ݴlI!4FJn{o1cƌ?c5駻&Z5k ҪU S%{v/Y2**j˖-/?Cf3wu6ҳ͢KQ{ݻwQSS+WM{cLj̙3A=ZM? K4<}:֞=TSC'OC.e2fZbE "r:|/BD6m_myNWWn$I=[p/5߫-Ι3gҥK6nh2{JNNΖ_Gm i_լGTXKΞ=㏏>h6R?e˨l6=X===ރ]ziٲecxsE w*жm/wׯ_O'HNgGG?~={QNNNbbbzzzttt{{Ν;^C38Hv;ZEee7.lhpvZQQQLLӗ,YScc#zVVVfddL:5))魷gj !'Hܑ^|QZmB{*.۷Lay QaRc#WBS:~D 4ݻijl;Q:\aZNsٟ }ũSz58E¡PS]]TXHv'H@GQn.mJ#:JMϧիDznyw(?RR諯~jr:\ITW'D(+4uu:xЀe讏5A8Au+;NF~xp(/СC.fUWW?Ad X!X2yOo}#KX`(@c0pB姷5cz]Q:.w0 X X~z86B},cW^^nv0g]!t_bDDDLK.WfΜiXD`Y־>QPP }+,L_bx#AfWkQў` ^2`11!a VttfM_wIKDD`ѥAp] ka^^wH4} 'H,,``  X XRpA3,,o /y̻2 333->,, d &m>mFuu5]xQ~}YXj `p( fYX:`q¢ F#5000%YXFwVUUeZO>} JAW~Xy%IYYYYYYyyy-zo߾m۶ՂjSC&X~Xy9faQfM@+ 5EA!4jZsT|e&t522PRRBD;vhhhhiio}˕7ק;rȔ)S{ݥKY?ywMTxrݣyyy2ᘅEM-PMԅKx4`  X X@,,``  X X@,dDk:oIENDB`PKGL~~ image75.pngPNG  IHDR":9bKGD3IDATx}PTU(zHY,1~իW UUUFDD}'R mFyjMHH0KS 0!!!>>>!!!cccNwww.X@FGG߼ySb@ذa͛^[o/֭;޽{͛g6e.D"##m_;mf65MMMq7`juuuO>O~~-}}}vgff&&&r)Hyyy111###-VtڸgӦM'ݻwU&Ocښj[~4444qTTTuuuooo[[[AAmz``s΍طAAAAAA.{nVξF0_|ꩧ{9V˽h]TT~8//zŲj*.eˊ{:zhFFFXXXPPвe˪GGG'6ڸqc||HHNV~8L`L XL XL XL XL XL XL XL(+X&4--O\rwE UWWƻeK <޵(+X^^ʪD L Xjڻ[2K 2͘6FqV8… k\DD*BYo >|Z[[h4GDD访sBYSVsss {i4zk%A\s0Ң~P:X.`80 c,0UA kTrϵk<ָׯ{J?@Jk$Ka6x矧V2(<|j?s &k_kܹseЃ ӺuM'ON*_6cX+**_zܹsհ'Q|<ӄ@Dt)ͫWΚ5k۶mNWDCH,B\P^.щ /ek׮rܒs=8ml֭[Ʀx;9ut11Bews:::,Yۓ%### 00pڵ.]b]}efoӖ-K6cK:n={ CCC~~~w4޼y+++u:ٳg=:r][XΝ[XX7 "4}"z]7رqy M_~ƍ&6_~e=j쬮"#>:/Acl-۷oh4ӹ… 333]j9`JWFbcg `1+LHHhjjr;})*۔K̮ZڴOQ4ۛ]vԩS?VM&('''222)))((ߟ?~KKKsjHgh֬X!)Nn{{{BCC:::2Dt͊Pg}S/ճ~G>a˖OJR&!)YXBIl˳ ^;GYO{ ~5:_hщ'[***nݺbXʁ1QBBBGG&!r(+XnMBҾ'H%zdVW__֭[?sٜgϞŋ %)ml1g8b# L X,C>.M&  @  @  @  @  @  @  @  /H/-#IENDB`PKGLE)) image76.pngPNG  IHDR":9bKGD IDATx}PTUߒf -6181ȴ+$Z DMa9d1ыS NY3&X 8` (c:2(.}7YVr=w_grٳ1@J ' @  @  @  @  @  @  @  @  @  @  @  @  @ KŋGDD?w>k>?#==ʕ+ۥ%.33322_d0JSpĒСCaaa]b6=>w\nnmf4ccc4 KNh4J̘1 ?ϖ-[L&SWWN* |400QOOlv\AAAҒ.h4رc՜Nr[]]]mmm+WtD$L*00blܸO>萦O;yjƍ%;;;_x9sQllG}rS@liit>ǎ{WRr`){Ònh4;*/|*O?MNN߿5k<#K;w.//駟7o^@@@eez衇o,9n3g|7CCC[lYvǒ:::۴4> 7n&,`&,`&,`&,`&,`&,`&,`&,ÑoZ ٳgydV+**"##V+h+X6nn L5~')Lah~E6.,ӉIl1 \1Ne=\ XcL&.B[BA\lnn&(ɴh"}uVښb?<<xlQ^9zxK,/x466.#8b X5Fk}#8C @W,`Ԣ\Z kLWW.B^t޽s罷wʕf arb=P-pϞ=~%KĻK.?jppPPg_ѽRL >L^ؕ?jmmMHHnY`A{{DIMM }'XCO=E۶Qi)iח("Dzqe3g|饗BBBJJJl6[SS__ZFjhޭsٳsss[>"r87|쯿JDob 6H)'O+xɓ 7a #GL HuhMȍk?y222[^u08QoΝtRewҷ\\*]+ C%ż*r񸸸AUr5z)9^G7 `tvv'5":|mmc=p8Ɍ ֭[k͜ɻA|r%%%]xHGss?p@VV֮](333&&b566رcΜ9QQQ^~ҹpVnڽKN v e˖KnqqqRRRxxif5knXRBk۷4_:oxz_Bڹ)#cJU9ښbDFyyMGRt4ȅ뱴fg={8U`I]s ZEK/Y:頏DF7Sp5B?B22>\Tq;O/sQ_q( G1*Ϯ9x< ttB5##a-_N۶ѦM4mfp_NZf̠]hM)+jjHG輫dh^{ y=&? QqH[ZhB|}H_{"NbL{'::*naf!:Zjs4 qfu႐#mmkhT(o6Rb"͟OR\֨N[1 QAJ]sߦg;i&"B[ }8f/[7c92^z6X țc𤰰PԩS/Iob j]+-=5*5m#G[cwy}F_z˿FUw)OBV|8>_j$}Dp*OOOt:SSSKKKnA@C@? G,/p]A k,8:^` lb3s ބ^!z~W(]G7{ (5+Fkp hy-/’PRRbٚ[Aɧ:5C;,X^챼 <%%%%%Edɒŋo޼HZ̧:eɮnCnwUUUUUժUh֭UUU\`ALLLyyyeeb]nrݻŻ?\VV/N>l6Tj͐O`\Gl/a :l},\ L܌ @  @  @  @  @  @  @  /QD~ _IENDB`PKGL7< image77.pngPNG  IHDR":9bKGD IDATxmlS_7fPH1[D6G&b!##Dg&c lbTā 8t[ >p/?m]syݞ~w{z{$I"L XL XL XL XL XL XL XL XL XL XL XL XL X˵qF՚d0.]4j۽f͚UV?G7`ȑ#Vu_^ʕ+z{{-[߯}?"A~|.^>N8!߽rJbbbeeƝ XaSP|M^^_+_|yӧO7?͛71oSxw@ C555 '%%Zysrrz{{<.̔$ihhhT^o[[[mmO>)/ K$ pLHHX,vJKK͛Ǻo`%!##cN޳gOQQlv8ZuSS BtvvΚ5k>䓾s=ӕ ZT; ˯^?w]vĉ{LQ{wFcgg'>j cHtQ" Fɔh""zGEEݻSSSӷn:˗/WTT %K$vkKHHn;NG b 8zxK,6XAmmml =c{, @DaX 0]A +H*\۫vðwz_/4ԩS5!i3rd]]]-YlٳgMv8,6{L.}QǏѹs"z ^Ekk-ˆ%ᅭ#b]`[/gxxN)))IIIIMM}'/=¯LD鯾ŋSRRZ[[fkoo鳿5S_gԩSW^dϞ=Dr&|\Z_W^N/ tww߸q#p7OnInܸ!ڄ-Μ93> ӧ[Ξ=,tkf0QԄf̘QZZZ. v\^xAϗnW^b>Ɗ^X>O)ͮaڹfΤ?5kq0VD}>_or=;s$ΥڵRRxiֻDSTT[WWW__oXL&S`anYYڵkw 6$&&fۭ 9#H< :5ʼ6ϪP/>snuuuqqqFFƔ)Sf/;ajm;lNoKRNT[+a5+XznޣߦuhvJO6XSa\ǎ֭TP@F˻7AIt}!=D' 5f`}+c,UҁTUEMUUQktz,Xvw-OBSH0:{6oi~ZTӧqSq'MB Uoizit^G&!㡚*,d:^yyICb+I*RNc#w57өSpPFp!ᆈ&!Nًo1jjGb$InNa<;vbu…IB$ߖgܼy3tWQ M<_}g UQ !0K'O͙3g̙}`ɶm۪oݺ[!Gz>V&9 !V": U.zׯ_ u\X|*@Y߲ew}xJJJjjj &:R`ER;0 {,c X$Z  j`g+t& l)gc) BWl_C C  q^aZbDk + Z:"c%cW~Ns۶m6-_6T%/[@ŏU7B^M¨{6{¬ CFΗ,Y2cƌ;@1}T ؅!lBъtqO?~'իWF-[]u:Do*?"v8̏+O}CUTTѪUrss-KZZZ[[[mmiL&S'zrlGx,=c@?B]& f`N6t8]+0`qL X 0oǎl =Ov""r\7nZIIIҥK{Q+X===GζZ"Vl6[,//'V jx# FM zmG{܂CO g6؝p VKKKW?CgkI܂VRRف5$=z:::d2,Zw 2bVF-h!b tH  @  @  C8Ed : X֓'ON>*,QɴLD}^ /ߨ!/*Ϣ KDmF@Duz(fUXhi1'y!XbQ%6cL0ƊC\e)))fQ! V'4$IKp… ʷv˗.]{QQ<$n#Ƃ Ϣ KmP1(X"=Y*,QC`Pj͢ KDmX7!Xonhhhhhx>hhh_﴾)**ͭX,&)P殩)>>ݲk۷6lHLL4n;65FDuz' aQEM-6QNM& @  @  @  @  @  @  @  UپIENDB`PKGL> > image78.pngPNG  IHDR":9bKGD IDATxLOUl@dXD!Ìh֊Mep ?d.LqdK6f&P2Ma?HslEec GlB'p>\ݻwc$6Mt,``  X X@,,``  X X@,,``  X X@,,`` + njFFFLk׮>wjBVQQ`Z;5!Xl.+777عSiӔV;ϝ;l6ϟ?tug L9?͛78`X:;;O:xDWJ}^oCCCYYY^^m,``  X X@,,``  X X@   M@E  X_l6 ["#xЉm<&IbW8Ր`X,,G} o!66֐.>/""⎉vr)dקQ+_ @AkDCC!ul`` kFhc 6P,``Pk.#5Ӑaf/ xy'fϞaÆoM5g jcl[8&&7\fͅ {HIIf />#"^~}̙;wsᚚ"jjj -+GxLªkOϟ_(4odff!؃ܜ?%==%YYY1116mr w {wS%IcYf=sWw86a}Ž3gN~~{?ʋ^}UfʥKϒ_tI&,A?OÅ\$K,Y~]vL&5leZw_a,6VZZZss/.\p~pL>O.z]ֽt؃!Ԉݸq |>'Ot?w%Au^offoHnwccoy䑣Gц ͛PVVАpJnޤi:ra+GmWWWAAA\\\TTԺu뚛gUWWѱcřqqq3fHIIy;;;',_OKsJ99ɓҭ[kfb]Lt8mDEEt=k)/l6*+3U Nr8h` Q]Q5˹qZW^ڶM"\.Z[i~Sɡ" ]ޝ9C%%O3/4w )*+ᠾ>ڱ>D)ֈAU΢L:|yRS^ziR8> Fx~^ >˯l"4uY:pjjhV*,TJF}*R%%tmFҬY뤒Sxn!z]ZR8s[Uvڱ-&Z!ַ1s{<'##bWTT{w}wWW)S_/K Ү]$Nt!JZFJMJJ74}wQ+G_sutt O_/_*ݶAz}JJif%Bꄨ"zoŋ>Ν-[NQMooo||NZ[bt9B'>B+X$'4={jmm,|fppST -[55K0|^(H}N.]`zxݻobmcXD` Qu4k' q<*ruww}W'++ X !X xOom#KX`(@Fm c{0#h+@ RR`6+0^!_Fcr4DŽ G+Fo Gm $xr\wl6[ g6T%|/ UGx!D5Xuuu~䉳g_d2MX'Nddd$&&swԩӧ?///ggΜTU#u:#vp¢Py &x4`  X X@,,``  X X@,֘g?IENDB`PKGLUыV image79.pngPNG  IHDR":9bKGD IDATx[L߂fB)rU I`C Tri%iR`jLJ[}0MM>Ph^F[D݂Z.J4PmS\`UP?Lea̎^f{vavq 5?ڄ`0`0`0`0`0`0`0`0`0`0`0`0`0`ybٳ`0t>gvOXb׮]VUą  RSS޽ۻlٲg322FFFbcc?<""#44T&+8NFYY>zرcDt!ٚBzOhEǻ ׯOk׶o裏QZn577QRRҴ>/"##Μ9cm,diwnݺc=SYͦ$XRw^~~X}}rJ)$sgʹl޴iSqqqRRRLLLiiқL3Ӯfmݺ5$$䧟~ԥK|M"*-Ƕmf`U+WOz}gg')},pW]]MDDTWWf"z׎?s7nTUU/[jՔ:׮]+,,|饗***vƍ4Pzv3Lڵ˽Ν;w^}Մ~h48qBޏ"LL XL XL XL XL XL XL XL+X—H`/^3A,844d6srrn ̉%|!"  ¸B^ HDXZf t:EIW\dE X"##5YGrH`MkѪ"5pLyd2fWtW` Pj堏5Muul``$RXMA kTp"I-t{yλj}-Z}噖ג%Kdh!Hi3v}V$$$?_"""fzIiiiLL [׳n!0z#GQcc#??[o5=]tɫSj _ O<antttfffMM޽3HIIdE0VWWה9zzzݻ7KӃCBB-̮pBܹ8e ޽{ڵFݧ~@.Ydb?۷Ox>{M㸑bVsa r},;C^Ԭbcc333jݹ~aT\\|~pZC!j]ӣt+''ߩ{iv8w;Ųzj֍1?oSRRnݺH-KGG?{-[B"^tirrrhhh[[#""Å>~ҙb+G`aaaXXXPP͛&#GwKJJRRR͛s΁YK)Tu`S:|--  K %`MRuNjl_(z]IZ!z'c9tPu5EGӋ/RA-_NQe+CTSC'NP\t[,_46FOT[KɔK3#eējݍJ+ :ETUE z5Q^=,E+T$͛tUUQs3_Oyyt -\8laRtS[mDu+x]B,._,zڲzH|AK< ._gmjb'y>Qr7#JKիUڿ,:|) 1nOMMZ  B$bөST]M7oRAҺu佴|ڌ8AmbZŋ\B|9܏?rN'Ujoŋ<3W^^-It$UVRh(P^D BslT_OwSTтT[KT\E|z.u jWˎɡfZB(B][,čMX]rRfO壣 *6nt?Lъb*m8|/)G]ݻdllL`>" DPu˫Aꡮ ę`W(khhf=/A X!XyWFc) [,b X5Ims`.P8KGa @4&Ij; CKX |hB p4SGxZpTbVGp\:B2aC+f޽{F'lH27_* w Ay+fSjHjiiYpѢEov]:.,,lւ֭miiv`ӧJy!11NIj+T$>=8Çܹs~^_TT4vl& w)r0_ikP:|--   @&mt FhF`y;h L XO XRށ4YGZ[Ru""X,{1 :OH VOOOyyŋ m9QWFАlQ-0' &5_hR j),zZ'f#&ڣXZZZ\C84F`M;4C`+:UWWQGGՅGFFYF馁w[dDQW@3p@  @  @ -K ,fa&f?[]GOhNMM5 MMM.b5N:yct7ʈWxyxU]3&xN$]'4EDM(~-C>WZ,,WgaYvmpppkkkiihloo2W55C=|,Xޞ<y~.yZZZZZd2mذa}캘W5Ef],,"jd0"X=YYXD`ĐP<ך,,^d wJnB++++++_y"/+++/\06-))iҥ|MEEErrrxx4wgΜ?v7++kǎ~CxXVj DrZnwL&ENS)&,`&,`&,`&,`&,`&,`&,`&{&IENDB`PKGLJ image80.pngPNG  IHDR":9bKGD IDATxLOZ~l0F @h 8̱?Ib3saqa0G9f\nd*t[2 6)J2-~r>whwO^߽{  YjW @,,``  X X@,,``  X X@,,``  X X@r6olZM&`|رc˵s 6'vڇ~h6=UUڛ#+,++WiFFC.x ޽{yk棏>:r/^nݺΝ;pǎ~WWTɎ14,˪UB:00/bٵkKEՆ-L&S^^ٳgChѢ={ :uꩧںukcc5T%nuɒ%Ks=v2'°p!"$4,6׮]t544oFp9Ν~srrf͚uA׻j*?vݻRSSF]wU]]}ԩ\tiÆ Ϸl|󍂟C9yhc  X X@,,``  X X@,,[$@ Vo1D[lnpTUU]m+[$CBѨDXzA' UB] l6UhkW(H"[RR.Q|[wv!O)j=|%VX~mmm,Gzc%[, X X~Zk2$` OQV*,A] =4{x>`5kS?… !Ȏ׻zĝ;w>C'O .++K|l4k,ψmݺ5?M5^T+G8$]~hѢ+VO-ʕ+k[ź,GRPP;>>>" ??]C)** "¥KL&M3ϛ7_HHHhmml1}-{_pNyrM#G^mo6SΜ9sɧ/Ϝ9#˗M[}%u,$XSYY8W_5 b+jZ+WGuuwC|uZqFD.\8|>rfs\<w%Av^oqqŋz-?u>j"ZfMfffaaaRRR[[ۧ~֖&pJgjvCCCW|/>-..NNN3gNVVƍ-_OrWLul$$4܂,``iw z m, hc XZ30@㥭;kppPsjtRK 9tG˗ϼQCm_F$]@K7nw['Xׯ_QK Pk+uwSn.?ҲeGg߼=}ktG(=hڋ|:"ngIIIIHH<})4rxlL8vL*+/.Y"̛'᫯BHJ[x959HO`vv锱v`3y!???xS24;^ ٷ#~M|:00`4kjjBz:"zץBOZ9P|5Wb9|[KOB-zנNhw z w h X> XRuY*[Gr""r\7oZ&`0]#{Tժv]`F,vGUUuVfd,Q|B[FMz-Gykbb"pzMEGLG`9Q-X!;!nri.¡CfsYYUh\4ֻnDC V@7pX X@,(.h%2Y!R"omyxAsIIj_c(d &u"?ebbbB|P__OD}}}sQ|՘:v^1 KeEzV8Fa & zhcEjdd(p(,wGaHHHhmml7Q|Ў V4_%/-----+V,_{wg( csE14Lb,X^Ь(,QCDCBY5(,W`jnC_ݻ=: 33iii577Ϟ=/VVV ޽{_z饸TQ!X^7xKl%EL%:.MRP,,``  X X@,,``  X XLq/T8IENDB`PKGLF| | image81.pngPNG  IHDR":9bKGD 1IDATxLOaP0aBũ K3b;Ѝ1mFcqK%8D0hh~A"MpC*[eЌ}8B+У-ޯG{<{ Rn,,``  X X@,,``  X X@,,``  X X@,,``v8pjfdd .D+`0k&!X1=vغuVD//==]i655p8룕rO[oe6=OwwWJBd ۷r钁@`ppȑ# :`ɠ,[2--^rJmm͛h*Z) |>#"cǎ.++X,mmm7YģΟ??䧟~m$:sO?MDVX+iӦ馛z{{$Vܼy믿n4Ϟ=Xk>VLA8~8 QWWd2[n]fͶm" ,X(r:@,,``  X X@,,``  X XB[ q VHVbE$m+[$@R ,,`qFQ7l*,ߏAl,{[%&8U XafYB[B!-ٺGb n; m MQk-A$q e=g{, c X Z},%}, X Xar¥zT`y<]֣ =t{yλ}G׮]k׮=Z_yyy d~L عsmmmzWm믿G[bF#w ~!Oӟy% Dt̙\b``@(/Pxĉo߾]|ZTTT[[gI? ***tY*؃5<<\ZZlttڵkVz衇o>-[" 222^f͓O>YSS900fN>Wߠyyyw\ra"rˮ{I"z礋E{i/bd7ܹs/_+sA|`qek+Al|% b%%%uuuK}Y U\\\[[+]Fm*--\ro}qpI`P!Z]ԣt؃U__răMLL<K^0_~v.FK. R=44$ǿѣDk׮#GL&׀tSm(plllYzΝ;ED"''gժUe߾}gz:)W=ʼŋ᳎== 7  X XaZ]Q:*CKX+@´6ttBkk0JGeK@t Ve 3;KF'O'ҐDhw*++^56҃c MN8MNC.94664[o%֯wM&裏zzzb.;xꩧZ[[%k^I Nx!E# (?,ڰ,2rr•vDD Nr\K?X+y KN'MLlij&&h|AϧfzڰL&Z+6fXrbwwkbF~%FFFJJJd F댍\tr GFNW w9BPOP_=J{;@TP thÂW+aBv?9I4_a8GxI0LQ:ZG0Lks`.)ӹK ..,W:C}6-o6d%Z/ ֠`p&P nqcF]vff&̌`ȉsEw}wqqqI}T ? 6IxRO6ξO|rF,":"z"yq0_aBA| (/:X%4܀,``imt FF`y; ,0}y_Bw>ܬzTϺ\J]փ=>pj0 .\PE mkttرc֭ZjVD[lSSS^h+X))j$ o$| k^Qj B2,1Ղ¡3kA+;;ZܴyD444DD]]]&l6oݺUA|]a0LKK[nC!h+X8A ,,``  X XzV4s{~μ'Fj.[cd &m"?e" ۉ9faNf̋wNx/h昅%:Y'Q"o=+^$PgM=5==e˖%,8 KMMMff@[[f;}⪓ڑd% UUUUUUcݾ}{7|W#Ug H`{A9faI$ &Ix/hVlL`bךckbjnC_DDovgg?/+++,,|;::M&4wݩ~7{[,W5#m";=+,vU8faSf$MKōx`  X X@,,``  X X@,)4LIENDB`PKGL@ image82.pngPNG  IHDR":9bKGD IDATxKL]S4|FAQM "֠ pa &uBjLD.G*^A%b$FZw1_mgE;ON9$IbZ 3 & H X@@$, `  H X@@$, `  H X@@$, `  H X@,))Z&SL/!!b UUUV:Em6u,l>ɓ' V^^^ZZ ׆/ UTT4m4{,|%""sƍyԩwU X2eʮ]rss###m6ۋ/FrΝ;ayh$DEEcCeǏ3̙3gVVVtcio))) >u8yyyGMOOX,:wO m2|>4}glڴFҀV޽u\pN8a6[[[){g "Iҵkc͌ĤE1֬Y--ݻGU\\ys熅UWW\+Vr` /4\ћnˏeeeL8bرg;?޾}y"""v _~L0@$, `  H X@@$, `  H,K$@+X%V}q+X%Gaa}q+X~^"7H X@ByfY hŐX"kxx2Lj*z捐}9+11__%EGG َ!bv'M4bnw8*2z\1j X*8cy555 َ!Dc{, $,/Fc c,cP, `yiUv `yَ!DbB{-[⢢V\իDqea6rʢ9tҗ/_N:uK_\t1VWW'ɓKKK}|}Xzⵣ[W͛7Ol23/_~ugS\YsYYYBc`*cDFFFEE_= cLXI>>be+憎kK=s:|zqe^Ôׯ_ y*o~Z!؂lA[cs-((P.ٻwdGQ|ruv7Lv +55Mu٣}R)9fׄ,`vww_j?խ]Ww\YYY>}:||t677{^Ō+W(6lxYwwgɪU޾};ga2$D Vt4300\♄ňdM ٔ|K|9t7o($Q>$ߖg|Uؿ#M&6SDXgg[t̛7o֬Yw,ٷo_YYٷoTac,= W9lf'!_*PVs᜜?R`Rxae0T`BAok0K`` ˋ8@j0Tyd^!oEC8~ŋGwf={|rwc"tqPPp"_x lGx4>cGh !X@mv f5c0 U`BAۏ!#T`eC َ!DkctXpiHM_jooZFƅ`l>QXXht_`\ VX_nЇV.DmGׯ_B 6ǰ`544(C8cX|NBa蜜w]k׮1ƚcIII-2k~+tݓ&MnS!,  H X@@ f*,I 'yu=8 VSTa Mb0n{7~oTTT0:::קPtthN@OhD` ?[` KmP1 0 @ffr UXrss###m6ۋ/FTP Mn#Ă >ח$s,X`n_lْ%K*++;\-6xG+}OQ%6CLB,XЬ[ b0PR~iMQ%61QD߿kjjjjjn;}tMMӧOZxx8===99… 2wwޝ0aիW۶m;yw9ydPu#m9rFvS(g7&©@o<@ :@$, `  H X@@$, `  H X@8 d(IENDB`PKGL9 image83.pngPNG  IHDR":9bKGD IDATx]L[u_c+P&E b;^\|]2If3qf&[^I4b 5S72 dj*8L"^8gᲩR G33sѢEv]nj'Ndgg+9rt.XïzyyS"@ D  *LNJIJԆ:vLMM H7xvܹtRXPP#LMMU@dq?~f͛7oٲe.KǞx_:sLCCCnnWJP{d rrr9rԩݻwQmmm~`8zBU{ɓ%&) FPVVVTTpyުBdggу>ZyI޼ysmmmiifs\uTA JJJHT{=w;v8pI*>JD%---Zroa4/\Eť݁ Bss3QkklZk׮%۷WVV>EEE}ُ?;D<OuuO>|򔔔@ ~ xI"Dn:Z?ܻwbIKK[rG}gyx…-r8_|ROBQ 0@,,``  X X@,,``  Xh+X|E$m_B[r8nJmV"^H`` =F}~aLT)C~?b0T8κ|.Q5jUhP(H~E,] mߴtnG zK`IPk`5[Bu$`` kFc c, c X%,\ZkG֬] = {1xخ],Ym۶/ε~k999 d~L زeX]]]ff+q_~beF{?Ļiiiӧ(މz]]]kG8*C_~_YY)-((شi.[P|dP^^vT^q:ҾgTTTddddff>cwk||,|ŋALOOi_n]FFFWWr8ΝK꫿Pڜ;w/%"{ǶK/$\OСCÔK.]~=t7WK. puFjlA?f bB$܂._|֭K^|E npӦMȵ_0ݴVX%%%K.\p=D \j&t؃UUU544$Ԉhxxr0 W_yx ;@ڵkOzޞq<7l߾?&m۶Z*++߷X,fY9#q8|jɴp-[~%'wM&Sjjf۳g-ۗYhĦ\(G{{, z@@fiU:*KX+@fiU::T w  XBsQvZ; W ]c c,Izl&vq!hYhZG[~ -y衇~]QcID !Hks$\:ښ$"DUxYl&.HjJmAH&MMMM?V/_$Wm*fjj*|WW "/q!ڱV̜^6n={_{?I>ߜ-}U$Ї5:)..В_{,&'磑!vrs?EEdP^$_WkhPXRR$"Dm2d+*1xhxFNQA bZl6ZiRϧelTmt7V着N<޾a_޽{ݲ|KR^EmGǿ C]Hmm]J99dҥdeWwu.B|>"nܝ"2)?>[ZZ~EEE}}}';0XҦhp^Aڵ J%'Hէ!ʰǒ= ,YZANhU:*]+@fi&N c, zca;+eI4_a8iG8*W8K W8Kks`.)/_*\YwuG,lR%/ `p"P qcuvv.#.\dDjC) o*㣵I}T %%%?C)TrBMԓ'?"ŻCCCFqQWwn7Bg8PkPvy#὎== w  X XV]*Zu tT AW,``ڇI!F'cIK}555lGzxe;cy}tp{ VN8m mp*E[JIV ax!I\zmGykzz:X梃3&Z:;;C8tF`E-BP-XYYYjuভ DCDfj]VA|Ya0?M NX ID[ R``  X XCcdHu=1ͫWgΜ$&d0n)=o,D/>,,q׍xp(fYXhu2/C1 Km&d0 +^eeeKBD~8 ˺u222\.8wM3(&_7#ɂQ!k׬Yf鬬ܰaCCCëZ\m&Ix/h>,, D$ ɂ͊’@I4L"/UZsW|݈=kff駟&~c~iii^^ޱcWZe6Cܝ:uj޼yǏnݺuoѣG{4666Wu#m";=+DNC8fahSn$MKŝx`  X X@,,``  X X@, A`-IENDB`PKGL image84.pngPNG  IHDR":9bKGD >IDATx]L[_٠maa0[ZnF\&蜻˜E1n]H.^ h^A|a:d"lTVFa8mx99=~E{x<==y n,,``  X X@,,``  X X@,,``  X X@,,``޽d2%&& s΅w֭9*++Uj&,Wv>|d2?~|O={_Q#@---D488(Qx߾}v+2®0,qq(A:dZ-p۷^h4Yf֭T++YGGDž *裏NLL{ǎT Adv{l|>y:qI Xr?zh]]]JJʼKKK_{k׮UWW+BŠ%7nܹSn_RRܬT딥#jMOOSӧ_x"jmmڀ-lnwgg; C8勋z-6塏A9BD}}}Dޞ]UU('SOIs ..=Wڛ:(0==oXrʮ] n6_2]yc  X X@,,``  X X@,,K$@ VK$\d2Xml6ZK`8zWh4uy2K 9,[v U XAٺG a\"Ojj.QY m6nxW)j=%VXANSBul$`` +Hk}#T>@W,``5 Q4<dFFFJJʖ-[υJfV^j-ٱ66mzRRRxԩSYYY =977Wm4[,8x uttw/^/['ӧOGrnգ[s W^o-h % !PI5؟`͡K^z% W]]-]Fu***r\Kιy~ņ\jmtMLaVmmАS#K.utt<#wksr7d~󕗗￯xO?'-[䔖:dee9L׀tQ`w{M6\ۉСCݦ򴴴˗>3Ë/׫ԁMQ-Kul$Gh!X QX]A5Z]Q:*C]:+\(;R| 8҃ },Iz>m&| B ګV>uuu'O ,y衇GQbIB!Hks`.ٌ. BTxTtRє э1̧1@$obC7 rWSq1Er|jEf iwRXXٳŴN.r8寧*Xrrj!"ڶmxb`IMM:ׯSO8AF%$Peߺubp LD?xwhhh4644H?JWAυjRSv}W&&lZo>҃[, SSp7(=+(%+1227LNNZ,kJ?$փ5͛59zizZizZ22" ΂5+uvRW95%2Z VZwNS3=M51& iokҲe+A- c:tsOsvDRܲ 5!F%We֙ Qv]A52$蹏 oAxpCNzx zT 6ґPAq>nٳ4!/҇iȸ[c!ąWuuO#pfdd3 iiiVx}9)Ak6c~嗹 g%Cjml};PAznѾ}BWZ9P<X2o\zc%A?B-V\::52t%` +Hk?z蝠%},566U.ׇR`EDxvm2 ùsnDI[r݇^rdR-$ ljD[[ʥAKF k7(CzGykjj*pF-DGLG`9Я~Ψy!nTŢֳ7muA8rQ{{{fffvvvUUMhB?kfDC V@7pX X@,(Nh昅%:Y!R$omyxBsEEd:~9faN`"]'S:o,---D488(]ckF@DvzFzB3,,Q:'y!X★%:ch2(衏Ѳ%YX^}^j&''www777Y3(ET'_3#Ƃ !s++++++6mƍ6lxw|bClvX"=yDQg M V'4+6 Kud0P[(0ZsQ|͘K zt[[[[[Ν;okk\dIIINNG}ZZZرc˖-Ļ7o~~?gMHHzթX3^'C|>-fx,,u*ٌ׉pj2,``  X X@,,``  X X@QiZ³IENDB`PKGL+F DD image85.pngPNG  IHDR":9bKGD IDATx}lOlc &nd{L$bEL\!>Ip#nj2P4jŁFsa?w]?}8"w@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&il[n5g yyyz~֬Y}TkZF_嗼$%%~ҷSA8Qݻ… -//h4]i0 %n`5-!!Bpwbcc||ō7Λ7Oզb!X"ؼysxx-[.]dwo=s>WwyԩSUUUsu87X r2ϯB~d~FEEY,w8f߾}*0YS]]]6l٣j~ᰰ kgNNNZZ, 2>XEEEaddĽ$77799g<11RRRvŴrAKiiiZֽ;l+ϟ?޽}}}6l(++X,6V"͛622^?t:N'𨴴]viڎmXq\MM Q]]^OJJ"g}GꩧZb߶m[hh:/^,--}衇-ZrAә++bNt:7lvp섄Ntҽ{z|nX_J:pw`},`&,`&,`&,`&,`&,`&,`&,`BY ,,K$@QVL&Sj-**-0# % &,`B Z:/"Yb!X&hdy^|;{*:PW!'xքud!.+<<|BlZ(U(\G o %@>ָfU֑>c  T&qJ%3`8fRZY X\:PCwjM6͞=;&&̙3yq͙3G蘟6t:v{EEELLoq]w_TYYi0۞3A0a=ŁɓK.EDD\رcDS*WG'_?ի)))9999{# LMM\xgdggGGGĬ_[,0c ,YsI||g]hQAArF`uvoj,}N% .rI6Rikz`_jDt'O].W_}eٖ/_κ :NgFFƵk^ufkmm~5k>R"*,,LNNNOOt~bbbss^z Igrm nJKK⢢;;;#>[QQf0x+WLY_WbՑ-:X#4܄,`5#3`8(Pґ:yUA kE8@*әi B$k^ȵqY/))駟z{{KsK+$ h6@|| D ]ыΥ\,BM`qؘ/۷oٳ?x͏UUwxXZhVIRo{NHF& D nyKL22W^::i\GY{BTͥߦ˗hJK^F' e˯Acq`34V )$6m[orjh1)# e.<q2AwzJJVP&υ#0q2 |t c%&rO>q7nrm t{,o==TSCt w= }7yM  ?r QCҥkHN##4JjAY'U챼ё#T]M͔GӽRLu0uoT,W:tVuhZB;XnAGҡCt-_NѺu4wB'ֶZg}5}=JT\L/?:SDGSI }1lTVFtd4Ν$xzR멶jj(%xJJhB"|6:JOBv-.51vz@ikfR'$ʜ>c P ބ0_! sԑ- kTS8KG_C {= /8qd2MQf>Kd ת_(|Y8b= gϞ}uծ_h,r 4J5`J 6YԑRSSNHb+T$A=8|@D^V\tz޵ZDm6᧐U/6+T95+|2֑-:X#4܄,`9p0J(n/:yUA k~<;AKX۾}*B u>=fۺuhh4===r`uwwWWW'$$F3`L~ZTT$w[`Fe7`~i5Bu'[FGG=O hɨF-X>!j,N-׳ksWSSCDDTWW듒nGY\pf3?$L XL XL!Xbd 'y+{`333FS\,,d:D|^獉Qݻ… 볘ů6 =,,d:'y!Xb1 K5h2寁%Kx.q}y~+VDGG755UVVL 3(U]3#Ȃ >8n/[lٲemټzUVUUU曞U3Ldf볘%A4L,X,,, `!LM_kU]3uA X,G%={X,nŋt^o O7o~뭷OGDD WMɚ6t:fY!,fa)e3&©x$`0`0`0`0`0`0`0`tիYIENDB`PKGL;c48uu image86.pngPNG  IHDR":9bKGD*IDATxLOVX3a@3 s"1W6e?q:GFř%cN2p M&l 0a10W~&+gB{{W{>}z}{1HJ]' @  @  @  @  @  @  @  @  @  @  @  @  @ kNzzz SRR CWW״Ν;vڠnkNV###SRRf>а~>_,~=5D9nQgg###ݖ~+)hOnC%44T{ +_~=??{1111O=5͟w`||h4:/;/_rgy֭[WBp}566:aall,00yMA9qFi Pڕ+W {{{]yfAvIII{=x&M'xw|λ({lrss]`^zEQLLLqq1J`y]DQyŋm6XlYNN|Q.]ھ};UUU1+W*&00011qGmooWF.ω(V"5LQQQW&>矏;u̙\~`ӦM~~~UUU <*5n2} 37]vvjMKK 3>`YYpY/lٲl6gc@ t&)J¥r@.E];7o ݭy-\P☟6#Bzz@QQQHHȾ},ŋ\*))nO`|/=JD7n,X7tӧҥKRI|WxԩŋIwcbb֭[_?͛=d]`%$$8/ILLZcccw55WXDztxxx|Dt]wk֬ njj*))1--->}ܟ~v-:wSGFF&:?$nooEqddD1sYK\p6K0Y%X_5>>~Æ Kvi0^Ԭ֭['RM9ż{Kv]!Z]ӣt+77fI;5"']l۝~===>(J!99?|===R (###:::)))44ȑ#-jnn6Lrm㨰+(( JOOokk| nQQQrrrXXll֭[{{{g-_wJG<hdOh,`5X2]A kF`Nhmt Fpλ tAW,`Bs Di&*F+W Lc'?ǒfΣA.4w}ƍ 6mrIff+W^*,X2ȫA 8KG1K&!J^EhJmKE\ٳg?InKbFGG JTVMM^ ar%G\zvx7QkBEUܶM{NlnY^G[-mBԎ%Kz/Z,gv;UWSI Pa!mBnWFşF׸+ߟ6mFzZ~yM>Zi^R<ڱ?|L-]JQG~=eew/P3g<+ɑyb9u*+Yv\W<nQ#v NQjTN8KGGC >\SSk׮~l6EInK@ݪnr"-TgB{6-VccciaDDАjCCC!,,l{챸F+)W%MHH8w̅Ӓ 6IOO6μh wkjj護ޒ ޅq0_ G<hdOh,`9p0Nhjpn/:2y]A k4+L2,,k֬ njj*))1---fPLv '4\_ŹKjժUVI֮]߿y5)svX<=,faL >,OOhVm/`PӚ,,ɮ3:ܠ`9-[QYYYuuݭ?>>]QQQUUd2&;K ^x ,Lժ6Q%̖8;;[),fa)SjxMSxT`0`0`0`0`0`0`0`μ DzTIENDB`PKGL"ihh image87.pngPNG  IHDR":9bKGDIDATxLu_JE 0)kX~YZKךڲ\5a+ ([Ôqwӎw}=_<<= "(͏w@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,>}zppٳ7mdZ]7ZO=TDDDhhhVVVss3jqGFFF^^^\\܅ {ィ0"V ݹsgWWWcccTT#ZZZ\=JDLDUUU_e[%x+tK||bFFK'N{/_.-dff~㖺vZAA3 CLLc=v Md _~ŦD *++F'O<9g>-A[b\r׮]IIIfy}6G _G+///&&uMvvٳ ;wnDTVVp[5rn Ç_mmme ömn[yҢ+W:WΙ3g…DdSRRzzz'H;::GչvZaaO>WVVVZZZ]]QdQg$6mrnUXXjժq\~}Æ wudꫯz B`&,`&,`&,`&,`&,`&,`&,`B[(..NKK ի[^VZ[[;ƻ-0) dX,`i=5<L >E!\b!X6 &毕(o#.^:\ X#ƎG.V(lj***FcttŋUwjW m w8VX,[ 9zxJ,vX#tY =qĒ# L X#7B3d`fZ.ÅsO:%Uh!(e3v}ժUVut %Xo/a+XXMMMkΟ?}}PmȥF(mkkԈj͚5np8\曎~u#Aqϗ|GyO?-,,$3g&'':t(**h4=|31n;G[+**ȑ#ݻSRRçLTyJ= MT:OXzx%C_B&Z]Q:%}, @Fhmt FF`g@t&4,!*Nk'6qT1v=55j:Hce3h9z?gΜikksξt!s+dS!W9p0bz{{M9Q{Wjbwwݮ@M`ݘa<;vp`uE/I\%-q£ }lWuKn" BڣEoń1'Gw-suĚ DΦFZ.R\[,!*Ny355ѭ[4oBO746CӲe5NGfD4(U^.{/^ޝ9ZCG,Aڻ졢"ںBC#N—*54P{;%$g.|.ÇXΜ)2fJNfu/8bqzhZʢ瞣 Rœ?mHd0w/lۤk5o#UUтtwtMB}58@[RV]Q:h}"v;}IkoPDĤ bjn&Qh=uvruba _Fo;JKixwdaB_2c:DgRq1CN:矋f։)WDx\pRbT#TP@4o= mF7o*r|#6mt,]Bs'v>0GC ?C/&ɝo6%/+Б#g͍ǯoυR n ݣW9JjjjVFDDn'Bxxm .]4..FF RnEYJnHLL駟Ʈ WI}zqÇQuuf0JJJn.Z,"zBGxWszW 9Q)KudKh!X5Bks`Nhm w較 X5׿=Nǒ>;ve.ZWE:8butt pU-/i+XǎLKKmd2uww[,\mIVH`o7Cz>nr,ĝ`׏~p ָA7+,,lɒ%XV]ǏQCCUTTŋnxF[:Q+srr!C, &,`&,`&,`Bf_i3$/֙wH4>}۳ŋL't(OycbhhHc޽DtYQMvpt(No^b/j2 EzXEM zcyw…kyiZl2G͠QMv 4(_KhѢEI,_|ٲe]77qcqg1 5}h2/XQesrrdnbj6},\ L܉'HA0`0`0`0`0`0`0`0/FoIENDB`PKGL);~~ image88.pngPNG  IHDR":9bKGD3IDATxlO_:uF`ƌ#c ~-Ȧ% sH$F bELChbdt*DI0a+Lt렆1lvq_~k}yz|^^߽{z @BXW(`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,n޼yɒ%-ڶmfs=kZo߮#""T*Յ Ք*)/ FGGRSS駷z+>>b@[[ۺu벲Z[[.UfM >q}@__ }>YPPdH;P>իW)/XW (}wjx_~'Nv+ֻs;sٲeNsSs vJrCX///vZssshh/t/?STTtRJX~~zYYlnjjZxq`LoϞ=Z6%%FJ.3h5kDGG>}2~*<{O> Ւ|O:e2z$e.]_WΝ@P'=g}uֿO?g.^8##A8z(X,hllh4 999ﯬ|GBBBǪU}7` 37ݶmggFrFFFlr=DFFvm?Ȅ!(EPP AA"((X`,EPP AA"((X`|n|ȑ#qqqR]WNX+XҥK&u] +X~>HEP(_ZV [$¤#e۩'*zP8, ֔E_B `Trો 6h4L&/Rz\aqP`q5S0:=Q AA[ۈXQ jcE`)R[9LP )&ƻJnl7.X ::dss-\Pɡ_6p8V^m{1>>KjjjRRRjq?7oO?='Og EGGʑ#IIIdrrrQQѱcǼjllLer@VwwZmooFEEEGG5$Xk.add$""b·zO<QSSc0fsP_}>.\}Ξ={jov}1Oom׮]͔QפS㞞AFGG3QWW UH%XkMKK+..v3ϨT*5Ԣ"H?0Ŕ*Xmn9Νggt:er[ҁ---k׮ua>_Z+V`WH|̼|+" ZEl755=DN{wvvj4oƑp{իWwwwjll>@ܻwoffflllXXXJJ֭[,_wՉMʑ#I ucy?MEPPֻz0Fm,/EEPPֻz(okcxDQ(Xwx;I'H%p8l6/zJɗίN. 8|}׭[ oU~ QBCcHfxxxs\eXTGF$GuoJ%B`}rTrauy?Iܟb^꾫sRPpf ^: 1iyX'Dޅ!$47;!r", ^~M`Np8XWW'DI{bfͅ^a~ݮjkkku:F. w pG'<KdBerQ©Š8A:>;v@S|1,_.z){GDP] k|a"s =l֥A{Er2l|ڠ 'rik v0[v={BWtwC~>#և {_ |U& 2M ݙPQyy?DFJY2 ojdf?(XC`.()7߄ SлN?R8y"I} (5UUpBq 6Wpؽ>}4X r%tu-uud  }~ʙ4.Bdg_/ ˓甔,Zhօ]v䤏jq5δrf{Uh)^N˖3 =X~u+|wM&ӳ>{)?tx/"#w`ڵkF)x9񇐗'Z% ν0#}q \ؕ+WT*Ull秦KXI/x8AK9)) |946J*Iy!==o9sZ2A½ /q#Au5pwZ{_-N ꧞zjօd*dxzHO}YmP ΜO*k4^!rgRwX^(Ohr`)Ct1pcxDQ(XkJ :6bJ0T_JEC{,պ}v^R.\F$@|ȑ#qqqzu] +XҥK&u] +X!!|Շ>H ÅRˑ`MLL_Ko0OpDyCakND1+&&&77 6 =z, 466j4U#B>mhD Wb REPP AA"((X^&j5D/{` z}kkc@M'}PLLL}}}ޗů26^|񤤤Bq299رc_566&x"21"o%_Pf %5<<>5 ̻ϋEEEutt ,92 4Ϻ _K->6+Wܿuub~K|?,X^<Pf  46 Ke`0W(*ZcWx՘%krraӦMo744yZnkzNh\ܝ8q"44r7oo{$I",,``  X X@,,``  X X@,,``  X X@,,``ܹs۷o{챲2ɀ?ENNƍSRR~> !!fEEEM:wOҗN>IMM|CDݾ}@gg͛Νk4, J?0駟~044WUQ[__ҥKcccBCCt:FÇKJJԪ8b޽{6m{3g\"9sfFFƁܹxbUj-F^0gϞ}%uuuر#!!y`jhhhݺu/^w._sN"Q`tnܸ1,,bddh4 USCs=w[n8qBp%KL:Sgggqq-[RSSCBBjjjNO>{Qd̗n߾]RRhѢٳg/Bݷ\n,,``  X X@,,``  X XVv{yyd 3 7n]#Q]]g2DD[2ͽVPt]`JmX XB F.E)B:b!XCCC6 d8v.r֩P:"lDT__ڕ/Z#ػ\3g>0bXV/2.4EG`y!j㠍5E}G,/p]A5Jkm#C @W,``Rj.#5Gf/^p8yȂWN3g oΜ9*~یs8|7rrr~'yqUTT$''ˏF#w ~)566OYfK.˗ZRYT_Ο?ӤSNy-2e9B1;::ݻ7K#"""##7moq8]-&&F۷o=C=/\2""l6vΜ97oon.\ _~b}y6SO=gɏ%I]ld.]b r܅\$ž|)w6 r+jR)))ޗQjy~`)GTXiiimmmS\裏=rRkk{ uww766nذa܅].ӯnX8N333?| vfofڵ}Yqq1̛7/###** ---~ҙ͛yyymmmYDtQ333g̘\ZZ3iJ M]Tu>兞i(A/m, X XֻttBkkKG04޽@t  @ӹl2͛;!X^ MkBSDmmO=ԏ?垲f͚_~_*B:!*Hkc`,xNqwBTaJ^"uoJmKƳ~/V׮]sX388y"[UZ>[^:@ iM$NZ{!X!m* e5".Ξ"DFm˯NSfx8Qj*Po/;!ND˗G.S\ //'w!)1QjjvQG|Ē>M;vбcqT<ׯZڲNP!BG,FT^J1to%XDIkڵۤο3!X `Q?m@ Б#4f`u塍%:kbbhzsG`RwMXтCnG`:L$NGV!j7xk4w.egӴt(*XuO{Ē:E>KǏP]STDմe ;R!{_Kv Y,TVF{(YXŋTUEvQ&PKϧ hzڶ*+iFP}"+G`9wJdHL2*|x3r)JHGT8W8J;c̘ATXj6׾, :tjٳٳfٗ_6%b/Kط^yV@)xZu\WpIᇥ_.j(yjjj O\`0DGGOZO<Ԥ`%֭t"Doiii}؉$Cjmpw9YYHC;w*R6?C'|BDϟvuu]v|jZh޽W»ЂץTi^idďW80ܺEh߾}~Prޕ}Xazyj%r"} ?<ϧѵvrXim I˙4U!X6z6mOt(m:A ۿ.BR;.nL0p 5i+Xqqq&It]`J,kZ ED[ V} ` EP=(:\ m!菰`555y~C8tFX!,XQQQ٢ܴx$l6'&&feeG[\c:bZ,K4m tH,,``  X XB fQX|/27yk{`-[f2Ν;7P&`0n'o\.]~U&_5&é9Fa L`䭇`c `6,Y9= GaYreDDDsssEElnmm}`$&䫆vYy%I^˗/_\~lXV^jժ\̯2xЎ 74<(,D Ȃ ͪ@A4L TǯU&_5uAݶm}GD ϛ7ȑ#555aBCC۷o*++_xYf%'';To!XNsbxy (,^Toed`1/ ,``  X X@,,``  X X@j9 |IENDB`PKGL image90.pngPNG  IHDR":9bKGDIDATx}PTU"o",.0&a ´ {(eˈ:c4ZS2MXSF939Z񇐅 Z)2QZ=B >r=g_ݻg{ܳGq $4/ i`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X SN>]VVvw-Y\כ=w\QQR; EqqqGGjY qFffxIIILL?GEDD@}}}SSSjj… ۧjxڅ!'[߬Z+_|n*JiCSofff͕###ϟo+W]622R.+իW߸qCz]G:w$&&Z/0L:o6f͚FP 8q`0Qh2=ϵkbcc/_n2422￷X C;ﮙkoowll?_O<2˗UTTdggw}b.:$AAAVyR\r{Zƍ#""@T{d ,PTT`0g-'''66:/"444S"K0XN1%%% }Gn\.+)7oꫯ6mt/_111PPХK^{mv;W\)--}ꩧ㽼Fʕ+E}1⠝lϐ0{ӕݻ7---,,L./Yf;ׯ__~ҥKj#GD|o<`!"0X "`!"0X "`!"0X "`!"0Xl٢R|}}e2?y"500pС0JE4'lKVh4bڵ9a+X^^lՃ܆o$"¸B\.lXR`Ald2*ϋB .H*0X BP֡Ç@OO477+ oRڡ!&iOwj4zLq`qe%vgX I  `o},ʰ`, fb*0XCCCl )t{;zg _߂ D e3F1''G޽; *33䧿:::[.AzSK/dsobPSzDPxEeee7JevvvSSGݼyg,v 3%&& LLL{Hzz@@c=ᅮ@5::Ͻfq}}}g|w j}mvk׮^k.t|3g_vsNnJ]Ǎ^-𺻻_[?k|||nnm۶d2uK111َjYaiVOwuM&I!Q:ăU\\j :ujժU6W6L7;|AE"?o4]o'Hu:]OO?ydAA~ZZZ yyyQQQ˖- O"""}6`??>]g7wޝiӦ[/ԫ`ĦP&:?m`Y6GP},$`Y6GHkkpeyw;HR0X DvbO h4z56Î!e3sik)6[~j%/^< XB! 9pp.X/1Bم85%H;=`qޘ-_.\`OQ17nܰULMAI_UՈ-k0qJ!*.^䢢GiqdMMq#tt. D xb3%`jpuVz`닺A0{v킶67#yo]H_>AZO#r;Z-<(|="6|BqE^y4+;=#a=+p=TKC ۧhowߩjg!/ͥsX#l xX5LcVWv :x[sb8B:::B CCCƬWdlk#??sa3 !O7$$$^8#W$;vTV&йR^wVV6W675 رS*75=ԜڡqpBvMNBA{/Ը߈|n3>%'s;w߈8olRKu!=**`fwNkX[ZZ #-G]ӤY א|ٌ`mvVa*e83)(w߅|i,)DnCٞ=b9># $e?o )DP 髬d;TH.ԇR @mٲERd˗/Ӯ` :t(,,LRѮ [R###v-hN [ XB j;)B fΘH`uttXpH `$Zi=;";qhnnW(i_؆ M&g,,,,Xll I ED`,D BD`R46~7[g_МRN>}IFD'quO_x#hߟ|ҥK'1 Km+m"8) ],,nIt2yK!X"1 mzd0nBUIIIK̳y~ jZ}3(&2arfs䩩m_ܲ>ABúM,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,EPP\R[[lٲx ((hԩVu5,X.]nǺPRRۻx⸸gnݺl6755HWo;ϪN---қ{ ¾?\/YDCBKofee@ggt[o|r &OO)]/{+ĉ' 11ѹ~Nt}ꩧn޼駟FEEuuu>|f.\z{9s83gYF)+l:n>TrO~~]SS+.ܼyj-))~~~III6l믿O\/;M矜766:Z,^_^^/^_XXcۇ6O4 bbb>#z(Xl=Xpp?,]~ɑ޴fY3gάYkg@'Џۺp<}l̔Qd޼yڌ3"""d!00pݺuF c^ꫯVX߿_\x'''g|}}'O>ǧn?@uL0ţk׮=s>`PPFfvy'((X`,EPP AA"((X`,EPP eXV^m0u:݅ XWD>|Cs=wHk4qD*$Clnϙ3j{YYY8հbccſ+$(صk=zTyE_~yؕ8s[Գ^;*B~7SL={x3&&&;;믿׍7Տ RRR4jnn4Qbbb[[[HwIOO;v1VwwwrrtIxx ׮] rhhU222z}}}}YYh<}W_8qbAAten:Fzj0yS/Az{{?6j 1 lvX#]+t:(jTqqq(/fa,cf_Pm%okzz:::ĝtvv=zve!y!cI~n\zwOZ,&x￟?ݻ`ܹIII!!! &Mjhh{Șmv.]*** 3gNss_fKfiiiJJJXXظqbccWX5jJ= Nl*Վ:/PZxS%C_B AAcɠc,),554JG#x]CtwtN4EPp,!*tT1v}֬YVyͥK!ce3skoς+6_ :uùd޼yϟdE= T D6ͥp D]ыE+ҎW+X x6&G7K?XJ$K['*jnބ{/z܂([ٍijA= I^u hx\[8䓰|9:+Xn BT'67nvرz냺 đy226:A2G%L.#XXm-Z' a|ym: ~'`BheΛz,JKbx}u)*`>u*` ]wÖ-p$z` @];vEp0a8?xzErU?a&8wn_xy Z[!=jj` 5z,]eePP7nT^wXŋ!(oG -X4_P[‘#?:|l¾}0>B\j0`_>EJ'QM nGGxX4_FŸڵ%%0AP񫞝;ߋQa=Xn +ܱcdzW9b4]fC_1rrXjkOU#!.TgBkK/ j(cՅK #""zzztQ|G,Rß8> &<ݐO? ]8(WpJHO 6Mzw ǎovtt]vؕw~6Lo? BBR߯d6WȗBmkP iB].L*fut+F3&,Xuuuҏ~aa!`tVNu. fsdddTTTZZ҈{p Z+&^`͠`,EPP -˃ 1faqM2D/̻g g͚e0jkkG]cD m<~ ѭ[?6o &^NniaWx&d0/B܅1 mzd01K yq ^____VVf4O>=h%+^,w/hv}A\<55555U;77wٙ[lx9զwq ~xYܽy1faM/ ^,w/hVm`,kk image92.pngPNG  IHDR":9bKGD IDATxmPTߢDLR+&#$61SNiEш=hԞdfjBMԦaDAE pѭVJv_er=goϫ}{w{ٻ1IDZ ]L XL XL XL XL XL XL XL XL XL XL XL XL XÇ\rԩiiisMDZZ]@pظqcOO?zm۶׷FEEyJII/fN C?tttx_ݵkm߾]_щ'x&( }577.^8d>ipBqq 7`6^Mvj|D}cNNΟo|+];$&&vww߿_eC8;#&&qܸqDtѝ;wΝ;7""jĉǎKLLXe6kjjVZţvyŝ={ve"z|ޛuM7UWWO`ϟ@Dɕ *W%K"##QNJJS^ĉk׮%Zjv? 6b _~in6O^YYi64.WV>[zo駟7zYYYDdɒ3gFEE577Ԥ<3۹pBIIɃ>R[[r.\MfpJKK{+**Ǐzn\zuժUӦM b)0` F`gc)@ &A(mt FpλtP,`B`?QsR͸\Yf996.]RHc)2i3 hhB(VX˗]]][޳gO K!\:q:SL3QgjĉIԣ) $I|ٰa3gxH}|Y뽩"룻hh8O Q:[ FnhWex^+G-! bZjmyX h: \YI40 D=\E]yH<ܐG+VOp.HOaH|$?.%$HN'2x?sEDJ[Hip!g= ni>n`eL/WTQAQ?R` b4fbJKV vkÅ^y(/yy xKF題 3GŷB4x~_].AGĉcp;QŮPDKӤ?myW =iu y3͘Ak7.)֧O|0mWשb0_ FŌκut(9S=\`ÁFv(0 6ohhZ/4i_A8pvxogB5s"%&J'Vx-XS7\r{+WLQ{RSS5,R?tTTD61 -7ddd|o a+_i:a=|$~DtjWWl.//jو_T~ ^;Ra!yߟΜ93>>ڿqv%__r֭[oON0!%%p(?EP5i4i>V6X+޽RFf V| ~IA-^Leeڷ3@N\:ybc5nR"2~mӸYK=]oo&knh -1X811~=k_b ,ڼ4G0 3L֬vG (/f̠ju5H9px**1ҮPKァASaAy%t#|ֵP NC-\8M:D(FXvbL󮈛<"\:ܽ{wllb] XZ/_lEEEk1+X!!b&w>pav-X/ 611njllp `-XQQQ999X.IҞ={W0fbVvCCCXXX( "V0p@  @  @ #K ,faMeȸ-֑wug͚eX><,faQ&`]'X/[Dt9YPth@Ohf1 6N$o#+P,faQfMXr:YYY޷xfa,,s΍hjjZǎ2R@m+CA@Oh$IK>{ٳg˗ ϟ?o޼^{{T?G+}.bmd0*Y=YYXTDPjbdWp7!Xׯ_{Gw߭FZ,,mVu9#r *N}b6,C:NM&HA0`0`0`0`0`0`0`0?^}IENDB`PKGLݦ(   image93.pngPNG  IHDR":9bKGDIDATx}PeߡrTȋC:! NZRLL9̈́8hP!9VCANp5q;s\qgo}]vGq"4/y`,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,h__߇~@׏^d``Z>}4R%BA? ⌴kFFF^pO>QTZ6 ߠ*??YYYmmm7nd[6KqBggbuu5>_<{lBBBuuuDDĔ)SΝ[VVMX~ XQQ1k, ^a<7n܈Z`dWUU;v,77ve{_P(,P`֭[K. teett4=zԲ&===((ȒF뛚,X`8:Um//;/oXX؁7lPTTT[[\; Fڵk}||N:e׺:III5kffR|w.Wg?zh^^w+y䑤$JOOWۦ}]sxyy>|h4>Sb?NgvX6 T* ܼy^ h4?XOBTAAwEPP AA"((X`,EPP AA"((XVt:֭[jBz*늈3gjֵIV4@]]ݚ5kXB&EZ;^x"z# A!qJR?"&,@&P(<. tuuɲ&(XcBCCe:rwjP__"£[~Vf0!!&iڴiVfgg?2BZBRX8rxK(Xzq5U0!:= AA#>"B"((XcKj0AsuYÄyw@Νw^Ϙ1ʕD[8qB"TH~ٌh\b^/--*++o+J />shhh/oo"D~B=#[l KOO×-[;׭[8{ɲl `utt(>>e~~~>+W+$XkӧO8͛>>>6~lْRVVhΟ?Wߧ6m^OkyӧOoxڎ;)ÖE?;;;9onvxΝd | FncBԘ 5oB{Ql2YaiUXqqqky2L 5k5khhxnl2'NO< ~ј|ƍ{?AZ-?~xVV֗_~+W3gNbbb@@@kk맟~RZ[[CBB=Jgb^999AAA+V+~4999((hԩyyyׯ_gB= Iqb[r9 MC,5FjkhcrXDV(XkF(u; A!`9?QpR;I'Hc4.\-;rHΗ8ϥAR{őg}ݺu[ooeMffK._^r+pk6ͥ#ӧ[ Bх?Gv&vm@Cb&3 8yu8(XcDGBؽ&(Xcğgf O(<۹a>i<:XcH) ֭cp-<6 VsAe%^_B{A£իaje:W"WwnSTwٌRY>ly رVct[jBqU>u‘VkjjfΜVY"  * L&uDZB充===sνq(Dj| IPv8p!v,X֗83l"&`577[Gf;`,^գlswjP__º4i 5LӦM2;;M’RVVhΟ??n%+C:<,X^lw{㜿|ѢE-oggg/]>̥6ݸeH n1 mzd0n`zAhѦM E&^XnCfsmmmmm/gϞh{?gΜC>|8111$$2ݱcǦLR]]/fdd斗<|f+ֻLzիׯ_p8?Oz}f8nc?ׯ_=lٲ~WUUUzӃ333|Ϳ{/V7nFDD:uMMMp1Ff3< )1 l6ۣ>祖KNNv:4x̙^z ZZZ+S)(X>!!!K-3::q믿{NSӽRԨ,s=ѱm۶+W w}֭s-~z)v.^XSS㏧~z&X'[o۷p:)))LOO?k׮ 0ȵA_t杠`,EPP AA"((X`,EPP AA"(,RWWg0BBB8pH+W ֵ[`˗/LRֵ[`)0z# Aq:N?"&,FؖqҡmddD0Ard;L(P|{{; @wwwLLL\\\NN k~V{0!#88x%%%&IYW(6 VXnl -|i%XDS(XMi}#c1F},"B"((XnR¥v`MNNj&λ-wޭVO>닊~$=<<̌nڂԩS؂P[ךVXXyΝ;9zQ7\PP T L;JOOٳ^9ن\*mtGl6 5)++7X,H"9v=++իopb  555PTT>00g ĈJgi6 K.DFFn޼yhhPww7UUU'O4ͮ{ysΝ?^YA4QBJґTTT=A2]ы񒴣є ἩjddKχQ1 Z+W ##lh\-jp `In) BTګucqǺA QQ]]`MYk:!zo:A*AKQ{utA|ȑ;v񟣪*d]S@{!()q`4շؓt 'Q@{,9ػqҚ ˽<  k}=LP$]SVvKGCØ2;tBRڵjλcAK :X`᪬¡M,759901,aB(%xyHM;٬]}|J`]hBt02 Ks)J`_ ='Z#[W&Յ_ 줃/Ds ٴ ss-Jk4_Ke%/Ϻ8vj-`MO`6l>|uq\f]> 8>}Eb^vʠN9aB}ŤPNV44=b3 !!!]puE Xssʕ+ Zm2)+XF&u-RR !N`]e+(HY`۳}z J~Wr,X^uy}<;;;;;[dƍ>￿gj3Xr,X^uyYXhSE@effa MM E&^:ݠ`9Z[[[駥lyKKKfffLLkÇ/[СC­[{MMM/Š+V_mVFDrZn_'.))y ,,"mYFDZti2Aq; %2`,EPP AA"((X`,EPP AA"((XQ\IENDB`PKGL image95.pngPNG  IHDR":9bKGD~IDATxLcW1en:mغvC65ADYL4s&$,WPQuN qnL`mAX@qPJ[yק=\<I͏vH0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "喦k׆x%%%ESF>Z2/qGffΝ;z뭸Z ?`HMMݻwoPPPuu_|QSSSXXHpzx䆞bMM TUU 8nhhHXlZ677W*YB$''333```@XZb@@@DDӦ.]TPPb JcǎqSw}bQQQ``={\bX^_~gq|njj\|jt>dUV_n;V~ . 1LNkZ9sC,n}Į]FaeOOC=tm>|XR>#;v_YYY~@.K&''srr"""Ν;'^j'''knݚ഑'|2..:DhJ0XZ{oXXؙ3gfjժU۶my`ttE{:˥ Ͷs湿;W\911XVŝ0U*Ջ/(q >[={?O?VtM֭~G...VT& stRaa?WWWgٶn*dıc6oVׯ_NMMmڵkO<7a4?s_|#D^ ED`,D BD`,D BD`,D BD`,D[2ͥ!88㸾>!/ژ@(lh4 Ӯ- [c5C""0X%+TTP`YV6֌6ECxrXHQ0X FǢ X.` )  !,\CkիWJb%w-c=?Ϸecc#_2T$G͖mX^y _9UQQjU* 'O W\Yls=t㯿:;;=z ^EkkڑOScV\ea1111++>sgv Y3NLL͛7ڵŋ+D$cs9DEE<ڵYٳ'###44h4KsmlllAAxͫ fy~7~כ^z%q7glḻ(sOOcccs7[sقP[?krrrNNx;}8zQ JJJrTNSL;E%^O?Yfy).ېKF(Nj000pv]_7.I~͖><HX,//OOO jwzK*)U;R{X.(ChaQ:ac!E`!"0X3X]t58J2켻w(,DsrXH%ct:bqc388z"`%%6>!:*Bk^Ξ=Xm۶_~s( G-@{;P!~z`$OP] ǔS,X|{#4DEA_3>iG /R p(+YXKvBI>Q8_!Az=.ҷO| pjg e'v +!ըq;9(W|hBs,&X8+ +|w'NFw>ِd`ÿfÉia5!in+噯I#")j9RZZZDѣFGG9\+))EI|Pt4,_==4B )))NrV2$w--pB#Z," F8}v ; γ+y\fx/w )cp \H,+%M,9p,"AnޛvpBgjA:Pzw`v(.|; ,`.st |Ch,'Xz5?kǢD<;JU^wM7%v˗Rz`6KKK Cpp0q}}}+Ғ꿳ژ@m`ѮClh4 %PX:;i! V=۸Μ],d};" j<픔H˨kjjJ|[;检+&C-X---0 C-XN!"Š,a"gGyyȑ# &>>~ӦMKCaB8ke^^^=#J",Kj BD`,D `yqC3YXoh7yu; :`0455-=YXhd0=oDL]7x~wۓţ6ɕ>NLb/$: ,Oŋ6}h2/(婑u։8fa,,F} JI vX<<ϻ/^yyy[l+++_{5fC,>,Oohv=YXhӇ&eŋ6}h2o_(Qnk@ss߯R}Yl6paYYb$W\.7(!X&d2=patZ ~]]]ZZFqLsW_999EEEofUUSO=l2VkXc7ozǝN'9ˌ=׮]-..vš{sssDBB,TTc!X)//̼pweSS544l/>D4;;C;w.GիW-kjj6bZz)NGDo69@t:|AFO?`fffppjoذᡇ sy"jmmeP/gVP\.Ν;;;;oqss3}r~~^VR(/T~/z.;޻{Μ9go۶mq;/_{Z[[].'t _GGG+**RSSj]wuy\~'ܰaCRRիM&W_}=Jw`&,`&,`&,`&,`&,`&,`&,`B^l{1*ҥK+0+Xǎ0k+X&irrb""`ɫH`&0PV+[$e t:1m)*P322v@|z"B^B#utthZ^_ZZG֣B^Cn[xb%T*y= Y(-A⠏۫vP:X``Fcq>Vc X#,\rk g||\pn/:(n۟xtFSUUo-(Tc~ٌںun?xFy7f0_A`IOɓ+WV\ /ĉDD~R=/¯zڵbvv-[&e]%%%l Z0QAA]6oޜhyu>Ԕ00׽SzZg-++KNNill4L1}2XY[[+^of}_RO^wSwQ'q8śݲA___-5x >G˫yU*ٲeKmzob,}!q~ 蚘r]Q:X(0`mt F(F`g;( L.XBNld\.ƍv }|LB%g!+^y?gϞZ5۶mpŋ {(A8KG2SSSiii5AQxtF/jKGfx$? Q17n*BjlNo Q:a@q-%AzWz22x!ő+ArAM7o7y+A䄤JE[ Rn(-ޢ͛yAD8 HHH8ql޻w]t:]ggg}8"wkU"t---NG cX|Iקd},Gf4"?֬b@GjTLzߒ 1JG!pjH(vyׁ ;krr({L ]$ 2c9B}}t:ZBWDv6-K/Q DĄGȋ[+/^4w np }$'.23#fa.@B*(WZ,^z~0L|!/Aÿ- ?HêVFg°kfgO{;"NVOOO7VTl8 R)O7>}zɐ|Nn0Е+ )X)))Ev\ ՉaN ++Pz;XǏoii+++w655=3+W4 v=CDYSVƻ Yx֭_`0Kh"r8hZ~u^Vx{P c#8^Q: !8YY]<ӣt,b,X^w{6mڴipСCoRa%2#Ƃ~g1 Kmd0a`zAsfa  &QT?c"VZ޻wߍ].xQW^Mve,t5??ֶk.":|p[[ۏ?,fa f5r܅,,ڌfa&¥rc ޅ#~wam۶McgΜQ6ݻ7y;v+?Q\\l~w3g\tv-[v1{u;o>zȢ-ɻt2<<}rrr6lؠWQQs…٣Yf?g\H$bCf:U_5~|뭷{~ᇌ@ 0jH$"IR[[rB>9r^Xre,˒$2BVVVee駟^vXx';-=yvy/_aΝ$=y$~ƍF۽~+*XFdggߺuK٬Spڵٳg'Oc3g/իW׮]cǎv+f(;wϟ?l޿̙3o ,ؿk"N_:u۷> N>dX4믿'H@oo5ݻw~yedd?~ܹs<%ޯEEEcΜ9W^U  rrr6l?~NNԩS^~k#X@s, `  H X@@$, `  H X@@X [nx<ْ$) !cǎy<޵, |>_SSZ`B VFXaE  Hf=$\b!XHƓⷕ/ 7o޴8\ X +1bʲ| Xoo/ct\7Ϸ8\>ſ3iKzBW`i`cq:Xp[A s,0Ҁ9 $p6V-^L5yz~Iӧ[P!h4[ZZv vRgA]!n}_?Mzǂ__ uKS:Q6JUU-ȈÁcoޟ 1ʈ/z/hb`Lf0/Cb`4jcXz .ZH}K K+]Xsss[[[^+WFuP5&]H`齠yeYNZ򚚚ƥK.YO>裏Ի]R,Ci,4?EcQ3,Xz/h 1Ө %[k.,Ƥ+# vֿ2<~D" .,))9|+++Ng]ggI=l._|q[[͛'O\ZZuiY!Xh4Hبq.,cZY\4H<'H@$, `  H X@@$, `  H X@ -,EIENDB`PKGL+n[_ image98.pngPNG  IHDR":9bKGD IDATx{L[U_Pka,!,0dc\aq?,>65587eLyWPpǝʣ}?^{z{OA$Z@,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&㏛7oX,wylmkk =vwaL&`W( L_~>عsgOOOuu G?c) 'v)ߝo8pU& (((HNNNII&%ElRPP`4-?>66ƦLyH&&&޿ZZU4SOݸq7ԩS]f"7ZAAO?4{ Q8t;v=lڴI0B)))o{wEEwb<λzb4662,0L<+WT<裏>zO?ݻ[ZZ4;+"SSSʻ>}ҥ666F]0"7nZ=ŋ9_k$'檪xuww 7εk׶o߾lٲŋ/"#~ ~@ @  @  @  @  @  @  @  +X+X+Xv9Z޵@L VT?"@ =+4p`MNNb| špZoo.f6ub L]ÅXC`=C ,Aw!^G+ ^}il =cX+0`Mo>gc> L XӴKv@y<]Å輇λg,YaÆK.ͷ3g  As/ ֭ _z/"O5bhd]!0zO?Ξ=+JMMݽ{+>}DBwޮv'C_~YTTfbYvYR{l )--U.)++뛘)OW-))Y~r+b0^ԂVڵkïնSt`1c(\x}S0ېKF$(u\AϞ=c͹r0Tꫯn?̺H@?x7nK76m:zh]]mذ<33? m8n^o]]]VVVZZںuzzzBѱc YYY?Y}ޅP'6j'>=VznC0`Mmt Fp>Vc X5M5(yw .XBԜh'6qT3@z!XaE51Dw!^G'|v\%7nrʯYcOD!jH9p0fFFFKBꚌ^ 1h$Iݘ\ۧ`۫D|[366UD9u)B5Fnwlٲ{믿-ٳgOCCfP}]"y<*,] VT5 I&&copTC!GCaM K>ʻPHDrիWڵ>??ܹsơH=:Brs% ;r;/> KSy3 u{,=wb@vSB}`AZ1JR}TիdbTRRc .YU=!XZxǺҒ׋O XbAzW]w.BP3CCd.BǗ%| pThn^xAvG?0_/zok(|J1]:׀t(j<_~t:HdL/XZZ@j0UgB5kL],6{ly%KFGG |GVk[[E IO8AJڞn(--g/ a+er?,L6N~?'ѹs.h4ڵkΕ$W_}5K],WZwsqdYYYaa#GN8Q^^`:u;ׯ߶m;s_|155 u挴 |6X1_ѣ֭U=!%׷1KF&UA_B^]H,m » XbQr !K)Q1CCTTA;Znowo$(5csC=;-Z$b8B4` K%4fC80/۷o' ?bjg{, کUh6QѼc;vl6d0xWtg+X}}}ǏɱlkBjw+Xv9Z޵D>2$V=q)+o/EEEn\ng`MMM)/ d4|tpDMns"`effVWWzu`Mλ$I'O$."jmm3UUUK]a0LIIpC!, &,`&,`&,`BRqA3YX"oi2yu]Jw->YXTt2h;oLLMM78@Dg1 KTm+#$m9= ,,*d: hEE 4 zcEkddd%YXf< ʕ+ۛv{ggj]H`E{AK+VXb|pYfժUo\-6U<%2đ`9g1 6h2,X^YXT@OLEњ,,QɮxnCn޼R__OD---?|볘%|q+C6ќfG%L,C6.M&n0`0`0`0`0`0`0`0/2^NOVIENDB`PKGLƺ image99.pngPNG  IHDR":9bKGDoIDATxmPTO0 ć@¡^MT:QًrtfPdYCCj)M0CuA0vl,wsb=ۻ_={=:I@m mB  @  @  @  @  @  @  @  @  @  @  @  @  @ֶzꤤs&$$TTTFG]nmiӦAՊ@qG}}rsso馁={Lcǎ~DTXX8::f͚~᭷ފ ]8?xDefooDw^B%ѥK>… k׮IIIwիWA ؘf3;v Y~ڈ(++>_k׮Z,E{Ow9]ghh(55uɒ%6mE{{dd_ݵkO?tСzzz;%K-X';~IIIŎ ҈'OxdڰaC\\%%%kR$55~b^:,,lCtO=5662)+-S:Lwu|jY&88գf'&&z /ZB,\0""ܹs?m&'7n>#yazzŋs…ʇz(### jdݻwn7Msʕϟ??$$$""`0|>|Oμ0`0`0`0`0`0`0`bl6WWWt:y1#ǻX2 /_nnn] xE`U(7@ -+p`Y, bN8N:s&vP(IZZZbccxƔZE+Z;\5fӮţt:^Pxm-% 6X:::4Z_@S,`$Z},r}, @&5 hp`Md;\hۋλ Z>#aaaVgZ/Ӽy|P!e3Vdpp6,,lǎNr.99Y[׳`=ŻKDGo^xqΜ9O?ӕ>LDCWޮv|;Pg|+Wo&%%8p_.gv`)seeeа_~a]!5<<^ԬRRR\ֶs|4`1ceff8.9}:8fِKF(0LA.]tȑ{6n6-[ƺHPV5;;{hh_O殮.?~С{ޫ$UV%&&.Z(<<ߎ舍u̸mn*++###CBBJJJzzzw/߬Ύ LNN޸qc*:V;y:X.hKhB khk0J3\@ 4&I(mt Fpλ 較 XprD;Z999kl\B$\e3hhB(6X<o2K~gϺxX.S!A*m̥ᨨ(%A>xvUF/Zt $Iپ}3g8~Ix<*ի Z ?'M t@;?-_ؗlݺڵk. ڼiu },"!hE@`y4QuޟX$鿂Ñ@mL9ӆ ɻ8>|*..Տ>8A(gUUEa:`ş}y/ {,;%'046X~.+U!X9~ ECvԪ/k7b$k(B]-gRq1?Ϸ 'yo85:qd$oNH{^V=x{jh2IrK>M"#W'hRE2?q<ЎZ8[+/Ǟ7U0_$es\F}}pU ˣ|{inn޺uW_}e0fC_2OutЂta8PjF }3_⚽Ru5h4F9FGG8622"##gm;LII1*邲Ϲ){!33opJ2PF# U(Xy"jmmoL&^_SStexyOW1I&&x=xmW蕆jh?nixgvT7ot++VжmT\k XʍST]Hrwi:}NG$OGEC#OGŴgUPR.;vJ,tޕ(6H+y3E #kG_  =0Уi=C!۷oweQ;.c)ighhxc֍( l6WWWt8A99S2M___CCCLLL^^Z\qsX2 /_nnn]+~bVb+.DǏӲeDuM#ր uqgIT-X㎗3l&8c=܂e4?!-XN!fp VxxxAAgK~""؄|ޥgfMYX^^.?"V@3p@  @  @ -K,faqMeȸ_-֙we srr=:,faQ&`<&/14>>.ѹs\bdWDuZ8zzA3YXt2yk!Xb1 6h2ŋga,,˗/ moo3 SfPMveςNח$kssssy|ʕ+Vx7_yYXG(gf¢M? F  e͏,faMveLt511TUUEDwnjjogZbdee%&&۷qѢEilrr2YCK uKe]]] 9mk>ezzZysddg|VZu!|%m>,==rǯ_oTi``駟^bEXXp]e#G%&&xϥJW^ݽ{C=gz§B`},`&,`&,`&,`&,`&,`&,`&,`B`\={lH$)P$Vjkkm6Z (bn8Ί ޵@P VXXjx#  0¸BllXFd2qy^ g.Őp!֡Pz"$$M3bcc b x<tx$֫ cAkFGG!c= L X3DX>` f.CCCl #t{yȝѝ;w.Y$&&fƍ?|kntR*1lvŋT]]&m6YWL?&Vꫯι3ghBիhoo7^;:sb~(/ 67VkQQQCCGݸqCҽgmv`L=YYY}}}=$???:::&&f֭/_f]!566f= $]z522_|qv… !}]vҥ;vP{Z~-W諒;nJOOϵk׼7{zz$IvlAO?ق\-HX̟uŊ{g2^ԂӋ|նSaiW233\ti峏sx< mtMHaAFDgkkc=6Gy/t\֭c]$h~۝ R)Ǜ7m'TUUƍSSSW^G%''wtt$%%z Jg~6᪪n&"OΎOKK{熆l_W!ԉM-c`/.` F`gc> L X3D]Q:! wyCA D͉vb'H5vsrrFGG Hcdf D/^Pxm׷mvA=eeeoQcOD!jH9p0fx!욌^y-\:K$ucrLsٿUooK"oyTĄrWP DTSCoio Q:[ nP"7Wji]#+Aܹ\t2Cb+A dCQg'Nw s͛yס1q>㥛7yq;^G`:q]p 4U=| $XCrQTB=Vh+*(.U!Xp8hvEA$xZ'&&dՎV(PȟQ1gкu*vGci 90/^ $Ro/Anp( U͔-h8Bf;!@U=0(SSJ]]$ŞF>xVZRTq Hz]-jX_>B*'#%'KWێVIxNpFbΞ `Ѫ`~pSOiЎVy*(WxQvݟo64%s׭[t򤻢B}  hxXx< WfΝڀq8}%K+W7L 6XPP֦a>tB|RvG4ZnfyG2ɽ%N`Ѫ%8ql޻w+nMIDoUyiJS%7 oEEsdqƛprSv}%t.^'ϯ_BL]M, X}=mƻ!X3&&(''vGX ;J}f tWjZ:| y6 墼 +'!YXj]^nP,faQ&`_m`,,* `T0B+Pccck֬Q㝅e˳_>::n_pj]`zAK乹6l(,,}j!~! V4Ϲ>YXTBb ffaQfMΟB5YXj]:``ݺug!#G՝;wnRSS?p8V^Ӌ-䛥v:|c^xᅈрԭ DsFힽ'.//hS2Tomd`n|xٲe_JKKK/^@ͼ X2k֬j[llkXy9sh,**R|% XȈٳSu3$Zxb^^UUU)Tt~###׮]/^|ĉ&333WXk%%%EDDH4+BHHȮ]}]VsO.̌KJJ[z-" _r\e˖??*ͶfE^,lܸȑ#Fd2s ;? LLLM&¡w`&,`&,`&,`&,`&,`&,`&,`B]Z۶mKMM tcE V[[[eeedddjj*Z+ VZZڵkjkky^QWUx o$0`Zl XZ0MeڟUb1.]d;\ Xcbbb4: PSSCDDTWW34bo'eeeJDk.զzis71mpsF*BxcjӶ jjjG# c1քk:/yWt:؋V\\իבk9aiW[ZZoϟxnWlȥF(ζX,A^zGydҕvj.[u ;m6[JJ_{'HVkss?~?ѺuΝhѢƲ9s466FEEI|35nGmwwwnn`1cFFFFKKOuuuDtanaaaJJ`}gm_Wr[<ױǒ/?&1j]Q:%}, @ƨmt FhF`gK@4&T,!Nm'6qT66mɒ%===kl!X|ٌ蠶W*67o|9X\|YQcIB"!Hms`.Μ9yc.il̥` ٘d?X]tK?Q1λ Z ڽ;؛58Fxqĥg7!U  g / =+/',] +Xn B'$GFv R" 8nK*)3gxq3 ĩU<Q԰ji [x8Aʟ7}bzS>{.jm%3X>l^Qc8[ׯS}=q`şgb"Ta!X<8)e;rգ8z˓BTZJ;v.B,ϙI6C1,*_$oۑUACWRRSx-49_Tq =14D|B?Ļ5c}W<}ehGz$(O qqT(Hekt FH ]o`˽mGzԉy*(WxW_}~HKKs YgϿx܂52Vv{q2z\f!>^{Bo)qɹjhhD\Z__N3 6544XWNH'E$?L){!11p\2T;_ᴓ{[,t8}U%:tN:%޵X,/+n>o! Q^s2O%68U4>55Q\맒jc¢"!7WvEʼKhRBUT3}iKh 8z"#}/U!X.),ĕAL5*,ڴv' Xco椨+UO@} %'S[^ӇλJK?{,)IFgѼo◾eev%4a%n 諯ȧ |绕`'׎\챦l(?֯WK=XVu۶m!!!:W%40@YY+Xmmm|+룷&.1 u GGG$//nQ: T&v2pv-X###Η2l*&[?!-XBt^.BMM 577Q]]]TTTLLrvUR R8naVV8$|L XL XLh!X\bdZE:%KӮbd:D~[###={Q{{,faqMve8MdC4Ń6N"o-],faM Zc799yc>/b2zl...NKK;j]crIkɗ.]tRvVV֪UVXQZZ;V<2ǂ͓b`zڵ`0tww;vlll/]f 7ZBBӧꊊ-KYYٌ3f͚eZ066Ǫ@rĉ.^8**_~qډ'襗^rzojj-ܲ{nm,9FFFFcVV/_uh`V&O26W+vN>ٳ=؆ jjjU qކs7vޣGZŋoΝSZ5B$''}ݑUUU׫*޻jժٳg/\0""?LJJ*))ΥK |y:tfeeecq`سgOFFFLL^3gNAA]^^~n ~fȑ#z~;XL XL XL XL XL XL XL XeZM&SHHNC RW۫cbbL&Z' lX,yyyk+XAAd L Xzm`B B0W#Yápŋ5vPסPÇQss3 /1vP{>=sss-Gtzkh-Aqǚبv:Xn`` },7MA kRp. ݚl -t{ywC˝5k̜93<<|ʕϟw&&W l+Vo߾hiir +k/8@DǏo^|y6lpɕz koS_}UbbeěFq_~Gy24̃ښ"]`QW _zoƺB`y?55U$::ZI+Ϙ1hɒ%aaa f)b}ϗ.ٱc9{+;zi[nvS.\044)K… L]-Μ9c b Fd c1yeggKlڴIӉr3RNi^bJIIimm.9wm68蔛ɕ5=Jy򺺺ă]r=ӕM *|fKKK?^ujmnn|̓>ʕ+'M5+׸m?n{zz BCCWX긫<(|re)^Nl*Վ⩴=Z,`5Xn`(P w7yMA ASۉM Uf[hQ__ },|ٌ蠶W*6y䑺.ǒ_ͣr d BT\:.q Bó+2zqxbc1ʂ%19:gʤ.^(Dz8*fxxX"*-ޛK td@qٹ"oz^ř3 CQA| жmɻPW8OHիTXD*!"*(] X3rKKѮ]TQ|y5Z]|"+NTK/ ڎRxoSp G֭k;Jգfpkiz_Qc, ݻbl޼7͞|/_׮]##2[_Z@êngB5{hajO„6SJ%ą3g600nU!Ztirrr}}Edw7UVRy(UO@PtCJJɓ'. Wjr_u[}mGz]ovuuR+l6MBD`*DA9S9[+tG(3yzEq;_g 'ڎRx*| իtd6+޶hK[ti`#챜wJK3goXIhoH?/3UC㻣'6m D8Nv:ƍTQWfsoob] D] RW= H`o7R.ڎq OF3&-Xҏ~p A܂ف5uuA8|0577Qmmm\\`]xG]iӦMZ+`f)0`0`0`Z YyL[eg/h^hdn>YXdt2oo{o6utt_,,^ɮ op(fhd0/Bbmd02hT,,S}^eɒ%aaa fi J^ɮ `y{AAZte˖w~7yզxXzX,fafM#C 6 6h29))?Zū6ٕ1 Zkjjjjj~i"ڳgOMMͩS\?66`ٳgWUU:th…qqqi;vM7}k׾;{OU~+C6Qe٦sss<,,ngpi20_ ⡇joogcbbT޹s߿h4<;v쨪Ղ`9ettvg~inpqJEr˗ 42BBD`5 P#:THۋwy۸qٳVZOɓ'eB;͘Ծ]v|'>hss3;]m\NS_ӧ?wǎv7駟Չzҫ#Kl£GΝ;7%%]T+Vkxxg/:TVkk+;UlllGGTwIJJxg^J}85fb֭[ ⎍7xcZѣK ̴]Nkk0omm-{7}Gݔ۷o[mnkkcɛM[u%7+m\" ,HKK];d25+V8ކ}gI`cĴڮ|y&eXr)5=Jx2225~ӧ|I[,cǎ vxY77ocO &??YBU̙dɒ*,,!44stFmqk4u:RKMMmmm]ܵkW||R|{zz׳ՉMO&:.BD`Ɖmt ҡ X` I  '58JG"6GPw$];1K.^cc4Bc9$f D+= Qs^g/^m]z?Wi"6ΥÛYfٮBy808Ȃ0 192{rssmr$bobm.U`頼܇s("*=p(ghL6hqSWWgƥAtgŋ-J> ];wNH P\ x@'H BN7l?V؁'H`T? &&Ρ^w#VGh4p$j#x>}^x>`BbcqC񈕓 ǎP2Z;3)"(Mʂ2Ph7E0X0y3_=V#BqΏٳ ܭW{D;.kjTp1 ap֮BHExr͆ %%<Eߴ'$ʠ ݭW{ XjoDNX!3>REW߇W_B v[LTn^bpqv/'l\W{<W8n5ccil n=x\*Wo>^:uJ:/ÿXv7rrW>oÿ,ˀ v0rn.1*EpiyĪe]9{쁁d2R`rrrTTșu`v_8|n'tgN曐ֹ[x҇įΜ9.vww~扃z=8~ޟ70>(Q7%d2Ι3K, vN81cƌiiiYYYx|}}###?QFK$`15_$$0_|n~Z/'Ɂf8zT:#p}g@y9\$TQc ظJKq ?0X [ڵT(`h-[R G^A <6J,| NLEwkVr~[$"xĢ`h G }$XJRxd}5 !J aN,EPP AA"((X`,EPP AA"((X`,EPP AA"((X`,EPPrܹ_~`0'''99coܸzxVk0 }022p8V;t:]yyuʩZz}oo'FGG ]f07Z||=SVV醇=;::hjjj0 .]t̙EEGG/Vtk֬(6˗/c61 3 ɓ'%ϛ7 Þ={0[ KOXt:pM6@CCc>zellf[[OָvUaB ǒ@{,*,5>cU`qJ[&(Xz{{UY 5t{.A͝wͶf͚e˖S?LYyΜ9h!Qe3v=//f޽;""bǎ/KVJJJgg+WQ AAQ:Q]uމP DvbN*ngddl656}}}҃X|ٌ|۫ +r…ג˗ģh%> t3000{l%AxvEF/lCsp,AxRYYի_%-vUTaprsر+6FȮ 1ME DN^Ȉx;_6_{,?!2tڵ~ʺ)|+X> BT?'$7o $NpxTbTnص hN ĩ}ɂ?qK{&(/fx)&?=:Aʞ}a:8ztbaO /B^^7 &nAA{`lh `()aQy3*}(.ŋaf(nQM;*鄲2;T{xFwTT@g'45AhhM:?ǭ۷ٳpt0! WjjZZ *uSMuBlm۠ T{q\ f3dd =.5 `*8x0XSW8~((;!?UA4_8w >+|ujlx= ǹ.'V,ضͯ:J'|Q1ccPRz4קT{z|*(W~{}Zӣjߙbnwi6`֭OpA.\ {~^']paBBBmmmCCCjjj\\uĉz믿ok}YMM͛oh٤moB|`6S_ |7o >* g *UU/ ;֯o/X} }˃WxP䓱N()8t5_6áނ۷?mt 2۷?ѣ0F(|;i|;cxF},*q}y_B BB t(dRuPRC{,ZQQa44Mww7 b9|pllhde2fsQQCd7Pc)5BuY/ f4TTpD}Ce D̂ 6: 9r:::)..Ngeen _:3gNXXXX(&A`ՠ`,EPP 5Kx_"yu]挌 xԩiǘEFM`|& ϻػw/\~]z}YX| _p(fYXdD Ej0faQ3&A },_ /q2YXrrrڪL&ŋ'̠SMf#Ȃk333333ſ ,Y /TWWڵ}5jxG =1 A4 A,_/h,,2jd02S(*/?ZcSMfLtt:׭[kllliij}YXk,>yO\XX(YX$jdA瞻~{zO0߂hWI BD`,D BD`,D BD`,D BD`,D BD`,D BD`,D BD`&^h4ӦM3 ͞ 444dggTӧ}w*!+ ͛cccۗqgy䲲iӦUVVFaF# uww;NnݺU&YVvphڼ|͛+_~Sbccv!ڇ@4ZٳggM&vL&ۿ ӧOoY&''7ߔ&~۶mc4W^tÑ%G\ݛ#qPӻ&###&&FT>.kl9ׯ'ãz? FJ#`!"0X "`!"0X "`!"0X "`!"0Xqbt:B!(+X]]]t낦D\Vl6 uAS"`>oF""0X)+P%`v6LFex*uICkT\\$ˡB\Ba jkkU*U\\ψ- quw:?t+((0ĵBkH-`qs5UP!:8 I  %(6lc!I`!"0XKlPuMICx ƻf{fΜ_䯿*{ЬY!fGNNf+))ܹs/UiiVe{| /*++ɓ¶lu_~|ȏhii^9^?̙3gFYdIuu5FFF[, HJJ򜓜u^rt  X)))sf̘0BxhӧfffFDD .ߏ(YfZsή]bLӧOϽx}vfJggА{)qgg'0CCC샱MXb l܅]CE|sn*VԄ,Y½ _ L9E9ҥKs{t Rlk` ^7n8ye˼.t:='?nX-ZDwį;wǎRƶK8ph4@^^^|| Jekk7|3{VJŵ N}}}F1:::<<<''Tmm->ȑ# ,PTV]]]ppCu}뭷´Zf^OQ &H6X+fbc~Zz~>c .:zvzHL]GãrIJshiim3b6qֻ{Hz`/_9I  %Gh)NXK*YC)r`Xt:Bdݴk$`uuu>|8&&FѮ qK[Vl0hM}ڥHDDÅT`\.B&l<b"=Ԃ!1Ԃ" jR*֎HWa*hkkZJNj7t>4$/""0X "`!"0X)ˏI22VE&oq]y{CsZZN;uԄ˓ŏ2>ៀFbٳ]ƽp8 8^Bb2_xk2"Q@BD`,D BD`,D BD`,D BD`,DKхIENDB`PKGLn1 image106.pngPNG  IHDR":9bKGDIDATxLOa( 2lf*Jh)N[6 DB\lK9#d3D3aMq: ?,8cpqKRJ[_q}}z}T|(L XL XL XL XL XL XL XL XL XL XL XL XL X˗/?111gjyyy~K.X"000,,,??ݻRuU&T(+*++kjjRRRcǎ_~eɒ%DАx۷?{QRw\:Ν;D}v~1+++""bhh_liiQTG'ūW\2$$_LJJ=svwwGEEꘘ^zixxX~Ox[VT\\XXXȯ7j~ٳg߼ya#֭{'|j{zzΝ;g6w]|R2IZZEEE]rŶ~ɒ%O?(FFFil6T2:- mmm/^HMMh4׮]ח֭[M&۷׬YKDF-Z4o޼#GܸqC HLLիmkrrrh4ks%kQ!X̜7o6866p^xy 7nرcUUU1D,XV{DNؘZ޵k0|+tIvvv\\\bbbhhhWWWyymii9zҥK}||._|ԩtww_~>>>UUUe>QHlPZZVϟ_PP`?h4j:11tlla; . _}XBTIw`&,`&,`&,`&,`&,`&,`&,`B^2L۶mt*p H^<}tDDN/0- ^뫭˓/0-  L Xje^E LRBf3&MFRIr(w-E# kVUd;G!q[[[.22RڮxƔZ kGboZmͭur+J^BVzr XNH`5IHB u챜 &qra%1 &qBU[;@(I(a؋Joܸ1<<<888++_lQ9sCf,KfffW\Ɨr$665XO… 1k֬;w:~ "w (׎/C? 'x"##_YjUMM[IYɊlG̃o&!!dAAA/κ1EGm%Im{7|3===((D׷x39sۯٷoL)o{E"zwo6C)CCCEwttp7441q)[]~}-}5q tc,`kگyU* ŭZ6B=w/bڑ*XXkn޼SOMtj6Rnkz`FC޽{…_|V~ٳ&)55u'Ap̏[,k޽Rʏǿ'OQVVVtttRRRHHHSSΝ1'Iq[PPh333m# ~/66gz:)T;)὎=Jf  @mv fH c,'0EA kf`Bmv fH w'0xEA IہM bYlY^ c,|ڌܚh#G!+R=9z+ FѶ&;;~}[ay4 Q@rZ: _c(½ 2{BCyy-y8ٽ{[nHb/o~V­*+)5],[ I2g(MgZ[äzrǚ$D45Qr2@RF,&! ΃GSNa;BG>E$H6oA']q2 q2.^N@JKftBQzUv3#>}B l.-o}U;"z}GT_OqqjVڑČWA[_Pq1ٍV{rk _رcz+sqWK?z=LAA.M+9 ?VV=;Jqҽr.2\V9}]'`0W߻w~{T*F3e>l\\`fdžh:ti˖I7ہM>@*K.M\H2DWx*m@0y/r+ƙ'O8ADhToÍ-Oy%]8y}EEq55nvZADxRxnha.ᕔ< %lGx"pJf  @mvWAɭjH w'0xEA k~<0: {nE# %ׅzS*챈L&Ӷmt:]@@Js=+XOtRE^}}}yyyRE^Wcx! \k.ߎ$ i!(d2 _,X'!bH/q3gQkk+EFFjڴ4oVUsss)E,P  &,`&,`&,`B fUX\oi7x-#Oh^lN駟ܞEdZ Dx^獉QCQWWYTaqMvݰq9> =EdZ F򓼕,wAr+#,%500„*,>WaIOO jll,))---TPrMvݐ/ '4;ܞ8%OIIIIIXbő#Go[mzp!^,wOhv=*,)b0xY=Y*,)y1Dʔ_YTaqMvݘH JXuuuuuMl{ٜ]^^^UUi+sw9__J~qڵ7o>|pYYo1k֬~?'SB,=qnnM1s", L  @  @  @  @  @  @  @  ?EXu5IENDB`PKGL6i;BB image107.pngPNG  IHDR":9bKGD IDATx}lSU_'[ݛA37V#t11Lt1H&o8" c`԰R3' E ^S-F$qtu{n/_ŻM0`0`0`0`0`0`0`0`0`0`0`0`0`V u:/]4999!!aΝ;@BsƘn{ѢE'N(//r8}}}: mhhh4~˖--?x ׋W^~z>TBy+WXN6m:`#GQQ<ӗ,Y244Ķ==.yyy>tmmmk׮%j{=c v644deeQAAAwwɓ'{Nٌ;vvAyFr\f9--b wl|A]]ݱc^y啨Q+ Lj` [\\hѢwt:+Vx~7(c;010`0`0`0`0`0`0`0`ZXNŻG&uSLZ`l>^PP/0! VTa L XAk[e"r0m,A[Q8ŋl kXjj&B] 9rZ[[`0Ι3GGOLLd;\k㉎0??nKKS׳P^G / %kXKK&B u$``00 c, c X5L*\jk kd;\ha؋-ރ|qݿM:U옟6#K///OHHxRQQa4zu ֥/B|1"jkk !zkG8 !KGl X/֭[ceܹ /κ1V[zy㛛+**l6ٳg#کS/ٺu+,7XZޒ^moS.\p U.\ƍѫۂ_` b|݂oQgΜ7t(j\ӧOɑ^Gmi^b>2LKg̘1s0 ǣؔKͮY:̃Rd(w}O$Ȏ~۝yڵw}W<@*g}СCDxⴴ4Œr ظm>n%%g}&^-//LJJ4ih,))q8/׳PՁMQ%M u$hGh !X5Lmk0K3$``0ͮ,P w  X$D٩&vϞ=wMoo$DKO ^H},TQ{̙3ݾ%yyy.]|ĽǒoDaMBjࠖl&O7 QGes6v(k+X 7'GHYY/HxY344俫Z#*|>fqed7&!rnBJzp߾k㨫djjj_$D.7ޠt:~22xF5Q$Dمz@%Z^{SD?DFp\f9--b qAgqq`0۷ o++X$ı(^a~!5UXBUa+XZ81Sh]'x@)chRڰN'Uc~7۴{7mN%%ii`X:ܠ6GҺud2?CMDAko멻 y&a5LWgZ[Ifݻd8:^&C,i1vG_;7ӆ t2UVR^h]Qx:_OOS[R%4X^/G^;¡C´i²eBwT;p&BU(zBV+C_}EҴiR+5+FmpzIEEKTZJOSVwQ[ ґTA^vƍO8aقecԯ}} _~bg7qjS2~z} aAv`3yd2ONd V$<3O~D(^֭ jۉhӦM\6jx 9K<cIpB kf`Fmv fp AS,`#Gh-N0ƒ1eeel -zSj챈zzzJKKVkllN#y)SXV} QWl6[__n/((u+*J]&4krMj;,ZH0Ƣ#&-XMMM_A3+11qܹXS]#GQkk+ 9sF]z< )A,  &,`&,`&,`B fUXoi7DOVב'4Ϟ=j644>*,aɴLD~^WPYYIDW\^Ed PQ ,&b0OBBŢ Km* -B5000k,%*,}^2o޼把 vBj]7#‚ !sɳ_)??ߵk׶mW 0d7#‚ gQ%6yQF+FT &  e*ȯ,&npuΝ˗޽{kjjN:5.l6UUUUWW[,+sWWWw=|ܗ_~yΝ|ɪUbbbFcHm*֍,=zO/qUX$Taoyd`n<@ @  @  @  @  @  @  @  @U,IENDB`PKGLНx image108.pngPNG  IHDR":9bKGD uIDATxLuρp!`j&й1w XEQԜi?-hjCGYKMgNY5-PmMВ;|q;}~u}:EQ@mڄ`  X X@,,``  X X@,,``  X X@,,``  X X+..tk֬,Z6l0111:' +0|ɓ'vvvVWWϜ9h4jl+}QTTrt5RTT$mA;襤ÖGD\jժ9s+VL)L݀g:uJMO?}֭O>$))f;vl``@FKKK D8Ζ={xnh 嗪*^^^>:QQQ/((PyBk|6|ppp8"p8.+jeҥ[lLMMdhϯ:֫^.]OsνkDTSSn߼yN鮻*,,M$22rΜ9Q[['&&&%%-\pX+WgΞ={TVVoz /OD Wtt͛G]~ sjf [<*£G{K,qMII)((8|GݼyS y ++Ku`V{{{zzg=S-}{/>}(#&&fӦM{W-Z\YYi2Z[[Iv֬YV^e"Z>~"zjcw}׻r…ׯ{z}… \~}cjVp;}+)tE\Y :݋ܹs |ֶ~4SGTXKΟ? ِKFׄ(`uuuԈի O>+oZ ,n$x}R?JJJh!>>eϞ=gniiILL؄m|vww$$$L:uٲe?ї_~[QQ0eʔlq*:Vм#i᳎=Z&! X XCd]Q:X)@6t4B5#:>` Dv`HUt:vn߃ },|ڌ!۫#gԩS]]]%=xX>B!H9p0jzzzO31Ϯ~ס0KG`)ܘhʼx$rvUYZVΈ *xv3J' $X(U)~)Jut l(DmfJOOojj^ Aˣݻib \_ BT$ghgС;R$RoߦGl6ڸ֮<| BK^ōʮ]ʃ*99JMrq?jDrz>\ڴrs 7OH/@?L7oRc#:o"XQC98H֭dSi)[G j@K bݸAѶmt=y3XA,";RyytL&{^| _jh* thmK'(#::h6믪Rthvi>ڹiFZY[':l6ڹv|ڿ)^iZ22b`) }=XAuvҎc/ہM ld7-+hzuzY:N(+r>;zɛ*6_3d4oބ }DW=f-+֨ 6% ?so&ɟ_6T/+ת^ n8j{q/1cFooj:./^cWVV:BhᳮևRu""Z6l0111:ˢ[A+X3g4"WL&ӵk,KQQA ,4r5\hN i!h`555yph`:4CXsn#\wEQꈨ.\(i~+t\Q#h6C!,  @,,`` -+9fa&k3܄-בOh6'Nw}YX:LD}A*"t9fa &_3<&Wa'4sDM`䭅`c jd0AB+P===^♅eݳ,Z(66d2A)|͐G+G]_Q%q6K,۾}~Z@5x͐G+G]c jd0A`zBsfa fM9fa &_3FuA }vmmmmm5kh׮]X dff&''555!113ݱc"##<[XXvm۶ݻ4:::55nT3dzN r:#fC8faQ3z &xB@,,``  X X@,,``  X3 HIENDB`PKGLQmbb image109.pngPNG  IHDR":9bKGDIDATxmLS_A P@ -s%#(1"\dNfesLf[|%nY|ڲLduՉbxT v!0uq/rOyޞ~{=A hL XL XL XL XL XL XL XL XL XL XL XL XL XbNi& .l޼yѢE!!! .ܶmjWAUû>oxb``={ mܸ111~;xlnii UOppBBÇzK/\ljѣޮP]vǿ'%%]r%LZHWWccc ԗ' _rEI?QJJʤ|qqqgϞlW;޻Lp8,YcC~xɒ%c6M͆$Xn)//Z{^EEEwޭB@@@jj޽{שּׁ'|M}Uw}bG?^aÆ\Ξ;wnssDiݯJLL 8p;?qppp˖-?xHHܹsFSWo/¡@;0`0`0`0`0`0`0`0`Y,۷ `Nw-5Ί(.0# hsd]uO]A0qAAAڼ`B Bl6Meڋ.1CᘎM5&..NpC DBDf9:::...## ԵhVbp8-3L.TG`IqԤrw{, c X5Fmm#8CKX)0`Qj.5Wpf/xZ/bdddhhڵk֬PCPfv5kVCCC?Õ+W/W*++KHHo!0z/Żg``[o5Ν#V^BwبrOZjx7>>>++FY2HKKd9\0V[[۸9RRR:;;߿?S-[CCCnܸ6V͛'`ppx˗Ʋ2xU>{b}?]|GDdX}?@D;w^m6Sۇw]o 044$ޘڴ%gXXg!KjRRRvv뒷~[Ӊi%&&feeIԶs4S`1oc%''._}щI9 T≴]KY&1j]Q:%m, @ƨmt FhF`ghK@4&T,!*Nm Un_tjucsmA6$-6>!:] zqq+WKrrr]vuga% d BT\:7o D/G/ҹs@%H]AޘdvêOׇ⨘a];%Py-[(.v%-9JGv T B.**R!2RTD ٿ\x4;jky2]-QסУAZaz9z:u u;zB)TbT:y(7)'A/ASa.nʄ+(aFZpZ#VKATYI]]TP@z5*R6 婣'F׮Ѿ}dСC+'UhcXRRUP_[GEEAW'L+ۮNSz:itߍ`ζ{._o u먰~;WA8I:ubbN=fxxXk.:sjjdE.] yVoo"BS‘'RS (>wBK>q]F锚J%%T\L|ʉ,m5%g#tΔLSMtrs%hy g!Wl>}‡+tG3x#+Ԩ+9p|۝, :td2;ϟ7\L_"ÿ_ Vǀ qw+]gqc544s!.p]m``@EDDL[+ cGm>AdwCrrK&.PAoWI}zq/.^( z7']n5LD{Iޅq0_iy\!+Xw>≴]KY&1jsh\:.w @ƨcZ $ݻ5YZ+d9cY,۷ `Nw-5Ί(.0# hsd]uOW}ATR.Zq i!zL[\!-XBe˖zu`M]wAfsttt\\\FF嬨g_0//O >D]@)0`0`0`ZY~L!~zOh^t`p´볘EFL't(ϻycbttTQ^^ND7oޔ^,,ɮNniP ,faQ&`䭅`y,,2`dBS/v]✅eYX/_ʌFիW͠Q쪡>,OOht}A?<=====]jժO>d߾}yTY `yzB볘EF>4 >,OOh,,2`PibdWxu7h!X<ڴi}gUUU/_j}͖`cǎUVVFGG;;{Żٛ7o㏏=&$$XVZ5doi!Xv}8//O),fa(ӛՐMSA ^`0`0`0`0`0`0`0`򽦷wIENDB`PKGLK}DD image110.pngPNG  IHDR":9bKGD IDATxL=AVnX^*DwBk(l-hҖeV[Ukr sX^e#3Db¤G(w|^c}܋}}DQdJ& H X@@$, `  H X@@$, `  H X@@$, `  H X@ ڵkAX~gӧ~x- RƯ0wѣGO<#66瞛3gNOOϞ={Ϝ9s]wj'"LPjj~{V`=!lPW^yh4>%''O6-**O;;;ʒcbbF>844DXp(, wp8v9}'xj(==]lKKƍcUUU77AėNdppwIqqqaaK/x℄HO{{{.\uqʢ(nٲ^#i:?xW83f,[wIdddrrgaqqqZZŋgΜyҥo۶mlueddDDDTUU\UV?PCC>^uP{=;KJJṾA]BUxm-$ ^},FMB c 4Fcq> @S, `y)5 p`yuwwkZ.C˝G}4!!!..n͚5ϟoǏ 5{G~ٌ***뫨۹seΝ;'MWeeejjt;&&@z?1v ˗_x+7@'SYv K?7o˥FqŊGԵkĐ 5Y `L&%-joo!:...ߨ[XKf͚%+WbccoXyƌ>lAAN핕ٳa}MX;{첲2%:cpLSN1ƶl"xOW_y&uۃn888(ڄ$MMMS S$ ">oXz_|Q5+VȯԶ}4SWX&w?|m=vC6RmkzyJKKc?qb -0_M hB p4S'/_KQ1j+R8KGN@C cZ7oZ,|/I@ÿ¥ Vniah+ ͚k(Dzl|H |WA? 1޴QۉͰ>ATWW7vT rBM֓'*r|ZV/,+B, 5N_ 9 K<ֱǒ&` Kms`.P w較 X@Rۇa!z'c@۷kZ[WRub1ña+BGGAC%&&fm)QW,Kooj---u+x!&i R.Z'kttɌΘh`l6߷~p A܂5uuEQ<|0c1V[[d0.]ʻiu}VvnXXRR" 0`f)@$, `  Hh!XA\L1 k6C"ouytAsNNl&\b jN6Q^htc׮]K.ɯO1 K@56Q^L1 K5I'~(YXFA }@gff.2YX t:nX,gϞaj5C=,X^w}Q'-ynnnnntd充w~7}W fd3#̂~ק%a4L,X^YXF#BIM5,,դkXN7h!Xouuuuuc~uu?NsѢE)))ﯪZdIRRgcǎEFFdUԹE'ÍMEXK)Uaalj[߃qxzwmݗ}DQ$0' X X@,,``  X X@,,``  X X@,,``  X XJ͛Aضm>YYY*.*Vogff&vA /8{Lڨ-[dgg;xի YH===ٳgAHtC=?8pn8q" tYW"!\r׮]M#ĹV. p!Xqioo/rUUUjhh뮻a-'cXn:11l=6oG~ᇹޖ]]]k=]#i%i_n;ɾ>7?sw}wFFڢ"EQٻwo<Ԃ1׬Y#_^RR]Vnxxe֭iiipxݺu<Twqoz333Ncp(8,,``  X X@,,``  X X0V~Ν;].WNN CCCzT2V9tR˥w_`A,=66x ,fjx!,Pm/lш.XfV(B\Z%&8\tɔlG:xQ"'.jW^gvtaH$2a<½XPzr X zr0Ɗ5e;0{{,c X1c,ac,0 X X1Zevt`Ō]a؋3ރ?\TTaÆ~i-k'9fpccc0lmm}W֬Y?J_ͪ\=;;{?N:%zYYY<̬WDtV|$%eeek׮n:O?T^ׯ_>26e;`/Y|_5]jkk-Knn>믿r8WX!_RXX(+Wrrrn8??ǎuuuv;w.^[l/yW{3g޽{7롽aŋ'''7嫤/^(mA׷>DQ݂VVV_^gAEͫAy; fv t ȗ\pnyU$IZɥѪkRJ=X>O:ȩSY7D"{; c?ϗ_~Y:Aɓ'7mGц JKKz{{cfkkkuuuAAAFFFyyO<1:::oZ= CԪ3὎=3 ,UנJGgc) LVѪkPcFA0xW; , 5g8Ap8\SS "DK/_BEQF{דc͛Ϟ=K6n?/ K+$RU!́skʓ5zqzil._uJk%a6cu%$URUիW廊fM'O?~aڿ~sђ%rexz=p]fm!>H>DtT2o[={^vMa0"!|>w|^@^(&**nXT^NeeTRBBYY ,cPt:K*By4<|#4> 041A6[,4978UcرcgΜoߞP#H,442B^/񔔐FHdWSsEoo&_U;0֡Pq. FlUTN%%TVF˖Ƃin۽{_| jkkNp(uJKӓ` pTFB {,c X1Zu tLh5 0xSAc8A3y !W݂5==-,$jn~Y4t V^^^mm^k.ѣGVn_z]H$y¦&$R@,,`a`cdDu]暚λ=,,*d &D{7/Do)o1 KBmu#*Dsf8&zA3,,*d FDq¢ F35>>b ,,3}^bs4RBmu8R,X^<(-UVZ%Դvz^oP*g7#łͳn1 6Sh2R,X^МYXTBBY5,, ׍:``￝۶m#wy￟kP(|ÇwttTUUY4w'NHOOOׯG|C=SYYY`06 ωp8}ҥKqqq7UUUeffj-Kd%+ /_\v]֯_x M^ oaضm[FFʕ+[C,ԣG-[6~xŒ'x=V>|uEQPPPٳݻwO4)jK.^z͚5999&''[j666VUU97nlkGjKdBv=a„ϟkWVg}6ʗ/_fmݺ5譹o޼IUA XCs\VѣgZ/_veĉs zS{{Uƍسge߹AvڵuuuA>o#0H`8qb̘1vw_`X r:%%%"Vbb'H X@B_El1 X23؏.Q[Okkp`p![fX]]]ZZf5kV{RRp!{;`aqqԹ(k X:xm|l ^c ` GXac, $,pOGGp!ðw2޻?ѣG'&&.Zۃ ?mv/\211믿={ ŕe@]㌱/jW?~iӦ+;w1n!?Ecc|D)ԩS&L3gv5##cܹ?B)l<)}?`Ћ+kǎl2%| cr y_^=۷Sܹ-w]s玪ϟ?.6d ?c-h}6bfee/ټy((jH:ŕvO4 +;;ɭ[{<OĦ\6&g]{Sc_/^㏃l2x{W_} u\x~[x_VV[hрƍkjj Zmvvv$$$,\{S]]c~ЮVVV奤9233sCo֣YD)$k{,2 o! H X>ͮ,0ҁ1Hhk0KGͮ,0xׁ;H+I&vϘ1{Mgg$D1.O ]XD{Bqz^~ݻ?{{t=|*d$DVtLӓ; 1ݬً 馴ճ) ( Ie6o?ܵQ/^zgn4Xɓ'wɖ-[*++_z3] c,c16I $DӉv`HM? q0x+ԁrյq3gݻwԩwAt X!X:0xOXa{, $,f`$D]Y:aw $,l)gcyzo!+ˢ^iډS5+Fv@Bjࠖ j 9t:lr7J0;v)9ZķUG[z,=^=VCCCmѣ{{{WU%%%e'644I،fnξrJ^hE£8~رcK.iW-ƍv:N_|/"(zPc;yZK_B[hk0KGͮ,0xׁ;Hh_G2N0ҁ1;v쐲.dxcrUTTxEQ>|ȻG`Xjkk;qĘ1cv;,t:KJJxE`Ĉ0 O$ 0k…D`lHpD>܂ `^5xWU1KKKlf5Xz< )E HH$, `  H X@B`8 KmvC$o`;w_-6 %n#ʂ Aקb(*c@+#V@QT ƈ %Gk*,aI׍@71vСW~__ӿꜜ4ogώ1ԮXb߾}~5k233j3b0ML'CnwX.UXtڌd7 osd 6 @$, `  H X@@$, `  H X@҄(RIENDB`PKGL>VFuu image113.pngPNG  IHDR":9bKGD*IDATxLρR E֊N' p$es?]tcc%c8tn 1h, HmɦK[gAK|zOy0ʄ`0`0`0`0`0`0`0`0`0`0`0`0`0`lƍUTTLZаzꘘ  SNI:'uB_}ɈI8O޽;::ܹsE666>CZ㏻FFF5Mvp*kjxI><11QYYIDE6mڔRZ>866ƨBf߿?q~t;ѣ:.<<|5554<#\xkiiMNNtR2C뮻o.>tN-Q[[{yƭN3|7m6f#"nٜN'%&&}ڤfMf2rssu:]MMMGpI?Oy{!^ϟ߾};ձ~ #̖-[_%%%---DCQcckd^/R6''VT.\`Hgf%ᩩ6l(**ںu@FFg}O?߿?,lm___yy>VWWp8<ϡ!!3$M<_=s)))999Gf۲eKVVVtt F_~sށ  @  @  @  @  @  @  @ ykppp۶m!**+WH"𓼂sرD u[`N,8<ߚYRR_8NEHׯ]V|@;L1u >Vvvvgg .~Sσ^9Π 蚐2h|_- @0cŊVubHD= OV+D))QFFN4 LDtȑfal;^xj&;VXh`,pjIԛ[zJI!Ù? C6n/fג˿V>~aXlvotRRH't:joO'Ԥ"U53AMMM7nܘ=3KiR/?tZlW.^$l&N—NL:ݙsojHB^ibi{ի7f'oZJN&|2= єypTVVzc&珄Q1cccnV$۲vwߥ]Ϝ~<֭Cj5l w]ƘXYYYv۷~ZsG䈅+"ph΃A>,!.liBN"p;v444½{.[L|K?K:ғ[},%G,P @6tBnk0JGb輋@&,7]R%B},Wx |d|(N^b0_[Fȭ$0_\:bFFF< N]Y>0L;wFl/tÿBxZu:6+T;'G… z6::q\||W^[[[HrHy!;;pR2d;_& ƙ'?#":yl6T;vx]px>4LDꫯ <%| y2x*%%BoB-&,7(ґ:"yEA MnoJ蝠%},UVV*$?JEhppp۶m!**+WH"𓼂sرD u[`N,8<cY6C>B,Xu}Q3&C6 5Ch2Pf5YX|ɮSIuA }ן>}zv{nnE>\WW|rF殩)<<ѣÒ͛7;zg#""t:jfК> 8%pL=lbl$pk20q+^ @  @  @  @  @  @  @  @~P^&ZIENDB`PKGL*"" image114.pngPNG  IHDR":9bKGD IDATxPςCA1Ȱ!.ԈD5 693$64#e9APM5IfLc6dcM!II\dN~Xp#go}pn{n}#ɲLZ 0& X X@,,``  X X@,,``  X X@,,``  X XXAA$I۶m_i&i,?'>}:88ueiiiqqKݻqFNOdw}d2mݺubeee$uwwiC'|R,555YYY-r[p!!! 6miH8Δj}w%IR)oOUz뭸SNj\D2{KJJECaqqܹsGFFuttTjvX3RUUe_xb###}QAAAXXAAA/?}w34VD'l6tС3L7or8%Q۷QBB«|1}wS}-\Kfee%%%ͤڎ"iHp[[5kݻ{RVvww/Yl3Yi~}͛7oڵk,Xp#GȲuVz{{6oޜP[[p8|AV `iC嚚%KXlٛoy堠Ǐgee>C!w``  X X@,,``  X X@eveXBCC%I"𒾂}h"-0+ VFF@}}}~~+Xjx $@[4"d 5::AlSQ%>8Nx!gzסPcǎQ{{;544ŭZnz{tʼzgIޅ8FH,6XZ[[ YFc{,0 X X7BK0T` kVp! G#t{yWaλn߲eKTTTXX؆ .\0U/򦙕ϟoq8ׯaaa/ڵkGe+*++!!!-ܳ@DԤ,^|988gq[/ ^BwaZW>b'NXpuń?XYAZZ!=X)))k/_}ڵi2}K.q8WX&22R+44۹sgVVdZΝ뻿oQ9pli_Qiizھ}\)]]]㋮Rwuuɲ<<<<\lmmmAix%^ cjrrrNNg}V$5l2Zm;0 {+%%uO?twL>t:}6Rokz{MMM?Nuɓ6mʕ܍ͱw8iiiK/ lJ?߸q|PTTDD6lOMM omm=tPlllkkkLL{% 8>8^r(""bܹׯSCC(iiisILL|ꩧ_wZ㛏x2#|ױRap B5Aok0JG0T` f z]Q:uuQI EFL;wґ#tyVF``kΞg?(-fJO'D7Tv7BHw#df3ED Xޛ%ΞfjkxJO+iN AK0Eh GFFLO/ޅ)wtȇ۷K-Wjke]v8v}+WB$-MV+578h:GtM݂a%B듏{N~ŋBR>sFzUۗb'#o|Mnn?/kn+X,{7&GrΓ/^$qX322⺫P!6zZy""҆Q:^fKXK.]hg}6fϞ=W^U.fTE4A G5;?qf!NBVxݻ?̪K) { t[},R= , z]Q:5#:*yCA5Ao'6qT0T oAxp/ ]'1L=>|z|6QPAeƒٳ1##c&W64h U9BY n8ZZZZ"](+\ I1>[zuRRRKKT~}T )))gΜdvBMד'>LDOVBBBvp]'2_6+48#+Xo>Ɍ]K/B-( w較 X~}T%^yy!u{,""Ͷk.*IROOGFGG[,mYW222EfE_ W{k o7V.Z ]o h VKK,0+<<<33Sԫ7}ueY>vQCCCLLL\\ܪUD7 ݩS?Ce1'''xתwh=gzhr8yyy*OᘅEN_6m-ܚ ,n@,,``  X X@,,``  X X&u+IENDB`PKGLn image115.pngPNG  IHDR":9bKGDIDATx}Pt$H<5$aށ0 ZBb5MӘd59C 3iO96Vp> ]aH3fp&1Гwc w{ݲo~` y`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X  Eqq³g.]4,,,00011O>:`>khhq\/]t``EEE1FJlhhHVݻWR]־|ӦM kZjuVVVJ\k_PӺu뼽ׯ_m2v/NZ꧟~ڵkי3g*++NBt6m7nd92 s(vt:u,Bؿ?SE7d2Nֶzs޽[TVUU=^^^yyyc7￟|)l7`4U*վ}R fje&77WV?dddDEE9sυ@LL̻+krϟcYWW0]wݕ-[l(ҲqF&hP0㶓x씔-[<!!!-|wf0f'Gea|}}7o{,$+,DkFǢ Xd`j.ա5WuC;y7LO=THHVV?<њNR̙3Eh!fVkffd*++뭷RSSv+j5{[Tn!"znww+t寿ZZZ\z ^ESS;EPX[[ލIOO~_ň3HHHe*5..qɼy:::R\B};.1c0cV \~ŋU*USSSyyVt[_}"}9s5k`4'}7|7o^m;vSwnkkcfpp1~I+.^8 lExW`?kllelڴIPI͚5+=={&:El C /mH>7h7|u Bj*BNjkpenĭ[p9bnU vnɓPSz={/ʕp=H?mgA}=?'N@x8Zyyߋ-dT;ǎAM Ր>uERutYd pܺ0{6·F(x([Z@yV|HJOOH koO?|xqHII0X ^j.X #||M5A3 fw p}cDEڵpL|:BG:THkeZM&ׯsB^ǡ/\Ά@B&<9_63u. BU1{0<1̡CᅨE-… ===%ٿ˗9%r`jkNVGў55Q@S&8~kנ .RSa.zՅ:BG3f8.B]=%%`0CÍT#) 0(ٶm?V?e'6Аb*J68};DG3Vsmi̙3{'Oڗd D$ K'xT0܃'B]JJJ Œ\QQ1w\`8``q;}Ra2cq= "5Jjs\:2!58J2s; "5Jj'6)e >Wx Ǘ|ȦoS8_(FH8_(́spqi ;_={z}iiӧZTd/W@êf3;`3_!6#qvaHHlv\l6+I .Yd֬Y6Nl R!O7ŝ={v1ɐ|R$ܭ''ӣT*KJJlZzغu+S*ʜx +XGx<9|qA_B %58JG&6GPwyGBD`FIcZcq>}۶me*YC):06lh4 vO VGGGUUUhhF4- VۂEZV{oF""v8p!:aB2l"28c"?ԂCf D$ԂLi3 sQhnnȤ$MCw6{œvH4r#  YX\IvnP$faQd0/C\Eb5h2rUga,,/VTMMMZҥKcfPr&fH 0ԯ%_p… 999iii)))j.)6C:,X^t}FfrffaQӍ&CB$faq&fGt522t:]qq1޽[ӝ;wn-˼y󢢢8P]]f/<|0{wٲe֭۹s_|EZm2\)Z3xo!XVu8''!$fa)f3xoaɈ) BD`,D BD`,D BD`,D BD`铮|IENDB`PKGLO image116.pngPNG  IHDR":9bKGD{IDATx}L .߽{WJ*6007h4W_}6?333,,_ljj8nϞ=Rrkҥ a2...::n!yyy3f󋊊z[]Q__W_]|Of???)S-g<8x`ddh5ͬ*-#wj>۶m&G -Z4o޼AaLJݻ7q\YY$RZZj2>CnٲƍF͛k׮""/'..nkr' FsСh4k֬X,2w6ivvvnnnHHҺ^ӧQTT޽{%\ XxX_K^o[޽{---]]]CCC111?b\m6"b2xv<9YYYiii… CCCG,_^^aÆǏgee9.y;wu\U8Sx{{Ϙ16iO>QQQQPP`7Uk֬?WUUbygٯ,76mڭ[~}zŊvZɟ`0$%%$%!!᯿裏Yhه'̙3g544:th A^O:mB?t>^SuhOim#d=c X5LikKG%ֻtdƻh X5Li'6qTfhc96+|aB`u2P<jʑ# sW# W8Lic`,G*(W_t;v:uJN tK%U'"̔fBzrmwBD}}}8 }~ٳgչ(ĦG us΍9"Pi{`DtaovX,INGDvrkmBA7^rP8*Gx45|ױr@BC&aJ]^:*5#34@T&aJأVCm,ƒ_QQ*ˑR챈 Caaarr?qr\`WVV%'']eKt\`yy)>2|{7H].Zd  ΘlC8TF`![RRRzw`MYwkjjz}DDDdd%K8GYZV3srr.A,P &,`&,`&,`B rfLL~μFyɿ۸˳Ņ26q?i𠴴nݺxy8U&j8MN Bg/hf1 e2 F,gŅ2=h0x(,>/’hKJJZmSSӈ*]5Âvy~ג'&&&&& srr.]_ٳGSe VC9<,X^lwyP  4K6 ez`0W(SibdW:ݠ` UWWWWW[Ϗl^`̙3۪0w0|eee7o6LN)Y5\&n`Y,{✜/a1 2Ľpi200  XL XL XL XL XL XL XL X[xIENDB`PKGL}77 image117.pngPNG  IHDR":9bKGD IDATxLOAh5ܾ: Y+( 5A~9F Fn.&nB&i!f.K;M1ZE`٢ ===>ӏA0}B  @  @  @  @  @  @  @  @  @  @  @  @  @rq%&&022aÆX?F݁PR__.6^xdd.66w)((8TcLjwƿ~'DtI+W"##mۦb5oܺuKOGIMM-,,殮}3088~~h4[nbbmy@dˋ-++_|233￧7_xq߾}NjjjZhauaz7Ϗ驯ZϟONN&ѕ+W`Aǣ{^ӹ{N\⻡3V@rsssssvp͚5MMMD$`oEEEYYY ; XzuFFFwwx7!!all1?gNOOWǪC233z…ŋ>(JMM裏z{{_xm۶cu!X_zJ[ZZzӧOw]vɵkJgx}03LgRRRfs\\8NJJr:&^oNN΍7v% u.K,//嗗,YՕi4Zɉ7o^zz͛_Pyyy|||tttqqq__ߌ팏+K.?j=|*@m8bc0`0`0`0`0`0`0` X,QQQ˼{ i+X .X,s`YaQZZʻ/0' VX&,`B`4u-e"x0~[~]5ex}Å A8t\."0LɫVRaqqql mMgnw82,4K`Is0ƚt:uz_KX+0`Mc,0ƒ1 L XSUKkp`M~.B^ %yxYK/C`~ٌz+ u YK/OEOOQ%BY}f,ZNN.ydKݯ2c%le7ȘSaNX&&&_IMM Y+|뭷WiS~{ηڥKn޼?o_tI7o76k sͱF c1%KJJJl߾`0YeddI3㾻rEx%!#Chi /\h^b>ƒU/y:˲w/Y,t욐$z<씔f`uvvwKJJ6m\QQ>22"@Ąc(3JTxgޮ ېAD}xw3 | eeB{ ԉ`+XzV]]u+%$Pc#X_/NzE*)^!=zEDKYY@^/>,g>M'NPv6Ait=J[Ŵg-[~iXlK6PUPCDDPe%ѭ[o|-Ȁ`Mg$&ttv՟`MET[Knv՟,nߦ{inڼv: 5h墟A D5%Ù3u+EGSS=  $Ġd^=K6NJ V4Wxfsrrrssskk+-Z444$(Ղ$-ܾk+X&!wڵc s~@,AT%6G~cBq sJxmLB "ek~\.*-7ߤQ!}tttK|Uغ5і-t" -[Fi| fsNV_I-Ί?TBBuuQf]e-n}QXK.}G=[R]]]WW_ILcIy,9OBVdMB : zz9997nصk+mnrIcV(e5<<\UUW_y<˗K?`)`I?0 G, 8b X5Ekk0KG'6t8]+0`MډM c, zc^ ӀB^ݴK<#+Y1Zk +8#ETA^~p8O8aZf#(ӿDi:999G\NB}=^;'G~ą ccc Y\zuFFFwww;)Ak'6Ci0O7dff~7ޓ u*"!]lq?&.իWFcUUՌ+{^v! Es*_?쳟~iyy9lt:ߟt:M&&n;Gj^4M V;G, z@0`M ͮ,0x; L XSqH X0oΝl =REDv+++-KTT`|2B @kk… - h+XVuxxp ̉bx! ݠ`Mk;;w_ln~p ֌A7+...//ց5m A8t\."0LɫV5G[NNNFDDܳnS!h+X8A L XL XL XfUXoi7D/֙we |IrԩYgQEAL'1qFCC볨"MvONor/hfQEALp[EmP10ƒktttʕK|UXX%???&&j? Jd `ɽyAZ\n/,,\fMSSSmmjT!,4ϸ>*, b0 X^ЬZmP1%TTYTa&nLtu7~̙xSRR8f6M&]gggxxxKKxdӦM###TI!X^wnK L XԚKku@& z.Aϝwñm۶y5^˵aQYY\vm…3=epJL (zO>Ν;'?"""***||Y";ĻSa"i괵zݐ~7&%%y/)..^tϕ={Ą/!._RS^󳞮 >VWWWzz{EGGlܸ~ VQ{;OO?X BSuxWazzzWWׯFFFtS/hj:rn={{J^ Q:̃UZZ'~џyܹg},^۩ U/N3###11رc&jii5kV}}xѣ;v숈0C% AaAY5⢢6lyN<)ޕzy&n;]xQavҥ+RAsB;:gQVZ=}tQUcݧnx:~L&UJr=v=%VgQ={,.\mh6heJB XRP@WPg'Q?Lt 2YȻ5_|N/HӡCQ3Q=ૐYɡNujOHK'ۃj 2JI:k_!-._TZ.] \:?HFDPe%>L/@{gȨV{I[_.+''p߿_888(=퇆FF, 0K !zp|Bu`ī khkiӦϳ䩧_~WgqvNeeOͱ!>Nh]Mv;SN]t,YU511t8Cݽ{{VAP6&˾}q̼oy*dUx%͝P\A${ ďXiiiK,ꫯQA;,YU8@˕_ywttHwcU(?BЮ]KәW]]cI?`)`I@? {, c X5Iks`. w 較 X5Ik6q3$蹏 B:a=|xO:A}bUx̙k׊w/^nݺӧOK?KiuۦPkTp 9p0W/Q ÿ4[Vnm/Wͺk㨹jmmE\mn߾m0Xp͚5ɭ*6RlR57NI %dggwǏ' .wF]|rl6"ڳgK].^~顂_O?}ĉ2"*..NLĽuuu .&ym=_xMzhjA#NcIB kF`Nhmt FpλtAW,`CGh=Nǒ>e..`ED߿sNi0nݺŻE0o<»-mj lRmh+Xaaj(`~Pk^`{hp Vkk~p A܂Ձ5muA8uuttQssdJHHXz5女{N/_wOoӣ8 @BD`,D BD`,D BD`,D BD`,D BD`,D BD`,D BD`,|嗊㸷tʕIIIwX,[˂H*++5 Rt,Ƿnݚ?[&3""RK!|pu8lhhZI(<zgjjsd盹000B__ߖ-[^Ry扉 2 ^믿BCCzovW@ZZ{xߎ2V`)Q!W?C}}}vvvXXX[[[ee=?k|0::5((hֽ6MTԔIvJhW_}/SSS999111\ȸG֭s^?%K\vM>l\\$$$;vpK`HV_qjV~?dH~*nwy…~qO>l4Z5xcǎ)ʮ.TBZ^SSh{9ޝ;w={vǎn+VȘU䩧JNN^`Accf{G%}2Ҡ***233###.\hv144755u޽۵۷RRRBCC,YΝ;'n@D` BD`,D BD`,D BD`,D BD`lkppp޽Z6$$DPܼyv Vooӧ.]MlKӍƢ"mA~a+X 3|!,D*JY`X ĒCV+bB]<θq,PcWC[BΜ9`2T*U||ڵk%غXEZ*bo-Z4k`0R(zLs`9ǚ.:T߱; "5(>c!Y`!"KVu.5 ku/pZ\`hhHmV 9t{=/gAfb;駟/((_ZSxe?ƍ`6U͉e36-??bTTT>|877~⧿rkiBq19"F.HO}˗Gpp /veᩗ/ͫ:sa/@qqe˜$%%];wx 0MO{C+XXݳ0JKKzHVVVXXXxxxqqoFUqq3`|Ga*o111[lq^rczyګMw۹;U&-q*}5?+mp'>Vrr^w^~B155]^v{nJ?~9 Cajjjww󒮮˗xp._aÆ XEEEA ._i&+ OLPT&[H%Zִ4Z]WWؘR,UUUv h4Ex">SĪG/Jᒒn]& S/E}w~8X`ͣ/=7† p(OUߑwccy3É וR (* .]i(,ӧ`͘5*F>+ 7:t8|l+mZB~ƈMBl,sC[ SP_7%&'<*Ξ[)afᥗQk`0@v6TWSE5?g¶mpΥZݫAs\rhoװ qQS^^ƍ_8͏p~BJ \ }sO)))ŋK8PQQ199)0\ V {"b[jX;'HEc233O Nn, 322o߾?jfee?~|ժU` `%;7>e%߱`Q:2Cv`  ډM+l6F<( Eࢵs*xҥ7}zҥZv[_ N1EEEۂV?+<  \ȵkzzOFEgLZZ[[?a8dZBDA-XYYYHcqܙ3gL&J_v-!]n_hѬ[B'H,D BD`,D$fa&f_֙w4^Zնu}Pd0I;oDLOO?~~wIUMrpvNBo/h&1 5NC"o9[$fafM95::1 dggUVVtY3(yU\3`fsk֬Yf `ɩ~7W`y{AIC ,o/hljd0S(Q~&1 W55 r֝;wmNSS7|3V5--MV566T*4wf9((KKKjkkwh,W5%kDtrfs}'6 !1 @M)>^'H0X "`!"0X "`!"0X "`!"0X "/ΡHIENDB`PKGLg image120.pngPNG  IHDR":9bKGDIDATxkLWgYE[Si4RH FUj\^$j[?X#M4%6"J ފ6[jmچD1e٤X]ü2,9g왳fΙ8[ u`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X "`!"0X GΞ=3gt-tRQQQRRz}qqq[[ڲ vIuuurr2Vu ٴiS\\jݷoh_yJ5e>^&%%XjJ `4߿sTG9NŲ}uֹ-W^ ^?00bh2Ckkƍfseeeddd\\bm9v]*Rk0XR?}]+W?ȑ# ,_ݾ633󩧞0X]422dK|Yf@RRҮ]HVlKt:5E!!!q411/ZW^}WlDt` Z;X:::TYj_# t:X\QX+)8t܁Z9TLS!ohFX6oRPf^:&&&<<듭)>bbmd"~یXtf ߾}E\dC/NA^ŁDtSS /<Ν'-[]٫]|N:trx씣G~7PRR(SPPveW>|866&dwf3s7n^[hx+--M8'==ѣGh4k3O,e6rXCCC9ݻw/$$䱕###7nܸp°jpee~ueT`F8s̕+W |Hnzyڇ~(ltww&9{-{nCjO,oEI.axxU8̙/uVF322E^vkɭXZōT\`ocuuu \vmσn ,;WL` ;S%#W}`'5sιs/_ve3}:< .m oYEHv{zzzBBB]]]cccFFNs5ZZZkٳvÆ 6M|ޅ͞8@l(߮۰ZQQQK.r-jnn#GC/OF}7\|6ʠ !8X "bnl ^{ Q;cW_&ԁI pv, 8{DF©SpOU6aK.x%8|.Ux6IKիvU`a ?\<(; $ Odas/km,Ñm>#j <*r8z.\(pΡpG»(/-v=&s:b˭9===ȫ`l Vg<~+ QF]?b[q,ւ544-ꄨ}_?s.^La>t,ѸSYY)buM$E|^ g%:zH.:;wO?}iלtc,lc `y Qv] q8YYYboPA_NFq KK: lZXK`q^:*ZC6E`  څM@JDx>^!"t2'G5(ET7$&&.^LJJ;qvH1ra*pqc ?^}fsEEo05Bކ؜uA>a+Xappl6Ӯ [ `j? ğݠ :\Q OzMFWLԇZڄ_0*C-Xn;!"ՠHk4?~:;;Y\UCaB9mڴfL&K4#l ^ ED`,D BD`jIyD~7[Wޥoh>QX$It0o}w[nOb$W op*fH(`0oVCEb e`0孡L(,>Ϗ²p°jpFPLr`ݮqϟ?&i/bMM͎;yUxX vY$FaP #EB~4  %ï$FaLr՘5klli͚5wަ~iv{zzzBBB]]]cccFFNs sX__O]vϞ=6lNNNl^X5$٩!Xcd2(,"e*Y D^xk2"b*^ E `!"0X "`!"0X "`!"0X "`!"0X "?KےvF4IENDB`PKGL4y image121.pngPNG  IHDR":9bKGDCIDATxkLWgQ@P$\4Ք@J%.VmlcҔ&M1E+bX5jR -Ĩ-ՊlRڲ~eeܝ3gv>g3svv 4?>!XL XL XL XL XL XL XL XL XL XL XL XL XL Xn9yNӧOwf~~`(..V@͙̻_RYY# _n]Z`y 33su``^ظq+fUڄCg&7|3::瞓nի+V9sf```ttSO=ϠRΰ@zz=eʔM6͝;۷766 F~O?5L]]]Ǐf\8[BCC_|Ō \YYj2hdddՉl;wK7F}D믋w7m'5EEE=6))i[n=w `4k֬%K`XFΝ;{h4l|g̘ADћ7oVv5 X2EFF>c 9sfA]]D Ν[v-UWWUz-vc,… (..Nw_vvv}}}JJD߼ys``V:nYtidddbbbHHy嗉(44tѢE+O4i̙c^ZXXXPPW]]mqU,dffڵkG`Q3_ L XL XL XL XL XL XL XLh+Xe͚5f9((`0\rwE QUUn6y^VRSSkkkx^VUȆ7@ = (@,=kxx&rןUbQ.]e;\ X_;\hP(Ç"""L&SZZ [ e;\hkn077VQzq Xx8cjiie;\{, cq00@yyǻ=LKУ{:XDTYIMMt Fcqe7i @$z-*( w):= вeO￯TQZ=OE 'N(КRy`mag%ۦHvٳt(qIyz>ZUVM6-888''… ˌJ۶M}b~ٌfʲZEΞ=+N]^fߟ林4JO=Xw^":}xڵk˕;"t"?EssxaVOOORRS p͠1+KOZfVyz8}+V8/ybc^DOv\x1mpgF}EA TTIIv-~G cf b Fd 踏^3 CCC<1^;7L42"df {ێR+XXKΟ??gΜAvjC.Ǐ/jGz|`uvv5"~ӧ-[rey1hnZz{9V{l;# X,mmmbĉO>_~YXXHD999c^1cFKK$*|kQZJI1pqFaaaXXؔ)S#}w+**&OSRRuz'$Wx!a6oQ/u2Q}=yVN%><}gvaXYٚϝQ1۷SCQ=޴T==(+Μ9sTۦ|cDz Zz`% P^ƍjnVsT@{tW(U!X<N{PqQ=C8zi:W:vLzp(I͛G챼Af3o.y4A Ϣ_]8^;;;Kx˗/oiRjl֨d BTs<0Qa!]pY `L:yc [~ڵJuu1#mKycr ;t$obw`0ЁTTd݂H1JGv ď&z'>:UTT J HK"z"h Di&N*FzDp(in.--oӷl'K%%w7B3$``(( w 較 X5Jk'6q3$蹏CR0_!z|W<nQ-vѣQQQ/FGG/Y䫯~8PjT8KGGC wQ[[[VVvԩTwPdț_mv׉P e׬{^%XMMMS M{Y!,, >#fjjjRH Z;'H<?_8&099Yzg"jhhvvv\f9߭%uIoBgx8Pk:wQ-OcIpB kF`Nhmt FpλtAW,`/}Kh=Nǒ>l =+Ov""X,k֬1AAAʕ++p̻][[ǻ秭z@6nPR.ڎkddwFMDgL[?!:-X.!np VHHHzz:k pa"jkk#ɔƻ4+cCh+X8A L XL XL X%f&2D/֙wy ,X`6>YXdt2O_;oL7lBD,faMve8x(NBO/hf1 6N"o=S,faѦM#XIJJr^★eϋddd13(y&2ǂ.kSRRRRR۹/~Gnݺa]v^: &&jzԦje~M`l{\EM5ː( & RPL XL XL XL XL XL XL XL|dA\OIENDB`PKGLZb) image122.pngPNG  IHDR":9bKGD `IDATxlO'n5a[6"?4D(Qb!%!E68p85eFLq D |@FٚȖ5Yqxڧ^߻{zM$0Z,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&,`&͘1#µI %UUUNSm5 XXbnp(V'K.s=v=##'FA^^HLL\vi'|̙3ѣGƅs`E~w8---UUUwygkkkZZ-*B!^SSqFDh?/cmvv[]]})5r`错|rk{3gQFFFee%yBKp8ltMOOO:nݺ͛77440++"pXÇ~?ډ̟?n>}jEXYfͬY.\jjjNgiii$k.]T\\~ٳgdžI&9իU۸q9sLr]wy}] DE`y<[XXȻX o$0`VWh--F2  S88%1第b %Ijll$6"jjjJMMMKK[x Ϟdvk}8Z1.I.}'DRdZJN{mǨz?#\YɨW ɞ)5Up!vy—КEǏӡC=aT%Ŕ7ClfTYIeet' 5"Q1k֐I{DێQ},.\ Z[)=gt^}gҏ׶ i\ rHS!`PwdiUP:y)">**gU cCKΝ XrLU{E>pOHSI mm;F#XP(777 _cݭ>cэ4o8@K-d4+_69M *륇yq3^GCAXڿwb+X:!(ʹkl6^#"×X4p]h׫7ÑX$Iߘxvء`uy$UmyTL0T*4@DUUKѴ0\(-??O)͙3Fqum***_2\LOy,!8 A&NF}Dp(T SVV_ ޽{޼yAT X!X*yOXa{, @F6t,B5:*yKA kh'6q3TXB40_!z|Y W2 0jThp G6Qc| E9K80{Wfqc577( M۫[oofKNNeK,lnn6H،Fn:v؅!|Mӓ3O~GDO?vuuq z^"zWԟ„WxmWhqV5+WseuTXKh !X5B5c(yW;X L X#D8B},ccKÅ׍d;c۝`.^Ȼ"I`uttO>v"V<OOO-,,] DE`ʼnU7` 0jU1` */ d4D,pzYnw"X`%%%zv`Mλ$IDFDMMMiii/]h#wpxɣC!, &,`&,`&,` qA3YX"oi2yu]\}[ޟ,,:d:mb,X0k֬!XL XL XL XL XL XL XL XL XL XL XL XL XL X9zVSill\lYDDM&Ӊ'A 'UUUFQxמ={^x+Vر#,,̙32v/ X^2R> =21AiiT[Ky]O?=s̈~ݖ,E@mLoŻ|8jZ򆆆***"""^z̙3W.I,so9㏉رc+WXzewz n  ek׮MJJr%??ܹ.7ƍ>jݕ+BL0<γ)W:::,X?{KN<ڻwy]6c [f̘!QQQ[l,˶m۾;٬ ]bllo-a{i0sdd~.rgg ###.\ 知[A$`oDv Xiii+Wt套^2 ccc񜜜]v͛7O!K>Kiml1g$]A kf`Nhmv fp AW,`8@X"^RZZrcxbۥBWx9XPk\_Q#vuX%4 !X5Ikk0KG'6t8]+0`Mڗ~%F'cIr]Å֕e;豈nj2BCC COO@&m.&&d2|`ARXXȻz@6|nPR.ڎ͛x21njiiqnr9 t["##srrx=;  DNDMMMqqqK,]xG[liӦM@ ~D[R`&,`&,`&,'4X6!~#Мm2?~Y"Mx(Oyc͛]vQww,VaMvey(NBoOhf 6.$o=[,VaѦ-#X޺vZff-UX}^\eҥ᭭UUUf_~Wm+C;,Xޞr{Aof^)!~,oOhv=UXdGgfVaѦ-#2,VaMve8uAgw߭onnv f͚USSEٗ;|p```mmxuʕŻw޷o͛FАWmVDqzju $b6,C{, L ,`&,`&,`&,`&,`&,`&,`&,`⿁ѕ3SIENDB`PKGLg// image124.pngPNG  IHDR":9bKGD IDATx]PT(CH#.A)HSMoc6S3yQNrafe^R٬aP78"RIb4aڴp?iYgϞgg{쳿rγgs$I`9!XL XL XL XL XL XL XL XL XL XL XL XL XL X|76mޕ+WZX0w 'iiiVջ|ǎ7n޼t믿|P'+K,f)o' U]"®00nR$I*,,BOOφ n՚r7n)'+qqq.]NSSӕ+W6m4^#k֬\SS3}tŪb~,?mmm;Ϟ=fee姟~:007mZ߿yΏhǎ>ˇbbb*++U;o޼Yfttt3Kb 'O<駟1c޽e X:<> GFF+Q]]9C]ǣy1ӹ`SN=EKٻwZϟ7V18&+VHII;wn|||[[^~e:}$Iꇯzzz***9sDDDչŋ3.ޛPUU)W(((Po7ǒ' hǨz'֮P"joo'Ƥ<{||xwZE}FcT=k4iRá(룜r:)*/o_bm"## Wr2egZ7Z>֨6{ׯz1+'4[{rr쫅kW-V))t̻0``:rwa5a`1{i< khnx+0]]x1]B~ Xi+3㩥%vGX֨>-MPc;F#& vZE*'3 +++NWRRO?˂x"sx!6?BKVUUŽ;=йsoeq^MG?a/>C"jjjooQQQߕO8ADNgԫhmmո}ЎQGyY?Ayy̙3KJJJfϞweon޼qr6{72"J?ՃW:;;Krrrr-S/eЪU8Ry^:e)SHt+u]/p8o~I.멮w"cI6mچ KvEDNsǎ7^[otuu yo*$ihhHcjDŋ~V;s挖 k6}9s,[Ld۶m֭[ZweFwLgNh;F`1feeuvv*?{p!Yjk hǨzV[>wMC's?l=*&.G7ZCR0];ztB͚EN'-vmdZ]0,h@`ih Hщ8@J$Zvϟ?pp{M D%[m+xס`f h8b>iFE7GuիO>]#\x_~Qy8[,r)eH D?wMr2͞MNjHH`4p]n>==v(+X$cgΝ/V.\PHK[s "i׮i[wQz'̌Ǐ{l߾͛*c },!8 V@ 'ځM 5 `Wכ#G200u/rٳWR; [,b X5J5c(yW; L XD;},WZ`B`0P9i G]_|1s̢"fjjjqq]Oium>#Z;\`Q́tԄfBCɂ%f [x<䅡Pwͦ1r2EA^8uk׮)WvbIHH X lR#7dee}c$C sssM7$oVkZnweۭp87P|&g xB G<ױRa6`(F`I6t8C]:`*0` TΝ;Mf_7Ҕ`EDt:lb٢-˗yW:DƻXw-!V=>H`B@cԀ z܂5<<<-Dhp VKKa2܂w"`zv`Mλ$I DNDIIIK[4iRyH4L XL XL!X:Nhf1 6!~XGOh?fknnp}hd0' uޘسg볘%6ٕ{b83 =,,:d: @EGa4fcիS.2,,vٳ>3(&2f fK\򼼼<ҢEԼjSC4!0 V'4],,: `t`zBsfafMG25YXj]c:``oڴ{SNIIIΝ;>,\lSO=w QQQiii2t'3Cn-qiiCX¢f( &R @  @  @  @  @  @  @  IaVIENDB`PKGLEE image125.pngPNG  IHDR":9bKGD IDATxlWݏ'G1B:2E3M`jC115 pQ 1!""ۀ1u@e7 mq;{_=DQ$%0& @  @  @  @  @  @  @  @  @  @  @  @  @ +"4e ^hb̴l_}^]D'6mZmX~Ew}۶mkllEQr@ݻz{{uݺu Iw}>jӰ0:8O^7111++K566/]tڴi&g~:NBuuuzzzFFƒ%K+V$''755]paxx׃6o~Z[[^V@CzdƇ_r577gff{< KaaIҜNgv^ mmmZu\7"7xC_\\\SSk׮˗|A;w￿5Ԉ,OpBvCCjuV555AvW\9uT"*..޸qX ~A===ʕ+XTTu{nڵNSNko=OUUtwڴi'OuV`#Gfҍ7LSN賾p4"O=Taa9sfsww~jZVZ /־&t-S!7U~]D3g@W`qa4yyOV8O,jk饗4~ڨ+HwR ՘Gnߎ+/-[G(`7 RqV᪬GUhGpwŨ/)!^ c2>&\ȃ_|1777##]K/6jkk[ZZ222y'xɓRB^PE >.}m6"ڿt… )))k׮ rˡ*}-Z,X՟4xb+ܽ{wQQт .ܵkWG-Zyyy)* XQ?`7CB^ yXRB;jGNx2rsL{6$z!:vL~R Xb#?Y:TSC^c6s&ݸA|)Kaq1Ί  t*gQ?;Dt*Y42BI<]EV+y&ǽ RNS.XOBT]$I8@J|>fc388~"q3".ZNл2F>m&rQMB Uܾ-7n6_BeBt_R0 QEԮ:UjTVٳٱCq^K`lNLssՙ3g?$ݖf\~]QU Dl}ѭXZ!0KGq ^OIfϞٳ'd---7o 3]o‘w'!? VTUہM UMI`Wghhh͚5}뭮޼y>!VrV돷X:'VCA kok0K x]Y::= P,`ہM Xayez QByô[SkV o VtѦ^*ӿ$1N[e+Tgkٙ##-ͽ||˗/ }?;o6JJJ>]ED6lAB3 _vy'3:>0pB kok0K x]Y::= P,`ۏq#F'c1 َ.?!'YznOMMܹsz+Xyyyv]@L r\ zbW(7`~m5¨hO`O d6X(8bb<S0݂t"n2z=;]ŝ;wQOOuttX,y5_ )G 0`0`0a`)8Ed 'yu]ff8pYTaQ&b0ni{7&FGG7o&gφ_Ed׍hꌰ+fUXɴ'y!XbQEAqT F#5222w\@W*, ڌb0 Y=Y*, ڌb0Jh-ZU1^1t:/_ND[lq:?S^oYYYaag}cǎ9sX,@>11qŋX>hkk{RRRVpTmj DuFI\__!,iSn(&©Ľx4`0`0`0`0`0`0`0`kS=IENDB`PKGLց image126.pngPNG  IHDR":9bKGDUIDATxoL[U_1eQ $"阃b Eoƙm/|ᲨY2$g8g2u(?e19p8( m;{;(j/_=$hL XL XL XL XL XL XL XL XL XL XL XL XL X哯Zwe˖W8{իFc\\\UU "wBImmlnzqڵ<@CC={Ν;ͩp+"ײ7nHw;;;u:޽{AP蟩)~bbb999fĉ[ﯪJJJ7n`ip(Caa׍Fcii}ӥ6M~d$ .xly444t)ƼAsOG]jUTTT{{{mmmdddggd"_~%,,FFFfn2 vv^?|-[<},IgΜ!]vIw^Zu-ZDDmsss/_^WW7߈M,֬Y㺻gΩ2..p~gV/4 )))Gts=oz~a~HçBlذ!999'''&&f_y|0,,nݺ~WWW?aaavG ޻PSSn6n:44k___qqqll^gff<3>>e˖LѸd'IN7c0`0`0`0`0`0`0`bjn۶`0t+W($V?_PP/eXFFF+++y"VJbLhPk[¥K l._|/@qy\ z{{lJ$v ,7ǮדHぶV!֡tJED--- &iʕAxto=+9(..v*w8/V:g~=s¼x8bÅ hxw'1[GG gKq;jGb ~(nz]]{,,_NλATF;! c,a2hb""83BXXحs`#5Vޝ ,\42B;j;mhhH))Ca , 8ҎZ.}ꩧ.]]VVv\pea@AnDGGEEEϟhEf2{۱ȑ#D*ݽzjDDīqeS/Ggޮx^=ЎZq [qY?MRRRK= |뵓vFF:}rzqzzzKۤ0***::zӦMR]d$-Ya1Xnn|4;xS/[,˂KLaJJ10c9N+<OTTT'O[pC'w+?(t[ނk~9e-nK}p56##Tdǎ:njjʗgMZƍlGv$oGXYYY===%.\=r8A+ *&9Sҡ  +++Μ9#lmm}<’X a~n?x j_~eyy|P]]MDeee^NLLHHHx_%9y'yv^ ncccFcIIIOOO---DtQֳ?;srThGH%zcYG]- r8(:Eƥ!/<q-[U1& JBumH7cɄ"0"тQE$%ŋ ̥8!D$+B £Rh6сC!>XrS(J]TPa;6J]J' ny_棁3&-Xmmm~p "D n),,Xwy ""ɴrJ]]XxRI4L XL XLh!X .hf1 m2톄EbyWFyŊ~볘EAL'5Q_p獉7oJ78@DYWk:- ,, d: ,EA!4Zckll,77W5 _faYjUTTT{{{mmb5_m8B,X^q}튊իWݻW_m*n#Ăg1 6Ch2B,X^YXB(OLњ,,~ɮs:ݠ`455555=DT__wͷfNNN~srr\ܝ:ujѢEǎn޼nhhx#""f_m_i!Xv}&,faf05Q.M&'H!,`&,`&,`&,`&,`&,`&,`&,`^ f jIENDB`PKGL** image127.pngPNG  IHDRddJ,zTXtRaw profile type exifxWvE1Z=~H:*#'d2昋(۪r-6yRyt6_?s__7?x _دw^OP^wuB]0=Ok ^ߛ?m۸~> S+%t+=ozG~W3Obg51z"_~Ѓϱ;T6Mm>(k~5*[dlI>5]E\w8do_x~p_MJԗ;!#>Lxٿm|r;.攻w/Q;g{XWհ eN.+~Ouc?%6t\`Hs}Fcpe.@b\ 6\vx_#tVC r搛2ɩ^w^ZHD dSbz )RN%R!ǜr% z %Tr)Vz 5Ts-V{-aVLΥ;yGÏ0H#2hOgƙfef_~EYuշ۔Ҏ;ˮ~N:2^ +g2iɚKJrt{>2y3)_e(uM֖nތ=]p6}/Ow8('Ync38HfVF{tamj*s֘y|*9h#.oHFeڛ(ħrVrY-~` @ IAr֩Z} h3(1oVphXr_.#&l_Y-(!'r$~1\]}fXŭ>m<رG(+WU{Jn;?i֤IT?W2Ϳ_<~wfYF_&u}fYTAUPW,MoR}u6Z3f s>z[;ܴU!'F "[ qge&${b]>0!{ڥ{Vep7uU m:O!ӛw'HpK.2l;݁*@e B7j[5X&cwmVXXCLmilosg68B{Yv֖WB;$r,hO`i _/)OihR0ޗ{=IxvFngՄ_=eH-h^Z&E bD |8N)(e@' Ĺ,3Zy1 D7ZB@uxqiSTwaww" q6 ܩ`T:X %Px,1b14pǘ m P誎y~S?2<'(#W &艗Q4Z}!)_ܤp/Ne f#z"҄"Dn쀣lkX"rɨGʠ%9.߽RXv%ł91YULz>nZR1L'S3qeZN'+}x nIw#@(O{HFN>Hs 8IOQ;Go􎶶ESO^I`3 X`Z\n858F#ӓI0cFX1.E* ů-iF٣@א{ ~e u\kؓZb|#mIogDiII\9 bKNHR/t,O[kLK[5mĉacBmO AQ,m->B}# ! &d;U (1B K`q)Y(ȀjQE쉙vA\#_Uk &B9@$i3C+9i[m;4I.A;zTA"B%]fbjI];=ۛ|~RoUg٫:`!ą l@Qxm$;'۵.(nr4Sn#'Ȍ4D ܋)ӰVE]ӌTG5 &*hzP78+jVo(>\䃰 ,T6^XtӮS(f0(kdT/ IiȠKiEShƐTVĩO^Ȋ> w5L@cij'@aJ'YS5DJR'$W:s8c'rIa/ԛ +QKR!kMGá r $::26,&5oUVe3,(ʡi:e(uJ#kd׿}4ASD*O֫ bڭӱF8y9D@LX&^hH3]'kg%|CԤ+X (4jظL>X(ڗX#BKxC86"Kqj=%&ж%P{҄e؇)+⍺𴕖E "P8lZce-9adҹ/ ɬH8T jwC^㺚BqQ8!+}1Bݛh\{S7P2 >7O16 MN5eI+"ZV\ƝACb&W]p=jHr Fcxe DB9D|TY2HѲdb`in1֫a} LoȈ)ʗ/"id(;<mY"yU"!>67MvKݿ5Rk0p]ڢ)>x6ma :lpMZOY qSD |@A!1jE4* (-Ԕh;dɣigzʻjs$̱f`j   ͚:5)RP@!9HA9gM<ܤݙ1 ϧݽ=dUUGgSεr)]%|uPlp8Oڎ*(Z ggg"kv_4UCF6l(SEӑ\!y\8]@aP`OÙQEZM`4vAz%b蘵nu 'H=m+wIzРЂ~^1j[o'phI#"ޑ!͓HoJ !dfvݲywD*"TЈ l!`gwJi0QO](8scBO`%: lY*jc PRBł[lBk|CˊzvB&Ѡ(&pm!5R*/߬Vs]߬m.yZ]# O>*%Oa=}!$aFɀNs⃱3h Dn< a/y({i|֋!(ܐ4'!^: DԆ ne0GsbkAg]Y6€a5BȸޡighwĖ3 .#Զdtχ ?IF('ÎԱlzӳaujXf O(4#GdiAj % ΞĘ7 MM5 ga&?>3c_w P'w+wkL+jECQ-Cԉ1vC$/",(^&i,SD!{6إ_l\KlI!K{ؽ):"U2KȔh&9I \be)Рpgp::"F85d~,2ADC-Wn 4~C1K{czBV(ptN&]`D Lp%X?v<ȳwg钝lhR @@$d4RY GO<$T#HI4,>"&vנĿL }ɠSU#QKMӰuX:ȔxtkqMX}!>$9?}snz_lǔ+HmHnFuJd495w܊ʎs,WR=)# U5BA4/O.g~]*xrsw4e.i敏({i^tZ !ь8saSKGXB$8<ΙW]@oW@s1EX<_ Q`'U}>`7 iIdrĸ[ b 3EMf yixuKt Eُw˷1 Ky|Cj/,/iܒz]K2-x:r0v0TOq A>YqϊF0[nKA0+DOT7JIwҔW? 865c7h8u6bqIbz𛚓Wk(R:`;*㊊#Vfrߟ a&Wh "$NXW%N'˟h~jLAbABt4=١3/6G"n|0v3I=fcGFF*C[:}WM%{hG Pq@CXp%A(\EahXUA.&ulr{/=.lIl:!76 xDf:R3Z& i o׌I#ÝaJ-UsԪ[eW_,sI7Zh>atݢXqEI8tG8朝,MDߺ1hŽ5gBa5ׄ,ΩEU"N׫Mf(i+݋LeQ͚DSGRؕԁ<3[$~'-:ܕLETx;Wy?V1nܲDEw~o&Rz]}zM7וEm;bEDꌓ ܚӃΓ WG-|HQ(xN,u Xt^{ԜeLbwzo;5_;:pp:O3a,X:z7A}N, .GRe %`zTXtRaw profile type iptcx=A @ yEUair魇? VAԱaGK0.AU5r"ݛDao 1wJiTXtXML:com.adobe.xmp /PLTEٟbKGDH pHYsaa UtIME)Jؿ IDAT8ˍ 0G3v0Vn'펅g@gY^Z,%涨R'NGo巰āǦa\u]t5:S~WBՏ㔨nj0[`ŝs"e{`+5@{k;gVkL3 ,ͦO x03lɽV8~l4J mLĽqXqp6{Î4fCtfι>k7Ђ#RࡆbLOj)hRJr*&A$ɢr1,9kn%XRK)kRM-ָicՍ3Z뾇{s/6G2(6 2eٖ[Ҋ+-YyUW;e]vᵛW{}^s79/y9߇p 'I}|tx<h>s3[=I<^sI3z |7}7_yΨ usM-xB ` vdjgDˍgBti>&X+ΘXL%6Kuǒܻ/e>gHYr`ڐMCnk7 :3FY _ fS:e0h;3y`;m{b*MHL^ubݝφB0nSsEM&"蔝%Th9 3JHop@1( ɱ'jյ̈NBAt]Ȱ򢪻ti*WRZҽ\WX2ɰX)!yRc[] ~5vhT#ojd>t ߪwkrfl>e=67[s}yWMNP-5^vȺ4s'v\y".gL@]}F?=>N }+bu[uG /D=VNVAV k%~$z 86˘;㸞 ^~WN1?N9 x ŤN@%7}=D9gk*5dV* $PR0p 61@u*K3&YUvaO(I2}G{6H=bVI袶&BdPZjAQ$0X%8aSyWQ=6:@p*XgXb ,P1֜5v5r%4sdlTW!ޑ%*NQ,T>-*sKQ.cJYJeh!肢es +=I3#}N(E5Buc~^(:D IW*,jH>doR 9J0[|R}*]eI.,%7v(=wVsLIżcMƥWěOd2ptaYgj'$]> N{aa0 `9#E|ѴCweߏ聳[D#ǟg? |;)7}ܡ\'GmTL%֖̓/C9*};K(GJ-DssSM4DF$=bYu4n 1ˁԅqj 1ʳih AwR[djiUY LV] l,gM*8^R?2ܑ"[3K[^rB4Zs]9I ]T ;SL4+87tQ?}jADqWpaU#vPIݒ axBQl2c9U6uQL(00ލDbR7_V3 /A]E<7#zvhCYsJSv,R,JL5QCծ %- *%az۱xZZz+(0[#DŽ)GOjn^*1wĦ2J$njHJhh%~`Iå x"LrR*X3'2L'7ረn|f%RPbBI%4Bl^(np ]Qick>Uqxmnm oż-z7y3fXݩ5` 5]=(YNkL;y}\{a3[Ȃmjj0tW+9&Gp;.t2KHv"x>e8aץvz|?Z6LmfִK: NiRGI0<ɺ 7E dS f+]tJ$PQտPBSTnOXEM _SD']K &T ֹGK/)h%H>S㑎|ҭX;CKn5ciEYjA&&P< 2A"LUU>ZvZY:"8w:*ZddJ LNوэ`O>_a`>cƒZk*z8&j\I8p (12l ZGIL}H@`Wʑ}>i)}`yfT]R/`>f)DG9:!b}*T"a<Yɛ_vc/z|uS.ͨjQ!C6QJO6q\e"{LT:!I/'{fr/?NYMfwsfj\0Z[6rU=ܸ3?##Ѻ8c3}k[SϺ>SQO&~vzm~y  PLTEٟbKGDH pHYsaa UtIME)#k{IDAT8Ա C! C(4Jн : V7D2)< LJH $ IPBA ׇ?V3IPJ0ɇw"ҩKp=ND zDc'8D{[M?4O4K#UJhM譴u~^Z~*=4j=IENDB`PKGLMk&& image129.pngPNG  IHDRddJ,zTXtRaw profile type exifxڭgvcYzY9ArOkƒ% $r @cO՚J-gOl΋jxߟ_o7x < u߾o|S_>x0̞uwM{}Oy?}߱/xwhOYWJ۹d?|Y̮LyMm*2rGe-;Ӹ }\b>j(ypǗ2dćIokqoʙHGo@ĝ=V\WMsʜ~s qt{SO d00W&x}Vyl4i WkBĹم䲳qs>D?ȀK/g !unS=' 2SP'Y1&J R4)JC9KFJ,RJ-jZj[R˭V[ksНow}FiQFmI8̳:˯hW1vRqwuv‰'|ʩWV͚_gͽ{\o6$匌xQ(hbʜrf)'k.)9)cd0nq/fRe(u-{P1l}x*a8@ӬL~s}>gM+ >m;p~L-J&0{pJX50L{ek'3ӮP9s'pzIn,wN2:!ř^PZCK;[J/~49u7GϘ-9[]OUA㉽hkQ"?&Uc:vpEN`\rg9aZβfԏec맮Z 9XDG_V몵udcy{7 j*R?:-Sy(fveP;lr8T䊮Jz`&pgGF|OLp-W>mt ӆK~CУNK *n\(=ޞD}h… Vm- Ham͜(^T;mЭ^!`XiI o#`3B+؁/#ʞ Ilk1DK,0S=?=3TCS44cֻqF$ӱ(j.h;-E,b"Av'}IPAF!0c!Iepki=i'ul%-hT F2kÁnWϤSK+T]]=byzwߌxzU՛_]`wZش"a)01 %LžB=ƹ O (7O{ZM-ȬZ >~ǐ9 Z:CUx2O F3.zYlO8<SwE\ÅѰ{hbQ+>ޡK%Vtxiu:0t\+7-\Z׷lf G:]DlV$n7a9NdCa} )71X{ViByȽ>k6@FX]4"V"-`xakFXf?tP;K <| ^ɺz6Ɔ$P+ PAؕ;%? VZ^CTσ}3u鵀#j|aGE|,["ONk80eQEU}3VZd\ -ܳh![y-* 95 Em-LLM\glծ}C/;-=ZȔEemܮ(mТqV({J:0(p44WmB/2ЯXQj)ebkFU,V}vy TNfS2׾Ibo=~fGgNiA$sJUh)x*=Q#o s煺&^V9 *(Fvjhl,]ݭ΁[ViN-ED>oL)(1~.̏? W(:tm-hf[skZrI^n `6b >-{g&qFK}>0b&U r̢-kZyYno择00ӳJQT^)n沴 4\ܩe "KP_.'qQ:MLL*cVLU98؆m.bm\*) 3bcydֳt*y~7U`3G_aXHPDƒbċap~43hVTKb.˱ 'PQ;0Үv^#v?brt(*h-n>u]Y;SڮYU-\- ̪^33If.l8lDRYbhd =ў8:؞ѯN]|||מ7޿m||:"EJ,/a$6eԫf#Ak+&#]>} W(Y1I_Eg_%ys7@>=aqw?hR*Qv?ݬLUB.SFP.TrDZɣ2р-0T*Fr?Z3߼[X8HͳD^Oy-l,,32tP=>4 8.{[6sN⩈n +Aeݭ-SPC-mm(\#lq1I.- NOKsEDo΁ny뺵 fŦESn fĴ\o= [bF8? i3 m3s"(UкQ`UlmRmu箻 GaCˇ usw@[.N; Տ"ڕbӅdk5#bȜyYi')mZj+@vZT1-8(2:'nGsNCߢRnɭ41DŴ^}({R^hazTXtRaw profile type iptcx= 0 #5:?URN 9Ztb*[U' è$q皪2XXjJiTXtXML:com.adobe.xmp 8՝PLTEٟbKGDH pHYsaa UtIME)/7IDAT8Խ0E8t DiB 0H{=7z {QՕp L];t-LMp:ƪh*&-0v ztU]%TAժt@W%Ѕ{SQ(m4@q]ノ']^jo\[wmߪo/ ygy#}RY9999U=qqƭ,ΌCk܌Fm(Tnv)m¤SBbIENDB`PKGL[L ++ image130.pngPNG  IHDRQ`_g } /zTXtRaw profile type exifxYi S8\r? %Kn/UiϴԴx"5BPb 9}'Iu4o}߷uXr8guz^uۖ['[ԭZ7o}_rnC~y*;\ZOqEWpLq:8rTOw=NPvx^7vbF֛n϶=9TP{SV #䶀OyO'a u݀gMlqzo)f!fTv؈:YK.lc.u 9,S#f  Qs ]NNp e٧#ǿq1s۔ľQ$fN`u+fo9:^&-&³ t0L0:Z):o+0D5s$=ȵZrPX'*+" )Q\R10G袏C1Kr'J!ŔRN%@aC*s)xh肻 (ꪯTC5\K4ߨ[jnzD04FiQ&|m'0L3rfvP3O}Fl1/jXaN1b] 8et2[F1"(5C N7XG?;CN1t C :'&(dj7Al`bSqL " yvV+HhRЙLэ>*ugsFk 6Efp4zL{!^׾zZy AQFGa(v-$4Sz+ †V"otSn*2e؁Ȅ=Cv~^KoԊȶ[j&?"`4@1OX>zrпOoc 5BC;|pAA!.na -1 ">inB\!g iPA)B- kZ6^7GK*03[#Q CChOTG* mClywѱべمk̉ƵP zprq.Xzii%l:` ? g3\+\GK|122J5_|@[@# u N:p-SvVP֓>.ӦVTC{ٸX8Lz3{ߣX"Z?y)GFy&J\ .ݲC(c0v*ŕ!9(HOo}.@#D@eo 20qe<`.: {4STWAp9Juk\'8(W$ʖ#d Qȴ{,ImX? DgUh!',>ªBwzvG&[FjvmjX J:g jKF켯:r'ȕFb"|oYG1uc5 l ߨ72Yϓz0IP3UwV1';֟nwzL%CZUodw6@mBk=RM:V(zѴ>+G3^k/[]btZ AVC{v)z{s]o xѭd2MFCtQ`6*p7%M FW3.BaU;)BI/5Zܚ]~U(h*p4jQp1H&~d8]~%<ÄR z%a*oqHJR[puE#h rgd JaؚMLiidt\?ӭk!  46R1IrIR_SU )Wݖ3O@8P0sσS P8r0g,gDDh\9Sygg<Ɲ ~eOgB5 T4ljgȸ,>;[ _33|~͠޾g/mYMV{CڒF{/?K-뵧n[j[ʭ~i\gykr%Gkq+]ƭ a*3a:=HX!,uvyBbkhjq&%a~u0xŰ-xdLtss/shR*xeo iPVYsX>RF_ZQ4.cD#O!.|S~,іvwT*9ī-o.,qDpw\!ԅF/ XPGn;9T;7r(n/<텇Tl$㾘?&qG `zTXtRaw profile type iptcx= PCL@k#\ypHHMOIFt`)ۿ,] CtNMylG7U2xOJiTXtXML:com.adobe.xmp `$PLTEٟbKGDH pHYsaa UtIME):xeIDAT8Ա rAţh#P|)b $+JA:=ffI FxNj V{crpRZݛxgqO殭t;?[=مnk('xfR*lkB;"Nծi;t9?+RoF{0ȫgFIENDB`PKGLco> image131.pngPNG  IHDR,9"bKGDIDATxy\Tό 8&nP`j#V*"7r\.RiMEq%4\E@C(TS$:3_Y{Ϝs3s1B?bQ BHgBB8(pF!$3 !!Q BHgBB8(pF!$3 !!Q BHgBB84"YYYg655H$#G\nݯVZէOMhD%Ν;b>|xܸqC ٸqg \pA,~wT!ܹsQ-Z,˃Oλ4B3gMv%?c X[['&&81߂Uq!ݫֻJyyy+;ݻ&4"h}2W*uV[lQ<~o߾-P8E__e\ӯ];d2==1cƤ*sA~5WWח^zIOOrÆ ʍN8Q__"((HOOO|ҥ oQë˗+4q=//ãwޝ;w611qqqyIǏ[[[K$A8qٳgR4**J3###__:wHXmmm߾}6|rHWym k/!J /'HN>/I^j`` #""bcc]]];w%\nܸQGG'44ޮmll:w%K(ڵ-[}|| scbbV^}䰰0KKK{{U^TIaaҥKR۷o߾ߔͯ#lllN8qĉcݾ}\'""B$|W[lJ~ Gq7]FS xE'>UR[[ɓ PRR"2dkS !]lY.]N: 'NhllhGPӧsέl999>E @%uGzDx^^^N֬YSo֣FR477H$bauuuu/^ɓ璦pu6mRLYfD"裏-IauESRR"URPP Lљ0abʤ3gSbi+:|ٳg-"55Ks$H${𲪪j֭Çٳ7o*}n^J5e]WWwС?vؑڀׯ__ׯ[)nnn)?uNAAA?СCsrrd2Bؽ{weIIɞ={|||f̘qᚚFZge2T*sb~ZZZZZڢEѣXgEEEUUU;vSyF JJJzԘhnݺ)W%H˅?> snQë4Zl~cbb&Ma #% +--eK1ƦK.7&rT*\]]bŊLᥡPARiZZZ.7Ç /CBB}D'&$$w X,;v,L&ԩŋ,Yܹe;w{֭ν{a7|l2ŨIVVVkViV%MLLLBBBk, ss9995}5 .nZzzz&LHNN8p࠿jt=<<"HƏȑfmcLx[;v54\M H$%mllΟ?/,//ub!C䔖x񢞞bOxyXk/_~e777'4?~*L9zݻw?"'::ZyŸ2b񫯾aÆkךd2EW^ڵk#F%$$DDD7erRյnmW\}x@E󑝍tĠgc"r-zBoQ™ldfb¾ݸFY@37g̙wN4Nm-;~:a+沕+YݝiSUیE(m6}:0nZݸ*v(<z%-ә\Fd11%-b={2ookaU۰Yu^Uvd}UXiik[#mߘ/ߟ}M Sz5ՋۧZI;B8r${mv*+xyyW^a.YԔ}!+.Ve99L.gS{TlsiGUWY^,8!WU[~e% ֻ7ϑ^!l ݺOOXYa~뫯lXCd^YXjExjut B$„ xw5?ѣ1t(bbԛ@xǎaW 6>F]tޥtTNǏsH {`Ҥqn{BAb"Qڲ[(̟8rdz9hOX7DXq R:X,XX 駘=((]hP q,llھ9}|%CJ wWc/õ ""Tq鿣|Ӧ188.Up``.(ؽAAHOGϞJh~cb~Lƻ0__ *J]K蜰Kw1u*JKykjhDؿK (*‰t U*+äI?7.1%%7sOhTVbd.ڂ1C*xWǶm9S-W׍Ԥsg<ѣaf yW.|Grv$@Ĕ)05ȑQ- n˜18q.EEDOp?rX/">6tѢ岲䄄m~=]ZBl;v , jpԎbb ޥc5 8p@5 R[oڧNNxu.uR__,](-QZc1oV]V8}"VѣqZ]o o<58u G07ǁGKi) `u G#>λ3df">~ƶww5Π~SbذVR[Ei6 6.EyyK%ja7(-l>1*::8r7Ns?׾}~.Cmzѣpu ]Ms=y̜Kп?R4ի<xޥَܹ ??u[V6Eq1`2;Ӯ+Yi\Hؽwmc -[ڼP5D"`88ёw5ߟqd[`P89lo{BAj*<=q= VJ!T\"EE9ps]ssC߾.P̙05KQ5ₗ_֭KlC.ڵ=4:v"3l1J2Nʕ]'ܸvu 9̙+WÑ#s\n2mWmoKQ4kcz ) ]./LMq xb1] `f:TzjE!|ټHJB>+!C!ǠA8sS 26l_#) &&j mBX?$&ۺZ|.^DJ }GK Sb(vÒeeBI "#i$Mїz51qLi/߻cѽ;(]"* qzJH]]E46UD-cJD*nk"<x 7NY~2{H,-U?`лʚ%EZ ps=PR +V ~hJ`E!l~WKKlۆҖSTu`iJb<mA!l >8df˗ڵ&X[t|wG5K4ֽ{ػG&TT#ܽdd ) FF/}ThZK!;M!!D蜐(pF!$3 !!Q BHgBB8(pF!$3 !!Q BHgBB8(py?SxIENDB`PKGLqu image132.pngPNG  IHDR,9"bKGD?IDATx{TT < A+vU|`K")(&)V^KU(nBjP+ ">x4_KB ,cH0 }b́s9G!(pF!$3 !!Q BHgBB8(pF!$3 !!Q BHgBB8(pF!$3 !!Q BHgZAF)ogΜSTgg^zYXXUlllQ4$ʐw/;++;3tЏ>H\Ϝ9k׮իWwEFFFJ_G!!!--[fkk5uVcc[oʫ"4uPPPòYfO8Ww ի]PPeI%77, ###[7iPj'O611qrrJJJjݪWǍ__+^zy͒;/￟7oejjjZ~+iflle* :NҠ-a'<==Gljj>>NNN۷o8p[$UuYҽ{ jii?oٲmMMMtttbbQD"QM:Dr]7~P-i T[[+y4jԨ`XCC@ طo_֮]knnbX޽{={\ta~~>?66@NNassӂ |ɵ%-uaM:|2nРю444ϙ3O>g $={=zƍwQQQ!{ϟ?/..;wnFٳTkdd'Y ܿWHTXX( [z$b811qܸqVVV&Lp͖&Mj['M5YVHuZ,رø*SNݼy}bb,477y"ZXXXFFFϟ?Ut[MMMSS%裏֭[pœ<-`iiٺmM5YVHucҥRRRTTT߿?66>44n%O|U}7˗/o5z"M䪤+DWiیI ʟYrȑ FFFoRussjll>޽{B0<< 33S,O2#D"QRR$ĨQtqF?????躺 6|MJK᫨Yv6knNlVfe.d+nюlfֿ?۴=b1۵ذUX]xEE1{{7݌_kϞ5k/{Л#dzٽ{ʬ lPv2%?ߦ^Q͍٭#Jy*+2۹!J,fkְY^Joh`60kk3Bݾy0labqܪ xet<U8JGx͎jyt''B Ixw5~ =٪M OO\LDFAci !޽@xzMebjǣGu8p Q[8 mf N1H083=ts3qWߧhwO|wEEKWG`}T5 { ) EEUs^^HNF@Ra QQ=%tL؅Cx8QWǻ]TU??_   9S:FkQQƷ%3S[.+FDbc9ʤӦC ]c )@3yW Z%}'oͻ-իq?tǎaR+$>),\E]3'`7m±c8{UD!ێ8pEE*] Q 88I `jHMEa!UgQ6 Oѫ8/D~>ll8WBTB(+I̘z26oW_!?vvj j@!Ocu܌h\g;JNQt#woZB!jkq0Ĩ}Wڢb 5} Cxy_?8A .틣G 77vX[+["/:&!!ZE;||38v(10w۷;TW쌆TT 2RD[P_'p"267QQptă(.ƞ=TqD1>_A44`TxzbpPYQ^瑟!"*> qcbF tLHgBB8(pF!$3 !!Q BHgBB8(pF!$3 !!Q BHgBB8!BGG~IENDB`PKGLAf}x image133.pngPNG  IHDR":9bKGDPIDATxiXWO;݀ De(7P&:Uy":&Č LhH\*,Ҡy?t"UWխn}鮾Sէ=G@PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ`JNN˗/7#X ,Y؎PcW3gJ$c;Ba)^|}}iӦMccQXLhllDCHJBg5kpTtr P9q/FXQ(0.qb\xp x;`Z8sHz:L {-X.] .΅a 3܌/!.Ο'N!4xnĶmp$?/.\:@PtlZW!C!<v|EUJaR[mHK{EUJ"#-3[J~cǎfff斖FRo q|65!$&0gx3j~V#ؽ;^,3-s̎ϯs_|zg<-66VParhk#>{{-F8gea47Ç ጆ\:ŋNNN֭khhuV׮]>ܼAmmUZZ"VUUd;warszW_p po1-MFO`L+ɓ'Uذ n޼ /^P _h}au~~wZ& cRޒ={p6Cp7nDʷ7nh@&$$$@IIɅ 5!* t w<#q#DG3]xQOE.d5kUoSSSxmlllR?vt{)oL:{=<]L\ttzméS 6buԩZ󫑖oѣGyyyqqqw/Æ9c8aFChӆiʂH}1===7̴3f H$Ǐ4"lgc ;v(<} ?sХcG1b>i 2lժU999$##rss1'']v?"Ս;vvtx}Xe%ZYaEfv6^?2aa8͛7;t}vAZJ:))%22ZO;׳q,, mcQH#GtрeG: \P*fggXB:88ۻ¢]v̍x))ƱطMG{ƌawlػotE, E9s愄򲲲#Fv D #HSRR:w,ͧO<<@ZRRdeeզMgggrOp~<5 ܚ ~~,Uӿ?feoʄ$dҥ2l?mq vwdr2c?FkkcWV7keRrܹ}nݺ\޽ys҅zeILPެ]Y*Ga\ ryddݻ?IOysR,7߄ӧy3ȑ#G`ެ@YfP#&%K0@Ѽ8ц ĉ8A&Ȁy3hfV :rH^^ה[VVV(@8v/cΆ=[7>mNx 555]xܹsصkסC2ܜxqqqz+992 rymmsaaAO#m[Ni?;wW/>Ͳ1>/WJ`y^AWrrrϞ=bĉ###&N(IKEBBsqVi%2RvP5lsgjCL9**jMMM͏7550 **z`",e{ru1c7keehmm bLK"dggO0fff&LŬzegg?[Pv:t ={vG+ŋ!#zˀ}7CC{a#V7@ZSScmmeBq=]vQy{ȑN8WܼHt=ҭ ,JU7ZYYq Hʚ.]?N{XLMV֭> e NNXP@ٺM +##C!??e0Dܴiӈf[jWTT888}z@@"}{ӧ"kk [y(+~*S!(1c 3>|999111۹s'ATɍ7&MqFm1:'h]Xff0jddk)'Nܐ{{ptR]^z#bAAo@@#">}Ʀ"/oիaG鹻;pH;v`D!4R[:\Nv?ԺH6sYY"9Рҵ H={~=~ܻ3ybnFr8iIO׺[ܲ/rssc=iJJ X6cص .vDpq|!jGZrIsn0"º|㓒 kkkkkk {̭@$~5 P‹hp͛  kkk׭[ ֯__WWeH0\b ]ݻyĉB #6`2V? I K\./,,,**DDKLh9heE䁝6FYY8Ga 7lݺO?ݲe͛⢣ %J 5={Mlllnnm󏚿͍Qlllqq+\ނ>ddÇ˸X`֭s a2X"7nǏ===?M8YڵkϞ={Q۴EݻwE3HTW%11`nW 4 :@ i&My`ڴWD] JKK^eY FP@0U ?>}KpTKaqDW[/Ayc:Gs`(p$6u +22266<СC%WիW"##I i RXB p&Fuڞ/4FP}|%.QP*_%>P Z8úXejpk׆ ҥKGGGϘIG---~+Hc(8u(.8:|FUVV*JMpQ1XA*  $hcJH k %%%̅W IDAvCyKa(ޯ8Ú W;;_57)JUw땕?-SE$~=5]aWEC rttT1@*rϠSLѱ/:z4DGBfd6> !y#>>?O!+#kRRRBCC/wޭ[,HLLJRϏvvddDB0l\55<5q%D.={08;he$!& tMhxA%P~t tMh!5#[ք`b"Bűׄ6:\JSg&b^XRp 9z |bKcPyMh˯ ;>?8*:t\Mh0oe!\.\nX@&QF++`w^n6ŸGo-UMhGGǘ5EXnƦc@&' pa#|^wyq׮]ŒО;V uAh(LZ++4Dd;5esm46޸aXeˌ9gXٳg.]jaaѻwoIIIܿ:00'ans]tD" `rRL⒐%%%.\48.uuL<}1&H۴ickk4i$m2zT3  L,\H!=@*ĝݻ%D"|'|nSϙs<߯-9s4.gD $$$8J\ GGHLOarИ/gҜv)+_Ս;vv;J#W`z8Z+b4))UYS&2}-̙˖imVWnn9c\;ub߾}666˴LdZyP[ŋq 1S|dɒ"c;b0vve ŋ-Y|=իFLpLi̙3SSS%aCh( wք aX&!Ki0I*C0ŋO2% @ĒTJa1,oe^2͛7@5<<|ѢE̻+Θ1C%,S* `2aXJC72W}%nb^!AAA:a) 0Oe}z[e2|`P~mYY٣Gxz[zeNnnn`` -[Brre2stt睝 K*C޷jwv]°L0st`TaW7oYOujj( 32 رQTX"{,CE!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"Pae׮]ϟ?SNږ)!+Hһw+V/ςPaG"ܹIdM~Jk׮7/AXĹsg͚uʕL3?}$HccٳW\~? beʕYYYPPP{̙7|~ BUH!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"?MQ8tJIENDB`PKGLAf}x image134.pngPNG  IHDR":9bKGDPIDATxiXWO;݀ De(7P&:Uy":&Č LhH\*,Ҡy?t"UWխn}鮾Sէ=G@PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ`JNN˗/7#X ,Y؎PcW3gJ$c;Ba)^|}}iӦMccQXLhllDCHJBg5kpTtr P9q/FXQ(0.qb\xp x;`Z8sHz:L {-X.] .΅a 3܌/!.Ο'N!4xnĶmp$?/.\:@PtlZW!C!<v|EUJaR[mHK{EUJ"#-3[J~cǎfff斖FRo q|65!$&0gx3j~V#ؽ;^,3-s̎ϯs_|zg<-66VParhk#>{{-F8gea47Ç ጆ\:ŋNNN֭khhuV׮]>ܼAmmUZZ"VUUd;warszW_p po1-MFO`L+ɓ'Uذ n޼ /^P _h}au~~wZ& cRޒ={p6Cp7nDʷ7nh@&$$$@IIɅ 5!* t w<#q#DG3]xQOE.d5kUoSSSxmlllR?vt{)oL:{=<]L\ttzméS 6buԩZ󫑖oѣGyyyqqqw/Æ9c8aFChӆiʂH}1===7̴3f H$Ǐ4"lgc ;v(<} ?sХcG1b>i 2lժU999$##rss1'']v?"Ս;vvtx}Xe%ZYaEfv6^?2aa8͛7;t}vAZJ:))%22ZO;׳q,, mcQH#GtрeG: \P*fggXB:88ۻ¢]v̍x))ƱطMG{ƌawlػotE, E9s愄򲲲#Fv D #HSRR:w,ͧO<<@ZRRdeeզMgggrOp~<5 ܚ ~~,Uӿ?feoʄ$dҥ2l?mq vwdr2c?FkkcWV7keRrܹ}nݺ\޽ys҅zeILPެ]Y*Ga\ ryddݻ?IOysR,7߄ӧy3ȑ#G`ެ@YfP#&%K0@Ѽ8ц ĉ8A&Ȁy3hfV :rH^^ה[VVV(@8v/cΆ=[7>mNx 555]xܹsصkסC2ܜxqqqz+992 rymmsaaAO#m[Ni?;wW/>Ͳ1>/WJ`y^AWrrrϞ=bĉ###&N(IKEBBsqVi%2RvP5lsgjCL9**jMMM͏7550 **z`",e{ru1c7keehmm bLK"dggO0fff&LŬzegg?[Pv:t ={vG+ŋ!#zˀ}7CC{a#V7@ZSScmmeBq=]vQy{ȑN8WܼHt=ҭ ,JU7ZYYq Hʚ.]?N{XLMV֭> e NNXP@ٺM +##C!??e0Dܴiӈf[jWTT888}z@@"}{ӧ"kk [y(+~*S!(1c 3>|999111۹s'ATɍ7&MqFm1:'h]Xff0jddk)'Nܐ{{ptR]^z#bAAo@@#">}Ʀ"/oիaG鹻;pH;v`D!4R[:\Nv?ԺH6sYY"9Рҵ H={~=~ܻ3ybnFr8iIO׺[ܲ/rssc=iJJ X6cص .vDpq|!jGZrIsn0"º|㓒 kkkkkk {̭@$~5 P‹hp͛  kkk׭[ ֯__WWeH0\b ]ݻyĉB #6`2V? I K\./,,,**DDKLh9heE䁝6FYY8Ga 7lݺO?ݲe͛⢣ %J 5={Mlllnnm󏚿͍Qlllqq+\ނ>ddÇ˸X`֭s a2X"7nǏ===?M8YڵkϞ={Q۴EݻwE3HTW%11`nW 4 :@ i&My`ڴWD] JKK^eY FP@0U ?>}KpTKaqDW[/Ayc:Gs`(p$6u +22266<СC%WիW"##I i RXB p&Fuڞ/4FP}|%.QP*_%>P Z8úXejpk׆ ҥKGGGϘIG---~+Hc(8u(.8:|FUVV*JMpQ1XA*  $hcJH k %%%̅W IDAvCyKa(ޯ8Ú W;;_57)JUw땕?-SE$~=5]aWEC rttT1@*rϠSLѱ/:z4DGBfd6> !y#>>?O!+#kRRRBCC/wޭ[,HLLJRϏvvddDB0l\55<5q%D.={08;he$!& tMhxA%P~t tMh!5#[ք`b"Bűׄ6:\JSg&b^XRp 9z |bKcPyMh˯ ;>?8*:t\Mh0oe!\.\nX@&QF++`w^n6ŸGo-UMhGGǘ5EXnƦc@&' pa#|^wyq׮]ŒО;V uAh(LZ++4Dd;5esm46޸aXeˌ9gXٳg.]jaaѻwoIIIܿ:00'ans]tD" `rRL⒐%%%.\48.uuL<}1&H۴ickk4i$m2zT3  L,\H!=@*ĝݻ%D"|'|nSϙs<߯-9s4.gD $$$8J\ GGHLOarИ/gҜv)+_Ս;vv;J#W`z8Z+b4))UYS&2}-̙˖imVWnn9c\;ub߾}666˴LdZyP[ŋq 1S|dɒ"c;b0vve ŋ-Y|=իFLpLi̙3SSS%aCh( wք aX&!Ki0I*C0ŋO2% @ĒTJa1,oe^2͛7@5<<|ѢE̻+Θ1C%,S* `2aXJC72W}%nb^!AAA:a) 0Oe}z[e2|`P~mYY٣Gxz[zeNnnn`` -[Brre2stt睝 K*C޷jwv]°L0st`TaW7oYOujj( 32 رQTX"{,CE!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"Pae׮]ϟ?SNږ)!+Hһw+V/ςPaG"ܹIdM~Jk׮7/AXĹsg͚uʕL3?}$HccٳW\~? beʕYYYPPP{̙7|~ BUH!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"PaQ@E!TX"?MQ8tJIENDB`PKGL&tKtK image135.pngPNG  IHDR":9bKGD IDATxg@TGgN^T@.](Qc5&XPcFcWb^P .1QEߧ=sfsfi!`M퀞N(腥Q KOFA/,=^Xz4 zai(腥Q KOFA/,=^Xz4 zai(腥Q KOFA/,=^Xz4 zai(腥Q KOFA/,=^Xz4 zai(Xtؑ ځBv!H|w58zhVZ- 22ԴhرO>6mۖ-[^ҳgRCz>ѣG\RR988"X ֭R|xS 3rJ@BB»|'OFm۶NsYXX,]O>,m »wt/a'At<Ȳ֭[ߕ~_ҽ&D/Obݺu {*6ݻg|Ν;ɓv c} W^bŊvˡV믿jjԨQcǎmj_GFA_ci(V%̮AWvib$;|1Èao֚NN %خ V|||Ϟ=e2ͮ] ::ڵk^fMCbh)9]:!qBCCzSv>E$cJ4̺hX/I5/Z&`85nWT)F7R͛tҌ~9rdذa}XrתU1JU8.>Wuh2ԕ<\˲$*\"U*W%m=)ԦI=]n]e|:Z!;9%ǏguLSXwޥ(jAnz̙o&xBHT,0ĉQyփ z` LroqHsĨ-⨹-%A$'4lb=I;: =//,^d`rdrMNa%'';;;C.Lhooq@QQ RO"QXANU\`i~c;)|p@ƒHgl7֠Ri٧YϮ4^=>BܱC;$H$qnf{R/E"R|3I~~~+W455򪿰ܖd F1UDN/ f~UuQ0%0F+, 8K.h#6&9bA\\"~9vICo<5\8Hb~qIoNaI$חUUURG )+++))yڵk愼V~p@!-O;&E6 eE; t*b@8deªۉ,?.oRZج6kBs"|͈_$4_ZNt>KJJ ' 7ܺutРAcc1cƄ5 hOL ! APU._*#5!D4KGPy1x/1IFjSl *R"!Z%M;ifbiwUw :;{ BJx.]dgg>p{bСC׽·@UzyWuus1ƴQ?e"T].0,h@ 0 @!DTq73,r5 T3oR_ƵeaUjWN^f8Is?8i X0 7o|@Ntr]LƲl޽?<# @p#Jn* F)_YXzubEu4$1<# Yi8x`UV<5%in_lT*N"(p'丌^5*w8}oc'TScEDDx{{u ׬Y:AuuyFFǙ|GU)9 0" @`!#X0Q>/qqq;vXMمE. 0RrVJVb=;[߿?1TZEdp\uO/Ggv[9~u-o63O)v47ȴvo9n7008{+hUys47 q!!C@yGxO|t.?rTy 02,NIII6Gxq,hBnbraUY)pBn!imMEFrMf帵IFXR[(s |J[n]xqΝFo BR8DB1-"#">_T\{W[ `NC D #axF'ˬjM`i.+u[^$pIK-{vAE3g8-#% :t䢪Nr7ﵡs74<`dd駟p3gεk>[–< V7Bqd߂㼪{}.*q)RGc98RgTyA5AMqWpMٿ^Ns~5[mkfJ:UfIƊ`uƊ9rd6me2Upp666%%%rk׮Z&2DX3!q$BxbcȨ;SNPUz[v?PXl*љSE?nD$ VӒsk+T[n_~0GI;ml,7w r\R,Z3>>n:t(--m555 8#icpqX-@8pcB?Aͽ9pݙ@ה_ 4V=4F$VqJƘCx cȇ(X-#~f7xnCE28M Tմ%߇ M.m1p_h$NU( t]OcxϓwZԴ;J{ }vɓ'7mڔfR٥KzJý(F8$5ACP @8DDTZ 0 b(,9&=/㗄UF fqyyUާ8ؠ|u/-J8t<\G!hВ- p8bidLR輀tGGhw؈C6&2LJ-(q&lښSݼDa51&}6;qW?\$t^Ux* ]7G/x6 /y'4'p@>I-8Ɛp|4t8YR)nb1E8_ @ Bh o2  >qp[ZWpr _{Q,%=r@5e4oًCk,^?GMsV{xc'n~599"k)k/ͣ w;x'.>OSx_p̘1A,YR\\f֭[<T*U*yff&`]? jϺ)*jDjci$p @, VC EbbBI˄fyr88Ms<e8 pA$G  8 td0*8)i9`qm$ҩm+c M*H+1R/+՜uG q Q Z.%kX+SkD4Kxpqp(uF<\kfmm5aGD"d1cxWjmm][[˲yVVU)@3D$t!b>d11 1"``9crBFdX- P 0-Xs&j1TQ 3 q\P'jyP]x/F xbj qutCyXD{0|X exCQmv,{4+~҉yJF6Jlron^-u44m"9ׂ50*s .MG=i RXjUqq']vC !Ra<]qPSC0JÊ!yP'Zr8d! ! 8bYD0Gs<0$Z, 8p$dxP[YCPtd5 {fBc>ZK8t1x8n= o25C.^U{;┱dsx\Z֘-C?P2nCuoD>]^^~źj 0e[~dC˟_RĕBRE$C8ZF iJ&#1ȒaPŤC8YpZO@FIĘ8CVÊ <@A 9ju/jҙ6OkFv@xP'3PR]N#5H *alB׾ڽfݭ}wߚQJ:^s+%G0'4p5,!B\Ƙ_İdx<7 [L4|䵪ܹS7>|dmHfݗʋJ4:IvSҴZe\6'0Beb-ϩ{PyJ Gp!LEIirx c( '!LÊXDT2&b9,U+-ʞ.zy,'= ͟bdT+>uAXp I1mm_E5fS>)PGee#ƍ7pzZ} t}0blN°VmcAT*TSbEJ;5#*U[pJBcXk9AYiPbJG 'y[{ :ڸze%~SWV<ڧCFnA:ܼvEk"l>ͧ=1i&Q4?YE+r,VR^B2RLa+K:IRoj8uŘLST!hN!Ymx#i`͕ _-?K&!OtV.)=>8TT'jXJ@]ozEh%HLOϓm:{5jiwa_uYF}FE,oF"dچy 2dǎ>>;H.d. M|UMx9A|wSqiRI{+1Y0HГrw!.h/`2Q)IbFk-|bt>ݬ:D›h?jOg4TU;:ĺOͤ{kWY)>I{ͽHbD9ŴvY4"i{!:f lə=z9hVrȒ#OR fj9W+ )IO &q~9ӧOyW_}wV$ d2ҥK/^\/xbR+L{:pFHX@‾;fS[U50YuGK'x2$* pb%'=W=tilZVĺ")c![qSĘ ɨk\X*<Lg1u~KCXg_˂f|fgу[*@! toUxfKƆK%{YL +=nB~Ƣk<'''Ϝ93..xժU?G^^^V:{qq!DtΝsg@lޅA8:57 1eHhVDeM-\b#xiV¤ Oa}dLzwj$DƵ-9¢bc@՜~SZj3ۦ|^B8]tde񯯒$3mgj$Qr0ňG&ȣ[D۷:!^qfL`쯤W >Fi89U0N%#_zӞ?g5& ?x.,8bzZJҟtq*Tڴ6zY0_(No*(Bg*{{V.FdѶD.)T5ilX |Hòo޼wmkuGѷo/ :Z8 }]dknܠ™lwV5Ӧ\V|t Q5E6gt-hS8l%O {xSqMI.|Cgcr{T9"<=68@`J[yxH !("ӁQvJ =ѓ p_,^7K[ *.#!|ާ]VNP?o0+++ ̙ӥK #a7PA؄(ҰoV{Kw֒ȻJϻzT=7qY$ݘ:HE0kk_|nw z^A)[W%kܚ!87 áƂœf+cq85sF/8u:6e. >l:=ڃRdWۤ`2of[ UbbbT*U|||AAAa©CMC6z A.gk.3N 7^^v3b6oS1FS~A{ba ;¿s{w hƍdC `Hɉst5E^`wD%h+h!NM"y" @Ǹ=3`zCf6ofُ]`崦.ˆGG B9_뵎k6Ǝܑf %ߺSwFW1p4Ub0h| 0 /%DiCe ^ Ѽ98`o F-Ek]WBd&>W&|P&j\D _#@/9Di0]#Ēm: d}ͭQ?}vt޳gnuY} L̹mt.h k.1?f8ނL^ֲ3LߥE^O<'vF1`uWoNr/]Ss '^ ~GӦ3O&ڏUmL* n28Y6.qb:mЮ6DW\ԉ yō1?y'rrrzt<ԼbIix`AxY U 䆠tjB?kWOGl>ʍX皱!1픯=!Wh[@ڶҽ"Z7cm1FtsWx4 aQ8t`҆IpV!KcZLbfhbrЅ+Fivmݺu]v555muٳgϟrʅ jjjbbbEߚ찚oDq_6|r+p/VV֒M6b+##36GDs]li_ leYZP5nҧKG*%4F^ǨNy64bפ#4"lzgkE{i"03a\,MȲnV'E-؎jjlƪ:ƍSLa8СC? FYbEXXXXXXޔÆ 6l]F=AytX̭=xװxް (!%i=T ƄKgastzPJ}+9O6 [l/ix,t]c÷`~/es~J̤ BV`q~3νtDcģR{_][S#^^UO^ǽ{f͚5g6a{݅H R9cƌ'NoRZX I[LL-,)kҾ"L6QɜɟعUѐ!}fur푾h8~JvR 5&ϛOqSG'$Z8if9!N YfWIYjvO0ȕ-2x2_Zˇ՜{(%Th.wn?wR[[;ym۶EFFz{{0=if5<'XnoEJI ''.)K'}:R:.꽧pwǒ-<9jD)=MaUt5vy o%Dw(Ⱙ2 \꛻2gvMf) tK;="b͚W{ { ::ٳgÆ ?~޽{-gx6ҥK-[=֬߃"*\oJZ!wgV[2R>5v!sj7{Vq'kA/gv`ϪvOȣl49ʝfZ',,ԩS݋ڵi"kxT*ϟ% t&oÆ ۷oN_r 1C ᮚؕ+ R\Z|׃bu(z܁iy$ э 3wU2mq)IM"h°Ȯ<*O*NAoFtRqn9O{nɻwnT.Yb߾}m>ԉ[nu"رc6|=`޼y "//WV_z}Qn.\?c H4|7Azv3qmٜsfSGܐ&=&{ߡ8A>dQ}rpT˨SffS?kU׋O"7cͽsxI,5 _?u(O^(Se˨걃bWY-1Y{-y]___??XZZ7ӦM+,,5kT*5556lÇ~&psss.W^=~7TUUxw}ûxqݻ---^GyyyϟsuŊ֢/'m&go/{sIԆL } ͌=-Pvz_C]%ƆXMj<_x"|TWa遒y:Cn~rN^=90.zC ozr.z YQd7p"%%eɒ%...|>Bhnn>iҤOڏ❿={288m۶o&233۹sg֭|||(ɿvRRR2dȐ>}|P4eee_l޼pL~W8?UL~r$#@'L?.3C,899 ٟ&Fyp^yz/[E˝$HZz/_ yrH0~mJəfJǟy s.vO~D"'qPPϧm7y/((?~|֬Y<`%Kdeeu{Se'N066666ѣǞ={^tvڽΝ;83 Swݻ>Z~4vZKK˰z_^nݛܼۥ6ᕌaCdf?Y q˓3-g #/u5wlNf"ܱ:Q# .\H Pv#."#PT}.gnI#.jS*}z6}JXWp8۵k[re=oyBh„ ?~|uᆵk2 Sn{GGG*++MMMRs7yd@kaa>D֭_~s˗/[XXthUR)q#2.5 d4Ϗ0_[SKu0m@3-T"հBcqu(a"ö +_lL5np47x>*+4Oj+=8AV|u֩beYXBiz…!!!;w:utڵ!stբrI˚ .G^FD&ţ(fY&8[Z27>&sn*Y޳raY2Oo1DDlb@\ٞ 4ӎ#KDf~SjӶ>]О={nzQOOO.Oº{.B(;;aÆ=|=U_zU[[]`nڸ^Т{ ڴiftԩ4M?}Għؿ9}977'޼yرcIII)))ӧO˫ϖ E_vޛ}~ܹ,tʼ[Wx ,#n̼nͼtyR}2vs#l\>2r =`ܒ(8QEǚ33h7)Ʋs!QQQG633=zݻccc;wOPnl޼yȐ!//\ЬYDGG8>o޼z>}jT,XUV[oMNճ7>&-?9rdeeeDDĶmCaZuG'57UVn߾mhhHtG/~kXίcw޽{}:)޽Ƅ 6hQ,K z2aȫ WݼܪgoFi b*?E袭G?3cn]?z'@L4m9w…w3@h3XBחXh߾}zzC:w0̵k>dۢ=zlݺu y@'H۟ɑٜvq 7znweUƥn-\^f)0w+wAl!@yG3=k{5]-T%FǷnt .\… ֭O-:avvvNNN֭{Khy蒒E"޽Zzݺu...`ƌ5552 (($I''Og|v^Wup5Q2z;g 4PT_cf'LGgΆIon6+rn[<9\[vqѕ-漼ڵk $&&hì! cCj /^۷>erjku)ٜ H QsF Ǐ4UnYQ?_ؑ]3'tUs7Z vGI v/^,`v-XmlX̙3 h9|p-vݭ[&M0 ϸgO>?ӛ@zrlVL@2mDFQ9%ƕB+W} ^ЪsME|I^r7⤧׺߸NIjE+FpUV5=KKK?~O] Q2|s xŋ۷o/ !:un(g…4骄S&φ9){)[bnkI֪jib(-)XjbjfiKMfׯ_ohh8jԨ]v=}T"\\\NP(;W={fllݓ'O| Ɓ2 IDAT~xxx9;;{6V'7ѥӧOtY*8pڵ:;ή]v[[49D%1)mJV(뇟61۟H8)6ҬV 3s٠g-gqeԩSsvvx]t177 ~,}}}_w!ƗkcgYMMMxx_EVE"]݈ӗGzؾf͖GbO=JONpRțb /OI6fPC7K yhb~vՔ|VMM͘1cZh ~~y>IXb Q+ŋG9pmu"sww-jݺa?ל9s{WmfճKOMLRK <e[t  wIr637=v/{V>}8uTJ:ֶ.0laaqʕg3X')5ktA,w'<<\Vc%%9殈IdRj@vN$g^؞-[,Lu/|jkcZ87ҖBR E+mmP.ˀKK t?FDb d"\v@xȽ\RP%]qRzQi<ʞ_qiM=PUDz/8[(U 7niORlsXDP( Eyy˗/M&hpdH$ "==].s8sksv٬hJ%B455 lIWRqc-4SmgDwsVu/Nh)SSSW^JΝ;a*u) Fro,w!VT*ykԤoӬl}qIli Q݃mF~6J5'_,jZՊᨨ .'v#m"A>󞜵#7mkA~6UjٰVLeenZ,V[XX(bcccbbL&_|qvxotA=㶯YE?ߏ%( k=b']~$xX,K.mdhWq0A*N3f}jMMM=BxVPB',4ԤVñi4ZEW# }YtBgPk`hS;/`0بjuDDD`` 2l߸ 0o+M"p8uށ,#[z)2~IbY\6C,7ۍQ綅6m0Н,#yꘘB)jY΋նFo+Н,tM?3Fn<̍b5500k׮m*!K\\hty:^\\<22d2KKK_V**99YR9åDEE9r+eH$;|0J:`kk++)) lEEE0XBꨓ'Oz6|׈D"L r?I\=lxxVTnt5J7:b57;;[VVVRR;~F*:Op9m )T*՞={޲8A{~WN+++ EѤ U0Xw"63~6  B@XiA LOOpdJ$ӧO'$$\x1''@#3XOLLd5q, 2ry~~l!H,v{aaayyyeen"%}ca(wg@[H! `                         ?Ax%d2IENDB`PKGLe(<< image136.pngPNG  IHDR":9bKGD IDATxy\U?30 Ȧdn.*.{i-ZdKniR.) "30wydX /rg9{`a1D`m3abXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`b݁gwi\*@EQZ<QQˡ!0Gp0|}vן%8j!3va^uu *hPR2fB 1u*jg> Ǐ\ D&UUpsCq1b,-QV磮zp 0l&OXZou֭[׿OF$B]p8Ղ<\ ^ZTWx<@(44׃pF"ƍCr2lm[?mª{a C`]j!ÁV_\id|>t:GQ%.yfa[[t G^yFUy,aݼy/P(OCIu5""W ND}=xb(/B_#ja ۷ƨI 2桾\.\\PS2jj C2$GG1㘏<32 .L %Rlm >19Oӡ;sA(.kkA$BQЩ*+[{4kGI BCI$B}=rXZǃ5,-Q\lYE4HP[ ++ATjLL^ 0$&D"!GQz(/Pz=P] jPae*JKL(8ޭ5OgeRX[C,-x<89'b1aa vvp>Z@(;\Cl: >>P(PV[[rs 9wggX[R)\ա1I fP_ 8\.j am AA8|5Gi}au֍ ,!B"88 99 QWZ8;PGͅH"XX 4 ,,ٸ~P%%hvv B.j䄪*ܹ x{CGq123A FES+(/J{{XZBC|<1ߨ։')TXϣW/' P] __\@(ȀX 77tp p"Q\ "A&-| JJ|9||)SPT1cp6)TTu@.GXTXZs`adg#&&E$IIǧ _H ]CDa-y$%NÇ=1DE9\,^b '`akװv-D""~3R)v `hxyaո|o5~q,mh'Bf&ag_~1.ml`m ..񐐀D*((>|\.J ȑ#ۚ6m6m(J3vք~ hܽ*TW j5B!^}\.ΞEp0RR0bbbp:An.~ ))(.pv((ܹ b8ܻ_FBHHg!>۶Ol77|źuغ]`F\~ /GU.]B` n߆||pD"TV1tf谯/QXDtA]PU3OK::.$$`Rtɒ%/^h4_|Ḹ#GǏ7n\."##[kJ~!R)uî]An. ӫ`ɓza8tꄟ~Cq8,]^hm"ܾX[C"1$\B{P*q!*Ҍkw/l5 '99pb._Fj*ǻF!'ɓpwر׿V`_Ce%{'h L#m۶8z(ϻw 3f4}֧O&/#tO'ёBCΎwdRiLZJjӆ:w&;;ڷ-"ll("T*:y.mwٙJrt$''2ˋ*+)&RRQ +Wۛ֯ɓ)5D"JOxڸ~||Hz]Zr8Ɔ^z\]7駟ё^}BBH$ݛrvIEh2ښzrw'H$"E#L:::vޝS=&\tR3wܿ|k$6>b|1~mڠDx|-ΞE߾(, EJ 6l@f&ڷGN\]#?p`,88ܾmu:$Qh4ز(+\EؽxN!:8{x-x[XZ"- 7oc"7/b|5;"037oBFa!6o6>y ʕ+~~~-7oެ[DEEI$Tڿltӄ ;w=w/> !:!(-En.CA22н;J aðo,,0hs'0jW_K/닟FT\ iipp:\]1x0R\aG5k7jkqvůB(ܹ4{oqd2\>1cb!=O*..[lmme2k߿֬Y?CDD=&q>D"尶ŋv &`ht耵k!@*ɓ CR22R?'Ox;ܺW_ի55ص "1v!<IIض psȑ r `~য়0w.D"YSp&OJǦM$%a,l ؁%K0z4p.p6ڷ-BC!lxV0uJ_4mYt)?u'N0{9c$JO'.ɉV$6o`ߟri6%JJH`97ӓu#rz-:~"0Zv$?? hRҒH0Dyn۷}N8 77ѣ&Mjqqq+WJg.((0_w{%%(,cz|\#5-Z?v-XcR #- 99hGRRRaFBi)p> { RJ%ڶň8s.`=zEt4 P!ؾ8VVx _KpNFh(RS;w@$20`Z6 a֭v RT<oΝ? M4?8q@ p8'NlDK\矓@@11dmMÇSޤPLFYYki4K}Fw@66OV=1#Z BHUh.ޝVBs z$z="wё^~zN-[H"Io_hH&#//׏lmi6ugOyV"R1ƌ=-"BBhh$(4v$:u"jѸ2 EDC rW3 666|>yݻwo۶mK{Ji Rhrt=)!oݝT*Z22H˗injߞT*ruI;%__,z9z9:$\]I.'j%[[R(H"1‚$(4iڷ"tbۗl# =,6m^%GGR((&^|ƍtI,˗ F"|V3miQoA/I($GG &OO7ٳI!C(- ڻƎ%h:{ s~F&oo&++HzڽI" n_b*.^ ?҃DDdx*922h^ %KKhڸ֬IkחΎŅt::yJh7ѣښF"GGrt$ 3c -..n߾i1GcwaB432 0k ̛˗#:X Av0yy8t ÇH޽ak 就k x<"'aa pu+a1oз/p\]ףsg] : :=z`*8+(,.]1f䱶h…իo & ):px[Hi;;l>))psúuxy:ڵCXzPPR>}k\.4d()A]jjPRЩ2?RoWض ٸq#˗y3:t#">>{}{{ &m[a"öUs<0?UbӖcccӢPKCbd@Bd$N#Gbp8P( DGc<\ w".#F9,\ lC ?h"bcѧp  @b"ddS'nn8}(( Ai) Tbfb̟GDNF\㏆C"A6 Z-Bùk0oQZ ;;ĴhD[: ݿAڵk7nhAZm!|>.  _X[cjchX[CZ鉮]ѡ^}.ِؾڵF]p {̡ۙ X$]BBf&\\\b+el؀ \.bc`t:mǁˑѣ1y2,a0- !!-ga fkk+H㳲(@9sf[q8ӧ(k܁ЫqBJ%EF@fLF״`uN$FCst:մ?-\HݺDAѤTRr2mJݼIDDt믽F~ްFKA9hx#Rӓ#ӓݣ5:u=I*%gg2ho6m!wwhп0… 4tq8_F$t숛7q nŭ[ع_}lܼ . \XZ= jCzTUAFXEE}ܸs0y2q"PZMХ F@e%\A۶8u cաee 7%L֢~лw&^5QP@b1q8P͝Kj5ڵҥB66Tt*͚ECԿ?i4$P@ @ݺQB}-]DQϞWWG׮Qv6]H=Kg4k Qu5Sp0Qn.PHVԩԷ/ۓHD4x0i4u+UTo@@/D Qt4=KW#@<Se_֧0`3grrr-z~zaӑ#Gbcc/],&_X CDu5ڴR sgqJJ}5k0d||p֯^ܽ۷!@$-q-BP\tx55GYPQ(C~>bbmjfBh(.]ԩP(  &L@h(ΝØ1 )qKKܺe8mwᬰɍ~TTTTYYe||+ڶmk6W`c3g닰0ancƠ[7Lt,X,dd];xz ݺ!) HMŹsXŸyÇ#) *+qbwfφL.ݻ55G^Au5RSq*F@X[cX!?+V`frbl܈ RCA&CVXUh,<~]tH$gϞ]zuDD[c=&()APp XZW $İ_ o oHq㐕\˗q&f;((@c iRwC*@{g(tj + yߙBd$>(,ؼ+V-otlۆu =\\pa ;I>QKr}޽{ttᄏlٲuɿ8̘⧟`iz]s [[HƏ?BFP鉺:t77888tx=z ) P&* #F`C`ܸ[7L7Pv oիxu ?:1C/}Z4x(D@ۻM6of͚rҸzxx-cX (*Bl,.^^@ X ??tSp2t|!1DXvvFn._7-zՆ*99GZ;PV@ J/8,]n E= wPi *H}'2@ZZ~~~W4  xo㥗dfװPM"vPhfm kkC ~7Z\ÇAdH;:χLf(ecdړ}M$H;uTTTdL]p:Իw;v 2@Ν/^7@`ggRZ3Ȇ x-xڲ z=lmQU??mqam(P( g  lӨp6Q_`ekkx{YYckV*QZ voϣP >|xӧOjQQQ~q),T__C\zuTen&Mryym܍<^Pp,PWprBHB!EE}EE b1,-zxy`^`^p uzx[ݽGidq]vڴinrcV=ZY7oN81???%%s:nϞK6)o2r! GQ$89AGv6$ؠp(Y*\B+W հDEx<^nEH\\hrr@sgBխ[ފݺukPP@_|jjؼ`cz= a{Qբʰ,(C`a|oǹeeHL Ϝ~4qXXXHHHhhhHH3eڟ8τjy:uW^qrr NOO oI":qᠸؐ5 5fXԗ)j%m 3}~%`!͛7ϙ3gر&LxbFFFFFӧA@@@lYBiMh`+3 KJJϟwޥK1Ìtwwwy9wFI P[RԠ7T VVPQQ!y1&YYY/EJJVKDVZxqn /\?D'0"KsGd͚5nݺف?%55U3f|O?Xŋ#"":uꔞδt˗/o߾}Bw۷o|r}}S4Lq֭I&~Wڵ_v5s̪ &#ڷo`kbbb-Z4vXc|>W__絵Gywrss۶mإK;˳,N{뭷d2ٴijkk_p޽Գg?aΜ9SVo޼KKKi׮]bbZOLL?~jjj~~ux,aݻw޽{ԨQ6nܸ{=k=###888"""&&^Xt?{Ʃ_pWUU͟?_V]sssSSSϟ߹sg.]]]nݺfɓ'YXXeKX,dRDTZZ:e۷/bƌQQQRt׮]-3HllСC rf_q% ιsZZZfwdMqJꫯw/oڴ)##Cӽ>>>z>++XEƲS2ѵƪT*LgOV-9tJr tViӦ_~͛f3NLII3fLvD"@ Xl#^j?/"00PV''')u9Hs={z*Gzyy%%%5NC1?fØ4J5xcq<$QX>>>^z%" ,--w?[b"Z=cÇ?bŊfP^^~ĉ+W;wyyy۷F kfϟ!aeff;N6O?~z)sΝS~駍zjQL*cSk1-ZP(r9D)))ҥK8884<ª={JJII)++;v"˃njӺ|:/_NNN**11199?{l=""".]G Rׯ#%uޝ\]]{ս{w:"z74<’JSܸq4 o7n,[,>>qO2e׮]l׮]f>lpw} pƍ>l]t|x*لqرm۶i4S6Nz=kNŋǎk +WZ[[6n RR|' ,Ib' ,Yk׮$C|ZAX/EID'OQ*R#:::""wk׮MKKrJlllϜ9z~֭&O]vEFFJR__ߑ#G_5557n܈С/ҜёOJwpp` X,vww8qJ5nLjO[XM7?Zt7n<q5!lرcωp)^]pa˖-Je˚wll,3FV\dݡCm۶͚5R,[ZZ~E||cNJ=ma5YrڴiMe:q=k͚5)))Ǐ_`ڵkkmmgee8,ʊ il,MO 5jÆ K iii{nЍV5G1VjƏ8HˋcƍرC̙czgD2rO[X6mIHHPՍ6cƌq1SEҥq=I`xnnqocÐf͚'_Ǝdii:iҤ7N8ѱE]V_** &et77A:* cbb3[֒MowV pvqF___Trmll$I\\\c#G=ztԨQnnnBB*8 ΌLZerym۷\E駟FŬt{yyI$&e5m4&HpLtqcǎet3ffΜ\|p}bR,-Li2W{=:(>}HR@0tPB-XY-//wvv޼y33|C6mڜ9sfSLH$ ѣǝ;wzܹjڸofkcǎ_7oތ <}tqʊSVLΌ[ttM*29fcfdLO4S(?zt߾}7T*''̨YZZ*ʔ;w2A믇zKKKwwwLf:عs'?W ^k׮dSLa&OVTTL>9'O\jՋ/ammRo}4Z600PѬ_N*_=7D"QTT7Ι3;OWUUT*ͷkFa5yx˫gϞjc\aRRka) gggc4m 2{BBX,9sH$:Vr<R$YYY!.=<w\K|(42M֫W/@ eիѸ1yht}D"3l׮Ù0a®]LiOcwɤ.r93  qrro5$$dmڴy7ݛZs4hQH'Y[[ٓq{dۇ Bi[l!˗;::I*:uE=i)O;ڴi3jcR,fW^<OP8::CFX3QmvvvLcNz].kmm$ʮCDM9rdvv 6 ٳgsrr޶mÇ_.99Ã<󅅅-+Vi=d0,Rd0W(/...~x7-&9=uT{D"-co޼/d7:;;/2p87ofť^z饒fT>R=~4c2-AD"J⼼XXXG5:LGGGPzfO}ݴ4H& 亲%amZYYqGܟ;w9&FgN+ApqqQTaaa!x<^\\Ih{iP1Ĭ]6cA&1;i$k-ZԣGFr\]hh(ٳkr\\\.]Ŵn裏h]ٲsι0̙ӡCTd';4 jj3:Mfbݺutrr*++4iF VVV* LK'&&2n'f/]pju^^ްaD"ˍ#G4=h`q5*88O?gΜ9q47vSWVVx]ȑ#LVO>aNӳy~R?YVctyǏٳg7T{n#,;;;M?dl)++ر#P8۪2@aiv1;^z999Ν;,Ə̽NF_~1?ٜeZ?S˗-: rLrqmc z.4?~b&"a⹁6Tg+Fay{{74(C.]v_)4ikki2ۻw/LD)LcբSazzʏ?ؒP(ه'sN ޙؘe"bɒI]l),?$&id",#3y"e]ׅ՘&F6Çغͳ+&T1gap8;;]<>}߿U ,q`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaVX,fY`bXaQnIENDB`PKGLBHmimetypePKGLTD 5format.txtPKGLaM'Y'Y tcontent.xmlPKGLW^!^! _image1.pngPKGLLg Jimage2.pngPKGL v<< image3.pngPKGLii image4.jpgPKGL v<< (.image5.pngPKGLf 8kimage6.pngPKGL image7.pngPKGL.M M +image8.pngPKGL %image9.pngPKGLl 3image10.pngPKGL|̞ Aimage11.pngPKGLP Oimage12.pngPKGLiShgg ]image13.pngPKGL~w~ slimage14.pngPKGL~~ nzimage15.pngPKGLE)) image16.pngPKGL7< gimage17.pngPKGL> > wimage18.pngPKGLUыV ޲image19.pngPKGLJ image20.pngPKGLF| | $image21.pngPKGL@ image22.pngPKGL9 image23.pngPKGL image24.pngPKGL+F DD image25.pngPKGL;c48uu image26.pngPKGL"ihh !image27.pngPKGL);~~ -0image28.pngPKGLq >image29.pngPKGL Mimage30.pngPKGLaId +\image31.pngPKGL>,kk kimage32.pngPKGLݦ(   yimage33.pngPKGLe~ ƈimage34.pngPKGL uimage35.pngPKGL app gimage36.pngPKGLFx image37.pngPKGL+n[_ image38.pngPKGLƺ 3image39.pngPKGLe_ image40.pngPKGL"ȭ Eimage41.pngPKGLPo[kk image42.pngPKGLf   image43.pngPKGL~  image44.pngPKGLl   (image45.pngPKGLn1 7image46.pngPKGL6i;BB Fimage47.pngPKGLНx VFuu ?image53.pngPKGL*"" ݨimage54.pngPKGLn (image55.pngPKGLO ?image56.pngPKGL}77 .image57.pngPKGLk== image58.pngPKGL image59.pngPKGLg image60.pngPKGL4y image61.pngPKGLZb) image62.pngPKGLt6 ,image63.pngPKGLg// a;image64.pngPKGLEE Iimage65.pngPKGLց 'Ximage66.pngPKGL fimage67.pngPKGL.M M $simage68.pngPKGL image69.pngPKGLl image70.pngPKGL|̞ image71.pngPKGLP ߪimage72.pngPKGLiShgg ޸image73.pngPKGL~w~ nimage74.pngPKGL~~ iimage75.pngPKGLE)) image76.pngPKGL7< bimage77.pngPKGL> > rimage78.pngPKGLUыV image79.pngPKGLJ image80.pngPKGLF| | *image81.pngPKGL@ 7image82.pngPKGL9 Cimage83.pngPKGL Qimage84.pngPKGL+F DD _image85.pngPKGL;c48uu mimage86.pngPKGL"ihh |image87.pngPKGL);~~ (image88.pngPKGLq ϙimage89.pngPKGL image90.pngPKGLaId &image91.pngPKGL>,kk image92.pngPKGLݦ(   image93.pngPKGLe~ image94.pngPKGL pimage95.pngPKGL app bimage96.pngPKGLFx image97.pngPKGL+n[_ image98.pngPKGLƺ .+image99.pngPKGLe_ :image100.pngPKGL"ȭ AHimage101.pngPKGLPo[kk Wimage102.pngPKGLf   eimage103.pngPKGL~  timage104.pngPKGLl   image105.pngPKGLn1 Βimage106.pngPKGL6i;BB ӡimage107.pngPKGLНx ?image108.pngPKGLQmbb )image109.pngPKGLK}DD image110.pngPKGLPR R #image111.pngPKGLD~ ~ image112.pngPKGL>VFuu Gimage113.pngPKGL*"" image114.pngPKGLn 2image115.pngPKGLO J!image116.pngPKGL}77 :0image117.pngPKGLk== >image118.pngPKGL Mimage119.pngPKGLg [image120.pngPKGL4y kimage121.pngPKGLZb) yimage122.pngPKGLt6 image123.pngPKGLg// timage124.pngPKGLEE ͤimage125.pngPKGLց <image126.pngPKGL** image127.pngPKGL?0og%% image128.pngPKGLMk&& Nimage129.pngPKGL[L ++ h9image130.pngPKGLco> Vimage131.pngPKGLqu nimage132.pngPKGLAf}x }image133.pngPKGLAf}x Bimage134.pngPKGL&tKtK image135.pngPKGLe(<< image136.pngPK VAwxmaxima-Version-18.02.0/wxmaxima.spec.in000066400000000000000000000025201324204105000202420ustar00rootroot00000000000000Summary: wxWidgets interface for maxima Name: wxMaxima Version: @GITVERSION@ Release: 1 License: GPL Group: Sciences/Mathematics URL: https://andrejv.github.io/wxmaxima/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: gtk2, libxml2, wxGTK BuildRequires: libxml2-devel, wxGTK-devel %description wxMaxima is a wxWidgets interface for the computer algebra system Maxima. %prep %setup -q %build %{configure} --disable-dnd make DESTDIR=${RPM_BUILD_ROOT} %install make install DESTDIR=${RPM_BUILD_ROOT} install -D -m 644 wxmaxima.desktop ${RPM_BUILD_ROOT}/usr/share/applications/wxmaxima.desktop install -D -m 644 wxmaxima.png ${RPM_BUILD_ROOT}/usr/share/pixmaps/wxmaxima.png install -D -m 644 wxmaxima.svg ${RPM_BUILD_ROOT}/usr/share/pixmaps/wxmaxima.svg %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/wxmaxima %{_datadir}/wxMaxima/* /usr/share/pixmaps/wxmaxima.png /usr/share/pixmaps/wxmaxima.svg /usr/share/applications/wxmaxima.desktop %changelog * Fri Jun 23 2006 Andrej Vodopivec - Updated for wxMaxima 0.6.6 * Wed Dec 15 2004 Andrej Vodopivec - Added french translation files. * Wed Aug 25 2004 Andrej Vodopivec - Initial spec file.